:root{--bg: #eef2f7;--surface: #fff;--surface-alt: #f8fafc;--border: #e2e8f0;--text: #1e293b;--text-muted: #64748b;--accent: #2563eb;--accent-soft: #eff6ff;--success: #059669;--warning: #d97706;--danger: #dc2626;--navy: #0f172a;--navy-soft: #1e3a5f;--shadow: 0 1px 3px rgba(15,23,42,.08), 0 8px 24px rgba(15,23,42,.06);--radius: 12px;--radius-sm: 8px}body{font-family:DM Sans,system-ui,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}#root{min-height:100vh}.topbar{background:var(--navy);color:#fff;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.topbar-brand{font-weight:700;font-size:1rem}.topbar-brand span{opacity:.65;font-weight:400;margin-left:.5rem}.topbar-meta{font-size:.75rem;opacity:.7}.topbar-actions a,.topbar-actions button.link-btn{color:#ffffffbf;font-size:.78rem;text-decoration:none;margin-left:.75rem;background:none;border:none;cursor:pointer;font:inherit}.topbar-actions a:hover,.topbar-actions button.link-btn:hover{color:#fff}.topbar-actions{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border-radius:6px;background:#ffffff1a;border:1px solid rgba(255,255,255,.22);color:#ffffffe0;cursor:pointer;font:inherit;flex-shrink:0}.theme-toggle:hover{background:#ffffff2e;color:#fff}.theme-toggle svg{width:1rem;height:1rem}.topbar-actions .link-btn{margin-left:.35rem}.stats-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.65rem;margin-bottom:.75rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.65rem .85rem;box-shadow:var(--shadow)}.stat-card .label{font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.stat-card .value{font-size:1.2rem;font-weight:700;margin-top:.1rem}.insights{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.55rem .85rem;margin-bottom:.75rem;font-size:.78rem;color:var(--text-muted);display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .65rem}.insights-label{font-weight:600;color:var(--text);white-space:nowrap}.insight-chip{border:1px dashed var(--border);background:var(--surface-alt);border-radius:999px;padding:.2rem .55rem;font-size:.72rem;cursor:pointer;font-family:inherit;color:var(--text-muted)}.insight-chip:hover,.insight-chip.active{border-color:var(--accent);border-style:solid;background:var(--accent-soft);color:var(--accent)}.toolbar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem 1rem;margin-bottom:.75rem;box-shadow:var(--shadow)}.search-row{display:flex;gap:.55rem;flex-wrap:wrap}.search-wrap{flex:1;min-width:240px;position:relative}.search-wrap svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:16px;height:16px;opacity:.45}.search-input{width:100%;padding:.55rem .85rem .55rem 2.25rem;border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit;font-size:.88rem}.search-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}select.filter-select,.sort-select{padding:.55rem .7rem;border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit;font-size:.82rem;background:var(--surface);min-width:130px}.filter-select.org-select{min-width:180px;max-width:240px}.org-filter-inline{display:flex;align-items:center;gap:.45rem;flex-shrink:0}.connected-orgs-compact{font-size:.72rem;white-space:nowrap;border-left:1px solid var(--border);padding-left:.45rem}.connected-orgs-trigger{position:relative;font-size:.72rem;white-space:nowrap;border-left:1px solid var(--border);padding-left:.45rem;cursor:default}.connected-orgs-trigger:hover .connected-orgs-popover,.connected-orgs-trigger:focus-within .connected-orgs-popover{display:block}.connected-orgs-popover{display:none;position:absolute;top:calc(100% + 6px);left:0;z-index:100;min-width:220px;max-width:320px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow);padding:.55rem .65rem;text-align:left}.connected-orgs-popover-title{display:block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:.4rem}.connected-orgs-popover-list{list-style:none}.connected-orgs-popover-item{padding:.3rem 0;border-top:1px solid var(--border)}.connected-orgs-popover-item:first-child{border-top:none;padding-top:0}.connected-orgs-popover-name{display:block;font-size:.78rem;font-weight:600;color:var(--text)}.connected-orgs-popover-sub{display:block;font-size:.68rem;color:var(--text-muted);margin-top:.1rem}.samples-toolbar{margin-bottom:.75rem;overflow:visible}.samples-toolbar .search-row,.org-filter-inline{overflow:visible}.col-state-card{min-width:11rem;width:11rem}.col-state-card .state-pill,.col-state-card .card-pill{white-space:nowrap}.results-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.8rem;color:var(--text-muted)}.table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}table{width:100%;border-collapse:collapse;font-size:.84rem}thead{background:var(--surface-alt);border-bottom:1px solid var(--border)}th{text-align:left;padding:.65rem .85rem;font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:600}td{padding:.65rem .85rem;border-bottom:1px solid var(--border);vertical-align:middle}tr:last-child td{border-bottom:none}tbody tr.clickable{cursor:pointer;transition:background .1s}tbody tr.clickable:hover{background:var(--accent-soft)}.mono{font-family:JetBrains Mono,monospace;font-size:.76rem}.patient-name{font-weight:600}.state-pill,.card-pill{display:inline-block;padding:.1rem .4rem;border-radius:999px;font-size:.66rem;font-weight:600}.state-pill{background:#fef3c7;color:#92400e}.card-pill{background:var(--surface-alt);color:var(--text-muted);border:1px solid var(--border)}.journey-btn{display:inline-flex;align-items:center;background:var(--navy);color:#fff;border:none;border-radius:6px;padding:.32rem .6rem;font-size:.72rem;font-weight:600;cursor:pointer;font-family:inherit;text-decoration:none;white-space:nowrap}.journey-btn:hover{background:var(--navy-soft);color:#fff}.empty{text-align:center;padding:2.5rem 1rem;color:var(--text-muted)}.empty h3{color:var(--text);margin-bottom:.4rem}.pagination{display:flex;justify-content:center;gap:.35rem;padding:.85rem;border-top:1px solid var(--border)}.page-btn{border:1px solid var(--border);background:var(--surface);border-radius:6px;padding:.3rem .6rem;font-size:.78rem;cursor:pointer;font-family:inherit}.page-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.page-btn:disabled{opacity:.4;cursor:not-allowed}.error-banner{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:var(--radius-sm);padding:.65rem .85rem;margin-bottom:.75rem;font-size:.85rem}.loading-box{background:#fff;padding:1.25rem 1.5rem;border-radius:var(--radius-sm);box-shadow:var(--shadow);font-size:.9rem}.topbar-left{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.env-bar{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;font-size:.78rem}.env-bar-label{display:inline-flex;align-items:center;gap:.35rem;opacity:.85}.env-select{background:#ffffff1f;border:1px solid rgba(255,255,255,.25);color:#fff;border-radius:6px;padding:.25rem .45rem;font:inherit;font-size:.78rem}.env-select option{color:#1e293b}.env-origin{opacity:.55;font-size:.68rem;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.env-signin-btn{background:var(--accent);color:#fff;border:none;border-radius:6px;padding:.28rem .55rem;font:inherit;font-size:.72rem;font-weight:600;cursor:pointer}.login-gate-page{max-width:480px;margin:3rem auto;padding:0 1.5rem}.login-gate{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);text-align:center}.login-gate h2{margin-bottom:.35rem}.login-gate>p{color:var(--text-muted);font-size:.9rem;margin-bottom:1.25rem}.gate-form{display:flex;flex-direction:column;gap:.75rem;text-align:left;margin-bottom:1rem}.gate-form label{font-size:.78rem;font-weight:600;color:var(--text-muted);display:flex;flex-direction:column;gap:.3rem}.gate-form select{padding:.55rem .7rem;border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit}.gate-actions{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.gate-btn{background:var(--navy);color:#fff;border:none;border-radius:var(--radius-sm);padding:.55rem 1.1rem;font:inherit;font-weight:600;cursor:pointer}.gate-btn.secondary{background:var(--surface-alt);color:var(--text);border:1px solid var(--border)}.gate-auth-status{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:center;margin-top:1rem}.env-pill{font-size:.68rem;padding:.15rem .45rem;border-radius:999px;background:var(--surface-alt);border:1px solid var(--border);color:var(--text-muted)}.env-pill.on{background:#ecfdf5;border-color:#6ee7b7;color:#047857}.gate-summary{font-size:.82rem;color:var(--text-muted);margin-bottom:.75rem;min-height:2.5rem}:root{--bg: #f4f6f9;--surface: #fff;--surface-alt: #f8fafc;--border: #e2e8f0;--text: #1e293b;--text-muted: #64748b;--accent: #2563eb;--accent-soft: #eff6ff;--success: #059669;--warning: #d97706;--danger: #dc2626;--pending: #94a3b8;--navy: #0f172a;--navy-soft: #1e3a5f;--shadow: 0 1px 3px rgba(15, 23, 42, .08), 0 4px 16px rgba(15, 23, 42, .04);--radius: 12px;--radius-sm: 8px}*{box-sizing:border-box;margin:0;padding:0}.hidden{display:none!important}body{font-family:DM Sans,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;min-height:100vh}.page{max-width:1720px;margin:0 auto;padding:1rem 1.5rem 2rem}.header{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-soft) 100%);color:#fff;border-radius:var(--radius-sm);padding:2rem 2.25rem;margin-bottom:1.75rem;box-shadow:var(--shadow);border:1px solid transparent}.header-compact{padding:.6rem .85rem;margin-bottom:.75rem;border-radius:var(--radius-sm)}.header-compact .header-row{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;margin-bottom:.45rem}.header-compact h1{font-size:1rem;font-weight:600;letter-spacing:-.01em;flex:1;min-width:10rem;line-height:1.3}.header-compact .env-badge{padding:.2rem .5rem;font-size:.65rem}.page-back-link{display:inline-flex;align-items:center;color:var(--text-muted);text-decoration:none;font-size:.8rem;font-weight:500;margin-bottom:.5rem}.page-back-link:hover{color:var(--accent)}.header-compact .meta-strip{display:flex;flex-wrap:wrap;gap:.25rem .75rem;align-items:baseline}.header-compact .meta-item{display:inline-flex;align-items:baseline;gap:.25rem}.header-compact .meta-item label{display:inline;font-size:.58rem;margin-bottom:0;opacity:.55;white-space:nowrap}.header-compact .meta-item label:after{content:":";margin-left:1px}.header-compact .meta-item span{font-size:.75rem;font-weight:500}.header-compact .meta-item .mono{font-size:.72rem}.header-compact .state-pill{font-size:.65rem;padding:.05rem .35rem}.org-readonly-sub{opacity:.72;font-weight:400}.header-top{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.header h1{font-size:1.65rem;font-weight:700;letter-spacing:-.02em}.header .subtitle{opacity:.75;font-size:.95rem;margin-top:.25rem}.env-badge{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);padding:.35rem .75rem;border-radius:999px;font-size:.75rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.meta-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.meta-item label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;opacity:.6;margin-bottom:.2rem}.meta-item span{font-size:.95rem;font-weight:500}.meta-item .mono{font-family:JetBrains Mono,monospace;font-size:.85rem}.state-pill{display:inline-block;background:#fbbf24;color:#78350f;padding:.15rem .55rem;border-radius:999px;font-size:.8rem;font-weight:600}.section-title{font-size:1.1rem;font-weight:700;margin-bottom:1rem}.stages-section{margin-bottom:2rem}.stages-row{display:flex;flex-wrap:wrap;gap:0;align-items:stretch;margin-bottom:1rem}.stage-card{flex:1 1 130px;min-width:120px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem .85rem;cursor:pointer;transition:transform .15s,box-shadow .15s}.stage-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.stage-card.active{background:var(--navy);border-color:var(--navy);color:#fff}.stage-card.filter-selected{box-shadow:0 0 0 2px var(--accent)}.stage-card.active.filter-selected{box-shadow:0 0 0 2px #fbbf24}.stage-card.complete{border-top:3px solid var(--success)}.stage-card.inferred{border-top:3px solid var(--accent)}.stage-card.pending{border-top:3px solid var(--pending);opacity:.85}.stage-card.skipped{border-top:3px solid var(--border);opacity:.65}.stage-num{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;opacity:.55;margin-bottom:.35rem}.stage-name{font-size:.8rem;font-weight:600;line-height:1.3;margin-bottom:.35rem}.stage-desc{font-size:.7rem;opacity:.65;line-height:1.35}.stage-status{margin-top:.5rem;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.stage-card.complete .stage-status{color:var(--success)}.stage-card.inferred .stage-status{color:var(--accent)}.stage-card.pending .stage-status{color:var(--pending)}.stage-card.skipped .stage-status{color:var(--text-muted)}.stage-card.active .stage-status{color:#fbbf24}.stage-arrow{display:flex;align-items:center;padding:0 .15rem;color:var(--text-muted);font-size:1rem;flex-shrink:0}.content-grid{display:grid;grid-template-columns:1fr 340px;gap:1.5rem;align-items:start}@media(max-width:900px){.content-grid{grid-template-columns:1fr}.stage-arrow{display:none}}.timeline-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.timeline-header{padding:1rem 1.25rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.timeline-header h2{font-size:1rem;font-weight:600;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.timeline-header h2 span{font-weight:400;color:var(--text-muted);font-size:.85rem}.timeline-filter-clear{border:none;background:var(--accent-soft);color:var(--accent);border-radius:999px;padding:.15rem .55rem;font-size:.72rem;font-family:inherit;cursor:pointer;font-weight:600}.timeline-filter-clear:hover{background:var(--accent);color:#fff}.timeline-body{padding:.35rem 0}.tl-item{display:grid;grid-template-columns:100px 16px 1fr;gap:0 .75rem;padding:.45rem 1rem;border-bottom:1px solid var(--border)}.tl-item:last-child{border-bottom:none}.tl-item:hover{background:var(--surface-alt)}.tl-time{font-family:JetBrains Mono,monospace;font-size:.72rem;color:var(--text-muted);text-align:right;padding-top:.15rem}.tl-delta{font-size:.62rem;color:var(--text-muted);opacity:.7;margin-top:.2rem;font-family:DM Sans,system-ui,sans-serif}.tl-dot-wrap{display:flex;flex-direction:column;align-items:center}.tl-dot{width:10px;height:10px;border-radius:50%;background:var(--accent);margin-top:.25rem}.tl-dot.success{background:var(--success)}.tl-dot.failure{background:var(--danger)}.tl-dot.warning{background:var(--warning)}.tl-line{flex:1;width:2px;background:var(--border);margin-top:4px}.tl-item:last-child .tl-line{display:none}.tl-action-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.15rem}.tl-action-main{flex:1;min-width:0}.tl-action-title{font-size:.85rem;font-weight:600}.tl-tag{display:inline-block;font-size:.65rem;font-weight:600;text-transform:uppercase;padding:.1rem .4rem;border-radius:4px;margin-left:.4rem;vertical-align:middle}.tl-tag.stage-1{background:#eff6ff;color:var(--accent)}.tl-tag.stage-2{background:#ecfdf5;color:var(--success)}.tl-tag.stage-3{background:#f0fdf4;color:#047857}.tl-tag.stage-4{background:#fdf4ff;color:#9333ea}.tl-tag.stage-5{background:#eef2ff;color:#4338ca}.tl-tag.stage-6{background:#fff7ed;color:#ea580c}.tl-comment{font-size:.78rem;color:var(--text-muted);word-break:break-word}.tl-item.synthetic .tl-dot{background:transparent;border:2px dashed var(--text-muted)}.tl-item.synthetic .tl-action-title{font-weight:500}.tl-source{display:inline-block;font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.05rem .35rem;border-radius:3px;margin-left:.35rem;vertical-align:middle;background:var(--bg-muted, #f1f5f9);color:var(--text-muted)}.tl-source.source-card{background:#eff6ff;color:#1d4ed8}.tl-source.source-access-session{background:#ecfdf5;color:#047857}.tl-source.source-report-assets{background:#fdf4ff;color:#7e22ce}.tl-enrichment{margin-top:.25rem;padding-left:.5rem;border-left:2px solid var(--border)}.tl-enrichment-line{font-size:.72rem;color:var(--text-muted);margin-top:.1rem}.tl-org-label{flex-shrink:0;align-self:flex-start;text-align:right;max-width:10rem;line-height:1.25}.tl-org-type{display:block;font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.tl-org-label.lab .tl-org-type{color:#2563eb}.tl-org-label.clinic .tl-org-type{color:#047857}.tl-org-name{display:block;font-size:.72rem;color:var(--text-muted);font-family:JetBrains Mono,monospace;margin-top:.05rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar{display:flex;flex-direction:column;gap:1rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.25rem;box-shadow:var(--shadow)}.card h3{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.85rem}.stat-row{display:flex;justify-content:space-between;padding:.4rem 0;border-bottom:1px solid var(--border);font-size:.85rem}.stat-row:last-child{border-bottom:none}.stat-row .val{font-weight:600;font-family:JetBrains Mono,monospace;font-size:.8rem}.source-list{list-style:none;font-size:.8rem}.source-list li{padding:.35rem 0;border-bottom:1px solid var(--border);display:flex;gap:.5rem}.source-list li:last-child{border-bottom:none}.source-list .key{color:var(--text-muted);min-width:80px}.source-list .val{font-family:JetBrains Mono,monospace;font-size:.75rem;word-break:break-all}.day-bar-chart{display:flex;flex-direction:column;gap:.4rem}.day-row{display:grid;grid-template-columns:72px 1fr 28px;gap:.5rem;align-items:center;font-size:.75rem}.day-row.hour-row{grid-template-columns:84px 1fr 28px}.activity-chart-note{font-size:.72rem;margin:-.35rem 0 .55rem}.day-row .bar-wrap{background:var(--surface-alt);border-radius:4px;height:8px;overflow:hidden}.day-row .bar{height:100%;background:linear-gradient(90deg,var(--accent),#60a5fa);border-radius:4px}.day-row .cnt{text-align:right;color:var(--text-muted);font-family:JetBrains Mono,monospace}.expand-btn{background:none;border:none;color:var(--accent);font-size:.75rem;cursor:pointer;font-family:inherit;padding:.5rem 1.25rem;width:100%}.error-banner{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:var(--radius-sm);padding:.65rem .85rem;margin-bottom:.75rem}.lab-auth-banner{background:#eff6ff;color:#1e3a8a;border:1px solid #bfdbfe;border-radius:var(--radius-sm);padding:.85rem 1rem;margin-bottom:.75rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.lab-auth-banner p{margin:0;font-size:.85rem;max-width:42rem}[data-theme=dark] .lab-auth-banner{background:#1e3a5f;color:#dbeafe;border-color:#2563eb}.loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a59;display:flex;align-items:center;justify-content:center;z-index:50}.loading-box{background:#fff;padding:1.25rem 1.5rem;border-radius:var(--radius-sm);box-shadow:var(--shadow)}.muted{color:var(--text-muted)}:root{--theme-transition-duration: .28s;--theme-transition-easing: ease}html{color-scheme:light;scrollbar-gutter:stable}html.theme-transition,html.theme-transition *,html.theme-transition *:before,html.theme-transition *:after{transition-property:background-color,color,border-color,box-shadow,fill,stroke!important;transition-duration:var(--theme-transition-duration)!important;transition-timing-function:var(--theme-transition-easing)!important}@media(prefers-reduced-motion:reduce){html.theme-transition,html.theme-transition *,html.theme-transition *:before,html.theme-transition *:after{transition:none!important}}[data-theme=dark]{color-scheme:dark;--bg: #0f1419;--surface: #1a2332;--surface-alt: #151d29;--border: #2a3544;--text: #e2e8f0;--text-muted: #94a3b8;--accent: #60a5fa;--accent-soft: #1e3a5f;--success: #34d399;--warning: #fbbf24;--danger: #f87171;--pending: #64748b;--navy: #0b1220;--navy-soft: #162032;--shadow: 0 1px 3px rgba(0, 0, 0, .35), 0 4px 16px rgba(0, 0, 0, .25)}[data-theme=dark] .state-pill{background:#422006;color:#fcd34d}[data-theme=dark] .card-pill{background:var(--surface-alt);color:var(--text-muted)}[data-theme=dark] .error-banner{background:#450a0a;color:#fecaca;border-color:#7f1d1d}[data-theme=dark] .loading-overlay{background:#0000008c}[data-theme=dark] .loading-box{background:var(--surface);color:var(--text)}[data-theme=dark] .search-input:focus,[data-theme=dark] select.filter-select:focus,[data-theme=dark] .sort-select:focus{box-shadow:0 0 0 3px var(--accent-soft)}[data-theme=dark] tbody tr.clickable:hover{background:var(--accent-soft)}[data-theme=dark] .tl-tag.stage-1{background:#1e3a5f;color:#93c5fd}[data-theme=dark] .tl-tag.stage-2{background:#064e3b;color:#6ee7b7}[data-theme=dark] .tl-tag.stage-3{background:#14532d;color:#86efac}[data-theme=dark] .tl-tag.stage-4{background:#581c87;color:#e9d5ff}[data-theme=dark] .tl-tag.stage-5{background:#312e81;color:#c7d2fe}[data-theme=dark] .tl-tag.stage-6{background:#7c2d12;color:#fdba74}[data-theme=dark] .tl-source.source-card{background:#1e3a5f;color:#93c5fd}[data-theme=dark] .tl-source.source-access-session{background:#064e3b;color:#6ee7b7}[data-theme=dark] .tl-source.source-report-assets{background:#581c87;color:#e9d5ff}[data-theme=dark] .stage-card.inferred{border-top-color:#60a5fa}[data-theme=dark] .stage-card.inferred .stage-status{color:#93c5fd}[data-theme=dark] .tl-org-label.lab .tl-org-type{color:#60a5fa}[data-theme=dark] .tl-org-label.clinic .tl-org-type{color:#34d399}[data-theme=dark] .env-pill.on{background:#064e3b;border-color:#059669;color:#6ee7b7}[data-theme=dark] .header{background:linear-gradient(135deg,#243044,#2f3f56);border-color:#3d4f66}[data-theme=dark] .stage-card.active{background:linear-gradient(135deg,#2d3a4f,#3a4d66);border-color:#4d6280;color:#f1f5f9}[data-theme=dark] .stage-card.active .stage-status{color:#fcd34d}[data-theme=dark] .header .state-pill{background:#854d0e;color:#fef3c7}[data-theme=dark] .day-row .bar{background:linear-gradient(90deg,var(--accent),#93c5fd)}@media(max-width:900px){.page{padding:.75rem 1rem 1.5rem}.org-toolbar{padding:0 1rem .75rem}.topbar{padding:.65rem 1rem;gap:.65rem}.topbar-actions{margin-left:auto}.toolbar{padding:.75rem}.search-row{flex-direction:column;align-items:stretch}.search-wrap{min-width:0;width:100%}.org-filter-inline{width:100%;flex-wrap:wrap;border-bottom:1px solid var(--border);padding-bottom:.55rem;margin-bottom:.15rem}.org-filter-inline .filter-select.org-select{flex:1;min-width:0;max-width:none}select.filter-select,.sort-select{width:100%;min-width:0}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.samples-table{min-width:36rem}.results-bar{flex-direction:column;align-items:flex-start;gap:.25rem}.header-compact{padding:.55rem .65rem}.header-compact .header-row{gap:.45rem}.header-compact h1{min-width:0;flex-basis:auto;font-size:.92rem}.header-compact .env-badge{font-size:.6rem}.tl-item{grid-template-columns:4.5rem 14px 1fr;gap:0 .5rem;padding:.45rem .65rem}.tl-time{font-size:.68rem}.timeline-header{padding:.75rem .85rem}.timeline-header h2{font-size:.92rem}.connected-orgs-popover{left:auto;right:0}}@media(max-width:640px){.topbar-brand span,.topbar-meta,.env-origin{display:none}.topbar-left{flex:1;min-width:0}.topbar-actions{flex-shrink:0;gap:.35rem}.stage-card{flex:1 1 calc(50% - .25rem);min-width:calc(50% - .25rem);padding:.75rem .65rem}.stage-name{font-size:.75rem}.stage-desc{font-size:.65rem}.tl-action-row{flex-direction:column;gap:.2rem}.tl-org-label{align-self:flex-start;text-align:left;max-width:none}.insights{gap:.35rem}.insight-chip{font-size:.68rem}.pagination{flex-wrap:wrap}}@media(max-width:420px){.page{padding:.65rem .75rem 1.25rem}.stage-card{flex:1 1 100%;min-width:100%}.meta-strip .meta-item label{font-size:.55rem}.meta-strip .meta-item span{font-size:.7rem}.day-row{grid-template-columns:3.5rem 1fr 1.5rem;font-size:.68rem}.day-row.hour-row{grid-template-columns:4rem 1fr 1.5rem}}
