@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Roboto:wght@300;400;500;700&family=Itim&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body,#app,.app-root{min-height:100%;font-size:62.5%;font-family:Roboto,Montserrat,Arial,Helvetica,sans-serif;scroll-behavior:smooth}html,body{background-color:#fff;color:#212529}a{text-decoration:none;color:inherit}input,textarea,button,select,a{-webkit-tap-highlight-color:transparent;outline:none;border:0;font-family:inherit}strong,b{font-weight:500}::-webkit-scrollbar{scrollbar-width:6px;scrollbar-color:#b8c6db rgba(245,247,250,.3);width:6px;height:6px}::-webkit-scrollbar-track{background:#f5f7fa4d;border-radius:2px;width:6px;margin:0;padding:0}::-webkit-scrollbar-thumb{background:#b8c6db;border-radius:2px;cursor:pointer;transition:background .3s ease;width:6px;margin:0;padding:0}::-webkit-scrollbar-thumb:hover{background:#7aa0ff}::-webkit-scrollbar-thumb:active{background:#1a223e}::-webkit-scrollbar-corner{background:#f5f7fa4d}.scroll-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:linear-gradient(135deg,#1a223e,#5a89ff);color:#fff;border:none;border-radius:50%;cursor:pointer;display:none;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;box-shadow:0 4px 15px #1a223e4d;transition:all .3s ease;z-index:1000}.scroll-to-top:hover{transform:translateY(-1px);box-shadow:0 6px 20px #1a223e66}.scroll-to-top.show{display:flex}@media (max-width: 640px){.scroll-to-top{bottom:20px;right:20px;width:45px;height:45px;font-size:1.3rem}}.app-logo.app-logo-row{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.8rem}.app-logo.app-logo-row .app-logo-icon{margin-bottom:0}.app-logo.app-logo-row .app-logo-name{color:#1a223e;font-size:2.1rem;font-weight:700;font-family:Montserrat,Roboto,Arial,sans-serif;text-align:left;letter-spacing:.01em;line-height:1.1}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.promotional-bar{background:linear-gradient(135deg,#1a223e,#5a89ff);color:#fff;font-size:1rem;font-weight:500;position:relative;transition:all .3s ease}.promotional-bar.hidden{display:none}.promotional-bar .promotional-bar-container{max-width:1240px;margin-left:auto;margin-right:auto;width:100%;padding:0 2.4rem}.promotional-bar .promotional-bar-content{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;min-height:3rem}.promotional-bar .promotional-bar-text{display:flex;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:500}.promotional-bar .promotional-bar-text i{font-size:1.125rem;color:#ffffffe6}.promotional-bar .promotional-bar-actions{display:flex;align-items:center;gap:1rem}.promotional-bar .promotional-bar-link{display:flex;align-items:center;gap:.25rem;color:#fff;text-decoration:none;font-weight:500;font-size:1.2rem;padding:.5rem .75rem;border-radius:4px;transition:all .2s ease}.promotional-bar .promotional-bar-link:hover{background:#ffffff1a;color:#fff;text-decoration:none}.promotional-bar .promotional-bar-link i{font-size:1.2rem;transition:transform .2s ease}.promotional-bar .promotional-bar-link:hover i{transform:translate(2px)}.promotional-bar .promotional-bar-close{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.promotional-bar .promotional-bar-close:hover{background:#ffffff1a}.promotional-bar .promotional-bar-close i{font-size:1.4rem}@media (max-width: 640px){.promotional-bar .promotional-bar-content{flex-direction:column;gap:.5rem;padding:.75rem 0}.promotional-bar .promotional-bar-text{text-align:center}.promotional-bar .promotional-bar-actions{gap:.5rem}}.message-toast{position:fixed;left:0;bottom:40px;z-index:9999;transform:translate(-100%);transition:transform .3s ease;max-width:500px;width:100%;padding:0 20px}.message-toast.show{transform:translate(0)}.message-toast .message-toast-content{display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:12px;box-shadow:0 8px 32px #0000001f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;overflow:hidden}.message-toast .message-toast-content:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);z-index:-1}.message-toast .message-toast-icon{padding:.4rem;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.4rem}.message-toast .message-toast-icon i{color:#fff}.message-toast .message-toast-text{flex:1;font-size:14px;font-weight:500;line-height:1.4;color:#fff;margin:0}.message-toast .message-toast-close{padding:.4rem;display:flex;align-items:center;justify-content:center;background:#fff3;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease;color:#fff}.message-toast .message-toast-close:hover{background:#ffffff4d;transform:scale(1.1)}.message-toast .message-toast-close i{font-size:1.4rem}.message-toast.success .message-toast-content{background:linear-gradient(135deg,#10b981,#059669)}.message-toast.success .message-toast-icon{background:#fff3}.message-toast.error .message-toast-content{background:linear-gradient(135deg,#ef4444,#dc2626)}.message-toast.error .message-toast-icon{background:#fff3}.message-toast.warning .message-toast-content{background:linear-gradient(135deg,#f59e0b,#d97706)}.message-toast.warning .message-toast-icon{background:#fff3}.message-toast.info .message-toast-content{background:linear-gradient(135deg,#3b82f6,#2563eb)}.message-toast.info .message-toast-icon{background:#fff3}.main-header{width:100%;z-index:50}.main-header .top-bar{background:#f5f7fa;border-bottom:1px solid #e2e8f0;color:#4a5568;min-height:38px;font-size:1.4rem}.main-header .top-bar .container{max-width:1240px;margin-left:auto;margin-right:auto;width:100%;display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:0 2.4rem;height:38px}.main-header .top-bar .top-left{display:flex;gap:2.4rem;align-items:center}.main-header .top-bar .top-left .contact-item{display:flex;align-items:center;gap:.6rem}.main-header .top-bar .top-left .contact-item i{color:#1a223e;font-size:1.3rem}.main-header .top-bar .top-left .contact-item a{color:#4a5568;font-size:1.4rem;text-decoration:none;transition:color .2s}.main-header .top-bar .top-left .contact-item a:hover{color:#1a223e;text-decoration:underline}.main-header .top-bar .top-right{display:flex;align-items:center;gap:1.2rem}.main-header .top-bar .top-right .login,.main-header .top-bar .top-right .register{color:#1a223e;font-weight:700;font-size:1.4rem;letter-spacing:.02em;text-decoration:none;transition:color .2s}.main-header .top-bar .top-right .login:hover,.main-header .top-bar .top-right .register:hover{color:#5a89ff}.main-header .top-bar .top-right .profile-dropdown{position:relative;display:flex;align-items:center}.main-header .top-bar .top-right .profile-dropdown .profile-toggle{background:none;border:none;display:flex;align-items:center;gap:.8rem;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:all .2s ease}.main-header .top-bar .top-right .profile-dropdown .profile-toggle:hover{background:#1a223e1a}.main-header .top-bar .top-right .profile-dropdown .profile-toggle .user-greeting{color:#4a5568;font-size:1.3rem;font-weight:500}.main-header .top-bar .top-right .profile-dropdown .profile-toggle i{color:#1a223e;font-size:1.2rem;transition:transform .2s ease}.main-header .top-bar .top-right .profile-dropdown .profile-toggle.active i{transform:rotate(180deg)}.main-header .top-bar .top-right .profile-dropdown .profile-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 8px 32px #0000001f;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:1000;margin-top:.5rem}.main-header .top-bar .top-right .profile-dropdown .profile-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.main-header .top-bar .top-right .profile-dropdown .profile-menu .profile-item{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.6rem;color:#212529;text-decoration:none;font-size:1.3rem;font-weight:500;transition:all .2s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer}.main-header .top-bar .top-right .profile-dropdown .profile-menu .profile-item:first-child{border-radius:12px 12px 0 0}.main-header .top-bar .top-right .profile-dropdown .profile-menu .profile-item:last-child{border-radius:0 0 12px 12px}.main-header .top-bar .top-right .profile-dropdown .profile-menu .profile-item:hover{background:#1a223e14;color:#1a223e}.main-header .top-bar .top-right .profile-dropdown .profile-menu .profile-item i{font-size:1.4rem;color:#4a5568}.main-header .top-bar .top-right .profile-dropdown .profile-menu .profile-item:hover i{color:#1a223e}.main-header .top-bar .top-right .profile-dropdown .profile-menu .profile-item.logout-btn{color:#e53e3e}.main-header .top-bar .top-right .profile-dropdown .profile-menu .profile-item.logout-btn:hover{background:#e53e3e14;color:#e53e3e}.main-header .top-bar .top-right .profile-dropdown .profile-menu .profile-item.logout-btn i{color:#e53e3e}.main-header .top-bar .top-right span{color:#a0aec0;font-size:1.3rem;margin:0 .5rem}.main-header .navbar{background:#fff;box-shadow:0 2px 8px #1a223e0f}.main-header .navbar .logo-link{display:flex;align-items:center;text-decoration:none;transition:transform .2s ease}.main-header .navbar .logo-link:hover{transform:scale(1.02)}.main-header .navbar .logo-link .app-logo{width:auto;height:35px}.main-header .navbar .container{max-width:1240px;margin-left:auto;margin-right:auto;width:100%;display:flex;justify-content:space-between;align-items:center;padding:2.2rem 2.4rem}.main-header .navbar .container .navbar-lang-switcher{display:flex;align-items:center;margin-left:2.2rem}.main-header .navbar .container .navbar-lang-switcher .lang-switch{display:flex;gap:.8rem}.main-header .navbar .container .navbar-lang-switcher a{display:inline-block;padding:.5rem 1.2rem;border-radius:6px;font-size:1.3rem;font-weight:600;color:#1a223e;background:#f5f7fa;border:1px solid #e2e8f0;transition:all .2s,color .2s,border .2s;text-decoration:none}.main-header .navbar .container .navbar-lang-switcher a.active,.main-header .navbar .container .navbar-lang-switcher a:hover{background:#1a223e;color:#f5f7fa;border:1px solid #1a223e}.main-header .navbar .navigation{display:flex;gap:1.6rem;align-items:center}.main-header .navbar .navigation .nav-link{color:#1a223e;font-size:1.7rem;font-weight:600;letter-spacing:.01em;padding:.6rem 1.2rem;border-radius:8px;background:transparent;transition:all .3s ease;box-shadow:0 0 #0000;position:relative}.main-header .navbar .navigation .nav-link:hover{color:#5a89ff;background:transparent;box-shadow:none}.main-header .navbar .navigation .nav-link.active{background:transparent;box-shadow:none}.main-header .navbar .navigation .nav-link.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80%;height:2px;background:#5a89ff;border-radius:2px}.main-header .navbar .mobile-toggle{display:none;align-items:center;background:none;border:none;color:#1a223e;cursor:pointer;font-size:2.2rem}.main-header .mobile-menu{position:fixed;display:none;top:0;right:0;bottom:0;width:100vw;max-width:480px;height:100vh;background:#fff;z-index:99999;flex-direction:column;box-shadow:-2px 0 16px #1a223e14;transform:translate(100%);transition:transform .35s ease-in-out;pointer-events:none}.main-header .mobile-menu.active{transform:translate(0);pointer-events:auto}.main-header .mobile-menu .mobile-header{display:flex;justify-content:space-between;align-items:center;padding:1.6rem 2rem;border-bottom:1px solid #e2e8f0}.main-header .mobile-menu .mobile-header .logo-link{display:flex;align-items:center;text-decoration:none;transition:transform .2s ease}.main-header .mobile-menu .mobile-header .logo-link:hover{transform:scale(1.02)}.main-header .mobile-menu .mobile-header .logo-link .app-logo{width:auto;height:35px}.main-header .mobile-menu .mobile-close{background:none;border:none;color:#1a223e;font-size:2.2rem;cursor:pointer}.main-header .mobile-menu .mobile-links{display:flex;flex-direction:column;gap:1rem;padding:2rem}.main-header .mobile-menu .mobile-links .nav-link{color:#1a223e;font-size:1.6rem;font-weight:600;padding:.6rem 0;border-bottom:1px solid #f5f7fa;transition:all .3s ease;position:relative}.main-header .mobile-menu .mobile-links .nav-link:hover{color:#5a89ff}.main-header .mobile-menu .mobile-links .nav-link.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#5a89ff;border-radius:2px}.main-header .mobile-menu .mobile-auth{display:flex;flex-direction:column;gap:1rem;padding:0 2rem}.main-header .mobile-menu .mobile-auth .login,.main-header .mobile-menu .mobile-auth .register{color:#1a223e;font-weight:600;font-size:1.4rem;letter-spacing:.02em;transition:color .2s}.main-header .mobile-menu .mobile-auth .login:hover,.main-header .mobile-menu .mobile-auth .register:hover{color:#5a89ff}.main-header .mobile-menu .mobile-auth .mobile-profile-section{display:flex;flex-direction:column;gap:1rem;padding:1rem 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.main-header .mobile-menu .mobile-auth .mobile-profile-section .mobile-profile-header{text-align:center;padding:0 1rem}.main-header .mobile-menu .mobile-auth .mobile-profile-section .mobile-profile-header .user-greeting{color:#4a5568;font-size:1.4rem;font-weight:500}.main-header .mobile-menu .mobile-auth .mobile-profile-section .mobile-profile-links{display:flex;flex-direction:column;gap:.5rem}.main-header .mobile-menu .mobile-auth .mobile-profile-section .mobile-profile-links .mobile-profile-item{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.6rem;color:#212529;text-decoration:none;font-size:1.3rem;font-weight:500;transition:all .2s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer}.main-header .mobile-menu .mobile-auth .mobile-profile-section .mobile-profile-links .mobile-profile-item:hover{background:#1a223e14;color:#1a223e}.main-header .mobile-menu .mobile-auth .mobile-profile-section .mobile-profile-links .mobile-profile-item i{font-size:1.4rem;color:#4a5568}.main-header .mobile-menu .mobile-auth .mobile-profile-section .mobile-profile-links .mobile-profile-item:hover i{color:#1a223e}.main-header .mobile-menu .mobile-auth .mobile-profile-section .mobile-profile-links .mobile-profile-item.logout-btn{color:#e53e3e}.main-header .mobile-menu .mobile-auth .mobile-profile-section .mobile-profile-links .mobile-profile-item.logout-btn:hover{background:#e53e3e14;color:#e53e3e}.main-header .mobile-menu .mobile-auth .mobile-profile-section .mobile-profile-links .mobile-profile-item.logout-btn i{color:#e53e3e}.main-header .mobile-menu .mobile-contact{margin-top:2rem;padding:0 2rem;border-top:1px solid #e2e8f0}.main-header .mobile-menu .mobile-contact .contact-item{display:flex;align-items:center;gap:.4rem;margin-top:1rem}.main-header .mobile-menu .mobile-contact .contact-item i{color:#1a223e;font-size:1.2rem}.main-header .mobile-menu .mobile-contact .contact-item a{color:#4a5568;font-size:1.3rem;transition:color .2s}.main-header .mobile-menu .mobile-contact .contact-item a:hover{color:#1a223e;text-decoration:underline}.main-header .mobile-menu .mobile-lang-switcher{display:flex;justify-content:center;align-items:center;gap:1.2rem;margin:2rem 0 1.2rem;padding:.5rem 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.main-header .mobile-menu .mobile-lang-switcher .lang-switch{display:flex;gap:.8rem}.main-header .mobile-menu .mobile-lang-switcher a{display:inline-block;padding:.7rem 1.6rem;border-radius:6px;font-size:1.4rem;font-weight:600;color:#1a223e;background:#f5f7fa;border:1px solid #e2e8f0;transition:background .2s,color .2s,border .2s;text-decoration:none}.main-header .mobile-menu .mobile-lang-switcher a.active,.main-header .mobile-menu .mobile-lang-switcher a:hover{background:#1a223e;color:#f5f7fa;border:1px solid #1a223e}.main-header .mobile-menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#1a223e2e;z-index:99;display:none;transition:opacity .35s ease-in-out}.main-header .mobile-menu-overlay.active{display:block}@media (max-width: 1080px){.main-header .top-bar,.main-header .navbar .navigation{display:none}.main-header .navbar .mobile-toggle{display:flex}.main-header .navbar .navbar-lang-switcher{display:none!important}.main-header .mobile-menu{display:flex}}.footer{background:#f5f7fa;color:#4a5568;font-size:1.5rem;width:100%;border-top:1px solid #e2e8f0}.footer .footer-container{max-width:1240px;margin-left:auto;margin-right:auto;width:100%;padding:3.2rem 2.4rem 1.6rem}.footer .footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:3.2rem;padding-bottom:2.4rem;border-bottom:1px solid #e2e8f0}.footer .footer-logo-contact{display:flex;flex-direction:column;gap:1.6rem;min-width:120px}.footer .footer-logo-contact .app-logo{width:auto;height:35px}.footer .footer-logo-contact .footer-contact{display:flex;flex-direction:column;gap:.8rem}.footer .footer-logo-contact .footer-contact .contact-item{display:flex;align-items:center;gap:.6rem}.footer .footer-logo-contact .footer-contact .contact-item i{color:#1a223e;font-size:1.4rem}.footer .footer-logo-contact .footer-contact .contact-item a{color:#4a5568;text-decoration:none;font-size:1.4rem;transition:color .2s}.footer .footer-logo-contact .footer-contact .contact-item a:hover{color:#1a223e;text-decoration:underline}.footer .footer-menus{display:flex;flex-direction:row;gap:4rem;align-items:flex-start}.footer .footer-menus .footer-menu{display:flex;flex-direction:column;gap:.6rem;min-width:120px}.footer .footer-menus .footer-menu .footer-menu-title{font-weight:700;color:#1a223e;margin-bottom:.6rem;font-size:1.6rem}.footer .footer-menus .footer-menu a{color:#4a5568;text-decoration:none;font-size:1.4rem;transition:all .3s ease;padding:.2rem 0;border-radius:4px;display:inline-block;width:fit-content}.footer .footer-menus .footer-menu a:hover{color:#5a89ff;transform:translate(4px)}.footer .footer-socials{display:flex;gap:1.2rem;align-items:center}.footer .footer-socials .footer-social{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#b8c6db;color:#1a223e;font-size:1.8rem;transition:all .2s,color .2s;text-decoration:none}.footer .footer-socials .footer-social:hover{background:#1a223e;color:#f5f7fa}.footer .footer-bottom{display:flex;justify-content:center;align-items:center;padding-top:1.6rem;font-size:1.3rem;color:#a0aec0}@media (max-width: 900px){.footer .footer-top{flex-direction:column;align-items:flex-start;gap:2.4rem}.footer .footer-menus{flex-direction:column;gap:2.4rem}}.page-expander{flex-grow:1;min-height:1px}body{background-color:#f5f7fa;display:flex;flex-direction:column;align-items:center;overflow-x:hidden}.sign-in-page{width:100%;display:flex;flex-direction:column;flex:1;position:relative}.sign-in-page .content{width:100%;min-height:100dvh;display:flex;flex-direction:column}.sign-in-page .main{position:relative;width:100%;display:flex;flex-direction:column;align-items:center}.sign-in-page .auth-form-section{width:100%;padding:6rem 0;background:linear-gradient(135deg,#fff,#1a223e05);min-height:calc(100dvh - 200px);display:flex;align-items:center;justify-content:center}.sign-in-page .auth-form-section .auth-form-container{max-width:1240px;margin-left:auto;margin-right:auto;width:100%;padding:0 2rem;display:flex;justify-content:center;align-items:center}@media (max-width: 640px){.sign-in-page .auth-form-section .auth-form-container{padding:0 1rem}}.sign-in-page .auth-form-section .auth-form-card{background:#fff;border-radius:28px;box-shadow:0 25px 80px #0000001f;border:1px solid rgba(26,34,62,.08);padding:4rem;width:100%;max-width:520px;position:relative;overflow:hidden}@media (max-width: 640px){.sign-in-page .auth-form-section .auth-form-card{padding:2.5rem;border-radius:24px}}.sign-in-page .auth-form-section .auth-form-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(135deg,#1a223e,#5a89ff)}.sign-in-page .auth-form-section .auth-form-header{text-align:center;margin-bottom:3rem}.sign-in-page .auth-form-section .auth-form-header .auth-logo{margin-bottom:2rem;display:flex;justify-content:center}.sign-in-page .auth-form-section .auth-form-header .auth-logo .app-logo{height:48px}.sign-in-page .auth-form-section .auth-form-header h1{font-size:3.2rem;font-weight:700;color:#212529;margin-bottom:1.2rem;line-height:1.2}@media (max-width: 640px){.sign-in-page .auth-form-section .auth-form-header h1{font-size:2.8rem}}.sign-in-page .auth-form-section .auth-form-header p{font-size:1.4rem;color:#4a5568;line-height:1.6;font-weight:400}.sign-in-page .auth-form-section .auth-form{display:flex;flex-direction:column;gap:20px}.sign-in-page .auth-form-section .auth-form .form-group{display:flex;flex-direction:column;gap:10px}.sign-in-page .auth-form-section .auth-form .form-group label{display:block;font-size:1.2rem;font-weight:600;color:#212529}.sign-in-page .auth-form-section .auth-form .form-group .input-wrapper{position:relative;display:flex;align-items:center}.sign-in-page .auth-form-section .auth-form .form-group .input-wrapper>i{position:absolute;top:50%;transform:translateY(-50%);left:1.2rem;color:#4a5568;font-size:1.4rem;z-index:2}.sign-in-page .auth-form-section .auth-form .form-group .input-wrapper input{width:100%;padding:1.2rem 1.2rem 1.2rem 3.5rem;border:2px solid #e2e8f0;border-radius:14px;background-color:#e6ebf5;color:#212529;font-size:1.2rem;transition:all .3s ease;font-weight:400}.sign-in-page .auth-form-section .auth-form .form-group .input-wrapper input:focus{outline:none;border-color:#5a89ff;box-shadow:0 0 0 4px #5a89ff1a}.sign-in-page .auth-form-section .auth-form .form-group .input-wrapper input:hover{border-color:#5a89ff}.sign-in-page .auth-form-section .auth-form .form-group .input-wrapper input.error{border-color:#e53e3e;box-shadow:0 0 0 4px #e53e3e1a}.sign-in-page .auth-form-section .auth-form .form-group .input-wrapper input::placeholder{color:#4a5568;font-weight:400}.sign-in-page .auth-form-section .auth-form .form-group .input-wrapper .password-toggle{position:absolute;top:50%;transform:translateY(-50%);right:1.2rem;background:none;border:none;color:#4a5568;cursor:pointer;font-size:1.4rem;transition:color .3s ease;padding:.5rem;z-index:3}.sign-in-page .auth-form-section .auth-form .form-group .input-wrapper .password-toggle:hover{color:#5a89ff}.sign-in-page .auth-form-section .auth-form .form-group .error-message{color:#e53e3e;font-size:1.2rem;display:inline-block;font-weight:500}.sign-in-page .auth-form-section .auth-form .form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:1.5rem}@media (max-width: 640px){.sign-in-page .auth-form-section .auth-form .form-options{flex-direction:column;align-items:flex-start}}.sign-in-page .auth-form-section .auth-form .form-options .checkbox-item{display:flex;align-items:center;gap:.8rem;font-size:1.2rem;color:#4a5568;cursor:pointer;font-weight:500;padding:0 2px}.sign-in-page .auth-form-section .auth-form .form-options .checkbox-item input[type=checkbox]{width:auto;margin:0;transform:scale(1.2)}.sign-in-page .auth-form-section .auth-form .form-options .checkbox-item span{line-height:1.4}.sign-in-page .auth-form-section .auth-form .form-options .forgot-password{color:#5a89ff;text-decoration:none;font-size:1.2rem;font-weight:600}.sign-in-page .auth-form-section .auth-form .form-options .forgot-password:hover{text-decoration:underline}.sign-in-page .auth-form-section .auth-form .btn{width:100%;padding:16px 20px;border:none;border-radius:14px;font-size:1.3rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.8rem;text-decoration:none}.sign-in-page .auth-form-section .auth-form .btn.btn-primary{background:linear-gradient(135deg,#1a223e,#5a89ff);color:#fff;padding:12px 20px;box-shadow:0 2px 8px #0000001a}.sign-in-page .auth-form-section .auth-form .btn.btn-primary i{font-size:1.3rem}.sign-in-page .auth-form-section .auth-form .btn.btn-primary i.loader{animation:spin 1s linear infinite}.sign-in-page .auth-form-section .auth-form .btn.btn-primary:hover{background:linear-gradient(135deg,#293662,#2765ff);box-shadow:0 4px 12px #0000001a}.sign-in-page .auth-form-section .auth-divider{text-align:center;margin:2.5rem 0;position:relative}.sign-in-page .auth-form-section .auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e2e8f0}.sign-in-page .auth-form-section .auth-divider span{background:#fff;padding:0 1.5rem;color:#4a5568;font-size:1.2rem;position:relative;z-index:1;font-weight:500}.sign-in-page .auth-form-section .social-auth{margin-bottom:2.5rem}.sign-in-page .auth-form-section .social-auth .btn-social{width:100%;padding:1.3rem 2.5rem;border:2px solid #e2e8f0;border-radius:16px;font-size:1.3rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.8rem;text-decoration:none;background:#fff;color:#212529;margin-bottom:1.2rem;position:relative;overflow:hidden}.sign-in-page .auth-form-section .social-auth .btn-social:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s ease}.sign-in-page .auth-form-section .social-auth .btn-social:hover{border-color:#5a89ff;background-color:#5a89ff05;box-shadow:0 4px 12px #0000001a}.sign-in-page .auth-form-section .social-auth .btn-social:hover:before{left:100%}.sign-in-page .auth-form-section .social-auth .btn-social.btn-google{border-color:#ea4335;color:#ea4335}.sign-in-page .auth-form-section .social-auth .btn-social.btn-google:hover{border-color:#ea4335;background-color:#ea43350d;color:#ea4335}.sign-in-page .auth-form-section .social-auth .btn-social.btn-google i{color:#ea4335}.sign-in-page .auth-form-section .social-auth .btn-social.btn-facebook{border-color:#1877f2;color:#1877f2}.sign-in-page .auth-form-section .social-auth .btn-social.btn-facebook:hover{border-color:#1877f2;background-color:#1877f20d;color:#1877f2}.sign-in-page .auth-form-section .social-auth .btn-social.btn-facebook i{color:#1877f2}.sign-in-page .auth-form-section .social-auth .btn-social i{font-size:1.3rem;margin-right:.5rem}.sign-in-page .auth-form-section .social-auth .btn-social i.loader{animation:spin 1s linear infinite}.sign-in-page .auth-form-section .social-auth .btn-social.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.sign-in-page .auth-form-section .auth-footer{text-align:center;margin-top:2.5rem}.sign-in-page .auth-form-section .auth-footer p{font-size:1.2rem;color:#4a5568;font-weight:400}.sign-in-page .auth-form-section .auth-footer p a{color:#5a89ff;text-decoration:none;font-weight:600}.sign-in-page .auth-form-section .auth-footer p a:hover{text-decoration:underline}
