:root{--ink:#11171d;--muted:#65707a;--paper:#f3f4f1;--white:#fff;--line:#d9dedb;--red:#c6202f;--red-dark:#8c1520;--green:#08765a;--navy:#111d2c;--radius:12px;--mono:ui-monospace,SFMono-Regular,Menlo,monospace}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input,select{font:inherit}a{color:inherit}.shell{width:min(1240px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.header-row{min-height:64px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-size:23px;font-weight:900;letter-spacing:-.045em}.brand>span:last-child>span{color:var(--red)}.brand-mark{width:35px;height:35px;display:grid;place-items:center;border-radius:9px;background:var(--red);color:#fff;font:800 13px var(--mono)}nav{display:flex;gap:24px;margin-right:auto}nav a{text-decoration:none;color:var(--muted);font-weight:750}nav a:hover,nav a[aria-current=page]{color:var(--ink)}.phase{color:var(--red);font:750 10px var(--mono);letter-spacing:.08em}.phase:before{content:"";display:inline-block;width:7px;height:7px;margin-right:7px;border-radius:50%;background:var(--red);box-shadow:0 0 0 4px rgba(198,32,47,.1)}select,#language{min-height:38px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:0 32px 0 10px;color:var(--ink)}
.masthead{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.65fr);gap:70px;align-items:end;padding:54px 0 38px}.kicker,.section-index{margin:0 0 10px;color:var(--red);font:800 10px var(--mono);letter-spacing:.11em;text-transform:uppercase}.masthead h1{margin:0;font-size:clamp(54px,8vw,104px);line-height:.84;letter-spacing:-.07em}.masthead-copy{padding-bottom:5px}.masthead-copy>p:first-child{max-width:520px;margin:0;color:#39434c;font-size:18px;line-height:1.55}.edition-note{margin:18px 0 0;color:var(--muted);font:11px var(--mono)}
.live-strip{display:grid;grid-template-columns:1.6fr repeat(4,1fr);border-top:1px solid var(--ink);border-bottom:1px solid var(--line);background:#fff}.live-strip>div{min-height:82px;padding:15px 18px;display:flex;flex-direction:column;justify-content:center}.live-strip>div+div{border-left:1px solid var(--line)}.live-strip b{font-size:20px;letter-spacing:-.025em}.live-strip span{color:var(--muted);font-size:11px}.live-strip>div:first-child{flex-direction:row;align-items:center;justify-content:flex-start;gap:11px}.live-strip>div:first-child b{font-size:13px}.pulse{width:8px;height:8px;flex:none;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(8,118,90,.1)}
.sport-picker{padding:42px 0 34px;border-bottom:1px solid var(--line)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px}.section-heading h2,.flow-head h2,.aside-card h2{margin:0;letter-spacing:-.035em}.section-heading h2{font-size:31px}.section-heading>p{max-width:430px;margin:0;color:var(--muted);font-size:13px}.sport-chips{display:flex;gap:8px;overflow-x:auto;padding:2px 1px 8px;scrollbar-width:thin}.chip{white-space:nowrap;border:1px solid var(--line);border-radius:999px;background:#fff;padding:10px 14px;font-weight:800;cursor:pointer}.chip small{margin-left:8px;color:var(--muted);font:10px var(--mono)}.chip:hover{border-color:#9ba49f}.chip.active{border-color:var(--ink);background:var(--ink);color:#fff}.chip.active small{color:#cbd0cd}.loading-chip{color:var(--muted);cursor:default}
.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:34px;padding:38px 0 72px}.flow-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}.flow-head h2{font-size:33px}.flow-head>div>p:last-child{margin:3px 0 0;color:var(--muted)}.search-wrap{display:grid;gap:5px}.search-wrap span{color:var(--muted);font:9px var(--mono);text-transform:uppercase;letter-spacing:.08em}.search-wrap input,#directorySearch{min-height:42px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:0 12px}.search-wrap input{width:260px}.feed{display:grid;gap:10px}.story{display:grid;grid-template-columns:52px minmax(0,1fr);gap:16px;padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.story:hover{border-color:#abb3ae}.sport-code{width:48px;height:48px;display:grid;place-items:center;border-radius:10px;background:#eef0ed;color:var(--red-dark);font:850 10px var(--mono);text-align:center}.story-meta{display:flex;flex-wrap:wrap;gap:7px 12px;align-items:center;color:var(--muted);font:700 10px var(--mono);text-transform:uppercase}.source-kind{color:var(--green)}.story h3{margin:7px 0 6px;font-size:21px;line-height:1.2;letter-spacing:-.025em}.story h3 a{text-decoration:none}.story h3 a:hover{text-decoration:underline}.story p{margin:0;color:var(--muted)}.story-foot{display:flex;justify-content:space-between;gap:15px;margin-top:11px;color:var(--muted);font-size:12px}.story-foot a{color:var(--red-dark);font-weight:800;text-decoration:none}.story-foot a:hover{text-decoration:underline}.event-link{color:var(--green)!important}.more{width:100%;min-height:45px;margin-top:12px;border:1px solid var(--line);border-radius:9px;background:#fff;font-weight:800;cursor:pointer}.more:hover{border-color:var(--ink)}.empty{padding:34px;border:1px dashed #abb3ae;border-radius:var(--radius);color:var(--muted);text-align:center}
aside{align-self:start;position:sticky;top:86px}.aside-card{padding:20px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.aside-card+.aside-card{margin-top:12px}.event-card{background:var(--navy);color:#fff;border-color:var(--navy)}.event-card .section-index{color:#ff7985}.event-card h2{font-size:25px;line-height:1.08}.event-card>p:not(.section-index){color:#b8c1ca}.event-steps{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:18px}.event-steps span{padding:8px;border:1px solid #344152;border-radius:7px;color:#d8dde2;font:10px var(--mono);text-transform:uppercase}.directory-head{display:flex;align-items:end;justify-content:space-between}.directory-head h2{font-size:24px}.directory-head>b{font-size:24px}.directory-card #directorySearch{width:100%;margin:14px 0 7px}.directory{max-height:390px;overflow:auto}.directory-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 2px;border-top:1px solid var(--line);font-size:13px}.directory-row button{border:0;background:none;padding:0;text-align:left;font-weight:750;cursor:pointer}.directory-row button:hover{text-decoration:underline}.directory-row span{color:var(--muted);font:9px var(--mono);text-transform:uppercase}.directory-row.live span{color:var(--green);font-weight:800}
footer{padding:25px 0 36px;border-top:1px solid var(--line);color:var(--muted);font-size:11px}footer .shell{display:flex;justify-content:space-between;gap:20px}.loading .feed{opacity:.5}.skeleton{height:120px;border-radius:var(--radius);background:linear-gradient(90deg,#e7e9e6 25%,#f8f9f7 45%,#e7e9e6 65%);background-size:300% 100%;animation:shimmer 1.2s infinite}.skeleton.small{height:180px}@keyframes shimmer{to{background-position:-100% 0}}
@media(max-width:900px){nav{display:none}.phase{margin-left:auto}.masthead{grid-template-columns:1fr;gap:25px}.masthead h1{font-size:72px}.live-strip{grid-template-columns:1fr 1fr 1fr}.live-strip>div:first-child{grid-column:1/-1;border-bottom:1px solid var(--line)}.live-strip>div:nth-child(4){border-left:0}.live-strip>div:nth-child(n+4){border-top:1px solid var(--line)}.content-grid{grid-template-columns:1fr}aside{position:static;display:grid;grid-template-columns:1fr 1fr;gap:12px}.aside-card+.aside-card{margin-top:0}}
@media(max-width:600px){.shell{width:min(100% - 22px,1240px)}.site-header{position:static}.header-row{min-height:58px;gap:10px}.phase{display:none}#language{margin-left:auto;max-width:132px}.masthead{padding:30px 0 25px}.masthead h1{font-size:53px}.masthead-copy>p:first-child{font-size:16px}.live-strip{grid-template-columns:1fr 1fr}.live-strip>div:first-child{grid-column:1/-1}.live-strip>div:nth-child(4){border-left:1px solid var(--line)}.live-strip>div:nth-child(odd):not(:first-child){border-left:0}.live-strip>div:nth-child(n+2){min-height:70px}.section-heading,.flow-head{align-items:stretch;flex-direction:column}.sport-picker{padding:30px 0 24px}.content-grid{padding-top:28px;gap:24px}.search-wrap input{width:100%}.story{grid-template-columns:38px minmax(0,1fr);gap:11px;padding:14px}.sport-code{width:36px;height:36px;font-size:8px}.story h3{font-size:18px}.story-foot{align-items:flex-start;flex-direction:column;gap:5px}aside{display:block}.aside-card+.aside-card{margin-top:12px}footer .shell{flex-direction:column}}

.story.with-image{grid-template-columns:190px 52px minmax(0,1fr)}
.story-image{min-height:126px;overflow:hidden;border-radius:9px;background:#e7e9e6}
.story-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .25s ease}
.story-image:hover img{transform:scale(1.025)}
@media(max-width:600px){.story.with-image{grid-template-columns:1fr}.story.with-image .sport-code{display:none}.story-image{min-height:188px;max-height:230px}}
