/* Spin Paradise Club — Orbis.Nft-recipe applied to a US social casino
   Anton (Tailwind: font-grotesk) + Condiment (font-condiment) + system mono
   #010828 navy · #EFF4FF cream · #6FFF00 neon · liquid-glass everywhere */

:root {
  --bg:    #010828;
  --cream: #EFF4FF;
  --neon:  #6FFF00;
  --cream-70: rgba(239, 244, 255, 0.7);
  --cream-50: rgba(239, 244, 255, 0.5);
  --cream-30: rgba(239, 244, 255, 0.3);
  --cream-10: rgba(239, 244, 255, 0.1);
  --cream-06: rgba(239, 244, 255, 0.06);

  --grotesk:  "Anton", "Bebas Neue", Impact, system-ui, sans-serif;
  --condiment:"Condiment", "Caveat", cursive;
  --mono:     ui-monospace, "SF Mono", Menlo, Consolas, monospace;

  /* Back-compat aliases for inline styles in legal pages */
  --text-muted: var(--cream-70);
  --text-dim: var(--cream-50);
  --text: var(--cream);
  --lime: var(--neon);

  --wrap: 1831px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body {
  margin: 0;
  background: var(--bg);
  color: var(--cream);
  font-family: var(--mono);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
img { max-width: 100%; display: block; }
a { color: var(--neon); text-decoration: none; transition: color .15s; }
a:hover { color: var(--neon); text-decoration: underline; text-underline-offset: 3px; }

.skip-link {
  position: absolute; top: -100px; left: 8px; padding: 8px 12px;
  background: var(--neon); color: var(--bg); border-radius: 6px;
  font-family: var(--grotesk); font-size: 13px; z-index: 1000;
  text-transform: uppercase; letter-spacing: 0.1em;
}
.skip-link:focus { top: 8px; }

/* =========================================================================
   TEXTURE OVERLAY (mix-blend-mode: lighten over a noise PNG-replacement SVG)
   Sits fixed on top, pointer-events: none, z-50.
========================================================================= */
.texture-overlay {
  position: fixed; inset: 0;
  z-index: 50;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='260' height='260'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.78' numOctaves='1' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.18 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 260px 260px;
  mix-blend-mode: overlay;
  opacity: 0.22;
}

/* =========================================================================
   LIQUID GLASS — exact recipe from the spec
========================================================================= */
.liquid-glass {
  background: rgba(255, 255, 255, 0.01);
  background-blend-mode: luminosity;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border: none;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}
.liquid-glass::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.4px;
  background: linear-gradient(180deg,
    rgba(255,255,255,0.45) 0%,
    rgba(255,255,255,0.15) 20%,
    rgba(255,255,255,0) 40%,
    rgba(255,255,255,0) 60%,
    rgba(255,255,255,0.15) 80%,
    rgba(255,255,255,0.45) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

/* =========================================================================
   ENTER CTA — pill, neon
========================================================================= */
.enter-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 24px; min-height: 48px;
  font-family: var(--grotesk); font-size: 14px; letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--neon); color: var(--bg);
  border: none; border-radius: 999px; cursor: pointer;
  box-shadow: 0 0 24px rgba(111, 255, 0, 0.45);
  transition: transform .15s, box-shadow .2s, background .15s;
}
.enter-cta:hover { transform: translateY(-2px); box-shadow: 0 0 36px rgba(111, 255, 0, 0.7); }
.enter-cta:focus-visible { outline: 2px solid var(--cream); outline-offset: 3px; }
.enter-cta-block { width: 100%; justify-content: center; padding: 16px 24px; }
.enter-cta-sm { padding: 11px 16px; min-height: 44px; font-size: 12px; }

/* =========================================================================
   SECTION BASE
========================================================================= */
.sec {
  position: relative;
  width: 100%;
}
.sec-bg {
  position: absolute; inset: 0;
  overflow: hidden;
  z-index: 0;
}
.sec-bg::after {
  /* Light vignette only — preserves video brightness */
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 50%, transparent 30%, rgba(1, 8, 40, 0.18) 80%, rgba(1, 8, 40, 0.45) 100%),
    linear-gradient(180deg, transparent 60%, rgba(1, 8, 40, 0.35) 100%);
  pointer-events: none;
}
.sec-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: saturate(1.1) contrast(1.04);
}
.sec-frame {
  position: relative; z-index: 3;
  width: 100%; max-width: var(--wrap);
  margin: 0 auto;
  padding: 28px clamp(20px, 4vw, 56px);
}

