.n {
  font-family: monospace;
  font-variant-numeric: tabular-nums;
}

:root {
  --brand: #E53E2B;
  --brand-glow: #FF6B3D;
  --fg: #f5f5f7;
  --dim: #a1a1a6;
  --bg: #20090b;
  --bg-alt: #280c0f;
  --card: #2e0f12;
  --border: rgba(255, 255, 255, 0.08);
  --border-soft: rgba(255, 255, 255, 0.06);
}

*, *::before, *::after { box-sizing: border-box; }
html, body {
  margin: 0; padding: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(145, 28, 45, 0.38), rgba(0, 0, 0, 0) 30%),
    radial-gradient(circle at 82% 0%, rgba(82, 14, 20, 0.32), rgba(0, 0, 0, 0) 24%),
    linear-gradient(rgba(20, 5, 8, 0.88) 0%, rgba(7, 5, 7, 0.98) 100%),
    var(--bg);
  background-attachment: fixed;
  color: var(--fg);
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { image-rendering: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
::selection { background: var(--brand); color: #fff; }

/* ──────────────  PLAYFUL BACKGROUND  ────────────── */
.pbg {
  display: none;
}

.page { position: relative; z-index: 1; }

/* ──────────────  NAV  ────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(58, 13, 18, 0.35);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.page { padding-top: 73px; }
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 0 32px; height: 73px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
}
.nav-brand { display: flex; align-items: center; gap: 12px; }
.nav-brand img { width: 240px; height: 120px; border-radius: 8px; }
.nav-brand span {
  font-size: 17px; font-weight: 700;
  color: var(--fg); letter-spacing: -0.4px;
}
.nav-links {
  display: flex; gap: 28px;
  font-size: 14px; color: var(--dim);
}
.nav-links a { cursor: pointer; transition: color 120ms; }
.nav-links a:hover { color: var(--fg); }
.nav-actions { display: flex; align-items: center; gap: 18px; font-size: 13px; }
.nav-actions a { color: var(--dim); cursor: pointer; }
.nav-actions a:hover { color: var(--fg); }
.nav-actions a.pill { color: #fff; }
.nav-actions a.pill:hover { color: #fff; }

.pill {
  background: var(--brand); color: #fff; border: 0;
  padding: 9px 18px; border-radius: 980px;
  font-size: 14px; font-weight: 600; cursor: pointer;
  letter-spacing: -0.1px;
  transition: transform 140ms ease, filter 140ms ease, box-shadow 140ms ease;
  box-shadow: 0 12px 28px rgba(229, 62, 43, 0.18);
}
.pill:hover { filter: brightness(1.08); transform: translateY(-1px); }
.pill-lg { padding: 14px 28px; font-size: 16px; letter-spacing: -0.2px; }
.pill-xl { padding: 14px 28px; font-size: 17px; letter-spacing: -0.2px; }
.pill-ghost {
  background: rgba(255, 255, 255, 0.1);
  color: var(--fg);
}
.pill-ghost:hover { background: rgba(255, 255, 255, 0.15); }

/* ──────────────  HERO  ────────────── */
.hero {
  position: relative;
  padding: 44px 32px 56px;
  overflow: hidden;
}
.hero-glow { display: none; }
.hero-grid {
  position: relative; z-index: 1;
  max-width: 980px; margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 28px; align-items: center;
}
.hero-copy { position: relative; max-width: 520px; }
.hero h1 {
  margin: 0;
  font-size: clamp(42px, 5.5vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 900;
  color: var(--fg);
}
.hero h1 .accent { color: var(--brand); }
.hero-sub {
  font-size: 18px; color: var(--dim); line-height: 1.55;
  max-width: 520px; margin: 20px 0 0;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.hero-cta-row {
  margin-top: 28px;
  display: flex; align-items: center; gap: 16px;
  flex-wrap: wrap;
}
.hero-cta-row .link {
  font-size: 15px; color: var(--dim);
  cursor: pointer; transition: color 120ms;
  letter-spacing: -0.1px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.hero-cta-row .link:hover { color: var(--fg); }

.mini-stats {
  margin-top: 32px;
  display: flex; gap: 32px; flex-wrap: wrap;
}
.mini-stats .n {
  font-size: 30px; font-weight: 600;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  color: var(--fg);
}
.mini-stats .l {
  font-size: 13px; color: var(--dim); margin-top: 4px;
}

.hero-scene {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  min-height: 520px;
}
.hero-char {
  width: 120%;
  max-width: 1240px;
  height: auto;
  display: block;
  position: absolute;
  top: 60%;
  left: 65%;
  transform: translate(-50%, -50%);
  margin-top: -6%;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 35%, rgba(0,0,0,0.8) 45%, rgba(0,0,0,0.4) 55%, transparent 65%);
  mask-image: linear-gradient(to bottom, black 0%, black 35%, rgba(0,0,0,0.8) 45%, rgba(0,0,0,0.4) 55%, transparent 65%);
  filter: drop-shadow(0 18px 34px rgba(229, 62, 43, 0.22)) drop-shadow(0 10px 16px rgba(0, 0, 0, 0.45));
}

@media (max-width: 900px) {
  .hero { padding: 48px 24px 80px; }
  .hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero-scene { min-height: 320px; order: 1; align-self: auto; }
  .hero-char { position: relative; top: auto; left: auto; transform: none; max-width: 360px; }
  .mini-stats { gap: 32px; margin-top: 40px; }
}

/* ──────────────  SECTION SHARED  ────────────── */
.section { padding: 120px 32px; position: relative; }
.section-sm { padding: 80px 32px; }
.container { max-width: 1200px; margin: 0 auto; }
.container-md { max-width: 1040px; margin: 0 auto; }
.container-tight { max-width: 860px; margin: 0 auto; }

.eyebrow {
  font-size: 13px; font-weight: 500; color: var(--brand);
  letter-spacing: 0.1px; margin-bottom: 14px;
}
.section-title {
  margin: 0;
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 800; letter-spacing: -0.03em;
  line-height: 1.08;
}
.section-sub {
  font-size: 19px; color: var(--dim); line-height: 1.4;
  margin-top: 16px; letter-spacing: -0.01em;
}
.section-head { text-align: center; max-width: 720px; margin: 0 auto; }

/* ──────────────  STAT BAND  ────────────── */
.statband {
  padding: 80px 32px;
  background: transparent;
  position: relative;
}
.statband-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 36px 0;
}
.statband-cell { text-align: center; }
.statband-cell + .statband-cell { border-left: 1px solid var(--border); }
.statband-cell .n {
  font-size: 44px; font-weight: 600;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
.statband-cell .l {
  font-size: 14px; color: var(--dim); margin-top: 8px;
  letter-spacing: -0.1px;
}

/* ──────────────  ABOUT  ────────────── */
.pill-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px; border-radius: 980px;
  background: rgba(229, 62, 43, 0.1);
  color: var(--brand);
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.3px;
  margin-bottom: 18px;
}
.pill-chip .dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--brand);
}
.about-title {
  font-size: 56px; font-weight: 800;
  letter-spacing: -1.6px;
  margin: 0; line-height: 1.05;
}
.about-title .accent { color: var(--brand); }
.about-sub {
  font-size: 20px; color: var(--dim); line-height: 1.5;
  margin-top: 22px; letter-spacing: -0.2px;
}
.pillars {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-top: 64px;
}
.pillar {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 28px;
  transition: transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease;
}
.pillar:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(0,0,0,0.5), 0 0 0 1px rgba(229,62,43,0.18);
  border-color: rgba(229,62,43,0.22);
}
.pillar-tag {
  font-size: 12px; font-weight: 600; letter-spacing: 1.2px;
  color: var(--brand); margin-bottom: 14px;
}
.pillar h3 {
  font-size: 22px; font-weight: 600;
  letter-spacing: -0.4px; margin: 0;
}
.pillar p {
  font-size: 15px; color: var(--dim);
  line-height: 1.55; margin-top: 10px;
}
.blog-image {
  width: 100%; height: 160px;
  object-fit: cover; border-radius: 12px; margin-bottom: 14px;
}
.stat-strip {
  margin-top: 40px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px; overflow: hidden;
}
.stat-strip > div { padding: 28px 20px; text-align: center; }
.stat-strip > div + div { border-left: 1px solid var(--border); }
.stat-strip .n {
  font-size: 42px; font-weight: 600; letter-spacing: -1.2px;
}
.stat-strip .l {
  font-size: 12px; color: var(--dim);
  letter-spacing: 0.5px; margin-top: 4px;
  text-transform: uppercase;
}

