/* ==========================================================================
   SLOTDEN — design system v2
   Controlled contrast: cinematic mural moments, clean near-black surfaces,
   neon-lime reserved for actions and reward signals.
   ========================================================================== */

:root {
  /* color */
  --bg: #050606;
  --bg-elev: #0b0d0c;
  --bg-elev2: #121514;
  --panel: #111213;
  --panel-2: #17181a;
  --line: rgba(255, 255, 255, 0.13);
  --line-soft: rgba(255, 255, 255, 0.08);
  --line-green: rgba(137, 255, 140, 0.32);
  --text: #f5f7f2;
  --muted: #b6b9b6;
  --volt: #b8ff19;
  --neon: #31f56b;
  --gold: #f4ea3a;
  --silver: #c9d4cc;
  --bronze: #d9a05f;
  --danger: #ff5d5d;
  --grad: linear-gradient(97deg, #d8f24a 0%, #b8ff19 45%, #31f56b 100%);

  /* type */
  --font-display: "Archivo", "Arial Black", sans-serif;
  --font-body: "Space Grotesk", "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", "Consolas", monospace;

  /* misc */
  --r: 16px;
  --r-sm: 12px;
  --nav-h: 88px;
  --glow: 0 6px 24px rgba(184, 255, 25, 0.22);
  --glow-strong: 0 8px 34px rgba(184, 255, 25, 0.32);
  --inset-hi: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  --card-shadow: 0 14px 36px rgba(0, 0, 0, 0.45);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-x: clip;
}
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
::selection { background: rgba(49, 245, 107, 0.35); color: #fff; }

/* ---------- global atmosphere (restrained) ----------
   A dim, desaturated parallax mural wall + edge sticker bands.
   All decorative layers sit far behind the content and never wash it. */
.wall-layer {
  position: fixed;
  left: 0;
  right: 0;
  top: -30vh;
  bottom: -30vh;
  z-index: 0;
  pointer-events: none;
  background-image: url("/assets/img/bg/mural-wall-tall.webp");
  background-size: cover;
  background-position: center top;
  opacity: 0.11;
  filter: saturate(0.85) brightness(0.9);
  will-change: transform;
}

.sticker-band {
  position: fixed;
  top: -25vh;
  bottom: -25vh;
  width: 270px;
  z-index: 2;
  pointer-events: none;
  background-image: url("/assets/img/bg/stickers.webp");
  background-size: 520px auto;
  background-repeat: repeat-y;
  mix-blend-mode: screen;
  opacity: 0.07;
  filter: saturate(0.8);
  will-change: transform;
  display: none;
}
.band-left {
  left: -80px;
  -webkit-mask-image: linear-gradient(to right, #000 30%, transparent 100%);
  mask-image: linear-gradient(to right, #000 30%, transparent 100%);
}
.band-right {
  right: -80px;
  background-position: -270px 140px;
  -webkit-mask-image: linear-gradient(to left, #000 30%, transparent 100%);
  mask-image: linear-gradient(to left, #000 30%, transparent 100%);
}
@media (min-width: 1360px) {
  .sticker-band { display: block; }
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.9'/%3E%3C/svg%3E");
  background-size: 160px 160px;
}
main { position: relative; z-index: 3; }

/* ---------- scenes: cinematic mural sections ----------
   Art stays visible at the edges; a localised dark pool sits behind the
   content column so copy never fights the illustration. */
.scene { position: relative; }
.scene > .scene-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0.78) saturate(0.95);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 86%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 86%, transparent 100%);
}
.scene > .scene-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(72% 82% at 50% 46%, rgba(5, 6, 6, 0.82) 0%, rgba(5, 6, 6, 0.48) 58%, rgba(5, 6, 6, 0.12) 100%),
    linear-gradient(to bottom, rgba(5, 6, 6, 0.32), rgba(5, 6, 6, 0.38));
}
.scene > .wrap { position: relative; z-index: 1; }
.scene .lede { color: #c8ccc8; }

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- hero crew backdrop ----------
   The team illustration sits in the lower-middle ground; a cinematic scrim
   keeps the logo, copy and CTAs perfectly legible on top. */
.hero > .scene-bg.hero-crew {
  background-position: center 24%;
  filter: brightness(0.82) saturate(0.92);
}
.hero > .scene-bg.hero-crew::after {
  background:
    linear-gradient(to bottom,
      rgba(5, 6, 6, 0.62) 0%,
      rgba(5, 6, 6, 0.28) 26%,
      rgba(5, 6, 6, 0.3) 55%,
      rgba(5, 6, 6, 0.78) 82%,
      rgba(5, 6, 6, 0.96) 100%),
    radial-gradient(68% 62% at 50% 52%, rgba(5, 6, 6, 0.66) 0%, rgba(5, 6, 6, 0.26) 60%, transparent 100%);
}
@media (max-width: 700px) {
  .hero > .scene-bg.hero-crew { background-position: center 44%; }
  .hero > .scene-bg.hero-crew::after {
    background:
      linear-gradient(to bottom,
        rgba(5, 6, 6, 0.72) 0%,
        rgba(5, 6, 6, 0.42) 28%,
        rgba(5, 6, 6, 0.55) 58%,
        rgba(5, 6, 6, 0.85) 82%,
        rgba(5, 6, 6, 0.97) 100%),
      radial-gradient(95% 46% at 50% 56%, rgba(5, 6, 6, 0.78) 0%, rgba(5, 6, 6, 0.4) 62%, transparent 100%);
  }
}

/* ---------- hero: the logo is mounted inside the artwork ----------
   The SlotDen sign is composited onto the den wall above the crew (cast
   shadow + neon spill baked in), so the hero carries no DOM logo. Copy sits
   in the shaded lower third. */
.hero.hero-signed > .scene-bg.hero-crew {
  background-position: center top;
  /* width-locked, not cover: the trio keeps a consistent size at every
     viewport height and any slack at the bottom is already scrimmed black */
  background-size: 100% auto;
  filter: brightness(0.92) saturate(1);
  /* no top fade: the sign lives up there */
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 88%, transparent 100%);
}
.hero.hero-signed > .scene-bg.hero-crew::after {
  background:
    /* pool of shade behind the copy so it never fights the faces */
    radial-gradient(56% 30% at 50% 63%, rgba(5, 6, 6, 0.74) 0%, rgba(5, 6, 6, 0.36) 55%, transparent 100%),
    linear-gradient(to bottom,
      rgba(5, 6, 6, 0.66) 0%,
      rgba(5, 6, 6, 0.34) 12%,
      rgba(5, 6, 6, 0.1) 26%,
      rgba(5, 6, 6, 0.12) 44%,
      rgba(5, 6, 6, 0.55) 68%,
      rgba(5, 6, 6, 0.92) 86%,
      rgba(5, 6, 6, 0.99) 100%);
}
.hero.hero-signed .wrap::before { display: none; }
.hero.hero-signed .wrap {
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 12vh;
  gap: 24px;
  min-height: 92svh;
}
/* copy sits over the crew, so give it a touch more weight */
.hero.hero-signed .hero-sub { text-shadow: 0 2px 18px rgba(0, 0, 0, 0.95), 0 0 8px rgba(0, 0, 0, 0.8); }
.hero.hero-signed .hero-note { color: #d6dad6; text-shadow: 0 2px 16px rgba(0, 0, 0, 0.95), 0 0 8px rgba(0, 0, 0, 0.85); }
.hero.hero-signed .proof-strip { margin-top: 4px; }

/* portrait: the artwork becomes a banner across the top, copy sits beneath it.
   Band height = 116vw / 1.475 aspect = 79vw, so the copy clears it at 82vw. */
@media (max-width: 860px) {
  .hero.hero-signed > .scene-bg.hero-crew {
    background-size: 132% auto;
    background-position: center 52px;   /* drop below the fixed nav */
    -webkit-mask-image: none;
    mask-image: none;
  }
  .hero.hero-signed > .scene-bg.hero-crew::after {
    background:
      linear-gradient(to bottom,
        rgba(5, 6, 6, 0.42) 0%,
        rgba(5, 6, 6, 0.06) 22%,
        rgba(5, 6, 6, 0.3) 58%,
        rgba(5, 6, 6, 0.88) 74%,
        rgba(5, 6, 6, 1) 84%,
        rgba(5, 6, 6, 1) 100%);
  }
  .hero.hero-signed .wrap {
    justify-content: flex-start;
    padding-top: 62vw;   /* .hero already reserves --nav-h above this */
    padding-bottom: 8vh;
    gap: 20px;
    min-height: 0;
  }
  .hero.hero-signed .hero-sub { font-size: 1.18rem; }
  /* keep the proof stats compact so the fold still holds the CTAs */
  .hero.hero-signed .proof-strip {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px 0;
  }
  .hero.hero-signed .proof-strip .chip { padding: 2px 14px; font-size: 0.9rem; }
  .hero.hero-signed .proof-strip .chip + .chip { border-left: 1px solid rgba(255, 255, 255, 0.16); }
  .hero.hero-signed .scroll-cue { display: none; }
}

/* ---------- typography ---------- */
.display {
  font-family: var(--font-display);
  font-stretch: 125%;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.05;
  margin: 0;
  /* single long words (LEADERBOARD) must not push the page sideways */
  overflow-wrap: break-word;
  word-break: break-word;
}
h1.display { font-size: clamp(2.5rem, 6vw, 4.4rem); }
h2.display { font-size: clamp(2rem, 3.8vw, 3.1rem); }
h3.display { font-size: clamp(1.15rem, 2.2vw, 1.4rem); }

.grad-text {
  color: var(--text);
}

.accent-green {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-tag {
  font-family: var(--font-display);
  font-stretch: 115%;
  font-weight: 800;
  font-size: 0.98rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--volt);
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}
.section-tag::before,
.section-tag::after {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--grad);
}

.lede {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 600px;
  margin: 20px 0 0;
}
.lede strong { color: var(--volt); font-weight: 600; }

.fineprint {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.mono { font-family: var(--font-mono); }

/* ---------- nav ---------- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  transition: background 0.25s ease, border-color 0.25s ease;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(5, 8, 7, 0.84);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--line-soft);
}
.nav .wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.nav-logo { display: flex; align-items: center; flex: 0 0 auto; margin-right: 14px; }
.nav-logo img { height: 64px; width: auto; max-width: none; flex-shrink: 0; }
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  /* never shrink below the tabs' own width: shrinking made them spill
     underneath the logo and the CTA instead of wrapping */
  flex: 0 1 auto;
  white-space: nowrap;
}
.nav-links a {
  font-family: var(--font-display);
  font-stretch: 115%;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--muted);
  padding: 12px 14px;
  position: relative;
  transition: color 0.2s ease;
  border-radius: 8px;
}
.nav-links a:hover { color: var(--text); }
.nav-links a.active { color: var(--volt); }
.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 6px;
  height: 2px;
  background: var(--grad);
  transform: rotate(-1.2deg);
}
.nav-cta { flex: 0 0 auto; }

