:root{color-scheme:dark;--bg: #0e1116;--bg-2: #0a0d12;--surface: #151a22;--surface-2: #1b222d;--surface-3: #232b38;--border: #29323f;--border-strong: #3a4556;--text: #f3f5f8;--text-2: #b4bdc9;--muted: #74808f;--gold: #ffd34d;--gold-2: #b8901c;--good: #3fcf8e;--bad: #ff6b6b;--warn: #ffb347;--display: "Outfit", "Inter", system-ui, sans-serif;--body: "Inter", system-ui, -apple-system, sans-serif;--mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--radius: 14px;--radius-sm: 8px;--gutter: 16px;--maxw: 1180px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--body);-webkit-font-smoothing:antialiased}body{min-height:100vh;background:radial-gradient(1200px 600px at 50% -200px,#1a2233 0%,var(--bg) 60%)}a{color:inherit;text-decoration:none}button{font:inherit}::selection{background:var(--gold);color:#000}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 var(--gutter)}.site-header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0e1116d1;border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;gap:18px;height:60px}.brand{display:flex;align-items:center;gap:10px;font-family:var(--display);font-weight:800;font-size:21px;letter-spacing:-.01em}.brand .mark{width:30px;height:30px}.brand em{color:var(--gold);font-style:normal}.nav{display:flex;gap:4px;margin-left:auto}.nav a{padding:7px 12px;border-radius:999px;color:var(--text-2);font-weight:600;font-size:14px}.nav a:hover{color:var(--text);background:var(--surface-2)}.nav a.active{color:#000;background:var(--gold)}.nav-toggle{display:none;margin-left:auto;background:none;border:1px solid var(--border);color:var(--text);border-radius:8px;padding:6px 10px}@media(max-width:760px){.nav{display:none;position:absolute;top:60px;left:0;right:0;flex-direction:column;background:var(--bg-2);padding:10px var(--gutter) 14px;border-bottom:1px solid var(--border)}.nav.open{display:flex}.nav a{padding:12px;font-size:16px}.nav-toggle{display:block}}h1,h2,h3{font-family:var(--display);letter-spacing:-.01em;margin:0;line-height:1.05}h1{font-size:clamp(30px,5vw,46px);font-weight:800}h2{font-size:22px;font-weight:700}h3{font-size:16px;font-weight:700;color:var(--text-2)}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.mono{font-family:var(--mono);font-variant-numeric:tabular-nums}.muted{color:var(--muted)}.sub{color:var(--text-2)}.num{font-family:var(--mono);font-variant-numeric:tabular-nums}.pos{color:var(--good)}.neg{color:var(--bad)}main{padding:26px 0 80px}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:22px}.grid{display:grid;gap:16px}.grid.two{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid.three{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.grid.tiles{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stack{display:grid;gap:16px}section+section{margin-top:30px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px}.card.pad-0{padding:0;overflow:hidden}.card-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:14px}.card-head h2{font-size:19px}.tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px;min-height:96px;display:flex;flex-direction:column;gap:6px}.tile .value{font-family:var(--display);font-size:34px;font-weight:700;line-height:1;letter-spacing:-.02em}.tile .label{font-size:12px;color:var(--muted);font-weight:600;letter-spacing:.08em;text-transform:uppercase}.tile .foot{font-size:13px;color:var(--text-2);margin-top:auto}.hero{position:relative;overflow:hidden;border-radius:var(--radius);border:1px solid var(--border);padding:26px 22px;background:linear-gradient(135deg,var(--surface-2),var(--surface) 60%)}.hero:before{content:"";position:absolute;inset:-40% -20% auto auto;width:520px;height:520px;border-radius:50%;background:radial-gradient(closest-side,var(--hero-color, var(--gold)) 0%,transparent 70%);opacity:.22;pointer-events:none}.hero .who{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.hero .name{font-family:var(--display);font-size:clamp(38px,7vw,64px);font-weight:800;line-height:1;letter-spacing:-.02em}.hero .pts{font-family:var(--display);font-size:clamp(36px,6vw,60px);font-weight:800;line-height:1;letter-spacing:-.02em;color:var(--gold)}.hero .meta{display:flex;gap:22px;flex-wrap:wrap;margin-top:14px;color:var(--text-2);font-size:14px}.hero .meta b{color:var(--text)}.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:var(--surface-3);color:var(--text-2);border:1px solid var(--border-strong)}.badge.gold{background:var(--gold);color:#000;border-color:var(--gold)}.badge.live{background:#3a1116;color:#ff8080;border-color:#6b1f28}.badge.live:before{content:"";width:8px;height:8px;border-radius:50%;background:#ff4d4d;animation:pulse 1.2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.25}}.chip{display:inline-flex;align-items:center;gap:8px;font-weight:700}.chip .dot{width:12px;height:12px;border-radius:4px;background:var(--c);flex:none;box-shadow:0 0 0 2px #ffffff0f}.chip.lg{font-family:var(--display);font-size:18px;font-weight:700}.chip.lg .dot{width:16px;height:16px;border-radius:5px}.avatar{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-family:var(--display);font-weight:800;font-size:18px;color:#000;background:var(--c)}table.tbl{width:100%;border-collapse:collapse;font-size:14px}.tbl th,.tbl td{padding:10px 12px;text-align:left;white-space:nowrap}.tbl th{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-weight:700;border-bottom:1px solid var(--border)}.tbl td{border-bottom:1px solid var(--border)}.tbl tr:last-child td{border-bottom:none}.tbl td.r,.tbl th.r{text-align:right}.tbl td.c,.tbl th.c{text-align:center}.tbl tbody tr{transition:background .2s}.tbl tbody tr:hover{background:var(--surface-2)}.tbl .rank{font-family:var(--display);font-size:20px;font-weight:700;color:var(--muted);width:44px}.tbl tr.leader .rank{color:var(--gold)}.tbl .total{font-family:var(--display);font-size:22px;font-weight:700}.tbl-scroll{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.card.pad-0 .card-head{padding:18px 18px 0}.tbl-scroll .tbl{min-width:560px}.standings tbody tr{animation:rise .5s ease both}.standings tbody tr:nth-child(1){animation-delay:.02s}.standings tbody tr:nth-child(2){animation-delay:.08s}.standings tbody tr:nth-child(3){animation-delay:.14s}.standings tbody tr:nth-child(4){animation-delay:.2s}.standings tbody tr:nth-child(5){animation-delay:.26s}.standings tbody tr:nth-child(6){animation-delay:.32s}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.form{display:inline-flex;gap:3px}.form i{width:14px;height:14px;border-radius:3px;display:inline-grid;place-items:center;font-size:9px;font-style:normal;font-weight:700;color:#000;background:var(--surface-3)}.form i.p1{background:var(--gold)}.form i.p2{background:#c9ced6}.form i.p3{background:#b98356}.form i.mid{background:#46526a;color:var(--text)}.form i.last{background:var(--bad);color:#fff}.form i.bye{background:transparent;border:1px dashed var(--border-strong);color:var(--muted)}.podium{display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:10px;align-items:end}.podium .step{border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);padding:12px 10px;text-align:center;display:flex;flex-direction:column;gap:6px;align-items:center}.podium .step.first{background:linear-gradient(180deg,#2b2510,var(--surface-2));border-color:var(--gold-2);min-height:150px}.podium .step.second{min-height:124px}.podium .step.third{min-height:108px}.podium .place{font-family:var(--display);font-size:24px;font-weight:700;line-height:1}.podium .first .place{color:var(--gold)}.podium .score{font-family:var(--mono);font-size:13px;color:var(--text-2)}.heat{display:grid;gap:3px;font-size:11px}.heat .cell{aspect-ratio:1;border-radius:4px;display:grid;place-items:center;font-family:var(--mono);font-weight:600;color:#000;min-width:22px;position:relative}.heat .hd{color:var(--muted);font-size:10px;text-align:center;align-self:end}.heat .rowhd{display:flex;align-items:center;font-weight:700;font-size:13px;padding-right:6px}.heat .cell.p1{background:var(--gold)}.heat .cell.p2{background:#c9ced6}.heat .cell.p3{background:#b98356}.heat .cell.p4{background:#55617a;color:var(--text)}.heat .cell.p5{background:#3d475b;color:var(--text)}.heat .cell.last{background:var(--bad);color:#fff}.heat .cell.bye{background:transparent;border:1px dashed var(--border-strong);color:var(--muted)}.heat .cell.none{background:transparent}.chart{height:340px}.chart.tall{height:420px}.chart.short{height:220px}.legend{display:flex;gap:14px;flex-wrap:wrap;font-size:13px;font-weight:600;color:var(--text-2);margin-top:10px}.legend .chip .dot{width:10px;height:10px}.tip{background:var(--bg-2);border:1px solid var(--border-strong);border-radius:10px;padding:10px 12px;font-size:13px;box-shadow:0 10px 30px #00000073}.tip .t{font-weight:700;margin-bottom:6px;color:var(--text-2)}.tip .row{display:flex;justify-content:space-between;gap:18px;padding:1px 0}.trophies{display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.trophy{position:relative;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);padding:16px;display:flex;flex-direction:column;gap:8px;overflow:hidden;transition:transform .2s,border-color .2s}.trophy:hover{transform:translateY(-3px);border-color:var(--border-strong)}.trophy:after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:var(--c)}.trophy .season{font-family:var(--display);font-size:24px;font-weight:800;line-height:1}.trophy .champ{font-family:var(--display);font-size:24px;font-weight:700;color:var(--c);line-height:1}.trophy .small{font-size:12px;color:var(--muted)}.trophy.active{border-color:var(--gold-2)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:10px;border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);font-weight:700;cursor:pointer;transition:background .15s,transform .1s}.btn:hover{background:var(--surface-3)}.btn:active{transform:translateY(1px)}.btn.primary{background:var(--gold);color:#000;border-color:var(--gold)}.btn.primary:hover{background:#ffdc70}.btn.danger{border-color:#6b1f28;color:#ff8080}.btn:disabled{opacity:.5;cursor:default}.btn.sm{padding:6px 10px;font-size:13px;border-radius:8px}.field{display:grid;gap:6px}.field label{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}input,select,textarea{font:inherit;color:var(--text);background:var(--bg-2);border:1px solid var(--border-strong);border-radius:10px;padding:10px 12px;width:100%}input:focus,select:focus,textarea:focus{outline:2px solid var(--gold);outline-offset:1px;border-color:transparent}.row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.notice{padding:12px 14px;border-radius:10px;border:1px solid var(--border-strong);background:var(--surface-2);font-size:14px}.notice.ok{border-color:#1f5a3c;background:#10241a}.notice.bad{border-color:#6b1f28;background:#2a1014}.notice.warn{border-color:#6b4a1f;background:#2a1f10}.order-list{display:grid;gap:8px}.order-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;background:var(--surface-2);border:1px solid var(--border)}.order-item .place{font-family:var(--display);font-size:20px;font-weight:700;width:40px;color:var(--muted)}.order-item .spacer{flex:1}.order-item.bye{opacity:.6;border-style:dashed}.switcher{display:flex;gap:6px;flex-wrap:wrap}.switcher a,.switcher button{padding:6px 10px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text-2);font-weight:600;font-size:13px;cursor:pointer}.switcher a.on,.switcher button.on{background:var(--surface-3);color:var(--text);border-color:var(--border-strong)}.spinner{display:grid;place-items:center;padding:80px 0;color:var(--muted);font-family:var(--display);font-size:20px}.footer{margin-top:60px;padding:24px 0;border-top:1px solid var(--border);color:var(--muted);font-size:13px;display:flex;gap:16px;flex-wrap:wrap;justify-content:space-between}.kicker{font-family:var(--display);font-size:15px;color:var(--gold);font-weight:700}.live-board{display:grid;gap:8px}.live-row{display:grid;grid-template-columns:34px 1fr auto;gap:12px;align-items:center;padding:8px 10px;border-radius:10px;background:var(--surface-2)}.live-row .bar{height:6px;border-radius:3px;background:var(--c);margin-top:6px;transition:width .6s ease}.beurd{display:flex;align-items:center;gap:16px}.beurd .gauge{flex:1;height:14px;border-radius:7px;background:var(--surface-3);overflow:hidden;position:relative}.beurd .gauge i{position:absolute;left:0;top:0;bottom:0;background:linear-gradient(90deg,#e0503f,#ffd34d);border-radius:7px;transition:width .6s ease}.confetti{position:fixed;inset:0;pointer-events:none;z-index:50}
