.hr-dashboard-cards-container{background-color:#0000;grid-template-columns:repeat(4,1fr);gap:20px;font-family:Inter,system-ui,-apple-system,sans-serif;display:grid}.new-hr-card{z-index:1;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;min-height:100px;padding:16px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000008}.new-hr-card:before{content:"";z-index:-1;opacity:0;border-radius:16px;transition:opacity .4s;position:absolute;inset:0}.new-hr-card:hover{border-color:#0000;transform:translateY(-4px);box-shadow:0 14px 28px #0000000f}.new-hr-card:hover:before{opacity:1}.theme-purple{background-color:#fff}.theme-purple:before{background:linear-gradient(135deg,#99c2290d 0%,#99c22926 100%)}.theme-purple .card-icon-box{background-color:#99c22926}.theme-green{background-color:#fff}.theme-green:before{background:linear-gradient(135deg,#99c2290d 0%,#99c22926 100%)}.theme-green .card-icon-box{background-color:#99c22926}.card-header-top{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.card-icon-box{color:#99c229;border-radius:14px;justify-content:center;align-items:center;width:43px;height:43px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.new-hr-card:hover .card-icon-box{transform:scale(1.1)rotate(4deg)}.card-icon-box svg{stroke-width:3.2px;width:20px;height:20px}.card-trend-badge{background-color:#fff;border-radius:8px;align-items:center;gap:4px;padding:4px 8px;font-size:10px;font-weight:700;display:flex}.trend-positive{color:#99c229;background-color:#99c22926}.trend-negative{color:#e11d48;background-color:#fef2f2}.card-main-content{margin-bottom:12px}.card-title-text{color:#64748b;margin-bottom:4px;font-size:12px;font-weight:600}.card-value-text{color:#0f172a;font-size:24px;font-weight:700;line-height:1}.card-footer-info{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.card-subtitle-text{color:#94a3b8;font-size:12px;font-weight:500}.card-view-link{color:#64748b;cursor:pointer;align-items:center;gap:4px;font-size:12px;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.card-view-link:hover{color:#99c229}.card-view-link svg{width:12px;height:12px;transition:transform .3s}.new-hr-card:hover .card-view-link svg{transform:translate(2px,-2px)}.hr-filter-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.hr-filter-left{align-items:center;display:flex}.hr-filter-right{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.hr-filter-select-wrap{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:7px;padding:7px 12px;transition:border-color .2s;display:flex}.hr-filter-select-wrap:focus-within{border-color:#99c229}.hr-filter-select{color:#334155;cursor:pointer;background:0 0;border:none;outline:none;min-width:130px;font-size:13px;font-weight:500}.hr-filter-select:disabled{color:#94a3b8;cursor:not-allowed}.hr-filter-date-wrap{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:6px;padding:7px 12px;transition:border-color .2s;display:flex}.hr-filter-date-wrap:focus-within{border-color:#99c229}.hr-filter-date{color:#334155;cursor:pointer;background:0 0;border:none;outline:none;font-size:13px;font-weight:500}.hr-filter-date-sep{color:#cbd5e1;font-size:12px}.hr-main-section{grid-template-columns:2fr 1fr;gap:20px;margin-top:20px;font-family:Inter,system-ui,-apple-system,sans-serif;display:grid}.hr-table-col{background:#fff;border:1px solid #f1f5f9;border-radius:16px;height:fit-content;padding:24px;box-shadow:0 4px 20px #00000008}.hr-charts-col{flex-direction:column;gap:20px;display:flex}.hr-chart-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000008}.hr-table-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.hr-table-title{color:#0f172a;align-items:center;gap:10px;font-size:16px;font-weight:700;display:flex}.title-icon svg{color:#99c229;width:22px;height:22px}.hr-table-actions{gap:12px;display:flex}.hr-select{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;padding:8px 12px;font-size:13px}.hr-more-btn{cursor:pointer;color:#94a3b8;background:0 0;border:none;align-items:center;display:flex}.hr-more-btn svg{width:20px;height:20px}.hr-tabs{border-bottom:1px solid #e2e8f0;gap:32px;margin-bottom:24px;display:flex}.hr-tab{color:#64748b;cursor:pointer;padding-bottom:12px;font-size:14px;font-weight:600;position:relative}.hr-tab.active{color:#99c229}.hr-tab.active:after{content:"";background:#99c229;border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-1px;left:0;right:0}.hr-table-wrapper{overflow-x:auto}.hr-table{border-collapse:collapse;width:100%}.hr-table th{text-align:left;color:#64748b;border-bottom:1px solid #e2e8f0;padding:12px 16px;font-size:13px;font-weight:600}.hr-table td{color:#334155;border-bottom:1px solid #f1f5f9;padding:16px;font-size:14px;font-weight:500}.hr-emp-cell{align-items:center;gap:12px;display:flex}.hr-avatar{color:#99c229;background:#99c22926;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.hr-emp-name{color:#0f172a;font-weight:600}.hr-badge{border-radius:12px;padding:4px 12px;font-size:12px;font-weight:600}.priority-high{color:#dc2626;background:#fee2e2}.priority-medium{color:#ea580c;background:#ffedd5}.priority-low{color:#0284c7;background:#e0f2fe}.status-in-progress{color:#16a34a;background:#dcfce7}.status-overdue{color:#dc2626;background:#fee2e2}.status-pending{color:#ea580c;background:#ffedd5}.status-completed{color:#0d9488;background:#ccfbf1}.hr-action-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none}.hr-action-btn svg{width:18px;height:18px}.header-circle-icon{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.icon-circle-red{background:#ffe4e6}.icon-circle-blue{background:#e0f2fe}.icon-circle-purple{background:#f3e8ff}.icon-circle-green{background:#99c22926}.header-pill-badge{vertical-align:middle;border-radius:12px;margin-left:8px;padding:4px 8px;font-size:11px;font-weight:700}.badge-red{color:#fff;background:#f43f5e}.badge-blue{color:#fff;background:#0ea5e9}.badge-purple{color:#fff;background:#a855f7}.badge-green{color:#fff;background:#99c229}.download-btn{color:#fff;cursor:pointer;background:#99c229;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.download-btn svg{width:18px;height:18px}.date-picker-box{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;display:flex}.date-picker-box svg{color:#94a3b8;width:16px;height:16px}.custom-tab-table th{border-top:1px solid #f1f5f9;border-bottom:1px dashed #e2e8f0;padding:16px 12px}.custom-tab-table td{border-bottom:1px dashed #e2e8f0;padding:16px 12px}.custom-tab-table tr:last-child td{border-bottom:none}.overdue-badge{color:#f43f5e;background:#ffe4e6;border-radius:12px;margin-left:8px;padding:4px 10px;font-size:11px;font-weight:600}.p1-badge{color:#ef4444;background:#fee2e2;border-radius:8px;padding:2px 8px;font-size:11px;font-weight:700}.hr-table-footer{text-align:center;padding-top:20px}.hr-view-all{color:#4f46e5;align-items:center;gap:6px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.hr-view-all svg{width:16px;height:16px}.hr-chart-header{color:#0f172a;margin-bottom:24px;font-size:16px;font-weight:700}.hr-chart-header.between{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.hr-select.sm{padding:4px 8px;font-size:12px}.hr-donut-container,.hr-attendance-container{align-items:center;gap:24px;display:flex}.hr-donut-chart,.hr-ring-chart{flex-shrink:0;width:140px;height:140px;position:relative}.donut,.circular-chart{width:100%;height:100%;transform:rotate(-90deg)}.donut-segment{stroke-width:12px;transition:all .3s}.segment-eng{stroke:#6366f1}.segment-sales{stroke:#3b82f6}.segment-marketing{stroke:#10b981}.segment-hr{stroke:#f59e0b}.segment-finance{stroke:#8b5cf6}.segment-others{stroke:#94a3b8}.donut-hole{stroke-width:0}.donut-center-text,.ring-center-text{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.d-val,.r-val{color:#0f172a;font-size:20px;font-weight:700;line-height:1.2}.d-lbl,.r-lbl{color:#64748b;font-size:12px}.hr-donut-legend,.hr-attendance-legend{flex-direction:column;flex-grow:1;gap:12px;display:flex}.lg-item{align-items:center;gap:8px;font-size:13px;display:flex}.lg-dot{border-radius:50%;width:8px;height:8px}.bg-eng{background:#6366f1}.bg-sales{background:#3b82f6}.bg-marketing{background:#10b981}.bg-hr{background:#f59e0b}.bg-finance{background:#8b5cf6}.bg-others{background:#94a3b8}.bg-present{background:#10b981}.bg-absent{background:#ef4444}.bg-leave{background:#f59e0b}.lg-txt{color:#475569;flex-grow:1;font-weight:500}.lg-val{color:#64748b;font-weight:600}.lg-num{font-size:14px;font-weight:700}.c-present{color:#10b981}.c-absent{color:#ef4444}.c-leave{color:#f59e0b}.circle-bg{fill:none;stroke:#f1f5f9;stroke-width:10px}.circle-fg{fill:none;stroke:#10b981;stroke-width:10px;stroke-linecap:round}.birthday-premium-card{background:#fff;border:1px solid #eef2f7;border-radius:24px;flex-direction:column;gap:16px;padding:24px;animation:5s ease-out forwards initial-glow;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 48px -12px #00000014,0 2px 8px -2px #0000000a}@keyframes initial-glow{0%{border-color:#4f46e54d;box-shadow:0 0 #4f46e533}30%{border-color:#4f46e533;box-shadow:0 0 30px #4f46e526}to{border-color:#eef2f7;box-shadow:0 12px 48px -12px #00000014,0 2px 8px -2px #0000000a}}.birthday-confetti-canvas{pointer-events:none;z-index:5;width:100%;height:100%;position:absolute;top:0;left:0}.birthday-card-header{z-index:10;align-items:center;gap:12px;display:flex;position:relative}.birthday-cake-icon{font-size:28px;animation:6s ease-in-out infinite cake-bounce}@keyframes cake-bounce{0%,80%,to{transform:translateY(0)}85%{transform:translateY(-12px)scale(1.1)}90%{transform:translateY(0)scale(1)}95%{transform:translateY(-6px)scale(1.05)}}.birthday-card-title{color:#111827;letter-spacing:-.02em;margin:0;font-size:20px;font-weight:700}.birthday-employee-section{z-index:10;align-items:center;gap:16px;display:flex;position:relative}.birthday-avatar{object-fit:cover;border:2px solid #fff;border-radius:50%;width:64px;height:64px;transition:transform .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 12px #00000014}.birthday-avatar:hover{transform:scale(1.1)}.birthday-emp-name{color:#111827;letter-spacing:-.01em;margin-bottom:2px;font-size:18px;font-weight:700}.birthday-emp-role{color:#4b5563;font-size:14px;font-weight:600}.birthday-emp-dept{color:#9ca3af;margin-top:2px;font-size:13px;font-weight:500}.birthday-message-section{z-index:10;background:#f9fafb;border-radius:16px;padding:16px;position:relative}.birthday-message-title{color:#99c229;margin-bottom:6px;font-size:16px;font-weight:700}.birthday-message-text{color:#4b5563;margin:0;font-size:14px;line-height:1.6}.birthday-actions{z-index:10;gap:12px;margin-top:4px;display:flex;position:relative}.birthday-btn-primary{color:#fff;cursor:pointer;background-color:#99c229;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #99c22940}.birthday-btn-primary:hover{background-color:#8ab023;transform:translateY(-2px);box-shadow:0 6px 16px #99c22959}.birthday-btn-primary:active{transform:translateY(0)}.birthday-balloon{opacity:.8;z-index:5;pointer-events:none;font-size:32px;position:absolute}.balloon-1{animation:12s ease-in-out infinite float-up-1;bottom:-40px;right:15%}.balloon-2{animation:15s ease-in-out 4s infinite float-up-2;bottom:-40px;right:5%}@keyframes float-up-1{0%{opacity:0;transform:translateY(0)translate(0)rotate(0)}10%{opacity:.8}50%{transform:translateY(-150px)translate(-20px)rotate(-10deg)}90%{opacity:.8}to{opacity:0;transform:translateY(-300px)translate(20px)rotate(10deg)}}@keyframes float-up-2{0%{opacity:0;transform:translateY(0)translate(0)rotate(0)}10%{opacity:.8}50%{transform:translateY(-180px)translate(25px)rotate(15deg)}90%{opacity:.8}to{opacity:0;transform:translateY(-350px)translate(-15px)rotate(-15deg)}}@media (width<=1280px){.hr-dashboard-cards-container{grid-template-columns:repeat(3,1fr)}.hr-main-section{grid-template-columns:1fr}}@media (width<=992px){.hr-dashboard-cards-container{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.hr-dashboard-cards-container{grid-template-columns:1fr}.hr-donut-container,.hr-attendance-container{flex-direction:column;align-items:center}}.hr-custom-legend{flex-direction:column;gap:8px;margin-top:12px;padding:4px 16px 18px;display:flex}.hr-legend-row{align-items:center;gap:8px;display:flex}.hr-legend-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.hr-legend-label{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:11px;font-weight:500;overflow:hidden}.hr-legend-bar-wrap{background:#e8eaf0;border-radius:4px;flex-shrink:0;width:48px;height:4px;overflow:hidden}.hr-legend-bar{border-radius:4px;height:100%;transition:width .6s}.hr-legend-amount{color:#374151;text-align:right;white-space:nowrap;min-width:40px;font-size:11px;font-weight:700}.emp-dashboard-wrapper{flex-direction:column;gap:16px;animation:.3s ease-in-out fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.emp-back-btn{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;width:fit-content;margin-top:-16px;margin-bottom:4px;padding:0;font-size:14px;font-weight:600;transition:color .2s;display:inline-flex}.emp-back-btn:hover{color:#0f172a}.emp-profile-card{background:#fff;border:1px solid #e8edf2;border-radius:16px;align-items:center;gap:24px;padding:24px;display:flex;box-shadow:0 2px 10px #00000008}.emp-avatar{color:#fff;background:#99c229;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:32px;font-weight:800;display:flex;box-shadow:0 4px 12px #99c2294d}.emp-profile-info{flex:1}.emp-name{color:#0f172a;font-size:24px;font-weight:800}.emp-role{color:#64748b;margin-top:4px;font-size:14px;font-weight:600}.emp-meta-row{flex-wrap:wrap;gap:20px;margin-top:12px;display:flex}.emp-meta-row span{color:#475569;align-items:center;gap:6px;font-size:13px;display:flex}.emp-id-badge{text-align:right;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;padding:12px 20px}.emp-id-label{color:#94a3b8;text-transform:uppercase;font-size:11px;font-weight:700}.emp-id-value{color:#0f172a;margin-top:4px;font-size:20px;font-weight:800}.emp-stat-grid{grid-template-columns:repeat(6,1fr);gap:16px;display:grid}.emp-stat-card{text-align:center;background:#fff;border:1px solid #e8edf2;border-radius:16px;flex-direction:column;align-items:center;padding:20px;transition:transform .2s;display:flex;box-shadow:0 2px 8px #00000005}.emp-stat-card:hover{transform:translateY(-4px)}.emp-stat-icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:12px;font-size:20px;display:flex}.emp-stat-value{margin-bottom:6px;font-size:24px;font-weight:800;line-height:1}.emp-stat-label{color:#64748b;font-size:12px;font-weight:600}.emp-charts-row{grid-template-columns:1fr 1.5fr 1fr;gap:20px;display:grid}.emp-chart-card{background:#fff;border:1px solid #e8edf2;border-radius:16px;padding:20px;box-shadow:0 2px 8px #00000005}.emp-chart-title{color:#0f172a;margin-bottom:16px;font-size:15px;font-weight:700}.emp-donut-legend{flex-direction:column;gap:8px;margin-top:10px;display:flex}.emp-legend-item{color:#475569;align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.emp-legend-dot{border-radius:3px;width:10px;height:10px}.emp-legend-val{color:#0f172a;margin-left:auto;font-weight:700}.emp-activity-card{background:#fff;border:1px solid #e8edf2;border-radius:16px;padding:24px}.emp-activity-list{flex-direction:column;gap:16px;display:flex}.emp-activity-item{align-items:center;gap:12px;font-size:14px;display:flex}.emp-activity-dot{border-radius:50%;width:8px;height:8px}.emp-activity-action{color:#334155;flex:1;font-weight:500}.emp-activity-time{color:#94a3b8;font-size:12px;font-weight:500}
