:root{font-family:Inter,system-ui,sans-serif;color:#e8edf5;background:#0b1020;color-scheme:dark}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(145deg,#0b1020,#111a30)}header,main{width:min(1180px,92vw);margin:auto}header{display:flex;justify-content:space-between;align-items:center;padding:32px 0 20px}h1,h2,p{margin-top:0}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.card,.login-panel,.notice{background:#151e34;border:1px solid #283654;border-radius:16px;padding:20px;box-shadow:0 16px 40px #0004}.card-head,.actions,dl div{display:flex;justify-content:space-between;gap:10px;align-items:center}.status{font-size:.8rem;font-weight:800;padding:5px 9px;border-radius:999px;background:#39445b}.status-live{background:#087f5b}.status-error{background:#c92a2a}.status-stopped{background:#495057}dl{display:grid;gap:8px}dt{color:#9ca9bd}dd{margin:0}button,input{border-radius:9px;border:1px solid #415272;padding:10px 13px;font:inherit}button{background:#3478f6;color:white;cursor:pointer}.danger{background:#b62d3e}.notice{margin-bottom:18px;border-left:4px solid #f0ad36}.login-body{display:grid;place-items:center}.login-panel{width:min(420px,92vw)}label{display:grid;gap:7px;margin:14px 0}.alert{background:#6e2330;padding:10px;border-radius:8px}@media(max-width:600px){header{align-items:flex-start;gap:14px;flex-direction:column}}
