:root {
  --paper: #f4f0e8;
  --ink: #0a0a0a;
  --muted: #6b6861;
  --line: #111;
  --cats: #ff5a36;
  --dogs: #111;
  --acid: #d9ff41;
  --blue: #4e7cff;
  --max: 1380px;
  --shadow: 0 18px 60px rgba(0,0,0,.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: geometricPrecision;
}
button, input { font: inherit; }
button { color: inherit; }
a { color: inherit; }

.site-shell { min-height: 100vh; overflow: clip; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 64px;
  border-bottom: 2px solid var(--line);
  background: rgba(244,240,232,.95);
  backdrop-filter: blur(8px);
  padding: 0 22px;
}
.brand { display: inline-flex; align-items: center; width: fit-content; text-decoration: none; font-weight: 900; letter-spacing: -.05em; }
.brand-mark { background: var(--ink); color: var(--paper); padding: 6px 7px 5px; font-size: 22px; line-height: 1; }
.brand-name { font-size: 22px; margin-left: 6px; }
.topbar-center { font-size: 11px; font-weight: 900; letter-spacing: .16em; display: flex; align-items: center; gap: 8px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cats); box-shadow: 0 0 0 5px rgba(255,90,54,.14); animation: pulse 1.5s infinite; }
.topbar-actions { justify-self: end; display: flex; gap: 14px; }
.text-button { background: none; border: 0; padding: 0; text-decoration: underline; text-underline-offset: 3px; font-weight: 800; cursor: pointer; font-size: 12px; }
.centered { display: block; margin: 16px auto 0; }

.section-border { border-bottom: 2px solid var(--line); }
.hero { max-width: var(--max); margin: 0 auto; padding: 30px 22px 40px; }
.hero-kicker-row { display: flex; justify-content: space-between; gap: 20px; min-height: 22px; }
.eyebrow, .overline, .number-label { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; letter-spacing: .12em; font-weight: 800; text-transform: uppercase; }
.eyebrow:last-child { background: var(--acid); padding: 5px 8px; border: 1px solid var(--ink); }
.hero-title-wrap { text-align: center; padding: 28px 0 18px; }
.hero-title-wrap .overline { margin: 0 0 10px; }
.hero h1 { margin: 0; font-size: clamp(64px, 12vw, 176px); letter-spacing: -.085em; line-height: .82; font-weight: 950; }
.slash { color: var(--cats); font-weight: 300; display: inline-block; margin: 0 .03em; }
.hero-deck { margin: 20px auto 0; font-size: clamp(20px, 2.3vw, 34px); line-height: 1; max-width: 900px; font-weight: 900; letter-spacing: -.035em; }

.timer-block { display: flex; justify-content: center; align-items: baseline; gap: 10px; padding: 10px 0 26px; }
.timer { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: clamp(28px, 4vw, 54px); font-weight: 800; letter-spacing: -.05em; }
.timer-label { font-weight: 900; font-size: 13px; }

