:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#172033;--surface:#fff;--surface-soft:#eef3f8;--line:#d9e1ec;--text-muted:#5d6a7f;--text-strong:#111827;--accent:#2463eb;--accent-strong:#1d4ed8;--open:#d9ead3;--partial:#f4bb66;--closed:#ecb8b8;--neutral:#dfe7f2;--radius:8px;background:#f5f7fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}.shell{grid-template-columns:248px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);color:#eef4ff;background:#101828;padding:20px 14px}.brand{align-items:center;gap:12px;min-height:44px;padding:4px 6px 22px;display:flex}.brand-mark{color:#fff;background:#2f80ed;border-radius:6px;place-items:center;width:36px;height:36px;font-weight:800;display:grid}.brand-title{font-size:15px;font-weight:700}.brand-subtitle{color:#9aa8bd;margin-top:2px;font-size:12px}.nav-list{gap:4px;display:grid}.nav-item{color:#c7d2e4;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:10px;width:100%;height:40px;padding:0 10px;display:flex}.nav-item:hover,.nav-item-active{color:#fff;background:#20304a}.main{min-width:0;padding:24px}.topbar{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:24px;display:flex}.topbar h1{margin:0;font-size:26px;line-height:1.2}.topbar p{color:var(--text-muted);margin:6px 0 0}.topbar-actions{gap:8px;display:flex}.button{border:1px solid var(--line);cursor:pointer;background:var(--surface);min-height:36px;color:var(--text-strong);border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:0 12px;display:inline-flex}.button-primary{border-color:var(--accent);background:var(--accent);color:#fff}.button-primary:hover{background:var(--accent-strong)}.button-icon{display:inline-flex}.content-flow{gap:20px;display:grid}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.metric,.table-section{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.metric{min-height:116px;padding:16px}.metric-label{color:var(--text-muted);font-size:13px}.metric-value{margin:8px 0 12px;font-size:34px;font-weight:800;line-height:1}.status-pill{color:#172033;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.status-open{background:var(--open)}.status-partial{background:var(--partial)}.status-closed{background:var(--closed)}.status-neutral{background:var(--neutral)}.split-layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.table-section{min-width:0;overflow:hidden}.section-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:52px;padding:0 14px;display:flex}.section-heading h2{margin:0;font-size:15px}.section-heading span{color:var(--text-muted);font-size:13px}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{border-bottom:1px solid var(--line);white-space:nowrap;text-align:left;height:40px;padding:0 14px}th{color:var(--text-muted);background:var(--surface-soft);text-transform:uppercase;font-size:12px;font-weight:700}td{font-size:14px}tr:last-child td{border-bottom:0}.strong-cell{color:var(--text-strong);font-weight:700}.diagnostic-list{margin:0;padding:14px 18px 18px 34px}.diagnostic-list li{margin:6px 0}.empty-state{min-height:132px;color:var(--text-muted);justify-content:center;align-items:center;gap:10px;display:flex}@media (width<=980px){.shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--line)}.nav-list{grid-template-columns:repeat(4,minmax(0,1fr))}.metric-grid,.split-layout{grid-template-columns:1fr 1fr}}@media (width<=680px){.main{padding:16px}.topbar{flex-direction:column}.nav-list,.metric-grid,.split-layout{grid-template-columns:1fr}}