.nav-burger {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  width: 46px;
  height: 46px;
  color: var(--text);
  align-items: center;
  justify-content: center;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(4, 7, 5, 0.97);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.mobile-menu.open { display: flex; }
.mobile-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/img/bg/stickers.webp") center/560px auto;
  mix-blend-mode: screen;
  opacity: 0.05;
  filter: saturate(0.8);
  pointer-events: none;
}
.mobile-menu a:not(.btn) {
  font-family: var(--font-display);
  font-stretch: 125%;
  font-weight: 900;
  font-size: clamp(1.8rem, 8vw, 2.6rem);
  text-transform: uppercase;
  color: var(--text);
  padding: 10px 18px;
  position: relative;
  z-index: 1;
}
.mobile-menu a.active { color: var(--volt); }
.mobile-menu .menu-close {
  position: absolute;
  top: 18px;
  right: 24px;
  background: none;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  width: 46px;
  height: 46px;
  color: var(--text);
  z-index: 1;
}
.mobile-menu .menu-socials { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; justify-content: center; z-index: 1; }
.mobile-menu .menu-socials a {
  font-size: 1rem;
  padding: 8px 10px;
  color: var(--muted);
  font-family: var(--font-body);
  font-weight: 500;
  text-transform: none;
}

/* ---------- buttons & chips ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-display);
  font-stretch: 115%;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 16px 30px;
  min-height: 52px;
  border-radius: var(--r-sm);
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease, filter 0.2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(to bottom, #ccff4d, #aef00f);
  color: #0a0f08;
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 3px 0 #5d820b,
    0 10px 26px rgba(0, 0, 0, 0.35);
}
.btn-primary:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 4px 0 #5d820b,
    0 14px 30px rgba(255, 255, 255, 0.12);
}
.btn-primary:active {
  transform: translateY(3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 0 0 #5d820b,
    0 4px 12px rgba(184, 255, 25, 0.15);
  filter: brightness(0.97);
}
.btn-ghost {
  border-color: var(--line);
  color: var(--text);
  background: linear-gradient(to bottom, #161a18, #101413);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 2px 0 rgba(0, 0, 0, 0.55),
    0 8px 20px rgba(0, 0, 0, 0.35);
}
.btn-ghost:hover { border-color: rgba(255, 255, 255, 0.45); transform: translateY(-1px); }
.btn-ghost:active {
  transform: translateY(2px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 0 0 rgba(0, 0, 0, 0.5), 0 3px 8px rgba(0, 0, 0, 0.3);
}
.btn .btn-ico { width: 28px; height: 28px; display: block; }
.nav-cta .btn-ico { filter: brightness(0); width: 28px; height: 28px; }
.btn .btn-logo { height: 26px; width: auto; display: block; }
.btn-roobet {
  background: linear-gradient(to bottom, #171818, #070808);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 3px 0 rgba(0, 0, 0, 0.7),
    0 10px 26px rgba(0, 0, 0, 0.4);
}
.btn-roobet:hover {
  filter: brightness(1.12);
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 4px 0 rgba(0, 0, 0, 0.7),
    0 14px 30px rgba(0, 0, 0, 0.45);
}
.btn-roobet:active {
  transform: translateY(3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 rgba(0, 0, 0, 0.7),
    0 4px 12px rgba(0, 0, 0, 0.35);
  filter: brightness(0.96);
}
.btn-discord {
  background: linear-gradient(to bottom, #6a76f6, #5865f2);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 3px 0 #3a44b4,
    0 10px 26px rgba(0, 0, 0, 0.35);
}
.btn-discord:hover {
  filter: brightness(1.07);
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    0 4px 0 #3a44b4,
    0 14px 30px rgba(88, 101, 242, 0.32);
}
.btn-discord:active {
  transform: translateY(3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 0 0 #3a44b4,
    0 4px 12px rgba(88, 101, 242, 0.2);
  filter: brightness(0.97);
}
.btn-sm { padding: 12px 20px; min-height: 44px; font-size: 0.82rem; }

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  min-height: 40px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(11, 17, 14, 0.8);
  font-size: 0.9rem;
  color: var(--muted);
  white-space: nowrap;
  box-shadow: var(--inset-hi);
}
.chip strong { color: var(--text); font-weight: 600; }
.chip .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5c6a5f;
  flex-shrink: 0;
}
.chip.live { border-color: var(--line-green); color: var(--text); }
.chip.live .dot {
  background: var(--volt);
  box-shadow: 0 0 10px var(--volt);
  animation: pulse 1.8s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.6; }
}

.sticker {
  display: inline-block;
  font-family: var(--font-display);
  font-stretch: 115%;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0a0f08;
  background: var(--grad);
  padding: 9px 18px;
  border-radius: 6px;
  transform: rotate(-2deg);
}

/* ---------- hero ---------- */
.hero {
  min-height: 100vh;
  min-height: 92svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: var(--nav-h);
  text-align: center;
  position: relative;
}
.hero .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  padding-top: 3vh;
  padding-bottom: 13vh;
  position: relative;
}
/* spotlight pool behind the logo */
.hero .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(820px, 96vw);
  height: 480px;
  background: radial-gradient(50% 50% at 50% 42%, rgba(184, 255, 25, 0.1) 0%, rgba(49, 245, 107, 0.05) 45%, transparent 75%);
  pointer-events: none;
}
.hero-logo {
  width: min(540px, 76vw);
  height: auto;
  position: relative;
  filter: drop-shadow(0 18px 44px rgba(0, 0, 0, 0.75)) drop-shadow(0 0 26px rgba(49, 245, 107, 0.22));
}
.enter-in { animation: enter-in 1.35s cubic-bezier(0.2, 0.7, 0.2, 1) 1 both; }
@keyframes enter-in {
  from { opacity: 0; transform: translateY(14px) scale(0.985); }
  to { opacity: 1; transform: none; }
}
.hero-sub {
  color: var(--text);
  font-size: clamp(1.15rem, 2.3vw, 1.4rem);
  font-weight: 500;
  max-width: 44ch;
  margin: 0;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.85), 0 0 4px rgba(0, 0, 0, 0.6);
}
.hero-sub strong { color: var(--volt); font-weight: 600; }
.hero-note {
  color: #cdd1cd;
  font-size: 0.97rem;
  margin: 6px 0;
  max-width: 52ch;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9), 0 0 4px rgba(0, 0, 0, 0.7);
}
.hero-note .code-pill { font-size: 0.85rem; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; margin-top: 6px; }
.hero-chips { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 4px; }

