.auth-layout{height:100vh;overflow:hidden;background-color:var(--lg-bg-1,#eef2fb);background-image:radial-gradient(60% 50% at 8% 0,var(--lg-bg-accent-2,#c5d6ff) 0,transparent 60%),radial-gradient(50% 40% at 100% 10%,var(--lg-bg-accent-1,#ffd6e0) 0,transparent 60%),radial-gradient(60% 50% at 50% 100%,var(--lg-bg-accent-3,#b8e8d6) 0,transparent 60%),linear-gradient(180deg,var(--lg-bg-1,#eef2fb),var(--lg-bg-2,#dde5f3))}.auth-layout .typography{display:block}.auth-layout__container{height:100vh;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.auth-layout__hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#1c3964,#2b5d97 55%,#3a79bb);color:#fff}.auth-layout__hero-content{min-height:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(2rem,5vw,4.5rem);box-sizing:border-box;text-align:start}.auth-layout__hero-copy{max-width:30rem;width:100%;margin-inline:0;margin-top:0;padding-bottom:0;flex-shrink:0}.auth-layout__hero-label.typography{margin-bottom:1rem;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.85)}.auth-layout__hero-title.typography{font-size:clamp(3rem,5vw,4.75rem);line-height:.95;font-weight:800;letter-spacing:-.05em}.auth-layout__hero-description.typography{margin-top:1.75rem;margin-inline:0;max-width:24rem;font-size:1.1rem;line-height:1.55;color:hsla(0,0%,100%,.82)}.auth-layout__hero-footer.typography{margin-top:1.5rem;max-width:30rem;width:100%;margin-inline:0;font-size:.9rem;color:hsla(0,0%,100%,.68)}.auth-layout__hero-version.typography{margin-top:.5rem;margin-inline:0;font-size:.78rem;letter-spacing:.02em;color:hsla(0,0%,100%,.5)}.auth-layout__content{display:flex;align-items:center;justify-content:center;width:100%;min-height:0;background:var(--lg-glass-bg-strong,rgba(255,255,255,.7));backdrop-filter:var(--lg-blur,saturate(160%) blur(22px));-webkit-backdrop-filter:var(--lg-blur,saturate(160%) blur(22px));border-left:1px solid var(--lg-glass-border,rgba(255,255,255,.55));box-shadow:-16px 0 40px rgba(15,23,42,.08);padding:clamp(1.5rem,4vw,2.5rem);overflow-y:auto}.auth-layout__content:has(.sign-up-form-panel){align-items:stretch;justify-content:flex-start;overflow:hidden;padding:0}.auth-layout__content .text-field__input-wrapper{background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;border:1px solid rgba(13,21,48,.1);border-radius:.75rem;box-shadow:inset 0 1px 2px rgba(15,23,42,.04)}.auth-layout__content .text-field__input-wrapper:focus-within{border-color:var(--lg-tint,#1e3863);box-shadow:0 0 0 3px rgba(30,56,99,.16)}.auth-layout__content .text-field__input-wrapper.text-field__input-wrapper--error{border-color:#e32f29;box-shadow:none}.auth-layout__content .text-field__input-wrapper.text-field__input-wrapper--error:focus-within{border-color:#e32f29;box-shadow:0 0 0 1px rgba(227,47,41,.35)}.auth-layout__content .text-field__input::placeholder{color:#555}.auth-layout__content .text-field__adornment{color:#555}.auth-layout__content .phone-number-input__country-button,.auth-layout__content .sign-up-page__timezone-button{background:#fff;border:1px solid rgba(13,21,48,.1);border-radius:.75rem;box-shadow:inset 0 1px 2px rgba(15,23,42,.04)}.auth-layout__content .sign-up-page__timezone-button{color:var(--theme-text-primary)}.auth-layout__content .otp-input{background:#fff;border:1px solid rgba(13,21,48,.1);border-radius:.75rem}.auth-layout__content .otp-input:focus{border-color:var(--lg-tint,#1e3863);box-shadow:0 0 0 3px rgba(30,56,99,.16)}.auth-layout__content-shell{width:min(100%,32rem)}.auth-layout__brand.typography{margin-left:1.5rem;font-size:2rem;font-weight:700;letter-spacing:-.04em;color:#000}.auth-layout__card{border:none;background:rgba(0,0,0,0)}.auth-layout__card :global(.card__content){display:flex;flex-direction:column;gap:3rem}.auth-layout__heading-title.typography{font-size:2.3rem;line-height:1.05;font-weight:800;color:#000}.auth-layout__heading-copy.typography{margin-top:.75rem;margin-bottom:0;font-size:.9rem;line-height:1.4;color:#7b7b7b}.auth-layout__heading-copy.typography a{color:#1e3863;text-decoration:underline;text-underline-offset:.15rem;font-weight:600}.auth-layout__form{display:flex;flex-direction:column;gap:.5rem}.auth-layout__error.typography{color:#ef4444;margin-bottom:.25rem}.auth-layout__field{width:100%}.auth-layout__primary-button{margin-top:.5rem;height:2.75rem;border-radius:.85rem;font-weight:700;background:var(--lg-tint,#1e3863);color:#fff;box-shadow:0 6px 16px rgba(30,56,99,.22);transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.auth-layout__primary-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px rgba(30,56,99,.28)}.auth-layout__primary-button:active:not(:disabled){transform:translateY(0)}.auth-layout__link{text-align:center;font-size:.9rem;color:#7b7b7b}.auth-layout__link a{color:#1e3863;font-weight:600;text-decoration:underline}@media screen and (max-width:1023px){.auth-layout__container{grid-template-columns:1fr}.auth-layout__hero{min-height:22rem}.auth-layout__hero-copy{padding:0}.auth-layout__content{padding:clamp(1.25rem,4vw,2rem) 1.25rem 2.5rem;border-left:none;box-shadow:none}.auth-layout__brand.typography{margin-bottom:1.5rem}}@media screen and (max-width:767px){.auth-layout{height:auto;min-height:100dvh}.auth-layout__hero{display:none}.auth-layout__hero-title.typography{font-size:2.5rem}.auth-layout__hero-description.typography{font-size:1rem}.auth-layout__brand.typography{font-size:1.6rem}.auth-layout__heading-title.typography{font-size:1.8rem}.auth-layout__content{padding:1.25rem;border-left:none;box-shadow:none}}:export{B0:#f5f5f5;B1:#e9e9e9;B2:#d9d9d9;B3:#c4c4c4;B4:#9d9d9d;B5:#7b7b7b;B6:#555;B7:#434343;B8:#262626;B9:#000;C0:#e1f3fb;C1:#b4e2f4;C2:#82cfed;C3:#4fbce5;C4:#11c5f5;C5:#049fda;C6:#0397d6;C7:#038dd0;C8:#0283cb;C9:#0172c2;N0:#e0e9ef;N1:#b3c8d7;N2:#80a4bd;N3:#4d80a3;N4:#26648f;N5:#00497b;N6:#004273;N7:#003968;N8:#00315e;N9:#00214b;SS0:#e8f5e6;SS1:#c5e6bf;SS2:#9ed695;SS3:#77c66b;SS4:#5ab94b;SS5:#3dad2b;SS6:#37a626;SS7:#2f9c20;SS8:#27931a;SS9:#1a8310;ES0:#fce6e5;ES1:#f7c1bf;ES2:#f19794;ES3:#eb6d69;ES4:#e74e49;ES5:#e32f29;ES6:#e02a24;ES7:#dc231f;ES8:#d81d19;ES9:#d0120f;WS0:#fffae5;WS1:#fef4be;WS2:#feec93;WS3:#fee468;WS4:#fddf47;Ws5:#fdd927;WS6:#fdd523;WS7:#fccf1d;WS8:#fcca17;WS9:#fcc00e;T0:#e1f4f5;T1:#b5e3e7;T2:#84d1d7;T3:#53bfc6;T4:#2eb1ba;T5:#09a3ae;T6:#089ba7;T7:#06919d;T8:#058894;T9:#027784;Black16:#000;Black24:#000;Black40:#000;Black64:#000;Black80:#000;White:#fff;Atome:#e7ff30;PayPal:#ffc43a;PaleBlue:rgba(56,177,233,.5647058824);LightCyan:#f3fafd;PastelYellow:#ffe68c;LightCeruleanBlue:#2ba0da;SnowFlurry:#f0ffd6;HalfDutchWhite:#fcf0d3;PaleAqua:#def5f5;Selago:#fbebfe;Solitude:#dde4f6;WhiteSmoke:#f4f4f4;LightGrayishOrange:#f8f6f2;Transparent:rgba(0,0,0,0);Green:#3cae2a;SteelBlue:#95a7b0;AliceBlue:#f3fafd;Alabaster:#f3f3ed;CreamyYellow:#ffeec3;GreenishGray:#515750;DarkCharcoal:#333;DeepRed:#bd0e09;SaffronOrange:#f8a563;DarkRed:#bd0e09;SkyBlue:#c7d8ed;SemiTransparentBlack:rgba(0,0,0,.7);Amber:#f57e20;DeepRose:#ef4861;BrightBlue:#49c8f5;LightPurple:#bb99e5;LightSkyBlue:#dbeaf1;MildGreen:rgba(94,184,135,.1);SilveringGray:#bad1dc;LightGreen:#5eb887;SimplePink:#f7a0ad;LotusPink:#ead0d6;Purple:#8453bd;PaleGreen:#94cc5c;PastelBlue:#c9efff;DarkNight:#0c103b;NavalNight:#35003d;CornSilk:#fff9e5;AquariusBlues:#d7f3ff;MildPink:#f2ecff;Yellow:hsl(65,100%,93%);MildRose:rgba(245,140,145,.1);LightPink:#f58c91;MildOrange:#ffe9d9;DarkOrange:#dc4d01;Saffron:#f79141;LinkTextColor:#00e;DefaultLink2:#15c;DnaExpressAtfBg:#b1cbeb;HurryRed:#bd0e09;PureOrange:#fe784f;BlueCue:#6594c6;ShadeOrange:#fd9666;GradientColorPink:#f7a48b;GradientColorBlue:#6e96c2;PremiumBundleBg1:#fbd6cb;LeadOrange:#f4761c;SunflowerYellow:#ffea8f;Violet:#9b59b6;PulpOrange:#ff6f61;InkBlue:#15c;Gray1:#c6d6de;Gray2:#658192;Gray3:#254156;Primary:#1e3863;PrimaryLight:#2f4f85;PrimaryDark:#162a4a;PrimaryInactiveBg:#cbd5e1;PrimaryInactiveText:#64748b;Secondary:#3b5b9a;Accent:#60a5fa;Background:#f8fafc;Surface:#fff;SectionAlt:#f1f5f9;TextPrimary:var(--theme-text-primary);TextSecondary:var(--theme-text-secondary);TextMuted:var(--theme-text-muted);Border:#e2e8f0;InputBorder:#cbd5e1;Success:#22c55e;Warning:#f59e0b;Error:#ef4444}.auth-layout__content .login-page__form,.auth-layout__content .sign-up-page__form{display:flex;flex-direction:column;gap:0}.auth-layout__content .text-field{gap:0;margin:0}.auth-layout__content .text-field__input{padding-left:0}.auth-layout__content .text-field__hint-slot{min-height:0;padding:0;margin:.25rem 0 0;width:100%}.auth-layout__content .text-field__hint{display:block;width:100%;margin:0;padding:0;text-align:left}.auth-layout__content .text-field__hint:empty{display:none}.auth-layout__content .phone-number-input{gap:.25rem;margin:0}.auth-layout__content .phone-number-input__country-hint-slot{display:none;min-height:0}.auth-layout__content .sign-up-page__timezone-field{display:flex;flex-direction:column;gap:0;margin:0;margin-bottom:18px!important}.auth-layout__content .sign-up-page__timezone-field .sign-up-page__timezone-error,.auth-layout__content .sign-up-page__timezone-field .text-field__hint{display:block;width:100%;margin:.25rem 0 0;padding:0;font-size:.8rem;line-height:1.25;color:#e32f29;text-align:left}.auth-layout__content .auth-terms-agreement-wrap{display:flex;flex-direction:column;gap:.25rem;width:100%;margin:0}.auth-layout__content .auth-terms-agreement{margin:0}.auth-layout__content .auth-terms-agreement__error{margin:0;padding:0;text-align:left}.auth-layout__content .login-page__form>.login-page__primary-button,.auth-layout__content .sign-up-page__form>.auth-terms-agreement-wrap+.button{margin-top:.75rem!important}