:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.chatbot-container{z-index:9999;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;position:fixed}.chatbot-toggle{width:auto;height:auto;color:inherit;cursor:pointer;box-shadow:none;z-index:10002;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;padding:0;transition:transform .3s;display:flex;position:fixed;bottom:22px;left:50%;transform:translate(-50%)}.chatbot-toggle:hover{transform:translate(-50%)scale(1.03)}.chatbot-toggle:active{transform:translate(-50%)scale(.97)}.chatbot-toggle-icon{width:68px;height:68px;display:block}.chatbot-toggle-image{object-fit:contain;width:160px;height:160px;animation:1.9s ease-in-out infinite chatbot-icon-float;display:block}@keyframes chatbot-icon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.chatbot-window{touch-action:none;background:#fff;border:1px solid #dbe7f4;border-radius:18px;flex-direction:column;min-width:400px;min-height:400px;animation:.3s ease-out slideUp;display:flex;position:fixed;overflow:hidden;box-shadow:0 20px 40px #021a3e38}.chatbot-window.minimized{height:auto!important}.chatbot-window.maximized{width:calc(100vw - 40px)!important;height:calc(100vh - 120px)!important;top:20px!important;left:20px!important}@keyframes slideUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.chatbot-resize-handle{z-index:1001;position:absolute}.chatbot-resize-handle.n{cursor:n-resize;height:8px;top:0;left:0;right:0}.chatbot-resize-handle.s{cursor:s-resize;height:8px;bottom:0;left:0;right:0}.chatbot-resize-handle.w{cursor:w-resize;width:8px;top:0;bottom:0;left:0}.chatbot-resize-handle.e{cursor:e-resize;width:8px;top:0;bottom:0;right:0}.chatbot-resize-handle.nw{cursor:nw-resize;width:16px;height:16px;top:0;left:0}.chatbot-resize-handle.ne{cursor:ne-resize;width:16px;height:16px;top:0;right:0}.chatbot-resize-handle.sw{cursor:sw-resize;width:16px;height:16px;bottom:0;left:0}.chatbot-resize-handle.se{cursor:se-resize;background:linear-gradient(135deg,#0000 50%,#1d4ed8 50%);border-radius:0 0 18px;width:16px;height:16px;bottom:0;right:0}.chatbot-header{color:#fff;-webkit-user-select:none;user-select:none;cursor:grab;background:linear-gradient(150deg,#0f172a 0%,#1d4ed8 100%);border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.chatbot-header:active{cursor:grabbing}.chatbot-header h3{letter-spacing:.2px;margin:0;font-size:14px;font-weight:700}.chatbot-controls{gap:8px;display:flex}.chatbot-minimize-btn,.chatbot-maximize-btn,.chatbot-clear-btn,.chatbot-close-btn{color:#fff;cursor:pointer;background:#ffffff29;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;transition:background .2s;display:flex}.chatbot-minimize-btn:hover,.chatbot-maximize-btn:hover,.chatbot-clear-btn:hover,.chatbot-close-btn:hover{background:#ffffff4d}.chatbot-messages{background:linear-gradient(#f6f9ff 0%,#f1f5fb 100%);flex-direction:column;flex:1;gap:10px;padding:12px;display:flex;overflow-y:auto}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:0 0}.chatbot-messages::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#999}.chatbot-message{text-align:left;flex-direction:column;animation:.3s ease-out fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chatbot-message-user{align-items:flex-end}.chatbot-message-bot{align-items:flex-start}.chatbot-message-content{word-wrap:break-word;text-align:left;border-radius:11px;max-width:78%;padding:9px 12px;font-size:13px;line-height:1.4}.chatbot-message-user .chatbot-message-content{color:#fff;background:linear-gradient(145deg,#1d4ed8 0%,#0ea5e9 100%);border-bottom-right-radius:4px}.chatbot-message-bot .chatbot-message-content{color:#1f2937;background:#fff;border:1px solid #dde6f2;border-bottom-left-radius:4px}.chatbot-message-bot .chatbot-message-content p{margin:0 0 8px}.chatbot-message-bot .chatbot-message-content p:last-child{margin-bottom:0}.chatbot-message-bot .chatbot-message-content ul,.chatbot-message-bot .chatbot-message-content ol{margin:4px 0 8px;padding-left:18px}.chatbot-message-bot .chatbot-message-content li{margin-bottom:4px}.chatbot-message-bot .chatbot-message-content strong{font-weight:600}.chatbot-message-bot .chatbot-message-content code{background:#d0d4db;border-radius:4px;padding:1px 5px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12.5px}.chatbot-message-bot .chatbot-message-content pre{color:#f8f8f2;background:#2d2d2d;border-radius:6px;margin:6px 0;padding:10px 12px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12.5px;overflow-x:auto}.chatbot-message-bot .chatbot-message-content pre code{color:inherit;background:0 0;padding:0}.chatbot-message-bot .chatbot-message-content a{color:#667eea;text-decoration:underline}.chatbot-message-bot .chatbot-message-content h1,.chatbot-message-bot .chatbot-message-content h2,.chatbot-message-bot .chatbot-message-content h3{margin:8px 0 4px;font-size:14px;font-weight:600}.chatbot-message-error .chatbot-message-content{color:#c41e3a;background:#ffe5e5;border-bottom-left-radius:4px}.chatbot-message-time{color:#7c8798;margin-top:4px;padding:0 4px;font-size:11px}.chatbot-message-user .chatbot-message-time{text-align:right}.chatbot-loading .chatbot-message-content{padding:12px 14px}.chatbot-typing{align-items:flex-end;gap:4px;display:flex}.chatbot-typing span{background:#667eea;border-radius:50%;width:8px;height:8px;animation:1.4s infinite typing}.chatbot-typing span:nth-child(2){animation-delay:.2s}.chatbot-typing span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}.chatbot-form{background:#fbfdff;border-top:1px solid #dbe7f4;gap:8px;padding:10px;display:flex}.chatbot-input{border:1px solid #cdd9e7;border-radius:12px;outline:none;flex:1;padding:9px 12px;font-family:inherit;font-size:13px;transition:border-color .2s}.chatbot-input:focus{border-color:#1d4ed8}.chatbot-input:disabled{cursor:not-allowed;background:#f8f9fa}.chatbot-send-btn{color:#fff;cursor:pointer;background:linear-gradient(145deg,#1d4ed8 0%,#0ea5e9 100%);border:none;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;transition:all .2s;display:flex}.chatbot-send-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 2px 8px #667eea66}.chatbot-send-btn:disabled{opacity:.6;cursor:not-allowed}@media (width<=768px){.chatbot-toggle{bottom:16px;right:16px}.chatbot-window{min-width:300px;min-height:300px}.chatbot-window.maximized{width:calc(100vw - 20px)!important;height:calc(100vh - 80px)!important;top:10px!important;left:10px!important}.chatbot-message-content{max-width:85%}}*{box-sizing:border-box}body{color:#e5e7eb;background:#0b1020;margin:0;font-family:Inter,system-ui,sans-serif}.app{min-height:100vh;padding:32px 32px 120px}.topbar{justify-content:center;min-height:152px;margin-bottom:24px;padding-top:16px;display:flex;position:relative}.hero-copy{text-align:center;width:min(100%,760px)}.eyebrow{color:#67e8f9;letter-spacing:.08em;text-transform:uppercase;font-weight:800}h1{margin:0;font-size:42px}.topbar p{color:#aab3c5}.summary{text-align:center;background:#111827;border:1px solid #26324a;border-radius:20px;padding:20px 28px;position:absolute;top:0;right:0}.summary strong{color:#67e8f9;font-size:36px;display:block}.controls{flex-wrap:wrap;gap:16px;margin-bottom:24px;display:flex}input,select{color:#e5e7eb;background:#111827;border:1px solid #334155;border-radius:14px;padding:14px 16px;font-size:15px}input{flex:1}.shortlist-clear{color:#93c5fd;cursor:pointer;white-space:nowrap;background:#10253d;border:1px solid #1d4b7a;border-radius:14px;padding:10px 14px;font-size:14px}.shortlist-clear:hover{background:#143355}.workflow{grid-template-columns:repeat(8,minmax(220px,1fr));gap:14px;max-height:min(720px,100vh - 320px);padding-bottom:20px;display:grid;overflow:auto hidden}.stage{background:#111827;border:1px solid #26324a;border-radius:22px;flex-direction:column;height:100%;min-height:0;padding:14px;display:flex}.stage h2{text-align:center;color:#f8fafc;margin:8px 0 16px;font-size:18px}.nodes{flex-direction:column;gap:10px;padding-right:4px;display:flex;overflow-y:auto}.node{color:#0f172a;cursor:pointer;text-align:left;border:1px solid #334155;border-radius:14px;padding:12px;transition:all .2s}.node:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000059}.node strong{font-size:15px;display:block}.node small{opacity:.8;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-top:5px;font-size:12px;display:block;overflow:hidden}.bacteria{background:#f9a8d4}.phage{background:#67e8f9}.metagenome{background:#c4b5fd}.microbiome{background:#fde68a}.virome{background:#6ee7b7}.other{background:#86efac}.more{text-align:center;color:#94a3b8;padding:10px;font-weight:700}.drawer{z-index:20;background:#020617;border-left:1px solid #334155;width:440px;height:100vh;padding:28px;font-size:14px;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:-12px 0 40px #00000073}.drawer h2{margin-bottom:12px;font-size:28px}.drawer h3{text-align:left;margin:18px 0 10px;font-size:16px}.drawer p,.drawer dd,.drawer a,.drawer pre{font-size:14px}.close{float:right;color:#fff;cursor:pointer;background:#1e293b;border:0;border-radius:999px;width:42px;height:42px;font-size:28px}.badge{color:#67e8f9;background:#1e293b;border-radius:999px;padding:6px 12px;font-weight:700;display:inline-block}.version-list{flex-wrap:wrap;gap:8px;margin:6px 0 16px;display:flex}.version-chip{color:#e5e7eb;cursor:pointer;background:#111827;border:1px solid #334155;border-radius:999px;padding:6px 10px;font-size:12px}.version-chip.active{color:#67e8f9;border-color:#67e8f9}dl{text-align:left;grid-template-columns:120px 1fr;gap:10px;display:grid}dt{color:#94a3b8;text-align:left;justify-self:start;font-weight:700}dd{text-align:left;justify-self:start;margin:0}.command-box{position:relative}pre{white-space:pre-wrap;text-align:left;background:#111827;border:1px solid #334155;border-radius:14px;padding:14px;overflow-x:auto}.command-pre{padding-top:52px}.detail-pre{margin:0 0 12px}.commands-pre{white-space:pre}.copy-command{z-index:1;color:#e5e7eb;cursor:pointer;background:#111827;border:1px solid #334155;border-radius:10px;padding:6px 10px;font-size:12px;position:absolute;top:12px;right:12px}.copy-command:hover{color:#67e8f9;border-color:#67e8f9}a{color:#67e8f9;font-weight:800}.reference{margin-top:12px;display:block}.citation{color:#cbd5e1;font-size:14px}.lane-cards{grid-template-columns:repeat(6,minmax(130px,1fr));gap:14px;margin:22px 0 24px;display:grid}.lane-card{color:#e5e7eb;cursor:pointer;text-align:center;background:#111827;border:1px solid #26324a;border-radius:22px;justify-content:center;align-items:flex-end;min-height:120px;padding:0;transition:all .2s;display:flex;position:relative;overflow:hidden}.lane-card:hover{border-color:#67e8f9;transform:translateY(-3px)}.lane-card.active{border-color:#67e8f9;box-shadow:0 0 0 2px #67e8f940}.lane-card.lane-general,.lane-card.lane-bacteria,.lane-card.lane-phage,.lane-card.lane-metagenome,.lane-card.lane-microbiome,.lane-card.lane-virome,.lane-card.lane-all,.lane-card.lane-other{color:#0f172a}.lane-card.lane-all{background:#e2e8f0;border-color:#e2e8f0}.lane-card.lane-general{background:#86efac;border-color:#86efac}.lane-card.lane-phage{background:#67e8f9;border-color:#67e8f9}.lane-card.lane-bacteria{background:#f9a8d4;border-color:#f9a8d4}.lane-card.lane-metagenome{background:#c4b5fd;border-color:#c4b5fd}.lane-card.lane-microbiome{background:#fde68a;border-color:#fde68a}.lane-card.lane-virome{background:#6ee7b7;border-color:#6ee7b7}.lane-card.lane-other{background:#86efac;border-color:#86efac}.lane-icon{object-fit:cover;opacity:.85;width:100%;height:100%;position:absolute;inset:0}.lane-card strong{z-index:1;background:linear-gradient(#0000,#0000008c);border-radius:0 0 22px 22px;width:100%;padding:4px 8px 10px;font-size:24px;font-weight:800;line-height:1.2;display:block;position:relative}.lane-card.no-icon{justify-content:center;align-items:center}.lane-card.no-icon strong{overflow-wrap:anywhere;background:0 0;border-radius:0;width:100%;max-width:100%;padding:0 12px;font-size:26px;line-height:1.1}@media (width<=900px){.lane-cards{grid-template-columns:repeat(2,1fr)}}.topbar h1{margin-top:10px;margin-bottom:20px;line-height:1.22}.hero-copy>p:not(.eyebrow){margin:0;max-width:64ch;margin-inline:auto;line-height:1.8}.eyebrow{margin-bottom:16px}@media (width<=900px){.topbar{flex-direction:column;align-items:center;gap:16px;min-height:0;padding-top:0;display:flex}.summary{position:static}}
