.input-label{font-weight:400;font-style:Regular;font-size:12px;line-height:26px;letter-spacing:0}.input-error{margin-top:-6px;font-weight:400;font-style:Regular;font-size:12px;line-height:22px;letter-spacing:0}.ui-checkbox-wrapper{display:flex;flex-direction:column;gap:8px;justify-content:center;max-width:calc(100dvw - 72px)}.ui-checkbox-wrapper--compact{gap:4px}.ui-checkbox-item{display:flex;gap:16px;align-items:center;align-items:flex-start;cursor:pointer;padding:8px 0;transition:all .3s ease}.ui-checkbox-item:hover:not(.disabled) .ui-checkbox-mark{border-color:#00a88e}.ui-checkbox-item.disabled{opacity:.6;cursor:not-allowed}.ui-checkbox-item.error .ui-checkbox-mark{border-color:#ef4444}.ui-checkbox-item.error .ui-checkbox-label{color:#ef4444}.ui-checkbox{position:relative;width:20px;height:20px;flex-shrink:0}.ui-checkbox input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;width:100%;height:100%;margin:0}.ui-checkbox input[type=checkbox]:disabled{cursor:not-allowed}.ui-checkbox-mark{position:absolute;top:0;left:0;width:20px;height:20px;border:2px solid #dfe4e3;border-radius:100px;background:#fff;transition:all .3s ease}.ui-checkbox-item.active .ui-checkbox-mark{border-color:#00a88e;background:#00a88e}.ui-checkbox-item.active .ui-checkbox-mark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.ui-checkbox-item.disabled .ui-checkbox-mark{border-color:rgba(223,228,227,.5);background:hsla(0,0%,100%,.5)}.ui-checkbox-item.disabled .ui-checkbox-mark.active{background:rgba(0,168,142,.5)}.ui-checkbox-label{color:#050000;cursor:pointer;line-height:1.5;display:flex;flex-wrap:wrap;align-items:baseline;gap:4px}.ui-checkbox-item.disabled .ui-checkbox-label{color:rgba(5,0,0,.5);cursor:not-allowed}.ui-checkbox__error{font-weight:400;font-style:Regular;font-size:12px;line-height:16px;letter-spacing:0;color:#ef4444;margin-top:4px;display:block;animation:slideInError .3s ease-out}@keyframes slideInError{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}:root{--background:#ffffff;--text:#333333;--input-bg:#f5f5f5}.auth-container{overflow-y:auto;width:95vw;max-width:500px;max-height:95vh;margin:auto;background-color:var(--background);position:relative;animation:fadeInModal .3s ease}@media(max-width:768px){.auth-container{box-shadow:none;animation:none;overflow-y:auto;-webkit-overflow-scrolling:touch}}.auth-container .close-button{position:absolute;top:20px;right:20px;cursor:pointer;border:none;background:none;border-radius:100%;padding:8px;transition:all .2s ease;z-index:1001;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.auth-container .close-button:hover{transform:scale(1.1);background-color:rgba(0,0,0,.05)}@media(max-width:768px){.auth-container .close-button{top:16px;right:16px;width:40px;height:40px;padding:12px}}.auth-container h2{font-weight:600;font-size:20px;line-height:38px;color:#333;margin-bottom:16px;margin-top:5px}@media(max-width:768px){.auth-container h2{font-size:20px;line-height:30px;margin-bottom:8px}}.auth-container .auth-subtitle{color:#949796;font-weight:400;font-size:16px;line-height:24px}@media(max-width:768px){.auth-container .auth-subtitle{font-size:14px;line-height:20px}}.auth-container .auth-subtitle-secondary{color:#949796;font-weight:400;font-size:16px;line-height:24px}@media(max-width:768px){.auth-container .auth-subtitle-secondary{font-size:14px;line-height:20px}}.auth-container p{color:#949796;font-weight:400;font-size:16px;line-height:24px}@media(max-width:768px){.auth-container p{font-size:14px;line-height:20px}}.auth-container p.error{color:#ef5350;font-weight:500;background-color:rgba(239,83,80,.1);padding:12px 16px;border-radius:12px;margin:16px 0;animation:fadeIn .3s ease}@media(max-width:768px){.auth-container p.error{padding:10px 12px;border-radius:8px;margin:12px 0}}.auth-container .user-type-toggle{display:flex;border:1px solid #e0e0e0;border-radius:16px;padding:6px;margin-bottom:32px;margin-top:24px;width:100%}@media(max-width:768px){.auth-container .user-type-toggle{margin-bottom:20px;margin-top:16px;border-radius:12px;padding:4px}}.auth-container .user-type-toggle .toggle-button{flex:1 1;padding:12px 16px;border:none;border-radius:12px;background:rgba(0,0,0,0);color:#949796;font-weight:500;font-size:16px;cursor:pointer;transition:all .2s ease}.auth-container .user-type-toggle .toggle-button.active{background-color:#02967b;color:#fff;font-weight:600}.auth-container .user-type-toggle .toggle-button:hover:not(.active){background-color:rgba(2,150,123,.1);color:#02967b}@media(max-width:768px){.auth-container .user-type-toggle .toggle-button{font-size:14px;padding:10px 12px;border-radius:8px}}.auth-container .form-group{margin-bottom:24px;margin-top:24px}@media(max-width:768px){.auth-container .form-group{margin-bottom:16px;margin-top:16px}}.auth-container .form-group .form-label{font-weight:500;font-size:16px;line-height:24px;color:#333;display:block;margin-bottom:8px}@media(max-width:768px){.auth-container .form-group .form-label{font-size:14px;line-height:20px;margin-bottom:6px}}.auth-container .form-group input{width:100%;padding:16px 20px;border:1px solid #e0e0e0;border-radius:16px;font-size:16px;color:#333;background-color:#fff;transition:all .2s ease;box-sizing:border-box}@media(max-width:768px){.auth-container .form-group input{padding:14px 16px;font-size:16px;border-radius:12px;min-height:48px}}.auth-container .form-group input::placeholder{color:#c4c4c4;font-weight:400}.auth-container .form-group input:focus{outline:none;border-color:#02967b;box-shadow:0 0 0 3px rgba(2,150,123,.1)}.auth-container .form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}.auth-container .form-group input.error-input{border-color:#ef5350;box-shadow:0 0 0 3px rgba(239,83,80,.1)}.auth-container .form-group input.error-input:focus{border-color:#ef5350;box-shadow:0 0 0 3px rgba(239,83,80,.2)}.auth-container .form-group .field-error{color:#ef5350;font-size:14px;font-weight:500;margin-top:8px;margin-bottom:0;animation:fadeIn .3s ease}@media(max-width:768px){.auth-container .form-group .field-error{font-size:12px;margin-top:6px}}.auth-container .agreement-section{margin-bottom:32px}@media(max-width:768px){.auth-container .agreement-section{margin-bottom:20px}}.auth-container .agreement-section .agreement-checkbox{display:flex;align-items:flex-start;gap:12px;cursor:pointer;position:relative}@media(max-width:768px){.auth-container .agreement-section .agreement-checkbox{gap:8px}}.auth-container .agreement-section .agreement-checkbox input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;width:0;height:0}.auth-container .agreement-section .agreement-checkbox input[type=checkbox]:checked+.checkmark{background-color:#02967b;border-color:#02967b}.auth-container .agreement-section .agreement-checkbox input[type=checkbox]:checked+.checkmark:after{display:block}.auth-container .agreement-section .agreement-checkbox .checkmark{height:20px;width:20px;background-color:#fff;border:2px solid #e0e0e0;border-radius:4px;position:relative;transition:all .2s ease;flex-shrink:0;margin-top:2px}@media(max-width:768px){.auth-container .agreement-section .agreement-checkbox .checkmark{height:18px;width:18px;margin-top:1px}}.auth-container .agreement-section .agreement-checkbox .checkmark:after{content:"";position:absolute;display:none;left:6px;top:2px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}@media(max-width:768px){.auth-container .agreement-section .agreement-checkbox .checkmark:after{left:5px;top:1px;width:3px;height:7px}}.auth-container .agreement-section .agreement-checkbox .agreement-text{font-size:14px;line-height:20px;color:#949796}@media(max-width:768px){.auth-container .agreement-section .agreement-checkbox .agreement-text{font-size:13px;line-height:18px}}.auth-container .agreement-section .agreement-checkbox .agreement-text a{color:#333;text-decoration:none}.auth-container .agreement-section .agreement-checkbox .agreement-text a:hover{color:#026b5a}.auth-container .submit-btn{width:100%;padding:16px 24px;border:none;border-radius:16px;background-color:#02967b;color:#fff;font-size:16px;font-weight:600;cursor:pointer;margin:16px 0 4px;transition:all .2s ease;min-height:48px}@media(max-width:768px){.auth-container .submit-btn{padding:16px 20px;font-size:16px;border-radius:12px;min-height:52px;margin:12px 0 4px}}.auth-container .submit-btn:hover:not(:disabled){background-color:#026b5a;transform:translateY(-1px)}.auth-container .submit-btn:disabled{background-color:#cceae5;cursor:not-allowed;transform:none;opacity:.7}.auth-container .bottom-link{font-weight:600;font-size:14px;line-height:24px;text-align:center;color:#02967b;text-decoration:underline;cursor:pointer;margin-top:16px;transition:color .2s ease;display:block}@media(max-width:768px){.auth-container .bottom-link{font-size:14px;line-height:20px;margin-top:12px}}.auth-container .bottom-link:hover{color:#026b5a}.auth-container .loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#02967b;border-radius:50%;animation:spin 1s linear infinite;margin:20px auto}@media(max-width:768px){.auth-container .loading-spinner{width:36px;height:36px;border-width:3px;margin:16px auto}}.auth-container.email-sent{text-align:center}.auth-container.email-sent h2{animation:fadeIn .5s ease;color:#02967b}.auth-container.email-sent p{margin:24px 0}@media(max-width:768px){.auth-container.email-sent p{margin:16px 0}}.auth-container.email-sent p strong{color:#333}.auth-container .verification-loader{display:flex;align-items:center;justify-content:center;min-height:180px}.auth-container .spinner{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.auth-container .spinner-icon{width:48px;height:48px;border:6px solid #e0e0e0;border-top-color:#4caf50;border-radius:50%;animation:spin 1s linear infinite}@keyframes fadeInModal{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.auth-page{display:flex;align-items:center;justify-content:center;min-height:100dvh;padding:24px;background:linear-gradient(135deg,#f8f9fa,#ffffff);transition:all .3s ease}@media(max-width:768px){.auth-page{padding:0;background:#fff;align-items:flex-start}}.loading-container{display:flex;align-items:center;justify-content:center;min-height:100dvh}.loading-container .spinner{width:50px;height:50px;border:5px solid #e0e0e0;border-top-color:#02967b;border-radius:50%;animation:spin 1s linear infinite}@media(max-width:768px){.loading-container .spinner{width:40px;height:40px;border-width:4px}}@keyframes slideInBounce{0%{opacity:0;transform:translateY(-30px) scale(.8)}60%{opacity:.8;transform:translateY(5px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideOutFade{0%{opacity:1;transform:translateY(0) scale(1)}50%{opacity:.3;transform:translateY(-15px) scale(.95)}to{opacity:0;transform:translateY(-30px) scale(.8)}}@keyframes expandLine{0%{transform:scaleX(0);opacity:0}50%{opacity:.5}to{transform:scaleX(1);opacity:1}}@keyframes collapseLine{0%{transform:scaleX(1);opacity:1}50%{opacity:.5}to{transform:scaleX(0);opacity:0}}@keyframes moveUpSmooth{0%{transform:translateY(0)}50%{transform:translateY(-30px) scale(1.1)}to{transform:translateY(-25px) scale(1)}}@keyframes moveDownSmooth{0%{transform:translateY(-25px)}50%{transform:translateY(5px) scale(1.05)}to{transform:translateY(0) scale(1)}}@keyframes rotateSwitchButton{0%{transform:rotate(0deg) scale(1)}25%{transform:rotate(90deg) scale(1.1)}50%{transform:rotate(180deg) scale(1.15)}75%{transform:rotate(270deg) scale(1.1)}to{transform:rotate(1turn) scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}50%{opacity:.7;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes scaleOut{0%{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(1.05)}to{opacity:0;transform:scale(.5)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes menu-dropdown-enter{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes menu-dropdown-exit{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-8px) scale(.96)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes draw{50%{fill:rgba(0,0,0,0)}to{fill:#02967b;stroke-dashoffset:0}}@keyframes draw-back{0%{fill:#02967b;stroke-dashoffset:0}10%{fill:rgba(0,0,0,0)}to{fill:none;stroke-dashoffset:2000}}@keyframes hide{to{display:none}}@keyframes fadeInOut{0%{opacity:0;transform:translateY(4px)}20%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}@keyframes pulse{0%{opacity:.8;transform:scale(1)}25%{opacity:1;transform:scale(1.05)}75%{opacity:.8;transform:scale(.95)}to{opacity:.8;transform:scale(1)}}@keyframes flyAway{0%{opacity:0;offset-distance:0;transform:scale(.8) rotate(0deg)}10%{opacity:1;transform:scale(1) rotate(-10deg)}to{opacity:0;offset-distance:100%;transform:scale(.7) rotate(10deg)}}.auth-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeInOverlay .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media(max-width:768px){.auth-modal-overlay{padding:0;-webkit-backdrop-filter:none;backdrop-filter:none;background-color:rgba(0,0,0,.8)}}.auth-modal-container{position:relative;width:-moz-fit-content;width:fit-content;max-width:95vw;max-height:95vh;overflow:hidden;animation:slideInModal .3s ease;background:rgba(0,0,0,0);border-radius:0;box-shadow:none}@media(max-width:768px){.auth-modal-container{width:100%;height:100dvh;animation:slideInMobile .3s ease;overflow:visible}}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}@keyframes slideInModal{0%{transform:scale(.9) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@keyframes slideInMobile{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:576px){.auth-modal-overlay{padding:0}.auth-modal-container{width:95vw;height:-moz-fit-content;height:fit-content}}@media(min-width:769px)and (max-width:1024px){.auth-modal-overlay{padding:16px}.auth-modal-container{max-height:90vh}}