:root {
  color-scheme: dark;
  --bg: #080b10;
  --bg-soft: #0d1118;
  --panel: #111720;
  --panel-2: #151c26;
  --line: rgba(244, 246, 242, 0.1);
  --line-strong: rgba(244, 246, 242, 0.18);
  --text: #f4f6f2;
  --muted: #9ba5b1;
  --lime: #bfff00;
  --lime-soft: rgba(191, 255, 0, 0.12);
  --max: 1180px;
  --radius: 22px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 72% 2%, rgba(191,255,0,.07), transparent 24rem),
    radial-gradient(circle at 0% 35%, rgba(93,120,255,.06), transparent 28rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
a:hover { color: var(--text); }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }

.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 18px rgba(191,255,0,.75); }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  border-bottom: 1px solid transparent;
  transition: background .2s ease, border-color .2s ease, backdrop-filter .2s ease;
}
.site-header.is-scrolled { background: rgba(8,11,16,.8); border-color: var(--line); backdrop-filter: blur(18px); }
.navbar { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.025em; font-size: 19px; }
.brand img { width: 38px; height: 38px; border-radius: 10px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.04); }
.nav-links { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 14px; font-weight: 650; }
.nav-links a { transition: color .15s ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--text); }
.nav-cta { padding: 10px 15px; border: 1px solid var(--line-strong); border-radius: 12px; color: var(--text) !important; background: rgba(255,255,255,.03); }
.menu { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; padding: 0; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); color: var(--text); }
.menu svg { width: 20px; }

