:root{--bg:#0b0d12;--panel:#121722;--panel2:#171d29;--line:#262e3d;--text:#eef2f7;--muted:#8f9bad;--accent:#6ea8fe;--green:#4dd4ac;--red:#ff6b7a;--yellow:#ffca5c}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.layout{display:grid;grid-template-columns:230px 1fr;min-height:100vh}.sidebar{background:#0e1219;border-right:1px solid var(--line);padding:22px 16px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.brand{display:flex;gap:12px;align-items:center;margin-bottom:28px}.brand-mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#6ea8fe,#8c7bff);display:grid;place-items:center;font-weight:800;color:white}.brand b{display:block}.brand span,.side-foot,.brand+nav a{font-size:13px}.brand span{color:var(--muted)}nav{display:flex;flex-direction:column;gap:5px}nav a{color:#a9b3c2;text-decoration:none;padding:11px 12px;border-radius:9px}nav a:hover,nav a.active{background:var(--panel2);color:white}.side-foot{margin-top:auto;display:flex;justify-content:space-between;color:var(--muted)}.side-foot a{color:#a9b3c2}.main{padding:28px;min-width:0}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;gap:16px}h1{font-size:27px;margin:0}header p{margin:5px 0 0;color:var(--muted)}.actions{display:flex;gap:9px}.actions form{margin:0}.btn{border:1px solid var(--line);background:var(--panel2);color:var(--text);border-radius:9px;padding:10px 14px;cursor:pointer}.btn.primary{background:#3879e9;border-color:#3879e9}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:14px}.card{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:18px}.stat span{color:var(--muted);font-size:13px}.stat strong{display:block;font-size:30px;margin-top:7px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.section-title h2{font-size:16px;margin:0}.section-title small{color:var(--muted)}.metric{margin:18px 0}.metric>div:first-child{display:flex;justify-content:space-between}.metric span,.metric small{color:var(--muted)}.bar{height:8px;background:#252b36;border-radius:99px;overflow:hidden;margin:9px 0}.bar i{height:100%;display:block;background:linear-gradient(90deg,#4dd4ac,#6ea8fe)}.alert-row{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid var(--line)}.alert-row:last-child{border-bottom:0}.alert-row small{display:block;color:var(--muted);margin-top:4px}.pill{font-size:10px;font-weight:800;border-radius:99px;padding:4px 7px;height:max-content}.pill.warning{background:#453713;color:#ffd66e}.pill.critical{background:#481c23;color:#ff8995}.pill.info{background:#183654;color:#8fc6ff}.pill.ok{background:#123d33;color:#74e2c1}.dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:7px;background:#777}.dot.on{background:var(--green)}.dot.off{background:var(--red)}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:13px}th{text-align:left;color:var(--muted);font-weight:600;border-bottom:1px solid var(--line);padding:10px 12px}td{padding:11px 12px;border-bottom:1px solid #202633;white-space:nowrap}td small{display:block;color:var(--muted);margin-top:3px}.kv{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--line)}.file-row{padding:10px 0;border-bottom:1px solid var(--line)}.file-row b{display:block}.file-row span{display:block;color:var(--muted);font-size:12px;word-break:break-all;margin-top:3px}.cron-line{white-space:pre-wrap;background:#0b0f15;padding:12px;border:1px solid var(--line);border-radius:9px;color:#bec9d8}.empty,.note{color:var(--muted)}.alert{padding:11px 13px;border-radius:9px;margin-bottom:14px}.alert.success{background:#123d33;color:#8ce9cf}.alert.danger{background:#481c23;color:#ff9aa5}.muted{opacity:.55}.login-body{min-height:100vh;display:grid;place-items:center;padding:20px}.login-card{width:min(390px,100%);background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:28px}.login-card .brand-mark{margin-bottom:18px}.login-card h1{font-size:24px}.login-card p,.login-card small{color:var(--muted)}label{display:block;font-size:12px;color:var(--muted);margin:15px 0 6px}input{width:100%;background:#0c1118;border:1px solid var(--line);color:white;border-radius:9px;padding:11px}.login-card .btn{width:100%;margin:18px 0 14px}@media(max-width:900px){.layout{grid-template-columns:1fr}.sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid var(--line)}nav{display:grid;grid-template-columns:repeat(2,1fr)}.side-foot{margin-top:16px}.main{padding:18px}.cards{grid-template-columns:repeat(2,1fr)}.grid2{grid-template-columns:1fr}header{align-items:flex-start;flex-direction:column}.actions{width:100%}.actions form{flex:1}.actions .btn{width:100%}}
.back-link{display:inline-block;margin-top:6px;color:#a9b3c2;text-decoration:none;font-size:13px}.back-link:hover{color:#fff}a.btn{display:inline-block;text-decoration:none}
