*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f4f6f8;color:#1f2937}header{background:#1e3a8a;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}header h1{margin:0;font-size:1.25rem}header .user{font-size:.9rem}header button{background:transparent;border:1px solid #fff;color:#fff;padding:.4rem .8rem;border-radius:4px;cursor:pointer;margin-left:.75rem}main{padding:1.5rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.card{background:#fff;border-radius:8px;padding:1rem 1.25rem;box-shadow:0 1px 3px #00000014}.card h2{margin-top:0;font-size:1.1rem;color:#1e3a8a;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.card h3{margin-top:0;font-size:1rem;color:#1e3a8a}.card-wide{grid-column:1 / -1}.badge{display:inline-block;background:#eef2ff;color:#3730a3;font-size:.75rem;padding:1px 6px;border-radius:10px;margin-left:.4rem}.badge-success{background:#dcfce7;color:#166534}.badge-danger{background:#fee2e2;color:#991b1b}.meta{font-size:.85rem;color:#6b7280;margin:.25rem 0 0}.chip-row{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.chip{display:inline-block;background:#eef2ff;color:#3730a3;font-size:.78rem;padding:2px 8px;border-radius:10px}.chip-success{background:#dcfce7;color:#166534}.org-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;padding:.75rem 1rem;margin-bottom:.75rem}.org-card:last-child{margin-bottom:0}.org-card h4{margin:0;font-size:.95rem;color:#1f2937}.org-card .meta{margin-bottom:.4rem}.claims-block{margin:0;padding:1rem;overflow:auto;font-family:Cascadia Code,Consolas,monospace;font-size:.85rem;line-height:1.6;background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;grid-column:1 / -1}.two-col-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:768px){.two-col-grid{grid-template-columns:1fr}}.metric-card h2{border-bottom:none;padding-bottom:0}.section-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;margin:0}.btn{border:1px solid #cbd5e1;background:#fff;color:#1f2937;padding:.4rem .8rem;border-radius:4px;cursor:pointer;font-size:.85rem}.btn:hover{background:#f1f5f9}.btn:disabled{opacity:.6;cursor:not-allowed}.error{color:#b91c1c}.empty-note{color:#6b7280;font-size:.85rem}.client-role-row{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.5rem}.client-role-row strong{min-width:8rem;font-size:.85rem}
