@keyframes Auth-module__VYh-GG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Auth-module__VYh-GG__fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes Auth-module__VYh-GG__fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes Auth-module__VYh-GG__fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes Auth-module__VYh-GG__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes Auth-module__VYh-GG__pulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes Auth-module__VYh-GG__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.Auth-module__VYh-GG__authPage{background-color:var(--background);min-height:100vh;font-family:var(--font-satoshi-regular);justify-content:center;align-items:center;animation:.6s ease-out Auth-module__VYh-GG__fadeInUp;display:flex}.Auth-module__VYh-GG__container{background-color:#fff;width:100%;min-height:100vh;animation:.5s ease-out Auth-module__VYh-GG__scaleIn;display:flex;overflow:hidden}.Auth-module__VYh-GG__leftSection{background-color:var(--powder-blue);flex-direction:column;flex:1;justify-content:space-between;min-height:100vh;padding:3rem 4rem;animation:.8s ease-out Auth-module__VYh-GG__fadeInLeft;display:flex}.Auth-module__VYh-GG__logoContainer{margin-bottom:2rem;animation:.6s ease-out .2s both Auth-module__VYh-GG__fadeInDown}.Auth-module__VYh-GG__logoImage{width:120px;height:auto;transition:transform .3s}.Auth-module__VYh-GG__logoImage:hover{transform:scale(1.05)}.Auth-module__VYh-GG__leftContent{flex-direction:column;flex:1;justify-content:center;gap:1rem;display:flex}.Auth-module__VYh-GG__membersOnly{font-family:var(--font-satoshi-medium);color:var(--midnight-navy);text-transform:uppercase;letter-spacing:1px;font-size:12px;animation:.6s ease-out .4s both Auth-module__VYh-GG__fadeInDown}.Auth-module__VYh-GG__leftTitle{font-family:var(--font-made-light);color:var(--midnight-navy);margin:0;font-size:30px;line-height:1.2;animation:.8s ease-out .6s both Auth-module__VYh-GG__fadeInUp}.Auth-module__VYh-GG__leftFooter{margin-top:2rem;animation:.6s ease-out .8s both Auth-module__VYh-GG__fadeInUp}.Auth-module__VYh-GG__leftFooterText{font-family:var(--font-satoshi-regular);color:var(--midnight-navy);opacity:.8;max-width:80%;font-size:12px;line-height:1.5}.Auth-module__VYh-GG__rightSection{background-color:#fff;flex:1;justify-content:center;align-items:center;min-height:100vh;padding:2rem;animation:.8s ease-out Auth-module__VYh-GG__fadeInRight;display:flex}.Auth-module__VYh-GG__formContainer{width:100%;max-width:400px;animation:.6s ease-out .3s both Auth-module__VYh-GG__fadeInUp}.Auth-module__VYh-GG__formTitle{font-family:var(--font-made-light);color:var(--midnight-navy);margin:0 0 .5rem;font-size:28px;animation:.6s ease-out .2s both Auth-module__VYh-GG__fadeInDown}.Auth-module__VYh-GG__formSubtitle{font-family:var(--font-satoshi-regular);color:var(--foreground-secondary,#4a5568);margin:0 0 1.5rem;font-size:14px;animation:.6s ease-out .4s both Auth-module__VYh-GG__fadeInUp}.Auth-module__VYh-GG__form{flex-direction:column;gap:1rem;display:flex}.Auth-module__VYh-GG__formGroup{flex-direction:column;gap:.25rem;animation:.5s ease-out both Auth-module__VYh-GG__fadeInUp;display:flex}.Auth-module__VYh-GG__formGroup:first-child{animation-delay:.2s}.Auth-module__VYh-GG__formGroup:nth-child(2){animation-delay:.3s}.Auth-module__VYh-GG__formGroup:nth-child(3){animation-delay:.4s}.Auth-module__VYh-GG__formGroup:nth-child(4){animation-delay:.5s}.Auth-module__VYh-GG__formGroup:nth-child(5){animation-delay:.6s}.Auth-module__VYh-GG__formGroup:nth-child(6){animation-delay:.7s}.Auth-module__VYh-GG__label{font-family:var(--font-satoshi-medium);color:var(--midnight-navy);font-size:12px;font-weight:500}.Auth-module__VYh-GG__input{font-family:var(--font-satoshi-regular);background-color:var(--background);color:var(--midnight-navy);border:1px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem;font-size:14px;transition:all .3s}.Auth-module__VYh-GG__input:focus{border-color:var(--cornflower-blue);outline:none;transform:translateY(-1px);box-shadow:0 0 0 3px #646cff1a}.Auth-module__VYh-GG__input::placeholder{color:#a0aec0}.Auth-module__VYh-GG__submitButton{background-color:var(--midnight-navy);color:#fff;font-family:var(--font-satoshi-medium);cursor:pointer;border:none;border-radius:8px;margin-top:.5rem;padding:.75rem;font-size:14px;transition:all .3s;animation:.5s ease-out .8s both Auth-module__VYh-GG__fadeInUp;position:relative;overflow:hidden}.Auth-module__VYh-GG__submitButton:before{content:"";background:#ffffff26;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Auth-module__VYh-GG__submitButton:hover:not(:disabled):before{width:300px;height:300px}.Auth-module__VYh-GG__submitButton:hover:not(:disabled){background-color:var(--cornflower-blue);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.Auth-module__VYh-GG__submitButton:disabled{opacity:.6;cursor:not-allowed}.Auth-module__VYh-GG__userTypeSelector{gap:.5rem;margin-bottom:1rem;animation:.5s ease-out .1s both Auth-module__VYh-GG__fadeInUp;display:flex}.Auth-module__VYh-GG__userTypePill{font-family:var(--font-satoshi-medium);color:var(--foreground-secondary);cursor:pointer;text-align:center;background:0 0;border:1px solid #e2e8f0;border-radius:100px;flex:1;padding:.5rem .75rem;font-size:12px;transition:all .3s}.Auth-module__VYh-GG__userTypePill:hover{border-color:var(--cornflower-blue);color:var(--cornflower-blue);transform:translateY(-2px)}.Auth-module__VYh-GG__userTypePillActive{background-color:var(--cornflower-blue);border-color:var(--cornflower-blue);color:#fff;animation:.3s Auth-module__VYh-GG__pulse}.Auth-module__VYh-GG__userTypePillActive:hover{background-color:var(--midnight-navy);border-color:var(--midnight-navy);color:#fff}.Auth-module__VYh-GG__formFooter{color:var(--foreground-secondary);justify-content:center;gap:.25rem;margin-top:1rem;font-size:14px;animation:.5s ease-out .9s both Auth-module__VYh-GG__fadeInUp;display:flex}.Auth-module__VYh-GG__footerText{font-family:var(--font-satoshi-regular)}.Auth-module__VYh-GG__switchLink{color:var(--cornflower-blue);font-family:var(--font-satoshi-medium);cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;transition:all .3s;position:relative}.Auth-module__VYh-GG__switchLink:after{content:"";background-color:var(--cornflower-blue);width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.Auth-module__VYh-GG__switchLink:hover{color:var(--midnight-navy)}.Auth-module__VYh-GG__switchLink:hover:after{width:100%}.Auth-module__VYh-GG__errorMessage{color:#c53030;background-color:#fed7d7;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:14px;animation:.4s ease-out Auth-module__VYh-GG__fadeInUp}.Auth-module__VYh-GG__successMessage{color:#276749;background-color:#c6f6d5;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:14px;animation:.4s ease-out Auth-module__VYh-GG__fadeInUp}@media (max-width:1024px){.Auth-module__VYh-GG__container{flex-direction:column;min-height:100vh}.Auth-module__VYh-GG__leftSection{min-height:auto;padding:2.5rem 3rem;animation:.6s ease-out Auth-module__VYh-GG__fadeInUp}.Auth-module__VYh-GG__leftContent{padding:2rem 0}.Auth-module__VYh-GG__leftFooterText{max-width:100%}.Auth-module__VYh-GG__rightSection{min-height:auto;padding:2.5rem 3rem;animation:.6s ease-out Auth-module__VYh-GG__fadeInUp}}@media (max-width:768px){.Auth-module__VYh-GG__leftTitle{font-size:28px}.Auth-module__VYh-GG__formContainer{max-width:100%}.Auth-module__VYh-GG__userTypeSelector{flex-wrap:wrap}.Auth-module__VYh-GG__userTypePill{flex:1;min-width:80px}}@media (max-width:480px){.Auth-module__VYh-GG__leftSection{display:none}.Auth-module__VYh-GG__rightSection{width:100%;min-height:100vh;padding:1.5rem;animation:.5s ease-out Auth-module__VYh-GG__fadeInUp}.Auth-module__VYh-GG__formContainer{max-width:100%}.Auth-module__VYh-GG__formTitle{font-size:24px}.Auth-module__VYh-GG__userTypePill{padding:.5rem .75rem;font-size:11px}.Auth-module__VYh-GG__submitButton{padding:.75rem;font-size:14px}}@media (max-width:360px){.Auth-module__VYh-GG__rightSection{padding:1rem}.Auth-module__VYh-GG__formTitle{font-size:20px}.Auth-module__VYh-GG__userTypePill{padding:.4rem .6rem;font-size:10px}.Auth-module__VYh-GG__input{padding:.6rem .75rem;font-size:13px}}.Auth-module__VYh-GG__formOptions{justify-content:flex-end;margin:-.5rem 0 0;display:flex}.Auth-module__VYh-GG__forgotPasswordLink{color:#6b7280;font-family:var(--font-satoshi-regular);cursor:pointer;background:0 0;border:none;border-bottom:1.5px solid #0000;padding:.25rem 0;font-size:13px;transition:all .2s}.Auth-module__VYh-GG__forgotPasswordLink:hover{color:#4a7dd6;border-bottom-color:#4a7dd6}