.scoreboard { border: 2px solid var(--ink); display: grid; grid-template-columns: 1fr 64px 1fr; min-height: 285px; }
.team-card { padding: 24px; position: relative; display: flex; flex-direction: column; justify-content: space-between; background: var(--paper); transition: transform .18s ease, background .2s ease; overflow: hidden; }
.team-card.flash { animation: voteFlash .58s ease; }
.team-card-b { background: var(--ink); color: var(--paper); }
.team-meta { display: flex; justify-content: space-between; align-items: baseline; }
.team-label { font-size: 11px; font-family: ui-monospace, monospace; opacity: .7; }
.team-name { font-size: 28px; font-weight: 950; letter-spacing: -.045em; }
.team-score { font-size: clamp(62px, 8vw, 118px); line-height: .86; font-weight: 950; letter-spacing: -.07em; margin: 18px 0 12px; font-variant-numeric: tabular-nums; }
.team-subline { display: flex; justify-content: space-between; margin-bottom: 18px; font-family: ui-monospace, monospace; font-size: 13px; font-weight: 800; }
.score-divider { display: grid; place-items: center; border-left: 2px solid var(--ink); border-right: 2px solid var(--ink); background: var(--acid); writing-mode: vertical-rl; transform: rotate(180deg); font-weight: 950; letter-spacing: .1em; }
.primary-cta, .secondary-cta, .pay-confirm {
  border: 2px solid var(--ink);
  background: var(--cats);
  color: var(--ink);
  min-height: 56px;
  padding: 14px 18px;
  font-weight: 950;
  letter-spacing: -.02em;
  cursor: pointer;
  box-shadow: 5px 5px 0 var(--ink);
  transition: transform .12s ease, box-shadow .12s ease;
}
.primary-cta:hover, .secondary-cta:hover, .pay-confirm:hover { transform: translate(-2px,-2px); box-shadow: 7px 7px 0 var(--ink); }
.primary-cta:active, .secondary-cta:active, .pay-confirm:active { transform: translate(3px,3px); box-shadow: 1px 1px 0 var(--ink); }
.primary-cta.inverted, .secondary-cta.inverted { background: var(--paper); color: var(--ink); border-color: var(--paper); box-shadow: 5px 5px 0 var(--cats); }
.primary-cta.full { width: 100%; }

.territory-wrap { margin-top: 18px; }
.territory-bar { position: relative; height: 22px; background: var(--ink); border: 2px solid var(--ink); overflow: hidden; }
.territory-a { width: 50.1%; height: 100%; background: var(--cats); transition: width .35s cubic-bezier(.2,.8,.2,1); }
.territory-marker { position: absolute; top: -5px; bottom: -5px; left: calc(50.1% - 2px); width: 4px; background: var(--acid); box-shadow: 0 0 0 2px var(--ink); transition: left .35s cubic-bezier(.2,.8,.2,1); }
.territory-caption { display: flex; justify-content: space-between; font-family: ui-monospace, monospace; font-weight: 800; font-size: 11px; padding-top: 8px; }
.hero-rule { margin-top: 34px; border-top: 2px solid var(--ink); padding-top: 18px; }
.hero-rule p { margin: 0; font-size: clamp(18px, 2vw, 28px); line-height: 1.15; letter-spacing: -.03em; }

.split-section { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; padding: 42px 22px; }
.split-copy h2, .section-heading h2, .proof h2, .editorial h2 { margin: 8px 0 12px; font-size: clamp(40px, 6vw, 78px); line-height: .9; letter-spacing: -.06em; }
.split-copy p:not(.overline) { max-width: 620px; font-size: 18px; line-height: 1.4; }
.fine-print { font-family: ui-monospace, monospace; font-size: 11px !important; color: var(--muted); }
.community-grid { display: grid; grid-template-columns: 1fr 1fr; border: 2px solid var(--ink); align-self: start; }
.community-card { padding: 22px; min-width: 0; }
.community-card + .community-card { border-left: 2px solid var(--ink); }
.community-card.dark { background: var(--ink); color: var(--paper); }
.community-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; font-size: 20px; }
.community-progress { height: 18px; border: 2px solid currentColor; margin-bottom: 18px; overflow: hidden; }
.community-progress > div { height: 100%; background: var(--cats); transition: width .35s ease; }
.dark .community-progress > div { background: var(--paper); }
.community-card .secondary-cta { width: 100%; background: var(--acid); box-shadow: 4px 4px 0 var(--ink); }
.session-note { display: block; margin-top: 12px; font-size: 10px; font-family: ui-monospace, monospace; opacity: .72; }

