/* This file is loaded only by the kallisto post. All rules are page-scoped. */
.k-lab { margin: 28px 0 38px; padding: 22px; border: 1px solid #d8dde2; border-radius: 4px; background: #fafbfc; font-size: 16px; line-height: 1.5; }
.k-lab *, .k-roadmap, .k-equation { box-sizing: border-box; }
.k-lab h3 { margin: 0 0 12px; line-height: 1.4; }
.k-lab .k-eyebrow { margin: 0 0 5px; color: #586673; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; font-weight: bold; }
.k-lab .k-help { font-size: 14px; color: #59616a; }
.k-lab p { margin: 12px 0; }
.k-controls, .k-buttons { display: flex; flex-wrap: wrap; align-items: end; gap: 8px; margin: 14px 0; }
.k-controls { gap: 18px; }
.k-grow { flex: 1; min-width: 160px; }
.k-lab label { display: block; font-size: 14px; font-weight: bold; }
.k-lab input, .k-lab select, .k-lab button { font: inherit; }
.k-lab input[type="text"], .k-lab input[type="number"], .k-lab select { display: block; width: 100%; border: 1px solid #aab4bd; border-radius: 3px; padding: 7px 8px; background: #fff; color: #333; margin-top: 4px; min-height: 38px; }
.k-lab input[type="text"] { font-family: ui-monospace, Menlo, Consolas, monospace; letter-spacing: .04em; }
.k-lab input[type="range"] { display: block; min-height: 38px; accent-color: #4183c4; width: 150px; }
.k-lab input[type="number"] { min-width: 70px; max-width: 105px; }
.k-lab button { border: 1px solid #aab4bd; border-radius: 3px; background: #fff; color: #333; padding: 7px 11px; cursor: pointer; min-height: 38px; line-height: 1.3; }
.k-lab button:hover:not(:disabled) { border-color: #4183c4; background: #eef5fb; }
.k-lab button.k-primary { background: #326da6; border-color: #326da6; color: #fff; }
.k-lab button.k-primary:hover:not(:disabled) { background: #285b8d; }
.k-example-reads button[aria-pressed="true"] { border-color: #326da6; box-shadow: inset 0 0 0 1px #326da6; background: #e6f0fa; }
.k-example-reads { align-items: stretch; }
.k-example-reads button { flex: 1 1 145px; text-align: left; }
.k-example-reads button strong, .k-example-reads button span { display: block; }
.k-example-reads button span { margin-top: 2px; color: #59616a; font-size: 13px; font-weight: normal; }
.k-example-description { min-height: 3em; margin-top: -2px; padding-left: 12px; border-left: 3px solid #d5dee6; }
.k-lab button:disabled { opacity: .45; cursor: default; }
.k-lab :focus-visible, .k-roadmap a:focus-visible { outline: 3px solid #4183c4; outline-offset: 3px; }
.k-lab [aria-invalid="true"] { border-color: #a03929; }
.k-lab .k-sequence { font: 20px/1.8 ui-monospace, Menlo, Consolas, monospace; letter-spacing: .07em; overflow-wrap: anywhere; padding: 10px 0; }
.k-lab mark { background: #f5dfa4; color: #222; border-radius: 2px; }
.k-kmers { display: flex; flex-wrap: wrap; gap: 5px; }
.k-kmers button { font-family: ui-monospace, Menlo, Consolas, monospace; padding: 5px 8px; }
.k-kmers button[aria-pressed="true"] { border-color: #326da6; box-shadow: inset 0 0 0 1px #326da6; background: #e6f0fa; }
.k-kmers .k-miss { border-style: dashed; color: #6f5d51; }
.k-transcripts { border-block: 1px solid #e0e4e8; margin: 14px 0; padding: 8px 0; }
.k-transcript { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px; margin: 6px 0; }
.k-transcript code { font-size: 17px; letter-spacing: .06em; white-space: nowrap; }
.k-tag { display: inline-block; font-size: 13px; font-weight: bold; border-left: 4px solid; padding: 1px 5px; margin: 2px; color: #333; background: #fff; white-space: nowrap; }
.k-t0 { border-color: #326da6; }
.k-t1 { border-color: #aa5921; }
.k-t2 { border-color: #408170; }
.k-result { padding: 12px; background: #eef3f7; border-left: 3px solid #4183c4; overflow-wrap: anywhere; }
.k-lab .k-error { color: #922d22; }
.k-lab details { margin: 18px 0; }
.k-lab summary { cursor: pointer; font-size: 14px; color: #326da6; }
.k-table-scroll { overflow-x: auto; max-width: 100%; margin: 14px 0; }
.k-lab table, .k-compare { border-collapse: collapse; width: 100%; font-size: 14px; text-align: left; }
.k-lab th, .k-lab td, .k-compare th, .k-compare td { padding: 8px 6px; border-bottom: 1px solid #dce2e6; vertical-align: middle; }
.k-lab th, .k-compare th { font-weight: bold; }
.k-lab caption { text-align: left; color: #59616a; font-size: 13px; margin-bottom: 8px; }
.k-lab td code { white-space: nowrap; }
.k-lab td[class^="k-compat-"] { text-align: center; font-weight: bold; }
.k-lab td.k-compat-no { color: #7c8791; font-weight: normal; }
.k-lab td.k-compat-t0 { background: #e6f0fa; color: #245b8f; }
.k-lab td.k-compat-t1 { background: #f8ece4; color: #8b4618; }
.k-lab td.k-compat-t2 { background: #e7f2ef; color: #2f6d5e; }
.k-lab .k-index-active { background: #f5dfa4; }
.k-lab .k-number { font-variant-numeric: tabular-nums; }
.k-class-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 8px; margin: 16px 0; }
.k-class { padding: 9px; background: #fff; border: 1px solid #dce2e6; font-size: 14px; }
.k-count-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(125px, 1fr)); gap: 12px; margin: 16px 0; }
.k-abundance { display: grid; gap: 8px; margin: 20px 0; }
.k-bar-row { display: grid; grid-template-columns: 38px 1fr 62px; gap: 10px; align-items: center; font-size: 14px; }
.k-bar-track { height: 13px; background: #e4e9ed; border-radius: 2px; overflow: hidden; }
.k-bar-fill { height: 100%; transition: width .35s ease; }
.k-em-cycle { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: 10px; align-items: center; margin: 16px 0 8px; }
.k-em-phase { padding: 10px 12px; border: 1px solid #d8dde2; border-radius: 3px; background: #fff; transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease; }
.k-em-phase strong, .k-em-phase span { display: block; }
.k-em-phase span { color: #59616a; font-size: 13px; }
.k-em-phase[data-active="true"] { border-color: #326da6; background: #e6f0fa; box-shadow: inset 0 0 0 1px #326da6; }
.k-em-arrow { color: #59616a; font-size: 22px; }
.k-chart { margin: 20px 0 0; }
.k-chart svg { display: block; width: 100%; height: auto; }
.k-lab svg text { font-family: Helvetica, Arial, sans-serif; fill: #59616a; font-size: 12px; }
.k-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.k-equation { margin: 22px 0; padding: 18px; border-left: 3px solid #d5dee6; font-size: 17px; overflow-x: auto; background: #fafafa; }
.k-equation .katex-display { margin: 0; text-align: left; }
.k-equation .katex-display > .katex { text-align: left; }
.k-equation:focus-visible { outline: 3px solid #4183c4; outline-offset: 3px; }
.k-math .katex { font-size: 1.05em; }
.k-equation:not([data-math-rendered]) { white-space: pre-wrap; overflow-wrap: anywhere; }
.k-roadmap { padding: 18px 22px; border-block: 1px solid #eee; margin: 24px 0; font-size: 16px; }
.k-roadmap ol { margin: 8px 0 0; }
.k-roadmap li > ul { margin: 3px 0 7px; }
.k-note { border-left: 3px solid #4183c4; padding-left: 16px; }
.k-try { margin: 22px 0; padding: 15px 18px; border-left: 4px solid #326da6; border-radius: 0 4px 4px 0; background: #eef5fb; }
.k-try > p { margin: 0; }
.k-try > p > strong:first-child { display: inline-block; margin-right: 7px; padding: 2px 7px; border-radius: 3px; background: #326da6; color: #fff; font-size: 12px; line-height: 1.45; letter-spacing: .06em; text-transform: uppercase; vertical-align: .08em; }
.k-paper-figure { margin: 28px 0; }
.k-paper-figure img { display: block; width: 100%; height: auto; }
.k-paper-benchmark img { max-width: 560px; margin-inline: auto; }
.k-paper-graph { max-width: 500px; margin-inline: auto; }
.k-paper-figure figcaption { margin-top: 12px; font-size: 14px; line-height: 1.5; color: #59616a; }
.k-paper-figure a:focus-visible { outline: 3px solid #4183c4; outline-offset: 3px; }
.k-flow { display: flex; flex-wrap: wrap; gap: 6px 12px; margin: 25px 0; font-size: 16px; font-weight: bold; }
.k-flow span { white-space: nowrap; }
.k-references { padding-left: 1.4em; }
.k-references li { margin: 0 0 12px; padding-left: 4px; }
@media (max-width: 520px) {
  .k-lab { padding: 15px 12px; margin-inline: 0; }
  .k-controls { align-items: stretch; }
  .k-controls > label { width: 100%; }
  .k-lab input[type="range"] { width: 100%; }
  .k-lab select { font-size: 14px; }
  .k-lab svg text { font-size: 20px; }
  .k-lab th, .k-lab td { padding: 7px 4px; }
  .k-lab .k-sequence { font-size: 18px; }
  .k-equation { font-size: 15px; padding: 16px 10px; }
}