.hero { min-height: 840px; padding: 162px 0 96px; display: flex; align-items: center; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); align-items: center; gap: 72px; }
.hero h1 { margin: 20px 0 22px; max-width: 740px; font-size: clamp(52px, 7vw, 92px); line-height: .95; letter-spacing: -.062em; font-weight: 850; }
.hero h1 span { color: var(--lime); }
.hero-copy { max-width: 620px; color: #b5bdc7; font-size: clamp(18px, 2vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 19px; border-radius: 14px; font-size: 14px; font-weight: 800; border: 1px solid transparent; transition: transform .15s ease, border-color .15s ease, background .15s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: #0a0d12 !important; box-shadow: 0 10px 38px rgba(191,255,0,.14); }
.button-secondary { border-color: var(--line-strong); background: rgba(255,255,255,.025); color: var(--text); }
.button svg { width: 18px; height: 18px; }
.hero-note { margin-top: 18px; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 13px; }
.hero-note svg { width: 16px; color: var(--lime); }

.phone-stage { position: relative; min-height: 610px; display: grid; place-items: center; }
.phone-stage::before { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(191,255,0,.12), transparent 66%); filter: blur(10px); }
.phone { position: relative; z-index: 2; width: min(100%, 360px); border: 1px solid rgba(255,255,255,.15); border-radius: 47px; padding: 11px; background: #05070a; box-shadow: 0 46px 90px rgba(0,0,0,.48), inset 0 0 0 1px rgba(255,255,255,.035); transform: rotate(2.2deg); }
.phone-screen { position: relative; min-height: 640px; overflow: hidden; border-radius: 38px; background: linear-gradient(180deg, #0c1118 0%, #080b10 100%); border: 1px solid rgba(255,255,255,.035); }
.phone-island { width: 104px; height: 28px; border-radius: 18px; background: #020304; margin: 10px auto 4px; }
.phone-inner { padding: 20px 18px 18px; }
.phone-kicker { color: var(--muted); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 800; }
.phone-title { margin: 6px 0 18px; font-size: 24px; line-height: 1.05; letter-spacing: -.035em; }
.live-pill { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 14px; padding: 6px 8px; border-radius: 7px; background: var(--lime-soft); color: var(--lime); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.live-pill::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.bracket { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; align-items: center; margin-top: 5px; }
.round { display: flex; flex-direction: column; justify-content: space-around; gap: 14px; min-height: 310px; }
.match { position: relative; padding: 10px 9px; border-radius: 9px; border: 1px solid var(--line); background: #111721; box-shadow: 0 7px 24px rgba(0,0,0,.18); }
.match::after { content: ""; position: absolute; right: -13px; top: 50%; width: 13px; border-top: 1px solid rgba(191,255,0,.28); }
.round:last-child .match::after { display: none; }
.team { display: flex; justify-content: space-between; gap: 7px; padding: 3px 0; color: #d9dde2; font-size: 8px; font-weight: 750; }
.team + .team { margin-top: 3px; padding-top: 6px; border-top: 1px solid rgba(255,255,255,.055); color: #79828d; }
.score { color: var(--lime); }
.round-label { text-align: center; color: #626c77; font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.phone-bottom { position: absolute; inset: auto 16px 15px; display: grid; grid-template-columns: repeat(4, 1fr); padding: 9px 4px; border-radius: 14px; background: rgba(17,23,32,.94); border: 1px solid var(--line); }
.phone-tab { text-align: center; color: #606a75; font-size: 7px; font-weight: 750; }
.phone-tab.active { color: var(--lime); }
.floating-card { position: absolute; z-index: 3; width: 200px; padding: 14px; border: 1px solid var(--line-strong); border-radius: 16px; background: rgba(17,23,32,.9); backdrop-filter: blur(18px); box-shadow: var(--shadow); }
.floating-card.one { left: 0; top: 150px; transform: rotate(-3deg); }
.floating-card.two { right: -12px; bottom: 100px; transform: rotate(3deg); }
.floating-label { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.floating-value { margin-top: 4px; font-size: 17px; font-weight: 800; letter-spacing: -.025em; }
.floating-value strong { color: var(--lime); }

.section { padding: 108px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 36px; margin-bottom: 46px; }
.section h2 { margin: 14px 0 0; max-width: 760px; font-size: clamp(38px, 5vw, 62px); line-height: 1.04; letter-spacing: -.048em; }
.section-head p { max-width: 460px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-card { min-height: 270px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.033), rgba(255,255,255,.012)); transition: border-color .18s ease, transform .18s ease; }
.feature-card:hover { border-color: rgba(191,255,0,.22); transform: translateY(-3px); }
.feature-card.wide { grid-column: span 2; }
.feature-number { color: var(--lime); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.feature-card h3 { margin: 56px 0 10px; font-size: 24px; letter-spacing: -.035em; }
.feature-card p { margin: 0; max-width: 500px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.feature-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.tag { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: #aeb6c0; font-size: 10px; font-weight: 750; }

.formats { border-block: 1px solid var(--line); background: rgba(255,255,255,.012); }
.format-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.format { min-height: 210px; padding: 25px; background: var(--bg-soft); }
.format svg { width: 23px; color: var(--lime); }
.format h3 { margin: 42px 0 8px; font-size: 18px; letter-spacing: -.025em; }
.format p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.local-card { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; padding: 56px; border-radius: 30px; border: 1px solid rgba(191,255,0,.18); background: radial-gradient(circle at 0 0, rgba(191,255,0,.08), transparent 40%), #0d1219; }
.local-card h2 { margin-top: 14px; }
.local-card p { color: #adb6c0; font-size: 16px; line-height: 1.7; }
.stat-stack { display: grid; gap: 12px; }
.stat-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.02); }
.stat-row span:first-child { color: var(--muted); font-size: 13px; }
.stat-row span:last-child { color: var(--lime); font-size: 13px; font-weight: 850; }

.cta-section { padding: 110px 0 120px; }
.cta-box { position: relative; overflow: hidden; padding: 74px 42px; text-align: center; border: 1px solid rgba(191,255,0,.2); border-radius: 34px; background: linear-gradient(180deg, #111820 0%, #0b0f15 100%); }
.cta-box::after { content: ""; position: absolute; inset: -40% 20% auto; height: 280px; background: radial-gradient(circle, rgba(191,255,0,.12), transparent 64%); pointer-events: none; }
.cta-box h2 { position: relative; z-index: 1; margin: 15px auto 18px; max-width: 760px; font-size: clamp(42px, 6vw, 72px); line-height: 1; letter-spacing: -.055em; }
.cta-box p { position: relative; z-index: 1; max-width: 560px; margin: 0 auto 28px; color: var(--muted); font-size: 16px; }
.cta-box .hero-actions { position: relative; z-index: 1; justify-content: center; margin-top: 0; }

.footer { padding: 28px 0 38px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer-row { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer a:hover { color: var(--text); }

.legal-hero { padding: 168px 0 58px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin: 16px 0 14px; max-width: 800px; font-size: clamp(46px, 7vw, 76px); line-height: 1; letter-spacing: -.055em; }
.legal-hero p { max-width: 700px; margin: 0; color: var(--muted); font-size: 16px; }
.legal-wrap { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 70px; padding: 68px 0 110px; }
.legal-nav { position: sticky; top: 112px; align-self: start; display: grid; gap: 10px; color: var(--muted); font-size: 13px; }
.legal-nav strong { margin-bottom: 6px; color: var(--text); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.legal-nav a:hover { color: var(--lime); }
.legal-content { color: #c1c7ce; }
.legal-content section { scroll-margin-top: 110px; }
.legal-content section + section { margin-top: 48px; }
.legal-content h2 { margin: 0 0 14px; color: var(--text); font-size: 25px; letter-spacing: -.03em; }
.legal-content h3 { margin: 26px 0 8px; color: var(--text); font-size: 16px; }
.legal-content p, .legal-content li { font-size: 15px; line-height: 1.75; }
.legal-content ul { padding-left: 20px; }
.legal-content a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
.notice { margin: 0 0 34px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); color: var(--muted); font-size: 13px; }

.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 68px 0 110px; }
.support-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.support-card.primary { grid-column: span 2; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 38px; border-color: rgba(191,255,0,.2); background: radial-gradient(circle at 0 0, rgba(191,255,0,.07), transparent 45%), var(--panel); }
.support-card h2 { margin: 0 0 9px; font-size: 23px; letter-spacing: -.035em; }
.support-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.support-card .button { flex: 0 0 auto; }
.support-card a.text-link { display: inline-block; margin-top: 14px; color: var(--lime); font-size: 13px; font-weight: 750; }

.error-page { min-height: 100svh; display: grid; place-items: center; padding: 40px; text-align: center; }
.error-page img { width: 84px; margin: 0 auto 28px; }
.error-page h1 { margin: 0; font-size: clamp(60px, 12vw, 120px); line-height: .9; letter-spacing: -.07em; }
.error-page p { margin: 22px auto 28px; color: var(--muted); }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero-copy { max-width: 700px; }
  .phone-stage { min-height: 660px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card.wide { grid-column: auto; }
  .format-list { grid-template-columns: 1fr 1fr; }
  .local-card { grid-template-columns: 1fr; gap: 35px; }
  .legal-wrap { grid-template-columns: 1fr; gap: 30px; }
  .legal-nav { position: static; display: flex; flex-wrap: wrap; gap: 10px 18px; }
  .legal-nav strong { width: 100%; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .navbar { min-height: 70px; }
  .menu { display: inline-flex; }
  .nav-links { position: absolute; left: 14px; right: 14px; top: 64px; display: none; align-items: stretch; gap: 5px; padding: 10px; border: 1px solid var(--line-strong); border-radius: 16px; background: rgba(13,17,24,.98); box-shadow: var(--shadow); }
  .nav-links.is-open { display: grid; }
  .nav-links a { padding: 11px 12px; border-radius: 9px; }
  .nav-cta { border: 0; background: var(--lime); color: #080b10 !important; }
  .hero { padding: 132px 0 70px; }
  .hero h1 { font-size: clamp(49px, 14vw, 70px); }
  .phone-stage { min-height: 590px; }
  .phone { width: 320px; }
  .phone-screen { min-height: 566px; }
  .floating-card { width: 165px; }
  .floating-card.one { left: -4px; top: 115px; }
  .floating-card.two { right: -2px; bottom: 54px; }
  .bracket { gap: 8px; }
  .match { padding: 7px 6px; }
  .team { font-size: 7px; }
  .section { padding: 78px 0; }
  .section-head { align-items: start; flex-direction: column; margin-bottom: 32px; }
  .feature-grid, .format-list, .support-grid { grid-template-columns: 1fr; }
  .support-card.primary { grid-column: auto; align-items: flex-start; flex-direction: column; }
  .local-card { padding: 32px 24px; }
  .cta-section { padding: 78px 0 90px; }
  .cta-box { padding: 55px 24px; }
  .footer-row { flex-direction: column; align-items: flex-start; }
  .legal-hero { padding: 138px 0 44px; }
  .legal-wrap, .support-grid { padding: 48px 0 80px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
