:root{font-family:Inter,system-ui,sans-serif;color:#e5e7eb;background:#070b14}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{background:#5b7cfa;color:white;border:0;border-radius:8px;padding:.7rem 1rem;cursor:pointer}.secondary{background:#1f2937}.shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.shell aside{padding:24px;background:#0d1424;border-right:1px solid #243047;gap:18px}.shell aside,.shell nav{display:flex;flex-direction:column}.shell nav{gap:5px}.shell nav a{padding:10px;border-radius:7px}.shell nav a:hover{background:#182239}.shell main{padding:36px;overflow:auto}input,select{width:100%;padding:10px;background:#101827;color:#e5e7eb;border:1px solid #34415b;border-radius:7px}.card{background:#101827;border:1px solid #25324a;border-radius:12px;padding:18px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:16px;gap:16px;margin-top:24px}.metric{display:flex;flex-direction:column}.metric strong{font-size:2rem}.form{display:grid;grid-gap:14px;gap:14px;min-width:340px}.form label{display:grid;grid-gap:6px;gap:6px}.login{min-height:100vh;display:grid;place-content:center;grid-gap:24px;gap:24px}.error{color:#fca5a5}.table{margin-top:20px;overflow:auto}.row{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));grid-gap:16px;gap:16px;padding:12px 4px;border-bottom:1px solid #25324a}.head{font-weight:700}.empty,.head{color:#93a4c7}.page-title{display:flex;justify-content:space-between}@media(max-width:760px){.shell{grid-template-columns:1fr}.shell aside{position:static}.shell main{padding:20px}}