.live-strip { max-width: var(--max); margin: 0 auto; padding: 30px 22px 42px; }
.live-strip-header { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; border-bottom: 2px solid var(--ink); padding-bottom: 10px; }
.live-strip-header h2 { margin: 0; font-size: 24px; letter-spacing: -.04em; }
.live-strip-header span { font-family: ui-monospace, monospace; font-size: 11px; font-weight: 800; }
.activity-grid { display: grid; grid-template-columns: 1fr 1fr; border: 2px solid var(--ink); border-top: 0; min-height: 330px; }
.activity-feed { padding: 8px 18px; max-height: 360px; overflow: auto; }
.activity-item { display: grid; grid-template-columns: 66px 1fr; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,.2); font-size: 14px; }
.activity-item time { font-family: ui-monospace, monospace; color: var(--muted); font-size: 10px; padding-top: 2px; }
.activity-item strong.cats { color: #d33c20; }
.activity-item strong.dogs { background: var(--ink); color: var(--paper); padding: 1px 3px; }
.chat-panel { border-left: 2px solid var(--ink); display: grid; grid-template-rows: auto 1fr auto; min-width: 0; }
.chat-head { display: flex; justify-content: space-between; padding: 12px 14px; border-bottom: 2px solid var(--ink); font-size: 12px; }
.chat-head span { font-family: ui-monospace, monospace; color: var(--muted); }
.chat-log { padding: 12px 14px; max-height: 280px; overflow: auto; }
.chat-line { margin-bottom: 10px; font-size: 13px; line-height: 1.3; }
.chat-line strong { margin-right: 6px; }
.chat-form { display: grid; grid-template-columns: 1fr auto; border-top: 2px solid var(--ink); }
.chat-form input { border: 0; background: transparent; padding: 14px; min-width: 0; outline: none; }
.chat-form button { border: 0; border-left: 2px solid var(--ink); background: var(--acid); font-weight: 900; padding: 0 18px; cursor: pointer; }

.consequence { max-width: var(--max); margin: 0 auto; padding: 48px 22px; }
.section-heading { max-width: 980px; margin-bottom: 30px; }
.consequence-grid { display: grid; grid-template-columns: 1.15fr .85fr; border: 2px solid var(--ink); }
.consequence-main, .consequence-scale { padding: 28px; }
.consequence-scale { border-left: 2px solid var(--ink); background: var(--ink); color: var(--paper); }
.consequence h3 { font-size: clamp(30px, 3.8vw, 52px); line-height: .95; letter-spacing: -.055em; margin: 12px 0 22px; }
.impact-list { padding-left: 20px; line-height: 1.6; }
.takeover-preview { margin-top: 30px; border: 2px solid var(--ink); padding: 24px; background: var(--acid); display: grid; gap: 8px; transform: rotate(-1deg); }
.takeover-crown { font-size: 26px; }
.takeover-preview strong { font-size: clamp(26px, 3vw, 44px); letter-spacing: -.05em; }
.takeover-preview small { font-family: ui-monospace, monospace; }
.broadcast-ladder { list-style: none; padding: 0; margin: 28px 0 0; border-top: 1px solid var(--paper); }
.broadcast-ladder li { display: grid; grid-template-columns: 90px 1fr; gap: 10px; padding: 16px 0; border-bottom: 1px solid var(--paper); }
.broadcast-ladder span { font-family: ui-monospace, monospace; font-size: 10px; color: var(--acid); }

.proof { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; }
.proof-copy { padding: 48px 22px; }
.proof-quote { font-size: clamp(24px, 3vw, 40px); font-weight: 900; letter-spacing: -.04em; }
.proof-stats { margin: 30px 0 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 2px solid var(--ink); }
.proof-stats div { padding: 14px 10px 0 0; }
.proof-stats dt { font-family: ui-monospace, monospace; font-size: 10px; }
.proof-stats dd { margin: 6px 0 0; font-weight: 900; }
.billboard-mock { min-height: 470px; background: #b9c3c8; position: relative; overflow: hidden; border-left: 2px solid var(--ink); }
.billboard-sky { position: absolute; inset: 0; background: linear-gradient(#aab6bd 0 58%, #777 58% 61%, #4b4b4b 61% 100%); filter: grayscale(.8); }
.billboard-frame { position: absolute; left: 10%; right: 10%; top: 14%; background: var(--paper); border: 8px solid #1b1b1b; padding: 22px; box-shadow: 0 24px 30px rgba(0,0,0,.3); transform: perspective(900px) rotateY(-6deg) rotateZ(-1deg); }
.billboard-frame span { font-family: ui-monospace, monospace; font-size: 9px; }
.billboard-frame strong { display: block; font-size: clamp(34px, 5vw, 68px); line-height: .82; letter-spacing: -.07em; margin: 18px 0; }
.billboard-frame small { font-weight: 900; }
.billboard-caption { position: absolute; bottom: 16px; right: 18px; background: var(--acid); border: 1px solid var(--ink); padding: 6px 8px; font-family: ui-monospace, monospace; font-size: 9px; }

.editorial { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .8fr 1.15fr .8fr; }
.editorial-column { padding: 34px 22px; min-width: 0; }
.editorial-column + .editorial-column { border-left: 2px solid var(--ink); }
.editorial-column h2 { font-size: 48px; }
.live-now { background: var(--cats); }
.live-now a { font-weight: 900; }
.next-list article { padding: 16px 0; border-bottom: 1px solid var(--ink); display: grid; grid-template-columns: 72px 1fr; gap: 6px 12px; }
.next-list article span { grid-row: 1 / 3; font-family: ui-monospace, monospace; font-size: 10px; }
.next-list strong { font-size: 22px; letter-spacing: -.03em; }
.next-list small { color: var(--muted); }
.history-item { display: flex; justify-content: space-between; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--ink); }
.history-item span { font-family: ui-monospace, monospace; font-size: 9px; padding-top: 4px; }
.current-ruler { margin-top: 26px; background: var(--ink); color: var(--paper); padding: 18px; display: grid; gap: 4px; }
.current-ruler span { font-family: ui-monospace, monospace; font-size: 9px; color: var(--acid); }
.current-ruler strong { font-size: 28px; }

.sponsor-demo { max-width: var(--max); margin: 0 auto; padding: 26px 22px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.sponsor-demo p { margin: 0; }
.sponsor-demo button { border: 2px solid var(--ink); background: transparent; padding: 10px 14px; font-weight: 900; cursor: pointer; }
.footer { max-width: var(--max); margin: 0 auto; min-height: 110px; padding: 24px 22px; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; font-size: 11px; font-family: ui-monospace, monospace; }
.footer strong { font-size: 22px; font-family: Arial, Helvetica, sans-serif; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; background: rgba(0,0,0,.62); display: grid; place-items: center; padding: 18px; }
.modal-backdrop[hidden] { display: none; }
.payment-sheet, .success-sheet, .ad-sheet { width: min(470px, 100%); background: var(--paper); border: 2px solid var(--ink); box-shadow: var(--shadow); padding: 22px; position: relative; }
.payment-sheet { border-radius: 20px; }
.sheet-handle { width: 42px; height: 4px; background: #aaa; border-radius: 999px; margin: -10px auto 18px; }
.payment-head { display: flex; justify-content: space-between; align-items: center; }
.wallet-mark { background: var(--ink); color: white; border-radius: 6px; padding: 5px 8px; font-weight: 900; }
.icon-button { width: 34px; height: 34px; border-radius: 50%; border: 0; background: #ddd7cc; font-size: 22px; cursor: pointer; }
.icon-button.corner { position: absolute; top: 16px; right: 16px; }
.payment-sheet h2 { margin: 24px 0; font-size: 34px; letter-spacing: -.05em; }
.payment-line, .payment-total { display: flex; justify-content: space-between; padding: 14px 0; border-top: 1px solid #b8b2a9; }
.payment-team { background: var(--cats); border: 1px solid var(--ink); padding: 10px 12px; font-weight: 900; margin: 10px 0 22px; }
.payment-total { border-top: 2px solid var(--ink); font-weight: 900; }
.pay-confirm { width: 100%; background: var(--ink); color: white; box-shadow: none; border-radius: 12px; margin: 16px 0 10px; }
.payment-sheet small { display: block; text-align: center; color: var(--muted); }

.success-sheet { padding-top: 54px; }
.success-stamp { display: inline-grid; place-items: center; width: 76px; height: 76px; border-radius: 50%; background: var(--acid); border: 3px solid var(--ink); font-size: 30px; font-weight: 950; transform: rotate(-7deg); }
.success-sheet h2 { font-size: clamp(32px, 6vw, 52px); line-height: .92; letter-spacing: -.06em; margin: 22px 0 10px; }
.success-sheet > p { font-size: 18px; }
.share-card { border: 2px solid var(--ink); background: var(--ink); color: var(--paper); min-height: 190px; padding: 20px; margin: 22px 0; display: flex; flex-direction: column; justify-content: space-between; }
.share-card span, .share-card small { font-family: ui-monospace, monospace; font-size: 10px; color: var(--acid); }
.share-card strong { font-size: clamp(30px, 6vw, 48px); line-height: .9; letter-spacing: -.06em; }
.share-actions { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 16px; border: 2px solid var(--ink); }
.share-actions button { background: transparent; border: 0; border-right: 1px solid var(--ink); padding: 12px 6px; font-size: 10px; font-weight: 900; cursor: pointer; }
.share-actions button:last-child { border-right: 0; }
.share-status { display: block; min-height: 16px; margin-top: 10px; font-family: ui-monospace, monospace; font-size: 10px; }

.ad-sheet { width: min(520px,100%); }
.ad-player { height: 260px; background: var(--ink); color: var(--paper); border: 2px solid var(--ink); position: relative; display: grid; place-items: center; overflow: hidden; }
.ad-player::before { content:""; position:absolute; inset:0; background: repeating-linear-gradient(90deg, transparent 0 18px, rgba(255,255,255,.035) 18px 20px); }
.ad-label { position: absolute; top: 10px; left: 10px; font-family: ui-monospace, monospace; font-size: 9px; color: var(--acid); }
.ad-noise { font-size: 46px; line-height: .82; font-weight: 950; letter-spacing: -.08em; z-index: 1; }
.ad-countdown { position: absolute; right: 14px; bottom: 12px; width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--paper); display: grid; place-items: center; font-family: ui-monospace, monospace; }
.ad-sheet h2 { font-size: 32px; letter-spacing: -.05em; margin-bottom: 8px; }
.ad-sheet .secondary-cta { width: 100%; background: var(--acid); }
.ad-sheet .secondary-cta:disabled { opacity: .45; cursor: default; transform: none; box-shadow: 5px 5px 0 var(--ink); }

.result-backdrop { background: rgba(0,0,0,.94); padding: 0; }
.result-screen { width: 100%; min-height: 100vh; background: var(--acid); color: var(--ink); display: grid; place-items: center; align-content: center; text-align: center; padding: 32px; }
.result-label { font-family: ui-monospace, monospace; font-size: 14px; font-weight: 900; letter-spacing: .18em; }
.result-screen h2 { margin: 20px 0 12px; font-size: clamp(62px, 14vw, 180px); line-height: .8; letter-spacing: -.09em; }
.result-score { font-family: ui-monospace, monospace; font-size: clamp(20px,4vw,40px); font-weight: 900; }
.result-screen > p { font-size: clamp(20px, 3vw, 38px); font-weight: 900; letter-spacing: -.035em; }
.result-consequence { width: min(820px,100%); border: 3px solid var(--ink); padding: 22px; margin-top: 14px; display: grid; gap: 8px; background: var(--paper); }
.result-consequence span { font-family: ui-monospace, monospace; font-size: 10px; }
.result-consequence strong { font-size: 26px; }
.result-actions { display: flex; gap: 16px; margin-top: 26px; }
.result-actions .secondary-cta { background: var(--paper); }

.debug-panel { position: fixed; right: 16px; bottom: 16px; z-index: 90; width: 310px; max-height: calc(100vh - 32px); overflow: auto; background: #111; color: white; border: 2px solid white; padding: 14px; box-shadow: 10px 10px 0 var(--cats); font-family: ui-monospace, monospace; }
.debug-panel[hidden] { display:none; }
.debug-head { display:flex; justify-content:space-between; align-items:center; margin-bottom:10px; }
.debug-head button { background:none; border:0; color:white; font-size:22px; cursor:pointer; }
.debug-panel label { display:grid; grid-template-columns:1fr auto; align-items:center; gap:10px; border-top:1px solid #444; padding:9px 0; font-size:11px; }
.debug-panel button { border:1px solid #888; background:#222; color:white; padding:5px 8px; cursor:pointer; font-family:inherit; font-size:10px; }
.debug-panel .debug-reset { width:100%; margin-top:10px; background:var(--cats); color:var(--ink); border-color:var(--cats); font-weight:900; padding:9px; }
.toast { position: fixed; left: 50%; bottom: 26px; z-index: 200; transform: translateX(-50%); background: var(--ink); color: var(--paper); border: 2px solid var(--paper); box-shadow: 5px 5px 0 var(--cats); padding: 11px 14px; font-family: ui-monospace, monospace; font-size: 11px; font-weight: 800; }
.toast[hidden] { display:none; }

.takeover-active .topbar { background: var(--ink); color: var(--paper); }
.takeover-active .brand-mark { background: var(--cats); color: var(--ink); }
.takeover-banner { position: fixed; left:0; right:0; bottom:0; z-index:80; background:var(--acid); border-top:2px solid var(--ink); padding:10px 18px; display:flex; justify-content:center; gap:16px; font-weight:950; }

@keyframes pulse { 0%,100% { opacity:1; transform:scale(1);} 50% {opacity:.45;transform:scale(.85);} }
@keyframes voteFlash { 0% { box-shadow: inset 0 0 0 0 var(--acid);} 35% { box-shadow: inset 0 0 0 14px var(--acid);} 100% {box-shadow: inset 0 0 0 0 var(--acid);} }
@keyframes bump { 0%{transform:scale(1)} 40%{transform:scale(1.08)} 100%{transform:scale(1)} }
.bump { animation: bump .32s ease; }

@media (max-width: 900px) {
  .topbar { grid-template-columns: 1fr auto; min-height: 56px; padding: 0 14px; }
  .topbar-center { display:none; }
  .topbar-actions { gap: 10px; }
  .topbar-actions .text-button:first-child { display:none; }
  .hero { padding: 20px 14px 28px; }
  .hero-title-wrap { padding-top: 24px; }
  .hero h1 { font-size: clamp(64px, 24vw, 112px); }
  .hero-deck { font-size: 24px; }
  .timer-block { padding-bottom: 18px; }
  .scoreboard { grid-template-columns: 1fr 34px 1fr; min-height: 245px; }
  .team-card { padding: 14px 12px; }
  .team-name { font-size: 20px; }
  .team-score { font-size: clamp(48px, 16vw, 72px); }
  .primary-cta { min-height: 54px; padding: 12px 8px; font-size: 12px; box-shadow: 4px 4px 0 var(--ink); }
  .primary-cta.inverted { box-shadow: 4px 4px 0 var(--cats); }
  .score-divider { font-size: 11px; }
  .territory-caption { font-size: 9px; }
  .hero-rule { margin-top: 26px; }
  .split-section, .consequence-grid, .proof, .editorial { grid-template-columns: 1fr; }
  .split-section { padding: 34px 14px; }
  .community-grid { grid-template-columns: 1fr; }
  .community-card + .community-card { border-left:0; border-top:2px solid var(--ink); }
  .live-strip { padding: 28px 14px 34px; }
  .live-strip-header { align-items:flex-start; flex-direction:column; gap:8px; }
  .activity-grid { grid-template-columns:1fr; }
  .activity-feed { max-height:280px; }
  .chat-panel { border-left:0; border-top:2px solid var(--ink); min-height:280px; }
  .consequence { padding: 38px 14px; }
  .consequence-scale { border-left:0; border-top:2px solid var(--ink); }
  .proof-copy { padding:38px 14px; }
  .billboard-mock { border-left:0; border-top:2px solid var(--ink); min-height:390px; }
  .proof-stats { grid-template-columns:1fr; }
  .proof-stats div { border-bottom:1px solid var(--ink); padding-bottom:10px; }
  .editorial-column + .editorial-column { border-left:0; border-top:2px solid var(--ink); }
  .sponsor-demo { padding:24px 14px; grid-template-columns:1fr; gap:12px; }
  .footer { grid-template-columns:1fr; gap:8px; padding:24px 14px 90px; }
  .debug-panel { inset: auto 10px 10px 10px; width:auto; }
}

@media (max-width: 520px) {
  .brand-name { font-size:18px; }
  .brand-mark { font-size:18px; }
  .topbar-actions .text-button { font-size:10px; }
  .hero-kicker-row { align-items:flex-start; }
  .eyebrow { font-size:9px; }
  .hero h1 { font-size: 22vw; }
  .hero-deck { font-size:20px; max-width:360px; }
  .timer { font-size:30px; }
  .scoreboard { grid-template-columns:1fr 26px 1fr; }
  .team-card { min-width:0; padding:12px 9px; }
  .team-meta { align-items:flex-start; flex-direction:column; gap:3px; }
  .team-name { font-size:18px; }
  .team-score { font-size:14vw; letter-spacing:-.08em; margin-top:12px; }
  .team-subline { font-size:9px; }
  .primary-cta { font-size:10px; min-height:50px; }
  .score-divider { font-size:9px; }
  .hero-rule p { font-size:17px; }
  .split-copy h2, .section-heading h2, .proof h2 { font-size:44px; }
  .community-card { padding:16px; }
  .consequence-main, .consequence-scale { padding:20px; }
  .consequence h3 { font-size:34px; }
  .billboard-frame { left:6%; right:6%; }
  .share-actions { grid-template-columns:1fr 1fr; }
  .share-actions button:nth-child(2) { border-right:0; }
  .share-actions button:nth-child(-n+2) { border-bottom:1px solid var(--ink); }
  .result-actions { flex-direction:column; width:100%; max-width:380px; }
  .result-actions button { width:100%; }
}

.clash-tv { display:grid; grid-template-columns:1.3fr .7fr; border:2px solid var(--ink); border-bottom:0; margin-top:18px; }
.clash-tv-screen { min-height:260px; background:var(--ink); color:var(--paper); padding:18px; display:flex; flex-direction:column; justify-content:space-between; position:relative; overflow:hidden; }
.clash-tv-screen::after { content:""; position:absolute; inset:0; pointer-events:none; background:repeating-linear-gradient(0deg, transparent 0 6px, rgba(255,255,255,.025) 6px 7px); }
.broadcast-topline { display:flex; justify-content:space-between; font-family:ui-monospace, monospace; font-size:10px; color:var(--acid); font-weight:900; z-index:1; }
.broadcast-matchup { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:16px; z-index:1; }
.broadcast-matchup strong { font-size:clamp(46px,7vw,90px); line-height:.8; letter-spacing:-.08em; }
.broadcast-matchup strong:last-child { text-align:right; }
.broadcast-matchup span { font-family:ui-monospace, monospace; font-size:11px; color:var(--cats); }
.broadcast-lowerthird { display:flex; justify-content:space-between; align-items:center; gap:14px; border-top:1px solid var(--paper); padding-top:12px; z-index:1; }
.broadcast-lowerthird span { font-family:ui-monospace, monospace; font-size:9px; }
.broadcast-lowerthird strong { background:var(--acid); color:var(--ink); padding:5px 8px; }
.clash-tv-copy { padding:22px; display:flex; flex-direction:column; justify-content:center; gap:12px; }
.clash-tv-copy > strong { font-size:28px; line-height:.95; letter-spacing:-.045em; }
.clash-tv-copy p { margin:0; color:var(--muted); line-height:1.4; }
@media (max-width:900px) { .clash-tv { grid-template-columns:1fr; } .clash-tv-copy { border-top:2px solid var(--ink); } }
@media (max-width:520px) { .clash-tv-screen { min-height:220px; } .broadcast-matchup strong { font-size:13vw; } .broadcast-lowerthird { align-items:flex-start; flex-direction:column; } }
