.bc-stretch-chart{display:block;color:var(--color-foreground);--bc-sc-grid: color-mix(in srgb, var(--color-foreground) 12%, transparent);--bc-sc-axis: color-mix(in srgb, var(--color-foreground) 55%, transparent);--bc-sc-muted: color-mix(in srgb, var(--color-foreground) 60%, transparent);--bc-sc-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace}.bc-stretch-chart__heading{margin:0 0 20px;font-family:var(--font-heading--family);font-weight:700;font-size:1.5rem;line-height:1.1;letter-spacing:-.01em}.bc-stretch-chart__layout{display:flex;flex-direction:column;gap:20px}.bc-stretch-chart__main{min-width:0;flex:1 1 auto}.bc-stretch-chart--single .bc-stretch-chart__layout{flex-direction:row;align-items:flex-start;gap:32px}.bc-stretch-chart__table-side{flex:0 0 auto}@media(max-width:749px){.bc-stretch-chart--single .bc-stretch-chart__layout{flex-direction:column;gap:20px}.bc-stretch-chart--single .bc-stretch-chart__main{order:-1}}.bc-stretch-chart__plot{position:relative;width:100%}.bc-stretch-chart__svg{display:block;width:100%;height:auto;overflow:visible;touch-action:pan-y}.bc-stretch-chart__svg:focus-visible{outline:2px solid var(--color-foreground);outline-offset:4px}.bc-stretch-chart__gridline{stroke:var(--bc-sc-grid)}.bc-stretch-chart__axis-label{fill:var(--bc-sc-axis)}.bc-stretch-chart__axis-title{fill:var(--bc-sc-muted)}.bc-stretch-chart__crosshair-line{stroke:var(--bc-sc-axis)}.bc-stretch-chart__crosshair-dot{stroke:var(--color-background)}.bc-stretch-chart__noscript-note{padding:24px 0;color:var(--bc-sc-muted);font-size:.9rem}.bc-stretch-chart__tooltip{position:absolute;z-index:3;min-width:150px;max-width:260px;padding:10px 12px;border-radius:8px;background:var(--color-background);color:var(--color-foreground);border:1px solid color-mix(in srgb,var(--color-foreground) 16%,transparent);box-shadow:0 6px 24px color-mix(in srgb,var(--color-foreground) 18%,transparent);font-size:.82rem;line-height:1.4;pointer-events:none;opacity:0;transition:opacity .1s ease}.bc-stretch-chart__tooltip.is-visible{opacity:1}.bc-stretch-chart__tooltip-load{margin:0 0 6px;font-weight:700;letter-spacing:.02em}.bc-stretch-chart__tooltip-list{margin:0;padding:0;list-style:none;display:grid;gap:3px}.bc-stretch-chart__tooltip-row{display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:8px;white-space:nowrap}.bc-stretch-chart__tooltip-row.is-highlight{font-weight:700}.bc-stretch-chart__tooltip-swatch{width:10px;height:10px;border-radius:2px}.bc-stretch-chart__tooltip-name{overflow:hidden;text-overflow:ellipsis}.bc-stretch-chart__tooltip-val{font-variant-numeric:tabular-nums}.bc-stretch-chart__legend{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;align-items:center}.bc-stretch-chart__chip{display:inline-flex;align-items:center;gap:7px;padding:5px 11px 5px 9px;border-radius:999px;border:1px solid color-mix(in srgb,var(--color-foreground) 18%,transparent);background:transparent;color:var(--color-foreground);font:inherit;font-size:.8rem;line-height:1;cursor:pointer;transition:opacity .12s ease,border-color .12s ease,background-color .12s ease}.bc-stretch-chart__chip:hover{border-color:color-mix(in srgb,var(--color-foreground) 40%,transparent)}.bc-stretch-chart__chip:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.bc-stretch-chart__chip[aria-pressed=false]{opacity:.45}.bc-stretch-chart__chip[aria-pressed=false] .bc-stretch-chart__chip-name{text-decoration:line-through}.bc-stretch-chart__chip.is-highlight{border-color:var(--color-foreground);background:color-mix(in srgb,var(--color-foreground) 7%,transparent);font-weight:700}.bc-stretch-chart__chip-swatch{width:11px;height:11px;border-radius:50%;flex:0 0 auto;box-shadow:0 0 0 1px color-mix(in srgb,var(--color-foreground) 20%,transparent) inset}.bc-stretch-chart__chip.is-legacy .bc-stretch-chart__chip-swatch{border-radius:2px;box-shadow:0 0 0 1px color-mix(in srgb,var(--color-foreground) 35%,transparent) inset;opacity:.8}.bc-stretch-chart__legend-sep{width:1px;align-self:stretch;min-height:20px;background:color-mix(in srgb,var(--color-foreground) 16%,transparent);margin-inline:4px}.bc-stretch-chart__legacy-toggle[aria-pressed=true]{border-color:var(--color-foreground);background:color-mix(in srgb,var(--color-foreground) 8%,transparent);opacity:1}.bc-stretch-chart__select-all{font-weight:700;padding-inline:11px}.bc-stretch-chart__full-link{margin:20px 0 0;font-size:.85rem}.bc-stretch-chart__full-link a{color:var(--color-link, var(--color-primary));text-decoration:underline;text-underline-offset:.18em;font-weight:600}.bc-stretch-chart__disclosure{margin-top:24px;border-top:1px solid var(--bc-sc-grid);padding-top:8px}.bc-stretch-chart__disclosure-summary{display:inline-flex;align-items:center;gap:8px;cursor:pointer;padding:8px 0;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--bc-sc-muted);list-style:none}.bc-stretch-chart__disclosure-summary::-webkit-details-marker{display:none}.bc-stretch-chart__disclosure-summary:before{content:"";width:.45em;height:.45em;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);transition:transform .15s ease}.bc-stretch-chart__disclosure[open]>.bc-stretch-chart__disclosure-summary:before{transform:rotate(45deg)}.bc-stretch-chart__disclosure-summary:hover{color:var(--color-foreground)}.bc-stretch-chart__table-scroll{overflow-x:auto;margin-top:8px;scrollbar-width:thin}.bc-stretch-chart__table{border-collapse:collapse;font-size:.85rem;line-height:1.4}.bc-stretch-chart__table th,.bc-stretch-chart__table td{padding:8px 12px;text-align:right;font-variant-numeric:tabular-nums;border-bottom:1px solid var(--bc-sc-grid);white-space:nowrap}.bc-stretch-chart__table thead th{color:var(--bc-sc-muted);font-weight:600;border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 24%,transparent)}.bc-stretch-chart__table tbody th[scope=row]{text-align:left;font-weight:600}.bc-stretch-chart__table--multi tbody th[scope=row]{position:sticky;left:0;background:var(--color-background)}.bc-stretch-chart__table--multi .bc-stretch-chart__table-corner{text-align:left;position:sticky;left:0;background:var(--color-background);z-index:1}.bc-stretch-chart__table tr.is-legacy{color:var(--bc-sc-muted)}.bc-stretch-chart__table--multi tbody tr[hidden]{display:none}.bc-stretch-chart__legacy-tag{font-size:.7em;text-transform:uppercase;letter-spacing:.06em;color:var(--bc-sc-axis);font-weight:600}.bc-stretch-chart__table--single{width:100%;min-width:180px}.bc-stretch-chart__table--single th[scope=col]:first-child,.bc-stretch-chart__table--single th[scope=row]{text-align:left}.bc-stretch-chart__table-caption{caption-side:top;text-align:left;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--bc-sc-muted);padding-bottom:8px;white-space:normal}.bc-stretch-chart__axis-label,.bc-stretch-chart__tooltip-load,.bc-stretch-chart__tooltip-val,.bc-stretch-chart__table td,.bc-stretch-chart__table--multi thead th:not(.bc-stretch-chart__table-corner),.bc-stretch-chart__table--single tbody th[scope=row]{font-family:var(--bc-sc-mono)}.bc-stretch-chart__sort-btn{display:inline-flex;align-items:center;justify-content:flex-end;gap:5px;width:100%;margin:0;padding:0;border:0;background:none;font:inherit;color:inherit;cursor:pointer;white-space:nowrap}.bc-stretch-chart__table-corner .bc-stretch-chart__sort-btn{justify-content:flex-start}.bc-stretch-chart__sort-btn:hover{color:var(--color-foreground)}.bc-stretch-chart__sort-btn:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.bc-stretch-chart__sort-arrow{font-size:.8em;opacity:.35}.bc-stretch-chart__sort-arrow:after{content:"\2195"}.bc-stretch-chart__sort-btn.is-asc .bc-stretch-chart__sort-arrow,.bc-stretch-chart__sort-btn.is-desc .bc-stretch-chart__sort-arrow{opacity:1}.bc-stretch-chart__sort-btn.is-asc .bc-stretch-chart__sort-arrow:after{content:"\25b2"}.bc-stretch-chart__sort-btn.is-desc .bc-stretch-chart__sort-arrow:after{content:"\25bc"}@media(prefers-reduced-motion:reduce){.bc-stretch-chart__tooltip,.bc-stretch-chart__chip,.bc-stretch-chart__disclosure-summary:before{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/bc-stretch-chart.css.map */
