* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: system-ui, sans-serif; display: grid; place-items: center; min-height: 100vh; background: #0a0a0a; color: #fafafa; }
main { text-align: center; }
h1 { font-size: 2rem; margin-bottom: 0.5rem; }
p { color: #888; margin-top: 0.25rem; }
.status { color: #22c55e; font-weight: 600; }
