*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0a0a;color:#fafafa;min-height:100vh;display:flex;align-items:center;justify-content:center}.container{text-align:center}h1{font-size:3rem;margin-bottom:1rem}p{color:#888;margin-bottom:2rem}.status{display:inline-flex;align-items:center;gap:.5rem;background:#1a1a1a;padding:.75rem 1.5rem;border-radius:9999px;font-size:.875rem}.dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
