:root {
  --ink: #17232b;
  --ink-soft: #52616a;
  --navy: #0a1423;
  --navy-2: #101f31;
  --paper: #f4f0e8;
  --paper-2: #ebe5d9;
  --white: #fffdf8;
  --line: rgba(23, 35, 43, .16);
  --line-light: rgba(255, 255, 255, .18);
  --coral: #b13b32;
  --sun: #f3c35e;
  --sky: #78bce4;
  --lime: #d7e56d;
  --max: 1240px;
  --radius: 22px;
  --shadow: 0 22px 60px rgba(19, 30, 35, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 18px; top: -80px; padding: 10px 15px; color: var(--ink); background: var(--lime); border-radius: 8px; font-weight: 800; transition: top .2s ease; }
.skip-link:focus { top: 18px; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

.site-header { position: relative; z-index: 20; padding: 20px 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.site-header-dark { color: var(--white); background: var(--navy); border-color: var(--line-light); }
.header-inner { display: flex; align-items: center; min-height: 40px; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 900; letter-spacing: .02em; white-space: nowrap; }
.brand-mark { display: inline-flex; align-items: flex-end; gap: 3px; width: 25px; height: 24px; padding: 3px; border: 1px solid currentColor; border-radius: 7px 7px 7px 2px; transform: skewY(-8deg); }
.brand-mark span { display: block; flex: 1; border-radius: 2px 2px 1px 1px; background: currentColor; }
.brand-mark span:nth-child(1) { height: 42%; opacity: .55; }
.brand-mark span:nth-child(2) { height: 72%; opacity: .8; }
.brand-mark span:nth-child(3) { height: 100%; }
.brand-name { letter-spacing: -.02em; }
.site-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-nav a { position: relative; padding: 8px 0; color: var(--ink-soft); transition: color .2s ease; }
.site-header-dark .site-nav a { color: rgba(255,255,255,.66); }
.site-nav a:hover, .site-nav a.is-active { color: var(--ink); }
.site-header-dark .site-nav a:hover, .site-header-dark .site-nav a.is-active { color: var(--white); }
.site-nav a.is-active::after { position: absolute; right: 0; bottom: 1px; left: 0; height: 2px; content: ""; background: var(--coral); }
.nav-dot { display: inline-block; width: 6px; height: 6px; margin-left: 3px; vertical-align: middle; border-radius: 50%; background: var(--coral); }
.header-note { color: var(--ink-soft); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-header-dark .header-note { color: rgba(255,255,255,.5); }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 8px; color: currentColor; background: transparent; border: 1px solid currentColor; border-radius: 8px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 21px; height: 2px; margin: 5px auto; background: currentColor; }

.kicker, .section-index { margin: 0 0 16px; color: var(--coral); font-size: 11px; font-weight: 900; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.kicker-line { display: inline-block; width: 30px; height: 2px; margin: 0 8px 3px 0; background: currentColor; }
.kicker-light, .section-index-light { color: var(--sun); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 820px; margin-bottom: 26px; font-size: clamp(48px, 7vw, 94px); font-weight: 900; }
h2 { margin-bottom: 22px; font-size: clamp(32px, 4.4vw, 57px); font-weight: 850; }
h3 { margin-bottom: 17px; font-size: clamp(28px, 3.2vw, 43px); font-weight: 850; }
.intro-lead { max-width: 650px; margin-bottom: 30px; color: var(--ink-soft); font-size: 19px; line-height: 1.55; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 13px 18px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--white); background: var(--navy); }
.button-dark:hover { background: #1c3248; }
.button-bright { color: var(--navy); background: var(--lime); }
.button-bright:hover { background: #e5f08b; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.35); background: transparent; }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.button-outline { color: var(--ink); border-color: var(--line); background: transparent; }
.button-outline:hover { background: var(--ink); color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding: 14px 0; color: var(--ink); font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.text-link:hover { color: var(--coral); }

/* Home */
.home-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr); gap: 50px; align-items: center; padding-top: 86px; padding-bottom: 86px; }
.intro-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.intro-visual { position: relative; min-height: 450px; overflow: hidden; color: var(--white); background: var(--navy); border-radius: var(--radius); box-shadow: var(--shadow); }
.intro-visual::before, .intro-visual::after { position: absolute; width: 330px; height: 330px; border: 1px solid rgba(120,188,228,.3); border-radius: 50%; content: ""; }
.intro-visual::before { top: 55px; right: -150px; }
.intro-visual::after { bottom: -215px; left: -100px; width: 420px; height: 420px; border-color: rgba(239,103,86,.35); }
.visual-label { position: absolute; top: 25px; left: 28px; color: var(--sun); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.pitch-drawing { position: absolute; top: 85px; right: 23%; bottom: 105px; left: 9%; overflow: hidden; border: 1px solid rgba(255,255,255,.44); transform: rotate(-8deg); }
.pitch-drawing::before, .pitch-drawing::after { position: absolute; top: 0; bottom: 0; width: 22%; border: 1px solid rgba(255,255,255,.32); content: ""; }
.pitch-drawing::before { left: -1px; border-left: 0; }
.pitch-drawing::after { right: -1px; border-right: 0; }
.pitch-center { position: absolute; top: 50%; left: 50%; width: 92px; height: 92px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; transform: translate(-50%, -50%); }
.pitch-center::after { position: absolute; top: 50%; left: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); content: ""; transform: translate(-50%, -50%); }
.pitch-box { position: absolute; top: 28%; bottom: 28%; width: 18%; border: 1px solid rgba(255,255,255,.32); }
.pitch-box-left { left: 0; border-left: 0; }
.pitch-box-right { right: 0; border-right: 0; }
.pitch-dot { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--sun); }
.pitch-dot-one { top: 49%; left: 18%; }.pitch-dot-two { top: 49%; right: 18%; }
.visual-caption { position: absolute; right: 26px; bottom: 24px; left: 28px; display: flex; align-items: flex-end; justify-content: space-between; }
.visual-caption strong { color: var(--lime); font-size: 74px; font-weight: 900; letter-spacing: -.1em; line-height: .8; }
.visual-caption span { color: rgba(255,255,255,.74); font-size: 12px; line-height: 1.25; text-transform: uppercase; }
.ticker-band { overflow: hidden; color: var(--white); background: var(--coral); }
.ticker-track { display: flex; justify-content: space-between; gap: 22px; padding: 16px 0; font-size: 11px; font-weight: 900; letter-spacing: .13em; white-space: nowrap; }
.article-shell { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 90px; padding-top: 104px; padding-bottom: 100px; }
.article-main { min-width: 0; }
.article-main > h2 { max-width: 700px; }
.article-lead { max-width: 800px; color: var(--ink-soft); font-size: 20px; line-height: 1.6; }
.fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 44px 0 80px; }
.fact-card { min-height: 206px; padding: 23px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.fact-card-accent { color: var(--navy); background: var(--sun); border-color: transparent; }
.fact-number { display: block; margin-bottom: 4px; font-size: 45px; font-weight: 900; letter-spacing: -.08em; line-height: 1; }
.fact-label { display: block; margin-bottom: 20px; font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.fact-card p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.45; }.fact-card-accent p { color: rgba(23,35,43,.72); }
.article-section { margin-top: 84px; }.article-section h2 { max-width: 690px; }.article-section > p:not(.section-index) { max-width: 800px; color: var(--ink-soft); font-size: 17px; line-height: 1.72; }.article-section > p a { color: var(--ink); font-weight: 800; text-decoration: underline; text-decoration-color: var(--coral); text-underline-offset: 3px; }
.inline-callout { display: flex; flex-direction: column; gap: 8px; max-width: 650px; margin-top: 31px; padding: 20px 22px; color: var(--navy); background: var(--lime); border-radius: 12px; }.inline-callout span { font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }.inline-callout strong { font-size: 18px; }.inline-callout:hover { background: #e5f08b; }
.principles-list { display: grid; gap: 0; max-width: 800px; margin-top: 30px; border-top: 1px solid var(--line); }.principles-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }.principles-list span { display: grid; width: 30px; height: 30px; place-items: center; color: var(--white); background: var(--navy); border-radius: 50%; font-size: 11px; font-weight: 900; }.principles-list p { margin: 0; color: var(--ink-soft); font-size: 14px; }.principles-list strong { color: var(--ink); }
.aside-sticky { position: sticky; top: 30px; padding-top: 8px; }.aside-label { margin-bottom: 20px; color: var(--coral); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }.aside-quote { margin-bottom: 24px; font-size: 31px; font-weight: 850; letter-spacing: -.06em; line-height: 1.05; }.aside-rule { width: 45px; height: 3px; margin-bottom: 22px; background: var(--coral); }.aside-small { color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.sources-section { padding-bottom: 104px; }.sources-heading { margin-bottom: 29px; }.sources-heading h2 { max-width: 650px; margin-bottom: 0; }.sources-caption { max-width: 600px; margin: 13px 0 0; color: var(--ink-soft); font-size: 14px; }.source-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }.source-list a { min-height: 135px; display: flex; flex-direction: column; justify-content: space-between; padding: 19px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; transition: transform .2s ease, border-color .2s ease; }.source-list a:hover { border-color: var(--coral); transform: translateY(-3px); }.source-list span { color: var(--coral); font-size: 10px; font-weight: 900; letter-spacing: .13em; }.source-list strong { font-size: 14px; line-height: 1.25; }.source-list em { color: var(--coral); font-style: normal; }
.faq-section { padding-bottom: 110px; }.faq-section > h2 { max-width: 660px; }.faq-list { max-width: 920px; border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { position: relative; padding: 22px 48px 22px 0; list-style: none; cursor: pointer; font-size: 18px; font-weight: 800; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { position: absolute; top: 20px; right: 5px; color: var(--coral); content: "+"; font-size: 28px; font-weight: 300; line-height: 1; }.faq-list details[open] summary::after { content: "-"; }.faq-list details p { max-width: 720px; margin: -3px 0 23px; color: var(--ink-soft); font-size: 15px; }

/* Rules page */
.rules-hero { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: center; gap: 60px; padding-top: 86px; padding-bottom: 75px; }.rules-hero h1 { max-width: 780px; }.rules-hero-stamp { display: grid; min-height: 270px; padding: 22px; color: var(--white); background: var(--coral); border-radius: 50% 50% 14px 14px; transform: rotate(5deg); }.rules-hero-stamp span { align-self: start; font-size: 12px; font-weight: 900; letter-spacing: .18em; }.rules-hero-stamp strong { align-self: center; font-size: 82px; font-weight: 900; letter-spacing: -.1em; line-height: .75; }.rules-hero-stamp strong small { font-size: 37px; letter-spacing: -.06em; }.rules-hero-stamp em { align-self: end; font-size: 10px; font-style: normal; font-weight: 900; letter-spacing: .15em; line-height: 1.2; }.rules-index { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.rules-index a { display: grid; grid-template-columns: 28px 1fr 15px; align-items: center; gap: 8px; padding: 17px 12px; border-right: 1px solid var(--line); }.rules-index a:first-child { border-left: 1px solid var(--line); }.rules-index span { color: var(--coral); font-size: 10px; font-weight: 900; }.rules-index strong { font-size: 13px; }.rules-index em { color: var(--coral); font-style: normal; }.rules-index a:hover { background: var(--paper-2); }.rules-article { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 90px; padding-top: 100px; padding-bottom: 100px; }.rules-copy { min-width: 0; }.rule-block { max-width: 820px; padding-bottom: 85px; margin-bottom: 84px; border-bottom: 1px solid var(--line); }.rule-block:last-child { margin-bottom: 0; }.rule-block > p:not(.section-index) { color: var(--ink-soft); font-size: 17px; line-height: 1.72; }.rule-note { display: flex; align-items: center; gap: 16px; max-width: 410px; margin-top: 28px; padding: 16px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; }.rule-note-icon { display: grid; width: 49px; height: 49px; flex: 0 0 49px; place-items: center; color: var(--navy); background: var(--lime); border-radius: 50%; font-weight: 900; }.rule-note p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.35; }.rule-note strong { color: var(--ink); }.time-strip { display: flex; align-items: center; max-width: 690px; margin-top: 31px; color: var(--navy); }.time-strip span { min-width: 73px; font-size: 22px; font-weight: 900; letter-spacing: -.06em; }.time-strip i { height: 2px; flex: 1; background: var(--coral); }.definition-card { max-width: 600px; margin-top: 29px; padding: 23px; color: var(--white); background: var(--navy); border-radius: 12px; }.definition-card span { display: block; margin-bottom: 18px; color: var(--sun); font-size: 10px; font-weight: 900; letter-spacing: .15em; }.definition-card strong { display: block; margin-bottom: 10px; font-size: 30px; letter-spacing: -.05em; }.definition-card p { margin: 0; color: rgba(255,255,255,.66); font-size: 13px; }.rule-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 31px; }.rule-steps > div { min-height: 120px; padding: 16px; background: var(--paper-2); border-radius: 10px; }.rule-steps span { display: block; margin-bottom: 17px; color: var(--coral); font-size: 12px; font-weight: 900; }.rule-steps p { margin: 0; font-size: 13px; line-height: 1.35; }.rules-aside .aside-sticky { padding: 18px; background: var(--sun); border-radius: 13px; }.rules-aside .aside-label { color: var(--ink); }.rules-aside h2 { margin-bottom: 19px; font-size: 34px; }.rules-aside .button { margin-top: 18px; font-size: 10px; }

/* Event page */
.page-event { background: var(--paper); }.page-event .site-header { background: var(--navy); }.match-hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(410px, 1.05fr); gap: 55px; align-items: center; width: 100%; max-width: none; margin-inline: 0; min-height: 670px; padding-top: 70px; padding-right: max(32px, calc((100vw - var(--max)) / 2)); padding-bottom: 80px; padding-left: max(32px, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--navy); }.match-copy h1 { max-width: 700px; font-size: clamp(46px, 6.7vw, 84px); }.match-copy h1 span { color: var(--lime); }.match-lead { max-width: 630px; margin-bottom: 27px; color: rgba(255,255,255,.71); font-size: 18px; line-height: 1.6; }.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 50px; }.match-facts { display: grid; grid-template-columns: 1fr 1fr 1.3fr; max-width: 690px; border-top: 1px solid var(--line-light); }.match-facts > div { min-height: 97px; padding: 15px 18px 0 0; border-right: 1px solid var(--line-light); }.match-facts > div:not(:first-child) { padding-left: 17px; }.match-facts > div:last-child { border-right: 0; }.match-facts span, .match-facts small { display: block; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.match-facts strong { display: block; margin: 6px 0 3px; font-size: 14px; line-height: 1.2; }.match-facts small { letter-spacing: .03em; text-transform: none; }.match-poster { position: relative; min-height: 490px; overflow: hidden; border-radius: 20px; background: #101f31; box-shadow: 0 30px 70px rgba(0,0,0,.28); }.poster-image { position: absolute; inset: 0; }.poster-image::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,20,35,.05), rgba(10,20,35,.25)), linear-gradient(0deg, rgba(10,20,35,.5), transparent 45%); content: ""; }.poster-image img { width: 100%; height: 100%; object-fit: cover; }.poster-overlay { position: absolute; right: 30px; bottom: 28px; left: 30px; display: flex; flex-direction: column; gap: 7px; color: var(--white); }.poster-overlay span, .poster-overlay small { font-size: 10px; font-weight: 900; letter-spacing: .15em; }.poster-overlay small { color: rgba(255,255,255,.66); }.poster-overlay strong { font-size: 40px; letter-spacing: -.08em; line-height: .9; }.poster-overlay strong i { margin: 0 5px; color: var(--sun); font-size: 13px; font-style: normal; letter-spacing: .05em; }.poster-corner { position: absolute; padding: 10px 12px; color: var(--navy); background: var(--lime); font-size: 17px; font-weight: 900; letter-spacing: -.05em; line-height: .9; }.poster-corner small { font-size: 9px; letter-spacing: .12em; }.poster-corner-top { top: 0; left: 0; border-radius: 0 0 10px 0; }.poster-corner-bottom { right: 0; bottom: 0; border-radius: 10px 0 0; background: var(--sun); }.player-section { padding: 84px 0 70px; color: var(--white); background: var(--navy); }.player-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 26px; }.player-heading h2 { max-width: 700px; margin-bottom: 0; }.on-air { display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto; padding: 9px 12px; border: 1px solid var(--line-light); border-radius: 99px; color: rgba(255,255,255,.64); font-size: 10px; font-weight: 900; letter-spacing: .12em; }.on-air i { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }.player-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #111e2c; border: 1px solid var(--line-light); border-radius: 16px; box-shadow: 0 20px 50px rgba(0,0,0,.22); }.player-frame .video-wrapper, .player-frame .dreams-player { position: absolute; inset: 0; width: 100%; height: 100%; }.player-frame iframe, .player-frame video { position: absolute !important; inset: 0; width: 100% !important; height: 100% !important; border: 0; }.player-placeholder { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; padding: 30px; text-align: center; background: radial-gradient(circle at 50% 40%, rgba(120,188,228,.14), transparent 38%), #111e2c; }.player-placeholder::before { width: 42px; height: 42px; margin-bottom: 18px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; content: ""; box-shadow: 11px -8px 0 -10px var(--sun); }.player-placeholder__eyebrow { display: block; margin-bottom: 8px; color: var(--sun); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }.player-placeholder strong { font-size: clamp(20px, 3vw, 31px); letter-spacing: -.04em; }.player-placeholder p { max-width: 430px; margin: 10px 0 0; color: rgba(255,255,255,.56); font-size: 13px; }.player-foot { display: flex; align-items: start; justify-content: space-between; gap: 30px; padding-top: 17px; }.player-foot p { max-width: 640px; margin: 0; color: rgba(255,255,255,.52); font-size: 12px; }.player-foot a { flex: 0 0 auto; color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }.player-foot a:hover { color: var(--sun); }.event-article { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 90px; padding-top: 103px; padding-bottom: 100px; }.event-main { min-width: 0; }.article-meta { display: flex; justify-content: space-between; gap: 20px; max-width: 820px; padding-bottom: 16px; margin-bottom: 35px; border-bottom: 1px solid var(--line); color: var(--coral); font-size: 10px; font-weight: 900; letter-spacing: .13em; }.event-main > h2 { max-width: 800px; }.event-main .article-lead { max-width: 820px; }.event-main .article-section { margin-top: 78px; }.event-main .article-section h3 { max-width: 700px; }.event-main .article-section > p:not(.section-index) { max-width: 810px; }.time-table { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 810px; margin-top: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.time-table > div { min-height: 112px; padding: 15px 12px; border-right: 1px solid var(--line); }.time-table > div:first-child { padding-left: 0; }.time-table > div:last-child { border-right: 0; }.time-table span, .time-table small { display: block; color: var(--ink-soft); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.time-table strong { display: block; margin: 10px 0 5px; font-size: 28px; letter-spacing: -.07em; line-height: 1; }.time-table small { letter-spacing: .02em; text-transform: none; }.time-table-accent strong, .time-table-accent span { color: var(--coral); }.route-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 810px; margin-top: 31px; }.route-card { padding: 23px; color: var(--white); background: var(--navy); border-radius: 12px; }.route-card-warm { color: var(--navy); background: var(--sun); }.route-tag { display: block; margin-bottom: 35px; color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .14em; }.route-card-warm .route-tag { color: var(--navy); }.route-card strong { display: block; font-size: 55px; letter-spacing: -.1em; line-height: .8; }.route-card p { margin: 14px 0 20px; color: rgba(255,255,255,.65); font-size: 13px; }.route-card-warm p { color: rgba(23,35,43,.7); }.route-line { display: block; width: 100%; height: 1px; margin-bottom: 13px; background: rgba(255,255,255,.25); }.route-card-warm .route-line { background: rgba(23,35,43,.25); }.route-card small { font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.history-pulse { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 810px; margin-top: 31px; border-top: 3px solid var(--coral); }.history-pulse > div { display: flex; align-items: end; gap: 10px; min-height: 95px; padding: 15px 14px 0 0; border-right: 1px solid var(--line); }.history-pulse > div:not(:first-child) { padding-left: 14px; }.history-pulse > div:last-child { border-right: 0; }.history-pulse strong { font-size: 35px; letter-spacing: -.08em; line-height: .9; }.history-pulse span { color: var(--ink-soft); font-size: 11px; line-height: 1.15; }.venue-note { display: flex; align-items: center; gap: 15px; max-width: 650px; margin-top: 29px; padding: 17px; background: var(--paper-2); border-radius: 11px; }.venue-pin { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; color: var(--white); background: var(--coral); border-radius: 50%; font-size: 25px; line-height: 1; }.venue-note p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.4; }.venue-note strong { color: var(--ink); }.check-list { display: grid; gap: 0; max-width: 810px; padding: 0; margin: 29px 0 0; list-style: none; border-top: 1px solid var(--line); }.check-list li { display: grid; grid-template-columns: 43px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }.check-list li > span { color: var(--coral); font-size: 10px; font-weight: 900; }.check-list p { margin: 0; color: var(--ink-soft); font-size: 14px; }.event-aside .aside-sticky { padding: 20px; background: var(--navy); border-radius: 13px; color: var(--white); }.event-aside .aside-label { color: var(--sun); }.aside-score { display: flex; align-items: center; justify-content: space-between; margin: 20px 0; font-size: 28px; font-weight: 900; letter-spacing: -.07em; }.aside-score b { color: var(--coral); font-weight: 400; }.event-aside .aside-rule { background: var(--sun); }.event-aside .aside-small { color: rgba(255,255,255,.62); }.event-aside .button { width: 100%; margin-top: 16px; font-size: 10px; }.page-event .sources-section, .page-event .faq-section { background: var(--paper); }
.site-footer { padding: 27px 0; color: var(--ink-soft); border-top: 1px solid var(--line); }.site-footer-dark { color: rgba(255,255,255,.58); background: var(--navy); border-top-color: var(--line-light); }.footer-inner { display: flex; align-items: center; gap: 28px; }.brand-footer { flex: 0 0 auto; }.footer-inner p { max-width: 480px; margin: 0; font-size: 11px; line-height: 1.35; }.footer-link { margin-left: auto; color: var(--coral); font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }.site-footer-dark .footer-link { color: var(--lime); }.footer-link:hover { color: var(--ink); }.site-footer-dark .footer-link:hover { color: var(--sun); }.metrika-pixel { width: 1px; height: 1px; }

@media (max-width: 900px) {
  .shell { width: min(var(--max), calc(100% - 40px)); }
  .header-note { display: none; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: calc(100% + 1px); right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 16px; margin: 0; background: var(--paper); border: 1px solid var(--line); border-radius: 0 0 12px 12px; box-shadow: var(--shadow); }.site-header-dark .site-nav { background: var(--navy-2); border-color: var(--line-light); }.site-nav.is-open { display: flex; }.site-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }.site-header-dark .site-nav a { border-bottom-color: var(--line-light); }.site-nav a:last-child { border-bottom: 0; }
  .home-intro, .rules-hero, .match-hero { grid-template-columns: 1fr; gap: 40px; padding-top: 60px; padding-bottom: 65px; }.intro-visual { min-height: 390px; }.match-hero { gap: 30px; }.match-poster { min-height: 430px; order: -1; }.match-copy h1 { font-size: clamp(47px, 10vw, 78px); }.match-lead { font-size: 17px; }.article-shell, .rules-article, .event-article { grid-template-columns: 1fr; gap: 0; padding-top: 75px; padding-bottom: 75px; }.article-aside, .rules-aside, .event-aside { display: none; }.fact-grid { margin-bottom: 55px; }.source-list { grid-template-columns: repeat(2, 1fr); }.player-section { padding-top: 65px; }.event-main .article-section, .article-section { margin-top: 62px; }.rules-hero-stamp { width: min(250px, 75vw); min-height: 230px; margin-left: auto; }.rules-index a { grid-template-columns: 1fr; gap: 5px; }.rules-index em { display: none; }.rules-index strong { font-size: 12px; }
}

@media (max-width: 640px) {
  .shell { width: min(var(--max), calc(100% - 32px)); }.site-header { padding: 15px 0; }.site-nav { right: 16px; left: 16px; }.brand-name { font-size: 13px; }
  h1 { font-size: clamp(42px, 13vw, 64px); }.intro-lead { font-size: 17px; }.home-intro { padding-top: 46px; padding-bottom: 50px; }.intro-visual { min-height: 330px; }.pitch-drawing { top: 70px; right: 10%; bottom: 80px; left: 5%; }.visual-caption strong { font-size: 61px; }.ticker-track { justify-content: flex-start; overflow: hidden; font-size: 9px; }.ticker-track span { flex: 0 0 auto; }.intro-actions, .hero-actions { align-items: stretch; flex-direction: column; }.intro-actions .button, .intro-actions .text-link, .hero-actions .button { width: 100%; }.article-shell, .rules-article, .event-article { padding-top: 60px; padding-bottom: 60px; }.article-lead, .event-main .article-lead { font-size: 17px; }.fact-grid { grid-template-columns: 1fr; gap: 9px; margin-top: 30px; }.fact-card { min-height: auto; }.article-section, .event-main .article-section { margin-top: 52px; }.article-section > p:not(.section-index), .event-main .article-section > p:not(.section-index), .rule-block > p:not(.section-index) { font-size: 16px; }.source-list { grid-template-columns: 1fr; }.source-list a { min-height: 112px; }.faq-section { padding-bottom: 70px; }.faq-list summary { padding-top: 18px; padding-bottom: 18px; font-size: 16px; }.faq-list summary::after { top: 16px; }.footer-inner { align-items: flex-start; flex-direction: column; gap: 17px; }.footer-link { margin-left: 0; }.rules-hero { padding-top: 48px; padding-bottom: 48px; }.rules-hero h1 { font-size: clamp(40px, 12vw, 61px); }.rules-hero-stamp { min-height: 200px; margin-top: 10px; transform: rotate(3deg); }.rules-index { grid-template-columns: repeat(2, 1fr); }.rules-index a { min-height: 65px; padding: 12px; }.rules-index a:nth-child(5) { grid-column: span 2; }.rule-block { padding-bottom: 60px; margin-bottom: 60px; }.time-strip span { min-width: 54px; font-size: 17px; }.rule-steps { grid-template-columns: 1fr; }.match-hero { padding-top: 43px; padding-bottom: 55px; }.match-poster { min-height: 330px; order: -1; border-radius: 15px; }.poster-overlay { right: 20px; bottom: 20px; left: 20px; }.poster-overlay strong { font-size: 34px; }.match-copy h1 { font-size: clamp(42px, 12vw, 65px); }.match-facts { grid-template-columns: 1fr 1fr; }.match-facts > div { min-height: 92px; padding-right: 10px; }.match-facts > div:nth-child(3) { grid-column: span 2; padding-top: 14px; padding-left: 0; border-top: 1px solid var(--line-light); border-right: 0; }.match-facts > div:nth-child(2) { padding-left: 12px; }.player-section { padding: 54px 0 48px; }.player-heading { align-items: flex-start; flex-direction: column; gap: 13px; }.player-heading h2 { font-size: 33px; }.player-frame { border-radius: 11px; }.player-foot { flex-direction: column; gap: 14px; }.article-meta { align-items: flex-start; flex-direction: column; gap: 7px; margin-bottom: 25px; }.event-main > h2 { font-size: 39px; }.time-table { grid-template-columns: 1fr 1fr; }.time-table > div, .time-table > div:first-child { min-height: 95px; padding: 13px 10px; border-bottom: 1px solid var(--line); }.time-table > div:nth-child(2) { border-right: 0; }.time-table > div:nth-child(3), .time-table > div:nth-child(4) { border-bottom: 0; }.route-grid { grid-template-columns: 1fr; }.history-pulse { grid-template-columns: 1fr; }.history-pulse > div, .history-pulse > div:not(:first-child) { min-height: 73px; padding: 13px 0; border-right: 0; border-bottom: 1px solid var(--line); }.history-pulse > div:last-child { border-bottom: 0; }.venue-note { align-items: flex-start; }.site-footer { padding: 22px 0; }
}

@media (max-width: 640px) {
  .ticker-track { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; overflow: visible; white-space: normal; }
  .player-placeholder { padding: 12px; }
  .player-placeholder::before, .player-placeholder p { display: none; }
  .player-placeholder strong { font-size: 18px; }
}

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

@media (max-width: 900px) {
  .match-hero { width: 100%; max-width: none; margin-inline: 0; padding-right: 20px; padding-left: 20px; }
  .match-poster { order: initial; }
}

@media (max-width: 640px) {
  .match-hero { width: 100%; max-width: none; margin-inline: 0; padding-right: 16px; padding-left: 16px; }
}

.match-copy h1 span { display: block; }

.player-placeholder::before {
  width: 32px;
  height: 32px;
  margin: 0;
  border: 3px solid rgba(255,255,255,.18);
  border-top-color: var(--lime);
  box-shadow: none;
  animation: player-spin .9s linear infinite;
}

@keyframes player-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 640px) {
  .player-placeholder::before { display: block; width: 26px; height: 26px; }
}

.related-section { padding-bottom: 104px; }
.related-heading { margin-bottom: 29px; }
.related-heading h2 { max-width: 650px; margin-bottom: 0; }
.related-caption { max-width: 600px; margin: 13px 0 0; color: var(--ink-soft); font-size: 14px; }
.related-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.related-list a { min-height: 135px; display: flex; flex-direction: column; justify-content: space-between; padding: 19px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 12px; transition: transform .2s ease, border-color .2s ease; }
.related-list a:hover { border-color: var(--coral); transform: translateY(-3px); }
.related-list span { color: var(--coral); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.related-list strong { font-size: 14px; line-height: 1.25; }
.related-list em { color: var(--coral); font-style: normal; }

@media (max-width: 640px) {
  .related-list { grid-template-columns: 1fr; }
  .related-section { padding-bottom: 70px; }
}
