:root {
  color-scheme: dark;
  --bg:#061a12; --bg-soft:#0a2419; --surface:#0d2d20; --surface-2:#123a2a;
  --line:#20553e; --text:#f4faf6; --muted:#9bc5ae; --accent:#55e99a;
  --accent-dark:#1d9b60; --shadow:0 18px 55px rgba(0,0,0,.22); --red:#ff6b6b;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
}
:root[data-theme="light"] {
  color-scheme: light;
  --bg:#eef8f1; --bg-soft:#e1f2e7; --surface:#ffffff; --surface-2:#f3fbf6;
  --line:#c9e2d2; --text:#123526; --muted:#5f7d6b; --accent:#168a50;
  --accent-dark:#08643a; --shadow:0 16px 42px rgba(20,83,50,.10); --red:#d74747;
}
*{box-sizing:border-box} body{margin:0;background:var(--bg);color:var(--text);min-height:100vh;background-image:radial-gradient(circle at 10% 0%,rgba(52,211,116,.12),transparent 30%),linear-gradient(90deg,transparent 49.85%,rgba(255,255,255,.025) 50%,transparent 50.15%)}
a{color:var(--accent);text-decoration:none} a:hover{color:var(--text)}
.site-header{position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.nav-shell{max-width:1120px;margin:auto;padding:15px 22px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:10px;color:var(--text);font-weight:850}.brand>span:first-child{font-size:24px}.nav-links{display:flex;align-items:center;gap:22px}.nav-links>a{color:var(--muted);font-weight:700}.nav-links>a:hover{color:var(--accent)}
.theme-toggle{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:var(--surface);cursor:pointer;font-size:18px}
main{max-width:1120px;margin:auto;padding:48px 22px 80px}footer{padding:28px;text-align:center;color:var(--muted);border-top:1px solid var(--line)}
h1{font-size:clamp(36px,6vw,64px);line-height:1.02;margin:8px 0 14px;letter-spacing:-.04em}h2{font-size:clamp(23px,3vw,32px);margin:0}p{color:var(--muted);line-height:1.6}.hero{padding:30px 0 38px}.hero.compact{padding-bottom:24px}.hero p{font-size:18px;max-width:620px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:12px;color:var(--accent);font-weight:850}
.panel,.match-card,.stat-card{background:linear-gradient(145deg,var(--surface),var(--surface-2));border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.panel{padding:25px;margin-bottom:34px}.table-panel{overflow:hidden}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.live-dot{font-size:13px;color:var(--muted)}.live-dot:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--accent);margin-right:8px;box-shadow:0 0 0 5px rgba(85,233,154,.1)}
.table-scroll{overflow-x:auto;margin:0 -25px -25px}.table-scroll table{min-width:620px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:15px 25px;border-bottom:1px solid var(--line)}th{font-size:11px;color:var(--muted);letter-spacing:.09em;text-transform:uppercase}tr:last-child td{border-bottom:0}tbody tr{transition:background .18s}tbody tr:hover{background:color-mix(in srgb,var(--accent) 6%,transparent)}
.rank{display:grid;place-items:center;width:38px;height:38px;margin:auto;border-radius:50%;background:var(--bg-soft);font-weight:900}.rank-1{background:#d9a928;color:#201600}.rank-2{background:#bac5c7;color:#172022}.rank-3{background:#b97945;color:#20150e}.avatar{display:inline-grid;place-items:center;object-fit:cover;border-radius:50%;border:2px solid var(--line);background:var(--accent-dark);color:#fff;font-weight:900;flex:none}.avatar-small{width:48px;height:48px}.avatar-leader{width:66px;height:66px}.avatar-tiny{width:34px;height:34px}.avatar-large{width:124px;height:124px;border-width:4px;box-shadow:0 0 0 7px color-mix(in srgb,var(--accent) 14%,transparent)}.avatar-fallback{font-size:18px}.avatar-large.avatar-fallback{font-size:38px}.player-link{display:flex;flex-direction:column;align-items:center;text-align:center;color:var(--text)}.player-link strong{font-size:18px}.player-link span{color:var(--muted);font-size:14px;margin-top:4px}.points-link{font-size:25px;font-weight:900}.inline-player{display:flex;align-items:center;gap:10px;color:var(--text)}
.match-grid,.history-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.match-card{padding:20px;color:var(--text);transition:transform .2s,border-color .2s,box-shadow .2s}.match-card:hover{transform:translateY(-3px);border-color:var(--accent);box-shadow:0 18px 45px rgba(0,0,0,.2)}.match-meta{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:12px;margin-bottom:18px}.versus-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}.web-team{display:flex;flex-direction:column;align-items:center;text-align:center;gap:7px;min-width:0}.big-flag{width:48px;height:36px;object-fit:contain;filter:drop-shadow(0 4px 7px rgba(0,0,0,.18))}.dash{font-size:25px;color:var(--muted);font-weight:800}.match-state{text-align:center;margin-top:18px;padding-top:14px;border-top:1px solid var(--line);color:var(--accent);font-weight:750}.history-score{text-align:center;font-size:28px;font-weight:900;color:var(--accent);margin-top:17px}.history-card{min-height:190px}.compact-versus .big-flag{width:38px;height:29px}
.back-link{display:inline-block;margin-bottom:24px}.match-hero{text-align:center;padding:35px}.match-title{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:25px;margin:25px auto;max-width:760px}.match-title>div{display:flex;flex-direction:column;align-items:center}.hero-flag{width:82px;height:62px;object-fit:contain;filter:drop-shadow(0 5px 10px rgba(0,0,0,.22))}.match-title h1{font-size:clamp(27px,4vw,46px)}.result-pill{display:inline-flex;border-radius:999px;padding:10px 20px;background:var(--bg-soft);color:var(--accent);font-size:20px;font-weight:850}.table-points{font-weight:900;color:var(--accent)}.match-navigation{display:grid;grid-template-columns:1fr 1fr;gap:16px}.match-navigation a{padding:16px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.match-navigation a:last-child{text-align:right}
.player-header{display:flex;align-items:center;gap:28px;margin:12px 0 35px}.player-header h1{margin-bottom:5px}.player-header p{margin:0}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:34px}.stat-card{min-height:124px;padding:22px;display:flex;align-items:center;justify-content:center;text-align:center}.stat-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.stat-main{display:flex;align-items:center;justify-content:center;gap:18px}.stat-icon{font-size:43px;line-height:1}.stat-card strong{font-size:36px;line-height:1.05;color:var(--accent)}.stat-card small{margin-top:9px;color:var(--muted)}
.chart-panel{padding-bottom:18px}.chart-scroll{overflow-x:auto;overflow-y:hidden;padding-bottom:10px;scrollbar-color:var(--accent-dark) var(--bg-soft);scrollbar-width:thin}.chart{position:relative;min-height:360px}.chart svg{width:100%;height:auto;overflow:visible}.grid-line{stroke:var(--line);stroke-width:1}.axis-label,.date-label{fill:var(--muted);font-size:12px}.date-tick{stroke:var(--muted);stroke-width:1}.score-line{fill:none;stroke:var(--accent);stroke-width:4;stroke-linejoin:round;stroke-linecap:round}.chart-point{stroke:var(--surface);stroke-width:4;cursor:pointer;transition:r .15s}.chart-point:hover,.chart-point:focus{r:10;outline:none}.chart-point.exact{fill:#2ee889}.chart-point.outcome{fill:#a6d94f}.chart-point.wrong{fill:var(--red)}.chart-point.pending{fill:#8a9b92}.chart-tooltip{position:fixed;transform:translate(-50%,-100%);display:none;min-width:250px;max-width:340px;padding:13px 15px;border-radius:12px;background:#06130d;color:#fff;box-shadow:0 12px 35px rgba(0,0,0,.4);pointer-events:none;z-index:1000}.chart-tooltip.visible{display:flex;flex-direction:column;gap:4px}.chart-tooltip span{font-size:12px;color:#bed2c6}.chart-legend{display:flex;flex-wrap:wrap;gap:15px;font-size:12px;color:var(--muted)}.chart-legend span:before{content:"";display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:6px}.exact-dot:before{background:#2ee889}.outcome-dot:before{background:#a6d94f}.wrong-dot:before{background:var(--red)}.fixture-link{display:inline-flex;align-items:center;gap:6px}.fixture-link img{width:24px;height:18px;object-fit:contain}.muted,.empty{color:var(--muted)}

.leaderboard-table{min-width:900px;table-layout:fixed}.leaderboard-table th,.leaderboard-table td{text-align:center;padding-left:12px;padding-right:12px}.accuracy-value{display:block;font-size:21px;font-weight:900;color:var(--accent)}.accuracy-caption{display:block;margin-top:3px;color:var(--muted);white-space:nowrap}.match-navigation{display:flex;justify-content:center;align-items:center;gap:14px}.match-navigation .nav-button{display:inline-flex;width:164px;min-height:46px;padding:11px 16px;align-items:center;justify-content:center;text-align:center;border:1px solid var(--line);border-radius:12px;background:var(--surface);font-weight:750}.match-navigation .nav-button.disabled{opacity:.38;color:var(--muted);cursor:default}
.status-group{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap}.status-pill{display:inline-flex;align-items:center;padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:var(--bg-soft);color:var(--accent);font-size:12px;font-weight:800;white-space:nowrap}.player-progress{margin-top:10px}.stat-card strong em{font-size:18px;font-style:normal;color:var(--muted);margin-left:5px}.sort-switch{display:inline-flex;padding:4px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.sort-switch a{padding:9px 14px;border-radius:8px;color:var(--muted);font-weight:750}.sort-switch a.active{background:var(--accent-dark);color:#fff}
.stage-table th:nth-child(n+2),.stage-table td:nth-child(n+2),.player-bets-table th:nth-child(n+2),.player-bets-table td:nth-child(n+2),.match-prediction-table th:nth-child(n+2),.match-prediction-table td:nth-child(n+2){text-align:center}.stage-table td:first-child,.stage-table th:first-child,.player-bets-table td:first-child,.player-bets-table th:first-child,.match-prediction-table td:first-child,.match-prediction-table th:first-child{text-align:left}
@media(max-width:720px){main{padding:32px 15px 65px}.nav-shell{padding:12px 15px}.brand span:last-child{display:none}.nav-links{gap:13px}.nav-links>a{font-size:13px}.match-grid,.history-grid,.stats-grid{grid-template-columns:1fr}.panel{padding:19px}.table-scroll{margin:0 -19px -19px}.table-scroll table{min-width:560px}th,td{padding:13px 18px}.player-header{align-items:flex-start}.avatar-large{width:94px;height:94px}.match-title{gap:10px}.match-title>div>span{font-size:43px}.match-title h1{font-size:25px}.section-heading{align-items:flex-start;flex-direction:column}.match-navigation{grid-template-columns:1fr}.match-navigation a:last-child{text-align:left}.chart{min-height:250px}.stat-icon{left:24px}}
@media(max-width:600px){
  html,body{max-width:100%;overflow-x:hidden}h1{max-width:100%;font-size:34px;overflow-wrap:anywhere}.hero{padding-top:15px}.nav-shell{gap:8px}.nav-links{gap:8px}.theme-toggle{width:34px;height:34px}.status-group{justify-content:flex-start;gap:10px}.live-dot{font-size:12px}
  .leaderboard-table{display:block;min-width:0!important}.leaderboard-table colgroup,.leaderboard-table thead{display:none}.leaderboard-table tbody{display:block}.leaderboard-table tbody tr{display:grid;grid-template-columns:repeat(6,1fr);align-items:center;padding:14px 8px;border-bottom:1px solid var(--line)}.leaderboard-table tbody tr:last-child{border-bottom:0}.leaderboard-table td{display:flex;align-items:center;justify-content:center;min-width:0;padding:5px;border:0}.leaderboard-table td:nth-child(1){grid-column:1/2;grid-row:1}.leaderboard-table td:nth-child(2){grid-column:2/3;grid-row:1}.leaderboard-table td:nth-child(3){grid-column:3/7;grid-row:1;justify-content:flex-start;padding-left:12px}.leaderboard-table td:nth-child(4){grid-column:1/3;grid-row:2}.leaderboard-table td:nth-child(5){grid-column:3/5;grid-row:2}.leaderboard-table td:nth-child(6){grid-column:5/7;grid-row:2}.leaderboard-table td:nth-child(n+4){margin-top:12px;flex-direction:column;gap:3px}.leaderboard-table td:nth-child(n+4):before{content:attr(data-label);color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.leaderboard-table .player-link{align-items:flex-start;text-align:left}.avatar-leader{width:58px;height:58px}.rank{width:36px;height:36px}.points-link,.accuracy-value{font-size:22px}
  .player-header{gap:18px;min-width:0}.player-header>div{min-width:0}.player-header h1{font-size:36px}.stats-grid{gap:12px}.stat-card{min-height:110px}.stat-main{gap:15px}.stat-icon{font-size:40px}.stat-card strong{font-size:34px}
  .match-title{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.match-title>div{min-width:0}.match-title h1{font-size:23px;overflow-wrap:anywhere}.match-hero .eyebrow{line-height:1.5}
  .table-scroll .match-prediction-table{display:block;width:100%;min-width:0!important}.match-prediction-table colgroup,.match-prediction-table thead{display:none}.match-prediction-table tbody{display:block}.match-prediction-table tbody tr{display:block;padding:11px 18px;border-bottom:1px solid var(--line)}.match-prediction-table tbody tr:last-child{border-bottom:0}.match-prediction-table td{display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:12px;width:100%;padding:6px 0;border:0;text-align:left!important}.match-prediction-table td>*{min-width:0;justify-self:start}.match-prediction-table td:before{content:attr(data-label);justify-self:start;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.match-prediction-table .inline-player{justify-content:flex-start}.match-prediction-table .inline-player span{overflow-wrap:anywhere}
  .match-navigation{flex-direction:row}.match-navigation .nav-button{width:145px}.sort-switch{width:100%}.sort-switch a{flex:1;text-align:center}.chart-legend{gap:10px}
}
