:root{--bg: #0e1116;--fg: #e6edf3;--muted: #8b949e;--ok: #2e9e5b;--wait: #ffc423;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}body{margin:0;min-height:100vh;display:grid;place-items:center;background:var(--bg);color:var(--fg)}.shell{text-align:center;padding:2rem}.shell h1{margin:0 0 .25rem;font-size:1.75rem}.tag{color:var(--muted);margin:0 0 1.5rem}.status{display:inline-block;padding:.4rem .8rem;border-radius:999px;font-size:.85rem}.status.ok{background:#2e9e5b26;color:var(--ok)}.status.wait{background:#ffc42326;color:var(--wait)}
