.Register-module__94NbSW__registerContainer{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;display:flex}.Register-module__94NbSW__registerCard{background:#fff;border-radius:12px;width:100%;max-width:700px;padding:40px;animation:.5s ease-out Register-module__94NbSW__slideIn;box-shadow:0 10px 40px #0000001a}@keyframes Register-module__94NbSW__slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Register-module__94NbSW__header{text-align:center;margin-bottom:30px}.Register-module__94NbSW__header h1{color:#333;margin:0 0 10px;font-size:28px}.Register-module__94NbSW__header p{color:#666;margin:0;font-size:14px}.Register-module__94NbSW__progressBar{justify-content:space-between;gap:10px;margin-bottom:40px;display:flex}.Register-module__94NbSW__step{color:#999;flex-direction:column;flex:1;align-items:center;gap:8px;display:flex}.Register-module__94NbSW__step.Register-module__94NbSW__active{color:#667eea}.Register-module__94NbSW__stepNumber{background:#f0f0f0;border:2px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;transition:all .3s;display:flex}.Register-module__94NbSW__step.Register-module__94NbSW__active .Register-module__94NbSW__stepNumber{color:#fff;background:#667eea;border-color:#667eea}.Register-module__94NbSW__step span{text-align:center;font-size:12px}.Register-module__94NbSW__successMessage{color:#155724;background:#d4edda;border-left:4px solid #28a745;border-radius:6px;margin-bottom:20px;padding:12px 16px}.Register-module__94NbSW__errorMessage{color:#721c24;background:#f8d7da;border-left:4px solid #f5c6cb;border-radius:6px;margin-bottom:20px;padding:12px 16px}.Register-module__94NbSW__formStep{animation:.3s ease-out Register-module__94NbSW__fadeIn}@keyframes Register-module__94NbSW__fadeIn{0%{opacity:0}to{opacity:1}}.Register-module__94NbSW__formStep h2{color:#333;margin:0 0 20px;font-size:20px}.Register-module__94NbSW__formGroup{flex-direction:column;margin-bottom:16px;display:flex}.Register-module__94NbSW__formGroup label{color:#333;margin-bottom:6px;font-size:14px;font-weight:500}.Register-module__94NbSW__formGroup input,.Register-module__94NbSW__formGroup select{border:1px solid #ddd;border-radius:6px;padding:10px 12px;font-family:inherit;font-size:14px;transition:all .2s}.Register-module__94NbSW__formGroup input:focus,.Register-module__94NbSW__formGroup select:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.Register-module__94NbSW__formRow{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:0;display:grid}@media (max-width:600px){.Register-module__94NbSW__formRow{grid-template-columns:1fr}}.Register-module__94NbSW__departmentsContainer{margin-bottom:20px}.Register-module__94NbSW__departmentCard{background:#f9f9f9;border:2px solid #eee;border-radius:8px;margin-bottom:20px;padding:20px;transition:all .2s}.Register-module__94NbSW__departmentCard:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.Register-module__94NbSW__departmentHeader{border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.Register-module__94NbSW__departmentHeader h3{color:#333;margin:0;font-size:16px}.Register-module__94NbSW__removeBtn{color:#fff;cursor:pointer;background:#ff6b6b;border:none;border-radius:4px;padding:6px 12px;font-size:12px;transition:all .2s}.Register-module__94NbSW__removeBtn:hover{background:#ff5252}.Register-module__94NbSW__removeBtn:disabled{cursor:not-allowed;background:#ddd}.Register-module__94NbSW__mobileNumbersList{margin:12px 0}.Register-module__94NbSW__mobileInputRow{gap:8px;margin-bottom:8px;display:flex}.Register-module__94NbSW__mobileInputRow input{border:1px solid #ddd;border-radius:6px;flex:1;padding:10px 12px;font-size:14px}.Register-module__94NbSW__mobileInputRow button{color:#fff;cursor:pointer;background:#ff6b6b;border:none;border-radius:6px;padding:10px 8px;font-size:14px;transition:all .2s}.Register-module__94NbSW__mobileInputRow button:hover{background:#ff5252}.Register-module__94NbSW__addBtn,.Register-module__94NbSW__addDepartmentBtn{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:6px;margin-top:8px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s}.Register-module__94NbSW__addBtn:hover,.Register-module__94NbSW__addDepartmentBtn:hover{background:#5569d8;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.Register-module__94NbSW__addBtn:disabled,.Register-module__94NbSW__addDepartmentBtn:disabled{cursor:not-allowed;background:#ddd;transform:none}.Register-module__94NbSW__addDepartmentBtn{width:100%}.Register-module__94NbSW__buttonGroup{justify-content:flex-end;gap:12px;margin-top:30px;display:flex}.Register-module__94NbSW__prevBtn,.Register-module__94NbSW__nextBtn,.Register-module__94NbSW__submitBtn{cursor:pointer;border:none;border-radius:6px;min-width:100px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.Register-module__94NbSW__prevBtn{color:#333;background:#f0f0f0}.Register-module__94NbSW__prevBtn:hover:not(:disabled){background:#e0e0e0}.Register-module__94NbSW__nextBtn{color:#fff;background:#667eea;flex:1;max-width:150px}.Register-module__94NbSW__nextBtn:hover:not(:disabled){background:#5569d8}.Register-module__94NbSW__submitBtn{color:#fff;background:#28a745;flex:1;max-width:200px}.Register-module__94NbSW__submitBtn:hover:not(:disabled){background:#218838}.Register-module__94NbSW__prevBtn:disabled,.Register-module__94NbSW__nextBtn:disabled,.Register-module__94NbSW__submitBtn:disabled{opacity:.6;cursor:not-allowed}.Register-module__94NbSW__footer{text-align:center;border-top:1px solid #eee;margin-top:20px;padding-top:20px}.Register-module__94NbSW__footer p{color:#666;margin:0;font-size:14px}.Register-module__94NbSW__footer a{color:#667eea;font-weight:500;text-decoration:none}.Register-module__94NbSW__footer a:hover{text-decoration:underline}@media (max-width:600px){.Register-module__94NbSW__registerCard{padding:24px}.Register-module__94NbSW__header h1{font-size:22px}.Register-module__94NbSW__progressBar{margin-bottom:30px}.Register-module__94NbSW__step span{font-size:11px}.Register-module__94NbSW__stepNumber{width:32px;height:32px;font-size:12px}.Register-module__94NbSW__buttonGroup{flex-direction:column;gap:8px}.Register-module__94NbSW__prevBtn,.Register-module__94NbSW__nextBtn,.Register-module__94NbSW__submitBtn{width:100%}.Register-module__94NbSW__departmentHeader{flex-direction:column;align-items:flex-start;gap:8px}.Register-module__94NbSW__removeBtn{align-self:flex-end}}