/* ──────────────  LIVE TICKER  ────────────── */
.ticker-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 24px; }
.ticker-hero {
  display: block;
  background: linear-gradient(155deg, var(--brand) 0%, var(--brand-glow) 100%);
  border-radius: 24px; padding: 36px; color: #fff;
  position: relative; overflow: hidden; min-height: 380px;
  text-decoration: none; transition: transform 220ms ease;
}
.ticker-hero:hover { transform: translateY(-2px); }
.ticker-hero-orb {
  position: absolute; top: -60px; right: -60px;
  width: 240px; height: 240px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}
.live-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 5px 12px; background: rgba(255, 255, 255, 0.22);
  border-radius: 980px; font-size: 12px; font-weight: 500;
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}
.live-chip .dot {
  width: 6px; height: 6px; border-radius: 50%; background: #fff;
  animation: pulse 1.4s infinite;
}
.ticker-matchup {
  margin-top: 48px;
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; gap: 20px;
}
.team-badge {
  width: 56px; height: 56px; border-radius: 14px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.35); margin-bottom: 14px;
}
.team-seed { font-size: 12px; opacity: 0.8; letter-spacing: 0.5px; }
.team-name { font-size: 28px; font-weight: 600; letter-spacing: -0.02em; margin-top: 4px; }
.score {
  font-size: 64px; font-weight: 600;
  letter-spacing: -0.04em; font-variant-numeric: tabular-nums;
}
.score .dash { opacity: 0.5; font-weight: 400; }
.ticker-meta {
  margin-top: 40px; padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex; justify-content: space-between; align-items: center;
}
.ticker-meta .sm { font-size: 12px; opacity: 0.75; }
.ticker-meta .md { font-size: 16px; font-weight: 500; margin-top: 6px; }
.ticker-arrow {
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  display: grid; place-items: center; font-size: 20px;
}
.feed {
  background: var(--card); border: 1px solid var(--border);
  border-radius: 24px; padding: 28px; height: 100%;
}
.feed-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.feed-title { font-size: 15px; font-weight: 600; letter-spacing: -0.1px; }
.feed-updating { font-size: 11px; color: var(--dim); letter-spacing: 0.5px; }
.feed-row {
  display: grid; grid-template-columns: 48px 1fr;
  gap: 14px; align-items: flex-start;
  padding: 14px 0; opacity: 0.55; transition: opacity 500ms;
}
.feed-row + .feed-row { border-top: 1px solid var(--border); }
.feed-row.active { opacity: 1; }
.feed-row .t { font-size: 11px; font-weight: 600; color: var(--dim); letter-spacing: 0.5px; padding-top: 2px; }
.feed-row.hot .t { color: var(--brand); }
.feed-row .m { font-size: 15px; font-weight: 500; letter-spacing: -0.1px; }
.feed-row .d { font-size: 13px; color: var(--dim); margin-top: 3px; }

