.StaffManager-module__1l_cHa__staffManagerContainer{background:#f5f7fa;min-height:100vh;padding:20px}.StaffManager-module__1l_cHa__header{background:#fff;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:20px;display:flex;box-shadow:0 2px 8px #00000014}.StaffManager-module__1l_cHa__header h1{color:#333;margin:0 0 5px;font-size:28px}.StaffManager-module__1l_cHa__header p{color:#666;margin:0;font-size:14px}.StaffManager-module__1l_cHa__addBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.StaffManager-module__1l_cHa__addBtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.StaffManager-module__1l_cHa__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:20px;display:grid}.StaffManager-module__1l_cHa__statCard{background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 8px #00000014}.StaffManager-module__1l_cHa__statCard h3{color:#333;margin:0 0 12px;font-size:14px;font-weight:600}.StaffManager-module__1l_cHa__statValues{flex-direction:column;gap:8px;display:flex}.StaffManager-module__1l_cHa__stat{justify-content:space-between;align-items:center;font-size:12px;display:flex}.StaffManager-module__1l_cHa__stat .StaffManager-module__1l_cHa__label{color:#666}.StaffManager-module__1l_cHa__stat .StaffManager-module__1l_cHa__value{color:#667eea;font-size:16px;font-weight:600}.StaffManager-module__1l_cHa__mainContent{grid-template-columns:1fr 1.5fr;gap:20px;display:grid}.StaffManager-module__1l_cHa__staffListContainer{background:#fff;border-radius:12px;height:fit-content;padding:20px;box-shadow:0 2px 8px #00000014}.StaffManager-module__1l_cHa__listHeader{border-bottom:2px solid #f0f0f0;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.StaffManager-module__1l_cHa__listHeader h2{color:#333;margin:0;font-size:16px}.StaffManager-module__1l_cHa__filterSelect{cursor:pointer;border:1px solid #ddd;border-radius:6px;padding:8px 12px;font-size:12px}.StaffManager-module__1l_cHa__staffList{flex-direction:column;gap:12px;max-height:600px;display:flex;overflow-y:auto}.StaffManager-module__1l_cHa__staffItem{cursor:pointer;background:#f9f9f9;border:2px solid #eee;border-radius:8px;align-items:center;gap:12px;padding:12px;transition:all .2s;display:flex}.StaffManager-module__1l_cHa__staffItem:hover{background:#f0f2ff;border-color:#667eea}.StaffManager-module__1l_cHa__staffItem.StaffManager-module__1l_cHa__selected{background:#f0f2ff;border-color:#667eea;box-shadow:0 4px 12px #667eea33}.StaffManager-module__1l_cHa__staffAvatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:600;display:flex}.StaffManager-module__1l_cHa__staffInfo{flex:1;min-width:0}.StaffManager-module__1l_cHa__staffInfo h3{color:#333;margin:0;font-size:13px;font-weight:600}.StaffManager-module__1l_cHa__role{color:#667eea;margin:2px 0 0;font-size:11px}.StaffManager-module__1l_cHa__dept{color:#999;margin:2px 0 0;font-size:11px}.StaffManager-module__1l_cHa__statusBadge{text-transform:uppercase;white-space:nowrap;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:600}.StaffManager-module__1l_cHa__statusBadgeAvailable{color:#155724;background:#d4edda}.StaffManager-module__1l_cHa__statusBadgeOnCall{color:#856404;background:#fff3cd}.StaffManager-module__1l_cHa__statusBadgeBreak{color:#383d41;background:#e2e3e5}.StaffManager-module__1l_cHa__statusBadgeOffline{color:#721c24;background:#f8d7da}.StaffManager-module__1l_cHa__detailsPanel{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014}.StaffManager-module__1l_cHa__formCard,.StaffManager-module__1l_cHa__detailsCard{animation:.3s ease-out StaffManager-module__1l_cHa__fadeIn}@keyframes StaffManager-module__1l_cHa__fadeIn{0%{opacity:0}to{opacity:1}}.StaffManager-module__1l_cHa__formCard h2,.StaffManager-module__1l_cHa__detailsCard h2{color:#333;margin:0 0 20px;font-size:20px}.StaffManager-module__1l_cHa__formGroup{flex-direction:column;margin-bottom:16px;display:flex}.StaffManager-module__1l_cHa__formGroup label{color:#333;margin-bottom:6px;font-size:13px;font-weight:500}.StaffManager-module__1l_cHa__formGroup input,.StaffManager-module__1l_cHa__formGroup select,.StaffManager-module__1l_cHa__formGroup textarea{border:1px solid #ddd;border-radius:6px;padding:10px 12px;font-family:inherit;font-size:13px;transition:all .2s}.StaffManager-module__1l_cHa__formGroup input:focus,.StaffManager-module__1l_cHa__formGroup select:focus,.StaffManager-module__1l_cHa__formGroup textarea:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.StaffManager-module__1l_cHa__formRow{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:0;display:grid}.StaffManager-module__1l_cHa__mobileContainer{background:#f9f9f9;border:1px solid #eee;border-radius:6px;flex-wrap:wrap;gap:8px;margin-bottom:12px;padding:12px;display:flex}.StaffManager-module__1l_cHa__mobileItem{background:#fff;border:1px solid #ddd;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;font-size:12px;display:flex}.StaffManager-module__1l_cHa__mobileItem span:first-child{color:#667eea;font-family:Courier New,monospace;font-weight:600}.StaffManager-module__1l_cHa__removeBtn{color:#fff;cursor:pointer;background:#ff6b6b;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:12px;transition:all .2s;display:flex}.StaffManager-module__1l_cHa__removeBtn:hover{background:#ff5252}.StaffManager-module__1l_cHa__mobileInputRow{gap:8px;display:flex}.StaffManager-module__1l_cHa__mobileInputRow input{border:1px solid #ddd;border-radius:6px;flex:1;padding:10px 12px;font-size:13px}.StaffManager-module__1l_cHa__addMobileBtn{color:#fff;cursor:pointer;white-space:nowrap;background:#667eea;border:none;border-radius:6px;padding:10px 16px;font-size:13px;font-weight:600;transition:all .2s}.StaffManager-module__1l_cHa__addMobileBtn:hover{background:#5569d8}.StaffManager-module__1l_cHa__formActions{border-top:2px solid #f0f0f0;gap:12px;margin-top:24px;padding-top:20px;display:flex}.StaffManager-module__1l_cHa__submitBtn,.StaffManager-module__1l_cHa__cancelBtn{cursor:pointer;border:none;border-radius:6px;flex:1;padding:12px 20px;font-size:14px;font-weight:600;transition:all .2s}.StaffManager-module__1l_cHa__submitBtn{color:#fff;background:#28a745}.StaffManager-module__1l_cHa__submitBtn:hover{background:#218838;transform:translateY(-2px)}.StaffManager-module__1l_cHa__cancelBtn{color:#333;background:#f0f0f0}.StaffManager-module__1l_cHa__cancelBtn:hover{background:#e0e0e0}.StaffManager-module__1l_cHa__detailsHeader{border-bottom:2px solid #f0f0f0;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:20px;display:flex}.StaffManager-module__1l_cHa__largeAvatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:32px;font-weight:600;display:flex}.StaffManager-module__1l_cHa__headerInfo h2{color:#333;margin:0 0 4px;font-size:20px}.StaffManager-module__1l_cHa__headerInfo p{color:#666;margin:0 0 8px;font-size:14px}.StaffManager-module__1l_cHa__headerStats{align-items:center;gap:12px;display:flex}.StaffManager-module__1l_cHa__rating{color:#ffc107;font-size:14px;font-weight:600}.StaffManager-module__1l_cHa__detailsInfo{background:#f9f9f9;border-radius:8px;margin-bottom:20px;padding:16px}.StaffManager-module__1l_cHa__infoRow{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:8px 0;display:flex}.StaffManager-module__1l_cHa__infoRow:last-child{border-bottom:none}.StaffManager-module__1l_cHa__label{color:#666;text-transform:uppercase;font-size:12px;font-weight:600}.StaffManager-module__1l_cHa__value{color:#333;font-size:14px}.StaffManager-module__1l_cHa__mobilesSection{margin-bottom:20px}.StaffManager-module__1l_cHa__mobilesSection h3{color:#333;margin:0 0 12px;font-size:14px;font-weight:600}.StaffManager-module__1l_cHa__mobilesList{background:#f9f9f9;border-radius:6px;flex-direction:column;gap:8px;padding:12px;display:flex}.StaffManager-module__1l_cHa__mobileListItem{background:#fff;border:1px solid #eee;border-radius:6px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.StaffManager-module__1l_cHa__mobileNumber{color:#667eea;font-family:Courier New,monospace;font-size:13px;font-weight:600}.StaffManager-module__1l_cHa__priority{color:#999;background:#f0f0f0;border-radius:12px;padding:2px 8px;font-size:11px}.StaffManager-module__1l_cHa__statusControl{background:#f9f9f9;border-radius:8px;margin-bottom:20px;padding:16px}.StaffManager-module__1l_cHa__statusControl label{color:#333;margin-bottom:12px;font-size:12px;font-weight:600;display:block}.StaffManager-module__1l_cHa__statusButtons{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.StaffManager-module__1l_cHa__statusBtn{color:#666;cursor:pointer;background:#fff;border:2px solid #ddd;border-radius:6px;padding:10px;font-size:12px;font-weight:600;transition:all .2s}.StaffManager-module__1l_cHa__statusBtn:hover{color:#667eea;border-color:#667eea}.StaffManager-module__1l_cHa__statusBtn.StaffManager-module__1l_cHa__active{color:#667eea;background:#f0f2ff;border-color:#667eea}.StaffManager-module__1l_cHa__detailsActions{border-top:2px solid #f0f0f0;gap:12px;padding-top:20px;display:flex}.StaffManager-module__1l_cHa__editBtn,.StaffManager-module__1l_cHa__deleteBtn{cursor:pointer;border:none;border-radius:6px;flex:1;padding:12px 20px;font-size:14px;font-weight:600;transition:all .2s}.StaffManager-module__1l_cHa__editBtn{color:#fff;background:#667eea}.StaffManager-module__1l_cHa__editBtn:hover{background:#5569d8;transform:translateY(-2px)}.StaffManager-module__1l_cHa__deleteBtn{color:#fff;background:#ff6b6b}.StaffManager-module__1l_cHa__deleteBtn:hover{background:#ff5252}.StaffManager-module__1l_cHa__emptyState{text-align:center;color:#999;padding:60px 20px;font-size:16px}@media (max-width:768px){.StaffManager-module__1l_cHa__mainContent{grid-template-columns:1fr}.StaffManager-module__1l_cHa__header{flex-direction:column;align-items:flex-start;gap:16px}.StaffManager-module__1l_cHa__statsGrid{grid-template-columns:repeat(2,1fr)}.StaffManager-module__1l_cHa__staffListContainer,.StaffManager-module__1l_cHa__staffList{max-height:300px}.StaffManager-module__1l_cHa__formRow{grid-template-columns:1fr}.StaffManager-module__1l_cHa__formActions,.StaffManager-module__1l_cHa__detailsActions{flex-direction:column}.StaffManager-module__1l_cHa__submitBtn,.StaffManager-module__1l_cHa__cancelBtn,.StaffManager-module__1l_cHa__editBtn,.StaffManager-module__1l_cHa__deleteBtn{width:100%}.StaffManager-module__1l_cHa__detailsHeader{flex-direction:column;align-items:flex-start}.StaffManager-module__1l_cHa__statusButtons{grid-template-columns:repeat(2,1fr)}}
