@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");@font-face{font-family:Avantt;font-weight:500;font-style:normal;font-display:swap;src:url(/assets/fonts/Avantt-Medium.woff2) format("woff2")}:root{--color-bg-primary:#1a1040;--color-bg-surface:#615880;--color-bg-surface-focus:#6e6391;--color-accent-primary:#e0359a;--color-text-primary:#ffffff;--color-text-secondary:rgba(255,255,255,0.65);--color-text-placeholder:rgba(255,255,255,0.35);--color-text-link:#c084fc;--color-border-subtle:rgba(255,255,255,0.12);--color-border-focus:#a855f7;--color-progress-track:rgba(255,255,255,0.15);--color-progress-fill:#e0359a;--color-checkbox-border:rgba(255,255,255,0.4);--color-error:#ff6b6b;--gradient-cta:#AD2576;--font-family-title:"Avantt","Nunito",system-ui,sans-serif;--font-size-title:28px;--font-weight-title:500;--line-height-title:130%;--Text-text-white:#FFF;--font-family-base:"Inter",system-ui,-apple-system,sans-serif;--font-size-body:15px;--line-height-body:20px;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-md:15px;--font-size-lg:1rem;--font-size-xl:1.125rem;--font-size-2xl:28px;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:700;--line-height-tight:1.3;--line-height-base:20px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--radius-sm:6px;--radius-md:12px;--radius-lg:16px;--radius-pill:999px;--header-height:56px;--progress-bar-height:3px;--input-height:52px;--cta-height:52px;--content-max-width:520px;--transition-fast:150ms ease;--transition-base:250ms ease}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{height:100dvh}body{font-family:var(--font-family-base);font-size:var(--font-size-body);line-height:var(--line-height-body);background:radial-gradient(146.35% 157.17% at 81.18% 121.37%,rgba(255,225,243,.1) 32.39%,rgba(202,210,255,.06) 61.95%,rgba(180,192,249,.03) 83.46%),linear-gradient(180deg,#151336,#544682);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;justify-content:center}.app-root,body{height:100dvh;overflow:hidden;display:flex}.app-root{width:100%;max-width:var(--content-max-width);flex-direction:column}a{color:var(--color-text-link);text-decoration:underline}button{cursor:pointer;border:none;background:none}button,input{font-family:var(--font-family-base)}