:root {
  --navy: #071d49;
  --navy-dark: #03102b;
  --blue: #0c3b78;
  --orange: #ff4f00;
  --orange-hot: #ff6a00;
  --cream: #f2f0e9;
  --white: #fff;
  --ink: #07152f;
  --line: rgba(7, 29, 73, 0.18);
  --sans: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 99; background: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.masthead {
  min-height: 74px; padding: 0 clamp(1rem, 4vw, 4.5rem); display: grid;
  grid-template-columns: 1fr auto 1fr; align-items: center; color: white; background: var(--navy-dark);
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; color: white; text-decoration: none; font-size: 1.15rem; font-weight: 800; letter-spacing: .08em; }
.brand b { color: var(--orange); }
.brand-mark { width: 35px; height: 35px; border: 2px solid var(--orange); border-radius: 50%; position: relative; display: inline-grid; place-items: center; overflow: hidden; }
.brand-mark i { position: absolute; width: 27px; height: 2px; background: var(--orange); transform-origin: center; }
.brand-mark i:nth-child(1) { transform: rotate(0deg); }
.brand-mark i:nth-child(2) { transform: rotate(60deg); }
.brand-mark i:nth-child(3) { transform: rotate(-60deg); }
.edition { font-weight: 800; font-size: .72rem; letter-spacing: .17em; }
.edition span { display: inline-block; background: var(--orange); padding: .28rem .38rem; margin-right: .45rem; }
.dateline { justify-self: end; margin: 0; font-size: .67rem; letter-spacing: .13em; font-weight: 700; }

.news-strip { height: 40px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; overflow: hidden; color: white; background: var(--blue); font-weight: 800; font-size: .69rem; letter-spacing: .08em; }
.news-label { align-self: stretch; display: flex; align-items: center; gap: .6rem; padding: 0 1.6rem 0 clamp(1rem, 4vw, 4.5rem); background: var(--orange); clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%); }
.news-label i { width: 7px; height: 7px; background: white; border-radius: 50%; animation: blink 1.5s infinite; }
.ticker-window { overflow: hidden; white-space: nowrap; }
.ticker-window p { display: inline-block; min-width: 100%; margin: 0; padding-left: 2rem; animation: ticker 28s linear infinite; }
.scan-time { padding: 0 clamp(1rem, 4vw, 4.5rem) 0 2rem; color: rgba(255,255,255,.65); white-space: nowrap; }

.hero { min-height: 610px; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem, 7vw, 8rem); align-items: center; padding: clamp(4rem, 7vw, 8rem) clamp(1rem, 6vw, 7rem); color: white; overflow: hidden; position: relative; background:
  linear-gradient(117deg, transparent 58%, rgba(255,79,0,.13) 58.2%, transparent 73%),
  radial-gradient(circle at 85% 45%, rgba(31,94,166,.78), transparent 35%),
  linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 53%, #0c3972 100%);
}
.hero::after { content: ""; position: absolute; width: 650px; height: 650px; right: -260px; top: -230px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.hero-copy, .next-up { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 1rem; color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue); }
.hero h1 { margin: 0; font-size: clamp(4.8rem, 10vw, 9.4rem); line-height: .78; letter-spacing: -.075em; font-weight: 950; transform: scaleY(1.12); transform-origin: left; }
.hero h1 em { color: var(--orange); font-style: normal; }
.intro { max-width: 590px; margin: 2.2rem 0; font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.48; color: rgba(255,255,255,.73); }
.primary-link { display: inline-flex; align-items: center; gap: 2.2rem; border-bottom: 2px solid var(--orange); padding: .7rem 0; text-decoration: none; font-size: .75rem; letter-spacing: .14em; font-weight: 900; text-transform: uppercase; }
.primary-link span { color: var(--orange); font-size: 1.2rem; }

