:root{--bg:#0B1426;--page:#0B1426;--surface:#0E1C33;--surface-2:#10223D;--line:#1E3356;--ink:#FFFFFF;--muted:#B8C6D9;--accent1:#F5FF6B;--accent2:#5BC0EB;--hover:#79D7F2;--danger:#ef4444;--crimson:#FF0066;--header-h:0px;--bnav-h:56px;--row-h:56px;--round:12px;--small:13px;--base:14.5px;--tight:0.2px;--safe-l:env(safe-area-inset-left);--safe-r:env(safe-area-inset-right);--sponsored-strip-h:120px;--hot-rail-h:200px;--match-list-size:1200px}
    *{box-sizing:border-box}
    html,body{margin:0;padding:0;height:100%}
    html,body{overflow-x:hidden}
    body{--home-subrow-h:67px;--header-h:calc(var(--page-chrome-height, 70px) + env(safe-area-inset-top, 0px) + var(--home-subrow-h));font-family:var(--font-sans,'Barlow Semi Condensed',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif);font-size:var(--base);letter-spacing:var(--tight);background:var(--page);color:var(--ink);overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.55}
    img,svg{max-width:100%}
    strong,b{font-weight:400}
    .sr-only{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
    header{position:fixed;inset:0 0 auto 0;z-index:20;background:var(--bg);box-shadow:0 1px 0 rgba(255,255,255,.06) inset,0 1px 10px rgba(0,0,0,.35)}
    .bar{display:flex;align-items:center;gap:8px;padding:10px calc(12px + var(--safe-r)) 10px calc(12px + var(--safe-l));padding-top:calc(10px + env(safe-area-inset-top));min-height:54px}
    .brand{font-weight:400;font-size:18px}
    .brand em{font-style:normal;color:var(--accent1)}
    .grow{flex:1}
    .bar-controls{display:flex;align-items:center;gap:10px}
    .lang{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.14);border-radius:10px;padding:5px 8px;font-weight:400;font-size:13px;color:#e7ecf4;background:rgba(255,255,255,.04)}
    .lang button{all:unset;cursor:pointer;padding:2px 8px;border-radius:8px;font-weight:400}
    .lang button[aria-pressed="true"]{background:var(--accent1);color:#15220d}
    .subrow{display:grid;grid-template-columns:1fr;gap:10px;padding:8px 12px;border-top:1px solid var(--line);background:var(--bg)}
    .searchwrap{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);min-height:36px}
    .searchwrap i{opacity:.85}
    .searchwrap input{all:unset;flex:1;font-size:14px;color:#eaf1ff;-webkit-appearance:none;-moz-appearance:none;appearance:none}
    .searchwrap input::-webkit-search-cancel-button{display:none}
    .searchwrap input::-ms-clear{display:none}
    .search-results{position:fixed;top:calc(var(--header-h));left:0;right:0;z-index:26;padding:8px 12px;pointer-events:none}
    .search-results__inner{max-width:1080px;margin:0 auto;background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 38px rgba(0,0,0,.45);padding:10px;display:grid;gap:10px;max-height:calc(100dvh - var(--header-h) - var(--bnav-h) - 12px);overflow:auto;pointer-events:auto}
    .search-results__section{display:grid;gap:6px}
    .search-results__title{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#9fb2d3;padding:0 4px}
    .search-results__list{display:grid;gap:6px}
    .search-results__item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:12px;text-decoration:none;color:var(--ink);background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);transition:box-shadow .15s ease,background .15s ease}
    .search-results__item:hover{box-shadow:0 0 0 2px var(--accent2) inset;background:rgba(255,255,255,.08);color:#fff}
    .search-results__icon{width:30px;height:30px;object-fit:contain;border-radius:8px;background:rgba(255,255,255,.08);padding:4px;box-shadow:0 0 0 1px rgba(255,255,255,.08)}
    .search-results__chip{font-size:11px;text-transform:uppercase;letter-spacing:.08em;background:rgba(255,255,255,.12);border-radius:999px;padding:4px 8px;color:#dfe7f2;border:1px solid rgba(255,255,255,.14)}
    .search-results__text{display:grid;gap:2px;min-width:0}
    .search-results__name{font-size:14px;font-weight:500;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .search-results__meta{font-size:12.5px;color:#c6d3e8;display:flex;flex-wrap:wrap;gap:8px}
    @media (max-width:640px){
      .search-results__inner{padding:10px}
    }
    .clearbtn{all:unset;cursor:pointer;opacity:.85;display:flex;align-items:center;justify-content:center;padding:0 8px;height:24px;min-width:28px;border-radius:8px;font-size:16px;color:#eaf1ff;transition:opacity .15s ease,background .15s ease}
    .clearbtn:hover{background:rgba(255,255,255,.08);opacity:1}
    .clearbtn.hidden{visibility:hidden;opacity:0;pointer-events:none}
    main{position:fixed;left:0;right:0;top:var(--header-h);height:calc(100dvh - var(--header-h) - var(--bnav-h));overflow:auto;-webkit-overflow-scrolling:touch;background:var(--page);padding:0 0 12px;overflow-x:hidden}
    .page-title{padding:10px 12px 6px;margin:0;font-size:16px;font-weight:400;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
    .time-chip{margin-left:auto;font-size:12px;color:#c6d3e8;opacity:.9}
    .chip{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);font-size:12.5px;color:#e6eef7;font-weight:400}
    .chip.live{border-color:rgba(239,68,68,.35);background:rgba(239,68,68,.12)}
    .topwrap{padding:10px 12px 6px;background:var(--page)}
    .tophead-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 8px}
    .tophead{display:flex;align-items:center;gap:6px;margin:0;color:#cbd6ea;font-weight:400;font-size:12px;text-transform:uppercase;letter-spacing:.06em}
    .tophead-actions{display:flex;align-items:center;gap:10px}
    .tophead-link{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--accent2);text-decoration:none;padding:4px 8px;border-radius:999px;border:1px solid rgba(91,192,235,.35);background:rgba(91,192,235,.1)}
    .tophead-link:hover{background:rgba(91,192,235,.18)}
    .hot-dots{display:flex;justify-content:center;gap:6px;margin:12px auto 0;width:100%}
    .hot-dot{width:6px;height:6px;border-radius:999px;background:rgba(255,255,255,.18);transition:transform .2s ease, background .2s ease}
    .hot-dot.is-active{background:var(--accent1);transform:scale(1.2)}
    @media (max-width:640px){
      .tophead-row{flex-wrap:wrap}
      .tophead-actions{width:100%;justify-content:space-between}
    }
    .toprail{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(180px,64vw,300px);gap:12px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;padding-bottom:6px;min-height:var(--hot-rail-h,200px)}
    .toprail::-webkit-scrollbar{height:6px}
    .hotcard{position:relative;overflow:hidden;scroll-snap-align:start;border-radius:26px;padding:16px 16px 22px;display:flex;flex-direction:column;gap:14px;min-height:360px;background:var(--hotcard-accent,#1F1C2C);color:#fff;width:100%;max-width:320px}
    .hotcard::after{content:"";position:absolute;inset:0;background:rgba(3,7,18,.65);pointer-events:none}
    .hotcard>*{position:relative;z-index:2}
    .hotcard__score-panel{border-radius:16px;padding:12px 14px;background:rgba(3,7,18,.45);border:1px solid rgba(255,255,255,.15);box-shadow:0 10px 24px rgba(0,0,0,.35);display:flex;flex-direction:column;gap:4px;min-height:86px}
    .hotcard__score-panel--loading{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);box-shadow:none}
    .hotcard__score-value{display:flex;align-items:flex-end;gap:4px;font-size:36px;font-weight:700;letter-spacing:.02em}
    .hotcard__score-number{font-size:40px;line-height:1}
    .hotcard__score-divider,.hotcard__score-max{font-size:14px;font-weight:600;opacity:.75}
    .hotcard__score-sub{text-transform:uppercase;letter-spacing:.22em;font-size:10px;text-align:left;color:rgba(255,255,255,.75)}
    .hotcard__score-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}
    .hotcard__tier-badge{padding:3px 10px;border-radius:999px;background:rgba(255,255,255,.15);font-size:10px;font-weight:600;display:inline-flex;align-items:center;gap:4px}
    .hotcard__context{padding:3px 10px;border-radius:999px;font-size:10px;font-weight:600;background:rgba(255,255,255,.15);display:inline-flex;align-items:center;gap:4px}
    .hotcard__tier-badge i,
    .hotcard__context i{font-size:10px}
    .hotcard__context--warning{background:rgba(250,204,21,.2);color:#ffe082}
    .hotcard__context--info{background:rgba(14,165,233,.2);color:#8dd6ff}
    .hotcard__score-placeholder{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.65)}
    .hotcard__badge-row{display:flex;align-items:center;gap:12px}
    .hotcard__badge{display:flex;align-items:center;gap:10px;min-width:0}
    .hotcard__badge img{width:40px;height:auto;object-fit:contain;filter:drop-shadow(0 6px 16px rgba(0,0,0,.35))}
    .hotcard__badge-label{font-weight:600;font-size:14px}
    .hotcard__badge-sub{font-size:12px;opacity:.85}
    .hotcard__chip{border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600;background:rgba(255,255,255,.18);align-self:flex-end;margin-left:auto;margin-top:8px;box-shadow:0 12px 20px rgba(15,23,42,.35);order:5}
    .hotcard__chip--live{background:rgba(239,68,68,.9)}
    .hotcard__chip--final{background:rgba(15,23,42,.85)}
    .hotcard__teams{display:flex;flex-direction:column;gap:8px;margin-top:10px}
    .hotcard__team{display:flex;align-items:center;justify-content:space-between}
    .hotcard__team-info{display:flex;align-items:center;gap:10px}
    .hotcard__team-info img{width:32px;height:32px;object-fit:contain;filter:drop-shadow(0 6px 14px rgba(0,0,0,.3))}
    .hotcard__team-name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .hotcard__team-label{font-size:10px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.65)}
    .hotcard--live .hotcard__team-label{font-size:18px;font-weight:700;letter-spacing:0;color:#fff;min-width:28px;text-align:right;font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}
    .hotcard__watchability{display:flex;flex-direction:column;gap:12px;margin-top:6px}
    .hotcard__score-composition{border-radius:16px;border:1px solid rgba(255,255,255,.18);background:rgba(2,5,14,.55);padding:10px 14px;display:flex;flex-direction:column;gap:8px;box-shadow:0 16px 34px rgba(0,0,0,.35)}
    .hotcard__score-composition-title{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:0;font-size:12.5px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.65);cursor:pointer;list-style:none}
    .hotcard__score-composition-title::-webkit-details-marker{display:none}
    .hotcard__score-composition-title::marker{content:""}
    .hotcard__score-composition-label{display:inline-flex;align-items:center;gap:6px}
    .hotcard__score-composition-toggle{display:inline-flex;align-items:center;justify-content:center;font-size:12px;transition:transform .2s ease;opacity:.8}
    .hotcard__score-composition[open] .hotcard__score-composition-toggle{transform:rotate(180deg)}
    .hotcard__score-components{display:grid;gap:6px;margin:0;padding:0;list-style:none}
    .hotcard__score-component{display:flex;align-items:center;gap:8px;font-size:13px;color:rgba(255,255,255,.9);line-height:1.2}
    .hotcard__score-component-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}
    .hotcard__score-component-icon i{font-size:14px}
    .hotcard__score-component-label{flex:1 1 auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
    .hotcard__score-component-weight{font-weight:600;font-size:12px;color:#f7ffb2}
    .hotcard__watchability-confidence{font-size:12px;color:rgba(255,255,255,.75);display:inline-flex;align-items:center;gap:6px}
    .hotcard__events{display:flex;flex-direction:column;gap:4px;font-size:12px;opacity:.92;margin-top:auto;min-height:32px}
    .hotcard__eventline{min-height:1.4em;display:flex;flex-wrap:wrap;gap:6px;line-height:1.4}
    .hotcard__eventline .sep{opacity:.55;letter-spacing:.1em}
    .hotcard__fav{position:absolute;top:16px;right:16px;background:rgba(0,0,0,.25);border-radius:50%;width:42px;height:42px;display:grid;place-items:center;font-size:18px;cursor:pointer;color:#fff;z-index:4}
    .hotcard__fav[aria-pressed="true"]{color:#F5FF6B}
    .hotcard--skeleton{background:var(--surface);border:1px solid var(--line);color:rgba(255,255,255,.7);box-shadow:none}
    .hotcard--skeleton::after{background:rgba(255,255,255,.05)}
    .hotcard--skeleton .hotcard__fav{display:none}
    .hotcard--skeleton .sk-line{display:block;height:12px;border-radius:8px;background:rgba(255,255,255,.08)}
    .hotcard--skeleton .sk-line.short{width:60%}
    .hotcard--skeleton .sk-line.sk-logo{width:28px;height:28px}
    .hotcard--skeleton .sk-line.sk-score-heavy{width:92%;height:24px;border-radius:12px}
    .hotcard--skeleton .sk-line.sk-score-sub.short{height:10px;margin-top:6px}
    .hotcard--skeleton .sk-line.sk-score-meta.short{height:10px;margin-top:4px}
    .hotcard--skeleton .hotcard__score-composition--skeleton{min-height:80px;margin-top:6px}
    .hotcard--skeleton .hotcard__score-components--skeleton{display:grid;gap:10px;margin-top:4px}
    .hotcard--skeleton .hotcard__score-component--skeleton{height:12px;border-radius:6px;background:rgba(255,255,255,.08)}
    .hotcard--skeleton .hotcard__watchability-confidence--skeleton{height:10px;border-radius:6px;background:rgba(255,255,255,.08);width:70%}
    .hotcard--skeleton .sk-row{display:block;height:18px;border-radius:10px;background:rgba(255,255,255,.08)}
    .hotcard--skeleton .sk-line.sk-score{width:42px;height:22px}
    .hotcard--skeleton .sk-chip{display:block;width:72px;height:22px;border-radius:999px;background:rgba(255,255,255,.12)}
    .hotcard--skeleton .sk-events{height:24px;border-radius:8px;background:rgba(255,255,255,.06)}
    .hot-empty{min-height:var(--hot-rail-h,200px);display:flex;align-items:center;justify-content:center;color:#9fb2d3;font-size:13px;border:1px dashed rgba(255,255,255,.12);border-radius:14px;padding:12px;width:100%}
    @media (max-width:720px){
      :root{--hot-rail-h:260px}
      .hotcard{min-height:260px}
    }
.matches-grid{display:grid;grid-template-columns:1fr;gap:14px;padding:0 12px}
.matches-grid>aside,.matches-grid>div{min-width:0}
.matches-grid__cta{margin:0 12px 24px;text-align:center}
.matches-grid__cta a{display:inline-flex;align-items:center;gap:8px;padding:10px 28px;border-radius:12px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.06);color:#fff;font-weight:500;font-size:14px;line-height:1;transition:background .2s,border-color .2s,transform .2s}
.matches-grid__cta a:hover{border-color:rgba(91,192,235,.65);background:rgba(91,192,235,.18);transform:translateY(-1px)}
.matches-grid__cta a:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(91,192,235,.35)}
#pinnedSec{min-height:48px}
#pinnedSec[data-empty="true"]{display:none}
.pop-card{display:none;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:12px;position:sticky;top:8px;align-self:start}
.sponsored-strip{margin:12px 12px 18px;padding:12px;border-radius:16px;background:var(--surface);border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 30px rgba(0,0,0,.35);display:grid;gap:8px}
.sponsored-strip__label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#9fb2d3}
    .sponsored-strip__slot{min-height:var(--sponsored-strip-h,120px);height:var(--sponsored-strip-h,120px);display:flex;align-items:center;justify-content:center;text-align:center}
    .sponsored-strip__slot ins.adsbygoogle{display:block!important;width:100%;min-height:var(--sponsored-strip-h,120px);height:var(--sponsored-strip-h,120px)}
.site-info{margin:32px auto 12px;padding:0 12px;max-width:960px;color:#d9e3f8}
.site-info h2{margin:0 0 6px;font-size:18px;font-weight:600;color:#fff}
.site-info p{margin:0;font-size:14px;line-height:1.6}
.site-info a{color:#5BC0EB;text-decoration:none}
.site-info a:hover{text-decoration:underline}
.faq{margin:32px auto;padding:0 12px;max-width:960px;color:#dfe6fb}
.faq h2{margin:0 0 14px;font-size:20px;font-weight:600;color:#fff}
.faq__item{border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:14px;margin-bottom:12px;background:rgba(15,23,42,.6)}
.faq__item h3{margin:0 0 6px;font-size:16px;font-weight:600;color:#e8efff}
.faq__item p{margin:0;font-size:14px;line-height:1.6}
@media (min-width:1024px){.matches-grid{grid-template-columns:260px minmax(0,1fr)}.pop-card{display:block}}
@media (min-width:1080px){.matches-grid{grid-template-columns:minmax(240px,300px) minmax(0,1fr) minmax(220px,280px)}}
@media (min-width:900px){:root{--sponsored-strip-h:250px;--hot-rail-h:220px;--match-list-size:1600px}}
    .pop-title{font-weight:400;color:#e6eef7;display:flex;align-items:center;gap:8px;margin-bottom:10px;text-transform:uppercase;font-size:12px;letter-spacing:.06em}
    .pop-links{display:grid;grid-template-columns:1fr;gap:6px}
    .pop-links a{display:flex;align-items:center;gap:8px;padding:9px 10px;border-radius:10px;color:#dfe7f2;text-decoration:none;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);font-weight:400;font-size:13.5px}
    .pop-links a:hover{box-shadow:0 0 0 2px var(--hover) inset;color:#fff}
    .pop-flag{width:20px;height:14px;border-radius:3px;object-fit:cover;box-shadow:0 0 0 1px rgba(255,255,255,.18)}
    .pop-logo{width:22px;height:22px;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(0,0,0,.35))}
.grid-controls{display:flex;align-items:center;gap:6px;margin:6px 0 6px;flex-wrap:nowrap;overflow:visible;position:sticky;top:0;z-index:9;background:var(--page);padding:6px 12px}
    @supports (backdrop-filter:blur(4px)){.grid-controls{backdrop-filter:blur(4px);background:rgba(11,20,38,.84)}}
    .grid-controls>*{flex:0 0 auto}
    .chip-toggle{all:unset;cursor:pointer;display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);font-weight:400;color:#e6eef7;white-space:nowrap;font-size:12.5px}
    .chip-toggle i{font-size:14px}
    .chip-toggle[aria-pressed="true"],.chip-toggle.active{background:var(--accent1);color:#0b1426;border-color:rgba(0,0,0,.12)}
.filters-control{position:relative;display:inline-block}
.filters-menu{position:absolute;left:0;top:calc(100% + 8px);background:rgba(10,18,34,.98);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:14px;min-width:230px;box-shadow:0 18px 40px rgba(0,0,0,.45);z-index:40}
.filters-menu[hidden]{display:none}
.filters-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}
.filters-field label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#9fb2d3}
.filters-field select{
  border-radius:10px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.16);
  color:#eaf1ff;
  padding:8px 32px 8px 12px;
  font-size:14px;
  font-weight:500;
  appearance:none;
  width:100%;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23EAF1FF' d='M0 0h10L5 6z'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 12px center;
}
.filters-field select option{
  color:#0b1426;
  background:#fff;
}
.filters-field select:focus{
  outline:2px solid var(--accent2);
  outline-offset:2px;
}
.filters-toggle{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:13.5px;color:#e6eef7}
.filters-switch{position:relative;display:inline-flex;align-items:center;width:46px;height:26px;cursor:pointer}
.filters-switch input{opacity:0;width:0;height:0;position:absolute;inset:0;margin:0}
.switch-indicator{position:absolute;inset:0;border-radius:999px;background:rgba(255,255,255,.12);transition:background .2s ease}
.switch-indicator::after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;top:4px;left:4px;transition:transform .2s ease,background .2s ease}
.filters-switch input:checked + .switch-indicator{background:var(--accent1)}
.filters-switch input:checked + .switch-indicator::after{transform:translateX(18px);background:#0b1426}
    .live-minute{color:#FF4D6D;font-weight:600}
    .pill.active[data-pill="live"]{background:var(--crimson);color:#fff}
.calwrap{flex:0 0 auto;min-width:0}
.calchip{
  border-radius:10px;
  padding:2px;
  background:rgba(255,255,255,.03);
  box-shadow:0 0 0 1px rgba(255,255,255,.10) inset;
  display:inline-flex;
  align-items:center;
  min-height:32px;
  width:auto;
  min-width:0;
}
.calinner{display:grid;grid-template-columns:auto auto auto;align-items:center;gap:6px;background:transparent;border-radius:8px;padding:2px 6px;box-shadow:0 0 0 1px rgba(91,192,235,.35) inset;height:100%}
    .calnav{all:unset;width:22px;height:22px;display:grid;place-items:center;cursor:pointer;color:#e7eef7;border-radius:6px;transition:background .15s ease,color .15s ease}
    .calnav:hover{background:rgba(255,255,255,.08);color:var(--accent2)}
    .calcenter{all:unset;display:flex;align-items:center;gap:0;height:22px;cursor:pointer;font-weight:400;letter-spacing:.04em;color:#f2f7fb;font-size:12px;justify-content:center;white-space:nowrap}
    .calcenter .dateval{display:inline-block;min-width:82px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    #datePicker{position:absolute;opacity:0;width:0;height:0;pointer-events:none}
    .match-list{margin:0;padding:0;list-style:none;border-bottom:1px solid var(--line);content-visibility:auto;contain-intrinsic-size:var(--match-list-size,1200px)}
    .virt-pad{width:100%}
    .bucket-head{position:sticky;top:0;z-index:4;background:rgba(11,20,38,.94);font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#cbd6ea;padding:6px 12px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-weight:400}
    .match-row{position:relative;display:grid;grid-template-columns:64px minmax(0,1fr) max-content minmax(84px,96px) 36px;gap:10px;min-height:var(--row-h);height:var(--row-h);padding:7px 10px;background:var(--surface);border-top:1px solid var(--line);align-items:center;width:100%;max-width:100%;overflow:hidden;cursor:pointer}
    .match-row>*{min-width:0}
    @media (max-width:600px){.match-row{grid-template-columns:48px minmax(0,1fr) max-content minmax(68px,80px) 32px;gap:8px;padding:6px 8px}}
    .match-row:nth-child(even){background:var(--surface-2)}
    .match-row.live .sc{color:var(--danger)}
    .match-row.finished .sc{color:inherit}
    .match-row.finished .sc.lose{color:#8a99b5}
    .match-row__link{position:absolute;inset:0;z-index:3;display:block;text-decoration:none;color:inherit;cursor:pointer}
    .match-row__link:focus-visible{box-shadow:0 0 0 2px var(--hover) inset}
    .match-row>*:not(.match-row__link){position:relative;z-index:2}
    .timecol{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:6px;color:#9fb0c8;white-space:nowrap;min-width:0}
    .time-line{display:flex;flex-direction:column;align-items:flex-start;gap:2px;font-size:14px;line-height:1.1;font-weight:400}
    .time-line .time-main{font-size:14px;font-weight:400}
    .time-line .time-sub{font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:#9fb0c8}
    .time-line .time-date{font-size:11px;text-transform:uppercase;color:#9fb0c8}
    .teamstack{display:grid;grid-template-rows:1fr 1fr;align-items:center;min-width:0;border-right:1px solid var(--line);padding-right:8px}
    .team-row{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:8px;align-items:center;min-width:0}
    @media (max-width:600px){.team-row{grid-template-columns:20px minmax(0,1fr)}.teamstack{border-right:1px solid var(--line);padding-right:6px}}
    .crest{width:20px;height:20px;object-fit:contain;display:block}
    .tname{font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;line-height:1.15;display:flex;align-items:center;min-height:20px;font-size:14px}
    .tname.win,.sc.win{color:var(--ink);font-weight:400}
    .tname.lose,.sc.lose{color:#8a99b5;font-weight:400}
    .tname.draw,.sc.draw{color:var(--muted);font-weight:400}
    .scorecol{display:grid;grid-template-rows:1fr 1fr;align-items:center;justify-items:end;font-weight:500;font-variant-numeric:tabular-nums;min-width:44px;font-size:15px}
    .sc{font-weight:500}
    .watchcol{display:grid;grid-template-rows:auto auto;align-items:center;justify-items:center;gap:4px;min-width:72px;font-variant-numeric:tabular-nums;z-index:4;cursor:help}
    .watch-score{font-size:16px;font-weight:700;line-height:1}
    .watch-score--blockbuster{color:#f5ff6b}
    .watch-score--must{color:#facc15}
    .watch-score--worth{color:#5bc0eb}
    .watch-score--free{color:#cbd6ea}
    .watch-score--skip{color:#94a3b8}
    .watch-score--pending{color:rgba(255,255,255,.4)}
    .watch-badge{font-size:9px;letter-spacing:.06em;text-transform:uppercase;line-height:1;padding:3px 6px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:#cbd6ea;white-space:nowrap}
    .watch-badge--blockbuster{background:#f5ff6b;color:#0b1426;border-color:rgba(245,255,107,.6)}
    .watch-badge--must{background:#facc15;color:#0b1426;border-color:rgba(250,204,21,.6)}
    .watch-badge--worth{background:#5bc0eb;color:#0b1426;border-color:rgba(91,192,235,.6)}
    .watch-badge--free{background:rgba(255,255,255,.08);color:#cbd6ea;border-color:rgba(255,255,255,.18)}
    .watch-badge--skip{background:rgba(148,163,184,.16);color:#94a3b8;border-color:rgba(148,163,184,.3)}
    .watch-badge--pending{background:rgba(255,255,255,.05);color:rgba(255,255,255,.45);border-color:rgba(255,255,255,.1)}
    @media (max-width:600px){
      .watch-score{font-size:15px}
      .watch-badge{font-size:8px;padding:2px 4px;letter-spacing:.05em}
    }
    .watch-skel{width:22px;height:10px;border-radius:6px;background:rgba(255,255,255,.08)}
    @keyframes pulseScore{0%{transform:scale(1)}50%{transform:scale(1.06)}100%{transform:scale(1)}}
    .sc.changing{animation:pulseScore .25s ease}
    .odds-row{grid-column:1 / -1;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;padding-top:6px;width:100%}
    .oddchip{font-weight:400;font-size:12.5px;padding:4px 7px;border-radius:8px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:#e6eef7}
    .oddchip .lbl{opacity:.75;margin-right:4px}
    .odds-row.loading .oddchip{opacity:.6}
    .collapsed{display:none}
    .subtle{color:var(--muted);font-size:13.5px;text-align:center;padding:16px 8px}
    .empty-card{display:grid;gap:8px;place-items:center;text-align:center;margin:12px;padding:16px;border-radius:14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1)}
    .empty-card .title{font-weight:400}
    .empty-card .hint{font-size:13px;color:#cbd6ea}
    .skeleton{position:relative;overflow:hidden}
    .match-row.skeleton{cursor:default}
    .skeleton::after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:rgba(255,255,255,.08);animation:shimmer 1.1s infinite}
    @keyframes shimmer{100%{transform:translateX(100%)}}
    .match-fav{all:unset;width:36px;height:36px;display:grid;place-items:center;color:#cbd5e1;cursor:pointer;border-radius:8px;transition:transform .12s ease;position:relative;z-index:4}
    .match-fav[aria-pressed="true"]{color:#ffd166}
    .match-fav:hover{color:#5BC0EB}
    .match-fav:active{transform:scale(.96)}
    @media (max-width:600px){.match-fav{width:28px;height:28px}}
    @media (prefers-reduced-motion:reduce){.skeleton::after{animation:none}.sc.changing{animation:none}}
    .country-btn{all:unset;display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:var(--page);border-top:1px solid var(--line);cursor:pointer;user-select:none;border-radius:10px;font-weight:400}
    .country-btn:hover{background:rgba(255,255,255,.04)}
    .country-btn:focus-visible{outline:2px solid var(--hover);outline-offset:2px}
    .country-btn .chev{display:inline-block;width:12px;transform:rotate(0deg);transition:transform .18s ease}
    .country-btn[aria-expanded="true"] .chev{transform:rotate(90deg)}
    .league-header{border-top:1px solid var(--line);background:transparent;position:sticky;top:0;z-index:3}
    @media (min-width:1024px){.league-header{position:static;background:transparent}}
    .league-row{display:flex;align-items:center;gap:8px;padding:6px 12px}
    .league-btn{all:unset;cursor:pointer;display:flex;align-items:center;gap:8px;flex:1;min-width:0;padding:6px 8px;border-radius:10px}
    .league-btn:hover{background:rgba(255,255,255,.04)}
    .league-btn:focus-visible{outline:2px solid var(--hover);outline-offset:2px}
    .league-btn .chev{display:inline-block;width:12px;transform:rotate(0deg);transition:transform .18s ease}
    .league-btn[aria-expanded="true"] .chev{transform:rotate(90deg)}
    .league-btn strong{font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .fav-btn{all:unset;width:28px;height:28px;display:grid;place-items:center;border-radius:8px;cursor:pointer;color:#cbd5e1}
    .fav-btn[aria-pressed="true"]{color:#ffd166}
    .fav-btn:hover{color:var(--hover)}
    .lflag{width:18px;height:12px;border-radius:2px;object-fit:cover;box-shadow:0 0 0 1px rgba(255,255,255,.16)}
    .llogo-h{width:18px;height:18px;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(0,0,0,.35))}
    .adwrap{display:flex;align-items:center;justify-content:center;min-height:120px}
    @media (min-width:1024px){.adwrap{justify-content:center}}
    .rc{color:var(--danger)}
    /* — original mobile tweaks — */
    @media (max-width:480px){
      .matches-grid{padding:0}
      /* keep single row; the final overrides below ensure nowrap */
      .grid-controls{gap:6px 8px;padding:6px 8px}
      .calwrap{min-width:0}
      .calchip{padding:1px;min-width:auto;width:auto}
      .calinner{grid-template-columns:auto auto auto;gap:3px;padding:0 4px}
      .calnav{width:22px;height:22px}
      .calcenter{font-size:11.5px;letter-spacing:.02em}
      .calcenter .dateval{min-width:68px;max-width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}
@media (max-width:360px){
  .calinner{grid-template-columns:auto auto auto;padding:0 2px}
  .calnav{width:20px;height:20px}
  .calcenter{font-size:11px}
  .calcenter .dateval{min-width:60px;max-width:64px}
}

    /* ================================
       FIXES: calendar inline + width
       ================================ */

    /* Keep calendar on same line; allow pills to scroll and shrink */
    .grid-controls{ flex-wrap:nowrap; }
    .pills{
      flex:1 1 auto;         /* take remaining space */
      min-width:0;           /* allow shrinking */
      overflow-x:auto;       /* scroll pills on small screens */
      -webkit-overflow-scrolling:touch;
      scrollbar-width:none;
    }
    .pills::-webkit-scrollbar{ display:none; }

    .calwrap{
      margin-left:auto;      /* push calendar to far right */
      flex:0 0 auto;
      min-width:auto;
    }

    /* Ensure right-hand grid column never forces horizontal scroll */
    .matches-grid > div{
      min-width:0;
      max-width:100%;
      overflow:hidden;
    }

    /* Belt-and-suspenders: inner columns can shrink */
    .timecol, .teamstack{ min-width:0; }

    /* On very small screens, still keep everything on one row */
    @media (max-width:480px){
      .grid-controls{ flex-wrap:nowrap; gap:6px; }
      .calchip{ padding:1px; min-width:auto; width:auto; }
      .calinner{ grid-template-columns:auto minmax(0,1fr) auto; gap:3px; padding:0 4px; }
    }

    /* ================================
       Flat borderless design overrides
       ================================ */
    body.flat-theme *{
      box-shadow:none!important;
    }
    body.flat-theme header,
    body.flat-theme .subrow,
    body.flat-theme .matches-grid,
    body.flat-theme footer.site-footer{
      border:none!important;
      box-shadow:none!important;
    }
    body.flat-theme .lang,
    body.flat-theme .searchwrap,
    body.flat-theme .grid-controls,
    body.flat-theme .chip-toggle,
    body.flat-theme .chip,
    body.flat-theme .pill,
    body.flat-theme .calchip,
    body.flat-theme .calinner,
    body.flat-theme .match-row,
    body.flat-theme .pop-card,
    body.flat-theme .pop-links a,
    body.flat-theme .hotcard,
    body.flat-theme .league-header,
    body.flat-theme .country-btn,
    body.flat-theme .fav-btn,
    body.flat-theme .match-fav,
    body.flat-theme .empty-card{
      border:none!important;
      box-shadow:none!important;
    }
    body.flat-theme .match-row{
      border-top:none;
    }
    body.flat-theme .league-header{
      border-top:none;
    }
    body.flat-theme .pop-links a:hover,
    body.flat-theme .country-btn:hover,
    body.flat-theme .league-btn:hover{
      box-shadow:none!important;
      background-color:rgba(255,255,255,.08);
    }
    .hotcard__teams--skeleton{display:flex;flex-direction:column;gap:6px;margin:8px 0}
    .hotcard__teams--skeleton .sk-line{width:80%;height:12px;border-radius:6px}
