/* GoldRush Social Casino — Demo landing page styles
 * Plain CSS, no preprocessor needed.
 */

:root {
  --bg: #0e1116;
  --bg-2: #11151c;
  --panel: #161b22;
  --panel-2: #1c232d;
  --border: #2a313c;
  --text: #e6edf3;
  --muted: #98a3b3;
  --gold: #ffd24a;
  --gold-soft: #f5b942;
  --purple: #b48cff;
  --purple-deep: #1b1340;
  --red: #ff6b6b;
  --green: #4ade80;
  --link: #79c0ff;
  --radius: 10px;
  --radius-lg: 16px;
  --maxw: 1180px;
  --shadow-gold: 0 4px 18px rgba(255, 210, 74, 0.30), inset 0 1px 0 rgba(255,255,255,0.45);
}

* { box-sizing: border-box; }
html, body {
  margin: 0; padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body { overflow-x: hidden; }
a { color: var(--link); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }

.display { font-family: 'Geist', 'Inter', system-ui, sans-serif; font-weight: 500; letter-spacing: -0.02em; line-height: 1.05; }
.tabular { font-variant-numeric: tabular-nums; }

/* ============ HEADER — Linear-style sticky bar ============ */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(14, 17, 22, 0.78);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  max-width: 1280px; margin: 0 auto;
  padding: 14px 24px;
  display: flex; align-items: center; gap: 28px;
}
.brand {
  display: inline-flex; align-items: center;
  text-decoration: none; color: var(--text);
  font-family: 'Geist', sans-serif;
  font-weight: 700; font-size: 15px; letter-spacing: -0.01em;
}
.brand-logo {
  display: block;
  width: 184px;
  height: auto;
  flex-shrink: 0;
}
.site-footer .brand-logo { width: 178px; }
.brand-flag {
  display: inline-flex; align-items: center;
  margin-left: 4px;
  padding: 2px 7px;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 9.5px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--purple);
  background: rgba(180, 140, 255, 0.08);
  border: 1px solid rgba(180, 140, 255, 0.3);
  border-radius: 4px;
}
.nav {
  display: flex; gap: 4px;
  margin-left: 24px;
}
.nav a {
  color: var(--muted);
  font-family: 'Geist', sans-serif;
  font-size: 13.5px; font-weight: 500;
  letter-spacing: -0.005em;
  padding: 6px 10px;
  border-radius: 6px;
  text-decoration: none;
  transition: color 0.18s ease, background 0.18s ease;
}
.nav a:hover { color: var(--text); background: rgba(255,255,255,0.04); text-decoration: none; }
.header-actions { margin-left: auto; display: flex; gap: 8px; align-items: center; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 9px 16px; border-radius: 6px;
  font-family: 'Geist', sans-serif;
  font-weight: 600; font-size: 13.5px;
  letter-spacing: -0.005em;
  border: 0; cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(180deg, #ffe27a 0%, #ffd24a 60%, #f5b942 100%);
  color: #1a1100;
  box-shadow: 0 0 0 1px var(--gold), 0 4px 14px rgba(255,210,74,0.28), inset 0 1px 0 rgba(255,255,255,0.45);
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 0 1px var(--gold), 0 6px 18px rgba(255,210,74,0.38), inset 0 1px 0 rgba(255,255,255,0.5); }
.btn-primary:active { transform: translateY(0); }
.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
}
.btn-ghost:hover { background: rgba(255,255,255,0.04); border-color: #3a4252; }
.btn-lg { padding: 13px 22px; font-size: 15px; }
.btn-block { width: 100%; }
.btn .arrow { transition: transform 0.15s ease; }
.btn:hover .arrow { transform: translateX(2px); }

.hamburger {
  display: none;
  background: transparent; border: 1px solid var(--border);
  color: var(--text); cursor: pointer;
  width: 36px; height: 36px; border-radius: 6px;
  align-items: center; justify-content: center;
  padding: 0;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.hamburger:hover { background: rgba(255,255,255,0.04); border-color: #3a4252; }

/* ============ HERO ============ */
/* ============ HERO — MODERN GAMER / LINEAR-ARCADE ============ */
.hero {
  --gold-deep: #b8851f;
  --purple-glow: rgba(180, 140, 255, 0.18);
  --grid-rule: rgba(255, 255, 255, 0.04);
  --grid-rule-2: rgba(255, 255, 255, 0.07);
  position: relative;
  background: var(--bg);
  color: var(--text);
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  font-family: 'Geist', 'Inter', system-ui, sans-serif;
  isolation: isolate;
}
/* Dot-grid background — subtle, restrained */
.hero-grain {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255,255,255,0.045) 1px, transparent 0);
  background-size: 22px 22px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 40%, #000 30%, transparent 90%);
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 40%, #000 30%, transparent 90%);
}
/* Purple corner glow + faint gold seam */
.hero-stripe {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(520px 360px at 96% 12%, var(--purple-glow), transparent 65%),
    radial-gradient(440px 280px at 4% 92%, rgba(255,210,74,0.06), transparent 70%);
}

.hero-frame {
  position: relative; z-index: 1;
  max-width: 1280px; margin: 0 auto;
  padding: 36px 36px 24px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  grid-template-areas:
    "spine feature"
    "spine bottom"
    "spine footnote";
  column-gap: 40px;
  row-gap: 36px;
  min-height: clamp(540px, 74vh, 720px);
  align-items: start;
}

/* Two-column row under numeral: deck (lede + CTAs) | bulletin (carousel) */
.hero-bottom {
  grid-area: bottom;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.85fr);
  column-gap: 48px;
  align-items: start;
}

/* Vertical spine — terminal-style status rail */
.hero-spine {
  grid-area: spine;
  align-self: stretch;
  display: flex; flex-direction: column; align-items: center; justify-content: space-between;
  padding: 2px 0 8px;
  border-right: 1px solid var(--border);
  position: relative;
}
.spine-status, .spine-tag {
  writing-mode: vertical-rl; transform: rotate(180deg);
  font-family: 'Geist Mono', ui-monospace, SFMono-Regular, monospace;
  font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); font-weight: 500;
  display: inline-flex; align-items: center; gap: 8px;
}
.spine-tag { color: var(--gold); }
.status-dot {
  display: inline-block;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--green, #4ade80);
  box-shadow: 0 0 8px var(--green, #4ade80);
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.85); }
}

