*{box-sizing:border-box;margin:0}html,body,#root{min-height:100%}body{background:#000;color:#fff;font-family:Segoe UI,system-ui,sans-serif}.page{min-height:100vh;display:grid;place-items:center;background:#000}.title{font-size:clamp(2rem,6vw,3.5rem);font-weight:500;letter-spacing:-.03em}.dots{display:inline-flex;width:1.35em}.dot{opacity:.2;animation:pulse 1.4s infinite ease-in-out}.dot:nth-child(1){animation-delay:0s}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,80%,to{opacity:.2}40%{opacity:1}}
