*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',sans-serif;background:var(--bg);color:var(--text);transition:background .2s,color .2s}button,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--accent);outline-offset:3px}body{--bg:#0e141c;--surface:#171f2a;--surface-2:#202b37;--text:#f2f6fa;--muted:#91a0af;--line:#2b3743;--accent:#6cc5f4;--accent-bg:#183d52;--chip:#213e51;--chip-text:#b8e8ff;--header:#0b1017;--field:#192531;--font-title:'DM Sans',sans-serif;--radius:7px}body[data-theme=editorial]{--bg:#f5f2eb;--surface:#fffcf6;--surface-2:#eee9df;--text:#1c2721;--muted:#79847b;--line:#d9ded5;--accent:#bd5236;--accent-bg:#f8e6dd;--chip:#eee9df;--chip-text:#405b43;--header:#fffcf6;--field:#fff;--font-title:'Newsreader',serif;--radius:0px}body[data-theme=streaming]{--bg:#0b0b16;--surface:#1a1a2b;--surface-2:#24243a;--text:#fbfaff;--muted:#a5a3b6;--line:#303047;--accent:#c4a3ff;--accent-bg:#383052;--chip:#392f50;--chip-text:#e2d3ff;--header:#10101e;--field:#24243a;--font-title:'DM Sans',sans-serif;--radius:16px}.site-header{background:var(--header);border-bottom:1px solid var(--line)}.header-inner{max-width:1376px;margin:auto;padding:0 40px;min-height:72px;display:flex;align-items:center;gap:30px}.logo{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:800;letter-spacing:-1.3px;white-space:nowrap}.logo-symbol{width:29px;height:29px;display:grid;place-items:center;background:var(--accent);color:var(--header);font-family:'IBM Plex Mono',monospace;font-size:18px;font-weight:600;border-radius:4px;letter-spacing:0}.logo-point{color:var(--accent)}.theme-switch{margin-left:auto;display:flex;gap:3px;padding:4px;background:var(--surface);border:1px solid var(--line);border-radius:8px}.theme-switch button{border:0;border-radius:5px;padding:8px 13px;background:transparent;color:var(--muted);font-size:11px;font-weight:800}.theme-switch button[aria-pressed=true]{background:var(--accent);color:var(--header)}.header-meta{font-family:'IBM Plex Mono',monospace;font-size:9px;letter-spacing:.02em;color:var(--muted);white-space:nowrap}.online-dot{display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:var(--accent)}.header-divider{margin:0 6px;color:var(--line)}.page{max-width:1376px;margin:auto;padding:0 40px}.page-heading{min-height:205px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid var(--line)}.eyebrow,.section-label,.today-stamp span,.filters>span,.list-heading,.watch-label{font-family:'IBM Plex Mono',monospace;letter-spacing:.08em;font-size:10px;font-weight:600;color:var(--muted)}.eyebrow{color:var(--accent)}h1,h2,p{margin-top:0}.page-heading h1{font-family:var(--font-title);font-size:clamp(44px,5vw,68px);line-height:1.02;letter-spacing:-.055em;margin:11px 0 12px}.page-heading p{font-size:14px;color:var(--muted);margin-bottom:0}.today-stamp{min-width:165px;padding:16px 0 16px 22px;border-left:1px solid var(--line)}.today-stamp span{display:block}.today-stamp strong{display:block;font-family:'IBM Plex Mono',monospace;font-size:25px;letter-spacing:-.07em;margin-top:7px}.schedule{padding:31px 0 72px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.section-head h2{font-size:20px;font-weight:800;margin:5px 0 0;text-transform:capitalize}.today-link{border:1px solid var(--line);background:var(--surface);color:var(--text);padding:9px 13px;border-radius:var(--radius);font-size:12px;font-weight:700}.today-link span{color:var(--accent);margin-left:13px}.date-nav{display:flex;align-items:stretch;height:71px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);overflow:hidden}.nav-arrow{width:44px;flex:none;border:0;background:transparent;color:var(--muted);font-size:27px}.nav-arrow:hover{background:var(--surface-2);color:var(--text)}.date-strip{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));flex:1;min-width:0}.date-button{display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-left:1px solid var(--line);background:transparent;color:var(--muted);font-family:'IBM Plex Mono',monospace;font-size:10px}.date-button:last-child{border-right:1px solid var(--line)}.date-button strong{font-size:21px;color:var(--text);line-height:1}.date-button small{font-size:9px}.date-button:hover{background:var(--surface-2)}.date-button.active{background:var(--accent);color:var(--header)}.date-button.active strong{color:var(--header)}.tools-bar{display:flex;align-items:center;gap:24px;margin-top:23px}.team-search-wrap{position:relative;max-width:465px;flex:1}.team-search{height:48px;display:flex;align-items:center;gap:12px;padding:0 15px;border:1px solid var(--line);border-radius:var(--radius);background:var(--field)}.team-search:focus-within{border-color:var(--accent)}.team-search svg{height:19px;width:19px;fill:none;stroke:var(--accent);stroke-width:2;stroke-linecap:round;flex:none}.team-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font-size:13px}.team-search input::placeholder{color:var(--muted)}.team-search input::-webkit-search-cancel-button{display:none}.clear-search{position:absolute;right:12px;top:13px;border:0;background:var(--surface-2);color:var(--text);border-radius:3px;font-size:11px;padding:3px 7px}.clear-search[hidden],.team-suggestions[hidden]{display:none}.team-suggestions{position:absolute;z-index:15;top:52px;left:0;right:0;padding:5px;border:1px solid var(--line);background:var(--surface);border-radius:var(--radius);box-shadow:0 18px 36px rgba(0,0,0,.16)}.team-suggestions button{width:100%;border:0;background:transparent;color:var(--text);text-align:left;padding:10px 12px;font-size:12px;border-radius:4px}.team-suggestions button:hover,.team-suggestions button:focus{background:var(--surface-2)}.tools-hint{color:var(--muted);font-size:12px}.filters{display:flex;align-items:center;gap:22px;border-bottom:1px solid var(--line);padding:24px 0 16px}.filters>span{flex:none}.filter-list{display:flex;gap:7px;overflow:auto;scrollbar-width:none}.filter-list::-webkit-scrollbar{display:none}.filter{border:1px solid var(--line);background:transparent;color:var(--muted);border-radius:5px;padding:7px 10px;white-space:nowrap;font-size:10px;font-weight:800;letter-spacing:.02em}.filter:hover{color:var(--text)}.filter.active{background:var(--accent-bg);border-color:var(--accent);color:var(--accent)}.list-heading{display:flex;justify-content:space-between;padding:22px 0 6px}.games-list{min-height:160px}.league-heading{display:flex;align-items:center;gap:10px;color:var(--text);font-size:13px;font-weight:800;padding:20px 0 10px}.league-marker{display:block;width:5px;height:15px;background:var(--accent);border-radius:3px}.match{display:grid;grid-template-columns:88px minmax(0,1fr) 260px 38px;align-items:center;min-height:89px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);margin-bottom:6px;overflow:hidden}.match:hover{border-color:var(--accent)}.time{align-self:stretch;border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}.time strong{font-family:'IBM Plex Mono',monospace;font-size:19px;letter-spacing:-.07em}.time small{font-family:'IBM Plex Mono',monospace;font-size:8px;color:var(--muted)}.fixture{display:flex;align-items:center;gap:12px;min-width:0;padding:0 22px}.club{display:flex;align-items:center;gap:9px;min-width:0;font-weight:700;font-size:13px}.club img,.fallback{width:27px;height:27px;object-fit:contain;flex:none}.fallback{display:grid;place-items:center;border-radius:50%;background:var(--surface-2);color:var(--muted)}.club span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.versus{font-size:11px;font-weight:800;color:var(--muted)}.watch{align-self:stretch;border-left:1px solid var(--line);display:flex;flex-direction:column;justify-content:center;gap:7px;padding:11px 15px;min-width:0}.watch-label{font-size:9px}.watch>div{display:flex;flex-wrap:wrap;gap:5px}.channel{background:var(--chip);color:var(--chip-text);border-radius:4px;padding:5px 7px;font-size:11px;font-weight:700;white-space:nowrap}.unconfirmed{color:var(--muted);font-size:11px}.match-link{display:grid;place-items:center;height:100%;font-size:18px;color:var(--accent)}.match-link:hover{background:var(--surface-2)}.empty{min-height:170px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:7px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);text-align:center;padding:20px}.empty strong{font-size:16px}.empty span{font-size:12px;color:var(--muted)}.loading-row{height:87px;margin-bottom:6px;border-radius:var(--radius);background:linear-gradient(90deg,var(--surface),var(--surface-2),var(--surface));background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{to{background-position:-200% 0}}.source-note{display:flex;align-items:center;gap:13px;padding:15px 18px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);margin-bottom:56px}.note-mark{width:19px;height:19px;display:grid;place-items:center;border:1px solid var(--muted);border-radius:50%;font-family:serif;font-style:italic;color:var(--muted);flex:none}.source-note p{margin:0;color:var(--muted);font-size:11px;line-height:1.5}.source-note a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}footer{max-width:1376px;margin:auto;padding:24px 40px 36px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:var(--muted)}footer>span{font-size:16px;font-weight:800;letter-spacing:-.06em;color:var(--text)}footer small{font-size:10px}
/* Editorial: paper, generous type, fine rules */
body[data-theme=editorial] .site-header{border-bottom:2px solid var(--text)}body[data-theme=editorial] .logo-symbol{border-radius:50%}body[data-theme=editorial] .page-heading{min-height:260px}body[data-theme=editorial] .page-heading h1{font-size:clamp(58px,6vw,84px);font-weight:500;letter-spacing:-.055em}body[data-theme=editorial] .page-heading p{font-size:15px}body[data-theme=editorial] .today-stamp strong{font-size:23px}body[data-theme=editorial] .section-head h2{font-family:'Newsreader',serif;font-weight:500;font-size:29px}body[data-theme=editorial] .date-nav{height:80px;border-radius:0;border-left:0;border-right:0}body[data-theme=editorial] .date-button{flex-direction:column;gap:2px}body[data-theme=editorial] .date-button strong{font-family:'Newsreader',serif;font-size:29px;font-weight:500}body[data-theme=editorial] .team-search{border-radius:0;border-color:#bdc6b8}body[data-theme=editorial] .filter{border-radius:0}body[data-theme=editorial] .match{border-radius:0;border-left:0;border-right:0;margin-bottom:0;min-height:103px;box-shadow:none}body[data-theme=editorial] .match+.match{border-top:0}body[data-theme=editorial] .time strong{font-size:17px}body[data-theme=editorial] .club{font-size:14px}body[data-theme=editorial] .channel{background:transparent;border:1px solid #cbd6c9;color:#415e46;border-radius:0}body[data-theme=editorial] .league-heading{font-family:'Newsreader',serif;font-weight:600;font-size:23px;padding-top:29px}body[data-theme=editorial] .league-marker{height:10px;width:10px;border-radius:50%}
/* Streaming: viewing cards with prominent platform names */
body[data-theme=streaming] .site-header{border-color:#28283d}body[data-theme=streaming] .logo-symbol{border-radius:8px}body[data-theme=streaming] .page-heading{min-height:250px;border-bottom:0}body[data-theme=streaming] .page-heading h1{font-weight:800;font-size:clamp(54px,6vw,80px);letter-spacing:-.065em}body[data-theme=streaming] .page-heading p{font-size:15px}body[data-theme=streaming] .today-stamp{background:var(--surface);padding:20px 24px;border:1px solid var(--line);border-radius:14px}body[data-theme=streaming] .date-nav{border-radius:14px;height:78px}body[data-theme=streaming] .date-button.active{background:#594477;color:#fff}body[data-theme=streaming] .date-button.active strong{color:#fff}body[data-theme=streaming] .team-search{border-radius:12px}body[data-theme=streaming] .filter{border-radius:20px}body[data-theme=streaming] .filter.active{background:var(--accent);color:#1a1424}body[data-theme=streaming] .games-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:13px;align-items:start}body[data-theme=streaming] .league-heading{grid-column:1/-1;padding-top:24px;font-size:14px}body[data-theme=streaming] .match{position:relative;min-height:171px;display:grid;grid-template-columns:81px minmax(0,1fr) 36px;grid-template-rows:98px auto;border-radius:16px;margin-bottom:0}body[data-theme=streaming] .time{grid-column:1;grid-row:1;border-right:1px solid var(--line)}body[data-theme=streaming] .fixture{grid-column:2;grid-row:1;padding:10px 13px;gap:5px;flex-wrap:wrap}body[data-theme=streaming] .club{font-size:12px}body[data-theme=streaming] .club img,body[data-theme=streaming] .fallback{width:24px;height:24px}body[data-theme=streaming] .watch{grid-column:1/4;grid-row:2;border-left:0;border-top:1px solid var(--line);padding:13px 18px;padding-right:45px;min-height:72px}body[data-theme=streaming] .watch-label{color:var(--accent)}body[data-theme=streaming] .channel{font-size:12px;padding:6px 9px;border-radius:7px}body[data-theme=streaming] .match-link{position:absolute;right:0;top:0;width:36px;height:98px;border-left:1px solid var(--line)}body[data-theme=streaming] .empty{grid-column:1/-1}body[data-theme=streaming] .loading-row{height:170px}
@media(max-width:1060px){.header-meta{display:none}.theme-switch{margin-left:auto}.match{grid-template-columns:78px minmax(0,1fr) 218px 32px}.fixture{padding:0 12px;gap:7px}.club{font-size:12px}.watch{padding:10px}.channel{font-size:10px}body[data-theme=streaming] .club{font-size:11px}}
@media(max-width:720px){.header-inner{padding:0 16px;min-height:67px;gap:9px}.logo{font-size:17px;gap:6px}.logo-symbol{width:24px;height:24px;font-size:15px}.theme-switch{padding:3px;gap:0}.theme-switch button{font-size:9px;padding:7px 6px}.page{padding:0 16px}.page-heading{min-height:167px}.page-heading h1{font-size:45px}.page-heading p{font-size:12px}.today-stamp{display:none}.schedule{padding-top:25px;padding-bottom:45px}.section-head h2{font-size:17px}.date-nav{height:72px}.nav-arrow{width:30px;font-size:22px}.date-button{flex-direction:column;gap:1px;font-size:8px}.date-button strong{font-size:19px}.date-button small{font-size:8px}.tools-bar{display:block;margin-top:16px}.team-search-wrap{max-width:none}.tools-hint{display:none}.filters{display:block;padding:19px 0 13px}.filters>span{display:block;margin-bottom:9px}.list-heading>span:last-child{display:none}.match{grid-template-columns:68px minmax(0,1fr) 32px;grid-template-rows:minmax(53px,auto) minmax(42px,auto);min-height:100px}.time{grid-column:1;grid-row:1/3}.time strong{font-size:16px}.time small{font-size:7px}.fixture{grid-column:2;grid-row:1;padding:9px 8px 2px;gap:5px}.club{font-size:11px;gap:4px}.club img,.fallback{width:21px;height:21px}.versus{font-size:9px}.watch{grid-column:2;grid-row:2;padding:0 8px 10px;border:0}.watch-label{display:none}.channel{font-size:9px;padding:4px 6px}.match-link{grid-column:3;grid-row:1/3}.league-heading{font-size:12px}.source-note{margin-bottom:30px}footer{padding:20px 16px 28px}footer small:nth-child(2){display:none}body[data-theme=editorial] .page-heading{min-height:190px}body[data-theme=editorial] .page-heading h1{font-size:54px}body[data-theme=editorial] .date-nav{height:74px}body[data-theme=editorial] .date-button strong{font-size:25px}body[data-theme=editorial] .section-head h2{font-size:22px}body[data-theme=streaming] .page-heading{min-height:190px}body[data-theme=streaming] .page-heading h1{font-size:50px}body[data-theme=streaming] .games-list{grid-template-columns:1fr}body[data-theme=streaming] .match{grid-template-columns:70px minmax(0,1fr) 32px}body[data-theme=streaming] .watch{grid-column:1/4}body[data-theme=streaming] .fixture{grid-column:2}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