.scroll-cue {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  z-index: 1;
}
.scroll-cue svg { animation: cue-bob 2.4s ease-in-out infinite; }
@keyframes cue-bob {
  0%, 100% { transform: translateY(0); opacity: 0.7; }
  50% { transform: translateY(5px); opacity: 1; }
}

/* hero proof strip: quiet stats, no bubbles */
.proof-strip { gap: 0; row-gap: 12px; }
.proof-strip .chip {
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  min-height: 0;
  padding: 2px 26px;
  font-size: 0.98rem;
}
.proof-strip .chip + .chip { border-left: 1px solid rgba(255, 255, 255, 0.16); }
@media (max-width: 700px) {
  .proof-strip { flex-direction: column; gap: 12px; }
  .proof-strip .chip + .chip { border-left: none; }
}

/* ---------- rolling marquee ---------- */
.marquee {
  overflow: hidden;
  padding: 70px 0 10px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 16%, #000 84%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 16%, #000 84%, transparent 100%);
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 38s linear infinite;
  will-change: transform;
}
.m-seq {
  display: flex;
  align-items: center;
  gap: 56px;
  padding-right: 56px;
}
.m-seq span {
  font-family: var(--font-display);
  font-stretch: 125%;
  font-weight: 900;
  font-size: clamp(2.6rem, 5.5vw, 4.2rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.15;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.22);
  white-space: nowrap;
  transform: skewX(-8deg);
}
.m-seq .dash {
  width: 40px;
  height: 5px;
  border-radius: 2px;
  background: var(--volt);
  transform: skewX(-8deg);
  flex-shrink: 0;
}
@keyframes marquee-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}

