.auth-container{position:relative;display:flex;min-height:100vh;background-color:#fff;overflow:hidden}.form-panel{position:absolute;top:0;bottom:0;width:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;transition:all .5s ease-in-out;will-change:transform}.form-panel.hidden{transform:translate(-100%);opacity:0;pointer-events:none}.form-panel.signup{transform:translate(0);opacity:1;right:0}.form-panel.signup.hidden{transform:translate(100%);opacity:0;pointer-events:none}.logo{height:6.25rem;width:13.75rem;margin-left:3.25rem;margin-bottom:1rem}.title{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.1rem}.subtitle{color:#4b5563;margin-bottom:.5rem}.promo-title{font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.promo-subtitle{font-size:1.125rem;margin-bottom:.5rem}.auth-form{width:100%;max-width:28rem}.form-group{margin-bottom:.75rem}.form-row{display:flex;gap:.75rem;margin-bottom:1rem}.form-row .form-group{flex:1;margin-bottom:0}.label{display:block;color:#374151;font-size:.875rem;font-weight:700;margin-bottom:.5rem}.input{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;outline:none}.input:focus{ring:2px solid #3b82f6}.input[type=select],select.input{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .5rem center;background-size:1.5em 1.5em;padding-right:2.5rem}.input:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}.forgot-link{font-size:.875rem;color:#3b82f6;text-decoration:none}.forgot-link:hover{text-decoration:underline}.submit-btn{width:100%;background-color:#111827;color:#fff;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer}.submit-btn:hover{background-color:#1f2937}.submit-btn:focus{outline:none;ring:2px solid #6b7280}.toggle-text{margin-top:1rem;font-size:.875rem;color:#4b5563}.toggle-link{color:#3b82f6;text-decoration:none;cursor:pointer}.toggle-link:hover{text-decoration:underline}.error-message{margin-bottom:1rem;padding:1rem;color:#ef4444;border-radius:.375rem;text-align:center;font-weight:500}.promo-panel{position:absolute;top:0;bottom:0;width:50%;background-size:cover;background-position:center;background-repeat:no-repeat;transition:all .5s ease-in-out;will-change:transform}.promo-panel.signup{transform:translate(0)}.promo-panel.login{transform:translate(100%)}.overlay{position:absolute;inset:0;background-color:#000;opacity:.5}.promo-content{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:center;padding:2rem;height:100%;color:#fff}.stats{display:flex;gap:2rem;font-size:.875rem}.stat-item{text-align:left}.stat-value{font-weight:700}.custom-select-wrapper{position:relative;width:100%}.custom-select-display{padding:10px 12px;border:1px solid #ddd;border-radius:6px;background:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;min-height:42px}.custom-select-display.disabled{background-color:#cccdcf;color:#7f8287;cursor:not-allowed}.arrow{font-size:12px;transition:transform .2s}.custom-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:6px;margin-top:4px;box-shadow:0 4px 12px #00000026;z-index:1000;max-height:280px;overflow:hidden;display:flex;flex-direction:column}.dropdown-search{padding:10px 12px;border:none;border-bottom:1px solid #eee;outline:none;font-size:14px}.dropdown-options{max-height:220px;overflow-y:auto}.dropdown-option{padding:10px 12px;cursor:pointer}.dropdown-option.selected{font-weight:600}.otp-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.otp-modal{background:#fff;padding:30px;border-radius:15px;text-align:center;box-shadow:0 5px 15px #0000004d;max-width:400px;width:90%}.otp-inputs{display:flex;justify-content:center;gap:10px;margin:20px 0}.otp-field{width:45px;height:50px;font-size:24px;text-align:center;border:2px solid #ddd;border-radius:8px;outline:none;transition:border-color .3s}.otp-field:focus{border-color:#ff4d4d}.timer-text{font-weight:700;color:#ff4d4d;margin-top:10px}.otp-actions{margin-top:20px;display:flex;flex-direction:column;gap:10px}.verify-btn{background-color:#0202ff;color:#fff;border:none;padding:12px;border-radius:25px;cursor:pointer;font-weight:700}.verify-btn:hover{background-color:#0101ae}.resend-link{color:#09adbc;font-size:14px;cursor:pointer}.resend-link:hover{text-decoration:underline}.cancel-link{color:#6b7280;font-size:14px;cursor:pointer}
