:root{color-scheme:light;font-family:Avenir Next,Avenir,Helvetica Neue,Arial,sans-serif;font-synthesis:none;--canvas: #eef1ec;--surface: #fafbf7;--surface-muted: #f1f4ef;--surface-strong: #e6ebe5;--ink: #17201d;--ink-soft: #35413d;--muted: #68746f;--line: #ccd4ce;--line-strong: #aebbb4;--accent: #94070a;--accent-strong: #720407;--accent-soft: #f1dddf;--on-accent: #fff9f7;--positive: #176347;--positive-soft: #dfede5;--caution: #825f18;--caution-soft: #f2e9ce;--negative: #a73834;--negative-soft: #f3dfdc;--skeleton: #dde3dd;--series-1: #94070a;--series-2: #2d6489;--series-3: #8b641c;--series-4: #665080;--series-5: #6f6962;--shadow: 0 18px 48px rgba(32, 47, 41, .08);background:var(--canvas);color:var(--ink)}*{box-sizing:border-box}html{min-width:320px;background:var(--canvas);scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0;background:var(--canvas);color:var(--ink);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a,label{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button,[role=button]{touch-action:manipulation}::selection{color:var(--on-accent);background:var(--accent)}.app-shell{min-height:100vh;display:flex;flex-direction:column}.container{width:min(1280px,calc(100% - 48px));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--canvas) 88%,transparent);border-bottom:1px solid color-mix(in srgb,var(--line) 80%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav-wrap{min-height:76px;display:flex;justify-content:space-between;gap:32px;align-items:center}.brand-lockup{display:inline-flex;gap:12px;align-items:center;border-radius:9px}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;background:var(--accent);color:var(--on-accent);font-size:1.05rem;font-weight:750;line-height:1;box-shadow:inset 0 0 0 1px #ffffff29}.brand,.brand-caption{display:block}.brand{color:var(--ink);font-size:1.3rem;font-weight:720;line-height:1.05;letter-spacing:-.02em}.brand-caption{margin-top:4px;color:var(--muted);font-size:.72rem;line-height:1}.page{flex:1;padding-top:64px;padding-bottom:88px}.page-stack{display:grid;gap:32px}.section-index{margin:0 0 10px;color:var(--accent);font-size:.75rem;font-weight:720}.result-count{display:inline-flex;min-height:34px;align-items:center;border:1px solid var(--line);border-radius:999px;padding:7px 12px;color:var(--ink-soft);background:var(--surface-muted);font-size:.76rem;font-weight:650;white-space:nowrap}.workbench,.results-section{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:var(--shadow)}.workbench{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(310px,.75fr)}.sequence-form{min-width:0;padding:32px}.protocol-panel{padding:32px;border-left:1px solid var(--line);background:var(--surface-muted)}.section-heading{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.section-heading h2,.protocol-panel h2{margin:0;color:var(--ink);font-size:1.35rem;font-weight:670;line-height:1.2;letter-spacing:-.025em}.format-note{display:inline-flex;flex:none;align-items:center;min-height:28px;padding:5px 9px;border:1px solid var(--line);border-radius:7px;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.7rem}.field-group{margin-top:28px}.field-group label{display:block;margin-bottom:7px;color:var(--ink);font-size:.88rem;font-weight:680}.field-help{display:block;margin-bottom:10px;color:var(--muted);font-size:.78rem;line-height:1.5}.input{width:100%;min-height:44px;border:1px solid var(--line-strong);border-radius:10px;padding:11px 13px;color:var(--ink);background:var(--surface);outline:none;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.input::placeholder{color:color-mix(in srgb,var(--muted) 72%,transparent)}.input:hover{border-color:var(--muted)}.input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.textarea{min-height:250px;resize:vertical;line-height:1.7;-moz-tab-size:2;tab-size:2}.mono,code{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.8rem}.cta-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:18px}.button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:9px;padding:10px 15px;color:var(--ink);background:var(--surface);cursor:pointer;font-size:.85rem;font-weight:650;line-height:1;white-space:nowrap;transition:color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.button:hover:not(:disabled){border-color:var(--ink-soft);background:var(--surface-muted);transform:translateY(-1px)}.button:active:not(:disabled){transform:translateY(1px)}.button.primary{border-color:var(--accent);color:var(--on-accent);background:var(--accent)}.button.primary:hover:not(:disabled){border-color:var(--accent-strong);background:var(--accent-strong)}.button:disabled{cursor:not-allowed;opacity:.46}.button:focus-visible,.brand-lockup:focus-visible{outline:3px solid var(--accent-soft);outline-offset:2px}.file-button:focus-within{outline:3px solid var(--accent-soft);outline-offset:2px}.form-feedback{min-height:26px;margin-top:10px;color:var(--muted);font-size:.78rem}.form-feedback p{margin:0;line-height:1.5}.error-text{color:var(--negative)}.protocol-panel>h2{max-width:280px;font-size:1.75rem;line-height:1.08}.protocol-list{display:grid;gap:0;margin:28px 0;padding:0;list-style:none}.protocol-list li{position:relative;display:grid;grid-template-columns:32px 1fr;gap:12px;padding:0 0 24px}.protocol-list li:not(:last-child):after{position:absolute;top:30px;bottom:0;left:14px;width:1px;background:var(--line);content:""}.protocol-list li:last-child{padding-bottom:0}.protocol-list li>span{position:relative;z-index:1;width:29px;height:29px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:8px;color:var(--accent);background:var(--surface-muted);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.72rem;font-weight:700}.protocol-list strong{color:var(--ink);font-size:.9rem}.protocol-list p{margin:5px 0 0;color:var(--muted);font-size:.79rem;line-height:1.55}.citation-note{border-left:2px solid var(--accent);padding:3px 0 3px 14px;color:var(--ink-soft)}.citation-note strong{color:var(--ink);font-size:.8rem}.citation-note p{margin:6px 0 0;font-size:.76rem;line-height:1.55}.results-heading{align-items:center;padding:25px 28px 22px;border-bottom:1px solid var(--line)}.empty-state{min-height:200px;display:flex;align-items:center;justify-content:center;gap:18px;padding:36px;color:var(--muted);background:var(--surface-muted)}.empty-state strong{color:var(--ink);font-size:.95rem}.empty-state p{margin:4px 0 0;font-size:.82rem;line-height:1.5}.empty-code{min-width:54px;padding:10px;border:1px solid var(--line);border-radius:8px;color:var(--accent);background:var(--surface);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.72rem;font-weight:700;text-align:center}.table-wrap{width:100%;overflow:auto;scrollbar-color:var(--line-strong) transparent}table{width:100%;border-collapse:separate;border-spacing:0}.results-section table{min-width:980px}th,td{border-bottom:1px solid var(--line);padding:13px 15px;text-align:left;vertical-align:top}th{position:sticky;top:0;z-index:2;color:var(--muted);background:var(--surface-muted);font-size:.7rem;font-weight:720;line-height:1.25;white-space:nowrap}td{color:var(--ink-soft);background:var(--surface);font-size:.79rem;line-height:1.55}tbody tr:last-child td{border-bottom:0}tbody tr:hover td{background:color-mix(in srgb,var(--accent-soft) 36%,var(--surface))}.row-heading{color:var(--ink);font-weight:680;white-space:nowrap}.numeric{font-variant-numeric:tabular-nums}.status-indicator-column,.status-indicator-cell{width:34px;padding-right:4px;text-align:center}.row-status-square{width:10px;height:10px;display:inline-block;border:1px solid var(--line-strong);border-radius:2px;background:var(--surface-strong)}.row-status-square.classified{border-color:var(--positive);background:var(--positive);box-shadow:0 0 0 3px var(--positive-soft)}.confidence-score{min-width:76px;display:inline-grid;grid-template-columns:auto auto;gap:7px;align-items:baseline;border:1px solid var(--line-strong);border-radius:7px;padding:6px 8px;background:var(--surface);font-variant-numeric:tabular-nums;line-height:1;white-space:nowrap}.confidence-score strong{color:var(--ink);font-size:.78rem}.confidence-score span{font-size:.62rem;font-weight:720;text-transform:capitalize}.confidence-score.positive{border-color:var(--positive);color:var(--positive)}.confidence-score.caution{border-color:var(--caution);color:var(--caution)}.confidence-score.negative{border-color:var(--negative);color:var(--negative)}.confidence-score.neutral{color:var(--muted)}.table-action{min-height:32px;padding:7px 10px;font-size:.72rem}.detail-dialog{width:min(980px,calc(100% - 32px));max-height:calc(100dvh - 48px);overflow:visible;border:0;padding:0;color:var(--ink);background:transparent}.detail-dialog::backdrop{background:#150c0d9e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.dialog-card{max-height:calc(100dvh - 48px);overflow:auto;border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:0 28px 80px #1f090b47}.dialog-header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;padding:24px;border-bottom:1px solid var(--line);background:var(--surface-muted)}.dialog-header p{margin:0 0 7px;color:var(--accent);font-size:.72rem;font-weight:720}.dialog-header h2{margin:0;font-size:1.45rem;line-height:1.15;letter-spacing:-.025em}.dialog-query{display:block;margin-top:7px;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.76rem}.dialog-close{flex:none}.dialog-content{display:grid;gap:0;padding:0 24px}.dialog-body{display:grid;grid-template-columns:minmax(0,.88fr) minmax(390px,1.12fr)}.detail-field{display:block;padding:22px 0}.detail-field+.detail-field{border-top:1px solid var(--line)}.detail-field>span{display:block;margin-bottom:8px;color:var(--muted);font-size:.74rem;font-weight:700}.detail-field p,.detail-field code{margin:0;color:var(--ink-soft);line-height:1.65;overflow-wrap:anywhere;white-space:pre-wrap}.top-hit-summary{display:grid;gap:14px}.top-hit-summary>div{display:grid;gap:6px}.top-hit-summary span{color:var(--muted);font-size:.66rem;font-weight:650}.top-hit-summary code{border:1px solid var(--line);border-radius:7px;padding:9px 10px;color:var(--ink);background:var(--surface-muted);overflow-wrap:anywhere}.top-hit-summary strong{border-left:2px solid var(--accent);padding:3px 0 3px 10px;color:var(--ink);font-size:.8rem;line-height:1.5;overflow-wrap:anywhere}.warning-detail p{color:var(--ink-soft)}.evidence-visuals{display:grid;align-content:start;border-left:1px solid var(--line);padding:0 24px;background:var(--surface-muted)}.evidence-chart{padding:20px 0}.evidence-chart+.evidence-chart{border-top:1px solid var(--line)}.chart-heading{display:flex;justify-content:space-between;gap:16px;align-items:baseline;margin-bottom:12px}.chart-heading>span{color:var(--ink);font-size:.78rem;font-weight:700}.chart-heading strong{color:var(--ink);font-size:1rem;font-variant-numeric:tabular-nums}.chart-heading code{overflow:hidden;max-width:230px;color:var(--muted);font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.chart-track{height:8px;overflow:hidden;border-radius:3px;background:var(--surface-strong)}.chart-track>span{width:var(--chart-value);height:100%;display:block;background:var(--accent)}.confidence-chart.positive>span{background:var(--positive)}.confidence-chart.caution>span{background:var(--caution)}.confidence-chart.negative>span{background:var(--negative)}.chart-caption{margin:7px 0 0;color:var(--muted);font-size:.7rem;line-height:1.4}.neighbor-strip{display:flex;gap:5px}.neighbor-tile{height:24px;min-width:10px;flex:1;border-radius:4px}.series-1{background:var(--series-1)}.series-2{background:var(--series-2)}.series-3{background:var(--series-3)}.series-4{background:var(--series-4)}.series-5{background:var(--series-5)}.vote-legend{display:grid;gap:7px;margin:12px 0 0;padding:0;list-style:none}.vote-legend li{display:grid;grid-template-columns:10px minmax(0,1fr) auto;gap:8px;align-items:center;color:var(--ink-soft);font-size:.69rem}.vote-legend li>span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vote-legend strong{color:var(--ink);font-variant-numeric:tabular-nums}.legend-swatch{width:9px;height:9px;border-radius:2px}.quality-metrics{display:grid;gap:13px}.quality-row>div:first-child{display:flex;justify-content:space-between;gap:16px;margin-bottom:6px;color:var(--muted);font-size:.7rem}.quality-row strong{color:var(--ink);font-variant-numeric:tabular-nums}.hit-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:16px 0 0}.hit-stats div{border-top:1px solid var(--line);padding-top:10px}.hit-stats dt{color:var(--muted);font-size:.66rem}.hit-stats dd{margin:4px 0 0;color:var(--ink);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.76rem;font-variant-numeric:tabular-nums}.status-chip{display:inline-flex;min-height:25px;align-items:center;border-radius:999px;padding:4px 9px;font-size:.68rem;font-weight:700;line-height:1;white-space:nowrap}.status-chip.neutral{color:var(--ink-soft);background:var(--surface-strong)}.status-chip.positive{color:var(--positive);background:var(--positive-soft)}.status-chip.caution{color:var(--caution);background:var(--caution-soft)}.status-chip.negative{color:var(--negative);background:var(--negative-soft)}.kegg-status{min-height:29px;display:inline-flex;align-items:center;border:1px solid;border-radius:7px;padding:6px 9px;background:var(--surface);font-size:.68rem;font-weight:720;line-height:1;white-space:nowrap}.kegg-status.target{border-color:var(--positive);color:var(--positive);box-shadow:inset 0 0 0 1px var(--positive-soft)}.kegg-status.rejected{border-color:var(--negative);color:var(--negative);box-shadow:inset 0 0 0 1px var(--negative-soft)}.loading-table{display:grid;padding:10px 0;background:var(--surface)}.loading-row{display:grid;grid-template-columns:repeat(5,minmax(90px,1fr));gap:18px;padding:15px 24px;border-bottom:1px solid var(--line)}.loading-row:last-of-type{border-bottom:0}.loading-row span{height:11px;border-radius:4px;background:var(--skeleton);animation:loading-pulse 1.4s ease-in-out infinite}.loading-row span:nth-child(2n){width:72%}.loading-row span:nth-child(3n){width:88%}.site-footer{border-top:1px solid var(--line);color:var(--muted);background:var(--surface-muted)}.footer-content{min-height:82px;display:flex;justify-content:space-between;gap:24px;align-items:center;font-size:.76rem}.footer-content strong{color:var(--ink);font-size:.85rem}.footer-content a{color:var(--accent);font-weight:700;text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--accent) 45%,transparent);text-underline-offset:4px;transition:color .15s ease,text-decoration-color .15s ease}.footer-content a:hover{color:var(--accent-strong);text-decoration-color:currentColor}.footer-content a:focus-visible{border-radius:4px;outline:3px solid var(--accent-soft);outline-offset:3px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;margin:-1px!important;padding:0!important;border:0!important;white-space:nowrap!important}@keyframes loading-pulse{0%,to{opacity:.45}50%{opacity:1}}@keyframes page-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: no-preference){.page-stack{animation:page-enter .36s ease-out both}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-color-scheme: dark){:root{color-scheme:dark;--canvas: #111815;--surface: #18211e;--surface-muted: #202a26;--surface-strong: #2a3631;--ink: #e7ede9;--ink-soft: #c5d0ca;--muted: #99a8a1;--line: #34413b;--line-strong: #4d5d55;--accent: #dc747b;--accent-strong: #f08f95;--accent-soft: #481f23;--on-accent: #211012;--positive: #7ed8ae;--positive-soft: #183a2e;--caution: #e0bd67;--caution-soft: #3c321c;--negative: #ef8f87;--negative-soft: #452723;--skeleton: #2b3933;--series-1: #dc747b;--series-2: #78add0;--series-3: #d4ae60;--series-4: #aa91c7;--series-5: #aaa39b;--shadow: 0 18px 48px rgba(3, 8, 6, .22)}.brand-mark{box-shadow:inset 0 0 0 1px #0f201c4d}}@media (prefers-contrast: more){:root{--line: var(--line-strong)}.button,.input,.workbench,.results-section{border-width:2px}}@media (min-width: 1101px){.app-shell{height:100dvh;overflow:hidden}.site-header,.site-footer{flex:none}.page{min-height:0;display:flex;padding-top:20px;padding-bottom:20px}.classify-layout{min-width:0;min-height:0;flex:1;grid-template-columns:minmax(340px,1fr) minmax(0,2fr);grid-template-rows:minmax(0,1fr);gap:20px}.classify-layout .workbench{min-width:0;min-height:0;grid-template-columns:1fr}.classify-layout .sequence-form{min-height:0;display:flex;flex-direction:column;padding:18px 24px}.classify-layout .field-group{min-height:0;display:flex;flex:1;flex-direction:column;margin-top:12px;overflow:hidden}.classify-layout .textarea{min-height:0;flex:1;resize:none}.classify-layout .protocol-panel{display:none}.classify-layout .results-section{min-width:0;min-height:0;display:flex;flex-direction:column}.classify-layout .table-wrap,.classify-layout .loading-table,.classify-layout .empty-state{min-height:0;flex:1}.classify-layout .table-wrap{overscroll-behavior:contain}.classify-layout .results-section table{min-width:0;table-layout:fixed}.classify-layout .results-section th,.classify-layout .results-section td{padding:10px 8px;overflow-wrap:anywhere}.classify-layout .results-section th{white-space:normal}.classify-layout .results-section th:nth-child(1),.classify-layout .results-section td:nth-child(1){width:4%}.classify-layout .results-section th:nth-child(2),.classify-layout .results-section td:nth-child(2){width:10%}.classify-layout .results-section th:nth-child(3),.classify-layout .results-section td:nth-child(3){width:12%}.classify-layout .results-section th:nth-child(4),.classify-layout .results-section td:nth-child(4){width:14%}.classify-layout .results-section th:nth-child(5),.classify-layout .results-section td:nth-child(5){width:14%}.classify-layout .results-section th:nth-child(6),.classify-layout .results-section td:nth-child(6){width:22%}.classify-layout .results-section th:nth-child(7),.classify-layout .results-section td:nth-child(7){width:14%}.classify-layout .results-section th:nth-child(8),.classify-layout .results-section td:nth-child(8){width:10%}.classify-layout .results-section .row-heading{white-space:normal}.classify-layout .kegg-status{justify-content:center;text-align:center;white-space:normal}.classify-layout .table-action{min-width:0;padding-inline:8px}.classify-layout .cta-row{flex:none;margin-top:10px}.classify-layout .form-feedback{min-height:18px;flex:none;margin-top:5px}.classify-layout .results-heading{padding:14px 20px 12px}}@media (max-width: 900px){.container{width:min(100% - 32px,1280px)}.page{padding-top:44px;padding-bottom:64px}.workbench{grid-template-columns:1fr}.protocol-panel{border-top:1px solid var(--line);border-left:0}}@media (max-width: 680px){.container{width:min(100% - 24px,1280px)}.nav-wrap{min-height:0;align-items:flex-start;flex-direction:column;gap:14px;padding:14px 0}.brand-caption{display:none}.page{padding-top:36px}.page-stack{gap:24px}.sequence-form,.protocol-panel{padding:22px}.section-heading{gap:16px}.cta-row{display:grid;grid-template-columns:1fr}.button{width:100%}.results-heading{padding:22px}.empty-state{justify-content:flex-start;min-height:160px;padding:26px 22px}.footer-content{min-height:94px;align-items:flex-start;flex-direction:column;justify-content:center;gap:6px}.dialog-body{grid-template-columns:1fr}.evidence-visuals{border-top:1px solid var(--line);border-left:0}}
