:root{font-family:IBM Plex Sans,Segoe UI,sans-serif;color:#1d2630;background:#f3f6fb;line-height:1.4}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top right,#d9e7ff,#f3f6fb 48%,#edf2f9)}h1,h2,h3,p{margin:0}button,input,textarea,select{font:inherit}input,textarea,select{width:100%;border:1px solid #cad4e4;border-radius:10px;padding:.55rem .65rem;background:#fff}textarea{min-height:90px;resize:vertical}button{border:none;border-radius:10px;padding:.52rem .9rem;cursor:pointer}.button-primary{background:#0b63f6;color:#fff}.button-secondary{background:#e4ecf8;color:#21324a}.button-danger{background:#c0392b;color:#fff}.admin-shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{background:#0f1c2e;color:#d3e3fb;padding:1rem;display:flex;flex-direction:column;gap:1rem}.sidebar h1{font-size:1.05rem}.sidebar nav{display:flex;flex-direction:column;gap:.25rem}.nav-link{color:#c8d8f2;text-decoration:none;border-radius:8px;padding:.5rem .6rem}.nav-link.active,.nav-link:hover{background:#1d3354;color:#fff}.content{padding:1rem 1.25rem 2rem}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.page-stack{display:flex;flex-direction:column;gap:1rem}.page-header-row{display:flex;justify-content:space-between;align-items:center}.card{background:#fff;border:1px solid #dae5f4;border-radius:14px;padding:.9rem;display:flex;flex-direction:column;gap:.8rem}.metric-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.metric-card strong{font-size:1.5rem}.muted{color:#5d6f88;font-size:.88rem}.inline-controls{display:flex;gap:.55rem;align-items:center}.inline-controls.wrap{flex-wrap:wrap}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.form-grid label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:780px}th,td{border-bottom:1px solid #e9eef6;padding:.55rem;text-align:left;vertical-align:top;font-size:.9rem}tr.row-active,tr:hover{background:#f5f9ff}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:.8rem}.bars{display:grid;grid-template-columns:repeat(auto-fit,minmax(28px,1fr));gap:.45rem;align-items:end;min-height:160px}.bar-wrap{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:.3rem}.bar{width:100%;background:linear-gradient(180deg,#5c91ff,#1c60ea);border-radius:8px 8px 4px 4px}.health-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.55rem}.health-pill{border:1px solid #d9e4f3;border-radius:12px;padding:.6rem;display:flex;flex-direction:column;gap:.2rem}.health-pill.up{background:#edf9f0}.health-pill.down{background:#fdeeed}.login-shell{min-height:100vh;display:grid;place-items:center;padding:1rem}.login-card{width:min(440px,100%);background:#fff;border:1px solid #dae5f4;border-radius:16px;padding:1.25rem;display:flex;flex-direction:column;gap:.7rem}.center-screen{min-height:100vh;display:grid;place-items:center}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#050c1880;display:grid;place-items:center;z-index:20}.modal-card{background:#fff;border-radius:14px;width:min(450px,94vw);padding:1rem;display:flex;flex-direction:column;gap:.8rem}.modal-actions{display:flex;justify-content:flex-end;gap:.55rem}.toast-stack{position:fixed;right:1rem;bottom:1rem;display:flex;flex-direction:column;gap:.5rem;z-index:30}.toast{padding:.55rem .75rem;border-radius:8px;color:#fff;font-size:.9rem}.toast-success{background:#1f9d56}.toast-error{background:#cc3b32}.toast-info{background:#2f66bf}code{white-space:pre-wrap;word-break:break-word;font-size:.78rem}@media (max-width: 1024px){.admin-shell{grid-template-columns:1fr}.sidebar{position:sticky;top:0;z-index:10}.sidebar nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.35rem}.content{padding:.85rem}}
