.employee-master-container{padding:24px;min-height:100vh;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%)}.employee-master-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.employee-master-title{font-size:28px;font-weight:700;color:#1e293b;font-family:"inherit",sans-serif;letter-spacing:-.5px}.employee-master-subtitle{font-size:14px;color:#64748b;margin-top:4px}.stats-container{display:flex;gap:16px;margin-bottom:24px;flex-wrap:wrap}.stat-card{background:white;border-radius:16px;padding:20px 24px;min-width:180px;box-shadow:0 1px 3px #0000000d,0 1px 2px #00000008;border:1px solid #e2e8f0;transition:all .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.stat-card-value{font-size:32px;font-weight:700;color:#1e293b;font-family:"inherit",sans-serif}.stat-card-label{font-size:13px;color:#64748b;margin-top:4px;font-weight:500}.action-bar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;flex-wrap:wrap}.search-container{flex:1;max-width:400px;min-width:250px}.search-input{width:100%;padding:12px 16px 12px 44px;border:2px solid #e2e8f0;border-radius:12px;font-size:14px;transition:all .2s ease;background:white;font-family:"inherit",sans-serif}.search-input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.search-input::placeholder{color:#94a3b8}.action-buttons{display:flex;gap:12px;flex-wrap:wrap}.btn-modern{padding:10px 20px;border-radius:10px;font-size:14px;font-weight:600;font-family:"inherit",sans-serif;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease;border:none}.btn-primary{background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;box-shadow:0 2px 8px #10b9814d}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.btn-secondary{background:white;color:#374151;border:2px solid #e2e8f0}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.btn-icon{padding:10px;border-radius:10px;background:white;border:2px solid #e2e8f0;cursor:pointer;transition:all .2s ease}.btn-icon:hover{background:#f8fafc;border-color:#cbd5e1}.table-container-modern{background:white;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 4px 16px #00000008;border:1px solid #e2e8f0;overflow:hidden}.table-header-modern{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #f1f5f9;background:linear-gradient(to bottom,#fafbfc,#ffffff)}.table-title{font-size:18px;font-weight:600;color:#1e293b}.table-count{font-size:14px;color:#64748b;background:#f1f5f9;padding:6px 12px;border-radius:20px}.employee-row{display:flex;align-items:center;padding:16px 24px;border-bottom:1px solid #f1f5f9;transition:all .2s ease}.employee-row:hover{background:linear-gradient(to right,#f8fafc,#ffffff)}.employee-row:last-child{border-bottom:none}.employee-avatar-container{position:relative;margin-right:16px}.employee-avatar{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#10b981 0%,#059669 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:18px;font-family:"inherit",sans-serif;box-shadow:0 2px 8px #10b98140}.employee-avatar img{width:100%;height:100%;border-radius:14px;object-fit:cover}.employee-status-badge{position:absolute;bottom:-2px;right:-2px;width:14px;height:14px;background:#22c55e;border:2px solid white;border-radius:50%}.employee-info{flex:1;min-width:0}.employee-name{font-size:15px;font-weight:600;color:#1e293b;margin-bottom:2px;font-family:"inherit",sans-serif}.employee-id{font-size:12px;color:#94a3b8;font-weight:500;margin-bottom:4px}.employee-designation{font-size:13px;color:#64748b;display:flex;align-items:center;gap:8px}.employee-department{font-size:12px;color:#10b981;background:rgba(16,185,129,.1);padding:2px 8px;border-radius:6px;font-weight:500}.employee-meta{display:flex;flex-direction:column;gap:4px;min-width:160px;padding:0 24px}.employee-meta-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b}.employee-meta-icon{width:16px;height:16px;color:#94a3b8}.employee-actions{display:flex;gap:8px}.action-btn{width:36px;height:36px;border-radius:10px;border:none;background:#f8fafc;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.action-btn:hover{background:#10b981;color:#fff;transform:scale(1.05)}.action-btn.view:hover{background:#3b82f6}.action-btn.edit:hover{background:#10b981}.rating-stars{display:flex;gap:2px;margin-top:4px}.rating-star{width:12px;height:12px;color:#fbbf24}.pagination-modern{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-top:1px solid #f1f5f9;background:#fafbfc}.pagination-info{font-size:14px;color:#64748b}.pagination-controls{display:flex;gap:8px}.pagination-btn{width:36px;height:36px;border-radius:10px;border:1px solid #e2e8f0;background:white;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-weight:500}.pagination-btn:hover{border-color:#10b981;color:#10b981}.pagination-btn.active{background:#10b981;border-color:#10b981;color:#fff}.filter-modal{background:white;border-radius:24px;padding:32px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.filter-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.filter-modal-title{font-size:20px;font-weight:700;color:#1e293b}@media (max-width: 768px){.employee-master-container{padding:16px}.stats-container{flex-direction:column}.stat-card{min-width:100%}.action-bar{flex-direction:column;align-items:stretch}.search-container{max-width:100%}.employee-row{flex-wrap:wrap;gap:12px}.employee-meta{min-width:100%;padding:12px 0 0;flex-direction:row;flex-wrap:wrap}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.employee-row{animation:fadeIn .3s ease forwards}.employee-row:nth-child(1){animation-delay:.05s}.employee-row:nth-child(2){animation-delay:.1s}.employee-row:nth-child(3){animation-delay:.15s}.employee-row:nth-child(4){animation-delay:.2s}.employee-row:nth-child(5){animation-delay:.25s}.employee-detail-container{padding:24px;min-height:100vh;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%)}.profile-header-card{background:white;border-radius:24px;padding:32px;margin-bottom:24px;box-shadow:0 1px 3px #0000000d,0 4px 16px #00000008;border:1px solid #e2e8f0}.profile-avatar-section{position:relative}.profile-avatar{width:140px;height:140px;border-radius:24px;object-fit:cover;box-shadow:0 4px 20px #0000001a}.profile-avatar-placeholder{width:140px;height:140px;border-radius:24px;background:linear-gradient(135deg,#10b981 0%,#059669 100%);display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:600;color:#fff;font-family:"inherit",sans-serif;box-shadow:0 4px 20px #10b9814d}.profile-status-badge{position:absolute;bottom:8px;right:8px;width:24px;height:24px;background:#22c55e;border:4px solid white;border-radius:50%;box-shadow:0 2px 8px #22c55e66}.profile-info{flex:1;padding-left:32px}.profile-name{font-size:32px;font-weight:700;color:#1e293b;font-family:"inherit",sans-serif;letter-spacing:-.5px;margin-bottom:8px}.profile-id{font-size:14px;color:#64748b;font-weight:600;background:#f1f5f9;padding:4px 12px;border-radius:8px;display:inline-block;margin-bottom:12px}.profile-designation{font-size:16px;color:#475569;font-weight:500;margin-bottom:4px}.profile-department{font-size:14px;color:#10b981;font-weight:600;background:rgba(16,185,129,.1);padding:4px 12px;border-radius:8px;display:inline-block;margin-bottom:16px}.contact-item{display:flex;align-items:center;gap:12px;margin-bottom:10px;font-size:14px;color:#475569}.contact-icon{width:36px;height:36px;border-radius:10px;background:#f8fafc;display:flex;align-items:center;justify-content:center;color:#64748b}.profile-stats{display:flex;flex-direction:column;align-items:flex-end;gap:16px}.join-date{font-size:14px;color:#64748b;font-weight:500;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);padding:8px 16px;border-radius:12px;border:1px solid #e2e8f0}.status-toggle{display:flex;align-items:center;gap:12px;padding:8px 16px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.status-label{font-size:13px;color:#64748b;font-weight:500}.manager-section{display:flex;align-items:center;gap:24px;margin-top:16px;padding:16px;background:#f8fafc;border-radius:16px;border:1px solid #e2e8f0}.manager-card{display:flex;flex-direction:column;align-items:center;gap:8px}.manager-avatar{width:56px;height:56px;border-radius:14px;object-fit:cover;border:2px solid white;box-shadow:0 2px 8px #0000001a}.manager-name{font-size:13px;font-weight:600;color:#1e293b;text-align:center}.manager-role{font-size:11px;color:#64748b;font-weight:500}.manager-arrow{color:#cbd5e1;font-size:24px}.tabs-container{background:white;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 4px 16px #00000008;border:1px solid #e2e8f0;overflow:hidden}.modern-tabs{display:flex;gap:8px;padding:16px 24px;border-bottom:1px solid #f1f5f9;background:linear-gradient(to bottom,#fafbfc,#ffffff);overflow-x:auto}.modern-tab{padding:12px 24px;border-radius:12px;font-size:14px;font-weight:600;font-family:"inherit",sans-serif;color:#64748b;background:transparent;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.modern-tab:hover{background:#f1f5f9;color:#374151}.modern-tab.active{background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;box-shadow:0 2px 8px #10b9814d}.info-card{background:white;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;transition:all .2s ease}.info-card:hover{box-shadow:0 4px 12px #00000014}.info-card-header{background:linear-gradient(135deg,#1e293b 0%,#334155 100%);padding:16px 20px;display:flex;align-items:center;gap:12px}.info-card-header.green{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.info-card-header.blue{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)}.info-card-header.purple{background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%)}.info-card-icon{color:#fff;font-size:20px}.info-card-title{color:#fff;font-size:15px;font-weight:600;font-family:"inherit",sans-serif}.info-card-body{padding:20px}.info-row{display:flex;flex-direction:column;padding:12px 0;border-bottom:1px solid #f1f5f9}.info-row:last-child{border-bottom:none}.info-label{font-size:12px;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.info-value{font-size:15px;color:#1e293b;font-weight:600;font-family:"inherit",sans-serif}.rating-container{display:flex;align-items:center;gap:8px}.rating-star{color:#fbbf24;font-size:20px}.rating-star.empty{color:#e2e8f0}@media (max-width: 1024px){.profile-header-card{padding:24px}.profile-info{padding-left:24px}.profile-name{font-size:24px}.profile-avatar,.profile-avatar-placeholder{width:100px;height:100px}}@media (max-width: 768px){.employee-detail-container{padding:16px}.profile-header-card{flex-direction:column;text-align:center}.profile-info{padding-left:0;padding-top:20px}.profile-stats{align-items:center;padding-top:20px}.manager-section{flex-direction:column}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-header-card{animation:fadeInUp .4s ease forwards}.tabs-container{animation:fadeInUp .4s ease .1s forwards;opacity:0;animation-fill-mode:forwards}.info-card{animation:fadeInUp .3s ease forwards}
