body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#e6e8ee;background:#0b0f17}.appShell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.sidebar{background:#0f1623;border-right:1px solid #1c2638;padding:16px 12px;position:sticky;top:0;height:100vh;overflow:auto}.main{padding:18px 18px 28px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid #1c2638;border-radius:12px;background:#0f1623}.brand{display:flex;gap:10px;align-items:center;font-weight:700}.brandDot{width:10px;height:10px;border-radius:999px;background:#7c5cff;box-shadow:0 0 0 4px #7c5cff26}.card{background:#0f1623;border:1px solid #1c2638;border-radius:12px;padding:16px}.row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}input,select,button,textarea{font:inherit}input,select,textarea{padding:8px 10px;border:1px solid #22314a;border-radius:8px;background:#0b1220;color:#e6e8ee;outline:none}button{padding:8px 12px;border:1px solid #2a3c5a;border-radius:8px;background:#7c5cff;color:#0b0f17;font-weight:700;cursor:pointer}button.secondary{background:#0b1220;color:#e6e8ee}.muted{color:#a8b0c2;font-size:12px}.table{width:100%;border-collapse:collapse;font-size:13px}.table th,.table td{border-bottom:1px solid #1c2638;padding:8px;vertical-align:top}.table th{text-align:left;background:#0b1220;position:sticky;top:0}.pill{display:inline-block;padding:2px 8px;border-radius:999px;background:#7c5cff1f;border:1px solid rgba(124,92,255,.22);color:#d7d0ff;font-size:12px}.error{color:#ff7a90}.modalBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:24px}.modal{width:min(900px,100%);max-height:85vh;overflow:auto;background:#0f1623;border-radius:12px;border:1px solid #1c2638;padding:16px}.grid{display:grid;grid-template-columns:220px 1fr;gap:8px 12px}.navSectionTitle{display:flex;align-items:center;justify-content:space-between;padding:10px;border-radius:10px;cursor:pointer;-webkit-user-select:none;user-select:none;background:#0b1220;border:1px solid #1c2638;margin-bottom:8px}.navList{list-style:none;margin:0 0 14px;padding:0}.navItem{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-radius:10px;cursor:pointer;color:#e6e8ee}.navItem:hover{background:#7c5cff1a}.navItemActive{background:#7c5cff2e;border:1px solid rgba(124,92,255,.25)}.navSearch{width:100%;margin:10px 0 14px}@media (max-width: 980px){.appShell{grid-template-columns:1fr}.sidebar{position:relative;height:auto}}
