:root{color-scheme:light dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0f172a;color:#e2e8f0}body{margin:0;min-height:100vh}a{color:inherit}#root{min-height:100vh;display:flex;align-items:stretch;justify-content:center}.app-shell{width:min(1100px,100%);padding:2.5rem 2rem;display:flex;flex-direction:column;gap:2rem}.card{background:#0f172ab3;border:1px solid rgba(148,163,184,.25);border-radius:18px;padding:2rem;box-shadow:0 24px 60px #0f172a59}h1,h2,h3{margin:0;font-weight:600}button{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;padding:.65rem 1.2rem;border-radius:12px;border:none;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}button:hover{transform:translateY(-1px);box-shadow:0 12px 25px #4f46e566}button:disabled{opacity:.5;cursor:wait;transform:none;box-shadow:none}input,select{width:100%;padding:.7rem .9rem;border-radius:12px;border:1px solid rgba(148,163,184,.25);background:#0f172a99;color:inherit;font-size:1rem}form{display:flex;flex-direction:column;gap:1rem}label{display:flex;flex-direction:column;gap:.5rem;font-size:.95rem;color:#94a3b8}.login-brand{display:flex;justify-content:center;margin-bottom:1.5rem}.login-logo{width:min(220px,100%);height:auto;color:#fff;display:block;filter:brightness(0) invert(1)}.shell-logo{width:44px;height:auto;color:#fff;flex-shrink:0;display:block;filter:brightness(0) invert(1)}.autofill-guard{position:absolute;opacity:0;pointer-events:none;height:0;width:0;overflow:hidden}.table-wrapper{overflow-x:auto;border-radius:14px;border:1px solid rgba(148,163,184,.25)}table{width:100%;border-collapse:collapse;min-width:600px}th,td{padding:.85rem 1rem;text-align:left;border-bottom:1px solid rgba(148,163,184,.12)}th{text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;color:#94a3b8}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .6rem;border-radius:999px;background:#38bdf829;color:#38bdf8;font-size:.75rem}.toolbar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between}.toolbar span{color:#94a3b8;font-size:.9rem}.tab-strip{display:inline-flex;background:#1e293bb3;border-radius:12px;padding:.25rem;border:1px solid rgba(148,163,184,.2)}.tab-strip button{background:transparent;border-radius:9px;padding:.45rem 1.1rem;font-size:.95rem;font-weight:600;color:#cbd5f5;box-shadow:none;transform:none}.tab-strip button.active{background:linear-gradient(135deg,#6366f1d9,#c4b5fde6);color:#0f172a;box-shadow:0 8px 18px #6366f159}.error{color:#fca5a5;background:#ef44441f;padding:.75rem 1rem;border-radius:12px;border:1px solid rgba(239,68,68,.3)}.empty-state{padding:2.5rem;text-align:center;color:#94a3b8}@media (max-width: 768px){.app-shell{padding:1.5rem 1rem}.toolbar{flex-direction:column;align-items:stretch}.tab-strip{justify-content:space-between}}
