:root{color-scheme:light dark;--bg: #0f1115;--fg: #e8eaed;--muted: #9aa0a6;--ok: #1faa5f;--down: #d93a3a;--pending: #8a8f98;--card: #181b21;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}body{margin:0;background:var(--bg);color:var(--fg)}.shell{max-width:46rem;margin:0 auto;padding:4rem 1.5rem}h1{margin:0;font-size:2rem;letter-spacing:-.02em}.subtitle{color:var(--muted);margin:.35rem 0 2.5rem;font-size:.9rem}code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.pills{display:flex;flex-direction:column;gap:.75rem}.pill{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.1rem;border-radius:999px;background:var(--card);border:1px solid rgb(255 255 255 / 8%)}.pill__dot{width:.7rem;height:.7rem;border-radius:50%;flex:none;background:var(--pending)}.pill--ok .pill__dot{background:var(--ok);box-shadow:0 0 0 4px #1faa5f2e}.pill--down .pill__dot{background:var(--down);box-shadow:0 0 0 4px #d93a3a2e}.pill__label{font-weight:600;min-width:5.5rem}.pill__detail{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell--narrow{max-width:24rem}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.identity{margin:0 0 2rem;padding:.75rem 1.1rem;border-radius:.6rem;background:var(--card);border:1px solid rgb(255 255 255 / 8%);color:var(--muted);font-size:.88rem}.identity strong{color:var(--fg);font-weight:600}.card{display:flex;flex-direction:column;gap:.4rem;padding:1.5rem;border-radius:.75rem;background:var(--card);border:1px solid rgb(255 255 255 / 8%)}.card label{font-size:.8rem;font-weight:600;color:var(--muted);margin-top:.6rem}.card label:first-of-type{margin-top:0}.card input{padding:.6rem .75rem;border-radius:.45rem;border:1px solid rgb(255 255 255 / 14%);background:#0f1115;color:var(--fg);font-size:.95rem;font-family:inherit}.card input:focus-visible{outline:2px solid var(--ok);outline-offset:1px}button{margin-top:1.25rem;padding:.65rem 1rem;border-radius:.45rem;border:none;background:var(--ok);color:#04170c;font-weight:600;font-size:.92rem;font-family:inherit;cursor:pointer}button:disabled{opacity:.6;cursor:progress}button.ghost{margin-top:0;background:transparent;color:var(--muted);border:1px solid rgb(255 255 255 / 16%)}button.ghost:hover{color:var(--fg)}.hint{margin:.3rem 0 0;font-size:.75rem;color:var(--muted)}.error{margin:.9rem 0 0;padding:.6rem .75rem;border-radius:.45rem;background:#d93a3a1f;border:1px solid rgb(217 58 58 / 35%);color:#ff9e9e;font-size:.85rem}.muted{color:var(--muted);font-size:.85rem;margin-top:1.25rem;text-align:center}a{color:var(--ok)}
