@keyframes auth-fade-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes auth-slide-right{0%{opacity:0;transform:translateX(24px)}to{opacity:1;transform:translateX(0)}}@keyframes auth-testimonial{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.auth-animate-element{animation:auth-fade-in .6s ease both}.auth-animate-slide-right{animation:auth-slide-right .8s ease both}.auth-animate-testimonial{animation:auth-testimonial .7s ease both}.auth-animate-delay-100{animation-delay:.1s}.auth-animate-delay-200{animation-delay:.2s}.auth-animate-delay-300{animation-delay:.3s}.auth-animate-delay-400{animation-delay:.4s}.auth-animate-delay-500{animation-delay:.5s}.auth-animate-delay-600{animation-delay:.6s}.auth-animate-delay-700{animation-delay:.7s}.auth-animate-delay-800{animation-delay:.8s}.auth-animate-delay-900{animation-delay:.9s}.auth-animate-delay-1100{animation-delay:1.1s}.auth-animate-delay-1000{animation-delay:1s}.auth-animate-delay-1200{animation-delay:1.2s}.auth-animate-delay-1400{animation-delay:1.4s}.auth-glass-input{border-radius:1rem;border:1px solid #e2e8e6;background:rgba(10,61,53,.04);backdrop-filter:blur(4px);transition:border-color .2s ease,background-color .2s ease}.auth-glass-input:focus-within{border-color:rgba(15,106,90,.55);background:rgba(15,106,90,.08)}.auth-custom-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1rem;height:1rem;border-radius:.25rem;border:1.5px solid #e2e8e6;background:#fff;cursor:pointer;position:relative}.auth-custom-checkbox:checked{border-color:#0f6a5a;background:#0f6a5a}.auth-custom-checkbox:checked:after{content:"";position:absolute;left:.2rem;top:.05rem;width:.25rem;height:.45rem;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.auth-hero-panel__surface{background:linear-gradient(145deg,#0a3d35,#0f6a5a 42%,#6da693)}.auth-hero-panel__glow{position:absolute;border-radius:9999px;filter:blur(60px);opacity:.35}.auth-hero-panel__glow--mint{top:10%;right:-8%;width:18rem;height:18rem;background:#b0dccf}.auth-hero-panel__glow--ivory{bottom:8%;left:-6%;width:16rem;height:16rem;background:#f3f6ee}.auth-testimonial-card{border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.82);backdrop-filter:blur(16px)}.auth-hero-feature{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.12);backdrop-filter:blur(12px)}.auth-hero-shot{border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.92);box-shadow:0 24px 64px rgba(10,61,53,.22)}.auth-hero-shot--back{transform:rotate(-7deg) translateX(-12%)}.auth-hero-shot--front{transform:rotate(4deg) translateX(8%)}