/* ---------- sections ---------- */
.section { padding: 150px 0; }
.section.tight { padding: 110px 0; }
.section-head { margin-bottom: 72px; }
.section-head.center { text-align: center; }
.section-head.center .lede { margin-inline: auto; }
.section-head.split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

/* ---------- podium (top 3) ---------- */
.podium {
  display: grid;
  grid-template-columns: 1fr 1.22fr 1fr;
  gap: 32px;
  align-items: end;
  max-width: 1100px;
  margin: 56px auto 0;
}
.podium-card {
  position: relative;
  min-width: 0;
  background: #141516;
  border: 4px solid var(--line);
  border-radius: var(--r);
  padding: 78px 32px 44px;
  text-align: center;
  box-shadow: var(--inset-hi), var(--card-shadow);
}
.podium-card .rank {
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0;
}
.podium-card .rank svg.medal {
  width: 78px;
  height: auto;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.55));
}
.podium-card.p1 {
  padding-top: 96px;
  padding-bottom: 56px;
  transform: translateY(-18px);
  border-color: rgba(244, 234, 58, 0.85);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45), 0 0 34px rgba(244, 234, 58, 0.14), var(--inset-hi);
}
.podium-card.p1 .rank { top: -50px; }
.podium-card.p1 .rank svg.medal { width: 100px; }
.podium-card.p2 { border-color: rgba(201, 212, 204, 0.55); }
.podium-card.p3 { border-color: rgba(217, 160, 95, 0.6); }
.podium-card .name {
  max-width: 100%;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  color: #e4eae4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.podium-card.p1 .name { font-size: 1.25rem; }
.podium-card .wagered {
  font-family: var(--font-display);
  font-stretch: 115%;
  font-weight: 900;
  font-size: 2.1rem;
  line-height: 1.1;
  margin-top: 14px;
  letter-spacing: 0.01em;
  color: var(--text);
}
.podium-card.p1 .wagered { font-size: 2.7rem; }
.podium-card .wagered-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--muted);
  margin-top: 8px;
}
.podium-card .prize {
  display: inline-block;
  margin-top: 26px;
  font-family: var(--font-display);
  font-stretch: 115%;
  font-weight: 900;
  font-size: 1.5rem;
  color: #0a0f08;
  background: var(--grad);
  border-radius: 12px;
  padding: 14px 30px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 3px 0 rgba(0, 0, 0, 0.45), 0 10px 24px rgba(0, 0, 0, 0.35);
}
.podium-card.p1 .prize {
  background: linear-gradient(97deg, #f9f3a0, var(--gold));
  font-size: 1.9rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 3px 0 rgba(110, 84, 4, 0.55), 0 10px 26px rgba(244, 234, 58, 0.22);
}
.podium-card.p2 .prize {
  background: linear-gradient(97deg, #f0f4f6, #b7c2c8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 3px 0 rgba(74, 86, 92, 0.6), 0 10px 24px rgba(0, 0, 0, 0.35);
}
.podium-card.p3 .prize {
  background: linear-gradient(97deg, #eec9a0, #cd8747);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 3px 0 rgba(96, 58, 22, 0.6), 0 10px 24px rgba(0, 0, 0, 0.35);
}
.lb-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 64px;
}

/* ---------- leaderboard table ---------- */
.lb-table-wrap {
  max-width: 1100px;
  width: 100%;
  background: #101113;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--r);
  overflow: hidden;
  overflow-x: auto;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
}
table.lb {
  width: 100%;
  border-collapse: collapse;
  min-width: 540px;
}
table.lb th {
  font-family: var(--font-display);
  font-stretch: 115%;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #dfe3df;
  text-align: left;
  padding: 20px 26px;
  background: #17181b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
table.lb th.amount, table.lb th.prize { text-align: right; }
table.lb td {
  padding: 19px 26px;
  border-bottom: 1px solid var(--line-soft);
  font-size: 1.12rem;
}
table.lb tr:last-child td { border-bottom: none; }
table.lb tbody tr { transition: background 0.18s ease; }
table.lb tbody tr:hover { background: rgba(255, 255, 255, 0.045); }
table.lb tbody tr:hover td:first-child { box-shadow: inset 3px 0 0 var(--volt); }
table.lb td.pos {
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--muted);
  width: 64px;
}
table.lb .paid td.pos { color: var(--volt); }
table.lb td.name { font-weight: 600; }
table.lb td.amount, table.lb td.prize { font-family: var(--font-mono); text-align: right; }
table.lb td.prize { color: var(--volt); font-weight: 700; }

/* countdown */
.countdown {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  max-width: 100%;
}
.countdown .seg {
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 16px 0 14px;
  width: 100px;
  text-align: center;
  box-shadow: var(--inset-hi);
}
.countdown .seg .num {
  font-family: var(--font-mono);
  font-weight: 800;
  font-size: 2.1rem;
  line-height: 1.1;
  color: var(--text);
  font-variant-numeric: tabular-nums;
}
.countdown .seg .lbl {
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--volt);
  margin-top: 4px;
}

/* toggle (current / previous) */
.toggle {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px;
  background: rgba(11, 17, 14, 0.8);
  gap: 4px;
}
.toggle button {
  border: none;
  background: transparent;
  color: var(--muted);
  font-family: var(--font-display);
  font-stretch: 115%;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 20px;
  min-height: 40px;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease;
}
.toggle button.on {
  background: var(--volt);
  color: #0a0f08;
}

/* ---------- steps (how it works) ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
  /* 1100px is the shared content rail; this was the one block sitting inside it */
  max-width: 1100px;
  margin: 0 auto;
}
.steps::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 6%;
  right: 6%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}
