*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#0f1115;color:#e6e6e6;min-height:100vh;display:flex;align-items:center;justify-content:center}main{text-align:center;padding:2rem}h1{font-size:2.5rem;margin-bottom:1rem}.status{display:inline-block;padding:.4rem 1rem;border-radius:999px;font-size:.9rem;margin-top:1rem}.status.ok{background:#16321f;color:#7ee787}.status.err{background:#3a1d1d;color:#ff8f8f}p{color:#9da3ae;margin-top:.5rem}