.PlayerPicker-module__G4Lapq__root{flex-direction:column;gap:.75rem;display:flex}.PlayerPicker-module__G4Lapq__budgetBar{background:var(--surface);border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:.65rem 1rem;display:flex}.PlayerPicker-module__G4Lapq__budgetLabel{font-family:var(--font-mono);color:var(--muted);font-size:.9rem}.PlayerPicker-module__G4Lapq__budgetValue{font-family:var(--font-mono);color:var(--accent);font-size:1.1rem;font-weight:700}.PlayerPicker-module__G4Lapq__budgetValue.PlayerPicker-module__G4Lapq__tight{color:#e94f37}.PlayerPicker-module__G4Lapq__slotInfo{color:var(--muted);font-size:.8rem}.PlayerPicker-module__G4Lapq__tabs{flex-wrap:wrap;gap:.4rem;display:flex}.PlayerPicker-module__G4Lapq__tabBtn{background:var(--surface);border:1px solid var(--border);font-family:var(--font-body);color:var(--muted);cursor:pointer;border-radius:8px;padding:.35rem .85rem;font-size:.85rem;transition:background .12s,color .12s,border-color .12s}.PlayerPicker-module__G4Lapq__tabBtn:hover{border-color:var(--accent);color:var(--text)}.PlayerPicker-module__G4Lapq__tabBtn.PlayerPicker-module__G4Lapq__active{background:var(--accent);color:#000;border-color:var(--accent);font-weight:700}.PlayerPicker-module__G4Lapq__filtersRow{align-items:center;gap:.5rem;display:flex}.PlayerPicker-module__G4Lapq__searchInput{background:var(--surface);border:1px solid var(--border);min-width:0;font-family:var(--font-body);color:var(--text);border-radius:8px;outline:none;flex:1;padding:.5rem .85rem;font-size:.9rem;transition:border-color .15s}.PlayerPicker-module__G4Lapq__searchInput:focus{border-color:var(--accent2)}.PlayerPicker-module__G4Lapq__teamSelect{background:var(--surface);border:1px solid var(--border);font-family:var(--font-body);color:var(--text);cursor:pointer;border-radius:8px;outline:none;flex-shrink:0;max-width:140px;padding:.5rem .65rem;font-size:.85rem;transition:border-color .15s}.PlayerPicker-module__G4Lapq__teamSelect:focus{border-color:var(--accent2)}@media (max-width:480px){.PlayerPicker-module__G4Lapq__filtersRow{flex-direction:column;align-items:stretch}.PlayerPicker-module__G4Lapq__teamSelect{max-width:100%}}.PlayerPicker-module__G4Lapq__playerList{flex-direction:column;gap:.4rem;max-height:420px;padding-right:2px;display:flex;overflow-y:auto}.PlayerPicker-module__G4Lapq__playerCard{background:var(--surface);border:1px solid var(--border);cursor:pointer;user-select:none;border-radius:8px;align-items:center;gap:.75rem;padding:.6rem .85rem;transition:border-color .12s,background .12s;display:flex}.PlayerPicker-module__G4Lapq__playerCard:hover:not(.PlayerPicker-module__G4Lapq__disabled){border-color:var(--accent2);background:var(--card)}.PlayerPicker-module__G4Lapq__playerCard.PlayerPicker-module__G4Lapq__selected{border-color:var(--accent);background:#e8c5470f}.PlayerPicker-module__G4Lapq__playerCard.PlayerPicker-module__G4Lapq__disabled{opacity:.42;cursor:not-allowed}.PlayerPicker-module__G4Lapq__playerCard.PlayerPicker-module__G4Lapq__captain{border-color:var(--accent);box-shadow:0 0 0 2px #e8c54740}.PlayerPicker-module__G4Lapq__check{border:2px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;transition:background .12s,border-color .12s;display:flex}.PlayerPicker-module__G4Lapq__check.PlayerPicker-module__G4Lapq__checked{background:var(--accent);border-color:var(--accent);color:#000}.PlayerPicker-module__G4Lapq__captainBadge{background:var(--accent);color:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:900;display:flex}.PlayerPicker-module__G4Lapq__playerInfo{flex:1;min-width:0}.PlayerPicker-module__G4Lapq__playerName{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.PlayerPicker-module__G4Lapq__playerMeta{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.PlayerPicker-module__G4Lapq__playerPrice{font-family:var(--font-mono);color:var(--accent);flex-shrink:0;font-size:.9rem;font-weight:700}.PlayerPicker-module__G4Lapq__empty{text-align:center;color:var(--muted);padding:2rem 0;font-size:.9rem}
.TeamBuilder-module__ehRbPa__root{flex-direction:column;gap:1.25rem;display:flex}.TeamBuilder-module__ehRbPa__steps{align-items:center;gap:.5rem;display:flex}.TeamBuilder-module__ehRbPa__stepDot{background:var(--surface);border:2px solid var(--border);width:28px;height:28px;color:var(--muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;transition:background .15s,border-color .15s,color .15s;display:flex}.TeamBuilder-module__ehRbPa__stepDot.TeamBuilder-module__ehRbPa__active{background:var(--accent);border-color:var(--accent);color:#000}.TeamBuilder-module__ehRbPa__stepDot.TeamBuilder-module__ehRbPa__done{background:var(--accent4);border-color:var(--accent4);color:#fff}.TeamBuilder-module__ehRbPa__stepLine{background:var(--border);flex:1;height:2px}.TeamBuilder-module__ehRbPa__stepLabel{font-family:var(--font-head);letter-spacing:.05em;color:var(--text);text-transform:uppercase;font-size:1.2rem}.TeamBuilder-module__ehRbPa__formationGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.TeamBuilder-module__ehRbPa__formationCard{background:var(--surface);border:2px solid var(--border);cursor:pointer;text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem;transition:border-color .15s,background .15s;display:flex}.TeamBuilder-module__ehRbPa__formationCard:hover{border-color:var(--accent2)}.TeamBuilder-module__ehRbPa__formationCard.TeamBuilder-module__ehRbPa__selected{border-color:var(--accent);background:#e8c5470f}.TeamBuilder-module__ehRbPa__formationName{font-family:var(--font-head);letter-spacing:.1em;color:var(--accent);font-size:2rem}.TeamBuilder-module__ehRbPa__formationDiagram{flex-direction:column;align-items:center;gap:4px;display:flex}.TeamBuilder-module__ehRbPa__formationRow{gap:5px;display:flex}.TeamBuilder-module__ehRbPa__dot{background:var(--accent);opacity:.7;border-radius:50%;width:10px;height:10px}.TeamBuilder-module__ehRbPa__dot.TeamBuilder-module__ehRbPa__gk{opacity:1;background:var(--accent2)}.TeamBuilder-module__ehRbPa__formationDesc{color:var(--muted);font-size:.8rem}.TeamBuilder-module__ehRbPa__selectedSummary{flex-wrap:wrap;gap:.35rem;display:flex}.TeamBuilder-module__ehRbPa__playerChip{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:6px;align-items:center;gap:.3rem;padding:.25rem .6rem;font-size:.8rem;display:flex}.TeamBuilder-module__ehRbPa__playerChip.TeamBuilder-module__ehRbPa__captain{border-color:var(--accent);background:#e8c54714}.TeamBuilder-module__ehRbPa__captainC{background:var(--accent);color:#000;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.65rem;font-weight:900;display:inline-flex}.TeamBuilder-module__ehRbPa__confirmGrid{flex-direction:column;gap:.35rem;display:flex}.TeamBuilder-module__ehRbPa__confirmRow{background:var(--surface);border:1px solid var(--border);border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.TeamBuilder-module__ehRbPa__confirmRow.TeamBuilder-module__ehRbPa__captainRow{border-color:var(--accent);background:#e8c5470f}.TeamBuilder-module__ehRbPa__confirmPlayerName{color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.9rem;font-weight:500;overflow:hidden}.TeamBuilder-module__ehRbPa__confirmMeta{color:var(--muted);flex-shrink:0;font-size:.78rem}.TeamBuilder-module__ehRbPa__confirmPrice{font-family:var(--font-mono);color:var(--accent);flex-shrink:0;font-size:.85rem;font-weight:700}.TeamBuilder-module__ehRbPa__confirmStats{background:var(--card);border:1px solid var(--border);font-family:var(--font-mono);border-radius:10px;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.9rem;display:flex}.TeamBuilder-module__ehRbPa__confirmStats .TeamBuilder-module__ehRbPa__label{color:var(--muted)}.TeamBuilder-module__ehRbPa__confirmStats .TeamBuilder-module__ehRbPa__value{color:var(--accent);font-weight:700}.TeamBuilder-module__ehRbPa__actions{justify-content:space-between;gap:.75rem;padding-top:.5rem;display:flex}.TeamBuilder-module__ehRbPa__btnBack{border:1px solid var(--border);font-family:var(--font-body);color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;padding:.6rem 1.25rem;font-size:.9rem;transition:border-color .12s,color .12s}.TeamBuilder-module__ehRbPa__btnBack:hover{border-color:var(--text);color:var(--text)}.TeamBuilder-module__ehRbPa__btnNext{background:var(--accent);font-family:var(--font-head);letter-spacing:.05em;color:#000;cursor:pointer;text-transform:uppercase;border:none;border-radius:8px;flex:1;padding:.65rem 1.5rem;font-size:1rem;transition:opacity .15s}.TeamBuilder-module__ehRbPa__btnNext:disabled{opacity:.35;cursor:not-allowed}.TeamBuilder-module__ehRbPa__btnNext:not(:disabled):hover{opacity:.85}.TeamBuilder-module__ehRbPa__errorMsg{color:#e94f37;background:#e94f371f;border:1px solid #e94f3759;border-radius:8px;padding:.65rem 1rem;font-size:.875rem}@media (max-width:480px){.TeamBuilder-module__ehRbPa__formationGrid{grid-template-columns:1fr 1fr;gap:.6rem}.TeamBuilder-module__ehRbPa__formationName{font-size:1.5rem}}
.FantasyLeaderboard-module__b4zawG__root{flex-direction:column;gap:.75rem;display:flex}.FantasyLeaderboard-module__b4zawG__header{font-family:var(--font-head);letter-spacing:.05em;color:var(--text);text-transform:uppercase;font-size:1.2rem}.FantasyLeaderboard-module__b4zawG__table{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.FantasyLeaderboard-module__b4zawG__tableHeader{background:var(--card);color:var(--muted);letter-spacing:.04em;text-transform:uppercase;grid-template-columns:36px 1fr 80px 60px;gap:0;padding:.5rem .75rem;font-size:.75rem;font-weight:700;display:grid}.FantasyLeaderboard-module__b4zawG__tableRow{border-top:1px solid var(--border);grid-template-columns:36px 1fr 80px 60px;align-items:center;gap:0;padding:.55rem .75rem;font-size:.875rem;transition:background .1s;display:grid}.FantasyLeaderboard-module__b4zawG__tableRow:hover{background:var(--card)}.FantasyLeaderboard-module__b4zawG__tableRow.FantasyLeaderboard-module__b4zawG__me{background:#e8c54712;border-color:#e8c54733}.FantasyLeaderboard-module__b4zawG__rank{font-family:var(--font-mono);color:var(--muted);text-align:center;font-size:.8rem}.FantasyLeaderboard-module__b4zawG__rank.FantasyLeaderboard-module__b4zawG__top{color:var(--accent);font-weight:700}.FantasyLeaderboard-module__b4zawG__username{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.FantasyLeaderboard-module__b4zawG__username.FantasyLeaderboard-module__b4zawG__me{color:var(--accent)}.FantasyLeaderboard-module__b4zawG__formation{font-family:var(--font-mono);color:var(--muted);font-size:.78rem}.FantasyLeaderboard-module__b4zawG__pts{font-family:var(--font-mono);color:var(--accent);text-align:right;font-size:.9rem;font-weight:700}.FantasyLeaderboard-module__b4zawG__empty{text-align:center;color:var(--muted);padding:2rem;font-size:.9rem}.FantasyLeaderboard-module__b4zawG__loading{text-align:center;color:var(--muted);padding:1.5rem;font-size:.85rem}
.FantasyTeamView-module__mR-BFG__root{flex-direction:column;gap:1.5rem;display:flex}.FantasyTeamView-module__mR-BFG__meta{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.FantasyTeamView-module__mR-BFG__badge{background:var(--accent4);color:#fff;letter-spacing:.04em;border-radius:20px;padding:.2rem .6rem;font-size:.75rem;font-weight:700}.FantasyTeamView-module__mR-BFG__formation{font-family:var(--font-mono);color:var(--muted);font-size:.9rem}.FantasyTeamView-module__mR-BFG__totalScore{font-family:var(--font-head);color:var(--accent);letter-spacing:.05em;margin-left:auto;font-size:1.5rem}.FantasyTeamView-module__mR-BFG__pitch{background:linear-gradient(#1a3a1a 0%,#2a5a2a 40%,#1f4a1f 100%);border:1px solid #2d5a2d;border-radius:12px;flex-direction:column;gap:.75rem;padding:1rem .75rem;display:flex}.FantasyTeamView-module__mR-BFG__pitchRow{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.FantasyTeamView-module__mR-BFG__playerCard{flex-direction:column;align-items:center;gap:2px;width:72px;display:flex}.FantasyTeamView-module__mR-BFG__playerShirt{background:var(--card);border:2px solid var(--border);width:44px;height:44px;color:var(--text);border-radius:50%;justify-content:center;align-items:center;font-size:.65rem;font-weight:700;display:flex;position:relative}.FantasyTeamView-module__mR-BFG__playerShirt.FantasyTeamView-module__mR-BFG__captain{border-color:var(--accent);box-shadow:0 0 0 3px #e8c5474d}.FantasyTeamView-module__mR-BFG__captainBadge{background:var(--accent);color:#000;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.6rem;font-weight:900;display:flex;position:absolute;top:-4px;right:-4px}.FantasyTeamView-module__mR-BFG__playerPts{font-family:var(--font-mono);color:var(--accent);font-size:.75rem;font-weight:700}.FantasyTeamView-module__mR-BFG__playerPts.FantasyTeamView-module__mR-BFG__captain{color:gold}.FantasyTeamView-module__mR-BFG__playerNameShort{color:#ffffffd9;text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:70px;font-size:.65rem;line-height:1.2;overflow:hidden}.FantasyTeamView-module__mR-BFG__statsTable{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.FantasyTeamView-module__mR-BFG__statsHeader{background:var(--card);color:var(--muted);letter-spacing:.04em;text-transform:uppercase;grid-template-columns:1fr 60px 60px 60px 60px;gap:0;padding:.5rem .75rem;font-size:.75rem;font-weight:700;display:grid}.FantasyTeamView-module__mR-BFG__statsRow{border-top:1px solid var(--border);grid-template-columns:1fr 60px 60px 60px 60px;align-items:center;gap:0;padding:.5rem .75rem;font-size:.85rem;display:grid}.FantasyTeamView-module__mR-BFG__statsRow:hover{background:var(--card)}.FantasyTeamView-module__mR-BFG__statsPlayerName{color:var(--text);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.FantasyTeamView-module__mR-BFG__statsCell{font-family:var(--font-mono);color:var(--muted);text-align:center;font-size:.82rem}.FantasyTeamView-module__mR-BFG__statsCell.FantasyTeamView-module__mR-BFG__pts{color:var(--accent);font-weight:700}.FantasyTeamView-module__mR-BFG__statsCell.FantasyTeamView-module__mR-BFG__captain{color:gold;font-weight:700}@media (max-width:480px){.FantasyTeamView-module__mR-BFG__playerCard{width:56px}.FantasyTeamView-module__mR-BFG__playerShirt{width:36px;height:36px;font-size:.6rem}.FantasyTeamView-module__mR-BFG__statsHeader,.FantasyTeamView-module__mR-BFG__statsRow{grid-template-columns:1fr 44px 44px 44px 44px;padding:.45rem .5rem}}
.Fantasy-module__nw-H2G__container{max-width:900px;margin:0 auto;padding:1.5rem 1rem 4rem}.Fantasy-module__nw-H2G__loadingWrap{justify-content:center;align-items:center;min-height:200px;display:flex}.Fantasy-module__nw-H2G__sectionTitle{font-family:var(--font-head);letter-spacing:.06em;color:var(--accent);text-transform:uppercase;margin-bottom:1.25rem;font-size:1.6rem}.Fantasy-module__nw-H2G__modeEditBanner{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:.75rem 1rem;display:flex}.Fantasy-module__nw-H2G__modeEditBanner p{color:var(--muted);margin:0;font-size:.875rem}.Fantasy-module__nw-H2G__editBtn{background:var(--accent);color:#000;font-family:var(--font-body);cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:.4rem 1rem;font-size:.85rem;font-weight:600;transition:opacity .15s}.Fantasy-module__nw-H2G__editBtn:hover{opacity:.85}
.Spinner-module__dVSTTG__loading{text-align:center;color:var(--muted);animation:Spinner-module__dVSTTG__fadeIn .4s var(--ease-out,ease) both;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px 20px;display:flex}.Spinner-module__dVSTTG__loadingText{letter-spacing:.04em;color:var(--muted);font-size:.82rem;font-weight:500;animation:2s ease-in-out infinite Spinner-module__dVSTTG__pulse}.Spinner-module__dVSTTG__spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:28px;height:28px;margin-bottom:10px;animation:.8s linear infinite Spinner-module__dVSTTG__spin;display:inline-block}@keyframes Spinner-module__dVSTTG__spin{to{transform:rotate(360deg)}}@keyframes Spinner-module__dVSTTG__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes Spinner-module__dVSTTG__pulse{0%,to{opacity:1}50%{opacity:.5}}
.TrophySpinner-module__zex7YG__spinnerWrap{justify-content:center;align-items:center;height:100%;display:flex;position:relative}.TrophySpinner-module__zex7YG__spinnerWrap:after{content:"";background:radial-gradient(circle,#e8c54726 0%,#0000 70%);border-radius:50%;width:64px;height:64px;animation:2s ease-in-out infinite TrophySpinner-module__zex7YG__glowPulse;position:absolute}.TrophySpinner-module__zex7YG__trophy{z-index:1;filter:drop-shadow(0 2px 8px #e8c5474d);width:48px;height:48px;animation:1.2s linear infinite TrophySpinner-module__zex7YG__spin;display:block;position:relative}@keyframes TrophySpinner-module__zex7YG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes TrophySpinner-module__zex7YG__glowPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}
.Fixtures-module__AEWrnG__container{background:var(--card);border:1px solid var(--border);max-width:1100px;min-height:600px;box-shadow:var(--shadow-sm);animation:Fixtures-module__AEWrnG__contentIn .35s var(--ease-out,ease) both;border-top:none;border-radius:0 0 12px 12px;margin:0 auto;padding:0 24px 60px}@keyframes Fixtures-module__AEWrnG__contentIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.Fixtures-module__AEWrnG__sectionTitle{font-family:var(--font-head);color:var(--accent);letter-spacing:.05em;align-items:center;gap:10px;margin-bottom:24px;padding-top:32px;font-size:2rem;display:flex}.Fixtures-module__AEWrnG__sectionTitle:after{content:"";background:var(--border);flex:1;height:1px}.Fixtures-module__AEWrnG__segmentedControl{border:1px solid var(--border);float:right;vertical-align:middle;border-radius:20px;flex-shrink:0;font-weight:400;display:inline-flex;overflow:hidden}.Fixtures-module__AEWrnG__segmentPill{color:var(--muted);border:none;border-right:1px solid var(--border);font-size:.82rem;font-family:var(--font-body);cursor:pointer;background:0 0;padding:4px 14px;font-weight:500;transition:background .15s,color .15s}.Fixtures-module__AEWrnG__segmentPill:last-child{border-right:none}.Fixtures-module__AEWrnG__segmentPill:hover{color:var(--text);background:var(--card)}.Fixtures-module__AEWrnG__segmentPillActive{background:var(--accent);color:#0a0e1a;font-size:.82rem;font-family:var(--font-body);cursor:pointer;border:none;padding:4px 14px;font-weight:600}.Fixtures-module__AEWrnG__groupBlock{margin-bottom:28px}.Fixtures-module__AEWrnG__groupHeader{align-items:center;gap:10px;margin-bottom:10px;display:flex}.Fixtures-module__AEWrnG__groupBadge{background:var(--accent2);color:#fff;font-family:var(--font-head);letter-spacing:.08em;white-space:nowrap;border-radius:4px;padding:2px 12px;font-size:1rem}.Fixtures-module__AEWrnG__knockoutBadge{color:#fff;font-family:var(--font-head);letter-spacing:.06em;white-space:nowrap;background:linear-gradient(135deg,#7c3aed,#5b21b6);border-radius:4px;padding:2px 12px;font-size:1rem;box-shadow:0 0 12px #7c3aed59}.Fixtures-module__AEWrnG__groupTeams{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.8rem;overflow:hidden}.Fixtures-module__AEWrnG__fixtureGrid{flex-direction:column;gap:4px;display:flex}.Fixtures-module__AEWrnG__fixtureRow{background:var(--surface);border:1px solid var(--border);transition:border-color var(--duration-fast,.15s) ease, background var(--duration-fast,.15s) ease, box-shadow var(--duration-normal,.25s) ease, transform var(--duration-normal,.25s) var(--ease-out,ease);cursor:pointer;text-align:left;width:100%;color:var(--text);font-size:.85rem;font-family:var(--font-body);border-radius:8px;grid-template-columns:36px 90px 1fr 70px 1fr 20px;align-items:center;gap:8px;padding:10px 14px;display:grid}.Fixtures-module__AEWrnG__fixtureRow:hover{border-color:var(--accent2);box-shadow:var(--shadow-sm);background:#ffffff05;transform:translateY(-1px)}.Fixtures-module__AEWrnG__fixtureRowOpen{border-bottom-right-radius:0;border-bottom-left-radius:0;border-color:var(--accent)!important}.Fixtures-module__AEWrnG__fixtureNum{color:var(--muted);font-family:var(--font-mono);font-size:.75rem}.Fixtures-module__AEWrnG__fixtureDate{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.Fixtures-module__AEWrnG__fixtureHome{text-align:right;flex-direction:row-reverse;justify-content:flex-end;align-items:center;gap:6px;min-width:0;font-weight:500;display:flex;overflow:hidden}.Fixtures-module__AEWrnG__fixtureAway{align-items:center;gap:6px;min-width:0;font-weight:500;display:flex;overflow:hidden}.Fixtures-module__AEWrnG__teamFullName{text-overflow:ellipsis;white-space:nowrap;flex:1 1 0;min-width:0;overflow:hidden}.Fixtures-module__AEWrnG__teamAbbr{font-family:var(--font-mono);color:var(--muted);margin-left:2px;font-size:.75em;display:none}.Fixtures-module__AEWrnG__flag{object-fit:cover;border-radius:2px;flex-shrink:0;width:20px;height:14px;box-shadow:0 0 0 1px #ffffff1a}.Fixtures-module__AEWrnG__fixtureCenter{flex-direction:column;align-items:center;gap:2px;display:flex}.Fixtures-module__AEWrnG__fixtureScore{text-align:center;font-family:var(--font-mono);color:var(--accent);background:var(--card);border-radius:6px;padding:3px 8px;font-size:.9rem;font-weight:600}.Fixtures-module__AEWrnG__fixtureTbd{color:var(--muted);font-size:.75rem}.Fixtures-module__AEWrnG__kickoffTime{color:var(--accent);font-family:var(--font-mono);text-align:center;font-size:.68rem}.Fixtures-module__AEWrnG__fixtureVenueMobile{display:none}.Fixtures-module__AEWrnG__fixtureMeta{color:var(--muted);font-size:.7rem;font-family:var(--font-mono);text-align:center;white-space:nowrap;text-overflow:ellipsis;display:none;overflow:hidden}.Fixtures-module__AEWrnG__fixtureVenue{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.Fixtures-module__AEWrnG__chevron{color:var(--muted);text-align:center;flex-shrink:0;font-size:1.1rem;line-height:1;transition:transform .25s;display:inline-block;transform:rotate(90deg)}.Fixtures-module__AEWrnG__chevronOpen{color:var(--accent);transform:rotate(270deg)}.Fixtures-module__AEWrnG__expandPanel{border:1px solid var(--accent);background:var(--card);animation:Fixtures-module__AEWrnG__panelIn .25s var(--ease-out,ease);box-shadow:var(--shadow-sm);border-top:none;border-radius:0 0 8px 8px;padding:10px 12px 8px;font-size:.93em}@keyframes Fixtures-module__AEWrnG__panelIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.Fixtures-module__AEWrnG__statsLoading,.Fixtures-module__AEWrnG__statsEmpty{color:var(--muted);text-align:center;padding:8px 0;font-size:.82rem}.Fixtures-module__AEWrnG__statsInner{flex-direction:column;gap:14px;display:flex}.Fixtures-module__AEWrnG__barSection{flex-direction:column;gap:6px;display:flex}.Fixtures-module__AEWrnG__barLabels{justify-content:space-between;font-size:.75rem;font-weight:600;display:flex}.Fixtures-module__AEWrnG__labelHome{color:var(--accent);text-align:left}.Fixtures-module__AEWrnG__labelDraw{color:var(--muted);text-align:center}.Fixtures-module__AEWrnG__labelAway{color:#60a5fa;text-align:right}.Fixtures-module__AEWrnG__barTrack{background:var(--border);border-radius:6px;gap:1px;height:22px;display:flex;overflow:hidden}.Fixtures-module__AEWrnG__barHome{background:linear-gradient(90deg,#e8c547,#d4a820);min-width:2px;transition:width .6s cubic-bezier(.34,1.56,.64,1)}.Fixtures-module__AEWrnG__barDraw{background:#374151;min-width:2px;transition:width .6s cubic-bezier(.34,1.56,.64,1) 50ms}.Fixtures-module__AEWrnG__barAway{background:linear-gradient(90deg,#3b82f6,#2563eb);min-width:2px;transition:width .6s cubic-bezier(.34,1.56,.64,1) .1s}.Fixtures-module__AEWrnG__barPcts{font-size:.72rem;font-family:var(--font-mono);justify-content:space-between;display:flex}.Fixtures-module__AEWrnG__pctHome{color:var(--accent)}.Fixtures-module__AEWrnG__pctDraw{color:var(--muted);text-align:center}.Fixtures-module__AEWrnG__pctAway{color:#60a5fa;text-align:right}.Fixtures-module__AEWrnG__badgeRow{flex-wrap:wrap;gap:10px;display:flex}.Fixtures-module__AEWrnG__topScoreBadge,.Fixtures-module__AEWrnG__leaderBadge{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex:1;align-items:center;gap:8px;min-width:160px;padding:8px 14px;display:flex}.Fixtures-module__AEWrnG__leaderBadge{background:#e8c5470d;border-color:#e8c5474d}.Fixtures-module__AEWrnG__badgeIcon{font-size:1.1rem}.Fixtures-module__AEWrnG__badgeLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:.7rem}.Fixtures-module__AEWrnG__badgeValue{font-family:var(--font-mono);color:var(--accent);margin-left:auto;font-size:1.05rem;font-weight:700}.Fixtures-module__AEWrnG__badgeCount{color:var(--muted);white-space:nowrap;font-size:.72rem}.Fixtures-module__AEWrnG__leaderBadge .Fixtures-module__AEWrnG__badgeValue{color:var(--accent)}.Fixtures-module__AEWrnG__statsFootnote{color:var(--muted);text-align:right;font-size:.72rem}.Fixtures-module__AEWrnG__awayBlock{justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.Fixtures-module__AEWrnG__tabNav{border-bottom:1px solid var(--border);gap:6px;margin-bottom:14px;padding:10px 0 2px;display:flex}.Fixtures-module__AEWrnG__tab{border:1px solid var(--border);color:var(--muted);font-size:.78rem;font-family:var(--font-body);cursor:pointer;white-space:nowrap;background:0 0;border-radius:20px;padding:6px 14px;font-weight:500;transition:background .15s,color .15s,border-color .15s}.Fixtures-module__AEWrnG__tab:hover{color:var(--text);background:#e8c5470d;border-color:#e8c54766}.Fixtures-module__AEWrnG__tabActive{border:1px solid var(--accent);color:var(--accent);font-size:.78rem;font-family:var(--font-body);cursor:pointer;white-space:nowrap;background:#e8c5471f;border-radius:20px;padding:6px 14px;font-weight:600}.Fixtures-module__AEWrnG__tabContent{min-height:80px}.Fixtures-module__AEWrnG__lineupsTabContent{flex-direction:column;gap:12px;display:flex}.Fixtures-module__AEWrnG__lineupsHeader{justify-content:space-between;align-items:center;gap:10px;display:flex}.Fixtures-module__AEWrnG__lineupsTitle{color:var(--text);font-size:.9rem;font-weight:700;display:block}.Fixtures-module__AEWrnG__lineupsSub{color:var(--muted);margin-top:2px;font-size:.74rem;display:block}.Fixtures-module__AEWrnG__lineupsBadge{color:var(--accent);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;background:#e8c5471a;border:1px solid #e8c54766;border-radius:999px;padding:3px 10px;font-size:.7rem;font-weight:700}.Fixtures-module__AEWrnG__lineupPitch{border:1px solid var(--border);background:linear-gradient(90deg,#ffffff0f 1px,#0000 1px) 0 0/20px 20px,linear-gradient(0deg,#ffffff0f 1px,#0000 1px) 0 0/20px 20px,radial-gradient(circle,#ffffff0f,#0000 40%),linear-gradient(#146c43 0%,#0f5a37 100%);border-radius:12px;min-height:320px;position:relative;overflow:hidden}.Fixtures-module__AEWrnG__lineupMidline{background:#ffffff59;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.Fixtures-module__AEWrnG__lineupCenterCircle{border:2px solid #ffffff59;border-radius:999px;width:84px;height:84px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Fixtures-module__AEWrnG__lineupTeamLabelLeft,.Fixtures-module__AEWrnG__lineupTeamLabelRight{letter-spacing:.06em;text-transform:uppercase;color:#ffffffeb;font-size:.72rem;font-weight:700;position:absolute;top:12px}.Fixtures-module__AEWrnG__lineupTeamLabelLeft{left:12px}.Fixtures-module__AEWrnG__lineupTeamLabelRight{text-align:right;right:12px}.Fixtures-module__AEWrnG__lineupPlayer{border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;font-size:.72rem;font-weight:700;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 8px 20px #00000038}.Fixtures-module__AEWrnG__lineupPlayerHome{color:#1b1b1b;background:#e8c547f2;border:1px solid #0000003d;animation:.68s cubic-bezier(.22,1,.36,1) both Fixtures-module__AEWrnG__homeEnter}.Fixtures-module__AEWrnG__lineupPlayerAway{color:#0e1d38;background:#82b4fff2;border:1px solid #0000003d;animation:.68s cubic-bezier(.22,1,.36,1) both Fixtures-module__AEWrnG__awayEnter}.Fixtures-module__AEWrnG__lineupsFootnote{color:var(--muted);font-size:.76rem}@keyframes Fixtures-module__AEWrnG__homeEnter{0%{opacity:0;transform:translate(calc(-50% - 140px),-50%)scale(.75)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes Fixtures-module__AEWrnG__awayEnter{0%{opacity:0;transform:translate(calc(140px - 50%),-50%)scale(.75)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.Fixtures-module__AEWrnG__statsTabContent{flex-direction:column;gap:16px;display:flex}.Fixtures-module__AEWrnG__statsMetricsRow{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.Fixtures-module__AEWrnG__statsMetricCard{border:1px solid var(--border);background:linear-gradient(#ffffff05,#fff0);border-radius:10px;padding:10px 12px}.Fixtures-module__AEWrnG__statsMetricLabel{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.68rem}.Fixtures-module__AEWrnG__statsMetricValue{font-family:var(--font-head);color:var(--accent);margin-top:4px;font-size:1.25rem}.Fixtures-module__AEWrnG__statsMetricHint{color:var(--muted);margin-top:2px;font-size:.75rem}.Fixtures-module__AEWrnG__heatmapSection{border:1px solid var(--border);background:#ffffff04;border-radius:12px;flex-direction:column;gap:8px;padding:12px;display:flex}.Fixtures-module__AEWrnG__heatmapTitle{color:var(--text);font-size:.82rem;font-weight:700}.Fixtures-module__AEWrnG__heatmapAxisTop,.Fixtures-module__AEWrnG__heatmapAxisLeft{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.68rem}.Fixtures-module__AEWrnG__heatmapGridWrap{grid-template-columns:70px minmax(0,1fr);align-items:start;gap:8px;display:grid}.Fixtures-module__AEWrnG__heatmapGrid{gap:4px;display:grid}.Fixtures-module__AEWrnG__heatmapRow{grid-template-columns:repeat(6,minmax(0,1fr));gap:4px;display:grid}.Fixtures-module__AEWrnG__heatmapCell{text-align:center;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:52px;transition:transform .15s,border-color .15s;display:flex}.Fixtures-module__AEWrnG__heatmapCell:hover{border-color:#e8c547cc;transform:translateY(-1px)}.Fixtures-module__AEWrnG__heatmapCellScore{color:var(--text);font-size:.68rem;font-weight:600}.Fixtures-module__AEWrnG__heatmapCellCount{font-family:var(--font-mono);color:var(--text);font-size:.82rem;font-weight:700}.Fixtures-module__AEWrnG__resultBarSection{flex-direction:column;gap:6px;display:flex}.Fixtures-module__AEWrnG__resultBarLabels{justify-content:space-between;font-size:.75rem;font-weight:600;display:flex}.Fixtures-module__AEWrnG__scoreDistSection{flex-direction:column;gap:8px;display:flex}.Fixtures-module__AEWrnG__scoreDistTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:.72rem;font-weight:700}.Fixtures-module__AEWrnG__scoreDistList{flex-direction:column;gap:5px;display:flex}.Fixtures-module__AEWrnG__scoreDistRow{grid-template-columns:44px 1fr 38px 32px;align-items:center;gap:8px;font-size:.8rem;display:grid}.Fixtures-module__AEWrnG__scoreDistRowTop .Fixtures-module__AEWrnG__scoreDistLabel{color:var(--accent);font-weight:700}.Fixtures-module__AEWrnG__scoreDistRowTop .Fixtures-module__AEWrnG__scoreDistFill{background:linear-gradient(90deg,#e8c547,#d4a820)}.Fixtures-module__AEWrnG__scoreDistLabel{font-family:var(--font-mono);color:var(--text);text-align:right;font-weight:600}.Fixtures-module__AEWrnG__scoreDistBar{background:var(--surface);border-radius:5px;height:10px;overflow:hidden}.Fixtures-module__AEWrnG__scoreDistFill{background:linear-gradient(90deg,#e8c5478c,#e8c5474d);border-radius:5px;min-width:4px;height:100%;transition:width .5s cubic-bezier(.34,1.56,.64,1)}.Fixtures-module__AEWrnG__scoreDistPct{font-family:var(--font-mono);color:var(--accent);text-align:right;font-size:.75rem;font-weight:600}.Fixtures-module__AEWrnG__scoreDistN{font-family:var(--font-mono);color:var(--muted);text-align:left;font-size:.7rem}.Fixtures-module__AEWrnG__aiSection{border-top:1px solid var(--border);margin-top:14px;padding-top:14px}.Fixtures-module__AEWrnG__aiHeader{align-items:center;gap:8px;margin-bottom:10px;display:flex}.Fixtures-module__AEWrnG__aiBadge{color:#a78bfa;letter-spacing:.04em;background:linear-gradient(135deg,#8b5cf626,#3b82f626);border:1px solid #8b5cf64d;border-radius:12px;align-items:center;gap:4px;padding:3px 10px;font-size:.7rem;font-weight:600;display:inline-flex}.Fixtures-module__AEWrnG__aiText{color:var(--text);opacity:.9;margin:0;font-size:.82rem;line-height:1.65}.Fixtures-module__AEWrnG__aiText p{margin:0 0 8px}.Fixtures-module__AEWrnG__aiText p:last-child{margin-bottom:0}.Fixtures-module__AEWrnG__aiText strong{color:var(--accent,#e8c547);font-weight:700}.Fixtures-module__AEWrnG__aiText em{color:var(--muted);font-style:italic}.Fixtures-module__AEWrnG__aiText ul,.Fixtures-module__AEWrnG__aiText ol{margin:4px 0 8px 16px;padding:0}.Fixtures-module__AEWrnG__aiText li{margin-bottom:2px}.Fixtures-module__AEWrnG__aiEmpty{color:var(--muted);margin:0;font-size:.78rem;font-style:italic}.Fixtures-module__AEWrnG__aiSkeleton{flex-direction:column;gap:8px;display:flex}.Fixtures-module__AEWrnG__aiSkeletonLine{background:linear-gradient(90deg, var(--border) 25%, #8b5cf614 50%, var(--border) 75%);background-size:200% 100%;border-radius:6px;height:12px;animation:1.5s ease-in-out infinite Fixtures-module__AEWrnG__skeletonShimmer}@keyframes Fixtures-module__AEWrnG__skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.Fixtures-module__AEWrnG__matchDetail{flex-direction:column;gap:16px;display:flex}.Fixtures-module__AEWrnG__detailHeader{justify-content:center;align-items:center;gap:24px;padding:12px 0 8px;display:flex}.Fixtures-module__AEWrnG__detailTeam{flex-direction:column;flex:1;align-items:center;gap:8px;min-width:100px;display:flex}.Fixtures-module__AEWrnG__detailFlag{object-fit:cover;border-radius:4px;width:48px;height:34px;box-shadow:0 2px 8px #0000004d,0 0 0 1px #ffffff14}.Fixtures-module__AEWrnG__detailTeamName{font-family:var(--font-head);letter-spacing:.06em;color:var(--text);text-align:center;word-break:break-word;font-size:1.1rem;text-decoration:none;transition:color .15s}.Fixtures-module__AEWrnG__detailTeamName:hover{color:var(--accent)}.Fixtures-module__AEWrnG__detailCenter{flex-direction:column;flex-shrink:0;align-items:center;gap:4px;min-width:70px;display:flex}.Fixtures-module__AEWrnG__detailScore{font-family:var(--font-mono);color:var(--accent);letter-spacing:.04em;white-space:nowrap;font-size:1.6rem;font-weight:800}.Fixtures-module__AEWrnG__detailVs{font-family:var(--font-head);color:var(--muted);letter-spacing:.1em;font-size:1.3rem}.Fixtures-module__AEWrnG__detailKo{color:var(--muted);font-size:.72rem;font-family:var(--font-mono);text-align:center}.Fixtures-module__AEWrnG__detailVenue{color:var(--muted);border-top:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;padding:8px 0;font-size:.78rem;display:flex}.Fixtures-module__AEWrnG__detailVenueIcon{font-size:.9rem}.Fixtures-module__AEWrnG__detailActions{justify-content:center;display:flex}.Fixtures-module__AEWrnG__shareResultBtn{color:var(--accent);font:inherit;cursor:pointer;background:#e8c54714;border:1px solid #e8c5476b;border-radius:999px;padding:9px 14px;font-size:.8rem;font-weight:700;transition:background .15s,transform .15s,border-color .15s}.Fixtures-module__AEWrnG__shareResultBtn:hover{background:#e8c54724;border-color:#e8c54799;transform:translateY(-1px)}.Fixtures-module__AEWrnG__detailStats{flex-direction:column;gap:10px;display:flex}.Fixtures-module__AEWrnG__detailStatsTitle{font-family:var(--font-head);letter-spacing:.08em;color:var(--accent2);text-transform:uppercase;font-size:.88rem}@media (max-width:768px){.Fixtures-module__AEWrnG__container{padding:0 16px 48px}.Fixtures-module__AEWrnG__fixtureRow{grid-template-rows:auto auto;grid-template-columns:1fr auto 1fr 20px;gap:3px 8px;padding:10px 12px 8px}.Fixtures-module__AEWrnG__fixtureNum,.Fixtures-module__AEWrnG__fixtureDate,.Fixtures-module__AEWrnG__fixtureVenue,.Fixtures-module__AEWrnG__kickoffTime{display:none}.Fixtures-module__AEWrnG__fixtureMeta{color:var(--accent);grid-column:1/-1;padding-top:2px;font-size:.7rem;display:block}.Fixtures-module__AEWrnG__fixtureHome,.Fixtures-module__AEWrnG__fixtureAway{min-width:0;overflow:hidden}.Fixtures-module__AEWrnG__fixtureAway{text-align:right;flex-direction:row-reverse;justify-content:flex-end}.Fixtures-module__AEWrnG__teamFullName{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.Fixtures-module__AEWrnG__badgeRow{flex-direction:column}.Fixtures-module__AEWrnG__topScoreBadge,.Fixtures-module__AEWrnG__leaderBadge{min-width:unset}.Fixtures-module__AEWrnG__expandPanel{padding:14px 12px 12px}.Fixtures-module__AEWrnG__sectionTitle{flex-wrap:wrap;gap:8px;padding-top:24px;font-size:1.6rem}.Fixtures-module__AEWrnG__segmentedControl{float:none;margin-top:2px}.Fixtures-module__AEWrnG__groupTeams{max-width:unset;white-space:normal;text-overflow:unset;font-size:.72rem}.Fixtures-module__AEWrnG__statsMetricsRow,.Fixtures-module__AEWrnG__heatmapGridWrap{grid-template-columns:1fr}}@media (max-width:480px){.Fixtures-module__AEWrnG__container{padding:0 10px 40px}.Fixtures-module__AEWrnG__sectionTitle{margin-bottom:16px;padding-top:18px;font-size:1.25rem}.Fixtures-module__AEWrnG__fixtureGrid{gap:6px}.Fixtures-module__AEWrnG__fixtureRow{border-radius:10px;grid-template-rows:auto auto;grid-template-columns:1fr auto 1fr 18px;gap:3px 6px;padding:9px 8px 6px;font-size:.8rem}.Fixtures-module__AEWrnG__fixtureRowOpen{border-radius:10px 10px 0 0}.Fixtures-module__AEWrnG__fixtureMeta{color:var(--accent);grid-column:1/-1;padding-top:2px;font-size:.65rem;display:block}.Fixtures-module__AEWrnG__fixtureHome{text-align:left;flex-direction:row;justify-content:flex-start;gap:4px}.Fixtures-module__AEWrnG__fixtureAway{text-align:right;flex-direction:row-reverse;justify-content:flex-end;gap:4px}.Fixtures-module__AEWrnG__flag{width:16px;height:11px}.Fixtures-module__AEWrnG__teamFullName{font-size:.78em}.Fixtures-module__AEWrnG__fixtureScore{padding:2px 5px;font-size:.82em}.Fixtures-module__AEWrnG__fixtureTbd{font-size:.72em}.Fixtures-module__AEWrnG__detailHeader{gap:10px;padding:8px 0 6px}.Fixtures-module__AEWrnG__detailFlag{width:34px;height:24px}.Fixtures-module__AEWrnG__detailTeamName{font-size:.82rem}.Fixtures-module__AEWrnG__detailScore{font-size:1.2rem}.Fixtures-module__AEWrnG__detailCenter{min-width:56px}.Fixtures-module__AEWrnG__detailTeam{min-width:unset;gap:6px}.Fixtures-module__AEWrnG__groupBadge,.Fixtures-module__AEWrnG__knockoutBadge{padding:2px 8px;font-size:.88rem}.Fixtures-module__AEWrnG__groupTeams{max-width:unset;white-space:normal;text-overflow:unset;font-size:.68rem}}@media (max-width:360px){.Fixtures-module__AEWrnG__fixtureRow{grid-template-columns:1fr auto 1fr 16px;gap:2px 4px;padding:8px 6px 5px;font-size:.76rem}.Fixtures-module__AEWrnG__fixtureMeta{font-size:.6rem}.Fixtures-module__AEWrnG__teamFullName{font-size:.72em}.Fixtures-module__AEWrnG__flag{width:14px;height:10px}.Fixtures-module__AEWrnG__fixtureScore{padding:2px 4px;font-size:.76em}.Fixtures-module__AEWrnG__detailTeamName{font-size:.76rem}.Fixtures-module__AEWrnG__detailScore{font-size:1rem}}.Fixtures-module__AEWrnG__stageLockedBanner{text-align:center;background:#ffffff08;border:1px dashed #ffffff26;border-radius:10px;margin:12px 0 4px;padding:14px 16px}.Fixtures-module__AEWrnG__stageLockedTitle{color:var(--muted,#9ca3b8);margin-bottom:8px;font-size:.82rem;font-weight:500}.Fixtures-module__AEWrnG__stageLockedRounds{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.Fixtures-module__AEWrnG__stageLockedPill{color:#fff6;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:20px;padding:3px 10px;font-size:.72rem}
.page-module___8aEwW__page{min-height:100vh;font-family:var(--font-body);background:0 0;justify-content:center;align-items:center;display:flex}.page-module___8aEwW__main{background-color:var(--foreground);flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;max-width:800px;min-height:100vh;padding:120px 60px;display:flex}.page-module___8aEwW__intro{text-align:left;flex-direction:column;align-items:flex-start;gap:24px;display:flex}.page-module___8aEwW__intro h1{max-width:320px;font-size:48px;font-family:var(--font-head);letter-spacing:.04em;text-wrap:balance;color:var(--accent);text-shadow:0 2px 24px #e8c5472e;font-weight:700;line-height:1.05}.page-module___8aEwW__intro p{text-wrap:balance;max-width:440px;color:var(--muted);font-size:20px;line-height:32px}.page-module___8aEwW__intro a{color:var(--accent2);font-weight:600;text-decoration:underline}.page-module___8aEwW__ctas{flex-direction:row;gap:16px;width:100%;max-width:440px;font-size:14px;display:flex}.page-module___8aEwW__ctas a{cursor:pointer;border:1px solid #0000;border-radius:128px;justify-content:center;align-items:center;width:fit-content;height:40px;padding:0 16px;font-weight:500;transition:all .2s;display:flex}a.page-module___8aEwW__primary{background:var(--text-primary);color:var(--accent);gap:8px}a.page-module___8aEwW__secondary{border-color:var(--button-secondary-border)}@media (hover:hover) and (pointer:fine){a.page-module___8aEwW__primary:hover{background:var(--button-primary-hover);border-color:#0000}a.page-module___8aEwW__secondary:hover{background:var(--button-secondary-hover);border-color:#0000}}.page-module___8aEwW__statsBar{background:linear-gradient(135deg,#e8c5470f,#3b82f60a);border:1px solid #e8c5472e;border-radius:14px;justify-content:center;align-items:center;gap:0;padding:14px 24px;display:flex}@keyframes page-module___8aEwW__statsBarIn{0%{opacity:0}to{opacity:1}}.page-module___8aEwW__statPill{flex-direction:column;flex:1;align-items:center;gap:2px;min-width:80px;display:flex}.page-module___8aEwW__statPillValue{font-family:var(--font-head,"Bebas Neue", sans-serif);letter-spacing:.04em;color:var(--accent,#e8c547);font-size:1.8rem;line-height:1}.page-module___8aEwW__statPillSuffix{color:var(--muted,#6b7a99);letter-spacing:0;font-size:1rem}.page-module___8aEwW__statPillLabel{text-transform:uppercase;letter-spacing:.12em;color:var(--muted,#6b7a99);font-size:.62rem;font-weight:600}.page-module___8aEwW__statPillDivider{background:var(--border,#2a3548);flex-shrink:0;width:1px;height:36px;margin:0 8px}@media (max-width:480px){.page-module___8aEwW__statsBar{gap:0;padding:10px 12px}.page-module___8aEwW__statPillValue{font-size:1.4rem}.page-module___8aEwW__statPillLabel{font-size:.58rem}.page-module___8aEwW__statPill{min-width:60px}}.page-module___8aEwW__quoteBar{text-align:center;background:var(--surface,#111827);border-bottom:1px solid var(--border,#2a3548);padding:18px 24px}.page-module___8aEwW__quoteText{font-family:var(--font-body,"DM Sans", sans-serif);color:var(--muted,#6b7a99);margin:0;font-size:.92rem;font-style:italic;line-height:1.5}.page-module___8aEwW__quoteAuthor{font-family:var(--font-head,"Bebas Neue", sans-serif);color:var(--accent,#e8c547);letter-spacing:.08em;margin:6px 0 0;font-size:.72rem}.page-module___8aEwW__heroRow{grid-template-columns:1fr 1fr;align-items:start;gap:24px;display:grid}.page-module___8aEwW__heroRowFull{grid-template-columns:1fr}.page-module___8aEwW__heroRowShowcase,.page-module___8aEwW__heroRowFixtures{min-width:0}@media (max-width:768px){.page-module___8aEwW__heroRow{grid-template-columns:1fr}}.page-module___8aEwW__lockedBanner{text-align:center;background:var(--surface,#111827);border:1px solid var(--border,#2a3548);border-radius:12px;flex-direction:column;align-items:center;gap:12px;margin:16px 0;padding:40px 24px;display:flex}.page-module___8aEwW__lockedBanner .page-module___8aEwW__lockedIcon{font-size:2.5rem}.page-module___8aEwW__lockedBanner h3{font-family:var(--font-head,"Bebas Neue", sans-serif);color:var(--accent,#e8c547);letter-spacing:.06em;margin:0;font-size:1.4rem}.page-module___8aEwW__lockedBanner p{color:var(--muted,#6b7a99);margin:0;font-size:.9rem}.page-module___8aEwW__lockedBanner button{background:var(--accent,#e8c547);color:#0a0e1a;cursor:pointer;border:none;border-radius:8px;margin-top:8px;padding:10px 24px;font-size:.9rem;font-weight:700;transition:opacity .15s}.page-module___8aEwW__lockedBanner button:hover{opacity:.85}.page-module___8aEwW__tagline{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);font-size:.68rem;font-family:var(--font-body);text-align:center;border:1px solid #6b7a994d;border-radius:20px;align-self:center;width:fit-content;margin:0 auto;padding:5px 16px;font-weight:500;display:inline-block}.page-module___8aEwW__seoIntro{color:var(--muted,#6b7a99);margin-bottom:14px;font-size:.9rem;line-height:1.65}.page-module___8aEwW__seoGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.page-module___8aEwW__seoCard{border:1px solid var(--border,#2a3548);background:#ffffff05;border-radius:10px;flex-direction:column;gap:4px;padding:12px;text-decoration:none;transition:border-color .15s,background .15s;display:flex}.page-module___8aEwW__seoCard:hover,.page-module___8aEwW__seoCard:focus-visible{border-color:var(--accent,#e8c547);background:#e8c54714}.page-module___8aEwW__seoCardTitle{color:var(--text,#f0f4ff);font-size:.9rem;font-weight:700}.page-module___8aEwW__seoCardMeta{color:var(--muted,#6b7a99);font-size:.78rem;line-height:1.45}@media (max-width:480px){.page-module___8aEwW__tagline{letter-spacing:.15em;padding:4px 12px;font-size:.6rem}.page-module___8aEwW__seoGrid{grid-template-columns:1fr}}.page-module___8aEwW__homeContent{flex-direction:column;gap:28px;padding-top:24px;display:flex}@keyframes page-module___8aEwW__contentFadeIn{0%{opacity:0}to{opacity:1}}.page-module___8aEwW__homeSection{background:var(--surface,#111827);border:1px solid var(--border,#2a3548);box-shadow:var(--shadow-sm);transition:box-shadow var(--duration-normal,.25s) ease;border-radius:12px;padding:20px}.page-module___8aEwW__homeSection:hover{box-shadow:var(--shadow-md)}.page-module___8aEwW__homeSectionTitle{font-family:var(--font-head,"Bebas Neue", sans-serif);color:var(--accent,#e8c547);letter-spacing:.06em;align-items:center;gap:8px;margin-bottom:14px;font-size:1.2rem;display:flex}.page-module___8aEwW__homeSectionTitle:after{content:"";background:var(--border,#2a3548);flex:1;height:1px}.page-module___8aEwW__emptyNote{color:var(--muted,#6b7a99);text-align:center;padding:16px 0;font-size:.88rem}.page-module___8aEwW__nextFixture{background:var(--card,#1a2235);border:1px solid var(--border,#2a3548);transition:border-color var(--duration-fast,.15s) ease, box-shadow var(--duration-normal,.25s) ease;border-radius:10px;margin-bottom:8px;padding:14px 16px;position:relative}.page-module___8aEwW__nextFixture:hover{border-color:var(--accent2,#3b82f6);box-shadow:var(--shadow-sm)}.page-module___8aEwW__nfLive{background:linear-gradient(135deg, #22c55e14, var(--card,#1a2235));border-color:#22c55e}.page-module___8aEwW__nfLive:hover{border-color:#22c55e}@keyframes page-module___8aEwW__livePulse{0%,to{opacity:1}50%{opacity:.5}}.page-module___8aEwW__nfLiveBadge{letter-spacing:.08em;color:#22c55e;margin-bottom:8px;font-size:.68rem;font-weight:700;animation:1.5s ease-in-out infinite page-module___8aEwW__livePulse;display:inline-block}.page-module___8aEwW__nfTeams{color:var(--text,#f0f4ff);justify-content:center;align-items:center;gap:12px;font-size:.95rem;font-weight:600;display:flex}.page-module___8aEwW__nfTeam{align-items:center;gap:6px;display:flex}.page-module___8aEwW__nfFlag{object-fit:cover;border-radius:2px;width:20px;height:14px}.page-module___8aEwW__nfVs{color:var(--muted,#6b7a99);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:500}.page-module___8aEwW__nfMeta{color:var(--muted,#6b7a99);letter-spacing:.04em;justify-content:center;gap:16px;margin-top:8px;font-size:.72rem;display:flex}.page-module___8aEwW__nfUserPred{background:#e8c5471a;border:1px solid #e8c54740;border-radius:6px;justify-content:center;align-items:center;gap:6px;margin-top:8px;padding:6px 10px;display:flex}.page-module___8aEwW__nfUserPredLabel{color:var(--muted);font-size:.7rem}.page-module___8aEwW__nfUserPredValue{font-family:var(--font-mono);color:var(--accent,#e8c547);font-size:.85rem;font-weight:700}.page-module___8aEwW__nfQuickPredict{background:var(--accent);color:#0a0e1a;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:5px;width:100%;margin-top:10px;padding:8px 14px;font-size:.8rem;font-weight:700;transition:opacity .15s;display:flex}.page-module___8aEwW__nfQuickPredict:hover{opacity:.85}.page-module___8aEwW__nfStats{border-top:1px solid #2a354880;margin-top:10px;padding-top:8px}.page-module___8aEwW__nfBarTrack{background:#ffffff0d;border-radius:3px;height:6px;display:flex;overflow:hidden}.page-module___8aEwW__nfBarHome{background:var(--accent,#e8c547);min-width:2px;transition:width .3s}.page-module___8aEwW__nfBarDraw{background:var(--muted,#6b7a99);min-width:2px;transition:width .3s}.page-module___8aEwW__nfBarAway{background:var(--accent2,#3b82f6);min-width:2px;transition:width .3s}.page-module___8aEwW__nfBarLabels{letter-spacing:.04em;justify-content:space-between;margin-top:4px;font-size:.62rem;font-weight:600;display:flex}.page-module___8aEwW__nfLabelHome{color:var(--accent,#e8c547)}.page-module___8aEwW__nfLabelDraw{color:var(--muted,#6b7a99)}.page-module___8aEwW__nfLabelAway{color:var(--accent2,#3b82f6)}.page-module___8aEwW__nfTopScore{justify-content:center;align-items:center;gap:6px;margin-top:6px;font-size:.68rem;display:flex}.page-module___8aEwW__nfTopScoreLabel{color:var(--muted,#6b7a99)}.page-module___8aEwW__nfTopScoreValue{color:var(--text,#f0f4ff);font-weight:700;font-family:var(--font-mono,"DM Mono", monospace);letter-spacing:.06em;background:#ffffff0f;border-radius:4px;padding:1px 8px}.page-module___8aEwW__viewAllBtn{border:1px solid var(--border,#2a3548);color:var(--accent,#e8c547);font-family:var(--font-body,"DM Sans", sans-serif);cursor:pointer;transition:background var(--duration-fast,.15s) ease, border-color var(--duration-fast,.15s) ease;background:0 0;border-radius:20px;margin:12px auto 0;padding:8px 20px;font-size:.82rem;font-weight:600;display:block}.page-module___8aEwW__viewAllBtn:hover{border-color:var(--accent,#e8c547);background:#e8c54714}.page-module___8aEwW__lbPreviewRow{transition:background var(--duration-fast,.15s) ease;background:#ffffff05;border-radius:8px;align-items:center;gap:10px;margin-bottom:4px;padding:10px 12px;display:flex}.page-module___8aEwW__lbPreviewRow:hover{background:#ffffff0d}.page-module___8aEwW__lbPreviewFirst{background:#e8c54714;border:1px solid #e8c54733}.page-module___8aEwW__lbPreviewRank{font-family:var(--font-mono,"DM Mono", monospace);color:var(--accent,#e8c547);text-align:center;width:24px;font-size:.88rem;font-weight:700}.page-module___8aEwW__lbPreviewName{color:var(--text,#f0f4ff);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.88rem;font-weight:500;overflow:hidden}.page-module___8aEwW__lbPreviewPts{font-family:var(--font-mono,"DM Mono", monospace);color:var(--accent,#e8c547);font-size:.82rem;font-weight:600}.page-module___8aEwW__leagueCard{background:var(--card,#1a2235);border:1px solid var(--border,#2a3548);box-shadow:var(--shadow-sm);transition:border-color var(--duration-normal,.25s) ease, box-shadow var(--duration-normal,.25s) ease;border-radius:10px;margin-bottom:10px;padding:14px 16px}.page-module___8aEwW__leagueCard:hover{box-shadow:var(--shadow-md);border-color:#e8c54740}.page-module___8aEwW__leagueCardHeader{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.page-module___8aEwW__leagueName{color:var(--text,#f0f4ff);text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:700;overflow:hidden}.page-module___8aEwW__leagueMeta{color:var(--muted,#6b7a99);white-space:nowrap;font-size:.72rem}.page-module___8aEwW__leagueStatsRow{gap:0;margin-bottom:10px;display:flex}.page-module___8aEwW__leagueStat{text-align:center;border-right:1px solid var(--border,#2a3548);background:#ffffff05;flex:1;padding:8px 4px}.page-module___8aEwW__leagueStat:first-child{border-radius:6px 0 0 6px}.page-module___8aEwW__leagueStat:last-child{border-right:none;border-radius:0 6px 6px 0}.page-module___8aEwW__leagueStatLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--muted,#6b7a99);margin-bottom:2px;font-size:.62rem;display:block}.page-module___8aEwW__leagueStatValue{font-family:var(--font-head,"Bebas Neue", sans-serif);color:var(--accent,#e8c547);letter-spacing:.04em;font-size:1.05rem}.page-module___8aEwW__leagueExpandBtn{border:1px solid var(--border,#2a3548);width:100%;color:var(--muted,#6b7a99);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:7px 0;font-size:.78rem;font-weight:600;transition:color .15s,border-color .15s;display:flex}.page-module___8aEwW__leagueExpandBtn:hover{color:var(--accent,#e8c547);border-color:var(--accent,#e8c547)}.page-module___8aEwW__leagueChevron{font-size:1rem;transition:transform .2s;display:inline-block;transform:rotate(0)}.page-module___8aEwW__leagueChevronOpen{transform:rotate(90deg)}.page-module___8aEwW__leagueLeaderboard{border-top:1px solid var(--border,#2a3548);margin-top:10px;padding-top:8px}@media (max-width:480px){.page-module___8aEwW__homeSection{padding:14px 12px}.page-module___8aEwW__nfTeams{gap:8px;font-size:.85rem}.page-module___8aEwW__nfMeta{gap:10px;font-size:.68rem}}@media (max-width:600px){.page-module___8aEwW__main{padding:48px 24px}.page-module___8aEwW__intro{gap:16px}.page-module___8aEwW__intro h1{letter-spacing:-1.92px;font-size:32px;line-height:40px}}@media (prefers-color-scheme:dark){.page-module___8aEwW__logo{filter:invert()}.page-module___8aEwW__page{--background:#000;--foreground:#000;--text-primary:#ededed;--text-secondary:#999;--button-primary-hover:#ccc;--button-secondary-hover:#1a1a1a;--button-secondary-border:#1a1a1a}}
.ResetPasswordModal-module__QKDA8W__overlay{z-index:9999;background:#000000bf;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}
.EmptyStates-module__Z40uXG__wrap{text-align:center;flex-direction:column;align-items:center;gap:0;max-width:440px;margin:0 auto;padding:48px 24px;display:flex}.EmptyStates-module__Z40uXG__iconRing{background:#e8c5471a;border:2px solid #e8c54740;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:20px;animation:2.5s ease-in-out infinite EmptyStates-module__Z40uXG__pulseRing;display:flex}@keyframes EmptyStates-module__Z40uXG__pulseRing{0%,to{box-shadow:0 0 #e8c5471f}50%{box-shadow:0 0 0 12px #e8c54700}}.EmptyStates-module__Z40uXG__icon{font-size:2rem;line-height:1}.EmptyStates-module__Z40uXG__title{font-family:var(--font-head,inherit);color:var(--text,#f0f0f0);letter-spacing:.02em;margin:0 0 10px;font-size:1.3rem;font-weight:700}.EmptyStates-module__Z40uXG__subtitle{color:var(--text,#f0f0f0);margin:0 0 8px;font-size:1rem;font-weight:500}.EmptyStates-module__Z40uXG__hint{color:var(--muted,#888);margin:0 0 24px;font-size:.88rem;line-height:1.6}.EmptyStates-module__Z40uXG__ctaRow{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:20px;display:flex}.EmptyStates-module__Z40uXG__ctaBtn{background:linear-gradient(135deg, var(--accent,#e8c547), #d4a820);color:var(--bg,#1a1a1a);font-family:var(--font-head,inherit);cursor:pointer;letter-spacing:.02em;border:none;border-radius:10px;align-items:center;gap:6px;margin-bottom:8px;padding:12px 24px;font-size:1rem;font-weight:700;transition:transform .15s,box-shadow .15s;display:inline-flex}.EmptyStates-module__Z40uXG__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e8c5474d}.EmptyStates-module__Z40uXG__ctaBtnSecondary{background:var(--surface,#242424);color:var(--text,#f0f0f0);border:1.5px solid var(--border,#333)}.EmptyStates-module__Z40uXG__ctaBtnSecondary:hover{border-color:var(--accent,#e8c547);color:var(--accent,#e8c547);box-shadow:0 6px 20px #e8c54726}.EmptyStates-module__Z40uXG__tip{color:var(--muted,#666);border:1px solid var(--border,#333);background:#ffffff08;border-radius:8px;margin:0;padding:10px 16px;font-size:.8rem;line-height:1.5}
@keyframes LeaderboardList-module__n12I_q__lbSlideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.LeaderboardList-module__n12I_q__list{flex-direction:column;gap:2px;display:flex}.LeaderboardList-module__n12I_q__empty{text-align:center;color:var(--muted,#7a8eaa);padding:24px;font-size:.88rem}.LeaderboardList-module__n12I_q__header{text-transform:uppercase;letter-spacing:.08em;color:var(--muted,#7a8eaa);grid-template-columns:32px 36px 1fr auto 36px 36px 52px;align-items:center;gap:8px;padding:6px 14px;font-size:.68rem;font-weight:600;display:grid}.LeaderboardList-module__n12I_q__headerCompact{text-transform:uppercase;letter-spacing:.08em;color:var(--muted,#7a8eaa);grid-template-columns:32px 36px 1fr 36px 36px 52px;align-items:center;gap:8px;padding:6px 14px;font-size:.68rem;font-weight:600;display:grid}.LeaderboardList-module__n12I_q__headerCenter{text-align:center}.LeaderboardList-module__n12I_q__headerRight{text-align:right}.LeaderboardList-module__n12I_q__row{background:var(--card,#141927);border:1px solid var(--border,#2a3548);border-radius:10px;grid-template-columns:32px 36px 1fr auto 36px 36px 52px;align-items:center;gap:8px;padding:10px 14px;transition:background .15s,transform .15s;animation:.35s both LeaderboardList-module__n12I_q__lbSlideUp;display:grid}.LeaderboardList-module__n12I_q__rowCompact{background:var(--card,#141927);border:1px solid var(--border,#2a3548);border-radius:10px;grid-template-columns:32px 36px 1fr 36px 36px 52px;align-items:center;gap:8px;padding:10px 14px;transition:background .15s,transform .15s;animation:.35s both LeaderboardList-module__n12I_q__lbSlideUp;display:grid}.LeaderboardList-module__n12I_q__row:hover,.LeaderboardList-module__n12I_q__rowCompact:hover{background:#ffffff08;transform:translate(2px)}.LeaderboardList-module__n12I_q__rowPodium{border-color:#e8c54726}.LeaderboardList-module__n12I_q__rowCurrent{border-color:var(--accent2,#3b82f6);box-shadow:0 0 0 2px #3b82f64d}.LeaderboardList-module__n12I_q__rank{font-family:var(--font-mono,monospace);color:var(--muted,#7a8eaa);text-align:center;font-size:.85rem;font-weight:600}.LeaderboardList-module__n12I_q__initial{width:30px;height:30px;font-family:var(--font-head,sans-serif);color:var(--muted,#7a8eaa);background:var(--surface,#1a2235);border:1px solid var(--border,#2a3548);border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;display:flex}.LeaderboardList-module__n12I_q__nameCell{flex-direction:column;gap:2px;min-width:0;display:flex}.LeaderboardList-module__n12I_q__name{text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;font-weight:500;overflow:hidden}.LeaderboardList-module__n12I_q__nameMeta{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.LeaderboardList-module__n12I_q__streakPill{color:#fb923c;white-space:nowrap;background:#fb923c26;border-radius:99px;padding:1px 5px;font-size:.62rem;font-weight:700}.LeaderboardList-module__n12I_q__badgePill{color:#60a5fa;white-space:nowrap;background:#3b82f61f;border-radius:99px;padding:1px 5px;font-size:.62rem;font-weight:600}.LeaderboardList-module__n12I_q__nameBtn{color:var(--accent,#e8c547);cursor:pointer;font:inherit;font-weight:inherit;text-underline-offset:3px;text-align:left;background:0 0;border:none;padding:0;text-decoration:underline}.LeaderboardList-module__n12I_q__nameBtn:hover{opacity:.8}.LeaderboardList-module__n12I_q__form{justify-content:center;gap:2px;font-size:.6rem;line-height:1;display:flex}.LeaderboardList-module__n12I_q__formEmpty{color:var(--muted,#7a8eaa);font-size:.75rem}.LeaderboardList-module__n12I_q__detail{font-family:var(--font-mono,monospace);color:var(--muted,#7a8eaa);text-align:right;font-size:.78rem}.LeaderboardList-module__n12I_q__pts{font-family:var(--font-mono,monospace);color:var(--accent,#e8c547);text-align:right;font-size:1rem;font-weight:600}@media (max-width:480px){.LeaderboardList-module__n12I_q__header,.LeaderboardList-module__n12I_q__headerCompact{grid-template-columns:28px 30px 1fr 32px 32px 44px;gap:4px;padding:6px 10px}.LeaderboardList-module__n12I_q__row,.LeaderboardList-module__n12I_q__rowCompact{grid-template-columns:28px 30px 1fr 32px 32px 44px;gap:4px;padding:8px 10px}.LeaderboardList-module__n12I_q__form{display:none}.LeaderboardList-module__n12I_q__name{max-width:100px}}
.ShareCard-module__v29nwG__shareBtn{background:var(--surface,#242424);border:1.5px solid var(--border,#333);color:var(--text,#f0f0f0);font-family:var(--font-body,inherit);cursor:pointer;border-radius:10px;align-items:center;gap:6px;margin-top:12px;padding:9px 18px;font-size:.9rem;font-weight:600;transition:all .15s;display:inline-flex}.ShareCard-module__v29nwG__shareBtn:hover{border-color:var(--accent,#e8c547);color:var(--accent,#e8c547);background:#e8c5470f}.ShareCard-module__v29nwG__overlay{backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:16px;animation:.2s ShareCard-module__v29nwG__overlayIn;display:flex;position:fixed;inset:0}@keyframes ShareCard-module__v29nwG__overlayIn{0%{opacity:0}to{opacity:1}}.ShareCard-module__v29nwG__modal{background:var(--bg,#1a1a1a);border:1px solid var(--border,#333);border-radius:16px;width:100%;max-width:420px;padding:24px;animation:.25s cubic-bezier(.34,1.56,.64,1) ShareCard-module__v29nwG__modalIn;position:relative}@keyframes ShareCard-module__v29nwG__modalIn{0%{opacity:0;transform:scale(.92)translateY(16px)}to{opacity:1;transform:scale(1)translateY(0)}}.ShareCard-module__v29nwG__closeBtn{color:var(--muted,#888);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:1rem;line-height:1;transition:background .12s;position:absolute;top:14px;right:14px}.ShareCard-module__v29nwG__closeBtn:hover{color:var(--text,#f0f0f0);background:#ffffff14}.ShareCard-module__v29nwG__modalTitle{font-family:var(--font-head,inherit);color:var(--text,#f0f0f0);margin:0 0 16px;font-size:1.15rem;font-weight:700}.ShareCard-module__v29nwG__card{background:linear-gradient(135deg,#1e2a1a 0%,#0f1a0c 100%);border:1.5px solid #e8c5474d;border-radius:12px;margin-bottom:16px;padding:18px;position:relative;overflow:hidden}.ShareCard-module__v29nwG__card:before{content:"";pointer-events:none;background:radial-gradient(circle,#e8c5471f 0%,#0000 70%);width:120px;height:120px;position:absolute;top:-40px;right:-40px}.ShareCard-module__v29nwG__cardHeader{align-items:center;gap:10px;margin-bottom:12px;display:flex}.ShareCard-module__v29nwG__cardTrophy{font-size:1.8rem;line-height:1}.ShareCard-module__v29nwG__cardUsername{font-family:var(--font-head,inherit);color:var(--accent,#e8c547);letter-spacing:.02em;font-size:1.1rem;font-weight:700}.ShareCard-module__v29nwG__cardSub{color:#ffffff80;margin-top:2px;font-size:.75rem}.ShareCard-module__v29nwG__cardStats{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.ShareCard-module__v29nwG__statPill{color:#fffc;white-space:nowrap;background:#ffffff14;border-radius:20px;padding:4px 10px;font-size:.78rem}.ShareCard-module__v29nwG__statPill strong{color:var(--accent,#e8c547)}.ShareCard-module__v29nwG__cardWinner{color:#ffffffbf;border-left:3px solid var(--accent,#e8c547);background:#e8c54714;border-radius:8px;margin-bottom:12px;padding:6px 10px;font-size:.85rem}.ShareCard-module__v29nwG__cardMatches{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.ShareCard-module__v29nwG__cardMatch{grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;font-size:.8rem;display:grid}.ShareCard-module__v29nwG__cardTeam{color:#fffc;font-weight:500}.ShareCard-module__v29nwG__cardTeam:last-child{text-align:right}.ShareCard-module__v29nwG__cardScore{font-family:var(--font-mono,monospace);color:var(--accent,#e8c547);text-align:center;white-space:nowrap;background:#e8c5471a;border-radius:6px;padding:2px 8px;font-size:.85rem;font-weight:700}.ShareCard-module__v29nwG__cardFooter{color:#ffffff59;text-align:right;letter-spacing:.05em;margin-top:4px;font-size:.7rem}.ShareCard-module__v29nwG__actions{flex-wrap:wrap;gap:8px;display:flex}.ShareCard-module__v29nwG__actionBtn{background:linear-gradient(135deg, var(--accent,#e8c547), #d4a820);min-width:120px;color:var(--bg,#1a1a1a);font-family:var(--font-body,inherit);cursor:pointer;text-align:center;border:none;border-radius:8px;flex:1;padding:10px 14px;font-size:.88rem;font-weight:700;transition:transform .12s,box-shadow .12s}.ShareCard-module__v29nwG__actionBtn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #e8c5474d}.ShareCard-module__v29nwG__actionBtnSecondary{background:var(--surface,#242424);color:var(--text,#f0f0f0);border:1.5px solid var(--border,#333)}.ShareCard-module__v29nwG__actionBtnSecondary:hover{border-color:var(--accent,#e8c547);box-shadow:0 4px 16px #e8c5471f}
.StreakBadgeSummary-module__PwBRNa__panel{background:var(--card);border:1px solid var(--border);border-radius:14px;margin-bottom:20px;padding:18px 20px}.StreakBadgeSummary-module__PwBRNa__streakRow{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:18px;display:flex}.StreakBadgeSummary-module__PwBRNa__streakCard{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex:1;align-items:center;gap:10px;min-width:130px;padding:12px 16px;display:flex}.StreakBadgeSummary-module__PwBRNa__streakCardHot{background:#f973160f;border-color:#f9731666}.StreakBadgeSummary-module__PwBRNa__streakFireIcon{flex-shrink:0;font-size:1.8rem;line-height:1}.StreakBadgeSummary-module__PwBRNa__streakFireIconAnim{animation:1.4s ease-in-out infinite StreakBadgeSummary-module__PwBRNa__pulse}@keyframes StreakBadgeSummary-module__PwBRNa__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.18)}}.StreakBadgeSummary-module__PwBRNa__streakNumbers{flex-direction:column;display:flex}.StreakBadgeSummary-module__PwBRNa__streakCurrent{color:var(--accent);font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:800;line-height:1}.StreakBadgeSummary-module__PwBRNa__streakLabel{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-top:2px;font-size:.68rem;font-weight:600}.StreakBadgeSummary-module__PwBRNa__streakSub{color:var(--muted);font-size:.7rem}.StreakBadgeSummary-module__PwBRNa__milestoneRow{margin-bottom:18px}.StreakBadgeSummary-module__PwBRNa__milestoneLabel{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:.72rem;font-weight:600}.StreakBadgeSummary-module__PwBRNa__milestoneTrack{background:var(--border);border-radius:3px;height:6px;overflow:hidden}.StreakBadgeSummary-module__PwBRNa__milestoneFill{background:linear-gradient(90deg, var(--accent) 0%, #e8c547a6 100%);height:100%;transition:width .4s var(--ease-out,ease);border-radius:3px}.StreakBadgeSummary-module__PwBRNa__milestoneHint{color:var(--muted);margin-top:4px;font-size:.68rem}.StreakBadgeSummary-module__PwBRNa__badgesTitle{color:var(--text);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:.78rem;font-weight:700}.StreakBadgeSummary-module__PwBRNa__badgeGrid{grid-template-columns:repeat(auto-fill,minmax(68px,1fr));gap:10px;display:grid}.StreakBadgeSummary-module__PwBRNa__badgeItem{cursor:default;flex-direction:column;align-items:center;gap:5px;display:flex;position:relative}.StreakBadgeSummary-module__PwBRNa__badgeCircle{border:2px solid var(--border);background:var(--surface);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.4rem;transition:transform .15s,border-color .15s;display:flex}.StreakBadgeSummary-module__PwBRNa__badgeItem:hover .StreakBadgeSummary-module__PwBRNa__badgeCircle{transform:scale(1.1)}.StreakBadgeSummary-module__PwBRNa__badgeCircleUnlocked{background:#e8c54714;border-color:#e8c54780}.StreakBadgeSummary-module__PwBRNa__badgeCircleLocked{opacity:.35;filter:grayscale()}.StreakBadgeSummary-module__PwBRNa__badgeName{color:var(--muted);text-align:center;letter-spacing:.01em;text-overflow:ellipsis;white-space:nowrap;max-width:70px;font-size:.58rem;font-weight:600;line-height:1.2;overflow:hidden}.StreakBadgeSummary-module__PwBRNa__badgeNameUnlocked{color:var(--text)}.StreakBadgeSummary-module__PwBRNa__rarityUncommon{border-color:#34d39973}.StreakBadgeSummary-module__PwBRNa__rarityRare{border-color:#3b82f68c}.StreakBadgeSummary-module__PwBRNa__rarityLegendary{border-color:#e8c547bf;box-shadow:0 0 8px #e8c54740}
@media (max-width:400px){.Leagues-module__q10T1G__panel{padding:10px 4px}.Leagues-module__q10T1G__panelTitle{font-size:1rem}.Leagues-module__q10T1G__leagueCard{padding:8px 4px}.Leagues-module__q10T1G__leagueName{font-size:.7rem}}.Leagues-module__q10T1G__sectionTitle{font-family:var(--font-head);color:var(--accent);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:10px;margin:12px 0 16px;padding-top:8px;font-size:1.5rem;display:flex}.Leagues-module__q10T1G__sectionTitle:after{content:"";background:var(--border);flex:1;height:1px}.Leagues-module__q10T1G__panel{background:var(--surface,#1a2235);max-width:480px;box-shadow:var(--shadow-md);border:1px solid #ffffff14;border-radius:12px;margin:0 auto;padding:28px 24px}.Leagues-module__q10T1G__panelTitle{font-family:var(--font-head,sans-serif);color:var(--accent,#e8c547);text-align:center;margin:0 0 6px;font-size:1.3rem}.Leagues-module__q10T1G__panelSub{color:var(--muted,#7a8eaa);text-align:center;margin:0 0 20px;font-size:.88rem}.Leagues-module__q10T1G__formRow{margin-bottom:16px}.Leagues-module__q10T1G__formLabel{color:var(--muted,#7a8eaa);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:.75rem;display:block}.Leagues-module__q10T1G__input{background:var(--card,#141927);border:1px solid var(--border,#2a3548);width:100%;color:var(--text,#e0e8f4);font-family:var(--font-body,sans-serif);box-sizing:border-box;border-radius:8px;padding:10px 14px;font-size:.9rem;transition:border-color .2s}.Leagues-module__q10T1G__input:focus{border-color:var(--accent,#e8c547);outline:none}.Leagues-module__q10T1G__codeInput{font-family:var(--font-mono,monospace);letter-spacing:.14em;text-transform:uppercase;text-align:center;font-size:1.1rem}.Leagues-module__q10T1G__errorMsg{color:var(--red,#ef4444);margin-bottom:12px;font-size:.83rem}.Leagues-module__q10T1G__actions{gap:12px;margin-top:8px;display:flex}.Leagues-module__q10T1G__codeBlock{background:var(--card,#141927);border:1px solid var(--border,#2a3548);border-radius:10px;margin-bottom:12px;padding:14px 16px}.Leagues-module__q10T1G__codeLabel{color:var(--muted,#7a8eaa);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:.72rem;display:block}.Leagues-module__q10T1G__codeRow{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.Leagues-module__q10T1G__code{font-family:var(--font-mono,monospace);letter-spacing:.14em;color:var(--accent,#e8c547);text-align:center;background:#e8c54714;border-radius:6px;flex:1;padding:4px 12px;font-size:1.1rem;font-weight:700}.Leagues-module__q10T1G__link{font-family:var(--font-mono,monospace);color:var(--muted,#7a8eaa);word-break:break-all;flex:1;font-size:.75rem}.Leagues-module__q10T1G__qrWrap{flex-direction:column;align-items:center;gap:10px;margin:16px 0 12px;display:flex}.Leagues-module__q10T1G__qrCard{background:radial-gradient(circle at top,#e8c54714,#141927f2);border:1px solid #e8c54738;border-radius:14px;justify-content:center;align-items:center;padding:14px;display:inline-flex}.Leagues-module__q10T1G__btnPrimary{background:linear-gradient(135deg, var(--accent,#e8c547), #d4a820);color:var(--bg);font-family:var(--font-head,sans-serif);cursor:pointer;border:none;border-radius:8px;flex:1;padding:11px 22px;font-size:.95rem;font-weight:700;transition:opacity .2s}.Leagues-module__q10T1G__btnPrimary:disabled{opacity:.5;cursor:not-allowed}.Leagues-module__q10T1G__btnPrimary:not(:disabled):hover{opacity:.9}.Leagues-module__q10T1G__btnSecondary{color:var(--muted,#7a8eaa);cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:8px;flex:1;padding:11px 22px;font-size:.9rem;font-weight:600;transition:border-color .2s}.Leagues-module__q10T1G__btnSecondary:hover{border-color:var(--accent,#e8c547);color:var(--text,#e0e8f4)}.Leagues-module__q10T1G__btnOutline{min-height:44px;color:var(--muted,#7a8eaa);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff26;border-radius:6px;padding:10px 14px;font-size:13px;transition:border-color .2s}.Leagues-module__q10T1G__btnOutline:hover{border-color:var(--accent,#e8c547);color:var(--text,#e0e8f4)}.Leagues-module__q10T1G__btnCopy{min-height:44px;color:var(--muted,#7a8eaa);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff26;border-radius:5px;padding:10px 14px;font-size:12px;transition:border-color .2s}.Leagues-module__q10T1G__btnCopy:hover{border-color:var(--accent,#e8c547);color:var(--text,#e0e8f4)}.Leagues-module__q10T1G__btnCopied{color:#22c55e;cursor:default;white-space:nowrap;background:0 0;border:1px solid #22c55e;border-radius:5px;min-height:44px;padding:10px 14px;font-size:12px}.Leagues-module__q10T1G__btnShare{border:1px solid var(--accent,#e8c547);width:100%;color:var(--accent,#e8c547);cursor:pointer;background:0 0;border-radius:8px;padding:10px;font-size:.9rem;font-weight:600;transition:background .2s}.Leagues-module__q10T1G__btnShare:hover{background:#e8c54714}.Leagues-module__q10T1G__card{background:var(--surface,#1a2235);border:1px solid #ffffff14;border-radius:10px;padding:18px 20px}.Leagues-module__q10T1G__inviteRow{border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-top:14px;padding-top:14px;display:flex}@media (max-width:500px){.Leagues-module__q10T1G__panel{padding:20px 14px}.Leagues-module__q10T1G__actions{flex-direction:column}.Leagues-module__q10T1G__codeRow{flex-direction:column;align-items:stretch}.Leagues-module__q10T1G__code{text-align:center}}.Leagues-module__q10T1G__entryFeePanel{background:var(--surface,#1a2235);text-align:center;border:1px solid #ffffff14;border-radius:10px;margin-bottom:24px;padding:18px 20px}.Leagues-module__q10T1G__entryFeeStatus{color:orange;margin-bottom:12px;font-size:1rem;font-weight:600}
@media (max-width:400px){.Leaderboard-module__k7kcCq__cardGrid{grid-template-columns:1fr;gap:6px}.Leaderboard-module__k7kcCq__card{padding:10px 4px 8px}.Leaderboard-module__k7kcCq__cardName{font-size:.7rem}.Leaderboard-module__k7kcCq__cardPts{font-size:1.1rem}.Leaderboard-module__k7kcCq__badgeRow{flex-wrap:wrap;justify-content:center;gap:6px;margin:0 0 10px;display:flex}.Leaderboard-module__k7kcCq__badge{text-transform:uppercase;letter-spacing:.04em;color:#e8c547;background:linear-gradient(135deg,#e8c54729,#3b82f61a);border:1px solid #e8c54759;border-radius:999px;padding:3px 7px;font-size:.68rem;font-weight:700}}@keyframes Leaderboard-module__k7kcCq__slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.Leaderboard-module__k7kcCq__wrap{animation:Leaderboard-module__k7kcCq__leaderboardIn .4s var(--ease-out,ease) both;padding-bottom:24px}@keyframes Leaderboard-module__k7kcCq__leaderboardIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.Leaderboard-module__k7kcCq__liveIndicator{color:#22c55e;background:#22c55e14;border:1px solid #22c55e40;border-radius:20px;align-items:center;gap:6px;margin-bottom:8px;padding:4px 10px;font-size:.75rem;font-weight:600;animation:.3s Leaderboard-module__k7kcCq__fadeIn;display:inline-flex}@keyframes Leaderboard-module__k7kcCq__fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.Leaderboard-module__k7kcCq__liveDot{background:#22c55e;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1s ease-in-out infinite Leaderboard-module__k7kcCq__livePulse}@keyframes Leaderboard-module__k7kcCq__livePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.4)}}.Leaderboard-module__k7kcCq__empty{text-align:center;color:var(--muted);padding:60px 20px}.Leaderboard-module__k7kcCq__leagueFilter{align-items:center;gap:8px;margin-bottom:12px;display:flex}.Leaderboard-module__k7kcCq__leagueFilterSelect{border:1px solid var(--border);background:var(--card);color:var(--text);font-size:.82rem;font-family:var(--font-body);cursor:pointer;border-radius:20px;outline:none;padding:6px 12px}.Leaderboard-module__k7kcCq__leagueFilterSelect:focus{border-color:var(--accent)}.Leaderboard-module__k7kcCq__leagueFilterClear{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:2px 6px;font-size:.9rem;line-height:1}.Leaderboard-module__k7kcCq__leagueFilterClear:hover{color:var(--text);background:var(--border)}.Leaderboard-module__k7kcCq__viewToggle{border:1px solid var(--border);border-radius:20px;margin-bottom:16px;display:inline-flex;overflow:hidden}.Leaderboard-module__k7kcCq__viewBtn,.Leaderboard-module__k7kcCq__viewBtnActive{font-size:.82rem;font-family:var(--font-body);cursor:pointer;border:none;padding:5px 16px;font-weight:500;transition:background .15s,color .15s}.Leaderboard-module__k7kcCq__viewBtn{color:var(--muted);background:0 0}.Leaderboard-module__k7kcCq__viewBtn:hover{color:var(--text);background:var(--card)}.Leaderboard-module__k7kcCq__viewBtnActive{background:var(--accent);color:#0a0e1a;font-weight:600}.Leaderboard-module__k7kcCq__cardGrid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.Leaderboard-module__k7kcCq__card{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-sm);animation:Leaderboard-module__k7kcCq__slideUp .4s var(--ease-out,ease) both;transition:transform var(--duration-normal,.25s) var(--ease-out,ease), box-shadow var(--duration-normal,.25s) ease;border-radius:14px;flex-direction:column;align-items:center;gap:4px;padding:20px 12px 16px;display:flex;position:relative}.Leaderboard-module__k7kcCq__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.Leaderboard-module__k7kcCq__podiumGold{background:linear-gradient(175deg, #ffd70014 0%, var(--card) 60%);border-color:#ffd70059}.Leaderboard-module__k7kcCq__podiumSilver{background:linear-gradient(175deg, #c0c0c00f 0%, var(--card) 60%);border-color:#c0c0c040}.Leaderboard-module__k7kcCq__podiumBronze{background:linear-gradient(175deg, #cd7f320f 0%, var(--card) 60%);border-color:#cd7f3240}.Leaderboard-module__k7kcCq__cardHeader{justify-content:center;align-items:center;gap:8px;width:100%;display:flex}.Leaderboard-module__k7kcCq__cardRank{font-family:var(--font-mono);color:var(--muted);text-align:center;min-width:28px;font-size:.82rem;font-weight:600}.Leaderboard-module__k7kcCq__cardInitial{width:44px;height:44px;font-family:var(--font-head);color:var(--text);background:var(--surface);border:2px solid var(--border);border-radius:50%;justify-content:center;align-items:center;font-size:1.3rem;display:flex}.Leaderboard-module__k7kcCq__cardInitialGold{color:gold;border-color:gold}.Leaderboard-module__k7kcCq__cardInitialSilver{color:silver;border-color:silver}.Leaderboard-module__k7kcCq__cardInitialBronze{color:#cd7f32;border-color:#cd7f32}.Leaderboard-module__k7kcCq__cardName{color:var(--text);text-overflow:ellipsis;white-space:nowrap;text-align:center;max-width:100%;margin-top:2px;font-size:.85rem;font-weight:600;overflow:hidden}.Leaderboard-module__k7kcCq__cardPts{font-family:var(--font-mono);color:var(--accent);font-size:1.7rem;font-weight:700;line-height:1}.Leaderboard-module__k7kcCq__cardPtsLabel{text-transform:uppercase;letter-spacing:.15em;color:var(--muted);margin-top:-2px;font-size:.6rem}.Leaderboard-module__k7kcCq__cardStatsRow{align-items:center;gap:12px;margin-top:6px;display:flex}.Leaderboard-module__k7kcCq__cardStat{flex-direction:column;align-items:center;gap:1px;display:flex}.Leaderboard-module__k7kcCq__cardStatVal{font-family:var(--font-mono);color:var(--text);font-size:.95rem;font-weight:600}.Leaderboard-module__k7kcCq__cardStatLbl{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:.58rem}.Leaderboard-module__k7kcCq__cardStatDivider{background:var(--border);width:1px;height:24px}.Leaderboard-module__k7kcCq__cardForm{gap:3px;margin-top:4px;display:flex}.Leaderboard-module__k7kcCq__formDot{font-size:.7rem;line-height:1}.Leaderboard-module__k7kcCq__cardBar{background:var(--border);border-radius:2px;width:80%;height:4px;margin-top:8px;overflow:hidden}.Leaderboard-module__k7kcCq__cardBarFill{border-radius:2px;height:100%;transition:width .8s}.Leaderboard-module__k7kcCq__podiumGold .Leaderboard-module__k7kcCq__cardBarFill{background:linear-gradient(90deg,gold,#e8c547)}.Leaderboard-module__k7kcCq__podiumSilver .Leaderboard-module__k7kcCq__cardBarFill{background:linear-gradient(90deg,silver,#a0a0a0)}.Leaderboard-module__k7kcCq__podiumBronze .Leaderboard-module__k7kcCq__cardBarFill{background:linear-gradient(90deg,#cd7f32,#b06828)}.Leaderboard-module__k7kcCq__cardBarDefault{background:var(--accent2)}.Leaderboard-module__k7kcCq__podiumPrize{font-family:var(--font-mono);color:var(--accent);background:#e8c5471a;border-radius:6px;margin-top:6px;padding:3px 10px;font-size:.82rem;font-weight:700}.Leaderboard-module__k7kcCq__percentilePill{color:var(--accent);letter-spacing:.02em;background:linear-gradient(135deg,#e8c5471f,#3b82f614);border:1px solid #e8c5474d;border-radius:20px;margin-bottom:14px;padding:7px 16px;font-size:.82rem;font-weight:600;display:inline-block}.Leaderboard-module__k7kcCq__currentUser{border-color:var(--accent2);box-shadow:0 0 0 2px #3b82f64d}.Leaderboard-module__k7kcCq__streakPill{color:#fb923c;background:#f973161f;border:1px solid #f973164d;border-radius:999px;align-items:center;gap:4px;margin-top:2px;padding:3px 8px;font-size:.68rem;font-weight:700;display:inline-flex}.Leaderboard-module__k7kcCq__stickyPositionBar{z-index:20;backdrop-filter:blur(10px);background:linear-gradient(135deg,#0f172af2,#1a2235fa);border:1px solid #e8c54747;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;margin-top:18px;padding:12px 16px;display:flex;position:sticky;bottom:12px;box-shadow:0 12px 28px #00000047}.Leaderboard-module__k7kcCq__stickyPositionMeta,.Leaderboard-module__k7kcCq__stickyPositionStats{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.Leaderboard-module__k7kcCq__stickyPositionLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:.72rem}.Leaderboard-module__k7kcCq__stickyPositionRank{font-family:var(--font-mono);color:var(--accent);font-size:1rem}.Leaderboard-module__k7kcCq__stickyPositionName{color:var(--text);font-weight:700}.Leaderboard-module__k7kcCq__stickyPositionStat{color:var(--muted);background:#ffffff0f;border-radius:999px;padding:4px 8px;font-size:.76rem}.Leaderboard-module__k7kcCq__stickyPositionStat strong{color:var(--text)}@media (max-width:768px){.Leaderboard-module__k7kcCq__cardGrid{grid-template-columns:repeat(2,1fr);gap:10px}.Leaderboard-module__k7kcCq__stickyPositionBar{flex-direction:column;align-items:flex-start;bottom:72px}}@media (max-width:480px){.Leaderboard-module__k7kcCq__cardGrid{grid-template-columns:1fr 1fr;gap:8px}.Leaderboard-module__k7kcCq__card{padding:14px 8px 12px}.Leaderboard-module__k7kcCq__cardInitial{width:36px;height:36px;font-size:1rem}.Leaderboard-module__k7kcCq__cardPts{font-size:1.4rem}.Leaderboard-module__k7kcCq__cardStatsRow{gap:8px}.Leaderboard-module__k7kcCq__cardStatVal{font-size:.82rem}.Leaderboard-module__k7kcCq__cardStatDivider{height:18px}.Leaderboard-module__k7kcCq__cardBar{width:90%}.Leaderboard-module__k7kcCq__stickyPositionBar{margin-top:14px;padding:12px;bottom:68px;left:0;right:0}.Leaderboard-module__k7kcCq__stickyPositionStats{gap:6px}}
@media (max-width:400px){.MyAccount-module__kwvNuG__heading{font-size:1.1rem}.MyAccount-module__kwvNuG__profileCard{padding:8px 4px}.MyAccount-module__kwvNuG__profileValue,.MyAccount-module__kwvNuG__profileValueAccent{font-size:.7rem}}.MyAccount-module__kwvNuG__wrapper{max-width:600px;margin:0 auto}.MyAccount-module__kwvNuG__heading{font-family:var(--font-head);color:var(--accent);letter-spacing:.05em;align-items:center;gap:10px;margin-bottom:20px;font-size:1.6rem;display:flex}.MyAccount-module__kwvNuG__heading:after{content:"";background:var(--border);flex:1;height:1px}.MyAccount-module__kwvNuG__profileGrid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:28px;display:grid}@media (max-width:480px){.MyAccount-module__kwvNuG__profileGrid{grid-template-columns:1fr}}.MyAccount-module__kwvNuG__profileCard{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:4px;padding:14px 16px;display:flex}.MyAccount-module__kwvNuG__profileLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:.7rem}.MyAccount-module__kwvNuG__profileValue{color:var(--text);word-break:break-all;font-size:.95rem;font-weight:600}.MyAccount-module__kwvNuG__profileValueAccent{color:var(--accent);font-size:.95rem;font-weight:700}.MyAccount-module__kwvNuG__leagueHeading{font-family:var(--font-head);color:var(--text);letter-spacing:.04em;margin-bottom:12px;font-size:1.15rem}.MyAccount-module__kwvNuG__emptyState{color:var(--muted);text-align:center;border:1px dashed var(--border);border-radius:10px;margin:24px 0;padding:20px;font-size:.88rem}.MyAccount-module__kwvNuG__leagueCard{border:1px solid var(--border);background:var(--surface);border-radius:12px;flex-direction:column;gap:10px;margin-bottom:10px;padding:14px 16px;transition:border-color .2s,transform .15s;display:flex}.MyAccount-module__kwvNuG__leagueCard:hover{border-color:var(--accent2);transform:translateY(-1px)}.MyAccount-module__kwvNuG__leagueName{color:var(--text);font-size:.95rem;font-weight:700}.MyAccount-module__kwvNuG__leagueStats{flex-wrap:wrap;gap:8px;display:flex}.MyAccount-module__kwvNuG__leagueStat{background:var(--card);border:1px solid var(--border);border-radius:8px;flex-direction:column;flex:1;gap:2px;min-width:72px;padding:8px 12px;display:flex}.MyAccount-module__kwvNuG__leagueStatLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:.67rem}.MyAccount-module__kwvNuG__leagueStatValue{font-size:1.05rem;font-weight:700;font-family:var(--font-mono);color:var(--accent)}.MyAccount-module__kwvNuG__leagueLink{color:var(--accent2);cursor:pointer;font-size:.82rem;font-weight:600;font-family:var(--font-body);background:0 0;border:none;align-self:flex-start;padding:0;text-decoration:none;transition:opacity .15s}.MyAccount-module__kwvNuG__leagueLink:hover{opacity:.75;text-decoration:underline}.MyAccount-module__kwvNuG__dangerZone{border:1px solid var(--red);background:#ef44440f;border-radius:12px;margin-top:2.5rem;padding:1.5rem}.MyAccount-module__kwvNuG__dangerHeading{color:var(--red);margin-bottom:.5rem;font-family:Bebas Neue,sans-serif;font-size:1.3rem}.MyAccount-module__kwvNuG__dangerText{color:var(--muted);margin-bottom:1rem;font-size:.92rem;line-height:1.5}.MyAccount-module__kwvNuG__deleteBtn{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.65rem 1.5rem;font-size:.95rem;font-weight:600;transition:background .2s}.MyAccount-module__kwvNuG__deleteBtn:hover{background:#dc2626}.MyAccount-module__kwvNuG__modalOverlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.MyAccount-module__kwvNuG__modalContent{background:var(--card,#1a2235);border:1px solid var(--border,#2a3548);text-align:center;border-radius:16px;width:100%;max-width:440px;padding:2rem}.MyAccount-module__kwvNuG__modalTitle{color:var(--red);margin-bottom:.75rem;font-family:Bebas Neue,sans-serif;font-size:1.6rem}.MyAccount-module__kwvNuG__modalText{color:var(--muted);margin-bottom:1.25rem;font-size:.95rem;line-height:1.55}.MyAccount-module__kwvNuG__modalError{color:var(--red);background:#ef444426;border-radius:8px;margin-bottom:1rem;padding:.6rem 1rem;font-size:.88rem}.MyAccount-module__kwvNuG__modalActions{justify-content:center;gap:.75rem;display:flex}.MyAccount-module__kwvNuG__modalCancel{background:var(--border,#2a3548);color:var(--text);border:none}.MyAccount-module__kwvNuG__modalCancel :hover{opacity:.8}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__modalCancel:disabled{opacity:.5;cursor:not-allowed}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__modalConfirm{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.65rem 1.5rem;font-weight:600;transition:background .2s}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__modalConfirm:hover{background:#dc2626}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__modalConfirm:disabled{opacity:.5;cursor:not-allowed}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefsSection{border:1px solid var(--border);background:var(--surface);border-radius:14px;margin-top:1.25rem;transition:border-color .2s;overflow:hidden}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefsSection:hover{border-color:#e8c54740}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefsHeader{border-bottom:1px solid var(--border);background:linear-gradient(135deg,#e8c5470f 0%,#0000 70%);padding:1rem 1.25rem .9rem}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefsHeading{font-family:var(--font-head);letter-spacing:.06em;color:var(--accent);margin:0 0 .25rem;font-size:1rem}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefsDesc{color:var(--muted);margin:0;font-size:.78rem;line-height:1.4}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefsList{padding:0 1.25rem}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefRow{border-bottom:1px solid var(--border);cursor:pointer;align-items:center;gap:12px;margin:0 -1.25rem;padding:.85rem 1.25rem;transition:background .15s;display:flex}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefRow:last-of-type{border-bottom:none}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefRow:hover{background:#ffffff06}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefIcon{background:var(--card);border:1px solid var(--border);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefText{flex:1;min-width:0}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefLabel{color:var(--text);margin-bottom:.15rem;font-size:.875rem;font-weight:600;display:block}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefSub{color:var(--muted);font-size:.72rem;line-height:1.4;display:block}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefToggle{appearance:none;border:1.5px solid var(--border);cursor:pointer;background:#ffffff1a;border-radius:13px;outline:none;flex-shrink:0;width:44px;height:26px;padding:0;transition:background .22s,border-color .22s;position:relative}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefToggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefToggle:after{content:"";background:var(--muted,#9ca3b8);border-radius:50%;width:18px;height:18px;transition:transform .22s cubic-bezier(.34,1.56,.64,1),background .22s;position:absolute;top:2.5px;left:2.5px;box-shadow:0 1px 4px #00000059}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefToggleOn{background:var(--accent,#e8c547);border-color:var(--accent,#e8c547)}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefToggleOn:after{background:#0a0e1a;transform:translate(18px)}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefsFooter{border-top:1px solid var(--border);margin-top:.25rem;padding:.75rem 0 .6rem}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefsSaveRow{justify-content:flex-end;align-items:center;gap:12px;display:flex}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefsSaveBtn{background:var(--accent,#e8c547);color:#0a0e1a;font-family:var(--font-body);cursor:pointer;border:none;border-radius:8px;padding:8px 20px;font-size:.85rem;font-weight:700;transition:opacity .15s}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefsSaveBtn:hover:not(:disabled){opacity:.88}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefsSaveBtn:disabled{opacity:.4;cursor:default}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefsLoading{color:var(--muted);padding:1rem 1.25rem;font-size:.82rem}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefsSaving{color:var(--muted);font-size:.72rem;font-family:var(--font-mono)}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefsSavedOk{color:var(--green,#22c55e);font-size:.78rem;font-family:var(--font-mono);font-weight:600}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__prefsErr{color:var(--red);font-size:.78rem;font-family:var(--font-mono)}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__winnerSection{margin-bottom:24px}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__winnerPicker{flex-direction:column;gap:12px;display:flex}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__winnerHint{color:var(--muted);margin:0;font-size:.84rem}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__winnerSelect{background:var(--surface);border:1px solid var(--border);width:100%;max-width:360px;color:var(--text);cursor:pointer;appearance:auto;border-radius:8px;padding:10px 14px;font-size:.9rem}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__winnerSelect:focus{border-color:var(--accent);outline:none}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__winnerActions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__winnerSaveBtn{background:var(--accent,#e8c547);color:#0a0e1a;cursor:pointer;border:none;border-radius:8px;padding:9px 22px;font-size:.88rem;font-weight:700;transition:opacity .15s}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__winnerSaveBtn:disabled{opacity:.45;cursor:not-allowed}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__winnerSaveBtn:not(:disabled):hover{opacity:.85}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__winnerCurrentNote{color:var(--muted);font-size:.8rem}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__winnerError{color:var(--red);margin:0;font-size:.8rem}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__winnerLocked{background:rgba(var(--accent-rgb,232, 197, 71), .08);border:1px solid rgba(var(--accent-rgb,232, 197, 71), .2);border-radius:8px;flex-wrap:wrap;align-items:center;gap:10px;padding:12px 16px;display:flex}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__winnerLockedLabel{color:var(--muted);font-size:.82rem}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__winnerLockedValue{color:var(--accent,#e8c547);font-size:1rem;font-weight:700}.MyAccount-module__kwvNuG__modalCancel .MyAccount-module__kwvNuG__winnerLockedNote{color:var(--muted);margin-left:auto;font-size:.74rem;font-style:italic}
@media (max-width:400px){.MyPrediction-module__W0XKkW__table th,.MyPrediction-module__W0XKkW__table td{padding:.3rem .18rem;font-size:.68rem}.MyPrediction-module__W0XKkW__statCard{min-width:70px;padding:8px 4px}.MyPrediction-module__W0XKkW__heading{font-size:.95rem}}.MyPrediction-module__W0XKkW__wrap{max-width:800px;animation:MyPrediction-module__W0XKkW__predictionIn .4s var(--ease-out,ease) both;margin:0 auto;padding:2rem 1rem}@keyframes MyPrediction-module__W0XKkW__predictionIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.MyPrediction-module__W0XKkW__heading{letter-spacing:.04em;color:var(--text);margin-bottom:1.2rem;font-size:1.4rem;font-weight:800}.MyPrediction-module__W0XKkW__summary{flex-wrap:wrap;gap:16px;margin-bottom:1.8rem;display:flex}.MyPrediction-module__W0XKkW__statCard{background:var(--card);border:1px solid var(--border);min-width:120px;box-shadow:var(--shadow-sm);transition:transform var(--duration-normal,.25s) var(--ease-out,ease), box-shadow var(--duration-normal,.25s) ease;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:6px;padding:20px 16px;display:flex}.MyPrediction-module__W0XKkW__statCard:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.MyPrediction-module__W0XKkW__statValue{color:var(--text);font-size:2.2rem;font-weight:800;line-height:1}.MyPrediction-module__W0XKkW__statLabel{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;text-align:center;font-size:.78rem}.MyPrediction-module__W0XKkW__mobileAccordion{flex-direction:column;gap:12px;margin:1rem 0 1.25rem;display:flex}.MyPrediction-module__W0XKkW__groupSection{border:1px solid var(--border);background:var(--card);border-radius:12px;overflow:hidden}.MyPrediction-module__W0XKkW__groupToggle{width:100%;color:var(--text);font:inherit;cursor:pointer;text-align:left;background:#ffffff0a;border:none;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.MyPrediction-module__W0XKkW__groupToggleMeta{color:var(--muted);margin-top:4px;font-size:.72rem;display:block}.MyPrediction-module__W0XKkW__groupChevron{color:var(--muted);font-size:1.1rem;transition:transform .2s}.MyPrediction-module__W0XKkW__groupChevronOpen{transform:rotate(90deg)}.MyPrediction-module__W0XKkW__groupCards{flex-direction:column;gap:10px;padding:12px;display:flex}.MyPrediction-module__W0XKkW__groupCard{border:1px solid var(--border);background:#00000014;border-radius:10px;padding:12px}.MyPrediction-module__W0XKkW__groupCardMatch{color:var(--text);font-weight:700}.MyPrediction-module__W0XKkW__groupCardMeta{color:var(--muted);margin-top:4px;font-size:.76rem}.MyPrediction-module__W0XKkW__groupCardScores{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px;font-size:.8rem;display:grid}.MyPrediction-module__W0XKkW__groupCardScores span,.MyPrediction-module__W0XKkW__groupCardFooter span{background:#ffffff0a;border-radius:8px;padding:8px}.MyPrediction-module__W0XKkW__groupCardFooter{gap:8px;margin-top:10px;display:flex}.MyPrediction-module__W0XKkW__groupCardPts{color:var(--muted);font-size:.76rem}.MyPrediction-module__W0XKkW__table{border-collapse:collapse;background:var(--card);width:100%;color:var(--text);border-radius:8px;display:none;overflow:hidden}.MyPrediction-module__W0XKkW__table th,.MyPrediction-module__W0XKkW__table td{text-align:center;border-bottom:1px solid var(--border);padding:.7rem .5rem}.MyPrediction-module__W0XKkW__table th{background:var(--surface);letter-spacing:.05em;font-weight:600}.MyPrediction-module__W0XKkW__table tr:last-child td{border-bottom:none}.MyPrediction-module__W0XKkW__empty{text-align:center;color:var(--muted);margin:2rem 0;font-size:1.2rem}.MyPrediction-module__W0XKkW__aiInfo{text-align:center;color:var(--muted);margin-bottom:1rem;font-size:.85rem;font-style:italic}.MyPrediction-module__W0XKkW__editBtn{background:var(--accent,#e8c547);color:var(--bg);cursor:pointer;letter-spacing:.03em;border:none;border-radius:8px;margin-bottom:1.2rem;padding:10px 24px;font-size:.95rem;font-weight:700;transition:background .15s,transform .1s;display:inline-block}.MyPrediction-module__W0XKkW__editBtn:hover{background:#ffd74a;transform:translateY(-1px)}.MyPrediction-module__W0XKkW__scoringExplainer{margin-bottom:2rem}.MyPrediction-module__W0XKkW__scoringTitle{font-family:var(--font-head,"Bebas Neue", sans-serif);letter-spacing:.08em;color:var(--muted,#6b7a99);text-transform:uppercase;margin-bottom:14px;font-size:1.3rem}.MyPrediction-module__W0XKkW__scoringCards{grid-template-columns:1fr 1fr;gap:14px;display:grid}.MyPrediction-module__W0XKkW__scoringCard{background:var(--card,#1a2235);border:1px solid var(--border,#2a3548);border-radius:14px;transition:transform .2s,box-shadow .2s;overflow:hidden}.MyPrediction-module__W0XKkW__scoringCard:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0000004d}.MyPrediction-module__W0XKkW__scoringCardGold{background:linear-gradient(175deg, #e8c5470f 0%, var(--card,#1a2235) 50%);border-color:#e8c5474d}.MyPrediction-module__W0XKkW__scoringVisual{background:#0003;flex-direction:column;align-items:center;gap:10px;padding:20px 16px 16px;display:flex;position:relative}.MyPrediction-module__W0XKkW__scoringMatchPreview{justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.MyPrediction-module__W0XKkW__scoringTeam{color:var(--muted,#6b7a99);white-space:nowrap;font-size:.72rem;font-weight:600}.MyPrediction-module__W0XKkW__scoringVs{align-items:center;gap:4px;display:flex}.MyPrediction-module__W0XKkW__scoringScoreBox{background:var(--surface,#111827);border:2px solid var(--border,#2a3548);width:32px;height:32px;font-family:var(--font-mono,"DM Mono", monospace);color:var(--text,#f0f4ff);border-radius:8px;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.MyPrediction-module__W0XKkW__scoringScoreExact{border-color:var(--accent,#e8c547);color:var(--accent,#e8c547);background:#e8c54714}.MyPrediction-module__W0XKkW__scoringDash{color:var(--muted,#6b7a99);font-size:.8rem;font-weight:700}.MyPrediction-module__W0XKkW__scoringIcon{font-size:1.6rem;line-height:1}.MyPrediction-module__W0XKkW__scoringInfo{text-align:center;flex-direction:column;align-items:center;gap:4px;padding:14px 16px 18px;display:flex}.MyPrediction-module__W0XKkW__scoringPts{font-family:var(--font-mono,"DM Mono", monospace);color:var(--text,#f0f4ff);font-size:1.8rem;font-weight:800;line-height:1}.MyPrediction-module__W0XKkW__scoringCardGold .MyPrediction-module__W0XKkW__scoringPts{color:var(--accent,#e8c547)}.MyPrediction-module__W0XKkW__scoringPtsLabel{color:var(--muted,#6b7a99);font-size:.8rem;font-weight:500}.MyPrediction-module__W0XKkW__scoringDesc{color:var(--text,#f0f4ff);font-size:.82rem;font-weight:600}.MyPrediction-module__W0XKkW__scoringDesc em{color:var(--accent,#e8c547);font-style:normal}.MyPrediction-module__W0XKkW__scoringSub{color:var(--muted,#6b7a99);font-size:.7rem}@media (max-width:500px){.MyPrediction-module__W0XKkW__scoringCards{grid-template-columns:1fr}}.MyPrediction-module__W0XKkW__aiToggleBtn{background:var(--surface,#111827);color:var(--text);border:1px solid var(--border);cursor:pointer;letter-spacing:.03em;border-radius:8px;margin-bottom:1.2rem;margin-left:8px;padding:10px 24px;font-size:.95rem;font-weight:700;transition:background .15s,transform .1s,border-color .15s;display:inline-block}.MyPrediction-module__W0XKkW__aiToggleBtn:hover{background:var(--card);border-color:var(--accent,#e8c547);transform:translateY(-1px)}.MyPrediction-module__W0XKkW__aiToggleBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.MyPrediction-module__W0XKkW__aiToggleActive{border-color:var(--accent,#e8c547);color:var(--accent,#e8c547);background:#e8c54714}.MyPrediction-module__W0XKkW__aiCell{color:var(--muted,#6b7a99);font-style:italic}.MyPrediction-module__W0XKkW__aiSummary{background:#e8c5470f;border:1px solid #e8c54733;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:1.2rem;padding:14px 20px;display:flex}.MyPrediction-module__W0XKkW__aiSummaryCol{flex-direction:column;align-items:center;gap:4px;min-width:56px;display:flex}.MyPrediction-module__W0XKkW__aiSummaryLabel{letter-spacing:.07em;text-transform:uppercase;color:var(--muted,#7a8a9e);font-size:.72rem;font-weight:700}.MyPrediction-module__W0XKkW__aiSummaryPts{font-family:var(--font-head,"Bebas Neue", sans-serif);color:var(--muted,#7a8a9e);letter-spacing:.04em;font-size:2.2rem;line-height:1}.MyPrediction-module__W0XKkW__aiSummaryWin{color:var(--accent,#e8c547)}.MyPrediction-module__W0XKkW__aiSummaryMid{text-align:center;flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.MyPrediction-module__W0XKkW__aiSummaryVerdict{color:var(--color-text,#e2e8f0);font-size:.88rem;font-weight:600}.MyPrediction-module__W0XKkW__aiSummaryMatches{color:var(--muted,#7a8a9e);font-size:.72rem}@media (max-width:600px){.MyPrediction-module__W0XKkW__summary{gap:10px}.MyPrediction-module__W0XKkW__statCard{min-width:90px;padding:14px 10px}.MyPrediction-module__W0XKkW__statValue{font-size:1.6rem}.MyPrediction-module__W0XKkW__heading{font-size:1.1rem}.MyPrediction-module__W0XKkW__groupCardScores{grid-template-columns:1fr}}
.UserPredictions-module__J-rA2a__wrap{max-width:800px;margin:0 auto;padding:2rem 1rem}.UserPredictions-module__J-rA2a__backBtn{border:1px solid var(--border,#2a3548);color:var(--accent,#e8c547);cursor:pointer;background:0 0;border-radius:8px;min-height:44px;margin-bottom:1.2rem;padding:10px 18px;font-size:.88rem;font-weight:600;transition:background .15s,border-color .15s}.UserPredictions-module__J-rA2a__backBtn:hover{border-color:var(--accent,#e8c547);background:#e8c54714}.UserPredictions-module__J-rA2a__heading{letter-spacing:.04em;color:#fff;margin-bottom:1.2rem;font-size:1.4rem;font-weight:800}.UserPredictions-module__J-rA2a__summary{flex-wrap:wrap;gap:16px;margin-bottom:1.8rem;display:flex}.UserPredictions-module__J-rA2a__statCard{background:#1a2236;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:6px;min-width:120px;padding:20px 16px;display:flex}.UserPredictions-module__J-rA2a__statValue{color:#fff;font-size:2.2rem;font-weight:800;line-height:1}.UserPredictions-module__J-rA2a__statLabel{color:var(--muted,#9ca3b8);text-transform:uppercase;letter-spacing:.08em;text-align:center;font-size:.78rem}.UserPredictions-module__J-rA2a__table{border-collapse:collapse;color:#fff;background:#1a2236;border-radius:8px;width:100%;overflow:hidden}.UserPredictions-module__J-rA2a__table th,.UserPredictions-module__J-rA2a__table td{text-align:center;border-bottom:1px solid #2a3548;padding:.7rem .5rem}.UserPredictions-module__J-rA2a__table th{letter-spacing:.05em;background:#232c43;font-weight:600}.UserPredictions-module__J-rA2a__table tr:last-child td{border-bottom:none}.UserPredictions-module__J-rA2a__empty{text-align:center;color:#aaa;margin:2rem 0;font-size:1.2rem}@media (max-width:600px){.UserPredictions-module__J-rA2a__table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.UserPredictions-module__J-rA2a__table th,.UserPredictions-module__J-rA2a__table td{white-space:nowrap;padding:.5rem .35rem;font-size:.78rem}.UserPredictions-module__J-rA2a__summary{gap:10px}.UserPredictions-module__J-rA2a__statCard{min-width:90px;padding:14px 10px}.UserPredictions-module__J-rA2a__statValue{font-size:1.6rem}.UserPredictions-module__J-rA2a__heading{font-size:1.1rem}}.UserPredictions-module__J-rA2a__filtersRow{flex-wrap:wrap;gap:.5rem 2rem;margin-bottom:.4rem;display:flex}.UserPredictions-module__J-rA2a__filtersRow .UserPredictions-module__J-rA2a__toggleRow{margin-bottom:.8rem}.UserPredictions-module__J-rA2a__toggleRow{cursor:pointer;user-select:none;align-items:center;gap:10px;margin-bottom:1.2rem;display:flex}.UserPredictions-module__J-rA2a__toggleCheckbox{width:18px;height:18px;accent-color:var(--accent,#e8c547);cursor:pointer}.UserPredictions-module__J-rA2a__toggleLabel{color:var(--muted,#9ca3b8);font-size:.9rem;font-weight:500}.UserPredictions-module__J-rA2a__myPredCol{color:var(--accent,#e8c547)}