/* =========================================================================
   SECTION 1 — HERO
========================================================================= */
.sec-hero {
  height: 86vh;
  height: 86svh; /* small viewport — accounts for mobile address bar */
  min-height: 600px;
  max-height: 920px;
  overflow: hidden;
  display: flex; flex-direction: column;
  position: relative;
}
.sec-hero .sec-frame {
  flex: 1;
  display: flex; flex-direction: column;
  height: 100%;
  min-height: 0;
  padding-top: 22px;
  padding-bottom: 22px;
}
/* Video anchored to bottom — top gets cropped if aspect ratio mismatches */
.sec-hero .sec-video {
  object-position: center bottom;
}
.sec-stars { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.sec-stars span {
  position: absolute; width: 2px; height: 2px; border-radius: 50%;
  background: var(--cream); box-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
  animation: twinkle 3s ease-in-out infinite;
}
.sec-stars span:nth-child(1)  { left: 8%;  top: 12%; animation-delay: 0s; }
.sec-stars span:nth-child(2)  { left: 18%; top: 30%; animation-delay: .4s; width: 3px; height: 3px; }
.sec-stars span:nth-child(3)  { left: 32%; top: 8%;  animation-delay: .8s; }
.sec-stars span:nth-child(4)  { left: 48%; top: 22%; animation-delay: 1.2s; }
.sec-stars span:nth-child(5)  { left: 62%; top: 14%; animation-delay: 1.6s; width: 3px; height: 3px; }
.sec-stars span:nth-child(6)  { left: 78%; top: 9%;  animation-delay: 2s; }
.sec-stars span:nth-child(7)  { left: 88%; top: 26%; animation-delay: 2.4s; }
.sec-stars span:nth-child(8)  { left: 92%; top: 58%; animation-delay: .6s; width: 3px; height: 3px; }
.sec-stars span:nth-child(9)  { left: 6%;  top: 60%; animation-delay: 1s; }
.sec-stars span:nth-child(10) { left: 14%; top: 78%; animation-delay: 1.4s; }
.sec-stars span:nth-child(11) { left: 28%; top: 90%; animation-delay: 1.8s; }
.sec-stars span:nth-child(12) { left: 84%; top: 80%; animation-delay: 2.2s; }
.sec-stars span:nth-child(13) { left: 50%; top: 88%; animation-delay: 2.6s; width: 2.5px; height: 2.5px; }
.sec-stars span:nth-child(14) { left: 70%; top: 70%; animation-delay: 3s; }
@keyframes twinkle { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.35; transform: scale(0.7); } }

/* Top bar */
.topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 4px 0 16px;
  position: relative;
  flex-shrink: 0;
}
.topbar-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.topbar-logo img {
  height: 44px;
  width: auto;
  display: block;
}
.topbar-logo:hover { opacity: 0.85; text-decoration: none; }

.navglass {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 32px;
  padding: 16px 44px;
  border-radius: 28px;
}
.navglass a {
  font-family: var(--grotesk);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cream);
  text-decoration: none;
  transition: color .15s;
  position: relative;
  z-index: 1;
}
.navglass a:hover { color: var(--neon); text-decoration: none; }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 48px; height: 48px;
  padding: 12px;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 12px;
}
.nav-toggle span {
  display: block;
  height: 2px; width: 100%;
  background: var(--cream);
  border-radius: 2px;
  transition: transform .28s cubic-bezier(.22, 1, .36, 1), opacity .2s;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-toggle:focus-visible { outline: 2px solid var(--neon); outline-offset: 2px; }

.social-stack {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.social-btn {
  display: flex; align-items: center; justify-content: center;
  width: 48px; height: 48px;
  border-radius: 14px;
  color: var(--cream);
  text-decoration: none;
  transition: background .2s, color .2s;
}
.social-btn:hover { background: rgba(255, 255, 255, 0.08); color: var(--neon); text-decoration: none; }
.social-btn svg { position: relative; z-index: 1; }

.social-stack-mobile { display: none; flex-direction: row; gap: 12px; margin: 28px 0 0; justify-content: center; }

/* Hero content */
.hero-content {
  flex: 1;
  display: flex; flex-direction: column;
  justify-content: flex-start;
  padding: clamp(16px, 2.4vw, 32px) 0 16px;
  position: relative;
  gap: clamp(18px, 2.4vw, 32px);
  min-height: 0;
}
.hero-content > .hero-tape { margin-top: auto; }
.hero-h {
  font-family: var(--grotesk);
  font-weight: normal;
  font-size: clamp(40px, 6.4vw, 104px);
  line-height: 0.98;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: var(--cream);
  margin: 0;
  max-width: 1100px;
  position: relative;
}
.hero-h-line { display: block; }
.hero-paren { color: var(--cream); }
.hero-h-tail { position: relative; display: inline-block; padding-right: 0.5em; }
.hero-cursive {
  position: absolute;
  font-family: var(--condiment);
  font-weight: normal;
  font-size: clamp(24px, 3.4vw, 56px);
  letter-spacing: 0;
  text-transform: none;
  color: var(--neon);
  text-shadow:
    0 0 1px var(--bg),
    0 0 12px rgba(111, 255, 0, 0.6),
    0 0 28px rgba(111, 255, 0, 0.35);
  transform: rotate(-3deg);
  white-space: nowrap;
  right: -0.2em;
  bottom: 0.1em;
  line-height: 1;
}

/* Hero CTA cluster */
.hero-cta-row {
  display: flex; flex-direction: column; align-items: flex-start;
  gap: 18px;
  max-width: 920px;
}
.hero-offer-line {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 10px 18px 10px 12px;
  border-radius: 999px;
  background: rgba(1, 8, 40, 0.55);
  border: 1px solid rgba(111, 255, 0, 0.32);
  backdrop-filter: blur(6px);
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--cream-70);
  flex-wrap: nowrap;
  white-space: nowrap;
  max-width: 100%;
}
.offer-pill {
  display: inline-flex; align-items: center;
  white-space: nowrap;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--neon);
  color: var(--bg);
  font-family: var(--grotesk);
  font-size: 11px;
  letter-spacing: 0.16em;
  box-shadow: 0 0 18px rgba(111, 255, 0, 0.45);
}
.offer-figure { color: var(--cream); }
.offer-figure strong {
  font-family: var(--grotesk);
  font-weight: normal;
  color: var(--neon);
  font-size: 1.16em;
  letter-spacing: 0.04em;
  margin-right: 4px;
}

