:root{font-family:Inter,system-ui,sans-serif;color:#0f172a;background:#f1f5f9}*{box-sizing:border-box}body{margin:0}.app{display:flex;min-height:100vh}.sidebar{width:220px;background:#0f172a;color:#e2e8f0;padding:1rem}.brand{font-weight:700;margin-bottom:1.5rem}.sidebar nav{display:flex;flex-direction:column;gap:.25rem}.sidebar a{color:#cbd5e1;text-decoration:none;padding:.5rem .75rem;border-radius:8px}.sidebar a.active,.sidebar a:hover{background:#1e293b;color:#fff}.main{flex:1;display:flex;flex-direction:column}.topbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #e2e8f0}.topbar .muted{margin-left:.75rem;color:#64748b;font-size:.875rem}.content{padding:1.5rem}.login{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#0f172a,#1d4ed8)}.login-card{width:min(420px,92vw);background:#fff;padding:2rem;border-radius:16px;display:flex;flex-direction:column;gap:.75rem}.login-card label{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem}.login-card input,.login-card select{padding:.6rem .75rem;border:1px solid #cbd5e1;border-radius:8px}.login-card button,.topbar button{padding:.6rem 1rem;border:none;border-radius:8px;background:#2563eb;color:#fff;cursor:pointer}.muted{color:#64748b}.error{color:#dc2626}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.card{background:#fff;border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.35rem;box-shadow:0 1px 2px #0000000f}table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden}th,td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0;font-size:.875rem}th{background:#f8fafc}
