:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#172033;background:#0b0d12;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}.landing{min-height:100vh;display:grid;place-items:center;padding:2rem;background:radial-gradient(120% 120% at 50% 0%,#1b2333,#0b0d12 60%)}.rainbow-title{margin:0;text-align:center;font-size:clamp(2.75rem,13vw,9rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;background-image:linear-gradient(90deg,#ff3b30,#ff9500,#fc0,#34c759,#00c7be,#007aff,#af52de,#ff3b30);background-size:200% auto;background-clip:text;-webkit-background-clip:text;color:transparent;animation:rainbow-slide 8s linear infinite;filter:drop-shadow(0 8px 30px rgba(255,255,255,.18))}@keyframes rainbow-slide{to{background-position:200% center}}@media(prefers-reduced-motion:reduce){.rainbow-title{animation:none}}
