.cqc-figure{width:100%;margin:0;padding:clamp(14px,2.4vw,22px);border:1px solid var(--line);border-radius:var(--r-xl);background:var(--s1);--cqc-series-1:var(--viz-1);--cqc-series-2:var(--amber);--cqc-shade:color-mix(in srgb,var(--ink) 5%,transparent);container-type:inline-size}.cqc-figure-head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:var(--sp2) var(--sp4);margin-bottom:var(--sp3)}.cqc-figure-title{margin:0;color:var(--ink);font-size:var(--t-body);font-weight:600;letter-spacing:-.012em;line-height:1.35}.cqc-figure-sub{margin:var(--sp1) 0 0;color:var(--ink-faint);font-size:var(--t-small);line-height:1.45}.cqc-legend{display:flex;flex-wrap:wrap;gap:var(--sp2) var(--sp4);margin:0;padding:0;list-style:none;color:var(--ink-muted);font-family:var(--mono);font-size:var(--t-meta)}.cqc-legend li{display:inline-flex;align-items:center;gap:7px}.cqc-legend-swatch{display:inline-block;width:10px;height:10px;border-radius:50%;background:var(--cqc-series-1)}.cqc-legend-swatch--series-2{background:var(--cqc-series-2)}.cqc-legend-swatch--line{width:16px;height:2px;border-radius:1px}.cqc-legend-swatch--trend{background:var(--cqc-series-1);opacity:.55}.cqc-legend-swatch--dashed{width:16px;height:0;border-radius:0;background:transparent;border-top:2px dashed var(--cqc-series-2)}.cqc-legend-swatch--ceiling,.cqc-legend-swatch--floor,.cqc-legend-swatch--neutral{width:16px;height:0;border-radius:0;background:transparent;border-top:2px dashed var(--ink-muted)}.cqc-legend-swatch--ceiling{border-top-style:dotted;border-top-color:var(--ink)}.cqc-pair{display:grid;grid-template-columns:1fr 1fr;gap:var(--sp3)}@container (max-width: 560px){.cqc-pair{grid-template-columns:1fr}}.cqc-chart{display:block;width:100%;height:auto;font-family:var(--mono);font-size:11.5px;overflow:visible}.cqc-chart text{fill:var(--ink-muted)}.cqc-chart .cqc-axis{stroke:var(--line-2);stroke-width:1}.cqc-chart .cqc-grid{stroke:var(--line);stroke-width:1}.cqc-chart .cqc-axis-label{fill:var(--ink);font-weight:500}.cqc-chart .cqc-trend{fill:none;stroke:var(--cqc-series-1);stroke-width:2;stroke-opacity:.55}.cqc-chart .cqc-line{fill:none;stroke:var(--cqc-series-1);stroke-width:2;stroke-linecap:round}.cqc-chart .cqc-line--series-2{stroke:var(--cqc-series-2)}.cqc-chart .cqc-line--neutral{stroke:var(--ink-muted);stroke-width:1.5;stroke-dasharray:5 4}.cqc-chart .cqc-crosshair{stroke:var(--ink-muted);stroke-width:1;stroke-dasharray:2 3}.cqc-chart .cqc-line--dashed{stroke-dasharray:6 4}.cqc-chart .cqc-arrow{stroke:var(--ink);stroke-width:1.5}.cqc-chart .cqc-arrowhead{fill:var(--ink)}.cqc-chart .cqc-dot{fill:var(--cqc-series-1);stroke:var(--s1);stroke-width:2;cursor:pointer}.cqc-chart .cqc-dot--dim{fill-opacity:.35}.cqc-chart .cqc-dot--pick{stroke:var(--ink);stroke-width:2.5}.cqc-chart .cqc-dot--series-2{fill:var(--cqc-series-2)}.cqc-chart .cqc-dot--neutral,.cqc-chart .cqc-label{fill:var(--ink-muted)}.cqc-chart .cqc-label--strong{fill:var(--ink);font-weight:500}.cqc-chart .cqc-floor{stroke:var(--ink-muted);stroke-width:1.5;stroke-dasharray:5 4}.cqc-chart .cqc-ceiling{stroke:var(--ink);stroke-width:1.5;stroke-dasharray:2 4}.cqc-chart .cqc-shade{fill:var(--cqc-shade)}.cqc-chart .cqc-link{stroke:var(--line-2);stroke-dasharray:3 3}.cqc-chart .cqc-tip rect{fill:var(--ink);rx:4}.cqc-chart .cqc-tip text{fill:var(--bg)}@media (prefers-reduced-motion:no-preference){.cqc-chart .cqc-ceiling,.cqc-chart .cqc-crosshair,.cqc-chart .cqc-dot,.cqc-chart .cqc-floor,.cqc-chart .cqc-shade{transition:cx var(--base) var(--ease),cy var(--base) var(--ease),x1 var(--base) var(--ease),x2 var(--base) var(--ease),y var(--base) var(--ease),height var(--base) var(--ease),y1 var(--base) var(--ease),y2 var(--base) var(--ease),r var(--fast) var(--ease)}}.cqc-controls{display:flex;flex-wrap:wrap;align-items:flex-end;gap:var(--sp3) var(--sp5);margin-top:var(--sp4);padding-top:var(--sp4);border-top:1px solid var(--line)}.cqc-control{display:flex;flex:1 1 220px;flex-direction:column;gap:var(--sp1);min-width:0}.cqc-control--auto{flex:1 1 auto}.cqc-control-label{display:flex;justify-content:space-between;gap:var(--sp3);color:var(--ink-faint);font-family:var(--mono);font-size:var(--t-meta);letter-spacing:.04em;text-transform:lowercase}.cqc-control-label output{color:var(--ink);letter-spacing:0}.cqc-range{width:100%;height:var(--control-h-xs);margin:0;accent-color:var(--ink)}.cqc-range:focus-visible{outline:2px solid var(--ink-muted);outline-offset:2px;border-radius:var(--ctl-r)}.cqc-switch{display:flex;flex-wrap:wrap;max-width:100%;padding:2px;border:1px solid var(--line);border-radius:var(--ctl-r);background:var(--s2)}.cqc-switch button{flex:1 1 auto;min-height:calc(var(--control-h-xs) - 4px);padding:0 12px;white-space:nowrap;border:0;border-radius:calc(var(--ctl-r) - 2px);background:transparent;color:var(--ink-muted);font-family:var(--mono);font-size:var(--t-meta);cursor:pointer;transition:background-color var(--fast) var(--ease),color var(--fast) var(--ease)}.cqc-switch button[aria-pressed=true]{background:var(--btn);color:var(--btn-ink)}.cqc-switch button:hover:not([aria-pressed=true]){color:var(--ink)}.cqc-switch button:focus-visible{outline:2px solid var(--ink-muted);outline-offset:2px}.cqc-readout{flex:1 1 260px;min-height:2.6em;margin:0;padding-left:var(--sp3);border-left:2px solid var(--ink);color:var(--ink);font-size:var(--t-small);line-height:1.5}.cqc-readout b{font-weight:600}.cqc-table{margin-top:var(--sp4);border-top:1px solid var(--line);padding-top:var(--sp2);color:var(--ink-muted);font-size:var(--t-small)}.cqc-table summary{cursor:pointer;color:var(--ink-faint);font-family:var(--mono);font-size:var(--t-meta);letter-spacing:.04em;text-transform:lowercase}.cqc-table table{width:100%;margin-top:var(--sp2);border-collapse:collapse;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cqc-table td,.cqc-table th{padding:6px 8px;text-align:left;border-bottom:1px solid var(--line)}.cqc-table th{color:var(--ink-faint);font-family:var(--mono);font-size:var(--t-meta);font-weight:500;letter-spacing:.04em;text-transform:lowercase}.article-body>*+.cqc-figure,.article-body>.cqc-figure+*{margin-top:var(--article-flow-block)}.cqc-formula{margin:0;padding:var(--sp3) var(--sp4);border-radius:var(--r-xl);background:var(--s1);box-shadow:inset 0 0 0 1px var(--line);color:var(--ink);font-family:var(--mono);font-size:clamp(12.5px,1.2vw,14px);line-height:1.6;white-space:normal}.cqc-formula .cqc-formula-note,.cqc-formula .cqc-formula-term{display:inline-block;white-space:nowrap;max-width:100%;overflow-x:auto}.cqc-formula .cqc-formula-term+.cqc-formula-note,.cqc-formula .cqc-formula-term+.cqc-formula-term{margin-left:1.75em}.cqc-formula .cqc-formula-note{color:var(--ink-faint)}.article-body>*+.cqc-formula,.article-body>.cqc-formula+*{margin-top:var(--article-flow-text)}@container (max-width: 560px){.cqc-chart{font-size:17px}.cqc-chart .cqc-label:not(.cqc-label--strong){display:none}}@container (max-width: 400px){.cqc-chart{font-size:20px}}