.auth_authPage___ZgAA{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.auth_authForm__vVZcc{padding:var(--space-3xl);max-width:480px;margin:0 auto;width:100%}.auth_authBrand__X8XdU,.auth_authForm__vVZcc{display:flex;flex-direction:column;justify-content:center}.auth_authBrand__X8XdU{position:relative;align-items:center;background:linear-gradient(135deg,var(--color-primary) 0,var(--color-bg) 100%);border-left:1px solid var(--color-border);overflow:clip}.auth_authBrandGlow__yHUvO{position:absolute;width:500px;height:500px;background:radial-gradient(ellipse,rgba(212,168,83,.15) 0,transparent 70%);pointer-events:none}.auth_authBrandContent__u8pUG{position:relative;z-index:1;text-align:center;padding:var(--space-2xl)}.auth_authBrandLogo__zKbKY{font-size:3rem;color:var(--color-accent);margin-bottom:var(--space-lg)}.auth_authBrandTitle__PrCdc{font-size:2rem;font-weight:800;letter-spacing:-.02em;margin-bottom:var(--space-md);line-height:1.2}.auth_authBrandAccent__DFqlF{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth_authBrandSubtitle__fp6GH{color:var(--color-text-secondary);font-size:1rem;line-height:1.6;max-width:340px}.auth_authLogo__cdWCP{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-3xl);text-decoration:none}.auth_authLogoIcon__dlFS_{font-size:1.5rem;color:var(--color-accent)}.auth_authLogoText__2CAsF{font-size:1.3rem;font-weight:700;color:var(--color-text-primary)}.auth_authTitle__jBCZR{font-size:1.6rem;font-weight:700;margin-bottom:.4rem;letter-spacing:-.01em}.auth_authSubtitle__crLqb{color:var(--color-text-secondary);margin-bottom:var(--space-2xl);font-size:.95rem}.auth_authFields__oKNY_{display:flex;flex-direction:column;gap:var(--space-lg);margin-bottom:var(--space-xl)}.auth_authRow__g6JGJ{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-md);gap:var(--space-md)}.auth_authError__0Z059{padding:.7rem 1rem;background:rgba(166,61,47,.1);border:1px solid rgba(166,61,47,.25);border-radius:var(--radius-sm);color:#c45540;font-size:.85rem;margin-bottom:var(--space-lg)}.auth_authFooter__vF9yA{margin-top:var(--space-xl);text-align:center;font-size:.88rem;color:var(--color-text-muted)}.auth_authFooter__vF9yA a{color:var(--color-accent-light);font-weight:600}.auth_authTerms__Y9Kpo{display:flex;align-items:flex-start;gap:var(--space-sm);font-size:.85rem;color:var(--color-text-secondary)}.auth_authTerms__Y9Kpo input[type=checkbox]{margin-top:3px;accent-color:var(--color-accent)}@media (max-width:900px){.auth_authPage___ZgAA{grid-template-columns:1fr}.auth_authBrand__X8XdU{display:none}.auth_authForm__vVZcc{padding:var(--space-2xl) var(--space-lg)}}.auth_authBrandGlow__yHUvO{animation:auth_auth-glow-pulse__hGp47 6s ease-in-out infinite alternate}@keyframes auth_auth-glow-pulse__hGp47{0%{transform:scale(1) translate(0);opacity:.6}50%{transform:scale(1.1) translate(20px,-10px);opacity:.8}to{transform:scale(.95) translate(-10px,15px);opacity:.5}}.auth_authBrandLogo__zKbKY{animation:auth_auth-logo-float__JhGFo 4s ease-in-out infinite alternate}@keyframes auth_auth-logo-float__JhGFo{0%{transform:translateY(0)}to{transform:translateY(-8px)}}.auth_authForm__vVZcc{animation:auth_page-fade-in__BaomM .4s ease-out both}@keyframes auth_page-fade-in__BaomM{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.auth_passwordWrapper__FRV0U{position:relative}.auth_passwordToggle__sTdHv{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--color-text-muted);cursor:pointer;padding:.3rem;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);transition:color var(--transition-fast),background var(--transition-fast)}.auth_passwordToggle__sTdHv:hover{color:var(--color-text-primary);background:hsla(0,0%,100%,.05)}