/* Feature: kicker + huge numeral + deck */
.hero-feature {
  grid-area: feature;
  padding: 8px 0 0;
  display: flex; flex-direction: column;
  gap: 28px;
}

.hero-kicker-row {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--purple);
}
.kicker-tag {
  padding: 4px 10px;
  border: 1px solid rgba(180, 140, 255, 0.4);
  background: rgba(180, 140, 255, 0.08);
  border-radius: 4px;
  font-weight: 500;
}
.kicker-pulse {
  display: inline-block;
  width: 28px; height: 1px;
  background: linear-gradient(90deg, var(--purple), transparent);
  animation: kicker-sweep 2.4s ease-in-out infinite;
}
@keyframes kicker-sweep {
  0%, 100% { transform: scaleX(0.5); transform-origin: left; opacity: 0.5; }
  50% { transform: scaleX(1); opacity: 1; }
}

.hero-numeral {
  margin: 0;
  font-family: 'Geist', 'Inter', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(80px, 13.5vw, 200px);
  line-height: 0.86;
  letter-spacing: -0.06em;
  color: var(--text);
  font-feature-settings: "ss01", "tnum";
  display: flex; flex-wrap: wrap; align-items: baseline;
  gap: 0.04em;
}
.numeral { display: inline-flex; align-items: baseline; }
.numeral > span {
  display: inline-block;
  transform: translateY(36px);
  opacity: 0;
  animation: digit-reveal 0.65s cubic-bezier(.18,.84,.32,1) forwards;
  animation-delay: calc(0.06s * var(--i, 0) + 0.1s);
}
.numeral > span.comma {
  color: var(--gold);
  text-shadow: 0 0 24px rgba(255,210,74,0.45);
}
@keyframes digit-reveal {
  60% { opacity: 1; }
  100% { transform: translateY(0); opacity: 1; }
}

.numeral-coda {
  display: inline-block;
  font-family: 'Geist', sans-serif;
  font-weight: 600;
  font-size: clamp(22px, 3.4vw, 44px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--gold);
  align-self: flex-end;
  padding-bottom: 0.32em;
  margin-left: 0.22em;
  opacity: 0;
  animation: coda-fade 0.55s ease-out 0.6s forwards;
}
.footnote-mark { font-size: 0.36em; vertical-align: super; color: var(--muted); margin-left: 0.16em; line-height: 1; font-weight: 400; }
.footnote-mark a { color: inherit; text-decoration: none; border-bottom: 0; }
.footnote-mark a:hover { color: var(--gold); }
@keyframes coda-fade { to { opacity: 1; } }

/* Deck (lede + CTAs) */
.hero-deck {
  display: flex; flex-direction: column; gap: 22px;
  padding-top: 8px;
  max-width: 56ch;
}
.deck-lede {
  margin: 0;
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.55;
  color: var(--muted);
  letter-spacing: -0.005em;
}
.lede-strong { color: var(--text); font-weight: 600; }

.hero-ctas { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }

.hero-cta {
  position: relative; overflow: hidden;
  padding: 14px 24px;
  font-family: 'Geist', sans-serif;
  font-weight: 600; font-size: 14px;
  letter-spacing: -0.01em;
  text-transform: none;
  border-radius: 6px;
  background: var(--gold);
  color: #1a1100;
  box-shadow:
    0 0 0 1px var(--gold),
    0 6px 22px rgba(255,210,74,0.28),
    inset 0 1px 0 rgba(255,255,255,0.5);
  transition: transform 0.18s ease, box-shadow 0.22s ease;
}
.hero-cta:hover {
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px var(--gold),
    0 10px 28px rgba(255,210,74,0.38),
    inset 0 1px 0 rgba(255,255,255,0.55);
}
.hero-cta::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 40%, rgba(255,255,255,0.55) 50%, transparent 60%);
  transform: translateX(-110%);
  transition: transform 0.6s ease;
  pointer-events: none;
}
.hero-cta:hover::after { transform: translateX(110%); }
.hero-cta .cta-arrow { width: 22px; height: 10px; flex-shrink: 0; transition: transform 0.22s ease; color: #1a1100; }
.hero-cta:hover .cta-arrow { transform: translateX(3px); }

.hero-link {
  font-family: 'Geist', sans-serif;
  color: var(--muted);
  font-size: 14px; font-weight: 500;
  letter-spacing: -0.005em;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 2px;
  border-bottom: 1px solid transparent;
  transition: color 0.18s ease, border-color 0.18s ease, gap 0.18s ease;
}
.hero-link:hover { color: var(--text); border-bottom-color: var(--purple); gap: 10px; text-decoration: none; }

/* Bulletin = promotions panel (Linear-style card) */
.hero-bulletin {
  position: relative;
  width: 100%;
  z-index: 2;
  align-self: start;
}
.bulletin-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 0 4px 10px;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted);
}
.bulletin-label { display: inline-flex; align-items: center; gap: 8px; }
.bulletin-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 0 8px var(--purple);
  animation: pulse-dot 2.4s ease-in-out infinite;
}
.bulletin-counter { color: var(--gold); font-weight: 500; }

.carousel {
  position: relative;
  background:
    linear-gradient(180deg, rgba(180,140,255,0.06) 0%, transparent 30%),
    var(--panel);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 22px 22px 18px;
  min-height: auto;
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.04) inset,
    0 20px 60px rgba(0,0,0,0.45),
    0 0 0 1px rgba(180,140,255,0.05);
}
/* subtle scanline overlay on hover */
.carousel::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 100% 3px;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.carousel:hover::before { opacity: 1; }

