:root{--bg:#0b0d0f;--card:#12151a;--text:#edeff2;--muted:#99a2ad;--border:#1e232b;--accent:#5e9eff;--accent2:#4fd1c5;--ok:#22c55e;--danger:#ef4444;--warn:#f59e0b}*{box-sizing:border-box}#root,body,html{height:100%}body{background:#0b0d0f;background:var(--bg);color:#edeff2;color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;margin:0}.app{display:flex;flex-direction:column;min-height:100%}.main{flex:1 1;padding:16px}.container{grid-gap:16px;display:grid;gap:16px;margin:0 auto;max-width:1200px}.header{-webkit-backdrop-filter:saturate(1.1) blur(6px);backdrop-filter:saturate(1.1) blur(6px);background:#0b0d0fcc;border-bottom:1px solid #1e232b;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:10}.h-inner{justify-content:space-between;margin:0 auto;max-width:1200px;padding:12px 16px}.h-inner,.h-title{align-items:center;display:flex}.h-title{font-size:18px;font-weight:800;gap:8px}.h-sub{color:#99a2ad;color:var(--muted);font-size:12px}.h-actions{align-items:center;display:flex;gap:8px}.btn{background:#12151a;background:var(--card);border:1px solid #1e232b;border:1px solid var(--border);border-radius:10px;color:#edeff2;color:var(--text);cursor:pointer;font-weight:600;padding:8px 12px}.btn:hover{border-color:#2a323d}.grid-3{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:900px){.grid-3{grid-template-columns:1fr}}.card{background:#12151a;background:var(--card);border:1px solid #1e232b;border:1px solid var(--border);border-radius:12px;padding:16px}.card-title{font-size:16px;font-weight:700;margin:0 0 6px}.card-sub{margin:0 0 12px}.card-sub,.stat-label{color:#99a2ad;color:var(--muted);font-size:12px}.stat-label{margin-bottom:6px}.stat-value{font-size:28px;font-weight:800}.select{background:#0000;border:1px solid #1e232b;border:1px solid var(--border);border-radius:8px;color:#edeff2;color:var(--text);padding:8px 10px}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{background:#0000;border:1px solid #1e232b;border:1px solid var(--border);border-radius:999px;color:#edeff2;color:var(--text);cursor:pointer;padding:6px 10px}.chip.on{background:#141820}.svg{height:260px;width:100%}.legend{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.leg{align-items:center;border:1px solid #1e232b;border:1px solid var(--border);border-radius:8px;display:flex;font-size:12px;gap:6px;padding:6px 8px}.box{border-radius:2px;height:10px;width:10px}.footer{border-top:1px solid #1e232b;border-top:1px solid var(--border)}.f-inner{color:#99a2ad;color:var(--muted);font-size:12px;margin:0 auto;max-width:1200px;padding:12px 16px}.banner{background:#101317;border:1px solid #2a323d;border-radius:8px;color:#e5e7eb;padding:12px;white-space:pre-wrap}
/*# sourceMappingURL=main.051fcaba.css.map*/