.login-background-base{width:100%;position:absolute;z-index:-1}.login-card-border,.login-card-hard-blur,.login-card-soft-blur,.login-card-vertical-hard-blur,.login-card-yellow-highlight{position:relative}.login-card-border:before{content:"";z-index:-1;position:absolute;inset:0;border-radius:16px 16px 0 0;padding:1px 1px 0;background:linear-gradient(180deg,rgba(var(--brand-rgb),.25) 0,rgba(var(--brand-rgb),.06) 49.5%,rgba(65,75,78,0) 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.login-card-hard-blur:before{content:"";width:88px;height:4px;position:absolute;left:50%;margin-left:-44px;top:-2px;background:rgba(var(--brand-rgb),.8);opacity:.5;filter:blur(12px)}.login-card-vertical-hard-blur:before{content:"";width:128px;height:280px;position:absolute;left:50%;margin-left:-64px;top:-140px;border-radius:280px;opacity:.07;background:rgba(var(--brand-rgb),1);filter:blur(48px)}.login-card-small-soft-blur:before{width:250px}.login-card-medium-soft-blur:before{width:384px}.login-card-soft-blur:before{content:"";height:37px;position:absolute;left:52px;top:-19px;border-radius:384px;opacity:.15;background:rgba(var(--brand-rgb),1);filter:blur(32px)}.login-card-small-yellow-highlight:before{width:250px;margin-left:-125px}.login-card-medium-yellow-highlight:before{width:384px;margin-left:-192px}.login-card-yellow-highlight:before{content:"";height:1px;left:50%;position:absolute;background:linear-gradient(90deg,rgba(255,255,255,0) 15%,rgba(var(--brand-rgb),.7) 50%,rgba(255,255,255,0) 85%)}.auth-glass-input{border-radius:16px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);transition:border-color .2s ease,background-color .2s ease}.auth-glass-input:focus-within{border-color:rgba(var(--brand-rgb),.7);background:rgba(var(--brand-rgb),.08)}.auth-checkbox{appearance:none;-webkit-appearance:none;width:18px;height:18px;flex:0 0 auto;border-radius:6px;border:1px solid var(--border);background:rgba(255,255,255,.04);cursor:pointer;position:relative;transition:border-color .2s ease,background-color .2s ease}.auth-checkbox:checked{background:rgba(var(--brand-rgb),1);border-color:rgba(var(--brand-rgb),1)}.auth-checkbox:checked:after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}@keyframes auth-element-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes auth-slide-right{0%{opacity:0;transform:translateX(28px)}to{opacity:1;transform:translateX(0)}}@keyframes auth-testimonial-in{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.animate-element{opacity:0;animation:auth-element-in .7s cubic-bezier(.16,1,.3,1) forwards}.animate-slide-right{opacity:0;animation:auth-slide-right .9s cubic-bezier(.16,1,.3,1) forwards}.animate-testimonial{opacity:0;animation:auth-testimonial-in .8s cubic-bezier(.16,1,.3,1) forwards}.animate-delay-100{animation-delay:.1s}.animate-delay-200{animation-delay:.2s}.animate-delay-300{animation-delay:.3s}.animate-delay-400{animation-delay:.4s}.animate-delay-500{animation-delay:.5s}.animate-delay-600{animation-delay:.6s}.animate-delay-700{animation-delay:.7s}.animate-delay-800{animation-delay:.8s}.animate-delay-900{animation-delay:.9s}.animate-delay-1000{animation-delay:1s}.animate-delay-1200{animation-delay:1.2s}.animate-delay-1400{animation-delay:1.4s}@media (prefers-reduced-motion:reduce){.animate-element,.animate-slide-right,.animate-testimonial{animation:none;opacity:1}}