.login-page{background:hsl(var(--background));min-height:100dvh;display:flex;position:relative}.login-panel-left{z-index:1;flex:1;justify-content:center;align-items:center;padding:48px 32px;display:flex;position:relative}.login-panel-right{background:hsl(var(--foreground));z-index:1;flex:1;justify-content:center;align-items:center;padding:56px;display:none;position:relative;overflow:hidden}@media (min-width:1040px){.login-panel-right{display:flex}}.login-panel-right:before{content:"";pointer-events:none;background-image:radial-gradient(hsl(var(--background) / .08) .6px, transparent .6px);opacity:.55;background-size:5px 5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 35%,#0000 78%);mask-image:linear-gradient(#000 35%,#0000 78%)}.login-form-wrap{width:100%;max-width:420px;animation:.6s cubic-bezier(.16,1,.3,1) both loginFadeIn}@keyframes loginFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.login-brand{color:hsl(var(--foreground));align-items:center;gap:10px;margin-bottom:40px;text-decoration:none;display:inline-flex}.login-brand svg{flex-shrink:0;width:28px;height:28px}.login-brand-name{font-family:var(--font-display), serif;letter-spacing:-.01em;font-size:1.25rem;font-weight:700}.login-title{font-family:var(--font-display), serif;letter-spacing:-.02em;color:hsl(var(--foreground));margin-bottom:12px;font-size:2.25rem;font-weight:600;line-height:1.1;animation:.6s cubic-bezier(.16,1,.3,1) 50ms both loginFadeIn}.login-subtitle{color:hsl(var(--muted-foreground));max-width:38ch;margin-bottom:32px;font-size:.9375rem;line-height:1.6;animation:.6s cubic-bezier(.16,1,.3,1) .1s both loginFadeIn}.login-stack{flex-direction:column;gap:16px;animation:.6s cubic-bezier(.16,1,.3,1) .15s both loginFadeIn;display:flex}.login-divider{align-items:center;gap:14px;margin:4px 0;display:flex}.login-divider:before,.login-divider:after{content:"";background:hsl(var(--border));flex:1;height:1px}.login-divider span{color:hsl(var(--muted-foreground));white-space:nowrap;font-size:.8125rem}.login-form-alert{color:hsl(var(--destructive));background:hsl(var(--destructive) / .08);border:1px solid hsl(var(--destructive) / .2);border-radius:.5rem;padding:10px 12px;font-size:.8125rem}.login-footer-link{text-align:center;color:hsl(var(--muted-foreground));margin-top:24px;font-size:.875rem}.login-footer-link a{color:hsl(var(--primary));font-weight:600;text-decoration:none}.login-footer-link a:hover{text-decoration:underline}.login-debug-wrap{border-top:1px dashed hsl(var(--border));justify-content:center;margin-top:24px;padding-top:16px;display:flex}.login-sent-wrap{text-align:center;animation:.5s cubic-bezier(.16,1,.3,1) both loginFadeIn}.login-sent-check{background:hsl(var(--accent) / .15);width:56px;height:56px;color:hsl(var(--accent));border-radius:9999px;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.login-sent-check svg{width:26px;height:26px}.login-sent-title{font-family:var(--font-display), serif;letter-spacing:-.01em;color:hsl(var(--foreground));margin-bottom:12px;font-size:1.625rem;font-weight:600}.login-sent-text{color:hsl(var(--muted-foreground));margin-bottom:6px;font-size:.9375rem;line-height:1.6}.login-sent-text strong{color:hsl(var(--foreground));font-weight:600}.login-sent-sub{color:hsl(var(--muted-foreground));font-size:.8125rem}.login-sent-action{justify-content:center;margin-top:24px;display:flex}.login-right-stage{z-index:2;width:100%;max-width:420px;position:relative}.login-right-headline{font-family:var(--font-display), serif;color:hsl(var(--background));letter-spacing:-.01em;max-width:34ch;margin-bottom:24px;font-size:1.5rem;font-weight:600;line-height:1.35;animation:.6s cubic-bezier(.16,1,.3,1) .2s both loginFadeIn}.login-right-headline em{color:hsl(var(--primary));font-style:italic;font-weight:500}.login-testimonial-card{background:hsl(var(--background) / .05);border:1px solid hsl(var(--background) / .1);border-radius:.5rem;margin:0;padding:24px;animation:.6s cubic-bezier(.16,1,.3,1) .3s both loginFadeIn}.login-testimonial-text{font-family:var(--font-display), serif;color:hsl(var(--background) / .88);margin:0 0 18px;font-size:1.0625rem;font-style:italic;line-height:1.6}.login-testimonial-author{align-items:center;gap:12px;display:flex}.login-testimonial-avatar{background:hsl(var(--primary));width:36px;height:36px;color:hsl(var(--primary-foreground));font-size:.875rem;font-weight:700;font-family:var(--font-display), serif;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.login-testimonial-name{color:hsl(var(--background) / .92);font-size:.875rem;font-weight:600}.login-testimonial-role{color:hsl(var(--background) / .6);font-size:.75rem}.login-right-stats{margin-top:24px;animation:.6s cubic-bezier(.16,1,.3,1) .45s both loginFadeIn}.login-right-stats-badge{background:hsl(var(--background) / .1);color:hsl(var(--background) / .88);border-radius:9999px;align-items:center;padding:.35rem .85rem;font-size:.8rem;font-weight:500;display:inline-flex}@media (max-width:520px){.login-panel-left{padding:32px 20px}.login-title{font-size:1.875rem}}@media (prefers-reduced-motion:reduce){.login-form-wrap,.login-title,.login-subtitle,.login-stack,.login-right-headline,.login-testimonial-card,.login-right-stats,.login-sent-wrap{animation:none}}