.step {
  min-width: 0;
  background: #121314;
  border: 1px solid var(--line-soft);
  border-radius: var(--r);
  padding: 40px 34px 38px;
  position: relative;
  box-shadow: var(--inset-hi), var(--card-shadow);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.step:hover { transform: translateY(-3px); border-color: rgba(255, 255, 255, 0.32); }
.step-top { display: flex; align-items: center; justify-content: space-between; }
.step .step-num {
  font-family: var(--font-display);
  font-stretch: 125%;
  font-weight: 900;
  font-size: 1.9rem;
  color: var(--volt);
  line-height: 1;
}
.step .step-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-content: center;
  background: #191b1a;
  border: 1px solid var(--line);
  color: #e8ebe8;
}
.step .step-icon svg { width: 22px; height: 22px; }
.step h3 { margin: 4px 0 0; }
.step p { margin: 0; color: var(--muted); font-size: 1rem; }
.step .code-pill,
.code-pill {
  display: inline-block;
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--volt);
  border: 1px dashed rgba(184, 255, 25, 0.4);
  border-radius: 8px;
  padding: 2px 10px;
  margin: 0 2px;
}
.steps-note {
  text-align: center;
  margin: 30px auto 0;
  max-width: 640px;
}

/* ---------- stream section ---------- */
.stream-shell {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  aspect-ratio: 16 / 9;
  background: #000;
}
.stream-shell iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.stream-poster {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  padding: 24px;
  background:
    linear-gradient(rgba(5, 8, 7, 0.72), rgba(5, 8, 7, 0.85)),
    url("/assets/img/offline-poster.webp") center/cover no-repeat;
}
.stream-poster img.poster-logo { width: min(240px, 50%); height: auto; }
.stream-poster .poster-title {
  font-family: var(--font-display);
  font-stretch: 115%;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(1.1rem, 2.4vw, 1.5rem);
}
.stream-poster p { margin: 0; color: var(--muted); font-size: 1rem; max-width: 44ch; }
.stream-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 20px;
  max-width: 980px;
  margin-inline: auto;
}

/* ---------- socials ---------- */
.socials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
}
.social-card {
  position: relative;
  min-width: 0;
  background: #121314;
  border: 1px solid var(--line-soft);
  border-radius: var(--r);
  padding: 38px 24px 34px;
  text-align: center;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: var(--inset-hi), var(--card-shadow);
}
.social-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.4), var(--inset-hi);
}
.social-card:hover .icon { border-color: rgba(255, 255, 255, 0.45); }
.social-card .ext {
  position: absolute;
  top: 14px;
  right: 16px;
  color: var(--muted);
  font-size: 0.85rem;
  opacity: 0.7;
  transition: color 0.2s ease;
}
.social-card:hover .ext { color: var(--text); }
.social-card .icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 16px;
  display: grid;
  place-content: center;
  background: #191b1a;
  border: 1px solid var(--line);
  color: #eef1ec;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.social-card .icon svg { width: 26px; height: 26px; fill: currentColor; }
