:root {
  --ink: #f7f4e8;
  --muted: #a5a49e;
  --gold: #d4c36a;
  --bg: #090a0a;
  --panel: #111313;
  --line: #292b27;
  --danger: #e8a79d;
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--bg); }
body {
  margin: 0;
  min-width: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 90% -10%, rgba(212,195,106,.12), transparent 30rem),
    var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.shell { width: min(100%, 70rem); margin: 0 auto; padding: 0 20px; }
.topbar { display: flex; align-items: center; justify-content: space-between; min-height: 72px; }
.brand { color: var(--ink); font-size: 13px; font-weight: 850; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; }
.eyebrow { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 18px; font-size: clamp(42px, 12vw, 76px); line-height: .95; letter-spacing: -.06em; }
h2 { margin-bottom: 12px; font-size: clamp(28px, 8vw, 46px); line-height: 1.02; letter-spacing: -.045em; }
h3 { margin-bottom: 8px; font-size: 18px; letter-spacing: -.02em; }
.lede { max-width: 38rem; color: #d6d4cb; font-size: 18px; line-height: 1.5; }
.muted { color: var(--muted); }
.hero { padding: 64px 0 72px; }
.hero-mark { width: 42px; height: 3px; margin-bottom: 28px; background: var(--gold); }
.proof-grid, .pricing-grid { display: grid; gap: 12px; }
.proof { padding: 24px 0; border-top: 1px solid var(--line); }
.proof b { display: block; margin-bottom: 7px; font-size: 16px; }
.proof span { color: var(--muted); font-size: 14px; line-height: 1.5; }
.section { padding: 56px 0; }
.section-head { margin-bottom: 28px; }
.card { min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: rgba(17,19,19,.88); }
.card.featured { border-color: rgba(212,195,106,.72); box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
.price { margin: 20px 0 6px; font-size: 42px; font-weight: 850; letter-spacing: -.055em; }
.price small { color: var(--muted); font-size: 13px; font-weight: 500; letter-spacing: 0; }
.check-list { display: grid; gap: 11px; padding: 0; margin: 22px 0 26px; list-style: none; color: #d4d2ca; font-size: 14px; }
.check-list li { display: flex; gap: 10px; line-height: 1.4; }
.check-list li::before { content: "✓"; color: var(--gold); font-weight: 800; }
.btn { display: inline-flex; width: 100%; min-height: 50px; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid var(--gold); border-radius: 10px; background: var(--gold); color: #10110d; cursor: pointer; font-weight: 850; text-decoration: none; }
.btn:active { transform: translateY(1px); }
.btn.secondary { border-color: #3a3d36; background: transparent; color: var(--ink); }
.btn.compact { width: auto; min-height: 42px; font-size: 14px; }
.text-link { border: 0; background: transparent; color: var(--gold); cursor: pointer; font-weight: 750; }
.page-head { padding: 44px 0 28px; }
.page-head h1 { font-size: clamp(38px, 11vw, 60px); }
.form-stack { display: grid; gap: 19px; }
.field { display: grid; gap: 8px; min-width: 0; }
.field label, .label { color: #d8d6cd; font-size: 13px; font-weight: 750; }
input, select {
  width: 100%; min-width: 0; height: 50px; padding: 0 14px; border: 1px solid #343630; border-radius: 10px;
  outline: none; background: #0c0e0e; color: var(--ink);
}
input:focus, select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,195,106,.08); }
input::placeholder { color: #6f716a; }
input:disabled { opacity: 1; color: #8c8e87; -webkit-text-fill-color: #8c8e87; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.test-band { padding: 10px 12px; border-radius: 8px; background: rgba(212,195,106,.1); color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.summary-line { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.summary-line:last-child { border-bottom: 0; }
.summary-line strong:last-child { text-align: right; }
.form-section { padding: 22px 0; border-top: 1px solid var(--line); }
.form-section:first-child { padding-top: 0; border-top: 0; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { display: flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid #343630; border-radius: 10px; color: var(--muted); cursor: pointer; font-size: 13px; font-weight: 800; }
.choice input:checked + span { border-color: var(--gold); background: rgba(212,195,106,.1); color: var(--gold); }
.slots { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.switch-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 50px; }
.switch { position: relative; flex: 0 0 50px; height: 28px; }
.switch input { position: absolute; opacity: 0; }
.switch span { position: absolute; inset: 0; border-radius: 99px; background: #30322e; cursor: pointer; transition: .2s; }
.switch span::after { content: ""; position: absolute; top: 4px; left: 4px; width: 20px; height: 20px; border-radius: 50%; background: white; transition: .2s; }
.switch input:checked + span { background: var(--gold); }
.switch input:checked + span::after { transform: translateX(22px); background: #10110d; }
.action-stack { display: grid; gap: 10px; padding-top: 8px; }
.private-url { overflow: hidden; padding: 14px; border: 1px dashed #484a42; border-radius: 10px; color: var(--gold); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.league-list { display: grid; gap: 12px; }
.league-card { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); }
.league-meta { margin: 5px 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.tag { display: inline-flex; margin: 8px 0 18px; padding: 6px 9px; border-radius: 99px; background: rgba(212,195,106,.1); color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.vip-grid { display: grid; gap: 10px; margin-top: 18px; }
.vip-item { padding: 15px; border: 1px solid var(--line); border-radius: 10px; color: #d5d3cb; font-size: 13px; }
.vip-item.locked { color: #777972; filter: saturate(.4); }
.empty { padding: 32px 18px; border: 1px dashed #393b35; border-radius: 14px; color: var(--muted); text-align: center; }
.now-strip { position: sticky; z-index: 5; top: 0; padding: 12px 20px; background: var(--gold); color: #10110d; font-size: 13px; font-weight: 900; text-align: center; }
.board-head { display: flex; align-items: end; justify-content: space-between; gap: 12px; padding: 34px 0 16px; }
.board-head h1 { margin: 0; font-size: 34px; }
.board-caption { color: var(--muted); font-size: 12px; }
.board { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; }
.player-row { display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; align-items: center; min-height: 64px; padding: 8px 10px; border-bottom: 1px solid var(--line); background: rgba(17,19,19,.85); cursor: pointer; }
.player-row:last-child { border-bottom: 0; }
.rank { color: #777970; font-size: 12px; font-weight: 850; }
.player-name { overflow: hidden; font-size: 14px; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }
.player-meta { margin-top: 3px; color: var(--muted); font-size: 11px; font-weight: 650; }
.value-tag { max-width: 92px; padding: 5px 7px; border-radius: 6px; background: #20221f; color: #bbb9b0; font-size: 9px; font-weight: 800; text-align: right; }
.player-detail { grid-column: 1 / -1; display: none; gap: 10px; padding: 12px 0 4px 34px; cursor: default; }
.player-row.open .player-detail { display: grid; }
.note-input { height: 42px; font-size: 13px; }
.nudge { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.nudge-buttons { display: flex; gap: 7px; }
.icon-btn { width: 38px; height: 38px; border: 1px solid #3a3d36; border-radius: 8px; background: transparent; color: var(--ink); cursor: pointer; font-weight: 900; }
.saved { color: var(--gold); font-size: 11px; opacity: 0; transition: opacity .2s; }
.saved.show { opacity: 1; }
footer { margin-top: 64px; padding: 28px 0 36px; border-top: 1px solid var(--line); color: #777970; font-size: 11px; line-height: 1.7; }
footer p { margin: 0; }

@media (min-width: 720px) {
  .proof-grid { grid-template-columns: repeat(3, 1fr); }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .form-card { max-width: 38rem; }
  .league-list { grid-template-columns: repeat(2, 1fr); }
}

