:root{color:#172026;background:#f6f8fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button{font:inherit}.appShell{display:grid;grid-template-columns:248px minmax(0,1fr);min-height:100vh}.sidebar{display:flex;flex-direction:column;gap:28px;padding:24px 16px;border-right:1px solid #d8e0e8;background:#fff}.brand{display:flex;align-items:center;gap:12px;min-height:40px}.brandMark{display:grid;place-items:center;width:44px;height:32px;border-radius:6px;background:#1d5d73;color:#fff;font-weight:800;font-size:14px}.brandText{font-weight:700;color:#23313a}.navList{display:flex;flex-direction:column;gap:4px}.navItem{display:flex;align-items:center;gap:10px;width:100%;min-height:40px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:#42515b;text-align:left;cursor:pointer}.navItem:hover,.navItem:focus-visible{background:#eef4f7;color:#163f4c;outline:none}.main{display:flex;flex-direction:column;gap:24px;padding:28px;min-width:0}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar h1,.sectionHeader h2{margin:0;color:#172026}.topbar h1{font-size:28px;line-height:1.2}.topbar p{margin:6px 0 0;color:#687783}.primaryAction{min-height:40px;padding:0 16px;border:0;border-radius:6px;background:#b2442f;color:#fff;font-weight:700;cursor:pointer}.metricGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.metric{display:flex;flex-direction:column;gap:8px;min-height:94px;padding:16px;border:1px solid #d8e0e8;border-radius:8px;background:#fff}.metric span{color:#687783;font-size:13px}.metric strong{color:#172026;font-size:24px}.contentGrid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.9fr);gap:16px;align-items:start}.workArea{border:1px solid #d8e0e8;border-radius:8px;background:#fff}.sectionHeader{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid #d8e0e8}.sectionHeader h2{margin:0;font-size:18px}.sectionHeader p{margin:4px 0 0;color:#687783}.countBadge{display:grid;place-items:center;min-width:34px;height:28px;padding:0 10px;border-radius:999px;background:#e5f0f4;color:#1d5d73;font-weight:800;font-size:13px}.emptyState{display:flex;flex-direction:column;gap:6px;min-height:160px;justify-content:center;padding:24px;color:#687783}.emptyState strong{color:#25333c;font-size:18px}.customerTable{display:grid;overflow-x:auto}.tableHeader,.customerRow{display:grid;grid-template-columns:minmax(280px,1fr) 120px 90px 80px;gap:16px;align-items:center;min-width:680px;padding:0 20px}.tableHeader{min-height:40px;border-bottom:1px solid #edf1f4;color:#687783;font-size:12px;font-weight:800;text-transform:uppercase}.customerRow{min-height:64px;border:0;border-bottom:1px solid #edf1f4;background:transparent;color:#25333c;text-align:left;cursor:pointer}.customerRow:hover,.customerRow:focus-visible,.customerRow.isSelected{background:#f7fafb;outline:none}.customerRow.isSelected{box-shadow:inset 3px 0 #1d5d73}.customerRow:last-child{border-bottom:0}.customerRow strong,.customerRow small{display:block}.customerRow small{margin-top:4px;color:#687783}.detailPanel{display:flex;flex-direction:column;gap:0;border:1px solid #d8e0e8;border-radius:8px;background:#fff;overflow:hidden}.detailHeader{display:flex;justify-content:space-between;gap:16px;padding:20px;border-bottom:1px solid #d8e0e8}.detailHeader h2{margin:0;font-size:20px}.detailHeader p{margin:6px 0 0;color:#687783}.statusPill{align-self:flex-start;padding:4px 10px;border-radius:999px;background:#edf7ef;color:#2f6d3c;font-size:12px;font-weight:800;text-transform:uppercase}.detailSection{padding:18px 20px;border-bottom:1px solid #edf1f4}.detailSection:last-child{border-bottom:0}.detailSection h3{margin:0 0 12px;color:#25333c;font-size:15px}.factList{display:grid;gap:10px;margin:0}.factList div{display:grid;gap:3px}.factList dt{color:#687783;font-size:12px;font-weight:800;text-transform:uppercase}.factList dd{margin:0;color:#25333c}.compactList{display:grid;gap:8px}.compactRow{display:grid;gap:4px;padding:10px 0;border-bottom:1px solid #edf1f4}.compactRow:last-child{border-bottom:0}.compactRow strong{color:#25333c}.compactRow span,.mutedLine{color:#687783}.mutedLine{margin:0}.workflowRow{display:grid;grid-template-columns:220px minmax(0,1fr);gap:20px;min-height:52px;align-items:center;padding:0 20px;border-bottom:1px solid #edf1f4}.workflowRow:last-child{border-bottom:0}.workflowRow span:first-child{font-weight:700;color:#25333c}.workflowRow span:last-child{color:#687783}@media(max-width:860px){.appShell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid #d8e0e8}.navList{flex-direction:row;overflow-x:auto}.navItem{width:auto;min-width:max-content}.main{padding:20px}.topbar,.workflowRow,.sectionHeader{align-items:flex-start;grid-template-columns:1fr}.topbar{flex-direction:column}.metricGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.contentGrid{grid-template-columns:1fr}.sectionHeader{flex-direction:column}}@media(max-width:560px){.metricGrid{grid-template-columns:1fr}}
