:root{--ink:#11221c;--muted:#68756f;--paper:#f2f0e8;--card:#fffdf7;--line:#d8d7ce;--green:#0f6a50;--lime:#cbe742;--red:#d86b55;--amber:#e5a93f}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif}.topbar{height:72px;display:flex;align-items:center;padding:0 4vw;border-bottom:1px solid var(--line);background:rgba(242,240,232,.94);position:sticky;top:0;z-index:10;backdrop-filter:blur(12px)}.brand{font:800 20px Manrope;text-decoration:none;color:var(--ink);letter-spacing:-1px}.brand span{color:var(--green)}.nav{display:flex;margin-left:8vw;gap:30px}.nav-link{border:0;background:none;font:600 14px inherit;color:var(--muted);padding:25px 0;cursor:pointer}.nav-link.active{color:var(--ink);box-shadow:inset 0 -3px var(--lime)}.upload-button{margin-left:auto;border:1px solid var(--ink);padding:10px 15px;border-radius:2px;font-size:12px;font-weight:700;cursor:pointer;text-transform:uppercase;letter-spacing:.8px}main{max-width:1400px;margin:auto;padding:0 4vw}.hero{display:flex;justify-content:space-between;align-items:flex-end;padding:76px 0 48px;border-bottom:1px solid var(--line)}.eyebrow{color:var(--green);font-weight:800;font-size:11px;letter-spacing:1.8px}.hero h1,.methodology h1{font:800 clamp(36px,5vw,68px)/1.03 Manrope;margin:12px 0;letter-spacing:-3px}.lede{color:var(--muted);font-size:17px;max-width:640px}.hero-meta{border-left:3px solid var(--lime);padding-left:16px;display:grid;gap:5px;font-size:11px;letter-spacing:1px}.hero-meta strong{font:700 17px Manrope}.filters{display:flex;align-items:end;justify-content:space-between;padding:26px 0}.country-tabs{display:flex;gap:8px;flex-wrap:wrap}.country-tab{border:1px solid var(--line);background:transparent;padding:9px 13px;font:700 11px inherit;letter-spacing:.6px;cursor:pointer}.country-tab.active{background:var(--ink);color:white;border-color:var(--ink)}.search-wrap{display:grid;gap:5px;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:1px}.search-wrap input{border:0;border-bottom:1px solid var(--ink);background:transparent;padding:7px 2px;width:180px;outline:none}.spotlight{background:var(--ink);color:white;display:grid;grid-template-columns:1.25fr .75fr;margin:0 0 28px;min-height:260px}.spot-main{padding:34px 38px}.match-kicker{display:flex;justify-content:space-between;color:#9fb0a9;font-size:11px;letter-spacing:1.2px;font-weight:700}.teams{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;margin:30px 0}.team:last-child{text-align:right}.team strong{display:block;font:800 clamp(25px,3vw,42px)/1.05 Manrope;letter-spacing:-1.4px}.team small{color:#9fb0a9}.score{font:800 38px Manrope;background:var(--lime);color:var(--ink);padding:11px 16px}.recommendation{display:flex;gap:16px;align-items:center;border-top:1px solid #355047;padding-top:19px}.pick{color:var(--lime);font-weight:800}.spot-side{background:#173c31;padding:34px;display:grid;align-content:center}.prob-row{display:grid;grid-template-columns:32px 1fr 45px;gap:12px;align-items:center;margin:10px 0;font-size:12px}.bar{height:6px;background:#36594e}.bar i{height:100%;display:block;background:var(--lime)}.match-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:50px}.match-card{background:var(--card);border:1px solid var(--line);padding:22px;cursor:pointer;transition:.2s transform,.2s border-color}.match-card:hover{transform:translateY(-3px);border-color:var(--green)}.card-top{display:flex;justify-content:space-between;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:1px}.card-teams{margin:22px 0 18px;font:700 20px/1.5 Manrope}.card-score{float:right;color:var(--green)}.chips{display:flex;gap:6px;flex-wrap:wrap}.chip{background:#edf1dc;padding:6px 8px;font-size:10px;font-weight:700}.chip.warn{background:#f1e5d1}.confidence{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:18px;padding-top:14px;font-size:11px}.confidence strong{color:var(--green)}.methodology{padding:70px 0}.method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:35px}.method-grid article{background:var(--card);border:1px solid var(--line);padding:25px}.method-grid b{font:800 34px Manrope;color:var(--green)}.method-grid h3{font-size:15px}.method-grid p{color:var(--muted);font-size:13px}.note{margin-top:24px;padding:18px;border-left:4px solid var(--amber);background:#fff8e9}.hidden{display:none!important}footer{border-top:1px solid var(--line);padding:24px 4vw;display:flex;justify-content:space-between;color:var(--muted);font-size:11px}
@media(max-width:900px){.nav{display:none}.hero{align-items:start}.hero-meta{display:none}.spotlight{grid-template-columns:1fr}.match-grid{grid-template-columns:1fr 1fr}.method-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.topbar{padding:0 18px}.upload-button{font-size:0}.upload-button:after{content:"IMPORT";font-size:11px}main{padding:0 18px}.hero{padding:44px 0 30px}.hero h1,.methodology h1{letter-spacing:-2px}.filters{align-items:start;gap:18px;flex-direction:column}.search-wrap input{width:100%}.search-wrap{width:100%}.spot-main,.spot-side{padding:25px 20px}.teams{gap:8px}.score{font-size:25px;padding:8px}.match-grid,.method-grid{grid-template-columns:1fr}footer{padding:20px 18px;display:grid;gap:6px}}

/* Competition navigation scales cleanly from four to 20+ leagues. */
.competition-filter{display:grid;grid-template-columns:auto auto;gap:5px 12px;align-items:center;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:1px}
.competition-filter select{grid-row:2;border:1px solid var(--ink);background:var(--card);color:var(--ink);min-width:240px;padding:11px 40px 11px 13px;font:700 13px "DM Sans",sans-serif;cursor:pointer}
.competition-filter small{grid-row:2;color:var(--green);font-size:10px;text-transform:none;letter-spacing:0}

/* Team form visualisation, inspired by the round-by-round radar in the reports. */
.form-analysis{margin:0 0 30px;padding:28px 0;border-bottom:1px solid var(--line)}
.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:17px}
.section-title .eyebrow{margin:0 0 5px}.section-title h2{font:800 27px Manrope;margin:0;letter-spacing:-1px}
.form-legend{display:flex;gap:13px;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.8px}.form-legend span{display:flex;align-items:center;gap:5px}.form-legend i{width:8px;height:8px;display:block;border-radius:50%}.form-legend .w{background:#16845f}.form-legend .d{background:#e2ab38}.form-legend .l{background:#d55f4e}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-card{background:var(--card);border:1px solid var(--line);padding:22px 24px}.form-head{display:flex;justify-content:space-between;align-items:start}.form-head span{font-size:9px;letter-spacing:1.2px;color:var(--muted);font-weight:700}.form-head h3{font:800 22px Manrope;margin:4px 0 12px;letter-spacing:-.6px}.form-head>strong{font:800 27px Manrope;color:var(--green)}.form-head>strong small{font:600 10px "DM Sans";color:var(--muted)}
.result-strip{display:flex;gap:4px}.result{width:25px;height:25px;display:grid;place-items:center;color:white;font:800 10px "DM Sans";border-radius:2px}.result.w{background:#16845f}.result.d{background:#e2ab38;color:#342b18}.result.l{background:#d55f4e}.radar-wrap{display:flex;align-items:center;justify-content:center;gap:20px;padding-top:9px}.form-radar{max-width:48%;height:auto}.radar-copy{display:grid;gap:3px;min-width:120px}.radar-copy span{color:var(--muted);font-size:9px;font-weight:700;letter-spacing:1px}.radar-copy b{font:800 35px Manrope;color:var(--green)}.radar-copy small{color:var(--muted);font-size:10px;max-width:120px}
.mini-forms{display:grid;gap:8px;border-top:1px solid var(--line);padding:13px 0}.mini-forms>div{display:grid;grid-template-columns:minmax(68px,1fr) auto;align-items:center;gap:8px}.mini-forms small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:9px}.mini-forms .result-strip{gap:2px}.mini-forms .result{width:16px;height:16px;font-size:7px}

@media(max-width:900px){.form-grid{grid-template-columns:1fr}.competition-filter small{display:none}}
@media(max-width:600px){.competition-filter{width:100%}.competition-filter select{width:100%;min-width:0}.section-title{align-items:start;gap:15px;flex-direction:column}.radar-wrap{justify-content:space-between;gap:4px}.form-card{padding:19px 16px}.form-radar{max-width:62%}.result{width:23px;height:23px}.form-legend{order:2}}

/* Dense sports-results layout */
body{background:#eceff1;color:#071d17}.topbar{height:64px;padding:0 max(24px,calc((100vw - 1500px)/2));background:#071d17;border:0;color:white}.brand{color:white;font-size:21px;display:flex;align-items:center;gap:10px}.brand img{width:50px;height:50px;display:block;object-fit:contain;border-radius:7px}.brand .brand-name{color:white;letter-spacing:-.8px}.brand .brand-name b{color:var(--lime);font-weight:800}.nav{height:100%;margin-left:55px;gap:28px}.nav-link{height:100%;padding:0;color:#9ca9a5}.nav-link.active{color:white;box-shadow:inset 0 -3px var(--lime)}.upload-button{border-color:#82918c;color:white;background:#132e27;padding:9px 13px}.upload-button:hover{border-color:var(--lime)}
main{max-width:none;padding:0}.sport-strip{height:58px;display:flex;align-items:center;gap:25px;padding:0 max(24px,calc((100vw - 1500px)/2));background:white;border-bottom:1px solid #d9dee0}.sport{height:100%;border:0;background:none;font:700 12px "DM Sans";text-transform:uppercase;color:#596660;padding:0 16px}.sport.active{color:#071d17;border-bottom:3px solid var(--lime)}.sport span{color:#18805f;margin-right:7px}.sport-note{font-size:11px;color:#8a9591;margin-left:auto}
.scores-layout{max-width:1500px;margin:16px auto 40px;padding:0 18px;display:grid;grid-template-columns:210px minmax(500px,1fr) 390px;gap:14px;align-items:start}.league-sidebar,.score-center,.analysis-pane{min-width:0}.league-sidebar{background:white;border-radius:4px;border:1px solid #dfe3e4;overflow:hidden;position:sticky;top:80px}.side-heading{padding:16px 14px 10px;display:flex;justify-content:space-between;align-items:center;font:800 11px "DM Sans";text-transform:uppercase}.side-heading small{font-weight:600;color:#8b9692}.league-list{padding:2px 7px 10px}.league-button{width:100%;display:grid;grid-template-columns:9px 1fr auto;gap:9px;align-items:center;border:0;background:none;padding:9px 8px;text-align:left;border-radius:3px;color:#34433e;cursor:pointer}.league-button:hover{background:#f1f4f4}.league-button.active{background:#e9efed;color:#0f6a50}.league-button b{font:600 12px "DM Sans"}.league-button small{color:#8b9692}.flag-dot{display:block;width:8px;height:8px;border-radius:50%;background:#9eaaa6;box-shadow:0 0 0 2px #edf0ef}.league-button.active .flag-dot,.competition-block header .flag-dot{background:var(--green)}.side-info{border-top:1px solid #e5e8e9;margin-top:2px;padding:14px;display:grid;gap:5px;background:#f7f9f8}.side-info b{font-size:11px}.side-info span{font-size:10px;line-height:1.45;color:#75817d}
.score-center{background:white;border:1px solid #dfe3e4;border-radius:4px;overflow:visible}.score-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:23px 22px 20px;background:linear-gradient(135deg,#fff 0%,#f6f9f7 100%);border-radius:4px 4px 0 0}.score-heading{min-width:0}.score-heading-meta{display:flex;align-items:center;gap:7px;color:#0f6a50;font-size:9px;font-weight:800;letter-spacing:1.45px}.score-heading-dot{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 4px rgba(190,235,37,.18)}.score-toolbar h1{font:800 27px Manrope;margin:5px 0 3px;letter-spacing:-1px}.score-heading p{margin:0;color:#74817c;font-size:11px}.score-toolbar .search-wrap input{width:190px}.mobile-competition{display:none;padding:0 18px 15px}.filter-dock{position:sticky;top:72px;z-index:9;background:rgba(255,255,255,.97);border-top:1px solid #e4e8e6;box-shadow:0 8px 18px rgba(12,35,27,.07);backdrop-filter:blur(12px)}.quick-filters{display:flex;gap:7px;padding:9px 18px 12px;border-bottom:1px solid #e4e8e9;overflow:auto}.quick-filters button{white-space:nowrap;border:1px solid transparent;border-radius:18px;background:#edf0f1;color:#5c6864;font:700 10px "DM Sans";padding:8px 13px;cursor:pointer;transition:.18s background,.18s color,.18s border-color}.quick-filters button:hover{border-color:#bfcac6;background:white;color:#173c31}.quick-filters button.active{background:#071d17;color:white}.match-grid{display:block;padding:12px;background:#f2f4f5}.competition-block{background:white;border:1px solid #dfe3e4;border-radius:4px;overflow:hidden;margin-bottom:11px}.competition-block:last-child{margin-bottom:0}.competition-block>header{height:48px;display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:10px;padding:0 14px;background:#f7f8f8;border-bottom:1px solid #e1e5e6}.competition-block>header div{display:grid;gap:1px}.competition-block>header b{font-size:11px;letter-spacing:.4px}.competition-block>header small{font-size:9px;color:#82908b}.competition-block>header button{border:0;background:none;color:#87938f;font-size:17px;cursor:pointer}.event-row{width:100%;display:grid;grid-template-columns:26px 42px minmax(135px,1fr) 145px 38px 90px 60px;gap:8px;align-items:center;border:0;border-bottom:1px solid #edf0f1;background:white;padding:11px 12px;text-align:left;color:#172721;cursor:pointer}.event-row:last-child{border-bottom:0}.event-row:hover{background:#f5f8f7}.event-star{color:#98a39f;font-size:17px}.event-round{font-size:9px;color:#74817c}.event-teams,.event-score{display:grid;gap:7px}.event-teams b{font:600 12px "DM Sans";overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-form{display:grid;gap:5px}.event-form>span{display:block}.event-form .result-strip{gap:2px}.event-form .result{width:15px;height:15px;font-size:6px}.event-score{text-align:center;font-size:13px}.event-pick{display:grid;gap:2px;border-left:1px solid #e3e7e8;padding-left:10px;min-width:0}.event-pick small{color:#85918d;font-size:8px;text-transform:uppercase}.event-pick b{font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#0f6a50}.event-confidence{display:grid;grid-template-columns:1fr auto;gap:5px;align-items:center}.event-confidence i{height:5px;background:linear-gradient(90deg,var(--green) var(--confidence),#dde2e1 var(--confidence));border-radius:4px}.event-confidence b{font-size:9px}.empty-state{min-height:230px;display:grid;place-content:center;text-align:center;gap:5px;color:#7c8884}.empty-state b{color:#273832}
.analysis-pane{display:grid;gap:12px;position:sticky;top:80px;max-height:calc(100vh - 96px);overflow:auto;scrollbar-width:thin}.spotlight{display:block;min-height:0;margin:0;background:white;color:#071d17;border:1px solid #dfe3e4;border-radius:4px;overflow:hidden}.detail-title{height:47px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;background:#f7f8f8;border-bottom:1px solid #e1e5e6}.detail-title span{font:800 11px "DM Sans";text-transform:uppercase}.detail-title b{font-size:9px;color:#7e8a86}.spot-main{padding:18px}.teams{grid-template-columns:1fr auto 1fr;gap:9px;margin:9px 0 18px}.team strong{font-size:17px;letter-spacing:-.4px;margin-top:5px}.team small{font-size:8px;color:#8a9591}.score{font-size:22px;padding:8px 10px;border-radius:3px}.recommendation{gap:8px;border-top:1px solid #e2e6e6;padding-top:13px;font-size:9px}.pick{font-size:11px;color:#0f6a50}.confidence-pill{margin-left:auto;border-radius:12px;background:#e7f0ed;color:#0f6a50;padding:4px 7px;font-weight:800}.spot-side{background:#f7f9f8;padding:16px 18px;border-top:1px solid #e1e5e6}.market-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.market-title span{font-weight:800;font-size:11px}.market-title small{font-size:8px;color:#84908c}.prob-row{grid-template-columns:28px 1fr 38px;gap:7px;margin:7px 0}.bar{background:#dae1de}.market-chips{display:flex;gap:5px;margin-top:12px}.market-chips span{flex:1;background:white;border:1px solid #dfe4e2;padding:7px 5px;text-align:center;font-size:8px}.market-chips b{display:block;margin-top:2px;font-size:10px}
.form-analysis{margin:0;padding:0;border:1px solid #dfe3e4;border-radius:4px;background:white;overflow:hidden}.section-title{padding:14px 15px;margin:0;border-bottom:1px solid #e1e5e6;align-items:center}.section-title .eyebrow{font-size:8px}.section-title h2{font-size:16px;letter-spacing:-.3px}.form-legend{display:none}.form-grid{display:grid;grid-template-columns:1fr;gap:0}.form-card{border:0;border-bottom:1px solid #e6e9ea;padding:15px}.form-card:last-child{border:0}.form-head h3{font-size:15px;margin:2px 0 8px}.form-head>strong{font-size:19px}.form-head span{font-size:8px}.form-card>.result-strip .result{width:20px;height:20px;font-size:8px}.radar-wrap{padding-top:2px;gap:6px;justify-content:space-around}.form-radar{max-width:53%}.radar-copy b{font-size:27px}.radar-copy small{font-size:9px}
.methodology{max-width:1180px;margin:auto;padding:60px 24px}
@media(max-width:1180px){.scores-layout{grid-template-columns:190px minmax(480px,1fr)}.analysis-pane{grid-column:2;position:static;max-height:none;grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr 1fr}.form-card:first-child{border-right:1px solid #e6e9ea}.radar-copy{display:none}}
@media(max-width:820px){.topbar{padding:0 18px}.nav{display:none}.sport-strip{padding:0 18px}.sport-note{display:none}.scores-layout{grid-template-columns:1fr;padding:0 9px;margin-top:9px}.league-sidebar{display:none}.analysis-pane{grid-column:1;grid-template-columns:1fr;order:2}.score-center{order:1}.mobile-competition{display:block}.competition-filter{display:grid}.competition-filter select{min-width:0;width:100%}.score-toolbar{padding:17px}.event-row{grid-template-columns:22px 35px minmax(120px,1fr) 34px 54px}.event-form,.event-pick{display:none}.form-grid{grid-template-columns:1fr}.form-card:first-child{border-right:0}.analysis-pane{position:static}.upload-button{margin-left:auto}}
@media(max-width:480px){.score-toolbar{align-items:start;gap:15px;flex-direction:column}.score-toolbar .search-wrap,.score-toolbar .search-wrap input{width:100%}.event-confidence i{display:none}.event-row{grid-template-columns:18px 30px minmax(110px,1fr) 30px 36px;padding:10px 8px}.event-confidence{display:block;text-align:right}.quick-filters{padding-left:12px}.teams{gap:5px}.team strong{font-size:14px}.form-radar{max-width:58%}}

/* Match details open only after selecting an event. */
.scores-layout{max-width:1200px;grid-template-columns:210px minmax(0,1fr)}
.detail-backdrop{position:fixed;inset:0;background:rgba(7,29,23,.48);z-index:40;backdrop-filter:blur(2px)}.detail-backdrop[hidden]{display:none}.detail-open{overflow:hidden}
.analysis-pane{display:block;position:fixed;top:0;right:0;z-index:50;width:min(460px,100vw);height:100vh;max-height:none;overflow:hidden;background:#eceff1;border-left:1px solid #cfd5d6;box-shadow:-16px 0 42px rgba(5,20,16,.18);transform:translateX(102%);transition:transform .24s ease}.analysis-pane.open{transform:translateX(0)}
.drawer-head{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:#071d17;color:white}.drawer-head>div{display:grid;gap:2px}.drawer-head span{font-size:8px;letter-spacing:1.2px;color:#9eaba7}.drawer-head b{font:700 13px "DM Sans"}.drawer-head button{width:34px;height:34px;border:1px solid #476159;border-radius:50%;background:none;color:white;font-size:24px;line-height:1;cursor:pointer}.drawer-head button:hover{border-color:var(--lime);color:var(--lime)}.drawer-scroll{height:calc(100vh - 64px);overflow:auto;padding:12px;display:grid;align-content:start;gap:12px}.analysis-pane .spotlight,.analysis-pane .form-analysis{margin:0}.analysis-pane .form-grid{grid-template-columns:1fr}.analysis-pane .form-card:first-child{border-right:0}
@media(max-width:1180px){.scores-layout{grid-template-columns:190px minmax(0,1fr)}.analysis-pane{grid-column:auto;grid-template-columns:none;position:fixed;max-height:none}.analysis-pane .form-grid{grid-template-columns:1fr}.analysis-pane .radar-copy{display:grid}}
@media(max-width:820px){.scores-layout{grid-template-columns:1fr}.analysis-pane{grid-column:auto;position:fixed}.drawer-scroll{padding:8px}}
@media(max-width:520px){.analysis-pane{width:100vw}.drawer-head{height:58px}.drawer-scroll{height:calc(100vh - 58px)}.analysis-pane .radar-copy{display:grid}}

/* Full-screen match view with larger, calmer indicators. */
.detail-backdrop{display:none!important}
.analysis-pane{inset:0;width:100vw;height:100vh;max-height:none;border:0;background:#eef1f2;box-shadow:none;transform:translateY(14px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.analysis-pane.open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}
.drawer-head{height:72px;padding:0 max(24px,calc((100vw - 1240px)/2));position:sticky;top:0;z-index:2}.drawer-head span{font-size:10px}.drawer-head b{font-size:16px}.drawer-head button{width:40px;height:40px;font-size:27px}
.drawer-scroll{height:calc(100vh - 72px);display:block;overflow:auto;padding:24px max(24px,calc((100vw - 1240px)/2)) 60px}
.analysis-pane .spotlight{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);border-radius:8px;margin-bottom:18px;box-shadow:0 3px 12px rgba(17,34,28,.05)}.analysis-pane .detail-title{grid-column:1/-1;height:55px;padding:0 24px}.analysis-pane .detail-title span{font-size:13px}.analysis-pane .detail-title b{font-size:12px}.analysis-pane .spot-main{padding:30px 34px}.analysis-pane .spot-side{padding:28px 32px;border-top:0;border-left:1px solid #e1e5e6}.analysis-pane .teams{margin:10px 0 28px;gap:18px}.analysis-pane .team strong{font-size:26px;line-height:1.15;margin-top:7px}.analysis-pane .team small{font-size:10px;letter-spacing:1px}.analysis-pane .score{font-size:34px;padding:11px 15px}.analysis-pane .recommendation{padding-top:19px;font-size:12px}.analysis-pane .pick{font-size:16px}.analysis-pane .confidence-pill{font-size:14px;padding:7px 11px;border-radius:18px}.analysis-pane .market-title{margin-bottom:16px}.analysis-pane .market-title span{font-size:14px}.analysis-pane .market-title small{font-size:10px}.analysis-pane .prob-row{grid-template-columns:38px 1fr 50px;gap:12px;margin:14px 0;font-size:14px}.analysis-pane .prob-row b:first-child{font-size:13px}.analysis-pane .prob-row strong{font-size:14px}.analysis-pane .bar{height:11px;border-radius:8px;overflow:hidden}.analysis-pane .bar i{border-radius:8px}.analysis-pane .market-chips{gap:9px;margin-top:20px}.analysis-pane .market-chips span{padding:11px 8px;font-size:11px;border-radius:4px}.analysis-pane .market-chips b{font-size:16px;margin-top:5px}
.key-markets .goals-pick,.key-markets .btts-pick{position:relative}.key-markets .goals-pick.goals-over,.key-markets .btts-pick.btts-yes{background:#e8f4ef;border-color:#7bb9a3}.key-markets .goals-pick.goals-over small,.key-markets .goals-pick.goals-over b,.key-markets .btts-pick.btts-yes small,.key-markets .btts-pick.btts-yes b{color:#0f6a50}.key-markets .goals-pick.goals-under,.key-markets .btts-pick.btts-no{background:#eef3f8;border-color:#91abc0}.key-markets .goals-pick.goals-under small,.key-markets .goals-pick.goals-under b,.key-markets .btts-pick.btts-no small,.key-markets .btts-pick.btts-no b{color:#244f6b}.key-markets .goals-pick.goals-neutral,.key-markets .btts-pick.btts-neutral{background:#f7f8f8}.key-markets .goals-pick small,.key-markets .btts-pick small{font-weight:800;letter-spacing:.5px}
.analysis-pane .form-analysis{border-radius:8px;box-shadow:0 3px 12px rgba(17,34,28,.05)}.analysis-pane .section-title{padding:19px 24px}.analysis-pane .section-title .eyebrow{font-size:10px}.analysis-pane .section-title h2{font-size:22px}.analysis-pane .form-legend{display:flex;font-size:10px}.analysis-pane .form-grid{grid-template-columns:1fr 1fr}.analysis-pane .form-card{padding:24px 28px}.analysis-pane .form-card:first-child{border-right:1px solid #e2e6e6;border-bottom:0}.analysis-pane .form-head h3{font-size:21px;margin:4px 0 13px}.analysis-pane .form-head>strong{font-size:26px}.analysis-pane .form-head>strong small{font-size:11px}.analysis-pane .form-card>.result-strip{gap:5px}.analysis-pane .form-card>.result-strip .result{width:30px;height:30px;font-size:11px;border-radius:4px}.analysis-pane .radar-wrap{min-height:250px;padding-top:6px;justify-content:center;gap:24px}.analysis-pane .form-radar{max-width:58%}.analysis-pane .radar-copy{display:grid}.analysis-pane .radar-copy span{font-size:10px}.analysis-pane .radar-copy b{font-size:38px}.analysis-pane .radar-copy small{font-size:11px;line-height:1.4}
@media(max-width:820px){.drawer-head{height:64px;padding:0 18px}.drawer-head b{font-size:13px}.drawer-scroll{height:calc(100vh - 64px);padding:12px 10px 45px}.analysis-pane .spotlight{display:block}.analysis-pane .detail-title{height:50px;padding:0 16px}.analysis-pane .spot-main{padding:23px 18px}.analysis-pane .spot-side{padding:20px 18px;border-left:0;border-top:1px solid #e1e5e6}.analysis-pane .team strong{font-size:20px}.analysis-pane .score{font-size:27px}.analysis-pane .form-grid{grid-template-columns:1fr}.analysis-pane .form-card{padding:21px 18px}.analysis-pane .form-card:first-child{border-right:0;border-bottom:1px solid #e2e6e6}.analysis-pane .section-title{align-items:flex-start;padding:17px 18px}.analysis-pane .form-legend{display:flex}.analysis-pane .radar-wrap{min-height:225px}.analysis-pane .form-radar{max-width:55%}}
@media(max-width:480px){.analysis-pane .section-title{flex-direction:column;gap:10px}.analysis-pane .form-card>.result-strip .result{width:27px;height:27px}.analysis-pane .radar-copy b{font-size:32px}.analysis-pane .radar-copy small{max-width:100px}}
.analysis-pane .prob-row{grid-template-columns:55px 1fr 50px}.analysis-pane .prob-row b:first-child{font-size:11px;letter-spacing:.5px}.analysis-pane .prob-row.best b,.analysis-pane .prob-row.best strong{color:#0f6a50}
.analysis-pane .section-title>div:first-child{max-width:780px}.form-explainer{max-width:720px;margin:8px 0 0;color:#68756f;font-size:12px;line-height:1.55}.form-explainer b{color:#0f6a50}.result-strip.numbered{align-items:start}.result-item{display:grid;justify-items:center;gap:5px}.result-item small{font-size:9px;font-weight:800;color:#71807b}.round-direction{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:13px 0 0;padding:9px 11px;background:#f2f5f4;border-radius:4px;color:#68756f;font-size:10px}.round-direction span{display:flex;align-items:center;gap:6px}.round-direction b{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#0f6a50;color:white;font-size:9px}.round-direction i{font-style:normal;color:#9aa5a1}.analysis-pane .radar-copy span{color:#0f6a50}.analysis-pane .radar-copy small{max-width:150px}
.form-explainer .team-copy{color:#b56d12}.analysis-pane .radar-copy .series-label{font-size:9px;letter-spacing:1px}.analysis-pane .radar-copy .xg-series{color:#0f6a50}.analysis-pane .radar-copy .team-series{color:#b56d12;margin-top:5px}.analysis-pane .radar-copy b:nth-of-type(2){color:#b56d12}
@media(max-width:480px){.form-explainer{font-size:11px}.round-direction{font-size:9px}.round-direction b{width:18px;height:18px}.analysis-pane .form-legend{gap:9px}}

/* Competition standings and PDF-style match history. */
.content-tabs{display:flex;gap:24px;padding:0 20px;border-bottom:1px solid #e1e5e6}.content-tabs button{border:0;background:none;padding:13px 2px 12px;color:#75817d;font:700 11px "DM Sans";text-transform:uppercase;cursor:pointer}.content-tabs button.active{color:#071d17;box-shadow:inset 0 -3px var(--lime)}.result.n{background:#d5dcda;color:#64716d}
.standings-panel{padding:12px;background:#f2f4f5}.standings-head{display:flex;align-items:end;justify-content:space-between;padding:15px 17px;background:white;border:1px solid #dfe3e4;border-bottom:0;border-radius:4px 4px 0 0}.standings-head .eyebrow{margin:0 0 3px}.standings-head h2{margin:0;font:800 21px Manrope}.standings-head>span{font-size:10px;color:#7b8783}.standings-table-wrap{overflow:auto;background:white;border:1px solid #dfe3e4;border-radius:0 0 4px 4px}.standings-table{width:100%;border-collapse:collapse;min-width:670px}.standings-table th{background:#f7f9f8;color:#798681;font-size:9px;text-transform:uppercase;letter-spacing:.6px;padding:10px 9px;text-align:center;border-bottom:1px solid #e0e5e3}.standings-table th:nth-child(2){text-align:left}.standings-table td{padding:9px;text-align:center;border-bottom:1px solid #edf0ef;font-size:11px}.standings-table tr:last-child td{border-bottom:0}.standings-table td:nth-child(1){width:30px;color:#89948f}.standings-table td:nth-child(2){text-align:left;min-width:150px}.standings-table td:nth-child(3) strong{color:#0f6a50;font-size:13px}.standings-table .result-strip{justify-content:center;gap:2px}.standings-table .result{width:17px;height:17px;font-size:7px}.season-start{color:#8b9692;font-size:9px}.standings-empty{min-height:330px;display:grid;place-content:center;text-align:center;gap:6px;background:white;border:1px solid #dfe3e4;color:#7b8783}.standings-empty b{font-size:16px;color:#273832}.standings-empty span{font-size:11px;max-width:360px;line-height:1.5}
.match-standings-details{margin-top:18px}.selected-standings-card{background:white;border:1px solid #dfe3e4;border-radius:8px;overflow:hidden;box-shadow:0 3px 12px rgba(17,34,28,.05)}.selected-standings-scroll{overflow:auto;-webkit-overflow-scrolling:touch}.selected-standings-table{width:100%;min-width:940px;border-collapse:collapse}.selected-standings-table th{padding:10px 8px;background:#f7f9f8;color:#74827d;border-bottom:1px solid #dfe5e2;font-size:9px;letter-spacing:.5px;text-transform:uppercase;text-align:center}.selected-standings-table th:nth-child(2){text-align:left;min-width:175px}.selected-standings-table th.standing-round{min-width:38px;color:#0f6a50}.selected-standings-table td{padding:8px;text-align:center;border-bottom:1px solid #edf0ef;font-size:11px}.selected-standings-table tbody tr:last-child td{border-bottom:0}.selected-standings-table .standing-position{width:34px;color:#85918d}.selected-standings-table .standing-team{text-align:left;min-width:175px}.selected-standings-table .standing-team b{font-size:12px}.selected-standings-table .standing-team small{display:inline-block;margin-left:8px;padding:3px 5px;border-radius:9px;background:#071d17;color:white;font-size:7px;letter-spacing:.7px}.selected-standings-table .standing-points strong{color:#0f6a50;font-size:14px}.selected-standings-table .standing-form-cell{padding:6px 4px}.selected-standings-table .result{width:25px;height:25px;margin:auto;font-size:9px}.selected-standings-table .result.n{background:white;color:#71807b;border:1px solid #cbd4d1}.selected-standings-table tr.selected-home{background:#edf7f3;box-shadow:inset 4px 0 #0f6a50}.selected-standings-table tr.selected-away{background:#f5f8df;box-shadow:inset 4px 0 #b6d52d}.selected-standings-table tr.selected-away .standing-team small{background:#b6d52d;color:#071d17}
.match-data-details{margin-top:18px}.history-section-title{margin-bottom:14px}.history-section-title .eyebrow{margin:0 0 4px}.history-section-title h2{margin:0;font:800 24px Manrope;letter-spacing:-.7px}.history-section-title>p:last-child{margin:6px 0 0;color:#68756f;font-size:12px}.history-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.history-card{min-width:0;background:white;border:1px solid #dfe3e4;border-radius:8px;overflow:hidden;box-shadow:0 3px 12px rgba(17,34,28,.05)}.history-head{display:grid;gap:13px;padding:19px 20px 15px;border-bottom:1px solid #e3e7e6}.history-head>div:first-child span,.history-empty>div span{font-size:9px;letter-spacing:1px;color:#7c8984;font-weight:700}.history-head h3,.history-empty h3{margin:3px 0 0;font:800 19px Manrope}.index-strip{display:grid;grid-template-columns:1fr 1fr 2.15fr;gap:6px}.index-group{display:grid;align-content:start;gap:7px;padding:9px 8px;background:#f2f5f4;border:1px solid #e4e9e7;border-radius:6px;text-align:center}.index-group>strong{font-size:9px;letter-spacing:.6px;color:#60716b}.index-group span{display:grid;gap:3px}.index-group small{font-size:9px;color:#7b8783}.index-group b{font-size:16px;line-height:1.1;color:#0f6a50}.corners-group>div{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.corners-group>div>span+span{border-left:1px solid #dce4e1}.history-table-wrap{overflow:auto}.history-table{width:100%;border-collapse:collapse;min-width:540px}.history-table th{padding:9px 8px;background:#fafbfb;color:#7c8884;text-transform:uppercase;font-size:8px;letter-spacing:.5px;text-align:center;border-bottom:1px solid #e3e7e6}.history-table th:nth-child(2){text-align:left}.history-table td{padding:9px 8px;border-bottom:1px solid #edf0ef;font-size:10px;text-align:center}.history-table tr:last-child td{border-bottom:0}.history-table td:first-child{width:35px}.history-table td:first-child b{display:block;color:#0f6a50}.history-table td:first-child small{display:block;color:#8b9692;font-size:7px}.history-table td:nth-child(2){text-align:left;min-width:175px}.history-table td:nth-child(3){white-space:nowrap}.history-table td:nth-child(3)>strong{margin-right:6px}.history-result{display:inline-grid;place-items:center;width:19px;height:19px;border-radius:3px;color:white;font-size:8px;font-weight:800}.history-result.w{background:#16845f}.history-result.d{background:#e2ab38;color:#3b311d}.history-result.l{background:#d55f4e}.history-result.n{background:#d5dcda;color:#64716d}.history-empty{min-height:220px;padding:24px;display:grid;align-content:center;gap:12px}.history-empty p{color:#71807b;font-size:12px;line-height:1.55;max-width:420px}
@media(max-width:980px){.history-grid{grid-template-columns:1fr}.standings-panel{padding:8px}}
@media(max-width:600px){.content-tabs{padding:0 14px}.history-section-title{padding:0 4px}.history-section-title h2{font-size:21px}.history-grid{gap:10px}.history-head{padding:16px 13px}.index-strip{grid-template-columns:1fr 1fr}.corners-group{grid-column:1/-1}.history-card{border-radius:6px}.standings-head{padding:13px}.standings-head h2{font-size:18px}}
.analysis-pane .form-card-empty{min-height:210px;display:grid;align-content:center}.analysis-pane .form-card-empty p{margin:4px 0 0;color:#71807b;font-size:12px;line-height:1.55}

/* Result colours: win, draw, loss and not played. */
.result.n,.history-result.n{background:#fff;color:#52615c;border:1px solid #bfc9c5}
.form-legend .n{background:#fff;border:1px solid #bfc9c5}
.round-direction b.round-result.w{background:#16845f;color:#fff}
.round-direction b.round-result.d{background:#e2ab38;color:#342b18}
.round-direction b.round-result.l{background:#d55f4e;color:#fff}
.round-direction b.round-result.n{background:#fff;color:#52615c;border:1px solid #bfc9c5}

/* Compact match prediction card. */
.analysis-pane .spotlight{display:block}
.match-summary{padding:25px 34px 20px;background:#fff}
.fixture-stage{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:28px;max-width:920px;margin:auto}
.fixture-team{min-width:0;text-align:right}.fixture-team.away{text-align:left}.fixture-team small,.prediction-score small{display:block;color:#84908c;font-size:9px;font-weight:700;letter-spacing:1px}.fixture-team strong{display:block;margin-top:7px;font:800 25px/1.15 Manrope;letter-spacing:-.6px}
.prediction-score{min-width:126px;text-align:center}.prediction-score b{display:block;margin-top:6px;padding:9px 18px;border-radius:5px;background:#c5eb36;color:#10271f;font:800 34px/1 Manrope;letter-spacing:-1px}
.model-summary{display:flex;justify-content:center;gap:42px;margin:22px auto 0;padding-top:16px;border-top:1px solid #e4e8e7;color:#74817c;font-size:10px;font-weight:700;letter-spacing:.6px}.model-summary b{margin-left:7px;color:#0f6a50;font-size:14px;letter-spacing:0}
.prediction-insights{padding:20px 34px 25px;border-top:1px solid #e1e5e4;background:#f7f9f8}.prediction-heading{display:flex;align-items:center;justify-content:space-between;max-width:920px;margin:0 auto 13px}.prediction-heading strong{font-size:13px}.prediction-heading small{color:#84908c;font-size:9px;text-transform:uppercase;letter-spacing:.7px}
.probability-scale{display:flex;height:12px;max-width:920px;margin:auto;gap:2px;overflow:hidden;border-radius:6px;background:#dce3e0}.probability-scale i{display:block;height:100%}.probability-scale .home{background:#0f6a50}.probability-scale .draw{background:#dda63d}.probability-scale .away{background:#a9d628}
.probability-values{display:grid;grid-template-columns:repeat(3,1fr);max-width:920px;margin:10px auto 0}.probability-values span{text-align:center;border-right:1px solid #dde3e1}.probability-values span:first-child{text-align:left}.probability-values span:last-child{text-align:right;border-right:0}.probability-values small{display:block;color:#78847f;font-size:9px;font-weight:700;letter-spacing:.7px}.probability-values b{display:block;margin-top:2px;font:800 17px Manrope}.probability-values .best b{color:#0f6a50}
.key-markets{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;max-width:920px;margin:18px auto 0}.key-markets span{padding:10px 14px;border:1px solid #dce2e0;border-radius:4px;background:#fff;text-align:center}.key-markets small{display:block;color:#7c8884;font-size:8px;font-weight:700;letter-spacing:.7px}.key-markets b{display:block;margin-top:3px;font:800 14px Manrope}
@media(max-width:700px){.match-summary{padding:22px 16px 18px}.fixture-stage{gap:10px}.fixture-team strong{font-size:18px}.prediction-score{min-width:90px}.prediction-score b{font-size:27px;padding:9px 10px}.prediction-score small{font-size:7px}.model-summary{gap:20px;justify-content:space-between}.model-summary span{display:grid;gap:3px;text-align:center}.model-summary b{margin:0}.prediction-insights{padding:18px 16px 21px}.probability-values b{font-size:15px}.key-markets{gap:5px}.key-markets span{padding:9px 5px}}
@media(max-width:420px){.fixture-team strong{font-size:15px}.fixture-team small{font-size:7px}.prediction-score{min-width:72px}.prediction-score b{font-size:23px}.model-summary{font-size:8px}.model-summary b{font-size:12px}}

/* Match detail cards use the same neutral white surface as the other sections. */
.analysis-pane .form-card{background:#fff}

/* Larger radar charts and a complete phone layout. */
.analysis-pane .radar-wrap{min-height:310px;gap:30px}
.analysis-pane .form-radar{width:290px;max-width:68%}
@media(max-width:820px){
  html,body{max-width:100%;overflow-x:hidden}
  .topbar{height:60px;padding:0 14px}.brand{font-size:18px;gap:7px}.brand img{width:44px;height:44px}.upload-button{padding:8px 11px}
  main{width:100%;padding:0}.sport-strip{height:42px;padding:0 14px}
  .scores-layout{width:100%;margin:8px 0 24px;padding:0;gap:0}.score-center{border-left:0;border-right:0;border-radius:0}
  .score-toolbar{padding:16px 14px 14px}.score-toolbar h1{font-size:23px}.score-heading p{max-width:420px}.mobile-competition{padding:0 14px 13px}.filter-dock{top:60px}
  .content-tabs{gap:22px;padding:0 14px}.content-tabs button{min-height:44px;padding:12px 2px}
  .quick-filters{padding:10px 14px 12px;scrollbar-width:none}.quick-filters::-webkit-scrollbar{display:none}.quick-filters button{min-height:34px;padding:8px 12px}
  .match-grid,.standings-panel{padding:8px}.competition-block{margin-bottom:8px}
  .event-row{grid-template-columns:20px 34px minmax(0,1fr) 36px 52px;gap:6px;padding:12px 9px}.event-teams b{font-size:12px}.event-score{font-size:13px}.event-confidence b{font-size:9px}
  .drawer-head{height:60px;padding:0 14px}.drawer-head button{width:38px;height:38px}.drawer-scroll{height:calc(100dvh - 60px);padding:10px 8px 36px}
  .analysis-pane .spotlight,.analysis-pane .form-analysis,.history-card{border-radius:6px}
  .analysis-pane .section-title{padding:17px 15px;gap:12px}.analysis-pane .section-title h2{font-size:20px}.form-explainer{font-size:11px}
  .analysis-pane .form-legend{flex-wrap:wrap;gap:8px 12px}
  .analysis-pane .form-card{padding:20px 14px}.analysis-pane .form-head h3{font-size:19px}.analysis-pane .form-head>strong{font-size:23px}
  .analysis-pane .form-card>.result-strip{width:100%;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.analysis-pane .form-card>.result-strip::-webkit-scrollbar{display:none}
  .analysis-pane .form-card>.result-strip .result{width:29px;height:29px;flex:0 0 29px}
  .analysis-pane .radar-wrap{display:grid;grid-template-columns:1fr;justify-items:center;min-height:0;gap:10px;padding:12px 0 2px}
  .analysis-pane .form-radar{width:min(290px,100%);max-width:100%}
  .analysis-pane .radar-copy{width:min(290px,100%);grid-template-columns:minmax(0,1fr) auto;gap:4px 16px;padding:11px 14px;border-radius:5px;background:#f5f8f7}.analysis-pane .radar-copy b{font-size:24px;text-align:right}.analysis-pane .radar-copy small{grid-column:1/-1;max-width:none;margin-top:3px}
  .match-data-details{margin-top:12px}.history-section-title{padding:0 5px}.history-grid{gap:9px}.history-head{padding:15px 12px}
  .history-table-wrap,.standings-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.history-table{min-width:520px}.standings-table{min-width:640px}
  footer{padding:18px 14px;display:grid;gap:5px}
}

/* Date dropdown uses one centered date/day column. */
.fixture-date-menu button{grid-template-columns:1fr;gap:0;text-align:center}
.fixture-date-menu button b{display:block;width:100%;white-space:nowrap;text-align:center}

/* Final compact fixture override: keep after all legacy fixture rules. */
.fixtures-panel .fixture-day-feed{padding:12px!important;background:#eef1f2!important}
.fixtures-panel .fixture-league{margin:0 0 12px!important;border:1px solid #d8e0de!important;border-radius:5px!important;background:#fff!important}
.fixtures-panel .fixture-league:last-child{margin-bottom:0!important}
.fixtures-panel .fixture-league>header{min-height:34px!important;padding:4px 10px!important;gap:7px!important;border:0!important;border-radius:4px 4px 0 0!important;background:#07335c!important;color:#fff!important}
.fixtures-panel .fixture-league>header .fixture-league-star{margin:0!important;padding:0!important;border:0!important;background:none!important;color:#dce8ef!important;font-size:18px!important}
.fixtures-panel .fixture-league>header .league-mark{width:20px!important;height:20px!important;border:0!important;border-radius:0!important;background:transparent!important}
.fixtures-panel .fixture-league>header .country-flag img{width:18px!important}
.fixtures-panel .fixture-league>header div{display:flex!important;flex-direction:row!important;align-items:center!important;gap:3px!important;min-width:0}
.fixtures-panel .fixture-league>header small,.fixtures-panel .fixture-league>header b{color:#fff!important;font:800 11px "DM Sans"!important;white-space:nowrap}
.fixtures-panel .fixture-league>header a{margin-left:auto;color:#fff!important;font-size:10px;text-decoration:underline}
.fixture-league-toggle{font-size:16px;color:#cfe0eb}
.fixtures-panel .fixture-feed-row{min-height:48px!important;grid-template-columns:28px 68px minmax(0,1fr) 34px!important;gap:8px!important;padding:5px 10px!important;border-color:#e0e7e5!important;background:#fff!important}
.fixtures-panel .fixture-star{grid-column:1!important;grid-row:1!important;font-size:20px!important}
.fixtures-panel .fixture-feed-meta{grid-column:2!important;grid-row:1!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;text-align:left!important}
.fixtures-panel .fixture-feed-status{color:#52645e!important;font:500 11px "DM Sans"!important;text-transform:none!important}
.fixtures-panel .fixture-feed-status.live{color:#d7194f!important;font-weight:800!important}
.fixtures-panel .fixture-feed-teams{grid-column:3!important;grid-row:1!important;gap:3px!important}
.fixtures-panel .fixture-feed-teams span{min-height:18px!important;gap:7px!important}
.fixtures-panel .fixture-feed-teams i{width:18px!important;height:18px!important;background:#e9f1ee!important;color:#0f6a50!important;font-size:7px!important}
.fixtures-panel .fixture-feed-teams b{font-size:12px!important;line-height:1.15!important}
.fixture-feed-score{grid-column:4!important;grid-row:1!important;display:grid!important;gap:3px!important;text-align:center!important}
.fixture-feed-score b{min-height:18px;font:800 12px/18px Manrope!important}
/* One shared accordion geometry for Fixtures, Matches, and Standings. */
.match-grid.fixtures-panel,.standings-panel.fixtures-panel{padding:12px!important;background:#eef1f2!important}
.standings-panel.fixtures-panel>.fixture-day-feed{padding:0!important;background:transparent!important}
.standings-panel.fixtures-panel>.fixture-day-feed{gap:0!important}
.match-grid.fixtures-panel .competition-block,
.standings-panel.fixtures-panel .fixture-league{margin:0 0 12px!important;border:1px solid #d8e0de!important;border-radius:5px!important;background:#fff!important;overflow:hidden}
.match-grid.fixtures-panel .competition-block>header,
.standings-panel.fixtures-panel .fixture-league>header{height:34px!important;min-height:34px!important;padding:4px 10px!important;gap:7px!important;border:0!important;border-radius:4px 4px 0 0!important}
.match-grid.fixtures-panel .competition-block>header .fixture-league-star,
.standings-panel.fixtures-panel .fixture-league>header .fixture-league-star{margin:0!important;padding:0!important;border:0!important;background:none!important;font-size:18px!important}
.match-grid.fixtures-panel .competition-block>header .league-mark,
.standings-panel.fixtures-panel .fixture-league>header .league-mark{width:20px!important;height:20px!important}
.match-grid.fixtures-panel .competition-block>header>div,
.standings-panel.fixtures-panel .fixture-league>header>div{display:flex!important;align-items:center!important;min-width:0!important}
.match-grid.fixtures-panel .competition-block>header b,
.standings-panel.fixtures-panel .fixture-league>header b{font:800 11px "DM Sans"!important;white-space:nowrap!important}
.match-grid.fixtures-panel .competition-match-count,
.standings-panel.fixtures-panel .competition-match-count{margin-left:auto!important;padding:4px 8px!important;font-size:9px!important}
.match-grid.fixtures-panel .competition-expand{order:5!important}
html[data-theme="light"] .match-grid.fixtures-panel .competition-block>header,
html[data-theme="light"] .standings-panel.fixtures-panel .fixture-league>header{background:#f7f8f8!important;color:#071d17!important;border-bottom:1px solid #e1e5e6!important}
html[data-theme="dark"] .match-grid.fixtures-panel .competition-block>header,
html[data-theme="dark"] .standings-panel.fixtures-panel .fixture-league>header{background:#071d17!important;color:#fff!important}
html[data-theme="dark"] .fixtures-panel .fixture-day-feed{background:#031218!important}
html[data-theme="dark"] .fixtures-panel .fixture-league{border-color:#173944!important;background:#04171e!important}
html[data-theme="dark"] .fixtures-panel .fixture-feed-row{background:#04171e!important;border-color:#17333d!important}
html[data-theme="dark"] .fixtures-panel .fixture-feed-status{color:#a9bbc1!important}
html[data-theme="dark"] .fixtures-panel .fixture-feed-teams i{background:#123b46!important;color:#dce9ec!important}
@media(max-width:600px){.fixtures-panel .fixture-day-feed{padding:7px!important}.fixtures-panel .fixture-league{margin-bottom:8px!important}.fixtures-panel .fixture-league>header{padding:4px 7px!important}.fixtures-panel .fixture-league>header a{font-size:9px}.fixtures-panel .fixture-feed-row{grid-template-columns:25px 58px minmax(0,1fr) 28px!important;gap:5px!important;padding:5px 7px!important}.fixtures-panel .fixture-feed-status{font-size:10px!important}.fixtures-panel .fixture-feed-teams b{font-size:11px!important}}

/* Final light-mode override: match the Matches country headers. */
html[data-theme="light"] .fixtures-panel .fixture-league>header{background:#f7f8f8!important;color:#071d17!important;border-bottom:1px solid #e1e5e6!important}
html[data-theme="light"] .fixtures-panel .fixture-league>header small,html[data-theme="light"] .fixtures-panel .fixture-league>header b,html[data-theme="light"] .fixtures-panel .fixture-league>header a{color:#071d17!important}
html[data-theme="light"] .fixtures-panel .fixture-league>header .fixture-league-star,html[data-theme="light"] .fixtures-panel .fixture-league>header .fixture-league-toggle{color:#87938f!important}

/* In light view, fixture headers use the same country-bar treatment as Matches. */
html[data-theme="light"] .fixtures-panel .fixture-league>header{
  background:#f7f8f8!important;
  color:#071d17!important;
  border-bottom:1px solid #e1e5e6!important;
}
html[data-theme="light"] .fixtures-panel .fixture-league>header small,
html[data-theme="light"] .fixtures-panel .fixture-league>header b,
html[data-theme="light"] .fixtures-panel .fixture-league>header a{
  color:#071d17!important;
}
html[data-theme="light"] .fixtures-panel .fixture-league>header .fixture-league-star,
html[data-theme="light"] .fixtures-panel .fixture-league>header .fixture-league-toggle{
  color:#87938f!important;
}

/* Fixture accordion: match the selected filter color and start collapsed. */
.fixtures-panel .fixture-league>header,
html[data-theme="light"] .fixtures-shell .fixture-league>header,
html[data-theme="dark"] .fixtures-shell .fixture-league>header{background:#071d17!important;color:#fff!important;cursor:pointer;border-radius:4px!important}
.fixtures-panel .fixture-league>header small,
.fixtures-panel .fixture-league>header b,
.fixtures-panel .fixture-league>header a{color:#fff!important}
.fixture-league-games[hidden]{display:none!important}
.fixture-league-toggle{transition:transform .18s ease}
.fixture-league>header[aria-expanded="true"] .fixture-league-toggle{transform:rotate(180deg)}

/* Keep the dark fixture bars in dark mode; use a softer surface in light mode. */
html[data-theme="light"] .fixtures-panel .fixture-league>header{background:#f7f8f8!important;color:#071d17!important;border-bottom:1px solid #e1e5e6!important}
html[data-theme="light"] .fixtures-panel .fixture-league>header:hover{background:#edf3f1!important}
html[data-theme="light"] .fixtures-panel .fixture-league>header small,
html[data-theme="light"] .fixtures-panel .fixture-league>header b,
html[data-theme="light"] .fixtures-panel .fixture-league>header a{color:#071d17!important}
html[data-theme="light"] .fixtures-panel .fixture-league>header .fixture-league-star,
html[data-theme="light"] .fixtures-panel .fixture-league>header .fixture-league-toggle{color:#87938f!important}
html[data-theme="dark"] .match-grid .fixture-league>header,
html[data-theme="dark"] .standings-panel .fixture-league>header{background:#071d17!important;color:#fff!important}
html[data-theme="dark"] .match-grid .fixture-league>header small,
html[data-theme="dark"] .match-grid .fixture-league>header b,
html[data-theme="dark"] .standings-panel .fixture-league>header small,
html[data-theme="dark"] .standings-panel .fixture-league>header b{color:#fff!important}

/* Compact Flashscore-inspired fixture list aligned with the Matches tab. */
.fixtures-panel .fixture-day-feed{padding:12px;background:#eef1f2}
.fixtures-panel .fixture-league{margin-bottom:12px;border:1px solid #d8e0de!important;border-radius:5px!important;background:#fff!important}
.fixtures-panel .fixture-league:last-child{margin-bottom:0}
.fixtures-panel .fixture-league>header{min-height:34px!important;padding:4px 10px!important;gap:7px!important;border:0!important;border-radius:4px 4px 0 0!important;background:#07335c!important;color:#fff}
.fixtures-panel .fixture-league>header .fixture-league-star{margin:0!important;padding:0!important;color:#dce8ef!important;font-size:18px!important}
.fixtures-panel .fixture-league>header .league-mark{width:20px!important;height:20px!important;border:0!important;border-radius:0!important;background:transparent!important}
.fixtures-panel .fixture-league>header .country-flag img{width:18px!important}
.fixtures-panel .fixture-league>header div{display:flex!important;flex-direction:row!important;align-items:center;gap:3px!important;min-width:0}
.fixtures-panel .fixture-league>header small,.fixtures-panel .fixture-league>header b{color:#fff!important;font:800 11px "DM Sans"!important;white-space:nowrap}
.fixtures-panel .fixture-league>header a{margin-left:auto;color:#fff;font-size:10px;text-decoration:underline}
.fixture-league-toggle{font-size:16px;color:#cfe0eb}
.fixtures-panel .fixture-feed-row{min-height:48px!important;grid-template-columns:28px 68px minmax(0,1fr) 34px!important;gap:8px!important;padding:5px 10px!important;border-color:#e0e7e5!important;background:#fff}
.fixtures-panel .fixture-star{grid-column:1!important;grid-row:1!important;font-size:20px}
.fixtures-panel .fixture-feed-meta{grid-column:2!important;grid-row:1!important;display:flex!important;justify-content:flex-start!important;align-items:center!important;text-align:left}
.fixtures-panel .fixture-feed-status{color:#52645e!important;font:500 11px "DM Sans"!important;text-transform:none}
.fixtures-panel .fixture-feed-status.live{color:#d7194f!important;font-weight:800!important}
.fixtures-panel .fixture-feed-teams{grid-column:3!important;grid-row:1!important;gap:3px!important}
.fixtures-panel .fixture-feed-teams span{min-height:18px;gap:7px!important}
.fixtures-panel .fixture-feed-teams i{width:18px!important;height:18px!important;background:#e9f1ee!important;color:#0f6a50!important;font-size:7px!important}
.fixtures-panel .fixture-feed-teams b{font-size:12px!important;line-height:1.15}
.fixture-feed-score{grid-column:4;display:grid;gap:3px;text-align:center}
.fixture-feed-score b{min-height:18px;font:800 12px/18px Manrope}
html[data-theme="dark"] .fixtures-panel .fixture-day-feed{background:#031218}
html[data-theme="dark"] .fixtures-panel .fixture-league{border-color:#173944!important;background:#04171e!important}
html[data-theme="dark"] .fixtures-panel .fixture-feed-row{background:#04171e;border-color:#17333d!important}
html[data-theme="dark"] .fixtures-panel .fixture-feed-status{color:#a9bbc1!important}
html[data-theme="dark"] .fixtures-panel .fixture-feed-teams i{background:#123b46!important;color:#dce9ec!important}
@media(max-width:600px){
  .fixtures-panel .fixture-day-feed{padding:7px}
  .fixtures-panel .fixture-league{margin-bottom:8px}
  .fixtures-panel .fixture-league>header{padding:4px 7px!important}
  .fixtures-panel .fixture-league>header a{font-size:9px}
  .fixtures-panel .fixture-feed-row{grid-template-columns:25px 58px minmax(0,1fr) 28px!important;gap:5px!important;padding:5px 7px!important}
  .fixtures-panel .fixture-feed-status{font-size:10px!important}
  .fixtures-panel .fixture-feed-teams b{font-size:11px!important}
}

/* Scrollable fixture day picker */
.fixture-date-picker{position:relative;min-width:190px;display:grid;grid-template-columns:34px minmax(120px,1fr) 34px;border:1px solid #173944;border-radius:8px;background:#031218}.fixture-date-picker button{border:0;background:transparent;color:#d8e4e7;cursor:pointer}.fixture-date-step{font-size:20px}.fixture-date-trigger{min-height:36px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:0 10px;border-inline:1px solid #173944!important;font:800 10px "DM Sans"}.fixture-date-trigger span{font-size:14px;color:#9db0b6}.fixture-date-trigger i{font-style:normal;color:#9db0b6}.fixture-date-menu{position:absolute;z-index:80;top:calc(100% + 6px);right:33px;width:185px;max-height:330px;overflow-y:auto;padding:7px;border:1px solid #173944;border-radius:8px;background:#031218;box-shadow:0 18px 38px rgba(0,0,0,.38);scrollbar-width:thin}.fixture-date-menu[hidden]{display:none}.fixture-date-menu button{width:100%;min-height:38px;display:grid;grid-template-columns:56px 1fr;align-items:center;gap:8px;padding:7px 9px;border-radius:5px;text-align:left}.fixture-date-menu button:hover{background:#092d38}.fixture-date-menu button.active{background:#123e49}.fixture-date-menu span{font-size:9px;color:#9db0b6;text-align:center}.fixture-date-menu b{font-size:11px;text-align:center}.fixtures-shell>.fixture-date-tabs{display:none!important}
html[data-theme="light"] .fixture-date-picker,html[data-theme="light"] .fixture-date-menu{background:#fff;border-color:#ccd6d2;color:#071d17}html[data-theme="light"] .fixture-date-picker button{color:#17352c}html[data-theme="light"] .fixture-date-trigger{border-color:#ccd6d2!important}html[data-theme="light"] .fixture-date-menu button:hover{background:#edf3f1}html[data-theme="light"] .fixture-date-menu button.active{background:#dcebe6;color:#075d47}
@media(max-width:820px){.fixture-competitions{display:none}.fixture-desktop-tools{display:flex;flex-direction:column-reverse;align-items:stretch;gap:10px;padding:10px}.fixture-date-picker{width:min(210px,100%);align-self:flex-end}.fixture-status-filters{overflow-x:auto;padding-bottom:2px}.fixture-status-filters button{flex:0 0 auto}.fixtures-layout .fixture-date-heading{display:none}}

/* Theme switching changes paint only: keep the hero geometry identical. */
html{scrollbar-gutter:stable}.score-toolbar h1.score-brand-name,html[data-theme="light"] .score-toolbar h1.score-brand-name,html[data-theme="dark"] .score-toolbar h1.score-brand-name{display:inline-flex;width:max-content;max-width:100%;margin:0 0 5px;padding:7px 13px;border:1px solid #173b35;border-radius:8px;background:linear-gradient(135deg,#061d18 0%,#0a3027 100%);box-shadow:0 4px 12px rgba(6,29,24,.12);line-height:0}.score-brand-name img,html[data-theme="light"] .score-brand-name img,html[data-theme="dark"] .score-brand-name img{display:block;width:auto;height:60px;max-width:min(100%,310px);object-fit:contain;object-position:left center}
@media(max-width:480px){.score-toolbar h1.score-brand-name,html[data-theme="light"] .score-toolbar h1.score-brand-name,html[data-theme="dark"] .score-toolbar h1.score-brand-name{padding:6px 10px;border-radius:7px}.score-brand-name img,html[data-theme="light"] .score-brand-name img,html[data-theme="dark"] .score-brand-name img{height:48px;max-width:245px}}

/* Search belongs to the tabs row, aligned at the far right. */
.content-tabs{align-items:center;min-height:58px}.content-tabs .tab-search{width:210px;margin-left:auto;align-self:center;display:grid;gap:2px;padding:5px 0;text-transform:uppercase}.content-tabs .tab-search span{font-size:8px;letter-spacing:1.2px}.content-tabs .tab-search input{width:100%;height:30px;padding:3px 1px;border:0;border-bottom:1px solid currentColor;background:transparent;color:inherit;font:400 12px "DM Sans";text-transform:none;outline:none}.content-tabs .tab-search input::placeholder{color:inherit;opacity:.72}
@media(max-width:620px){.content-tabs{flex-wrap:wrap;gap:0 20px;padding-bottom:8px}.content-tabs .tab-search{order:2;flex:0 0 100%;width:100%;margin-left:0;padding:4px 0}.content-tabs .tab-search input{height:32px}}

/* Use the hero width: brand left, editorial slogan right. */
.score-toolbar{min-height:126px}.score-toolbar .score-heading{width:100%;display:flex;align-items:center;justify-content:space-between;gap:40px}.score-toolbar .score-heading>p{position:relative;flex:0 1 430px;margin:0;padding:10px 32px 10px 18px;color:#29483f;text-align:right;font:italic 600 clamp(20px,2vw,31px)/1.12 Georgia,"Times New Roman",serif;letter-spacing:.3px;white-space:nowrap}.score-toolbar .score-heading>p:before{content:"“";position:absolute;left:0;top:-9px;color:#b4df2f;font:italic 700 48px/1 Georgia,serif;opacity:.9}.score-toolbar .score-heading>p:after{content:"";position:absolute;right:32px;bottom:2px;width:92px;height:2px;background:linear-gradient(90deg,transparent,#b4df2f)}html[data-theme="dark"] .score-toolbar .score-heading>p{color:#dce9e5}html[data-theme="light"] .score-toolbar .score-heading>p{color:#29483f}
@media(max-width:700px){.score-toolbar{min-height:104px}.score-toolbar .score-heading{gap:14px}.score-toolbar .score-heading>p{flex:1 1 auto;padding:8px 10px 8px 14px;font-size:clamp(13px,3.8vw,18px);white-space:normal}.score-toolbar .score-heading>p:before{top:-4px;font-size:34px}.score-toolbar .score-heading>p:after{right:10px;width:58px}}
@media(max-width:420px){.score-toolbar .score-heading{align-items:flex-end}.score-toolbar .score-heading>p{font-size:13px;line-height:1.25;text-align:right}.score-toolbar .score-heading>p:before{display:none}}

/* Match filters share the same control language as Fixture status filters. */
.quick-filters{padding:16px 14px;gap:8px}.quick-filters .primary-filter-row{display:flex;gap:8px}.quick-filters .primary-filter-row>button{min-height:36px;padding:8px 16px;border:0;border-radius:8px;background:#e5eae8;color:#5f6e68;font:800 9px "DM Sans";text-transform:uppercase;letter-spacing:.5px}.quick-filters .primary-filter-row>button.active{background:#071d17;color:#fff}.quick-filters .market-filter-toggle span{font-size:10px}html[data-theme="dark"] .quick-filters .primary-filter-row>button{background:#0d3440;color:#c2d0d4}html[data-theme="dark"] .quick-filters .primary-filter-row>button.active{background:#c5eb35;color:#071d17}
@media(max-width:620px){.quick-filters{padding:10px;overflow-x:auto}.quick-filters .primary-filter-row{width:max-content}.quick-filters .primary-filter-row>button{flex:0 0 auto}}
@media(max-width:520px){
  .score-toolbar{align-items:stretch;gap:14px;flex-direction:column}.score-toolbar .search-wrap,.score-toolbar .search-wrap input{width:100%}.score-toolbar .search-wrap input{min-height:38px}.score-heading p{font-size:10px;line-height:1.45}.filter-dock{top:60px}.content-tabs{background:white}.quick-filters{padding-top:8px}
  .event-row{grid-template-columns:30px minmax(0,1fr) 34px 42px}.event-star{display:none}.event-round{font-size:8px}.event-confidence{display:block;text-align:right}.event-confidence i{display:none}
  .analysis-pane .detail-title{padding:0 13px}.match-summary{padding:20px 12px 16px}.fixture-stage{gap:7px}.fixture-team strong{font-size:16px;overflow-wrap:anywhere}.prediction-score{min-width:78px}.prediction-score b{font-size:25px;padding:9px 8px}
  .model-summary{gap:12px}.prediction-insights{padding:17px 12px 20px}.prediction-heading strong{font-size:12px}.key-markets span{padding:9px 4px}
  .analysis-pane .form-card>.result-strip{gap:4px}.analysis-pane .form-card>.result-strip .result{width:27px;height:27px;flex-basis:27px}
  .index-strip{grid-template-columns:1fr 1fr}.corners-group{grid-column:1/-1}
}
@media(max-width:360px){
  .fixture-team strong{font-size:14px}.prediction-score{min-width:68px}.prediction-score b{font-size:22px}
  .analysis-pane .form-card{padding-left:10px;padding-right:10px}.analysis-pane .form-card>.result-strip{gap:3px}.analysis-pane .form-card>.result-strip .result{width:25px;height:25px;flex-basis:25px}
}

/* The full configured country list stays usable on desktop. */
.league-sidebar{max-height:calc(100vh - 96px);overflow-y:auto;scrollbar-width:thin}.league-button.has-data:not(.active) .flag-dot{background:#5f9d87}

/* Clean match-details palette: neutral surfaces with small prediction accents. */
.analysis-pane{background:#f5f6f6}
.analysis-pane .spotlight,.analysis-pane .form-analysis,.history-card{border-color:#dfe4e2;box-shadow:none}
.analysis-pane .detail-title,.prediction-insights{background:#fff}
.prediction-score b{background:#f0f3f2;border:1px solid #d2dcda;color:#0a241c}
.key-markets span,.key-markets .goals-pick.goals-over,.key-markets .goals-pick.goals-under,.key-markets .goals-pick.goals-neutral,.key-markets .btts-pick.btts-yes,.key-markets .btts-pick.btts-no,.key-markets .btts-pick.btts-neutral{background:#fff!important;border:1px solid #d9dfdd!important;border-top:3px solid #cfd7d4!important}
.key-markets .market-card.market-qualified{border-top-color:#0f6a50!important}
.key-markets .market-qualified small{color:#0f6a50!important}
.key-markets .market-neutral small{color:#7c8884!important}
.key-markets .market-card b{color:#071d17!important}

/* Outcome colours and a Poisson-based team-corner advantage card. */
.history-goals{display:inline-grid;place-items:center;min-width:30px;padding:4px 7px;border-radius:4px;font-weight:800}.history-goals.over{background:#16845f;color:#fff}.history-goals.under{background:#d55f4e;color:#fff}.history-goals.neutral{background:#f2f4f3;color:#77837f}
.key-markets{grid-template-columns:repeat(4,1fr)}.key-markets .corner-edge-card.market-qualified{border-top-color:#0f6a50!important;background:#edf7f3!important}.key-markets .corner-edge-card.market-qualified small{color:#0f6a50!important}.key-markets .corner-edge-card b{font-size:13px}
@media(max-width:700px){.key-markets{grid-template-columns:repeat(2,1fr)}}
.key-markets .corner-edge-card em{display:block;margin-top:4px;color:#68756f;font-size:9px;font-style:normal;line-height:1.25}

/* Country flags and persistent favorite competitions. */
.league-list{padding:4px 7px 10px}.league-item{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 28px;align-items:center;margin:1px 0}.league-button{grid-template-columns:23px minmax(0,1fr) auto;gap:7px;padding:8px 5px}.country-flag{display:inline-grid;place-items:center;min-width:21px;font-size:17px;line-height:1}.league-button b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.country-favorite,.competition-favorite{display:grid;place-items:center;border:0;background:transparent;color:#a4afab;cursor:pointer;font-size:17px;line-height:1}.country-favorite{width:28px;height:30px;border-radius:4px}.country-favorite:hover,.country-favorite:focus-visible{background:#edf2f0;color:#0f6a50;outline:none}.country-favorite.active,.competition-favorite.active{color:#d69a24}.competition-block header .country-flag{font-size:18px}.competition-favorite{width:32px;height:32px;border-radius:50%}.competition-favorite:hover,.competition-favorite:focus-visible{background:#e8eeec;color:#0f6a50;outline:none}
.country-flag img{display:block;width:24px;height:18px;object-fit:cover;border:1px solid rgba(7,29,23,.12);border-radius:2px;box-shadow:0 1px 2px rgba(7,29,23,.08)}.country-favorite{border:1px solid #dfe5e2;background:#fff;font-size:16px}.country-favorite span{transform:translateY(-1px)}.country-favorite.active{border-color:#e0b45a;background:#fff8e7}.league-group-label{display:flex;align-items:center;justify-content:space-between;margin:10px 4px 4px;padding-top:9px;border-top:1px solid #e5e9e7;color:#74817c;font-size:8px;font-weight:800;letter-spacing:.8px;text-transform:uppercase}.league-group-label small{color:#8b9692;font-size:8px;font-weight:600;letter-spacing:0;text-transform:none}.league-item:has(.country-favorite.active){background:#fffaf0;border-radius:4px}.league-item:has(.country-favorite.active) .league-button b{color:#8a5b00}
.competition-block>header{grid-template-columns:28px minmax(0,1fr) auto;gap:12px}.competition-block>header .country-flag{width:28px;justify-content:start}.competition-block>header>div{min-width:0}.competition-block>header b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.brand img{mix-blend-mode:screen}

/* Dark competition navigator inspired by compact live-score league lists. */
.league-sidebar{background:#06151c;border-color:#102d38;border-radius:5px;color:#fff;box-shadow:0 5px 18px rgba(3,18,24,.14)}.side-heading{padding:15px 13px 11px;color:#fff;border-bottom:1px solid #17333d}.side-heading small{color:#76909a}.league-list{padding:7px 7px 12px}.league-item{margin:2px 0}.league-button{min-height:36px;padding:7px 6px;border-radius:4px;color:#eaf2f4}.league-button:hover{background:#0b2733}.league-button.active{background:#0a3954;color:#fff;box-shadow:inset 3px 0 #39a9dd}.league-button b{font-size:12px;font-weight:700}.league-button small{color:#8da5ad;font-size:10px}.league-button.active small{color:#c4dce5}.league-sidebar .country-flag img{border-color:rgba(255,255,255,.18);box-shadow:0 1px 3px rgba(0,0,0,.35)}.league-sidebar .country-flag>span{font-size:17px}.league-group-label{margin:12px 5px 5px;padding-top:10px;border-top-color:#17333d;color:#6f919f}.league-group-label small{color:#6f919f}.country-favorite{border-color:#27434e;background:#0a1d25;color:#718b95}.country-favorite:hover,.country-favorite:focus-visible{background:#103445;color:#fff}.country-favorite.active{border-color:#d7a334;background:#352b12;color:#ffc64a}.league-item:has(.country-favorite.active){background:#13232a}.league-item:has(.country-favorite.active) .league-button b{color:#ffd36b}
.competition-block>header{height:50px;background:#103b34;border-bottom-color:#28574f;color:#fff}.competition-block>header b{color:#fff;font-size:11px}.competition-block>header small{color:#a8c9c1}.competition-block>header .country-flag img{border-color:rgba(255,255,255,.2);box-shadow:0 1px 3px rgba(0,0,0,.3)}.competition-favorite{border:1px solid #467068;color:#b7d0ca}.competition-favorite:hover,.competition-favorite:focus-visible{background:#185248;color:#fff}.competition-favorite.active{border-color:#d7a334;background:#4a390f;color:#ffd35b}

/* Persistent light/dark appearance control. */
.theme-toggle{min-height:36px;display:flex;align-items:center;gap:7px;border:1px solid #526a62;border-radius:3px;padding:0 11px;background:#102c24;color:#fff;font:700 10px "DM Sans";text-transform:uppercase;letter-spacing:.5px;cursor:pointer}.theme-toggle span{font-size:16px}.theme-toggle:hover,.theme-toggle:focus-visible{border-color:var(--lime);outline:none}.top-actions{display:flex;align-items:center;gap:8px}
html[data-theme="light"] .league-sidebar{background:#fff;border-color:#dfe3e4;color:#071d17;box-shadow:none}html[data-theme="light"] .side-heading{color:#071d17;border-bottom-color:#e5e9e7}html[data-theme="light"] .side-heading small{color:#8b9692}html[data-theme="light"] .league-button{color:#34433e}html[data-theme="light"] .league-button:hover{background:#f1f4f4}html[data-theme="light"] .league-button.active{background:#e7f0ed;color:#0f6a50;box-shadow:inset 3px 0 #0f6a50}html[data-theme="light"] .league-button small,html[data-theme="light"] .league-button.active small{color:#8b9692}html[data-theme="light"] .league-group-label{border-top-color:#e5e9e7;color:#74817c}html[data-theme="light"] .league-group-label small{color:#8b9692}html[data-theme="light"] .country-favorite{border-color:#dfe5e2;background:#fff;color:#718b95}html[data-theme="light"] .country-favorite.active{border-color:#e0b45a;background:#fff8e7;color:#d69a24}html[data-theme="light"] .league-item:has(.country-favorite.active){background:#fffaf0}html[data-theme="light"] .league-item:has(.country-favorite.active) .league-button b{color:#8a5b00}html[data-theme="light"] .competition-block>header{background:#f7f8f8;border-bottom-color:#e1e5e6;color:#071d17}html[data-theme="light"] .competition-block>header b{color:#071d17}html[data-theme="light"] .competition-block>header small{color:#82908b}html[data-theme="light"] .competition-favorite{border-color:#d5ddda;color:#87938f;background:#fff}
html[data-theme="dark"] body{background:#04131a;color:#eaf2f4}html[data-theme="dark"] .sport-strip{background:#071d26;border-color:#17333d}html[data-theme="dark"] .sport-note{color:#8ba2ab}html[data-theme="dark"] .score-center{background:#071d26;border-color:#17333d}html[data-theme="dark"] .score-toolbar{background:linear-gradient(135deg,#08222c,#061820);border-color:#17333d}html[data-theme="dark"] .score-heading p,html[data-theme="dark"] .search-wrap{color:#91a7af}html[data-theme="dark"] .search-wrap input{color:#fff;border-bottom-color:#6d8791}html[data-theme="dark"] .filter-dock{background:rgba(7,29,38,.97);border-color:#17333d;box-shadow:0 8px 18px rgba(0,0,0,.24)}html[data-theme="dark"] .content-tabs,html[data-theme="dark"] .quick-filters{border-color:#17333d}html[data-theme="dark"] .content-tabs button{color:#91a7af}html[data-theme="dark"] .content-tabs button.active{color:#fff}html[data-theme="dark"] .quick-filters button{background:#102c37;color:#a9bdc5}html[data-theme="dark"] .quick-filters button:hover{background:#173c49;color:#fff;border-color:#315664}html[data-theme="dark"] .quick-filters button.active{background:#c5eb35;color:#071d17}html[data-theme="dark"] .match-grid,html[data-theme="dark"] .standings-panel{background:#04131a}html[data-theme="dark"] .competition-block{background:#071d26;border-color:#17333d}html[data-theme="dark"] .event-row{background:#071d26;color:#eaf2f4;border-bottom-color:#17333d}html[data-theme="dark"] .event-row:hover{background:#0b2833}html[data-theme="dark"] .event-round,html[data-theme="dark"] .event-star,html[data-theme="dark"] .event-pick small{color:#829ca6}html[data-theme="dark"] .event-pick{border-left-color:#23414c}html[data-theme="dark"] .event-pick b{color:#8fe3c5}html[data-theme="dark"] .event-confidence i{background:linear-gradient(90deg,#28a77e var(--confidence),#29434c var(--confidence))}html[data-theme="dark"] footer{border-color:#17333d;color:#829ca6}
html[data-theme="dark"] .drawer-scroll{background:#04131a}html[data-theme="dark"] .analysis-pane .spotlight,html[data-theme="dark"] .analysis-pane .form-analysis,html[data-theme="dark"] .history-card,html[data-theme="dark"] .selected-standings-card{background:#071d26;border-color:#23414c;color:#eaf2f4}html[data-theme="dark"] .analysis-pane .detail-title,html[data-theme="dark"] .prediction-insights,html[data-theme="dark"] .match-summary,html[data-theme="dark"] .form-card,html[data-theme="dark"] .history-head{background:#071d26;border-color:#23414c}html[data-theme="dark"] .model-summary,html[data-theme="dark"] .probability-values,html[data-theme="dark"] .section-title{border-color:#23414c}html[data-theme="dark"] .market-card,html[data-theme="dark"] .key-markets span{background:#0b2731!important;border-color:#31505b!important;color:#eaf2f4}html[data-theme="dark"] .key-markets .market-card b{color:#fff!important}html[data-theme="dark"] .history-table th,html[data-theme="dark"] .selected-standings-table th{background:#0b2731;color:#9bb0b8;border-color:#23414c}html[data-theme="dark"] .history-table td,html[data-theme="dark"] .selected-standings-table td{border-color:#17333d}html[data-theme="dark"] .index-group{background:#0b2731;border-color:#31505b}html[data-theme="dark"] .index-group>strong,html[data-theme="dark"] .index-group small{color:#a9bdc5}html[data-theme="dark"] .index-group b{color:#69dfb5}html[data-theme="dark"] .corners-group>div>span+span{border-left-color:#31505b}html[data-theme="dark"] .history-section-title>p:last-child,html[data-theme="dark"] .form-explainer{color:#91a7af}
html[data-theme="dark"] .selected-standings-table tr.selected-home{background:#10372f;color:#f2fbf7;box-shadow:inset 4px 0 #35c596}html[data-theme="dark"] .selected-standings-table tr.selected-away{background:#303519;color:#fffdea;box-shadow:inset 4px 0 #c5eb35}html[data-theme="dark"] .selected-standings-table tr.selected-home td,html[data-theme="dark"] .selected-standings-table tr.selected-away td{color:inherit;border-bottom-color:#31505b}html[data-theme="dark"] .selected-standings-table tr.selected-home .standing-position,html[data-theme="dark"] .selected-standings-table tr.selected-away .standing-position{color:#c5d8d1}html[data-theme="dark"] .selected-standings-table tr.selected-home .standing-points strong{color:#69dfb5}html[data-theme="dark"] .selected-standings-table tr.selected-away .standing-points strong{color:#d8f36f}html[data-theme="dark"] .selected-standings-table tr.selected-home .standing-team small{background:#35c596;color:#041b14}html[data-theme="dark"] .selected-standings-table tr.selected-away .standing-team small{background:#c5eb35;color:#172006}
html[data-theme="dark"] .key-markets .goals-pick.goals-neutral,html[data-theme="dark"] .key-markets .btts-pick.btts-neutral{background:#0b2731!important;border:1px solid #31505b!important;border-top:3px solid #47616a!important;color:#eaf2f4!important}html[data-theme="dark"] .key-markets .goals-pick.goals-over,html[data-theme="dark"] .key-markets .goals-pick.goals-under,html[data-theme="dark"] .key-markets .btts-pick.btts-yes,html[data-theme="dark"] .key-markets .btts-pick.btts-no{background:#0d3028!important;border:1px solid #356457!important;border-top:3px solid #35c596!important;color:#f2fbf7!important}html[data-theme="dark"] .key-markets .market-neutral small{color:#9bb0b8!important}html[data-theme="dark"] .key-markets .market-qualified small{color:#69dfb5!important}html[data-theme="dark"] .key-markets .market-card b{color:#f7fbfa!important}
html[data-theme="dark"] .prediction-score b{background:#0e2a34;border-color:#3b5964;color:#f4fbf8;box-shadow:inset 0 -2px #35c596}
.analysis-pane .detail-title{display:none}
.analysis-pane .form-analysis>.section-title{display:none}.analysis-pane .form-head span{font-size:13px;letter-spacing:1.35px;color:#0f7a5b;font-weight:800}.analysis-pane .form-head h3{margin-top:7px}
html[data-theme="dark"] .analysis-pane .form-head span{color:#69dfb5}
.analysis-pane .form-card{display:grid;justify-items:center;align-content:start;text-align:center;padding:22px 20px}.analysis-pane .form-head{width:100%;justify-content:center;align-items:center;gap:30px}.analysis-pane .form-head>div{text-align:center}.analysis-pane .form-head h3{margin:7px 0 10px;font-size:23px}.analysis-pane .form-head>strong{display:grid;justify-items:center;gap:1px;padding:6px 14px 7px;border-radius:18px;background:#edf7f3}.analysis-pane .form-head>strong>span{display:flex;align-items:baseline;justify-content:center;gap:3px}.analysis-pane .form-head>strong small{white-space:nowrap;font-size:11px}.analysis-pane .form-head>strong em{color:#65756f;font:800 11px "DM Sans";font-style:normal;white-space:nowrap}.analysis-pane .form-card>.result-strip{justify-content:center;width:100%}.analysis-pane .radar-wrap{width:100%;min-height:0;padding:10px 0 0;justify-content:center;gap:30px}.analysis-pane .radar-copy{text-align:left;align-content:center}
.analysis-pane .form-analysis{border:0;background:transparent;box-shadow:none;overflow:visible}.analysis-pane .form-grid{gap:16px}.analysis-pane .form-card,.analysis-pane .form-card:first-child{border:1px solid #dfe3e4;border-radius:8px;overflow:hidden;box-shadow:0 3px 12px rgba(17,34,28,.05)}html[data-theme="dark"] .analysis-pane .form-analysis{background:transparent;border:0}html[data-theme="dark"] .analysis-pane .form-card,html[data-theme="dark"] .analysis-pane .form-card:first-child{border:1px solid #23414c}
.analysis-pane .form-card{justify-items:stretch;text-align:left}.analysis-pane .form-head{justify-content:space-between;align-items:center;gap:18px}.analysis-pane .form-head>div{text-align:left}.analysis-pane .form-head span{font-size:9px;letter-spacing:1px;color:#7c8984}.analysis-pane .form-head h3{margin:3px 0 0;font-size:19px;letter-spacing:0}.analysis-pane .form-head>strong{flex:0 0 auto}.analysis-pane .form-card>.result-strip{justify-content:flex-start}.analysis-pane .radar-wrap{align-self:center}
.analysis-pane .form-head>strong>span{font:800 28px Manrope;color:#0f6a50;letter-spacing:-.5px;line-height:1}.analysis-pane .form-head>strong>span small{font:700 10px "DM Sans";letter-spacing:0}.analysis-pane .radar-copy b{font-size:31px}
.history-table{table-layout:fixed;min-width:500px}.history-table th{padding:9px 5px;font-size:10px;font-weight:800;letter-spacing:.45px}.history-table td{padding:8px 5px;font-size:12px;font-weight:600}.history-table th:nth-child(1),.history-table td:nth-child(1){width:54px}.history-table th:nth-child(2),.history-table td:nth-child(2){width:auto}.history-table th:nth-child(3),.history-table td:nth-child(3){width:82px}.history-table th:nth-child(4),.history-table td:nth-child(4){width:58px}.history-table th:nth-child(5),.history-table td:nth-child(5){width:78px}.history-table th:nth-child(6),.history-table td:nth-child(6){width:54px}.history-table td:nth-child(2){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-table td:nth-child(3)>strong{margin-right:4px;font-size:12px;font-weight:800}.history-result{width:23px;height:23px;font-size:10px}.history-table td:first-child small{font-size:8px;font-weight:600}
html[data-theme="dark"] .analysis-pane .form-head>strong{background:#10372f;color:#69dfb5}
html[data-theme="dark"] .analysis-pane .form-head>strong em{color:#b9cec7}
.analysis-pane .radar-copy{gap:9px}.analysis-pane .metric-badge{min-width:150px;padding:11px 15px 12px;border-radius:18px;text-align:center}.analysis-pane .metric-badge span{display:block}.analysis-pane .metric-badge b{display:block;margin-top:3px;line-height:1}.analysis-pane .xg-metric{background:#edf7f3}.analysis-pane .team-metric{background:#fff4e5}.analysis-pane .team-metric .team-series,.analysis-pane .team-metric b{color:#b9640c}
html[data-theme="dark"] .analysis-pane .xg-metric{background:#10372f}html[data-theme="dark"] .analysis-pane .xg-metric .xg-series,html[data-theme="dark"] .analysis-pane .xg-metric b{color:#69dfb5}html[data-theme="dark"] .analysis-pane .team-metric{background:#3a2b17}html[data-theme="dark"] .analysis-pane .team-metric .team-series,html[data-theme="dark"] .analysis-pane .team-metric b{color:#f2b35f}
@media(max-width:600px){.analysis-pane .metric-badge{min-width:118px;padding:9px 10px 10px;border-radius:15px}}
html[data-theme="light"] .key-markets .market-card.market-qualified{background:#e4f5ee!important;border-color:#7bb9a3!important;border-top-color:#0f8a65!important;box-shadow:0 3px 10px rgba(15,106,80,.08)}html[data-theme="light"] .key-markets .market-card.market-qualified small{color:#0f795a!important}html[data-theme="light"] .key-markets .market-card.market-qualified b{color:#083f31!important}
.analysis-pane .model-summary{gap:10px;border-top:0;padding-top:13px}.analysis-pane .model-summary>span{display:grid;gap:4px;min-width:210px;padding:11px 16px 12px;border:1px solid #d3dcda;border-top:3px solid #cfd7d4;border-radius:4px;background:#fff;text-align:center}.analysis-pane .model-summary>span b{margin:0;font-size:14px}.analysis-pane .model-summary>span:last-child{background:#e4f5ee;border-color:#7bb9a3;border-top-color:#0f8a65}.analysis-pane .model-summary>span:last-child b{color:#0f795a}
html[data-theme="dark"] .analysis-pane .model-summary>span{background:#0b2731;border-color:#31505b;border-top-color:#47616a;color:#a9bdc5}html[data-theme="dark"] .analysis-pane .model-summary>span:first-child b{color:#f2fbf7}html[data-theme="dark"] .analysis-pane .model-summary>span:last-child{background:#10372f;border-color:#356457;border-top-color:#35c596}html[data-theme="dark"] .analysis-pane .model-summary>span:last-child b{color:#69dfb5}
@media(max-width:520px){.analysis-pane .model-summary{display:grid;grid-template-columns:1fr 1fr;width:100%}.analysis-pane .model-summary>span{min-width:0;padding:8px 7px}}
.competition-block>header{grid-template-columns:28px minmax(0,1fr) auto auto auto;cursor:pointer;transition:.18s background-color}.competition-block>header:hover{background:#185248}.competition-block>header:focus-visible{outline:2px solid #69dfb5;outline-offset:-2px}.competition-block>header b{font-size:12px;letter-spacing:.55px}.competition-match-count{padding:5px 9px;border:1px solid rgba(183,208,202,.3);border-radius:12px;background:rgba(3,24,20,.24);color:#d5e5e1;font:700 9px "DM Sans";white-space:nowrap}.competition-games[hidden]{display:none}.competition-expand{display:grid!important;place-content:center;width:34px;height:34px;border:1px solid #d6dfdc!important;border-radius:50%;background:#fff!important;color:#55706a!important;font-size:20px!important;line-height:1;transition:.18s transform,.18s border-color,.18s color}.competition-expand span{display:block;transform:translateY(-2px);transition:.18s transform}.competition-block>header.expanded .competition-expand span{transform:translateY(2px) rotate(180deg)}.competition-expand:hover,.competition-expand:focus-visible{border-color:#0f795a!important;color:#0f795a!important;outline:none}.competition-block>header.expanded{border-bottom-color:#cbd8d3}
html[data-theme="light"] .competition-block>header:hover{background:#edf3f1}html[data-theme="light"] .competition-match-count{border-color:#d5dfdc;background:#e9efed;color:#48635b}
html[data-theme="dark"] .competition-block>header{background:#102c37;border-bottom-color:#17333d}
html[data-theme="dark"] .competition-block>header:hover{background:#173c49}
html[data-theme="dark"] .competition-block>header.expanded{border-bottom-color:#315664}
html[data-theme="dark"] .competition-favorite:hover,html[data-theme="dark"] .competition-favorite:focus-visible{background:#173c49}
html[data-theme="dark"] .history-goals.neutral{
  background:transparent;
  color:#91a7af;
  border:1px solid #47616a;
  box-shadow:none;
}

/* Fit all six recent-match columns inside a phone viewport. */
@media(max-width:600px){
  .history-table-wrap{overflow-x:hidden}
  .history-table{width:100%;min-width:0;table-layout:fixed}
  .history-table th{padding:8px 2px;font-size:7px;letter-spacing:.15px;white-space:normal;line-height:1.15}
  .history-table td{padding:8px 2px;font-size:9px}
  .history-table th:nth-child(1),.history-table td:nth-child(1){width:34px}
  .history-table th:nth-child(2),.history-table td:nth-child(2){width:auto}
  .history-table th:nth-child(3),.history-table td:nth-child(3){width:56px}
  .history-table th:nth-child(4),.history-table td:nth-child(4){width:34px}
  .history-table th:nth-child(5),.history-table td:nth-child(5){width:48px}
  .history-table th:nth-child(6),.history-table td:nth-child(6){width:36px}
  .history-table td:nth-child(2){padding-left:4px;padding-right:4px}
  .history-table td:nth-child(3){grid-template-columns:29px 20px;gap:3px}
  .history-table td:nth-child(3)>strong{width:29px;font-size:9px}
  .history-table td:nth-child(3) .history-result{width:20px;height:20px;font-size:8px}
  .history-table td:first-child b{font-size:9px}
  .history-table td:first-child small{font-size:6px}
  .history-goals{min-width:26px;padding:3px 4px;font-size:9px}
}

/* Align the dropdown to the center date trigger, excluding both arrow buttons. */
.fixture-date-menu{
  right:34px;
  width:calc(100% - 68px);
  box-sizing:border-box;
}
.fixture-date-menu button{
  grid-template-columns:1fr;
  gap:0;
  justify-items:center;
  text-align:center;
}
.fixture-date-menu button b{
  display:block;
  width:100%;
  white-space:nowrap;
  text-align:center;
}

/* Keep the date dropdown single-column after all responsive overrides. */
.fixture-date-menu button{grid-template-columns:1fr;gap:0;text-align:center}

/* Exact Fixtures-to-Matches filter parity. */
.quick-filters{display:block!important;padding:0!important;overflow:visible!important}.quick-filters .primary-filter-row{display:flex!important;align-items:center!important;gap:8px!important;padding:16px 14px!important;overflow-x:auto}.quick-filters .primary-filter-row>button{box-sizing:border-box!important;width:auto!important;min-width:0!important;height:32px!important;min-height:32px!important;padding:7px 15px!important;border:0!important;border-radius:8px!important;background:#e5eae8!important;color:#5f6e68!important;font:800 9px/1 "DM Sans"!important;letter-spacing:.5px!important;text-transform:uppercase!important;white-space:nowrap!important}.quick-filters .primary-filter-row>button.active{background:#071d17!important;color:#fff!important}html[data-theme="dark"] .quick-filters .primary-filter-row>button{background:#0d3440!important;color:#c2d0d4!important}html[data-theme="dark"] .quick-filters .primary-filter-row>button.active{background:#c5eb35!important;color:#071d17!important}
@media(max-width:620px){.quick-filters{padding:0!important}.quick-filters .primary-filter-row{display:flex!important;width:max-content!important;min-width:100%;gap:8px!important;padding:10px!important}.quick-filters .primary-filter-row>button{flex:0 0 auto!important;height:32px!important;min-height:32px!important;padding:7px 15px!important;font-size:9px!important;white-space:nowrap!important}}

.quick-filters.hidden{display:none!important}.quick-filters:not(.hidden){display:block!important;background:#f3f6f5!important;border-bottom:1px solid #e4e8e9!important}html[data-theme="dark"] .quick-filters:not(.hidden){background:#04171e!important;border-bottom-color:#17333d!important}

/* Both tabs use one invariant four-slot control grid, so controls never jump. */
.fixture-desktop-tools,.quick-filters:not(.hidden){box-sizing:border-box!important;min-height:76px!important}.fixture-status-filters,.quick-filters .primary-filter-row{display:grid!important;grid-template-columns:54px 88px 132px 98px!important;align-items:center!important;gap:8px!important}.fixture-status-filters button,.quick-filters .primary-filter-row>button{box-sizing:border-box!important;width:100%!important;height:32px!important;min-height:32px!important;margin:0!important;padding:7px 6px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.quick-filters .primary-filter-row{width:100%!important;min-height:76px!important;padding:16px 14px!important}
@media(max-width:620px){.fixture-status-filters,.quick-filters .primary-filter-row{grid-template-columns:54px 88px 132px 98px!important;width:max-content!important;min-width:max-content!important}.fixture-desktop-tools,.quick-filters:not(.hidden){min-height:0!important}.quick-filters .primary-filter-row{min-height:52px!important;padding:10px!important}.fixture-status-filters{overflow-x:visible!important}}

/* Approved light palette shared by Fixtures and Matches. */
html[data-theme="light"] .content-tabs{background:#fff!important;border-bottom-color:#dfe5e2!important}html[data-theme="light"] .content-tabs button{color:#697771!important}html[data-theme="light"] .content-tabs button.active{color:#071d17!important;box-shadow:inset 0 -3px #b4df2f!important}html[data-theme="light"] .fixture-desktop-tools,html[data-theme="light"] .quick-filters:not(.hidden){background:#f3f6f5!important;border-bottom-color:#e4e8e9!important}html[data-theme="light"] .fixture-status-filters button,html[data-theme="light"] .quick-filters .primary-filter-row>button{background:#e5eae8!important;color:#536760!important}html[data-theme="light"] .fixture-status-filters button.active,html[data-theme="light"] .quick-filters .primary-filter-row>button.active{background:#031f18!important;color:#fff!important}

/* Final parity: Matches controls use the exact Fixtures metrics. */
.quick-filters{display:block!important;padding:0!important;overflow:visible}.quick-filters .primary-filter-row{display:flex;align-items:center;gap:8px;padding:16px 14px;overflow-x:auto}.quick-filters .primary-filter-row>button{box-sizing:border-box;height:36px;min-height:36px;padding:7px 15px!important;border:0!important;border-radius:8px!important;background:#e5eae8;color:#5f6e68;font:800 9px "DM Sans"!important;line-height:1!important;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap!important}.quick-filters .primary-filter-row>button.active{background:#071d17;color:#fff}html[data-theme="dark"] .quick-filters .primary-filter-row>button{background:#0d3440;color:#c2d0d4}html[data-theme="dark"] .quick-filters .primary-filter-row>button.active{background:#c5eb35;color:#071d17}
@media(max-width:620px){.quick-filters{padding:0!important}.quick-filters .primary-filter-row{display:flex;gap:8px;padding:10px;overflow-x:auto}.quick-filters .primary-filter-row>button{width:auto;min-width:max-content;height:36px;min-height:36px;padding:7px 15px!important;font-size:9px!important;line-height:1!important}}

/* Keep the fixture date dropdown above legacy responsive rules. */
.fixture-date-picker{position:relative;min-width:190px;display:grid;grid-template-columns:34px minmax(120px,1fr) 34px;border:1px solid #173944;border-radius:8px;background:#031218}.fixture-date-picker button{border:0;background:transparent;color:#d8e4e7;cursor:pointer}.fixture-date-step{font-size:20px}.fixture-date-trigger{min-height:36px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:0 10px;border-inline:1px solid #173944!important;font:800 10px "DM Sans"}.fixture-date-trigger span{font-size:14px;color:#9db0b6}.fixture-date-trigger i{font-style:normal;color:#9db0b6}.fixture-date-menu{position:absolute;z-index:80;top:calc(100% + 6px);right:33px;width:185px;max-height:330px;overflow-y:auto;padding:7px;border:1px solid #173944;border-radius:8px;background:#031218;box-shadow:0 18px 38px rgba(0,0,0,.38);scrollbar-width:thin}.fixture-date-menu[hidden]{display:none}.fixture-date-menu button{width:100%;min-height:38px;display:grid;grid-template-columns:56px 1fr;align-items:center;gap:8px;padding:7px 9px;border-radius:5px;text-align:left}.fixture-date-menu button:hover{background:#092d38}.fixture-date-menu button.active{background:#123e49}.fixture-date-menu span{font-size:9px;color:#9db0b6;text-align:center}.fixture-date-menu b{font-size:11px;text-align:center}.fixtures-shell>.fixture-date-tabs{display:none!important}html[data-theme="light"] .fixture-date-picker,html[data-theme="light"] .fixture-date-menu{background:#fff;border-color:#ccd6d2;color:#071d17}html[data-theme="light"] .fixture-date-picker button{color:#17352c}html[data-theme="light"] .fixture-date-trigger{border-color:#ccd6d2!important}html[data-theme="light"] .fixture-date-menu button:hover{background:#edf3f1}html[data-theme="light"] .fixture-date-menu button.active{background:#dcebe6;color:#075d47}
@media(max-width:820px){.fixture-competitions{display:none}.fixture-desktop-tools{display:flex;flex-direction:column-reverse;align-items:stretch;gap:10px;padding:10px}.fixture-date-picker{width:min(210px,100%);align-self:flex-end}.fixture-status-filters{overflow-x:auto;padding-bottom:2px}.fixture-status-filters button{flex:0 0 auto}.fixtures-layout .fixture-date-heading{display:none}}
.fixtures-layout .fixture-feed-row:before{display:none!important;content:none!important}
.content-tabs .mobile-fixtures-tab{display:block}
.fixtures-panel.fixtures-shell{width:100%;margin:0;border:0;border-radius:0;box-shadow:none}.fixtures-panel .fixture-feed-row{grid-template-columns:32px 72px minmax(0,1fr) 105px}.fixtures-panel .fixture-star{grid-column:1}.fixtures-panel .fixture-feed-meta{grid-column:2;grid-row:1;justify-content:center;flex-direction:column-reverse;gap:2px!important}.fixtures-panel .fixture-feed-teams{grid-column:3}.fixtures-panel .fixture-league>footer{display:none}
@media(max-width:820px){.fixtures-panel .fixture-feed-row{grid-template-columns:27px minmax(0,1fr) 65px}.fixtures-panel .fixture-star,.fixtures-panel .fixture-feed-meta,.fixtures-panel .fixture-feed-teams{grid-column:auto;grid-row:auto}.fixtures-panel .fixture-feed-meta{flex-direction:row}.fixtures-panel .fixture-league>footer{display:grid}}

/* Fixtures follows the existing VERDICT90 light/dark themes. */
.fixture-home-tabs{height:48px;padding:0 16px;background:inherit;border-bottom:1px solid #17333d}.fixture-home-tabs button{color:#9eb0b6}.fixture-home-tabs button.active{color:#fff}
html[data-theme="light"] .fixtures-view{background:#eef1f2;color:#071d17}html[data-theme="light"] .fixtures-shell,html[data-theme="light"] .fixture-competitions{background:#fff;color:#071d17;border-color:#d9e0de;box-shadow:0 8px 24px rgba(13,43,34,.08)}html[data-theme="light"] .fixtures-sportbar,html[data-theme="light"] .fixture-competitions>header{background:#f7f9f8;border-color:#dfe5e2}html[data-theme="light"] .fixtures-sportbar small,html[data-theme="light"] .fixture-competitions>header small{color:#71807a}html[data-theme="light"] .fixture-home-tabs{background:#fff;border-color:#dfe5e2}html[data-theme="light"] .fixture-home-tabs button{color:#697771}html[data-theme="light"] .fixture-home-tabs button.active{color:#071d17}html[data-theme="light"] .fixtures-shell .fixture-date-tabs{background:#fff;border-color:#dfe5e2}html[data-theme="light"] .fixtures-shell .fixture-date-tabs button{color:#77847f}html[data-theme="light"] .fixtures-shell .fixture-date-tabs button.active{color:#0f6a50}html[data-theme="light"] .fixtures-shell .fixture-date-tabs button.active:after{background:#b4df2f}html[data-theme="light"] .fixture-desktop-tools{background:#f3f6f5}html[data-theme="light"] .fixture-status-filters button{background:#e5eae8;color:#5f6e68}html[data-theme="light"] .fixture-status-filters button.active{background:#071d17;color:#fff}html[data-theme="light"] .fixture-date-control{background:#fff;border-color:#ccd6d2}html[data-theme="light"] .fixture-date-control span{color:#61716b}html[data-theme="light"] .fixture-date-heading{background:#fff;border-color:#dfe5e2}html[data-theme="light"] .fixtures-shell .fixture-league{background:#fff;border-bottom-color:#eef1f2}html[data-theme="light"] .fixtures-shell .fixture-league>header{background:#e9f1ee;border-color:#cfdeda}html[data-theme="light"] .fixtures-shell .fixture-league>header b{color:#0f6a50}html[data-theme="light"] .fixtures-shell .fixture-league>header small{color:#62756e}html[data-theme="light"] .fixtures-shell .fixture-feed-row{border-color:#e5eae8}html[data-theme="light"] .fixture-star,html[data-theme="light"] .fixtures-shell .fixture-league>header button{color:#87958f}html[data-theme="light"] .fixture-feed-teams i{background:#e7efec;color:#0f6a50}html[data-theme="light"] .fixtures-shell .fixture-feed-meta time{color:#536760}html[data-theme="light"] .fixtures-shell .fixture-feed-status{color:#263b34}html[data-theme="light"] .fixtures-shell .fixture-feed-empty{background:#fff;color:#071d17}html[data-theme="light"] .fixture-competitions>div>button{color:#071d17;border-color:#edf0ef}html[data-theme="light"] .fixture-competitions>div>button:hover{background:#f0f5f3}html[data-theme="light"] .fixture-competitions button small,html[data-theme="light"] .fixture-competitions button em{color:#72817b}

/* Fixture feed: Cyprus kickoff time and official match status. */
.event-kickoff{display:grid;gap:3px;text-align:center;white-space:nowrap}.event-kickoff b{font:800 11px Manrope;color:#0f6a50}.event-kickoff small{min-height:10px;font-size:7px;font-weight:800;color:#71807b;letter-spacing:.25px}
@media(min-width:621px){.event-row{grid-template-columns:24px 32px 58px minmax(0,1fr) auto!important;column-gap:10px}.event-star{text-align:center}.event-round{text-align:center}.event-form{width:145px;justify-self:end}}
@media(max-width:620px){.event-row{grid-template-columns:32px 52px minmax(0,1fr);grid-template-areas:"round kickoff teams";gap:8px 9px}.event-round{grid-area:round}.event-kickoff{grid-area:kickoff}.event-teams{grid-area:teams}.event-star,.event-form,.event-score,.event-pick,.event-confidence{display:none!important}}
html[data-theme="dark"] .event-kickoff b{color:#8fe3c5}html[data-theme="dark"] .event-kickoff small{color:#829ca6}

/* Dedicated rolling fixture schedule. */
.fixtures-view{max-width:1120px;margin:0 auto;padding:48px 24px 72px}.fixtures-hero{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.fixtures-hero h1{margin:5px 0 7px;font:800 38px Manrope;letter-spacing:-1.5px}.fixtures-hero p:last-child{max-width:650px;margin:0;color:#68766f;font-size:13px}.fixtures-zone{padding:8px 11px;border:1px solid #ccd7d3;border-radius:16px;color:#537068;font-size:9px;font-weight:800;letter-spacing:.8px}.fixture-date-tabs{display:flex;gap:7px;padding:10px;margin-bottom:14px;overflow-x:auto;border:1px solid #dfe5e2;border-radius:8px;background:#fff}.fixture-date-tabs button{min-width:78px;padding:8px 11px;border:1px solid transparent;border-radius:6px;background:#f1f4f3;color:#62716c;cursor:pointer}.fixture-date-tabs button span,.fixture-date-tabs button b{display:block}.fixture-date-tabs button span{font-size:9px;font-weight:800;text-transform:uppercase}.fixture-date-tabs button b{margin-top:3px;font:800 13px Manrope}.fixture-date-tabs button.active{background:#0f6a50;color:#fff}.fixture-day-feed{display:grid;gap:12px}.fixture-league{overflow:hidden;border:1px solid #dfe5e2;border-radius:8px;background:#fff}.fixture-league>header{min-height:52px;display:flex;align-items:center;gap:10px;padding:9px 15px;border-bottom:1px solid #e4e9e7;background:#f7f9f8}.fixture-league>header div{display:grid;gap:2px}.fixture-league>header b{font-size:11px}.fixture-league>header small{color:#73817c;font-size:10px}.fixture-feed-row{min-height:58px;display:grid;grid-template-columns:72px minmax(0,1fr) 62px;align-items:center;gap:14px;padding:9px 16px;border-bottom:1px solid #edf0ef}.fixture-feed-row:last-child{border-bottom:0}.fixture-feed-row time{text-align:center;color:#0f6a50;font:800 13px Manrope}.fixture-feed-row>div{display:grid;gap:6px}.fixture-feed-row>div b{font-size:13px}.fixture-feed-status{text-align:center;font:800 12px Manrope}.fixture-feed-status.live{color:#d84d3e}.fixture-feed-empty{min-height:260px;display:grid;place-content:center;gap:6px;padding:24px;text-align:center;border:1px solid #dfe5e2;border-radius:8px;background:#fff}.fixture-feed-empty span{color:#71807a;font-size:12px}
html[data-theme="dark"] .fixtures-hero p:last-child{color:#91a7af}html[data-theme="dark"] .fixtures-zone{border-color:#31505b;color:#a9bdc5}html[data-theme="dark"] .fixture-date-tabs,html[data-theme="dark"] .fixture-league,html[data-theme="dark"] .fixture-feed-empty{background:#071d26;border-color:#23414c}html[data-theme="dark"] .fixture-date-tabs button{background:#102c37;color:#a9bdc5}html[data-theme="dark"] .fixture-date-tabs button.active{background:#c5eb35;color:#071d17}html[data-theme="dark"] .fixture-league>header{background:#0b2731;border-color:#23414c}html[data-theme="dark"] .fixture-league>header small,html[data-theme="dark"] .fixture-feed-empty span{color:#91a7af}html[data-theme="dark"] .fixture-feed-row{border-color:#17333d}html[data-theme="dark"] .fixture-feed-row time{color:#8fe3c5}
@media(max-width:700px){.fixtures-view{padding:28px 12px 50px}.fixtures-hero{align-items:start;flex-direction:column}.fixtures-hero h1{font-size:30px}.fixture-date-tabs{margin-left:-4px;margin-right:-4px;padding:7px}.fixture-date-tabs button{min-width:72px;padding:8px}.fixture-feed-row{grid-template-columns:55px minmax(0,1fr) 48px;gap:9px;padding:10px}.fixture-feed-row>div b{font-size:12px}}
.mobile-fixtures-tab{display:none}@media(max-width:820px){.mobile-fixtures-tab{display:block}}

/* VERDICT90 livescore layout: reference structure, original visual identity. */
.fixtures-view{max-width:none;margin:0;padding:28px 24px 70px;background:#031218}.fixtures-shell{width:min(900px,100%);margin:0 auto;overflow:hidden;border:1px solid #17333d;border-radius:10px;background:#04171e;color:#eaf2f4;box-shadow:0 18px 50px rgba(0,0,0,.2)}.fixtures-sportbar{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;background:#06232d;border-bottom:1px solid #173944}.fixtures-sportbar>div{display:flex;align-items:center;gap:10px}.fixtures-sportbar>div span{font-size:23px}.fixtures-sportbar b{font:800 20px Manrope}.fixtures-sportbar small{color:#8da4ac;font-size:9px;font-weight:800;letter-spacing:1px}.fixtures-shell .fixture-date-tabs{margin:0;padding:0 8px;border:0;border-bottom:1px solid #17333d;border-radius:0;background:#031218}.fixtures-shell .fixture-date-tabs button{position:relative;min-width:86px;height:59px;padding:8px 10px;border:0;border-radius:0;background:transparent;color:#9aabb1}.fixtures-shell .fixture-date-tabs button span{font-size:9px}.fixtures-shell .fixture-date-tabs button b{font-size:12px}.fixtures-shell .fixture-date-tabs button.active{background:transparent;color:#c5eb35}.fixtures-shell .fixture-date-tabs button.active:after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:3px;border-radius:3px 3px 0 0;background:#c5eb35}.fixture-date-heading{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:#020d12;border-bottom:1px solid #17333d}.fixture-date-heading b{font:800 15px Manrope}.fixture-date-heading span{font-size:20px;color:#a9bbc1}.fixtures-shell .fixture-day-feed{gap:0}.fixtures-shell .fixture-league{margin:0;border:0;border-bottom:10px solid #031218;border-radius:0;background:#04171e}.fixtures-shell .fixture-league>header{min-height:55px;padding:8px 14px;background:#07303a;border-bottom:1px solid #17424d}.fixtures-shell .fixture-league>header .league-mark{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:#eaf0ef}.fixtures-shell .fixture-league>header .country-flag img{width:22px;height:auto}.fixtures-shell .fixture-league>header div{display:flex;flex-direction:column-reverse;gap:2px}.fixtures-shell .fixture-league>header b{color:#d7e33d;font:800 14px Manrope}.fixtures-shell .fixture-league>header small{color:#a7bbc1;font-size:9px;font-weight:800;letter-spacing:.55px}.fixtures-shell .fixture-league>header button{margin-left:auto;border:0;background:none;color:#a8b8bd;font-size:22px;cursor:pointer}.fixtures-shell .fixture-feed-row{min-height:66px;grid-template-columns:30px minmax(0,1fr) 86px;gap:9px;padding:8px 14px;border-color:#14313a}.fixture-star{border:0;background:none;color:#879ba2;font-size:23px;cursor:pointer}.fixture-feed-teams{display:grid;gap:7px!important}.fixture-feed-teams span{display:flex;align-items:center;gap:9px}.fixture-feed-teams i{display:grid;place-items:center;width:21px;height:21px;border-radius:50%;background:#123b46;color:#dce9ec;font:800 8px Manrope;font-style:normal}.fixtures-shell .fixture-feed-teams b{font-size:13px;font-weight:600}.fixture-feed-meta{display:flex!important;align-items:center;justify-content:flex-end;gap:9px!important}.fixtures-shell .fixture-feed-meta time{color:#a9bbc1;font:800 11px Manrope}.fixtures-shell .fixture-feed-status{color:#dce8eb;font-size:11px}.fixtures-shell .fixture-feed-status:empty{display:none}.fixtures-shell .fixture-feed-status.live{color:#c5eb35}.fixtures-shell .fixture-league>footer{height:50px;display:grid;grid-template-columns:27px 1fr auto;align-items:center;gap:8px;padding:0 15px;border-top:1px solid #14313a}.fixtures-shell .fixture-league>footer span{font-size:20px}.fixtures-shell .fixture-league>footer b{font-size:12px}.fixtures-shell .fixture-league>footer i{font-size:27px;font-style:normal;color:#a6b8bd}.fixtures-shell .fixture-feed-empty{min-height:360px;border:0;border-radius:0;background:#020d12;color:#eaf2f4}.fixtures-shell .fixture-feed-empty span{color:#8298a0}
@media(min-width:901px){.fixtures-shell{width:min(980px,100%)}.fixtures-shell .fixture-feed-row{grid-template-columns:38px minmax(0,1fr) 120px;padding-left:22px;padding-right:22px}.fixtures-shell .fixture-feed-teams b{font-size:14px}.fixture-feed-meta{gap:18px!important}}
@media(max-width:600px){.fixtures-view{padding:0 0 68px}.fixtures-shell{width:100%;min-height:calc(100dvh - 60px);border:0;border-radius:0;box-shadow:none}.fixtures-sportbar{height:62px;padding:0 14px}.fixtures-sportbar b{font-size:18px}.fixtures-sportbar small{font-size:7px}.fixtures-shell .fixture-date-tabs button{min-width:70px;height:55px;padding:7px 5px}.fixture-date-heading{height:49px;padding:0 13px}.fixtures-shell .fixture-league>header{padding:7px 11px}.fixtures-shell .fixture-feed-row{grid-template-columns:27px minmax(0,1fr) 65px;gap:7px;padding:8px 9px}.fixtures-shell .fixture-feed-teams b{font-size:12px}.fixture-feed-meta{gap:5px!important}.fixtures-shell .fixture-feed-status{font-size:10px}.fixtures-shell .fixture-feed-meta time{font-size:10px}}

/* Desktop fixtures keep the competition rail beside a wide score list. */
.fixtures-layout{width:min(1190px,100%);margin:0 auto;display:grid;grid-template-columns:230px minmax(0,1fr);gap:16px;align-items:start}.fixture-competitions{position:sticky;top:92px;max-height:calc(100vh - 116px);overflow:auto;border:1px solid #17333d;border-radius:8px;background:#04171e;color:#eaf2f4;scrollbar-width:thin}.fixture-competitions>header{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 13px;border-bottom:1px solid #17333d;background:#06232d}.fixture-competitions>header b{font-size:11px;text-transform:uppercase}.fixture-competitions>header small{color:#8298a0;font-size:8px}.fixture-competitions>div{padding:6px}.fixture-competitions>div>button{width:100%;min-height:46px;display:grid;grid-template-columns:25px minmax(0,1fr) auto;align-items:center;gap:8px;padding:6px 7px;border:0;border-bottom:1px solid #102c35;background:transparent;color:#eaf2f4;text-align:left;cursor:pointer}.fixture-competitions>div>button:hover{background:#0a2a34}.fixture-competitions button>span{display:grid;place-items:center}.fixture-competitions button img{width:22px;height:auto}.fixture-competitions button>div{display:grid;gap:2px;min-width:0}.fixture-competitions button small{color:#7f959d;font-size:7px;font-weight:800}.fixture-competitions button b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.fixture-competitions button em{color:#a5b6bc;font-size:9px;font-style:normal}.fixtures-layout>.fixtures-shell{width:100%;margin:0}.fixture-desktop-tools{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 14px;background:#04171e}.fixture-status-filters{display:flex;gap:8px}.fixture-status-filters button{min-height:32px;padding:7px 15px;border:0;border-radius:8px;background:#0d3440;color:#c2d0d4;font:800 9px "DM Sans";text-transform:uppercase;letter-spacing:.5px;cursor:pointer}.fixture-status-filters button.active{background:#c5eb35;color:#071d17}.fixture-date-control{height:34px;min-width:180px;display:grid;grid-template-columns:34px 1fr 34px;align-items:center;border:1px solid #173944;border-radius:7px;background:#031218;text-align:center}.fixture-date-control span{font-size:20px;color:#9db0b6}.fixture-date-control b{font-size:10px}.fixtures-layout .fixture-date-heading{display:none}.fixtures-layout .fixture-feed-row{grid-template-columns:32px 70px minmax(0,1fr) 110px}.fixtures-layout .fixture-feed-row:before{content:""}.fixtures-layout .fixture-star{grid-column:1}.fixtures-layout .fixture-feed-teams{grid-column:3}.fixtures-layout .fixture-feed-meta{grid-column:2;grid-row:1;justify-content:center;flex-direction:column-reverse;gap:2px!important}.fixtures-layout .fixture-league>header{border-radius:4px 4px 0 0}.fixtures-layout .fixture-league>footer{display:none}
@media(max-width:820px){.fixtures-layout{display:block;width:100%}.fixture-competitions,.fixture-desktop-tools{display:none}.fixtures-layout .fixture-date-heading{display:flex}.fixtures-layout .fixture-feed-row{grid-template-columns:27px minmax(0,1fr) 65px}.fixtures-layout .fixture-feed-row:before{display:none}.fixtures-layout .fixture-star{grid-column:auto}.fixtures-layout .fixture-feed-teams{grid-column:auto}.fixtures-layout .fixture-feed-meta{grid-column:auto;grid-row:auto;flex-direction:row}.fixtures-layout .fixture-league>footer{display:grid}}

/* Flashscore-style match navigation: quick summary first, full model detail on demand. */
.match-summary-details,.match-prediction-details,.match-comparison-details{min-width:0}
.summary-card{overflow:hidden;border:1px solid #dfe3e4;border-radius:8px;background:#fff;box-shadow:0 3px 12px rgba(17,34,28,.05)}
.summary-kicker{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 18px;border-bottom:1px solid #e3e7e6;color:#71807a;font-size:9px;font-weight:800;letter-spacing:.9px;text-transform:uppercase}.summary-kicker b{color:#0f6a50;font-size:9px}
.summary-fixture{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:18px;padding:28px 20px 23px;text-align:left}.summary-fixture>div{display:grid;gap:6px}.summary-fixture small,.summary-verdict small,.summary-signals small{color:#788680;font-size:8px;font-weight:800;letter-spacing:.8px}.summary-fixture strong{font:800 22px/1.12 Manrope;letter-spacing:-.5px}.summary-fixture .summary-away{text-align:right}.summary-score{display:grid;justify-items:center;gap:6px}.summary-score b{min-width:84px;padding:10px 13px;border:1px solid #cbd5d2;border-radius:4px;background:#edf1f0;color:#071d17;font:800 29px Manrope;text-align:center}.summary-score small{color:#71807a;font-size:7px;font-weight:800;letter-spacing:.75px}
.summary-verdict{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 18px 18px}.summary-verdict>span{display:grid;justify-items:center;gap:4px;padding:12px;border:1px solid #d7dfdc;border-top:3px solid #cbd4d1;border-radius:4px}.summary-verdict b{color:#183b31;font-size:13px}.summary-verdict>span.qualified{border-color:#7bb9a3;border-top-color:#0f8a65;background:#e8f5f0}.summary-verdict>span.qualified b{color:#087451}
.summary-signals{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:16px 18px;border-top:1px solid #e3e7e6;background:#f7f9f8}.summary-signals>span{display:grid;align-content:start;gap:4px;min-width:0;padding:11px 10px;border:1px solid #dce3e0;border-top:3px solid #cfd7d4;border-radius:4px;background:#fff;text-align:center}.summary-signals b{font-size:10px;line-height:1.3}.summary-signals em{color:#68766f;font-size:10px;font-style:normal;font-weight:800}.summary-signals>span.qualified{border-color:#7bb9a3;border-top-color:#0f8a65;background:#e8f5f0}.summary-signals>span.qualified b,.summary-signals>span.qualified em{color:#087451}
.summary-prediction-link{width:100%;min-height:46px;border:0;border-top:1px solid #dce3e0;background:#fff;color:#0f6a50;font:800 11px "DM Sans";letter-spacing:.25px;cursor:pointer}.summary-prediction-link:hover,.summary-prediction-link:focus-visible{background:#edf6f2;outline:none}.summary-prediction-link span{margin-left:5px;font-size:16px}
.match-comparison-details{display:grid;gap:14px}.match-comparison-details .form-analysis{margin:0}
html[data-theme="dark"] .summary-card{border-color:#23414c;background:#071d26;color:#eaf2f4}html[data-theme="dark"] .summary-kicker,html[data-theme="dark"] .summary-signals,html[data-theme="dark"] .summary-prediction-link{border-color:#23414c}html[data-theme="dark"] .summary-kicker b{color:#69dfb5}html[data-theme="dark"] .summary-score b{border-color:#3b5964;background:#0e2a34;color:#f4fbf8;box-shadow:inset 0 -2px #35c596}html[data-theme="dark"] .summary-verdict>span,html[data-theme="dark"] .summary-signals>span{border-color:#31505b;border-top-color:#47616a;background:#0b2731}html[data-theme="dark"] .summary-verdict b,html[data-theme="dark"] .summary-signals b{color:#f2fbf7}html[data-theme="dark"] .summary-signals{background:#061820}html[data-theme="dark"] .summary-verdict>span.qualified,html[data-theme="dark"] .summary-signals>span.qualified{border-color:#356457;border-top-color:#35c596;background:#10372f}html[data-theme="dark"] .summary-verdict>span.qualified b,html[data-theme="dark"] .summary-signals>span.qualified b,html[data-theme="dark"] .summary-signals>span.qualified em{color:#69dfb5}html[data-theme="dark"] .summary-signals em,html[data-theme="dark"] .summary-fixture small,html[data-theme="dark"] .summary-verdict small,html[data-theme="dark"] .summary-signals small{color:#9bb0b8}html[data-theme="dark"] .summary-prediction-link{background:#071d26;color:#69dfb5}html[data-theme="dark"] .summary-prediction-link:hover{background:#0b2731}
@media(max-width:600px){.detail-tabs{padding:0 3px;overflow-x:auto}.detail-tabs button{min-width:82px;padding:0 5px;font-size:8px;letter-spacing:.25px}.summary-kicker{padding:11px 13px}.summary-fixture{gap:9px;padding:23px 13px 19px}.summary-fixture strong{font-size:17px}.summary-score b{min-width:68px;padding:8px 9px;font-size:24px}.summary-verdict{padding:0 12px 13px}.summary-signals{grid-template-columns:1fr;padding:12px}.summary-signals>span{grid-template-columns:62px minmax(0,1fr) auto;align-items:center;text-align:left}.summary-signals>span small{font-size:7px}.summary-signals>span em{text-align:right}.match-comparison-details{gap:10px}}

/* Match-first details: schedule and teams, followed immediately by standings. */
.match-overview-details{display:grid;gap:14px;min-width:0}.match-overview-details .match-standings-details{margin-top:0}.match-info-card .summary-kicker b{color:#52645e}.match-kickoff{display:grid;place-items:center;padding:24px 18px 2px;text-align:center}.match-kickoff time{display:grid;gap:5px}.match-kickoff small{color:#0f6a50;font-size:9px;font-weight:800;letter-spacing:1.2px}.match-kickoff b{font:800 15px Manrope;color:#31443e;letter-spacing:.15px}.match-only-fixture{padding-top:20px;padding-bottom:29px}.match-versus{display:grid;place-items:center;width:48px;height:48px;border:1px solid #cbd5d2;border-radius:50%;background:#f0f3f2;color:#63736d;font:800 12px Manrope}.match-info-card .summary-fixture strong{font-size:24px}
html[data-theme="dark"] .match-info-card .summary-kicker b{color:#9bb0b8}html[data-theme="dark"] .match-kickoff small{color:#69dfb5}html[data-theme="dark"] .match-kickoff b{color:#dbe9e4}html[data-theme="dark"] .match-versus{border-color:#31505b;background:#0b2731;color:#9bb0b8}
@media(max-width:600px){.match-overview-details{gap:10px}.match-kickoff{padding:20px 12px 0}.match-kickoff b{font-size:13px}.match-only-fixture{padding:17px 12px 23px}.match-info-card .summary-fixture strong{font-size:18px}.match-versus{width:40px;height:40px;font-size:10px}}

/* Refined match header and navigation hierarchy. */
.match-only-fixture{grid-template-columns:minmax(120px,220px) auto minmax(120px,220px);justify-content:center;column-gap:24px}.match-only-fixture>div:first-child{text-align:right}.match-only-fixture .summary-away{text-align:left}
.detail-tabs{overflow:hidden;border-width:1px;background:#f5f8f7}.detail-tabs button{position:relative;color:#52645e;font-size:11px;letter-spacing:.75px;transition:.18s color,.18s background-color}.detail-tabs button+button{border-left:1px solid #e1e7e4}.detail-tabs button:hover{background:#edf3f1;color:#0b5945}.detail-tabs button.active{background:#fff;color:#071d17;box-shadow:inset 0 -1px #c5eb35}.detail-tabs button.active:after{content:"";position:absolute;left:18%;right:18%;bottom:0;height:4px;border-radius:4px 4px 0 0;background:#a9d628}
html[data-theme="dark"] .drawer-head{background:#071d26;border-bottom:1px solid #173f4b}html[data-theme="dark"] .drawer-head span{color:#8faab3}html[data-theme="dark"] .detail-tabs{border-color:#315664;background:#0b2731;box-shadow:0 5px 16px rgba(0,0,0,.28)}html[data-theme="dark"] .detail-tabs button{color:#9bb2ba}html[data-theme="dark"] .detail-tabs button+button{border-left-color:#234752}html[data-theme="dark"] .detail-tabs button:hover{background:#123743;color:#eef7f4}html[data-theme="dark"] .detail-tabs button.active{background:#123743;color:#fff;box-shadow:none}html[data-theme="dark"] .detail-tabs button.active:after{background:#9ed522;box-shadow:0 0 9px rgba(158,213,34,.28)}
html[data-theme="dark"] .topbar{background:#071d26;border-bottom:1px solid #173f4b;box-shadow:0 4px 14px rgba(0,0,0,.18)}
html[data-theme="light"] .topbar{background:#071d26;border-bottom:1px solid #173f4b;box-shadow:0 4px 14px rgba(7,29,38,.14)}html[data-theme="light"] .drawer-head{background:#071d26;border-bottom:1px solid #173f4b}html[data-theme="light"] .drawer-head span{color:#8faab3}
html[data-theme="dark"] .standings-head{background:#071d26;border-color:#23414c;color:#eaf2f4}html[data-theme="dark"] .standings-head .eyebrow{color:#69dfb5}html[data-theme="dark"] .standings-head h2{color:#f2f8f6}html[data-theme="dark"] .standings-head>span{color:#91a7af}html[data-theme="dark"] .standings-table-wrap{background:#071d26;border-color:#23414c}html[data-theme="dark"] .standings-table{color:#c5d6dc}html[data-theme="dark"] .standings-table th{background:#0b2731;color:#9bb2ba;border-bottom-color:#31505b}html[data-theme="dark"] .standings-table td{border-bottom-color:#17333d;color:#c5d6dc}html[data-theme="dark"] .standings-table tbody tr:hover{background:#0b2833}html[data-theme="dark"] .standings-table td:nth-child(1){color:#829ca6}html[data-theme="dark"] .standings-table td:nth-child(2) b{color:#eef7f4}html[data-theme="dark"] .standings-table td:nth-child(3) strong{color:#69dfb5}html[data-theme="dark"] .season-start{color:#91a7af}html[data-theme="dark"] .standings-empty{background:#071d26;border-color:#23414c;color:#91a7af}html[data-theme="dark"] .standings-empty b{color:#eef7f4}

/* Wide transparent wordmark replaces the small black square header logo. */
.topbar .brand img{display:block;width:200px;height:68px;object-fit:contain;object-position:left center;border-radius:0;mix-blend-mode:normal}
@media(min-width:821px){.topbar{grid-template-columns:220px minmax(0,1fr)}.topbar .brand{grid-column:1;justify-self:start;transform:none}.topbar .nav,.topbar .top-actions{grid-column:2}}
@media(max-width:820px){.topbar .brand img{width:158px;height:52px}.topbar .brand{transform:none}}
@media(max-width:480px){.topbar .brand img{width:138px;height:48px}}

/* Keep the enlarged wordmark inside its own header lane. */
html,body{max-width:100%;overflow-x:hidden}
@media(min-width:821px){.topbar{display:flex!important;align-items:center}.topbar .brand{flex:0 0 205px;min-width:205px;margin:0;padding:0;overflow:visible}.topbar .brand img{width:190px;height:64px}.topbar .nav{flex:0 0 auto;margin:0 0 0 18px}.topbar .top-actions{flex:1 1 auto;min-width:0;margin-left:auto;justify-content:flex-end}}
@media(max-width:1050px) and (min-width:821px){.topbar .brand{flex-basis:180px;min-width:180px}.topbar .brand img{width:170px}.topbar .nav{gap:20px;margin-left:10px}.topbar .nav-link{font-size:12px}}

/* Mobile match drawer fills the viewport without a bright scrollbar gutter. */
.drawer-scroll{scrollbar-width:thin;scrollbar-color:#47616a transparent}.drawer-scroll::-webkit-scrollbar{width:5px}.drawer-scroll::-webkit-scrollbar-track{background:transparent}.drawer-scroll::-webkit-scrollbar-thumb{background:#47616a;border-radius:8px}.drawer-scroll::-webkit-scrollbar-thumb:hover{background:#607e89}
@media(max-width:620px){.analysis-pane{left:0;right:0;width:100%;max-width:100%;border-left:0}.drawer-scroll{width:100%;padding:10px;overflow-x:hidden}.match-prediction-details,.analysis-pane .spotlight,.prediction-insights,.match-summary{max-width:100%;min-width:0}.key-markets{grid-template-columns:repeat(2,minmax(0,1fr))}.key-markets .market-card{min-width:0}}

/* Team indices belong to FORM, between recent results and the radar. */
.analysis-pane .form-index-strip{width:100%;margin:14px 0 5px}.analysis-pane .form-index-strip .index-group{padding:10px 8px}.analysis-pane .form-index-strip .index-group b{font-size:17px}.analysis-pane .form-index-strip .corners-group>div{align-items:stretch}
@media(max-width:600px){.analysis-pane .form-index-strip{margin:13px 0 2px;grid-template-columns:1fr 1fr;gap:6px}.analysis-pane .form-index-strip .corners-group{grid-column:1/-1}.analysis-pane .form-index-strip .index-group{padding:9px 6px}.analysis-pane .form-index-strip .index-group>strong{font-size:8px}.analysis-pane .form-index-strip .index-group small{font-size:8px}.analysis-pane .form-index-strip .index-group b{font-size:16px}}

/* FORM metric order: four equal core cards, radar, then the full-width corners card. */
.analysis-pane .form-core-metrics{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:14px 0 4px}.analysis-pane .form-core-metrics .index-group{min-height:72px;place-content:center;padding:9px 7px}.analysis-pane .form-core-metrics .index-group b{font-size:17px}.analysis-pane .radar-wrap .form-radar{max-width:100%}.analysis-pane .form-corners-metrics{width:100%;margin:5px 0 0;padding:11px 8px}.analysis-pane .form-corners-metrics>div{margin-top:2px}
@media(max-width:600px){.analysis-pane .form-core-metrics{gap:6px;margin:13px 0 2px}.analysis-pane .form-core-metrics .index-group{min-height:68px;padding:8px 5px}.analysis-pane .form-core-metrics .index-group>strong,.analysis-pane .form-core-metrics .index-group small{font-size:8px}.analysis-pane .form-core-metrics .index-group b{font-size:16px}.analysis-pane .form-corners-metrics{margin-top:2px;padding:10px 6px}.analysis-pane .form-corners-metrics>strong,.analysis-pane .form-corners-metrics small{font-size:8px}}
@media(max-width:600px){.analysis-pane .form-core-metrics{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px;margin:10px 0 0}.analysis-pane .form-core-metrics .index-group{width:auto!important;min-height:56px;padding:6px 4px;gap:3px}.analysis-pane .form-core-metrics .index-group span{gap:1px}.analysis-pane .form-core-metrics .index-group>strong,.analysis-pane .form-core-metrics .index-group small{font-size:7px}.analysis-pane .form-core-metrics .index-group b{font-size:15px}}
.analysis-pane .form-core-metrics .xg-core-metric strong,.analysis-pane .form-core-metrics .xg-core-metric small,.analysis-pane .form-core-metrics .xg-core-metric b{color:#0f6a50}.analysis-pane .form-core-metrics .team-core-metric strong,.analysis-pane .form-core-metrics .team-core-metric small,.analysis-pane .form-core-metrics .team-core-metric b{color:#b9640c}html[data-theme="dark"] .analysis-pane .form-core-metrics .xg-core-metric strong,html[data-theme="dark"] .analysis-pane .form-core-metrics .xg-core-metric small,html[data-theme="dark"] .analysis-pane .form-core-metrics .xg-core-metric b{color:#69dfb5}html[data-theme="dark"] .analysis-pane .form-core-metrics .team-core-metric strong,html[data-theme="dark"] .analysis-pane .form-core-metrics .team-core-metric small,html[data-theme="dark"] .analysis-pane .form-core-metrics .team-core-metric b{color:#f2b35f}
.analysis-pane .form-core-metrics .xg-core-metric strong,.analysis-pane .form-core-metrics .xg-core-metric small,.analysis-pane .form-core-metrics .xg-core-metric b,.analysis-pane .form-core-metrics .team-core-metric strong,.analysis-pane .form-core-metrics .team-core-metric small,.analysis-pane .form-core-metrics .team-core-metric b{color:#0f6a50}html[data-theme="dark"] .analysis-pane .form-core-metrics .xg-core-metric strong,html[data-theme="dark"] .analysis-pane .form-core-metrics .xg-core-metric small,html[data-theme="dark"] .analysis-pane .form-core-metrics .xg-core-metric b,html[data-theme="dark"] .analysis-pane .form-core-metrics .team-core-metric strong,html[data-theme="dark"] .analysis-pane .form-core-metrics .team-core-metric small,html[data-theme="dark"] .analysis-pane .form-core-metrics .team-core-metric b{color:#69dfb5}
.analysis-pane .form-core-metrics .xg-core-metric strong,.analysis-pane .form-core-metrics .team-core-metric strong{color:#60716b}.analysis-pane .form-core-metrics .xg-core-metric small,.analysis-pane .form-core-metrics .team-core-metric small{color:#7b8783}.analysis-pane .form-core-metrics .xg-core-metric b{color:#0f6a50}.analysis-pane .form-core-metrics .team-core-metric b{color:#b9640c}html[data-theme="dark"] .analysis-pane .form-core-metrics .xg-core-metric strong,html[data-theme="dark"] .analysis-pane .form-core-metrics .team-core-metric strong,html[data-theme="dark"] .analysis-pane .form-core-metrics .xg-core-metric small,html[data-theme="dark"] .analysis-pane .form-core-metrics .team-core-metric small{color:#a9bdc5}html[data-theme="dark"] .analysis-pane .form-core-metrics .xg-core-metric b{color:#69dfb5}html[data-theme="dark"] .analysis-pane .form-core-metrics .team-core-metric b{color:#f2b35f}
.analysis-pane .form-core-metrics .xg-core-metric b,html[data-theme="dark"] .analysis-pane .form-core-metrics .xg-core-metric b{color:#39a9dd}

/* Prediction market sub-navigation. */
.prediction-versus{display:grid;place-items:center;width:48px;height:48px;border:1px solid #cbd5d2;border-radius:50%;background:#f0f3f2;color:#63736d;font:800 11px Manrope}.prediction-market-switcher{margin-top:16px}.prediction-market-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #d8e0dd;border-radius:6px 6px 0 0;background:#f3f6f5;overflow:hidden}.prediction-market-tabs button{position:relative;min-height:44px;padding:5px;border:0;background:transparent;color:#66756f;font:800 9px "DM Sans";letter-spacing:.35px;cursor:pointer}.prediction-market-tabs button+button{border-left:1px solid #d8e0dd}.prediction-market-tabs button.active{background:#fff;color:#0f6a50}.prediction-market-tabs button.active:after{content:"";position:absolute;left:12%;right:12%;bottom:0;height:3px;background:#a9d628}.prediction-market-panel{padding:14px;border:1px solid #d8e0dd;border-top:0;border-radius:0 0 6px 6px;background:#fff}.correct-score-market{text-align:center}.correct-score-market>small{color:#71807a;font-size:8px;font-weight:800;letter-spacing:.85px}.correct-score-market>div{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:13px;margin-top:9px}.correct-score-market span{font:800 13px Manrope}.correct-score-market span:first-child{text-align:right}.correct-score-market span:last-child{text-align:left}.correct-score-market b{min-width:76px;padding:9px 12px;border:1px solid #0f8a65;border-radius:4px;background:#edf7f3;color:#071d17;font:800 27px Manrope}.market-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.market-option-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.market-option-grid article{display:grid;align-content:center;gap:5px;min-height:78px;padding:10px 7px;border:1px solid #d7dfdc;border-top:3px solid #cbd4d1;border-radius:4px;text-align:center}.market-option-grid article small{color:#71807a;font-size:8px;font-weight:800;line-height:1.25}.market-option-grid article b{font:800 16px Manrope}.market-option-grid article em{color:#71807a;font-size:8px;font-style:normal;line-height:1.3}.market-option-grid article.qualified{border-color:#7bb9a3;border-top-color:#0f8a65;background:#e8f5f0}.market-option-grid article.qualified small,.market-option-grid article.qualified b{color:#087451}
html[data-theme="dark"] .prediction-versus{border-color:#31505b;background:#0b2731;color:#9bb0b8}html[data-theme="dark"] .prediction-market-tabs{border-color:#31505b;background:#0b2731}html[data-theme="dark"] .prediction-market-tabs button{color:#9bb2ba}html[data-theme="dark"] .prediction-market-tabs button+button{border-left-color:#31505b}html[data-theme="dark"] .prediction-market-tabs button.active{background:#123743;color:#fff}html[data-theme="dark"] .prediction-market-panel{border-color:#31505b;background:#071d26}html[data-theme="dark"] .correct-score-market>small,html[data-theme="dark"] .market-option-grid article small,html[data-theme="dark"] .market-option-grid article em{color:#9bb0b8}html[data-theme="dark"] .correct-score-market b{border-color:#35c596;background:#10372f;color:#f2fbf7}html[data-theme="dark"] .market-option-grid article{border-color:#31505b;border-top-color:#47616a;background:#0b2731;color:#f2fbf7}html[data-theme="dark"] .market-option-grid article.qualified{border-color:#356457;border-top-color:#35c596;background:#10372f}html[data-theme="dark"] .market-option-grid article.qualified small,html[data-theme="dark"] .market-option-grid article.qualified b{color:#69dfb5}
@media(max-width:600px){.prediction-versus{width:40px;height:40px;font-size:9px}.prediction-market-switcher{margin-top:13px}.prediction-market-tabs{overflow-x:auto}.prediction-market-tabs button{min-width:78px;min-height:42px;padding:4px 3px;font-size:7px;letter-spacing:.15px}.prediction-market-panel{padding:10px}.market-option-grid,.market-option-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}.market-option-grid.three article:first-child{grid-column:1/-1;min-height:58px}.market-option-grid article{min-height:70px}.correct-score-market>div{gap:8px}.correct-score-market span{font-size:12px}.correct-score-market b{min-width:66px;font-size:24px}}

/* Match list is navigation only; prediction content lives inside the Prediction tab. */
@media(min-width:621px){.event-row{grid-template-columns:26px 42px minmax(170px,1fr) 145px}.event-form{justify-self:end}}
@media(max-width:620px){.event-row{grid-template-columns:32px minmax(0,1fr);grid-template-areas:"round teams";gap:8px 10px;padding:13px 12px}.event-star,.event-form,.event-score,.event-pick,.event-confidence{display:none!important}.event-round{grid-area:round;align-self:start;padding-top:2px}.event-teams{grid-area:teams}.event-teams b{font-size:13px}}

/* Two-level match filters: four primary actions and expandable market choices. */
.quick-filters{display:block;padding:0;overflow:visible}.primary-filter-row{display:flex;gap:7px;padding:9px 18px 12px;overflow-x:auto}.market-filter-options{display:flex;flex-wrap:wrap;gap:7px;padding:10px 18px 12px;border-top:1px solid #e4e8e9;background:#f7f9f8}.market-filter-options[hidden]{display:none!important}.market-filter-toggle{display:flex;align-items:center;justify-content:center;gap:6px}.market-filter-toggle span{font-size:13px;line-height:1}.market-filter-toggle.active{border-color:#0f6a50;color:#0f6a50;background:#e7f0ed}
html[data-theme="dark"] .market-filter-options{border-top-color:#17333d;background:#061820}html[data-theme="dark"] .market-filter-toggle.active{border-color:#69dfb5;background:#123743;color:#fff}
@media(max-width:620px){.primary-filter-row{display:grid;grid-template-columns:.65fr 1fr 1.25fr 1fr;gap:5px;padding:8px 8px 10px}.primary-filter-row button{min-width:0;min-height:39px;padding:6px 4px!important;white-space:normal!important;font-size:8px!important;line-height:1.15}.market-filter-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding:8px}.market-filter-options button{min-width:0;padding:7px 4px;white-space:normal;font-size:8px;line-height:1.15}.market-filter-toggle{gap:3px}.market-filter-toggle span{font-size:11px}}
@media(max-width:600px){.match-only-fixture{grid-template-columns:minmax(95px,1fr) 40px minmax(95px,1fr);column-gap:12px}.detail-tabs{overflow-x:auto}.detail-tabs button{font-size:9px;font-weight:800;letter-spacing:.45px}.detail-tabs button.active:after{left:12%;right:12%}}

/* Match-detail statistics switcher. */
.detail-tabs{
  position:sticky;
  top:0;
  z-index:5;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin:0 0 14px;
  padding:0 10px;
  border:1px solid #dfe5e2;
  border-radius:7px;
  background:rgba(255,255,255,.96);
  box-shadow:0 4px 12px rgba(17,34,28,.06);
  backdrop-filter:blur(10px);
}
.detail-tabs button{
  min-height:46px;
  border:0;
  border-bottom:3px solid transparent;
  background:transparent;
  color:#75837e;
  font:800 11px "DM Sans",sans-serif;
  letter-spacing:.65px;
  cursor:pointer;
}
.detail-tabs button:hover{color:#0f6a50}
.detail-tabs button.active{border-bottom-color:var(--lime);color:#071d17}
.detail-tabs button:focus-visible{outline:2px solid #0f795a;outline-offset:-3px}
html[data-theme="dark"] .detail-tabs{border-color:#23414c;background:rgba(7,29,38,.96);box-shadow:0 4px 14px rgba(0,0,0,.2)}
html[data-theme="dark"] .detail-tabs button{color:#829ca6}
html[data-theme="dark"] .detail-tabs button:hover{color:#d8e7e2}
html[data-theme="dark"] .detail-tabs button.active{border-bottom-color:#c5eb35;color:#f2fbf7}
@media(max-width:600px){
  .detail-tabs{margin:0 0 10px;padding:0 5px;border-radius:6px}
  .detail-tabs button{min-height:43px;font-size:10px}
}

/* Remove the light metric tray from dark mobile form cards. */
@media(max-width:600px){
  html[data-theme="dark"] .analysis-pane .radar-copy{
    background:#0b2731;
    border:1px solid #31505b;
    box-shadow:none;
  }
}

/* Compact, centered mobile metrics without an outer tray. */
@media(max-width:600px){
  .analysis-pane .radar-copy,
  html[data-theme="dark"] .analysis-pane .radar-copy{
    width:min(260px,100%);
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    padding:0;
    background:transparent;
    border:0;
    border-radius:0;
    box-shadow:none;
  }
  .analysis-pane .metric-badge{
    width:100%;
    min-width:0;
    padding:9px 7px 10px;
    border-radius:14px;
  }
  .analysis-pane .metric-badge .series-label{font-size:8px;letter-spacing:.75px}
  .analysis-pane .radar-copy .metric-badge b{
    margin-top:4px;
    font-size:23px;
    line-height:1;
    text-align:center;
  }
}
html[data-theme="dark"] .competition-expand{background:#0b2731!important;border-color:#31505b!important;color:#a9bdc5!important}html[data-theme="dark"] .competition-expand:hover,html[data-theme="dark"] .competition-expand:focus-visible{border-color:#69dfb5!important;color:#69dfb5!important}
@media(max-width:600px){.competition-expand{width:31px;height:31px}.competition-block>header{padding-left:11px;padding-right:10px;gap:7px}.competition-match-count{padding:4px 7px;font-size:8px}}
@media(max-width:600px){.analysis-pane .form-grid{gap:10px}.analysis-pane .form-card{padding:18px 12px}.analysis-pane .form-head{gap:12px}.analysis-pane .form-head h3{font-size:19px}.analysis-pane .form-head>strong>span{font-size:26px}.analysis-pane .radar-wrap{gap:10px}.analysis-pane .radar-copy{text-align:center}.analysis-pane .radar-copy b{font-size:27px}.history-table{min-width:470px}.history-table th{font-size:9px}.history-table td{font-size:11px}.history-table th:nth-child(1),.history-table td:nth-child(1){width:48px}.history-table th:nth-child(3),.history-table td:nth-child(3){width:76px}.history-table th:nth-child(4),.history-table td:nth-child(4){width:52px}.history-table th:nth-child(5),.history-table td:nth-child(5){width:70px}.history-table th:nth-child(6),.history-table td:nth-child(6){width:48px}}
.analysis-pane .model-summary>span:last-child:not(.qualified){background:#fff;border-color:#d3dcda;border-top-color:#cfd7d4}.analysis-pane .model-summary>span:last-child:not(.qualified) b{color:#0f6a50}.analysis-pane .model-summary>span.qualified{background:#e4f5ee;border-color:#7bb9a3;border-top-color:#0f8a65}.analysis-pane .model-summary>span.qualified b{color:#0f795a}html[data-theme="dark"] .analysis-pane .model-summary>span:last-child:not(.qualified){background:#0b2731;border-color:#31505b;border-top-color:#47616a}html[data-theme="dark"] .analysis-pane .model-summary>span:last-child:not(.qualified) b{color:#eaf2f4}html[data-theme="dark"] .analysis-pane .model-summary>span.qualified{background:#10372f;border-color:#356457;border-top-color:#35c596}html[data-theme="dark"] .analysis-pane .model-summary>span.qualified b{color:#69dfb5}
.probability-values .best:not(.qualified) b{color:inherit}.probability-values .best.qualified b{color:#0f6a50}html[data-theme="dark"] .probability-values .best:not(.qualified) b{color:#eaf2f4}html[data-theme="dark"] .probability-values .best.qualified b{color:#69dfb5}html[data-theme="dark"] .key-markets .corner-edge-card.market-qualified{background:#0d3028!important;border:1px solid #356457!important;border-top:3px solid #35c596!important;color:#f2fbf7!important}html[data-theme="dark"] .key-markets .corner-edge-card.market-qualified small{color:#69dfb5!important}html[data-theme="dark"] .key-markets .corner-edge-card.market-qualified b{color:#f7fbfa!important}html[data-theme="dark"] .key-markets .corner-edge-card.market-qualified em{color:#b9cec7!important}
.analysis-pane .form-card{padding:19px 20px 15px}.analysis-pane .form-head>div>span{font:700 9px "DM Sans";letter-spacing:1px;color:#7c8984;text-transform:uppercase}.analysis-pane .form-head h3{margin:3px 0 0;font:800 19px Manrope;letter-spacing:0;color:inherit}html[data-theme="dark"] .analysis-pane .form-head>div>span{color:#9bb0b8}
@media(max-width:600px){.analysis-pane .form-card{padding:16px 13px}.analysis-pane .form-head>div>span{font-size:9px}.analysis-pane .form-head h3{font-size:19px}}
html[data-theme="dark"] .result.n,html[data-theme="dark"] .history-result.n,html[data-theme="dark"] .selected-standings-table .result.n{background:transparent!important;color:#91a7af!important;border:1px solid #47616a!important;box-shadow:none!important}
.history-table td:nth-child(3){display:grid;grid-template-columns:40px 23px;justify-content:center;align-items:center;gap:6px}.history-table td:nth-child(3)>strong{display:block;width:40px;margin:0;text-align:center;font-variant-numeric:tabular-nums}.history-table td:nth-child(3) .history-result{margin:0}.history-table td:first-child b{font-variant-numeric:tabular-nums}html[data-theme="dark"] .history-table td:first-child b{color:#f2fbf7}html[data-theme="dark"] .history-table td:first-child small{color:#91a7af}
.analysis-pane .match-standings-details{margin-top:18px;background:#fff;border:1px solid #dfe3e4;border-radius:8px;overflow:hidden;box-shadow:0 3px 12px rgba(17,34,28,.05)}.analysis-pane .match-standings-details .history-section-title{margin:0;padding:19px 20px 15px;border-bottom:1px solid #e3e7e6}.analysis-pane .match-standings-details .history-section-title .eyebrow{margin:0;font:700 9px "DM Sans";letter-spacing:1px;color:#7c8984}.analysis-pane .match-standings-details .history-section-title h2{margin:3px 0 0;font:800 19px Manrope;letter-spacing:0}.analysis-pane .match-standings-details .history-section-title>p:last-child{display:none}.analysis-pane .match-standings-details .selected-standings-card{border:0;border-radius:0;box-shadow:none}html[data-theme="dark"] .analysis-pane .match-standings-details{background:#071d26;border-color:#23414c}html[data-theme="dark"] .analysis-pane .match-standings-details .history-section-title{border-bottom-color:#23414c}html[data-theme="dark"] .analysis-pane .match-standings-details .history-section-title .eyebrow{color:#9bb0b8}
@media(max-width:600px){.analysis-pane .match-standings-details .history-section-title{padding:16px 13px}.analysis-pane .match-standings-details .history-section-title h2{font-size:19px}}
@media(max-width:620px){.theme-toggle b{display:none}.theme-toggle{width:36px;justify-content:center;padding:0}}
@media(min-width:821px){.event-row{grid-template-columns:26px 42px minmax(155px,235px) 145px 38px 100px minmax(115px,1fr);column-gap:7px}.event-confidence{gap:8px}.event-confidence i{height:8px;min-width:70px}.event-confidence b{font-size:10px}}

/* Header columns follow the same vertical axes as sidebar, matches and confidence. */
@media(min-width:821px){.topbar{display:grid;grid-template-columns:210px minmax(500px,1fr) 390px;gap:14px;padding-left:max(18px,calc((100vw - 1500px)/2 + 18px));padding-right:max(18px,calc((100vw - 1500px)/2 + 18px))}.brand{justify-self:start;gap:11px;font-size:25px}.brand img{width:58px;height:58px}.brand .brand-name{font-size:25px;letter-spacing:-1px}.nav{justify-self:start;margin-left:0}.top-actions{justify-self:end;margin-left:0}}
@media(max-width:820px){.topbar{display:flex}.brand img{width:46px;height:46px}.brand .brand-name{font-size:19px}.top-actions{margin-left:auto}}
@media(min-width:821px){.topbar{height:72px;grid-template-columns:210px minmax(0,1fr);gap:14px;padding-left:max(18px,calc((100vw - 1200px)/2 + 18px));padding-right:max(18px,calc((100vw - 1200px)/2 + 18px))}.brand{grid-column:1;gap:9px}.brand img{width:56px;height:56px}.brand .brand-name{font-size:24px}.nav{grid-column:2;grid-row:1;justify-self:start}.top-actions{grid-column:2;grid-row:1;justify-self:end}}
@media(min-width:821px){.topbar{height:84px}.brand img{width:66px;height:66px}.brand .brand-name{font-size:26px}.filter-dock{top:84px}.league-sidebar{top:100px;max-height:calc(100vh - 116px)}.top-actions .sport-note{max-width:210px;color:#8fa39c;font-size:9px;text-align:right;line-height:1.3}}
@media(min-width:821px){.topbar .brand{transform:translateY(5px)}}
@media(min-width:821px){.topbar{grid-template-columns:90px minmax(0,1fr)}.topbar .brand{justify-self:center}.topbar .nav{grid-column:2}}
.score-toolbar h1.score-brand-name{display:block;margin:0 0 5px;line-height:0}.score-brand-name img{display:block;width:auto;height:60px;max-width:min(100%,310px);object-fit:contain;object-position:left center}
@media(max-width:480px){.score-brand-name img{height:48px;max-width:245px}}
.league-sidebar{scrollbar-width:thin;scrollbar-color:rgba(113,139,149,.34) transparent}.league-sidebar::-webkit-scrollbar{width:5px}.league-sidebar::-webkit-scrollbar-track{background:transparent}.league-sidebar::-webkit-scrollbar-thumb{background:rgba(113,139,149,.28);border-radius:8px}.league-sidebar::-webkit-scrollbar-thumb:hover{background:rgba(113,139,149,.5)}html[data-theme="light"] .league-sidebar{scrollbar-color:rgba(91,112,105,.3) transparent}html[data-theme="light"] .league-sidebar::-webkit-scrollbar-thumb{background:rgba(91,112,105,.25)}
.event-confidence.home-signal i{background:linear-gradient(90deg,#0f6a50 var(--confidence),#dde2e1 var(--confidence))}.event-confidence.home-signal b{color:#0f6a50}
.event-confidence>small{grid-column:1/-1;text-align:left;color:#78847f;font-size:7px;font-weight:700;letter-spacing:.55px;text-transform:uppercase;line-height:1;white-space:nowrap}
.event-confidence.draw-signal i{background:linear-gradient(90deg,#dde2e1 0 var(--bar-start),#dda63d var(--bar-start) var(--bar-end),#dde2e1 var(--bar-end) 100%)}.event-confidence.draw-signal b{color:#b87513}
.event-confidence.away-signal i{background:linear-gradient(90deg,#dde2e1 0 calc(100% - var(--confidence)),#a9d628 calc(100% - var(--confidence)) 100%)}.event-confidence.away-signal b{color:#6e9400}

/* Matches rows mirror the compact fixture layout: final score sits directly before form. */
@media(min-width:621px){.event-row{grid-template-columns:26px 42px 145px minmax(155px,1fr) 42px 100px!important;column-gap:8px}.event-final-score{display:grid;gap:5px;justify-items:center;text-align:center;font:800 12px Manrope;line-height:1.1}.event-final-score b{font-weight:800}.event-form{justify-self:end}}
@media(max-width:620px){.event-final-score{display:none!important}}
@media(min-width:621px){.fixtures-panel .fixture-feed-row{grid-template-columns:28px 68px minmax(0,1fr) 50px 130px!important}.fixtures-panel .fixture-feed-row .event-form{display:grid;gap:5px;justify-self:end}.fixtures-panel .fixture-feed-row .fixture-feed-score{justify-self:center;width:50px;text-align:center;font-variant-numeric:tabular-nums}.fixtures-panel .fixture-feed-row .fixture-feed-score b{min-width:16px;text-align:center}.fixtures-panel .fixture-feed-row .event-form .result{width:15px;height:15px;font-size:6px}}
@media(min-width:621px){.fixtures-panel .fixture-feed-row .fixture-star{grid-column:1}.fixtures-panel .fixture-feed-row .fixture-feed-meta{grid-column:2}.fixtures-panel .fixture-feed-row .fixture-feed-teams{grid-column:3}.fixtures-panel .fixture-feed-row .fixture-feed-score{grid-column:4}.fixtures-panel .fixture-feed-row .event-form{grid-column:5;grid-row:1}}
.fixtures-panel .fixture-feed-row{cursor:pointer}.fixtures-panel .fixture-feed-row .fixture-star{cursor:pointer}
@media(min-width:621px){.event-row.fixture-style-row{grid-template-columns:28px 68px minmax(0,1fr) 50px 130px!important;gap:8px;padding:5px 10px;min-height:48px}.event-row.fixture-style-row .event-status{grid-column:2;justify-self:start;font:700 11px "DM Sans";color:#42544d}.event-row.fixture-style-row .event-teams{grid-column:3}.event-row.fixture-style-row .event-final-score{grid-column:4;grid-row:1;justify-items:center;width:50px;font-variant-numeric:tabular-nums}.event-row.fixture-style-row .event-form{grid-column:5;grid-row:1;justify-self:end}.event-row.fixture-style-row .event-form .result{width:15px;height:15px;font-size:6px}}
html[data-theme="dark"] .event-confidence.home-signal i{background:linear-gradient(90deg,#0f6a50 var(--confidence),#29434c var(--confidence))}html[data-theme="dark"] .event-confidence.home-signal b{color:#4bc09d}
html[data-theme="dark"] .event-confidence.draw-signal i{background:linear-gradient(90deg,#29434c 0 var(--bar-start),#dda63d var(--bar-start) var(--bar-end),#29434c var(--bar-end) 100%)}html[data-theme="dark"] .event-confidence.draw-signal b{color:#f0b64f}
html[data-theme="dark"] .event-confidence.away-signal i{background:linear-gradient(90deg,#29434c 0 calc(100% - var(--confidence)),#a9d628 calc(100% - var(--confidence)) 100%)}html[data-theme="dark"] .event-confidence.away-signal b{color:#c8eb5c}
html[data-theme="dark"] .event-confidence>small{color:#829ca6}

/* Keep the white VERDICT90 lettering readable on the light toolbar. */
html[data-theme="light"] .score-toolbar h1.score-brand-name{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  padding:7px 13px;
  border:1px solid #173b35;
  border-radius:8px;
  background:linear-gradient(135deg,#061d18 0%,#0a3027 100%);
  box-shadow:0 4px 12px rgba(6,29,24,.12);
}
html[data-theme="light"] .score-heading>p{color:#566861}
@media(max-width:480px){
  html[data-theme="light"] .score-toolbar h1.score-brand-name{padding:6px 10px;border-radius:7px}
}

/* Treat the three-word line as the site slogan, not secondary helper copy. */
.score-heading>p{
  margin-top:8px;
  font:700 16px/1.35 Manrope,"DM Sans",sans-serif;
  letter-spacing:.15px;
}
html[data-theme="light"] .score-heading>p{color:#29483f}
html[data-theme="dark"] .score-heading>p{color:#b7cdc5}
@media(max-width:480px){
  .score-heading>p{margin-top:7px;font-size:14px;letter-spacing:.1px}
}

/* Mobile match rows become stacked cards instead of compressed desktop columns. */
@media(max-width:620px){
  .scores-layout{padding:0;margin:0}.score-center{border-left:0;border-right:0;border-radius:0}.score-toolbar{padding:18px 14px 15px}.score-toolbar h1{font-size:24px}.mobile-competition{padding:0 14px 14px}.filter-dock{top:60px}.content-tabs{padding:0 14px}.quick-filters{padding:9px 14px 12px;scroll-snap-type:x proximity}.quick-filters button{scroll-snap-align:start}
  .match-grid{padding:8px 7px}.competition-block{border-radius:7px}.competition-block>header{height:52px;padding:0 12px}
  .event-row{grid-template-columns:28px minmax(0,1fr) 38px;grid-template-areas:"round teams score" "pick pick pick" "confidence confidence confidence";gap:8px 10px;padding:13px 12px;align-items:center}
  .event-star,.event-form{display:none}.event-round{grid-area:round;font-size:9px}.event-teams{grid-area:teams;gap:6px}.event-teams b{font-size:13px}.event-score{grid-area:score;gap:6px;text-align:right;font-size:14px}
  .event-pick{grid-area:pick;display:flex!important;align-items:center;justify-content:space-between;gap:10px;border-left:0;border-top:1px solid #edf0f1;padding:8px 0 0;min-width:0}.event-pick small{font-size:8px}.event-pick b{font-size:10px;text-align:right}
  .event-confidence{grid-area:confidence;display:grid!important;grid-template-columns:minmax(0,1fr) auto;gap:6px 9px;text-align:left}.event-confidence>small{grid-column:1/-1;font-size:7px}.event-confidence i{display:block!important;width:100%;height:8px}.event-confidence b{font-size:10px;min-width:38px;text-align:right}
  html[data-theme="dark"] .event-pick{border-top-color:#17333d}
}

/* Local administration mode for editable prediction thresholds. */
.top-actions{margin-left:auto;display:flex;align-items:center;gap:9px}.top-actions .upload-button{margin-left:0}.admin-button{border:1px solid #526a62;background:transparent;color:#d5dfdc;padding:9px 12px;border-radius:2px;font:700 11px "DM Sans";text-transform:uppercase;letter-spacing:.7px;cursor:pointer}.admin-button:hover,.admin-button:focus-visible{border-color:var(--lime);color:white;outline:none}
.admin-mode-open{overflow:hidden}.admin-overlay{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:18px;background:rgba(7,29,23,.62);backdrop-filter:blur(3px)}.admin-overlay[hidden]{display:none}.admin-dialog{width:min(820px,100%);max-height:calc(100dvh - 36px);display:flex;flex-direction:column;overflow:hidden;border:1px solid #cfd7d4;border-radius:7px;background:#f5f6f6;box-shadow:0 22px 70px rgba(3,18,13,.28)}
.admin-head{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 22px;background:#071d17;color:white}.admin-head>div{display:grid;gap:3px}.admin-head span{color:#a6b6b0;font-size:9px;font-weight:700;letter-spacing:1.5px}.admin-head h2{margin:0;font:800 22px Manrope;letter-spacing:-.5px}.admin-head button{width:38px;height:38px;border:1px solid #526a62;border-radius:50%;background:transparent;color:white;font-size:25px;line-height:1;cursor:pointer}.admin-head button:hover,.admin-head button:focus-visible{border-color:var(--lime);color:var(--lime);outline:none}
.admin-form{overflow:auto;padding:21px 22px 0}.admin-intro{margin:0 0 15px;color:#65736e;font-size:12px;line-height:1.55}.admin-section{margin-bottom:11px;padding:16px;background:white;border:1px solid #dfe4e2;border-radius:5px}.admin-section-title{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:13px}.admin-section-title b{font:800 14px Manrope}.admin-section-title span{color:#7a8782;font-size:10px}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.admin-field{display:grid;gap:6px}.admin-field>span{font-size:11px;font-weight:700}.admin-field>div{height:42px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;border:1px solid #cbd4d1;border-radius:4px;background:#fff}.admin-field input{width:100%;height:100%;min-width:0;border:0;padding:0 12px;background:transparent;color:#071d17;font:800 16px Manrope;outline:none}.admin-field>div:focus-within{border-color:#0f6a50;box-shadow:0 0 0 2px rgba(15,106,80,.12)}.admin-field>div>b{padding:0 12px;border-left:1px solid #e0e5e3;color:#68756f;font-size:10px;white-space:nowrap}.admin-field small{color:#74817c;font-size:10px;line-height:1.4}.admin-error{margin:12px 0 0;padding:11px 13px;border-left:3px solid #c94f3f;background:#fff;color:#9a3024;font-size:11px;font-weight:700}.admin-form .admin-actions{position:sticky;bottom:0;margin:19px -22px 0;padding:14px 22px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #d8dfdc;background:#fff;color:inherit;font-size:inherit}.admin-actions>div{display:flex;gap:8px}.admin-actions button{min-height:38px;padding:9px 14px;border-radius:3px;font:700 11px "DM Sans";cursor:pointer}.admin-reset,.admin-cancel{border:1px solid #c9d2cf;background:white;color:#33443e}.admin-save{border:1px solid #0f6a50;background:#0f6a50;color:white}.admin-actions button:hover,.admin-actions button:focus-visible{border-color:#071d17;outline:none}.admin-save:hover,.admin-save:focus-visible{background:#0b523e;color:white}
@media(max-width:620px){.top-actions{gap:5px}.admin-button{font-size:0;padding:9px 10px}.admin-button:after{content:"ADMIN";font-size:10px}.admin-overlay{padding:0}.admin-dialog{height:100dvh;max-height:none;border:0;border-radius:0}.admin-head{min-height:64px;padding:12px 15px}.admin-head h2{font-size:19px}.admin-form{padding:15px 12px 0}.admin-grid{grid-template-columns:1fr}.admin-section{padding:13px}.admin-section-title{align-items:start;flex-direction:column;gap:3px}.admin-form .admin-actions{margin:17px -12px 0;padding:11px 12px;align-items:stretch;flex-direction:column}.admin-actions>div{display:grid;grid-template-columns:1fr 1fr}.admin-actions button{width:100%}}

/* Public/authenticated header states and secure administrator login. */
.admin-session{display:flex;align-items:center;gap:7px}.admin-session[hidden],.admin-login-button[hidden]{display:none}.admin-login-button,.admin-logout-button{border:1px solid #526a62;background:transparent;color:#d5dfdc;padding:9px 12px;border-radius:2px;font:700 10px "DM Sans";text-transform:uppercase;letter-spacing:.7px;cursor:pointer}.admin-login-button:hover,.admin-login-button:focus-visible,.admin-logout-button:hover,.admin-logout-button:focus-visible{border-color:var(--lime);color:white;outline:none}.admin-logout-button{border-color:transparent;color:#aebbb7;padding-left:8px;padding-right:8px}
.login-overlay{position:fixed;inset:0;z-index:130;display:grid;place-items:center;padding:18px;background:rgba(7,29,23,.62);backdrop-filter:blur(3px)}.login-overlay[hidden]{display:none}.login-dialog{width:min(430px,100%);overflow:hidden;border:1px solid #cfd7d4;border-radius:7px;background:white;box-shadow:0 22px 70px rgba(3,18,13,.3)}.login-head{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 20px;background:#071d17;color:white}.login-head>div{display:grid;gap:3px}.login-head span{color:#a6b6b0;font-size:9px;font-weight:700;letter-spacing:1.5px}.login-head h2{margin:0;font:800 21px Manrope;letter-spacing:-.5px}.login-head>button{width:38px;height:38px;border:1px solid #526a62;border-radius:50%;background:transparent;color:white;font-size:25px;line-height:1;cursor:pointer}.login-head>button:hover,.login-head>button:focus-visible{border-color:var(--lime);color:var(--lime);outline:none}.login-form{display:grid;gap:14px;padding:21px}.login-form>p:first-child{margin:0 0 2px;color:#65736e;font-size:12px;line-height:1.55}.login-form label{display:grid;gap:6px}.login-form label span{font-size:11px;font-weight:700}.login-form input{height:43px;border:1px solid #cbd4d1;border-radius:4px;padding:0 12px;background:white;color:#071d17;font:600 14px "DM Sans";outline:none}.login-form input:focus{border-color:#0f6a50;box-shadow:0 0 0 2px rgba(15,106,80,.12)}.login-error{margin:0;padding:11px 13px;border-left:3px solid #c94f3f;background:#fff;color:#9a3024;font-size:11px;font-weight:700;line-height:1.4}.login-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:3px}.login-actions button{min-height:40px;border-radius:3px;font:700 11px "DM Sans";cursor:pointer}.login-cancel{border:1px solid #c9d2cf;background:white;color:#33443e}.login-submit{border:1px solid #0f6a50;background:#0f6a50;color:white}.login-submit:hover,.login-submit:focus-visible{background:#0b523e;outline:none}.login-submit:disabled{opacity:.6;cursor:wait}
@media(max-width:620px){.admin-session{gap:4px}.admin-login-button{padding:9px 10px;font-size:9px}.admin-logout-button{font-size:0;padding:9px 6px}.admin-logout-button:after{content:"OUT";font-size:9px}.login-overlay{padding:10px}.login-head{min-height:68px}.login-form{padding:18px}}

/* Proposal coupon: distinguish curated selections from the general prediction label. */
.event-pick.coupon-pick b{color:#08785b}.event-pick.coupon-pick small{color:#b16a00;font-weight:800}
html[data-theme="dark"] .event-pick.coupon-pick b{color:#8fe3c5}html[data-theme="dark"] .event-pick.coupon-pick small{color:#f1b85b}

/* Local preview: auditable results and ROI foundation. */
.performance-view{padding:48px 0 70px}.performance-hero{display:flex;justify-content:space-between;align-items:end;gap:30px;padding-bottom:28px;border-bottom:1px solid var(--line)}.performance-hero h1{margin:7px 0;font:800 clamp(32px,4vw,52px)/1 Manrope;letter-spacing:-2px}.performance-hero p:last-child{max-width:700px;margin:0;color:var(--muted);font-size:14px;line-height:1.55}.tracking-status{display:flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid #bfd0ca;border-radius:20px;color:#52645e;font-size:11px;font-weight:800;white-space:nowrap}.tracking-status i{width:8px;height:8px;border-radius:50%;background:#e0a63b}.performance-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:22px 0}.performance-metrics article{display:grid;gap:5px;padding:20px;background:var(--card);border:1px solid var(--line);border-radius:6px}.performance-metrics small,.history-ledger header small,.roi-method>small{color:#75837e;font-size:9px;font-weight:800;letter-spacing:1.1px}.performance-metrics b{font:800 30px Manrope;color:var(--green)}.performance-metrics span{color:var(--muted);font-size:10px}.performance-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);gap:14px}.history-ledger,.roi-method{background:var(--card);border:1px solid var(--line);border-radius:7px}.history-ledger header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--line)}.history-ledger h2,.roi-method h2{margin:4px 0 0;font:800 20px Manrope}.history-ledger button{border:1px solid var(--line);background:transparent;color:var(--muted);padding:8px 11px;font-weight:700}.ledger-empty{min-height:250px;display:grid;place-content:center;text-align:center;padding:30px}.ledger-empty b{font:800 18px Manrope}.ledger-empty p{max-width:540px;color:var(--muted);font-size:12px;line-height:1.6}.roi-method{padding:20px}.roi-method ol{display:grid;gap:16px;margin:22px 0;padding:0;list-style:none;counter-reset:roi}.roi-method li{display:grid;grid-template-columns:26px 1fr;gap:2px 10px;counter-increment:roi}.roi-method li:before{content:counter(roi);grid-row:1/3;display:grid;place-content:center;width:24px;height:24px;border-radius:50%;background:#e8f3ee;color:#087451;font-size:10px;font-weight:800}.roi-method li b{font-size:12px}.roi-method li span{color:var(--muted);font-size:11px;line-height:1.45}.roi-note{margin:0;padding:13px;background:#fff7e7;border-left:3px solid #e0a63b;color:#66583d;font-size:11px;line-height:1.5}
html[data-theme="dark"] .performance-hero{border-color:#17333d}html[data-theme="dark"] .performance-metrics article,html[data-theme="dark"] .history-ledger,html[data-theme="dark"] .roi-method{background:#071d26;border-color:#23414c}html[data-theme="dark"] .tracking-status{border-color:#31505b;color:#a9bdc5}html[data-theme="dark"] .history-ledger header{border-color:#23414c}html[data-theme="dark"] .roi-method li:before{background:#12382f;color:#8fe3c5}html[data-theme="dark"] .roi-note{background:#2b281a;color:#dacb9e}
@media(max-width:900px){.performance-metrics{grid-template-columns:1fr 1fr}.performance-grid{grid-template-columns:1fr}}@media(max-width:600px){.performance-view{padding:28px 5px 50px}.performance-hero{align-items:start;flex-direction:column}.performance-metrics{grid-template-columns:1fr 1fr;gap:8px}.performance-metrics article{padding:15px}.performance-metrics b{font-size:24px}.history-ledger header{padding:16px}.ledger-empty{min-height:220px;padding:22px 16px}}

/* Final phone override: later legacy rules must not reintroduce table overflow. */
@media(max-width:600px){
  .history-table-wrap{overflow-x:hidden}
  .history-table{width:100%;min-width:0;table-layout:fixed}
  .history-table th{padding:8px 2px;font-size:7px;letter-spacing:.15px;white-space:normal;line-height:1.15}
  .history-table td{padding:8px 2px;font-size:9px}
  .history-table th:nth-child(1),.history-table td:nth-child(1){width:34px}
  .history-table th:nth-child(2),.history-table td:nth-child(2){width:auto}
  .history-table th:nth-child(3),.history-table td:nth-child(3){width:56px}
  .history-table th:nth-child(4),.history-table td:nth-child(4){width:34px}
  .history-table th:nth-child(5),.history-table td:nth-child(5){width:48px}
  .history-table th:nth-child(6),.history-table td:nth-child(6){width:36px}
  .history-table td:nth-child(2){padding-left:4px;padding-right:4px}
  .history-table td:nth-child(3){grid-template-columns:29px 20px;gap:3px}
  .history-table td:nth-child(3)>strong{width:29px;font-size:9px}
  .history-table td:nth-child(3) .history-result{width:20px;height:20px;font-size:8px}
  .history-table td:first-child b{font-size:9px}
  .history-table td:first-child small{font-size:6px}
  .history-goals{min-width:26px;padding:3px 4px;font-size:9px}
}

/* Final fixture date-menu geometry. */
.fixture-date-menu{right:34px;width:calc(100% - 68px);box-sizing:border-box}
.fixture-date-menu button{grid-template-columns:1fr;gap:0;justify-items:center;text-align:center}
.fixture-date-menu button b{display:block;width:100%;white-space:nowrap;text-align:center}

/* Compact fixture list — final cascade position. */
.fixtures-panel .fixture-day-feed{padding:12px!important;background:#eef1f2!important}
.fixtures-panel .fixture-league{margin:0 0 12px!important;border:1px solid #d8e0de!important;border-radius:5px!important;background:#fff!important}
.fixtures-panel .fixture-league>header{min-height:34px!important;padding:4px 10px!important;gap:7px!important;border:0!important;border-radius:4px 4px 0 0!important;background:#07335c!important;color:#fff!important}
.fixtures-panel .fixture-league>header .fixture-league-star{margin:0!important;padding:0!important;border:0!important;background:none!important;color:#dce8ef!important;font-size:18px!important}
.fixtures-panel .fixture-league>header .league-mark{width:20px!important;height:20px!important;border:0!important;border-radius:0!important;background:transparent!important}
.fixtures-panel .fixture-league>header .country-flag img{width:18px!important}
.fixtures-panel .fixture-league>header div{display:flex!important;flex-direction:row!important;align-items:center!important;gap:3px!important;min-width:0}
.fixtures-panel .fixture-league>header small,.fixtures-panel .fixture-league>header b{color:#fff!important;font:800 11px "DM Sans"!important;white-space:nowrap}
.fixtures-panel .fixture-league>header a{margin-left:auto;color:#fff!important;font-size:10px;text-decoration:underline}
.fixtures-panel .fixture-feed-row{min-height:48px!important;grid-template-columns:28px 68px minmax(0,1fr) 34px!important;gap:8px!important;padding:5px 10px!important;border-color:#e0e7e5!important;background:#fff!important}
.fixtures-panel .fixture-star{grid-column:1!important;grid-row:1!important;font-size:20px!important}
.fixtures-panel .fixture-feed-meta{grid-column:2!important;grid-row:1!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;text-align:left!important}
.fixtures-panel .fixture-feed-status{color:#52645e!important;font:500 11px "DM Sans"!important;text-transform:none!important}
.fixtures-panel .fixture-feed-status.live{color:#d7194f!important;font-weight:800!important}
.fixtures-panel .fixture-feed-teams{grid-column:3!important;grid-row:1!important;gap:3px!important}
.fixtures-panel .fixture-feed-teams span{min-height:18px!important;gap:7px!important}
.fixtures-panel .fixture-feed-teams i{width:18px!important;height:18px!important;background:#e9f1ee!important;color:#0f6a50!important;font-size:7px!important}
.fixtures-panel .fixture-feed-teams b{font-size:12px!important;line-height:1.15!important}
.fixture-feed-score{grid-column:4!important;grid-row:1!important;display:grid!important;gap:3px!important;text-align:center!important}
.fixture-feed-score b{min-height:18px;font:800 12px/18px Manrope!important}
html[data-theme="dark"] .fixtures-panel .fixture-day-feed{background:#031218!important}
html[data-theme="dark"] .fixtures-panel .fixture-league{border-color:#173944!important;background:#04171e!important}
html[data-theme="dark"] .fixtures-panel .fixture-feed-row{background:#04171e!important;border-color:#17333d!important}
html[data-theme="dark"] .fixtures-panel .fixture-feed-status{color:#a9bbc1!important}
html[data-theme="dark"] .fixtures-panel .fixture-feed-teams i{background:#123b46!important;color:#dce9ec!important}
@media(max-width:600px){.fixtures-panel .fixture-day-feed{padding:7px!important}.fixtures-panel .fixture-league{margin-bottom:8px!important}.fixtures-panel .fixture-league>header{padding:4px 7px!important}.fixtures-panel .fixture-league>header a{font-size:9px}.fixtures-panel .fixture-feed-row{grid-template-columns:25px 58px minmax(0,1fr) 28px!important;gap:5px!important;padding:5px 7px!important}.fixtures-panel .fixture-feed-status{font-size:10px!important}.fixtures-panel .fixture-feed-teams b{font-size:11px!important}}
