:root {
  --bg: #0f172a;
  --bg-deep: #09111f;
  --green: #22c55e;
  --green-bright: #4ade80;
  --white: #f8fafc;
  --slate: #64748b;
  --line: rgba(148, 163, 184, 0.15);
  --panel: rgba(30, 41, 59, 0.72);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.site-header, footer {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header { height: 84px; position: relative; z-index: 10; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 800; letter-spacing: .16em; }
.mark { width: 22px; height: 24px; position: relative; display: inline-block; }
.mark i { position: absolute; width: 5px; height: 24px; background: var(--green); border-radius: 1px; }
.mark i:first-child { left: 3px; clip-path: polygon(0 0,100% 0,100% 37%,220% 50%,100% 63%,100% 100%,0 100%); }
.mark i:last-child { right: 3px; clip-path: polygon(0 0,100% 0,100% 100%,0 100%,0 63%,-120% 50%,0 37%); }
.header-cta { color: var(--green-bright); font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(74,222,128,.4); padding-bottom: 4px; }

.hero { min-height: 1040px; text-align: center; position: relative; overflow: hidden; padding: 90px 20px 0; }
.hero::before {
  content: ""; position: absolute; inset: -85px 0 auto; height: 600px; opacity: .3; pointer-events: none;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 64px 64px; mask-image: radial-gradient(circle at 50% 30%, black, transparent 65%);
}
.hero-glow { position: absolute; width: 540px; height: 540px; left: 50%; top: 60px; transform: translateX(-50%); background: rgba(34,197,94,.16); filter: blur(100px); border-radius: 50%; pointer-events: none; }
.eyebrow, .section-kicker { color: var(--green-bright); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; }
.eyebrow { display: inline-flex; gap: 9px; align-items: center; border: 1px solid rgba(74,222,128,.2); background: rgba(34,197,94,.06); padding: 8px 12px; border-radius: 99px; position: relative; }
.eyebrow span { display: block; width: 6px; height: 6px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 12px var(--green); }
h1, h2 { letter-spacing: -.06em; margin: 0; line-height: .98; }
h1 { max-width: 900px; margin: 28px auto 0; font-size: clamp(56px, 8.5vw, 112px); font-weight: 800; }
h1 em, h2 em { color: var(--green-bright); font-style: normal; }
.hero-copy { color: #aeb9c8; font-size: clamp(16px, 2vw, 19px); line-height: 1.7; margin: 25px auto 0; }
.hero-actions { margin-top: 28px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.button { border: 0; border-radius: 7px; padding: 15px 20px; font-size: 14px; font-weight: 700; cursor: pointer; display: inline-flex; justify-content: center; align-items: center; gap: 30px; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: #052e16; box-shadow: 0 12px 30px rgba(34,197,94,.18); }
.button-primary:hover { background: var(--green-bright); box-shadow: 0 15px 36px rgba(34,197,94,.28); }
.early-access { color: var(--slate); font-size: 11px; }
.leagues { color: var(--slate); font-size: 10px; font-weight: 700; letter-spacing: .24em; margin: 28px 0 0; }
.leagues b { color: var(--green); margin: 0 8px; }

.hero-preview { position: relative; z-index: 2; margin: 62px auto 0; max-width: 940px; text-align: left; background: rgba(9,17,31,.94); border: 1px solid rgba(148,163,184,.18); border-radius: 14px 14px 0 0; box-shadow: 0 -20px 70px rgba(34,197,94,.08), 0 30px 80px rgba(0,0,0,.35); padding: 18px; }
.preview-nav { display: flex; align-items: center; justify-content: space-between; padding: 0 4px 18px; border-bottom: 1px solid var(--line); }
.preview-brand { font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.preview-tabs { display: flex; gap: 24px; color: var(--slate); font-size: 10px; }
.preview-tabs b { color: var(--white); }
.avatar, .phone-header span { display: grid; place-items: center; width: 27px; height: 27px; background: var(--green); color: #052e16; font-size: 8px; font-weight: 800; border-radius: 50%; }
.preview-grid { padding: 18px 0 0; display: grid; grid-template-columns: 1.25fr .75fr; gap: 14px; }
.game-card, .brief-card { border: 1px solid var(--line); background: var(--panel); border-radius: 10px; padding: 20px; }
.card-label { color: #a9b5c6; text-transform: uppercase; letter-spacing: .12em; font-size: 8px; font-weight: 700; }
.live-dot { display: inline-block; width: 5px; height: 5px; background: #fb7185; border-radius: 50%; margin-right: 5px; }
.matchup { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; margin: 20px 0; }
.matchup > div:not(.score) { display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: 11px; }
.matchup small { color: var(--slate); }
.team-badge { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; font-size: 7px; font-weight: 800; color: white; }
.bills { background: #2563eb; border: 3px solid #dc2626; }
.chiefs { background: #dc2626; border: 3px solid #facc15; }
.score { display: flex; gap: 8px; align-items: center; font-size: 24px; }
.score span { color: var(--slate); }
.game-thread { border-top: 1px solid var(--line); padding-top: 12px; color: var(--slate); font-size: 9px; display: flex; justify-content: space-between; }
.game-thread span { color: var(--green-bright); font-weight: 700; }
.brief-card h3 { font-size: 19px; margin: 18px 0 8px; }
.brief-card p { color: #91a0b3; font-size: 11px; line-height: 1.65; }
.brief-tags { display: flex; gap: 6px; margin-top: 20px; }
.brief-tags span { background: rgba(34,197,94,.08); color: var(--green-bright); border: 1px solid rgba(34,197,94,.12); border-radius: 99px; padding: 6px 8px; font-size: 7px; }
.preview-detail-grid { display: grid; grid-template-columns: 1fr 1fr .85fr; gap: 14px; margin-top: 14px; }
.detail-card { border: 1px solid var(--line); background: rgba(30,41,59,.5); border-radius: 9px; padding: 14px; }
.detail-heading { display: flex; justify-content: space-between; color: #a9b5c6; text-transform: uppercase; letter-spacing: .1em; font-size: 7px; font-weight: 700; margin-bottom: 10px; }
.detail-heading b { color: var(--green-bright); font-size: 6px; }
.schedule-row, .discussion-row { display: flex; align-items: center; gap: 9px; padding: 9px 0; border-top: 1px solid var(--line); }
.schedule-row time { color: var(--slate); text-align: center; font-size: 5px; line-height: 1.4; }
.schedule-row time b { color: var(--white); font-size: 10px; }
.schedule-row div, .discussion-row div, .event-preview > div:last-child { display: flex; flex: 1; flex-direction: column; gap: 3px; }
.schedule-row strong, .discussion-row strong, .event-preview strong { font-size: 8px; }
.schedule-row small, .discussion-row small, .event-preview small { color: var(--slate); font-size: 6px; }
.network-pill { color: #a9b5c6; border: 1px solid var(--line); border-radius: 3px; padding: 3px 4px; font-size: 5px; }
.discussion-row > span { font-size: 11px; }
.event-preview { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 10px; }
.event-preview .detail-heading { width: 100%; }
.event-date { width: 34px; height: 38px; border-radius: 5px; background: rgba(34,197,94,.1); color: var(--green-bright); display: grid; place-content: center; text-align: center; }
.event-date b { font-size: 13px; }
.event-date span { font-size: 5px; letter-spacing: .1em; }
.attending { color: var(--green-bright); font-size: 6px; margin-top: 4px; }

.benefits, .product, .waitlist { padding: 120px max(20px, calc((100vw - 1160px) / 2)); }
.benefits { background: var(--bg-deep); border-top: 1px solid var(--line); }
.section-heading h2, .waitlist h2 { font-size: clamp(42px, 6vw, 72px); }
.section-heading .section-kicker { margin: 0 0 18px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 60px; }
.benefit-grid article { position: relative; min-height: 280px; border: 1px solid var(--line); border-radius: 10px; padding: 28px; background: linear-gradient(145deg, rgba(30,41,59,.7), rgba(15,23,42,.2)); transition: transform .25s, border-color .25s; }
.benefit-grid article:hover { transform: translateY(-5px); border-color: rgba(74,222,128,.3); }
.benefit-icon { display: grid; place-items: center; width: 48px; height: 48px; background: rgba(34,197,94,.08); border: 1px solid rgba(34,197,94,.16); border-radius: 8px; font-size: 20px; }
.feature-number { position: absolute; top: 28px; right: 28px; color: #334155; font-size: 11px; font-weight: 800; }
.benefit-grid h3 { font-size: 20px; margin: 60px 0 10px; }
.benefit-grid p, .section-heading > p:last-child, .waitlist-copy > p { color: #8290a3; line-height: 1.7; font-size: 13px; margin: 0; }

.product { position: relative; overflow: hidden; background: radial-gradient(circle at 50% 70%, rgba(34,197,94,.11), transparent 42%), var(--bg); }
.centered { text-align: center; }
.centered > p:last-child { margin: 20px auto 0; max-width: 500px; }
.phone-stage { max-width: 900px; min-height: 800px; position: relative; margin: 70px auto 0; }
.phone { position: relative; z-index: 2; width: 340px; min-height: 750px; margin: 0 auto; border: 7px solid #253348; border-radius: 42px; background: #0b1322; box-shadow: 0 40px 80px rgba(0,0,0,.5); padding: 12px 16px 16px; }
.phone-top, .phone-header { display: flex; justify-content: space-between; align-items: center; font-size: 8px; }
.phone-top { padding: 0 8px 14px; color: #cbd5e1; }
.phone-top i { width: 65px; height: 17px; background: #030712; border-radius: 99px; }
.phone-header { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 12px 0; }
.phone-header b { font-size: 9px; letter-spacing: .14em; }
.phone-header span { width: 23px; height: 23px; font-size: 6px; }
.welcome { padding: 22px 2px 16px; }
.welcome small { color: var(--green-bright); font-size: 6px; letter-spacing: .14em; font-weight: 700; }
.welcome h3 { font-size: 21px; margin: 6px 0 0; }
.feed-tabs { display: flex; gap: 6px; margin: 0 0 10px; }
.feed-tabs span, .feed-tabs b { padding: 6px 8px; border-radius: 99px; background: rgba(100,116,139,.1); color: var(--slate); font-size: 6px; font-weight: 600; }
.feed-tabs b { background: rgba(34,197,94,.12); color: var(--green-bright); }
.mini-score { display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--line); padding: 11px; border-radius: 8px; background: rgba(30,41,59,.65); }
.mini-score div { display: flex; align-items: center; gap: 5px; font-size: 8px; }
.mini-score .team-badge { width: 27px; height: 27px; font-size: 5px; border-width: 2px; }
.mini-score strong { font-size: 15px; }
.mini-score small { text-align: center; color: #fb7185; font-size: 6px; line-height: 1.5; }
.ai-feed-card { margin-top: 10px; padding: 11px; border-radius: 8px; border: 1px solid rgba(34,197,94,.18); background: linear-gradient(135deg, rgba(34,197,94,.1), rgba(30,41,59,.45)); }
.ai-feed-top { display: flex; justify-content: space-between; color: var(--green-bright); font-size: 6px; font-weight: 700; letter-spacing: .08em; }
.ai-feed-top small { color: var(--slate); font-size: 5px; font-weight: 500; letter-spacing: 0; }
.ai-feed-card > strong { display: block; font-size: 10px; margin-top: 9px; }
.ai-feed-card p { color: #91a0b3; font-size: 7px; line-height: 1.5; margin: 5px 0 0; }
.feed-card { margin-top: 12px; border: 1px solid var(--line); border-radius: 8px; padding: 13px; background: rgba(30,41,59,.55); }
.feed-author { display: flex; align-items: center; gap: 8px; }
.feed-author > span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: #2563eb; font-size: 6px; font-weight: 800; }
.feed-author div { display: flex; flex-direction: column; gap: 2px; font-size: 8px; }
.feed-author small { color: var(--slate); font-size: 6px; }
.feed-card > p { font-size: 10px; line-height: 1.5; margin: 14px 0; }
.poll { margin-top: 7px; padding: 8px; background: rgba(100,116,139,.12); border-radius: 4px; font-size: 7px; position: relative; overflow: hidden; }
.poll span { position: relative; z-index: 2; display: flex; justify-content: space-between; }
.poll i { position: absolute; inset: 0 auto 0 0; width: 68%; background: rgba(34,197,94,.14); }
.poll + .poll i { width: 32%; }
.engagement { display: flex; gap: 15px; padding-top: 10px; margin-top: 10px; border-top: 1px solid var(--line); color: var(--slate); font-size: 6px; }
.phone-nav { display: flex; justify-content: space-around; padding: 12px 0 0; margin-top: 12px; border-top: 1px solid var(--line); color: var(--slate); font-size: 10px; }
.phone-nav span, .phone-nav b { display: flex; flex-direction: column; align-items: center; gap: 3px; font-weight: 500; }
.phone-nav b { color: var(--green-bright); }
.phone-nav small { font-size: 5px; }
.floating-card { z-index: 3; position: absolute; display: flex; gap: 12px; align-items: center; border: 1px solid rgba(148,163,184,.2); border-radius: 9px; background: rgba(17,27,43,.94); box-shadow: 0 20px 40px rgba(0,0,0,.3); padding: 14px 16px; min-width: 220px; }
.floating-card div { display: flex; flex-direction: column; gap: 3px; }
.floating-card small { color: var(--green-bright); font-size: 6px; text-transform: uppercase; letter-spacing: .12em; }
.floating-card strong { font-size: 10px; }
.floating-card span { color: #718096; font-size: 7px; }
.mini-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 7px; background: rgba(34,197,94,.1); color: var(--green-bright) !important; font-size: 14px !important; }
.local-card { top: 150px; left: 15px; }
.briefing-card { right: 0; bottom: 245px; }
.standings-card { top: 330px; left: 0; }
.event-card { bottom: 80px; left: 40px; }

.waitlist { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; background: var(--bg-deep); border-top: 1px solid var(--line); }
.waitlist h2 { margin: 16px 0 22px; }
.waitlist-copy > p { max-width: 430px; }
.member-row { display: flex; align-items: center; gap: 15px; margin-top: 34px; }
.member-faces { display: flex; }
.member-faces span { width: 30px; height: 30px; margin-left: -7px; display: grid; place-items: center; border-radius: 50%; border: 2px solid var(--bg-deep); background: #1e40af; color: white; font-size: 7px; font-weight: 800; }
.member-faces span:first-child { margin-left: 0; background: #2563eb; }
.member-faces span:nth-child(2) { background: #7c3aed; }
.member-faces span:nth-child(3) { background: #dc2626; }
.member-faces span:last-child { background: var(--green); color: #052e16; }
.member-row p { color: var(--slate); font-size: 9px; line-height: 1.6; }
.member-row strong { color: #b6c1cf; }
.signup-form { position: relative; border: 1px solid rgba(148,163,184,.18); border-radius: 12px; padding: 28px; background: rgba(30,41,59,.55); box-shadow: 0 30px 70px rgba(0,0,0,.22); display: grid; gap: 16px; }
.form-heading { display: flex; flex-direction: column; gap: 6px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--green-bright); font-size: 8px; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; }
.form-heading strong { font-size: 18px; }
.signup-form label { color: #9eabbc; font-size: 9px; font-weight: 600; display: grid; gap: 7px; }
.signup-form input, .signup-form select { width: 100%; color: var(--white); background: rgba(15,23,42,.8); border: 1px solid rgba(148,163,184,.2); border-radius: 6px; outline: none; padding: 12px; font-size: 11px; transition: border-color .2s, box-shadow .2s; }
.signup-form input:focus, .signup-form select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(34,197,94,.1); }
.signup-form select:disabled { opacity: .45; }
.form-row { display: grid; grid-template-columns: .75fr 1.25fr; gap: 12px; }
.signup-form .button { width: 100%; margin-top: 2px; }
.form-note { text-align: center; color: var(--slate); font-size: 8px; margin: -5px 0 0; }
.form-error { display: none; text-align: center; color: #fda4af; font-size: 9px; margin: -5px 0 0; }
.form-error.show { display: block; }
.signup-form .button:disabled { cursor: wait; opacity: .65; transform: none; }
.success-message { position: absolute; inset: 0; display: none; place-content: center; text-align: center; background: #111c2d; border-radius: 12px; }
.success-message.show { display: grid; }
.success-message::before { content: "✓"; display: grid; place-items: center; margin: 0 auto 16px; width: 46px; height: 46px; border-radius: 50%; background: var(--green); color: #052e16; font-weight: 800; }
.success-message strong { font-size: 23px; }
.success-message span { color: var(--slate); font-size: 11px; margin-top: 7px; }

footer { min-height: 110px; color: var(--slate); font-size: 9px; }
footer .wordmark { color: var(--white); }
footer .mark { transform: scale(.8); }

@media (max-width: 800px) {
  .site-header { height: 70px; }
  .header-cta { font-size: 11px; }
  .hero { padding-top: 65px; min-height: 760px; }
  .hero-copy br { display: none; }
  .hero-preview { margin-top: 48px; padding: 12px; }
  .preview-tabs { display: none; }
  .preview-grid { grid-template-columns: 1fr; }
  .brief-card { display: none; }
  .preview-detail-grid { grid-template-columns: 1fr; }
  .preview-detail-grid .detail-card:not(.event-preview) { display: none; }
  .benefits, .product, .waitlist { padding-top: 80px; padding-bottom: 80px; }
  .benefit-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .benefit-grid article { min-height: 230px; }
  .benefit-grid h3 { margin-top: 38px; }
  .floating-card { display: none; }
  .phone-stage { min-height: 760px; }
  .waitlist { grid-template-columns: 1fr; gap: 44px; }
  footer { padding: 30px 0; flex-direction: column; justify-content: center; gap: 16px; }
}

@media (max-width: 480px) {
  .site-header { width: calc(100% - 28px); }
  .header-cta { display: none; }
  .hero { padding-left: 14px; padding-right: 14px; }
  h1 { font-size: 51px; }
  .hero-copy { font-size: 15px; }
  .hero-preview { margin-top: 45px; }
  .matchup { margin: 16px 0; }
  .phone { width: 300px; min-height: 735px; }
  .form-row { grid-template-columns: 1fr; }
  .signup-form { padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
