:root {
  --bg: #070a12;
  --panel: #0d1220;
  --panel-2: #111827;
  --line: #263044;
  --line-soft: #1a2333;
  --text: #f4f7fb;
  --muted: #9ca8b9;
  --blue: #526cff;
  --cyan: #63e6ff;
  --mint: #b8ff62;
  --red: #ff5c6c;
  --body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 20px; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font: 16px/1.72 var(--body); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--mint); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; background: var(--mint); color: var(--bg); font-size: 12px; font-weight: 800; transform: translateY(-160%); transition: transform .15s ease; }
.skip-link:focus { transform: none; }

.topbar { min-height: 66px; padding: 0 max(18px, calc((100vw - 1380px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: relative; z-index: 30; background: rgba(7,10,18,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { width: max-content; display: inline-flex; align-items: center; gap: 11px; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.brand > i { width: 31px; height: 31px; position: relative; border: 2px solid var(--mint); border-radius: 50%; box-shadow: inset 0 0 0 5px var(--bg), inset 0 0 0 7px var(--blue); }
.brand > i::after { position: absolute; top: 50%; right: -7px; left: -7px; height: 2px; content: ''; background: var(--cyan); transform: translateY(-50%); }
.brand b { color: var(--mint); }
.topbar nav { display: flex; align-items: center; gap: 30px; color: var(--muted); font-size: 11px; font-weight: 700; }
.topbar nav a:hover { color: var(--mint); }
.watch-link { justify-self: end; min-height: 34px; padding: 0 12px; display: inline-flex; align-items: center; gap: 9px; background: var(--mint); color: var(--bg); border-radius: 5px; font-size: 11px; font-weight: 900; }
.watch-link i { width: 7px; height: 7px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,92,108,.16); }
.nav-button { display: none; width: 40px; height: 40px; padding: 8px; background: transparent; border: 1px solid var(--line); border-radius: 5px; }
.nav-button span { width: 20px; height: 2px; margin: 5px auto; display: block; background: var(--text); }

.watch-stage { width: min(1380px, calc(100% - 36px)); margin: 0 auto; padding: 62px 0 90px; }
.stage-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(380px, .82fr); gap: 24px; }
.stage-copy { min-height: 490px; padding: clamp(32px, 5vw, 70px); display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; background: linear-gradient(135deg, rgba(82,108,255,.18), transparent 44%), var(--panel); border: 1px solid var(--line); border-radius: 13px; }
.stage-copy::before { position: absolute; inset: 0; content: ''; background-image: linear-gradient(rgba(99,230,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(99,230,255,.045) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to right, #000, transparent); }
.stage-copy::after { position: absolute; right: -100px; bottom: -100px; width: 290px; height: 290px; content: ''; border: 1px solid var(--cyan); border-radius: 50%; box-shadow: 0 0 80px rgba(99,230,255,.15), inset 0 0 60px rgba(82,108,255,.18); }
.signal-code { margin: 0 0 23px; position: relative; z-index: 1; color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.stage-copy h1 { max-width: 830px; margin: 0; position: relative; z-index: 1; font-size: clamp(48px, 6.2vw, 87px); line-height: .96; letter-spacing: -.065em; }
.stage-copy h1 em { display: block; color: var(--mint); font-style: normal; }
.stage-lead { max-width: 790px; margin: 29px 0 0; position: relative; z-index: 1; color: #b4becc; font-size: 17px; line-height: 1.65; }
.stage-actions { margin-top: 31px; display: flex; align-items: center; gap: 19px; position: relative; z-index: 2; }
.stage-actions a:first-child { min-height: 49px; padding: 0 9px 0 18px; display: inline-flex; align-items: center; gap: 18px; background: var(--blue); border: 1px solid #7184ff; border-radius: 6px; font-size: 12px; font-weight: 900; }
.stage-actions a:first-child b { width: 31px; height: 31px; display: grid; place-items: center; background: var(--text); color: var(--blue); border-radius: 5px; font-size: 10px; }
.stage-actions a:last-child { padding-bottom: 4px; border-bottom: 1px solid var(--muted); color: var(--muted); font-size: 12px; font-weight: 800; }

.score-screen { min-height: 490px; padding: 17px; display: grid; grid-template-columns: 1fr 90px 1fr; grid-template-rows: auto 1fr auto; align-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(82,108,255,.3), transparent 45%), #080c16; border: 1px solid #354057; border-radius: 13px; box-shadow: inset 0 0 50px rgba(82,108,255,.08); }
.score-screen::before { position: absolute; inset: 49px 17px; content: ''; border: 1px solid rgba(99,230,255,.12); border-radius: 50%; transform: scaleX(1.35); }
.screen-top, .screen-bottom { grid-column: 1 / 4; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; color: #818da1; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.screen-top { align-self: start; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.screen-top i { color: var(--mint); font-style: normal; }
.screen-team { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 9px; }
.screen-team .flag { width: 68px; height: 43px; margin-bottom: 12px; }
.screen-team b { font-size: clamp(45px, 5vw, 70px); line-height: 1; letter-spacing: -.07em; }
.screen-team small { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.screen-vs { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 3px; }
.screen-vs span { color: var(--mint); font-size: 25px; font-weight: 900; letter-spacing: -.04em; }
.screen-vs i { color: var(--muted); font-size: 8px; font-style: normal; font-weight: 800; }
.screen-vs b { width: 37px; height: 37px; margin-top: 11px; display: grid; place-items: center; background: var(--blue); border-radius: 50%; font-size: 10px; }
.screen-bottom { align-self: end; padding-top: 14px; border-top: 1px solid var(--line); }
.screen-bottom span { color: var(--cyan); }
.screen-bottom strong { width: 30px; height: 30px; display: grid; place-items: center; background: var(--mint); color: var(--bg); border-radius: 50%; font-size: 9px; }

.flag { position: relative; display: inline-block; overflow: hidden; box-shadow: 0 0 0 1px rgba(255,255,255,.25); }
.england { background: #fff; }
.england::before, .england::after { position: absolute; content: ''; background: #c8102e; }
.england::before { top: 0; bottom: 0; left: 42%; width: 16%; }
.england::after { top: 38%; right: 0; left: 0; height: 24%; }
.argentina { background: linear-gradient(#75aadb 0 33.33%, #fff 33.33% 66.66%, #75aadb 66.66%); }
.argentina::after { position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; content: ''; background: #f6b40e; border-radius: 50%; transform: translate(-50%, -50%); }

.fact-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 9px; }
.fact-grid div { min-height: 94px; padding: 17px 19px; display: flex; flex-direction: column; justify-content: space-between; background: var(--panel); }
.fact-grid span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.fact-grid b { font-size: 17px; }

.watch-console { margin-top: 58px; padding: 24px; scroll-margin-top: 15px; background: linear-gradient(160deg, rgba(82,108,255,.12), transparent 34%), var(--panel); border: 1px solid #37435a; border-radius: 14px; box-shadow: 0 25px 90px rgba(0,0,0,.5); }
.watch-console > header { margin-bottom: 22px; display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.watch-console > header span { color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.watch-console h2 { max-width: 880px; margin: 7px 0 0; font-size: clamp(28px, 4vw, 48px); line-height: 1.1; letter-spacing: -.045em; }
.watch-console > header p { margin: 0; flex: none; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 11px; }
.watch-console > header p i { width: 8px; height: 8px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 5px rgba(184,255,98,.12), 0 0 18px rgba(184,255,98,.7); }
.console-bar { min-height: 48px; padding: 0 14px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: #080b13; border: 1px solid var(--line); border-bottom: 0; border-radius: 7px 7px 0 0; color: #778399; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.console-bar b { color: var(--text); font-size: 11px; }
.console-bar b i { margin: 0 7px; color: var(--mint); font-style: normal; }
.console-bar span:last-child { text-align: right; }
.video-wrapper { width: 100%; aspect-ratio: 16 / 9; position: relative; overflow: hidden; background: #020306; border: 1px solid var(--line); }
.dreams-player { width: 100%; height: 100%; position: relative; display: grid; place-items: center; background: linear-gradient(rgba(3,7,15,.28), rgba(3,7,15,.72)), url('/assets/signal-stadium.webp') center / cover; }
.dreams-player iframe, .dreams-player video, .video-wrapper > iframe { position: absolute !important; inset: 0; width: 100% !important; height: 100% !important; border: 0; }
.player-offline { position: absolute; inset: 0; padding: 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; background: linear-gradient(rgba(3,7,15,.35), rgba(3,7,15,.84)), url('/assets/signal-stadium.webp') center / cover; text-align: center; }
.player-offline .offline-mark { width: 51px; height: 51px; display: grid; place-items: center; border: 1px solid var(--mint); border-radius: 50%; box-shadow: 0 0 30px rgba(184,255,98,.2); }
.player-offline .offline-mark i { width: 11px; height: 11px; background: var(--mint); border-radius: 50%; }
.player-offline b { font-size: 16px; }
.player-offline p { margin: 0; color: #b0b9c8; font-size: 12px; }
.watch-console > footer { padding-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 11px; }
.watch-console > footer p { max-width: 800px; margin: 0; }
.watch-console > footer button { min-height: 40px; padding: 0 13px; flex: none; background: transparent; border: 1px solid #4a566c; border-radius: 5px; font-size: 10px; font-weight: 800; }

.pulse-line { min-height: 43px; padding: 0 max(18px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 20px; overflow: hidden; background: var(--blue); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .13em; white-space: nowrap; }
.pulse-line i { width: 5px; height: 5px; background: var(--mint); border-radius: 50%; }

.match-guide { width: min(1180px, calc(100% - 36px)); margin: 92px auto; }
.guide-head { padding: 0 0 58px; border-bottom: 1px solid var(--line); }
.guide-head > span, .section-title > span { color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.guide-head h2 { max-width: 990px; margin: 14px 0 25px; font-size: clamp(41px, 5.8vw, 76px); line-height: 1.02; letter-spacing: -.06em; }
.guide-head p { max-width: 920px; margin: 0; color: #b1bbca; font-size: 20px; line-height: 1.58; }
.match-guide > section { padding-top: 68px; scroll-margin-top: 20px; }
.match-guide > section + section { margin-top: 68px; border-top: 1px solid var(--line); }
.section-title { display: grid; grid-template-columns: 170px minmax(0, 740px); gap: 25px; align-items: start; }
.section-title h3 { margin: 0; font-size: clamp(31px, 4.4vw, 52px); line-height: 1.08; letter-spacing: -.05em; }
.copy-columns { margin: 38px 0 0 195px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.copy-columns p { margin: 0; color: #b7c0ce; font-size: 15px; }
.copy-columns p:first-child::first-letter { margin: 6px 7px 0 0; float: left; color: var(--mint); font-size: 47px; font-weight: 900; line-height: .72; }
.time-compare { max-width: 985px; margin: 38px 0 0 195px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.time-compare > div { min-height: 150px; padding: 21px; display: flex; flex-direction: column; justify-content: space-between; background: var(--panel); border: 1px solid var(--line); border-radius: 8px; }
.time-compare > div:last-child { border-color: #5369ff; box-shadow: inset 0 0 30px rgba(82,108,255,.1); }
.time-compare small { color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.time-compare b { font-size: 48px; line-height: 1; letter-spacing: -.06em; }
.time-compare span { color: var(--muted); font-size: 11px; }
.time-compare > i { color: var(--mint); font-size: 10px; font-style: normal; font-weight: 800; white-space: nowrap; }
.rules-flow { margin: 38px 0 0 195px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 14px; }
.rules-flow > div { min-height: 155px; padding: 21px; display: flex; flex-direction: column; justify-content: space-between; background: var(--panel-2); border: 1px solid var(--line); border-radius: 8px; }
.rules-flow > div:nth-of-type(2) { border-color: var(--blue); }
.rules-flow > div:last-child { background: var(--mint); color: var(--bg); border-color: var(--mint); }
.rules-flow b { font-size: 37px; line-height: 1; letter-spacing: -.05em; }
.rules-flow span { max-width: 170px; color: var(--muted); font-size: 11px; }
.rules-flow > div:last-child span { color: #24301b; }
.rules-flow > i { color: var(--cyan); font-style: normal; }

.section-lead { max-width: 800px; margin: 27px 0 0 195px; color: #b5bfcd; font-size: 18px; }
.route-lane { margin: 38px 0 0 195px; overflow: hidden; background: var(--panel); border: 1px solid var(--line); border-radius: 9px; }
.route-lane + .route-lane { margin-top: 22px; }
.route-lane > header { min-height: 94px; padding: 17px 20px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 17px; border-bottom: 1px solid var(--line); }
.route-lane > header .flag { width: 46px; height: 29px; }
.route-lane > header small { color: var(--cyan); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.route-lane h4 { margin: 3px 0 0; font-size: 20px; }
.route-lane > header strong { color: var(--mint); font-size: 15px; }
.argentina-lane > header { background: rgba(82,108,255,.1); }
.route-results { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: var(--line); }
.route-results span { min-height: 59px; padding: 10px; display: flex; flex-direction: column; justify-content: space-between; background: #0a0f1a; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.route-results b { color: var(--text); font-size: 14px; }
.route-copy { padding: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.route-copy p { margin: 0; color: #b5becc; font-size: 14px; }

.radar-list { margin: 38px 0 0 195px; border-top: 1px solid var(--line); }
.radar-list > div { min-height: 117px; padding: 20px 0; display: grid; grid-template-columns: 55px 245px 1fr; gap: 20px; align-items: start; border-bottom: 1px solid var(--line); }
.radar-list > div > b { color: var(--mint); font-size: 14px; }
.radar-list h4 { margin: 0; font-size: 17px; line-height: 1.35; }
.radar-list p { margin: 0; color: #aeb8c7; font-size: 14px; }
.archive-intro { margin: 38px 0 0 195px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.archive-intro p { margin: 0; color: #b3bdca; font-size: 14px; }
.archive-list { margin: 38px 0 0 195px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.archive-list > div { min-height: 57px; padding: 10px 13px; display: grid; grid-template-columns: 80px 1fr 270px; align-items: center; border-bottom: 1px solid var(--line-soft); }
.archive-list > div:last-child { border: 0; }
.archive-list time { color: var(--cyan); font-size: 18px; font-weight: 900; }
.archive-list span { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.archive-list b { text-align: right; font-size: 13px; }
.archive-list .current { background: var(--blue); }
.archive-list .current time { color: var(--mint); }
.archive-list .current span { color: #d8ddff; }

.destination-grid { margin: 38px 0 25px 195px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; gap: 14px; }
.destination-grid > div { min-height: 170px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; background: var(--panel); border: 1px solid var(--line); border-radius: 8px; }
.destination-grid > div:first-child { border-color: var(--mint); box-shadow: inset 0 0 40px rgba(184,255,98,.06); }
.destination-grid > div > span { color: var(--cyan); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.destination-grid > div b { font-size: 28px; line-height: 1.1; }
.destination-grid > div p { margin: 0; color: var(--muted); font-size: 12px; }
.destination-grid > i { align-self: center; color: var(--mint); font-size: 9px; font-style: normal; font-weight: 900; }
.next-stop > p { max-width: 790px; margin: 0 0 0 195px; color: #b3bdca; }
.help-grid { margin: 38px 0 0 195px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 27px; }
.help-grid p { margin: 0; color: #b4becc; font-size: 14px; }

.questions { width: min(1180px, calc(100% - 36px)); margin: 0 auto 92px; display: grid; grid-template-columns: .75fr 1.25fr; overflow: hidden; background: var(--panel); border: 1px solid #38445a; border-radius: 12px; }
.questions > header { padding: 48px; background: linear-gradient(145deg, rgba(82,108,255,.45), rgba(10,15,26,.75)), url('/assets/signal-stadium.webp') center / cover; border-right: 1px solid var(--line); }
.questions > header span { color: var(--mint); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.questions h2 { margin: 16px 0 0; font-size: clamp(35px, 4.5vw, 57px); line-height: 1.02; letter-spacing: -.055em; }
.questions details { border-bottom: 1px solid var(--line); }
.questions details:last-child { border: 0; }
.questions summary { min-height: 72px; padding: 17px 47px 17px 18px; display: flex; align-items: center; gap: 14px; position: relative; font-size: 14px; font-weight: 800; cursor: pointer; list-style: none; }
.questions summary::-webkit-details-marker { display: none; }
.questions summary::after { position: absolute; right: 18px; content: '+'; color: var(--mint); font-size: 21px; }
.questions details[open] summary::after { content: '-'; }
.questions summary b { color: var(--cyan); font-size: 10px; }
.questions details p { margin: 0; padding: 0 47px 20px; color: var(--muted); font-size: 13px; }

.official-links { padding: 52px max(18px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1.15fr repeat(4, 1fr); background: #05070d; border-top: 1px solid var(--line); }
.official-links > div span { color: var(--cyan); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.official-links h2 { margin: 8px 0 0; font-size: 24px; }
.official-links > a { min-height: 112px; padding: 14px; display: grid; grid-template-columns: auto 1fr auto; gap: 9px; border-left: 1px solid var(--line); font-size: 10px; }
.official-links > a b { color: var(--blue); }
.official-links > a i { color: var(--mint); font-style: normal; }
.official-links > a:hover span { text-decoration: underline; }
.site-footer { min-height: 118px; padding: 25px max(18px, calc((100vw - 1380px) / 2)); display: flex; align-items: center; gap: 34px; background: var(--panel); border-top: 1px solid var(--line); font-size: 10px; }
.site-footer p { color: var(--muted); }
.site-footer > a:last-child { margin-left: auto; color: var(--mint); font-weight: 800; }
.toast { position: fixed; right: 18px; bottom: 18px; z-index: 50; padding: 12px 15px; background: var(--mint); color: var(--bg); border: 1px solid #e2ffbd; border-radius: 6px; box-shadow: 0 10px 35px rgba(0,0,0,.45); font-size: 11px; font-weight: 900; opacity: 0; transform: translateY(14px); transition: .18s ease; }
.toast.show { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .topbar { grid-template-columns: 1fr auto auto; gap: 10px; }
  .topbar nav { display: none; position: absolute; top: 66px; right: 0; left: 0; padding: 17px; flex-direction: column; align-items: stretch; gap: 0; background: #090d17; border-bottom: 1px solid var(--line); }
  .topbar nav.open { display: flex; }
  .topbar nav a { min-height: 44px; padding: 11px 4px; border-bottom: 1px solid var(--line-soft); }
  .nav-button { display: block; }
  .stage-grid { grid-template-columns: 1fr; }
  .score-screen { min-height: 430px; }
  .section-title { grid-template-columns: 1fr; gap: 10px; }
  .time-compare, .copy-columns, .rules-flow, .section-lead, .route-lane, .radar-list, .archive-intro, .archive-list, .destination-grid, .next-stop > p, .help-grid { margin-left: 0; }
  .route-copy, .copy-columns, .archive-intro, .help-grid { grid-template-columns: 1fr; }
  .radar-list > div { grid-template-columns: 45px 210px 1fr; }
  .questions { grid-template-columns: 1fr; }
  .questions > header { border-right: 0; border-bottom: 1px solid var(--line); }
  .official-links { grid-template-columns: 1fr 1fr; }
  .official-links > div { grid-column: 1 / 3; padding-bottom: 24px; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .topbar { min-height: 57px; padding: 0 11px; grid-template-columns: 1fr auto; }
  .topbar nav { top: 57px; }
  .watch-link { min-height: 36px; }
  .nav-button { display: none; }
  .watch-stage { width: calc(100% - 18px); padding: 18px 0 55px; }
  .stage-copy { min-height: 0; padding: 34px 19px 38px; border-radius: 9px; }
  .signal-code { margin-bottom: 18px; font-size: 8px; }
  .stage-copy h1 { font-size: 39px; line-height: .99; }
  .stage-lead { margin-top: 21px; font-size: 15px; }
  .stage-actions { align-items: stretch; flex-direction: column; }
  .stage-actions a:first-child { justify-content: space-between; }
  .stage-actions a:last-child { width: max-content; }
  .score-screen { min-height: 365px; padding: 12px; grid-template-columns: 1fr 66px 1fr; border-radius: 9px; }
  .screen-team .flag { width: 47px; height: 30px; }
  .screen-team b { font-size: 39px; }
  .screen-vs span { font-size: 19px; }
  .fact-grid { grid-template-columns: 1fr 1fr; }
  .fact-grid div { min-height: 83px; padding: 14px; }
  .fact-grid b { font-size: 14px; }
  .watch-console { margin-top: 35px; padding: 10px; border-radius: 9px; }
  .watch-console > header { padding: 8px 3px 0; align-items: flex-start; flex-direction: column; }
  .watch-console h2 { font-size: 26px; }
  .console-bar { min-height: 42px; padding: 0 7px; grid-template-columns: 1fr auto; }
  .console-bar span:last-child { display: none; }
  .watch-console > footer { align-items: flex-start; flex-direction: column; }
  .watch-console > footer button { min-height: 44px; }
  .pulse-line { min-height: 37px; justify-content: flex-start; }
  .pulse-line span:nth-of-type(n+4), .pulse-line i:nth-of-type(n+4) { display: none; }
  .match-guide { width: calc(100% - 20px); margin: 58px auto; }
  .guide-head { padding-bottom: 39px; }
  .guide-head h2 { font-size: 37px; }
  .guide-head p { font-size: 17px; }
  .match-guide > section { padding-top: 48px; }
  .match-guide > section + section { margin-top: 48px; }
  .section-title h3 { font-size: 31px; }
  .time-compare { grid-template-columns: 1fr 1fr; gap: 8px; }
  .time-compare > i { grid-column: 1 / 3; grid-row: 2; text-align: center; }
  .time-compare > div { min-height: 125px; padding: 16px; }
  .time-compare b { font-size: 35px; }
  .copy-columns { gap: 20px; }
  .rules-flow { grid-template-columns: 1fr; }
  .rules-flow > i { text-align: center; transform: rotate(90deg); }
  .rules-flow > div { min-height: 125px; }
  .section-lead { font-size: 16px; }
  .route-lane > header { grid-template-columns: auto 1fr; }
  .route-lane > header strong { grid-column: 2; }
  .route-results { grid-template-columns: 1fr 1fr 1fr; }
  .route-copy { padding: 18px; gap: 20px; }
  .radar-list > div { grid-template-columns: 35px 1fr; gap: 11px; }
  .radar-list p { grid-column: 2; }
  .archive-list > div { grid-template-columns: 58px 1fr; }
  .archive-list b { grid-column: 2; text-align: left; }
  .destination-grid { grid-template-columns: 1fr; }
  .destination-grid > i { transform: rotate(90deg); }
  .questions { width: calc(100% - 18px); margin-bottom: 55px; border-radius: 9px; }
  .questions > header { padding: 32px 19px; }
  .questions h2 { font-size: 35px; }
  .questions summary { min-height: 69px; padding-left: 13px; gap: 10px; font-size: 13px; }
  .questions details p { padding: 0 38px 19px; }
  .official-links { padding: 38px 14px; grid-template-columns: 1fr; }
  .official-links > div { grid-column: 1; }
  .official-links > a { min-height: 75px; border-top: 1px solid var(--line); border-left: 0; }
  .site-footer { align-items: flex-start; flex-wrap: wrap; }
  .site-footer p { width: calc(100% - 90px); margin: 0; }
  .site-footer > a:last-child { width: 100%; margin: 0; }
  .toast { right: 9px; bottom: 9px; left: 9px; text-align: center; }
}

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