.auth-brand-panel{background:var(--amanda-gradient-dark-surface-glow), var(--amanda-color-surface-sidebar);width:100%;height:100%;position:relative;overflow:hidden}.auth-brand-panel:before{content:"";aspect-ratio:1;filter:blur(40px);pointer-events:none;background:radial-gradient(circle,#f2994a47 0%,#f2994a00 70%);border-radius:50%;width:70%;position:absolute;inset:auto -20% -30% auto}.auth-brand-panel:after{content:"";pointer-events:none;background-image:radial-gradient(#ffffff14 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 60% at 50% 40%,#000 40%,#0000 100%);mask-image:radial-gradient(80% 60% at 50% 40%,#000 40%,#0000 100%)}.auth-brand-panel__content{height:100%;padding:var(--amanda-space-8);padding-bottom:var(--amanda-space-10);position:relative}.auth-brand-panel__logo{width:auto;height:28px;color:var(--amanda-text-dark-primary);animation:auth-brand-reveal var(--auth-reveal-duration) var(--auth-reveal-easing) both}.auth-brand-panel__copy{max-width:420px;animation:auth-brand-reveal var(--auth-reveal-duration) var(--auth-reveal-easing) .1s both;margin-top:auto}.auth-brand-panel__headline.cpt-typography[data-size="7"]{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.01em;font-size:42px;font-style:italic;line-height:1.15}.auth-brand-panel__tagline{max-width:340px}@media (prefers-reduced-motion:reduce){.auth-brand-panel__logo,.auth-brand-panel__copy{animation:none}}@media (max-width:960px){.auth-brand-panel{height:auto;padding-bottom:var(--amanda-space-4)}.auth-brand-panel:before{inset:auto -30% -60% auto}.auth-brand-panel__content{height:auto;padding:var(--amanda-space-4) var(--amanda-space-5)}.auth-brand-panel__copy{max-width:none;margin-top:var(--amanda-space-6)}.auth-brand-panel__headline.cpt-typography[data-size="7"]{font-size:30px}}@media (max-width:640px){.auth-brand-panel__tagline{display:none}.auth-brand-panel{padding-bottom:var(--amanda-space-2)}.auth-brand-panel__content{padding:var(--amanda-space-2) var(--amanda-space-3)}.auth-brand-panel__copy{margin-top:var(--amanda-space-2)}}
.auth-shell{--auth-reveal-duration:.6s;--auth-reveal-easing:cubic-bezier(.16, 1, .3, 1);height:100vh;overflow:hidden}.auth-shell__brand{flex:0 0 44%;max-width:560px}.auth-shell__content{height:100%;padding:var(--amanda-space-6);flex:1;overflow-y:auto}.auth-form-panel{width:100%;max-width:360px;animation:auth-brand-reveal var(--auth-reveal-duration) var(--auth-reveal-easing) .15s both}@keyframes auth-brand-reveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.auth-form-panel{animation:none}}@media (max-width:960px){.auth-shell{flex-direction:column;height:auto;min-height:100vh;overflow-y:auto}.auth-shell__brand{flex:none;max-width:none}.auth-shell__content{height:auto;padding:var(--amanda-space-5);flex:1}}
