:root{color:#e8eaed;background:#111318;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{min-height:100vh;margin:0}#root{justify-content:center;padding:24px;display:flex}.container{background:#1a1f2a;border:1px solid #2a3140;border-radius:12px;width:min(760px,100%);padding:20px}h1{margin:0 0 8px}.muted{color:#9da7b8;margin:0 0 6px;font-size:14px}.health{margin:0 0 16px;font-size:14px}.health.ok{color:#5fe48b}.health.error{color:#ff6b6b}.health.checking{color:#ffd166}.row{gap:8px;margin-bottom:12px;display:flex}input{color:#e8eaed;background:#0f131b;border:1px solid #3b4457;border-radius:8px;flex:1;padding:10px 12px}button{color:#e8eaed;cursor:pointer;background:#283247;border:1px solid #3b4457;border-radius:8px;padding:9px 12px}button:disabled{cursor:not-allowed;opacity:.6}.list{margin:0;padding:0;list-style:none}.list li{border-top:1px solid #2a3140;justify-content:space-between;align-items:center;gap:8px;padding:10px 8px;display:flex}label{align-items:center;gap:8px;display:flex}.done{color:#9da7b8;text-decoration:line-through}.danger{background:#4f2430;border-color:#703448}.error{color:#ff8e8e;margin:0 0 10px}
