:root{--bg: #eef1f2;--surface: #ffffff;--surface-subtle: #f5f7f8;--surface-strong: #ffffff;--line: #d4dce0;--line-strong: #b0bec5;--ink: #102b33;--muted: #5b6e73;--text-disabled: #8a9ba0;--accent: #087f8c;--accent-hover: #066b76;--accent-soft: rgba(8, 127, 140, .11);--warning: #9a4b25;--warning-soft: rgba(154, 75, 37, .11);--success: #28775b;--success-soft: rgba(40, 119, 91, .1);--shadow: none;--shadow-raised: 0 10px 28px rgba(16, 43, 51, .16);--shadow-overlay: 0 12px 32px rgba(16, 43, 51, .18);--font-sans: "IBM Plex Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "IBM Plex Sans Condensed", "Arial Narrow", var(--font-sans);--font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;--radius-sm: 3px;--radius-md: 4px;--radius-lg: 6px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--control-height-compact: 32px;--control-height: 36px;--control-height-comfortable: 40px;--focus-ring-color: rgba(8, 127, 140, .28);--focus-ring-width: 3px;--focus-ring-offset: 2px;--alignment-row-height: 28px;--alignment-header-height: 42px;--alignment-visible-rows: 30;--workspace-split-min: 1200px;--workspace-chrome-offset: 112px;--workspace-lower-peek: 52px;--workspace-main-height: max( 420px, calc(100dvh - var(--workspace-chrome-offset) - var(--workspace-lower-peek)) )}.ui-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:var(--control-height-compact);padding:4px 10px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-strong);color:var(--ink);font-size:.82rem;font-weight:650;line-height:1.2;cursor:pointer;white-space:nowrap}.ui-button:hover:not(:disabled){border-color:var(--line-strong);background:var(--surface-subtle);color:var(--accent-hover)}.ui-button:disabled{cursor:not-allowed;opacity:.5;color:var(--text-disabled)}.ui-button--primary{border-color:var(--accent);background:var(--accent);color:#fff}.ui-button--primary:hover:not(:disabled){border-color:var(--accent-hover);background:var(--accent-hover);color:#fff}.ui-button--secondary{border-color:var(--line);background:var(--surface-strong);color:var(--ink)}.ui-button--quiet{border-color:var(--line);background:var(--surface-strong);color:var(--muted)}.ui-button--quiet:hover:not(:disabled){color:var(--accent-hover);background:var(--surface-subtle)}.ui-button--danger{border-color:#9a4b2573;background:var(--warning-soft);color:var(--warning)}.ui-button--danger:hover:not(:disabled){border-color:var(--warning);background:#9a4b2529;color:var(--warning)}.ui-button--active{border-color:var(--accent);background:var(--accent);color:#fff}.ui-button--active:hover:not(:disabled){border-color:var(--accent-hover);background:var(--accent-hover);color:#fff}.ui-button--sm{min-height:28px;padding:2px 8px;font-size:.78rem}.ui-button--lg{min-height:var(--control-height);padding:6px 12px;font-size:.88rem}.ui-button svg{flex:0 0 auto}.ui-icon-button{display:inline-flex;align-items:center;justify-content:center;width:var(--control-height-compact);height:var(--control-height-compact);padding:0;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-strong);color:var(--muted);cursor:pointer}.ui-icon-button:hover:not(:disabled){color:var(--ink);border-color:var(--line-strong);background:var(--surface-subtle)}.ui-icon-button:disabled{cursor:not-allowed;opacity:.5}.ui-icon-button--quiet{border-color:transparent;background:transparent}.ui-icon-button--quiet:hover:not(:disabled){background:var(--accent-soft);color:var(--accent-hover);border-color:transparent}.ui-icon-button--active{border-color:var(--accent);background:var(--accent);color:#fff}.ui-icon-button--active:hover:not(:disabled){border-color:var(--accent-hover);background:var(--accent-hover);color:#fff}.ui-field{display:grid;gap:5px;min-width:0;color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.ui-field--inline{display:inline-flex;align-items:center;gap:6px;grid-template-columns:none}.ui-field__label{flex:0 0 auto}.ui-field__control{min-width:0}.ui-input,.ui-select,.ui-search{width:100%;min-height:var(--control-height-compact);padding:4px 8px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-strong);color:var(--ink);font-size:.86rem;font-weight:620;letter-spacing:0;text-transform:none}.ui-select{padding-right:28px;cursor:pointer}.ui-input:hover,.ui-select:hover,.ui-search:hover{border-color:var(--line-strong)}.ui-input:disabled,.ui-select:disabled,.ui-search:disabled{cursor:not-allowed;opacity:.55;color:var(--text-disabled)}.ui-checkbox{display:inline-flex;align-items:center;gap:8px;min-height:var(--control-height-compact);color:var(--muted);font-size:.9rem;font-weight:650;letter-spacing:0;text-transform:none;cursor:pointer}.ui-checkbox input{width:16px;height:16px;margin:0;cursor:pointer;accent-color:var(--accent)}.ui-checkbox:has(input:disabled){cursor:not-allowed;opacity:.55}.ui-segmented{display:inline-flex;align-items:center;gap:6px;min-width:0}.ui-segmented__label{color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.ui-segmented__group{display:inline-grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);gap:2px;padding:2px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-subtle)}.ui-segmented__option{min-height:var(--control-height-compact);padding:0 10px;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--muted);cursor:pointer;font-size:.8rem;font-weight:680;white-space:nowrap}.ui-segmented__option:hover:not(:disabled):not([aria-checked=true]){color:var(--ink);background:var(--surface)}.ui-segmented__option[aria-checked=true]{background:var(--surface-strong);color:var(--accent-hover);border:1px solid var(--line)}.ui-segmented__option:disabled{cursor:not-allowed;opacity:.44}.ui-tabs{display:flex;flex-direction:column;min-height:0;min-width:0}.ui-tabs__list{display:inline-grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);gap:4px;width:fit-content;max-width:100%;padding:4px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-subtle)}.ui-tabs__list--stretch{width:100%}.ui-tabs__tab{border:1px solid transparent;border-radius:var(--radius-sm);background:transparent;color:var(--muted);min-height:var(--control-height-compact);padding:7px 12px;font-size:.9rem;font-weight:650;cursor:pointer}.ui-tabs__tab:hover:not(:disabled):not([aria-selected=true]){background:var(--surface);color:var(--ink)}.ui-tabs__tab[aria-selected=true]{background:var(--surface-strong);color:var(--accent-hover);border:1px solid var(--line)}.ui-tabs__tab:disabled{cursor:not-allowed;opacity:.5}.ui-tabs__panel{min-height:0;min-width:0}.ui-tabs__panel[hidden]{display:none}.ui-pane{display:grid;grid-template-rows:auto minmax(0,1fr);border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);overflow:hidden;min-height:0;min-width:0}.ui-pane__body{min-height:0;min-width:0;overflow:hidden}.ui-pane-header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:12px 14px 10px;border-bottom:1px solid var(--line);background:var(--surface-subtle)}.ui-pane-header__main{min-width:0}.ui-pane-header__eyebrow{margin:0;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-hover);font-size:.7rem;font-weight:750}.ui-pane-header__title{margin:4px 0 0;font-family:var(--font-display);font-size:1.25rem;font-weight:720;line-height:1.15;letter-spacing:-.025em}.ui-pane-header__subtitle{margin:6px 0 0;color:var(--muted);font-size:.88rem;line-height:1.45}.ui-pane-header__meta{max-width:22rem;margin:0;color:var(--muted);font-size:.88rem;line-height:1.5;text-align:right}.ui-pane-header__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;min-width:0}.ui-empty{display:grid;place-items:center;gap:6px;min-height:120px;padding:24px;color:var(--muted);text-align:center}.ui-empty__title{margin:0;color:var(--ink);font-size:.95rem;font-weight:700}.ui-empty__body{margin:0;max-width:28rem;font-size:.88rem;line-height:1.45}.ui-status{margin-top:12px;padding:12px 14px;border:1px solid var(--line);border-radius:var(--radius-md);font-weight:620;line-height:1.4}.ui-status--info{background:var(--accent-soft);color:var(--accent-hover);border-color:#087f8c47}.ui-status--warning{background:var(--warning-soft);color:var(--warning);border-color:#9a4b2547}.ui-status--success{background:var(--success-soft);color:var(--success);border-color:#28775b47}.ui-status--error{background:var(--warning-soft);color:var(--warning);border-color:#9a4b2566}.ui-legend{display:flex;flex-wrap:wrap;gap:8px 12px;margin:0;padding:0;list-style:none}.ui-legend__item{display:inline-flex;align-items:center;gap:6px;min-height:24px;color:var(--ink);font-size:.82rem;font-weight:620}.ui-legend__swatch{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:14px;height:14px;border-radius:var(--radius-sm);border:1px solid rgba(16,43,51,.18);box-sizing:border-box}.ui-legend__swatch--solid{border-style:solid;border-width:2px;border-color:#102b33bf}.ui-legend__swatch--dashed{border-style:dashed;border-width:2px;border-color:#102b33a6}.ui-legend__swatch--dotted{border-style:dotted;border-width:2px;border-color:#102b338c}.ui-legend__swatch--hatched{background-image:repeating-linear-gradient(-45deg,rgba(16,43,51,.35),rgba(16,43,51,.35) 1px,transparent 1px,transparent 3px)!important}.ui-legend__mark{font-size:.62rem;font-weight:800;line-height:1;color:#102b33;text-shadow:0 0 2px rgba(255,255,255,.9)}.ui-legend__label{line-height:1.2}.ui-tooltip{display:inline-flex;max-width:100%}.ui-tooltip__content{position:fixed;z-index:10000;box-sizing:border-box;width:max-content;max-width:min(320px,calc(100vw - 16px));padding:6px 8px;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-sm);background:#102b33;color:#f7fbfb;font-size:.75rem;font-weight:600;line-height:1.35;text-align:left;white-space:normal;pointer-events:none;box-shadow:var(--shadow-overlay)}@layer reset,shell,panels,chrome,responsive;@layer panels{.genotype-panel-header{align-items:center;gap:12px;padding-bottom:10px}.genotype-panel-header h2{margin:0}.genotype-select-group{display:inline-flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:6px;white-space:nowrap}.genotype-select-group .ui-tooltip{flex:0 0 auto;max-width:none}.genotype-sort{display:inline-flex;align-items:center;justify-content:center;gap:4px;margin:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;font-weight:720;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;white-space:nowrap}.genotype-sort:hover,.genotype-sort-active{color:var(--accent-hover)}.genotype-sort-indicator{font-size:.72rem;line-height:1}.genotype-body{padding:0 12px 12px;overflow:visible}.genotype-table-wrap{width:fit-content;max-width:100%;max-height:420px;overflow-x:scroll;overflow-y:auto;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-strong);scrollbar-width:auto;scrollbar-color:rgba(8,127,140,.72) rgba(16,43,51,.1)}.genotype-table-wrap::-webkit-scrollbar{width:12px;height:12px}.genotype-table-wrap::-webkit-scrollbar-track{background:#102b3314;border-radius:0 0 var(--radius-md) 0}.genotype-table-wrap::-webkit-scrollbar-thumb{background:#087f8c8c;border:2px solid transparent;border-radius:8px;background-clip:padding-box}.genotype-table-wrap::-webkit-scrollbar-thumb:hover{background:#087f8cc7;border:2px solid transparent;background-clip:padding-box}.genotype-table-wrap::-webkit-scrollbar-corner{background:#102b3314}.genotype-table{width:max-content;table-layout:auto;border-collapse:collapse;font-size:.86rem}.genotype-table th,.genotype-table td{padding:9px 10px;border-bottom:1px solid rgba(16,43,51,.07);text-align:left;vertical-align:middle}.genotype-table th{position:sticky;top:0;z-index:1;background:#f3f7f7;color:var(--muted);font-size:.78rem;font-weight:720;letter-spacing:.02em;text-transform:uppercase}.genotype-table tbody tr:hover{background:#087f8c0a}.genotype-row-selected{background:#087f8c1a!important;box-shadow:inset 4px 0 0 0 var(--accent);outline:1px solid rgba(8,127,140,.35);outline-offset:-1px}.genotype-row-selected[data-filter-mode=match]{box-shadow:inset 3px 0 0 0 var(--accent),inset 6px 0 #ffffffd9,inset 9px 0 0 0 var(--accent)}.genotype-row-status{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border:1px solid rgba(8,127,140,.35);border-radius:999px;background:#087f8c14;color:var(--accent-hover);font-size:.72rem;font-weight:780;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.genotype-count{width:72px;font-variant-numeric:tabular-nums;font-weight:720;color:var(--ink)}.genotype-count-match{color:var(--accent-hover)}.genotype-fill{display:inline-flex;align-items:center;min-height:24px;padding:2px 8px;border-radius:999px;font-size:.78rem;font-weight:700;white-space:nowrap}.genotype-fill-complete{border:1px solid rgba(40,119,91,.22);background:var(--success-soft);color:var(--success)}.genotype-fill-partial{border:1px solid rgba(16,43,51,.12);background:#eef2f3;color:var(--muted)}.genotype-origin-legend{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:10px 12px;border-bottom:1px solid rgba(16,43,51,.08);background:#f8fbfb}.genotype-origin-legend-label{margin-right:4px;color:var(--muted);font-size:.75rem;font-weight:760;letter-spacing:.03em;text-transform:uppercase}.genotype-origin-legend-item{display:inline-flex;align-items:center;min-height:24px;padding:2px 9px 2px 10px;border:1px solid rgba(16,43,51,.12);border-radius:999px;color:var(--ink);font-size:.78rem;font-weight:760;letter-spacing:.02em;white-space:nowrap;cursor:default}.genotype-col-origins{min-width:0}.genotype-cassette{--genotype-cell-width: 5.1rem;display:grid;grid-template-columns:repeat(8,var(--genotype-cell-width));width:max-content;gap:0;border:1px solid rgba(16,43,51,.12);border-radius:var(--radius-sm);overflow:hidden;background:var(--surface-strong)}.genotype-cassette-header{border-color:#102b3324;background:transparent}.genotype-cell{display:block;box-sizing:border-box;width:var(--genotype-cell-width);min-width:0;min-height:28px;padding:6px 4px;border-right:1px solid rgba(16,43,51,.08);color:var(--ink);font-size:.72rem;font-weight:720;letter-spacing:.01em;line-height:1.15;text-align:center;text-transform:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.genotype-cell:last-child{border-right:none}.genotype-cell-label{min-height:22px;background:#102b330a;color:var(--muted);font-size:.68rem;font-weight:780;letter-spacing:.04em;text-transform:uppercase}button.genotype-cell-label{display:inline-flex;align-items:center;justify-content:center;gap:2px;margin:0;border:0;border-right:1px solid rgba(16,43,51,.08);border-radius:0;cursor:pointer;font:inherit;font-size:.68rem;font-weight:780;letter-spacing:.04em;text-transform:uppercase}button.genotype-cell-label:last-child{border-right:none}button.genotype-cell-label:hover,button.genotype-cell-label.genotype-sort-active{color:var(--accent-hover);background:#087f8c14}.genotype-cell-origin{background:#f7fafb}.genotype-cell-empty{background:#eef1f2;color:#9aa6ab;font-weight:600}.genotype-col-action{width:1%;padding-left:12px;text-align:left;white-space:nowrap;vertical-align:middle}.genotype-col-action .genotype-select-button{flex:0 0 auto;white-space:nowrap}}@layer panels{.history-title-block{display:flex;flex-direction:column;gap:2px;min-width:0}.history-grouping{margin:0;color:var(--muted);font-size:.82rem;font-weight:600;line-height:1.3}.history-grouping strong{color:var(--ink);font-weight:760}.history-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px 14px;min-width:0}.history-controls .ui-tooltip{display:inline-flex}.history-window-presets .ui-segmented__group,.history-value-mode .ui-segmented__group{flex-wrap:nowrap}.history-window-presets .ui-segmented__option,.history-value-mode .ui-segmented__option{min-height:28px;padding:2px 8px;font-size:.78rem}.history-control{display:inline-flex;align-items:center;gap:8px;min-height:32px;color:var(--muted);font-size:.9rem;font-weight:650;white-space:nowrap;cursor:help}.history-control--inline{gap:6px}.history-controls input[type=number]{width:4rem;min-width:0;min-height:32px;padding:4px 8px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-strong);color:var(--ink);box-sizing:border-box}.history-check{display:inline-flex;align-items:center;gap:8px;min-height:32px;color:var(--muted);font-size:.86rem;font-weight:650;cursor:pointer;-webkit-user-select:none;user-select:none}.history-check input{width:1rem;height:1rem;margin:0;accent-color:var(--accent)}.history-panel-header h2,.clock-panel-header h2,.geography-panel-header h2{margin:0}.history-controls .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}@layer panels{.alignment-controls{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;gap:10px;min-width:min(420px,100%)}.alignment-source-field{flex:0 1 auto;min-width:min(200px,100%)}.alignment-source-field.is-inactive{visibility:hidden;pointer-events:none}.alignment-controls label,.alignment-source-field .ui-field{display:grid;gap:5px;color:var(--muted);font-size:.76rem;font-weight:720;letter-spacing:.06em;text-transform:uppercase}.alignment-controls select,.alignment-source-field .ui-select{min-width:160px;max-width:240px;width:100%;min-height:34px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-strong);color:var(--ink);padding:5px 9px;text-transform:none;font-size:.88rem;font-weight:620;cursor:pointer}.alignment-controls select:hover,.alignment-source-field .ui-select:hover:not(:disabled){border-color:var(--line-strong)}.alignment-controls select:disabled,.alignment-source-field .ui-select:disabled{opacity:.55;cursor:not-allowed}.alignment-view-tabs{flex:0 0 auto;align-self:end}.alignment-shell{overflow:hidden;background:#fff}.custom-alignment{height:100%;overflow:auto;background:#fff;border-top:1px solid rgba(16,43,51,.08);scrollbar-width:auto;scrollbar-color:rgba(8,127,140,.72) rgba(16,43,51,.1)}.custom-alignment::-webkit-scrollbar{width:14px;height:14px}.custom-alignment::-webkit-scrollbar-track{background:#102b3314;border-radius:8px;border:1px solid rgba(16,43,51,.06)}.custom-alignment::-webkit-scrollbar-thumb{background:#087f8c9e;border-radius:8px;border:2px solid rgba(255,255,255,.65);background-clip:padding-box}.custom-alignment::-webkit-scrollbar-thumb:hover{background:#087f8ce0;border:2px solid rgba(255,255,255,.55);background-clip:padding-box}.custom-alignment::-webkit-scrollbar-corner{background:#102b330f}.alignment-grid{display:grid;grid-template-columns:var(--metadata-column-width, 280px) var(--sequence-column-width, minmax(0, 1fr));align-content:start;align-items:start;position:relative}.alignment-header{position:sticky;top:0;z-index:40;display:flex;align-items:center;flex:0 0 auto;padding:0 14px;height:42px;background:var(--surface-subtle);border-bottom:1px solid var(--line);font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);box-sizing:border-box}.metadata-header{z-index:41;justify-content:space-between;gap:10px;border-right:1px solid rgba(16,43,51,.1)}.column-jump-form{display:flex;align-items:center;gap:5px;letter-spacing:0;text-transform:none}.column-jump-form label{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:.72rem}.column-jump-form input{width:62px;height:26px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-strong);color:var(--ink);font:inherit;padding:0 6px}.column-jump-form button{height:26px;border:1px solid rgba(8,127,140,.26);border-radius:var(--radius-sm);background:var(--accent-soft);color:var(--accent);font:inherit;font-weight:700;padding:0 8px;cursor:pointer}.column-jump-form button:hover{border-color:var(--accent);background:#087f8c29}.sequence-header{padding:0;overflow:hidden;letter-spacing:0;text-transform:none;align-items:stretch}.sequence-header-layer{position:relative;flex:1 1 auto;width:100%;min-width:0;height:100%}.alignment-grid.genotype-mode .sequence-header{background:var(--surface-subtle);overflow:visible}.alignment-grid.genotype-mode{width:100%}.alignment-grid.genotype-mode .content-column{min-width:var(--genotype-column-width, 836px);width:100%}.content-column{position:relative}.content-layer[hidden]{display:none!important}.genotype-header-caption{letter-spacing:.08em;font-size:.72rem;color:var(--muted)}.genotype-header-layer,.genotype-content-layer{width:100%;min-width:var(--genotype-column-width, 836px)}.genotype-header-layer{height:100%;width:100%;background:var(--surface-subtle)}.genotype-segment-headers,.genotype-row-cells{display:grid;grid-template-columns:minmax(var(--surface-lineage-ha-width, 96px),1fr) minmax(var(--surface-lineage-na-width, 88px),1fr) repeat(8,minmax(var(--genotype-segment-width, 70px),1fr));width:100%;min-width:var(--genotype-column-width, 744px);height:100%;align-items:stretch;box-sizing:border-box}.genotype-segment-headers{background:var(--surface-subtle)}.genotype-segment-header{display:flex;align-items:center;justify-content:center;min-width:0;padding:0 4px;border:0;border-right:1px solid rgba(16,43,51,.08);box-sizing:border-box;font-family:var(--font-sans);font-size:.74rem;font-weight:760;letter-spacing:.04em;color:var(--muted);background:transparent;cursor:pointer}.genotype-segment-header.surface-lineage-header{color:var(--ink);background:#102b3309;white-space:nowrap}.genotype-segment-header.genotype-origin-header-first{border-left:2px solid rgba(16,43,51,.16)}.genotype-segment-header.surface-lineage-header:hover{color:var(--ink);background:#087f8c1a}.genotype-segment-header.surface-lineage-header.genotype-segment-header-selected{background:#087f8c24}.genotype-segment-header:last-child{border-right:0}.genotype-segment-header:hover{color:var(--ink);background:#087f8c14}.genotype-segment-header-selected{color:var(--ink);background:#087f8c24;box-shadow:inset 0 -2px #087f8cd9}.genotype-segment-header-selected:hover{background:#087f8c2e}.genotype-row{position:relative;z-index:0;overflow:visible;border-bottom:1px solid rgba(16,43,51,.065);width:100%;min-width:var(--genotype-column-width, 836px)}.genotype-row:hover,.genotype-row:focus-within{z-index:30}.genotype-row.selected{background:var(--accent-soft)}.genotype-row.search-match{background:color-mix(in srgb,var(--search-match-color) 14%,transparent)}.genotype-row.search-match.selected{background:color-mix(in srgb,var(--search-match-color) 16%,var(--accent-soft))}.genotype-row-cells{overflow:visible}.alignment-genotype-cell{display:flex;align-items:center;justify-content:center;min-width:0;padding:0 4px;border-right:1px solid rgba(16,43,51,.06);box-sizing:border-box;font-family:var(--font-sans);font-size:.78rem;font-weight:650;letter-spacing:.01em;line-height:1.15;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.alignment-genotype-cell:last-child{border-right:0}.alignment-genotype-cell.is-lineage{width:100%;height:100%;margin:0;padding:0 6px;border:0;border-right:1px solid rgba(16,43,51,.08);border-radius:0;background:#102b3305;cursor:pointer}.alignment-genotype-cell.is-lineage:not(.is-clickable){cursor:default}.genotype-row-cells>.alignment-genotype-cell:not(.is-lineage):nth-child(3){border-left:2px solid rgba(16,43,51,.14)}.alignment-genotype-cell.is-lineage.is-missing{background:#102b3304;box-shadow:none}.alignment-genotype-cell.is-missing{color:#102b3347;font-weight:600}.alignment-genotype-cell.is-unannotated{color:#102b3380;font-weight:700;border-bottom:1px dashed rgba(16,43,51,.22)}.alignment-genotype-cell.has-tooltip,.surface-lineage-cell.has-tooltip{position:relative;overflow:visible;z-index:1}.alignment-genotype-cell.has-tooltip:hover,.alignment-genotype-cell.has-tooltip:focus-visible,.surface-lineage-cell.has-tooltip:hover,.surface-lineage-cell.has-tooltip:focus-visible{z-index:40}.alignment-genotype-cell.has-tooltip:after,.surface-lineage-cell.has-tooltip:after{content:attr(data-tooltip);position:absolute;left:50%;top:calc(100% + 4px);transform:translate(-50%) translateY(-2px);z-index:50;width:max-content;max-width:240px;padding:7px 9px;border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.12);background:#102b33;color:#f7fbfb;font-size:.72rem;font-weight:600;letter-spacing:.01em;line-height:1.35;text-align:left;white-space:normal;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .08s ease,visibility .08s ease,transform .08s ease;box-shadow:var(--shadow-overlay)}.alignment-genotype-cell.has-tooltip:hover:after,.alignment-genotype-cell.has-tooltip:focus-visible:after,.surface-lineage-cell.has-tooltip:hover:after,.surface-lineage-cell.has-tooltip:focus-visible:after{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.alignment-genotype-cell.is-clickable{cursor:pointer}.alignment-genotype-cell.is-clickable:hover{filter:saturate(1.15) brightness(.98)}.alignment-genotype-cell.is-selected-column{box-shadow:inset 0 0 0 1px #087f8c8c;filter:saturate(1.2) brightness(.97)}.metadata-column{position:sticky;left:0;z-index:3;background:#f8fbfbfa;border-right:1px solid rgba(16,43,51,.1);align-self:start}.sequence-column.content-column{align-self:start;min-height:0}.metadata-row{display:flex;align-items:stretch}.alignment-row-label{min-width:0;width:100%;border:0;border-bottom:1px solid rgba(16,43,51,.065);background:transparent;display:grid;grid-template-columns:minmax(0,1fr);justify-items:start;gap:2px;padding:5px 10px 5px 12px;text-align:left;cursor:pointer}.alignment-row-label.search-match{background-image:linear-gradient(color-mix(in srgb,var(--search-match-color) 18%,transparent),color-mix(in srgb,var(--search-match-color) 18%,transparent))}.alignment-row-label.selected{box-shadow:inset 3px 0 0 var(--accent);background-color:var(--accent-soft)}.alignment-row-label.search-match.selected{box-shadow:inset 3px 0 0 var(--accent);background-image:linear-gradient(color-mix(in srgb,var(--search-match-color) 20%,transparent),color-mix(in srgb,var(--search-match-color) 20%,transparent));background-color:var(--accent-soft)}.sequence-id{display:block;width:100%;max-width:100%;font-weight:700;color:var(--ink);line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sequence-description{display:block;width:100%;max-width:100%;color:var(--muted);font-size:.76rem;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sequence-column{position:relative}.sequence-row{position:relative;border-bottom:1px solid rgba(16,43,51,.065)}.sequence-row.selected{background:var(--accent-soft)}.sequence-row.search-match{background:color-mix(in srgb,var(--search-match-color) 14%,transparent)}.sequence-row.search-match.selected{background:color-mix(in srgb,var(--search-match-color) 16%,var(--accent-soft))}.sequence-line{position:relative;width:100%;height:100%;border:0;background:transparent;display:flex;align-items:center;overflow:hidden;cursor:crosshair;text-align:left;padding:0}.sequence-text,.sequence-ruler{font-family:var(--font-mono);font-size:.92rem;letter-spacing:0}.sequence-text{white-space:pre;color:#1e241d}.residue-cell{display:inline-block;width:10px;text-align:center;border-radius:2px}.residue-A{background:#e5593438;color:#782914}.residue-C{background:#3584e438;color:#164683}.residue-G{background:#1fa06238;color:#125c39}.residue-T,.residue-U{background:#9959c738;color:#522b73}.residue-N,.residue-other{background:#8c8c8c33;color:#484848}.residue-gap{background:#d6d6d6cc;color:#606060}.residue-selected-column{box-shadow:inset 0 0 0 1px #102b3338;filter:saturate(1.2) brightness(.96)}.sequence-ruler{position:relative;height:100%;font-family:var(--font-mono);font-size:.92rem;letter-spacing:0}.sequence-ruler-button{display:block;border:0;padding:0;margin:0;height:100%;background:transparent;cursor:crosshair;text-align:left;box-sizing:border-box}.ruler-tick{position:absolute;top:5px;transform:translate(-50%);color:var(--muted);font-size:.72rem;line-height:1;pointer-events:none;z-index:1;letter-spacing:0}.site-diversity-track{position:absolute;left:0;right:0;bottom:3px;height:14px;pointer-events:none}.site-diversity-track:before{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#102b331a}.site-diversity-bar{position:absolute;bottom:0;width:8px;margin:0;transform:translate(1px);border-radius:1px 1px 0 0;pointer-events:none;min-height:2px;box-sizing:border-box}.site-diversity-bar.is-hovered{outline:1px solid rgba(16,43,51,.35);outline-offset:0;z-index:2}.site-diversity-hover-col{position:absolute;top:-22px;bottom:-3px;width:10px;background:#087f8c1f;border-left:1px solid rgba(8,127,140,.35);border-right:1px solid rgba(8,127,140,.35);box-sizing:border-box;pointer-events:none;z-index:0}.site-diversity-tooltip{position:fixed;z-index:10000;min-width:168px;max-width:240px;padding:8px 10px;border:1px solid var(--line-strong);border-radius:var(--radius-md);background:var(--surface-strong);color:var(--ink);box-shadow:var(--shadow-overlay);font-family:var(--font-sans);font-size:.78rem;letter-spacing:0;text-transform:none;line-height:1.35;pointer-events:none}.site-diversity-tooltip-header{display:flex;justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:6px;padding-bottom:5px;border-bottom:1px solid var(--line)}.site-diversity-tooltip-header strong{font-size:.82rem;font-weight:700;color:var(--ink)}.site-diversity-tooltip-header span{color:var(--muted);font-variant-numeric:tabular-nums}.site-diversity-tooltip-empty{margin:0;color:var(--muted)}.site-diversity-tooltip-table{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums}.site-diversity-tooltip-table th,.site-diversity-tooltip-table td{padding:2px 0;text-align:left;font-weight:500;vertical-align:middle}.site-diversity-tooltip-table thead th{color:var(--muted);font-size:.68rem;font-weight:720;letter-spacing:.04em;text-transform:uppercase;padding-bottom:3px}.site-diversity-tooltip-table tbody th{width:1.6rem;padding-right:6px}.site-diversity-tooltip-table tbody td:nth-child(2),.site-diversity-tooltip-table tbody td:nth-child(3){width:2.6rem;padding-right:6px;color:var(--ink)}.site-diversity-tooltip-bar-col{width:100%;min-width:48px}.residue-swatch{display:inline-flex;align-items:center;justify-content:center;width:1.15rem;height:1.15rem;border-radius:2px;font-family:var(--font-mono);font-size:.72rem;font-weight:700;line-height:1}.site-diversity-freq-bar{display:block;height:6px;max-width:100%;border-radius:1px;background:var(--accent);opacity:.75}.site-diversity-tooltip-footer{display:flex;justify-content:space-between;gap:8px;margin-top:6px;padding-top:5px;border-top:1px solid var(--line);color:var(--muted);font-size:.7rem;font-variant-numeric:tabular-nums}.selected-column-indicator{position:absolute;top:0;bottom:0;width:2px;background:#087f8cbf;pointer-events:none}.selected-column-indicator.row{z-index:1}.selected-residue-indicator{position:absolute;top:3px;width:10px;height:22px;border:2px solid rgba(156,90,63,.8);background:#9c5a3f1f;pointer-events:none}.inspector-card{padding:20px;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line);box-shadow:none}.inspector-card h3{margin:10px 0;font-size:1.45rem}.inspector-card p{margin:0;line-height:1.7;color:var(--muted)}.metadata-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:12px}.metadata-grid div{padding:12px 14px;border-radius:var(--radius-sm);background:var(--surface-subtle);border:1px solid var(--line)}.metadata-grid dt{margin:0 0 4px;font-size:.82rem;color:var(--muted);text-transform:capitalize}.metadata-grid dd{margin:0;line-height:1.45}.residue-card p+p{margin-top:12px}.residue-legend{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 2px}.residue-pill{display:inline-flex;align-items:center;justify-content:center;min-width:38px;padding:8px 11px;border-radius:999px;font-family:var(--font-mono);font-size:.85rem;font-weight:700}}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;color:var(--ink);font-family:var(--font-sans);background:var(--bg);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button,select{transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease,color .14s ease}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset);border-color:var(--accent)!important}::selection{color:var(--ink);background:#087f8c33}.app-shell{width:min(3600px,calc(100vw - 24px));margin:0 auto;padding:var(--space-4) 0 var(--space-8)}.topbar,.panel,.inspector-card,.status-banner{border:1px solid var(--line);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.eyebrow,.panel-label{margin:0;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-hover);font-size:.7rem;font-weight:750}.topbar h1,.panel h2,.inspector-card h3{font-family:var(--font-display);letter-spacing:-.025em}.topbar{position:sticky;top:0;z-index:60;display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-3) var(--space-4);min-height:52px;padding:6px 12px;border-radius:var(--radius-lg);background:var(--surface);overflow:visible}.topbar h1{margin:0;font-size:1.15rem;font-weight:720;line-height:1.15;white-space:nowrap}.brand-lockup{display:flex;align-items:center;gap:8px;min-width:0;flex:0 0 auto}.brand-mark{position:relative;display:grid;flex:0 0 30px;place-items:center;width:30px;height:30px}.brand-mark img{display:block}.brand-virus{position:absolute;z-index:0;top:-2px;left:-3px;width:18px;height:18px;opacity:.7}.brand-pig{position:relative;z-index:1;width:30px;height:30px;filter:none}.brand-wordmark{min-width:0}.brand-wordmark p{display:none}.lede{max-width:44rem;margin:0;line-height:1.7;color:var(--muted)}.tree-panel-header{align-items:flex-start;gap:10px;padding:8px 12px 6px}.tree-panel-header-main{min-width:0;flex:1}.tree-panel-title{margin:0;font-family:var(--font-display);font-size:1.05rem;font-weight:700;line-height:1.2;letter-spacing:-.02em}.tree-panel-summary{display:flex;flex-wrap:wrap;align-items:baseline;column-gap:.25em;row-gap:6px;margin:3px 0 0;color:var(--muted);font-size:.8rem;line-height:1.35;font-variant-numeric:tabular-nums}.tree-details{display:contents}.tree-details-summary{cursor:pointer;color:var(--muted);font-size:.8rem;font-weight:650;line-height:1.35;list-style:none;-webkit-user-select:none;user-select:none}.tree-details-summary::-webkit-details-marker{display:none}.tree-details-summary:before{content:"▸ ";font-weight:400}.tree-details[open]>.tree-details-summary:before{content:"▾ "}.tree-panel-summary>span~.tree-details .tree-details-summary:before{content:"· ▸ "}.tree-panel-summary>span~.tree-details[open] .tree-details-summary:before{content:"· ▾ "}.tree-details-summary:hover{color:var(--accent-hover)}.tree-details-summary:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset);border-radius:2px}.tree-details:not([open]) .tree-details-body{display:none}.tree-details-body{flex:1 1 100%;width:100%;max-width:48rem;margin:0}.tree-description{max-width:48rem;margin:0 0 6px;line-height:1.55;color:var(--muted);font-size:.88rem}.tree-time-quality{max-width:48rem;margin:6px 0 0;padding:8px 12px;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface-subtle)}.tree-time-quality-metrics,.tree-time-quality-note,.tree-time-quality-warning{margin:0;line-height:1.5;font-size:.9rem}.tree-time-quality-metrics{color:var(--ink);font-weight:550}.tree-time-quality-note{margin-top:6px;color:var(--muted)}.tree-time-quality-warning{margin-top:8px;color:var(--warning);font-weight:550}.tree-time-quality--weak,.tree-time-quality--poor{border-color:#9c5a3f59;background:var(--warning-soft)}.tree-time-quality--ok{border-color:#28775b47;background:var(--success-soft)}.tree-time-quality--stitched{border-color:#087f8c42;background:var(--accent-soft)}.toolbar-controls{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;flex:1 1 auto;min-width:0}.toolbar-field .ui-select,.toolbar-field select{max-width:min(280px,42vw);width:auto}.toolbar-seq-count{color:var(--muted);font-size:.8rem;font-weight:600;letter-spacing:0;text-transform:none;white-space:nowrap}.toolbar-actions{display:inline-flex;flex-wrap:wrap;align-items:center;gap:6px;margin-left:auto}.toolbar-help{position:relative}.toolbar-help-panel{position:absolute;top:calc(100% + 6px);right:0;z-index:70;width:min(340px,calc(100vw - 32px));padding:12px 14px;border:1px solid var(--line-strong);border-radius:var(--radius-lg);background:var(--surface-strong);box-shadow:var(--shadow-overlay);color:var(--ink)}.toolbar-help-panel h2{margin:0 0 6px;font-family:var(--font-sans);font-size:.95rem;font-weight:700}.toolbar-help-panel p{margin:0 0 8px;color:var(--muted);font-size:.84rem;line-height:1.45}.toolbar-help-panel p:last-child{margin-bottom:0}.toolbar-help-panel kbd{display:inline-block;padding:1px 5px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-subtle);font-family:var(--font-mono);font-size:.75rem}.tree-mode-control{display:inline-flex;align-items:center;gap:6px;margin:0;padding:0;border:0;min-width:0}.tree-mode-control legend{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tree-mode-label{color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.tree-mode-options{display:inline-grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;padding:2px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-subtle)}.tree-mode-options button{min-height:var(--control-height-compact);padding:0 10px;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--muted);cursor:pointer;font-size:.8rem;font-weight:680;white-space:nowrap}.tree-mode-options button.active{background:var(--surface-strong);color:var(--accent-hover);box-shadow:none;border:1px solid var(--line)}.tree-mode-options button:not(.active):not(:disabled):hover{color:var(--ink);background:var(--surface)}.tree-mode-options button:disabled{cursor:not-allowed;opacity:.44}.status-banner{margin-top:18px;padding:14px 18px;border-radius:var(--radius-md);background:var(--warning-soft);color:var(--warning);font-weight:620}.workspace-stack{display:grid;grid-template-columns:1fr;align-items:stretch;gap:16px;margin-top:12px}.workspace-main{display:grid;grid-template-columns:1fr;gap:12px;min-width:0;min-height:0}.workspace-main .panel{min-height:0;min-width:0}.floating-data-tools{position:fixed;right:24px;bottom:24px;z-index:80;display:grid;gap:12px;pointer-events:none;justify-items:end}.floating-data-panel{pointer-events:auto;position:relative;display:flex;flex-direction:column;width:min(760px,calc(100vw - 44px));max-height:min(640px,calc(100vh - 128px));min-height:0;border:1px solid var(--line-strong);border-radius:var(--radius-lg);background:var(--surface-strong);box-shadow:var(--shadow-overlay);overflow:hidden}.floating-data-panel-color{width:min(340px,calc(100vw - 44px));max-height:none}.floating-data-panel-filter{width:min(760px,calc(100vw - 44px))}.floating-data-panel-search{width:min(688px,calc(100vw - 44px))}.floating-close-button{position:absolute;top:10px;right:10px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:var(--control-height-compact);height:var(--control-height-compact);border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-strong);color:var(--muted);cursor:pointer}.floating-close-button:hover{color:var(--ink);border-color:var(--line-strong);background:var(--surface-subtle)}.floating-sidecar-host{flex:0 0 auto;min-height:0;border:0;border-radius:0;background:var(--surface)}.floating-sidecar-host .taxonium-section{padding:12px 58px 12px 14px}.floating-data-panel-filter .floating-sidecar-host .taxonium-section,.floating-data-panel-filter .taxonium-section{padding:12px 40px 10px 12px!important}.floating-data-panel-filter .taxonium-search-header,.floating-data-panel-filter .taxonium-control-header{margin:0 0 6px!important;min-height:0!important;align-items:center;gap:8px}.floating-data-panel-filter .taxonium-filter-summary{margin:0 0 6px!important;padding:0}.floating-data-panel-filter .taxonium-filter-table-header{margin:4px 0 0!important}.floating-data-panel-filter .taxonium-filter-footer{margin-top:10px!important;padding-right:0!important}.floating-data-panel-filter .floating-close-button{top:8px;right:8px;width:30px;height:30px}.floating-sidecar-host .taxonium-external-panel,.floating-sidecar-host .taxonium-external-panel>div{height:auto;min-height:0}.floating-sidecar-host .taxonium-row-list,.floating-sidecar-host .taxonium-search-section>div:last-child,.floating-sidecar-host .taxonium-filter-section>div>div:last-child{max-height:min(360px,calc(100vh - 210px));overflow:auto}.floating-sidecar-host .taxonium-search-header{margin-bottom:8px}.floating-sidecar-host .taxonium-rule-row{padding:6px 0}.floating-sidecar-host .taxonium-add-rule{margin-top:0}.floating-sidecar-host .taxonium-color-section>div:first-child{display:grid;grid-template-columns:1fr;gap:7px;align-items:start}.floating-sidecar-host .taxonium-color-section h2{white-space:normal;padding-right:36px}.floating-sidecar-host .taxonium-color-section select,.floating-sidecar-host .taxonium-color-section input[type=number]{width:100%}.floating-data-panel-color .floating-sidecar-host .taxonium-section{padding:14px}.floating-data-panel-color .floating-sidecar-host .taxonium-external-panel{overflow:visible}.floating-tool-buttons{pointer-events:auto;display:inline-flex;gap:8px;width:fit-content;padding:6px;border:1px solid var(--line-strong);border-radius:var(--radius-lg);background:var(--surface-strong);box-shadow:var(--shadow-raised)}.floating-tool-button.ui-button{min-height:var(--control-height-comfortable);padding:8px 12px;border:0;background:transparent;color:var(--muted);font-size:.88rem}.floating-tool-button.ui-button:hover:not(:disabled):not(.ui-button--active){background:var(--accent-soft);color:var(--accent-hover)}.floating-tool-button.ui-button--active{background:var(--accent);color:#fff;box-shadow:none}.floating-tool-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 5px;border-radius:999px;background:var(--accent);color:#fff;font-size:.72rem;font-weight:750;font-variant-numeric:tabular-nums;line-height:1}.floating-tool-button.ui-button--active .floating-tool-badge{background:#ffffffeb;color:var(--accent-hover)}.panel{display:grid;grid-template-rows:auto minmax(0,1fr);border-radius:var(--radius-lg);background:var(--surface);overflow:hidden;min-height:0;min-width:0}.panel-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:10px 12px 8px;border-bottom:1px solid var(--line);background:var(--surface-subtle)}.workspace-main .panel h2{font-size:1.2rem}.workspace-main .tree-panel-title{font-size:1.02rem}.workspace-main .tree-description{margin-top:0;font-size:.82rem}.workspace-main .tree-time-quality{margin-top:6px;padding:6px 10px}.workspace-main .panel-detail{font-size:.8rem;line-height:1.35}.tree-body .taxonium-deck-buttons button,.tree-body button[title]{font-family:inherit}.tree-body .taxonium-deck-buttons button:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.panel h2{margin:5px 0 0;font-size:1.55rem;font-weight:720;line-height:1.15}.panel-detail{max-width:22rem;margin:0;line-height:1.6;color:var(--muted);font-size:.88rem}.panel-body{min-height:0;min-width:0;overflow:hidden}.utility-panel{min-height:0}.utility-header{align-items:center;padding:16px 22px 10px}.utility-header h2{margin-top:3px;font-family:var(--font-sans);font-size:1.2rem;line-height:1.2}.utility-tabs{display:inline-grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;width:min(520px,calc(100% - 44px));margin:0 22px 16px;padding:4px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-subtle)}.utility-tabs button{border:0;border-radius:var(--radius-sm);background:transparent;color:var(--muted);min-height:var(--control-height-compact);padding:7px 12px;font-size:.9rem;font-weight:650;cursor:pointer;transition:background-color .14s ease,color .14s ease,box-shadow .14s ease}.utility-tabs button:hover{background:var(--surface)}.utility-tabs button.active{background:var(--surface-strong);color:var(--accent-hover);box-shadow:none;border:1px solid var(--line)}.utility-body{display:flex;flex-direction:column;min-height:230px;padding:0 18px 18px;background:var(--surface-subtle)}.utility-note{margin:0 0 12px;padding:9px 12px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface)}.utility-note p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.45}.tree-body,.alignment-body{height:100%;min-height:0;min-width:0}.tree-body>div,.alignment-shell{height:100%}.tree-body{min-height:min(70dvh,720px)}.alignment-body{min-height:min(70dvh,720px);height:min(70dvh,720px);max-height:none}.history-panel{min-height:520px}.clock-panel,.geography-panel{min-height:560px}.genotype-panel{min-height:380px}.workspace-lower{min-height:0;padding:0;overflow:hidden}.workspace-lower-tabs{padding:10px 12px 12px;min-height:0}.workspace-lower-tabs>.ui-tabs__list{margin-bottom:10px;width:100%;max-width:52rem}.workspace-lower-tabs>.ui-tabs__panel{min-height:0}.workspace-lower .history-panel,.workspace-lower .clock-panel,.workspace-lower .geography-panel,.workspace-lower .genotype-panel{border:0;border-radius:0;box-shadow:none;background:transparent;min-height:0}.workspace-lower .history-panel .panel-header,.workspace-lower .clock-panel .panel-header,.workspace-lower .geography-panel .panel-header,.workspace-lower .genotype-panel .panel-header{padding-left:2px;padding-right:2px;background:transparent;border-bottom-color:var(--line)}.workspace-lower .history-body{min-height:468px}.workspace-lower .clock-body{min-height:640px;height:640px}.workspace-lower .geography-body{min-height:520px;display:flex;flex-direction:column;gap:8px}.workspace-lower .genotype-body{max-height:min(52dvh,520px)}.selection-metadata{padding:4px 2px 8px;min-height:200px}.selection-metadata-header{margin-bottom:10px}.selection-metadata-title{margin:0;font-family:var(--font-display);font-size:1.15rem;font-weight:720;line-height:1.2}.selection-metadata-id{margin:4px 0 0;color:var(--muted);font-size:.82rem}.selection-metadata-id code{font-family:var(--font-mono);font-size:.8rem}.selection-metadata-residue,.selection-metadata-genotype{margin:0 0 10px;color:var(--ink);font-size:.9rem;line-height:1.4}.selection-metadata-grid{margin-top:4px}.history-panel-header,.clock-panel-header,.geography-panel-header{align-items:center;padding-bottom:10px}.geography-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px 14px;min-width:0}.geography-control{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.9rem;font-weight:650;white-space:nowrap}.geography-control-label{color:var(--muted);font-size:.9rem;font-weight:650}.geography-control-slices input{width:4rem;min-width:0;min-height:36px;padding:5px 9px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-strong);color:var(--ink);box-sizing:border-box}.geography-map{flex:1 1 auto;min-height:420px;height:min(52dvh,560px);width:100%;border:1px solid var(--line);border-radius:var(--radius-md, 10px);overflow:hidden;background:#dce6df;z-index:0}.geography-pie-marker{background:transparent!important;border:0!important}.geography-pie-marker .geography-pie-svg{display:block;filter:drop-shadow(0 1px 2px rgba(20,28,22,.35));pointer-events:none}.geography-leaflet-popup .leaflet-popup-content-wrapper{border-radius:10px;box-shadow:0 8px 24px #141c162e}.geography-leaflet-popup .leaflet-popup-content{margin:10px 12px;min-width:140px}.geography-popup-title{font-weight:700;font-size:.95rem;color:var(--ink, #1f2420);margin-bottom:2px}.geography-popup-total{font-size:.82rem;color:var(--muted, #5c665e);margin-bottom:8px}.geography-popup-table{width:100%;border-collapse:collapse;font-size:.82rem}.geography-popup-table td{padding:2px 0;vertical-align:top}.geography-popup-table td:first-child{padding-right:12px;max-width:12rem;overflow:hidden;text-overflow:ellipsis}.geography-trait-chips{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;padding:0 12px 8px;max-height:6.5rem;overflow:auto}.geography-trait-chips-hint{color:var(--muted);font-size:.82rem;font-weight:650;margin-right:2px;cursor:help}.geography-trait-chip{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:4px 9px 4px 7px;border:1px solid rgba(16,43,51,.12);border-left-width:4px;border-radius:var(--radius-sm);background:#f1f6f6;color:var(--muted);font:inherit;font-size:.82rem;font-weight:650;text-align:left;cursor:pointer;transition:background .12s ease,border-color .12s ease,opacity .12s ease,box-shadow .12s ease}.geography-trait-chip:hover{border-color:#102b3338;background:#e8f0f0}.geography-trait-chip:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.geography-trait-chip.is-active{background:#eef5f4;box-shadow:inset 0 0 0 1px #102b330f}.geography-trait-chip.is-off{opacity:.5;background:#f6f7f6}.geography-trait-chip.is-off strong{text-decoration:line-through;text-decoration-thickness:1px}.geography-trait-chip strong{color:var(--ink);font-weight:720;max-width:10rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.geography-trait-chip-swatch{width:10px;height:10px;border-radius:999px;border:1px solid rgba(20,28,22,.25);flex:0 0 auto}.geography-trait-chip-count{font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:600;opacity:.85}.history-body{height:468px;padding:0 12px 12px}.clock-body{height:640px;padding:0 12px 12px}.clock-trait-rate-chip{display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:6px 8px;min-height:28px;padding:4px 10px 4px 8px;border:1px solid rgba(16,43,51,.12);border-left-width:4px;border-radius:var(--radius-sm);background:#f1f6f6;color:var(--muted);font:inherit;font-size:.82rem;font-weight:650;text-align:left;cursor:pointer;transition:background .12s ease,border-color .12s ease,opacity .12s ease,box-shadow .12s ease}.clock-trait-rate-chip:hover{border-color:#102b3338;background:#e8f0f0}.clock-trait-rate-chip:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.clock-trait-rate-chip.is-active{background:#eef5f4;box-shadow:inset 0 0 0 1px #102b330f}.clock-trait-rate-chip.is-off{opacity:.55;background:#f6f7f6}.clock-trait-rate-chip.is-off .clock-trait-rate-value{text-decoration:line-through;text-decoration-thickness:1px}.clock-trait-rate-chip strong{color:var(--ink);font-weight:720}.clock-trait-rate-value{font-variant-numeric:tabular-nums;color:var(--ink);font-weight:700}.clock-trait-rate-meta{font-size:.78rem;font-weight:600;opacity:.85}.history-plot,.clock-plot{width:100%;height:100%}.history-plot>div,.history-plot .plot-container,.history-plot .svg-container,.clock-plot>div,.clock-plot .plot-container,.clock-plot .svg-container{width:100%!important;height:100%!important}.split-empty{display:grid;place-items:center;height:100%;color:var(--muted);padding:24px}.taxonium-sidecar-host,.utility-stack{flex:1;min-height:0}.tab-pane{display:none;flex:1;min-height:0}.tab-pane.active{display:flex}.taxonium-sidecar-host{overflow:auto;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--line);min-height:150px}.taxonium-sidecar-host>div{height:100%}.floating-sidecar-host>div{height:auto}.taxonium-sidecar-host,.taxonium-sidecar-host *{font-family:var(--font-sans)}.taxonium-sidecar-host .taxonium-external-panel{padding:0;color:var(--ink)}.taxonium-sidecar-host .taxonium-section{padding:10px 14px 12px;border:0}.taxonium-sidecar-host .taxonium-control-panel{gap:12px}.taxonium-sidecar-host .taxonium-control-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:2px}.taxonium-sidecar-host .taxonium-control-summary{color:var(--muted);font-size:.86rem;white-space:nowrap}.taxonium-sidecar-host .taxonium-external-panel h2,.taxonium-sidecar-host .taxonium-external-panel .font-bold{font-family:var(--font-sans);font-weight:720}.taxonium-sidecar-host .taxonium-external-panel h2{margin:0;font-size:.98rem;line-height:1.35;color:var(--ink)}.taxonium-sidecar-host .taxonium-control-title{display:inline-flex;align-items:center;gap:8px;margin:0;padding:0;font-family:var(--font-sans);font-size:.98rem;font-weight:720;line-height:1.25;color:var(--ink)}.taxonium-sidecar-host .taxonium-control-title svg{flex:0 0 auto;width:20px;height:20px;color:var(--muted)}.taxonium-sidecar-host .taxonium-external-panel .text-sm{font-size:.9rem}.taxonium-sidecar-host .taxonium-external-panel .text-xs{font-size:.78rem}.taxonium-sidecar-host .taxonium-external-panel .text-gray-500,.taxonium-sidecar-host .taxonium-external-panel .text-gray-700{color:var(--muted)}.taxonium-sidecar-host .taxonium-external-panel .divide-y>*+*{border-top:0}.taxonium-sidecar-host .taxonium-external-panel select,.taxonium-sidecar-host .taxonium-external-panel input[type=text],.taxonium-sidecar-host .taxonium-external-panel input[type=number],.taxonium-sidecar-host .taxonium-external-panel textarea{min-height:34px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-strong);padding:5px 10px;color:var(--ink);box-shadow:none}.taxonium-sidecar-host .taxonium-external-panel button{border-radius:var(--radius-sm)}.taxonium-sidecar-host .taxonium-external-panel svg{vertical-align:middle}.taxonium-sidecar-host .taxonium-external-panel .tx-button{min-height:30px;border-color:var(--line);background:var(--surface-strong);color:var(--ink);box-shadow:none}.taxonium-sidecar-host .taxonium-external-panel .tx-button:hover{border-color:var(--line-strong);background:#eef5f5;color:var(--accent-hover)}.taxonium-sidecar-host .taxonium-external-panel input[type=checkbox]{width:16px;height:16px;margin:0;accent-color:var(--accent)}.taxonium-sidecar-host .taxonium-search-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px;min-height:0}.taxonium-sidecar-host .taxonium-display-toggle{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:5px 9px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-strong);color:var(--muted);font-size:.82rem;font-weight:600;white-space:nowrap}.taxonium-sidecar-host .taxonium-display-toggle[aria-pressed=true]{color:var(--accent);border-color:#087f8c47;background:var(--accent-soft)}.taxonium-sidecar-host .taxonium-search-section .taxonium-row-list,.taxonium-sidecar-host .taxonium-filter-section .taxonium-row-list{display:grid;gap:8px;margin-right:0;padding-right:0}.taxonium-sidecar-host .taxonium-search-section .taxonium-row-list>div,.taxonium-sidecar-host .taxonium-filter-section .taxonium-row-list>div{padding:0;border:0;border-radius:0;background:transparent}.taxonium-sidecar-host .taxonium-search-section .tx-button,.taxonium-sidecar-host .taxonium-filter-section .tx-button{justify-self:start}.taxonium-sidecar-host .taxonium-rule-row{padding:8px 0;border-bottom:1px solid rgba(16,43,51,.08)}.taxonium-sidecar-host .taxonium-row-main{display:grid;grid-template-columns:28px minmax(280px,1fr) auto minmax(16px,1fr) auto 30px;gap:10px;align-items:center}.taxonium-sidecar-host .taxonium-search-rule-row .taxonium-row-main{grid-template-columns:52px minmax(120px,1fr) minmax(110px,1.1fr) 92px minmax(88px,.9fr) 72px;column-gap:8px}.taxonium-sidecar-host .taxonium-search-rule-row.is-disabled{opacity:.58}.taxonium-sidecar-host .taxonium-search-swatch{display:block;width:10px;height:10px;border-radius:999px;border:1px solid rgba(16,43,51,.18);flex:0 0 auto}.taxonium-sidecar-host .taxonium-operator-select{width:100%;min-width:0;max-width:92px}.taxonium-sidecar-host .taxonium-search-empty{margin:8px 0 4px;padding:16px 12px;border:1px dashed var(--line);border-radius:var(--radius-md);background:var(--surface-subtle)}.taxonium-sidecar-host .taxonium-search-empty .ui-empty__title{margin:0 0 4px;font-size:.92rem;font-weight:700;color:var(--ink)}.taxonium-sidecar-host .taxonium-search-empty .ui-empty__body{color:var(--muted);font-size:.84rem;line-height:1.4}.taxonium-sidecar-host .taxonium-search-empty .ui-empty__body p{margin:0}.taxonium-sidecar-host .taxonium-row-match-pos{display:block;margin-top:2px;color:var(--accent-hover);font-size:.74rem;font-weight:700;font-variant-numeric:tabular-nums}.taxonium-sidecar-host .taxonium-row-count-main{display:block;font-variant-numeric:tabular-nums}.taxonium-sidecar-host .taxonium-row-count-unit{font-weight:500;color:var(--muted)}.taxonium-sidecar-host .taxonium-search-section .taxonium-row-spacer{display:none}.taxonium-sidecar-host .taxonium-filter-section .taxonium-row-main{grid-template-columns:28px minmax(0,1fr) minmax(0,1.25fr) 84px 40px 44px 30px;column-gap:6px;align-items:center;width:100%;max-width:100%;box-sizing:border-box}.taxonium-sidecar-host .taxonium-filter-rule-row.is-disabled{opacity:.58}.taxonium-sidecar-host .taxonium-filter-section .taxonium-row-spacer{display:none}.taxonium-sidecar-host .taxonium-filter-summary{display:flex;align-items:baseline;gap:6px;min-width:0;margin:0 0 10px;padding:0 2px;color:var(--muted);font-size:.8rem;line-height:1.35}.taxonium-sidecar-host .taxonium-filter-expression{flex:0 1 auto;min-width:0;max-width:min(100%,42rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.78rem;font-weight:600;color:var(--ink);background:transparent}.taxonium-sidecar-host .taxonium-filter-summary-grow{flex:1 1 auto;min-width:8px}.taxonium-sidecar-host .taxonium-filter-summary-sep{flex:0 0 auto;color:var(--muted);font-weight:600}.taxonium-sidecar-host .taxonium-filter-summary-count{flex:0 0 auto;font-variant-numeric:tabular-nums;font-weight:700;color:var(--accent-hover);white-space:nowrap}.taxonium-sidecar-host .taxonium-filter-summary-idle{color:var(--muted)}.taxonium-sidecar-host .taxonium-filter-expression-info{flex:0 0 auto;align-self:center}.taxonium-sidecar-host .taxonium-filter-expression-info-btn{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:1px solid var(--line);border-radius:999px;background:var(--surface-strong);color:var(--muted);cursor:help;line-height:1}.taxonium-sidecar-host .taxonium-filter-expression-info-btn:hover,.taxonium-sidecar-host .taxonium-filter-expression-info-btn:focus-visible{color:var(--accent-hover);border-color:#087f8c59;background:var(--accent-soft);outline:none}.taxonium-sidecar-host .taxonium-filter-expression-help p{margin:0 0 6px}.taxonium-sidecar-host .taxonium-filter-expression-help ul{margin:0;padding-left:1.1em}.taxonium-sidecar-host .taxonium-filter-expression-help li{margin:0 0 3px}.taxonium-sidecar-host .taxonium-filter-expression-help li:last-child{margin-bottom:0}.taxonium-sidecar-host .taxonium-filter-expression-help code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em;font-weight:650}.taxonium-sidecar-host .taxonium-genotype-filter-clear{flex:0 0 auto}.taxonium-sidecar-host .taxonium-value-combobox{position:relative;min-width:0;width:100%}.taxonium-sidecar-host .taxonium-value-combobox__field{position:relative;display:flex;align-items:stretch;min-width:0}.taxonium-sidecar-host .taxonium-value-combobox__field input{width:100%;min-width:0;padding-right:28px}.taxonium-sidecar-host .taxonium-value-combobox__toggle{position:absolute;top:50%;right:2px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--muted);cursor:pointer}.taxonium-sidecar-host .taxonium-value-combobox__toggle:hover:not(:disabled){color:var(--ink);background:var(--surface-subtle)}.taxonium-sidecar-host .taxonium-value-combobox__list{margin:0;padding:4px 0;overflow:auto;list-style:none;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface-strong);box-shadow:var(--shadow-overlay)}.taxonium-sidecar-host .taxonium-value-combobox__option{padding:5px 10px;color:var(--ink);font-size:.8rem;line-height:1.3;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.taxonium-sidecar-host .taxonium-value-combobox__option.is-active,.taxonium-sidecar-host .taxonium-value-combobox__option:hover{background:var(--accent-soft);color:var(--accent-hover)}.taxonium-sidecar-host .taxonium-value-combobox__hint{padding:6px 10px;color:var(--muted);font-size:.72rem;line-height:1.3;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-strong);box-shadow:var(--shadow-raised)}.taxonium-sidecar-host .taxonium-filter-empty{margin:8px 0 4px;padding:16px 12px;border:1px dashed var(--line);border-radius:var(--radius-md);background:var(--surface-subtle)}.taxonium-sidecar-host .taxonium-filter-empty .ui-empty__title{margin:0 0 4px;font-size:.92rem;font-weight:700;color:var(--ink)}.taxonium-sidecar-host .taxonium-filter-empty .ui-empty__body{color:var(--muted);font-size:.84rem;line-height:1.4}.taxonium-sidecar-host .taxonium-filter-empty .ui-empty__body p{margin:0}.taxonium-sidecar-host .taxonium-row-exclude{display:inline-flex;align-items:center;justify-content:center;gap:0;width:100%;min-height:34px}.taxonium-sidecar-host .taxonium-row-exclude-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.taxonium-sidecar-host .taxonium-row-enable{display:flex;align-items:center;justify-content:center;gap:6px;width:auto;min-width:28px;height:34px}.taxonium-sidecar-host .taxonium-search-section .taxonium-row-enable{width:52px;justify-content:flex-start;padding-left:2px}.taxonium-sidecar-host .taxonium-row-controls{display:flex;align-items:center;gap:6px;min-width:0}.taxonium-sidecar-host .taxonium-row-controls label{display:inline-flex;align-items:center;min-height:34px}.taxonium-sidecar-host .taxonium-row-controls select{width:min(220px,38vw)}.taxonium-sidecar-host .taxonium-row-controls input[type=text]{width:min(320px,42vw)}.taxonium-sidecar-host .taxonium-filter-section .taxonium-row-controls,.taxonium-sidecar-host .taxonium-search-section .taxonium-row-controls{display:contents}.taxonium-sidecar-host .taxonium-search-section .taxonium-search-footer{display:flex;align-items:center;gap:12px;width:100%;margin-top:14px;padding-right:40px}.taxonium-sidecar-host .taxonium-search-section .taxonium-search-footer .taxonium-add-rule{display:inline-flex;align-items:center;gap:8px}.taxonium-sidecar-host .taxonium-filter-section .taxonium-filter-footer{display:flex;flex-wrap:wrap;align-items:center;gap:10px;width:100%;margin-top:14px;padding-right:40px}.taxonium-sidecar-host .taxonium-filter-section .taxonium-filter-footer .taxonium-add-rule,.taxonium-sidecar-host .taxonium-filter-section .taxonium-filter-footer .taxonium-clear-filters{display:inline-flex;align-items:center;gap:8px}.taxonium-sidecar-host .taxonium-filter-section .taxonium-row-controls select,.taxonium-sidecar-host .taxonium-filter-section .taxonium-row-controls input[type=text],.taxonium-sidecar-host .taxonium-filter-section .taxonium-row-controls input[type=number]{width:100%;min-width:0}.taxonium-sidecar-host .taxonium-filter-section .taxonium-row-controls .taxonium-operator-select{max-width:none;width:100%}.taxonium-sidecar-host .taxonium-filter-section .taxonium-row-count,.taxonium-sidecar-host .taxonium-filter-table-header span:nth-child(6){justify-self:start;text-align:left;font-variant-numeric:tabular-nums;min-width:0}.taxonium-sidecar-host .taxonium-filter-section .taxonium-row-actions{justify-self:start;justify-content:flex-start;width:30px;min-width:30px}.taxonium-sidecar-host .taxonium-search-section .taxonium-row-controls select,.taxonium-sidecar-host .taxonium-search-section .taxonium-row-controls input[type=text],.taxonium-sidecar-host .taxonium-search-section .taxonium-row-controls input[type=number]{width:100%;min-width:0}.taxonium-sidecar-host .taxonium-search-section .taxonium-row-controls .taxonium-operator-select{max-width:92px}.taxonium-sidecar-host .taxonium-search-table-header,.taxonium-sidecar-host .taxonium-filter-table-header{display:grid;column-gap:8px;align-items:end;margin:6px 0 2px;padding-right:0;color:#667b80;font-size:.62rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.taxonium-sidecar-host .taxonium-search-table-header{grid-template-columns:52px minmax(120px,1fr) minmax(110px,1.1fr) 92px minmax(88px,.9fr) 72px}.taxonium-sidecar-host .taxonium-filter-table-header{grid-template-columns:28px minmax(0,1fr) minmax(0,1.25fr) 84px 40px 44px 30px;width:100%;max-width:100%;box-sizing:border-box;column-gap:6px}.taxonium-sidecar-host .taxonium-filter-table-header .taxonium-filter-col-actions{min-height:1em}.taxonium-sidecar-host .taxonium-search-section .taxonium-row-count{text-align:left;justify-self:start;line-height:1.25;white-space:normal}.taxonium-sidecar-host .taxonium-filter-section .taxonium-row-count{line-height:1.25}.taxonium-sidecar-host .taxonium-search-section .taxonium-row-actions .ui-icon-button,.taxonium-sidecar-host .taxonium-search-section .taxonium-row-actions .taxonium-icon-button{min-width:30px;width:30px;height:30px;padding:0}.taxonium-sidecar-host .taxonium-search-table-header span,.taxonium-sidecar-host .taxonium-filter-table-header span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.taxonium-sidecar-host .taxonium-search-section .taxonium-row-controls label,.taxonium-sidecar-host .taxonium-filter-section .taxonium-row-controls label{display:inline-flex;align-items:center;gap:4px;height:34px;min-height:34px;line-height:1;white-space:nowrap}.taxonium-sidecar-host .taxonium-filter-section .taxonium-row-option{display:inline-flex;align-items:center;align-self:center;gap:4px;height:34px;min-height:34px;line-height:1;padding:0;margin:0}.taxonium-sidecar-host .taxonium-search-section .taxonium-row-actions,.taxonium-sidecar-host .taxonium-filter-section .taxonium-row-option,.taxonium-sidecar-host .taxonium-filter-section .taxonium-row-enable,.taxonium-sidecar-host .taxonium-filter-section .taxonium-row-actions{justify-content:center}.taxonium-sidecar-host .taxonium-filter-section .taxonium-row-option input[type=checkbox]{flex:0 0 auto;display:block}.taxonium-sidecar-host .taxonium-filter-section .taxonium-row-count{white-space:normal}.taxonium-sidecar-host .taxonium-filter-section .taxonium-row-actions .ui-icon-button,.taxonium-sidecar-host .taxonium-filter-section .taxonium-row-actions .taxonium-icon-button{min-width:30px;width:30px;height:30px;padding:0}.taxonium-sidecar-host .taxonium-row-option{min-height:34px;color:var(--muted);white-space:nowrap}.taxonium-sidecar-host .taxonium-row-count{color:var(--muted);font-size:.86rem;white-space:nowrap}.taxonium-sidecar-host .taxonium-row-actions{display:flex;gap:4px}.taxonium-sidecar-host .taxonium-icon-button{display:inline-flex;align-items:center;justify-content:center;min-width:30px;width:30px;height:30px;padding:0}.taxonium-sidecar-host .taxonium-add-rule{margin-top:2px}.taxonium-sidecar-host .taxonium-color-section>div:first-child{display:grid;grid-template-columns:max-content minmax(220px,360px);align-items:center;gap:10px}.taxonium-sidecar-host .taxonium-alignment-color-controls{display:grid;grid-column:2;grid-template-columns:repeat(2,minmax(132px,1fr));gap:8px}.taxonium-sidecar-host .taxonium-alignment-color-controls label{display:grid;gap:4px;color:var(--muted);font-size:.72rem;font-weight:700;text-transform:uppercase}.floating-data-panel-color .floating-sidecar-host .taxonium-color-section{padding:8px 12px 10px}.floating-data-panel-color .floating-sidecar-host .taxonium-color-section>div:first-child{display:grid;grid-template-columns:1fr;align-items:start;gap:5px}.floating-data-panel-color .floating-sidecar-host .taxonium-alignment-color-controls{grid-column:auto;grid-template-columns:1fr}.floating-data-panel-color .floating-sidecar-host .taxonium-color-section h2{display:flex;align-items:center;gap:8px;min-height:0;margin:0;line-height:1.15;white-space:normal;padding-right:36px}.floating-data-panel-color .floating-sidecar-host .taxonium-color-section select,.floating-data-panel-color .floating-sidecar-host .taxonium-color-section input[type=number]{width:100%;min-height:32px;height:32px;padding-top:3px;padding-bottom:3px}.floating-data-panel-color,.floating-data-panel-color .floating-sidecar-host,.floating-data-panel-color .floating-sidecar-host>div,.floating-data-panel-color .floating-sidecar-host .taxonium-external-panel,.floating-data-panel-color .floating-sidecar-host .taxonium-external-panel>div{height:auto;min-height:0}.floating-data-panel-color .floating-sidecar-host{flex:0 0 auto;overflow:visible}.floating-data-panel-color .floating-close-button{top:8px;right:8px;width:30px;height:30px}@media(max-width:760px){.taxonium-sidecar-host .taxonium-row-main,.taxonium-sidecar-host .taxonium-search-rule-row .taxonium-row-main{grid-template-columns:52px minmax(0,1fr) auto;gap:8px}.taxonium-sidecar-host .taxonium-search-table-header{display:none}.taxonium-sidecar-host .taxonium-row-controls{grid-column:2 / 4;display:flex;flex-wrap:wrap;flex-direction:row;align-items:stretch}.taxonium-sidecar-host .taxonium-search-section .taxonium-row-controls{display:flex}.taxonium-sidecar-host .taxonium-row-controls select,.taxonium-sidecar-host .taxonium-row-controls input[type=text],.taxonium-sidecar-host .taxonium-row-controls input[type=number]{width:100%;min-width:0}.taxonium-sidecar-host .taxonium-operator-select{max-width:none}.taxonium-sidecar-host .taxonium-row-option{grid-column:2 / 3;min-height:24px}.taxonium-sidecar-host .taxonium-row-count{grid-column:2 / 3}.taxonium-sidecar-host .taxonium-row-actions{grid-column:3 / 4}.taxonium-sidecar-host .taxonium-row-main>.taxonium-icon-button{grid-column:3 / 4}}.utility-stack{display:grid;gap:16px;padding:0 18px 18px;overflow:auto;align-content:start}.taxonium{height:100%}@media(min-width:1200px){.workspace-main{grid-template-columns:minmax(0,1fr) minmax(0,1fr);height:var(--workspace-main-height);min-height:var(--workspace-main-height);max-height:var(--workspace-main-height)}.workspace-main .tree-panel,.workspace-main .alignment-panel{display:grid;min-height:0;height:100%;max-height:100%}.workspace-main .tree-body,.workspace-main .alignment-body{min-height:0;height:auto;max-height:none}}@media(max-width:1199px){.workspace-main .tree-panel,.workspace-main .alignment-panel{min-height:0}.workspace-main .tree-body,.workspace-main .alignment-body{min-height:min(55dvh,560px);height:min(55dvh,560px);max-height:none}}@media(max-width:1100px){.toolbar-actions{margin-left:0}.history-panel,.clock-panel,.geography-panel{min-height:500px}.genotype-panel{min-height:360px}.utility-body{min-height:420px}}@media(max-width:720px){.app-shell{width:calc(100vw - 16px);padding-top:8px}.topbar{gap:8px;padding:6px 8px}.topbar h1{font-size:1.05rem}.toolbar-field select{max-width:min(220px,56vw)}.panel-header{flex-direction:column;padding:17px 16px 13px}.alignment-controls{justify-content:stretch;min-width:100%}.alignment-controls label,.alignment-controls select,.alignment-view-tabs{width:100%;max-width:none}.utility-tabs{grid-template-columns:1fr}.floating-data-tools{right:12px;bottom:12px}.floating-data-panel,.floating-data-panel-color,.floating-data-panel-filter,.floating-data-panel-search{width:calc(100vw - 24px)}.floating-tool-buttons{max-width:calc(100vw - 24px)}.floating-tool-button{padding-inline:10px}}.inferred-toggle{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:.9rem;cursor:pointer}.inferred-toggle input{width:16px;height:16px;cursor:pointer;accent-color:var(--accent)}.inferred-status{color:var(--muted);font-size:.82rem}.taxonium-sidecar-host .taxonium-color-panel{display:flex;flex-direction:column;gap:8px;min-width:0}.taxonium-sidecar-host .taxonium-color-panel__header{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;padding-right:28px}.taxonium-sidecar-host .taxonium-color-reset{flex:0 0 auto}.taxonium-sidecar-host .taxonium-color-active{margin:0;color:var(--ink);font-size:.82rem;font-weight:650;line-height:1.3}.taxonium-sidecar-host .taxonium-color-field{display:flex;flex-direction:column;gap:4px;min-width:0}.taxonium-sidecar-host .taxonium-color-field__label{color:var(--muted);font-size:.68rem;font-weight:750;letter-spacing:.05em;text-transform:uppercase}.taxonium-sidecar-host .taxonium-color-field select{width:100%}.taxonium-sidecar-host .taxonium-inferred-block{display:flex;flex-direction:column;gap:6px;padding:8px 10px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-subtle)}.taxonium-sidecar-host .taxonium-inferred-hint,.taxonium-sidecar-host .taxonium-inferred-legend__help{margin:0;color:var(--muted);font-size:.78rem;line-height:1.35}.taxonium-sidecar-host .taxonium-inferred-legend{display:flex;flex-direction:column;gap:6px}.taxonium-sidecar-host .taxonium-inferred-legend__swatches{gap:6px 10px}.taxonium-sidecar-host .taxonium-inferred-legend__swatches .ui-legend__swatch{border:1px solid rgba(16,43,51,.18)}@media(max-width:460px){.floating-tool-button span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.floating-tool-button{justify-content:center;width:42px;padding-inline:8px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(forced-colors:active){button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[role=tab]:focus-visible,[role=radio]:focus-visible{outline:2px solid Highlight;outline-offset:2px}.genotype-row-selected,.ui-button--active,.floating-tool-button.ui-button--active{outline:2px solid Highlight;forced-color-adjust:none}.ui-legend__swatch{border:2px solid CanvasText}}
