:root{color-scheme:dark}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#0a0a0a;color:#ededed;text-align:center;padding:24px}.wrap{max-width:520px}.badge{display:inline-flex;align-items:center;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#a1a1aa;border:1px solid #27272a;border-radius:999px;padding:6px 14px;margin-bottom:28px}h1{font-size:40px;font-weight:600;letter-spacing:-.02em;margin-bottom:14px;background:linear-gradient(180deg,#fff,#9ca3af);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}p{font-size:16px;line-height:1.6;color:#a1a1aa}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#22c55e;margin-right:8px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}