@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;-webkit-font-smoothing:antialiased;background:#111;justify-content:center;align-items:center;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}#root{justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}.page{flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:60px 24px;display:flex}.logo{width:clamp(280px,50vw,480px);height:auto;margin-bottom:24px}.tagline{color:#5355ff;text-align:center;letter-spacing:-.04em;margin-bottom:.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800}.subtitle{color:#fff6;text-align:center;margin-bottom:2.5rem;font-size:1.4rem;font-weight:400}.divider{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;max-width:600px;height:1px;margin-bottom:48px}
