.AuthPageLayout_page__0bfn_{min-height:100vh;position:relative;overflow:hidden;display:flex;flex-direction:column;background:var(--background);color:var(--foreground);font-family:var(--font-geist-sans,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);transition:background-color .3s ease,color .3s ease;--auth-border:color-mix(in srgb,var(--foreground) 12%,transparent);--auth-border-strong:color-mix(in srgb,var(--foreground) 22%,transparent);--auth-surface:var(--card);--auth-surface-soft:color-mix(in srgb,var(--card) 98%,var(--foreground) 2%);--auth-surface-strong:color-mix(in srgb,var(--card) 92%,var(--foreground) 8%);--auth-text-muted:color-mix(in srgb,var(--foreground) 62%,var(--background) 38%);--auth-text-subtle:color-mix(in srgb,var(--foreground) 52%,var(--background) 48%);--auth-link:color-mix(in srgb,var(--accent,var(--primary)) 60%,var(--foreground) 40%);--auth-link-hover:color-mix(in srgb,var(--accent,var(--primary)) 75%,var(--foreground) 25%);--auth-shadow:0 34px 68px -34px color-mix(in srgb,var(--foreground) 32%,transparent);--auth-shadow-hover:0 24px 56px -28px color-mix(in srgb,var(--foreground) 35%,transparent);--input-bg:color-mix(in srgb,var(--background) 92%,var(--foreground) 8%);--landing-shadow:var(--auth-shadow);--landing-shadow-hover:var(--auth-shadow-hover)}.dark .AuthPageLayout_page__0bfn_{--auth-shadow:0 34px 68px -34px color-mix(in srgb,var(--background) 70%,transparent);--auth-shadow-hover:0 24px 56px -28px color-mix(in srgb,var(--background) 64%,transparent)}.AuthPageLayout_page__0bfn_:before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(120% 120% at 10% 0,color-mix(in srgb,var(--accent,var(--primary)) 18%,transparent) 0,transparent 55%),radial-gradient(80% 80% at 90% 10%,color-mix(in srgb,var(--accent,var(--primary)) 12%,transparent) 0,transparent 60%);opacity:.75;z-index:0}.AuthPageLayout_header__CXjC7{position:sticky;top:0;z-index:5;background:color-mix(in srgb,var(--background) 76%,transparent 24%);border-bottom:1px solid var(--auth-border);backdrop-filter:blur(14px)}.AuthPageLayout_headerInner__mQnp_{max-width:960px;margin:0 auto;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.AuthPageLayout_brand__KNJ4q{display:flex;align-items:center;gap:.75rem;font-weight:600;font-size:1.05rem;color:var(--foreground);text-decoration:none}.AuthPageLayout_brandLogo__L_oS1{transition:filter .2s ease}.AuthPageLayout_headerLink__EocPo{font-size:.95rem;color:var(--auth-text-muted);text-decoration:none;font-weight:500;transition:color .2s ease}.AuthPageLayout_headerLink__EocPo:hover{color:var(--foreground)}.AuthPageLayout_content__nyynB{flex:1;display:flex;align-items:center;justify-content:center;padding:clamp(4rem,8vw,6.5rem) 1.5rem;position:relative;z-index:1}.AuthPageLayout_card__l1Okb{width:min(100%,520px);background:var(--auth-surface);border-radius:1.75rem;padding:clamp(2.15rem,4.6vw,3rem);box-shadow:var(--auth-shadow);border:1px solid var(--auth-border);display:flex;flex-direction:column;gap:1.85rem}.AuthPageLayout_cardHeader__TxsB9{display:grid;gap:1rem}.AuthPageLayout_cardTitle__P_iY2{font-size:clamp(1.9rem,3vw,2.2rem);font-weight:700;line-height:1.2;color:var(--foreground)}.AuthPageLayout_cardSubtitle__IS8dT{color:var(--auth-text-subtle);font-size:1.05rem;line-height:1.6}.AuthPageLayout_cardBody__NRlpG{display:grid;gap:1rem}.AuthPageLayout_cardFooter__53VUs{text-align:center;font-size:.95rem;color:var(--auth-text-subtle)}.AuthPageLayout_cardFooter__53VUs a{color:var(--auth-link);font-weight:600;text-decoration:none;text-underline-offset:.25rem;transition:color .2s ease}.AuthPageLayout_cardFooter__53VUs a:hover{color:var(--auth-link-hover);text-decoration:underline}.AuthPageLayout_cardFooter__53VUs strong{color:var(--foreground)}.AuthPageLayout_footer__ArXMy{margin-top:auto;padding:2.5rem 0 3rem;border-top:1px solid var(--auth-border);color:var(--auth-text-muted);font-size:.95rem}.AuthPageLayout_footerInner__sqfAy{max-width:960px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.AuthPageLayout_footerCopy__2GVCU{color:var(--auth-text-muted)}.AuthPageLayout_footerLinks__3ZCwv{display:flex;gap:1.25rem;flex-wrap:wrap;align-items:center;justify-content:flex-end}.AuthPageLayout_footerLinks__3ZCwv a{color:inherit;text-decoration:none;transition:color .2s ease}.AuthPageLayout_footerLinks__3ZCwv a:hover{color:var(--foreground)}@media (max-width:720px){.AuthPageLayout_headerInner__mQnp_{flex-direction:column;align-items:flex-start}.AuthPageLayout_headerLink__EocPo{display:none}.AuthPageLayout_card__l1Okb{padding:2rem}}@media (prefers-reduced-motion:reduce){.AuthPageLayout_card__l1Okb,.AuthPageLayout_header__CXjC7,.AuthPageLayout_page__0bfn_{transition:none}}