.hero-cta-buttons {
  display: inline-flex; align-items: center; gap: 14px; flex-wrap: wrap;
}
.enter-cta-hero {
  padding: 18px 32px;
  min-height: 60px;
  font-size: 15px;
  letter-spacing: 0.1em;
  box-shadow: 0 0 32px rgba(111, 255, 0, 0.55), 0 12px 32px rgba(111, 255, 0, 0.25);
}
.enter-cta-hero:hover { box-shadow: 0 0 48px rgba(111, 255, 0, 0.8), 0 16px 40px rgba(111, 255, 0, 0.35); }
.ghost-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 26px; min-height: 58px;
  font-family: var(--grotesk);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cream);
  background: rgba(1, 8, 40, 0.55);
  border: 1.5px solid rgba(239, 244, 255, 0.35);
  border-radius: 999px;
  text-decoration: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 20px rgba(1, 8, 40, 0.4);
  transition: border-color .2s, color .2s, background .2s;
}
.ghost-cta:hover {
  border-color: var(--neon);
  color: var(--neon);
  background: rgba(1, 8, 40, 0.75);
  text-decoration: none;
}

.hero-tape {
  margin-top: 36px;
  padding: 12px 20px;
  border-radius: 16px;
  display: flex; align-items: center; gap: 16px;
  overflow: hidden;
  max-width: 720px;
  background: rgba(1, 8, 40, 0.55) !important;
}
.tape-label {
  font-family: var(--grotesk);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--neon);
  position: relative; z-index: 2;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(111, 255, 0, 0.12);
  border: 1px solid rgba(111, 255, 0, 0.32);
}
.tape-viewport {
  position: relative;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0, black 6%, black 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 6%, black 94%, transparent 100%);
}
.tape-track {
  display: flex; gap: 36px; white-space: nowrap; will-change: transform;
  animation: tape-roll 24s linear infinite;
  font-family: var(--mono);
  font-size: 12px; color: var(--cream-70);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.tape-win { display: inline-flex; align-items: center; gap: 8px; }
.tape-win-amt { color: var(--neon); font-family: var(--grotesk); font-size: 14px; }
.tape-win-name { color: var(--cream); }
.tape-win-sep { color: var(--cream-30); }
@keyframes tape-roll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* =========================================================================
   SECTION 2 — ABOUT / INTRO
========================================================================= */
.sec-about {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.about-frame-inner {
  padding-top: clamp(64px, 8vw, 120px);
  padding-bottom: clamp(64px, 8vw, 120px);
  display: flex; flex-direction: column;
  gap: clamp(48px, 8vw, 120px);
  min-height: 100vh;
  justify-content: space-between;
}
.about-top {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 48px;
}
.about-h {
  font-family: var(--grotesk);
  font-weight: normal;
  font-size: clamp(32px, 5.8vw, 96px);
  line-height: 1;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: var(--cream);
  margin: 0;
}
.about-h span { display: block; }
.about-h-tail { position: relative; display: inline-block; padding-right: 0.5em; }
.about-cursive {
  position: absolute;
  font-family: var(--condiment);
  font-size: clamp(36px, 4.2vw, 68px);
  color: var(--neon);
  text-shadow:
    0 0 1px var(--bg),
    0 0 14px rgba(111, 255, 0, 0.55),
    0 0 32px rgba(111, 255, 0, 0.3);
  text-transform: none;
  letter-spacing: 0;
  transform: rotate(-4deg);
  right: -0.15em;
  bottom: -0.12em;
  white-space: nowrap;
}
.about-blurb {
  font-family: var(--mono);
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--cream);
  max-width: 266px;
  margin: 0;
}
.about-bottom {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 48px;
}
.about-col { display: flex; flex-direction: column; gap: 14px; max-width: 280px; }
.about-col-right { align-items: flex-end; text-align: right; }
.about-ghost {
  font-family: var(--mono);
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--cream);
  opacity: 0.1;
  margin: 0;
}

/* =========================================================================
   SECTION 3 — COLLECTION GRID
========================================================================= */
.sec-collection {
  background: var(--bg);
  padding: clamp(40px, 8vw, 128px) 0;
}
.coll-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  flex-wrap: wrap; gap: 32px;
  margin-bottom: clamp(32px, 5vw, 64px);
}
.coll-head-center { justify-content: center; text-align: center; }
.coll-h {
  font-family: var(--grotesk);
  font-weight: normal;
  font-size: clamp(32px, 5.4vw, 80px);
  line-height: 1;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: var(--cream);
  margin: 0;
}
.coll-h span { display: block; }
.coll-h-indent {
  margin-left: clamp(36px, 6vw, 128px);
  display: flex; align-items: baseline; gap: 0.25em; flex-wrap: wrap;
}
.coll-h-indent > span { display: inline-block; }
.coll-cursive {
  font-family: var(--condiment);
  font-weight: normal;
  color: var(--neon);
  font-size: 1.05em;
  text-transform: none;
  letter-spacing: 0;
  transform: rotate(-4deg) translateY(-0.05em);
  margin-right: 0.1em;
  text-shadow: 0 0 24px rgba(111, 255, 0, 0.35);
}

