.viz-root{--viz-surface:#fcfcfb;--viz-plane:#f3f3f0;--viz-ink:#0b0b0b;--viz-ink-2:#52514e;--viz-muted:#898781;--viz-grid:#e1e0d9;--viz-axis:#c3c2b7;--viz-border:rgba(11,11,11,0.1);--viz-blue:#2a78d6;--viz-orange:#eb6834;--viz-aqua:#1baf7a;--viz-red:#e34948;--viz-gray:#b5b4ac;--viz-neutral:#f0efec;--viz-good:#0ca30c;--viz-critical:#d03b3b;color:var(--viz-ink);font-family:var(--font-geist-sans),system-ui,-apple-system,"Segoe UI",sans-serif;letter-spacing:normal}.dark .viz-root{--viz-surface:#1a1a19;--viz-plane:#242423;--viz-ink:#ffffff;--viz-ink-2:#c3c2b7;--viz-muted:#898781;--viz-grid:#2c2c2a;--viz-axis:#383835;--viz-border:rgba(255,255,255,0.1);--viz-blue:#3987e5;--viz-orange:#d95926;--viz-aqua:#199e70;--viz-red:#e66767;--viz-gray:#5c5b56;--viz-neutral:#383835}.viz-card{margin:1.5rem 0 0;border:1px solid var(--viz-border);border-radius:14px;background:var(--viz-surface);padding:1.1rem 1.1rem .9rem}.viz-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem 1rem}.viz-title{margin:0;font-size:15px;font-weight:600;line-height:1.3;color:var(--viz-ink)}.viz-subtitle{margin:.2rem 0 0;max-width:62ch;font-size:13px;line-height:1.45;color:var(--viz-ink-2)}.viz-controls{display:flex;flex-wrap:wrap;gap:.5rem .9rem;margin-top:.85rem}.viz-control{display:flex;flex-direction:column;gap:.25rem}.viz-control-label{font-size:11px;font-weight:500;color:var(--viz-muted)}.viz-seg{display:inline-flex;border:1px solid var(--viz-border);border-radius:8px;background:var(--viz-plane);padding:2px}.viz-seg button{border:0;border-radius:6px;background:transparent;padding:.28rem .6rem;font:inherit;font-size:12px;line-height:1.2;color:var(--viz-ink-2);cursor:pointer;transition:background .12s ease,color .12s ease}.viz-seg button:hover{color:var(--viz-ink)}.viz-seg button[aria-pressed=true]{background:var(--viz-surface);color:var(--viz-ink);font-weight:600;box-shadow:0 0 0 1px var(--viz-border)}.viz-focusable:focus-visible,.viz-link-button:focus-visible,.viz-seg button:focus-visible{outline:2px solid var(--viz-blue);outline-offset:1px}.viz-link-button{flex:none;white-space:nowrap;border:0;background:transparent;padding:.15rem .3rem;font:inherit;font-size:12px;color:var(--viz-ink-2);text-decoration:underline;text-decoration-color:var(--viz-axis);text-underline-offset:3px;cursor:pointer}.viz-link-button:hover{color:var(--viz-ink)}.viz-body{margin-top:.9rem}.viz-body,.viz-plot{position:relative}.viz-svg{display:block;overflow:visible;touch-action:pan-y}.viz-tick{fill:var(--viz-muted);font-size:11px;font-variant-numeric:tabular-nums}.viz-axis-title{font-size:11px}.viz-axis-title,.viz-direct-label{fill:var(--viz-ink-2);font-weight:500}.viz-direct-label{font-size:11.5px}.viz-annotation{fill:var(--viz-muted);font-size:11px}.viz-legend{display:flex;flex-wrap:wrap;gap:.3rem 1rem;margin-top:.7rem;font-size:12px;color:var(--viz-ink-2)}.viz-legend-item{display:inline-flex;align-items:center;gap:.4rem}.viz-key-line{display:inline-block;width:16px;height:0;border-top:2px solid;border-radius:2px}.viz-key-line--dashed{border-top-style:dashed}.viz-key-dot{width:9px;border-radius:50%}.viz-key-band,.viz-key-dot{display:inline-block;height:9px;background:currentColor}.viz-key-band{width:16px;border-radius:2px;opacity:.18}.viz-caption{margin:.75rem 0 0;font-size:12px;line-height:1.5;color:var(--viz-muted)}@media (prefers-reduced-motion:reduce){.viz-root *,.viz-root :after,.viz-root :before{transition:none!important;animation:none!important}}.viz-tooltip{position:absolute;z-index:5;min-width:150px;max-width:260px;border:1px solid var(--viz-border);border-radius:9px;background:var(--viz-surface);padding:.5rem .6rem;font-size:12px;line-height:1.4;color:var(--viz-ink-2);box-shadow:0 6px 24px rgba(0,0,0,.14);pointer-events:none}.viz-tooltip-title{margin-bottom:.25rem;font-weight:600;color:var(--viz-ink)}.viz-tooltip-row{display:flex;align-items:baseline;justify-content:space-between;gap:.9rem;font-variant-numeric:tabular-nums}.viz-tooltip-row strong{font-weight:600;color:var(--viz-ink)}.viz-empty{display:flex;min-height:180px;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;border:1px dashed var(--viz-axis);border-radius:10px;padding:1.25rem;text-align:center;font-size:13px;color:var(--viz-ink-2)}.viz-empty code{border-radius:5px;background:var(--viz-plane);padding:.15rem .4rem;font-family:var(--font-geist-mono),ui-monospace,monospace;font-size:12px;color:var(--viz-ink)}.viz-table-wrap{max-height:360px;overflow:auto;border:1px solid var(--viz-border);border-radius:10px}.viz-table{width:100%;border-collapse:collapse;font-size:12px;font-variant-numeric:tabular-nums}.viz-table td,.viz-table th{border-bottom:1px solid var(--viz-grid);padding:.35rem .6rem;text-align:right;white-space:nowrap}.viz-table th{position:sticky;top:0;background:var(--viz-surface);font-weight:600;color:var(--viz-ink)}.viz-table td:first-child,.viz-table th:first-child{text-align:left}.viz-table td{color:var(--viz-ink-2)}.viz-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6rem;margin-bottom:.9rem}.viz-tile{border:1px solid var(--viz-border);border-radius:10px;background:var(--viz-surface);padding:.7rem .8rem}.viz-tile-label{font-size:12px;line-height:1.35;color:var(--viz-ink-2)}.viz-tile-value{margin-top:.2rem;font-size:24px;font-weight:600;line-height:1.15;color:var(--viz-ink)}.viz-tile-note{margin-top:.2rem;font-size:11.5px;line-height:1.4;color:var(--viz-muted)}.viz-mono{font-family:var(--font-geist-mono),ui-monospace,monospace}.viz-control--wide{flex:1 1 260px;max-width:420px}.viz-select{border:1px solid var(--viz-border);border-radius:8px;background:var(--viz-plane);padding:.32rem .5rem;font:inherit;font-size:12px;color:var(--viz-ink)}.viz-range{width:100%;accent-color:var(--viz-blue)}.viz-split{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:.7rem}.viz-panel{border:1px solid var(--viz-border);border-radius:10px;padding:.75rem .85rem;min-width:0}.viz-panel-title{font-size:12.5px;font-weight:600;color:var(--viz-ink)}.viz-panel-note{margin:.35rem 0 0;font-size:12px;line-height:1.45;color:var(--viz-muted)}.viz-outcome{margin:.8rem 0 0;border-left:2px solid var(--viz-axis);padding-left:.7rem;font-size:13px;color:var(--viz-ink-2)}.viz-outcome strong{color:var(--viz-ink)}.viz-loading{min-height:320px}.post-wide>.viz-card:first-child{margin-top:0}.viz-heat-block{margin-top:1rem}.viz-heat-title{margin:0 0 .5rem;font-size:12.5px;font-weight:600;color:var(--viz-ink)}.viz-heat{display:grid;gap:2px;font-size:12px}.viz-heat-corner,.viz-heat-head,.viz-heat-row{display:flex;align-items:center;padding:.3rem .4rem;font-size:11px;line-height:1.25;color:var(--viz-muted)}.viz-heat-head{justify-content:center;text-align:center}.viz-heat-row{color:var(--viz-ink-2)}.viz-heat-cell{display:flex;min-width:0;min-height:46px;flex-direction:column;align-items:center;justify-content:center;gap:1px;border:0;border-radius:4px;padding:.3rem .2rem;font:inherit;font-variant-numeric:tabular-nums;color:var(--viz-ink)}button.viz-heat-cell{cursor:pointer}.viz-heat-cell strong{font-size:12.5px;font-weight:600}.viz-heat-cell small{font-size:10.5px;line-height:1.2;text-align:center;opacity:.75}.viz-heat-cell[data-strong=true]{color:#ffffff}.viz-heat-cell[data-selected=true]{box-shadow:inset 0 0 0 2px var(--viz-ink)}.viz-heat-detail{margin:.6rem 0 0;font-size:12.5px;line-height:1.5;color:var(--viz-ink-2)}.viz-heat-detail strong{color:var(--viz-ink)}.viz-question{margin-top:.8rem}.viz-question-type{margin-right:.4rem;border-radius:4px;background:var(--viz-plane);padding:.05rem .35rem;font-size:10.5px;color:var(--viz-ink-2)}.viz-question-name{font-size:12.5px;font-weight:600;color:var(--viz-ink)}.viz-question-text{margin:.2rem 0 .35rem;font-size:11.5px;line-height:1.4;color:var(--viz-muted)}.viz-prob{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(60px,1fr) 2.6rem;align-items:center;gap:.5rem;padding:.2rem 0}.viz-prob-text{display:flex;min-width:0;flex-direction:column}.viz-prob-label{font-size:12px;color:var(--viz-ink)}.viz-prob-detail{font-size:10.5px;line-height:1.3;color:var(--viz-muted)}.viz-prob-track{height:8px;border-radius:4px;background:var(--viz-plane)}.viz-prob-fill{height:100%;min-width:2px;border-radius:4px;background:var(--viz-blue);transition:width .24s ease}.viz-prob-value{text-align:right;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--viz-ink)}.viz-state-section{margin-top:.7rem}.viz-state-key{font-size:11px;color:var(--viz-muted)}.viz-state-pairs{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.35rem .8rem;margin:.3rem 0 0}.viz-state-pairs dt{font-size:10.5px;color:var(--viz-muted)}.viz-state-pairs dd{margin:0;font-size:12.5px;font-weight:500;color:var(--viz-ink)}.viz-state-list{margin:.3rem 0 0;padding-left:1rem;list-style:disc;font-size:11.5px;line-height:1.45;color:var(--viz-ink-2)}.viz-state-more{list-style:none;color:var(--viz-muted)}.viz-state-text{margin:.3rem 0 0;font-size:12.5px;color:var(--viz-ink)}.viz-heat-table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:2px;font-size:12px}.viz-heat-table caption{caption-side:top;text-align:left}.viz-heat-table th{display:table-cell;font-weight:400;text-align:center;vertical-align:middle}.viz-heat-table th.viz-heat-corner{width:24%;text-align:left}.viz-heat-table th.viz-heat-row{text-align:left}.viz-heat-table td.viz-heat-cell{display:table-cell;height:46px;text-align:center;vertical-align:middle}.viz-heat-table td.viz-heat-cell small,.viz-heat-table td.viz-heat-cell strong{display:block}.viz-flowchart{display:block;width:100%;height:auto}.viz-flowchart[data-orientation=tall]{max-width:340px;margin:0 auto}.viz-flowchart[data-orientation=wide]{display:none}@media (min-width:720px){.viz-flowchart[data-orientation=wide]{display:block}.viz-flowchart[data-orientation=tall]{display:none}}.viz-flow-box{fill:var(--viz-plane);stroke:var(--viz-axis);stroke-width:1}.viz-flow-box[data-tone=trader]{stroke:var(--viz-blue)}.viz-flow-box[data-tone=news]{stroke:var(--viz-orange)}.viz-flow-edge{fill:none;stroke:var(--viz-muted);stroke-width:1.5}.viz-flow-edge[data-tone=trader]{stroke:var(--viz-blue)}.viz-flow-edge[data-tone=news]{stroke:var(--viz-orange)}.viz-flowchart marker path{fill:var(--viz-muted)}.viz-flowchart marker path[data-tone=trader]{fill:var(--viz-blue)}.viz-flowchart marker path[data-tone=news]{fill:var(--viz-orange)}.viz-flow-title{fill:var(--viz-ink);font-size:13px;font-weight:600;text-anchor:middle}.viz-flow-sub{fill:var(--viz-ink-2);font-size:10.5px;text-anchor:middle}.viz-ladder{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.5rem;margin:0;padding:0;list-style:none}.viz-rung{display:flex;flex-direction:column;gap:.2rem;border:1px solid var(--viz-border);border-top:3px solid var(--viz-blue);border-radius:10px;padding:.65rem .7rem}.viz-rung[data-before=true]{border-top-color:var(--viz-gray);background:var(--viz-plane)}.viz-rung-when{font-size:11px;font-weight:500;line-height:1.3;color:var(--viz-muted)}.viz-rung-what{font-size:12.5px;line-height:1.3}.viz-rung-value,.viz-rung-what{font-weight:600;color:var(--viz-ink)}.viz-rung-value{margin-top:.15rem;font-size:22px;line-height:1.15}.viz-rung-note{font-size:11px;line-height:1.4;color:var(--viz-muted)}