:root{--bg: #ffffff;--surface: #f7f8fa;--border: #e3e6ea;--text: #1a1d21;--muted: #6b7280;--grid: #eceff3;--line: #4b5563;--range-band: rgba(34, 197, 94, .12);--status-normal: #15803d;--status-warn: #b45309;--status-bad: #dc2626;--status-unknown: #6b7280;color-scheme:light dark}@media(prefers-color-scheme:dark){:root{--bg: #0f1216;--surface: #171b21;--border: #262c34;--text: #e6e9ee;--muted: #9aa4b2;--grid: #232830;--line: #94a3b8;--range-band: rgba(34, 197, 94, .16);--status-normal: #4ade80;--status-warn: #fbbf24;--status-bad: #f87171;--status-unknown: #9aa4b2}}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);-webkit-text-size-adjust:100%}a{color:inherit;text-decoration:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.app-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:var(--bg);border-bottom:1px solid var(--border)}.app-title{font-weight:700;font-size:18px}.app-header-actions{display:flex;align-items:center;gap:12px}.report-link{color:var(--muted);font-size:14px}.person-selector select{font:inherit;padding:6px 10px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text)}.person-single{color:var(--muted)}.app-main{max-width:1000px;margin:0 auto;padding:16px}.dashboard{display:flex;flex-direction:column;gap:20px}.group-head{display:flex;align-items:center;gap:8px;width:100%;margin-bottom:12px;padding:6px 0;font:inherit;font-weight:700;font-size:15px;color:var(--text);background:none;border:none;border-bottom:1px solid var(--border);cursor:pointer;text-align:left}.group-chevron{color:var(--muted);font-size:12px;width:1em}.group-title{flex:1}.group-count{color:var(--muted);font-weight:500;font-size:13px}.card-grid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:640px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.card-grid{grid-template-columns:repeat(3,1fr)}}.card{display:block;padding:14px;border:1px solid var(--border);border-radius:12px;background:var(--surface);transition:border-color .15s}.card:hover,.card:focus-visible{border-color:var(--muted)}.card-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.card-title{font-weight:600}.badge{font-size:12px;font-weight:600;white-space:nowrap}.card-value{font-size:28px;font-weight:700;margin:6px 0 2px}.card-unit{font-size:13px;font-weight:500;color:var(--muted);margin-left:4px}.card-spark{margin:6px 0}.card-foot{display:flex;justify-content:space-between;gap:8px;font-size:12px;color:var(--muted)}.collection-card{display:flex;flex-direction:column;gap:4px;padding:14px;border:1px solid var(--border);border-radius:12px;background:var(--surface);transition:border-color .15s}.collection-card:hover,.collection-card:focus-visible{border-color:var(--muted)}.collection-date{font-weight:600;font-size:16px}.collection-labs{color:var(--muted);font-size:14px}.collection-meta{font-size:12px;color:var(--muted)}.collection-flagged{color:var(--status-bad)}.back-link{color:var(--muted);font-size:14px}.detail-title{font-size:22px;margin:10px 0 16px}.detail-unit,.report-chart h3 span{color:var(--muted);font-weight:500;font-size:.8em}.metric-blurb{color:var(--muted);font-size:14px;line-height:1.5;max-width:60ch;margin:0 0 16px}.history,.report-current{width:100%;border-collapse:collapse;margin-top:20px;font-size:14px}.history th,.history td,.report-current th,.report-current td{text-align:left;padding:8px 10px;border-bottom:1px solid var(--border)}.history thead th,.report-current thead th{color:var(--muted);font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.03em}.tooltip{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:8px 10px;font-size:13px;box-shadow:0 4px 14px #0000001f}.tooltip-date{color:var(--muted);font-size:12px}.tooltip-value{font-weight:700;margin:2px 0}.tooltip-ref,.tooltip-lab{color:var(--muted);font-size:12px}.empty{color:var(--muted);padding:40px 0;text-align:center}.report-actions{display:flex;align-items:center;gap:12px;margin-bottom:8px}.report-actions button{font:inherit;font-weight:600;padding:8px 14px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer}.report-actions .hint{color:var(--muted);font-size:13px}.report-title{font-size:22px}.report-category{font-size:15px;margin:28px 0 4px;padding-bottom:4px;border-bottom:1px solid var(--border)}.report-category-row th{font-weight:700;font-size:13px;background:var(--surface)}.report-chart{margin-top:24px;break-inside:avoid}.report-chart h3{font-size:16px;margin-bottom:4px}@media print{.no-print,.app-header{display:none!important}:root{--bg: #fff;--surface: #fff;--text: #000;--border: #ccc;--range-band: rgba(0, 0, 0, .06);--line: #333}.app-main{padding:0;max-width:none}.report-chart{page-break-inside:avoid}}