/* ──────────────  PRIZES  ────────────── */
.prizes-grid {
  margin-top: 80px;
  display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 16px;
}
.prize-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px; padding: 32px;
  min-height: 220px;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative; overflow: hidden;
}
.prize-card.accent {
  background: linear-gradient(155deg, var(--brand) 0%, var(--brand-glow) 100%);
  border: none; color: #fff;
}
.prize-place { font-size: 13px; font-weight: 500; color: var(--brand); letter-spacing: 0.1px; }
.prize-card.accent .prize-place { color: #fff; opacity: 0.85; }
.prize-amt { font-size: 40px; font-weight: 600; letter-spacing: -0.03em; line-height: 1; }
.prize-card.accent .prize-amt { font-size: 52px; }
.prize-desc { font-size: 14px; margin-top: 14px; color: var(--dim); line-height: 1.45; }
.prize-card.accent .prize-desc { color: #fff; opacity: 0.9; }
.extras-grid {
  margin-top: 16px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.extra {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; padding: 24px;
}
.extra .l { font-size: 13px; color: var(--dim); }
.extra .v { font-size: 28px; font-weight: 600; letter-spacing: -0.02em; margin-top: 8px; }
.extra .s { font-size: 13px; color: var(--dim); margin-top: 4px; }

/* ──────────────  GALLERY  ────────────── */
.gallery-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 40px; flex-wrap: wrap; gap: 20px;
}
.gallery-title {
  font-size: 48px; font-weight: 800;
  letter-spacing: -1.4px; margin: 0; line-height: 1.05;
}
.filter-bar {
  display: flex; gap: 6px; padding: 6px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 980px; border: 1px solid var(--border);
}
.filter-btn {
  background: transparent; color: var(--dim);
  border: 0; padding: 8px 16px; border-radius: 980px;
  font-size: 13px; font-weight: 500; cursor: pointer;
  transition: all 160ms ease;
}
.filter-btn.active {
  background: var(--card); color: var(--fg);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.gallery-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 280px; gap: 16px;
}
.tile {
  position: relative; border-radius: 12px;
  overflow: hidden; cursor: pointer;
  transition: transform 260ms ease, box-shadow 260ms ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  min-height: 0; background-repeat: no-repeat;
  background-size: cover; background-position: center;
}
.tile:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.25);
}
.tile-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0) 55%);
  pointer-events: none;
}
.tile-caption {
  position: absolute; left: 18px; right: 18px; bottom: 16px; color: #fff;
}
.tile-caption .ct { font-size: 15px; font-weight: 600; letter-spacing: -0.2px; }
.tile-caption .cc {
  font-size: 12px; color: rgba(255, 255, 255, 0.85); margin-top: 3px;
  max-height: 0; overflow: hidden; opacity: 0; transition: all 220ms ease;
}
.tile:hover .tile-caption .cc { max-height: 24px; opacity: 1; }
.tile-cat {
  position: absolute; top: 14px; left: 14px;
  padding: 4px 9px; border-radius: 980px;
  background: rgba(0, 0, 0, 0.38);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  color: #fff; font-size: 10px; font-weight: 600;
  letter-spacing: 0.6px; text-transform: uppercase;
}

