:root{--brand-black: #0b0b0a;--brand-white: #f8f7f2;--page-bg: #0b0b0a;--page-bg-soft: #14130f;--page-bg-deep: #050505;--text: #f8f7f2;--text-muted: rgba(248, 247, 242, .72);--text-soft: rgba(248, 247, 242, .62);--surface-soft: rgba(248, 247, 242, .1);--surface: rgba(248, 247, 242, .06);--surface-hover: rgba(248, 247, 242, .08);--surface-strong: rgba(11, 11, 10, .86);--surface-deep: rgba(11, 11, 10, .9);--grid-line-primary: rgba(248, 247, 242, .08);--grid-line-secondary: rgba(248, 247, 242, .05);--line: rgba(248, 247, 242, .18);--gold: #c9a227;--gold-bright: #f0cb58;--gold-hover: #f0cb58;--gold-soft: rgba(201, 162, 39, .18);--button-text: #0b0b0a;--shadow: 0 28px 90px rgba(0, 0, 0, .32);--black: var(--page-bg);--white: var(--text);--white-muted: var(--text-muted);--white-soft: var(--surface-soft);color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html[data-theme=light]{--page-bg: #f8f7f2;--page-bg-soft: #fffdf7;--page-bg-deep: #ece5d3;--text: #13110d;--text-muted: rgba(19, 17, 13, .72);--text-soft: rgba(19, 17, 13, .58);--surface-soft: rgba(19, 17, 13, .06);--surface: rgba(19, 17, 13, .045);--surface-hover: rgba(201, 162, 39, .13);--surface-strong: rgba(255, 253, 247, .82);--surface-deep: rgba(255, 253, 247, .9);--grid-line-primary: rgba(19, 17, 13, .07);--grid-line-secondary: rgba(19, 17, 13, .045);--line: rgba(19, 17, 13, .16);--gold-bright: #87630a;--gold-hover: #d7ad36;--gold-soft: rgba(201, 162, 39, .22);--button-text: #0b0b0a;--shadow: 0 24px 70px rgba(76, 58, 18, .18);color-scheme:light}*{box-sizing:border-box}html{background:var(--page-bg)}body{margin:0;min-width:320px;background:radial-gradient(circle at 78% 16%,var(--gold-soft),transparent 28rem),linear-gradient(135deg,var(--page-bg-soft) 0%,var(--black) 44%,var(--page-bg-deep) 100%);color:var(--white)}body:before{position:fixed;inset:0;z-index:-1;content:"";opacity:.16;background-image:linear-gradient(var(--grid-line-primary) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line-secondary) 1px,transparent 1px);background-size:48px 48px}a{color:inherit}img{display:block;max-width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-shell{min-height:100svh}.hero-section{min-height:78svh;padding:28px clamp(18px,4vw,56px) 44px}.site-header{display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:1180px;margin:0 auto 58px}.brand-lockup{display:inline-flex;align-items:center;gap:12px;text-decoration:none;font-size:.9rem;font-weight:760;color:var(--white)}.brand-lockup img{width:44px;height:44px;border:1px solid var(--line)}.top-nav{display:flex;align-items:center;gap:clamp(12px,2vw,24px);font-size:.88rem;color:var(--white-muted)}.top-nav a,.back-link{text-decoration:none}.top-nav a:hover,.back-link:hover,.top-nav a[aria-current=page]{color:var(--gold-bright)}.theme-toggle{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;background:var(--surface-soft);color:var(--white);cursor:pointer;font:inherit;font-weight:760;min-height:34px;padding:0 8px 0 12px;transition:background .18s ease,border-color .18s ease,transform .18s ease}.theme-toggle:hover{border-color:var(--gold-bright);background:var(--surface-hover);transform:translateY(-1px)}.theme-toggle:active{transform:translateY(1px)}.theme-toggle-track{position:relative;width:32px;height:18px;border-radius:999px;background:var(--line)}.theme-toggle-track:after{position:absolute;top:3px;left:3px;width:12px;height:12px;content:"";border-radius:999px;background:var(--gold-bright);transition:transform .18s ease}.theme-toggle[aria-pressed=true] .theme-toggle-track:after{transform:translate(14px)}.language-link{font-weight:850}.article-progress{position:fixed;top:0;left:0;z-index:20;width:100%;height:3px;background:var(--gold-bright);transform:scaleX(0);transform-origin:left;animation:article-progress linear both;animation-timeline:scroll(root)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr);gap:clamp(28px,6vw,80px);align-items:center;max-width:1180px;margin:0 auto}.eyebrow{margin:0 0 18px;color:var(--gold-bright);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase;animation:fade-up .7s cubic-bezier(.16,1,.3,1) both}h1{max-width:920px;margin:0;font-size:7rem;line-height:.92;letter-spacing:0;animation:fade-up .8s 80ms cubic-bezier(.16,1,.3,1) both}.hero-lede{max-width:560px;margin:24px 0 0;color:var(--white-muted);font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.62;animation:fade-up .85s .14s cubic-bezier(.16,1,.3,1) both}.hero-actions{max-width:620px;margin-top:34px;animation:fade-up .9s .21s cubic-bezier(.16,1,.3,1) both}.newsletter-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start}.newsletter-form input,.newsletter-form button{min-height:54px;border-radius:6px;font-size:1rem}.newsletter-form input{width:100%;border:1px solid var(--line);background:var(--white-soft);color:var(--white);padding:0 16px;outline:none}.newsletter-form input:focus{border-color:var(--gold-bright);box-shadow:0 0 0 3px var(--gold-soft)}.newsletter-form button,.text-button{border:0;background:var(--gold);color:var(--button-text);cursor:pointer;font-weight:850;padding:0 18px;text-decoration:none;transition:transform .18s ease,background .18s ease}.newsletter-form button:hover,.text-button:hover{background:var(--gold-hover);transform:translateY(-1px)}.newsletter-form button:active,.text-button:active{transform:translateY(1px)}.form-note{grid-column:1 / -1;margin:0;min-height:22px;color:var(--text-soft);font-size:.9rem;line-height:1.5}.match-board{position:relative;min-height:520px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:linear-gradient(180deg,var(--gold-soft),transparent 42%),var(--surface);box-shadow:var(--shadow);padding:24px;animation:board-in .9s .28s cubic-bezier(.16,1,.3,1) both}.match-board:before{position:absolute;inset:18px;content:"";border:1px solid var(--line);border-radius:999px;transform:rotate(-18deg) scale(1.16)}.board-topline,.scoreline,.radar-list{position:relative;z-index:1}.board-topline{display:flex;justify-content:space-between;color:var(--text-soft);font-size:.74rem;font-weight:800}.scoreline{display:grid;grid-template-columns:1fr;gap:8px;margin-top:70px;text-align:center}.scoreline span{color:var(--white-muted);font-size:.95rem}.scoreline strong{font-size:clamp(4.5rem,8vw,8.5rem);line-height:.86;color:var(--white);animation:gold-breathe 3.8s ease-in-out infinite}.pitch-lines{position:absolute;inset:0;opacity:.55}.pitch-lines span{position:absolute;left:18%;right:18%;height:1px;background:var(--line);overflow:hidden}.pitch-lines span:after{position:absolute;top:0;left:-40%;width:36%;height:1px;content:"";background:linear-gradient(90deg,transparent,var(--gold-bright),transparent);animation:line-sweep 4.6s ease-in-out infinite}.pitch-lines span:nth-child(1){top:30%}.pitch-lines span:nth-child(2){top:50%}.pitch-lines span:nth-child(3){top:70%}.radar-list{display:grid;gap:14px;margin:78px 0 0;padding:0;list-style:none}.radar-list li{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:center;border-top:1px solid var(--line);padding-top:14px}.radar-list span{color:var(--gold);font-weight:900}.radar-list p{margin:0;color:var(--white-muted);line-height:1.45}.proof-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line);border-top:1px solid var(--line)}.proof-strip div{min-height:190px;background:var(--surface-deep);padding:clamp(22px,4vw,38px);transition:background .18s ease,transform .18s ease}.proof-strip div:hover{background:var(--surface-hover);transform:translateY(-2px)}.proof-strip span{color:var(--gold-bright);font-weight:900}.proof-strip strong{display:block;margin-top:14px;font-size:clamp(1.35rem,2.5vw,2.15rem)}.proof-strip p{max-width:340px;margin:16px 0 0;color:var(--white-muted);line-height:1.55}.newsletter-page,.not-found-page{min-height:100svh;padding:28px clamp(18px,4vw,56px) 56px}.not-found-page{display:grid;place-items:center}.newsletter-page{display:block}.newsletter-panel{width:min(720px,100%);margin:clamp(70px,12vh,130px) auto 0}.newsletter-panel h1,.not-found-page h1{font-size:5.4rem}.newsletter-panel p,.not-found-page p{max-width:620px;color:var(--white-muted);font-size:1.14rem;line-height:1.65}.back-link{position:fixed;top:24px;left:24px;color:var(--white-muted);font-weight:780}.text-button{display:inline-flex;align-items:center;min-height:48px;border-radius:6px;margin-top:12px;padding:0 18px}.article-page,.article-list-page,.about-page{min-height:100svh;padding:28px clamp(18px,4vw,56px) 72px}.article-shell,.article-list-hero,.article-list-grid,.about-hero,.about-system,.about-narrative,.about-contact{max-width:1180px;margin:0 auto}.article-list-hero{max-width:820px;margin-top:58px;animation:fade-up .76s cubic-bezier(.16,1,.3,1) both}.article-list-hero h1{font-size:5.6rem;line-height:.95}.article-list-hero p:not(.article-kicker){max-width:640px;margin:24px 0 0;color:var(--white-muted);font-size:1.2rem;line-height:1.68}.article-list-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:8px;margin-top:58px;overflow:hidden;animation:board-in .85s 90ms cubic-bezier(.16,1,.3,1) both}.article-card{display:grid;grid-template-rows:auto 1fr;min-height:520px;background:var(--surface-strong);color:inherit;text-decoration:none;transition:background .18s ease,transform .18s ease}.article-card:hover{background:var(--surface-hover);transform:translateY(-2px)}.article-card-media{aspect-ratio:16 / 10;overflow:hidden;background:var(--surface-soft)}.article-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .42s cubic-bezier(.16,1,.3,1)}.article-card:hover .article-card-media img{transform:scale(1.025)}.article-card-content{display:grid;align-content:start;gap:18px;padding:clamp(24px,4vw,40px)}.article-card-kicker{margin:0;color:var(--gold-bright);font-size:.78rem;font-weight:850;text-transform:uppercase}.article-card-content h2{max-width:680px;margin:0;color:var(--white);font-size:clamp(2rem,4vw,4.1rem);line-height:1}.article-card-content span{color:var(--text-soft);font-size:.92rem}.article-card-dek{max-width:560px;margin:0;color:var(--white-muted);font-size:1rem;line-height:1.55}.article-card-content strong{color:var(--gold-bright);font-size:.95rem}.article-card-featured{min-height:620px}.article-card-featured .article-card-media{aspect-ratio:16 / 9}.article-hero{max-width:860px;margin-top:56px;animation:fade-up .76s cubic-bezier(.16,1,.3,1) both}.article-kicker{margin:0 0 18px;color:var(--gold-bright);font-size:.78rem;font-weight:850;letter-spacing:0;text-transform:uppercase}.article-title{max-width:900px;font-size:5.65rem;line-height:.95}.article-back-link{display:inline-flex;margin-bottom:26px;color:var(--text-soft);font-size:.92rem;font-weight:760;text-decoration:none}.article-back-link:hover{color:var(--gold-bright)}.article-dek{max-width:680px;margin:26px 0 0;color:var(--white-muted);font-size:1.25rem;line-height:1.6}.article-meta{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:28px;color:var(--text-soft);font-size:.92rem}.article-figure{margin:56px 0 72px;animation:board-in .85s .12s cubic-bezier(.16,1,.3,1) both}.article-figure img{width:100%;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.article-figure-portrait{display:grid;justify-items:center}.article-figure-portrait img{width:min(560px,100%)}.article-figure-portrait figcaption{width:min(560px,100%)}.article-figure figcaption{max-width:720px;margin-top:14px;color:var(--text-soft);font-size:.9rem;line-height:1.5}.article-reading-grid{display:grid;grid-template-columns:190px minmax(0,720px);gap:clamp(34px,8vw,110px);align-items:start}.article-rail{position:sticky;top:28px;display:grid;gap:14px;border-left:1px solid var(--line);padding-left:16px;color:var(--text-soft);font-size:.88rem}.article-rail strong{color:var(--white);font-size:.9rem}.article-rail a{text-decoration:none}.article-rail a:hover{color:var(--gold-bright)}.article-content{max-width:720px}.article-content section{scroll-margin-top:28px}.article-content h2{margin:54px 0 18px;color:var(--white);font-size:2.1rem;line-height:1.12}.article-content p{margin:0 0 24px;color:var(--text);font-size:1.16rem;line-height:1.86}.article-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:34px 0;background:var(--line);border:1px solid var(--line);border-radius:8px;overflow:hidden}.article-stat-grid div{min-height:134px;background:var(--surface);padding:20px}.article-stat-grid strong{display:block;color:var(--gold-bright);font-size:2.6rem;line-height:1}.article-stat-grid span{display:block;margin-top:12px;color:var(--white-muted);line-height:1.35}.article-callout{margin:46px 0;border-left:3px solid var(--gold-bright);padding:8px 0 8px 24px;color:var(--white);font-size:2rem;font-weight:850;line-height:1.25}.article-sources{border-top:1px solid var(--line);margin-top:64px;padding-top:18px}.article-sources ul{display:grid;gap:10px;margin:0;padding-left:20px;color:var(--white-muted);line-height:1.55}.article-sources a{color:var(--white)}.article-sources a:hover{color:var(--gold-bright)}.about-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);gap:clamp(36px,7vw,86px);align-items:center;margin-top:62px}.about-copy{animation:fade-up .76s cubic-bezier(.16,1,.3,1) both}.about-copy h1{max-width:780px;font-size:5.6rem;line-height:.95}.about-copy p{max-width:640px;margin:26px 0 0;color:var(--white-muted);font-size:1.2rem;line-height:1.68}.about-copy .text-button{margin-top:30px}.about-brand-panel{border:1px solid var(--line);border-radius:8px;background:linear-gradient(180deg,rgba(201,162,39,.22),transparent 48%),var(--surface);box-shadow:var(--shadow);padding:28px;animation:board-in .85s .12s cubic-bezier(.16,1,.3,1) both}.about-brand-panel img{border:1px solid var(--line);border-radius:8px}.about-brand-panel div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:18px;background:var(--line);border:1px solid var(--line);border-radius:8px;overflow:hidden}.about-brand-panel span{background:var(--surface-strong);color:var(--gold-bright);font-size:.78rem;font-weight:850;padding:14px 10px;text-align:center;text-transform:uppercase}.about-system{display:grid;grid-template-columns:1.35fr .85fr;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:8px;margin-top:74px;overflow:hidden}.about-principle{background:var(--surface-strong);padding:clamp(24px,4vw,42px)}.about-principle-large{grid-row:span 2}.about-principle span{color:var(--gold-bright);font-weight:900}.about-principle h2{max-width:560px;margin:18px 0 0;font-size:clamp(2rem,4vw,3.7rem);line-height:1}.about-principle p{max-width:580px;margin:22px 0 0;color:var(--white-muted);line-height:1.65}.about-narrative{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:8px;margin-top:74px;overflow:hidden;animation:board-in .85s .12s cubic-bezier(.16,1,.3,1) both}.about-section{min-height:330px;background:var(--surface-strong);padding:clamp(24px,4vw,42px)}.about-section-lead{grid-column:1 / -1;min-height:390px}.about-section span{color:var(--gold-bright);font-weight:900}.about-section h2{max-width:680px;margin:18px 0 0;color:var(--white);font-size:2.35rem;line-height:1.05}.about-section p{max-width:660px;margin:22px 0 0;color:var(--white-muted);line-height:1.7}.about-section strong{color:var(--white)}.about-list{display:grid;gap:11px;margin:22px 0 0;padding-left:20px;color:var(--white-muted);line-height:1.6}.about-contact{border-top:1px solid var(--line);margin-top:72px;padding-top:26px}.about-contact p{max-width:760px;margin:0;color:var(--white-muted);font-size:1.18rem;line-height:1.65}.about-contact a{color:var(--white);font-weight:800}.about-contact a:hover{color:var(--gold-bright)}.world-cup-page{min-height:100svh;padding:28px clamp(18px,4vw,56px) 72px}.world-cup-hero{max-width:1180px;margin:0 auto;padding:36px 0 34px}.world-cup-hero-copy{max-width:830px}.world-cup-kicker{margin:0 0 18px;color:var(--gold-bright);font-size:.78rem;font-weight:850;text-transform:uppercase;animation:fade-up .7s cubic-bezier(.16,1,.3,1) both}.world-cup-hero h1{max-width:820px;font-size:clamp(3.2rem,8vw,6.85rem);line-height:.94;animation:fade-up .78s 70ms cubic-bezier(.16,1,.3,1) both}.world-cup-hero-copy p:not(.world-cup-kicker){max-width:640px;margin:24px 0 0;color:var(--white-muted);font-size:clamp(1rem,1.7vw,1.22rem);line-height:1.7;animation:fade-up .84s .13s cubic-bezier(.16,1,.3,1) both}.world-cup-section-head span,.world-cup-group-card header span,.world-cup-fixture div:first-child span{color:var(--text-soft);font-size:.82rem;font-weight:800}.world-cup-section{max-width:1180px;margin:46px auto 0}.world-cup-section-head{max-width:690px;margin-bottom:24px}.world-cup-section-head h2{margin:0;color:var(--white);font-size:clamp(2.2rem,5vw,4.1rem);line-height:.98}.world-cup-section-head p{margin:18px 0 0;color:var(--white-muted);font-size:1.05rem;line-height:1.66}.world-cup-groups-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.world-cup-group-card,.world-cup-fixture{border:1px solid var(--line);border-radius:8px;background:var(--surface-strong);box-shadow:0 18px 55px #00000024}.world-cup-group-card{overflow:hidden}.world-cup-group-card header{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding:18px 18px 14px}.world-cup-group-card h3{margin:0;color:var(--white);font-size:1.15rem}.world-cup-group-card table{width:100%;border-collapse:collapse;font-size:.92rem}.world-cup-group-card th,.world-cup-group-card td{padding:12px 8px;color:var(--white-muted);text-align:right;vertical-align:middle}.world-cup-group-card th:first-child,.world-cup-group-card td:first-child{width:34px;color:var(--text-soft);text-align:center}.world-cup-group-card th:nth-child(2),.world-cup-group-card td:nth-child(2){text-align:left}.world-cup-group-card thead th{color:var(--text-soft);font-size:.75rem;font-weight:850}.world-cup-group-card tbody tr+tr{border-top:1px solid var(--grid-line-primary)}.world-cup-group-card tbody tr:first-child td{color:var(--white)}.team-cell{display:inline-flex;align-items:center;gap:9px;min-width:0}.country-flag{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:32px;height:22px;border:1px solid var(--line);border-radius:3px;background:var(--surface-soft);overflow:hidden}.country-flag img{width:100%;height:100%;object-fit:cover}.country-flag-fallback{color:var(--text-soft);font-size:.64rem;font-weight:900}.world-cup-fixture-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.world-cup-fixture{padding:clamp(18px,3vw,24px);transition:border-color .18s ease,transform .18s ease,background .18s ease}.world-cup-fixture:hover{border-color:var(--gold-bright);background:var(--surface-hover);transform:translateY(-2px)}.world-cup-fixture div:first-child{display:flex;justify-content:space-between;gap:16px;color:var(--text-soft)}.world-cup-fixture time{color:var(--gold-bright);font-size:.86rem;font-weight:850;white-space:nowrap}.fixture-teams{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:16px;align-items:center;margin-top:22px;color:var(--white);font-size:clamp(1rem,2vw,1.28rem);font-weight:850}.fixture-teams span:last-child{text-align:right}.fixture-team-label{display:inline-flex;align-items:center;gap:10px;min-width:0}.fixture-team-label>span:last-child{min-width:0}.fixture-team-label.is-away{justify-content:flex-end;text-align:right}.fixture-teams strong{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:68px;border-radius:999px;background:var(--gold);color:var(--button-text);font-size:.92rem;padding:8px 12px;text-align:center}.fixture-teams strong em{position:relative;display:inline-flex;align-items:center;gap:5px;border-radius:999px;background:#0b0b0a24;color:var(--button-text);font-size:.62rem;font-style:normal;font-weight:950;letter-spacing:.08em;padding:3px 6px}.fixture-teams strong em:before{width:6px;height:6px;content:"";border-radius:999px;background:#2d1d04;animation:live-pulse 1.15s ease-in-out infinite}.world-cup-fixture.is-live{border-color:var(--gold-bright);background:var(--gold-soft)}.world-cup-fixture.is-live .fixture-teams strong{position:relative;overflow:hidden;background:var(--gold-bright);color:var(--button-text)}.world-cup-fixture.is-live .fixture-teams strong:after{position:absolute;inset:0;content:"";background:linear-gradient(110deg,transparent 0%,transparent 34%,rgba(255,255,255,.42) 48%,transparent 62%,transparent 100%);transform:translate(-120%);animation:live-score-sweep 2.4s ease-in-out infinite}.world-cup-fixture.is-live .fixture-teams strong em,.world-cup-fixture.is-live .fixture-teams strong{isolation:isolate}.world-cup-fixture:not(.is-finished):not(.is-live) .fixture-teams strong{border:1px solid var(--line);background:var(--surface-soft);color:var(--white-muted)}.world-cup-fixture p{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:18px 0 0;color:var(--text-soft);line-height:1.5}.world-cup-fixture p span{border-radius:999px;background:var(--surface-soft);color:var(--white-muted);font-size:.78rem;font-weight:850;padding:4px 9px}.world-cup-fixture.is-live p span{background:var(--gold);color:var(--button-text)}@media(max-width:980px){.world-cup-groups-grid,.world-cup-fixture-list{grid-template-columns:1fr}}@media(max-width:560px){.world-cup-page{padding-inline:16px}.world-cup-hero h1{font-size:3.05rem;line-height:1}.world-cup-fixture div:first-child,.fixture-teams{grid-template-columns:1fr}.world-cup-fixture div:first-child{display:grid}.fixture-teams span:last-child{text-align:left}.fixture-team-label.is-away{justify-content:flex-start;text-align:left}.fixture-teams strong{width:max-content}}@keyframes fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes board-in{0%{opacity:0;transform:translateY(24px) rotate(.8deg)}to{opacity:1;transform:translateY(0) rotate(0)}}@keyframes gold-breathe{0%,to{color:var(--white)}50%{color:var(--gold-bright)}}@keyframes line-sweep{0%,30%{transform:translate(0)}70%,to{transform:translate(390%)}}@keyframes article-progress{to{transform:scaleX(1)}}@keyframes live-pulse{0%,to{opacity:.42;transform:scale(.82)}50%{opacity:1;transform:scale(1.25)}}@keyframes live-score-sweep{0%,38%{transform:translate(-120%)}78%,to{transform:translate(120%)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.article-progress{display:none}}@media(max-width:880px){.site-header,.top-nav{align-items:flex-start}.site-header{flex-direction:column;margin-bottom:42px}.hero-grid,.proof-strip,.article-list-grid,.about-hero,.about-system,.about-narrative{grid-template-columns:1fr}.about-section-lead{grid-column:auto}.article-reading-grid{grid-template-columns:1fr}.article-rail{position:static;grid-template-columns:repeat(4,max-content);gap:10px 16px;border-left:0;border-top:1px solid var(--line);padding:18px 0 0;overflow-x:auto}h1{font-size:5.1rem;line-height:.94}.newsletter-panel h1,.not-found-page h1{font-size:4.3rem}.article-list-hero h1,.article-title,.about-copy h1{font-size:4.4rem}.article-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.match-board{min-height:430px}}@media(max-width:560px){.hero-section{padding-inline:16px}h1{font-size:3.3rem;line-height:.98}.newsletter-panel h1,.not-found-page h1{font-size:3.15rem}.top-nav{flex-wrap:wrap}.newsletter-form{grid-template-columns:1fr}.newsletter-form button{width:100%}.article-page,.article-list-page,.about-page,.newsletter-page{padding-inline:16px}.article-list-hero h1,.article-title,.about-copy h1{font-size:3.2rem;line-height:1}.article-dek,.article-list-hero p:not(.article-kicker),.about-copy p,.about-section p,.about-list,.article-content p{font-size:1.05rem}.about-section h2{font-size:2rem}.article-card,.article-card-featured{min-height:0}.article-callout{font-size:1.55rem}.article-stat-grid,.about-brand-panel div{grid-template-columns:1fr}}
