@charset "UTF-8";
:root{color-scheme:dark;font-family:ui-rounded,"SF Pro Rounded",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#1c171f;color:#f1e9f0;font-synthesis:none;-webkit-font-smoothing:antialiased}
*{box-sizing:border-box}
body{margin:0;min-width:280px;min-height:100svh;display:flex;flex-direction:column;background:radial-gradient(ellipse at 50% 36%,#5128a826 0%,transparent 58%),#1c171f}
main{flex:1;display:grid;place-items:center;text-align:center;padding:5rem 1.5rem 3.5rem;min-height:calc(100svh - 5rem)}
.intro{width:100%;max-width:70rem}
.wordmark{margin:0 0 2rem;font-size:clamp(1.6rem,3vw,2rem);font-weight:650;letter-spacing:-.035em;color:#ede4ff}
h1{font-size:clamp(3rem,8.4vw,7.5rem);font-weight:650;line-height:1.12;letter-spacing:-.055em;margin:0;text-wrap:balance}
h1 span{color:#d2bcff}
.coming-soon{display:inline-block;margin:2.6rem 0 0;padding:.75rem 1.35rem;border:1px solid #d2bcff35;border-radius:100px;background:#d2bcff08;color:#d3c4ce;font-size:1rem;font-weight:500;letter-spacing:.04em}
footer{padding:1.5rem 1.5rem 2rem;text-align:center;color:#9d8d98;font-size:.875rem;line-height:1.5}
@media(max-width:480px){main{padding:3.5rem 1.25rem;min-height:calc(100svh - 5rem)}.wordmark{margin-bottom:2rem}.coming-soon{margin-top:2rem}footer{font-size:.8125rem}}
@media(prefers-reduced-motion:no-preference){.intro{animation:arrive .9s ease-out both}@keyframes arrive{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}}
