:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; background: #111510; color: #eef4ea; }
main { width: min(92vw, 440px); padding: 36px; border: 1px solid #354033; border-radius: 18px; background: #191f18; box-shadow: 0 24px 70px #0007; }
.eyebrow { margin: 0 0 8px; color: #94a68f; font-size: .72rem; font-weight: 800; letter-spacing: .18em; }
h1 { margin: 0 0 28px; font-size: 2rem; }
.status-card { display: flex; align-items: center; gap: 14px; padding: 18px; border-radius: 12px; background: #111510; }
.indicator { width: 13px; height: 13px; flex: none; border-radius: 50%; background: #8a9387; box-shadow: 0 0 0 5px #8a938722; }
.indicator.online { background: #76d36b; box-shadow: 0 0 0 5px #76d36b22; }
.indicator.starting, .indicator.restarting { background: #e8b84f; box-shadow: 0 0 0 5px #e8b84f22; }
.indicator.stopped { background: #e0645a; box-shadow: 0 0 0 5px #e0645a22; }
.state, .detail { margin: 0; }
.state { font-size: 1.1rem; font-weight: 750; }
.detail { margin-top: 3px; color: #9da89a; font-size: .86rem; }
button { width: 100%; margin-top: 22px; padding: 13px 18px; border: 0; border-radius: 10px; background: #dcebd5; color: #142010; font: inherit; font-weight: 800; cursor: pointer; }
button:hover { background: #f0faeb; }
button:disabled { opacity: .5; cursor: wait; }
.hint { margin: 14px 6px 0; color: #8d998a; font-size: .78rem; line-height: 1.5; text-align: center; }
.login-form { display: grid; gap: 10px; }
label { color: #b6c5b1; font-size: .88rem; font-weight: 700; }
input { width: 100%; padding: 12px; border: 1px solid #52604f; border-radius: 10px; background: #111510; color: #eef4ea; font: inherit; }
.login-form button { margin-top: 10px; }
.error { min-height: 1.3em; margin: 2px 0 0; color: #f1847b; font-size: .85rem; }
.backup-option { display: flex; align-items: center; gap: 9px; margin: 20px 4px -8px; color: #c2d0bd; font-size: .88rem; cursor: pointer; }
.backup-option input { width: 17px; height: 17px; accent-color: #dcebd5; }
@media (max-width: 480px) { main { padding: 25px; border-radius: 0; width: 100%; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; } }
