.auth-layout{justify-content:center;align-items:center;padding:2.4rem .8rem;display:flex}@media (max-width:767px){.auth-layout{align-items:flex-start;padding:3.2rem .8rem}}.auth-layout__container{width:100%;max-width:480px}@media (min-width:768px){.auth-layout__container{max-width:1040px}}.auth-container{background:#fff;border-radius:.5rem;width:100%;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}@media (min-width:768px){.auth-container{min-height:1100px;display:flex}}.auth-form-panel{padding:1.6rem}@media (min-width:768px){.auth-form-panel{z-index:2;background:#fff;justify-content:center;align-items:center;width:50%;min-height:100%;padding:2.4rem;transition:transform .6s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;left:0;transform:translate(100%)}.auth-container[data-mode=register] .auth-form-panel{z-index:1;transform:translate(0)}}@media (min-width:1025px){.auth-form-panel{padding:4.8rem}}.auth-form-panel__inner{width:100%;max-width:930px}.auth-form-panel__header{text-align:center;margin-bottom:3.2rem}.auth-form-panel__title{color:#1f2933;margin:0 0 .8rem;font-size:2.4rem;font-weight:700}.auth-form-panel__subtitle{color:#4b5563;margin:0;font-size:1.6rem}.auth-form-panel__mobile-cta{text-align:center;color:#4b5563;margin-top:3.2rem;font-size:1.4rem}@media (min-width:768px){.auth-form-panel__mobile-cta{display:none}}.auth-form-panel__mobile-cta p{margin:0}.auth-form-panel__link{color:#6b8f71;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600}.auth-form-panel__link:hover{text-decoration:underline}.auth-welcome-panel{display:none}@media (min-width:768px){.auth-welcome-panel{color:#fff;z-index:1;background:linear-gradient(135deg,#6b8f71 0%,#608166 100%);width:50%;min-height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;left:0;transform:translate(0)}.auth-container[data-mode=register] .auth-welcome-panel{z-index:3;transition:transform .6s cubic-bezier(.4,0,.2,1),z-index 0s linear .3s;transform:translate(100%)}}.auth-welcome-panel__inner{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:4.8rem;display:flex}.auth-welcome-panel__title{color:#fff;margin:0 0 2.4rem;font-size:2.4rem;font-weight:700}.auth-welcome-panel__text{opacity:.95;max-width:32ch;margin:0 0 4.8rem;font-size:1.6rem;line-height:1.6}.auth-welcome-panel__cta{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:.25rem;padding:1.6rem 4.8rem;font-size:1.6rem;font-weight:600;transition:all .3s}.auth-welcome-panel__cta:hover{color:#6b8f71;background:#fff}.auth-form{flex-direction:column;gap:2.4rem;display:flex}.auth-form__description{color:#4b5563;margin:0 0 1.6rem;font-size:1.4rem;line-height:1.5}.auth-form__field{flex-direction:column;gap:.8rem;display:flex}.auth-form__label{color:#1f2933;font-size:1.4rem;font-weight:500}.auth-form__input{color:#1f2933;background:#fff;border:1px solid #d6d0c4;border-radius:.25rem;padding:.8rem 2.4rem;font-size:1.6rem;transition:border-color .2s,box-shadow .2s}.auth-form__input:focus{border-color:#6b8f71;outline:none;box-shadow:0 0 0 3px #6b8f711a}.auth-form__input[aria-invalid=true]{border-color:#c24141}.auth-form__error{color:#c24141;margin-top:.4rem;font-size:1.4rem}.auth-form__helper{color:#4b5563;margin-top:.4rem;font-size:1.4rem;line-height:1.4}.auth-form__forgot{justify-content:flex-end;margin-top:-.8rem;display:flex}.auth-form__back{justify-content:center;margin-top:1.6rem;display:flex}.auth-form__link{color:#6b8f71;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.4rem;text-decoration:none}.auth-form__link:hover{text-decoration:underline}.auth-form__submit{color:#fff;cursor:pointer;background:#6b8f71;border:none;border-radius:.25rem;padding:1.6rem 3.2rem;font-size:1.6rem;font-weight:600;transition:background-color .2s,transform .1s}.auth-form__submit:hover:not(:disabled){background:#66886b}.auth-form__submit:active:not(:disabled){transform:scale(.98)}.auth-form__submit:disabled{opacity:.6;cursor:not-allowed}.auth-providers{margin-top:3.2rem}.auth-providers__divider{text-align:center;margin-bottom:2.4rem;position:relative}.auth-providers__divider:before,.auth-providers__divider:after{content:"";background:#d6d0c4;width:calc(50% - 30px);height:1px;position:absolute;top:50%}.auth-providers__divider:before{left:0}.auth-providers__divider:after{right:0}.auth-providers__divider span{color:#4b5563;z-index:1;background:#fff;padding:0 1.6rem;font-size:1.4rem;display:inline-block;position:relative}.auth-providers__list{grid-template-columns:repeat(2,1fr);gap:.8rem;padding-bottom:3.2rem;display:grid}@media (max-width:575px){.auth-providers__list{grid-template-columns:1fr;gap:1.6rem}}.auth-providers__button{color:#1f2933;cursor:pointer;background:#fff;border:1px solid #d6d0c4;border-radius:.25rem;flex-direction:column;justify-content:center;align-items:center;gap:.8rem;padding:1.6rem;font-size:1.4rem;font-weight:500;transition:background-color .2s,border-color .2s,transform .1s;display:flex}@media (max-width:575px){.auth-providers__button{flex-direction:row;gap:1.6rem;font-size:1.6rem}}.auth-providers__button:hover{background:#f7f7f5;border-color:#c1b8a6;transform:translateY(-1px)}.auth-providers__button:active{transform:translateY(0)}.auth-providers__button:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.auth-providers__button svg{flex-shrink:0}.auth-providers__button span{align-items:center;gap:.8rem;display:flex}.auth-simple-container{background:#fff;border-radius:.5rem;width:100%;max-width:480px;margin:0 auto;padding:4.8rem;box-shadow:0 4px 20px #00000014}@media (max-width:767px){.auth-simple-container{padding:3.2rem}}.auth-simple-container__header{text-align:center;margin-bottom:3.2rem}.auth-simple-container__title{color:#1f2933;margin:0 0 .8rem;font-size:2.4rem;font-weight:700}.auth-simple-container__subtitle{color:#4b5563;margin:0;font-size:1.6rem;line-height:1.5}.recaptcha-legal{color:#6b7280;margin-top:8px;font-size:12px;line-height:1.5}.recaptcha-legal a{color:inherit;text-decoration:underline}.recaptcha-legal a:hover{color:#6b8f71}.forgot-password__actions{flex-direction:column;gap:1.6rem;display:flex}.forgot-password__success{text-align:center;flex-direction:column;align-items:center;padding:4.8rem 0;display:flex}.forgot-password__success-icon{background:#6b8f711a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:3.2rem;display:flex}.forgot-password__success-icon svg{color:#6b8f71}.forgot-password__success-title{color:#1f2933;margin:0 0 2.4rem;font-size:2rem;font-weight:700}.forgot-password__success-text{color:#4b5563;max-width:400px;margin:0 0 4.8rem;font-size:1.6rem;line-height:1.6}.complete-oauth{background:#f7f7f5;justify-content:center;align-items:center;display:flex}.complete-oauth__card{background:#fff;border-radius:.5rem;width:100%;max-width:640px;padding:3.2rem 4.8rem;animation:.3s ease-out slide-up;box-shadow:0 1px 3px #0000000d,0 10px 40px #00000014}@media (max-width:575px){.complete-oauth__card{max-width:100%;padding:2.4rem 3.2rem}}.complete-oauth__loading{flex-direction:column;align-items:center;gap:1.6rem;padding:3.2rem 0;display:flex}.complete-oauth__loading p{color:#4b5563;margin:0;font-size:1.4rem}.complete-oauth__header{text-align:center;margin-bottom:3.2rem}.complete-oauth__icon{background:linear-gradient(135deg,#6b8f711a,#6b8f710d);border-radius:.375rem;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 2.4rem;display:flex}.complete-oauth__icon svg{color:#6b8f71;width:24px;height:24px}.complete-oauth__title{color:#1f2933;margin:0 0 .8rem;font-size:2rem;font-weight:700}.complete-oauth__subtitle{color:#4b5563;margin:0;font-size:1.4rem;line-height:1.5}.complete-oauth__form{flex-direction:column;gap:2.4rem;display:flex}.complete-oauth__info{background:#6b8f710a;border-left:3px solid #6b8f71;border-radius:.25rem;gap:1.6rem;padding:1.6rem 2.4rem;display:flex}.complete-oauth__info svg{color:#6b8f71;flex-shrink:0;width:18px;height:18px;margin-top:1px}.complete-oauth__info p{color:#4b5563;margin:0;font-size:1.2rem;line-height:1.4}.complete-oauth__submit{color:#fff;cursor:pointer;background:#6b8f71;border:none;border-radius:.25rem;justify-content:center;align-items:center;gap:1.6rem;width:100%;padding:1.6rem 3.2rem;font-size:1.6rem;font-weight:600;transition:background-color .2s,transform .1s,box-shadow .2s;display:flex}.complete-oauth__submit:hover:not(:disabled){background:#66886b;transform:translateY(-1px);box-shadow:0 4px 12px #6b8f714d}.complete-oauth__submit:active:not(:disabled){transform:translateY(0)}.complete-oauth__submit:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.complete-oauth__submit svg{flex-shrink:0;width:18px;height:18px}.complete-oauth__submit span{align-items:center;gap:.8rem;display:flex}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
