.BackHome-module__woqcpW__backHome{color:#fff;z-index:10;align-items:center;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;display:flex;position:absolute;top:30px;left:30px}.BackHome-module__woqcpW__backHome:hover{opacity:.8;transform:translate(-5px)}.BackHome-module__woqcpW__backHome:before{content:"←";margin-right:8px;font-size:16px;transition:transform .3s}.BackHome-module__woqcpW__backHome:hover:before{transform:translate(-3px)}@media (max-width:768px){.BackHome-module__woqcpW__backHome{font-size:13px;top:20px;left:20px}}
.AuthCard-module__wIJRLa__authContainer{background:linear-gradient(135deg,var(--primary-color)0%,var(--secondary-color)100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex;position:relative}.AuthCard-module__wIJRLa__authContainer:before{content:"";z-index:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.AuthCard-module__wIJRLa__authCard{z-index:1;background:#fff;border-radius:20px;grid-template-columns:1fr 1fr;width:100%;max-width:1000px;min-height:600px;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}@media (max-width:768px){.AuthCard-module__wIJRLa__authCard{grid-template-columns:1fr;max-width:400px}}@media (max-width:480px){.AuthCard-module__wIJRLa__authContainer{padding:10px}.AuthCard-module__wIJRLa__authCard{border-radius:15px;min-height:500px}}
.LoginForm-module__MZxOBG__authLeft{background:linear-gradient(135deg,var(--accent-color)0%,var(--primary-color)100%);color:#fff;flex-direction:column;justify-content:center;padding:60px 40px;display:flex;position:relative;overflow:hidden}.LoginForm-module__MZxOBG__authLeft:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:200%;height:200%;animation:6s ease-in-out infinite LoginForm-module__MZxOBG__float;position:absolute;top:-50%;right:-50%}@keyframes LoginForm-module__MZxOBG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.LoginForm-module__MZxOBG__authLeft h2{z-index:1;margin-bottom:20px;font-size:32px;font-weight:700;position:relative}.LoginForm-module__MZxOBG__authLeft p{opacity:.9;z-index:1;margin-bottom:30px;font-size:18px;line-height:1.6;position:relative}.LoginForm-module__MZxOBG__authFeatures{z-index:1;list-style:none;position:relative}.LoginForm-module__MZxOBG__authFeatures li{align-items:center;padding:10px 0;font-size:16px;display:flex}.LoginForm-module__MZxOBG__authFeatures li:before{content:"✓";text-align:center;background:#fff3;border-radius:50%;width:20px;height:20px;margin-right:12px;font-weight:700;display:inline-block}.LoginForm-module__MZxOBG__authRight{flex-direction:column;justify-content:center;padding:60px 40px;display:flex}.LoginForm-module__MZxOBG__authHeader{text-align:center;margin-bottom:40px}.LoginForm-module__MZxOBG__authLogo{color:var(--primary-color);margin-bottom:10px;font-size:28px;font-weight:700}.LoginForm-module__MZxOBG__authTitle{color:var(--text-color);margin-bottom:8px;font-size:24px;font-weight:600}.LoginForm-module__MZxOBG__authSubtitle{color:var(--text-light);font-size:16px}.LoginForm-module__MZxOBG__authForm{width:100%}.LoginForm-module__MZxOBG__formGroup{margin-bottom:24px;transition:all .3s;position:relative}.LoginForm-module__MZxOBG__formLabel{color:var(--text-color);margin-bottom:8px;font-size:14px;font-weight:500;display:block}.LoginForm-module__MZxOBG__formInput{background:var(--bg-white);border:2px solid #e2e8f0;border-radius:10px;width:100%;padding:14px 16px;font-size:16px;transition:all .3s}.LoginForm-module__MZxOBG__formInput:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 3px #3182ce1a}.LoginForm-module__MZxOBG__formInput.LoginForm-module__MZxOBG__error{border-color:#e53e3e}.LoginForm-module__MZxOBG__formInput.LoginForm-module__MZxOBG__error:focus{box-shadow:0 0 0 3px #e53e3e1a}.LoginForm-module__MZxOBG__formInput::placeholder{color:#a0aec0}.LoginForm-module__MZxOBG__formInput:disabled{cursor:not-allowed;opacity:.7;background:#f7fafc}.LoginForm-module__MZxOBG__errorMessage{color:#e53e3e;align-items:center;margin-top:5px;font-size:12px;display:flex}.LoginForm-module__MZxOBG__errorMessage:before{content:"⚠";margin-right:5px}.LoginForm-module__MZxOBG__formOptions{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.LoginForm-module__MZxOBG__checkboxGroup{align-items:center;display:flex}.LoginForm-module__MZxOBG__checkboxGroup input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent-color);margin-right:8px}.LoginForm-module__MZxOBG__checkboxGroup label{color:var(--text-color);cursor:pointer;font-size:14px}.LoginForm-module__MZxOBG__forgotLink{color:var(--accent-color);font-size:14px;text-decoration:none;transition:color .3s}.LoginForm-module__MZxOBG__forgotLink:hover{color:var(--primary-color);text-decoration:underline}.LoginForm-module__MZxOBG__authButton{background:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;margin-bottom:20px;padding:16px;font-size:16px;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.LoginForm-module__MZxOBG__authButton:hover:not(:disabled){background:var(--primary-color);transform:translateY(-2px);box-shadow:0 10px 20px #3182ce4d}.LoginForm-module__MZxOBG__authButton:disabled{cursor:not-allowed;box-shadow:none;background:#cbd5e0;transform:none}.LoginForm-module__MZxOBG__authButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.LoginForm-module__MZxOBG__authButton:hover:not(:disabled):before{left:100%}.LoginForm-module__MZxOBG__authDivider{text-align:center;margin:30px 0;position:relative}.LoginForm-module__MZxOBG__authDivider:before{content:"";background:#e2e8f0;height:1px;position:absolute;top:50%;left:0;right:0}.LoginForm-module__MZxOBG__authDivider span{color:var(--text-light);background:#fff;padding:0 16px;font-size:14px;position:relative}.LoginForm-module__MZxOBG__socialLogin{gap:12px;margin-bottom:30px;display:flex}.LoginForm-module__MZxOBG__socialButton{cursor:pointer;color:var(--text-color);background:#fff;border:2px solid #e2e8f0;border-radius:10px;flex:1;justify-content:center;align-items:center;padding:12px;font-size:14px;text-decoration:none;transition:all .3s;display:flex}.LoginForm-module__MZxOBG__socialButton:hover:not(:disabled){border-color:var(--accent-color);background:var(--bg-light);transform:translateY(-2px)}.LoginForm-module__MZxOBG__socialButton:disabled{opacity:.5;cursor:not-allowed}.LoginForm-module__MZxOBG__authFooter{text-align:center;color:var(--text-light);font-size:14px}.LoginForm-module__MZxOBG__authFooter a{color:var(--accent-color);font-weight:500;text-decoration:none}.LoginForm-module__MZxOBG__authFooter a:hover{color:var(--primary-color);text-decoration:underline}@media (max-width:768px){.LoginForm-module__MZxOBG__authLeft{display:none}.LoginForm-module__MZxOBG__authRight{padding:40px 30px}.LoginForm-module__MZxOBG__socialLogin{flex-direction:column}.LoginForm-module__MZxOBG__formOptions{flex-direction:column;align-items:flex-start;gap:15px}}
.RegisterForm-module__cW3kcq__authLeft{background:linear-gradient(135deg,var(--accent-color)0%,var(--primary-color)100%);color:#fff;flex-direction:column;justify-content:center;padding:60px 40px;display:flex;position:relative;overflow:hidden}.RegisterForm-module__cW3kcq__authLeft:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:200%;height:200%;animation:6s ease-in-out infinite RegisterForm-module__cW3kcq__float;position:absolute;top:-50%;right:-50%}@keyframes RegisterForm-module__cW3kcq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.RegisterForm-module__cW3kcq__authLeft h2{z-index:1;margin-bottom:20px;font-size:32px;font-weight:700;position:relative}.RegisterForm-module__cW3kcq__authLeft p{opacity:.9;z-index:1;margin-bottom:30px;font-size:18px;line-height:1.6;position:relative}.RegisterForm-module__cW3kcq__authFeatures{z-index:1;list-style:none;position:relative}.RegisterForm-module__cW3kcq__authFeatures li{align-items:center;padding:10px 0;font-size:16px;display:flex}.RegisterForm-module__cW3kcq__authFeatures li:before{content:"✓";text-align:center;background:#fff3;border-radius:50%;width:20px;height:20px;margin-right:12px;font-weight:700;display:inline-block}.RegisterForm-module__cW3kcq__authRight{flex-direction:column;justify-content:flex-start;min-height:700px;padding:60px 40px;display:flex;overflow-y:visible}.RegisterForm-module__cW3kcq__authHeader{text-align:center;z-index:1;flex-shrink:0;margin-bottom:30px;position:relative}.RegisterForm-module__cW3kcq__authLogo{color:var(--primary-color);margin-bottom:10px;font-size:28px;font-weight:700}.RegisterForm-module__cW3kcq__authTitle{color:var(--text-color);margin-bottom:8px;font-size:24px;font-weight:600}.RegisterForm-module__cW3kcq__authSubtitle{color:var(--text-light);font-size:16px}.RegisterForm-module__cW3kcq__authForm{flex-direction:column;flex:1;width:100%;display:flex}.RegisterForm-module__cW3kcq__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.RegisterForm-module__cW3kcq__formGroup{margin-bottom:20px;transition:all .3s;position:relative}.RegisterForm-module__cW3kcq__formLabel{color:var(--text-color);margin-bottom:6px;font-size:14px;font-weight:500;display:block}.RegisterForm-module__cW3kcq__formInput{background:var(--bg-white);border:2px solid #e2e8f0;border-radius:10px;width:100%;padding:12px 16px;font-size:15px;transition:all .3s}.RegisterForm-module__cW3kcq__formInput:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 3px #3182ce1a}.RegisterForm-module__cW3kcq__formInput.RegisterForm-module__cW3kcq__error{border-color:#e53e3e}.RegisterForm-module__cW3kcq__formInput.RegisterForm-module__cW3kcq__error:focus{box-shadow:0 0 0 3px #e53e3e1a}.RegisterForm-module__cW3kcq__formInput::placeholder{color:#a0aec0}.RegisterForm-module__cW3kcq__formInput:disabled{cursor:not-allowed;opacity:.7;background:#f7fafc}.RegisterForm-module__cW3kcq__errorMessage{color:#e53e3e;align-items:center;margin-top:5px;font-size:12px;display:flex}.RegisterForm-module__cW3kcq__errorMessage:before{content:"⚠";margin-right:5px}.RegisterForm-module__cW3kcq__passwordGroup{position:relative}.RegisterForm-module__cW3kcq__passwordToggle{color:var(--text-light);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:14px;transition:all .3s;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.RegisterForm-module__cW3kcq__passwordToggle:hover:not(:disabled){background:var(--bg-light);color:var(--text-color)}.RegisterForm-module__cW3kcq__passwordToggle:disabled{opacity:.5;cursor:not-allowed}.RegisterForm-module__cW3kcq__passwordStrength{background:#e2e8f0;border-radius:2px;height:4px;margin-top:8px;overflow:hidden}.RegisterForm-module__cW3kcq__passwordStrengthBar{border-radius:2px;width:0;height:100%;transition:all .3s}.RegisterForm-module__cW3kcq__passwordStrengthBar.RegisterForm-module__cW3kcq__weak{background:#f56565;width:33%}.RegisterForm-module__cW3kcq__passwordStrengthBar.RegisterForm-module__cW3kcq__medium{background:#ed8936;width:66%}.RegisterForm-module__cW3kcq__passwordStrengthBar.RegisterForm-module__cW3kcq__strong{background:#48bb78;width:100%}.RegisterForm-module__cW3kcq__passwordStrengthText{color:var(--text-light);margin-top:4px;font-size:12px}.RegisterForm-module__cW3kcq__formOptions{margin-bottom:24px}.RegisterForm-module__cW3kcq__checkboxGroup{align-items:flex-start;gap:8px;display:flex}.RegisterForm-module__cW3kcq__checkboxGroup input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent-color);flex-shrink:0;margin-top:2px}.RegisterForm-module__cW3kcq__checkboxGroup label{color:var(--text-color);cursor:pointer;font-size:13px;line-height:1.4}.RegisterForm-module__cW3kcq__checkboxGroup .RegisterForm-module__cW3kcq__link{color:var(--accent-color);font-weight:500;text-decoration:none}.RegisterForm-module__cW3kcq__checkboxGroup .RegisterForm-module__cW3kcq__link:hover{color:var(--primary-color);text-decoration:underline}.RegisterForm-module__cW3kcq__authButton{background:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;margin-bottom:20px;padding:14px;font-size:16px;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.RegisterForm-module__cW3kcq__authButton:hover:not(:disabled){background:var(--primary-color);transform:translateY(-2px);box-shadow:0 10px 20px #3182ce4d}.RegisterForm-module__cW3kcq__authButton:disabled{cursor:not-allowed;box-shadow:none;background:#cbd5e0;transform:none}.RegisterForm-module__cW3kcq__authButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.RegisterForm-module__cW3kcq__authButton:hover:not(:disabled):before{left:100%}.RegisterForm-module__cW3kcq__authDivider{text-align:center;margin:24px 0;position:relative}.RegisterForm-module__cW3kcq__authDivider:before{content:"";background:#e2e8f0;height:1px;position:absolute;top:50%;left:0;right:0}.RegisterForm-module__cW3kcq__authDivider span{color:var(--text-light);background:#fff;padding:0 16px;font-size:14px;position:relative}.RegisterForm-module__cW3kcq__socialLogin{gap:12px;margin-bottom:24px;display:flex}.RegisterForm-module__cW3kcq__socialButton{cursor:pointer;color:var(--text-color);background:#fff;border:2px solid #e2e8f0;border-radius:10px;flex:1;justify-content:center;align-items:center;padding:12px;font-size:14px;text-decoration:none;transition:all .3s;display:flex}.RegisterForm-module__cW3kcq__socialButton:hover:not(:disabled){border-color:var(--accent-color);background:var(--bg-light);transform:translateY(-2px)}.RegisterForm-module__cW3kcq__socialButton:disabled{opacity:.5;cursor:not-allowed}.RegisterForm-module__cW3kcq__authFooter{text-align:center;color:var(--text-light);flex-shrink:0;margin-top:auto;padding-top:20px;font-size:14px}.RegisterForm-module__cW3kcq__authFooter a{color:var(--accent-color);font-weight:500;text-decoration:none}.RegisterForm-module__cW3kcq__authFooter a:hover{color:var(--primary-color);text-decoration:underline}@media (max-width:768px){.RegisterForm-module__cW3kcq__authRight{justify-content:flex-start;min-height:auto;padding:40px 30px}.RegisterForm-module__cW3kcq__formRow{grid-template-columns:1fr;gap:0}.RegisterForm-module__cW3kcq__socialLogin{flex-direction:column}}