.slides { position: relative; min-height: 178px; }
.slide {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start;
  text-align: left;
  opacity: 0; transform: translateY(6px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}
.slide.active { opacity: 1; transform: translateY(0); pointer-events: auto; }
.slide .badge {
  display: inline-flex; align-items: center;
  padding: 3px 9px 4px;
  border-radius: 4px;
  background: rgba(180,140,255,0.12); border: 1px solid rgba(180,140,255,0.25);
  color: var(--purple);
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-weight: 500; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 12px;
}
.slide h3 {
  font-family: 'Geist', sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2vw, 26px);
  line-height: 1.1;
  margin: 0 0 8px;
  letter-spacing: -0.025em;
  color: var(--text);
}
.slide h3 .gold { color: var(--gold); }
.slide p {
  font-family: 'Geist', sans-serif;
  color: var(--muted);
  font-size: 13px; line-height: 1.5;
  margin: 0 0 16px; max-width: 36ch;
  letter-spacing: -0.005em;
}
.slide .btn {
  align-self: flex-start;
  border-radius: 6px;
  padding: 9px 16px;
  font-family: 'Geist', sans-serif;
  font-size: 12.5px; letter-spacing: -0.005em; text-transform: none;
  font-weight: 600;
  background: var(--gold);
  color: #1a1100;
  box-shadow: 0 0 0 1px var(--gold), 0 4px 14px rgba(255,210,74,0.25), inset 0 1px 0 rgba(255,255,255,0.45);
}
.slide .btn:hover { transform: translateY(-1px); box-shadow: 0 0 0 1px var(--gold), 0 6px 18px rgba(255,210,74,0.35), inset 0 1px 0 rgba(255,255,255,0.5); }

.carousel-dots {
  display: flex; gap: 6px; justify-content: flex-start;
  margin-top: 16px; padding-top: 14px;
  border-top: 1px solid var(--border);
}
.dot {
  width: 22px; height: 2px; border-radius: 2px;
  background: var(--border); border: 0; cursor: pointer; padding: 0;
  transition: all 0.3s ease;
}
.dot.active { background: var(--gold); width: 30px; box-shadow: 0 0 12px rgba(255,210,74,0.5); }

/* Coin embers — drifting upward inside the bulletin */
.coin-shower { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.coin-shower span {
  position: absolute; top: auto; bottom: -8px;
  width: 3px !important; height: 3px !important;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 6px rgba(255,210,74,0.7);
  opacity: 0;
  animation: ember linear infinite;
}
@keyframes ember {
  0%   { transform: translate(0, 0); opacity: 0; }
  20%  { opacity: 1; }
  100% { transform: translate(6px, -200px); opacity: 0; }
}

/* Hero footnote */
.hero-footnote {
  grid-area: footnote;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 11px; line-height: 1.6;
  color: var(--muted);
  margin: 8px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  max-width: 70ch;
  letter-spacing: 0.02em;
}
.hero-footnote sup { color: var(--gold); margin-right: 4px; font-size: 1.1em; }

/* Trust row — terminal-style sticker bar */
.trust-row {
  max-width: 1280px; margin: 0 auto;
  padding: 18px 36px 26px;
  display: flex; flex-wrap: wrap; gap: 14px 32px;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted);
  justify-content: flex-start;
  border-top: 1px solid var(--border);
  position: relative; z-index: 1;
}
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row .icn { width: 14px; height: 14px; flex-shrink: 0; color: var(--purple); }
.trust-row span:hover .icn { color: var(--gold); transition: color 0.18s ease; }

/* ============ SYSTEM TAPE ============ */
.system-tape {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  position: relative;
}
.system-tape::before,
.system-tape::after {
  content: ""; position: absolute; top: 0; bottom: 0;
  width: 96px; z-index: 2; pointer-events: none;
}
.system-tape::before { left: 0; background: linear-gradient(90deg, var(--bg-2) 0%, transparent 100%); }
.system-tape::after  { right: 0; background: linear-gradient(270deg, var(--bg-2) 0%, transparent 100%); }
.tape-track {
  padding: 14px 0;
  overflow: hidden;
}
.tape-marquee {
  display: flex; align-items: center; gap: 28px;
  white-space: nowrap;
  font-family: 'Geist Mono', ui-monospace, SFMono-Regular, monospace;
  font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted);
  animation: scroll-left 58s linear infinite;
  will-change: transform;
}
.system-tape:hover .tape-marquee { animation-play-state: paused; }
.tape-item {
  display: inline-flex; align-items: center; gap: 10px;
  flex-shrink: 0;
}
.tape-key { color: var(--muted); opacity: 0.65; }
.tape-val { color: var(--text); font-weight: 600; letter-spacing: 0.06em; }
.tape-sep { color: var(--purple); opacity: 0.45; flex-shrink: 0; }
.tape-dot {
  display: inline-block;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--green, #4ade80);
  box-shadow: 0 0 8px var(--green, #4ade80);
  animation: pulse-dot 1.8s ease-in-out infinite;
  flex-shrink: 0;
}

@media (max-width: 760px) {
  .tape-marquee { gap: 20px; font-size: 10.5px; letter-spacing: 0.12em; animation-duration: 42s; }
  .tape-track { padding: 11px 0; }
  .system-tape::before,
  .system-tape::after { width: 48px; }
}

/* ============ SECTION BASE ============ */
.section { padding: 80px 36px; }
.section-inner { max-width: var(--maxw); margin: 0 auto; }
.section-head { margin-bottom: 36px; }
.section-eyebrow {
  display: inline-block;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--purple);
  padding: 4px 10px;
  border: 1px solid rgba(180, 140, 255, 0.4);
  background: rgba(180, 140, 255, 0.08);
  border-radius: 4px;
  margin-bottom: 14px;
  font-weight: 500;
}
.section h2 {
  font-family: 'Geist', 'Inter', system-ui, sans-serif;
  font-size: clamp(28px, 3.4vw, 44px);
  margin: 0 0 10px;
  font-weight: 800; letter-spacing: -0.035em;
  line-height: 1.05;
  color: var(--text);
}
.section .sub {
  color: var(--muted);
  margin: 0;
  font-size: clamp(14px, 1.1vw, 16px);
  letter-spacing: -0.005em;
  max-width: 56ch;
}

/* ============ GAMES SECTION ============ */
.games-grid {
  display: grid; gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}
.game-tile {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
  cursor: pointer;
  background: var(--panel);
  aspect-ratio: 4 / 5;
  transition: transform 0.22s ease, box-shadow 0.25s ease, border-color 0.22s ease;
  opacity: 0;
  transform: translateY(12px);
  animation: tile-reveal 0.55s cubic-bezier(.18,.84,.32,1) forwards;
  animation-delay: calc(0.06s * var(--i, 0));
  display: flex; flex-direction: column;
}
@keyframes tile-reveal {
  to { opacity: 1; transform: translateY(0); }
}
.game-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(180, 140, 255, 0.45);
  box-shadow:
    0 0 0 1px rgba(180,140,255,0.35),
    0 16px 36px rgba(0,0,0,0.55),
    0 0 28px rgba(180,140,255,0.18);
}
.game-tile:focus-visible {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 2px var(--gold);
}

