html,body{margin:0;padding:0}:root{font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100vh;margin:0}body{background:#000}main{color:#fff;background:#000;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;animation:2.2s cubic-bezier(.76,0,.24,1) forwards invert;display:flex}h1{letter-spacing:-.05em;margin:0 0 .75rem;font-size:clamp(3rem,8vw,6rem);font-weight:700;animation:1.4s cubic-bezier(.22,1,.36,1) .3s both textIn}p{color:#aaa;letter-spacing:.02em;margin:0;font-size:1rem;animation:1.4s cubic-bezier(.22,1,.36,1) .5s both textIn}@keyframes invert{0%{color:#fff;background:#000}to{color:#000;background:#fff}}@keyframes textIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
