:root{--bg-primary:#f8fafc;--bg-secondary:#fff;--text-primary:#0f172a;--text-secondary:#64748b;--text-tertiary:#94a3b8;--accent-lavender:#ede9fe;--accent-lavender-text:#6d28d9;--accent-lavender-border:#ddd6fe;--accent-green:#10b981;--accent-green-hover:#059669;--accent-red:#fee2e2;--accent-red-text:#b91c1c;--accent-yellow:#fef3c7;--accent-yellow-text:#b45309;--border-color:#e2e8f0;--shadow-card:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--shadow-hover:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--font-family:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;line-height:1.5;overflow-x:hidden}.dash-card{background:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--shadow-card);border-radius:12px;padding:18px}.btn-primary{background-color:var(--accent-green);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:6px 14px;font-size:13px;font-weight:500;transition:background-color .2s;display:inline-flex}.btn-primary:hover{background-color:var(--accent-green-hover)}.btn-outline{color:var(--text-secondary);border:1px solid var(--border-color);cursor:pointer;background-color:#0000;border-radius:6px;padding:6px 12px;font-size:13px;transition:all .2s}.btn-outline:hover{color:var(--text-primary);background-color:#f1f5f9}.btn-icon{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;display:flex}.btn-icon:hover{color:var(--text-secondary);background:#f1f5f9}.badge{border-radius:12px;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.badge-red{background-color:var(--accent-red);color:var(--accent-red-text)}.badge-lavender{background-color:var(--accent-lavender);color:var(--accent-lavender-text)}.badge-yellow{background-color:var(--accent-yellow);color:var(--accent-yellow-text)}.badge-green{color:#047857;background-color:#d1fae5}.badge-gray{color:#475569;background-color:#f1f5f9}.flex{display:flex}.flex-col{flex-direction:column;display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.w-full{width:100%}.text-xs{font-size:11px}.text-sm{font-size:13px}.text-base{font-size:15px}.text-lg{font-size:18px;font-weight:600}.text-xl{font-size:24px;font-weight:600}.text-2xl{font-size:32px;font-weight:600}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-muted{color:var(--text-secondary)}.text-light{color:var(--text-tertiary)}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.data-table-container{background:0 0;flex-direction:column;gap:2rem;padding:1rem;display:flex}.employee-table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;max-width:100%;overflow:auto;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.spreadsheet-table{border-collapse:collapse;color:#000;background:#fff;border-style:hidden;min-width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:13px}.spreadsheet-table th,.spreadsheet-table td{text-align:right;white-space:nowrap;border:1px solid #dcdcdc;padding:6px 10px}.spreadsheet-table th{text-align:center;z-index:10;background:#f8f9fa;font-weight:700;position:sticky;top:0;box-shadow:0 1px #dcdcdc}.spreadsheet-table th:first-child,.spreadsheet-table td:first-child{z-index:5;text-align:left;text-overflow:ellipsis;background:#fff;min-width:250px;max-width:300px;position:sticky;left:0;overflow:hidden;box-shadow:1px 0 #dcdcdc}.spreadsheet-table th:first-child{z-index:11;background:#f1f5f9}.row-total td{background:#f8f9fa;font-weight:700}.row-total td:first-child{background:#f8f9fa}.spreadsheet-table tbody tr:not(.row-employee):hover td,.spreadsheet-table tbody tr:not(.row-employee):hover td:first-child{background:#f1f5f9}.weekly-report-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;max-width:100%;overflow:auto;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.weekly-report-table{border-collapse:collapse;color:#000;background:#fff;min-width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:13px}.weekly-report-table th,.weekly-report-table td{text-align:right;white-space:nowrap;border:1px solid #dcdcdc;padding:6px 10px}.weekly-report-table thead th{color:#fff;text-align:center;z-index:10;background:#1e293b;position:sticky;top:0}.weekly-report-table thead th:first-child{text-align:left;min-width:320px}.weekly-report-table td:first-child,.weekly-report-table th:first-child{z-index:5;text-align:left;white-space:normal;min-width:320px;max-width:420px;position:sticky;left:0}.section-header-row td:first-child{background:#dcfce7}.weekly-report-table tbody tr:hover td{background:#f1f5f9}.weekly-report-table tbody tr.section-header-row:hover td{background:#bbf7d0}.weekly-report-table tbody tr:hover td:first-child{background:#f1f5f9}.weekly-report-table tbody tr.section-header-row:hover td:first-child{background:#bbf7d0}.total-col{background:#f8f9fa;font-weight:700}.daily-report-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;max-width:100%;overflow:auto;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.daily-report-table{border-collapse:collapse;table-layout:fixed;color:#000;background:#fff;width:max-content;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:13px}.daily-report-table th,.daily-report-table td{box-sizing:border-box;text-align:right;white-space:nowrap;border:1px solid #dcdcdc;padding:6px 10px;overflow:hidden}.daily-report-table th:not(:first-child):not(.total-col),.daily-report-table td:not(:first-child):not(.total-col){width:70px}.daily-report-table thead th{color:#fff;text-align:center;z-index:10;background:#1e293b;position:sticky;top:0}.daily-report-table thead .weekday-label{opacity:.7;text-transform:lowercase;font-size:10px;font-weight:400;display:block}.daily-report-table thead th:first-child{text-align:left}.daily-report-table td:first-child,.daily-report-table th:first-child{z-index:20;text-align:left;white-space:normal;width:300px;position:sticky;left:0;overflow:visible}.daily-report-table td.total-col,.daily-report-table th.total-col{z-index:15;width:100px;position:sticky;left:298px;box-shadow:2px 0 #94a3b8}.section-header-row td{background:#dcfce7;font-weight:600}.section-header-row td:first-child,.section-header-row td.total-col{background:#dcfce7}.sub-row td:first-child{color:var(--text-secondary,#64748b);background:#fff;padding-left:24px}.sub-row td.total-col{background:#f8f9fa}.daily-report-table tbody tr:hover td{background:#f1f5f9}.daily-report-table tbody tr.section-header-row:hover td{background:#bbf7d0}.daily-report-table tbody tr:hover td:first-child,.daily-report-table tbody tr:hover td.total-col{background:#f1f5f9}.daily-report-table tbody tr.section-header-row:hover td:first-child,.daily-report-table tbody tr.section-header-row:hover td.total-col{background:#bbf7d0}.total-col{font-weight:700}.app-container{flex-direction:column;max-width:1400px;min-height:100vh;margin:0 auto;padding:2rem;display:flex}.header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.header h1{background:linear-gradient(to right, var(--accent-primary), var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2rem}.dashboard-grid{grid-template-columns:repeat(12,1fr);gap:1.5rem;display:grid}.kpi-card{flex-direction:column;grid-column:span 3;gap:.5rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;container-type:inline-size}.kpi-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0006}.kpi-header{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.kpi-icon{color:var(--accent-primary);background:#3b82f61a;border-radius:8px;padding:.5rem}.kpi-value{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:clamp(1.2rem,15cqw,2.5rem);font-weight:700;overflow:hidden}.chart-card{grid-column:span 8;min-height:400px;padding:1.5rem}.chart-card.full-width{grid-column:span 12}.chart-card h3{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.25rem}.leaderboard-card{grid-column:span 4;padding:1.5rem}.leaderboard-card h3{margin-bottom:1.5rem}.employee-list{flex-direction:column;gap:1rem;display:flex}.employee-item{cursor:pointer;background:#00000005;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem;transition:all .2s;display:flex}.employee-item:hover{border-color:var(--border-glass);background:#0000000a}.employee-info{align-items:center;gap:1rem;display:flex}.employee-avatar{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex}.employee-name{font-weight:600}.employee-stat{text-align:right}.employee-stat-value{color:var(--accent-success);font-weight:700}.employee-stat-label{color:var(--text-secondary);font-size:.75rem}@media (width<=1024px){.kpi-card{grid-column:span 6}.chart-card,.leaderboard-card{grid-column:span 12}}@media (width<=640px){.kpi-card{grid-column:span 12}}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.modal-content{background:var(--bg-primary);border:1px solid var(--border-glass);border-radius:16px;width:100%;max-width:1000px;max-height:90vh;padding:2rem;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080}.modal-close{color:var(--text-primary);cursor:pointer;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.modal-close:hover{background:#0000001a}
