:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#faf9f7;--surface:#fff;--border:#e2e0dc;--text:#1c1b1a;--text-muted:#6b6864;--accent:#1b5e20;--accent-soft:#e2f0e4;--accent-strong:#1b5e20;--on-accent:#fff;--error:#b3372c;--compare:#2563eb;--space-1:.25rem;--space-2:.5rem;--space-3:1rem;--space-4:1.5rem;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-pill:999px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#171614;--surface:#211f1d;--border:#38352f;--text:#ece9e4;--text-muted:#a29d95;--accent:#8fd4a8;--accent-soft:#1f3226;--accent-strong:#2f6b4f;--on-accent:#fff;--error:#ff8a75;--compare:#7da7ff}}*{box-sizing:border-box}html{scrollbar-gutter:stable}body{background:var(--bg);color:var(--text);margin:0}h1{margin:0;font-size:1.25rem}h2{margin:0 0 .25rem;font-size:1.35rem}h3{margin:0 0 .5rem}p{margin:0;line-height:1.5}button,input,select{font-family:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.brand{align-items:center;gap:.5rem;display:inline-flex}.brand-mark{color:var(--accent);flex-shrink:0}.landing{gap:var(--space-4);flex-direction:column;max-width:56rem;margin:4vh auto 0;padding:0 1.5rem;display:flex}.landing h1{font-size:2rem}.landing-top{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.language-picker{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);max-width:12rem;color:var(--text-muted);font:inherit;cursor:pointer;flex:none;padding:.3rem .5rem;font-size:.85rem}.language-picker:hover{color:var(--text)}.landing-actions{align-items:center;gap:var(--space-2);display:flex}.signin-button{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit;cursor:pointer;padding:.3rem .6rem;font-size:.85rem}.signin-button:hover{border-color:var(--text-muted)}.mode-tabs{gap:var(--space-1);padding:var(--space-1);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-wrap:wrap;align-self:flex-start;max-width:100%;display:flex}.mode-tabs button{border-radius:var(--radius-pill);color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:.5rem 1.1rem;font-size:.85rem;font-weight:500;transition:background .12s,color .12s}@media (width<=480px){.mode-tabs button{padding:.45rem .85rem}}.mode-tabs button:hover{color:var(--text)}.mode-tabs button.active{background:var(--accent-strong);color:var(--on-accent)}.landing-subtitle{color:var(--text-muted);max-width:65ch}.google-signin{width:fit-content;min-height:44px}.dropzone{border:2px dashed var(--border);border-radius:var(--radius-md);text-align:center;cursor:pointer;background:var(--surface);padding:3rem 1.5rem;transition:border-color .12s,background .12s}.dropzone.dragging,.dropzone:hover{border-color:var(--accent);background:var(--accent-soft)}.dropzone-hint{color:var(--text-muted);margin-top:var(--space-2);font-size:.9rem}.error{color:var(--error)}.text-button{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:.25rem 0;font-size:.9rem;transition:opacity .12s}.text-button:hover{opacity:.75}.text-button:disabled{color:var(--text-muted);cursor:default;opacity:1}.button-danger{color:var(--error);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:.25rem 0;font-size:.9rem;transition:opacity .12s}.button-danger:hover{opacity:.75}.button-primary,.play-button{background:var(--accent-strong);color:var(--on-accent);border-radius:var(--radius-pill);cursor:pointer;border:none;justify-content:center;align-self:flex-start;align-items:center;gap:.4rem;padding:.6rem 1.4rem;font-size:.9rem;font-weight:500;transition:filter .12s,transform .12s;display:inline-flex}.button-primary:hover,.play-button:hover{filter:brightness(1.1)}.button-primary:active,.play-button:active{transform:scale(.98)}.button-primary:disabled,.play-button:disabled{opacity:.5;cursor:default;filter:none;transform:none}.button-row{flex-wrap:wrap;align-self:flex-start;align-items:center;gap:.5rem;display:flex}.viewer{flex-direction:column;height:100vh;display:flex}.viewer-header{align-items:center;gap:var(--space-3);border-bottom:1px solid var(--border);background:var(--surface);padding:.75rem 1.25rem;display:flex}.bundle-name{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.9rem;overflow:hidden}.viewer-tabs{border-bottom:1px solid var(--border);background:var(--surface);padding:0 1.25rem;display:flex}.viewer-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.4rem;margin-bottom:-1px;padding:.75rem 1.1rem;font-size:.85rem;font-weight:500;transition:color .12s,border-color .12s;display:flex}.viewer-tab:hover{color:var(--text)}.viewer-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.viewer-body{flex:1;min-height:0;display:flex}.sidebar{border-inline-end:1px solid var(--border);background:var(--surface);width:20rem;min-width:14rem;overflow-y:auto}.detail-pane{padding:var(--space-4);flex:1;overflow-y:auto}.measurement-list{padding:var(--space-2);gap:var(--space-1);flex-direction:column;margin:0;list-style:none;display:flex}.measurement-item{border-radius:var(--radius-sm);width:100%;color:inherit;text-align:start;cursor:pointer;font:inherit;background:0 0;border:1px solid #0000;flex-direction:column;gap:.15rem;padding:.65rem .8rem;transition:background .12s,border-color .12s;display:flex}.measurement-item:hover{background:var(--bg)}.measurement-item.selected{background:var(--accent-soft);border-color:var(--accent)}.measurement-item-top{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.measurement-object{font-weight:500}.measurement-scenario{font-size:.85rem}.measurement-date{color:var(--text-muted);font-size:.8rem}.badge{letter-spacing:.02em;border-radius:var(--radius-pill);background:var(--accent-soft);color:var(--accent);white-space:nowrap;align-items:center;gap:.3rem;padding:.2rem .55rem .2rem .4rem;font-size:.7rem;font-weight:500;display:inline-flex}.badge svg{flex-shrink:0}.catalog-body{flex:1;overflow-y:auto}.catalog-page{max-width:46rem;padding:var(--space-4) var(--space-3);gap:var(--space-4);flex-direction:column;margin:0 auto;display:flex}.catalog-page-wide{max-width:76rem;padding:var(--space-4) var(--space-3);gap:var(--space-4);flex-direction:column;margin:0 auto;display:flex}.content-header{justify-content:space-between;align-items:flex-end;gap:var(--space-3);flex-wrap:wrap;display:flex}.content-title-group{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.content-title{margin:0;font-size:1.35rem;font-weight:600}.content-subtitle{color:var(--text-muted);font-size:.9rem}.back-link{color:var(--accent);cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:.15rem;padding:0;font-size:.85rem;transition:opacity .12s;display:inline-flex}.back-link:hover{opacity:.75}.sync-actions{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.card-divider{border:none;border-top:1px solid var(--border);margin:0}.catalog-status{border-radius:var(--radius-sm);background:var(--accent-soft);color:var(--accent);padding:.6rem .9rem;font-size:.9rem}.profile-menu{border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;display:flex;overflow:hidden}.profile-menu-item{align-items:center;gap:var(--space-3);padding:var(--space-3);background:var(--surface);border:none;border-bottom:1px solid var(--border);color:var(--text);text-align:start;cursor:pointer;font-size:.95rem;transition:background-color .12s;display:flex}.profile-menu-item:last-child{border-bottom:none}.profile-menu-item:hover{background:var(--accent-soft)}.profile-menu-item:disabled{cursor:default;color:var(--text-muted)}.profile-menu-item:disabled:hover{background:var(--surface)}.profile-menu-text{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.profile-menu-note{color:var(--text-muted);font-size:.8rem}.profile-menu-chevron{color:var(--text-muted);margin-inline-start:auto}.filter-control{align-items:center;gap:var(--space-2);align-self:flex-start;display:inline-flex}.filter-label{color:var(--text-muted);font-size:.85rem;font-weight:500}.filter-select-wrap{align-items:center;display:inline-flex;position:relative}.filter-select{appearance:none;font:inherit;border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--surface);color:inherit;cursor:pointer;padding:.4rem 2rem .4rem .85rem;font-size:.85rem;transition:border-color .12s}.filter-select:focus-visible{border-color:var(--accent);outline:none}.filter-chevron{pointer-events:none;color:var(--text-muted);position:absolute;inset-inline-end:.6rem}.objects-toolbar{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.objects-toolbar-end{justify-content:flex-end}.filter-bar{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.data-table-filters td{border-bottom:1px solid var(--border);padding:.35rem .75rem .5rem}.data-table-filters .filter-control,.data-table-filters .filter-select-wrap{min-width:0;max-width:13rem;display:flex}.data-table-filters .filter-select{width:100%;min-width:0;padding-inline-end:1.7rem}.data-table-filters .filter-search{width:100%;min-width:0}.filter-combobox-menu{z-index:20;padding:var(--space-1);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);max-width:min(28rem,90vw);max-height:16rem;margin:0;list-style:none;position:fixed;overflow-y:auto;box-shadow:0 8px 24px #00000040}.filter-combobox-option{border-radius:var(--radius-md);white-space:nowrap;cursor:pointer;padding:.35rem .6rem;font-size:.85rem}.filter-combobox-option:hover,.filter-combobox-option.active{background:var(--accent-soft);color:var(--accent)}.filter-combobox-empty{color:var(--text-muted);padding:.35rem .6rem;font-size:.85rem}.filter-count{color:var(--text-muted);white-space:nowrap;font-size:.85rem}.measurements-toolbar-end{align-items:center;gap:var(--space-3);flex-wrap:wrap;margin-inline-start:auto;display:flex}.filter-date,.filter-search{font:inherit;border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--surface);color:inherit;padding:.4rem .85rem;font-size:.85rem;transition:border-color .12s}.filter-search{min-width:12rem}.filter-date:focus-visible,.filter-search:focus-visible{border-color:var(--accent);outline:none}.selection-bar{align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);border:1px solid var(--accent);border-radius:var(--radius-md);background:var(--accent-soft);flex-wrap:wrap;display:flex}.selection-bar-count{color:var(--accent);font-size:.9rem;font-weight:600}.selection-bar-actions{align-items:center;gap:var(--space-3);margin-inline-start:auto;display:flex}.data-table th.data-table-check,.data-table td.data-table-check{width:1px;padding-inline-end:.35rem}.data-table tbody tr.selected,.data-table tbody tr.selected:hover{background:var(--accent-soft)}.measurement-card-row{align-items:center;gap:var(--space-2);padding-inline-start:var(--space-3);display:flex}.measurement-card-row .measurement-item{flex:1;min-width:0}.data-table tbody tr.compare-spread-row td{border-top:1px solid var(--border);font-weight:500}.view-toggle{gap:var(--space-1);padding:var(--space-1);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-pill);display:inline-flex}.view-toggle button{border-radius:var(--radius-pill);color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:.4rem .9rem;font-size:.8rem;font-weight:500;transition:background .12s,color .12s;display:inline-flex}.view-toggle button:hover{color:var(--text)}.view-toggle button.active{background:var(--accent-strong);color:var(--on-accent)}.column-picker{position:relative}.column-picker-toggle{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--text-muted);cursor:pointer;align-items:center;gap:.35rem;padding:.45rem .9rem;font-size:.8rem;font-weight:500;display:inline-flex}.column-picker-toggle:hover{color:var(--text)}.column-picker-menu{inset-inline-end:0;z-index:5;padding:var(--space-2);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:.4rem;display:flex;position:absolute;top:calc(100% + .35rem);box-shadow:0 8px 24px #00000040}.column-picker-option{white-space:nowrap;cursor:pointer;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.data-table-wrap{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);overflow:auto}.data-table{border-collapse:collapse;width:100%;font-size:.9rem}.data-table th,.data-table td{text-align:start;white-space:nowrap;padding:.65rem 1rem}.data-table th{color:var(--text-muted);border-bottom:1px solid var(--border);-webkit-user-select:none;user-select:none;font-size:.75rem;font-weight:600}.data-table th.sortable{cursor:pointer}.data-table th.sortable:hover{color:var(--text)}.data-table th.active{color:var(--accent)}.th-label{align-items:center;gap:.25rem;display:inline-flex}.sort-indicator{transition:transform .12s}.sort-indicator.sort-asc{transform:rotate(180deg)}.data-table tbody tr{cursor:pointer;transition:background .12s}.data-table tbody tr:not(:last-child) td{border-bottom:1px solid var(--border)}.data-table tbody tr:hover{background:var(--bg)}.data-table tbody tr.data-table-row-static{cursor:default}.data-table tbody tr.data-table-row-static:hover{background:0 0}.data-table-name{font-weight:500}.data-table-muted{color:var(--text-muted)}.data-table-sensors{color:var(--accent);align-items:center;gap:.35rem;display:inline-flex}.device-compare-table tbody tr{cursor:default}.device-compare-cell{cursor:pointer;color:var(--text-muted)}.device-compare-cell:hover{color:var(--text)}.device-compare-cell.best{color:var(--text);font-weight:500}.device-compare-best{color:var(--accent);margin-inline-end:.35rem}.catalog-list-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);overflow:hidden}.catalog-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.catalog-list li+li .catalog-row{border-top:1px solid var(--border)}.measurement-item.catalog-row{justify-content:space-between;align-items:center;gap:var(--space-2);border-color:#0000;border-radius:0;flex-direction:row}.catalog-row-main{flex-direction:column;gap:.15rem;min-width:0;display:flex}.measurement-item.catalog-row-static{cursor:default}.measurement-item.catalog-row-static:hover{background:0 0}.catalog-row-chevron{color:var(--text-muted);flex-shrink:0}.sensor-entry-body{gap:var(--space-2);padding:0 var(--space-3) var(--space-3);flex-direction:column;display:flex}.sensor-entry-body .analysis-charts{margin:0}.tool-capture{gap:var(--space-2);padding:0 var(--space-3) var(--space-3);flex-direction:column;display:flex}.tool-capture progress{width:100%;accent-color:var(--accent)}.catalog-row.disabled{opacity:.6;cursor:not-allowed}.catalog-row.disabled:hover{background:0 0}.tool-row-label{align-items:center;gap:.5rem;display:inline-flex}.tool-caption{color:var(--text-muted);font-size:.8rem}.section-label{color:var(--text-muted);margin-bottom:var(--space-2);font-size:.8rem;font-weight:600;display:block}.catalog-actions{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.button-tonal{background:var(--accent-soft);color:var(--accent);border-radius:var(--radius-pill);cursor:pointer;border:none;align-items:center;gap:.4rem;padding:.55rem 1.1rem;font-size:.9rem;font-weight:500;transition:filter .12s;display:inline-flex}.button-tonal:hover{filter:brightness(.97)}.catalog-form{gap:var(--space-3);flex-direction:column;flex:100%;display:flex}.catalog-form-fields{gap:var(--space-3);flex-direction:column;display:flex}.field{gap:var(--space-1);flex-direction:column;display:flex}.field-label{color:var(--text-muted);font-size:.8rem;font-weight:500}.field-input,.field-select{font:inherit;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:inherit;padding:.5rem .7rem;transition:border-color .12s}.field-select{appearance:none;padding-inline-end:2rem}.field-input:focus-visible,.field-select:focus-visible{border-color:var(--accent);outline:none}.catalog-form-actions{align-items:center;gap:var(--space-3);display:flex}.catalog-empty{color:var(--text-muted);text-align:center;padding:var(--space-4)}.detail{gap:var(--space-3);flex-direction:column;max-width:40rem;display:flex}.part-of{color:var(--text-muted)}.insight{font-size:1.05rem}.caveat{color:var(--text-muted);border-inline-start:2px solid var(--border);padding-inline-start:.75rem;font-size:.9rem}.device{color:var(--text-muted);font-size:.85rem}.ground-truth{color:var(--accent);font-weight:600}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-3);flex-direction:column;gap:.75rem;display:flex}.card-title{font-size:.95rem;font-weight:500}.card-title-row{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.export-actions{flex-wrap:wrap;align-items:center;gap:.5rem;margin-inline-start:auto;display:inline-flex}.export-pair{align-items:center;gap:.15rem;display:inline-flex}.export-chip{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-muted);letter-spacing:.02em;cursor:pointer;min-width:3.6rem;padding:.15rem .45rem;font-size:.7rem;font-weight:600;transition:color .12s,border-color .12s,background .12s}.export-chip:hover{color:var(--text);border-color:var(--accent)}.export-chip.copied{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.export-chip.failed{border-color:var(--error);color:var(--error)}.export-chip-icon{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.15rem;transition:color .12s;display:inline-flex}.export-chip-icon:hover{color:var(--accent)}.export-status{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.device-sensor-nav{flex-wrap:wrap;gap:.5rem;display:flex}.device-sensor-nav-item{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-muted);cursor:pointer;padding:.3rem .7rem;font-size:.8rem}.device-sensor-nav-item:hover{color:var(--text);border-color:var(--accent)}.device-sensor-card-header{width:100%;color:inherit;text-align:start;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;padding:0;display:flex}.device-sensor-card-summary{min-width:0;color:var(--text-muted);flex:1;font-size:.85rem}.device-sensor-chevron{color:var(--text-muted);flex-shrink:0;transition:transform .12s}.device-sensor-chevron.open{transform:rotate(180deg)}.compare-summary p{margin:0}.compare-legend{margin:var(--space-1) 0;color:var(--text-muted);flex-wrap:wrap;gap:.6rem;padding:0;font-size:.75rem;list-style:none;display:flex}.compare-legend li{align-items:center;gap:.25rem;display:flex}.compare-legend-swatch{border-top:2px solid var(--accent);width:.85rem;height:0;display:inline-block}.compare-legend-swatch.device{border-top-color:var(--compare);border-top-style:dashed}.compare-legend-swatch.average{border-top-color:var(--text);border-top-style:dashed}.compare-verdict{font-weight:500}.interpretation-card{cursor:pointer;-webkit-user-select:none;user-select:none}.interpretation-header{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.interpretation-lines{gap:var(--space-2);flex-direction:column;margin:0;padding-inline-start:1.25rem;display:flex}.ask-ai-header{cursor:pointer;-webkit-user-select:none;user-select:none}.ai-context-text{box-sizing:border-box;background:var(--bg);width:100%;color:var(--text);border:1px solid var(--border);border-radius:var(--radius-sm);padding:var(--space-2);resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem;line-height:1.4}.ai-context-note{color:var(--text-muted);margin:0;font-size:.8rem}.color-swatch{border-radius:var(--radius-sm);border:1px solid var(--border);height:80px}.dominant-bar{border-radius:var(--radius-sm);border:1px solid var(--border);height:24px;display:flex;overflow:hidden}.raw-photo{border-radius:var(--radius-sm);max-width:100%}.raw-photo-frame{max-width:100%;line-height:0;display:inline-block;position:relative}.capture-region-outline{box-sizing:border-box;pointer-events:none;border:1px solid #fffffff2;border-radius:2px;outline:1px solid #0009;position:absolute}audio{width:100%}.calibration-tools-grid{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(19rem,1fr));align-items:start;display:grid}.calibration-controls{gap:var(--space-4);flex-wrap:wrap;display:flex}.calibration-controls .field{flex:12rem}.calibration-controls input[type=range]{width:100%;accent-color:var(--accent)}.calibration-preset-row{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.color-preset{border-radius:var(--radius-sm);border:1px solid var(--border);cursor:pointer;width:2rem;height:2rem;padding:0}.color-preset.active{outline:2px solid var(--accent);outline-offset:1px}.color-picker-input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);cursor:pointer;width:2rem;height:2rem;padding:.15rem}.calibration-swatch{border-radius:var(--radius-md);border:1px solid var(--border);cursor:default;justify-content:center;align-items:center;height:6rem;display:flex}.calibration-swatch:fullscreen{cursor:pointer;border:none;border-radius:0;height:100vh}.calibration-swatch-overlay{z-index:1000;border:none;border-radius:0;height:auto;position:fixed;inset:0}.calibration-fullscreen-hint{color:#fff;mix-blend-mode:difference;font-size:.85rem;font-weight:500}.calibration-wizard-progress{gap:var(--space-2);color:var(--text-muted);align-items:center;font-size:.85rem;display:flex}.calibration-wizard-steps{gap:var(--space-1);flex-direction:column;margin:0;padding-inline-start:1.25rem;display:flex}.calibration-wizard-nav{justify-content:space-between;gap:var(--space-2);display:flex}.calibration-profile-detail{gap:var(--space-2);flex-direction:column;display:flex}.calibration-select{border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-2);gap:var(--space-1);flex-direction:column;display:flex}.calibration-select legend{color:var(--text-muted);padding:0 var(--space-1);font-size:.8rem;font-weight:600}.calibration-select-option{align-items:center;gap:var(--space-2);cursor:pointer;font-size:.85rem;display:flex}.response-chart{gap:var(--space-1);flex-direction:column;margin:0;display:flex}.response-chart svg{width:100%;height:auto;display:block}.response-chart-caption{color:var(--text-muted);margin:0;font-size:.8rem}.response-chart-legend{color:var(--text-muted);margin:0;font-size:.75rem}.response-chart-x-labels{color:var(--text-muted);justify-content:space-between;font-size:.8rem;display:flex}.response-chart-usable{fill:var(--accent);opacity:.08}.response-chart-grid{stroke:var(--border);stroke-width:1px}.response-chart-grid.emphasis{stroke:var(--text-muted);stroke-width:1px;stroke-dasharray:2 3}.response-chart-grid.dashed,.response-chart-limit{stroke-dasharray:5 5}.response-chart-tick{fill:var(--text-muted);font-size:6px;font-weight:400}.response-chart-tick-line{stroke:var(--border);stroke-width:.5px;opacity:.6}.response-chart-tick-mark{stroke:var(--text-muted);stroke-width:1px}.response-chart-axis-label{fill:var(--text);font-size:6.5px;font-weight:500}.response-chart-zone-edge{stroke:var(--accent);stroke-width:1px;stroke-dasharray:3 3;opacity:.55}.response-chart-band{stroke-width:3px;stroke-linecap:round;fill:none}.response-chart-band.covered{stroke:var(--accent)}.response-chart-band.partial{stroke:var(--text-muted);stroke-dasharray:4 2}.response-chart-band.out{stroke:var(--border);stroke-dasharray:1 3}.response-chart-band.response-chart-band-cut{stroke-dasharray:none;stroke-width:1.5px;stroke-linecap:butt;stroke-linejoin:miter}.response-chart-band-label{fill:var(--text-muted);font-size:5.5px;font-weight:400}.response-chart-limit{stroke:var(--error);stroke-width:1.5px}.response-chart-axis{stroke:var(--text-muted);stroke-width:1px}.response-chart-line{fill:none;stroke:var(--accent);stroke-width:2px}.response-chart-overlay{fill:none;stroke:var(--text-muted);stroke-width:1px;opacity:.35}.response-chart-overlay.average{stroke:var(--text);stroke-width:1.5px;stroke-dasharray:5 3;opacity:.7}.response-chart-overlay.device{stroke:var(--compare);stroke-width:2px;stroke-dasharray:4 2;opacity:.9}.response-chart-dot{fill:var(--accent);stroke:var(--surface);stroke-width:1.5px}.response-chart-dot.below-threshold{fill:var(--surface);stroke:var(--accent)}.response-chart-unmeasured{fill:none;stroke:var(--text-muted);stroke-width:1.5px}.measurement-chart{margin:var(--space-2) 0}.measurement-chart-area{fill:var(--accent);fill-opacity:.14;stroke:none}.measurement-chart-stem{stroke:var(--accent);stroke-width:1px;stroke-opacity:.45}.measurement-chart-bar{fill:var(--accent);fill-opacity:.55;stroke:var(--accent);stroke-width:1px}.measurement-chart-period,.measurement-chart-whisker{stroke:var(--text-muted);stroke-width:1.5px}.measurement-chart-overlay{fill:none;stroke:var(--text-muted);stroke-width:1px;opacity:.3;vector-effect:non-scaling-stroke}.measurement-chart-compact{margin:0}.measurement-chart-compact svg{width:100%;height:72px;display:block}.measurement-chart-stem.dominant{stroke-width:2px;stroke-opacity:1}.sensor-preview-colors{gap:var(--space-1);flex-direction:column;display:flex}.sensor-preview-priors{gap:3px;display:flex}.sensor-preview-priors span{border:1px solid var(--border);border-radius:2px;width:14px;height:8px}.detection-overlay{display:grid;position:relative}.detection-overlay svg{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.detection-overlay-box{fill:none;stroke:var(--accent);stroke-width:2px}.detection-overlay-box.muted{stroke:var(--text-muted);stroke-width:1px;stroke-dasharray:3 3}.detection-overlay-region{fill:none;stroke:var(--text-muted);stroke-width:1.5px;stroke-dasharray:6 4}.detection-overlay-point{fill:var(--surface);stroke:var(--accent);stroke-width:.006px}.segment-overlay-mark line{stroke:var(--accent);stroke-width:2px}.segment-overlay-mark.target line{stroke-dasharray:6 4}.segment-overlay-mark circle{fill:var(--surface);stroke:var(--accent);stroke-width:.006px}.analysis-charts{gap:var(--space-2);margin:var(--space-3) 0;display:grid}.analysis-charts h3{margin:0;font-size:.9rem;display:inline}.analysis-charts>details>summary{cursor:pointer;padding:var(--space-2) 0;list-style:none}.analysis-charts>details>summary::-webkit-details-marker{display:none}.analysis-charts>details>summary:after{content:" ▾";color:var(--text-muted)}.analysis-charts>details[open]>summary:after{content:" ▴"}.analysis-charts>details{gap:var(--space-3);display:grid}.analysis-metric{gap:var(--space-2);padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);display:grid}.analysis-metric-label{margin:0;font-size:.85rem;font-weight:600}.analysis-metric-charts{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));display:grid}.analysis-chart{gap:var(--space-1);flex-direction:column;margin:0;display:flex}.analysis-chart svg{width:100%;height:auto;display:block}.analysis-chart .response-chart-tick{fill:var(--text);font-size:13px}.analysis-chart figcaption{color:var(--text)}.analysis-histogram-bar{fill:var(--accent);opacity:.85}.analysis-heat-cell{fill:var(--accent);stroke:var(--surface);stroke-width:.5px}.color-composition{margin-bottom:var(--space-3)}.color-composition-grid{align-items:center;row-gap:var(--space-1);column-gap:var(--space-2);grid-template-columns:auto 1fr;display:grid}.color-composition-date{color:var(--text-muted);white-space:nowrap;font-size:.75rem}.color-composition-ruler{color:var(--text-muted);justify-content:space-between;font-size:.7rem;display:flex}.color-composition-bar .dominant-bar{height:14px}.analysis-heat-legend-row{align-items:center;gap:var(--space-1);color:var(--text-muted);font-size:.7rem;display:flex}.analysis-heat-legend{border-radius:var(--radius-sm);border:1px solid var(--border);background:linear-gradient(to right, color-mix(in srgb, var(--accent) 15%, transparent), var(--accent));flex:1;height:8px}.limits-table{border-collapse:collapse;width:100%;font-size:.85rem}.limits-table td{padding:var(--space-1) var(--space-2) var(--space-1) 0;border-bottom:1px solid var(--border);vertical-align:top}.limits-table tr:last-child td{border-bottom:none}.limits-table-threshold{color:var(--text-muted);font-size:.75rem;display:block}.limits-table-value{text-align:end;white-space:nowrap}.limits-table-pass{text-align:center;width:1.5rem}.limits-table-pass.ok{color:var(--accent)}.limits-table-pass.fail{color:var(--error)}.limits-table-pass.partial{color:var(--text-muted)}.sensor-metrics>summary{cursor:pointer;padding:var(--space-2) 0;color:var(--text-muted);font-size:.85rem;list-style:none}.sensor-metrics>summary::-webkit-details-marker{display:none}.sensor-metrics>summary:after{content:" ▾"}.sensor-metrics[open]>summary:after{content:" ▴"}.limits-table-info{vertical-align:middle;color:var(--text-muted);cursor:pointer;background:0 0;border:none;margin-inline-start:var(--space-1);padding:0;display:inline-flex}.limits-table-info:hover,.limits-table-info[aria-expanded=true]{color:var(--text)}.limits-table-hint-row td{padding:0 var(--space-2) var(--space-2) 0;color:var(--text-muted);font-size:.8rem}.sensor-average{margin:var(--space-3) 0;padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);gap:.2rem;display:grid}.sensor-average h3{margin:0;font-size:.9rem}.sensor-average p{margin:0}.sensor-average-meta{color:var(--text-muted);font-size:.8rem}.sensor-average-primary{font-size:1rem;font-weight:600}.catalog-section-title{padding:var(--space-3) var(--space-3) var(--space-2);color:var(--text-muted);margin:0;font-size:.8rem;font-weight:600}.device-metrics{gap:var(--space-2);margin:var(--space-3) 0;display:grid}.device-metrics h3{margin:0;font-size:.9rem;display:inline}.device-metrics>details>summary{cursor:pointer;padding:var(--space-2) 0;list-style:none}.device-metrics>details>summary::-webkit-details-marker{display:none}.device-metrics>details>summary:after{content:" ▾";color:var(--text-muted)}.device-metrics>details[open]>summary:after{content:" ▴"}.device-metrics>details{gap:var(--space-2);display:grid}.device-metrics-model{gap:var(--space-2);padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);display:grid}.device-metrics-handset{border-top:1px solid var(--border);padding-top:var(--space-2)}.device-metrics-handset summary{justify-content:space-between;gap:var(--space-3);cursor:pointer;list-style:none;display:flex}.device-metrics-handset summary>span:first-child{gap:.2rem;display:grid}.device-metrics-handset summary::-webkit-details-marker{display:none}.device-metrics-label,.device-metrics-handset small{color:var(--text-muted);font-size:.78rem}.device-metrics-more{color:var(--accent);font-size:.82rem}.device-metrics-handset[open] .device-metrics-more{font-size:0}.device-metrics-handset[open] .device-metrics-more:after{content:"Less";font-size:.82rem}.activity-page{gap:var(--space-4);flex-direction:column;display:flex}.activity-actions{gap:var(--space-2);flex-wrap:wrap;align-items:center;display:flex}.pitch-meter{gap:var(--space-2);flex-direction:column;display:flex}.pitch-meter-track{border-radius:var(--radius-pill);background:var(--accent-soft);height:.5rem;position:relative}.pitch-meter-center{background:var(--text-muted);width:2px;height:.9rem;position:absolute;top:-.2rem;left:50%;transform:translate(-1px)}.pitch-meter-needle{background:var(--accent-strong);border:2px solid var(--surface);border-radius:50%;width:1.1rem;height:1.1rem;transition:left 80ms linear;position:absolute;top:-.35rem;transform:translate(-50%)}.spoke-wheel{gap:var(--space-2);grid-template-columns:repeat(auto-fill,minmax(2.75rem,1fr));display:grid}.spoke-cell{aspect-ratio:1;border:1.5px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:50%;font-size:.85rem;font-weight:500}.spoke-cell:hover:not(:disabled){border-color:var(--accent)}.spoke-cell:disabled{cursor:not-allowed;opacity:.6}.spoke-cell-empty{color:var(--text-muted);border-style:dashed}.spoke-cell-on-target{background:var(--accent-soft);border-color:var(--accent);color:var(--accent);border-style:solid}.spoke-cell-slightly-low,.spoke-cell-slightly-high{border-style:dashed;border-color:var(--text-muted);color:var(--text-muted)}.spoke-cell-low,.spoke-cell-high{border-style:solid;border-color:var(--error);color:var(--error)}.stepper{align-self:flex-start;align-items:center;gap:var(--space-2);display:flex}.stepper-button{justify-content:center;min-width:2.4rem;padding:.35rem 0;font-size:1rem;line-height:1.2}.stepper-select{max-width:12rem}.stepper-value{text-align:center;font-variant-numeric:tabular-nums;white-space:nowrap;min-width:5.5rem;font-weight:600}.spoke-wheel-figure{max-width:100%;height:auto;margin:0 auto;display:block}.spoke-wheel-rim{fill:none;stroke:var(--border);stroke-width:3px}.spoke-wheel-hub{fill:var(--surface);stroke:var(--border);stroke-width:2px}.spoke-wheel-spoke{stroke:var(--text-muted);stroke-width:1.5px;stroke-linecap:round}.spoke-wheel-spoke-empty{stroke:var(--border);stroke-dasharray:2 4}.spoke-wheel-spoke-on-target{stroke:var(--accent);stroke-width:2.5px}.spoke-wheel-spoke-slightly-low,.spoke-wheel-spoke-slightly-high{stroke:var(--text-muted);stroke-width:2px;stroke-dasharray:6 3}.spoke-wheel-spoke-low,.spoke-wheel-spoke-high{stroke:var(--error);stroke-width:3.5px}.spoke-wheel-spoke-current{stroke-width:5px;stroke-dasharray:none}.spoke-wheel-marker{fill:var(--accent-strong);stroke:var(--surface);stroke-width:2px}.spoke-wheel-label{fill:var(--text);font-size:.8rem;font-weight:600}.simulation-layout{gap:var(--space-3);grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);align-items:start;display:grid}@media (width<=900px){.simulation-layout{grid-template-columns:minmax(0,1fr)}}.simulation-table-scroll{overflow-x:auto}.simulation-caveat{max-width:32rem;color:var(--text-muted);white-space:normal;margin-top:.15rem;font-size:.75rem;line-height:1.35;display:block}.simulation-verdict{border-radius:var(--radius-pill);white-space:nowrap;padding:.1rem .45rem;font-size:.72rem;font-weight:500;display:inline-block}.simulation-verdict.pass{background:var(--accent-soft);color:var(--accent)}.simulation-verdict.fail{color:var(--error);border:1px solid var(--error)}.simulation-verdict.no-truth,.simulation-verdict.missing{color:var(--text-muted);border:1px dashed var(--border)}.simulation-card-grid{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));align-items:start;display:grid}.simulation-browse-card{text-align:start;cursor:pointer;font:inherit;color:inherit;transition:border-color .12s,background .12s}.simulation-browse-card:hover{border-color:var(--accent)}.simulation-card-badges{gap:var(--space-1);flex-wrap:wrap;display:flex}.simulation-card-summary{color:var(--text-muted);white-space:normal;font-size:.8rem;line-height:1.4}.simulation-pairing{align-items:flex-start;gap:var(--space-2);flex-direction:column;display:flex}.toolbar-start{align-items:center;gap:var(--space-2);display:flex}.page-about{gap:var(--space-1);flex-direction:column;max-width:60rem;display:flex}.page-about[hidden]{display:none}.spoke-step{gap:var(--space-2);padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;display:flex}.spoke-step-head{justify-content:space-between;align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.spoke-step p{margin:0}.spoke-calibration{gap:var(--space-2);padding:var(--space-2);border-radius:var(--radius-md);background:var(--accent-soft);flex-direction:column;display:flex}.analysis-charts,.analysis-chart,.analysis-metric-charts,.measurement-chart-area,.response-chart,.spoke-wheel,.pitch-meter,.sensor-preview-colors{direction:ltr}
