:root{--bg:#05070d;--surface:#0b1020;--surface-2:#111827;--surface-3:#172033;--border:#94a3b824;--border-strong:#94a3b83d;--text:#edf2f7;--muted:#94a3b8;--soft:#64748b;--primary:#6366f1;--primary-soft:#6366f129;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--radius:18px;--shadow:0 22px 60px #00000061;color:var(--text);background:radial-gradient(900px 520px at 12% -10%, #6366f129, transparent 60%), radial-gradient(800px 520px at 110% 0%, #22d3ee14, transparent 62%), var(--bg);font-family:Inter,Segoe UI,system-ui,Arial,sans-serif}*{box-sizing:border-box}body{min-height:100vh;margin:0}button,input,select{font:inherit}button{cursor:pointer}.portal{min-height:100vh}.header{z-index:20;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(20px)saturate(1.2);backdrop-filter:blur(20px)saturate(1.2);background:linear-gradient(#0c101efa 0%,#05070df2 100%);position:sticky;top:0;box-shadow:inset 0 1px #ffffff0a,0 12px 40px #00000059}.header:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#6366f173 20%,#22d3ee40 50%,#a855f759 80%,#0000);height:2px;position:absolute;top:0;left:0;right:0}.headerInner{align-items:center;gap:clamp(12px,2.5vw,32px);max-width:min(1200px,100% - 40px);min-height:64px;margin:0 auto;padding:14px 0;display:flex}.brand{color:var(--text);text-align:left;background:0 0;border:none;border-radius:12px;flex-shrink:0;align-items:center;gap:12px;padding:4px 6px 4px 0;transition:background .15s,color .15s;display:inline-flex}.brand:hover{background:#ffffff08}.logo{color:#fff;letter-spacing:-.5px;background:linear-gradient(145deg,#6366f1 0%,#7c3aed 50%,#a855f7 100%);border-radius:14px;place-items:center;width:42px;height:42px;font-size:14px;font-weight:900;display:grid;box-shadow:0 4px 16px #6366f159,inset 0 1px #ffffff1a}.brandText{min-width:0}.brand strong,.brand em{font-style:normal;display:block}.brand strong{letter-spacing:-.3px;font-size:16px;font-weight:800;line-height:1.2}.brand em{color:var(--muted);margin-top:2px;font-size:11px;line-height:1.3}.topNav{background:#0f172a73;border:1px solid #94a3b81a;border-radius:14px;flex-wrap:wrap;flex:1;justify-content:center;align-items:stretch;gap:2px;margin:0 4px;padding:4px 6px;display:flex}.topNav button{color:var(--soft);background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-size:14px;font-weight:600;line-height:1.2;transition:color .15s,background .15s;display:inline-flex;position:relative}.topNav button:hover{color:var(--text);background:#ffffff0d}.topNav button.active{color:#f1f5f9;background:#6366f124;box-shadow:0 0 0 1px #6366f133}.topNav button.active:after{content:"";opacity:.95;background:linear-gradient(90deg,#818cf8,#c4b5fd);border-radius:2px;height:2px;position:absolute;bottom:4px;left:10px;right:10px}.headerMenuToggle{border:1px solid var(--border);width:44px;height:44px;color:var(--text);background:#0f172ab8;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;margin:0 0 0 auto;transition:background .15s,border-color .15s;display:none}.headerMenuToggle:hover{border-color:var(--border-strong);background:#1e293bd9}.headerMobileRoot{z-index:100;pointer-events:none;position:fixed;inset:0}.headerMobileRoot .headerMenuBackdrop,.headerMobileRoot .headerMobilePanel{pointer-events:auto}.headerMenuBackdrop{cursor:pointer;-webkit-tap-highlight-color:transparent;background:#00000085;border:0;margin:0;padding:0;position:absolute;inset:0}.headerMobilePanel{border-left:1px solid var(--border);width:min(320px,92vw);padding:0 env(safe-area-inset-right,0) 0 0;background:linear-gradient(#111827fa 0%,#0b1020fc 100%);flex-direction:column;display:flex;position:absolute;top:0;bottom:0;right:0;box-shadow:-16px 0 48px #00000080}.headerMobilePanel__head{padding:14px 16px 12px max(16px, env(safe-area-inset-left,0px));border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;display:flex}.headerMobilePanel__head strong{letter-spacing:.02em;font-size:15px;font-weight:900}.headerMobilePanel__close{width:40px;height:40px;color:var(--text);background:#ffffff0f;border:none;border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.headerMobilePanel__close:hover{background:#ffffff1a}.headerMobileNav{padding:12px 12px max(20px, env(safe-area-inset-bottom,0px)) max(12px, env(safe-area-inset-left,0px));-webkit-overflow-scrolling:touch;flex-direction:column;gap:4px;display:flex;overflow-y:auto}.headerMobileNav button{text-align:left;width:100%;color:var(--soft);background:#ffffff0a;border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:14px;font-size:15px;font-weight:700;line-height:1.2;transition:color .15s,background .15s,border-color .15s;display:flex}.headerMobileNav button svg{opacity:.9;flex-shrink:0;width:20px;height:20px}.headerMobileNav button:hover{color:var(--text);background:#ffffff12}.headerMobileNav button.active{color:#f1f5f9;background:#6366f12e;border-color:#6366f159}.quickDates button,.matchTabs button,.refresh,.backButton{border:1px solid var(--border);color:var(--muted);background:#0f172a8a;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:9px 13px;font-size:13px;font-weight:700;display:inline-flex}.topNav button svg,.quickDates button svg,.matchTabs button svg,.refresh svg,.backButton svg{flex-shrink:0;width:16px;height:16px}.quickDates button.active,.matchTabs button.active{color:#c7d2fe;background:var(--primary-soft);border-color:#6366f16b}.main{width:min(1040px,100% - 24px);margin:0 auto;padding:16px 0 70px}.scoreHeader,.scoreFilters,.fixturesHero,.matchHero,.filters,.leagueBlock,.tabPanel,.notice{border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(#111827e0,#0b1020eb);box-shadow:0 10px 28px #0000002e}.scoreHeader{border-radius:14px;grid-template-columns:1fr auto 110px;align-items:center;gap:14px;padding:12px;display:grid}.scoreTabs{gap:8px;display:flex;overflow-x:auto}.scoreTabs button,.dateSwitcher button{border:1px solid var(--border);color:var(--muted);background:#0f172a8a;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800}.scoreTabs button.active{color:#fff;background:#ef4444e0;border-color:#ef44448c}.dateSwitcher{justify-content:center;align-items:center;gap:8px;display:flex}.datePicker{isolation:isolate;display:inline-block;position:relative}.dateButton{grid-template-columns:15px auto;min-width:184px;min-height:32px;line-height:normal;color:var(--text)!important;background:var(--bg)!important;justify-content:center!important;align-items:center!important;column-gap:10px!important;font-weight:900!important;display:inline-grid!important}.dateButton svg{width:15px;height:15px;color:var(--muted);flex:none;display:block;position:relative;top:1px}.dateButton span{line-height:15px;display:block;position:relative;top:1px}.calendarPopover{z-index:20;box-sizing:border-box;border:1px solid var(--border-strong);background:#0f172afa;border-radius:18px;width:min(320px,100vw - 24px);padding:14px;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 24px 60px #0006}.calendarHead{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.calendarHead strong{min-width:0;color:var(--text);text-transform:capitalize;text-align:center;white-space:nowrap;flex:1;font-size:14px}.calendarHead button{border:1px solid var(--border);width:32px;height:32px;color:var(--text);background:#ffffff0a;border-radius:10px;flex:0 0 32px;font-size:20px;font-weight:900}.calendarWeekdays,.calendarGrid{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.calendarWeekdays{color:var(--soft);text-align:center;text-transform:uppercase;margin-bottom:7px;font-size:10px;font-weight:900}.calendarGrid button{min-width:0;height:34px;color:var(--text);background:0 0;border:1px solid #0000;border-radius:11px;font-weight:850}.calendarGrid button:hover{border-color:var(--border-strong);background:#ffffff0f}.calendarGrid button.muted{color:#94a3b86b}.calendarGrid button.today{border-color:#6366f18c}.calendarGrid button.selected{color:#fff;background:#ef4444e0;border-color:#ef4444b3}.scoreSummary{color:var(--muted);justify-content:flex-end;align-items:baseline;gap:5px;font-size:12px;font-weight:800;display:flex}.scoreSummary strong{color:var(--text);font-size:22px}.scoreFilters{border-radius:14px;grid-template-columns:minmax(170px,230px) minmax(260px,1fr) auto auto;align-items:end;gap:8px;margin-top:10px;padding:10px;display:grid}.scoreFilters .filterField{border:1px solid var(--border);background:#0f172a7a;border-radius:13px;flex-direction:column;gap:7px;min-width:0;padding:9px 11px;display:flex}.scoreFilters .filterField span{color:var(--soft);text-transform:uppercase;letter-spacing:.7px;align-items:center;gap:6px;font-size:10px;font-weight:900;display:inline-flex}.scoreFilters .filterField svg{width:13px;height:13px}.scoreFilters .filterField input,.scoreFilters .filterField select{min-height:28px;color:var(--text);background:0 0;border:0;border-radius:0;padding:0;font-weight:850}.scoreFilters .filterField input::placeholder{color:#94a3b8d1;font-weight:700}.scoreFilters .filterField input:focus,.scoreFilters .filterField select:focus{box-shadow:none}.scoreFilters .filterField:focus-within{border-color:#6366f1b3;box-shadow:0 0 0 3px #6366f129}.clearFilters{border:1px solid var(--border);min-height:46px;color:var(--muted);background:#ffffff09;border-radius:13px;padding:0 13px;font-size:12px;font-weight:900}.clearFilters:hover{color:var(--text);border-color:var(--border-strong);background:#ffffff0f}.scoreFilters .refresh{border-radius:13px;min-height:46px;padding-inline:14px;font-weight:900}.fixturesHero{padding:clamp(22px,4vw,34px)}.eyebrow{color:#c7d2fe;background:var(--primary-soft);border:1px solid #6366f157;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:7px 11px;font-size:12px;font-weight:900;display:inline-flex}.eyebrow svg{width:14px;height:14px}.heroGrid{grid-template-columns:minmax(0,1fr) 330px;align-items:end;gap:24px;margin-top:14px;display:grid}.heroGrid h1{letter-spacing:-2.4px;max-width:780px;margin:0 0 14px;font-size:clamp(34px,5vw,62px);line-height:.98}.heroGrid p{max-width:720px;color:var(--muted);margin:0;font-size:16px;line-height:1.7}.heroStats{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.metric{border:1px solid var(--border);background:#ffffff0a;border-radius:16px;min-height:108px;padding:14px}.metric span{color:var(--soft);text-transform:uppercase;letter-spacing:.6px;font-size:11px;font-weight:800;display:block}.metric strong{margin-top:20px;font-size:22px;display:block}.filters{grid-template-columns:auto repeat(4,minmax(135px,1fr)) auto;align-items:end;gap:12px;margin-top:16px;padding:16px;display:grid}.filters.moduleFilters{grid-template-columns:repeat(4,minmax(150px,1fr))}.quickDates{gap:8px;display:flex}.filters label{color:var(--soft);text-transform:uppercase;letter-spacing:.7px;flex-direction:column;gap:6px;font-size:11px;font-weight:900;display:flex}input,select{border:1px solid var(--border-strong);width:100%;min-height:40px;color:var(--text);background:var(--bg);border-radius:12px;outline:none;padding:9px 11px}select{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}select option{color:var(--text);background:#0f172a}input:focus,select:focus{border-color:#6366f1bf;box-shadow:0 0 0 3px #6366f12e}.fixtureList{overflow-anchor:none;flex-direction:column;gap:10px;margin-top:10px;display:flex}.loadMoreHint{min-height:64px;color:var(--muted);border:1px dashed var(--border-strong);border-radius:var(--radius);overflow-anchor:none;background:#ffffff06;place-items:center;font-size:13px;font-weight:800;display:grid}.updatingBar{z-index:5;color:#c7d2fe;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);overflow-anchor:none;background:#1e293be6;border:1px solid #6366f147;border-radius:999px;place-items:center;min-height:34px;font-size:12px;font-weight:900;display:grid;position:sticky;top:88px}.leagueBlock{overflow-anchor:auto;border-radius:12px;overflow:hidden}.leagueHead{border-bottom:1px solid var(--border);background:#0f172ac7;justify-content:space-between;align-items:center;gap:14px;padding:10px 12px;display:flex}.leagueHead strong{text-transform:uppercase;letter-spacing:.4px;font-size:13px;display:block}.leagueHead span{color:var(--muted);margin-top:3px;font-size:11px;display:block}.leagueHead img{object-fit:contain;width:24px;height:24px}.fixtureRows{flex-direction:column;display:flex}.fixtureRow{border:none;border-bottom:1px solid var(--border);width:100%;color:var(--text);text-align:left;background:0 0;grid-template-columns:74px minmax(0,1fr) 34px 110px auto;align-items:center;gap:10px;padding:8px 12px;display:grid}.fixtureRow:hover{background:#94a3b814}.fixtureRow:last-child{border-bottom:none}.kickoff{color:var(--muted);align-items:center;gap:8px;font-size:12px;font-weight:900;display:inline-flex}.kickoff strong{min-width:38px}.statusDot{background:var(--soft);border-radius:999px;width:7px;height:7px}.statusDot.live{background:var(--success);box-shadow:0 0 8px #10b981cc}.statusDot.finished{background:var(--warning)}.scoreTeams{gap:5px;min-width:0;display:grid}.scoreNumbers{color:var(--text);text-align:center;gap:5px;font-weight:900;display:grid}.fixtureInfo{color:var(--muted);text-align:right;font-size:11px;font-weight:800}.teamName{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:8px;min-width:0;font-size:13px;display:inline-flex;overflow:hidden}.teamName img,.teamName i,.teamBadge img,.teamBadge span{object-fit:contain;background:var(--surface-3);border:1px solid var(--border);width:21px;height:21px;color:var(--text);border-radius:7px;flex:none;place-items:center;font-size:8px;font-style:normal;font-weight:900;display:grid}.demoTag{color:#fde68a;background:#f59e0b29;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:900}.backButton{margin-bottom:14px}.matchHero{padding:24px}.matchMeta{color:var(--muted);flex-wrap:wrap;justify-content:center;gap:10px;font-size:12px;display:flex}.matchMeta strong{color:#c7d2fe}.scoreboard{grid-template-columns:1fr 180px 1fr;align-items:center;gap:22px;margin-top:22px;display:grid}.teamBadge{text-align:center;flex-direction:column;align-items:center;gap:10px;font-size:18px;font-weight:900;display:flex}.teamBadge strong,.teamBadge em{display:block}.teamBadge em{color:var(--muted);margin-top:5px;font-size:12px;font-style:normal;font-weight:800}.teamBadge.compact{text-align:left;flex-direction:row;font-size:14px}.teamBadge img,.teamBadge span{border-radius:18px;width:58px;height:58px;font-size:14px}.teamBadge.compact img,.teamBadge.compact span{border-radius:12px;width:34px;height:34px}.score{border:1px solid var(--border);background:#6366f11a;border-radius:20px;place-items:center;gap:8px;padding:18px;display:grid}.score strong{font-size:34px}.score span{color:var(--muted);font-size:12px;font-weight:800}.matchFacts{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px;display:grid}.fact{border:1px solid var(--border);background:#ffffff09;border-radius:15px;padding:14px}.fact svg{color:#c7d2fe;width:17px;height:17px}.fact span{color:var(--soft);margin-top:8px;font-size:11px;font-weight:900;display:block}.fact strong{margin-top:4px;font-size:13px;display:block}.matchTabs{flex-wrap:wrap;gap:8px;margin:16px 0;display:flex}.tabPanel{padding:18px}.summaryGrid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.infoCard,.oddCard,.lineupCard{border:1px solid var(--border);background:#ffffff09;border-radius:16px;padding:15px}.infoCard span{color:var(--soft);text-transform:uppercase;font-size:11px;font-weight:900}.infoCard strong{margin-top:10px;font-size:18px;display:block}.infoCard p{color:var(--muted);margin:6px 0 0;font-size:12px}.summaryEvents{gap:12px;margin-top:14px;display:grid}.summaryEvents>strong{color:var(--text);font-size:15px}.halfEvents{border:1px solid var(--border);background:#ffffff06;border-radius:16px;gap:8px;padding:12px;display:grid}.halfEvents h3{color:var(--soft);text-align:center;text-transform:uppercase;margin:0 0 4px;font-size:12px}.halfEmpty{color:var(--muted);text-align:center;margin:0;font-size:12px}.summaryEvent{border:1px solid var(--border);background:#0f172a94;border-radius:13px;grid-template-columns:54px minmax(0,1fr);gap:10px;width:min(48%,460px);padding:10px 12px;display:grid}.summaryEvent.away{text-align:right;grid-template-columns:minmax(0,1fr) 54px;justify-self:end}.summaryEvent.away span{grid-area:1/2}.summaryEvent.away p{grid-area:1/1}.summaryEvent span{color:#c7d2fe;font-weight:1000}.summaryEvent p,.summaryEvent b,.summaryEvent em,.summaryEvent small{display:block}.summaryEvent p{margin:0}.summaryEvent b{color:var(--text);align-items:center;gap:6px;font-size:13px;display:inline-flex}.summaryEvent.away b{justify-content:flex-end}.eventIcon{flex:none;place-items:center;display:inline-grid}.eventIcon.goal{aspect-ratio:1;width:24px;height:24px;text-shadow:none;background:#0f172a85;border-radius:999px;font-family:Segoe UI Emoji,Apple Color Emoji,Noto Color Emoji,sans-serif;font-size:17px;font-style:normal;font-weight:400;line-height:1;box-shadow:0 2px 8px #0000007a}.eventIcon.card{border-radius:2px;width:10px;height:15px;box-shadow:0 2px 4px #00000047}.eventIcon.card.yellow{background:#facc15}.eventIcon.card.red{background:#dc2626}.eventIcon.substitution{background:#0f172ad1;border:1px solid #ffffff9e;border-radius:999px;width:18px;height:18px;position:relative}.eventIcon.substitution:before,.eventIcon.substitution:after{content:"";border-left:5px solid #0000;border-right:5px solid #0000;position:absolute;left:50%;transform:translate(-50%)}.eventIcon.substitution:before{border-bottom:6px solid #22c55e;top:3px}.eventIcon.substitution:after{border-top:6px solid #ef4444;bottom:3px}.summaryEvent em{color:var(--muted);margin-top:3px;font-size:12px;font-style:normal}.summaryEvent small{color:var(--soft);margin-top:2px;font-size:11px;font-weight:800}.statsTable{flex-direction:column;gap:10px;width:100%;display:flex}.statsTeams{border:1px solid var(--border);background:radial-gradient(circle at 18% 0,#2563eb2e,#0000 34%),radial-gradient(circle at 82% 0,#22c55e29,#0000 34%),linear-gradient(#1e293bdb,#0f172aa8);border-radius:20px;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:16px 18px;display:grid;box-shadow:inset 0 1px #ffffff0a}.statsTeams strong{align-items:center;gap:8px;min-width:0;font-size:14px;line-height:1.2;display:inline-flex;position:relative}.statsTeams strong:before{content:"";background:#3b82f6;border-radius:999px;flex:none;width:9px;height:9px;box-shadow:0 0 0 4px #3b82f629}.statsTeams strong:last-child{text-align:right;justify-content:flex-end}.statsTeams strong:last-child:before{background:#22c55e;order:2;box-shadow:0 0 0 4px #22c55e29}.statsTeams span{color:#c7d2fe;letter-spacing:.5px;text-transform:uppercase;background:#6366f12e;border:1px solid #6366f142;border-radius:999px;padding:8px 12px;font-size:10px;font-weight:1000}.statSections{gap:14px;display:grid}.statSection{border:1px solid var(--border);background:#0f172a61;border-radius:18px;gap:9px;padding:13px;display:grid}.statSection h3{color:#c7d2fe;letter-spacing:.5px;text-transform:uppercase;margin:0;font-size:12px;font-weight:1000}.statCards{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.statCard{border:1px solid var(--border);background:linear-gradient(#1e293b94,#0f172a80);border-radius:15px;gap:10px;min-height:96px;padding:12px;display:grid;box-shadow:inset 0 1px #ffffff06}.statCard:hover{border-color:var(--border-strong);background:linear-gradient(#1e293bad,#0f172a94)}.statCard>span{color:#dbeafe;letter-spacing:.1px;font-size:12px;font-weight:1000}.statCard>div{justify-content:space-between;gap:12px;display:flex}.statCard strong{color:var(--text);font-variant-numeric:tabular-nums;font-size:20px;line-height:1}.statSingleBar{background:#020617b8;border:1px solid #94a3b82e;border-radius:999px;width:100%;height:8px;display:flex;overflow:hidden;box-shadow:inset 0 1px 3px #0000006b}.statSingleBar span{min-width:0;transition:width .18s;display:block}.statSingleBar .home{background:linear-gradient(90deg,#1d4ed8,#60a5fa);box-shadow:0 0 12px #2563eb5c}.statSingleBar .away{background:linear-gradient(90deg,#22c55e,#15803d);box-shadow:0 0 12px #22c55e52}.timeline{flex-direction:column;gap:10px;display:flex}.eventRow{border:1px solid var(--border);background:#ffffff08;border-radius:14px;grid-template-columns:58px 1fr;gap:12px;padding:13px;display:grid}.minute{color:#c7d2fe;font-weight:900}.eventRow p{color:var(--muted);margin:4px 0 0;font-size:12px}.lineupGrid,.oddsGrid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.lineupHead{justify-content:space-between;align-items:center;gap:12px;display:flex}.lineupCard p{color:var(--muted);font-size:12px}.players{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.players span{text-overflow:ellipsis;white-space:nowrap;background:#0f172ab8;border-radius:10px;padding:8px;font-size:12px;overflow:hidden}.players b{color:#c7d2fe}.oddCard strong,.oddCard span{display:block}.oddCard span{color:var(--muted);margin-top:4px;font-size:12px}.oddCard div{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.oddCard em{background:var(--primary-soft);color:#c7d2fe;border-radius:999px;padding:6px 9px;font-size:12px;font-style:normal;font-weight:800}.notice{color:var(--muted);align-items:center;gap:10px;margin:14px 0;padding:12px 14px;display:flex}.notice svg{width:16px;height:16px}.notice.error{color:#fecaca;border-color:#ef444457}.notice.warn{color:#fde68a;border-color:#f59e0b57}.notice.info{color:#bfdbfe;border-color:#3b82f657}.rawPanel{margin-top:16px}.rawGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.rawCard{border:1px solid var(--border);background:linear-gradient(#111827e0,#0b1020eb);border-radius:16px;grid-template-columns:46px 1fr;gap:12px;min-width:0;padding:14px;display:grid}.rawCard img,.rawCard>span{object-fit:contain;background:var(--surface-3);border:1px solid var(--border);border-radius:14px;place-items:center;width:46px;height:46px;font-size:12px;font-weight:900;display:grid}.rawCard strong,.rawCard em{min-width:0;display:block}.rawCard strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rawCard em{color:var(--muted);margin-top:3px;font-size:12px;font-style:normal}.leagueGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.leagueCard{border:1px solid var(--border);color:var(--text);text-align:left;background:linear-gradient(#111827eb,#0b1020f5);border-radius:18px;gap:14px;padding:16px;display:grid}.leagueCard:hover{border-color:#6366f18c;transform:translateY(-1px)}.leagueCardHead,.leagueDetailHead{align-items:center;gap:12px;min-width:0;display:flex}.leagueCardHead img:not(.leagueFlag),.leagueCardHead>span,.leagueDetailHead>img,.leagueDetailHead>span{object-fit:contain;background:var(--surface-3);border:1px solid var(--border);border-radius:15px;place-items:center;width:48px;height:48px;font-size:11px;font-weight:1000;display:grid}.leagueCardHead div,.leagueDetailHead div{min-width:0}.leagueCardHead strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;display:block;overflow:hidden}.leagueCardHead em,.leagueSeasonInfo,.leagueDetailHero p{color:var(--muted);font-size:12px;font-style:normal}.leagueFlag{object-fit:cover;border-radius:5px;width:24px;height:18px;margin-left:auto}.leagueSeasonInfo{justify-content:space-between;gap:10px;display:flex}.coverageBadges{flex-wrap:wrap;gap:7px;display:flex}.coverageBadges i{color:#c7d2fe;background:#6366f124;border:1px solid #6366f138;border-radius:999px;padding:6px 9px;font-size:11px;font-style:normal;font-weight:900}.leagueDetailHero h1{margin:8px 0 4px;font-size:clamp(24px,4vw,42px)}.leagueOverview{flex-direction:column;gap:20px;display:flex}.leagueOverviewInfoGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.leagueOverviewStandings{gap:12px;min-width:0;display:grid}.leagueSectionTitle{color:var(--text);letter-spacing:.02em;margin:0;font-size:15px;font-weight:800}.worldCupPage{flex-direction:column;gap:0;min-width:0;display:flex}.worldCupPageHero{border-bottom:1px solid var(--border);margin-bottom:18px;padding:0 0 4px}.worldCupPageTitle{letter-spacing:-.04em;color:var(--text);margin:0 0 6px;font-size:clamp(22px,3.5vw,34px);font-weight:900;line-height:1.15}.worldCupPageSub{color:var(--soft);max-width:62ch;margin:0;font-size:14px;line-height:1.45}.matchTabs.leagueTabs.worldCupPageTabs{background:#0f172a8c;border:1px solid #94a3b81f;border-radius:16px;margin:0 0 16px;padding:6px 8px}.leagueTabPanel--contentOnly{border-top:none;margin-top:0;padding-top:0}.worldCupSectionDetail{margin:24px 0 12px;font-size:16px}.worldCupReportHeading{color:var(--text);letter-spacing:.02em;border-top:1px solid var(--border);margin:28px 0 10px;padding-top:8px;font-size:15px;font-weight:800}.matchTabs.leagueTabs--embedded{background:#0f172a8c;border:1px solid #94a3b81f;border-radius:16px;margin:12px 0 10px;padding:6px 8px}.wcBoard{flex-direction:column;gap:22px;min-width:0;margin-bottom:8px;display:flex}.wcBoard--empty{padding:12px 0 20px}.wcBoardIntro{color:var(--muted);max-width:72ch;margin:0 0 8px;font-size:13px;line-height:1.5}.wcBoardIntro strong{color:var(--text);font-weight:700}.wcBoardIntro--condensed{max-width:64ch;color:var(--soft);margin-bottom:14px;font-size:12px}.wcSection--groups{margin-bottom:8px}.wcSection--groupsDemo{background:#0f172a59;border:1px dashed #6366f159;border-radius:12px;padding:10px 12px 12px}.wcSection{flex-direction:column;gap:12px;min-width:0;display:flex}.wcSectionTitle{color:#e0e7ff;letter-spacing:-.02em;margin:0;font-size:16px;font-weight:800}.wcSectionHint{color:var(--soft);max-width:70ch;margin:0 0 4px;font-size:12px;line-height:1.4}.wcGroupGrid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:14px;display:grid}@media (width<=1100px){.wcGroupGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.wcGroupGrid{grid-template-columns:1fr}}.wcGroupCard{border:1px solid var(--border);background:linear-gradient(#111827d9,#090c16eb);border-radius:14px;min-width:0;padding:10px 12px 12px;box-shadow:0 8px 24px #0003}.wcGroupTitle{color:#a5b4fc;letter-spacing:.04em;text-transform:uppercase;margin:0 0 8px;font-size:13px;font-weight:800}.wcMiniTable{flex-direction:column;gap:0;font-size:12px;display:flex}.wcMiniRow{color:var(--text);border-bottom:1px solid #94a3b81a;grid-template-columns:24px minmax(0,1fr) 20px 22px 24px;align-items:center;gap:6px;padding:6px 4px;display:grid}.wcMiniRow:last-child{border-bottom:none}.wcMiniRow--head{text-transform:uppercase;color:var(--soft);letter-spacing:.06em;border-bottom:1px solid var(--border);margin-bottom:2px;padding-top:0;font-size:10px;font-weight:800}.wcMiniTeam{align-items:center;gap:6px;min-width:0;font-weight:700;display:flex}.wcTeamLogo{border-radius:4px;flex-shrink:0}.wcMiniRank{color:var(--soft);text-align:center;font-weight:800}.wcMiniPoints{color:#c7d2fe;font-weight:900}.wcRoundBlock{flex-direction:column;gap:10px;min-width:0;display:flex}.wcRoundTitle{color:#93c5fd;border-bottom:1px solid #6366f140;margin:0;padding-bottom:2px;font-size:14px;font-weight:800}.wcMatchGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));align-items:stretch;gap:10px;display:grid}.wcMatchCard{border:1px solid var(--border);background:#0f172a94;border-radius:14px;flex-direction:column;gap:8px;min-width:0;padding:10px 12px;display:flex;box-shadow:0 4px 16px #00000026}.wcMatchCardMeta{color:var(--soft);text-transform:uppercase;letter-spacing:.04em;flex-wrap:wrap;justify-content:space-between;gap:6px;font-size:10px;font-weight:700;display:flex}.wcMatchCardTeams{grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;min-width:0;display:grid}.wcMatchCard .teamName{gap:4px;font-size:12px}.wcMatchCard .teamName img,.wcMatchCard .teamName i{object-fit:cover;border-radius:2px;min-width:18px;width:18px!important;height:18px!important;font-size:7px!important}.wcMatchSide{min-width:0;font-size:13px;font-weight:700}.wcMatchSide--winner{color:#e0e7ff;text-shadow:0 0 12px #6366f140}.wcMatchScore{color:var(--text);padding:0 4px;font-size:16px;font-weight:900}.wcMatchNote{color:#86efac;border-top:1px dashed #94a3b833;margin:0;padding-top:2px;font-size:11px;font-weight:700}.wcListSubtitle{color:var(--muted);letter-spacing:.02em;margin:20px 0 6px;font-size:14px;font-weight:800}.wcBracketTree{min-width:0;margin:10px 0 14px}.wcBracketTree .wcSectionHint{text-align:center;max-width:52rem;margin-left:auto;margin-right:auto}.wcBracketTreeTitle{color:#e0e7ff;letter-spacing:-.02em;text-align:center;margin:0 0 4px;font-size:16px;font-weight:800}.wcBracketScroll{scrollbar-width:thin;scrollbar-color:#6366f173 #0f172a80;-webkit-overflow-scrolling:touch;margin:0;padding:6px 0 10px;overflow:auto visible}.wcBracketScroll::-webkit-scrollbar{height:6px}.wcBracketScroll::-webkit-scrollbar-thumb{background:#6366f173;border-radius:4px}.wcBracketInner{min-width:0;min-height:120px;position:relative}.wcBracketSplitInner{box-sizing:border-box;justify-content:center;width:100%;min-width:0;max-width:100%;min-height:120px;padding:0 2px 6px;display:flex;position:relative}.wcBracketSplit{box-sizing:border-box;flex-flow:row;align-items:stretch;gap:5px;width:max-content;max-width:none;display:flex}.wcBracketWing{flex-flow:row;flex:none;align-items:stretch;gap:4px;min-width:0;display:flex}.wcBracketWing--right{flex-direction:row-reverse}.wcBracketCore{box-sizing:border-box;flex-direction:column;flex:0 0 clamp(110px,8.65%,154px);justify-content:center;align-self:center;align-items:stretch;width:clamp(110px,8.65%,154px);min-width:110px;max-width:154px;margin-top:0;padding:0 2px;display:flex}.wcBracketColTitle--center{text-align:center;color:#fde68a;border-bottom-color:#fbbf2459;width:100%;font-size:9px}.worldCupPage,.wcBoard{min-width:0}.wcBracketCols{z-index:1;flex-flow:row;align-items:flex-start;gap:clamp(20px,3vw,40px);display:flex;position:relative}.wcBracketCol{box-sizing:border-box;flex-direction:column;flex:none;align-self:stretch;gap:4px;width:112px;min-width:112px;max-width:none;min-height:0;display:flex;overflow:hidden visible}.wcBracketCol[data-wc-strip],.wcBracketCore[data-wc-strip]{border-radius:8px;padding:3px 4px 4px}.wcBracketCol[data-wc-strip="0"],.wcBracketCore[data-wc-strip="0"]{background:linear-gradient(#818cf812 0%,#0f172a38 100%);box-shadow:inset 0 1px #ffffff0a}.wcBracketCol[data-wc-strip="1"],.wcBracketCore[data-wc-strip="1"]{background:linear-gradient(#0f172a7a 0%,#090c1666 100%);box-shadow:inset 0 1px #0000001f}.wcBracketColTitle{text-transform:uppercase;letter-spacing:.02em;color:#93c5fd;white-space:normal;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;text-align:center;border-bottom:1px solid #6366f140;flex-shrink:0;margin:0 0 3px;padding-bottom:3px;font-size:10px;font-weight:800;line-height:1.25}.wcBracketColBody{flex-direction:column;flex:none;gap:5px;min-height:0;display:flex}.wcBracketCol--inner .wcBracketColBody{flex:auto;justify-content:center;min-height:0}.wcBracketMatch{border:1px solid var(--border);background:#0b1020e0;border-radius:8px;flex-direction:column;flex-shrink:0;gap:2px;min-width:0;padding:5px 5px 6px;display:flex;overflow:visible;box-shadow:0 1px 6px #0003}.wcBracketMatch .teamName{text-overflow:ellipsis;white-space:nowrap;gap:3px;max-width:100%;font-size:11px;line-height:1.2;overflow:hidden}.wcBracketMatch .teamName img,.wcBracketMatch .teamName i{object-fit:cover;border-radius:3px;flex-shrink:0;min-width:15px;min-height:15px;width:15px!important;height:15px!important;font-size:7px!important}.wcBracketMatchTime{text-transform:uppercase;color:var(--soft);letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px;font-size:8px;font-weight:700;line-height:1.2;overflow:hidden}.wcBracketMatchTime--tbd{text-transform:none;color:#a5b4c4;letter-spacing:.01em;font-size:8.5px;font-style:italic;font-weight:700}.teamName--tbdWc{align-items:center;gap:4px;min-width:0;max-width:100%;display:inline-flex}.wcBracketFlagPh{box-sizing:border-box;background:#1e293bbf;border:1px dashed #94a3b880;border-radius:3px;flex-shrink:0;width:15px;height:15px;display:inline-block}.wcBracketFlagPh--card{border-radius:4px;width:18px;height:18px}.wcBracketTbdName{font-size:inherit;color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-style:normal;font-weight:700;overflow:hidden}.wcMatchCardTbdDate{color:#a5b4c4;font-style:italic;font-weight:700}.wcBracketMatch .teamName--tbdWc{font-size:11px;line-height:1.2}.wcMatchCard .teamName--tbdWc{gap:4px;font-size:12px}.wcBracketMatchRow{flex-shrink:0;justify-content:space-between;align-items:center;gap:3px;min-width:0;min-height:16px;font-size:11px;font-weight:700;line-height:1.2;display:flex}.wcBracketMatchRow+.wcBracketMatchRow{border-top:1px solid #94a3b81f;margin-top:1px;padding-top:2px}.wcBracketName{min-width:0;color:var(--text);flex:1}.wcBracketName--w{color:#e0e7ff;text-shadow:0 0 10px #6366f140}.wcBracketName--demo{color:#a5b4c4;font-style:italic;font-weight:700;font-size:inherit;text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.wcBracketMatch--ph{background:#0f172a73;border-style:dashed;border-color:#6366f147}.wcBracketName--q,.wcBracketQ{color:#94a3b8;font-variant-numeric:tabular-nums;font-size:11px;font-weight:900;line-height:1}.wcMatchCard--ph{background:#0f172a59;border-style:dashed;border-color:#f5c1254d}.wcBracketSc{font-variant-numeric:tabular-nums;color:#c7d2fe;text-align:right;flex-shrink:0;min-width:.65rem;font-size:9px;font-weight:800}.wcThirdBlock{background:linear-gradient(#78350f1f,#090c1699);border:1px solid #f59e0b40;border-radius:14px;margin:0 0 20px;padding:12px 14px}.wcThirdBlock .wcRoundTitle{color:#fbbf24;border-color:#f59e0b4d;margin:0 0 8px}.standingsTable,.leagueRankingList{gap:8px;display:grid}.leagueFixtureList{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:12px;display:grid}.rankingRow{border:1px solid var(--border);background:#0f172a9e;border-radius:13px;align-items:center;gap:10px;min-width:0;padding:10px 12px;display:grid}.leagueFixtureCard{border:1px solid var(--border);background:#0f172a9e;border-radius:14px;flex-direction:column;gap:10px;min-width:0;padding:12px 14px;display:flex}.leagueFixtureCardHead{border-bottom:1px solid var(--border);padding-bottom:8px}.leagueFixtureCardHead .leagueFixtureDateCol{flex-flow:wrap;align-items:center;gap:6px 8px}.leagueFixtureDateSep{color:#64748b;-webkit-user-select:none;user-select:none;font-size:12px;font-weight:800}.leagueFixtureCardTeams{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;column-gap:12px;min-width:0;display:grid}.leagueFixtureCardTeam{width:100%;min-width:0;color:var(--text);align-items:center;font-size:13px;font-weight:700;display:flex}.leagueFixtureCardTeam--home{justify-content:flex-start;justify-self:stretch}.leagueFixtureCardTeam--away{justify-content:flex-end;justify-self:stretch}.leagueFixtureCardTeam--home .teamName,.leagueFixtureCardTeam--away .teamName{flex:auto;min-width:0;max-width:100%;font-size:13px;font-weight:700}.leagueFixtureCardTeam--away .teamName{flex-direction:row-reverse;justify-content:flex-start;width:100%}.leagueFixtureCardTeam--home .teamName img,.leagueFixtureCardTeam--home .teamName i,.leagueFixtureCardTeam--away .teamName img,.leagueFixtureCardTeam--away .teamName i{border-radius:8px;flex-shrink:0;width:28px;height:28px}.leagueFixtureCardScore{flex:none;justify-content:center;align-items:center;min-width:3.2em;margin:0;padding:0 6px;display:flex}.leagueFixtureCardScore em{font-variant-numeric:tabular-nums;color:#fff;letter-spacing:.04em;font-size:18px;font-style:normal;font-weight:1000}.leagueFixtureCardFoot{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 12px;margin-top:2px;padding-top:8px;display:flex}.leagueFixtureCardFoot small{color:var(--muted);font-size:11px;font-weight:700}.standingsTable--detailed .standingRow{border:1px solid var(--border);box-sizing:border-box;background:#0f172a9e;border-left:3px solid #0b1120f2;border-radius:13px;flex-direction:column;align-items:stretch;gap:6px;min-width:0;padding:10px 12px;display:flex}.standingsTable--detailed .standingRow--header{background:#0f172ae0;border-color:#94a3b836 #94a3b836 #94a3b836 #0b1120f2;padding:8px 12px 10px}.standingsTable--detailed .standingRow--header .standingRowMain{min-height:32px}.standingsTableScroll{-webkit-overflow-scrolling:touch;max-width:100%;padding:0 0 2px;overflow-x:auto}.standingsGroupTitle{color:var(--soft);letter-spacing:.06em;text-transform:uppercase;margin:16px 0 8px;font-size:12px;font-weight:800}.standingsSection:first-child .standingsGroupTitle{margin-top:0}.standingsTable--detailed .standingRowMain{box-sizing:border-box;grid-template-columns:32px 32px minmax(0,1.2fr) 28px 28px 28px 28px 30px 30px 36px 34px minmax(68px,.5fr);align-items:center;column-gap:6px;width:100%;min-width:700px;font-size:12px;display:grid}.standingTh{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;font-variant-numeric:tabular-nums;min-width:0;font-size:9px;font-weight:800;line-height:1.2;display:block}.standingTh--logo{visibility:hidden;pointer-events:none;min-height:1em}.standingTh--team{text-align:start;text-overflow:ellipsis;text-transform:none;letter-spacing:.02em;justify-self:start;font-size:10px;overflow:hidden}.standingTh--form{text-align:center;letter-spacing:.03em;justify-self:center;font-size:12px}.standingTh--num{text-align:center;letter-spacing:.04em;justify-self:center;padding-left:0;padding-right:0;font-size:12px}.standingTh--points,.standingTh--diff{text-align:center;letter-spacing:.04em;justify-self:center;padding-right:0;font-size:12px}.standingTh--rank,.standingCol--rank{text-align:end;font-feature-settings:"tnum" 1;justify-self:end;padding-right:2px;font-weight:800}.standingCol,.standingTh{font-variant-numeric:tabular-nums;min-width:0}.standingCol--num{text-align:center;color:var(--text);justify-self:center;padding-left:0;padding-right:0;font-size:12px}.standingCol--form{text-align:center;justify-content:center;justify-self:center;align-items:center;min-width:0;display:flex;overflow:hidden}.standingCol--points{text-align:center;color:#c7d2fe;justify-self:center;padding-left:0;padding-right:0;font-size:13px;font-style:normal;font-weight:900}.standingCol--diff{color:var(--text);font-weight:600}.standingTeam{min-width:0;padding-right:4px;display:block}.standingLogoCell{box-sizing:border-box;justify-content:center;align-items:center;min-width:0;display:flex}.formStrip{letter-spacing:.04em;flex-wrap:wrap;justify-content:flex-end;gap:1px 3px;font-size:10px;font-weight:900;display:inline-flex}.standingCol--form .formStrip{justify-content:center}.formStrip--empty{color:#475569;letter-spacing:0;padding-right:2px;font-weight:700}.formG{color:#34d399}.formB{color:#94a3b8}.formM{color:#fb7185}.formO{color:var(--muted)}.standingsTable--detailed .standingRow--up{border-left-color:#34d399}.standingsTable--detailed .standingRow--down{border-left-color:#fb7185}.standingsTable--detailed .standingRow--same{border-left-color:#6366f188}.leagueFixtureDateCol{min-width:0;color:var(--muted);flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;font-size:11px;line-height:1.25;display:flex}.leagueFixtureDateLine{color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:.01em;font-size:12px;font-weight:800}.leagueFixtureTimeLine{color:#e2e8f0;font-variant-numeric:tabular-nums;font-size:12px;font-weight:700}.leagueFixtureDayLine{color:#94a3b8c9;letter-spacing:.02em;font-size:10px;font-weight:600}.rankingRow strong,.standingsTable--detailed .standingRow strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.rankingRow em{color:var(--muted);font-size:12px}.standingsTable--detailed .standingLogoCell img,.standingsTable--detailed .standingLogoCell i,.rankingRow img,.rankingRow i{object-fit:cover;background:var(--surface-3);border:1px solid var(--border);border-radius:999px;flex:none;place-items:center;width:30px;height:30px;font-size:9px;font-style:normal;font-weight:900;display:grid}.rankingRow b{color:#c7d2fe;justify-self:end}.rankingRow{grid-template-columns:34px 34px minmax(0,1fr) minmax(120px,.7fr) 54px}.rankingRank{font-variant-numeric:tabular-nums;color:#94a3b8;font-size:13px;font-weight:800}.rankingRow--cards{grid-template-columns:38px 36px minmax(0,1.05fr) minmax(96px,.75fr) minmax(220px,1fr);padding:12px 14px}.rankingRow--cards .rankingCardsStat{justify-self:end}.rankingCardsStat{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px 10px;min-width:0;display:flex}.rankingCardPill{border:1px solid var(--border);background:#0f172a73;border-radius:12px;align-items:center;gap:8px;min-width:0;padding:6px 12px 6px 8px;transition:border-color .15s,background .15s;display:inline-flex;box-shadow:0 2px 8px #0003}.rankingCardLabel{letter-spacing:.02em;white-space:nowrap;flex:auto;min-width:0;font-size:11px;font-weight:800}.rankingCardPill--yellow .rankingCardLabel{color:#fef9c3}.rankingCardPill--red .rankingCardLabel{color:#fee2e2}.rankingCardPill--yellow{background:linear-gradient(145deg,#facc1529,#0f172a80);border-color:#facc1573}.rankingCardPill--red{background:linear-gradient(145deg,#dc262633,#0f172a80);border-color:#f8717166}.rankingCardGlyph{border-radius:3px;flex-shrink:0;width:12px;height:16px;display:block;box-shadow:0 1px 4px #0006,inset 0 1px #fff3}.rankingCardGlyph--yellow{background:linear-gradient(#fde68a 0%,#eab308 55%,#ca8a04 100%);border:1px solid #00000026}.rankingCardGlyph--red{background:linear-gradient(#fca5a5 0%,#dc2626 50%,#991b1b 100%);border:1px solid #0003}.rankingCardNum{font-variant-numeric:tabular-nums;letter-spacing:.02em;text-align:end;min-width:1.4ch;color:var(--text);flex-shrink:0;font-size:16px;font-weight:900;line-height:1}.rankingCardPill--yellow .rankingCardNum{color:#fef9c3;text-shadow:0 1px #0003}.rankingCardPill--red .rankingCardNum{color:#fee2e2;text-shadow:0 1px #00000040}.predictionButton{text-overflow:ellipsis;white-space:nowrap;color:#c7d2fe;background:#6366f121;border:1px solid #6366f147;border-radius:999px;justify-self:end;max-width:210px;padding:7px 10px;font-size:11px;font-weight:900;overflow:hidden}.leagueFixtureCardFoot:has(.predictionButton--open){flex-direction:column;align-items:stretch}.predictionButton--open{white-space:normal;text-overflow:clip;text-align:left;-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word;border-radius:12px;justify-self:stretch;width:100%;max-width:none;font-weight:700;line-height:1.45;overflow:visible}.leagueEntityGrid{margin-top:0}.leagueEntityGrid--playersVert{--leaguePlayerCardWidth:232px;--leaguePlayerStatColumnMin:200px;grid-template-columns:repeat(auto-fill, minmax(var(--leaguePlayerCardWidth), 1fr));align-items:stretch;gap:14px}.leagueEntityGrid--playersVert .rawCard--playerVert--statsOpen{grid-column:1/-1}.rawCard--playerVert{grid-template-columns:unset;text-align:center;flex-direction:column;align-items:stretch;min-height:220px;padding:16px 14px 18px;display:flex;position:relative}.rawCard--playerVert--statsOpen{text-align:left;align-items:stretch;min-height:0;padding:16px 14px 18px}.rawCardPlayerStatsRow{grid-template-columns:minmax(0, min(100%, var(--leaguePlayerCardWidth,232px))) minmax(0, 1fr);box-sizing:border-box;flex:1;align-items:stretch;gap:16px 20px;width:100%;min-width:0;min-height:0;margin-top:0;display:grid}.rawCardPlayerStatsLeft{text-align:center;width:100%;max-width:var(--leaguePlayerCardWidth,232px);box-sizing:border-box;flex-direction:column;place-self:stretch start;align-items:center;min-width:0;min-height:220px;padding:22px 8px 0 0;display:flex;position:relative}.rawCardPlayerStatsLeft .rawCardStatsIcon{top:0;right:0}.rawCardStatsIcon{z-index:3;color:#a5b4fc;cursor:pointer;width:32px;height:32px;font:inherit;background:#0f172aeb;border:1px solid #6366f161;border-radius:10px;justify-content:center;align-items:center;padding:0;transition:color .15s,border-color .15s,background .15s;display:inline-flex;position:absolute;top:10px;right:10px;box-shadow:0 4px 14px #0003}.rawCardStatsIcon:hover{color:#c7d2fe;border-color:#6366f18c}.rawCardStatsIcon:focus-visible{outline-offset:2px;outline:2px solid #818cf8}.rawCardStatsIcon--active{color:#c7d2fe;background:#6366f138;border-color:#818cf88c}.rawCardStatsIcon svg{display:block}.rawCardPlayerOpenRight{border-left:1px solid var(--border);-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#94a3b852 transparent;background:#0b112059;border-radius:0 12px 12px 0;flex:1;min-width:0;min-height:min(38vh,360px);max-height:min(72vh,580px);margin-left:0;padding:6px 0 2px 16px;overflow:auto}.rawCardPlayerOpenRight::-webkit-scrollbar{width:5px;height:5px}.rawCardPlayerOpenRight::-webkit-scrollbar-track{background:0 0;border-radius:999px;margin:4px 0}.rawCardPlayerOpenRight::-webkit-scrollbar-thumb{background:linear-gradient(#94a3b838 0%,#64748b47 100%) padding-box padding-box;border:1px solid #05070d59;border-radius:999px}.rawCardPlayerOpenRight::-webkit-scrollbar-thumb:hover{background:linear-gradient(#6366f159 0%,#818cf861 100%);border-color:#6366f138}.rawCardPlayerOpenRight::-webkit-scrollbar-corner{background:0 0}.rawCardPlayerOpenRight .rawCardPlayerVertMeta{border-bottom:1px solid var(--border);box-sizing:border-box;flex-direction:row;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px 14px;width:100%;min-width:0;margin:0 0 12px;padding:4px 0 12px;display:flex}.rawCardPlayerOpenRight .rawCardPlayerVertMetaItem{flex-flow:row;flex:1 1 0;justify-content:flex-start;align-items:center;gap:8px;min-width:0;min-height:40px;display:flex}.rawCardPlayerOpenRight .rawCardPlayerVertMetaText{color:var(--text);text-align:start;word-break:break-word;-webkit-line-clamp:2;letter-spacing:.01em;-webkit-box-orient:vertical;min-width:0;font-size:12px;font-weight:800;line-height:1.2;display:-webkit-box;overflow:hidden}.rawCardPlayerOpenRight .rawCardPlayerVertMetaFlag{object-fit:contain;object-position:left center;border:1px solid var(--border);background:var(--surface-2);pointer-events:none;border-radius:4px;flex-shrink:0;width:36px;min-width:28px;height:26px;min-height:22px;display:block}.rawCardPlayerOpenRight object.rawCardPlayerVertMetaFlag{object-fit:initial;overflow:hidden}.rawCardPlayerOpenRight .rawCardPlayerVertMetaLeague,.rawCardPlayerOpenRight .rawCardPlayerVertMetaTeam{object-fit:contain;border:1px solid var(--border);pointer-events:none;background:#ffffff0f;border-radius:8px;flex-shrink:0;width:32px;min-width:32px;height:32px;min-height:32px;display:block}.rawCardPlayerOpenRight object.rawCardPlayerVertMetaLeague,.rawCardPlayerOpenRight object.rawCardPlayerVertMetaTeam{object-fit:initial;overflow:hidden}.rawCardNoStats{color:var(--soft);margin:0;padding:8px 0;font-size:12px}.rawCardStatList{grid-template-columns:repeat(3, minmax(var(--leaguePlayerStatColumnMin,200px), 1fr));min-width:calc(3 * var(--leaguePlayerStatColumnMin,200px) + 2 * 12px);align-items:start;gap:10px 12px;margin:0;font-size:11px;display:grid}.rawCardStatListRow{border:1px solid var(--border);word-break:break-word;background:#05091273;border-radius:10px;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:start;gap:6px 8px;min-width:0;padding:8px 10px;display:grid}@media (width<=900px){.rawCardStatList{grid-template-columns:repeat(2, minmax(var(--leaguePlayerStatColumnMin,200px), 1fr));min-width:calc(2 * var(--leaguePlayerStatColumnMin,200px) + 12px)}}@media (width<=520px){.rawCardStatList{grid-template-columns:minmax(0,1fr);min-width:0}}.rawCardStatListRow dt{color:var(--soft);text-transform:none;letter-spacing:.02em;margin:0;font-size:10px;font-weight:700;line-height:1.3}.rawCardStatListRow dd{text-align:right;color:#e2e8f0;font-variant-numeric:tabular-nums;margin:0;font-family:ui-monospace,Consolas,monospace;font-size:11px;font-weight:600;line-height:1.35}@media (width<=480px){.rawCardPlayerStatsRow{grid-template-columns:1fr}.rawCardPlayerOpenRight{border-left:none;border-top:1px solid var(--border);max-width:100%;padding:8px 0 0}}.rawCard--playerVert--statsOpen .rawCardPlayerStatsLeft .publicFacts{flex-flow:column;align-items:stretch;gap:6px;width:100%;margin-top:auto;padding-top:12px;display:flex}.rawCard--playerVert--statsOpen .rawCardPlayerStatsLeft .publicFacts small{text-align:start;border:1px solid var(--border);background:#0b11208c;border-radius:10px;width:100%;padding:7px 10px;font-size:11px;line-height:1.35}.rawCard:not(.rawCard--playerVert){grid-template-columns:92px minmax(0,1fr);align-items:start}.rawCard:not(.rawCard--playerVert)>img,.rawCard:not(.rawCard--playerVert)>span:not(.rawCardStatsIcon){border-radius:20px;flex-shrink:0;align-self:start;width:92px;min-width:92px;height:92px;min-height:92px;margin:0;font-size:28px}.rawCard:not(.rawCard--playerVert)>div:first-of-type{align-self:start;width:100%;min-width:0}.rawCard--playerVert .rawCardPlayerVertTop{text-align:left;flex-direction:row;justify-content:center;align-items:center;gap:12px;width:100%;min-width:0;margin:0 0 12px;display:flex}.rawCard--playerVert .rawCardPlayerVertTopPhoto,.rawCard--playerVert .rawCardPlayerVertTopMonogram{object-fit:contain;background:var(--surface-3);border:1px solid var(--border);border-radius:16px;flex-shrink:0;width:72px;min-width:72px;height:72px;min-height:72px;margin:0}.rawCard--playerVert .rawCardPlayerVertTopMonogram{place-items:center;font-size:22px;font-weight:900;display:grid}.rawCard--playerVert .rawCardPlayerVertTopText{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:4px;min-width:0;display:flex}.rawCard--playerVert .rawCardPlayerVertTopTitleLine{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:8px 10px;width:100%;min-width:0;display:flex}.rawCard--playerVert .rawCardPlayerVertTopTitleLine .rawCardPlayerVertTopTeamLogo{object-fit:contain;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;flex-shrink:0;width:32px;min-width:32px;height:32px}.rawCard--playerVert .rawCardPlayerVertTopText strong{text-align:start;-webkit-line-clamp:2;white-space:normal;-webkit-box-orient:vertical;flex:8rem;min-width:0;font-size:15px;font-weight:800;line-height:1.25;display:-webkit-box;overflow:hidden}.rawCard--playerVert .rawCardPlayerVertTopText em{text-align:start;width:100%;min-width:0;color:var(--muted);-webkit-line-clamp:2;white-space:normal;-webkit-box-orient:vertical;margin-top:0;font-size:12px;font-style:normal;line-height:1.35;display:-webkit-box;overflow:hidden}.rawCard--playerVert strong{white-space:normal;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:15px;font-weight:800;line-height:1.25;display:-webkit-box;overflow:hidden}.rawCard--playerVert em{-webkit-line-clamp:2;white-space:normal;-webkit-box-orient:vertical;margin-top:6px;line-height:1.35;display:-webkit-box;overflow:hidden}.rawCard--playerVert .publicFacts{flex-flow:column;align-items:stretch;gap:6px;width:100%;margin-top:auto;padding-top:12px;display:flex}.rawCard--playerVert .publicFacts small{text-align:start;border:1px solid var(--border);background:#0b11208c;border-radius:10px;width:100%;padding:7px 10px;font-size:11px;line-height:1.35}.leaguePlayersSentinel{pointer-events:none;width:100%;min-height:1px}.leaguePlayersLoadMore{text-align:center;color:var(--soft);letter-spacing:.02em;padding:12px 8px 4px;font-size:12px;font-weight:700}.playerStatsPanel{grid-template-columns:minmax(0,1fr);align-items:start;gap:16px;display:grid}.playerPitchArea{flex-direction:column;gap:12px;display:flex}.formationBoard,.playerDetailCard{border:1px solid var(--border);background:#ffffff09;border-radius:18px}.formationBoard{overflow:visible}.formationPitchScroll{-webkit-overflow-scrolling:touch;box-sizing:border-box;border-radius:0;max-width:100%;margin:0;padding:0;overflow:auto hidden}.formationPitchRotate{width:100%;min-width:0;display:block}.formationTitle{justify-content:space-between;align-items:center;gap:10px;padding:12px 14px 8px;display:flex}.formationTitle strong{color:var(--text);text-transform:uppercase;font-size:14px}.formationTitle span{color:var(--muted);font-size:12px;font-weight:800}.formationTeams{border-bottom:1px solid #ffffff14;justify-content:space-between;gap:12px;padding:0 14px 12px;display:flex}.formationTeams div{min-width:0;color:var(--text);align-items:center;gap:8px;font-size:13px;font-weight:900;display:inline-flex}.formationTeams p{gap:2px;margin:0;display:grid}.formationTeams strong,.formationTeams em{display:block}.formationTeams em{color:var(--muted);font-size:11px;font-style:normal;font-weight:800}.formationTeams img,.formationTeams span{background:var(--surface-3);border:1px solid var(--border);object-fit:contain;border-radius:8px;place-items:center;width:22px;height:22px;font-size:9px;font-weight:900;display:grid}.fullPitch{background:#5f9f36;grid-template-columns:1fr 1fr;min-height:560px;padding:34px 26px;display:grid;position:relative;overflow:hidden}.pitchLines,.pitchLines span{pointer-events:none;position:absolute}.pitchLines{z-index:0;inset:10px}.pitchLines span{display:block}.pitchBorder{border:2px solid #ffffffad;inset:0}.halfwayLine{background:#ffffffad;width:2px;top:0;bottom:0;left:50%;transform:translate(-50%)}.centerCircle{border:2px solid #ffffffad;border-radius:999px;width:136px;height:136px;top:50%;left:50%;transform:translate(-50%,-50%)}.centerSpot,.penaltySpot{background:#ffffffb8;border-radius:999px;width:7px;height:7px;position:absolute}.centerSpot{top:50%;left:50%;transform:translate(-50%,-50%)}.penaltyBox{border:2px solid #ffffffad;width:138px;height:50%;top:25%}.penaltyBox.left{border-left:0;left:0}.penaltyBox.right{border-right:0;right:0}.goalBox{border:2px solid #ffffffad;width:54px;height:24%;top:38%}.goalBox.left{border-left:0;left:0}.goalBox.right{border-right:0;right:0}.penaltySpot{top:50%;transform:translate(-50%,-50%)}.penaltySpot.left{left:112px}.penaltySpot.right{right:112px;transform:translate(50%,-50%)}.arc{border:2px solid #ffffffad;border-radius:999px;width:88px;height:88px;top:calc(50% - 44px)}.arc.left{clip-path:inset(0 0 0 54%);left:94px}.arc.right{clip-path:inset(0 54% 0 0);right:94px}.pitchSide{z-index:1;grid-template-columns:repeat(4,1fr);gap:8px;display:grid;position:relative}.formationColumn{flex-direction:column;justify-content:space-evenly;align-items:center;min-width:0;display:flex}.fieldPlayer{color:#fff;text-shadow:0 2px 3px #00000073;background:0 0;border:0;justify-items:center;gap:5px;width:84px;padding:2px;display:grid;position:relative}.playerNumber{color:#fff;border:2px solid #ffffffe0;border-radius:999px;place-items:center;width:38px;height:38px;font-size:13px;font-weight:900;display:grid;box-shadow:0 4px 10px #00000038}.playerNumber.blue{background:#2563eb}.playerNumber.green{background:#16a34a}.fieldPlayerBadgeStack{flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex;position:relative}.fieldPlayerBadgeStack .playerNumber{flex-shrink:0}.fieldPlayerBadgeStack .playerMarkers{z-index:5;pointer-events:none;flex-flow:row;justify-content:flex-end;align-items:center;gap:2px;min-width:0;min-height:0;line-height:0;display:inline-flex;position:absolute;top:-3px;left:auto;right:-3px}.fieldPlayerBadgeStack .cardIcon{width:11px;height:13px;text-shadow:none;border-radius:2px;flex-shrink:0;place-items:center;font-size:8px;font-style:normal;font-weight:900;display:inline-grid;box-shadow:0 2px 5px #00000059}.fieldPlayerBadgeStack .subOutIcon{background:#0f172aeb;border:1px solid #ffffffbf;border-radius:999px;flex-shrink:0;place-items:center;width:15px;height:15px;display:inline-grid;position:relative;box-shadow:0 2px 5px #00000059}.fieldPlayerBadgeStack .goalBall{z-index:4;width:22px;height:22px;text-shadow:none;background:#0f172a85;border-radius:999px;place-items:center;font-size:13px;font-style:normal;line-height:1;display:inline-grid;position:absolute;inset:auto auto -5px -6px;transform:none;box-shadow:0 2px 8px #0000007a}.fieldPlayerBadgeStack .goalBall b{color:#fff;background:#ef4444;border-radius:999px;place-items:center;min-width:14px;height:14px;font-size:9px;font-style:normal;font-weight:900;display:grid;position:absolute;top:-6px;left:-5px}.fieldPlayer strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:11px;font-weight:900;line-height:1.1;display:block;overflow:hidden}.fieldPlayer em{border-radius:999px;margin-top:-1px;padding:4px 8px;font-size:11px;font-style:normal;font-weight:1000}.fieldPlayer em.ratingBadge{z-index:6;position:relative}.ratingBadge{text-align:center;text-shadow:0 1px 2px #00000059;min-width:34px;box-shadow:0 3px 9px #00000057,inset 0 1px #ffffff38;color:#fff!important;border:0!important}.ratingElite{background:linear-gradient(135deg,#15803d,#22c55e)!important}.ratingGood{background:linear-gradient(135deg,#4d7c0f,#84cc16)!important}.ratingAverage{text-shadow:none;color:#1f2937!important;background:linear-gradient(135deg,#b45309,#facc15)!important}.ratingLow{background:linear-gradient(135deg,#c2410c,#fb923c)!important}.ratingPoor{background:linear-gradient(135deg,#991b1b,#ef4444)!important}.ratingNeutral{background:#64748b!important}.fieldPlayer.active .playerNumber,.fieldPlayer:hover .playerNumber{outline-offset:2px;outline:3px solid #ef4444c7}.benchGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.benchSection{background:#0f172a8c;border-top:1px solid #ffffff14;gap:10px;padding:14px;display:grid}.benchSection h3{color:#c7d2fe;letter-spacing:.5px;text-transform:uppercase;margin:0;font-size:12px;font-weight:1000}.sectionToggle{border:1px solid var(--border);color:#c7d2fe;text-align:left;background:#0f172ab8;border-radius:13px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:11px 12px;transition:border-color .16s,background .16s,transform .16s;display:flex}.sectionToggle:hover{border-color:var(--border-strong);background:#1e293bc2}.sectionToggle span{letter-spacing:.5px;text-transform:uppercase;font-size:12px;font-weight:1000}.sectionToggle i{width:24px;height:24px;color:var(--text);background:#ffffff0f;border-radius:999px;place-items:center;font-style:normal;font-weight:1000;transition:transform .22s,background .16s;display:grid;position:relative}.sectionToggle i:before{content:"";border-bottom:2px solid;border-right:2px solid;width:7px;height:7px;transform:translateY(-1px)rotate(45deg)}.sectionToggle i.open{transform:rotate(180deg)}.sectionToggle:hover i{background:#ffffff1a}.benchGrid,.ratingRankingColumns{transform-origin:top;animation:.18s both sectionReveal}@keyframes sectionReveal{0%{opacity:0;transform:translateY(-4px)scaleY(.98)}to{opacity:1;transform:translateY(0)scaleY(1)}}.benchCard{border:1px solid var(--border);background:#ffffff09;border-radius:14px;overflow:hidden}.benchHead{border-bottom:1px solid var(--border);align-items:center;gap:9px;padding:10px 11px;display:flex}.benchHead img,.benchHead span{background:var(--surface-3);border:1px solid var(--border);object-fit:contain;border-radius:8px;place-items:center;width:22px;height:22px;font-size:8px;font-weight:900;display:grid}.benchHead strong{font-size:12px}.benchPlayers{gap:6px;padding:9px;display:grid}.benchPlayers>em{color:var(--muted);font-size:12px;font-style:normal}.benchPlayer{color:var(--text);text-align:left;background:#0f172a9e;border:1px solid #0000;border-radius:11px;grid-template-columns:34px auto minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:7px;display:grid}.benchPlayer:hover,.benchPlayer.active{background:#7f1d1d61;border-color:#ef44448c}.benchPlayer span{color:#fff;background:#64748b;border-radius:999px;place-items:center;width:28px;height:28px;font-size:11px;font-weight:900;display:grid}.benchPlayer strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.benchRating{letter-spacing:.1px;border-radius:999px;min-width:34px;padding:4px 7px;font-size:11px;font-style:normal;font-weight:1000}.subInBadge,.subOutBadge,.subPairBadge{white-space:nowrap;border-radius:999px;justify-self:end;width:fit-content;padding:4px 7px;font-size:10px;font-style:normal;font-weight:900}.subInBadge{color:#bbf7d0;background:#22c55e2e}.subOutBadge{color:#fecaca;background:#ef44442e}.subPairBadge{width:fit-content;color:var(--muted);background:#94a3b81f;grid-column:2/-1}.ratingRanking{background:#0f172a7a;border-top:1px solid #ffffff14;gap:10px;padding:14px;display:grid}.ratingRanking h3{color:#c7d2fe;letter-spacing:.5px;text-transform:uppercase;margin:0;font-size:12px;font-weight:1000}.ratingRankingColumns{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.ratingRankingColumn{gap:7px;min-width:0;padding:9px;display:grid}.ratingRankingColumn>button{color:var(--text);text-align:left;background:#0f172a9e;border:1px solid #0000;border-radius:11px;grid-template-columns:34px auto minmax(0,1fr);align-items:center;gap:8px;padding:7px;display:grid}.ratingRankingColumn>button>span:first-child{color:#fff;background:#64748b;border-radius:999px;place-items:center;width:28px;height:28px;font-size:11px;font-weight:900;display:grid}.ratingRankingColumn>button .ratingBadge{letter-spacing:.1px;border-radius:999px;min-width:34px;padding:4px 7px;font-size:11px;font-style:normal;font-weight:1000}.ratingRankingColumn>button:hover,.ratingRankingColumn>button.active{background:#7f1d1d61;border-color:#ef44448c}.ratingRankingColumn>button strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.cardIcon.yellow{color:#111827;background:#facc15}.cardIcon.red{color:#fff;background:#dc2626}.fieldPlayerBadgeStack .subOutIcon:before,.fieldPlayerBadgeStack .subOutIcon:after{content:"";width:0;height:0;position:absolute;left:50%;transform:translate(-50%)}.fieldPlayerBadgeStack .subOutIcon:before{border-bottom:4px solid #22c55e;border-left:3px solid #0000;border-right:3px solid #0000;top:2px}.fieldPlayerBadgeStack .subOutIcon:after{border-top:4px solid #ef4444;border-left:3px solid #0000;border-right:3px solid #0000;bottom:2px}.playerDetailCard{z-index:9;border:1px solid var(--border);background:linear-gradient(#111827f7 0%,#0b1020fa 100%);border-radius:18px;grid-template-columns:minmax(220px,280px) minmax(0,1fr);align-items:start;gap:14px;padding:15px;display:grid;position:sticky;top:72px;box-shadow:0 4px 20px #00000059}.playerStatsPanel .playerDetailCard{margin-top:4px}.playerDetailHead{align-items:center;gap:12px;display:flex}.playerDetailHead img,.playerDetailHead>span{object-fit:cover;background:var(--surface-3);border:1px solid var(--border);border-radius:18px;place-items:center;width:58px;height:58px;font-weight:900;display:grid}.playerDetailHead strong,.playerDetailHead em{display:block}.playerDetailHead em{color:var(--muted);margin-top:4px;font-size:12px;font-style:normal}.playerBadges,.playerDetailStats{flex-wrap:wrap;gap:7px;margin-top:14px;display:flex}.playerBadges{grid-column:1}.playerBadges span{color:#c7d2fe;background:var(--primary-soft);border-radius:999px;padding:6px 8px;font-size:11px;font-weight:900}.playerBadges .ratingBadge{padding:7px 10px;font-size:12px}.playerDetailStats{grid-area:1/2/span 2;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:0;display:grid}.playerDetailStats div{border:1px solid var(--border);background:#ffffff09;border-radius:12px;padding:10px}.playerDetailStats span{color:var(--muted);font-size:10px;font-weight:900;display:block}.playerDetailStats strong{margin-top:5px;font-size:15px;display:block}.publicFacts{flex-wrap:wrap;grid-column:1/-1;gap:7px;display:flex}.publicFacts small{color:var(--muted);border:1px solid var(--border);background:#94a3b81a;border-radius:999px;padding:5px 8px;font-size:11px}.empty,.emptyMini{text-align:center;min-height:190px;color:var(--muted);border:1px dashed var(--border-strong);border-radius:var(--radius);background:#ffffff06;place-items:center;gap:8px;display:grid}.empty svg{color:#c7d2fe;width:34px;height:34px}.empty strong{color:var(--text)}.empty p{margin:0;font-size:13px}.emptyMini{min-height:120px}.loadingRows{gap:12px;display:grid}.skeleton{background:linear-gradient(90deg,#94a3b814,#94a3b82e,#94a3b814) 0 0/200% 100%;border-radius:16px;height:68px;animation:1.2s linear infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=1060px){.heroGrid,.filters,.scoreFilters,.matchFacts,.summaryGrid{grid-template-columns:1fr}.matchHero .scoreboard{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:clamp(8px,2.5vw,18px)}.scoreHeader{grid-template-columns:1fr}.scoreSummary{justify-content:center}.heroStats,.lineupGrid,.oddsGrid,.playerStatsPanel,.benchGrid,.ratingRankingColumns,.leagueGrid,.leagueOverview,.rawGrid,.leagueEntityGrid--playersVert,.filters.moduleFilters{grid-template-columns:1fr}.fixtureRow{grid-template-columns:66px minmax(0,1fr) 32px}.fixtureInfo,.demoTag{display:none}.rankingRow,.rankingRow--cards{grid-template-columns:1fr}.rankingRow--cards .rankingCardsStat{justify-content:flex-start;justify-self:stretch}.rankingRow b,.predictionButton{justify-self:start}.predictionButton--open{justify-self:stretch}}@media (width<=640px){.leagueFixtureList{grid-template-columns:1fr}}.formationPitchScroll--portrait.formationPitchScroll--flash,.formationPitchScroll--flash{box-sizing:border-box;background:#0a2320;border-radius:0;flex-direction:column;width:100%;min-width:0;max-width:100%;margin:0;padding:0;display:flex;position:relative;overflow:hidden visible;box-shadow:0 8px 28px #00000073}.fullPitch__flashBar{box-sizing:border-box;color:#94a3b8;letter-spacing:.04em;background:#060d14;border-bottom:1px solid #ffffff1a;grid-template-columns:1fr auto 1fr;align-items:center;gap:6px;width:100%;margin:0;padding:8px 0;font-size:10px;font-weight:900;display:grid}.fullPitch__flashForm{text-align:center;font-variant-numeric:tabular-nums;min-width:0;line-height:1.2}.fullPitch__flashForm:first-of-type{text-align:left}.fullPitch__flashForm:last-of-type{text-align:right}.fullPitch__flashTitle{color:#e2e8f0;text-transform:uppercase;white-space:nowrap;font-size:10px;font-weight:1000}.fullPitch--portraitCanvas{background:linear-gradient(#0f2f2a 0%,#0a201c 50%,#0b2520 100%);flex-direction:column;flex:1;width:100%;min-width:0;min-height:700px;display:flex;position:relative}.fullPitch__zones{z-index:1;flex-direction:column;flex:1;gap:0;width:100%;min-height:0;display:flex;position:relative}.fullPitch__zone{box-sizing:border-box;flex-direction:column;flex:1;justify-content:flex-start;align-items:stretch;width:100%;min-width:0;min-height:315px;margin:0;padding:0;display:flex;position:relative}.fullPitch__zone--away{border-bottom:1px solid #ffffff1a;padding-top:26px}.fullPitch__zone--home{padding-top:8px;padding-bottom:26px}.formationPitchScroll--flash .awaySide--portrait,.formationPitchScroll--flash .homeSide--portrait{flex:1 1 0;grid-template-columns:repeat(4,minmax(0,1fr));place-content:start;place-items:start stretch;gap:0;width:100%;min-width:0;max-width:100%;min-height:0;display:grid}.formationPitchScroll--flash .pitchSide--flexPortrait{grid-template-columns:unset;align-content:unset;justify-content:unset;justify-items:unset;z-index:2;flex-direction:column;flex:1 1 0;align-items:stretch;width:100%;min-width:0;min-height:288px;display:flex;position:relative}.formationPitchScroll--flash .pitchFormationFlex{box-sizing:border-box;flex-direction:column;flex:1 1 0;justify-content:space-between;gap:6px;width:100%;min-height:0;padding:3% 1% 4%;display:flex}.formationPitchScroll--flash .pitchFormationFlex--home{flex-direction:column-reverse}.formationPitchScroll--flash .pitchFormationFlex__row{flex-flow:wrap;place-content:center space-evenly;align-items:flex-start;gap:4px 8px;min-height:0;display:flex}.formationPitchScroll--flash .pitchFormationFlex__row .fieldPlayer--flash{flex:0 auto;width:auto;min-width:0;max-width:76px}.formationPitchScroll--flash .formationColumn{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:2px;width:100%;min-width:0;display:flex}.pitchLines--portrait{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.pitchBorder--portrait{box-sizing:border-box;border:1.5px solid #c8d2dc59;border-radius:0;position:absolute;inset:0}.halfwayLine--portrait{background:0 0;border:none;border-top:1.5px solid #c8d2dc66;height:0;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.centerCircle--portrait{width:78px;height:78px;box-shadow:none;clip-path:none;background:0 0;border:1.5px solid #c8d2dc66;border-radius:999px;margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.penaltyBox--pt{box-sizing:border-box;clip-path:none;background:0 0;border:1.5px solid #c8d2dc47;border-radius:2px;width:46%;height:18%;position:absolute;top:auto;bottom:auto;left:50%;transform:translate(-50%)}.penaltyBox--ptTop{border-top:0;top:6px}.penaltyBox--ptBottom{border-bottom:0;bottom:6px}.fullPitch__teamAvg{z-index:2;color:#fff;pointer-events:none;background:linear-gradient(135deg,#15803d,#22c55e);border:1px solid #fff3;border-radius:6px;justify-content:center;align-items:center;min-width:32px;height:28px;padding:0 8px;font-size:12px;font-weight:1000;display:flex;position:absolute;box-shadow:0 3px 10px #00000059}.fullPitch__teamAvg--away{top:4px;left:2px}.fullPitch__teamAvg--home{background:linear-gradient(135deg,#4d7c0f,#84cc16);bottom:4px;right:2px}.fieldPlayer--flash{box-sizing:border-box;text-shadow:0 1px 2px #0000008c;align-content:start;justify-items:center;gap:2px;width:100%;min-width:0;max-width:100%;padding:1px 0 2px}.fieldPlayer--flash .playerNumber{box-sizing:border-box;border-width:1.5px;flex-shrink:0;width:28px;max-width:100%;height:28px;font-size:10px;box-shadow:0 2px 5px #00000042}.fieldPlayer--flash .fieldPlayer strong{max-width:100%;font-size:8px;line-height:1.1}.fieldPlayer--flash em.ratingBadge{z-index:6;border-radius:3px;min-width:22px;margin-top:0;padding:1px 4px 2px;font-size:8px}.fieldPlayer--flash .fieldPlayerBadgeStack{width:28px;height:28px}.fieldPlayer--flash .fieldPlayerBadgeStack .playerMarkers{gap:1px;top:-4px;right:-4px}.fieldPlayer--flash .fieldPlayerBadgeStack .cardIcon{width:10px;height:12px;font-size:7px}.fieldPlayer--flash .fieldPlayerBadgeStack .subOutIcon{width:14px;height:14px}.fieldPlayer--flash .fieldPlayerBadgeStack .goalBall{width:18px;height:18px;font-size:11px;bottom:-4px;left:-5px}.fieldPlayer--flash .fieldPlayerBadgeStack .goalBall b{min-width:12px;height:12px;font-size:8px;top:-5px;left:-4px}@media (width>=400px){.fieldPlayer--flash .playerNumber{width:30px;height:30px;font-size:10px}.fieldPlayer--flash .fieldPlayerBadgeStack{width:30px;height:30px}}@media (width<=1023px){.tabPanel:has(.playerStatsPanel--portraitTight){padding-left:0;padding-right:0}}.playerStatsPanel--portraitTight{gap:10px;margin:0;padding:0}.playerStatsPanel--portraitTight .playerPitchArea{gap:0;margin:0;padding:0}.playerStatsPanel--portraitTight .formationBoard--portrait{box-sizing:border-box;width:100%;min-width:0;max-width:none;box-shadow:none;border-left:0;border-right:0;border-radius:0;margin:0}.playerStatsPanel--portraitTight .formationTitle{flex-direction:column;align-items:flex-start;gap:6px;margin:0;padding:8px 12px 6px}.playerStatsPanel--portraitTight .formationTitle strong{font-size:12px}.playerStatsPanel--portraitTight .formationTitle span{max-width:100%;font-size:10px;font-weight:700;line-height:1.4}.playerStatsPanel--portraitTight .formationTeams{flex-direction:column;align-items:stretch;gap:8px;margin:0;padding:0 12px 8px}.playerStatsPanel--portraitTight .formationTeams>div{flex-wrap:wrap;align-items:center;width:100%;min-width:0}.playerStatsPanel--portraitTight .formationTeams p{flex:auto;min-width:0}.playerStatsPanel--portraitTight .formationTeams strong,.playerStatsPanel--portraitTight .formationTeams em{word-break:break-word;overflow-wrap:anywhere}.playerStatsPanel--portraitTight .playerDetailCard{grid-template-columns:1fr;margin-left:0;margin-right:0;padding:12px 0;position:relative;top:auto}.playerStatsPanel--portraitTight .playerBadges,.playerStatsPanel--portraitTight .playerDetailStats{grid-area:auto}.playerStatsPanel--portraitTight .playerDetailStats{grid-template-columns:repeat(2,minmax(0,1fr))}.playerStatsPanel--portraitTight .benchSection,.playerStatsPanel--portraitTight .ratingRanking{margin:0;padding:10px 0}.playerStatsPanel--portraitTight .benchGrid,.playerStatsPanel--portraitTight .ratingRankingColumns{grid-template-columns:1fr}@media (width<=680px){.headerInner{padding:10px max(14px, env(safe-area-inset-right,0px)) 12px max(14px, env(safe-area-inset-left,0px));box-sizing:border-box;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:10px;max-width:100%;min-height:0}.headerMenuToggle{display:inline-flex}.topNav--desktop{display:none!important}.brand{flex:1;min-width:0;padding-right:0}.brandText{overflow:hidden}.main{width:min(100% - 20px,1220px);padding-top:14px}.heroGrid h1{letter-spacing:-1.2px}.quickDates{overflow-x:auto}.scoreTabs{justify-content:flex-start}.dateSwitcher{grid-template-columns:1fr;display:grid}.dateButton{width:100%}.calendarPopover{width:min(312px,100vw - 32px);left:0;transform:none}.fixtureRow{grid-template-columns:58px minmax(0,1fr) 28px;gap:8px}.statCards,.players,.playerDetailCard{grid-template-columns:1fr}.playerBadges,.playerDetailStats{grid-area:auto}.playerDetailStats{grid-template-columns:repeat(2,minmax(0,1fr))}}