/* Thumb: gradient + huge initials + subtle grid overlay */
.game-thumb {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.game-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform 0.28s ease, filter 0.28s ease;
}
.game-tile:hover .game-cover,
.game-tile:focus-visible .game-cover {
  transform: scale(1.06);
  filter: saturate(1.08) brightness(1.03);
}
.game-thumb.has-cover .thumb-initials {
  display: none;
}
.thumb-initials {
  font-family: 'Geist', sans-serif;
  font-weight: 900;
  font-size: clamp(64px, 7vw, 96px);
  letter-spacing: -0.06em;
  line-height: 1;
  color: rgba(255,255,255,0.94);
  text-shadow: 0 4px 18px rgba(0,0,0,0.45);
  z-index: 1;
}
.thumb-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 18px 18px;
  mix-blend-mode: overlay;
  opacity: 0.6;
}
.game-thumb::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.42) 100%);
  pointer-events: none;
}

/* Tag chip bottom-right (avoids overlapping cover title art at top) */
.game-tag {
  position: absolute; bottom: 10px; right: 10px;
  background: rgba(14, 17, 22, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--border);
  color: var(--gold);
  padding: 3px 8px;
  border-radius: 4px;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 9.5px; font-weight: 600;
  letter-spacing: 0.12em;
  z-index: 2;
}

/* Meta row + title below thumb */
.game-meta {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 12px 4px;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted);
}
.game-provider { color: var(--purple); font-weight: 500; }
.game-cat { color: var(--muted); }
.game-title {
  font-family: 'Geist', sans-serif;
  font-weight: 600; font-size: 14px;
  color: var(--text);
  padding: 0 12px 14px;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

/* Hover play overlay */
.play-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(14, 17, 22, 0.7);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0; transition: opacity 0.18s ease;
  z-index: 3;
}
.game-tile:hover .play-overlay,
.game-tile:focus-visible .play-overlay { opacity: 1; }
.play-pill {
  background: var(--gold);
  color: #1a1100;
  padding: 9px 18px;
  border-radius: 6px;
  font-family: 'Geist', sans-serif;
  font-weight: 600; font-size: 13px;
  letter-spacing: -0.005em;
  box-shadow: 0 0 0 1px var(--gold), 0 4px 14px rgba(255,210,74,0.4), inset 0 1px 0 rgba(255,255,255,0.45);
}


/* ============ WINNERS TICKER — live feed ============ */
.winners-ticker {
  background: var(--bg);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: stretch;
  font-family: 'Geist Mono', ui-monospace, SFMono-Regular, monospace;
  position: relative;
}
.winners-ticker::before,
.winners-ticker::after {
  content: ""; position: absolute; top: 0; bottom: 0;
  width: 72px; z-index: 2; pointer-events: none;
}
.winners-ticker::before { left: 0; background: linear-gradient(90deg, var(--bg) 0%, transparent 100%); }
.winners-ticker::after  { right: 0; background: linear-gradient(270deg, var(--bg) 0%, transparent 100%); }

.ticker-label {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  border-right: 1px solid var(--border);
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text); font-weight: 500;
  background: var(--panel);
  z-index: 3;
}
.ticker-dot {
  display: inline-block;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--green, #4ade80);
  box-shadow: 0 0 10px var(--green, #4ade80);
  animation: pulse-dot 1.8s ease-in-out infinite;
}

.ticker-track {
  position: relative;
  overflow: hidden;
  padding: 14px 0;
  min-width: 0;
}
.winners-ticker .marquee {
  display: flex; gap: 40px;
  animation: scroll-left 38s linear infinite;
  white-space: nowrap;
  will-change: transform;
  padding-left: 32px;
}
.winners-ticker:hover .marquee { animation-play-state: paused; }
.winner {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--muted); font-size: 12.5px; letter-spacing: 0.04em;
}
.win-dot {
  display: inline-block;
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 6px rgba(255, 210, 74, 0.6);
  flex-shrink: 0;
}
.winner .name { color: var(--text); font-weight: 500; }
.winner .amount { color: var(--gold); font-weight: 600; letter-spacing: 0.02em; }
.winner .game { color: var(--purple); }

.ticker-stat {
  display: inline-flex; flex-direction: column; align-items: flex-end;
  padding: 10px 22px;
  border-left: 1px solid var(--border);
  background: var(--panel);
  z-index: 3;
  line-height: 1.2;
}
.stat-num {
  color: var(--gold);
  font-size: 16px; font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.stat-lbl {
  color: var(--muted);
  font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase;
  margin-top: 2px;
}

@keyframes scroll-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 760px) {
  .ticker-stat { display: none; }
  .ticker-label { padding: 12px 16px; font-size: 10px; letter-spacing: 0.16em; gap: 8px; }
  .winners-ticker .marquee { gap: 28px; }
  .winner { font-size: 12px; }
}

/* ============ HOW IT WORKS — Linear-style steps ============ */
.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.step {
  position: relative;
  padding: 56px 32px 40px;
  text-align: left;
  border-right: 1px solid var(--border);
  overflow: hidden;
  isolation: isolate;
  transition: background 0.3s ease;
}
.step:last-child { border-right: 0; }
.step:hover { background: rgba(180, 140, 255, 0.025); }

.step-watermark {
  position: absolute;
  top: -22px; right: -10px;
  font-family: 'Geist', sans-serif;
  font-weight: 900;
  font-size: clamp(120px, 12vw, 180px);
  line-height: 1;
  letter-spacing: -0.08em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(180, 140, 255, 0.18);
  pointer-events: none;
  user-select: none;
  z-index: -1;
  transition: -webkit-text-stroke-color 0.3s ease, color 0.3s ease;
}
.step:hover .step-watermark {
  -webkit-text-stroke-color: rgba(255, 210, 74, 0.3);
}

.step-label {
  display: inline-flex; align-items: center;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--purple);
  font-weight: 500;
  margin-bottom: 18px;
  padding: 4px 10px;
  border: 1px solid rgba(180, 140, 255, 0.3);
  border-radius: 4px;
  background: rgba(180, 140, 255, 0.06);
}