.see-all {
  display: inline-flex; align-items: baseline; gap: 14px;
  flex-direction: column; align-items: flex-start;
  text-decoration: none;
  position: relative;
  padding-bottom: 14px;
}
.see-all-big {
  font-family: var(--grotesk);
  font-size: clamp(32px, 4.4vw, 60px);
  line-height: 1;
  color: var(--cream);
  text-transform: uppercase;
  letter-spacing: -0.005em;
}
.see-all-stack {
  display: inline-flex; gap: 10px;
  font-family: var(--grotesk);
  font-size: clamp(20px, 2.4vw, 36px);
  color: var(--cream);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1;
}
.see-all-stack span:first-child { color: var(--cream-50); }
.see-all:hover .see-all-stack { color: var(--neon); }
.see-all-bar {
  display: block;
  width: 100%; min-width: 200px;
  height: clamp(6px, 0.6vw, 10px);
  background: var(--neon);
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(111, 255, 0, 0.5);
  position: absolute; left: 0; bottom: 0;
}
.see-all:hover { text-decoration: none; }

/* Filter chips */
.chip-tabs {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin-bottom: 24px;
}
.chip-tab {
  padding: 12px 18px; min-height: 44px;
  background: transparent; border: 1px solid var(--cream-10);
  border-radius: 999px;
  font-family: var(--grotesk);
  color: var(--cream-70); font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer; transition: all .15s;
}
.chip-tab:hover { color: var(--cream); border-color: var(--neon); }
.chip-tab.active {
  background: var(--neon); color: var(--bg); border-color: var(--neon);
  box-shadow: 0 0 24px rgba(111, 255, 0, 0.4);
}

/* Card grid */
.coll-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.game-tile {
  position: relative;
  display: block;
  border-radius: 20px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--cream-10);
  text-decoration: none;
  cursor: pointer;
  transition: background .2s, transform .25s, border-color .2s;
}
.game-tile:hover { background: rgba(255, 255, 255, 0.06); border-color: rgba(111, 255, 0, 0.3); transform: translateY(-4px); text-decoration: none; }
.tile-art-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.tile-art-wrap img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform .45s ease, filter .3s;
}
.game-tile:hover .tile-art-wrap img { transform: scale(1.06); filter: saturate(1.15); }
.tile-art-wrap .tile-grad {
  position: absolute; inset: 0;
  background-image: var(--tile-grad);
  opacity: 0.35;
  mix-blend-mode: overlay;
}
.tile-art-wrap::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(1, 8, 40, 0.45) 100%);
}
/* Gradient monogram tile (no external screenshot) */
.tile-art-grad {
  /* uniform scrim deepens bright gradients so the monogram stays legible */
  box-shadow: inset 0 0 0 2000px rgba(1, 8, 40, 0.34);
}
.tile-art-grad::before {
  content: "";
  position: absolute; inset: 0; z-index: 0;
  background-image:
    radial-gradient(circle at 26% 24%, rgba(255,255,255,0.22), transparent 42%),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.06) 0 2px, transparent 2px 10px);
  mix-blend-mode: soft-light;
}
.tile-monogram {
  position: absolute; inset: 0; z-index: 1;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--grotesk);
  font-size: clamp(48px, 7.5vw, 88px);
  letter-spacing: 0.03em;
  color: #ffffff;
  text-shadow: 0 6px 26px rgba(1, 8, 40, 0.75), 0 0 1px rgba(1, 8, 40, 0.6);
  transition: transform .35s ease;
}
.game-tile:hover .tile-monogram { transform: scale(1.08); }
.tile-tag {
  position: absolute; top: 10px; left: 10px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(1, 8, 40, 0.7);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  font-family: var(--grotesk);
  font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--neon);
  border: 1px solid rgba(111, 255, 0, 0.35);
  z-index: 3;
}
.tile-tag-hot { color: #ff6ba0; border-color: rgba(255, 107, 160, 0.35); }

.tile-info {
  display: flex; flex-direction: column; gap: 10px;
  padding: 14px 6px 4px;
}
.tile-title {
  font-family: var(--grotesk);
  font-size: clamp(15px, 0.5vw + 13px, 19px);
  line-height: 1.12;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--cream);
  margin: 0;
  /* Up to 2 lines, then ellipsis — no more mid-word truncation */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.24em;
}
.tile-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.tile-meta {
  display: flex; align-items: center; gap: 8px;
  min-width: 0; flex-wrap: wrap;
}
.tile-provider {
  font-family: var(--mono);
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--cream-70);
  white-space: nowrap;
}
.tile-cat {
  font-family: var(--grotesk);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--neon);
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(111, 255, 0, 0.1);
  border: 1px solid rgba(111, 255, 0, 0.28);
  white-space: nowrap;
}
.tile-play {
  flex-shrink: 0;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--neon);
  display: flex; align-items: center; justify-content: center;
  color: var(--bg);
  box-shadow: 0 0 14px rgba(111, 255, 0, 0.35);
  transition: transform .2s, box-shadow .2s;
}
.game-tile:hover .tile-play { transform: scale(1.12); box-shadow: 0 0 22px rgba(111, 255, 0, 0.6); }
.tile-play svg { width: 16px; height: 16px; margin-left: 1px; }

