.gr-page .glyph{position:static;width:auto;height:auto;background:transparent;border:0;border-radius:0;box-shadow:none;animation:none;display:inline;place-items:initial;font-style:inherit;font-family:var(--mono)}.gr-page{position:relative;max-width:1480px;margin:0 auto;padding:56px 40px 80px}.gr-top{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:end;margin-bottom:22px}.gr-top h1{font-family:var(--serif);font-weight:400;font-size:clamp(40px,4.6vw,64px);letter-spacing:-.005em;word-spacing:.06em;line-height:1.02}.gr-top h1 em{font-style:italic}.gr-top .sub{font-family:var(--serif);font-style:italic;font-size:18px;color:var(--ink-soft);margin-top:8px}.gr-stats{display:inline-flex;gap:24px;padding:10px 18px;border:1px solid var(--rule);border-radius:10px;background:var(--paper)}.gr-stat{display:flex;flex-direction:column;font-family:var(--mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-soft);text-align:right}.gr-stat .num{font-family:var(--serif);font-style:italic;font-weight:400;font-size:28px;color:var(--ink);letter-spacing:-.005em;text-transform:none;line-height:1;font-variant-numeric:tabular-nums}.gr-stat .lab{margin-top:4px}.gr-chapter{display:flex;flex-direction:column;border:1px solid var(--ink);border-radius:12px;background:var(--paper);margin-bottom:22px;overflow:hidden}.gr-chapter-meta{display:flex;align-items:center;gap:14px;padding:12px 16px}.gr-chapter-spacer{flex:1}.gr-chapter-step{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;padding:16px 18px;border-top:1px dashed var(--rule);background:var(--paper-2)}.gr-chapter .tag{font-family:var(--mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;background:var(--ink);color:var(--paper);padding:5px 9px;border-radius:3px;font-variant-numeric:tabular-nums;white-space:nowrap}.gr-step-counter{font-family:var(--mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-soft);padding:5px 9px;border:1px solid var(--rule);border-radius:3px;background:var(--paper);font-variant-numeric:tabular-nums;white-space:nowrap}.gr-step-prompt{font-family:var(--serif);font-size:19px;line-height:1.3;color:var(--ink)}.gr-step-prompt code{font-family:var(--mono);font-style:normal;font-size:14px;background:var(--paper);padding:3px 8px;border-radius:4px;border:1px solid var(--rule)}.gr-step-prompt em{font-style:italic}.gr-step-prompt .note{font-family:var(--serif);font-style:italic;color:var(--ink-soft);font-size:18px;margin-left:6px}.gr-step-runs{display:inline-flex;gap:8px}.gr-step-runs button{border:1px solid var(--ink);color:var(--ink);background:var(--paper);padding:7px 14px;border-radius:999px;font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:all .15s ease;white-space:nowrap}.gr-step-runs button:hover{background:var(--ink);color:var(--paper)}.gr-step-runs button:disabled{opacity:.4;cursor:not-allowed}.gr-step-runs button:disabled:hover{background:var(--paper);color:var(--ink)}.gr-step-runs .gr-step-play{background:var(--ink);color:var(--paper);min-width:84px;text-align:center}.gr-step-runs .gr-step-play.is-playing{background:var(--acid, #b1431a);border-color:var(--acid, #b1431a)}.gr-chapter .status{display:inline-flex;align-items:center;gap:8px;font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-soft);padding:0 0 0 14px;border-left:1px solid var(--rule);margin-left:4px}.gr-chapter .status .dot{width:8px;height:8px;border-radius:50%;background:var(--ink-soft);transition:background-color .25s ease,box-shadow .25s ease}.gr-chapter.is-playing .status .dot{background:#c8910a;box-shadow:0 0 0 4px #c8910a26}.gr-chapter.is-done .status .dot{background:#1f8a5b;box-shadow:0 0 0 4px #1f8a5b26}.gr-chapter-reset{border:1px solid var(--ink);background:var(--paper);color:var(--ink);padding:7px 14px;border-radius:999px;font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:all .15s ease}.gr-chapter-reset:hover{background:var(--ink);color:var(--paper)}.gr-chapter-pick-wrap{position:relative;display:inline-block}.gr-chapter-pick{display:inline-flex!important;align-items:center;gap:10px;border:1px solid var(--ink);background:var(--paper);color:var(--ink);padding:7px 14px;border-radius:999px;font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;outline:none;max-width:360px}.gr-chapter-pick:hover{background:var(--paper-2)}.gr-chapter-pick>#chapterPickLabel{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gr-chapter-pick .caret{font-size:9px;color:var(--ink-soft);transition:transform .2s ease,color .2s ease}.gr-chapter-pick[aria-expanded=true]{background:var(--ink);color:var(--paper)}.gr-chapter-pick[aria-expanded=true] .caret{transform:rotate(180deg);color:var(--paper)}.gr-chapter-pop{position:fixed;margin:0;padding:6px;list-style:none;min-width:360px;max-width:460px;max-height:460px;overflow-y:auto;background:var(--paper);border:1px solid var(--ink);border-radius:10px;box-shadow:0 18px 38px -12px #0e133059;z-index:90;scrollbar-width:thin;scrollbar-color:var(--rule) transparent}.gr-chapter-pop li{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:9px 12px;border-radius:6px;cursor:pointer;outline:none;font-family:var(--mono);color:var(--ink);border-bottom:1px dashed var(--rule);transition:background-color .12s ease}.gr-chapter-pop li:last-child{border-bottom:none}.gr-chapter-pop li:hover,.gr-chapter-pop li:focus-visible{background:var(--paper-2)}.gr-chapter-pop li[aria-selected=true]{background:var(--ink);color:var(--paper);border-bottom-color:transparent}.gr-chapter-pop li[aria-selected=true] .num,.gr-chapter-pop li[aria-selected=true] .meta{color:#f2ede2b3}.gr-chapter-pop li .num{font-size:9px;letter-spacing:.18em;color:var(--ink-soft);font-variant-numeric:tabular-nums}.gr-chapter-pop li .lbl{font-size:13px;font-weight:500;letter-spacing:-.005em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gr-chapter-pop li .meta{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-soft);padding:2px 8px;border:1px solid var(--rule);border-radius:3px}.gr-chapter-pop li[aria-selected=true] .meta{border-color:#f2ede24d}.gr-bench{display:grid;grid-template-columns:1fr 380px;gap:24px;margin-bottom:24px;align-items:stretch}@media (max-width: 1200px){.gr-bench{grid-template-columns:1fr}}.gr-stage{border:1px solid var(--ink);border-radius:10px;background:var(--paper);overflow:hidden;display:flex;flex-direction:column;min-height:540px}.gr-stage-head{display:flex;align-items:center;gap:12px;padding:10px 14px;border-bottom:1px dashed var(--rule);background:var(--paper-2)}.gr-stage-head .lab,.gr-stage-foot .lab,.gr-cheat-head .lab,.gr-explain-head .lab{font-family:var(--mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-soft)}.gr-stage-head .meta,.gr-stage-foot .hint{font-family:var(--serif);font-style:italic;color:var(--ink-soft);font-size:13px}.gr-stage .spacer,.gr-stage-foot .spacer,.gr-cheat-head .spacer{flex:1}.gr-tabs{display:inline-flex;flex-wrap:wrap;gap:6px}.gr-tabs button{border:1px solid var(--rule);background:var(--paper);color:var(--ink);padding:5px 11px;border-radius:999px;font-family:var(--mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;transition:all .12s ease}.gr-tabs button:hover{border-color:var(--ink)}.gr-tabs button.is-on{background:var(--ink);color:var(--paper);border-color:var(--ink)}.gr-viz-wrap{flex:1;padding:14px;min-height:420px;display:flex}.gr-viz{flex:1;display:flex;align-items:stretch;justify-content:stretch;min-height:400px}.gr-viz svg,.gr-viz canvas{width:100%;height:100%;display:block}.gr-stage-foot{display:flex;align-items:center;gap:14px;padding:10px 14px;border-top:1px dashed var(--rule);background:var(--paper-2)}.gr-speed{display:inline-flex;align-items:center;gap:10px}.gr-speed input[type=range]{-webkit-appearance:none;appearance:none;width:140px;height:4px;background:var(--rule);border-radius:2px;outline:none}.gr-speed input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:var(--ink);border:2px solid var(--paper);cursor:pointer}.gr-speed input[type=range]::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--ink);border:2px solid var(--paper);cursor:pointer}.gr-speed .meta{font-family:var(--mono);font-size:10px;letter-spacing:.14em;color:var(--ink-soft);text-transform:uppercase;font-variant-numeric:tabular-nums;min-width:48px}.gr-rail-wrap{display:flex;flex-direction:column;gap:16px}.gr-explain{border:1px solid var(--ink);border-radius:10px;background:var(--paper);display:flex;flex-direction:column;flex:1;overflow:hidden}.gr-explain-head{display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px dashed var(--rule);background:var(--paper-2)}.gr-explain-head strong{font-family:var(--serif);font-style:italic;font-weight:400;font-size:17px;color:var(--ink)}.gr-explain-body{padding:16px;font-family:var(--serif);font-size:15px;line-height:1.55;color:var(--ink);overflow-y:auto;flex:1}.gr-explain-body p{margin:0 0 12px}.gr-explain-body p.empty{color:var(--ink-soft);font-style:italic}.gr-explain-body h4{font-family:var(--mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-soft);margin:14px 0 8px;font-weight:500}.gr-explain-body code{font-family:var(--mono);font-size:13px;background:var(--paper-2);padding:2px 6px;border-radius:4px;border:1px solid var(--rule)}.gr-explain-body strong{font-weight:600}.gr-explain-body .kv{display:grid;grid-template-columns:auto 1fr;gap:6px 12px;font-family:var(--mono);font-size:12px;margin:8px 0 12px}.gr-explain-body .kv .k{color:var(--ink-soft);letter-spacing:.04em;text-transform:uppercase;font-size:10px;align-self:center}.gr-explain-body .kv .v{color:var(--ink);font-variant-numeric:tabular-nums}.gr-challenge{border:1px solid var(--ink);border-radius:10px;background:var(--paper);padding:14px}.gr-challenge-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.gr-challenge .tag{font-family:var(--mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;background:var(--ink);color:var(--paper);padding:4px 8px;border-radius:3px}.gr-challenge .dot{width:8px;height:8px;border-radius:50%;background:var(--ink-soft);transition:all .25s ease}.gr-challenge.is-correct .dot{background:#1f8a5b;box-shadow:0 0 0 4px #1f8a5b26}.gr-challenge.is-wrong .dot{background:var(--acid);box-shadow:0 0 0 4px #b1431a2e}.gr-challenge .lab{font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-soft)}.gr-challenge.is-correct .lab{color:#1f8a5b}.gr-challenge.is-wrong .lab{color:var(--acid)}.gr-challenge-prompt{margin:0;font-family:var(--serif);font-style:italic;font-size:16px;line-height:1.4;color:var(--ink)}.gr-challenge-prompt code{font-style:normal;font-family:var(--mono);font-size:13px;background:var(--paper-2);padding:2px 6px;border-radius:4px;border:1px solid var(--rule)}.gr-cheat{border:1px solid var(--ink);border-radius:10px;background:var(--paper);overflow:hidden}.gr-cheat-head{display:flex;align-items:center;gap:14px;padding:10px 16px;border-bottom:1px dashed var(--rule);background:var(--paper-2)}.gr-cheat-head strong{font-family:var(--serif);font-style:italic;font-weight:400;font-size:18px}.gr-cheat-tabs{display:inline-flex;flex-wrap:wrap;gap:6px;max-width:60%;justify-content:flex-end}.gr-cheat-tabs button{border:1px solid var(--rule);background:var(--paper);color:var(--ink);padding:4px 10px;border-radius:999px;font-family:var(--mono);font-size:9px;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;transition:all .12s ease}.gr-cheat-tabs button:hover{border-color:var(--ink)}.gr-cheat-tabs button.is-on{background:var(--ink);color:var(--paper);border-color:var(--ink)}.gr-cheat-body{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;padding:18px}.gr-cheat-section h4{font-family:var(--mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-soft);margin:0 0 8px;font-weight:500}.gr-cheat-grid{display:grid;grid-template-columns:1fr;border:1px solid var(--rule);border-radius:6px;overflow:hidden}.gr-cheat-grid .row{display:grid;grid-template-columns:minmax(120px,auto) 1fr;gap:12px;align-items:center;padding:8px 12px;border-bottom:1px dashed var(--rule);background:var(--paper)}.gr-cheat-grid .row:last-child{border-bottom:none}.gr-cheat-grid .row code{font-family:var(--mono);font-size:12px;color:var(--ink);background:transparent}.gr-cheat-grid .row .desc{font-family:var(--serif);font-size:14px;color:var(--ink-soft)}.gr-foot{display:flex;flex-direction:column;gap:6px;padding:14px 16px;border:1px solid var(--rule);border-radius:10px;background:var(--paper);font-family:var(--serif);font-style:italic;font-size:13px;color:var(--ink-soft)}.gr-foot a{color:var(--ink);text-decoration:underline;text-decoration-style:dotted}.mem-svg{width:100%;height:100%;min-height:460px}.mem-block{cursor:pointer;transition:filter .15s ease,transform .25s ease}.mem-block:hover{filter:brightness(.96)}.mem-block.is-selected{filter:drop-shadow(0 0 0 2px var(--ink))}.mem-block-rect{transition:fill .25s ease,stroke-width .25s ease}.mem-block.is-selected .mem-block-rect{stroke-width:3px}.mem-block.is-current .mem-block-rect{stroke-dasharray:6 4}.mem-label{font-family:var(--mono);font-size:12px;fill:var(--ink);pointer-events:none}.mem-addr{font-family:var(--mono);font-size:10px;fill:var(--ink-soft);pointer-events:none}.mem-arrow{stroke:var(--ink);stroke-width:1.5;fill:none;marker-end:url(#mem-arrowhead)}.mem-arrow-label{font-family:var(--serif);font-style:italic;font-size:12px;fill:var(--ink)}.mem-sublabel{font-family:var(--mono);font-size:9px;fill:var(--ink-soft);pointer-events:none}.mem-label--on-dark,.mem-sublabel--on-dark{fill:#f1f5f9}.mem-label--boundary{font-size:10px;fill:var(--ink-soft)}.mem-addr--boundary{font-size:9px}.mem-doc-link a{color:var(--ink);text-decoration:underline;text-decoration-style:dotted}.mem-block--boundary{cursor:pointer}.sf-svg{width:100%;height:100%;min-height:460px}.sf-frame{transition:transform .35s cubic-bezier(.5,0,.2,1),opacity .25s ease}.sf-frame.is-current rect.sf-frame-rect{stroke:var(--ink);stroke-width:2.5}.sf-frame-rect{fill:var(--paper);stroke:var(--rule);stroke-width:1}.sf-frame-name{font-family:var(--serif);font-style:italic;font-size:16px;fill:var(--ink)}.sf-row{font-family:var(--mono);font-size:11px;fill:var(--ink)}.sf-row .k{fill:var(--ink-soft);letter-spacing:.04em}.sf-source-pre{font-family:var(--mono);font-size:12px;background:var(--paper-2);border:1px solid var(--rule);border-radius:6px;padding:10px 12px;line-height:1.5;overflow:auto;max-height:220px;margin:0;color:var(--ink);white-space:pre}.sf-source-pre .pc{background:#b1431a26;display:inline-block;padding:0 4px;border-radius:3px}.ll-svg{width:100%;height:100%;min-height:380px}.ll-node-rect{fill:var(--paper);stroke:var(--ink);stroke-width:1.2;transition:all .3s ease}.ll-node-rect.is-new{fill:#b1431a14;stroke:var(--acid)}.ll-node-rect.is-target{fill:#1f8a5b14;stroke:#1f8a5b}.ll-node-text{font-family:var(--mono);font-size:14px;fill:var(--ink)}.ll-arrow{stroke:var(--ink);stroke-width:1.6;fill:none;transition:all .35s ease;marker-end:url(#ll-arrowhead)}.ll-arrow.is-new{stroke:var(--acid)}.ll-arrow.is-old{stroke-dasharray:4 4;opacity:.35}.ll-pointer-label{font-family:var(--mono);font-size:10px;letter-spacing:.12em;fill:var(--ink-soft);text-transform:uppercase}.ll-controls{display:flex;gap:8px;padding:8px 14px;border-bottom:1px dashed var(--rule);background:var(--paper-2)}.ll-controls input{font-family:var(--mono);font-size:12px;width:80px;padding:5px 9px;border:1px solid var(--rule);border-radius:4px;outline:none;background:var(--paper)}.ll-controls input:focus{border-color:var(--ink)}.ll-controls button{border:1px solid var(--ink);background:var(--paper);color:var(--ink);padding:5px 12px;border-radius:999px;font-family:var(--mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;cursor:pointer}.ll-controls button:hover{background:var(--ink);color:var(--paper)}.arr-svg{width:100%;height:100%;min-height:320px}.arr-controls{display:flex;gap:8px;padding:8px 14px;border-bottom:1px dashed var(--rule);background:var(--paper-2);align-items:center;flex-wrap:wrap}.arr-controls input{font-family:var(--mono);font-size:13px;padding:5px 9px;border:1px solid var(--rule);border-radius:4px;outline:none;background:var(--paper);min-width:8ch;-moz-appearance:textfield}.arr-controls input::-webkit-outer-spin-button,.arr-controls input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.arr-controls input:focus{border-color:var(--ink)}.arr-controls button{border:1px solid var(--ink);background:var(--paper);color:var(--ink);padding:5px 12px;border-radius:999px;font-family:var(--mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;cursor:pointer}.arr-controls button:hover{background:var(--ink);color:var(--paper)}.arr-formula{font-family:var(--mono);font-size:12px;fill:var(--ink-soft);letter-spacing:.04em}.arr-cell-rect{fill:var(--paper);stroke:var(--ink);stroke-width:1.4;transition:fill .25s ease,stroke .25s ease,transform .35s ease}.arr-cell-val{font-family:var(--mono);font-size:16px;font-weight:600;fill:var(--ink);pointer-events:none}.arr-cell-empty{font-family:var(--mono);font-size:18px;fill:var(--ink-soft);pointer-events:none}.arr-cell-ix{font-family:var(--mono);font-size:10px;letter-spacing:.06em;fill:var(--ink-soft)}.arr-cell.is-empty .arr-cell-rect{fill:color-mix(in oklab,var(--paper) 80%,var(--paper-2));stroke-dasharray:4 4}.arr-cell.is-fresh .arr-cell-rect{fill:#b1431a1f;stroke:var(--acid);stroke-width:2}.arr-cell.is-pulse .arr-cell-rect{fill:#1f8a5b24;stroke:#1f8a5b;stroke-width:2.2}.arr-cell.is-dim .arr-cell-rect{opacity:.5}.arr-cell.is-shift-right{animation:arr-shift-right .42s ease-out}.arr-cell.is-shift-left{animation:arr-shift-left .42s ease-out}@keyframes arr-shift-right{0%{transform:translate(0)}50%{transform:translate(-12px)}to{transform:translate(0)}}@keyframes arr-shift-left{0%{transform:translate(0)}50%{transform:translate(12px)}to{transform:translate(0)}}.arr-cap-note{font-family:var(--mono);font-size:10px;letter-spacing:.06em;fill:var(--ink-soft);font-style:italic}.graph-svg{width:100%;height:100%;min-height:380px}.graph-edge{stroke:var(--ink);stroke-width:1.4;transition:stroke .3s ease,stroke-width .3s ease}.graph-edge.is-traversed{stroke:var(--acid);stroke-width:2}.graph-node-circle{fill:var(--paper);stroke:var(--ink);stroke-width:1.4;transition:fill .25s ease,stroke .25s ease}.graph-node-text{font-family:var(--mono);font-size:16px;font-weight:600;fill:var(--ink);pointer-events:none}.graph-node.is-visited .graph-node-circle{fill:#1f8a5b26;stroke:#1f8a5b}.graph-node.is-frontier .graph-node-circle{fill:#b1431a1f;stroke:var(--acid)}.graph-node.is-current .graph-node-circle{fill:#b1431a47;stroke:var(--acid);stroke-width:2.4}.graph-adj{font-family:var(--mono);font-size:12px;display:grid;grid-template-columns:1fr;gap:2px 0;margin:6px 0}.graph-adj code{padding:0 3px}.cache-svg{width:100%;height:100%;min-height:400px}.cache-level-rect{fill:var(--paper);stroke:var(--ink);stroke-width:1.4;transition:fill .25s ease,stroke .25s ease,stroke-width .25s ease}.cache-level.is-traversed .cache-level-rect{fill:#b1431a14;stroke:var(--acid)}.cache-level.is-active .cache-level-rect{fill:#b1431a2e;stroke:var(--acid);stroke-width:2}.cache-level.is-hit .cache-level-rect{fill:#1f8a5b26;stroke:#1f8a5b;stroke-width:2.4}.cache-level-name{font-family:var(--serif);font-style:italic;font-size:18px;fill:var(--ink)}.cache-level-sub{font-family:var(--mono);font-size:11px;fill:var(--ink-soft)}.cache-level-stat{font-family:var(--mono);font-size:14px;font-weight:600;fill:var(--ink)}.cache-level-statlab{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;fill:var(--ink-soft)}.heap-svg{width:100%;height:100%;min-height:360px}.heap-edge{stroke:var(--ink);stroke-width:1.2;opacity:.7}.heap-node-circle{fill:var(--paper);stroke:var(--ink);stroke-width:1.4;transition:fill .25s ease,stroke .25s ease}.heap-node-text{font-family:var(--mono);font-size:14px;font-weight:600;fill:var(--ink);pointer-events:none}.heap-node-ix{font-family:var(--mono);font-size:9px;letter-spacing:.06em;fill:var(--ink-soft);pointer-events:none}.heap-node.is-root .heap-node-circle{stroke-width:2}.heap-node.is-pulse .heap-node-circle{fill:#b1431a2e;stroke:var(--acid);stroke-width:2.2}.heap-node.is-compare .heap-node-circle{fill:#1f8a5b24;stroke:#1f8a5b}.bsearch-svg{width:100%;height:100%;min-height:220px}.bsearch-marker{font-family:var(--mono);font-size:11px;letter-spacing:.08em;fill:var(--acid);font-weight:600}.rec-svg{width:100%;height:100%;min-height:440px}.rec-edge{stroke:var(--ink);stroke-width:1.2;opacity:.6}.rec-node-rect{fill:var(--paper);stroke:var(--ink);stroke-width:1.4;transition:fill .25s ease,stroke .25s ease}.rec-node-text{font-family:var(--mono);font-size:13px;font-weight:600;fill:var(--ink)}.rec-node-val{font-family:var(--mono);font-size:11px;fill:var(--ink-soft)}.rec-node.is-base .rec-node-rect{fill:#1f8a5b26;stroke:#1f8a5b}.rec-node.is-done .rec-node-rect{fill:#b1431a14}.rec-node.is-memo-hit .rec-node-rect{fill:#1f8a5b38;stroke:#1f8a5b;stroke-dasharray:4 3}.tp-svg{width:100%;height:100%;min-height:220px}.tp-window{fill:#b1431a14;stroke:var(--acid);stroke-width:1.2;stroke-dasharray:5 3;pointer-events:none}.tp-marker{font-family:var(--mono);font-size:11px;letter-spacing:.08em;font-weight:600}.tp-marker.is-left{fill:var(--acid)}.tp-marker.is-right{fill:#1f8a5b}.uf-svg{width:100%;height:100%;min-height:380px}.uf-edge{stroke:var(--ink);stroke-width:1.2;opacity:.7}.uf-node-circle{fill:var(--paper);stroke:var(--ink);stroke-width:1.4;transition:fill .25s ease,stroke .25s ease}.uf-node-text{font-family:var(--mono);font-size:13px;font-weight:600;fill:var(--ink)}.uf-node.is-root .uf-node-circle{stroke-width:2;fill:#b1431a14}.uf-node.is-pulse .uf-node-circle{fill:#1f8a5b2e;stroke:#1f8a5b;stroke-width:2.2}.uf-rank{font-family:var(--mono);font-size:9px;letter-spacing:.08em;fill:var(--ink-soft);text-transform:uppercase}.trie-svg{width:100%;height:100%;min-height:380px}.trie-edge{stroke:var(--ink);stroke-width:1.3;opacity:.7;transition:stroke .25s ease}.trie-edge.is-traversed{stroke:var(--acid);stroke-width:2.2;opacity:1}.trie-edge-label{font-family:var(--mono);font-size:12px;font-weight:600;fill:var(--ink);paint-order:stroke;stroke:var(--paper);stroke-width:3}.trie-edge-label.is-traversed{fill:var(--acid)}.trie-node-circle{fill:var(--paper);stroke:var(--ink);stroke-width:1.3;transition:fill .25s ease,stroke .25s ease}.trie-node.is-root .trie-node-circle{fill:color-mix(in oklab,var(--paper) 88%,var(--ink) 12%);stroke-width:1.6}.trie-node.is-end .trie-node-circle{fill:#1f8a5b33;stroke:#1f8a5b;stroke-width:2.2}.trie-node.is-pulse .trie-node-circle{fill:#b1431a2e;stroke:var(--acid);stroke-width:2.4}.trie-node-text{font-family:var(--mono);font-size:14px;fill:var(--ink-soft);pointer-events:none}.dp-svg{width:100%;height:100%;min-height:440px}.dp-cell-rect{fill:var(--paper);stroke:var(--ink);stroke-width:1;transition:fill .25s ease,stroke .25s ease}.dp-cell.is-empty .dp-cell-rect{fill:color-mix(in oklab,var(--paper) 90%,var(--paper-2));stroke-dasharray:3 3;stroke:var(--rule)}.dp-cell.is-pulse .dp-cell-rect{fill:#b1431a2e;stroke:var(--acid);stroke-width:1.8}.dp-cell.is-trace .dp-cell-rect{fill:#1f8a5b26;stroke:#1f8a5b;stroke-width:1.6}.dp-cell-val,.dp-axis{font-family:var(--mono);font-size:14px;font-weight:600;fill:var(--ink)}.dp-axis-ix{font-family:var(--mono);font-size:9px;letter-spacing:.06em;fill:var(--ink-soft)}.rope-svg{width:100%;height:100%;min-height:400px}.rope-edge{stroke:var(--ink);stroke-width:1.3;opacity:.7}.rope-edge.is-traversed{stroke:var(--acid);stroke-width:2.2;opacity:1}.rope-node-rect,.rope-node-circle{fill:var(--paper);stroke:var(--ink);stroke-width:1.4;transition:fill .25s ease,stroke .25s ease}.rope-node.is-leaf .rope-node-rect{fill:color-mix(in oklab,var(--paper) 88%,var(--ink) 12%)}.rope-node.is-pulse .rope-node-rect,.rope-node.is-pulse .rope-node-circle{fill:#b1431a2e;stroke:var(--acid);stroke-width:2.2}.rope-leaf-text{font-family:var(--mono);font-size:12px;font-weight:600;fill:var(--ink)}.rope-int-text{font-family:var(--mono);font-size:13px;font-weight:700;fill:var(--ink)}.rope-int-label{font-family:var(--mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase;fill:var(--ink-soft)}.greedy-svg{width:100%;height:100%;min-height:320px}.greedy-tick{stroke:var(--rule);stroke-width:1;opacity:.4}.greedy-bar{stroke:var(--ink);stroke-width:1.2;transition:fill .25s ease,opacity .25s ease}.greedy-bar.is-chosen{fill:#1f8a5b59;stroke:#1f8a5b}.greedy-bar.is-skipped{fill:color-mix(in oklab,var(--paper) 80%,var(--paper-2));opacity:.55}.greedy-bar-label{font-family:var(--mono);font-size:11px;fill:var(--ink);letter-spacing:.04em}.greedy-coin-rect{fill:#b1431a26;stroke:var(--acid);stroke-width:1.5}.greedy-coin-text{font-family:var(--mono);font-size:18px;font-weight:700;fill:var(--ink)}.kmp-svg{width:100%;height:100%;min-height:340px}.arr-cell.text-is-pulse .arr-cell-rect{fill:#1f8a5b2e;stroke:#1f8a5b;stroke-width:2}.arr-cell.text-is-match .arr-cell-rect{fill:#1f8a5b4d;stroke:#1f8a5b}.arr-cell.text-is-mismatch .arr-cell-rect{fill:#b1431a33;stroke:var(--acid);stroke-width:2}.arr-cell.pat-is-pulse .arr-cell-rect{fill:#1f8a5b2e;stroke:#1f8a5b;stroke-width:2}.arr-cell.pat-is-matched .arr-cell-rect{fill:#1f8a5b1f}.arr-cell.f-is-pulse .arr-cell-rect{fill:#b1431a24;stroke:var(--acid)}.seg-svg{width:100%;height:100%;min-height:420px}.seg-edge{stroke:var(--ink);stroke-width:1.2;opacity:.6}.seg-node-rect{fill:var(--paper);stroke:var(--ink);stroke-width:1.3;transition:fill .25s ease,stroke .25s ease}.seg-node.is-leaf .seg-node-rect{fill:color-mix(in oklab,var(--paper) 88%,var(--ink) 12%)}.seg-node.is-pulse .seg-node-rect{fill:#b1431a33;stroke:var(--acid);stroke-width:2.2}.seg-node-val{font-family:var(--mono);font-size:13px;font-weight:700;fill:var(--ink)}.seg-node-range{font-family:var(--mono);font-size:9px;letter-spacing:.06em;fill:var(--ink-soft)}.dij-svg{width:100%;height:100%;min-height:360px}.dij-edge{stroke:var(--ink);stroke-width:1.4;opacity:.5;transition:all .3s ease}.dij-edge.is-tree{stroke:var(--acid);stroke-width:2.2;opacity:1}.dij-edge.is-active{stroke:#1f8a5b;stroke-width:2.4;opacity:1}.dij-edge-w{font-family:var(--mono);font-size:12px;font-weight:600;fill:var(--ink);paint-order:stroke;stroke:var(--paper);stroke-width:3}.dij-node-circle{fill:var(--paper);stroke:var(--ink);stroke-width:1.4;transition:fill .25s ease,stroke .25s ease}.dij-node-text{font-family:var(--mono);font-size:14px;font-weight:700;fill:var(--ink)}.dij-node-dist{font-family:var(--mono);font-size:11px;fill:var(--ink);font-weight:600}.dij-node.is-settled .dij-node-circle{fill:#1f8a5b40;stroke:#1f8a5b}.dij-node.is-frontier .dij-node-circle{fill:#b1431a26;stroke:var(--acid)}.topo-svg{width:100%;height:100%;min-height:320px}.topo-edge{stroke:var(--ink);stroke-width:1.4;opacity:.7}.topo-edge.is-done{stroke:#1f8a5b;stroke-width:1.8;opacity:.45}.topo-node-circle{fill:var(--paper);stroke:var(--ink);stroke-width:1.4}.topo-node-text{font-family:var(--mono);font-size:14px;font-weight:700;fill:var(--ink)}.topo-node-deg{font-family:var(--mono);font-size:10px;fill:var(--ink-soft)}.topo-node.is-ready .topo-node-circle{fill:#b1431a1f;stroke:var(--acid)}.topo-node.is-pulse .topo-node-circle{fill:#1f8a5b40;stroke:#1f8a5b;stroke-width:2.2}.topo-node.is-done .topo-node-circle{fill:#1f8a5b26;stroke:#1f8a5b;opacity:.7}.mst-svg{width:100%;height:100%;min-height:320px}.mst-edge{stroke:var(--ink);stroke-width:1.4;opacity:.5;transition:all .25s ease}.mst-edge.is-tree{stroke:var(--acid);stroke-width:2.4;opacity:1}.mst-edge.is-rej{stroke:var(--ink);stroke-width:1;opacity:.25;stroke-dasharray:3 3}.mst-edge.is-active{stroke:#1f8a5b;stroke-width:2.4}.mst-edge-w{font-family:var(--mono);font-size:12px;font-weight:600;fill:var(--ink);paint-order:stroke;stroke:var(--paper);stroke-width:3}.mst-node-circle{fill:var(--paper);stroke:var(--ink);stroke-width:1.4}.mst-node-text{font-family:var(--mono);font-size:14px;font-weight:700;fill:var(--ink)}.fen-svg{width:100%;height:100%;min-height:320px}.edist-svg{width:100%;height:100%;min-height:380px}.bit-svg{width:100%;height:100%;min-height:220px}.bit-rect{fill:var(--paper);stroke:var(--ink);stroke-width:1.4;transition:fill .25s ease,stroke .25s ease}.bit-val{font-family:var(--mono);font-size:28px;font-weight:700;fill:var(--ink)}.bit-cell.is-on .bit-rect{fill:#1f8a5b38;stroke:#1f8a5b}.bit-cell.is-pulse .bit-rect{stroke:var(--acid);stroke-width:2.4}.lis-svg{width:100%;height:100%;min-height:220px}.astar-svg{width:100%;height:100%;min-height:360px}.astar-cell{fill:var(--paper);stroke:var(--rule);stroke-width:.6;cursor:pointer;transition:fill .15s ease,stroke .15s ease}.astar-cell.is-wall{fill:var(--ink);stroke:var(--ink)}.astar-cell.is-visited{fill:#b1431a1f;stroke:var(--acid)}.astar-cell.is-frontier{fill:#b1431a40;stroke:var(--acid)}.astar-cell.is-path{fill:#1f8a5b59;stroke:#1f8a5b}.astar-cell.is-start{fill:#1f8a5b;stroke:var(--ink);stroke-width:1.5}.astar-cell.is-goal{fill:var(--acid);stroke:var(--ink);stroke-width:1.5}.lru-svg{width:100%;height:100%;min-height:200px}.lru-rect{fill:var(--paper);stroke:var(--ink);stroke-width:1.4;transition:fill .25s ease,stroke .25s ease}.lru-node.is-head .lru-rect{fill:#1f8a5b26;stroke:#1f8a5b}.lru-node.is-tail .lru-rect{fill:#b1431a14;stroke:var(--acid)}.lru-key{font-family:var(--mono);font-size:16px;font-weight:700;fill:var(--ink)}.lru-val{font-family:var(--mono);font-size:11px;fill:var(--ink-soft)}.lru-arrow{stroke:var(--ink);stroke-width:1.6;marker-end:url(#ll-arrowhead)}.qs-svg{width:100%;height:100%;min-height:200px}.qs-active-range{fill:#b1431a12;stroke:var(--acid);stroke-width:1.2;stroke-dasharray:5 3;pointer-events:none}.bt-svg{width:100%;height:100%;min-height:460px}.bt-cell{fill:var(--paper);stroke:var(--rule);stroke-width:.6}.bt-cell.is-dark{fill:color-mix(in oklab,var(--paper) 75%,var(--ink) 25%)}.bt-queen{fill:var(--acid);stroke:var(--ink);stroke-width:1.4}.avl-svg{width:100%;height:100%;min-height:360px}.avl-edge{stroke:var(--ink);stroke-width:1.3;opacity:.7}.avl-node-circle{fill:var(--paper);stroke:var(--ink);stroke-width:1.4}.avl-node-text{font-family:var(--mono);font-size:13px;font-weight:700;fill:var(--ink)}.avl-node.is-pulse .avl-node-circle{fill:#b1431a2e;stroke:var(--acid);stroke-width:2.2}.bst-svg{width:100%;height:100%;min-height:460px}.bst-node-circle{fill:var(--paper);stroke:var(--ink);stroke-width:1.4;transition:all .35s ease}.bst-node-circle.is-current{fill:#b1431a26;stroke:var(--acid);stroke-width:2}.bst-node-circle.is-found{fill:#1f8a5b26;stroke:#1f8a5b;stroke-width:2.4}.bst-node-circle.is-new{fill:var(--acid)}.bst-node-text{font-family:var(--mono);font-size:13px;fill:var(--ink);pointer-events:none}.bst-node-text.is-new{fill:var(--paper);font-weight:600}.bst-edge{stroke:var(--rule);stroke-width:1.5;fill:none;transition:all .3s ease}.bst-edge.is-path{stroke:var(--acid);stroke-width:2}.bst-edge.is-found{stroke:#1f8a5b;stroke-width:2.4}.ht-svg{width:100%;height:100%;min-height:460px}.ht-bucket-rect{fill:var(--paper);stroke:var(--rule);stroke-width:1.2;transition:all .25s ease}.ht-bucket-rect.is-active{fill:#b1431a1f;stroke:var(--acid)}.ht-bucket-rect.is-collide{fill:#c8910a26;stroke:#c8910a}.ht-bucket-num{font-family:var(--mono);font-size:10px;fill:var(--ink-soft)}.ht-cell-rect{fill:var(--paper-2);stroke:var(--ink);stroke-width:1;transition:all .35s ease}.ht-cell-rect.is-new{fill:var(--acid);stroke:var(--acid)}.ht-cell-text{font-family:var(--mono);font-size:11px;fill:var(--ink)}.ht-cell-text.is-new{fill:var(--paper);font-weight:600}.ht-pointer{stroke:var(--ink);stroke-width:1.4;fill:none;marker-end:url(#ht-arrowhead)}.ht-formula{font-family:var(--mono);font-size:11px;fill:var(--ink)}.ht-formula tspan.acid{fill:var(--acid)}.srt-canvas{width:100%;height:100%;min-height:420px;display:block}.tcp-svg{width:100%;height:100%;min-height:440px}.tcp-host{font-family:var(--serif);font-style:italic;font-size:16px;fill:var(--ink)}.tcp-host-rect{fill:var(--paper);stroke:var(--ink);stroke-width:1.4}.tcp-state{font-family:var(--mono);font-size:10px;letter-spacing:.14em;fill:var(--ink-soft);text-transform:uppercase;transition:fill .3s ease}.tcp-state.is-active{fill:var(--acid)}.tcp-state.is-done{fill:#1f8a5b}.tcp-pkt-rect{fill:var(--paper-2);stroke:var(--ink);stroke-width:1}.tcp-pkt-text{font-family:var(--mono);font-size:11px;fill:var(--ink)}.tcp-pkt-text.flag{font-weight:600;fill:var(--acid)}.tcp-arrow{stroke:var(--ink);stroke-width:1.4;fill:none;marker-end:url(#tcp-arrowhead)}.pl-svg{width:100%;height:100%;min-height:460px}.pl-stage-rect{fill:var(--paper);stroke:var(--rule);stroke-width:1.2}.pl-stage-label{font-family:var(--mono);font-size:11px;letter-spacing:.14em;fill:var(--ink-soft);text-transform:uppercase}.pl-cycle-label{font-family:var(--mono);font-size:10px;fill:var(--ink-soft)}.pl-instr-rect{stroke:var(--ink);stroke-width:1;transition:all .35s ease}.pl-instr-rect.IF{fill:#f4e0c2}.pl-instr-rect.ID{fill:#e7d3f0}.pl-instr-rect.EX{fill:#c2dff2}.pl-instr-rect.MEM{fill:#d6f0c2}.pl-instr-rect.WB{fill:#efc2c2}.pl-instr-rect.STALL{fill:var(--paper-2);stroke-dasharray:4 4;opacity:.7}.pl-instr-text{font-family:var(--mono);font-size:10px;fill:var(--ink);pointer-events:none}.pl-asm-pre{font-family:var(--mono);font-size:12px;background:var(--paper-2);border:1px solid var(--rule);border-radius:6px;padding:8px 10px;line-height:1.5;margin:0;white-space:pre}.pl-asm-pre .pc{background:#b1431a26;display:inline-block;padding:0 4px;border-radius:3px}