.step h3 {
  font-family: 'Geist', sans-serif;
  font-size: clamp(20px, 1.7vw, 24px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0 0 10px;
  color: var(--text);
}
.step p {
  font-family: 'Geist', sans-serif;
  color: var(--muted);
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  letter-spacing: -0.005em;
  max-width: 36ch;
}
.step .hl { color: var(--gold); font-weight: 500; }

@media (max-width: 860px) {
  .how-grid {
    grid-template-columns: 1fr;
  }
  .step {
    padding: 40px 24px 32px;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }
  .step:last-child { border-bottom: 0; }
  .step-watermark { font-size: 96px; top: -14px; right: 6px; }
}

/* ============ TESTIMONIALS — review-card grid ============ */
.sub-mute { color: rgba(152, 163, 179, 0.6); }
.testimonials-grid {
  display: grid; gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
.testimonial {
  position: relative;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 22px 22px 20px;
  display: flex; flex-direction: column; gap: 14px;
  transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
  opacity: 0; transform: translateY(10px);
  animation: tile-reveal 0.55s cubic-bezier(.18,.84,.32,1) forwards;
  animation-delay: calc(0.08s * var(--i, 0));
}
.testimonial:hover {
  border-color: rgba(180, 140, 255, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.35);
}

.t-head { display: flex; align-items: center; gap: 12px; }
.t-avatar {
  flex-shrink: 0;
  width: 38px; height: 38px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(180,140,255,0.25) 0%, rgba(255,210,74,0.18) 100%);
  border: 1px solid rgba(180,140,255,0.3);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-weight: 600; font-size: 12.5px;
  color: var(--text);
  letter-spacing: 0.06em;
}
.t-id { display: flex; flex-direction: column; line-height: 1.2; min-width: 0; }
.t-name {
  font-family: 'Geist', sans-serif;
  font-weight: 600; font-size: 14px;
  color: var(--text);
  letter-spacing: -0.005em;
}
.t-meta {
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted);
  margin-top: 2px;
}
.t-rating {
  margin-left: auto;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 12px; font-weight: 500;
  color: var(--gold);
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.testimonial blockquote {
  margin: 0;
  font-family: 'Geist', sans-serif;
  font-size: 14.5px; line-height: 1.55;
  color: var(--text);
  letter-spacing: -0.005em;
}
.t-date {
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted);
  margin-top: auto;
  padding-top: 4px;
  border-top: 1px solid var(--border);
}

/* Trustpilot summary strip */
.tp-summary {
  margin-top: 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 20px 24px;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 10px;
}
.tp-score {
  display: inline-flex; align-items: baseline; gap: 4px;
  font-family: 'Geist', sans-serif;
}
.tp-num {
  font-size: 38px; font-weight: 700;
  color: var(--gold);
  letter-spacing: -0.03em;
  line-height: 1;
}
.tp-out {
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 12px; color: var(--muted);
  letter-spacing: 0.08em;
}
.tp-detail {
  display: flex; flex-direction: column; gap: 8px;
  min-width: 0;
}
.tp-label {
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted);
}
.tp-bar {
  position: relative;
  width: 100%;
  height: 3px;
  background: var(--border);
  border-radius: 2px;
  overflow: hidden;
}
.tp-fill {
  display: block; height: 100%;
  background: linear-gradient(90deg, var(--gold) 0%, rgba(255,210,74,0.7) 100%);
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(255, 210, 74, 0.45);
}
.tp-link {
  font-family: 'Geist', sans-serif;
  font-size: 13px; font-weight: 500;
  color: var(--text);
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 14px;
  border: 1px solid var(--border);
  border-radius: 6px;
  transition: all 0.18s ease;
  white-space: nowrap;
}
.tp-link:hover {
  color: var(--gold);
  border-color: var(--gold);
  background: rgba(255, 210, 74, 0.04);
  text-decoration: none;
  gap: 10px;
}

@media (max-width: 860px) {
  .testimonials-grid { grid-template-columns: 1fr; }
  .tp-summary {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: left;
  }
  .tp-link { justify-self: flex-start; }
}

/* ============ FAQ — numbered accordion ============ */
.faq-list {
  max-width: 880px; margin: 0;
  counter-reset: faq;
  border-top: 1px solid var(--border);
}
.faq {
  counter-increment: faq;
  border-bottom: 1px solid var(--border);
  background: transparent;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
  transition: background 0.25s ease;
}
.faq:hover { background: rgba(180, 140, 255, 0.025); }
.faq[open] { background: rgba(255, 210, 74, 0.025); }

.faq summary {
  list-style: none; cursor: pointer;
  padding: 22px 24px 22px 0;
  font-family: 'Geist', sans-serif;
  font-weight: 500; font-size: 16px;
  letter-spacing: -0.015em;
  color: var(--text);
  display: grid;
  grid-template-columns: 56px 1fr 32px;
  align-items: center;
  gap: 16px;
  transition: color 0.2s ease;
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::marker { display: none; }

/* Mono Q01 prefix via CSS counter */
.faq summary::before {
  content: "Q" counter(faq, decimal-leading-zero);
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.16em;
  color: var(--purple);
  font-weight: 500;
  padding-left: 0;
}

/* Animated plus/minus indicator built from CSS lines */
.faq summary::after {
  content: ""; justify-self: end;
  width: 14px; height: 14px;
  position: relative;
  background-image:
    linear-gradient(var(--gold), var(--gold)),
    linear-gradient(var(--gold), var(--gold));
  background-size: 14px 1.5px, 1.5px 14px;
  background-position: center, center;
  background-repeat: no-repeat;
  transition: transform 0.25s ease, background-size 0.25s ease;
}
.faq[open] summary::after {
  transform: rotate(90deg);
  background-size: 14px 1.5px, 0 1.5px;
}
.faq:hover summary { color: var(--gold); }
.faq[open] summary { color: var(--gold); }

.faq .answer {
  padding: 0 24px 24px 72px;
  font-family: 'Geist', sans-serif;
  color: var(--muted);
  font-size: 14.5px; line-height: 1.65;
  letter-spacing: -0.005em;
  max-width: 72ch;
}
.faq .answer a { color: var(--gold); border-bottom: 1px solid rgba(255,210,74,0.3); transition: border-color 0.18s ease; }
.faq .answer a:hover { border-bottom-color: var(--gold); text-decoration: none; }

@media (max-width: 640px) {
  .faq summary {
    grid-template-columns: 44px 1fr 24px;
    gap: 12px;
    font-size: 15px;
    padding: 18px 18px 18px 0;
  }
  .faq summary::before { font-size: 10px; letter-spacing: 0.12em; }
  .faq .answer { padding: 0 18px 20px 56px; font-size: 14px; }
}

/* ============ FINAL CTA — split panel ============ */
.final-cta {
  position: relative;
  background:
    radial-gradient(600px 360px at 18% 30%, rgba(180,140,255,0.16), transparent 65%),
    radial-gradient(500px 300px at 92% 80%, rgba(255,210,74,0.10), transparent 65%),
    var(--bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  text-align: left;
  overflow: hidden;
  isolation: isolate;
}
.final-grain {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.04) 1px, transparent 0);
  background-size: 22px 22px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 50%, #000 30%, transparent 90%);
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 50%, #000 30%, transparent 90%);
}
.final-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 56px;
  align-items: center;
}
.final-left { display: flex; flex-direction: column; gap: 18px; }
.final-cta h2 {
  margin: 8px 0 0;
  font-family: 'Geist', sans-serif;
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.02;
  color: var(--text);
}
.final-cta p {
  color: var(--muted);
  margin: 0;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.55;
  max-width: 52ch;
  letter-spacing: -0.005em;
}
.final-hl { color: var(--gold); font-weight: 500; }
.final-ctas {
  display: flex; align-items: center; gap: 20px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.final-meta {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted);
}
.meta-dot {
  display: inline-block;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--green, #4ade80);
  box-shadow: 0 0 8px var(--green, #4ade80);
  animation: pulse-dot 2s ease-in-out infinite;
}
.final-cta .age-note {
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted);
  margin: 8px 0 0;
}

