*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Calibri,Arial,Segoe UI,sans-serif;background:#f3f6fb;color:#14213d}button,input,select,textarea{font-family:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.app{min-height:100vh;padding:28px;background:radial-gradient(circle at top right,rgba(47,111,219,.09),transparent 28%),linear-gradient(180deg,#f8fbff,#eef3fa)}.card{max-width:1180px;margin:0 auto 24px;padding:24px;border:1px solid #dbe3ef;border-radius:26px;background:#fff;box-shadow:0 18px 45px #0f172a0f}.hero{max-width:1180px;margin:0 auto 22px;padding:34px;border-radius:30px;color:#fff;background:linear-gradient(135deg,#0f2344f7,#2f6fdbe6),radial-gradient(circle at top left,rgba(212,175,55,.28),transparent 30%);box-shadow:0 22px 50px #0f234438}.hero h1{margin:0 0 10px;font-size:36px;line-height:1.2}.hero p{margin:0;max-width:760px;line-height:1.7;color:#ffffffd1}.eyebrow{margin:0 0 8px;color:#d4af37;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.primaryButton{border:0;border-radius:16px;padding:13px 22px;background:#2f6fdb;color:#fff;font-weight:800;box-shadow:0 12px 24px #2f6fdb40}.primaryButton:hover:not(:disabled){background:#235cbd}.primaryButton:disabled{opacity:.45;box-shadow:none}.secondaryButton{border:1px solid #cbd5e1;border-radius:14px;padding:12px 18px;background:#fff;color:#334155;font-weight:700}.secondaryButton:hover:not(:disabled){background:#f8fafc}.secondaryButton:disabled{opacity:.5}.hint{margin:14px 0 0;color:#64748b;line-height:1.6}.successHint{margin:14px 0 0;color:#15803d;font-weight:700}.statusBox,.errorBox{max-width:1180px;margin:16px auto;padding:14px 18px;border-radius:18px;font-weight:700}.statusBox{border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8}.errorBox{border:1px solid #fecaca;background:#fef2f2;color:#991b1b}.upload-unified-panel{position:relative}.upload-unified-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;flex-wrap:wrap}.upload-unified-header h2{margin:0 0 6px;font-size:22px;color:#0f2344}.upload-unified-header p{margin:0;color:#64748b;font-size:14px}.upload-progress-badge{display:flex;align-items:center;gap:14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:14px 20px;flex-shrink:0}.upload-progress-ring{position:relative;width:52px;height:52px;flex-shrink:0}.upload-progress-ring svg{width:52px;height:52px;transform:rotate(-90deg)}.upload-ring-base{fill:none;stroke:#e2e8f0;stroke-width:5}.upload-ring-fill{fill:none;stroke:#2f6fdb;stroke-width:5;stroke-linecap:round;stroke-dasharray:0 100;transition:stroke-dasharray .4s ease}.upload-progress-ring span{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;color:#0f2344}.upload-progress-badge>div{display:flex;flex-direction:column;gap:2px}.upload-progress-badge>div strong{font-size:14px;color:#0f2344}.upload-progress-badge>div span{font-size:12px;color:#64748b}.uz-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}@media (max-width: 700px){.uz-grid{grid-template-columns:1fr}}.uz-card{border:1.5px solid #e2e8f0;border-radius:18px;padding:20px;background:#fff;transition:border-color .2s;display:flex;flex-direction:column;gap:14px;min-height:200px}.uz-card.uz-has-file{border-color:#22c55e;background:#f0fdf4}.uz-card.uz-dragging{border-color:#2f6fdb;background:#eff6ff}.uz-header{display:flex;align-items:flex-start;gap:12px}.uz-icon{font-size:26px;line-height:1;flex-shrink:0}.uz-title{display:block;font-size:15px;font-weight:700;color:#0f2344}.uz-subtitle{display:block;font-size:12px;color:#64748b;margin-top:2px}.uz-badge{margin-right:auto;flex-shrink:0;padding:2px 10px;border-radius:999px;font-size:11px;font-weight:700}.uz-required{background:#dbeafe;color:#1e40af}.uz-dropzone{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:1.5px dashed #cbd5e1;border-radius:12px;padding:28px 16px;cursor:pointer;transition:border-color .2s,background .2s;text-align:center;color:#475569}.uz-dropzone:hover{border-color:#2f6fdb;background:#f0f6ff}.uz-drop-icon{font-size:28px;color:#94a3b8;margin-bottom:4px}.uz-dropzone strong{font-size:14px;color:#334155}.uz-dropzone span{font-size:13px;color:#64748b}.uz-dropzone small{font-size:11px;color:#94a3b8;margin-top:4px}.uz-file-info{display:flex;flex-direction:column;gap:12px}.uz-file-row{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #d1fae5;border-radius:10px;padding:10px 14px}.uz-file-icon{font-size:20px}.uz-file-text{flex:1;min-width:0}.uz-file-text strong{display:block;font-size:13px;color:#0f2344;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uz-file-text span{font-size:11px;color:#64748b}.uz-remove-btn{background:none;border:none;color:#94a3b8;font-size:16px;padding:4px 6px;border-radius:6px;cursor:pointer;flex-shrink:0}.uz-remove-btn:hover{background:#fee2e2;color:#dc2626}.uz-detection{display:flex;flex-direction:column;gap:8px}.uz-detection-title{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.uz-chips{display:flex;flex-wrap:wrap;gap:6px}.uz-chip{padding:2px 10px;border-radius:999px;font-size:11px;font-weight:600}.uz-chip-found{background:#dcfce7;color:#166534}.uz-chip-missing{background:#f1f5f9;color:#94a3b8}.uz-sheet-list{display:flex;flex-wrap:wrap;gap:4px}.uz-sheet-tag{background:#f1f5f9;color:#475569;border-radius:6px;padding:1px 8px;font-size:11px}.uz-warning{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:8px 12px;font-size:12px;color:#92400e}.uz-product-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:14px 18px;margin-bottom:20px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.uz-product-summary-title{font-size:12px;font-weight:700;color:#64748b;flex-shrink:0}.uz-product-badges{display:flex;gap:8px;flex-wrap:wrap}.uz-product-badge{padding:4px 14px;border-radius:999px;font-size:12px;font-weight:700}.uz-product-badge.found{background:#dcfce7;color:#166534}.uz-product-badge.not-found{background:#f1f5f9;color:#94a3b8}.uz-product-note{font-size:12px;color:#d97706}.upload-unified-actions{display:flex;align-items:center;gap:16px;margin-bottom:8px}.upload-ready-hint{font-size:13px;color:#16a34a;font-weight:600}.upload-missing-hint{font-size:13px;color:#64748b}.uploadPanel{position:relative;overflow:hidden}.uploadPanelDragging{outline:2px dashed #2f6fdb;outline-offset:6px;background:linear-gradient(180deg,#f7fbff,#fff)}.uploadHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:22px}.uploadHeader h2{margin:0 0 8px;font-size:28px}.uploadHeader p{margin:0;color:#5b6475;line-height:1.6}.uploadProgressCard{min-width:150px;padding:14px;border:1px solid #dbe3ef;border-radius:18px;background:#f8fafc;text-align:center;box-shadow:0 8px 20px #0f172a0a}.uploadProgressCard strong{display:block;font-size:28px;color:#0f2344}.uploadProgressCard span{display:block;font-size:13px;color:#64748b;margin-bottom:10px}.uploadProgressBar{width:100%;height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.uploadProgressBar div{height:100%;border-radius:999px;background:#2f6fdb;transition:width .2s ease}.uploadGlobalDropZone{display:flex;align-items:center;gap:14px;margin-bottom:18px;padding:16px;border:1px dashed #9bb8e8;border-radius:20px;background:#f5f9ff;color:#1f3f77}.uploadGlobalDropZone strong{display:block;margin-bottom:3px}.uploadGlobalDropZone span{display:block;color:#64748b;font-size:14px}.uploadGlobalIcon{width:46px;height:46px;border-radius:16px;background:#e5efff;color:#2f6fdb;display:grid;place-items:center;font-size:28px;font-weight:800}.uploadGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.uploadBox{position:relative;display:flex;min-height:220px;flex-direction:column;justify-content:space-between;padding:18px;border:1px solid #dbe3ef;border-radius:22px;background:#fff;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.uploadBox:hover{transform:translateY(-2px);border-color:#8eb2ef;box-shadow:0 14px 30px #0f172a14}.uploadBox.dragActive{border-color:#2f6fdb;background:#eef6ff;box-shadow:0 14px 30px #2f6fdb2e}.uploadBox.hasFile{border-color:#78c28b;background:#f7fff8}.uploadBox.requiredSlot:not(.hasFile){border-color:#f2c2c2}.uploadBox input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.uploadBoxTop{display:flex;align-items:flex-start;gap:12px}.uploadStatusIcon{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;flex:0 0 auto;font-weight:800}.uploadStatusIcon.success{background:#dcfce7;color:#15803d}.uploadStatusIcon.required{background:#fee2e2;color:#b91c1c}.uploadStatusIcon.optional{background:#e0ecff;color:#2563eb}.uploadBoxText{min-width:0}.uploadTitleRow{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:4px}.uploadTitleRow strong{color:#0f2344;font-size:17px}.uploadBoxText span{color:#64748b;font-size:14px}.slotBadge{padding:3px 9px;border-radius:999px;font-size:12px;font-weight:700}.slotBadge.required{background:#fee2e2;color:#991b1b}.slotBadge.optional{background:#fef3c7;color:#92400e}.uploadDropHint{margin:26px 0 14px;padding:14px;border-radius:16px;background:#f8fafc;border:1px dashed #cbd5e1;text-align:center;color:#475569;font-weight:700}.uploadHint{margin:0;color:#94a3b8;font-size:13px}.selectedFileCard{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-radius:16px;background:#fff;border:1px solid #bbf7d0}.selectedFileCard strong{display:block;max-width:210px;color:#0f2344;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selectedFileCard span{display:block;color:#64748b;font-size:13px;margin-top:3px}.removeFileButton{position:relative;z-index:3;border:0;border-radius:12px;padding:8px 12px;background:#fee2e2;color:#991b1b;font-weight:700}.removeFileButton:hover{background:#fecaca}.uploadActions{display:flex;align-items:center;gap:12px;margin-top:22px}.dashboard{min-height:100vh;padding:28px;background:#f3f6fb}.dashboard-header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;max-width:1680px;margin:0 auto 18px;padding:22px 26px;border:1px solid #dbe3ef;border-radius:26px;background:#fff;box-shadow:0 16px 38px #0f172a0f}.dashboard-title{margin:0 0 6px;font-size:34px;color:#0f2344}.dashboard-subtitle{margin:0;color:#68758b;font-size:16px}.summary-pills{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px}.pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:8px 13px;font-weight:800;font-size:14px}.pill-green{background:#dcfce7;color:#166534}.pill-red{background:#fee2e2;color:#991b1b}.pill-neutral{background:#e2e8f0;color:#334155}.pill-warning{background:#fef3c7;color:#92400e}.tab-bar{max-width:1680px;margin:0 auto 18px;padding:8px;border:1px solid #dbe3ef;border-radius:22px;background:#fff;display:flex;gap:8px;overflow-x:auto;box-shadow:0 12px 28px #0f172a0a}.tab-btn{position:relative;border:0;border-radius:16px;padding:12px 16px;background:transparent;color:#52617a;font-weight:800;white-space:nowrap;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.tab-btn:hover{background:#f2f6fc;color:#0f2344}.tab-btn.active{background:#eaf2ff;color:#2f6fdb;box-shadow:inset 0 0 0 1px #c7dcff}.tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;margin-inline-start:6px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;font-size:12px;font-weight:900}.dashboard-content{max-width:1680px;margin:0 auto;padding:22px;border:1px solid #dbe3ef;border-radius:26px;background:#fff;box-shadow:0 16px 38px #0f172a0d}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px}.kpi-card{padding:18px;border-radius:22px;border:1px solid #e2e8f0;background:#f8fafc;box-shadow:0 10px 24px #0f172a0a}.kpi-label{display:block;margin-bottom:8px;color:#64748b;font-weight:700}.kpi-value{display:block;color:#0f2344;font-size:28px;line-height:1.1}.card-blue{background:#eff6ff;border-color:#bfdbfe}.card-green{background:#f0fdf4;border-color:#bbf7d0}.card-red{background:#fef2f2;border-color:#fecaca}.card-warning{background:#fffbeb;border-color:#fde68a}.card-neutral{background:#f8fafc;border-color:#e2e8f0}.sub-tabs,.filter-bar{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:16px}.sub-tab-btn,.filter-btn{border:1px solid #cbd5e1;border-radius:14px;padding:10px 14px;background:#fff;color:#475569;font-weight:800}.sub-tab-btn:hover,.filter-btn:hover{background:#f8fafc}.sub-tab-btn.active,.filter-btn.active{border-color:#2f6fdb;background:#eaf2ff;color:#2f6fdb}.search-input{min-height:42px;border:1px solid #cbd5e1;border-radius:14px;padding:10px 14px;background:#fff;color:#0f2344;font-weight:700}.filter-count{color:#64748b;font-weight:800}.section-note{margin:0 0 14px;color:#64748b;font-weight:700}.table-wrap{width:100%;overflow:auto;border:1px solid #dbe3ef;border-radius:20px;background:#fff}.data-table{width:100%;min-width:860px;border-collapse:separate;border-spacing:0;background:#fff}.data-table th,.data-table td{padding:13px 14px;border-bottom:1px solid #e8eef6;text-align:right;vertical-align:middle;white-space:nowrap}.data-table th{position:sticky;top:0;z-index:1;background:#f8fafc;color:#334155;font-size:14px;font-weight:900}.data-table tbody tr:hover{background:#f8fbff}.col-label{font-weight:900;color:#0f2344}.col-label-wrap,.col-track,.action-text{white-space:normal;min-width:220px;max-width:420px;line-height:1.45}.col-total{font-weight:900;background:#f8fafc}.col-approved{color:#2563eb;font-weight:900}.has-value{font-weight:900;color:#0f2344}.has-value-warn{font-weight:900;color:#b45309}.cell-danger{color:#b91c1c;font-weight:900;background:#fef2f2}.row-danger{background:#fff7f7}.row-success{background:#f7fff8}.row-warning{background:#fffbea}.row-muted{background:#f8fafc;color:#64748b}.row-total{background:#f1f5f9;font-weight:900}.badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:5px 10px;font-size:13px;font-weight:900}.badge-success{background:#dcfce7;color:#166534}.badge-danger{background:#fee2e2;color:#991b1b}.badge-warning{background:#fef3c7;color:#92400e}.badge-neutral{background:#e2e8f0;color:#334155}.status-badge{display:inline-flex;align-items:center;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700;white-space:nowrap}.status-valid{background:#dcfce7;color:#166534}.status-invalid{background:#fee2e2;color:#991b1b}.status-waived{background:#fef3c7;color:#92400e}.status-excluded{background:#e2e8f0;color:#475569}.status-noagreement{background:#dbeafe;color:#1e40af}.row-invalid{background:#fff5f5}.row-invalid:hover{background:#fee2e2}.tier-flag{display:inline-flex;border-radius:999px;padding:5px 10px;background:#fef3c7;color:#92400e;font-weight:900}.action-row{cursor:pointer}.action-row.selected{background:#eaf2ff}.detail-row td{padding:0;background:#f8fafc}.detail-box{padding:14px 18px;line-height:1.6}.detail-label{font-weight:900;color:#0f2344}.empty-state{padding:40px 34px;border:1px dashed #cbd5e1;border-radius:22px;background:#f8fafc;text-align:center;color:#64748b;font-weight:800;display:grid;gap:10px;justify-items:center}.empty-state-icon{font-size:36px;line-height:1;margin-bottom:4px}.empty-state strong{display:block;color:#334155;font-size:17px}.empty-state p{margin:0;color:#94a3b8;font-size:14px;font-weight:600;max-width:400px;line-height:1.6}.analyzingOverlay{max-width:1180px;margin:20px auto;padding:24px 28px;border:1px solid #bfdbfe;border-radius:22px;background:linear-gradient(135deg,#eff6ff,#f8fbff);display:flex;align-items:center;gap:20px;box-shadow:0 12px 30px #2f6fdb1a;animation:fadeIn .3s ease}.analyzingOverlay strong{display:block;color:#1d4ed8;font-size:17px;font-weight:800;margin-bottom:4px}.analyzingOverlay p{margin:0;color:#64748b;font-size:14px}.analyzingSpinner{flex:0 0 auto;width:40px;height:40px;border:4px solid #bfdbfe;border-top-color:#2f6fdb;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 980px){.app,.dashboard{padding:16px}.hero{padding:24px}.uploadHeader,.dashboard-header{flex-direction:column}.uploadProgressCard{width:100%}.uploadGrid{grid-template-columns:1fr}.dashboard-title{font-size:28px}.dashboard-content{padding:14px}}.kpi-overview{display:grid;gap:18px}.kpi-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border:1px solid #dbe3ef;border-radius:24px;background:linear-gradient(180deg,#fff,#f8fbff)}.kpi-toolbar h2{margin:0 0 6px;font-size:24px;color:#0f2344}.kpi-toolbar p{margin:0;color:#64748b;font-weight:700}.manager-filter{min-width:260px;display:grid;gap:7px;color:#52617a;font-weight:900}.manager-filter select{width:100%;border:1px solid #c7dcff;border-radius:16px;padding:12px 14px;background:#fff;color:#0f2344;font-size:15px;font-weight:800}.kpi-grid-executive{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.kpi-visual-grid{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(420px,1.1fr);gap:18px}.kpi-panel{padding:20px;border:1px solid #dbe3ef;border-radius:24px;background:#fff;box-shadow:0 10px 26px #0f172a0a}.kpi-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.kpi-panel-header h3{margin:0;font-size:20px;color:#0f2344}.kpi-panel-header span{color:#64748b;font-weight:800}.kpi-status-layout{display:grid;grid-template-columns:190px 1fr;align-items:center;gap:18px}.kpi-donut-wrap{position:relative;width:178px;height:178px;margin:0 auto}.kpi-donut{width:178px;height:178px;transform:rotate(-90deg)}.donut-base,.donut-segment{fill:none;stroke-width:14}.donut-base{stroke:#e2e8f0}.donut-segment{stroke-linecap:round}.donut-green,.legend-dot.donut-green{stroke:#22c55e;background:#22c55e}.donut-red,.legend-dot.donut-red{stroke:#ef4444;background:#ef4444}.donut-neutral,.legend-dot.donut-neutral{stroke:#94a3b8;background:#94a3b8}.donut-blue,.legend-dot.donut-blue{stroke:#3b82f6;background:#3b82f6}.donut-orange,.legend-dot.donut-orange{stroke:#f97316;background:#f97316}.donut-yellow,.legend-dot.donut-yellow{stroke:#eab308;background:#eab308}.donut-purple,.legend-dot.donut-purple{stroke:#a855f7;background:#a855f7}.audit-chart-row{display:flex;gap:28px;align-items:flex-start;margin-bottom:22px;flex-wrap:wrap}.audit-chart-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px 24px;display:flex;flex-direction:column;gap:16px;min-width:260px}.audit-chart-panel h4{margin:0;font-size:13px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.04em}.audit-chart-inner{display:flex;align-items:center;gap:20px}.kpi-legend-compact{display:flex;flex-direction:column;gap:6px;min-width:160px}.kpi-legend-compact .kpi-legend-row{display:flex;align-items:center;gap:8px;font-size:13px}.kpi-legend-compact .kpi-legend-row strong{flex:1;color:#1e293b}.kpi-legend-compact .kpi-legend-row span{color:#334155;font-weight:600;min-width:28px;text-align:left}.kpi-legend-compact .kpi-legend-row em{color:#94a3b8;font-style:normal;font-size:11px;min-width:38px;text-align:left}.legend-dot{display:inline-block;width:10px;height:10px;border-radius:50%;flex-shrink:0}.tier-bar-row{display:flex;align-items:center;gap:10px;font-size:13px;margin-bottom:8px}.tier-bar-row label{min-width:80px;color:#475569;font-weight:600}.tier-bar-track{flex:1;height:10px;background:#e2e8f0;border-radius:999px;overflow:hidden}.tier-bar-fill{height:100%;background:#f97316;border-radius:999px;transition:width .3s ease}.tier-bar-count{min-width:36px;text-align:right;color:#1e293b;font-weight:700}.kpi-donut-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.kpi-donut-center strong{color:#0f2344;font-size:26px;line-height:1}.kpi-donut-center span{margin-top:5px;color:#64748b;font-weight:800}.kpi-chart-empty{min-height:160px;display:grid;place-items:center;border:1px dashed #cbd5e1;border-radius:20px;color:#64748b;font-weight:800}.kpi-legend{display:grid;gap:10px}.kpi-legend-row{display:grid;grid-template-columns:14px 1fr auto auto;align-items:center;gap:10px;padding:10px 12px;border-radius:16px;background:#f8fafc;color:#334155}.legend-dot{width:11px;height:11px;border-radius:999px}.kpi-legend-row em{color:#64748b;font-style:normal;font-weight:800}.manager-bars{display:grid;gap:14px}.manager-bar-row{display:grid;gap:8px}.manager-bar-label{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.manager-bar-label strong{color:#0f2344}.manager-bar-label span{color:#64748b;font-weight:800}.manager-bar-track{height:12px;overflow:hidden;border-radius:999px;background:#e2e8f0}.manager-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#2f6fdb,#d4af37)}@media (max-width: 980px){.kpi-toolbar,.manager-bar-label{align-items:stretch;flex-direction:column}.kpi-visual-grid,.kpi-status-layout{grid-template-columns:1fr}.manager-filter{min-width:0}}.global-scope-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:16px 0 14px;padding:14px 18px;border:1px solid #dbe6fb;border-radius:22px;background:linear-gradient(135deg,#fff,#f7faff);box-shadow:0 12px 28px #102d5c14}.global-scope-bar>div{display:flex;flex-direction:column;gap:4px}.global-scope-bar strong{font-size:15px;color:#0d1f4f}.global-scope-bar span,.global-scope-bar em{font-size:13px;color:#61708e;font-style:normal}.global-manager-filter{min-width:260px;margin-inline-start:auto}@media (max-width: 900px){.global-scope-bar{align-items:stretch;flex-direction:column}.global-manager-filter{width:100%;min-width:0;margin-inline-start:0}}.managerUploadList{display:flex;flex-direction:column;gap:18px;margin-top:18px}.managerUploadCard{border:1px solid #dbe6fb;border-radius:26px;padding:18px;background:linear-gradient(135deg,#fff,#f8fbff);box-shadow:0 16px 36px #102d5c14}.managerUploadHeader{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}.managerUploadHeader>div:first-child{display:flex;flex-direction:column;gap:8px;min-width:260px}.managerStatus{width:fit-content;border-radius:999px;padding:5px 11px;font-size:12px;font-weight:800}.managerStatus.ready{color:#166534;background:#dcfce7;border:1px solid #bbf7d0}.managerStatus.missing{color:#92400e;background:#fef3c7;border:1px solid #fde68a}.managerNameInput{width:min(360px,100%);border:1px solid #c9d8f6;border-radius:16px;padding:12px 14px;background:#fff;color:#0d1f4f;font-family:inherit;font-size:17px;font-weight:800;outline:none}.managerNameInput:focus{border-color:#7da8ff;box-shadow:0 0 0 4px #2f6fdb1f}.managerUploadActions,.uploadActionsSplit,.uploadActionsLeft{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.uploadActionsSplit{justify-content:space-between}.smallButton{min-height:36px;padding:8px 12px;font-size:13px}.dangerButton{border:1px solid #fecaca;border-radius:14px;background:#fff5f5;color:#b91c1c;cursor:pointer;font-family:inherit;font-weight:800;transition:.18s ease}.dangerButton:hover:not(:disabled){background:#fee2e2;transform:translateY(-1px)}.dangerButton:disabled{cursor:not-allowed;opacity:.5}.managerUploadGrid{margin-top:0}@media (max-width: 980px){.managerUploadHeader,.uploadActionsSplit{align-items:stretch;flex-direction:column}.managerUploadHeader>div:first-child,.managerNameInput{width:100%;min-width:0}.managerUploadActions,.uploadActionsLeft{width:100%}}*,*:before,*:after{box-sizing:border-box}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}.dashboard,.app{width:100%;max-width:100vw;overflow-x:hidden}.dashboard-header,.global-scope-bar,.tab-bar,.dashboard-content{width:100%;max-width:min(1680px,calc(100vw - 56px));box-sizing:border-box}.tab-bar{flex-wrap:wrap;overflow-x:visible;align-items:center}.tab-btn{flex:0 1 auto;max-width:100%}.global-scope-bar,.kpi-toolbar,.kpi-panel-header,.manager-bar-label{flex-wrap:wrap}.global-manager-filter,.manager-filter{max-width:100%}.kpi-grid,.kpi-grid-executive{grid-template-columns:repeat(auto-fit,minmax(165px,1fr))}.kpi-card,.kpi-panel,.kpi-overview,.manager-bars,.manager-bar-row{min-width:0}.kpi-value,.kpi-label,.manager-bar-label strong,.manager-bar-label span{overflow-wrap:anywhere}@media (max-width: 1200px){.dashboard{padding:20px}.dashboard-header,.global-scope-bar,.tab-bar,.dashboard-content{max-width:calc(100vw - 40px)}.tab-bar{gap:6px;padding:7px}.tab-btn{padding:10px 12px;font-size:13px}.tab-badge{min-width:20px;height:20px;margin-right:6px;font-size:11px}}@media (max-width: 700px){.dashboard{padding:12px}.dashboard-header,.global-scope-bar,.tab-bar,.dashboard-content{max-width:calc(100vw - 24px)}.kpi-grid,.kpi-grid-executive{grid-template-columns:1fr}}.dashboard-header,.global-scope-bar,.tab-bar,.dashboard-content{width:min(100%,1680px);max-width:calc(100vw - 64px);margin-inline:auto}.tab-bar{direction:rtl;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 10px;overflow:visible;padding:10px 14px}.tab-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;max-width:100%}.tab-badge{margin-right:0;margin-inline-start:0;margin-inline-end:0}.global-scope-bar{direction:rtl;flex-wrap:wrap}.global-scope-bar>div{min-width:220px}.global-manager-filter{margin-inline-start:0}@media (max-width: 1200px){.dashboard-header,.global-scope-bar,.tab-bar,.dashboard-content{max-width:calc(100vw - 40px)}.tab-bar{justify-content:center}}@media (max-width: 700px){.dashboard-header,.global-scope-bar,.tab-bar,.dashboard-content{max-width:calc(100vw - 24px)}.tab-bar{justify-content:flex-start}}.errorBoundaryBox{margin:12px 0;padding:16px;border:1px solid #fecaca;border-radius:16px;background:#fef2f2;color:#7f1d1d;font-family:Calibri,Arial,sans-serif;direction:rtl}.errorBoundaryBoxCompact{padding:12px;border-radius:12px}.errorBoundaryHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.errorBoundaryHeader strong{display:block;font-size:15px;font-weight:800}.errorBoundaryHeader p{margin:4px 0 0;font-size:13px;color:#991b1b}.errorBoundaryHeader button{border:1px solid #fca5a5;background:#fff;color:#991b1b;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap}.errorBoundaryHeader button:hover{background:#fff7f7}.errorBoundaryId{display:block;margin-top:10px;color:#b91c1c;font-size:12px}.errorBoundaryDetails{margin-top:12px;font-size:12px}.errorBoundaryDetails summary{cursor:pointer;font-weight:700}.errorBoundaryDetails pre{margin-top:8px;max-height:160px;overflow:auto;padding:10px;border-radius:10px;background:#fff;color:#450a0a;direction:ltr;text-align:left;white-space:pre-wrap}.uploadStatusSummary{margin-top:12px;padding:12px;border-radius:14px;background:#f8fafc;border:1px solid #dbe3ef;font-family:Calibri,Arial,sans-serif;direction:rtl}.uploadStatusSummaryHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.uploadStatusSummary strong{display:block;color:#14213d;font-size:14px}.uploadStatusSummary small{display:block;margin-top:2px;color:#64748b;font-size:12px}.uploadStatusPill{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:800;background:#eef2ff;color:#1e3a8a}.uploadStatusPill.ready{background:#dcfce7;color:#166534}.uploadStatusPill.partial{background:#fef3c7;color:#92400e}.uploadStatusPill.invalid{background:#fee2e2;color:#991b1b}.uploadStatusPill.neutral{background:#e2e8f0;color:#475569}.uploadStatusSummary ul{margin:10px 0 0;padding:0;padding-inline-start:18px}.uploadStatusSummary li{margin-bottom:4px;color:#334155;font-size:13px}.uploadStatusSummary li.ready{color:#166534}.uploadStatusSummary li.missing,.uploadStatusSummary li.invalid{color:#991b1b}.uploadStatusSummary li.optional{color:#64748b}.uploadBoxInvalid{border-color:#fecaca;background:#fff7f7}.uploadSlotErrors{display:grid;gap:4px;margin-top:8px}.uploadSlotErrors span{display:block;color:#b91c1c;font-size:12px;font-weight:700}.managerStatus.missing{background:#fff7ed;color:#9a3412}.managerStatus.ready{background:#ecfdf5;color:#047857}@media (max-width: 760px){.uploadStatusSummaryHeader{align-items:flex-start;flex-direction:column}}.productModeSelector{margin:18px 0;padding:16px;border:1px solid #dbe3ef;border-radius:18px;background:#f8fafc;font-family:Calibri,Arial,sans-serif;direction:rtl}.productModeSelectorHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.productModeSelectorHeader strong{display:block;color:#14213d;font-size:16px;font-weight:800}.productModeSelectorHeader span{color:#64748b;font-size:13px}.productModeOptions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.productModeOption{border:1px solid #dbe3ef;background:#fff;border-radius:16px;padding:14px;text-align:right;cursor:pointer;font-family:Calibri,Arial,sans-serif;transition:.18s ease}.productModeOption:hover{border-color:#94a3b8;transform:translateY(-1px)}.productModeOption.active{border-color:#1d4ed8;background:#eff6ff;box-shadow:0 10px 24px #1d4ed814}.productModeOption strong{display:block;color:#14213d;font-size:15px;font-weight:800}.productModeOption span{display:block;margin-top:4px;color:#64748b;font-size:13px}.productPreviewPage{display:grid;gap:18px}.productPreviewHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px;border-radius:24px;background:linear-gradient(135deg,#eff6ff,#fff);border:1px solid #dbeafe}.productPreviewHeader h1{margin:4px 0 6px;color:#14213d;font-size:28px}.productPreviewHeader p{margin:0;color:#475569;max-width:760px}.productPreviewKpiGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.productPreviewKpiGrid article{padding:16px;border-radius:18px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 26px #0f172a0d}.productPreviewKpiGrid span{display:block;color:#64748b;font-size:13px}.productPreviewKpiGrid strong{display:block;margin-top:6px;color:#14213d;font-size:22px;font-weight:900}.productPreviewGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.chipList{display:flex;flex-wrap:wrap;gap:8px}.chipList span{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:#eff6ff;color:#1e3a8a;font-size:13px;font-weight:700}.warningList{margin:0;padding:0;padding-inline-start:18px;color:#92400e}.warningList li{margin-bottom:6px}.tableScroll{width:100%;overflow-x:auto}.productRowsTable{min-width:920px}.productRowsTable th{white-space:nowrap}.productRowsTable td{vertical-align:top}@media (max-width: 900px){.productModeOptions,.productPreviewKpiGrid,.productPreviewGrid{grid-template-columns:1fr}.productPreviewHeader,.productModeSelectorHeader{flex-direction:column}}.productModeMiniStatus{display:inline-flex;margin-top:8px;padding:4px 8px;border-radius:999px;font-size:12px;font-style:normal;font-weight:800}.productModeMiniStatus.ready{background:#dcfce7;color:#166534}.productModeMiniStatus.partial{background:#fef3c7;color:#92400e}.analysisWorkspace{display:grid;gap:18px}.analysisWorkspaceHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px;border-radius:24px;background:linear-gradient(135deg,#eff6ff,#fff);border:1px solid #dbeafe}.analysisWorkspaceHeader h1{margin:4px 0 6px;color:#14213d;font-size:28px}.analysisWorkspaceHeader p{margin:0;color:#475569;max-width:780px}.analysisProductTabs{display:flex;gap:10px;flex-wrap:wrap;padding:8px;border-radius:18px;background:#f8fafc;border:1px solid #e2e8f0}.analysisProductTabs button{border:1px solid #dbe3ef;background:#fff;color:#334155;border-radius:999px;padding:10px 18px;font-family:Calibri,Arial,sans-serif;font-size:15px;font-weight:800;cursor:pointer}.analysisProductTabs button.active{border-color:#1d4ed8;background:#eff6ff;color:#1d4ed8}.analysisWorkspaceBody{display:block}.productAnalysisPanel{display:grid;gap:16px}.productAnalysisHeader{padding:20px;border-radius:22px;border:1px solid #e2e8f0;background:#fff}.productAnalysisHeader h2{margin:4px 0 6px;color:#14213d;font-size:24px}.productAnalysisHeader p{margin:0;color:#64748b}.productAnalysisKpiGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.productAnalysisKpiGrid article{padding:16px;border-radius:18px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 26px #0f172a0d}.productAnalysisKpiGrid span{display:block;color:#64748b;font-size:13px}.productAnalysisKpiGrid strong{display:block;margin-top:6px;color:#14213d;font-size:22px;font-weight:900}.workspaceCard{padding:18px;border-radius:20px;background:#fff;border:1px solid #e2e8f0}.workspaceCard h3{margin:0 0 12px;color:#14213d;font-size:18px}@media (max-width: 900px){.analysisWorkspaceHeader{flex-direction:column}.productAnalysisKpiGrid{grid-template-columns:1fr}}.educationFundAnalysisView{display:grid;gap:16px}.educationTopKpiGrid,.educationKpiGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.educationKpiCard{padding:16px;border-radius:18px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 26px #0f172a0d}.educationKpiCard span{display:block;color:#64748b;font-size:13px}.educationKpiCard strong{display:block;margin-top:6px;color:#14213d;font-size:22px;font-weight:900}.educationKpiCard small{display:block;margin-top:4px;color:#64748b;font-size:12px}.educationAnalysisTabs{display:flex;flex-wrap:wrap;gap:8px;padding:8px;border-radius:18px;background:#f8fafc;border:1px solid #e2e8f0}.educationAnalysisTabs button{border:1px solid #dbe3ef;background:#fff;color:#334155;border-radius:999px;padding:10px 16px;font-family:Calibri,Arial,sans-serif;font-size:14px;font-weight:800;cursor:pointer}.educationAnalysisTabs button.active{border-color:#1d4ed8;background:#eff6ff;color:#1d4ed8}.educationTabPanel{display:grid;gap:16px}.educationStatusPill{display:inline-flex;align-items:center;justify-content:center;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:800;background:#e2e8f0;color:#334155;white-space:nowrap}.educationStatusPill.ok{background:#dcfce7;color:#166534}.educationStatusPill.warning,.educationStatusPill.review{background:#fef3c7;color:#92400e}.educationStatusPill.unknown{background:#e2e8f0;color:#475569}.educationBucketGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.educationBucketCard{padding:14px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0}.educationBucketCard strong{display:block;color:#14213d;font-size:15px}.educationBucketCard span{display:block;margin-top:6px;color:#1d4ed8;font-size:18px;font-weight:900}.educationBucketCard small{display:block;margin-top:4px;color:#64748b;font-size:12px}.educationMiniBar{width:100%;height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden;margin-top:10px}.educationMiniBar i{display:block;height:100%;border-radius:inherit;background:#1d4ed8}.educationInsightList{display:grid;gap:10px;margin:0;padding:0;list-style:none}.educationInsightList li{padding:12px;border-radius:14px;background:#fff7ed;border:1px solid #fed7aa}.educationInsightTiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.educationInsightTiles article{padding:16px;border-radius:18px;background:linear-gradient(135deg,#f8fafc,#eef6ff);border:1px solid #dbeafe;box-shadow:0 10px 24px #0f172a0f}.educationInsightTiles strong{display:block;color:#14213d;font-size:22px;font-weight:900}.educationInsightTiles span{display:block;margin-top:6px;color:#1d4ed8;font-size:14px;font-weight:800}.educationInsightTiles small{display:block;margin-top:6px;color:#64748b;font-size:12px;line-height:1.5}.educationInsightList strong{display:block;color:#9a3412}.educationInsightList span{display:block;margin-top:4px;color:#7c2d12;font-size:13px}.educationManagerBars{display:grid;gap:12px}.educationManagerBarRow{display:grid;gap:8px;padding:12px;border-radius:14px;border:1px solid #e2e8f0;background:#f8fafc}.educationManagerBarRow>div:first-child{display:flex;justify-content:space-between;gap:12px}.educationManagerBarRow strong{color:#14213d}.educationManagerBarRow span{color:#64748b;font-size:13px}@media (max-width: 1100px){.educationTopKpiGrid,.educationKpiGrid,.educationBucketGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 700px){.educationTopKpiGrid,.educationKpiGrid,.educationBucketGrid,.educationInsightTiles{grid-template-columns:1fr}.educationManagerBarRow>div:first-child{flex-direction:column}}.educationManagerScopeCard{display:grid;gap:16px}.educationManagerScopeTabs{display:flex;flex-wrap:wrap;gap:10px}.educationManagerScopeTabs button{border:1px solid #d8e1f1;background:#fff;border-radius:18px;padding:12px 16px;min-width:210px;display:grid;gap:4px;text-align:right;cursor:pointer;color:#17233f}.educationManagerScopeTabs button.active{border-color:#5966ff;background:#f5f7ff;box-shadow:0 10px 24px #2d397814}.educationManagerScopeTabs button strong{font-size:15px}.educationManagerScopeTabs button span{font-size:13px;color:#66728a}.sectionHeaderRow{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:14px}.educationFeeChartWrap{display:grid;gap:18px;overflow-x:auto;padding-bottom:6px}.educationFeeChartLegend{display:flex;gap:18px;align-items:center;color:#475569;font-size:14px}.educationFeeChartLegend span{display:inline-flex;align-items:center;gap:7px}.educationFeeChartLegend i,.educationFeeBarColumn i{display:inline-block;border-radius:999px 999px 4px 4px}.educationFeeChartLegend i{width:12px;height:12px}.educationFeeChartLegend i.ok,.educationFeeBarColumn i.ok{background:#16a34a}.educationFeeChartLegend i.warning,.educationFeeBarColumn i.warning{background:#dc2626}.educationFeeChart{min-height:260px;display:flex;align-items:flex-end;gap:18px;padding:22px 14px 10px;border:1px solid #e2e8f0;border-radius:18px;background:linear-gradient(to top,rgba(15,23,42,.05) 1px,transparent 1px) 0 0 / 100% 45px,#fff}.educationFeeChartGroup{min-width:128px;display:grid;gap:10px;justify-items:center}.educationFeeBars{height:210px;display:flex;align-items:flex-end;gap:9px}.educationFeeBarColumn{height:210px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:6px}.educationFeeBarColumn span{font-size:12px;font-weight:700;color:#14213d}.educationFeeBarColumn i{width:24px;min-height:6px;box-shadow:0 8px 18px #0f172a1f}.educationFeeChartGroup strong{max-width:126px;min-height:42px;text-align:center;font-size:12px;color:#334155;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.educationTableSpacing{margin-top:18px}.educationCompactReasonList{margin:0;padding:0;padding-inline-start:18px;display:grid;gap:4px;color:#334155}.educationCompactReasonList li{margin:0}.educationStatusPill.warning{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.educationStatusPill.unknown{background:#fff7ed;color:#c2410c;border-color:#fed7aa}@media (max-width: 900px){.sectionHeaderRow{flex-direction:column}.educationFeeChartGroup{min-width:112px}}.executiveAnalyticsLayer{background:linear-gradient(135deg,#fffffffa,#f8fafcfa);border:1px solid rgba(15,23,42,.08);border-radius:24px;box-shadow:0 18px 45px #0f172a14;padding:22px;margin:0 0 22px}.executiveLayerHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.executiveLayerHeader h2{margin:0 0 6px;color:#0f2544;font-size:1.45rem}.executiveLayerHeader p{margin:0;color:#64748b;line-height:1.7;max-width:980px}.executiveKpiGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;margin-bottom:18px}.executiveKpiCard{border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#fff;padding:16px;min-height:118px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 10px 26px #0f172a0d}.executiveKpiCard span{color:#64748b;font-size:.9rem;font-weight:700}.executiveKpiCard strong{color:#102a43;font-size:1.55rem;line-height:1.2;margin:8px 0 6px}.executiveKpiCard small{color:#7c8aa5;line-height:1.4}.executiveKpiCard.blue{border-color:#2563eb2e;background:linear-gradient(180deg,#fff,#eff6ff)}.executiveKpiCard.gold{border-color:#b4832333;background:linear-gradient(180deg,#fff,#fff7ed)}.executiveKpiCard.green{border-color:#16a34a2e;background:linear-gradient(180deg,#fff,#f0fdf4)}.executiveKpiCard.warning{border-color:#f59e0b38;background:linear-gradient(180deg,#fff,#fffbeb)}.executivePanelsGrid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.executivePanel{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:20px;padding:16px;box-shadow:0 12px 30px #0f172a0d;min-width:0}.executivePanelTitle{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.executivePanelTitle h3{margin:0;color:#0f2544;font-size:1.05rem}.executivePanelTitle span{color:#64748b;font-size:.85rem;background:#f8fafc;border:1px solid rgba(15,23,42,.08);border-radius:999px;padding:6px 10px;white-space:nowrap}.executiveRiskTableWrap{overflow-x:auto}.executiveTable{width:100%;border-collapse:collapse;min-width:520px}.executiveTable th,.executiveTable td{border-bottom:1px solid rgba(15,23,42,.08);padding:10px 8px;text-align:right;vertical-align:top}.executiveTable th{color:#334155;background:#f8fafc;font-weight:800;font-size:.9rem}.executiveTable td{color:#1e293b;font-size:.92rem}.executiveTable tbody tr:last-child td{border-bottom:none}@media (max-width: 1100px){.executiveKpiGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.executivePanelsGrid{grid-template-columns:1fr}}@media (max-width: 640px){.executiveAnalyticsLayer{padding:16px;border-radius:18px}.executiveKpiGrid{grid-template-columns:1fr}}.analysisWorkspace.v41{display:flex;flex-direction:column;gap:18px}.analysisWorkspaceHeader.v41{align-items:center;background:linear-gradient(135deg,#fff,#f8fbff);border:1px solid #e5eaf3;box-shadow:0 14px 38px #0f172a0f}.executivePortalHome{display:flex;flex-direction:column;gap:18px}.executiveAnalyticsLayer.v41{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #e6ebf3;border-radius:26px;padding:22px;box-shadow:0 18px 45px #0f172a12}.executiveLayerHeader.v41{margin-bottom:18px}.executiveLayerHeader.v41 h2{margin:3px 0 6px;font-size:26px;color:#071a3d}.executiveLayerHeader.v41 p{max-width:980px;color:#65738a}.executiveKpiSections{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:18px;margin-bottom:18px}.kpiSectionBlock{border:1px solid #e7edf6;border-radius:20px;padding:16px;background:#fff}.kpiSectionBlock h3{margin:0 0 12px;font-size:15px;color:#0f2a55}.executiveKpiGrid.v41.compact{display:grid;grid-template-columns:repeat(auto-fit,minmax(136px,1fr));gap:10px}.executiveKpiCard.v41{display:flex;gap:10px;align-items:center;min-height:112px;padding:14px;border-radius:18px;border:1px solid #e6ebf3;background:#fff;box-shadow:0 10px 24px #0f172a0b}.executiveKpiCard.v41 .executiveKpiIcon{flex:0 0 38px;width:38px;height:38px;border-radius:14px;display:grid;place-items:center;font-weight:800;background:#eff6ff;color:#2563eb}.executiveKpiCard.v41 span{display:block;color:#64748b;font-weight:700;font-size:12px}.executiveKpiCard.v41 strong{display:block;margin-top:6px;font-size:22px;line-height:1.1;color:#071a3d}.executiveKpiCard.v41 small{display:block;margin-top:7px;color:#7b879a;font-size:11px}.executiveKpiCard.v41.gold .executiveKpiIcon{background:#fff7ed;color:#d97706}.executiveKpiCard.v41.green .executiveKpiIcon{background:#ecfdf5;color:#16a34a}.executiveKpiCard.v41.warning .executiveKpiIcon{background:#fff7ed;color:#ea580c}.primaryActionButton{border:0;border-radius:999px;padding:12px 18px;background:linear-gradient(135deg,#173b78,#2563eb);color:#fff;font-weight:900;box-shadow:0 14px 28px #2563eb33;white-space:nowrap}.primaryActionButton:hover{transform:translateY(-1px)}.executivePanelsGrid.v41.portal{display:grid;grid-template-columns:minmax(280px,1fr) minmax(280px,1fr) minmax(360px,1.05fr);gap:18px;align-items:stretch}.executivePanel.v41{background:#fff;border:1px solid #e6ebf3;border-radius:22px;padding:18px;box-shadow:0 14px 36px #0f172a0e}.executivePanel.v41 .executivePanelTitle{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px}.executivePanel.v41 .executivePanelTitle h3{margin:0;color:#071a3d;font-size:18px}.executivePanel.v41 .executivePanelTitle span{color:#64748b;font-size:12px;border:1px solid #dbe4f0;border-radius:999px;padding:5px 10px;background:#f8fafc}.donutContent{display:grid;grid-template-columns:190px 1fr;gap:18px;align-items:center}.donutChart{width:190px;height:190px;border-radius:50%;display:grid;place-items:center;box-shadow:inset 0 0 0 1px #0f172a0d,0 10px 26px #2563eb1c}.donutCenter{width:108px;height:108px;border-radius:50%;background:#fff;display:grid;place-items:center;text-align:center;padding:10px;box-shadow:0 8px 20px #0f172a14}.donutCenter span{color:#64748b;font-size:12px;font-weight:700}.donutCenter strong{color:#071a3d;font-size:15px;line-height:1.1}.donutLegend{display:flex;flex-direction:column;gap:10px}.donutLegendRow{display:grid;grid-template-columns:12px 1fr;gap:9px;align-items:center;padding-bottom:9px;border-bottom:1px solid #edf1f7}.donutLegendRow:last-child{border-bottom:0}.donutColor{width:11px;height:11px;border-radius:999px}.donutLegendRow strong{display:block;color:#0f172a;font-size:13px}.donutLegendRow small{display:block;color:#64748b;margin-top:3px;font-size:12px}.executiveTable.v41{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid #e7edf6;border-radius:15px}.executiveTable.v41 th,.executiveTable.v41 td{padding:13px 14px;border-bottom:1px solid #edf1f7;text-align:right;font-size:13px}.executiveTable.v41 th{background:#f8fafc;color:#34445c;font-weight:800}.executiveTable.v41 tr:last-child td{border-bottom:0}.productSummaryPanel{margin-top:18px}.productCenterPanel{background:#fff;border:1px solid #e6ebf3;border-radius:26px;padding:22px;box-shadow:0 18px 45px #0f172a0f}.productCenterHeader{display:flex;justify-content:space-between;gap:16px;margin-bottom:16px}.productCenterHeader h2{margin:2px 0 6px;color:#071a3d;font-size:24px}.productCenterHeader p{color:#64748b;margin:0}.productCenterGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px}.productPortalCard{position:relative;min-height:180px;border:1px solid #e5eaf3;border-radius:22px;padding:18px;text-align:right;background:#fff;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.productPortalCard.enabled{cursor:pointer}.productPortalCard.enabled:hover{transform:translateY(-2px);border-color:#93c5fd;box-shadow:0 18px 38px #2563eb1c}.productPortalCard.disabled{opacity:.55;cursor:not-allowed;background:#f8fafc}.productPortalCard.active{border-color:#2563eb}.productPortalStatus{display:inline-flex;border-radius:999px;padding:5px 10px;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:800;margin-bottom:12px}.productPortalCard.disabled .productPortalStatus{background:#e5e7eb;color:#64748b}.productPortalCard strong{display:block;color:#071a3d;font-size:21px;margin-bottom:5px}.productPortalCard small{color:#64748b}.productPortalMetrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.productPortalMetrics span{background:#f8fafc;border:1px solid #edf1f7;border-radius:14px;padding:9px}.productPortalMetrics b{display:block;color:#071a3d;font-size:14px}.productPortalMetrics em{display:block;color:#64748b;font-size:11px;font-style:normal;margin-top:3px}.productModeBody{display:flex;flex-direction:column;gap:16px}.productDetailHeader{display:flex;justify-content:space-between;gap:16px;align-items:center;background:#fff;border:1px solid #e6ebf3;border-radius:22px;padding:18px;box-shadow:0 12px 30px #0f172a0d}.productDetailHeader h2{margin:2px 0 5px;color:#071a3d}.productDetailHeader p{margin:0;color:#64748b}.productDetailActions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.analysisProductTabs.compact{margin:0;padding:4px}.analysisProductTabs.compact button{padding:9px 15px;font-size:13px}.emptyStateText{color:#64748b;margin:0}@media (max-width: 1180px){.executiveKpiSections,.primaryActionButton{border:0;border-radius:999px;padding:12px 18px;background:linear-gradient(135deg,#173b78,#2563eb);color:#fff;font-weight:900;box-shadow:0 14px 28px #2563eb33;white-space:nowrap}.primaryActionButton:hover{transform:translateY(-1px)}.executivePanelsGrid.v41.portal{grid-template-columns:1fr}.donutContent{grid-template-columns:160px 1fr}.donutChart{width:160px;height:160px}}@media (max-width: 760px){.productDetailHeader,.analysisWorkspaceHeader.v41{align-items:stretch;flex-direction:column}.donutContent{grid-template-columns:1fr;justify-items:center}.productPortalMetrics{grid-template-columns:1fr}}.educationDataQualityCard{border-color:#2563eb2e;background:linear-gradient(135deg,#eff6fff2,#fffffffa)}.educationKpiGrid.compact{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:14px}.educationValidationReasonGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-top:14px}.educationValidationReasonGrid article{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid rgba(148,163,184,.28);border-radius:14px;background:#ffffffdb}.educationValidationReasonGrid strong{min-width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#f59e0b24;color:#92400e;font-size:15px}.educationValidationReasonGrid span{color:#475569;font-size:13px;line-height:1.45}.educationScopeHeaderRow{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.educationScopeCurrentBadge{border:1px solid #d8e1f1;background:#f8fbff;color:#31446f;border-radius:999px;padding:8px 14px;font-weight:700;white-space:nowrap}.educationScopeModeBar{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:12px}.educationScopeModeBar button{border:1px solid #d8e1f1;background:#fff;border-radius:18px;padding:14px 16px;min-height:72px;display:grid;gap:5px;text-align:right;cursor:pointer;color:#17233f;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}.educationScopeModeBar button:hover{transform:translateY(-1px);border-color:#b9c7ff;box-shadow:0 10px 24px #2d397814}.educationScopeModeBar button.active{border-color:#3d52d5;background:linear-gradient(135deg,#f5f7ff,#fff);box-shadow:0 12px 28px #3d52d524}.educationScopeModeBar button strong{font-size:15px}.educationScopeModeBar button span{font-size:13px;color:#66728a}.educationManagerSpecificSelector{display:grid;gap:7px;max-width:420px}.educationManagerSpecificSelector label{color:#41506f;font-size:13px;font-weight:700}.educationManagerSpecificSelector select{border:1px solid #cfd9ee;border-radius:16px;padding:12px 14px;background:#fff;color:#17233f;font-weight:700;min-height:46px}@media (max-width: 760px){.educationScopeHeaderRow{flex-direction:column}.educationScopeModeBar{grid-template-columns:1fr}.educationScopeCurrentBadge{white-space:normal}}.educationStatusPill.exception{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.educationStatusPill.warning{background:#fef3c7;color:#92400e;border-color:#fde68a}.educationFeeChartLegend i.warning,.educationFeeBarColumn i.warning{background:#f59e0b}.educationFeeChartLegend i.exception,.educationFeeBarColumn i.exception{background:#dc2626}.educationFeeDistribution{min-height:230px;display:flex;align-items:flex-end;gap:16px;padding:22px 14px 14px;border:1px solid #e2e8f0;border-radius:18px;background:linear-gradient(to top,rgba(15,23,42,.05) 1px,transparent 1px) 0 0 / 100% 45px,#fff;overflow-x:auto}.educationFeeDistributionBucket{min-width:128px;height:210px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:7px;text-align:center}.educationFeeDistributionBucket strong{font-size:14px;color:#14213d}.educationFeeDistributionBucket i{width:42px;min-height:8px;border-radius:999px 999px 6px 6px;background:#14213d;box-shadow:0 10px 22px #0f172a24}.educationFeeDistributionBucket span{font-size:12px;font-weight:800;color:#334155}.educationFeeDistributionBucket small{font-size:11px;color:#64748b}.product-shell-hero{position:relative;overflow:hidden;min-height:118px;border:1px solid #dbe7f6!important;border-radius:28px!important;background:radial-gradient(circle at 92% 14%,rgba(79,70,229,.1),transparent 28%),radial-gradient(circle at 15% 18%,rgba(59,130,246,.08),transparent 24%),linear-gradient(180deg,#fff,#f9fbff)!important;box-shadow:0 18px 42px #0f172a0f}.product-hero-title{display:flex;align-items:center;justify-content:flex-start;gap:16px}.product-hero-icon{width:54px;height:54px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eef2ff,#dbeafe);color:#1e3a8a;font-size:26px;font-weight:900;box-shadow:inset 0 0 0 1px #c7d2fe,0 12px 24px #1e3a8a1f}.dashboard-header.product-shell-hero{max-width:1680px;margin:0 auto 18px;padding:24px 28px}.tab-bar,.educationAnalysisTabs{min-height:66px;align-items:stretch;background:#ffffffeb!important;border-radius:24px!important}.tab-btn,.educationAnalysisTabs button{min-width:130px;display:inline-flex!important;align-items:center;justify-content:center;gap:8px;border-radius:0!important;border-bottom:3px solid transparent!important;background:transparent!important}.tab-btn.active,.educationAnalysisTabs button.active{color:#4f46e5!important;background:linear-gradient(180deg,#f8faff,#fff)!important;border-bottom-color:#4f46e5!important;box-shadow:none!important}.tab-icon{width:25px;height:25px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;color:#64748b;background:#f1f5f9;font-weight:900}.tab-btn.active .tab-icon,.educationAnalysisTabs button.active .tab-icon{color:#4338ca;background:#eef2ff}.unified-product-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}.product-kpi-card{position:relative;min-height:142px;text-align:right;border-radius:24px!important;padding:18px!important;overflow:hidden;background:linear-gradient(180deg,#fff,#f8fbff)!important;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.product-kpi-card:hover{transform:translateY(-2px);box-shadow:0 18px 38px #0f172a17!important;border-color:#bfdbfe!important}.product-kpi-card small{display:block;margin-top:12px;color:#2563eb;font-weight:800}.product-kpi-icon{position:absolute;top:18px;inset-inline-end:18px;width:34px;height:34px;border-radius:13px;display:inline-flex!important;align-items:center;justify-content:center;background:#eef2ff;color:#4f46e5!important;font-size:18px!important;font-weight:900}.product-kpi-card.card-blue,.educationKpiCard.card-blue{border-color:#bfdbfe!important;background:linear-gradient(180deg,#fff,#eff6ff)!important}.product-kpi-card.card-green,.educationKpiCard.card-green{border-color:#bbf7d0!important;background:linear-gradient(180deg,#fff,#f0fdf4)!important}.product-kpi-card.card-red,.educationKpiCard.card-red{border-color:#fecaca!important;background:linear-gradient(180deg,#fff,#fff1f2)!important}.product-kpi-card.card-warning,.educationKpiCard.card-warning{border-color:#fde68a!important;background:linear-gradient(180deg,#fff,#fffbeb)!important}.product-kpi-card.card-neutral,.educationKpiCard.card-neutral{border-color:#e2e8f0!important;background:linear-gradient(180deg,#fff,#f8fafc)!important}.product-home-hub,.education-kpi-home{display:grid;gap:20px}.product-home-toolbar strong{min-width:190px;padding:13px 16px;border-radius:17px;text-align:center;color:#0f2344;border:1px solid #c7dcff;background:#fff}.product-home-title{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-top:10px}.product-home-title h2{margin:0 0 6px;color:#0f2344;font-size:24px}.product-home-title p{margin:0;color:#64748b;font-weight:700}.product-analysis-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.product-analysis-card{position:relative;min-height:250px;padding:24px;border-radius:28px;border:1px solid #dbe3ef;background:#fff;box-shadow:0 16px 36px #0f172a0d;overflow:hidden}.analysis-card-icon{width:58px;height:58px;border-radius:999px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:#1e3a8a;background:#dbeafe;font-size:26px;font-weight:900}.product-analysis-card h3{margin:0 0 10px;color:#0f2344;font-size:22px}.product-analysis-card p{min-height:58px;margin:0 0 16px;color:#52617a;line-height:1.7;font-weight:700}.product-analysis-card strong{display:block;color:#0f2344;font-size:20px;margin-bottom:18px}.product-analysis-card button{width:100%;border:1px solid #c7dcff;border-radius:16px;padding:13px 16px;color:#1d4ed8;background:#fff;font-weight:900;cursor:pointer}.product-analysis-card button:hover{background:#eff6ff}.tone-green .analysis-card-icon{background:#dcfce7;color:#16a34a}.tone-blue .analysis-card-icon{background:#dbeafe;color:#2563eb}.tone-purple .analysis-card-icon{background:#ede9fe;color:#7c3aed}.tone-orange .analysis-card-icon{background:#ffedd5;color:#ea580c}.product-manager-snapshot{min-height:auto}.mini-manager-bars{display:grid;gap:10px;margin-top:12px}.mini-manager-row{display:grid;grid-template-columns:90px 1fr 52px;align-items:center;gap:10px;color:#0f2344;font-weight:800}.mini-manager-row i{height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.mini-manager-row b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#60a5fa,#4f46e5)}.educationAnalysisTabs{max-width:none!important;margin:0 0 18px!important;padding:8px!important;border:1px solid #dbe3ef!important;overflow-x:auto}.educationKpiCard.product-kpi-card{cursor:pointer;border:1px solid #dbe3ef;font-family:Calibri,Arial,sans-serif}.compact-product-kpis{grid-template-columns:repeat(4,minmax(0,1fr))!important}@media (max-width: 1180px){.unified-product-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 980px){.product-hero-title,.kpi-toolbar.product-home-toolbar{align-items:flex-start;flex-direction:column}.product-analysis-card-grid,.kpi-visual-grid,.compact-product-kpis{grid-template-columns:1fr!important}}.productModeOptionTop{display:flex;align-items:center;justify-content:space-between;gap:10px}.productModeOptionTop small{padding:4px 9px;border-radius:999px;color:#8a6d1d;background:#fff7db;border:1px solid #f3df9f;font-size:12px;font-weight:900}.productModeOption.future{cursor:not-allowed;opacity:.78;background:linear-gradient(180deg,#fff,#f8fafc)}.productModeOption.future:hover{border-color:#dbe3ef;transform:none}.productPortalCard.disabled:first-of-type{border-color:#f3df9f;background:linear-gradient(180deg,#fff,#fffaf0)}.productAnalysisView.executiveInsuranceView{display:grid;gap:18px;font-family:Calibri,Arial,sans-serif}.productHero.compactHero{border:1px solid rgba(23,54,93,.14);border-radius:22px;padding:22px;background:linear-gradient(135deg,#17365d14,#bf9b301f);box-shadow:0 16px 40px #0f172a12}.productHero.compactHero h2{margin:4px 0 8px;color:#17365d;font-size:30px}.productHero.compactHero p{margin:0;color:#526070}.productKpiGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.productKpiGrid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.productKpiCard{border:1px solid rgba(23,54,93,.12);border-radius:20px;padding:16px;background:#fff;box-shadow:0 12px 28px #0f172a0f;display:grid;gap:6px;min-height:108px}.productKpiCard span{color:#64748b;font-size:14px}.productKpiCard strong{color:#17365d;font-size:26px;line-height:1.1}.productKpiCard small{color:#64748b}.productKpiCard.blue{border-top:4px solid #17365d}.productKpiCard.gold{border-top:4px solid #bf9b30}.productKpiCard.green{border-top:4px solid #15803d}.productKpiCard.red{border-top:4px solid #b91c1c}.productTabs{display:flex;flex-wrap:wrap;gap:10px;padding:8px;border:1px solid rgba(23,54,93,.12);border-radius:18px;background:#f8fafc}.productTabs button{border:0;border-radius:14px;padding:10px 18px;background:transparent;color:#17365d;font-weight:700;cursor:pointer}.productTabs button.active{background:#17365d;color:#fff;box-shadow:0 10px 22px #17365d33}.productAnalysisPanel{border:1px solid rgba(23,54,93,.12);border-radius:22px;padding:18px;background:#fff;box-shadow:0 16px 38px #0f172a0f;display:grid;gap:16px}.productSectionHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.productSectionHeader h3{margin:4px 0 6px;color:#17365d;font-size:23px}.productSectionHeader p{margin:0;color:#64748b}.productTableWrap{overflow-x:auto;border-radius:16px;border:1px solid rgba(23,54,93,.1)}.productTable{width:100%;border-collapse:collapse;min-width:980px;background:#fff}.productTable th,.productTable td{padding:11px 12px;border-bottom:1px solid #eef2f7;text-align:right;white-space:nowrap}.productTable th{background:#f8fafc;color:#17365d;font-weight:800}.statusPill{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:5px 10px;border-radius:999px;font-size:13px;font-weight:800}.statusPill.ok{background:#dcfce7;color:#166534}.statusPill.bad{background:#fee2e2;color:#991b1b}.issuerBarsList{display:grid;gap:12px}.issuerBarCard{border:1px solid rgba(23,54,93,.1);border-radius:18px;padding:14px;background:#fbfdff;display:grid;gap:10px}.issuerBarTop{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#17365d}.issuerBarTop span,.issuerBarCard small{color:#64748b}.issuerBarTrack{height:12px;border-radius:999px;overflow:hidden;background:#e2e8f0}.issuerBarFill{height:100%;border-radius:999px;background:linear-gradient(90deg,#17365d,#bf9b30)}@media (max-width: 980px){.productKpiGrid.four{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.productKpiGrid.four{grid-template-columns:1fr}.issuerBarTop{align-items:flex-start;flex-direction:column}}.productKpiCard.clickable{width:100%;text-align:right;cursor:pointer;font-family:Calibri,Arial,sans-serif}.productKpiCard.clickable:hover{transform:translateY(-2px);border-color:#bf9b3073}.productControlGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.productControlCard{border:1px solid rgba(23,54,93,.13);border-radius:22px;padding:18px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 14px 32px #0f172a0f;display:grid;gap:8px;text-align:right;cursor:pointer;font-family:Calibri,Arial,sans-serif}.productControlCard:hover{transform:translateY(-2px);border-color:#bf9b307a;box-shadow:0 18px 38px #0f172a17}.productControlCard strong{color:#17365d;font-size:22px}.productControlCard small{color:#64748b;line-height:1.5}.compactTable .productTable{min-width:760px}.compactTable small{color:#64748b}.executiveProductHome .productTableWrap{margin-top:2px}@media (max-width: 980px){.productControlGrid{grid-template-columns:1fr}}.periodFeeGrid{display:grid;gap:18px;margin-top:18px}.periodFeeBlock{border:1px solid rgba(29,78,137,.16);border-radius:22px;background:#fff;box-shadow:0 16px 38px #0f172a12;padding:18px}.periodFeeHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.periodFeeHeader h4{margin:2px 0 6px;font-size:20px;color:#16345d}.periodFeeHeader p{margin:0;color:#64748b}.periodFeeStats{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-start}@media (max-width: 780px){.periodFeeHeader{flex-direction:column}}.executiveErrorsTab .emptyStateCard,.emptyStateCard{display:flex;flex-direction:column;gap:6px;padding:18px 20px;border:1px solid rgba(31,78,121,.14);border-radius:18px;background:linear-gradient(135deg,#fffffff5,#f4f8fceb);box-shadow:0 12px 32px #1f4e7914;color:#17324d}.executiveErrorsTab .emptyStateCard strong,.emptyStateCard strong{font-size:18px}.executiveErrorsTab .emptyStateCard small,.emptyStateCard small{color:#17324db8;font-size:14px}.executiveAnalyticsLayer.v73{display:flex;flex-direction:column;gap:18px}.executiveKpiGrid.v41.v73-main{display:grid;grid-template-columns:repeat(6,minmax(145px,1fr));gap:12px}.unifiedProductHealthPanel,.managersSummaryPanel,.dataQualityCenterPanel,.uploadReadinessPanel{margin-top:0}.unifiedProductHealthGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:14px}.unifiedProductHealthCard{border:1px solid #e5eaf3;border-radius:22px;padding:18px;background:#fff;text-align:right;cursor:pointer;min-height:195px;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.unifiedProductHealthCard:hover:not(.disabled){transform:translateY(-2px);border-color:#93c5fd;box-shadow:0 18px 38px #2563eb1c}.unifiedProductHealthCard.active{border-color:#2563eb;box-shadow:0 14px 34px #2563eb1a}.unifiedProductHealthCard.disabled{opacity:.55;cursor:not-allowed;background:#f8fafc}.productHealthStatus{display:inline-flex;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900;margin-bottom:12px}.productHealthStatus.good{background:#ecfdf5;color:#15803d}.productHealthStatus.warn{background:#fff7ed;color:#c2410c}.productHealthStatus.future{background:#e5e7eb;color:#64748b}.unifiedProductHealthCard strong{display:block;color:#071a3d;font-size:21px;margin-bottom:5px}.unifiedProductHealthCard small{color:#64748b}.productHealthMetrics{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:16px}.productHealthMetrics span{background:#f8fafc;border:1px solid #edf1f7;border-radius:14px;padding:9px}.productHealthMetrics b{display:block;color:#071a3d;font-size:14px}.productHealthMetrics em{display:block;color:#64748b;font-size:11px;font-style:normal;margin-top:3px}.executivePanelsGrid.v41.v73-management{display:grid;grid-template-columns:minmax(420px,1.35fr) minmax(280px,.65fr);gap:18px;align-items:stretch}.dataQualityActions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.uploadReadinessList{display:flex;flex-direction:column;gap:10px}.uploadReadinessItem{display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center;border:1px solid #e6ebf3;border-radius:16px;padding:12px;background:#fff}.uploadReadinessItem b{width:34px;height:34px;border-radius:13px;display:grid;place-items:center;background:#f1f5f9;color:#475569;font-weight:900}.uploadReadinessItem.ready b{background:#ecfdf5;color:#15803d}.uploadReadinessItem.partial b{background:#fff7ed;color:#c2410c}.uploadReadinessItem strong{display:block;color:#071a3d;font-size:14px}.uploadReadinessItem small{display:block;color:#64748b;margin-top:3px}@media (max-width: 1180px){.executiveKpiGrid.v41.v73-main,.executivePanelsGrid.v41.v73-management{grid-template-columns:1fr 1fr}}@media (max-width: 760px){.executiveKpiGrid.v41.v73-main,.executivePanelsGrid.v41.v73-management,.productHealthMetrics{grid-template-columns:1fr}}.productHeaderSideStack{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.productReturnActions{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px}.secondaryButton.mini{min-height:34px;padding:7px 12px;font-size:13px;line-height:1.2;white-space:nowrap}.secondaryButton.ghost{background:#ffffffb8;border-color:#2563eb2e;color:#475569}.productModeBody>.productDetailHeader{position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}@media (max-width: 900px){.productHeaderSideStack,.productReturnActions{align-items:stretch;justify-content:stretch;width:100%}.productReturnActions .secondaryButton{flex:1 1 140px}}.executiveInsuranceView .productKpiGrid.four{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.executiveInsuranceView .productKpiCard.executiveKpiCard{position:relative;min-height:112px;padding:18px 20px 16px 18px;border-radius:22px;border:1px solid rgba(23,54,93,.14);border-top-width:4px;background:#fff;box-shadow:0 14px 34px #0f172a0f;display:grid;grid-template-columns:48px 1fr;grid-template-areas:"icon label" "icon value" "icon sub";align-items:center;column-gap:14px;row-gap:4px;text-align:right;overflow:hidden}.executiveInsuranceView .productKpiCard.executiveKpiCard:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(135deg,#ffffffd9,#f8fafc85)}.executiveInsuranceView .productKpiCard.executiveKpiCard>*{position:relative;z-index:1}.executiveInsuranceView .productKpiCard.executiveKpiCard .productKpiIcon{grid-area:icon;width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-size:19px;font-weight:900;line-height:1;direction:ltr}.executiveInsuranceView .productKpiCard.executiveKpiCard .productKpiLabel{grid-area:label;color:#64748b;font-size:14px;font-weight:700}.executiveInsuranceView .productKpiCard.executiveKpiCard strong{grid-area:value;color:#0f2a4a;font-size:26px;font-weight:900;line-height:1.05}.executiveInsuranceView .productKpiCard.executiveKpiCard small{grid-area:sub;color:#64748b;font-size:12px;line-height:1.35}.executiveInsuranceView .productKpiCard.executiveKpiCard.blue{border-color:#3b82f647;border-top-color:#17365d;background:linear-gradient(135deg,#fffffff5,#eff6ffad)}.executiveInsuranceView .productKpiCard.executiveKpiCard.blue .productKpiIcon{color:#2563eb;background:#2563eb1a;border:1px solid rgba(37,99,235,.12)}.executiveInsuranceView .productKpiCard.executiveKpiCard.gold{border-color:#bf9b3057;border-top-color:#bf9b30;background:linear-gradient(135deg,#fffffff5,#fffbebc7)}.executiveInsuranceView .productKpiCard.executiveKpiCard.gold .productKpiIcon{color:#b45309;background:#f59e0b21;border:1px solid rgba(245,158,11,.16)}.executiveInsuranceView .productKpiCard.executiveKpiCard.green{border-color:#22c55e4d;border-top-color:#16a34a;background:linear-gradient(135deg,#fffffff5,#f0fdf4bf)}.executiveInsuranceView .productKpiCard.executiveKpiCard.green .productKpiIcon{color:#16a34a;background:#22c55e21;border:1px solid rgba(34,197,94,.16)}.executiveInsuranceView .productKpiCard.executiveKpiCard.red{border-color:#ef44444d;border-top-color:#dc2626;background:linear-gradient(135deg,#fffffff5,#fef2f2cc)}.executiveInsuranceView .productKpiCard.executiveKpiCard.red .productKpiIcon{color:#dc2626;background:#ef444421;border:1px solid rgba(239,68,68,.16)}.executiveInsuranceView .productKpiCard.executiveKpiCard.clickable{cursor:pointer}.executiveInsuranceView .productKpiCard.executiveKpiCard.clickable:hover{transform:translateY(-2px);box-shadow:0 18px 44px #0f172a1a}@media (max-width: 1100px){.executiveInsuranceView .productKpiGrid.four{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.executiveInsuranceView .productKpiGrid.four{grid-template-columns:1fr}}.executiveInsuranceView .educationTopKpiGrid.unified-product-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;margin:18px 0 20px}.executiveInsuranceView .educationKpiCard.product-kpi-card{min-height:142px;border-radius:24px!important;padding:18px!important;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;text-align:right;direction:rtl;border-width:1px!important;border-top-width:1px!important;box-shadow:0 16px 36px #0f172a12!important}.executiveInsuranceView .educationKpiCard.product-kpi-card .product-kpi-icon{top:18px;inset-inline-end:18px}.executiveInsuranceView .educationKpiCard.product-kpi-card .kpi-label{color:#64748b;font-size:14px;font-weight:800;margin-bottom:8px}.executiveInsuranceView .educationKpiCard.product-kpi-card .kpi-value{color:#0f2a4a;font-size:24px;font-weight:900;line-height:1.1}.executiveInsuranceView .educationKpiCard.product-kpi-card small{margin-top:12px;color:#2563eb;font-weight:800}.executiveInsuranceView .educationKpiCard.product-kpi-card.card-warning .product-kpi-icon{background:#fef3c7;color:#d97706!important}.executiveInsuranceView .educationKpiCard.product-kpi-card.card-green .product-kpi-icon{background:#dcfce7;color:#16a34a!important}.executiveInsuranceView .educationKpiCard.product-kpi-card.card-red .product-kpi-icon{background:#fee2e2;color:#dc2626!important}.executiveInsuranceView .educationKpiCard.product-kpi-card.card-blue .product-kpi-icon,.executiveInsuranceView .educationKpiCard.product-kpi-card.card-neutral .product-kpi-icon{background:#dbeafe;color:#2563eb!important}.executiveInsuranceView .productKpiCard.executiveKpiCard{all:unset}@media (max-width: 1100px){.executiveInsuranceView .educationTopKpiGrid.unified-product-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 680px){.executiveInsuranceView .educationTopKpiGrid.unified-product-kpi-grid{grid-template-columns:1fr!important}}