.social-card .label {
  font-family: var(--font-display);
  font-stretch: 115%;
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 1.02rem;
  text-transform: uppercase;
}
.social-card .sub { color: #ced3ce; font-size: 0.88rem; margin-top: 6px; font-weight: 500; }
.social-card .handle { color: var(--muted); font-size: 0.85rem; margin-top: 2px; }
.social-kick .icon { color: #53fc18; }
.social-twitch .icon { color: #9146ff; }
.social-discord .icon { color: #5865f2; }
.social-youtube .icon { color: #ff2b2b; }
.social-x .icon { color: #ffffff; }

/* ---------- conversion panel ---------- */
.cta-panel {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  background: #111213;
  border: 1px solid rgba(184, 255, 25, 0.35);
  border-radius: 20px;
  padding: clamp(44px, 6vw, 72px) clamp(24px, 5vw, 64px);
  text-align: center;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5), 0 0 48px rgba(184, 255, 25, 0.07), var(--inset-hi);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.cta-panel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 20px 20px 0 0;
  background: var(--grad);
  opacity: 0.75;
}
.cta-panel .grad-text {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cta-panel::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: url("/assets/img/bg/cta-streak.webp") center 65%/cover no-repeat;
  opacity: 0.22;
  filter: saturate(0.75);
  -webkit-mask-image: linear-gradient(to top, #000 20%, transparent 100%);
  mask-image: linear-gradient(to top, #000 20%, transparent 100%);
  pointer-events: none;
}
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel .lede { margin-top: 0; }
.code-big {
  font-family: var(--font-mono);
  font-weight: 800;
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  color: var(--volt);
  border: 2px dashed rgba(184, 255, 25, 0.5);
  border-radius: 12px;
  padding: 12px 30px;
  letter-spacing: 0.18em;
  background: rgba(5, 8, 7, 0.7);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.code-big:hover { border-color: var(--volt); background: rgba(184, 255, 25, 0.06); }
.cta-links { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; justify-content: center; }
.cta-links .text-link { color: var(--muted); text-decoration: underline; text-underline-offset: 3px; font-size: 0.95rem; }
.cta-links .text-link:hover { color: var(--text); }
.cta-disclaimer { color: var(--muted); font-size: 0.88rem; max-width: 56ch; margin: 0; }

/* ---------- page hero (subpages) ---------- */
.page-hero {
  padding: calc(var(--nav-h) + 96px) 0 84px;
  text-align: center;
}
.page-hero .lede { margin-inline: auto; }
.page-hero .meta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}

/* ---------- bounty cards ---------- */
.bounty-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.bounty-card {
  min-width: 0;
  background: #141516;
  border: 1px solid var(--line-soft);
  border-radius: var(--r);
  padding: 26px 22px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: var(--inset-hi), var(--card-shadow);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.bounty-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5);
}
.bounty-card.is-claimed { opacity: 0.55; }

/* game art: portrait tile, like the provider thumbnails */
.slot-art {
  width: 108px;
  aspect-ratio: 3 / 4;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #23282a, #101314);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.55);
  flex-shrink: 0;
}
.slot-art img { width: 100%; height: 100%; object-fit: cover; }
.slot-art-fallback { color: rgba(184, 255, 25, 0.5); }
.slot-art-fallback svg { width: 40px; height: 40px; }

.bounty-body {
  width: 100%;
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.slot-title {
  font-family: var(--font-display);
  font-stretch: 115%;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
  /* reserve two lines so the stats and buttons line up across a row */
  min-height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slot-provider {
  margin: 6px 0 0;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.slot-stats {
  margin: 18px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid var(--line-soft);
  padding-top: 16px;
}
.slot-stat {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.9rem;
}
.slot-stat-label { color: var(--muted); }
.slot-stat-value { font-family: var(--font-mono); font-weight: 700; color: var(--text); }
.slot-stat.accent .slot-stat-value {
  color: var(--volt);
  font-size: 1.05rem;
}
.slot-claimed { margin: -8px 0 16px; font-size: 0.84rem; color: var(--muted); }
.slot-play { width: 100%; margin-top: auto; }

/* ---------- VIP ladder ---------- */
.vip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 18px;
}
.vip-tier {
  min-width: 0;
  background: #121314;
  border: 1px solid var(--line-soft);
  border-radius: var(--r);
  padding: 26px 24px;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease;
  box-shadow: var(--inset-hi);
}
.vip-tier:hover { transform: translateY(-3px); border-color: rgba(255, 255, 255, 0.32); }
.vip-tier .tier-num {
  font-family: var(--font-display);
  font-stretch: 115%;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(184, 255, 25, 0.6);
  font-size: 0.85rem;
}
.vip-tier .req {
  font-family: var(--font-mono);
  font-weight: 800;
  font-size: 1.5rem;
  margin-top: 8px;
}
.vip-tier .req-label, .vip-tier .reward-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
}
.vip-tier .reward {
  font-family: var(--font-mono);
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--volt);
  margin-top: 12px;
}
.vip-tier.big { border-color: rgba(244, 234, 58, 0.32); }
.vip-tier.big .reward { color: var(--gold); }

.highroller-panel {
  margin: 40px auto 0;
  max-width: 720px;
  background: linear-gradient(to bottom, var(--panel-2), var(--panel));
  border: 1px solid rgba(244, 234, 58, 0.3);
  border-radius: var(--r);
  padding: 32px 34px;
  text-align: center;
  box-shadow: var(--inset-hi);
}
.highroller-panel h3 { margin: 0 0 8px; }
.highroller-panel h3 .hr-gold { color: var(--gold); }
.highroller-panel p { margin: 0 0 18px; color: var(--muted); font-size: 1rem; max-width: 52ch; margin-inline: auto; }

/* ---------- VIP tier table ---------- */
.vip-table-note { margin-top: 8px; }
table.lb td.vip-tier-cell-td { min-width: 190px; }
.vip-tier-cell { display: flex; align-items: center; gap: 14px; }
.tier-ico {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-content: center;
  flex-shrink: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 3px 8px rgba(0, 0, 0, 0.4);
}
.tier-ico svg { width: 19px; height: 19px; display: block; }
.tier-name { font-weight: 700; font-size: 1rem; white-space: nowrap; }
table.lb td.vip-delta {
  font-family: var(--font-mono);
  text-align: right;
  color: var(--muted);
}
table.lb td.vip-total {
  font-family: var(--font-mono);
  font-weight: 800;
  font-size: 1.15rem;
  text-align: right;
  color: var(--volt);
  text-shadow: 0 0 16px rgba(184, 255, 25, 0.45);
}
table.lb tr.vip-max td { background: rgba(255, 255, 255, 0.05); }
table.lb tr.vip-max td:first-child { box-shadow: inset 3px 0 0 var(--volt); }

/* ---------- FAQ / transparency ---------- */
.faq-wrap { max-width: 760px; margin: 0 auto; }
.faq-item {
  background: var(--panel);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-sm);
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: var(--inset-hi);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-weight: 600;
  font-size: 1.02rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: color 0.2s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: var(--font-mono);
  font-size: 1.2rem;
  color: var(--volt);
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary:hover { color: var(--volt); }
.faq-item .faq-body {
  padding: 0 22px 20px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
}
.faq-item .faq-body a { color: var(--neon); text-decoration: underline; text-underline-offset: 3px; }
.placeholder-note {
  display: inline-block;
  font-size: 0.8rem;
  color: var(--gold);
  border: 1px dashed rgba(244, 234, 58, 0.4);
  border-radius: 6px;
  padding: 1px 8px;
}

/* ---------- team ---------- */
.team-frame {
  max-width: 980px;
  margin: 0 auto;
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5), var(--inset-hi);
}
.team-frame img { width: 100%; height: auto; display: block; }
.team-caption { text-align: center; margin: 22px auto 0; max-width: 640px; }

/* ---------- footer ---------- */
footer {
  position: relative;
  z-index: 3;
  border-top: 1px solid var(--line-soft);
  background: linear-gradient(to bottom, rgba(8, 12, 9, 0.7), #030503);
  padding: 70px 0 34px;
  font-size: 0.95rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 46px;
}
.footer-grid h4 {
  font-family: var(--font-display);
  font-stretch: 115%;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text);
  margin: 0 0 16px;
}
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { color: var(--muted); transition: color 0.2s ease; }
.footer-grid a:hover { color: var(--volt); text-decoration: underline; text-underline-offset: 3px; }
.footer-grid a.f-social { display: inline-flex; align-items: center; gap: 11px; }
.footer-grid a.f-social svg { width: 17px; height: 17px; flex-shrink: 0; }
.footer-logo { width: 170px; opacity: 0.92; margin-bottom: 16px; }
.footer-brand p { color: var(--muted); margin: 0; max-width: 34ch; }
.disclaimer {
  border-top: 1px solid var(--line-soft);
  padding-top: 26px;
  color: rgba(178, 188, 179, 0.72);
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.78rem;
}
.disclaimer p { margin: 0; line-height: 1.65; max-width: none; }
.disclaimer a { color: var(--neon); text-decoration: underline; }
.disclaimer .age-badge {
  display: inline-grid;
  place-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid rgba(178, 188, 179, 0.6);
  font-weight: 700;
  font-size: 0.68rem;
  color: var(--muted);
  flex-shrink: 0;
}
.disclaimer-head { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 0.82rem; }
.copyright {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--line-soft);
  color: var(--muted);
  font-size: 0.85rem;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.signature {
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--muted);
  opacity: 0.75;
}

.signature strong {
  color: var(--volt);
  font-weight: 700;
}

/* Single column footers stack the copyright and the signature, so centre both
   rather than leaving the signature hanging off one edge. */
@media (max-width: 560px) {
  .copyright { justify-content: center; text-align: center; }
}

/* ---------- reveal on scroll ---------- */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 1.15s cubic-bezier(0.2, 0.6, 0.2, 1), transform 1.15s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.16s; }
.reveal-d2 { transition-delay: 0.32s; }
.reveal-d3 { transition-delay: 0.48s; }

/* ---------- states ---------- */
.state-note {
  text-align: center;
  color: var(--muted);
  padding: 50px 20px;
  border: 1px dashed var(--line);
  border-radius: var(--r);
  background: rgba(11, 17, 14, 0.6);
  font-size: 1rem;
}
.skeleton {
  position: relative;
  overflow: hidden;
  background: rgba(22, 30, 24, 0.7);
  border-radius: 8px;
  min-height: 14px;
}
.skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
  animation: shimmer 1.4s infinite;
}
@keyframes shimmer { from { transform: translateX(-100%); } to { transform: translateX(100%); } }

/* ---------- admin ---------- */
.admin-shell { max-width: 900px; margin: 0 auto; padding: calc(var(--nav-h) + 40px) 24px 80px; }
.admin-card {
  background: var(--panel);
  border: 1px solid var(--line-soft);
  border-radius: var(--r);
  padding: 28px;
  margin-bottom: 20px;
}
.admin-card h2 { margin-top: 0; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.field label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
}
.field input, .field select, .field textarea {
  background: #070c09;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  color: var(--text);
  font: inherit;
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--neon);
  box-shadow: 0 0 0 3px rgba(49, 245, 107, 0.15);
}
.admin-row {
  border: 1px solid var(--line-soft);
  border-radius: var(--r-sm);
  padding: 18px;
  margin-bottom: 14px;
  background: rgba(11, 17, 14, 0.7);
}
.admin-row .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.admin-row .grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0 14px; }
.admin-row-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  gap: 10px;
  flex-wrap: wrap;
}
.admin-row-head .title { font-weight: 700; }
.admin-row-head .row-actions { display: flex; gap: 8px; }
.icon-btn {
  background: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  width: 38px;
  height: 38px;
  display: grid;
  place-content: center;
  transition: color 0.2s, border-color 0.2s;
}
.icon-btn:hover { color: var(--text); border-color: var(--neon); }
.icon-btn.danger:hover { color: var(--danger); border-color: var(--danger); }
.admin-bar {
  position: sticky;
  bottom: 0;
  background: rgba(5, 8, 7, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--line-soft);
  padding: 14px 0;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}
