.pixel-bar-chart:where(.astro-xhrjnlqm){width:100%;box-sizing:border-box;color:var(--bar-chart-title);font-family:var(--text-body-sm-font-family)}.pixel-bar-chart__header:where(.astro-xhrjnlqm){display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:var(--bar-chart-header-gap)}.pixel-bar-chart__heading:where(.astro-xhrjnlqm){display:grid;gap:var(--bar-chart-heading-gap)}.pixel-bar-chart__heading:where(.astro-xhrjnlqm) h3:where(.astro-xhrjnlqm),.pixel-bar-chart__heading:where(.astro-xhrjnlqm) p:where(.astro-xhrjnlqm){margin:0}.pixel-bar-chart__heading:where(.astro-xhrjnlqm) h3:where(.astro-xhrjnlqm){color:var(--bar-chart-title);font-family:var(--text-body-md-bold-font-family);font-size:var(--text-body-md-bold-font-size);font-weight:var(--text-body-md-bold-font-weight);line-height:var(--text-body-md-bold-line-height)}.pixel-bar-chart__heading:where(.astro-xhrjnlqm) p:where(.astro-xhrjnlqm){color:var(--bar-chart-subtitle);font-family:var(--text-body-sm-font-family);font-size:var(--text-body-sm-font-size);line-height:var(--text-body-sm-line-height)}.pixel-bar-chart__actions:where(.astro-xhrjnlqm){display:grid;justify-items:end;gap:var(--bar-chart-summary-gap)}.pixel-bar-chart__summary:where(.astro-xhrjnlqm){display:grid;justify-items:end;gap:var(--bar-chart-summary-gap)}.pixel-bar-chart__summary:where(.astro-xhrjnlqm) strong:where(.astro-xhrjnlqm){color:var(--bar-chart-metric);font-family:var(--text-heading-h4-font-family);font-size:var(--text-heading-h4-font-size);font-weight:var(--text-heading-h4-font-weight);line-height:var(--text-heading-h4-line-height)}.pixel-bar-chart__trend:where(.astro-xhrjnlqm){display:inline-flex;align-items:center;font-family:var(--text-body-xs-font-family);font-size:var(--text-body-xs-font-size);font-weight:var(--text-body-xs-font-weight);line-height:var(--text-body-xs-line-height)}.pixel-bar-chart__trend:where(.astro-xhrjnlqm) .material-symbols-rounded:where(.astro-xhrjnlqm){font-size:var(--size-icon-sm)}.pixel-bar-chart__trend--positive:where(.astro-xhrjnlqm){color:var(--bar-chart-trend-positive)}.pixel-bar-chart__trend--negative:where(.astro-xhrjnlqm){color:var(--bar-chart-trend-negative)}.pixel-bar-chart__trend--neutral:where(.astro-xhrjnlqm){color:var(--bar-chart-trend-neutral)}.pixel-bar-chart__ranges:where(.astro-xhrjnlqm){display:flex;flex-wrap:wrap;gap:var(--bar-chart-range-gap)}.pixel-bar-chart__range:where(.astro-xhrjnlqm){display:inline-grid;min-width:var(--bar-chart-range-height);height:var(--bar-chart-range-height);padding-inline:var(--bar-chart-range-padding-x);place-items:center;border:0;border-radius:var(--bar-chart-range-radius);background:var(--bar-chart-range-bg);color:var(--bar-chart-range-fg);font-family:var(--text-label-sm-font-family);font-size:var(--text-label-sm-font-size);font-weight:var(--text-label-sm-font-weight);cursor:pointer;transition:background-color var(--motion-duration-base) var(--motion-easing-standard),color var(--motion-duration-base) var(--motion-easing-standard)}.pixel-bar-chart__range:where(.astro-xhrjnlqm):hover{background:var(--bar-chart-range-bg-hover);color:var(--bar-chart-range-fg-hover)}.pixel-bar-chart__range:where(.astro-xhrjnlqm)[aria-pressed=true]{background:var(--bar-chart-range-bg-active);color:var(--bar-chart-range-fg-active)}.pixel-bar-chart__range:where(.astro-xhrjnlqm):focus-visible{outline:var(--size-border-lg) solid var(--bar-chart-focus-ring);outline-offset:var(--size-border-md)}.pixel-bar-chart__plot:where(.astro-xhrjnlqm){position:relative;width:100%;height:var(--bar-chart-plot-height);margin-block-start:var(--spacing-stack-md)}.pixel-bar-chart__legend:where(.astro-xhrjnlqm){display:flex;flex-wrap:wrap;gap:var(--bar-chart-legend-gap);margin-block-start:var(--bar-chart-legend-padding-top);padding-block-start:var(--bar-chart-legend-padding-top);border-block-start:var(--size-border-default) solid var(--bar-chart-legend-border);color:var(--bar-chart-legend-text);font-family:var(--text-body-xs-font-family);font-size:var(--text-body-xs-font-size);line-height:var(--text-body-xs-line-height)}.pixel-bar-chart__legend-item:where(.astro-xhrjnlqm){display:inline-flex;align-items:center;gap:var(--bar-chart-legend-item-gap)}.pixel-bar-chart__legend-swatch:where(.astro-xhrjnlqm){width:var(--spacing-inline-md);height:var(--spacing-stack-sm);border-radius:var(--radius-xxs);background:var(--bar-color)}.pixel-bar-chart__state:where(.astro-xhrjnlqm){display:grid;min-height:var(--bar-chart-plot-height);place-content:center;gap:var(--spacing-stack-md);color:var(--bar-chart-state-text);font-family:var(--text-body-sm-font-family);font-size:var(--text-body-sm-font-size);line-height:var(--text-body-sm-line-height);text-align:center}.pixel-bar-chart--loading:where(.astro-xhrjnlqm) .pixel-bar-chart__state:where(.astro-xhrjnlqm){place-content:stretch;padding-block:var(--spacing-layout-sm)}.pixel-bar-chart__skeleton:where(.astro-xhrjnlqm){display:block;width:72%;height:var(--spacing-stack-md);border-radius:var(--radius-xs);background:var(--color-background-subtle);animation:pixel-bar-chart-pulse 1.2s ease-in-out infinite alternate}.pixel-bar-chart__skeleton--lg:where(.astro-xhrjnlqm){width:92%}.pixel-bar-chart__skeleton--sm:where(.astro-xhrjnlqm){width:54%}.pixel-bar-chart__data-table:where(.astro-xhrjnlqm){position:absolute;width:var(--size-border-default);height:var(--size-border-default);padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}@keyframes pixel-bar-chart-pulse{to{opacity:.45}}@media(max-width:40rem){.pixel-bar-chart__header:where(.astro-xhrjnlqm){display:grid}.pixel-bar-chart__actions:where(.astro-xhrjnlqm),.pixel-bar-chart__summary:where(.astro-xhrjnlqm){justify-items:start}.pixel-bar-chart__ranges:where(.astro-xhrjnlqm){max-width:100%;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.pixel-bar-chart__ranges:where(.astro-xhrjnlqm)::-webkit-scrollbar{display:none}}@media(prefers-reduced-motion:reduce){.pixel-bar-chart__range:where(.astro-xhrjnlqm){transition:none}.pixel-bar-chart__skeleton:where(.astro-xhrjnlqm){animation:none}}
