:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);--brand:#0a9396;--brand-strong:#005f73;--ink:#1e293b;--text:#334155;--muted:#64748b;--line:#e3e6ea;--bg:#f6f7f9;--card:#fff;--radius:12px;--shadow:0 1px 2px #0f172a0f;--fs-title:1.15rem;--fs-body:.9rem;--fs-small:.8rem;font-family:system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}#root{flex-direction:column;min-height:100vh;display:flex}header{background:var(--brand);color:#fff;z-index:40;align-items:center;gap:1rem;padding:.75rem 1.5rem;display:flex;position:sticky;top:0;box-shadow:0 1px 4px #0f172a26}header h1{margin:0;font-size:1.25rem}header .subtitle{color:#ffffffd9;flex:1}.logout-btn{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #fff6;border-radius:4px;padding:.4rem .8rem}.logout-btn:hover{background:#ffffff40}main{flex:1;max-width:32rem;margin:3rem auto;padding:0 1rem}main.status{text-align:center;color:#666}main.wide{max-width:56rem}main.full{width:100%;max-width:1500px;margin:1.5rem auto;padding:0 1.5rem}main.full>*+*{margin-top:1.25rem}.client-header h2{margin:0}.client-header .client-meta{color:#555;flex-wrap:wrap;gap:.25rem 1.5rem;margin:.5rem 0 0;font-size:.9rem;display:flex}.client-header .client-meta p{margin:0}.client-header .client-selfrating{color:#555;flex-wrap:wrap;align-items:baseline;gap:.25rem 1rem;margin:.5rem 0 0;font-size:.9rem;display:flex}.client-header .client-selfrating .csr-label{color:#333;font-weight:600}.client-header .client-selfrating .csr-item{white-space:nowrap}.client-header .client-selfrating .csr-item strong{font-variant-numeric:tabular-nums}.client-header .tabs{margin-bottom:-.5rem}header nav{flex:1;gap:1rem;display:flex}header nav a{color:#ffffffc7;border-radius:4px;padding:.4rem .6rem;text-decoration:none;transition:background .15s,color .15s}header nav a:hover{color:#fff;background:#ffffff1f}header nav a.active{color:#fff;background:#ffffff38;font-weight:600}header nav .nav-sep{background:#ffffff59;align-self:stretch;width:1px;margin:.35rem 0}@media (width<=767px){header{flex-wrap:wrap;gap:.75rem;padding:.6rem 1rem}header .subtitle{display:none}header nav{scrollbar-width:none;flex:100%;order:3;overflow-x:auto}header nav::-webkit-scrollbar{display:none}header nav a{white-space:nowrap;flex-shrink:0}}.client-switcher{display:inline-flex;position:relative}.client-switcher-trigger{font:inherit;cursor:pointer;color:#ffffffc7;background:0 0;border:none;border-radius:4px;align-items:center;gap:.35rem;padding:.4rem .6rem;transition:background .15s,color .15s;display:inline-flex}.client-switcher-trigger:hover{color:#fff;background:#ffffff1f}.client-switcher-trigger.active{color:#fff;background:#ffffff38;font-weight:600}.client-switcher-trigger .cs-caret{opacity:.85;font-size:.7em}.client-switcher-menu{z-index:50;color:#1a1a1a;background:#fff;border:1px solid #d6dbe0;border-radius:6px;min-width:12rem;max-width:18rem;max-height:60vh;padding:.25rem;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto;box-shadow:0 6px 20px #0000002e}.client-switcher-menu .cs-item{text-align:left;width:100%;font:inherit;cursor:pointer;color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;border-radius:4px;padding:.45rem .6rem;display:block;overflow:hidden}.client-switcher-menu .cs-item:hover{background:#eef2f5}.client-switcher-menu .cs-item.current{background:#e3f0ef;font-weight:600}.client-switcher-menu .cs-hint{color:#666;margin:0;padding:.45rem .6rem;font-size:.9rem}.client-switcher-menu .cs-error{color:#b42318}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem 1.75rem}.card h2{margin-top:0}form{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}form label{color:#444;font-size:.9rem}form label.checkbox{color:#555;flex-direction:row;align-items:flex-start;gap:.5rem;font-size:.85rem;line-height:1.4;display:flex}form input[type=email],form input[type=password],form input[type=text],form select{font:inherit;background:#fff;border:1px solid #c8ccd1;border-radius:4px;padding:.55rem .7rem}form button[type=submit]{background:var(--brand-strong);color:#fff;cursor:pointer;border:none;border-radius:4px;margin-top:.5rem;padding:.6rem 1rem;font-weight:500}form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.error{color:#b22;margin-top:.5rem}.hint{color:var(--muted);font-size:var(--fs-small)}.compare-subtitle{color:var(--muted);font-size:var(--fs-small);margin:0 0 .5rem}.chart-key{font-size:var(--fs-small);color:var(--muted);flex-wrap:wrap;gap:6px 14px;margin:0;display:flex}.chart-key-item{align-items:baseline;gap:5px;display:inline-flex}.chart-key-item dt{color:var(--ink);font-weight:600}.chart-key-item dd{margin:0}.chart-key-swatch{border-radius:3px;flex:none;align-self:center;width:10px;height:10px}.radar-toolbar{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:.5rem;display:flex}.radar-toolbar .chart-key{flex:240px}.radar-fs-btn{border:1px solid var(--line);background:var(--card);cursor:pointer;width:30px;height:30px;color:var(--muted);border-radius:8px;margin-left:auto;font-size:15px;line-height:1}.radar-fs-btn:hover{color:var(--ink);border-color:#c8ccd1}code{background:#f0f1f3;border-radius:3px;padding:.1rem .35rem;font-size:.95em}table.clients{border-collapse:collapse;width:100%;margin-top:1rem}table.clients thead th{text-align:left;color:#666;border-bottom:1px solid #e3e6ea;padding:.6rem .5rem;font-size:.85rem;font-weight:500}table.clients tbody td{border-bottom:1px solid #f1f3f5;padding:.7rem .5rem}table.clients tbody tr{cursor:pointer}table.clients tbody tr:hover{background:#f8f9fb}.roster-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}table.roster{border-collapse:collapse;width:100%;min-width:48rem;font-size:.86rem}table.roster thead th{text-align:left;text-transform:uppercase;letter-spacing:.03em;color:#8a94a3;white-space:nowrap;vertical-align:bottom;border-bottom:1px solid #e3e6ea;padding:.55rem .6rem;font-size:.72rem;font-weight:600}table.roster thead th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}table.roster thead th.sorted{color:#214a93}table.roster thead th .ar{font-size:.62rem}table.roster thead th .sub{text-transform:none;letter-spacing:0;color:#a3abb7;margin-top:1px;font-size:.66rem;font-weight:400;display:block}table.roster tbody td{vertical-align:middle;border-bottom:1px solid #f1f3f5;padding:.5rem .6rem}table.roster tbody tr:hover{background:#f8fafc}table.roster td.c-name{cursor:pointer;font-weight:600}table.roster td.num{font-variant-numeric:tabular-nums;cursor:pointer}table.roster .muted{color:#8a94a3}table.roster .lapsed{color:#b45c08;font-weight:600}.roster-legend{color:#8a94a3;flex-wrap:wrap;align-items:center;gap:.9rem;margin:.25rem 0 .9rem;font-size:.76rem;display:flex}.roster-legend .it{align-items:center;gap:.35rem;display:inline-flex}.roster-legend .sw{border-radius:3px;width:10px;height:10px}.roster-legend .ramp{background:linear-gradient(90deg,#fff,#0c5a3c);border:1px solid #e3e6ea;border-radius:3px;width:60px;height:10px;margin:0 .35rem}.stabbar{align-items:center;gap:.5rem;display:flex}.stabbar-track{background:#eef1f5;border-radius:4px;width:84px;height:16px;position:relative;overflow:hidden}.stabbar-mid{background:#c8ccd1;width:1px;position:absolute;top:0;bottom:0;left:50%}.stabbar-fill{opacity:.85;border-radius:2px;position:absolute;top:0;bottom:0}.stabbar-num{font-variant-numeric:tabular-nums;min-width:2.4rem;font-size:.82rem;font-weight:700}.cstrip{gap:3px;display:inline-flex}.cstrip .ccell{font-variant-numeric:tabular-nums;border:1px solid #00000012;border-radius:5px;justify-content:center;align-items:center;width:34px;height:24px;font-size:.74rem;font-weight:600;display:inline-flex}.cstrip .ccell.empty{color:#8a94a3;background:repeating-linear-gradient(45deg,#f1f3f6,#f1f3f6 4px,#fff 4px 8px);border-color:#e3e6ea}.btn-trash{cursor:pointer;opacity:.55;background:0 0;border:none;padding:.2rem;font-size:1rem}.btn-trash:hover{opacity:1}.btn-trash:disabled{opacity:.3;cursor:not-allowed}.toolbar{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.toolbar h2{margin:0}.toolbar-right{align-items:center;gap:1rem;display:flex}.quota{color:#555;font-size:.9rem}.btn-toggle{cursor:pointer;background:#fff;border:1px solid #c8ccd1;border-radius:999px;min-width:4.5rem;padding:.3rem .7rem;font-size:.85rem;font-weight:500}.btn-toggle.on{color:#fff;background:#166534;border-color:#166534}.btn-toggle.off{color:#666}.btn-toggle:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--brand-strong);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.5rem .9rem;font-size:.95rem;font-weight:500}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{cursor:pointer;color:#333;background:#fff;border:1px solid #c8ccd1;border-radius:4px;padding:.5rem .9rem;font-size:.95rem;text-decoration:none;display:inline-block}.btn-danger{color:#fff;cursor:pointer;background:#b91c1c;border:none;border-radius:4px;padding:.5rem .9rem;font-size:.95rem;font-weight:500}.btn-danger:disabled{opacity:.6;cursor:not-allowed}.btn-link-danger{color:#b91c1c;cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-size:.9rem;text-decoration:underline}.btn-link-danger:disabled{opacity:.5;cursor:not-allowed}.confirm-block{background:#fef2f2;border:1px solid #fca5a5;border-radius:4px;padding:.75rem 1rem}.confirm-block .row{gap:.5rem;margin-top:.75rem;display:flex}.code-input{text-align:center;letter-spacing:.4rem;text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1.4rem}.success{color:#166534;margin-top:.5rem}.empty-state{text-align:center;color:#666;padding:2rem 1rem}footer{text-align:center;color:#999;padding:2rem 1rem;font-size:.85rem}footer a{color:#999;text-decoration:none}footer a:hover{text-decoration:underline}.section+.section{border-top:1px solid #e3e6ea;margin-top:2rem;padding-top:1.5rem}.section h3{margin-top:0}.overview-fp-row{grid-template-columns:1fr 1fr;align-items:start;gap:1.25rem 2rem;display:grid}.overview-fp-row>.ov-col{min-width:0}.overview-fp-row h3{margin-top:0}@media (width<=1100px){.overview-fp-row{grid-template-columns:1fr}}.tabs{gap:.35rem;margin:1.25rem 0 .5rem;display:flex}.tabs .tab{font:inherit;font-size:var(--fs-body);color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;padding:.4rem .95rem;text-decoration:none;transition:background .15s,color .15s}.tabs .tab:hover{color:var(--ink);background:#eef2f5}.tabs .tab.active{color:#fff;background:var(--brand);font-weight:500}main:has(>.policy){max-width:48rem}.policy-body h1{margin-top:0;font-size:1.6rem}.policy-body h2{border-bottom:1px solid #e3e6ea;margin-top:2rem;padding-bottom:.25rem;font-size:1.15rem}.policy-body h3{margin-top:1.5rem;font-size:1rem}.policy-body p,.policy-body li{line-height:1.6}.policy-body ul,.policy-body ol{padding-left:1.5rem}.policy-body code{background:#f0f1f3;border-radius:3px;padding:.1rem .35rem;font-size:.95em}table.slot-grid{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;margin-top:.75rem}table.slot-grid thead th{text-align:right;color:#666;border-bottom:1px solid #e3e6ea;padding:.5rem .6rem;font-size:.8rem;font-weight:500}table.slot-grid thead th:first-child{text-align:left}table.slot-grid tbody th{text-align:left;color:#333;border-bottom:1px solid #f1f3f5;padding:.55rem .6rem;font-weight:500}table.slot-grid tbody td{text-align:right;color:#222;border-bottom:1px solid #f1f3f5;padding:.55rem .6rem}table.slot-grid tbody td.empty{color:#aaa}table.slot-grid.heat{border-collapse:separate;border-spacing:3px}table.slot-grid.heat thead th,table.slot-grid.heat tbody th{border-bottom:none}table.slot-grid.heat thead th{text-align:center}table.slot-grid.heat thead th:first-child{text-align:left}table.slot-grid.heat tbody td{text-align:center;border-bottom:none;border-radius:4px;min-width:4.5rem;font-weight:600}table.slot-grid.heat tbody td.empty{background:#f6f7f9;font-weight:400}.slot-controls{flex-wrap:wrap;align-items:center;gap:1rem;margin:.25rem 0 .6rem;display:flex}.slot-metric{color:#555;align-items:center;gap:.4rem;font-size:.82rem;display:inline-flex}.slot-metric select{font:inherit;background:#fff;border:1px solid #ccd2d9;border-radius:4px;padding:4px 8px;font-size:.82rem}.slot-mode{align-self:center}.slot-legend{color:#666;align-items:center;gap:.5rem;margin-top:.75rem;font-size:.8rem;display:flex}.slot-legend-bar{border:1px solid #e3e6ea;border-radius:3px;width:8rem;height:.6rem}.slot-legend-range{font-variant-numeric:tabular-nums;margin-left:auto}.inspector{grid-template-columns:14rem 1fr;gap:1.25rem;margin-top:.75rem;display:grid}.inspector .session-list{border:1px solid #e3e6ea;border-radius:6px;max-height:24rem;overflow-y:auto}.inspector .session-list button{text-align:left;cursor:pointer;width:100%;font:inherit;color:#222;background:0 0;border:none;border-bottom:1px solid #f1f3f5;padding:.6rem .75rem;display:block}.inspector .session-list button:hover{background:#f8f9fb}.inspector .session-list button.active{color:var(--brand-strong);background:#eef2f7;font-weight:500}.inspector .session-list .meta{color:#777;margin-top:.15rem;font-size:.78rem;display:block}.inspector .detail{min-width:0}.inspector .detail .placeholder{color:#888;padding:1rem 0;font-style:italic}.meta-grid{grid-template-columns:max-content 1fr;gap:.4rem 1.5rem;margin:.75rem 0 0;display:grid}.meta-grid dt{color:#666;font-size:.9rem}.meta-grid dd{color:#222;margin:0}.notes{white-space:pre-wrap;background:#f8f9fb;border:1px solid #e3e6ea;border-radius:4px;margin:0;padding:.6rem .8rem}table.recording-detail{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;margin-top:.5rem}table.recording-detail thead th{text-align:right;color:#666;white-space:nowrap;border-bottom:1px solid #e3e6ea;padding:.5rem;font-size:.8rem;font-weight:500}table.recording-detail thead th:first-child,table.recording-detail thead th:nth-child(2){text-align:left}table.recording-detail tbody td{text-align:right;border-bottom:1px solid #f1f3f5;padding:.55rem .5rem}table.recording-detail tbody td:first-child,table.recording-detail tbody td.condition{text-align:left}table.recording-detail tbody td.unknown{color:#aaa}.labels-manager .labels-list{margin:.5rem 0 .75rem;padding:0;list-style:none}.labels-manager .labels-row{border-bottom:1px solid #f1f3f5;align-items:center;gap:.5rem;padding:.35rem 0;display:flex}.labels-manager .labels-row .labels-text{flex:1}.labels-manager .labels-row input[type=text]{border:1px solid #cbd5dd;border-radius:4px;flex:1;padding:.35rem .5rem}.labels-manager .btn-icon{cursor:pointer;color:#557;background:0 0;border:1px solid #0000;border-radius:4px;padding:.15rem .45rem;font-size:1rem}.labels-manager .btn-icon:hover{background:#eef2f5}.labels-manager .labels-add{gap:.5rem;margin-top:.5rem;display:flex}.labels-manager .labels-add input[type=text]{border:1px solid #cbd5dd;border-radius:4px;flex:1;padding:.4rem .6rem}.labels-manager .labels-suggestions{flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.5rem;display:flex}.labels-manager .labels-suggestion{cursor:pointer;color:#334;background:#fafbfc;border:1px solid #cbd5dd;border-radius:999px;padding:.2rem .65rem;font-size:.85rem}.labels-manager .labels-suggestion:hover{background:#eef2f5}.labels-manager .labels-delete-modal{z-index:50;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.labels-manager .labels-delete-box{background:#fff;border-radius:8px;width:90%;max-width:28rem;padding:1.25rem;box-shadow:0 8px 24px #0003}.labels-manager .labels-delete-actions{justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}.labels-chip-readonly{color:#355;background:#eef5f5;border:1px solid #cfe1e1;border-radius:999px;margin-top:.2rem;margin-right:.3rem;padding:.1rem .55rem;font-size:.78rem;display:inline-block}.labels-chips-inline{margin-top:.25rem;display:block}.labels-chips-readonly{flex-wrap:wrap;gap:.25rem;margin-top:.5rem;display:flex}.session-row-flex{align-items:stretch;display:flex}.session-row-flex .gutter-cell{flex:none;align-self:stretch;min-height:100%;margin-right:6px;position:relative}.session-row-flex .gutter-svg{height:100%;display:block;overflow:visible}.session-row-flex>button{flex:auto;min-width:0}.today-row{border-bottom:1px solid #f1f3f5;align-items:center;gap:6px;height:22px;padding:0 .75rem;display:flex}.today-row .gutter-cell{flex:none}.today-row .today-label{color:#6b7280;text-transform:uppercase;letter-spacing:.06em;font-size:.66rem;font-weight:500}.bracket-header{color:#7c2d12;background:#fffaf0;border-left:3px dashed #d97706;align-items:center;gap:.5rem;padding:.4rem .6rem;font-size:.78rem;display:flex}.bracket-header .br-status{font-size:.9rem}.bracket-header .br-name{font-weight:600}.bracket-header .br-meta{color:#8a5a33;font-weight:400}.inspector .session-list button.config-error{background:#fef2f2;border-left:3px solid #dc2626}.config-error-banner{color:#991b1b;background:#fef2f2;border:1px solid #dc2626;border-radius:6px;margin:0 0 .6rem;padding:.5rem .7rem;font-size:.82rem}.marker-control{align-items:center;gap:.4rem;margin-left:auto;display:inline-flex}.marker-control .seg{border:1px solid #cbd5e1;border-radius:6px;display:inline-flex;overflow:hidden}.marker-control .seg-btn{font:inherit;cursor:pointer;color:#555;background:#fff;border:none;border-right:1px solid #e5e7eb;padding:.15rem .5rem;font-size:.75rem}.marker-control .seg-btn:last-child{border-right:none}.marker-control .seg-btn.active{color:#fff;background:#2563eb;font-weight:500}.marker-group-select{border:1px solid #cbd5e1;border-radius:5px;padding:.1rem .3rem;font-size:.75rem}.marker-group-select.invalid{background:#fef2f2;border-color:#dc2626}.marker-conflict{color:#dc2626;max-width:16rem;font-size:.7rem;line-height:1.2}.bracket-groups{border-top:1px solid #ececec;margin-top:1rem;padding-top:.75rem}.bracket-groups h4{margin:0 0 .25rem;font-size:.9rem}.bracket-group-card{border:1px solid #e5e7eb;border-radius:6px;margin-bottom:.5rem;padding:.5rem .7rem;font-size:.8rem}.bracket-group-card .bg-head{align-items:center;gap:.4rem;margin-bottom:.3rem;display:flex}.bracket-group-card .bg-name{font-weight:600;font:inherit;border:1px solid #0000;border-radius:4px;flex:1;padding:.1rem .3rem}.bracket-group-card .bg-name:hover,.bracket-group-card .bg-name:focus{border-color:#cbd5e1}.bracket-group-card .bg-row{color:#555;justify-content:space-between;gap:.5rem;padding:.1rem 0;display:flex}.bracket-group-card .bg-window{width:4rem;font:inherit;border:1px solid #cbd5e1;border-radius:4px;padding:.05rem .3rem}.interactive-chips{margin-bottom:.75rem}.interactive-chips .chips{flex-wrap:wrap;gap:.3rem;margin-top:.2rem;display:flex}.interactive-chips .chip{cursor:pointer;font-size:.78rem;font:inherit;border:1px solid #0000;border-radius:12px;padding:.1rem .6rem}.interactive-chips .chip-applied{color:#fff;background:#2563eb}.interactive-chips .chip-available{color:#2563eb;background:#fff;border-color:#2563eb}.filter-row{border-top:1px solid #f1f3f5;padding:12px 0}.filter-row:first-of-type{border-top:none}.filter-row-header{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:6px;display:flex}.filter-row-toggle{cursor:pointer;color:#222;align-items:center;gap:8px;font-size:.92rem;font-weight:500;display:inline-flex}.filter-row-toggle input[type=checkbox]{cursor:pointer}.filter-row[data-enabled=false] .filter-row-label{color:#868e96}.filter-row-value{color:#555;font-variant-numeric:tabular-nums;font-size:.85rem}.filter-row-error-msg{color:#b91c1c;margin-top:6px;font-size:.75rem}.filter-row-error .filter-row-fill{opacity:.5;background:#b91c1c}.filter-legend{flex-wrap:wrap;gap:6px 18px;margin:10px 0 0;padding:0;list-style:none;display:flex}.filter-legend li{color:#555;align-items:center;gap:7px;font-size:.8rem;display:inline-flex}.filter-legend-swatch{border-radius:3px;flex:none;width:12px;height:12px;box-shadow:inset 0 0 0 1px #00000026}.filter-histogram{width:100%}.filter-histogram svg{width:100%;display:block;overflow:visible}.filter-histogram-axis{fill:#adb5bd;font-variant-numeric:tabular-nums;font-size:9px}.filter-histogram-blabel{fill:#555;font-size:.8rem}.filter-histogram-bvalue{fill:#222;font-size:.8rem;font-weight:500}.filter-row-track{align-items:center;height:26px;margin:2px 8px 0 28px;display:flex;position:relative}.filter-row-track:before{content:"";background:#dee2e6;border-radius:2px;height:4px;position:absolute;left:0;right:0}.filter-row-fill{opacity:.55;background:#2563eb;border-radius:2px;height:4px;position:absolute}.filter-row-input{pointer-events:auto;appearance:none;background:0 0;width:100%;margin:0;position:absolute}.filter-row-input::-webkit-slider-thumb{appearance:none;cursor:grab;background:#2563eb;border:2px solid #fff;border-radius:50%;width:16px;height:16px;box-shadow:0 1px 2px #0003}.filter-row-input::-moz-range-thumb{cursor:grab;background:#2563eb;border:2px solid #fff;border-radius:50%;width:16px;height:16px;box-shadow:0 1px 2px #0003}.filter-row-input::-webkit-slider-runnable-track{background:0 0;height:4px}.filter-row-input::-moz-range-track{background:0 0;height:4px}.filter-label{color:#666;text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.condition-multi-select{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.condition-chip-row{flex-wrap:wrap;gap:6px;display:flex}.condition-chip{cursor:pointer;-webkit-user-select:none;user-select:none;border-style:solid;border-width:1px;border-radius:999px;align-items:center;gap:6px;padding:4px 12px;font-size:.8rem;display:inline-flex}.condition-chip input{opacity:0;width:1px;height:1px;position:absolute}.condition-chip-swatch{border-radius:50%;width:8px;height:8px;display:inline-block}.condition-multi-select-empty{color:#666;font-size:.8rem}.baseline-settings{flex-direction:column;display:flex}.baseline-settings .btn-secondary{align-self:flex-start;margin-bottom:8px}.compare-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.compare-bracketbar{border-bottom:1px solid #e3e6ea;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px;padding:10px 0;display:flex}.compare-builders{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=860px){.compare-builders{grid-template-columns:1fr}}@media (width<=640px){main.full{margin:1rem auto;padding:0 .75rem}.card{padding:1rem}.toolbar{flex-wrap:wrap;gap:.6rem}}.compare-bar{background:#fff;border-top:1px solid #e3e6ea;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding:12px 0;display:flex;position:sticky;bottom:0}.compare-summary{color:#444;font-size:.9rem}.compare-results{margin-top:16px}.compare-controls{flex-wrap:wrap;align-items:flex-end;gap:18px;margin-bottom:12px;display:flex}.compare-controls label{color:#555;flex-direction:column;gap:3px;font-size:.8rem;display:flex}.compare-controls select{background:#fff;border:1px solid #ccd2d9;border-radius:4px;padding:4px 8px}.compare-pairing{color:var(--brand-strong);align-self:center;font-size:.85rem;font-weight:600}.cg-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:1.2em 0 .5em;display:flex}.cg-head h3{margin:0}.cg-head-right{align-items:center;gap:10px;margin-left:auto;display:flex}.cg-expand{cursor:pointer;color:#5b6675;background:#fff;border:1px solid #d6dade;border-radius:7px;flex:none;width:30px;height:28px;font-size:15px;line-height:1}.cg-expand:hover{color:#1f2933;background:#f1f3f5}.chart-modal{width:min(1100px,94vw)}.compare-ab.two{grid-template-columns:1fr 1fr;align-items:start;gap:24px;display:grid}.compare-ab .cg-col{min-width:0}@media (width<=920px){.compare-ab.two{grid-template-columns:1fr}}.bucket-builder{background:#fcfdfe;border:1px solid #e3e6ea;border-radius:8px;padding:12px}.bucket-builder.bucket-A{border-top:3px solid #2c5fb8}.bucket-builder.bucket-B{border-top:3px solid #c2410c}.bb-head{justify-content:space-between;align-items:baseline;display:flex}.bb-head h3{margin:0}.bb-count{color:#666;font-size:.85rem}.bb-section-label{text-transform:uppercase;letter-spacing:.04em;color:#888;margin:12px 0 5px;font-size:.72rem;font-weight:700}.bb-recipe{flex-wrap:wrap;gap:5px;min-height:24px;display:flex}.bb-recipe-empty{color:#999;font-size:.8rem;font-style:italic}.bb-chip{cursor:pointer;background:#eef2f6;border-radius:999px;align-items:center;gap:5px;padding:3px 9px;font-size:.78rem;display:inline-flex}.bb-chip.chip-add{color:#166534;background:#dcfce7}.bb-chip.chip-rem{color:#b91c1c;background:#fee2e2}.bb-chip.chip-bracket{color:#2c5fb8;background:#e6effb}.bb-chip-x{opacity:.6}.bb-frow{align-items:flex-start;gap:8px;margin-bottom:6px;display:flex}.bb-fname{color:#666;min-width:64px;padding-top:3px;font-size:.78rem}.bb-opts{flex-wrap:wrap;gap:4px;display:flex}.bb-opt{cursor:pointer;background:#fff;border:1px solid #ccd2d9;border-radius:999px;padding:2px 10px;font-size:.78rem}.bb-opt.on{background:var(--brand-strong);color:#fff;border-color:var(--brand-strong)}.bb-daterow{align-items:center;gap:6px;font-size:.8rem;display:flex}.bb-daterow input{border:1px solid #ccd2d9;border-radius:4px;padding:2px 4px}.bb-metric{margin-bottom:8px}.bb-metric-head{justify-content:space-between;font-size:.82rem;font-weight:500;display:flex}.bb-add-metric{background:#fff;border:1px solid #ccd2d9;border-radius:4px;padding:4px 8px;font-size:.82rem}.bb-list{border:1px solid #eef1f4;border-radius:6px;flex-direction:column;gap:4px;min-height:48px;max-height:320px;padding:4px;display:flex;overflow-y:auto}.bb-empty{color:#999;padding:8px;font-size:.8rem}.bb-row{cursor:grab;background:#fff;border:1px solid #eef1f4;border-radius:5px;justify-content:space-between;align-items:center;gap:8px;padding:5px 8px;display:flex}.bb-row-overlap{background:#fff3df;border-color:#f5c77a}.bb-row-meta{font-size:.8rem}.bb-row-sub{color:#777;font-size:.74rem}.bb-ovbadge{color:#b45309;background:#fde9c8;border-radius:999px;margin-left:6px;padding:1px 7px;font-size:.68rem;font-weight:700;display:inline-block}.bb-row-ctrls{flex:none;gap:2px;display:flex}.bb-iconbtn{cursor:pointer;color:#555;background:0 0;border:none;border-radius:4px;padding:2px 5px;font-size:.95rem}.bb-iconbtn:hover{background:#eef1f4}.bb-addbox{margin-top:8px;font-size:.82rem}.bb-addbox summary{cursor:pointer;color:var(--brand-strong)}.bb-candidates{flex-direction:column;gap:2px;max-height:200px;margin-top:6px;display:flex;overflow-y:auto}.bb-candidate{text-align:left;cursor:pointer;color:#444;background:0 0;border:none;border-radius:4px;padding:3px 6px;font-size:.8rem}.bb-candidate:hover{background:#eef1f4}.compare-graph{margin:8px 0 20px;display:block}.cg-axis{font-size:calc(11px * var(--cg-k,1));fill:#888;font-variant-numeric:tabular-nums}.cg-axis-title{font-size:calc(12px * var(--cg-k,1));fill:#555}.cg-sub{font-size:calc(10px * var(--cg-k,1));fill:#999}.cg-code{font-size:calc(12px * var(--cg-k,1));fill:#222;font-weight:600}.cg-name{font-size:calc(11px * var(--cg-k,1));fill:#666}.cg-delta,.cg-delta-val{font-size:calc(11px * var(--cg-k,1));fill:#c2410c;font-weight:600}.cg-zero{font-size:calc(11px * var(--cg-k,1));fill:#1c2733}.trend-chart{margin:4px 0 8px}.trend-toggle{border:1px solid #ccd2d9;border-radius:5px;display:inline-flex;overflow:hidden}.trend-seg{color:#555;cursor:pointer;background:#fff;border:none;padding:4px 10px;font-size:.82rem}.trend-seg+.trend-seg{border-left:1px solid #ccd2d9}.trend-seg.on{background:var(--brand-strong);color:#fff}.trend-legend{flex-wrap:wrap;align-items:center;gap:6px 14px;margin:6px 0 2px;display:flex}.trend-legend-item{color:#444;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:6px;padding:2px 4px;font-size:.8rem;display:inline-flex}.trend-legend-item.static{cursor:default}.trend-legend-item.off{color:#aab1b9;text-decoration:line-through}.trend-legend-item:disabled{cursor:default;color:#b8bec5}.trend-legend-sw{border-radius:3px;flex:none;width:13px;height:13px;display:inline-block}.cg-grouplegend{margin-top:2px;margin-bottom:16px}.cg-legend{flex-direction:column;gap:4px;margin:6px 0 16px;display:flex}.cg-legend>.trend-legend{margin:0}.cg-sig-key{border-top:1px solid #eef1f4;padding-top:3px}.cg-note{color:#5b636c;margin:0;font-size:.78rem;line-height:1.35}.cg-tip-box{fill:#fff;stroke:#c8ccd1;stroke-width:1px;filter:drop-shadow(0 1px 2px #141e2d2e)}.cg-tip-title{font-size:12.5px;font-weight:600}.cg-tip-row{fill:#444;font-variant-numeric:tabular-nums;font-size:12px}.cg-fit-readout{font-size:calc(11px * var(--cg-k,1));font-variant-numeric:tabular-nums;font-weight:600}.trend-subjective-note{color:#6b5417;background:#fffaf0;border:1px solid #f0e0a0;border-radius:6px;margin:0 0 8px;padding:5px 10px;font-size:.78rem}.trend-foot{margin-top:2px}.explore-builders{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.bb-head-right{align-items:center;gap:6px;display:inline-flex}.explore-groupbar{align-items:center;gap:14px;margin-top:12px;display:flex}.explore-empty-hint{margin-top:16px}.baseline-notice{color:#6b5b00;background:#fff8e1;border:1px solid #f0e0a0;border-radius:6px;margin:0 0 12px;padding:6px 12px;font-size:.85rem}.baseline-notice a{color:var(--brand-strong)}.scatter{margin-top:4px}.scatter-controls{flex-wrap:wrap;align-items:flex-end;gap:18px;margin-bottom:8px;display:flex}.scatter-controls label{color:#555;flex-direction:column;gap:3px;font-size:.8rem;display:flex}.scatter-controls select{background:#fff;border:1px solid #ccd2d9;border-radius:4px;padding:4px 8px}.scatter-mode{border:1px solid #ccd2d9;border-radius:4px;align-self:flex-end;display:inline-flex;overflow:hidden}.scatter-mode-btn{color:#555;cursor:pointer;background:#fff;border:none;padding:5px 12px;font-size:.82rem}.scatter-mode-btn+.scatter-mode-btn{border-left:1px solid #ccd2d9}.scatter-mode-btn.active{background:var(--brand-strong);color:#fff}.scatter-logx{align-self:flex-end;align-items:center;padding-bottom:5px;flex-direction:row!important;gap:5px!important}.scatter-expand{align-self:flex-end;margin-left:auto}.scatter-svg{margin:4px 0 8px}.scatter-legend{color:#555;flex-wrap:wrap;gap:14px;margin:0 0 4px;padding:0;font-size:.8rem;list-style:none;display:flex}.scatter-legend li{align-items:center;gap:5px;display:flex}.scatter-legend-swatch{border-radius:3px;width:12px;height:12px;display:inline-block}.radar-surface{margin-top:4px}.radar-controls{flex-wrap:wrap;align-items:flex-start;gap:26px;margin:12px 0 8px;display:flex}.radar-ctl{flex-direction:column;gap:5px;display:flex}.radar-ctl>span{letter-spacing:.05em;text-transform:uppercase;color:#6b7280;font-size:11px}.radar-ctl select{color:#1d2125;background:#fff;border:1px solid #d7dbe0;border-radius:7px;padding:5px 9px;font-size:13px}.radar-chips{gap:6px;display:flex}.radar-pill{cursor:pointer;color:#1d2125;background:#fff;border:1px solid #d7dbe0;border-radius:16px;padding:5px 13px;font-size:13px}.radar-pill.sm{border-radius:12px;padding:2px 9px;font-size:11.5px}.radar-pill.on{color:#fff;background:#1d2125;border-color:#1d2125}.radar-pill:disabled{opacity:.45;cursor:default}.radar-legend{color:#1d2125;flex-wrap:wrap;align-items:center;gap:16px;margin:6px 0 10px;font-size:12.5px;display:flex}.rl-key{align-items:center;gap:7px;display:inline-flex}.rl-sw{width:22px;height:0;display:inline-block}.rl-you{border-top:3px solid #333}.rl-avg{border-top:2px solid #000}.rl-mymean{border-top:2px dashed #a6acb4}.rl-session{background:linear-gradient(90deg,#0072b2,#e69f00,#009e73,#d55e00);border-radius:1px;height:3px}.rl-myband{opacity:.5;background:#a6acb4}.rl-ownband{opacity:.26;box-sizing:border-box;background:#6b7280;border-radius:2px;width:20px;height:11px;display:inline-block}.rl-band-outline{opacity:.7;box-sizing:border-box;background:0 0;border:1px solid #94a3b8;border-radius:2px;width:20px;height:11px;display:inline-block}.radar-row{align-items:stretch;gap:14px;padding:4px 2px 14px;display:flex;overflow-x:auto}.radar-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);cursor:pointer;text-align:left;flex-direction:column;flex:none;padding:10px 10px 8px;transition:box-shadow .12s,transform .12s;display:flex;position:relative;overflow:visible}.radar-card>.rc-canvas{margin-top:auto}.radar-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.radar-card.overview{background:#fcfcfd;border-color:#cfd4d9}.radar-card.no-reference{background:#fafafb;border-style:dashed;border-color:#d6dade;flex-direction:column;align-self:stretch;width:142px;display:flex}.rc-noref{color:#6b7280;font-size:13px;font-weight:600}.rm-no-ref{color:#4b5563;max-width:46ch;margin:18px 4px 6px;font-size:13.5px;line-height:1.5}.rc-canvas.rc-empty{color:#6b7280;text-align:center;align-items:center;max-width:40ch;min-height:120px;margin:0 auto;font-size:12.5px;line-height:1.45}.rc-head{align-items:center;gap:7px;margin:0 0 2px 4px;font-size:12.5px;font-weight:600;display:flex}.rc-dot{border-radius:50%;width:10px;height:10px;display:inline-block}.rc-expand{color:#c0c4c8;margin-left:auto;font-size:13px}.radar-card:hover .rc-expand{color:#6b7280}.rc-collapsed-body{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;padding:26px 8px;display:flex}.rc-sub{color:#6b7280;font-size:11.5px}.rc-cta{color:#aab0b5;text-transform:uppercase;letter-spacing:.05em;margin-top:9px;font-size:10.5px}.rc-chips{justify-content:center;align-items:center;gap:5px;margin:3px 0 1px;display:flex}.rc-chips-label{letter-spacing:.04em;text-transform:uppercase;color:#6b7280;font-size:10px}.rc-canvas{justify-content:center;display:flex}.rc-footer{font-variant-numeric:tabular-nums;border-top:1px solid #eef0f2;align-items:baseline;gap:10px;margin:8px 4px 2px;padding-top:8px;display:flex}.rcf-metric{align-items:baseline;gap:6px;display:inline-flex}.rcf-right{margin-left:auto}.rcf-lbl{letter-spacing:.03em;text-transform:uppercase;color:#6b7280;font-size:10.5px}.rcf-val{color:#1f2933;font-size:16px;font-weight:700}.dual-radar-root{width:100%}.dual-radar-footer{flex-direction:column;align-items:center;gap:6px;width:100%;margin-top:8px;display:flex}.dual-radar-caption{color:#94a3b8;text-align:center;font-family:ui-monospace,Menlo,monospace;font-size:10.5px}.dual-radar-metrics{font-variant-numeric:tabular-nums;flex-wrap:wrap;justify-content:center;gap:28px;display:flex}.dual-radar-metric{flex-direction:column;align-items:center;line-height:1.15;display:flex}.dual-radar-metric-value{color:#1f2933;font-size:20px;font-weight:700}.dual-radar-metric-label{letter-spacing:.04em;text-transform:uppercase;color:#6b7280;font-size:10px;font-weight:600}.radar-overlay{z-index:50;background:#1416198c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.radar-modal{background:var(--card);border-radius:var(--radius);max-width:94vw;max-height:94vh;padding:18px 20px 22px;overflow:auto;box-shadow:0 18px 60px #0000004d}.rm-head{justify-content:space-between;align-items:center;gap:18px;margin-bottom:8px;display:flex}.rm-title{font-size:16px;font-weight:600}.rm-close{cursor:pointer;background:#fff;border:1px solid #e3e6ea;border-radius:8px;width:32px;height:32px;font-size:17px;line-height:1}.stato-matrix-wrap{flex-direction:column;gap:14px;display:flex}.stato-controls{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.stato-controls .group{align-items:center;gap:8px;display:flex}.stato-controls .glabel{text-transform:uppercase;letter-spacing:.04em;color:#6b7280;font-size:11px;font-weight:600}.stato-controls .seg,.stato-overlay .seg{border:1px solid #d8dde3;border-radius:8px;display:inline-flex;overflow:hidden}.stato-controls .seg button{font:inherit;cursor:pointer;color:#222;background:#fff;border:0;border-left:1px solid #d8dde3;padding:5px 11px}.stato-controls .seg button:first-child{border-left:0}.stato-controls .seg button.on{color:#fff;background:#0a9396}.stato-matrix-wrap .chk,.stato-overlay .chk{cursor:pointer;align-items:center;gap:6px;font-size:13px;display:inline-flex}.stato-matrix{grid-template-columns:34px minmax(0,1fr) minmax(0,1fr);align-items:start;gap:14px;width:100%;display:grid}.stato-colhead{text-align:center;font-weight:600}.stato-rowhead{writing-mode:vertical-rl;justify-content:center;align-items:center;font-weight:600;display:flex;transform:rotate(180deg)}.stato-cell{background:#fff;border:1px solid #e2e6eb;border-radius:8px;padding:8px}.stato-cellcap{justify-content:space-between;align-items:center;margin-bottom:4px;font-size:12px;font-weight:600;display:flex}.stato-cap-right{align-items:center;gap:6px;font-weight:500;display:inline-flex}.stato-area{color:#6b7280}.stato-fs-btn{cursor:pointer;color:#6b7280;background:0 0;border:0;padding:0 2px;font-size:14px;line-height:1}.stato-fs-btn:hover{color:#0a9396}.stato-empty{color:#9aa3ad;justify-content:center;align-items:center;min-height:232px;font-size:13px;font-style:italic;display:flex}.stato-canvas{width:100%;display:block}.stato-canvas svg{width:100%;height:auto;display:block}.stato-legend{color:#6b7280;gap:16px;font-size:12px;display:flex}.stato-legend span{align-items:center;gap:6px;display:inline-flex}.stato-legend .swatch{border-radius:2px;width:14px;height:3px;display:inline-block}.stato-overlay{z-index:1000;background:#0f17208c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.stato-overlay-card{background:var(--card);border-radius:var(--radius);width:min(820px,92vw);max-height:92vh;padding:16px 18px;overflow:auto;box-shadow:0 12px 40px #0000004d}.stato-overlay-head{justify-content:space-between;align-items:center;gap:24px;margin-bottom:10px;font-weight:600;display:flex}.stato-overlay-controls{align-items:center;gap:14px;display:inline-flex}.stato-overlay .stato-empty{height:520px}table.admin-users{border-collapse:collapse;width:100%;margin-top:.5rem}table.admin-users thead th{text-align:left;color:#666;border-bottom:1px solid #e3e6ea;padding:.6rem .5rem;font-size:.85rem;font-weight:500}table.admin-users tbody td{vertical-align:middle;border-bottom:1px solid #f1f3f5;padding:.7rem .5rem}.invite-flags{gap:1.5rem;margin:.8rem 0;display:flex}.invite-flags label{align-items:center;gap:.4rem;font-weight:400;display:inline-flex}.activation-url{word-break:break-all;background:#f5f6f8;border-radius:6px;padding:.5rem;font-size:.85rem;display:block}.btn-secondary.danger{color:#b3261e;border-color:#b3261e}.auth-page{--a-bg:#fff;--a-surface:#fff;--a-ink:#0f1416;--a-muted:#5b6066;--a-rule:#e3e6ea;--a-teal:#005f73;--a-teal-hover:#0a9396;--a-on-teal:#fff;--a-wash-1:#94d2bd52;--a-field:#fff;--a-error:#9b2226;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--a-ink);background:radial-gradient(900px 380px at 50% -10%, var(--a-wash-1) 0%, #94d2bd00 65%), var(--a-bg);flex-direction:column;flex:1;font-family:Inter,Helvetica Neue,system-ui,-apple-system,sans-serif;display:flex}@media (prefers-color-scheme:dark){.auth-page{--lightningcss-light: ;--lightningcss-dark:initial;--a-bg:#161c20;--a-surface:#1c2327;--a-ink:#eef0f2;--a-muted:#a5abb0;--a-rule:#343b40;--a-wash-1:#0a939633;--a-teal:#94d2bd;--a-teal-hover:#b2e0d0;--a-on-teal:#0f1416;--a-field:#222a2e;--a-error:#f08a8d}}.auth-top{box-shadow:none;color:inherit;background:0 0;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex;position:static}.auth-brand{letter-spacing:-.01em;color:var(--a-ink);align-items:center;gap:.5rem;font-size:1rem;font-weight:700;text-decoration:none;display:flex}.auth-brand svg{width:26px;height:26px}.auth-back{color:var(--a-muted);border:1px solid #0000;border-radius:999px;padding:.4rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none}.auth-back:hover{color:var(--a-ink);border-color:var(--a-rule)}.auth-back:focus-visible{outline:2px solid var(--a-teal);outline-offset:2px}.auth-main{flex:1;justify-content:center;align-items:center;width:100%;max-width:26rem;margin:0 auto;padding:2rem 1.25rem 3rem;display:flex}.auth-status{color:var(--a-muted);text-align:center}.auth-card{background:var(--a-surface);border-color:var(--a-rule);border-radius:14px;width:100%;padding:1.75rem;box-shadow:0 1px 2px #0f14160a}.auth-card h2{letter-spacing:-.015em;color:var(--a-ink);margin-bottom:.35rem;font-size:1.35rem}.auth-lead{color:var(--a-muted);margin:0;font-size:.9rem;line-height:1.5}.auth-card form{gap:.35rem}.auth-card form label{color:var(--a-muted);margin-top:.6rem;font-size:.85rem;font-weight:500}.auth-page .auth-card form input[type=email],.auth-page .auth-card form input[type=password],.auth-page .auth-card form input[type=text]{background:var(--a-field);border:1px solid var(--a-rule);color:var(--a-ink);border-radius:10px;padding:.65rem .8rem}.auth-card form input:focus-visible{border-color:var(--a-teal);outline:none;box-shadow:0 0 0 4px #0a93962e}.auth-page .auth-card button{color:var(--a-on-teal);cursor:pointer;background:var(--a-teal);border:1px solid var(--a-teal);letter-spacing:-.005em;border-radius:999px;margin-top:1.1rem;padding:.7rem 1rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .15s,box-shadow .15s}.auth-page .auth-card button:hover:not(:disabled){background:var(--a-teal-hover);border-color:var(--a-teal-hover)}.auth-page .auth-card button:focus-visible{outline:none;box-shadow:0 0 0 4px #0a939640}.auth-card .hint,.auth-card .checkbox{color:var(--a-muted)}.auth-card .hint{margin-bottom:0;line-height:1.5}.auth-card .error{color:var(--a-error)}.auth-card a{color:var(--a-teal)}.auth-foot{color:var(--a-muted);justify-content:center;gap:.5rem;padding:0 1.5rem 2rem;font-size:.8rem;display:flex}.auth-foot a{color:var(--a-muted);text-decoration:none}.auth-foot a:hover{color:var(--a-ink);text-decoration:underline}.cohort-scope{--brand:#0a9396;--ink:#1e293b;--text:#334155;--muted:#64748b;--line:#e2e8f0;--bg:#f8f9fa;--card:#fff;--radius:12px;--shadow:0 1px 2px #0f172a0f;--fs-title:1.15rem;--fs-body:.9rem;--fs-small:.8rem}.cohort-scope,.cohort-scope *,.cohort-scope :before,.cohort-scope :after{box-sizing:border-box;margin:0;padding:0}.cohort-scope{background:var(--bg);color:var(--text);flex-direction:column;flex:1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.cohort-scope .page-subtitle{color:var(--muted);font-size:var(--fs-body);margin-bottom:16px}.cohort-scope .dashboard-shell{flex-direction:column;flex:1;width:100%;display:flex}.cohort-scope .dashboard-main{flex:1;min-width:0;padding:24px}.cohort-scope .global-filters{background:#fff;border-bottom:1px solid #dee2e6;padding:12px 24px}.cohort-scope .filters-summary{justify-content:space-between;align-items:center;gap:12px;display:flex}.cohort-scope .filters-readout{color:#495057;font-size:.85rem}.cohort-scope .filters-age-histogram{align-items:flex-end;gap:2px;height:40px;margin-top:8px;display:flex}.cohort-scope .filters-age-bar-cell{flex:1;align-items:flex-end;min-width:0;height:100%;display:flex}.cohort-scope .filters-age-bar{background:#0a9396;border-radius:1px 1px 0 0;width:100%;min-height:1px}.cohort-scope .filters-body{flex-direction:column;gap:12px;margin-top:12px;display:none}.cohort-scope .filters-body.filters-body-open{display:flex}.cohort-scope .filter-placeholder{flex-direction:column;gap:4px;display:flex}.cohort-scope .filter-row{flex-direction:column;gap:6px;display:flex}.cohort-scope .filter-chip-row,.cohort-scope .filter-toggle-row{flex-wrap:wrap;gap:6px;display:flex}.cohort-scope .filter-chip,.cohort-scope .filter-toggle{color:#495057;cursor:pointer;-webkit-user-select:none;user-select:none;background:#f1f3f5;border:1px solid #dee2e6;border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:.8rem;display:inline-flex}.cohort-scope .filter-chip input,.cohort-scope .filter-toggle input{opacity:0;width:1px;height:1px;position:absolute}.cohort-scope .filter-chip-on,.cohort-scope .filter-toggle-on{color:#fff;background:#0a9396;border-color:#0a9396}.cohort-scope .filter-select{color:#212529;background:#fff;border:1px solid #dee2e6;border-radius:6px;width:100%;padding:6px 8px;font-size:.85rem}.cohort-scope .filter-range{width:100%}.cohort-scope .filter-readout-inline{font-variant-numeric:tabular-nums;color:#212529;margin-left:4px;font-weight:600}.cohort-scope .filter-label{color:#6c757d;text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.cohort-scope .filter-subrow{border-left:2px solid #dee2e6;flex-direction:column;gap:4px;margin-top:4px;margin-left:12px;padding-left:8px;display:flex}.cohort-scope .filter-sublabel{color:#868e96;text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:600}.cohort-scope .filter-control-stub{color:#adb5bd;background:#f1f3f5;border:1px dashed #ced4da;border-radius:6px;padding:8px 12px;font-size:.85rem}.cohort-scope .filter-hint{color:#adb5bd;font-size:.7rem}@media (width>=1024px){.cohort-scope .dashboard-shell{flex-direction:row}.cohort-scope .global-filters{width:320px;top:var(--header-h,0px);max-height:calc(100vh - var(--header-h,0px));border-bottom:none;border-right:1px solid #dee2e6;flex-shrink:0;align-self:flex-start;padding:24px;position:sticky;overflow-y:auto}.cohort-scope .global-filters-expanded{border-bottom:1px solid #dee2e6;border-right:none;width:100%;max-height:none;position:static;overflow:visible}.cohort-scope .dashboard-shell:has(.global-filters-expanded){flex-direction:column}.cohort-scope .filters-body{margin-top:16px}.cohort-scope .global-filters:not(.global-filters-expanded) .filters-body{display:flex!important}.cohort-scope .global-filters-expanded .filters-body{flex-flow:wrap;gap:28px;margin-top:20px;display:flex!important}.cohort-scope .global-filters-expanded .filter-row{min-width:200px}.cohort-scope .dashboard-main{padding:24px 32px}}.cohort-scope .chart-area{grid-template-columns:1fr;gap:24px;width:100%;max-width:1600px;margin:0 auto;display:grid}@media (width>=1200px){.cohort-scope .chart-area{grid-template-columns:repeat(2,minmax(0,1fr))}.cohort-scope .chart-section-expanded{order:-1;grid-column:1/-1}}.cohort-scope .chart-section{background:#fff;border-radius:12px;min-width:0;padding:24px;box-shadow:0 1px 3px #00000014}.cohort-scope .chart-section-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:4px;display:flex}.cohort-scope .chart-section h2{margin:0;font-size:1.125rem;font-weight:600}.cohort-scope .chart-expand-btn{cursor:pointer;color:#495057;background:0 0;border:1px solid #dee2e6;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.cohort-scope .chart-expand-btn:hover{color:#212529;background:#f1f3f5}.cohort-scope .chart-expand-btn[aria-pressed=true]{color:#212529;background:#e9ecef;border-color:#adb5bd}.cohort-scope .chart-hint{font-size:var(--fs-small);color:var(--muted);margin-bottom:20px}.cohort-scope .chart-section svg text{font-size:11px}.cohort-scope .chart-key{font-size:var(--fs-small);color:var(--muted);flex-wrap:wrap;gap:6px 14px;margin:0;display:flex}.cohort-scope .chart-key-item{align-items:baseline;gap:5px;display:inline-flex}.cohort-scope .chart-key-item dt{color:var(--ink);font-weight:600}.cohort-scope .chart-key-item dd{margin:0}.cohort-scope .chart-key-swatch{border-radius:3px;flex:none;align-self:center;width:10px;height:10px}@media (width<=767px){.cohort-scope .dashboard-main{padding:16px 0}.cohort-scope .chart-area{gap:16px}.cohort-scope .chart-section{border-radius:0;padding:20px 0}.cohort-scope .chart-section-header,.cohort-scope .chart-hint,.cohort-scope .cohort-controls{padding-left:16px;padding-right:16px}}.cohort-scope .condition-multi-select{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.cohort-scope .condition-multi-select .filter-label{margin-bottom:2px}.cohort-scope .condition-chip-row{flex-wrap:wrap;gap:6px;display:flex}.cohort-scope .condition-chip{cursor:pointer;-webkit-user-select:none;user-select:none;border-style:solid;border-width:1px;border-radius:999px;align-items:center;gap:6px;padding:4px 12px;font-size:.8rem;transition:opacity .12s;display:inline-flex;position:relative}.cohort-scope .condition-chip input{opacity:0;width:1px;height:1px;position:absolute}.cohort-scope .condition-chip[data-visible=false]{opacity:.65}.cohort-scope .condition-chip-swatch{border-radius:50%;width:8px;height:8px;display:inline-block}.cohort-scope .condition-multi-select-empty{color:#6c757d;margin-bottom:12px;font-size:.8rem}.cohort-scope .cohort-chart-shell{flex-direction:column;gap:12px;display:flex}.cohort-scope .cohort-controls{flex-wrap:wrap;gap:16px 24px;display:flex}.cohort-scope .cohort-control-group{flex-direction:column;gap:6px;display:flex}.cohort-scope .cohort-band,.cohort-scope .spectrum-band{pointer-events:none}.cohort-scope .spectrum-line-list{flex-direction:column;gap:6px;display:flex}.cohort-scope .spectrum-line-list-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.cohort-scope .spectrum-line-bulk{gap:6px;display:flex}.cohort-scope .spectrum-bulk-btn{color:#495057;cursor:pointer;background:#fff;border:1px solid #ced4da;border-radius:12px;padding:4px 10px;font-family:inherit;font-size:11px;transition:background-color .15s,border-color .15s,color .15s}.cohort-scope .spectrum-bulk-btn:hover{color:#212529;background:#f1f3f5;border-color:#adb5bd}.cohort-scope .spectrum-bucket-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.cohort-scope .filter-label-inline{color:#495057;margin-right:4px;font-size:11px;font-weight:600}.cohort-scope .spectrum-bucket-chip{color:#6c757d;cursor:pointer;background:#fff;border:1px solid #ced4da;border-radius:10px;padding:3px 9px;font-family:inherit;font-size:11px;transition:background-color .15s,border-color .15s,color .15s}.cohort-scope .spectrum-bucket-chip:hover{color:#0a9396;border-color:#0a9396}.cohort-scope .spectrum-bucket-chip-on{color:#fff;background:#0a9396;border-color:#0a9396}.cohort-scope .spectrum-bucket-chip-on:hover{color:#fff;background:#087a7c;border-color:#087a7c}.cohort-scope .cohort-x-axis path,.cohort-scope .cohort-y-axis path,.cohort-scope .cohort-x-axis line,.cohort-scope .cohort-y-axis line{stroke:#adb5bd}.cohort-scope .cohort-x-axis text,.cohort-scope .cohort-y-axis text{fill:#6c757d;font-family:inherit;font-size:11px}.cohort-scope .cohort-axis-label{fill:#495057;font-family:inherit;font-size:11px}.cohort-scope .cohort-line{stroke-linecap:round;stroke-linejoin:round}.cohort-scope .cohort-legend-label{fill:#495057;font-family:inherit;font-size:11px}.cohort-scope .age-metric-dot{cursor:pointer;transition:fill-opacity .12s}.cohort-scope .age-metric-dot:hover{fill-opacity:.9}.cohort-scope .cohort-chart-canvas{position:relative}.cohort-scope .cohort-tooltip{pointer-events:none;color:#212529;white-space:nowrap;z-index:10;background:#fff;border:1px solid #dee2e6;border-radius:6px;padding:8px 10px;font-size:11px;position:absolute;transform:translate(12px,-50%);box-shadow:0 4px 12px #00000014}.cohort-scope .cohort-tooltip-header{align-items:center;gap:8px;margin-bottom:2px;font-weight:600;display:flex}.cohort-scope .cohort-tooltip-bucket{color:#212529}.cohort-scope .cohort-tooltip-code{color:#6c757d;font-weight:500}.cohort-scope .cohort-tooltip-meta{color:#6c757d;margin-bottom:6px}.cohort-scope .cohort-tooltip-metric{color:#495057;margin-bottom:4px;font-style:italic}.cohort-scope .cohort-tooltip-stats{border-collapse:collapse}.cohort-scope .cohort-tooltip-stats th{text-align:left;color:#6c757d;padding-right:10px;font-weight:500}.cohort-scope .cohort-tooltip-stats td{text-align:right;font-variant-numeric:tabular-nums;color:#212529}.cohort-scope .empty-state{text-align:center;color:#6c757d;padding:24px;font-size:.9rem}.cohort-scope .bar-group text.label{fill:#6c757d;font-size:13px}.cohort-scope .bar-group text.value{fill:#212529;font-size:13px;font-weight:600}.cohort-scope .bar-group rect.track{fill:#dee2e6;rx:6}.cohort-scope .bar-group rect.fill{rx:6}.cohort-scope .no-data{text-align:center;color:#6c757d;padding:32px;font-size:.95rem}.cohort-scope .settings-main{flex:1;width:100%;max-width:960px;margin:32px auto;padding:0 24px}.cohort-scope .settings-panel{background:#fff;border-radius:12px;padding:32px;box-shadow:0 1px 3px #00000014}.cohort-scope .settings-panel h2{margin-bottom:12px;font-size:1.25rem;font-weight:600}.cohort-scope .settings-form{flex-direction:column;gap:24px;display:flex}.cohort-scope .settings-section{background:#fff;border-radius:12px;padding:24px 28px;box-shadow:0 1px 3px #00000014}.cohort-scope .settings-section h2{margin-bottom:4px;font-size:1.1rem;font-weight:600}.cohort-scope .settings-section-hint{color:#6c757d;margin-bottom:18px;font-size:.8rem}.cohort-scope .settings-section h3{text-transform:uppercase;letter-spacing:.05em;color:#6c757d;margin-bottom:4px;font-size:.78rem;font-weight:600}.cohort-scope .settings-stance-tabs{flex-wrap:wrap;gap:6px;margin-bottom:20px;display:flex}.cohort-scope .settings-stance-tab{color:#495057;cursor:pointer;-webkit-user-select:none;user-select:none;background:#f1f3f5;border:1px solid #dee2e6;border-radius:999px;padding:5px 14px;font-size:.82rem;font-weight:500;transition:background .12s,border-color .12s,color .12s}.cohort-scope .settings-stance-tab:hover{background:#e9ecef}.cohort-scope .settings-stance-tab-active{color:#fff;background:#0a9396;border-color:#0a9396}.cohort-scope .settings-stance-tab-active:hover{background:#0a9396}.cohort-scope .settings-stance-tab-error{color:#c92a2a;border-color:#e5534b}.cohort-scope .settings-stance-tab-active.settings-stance-tab-error{color:#fff;background:#e5534b;border-color:#e5534b}.cohort-scope .settings-stance-tab-dot{font-size:.78rem}.cohort-scope .filter-row{border-top:1px solid #f1f3f5;padding:16px 0}.cohort-scope .filter-row:first-of-type{border-top:none;padding-top:6px}.cohort-scope .filter-row-header{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:6px;display:flex}.cohort-scope .filter-row-toggle{cursor:pointer;color:#212529;align-items:center;gap:8px;font-size:.92rem;font-weight:500;display:inline-flex}.cohort-scope .filter-row-toggle input[type=checkbox]{cursor:pointer}.cohort-scope .filter-row[data-enabled=false] .filter-row-label{color:#868e96}.cohort-scope .filter-row-value{color:#495057;font-variant-numeric:tabular-nums;font-size:.85rem}.cohort-scope .filter-row-error-msg{color:#b91c1c;margin-top:6px;font-size:.75rem}.cohort-scope .filter-row-error .filter-row-fill{opacity:.5;background:#b91c1c}.cohort-scope .filter-legend{flex-wrap:wrap;gap:6px 18px;margin:10px 0 0;padding:0;list-style:none;display:flex}.cohort-scope .filter-legend li{color:#495057;align-items:center;gap:7px;font-size:.8rem;display:inline-flex}.cohort-scope .filter-legend-swatch{border-radius:3px;flex:none;width:12px;height:12px;box-shadow:inset 0 0 0 1px #00000026}.cohort-scope .substrate-bias-legend{flex-wrap:wrap;gap:6px 18px;margin:10px 0 0;padding:0 4px;list-style:none;display:flex}.cohort-scope .substrate-bias-legend li{color:#495057;align-items:center;gap:7px;font-size:.8rem;display:inline-flex}.cohort-scope .substrate-bias-legend-swatch{border-radius:50%;flex:none;width:12px;height:12px;box-shadow:inset 0 0 0 1px #0003}.cohort-scope .substrate-bias-legend svg{flex:none;display:block}.cohort-scope .filter-histogram{width:100%}.cohort-scope .filter-histogram svg{width:100%;display:block;overflow:visible}.cohort-scope .filter-histogram-blabel{fill:#495057;font-size:.8rem}.cohort-scope .filter-histogram-bvalue{fill:#212529;font-size:.8rem;font-weight:500}.cohort-scope .filter-histogram-axis{fill:#adb5bd;font-variant-numeric:tabular-nums;font-size:11px}.cohort-scope .filter-row-track{align-items:center;height:26px;margin:2px 8px 0 28px;display:flex;position:relative}.cohort-scope .filter-row-track:before{content:"";background:#dee2e6;border-radius:2px;height:4px;position:absolute;left:0;right:0}.cohort-scope .filter-row-fill{opacity:.55;background:#0a9396;border-radius:2px;height:4px;position:absolute}.cohort-scope .filter-row-input{pointer-events:auto;appearance:none;background:0 0;width:100%;margin:0;position:absolute}.cohort-scope .filter-row-input::-webkit-slider-thumb{appearance:none;cursor:grab;background:#0a9396;border:2px solid #fff;border-radius:50%;width:16px;height:16px;box-shadow:0 1px 2px #0003}.cohort-scope .filter-row-input::-moz-range-thumb{cursor:grab;background:#0a9396;border:2px solid #fff;border-radius:50%;width:16px;height:16px;box-shadow:0 1px 2px #0003}.cohort-scope .filter-row-input::-webkit-slider-runnable-track{background:0 0;height:4px}.cohort-scope .filter-row-input::-moz-range-track{background:0 0;height:4px}.cohort-scope .filter-row-input:active::-webkit-slider-thumb{cursor:grabbing}.cohort-scope .filter-row-input:active::-moz-range-thumb{cursor:grabbing}.cohort-scope .scf-readout{color:#212529;align-items:baseline;gap:8px;margin:10px 8px 0 28px;font-size:.95rem;display:flex}.cohort-scope .scf-readout strong{color:#0a9396;font-variant-numeric:tabular-nums;font-size:1.1rem}.cohort-scope .scf-readout-sep{color:#ced4da}.cohort-scope .settings-actions{background:#fff;border-radius:12px;flex-direction:column;gap:12px;padding:20px 28px;display:flex;box-shadow:0 1px 3px #00000014}.cohort-scope .settings-actions-buttons{justify-content:flex-end;gap:12px;display:flex}.cohort-scope .settings-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;padding:8px 18px;font-size:.9rem;font-weight:600;transition:background .12s,border .12s,color .12s}.cohort-scope .settings-btn:disabled{opacity:.55;cursor:not-allowed}.cohort-scope .settings-btn-secondary{color:#495057;background:#fff;border-color:#ced4da}.cohort-scope .settings-btn-secondary:hover:not(:disabled){background:#f1f3f5}.cohort-scope .settings-btn-primary{color:#fff;background:#0a9396}.cohort-scope .settings-btn-primary:hover:not(:disabled){background:#088f92}.cohort-scope .sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.cohort-scope .settings-error{color:#d4620a;font-size:.9rem}.cohort-scope .settings-form-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.cohort-scope .settings-form-head h2{margin-bottom:4px;font-size:1.2rem;font-weight:600}.cohort-scope .settings-preview-badge{color:#6c757d;white-space:nowrap;font-size:.8rem}.cohort-scope .settings-footer{color:#495057;font-variant-numeric:tabular-nums;text-align:center;background:#fff;border-radius:12px;padding:14px 24px;font-size:.95rem;position:sticky;bottom:0;box-shadow:0 1px 3px #00000014}.cohort-scope .settings-footer strong{color:#0a9396;font-weight:600}.cohort-scope .settings-footer-loading{color:#adb5bd}.cohort-scope main{flex:1;width:100%;max-width:none;margin:0;padding:0}.cohort-scope footer{text-align:center;color:#adb5bd;padding:16px;font-size:.75rem}.cohort-scope .condition-legend{color:#495057;background:#fff;border-top:1px solid #dee2e6;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 24px;padding:14px 24px;font-size:.78rem;display:flex}.cohort-scope .condition-legend-title{color:#6c757d;text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:600}.cohort-scope .condition-legend-items{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 20px;list-style:none;display:flex}.cohort-scope .condition-legend-item{align-items:center;gap:6px;display:inline-flex}.cohort-scope .condition-legend-code{font-weight:600}.cohort-scope .condition-legend-decode{color:#6c757d}.cohort-scope .condition-legend-item-muted .condition-legend-decode{font-style:italic}.cohort-scope .database-main{width:100%;max-width:1400px;margin:0 auto;padding:24px}.cohort-scope .database-content{flex-direction:column;gap:24px;display:flex}.cohort-scope .db-hero{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.cohort-scope .db-kpi-card{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:16px 18px}.cohort-scope .db-kpi-label{color:#6c757d;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem}.cohort-scope .db-kpi-value{color:#212529;font-variant-numeric:tabular-nums;margin-top:4px;font-size:1.85rem;font-weight:600}.cohort-scope .db-kpi-delta{color:#0a9396;font-variant-numeric:tabular-nums;margin-top:2px;font-size:.78rem}.cohort-scope .db-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (width<=900px){.cohort-scope .db-grid{grid-template-columns:1fr}}.cohort-scope .db-section{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:16px 18px}.cohort-scope .db-section h2{color:#212529;margin-bottom:6px;font-size:1rem;font-weight:600}.cohort-scope .db-section-hint{color:#6c757d;margin-bottom:12px;font-size:.85rem}.cohort-scope .db-section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;display:flex}.cohort-scope .db-section-header h2{margin-bottom:0}.cohort-scope .db-table{border-collapse:collapse;width:100%;font-size:.88rem}.cohort-scope .db-table th,.cohort-scope .db-table td{text-align:left;font-variant-numeric:tabular-nums;border-bottom:1px solid #f1f3f5;padding:6px 10px}.cohort-scope .db-table th{color:#495057;background:#f8f9fa;font-size:.82rem;font-weight:600}.cohort-scope .db-table td:not(:first-child),.cohort-scope .db-table th:not(:first-child){text-align:right}.cohort-scope .db-crosstab-wrap{overflow-x:auto}.cohort-scope .db-crosstab th:first-child,.cohort-scope .db-crosstab td:first-child{text-align:left;color:#495057;font-weight:600}.cohort-scope .db-crosstab-paren{color:#6c757d;font-size:.82rem}.cohort-scope .db-crosstab-empty{color:#ced4da}.cohort-scope .db-crosstab-cell{transition:background-color .15s ease-out}.cohort-scope .db-crosstab-total-col{background:#f8f9fa;font-weight:600}.cohort-scope .db-crosstab-total-row th,.cohort-scope .db-crosstab-total-row td{background:#f1f3f5;border-top:2px solid #dee2e6;font-weight:600}.cohort-scope .db-crosstab-grand-total{background:#e9ecef}.cohort-scope .db-crosstab-legend{color:#6c757d;justify-content:flex-end;align-items:center;gap:8px;margin-top:10px;font-size:.75rem;display:flex}.cohort-scope .db-crosstab-legend-text{margin-right:4px}.cohort-scope .db-crosstab-legend-label{font-variant-numeric:tabular-nums}.cohort-scope .db-crosstab-legend-bar{background:linear-gradient(90deg,#0a939600,#0a9396d9);border:1px solid #dee2e6;border-radius:3px;width:140px;height:12px}.cohort-scope .db-chart-with-axis{gap:6px;display:flex}.cohort-scope .db-chart-area{flex:1;min-width:0}.cohort-scope .db-y-axis{flex-shrink:0;width:32px;position:relative}.cohort-scope .db-y-axis-inner{position:absolute;inset:8px 0}.cohort-scope .db-y-tick{color:#6c757d;font-variant-numeric:tabular-nums;font-size:.72rem;position:absolute;right:0;transform:translateY(50%)}.cohort-scope .db-age-hist{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;align-items:flex-end;gap:2px;height:160px;padding:8px;display:flex}.cohort-scope .db-age-hist-cell{flex:1;align-items:flex-end;min-width:0;height:100%;display:flex;position:relative}.cohort-scope .db-age-hist-bar{background:#0a9396;border-radius:2px 2px 0 0;width:100%;min-height:0}.cohort-scope .db-age-hist-axis{color:#6c757d;font-variant-numeric:tabular-nums;justify-content:space-between;padding:4px 8px 0;font-size:.72rem;display:flex}.cohort-scope .db-rec-hist-axis{color:#6c757d;font-variant-numeric:tabular-nums;gap:2px;padding:4px 8px 0;font-size:.72rem;display:flex}.cohort-scope .db-rec-hist-axis span{text-align:center;flex:1;min-width:0}.cohort-scope .db-rec-threshold{border-top:1px solid #f1f3f5;margin-top:14px;padding-top:12px}.cohort-scope .db-rec-threshold-label{color:#495057;margin-bottom:6px;font-size:.85rem;display:block}.cohort-scope .db-rec-threshold-label strong{font-variant-numeric:tabular-nums}.cohort-scope .db-rec-threshold-slider{accent-color:#0a9396;cursor:pointer;width:100%}.cohort-scope .db-rec-threshold-readout{color:#212529;align-items:baseline;gap:8px;margin-top:8px;font-size:.95rem;display:flex}.cohort-scope .db-rec-threshold-readout strong{color:#0a9396;font-variant-numeric:tabular-nums;font-size:1.15rem}.cohort-scope .db-rec-threshold-sep{color:#ced4da}.cohort-scope .db-toggle-row{flex-wrap:wrap;gap:12px;display:flex}.cohort-scope .db-toggle-block{flex-direction:column;gap:4px;display:flex}.cohort-scope .db-toggle-block-label{color:#6c757d;text-transform:uppercase;letter-spacing:.04em;font-size:.72rem}.cohort-scope .db-toggle-group{background:#f1f3f5;border:1px solid #dee2e6;border-radius:999px;gap:2px;padding:2px;display:inline-flex}.cohort-scope .db-toggle{color:#495057;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:4px 12px;font-size:.82rem;transition:background .12s,color .12s}.cohort-scope .db-toggle:hover{background:#e9ecef}.cohort-scope .db-toggle-on{color:#fff;background:#0a9396}.cohort-scope .db-toggle-on:hover{background:#0a9396}.cohort-scope .db-device-pair{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=600px){.cohort-scope .db-device-pair{grid-template-columns:1fr}}.cohort-scope .db-device-col{flex-direction:column;gap:6px;display:flex}.cohort-scope .db-device-subtitle{color:#6c757d;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:.78rem}.cohort-scope .db-device-row{grid-template-columns:70px 1fr 60px;align-items:center;gap:8px;font-size:.85rem;display:grid}.cohort-scope .db-device-label{color:#495057}.cohort-scope .db-device-track{background:#f1f3f5;border-radius:3px;height:14px;overflow:hidden}.cohort-scope .db-device-fill{background:#0a9396;border-radius:3px;height:100%;transition:width .15s ease-out}.cohort-scope .db-device-value{text-align:right;font-variant-numeric:tabular-nums;color:#212529}.cohort-scope .db-device-dist{background:0 0;position:relative;overflow:visible}.cohort-scope .db-device-strip-axis{background:#e9ecef;height:1px;position:absolute;top:50%;left:0;right:0}.cohort-scope .db-device-strip-dot{opacity:.85;background:#0a9396;border-radius:50%;width:5px;height:5px;position:absolute;transform:translate(-50%,-50%)}.cohort-scope .db-device-box-whisker{background:#495057;height:1.5px;position:absolute;top:50%;transform:translateY(-50%)}.cohort-scope .db-device-box-cap{background:#495057;width:1.5px;height:9px;position:absolute;top:50%;transform:translate(-50%,-50%)}.cohort-scope .db-device-box-rect{box-sizing:border-box;background:#0a939659;border:1px solid #0a9396;border-radius:2px;height:12px;position:absolute;top:50%;transform:translateY(-50%)}.cohort-scope .db-device-box-median{background:#0a9396;width:2px;height:12px;position:absolute;top:50%;transform:translate(-50%,-50%)}.cohort-scope .db-device-axis-row{align-items:start}.cohort-scope .db-device-dist-axis{border-top:1px solid #e9ecef;height:18px;position:relative}.cohort-scope .db-device-axis-tick{background:#ced4da;width:1px;height:4px;position:absolute;top:0;transform:translate(-50%)}.cohort-scope .db-device-axis-label{color:#6c757d;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.68rem;position:absolute;top:5px}.cohort-scope .db-completeness{flex-direction:column;gap:8px;display:flex}.cohort-scope .db-completeness-track{background:#f1f3f5;border-radius:4px;height:18px;overflow:hidden}.cohort-scope .db-completeness-fill{background:#0a9396;border-radius:4px;height:100%;transition:width .2s ease-out}.cohort-scope .db-completeness-labels{color:#212529;flex-wrap:wrap;justify-content:space-between;gap:8px;font-size:.85rem;display:flex}.cohort-scope .db-completeness-secondary{color:#6c757d}.cohort-scope .db-timeseries-chart{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;align-items:flex-end;gap:2px;height:180px;margin-top:8px;padding:8px;display:flex}.cohort-scope .db-timeseries-bar-cell{flex:1;align-items:flex-end;min-width:0;height:100%;display:flex;position:relative}.cohort-scope .db-timeseries-bar{background:#0a9396;border-radius:2px 2px 0 0;width:100%;min-height:0;transition:height .15s ease-out}.cohort-scope .db-timeseries-axis{color:#6c757d;font-variant-numeric:tabular-nums;justify-content:space-between;padding:4px 8px 0;font-size:.75rem;display:flex}.cohort-scope .db-timeseries-xaxis{height:22px;margin-top:4px;padding:0 8px;position:relative}.cohort-scope .db-timeseries-xtick{color:#6c757d;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.72rem;position:absolute;top:4px;transform:translate(-50%)}.cohort-scope .db-bucket-tooltip{color:#212529;pointer-events:none;z-index:60;white-space:normal;text-align:left;background:#fff;border:1px solid #ced4da;border-radius:6px;min-width:180px;max-width:240px;padding:8px 10px;font-size:.75rem;line-height:1.35;display:none;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);box-shadow:0 4px 14px #00000026}.cohort-scope .db-age-hist-cell:hover .db-bucket-tooltip,.cohort-scope .db-timeseries-bar-cell:hover .db-bucket-tooltip{display:block}.cohort-scope .db-bucket-tooltip-title{color:#0a9396;font-variant-numeric:tabular-nums;margin-bottom:2px;font-weight:600}.cohort-scope .db-bucket-tooltip-sub{color:#495057;font-variant-numeric:tabular-nums}.cohort-scope .db-bucket-tooltip-block{margin-top:6px}.cohort-scope .db-bucket-tooltip-section{text-transform:uppercase;letter-spacing:.04em;color:#6c757d;margin-bottom:2px;font-size:.68rem}.cohort-scope .db-bucket-tooltip-table{border-collapse:collapse;width:100%}.cohort-scope .db-bucket-tooltip-table td{vertical-align:top;padding:1px 0;font-size:.72rem}.cohort-scope .db-bucket-tooltip-table td:last-child{text-align:right;font-variant-numeric:tabular-nums;color:#0a9396;padding-left:12px;font-weight:500}.cohort-scope .brush-chart{flex-direction:column;gap:8px;padding:8px 0;display:flex;position:relative}.cohort-scope .brush-chart-compact .brush-chart-svg-wrap svg,.cohort-scope .brush-chart-wide .brush-chart-svg-wrap svg{width:100%;height:auto;display:block}.cohort-scope .brush-chart-wide .brush-chart-svg-wrap{width:100%}.cohort-scope .brush-chart-brush .selection{fill:#0a9396;fill-opacity:.12;stroke:#0a9396;stroke-width:1.5px;shape-rendering:crispedges}.cohort-scope .brush-chart-brush .handle--n,.cohort-scope .brush-chart-brush .handle--s,.cohort-scope .brush-chart-brush .handle--e,.cohort-scope .brush-chart-brush .handle--w{fill:#0000}.cohort-scope .brush-chart-brush .handle--nw,.cohort-scope .brush-chart-brush .handle--ne,.cohort-scope .brush-chart-brush .handle--sw,.cohort-scope .brush-chart-brush .handle--se{fill:#fff;stroke:#0a9396;stroke-width:1.5px;shape-rendering:crispedges}.cohort-scope .brush-chart-brush .overlay{cursor:crosshair}.cohort-scope .brush-chart-x-label,.cohort-scope .brush-chart-y-label{fill:#6c757d;font-size:.7rem}.cohort-scope .brush-chart-controls{flex-wrap:wrap;gap:8px;display:flex}.cohort-scope .brush-chart-control{flex-direction:column;gap:2px;font-size:.8rem;display:flex}.cohort-scope .brush-chart-control select{background:#fff;border:1px solid #ced4da;border-radius:4px;padding:3px 6px}.cohort-scope .brush-chart-svg-wrap{width:100%;overflow-x:auto}.cohort-scope .brush-chart-dot{fill:#adb5bd}.cohort-scope .brush-chart-dot-in{fill:#0a9396}.cohort-scope .brush-chart-dot-out{fill:#adb5bd;opacity:.4}.cohort-scope .brush-chart-divider{stroke:#6c757d;stroke-width:1px;stroke-dasharray:2 2;opacity:.7}.cohort-scope .brush-chart-bucket-controls{flex-wrap:wrap;align-items:center;gap:8px;font-size:.8rem;display:flex}.cohort-scope .brush-chart-bucket-controls input[type=range]{flex:1;min-width:80px}.cohort-scope .brush-chart-readout{color:#0a9396;font-weight:600}.cohort-scope .brush-chart-mode{gap:4px;display:flex}.cohort-scope .brush-chart-mode-opt{cursor:pointer;border:1px solid #ced4da;border-radius:4px;padding:2px 6px;font-size:.75rem}.cohort-scope .brush-chart-mode-on{color:#fff;background:#0a9396;border-color:#0a9396}.cohort-scope .brush-chart-mode-opt input{opacity:0;pointer-events:none;position:absolute}.cohort-scope .brush-chart-mode-opt:focus-within{outline-offset:1px;outline:2px solid #0a9396}.cohort-scope .brush-chart-footer{color:#495057;flex-wrap:wrap;justify-content:space-between;gap:8px;font-size:.75rem;display:flex}.cohort-scope .brush-chart-excluded{color:#868e96}.cohort-scope .brush-chart-error{color:#c92a2a}.cohort-scope .brush-chart-toast{color:#fff;z-index:10;background:#212529;border-radius:4px;padding:6px 10px;font-size:.8rem;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.cohort-scope .filters-brush-wrap{margin-top:10px}.cohort-scope .ds-main{--ds-ink:#1c2733;--ds-muted:#6b7886;--ds-line:#d6dde4;--ds-keep:#0d9488;--ds-drop:#c2410c;--ds-pre:#37485b;--ds-gold:#b8860b;--ds-comm:#7c3aed;--ds-thinbg:#eef1f4;--ds-thin:#9aa3ad;max-width:none;color:var(--ds-ink);padding:12px 32px 64px}.cohort-scope .ds-intro{color:var(--ds-muted);max-width:940px;margin:6px 0 14px;font-size:13px}.cohort-scope .ds-content.ds-loading{opacity:.72;transition:opacity .1s}.cohort-scope .ds-controls{border:1px solid var(--ds-line);background:#fff;border-radius:10px;flex-wrap:wrap;align-items:flex-end;gap:26px;margin:0 0 18px;padding:14px 16px;display:flex}.cohort-scope .ds-fg{flex-direction:column;gap:4px;display:flex}.cohort-scope .ds-cap{color:var(--ds-muted);font-size:11px;font-weight:600}.cohort-scope .ds-sl{color:var(--ds-muted);align-items:center;gap:8px;font-size:12.5px;display:flex}.cohort-scope .ds-sl input[type=range]{width:140px}.cohort-scope .ds-nval{color:var(--ds-ink);text-align:right;min-width:40px;font-family:ui-monospace,Menlo,monospace;font-weight:700}.cohort-scope .ds-main select{font:inherit;border:1px solid var(--ds-line);color:var(--ds-ink);background:#fff;border-radius:7px;min-width:150px;padding:6px 8px;font-size:13px}.cohort-scope .ds-hint{color:var(--ds-muted);flex-basis:100%;margin-top:2px;font-size:11px}.cohort-scope .ds-panel{border:1px solid var(--ds-line);background:#fff;border-radius:12px;margin-bottom:18px;padding:18px 20px}.cohort-scope .ds-panel h2{margin:0 0 2px;font-size:14px}.cohort-scope .ds-desc{color:var(--ds-muted);max-width:880px;margin:0 0 14px;font-size:12.5px}.cohort-scope .ds-add-ink{color:#065f46;font-weight:700}.cohort-scope .ds-omit-ink{color:#9a3a12;font-weight:700}.cohort-scope .ds-eq-ink{color:var(--ds-keep)}.cohort-scope .ds-comm-ink{color:var(--ds-comm);font-weight:700}.cohort-scope .ds-keep-ink{color:var(--ds-keep);font-weight:700}.cohort-scope .ds-nl-ink{color:var(--ds-drop);font-weight:700}.cohort-scope .ds-drop-ink{color:var(--ds-drop)}.cohort-scope .ds-muted{color:var(--ds-muted)}.cohort-scope .ds-thin-ink{color:var(--ds-thin)}.cohort-scope .ds-poolsum{color:var(--ds-muted);border:1px solid var(--ds-line);background:#eef2f6;border-radius:8px;margin:0 0 12px;padding:9px 12px;font-size:12px}.cohort-scope .ds-poolsum strong{color:var(--ds-ink)}.cohort-scope .ds-foot{font-style:italic}.cohort-scope .ds-consensus{border:1px solid var(--ds-line);background:#f4f7fa;border-radius:10px;margin-bottom:14px;padding:12px 14px}.cohort-scope .ds-consensus .ds-lt{color:var(--ds-ink);margin-bottom:9px;font-size:11.5px;font-weight:700}.cohort-scope .ds-grp{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:7px;display:flex}.cohort-scope .ds-glab{color:var(--ds-muted);min-width:150px;font-size:11px}.cohort-scope .ds-cchip{border:1px solid var(--ds-line);background:#fff;border-radius:13px;align-items:center;gap:6px;padding:3px 9px;font-size:11px;display:inline-flex}.cohort-scope .ds-cchip .ds-ab{font-family:ui-monospace,Menlo,monospace;font-weight:700}.cohort-scope .ds-cchip .ds-fr{color:var(--ds-muted);font-size:9.5px}.cohort-scope .ds-cchip.ds-core{color:#fff;border:0;font-weight:600}.cohort-scope .ds-cchip.ds-core .ds-fr{color:#ffffffd1}.cohort-scope .ds-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.cohort-scope .ds-sw{vertical-align:-2px;border-radius:3px;width:13px;height:13px;margin-right:5px;display:inline-block}.cohort-scope .ds-tabbar{border-bottom:1px solid var(--ds-line);gap:4px;margin:0 0 18px;display:flex}.cohort-scope .ds-tab{font:inherit;color:var(--ds-muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;margin-bottom:-1px;padding:9px 14px;font-size:13px;font-weight:600}.cohort-scope .ds-tab:hover{color:var(--ds-ink)}.cohort-scope .ds-tab-active{color:var(--ds-ink);border-bottom-color:var(--ds-ink)}.cohort-scope .ds-selrow{flex-wrap:wrap;align-items:center;gap:10px;margin:4px 0 14px;display:flex}.cohort-scope .ds-selrow .ds-seg button:disabled{opacity:.4;cursor:not-allowed}.cohort-scope .ds-cond-name{font-size:12px}.cohort-scope .ds-icc-legend{color:var(--ds-ink);flex-wrap:wrap;gap:18px;margin:2px 0 8px;font-size:11.5px;display:flex}.cohort-scope .ds-icc-leg-it{align-items:center;display:inline-flex}.cohort-scope .ds-cond-panel{margin:6px 0 20px}.cohort-scope .ds-cond-h{align-items:center;gap:6px;margin:0 0 6px;font-size:13px;font-weight:700;display:flex}.cohort-scope .ds-cond-h .ds-muted{font-weight:400}.cohort-scope .ds-foot{margin:0 0 10px;font-style:italic}.cohort-scope .ds-hm-tip{z-index:50;pointer-events:none;color:#fff;white-space:nowrap;background:#1c2733;border-radius:6px;padding:4px 8px;font-size:11.5px;position:fixed;box-shadow:0 2px 8px #00000040}.cohort-scope .ds-seg{border:1px solid var(--ds-line);border-radius:8px;display:inline-flex;overflow:hidden}.cohort-scope .ds-seg button{color:var(--ds-muted);cursor:pointer;background:#fff;border:0;padding:5px 11px;font-size:12px}.cohort-scope .ds-seg button.on{background:var(--ds-ink);color:#fff}.cohort-scope .ds-toolbar{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:8px;display:flex}.cohort-scope .ds-lbl{color:var(--ds-muted);font-size:12px}.cohort-scope .ds-svg{width:100%;height:auto;display:block}.cohort-scope .ds-hmleg{width:240px;max-width:100%;height:auto;margin-top:6px;display:block}.cohort-scope .ds-small{color:var(--ds-muted);font-size:11px}.cohort-scope .ds-metricnote,.cohort-scope .ds-pairnote{margin-bottom:6px}.cohort-scope .ds-row2,.cohort-scope .ds-ab{grid-template-columns:1fr 1fr;align-items:start;gap:18px;display:grid}.cohort-scope .ds-ab>.ds-panel{margin-bottom:18px}.cohort-scope .ds-skew-svg{width:100%;height:auto}.cohort-scope .ds-banner.ds-skew-banner{color:#7c5a13;background:#fbf3e0;border:1px solid #ecd59a}.cohort-scope .ds-banner{border-radius:8px;margin-bottom:12px;padding:9px 12px;font-size:12px}.cohort-scope .ds-banner.ds-cv{color:#7c5a13;background:#fbf3e0;border:1px solid #ecd59a}.cohort-scope .ds-banner.ds-icc{color:#0a5d52;background:#e7f7f4;border:1px solid #a7e0d6}@media (width<=840px){.cohort-scope .ds-row2{grid-template-columns:1fr}}@media (width<=1000px){.cohort-scope .ds-ab{grid-template-columns:1fr}}.cohort-scope .radar-shell{flex-direction:column;gap:12px;display:flex}.cohort-scope .radar-toolbar{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.cohort-scope .radar-foam-toggle{align-items:center;gap:6px;display:flex}.cohort-scope .radar-detail-pill{align-self:center;padding:2px 9px;font-size:10.5px}.cohort-scope .radar-toolbar .chart-key{flex:240px}.cohort-scope .radar-toolbar>.radar-fs-btn{margin-left:auto}.cohort-scope .spread-legend{color:#64748b;flex:0 280px;align-items:center;gap:10px;font-size:11px;display:flex}.cohort-scope .spread-legend-title{color:#475569;white-space:nowrap;font-weight:600}.cohort-scope .spread-legend-key{flex-direction:column;gap:2px;display:flex}.cohort-scope .spread-legend-ramp{background:linear-gradient(90deg,#47556924,#475569b8);border:1px solid #cbd5e1;border-radius:3px;width:92px;height:12px}.cohort-scope .spread-legend-ends{color:#94a3b8;justify-content:space-between;width:92px;font-size:9px;display:flex}.cohort-scope .spread-legend-note{flex:130px;line-height:1.35}.cohort-scope .radar-pill{font:inherit;text-transform:capitalize;color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;padding:4px 11px;font-size:11.5px;font-weight:600}.cohort-scope .radar-pill:hover:not(:disabled){border-color:#94a3b8}.cohort-scope .radar-pill.on{color:#fff;background:#1e293b;border-color:#1e293b}.cohort-scope .radar-pill:disabled{opacity:.4;cursor:not-allowed}.cohort-scope .radar-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px;display:grid}.cohort-scope .radar-shell--mctsib .radar-grid{grid-template-columns:repeat(auto-fit,minmax(440px,1fr));gap:26px}.cohort-scope .chart-section-expanded .radar-shell--mctsib .radar-grid{grid-template-columns:repeat(auto-fit,minmax(700px,1fr));gap:30px}.cohort-scope .radar-strip{align-items:stretch;gap:26px;padding:4px 2px 14px;display:flex;overflow-x:auto}.cohort-scope .radar-strip .radar-card{flex-direction:column;flex:none;width:460px;display:flex}.cohort-scope .radar-strip .radar-card>.radar-canvas{margin-top:auto}.cohort-scope .chart-section-expanded .radar-strip .radar-card{width:600px}.cohort-scope .radar-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;align-items:center;padding:12px 12px 8px;display:flex}.cohort-scope .radar-card-head{justify-content:space-between;align-items:baseline;gap:8px;width:100%;display:flex}.cohort-scope .radar-card-head h3{color:#1e293b;margin:0;font-size:14px}.cohort-scope .radar-card-actions{flex-shrink:0;align-self:center;align-items:center;gap:6px;display:flex}.cohort-scope .radar-fs-btn{color:#475569;cursor:pointer;background:0 0;border:1px solid #cbd5e1;border-radius:6px;justify-content:center;align-items:center;width:26px;height:24px;padding:0;font-size:14px;line-height:1;display:inline-flex}.cohort-scope .radar-fs-btn:hover{color:#1e293b;background:#f1f5f9;border-color:#94a3b8}.cohort-scope .radar-overlay{z-index:1000;background:#0f172a8c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.cohort-scope .radar-modal{background:#fff;border-radius:14px;flex-direction:column;align-items:center;max-width:96vw;max-height:96vh;padding:16px 20px 20px;display:flex;overflow:auto;box-shadow:0 18px 60px #0000004d}.cohort-scope .radar-modal-head{justify-content:space-between;align-items:center;gap:16px;width:100%;margin-bottom:8px;display:flex}.cohort-scope .radar-modal-head h3{color:#1e293b;margin:0;font-size:16px}.cohort-scope .radar-modal-close{cursor:pointer;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:30px;height:30px;font-size:18px;line-height:1}.cohort-scope .radar-modal-close:hover{color:#1e293b;background:#f1f5f9}.cohort-scope .radar-canvas--modal{width:auto}.cohort-scope .radar-locked{color:#94a3b8;font-family:ui-monospace,Menlo,monospace;font-size:10.5px}.cohort-scope .radar-isolate{flex-wrap:wrap;justify-content:center;gap:5px;margin:8px 0 4px;display:flex}.cohort-scope .radar-isolate .radar-pill{padding:3px 9px;font-size:11px}.cohort-scope .radar-canvas{justify-content:center;width:100%;display:flex}.cohort-scope .dual-radar-root{width:100%}.cohort-scope .dual-radar-footer{flex-direction:column;align-items:center;gap:6px;width:100%;margin-top:8px;display:flex}.cohort-scope .dual-radar-caption{color:#94a3b8;text-align:center;font-family:ui-monospace,Menlo,monospace;font-size:11px}.cohort-scope .dual-radar-metrics{flex-wrap:wrap;justify-content:center;gap:28px;display:flex}.cohort-scope .dual-radar-metric{flex-direction:column;align-items:center;line-height:1.15;display:flex}.cohort-scope .dual-radar-metric-value{color:#1e293b;font-size:20px;font-weight:700}.cohort-scope .dual-radar-metric-label{letter-spacing:.04em;text-transform:uppercase;color:#64748b;font-size:11px;font-weight:600}.cohort-scope .radar-prov{color:#94a3b8;margin:4px 0 0;font-family:ui-monospace,Menlo,monospace;font-size:10.5px}.cohort-scope .radar-card .no-data{text-align:center;padding:24px 8px;font-size:12.5px}