.admin-msg { margin-right: auto; font-size: 0.9rem; color: var(--muted); }
.admin-msg.ok { color: var(--neon); }
.admin-msg.err { color: var(--danger); }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .socials-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 1300px) {
  .nav-links { display: none; }
  .nav-burger { display: inline-flex; }
  .nav .nav-cta { margin-left: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; max-width: 560px; }
  .steps::before { display: none; }
}
@media (max-width: 860px) {
  .podium { grid-template-columns: 1fr; align-items: stretch; max-width: 540px; gap: 64px; }
  .podium-card.p1 { transform: none; }
  .podium-card.p1 { order: -1; }
  .section { padding: 84px 0; }
  .section.tight { padding: 64px 0; }
}
@media (max-width: 760px) {
  /* the burger menu carries the CTA, so the bar keeps just logo + burger */
  .nav .nav-cta { display: none; }
  .nav .wrap { justify-content: space-between; }
}
@media (max-width: 620px) {
  .socials-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .countdown { gap: 8px; }
  .countdown .seg { width: 68px; }
  .countdown .seg .num { font-size: 1.4rem; }
  .admin-row .grid-3 { grid-template-columns: 1fr; }
  .admin-row .grid-2 { grid-template-columns: 1fr; }
  .hero-ctas { width: 100%; flex-direction: column; align-items: stretch; }
  .hero-ctas .btn { width: 100%; }
  .cta-panel .btn { width: 100%; }
  .nav-cta.btn-sm { padding: 10px 14px; font-size: 0.74rem; }
  .nav-logo img { height: 52px; }
  .nav-logo { margin-right: 6px; }
}
@media (max-width: 420px) {
  .btn { white-space: normal; padding: 14px 18px; font-size: 0.86rem; text-align: center; }
  .btn .btn-ico { width: 22px; height: 22px; }
  .nav-cta.btn-sm { padding: 10px 12px; }
}
@media (max-width: 400px) {
  .socials-grid { grid-template-columns: 1fr; }
  .wrap { padding: 0 16px; }
  .countdown { gap: 6px; }
  .countdown .seg { width: 62px; padding: 12px 0 10px; }
  .countdown .seg .num { font-size: 1.25rem; }
  .countdown .seg .lbl { font-size: 0.68rem; letter-spacing: 0.12em; }
  h1.display { font-size: clamp(2rem, 9vw, 2.6rem); }
  h2.display { font-size: clamp(1.6rem, 7.5vw, 2.2rem); }
  .toggle button { padding: 10px 14px; font-size: 0.74rem; }
  .store-search { min-width: 0; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .chip.live .dot, .scroll-cue svg { animation: none !important; }
  .enter-in { animation: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .skeleton::after { animation: none; }
  * { scroll-behavior: auto !important; }
}

/* ---------- touch targets ----------
   Standalone links get a comfortable hit area. Links inside sentences keep
   their natural size, which WCAG allows and which stops prose from breaking. */
.footer-grid ul a { display: inline-block; padding: 4px 0; }
.cta-links .text-link { display: inline-block; padding: 10px 6px; }
.mobile-menu .menu-socials a { padding: 12px 14px; }

/* screen-reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* visible keyboard focus */
:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- wheels ---------- */
.wheel-switch {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.wheel-switch button {
  font-family: var(--font-display);
  font-stretch: 115%;
  font-weight: 800;
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  background: #141516;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-sm);
  padding: 14px 26px;
  min-height: 48px;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.wheel-switch button:hover { color: var(--text); border-color: rgba(255, 255, 255, 0.32); }
.wheel-switch button:active { transform: translateY(2px); }
.wheel-switch button.on {
  background: linear-gradient(to bottom, #ccff4d, #aef00f);
  color: #0a0f08;
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 3px 0 #5d820b;
}

.lock-chip { color: var(--muted); }
.wheel-stage {
  max-width: 900px;
  margin: 0 auto;
  background: #111213;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 30px 30px 34px;
  box-shadow: var(--inset-hi), 0 24px 60px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.wheel-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.wheel-head h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.wheel-stage .fineprint { margin: 8px auto 0; max-width: 46ch; }

.wheel-canvas-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 26px 0 24px;
}
.wheel-canvas-wrap canvas {
  cursor: pointer;
  border-radius: 50%;
  filter: drop-shadow(0 18px 44px rgba(0, 0, 0, 0.6));
}
.wheel-pointer {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(38%, -50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 26px solid var(--volt);
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.7));
}
.wheel-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.wheel-actions kbd {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  background: #1b1d1e;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 2px 7px;
}

.wheel-panel {
  max-width: 900px;
  margin: 24px auto 0;
  background: #111213;
  border: 1px solid var(--line-soft);
  border-radius: var(--r);
  padding: 22px 24px 24px;
  box-shadow: var(--inset-hi), var(--card-shadow);
}
.wheel-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.wheel-panel-head h3 { font-size: 1.1rem; }
.wheel-panel-head .count {
  font-family: var(--font-mono);
  color: var(--volt);
  margin-left: 6px;
}
.wheel-tools { display: flex; gap: 8px; flex-wrap: wrap; }
.wheel-panel textarea {
  width: 100%;
  min-height: 170px;
  resize: vertical;
  background: #070809;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  color: var(--text);
  font-family: var(--font-mono);
  font-size: 0.92rem;
  line-height: 1.75;
  padding: 16px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.wheel-panel textarea:focus {
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}
.wheel-panel .fineprint { margin-top: 12px; }

.wheel-result {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(3, 5, 4, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.wheel-result.open { opacity: 1; }
.wheel-result-card {
  background: linear-gradient(to bottom, #16181a, #0c0e0f);
  border: 1px solid rgba(184, 255, 25, 0.35);
  border-radius: 20px;
  padding: 44px 46px 38px;
  text-align: center;
  max-width: 560px;
  width: 100%;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.6), 0 0 48px rgba(184, 255, 25, 0.08);
  transform: translateY(10px) scale(0.98);
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.wheel-result.open .wheel-result-card { transform: none; }
.wheel-result-text {
  font-family: var(--font-display);
  font-stretch: 115%;
  font-weight: 900;
  font-size: clamp(1.5rem, 4vw, 2.4rem);
  line-height: 1.15;
  margin: 6px 0 26px;
  color: var(--volt);
}
.wheel-result-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ---------- store ---------- */
/* ---------- store claim rules ---------- */
/* Matches the catalogue's 1100px so the panel, the toolbar and the grid all
   share one left and right edge instead of stacking at three widths. */
.claim-note {
  max-width: 1100px;
  margin: 0 auto;
  padding: 36px 38px 34px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(11, 17, 14, 0.72);
  text-align: center;
}

.claim-note-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line-soft);
}

.claim-note-head .display {
  font-size: 1.25rem;
  margin: 0;
}

.claim-icon {
  display: block;
  width: 22px;
  height: 22px;
  flex: none;
  color: var(--volt);
}

.claim-icon svg { display: block; width: 22px; height: 22px; }

.claim-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px 40px;
}

.claim-list li {
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.6;
}

/* Marker sits above each rule rather than beside it, so the column stays
   symmetrical now that the panel is centred. */
.claim-list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: var(--volt);
}

.claim-list strong {
  display: block;
  margin-bottom: 5px;
  color: var(--text);
  font-weight: 700;
}

.claim-cta { margin-top: 32px; }

@media (max-width: 560px) {
  .claim-note { padding: 26px 18px 24px; }
  .claim-list { gap: 24px; }
  .claim-cta { width: 100%; }
}

.store-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 46px auto 26px;
}
.store-search {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #111213;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 18px;
  min-height: 48px;
  min-width: 260px;
  color: var(--muted);
}
.store-search svg { width: 17px; height: 17px; flex-shrink: 0; }
.store-search input {
  background: none;
  border: none;
  outline: none;
  color: var(--text);
  font: inherit;
  font-size: 0.95rem;
  padding: 12px 0;
  width: 100%;
}
.store-search:focus-within { border-color: rgba(255, 255, 255, 0.38); }

.store-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}
.store-card {
  min-width: 0;
  background: #141516;
  border: 1px solid var(--line-soft);
  border-radius: var(--r);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--inset-hi), var(--card-shadow);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.store-card:hover { transform: translateY(-4px); border-color: rgba(255, 255, 255, 0.32); }
.store-art {
  position: relative;
  aspect-ratio: 16 / 10;
  background: radial-gradient(70% 70% at 50% 40%, #1d2021 0%, #0c0e0e 100%);
  display: grid;
  place-content: center;
}
.store-art img { width: 100%; height: 100%; object-fit: cover; }
.store-art-icon { color: var(--volt); opacity: 0.85; }
.store-art-icon svg { width: 62px; height: 62px; }
.store-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: var(--font-display);
  font-stretch: 115%;
  font-weight: 800;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  background: rgba(8, 10, 10, 0.85);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 11px;
}
.store-body { padding: 22px 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.store-name {
  font-family: var(--font-display);
  font-stretch: 115%;
  font-weight: 800;
  font-size: 1.08rem;
  letter-spacing: 0.02em;
  margin: 0;
}
.store-cost {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--volt);
}
.store-coin { font-size: 1.05rem; line-height: 1; }
.store-detail { margin: 0; color: var(--muted); font-size: 0.92rem; line-height: 1.6; }
.store-btn { margin-top: auto; width: 100%; }

.store-card .btn[aria-disabled="true"] {
  background: #1a1d1e;
  color: var(--muted);
  border-color: var(--line);
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}
@media (max-width: 1460px) {
  .nav-links a { padding: 12px 11px; font-size: 0.86rem; letter-spacing: 0.05em; }
  .nav-logo { margin-right: 8px; }
}
@media (max-width: 900px) {
  .wheel-panel textarea { min-height: 200px; }
}
@media (max-width: 620px) {
  .wheel-stage { padding: 22px 16px 26px; }
  .store-toolbar { flex-direction: column; align-items: stretch; }
  .store-search { min-width: 0; }
}
