.charts-module__RgAH6G__frame{min-width:0}.charts-module__RgAH6G__header{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;display:flex}.charts-module__RgAH6G__headerText{min-width:0}.charts-module__RgAH6G__kicker,.charts-module__RgAH6G__readoutLabel,.charts-module__RgAH6G__caption,.charts-module__RgAH6G__numeric,.charts-module__RgAH6G__axisText,.charts-module__RgAH6G__axisTitle,.charts-module__RgAH6G__directNumeric,.charts-module__RgAH6G__tooltipValue,.charts-module__RgAH6G__tooltipDetail,.charts-module__RgAH6G__legendLabels,.charts-module__RgAH6G__heatmapColumnLabel,.charts-module__RgAH6G__heatmapRowLabel{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.charts-module__RgAH6G__kicker{color:var(--ink-3);letter-spacing:.16em;text-transform:uppercase;font-size:.6875rem;line-height:1}.charts-module__RgAH6G__title{color:var(--ink-1);letter-spacing:-.01em;margin-top:.6rem;font-size:clamp(1rem,.92rem + .35vw,1.25rem);font-weight:500}.charts-module__RgAH6G__description{max-width:50ch;color:var(--ink-2);margin-top:.45rem;font-size:.8125rem;line-height:1.45}.charts-module__RgAH6G__toolbar{flex:none;align-items:flex-start;gap:.75rem;display:flex}.charts-module__RgAH6G__readout{flex-direction:column;justify-content:center;align-items:flex-end;gap:.25rem;min-height:2.75rem;padding-inline:.25rem;display:flex}.charts-module__RgAH6G__readoutLabel{color:var(--ink-3);letter-spacing:.12em;text-transform:uppercase;font-size:.625rem;line-height:1}.charts-module__RgAH6G__readoutValue{color:var(--ink-1);font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:.875rem;line-height:1}.charts-module__RgAH6G__viewToggle{border:1px solid var(--line);background:var(--surface-subtle);border-radius:999px;display:inline-flex;overflow:hidden}.charts-module__RgAH6G__viewToggleButton,.charts-module__RgAH6G__viewToggleActive{cursor:pointer;min-width:3.65rem;min-height:2.75rem;color:var(--ink-2);font-family:var(--font-mono);letter-spacing:.03em;transition:opacity .2s var(--ease-premium), transform .2s var(--ease-premium);background:0 0;border:0;outline:none;padding:.65rem .8rem;font-size:.6875rem}.charts-module__RgAH6G__viewToggleActive{background:var(--surface-subtle-hover);color:var(--ink-1)}.charts-module__RgAH6G__viewToggleButton:hover,.charts-module__RgAH6G__viewToggleActive:hover{color:var(--ink-1)}.charts-module__RgAH6G__viewToggleButton:focus-visible,.charts-module__RgAH6G__viewToggleActive:focus-visible{box-shadow:inset 0 0 0 2px var(--accent)}.charts-module__RgAH6G__plotShell{border:1px solid var(--line-faint);border-radius:var(--radius-card);background:var(--surface-subtle);width:100%;min-height:15rem;position:relative;overflow:hidden}.charts-module__RgAH6G__chartSvg{touch-action:pan-y;width:100%;height:auto;display:block}.charts-module__RgAH6G__gridLine{stroke:var(--line-faint);stroke-width:1px}.charts-module__RgAH6G__axisLine{stroke:var(--line);stroke-width:1px}.charts-module__RgAH6G__axisText{fill:var(--ink-3);font-size:11px}.charts-module__RgAH6G__axisTitle{fill:var(--ink-3);letter-spacing:.12em;text-transform:uppercase;font-size:10px}.charts-module__RgAH6G__drawReveal{transform-box:fill-box;transform-origin:0;animation:charts-module__RgAH6G__chart-draw .7s var(--ease-premium) both}@keyframes charts-module__RgAH6G__chart-draw{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}.charts-module__RgAH6G__directLabel{fill:var(--ink-2);font-size:11px}.charts-module__RgAH6G__directNumeric{fill:var(--ink-1);font-size:11px}.charts-module__RgAH6G__hitTarget,.charts-module__RgAH6G__donutSegment{cursor:crosshair;outline:none}.charts-module__RgAH6G__donutSegment{cursor:pointer;transition:opacity .22s var(--ease-premium)}.charts-module__RgAH6G__hitTarget:focus-visible,.charts-module__RgAH6G__donutSegment:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.charts-module__RgAH6G__tooltip{z-index:2;pointer-events:none;border:1px solid var(--line-strong);background:var(--card);min-width:8.5rem;box-shadow:0 1rem 2.25rem var(--line-faint);color:var(--ink-1);border-radius:.625rem;flex-direction:column;gap:.2rem;padding:.65rem .75rem;display:flex;position:absolute;transform:translate(-50%,calc(-100% - .75rem))}.charts-module__RgAH6G__tooltipDocked{min-width:0;position:relative;transform:none}.charts-module__RgAH6G__tooltipLabel{color:var(--ink-2);font-size:.6875rem;line-height:1.25}.charts-module__RgAH6G__tooltipValue{color:var(--ink-1);font-size:.875rem;line-height:1.15}.charts-module__RgAH6G__tooltipDetail{color:var(--ink-3);font-size:.625rem;line-height:1.3}.charts-module__RgAH6G__tableShell{border:1px solid var(--line-faint);border-radius:var(--radius-card);width:100%;overflow-x:auto}.charts-module__RgAH6G__table{border-collapse:collapse;width:100%;min-width:32rem;color:var(--ink-2);text-align:right;font-size:.75rem}.charts-module__RgAH6G__table th,.charts-module__RgAH6G__table td{border-bottom:1px solid var(--line-faint);white-space:nowrap;padding:.8rem .9rem}.charts-module__RgAH6G__table th{color:var(--ink-3);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:.625rem;font-weight:500}.charts-module__RgAH6G__table th:first-child,.charts-module__RgAH6G__table td:first-child{text-align:left}.charts-module__RgAH6G__table tbody tr:last-child th,.charts-module__RgAH6G__table tbody tr:last-child td{border-bottom:0}.charts-module__RgAH6G__numeric{color:var(--ink-1)}.charts-module__RgAH6G__caption{color:var(--ink-3);letter-spacing:.08em;margin-top:1rem;font-size:.625rem;line-height:1.35}.charts-module__RgAH6G__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.charts-module__RgAH6G__heatmapLayout{border:1px solid var(--line-faint);border-radius:var(--radius-card);background:var(--surface-subtle);grid-template-columns:minmax(0,auto) minmax(9rem,1fr);align-items:center;gap:2rem;min-height:19rem;padding:1.25rem;display:grid}.charts-module__RgAH6G__heatmapViewport{min-width:0;padding-bottom:.35rem;overflow-x:auto}.charts-module__RgAH6G__heatmapGrid{width:max-content}.charts-module__RgAH6G__heatmapHeaderRow,.charts-module__RgAH6G__heatmapRow{grid-template-columns:6.5rem repeat(6,2.75rem);gap:2px;display:grid}.charts-module__RgAH6G__heatmapHeaderRow{align-items:end;min-height:1.75rem}.charts-module__RgAH6G__heatmapRow{align-items:center;margin-top:2px}.charts-module__RgAH6G__heatmapColumnLabel,.charts-module__RgAH6G__heatmapRowLabel{color:var(--ink-3);font-size:.625rem;line-height:1}.charts-module__RgAH6G__heatmapColumnLabel{text-align:center;align-self:center}.charts-module__RgAH6G__heatmapRowLabel{text-align:right;padding-right:.75rem}.charts-module__RgAH6G__heatCell{cursor:crosshair;width:2.75rem;height:2.75rem;transition:opacity .2s var(--ease-premium), transform .2s var(--ease-premium);border:0;border-radius:2px;outline:none}.charts-module__RgAH6G__heatCell:hover{transform:scale(.94)}.charts-module__RgAH6G__heatCell:focus-visible{box-shadow:inset 0 0 0 2px var(--card), inset 0 0 0 4px var(--accent)}.charts-module__RgAH6G__heatmapAside{flex-direction:column;justify-content:space-between;gap:1.25rem;min-height:10rem;display:flex}.charts-module__RgAH6G__heatmapPrompt{color:var(--ink-3);font-size:.75rem;line-height:1.5}.charts-module__RgAH6G__legendTitle{color:var(--ink-3);font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;font-size:.625rem}.charts-module__RgAH6G__legendScale{grid-template-columns:repeat(3,1fr);gap:2px;margin-top:.55rem;display:grid}.charts-module__RgAH6G__legendSwatch{height:.5rem}.charts-module__RgAH6G__legendLabels{color:var(--ink-3);justify-content:space-between;margin-top:.4rem;font-size:.625rem;display:flex}@media (max-width:48rem){.charts-module__RgAH6G__header{flex-direction:column}.charts-module__RgAH6G__toolbar{justify-content:space-between;width:100%}.charts-module__RgAH6G__readout{align-items:flex-start}.charts-module__RgAH6G__heatmapLayout{grid-template-columns:1fr;gap:1.25rem}.charts-module__RgAH6G__heatmapAside{min-height:0}}@media (max-width:32rem){.charts-module__RgAH6G__toolbar{flex-wrap:wrap}.charts-module__RgAH6G__viewToggle{margin-left:auto}.charts-module__RgAH6G__viewToggleButton,.charts-module__RgAH6G__viewToggleActive{min-width:3.25rem;padding-inline:.65rem}.charts-module__RgAH6G__caption{letter-spacing:.05em;font-size:.5625rem}}@media (prefers-reduced-motion:reduce){.charts-module__RgAH6G__drawReveal{animation:none}.charts-module__RgAH6G__donutSegment,.charts-module__RgAH6G__heatCell,.charts-module__RgAH6G__viewToggleButton,.charts-module__RgAH6G__viewToggleActive{transition:none}.charts-module__RgAH6G__heatCell:hover{transform:none}}
