:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font-synthesis:none;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;--bg:#0d1117;--bg-elev:#161b22;--bg-elev-2:#1c232c;--border:#30363d;--text:#e6edf3;--text-dim:#8b949e;--accent:#58a6ff;--accent-dim:#1f6feb;--good:#3fb950;--warn:#d29922;--bad:#f85149;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (prefers-color-scheme:light){:root{--bg:#f6f8fa;--bg-elev:#fff;--bg-elev-2:#f0f3f6;--border:#d0d7de;--text:#1f2328;--text-dim:#6e7781;--accent:#0969da;--accent-dim:#218bff;--good:#1a7f37;--warn:#9a6700;--bad:#cf222e}}*{box-sizing:border-box}html,body,#root{background:var(--bg);height:100%;color:var(--text);margin:0}button{font-family:inherit}.app{flex-direction:column;height:100vh;display:flex;overflow:hidden}.toolbar{background:var(--bg-elev);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:1.5rem;padding:.75rem 1.25rem;display:flex}.toolbar-section{align-items:center;gap:.75rem;display:flex}.toolbar-actions{margin-left:auto}.brand{letter-spacing:-.01em;white-space:nowrap;align-items:center;gap:.5rem;margin:0;font-size:1.05rem;font-weight:600;display:flex}.brand-glyph{color:var(--accent);font-size:1.5rem;line-height:1}.field{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;flex-direction:column;gap:.2rem;font-size:.7rem;display:flex}.field-inline{text-transform:none;letter-spacing:0;color:var(--text);flex-direction:row;align-items:center;gap:.5rem;font-size:.85rem}.field select,.field input{background:var(--bg-elev-2);color:var(--text);border:1px solid var(--border);text-transform:none;letter-spacing:0;border-radius:6px;padding:.35rem .5rem;font-size:.85rem}.toolbar-toggles{gap:1rem}.checkbox{color:var(--text-dim);cursor:pointer;align-items:center;gap:.4rem;font-size:.85rem;display:flex}.checkbox input{accent-color:var(--accent)}.btn{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:6px;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.85rem;font-weight:500;transition:background .12s;display:inline-flex}.btn:hover:not(:disabled){background:var(--accent-dim)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-ghost{color:var(--text-dim);border:1px solid var(--border);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--bg-elev-2);color:var(--text)}.btn-tiny{padding:.2rem .5rem;font-size:.75rem}.workspace{flex:1;grid-template-columns:1fr 380px;min-height:0;display:grid}.viewer-pane{background:var(--bg);flex-direction:column;min-width:0;min-height:0;display:flex}.plasmid-header{padding:1rem 1.5rem .5rem}.plasmid-header h2{margin:0 0 .2rem;font-size:1.2rem;font-weight:600}.plasmid-desc{color:var(--text-dim);max-width:60ch;margin:0;font-size:.85rem;line-height:1.4}.viewer-host{flex:1;min-height:0;padding:.5rem 1rem}.stats{border-top:1px solid var(--border);background:var(--bg-elev);grid-template-columns:repeat(5,max-content) 1fr;align-items:center;gap:1.5rem;padding:.75rem 1.5rem 1rem;display:grid}.stat-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);margin-bottom:.2rem;font-size:.7rem}.stat-value{font-variant-numeric:tabular-nums;font-size:.95rem;font-weight:600}.stat-composition{min-width:280px}.stat-bars{background:var(--bg-elev-2);border-radius:999px;height:8px;display:flex;overflow:hidden}.bar{height:100%;display:block}.bar-a{background:#4caf50}.bar-t{background:#f44336}.bar-g{background:#2196f3}.bar-c{background:#ff9800}.dot{vertical-align:middle;border-radius:50%;width:8px;height:8px;margin-right:.3rem;display:inline-block}.stat-legend{color:var(--text-dim);font-variant-numeric:tabular-nums;gap:.8rem;margin-top:.3rem;font-size:.75rem;display:flex}.side-pane{border-left:1px solid var(--border);background:var(--bg-elev);flex-direction:column;min-height:0;display:flex}.tabs{border-bottom:1px solid var(--border);scrollbar-width:thin;flex-shrink:0;display:flex;overflow-x:auto}.tab{min-width:max-content;color:var(--text-dim);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;flex:auto;padding:.7rem .6rem;font-size:.8rem;font-weight:500;transition:all .12s}.tab:hover{color:var(--text)}.tab.active{color:var(--accent);border-bottom-color:var(--accent)}.panel{flex:1;min-height:0;overflow:auto}.panel-body{flex-direction:column;gap:.75rem;padding:1rem;display:flex}.annotation-list{flex-direction:column;gap:.25rem;max-height:50vh;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.empty{color:var(--text-dim);padding:.5rem 0;font-size:.85rem}.annotation-row{background:var(--bg-elev-2);border-radius:6px;grid-template-columns:12px 1fr auto auto;align-items:center;gap:.5rem;padding:.4rem .5rem;font-size:.85rem;display:grid}.annotation-swatch{border-radius:3px;width:12px;height:12px}.annotation-name{white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.annotation-pos{color:var(--text-dim);font-variant-numeric:tabular-nums;align-items:center;gap:.4rem;font-size:.8rem;display:flex}.annotation-strand{color:var(--accent);font-weight:600}.annotation-form{border-top:1px solid var(--border);grid-template-columns:1fr 70px 70px;gap:.4rem;padding-top:.75rem;display:grid}.annotation-form input,.annotation-form select{background:var(--bg-elev-2);color:var(--text);border:1px solid var(--border);border-radius:6px;width:100%;padding:.4rem;font-size:.85rem}.annotation-form button{grid-column:1/-1}.enzyme-toolbar{gap:.5rem;margin-bottom:.25rem;display:flex}.enzyme-list{flex-direction:column;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.enzyme-row{cursor:pointer;border-radius:6px;grid-template-columns:16px 80px 1fr auto;align-items:center;gap:.5rem;padding:.35rem .5rem;font-size:.85rem;transition:background .1s;display:grid}.enzyme-row:hover{background:var(--bg-elev-2)}.enzyme-row.muted{opacity:.5;cursor:default}.enzyme-row.muted:hover{background:0 0}.enzyme-name{font-weight:500}.enzyme-recognition{color:var(--text-dim);letter-spacing:.05em;font-family:ui-monospace,JetBrains Mono,Menlo,monospace;font-size:.8rem}.enzyme-count{font-variant-numeric:tabular-nums;color:var(--text-dim);background:var(--bg-elev-2);border-radius:999px;padding:.1rem .4rem;font-size:.8rem}.enzyme-count.unique{color:var(--good);background:#3fb95026;font-weight:600}.orf-summary{color:var(--text-dim);font-size:.8rem}.orf-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.orf-row{background:var(--bg-elev-2);border-radius:6px;padding:.5rem;font-size:.8rem}.orf-row-head{font-variant-numeric:tabular-nums;align-items:center;gap:.5rem;margin-bottom:.3rem;display:flex}.orf-strand{color:var(--accent);font-weight:700}.orf-coords{font-weight:500}.orf-frame,.orf-length{color:var(--text-dim);font-size:.75rem}.orf-protein{color:var(--text-dim);word-break:break-all;font-family:ui-monospace,JetBrains Mono,Menlo,monospace;font-size:.75rem;line-height:1.4}.orf-more{text-align:center;color:var(--text-dim);padding-top:.5rem;font-size:.8rem}.sequence-editor{flex-direction:column;gap:.5rem;height:100%;min-height:0;display:flex}.sequence-editor-header{color:var(--text-dim);justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.sequence-editor-actions{gap:.4rem;display:flex}.sequence-textarea{letter-spacing:.04em;background:var(--bg-elev-2);min-height:250px;color:var(--text);border:1px solid var(--border);resize:vertical;word-break:break-all;border-radius:6px;flex:1;padding:.75rem;font-family:ui-monospace,JetBrains Mono,Menlo,monospace;font-size:.75rem;line-height:1.5}.sequence-textarea.invalid{border-color:var(--bad)}.sequence-error{color:var(--bad);font-size:.8rem}.help-icon{border:1px solid var(--border);width:14px;height:14px;color:var(--text-dim);cursor:help;vertical-align:middle;background:0 0;border-radius:50%;justify-content:center;align-items:center;margin-left:.3rem;padding:0;font-size:.65rem;font-weight:700;line-height:1;transition:color .12s,border-color .12s;display:inline-flex}.help-icon:hover,.help-icon:focus-visible{color:var(--accent);border-color:var(--accent);outline:none}.tooltip-content{background:var(--bg-elev-2);max-width:280px;color:var(--text);border:1px solid var(--border);z-index:1000;border-radius:6px;padding:.6rem .75rem;font-size:.8rem;line-height:1.45;animation:.12s ease-out tooltipFade;box-shadow:0 6px 24px #00000059}@keyframes tooltipFade{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.tooltip-arrow{fill:var(--bg-elev-2)}.tooltip-title{color:var(--accent);margin-bottom:.25rem;font-weight:600}.tooltip-text{color:var(--text-dim)}.lang-toggle{border:1px solid var(--border);border-radius:6px;margin-right:.5rem;display:inline-flex;overflow:hidden}.lang-btn{color:var(--text-dim);cursor:pointer;letter-spacing:.05em;background:0 0;border:0;padding:.35rem .6rem;font-size:.75rem;font-weight:600}.lang-btn:hover{color:var(--text)}.lang-btn.active{background:var(--accent);color:#fff}.learn-link{color:var(--accent);border-bottom:1px dotted var(--accent);text-decoration:none}.learn-link:hover{border-bottom-style:solid}.learn-page{background:var(--bg);min-height:100vh;color:var(--text)}.learn-page-header{z-index:10;background:var(--bg-elev);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0}.learn-page-header-inner{align-items:center;gap:1.25rem;max-width:1200px;margin:0 auto;padding:.85rem 1.5rem;display:flex}.learn-back{color:var(--text-dim);border:1px solid var(--border);border-radius:6px;align-items:center;gap:.4rem;padding:.35rem .6rem;font-size:.85rem;text-decoration:none;display:inline-flex}.learn-back:hover{color:var(--text);border-color:var(--accent)}.learn-page-title{flex:1;align-items:center;gap:.5rem;margin:0;font-size:1.05rem;font-weight:600;display:inline-flex}.learn-page-body{grid-template-columns:240px 1fr;align-items:start;gap:2rem;max-width:1200px;margin:0 auto;padding:1.5rem;display:grid}.learn-toc{align-self:start;max-height:calc(100vh - 100px);position:sticky;top:80px;overflow-y:auto}.learn-toc-inner{font-size:.82rem}.learn-toc-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin:0 0 .5rem;font-size:.7rem;font-weight:600}.learn-toc-section{margin-bottom:.4rem}.learn-toc-section[open] .learn-toc-heading:before{transform:rotate(90deg)}.learn-toc-heading{cursor:pointer;color:var(--text);align-items:center;gap:.35rem;padding:.35rem 0;font-size:.78rem;font-weight:600;list-style:none;display:flex}.learn-toc-heading::-webkit-details-marker{display:none}.learn-toc-heading:before{content:"▸";color:var(--text-dim);font-size:.75rem;transition:transform .15s}.learn-toc-list{flex-direction:column;gap:.15rem;margin:0;padding:0 0 .4rem 1rem;list-style:none;display:flex}.learn-toc-link{color:var(--text-dim);border-left:2px solid #0000;margin-left:-.5rem;padding:.2rem 0 .2rem .5rem;font-size:.78rem;text-decoration:none;display:block}.learn-toc-link:hover{color:var(--accent);border-left-color:var(--accent)}.learn-main{flex-direction:column;gap:1.5rem;min-width:0;display:flex}.learn-hero{border:1px solid var(--border);background:linear-gradient(135deg,#58a6ff14,#58a6ff05);border-radius:10px;padding:1.5rem 1.75rem}.learn-hero-title{letter-spacing:-.01em;margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.learn-hero-text{color:var(--text-dim);max-width:65ch;margin:0 0 1rem;font-size:.95rem;line-height:1.6}.learn-hero-flow{flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.85rem;display:flex}.learn-flow-step{background:var(--bg-elev-2);border:1px solid var(--border);color:var(--accent);letter-spacing:.02em;border-radius:999px;padding:.3rem .75rem;font-family:ui-monospace,JetBrains Mono,Menlo,monospace;font-size:.78rem;font-weight:600}.learn-flow-arrow{color:var(--text-dim);font-size:1rem}.learn-category{flex-direction:column;gap:.85rem;scroll-margin-top:80px;display:flex}.learn-category-title{border-bottom:1px solid var(--border);color:var(--accent);margin:0;padding-bottom:.5rem;font-size:1.1rem;font-weight:600}.learn-article{background:var(--bg-elev);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:.55rem;padding:1.1rem 1.35rem;scroll-margin-top:80px;display:flex}.learn-article-title{margin:0;font-size:1.05rem;font-weight:600}.learn-article-short{color:var(--text);margin:0;font-size:.92rem;line-height:1.55}.learn-article-long{color:var(--text-dim);margin:0;font-size:.88rem;line-height:1.65}.learn-article-example{background:var(--bg-elev-2);border-left:3px solid var(--good);border-radius:6px;padding:.6rem .8rem;font-size:.85rem}.learn-article-example-label{text-transform:uppercase;letter-spacing:.08em;color:var(--good);margin-bottom:.25rem;font-size:.7rem;font-weight:600;display:block}.learn-article-example p{color:var(--text-dim);margin:0;line-height:1.55}.learn-article-foot{border-top:1px dashed var(--border);flex-direction:column;gap:.35rem;margin-top:.25rem;padding-top:.5rem;display:flex}.learn-article-seealso,.learn-article-external{flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.78rem;display:flex}.learn-article-foot-label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:600}.learn-page-footer{justify-content:center;padding:1.5rem 0 3rem;display:flex}.structure-page{background:var(--bg);min-height:100vh;color:var(--text)}.structure-page-header{z-index:10;background:var(--bg-elev);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0}.structure-page-header-inner{align-items:center;gap:1.25rem;max-width:1400px;margin:0 auto;padding:.85rem 1.5rem;display:flex}.structure-page-title{flex:1;align-items:center;gap:.5rem;margin:0;font-size:1.05rem;font-weight:600;display:inline-flex}.structure-page-body{grid-template-columns:340px 1fr;align-items:start;gap:1.25rem;max-width:1400px;margin:0 auto;padding:1.25rem 1.5rem 2rem;display:grid}.structure-sidebar{flex-direction:column;gap:.85rem;max-height:calc(100vh - 100px);display:flex;position:sticky;top:80px;overflow-y:auto}.structure-card{background:var(--bg-elev);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:.6rem;padding:.95rem;display:flex}.structure-card-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);align-items:center;gap:.4rem;margin:0;font-size:.78rem;font-weight:600;display:flex}.structure-card-desc{color:var(--text-dim);margin:0;font-size:.78rem;line-height:1.5}.structure-cds-input{min-height:80px;font-size:.72rem}.structure-protein-out{background:var(--bg-elev-2);border-radius:6px;flex-direction:column;gap:.3rem;padding:.55rem .7rem;font-size:.78rem;display:flex}.structure-protein-label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;font-weight:600}.structure-protein-seq{word-break:break-all;color:var(--text);font-family:ui-monospace,JetBrains Mono,Menlo,monospace;font-size:.72rem;line-height:1.45}.structure-uniprot-form{gap:.4rem;display:flex}.structure-main{flex-direction:column;gap:.85rem;min-width:0;display:flex}.structure-viewer-wrap{background:var(--bg-elev-2);border:1px solid var(--border);border-radius:10px;height:calc(100vh - 200px);min-height:480px;position:relative;overflow:hidden}.structure-viewer-wrap .structure-3d-host{background:0 0;border:0;border-radius:0;width:100%;height:100%}.structure-overlay{pointer-events:none;flex-direction:column;align-items:flex-end;gap:.5rem;display:flex;position:absolute;top:.85rem;right:.85rem}.structure-overlay-pill{border:1px solid var(--border);color:var(--accent);pointer-events:auto;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0d1117d9;border-radius:999px;padding:.35rem .7rem;font-family:ui-monospace,JetBrains Mono,Menlo,monospace;font-size:.75rem;font-weight:600;text-decoration:none}.structure-overlay-stats{border:1px solid var(--border);color:var(--text-dim);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0d1117d9;border-radius:6px;gap:.85rem;padding:.4rem .75rem;font-size:.75rem;display:flex}.structure-overlay-stats b{color:var(--text);font-variant-numeric:tabular-nums;font-weight:600}.structure-picked{background:var(--bg-elev);border:1px solid var(--border);border-radius:10px;padding:.85rem 1rem}.structure-picked-title{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.55rem;font-size:.7rem;font-weight:600}.structure-picked-grid{grid-template-columns:repeat(2,1fr);gap:.5rem 1.25rem;display:grid}.structure-picked-grid>div{flex-direction:column;gap:.15rem;display:flex}.picked-label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.picked-value{font-variant-numeric:tabular-nums;font-size:.85rem;font-weight:500}.structure-tip{border:1px solid var(--border);border-left:3px solid var(--accent);color:var(--text-dim);background:#58a6ff0f;border-radius:6px;padding:.6rem .85rem;font-size:.8rem;line-height:1.55}@media (width<=1000px){.structure-page-body{grid-template-columns:1fr}.structure-sidebar{max-height:none;position:static}.structure-viewer-wrap{height:60vh;min-height:360px}.structure-picked-grid{grid-template-columns:1fr}}.protocol-page{background:var(--bg);min-height:100vh;color:var(--text)}.protocol-page-body{grid-template-columns:320px 1fr;align-items:start;gap:1.25rem;max-width:1400px;margin:0 auto;padding:1.25rem 1.5rem 2rem;display:grid}.protocol-sidebar{flex-direction:column;gap:.85rem;max-height:calc(100vh - 100px);display:flex;position:sticky;top:80px;overflow-y:auto}.protocol-nav{background:var(--bg-elev);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:.25rem;padding:.45rem;display:flex}.protocol-nav-btn{color:var(--text-dim);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:.5rem;padding:.55rem .7rem;font-family:inherit;font-size:.88rem;font-weight:500;display:flex}.protocol-nav-btn:hover{background:var(--bg-elev-2);color:var(--text)}.protocol-nav-btn.active{background:var(--accent);color:#fff}.protocol-nav-glyph{text-align:center;width:1.25rem;font-size:1rem}.protocol-form-card{background:var(--bg-elev);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:.7rem;padding:.95rem;display:flex}.protocol-form{flex-direction:column;gap:.65rem;display:flex}.protocol-form .field span{align-items:center;gap:.4rem;margin-bottom:.25rem;display:inline-flex}.protocol-form .field input,.protocol-form .field select,.protocol-form .field textarea{background:var(--bg-elev-2);color:var(--text);border:1px solid var(--border);text-transform:none;letter-spacing:0;border-radius:6px;width:100%;padding:.4rem .55rem;font-family:inherit;font-size:.85rem}.field-row{grid-template-columns:repeat(auto-fit,minmax(95px,1fr));gap:.5rem;display:grid}.protocol-template{resize:vertical;min-height:80px}.protocol-primer-card{background:var(--bg-elev-2);border-radius:6px;flex-direction:column;gap:.4rem;padding:.55rem .7rem;font-size:.78rem;display:flex}.protocol-primer-row{grid-template-columns:18px 1fr;align-items:start;gap:.5rem;display:grid}.protocol-primer-row code{word-break:break-all;background:var(--bg);border-radius:4px;padding:.15rem .35rem;font-family:ui-monospace,JetBrains Mono,Menlo,monospace;font-size:.75rem}.protocol-primer-row>span:last-child{color:var(--text-dim);font-variant-numeric:tabular-nums;grid-column:2;font-size:.72rem}.protocol-primer-summary{color:var(--accent);border-top:1px dashed var(--border);padding-top:.3rem;font-size:.78rem;font-weight:600}.protocol-empty{color:var(--text-dim);font-size:.78rem;font-style:italic}.protocol-main{flex-direction:column;gap:.85rem;min-width:0;display:flex}.protocol-output-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding-bottom:.5rem;display:flex}.protocol-output-title{letter-spacing:-.01em;margin:0;font-size:1.4rem;font-weight:600}.protocol-volume-label{color:var(--text-dim);margin:0;font-size:.85rem;font-style:italic}.protocol-card{background:var(--bg-elev);border:1px solid var(--border);border-radius:10px;padding:1rem 1.25rem}.protocol-section-title{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin:0 0 .7rem;font-size:.75rem;font-weight:600}.protocol-table{border-collapse:collapse;width:100%;font-size:.85rem}.protocol-table th,.protocol-table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:.45rem .55rem}.protocol-table th{text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);font-size:.7rem;font-weight:600}.protocol-amount{font-variant-numeric:tabular-nums;white-space:nowrap;font-family:ui-monospace,JetBrains Mono,Menlo,monospace}.protocol-reagent-note{color:var(--text-dim);font-size:.78rem}.protocol-steps{flex-direction:column;gap:.5rem;margin:0;padding:0 0 0 1.2rem;font-size:.9rem;line-height:1.55;display:flex}.protocol-steps li em{color:var(--text-dim);margin-top:.15rem;font-size:.8rem;font-style:italic;display:block}.protocol-cycles{flex-direction:column;gap:.55rem;display:flex}.protocol-cycle-block{background:var(--bg-elev-2);border-radius:6px;grid-template-columns:60px 1fr;align-items:center;gap:.85rem;padding:.5rem .75rem;display:grid}.protocol-cycle-repeat{color:var(--accent);font-variant-numeric:tabular-nums;font-family:ui-monospace,JetBrains Mono,Menlo,monospace;font-size:1rem;font-weight:700}.protocol-cycle-entries{flex-direction:column;gap:.2rem;display:flex}.protocol-cycle-entry{grid-template-columns:1fr 75px 75px;align-items:center;gap:.5rem;font-size:.82rem;display:grid}.protocol-cycle-label{color:var(--text-dim)}.protocol-cycle-temp,.protocol-cycle-dur{font-variant-numeric:tabular-nums;font-family:ui-monospace,JetBrains Mono,Menlo,monospace;font-weight:600}.protocol-cycle-temp{color:var(--accent)}.protocol-notes{color:var(--text-dim);flex-direction:column;gap:.35rem;margin:0;padding-left:1.2rem;font-size:.85rem;line-height:1.55;display:flex}.ncbi-mode-toggle{border:1px solid var(--border);border-radius:6px;gap:2px;width:fit-content;padding:2px;display:inline-flex;overflow:hidden}.ncbi-mode-toggle .structure-source{padding:.25rem .6rem;font-size:.72rem}.ncbi-results{max-height:280px;margin-top:.4rem;overflow-y:auto}.ncbi-result{align-items:flex-start}.ncbi-result-meta{text-align:left;flex-direction:column;gap:.15rem;display:flex}.ncbi-result-title{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.78rem;line-height:1.35;display:-webkit-box;overflow:hidden}.ncbi-result-extra{color:var(--text-dim);font-variant-numeric:tabular-nums;font-size:.7rem}@media (width<=1000px){.protocol-page-body{grid-template-columns:1fr}.protocol-sidebar{max-height:none;position:static}}@media (width<=900px){.learn-page-body{grid-template-columns:1fr;gap:1rem;padding:1rem}.learn-toc{border:1px solid var(--border);background:var(--bg-elev);border-radius:8px;max-height:none;padding:.85rem;position:static}.learn-page-header-inner{flex-wrap:wrap;gap:.5rem}}.ncbi-fetcher{display:inline-flex;position:relative}.ncbi-popover{background:var(--bg-elev);border:1px solid var(--border);z-index:100;border-radius:8px;flex-direction:column;gap:.5rem;width:340px;padding:.85rem;display:flex;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 12px 32px #0006}.ncbi-popover-title{font-size:.9rem;font-weight:600}.ncbi-popover-desc{color:var(--text-dim);margin:0;font-size:.78rem;line-height:1.4}.ncbi-form{gap:.4rem;display:flex}.ncbi-input{background:var(--bg-elev-2);color:var(--text);border:1px solid var(--border);border-radius:6px;flex:1;padding:.4rem .55rem;font-size:.85rem}.ncbi-suggestions-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);margin-bottom:.3rem;font-size:.7rem;display:block}.ncbi-suggestion-list{flex-direction:column;gap:.2rem;margin:0;padding:0;list-style:none;display:flex}.ncbi-suggestion{background:var(--bg-elev-2);width:100%;color:var(--text);border:1px solid var(--border);cursor:pointer;text-align:left;border-radius:6px;grid-template-columns:80px 1fr;align-items:center;gap:.5rem;padding:.4rem .55rem;font-family:inherit;font-size:.78rem;transition:border-color .12s;display:grid}.ncbi-suggestion:hover:not(:disabled){border-color:var(--accent)}.ncbi-suggestion-acc{color:var(--accent);font-family:ui-monospace,JetBrains Mono,Menlo,monospace;font-weight:600}.ncbi-suggestion-label{color:var(--text-dim)}.ncbi-error{color:var(--bad);background:#f851491a;border-radius:6px;padding:.4rem .55rem;font-size:.78rem}.structure-panel{gap:.85rem}.structure-source-toggle{border:1px solid var(--border);border-radius:6px;align-items:center;gap:.4rem;width:fit-content;padding:2px;display:inline-flex}.structure-source{color:var(--text-dim);cursor:pointer;letter-spacing:.03em;background:0 0;border:0;border-radius:5px;padding:.3rem .7rem;font-size:.78rem;font-weight:600}.structure-source.active{background:var(--accent);color:#fff}.structure-form{gap:.4rem;display:flex}.structure-input{background:var(--bg-elev-2);color:var(--text);border:1px solid var(--border);border-radius:6px;flex:1;padding:.4rem .55rem;font-family:ui-monospace,JetBrains Mono,Menlo,monospace;font-size:.85rem}.structure-suggestions{flex-wrap:wrap;align-items:center;gap:.3rem;display:flex}.structure-suggestions-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);font-size:.7rem}.structure-suggestion{background:var(--bg-elev-2);color:var(--text);border:1px solid var(--border);cursor:pointer;border-radius:999px;align-items:center;gap:.3rem;padding:.2rem .55rem;font-family:inherit;font-size:.75rem;display:inline-flex}.structure-suggestion:hover{border-color:var(--accent)}.structure-suggestion-source{color:var(--accent);letter-spacing:.05em;font-size:.65rem;font-weight:700}.structure-suggestion-id{font-family:ui-monospace,JetBrains Mono,Menlo,monospace}.structure-controls{flex-wrap:wrap;gap:.75rem;display:flex}.structure-3d-host{background:var(--bg-elev-2);border:1px solid var(--border);border-radius:8px;width:100%;height:320px;position:relative;overflow:hidden}.structure-3d-canvas{width:100%;height:100%;position:absolute;inset:0}.structure-3d-canvas canvas{display:block}.structure-3d-empty,.structure-3d-error{color:var(--text-dim);pointer-events:none;justify-content:center;align-items:center;font-size:.85rem;display:flex;position:absolute;inset:0}.structure-3d-error{color:var(--bad)}.structure-error{color:var(--bad);background:#f851491a;border-radius:6px;padding:.4rem .55rem;font-size:.78rem}.structure-meta{align-items:center;gap:.5rem;font-size:.78rem;display:flex}.structure-meta-label{color:var(--text-dim)}@media (width<=900px){.workspace{grid-template-columns:1fr}.side-pane{border-left:0;border-top:1px solid var(--border)}.stats{grid-template-columns:repeat(2,1fr)}}.guest-banner{background:var(--bg-elev-2);border-bottom:1px solid var(--border);color:var(--text-dim);justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem 1.25rem;font-size:.85rem;display:flex}.guest-banner-actions{gap:.4rem;display:flex}.auth-status{align-items:center;gap:.4rem;margin-left:.5rem;display:flex}.auth-status-email{color:var(--text-dim);text-overflow:ellipsis;white-space:nowrap;max-width:14ch;font-size:.8rem;overflow:hidden}.auth-page{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.auth-main{flex:1;justify-content:center;align-items:flex-start;padding:2rem 1rem;display:flex}.auth-card{background:var(--bg-elev);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:.8rem;width:100%;max-width:420px;padding:1.5rem;display:flex}.auth-card .field span{text-transform:none;letter-spacing:0;color:var(--text);font-size:.85rem}.auth-card .field input,.auth-card .field select{background:var(--bg-elev-2);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:.5rem .6rem;font-size:.9rem}.auth-error{color:var(--bad);margin:0;font-size:.85rem}.auth-warn{color:var(--warn);background:#d299221a;border:1px solid #d299224d;border-radius:6px;margin:0 0 .5rem;padding:.5rem .75rem;font-size:.85rem}.auth-foot{color:var(--text-dim);margin-top:.5rem;font-size:.85rem}.auth-foot a{color:var(--accent);margin-left:.25rem}.projects-main{width:100%;max-width:800px;margin:0 auto;padding:1.5rem}.projects-create{gap:.5rem;margin-bottom:1rem;display:flex}.projects-create input{background:var(--bg-elev-2);color:var(--text);border:1px solid var(--border);border-radius:6px;flex:1;padding:.5rem .6rem;font-size:.9rem}.projects-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.projects-row{background:var(--bg-elev);border:1px solid var(--border);border-radius:6px;align-items:center;gap:.75rem;padding:.6rem .8rem;display:flex}.projects-row-info{flex-direction:column;flex:1;gap:.2rem;display:flex}.projects-row-name{font-weight:500}.projects-row-actions{gap:.4rem;display:flex}.inventory-main{width:100%;max-width:1080px;margin:0 auto;padding:1rem 1.5rem}.inventory-tab{flex-direction:column;gap:.75rem;margin-top:.75rem;display:flex}.inventory-form{background:var(--bg-elev);border:1px solid var(--border);border-radius:6px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));align-items:end;gap:.5rem;padding:.75rem;display:grid}.inventory-form .field span{text-transform:none;letter-spacing:0}.inventory-form input{background:var(--bg-elev-2);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:.4rem .5rem;font-size:.85rem}.inventory-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.inventory-row{background:var(--bg-elev);border:1px solid var(--border);border-radius:6px;align-items:center;gap:.75rem;padding:.5rem .75rem;font-size:.85rem;display:flex}.inventory-row-name{min-width:8ch;font-weight:500}.inventory-row-meta{font-variant-numeric:tabular-nums}.inventory-row-seq{text-overflow:ellipsis;white-space:nowrap;flex:1;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.8rem;overflow:hidden}.wf-page-body{flex:1;min-height:0;display:flex;position:relative}.wf-canvas{background:var(--bg);flex:1;min-height:calc(100vh - 76px);position:relative}.wf-toolbar{background:var(--bg-elev);border:1px solid var(--border);z-index:5;border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .6rem;display:flex;position:absolute;top:.75rem;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0003}.wf-toolbar-label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;margin-right:.25rem;font-size:.75rem}.wf-view-toggle{border:1px solid var(--border);border-radius:6px;gap:0;margin-right:.5rem;display:flex;overflow:hidden}.wf-node{background:var(--bg-elev);border:1px solid var(--border);min-width:240px;color:var(--text);border-radius:8px;font-size:.8rem}.wf-node-bad{border-color:var(--bad);box-shadow:0 0 0 1px var(--bad)}.wf-node-head{background:var(--bg-elev-2);border-bottom:1px solid var(--border);border-radius:8px 8px 0 0;align-items:center;gap:.5rem;padding:.4rem .6rem;display:flex}.wf-node-kind{text-transform:uppercase;color:var(--text-dim);letter-spacing:.05em;flex:1;font-size:.7rem}.wf-node-title{color:var(--text);font-weight:500}.wf-node-action{color:var(--text-dim);cursor:pointer;background:0 0;border:0;font-size:.85rem}.wf-node-action:hover{color:var(--text)}.wf-node-body{padding:.5rem .6rem}.wf-node-error{color:var(--bad);background:#f8514914;border-top:1px solid #f851494d;padding:.4rem .6rem;font-size:.75rem}.wf-node-foot{border-top:1px solid var(--border);justify-content:flex-end;padding:.4rem .6rem;display:flex}.wf-row{flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.wf-row .field{flex:1;font-size:.7rem}.wf-row .field input,.wf-row .field select{background:var(--bg-elev-2);color:var(--text);border:1px solid var(--border);border-radius:4px;padding:.25rem .4rem;font-size:.8rem}.wf-form{flex-direction:column;gap:.4rem;display:flex}.wf-dim{color:var(--text-dim);font-size:.75rem}.wf-drawer{background:var(--bg-elev);border-left:1px solid var(--border);z-index:10;flex-direction:column;width:min(420px,90vw);height:100%;display:flex;position:absolute;top:0;right:0;box-shadow:-8px 0 24px #00000040}.wf-drawer-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.wf-drawer-head h2{margin:0;font-size:1rem}.wf-drawer-actions{gap:.4rem;display:flex}.wf-drawer-body{padding:.75rem 1rem;overflow-y:auto}.wf-linear{flex-direction:column;flex:1;gap:.75rem;width:100%;max-width:900px;margin:0 auto;padding:1rem;display:flex;overflow-y:auto}.wf-linear-step{background:var(--bg-elev);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem}.wf-linear-step-head{align-items:center;gap:.6rem;margin-bottom:.5rem;font-weight:500;display:flex}.gel-lane{gap:.5rem;display:flex}.gel-lane-track{border:1px solid var(--border);background:linear-gradient(#20262e 0%,#0d1117 100%);border-radius:4px;width:32px;height:120px;position:relative}.gel-band{background:var(--accent);height:4px;box-shadow:0 0 4px var(--accent);border-radius:1px;position:absolute;left:4px;right:4px}.gel-lane-list{color:var(--text-dim);flex-direction:column;gap:.2rem;margin:0;padding:0;font-size:.75rem;list-style:none;display:flex}.react-flow__handle{background:var(--accent)!important;border:2px solid var(--bg-elev)!important;width:8px!important;height:8px!important}.react-flow__edge-path{stroke:var(--accent-dim);stroke-width:1.5px}.react-flow__minimap{border:1px solid var(--border);background:var(--bg-elev)!important}.react-flow__controls{border:1px solid var(--border);border-radius:4px;background:var(--bg-elev)!important}.react-flow__controls-button{background:var(--bg-elev)!important;border-color:var(--border)!important;color:var(--text)!important;fill:var(--text)!important}.modal-backdrop{z-index:100;background:#0000008c;justify-content:center;align-items:flex-start;padding:4rem 1rem;display:flex;position:fixed;inset:0}.modal-card{background:var(--bg-elev);border:1px solid var(--border);border-radius:10px;width:100%;max-width:720px;max-height:calc(100vh - 6rem);padding:1rem 1.25rem;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.modal-header h2{margin:0;font-size:1.05rem}.modal-description{color:var(--text-dim);margin:0 0 .75rem;font-size:.85rem}.smart-enzyme-form{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}.smart-enzyme-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.smart-enzyme-row{background:var(--bg-elev-2);border:1px solid var(--border);border-radius:6px;align-items:center;gap:.6rem;padding:.5rem .75rem;font-size:.85rem;display:flex}.smart-enzyme-name{min-width:6ch;font-weight:500}.smart-enzyme-recog{color:var(--text-dim);font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.8rem}.smart-enzyme-badges{flex-wrap:wrap;flex:1;gap:.35rem;display:flex}.badge{white-space:nowrap;border-radius:999px;padding:.1rem .4rem;font-size:.7rem;font-weight:500;display:inline-block}.badge-good{color:var(--good);background:#3fb95026;border:1px solid #3fb9504d}.badge-info{color:var(--accent);background:#58a6ff1f;border:1px solid #58a6ff4d}.primer-card-v2{background:var(--bg-elev-2);border:1px solid var(--border);border-radius:6px;flex-direction:column;gap:.5rem;padding:.6rem .75rem;display:flex}.primer-row{flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.primer-row code{word-break:break-all;flex:1;min-width:12ch;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.78rem}.primer-overhang{color:var(--accent);font-weight:600}.primer-meta{color:var(--text-dim);white-space:nowrap;font-size:.7rem}.primer-bars{color:var(--text-dim);flex-direction:column;gap:.35rem;font-size:.7rem;display:flex}.primer-bar-label{min-width:3.5ch;margin-right:.4rem;display:inline-block}.primer-bar{background:var(--bg);vertical-align:middle;border-radius:3px;width:calc(100% - 5ch);height:6px;display:inline-block;position:relative;overflow:visible}.primer-bar-target{background:#3fb9502e;border-radius:3px;position:absolute;top:0;bottom:0}.primer-bar-mark{background:var(--accent);border-radius:3px;width:10px;height:12px;position:absolute;top:-3px;transform:translate(-50%)}.primer-bar-mark.forward{background:#5be9e9}.primer-bar-mark.reverse{background:#f8b9a7}.primer-stats{color:var(--text-dim);flex-wrap:wrap;gap:.5rem;font-size:.75rem;display:flex}.primer-stat.bad{color:var(--bad)}.primer-stat.warn{color:var(--warn)}.primer-overhang-row{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.primer-overhang-row .field{flex:1}.primer-warnings{background:#f8514914;border:1px solid #f851494d;border-radius:6px;margin:0;padding:.4rem .6rem;font-size:.75rem;list-style:none}.primer-warnings li.bad{color:var(--bad)}.primer-warnings li.warn{color:var(--warn)}.primer-manual-edit{flex-direction:column;gap:.3rem;display:flex}.primer-manual-edit input{background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:4px;padding:.3rem .4rem;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.78rem}.sequence-editor-v2{flex-direction:column;height:100%;min-height:320px;display:flex}.sequence-editor-v2-header{color:var(--text-dim);justify-content:space-between;align-items:center;padding:.4rem .5rem;font-size:.75rem;display:flex}.sequence-editor-v2-legend{align-items:center;gap:.5rem;font-size:.7rem;display:flex}.legend-swatch{border-radius:2px;width:8px;height:8px;margin-right:.2rem;display:inline-block}.legend-start{background:#5be9e9}.legend-stop{background:var(--bad)}.legend-cut{background:#d29922}.sequence-editor-v2-host{border:1px solid var(--border);border-radius:6px;flex:1;min-height:0;overflow:hidden}.sequence-editor-v2-host .cm-editor{height:100%}
