:root{--color-primary-blue: #1f3a8a;--color-accent-yellow: #facc15;--color-background-deep: #0f172a;--color-surface-deep: #1e293b;--color-text-primary: #f8fafc;--color-text-secondary: #cbd5e1;--color-success: #22c55e;--color-warning: #eab308;--color-error: #ef4444;--bg-page-start: var(--color-background-deep);--bg-page-end: #1a2540;--text-primary: var(--color-text-primary);--text-muted: var(--color-text-secondary);--text-soft: rgba(248, 250, 252, .85);--surface: rgba(30, 41, 59, .95);--surface-subtle: rgba(30, 41, 59, .82);--surface-contrast: rgba(250, 204, 21, .12);--surface-strong: #131c31;--border-subtle: rgba(248, 250, 252, .12);--border-strong: rgba(248, 250, 252, .35);--topbar-bg: rgba(15, 23, 42, .9);--topbar-border: rgba(248, 250, 252, .12);--input-bg: rgba(15, 23, 42, .92);--overlay: rgba(2, 6, 23, .65);--card-shadow: 0 10px 30px rgba(2, 6, 23, .55);--modal-shadow: 0 20px 60px rgba(2, 6, 23, .7);--soft-shadow: 0 4px 12px rgba(2, 6, 23, .45);--accent: var(--color-accent-yellow);--accent-soft: rgba(250, 204, 21, .16);--accent-border: rgba(250, 204, 21, .32);--accent-text: #1f2937;--panel-card-bg: rgba(30, 41, 59, .92);--panel-card-border: rgba(248, 250, 252, .12);--match-pill-placed-bg: rgba(34, 197, 94, .18);--match-pill-placed-border: rgba(34, 197, 94, .45);--match-pill-placed-text: #bbf7d0;font-family:Inter,system-ui,-apple-system,sans-serif;background:linear-gradient(135deg,var(--bg-page-start),var(--bg-page-end));color:var(--text-primary);color-scheme:dark}:root[data-theme=light]{--bg-page-start: #f8fafc;--bg-page-end: #e2e8f0;--text-primary: #0f172a;--text-muted: #475569;--text-soft: #1f2937;--surface: #ffffff;--surface-subtle: #f8fafc;--surface-contrast: rgba(31, 58, 138, .08);--surface-strong: #ffffff;--border-subtle: rgba(15, 23, 42, .12);--border-strong: rgba(15, 23, 42, .25);--topbar-bg: rgba(255, 255, 255, .92);--topbar-border: rgba(15, 23, 42, .12);--input-bg: #ffffff;--overlay: rgba(15, 23, 42, .25);--card-shadow: 0 10px 30px rgba(15, 23, 42, .12);--modal-shadow: 0 20px 60px rgba(15, 23, 42, .18);--soft-shadow: 0 4px 12px rgba(15, 23, 42, .12);--accent: var(--color-accent-yellow);--accent-soft: rgba(250, 204, 21, .12);--accent-border: rgba(250, 204, 21, .3);--accent-text: #1f2937;--panel-card-bg: #ffffff;--panel-card-border: rgba(15, 23, 42, .08);--match-pill-placed-bg: rgba(34, 197, 94, .12);--match-pill-placed-border: rgba(34, 197, 94, .35);--match-pill-placed-text: #065f46;color-scheme:light}:root[data-theme=dark]{color-scheme:dark}body{margin:0}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:var(--topbar-bg);border-bottom:1px solid var(--topbar-border)}.brand{display:flex;align-items:center;gap:10px}.brand-logo{width:42px;height:42px;object-fit:contain}.brand-text{display:flex;flex-direction:column;gap:2px}.brand-title{font-weight:800;letter-spacing:.4px}.brand-sub{color:var(--text-muted);font-size:13px;line-height:16px}.user-chip{display:flex;align-items:center;gap:8px;color:var(--text-primary);position:relative}.chip-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;border:1px solid var(--border-subtle);background:var(--surface-strong);display:flex;align-items:center;justify-content:center;box-shadow:var(--soft-shadow)}.chip-avatar img{width:100%;height:100%;object-fit:cover}.chip-avatar-placeholder{font-weight:800;color:var(--accent)}.user-chip-trigger{display:flex;align-items:center;gap:10px;background:transparent;border:1px solid transparent;color:inherit;padding:4px 8px;border-radius:999px;font:inherit;cursor:pointer;transition:border .12s ease,background .12s ease}.user-chip-trigger:focus-visible{outline:none;border-color:var(--accent-border);background:#facc1524}.chip-details{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2;gap:2px}.chip-name{font-weight:600;white-space:nowrap}.chip-chevron{display:flex;align-items:center;justify-content:center;width:16px;height:16px;color:var(--text-muted);transition:transform .12s ease}.chip-chevron svg{width:16px;height:16px}.user-chip.open .chip-chevron{transform:rotate(180deg)}.user-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;background:var(--surface-strong);border:1px solid var(--border-subtle);border-radius:12px;box-shadow:var(--soft-shadow);padding:6px;display:flex;flex-direction:column;gap:4px;z-index:2}.user-menu-item{background:transparent;border:none;color:var(--text-primary);text-align:left;padding:8px 10px;border-radius:8px;font-weight:600;cursor:pointer;transition:background .12s ease,color .12s ease}.user-menu-item:hover,.user-menu-item:focus-visible{outline:none;background:#facc1529;color:var(--accent-text)}.user-chip .muted{color:var(--text-muted)}.pill{padding:2px 10px;border-radius:999px;background:var(--accent-soft);color:var(--accent-text);font-size:12px;border:1px solid var(--accent-border);font-weight:700;display:inline-flex;align-items:center;justify-content:center}.total-points-pill{font-size:36px;font-weight:800;padding:10px 18px;background:var(--accent-soft);color:var(--accent-text);border-color:var(--accent-border)}.nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-width:0;scrollbar-width:none}.nav::-webkit-scrollbar{display:none}.topbar-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.nav-link{padding:8px 14px;border-radius:999px;border:1px solid var(--border-subtle);background:transparent;color:var(--text-primary);cursor:pointer;transition:background .12s ease,transform .12s ease,color .12s ease;flex-shrink:0}.nav-link:disabled{opacity:.45;cursor:not-allowed}.nav-link.active{background:var(--accent);color:var(--accent-text);border-color:var(--accent);box-shadow:0 8px 20px #facc1566}.layout{max-width:960px;margin:0 auto;padding:32px 20px 48px}header{margin-bottom:16px}h1{margin:0;font-size:32px}h2{margin:0 0 12px}p{margin:4px 0 0;color:var(--text-muted)}.info{color:#cbd5e1d9;margin:10px 0 0}.hero{background:linear-gradient(135deg,#facc1533,#1f3a8a2e);border-color:var(--border-subtle)}.hero h1{margin:0 0 10px;font-size:34px}.hero p{max-width:680px;font-size:16px}.hero-list{padding-left:18px;color:var(--text-soft);margin:12px 0 18px}.badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:var(--accent-soft);color:var(--accent-text);font-weight:800;letter-spacing:.3px;border:1px solid var(--accent-border)}.home-slogan{margin:0 0 6px;font-size:18px;color:var(--text-primary)}.hero-content{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.hero-copy{flex:1 1 380px;min-width:280px}.hero-visual{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex:0 0 240px}.hero-logo{width:220px;max-width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.25))}.hero-tagline{margin:0;color:var(--text-muted);font-weight:600;text-align:right}.hero-visual{text-align:right}.hero-landing-image{padding:0;border:none;background:transparent;box-shadow:none}.hero-landing-img{display:block;width:100%;height:auto;border-radius:12px;object-fit:contain}@media(max-width:720px){.hero-content{flex-direction:column;align-items:flex-start}.hero-visual{align-items:flex-start;text-align:left;flex:1 1 200px}.hero-tagline{text-align:left}.hero-stats.right{width:100%;margin-left:0}.hero-pill{width:100%}}.hero-stats{display:flex;gap:8px;flex-wrap:wrap;margin:6px 0 4px}.hero-stats.right{margin-left:auto}.hero-pill{padding:10px 14px;border-radius:12px;border:1px solid var(--border-subtle);background:var(--surface-subtle);color:var(--text-primary);display:inline-flex;flex-direction:column;min-width:120px;min-height:80px;align-items:center;justify-content:center;text-align:center}.hero-pill.accent{background:var(--accent-soft);color:var(--accent-text);border-color:var(--accent-border)}.hero-stat-label{font-weight:600;font-size:16px;color:var(--text-muted);margin-bottom:2px}.hero-stat-value{font-weight:800;font-size:26px;line-height:1.1}.home-panels{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}.home-panels .tall-card{grid-row:span 2;align-self:stretch}.mini-table{display:flex;flex-direction:column;gap:12px;margin-top:4px}.top-players-list{display:flex;flex-direction:column;gap:12px;margin-top:8px}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;margin-top:4px}.news-card{position:relative;padding:12px 12px 14px;border-radius:12px;border:1px solid var(--panel-card-border);background:var(--panel-card-bg);box-shadow:var(--soft-shadow);overflow:hidden;display:flex;flex-direction:column;gap:6px;transition:transform .14s ease,box-shadow .16s ease,border-color .16s ease}.news-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:10px;width:100%}.news-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.news-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#1f3a8a59;border:1px solid var(--panel-card-border);color:var(--text-soft);font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.4px}:root[data-theme=light] .news-chip{background:#facc1533}.news-date{color:var(--text-muted);font-weight:700;font-size:12px}.news-headline{font-weight:600;font-size:15px;line-height:1.4;color:var(--text-primary);margin-top:1px}.news-summary{margin:0 0 2px;color:var(--text-muted);font-weight:600;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-card:hover{transform:translateY(-2px);box-shadow:var(--card-shadow);border-color:#ffffff1f}.mini-link{color:inherit;text-decoration:none;display:block}.mini-row{display:flex;flex-direction:column;gap:10px;padding:14px;border-radius:12px;border:1px solid var(--panel-card-border);background:var(--panel-card-bg)}.top-player-card{display:flex;align-items:center;gap:12px;padding:16px;border-radius:16px;border:1px solid var(--panel-card-border);background:var(--panel-card-bg);box-shadow:var(--soft-shadow)}.medal-icon{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(0,0,0,.2))}.top-player-name{font-size:16px;font-weight:700}.top-player-points{font-weight:800;color:var(--text-primary);font-size:15px;margin-left:auto;margin-right:8px}.leaderboard-card-list{margin-top:8px}.leaderboard-card{gap:16px;padding:14px 16px}.leaderboard-medal{width:44px;height:44px}.leaderboard-position-circle{width:50px;height:50px;border-radius:50%;border:1px solid var(--accent-border);background:var(--accent-soft);color:var(--accent-text);font-weight:800;display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--soft-shadow);flex-shrink:0}.leaderboard-card-info{display:flex;flex-direction:column;min-width:0;flex:1}.leaderboard-card-button{border:1px solid var(--panel-card-border);background:var(--panel-card-bg);padding:16px;width:100%;text-align:left;color:var(--text-primary);font:inherit;cursor:pointer;display:flex;align-items:center;gap:12px;border-radius:16px;box-shadow:var(--soft-shadow);transition:transform .12s ease,box-shadow .12s ease}.leaderboard-card-button:hover{transform:translateY(-2px);box-shadow:var(--card-shadow)}.leaderboard-card-button:focus-visible{outline:none;box-shadow:0 0 0 3px #facc1573}.leaderboard-card-button.current-user{border-color:var(--accent-border);background:var(--accent-soft);box-shadow:0 12px 28px #facc1573}.leaderboard-card-button.current-user .top-player-name,.leaderboard-card-button.current-user .top-player-points{color:var(--accent-text)}.upcoming-match-card{border:1px solid var(--panel-card-border);border-radius:18px;padding:16px;background:var(--panel-card-bg);box-shadow:var(--soft-shadow);display:flex;flex-direction:column;gap:12px}.upcoming-match-card.recent-match-card{cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.upcoming-match-card.recent-match-card:hover{transform:translateY(-2px);box-shadow:var(--card-shadow)}.upcoming-match-card.recent-match-card:focus-visible{outline:none;box-shadow:0 0 0 3px #facc1573}.upcoming-match-teams{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:18px;font-weight:800;color:var(--text-primary)}.upcoming-match-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap;color:var(--text-muted);font-weight:600;font-size:13px}.upcoming-match-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.recent-match-footer{align-items:center}.match-status-pill{border-radius:999px;border:1px solid transparent;padding:6px 10px;font-weight:600;font-size:13px;display:inline-flex;align-items:center;justify-content:center;min-width:110px;text-align:center;box-shadow:var(--soft-shadow)}@media(min-width:720px){.match-status-pill{min-width:140px;padding:6px 14px}}.match-status-pill.placed{background:var(--match-pill-placed-bg);color:var(--match-pill-placed-text);border-color:var(--match-pill-placed-border)}.match-status-pill.cta{background:#1f3a8a2e;color:var(--color-primary-blue);border-color:#1f3a8a66}.match-status-pill.locked{background:#cbd5e133;color:var(--text-muted);border-color:#cbd5e166}.match-stage{font-weight:700;color:var(--text-primary)}.match-row{gap:12px}.match-row-main{display:flex;flex-direction:column;gap:6px}.match-row-meta{display:flex;flex-direction:column;gap:6px;align-items:flex-start;text-align:left}.match-subline{font-size:13px;color:var(--text-muted)}@media(min-width:720px){.mini-row{padding:12px}.match-row{flex-direction:row;align-items:center}.match-row-meta{align-items:flex-end;text-align:right}}.mini-user{display:flex;align-items:center;gap:10px;min-width:0}.mini-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#facc1540,#ef44442e);border:1px solid var(--border-subtle);display:inline-flex;align-items:center;justify-content:center;font-weight:800;color:var(--text-primary);overflow:hidden}.mini-avatar img{width:100%;height:100%;object-fit:cover}.mini-avatar-initial{font-weight:800}.mini-user-info{display:flex;flex-direction:column;gap:3px;min-width:0}.mini-name{font-weight:700;color:var(--text-primary)}.mini-subtle{color:var(--text-muted);font-size:12px;overflow-wrap:anywhere}.mini-points{font-weight:800;color:var(--text-primary);text-align:left}.bet-team-line{display:inline-flex;align-items:center;gap:8px;flex-wrap:nowrap}.bet-team{font-weight:800;color:var(--text-primary);display:inline-flex;align-items:center;gap:6px}.bet-vs{color:var(--text-muted);font-weight:600}.bet-flag{width:18px;height:12px;object-fit:cover;border-radius:2px;border:1px solid rgba(255,255,255,.35);box-shadow:0 1px 2px #00000026}.match-score-pill{width:56px;height:56px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:18px;color:var(--text-primary);border:1px solid var(--border-subtle);background:var(--surface);box-shadow:var(--card-shadow)}.match-score-pill.pending{color:var(--text-muted)}.match-score-pill.kickoff{width:72px;font-size:14px}.bet-team-line-score{gap:10px}.match-inline-score{font-weight:900;font-size:18px}.match-stage-line{color:var(--text-muted);font-weight:700}.pill-button{cursor:pointer}.place-bet-pill{background:#ef444433;color:var(--color-error);border-color:#ef444473;padding:6px 12px;border-radius:999px;font-weight:800;min-width:116px;text-align:center;box-shadow:var(--card-shadow)}.pill-inline{display:inline-flex;align-items:center;justify-content:center;gap:4px}.pill-subline{display:inline;font-size:12px;font-weight:600;color:var(--color-error);line-height:1.2}.bet-points-pill{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:18px;color:var(--accent-text);border:1px solid var(--border-subtle);background:var(--surface);box-shadow:var(--card-shadow)}.bet-points-pill.high{background:linear-gradient(135deg,#facc15f2,#22c55ee6);color:var(--color-primary-blue);border-color:#facc158c}.bet-points-pill.mid{background:linear-gradient(135deg,#1f3a8aeb,#facc15e0);color:var(--text-primary);border-color:#1f3a8a66}.bet-points-pill.low{background:linear-gradient(135deg,#1f3a8aa6,#1e293bf2);color:var(--color-primary-blue);border-color:#1f3a8a66}.bet-points-pill.zero{background:linear-gradient(135deg,#ef4444eb,#eab308bf);color:var(--text-primary);border-color:#ef444480}.bet-points-pill.neutral{background:var(--surface);color:var(--text-muted)}.card{background:var(--surface);border:1px solid var(--border-subtle);border-radius:12px;padding:16px;margin:16px 0;box-shadow:var(--card-shadow)}.card-header{display:flex;align-items:center;justify-content:space-between}.dashboard-filters{display:flex;gap:8px;flex-wrap:wrap;align-items:center;justify-content:flex-end}.dashboard-filters select{min-width:170px}.password-banner{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;margin:12px 0;border-radius:10px;border:1px solid var(--border-subtle);background:#1f3a8a38}.password-text{display:flex;flex-direction:column;gap:6px}.password-label{font-weight:700}.password-value{display:flex;align-items:center;gap:8px}.password-value code{padding:6px 10px;border-radius:8px;background:var(--surface);border:1px solid var(--border-subtle)}.password-help{color:var(--text-soft);font-size:13px}.form{display:grid;gap:12px}.form-row.team-fields{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px;align-items:end}.form-row.user-form-top{display:grid;grid-template-columns:1.4fr 1fr auto auto;gap:12px;align-items:end}.form-row.user-form-bottom{display:grid;grid-template-columns:1fr 1fr;gap:12px}.check.inline-check{flex-direction:row;align-items:center;gap:8px;padding-top:10px}label{display:flex;flex-direction:column;gap:6px;font-weight:600;color:var(--text-soft)}input,select{padding:14px;min-height:48px;height:52px;box-sizing:border-box;line-height:1.3;border-radius:10px;border:1px solid var(--border-strong);background:var(--input-bg);color:var(--text-primary);font-size:15px}select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--text-muted) 50%),linear-gradient(135deg,var(--text-muted) 50%,transparent 50%);background-position:right 14px center,right 9px center;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.compact-control{min-height:36px;height:38px;padding:8px 10px;border-radius:8px;font-size:14px}.actions{display:flex;gap:10px}.scores-stage-filter{display:inline-flex;align-items:center;gap:8px;color:var(--text-muted);font-size:13px}.scores-stage-filter select{min-width:180px}.group-stage-section{display:flex;flex-direction:column;gap:12px}.group-standings-list{display:grid;gap:12px}.group-standings-card{border:1px solid var(--border-subtle);border-radius:12px;background:var(--surface-subtle);padding:12px}.group-standings-card h3{margin:0 0 10px;color:var(--text-primary)}.group-standings-table-wrap{overflow-x:auto}.group-standings-table{width:100%;border-collapse:collapse;min-width:540px}.group-standings-table th,.group-standings-table td{border-bottom:1px solid var(--border-subtle);padding:8px 10px;text-align:center;color:var(--text-primary)}.group-standings-table th:nth-child(2),.group-standings-table td:nth-child(2){text-align:left}.group-standings-table thead th{color:var(--text-muted);font-size:12px;text-transform:uppercase;letter-spacing:.5px}.group-standings-team{display:inline-flex;align-items:center;gap:8px}.group-standings-team img{width:20px;height:14px;object-fit:cover;border-radius:2px;border:1px solid var(--border-subtle)}.history-search{margin-top:4px}.actions .ghost{border-color:var(--border-strong)}button{padding:10px 14px;border-radius:8px;border:1px solid transparent;background:var(--accent);color:var(--accent-text);font-weight:700;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}button:hover{transform:translateY(-1px);box-shadow:0 10px 25px #facc1573}button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}button.ghost{background:transparent;color:var(--text-primary);border-color:var(--border-strong)}button.danger{background:var(--color-error);color:var(--text-primary)}button.nav-link{background:transparent;color:var(--text-primary);border-color:var(--border-subtle);box-shadow:none}button.nav-link:hover{transform:translateY(-1px)}button.nav-link:hover:not(.active){background:var(--surface-subtle)}.tabs{display:inline-flex;background:var(--surface);border:1px solid var(--border-subtle);border-radius:12px;overflow:hidden;margin:8px 0 16px}.tab{padding:10px 14px;background:transparent;border:none;color:var(--text-soft);cursor:pointer;transition:background .12s ease,color .12s ease}.tab.active{background:var(--accent);color:var(--accent-text);font-weight:700}.table{display:grid;gap:8px}.row{display:grid;grid-template-columns:80px 1fr 120px 110px 170px;align-items:center;gap:12px;padding:12px;background:var(--surface-subtle);border:1px solid var(--border-subtle);border-radius:10px}.row>div{min-width:0}.row.head{background:transparent;border:none;padding:4px 12px;color:var(--text-muted);font-weight:700}.row-actions{display:flex;gap:8px;justify-content:flex-end}.teams-table .group-block{display:flex;flex-direction:column;gap:8px}.teams-table .group-container{background:var(--surface-subtle);border:1px solid var(--border-subtle);border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:8px}.teams-table .group-title{font-weight:700;color:var(--text-soft);margin:6px 4px 2px}.teams-table .teams-row{grid-template-columns:1.8fr 1fr 170px 180px}.teams-table .actions-col{text-align:right}.teams-table .flag-col,.teams-master .flag-col{text-align:center}.teams-master .flag-cell{justify-content:center}.row.empty{grid-template-columns:1fr;text-align:center;color:var(--text-muted)}.prediction-inline{display:flex;align-items:center;justify-content:center;min-width:100px}.prediction-input{width:72px;padding:2px 8px;border-radius:6px;border:1px solid var(--border-subtle);background:var(--surface-contrast);color:var(--text-primary);font-weight:700;font-size:14px;text-align:center;height:30px;line-height:26px}.subtle{color:var(--text-muted);font-size:12px;line-height:16px}.pill.subtle{background:var(--surface-contrast);color:var(--text-primary);border-color:var(--border-subtle)}.guess-pill.exact{background:#22c55e2e;color:#065f46;border-color:#22c55e59}.guess-pill.winner{background:#1f3a8a2e;color:var(--color-primary-blue);border-color:#1f3a8a59}.guess-pill.goals{background:#eab3082e;color:var(--color-warning);border-color:#eab30859}.guess-pill.wrong{background:#ef444433;color:var(--color-error);border-color:#ef444466}.guess-pill.pending{background:var(--surface-contrast);color:var(--text-muted);border-color:var(--border-subtle)}.sort-button{border:1px solid var(--border-subtle);background:var(--surface-subtle);color:var(--text-muted);padding:2px 6px;border-radius:6px;cursor:pointer;line-height:1;font-weight:800}.sort-button.active{color:var(--text-primary);border-color:var(--border-strong)}.row.match-row{grid-template-columns:160px minmax(0,1fr) minmax(0,1fr) 100px 140px minmax(0,1fr) minmax(0,1fr) 170px}.row.user-row{grid-template-columns:90px 1.2fr 1.8fr 1.2fr 170px}.row.user-row.master-row{grid-template-columns:90px 1.1fr 1.8fr 1.2fr 170px;align-items:center}.row.teams-row.master-row{grid-template-columns:1.6fr .9fr .8fr 150px 180px;align-items:center}.leaderboard-avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;border:1px solid var(--border-subtle);background:linear-gradient(135deg,#facc1538,#ef44442e);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #00000059}.leaderboard-avatar img{width:100%;height:100%;object-fit:cover}.leaderboard-avatar-placeholder{font-weight:800;color:var(--accent)}.leaderboard-email{color:var(--text-muted);font-size:13px;font-weight:700;overflow-wrap:anywhere}.leaderboard-metric{font-weight:700;color:var(--text-primary);text-align:center}.leaderboard-metric.strong{font-size:18px}.leaderboard-table{gap:12px}.user-email{overflow-wrap:anywhere}.user-name{font-weight:700}.user-phone{font-size:14px}.user-name-button{text-align:left;background:transparent;border:none;color:var(--text-primary);padding:0;cursor:pointer;font-size:16px;font-weight:700}.user-name-button:hover{text-decoration:underline}.avatar-picker{display:flex;flex-direction:column;gap:10px;padding:12px;border-radius:10px;border:1px solid var(--border-subtle);background:var(--surface-subtle)}.avatar-picker-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.avatar-title{font-weight:700;color:var(--text-primary)}.avatar-help{color:var(--text-muted);font-size:13px;margin-top:4px}.avatar-actions{display:flex;gap:8px;flex-wrap:wrap}.avatar-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(76px,1fr));gap:10px}.avatar-option{background:var(--surface);border:1px solid var(--border-subtle);border-radius:50%;padding:6px;width:76px;height:76px;display:flex;align-items:center;justify-content:center;color:var(--text-primary);cursor:pointer;box-shadow:none;transition:border-color .12s ease,box-shadow .12s ease,transform .12s ease}.avatar-option:hover{transform:translateY(-1px);border-color:var(--accent-border);box-shadow:none}.avatar-option.selected{border-color:var(--accent);box-shadow:0 8px 22px #facc1559}.avatar-thumb{width:64px;height:64px;object-fit:cover;border-radius:50%;display:block;background:var(--surface-strong);border:1px solid var(--border-subtle)}.avatar-cell{display:flex;justify-content:center}.avatar-thumb.large{width:96px;height:96px}.avatar-cell .avatar-thumb{width:56px;height:56px}.avatar-placeholder,.avatar-note{color:var(--text-muted);font-size:13px}.table.matches .row.head{padding:4px 12px}.matches-schedule{display:flex;flex-direction:column;gap:18px}.match-day{background:var(--surface-subtle);border:1px solid var(--border-subtle);border-radius:12px;padding:12px 12px 6px}.match-day-title{font-weight:700;margin:0 4px 10px;color:var(--text-soft)}.match-day-list{display:flex;flex-direction:column;gap:10px}.match-card{display:flex;align-items:center;gap:12px;padding:12px 12px 12px 16px;border-radius:12px;background:var(--surface);border:1px solid var(--border-subtle);width:100%;box-sizing:border-box}.match-card.clickable{cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.match-card.clickable:hover{transform:translateY(-2px);box-shadow:0 12px 24px #00000014}.match-card-content{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;width:100%}.match-line{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:20px;text-align:center;width:100%}.match-line>.team-line:first-child{justify-self:end;flex-direction:row-reverse;text-align:right;padding-left:16px}.match-line>.team-line:last-child{justify-self:start;padding-right:16px}.match-line>.team-line.no-container:first-child,.match-line>.team-line.no-container:last-child{padding-left:0;padding-right:0}.team-line.compact{gap:8px;padding:8px 12px;margin:0;border-radius:999px;background:var(--surface);border:1px solid var(--border-subtle);display:inline-flex;align-items:center;justify-content:center;min-width:0;max-width:100%}.team-line.compact.winner{margin:0;box-shadow:0 8px 18px #facc1552}.team-line.compact strong{font-size:15px;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-line.compact.no-container{padding:0;border:none;background:transparent;border-radius:0;gap:4px;flex-direction:column}.team-line.compact.no-container.winner{box-shadow:none}.team-line.compact.no-container strong{font-size:12px;letter-spacing:.6px;text-transform:uppercase;text-align:center}.mini-flag{width:38px;height:26px;object-fit:cover;border-radius:4px;border:1px solid rgba(255,255,255,.18);display:block}.team-line.compact.no-container .mini-flag{width:32px;height:22px}.match-center{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:90px}.match-time{font-size:18px;font-weight:800;letter-spacing:.5px}.match-fifa{color:var(--text-muted);font-size:12px}.match-meta{font-size:13px;color:var(--text-muted);text-align:center}.match-actions{flex-shrink:0}.match-actions button{padding:8px 10px}.empty-schedule{text-align:center;color:var(--text-muted);padding:20px;border:1px dashed var(--border-subtle);border-radius:10px}.team-line{display:flex;align-items:center;gap:6px}.team-line strong{display:flex;align-items:center;line-height:1}.team-line.winner{padding:6px 8px;margin:-6px -8px;border-radius:8px;background:#facc1533;border:1px solid rgba(250,204,21,.45);box-shadow:0 10px 24px #facc152e}.team-line.compact.winner{margin:0;border-radius:999px}.team-line .code{color:var(--text-muted);font-size:14px}.score{font-weight:700;font-size:16px}.match-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;align-items:start;width:100%;box-sizing:border-box}.match-meta-grid label{display:flex;flex-direction:column;gap:6px}.match-meta-grid .stadium-field{grid-column:span 2}.stage-row{margin-top:12px}.stage-row label{display:flex;flex-direction:column;gap:6px}.stage-row select{width:100%}.teams-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,.8fr) auto minmax(0,.8fr) minmax(0,2fr);gap:12px;align-items:center;width:100%;box-sizing:border-box}.vs-divider{text-align:center;font-weight:800;font-size:20px;color:var(--text-soft)}.score-field input{text-align:center}@media(max-width:960px){.match-meta-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.teams-grid{grid-template-columns:minmax(0,1fr) minmax(0,.6fr) auto}.teams-grid .team-field{grid-column:span 3}}@media(max-width:640px){.match-meta-grid,.teams-grid{grid-template-columns:1fr}.teams-grid .team-field{grid-column:auto}.teams-grid .vs-divider{display:none}}.duo{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.check-row{display:flex;gap:16px;align-items:center}.check{display:flex;gap:8px;align-items:center;font-weight:600;color:var(--text-soft)}.flag-cell{display:flex;align-items:center;justify-content:center}.flag{width:64px;height:42px;object-fit:cover;border-radius:6px;border:1px solid var(--border-subtle);background:var(--surface-strong);box-shadow:var(--soft-shadow)}.flag-placeholder{color:var(--text-muted);font-size:14px}.error{color:var(--color-error);margin:10px 0 0}.success{color:var(--color-success);margin:10px 0 0}.modal-overlay{position:fixed;inset:0;background:var(--overlay);display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:auto;overscroll-behavior:contain;z-index:50}.modal{background:var(--surface-strong);border:1px solid var(--border-subtle);border-radius:14px;padding:16px;width:min(760px,95vw);max-height:85vh;box-shadow:var(--modal-shadow);overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.modal-player-header{padding-bottom:6px;border-bottom:1px solid var(--border-subtle);margin-bottom:12px}.modal-title{font-size:20px;font-weight:800}.player-header-panel{display:flex;flex-wrap:wrap;align-items:stretch;gap:14px;margin-bottom:16px}.player-overview-card{display:flex;align-items:center;gap:14px;padding:14px;border-radius:18px;border:1px solid var(--border-subtle);background:var(--surface-subtle);box-shadow:var(--soft-shadow);flex:1 1 240px;min-width:220px}.player-points-callout{display:flex;flex-direction:column;gap:4px}.player-callout-label{font-size:13px;text-transform:uppercase;letter-spacing:.4px;color:var(--text-muted);font-weight:700}.player-callout-value{font-size:34px;font-weight:800;color:var(--text-primary);line-height:1.1}.player-callout-sub{color:var(--text-muted);font-weight:700}.player-stat-grid{flex:1 1 300px;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.player-stat-card{padding:12px;border-radius:14px;border:1px solid var(--border-subtle);background:var(--surface);display:flex;flex-direction:column;gap:2px}.player-stat-value{font-weight:800;font-size:20px;color:var(--text-primary)}.player-stat-label{font-size:12px;text-transform:uppercase;letter-spacing:.4px;color:var(--text-muted);font-weight:700}.leaderboard-user-detail{grid-template-columns:unset;display:flex;flex-direction:column;gap:10px}.match-title-line{display:flex;align-items:center;gap:10px;color:var(--text-strong);font-weight:600}.match-title-line .match-flag img{width:26px;height:18px;border-radius:3px;box-shadow:0 0 0 1px var(--border-subtle);object-fit:cover}.match-title-line .match-team-name{color:var(--text-strong)}.match-title-line .match-score{font-weight:800;color:var(--text-soft)}.modal-subtitle{color:var(--text-muted);font-size:14px;word-break:break-all}.modal-body.user-detail{display:grid;grid-template-columns:auto 1fr;gap:16px;margin-top:14px;max-height:calc(85vh - 150px);overflow-y:auto;padding-right:4px}.leaderboard-bets-section{grid-column:1 / -1;display:flex;flex-direction:column;gap:8px}.leaderboard-bet-list{display:flex;flex-direction:column;gap:10px}.leaderboard-bet-row{display:flex;flex-direction:column;gap:6px;padding:10px 12px;border-radius:12px;border:1px solid var(--border-subtle);background:var(--surface)}.leaderboard-match-info{display:flex;align-items:center;gap:10px;font-weight:600;color:var(--text-strong);font-size:14px}.leaderboard-match-info .match-flag img{width:24px;height:16px;border-radius:3px;box-shadow:0 0 0 1px var(--border-subtle);object-fit:cover}.leaderboard-match-info .match-team-name{font-weight:700;text-transform:uppercase;letter-spacing:.4px}.leaderboard-match-info .leaderboard-match-score{font-weight:700;color:var(--text-soft)}.leaderboard-bet-details{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--text-muted);flex-wrap:wrap;gap:6px}.leaderboard-bet-points{font-weight:700;color:var(--text-strong)}.match-bets-body{display:flex;flex-direction:column;gap:12px;margin-top:14px}.match-bets-list{display:flex;flex-direction:column;gap:10px;width:100%}.match-bet-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid var(--border-subtle);background:var(--surface)}.match-bet-text{display:flex;flex-direction:column;gap:2px}.match-bet-user{display:flex;align-items:center;gap:10px}.match-bet-name{font-weight:700}.match-bet-prediction{color:var(--text-muted);font-size:13px}.match-bet-points{text-align:right;min-width:70px}.match-bet-points-label{color:var(--text-muted);font-size:12px;text-transform:uppercase;letter-spacing:.4px}.match-bet-points-value{font-weight:800;font-size:18px}.detail-avatar{display:flex;align-items:center;justify-content:center}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.detail-label{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.match-detail-body{display:flex;flex-direction:column;gap:14px}.match-detail-hero{display:grid;grid-template-columns:1fr auto 1fr;gap:10px;padding:12px;border-radius:14px;border:1px solid var(--border-subtle);background:linear-gradient(180deg,var(--surface-subtle),var(--surface))}.match-detail-team{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;min-width:0}.match-detail-flag{width:54px;height:36px;border-radius:5px;object-fit:cover;border:1px solid var(--border-subtle);box-shadow:var(--soft-shadow);background:var(--surface-strong)}.match-detail-flag-fallback{width:54px;height:36px;border-radius:5px;border:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:center;background:var(--surface-strong)}.match-detail-team-name{font-size:14px;font-weight:800;color:var(--text-primary);line-height:1.2}.match-detail-team-code{font-size:12px;font-weight:700;color:var(--text-muted);letter-spacing:.4px;text-transform:uppercase}.match-detail-score-panel{align-self:center;display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 10px;border-radius:12px;border:1px solid var(--border-subtle);background:var(--surface-strong);min-width:120px}.match-detail-score{font-size:28px;font-weight:900;color:var(--text-primary);line-height:1}.match-detail-score span{color:var(--text-muted)}.match-detail-stage{font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--text-muted)}.match-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px}.match-detail-card{padding:10px 12px;border-radius:12px;border:1px solid var(--border-subtle);background:var(--surface)}.modal-body.user-detail .leaderboard-metric{text-align:left}.card-header-actions{display:flex;gap:8px}.search-input{padding:0 12px;border-radius:10px;border:1px solid var(--border-subtle);background:var(--surface-subtle);color:var(--text-primary);min-width:200px;height:40px;box-sizing:border-box}.card-header-actions button,.card-header-actions .search-input{min-height:40px}.view-toggle{display:inline-flex;align-items:center;gap:6px;padding:4px;border:1px solid var(--border-subtle);border-radius:12px;background:var(--surface-subtle)}.view-toggle button.active{background:var(--accent);color:#1a1a1a;border-color:var(--accent-border)}.admin-calendar{display:flex;flex-direction:column;gap:12px}.admin-calendar-header{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.admin-calendar-nav{display:flex;align-items:center;gap:8px}.admin-calendar-nav h3{margin:0;min-width:200px;text-align:center;color:var(--text-primary)}.admin-calendar-picker{display:flex;align-items:center;gap:8px;color:var(--text-muted);font-size:13px}.admin-calendar-picker select{min-height:36px}.admin-calendar-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.admin-calendar-weekday{text-align:center;color:var(--text-muted);font-size:12px;text-transform:uppercase;letter-spacing:.6px}.admin-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.admin-calendar-day{min-height:160px;border:1px solid var(--border-subtle);border-radius:12px;background:var(--surface);padding:8px;display:flex;flex-direction:column;gap:8px}.admin-calendar-day.outside{opacity:.5;background:var(--surface-subtle)}.admin-calendar-day-number{font-size:13px;font-weight:700;color:var(--text-soft)}.admin-calendar-day-matches{display:flex;flex-direction:column;gap:6px}.admin-calendar-match{border:1px solid var(--border-subtle);border-radius:10px;background:var(--surface-subtle);padding:6px;display:flex;flex-direction:column;gap:6px}.admin-calendar-match-main{appearance:none;border:none;background:transparent;padding:0;text-align:left;color:inherit;cursor:pointer;display:flex;flex-direction:column;gap:2px}.admin-calendar-match-time{font-size:11px;color:var(--text-muted)}.admin-calendar-team-inline{display:flex;align-items:center;gap:6px;white-space:nowrap;overflow:hidden}.admin-calendar-team{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:700;color:var(--text-primary);line-height:1.2;min-width:0}.admin-calendar-team span:last-child{overflow:hidden;text-overflow:ellipsis}.admin-calendar-vs{font-size:10px;color:var(--text-muted);text-transform:uppercase}.admin-calendar-match .mini-flag{width:16px;height:11px;border-radius:2px}.admin-calendar-match .flag-placeholder{font-size:11px;line-height:1}.stat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center}.stat-value{font-size:24px;font-weight:800;color:var(--text-primary)}.dashboard-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin:12px 0 22px}.summary-card{border:1px solid var(--border-subtle);background:linear-gradient(135deg,var(--surface),var(--surface-subtle));border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:6px;box-shadow:var(--soft-shadow)}.summary-label{color:var(--text-muted);font-size:13px;text-transform:uppercase;letter-spacing:.4px}.summary-value{font-size:28px;font-weight:800}.summary-sub{color:var(--text-soft);font-size:13px}.history-grid{display:flex;flex-direction:column;gap:16px;margin-top:12px}.history-card{border:1px solid var(--border-subtle);background:var(--surface-subtle);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px;box-shadow:var(--soft-shadow)}.history-card-header{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}.history-date{font-weight:700;font-size:14px}.history-stage{font-size:12px}.history-card-meta{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.history-meta-item{display:flex;flex-direction:column;gap:4px}.history-meta-label{text-transform:uppercase;font-size:11px;color:var(--text-muted);letter-spacing:.5px}.history-match{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px}.history-team{display:flex;flex-direction:column;gap:2px;min-width:60px;text-align:center}.history-match .history-team.home{align-items:flex-end;text-align:right}.history-match .history-team.away{align-items:flex-start;text-align:left}.history-flag{width:52px;height:36px;object-fit:cover;border-radius:8px;border:1px solid var(--border-subtle);background:var(--surface-strong);box-shadow:var(--soft-shadow)}.history-team-code{font-weight:700;letter-spacing:.4px}.history-score{display:flex;flex-direction:column;align-items:center;gap:10px;min-width:160px;justify-self:center}.score-block{text-align:center}.score-label{font-size:12px;text-transform:uppercase;color:var(--text-muted);letter-spacing:.4px}.score-value{font-size:18px;font-weight:800;color:var(--text-primary)}.history-footer{font-size:12px;color:var(--text-muted);border-top:1px dashed var(--border-subtle);padding-top:8px}.history-empty{border:1px dashed var(--border-subtle);border-radius:16px;padding:18px;text-align:center;color:var(--text-muted)}@media(max-width:560px){.history-card{padding:12px}.history-card-header{flex-direction:column;align-items:flex-start;gap:8px}.history-card-meta{width:100%;justify-content:space-between}.history-match{gap:6px;grid-template-columns:1fr auto 1fr}.history-score{min-width:120px}.history-flag{width:36px;height:24px}.history-team-code{font-size:12px}.score-value{font-size:14px}.score-label{font-size:11px}.history-date{font-size:13px}}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:14px}.chart-card{border:1px solid var(--border-subtle);background:var(--surface-subtle);border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:10px;box-shadow:var(--card-shadow)}.chart-card-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.chart-title{font-weight:800}.chart-subtitle{color:var(--text-muted);font-size:13px}.chart-body{position:relative;height:260px}.chart-card .pill{white-space:nowrap}.modal-actions{justify-content:flex-start}@media(max-width:720px){.row{grid-template-columns:1fr}.card-header{flex-direction:column;align-items:flex-start;gap:12px}.match-line{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:nowrap}.match-center{min-width:auto}.match-line>.team-line:first-child,.match-line>.team-line:last-child{justify-self:stretch;padding:0}.match-line>.team-line:first-child,.match-line>.team-line:last-child{align-items:center}.prediction-inline{min-width:auto;gap:4px}.row.match-row{grid-template-columns:1fr}.home-panels .tall-card{grid-row:auto}.row.user-row{grid-template-columns:1fr}.row.user-row.master-row,.row.teams-row.master-row{grid-template-columns:1fr;align-items:start}.search-input{width:100%}.scores-stage-filter{width:100%;justify-content:space-between}.scores-stage-filter select{flex:1;min-width:0}.card-header-actions{width:100%;flex-wrap:wrap}.view-toggle{width:100%;justify-content:center}.admin-calendar-weekdays{display:none}.admin-calendar-grid{grid-template-columns:1fr}.admin-calendar-day{min-height:auto}.admin-calendar-nav{width:100%;justify-content:space-between}.admin-calendar-nav h3{min-width:auto;flex:1}.admin-calendar-picker{width:100%;justify-content:space-between}.admin-calendar-picker select{flex:1;min-width:0}.topbar{position:static;flex-direction:column;align-items:flex-start;gap:8px}.nav{width:100%;flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px;margin-top:4px;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}.nav-link{scroll-snap-align:start}.topbar-actions{width:100%;justify-content:flex-start}.row-actions{justify-content:flex-start}.card{padding:14px}.form-row.user-form-top,.form-row.user-form-bottom{grid-template-columns:1fr}.layout{padding:20px 16px 32px}.match-card{flex-direction:column;align-items:stretch}.match-card-content{align-items:stretch}.match-line{grid-template-columns:1fr;justify-items:center}.match-center{width:100%}.match-actions{justify-content:center}.form-row.team-fields,.modal-body.user-detail{grid-template-columns:1fr}.match-detail-hero{grid-template-columns:1fr;justify-items:center}.match-detail-score-panel{width:100%;max-width:220px}}
