*{box-sizing:border-box}html,body,#root{height:100%;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#0f1115;color:#e6e6e6}.layout{display:flex;min-height:100vh}.sidebar{width:220px;background:#14171f;border-right:1px solid #1f2430;padding:20px 12px}.brand{font-weight:700;font-size:18px;margin-bottom:24px;color:#fc0}.sidebar nav{display:flex;flex-direction:column;gap:4px}.sidebar a{color:#cfd3dc;text-decoration:none;padding:10px 12px;border-radius:6px;font-size:14px}.sidebar a:hover{background:#1c2130}.sidebar a.active{background:#2a3047;color:#fff}.content{flex:1;padding:28px 32px}.content h1{margin:0 0 18px;font-size:22px}.card{background:#161a23;border:1px solid #232938;border-radius:8px;padding:18px;margin-bottom:14px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:10px 12px;border-bottom:1px solid #232938;font-size:14px}th{color:#9aa3b7;font-weight:600}.stat{font-size:26px;font-weight:700;color:#fc0}.stat-label{color:#9aa3b7;font-size:13px;margin-top:4px}
