.ai-chat-btn{width:36px;height:36px;border:1px solid #ddd6fe;border-radius:10px;background:linear-gradient(180deg,#faf5ff,#f5f3ff);color:#7c3aed}.ai-chat-btn:hover{background:linear-gradient(180deg,#f3e8ff,#ede9fe);color:#6d28d9}.ai-chat-drawer .MuiDrawer-paper{width:min(440px,100vw)}.ai-chat-panel{display:flex;flex-direction:column;height:100%;background:#f8fafc}.ai-chat-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 16px 12px;border-bottom:1px solid #e8edf5;background:#fff}.ai-chat-title{display:flex;align-items:center;gap:8px;color:#5b21b6}.ai-chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.ai-chat-message{max-width:92%;padding:10px 12px;border-radius:14px;line-height:1.5;white-space:pre-wrap}.ai-chat-message-user{align-self:flex-end;background:#4f46e5;color:#fff;border-bottom-right-radius:4px}.ai-chat-message-assistant{align-self:flex-start;background:#fff;color:#0f172a;border:1px solid #e8edf5;border-bottom-left-radius:4px}.ai-chat-message-text strong{font-weight:700}.ai-chat-loading{display:flex;align-items:center;gap:10px}.ai-chat-suggestions{display:flex;flex-wrap:wrap;gap:8px;padding:0 16px 12px}.ai-chat-suggestions .MuiChip-root{background:#fff}.ai-chat-input-row{display:flex;align-items:center;gap:8px;padding:12px 16px 16px;border-top:1px solid #e8edf5;background:#fff}.ai-chat-input-row .MuiTextField-root{background:#fff}.icon-action-group{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.icon-action-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:8px;font-size:13px;font-weight:600;line-height:1;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:background .15s ease,border-color .15s ease,color .15s ease;white-space:nowrap}.icon-action-btn svg{flex-shrink:0}.icon-action-secondary{background:#fff;border-color:#dbeafe;color:#1e40af}.icon-action-secondary:hover{background:#eff6ff;border-color:#93c5fd}.icon-action-primary{background:#2563eb;border-color:#2563eb;color:#fff}.icon-action-primary:hover{background:#1d4ed8;border-color:#1d4ed8}.icon-action-ghost{background:transparent;border-color:#e2e8f0;color:#475569}.icon-action-ghost:hover{background:#f8fafc;border-color:#cbd5e1}.icon-action-danger{background:#fff;border-color:#fecaca;color:#b91c1c}.icon-action-danger:hover{background:#fef2f2;border-color:#f87171}.icon-action-btn:disabled{opacity:.55;cursor:not-allowed}.bulk-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.bulk-toolbar .icon-action-group{margin-left:auto}.sidebar .icon-action-btn,.topbar-right .icon-action-btn{font-size:12px}.quick-actions .icon-action-group{flex-direction:column;align-items:stretch}.quick-actions .icon-action-btn{width:100%;justify-content:flex-start}.modal-actions,.filter-modal-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px;flex-wrap:wrap;margin-top:16px}.modal-actions .icon-action-group,.filter-modal-actions.icon-action-group{margin-left:auto}.employee-page-top .icon-action-btn{padding:6px 10px}.master-data-actions.icon-action-group{justify-content:flex-end}.employee-section-head .icon-action-group{margin-left:auto}.employee-page-actions.icon-action-group{justify-content:flex-end}.dashboard-page{display:flex;flex-direction:column;gap:16px}.dash-welcome{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.dash-welcome h1{margin:0;font-size:28px;color:#0f172a}.dash-welcome p{margin:8px 0 0;color:#64748b;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.role-pill{background:#e8f0ff;color:#2d62d8;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.dash-filters{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-left:auto}.filter-input,.dash-filters select{border:1px solid #dbe3ef;background:#fff;border-radius:8px;padding:8px 12px;font-size:13px;color:#334155}.filter-btn{border:1px solid #dbe3ef;background:#fff;border-radius:8px;padding:8px 14px;cursor:pointer;font-size:13px}.dash-welcome .filter-chips{width:100%;padding:0 0 4px}.dash-welcome-wrap{display:flex;flex-direction:column;gap:10px}.kpi-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.dash-card{background:#fff;border:1px solid #e8edf5;border-radius:14px;padding:16px;box-shadow:0 2px 8px #0f172a0a}.kpi-card span{color:#64748b;font-size:13px}.kpi-card strong{display:block;font-size:28px;margin:6px 0;color:#0f172a}.kpi-card .trend{font-size:12px;font-style:normal}.trend.up{color:#10b981}.trend.down{color:#f59e0b}.trend.alert{color:#ef4444}.sparkline{width:100%;height:28px;margin-top:8px}.dash-grid{display:grid;gap:12px}.dash-grid.three-col{grid-template-columns:repeat(3,minmax(0,1fr))}.dash-grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.card-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.card-title-row h3{margin:0;font-size:15px;color:#0f172a}.card-title-row a{font-size:12px;color:#2d62d8;text-decoration:none}.donut-wrap{display:flex;gap:16px;align-items:center}.donut{width:140px;height:140px;border-radius:50%;position:relative;flex-shrink:0}.donut-hole{position:absolute;top:22px;right:22px;bottom:22px;left:22px;background:#fff;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}.donut-hole strong{font-size:22px}.donut-hole span{font-size:11px;color:#64748b}.donut-legend{list-style:none;margin:0;padding:0;font-size:12px;color:#475569;display:grid;gap:6px}.donut-legend li{display:flex;align-items:center;gap:8px}.legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.geo-map{height:120px;background:radial-gradient(circle at 20% 40%,#cbd5e1 1px,transparent 1px),radial-gradient(circle at 40% 20%,#cbd5e1 1px,transparent 1px),radial-gradient(circle at 60% 50%,#cbd5e1 1px,transparent 1px),radial-gradient(circle at 75% 35%,#cbd5e1 1px,transparent 1px),radial-gradient(circle at 85% 60%,#cbd5e1 1px,transparent 1px);background-size:24px 24px;border-radius:10px;position:relative;margin-bottom:12px}.map-dot{position:absolute;width:10px;height:10px;border-radius:50%;background:#2d62d8}.map-dot.apac{top:45%;left:72%}.map-dot.americas{top:38%;left:22%}.map-dot.emea{top:30%;left:52%}.geo-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.geo-stat{background:#f8fafc;border-radius:10px;padding:10px;text-align:center}.geo-stat strong{display:block;font-size:12px;color:#64748b}.geo-stat span{display:block;font-size:20px;font-weight:700;margin:4px 0}.geo-stat em{font-style:normal;font-size:12px;color:#2d62d8}.gauge-wrap{display:flex;justify-content:center;padding:8px 0}.gauge{width:180px;height:100px;position:relative;overflow:hidden}.gauge-arc{width:180px;height:180px;border-radius:50%;background:conic-gradient(#10b981 0,#10b981 65%,#e2e8f0 65%,#e2e8f0);position:absolute;top:0;left:0}.gauge-needle{position:absolute;bottom:0;left:50%;width:3px;height:70px;background:#0f172a;transform-origin:bottom center;margin-left:-1.5px;z-index:2}.gauge-center{position:absolute;bottom:0;left:50%;transform:translate(-50%);text-align:center;z-index:3}.gauge-center strong{display:block;font-size:22px}.gauge-center span{font-size:12px;color:#10b981;font-weight:600}.health-tags{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.risk-tag{font-size:12px;padding:6px 10px;border-radius:8px;background:#f1f5f9}.risk-tag.low{color:#10b981;background:#ecfdf5}.risk-tag.medium{color:#f59e0b;background:#fffbeb}.risk-tag.high{color:#ef4444;background:#fef2f2}.bar-chart{display:grid;gap:10px}.bar-row{display:grid;grid-template-columns:130px 1fr 32px;gap:8px;align-items:center;font-size:12px}.bar-row label{color:#475569}.bar-track{height:10px;background:#f1f5f9;border-radius:999px;overflow:hidden;display:flex}.bar-fill{height:100%;border-radius:999px}.bar-fill.blue{background:#2d62d8}.bar-fill.orange{background:#f59e0b}.bar-fill.purple{background:#8b5cf6}.stack-legend{display:flex;gap:16px;margin-top:10px;font-size:12px;color:#64748b}.stack-legend .dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}.stack-legend .dot.orange{background:#f59e0b}.stack-legend .dot.purple{background:#8b5cf6}.queue-table{width:100%;border-collapse:collapse;font-size:12px}.queue-table th,.queue-table td{text-align:left;padding:8px 4px;border-bottom:1px solid #f1f5f9}.queue-table a{color:#2d62d8;text-decoration:none}.sla-pill{padding:3px 8px;border-radius:999px;font-size:11px;font-weight:600}.activity-list,.alert-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.activity-list li{display:flex;gap:10px;align-items:flex-start}.activity-icon{width:32px;height:32px;border-radius:8px;background:#e8f0ff;flex-shrink:0}.activity-list p{margin:0;font-size:13px;color:#0f172a}.activity-list em{font-size:11px;color:#94a3b8;font-style:normal}.alert-list li{border:1px solid #e8edf5;border-radius:10px;padding:12px}.alert-priority{font-size:11px;font-weight:700;text-transform:uppercase}.alert-high .alert-priority{color:#ef4444}.alert-medium .alert-priority{color:#f59e0b}.alert-low .alert-priority{color:#10b981}.alert-list p{margin:6px 0;font-size:13px}.alert-list button{border:0;background:transparent;color:#2d62d8;font-size:12px;cursor:pointer;padding:0}@media (max-width: 1200px){.kpi-row,.dash-grid.three-col,.dash-grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.kpi-row,.dash-grid.three-col,.dash-grid.two-col{grid-template-columns:1fr}.donut-wrap{flex-direction:column}}.master-data-page{display:flex;flex-direction:column}.master-data-card{background:#fff;border:1px solid #e8edf5;border-radius:14px;box-shadow:0 2px 8px #0f172a0a;overflow:hidden}.master-data-header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 20px 12px;flex-wrap:wrap}.master-data-header h1{margin:0;font-size:24px;color:#0f172a}.master-data-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-left:auto}.btn-primary{border:0;background:#2d62d8;color:#fff;padding:10px 16px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer}.btn-secondary{border:1px solid #dbe3ef;background:#fff;color:#334155;padding:10px 16px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer}.btn-secondary:hover{background:#f8fafc}.filter-icon-btn{display:inline-flex;align-items:center;gap:8px;border:1px solid #dbe3ef;background:#fff;border-radius:10px;padding:10px 14px;font-size:14px;color:#334155;cursor:pointer}.filter-icon-btn svg{width:18px;height:18px}.filter-icon-btn:hover{background:#f8fafc;border-color:#c7d4e8}.filter-badge{min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#2d62d8;color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.filter-modal-panel{width:min(480px,100%)}.filter-modal-body{padding:16px 20px;display:grid;gap:12px}.filter-modal-body .field input,.filter-modal-body .field select{border:1px solid #dbe3ef;border-radius:8px;padding:10px 12px;font-size:14px;width:100%}.date-range-field{display:grid;gap:10px}.date-range-field .field-label{font-size:13px;color:#334155;font-weight:600}.date-preset-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.date-preset-btn{border:1px solid #dbe3ef;background:#fff;border-radius:10px;padding:10px 12px;font-size:13px;color:#334155;cursor:pointer;text-align:left}.date-preset-btn.active{border-color:#2d62d8;background:#eef4ff;color:#2d62d8;font-weight:600}.date-custom-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.date-range-summary{margin:0;font-size:12px;color:#64748b;background:#f8fafc;border-radius:8px;padding:8px 10px}.date-range-btn{display:inline-flex;align-items:center;gap:8px;border:1px solid #dbe3ef;background:#fff;border-radius:10px;padding:10px 14px;font-size:14px;color:#334155;cursor:pointer}.date-range-btn svg{width:16px;height:16px;color:#64748b}.date-range-btn:hover{background:#f8fafc}.filter-modal-actions{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:14px 20px 20px;border-top:1px solid #eef2f7}.filter-modal-actions-right{display:flex;gap:8px}.filter-chips{display:flex;gap:8px;flex-wrap:wrap;padding:0 20px 14px;align-items:center}.filter-chip{border:1px solid #dbe3ef;background:#f8fafc;border-radius:999px;padding:6px 10px;font-size:12px;color:#334155;cursor:pointer}.filter-chip span{margin-left:4px;color:#94a3b8}.clear-all{border:0;background:transparent;color:#2d62d8;font-size:12px;cursor:pointer}.master-data-loading{padding:20px}.table-wrap{overflow-x:auto}.master-data-table{width:100%;border-collapse:collapse}.master-data-table th{text-align:left;font-size:12px;color:#64748b;font-weight:600;padding:12px 16px;border-bottom:1px solid #eef2f7;background:#fafbfd}.master-data-table td{padding:14px 16px;border-bottom:1px solid #f1f5f9;font-size:14px;color:#0f172a}.master-data-table tbody tr:hover{background:#f8fbff}.master-data-table tbody tr.selected{background:#f0f6ff}.col-select{width:44px}.col-actions{width:48px;text-align:right}.name-cell{display:flex;align-items:center;gap:10px}.row-actions{position:relative;display:inline-block}.menu-trigger{border:0;background:transparent;font-size:18px;line-height:1;color:#64748b;cursor:pointer;padding:4px 8px;border-radius:6px}.menu-trigger:hover{background:#f1f5f9}.menu-panel{position:absolute;right:0;top:100%;z-index:30;background:#fff;border:1px solid #e8edf5;border-radius:8px;box-shadow:0 8px 20px #0f172a1f;min-width:120px;overflow:hidden}.menu-panel button{display:block;width:100%;border:0;background:#fff;text-align:left;padding:10px 12px;font-size:13px;cursor:pointer}.menu-panel button:hover{background:#f8fafc}.menu-panel button.danger{color:#9f2f38}.pagination.table-footer{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-top:1px solid #eef2f7}.pagination.table-footer .rows-per-page{display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b}.pagination.table-footer select{border:1px solid #dbe3ef;border-radius:8px;padding:6px 8px;font-size:13px}.pagination.table-footer .page-info{font-size:13px;color:#64748b}.pagination.table-footer .page-nav{display:flex;gap:6px}.pagination.table-footer .page-nav button{width:32px;height:32px;border:1px solid #dbe3ef;background:#fff;border-radius:8px;cursor:pointer;color:#334155}.pagination.table-footer .page-nav button:disabled{opacity:.4;cursor:not-allowed}.inactive-row{opacity:.7}.sortable-header{border:0;background:transparent;font:inherit;color:inherit;cursor:pointer;padding:0}.sortable-header:hover{color:#2d62d8}.grid-link{color:#2d62d8;text-decoration:underline}.grid-link:hover{color:#1d4ed8}.column-picker-body{max-height:360px;overflow-y:auto}.column-picker-panel{width:min(400px,calc(100vw - 32px));overflow:hidden;display:flex;flex-direction:column}.column-picker-popover{margin-top:6px!important}.list-filter-dropdown{width:min(380px,calc(100vw - 32px));margin-top:6px!important}.list-filter-dropdown-header{padding:16px 20px 8px;border-bottom:1px solid #eef2f7}.list-filter-dropdown-title{margin:0;font-size:16px;font-weight:700;color:#0f172a}.list-filter-dropdown-body{padding:16px 20px;max-height:420px;overflow-y:auto}.list-filter-dropdown-actions{display:flex;align-items:center;gap:8px;padding:12px 20px;border-top:1px solid #eef2f7}.column-picker-subtitle{margin:4px 0 0;font-size:13px;color:#64748b;font-weight:400}.column-picker-toolbar{display:flex;align-items:center;gap:10px;padding:0 20px 12px;border-bottom:1px solid #eef2f7}.column-picker-link{border:0;background:none;color:#2d62d8;font-size:13px;font-weight:600;cursor:pointer;padding:0}.column-picker-link:hover{color:#1d4ed8;text-decoration:underline}.column-picker-divider{color:#cbd5e1;font-size:12px}.column-picker-list{display:flex;flex-direction:column;gap:6px;padding:12px 20px 16px;max-height:380px;overflow-y:auto}.column-picker-row{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid #e8edf5;border-radius:8px;background:#fff;transition:border-color .15s,background .15s}.column-picker-row:hover{border-color:#c7d4e8;background:#f8fbff}.column-picker-row.is-checked{border-color:#bfdbfe;background:#f0f6ff}.column-picker-row-main{display:flex;align-items:center;gap:10px;flex:1;min-width:0;cursor:pointer;-webkit-user-select:none;user-select:none}.column-picker-order-actions{display:flex;gap:4px;flex-shrink:0}.column-picker-order-btn{width:28px;height:28px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#334155;font-size:14px;line-height:1;cursor:pointer;display:grid;place-items:center;padding:0}.column-picker-order-btn:hover:not(:disabled){border-color:#2d62d8;color:#2d62d8;background:#f0f6ff}.column-picker-order-btn:disabled{opacity:.35;cursor:not-allowed}.column-picker-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.column-picker-box{width:18px;height:18px;border:2px solid #cbd5e1;border-radius:5px;background:#fff;display:grid;place-items:center;flex-shrink:0;transition:border-color .15s,background .15s}.column-picker-check{width:12px;height:10px;color:#fff;opacity:0;transform:scale(.7);transition:opacity .15s,transform .15s}.column-picker-row.is-checked .column-picker-box{border-color:#2d62d8;background:#2d62d8}.column-picker-row.is-checked .column-picker-check{opacity:1;transform:scale(1)}.column-picker-row.is-checked .column-picker-label{color:#0f172a;font-weight:600}.column-picker-label{font-size:13px;color:#334155;line-height:1.3;flex:1;min-width:0}.column-picker-apply{border:0;background:#2d62d8;color:#fff;padding:10px 18px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer}.column-picker-apply:disabled{opacity:.45;cursor:not-allowed}.column-picker-apply:not(:disabled):hover{background:#2454c4}.field-link-preview{display:inline-block;margin-top:6px;font-size:12px;color:#2d62d8}.import-result{background:#f8fafc;border-radius:8px;padding:10px 12px;font-size:13px}.import-errors{margin:8px 0 0;padding-left:18px;color:#9f2f38;font-size:12px}.link-btn{border:none;background:none;color:#2d62d8;cursor:pointer;font-size:13px;padding:0;text-decoration:underline}.view-toggle-row{display:flex;gap:8px;padding:0 20px 12px}.view-toggle-btn{border:1px solid #dbe3ef;background:#fff;border-radius:10px;padding:8px 14px;font-size:13px;cursor:pointer;color:#334155}.view-toggle-btn.active{background:#eef4ff;border-color:#2d62d8;color:#2d62d8;font-weight:600}.assignment-detail-grid{background:#f8fafc;border-radius:10px;padding:12px 14px}.bench-summary-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:0 20px 14px}.bench-summary-card{background:#f8fafc;border:1px solid #e8edf5;border-radius:12px;padding:14px 16px}.bench-summary-card span{display:block;font-size:12px;color:#64748b}.bench-summary-card strong{display:block;font-size:28px;margin:6px 0;color:#0f172a}.bench-summary-card em{font-style:normal;font-size:12px;color:#2d62d8}.bench-summary-card.alert{background:#fff7ed;border-color:#fed7aa}.bench-summary-card.alert em{color:#c2410c}.sla-meta{display:flex;gap:12px;flex-wrap:wrap;align-items:center;font-size:13px;color:#64748b}.sla-pill{padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.sla-pill.on-track{background:#ecfdf5;color:#10b981}.sla-pill.at-risk{background:#fffbeb;color:#f59e0b}.sla-pill.overdue{background:#fef2f2;color:#ef4444}.picklist-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:0;border-top:1px solid #e8edf5;min-height:520px}.picklist-sidebar{border-right:1px solid #e8edf5;padding:16px 12px;background:#fafbfd}.picklist-sidebar h3{margin:0 8px 12px;font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.picklist-type-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.picklist-type-btn{width:100%;border:1px solid transparent;background:transparent;border-radius:10px;padding:10px 12px;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:4px}.picklist-type-btn:hover{background:#f1f5f9}.picklist-type-btn.active{background:#eef4ff;border-color:#bfdbfe}.picklist-type-label{font-size:14px;font-weight:600;color:#0f172a}.picklist-type-desc{font-size:12px;color:#64748b;line-height:1.35}.picklist-content{padding:0 0 8px;min-width:0}.picklist-content-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 20px 8px}.picklist-content-header h2{margin:0 0 4px;font-size:18px;color:#0f172a}.picklist-count{font-size:13px;color:#64748b;background:#f1f5f9;border-radius:999px;padding:6px 12px;white-space:nowrap}.picklist-readonly-note{margin:0 20px 12px;padding:10px 12px;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;font-size:13px;color:#92400e}.picklist-geo-tabs{display:flex;flex-wrap:wrap;gap:8px;padding:0 20px 12px}.picklist-geo-tab{border:1px solid #dbe3ef;background:#fff;border-radius:999px;padding:8px 14px;font-size:13px;color:#334155;cursor:pointer}.picklist-geo-tab:hover{background:#f8fafc}.picklist-geo-tab.active{background:#eef4ff;border-color:#2d62d8;color:#2d62d8;font-weight:600}.col-order{width:48px}.col-reorder{width:88px}.reorder-buttons{display:flex;gap:4px}.btn-icon{border:1px solid #dbe3ef;background:#fff;border-radius:8px;width:32px;height:32px;cursor:pointer;color:#334155;font-size:14px}.btn-icon:hover:not(:disabled){background:#f8fafc;border-color:#c7d4e8}.btn-icon:disabled{opacity:.35;cursor:not-allowed}@media (max-width: 900px){.picklist-layout{grid-template-columns:1fr}.picklist-sidebar{border-right:0;border-bottom:1px solid #e8edf5}.picklist-type-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 520px){.picklist-type-list{grid-template-columns:1fr}}.employee-page{display:flex;flex-direction:column;gap:20px}.employee-page-loading{padding:32px}.employee-page-top{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.employee-page-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap}.employee-page-header h1{margin:8px 0 4px;font-size:28px;color:#0f172a}.employee-subtitle{margin:0;color:#64748b;font-size:14px}.employee-page-actions{display:flex;gap:10px;flex-wrap:wrap}.btn-text{border:0;background:none;color:#2d62d8;font-size:14px;font-weight:600;cursor:pointer;padding:0}.employee-profile-hero{background:linear-gradient(135deg,#fff,#f8fbff 55%,#f0f6ff);border:1px solid #e2e8f0;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:20px;box-shadow:0 1px 3px #0f172a0a}.employee-profile-main{display:flex;gap:18px;align-items:flex-start}.avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#dbeafe,#e0e7ff);color:#2d62d8;display:grid;place-items:center;font-size:12px;font-weight:700;flex-shrink:0}.avatar-lg{width:64px;height:64px;font-size:20px}.employee-profile-identity{flex:1;min-width:0}.employee-profile-title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.employee-profile-title-row h1{margin:0;font-size:26px;color:#0f172a;line-height:1.2}.employee-profile-badges{display:flex;gap:6px;flex-wrap:wrap}.employee-profile-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:8px 0 0;font-size:14px;color:#64748b}.employee-profile-meta span:not(.employee-id-badge):before{content:"·";margin-right:8px;color:#cbd5e1}.employee-id-badge{font-weight:700;color:#475569;background:#f1f5f9;padding:2px 8px;border-radius:6px;font-size:12px;letter-spacing:.02em}.employee-profile-contact{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:10px}.profile-contact-item{font-size:14px;color:#2d62d8;text-decoration:none}.profile-contact-item:hover{text-decoration:underline}.profile-contact-item.muted{color:#64748b;text-decoration:none}.employee-profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding-top:4px;border-top:1px solid #e8edf5}.employee-stat-card{background:#ffffffd9;border:1px solid #e8edf5;border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:4px}.employee-stat-card span{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8}.employee-stat-card strong{font-size:15px;color:#0f172a;line-height:1.3;word-break:break-word}.employee-stat-card strong.stat-number{font-size:24px;font-weight:700}.employee-stat-card em{font-size:12px;color:#64748b;font-style:normal}.employee-summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.employee-summary-card{background:#fff;border:1px solid #e8edf5;border-radius:12px;padding:14px 16px}.employee-summary-card span{display:block;font-size:12px;color:#64748b;margin-bottom:6px}.employee-summary-card strong{font-size:15px;color:#0f172a}.employee-tabs{display:flex;gap:6px;overflow-x:auto;padding:4px;background:#f1f5f9;border-radius:12px;width:fit-content;max-width:100%}.employee-tab-panel{margin-top:0}.employee-tab{border:0;background:none;padding:8px 14px;font-size:13px;font-weight:600;color:#64748b;cursor:pointer;border-radius:8px;white-space:nowrap;flex-shrink:0;transition:background .15s,color .15s}.employee-tab:hover{color:#334155;background:#fff9}.employee-tab.active{color:#2d62d8;background:#fff;box-shadow:0 1px 3px #0f172a14}.employee-sections{display:flex;flex-direction:column;gap:16px}.employee-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}.employee-section-head h2{margin:0}.btn-sm{padding:6px 12px;font-size:13px}.change-request-modal{max-width:560px}.change-request-context{margin:0 0 16px;font-size:14px;line-height:1.5}.change-request-type-pill{display:inline-flex;margin-bottom:16px;padding:6px 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:13px;font-weight:600}.change-request-form .current-value-preview{margin:0 0 12px;padding:10px 12px;border-radius:8px;background:#f8fafc;font-size:13px}.employee-section-card{background:#fff;border:1px solid #e8edf5;border-radius:14px;padding:20px}.employee-section-card h2{margin:0 0 16px;font-size:18px;color:#0f172a}.future-badge{font-size:11px;font-weight:700;color:#7c3aed;background:#f3e8ff;padding:4px 8px;border-radius:999px}.employee-detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px 24px}.employee-field-groups{display:flex;flex-direction:column;gap:24px}.employee-field-group h3{margin:0 0 12px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.employee-editable-section{display:flex;flex-direction:column;gap:12px}.employee-editable-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:32px}.employee-editable-section-head h3{margin:0;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.employee-section-save-actions{margin-left:auto}.employee-detail-field-edit input,.employee-detail-field-edit select,.employee-detail-field-edit textarea{width:100%;border:1px solid #dbe3ef;border-radius:8px;padding:8px 10px;font-size:14px;color:#0f172a;background:#fff}.employee-detail-field-edit textarea{resize:vertical;min-height:72px}.employee-inline-edit-hint{margin:0 0 12px;padding:10px 14px;border-radius:10px;background:#eff6ff;color:#1e40af;font-size:13px}.employee-inline-edit-error{margin:0 0 12px}.employee-detail-field{display:flex;flex-direction:column;gap:4px}.employee-detail-field span{font-size:12px;color:#64748b}.employee-detail-field strong{font-size:14px;color:#0f172a;font-weight:600}.employee-detail-field .empty-value{color:#cbd5e1;font-weight:500}.field-link{font-size:14px;color:#2d62d8;font-weight:600;text-decoration:none;word-break:break-all}.field-link:hover{text-decoration:underline}.history-list{display:flex;flex-direction:column;gap:12px}.history-item{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid #eef2f7}.history-item:last-child{border-bottom:0}.history-item p{margin:4px 0 0;color:#475569;font-size:14px}.history-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px;font-size:12px;color:#64748b;white-space:nowrap}.history-source{text-transform:uppercase;font-size:10px;letter-spacing:.04em}.compact-table th,.compact-table td{padding:10px 12px;font-size:13px}.employee-row-clickable{cursor:pointer}.employee-row-clickable:hover{background:#f8fbff}.bulk-toolbar{display:flex;align-items:center;gap:12px;padding:12px 20px;background:#eff6ff;border-top:1px solid #dbeafe;border-bottom:1px solid #dbeafe}.bulk-modal{width:min(480px,calc(100vw - 32px))}.bulk-form{display:flex;flex-direction:column;gap:14px;padding:20px}.bulk-form label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:#334155}.bulk-form select,.bulk-form input{border:1px solid #dbe3ef;border-radius:10px;padding:10px 12px;font-size:14px}.muted{color:#64748b;font-size:14px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:grid;place-items:center;z-index:1300;padding:16px}.modal-panel{background:#fff;border-radius:14px;box-shadow:0 20px 40px #0f172a2e;max-height:calc(100vh - 32px);overflow:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid #e8edf5}.modal-close{border:0;background:none;font-size:24px;line-height:1;cursor:pointer;color:#64748b}.modal-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:4px}.status-pill{display:inline-block;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.status-pill.active{background:#ecfdf5;color:#10b981}.status-pill.inactive,.status-pill.neutral{background:#f1f5f9;color:#64748b}.status-pill.warning{background:#fff4e5;color:#9a6700}.status-pill.pending{background:#fef3c7;color:#92400e}.status-pill.approved{background:#dcfce7;color:#166534}.status-pill.rejected{background:#fee2e2;color:#991b1b}.status-pill.more_info_needed{background:#e0e7ff;color:#3730a3}@media (max-width: 768px){.employee-profile-main{flex-direction:column;align-items:center;text-align:center}.employee-profile-title-row,.employee-profile-meta,.employee-profile-contact,.employee-profile-badges{justify-content:center}.employee-profile-stats{grid-template-columns:1fr}.employee-tabs{width:100%}.history-item{flex-direction:column}.history-meta{align-items:flex-start}}.employee-view-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;padding:0 20px 12px;border-bottom:1px solid #edf2f7}.employee-view-switcher{display:inline-flex;gap:4px;padding:4px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap}.employee-view-switch{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:#64748b;font-size:13px;font-weight:600;padding:8px 12px;border-radius:8px;cursor:pointer}.employee-view-switch:hover{background:#eef2ff;color:#4338ca}.employee-view-switch.active{background:#fff;color:#312e81;box-shadow:0 1px 2px #0f172a14}.employee-view-note{margin:0;color:#64748b;font-size:13px}.employee-list-view{display:flex;flex-direction:column;gap:10px;padding:0 20px 20px}.employee-list-select-all{display:inline-flex;align-items:center;gap:8px;color:#475569;font-size:13px;padding:4px 0 8px}.employee-list-item{display:grid;grid-template-columns:auto auto auto 1fr auto;gap:14px;align-items:center;padding:14px 16px;border:1px solid #e8edf5;border-radius:14px;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.employee-list-item:hover{border-color:#c7d2fe;box-shadow:0 4px 14px #4f46e514}.employee-list-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#dbeafe,#e0e7ff);color:#2d62d8;display:grid;place-items:center;font-size:13px;font-weight:700}.employee-list-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.employee-list-body{min-width:0}.employee-list-title-row strong{color:#0f172a;font-size:15px}.employee-list-meta{margin:4px 0 0;color:#64748b;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.employee-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;padding:0 20px 20px}.employee-card{border:1px solid #e8edf5;border-radius:16px;background:#fff;padding:16px;display:flex;flex-direction:column;gap:14px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.employee-card:hover{border-color:#c7d2fe;box-shadow:0 8px 24px #4f46e51a}.employee-card-top{display:flex;justify-content:space-between;align-items:center}.employee-card-hero{display:flex;gap:14px;align-items:center}.employee-card-hero h3{margin:0 0 4px;font-size:17px;color:#0f172a}.employee-card-hero p{margin:0;color:#64748b;font-size:13px}.employee-card-body{display:flex;flex-direction:column;gap:8px}.employee-card-line{margin:0;display:flex;justify-content:space-between;gap:12px;font-size:13px}.employee-card-line span{color:#64748b}.employee-card-line strong{color:#0f172a;text-align:right}.employee-card-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;margin-top:auto}.employee-card-project{color:#475569;font-size:12px}.employee-tree-view{padding:0 20px 20px}.employee-tree-hint,.employee-tree-empty{margin:0 0 14px;color:#64748b;font-size:13px}.employee-tree-node{display:flex;flex-direction:column}.employee-hierarchy-toggle{width:28px;height:28px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#64748b;display:grid;place-items:center;cursor:pointer;flex-shrink:0}.employee-hierarchy-toggle:hover{border-color:#c7d2fe;color:#4338ca;background:#f8faff}.employee-hierarchy-spacer{display:inline-block;width:28px;height:28px;flex-shrink:0}.col-hierarchy{width:40px;padding-left:8px!important;padding-right:4px!important}.employee-vtree-card-wrap{display:flex;flex-direction:column;align-items:center;gap:8px}.employee-card-top-left{display:flex;align-items:center;gap:8px}.employee-tree-row{display:flex;align-items:stretch;gap:4px;margin-bottom:6px}.employee-tree-toggle{width:28px;border:0;background:transparent;color:#64748b;display:grid;place-items:center;cursor:pointer;flex-shrink:0}.employee-tree-toggle.leaf{cursor:default}.employee-tree-dot{width:6px;height:6px;border-radius:50%;background:#cbd5e1}.employee-tree-card{flex:1;display:flex;align-items:center;gap:12px;border:1px solid #e8edf5;border-radius:12px;background:#fff;padding:10px 12px;text-align:left;cursor:pointer}.employee-tree-card:hover{border-color:#c7d2fe;background:#fafbff}.employee-tree-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#dbeafe,#e0e7ff);color:#2d62d8;display:grid;place-items:center;font-size:12px;font-weight:700;flex-shrink:0}.employee-tree-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.employee-tree-info strong{color:#0f172a;font-size:14px}.employee-tree-info span{color:#64748b;font-size:12px}.employee-tree-count{color:#475569;font-size:12px;white-space:nowrap}.employee-tree-children{display:flex;flex-direction:column}.employee-tree-vertical-view{padding:0 20px 20px}.employee-vtree-scroll{overflow-x:auto;padding-bottom:8px}.employee-vtree-forest{display:flex;flex-wrap:wrap;justify-content:center;gap:32px;min-width:min-content;padding:8px 12px 20px}.employee-vtree-branch{display:flex;flex-direction:column;align-items:center}.employee-vtree-card{width:min(220px,100%);display:flex;flex-direction:column;align-items:center;gap:6px;border:1px solid #c7d2fe;border-radius:14px;background:linear-gradient(180deg,#fff,#f8faff);padding:14px 12px;text-align:center;cursor:pointer;box-shadow:0 2px 8px #4f46e514}.employee-vtree-card:hover{border-color:#818cf8;box-shadow:0 6px 18px #4f46e524}.employee-vtree-card strong{color:#0f172a;font-size:14px;line-height:1.3}.employee-vtree-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#dbeafe,#e0e7ff);color:#2d62d8;display:grid;place-items:center;font-size:13px;font-weight:700}.employee-vtree-meta{color:#64748b;font-size:12px;line-height:1.35}.employee-vtree-count{color:#475569;font-size:11px;font-weight:600}.employee-vtree-downstream{display:flex;flex-direction:column;align-items:center;width:100%}.employee-vtree-stem{width:2px;height:24px;background:#cbd5e1}.employee-vtree-children{display:flex;justify-content:center;gap:20px;position:relative;padding-top:24px}.employee-vtree-children:before{content:"";position:absolute;top:0;left:12%;right:12%;height:2px;background:#cbd5e1}.employee-vtree-child{display:flex;flex-direction:column;align-items:center;position:relative}.employee-vtree-child-stem{position:absolute;top:-24px;width:2px;height:24px;background:#cbd5e1}@media (max-width: 768px){.employee-view-switch span{display:none}.employee-list-item{grid-template-columns:auto 1fr auto}.employee-list-check{grid-column:1;grid-row:1 / span 2}.employee-list-avatar{display:none}}.add-employee-page .add-employee-header{margin-bottom:20px}.add-employee-page .add-employee-header h1{margin:0 0 6px;font-size:28px;color:#0f172a}.employee-stepper-shell{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px}.employee-stepper{margin-bottom:28px}.employee-step-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:24px}.employee-step-title{margin-bottom:4px!important;font-weight:700!important;color:#0f172a!important}.employee-step-subtitle{margin-bottom:20px!important}.employee-step-section .form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.employee-step-actions{display:flex;justify-content:space-between;align-items:center;margin-top:24px;padding-top:20px;border-top:1px solid #e2e8f0;flex-wrap:wrap;gap:12px}.employee-step-actions .icon-action-group:last-child{margin-left:auto}.compact-modal{max-width:560px}.form-grid.single-column{grid-template-columns:1fr}.project-kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;padding:0 20px 16px}.project-kpi-card{background:#f8fbff;border:1px solid #dbeafe;border-radius:12px;padding:14px 16px}.project-kpi-card span{display:block;font-size:12px;color:#64748b;margin-bottom:6px}.project-kpi-card strong{font-size:22px;color:#0f172a}.project-category-pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.project-category-pill.billable{background:#dcfce7;color:#166534}.project-category-pill.bench{background:#fef3c7;color:#92400e}.project-category-pill.wfb{background:#ede9fe;color:#5b21b6}.project-category-pill.neutral{background:#f1f5f9;color:#475569}.account-avatar{background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff}.account-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.account-section-head h2{margin:0;font-size:18px;color:#0f172a}.project-meta-row{display:flex;gap:24px;flex-wrap:wrap;margin-top:16px;font-size:13px;color:#64748b}.md-list-item{grid-template-columns:auto 1fr}.project-avatar{background:linear-gradient(135deg,#a855f7,#6366f1);color:#fff}.reports-page{display:flex;flex-direction:column;gap:16px}.reports-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.reports-hero h1{margin:0;font-size:28px;color:#0f172a}.reports-hero-subtitle{margin:6px 0 0;font-size:14px;color:#64748b;max-width:560px;line-height:1.5}.reports-hero-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-left:auto}.reports-filter-chips{display:flex;gap:8px;flex-wrap:wrap}.reports-nav-card{padding:0!important;overflow:hidden}.reports-nav-card .MuiTabs-root{min-height:48px}.reports-nav-card .MuiTab-root{min-height:48px;text-transform:none;font-weight:600;font-size:13px;color:#64748b}.reports-nav-card .MuiTab-root.Mui-selected{color:#2d62d8}.reports-nav-card .MuiTabs-indicator{height:3px;border-radius:3px 3px 0 0}.reports-view{display:flex;flex-direction:column;gap:16px}.reports-kpi-row{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.reports-kpi-row .kpi-card{position:relative;overflow:hidden}.reports-kpi-row .kpi-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#2d62d8;border-radius:3px 0 0 3px}.reports-kpi-row .kpi-card.accent-green:before{background:#10b981}.reports-kpi-row .kpi-card.accent-amber:before{background:#f59e0b}.reports-kpi-row .kpi-card.accent-violet:before{background:#8b5cf6}.reports-kpi-row .kpi-card.accent-slate:before{background:#94a3b8}.reports-kpi-row .kpi-card.accent-date:before{background:#0ea5e9}.reports-kpi-row .kpi-card.is-zero strong{color:#94a3b8}.reports-kpi-row .kpi-card.is-date{background:linear-gradient(135deg,#f0f9ff,#fff);border-color:#bae6fd}.reports-kpi-row .kpi-card.is-date strong{font-size:22px}.reports-section{padding:0!important;overflow:hidden}.reports-section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 20px;border-bottom:1px solid #eef2f7;background:#fafbfc}.reports-section-header h3{margin:0;font-size:15px;font-weight:700;color:#0f172a}.reports-section-header p{margin:4px 0 0;font-size:13px;color:#64748b}.reports-section-body{padding:16px 20px 20px}.reports-section-body.flush{padding:0}.reports-change-group{border-bottom:1px solid #eef2f7}.reports-change-group:last-child{border-bottom:0}.reports-change-group-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#f8fafc}.reports-change-group-header h4{margin:0;font-size:13px;font-weight:700;color:#334155}.reports-change-group-header .count{font-size:12px;font-weight:600;color:#2d62d8;background:#e8f0ff;padding:2px 10px;border-radius:999px}.reports-table-wrap{overflow:auto;max-height:440px}.reports-table{width:100%;border-collapse:collapse;font-size:13px}.reports-table th,.reports-table td{padding:10px 16px;border-bottom:1px solid #eef2f7;text-align:left}.reports-table th{background:#fff;color:#64748b;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.02em;position:sticky;top:0;z-index:1;box-shadow:0 1px #eef2f7}.reports-table tbody tr:hover{background:#f8fafc}.reports-table tr.total-row{background:#f1f5f9;font-weight:700}.reports-table tr.clickable{cursor:pointer}.reports-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:16px}.reports-schedule-list{display:flex;flex-direction:column;gap:10px}.reports-schedule-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;border:1px solid #e8edf5;border-radius:12px;background:#fff;transition:border-color .15s,box-shadow .15s}.reports-schedule-item:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0f172a0a}.reports-schedule-item .meta{font-size:12px;color:#64748b;margin-top:4px}.report-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 24px}.report-empty-state.inline{flex-direction:row;align-items:flex-start;text-align:left;gap:20px;padding:32px 24px}.report-empty-state.compact{padding:24px 16px}.report-empty-state.compact.inline{padding:20px 16px;gap:16px}.report-empty-state__icon-wrap{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:14px;background:#f1f5f9;flex-shrink:0}.report-empty-state.compact .report-empty-state__icon-wrap{width:44px;height:44px;border-radius:10px}.report-empty-state__icon{font-size:28px!important;color:#94a3b8}.report-empty-state.compact .report-empty-state__icon{font-size:22px!important}.report-empty-state__body{min-width:0}.report-empty-state__title{margin:0 0 6px;font-size:16px;font-weight:700;color:#0f172a}.report-empty-state.compact .report-empty-state__title{font-size:14px}.report-empty-state__description{margin:0;max-width:480px;font-size:14px;line-height:1.55;color:#64748b}.report-empty-state.inline .report-empty-state__description{max-width:none}.report-empty-state__meta{margin-top:10px}.report-empty-state__badge{display:inline-block;padding:3px 10px;border-radius:6px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:600}.report-empty-state__hint{margin:8px 0 0;font-size:13px;color:#94a3b8}.report-empty-state__actions{margin-top:12px!important}.report-empty-state__actions .MuiButton-root{font-weight:600;color:#2d62d8}.report-empty-state__divider{color:#cbd5e1;font-size:12px}.reports-skeleton-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.breadcrumb-nav{display:flex;gap:6px;align-items:center;font-size:13px;color:#64748b;padding:12px 20px;border-bottom:1px solid #eef2f7;background:#fafbfc}.breadcrumb-nav button{border:0;background:none;color:#2d62d8;cursor:pointer;font-size:13px;font-weight:600;padding:0}.breadcrumb-nav button:hover{text-decoration:underline}.breadcrumb-nav span.sep{color:#cbd5e1}@media (max-width: 640px){.report-empty-state.inline{flex-direction:column;align-items:center;text-align:center}.reports-hero h1{font-size:24px}}:root{font-family:Segoe UI,Arial,sans-serif;color:#132238;background:#f4f7fb}*{box-sizing:border-box}body{margin:0}.layout{max-width:1200px;margin:0 auto;padding:24px}.app-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:#f4f7fb}.sidebar{background:linear-gradient(180deg,#0b1f3a,#0f2744);color:#e8edf5;padding:20px 14px;display:flex;flex-direction:column;gap:16px;border-right:1px solid rgba(255,255,255,.06)}.sidebar-brand{display:flex;gap:10px;align-items:center;padding:4px 8px 12px}.brand-mark{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#2d62d8,#06b6d4);display:grid;place-items:center;flex-shrink:0}.sidebar-brand h2{margin:0;font-size:16px}.sidebar-brand p{margin:2px 0 0;font-size:11px;color:#8fa3bf}.login-brand{flex-direction:column;align-items:center;text-align:center;padding:0;gap:12px}.login-brand h2{font-size:24px;color:#132238}.login-brand p{color:#5b6b85;font-size:13px}.sidebar-nav{display:flex;flex-direction:column;gap:4px;flex:1}.nav-link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;color:#b8c7da;text-decoration:none;font-size:13px;transition:background .15s,color .15s}.nav-icon{width:18px;height:18px;flex-shrink:0;opacity:.9}.nav-link:hover{background:#ffffff0f;color:#fff}.nav-link.active{background:#2d62d8;color:#fff;box-shadow:0 4px 14px #2d62d859}.quick-actions{border-top:1px solid rgba(255,255,255,.08);padding-top:14px;display:grid;gap:8px}.quick-actions p{margin:0 8px 4px;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#7f93ad}.quick-actions button{border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#dce7f5;border-radius:8px;padding:8px 10px;font-size:12px;text-align:left;cursor:pointer}.quick-actions button:hover{background:#ffffff14}.main-panel{display:flex;flex-direction:column;min-width:0}.topbar{display:flex;justify-content:space-between;align-items:center;padding:14px 24px;background:#fff;border-bottom:1px solid #e8edf5;gap:16px}.topbar-left .page-title{margin:0;font-size:20px;color:#0f172a}.topbar-right{display:flex;align-items:center;gap:10px}.icon-btn{width:36px;height:36px;border:1px solid #e8edf5;border-radius:10px;background:#fff;display:grid;place-items:center;cursor:pointer;position:relative}.icon-btn svg{width:18px;height:18px;color:#64748b}.notify-badge{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;font-size:10px;min-width:16px;height:16px;border-radius:999px;display:grid;place-items:center;padding:0 4px}.user-chip{display:flex;align-items:center;gap:8px;padding:4px 8px 4px 4px;border:1px solid #e8edf5;border-radius:999px}.user-chip .avatar{width:32px;height:32px;border-radius:50%;background:#2d62d8;color:#fff;display:grid;place-items:center;font-weight:700;font-size:13px}.user-chip strong{display:block;font-size:12px;line-height:1.2}.user-chip span{font-size:11px;color:#64748b}.page-content{padding:20px 24px 28px;overflow-y:auto;flex:1}.hero{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.hero h1{margin:0}.hero p{margin:6px 0 0;color:#556273}.refresh-btn{border:1px solid #2d62d8;color:#2d62d8;background:#fff;padding:8px 12px;border-radius:8px;cursor:pointer}.card{background:#fff;border-radius:12px;padding:18px;margin-bottom:16px;box-shadow:0 4px 12px #19386014}.card-header h2{margin:0}.card-header p{margin:8px 0 14px;color:#5d6877}.kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.kpi{background:#f0f4ff;border:1px solid #d7e2ff;border-radius:10px;padding:10px;display:flex;flex-direction:column;gap:4px}.kpi strong{font-size:22px}.split{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.filters{display:flex;gap:10px;margin-bottom:12px}input,select,textarea,button{font:inherit}input,select,textarea{width:100%;border:1px solid #ced4dd;border-radius:8px;padding:8px}table{width:100%;border-collapse:collapse}th,td{border-bottom:1px solid #edf1f5;text-align:left;padding:8px 6px;font-size:14px}.request-form{display:grid;gap:10px;align-content:start}.request-form button,.request-actions button{border:0;background:#2d62d8;color:#fff;padding:8px 10px;border-radius:8px;cursor:pointer}.request-list{display:grid;gap:10px}.request-item{border:1px solid #dce4f3;border-radius:10px;padding:10px}.request-item p{margin:0 0 8px}.request-actions{display:flex;gap:8px}.request-actions button:last-child,.request-actions .reject-btn{background:#9f2f38}.cr-dashboard{margin-bottom:20px}.cr-kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.cr-kpi-card{background:#f8fafc;border:1px solid #e8edf5;border-radius:12px;padding:12px 14px}.cr-kpi-card span{display:block;font-size:12px;color:#64748b}.cr-kpi-card strong{display:block;font-size:24px;margin-top:4px;color:#0f172a}.cr-kpi-card em{display:block;font-size:11px;color:#64748b;margin-top:4px;font-style:normal}.cr-kpi-card.at-risk strong{color:#d97706}.cr-kpi-card.overdue strong{color:#dc2626}.cr-tabs,.cr-period-filter{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.cr-tabs button,.cr-period-filter button{border:1px solid #dbe3ef;background:#fff;border-radius:8px;padding:6px 12px;font-size:13px;cursor:pointer;color:#334155}.cr-tabs button.active,.cr-period-filter button.active{background:#eef4ff;border-color:#2d62d8;color:#2d62d8;font-weight:600}.cr-toolbar{display:flex;gap:8px;flex-wrap:wrap}.request-card-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px}.link-btn{border:0;background:none;color:#2d62d8;cursor:pointer;font-size:13px;padding:0;text-decoration:underline}.current-value-preview{background:#f8fafc;border-radius:8px;padding:8px 10px;font-size:13px;margin:0}.rejection-reason{background:#fef2f2;border-radius:8px;padding:8px 10px;font-size:13px;color:#991b1b}.audit-table{width:100%;margin:12px 0}.modal-wide{max-width:720px;width:95%}.request-form label{display:grid;gap:6px;font-size:13px;color:#334155}.error{background:#ffe8e8;color:#9f2f38;border:1px solid #ffcaca;padding:10px;border-radius:8px}.loading{color:#334a63}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px}.login-card{width:min(480px,100%);background:#fff;border-radius:12px;padding:28px;box-shadow:0 8px 24px #1938601f}.login-card h1{margin:0 0 8px}.login-card form{display:grid;gap:12px;margin-top:16px}.login-card button[type=submit]{border:0;background:#2d62d8;color:#fff;padding:10px;border-radius:8px;cursor:pointer}.login-hint{margin:16px 0 0;padding-left:18px;color:#5d6877;font-size:14px}.hero-actions{display:flex;gap:8px}.logout-btn{border:1px solid #9f2f38;color:#9f2f38;background:#fff;padding:8px 12px;border-radius:8px;cursor:pointer}.export-bar{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.export-bar button,.inline-export{border:1px solid #2d62d8;color:#2d62d8;background:#fff;padding:6px 10px;border-radius:8px;cursor:pointer;font-size:13px}.section-head{display:flex;justify-content:space-between;align-items:center;gap:8px}.muted{color:#5d6877;font-size:14px}.pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;font-size:14px}.pagination button{border:1px solid #2d62d8;color:#2d62d8;background:#fff;padding:6px 12px;border-radius:8px;cursor:pointer}.pagination button:disabled{opacity:.4;cursor:not-allowed}.history-section{margin-top:24px}.history-item{opacity:.95}.status-badge{margin-left:8px;padding:2px 8px;border-radius:6px;font-size:11px;font-weight:700}.status-approved{background:#e6f4ea;color:#1e7e34}.status-rejected{background:#ffe8e8;color:#9f2f38}.status-more_info_needed{background:#fff4e5;color:#9a6700}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#13223873;display:grid;place-items:center;z-index:1000;padding:20px}.modal-panel{background:#fff;border-radius:12px;width:min(920px,100%);max-height:90vh;overflow:auto;box-shadow:0 12px 40px #13223833}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #edf1f5;position:sticky;top:0;background:#fff;z-index:1}.modal-header h2{margin:0;font-size:18px}.modal-close{border:0;background:transparent;font-size:24px;cursor:pointer;color:#556273}.record-form{padding:16px 20px 20px}.form-section{margin-bottom:18px}.form-section h3{margin:0 0 10px;font-size:15px;color:#2d62d8}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.field{display:flex;flex-direction:column;gap:4px;font-size:13px}.field span{color:#5d6877}.checkbox-field{flex-direction:row;align-items:center;gap:8px;margin-top:24px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px;position:sticky;bottom:0;background:#fff;padding-top:12px}.modal-actions button[type=submit]{border:0;background:#2d62d8;color:#fff;padding:8px 14px;border-radius:8px;cursor:pointer}.table-actions{display:flex;gap:6px;flex-wrap:wrap}.table-actions button{border:1px solid #2d62d8;color:#2d62d8;background:#fff;padding:4px 8px;border-radius:6px;cursor:pointer;font-size:12px}.table-actions button.danger{border-color:#9f2f38;color:#9f2f38}.page-toolbar{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.page-toolbar button{border:0;background:#2d62d8;color:#fff;padding:8px 12px;border-radius:8px;cursor:pointer;font-size:13px}.inactive-row{opacity:.65;background:#fafbfc}
