:root{--brand-primary: #4f46e5;--brand-font: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--bg: #f5f6f8;--surface: #ffffff;--surface-2: #f8f9fb;--border: #e6e8ee;--text: #1b2130;--text-muted: #6b7280;--sidebar-bg: #171a21;--sidebar-fg: #a9b1be;--shadow-sm: 0 1px 2px rgba(16, 24, 40, .05), 0 1px 3px rgba(16, 24, 40, .05);--shadow-md: 0 8px 28px rgba(16, 24, 40, .1);--shadow-lg: 0 20px 56px rgba(16, 24, 40, .2);--sidebar-w: 236px}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}body{background:var(--bg);color:var(--text);font-family:var(--brand-font);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}h1{font-size:20px;font-weight:800;letter-spacing:-.02em;margin:0}h2{font-size:15px;font-weight:700;margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit}table{width:100%;border-collapse:collapse}input,select,textarea{font-family:inherit}.app-shell{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);flex:0 0 var(--sidebar-w);background:var(--sidebar-bg);color:var(--sidebar-fg);padding:18px 14px;display:flex;flex-direction:column;gap:2px;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar .brand{display:flex;align-items:center;gap:9px;padding:4px 8px 16px;color:#fff;font-weight:800;font-size:15px}.sidebar .brand .mark{width:26px;height:26px;border-radius:7px;background:var(--brand-primary);display:grid;place-items:center;font-size:14px}.sidebar .nav-group{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#59616e;margin:14px 8px 4px}.sidebar a{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:9px;font-size:13.5px;font-weight:500;color:var(--sidebar-fg)}.sidebar a:hover{background:#21252e;color:#e8ebef}.sidebar a.active{background:var(--brand-primary);color:#fff}.sidebar a svg{width:17px;height:17px;flex:0 0 17px}.sidebar .spacer{flex:1}.sidebar .user{padding:8px;font-size:12px;color:#7b8494}.sidebar .signout{margin-top:6px;width:100%;background:#21252e;border:1px solid #2e333d;color:#c9cfd8;border-radius:9px;padding:9px;font-size:13px;cursor:pointer}.main{flex:1;min-width:0;display:flex;flex-direction:column}.topbar{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.topbar .page-title{font-size:16px;font-weight:700}.content{padding:22px 24px 48px;flex:1}.card{background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow-sm);padding:16px}.stack{display:flex;flex-direction:column;gap:14px}.row{display:flex;align-items:center;justify-content:space-between;gap:12px}.grid{display:grid;gap:14px}.grid>*{min-width:0}.muted{color:var(--text-muted);font-size:13px}.section-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.centered{display:grid;place-items:center;min-height:100vh;background:var(--bg)}.wrap{max-width:1080px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:9px 15px;border:1px solid transparent;border-radius:10px;background:var(--brand-primary);color:#fff;font-size:13.5px;font-weight:600;cursor:pointer;white-space:nowrap}.btn:disabled{opacity:.5;cursor:default}.btn.ghost{background:var(--surface);color:var(--text);border-color:var(--border)}.btn.ghost:hover{background:var(--surface-2)}.btn.subtle{background:var(--surface-2);color:var(--text)}.btn.danger{background:#dc2626}.btn.sm{padding:6px 11px;font-size:12.5px;border-radius:8px}.btn.block{width:100%}.field{display:flex;flex-direction:column;gap:5px;min-width:0}.field label{font-size:12.5px;font-weight:600;color:var(--text-muted)}.field input,.field select,.field textarea{width:100%;min-width:0;padding:9px 11px;border:1px solid var(--border);border-radius:9px;font-size:14px;background:var(--surface);color:var(--text)}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid color-mix(in srgb,var(--brand-primary) 30%,transparent);border-color:var(--brand-primary)}.pill{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:999px;font-size:11.5px;font-weight:700;background:#eef0f3;color:var(--text-muted);white-space:nowrap}.pill.green{background:#e7f6ec;color:#12854a}.pill.amber{background:#fef3e2;color:#b45309}.pill.blue{background:#e6effe;color:#1d4ed8}.pill.red{background:#fdeaea;color:#b91c1c}.pill.gray{background:#eef0f3;color:#4b5563}.pill .dot{width:6px;height:6px;border-radius:999px;background:currentColor}.kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px}.kpi{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:15px 16px;box-shadow:var(--shadow-sm)}.kpi .n{font-size:24px;font-weight:800;letter-spacing:-.02em}.kpi .l{font-size:12px;color:var(--text-muted);font-weight:600}.kpi .s{font-size:11px;color:var(--text-muted);margin-top:2px}.table-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;box-shadow:var(--shadow-sm)}.table-card table th{text-align:left;padding:11px 16px;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:var(--surface-2);border-bottom:1px solid var(--border)}.table-card table td{padding:12px 16px;border-bottom:1px solid var(--border);font-size:13.5px}.table-card table tr:last-child td{border-bottom:0}.table-card table tbody tr:hover{background:var(--surface-2)}.table-card table tbody tr.clickable{cursor:pointer}.toolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.toolbar input,.toolbar select{padding:8px 10px;border:1px solid var(--border);border-radius:9px;font-size:13px;background:var(--surface)}.toolbar input[type=search]{min-width:220px}.pager{display:flex;gap:8px;align-items:center;justify-content:flex-end;margin-top:12px}.pager button{padding:6px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);cursor:pointer;font-size:13px}.pager button:disabled{opacity:.4;cursor:default}.chart{display:flex;align-items:flex-end;gap:4px;height:140px}.chart .bar{flex:1;background:var(--brand-primary);border-radius:3px 3px 0 0;min-height:3px;opacity:.85}.chart .bar:hover{opacity:1}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#10182866;display:flex;justify-content:flex-end;z-index:3000}.drawer{background:var(--surface);width:460px;max-width:100%;height:100%;overflow-y:auto;padding:20px;box-shadow:var(--shadow-lg)}.drawer hr{border:0;border-top:1px solid var(--border);width:100%;margin:4px 0}.centered form{width:340px}.empty{text-align:center;padding:44px;color:var(--text-muted)}.empty .ico{font-size:34px}.banner{background:#fffbeb;border:1px solid #fde68a;color:#92400e;border-radius:10px;padding:10px 14px;font-weight:600;font-size:13px}
