:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f7f8fa;--text:#172026;--muted:#66727c;--line:#d7dde3;--panel:#fff;--accent:#146b5f;--accent-strong:#0b4d44;--blue:#2563ad;--orange:#c66a24;--product-sequence-height:96px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0}button,input,textarea,select{font:inherit}button,.primary-button,.secondary-button{border:1px solid var(--line);cursor:pointer;border-radius:6px;padding:9px 12px;text-decoration:none;transition:background-color .12s,border-color .12s,box-shadow .12s,color .12s,transform 80ms}button:disabled{cursor:not-allowed;opacity:.55}button:hover:not(:disabled),.primary-button:hover,.secondary-button:hover{border-color:var(--accent);box-shadow:0 0 0 2px #146b5f1f}button:active:not(:disabled),.primary-button:active,.secondary-button:active{transform:translateY(1px);box-shadow:inset 0 0 0 999px #146b5f1f}button.action-confirmed{color:#075c42;background:#e6f5ee;border-color:#0f8f64;box-shadow:0 0 0 2px #0f8f642e}.primary-button{background:var(--accent);border-color:var(--accent);color:#fff}.secondary-button{color:var(--text);background:#fff;display:inline-flex}.shell,.workspace{min-height:100vh;padding:16px}.submit-grid{grid-template-columns:minmax(0,1fr) 320px;gap:14px;max-width:1180px;margin:0 auto;display:grid}.input-pane,.options-pane,.summary-pane,.analysis-pane,.panel-block,.waiting-panel{background:var(--panel);border:1px solid var(--line);border-radius:8px}.input-pane,.options-pane,.summary-pane,.panel-block,.waiting-panel{padding:14px}.brand-row{align-items:center;gap:14px;margin-bottom:18px;display:flex}.logo{width:72px;height:auto}h1,h2,h3,p{margin-top:0}h1{margin-bottom:4px;font-size:28px}h2{font-size:18px}h3{margin-bottom:8px;font-size:14px}p,.status-line,.file-row span{color:var(--muted)}.field-label{margin-bottom:8px;font-weight:700;display:block}.mode-strip{gap:8px;margin-bottom:18px;display:grid}.segmented{border:1px solid var(--line);background:#fff;border-radius:6px;gap:0;width:fit-content;display:inline-flex;overflow:hidden}.segmented button{border:0;border-right:1px solid var(--line);color:var(--muted);background:0 0;border-radius:0;padding:9px 12px}.segmented button:last-child{border-right:0}.segmented button.active{color:var(--accent-strong);background:#edf7f4;font-weight:700}textarea{resize:vertical;border:1px solid var(--line);border-radius:6px;width:100%;min-height:430px;padding:12px;font-family:SFMono-Regular,Consolas,monospace}.drop-zone{color:var(--muted);text-align:center;background:#f8fbfa;border:1px dashed #b8c7d2;border-radius:6px;place-items:center;gap:4px;min-height:76px;margin-top:14px;padding:12px;transition:border-color .12s,background .12s;display:grid}.drop-zone.active{border-color:var(--accent);color:var(--accent-strong);background:#edf7f4}.drop-zone-title{color:var(--text);font-weight:700}.drop-zone-meta{font-size:12px}.helper-text,.mode-note{font-size:13px}.file-row,.check-row,.range-row,.panel-header,.topbar{align-items:center;gap:12px;display:flex}.file-row{margin-top:14px}.file-row input{display:none}.options-pane{flex-direction:column;align-self:start;gap:14px;display:flex}.range-row{justify-content:space-between}.status-line{border-top:1px solid var(--line);min-height:48px;padding-top:12px}.topbar{background:var(--panel);border-bottom:1px solid var(--line);margin:-16px -16px 12px;padding:10px 16px}.topbar h1{font-size:20px}.progress-shell{background:#e9edf1;border-radius:999px;width:180px;height:8px;margin-left:auto;overflow:hidden}.progress-shell div{background:var(--accent);height:100%}.results-layout{grid-template-columns:400px minmax(0,1fr);gap:12px;display:grid}.analysis-pane{background:0 0;border:0;gap:12px;display:grid}table{border-collapse:collapse;width:100%;font-size:12px}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:7px 6px}th{color:var(--muted);font-weight:700}.probability-value,.probability-raw{display:block}.probability-value{color:var(--accent-strong);font-size:15px;font-weight:800}.probability-raw{color:var(--muted);margin-top:2px;font-size:11px}.record-list{gap:10px;display:grid}.record-card{border:1px solid var(--line);background:#fbfcfd;border-radius:7px;gap:10px;padding:10px;display:grid}.selected-record-card{box-shadow:inset 3px 0 0 var(--accent);background:#eef7f5;border-color:#146b5f47}.record-card-main{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.record-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.record-label{color:var(--muted);text-transform:uppercase;margin-bottom:3px;font-size:11px;font-weight:800;display:block}.record-accession{color:var(--text);overflow-wrap:anywhere;font-family:SFMono-Regular,Consolas,monospace;font-size:13px;font-weight:700}.record-length{text-align:right}.record-length strong{white-space:nowrap;font-size:13px}.record-metric{background:#fff;border:1px solid #e0e6eb;border-radius:6px;align-content:center;min-width:0;min-height:66px;padding:8px;display:grid}.record-metric strong,.record-metric span:not(.record-label):not(.probability-value):not(.probability-raw){display:block}.record-metric strong{color:var(--text);font-size:13px}.record-metric span:not(.record-label):not(.probability-value):not(.probability-raw){color:var(--muted);margin-top:3px;font-size:12px}.probability-metric{min-width:0}.record-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.record-actions button{width:100%;padding:8px 9px}.modal-backdrop{z-index:30;background:#0f172a70;justify-content:center;align-items:center;padding:8px;display:flex;position:fixed;inset:0}.record-modal{background:var(--panel);border:1px solid var(--line);border-radius:8px;width:min(1360px,100%);max-width:1360px;max-height:min(960px,100vh - 16px);padding:20px;overflow:auto;box-shadow:0 18px 54px #0f172a3d}.record-modal-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.record-modal-header h2{margin-bottom:0}.record-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:16px;display:grid}.record-detail-grid div{border:1px solid var(--line);background:#f7faf9;border-radius:6px;padding:10px}.record-detail-grid span{color:var(--muted);margin-bottom:4px;font-size:12px;font-weight:700;display:block}.record-detail-grid strong{color:var(--accent-strong);font-size:15px}.record-detail-table{font-size:12px}.record-probability-panel{gap:10px;margin-top:16px;display:grid}.record-probability-panel h3{margin-bottom:0}.record-probability-note{color:var(--muted);margin:0;font-size:12px;line-height:1.4}.record-probability-empty{border:1px solid var(--line);color:var(--muted);background:#f7faf9;border-radius:6px;padding:12px;font-size:13px}.probability-chart-shell{border:1px solid var(--line);background:#f7faf9;border-radius:6px;gap:8px;min-width:0;padding:10px;display:grid}.probability-track-shell{gap:9px}.probability-chart-copy{gap:3px;display:grid}.probability-chart-copy strong{color:#142437;font-size:13px}.probability-chart-copy span{color:var(--muted);font-size:12px;line-height:1.35}.probability-chart-legend{color:#334155;flex-wrap:wrap;align-items:center;gap:8px 14px;font-size:12px;font-weight:700;display:flex}.probability-chart-legend span{align-items:center;gap:5px;display:inline-flex}.probability-chart-legend i{border-radius:999px;width:22px;height:3px;display:inline-block}.probability-line-chart{background:#fff;border:1px solid #dbe4eb;border-radius:6px;width:100%;height:auto;max-height:320px;display:block}.probability-track-viewport{scrollbar-gutter:stable;background:#fff;border:1px solid #dbe4eb;border-radius:6px;min-width:0;overflow:auto hidden}.probability-track-viewport:focus-visible{outline-offset:2px;outline:2px solid #0f766e52}.probability-track-chart{border:0;border-radius:0;width:auto;min-width:100%;max-height:none}.probability-track-scroll-hint{color:var(--muted);font-size:12px;font-weight:700}.probability-plot-bg{fill:#fff}.probability-grid-line{stroke:#e4ebf1;stroke-width:1px}.probability-position-grid{stroke:#eff4f8;stroke-width:1px}.probability-axis{stroke:#9aaaba;stroke-width:1.2px}.probability-axis-label{fill:#526678;font-size:11px;font-weight:700}.probability-line{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;vector-effect:non-scaling-stroke}.probability-line-no-prf{stroke:#64748b}.probability-chart-legend .probability-line-no-prf{background:#64748b}.probability-line-minus{stroke:#5d62d8}.probability-chart-legend .probability-line-minus{background:#5d62d8}.probability-line-plus{stroke:#f08a24}.probability-chart-legend .probability-line-plus{background:#f08a24}.probability-line-flank-minus{stroke:#30349b;stroke-dasharray:5 4}.probability-chart-legend .probability-line-flank-minus{background:#30349b}.probability-line-flank-plus{stroke:#a84b07;stroke-dasharray:5 4}.probability-chart-legend .probability-line-flank-plus{background:#a84b07}.probability-peak-marker line{stroke:#cf2f3a;stroke-dasharray:3 4;stroke-width:1.3px;vector-effect:non-scaling-stroke}.probability-peak-marker circle{fill:#cf2f3a;stroke:#fff;stroke-width:1.4px}.probability-peak-marker text{fill:#cf2f3a;font-size:11px;font-weight:800}.probability-peak-list{color:#45596b;flex-wrap:wrap;align-items:center;gap:6px 12px;font-size:12px;display:flex}.probability-peak-list span{background:#fff;border:1px solid #dbe4eb;border-radius:5px;padding:5px 7px}.probability-peak-list strong{color:#cf2f3a;margin-right:4px}.panel-header{justify-content:space-between;margin-bottom:8px}.track-tools{color:var(--muted);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;font-size:13px;display:flex}.track-tools button{padding:6px 8px}.track-range-pill{color:#526273;background:#fffffff0;border:1px solid #cbd6df;border-radius:7px;padding:5px 8px;font-weight:600}.compact-toggle{align-items:center;gap:5px;display:inline-flex}.annotation-note{margin-bottom:8px;font-size:13px}.download-grid,.control-grid{flex-wrap:wrap;gap:8px;display:flex}.peak-tabs{grid-template-columns:repeat(auto-fit,minmax(168px,1fr));gap:8px;margin-bottom:8px;display:grid}.peak-tab{text-align:left;background:#fbfcfd;border-color:#cbd6df;grid-template-columns:auto minmax(0,1fr);place-items:center start;gap:2px 8px;min-height:58px;padding:9px 10px;display:grid}.peak-tab.active{border-color:var(--accent);box-shadow:inset 3px 0 0 var(--accent), 0 0 0 2px #146b5f1a;color:var(--accent-strong);background:#eef7f5}.peak-rank{color:#334155;background:#e9eef2;border-radius:5px;grid-row:span 2;justify-content:center;align-self:stretch;align-items:center;min-width:34px;font-size:12px;font-weight:800;display:flex}.peak-tab.active .peak-rank{background:var(--accent);color:#fff}.peak-main{color:var(--text);font-size:13px;font-weight:800;line-height:1.15}.peak-meta{color:var(--muted);font-size:12px;line-height:1.2}.track-svg{border:1px solid var(--line);touch-action:none;background:#fbfcfd;border-radius:6px;width:100%;height:690px}.track-svg text{fill:var(--muted);-webkit-user-select:none;user-select:none;font-size:13px}.track-bg{fill:#fbfcfd}.track-regions{pointer-events:none}.track-region{fill:#fff;stroke:#d7e0e7;stroke-width:1px}.features-region{fill:#fff}.products-region{fill:#fcfbff;stroke:#d8d5e8}.frames-region{fill:#fffdf9;stroke:#dcd7cc}.minimap-region{fill:#f3fbff;stroke:#9fc9d6}.track-label-badge{pointer-events:none}.track-label-badge rect{fill:#ffffffe6;stroke:#d2dce4;stroke-width:1px}.track-label-badge text{fill:#45596b;font-size:12px;font-weight:600}.track-section-badge rect{fill:#fffdf9f0;stroke:#d7d0c3}.product-section-badge rect{fill:#fcfbfff0;stroke:#d8d5e8}.axis{stroke:#98a4ae;stroke-width:1px}.feature-track{pointer-events:none}.feature-axis{stroke:#a9b3bc;stroke-width:1px}.feature-row-label{fill:#45596b;font-size:12px;font-weight:600}.feature-message{fill:#6b7280;font-size:12px;font-weight:600}.feature-glyph{opacity:.86;stroke:#2e3e4c6b;stroke-width:1px;cursor:pointer;pointer-events:visiblePainted;vector-effect:non-scaling-stroke}.feature-glyph:hover,.product-bar:hover,.genome-orf-block:hover{opacity:1;stroke:#000;stroke-width:2px}.feature-plus.frame-0{fill:#4cae93}.feature-plus.frame-1{fill:#e09a5b}.feature-plus.frame-2{fill:#9d98c9}.feature-minus.frame-0{fill:#8fbf5d}.feature-minus.frame-1{fill:#dd68a9}.feature-minus.frame-2{fill:#c8a466}.feature-other{fill:#7da7c9}.feature-label{fill:#26323d;paint-order:stroke fill;stroke:#ffffffe0;stroke-linejoin:round;stroke-width:3px;font-size:9px;font-weight:700}.minus-track,.plus-track,.flank-minus-track,.flank-plus-track{fill:none;stroke-width:2.4px}.minus-track{stroke:var(--blue)}.plus-track{stroke:var(--orange)}.flank-minus-track{stroke:#7198cf;opacity:.55}.flank-plus-track{stroke:#dfac7d;opacity:.55}.marker-line{stroke:#111827;stroke-dasharray:5 5;stroke-width:2px;pointer-events:none}.marker-halo{fill:#1118271a;stroke:#11182742;stroke-width:1px}.marker-dot{fill:#111827}.marker-grip{pointer-events:none;stroke:#fff;stroke-linecap:round;stroke-width:1.5px}.draggable{cursor:ew-resize}.peak{cursor:pointer}.peak line{stroke:#5f6c76;stroke-dasharray:3 6;stroke-width:1.4px}.peak .peak-hit{opacity:0;pointer-events:stroke;stroke:#000;stroke-dasharray:none;stroke-width:14px}.peak circle{fill:#5f6c76}.selected-peak line{stroke:#111827;stroke-width:2px}.selected-peak circle{fill:#111827}.track-legend{pointer-events:none}.track-legend>rect{fill:#fffdf9f0;stroke:#d7d0c3;stroke-width:1px}.track-legend text{fill:#45596b;font-size:11px;font-weight:600}.legend-stop{stroke:#8d2f2b;stroke-width:1.5px}.frame-axis{stroke:#d4dbe2;stroke-width:1px}.frame-row-label{fill:#334155;font-size:12px;font-weight:700}.legend-frame,.orf-frame{opacity:.78;stroke-width:1px;vector-effect:non-scaling-stroke}.orf-frame-p1{fill:#54b9c9;stroke:#247989}.orf-frame-p2{fill:#f0bd48;stroke:#a36f16}.orf-frame-p3{fill:#b09be6;stroke:#6a55af}.orf-frame-m1{fill:#98c65f;stroke:#5d8730}.orf-frame-m2{fill:#e472a4;stroke:#a73369}.orf-frame-m3{fill:#c5a06c;stroke:#846235}.stop-tick{stroke:#8d2f2b;stroke-width:1.5px}.minimap{cursor:ew-resize}.minimap line{stroke:#8da8b5;stroke-width:2px;stroke-linecap:round}.minimap rect{fill:#2b8ba640;stroke:#2b7f96;stroke-width:1.4px}.track-tooltip{pointer-events:none}.track-tooltip rect{fill:#fff;stroke:#bac5ce;stroke-width:1px}.track-tooltip text{fill:var(--text);font-family:SFMono-Regular,Consolas,monospace;font-size:12px}.protein-inspector{border:1px solid var(--line);background:#fbfcfd;border-radius:8px;margin-top:12px;padding:12px}.protein-inspector-header{justify-content:space-between;align-items:start;gap:12px;margin-bottom:10px;display:flex}.protein-inspector h3{margin-bottom:0;font-size:16px}.protein-inspector-subtitle{color:var(--muted);margin:3px 0 0;font-size:12px;font-weight:700}.eyebrow{color:var(--muted);letter-spacing:0;text-transform:uppercase;margin-bottom:3px;font-size:11px;font-weight:700}.sequence-heading{color:var(--muted);font-size:12px;font-weight:700}.sequence-box{gap:4px;min-width:0;display:grid}.sequence-box-heading{justify-content:space-between;align-items:center;min-width:0;display:flex}.sequence-box-body{min-width:0}.sequence-copy-button{color:#334155;cursor:pointer;background:#ffffffeb;border:1px solid #cbd5df;border-radius:5px;flex:none;justify-content:center;align-items:center;width:26px;height:26px;padding:0;display:inline-flex}.sequence-copy-button:hover:not(:disabled){background:#fff;border-color:#8ea3b5}.sequence-copy-button:disabled{cursor:default;opacity:.45}.sequence-copy-button svg{fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:1.7px;width:16px;height:16px}.protein-sequence-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;display:grid}.protein-inspector .sequence-code{max-height:220px;font-size:12px;line-height:1.4}.track-block-lines{color:var(--text);gap:5px;margin:0;padding-left:18px;font-size:13px;display:grid}.selection-detail-stack{scroll-margin-top:16px}.control-grid label{min-width:112px;color:var(--muted);gap:4px;font-size:12px;display:grid}.control-grid input,.control-grid select{border:1px solid var(--line);color:var(--text);border-radius:6px;padding:6px 8px}.control-grid button{align-self:end;padding:6px 9px}.product-map-shell{border:1px solid var(--line);scrollbar-gutter:stable;background:#fbfcfd;border-radius:6px;margin-top:10px;overflow:auto hidden}.product-map{width:auto;min-width:100%;height:190px;display:block}.product-axis{stroke:#aeb8c1;stroke-width:1px}.product-slip-line{stroke:#cf2f3a;stroke-dasharray:4 4;stroke-width:1.6px}.product-slip-label,.product-scale-label,.product-row-label,.product-bar-label{fill:#45596b;font-size:12px;font-weight:700}.product-slip-label{fill:#cf2f3a}.product-scale-label{fill:var(--muted);font-weight:500}.product-row-label{fill:#334155}.product-bar{opacity:.82;stroke-width:1px;cursor:pointer;vector-effect:non-scaling-stroke}.genome-orf-block{cursor:pointer}.product-no-shift{fill:#3b93d1;stroke:#145b91}.product-upstream{fill:#1faa82;stroke:#087055}.product-minus{fill:#5d62d8;stroke:#30349b}.product-plus{fill:#f08a24;stroke:#a84b07}.selected-product-row .product-bar{opacity:.96;stroke:#c4362f;stroke-width:2px}.selected-product-label{fill:#c4362f}.product-map-empty{border:1px dashed var(--line);color:var(--muted);text-align:center;background:#f7f9fb;border-radius:6px;margin-top:10px;padding:18px}.codon-view{border:1px solid var(--line);background:#fbfcfd;border-radius:6px;margin-top:10px;padding:10px}.codon-view-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.codon-view-header h3{margin:0}.codon-view-header span{color:var(--muted);font-size:12px;font-weight:700}.codon-frame-list{gap:8px;display:grid}.codon-frame-row{border:1px solid #0000;border-radius:6px;grid-template-columns:150px minmax(0,1fr);align-items:stretch;gap:8px;padding:6px;display:grid}.selectable-codon-frame{cursor:pointer;background:#fff;border-color:#d7e1ea}.selectable-codon-frame:hover,.selectable-codon-frame:focus-visible{border-color:#8ea3b5;outline:none}.selected-codon-frame{border-color:var(--accent);background:#eef8f5;box-shadow:0 0 0 1px #0f766e1f}.codon-frame-label{color:var(--text);align-content:center;gap:3px;font-size:12px;display:grid}.codon-frame-label span{color:var(--muted)}.selected-codon-frame .codon-frame-label strong{color:var(--accent-strong)}.selected-codon-frame .codon-frame-label span{color:#45635d;font-weight:700}.codon-row-body{gap:3px;min-width:0;display:grid}.codon-ruler{color:var(--muted);grid-template-columns:1fr auto 1fr;align-items:center;font-size:10px;font-weight:700;display:grid;position:relative}.codon-ruler:before{content:"";z-index:0;background:#cbd6df;height:1px;position:absolute;top:50%;left:0;right:0}.codon-ruler span{z-index:1;background:#fbfcfd;position:relative}.codon-ruler span:nth-child(2){text-align:center;padding:0 8px}.codon-ruler span:last-child{text-align:right}.codon-strip{grid-auto-columns:minmax(54px,1fr);grid-auto-flow:column;gap:4px;padding-bottom:2px;display:grid;overflow-x:auto}.codon-cell{text-align:center;background:#fff;border:1px solid #d5dee6;border-radius:5px;grid-template-rows:16px 18px 18px 18px;min-width:54px;display:grid;overflow:hidden}.codon-cell span{justify-content:center;align-items:center;min-width:0;display:flex}.codon-coord{color:#667789;background:#eef3f7;font-size:10px;font-weight:700}.codon-dna{color:#26323d;font-family:SFMono-Regular,Consolas,monospace;font-size:12px;font-weight:800}.codon-rna{color:#386f8d;font-family:SFMono-Regular,Consolas,monospace;font-size:12px}.codon-aa{color:#27313a;background:#f5f0df;font-family:SFMono-Regular,Consolas,monospace;font-size:13px;font-weight:800}.codon-site{border-color:#cf2f3a;box-shadow:inset 0 0 0 1px #cf2f3a}.codon-translation-start{border-color:#217e66}.codon-stop .codon-aa{color:#9c2f28;background:#fde9e7}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:8px;margin-top:10px;display:grid}.product-card{grid-template-rows:auto var(--product-sequence-height) 34px;gap:6px;min-width:0;display:grid}.product-card-title{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.product-card-actions{flex:none;align-items:center;gap:6px;display:inline-flex}.product-card h3{margin-bottom:0}.show-fusion-button{flex:none;padding:5px 8px}code{white-space:pre-wrap;word-break:break-all;border:1px solid var(--line);background:#f1f4f6;border-radius:6px;max-height:150px;padding:10px;display:block;overflow:auto}.product-card .sequence-code,.fusion-sequence,.fusion-sequence-box{height:var(--product-sequence-height);max-height:var(--product-sequence-height);min-height:var(--product-sequence-height);padding:8px;font-size:12px;line-height:1.35;overflow:auto}.sequence-code{border-left-width:4px}.upstream-sequence{border-left-color:#087055}.minus-sequence{border-left-color:#30349b}.plus-sequence{border-left-color:#a84b07}.fusion-sequence{white-space:pre-wrap;word-break:break-all;border:1px solid var(--line);border-color:var(--accent);background:#f1f4f6;border-radius:6px;font-family:SFMono-Regular,Consolas,monospace;display:block;overflow:auto}.fusion-sequence-box{border-color:var(--accent)}.fusion-upstream{color:#087055}.fusion-junction{color:#c4362f;padding:0 2px;font-weight:800}.fusion-downstream-minus{color:#30349b}.fusion-downstream-plus{color:#a84b07}.fusion-junction.fusion-flash-target{border-radius:3px;animation:.95s ease-out fusion-flash-target;display:inline-block}@keyframes fusion-flash-target{0%{color:#fff;background-color:#111827;box-shadow:0 0 0 5px #11182761}55%{color:#fff;background-color:#11182752;box-shadow:0 0 0 4px #1118272e}to{color:#c4362f;background-color:#0000;box-shadow:0 0 #11182700}}.product-card p{min-height:34px;margin:0;font-size:12px;line-height:1.35;overflow:hidden}.fusion-box code{border-color:var(--accent)}.download-grid a{border:1px solid var(--line);color:var(--accent-strong);border-radius:6px;padding:8px 10px;text-decoration:none}.alert{color:#8f1f17;background:#fff1f0;border:1px solid #ffc8c2;border-radius:6px;margin-bottom:14px;padding:10px 12px}@media (max-width:980px){.submit-grid,.results-layout{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start}.progress-shell{width:100%;margin-left:0}.product-grid{grid-template-columns:1fr}}