/* ──────────────  APP PREVIEW  ────────────── */
.app-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.app-features { margin: 32px 0 0; padding: 0; list-style: none; }
.app-features li { display: flex; gap: 14px; padding: 14px 0; border-top: 1px solid var(--border); }
.feature-tick {
  width: 22px; height: 22px; border-radius: 50%; background: var(--brand);
  display: grid; place-items: center; color: #fff; font-size: 12px;
  flex-shrink: 0; margin-top: 2px;
}
.feature-t { font-size: 16px; font-weight: 500; letter-spacing: -0.1px; }
.feature-s { font-size: 14px; color: var(--dim); margin-top: 2px; }
.app-frame-wrap {
  position: relative; width: 100%; border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 40px 80px rgba(229,62,43,0.22), 0 0 0 1px rgba(255,255,255,0.06);
}
.app-frame-bar {
  background: #130808; border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 10px 16px; display: flex; align-items: center; gap: 8px;
}
.app-frame-dots { display: flex; gap: 6px; }
.app-frame-dots span { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,0.15); }
.app-frame-dots span:nth-child(1) { background: #ff5f57; }
.app-frame-dots span:nth-child(2) { background: #febc2e; }
.app-frame-dots span:nth-child(3) { background: #28c840; }
.app-frame-url {
  flex: 1; background: rgba(255,255,255,0.06); border-radius: 6px;
  padding: 4px 10px; font-size: 11px; color: rgba(255,255,255,0.4);
  font-family: 'JetBrains Mono', monospace; text-align: center;
}
.app-mock { background: #110606; font-size: 11px; }
.app-mock-nav {
  background: #1a0808; border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 10px 20px; display: flex; align-items: center; gap: 12px;
}
.app-mock-logo { display: flex; align-items: center; gap: 8px; }
.app-mock-logo-img { height: 28px; width: auto; }
.app-mock-powered {
  font-size: 8px; color: rgba(255,255,255,0.35); line-height: 1.3;
  border-left: 1px solid rgba(255,255,255,0.12); padding-left: 10px; margin-left: 2px;
  text-transform: uppercase; letter-spacing: 0.5px;
}
.app-mock-nav-links { margin-left: auto; display: flex; gap: 16px; align-items: center; }
.app-mock-nav-links span { font-size: 10px; color: rgba(255,255,255,0.5); cursor: default; }
.app-mock-nav-links span.active { color: #fff; font-weight: 600; }
.app-mock-lang {
  display: flex; align-items: center; gap: 5px;
  padding: 3px 8px; border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.12);
  font-size: 9px; font-weight: 600; color: rgba(255,255,255,0.6);
}
.app-mock-lang img { width: 14px; height: 10px; border-radius: 1px; }
.app-mock-discord { width: 28px; height: 28px; border-radius: 8px; background: #5865F2; display: grid; place-items: center; }
.app-mock-discord svg { width: 14px; height: 14px; fill: #fff; }
.app-mock-body { display: grid; grid-template-columns: 1.1fr 1fr; gap: 12px; padding: 12px; }
.app-panel {
  background: #1c0b0b; border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px; overflow: hidden;
}
.app-panel-hd {
  padding: 10px 14px 8px; font-size: 9px; font-weight: 700; letter-spacing: 1px;
  color: rgba(255,255,255,0.5); text-transform: uppercase;
  display: flex; align-items: center; gap: 6px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.app-panel-hd svg { width: 10px; height: 10px; fill: rgba(255,255,255,0.4); }
.lb-row {
  display: grid; grid-template-columns: 20px 22px 1fr auto;
  align-items: center; gap: 8px; padding: 7px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.lb-row:last-child { border-bottom: 0; }
.lb-rank { font-size: 9px; color: rgba(255,255,255,0.35); text-align: right; }
.lb-avatar { width: 22px; height: 22px; border-radius: 4px; overflow: hidden; background: rgba(255,255,255,0.08); flex-shrink: 0; }
.lb-avatar img { width: 100%; height: 100%; display: block; image-rendering: pixelated; }
.lb-name { font-size: 10px; font-weight: 500; color: #f0f0f0; }
.lb-stat {
  display: flex; align-items: center; gap: 4px;
  background: rgba(255,255,255,0.07); border-radius: 5px;
  padding: 2px 7px; font-size: 9px; font-weight: 600; color: #f0f0f0;
  font-variant-numeric: tabular-nums;
}
.lb-stat svg { width: 8px; height: 8px; fill: rgba(255,255,255,0.5); }
.lb-stat.gold { color: #f5c518; background: rgba(245,197,24,0.12); }
.trn-row { padding: 9px 14px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.trn-row:last-child { border-bottom: 0; }
.trn-row-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; }
.trn-name { font-size: 10px; font-weight: 600; color: #f0f0f0; line-height: 1.35; flex: 1; }
.trn-badge {
  font-size: 7px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase;
  padding: 2px 6px; border-radius: 4px; flex-shrink: 0; margin-top: 1px;
}
.trn-badge.team { background: rgba(229,62,43,0.2); color: var(--brand); border: 1px solid rgba(229,62,43,0.3); }
.trn-badge.done { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.45); border: 1px solid rgba(255,255,255,0.1); }
.trn-date { margin-top: 4px; font-size: 9px; color: rgba(255,255,255,0.35); display: flex; align-items: center; gap: 4px; }
.trn-date svg { width: 8px; height: 8px; fill: rgba(255,255,255,0.3); }
.app-right-col { display: flex; flex-direction: column; gap: 12px; }

/* ──────────────  SPONSORS  ────────────── */
.sponsors-label {
  font-size: 18px; color: var(--fg);
  letter-spacing: 0.16em; text-transform: uppercase;
  font-weight: 700; margin-bottom: 24px;
}
.sponsors-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px; align-items: center;
}
.sponsor, .sponsor-logo { display: flex; justify-content: center; align-items: center; text-align: center; }
.sponsor { font-size: 16px; font-weight: 600; color: var(--dim); letter-spacing: -0.2px; }
.sponsor-logo img {
  width: 140px; height: 60px; object-fit: contain;
  filter: brightness(0.95); opacity: 0.92;
  transition: opacity 160ms ease, transform 160ms ease;
}
.sponsor-logo img:hover { opacity: 1; transform: translateY(-2px); }

/* ──────────────  FAQ  ────────────── */
.faq-list { margin-top: 56px; }
.faq-row { border-top: 1px solid rgba(255, 255, 255, 0.1); }
.faq-row:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.faq-q-btn {
  width: 100%; background: transparent; border: 0;
  padding: 24px 4px;
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; text-align: left; gap: 24px; color: var(--fg);
}
.faq-q-btn .q { font-size: 18px; font-weight: 500; letter-spacing: -0.2px; }
.faq-plus {
  font-size: 22px; color: var(--brand); font-weight: 300;
  transition: transform 220ms; flex-shrink: 0; width: 24px; text-align: center;
}
.faq-row.open .faq-plus { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 260ms cubic-bezier(0.2, 0.8, 0.2, 1); }
.faq-row.open .faq-a { max-height: 200px; }
.faq-a-inner { padding: 0 60px 24px 4px; color: var(--dim); font-size: 15px; line-height: 1.55; }

/* ──────────────  CONTACT  ────────────── */
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 24px; }
.contact-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px; padding: 32px;
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
}
.card-eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: 1.2px;
  color: var(--brand); margin-bottom: 18px;
}
.channel-list { display: flex; flex-direction: column; gap: 20px; }
.channel { display: flex; align-items: flex-start; gap: 14px; }
.channel + .channel { padding-top: 20px; border-top: 1px solid var(--border); }
.channel-ic {
  flex: 0 0 auto; width: 40px; height: 40px; border-radius: 10px;
  background: rgba(229, 62, 43, 0.12); display: grid; place-items: center;
  color: var(--brand); font-size: 11px; font-weight: 700; letter-spacing: 0.5px;
}
.channel-ic svg { width: 20px; height: 20px; fill: currentColor; display: block; }
.channel-title { font-size: 15px; font-weight: 600; }
.channel-handle {
  font-size: 13px; color: var(--brand);
  font-family: ui-monospace, SFMono-Regular, "JetBrains Mono", monospace; margin-top: 2px;
}
.channel-desc { font-size: 13px; color: var(--dim); margin-top: 6px; line-height: 1.4; }
.hq-block {
  margin-top: 28px; padding: 16px;
  background: rgba(229, 62, 43, 0.08);
  border: 1px solid rgba(229, 62, 43, 0.2); border-radius: 14px;
}
.hq-block .l { font-size: 12px; color: var(--brand); font-weight: 600; letter-spacing: 0.5px; }
.hq-block .v { font-size: 14px; margin-top: 6px; line-height: 1.5; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field-label { font-size: 12px; color: var(--dim); font-weight: 500; letter-spacing: 0.2px; }
.field input, .field textarea {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px; padding: 11px 14px; font-size: 14px;
  color: var(--fg); font-family: inherit; outline: none;
  transition: border-color 120ms; width: 100%;
}
.field input:focus, .field textarea:focus { border-color: var(--brand); }
.field textarea { resize: vertical; min-height: 100px; }
.topic-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.topic-pill {
  background: rgba(255, 255, 255, 0.04); color: var(--dim);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 14px; border-radius: 980px;
  font-size: 13px; font-weight: 500; cursor: pointer; transition: all 120ms;
}
.topic-pill.active { background: var(--brand); color: #fff; border-color: var(--brand); }
.submit-btn {
  margin-top: 20px; width: 100%;
  background: var(--brand); color: #fff; border: 0;
  padding: 14px 22px; border-radius: 980px;
  font-size: 15px; font-weight: 500; cursor: pointer;
  letter-spacing: -0.1px; transition: background 200ms;
}
.submit-btn.sent { background: #2BB88A; }

/* ──────────────  FINAL CTA + FOOTER  ────────────── */
.final-cta {
  padding: 120px 32px 140px; text-align: center;
  position: relative; overflow: hidden;
}
.final-cta-glow {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(229, 62, 43, 0.12) 0%, transparent 60%);
  pointer-events: none;
}
.final-cta-inner { position: relative; max-width: 760px; margin: 0 auto; }
.final-cta h2 {
  margin: 0; font-size: clamp(44px, 6vw, 72px);
  font-weight: 600; letter-spacing: -0.032em; line-height: 1.05;
}
.final-cta h2 .accent { color: var(--brand); }
.final-cta p { font-size: 20px; color: var(--dim); line-height: 1.4; margin: 24px auto 0; max-width: 560px; }
.final-cta-actions { display: flex; gap: 14px; justify-content: center; margin-top: 36px; flex-wrap: wrap; }

.footer { margin-top: 0; border-top: 1px solid var(--border-soft); background: linear-gradient(to bottom, transparent, rgba(229,62,43,0.04)); }
.footer-main {
  max-width: 1200px; margin: 0 auto;
  padding: 72px 32px 56px;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
}
.footer-brand-logo { height: 120px; width: auto; margin-bottom: 16px; display: block; }
.footer-brand-tagline { font-size: 14px; color: var(--dim); line-height: 1.6; max-width: 260px; margin-bottom: 28px; }
.footer-socials { display: flex; gap: 10px; }
.footer-social-btn {
  width: 38px; height: 38px; border-radius: 10px;
  background: rgba(255,255,255,0.06); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--dim); cursor: pointer; transition: all 150ms ease; text-decoration: none;
}
.footer-social-btn:hover { background: rgba(229,62,43,0.15); border-color: rgba(229,62,43,0.4); color: var(--fg); transform: translateY(-2px); }
.footer-social-btn svg { width: 16px; height: 16px; fill: currentColor; display: block; }
.footer-col-title { font-size: 11px; font-weight: 600; letter-spacing: 1.1px; color: var(--brand); text-transform: uppercase; margin-bottom: 16px; }
.footer-col-links { display: flex; flex-direction: column; gap: 11px; }
.footer-col-links a { font-size: 14px; color: var(--dim); text-decoration: none; cursor: pointer; transition: color 130ms ease; display: inline-block; }
.footer-col-links a:hover { color: var(--fg); }
.footer-bottom {
  border-top: 1px solid var(--border-soft);
  max-width: 1200px; margin: 0 auto;
  padding: 22px 32px 40px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px; font-size: 12px; color: var(--dim);
}
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { cursor: pointer; transition: color 120ms; text-decoration: none; color: var(--dim); }
.footer-bottom-links a:hover { color: var(--fg); }

/* ──────────────  FLOATING FAB  ────────────── */
.fab {
  position: fixed; right: 24px; bottom: 24px; z-index: 998;
  background: var(--brand); color: #fff;
  padding: 14px 20px 14px 18px; border-radius: 980px;
  box-shadow: 0 10px 30px rgba(229, 62, 43, 0.4), 0 4px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none; font-size: 14px; font-weight: 600;
  display: flex; align-items: center; gap: 10px;
  opacity: 0; pointer-events: none;
  transform: translateY(20px) scale(0.9);
  transition: all 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  letter-spacing: -0.2px;
}
.fab.visible { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.fab:hover { transform: translateY(-2px) scale(1.04); }
.fab .dot { width: 8px; height: 8px; border-radius: 50%; background: #2fd16a; box-shadow: 0 0 8px #2fd16a; animation: pulse 1.4s infinite; }

/* Reveal on scroll */
.reveal {
  opacity: 0; transform: translateY(20px);
  transition: opacity 700ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reveal.shown { opacity: 1; transform: translateY(0); }

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* ── Hamburger button ── */
.nav-hamburger {
  display: none; flex-direction: column; justify-content: center; align-items: center;
  gap: 5px; width: 40px; height: 40px;
  background: rgba(255,255,255,0.06); border: 1px solid var(--border);
  border-radius: 10px; cursor: pointer; flex-shrink: 0;
}
.nav-hamburger span { display: block; width: 18px; height: 2px; background: var(--fg); border-radius: 2px; transition: all 240ms ease; }
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Mobile nav drawer ── */
.nav-mobile {
  display: none; position: absolute; top: 64px; left: 0; right: 0;
  background: rgba(15, 5, 5, 0.97);
  -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 20px 24px 28px; flex-direction: column; gap: 4px;
  z-index: 99; animation: slideDown 200ms ease;
}
.nav-mobile.open { display: flex; }
.nav-mobile a { padding: 12px 16px; border-radius: 10px; font-size: 16px; font-weight: 500; color: var(--dim); text-decoration: none; transition: background 120ms, color 120ms; }
.nav-mobile a:hover { background: rgba(255,255,255,0.06); color: var(--fg); }
.nav-mobile .nav-mobile-divider { height: 1px; background: var(--border); margin: 8px 0; }
.nav-mobile .pill { margin-top: 8px; text-align: center; justify-content: center; text-decoration: none; display: flex; color: #fff !important; }

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Tablet (≤960px) ── */
@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .nav-actions a.pill { display: none !important; }
  .nav { position: sticky; }
  .nav-inner { padding: 0 20px; gap: 12px; }
  .nav-brand img { width: 160px; height: 80px; }
  .section { padding: 80px 20px; }
  .section-sm { padding: 60px 20px; }
  .statband { padding: 60px 20px; }
  .statband-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .statband-cell + .statband-cell { border-left: 0; }
  .statband-cell:nth-child(n+3) { padding-top: 24px; border-top: 1px solid var(--border); }
  .pillars, .stat-strip, .prizes-grid, .extras-grid, .gallery-grid, .sponsors-grid,
  .ticker-grid, .app-preview, .contact-grid { grid-template-columns: 1fr !important; }
  .tile.wide, .tile.tall { grid-column: auto; grid-row: auto; min-height: 240px; }
  .stat-strip > div + div { border-left: 0; border-top: 1px solid var(--border); }
  .prize-card.accent .prize-amt { font-size: 40px; }
  .app-mock-nav-links { display: none; }
  .app-mock-body { grid-template-columns: 1fr; }
  .app-right-col { flex-direction: row; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-brand { grid-column: span 2; }
  .about-title { font-size: clamp(32px, 6vw, 56px); }
  .gallery-title { font-size: clamp(28px, 5vw, 48px); }
  .section-title { font-size: clamp(28px, 5vw, 48px); }
  .prizes-grid { margin-top: 48px; }
}

/* ── Mobile (≤600px) ── */
@media (max-width: 600px) {
  .nav-inner { height: 56px; }
  .nav-brand img { width: 130px; height: 65px; }
  .nav-mobile { top: 56px; }
  .hero { padding: 36px 20px 60px; }
  .hero-grid { gap: 12px; }
  .hero-scene { min-height: 220px; }
  .hero-char { max-width: 280px; margin-top: 40px; }
  .hero h1 { font-size: clamp(30px, 9vw, 48px); }
  .hero-sub { font-size: 15px; margin-top: 14px; }
  .hero-cta-row { gap: 12px; }
  .pill-lg { padding: 12px 22px; font-size: 15px; }
  .mini-stats .n { font-size: 24px; }
  .mini-stats { gap: 24px; margin-top: 28px; }
  .section { padding: 64px 20px; }
  .section-sm { padding: 48px 20px; }
  .statband { padding: 48px 20px; }
  .statband-cell .n { font-size: 32px; }
  .about-title { font-size: clamp(28px, 8vw, 40px); }
  .about-sub { font-size: 16px; }
  .section-title { font-size: clamp(24px, 7vw, 36px); }
  .section-sub { font-size: 15px; }
  .gallery-title { font-size: clamp(24px, 7vw, 36px); }
  .pillars { margin-top: 36px; gap: 12px; }
  .pillar { padding: 20px; }
  .pillar h3 { font-size: 18px; }
  .blog-image { height: 120px; }
  .score { font-size: 44px; }
  .team-name { font-size: 20px; }
  .team-badge { width: 44px; height: 44px; }
  .ticker-hero { min-height: 300px; padding: 24px; }
  .ticker-matchup { margin-top: 28px; gap: 12px; }
  .ticker-meta .md { font-size: 13px; }
  .prize-amt { font-size: 28px; }
  .prize-card.accent .prize-amt { font-size: 36px; }
  .prize-card { padding: 24px; min-height: auto; }
  .extras-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .extra .v { font-size: 22px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .gallery-head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .app-preview { gap: 40px; }
  .app-mock-body { gap: 8px; padding: 8px; }
  .app-right-col { flex-direction: column; }
  .app-frame-bar { padding: 8px 12px; }
  .app-mock-nav { padding: 8px 12px; }
  .app-mock-logo-img { height: 22px; }
  .app-mock-powered { display: none; }
  .lb-row { padding: 5px 10px; }
  .trn-row { padding: 7px 10px; }
  .faq-list { gap: 0; }
  .footer-main { grid-template-columns: 1fr; padding: 48px 20px 36px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 14px; padding: 18px 20px 32px; }
  .footer-bottom-links { flex-wrap: wrap; gap: 14px; }
  .fab { right: 16px; bottom: 16px; padding: 12px 16px; font-size: 13px; }
}

/* ── Very small (≤380px) ── */
@media (max-width: 380px) {
  .nav-brand img { width: 110px; height: 55px; }
  .hero h1 { font-size: 28px; }
  .statband-grid { grid-template-columns: 1fr; }
  .statband-cell + .statband-cell { border-left: 0; border-top: 1px solid var(--border); padding-top: 16px; }
  .extras-grid { grid-template-columns: 1fr !important; }
  .score { font-size: 36px; }
}

/* ── Smooth scroll ── */
html { scroll-behavior: smooth; }

/* ── Hero entrance animations ── */
@keyframes heroIn {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero h1      { animation: heroIn 0.7s  cubic-bezier(0.2,0.8,0.2,1) both 0.25s; }
.hero-sub     { animation: heroIn 0.65s cubic-bezier(0.2,0.8,0.2,1) both 0.4s; }
.hero-cta-row { animation: heroIn 0.65s cubic-bezier(0.2,0.8,0.2,1) both 0.52s; }
.mini-stats   { animation: heroIn 0.65s cubic-bezier(0.2,0.8,0.2,1) both 0.64s; }
@keyframes heroFade { from { opacity: 0; } to { opacity: 1; } }
.hero-scene   { animation: heroFade 0.85s ease both 0.2s; }

/* ── Hero character float ── */
@keyframes char-bob {
  0%, 100% { transform: translate(-50%, -50%); }
  50%       { transform: translate(-50%, calc(-50% - 8px)); }
}
.hero-char { animation: char-bob 5s ease-in-out infinite; will-change: transform; }

@keyframes char-bob-mob {
  0%, 100% { transform: translate(-50%, -50%); }
  50%       { transform: translate(-50%, calc(-50% - 6px)); }
}
@media (max-width: 900px) {
  .hero-char { animation: char-bob-mob 5s ease-in-out infinite; }
}

/* ── Nav solid-on-scroll ── */
.nav.scrolled {
  background: rgba(58, 13, 18, 0.75);
  border-bottom-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 32px rgba(0,0,0,0.5);
}

/* ── Prize accent card shimmer ── */
.prize-card.accent::before {
  content: '';
  position: absolute; top: 0; left: -80%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transform: skewX(-15deg);
  animation: cardShimmer 4s ease-in-out infinite 1.5s;
  pointer-events: none;
}
@keyframes cardShimmer {
  0%        { left: -80%; }
  40%, 100% { left: 170%; }
}

/* ── Status dot glow ring ── */
.status-dot { position: relative; }
.status-dot::after {
  content: ''; position: absolute; inset: -3px; border-radius: 50%;
  border: 1.5px solid var(--brand);
  animation: dotRing 2.2s ease-out infinite; pointer-events: none;
}
@keyframes dotRing {
  0%   { transform: scale(1); opacity: 0.85; }
  100% { transform: scale(2.8); opacity: 0; }
}

/* ── Staggered grid reveals ── */
.pillars            .reveal:nth-child(2),
.prizes-grid        .reveal:nth-child(2),
.extras-grid        .reveal:nth-child(2),
.gallery-grid       .reveal:nth-child(2),
.statband-grid      .reveal:nth-child(2) { transition-delay: 0.08s; }

.pillars            .reveal:nth-child(3),
.prizes-grid        .reveal:nth-child(3),
.extras-grid        .reveal:nth-child(3),
.gallery-grid       .reveal:nth-child(3),
.statband-grid      .reveal:nth-child(3) { transition-delay: 0.16s; }

.prizes-grid        .reveal:nth-child(4),
.extras-grid        .reveal:nth-child(4),
.gallery-grid       .reveal:nth-child(4),
.statband-grid      .reveal:nth-child(4) { transition-delay: 0.24s; }

.extras-grid        .reveal:nth-child(5),
.gallery-grid       .reveal:nth-child(5) { transition-delay: 0.32s; }
.gallery-grid       .reveal:nth-child(6) { transition-delay: 0.40s; }
.gallery-grid       .reveal:nth-child(7) { transition-delay: 0.48s; }
.gallery-grid       .reveal:nth-child(8) { transition-delay: 0.56s; }
