:root{font-family:Inter,system-ui,sans-serif;color:#edf3fb;background:#070b12;color-scheme:dark}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,#121d2f,#070b12 45%);min-height:100vh}button,input,select{font:inherit}button{cursor:pointer;border:0;border-radius:12px;padding:.85rem 1.1rem;font-weight:700;background:#edf3fb;color:#0b111b}button:disabled{opacity:.6}.ghost{background:#152033;color:#dbe6f5}.muted,small{color:#8fa0b5}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;color:#8fa0b5}.error{color:#ff8d9d}.auth-page{min-height:100vh;display:grid;place-items:center;padding:2rem}.auth-card,.panel,.card{background:#0a101aeb;border:1px solid #202c3d;box-shadow:0 24px 80px #0007}.auth-card{width:min(420px,100%);padding:2rem;border-radius:24px}.logo{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,#eef4fb,#8da4c3);color:#101722;font-weight:900;font-size:1.2rem}.auth-card label,.form-grid label{display:grid;gap:.45rem;margin-top:1rem;color:#b5c2d3;font-size:.84rem}.auth-card input,.form-grid input,.form-grid select{width:100%;background:#0b121d;border:1px solid #2b394d;border-radius:12px;color:#fff;padding:.85rem}.auth-card button{width:100%;margin-top:1rem}.app-shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{padding:1.4rem;border-right:1px solid #1d2938;background:#09101a;display:flex;flex-direction:column}.brand{display:flex;gap:.8rem;align-items:center}.brand>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#e9f0f9;color:#101722;font-weight:900}.brand div,.topbar div{display:grid}.brand small{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em}.sidebar nav{display:grid;gap:.4rem;margin-top:2rem}.sidebar a{padding:.8rem 1rem;border-radius:10px;color:#9eacc0;text-decoration:none}.sidebar a.router-link-active{background:#172337;color:#fff}.sidebar-foot{margin-top:auto;display:grid;padding-top:1rem;border-top:1px solid #1d2938}.app-main{min-width:0;display:grid;grid-template-rows:auto 1fr auto}.topbar{height:74px;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #1d2938;background:#0a101aaa}.topbar small{font-size:.75rem}.content{padding:2rem;max-width:1400px;width:100%;margin:auto}footer{padding:1rem 2rem;border-top:1px solid #1d2938;color:#718198;font-size:.8rem}.page-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.4rem}.page-head h1{margin:.2rem 0;font-size:2rem}.status{padding:.5rem .75rem;border-radius:999px;font-size:.78rem}.online{background:#123526;color:#78e8af}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.card,.panel{border-radius:18px;padding:1.3rem}.card{display:grid;gap:.5rem}.card strong{font-size:1.4rem}.panel{margin-top:1rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.form-grid label{margin:0}.form-grid button{align-self:end}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:1rem .6rem;border-bottom:1px solid #202c3d}td small{display:block;margin-top:.2rem}@media(max-width:850px){.app-shell{grid-template-columns:1fr}.sidebar{display:none}.cards,.form-grid{grid-template-columns:1fr}.content{padding:1rem}.topbar{padding:0 1rem}}
