:root{--bg:#090b12;--surface:#121622;--surface-raised:#191f2e;--border:#2a3245;--text:#f5f7ff;--text-muted:#aab3c8;--beginner-color:#39d98a;--intermediate-color:#ffb84d;--advanced-color:#d270ff;--total-color:#7c8cff;--radius:14px}*{box-sizing:border-box}html{color-scheme:dark}body{margin:0;background:radial-gradient(circle at 15% 0,#1a2040 0,transparent 34rem),var(--bg);color:var(--text);font:15px/1.5 ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;overflow-x:hidden}a{color:inherit}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:3px solid #fff;outline-offset:2px}.skip{position:fixed;left:1rem;top:-5rem;z-index:20;background:#fff;color:#000;padding:.7rem 1rem;border-radius:8px}.skip:focus{top:1rem}nav{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem max(1rem,calc((100% - 1180px)/2));background:#090b12ed;border-bottom:1px solid var(--border);backdrop-filter:blur(12px)}nav a{text-decoration:none;color:var(--text-muted);padding:.55rem .65rem;border-radius:8px;white-space:nowrap}nav a:hover{color:#fff;background:var(--surface-raised)}nav>div{display:flex;gap:.15rem;overflow-x:auto;max-width:100%}.brand{color:#fff;font-weight:850;letter-spacing:-.02em}.brand span{color:var(--text-muted)}nav a.active{color:#fff;background:var(--surface-raised);box-shadow:inset 0 -2px var(--total-color)}nav a.active.beginner{box-shadow:inset 0 -2px var(--beginner-color)}nav a.active.intermediate{box-shadow:inset 0 -2px var(--intermediate-color)}nav a.active.advanced{box-shadow:inset 0 -2px var(--advanced-color)}main{width:min(1180px,calc(100% - 2rem));margin:auto;padding:2.2rem 0 4rem}.hero,.player-hero{padding:clamp(1.25rem,3vw,2.1rem);border:1px solid var(--border);border-radius:22px;background:linear-gradient(135deg,#171c2c,#10131e);box-shadow:0 20px 65px #0005}.hero h1,.player-hero h1{font-size:clamp(2rem,5vw,4.2rem);line-height:1;margin:.15rem 0 .55rem;letter-spacing:-.05em}.hero p,.player-hero p{max-width:760px;color:var(--text-muted);font-size:1.04rem;margin:.35rem 0}.room-hero{padding-block:1.25rem}.hero.beginner{border-top:4px solid var(--beginner-color)}.hero.intermediate{border-top:4px solid var(--intermediate-color)}.hero.advanced{border-top:4px solid var(--advanced-color)}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:.72rem;color:var(--total-color);margin:0}.stats,.player-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:.7rem;margin:1rem 0 2rem}.stat{padding:.9rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);min-width:0}.stat span{display:block;color:var(--text-muted);font-size:.78rem}.stat strong{display:block;margin-top:.2rem;font-size:1.15rem;overflow-wrap:anywhere}.stat time{display:block;color:var(--text-muted);margin-top:.25rem}.featured{grid-column:span 2}.live-status{display:flex;align-items:center;gap:.75rem;padding:.8rem 1rem;margin-bottom:2.5rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.live-status .dot{width:.7rem;height:.7rem;border-radius:50%;background:#7c879d;flex:0 0 auto}.live-status.active .dot{background:var(--beginner-color)}.live-status.delayed .dot{background:var(--intermediate-color)}.live-status strong,.live-status small{display:block}.live-status small{color:var(--text-muted)}section+section{margin-top:2.6rem}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.section-heading h2{font-size:1.65rem;margin:.1rem 0}.section-heading h2 small{font-size:.8rem;color:var(--text-muted);font-weight:500;margin-left:.45rem}.section-heading label{color:var(--text-muted);font-weight:700}.players-heading label{display:grid;gap:.25rem}input,select,.filters button,.button{background:var(--surface-raised);color:#fff;border:1px solid var(--border);border-radius:9px;padding:.6rem .75rem;font:inherit}.table-wrap,.matrix-wrap{overflow:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}table{width:100%;border-collapse:collapse;min-width:780px}th,td{text-align:left;padding:.72rem .8rem;border-bottom:1px solid var(--border);vertical-align:middle}thead th{color:var(--text-muted);font-size:.73rem;text-transform:uppercase;letter-spacing:.06em;background:#151a28}tbody tr:last-child>*{border-bottom:0}tbody tr:hover,.click-row:focus{background:#ffffff08}.click-row{cursor:pointer}.click-row a{position:relative;z-index:1}.row-arrow{float:right;font-size:1.3rem;color:var(--text-muted)}th a{font-weight:800;text-decoration:none}th a:hover{text-decoration:underline}td>span{display:block;color:var(--text-muted);font-size:.77rem}thead button{appearance:none;border:0;background:transparent;color:inherit;text-transform:inherit;letter-spacing:inherit;font:inherit;cursor:pointer;padding:.2rem}.progress{height:7px;min-width:85px;margin-top:.4rem;background:#2b3242;border-radius:99px;overflow:hidden}.progress i{display:block;width:var(--progress,0%);height:100%;border-radius:inherit;background:var(--total-color)}.progress.beginner i{background:var(--beginner-color)}.progress.intermediate i{background:var(--intermediate-color)}.progress.advanced i{background:var(--advanced-color)}.progress.large{width:min(340px,100%);height:13px}.activity{list-style:none;padding:0;margin:0;display:grid;gap:.55rem}.activity li,.empty-inline{background:var(--surface);border:1px solid var(--border);border-radius:11px;padding:.75rem .9rem}.activity span,.activity time{color:var(--text-muted);margin-left:.45rem}.back{display:inline-block;margin-bottom:.8rem;color:var(--text-muted)}.player-hero{display:flex;align-items:end;justify-content:space-between;gap:2rem}.player-hero h1{font-size:clamp(2.1rem,5vw,3.7rem)}.filters{display:flex;align-items:end;gap:.7rem;flex-wrap:wrap;background:var(--surface);padding:.85rem;border:1px solid var(--border);border-radius:var(--radius);margin:1.7rem 0}.filters label{display:grid;gap:.25rem;color:var(--text-muted);font-weight:700}.room-section{border-top:3px solid var(--total-color);padding-top:.9rem}.room-section.beginner{border-color:var(--beginner-color)}.room-section.intermediate{border-color:var(--intermediate-color)}.room-section.advanced{border-color:var(--advanced-color)}.room-summary{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:.8rem}.room-summary h2{margin:.15rem 0}.status{display:inline-flex;padding:.22rem .5rem;border-radius:99px;font-weight:800}.status.done{color:#7af0b5;background:#143b2b}.status.missing{color:#ffc1c8;background:#421d24}.map-title{display:flex;align-items:center;gap:.65rem;text-decoration:none}.map-title span{min-width:0;overflow-wrap:anywhere}.map-title small{display:block;color:var(--text-muted);font-weight:400}.map-thumb{width:64px;aspect-ratio:16/9;object-fit:cover;border-radius:6px;background:#080a10;flex:0 0 auto}.insights{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin-bottom:1.5rem}.insight{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem 1rem}.insight span,.insight small{display:block;color:var(--text-muted)}.insight strong{display:block;font-size:1.1rem}.map-tools{display:flex;gap:.5rem}.rank{width:4rem;text-align:center;font-size:1.1rem}.matrix-help{color:var(--text-muted)}.matrix{width:max-content;min-width:100%}.matrix thead th{position:sticky;top:0;z-index:2}.matrix th:first-child{position:sticky;left:0;z-index:3;min-width:220px;max-width:300px;background:#151a28}.matrix thead th:first-child{z-index:4}.matrix thead th:not(:first-child){min-width:90px;max-width:110px;writing-mode:vertical-rl;transform:rotate(180deg);height:135px}.matrix-cell{text-align:center;font-weight:900}.matrix-cell.done{color:var(--beginner-color);background:#123528}.matrix-cell.missing{color:#7c879d}.matrix-cell span{display:block;font-size:.67rem;color:#cbd4e8;white-space:nowrap}.empty{text-align:center;padding:6rem 1rem}.button{display:inline-block;text-decoration:none;margin-top:1rem}footer{text-align:center;color:var(--text-muted);padding:1.7rem;border-top:1px solid var(--border)}[hidden]{display:none!important}@media(max-width:700px){nav{align-items:flex-start;flex-direction:column;gap:.25rem;padding-bottom:.45rem}nav>div{width:100%}main{padding-top:1.25rem}.stats{grid-template-columns:repeat(2,1fr)}.featured{grid-column:span 2}.player-hero,.room-summary,.section-heading{align-items:flex-start;flex-direction:column}.players-heading label,.players-heading input,.map-tools{width:100%}.map-tools input{min-width:0;flex:1}.activity span,.activity time{display:block;margin:.2rem 0 0}.matrix th:first-child{min-width:175px;max-width:210px}.player-meta,.insights{grid-template-columns:1fr}.map-thumb{width:52px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

.progress.p0 i{width:0%}
.progress.p1 i{width:1%}
.progress.p2 i{width:2%}
.progress.p3 i{width:3%}
.progress.p4 i{width:4%}
.progress.p5 i{width:5%}
.progress.p6 i{width:6%}
.progress.p7 i{width:7%}
.progress.p8 i{width:8%}
.progress.p9 i{width:9%}
.progress.p10 i{width:10%}
.progress.p11 i{width:11%}
.progress.p12 i{width:12%}
.progress.p13 i{width:13%}
.progress.p14 i{width:14%}
.progress.p15 i{width:15%}
.progress.p16 i{width:16%}
.progress.p17 i{width:17%}
.progress.p18 i{width:18%}
.progress.p19 i{width:19%}
.progress.p20 i{width:20%}
.progress.p21 i{width:21%}
.progress.p22 i{width:22%}
.progress.p23 i{width:23%}
.progress.p24 i{width:24%}
.progress.p25 i{width:25%}
.progress.p26 i{width:26%}
.progress.p27 i{width:27%}
.progress.p28 i{width:28%}
.progress.p29 i{width:29%}
.progress.p30 i{width:30%}
.progress.p31 i{width:31%}
.progress.p32 i{width:32%}
.progress.p33 i{width:33%}
.progress.p34 i{width:34%}
.progress.p35 i{width:35%}
.progress.p36 i{width:36%}
.progress.p37 i{width:37%}
.progress.p38 i{width:38%}
.progress.p39 i{width:39%}
.progress.p40 i{width:40%}
.progress.p41 i{width:41%}
.progress.p42 i{width:42%}
.progress.p43 i{width:43%}
.progress.p44 i{width:44%}
.progress.p45 i{width:45%}
.progress.p46 i{width:46%}
.progress.p47 i{width:47%}
.progress.p48 i{width:48%}
.progress.p49 i{width:49%}
.progress.p50 i{width:50%}
.progress.p51 i{width:51%}
.progress.p52 i{width:52%}
.progress.p53 i{width:53%}
.progress.p54 i{width:54%}
.progress.p55 i{width:55%}
.progress.p56 i{width:56%}
.progress.p57 i{width:57%}
.progress.p58 i{width:58%}
.progress.p59 i{width:59%}
.progress.p60 i{width:60%}
.progress.p61 i{width:61%}
.progress.p62 i{width:62%}
.progress.p63 i{width:63%}
.progress.p64 i{width:64%}
.progress.p65 i{width:65%}
.progress.p66 i{width:66%}
.progress.p67 i{width:67%}
.progress.p68 i{width:68%}
.progress.p69 i{width:69%}
.progress.p70 i{width:70%}
.progress.p71 i{width:71%}
.progress.p72 i{width:72%}
.progress.p73 i{width:73%}
.progress.p74 i{width:74%}
.progress.p75 i{width:75%}
.progress.p76 i{width:76%}
.progress.p77 i{width:77%}
.progress.p78 i{width:78%}
.progress.p79 i{width:79%}
.progress.p80 i{width:80%}
.progress.p81 i{width:81%}
.progress.p82 i{width:82%}
.progress.p83 i{width:83%}
.progress.p84 i{width:84%}
.progress.p85 i{width:85%}
.progress.p86 i{width:86%}
.progress.p87 i{width:87%}
.progress.p88 i{width:88%}
.progress.p89 i{width:89%}
.progress.p90 i{width:90%}
.progress.p91 i{width:91%}
.progress.p92 i{width:92%}
.progress.p93 i{width:93%}
.progress.p94 i{width:94%}
.progress.p95 i{width:95%}
.progress.p96 i{width:96%}
.progress.p97 i{width:97%}
.progress.p98 i{width:98%}
.progress.p99 i{width:99%}
.progress.p100 i{width:100%}

.page-hero{margin-bottom:1.5rem}.page-hero h1{font-size:clamp(2.2rem,5vw,4rem);line-height:1;margin:.2rem 0}.page-hero p{color:var(--text-muted)}
.stat-link{position:relative;text-decoration:none;transition:transform .16s ease,border-color .16s ease,background .16s ease}.stat-link:hover{transform:translateY(-2px);border-color:#66728e;background:var(--surface-raised)}
.room-buttons{display:flex;flex-wrap:wrap;gap:.65rem;margin:0 0 1rem}.room-button{display:inline-flex;align-items:center;justify-content:center;min-width:130px;padding:.65rem 1rem;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text);font-weight:800;text-decoration:none}.room-button:hover,.room-button:focus-visible{background:var(--surface-raised);border-color:#66728e}.room-button.active.beginner{border-color:var(--beginner-color);box-shadow:inset 0 -3px var(--beginner-color)}.room-button.active.intermediate{border-color:var(--intermediate-color);box-shadow:inset 0 -3px var(--intermediate-color)}.room-button.active.advanced{border-color:var(--advanced-color);box-shadow:inset 0 -3px var(--advanced-color)}.no-time{color:var(--text-muted);font-style:italic;white-space:normal}.section-heading small{display:block;color:var(--text-muted);margin-top:.25rem}
.section-loading{display:inline-block;margin:.75rem 0;color:var(--text-muted);font-weight:750}[data-dashboard-section][aria-busy="true"]>.matrix-wrap,[data-dashboard-section][aria-busy="true"]>.table-wrap{opacity:.55;transition:opacity .15s}.section-error{margin:.75rem 0 0;padding:.7rem .85rem;border:1px solid #9a4651;border-radius:9px;background:#421d24;color:#ffd9dd}.section-error a{font-weight:850}
.room-cards,.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:.8rem}.room-card,.map-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;text-decoration:none;min-width:0}.room-card{display:grid;gap:.25rem;border-top:3px solid var(--total-color)}.room-card.beginner{border-top-color:var(--beginner-color)}.room-card.intermediate{border-top-color:var(--intermediate-color)}.room-card.advanced{border-top-color:var(--advanced-color)}.room-card span,.room-card strong,.room-card small,.room-card em{display:block}.room-card span{font-size:1.3rem;font-weight:850}.room-card small,.room-card em{color:var(--text-muted);font-style:normal}.room-card:hover,.map-card:hover{border-color:#65718d;background:var(--surface-raised)}
.map-card{display:grid;gap:.8rem}.map-card-main{display:flex;gap:.8rem;text-decoration:none;min-width:0}.map-card-main>span{min-width:0}.map-card-main small,.map-card-main strong,.map-card-main em{display:block}.map-card-main strong{font-size:1.05rem;overflow-wrap:anywhere}.map-card-main small,.map-card-main em,.map-card p,.map-card p span{color:var(--text-muted);font-style:normal}.map-card p{margin:0}.map-card p a{font-weight:750}.map-card .map-thumb{width:96px}
.map-hero{display:flex;align-items:center;gap:1.2rem;padding:1.2rem;border:1px solid var(--border);border-left:4px solid var(--total-color);border-radius:20px;background:var(--surface);margin-bottom:1.3rem}.map-hero.beginner{border-left-color:var(--beginner-color)}.map-hero.intermediate{border-left-color:var(--intermediate-color)}.map-hero.advanced{border-left-color:var(--advanced-color)}.map-hero .map-thumb{width:min(280px,35vw)}.map-hero h1{margin:.15rem 0;font-size:clamp(1.8rem,4vw,3.4rem);overflow-wrap:anywhere}.map-hero code{color:var(--text-muted);overflow-wrap:anywhere}
.name-list{display:flex;flex-wrap:wrap;gap:.55rem;list-style:none;padding:0}.name-list a,.period-links a,.pagination a{display:inline-block;padding:.55rem .75rem;border:1px solid var(--border);border-radius:9px;background:var(--surface);text-decoration:none}.period-links{display:flex;gap:.5rem;margin-bottom:1rem}.period-links [aria-current],.pagination [aria-current]{border-color:var(--total-color);background:var(--surface-raised);font-weight:850}.pagination{position:static;justify-content:center;margin-top:1rem;background:none;border:0;backdrop-filter:none;padding:.5rem;flex-direction:row}.pagination a{color:var(--text)}
.section-link{display:inline-block;margin-top:.8rem;color:var(--text-muted)}.action-links{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1.5rem}.action-links .button{margin:0}.filters.compact{margin:.8rem 0 1rem}.room-dot{display:inline-block;width:.55rem;height:.55rem;border-radius:50%;margin-right:.4rem;background:var(--total-color)}.room-dot.beginner{background:var(--beginner-color)}.room-dot.intermediate{background:var(--intermediate-color)}.room-dot.advanced{background:var(--advanced-color)}
#rankings-table th small{display:block;color:var(--text-muted);font-weight:400}#rankings-table td span{display:block}.activity li small{display:block;color:var(--text-muted);margin-top:.2rem}.activity li>a{font-weight:800}.matrix-wrap{max-height:min(72vh,850px)}.matrix-cell{min-width:92px}
@media(max-width:700px){.site-nav .brand{position:sticky;left:0}.map-hero{align-items:flex-start;flex-direction:column}.map-hero .map-thumb{width:100%;max-width:none}.room-cards,.card-grid{grid-template-columns:1fr}.stat-link{min-height:84px}.pagination{flex-wrap:wrap}.matrix-wrap{max-height:68vh}.room-button{flex:1 1 120px;min-width:0}}
