
:root {
  --bg: #07111f;
  --bg-soft: #0c1830;
  --card: rgba(14, 24, 48, 0.82);
  --card-strong: rgba(11, 19, 40, 0.95);
  --text: #eef4ff;
  --muted: #b3bee1;
  --primary: #8b5cf6;
  --secondary: #22d3ee;
  --accent: #c084fc;
  --border: rgba(173, 196, 255, 0.16);
  --shadow: 0 22px 60px rgba(9, 13, 32, 0.45);
  --radius: 24px;
  --radius-sm: 18px;
  --container: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(124, 92, 255, 0.24), transparent 28%),
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.18), transparent 24%),
    linear-gradient(180deg, #07111f 0%, #091427 42%, #070d19 100%);
  color: var(--text);
  display: flex;
  flex-direction: column;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }
.site-main { flex: 1; }
.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 32px)); }
.site-header {
  position: sticky; top: 0; z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(7, 12, 24, 0.75);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.header-row {
  min-height: 74px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
}
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-logo {
  width: 46px; height: 46px; border-radius: 14px; flex: 0 0 auto;
  background: linear-gradient(135deg, rgba(124,92,255,0.2), rgba(34,211,238,0.16));
  box-shadow: 0 0 20px rgba(139,92,246,0.28);
}
.brand-text { font-weight: 800; letter-spacing: -0.03em; font-size: 1.05rem; }
.age-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff; font-weight: 800;
  box-shadow: 0 0 20px rgba(34,211,238,0.12);
}
.header-disclaimer { margin: 0; color: var(--muted); font-size: 0.92rem; line-height: 1.45; }
.section-block { padding: 34px 0; }
.hero-section { padding: 42px 0 28px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 24px; align-items: center; }
.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.glow-card::before, .card::after {
  content: '';
  position: absolute;
  inset: auto auto -60px -20px;
  width: 160px; height: 160px;
  background: radial-gradient(circle, rgba(139,92,246,0.28), transparent 70%);
  pointer-events: none;
}
.hero-copy { padding: 32px; }
.eyebrow {
  display: inline-flex; margin-bottom: 12px; padding: 8px 12px;
  border-radius: 999px; background: rgba(255,255,255,0.06);
  color: #d5dfff; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
}
.hero-copy h1, .hero-copy h2, .section-heading h2, .prose-card h1 { margin: 0; letter-spacing: -0.04em; }
.hero-copy h1 { font-size: clamp(2rem, 5vw, 3.7rem); }
.hero-copy h2 { margin-top: 8px; font-size: clamp(1.35rem, 3vw, 2.2rem); color: #d6c8ff; }
.hero-copy p { margin: 18px 0 0; color: var(--muted); font-size: 1.04rem; line-height: 1.7; max-width: 56ch; }
.hero-cta { margin-top: 24px; }
.hero-visual {
  min-height: 360px; position: relative; border-radius: 34px;
  background: linear-gradient(145deg, rgba(17,29,58,0.65), rgba(8,16,34,0.15));
  border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
}
.hero-shimmer-frame::before {
  animation-duration: 4.2s;
  opacity: 0.95;
}
.hero-image-shell {
  position: absolute;
  inset: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 18px;
  border-radius: 28px;
}
.hero-image-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(10,18,38,0.58), rgba(9,16,30,0.2));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 0 36px rgba(255,255,255,0.04);
}
.hero-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  box-shadow: 0 0 34px rgba(139,92,246,0.28), 0 0 60px rgba(34,211,238,0.16);
}
.hero-card-glow {
  position: absolute; inset: 22% 14% 18% 14%; border-radius: 30px;
  background:
    radial-gradient(circle at 30% 30%, rgba(34,211,238,0.38), transparent 34%),
    radial-gradient(circle at 70% 35%, rgba(124,92,255,0.45), transparent 30%),
    linear-gradient(140deg, rgba(20,31,62,0.88), rgba(8,15,29,0.96));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: inset 0 0 30px rgba(255,255,255,0.05), 0 0 90px rgba(124,92,255,0.2);
}
.hero-card-glow::before, .hero-card-glow::after {
  content: ''; position: absolute; border-radius: 999px; filter: blur(8px);
}
.hero-card-glow::before { width: 180px; height: 180px; top: 12%; left: 8%; background: rgba(34,211,238,0.28); }
.hero-card-glow::after { width: 220px; height: 220px; bottom: 8%; right: 10%; background: rgba(139,92,246,0.24); }
.hero-orb { position: absolute; border-radius: 999px; filter: blur(16px); opacity: 0.7; }
.orb-one { width: 140px; height: 140px; right: 12%; top: 6%; background: rgba(124,92,255,0.34); }
.orb-two { width: 180px; height: 180px; left: 12%; bottom: 0; background: rgba(34,211,238,0.22); }
.btn {
  border: 0; cursor: pointer; border-radius: 16px; padding: 13px 20px;
  font-weight: 800; transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:disabled { cursor: not-allowed; opacity: 0.45; }
.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 14px 34px rgba(85, 80, 245, 0.35);
}
.btn-ghost {
  color: var(--text);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
}
.btn-lg { padding: 15px 26px; }
.btn-full { width: 100%; }
.section-heading { text-align: center; margin-bottom: 18px; }
.section-heading.left-align { text-align: left; }
.section-heading h2 { font-size: clamp(1.5rem, 3vw, 2.4rem); }
.featured-frame { padding: 18px; }
.shimmer-frame {
  background: linear-gradient(145deg, rgba(14,24,48,0.92), rgba(13,18,34,0.92));
}
.shimmer-frame::before {
  content: ''; position: absolute; inset: 0; padding: 2px; border-radius: inherit;
  background: linear-gradient(120deg, rgba(34,211,238,0.12), rgba(139,92,246,0.8), rgba(34,211,238,0.12));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  animation: shimmer 5s linear infinite;
}
@keyframes shimmer { 0% { filter: hue-rotate(0deg); } 100% { filter: hue-rotate(360deg); } }
.featured-image { aspect-ratio: 16 / 9; width: 100%; object-fit: cover; object-position: center; border-radius: 20px; }
.game-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr); gap: 24px; align-items: start; }
.game-card, .stats-card, .badge-card, .info-card, .responsible-card, .prose-card { padding: 24px; }
.game-toolbar, .game-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.game-toolbar { margin-bottom: 18px; }
.balance-pill, .cost-pill {
  padding: 12px 14px; border-radius: 14px; background: rgba(255,255,255,0.06); color: var(--muted); border: 1px solid rgba(255,255,255,0.08);
}
.balance-pill strong, .cost-pill strong { color: white; }
.slot-machine {
  padding: 18px; border-radius: 22px;
  background: linear-gradient(180deg, rgba(7,14,28,0.95), rgba(9,18,39,0.88));
  border: 1px solid rgba(255,255,255,0.09);
}
.reel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.reel-cell {
  aspect-ratio: 1 / 1; border-radius: 18px; display: flex; align-items: center; justify-content: center;
  font-size: clamp(2rem, 5vw, 2.8rem); font-weight: 700;
  background: linear-gradient(180deg, rgba(21,35,67,0.95), rgba(9,18,38,0.92));
  border: 1px solid rgba(255,255,255,0.09);
  box-shadow: inset 0 0 18px rgba(255,255,255,0.03);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
.reel-cell span { display: inline-block; }
.reel-cell.spinning span { animation: reelSpin 0.55s ease; }
.reel-cell.win {
  border-color: rgba(34,211,238,0.82);
  box-shadow: 0 0 0 1px rgba(34,211,238,0.22), 0 0 26px rgba(34,211,238,0.28), inset 0 0 26px rgba(139,92,246,0.18);
  background: linear-gradient(180deg, rgba(26,52,84,0.98), rgba(15,28,56,0.94));
  animation: winPulse 0.8s ease 2;
}
.reel-cell.win span { animation: bounceGlow 0.7s ease 2; }
@keyframes reelSpin { 0% { transform: translateY(-6px) scale(0.96); opacity: 0.65; } 50% { transform: translateY(10px) scale(1.06); opacity: 1; } 100% { transform: translateY(0) scale(1); } }
@keyframes winPulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } }
@keyframes bounceGlow { 0% { transform: scale(1); } 40% { transform: scale(1.16); } 100% { transform: scale(1); } }
.result-message { min-height: 26px; margin: 16px 0 0; color: #d4ddff; font-weight: 600; }
.stats-grid, .badge-grid, .info-grid, .responsible-grid { display: grid; gap: 16px; }
.stats-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.stat-box {
  padding: 18px; border-radius: 18px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
}
.stat-box span { display: block; color: var(--muted); font-size: 0.92rem; margin-bottom: 8px; }
.stat-box strong { font-size: 1.7rem; }
.badge-grid, .responsible-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.info-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.badge-card h3, .info-card h3, .responsible-card h3, .prose-card h2 { margin-top: 0; }
.badge-card p, .info-card p, .responsible-card p, .prose-card p, .prose-card li { color: var(--muted); line-height: 1.7; }
.responsible-card { transition: transform 0.2s ease, border-color 0.2s ease; }
.responsible-card:hover { transform: translateY(-2px); border-color: rgba(34,211,238,0.5); }
.site-footer {
  margin-top: auto; border-top: 1px solid rgba(255,255,255,0.08); background: rgba(6, 10, 20, 0.92);
}
.footer-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 24px; padding: 26px 0; align-items: start; }
.footer-brand { font-size: 1.15rem; font-weight: 800; margin-bottom: 10px; }
.footer-copy, .footer-contact { color: var(--muted); line-height: 1.7; margin: 0; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: #dfe7ff; }
.cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; padding: 16px;
}
.cookie-inner {
  display: flex; gap: 16px; align-items: center; justify-content: space-between;
  background: rgba(8,15,30,0.96); border: 1px solid rgba(255,255,255,0.1); border-radius: 22px; padding: 18px 20px; box-shadow: var(--shadow);
}
.cookie-inner p { margin: 6px 0 0; color: var(--muted); }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.age-gate {
  position: fixed; inset: 0; z-index: 60; display: grid; place-items: center; padding: 20px;
  background: rgba(2,6,14,0.72); backdrop-filter: blur(12px);
}
.age-gate-card {
  width: min(460px, 100%); padding: 28px; border-radius: 28px;
  background: linear-gradient(180deg, rgba(15,24,47,0.98), rgba(10,15,30,0.98));
  border: 1px solid rgba(255,255,255,0.1); box-shadow: var(--shadow);
}
.age-gate-card h2 { margin: 14px 0 10px; font-size: 2rem; }
.age-gate-card p { margin: 0 0 18px; color: var(--muted); line-height: 1.7; }
.age-gate-badge {
  display: inline-flex; width: 58px; height: 58px; align-items: center; justify-content: center; border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--secondary)); font-weight: 800;
}
.age-check { display: flex; gap: 12px; align-items: flex-start; color: #dfe7ff; margin-bottom: 18px; }
.age-check input { margin-top: 4px; }
.inner-page .prose-card { padding: 28px; }
.prose-card ul { padding-left: 20px; }
.prose-card a { color: #8fdfff; }
[hidden] { display: none !important; }
@media (max-width: 980px) {
  .hero-grid, .game-layout, .footer-grid, .badge-grid, .responsible-grid, .info-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 280px; }
  .hero-image-shell { inset: 14px; padding: 14px; }
}
@media (max-width: 760px) {
  .header-row { grid-template-columns: 1fr auto; }
  .header-disclaimer { grid-column: 1 / -1; font-size: 0.88rem; }
  .container { width: min(var(--container), calc(100% - 24px)); }
  .hero-copy, .game-card, .stats-card, .badge-card, .info-card, .responsible-card, .prose-card { padding: 20px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .cookie-inner { flex-direction: column; align-items: stretch; }
  .cookie-actions { width: 100%; }
  .cookie-actions .btn { flex: 1; }
}
@media (max-width: 520px) {
  .brand-text { font-size: 0.94rem; }
  .age-badge { width: 40px; height: 40px; }
  .hero-section { padding-top: 26px; }
  .reel-grid { gap: 10px; }
  .stats-grid { grid-template-columns: 1fr; }
}