/* =========================================================================
   SEC-ENTRY (3 steps cards)
========================================================================= */
.sec-entry {
  background: var(--bg);
  padding: clamp(40px, 7vw, 112px) 0;
}
.entry-ladder {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.entry-step {
  position: relative;
  padding: 36px 28px;
  border-radius: 28px;
  min-height: 240px;
  display: flex; flex-direction: column;
}
.entry-step > * { position: relative; z-index: 1; }
.step-num {
  font-family: var(--grotesk);
  font-size: 64px;
  color: transparent;
  -webkit-text-stroke: 2px var(--neon);
  letter-spacing: -0.02em;
  line-height: 1;
}
.entry-step-2 .step-num { -webkit-text-stroke-color: #ff6ba0; }
.entry-step-3 .step-num { -webkit-text-stroke-color: #b724ff; }
.entry-step h3 {
  font-family: var(--grotesk);
  font-size: 22px;
  text-transform: uppercase;
  color: var(--cream);
  letter-spacing: 0.02em;
  margin: 14px 0 10px;
  font-weight: normal;
}
.entry-step p {
  font-family: var(--mono);
  font-size: 13px; line-height: 1.65;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--cream-70);
  margin: 0;
}

/* =========================================================================
   SEC-VIP
========================================================================= */
.sec-vip {
  background: var(--bg);
  padding: clamp(40px, 7vw, 112px) 0;
}
.vip-sub {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1.7;
  text-transform: uppercase;
  color: var(--cream-70);
  margin: 24px 0 0;
  max-width: 540px;
}
.vip-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.vip-card {
  position: relative;
  padding: 28px 26px;
  border-radius: 28px;
  display: flex; flex-direction: column;
}
.vip-card > * { position: relative; z-index: 1; }
.vip-card-feature { transform: scale(1.02); }
.vip-tag {
  display: inline-block;
  font-family: var(--grotesk);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--neon);
  padding: 5px 12px;
  border: 1px solid rgba(111, 255, 0, 0.32);
  border-radius: 999px;
  background: rgba(111, 255, 0, 0.06);
  margin-bottom: 14px;
  align-self: flex-start;
}
.vip-card-feature .vip-tag { color: #ff6ba0; border-color: rgba(255, 107, 160, 0.35); background: rgba(255, 107, 160, 0.08); }
.vip-name {
  font-family: var(--grotesk);
  font-weight: normal;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
  color: var(--cream);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 0 0 12px;
}
.vip-desc {
  font-family: var(--mono);
  font-size: 12.5px;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--cream-70);
  margin: 0 0 18px;
}
.vip-list { list-style: none; padding: 0; margin: 0 0 18px; }
.vip-list li {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cream);
  padding: 10px 0 10px 22px;
  border-bottom: 1px dashed var(--cream-10);
  position: relative;
}
.vip-list li:last-child { border-bottom: none; }
.vip-list li::before {
  content: "★";
  position: absolute; left: 0; top: 10px;
  color: var(--neon);
  font-size: 12px;
}
.vip-card-feature .vip-list li::before { color: #ff6ba0; }
.vip-score {
  margin-top: auto;
  font-family: var(--grotesk);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cream-50);
  padding-top: 14px;
  border-top: 1px solid var(--cream-10);
}
.vip-score strong { color: var(--neon); font-weight: normal; }

/* =========================================================================
   SEC-FAQ
========================================================================= */
.sec-faq {
  background: var(--bg);
  padding: clamp(40px, 7vw, 112px) 0;
}
.faq-inner {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px;
  align-items: start;
}
.faq-left { position: sticky; top: 96px; }
.faq-right { display: flex; flex-direction: column; gap: 12px; }
.qa {
  border-radius: 20px;
  overflow: hidden;
}
.qa summary {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 20px 24px; cursor: pointer;
  font-family: var(--grotesk);
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cream);
  list-style: none;
  transition: color .2s;
  position: relative; z-index: 1;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary:hover { color: var(--neon); }
.qa-mark {
  width: 26px; height: 26px; border-radius: 50%;
  border: 1.5px solid rgba(111, 255, 0, 0.4);
  position: relative; flex-shrink: 0;
  transition: all .25s;
}
.qa-mark::before, .qa-mark::after {
  content: ""; position: absolute; left: 50%; top: 50%;
  background: var(--neon); border-radius: 1px;
}
.qa-mark::before { width: 11px; height: 2px; transform: translate(-50%, -50%); }
.qa-mark::after { width: 2px; height: 11px; transform: translate(-50%, -50%); transition: transform .25s; }
.qa[open] .qa-mark { background: var(--neon); border-color: var(--neon); }
.qa[open] .qa-mark::before, .qa[open] .qa-mark::after { background: var(--bg); }
.qa[open] .qa-mark::after { transform: translate(-50%, -50%) rotate(90deg); }
.qa p {
  padding: 0 24px 22px;
  font-family: var(--mono);
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cream-70);
  margin: 0;
  position: relative; z-index: 1;
}
.qa p strong { color: var(--cream); }

