:root{color-scheme:light dark;--bg: #fbfbfa;--fg: #1c1b1a;--muted: #6b6a67;--ok: #2e7d4f;--err: #b3392f}@media(prefers-color-scheme:dark){:root{--bg: #17161a;--fg: #ecebe8;--muted: #9a9894;--ok: #6cc48f;--err: #e88178}}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:center;background:var(--bg);color:var(--fg);font:16px/1.5 ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}main{text-align:center;padding:2rem}h1{margin:0;font-size:clamp(2rem,6vw,3rem);letter-spacing:-.02em}.sub{margin:.25rem 0 2rem;color:var(--muted)}.pending{color:var(--muted)}.ok{color:var(--ok);font-weight:500}.err{color:var(--err)}.dot{display:inline-block;width:.5rem;height:.5rem;margin-right:.4rem;border-radius:50%;background:currentColor;vertical-align:middle}
