:root{color-scheme:light;font-family:Space Grotesk,Segoe UI,sans-serif;background:#07131f;color:#e8edf3;line-height:1.5;font-weight:400}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top left,rgba(54,140,255,.26),transparent 35%),radial-gradient(circle at bottom right,rgba(255,121,88,.18),transparent 30%),linear-gradient(160deg,#07131f,#10243a)}button,input{font:inherit}button{border:none;border-radius:999px;background:linear-gradient(135deg,#3d91ff,#66c0ff);color:#04111d;cursor:pointer;padding:.75rem 1rem;font-weight:700}button.secondary{background:#e8edf31a;color:#e8edf3}button.danger{background:linear-gradient(135deg,#c54646,#ff7d6b);color:#fff5f2}button:disabled{opacity:.65;cursor:wait}input{width:100%;border-radius:18px;border:1px solid rgba(232,237,243,.12);background:#ffffff14;color:inherit;padding:.85rem 1rem}.shell{min-height:100vh;padding:1rem}.auth-shell{display:grid;grid-template-columns:1fr;gap:1rem;align-items:stretch}.brand-card,.auth-card,.panel,.server-card,.notification-card{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#091422b8;border:1px solid rgba(232,237,243,.1);box-shadow:0 24px 60px #00000047}.brand-card,.auth-card,.panel{border-radius:28px;padding:1.1rem}.eyebrow{margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.18em;color:#66c0ff;font-size:.78rem}.lede{max-width:32rem;color:#e8edf3d1}.auth-form{display:grid;gap:1rem}.auth-form label{display:grid;gap:.4rem}.dashboard-shell{display:grid;gap:1rem}.topbar{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.topbar-actions{display:flex;flex-direction:column;width:100%;gap:.75rem;flex-wrap:wrap;align-items:stretch}.mode-switch{display:flex;flex-direction:column;gap:.5rem;width:100%}.grid-layout{display:grid;grid-template-columns:1fr;gap:1rem}.panel-heading,.server-meta{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.server-list,.notification-list,.folder-list,.admin-list{display:grid;gap:1rem}.node-grid{display:grid;gap:.9rem}.node-card{text-align:left;border-radius:22px;border:1px solid rgba(232,237,243,.12);background:#ffffff0a;color:inherit;padding:1rem}.node-card:hover{border-color:#66c0ff99}.node-row{display:flex;justify-content:space-between;gap:1rem;align-items:center}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#030b13bd;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;padding:1rem;z-index:20}.node-modal{width:min(760px,100%);max-height:88vh;overflow:auto;display:grid;gap:1rem}.action-history{display:grid;gap:.75rem;margin-top:.25rem}.history-list{display:grid;gap:.75rem}.history-card{border-radius:16px;border:1px solid rgba(232,237,243,.12);background:#ffffff0a;padding:.85rem;display:grid;gap:.45rem}.output-block{margin:0;padding:.7rem;border-radius:12px;border:1px solid rgba(232,237,243,.12);background:#020b14d9;color:#d9ecff;white-space:pre-wrap;overflow-wrap:anywhere;max-height:220px;overflow:auto}.output-block.stderr{border-color:#ff7f7f73;color:#ffd4d4}.folder-group,.admin-card{border-radius:22px;border:1px solid rgba(232,237,243,.08);padding:1rem;background:#ffffff08}.folder-heading{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;margin-bottom:1rem}.server-card,.notification-card{border-radius:22px;padding:1rem}.server-caption,.notification-card p,.notification-card small,.panel-heading p,.server-meta p{color:#e8edf3b8}.action-row{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.folder-row,.field-row{display:grid;gap:.75rem}.two-up,.three-up{grid-template-columns:1fr}.admin-grid{display:grid;grid-template-columns:1fr;gap:1rem}.admin-panel,.admin-form-block{display:grid;gap:1rem}.admin-action-row{display:flex;flex-direction:column;gap:.75rem;flex-wrap:wrap}.checkbox-row{display:flex;align-items:center;gap:.6rem}.checkbox-row input{width:auto}.checkbox-group{display:flex;flex-direction:column;gap:.85rem;flex-wrap:wrap}.muted{color:#e8edf3b8}.break-anywhere{overflow-wrap:anywhere}.auth-form button,.topbar-actions button,.mode-switch button,.action-row button,.folder-row button,.admin-action-row button,.admin-form-block button,.node-card{width:100%}.status-pill{border-radius:999px;padding:.35rem .7rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.status-pill.healthy{background:#3fc46a29;color:#6fef9d}.status-pill.degraded{background:#ffb24829;color:#ffd38a}.status-pill.offline{background:#ff575724;color:#ff9e9e}.notification-card.warning{border-color:#ffb24838}.notification-card.critical{border-color:#ff575747}.security-content{display:grid;gap:1rem}.mfa-setup-card{border-radius:20px;border:1px solid rgba(232,237,243,.08);padding:1rem;background:#ffffff0a}.compact-form{margin-top:1rem}.error-text{color:#ffb7b7}@media (min-width: 640px){.shell{padding:1.25rem}.brand-card,.auth-card,.panel{padding:1.35rem}.topbar-actions,.mode-switch,.admin-action-row,.checkbox-group{flex-direction:row}.topbar-actions,.mode-switch{width:auto}.action-row{flex-direction:row;flex-wrap:wrap}.node-grid,.two-up,.folder-row{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-form button,.topbar-actions button,.mode-switch button,.folder-row button,.admin-action-row button,.admin-form-block button,.node-card{width:auto}}@media (min-width: 900px){.shell{padding:1.5rem}.auth-shell{grid-template-columns:minmax(280px,.95fr) minmax(320px,1.05fr);align-items:center;gap:1.5rem}.dashboard-shell,.admin-grid,.grid-layout{gap:1.5rem}.topbar,.panel-heading,.server-meta,.folder-heading{flex-direction:row;justify-content:space-between;align-items:center}.grid-layout{grid-template-columns:minmax(0,1.65fr) minmax(320px,1fr)}.admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.node-grid,.three-up{grid-template-columns:repeat(3,minmax(0,1fr))}}
