:root{--bg:#000;--surface:#1a1a1a;--panel:#161616;--field:#121212;--elevate:#1f1f1f;--text:#fff;--text-muted:#b3b3b3;--danger:#ec5e5b;--danger-surface:rgba(236,94,91,.12);--success:#57b894;--success-surface:rgba(87,184,148,.12);--warning:#d9a441;--border:hsla(0,0%,100%,.09);--border-strong:hsla(0,0%,100%,.22);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body,html{height:100%}body{margin:0;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button{font-family:inherit}.shell{display:grid;grid-template-columns:264px 1fr;min-height:100vh}.shell__side{margin:14px 0 14px 14px;height:calc(100vh - 28px);padding:18px 12px;border-radius:20px;background:var(--panel);box-shadow:0 12px 34px rgba(0,0,0,.3);gap:8px;position:-webkit-sticky;position:sticky;top:14px}.shell__brand,.shell__side{display:flex;flex-direction:column}.shell__brand{align-items:flex-start;gap:5px;padding:8px 14px 18px}.shell__mark{height:20px;width:auto;color:var(--text);display:block}.shell__side .snav{width:100%;padding:0;background:transparent}.shell__side .snav__pill{background:#2c2c2c}.shell__side .snav__item:not(.is-active):hover{background:hsla(0,0%,100%,.055)}.shell__spacer{flex:1 1}.shell__user{padding:12px 14px;border-top:1px solid var(--border);margin-top:8px}.shell__main{padding:32px 40px;max-width:1200px;width:100%}.shell__head{margin-bottom:26px}@media (max-width:820px){.shell{grid-template-columns:1fr}.shell__side{position:static;height:auto;flex-direction:row;align-items:center;overflow-x:auto;margin:12px 12px 0;border-radius:16px}.shell__brand{padding:4px 10px}.shell__spacer,.shell__user{display:none}.shell__main{padding:20px}.shell__side .snav{width:auto;flex-direction:row;gap:4px}.shell__side .snav__item{padding:10px 14px;font-size:15px}}.row{display:flex;align-items:center;gap:12px}.row--between{justify-content:space-between}.grid-cards{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.stack{display:flex;flex-direction:column;gap:8px}.badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px;background:var(--surface);color:var(--text-muted)}.badge--ok{background:var(--success-surface);color:var(--success)}.badge--warn{background:rgba(217,164,65,.14);color:var(--warning)}.badge--danger{background:var(--danger-surface);color:var(--danger)}.dash__toggle{display:inline-flex;gap:4px;background:var(--panel);padding:4px;border-radius:12px}.dash__tab{padding:8px 14px;border-radius:9px;font-size:13.5px;font-weight:500;color:var(--text-muted);transition:background .16s ease,color .16s ease}.dash__tab:hover{color:var(--text)}.dash__tab.is-active{background:var(--surface);color:var(--text)}.dash__grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:16px;gap:16px}@media (max-width:820px){.dash__grid{grid-template-columns:1fr}}.bars{align-items:flex-end;height:170px}.bar,.bars{display:flex;gap:8px}.bar{flex:1 1;flex-direction:column;align-items:center;height:100%;justify-content:flex-end}.bar__track{width:100%;display:flex;align-items:flex-end;justify-content:center;height:140px}.bar__fill{width:68%;min-height:3px;background:var(--surface);border-radius:5px 5px 0 0;transition:height .3s ease}.bar__fill.is-current{background:var(--text)}.bar__label{font-size:11px;color:#6b6b6b}.chanbar{height:8px;border-radius:999px;background:var(--field);margin-top:8px;overflow:hidden}.chanbar__fill{height:100%;background:var(--text);border-radius:999px}.chanbar__fill--alt{background:var(--text-muted)}.toprow{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--border)}.toprow:last-child{border-bottom:none}.toprow__rank{width:20px;font-weight:700;color:#6b6b6b;font-size:13px;text-align:center}.toprow__img{width:38px;height:38px;border-radius:9px;object-fit:cover}.toprow__img--ph{background:var(--surface)}.toprow__main{flex:1 1;min-width:0}.toprow__bar{height:5px;border-radius:999px;background:var(--field);margin-top:7px;overflow:hidden}.toprow__fill{height:100%;background:var(--text-muted);border-radius:999px}