*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0a0a0a;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;padding:2rem}
.container{text-align:center;max-width:560px;width:100%}
.dot{width:10px;height:10px;background:#5DCAA5;border-radius:50%;display:inline-block;margin-bottom:2.5rem;animation:pulse 2.4s ease-in-out infinite}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}
h1{font-size:clamp(2.4rem,8vw,4rem);font-weight:300;letter-spacing:-0.03em;line-height:1.1;color:#f0f0f0;margin-bottom:1.25rem}
h1 span{color:#5DCAA5;font-weight:500}
p{font-size:1rem;color:#888;line-height:1.7;margin-bottom:2.5rem}
.domain{display:inline-block;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:#444;border-top:.5px solid #222;padding-top:1.5rem;width:100%}
