:root {
  --paper: #f2eddf;
  --paper-deep: #e5decc;
  --ink: #0a0b0d;
  --muted: #625f57;
  --red: #ef4435;
  --sky: #8dd8e8;
  --acid: #d9ff43;
  --white: #fffdf7;
  --line: #0a0b0d;
  --body: 'Manrope', sans-serif;
  --display: 'Archivo Black', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 22px; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font: 16px/1.7 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(--acid); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 9px; left: 9px; padding: 10px 14px; background: var(--acid); color: var(--ink); font-size: 12px; font-weight: 800; transform: translateY(-170%); transition: transform .16s ease; }
.skip-link:focus { transform: none; }

.masthead {
  min-height: 72px;
  padding: 0 max(20px, calc((100vw - 1420px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative;
  z-index: 20;
  background: var(--ink);
  color: var(--white);
  border-bottom: 5px solid var(--red);
}
.wordmark { width: max-content; display: flex; align-items: center; gap: 11px; }
.wordmark > span { width: 42px; height: 42px; display: grid; place-items: center; background: var(--acid); color: var(--ink); font: 17px/1 var(--display); }
.wordmark > b { font-size: 10px; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; }
.masthead nav { display: flex; align-items: center; gap: 35px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.masthead nav a { padding: 25px 0 21px; border-bottom: 4px solid transparent; }
.masthead nav a:hover { border-color: var(--acid); }
.mast-status { justify-self: end; display: flex; align-items: center; gap: 9px; color: #c7c4ba; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.mast-status i { width: 8px; height: 8px; background: var(--red); box-shadow: 0 0 0 5px rgba(239, 68, 53, .18); border-radius: 50%; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 8px; border: 1px solid #555; background: transparent; }
.nav-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--white); }

.match-hero { width: min(1420px, 100%); margin: 0 auto; border-right: 2px solid var(--line); border-left: 2px solid var(--line); }
.edition-line { min-height: 38px; padding: 0 19px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; border-bottom: 2px solid var(--line); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.edition-line span:nth-child(2) { padding: 0 20px; border-right: 1px solid var(--line); border-left: 1px solid var(--line); }
.edition-line span:last-child { justify-self: end; }
.hero-grid { min-height: 615px; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(360px, .75fr); border-bottom: 2px solid var(--line); }
.hero-title {
  padding: clamp(55px, 7vw, 100px) clamp(30px, 6vw, 90px) 60px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(10, 11, 13, .07) 50%, transparent 50.2%),
    linear-gradient(0deg, transparent 49.8%, rgba(10, 11, 13, .06) 50%, transparent 50.2%);
  background-size: 82px 82px;
}
.hero-title::after { position: absolute; right: -55px; bottom: -115px; width: 270px; height: 270px; content: ''; border: 44px solid var(--sky); border-radius: 50%; opacity: .75; }
.eyebrow { margin: 0 0 24px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-title h1 { margin: 0; position: relative; z-index: 1; font: 400 clamp(57px, 7.8vw, 116px)/.86 var(--display); letter-spacing: -.065em; text-transform: uppercase; }
.hero-title h1 span { display: block; }
.hero-title h1 span:last-of-type { color: var(--red); }
.hero-title h1 i { margin: 8px 0 6px; display: block; color: var(--muted); font: normal 800 clamp(14px, 1.7vw, 24px)/1 var(--body); letter-spacing: .3em; text-transform: uppercase; }
.search-line { width: max-content; max-width: 100%; margin: 34px 0 0; padding: 10px 0; position: relative; z-index: 1; border-top: 2px solid var(--line); border-bottom: 2px solid var(--line); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.hero-buttons { margin-top: 32px; display: flex; align-items: center; gap: 22px; position: relative; z-index: 2; }
.hero-buttons a:first-child { min-height: 51px; padding: 0 9px 0 18px; display: inline-flex; align-items: center; gap: 18px; background: var(--ink); color: var(--white); border: 2px solid var(--ink); font-weight: 800; }
.hero-buttons a:first-child b { padding: 9px 11px; background: var(--acid); color: var(--ink); font-size: 10px; letter-spacing: .1em; }
.hero-buttons a:last-child { padding-bottom: 4px; border-bottom: 2px solid var(--line); font-size: 12px; font-weight: 800; }

.match-ticket { margin: 35px; align-self: stretch; position: relative; display: flex; flex-direction: column; overflow: hidden; background: var(--ink); color: var(--white); border: 2px solid var(--ink); box-shadow: 14px 14px 0 var(--sky); }
.match-ticket::before { position: absolute; inset: 0; content: ''; background: radial-gradient(circle at 25% 18%, rgba(141,216,232,.25), transparent 25%), radial-gradient(circle at 85% 82%, rgba(239,68,53,.3), transparent 28%); pointer-events: none; }
.ticket-head { min-height: 62px; padding: 0 19px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; border-bottom: 1px dashed #5d5d5d; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.ticket-head strong { width: 37px; height: 37px; display: grid; place-items: center; background: var(--acid); color: var(--ink); font: 13px var(--display); border-radius: 50%; }
.ticket-versus { padding: 50px 20px 38px; display: grid; grid-template-columns: 1fr 45px 1fr; align-items: center; position: relative; z-index: 1; text-align: center; }
.ticket-versus > div { display: flex; flex-direction: column; align-items: center; gap: 7px; }
.ticket-versus .flag { width: 58px; height: 37px; margin-bottom: 11px; }
.ticket-versus b { font: 42px/1 var(--display); }
.ticket-versus small { color: #bab8b1; font-size: 10px; text-transform: uppercase; }
.ticket-versus > i { color: var(--acid); font: normal 13px var(--display); }
.ticket-time { margin-top: auto; padding: 22px 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; position: relative; z-index: 1; background: var(--red); border-top: 2px solid var(--white); }
.ticket-time span { font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.ticket-time span:last-child { text-align: right; }
.ticket-time b { font: 47px/.8 var(--display); }
.ticket-cut { position: absolute; top: 58%; right: -13px; left: -13px; border-top: 2px dashed #767676; }

.flag { position: relative; display: inline-block; overflow: hidden; box-shadow: 0 0 0 1px rgba(0,0,0,.28); }
.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%); }

.match-facts { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 2px solid var(--line); }
.match-facts > div { min-height: 104px; padding: 21px 25px; display: flex; flex-direction: column; justify-content: space-between; border-right: 2px solid var(--line); }
.match-facts > div:last-child { border: 0; background: var(--sky); }
.match-facts span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.match-facts b { font-size: clamp(15px, 1.7vw, 22px); }
.venue-strip { height: 245px; margin: 0; position: relative; overflow: hidden; background: var(--ink); }
.venue-strip img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.15); opacity: .72; }
.venue-strip::after { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, rgba(239,68,53,.75), transparent 45%, rgba(141,216,232,.62)); mix-blend-mode: color; }
.venue-strip figcaption { position: absolute; z-index: 2; right: 28px; bottom: 24px; left: 28px; display: flex; align-items: end; justify-content: space-between; gap: 30px; color: var(--white); }
.venue-strip figcaption span { padding: 7px 10px; background: var(--acid); color: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.venue-strip figcaption b { max-width: 680px; text-align: right; font: clamp(19px, 2.7vw, 38px)/1.05 var(--display); }

.signal-tape { height: 42px; display: flex; align-items: center; overflow: hidden; background: var(--acid); border-top: 2px solid var(--line); border-bottom: 2px solid var(--line); font: 11px var(--display); white-space: nowrap; }
.signal-tape span { min-width: 880px; letter-spacing: .05em; }

.broadcast { padding: 88px max(20px, calc((100vw - 1180px) / 2)) 94px; background: var(--ink); color: var(--white); border-bottom: 8px solid var(--red); }
.broadcast-head { margin-bottom: 25px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.broadcast-head p { margin: 0 0 10px; color: var(--acid); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.broadcast h2 { max-width: 850px; margin: 0; font: clamp(32px, 5vw, 65px)/.98 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
.connected { flex: none; display: flex; align-items: center; gap: 10px; color: #bbb8af; font-size: 11px; font-weight: 700; }
.connected i { width: 8px; height: 8px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 5px rgba(239,68,53,.18); }
.broadcast-shell { border: 2px solid #565656; box-shadow: 12px 12px 0 var(--red); }
.broadcast-bar { min-height: 54px; padding: 0 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 2px solid #565656; color: #a5a39d; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.broadcast-bar b { color: var(--white); font: 12px var(--display); }
.broadcast-bar b i { margin: 0 9px; color: var(--acid); font-style: normal; }
.broadcast-bar span:last-child { text-align: right; }
.video-wrapper { width: 100%; aspect-ratio: 16 / 9; position: relative; overflow: hidden; background: #000; }
.dreams-player { width: 100%; height: 100%; position: relative; display: grid; place-items: center; background: linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.8)), url('/assets/stadium-hero.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: 25px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.88)), url('/assets/stadium-hero.webp') center / cover; text-align: center; }
.player-offline .offline-mark { width: 54px; height: 54px; display: grid; place-items: center; border: 2px solid var(--acid); border-radius: 50%; }
.player-offline .offline-mark i { width: 12px; height: 12px; background: var(--acid); border-radius: 50%; }
.player-offline b { font: 18px var(--display); text-transform: uppercase; }
.player-offline p { margin: 0; color: #b9b6ad; font-size: 12px; }
.broadcast-note { margin-top: 21px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #aaa79f; font-size: 11px; }
.broadcast-note p { max-width: 750px; margin: 0; }
.broadcast-note button { min-height: 43px; padding: 0 14px; flex: none; background: transparent; border: 1px solid #777; color: var(--white); font-size: 10px; font-weight: 800; text-transform: uppercase; }

.match-report { width: min(1320px, calc(100% - 40px)); margin: 92px auto; }
.report-lead { padding: 0 0 58px; display: grid; grid-template-columns: .72fr 1.45fr; column-gap: 55px; border-bottom: 5px solid var(--line); }
.chapter, .section-code { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.report-lead h2 { margin: 0; grid-column: 2; font: clamp(44px, 6vw, 82px)/.98 var(--display); letter-spacing: -.055em; text-transform: uppercase; }
.report-lead > p { margin: 30px 0 0; grid-column: 2; color: #4d4a43; font-size: 20px; line-height: 1.55; }
.report-layout { display: grid; grid-template-columns: 245px minmax(0, 850px); justify-content: space-between; gap: 75px; }
.report-index { align-self: start; position: sticky; top: 20px; padding-top: 37px; }
.report-index > p { margin: 0 0 14px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.report-index ol { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--line); counter-reset: nav; }
.report-index li { border-bottom: 1px solid #8e897d; }
.report-index a { padding: 11px 0; display: block; color: #4e4b44; font-size: 12px; font-weight: 700; }
.report-index a:hover { color: var(--red); }
.report-index dl { margin: 32px 0 0; padding: 15px; background: var(--sky); border: 2px solid var(--line); }
.report-index dl div { padding: 9px 0; border-bottom: 1px solid rgba(10,11,13,.4); }
.report-index dl div:last-child { border: 0; }
.report-index dt { font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.report-index dd { margin: 2px 0 0; font-size: 13px; font-weight: 800; }
.report-copy { font-size: 17px; }
.report-copy section { padding: 65px 0 0; scroll-margin-top: 25px; }
.report-copy section + section { margin-top: 65px; border-top: 2px solid var(--line); }
.report-copy h3 { max-width: 760px; margin: 12px 0 28px; font: clamp(31px, 4vw, 51px)/1.05 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
.report-copy p { margin: 0 0 24px; }
.report-copy p.drop { font-size: 22px; font-weight: 600; line-height: 1.55; }
.report-copy p.drop::first-letter { margin: 9px 9px 0 0; float: left; color: var(--red); font: 68px/.7 var(--display); }
.route-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.route-card { display: flex; flex-direction: column; border: 2px solid var(--line); background: var(--white); }
.route-card header { min-height: 104px; padding: 18px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; border-bottom: 2px solid var(--line); }
.route-card header .flag { width: 48px; height: 31px; }
.route-card header small { font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.route-card h4 { margin: 2px 0 0; font: 24px var(--display); text-transform: uppercase; }
.route-card header > b { color: var(--red); font: 42px/1 var(--display); }
.argentina-card header { background: var(--sky); }
.argentina-card header > b { color: var(--ink); }
.route-card > p { margin: 0; padding: 18px; border-bottom: 1px solid #bbb6a9; font-size: 14px; }
.route-card footer { margin-top: auto; padding: 16px 18px; display: flex; justify-content: space-between; gap: 15px; background: var(--ink); color: var(--white); font-size: 10px; }
.route-card footer b { color: var(--acid); }
.key-list { border-top: 3px solid var(--line); }
.key-list > div { padding: 25px 0; display: grid; grid-template-columns: 52px 240px 1fr; gap: 20px; border-bottom: 1px solid #8b867b; }
.key-list > div > b { color: var(--red); font: 20px var(--display); }
.key-list h4 { margin: 0; font-size: 18px; line-height: 1.3; }
.key-list p { margin: 0; color: #555149; font-size: 14px; }
.report-copy blockquote { margin: 45px 0 0; padding: 32px; background: var(--ink); color: var(--white); border-left: 12px solid var(--acid); font: 24px/1.45 var(--display); }
.report-copy blockquote span { margin-bottom: 15px; display: block; color: var(--acid); font: 9px var(--body); letter-spacing: .15em; }
.archive-table { margin-top: 35px; border-top: 3px solid var(--line); border-bottom: 3px solid var(--line); }
.archive-table > div { min-height: 60px; padding: 10px 14px; display: grid; grid-template-columns: 80px 1fr 280px; align-items: center; border-bottom: 1px solid #8e897e; }
.archive-table > div:last-child { border: 0; }
.archive-table time { font: 20px var(--display); }
.archive-table span { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.archive-table b { text-align: right; font-size: 14px; }
.archive-table .archive-next { background: var(--red); color: var(--white); }
.archive-table .archive-next span { color: var(--white); }
.rules-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 28px; }
.rules-grid p { margin: 0; padding: 24px; background: var(--sky); border: 2px solid var(--line); font-size: 14px; }
.rules-grid p:last-child { background: var(--acid); }
.rules-grid b { margin-bottom: 15px; display: block; font: 30px var(--display); text-transform: uppercase; }

.faq { width: min(1320px, calc(100% - 40px)); margin: 0 auto 90px; display: grid; grid-template-columns: .85fr 1.15fr; border: 3px solid var(--line); background: var(--sky); }
.faq > header { padding: 55px; border-right: 3px solid var(--line); }
.faq > header > span { font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.faq h2 { margin: 20px 0 0; font: clamp(39px, 5vw, 66px)/1 var(--display); letter-spacing: -.05em; text-transform: uppercase; }
.faq-list { background: var(--paper); }
.faq details { border-bottom: 2px solid var(--line); }
.faq details:last-child { border: 0; }
.faq summary { min-height: 78px; padding: 20px 52px 20px 20px; position: relative; display: flex; align-items: center; gap: 17px; font-weight: 800; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { position: absolute; right: 19px; content: '+'; font: 20px var(--display); }
.faq details[open] summary::after { content: '-'; }
.faq summary b { color: var(--red); font: 13px var(--display); }
.faq details p { margin: 0; padding: 0 53px 23px; color: #514e47; font-size: 14px; }

.sources { padding: 50px max(20px, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); background: var(--ink); color: var(--white); border-top: 8px solid var(--acid); }
.sources > div { padding-right: 25px; }
.sources > div span { color: var(--acid); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.sources h2 { margin: 7px 0 0; font: 25px var(--display); text-transform: uppercase; }
.sources > a { min-height: 112px; padding: 14px; display: grid; grid-template-columns: auto 1fr auto; gap: 10px; border-left: 1px solid #4b4b4b; font-size: 11px; }
.sources > a b { color: var(--red); }
.sources > a i { color: var(--acid); font-style: normal; }
.sources > a:hover span { text-decoration: underline; }
.site-footer { min-height: 130px; padding: 28px max(20px, calc((100vw - 1320px) / 2)); display: flex; align-items: center; gap: 38px; background: var(--paper-deep); border-top: 2px solid var(--line); font-size: 10px; }
.site-footer p { color: var(--muted); }
.site-footer > a:last-child { margin-left: auto; font-weight: 800; text-transform: uppercase; }
.toast { position: fixed; z-index: 40; right: 20px; bottom: 20px; padding: 13px 17px; background: var(--acid); color: var(--ink); border: 2px solid var(--ink); box-shadow: 6px 6px 0 var(--red); font-size: 11px; font-weight: 800; opacity: 0; transform: translateY(15px); transition: .18s ease; }
.toast.show { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .masthead { grid-template-columns: 1fr auto; }
  .masthead nav { display: none; position: absolute; top: 72px; right: 0; left: 0; padding: 20px; flex-direction: column; align-items: flex-start; gap: 0; background: var(--ink); border-bottom: 5px solid var(--red); }
  .masthead nav.open { display: flex; }
  .masthead nav a { width: 100%; padding: 13px 0; border-bottom: 1px solid #444; }
  .mast-status { display: none; }
  .nav-toggle { display: block; justify-self: end; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; }
  .match-ticket { min-height: 430px; }
  .match-facts { grid-template-columns: 1fr 1fr; }
  .match-facts > div:nth-child(2) { border-right: 0; }
  .match-facts > div:nth-child(-n+2) { border-bottom: 2px solid var(--line); }
  .report-lead { grid-template-columns: 1fr; }
  .report-lead h2, .report-lead > p { grid-column: 1; }
  .report-lead h2 { margin-top: 17px; }
  .report-layout { grid-template-columns: 1fr; gap: 0; }
  .report-index { position: static; padding: 30px 0 0; }
  .report-index ol { display: grid; grid-template-columns: 1fr 1fr; }
  .report-index li:nth-child(odd) { border-right: 1px solid #8e897d; }
  .report-index a { padding: 11px; }
  .report-index dl { display: grid; grid-template-columns: repeat(3, 1fr); }
  .report-index dl div { border-right: 1px solid rgba(10,11,13,.4); border-bottom: 0; }
  .report-index dl div:last-child { border: 0; }
  .faq { grid-template-columns: 1fr; }
  .faq > header { border-right: 0; border-bottom: 3px solid var(--line); }
  .sources { grid-template-columns: 1fr 1fr; }
  .sources > div { grid-column: 1 / 3; padding: 0 0 25px; }
  .sources > a:nth-child(even) { border-right: 1px solid #4b4b4b; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .masthead { min-height: 64px; padding: 0 12px; }
  .masthead nav { top: 64px; }
  .wordmark > span { width: 37px; height: 37px; font-size: 14px; }
  .edition-line { padding: 0 10px; grid-template-columns: 1fr auto; }
  .edition-line span:nth-child(2) { justify-self: end; padding: 0; border: 0; }
  .edition-line span:last-child { display: none; }
  .hero-title { padding: 48px 18px 45px; background-size: 54px 54px; }
  .hero-title h1 { font-size: clamp(50px, 17vw, 72px); }
  .hero-title h1 i { font-size: 11px; }
  .search-line { font-size: 9px; }
  .hero-buttons { align-items: stretch; flex-direction: column; }
  .hero-buttons a:first-child { justify-content: space-between; }
  .hero-buttons a:last-child { width: max-content; }
  .match-ticket { min-height: 390px; margin: 12px 12px 28px; box-shadow: 7px 7px 0 var(--sky); }
  .ticket-versus { padding-inline: 12px; }
  .ticket-versus b { font-size: 34px; }
  .ticket-versus .flag { width: 45px; height: 29px; }
  .ticket-time b { font-size: 35px; }
  .match-facts > div { min-height: 92px; padding: 16px 13px; }
  .match-facts b { font-size: 14px; }
  .venue-strip { height: 270px; }
  .venue-strip figcaption { right: 14px; bottom: 15px; left: 14px; align-items: flex-start; flex-direction: column; }
  .venue-strip figcaption b { text-align: left; font-size: 22px; }
  .signal-tape { height: 37px; }
  .broadcast { padding: 58px 10px 70px; }
  .broadcast-head { align-items: flex-start; flex-direction: column; }
  .broadcast h2 { font-size: 31px; }
  .broadcast-shell { box-shadow: 6px 6px 0 var(--red); }
  .broadcast-bar { min-height: 45px; padding: 0 8px; grid-template-columns: 1fr auto; }
  .broadcast-bar span:last-child { display: none; }
  .broadcast-note { align-items: flex-start; flex-direction: column; }
  .broadcast-note button { min-height: 44px; }
  .match-report { width: calc(100% - 20px); margin: 58px auto; }
  .report-lead { padding-bottom: 38px; }
  .report-lead h2 { font-size: 39px; }
  .report-lead > p { font-size: 17px; }
  .report-index ol { grid-template-columns: 1fr; }
  .report-index li:nth-child(odd) { border-right: 0; }
  .report-index dl { grid-template-columns: 1fr 1fr; }
  .report-index dl div:nth-child(2) { border-right: 0; }
  .report-index dl div:last-child { grid-column: 1 / 3; border-top: 1px solid rgba(10,11,13,.4); }
  .report-copy { font-size: 16px; }
  .report-copy section { padding-top: 48px; }
  .report-copy section + section { margin-top: 48px; }
  .report-copy h3 { font-size: 31px; }
  .report-copy p.drop { font-size: 19px; }
  .route-grid { grid-template-columns: 1fr; }
  .key-list > div { grid-template-columns: 38px 1fr; gap: 12px; }
  .key-list p { grid-column: 2; }
  .report-copy blockquote { padding: 24px 18px; border-left-width: 8px; font-size: 19px; }
  .archive-table > div { grid-template-columns: 60px 1fr; }
  .archive-table b { grid-column: 2; text-align: left; }
  .rules-grid { grid-template-columns: 1fr; }
  .faq { width: calc(100% - 20px); margin-bottom: 55px; }
  .faq > header { padding: 35px 20px; }
  .faq h2 { font-size: 36px; }
  .faq summary { min-height: 70px; padding-left: 14px; gap: 11px; font-size: 14px; }
  .faq details p { padding: 0 38px 20px; font-size: 13px; }
  .sources { padding: 38px 15px; grid-template-columns: 1fr; }
  .sources > div { grid-column: 1; }
  .sources > a { min-height: 78px; border-top: 1px solid #4b4b4b; border-left: 0; }
  .sources > a:nth-child(even) { border-right: 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: 10px; bottom: 10px; left: 10px; text-align: center; }
}

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