/* Right: terminal-style number card */
.final-right { display: flex; justify-content: flex-end; }
.final-number {
  position: relative;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 28px 28px 22px;
  width: 100%; max-width: 360px;
  display: flex; flex-direction: column; gap: 6px;
  box-shadow: 0 0 0 1px rgba(180,140,255,0.04), 0 30px 60px rgba(0,0,0,0.5);
}
.fn-lbl {
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--purple); font-weight: 500;
}
.fn-num {
  font-family: 'Geist', sans-serif;
  font-weight: 800; font-size: clamp(58px, 6vw, 76px);
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--text);
  margin: 8px 0 2px;
}
.fn-unit {
  font-family: 'Geist', sans-serif;
  font-weight: 600; font-size: 18px;
  color: var(--gold);
  letter-spacing: -0.015em;
}
.fn-bar {
  position: relative;
  margin: 16px 0 6px;
  width: 100%; height: 2px;
  background: var(--border);
  border-radius: 2px;
  overflow: hidden;
}
.fn-fill {
  display: block; width: 100%; height: 100%;
  background: linear-gradient(90deg, var(--gold) 0%, rgba(255,210,74,0.5) 100%);
  box-shadow: 0 0 12px rgba(255,210,74,0.45);
  transform-origin: left;
  animation: fn-load 1.4s cubic-bezier(.22,.8,.32,1) 0.2s both;
}
@keyframes fn-load { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.fn-foot {
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted);
}

@media (max-width: 860px) {
  .final-inner { grid-template-columns: 1fr; gap: 32px; }
  .final-right { justify-content: stretch; }
  .final-number { max-width: 100%; }
}

/* ============ FOOTER — terminal-style ============ */
.site-footer {
  background: #0a0d12;
  border-top: 1px solid var(--border);
  padding: 64px 24px 22px;
  color: var(--muted);
  font-family: 'Geist', sans-serif;
  font-size: 14px;
}
.footer-inner { max-width: 1280px; margin: 0 auto; }
.footer-cols {
  display: grid; gap: 40px;
  grid-template-columns: 1.7fr 1fr 1fr 1.5fr;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
}

.footer-brand .brand { font-size: 17px; }
.footer-blurb {
  font-size: 13.5px; line-height: 1.55;
  max-width: 280px; margin: 14px 0 18px;
  color: var(--muted);
  letter-spacing: -0.005em;
}

.footer-col h4 {
  color: var(--text);
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 10.5px; font-weight: 500;
  margin: 0 0 16px;
  letter-spacing: 0.18em; text-transform: uppercase;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin: 10px 0; }
.footer-col a {
  color: var(--muted);
  font-size: 13.5px;
  letter-spacing: -0.005em;
  transition: color 0.16s ease;
}
.footer-col a:hover { color: var(--gold); text-decoration: none; }

/* Responsible Gaming */
.responsible-block {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 18px 18px 14px;
}
.responsible-block .age-badge {
  display: inline-block;
  background: rgba(255,210,74,0.12);
  color: var(--gold);
  border: 1px solid rgba(255,210,74,0.4);
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 4px;
  font-size: 10.5px; letter-spacing: 0.16em;
  margin-bottom: 12px;
}
.rg-lede {
  font-size: 13px; color: var(--text);
  margin: 0 0 14px;
  letter-spacing: -0.005em;
}
.rg-list { list-style: none; padding: 0; margin: 0; }
.rg-list li {
  margin: 10px 0;
  display: flex; flex-direction: column; gap: 2px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
  font-size: 12.5px;
}
.rg-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.rg-name { color: var(--text); font-weight: 600; }
.rg-name-link { color: var(--text); font-weight: 500; transition: color 0.16s ease; }
.rg-name-link:hover { color: var(--gold); text-decoration: none; }
.rg-link {
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 11.5px; letter-spacing: 0.06em;
  color: var(--gold);
  text-decoration: none;
}
.rg-link:hover { color: #ffde7a; text-decoration: none; }
.rg-note {
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 9.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted);
}

/* Bottom strip */
.footer-bottom { padding-top: 26px; }
.excluded-line {
  display: flex; align-items: center; gap: 14px;
  margin: 0 0 14px;
  flex-wrap: wrap;
}
.bottom-lbl {
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 10.5px; letter-spacing: 0.18em;
  color: var(--purple);
  font-weight: 500;
  padding: 3px 8px;
  border: 1px solid rgba(180,140,255,0.3);
  background: rgba(180,140,255,0.06);
  border-radius: 4px;
}
.bottom-val {
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 12px; letter-spacing: 0.06em;
  color: var(--text);
}
.disclaimer {
  color: var(--muted);
  font-size: 11.5px; line-height: 1.65;
  max-width: 1180px; margin: 0 0 18px;
  letter-spacing: -0.005em;
}
.footer-meta {
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; flex-wrap: wrap;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}
.copyright {
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); margin: 0;
}
.build-tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); margin: 0;
}