/* =========================================================================
   SECTION 4 — CTA / FINAL
========================================================================= */
.sec-cta {
  position: relative;
  background: var(--bg);
  overflow: hidden;
  height: 86vh;
  height: 86svh;
  min-height: 600px;
  max-height: 920px;
}
.cta-video {
  display: block;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.cta-overlay {
  position: absolute; inset: 0;
  padding: clamp(28px, 7vh, 80px) clamp(20px, 5vw, 96px);
  z-index: 2;
}
.cta-group { position: absolute; }
.cta-group-left {
  top: clamp(36px, 9vh, 120px);
  left: clamp(20px, 6vw, 130px);
  text-align: left;
}
.cta-group-right {
  top: clamp(36px, 9vh, 120px);
  right: clamp(20px, 5vw, 96px);
  text-align: left;
  display: flex; flex-direction: column; align-items: flex-start;
}
.cta-cursive {
  display: block;
  font-family: var(--condiment);
  font-size: clamp(20px, 3.8vw, 68px);
  color: var(--neon);
  text-shadow:
    0 0 1px var(--bg),
    0 0 14px rgba(111, 255, 0, 0.55),
    0 0 32px rgba(111, 255, 0, 0.3);
  text-transform: none;
  letter-spacing: 0;
  transform: rotate(-4deg);
  transform-origin: left center;
  line-height: 1;
  margin-bottom: clamp(6px, 1.4vw, 18px);
}
.cta-h {
  font-family: var(--grotesk);
  font-weight: normal;
  font-size: clamp(15px, 3.6vw, 50px);
  line-height: 1.05;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: var(--cream);
  margin: 0;
}
.cta-h span { display: block; }
.cta-h-lead { margin-bottom: clamp(8px, 1.5vw, 24px); }
.cta-cta {
  margin-top: clamp(20px, 3vw, 40px);
}

.social-vert {
  position: absolute;
  left: 8%;
  bottom: 14%;
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  z-index: 3;
}
.social-vert li { display: block; }
.social-vert li:not(:last-child) { border-bottom: 1px solid var(--cream-10); }
.social-vert a {
  display: flex; align-items: center; justify-content: center;
  width: clamp(60px, 14vw, 180px);
  height: clamp(60px, 8vw, 120px);
  color: var(--cream);
  text-decoration: none;
  transition: background .2s, color .2s;
  position: relative; z-index: 1;
}
.social-vert a:hover { background: rgba(255, 255, 255, 0.06); color: var(--neon); text-decoration: none; }

/* =========================================================================
   FOOTER
========================================================================= */
.footer {
  padding: 56px 0 32px;
  border-top: 1px solid var(--cream-10);
  background: var(--bg);
}
.footer-inner {
  max-width: var(--wrap); margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 48px;
  align-items: start;
}
.footer-brand img { height: 44px; width: auto; margin-bottom: 14px; }
.footer-tagline {
  font-family: var(--mono);
  font-size: 13px; letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cream-70); margin: 0;
}
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.footer-links a {
  font-family: var(--grotesk);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cream-70);
  text-decoration: none;
  transition: color .15s;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 4px 0;
}
.footer-links a:hover { color: var(--neon); text-decoration: none; }
.footer-rg { display: flex; flex-direction: column; gap: 12px; }
.footer-rg-label {
  font-family: var(--grotesk);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream-50);
}
.footer-rg-logos { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.footer-rg-logos a { display: inline-flex; opacity: 0.7; transition: opacity .2s; }
.footer-rg-logos a:hover { opacity: 1; }
.footer-rg-logos img { height: 30px; width: auto; filter: brightness(0) invert(1) opacity(0.85); }
.footer-disclaimer {
  grid-column: 1 / -1;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cream-50);
  margin: 32px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--cream-10);
}

/* =========================================================================
   DOCK CTA (mobile sticky)
========================================================================= */
.dock-cta {
  position: fixed; left: 14px; right: 14px; bottom: 14px;
  z-index: 60; display: none;
}

/* After Sign In: hide all "Claim free coins" CTAs (Enter Club stays, becomes a games anchor) */
body.signed-up [data-cta="claim"] { display: none !important; }

/* =========================================================================
   COOKIE BANNER
========================================================================= */
.cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  background: rgba(1, 8, 40, 0.96);
  border-top: 1px solid rgba(111, 255, 0, 0.25);
  backdrop-filter: blur(14px);
  transform: translateY(100%); transition: transform .25s ease;
}
.cookie-banner.active { transform: translateY(0); }
.cookie-banner-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  max-width: var(--wrap); margin: 0 auto;
  padding: 16px clamp(20px, 4vw, 56px);
  flex-wrap: wrap;
}
.cookie-banner-text {
  margin: 0;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cream-70);
  flex: 1; min-width: 280px;
}
.cookie-banner-text a { color: var(--neon); }
.cookie-banner-actions { display: flex; align-items: center; gap: 12px; }
.cookie-banner-link {
  font-family: var(--grotesk);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cream-70);
}
.cookie-banner-dismiss {
  background: none; border: none;
  color: var(--cream-50);
  cursor: pointer;
  font-size: 18px; padding: 6px 10px;
}
.cookie-banner-dismiss:hover { color: var(--cream); }