.next-up { background: var(--orange); box-shadow: 28px 28px 0 rgba(3,16,43,.55); padding: clamp(1.5rem, 3vw, 2.5rem); transform: skewY(-1.3deg); }
.next-up > * { transform: skewY(1.3deg); }
.next-topline { display: flex; justify-content: space-between; font-size: .68rem; font-weight: 900; letter-spacing: .16em; padding-bottom: 1.2rem; border-bottom: 1px solid rgba(255,255,255,.35); }
.next-topline span:first-child { display: flex; align-items: center; gap: .5rem; }
.next-topline i { width: 7px; height: 7px; background: white; border-radius: 50%; animation: blink 1.5s infinite; }
.next-sport { display: inline-block; margin: 1.7rem 0 1rem; background: var(--navy); padding: .4rem .6rem; font-size: .65rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.next-up h2 { margin: 0; font-size: clamp(2rem, 4.5vw, 4.2rem); line-height: .95; letter-spacing: -.045em; text-transform: uppercase; }
.next-up > p { margin: .7rem 0 1.8rem; font-weight: 700; }
.next-meta { display: grid; grid-template-columns: .9fr .7fr 1.4fr; gap: .8rem; border-block: 1px solid rgba(255,255,255,.35); padding: 1.25rem 0; }
.next-meta div { border-right: 1px solid rgba(255,255,255,.3); padding-right: .7rem; }
.next-meta div:last-child { border: 0; }
.next-meta small { display: block; font-size: .59rem; letter-spacing: .16em; margin-bottom: .35rem; }
.next-meta strong { font-size: clamp(.82rem, 1.2vw, 1rem); text-transform: uppercase; }
.next-actions { display: flex; gap: .7rem; margin-top: 1.4rem; }
.button { min-height: 43px; border: 2px solid white; padding: .7rem 1rem; text-transform: uppercase; text-decoration: none; font-size: .67rem; letter-spacing: .13em; font-weight: 900; cursor: pointer; }
.button-light { background: white; color: var(--navy); }
.button-outline { background: transparent; color: white; }

.scoreboard { min-height: 118px; display: grid; grid-template-columns: repeat(4, 1fr); background: white; border-bottom: 1px solid var(--line); }
.scoreboard > div { display: flex; flex-direction: column; justify-content: center; padding: 1.3rem clamp(1rem, 3vw, 3.5rem); border-right: 1px solid var(--line); }
.scoreboard strong { font-size: clamp(1.8rem, 4vw, 3.3rem); line-height: 1; letter-spacing: -.05em; color: var(--navy); }
.scoreboard span { margin-top: .4rem; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; color: #526079; }
.scoreboard .radar-score { display: grid; grid-template-columns: auto 1fr; grid-template-rows: 1fr 1fr; column-gap: .8rem; align-items: end; background: var(--navy); }
.scoreboard .radar-score strong { color: white; font-size: 1.6rem; align-self: end; }
.scoreboard .radar-score span:last-child { color: rgba(255,255,255,.6); grid-column: 2; align-self: start; }
.radar-pulse { grid-row: 1 / 3; width: 34px; height: 34px; margin: 0 !important; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 0 rgba(255,79,0,.6); animation: pulse 2s infinite; align-self: center; }

.agenda-section { padding: clamp(4.5rem, 8vw, 8rem) clamp(1rem, 6vw, 7rem); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.section-heading h2, .method-section > h2 { margin: 0; font-size: clamp(3.1rem, 7vw, 7rem); line-height: .82; letter-spacing: -.065em; color: var(--navy); }
.export-button { border: 0; background: var(--navy); color: white; min-height: 44px; padding: .8rem 1rem; text-transform: uppercase; letter-spacing: .1em; font-size: .65rem; font-weight: 900; cursor: pointer; }
.filters { margin-top: 3rem; display: grid; grid-template-columns: auto minmax(150px,.75fr) minmax(160px,.9fr) minmax(220px,1.6fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.filter-tabs { display: flex; background: white; padding: .55rem; }
.filter-tab { border: 0; background: transparent; color: var(--navy); padding: .7rem .9rem; font-size: .64rem; letter-spacing: .1em; font-weight: 900; cursor: pointer; }
.filter-tab.active { background: var(--orange); color: white; }
.filters label { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: .7rem; background: white; padding: .8rem 1rem; }
.filters label span { font-size: .55rem; font-weight: 900; letter-spacing: .13em; color: #657086; }
.filters select, .filters input { border: 0; min-width: 0; width: 100%; outline: 0; background: transparent; color: var(--navy); font-weight: 800; }
.agenda-summary { min-height: 64px; display: flex; justify-content: space-between; align-items: center; border-bottom: 3px solid var(--navy); font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; color: #5e687a; }
.agenda-summary p { margin: 0; }
.agenda-summary strong { color: var(--orange); font-size: 1.2rem; margin-right: .3rem; }
.agenda-list { background: white; }
.event-card { display: grid; grid-template-columns: 100px 110px minmax(260px,1fr) minmax(170px,.6fr) 110px; align-items: stretch; min-height: 135px; border-bottom: 1px solid var(--line); transition: background .2s, transform .2s; }
.event-card:hover { background: #f8faff; transform: translateX(4px); }
.event-date, .event-time, .event-main, .event-place, .event-links { padding: 1.4rem 1.2rem; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.event-date { align-items: center; color: var(--navy); background: #e5e9ef; }
.event-date strong { font-size: 2.8rem; line-height: .8; letter-spacing: -.06em; }
.event-date span { font-size: .64rem; margin-top: .6rem; letter-spacing: .1em; font-weight: 900; }
.event-time strong { font-size: 1.15rem; color: var(--navy); }
.event-time span { margin-top: .25rem; font-size: .57rem; letter-spacing: .1em; color: #697488; text-transform: uppercase; }
.event-main h3 { margin: .7rem 0 .2rem; color: var(--navy); font-size: clamp(1.25rem, 2.2vw, 1.8rem); line-height: 1; text-transform: uppercase; }
.event-main p { margin: .3rem 0 0; font-size: .75rem; color: #697488; }
.event-labels { display: flex; gap: .45rem; }
.event-labels span { padding: .27rem .42rem; font-size: .52rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.sport-label { background: var(--orange); color: white; }
.stage-label { color: var(--navy); border: 1px solid #b9c0cc; }
.event-place small { font-size: .5rem; letter-spacing: .13em; color: #717b8c; font-weight: 900; }
.event-place strong { margin-top: .45rem; font-size: .93rem; color: var(--navy); text-transform: uppercase; }
.event-place span { font-size: .7rem; margin-top: .25rem; color: #697488; }
.event-links { align-items: center; gap: .8rem; border: 0; }
.event-links button { width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--navy); color: white; font-size: 1.2rem; cursor: pointer; }
.event-links a { font-size: .56rem; letter-spacing: .1em; font-weight: 900; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.empty-state { padding: 4rem 1rem; text-align: center; border: 1px solid var(--line); background: white; }
.empty-state span { color: var(--orange); font-size: 3rem; font-weight: 900; }
.empty-state h3 { margin: .5rem; color: var(--navy); text-transform: uppercase; }
.empty-state p { color: #697488; }
.empty-state button { border: 0; background: var(--orange); color: white; padding: .8rem 1rem; font-weight: 900; text-transform: uppercase; cursor: pointer; }

.radar-section { min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; color: white; background: var(--navy-dark); overflow: hidden; }
.radar-visual { position: relative; min-height: 600px; overflow: hidden; background: radial-gradient(circle at 50% 50%, #123f76 0, #092650 38%, #03102b 72%); }
.radar-visual::before, .radar-visual::after { content: ""; position: absolute; background: rgba(255,255,255,.12); }
.radar-visual::before { width: 1px; height: 100%; left: 50%; }
.radar-visual::after { height: 1px; width: 100%; top: 50%; }
.ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-one { width: 25%; aspect-ratio: 1; }.ring-two { width: 52%; aspect-ratio: 1; }.ring-three { width: 82%; aspect-ratio: 1; }
.sweep { position: absolute; width: 41%; height: 41%; left: 50%; top: 9%; transform-origin: 0 100%; background: linear-gradient(135deg, transparent 46%, rgba(255,79,0,.35)); clip-path: polygon(0 100%,100% 0,100% 100%); animation: sweep 5s linear infinite; }
.radar-dot { position: absolute; width: 11px; height: 11px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 18px var(--orange); }
.dot-one { left: 30%; top: 35%; }.dot-two { left: 67%; top: 63%; animation: blink 1.2s infinite; }
.radar-visual b { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 57px; height: 57px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--orange); font-size: 1rem; z-index: 2; }
.radar-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 6vw, 7rem); background: linear-gradient(160deg, #092b60, var(--navy-dark)); }
.radar-copy h2 { margin: 0; font-size: clamp(3.2rem, 6vw, 6.5rem); line-height: .83; letter-spacing: -.06em; }
.radar-copy > p:not(.eyebrow) { max-width: 600px; line-height: 1.55; color: rgba(255,255,255,.66); }
.scan-stats { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 2rem; padding-block: 1.4rem; border-block: 1px solid rgba(255,255,255,.18); }
.scan-stats div { border-right: 1px solid rgba(255,255,255,.18); padding-right: 1rem; margin-right: 1rem; }
.scan-stats div:last-child { border: 0; }
.scan-stats small { display: block; color: rgba(255,255,255,.5); font-size: .55rem; letter-spacing: .13em; }
.scan-stats strong { display: block; margin-top: .45rem; font-size: 1.05rem; }
details { margin-top: 1.5rem; }
summary { display: flex; justify-content: space-between; cursor: pointer; border-bottom: 1px solid rgba(255,255,255,.25); padding: 1rem 0; font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; list-style: none; }
summary::-webkit-details-marker { display: none; }
.candidate-list { max-height: 280px; overflow: auto; }
.candidate { padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.candidate a { font-size: .8rem; font-weight: 800; line-height: 1.3; }
.candidate p { margin: .35rem 0 0; color: rgba(255,255,255,.55); font-size: .65rem; }
.candidate-empty { color: rgba(255,255,255,.6); font-size: .75rem; line-height: 1.5; }

.method-section { padding: clamp(4.5rem, 8vw, 8rem) clamp(1rem, 6vw, 7rem); }
.method-section > h2 { max-width: 850px; }
.rules { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 3rem; background: var(--line); border: 1px solid var(--line); }
.rules article { background: white; padding: 2rem; }
.rules b { color: var(--orange); font-size: 2rem; }
.rules h3 { margin: 2rem 0 .7rem; color: var(--navy); text-transform: uppercase; }
.rules p { color: #626e82; line-height: 1.5; }
.tipline { margin: 3rem 0 0; text-align: center; font-size: .66rem; letter-spacing: .11em; font-weight: 900; }
.tipline a { color: var(--orange); margin-left: .5rem; }

footer { min-height: 135px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 2rem clamp(1rem, 4vw, 4.5rem); background: var(--navy-dark); color: rgba(255,255,255,.55); font-size: .57rem; letter-spacing: .1em; text-transform: uppercase; }
footer p:last-child { justify-self: end; text-align: right; max-width: 300px; }
.footer-brand { font-size: .83rem; }
.footer-brand .brand-mark { transform: scale(.8); transform-origin: left; }

@keyframes ticker { from { transform: translateX(100%); } to { transform: translateX(-100%); } }
@keyframes blink { 0%,45% { opacity: 1; } 46%,70% { opacity: .2; } 71%,100% { opacity: 1; } }
@keyframes pulse { 70% { box-shadow: 0 0 0 15px rgba(255,79,0,0); } 100% { box-shadow: 0 0 0 0 rgba(255,79,0,0); } }
@keyframes sweep { to { transform: rotate(360deg); } }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .next-up { max-width: 750px; }
  .filters { grid-template-columns: 1fr 1fr; }
  .event-card { grid-template-columns: 80px 95px 1fr 150px; }
  .event-links { grid-column: 4; grid-row: 1; justify-content: flex-end; align-items: flex-end; border: 0; background: linear-gradient(to left, rgba(255,255,255,.96), transparent); pointer-events: none; }
  .event-links > * { pointer-events: auto; }
  .event-place { display: none; }
  .radar-section { grid-template-columns: .8fr 1.2fr; }
}

@media (max-width: 720px) {
  .masthead { grid-template-columns: 1fr auto; min-height: 64px; }
  .dateline { display: none; }
  .edition { font-size: .58rem; }
  .news-strip { grid-template-columns: auto 1fr; }
  .news-label { padding-left: 1rem; }
  .scan-time { display: none; }
  .hero { min-height: auto; padding-top: 4.5rem; padding-bottom: 5rem; }
  .hero h1 { font-size: clamp(4.4rem, 22vw, 7rem); }
  .next-up { box-shadow: 12px 14px 0 rgba(3,16,43,.55); }
  .next-meta { grid-template-columns: 1fr 1fr; }
  .next-meta div:nth-child(2) { border: 0; }.next-meta div:last-child { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.3); padding-top: 1rem; }
  .scoreboard { grid-template-columns: 1fr 1fr; }
  .scoreboard > div:nth-child(2) { border-right: 0; }
  .scoreboard > div { min-height: 110px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .filters { grid-template-columns: 1fr; }
  .filter-tabs { justify-content: stretch; }.filter-tab { flex: 1; }
  .agenda-summary { align-items: flex-start; flex-direction: column; justify-content: center; gap: .35rem; }
  .event-card { grid-template-columns: 74px 1fr; min-height: 0; position: relative; }
  .event-date { grid-row: 1 / 3; padding: 1rem .7rem; }
  .event-date strong { font-size: 2.3rem; }
  .event-time { grid-column: 2; padding: 1rem 4.5rem .35rem 1rem; border: 0; flex-direction: row; justify-content: flex-start; gap: .5rem; align-items: baseline; }
  .event-main { grid-column: 2; padding: .5rem 1rem 1.3rem; border: 0; }
  .event-main h3 { padding-right: 2.5rem; }
  .event-links { grid-column: 2; grid-row: 1 / 3; padding: .9rem; justify-content: space-between; align-items: flex-end; }
  .event-links a { display: none; }
  .event-links button { width: 34px; height: 34px; align-self: flex-end; }
  .radar-section { grid-template-columns: 1fr; }
  .radar-visual { min-height: 360px; }
  .radar-copy { padding: 3.5rem 1rem; }
  .rules { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: left; gap: .7rem; }
  footer p { margin: 0; } footer p:last-child { justify-self: start; text-align: left; }
}

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