@media (max-width: 1000px) {
  .footer-cols { grid-template-columns: 1.5fr 1fr 1fr; gap: 32px; }
  .footer-responsible { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .footer-cols { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-responsible { grid-column: 1 / -1; }
  .footer-meta { flex-direction: column; align-items: flex-start; gap: 8px; }
}

/* ============ MODALS ============ */
.modal-backdrop {
  position: fixed; inset: 0; background: rgba(0,0,0,.78);
  display: none; align-items: center; justify-content: center;
  z-index: 100; padding: 20px;
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
}
.modal-backdrop.active { display: flex; }
.modal {
  background: var(--panel); border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  max-width: 460px; width: 100%;
  padding: 32px;
  position: relative;
  max-height: 90vh; overflow-y: auto;
  animation: pop-in .25s ease;
}
@keyframes pop-in { from { transform: scale(.95); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.modal h3 { margin: 0 0 8px; font-size: 24px; font-family: 'Geist', 'Inter', system-ui, sans-serif; font-weight: 800; letter-spacing: -.01em; }
.modal p.modal-lede { color: var(--muted); margin: 0 0 22px; }
.modal-close { position: absolute; top: 14px; right: 14px; background: transparent; border: 0; color: var(--muted); cursor: pointer; padding: 6px; }
.modal-close:hover { color: var(--text); }

/* ============ GAME PAGE ============ */
.game-page-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--bg);
}
.game-page-header {
  border-bottom: 1px solid var(--border);
  background: rgba(14, 17, 22, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: sticky;
  top: 0;
  z-index: 10;
}
.game-page-header-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.game-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px solid var(--border);
  border-radius: 6px;
  color: var(--muted);
  font-size: 13px;
  font-family: 'Geist Mono', ui-monospace, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .15s ease, border-color .15s ease;
}
.game-back:hover { color: var(--text); border-color: var(--gold); }
.game-back .icn { width: 14px; height: 14px; }

.game-page-main {
  flex: 1;
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.game-page-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.gpm-left { min-width: 0; }
.game-eyebrow {
  display: inline-block;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 4px;
}
.gpm-left h1 {
  margin: 0;
  font-size: clamp(24px, 3.2vw, 36px);
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.gpm-sub {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-family: 'Geist Mono', ui-monospace, monospace;
  letter-spacing: 0.04em;
}
.gpm-right .btn .icn { width: 14px; height: 14px; margin-right: 6px; }

.game-page-frame-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #05070a;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.game-page-frame-wrap:fullscreen,
.game-page-frame-wrap:-webkit-full-screen {
  border-radius: 0;
  border: 0;
  aspect-ratio: auto;
  width: 100vw;
  height: 100vh;
}
#gp-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #05070a;
}
.game-page-loader {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #05070a;
  z-index: 1;
  transition: opacity .35s ease, visibility .35s ease;
}
.game-page-loader.done { opacity: 0; visibility: hidden; }
.gp-spinner {
  width: 28px; height: 28px;
  border: 2px solid rgba(255, 210, 74, 0.18);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: gp-spin 0.9s linear infinite;
}
.gp-loader-text {
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--muted);
}
@keyframes gp-spin { to { transform: rotate(360deg); } }

@media (max-width: 720px) {
  .game-page-header-inner { padding: 12px 16px; }
  .game-page-main { padding: 16px; gap: 12px; }
  .gpm-right { width: 100%; }
  .gpm-right .btn { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .gp-spinner { animation: none; }
}

.form-row { margin-bottom: 14px; }
.form-row label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: var(--text); }
.form-row input, .form-row select {
  width: 100%; padding: 11px 12px;
  background: var(--panel-2); border: 1px solid var(--border);
  border-radius: var(--radius); color: var(--text);
  font-family: inherit; font-size: 14px;
}
.form-row input:focus, .form-row select:focus { outline: 2px solid var(--gold); outline-offset: 0; border-color: var(--gold); }
.form-error { color: var(--red); font-size: 13px; margin-top: 8px; }
.form-success { color: var(--green); font-size: 14px; margin-top: 8px; }

/* Per-field inline error (email, phone) */
.field-error {
  color: var(--red);
  font-size: 12.5px;
  margin: 6px 0 0;
  min-height: 0;
  font-family: 'Geist Mono', ui-monospace, SFMono-Regular, monospace;
  letter-spacing: 0.02em;
}
.field-error:empty { display: none; }
.form-row.field-invalid input { border-color: var(--red); }
.form-row.field-invalid input:focus { outline-color: var(--red); border-color: var(--red); }

/* DOB three-select */
.dob-hint {
  font-family: 'Geist Mono', ui-monospace, SFMono-Regular, monospace;
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted); font-weight: 500; margin-left: 6px;
}
.dob-grid {
  display: grid; grid-template-columns: 1fr 1fr 1.3fr; gap: 8px;
}
.dob-cell { position: relative; }
.dob-cell::after {
  content: ""; position: absolute; right: 12px; top: 50%;
  width: 8px; height: 8px;
  border-right: 1.5px solid var(--muted);
  border-bottom: 1.5px solid var(--muted);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
  transition: border-color .15s ease;
}
.dob-cell:focus-within::after { border-color: var(--gold); }
.form-row .dob-select {
  width: 100%;
  padding: 11px 32px 11px 12px;
  background: var(--panel-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text);
  font-family: 'Geist Mono', ui-monospace, SFMono-Regular, monospace;
  font-size: 14px; letter-spacing: 0.04em;
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  cursor: pointer;
  transition: border-color .15s ease, background-color .15s ease;
}
.form-row .dob-select:hover { background: var(--panel); }
.form-row .dob-select:focus {
  outline: 2px solid var(--gold); outline-offset: 0;
  border-color: var(--gold);
}
.form-row .dob-select:invalid,
.form-row .dob-select option[value=""] { color: var(--muted); }
.form-row .dob-select option { background: var(--panel); color: var(--text); font-family: inherit; }
.dob-error {
  color: var(--red); font-size: 12.5px; margin-top: 8px;
  min-height: 1em;
  font-family: 'Geist Mono', ui-monospace, SFMono-Regular, monospace;
  letter-spacing: 0.02em;
}
.form-row.dob-row.dob-invalid .dob-select { border-color: var(--red); }

@media (max-width: 480px) {
  .dob-grid { grid-template-columns: 1fr 1fr 1.2fr; gap: 6px; }
  .form-row .dob-select { padding: 11px 26px 11px 10px; font-size: 13px; }
}

/* Age gate */
#age-gate .modal { text-align: center; max-width: 420px; }
#age-gate h3 { font-size: 28px; }
#age-gate p { margin-bottom: 22px; }
#age-gate .age-buttons { display: flex; flex-direction: column; gap: 10px; }

/* Spin wheel */
.wheel-wrap { display: flex; justify-content: center; margin: 18px 0; }
.wheel {
  width: 220px; height: 220px; border-radius: 50%;
  background: conic-gradient(
    #ffd24a 0deg 45deg, #b48cff 45deg 90deg,
    #ff6b6b 90deg 135deg, #4ade80 135deg 180deg,
    #ffd24a 180deg 225deg, #b48cff 225deg 270deg,
    #ff6b6b 270deg 315deg, #4ade80 315deg 360deg
  );
  border: 5px solid var(--gold);
  box-shadow: 0 0 30px rgba(255,210,74,.4), inset 0 0 30px rgba(0,0,0,.3);
  position: relative;
  transition: transform 4s cubic-bezier(.2,.8,.2,1);
}
.wheel::after {
  content: ""; position: absolute; inset: 35%;
  border-radius: 50%; background: var(--bg);
  border: 4px solid var(--gold);
  z-index: 1;
}
.wheel-label {
  position: absolute;
  top: 0; left: 50%;
  width: 60px;
  margin-left: -30px;
  padding-top: 14px;
  text-align: center;
  font-family: 'Geist', 'Inter', system-ui, sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: -.01em;
  color: rgba(20, 20, 20, .92);
  text-shadow: 0 1px 2px rgba(255, 255, 255, .55);
  pointer-events: none;
  user-select: none;
  /* Rotate around wheel center (radius = 110px from top of label). Position label at segment center: 22.5deg + 45deg * --i */
  transform-origin: 50% 110px;
  transform: rotate(calc(22.5deg + var(--i) * 45deg));
}
.wheel-pointer {
  position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 12px solid transparent; border-right: 12px solid transparent;
  border-top: 22px solid var(--gold);
  z-index: 2;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.4));
}
.spin-result { text-align: center; margin-top: 6px; }
.spin-result .amt { font-size: 26px; font-family: 'Geist', 'Inter', system-ui, sans-serif; font-weight: 800; color: var(--gold); }