/* =========================================================================
   MODAL (age gate + signup)
========================================================================= */
.modal-backdrop {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(1, 8, 40, 0.88);
  backdrop-filter: blur(12px);
  display: none; align-items: center; justify-content: center;
  padding: 24px;
}
.modal-backdrop.active { display: flex; animation: modal-fade .2s ease; }
@keyframes modal-fade { from { opacity: 0; } to { opacity: 1; } }
.modal-panel {
  background: rgba(1, 8, 40, 0.95);
  border-radius: 24px;
  padding: 36px 32px;
  width: 100%; max-width: 460px;
  position: relative;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6), inset 0 1px 1px rgba(255, 255, 255, 0.1);
  animation: modal-pop .25s cubic-bezier(.2, .8, .25, 1);
  max-height: 92vh; overflow-y: auto;
}
.modal-panel::before {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  padding: 1.4px;
  background: linear-gradient(180deg,
    rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.15) 20%,
    rgba(255,255,255,0) 40%, rgba(255,255,255,0) 60%,
    rgba(255,255,255,0.15) 80%, rgba(255,255,255,0.45) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
@keyframes modal-pop { from { transform: translateY(20px) scale(0.96); opacity: 0; } to { transform: translateY(0) scale(1); opacity: 1; } }
.modal-close {
  position: absolute; top: 18px; right: 18px;
  background: none; border: none; color: var(--cream-70);
  font-size: 26px; cursor: pointer; line-height: 1;
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: all .15s;
  z-index: 2;
}
.modal-close:hover { background: rgba(255, 255, 255, 0.06); color: var(--cream); }
.modal-panel h3 {
  font-family: var(--grotesk);
  font-weight: normal;
  font-size: 26px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--cream);
  margin: 0 0 8px;
  position: relative; z-index: 1;
}
.modal-lede {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cream-70);
  margin: 0 0 24px;
  position: relative; z-index: 1;
}
.age-actions { display: flex; flex-direction: column; gap: 12px; position: relative; z-index: 1; }
.btn-pop, .btn-pop-block, .btn-pop-lg, .btn-pop-sm { /* legacy aliases — same as .enter-cta */
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 24px; min-height: 48px;
  font-family: var(--grotesk); font-size: 14px; letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--neon); color: var(--bg);
  border: none; border-radius: 999px; cursor: pointer;
  box-shadow: 0 0 24px rgba(111, 255, 0, 0.45);
  transition: transform .15s, box-shadow .2s;
}
.btn-pop:hover, .btn-pop-block:hover, .btn-pop-lg:hover, .btn-pop-sm:hover { transform: translateY(-2px); box-shadow: 0 0 36px rgba(111, 255, 0, 0.7); }
.btn-pop-block { width: 100%; }
.btn-pop-lg { padding: 16px 28px; min-height: 56px; font-size: 15px; }
.btn-pop-sm { padding: 9px 16px; min-height: 36px; font-size: 12px; }
.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 24px; min-height: 48px;
  font-family: var(--grotesk); font-size: 14px; letter-spacing: 0.08em;
  text-transform: uppercase;
  background: transparent; color: var(--cream);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px; cursor: pointer;
  transition: all .2s;
}
.btn-ghost:hover { border-color: var(--neon); color: var(--neon); }

.form-row { margin-bottom: 18px; position: relative; z-index: 1; }
.form-row label {
  display: block;
  font-family: var(--grotesk);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cream-70);
  margin-bottom: 8px;
}
.form-row input, .form-row select {
  width: 100%; padding: 14px 16px;
  background: rgba(1, 8, 40, 0.6);
  border: 1.5px solid var(--cream-10);
  border-radius: 12px;
  color: var(--cream); font-size: 15px;
  font-family: var(--mono);
  transition: border-color .15s, background .15s;
}
.form-row input:focus, .form-row select:focus {
  outline: none; border-color: var(--neon);
  background: rgba(1, 8, 40, 0.85);
  box-shadow: 0 0 0 3px rgba(111, 255, 0, 0.18);
}
.form-row select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236FFF00' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 42px;
}
.field-invalid input, .field-invalid select { border-color: #ff6ba0; }
.field-error, .form-error { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: #ff6ba0; margin: 6px 0 0; min-height: 1em; }
.form-success { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--neon); margin: 6px 0 0; }
.dob-grid { display: grid; grid-template-columns: 1fr 1fr 1.3fr; gap: 8px; }
.dob-cell select { padding: 14px 12px; }
.dob-cell-year select { padding-right: 36px; }
.dob-hint { color: var(--cream-50); letter-spacing: 0.05em; text-transform: none; font-weight: normal; }
.dob-row.dob-invalid select { border-color: #ff6ba0; }
.dob-error { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: #ff6ba0; margin: 8px 0 0; min-height: 1em; }

/* =========================================================================
   LEGAL PAGES — same design system
========================================================================= */
.legal-body { background: var(--bg); color: var(--cream); font-family: var(--mono); }
.legal-masthead {
  padding: 22px clamp(20px, 4vw, 56px);
  border-bottom: 1px solid var(--cream-10);
  background: rgba(1, 8, 40, 0.7);
  backdrop-filter: blur(10px);
}
.legal-masthead img { height: 42px; width: auto; }
.legal-wrap {
  max-width: 860px; margin: 0 auto;
  padding: 64px clamp(20px, 4vw, 32px) 96px;
}
.legal-wrap h1 {
  font-family: var(--grotesk);
  font-weight: normal;
  font-size: clamp(36px, 5vw, 64px);
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: var(--cream);
  margin: 0 0 12px;
  line-height: 1;
}
.legal-wrap h2 {
  font-family: var(--grotesk);
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--neon);
  margin: 48px 0 14px;
  line-height: 1.1;
}
.legal-wrap h3 {
  font-family: var(--grotesk);
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 28px 0 10px;
  color: var(--cream);
}
.legal-wrap p {
  font-family: var(--mono);
  font-size: 13.5px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: var(--cream-70);
  margin: 0 0 16px;
}
.legal-wrap p strong { color: var(--cream); }
.legal-wrap ul {
  font-family: var(--mono);
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--cream-70);
  padding-left: 22px;
  margin: 0 0 20px;
}
.legal-wrap li { margin-bottom: 8px; }
.callout-box {
  padding: 22px 26px; margin: 24px 0 32px;
  background: rgba(111, 255, 0, 0.04);
  border: 1px solid rgba(111, 255, 0, 0.2);
  border-left: 3px solid var(--neon);
  border-radius: 12px;
  font-family: var(--mono);
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--cream);
}
.callout-box strong { color: var(--neon); }
.rg-partners {
  display: flex; gap: 18px; flex-wrap: wrap; align-items: center;
  padding: 24px; margin: 16px 0 24px;
  background: rgba(1, 8, 40, 0.6);
  border: 1px solid var(--cream-10);
  border-radius: 14px;
}
.rg-partners img { height: 36px; width: auto; filter: brightness(0) invert(1) opacity(0.85); }

