:root{color:#e6edf7;background:#0d1117;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}.shell{min-height:100vh;display:grid;place-items:center;padding:32px;background:radial-gradient(circle at top left,rgba(22,163,255,.14),transparent 34%),#0d1117}.panel{width:min(860px,100%);padding:28px;border:1px solid #263243;border-radius:8px;background:#141a23;box-shadow:0 24px 60px #00000059}.header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:28px}.eyebrow{margin:0 0 6px;color:#7dd3fc;font-size:13px;font-weight:700;letter-spacing:0}h1{margin:0;font-size:28px;line-height:1.2}.badge{min-width:96px;padding:8px 12px;border-radius:999px;text-align:center;border:1px solid #41516a;color:#cbd5e1;background:#1f2937;font-weight:700}.badge.active{border-color:#15803d;color:#bbf7d0;background:#0f2f1e}.badge.sleeping{border-color:#64748b;color:#cbd5e1;background:#1e293b}.badge.waking{border-color:#f59e0b;color:#fde68a;background:#35260a}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:18px}.login{display:grid;gap:16px}label{display:grid;gap:8px;color:#b8c2d6;font-size:13px;font-weight:700}input{width:100%;height:42px;border:1px solid #354256;border-radius:6px;background:#0f141c;color:#f8fafc;padding:0 12px;outline:none}input:focus{border-color:#38bdf8}.actions{display:flex;gap:12px;flex-wrap:wrap}button{height:42px;padding:0 16px;border-radius:6px;border:1px solid #3a4961;background:#202938;color:#f8fafc;cursor:pointer;font-weight:700}button:disabled{cursor:wait;opacity:.62}button.wake{border-color:#1d4ed8;background:#1e40af}button.sleep{border-color:#a16207;background:#854d0e}button.secondary{background:#111827}.message{min-height:24px;margin:18px 0;color:#cbd5e1}.empty{padding:28px;border:1px dashed #334155;border-radius:8px;color:#94a3b8;text-align:center}.status{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.status>div,.scaling{min-height:76px;padding:14px;border:1px solid #263243;border-radius:8px;background:#0f141c}.status span,.scaling span{display:block;margin-bottom:8px;color:#94a3b8;font-size:12px;font-weight:700}.status strong,.scaling strong{color:#f8fafc;font-size:15px;overflow-wrap:anywhere}.status small{display:block;margin-top:6px;color:#7dd3fc;overflow-wrap:anywhere}@media(max-width:720px){.shell{padding:16px}.panel{padding:20px}.header,.grid,.status{grid-template-columns:1fr}.header{display:grid}}