/* Sticky mobile CTA */
.mobile-sticky-cta {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 40;
  padding: 12px 16px;
  background: rgba(14,17,22,.95);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--border);
}

/* ============ LEGAL PAGES ============ */
.legal-wrap { max-width: 880px; margin: 0 auto; padding: 56px 20px 80px; }
.legal-wrap h1 { font-family: 'Geist', 'Inter', system-ui, sans-serif; font-size: 36px; margin: 0 0 8px; letter-spacing: -.01em; }
.legal-wrap .updated { color: var(--muted); font-size: 14px; margin-bottom: 28px; }
.legal-wrap h2 { font-size: 22px; margin: 32px 0 10px; color: var(--gold); }
.legal-wrap h3 { font-size: 17px; margin: 20px 0 8px; }
.legal-wrap p, .legal-wrap li { color: var(--text); }
.legal-wrap ul, .legal-wrap ol { padding-left: 22px; }
.legal-wrap li { margin: 6px 0; }
.legal-wrap .breadcrumb { color: var(--muted); font-size: 13px; margin-bottom: 24px; }
.legal-wrap .breadcrumb a { color: var(--muted); }
.legal-wrap .callout-box { background: var(--panel); border-left: 3px solid var(--gold); border-radius: var(--radius); padding: 16px 20px; margin: 18px 0; }
.legal-wrap .callout-box.warn { border-left-color: var(--red); }
.legal-wrap address { font-style: normal; background: var(--panel-2); border: 1px solid var(--border); border-radius: var(--radius); padding: 16px; margin: 12px 0; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 14px; line-height: 1.7; }
.legal-wrap .resource-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); margin: 14px 0; }
.legal-wrap .resource-card { background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); padding: 16px; }
.legal-wrap .resource-card h4 { margin: 0 0 6px; color: var(--gold); font-size: 15px; }
.legal-wrap .resource-card .phone { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 14px; color: var(--text); }

/* ============ RESPONSIVE ============ */
@media (max-width: 1100px) {
  .footer-cols { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-col:last-child { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .games-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .section { padding: 56px 22px; }
  .section-head { margin-bottom: 28px; }
}
@media (max-width: 960px) {
  .hero-frame {
    grid-template-columns: 36px 1fr;
    grid-template-areas:
      "spine feature"
      "spine bottom"
      "spine footnote";
    column-gap: 20px; row-gap: 28px;
    padding: 26px 22px 16px;
    min-height: auto;
  }
  .hero-bottom {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }
  .hero-numeral { font-size: clamp(72px, 18vw, 160px); }
  .numeral-coda { font-size: clamp(20px, 5vw, 36px); padding-bottom: 0.4em; }
  .trust-row { padding: 14px 22px 22px; gap: 12px 22px; font-size: 10px; }
}
@media (max-width: 860px) {
  .how-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .nav { display: none; }
  .nav.nav-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 60px; left: 0; right: 0;
    background: var(--bg);
    padding: 16px 20px;
    border-bottom: 1px solid var(--border);
    gap: 14px;
    z-index: 90;
  }
  .hamburger { display: inline-flex; }
  .mobile-sticky-cta { display: block; }
  body { padding-bottom: 70px; }
  .section { padding: 48px 20px; }
}
@media (max-width: 540px) {
  .footer-cols { grid-template-columns: 1fr; }
  .header-actions .btn-ghost { display: none; }
  .legal-wrap .resource-grid { grid-template-columns: 1fr; }
  .modal { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .winners-ticker .marquee { animation: none; }
  .tape-marquee { animation: none; }
  .tape-dot { animation: none; }
  .coin-shower span { animation: none; display: none; }
  .slide { transition: none; }
  .numeral > span { animation: none; transform: none; opacity: 1; }
  .numeral-coda { animation: none; opacity: 1; }
  .hero-cta::after { display: none; }
  .hero-bulletin { transform: none; }
  .game-tile { animation: none; opacity: 1; transform: none; }
  .kicker-pulse, .status-dot, .bulletin-dot { animation: none; }
}
