:root{--navy-950: #4a5578;--navy-900: #565f82;--navy-800: #6b7398;--navy-700: #8087ab;--teal-500: #5fb3a3;--teal-400: #7ec4b6;--teal-300: #b7e0d6;--amber-500: #e3ab68;--red-500: #d9897f;--paper: #faf8fc;--paper-dim: #f0edf5;--ink-900: #3a3550;--ink-600: #675f80;--ink-400: #9a92ac;--line: #e4dff0;--c-nhandang: #6f93c2;--c-nhandang-bg: #dfeaf7;--c-vongtay: #57ab97;--c-vongtay-bg: #dcf1ea;--c-tenga: #d99a52;--c-tenga-bg: #faead4;--c-atpt: #a373ac;--c-atpt-bg: #f0e2f3;--c-5s: #7aab5e;--c-5s-bg: #e6f2dd;--font-display: "Nunito", sans-serif;--font-body: "Nunito Sans", sans-serif;--font-mono: "JetBrains Mono", monospace;--radius: 12px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--paper);color:var(--ink-900);font-family:var(--font-body);-webkit-font-smoothing:antialiased}button,input,select{font-family:inherit}.app-shell{display:flex;min-height:100vh}.sidebar{width:248px;flex-shrink:0;background:var(--navy-950);color:#f1eefa;display:flex;flex-direction:column;padding:24px 16px;position:sticky;top:0;height:100vh}.brand{font-family:var(--font-display);font-weight:800;font-size:15px;letter-spacing:.02em;color:#fff;padding:0 8px 8px;line-height:1.4}.brand small{display:block;font-family:var(--font-body);font-weight:600;font-size:11px;color:var(--teal-300);letter-spacing:.08em;text-transform:uppercase;margin-top:4px}.nav-list{list-style:none;padding:0;margin:24px 0 0;display:flex;flex-direction:column;gap:2px}.nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;color:#d8d4ea;font-size:13.5px;font-weight:600;cursor:pointer;border:none;background:none;text-align:left;width:100%;transition:background .15s ease,color .15s ease}.nav-item:hover{background:var(--navy-800);color:#fff}.nav-item.active{background:var(--teal-500);color:#163a32;font-weight:700}.nav-index{font-family:var(--font-mono);font-size:11px;opacity:.7;width:18px}.sidebar-foot{margin-top:auto;padding:12px 8px 0;border-top:1px solid var(--navy-800);font-size:11px;color:#c7c2dc;font-family:var(--font-mono)}.sync-dot{display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:6px}.sync-dot.ok{background:var(--teal-400)}.sync-dot.err{background:var(--red-500)}.sync-dot.pending{background:var(--amber-500)}.main{flex:1;min-width:0;padding:32px 40px 64px}.page-header{margin-bottom:28px}.page-eyebrow{font-family:var(--font-mono);font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--teal-500);margin:0 0 6px}.page-title{font-family:var(--font-display);font-size:26px;font-weight:800;margin:0;color:var(--navy-950)}.page-desc{color:var(--ink-600);font-size:14px;margin:8px 0 0;max-width:680px;line-height:1.6}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px 22px}.card-title{font-family:var(--font-display);font-weight:700;font-size:14.5px;margin:0 0 14px;color:var(--navy-900)}.grid{display:grid;gap:16px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}@media (max-width: 1100px){.grid-4{grid-template-columns:repeat(2,1fr)}}.kpi-card{background:var(--kpi-color, var(--navy-950));color:#fff;border-radius:var(--radius);padding:20px;position:relative;overflow:hidden}.kpi-label{font-size:12.5px;color:#ffffffd9;font-weight:600;line-height:1.4;min-height:20px}.kpi-value{font-family:var(--font-mono);font-size:34px;font-weight:500;margin-top:10px}.kpi-bar-track{height:4px;background:#ffffff40;border-radius:2px;margin-top:12px;overflow:hidden}.kpi-bar-fill{height:100%;background:#fff;border-radius:2px;transition:width .4s ease}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius);background:#fff}table{border-collapse:collapse;width:100%;font-size:13px}thead th{position:sticky;top:0;background:var(--navy-950);color:#f1eefa;text-align:left;padding:10px 12px;font-weight:600;font-size:11.5px;letter-spacing:.02em;white-space:nowrap}table.align-center td,table.align-center th{text-align:center}tbody td{padding:9px 12px;border-bottom:1px solid var(--paper-dim);white-space:nowrap;color:var(--ink-900)}tbody tr:hover{background:var(--paper-dim)}tbody tr.total-row{background:var(--paper-dim);font-weight:700}tbody tr.total-row td{border-top:2px solid var(--line)}td.khoa-cell{font-family:var(--font-mono);font-weight:700;color:var(--navy-900);position:sticky;left:0;background:#fff}tbody tr:hover td.khoa-cell,tbody tr.total-row td.khoa-cell{background:var(--paper-dim)}.pill{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-family:var(--font-mono);font-weight:700}.pill-good{background:#dcefe4;color:#3d8a63}.pill-warn{background:#faecd6;color:#b5842e}.pill-bad{background:#f8e2df;color:#c16b5f}.control-row{display:flex;gap:10px;align-items:center;margin-bottom:18px;flex-wrap:wrap}.select{border:1px solid var(--line);border-radius:8px;padding:8px 12px;font-size:13px;background:#fff;color:var(--ink-900)}.state-box{padding:40px;text-align:center;color:var(--ink-400);font-size:13.5px}.state-box.error{color:#b5695f;background:#f8e2df;border-radius:var(--radius)}.badge-updated{font-family:var(--font-mono);font-size:11px;color:var(--ink-400)}.section-title{font-family:var(--font-display);font-size:15px;font-weight:700;margin:32px 0 14px;color:var(--navy-900)}.section-title:first-child{margin-top:0}.table-scroll{max-height:560px;overflow-y:auto}.group-0{background:var(--c-nhandang)}.group-1{background:var(--c-vongtay)}.group-2{background:var(--c-tenga)}.group-3{background:var(--c-atpt)}.group-4{background:var(--c-5s)}.group-meta{background:var(--navy-950)}.code-badge{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:var(--red-500);color:#fff;font-family:var(--font-mono);font-size:11px;font-weight:700;cursor:default}.na-badge{display:inline-block;padding:2px 7px;border-radius:6px;background:var(--paper-dim);color:var(--ink-400);font-family:var(--font-mono);font-size:11px}.insight-box{background:var(--teal-300);background:linear-gradient(135deg,#e3f4ef,#eef2fb);border:1px solid #cde8e0;border-radius:var(--radius);padding:16px 20px}.insight-box ul{margin:0;padding-left:18px}.insight-box li{font-size:13.5px;line-height:1.7;color:var(--navy-900)}.insight-title{font-family:var(--font-display);font-weight:700;font-size:13px;color:#3d8a76;text-transform:uppercase;letter-spacing:.04em;margin:0 0 10px}.multiselect{position:relative}.multiselect-trigger{display:flex;align-items:center;gap:6px;flex-wrap:wrap;border:1px solid var(--line);border-radius:8px;padding:6px 10px;background:#fff;min-width:220px;max-width:420px;cursor:pointer;font-size:13px}.multiselect-chip{display:inline-flex;align-items:center;gap:4px;background:var(--paper-dim);color:var(--navy-900);padding:3px 6px 3px 9px;border-radius:999px;font-size:12px;font-weight:600}.multiselect-chip button{border:none;background:none;cursor:pointer;color:var(--ink-400);font-size:13px;line-height:1;padding:0}.multiselect-panel{position:absolute;top:calc(100% + 6px);left:0;z-index:20;width:280px;max-height:320px;overflow-y:auto;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 8px 24px #3a35501f;padding:8px}.multiselect-search{width:100%;border:1px solid var(--line);border-radius:6px;padding:6px 8px;font-size:13px;margin-bottom:6px}.multiselect-option{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;font-size:13px;cursor:pointer}.multiselect-option:hover{background:var(--paper-dim)}.ring-row{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}@media (max-width: 1100px){.ring-row{grid-template-columns:repeat(3,1fr)}}.ring-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:14px;display:flex;flex-direction:column;align-items:center;gap:8px}.ring-label{font-family:var(--font-display);font-size:12px;font-weight:700;text-align:center;line-height:1.3}.bi-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(140px,auto);gap:16px}@media (max-width: 1100px){.bi-grid{grid-template-columns:1fr}}.bi-cell{display:flex;flex-direction:column}.bi-cell-tall{grid-row:span 2}.bi-cell-span2{grid-column:span 2}@media (max-width: 1100px){.bi-cell-tall,.bi-cell-span2{grid-column:span 1;grid-row:span 1}}.alert-list-wrap{display:flex;flex-direction:column;flex:1;min-height:0}.alert-list-scroll{flex:1;overflow-y:auto;max-height:260px}.alert-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.alert-item{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.5;color:var(--navy-900)}.alert-dot{flex-shrink:0;width:8px;height:8px;border-radius:50%;margin-top:5px}.alert-dot-high{background:var(--red-500)}.alert-dot-medium{background:var(--amber-500)}.alert-dot-low{background:var(--teal-400)}.alert-link-btn{margin-top:12px;align-self:flex-start;border:none;background:none;color:var(--teal-500);font-family:var(--font-display);font-weight:700;font-size:12.5px;cursor:pointer;padding:0}.alert-link-btn:hover{color:#3d8a76;text-decoration:underline}.mom-compact-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.mom-compact-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 0;border-bottom:1px solid var(--paper-dim);font-size:12.5px}.mom-compact-empty{color:var(--ink-400);font-size:12.5px;padding:6px 0}.pareto-legend{display:flex;gap:18px;margin-top:10px;padding-left:4px}.pareto-legend-item{display:flex;align-items:center;gap:6px;font-size:11.5px;color:var(--ink-600)}.pareto-legend-swatch{display:inline-block;width:12px;height:12px;border-radius:3px}.pareto-legend-swatch-bar{background:var(--red-500)}.pareto-legend-swatch-line{background:none;border-top:2px solid var(--navy-900);height:0;width:14px}.report-section-title{display:flex;align-items:center;gap:8px}.report-section-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.report-lines{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:8px}.report-lines li{font-size:13.5px;line-height:1.7;color:var(--navy-900)}.bi-overview,.bi-overview .card-title,.bi-overview .page-title,.bi-overview .kpi-card-title,.bi-overview .toggle-btn,.bi-overview .kpi-status-pill,.bi-overview .rank-h{font-family:Inter,sans-serif}.bi-overview .header-row{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding-bottom:12px;border-bottom:1px solid var(--line);margin-bottom:14px}.bi-overview .page-title{font-weight:700;font-size:20px;margin:0;color:var(--navy-950)}.bi-overview .filter-cluster{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.bi-overview .toggle-group{display:flex;border:1px solid var(--line);border-radius:8px;overflow:hidden}.bi-overview .toggle-btn{padding:7px 13px;font-size:12.5px;font-weight:700;background:#fff;color:var(--ink-600);border:none;cursor:pointer}.bi-overview .toggle-btn.active{background:var(--navy-900);color:#fff}.bi-overview .card{border-radius:16px;box-shadow:0 1px 2px #1018280a,0 1px 6px #1018280d;padding:16px 18px}.bi-overview .card-title{display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:13.5px}.bi-overview .card-title .tag{font-size:10.5px;font-weight:500;color:var(--ink-400)}.bi-overview .kpi-content-row{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:14px}.bi-overview .kpi-content-card{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 1px 2px #1018280a,0 1px 6px #1018280d;padding:14px 16px;display:flex;flex-direction:column;min-width:0}.bi-overview .kpi-card-top{display:flex;align-items:flex-start;gap:12px}.bi-overview .kpi-card-ring-col{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0}.bi-overview .kpi-ring-target{font-size:10px;color:var(--ink-400);font-weight:600;white-space:nowrap}.bi-overview .kpi-card-right-col{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1;padding-top:2px}.bi-overview .kpi-card-title{font-weight:800;font-size:12.5px;color:var(--ink-900);line-height:1.25;white-space:nowrap}.bi-overview .kpi-card-status-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.bi-overview .kpi-status-pill{display:inline-flex;align-items:center;gap:3px;padding:2px 9px;border-radius:999px;font-size:10.5px;font-weight:700}.bi-overview .kpi-status-pill.ok{background:#dcefe4;color:#1f8a5f}.bi-overview .kpi-status-pill.bad{background:#f8e2df;color:#c23b30}.bi-overview .kpi-trend-placeholder{font-size:10.5px;color:var(--ink-400);font-weight:600}.bi-overview .kpi-trend{font-size:10.5px;font-weight:700}.bi-overview .kpi-trend.up{color:#1f8a5f}.bi-overview .kpi-trend.down{color:#c23b30}.bi-overview .kpi-card-n{font-size:11.5px;color:var(--ink-600);margin-top:2px}.bi-overview .grid12{display:grid;grid-template-columns:repeat(12,1fr);gap:12px;margin-bottom:12px;align-items:stretch}.bi-overview .col-8{grid-column:span 8}.bi-overview .col-6{grid-column:span 6}.bi-overview .col-4{grid-column:span 4}.bi-overview .col-3{grid-column:span 3}.bi-overview .stack{display:flex;flex-direction:column;gap:12px;height:100%}.bi-overview .stack .card{flex:1}.bi-overview .row3-charts .card{min-height:272px}@media (max-width: 1100px){.bi-overview .kpi-content-row{grid-template-columns:repeat(2,1fr)}.bi-overview .grid12{grid-template-columns:1fr}.bi-overview .col-8,.bi-overview .col-6,.bi-overview .col-4,.bi-overview .col-3{grid-column:span 1}}.bi-overview .insight-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.bi-overview .insight-item{display:flex;align-items:center;gap:8px;font-size:12.5px;line-height:1.4;color:var(--ink-900)}.bi-overview .insight-icon{flex-shrink:0;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#fff}.bi-overview .insight-icon.warn{background:var(--amber-500)}.bi-overview .insight-icon.up{background:#2f9e88}.bi-overview .insight-icon.down{background:var(--red-500)}.bi-overview .rank-cols{display:grid;grid-template-columns:1fr 1fr;gap:14px}.bi-overview .rank-h{font-size:10.5px;font-weight:700;color:var(--ink-400);text-transform:uppercase;letter-spacing:.03em;margin:0 0 8px}.bi-overview .rank-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.bi-overview .rank-item{display:flex;align-items:center;justify-content:space-between;padding:7px 10px;border-radius:8px;background:var(--paper);font-size:12.5px}.bi-overview .rank-khoa{font-weight:700;font-family:var(--font-mono)}.bi-overview .rank-val{font-weight:700;font-size:12px}.bi-overview .rank-val.up{color:#1f8a5f}.bi-overview .rank-val.down{color:#c23b30}.bi-overview .medal-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.bi-overview .medal-item{display:flex;align-items:center;gap:10px}.bi-overview .medal-badge{width:24px;height:24px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:11.5px;font-weight:800;color:#fff}.bi-overview .medal-badge.gold{background:linear-gradient(135deg,#f2c94c,#c9982e)}.bi-overview .medal-badge.silver{background:linear-gradient(135deg,#c9ccd6,#9aa0ae)}.bi-overview .medal-badge.bronze{background:linear-gradient(135deg,#d69a63,#a86a3d)}.bi-overview .medal-khoa{font-weight:700;font-size:13px;width:60px;flex-shrink:0;font-family:var(--font-mono)}.bi-overview .medal-bar-track{flex:1;background:var(--paper);border-radius:4px;height:14px}.bi-overview .medal-bar-fill{background:var(--navy-900);height:100%;border-radius:4px}.bi-overview .medal-count{font-size:11.5px;color:var(--ink-600);font-weight:600;width:90px;text-align:right;flex-shrink:0}.bi-overview .empty-state{color:var(--ink-400);font-size:12.5px;line-height:1.6;padding:12px;border:1px dashed var(--line);border-radius:8px;background:var(--paper)}