/* Contact form */
.contact-form { display: flex; flex-direction: column; gap: 16px; margin: 8px 0 8px; max-width: 560px; }
.contact-row { display: flex; flex-direction: column; gap: 7px; }
.contact-row label {
  font-family: var(--grotesk); font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--cream-70);
}
.contact-form input, .contact-form textarea {
  width: 100%; padding: 13px 15px;
  background: rgba(1, 8, 40, 0.5);
  border: 1.5px solid var(--cream-10);
  border-radius: 12px;
  color: var(--cream); font-size: 15px; font-family: var(--mono);
  transition: border-color .15s, background .15s;
}
.contact-form textarea { resize: vertical; min-height: 120px; line-height: 1.5; }
.contact-form input:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--neon);
  background: rgba(1, 8, 40, 0.8);
  box-shadow: 0 0 0 3px rgba(111, 255, 0, 0.15);
}
.contact-form .enter-cta { align-self: flex-start; margin-top: 4px; }

/* =========================================================================
   GAME PAGE
========================================================================= */
.game-page-body { background: var(--bg); margin: 0; min-height: 100vh; display: flex; flex-direction: column; }
.game-masthead {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px clamp(16px, 3vw, 32px);
  border-bottom: 1px solid var(--cream-10);
  background: rgba(1, 8, 40, 0.85); backdrop-filter: blur(10px);
}
.game-masthead a {
  font-family: var(--grotesk);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream-70);
}
.game-masthead a:hover { color: var(--neon); text-decoration: none; }
.game-masthead img { height: 40px; width: auto; }
.game-frame-wrap { flex: 1; padding: 16px; }
#game-frame { width: 100%; height: 100%; min-height: 75vh; border: 1px solid var(--cream-10); border-radius: 14px; background: rgba(1, 8, 40, 0.6); }

/* =========================================================================
   RESPONSIVE
========================================================================= */
@media (max-width: 1180px) {
  .topbar { grid-template-columns: 1fr auto auto; }
  .nav-toggle { display: inline-flex; }
  .navglass {
    position: absolute;
    top: calc(100% - 6px);
    right: 0;
    justify-self: end;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    min-width: 220px;
    padding: 10px;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.98);
    transform-origin: top right;
    transition: opacity .2s ease, transform .28s cubic-bezier(.22, 1, .36, 1), visibility .2s;
    pointer-events: none;
    z-index: 60;
  }
  .navglass.open {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }
  .navglass a {
    padding: 13px 16px;
    min-height: 48px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    font-size: 15px;
  }
  .navglass a:hover, .navglass a:focus-visible { color: var(--neon); background: rgba(255, 255, 255, 0.05); }
  .topbar-logo img { height: 38px; }
  .coll-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-disclaimer { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .about-top { flex-direction: column; gap: 24px; }
  .about-bottom { gap: 24px; }
  .about-col-right { display: none; }
  .entry-ladder { grid-template-columns: 1fr; }
  .vip-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .vip-card-feature { transform: none; }
  .faq-inner { grid-template-columns: 1fr; gap: 36px; }
  .faq-left { position: static; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .social-stack-mobile { display: flex; }
  .coll-head { flex-direction: column; align-items: flex-start; }
  .coll-head .see-all { align-self: stretch; }
}

@media (max-width: 720px) {
  .topbar { padding-bottom: 24px; grid-template-columns: 1fr auto; }
  .topbar > .enter-cta { display: none; }
  .enter-cta { padding: 12px 18px; font-size: 12px; min-height: 44px; }
  /* Tame glow so left-aligned button shadows don't clip at the section edge */
  .enter-cta-hero { box-shadow: 0 0 14px rgba(111, 255, 0, 0.5), 0 8px 20px rgba(111, 255, 0, 0.2); }
  .hero-cta-buttons .enter-cta { box-shadow: 0 0 14px rgba(111, 255, 0, 0.45), inset 0 -2px 0 rgba(0, 0, 0, 0.18); }
  .offer-pill { box-shadow: 0 0 10px rgba(111, 255, 0, 0.4); }
  .hero-h { font-size: clamp(38px, 9vw, 64px); }
  .hero-offer-line { font-size: clamp(9px, 2.7vw, 12px); letter-spacing: 0.03em; gap: 8px; padding: 0; background: none; border: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .offer-pill { font-size: clamp(8px, 2.3vw, 11px); letter-spacing: 0.08em; padding: 4px 8px; }
  .hero-cursive { position: static; display: block; transform: rotate(-3deg); margin-top: 0.1em; }
  .about-cursive { position: static; display: block; transform: rotate(-4deg); margin-top: 0.05em; }
  .coll-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .coll-h-indent { margin-left: 16px; }
  .dock-cta { display: block; }
  body { padding-bottom: 80px; }
  .modal-panel { padding: 28px 22px; }
  .social-vert {
    left: 16px;
    bottom: 16px;
  }
  .social-vert a { width: 56px; height: 56px; }
  .cta-overlay {
    padding: 28px 20px;
    display: flex; flex-direction: column; justify-content: flex-start;
    gap: clamp(20px, 6vh, 48px);
  }
  .cta-group { position: static; }
  .cta-group-right { align-items: flex-start; text-align: left; }
  .cta-cursive { margin-bottom: 8px; font-size: clamp(36px, 11vw, 60px); }
  .cta-h { font-size: clamp(27px, 7.4vw, 44px); }
}

@media (max-width: 480px) {
  .topbar-logo img { height: 32px; }
  .cookie-banner-inner { padding: 14px 16px; gap: 12px; }
  .hero-tape { padding: 12px 16px; }
}
