.AuthForm-module-scss-module__luM1AG__form{flex-direction:column;gap:1.5rem;display:flex}.AuthForm-module-scss-module__luM1AG__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.AuthForm-module-scss-module__luM1AG__field{flex-direction:column;gap:.5rem;display:flex}.AuthForm-module-scss-module__luM1AG__label{color:#374151;letter-spacing:.025em;font-size:.875rem;font-weight:600}.AuthForm-module-scss-module__luM1AG__inputWrapper{align-items:center;display:flex;position:relative}.AuthForm-module-scss-module__luM1AG__inputIcon{color:#9ca3af;pointer-events:none;justify-content:center;align-items:center;width:18px;height:18px;transition:color .15s;display:flex;position:absolute;left:1rem}.AuthForm-module-scss-module__luM1AG__inputIcon svg{width:18px;height:18px}.AuthForm-module-scss-module__luM1AG__input{color:#111827;background-color:#fcfcfd;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:14px 1rem 14px 46px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;transition:border-color .2s,box-shadow .2s,background-color .2s}.AuthForm-module-scss-module__luM1AG__input::placeholder{color:#9ca3af}.AuthForm-module-scss-module__luM1AG__input:hover:not(:focus):not(:disabled){background-color:#fff;border-color:#d1d5db}.AuthForm-module-scss-module__luM1AG__input:focus{background-color:#fff;border-color:#1a56db;box-shadow:0 0 0 4px #1a56db1a}.AuthForm-module-scss-module__luM1AG__input:focus~.AuthForm-module-scss-module__luM1AG__inputIcon,.AuthForm-module-scss-module__luM1AG__input:focus+.AuthForm-module-scss-module__luM1AG__inputIcon{color:#1a56db}.AuthForm-module-scss-module__luM1AG__input:disabled{cursor:not-allowed;opacity:.7;background-color:#f9fafb}.AuthForm-module-scss-module__luM1AG__inputWrapper:focus-within .AuthForm-module-scss-module__luM1AG__inputIcon{color:#1a56db}.AuthForm-module-scss-module__luM1AG__inputNoIcon{padding-left:1rem;}.AuthForm-module-scss-module__luM1AG__passwordToggle{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:color .15s,background-color .15s;display:flex;position:absolute;right:.75rem}.AuthForm-module-scss-module__luM1AG__passwordToggle svg{width:18px;height:18px}.AuthForm-module-scss-module__luM1AG__passwordToggle:hover{color:#4b5563;background:#f9fafb}.AuthForm-module-scss-module__luM1AG__forgotPassword{justify-content:flex-end;margin-top:-1rem;display:flex}.AuthForm-module-scss-module__luM1AG__forgotPasswordLink{color:#1a56db;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.AuthForm-module-scss-module__luM1AG__forgotPasswordLink:hover{text-underline-offset:2px;text-decoration:underline}.AuthForm-module-scss-module__luM1AG__error{color:#dc2626;background-color:#fef2f2;border:1px solid #dc262626;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;display:flex}.AuthForm-module-scss-module__luM1AG__error svg{flex-shrink:0;width:16px;height:16px}.AuthForm-module-scss-module__luM1AG__submit{cursor:pointer;-webkit-user-select:none;user-select:none;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative}.AuthForm-module-scss-module__luM1AG__submit:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.AuthForm-module-scss-module__luM1AG__submit:active:not(:disabled){transform:scale(.98)}.AuthForm-module-scss-module__luM1AG__submit{color:#fff;background:linear-gradient(135deg,#1a56db 0%,#6366f1 100%);box-shadow:0 2px 8px #1a56db40}.AuthForm-module-scss-module__luM1AG__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px #1a56db4d}.AuthForm-module-scss-module__luM1AG__submit{border-radius:10px;gap:.75rem;width:100%;margin-top:.5rem;padding:15px 1.5rem;font-size:1rem;font-weight:600;position:relative;overflow:hidden}.AuthForm-module-scss-module__luM1AG__submit:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff26 50%,#0000 100%);width:100%;height:100%;transition:left .4s;position:absolute;top:0;left:-100%}.AuthForm-module-scss-module__luM1AG__submit:hover:not(:disabled):after{left:100%}.AuthForm-module-scss-module__luM1AG__submit svg{width:18px;height:18px}.AuthForm-module-scss-module__luM1AG__spinner{width:18px;height:18px;animation:.7s linear infinite AuthForm-module-scss-module__luM1AG__spin}@keyframes AuthForm-module-scss-module__luM1AG__spin{to{transform:rotate(360deg)}}.AuthForm-module-scss-module__luM1AG__terms{text-align:center;color:#9ca3af;font-size:.75rem;line-height:1.75}.AuthForm-module-scss-module__luM1AG__termsLink{color:#1a56db;font-weight:500;text-decoration:none}.AuthForm-module-scss-module__luM1AG__termsLink:hover{text-underline-offset:2px;text-decoration:underline}.AuthForm-module-scss-module__luM1AG__successBox{color:#059669;background:#0596690f;border:1px solid #05966933;border-radius:10px;align-items:flex-start;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.AuthForm-module-scss-module__luM1AG__successBox svg{flex-shrink:0;margin-top:2px}.AuthForm-module-scss-module__luM1AG__successBox strong{margin-bottom:.25rem;font-size:1rem;font-weight:600;display:block}.AuthForm-module-scss-module__luM1AG__successBox p{color:#4b5563;margin:0;font-size:.875rem;line-height:1.75}.AuthForm-module-scss-module__luM1AG__divider{color:#9ca3af;letter-spacing:.025em;text-transform:uppercase;align-items:center;gap:1rem;font-size:.75rem;font-weight:500;display:flex}.AuthForm-module-scss-module__luM1AG__divider:before,.AuthForm-module-scss-module__luM1AG__divider:after{content:"";background:#e5e7eb;flex:1;height:1px}
.login-module-scss-module__J7aL_W__container{flex-direction:column;gap:2rem;display:flex}.login-module-scss-module__J7aL_W__header{flex-direction:column;gap:.75rem;display:flex}.login-module-scss-module__J7aL_W__title{color:#030712;letter-spacing:-.025em;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:800;line-height:1.2}.login-module-scss-module__J7aL_W__subtitle{color:#6b7280;font-size:1rem;line-height:1.75}.login-module-scss-module__J7aL_W__footer{text-align:center;color:#6b7280;border-top:1px solid #f3f4f6;padding-top:.5rem;font-size:.875rem}.login-module-scss-module__J7aL_W__link{color:#1a56db;font-weight:600;text-decoration:none;transition:color .15s}.login-module-scss-module__J7aL_W__link:hover{color:#1345b5;text-underline-offset:3px;text-decoration:underline}
.signup-module-scss-module__B4EZ1q__container{flex-direction:column;gap:2rem;display:flex}.signup-module-scss-module__B4EZ1q__header{flex-direction:column;gap:.75rem;display:flex}.signup-module-scss-module__B4EZ1q__title{color:#030712;letter-spacing:-.025em;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:800;line-height:1.2}.signup-module-scss-module__B4EZ1q__subtitle{color:#6b7280;font-size:1rem;line-height:1.75}.signup-module-scss-module__B4EZ1q__badge{color:#059669;letter-spacing:.025em;background:#ecfdf5;border-radius:9999px;align-items:center;gap:.5rem;width:fit-content;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.signup-module-scss-module__B4EZ1q__badge svg{width:14px;height:14px}.signup-module-scss-module__B4EZ1q__footer{text-align:center;color:#6b7280;border-top:1px solid #f3f4f6;padding-top:.5rem;font-size:.875rem}.signup-module-scss-module__B4EZ1q__link{color:#1a56db;font-weight:600;text-decoration:none;transition:color .15s}.signup-module-scss-module__B4EZ1q__link:hover{color:#1345b5;text-underline-offset:3px;text-decoration:underline}
