.wp-block-brandy-chart{--chart-surface:#fff;--chart-grid:#e1e0d9;--chart-axis:#c3c2b7;--chart-ink:#0b0b0b;--chart-muted:#898781;--chart-bar-max:24px;--chart-plot-height:320px;--chart-min-width:0px;color:var(--chart-ink)}.brandy-chart__figure{display:flex;flex-direction:column;gap:16px}.brandy-chart__scroll{margin-top:-24px;overflow-x:auto;padding-top:24px}.brandy-chart__frame{-moz-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto;min-width:var(--chart-min-width);row-gap:8px}.brandy-chart__gutter{grid-area:1/1}.brandy-chart__plot{grid-area:1/2;height:var(--chart-plot-height);position:relative}.brandy-chart__corner{grid-area:2/1}.brandy-chart__footer{grid-area:2/2}.brandy-chart__axis{color:var(--chart-muted);font-size:.8125rem;line-height:1.3}.brandy-chart__axis--value{font-variant-numeric:tabular-nums;height:100%;position:relative}.brandy-chart__tick{position:absolute;white-space:nowrap}.brandy-chart__tick-sizer{display:block;height:0;overflow:hidden;visibility:hidden;white-space:nowrap}.brandy-chart__axis--category{display:flex}.brandy-chart__category{align-items:center;display:flex;flex:1 1 0;justify-content:center;min-width:0;text-align:center}.brandy-chart__category>span{overflow-wrap:anywhere}.brandy-chart--vertical .brandy-chart__tick{bottom:var(--tick-pos);right:0;transform:translateY(50%)}.brandy-chart--vertical .brandy-chart__axis--category{flex-direction:row}.brandy-chart--horizontal .brandy-chart__axis--value{height:auto;min-height:1.4em}.brandy-chart--horizontal .brandy-chart__tick{left:var(--tick-pos);top:0;transform:translateX(-50%)}.brandy-chart--horizontal .brandy-chart__tick-sizer+.brandy-chart__tick{transform:none}.brandy-chart--horizontal .brandy-chart__tick:last-of-type{transform:translateX(-100%)}.brandy-chart--horizontal .brandy-chart__axis--category{flex-direction:column;height:100%}.brandy-chart--horizontal .brandy-chart__category{justify-content:flex-end;text-align:right}.brandy-chart__axis--rotated{min-height:72px}.brandy-chart__axis--rotated .brandy-chart__category{align-items:flex-start;position:relative}.brandy-chart__axis--rotated .brandy-chart__category>span{position:absolute;right:50%;top:2px;transform:rotate(-45deg);transform-origin:100% 0;white-space:nowrap}.brandy-chart__legend{display:flex;flex-wrap:wrap;gap:8px 20px;justify-content:center;list-style:none;margin:0;padding:0}.brandy-chart__legend-item{align-items:center;display:inline-flex;gap:8px;margin:0}.brandy-chart__legend-key{background:var(--key-color);flex:none}.brandy-chart__legend-key--chip{border-radius:3px;height:12px;width:12px}.brandy-chart__legend-key--line{border-radius:1px;height:2px;width:16px}.brandy-chart__legend-label{color:var(--chart-muted);font-size:.8125rem}.brandy-chart__data{margin-top:16px}.brandy-chart__data-toggle{color:var(--chart-muted);cursor:pointer;font-size:.8125rem;list-style-position:inside}.brandy-chart__data-toggle:hover{color:var(--chart-ink)}.brandy-chart__data-scroll{margin-top:10px;overflow-x:auto}.brandy-chart__table{border-collapse:collapse;font-size:.8125rem;font-variant-numeric:tabular-nums;width:100%}.brandy-chart__table td,.brandy-chart__table th{border-bottom:1px solid var(--chart-grid);padding:6px 12px;text-align:right;white-space:nowrap}.brandy-chart__table thead th{color:var(--chart-muted);font-weight:500}.brandy-chart__table th[scope=row],.brandy-chart__table thead th:first-child{font-weight:500;text-align:left}.brandy-chart__gridlines{inset:0;pointer-events:none;position:absolute}.brandy-chart__gridline{background:var(--chart-grid);position:absolute}.brandy-chart__gridline--zero{background:var(--chart-axis)}.brandy-chart--vertical .brandy-chart__gridline{bottom:var(--grid-pos);height:1px;left:0;right:0}.brandy-chart--horizontal .brandy-chart__gridline{bottom:0;left:var(--grid-pos);top:0;width:1px}.brandy-chart__bands{display:flex;inset:0;position:absolute}.brandy-chart--horizontal .brandy-chart__bands{flex-direction:column}.brandy-chart__band{flex:1 1 0;min-height:0;min-width:0;position:relative}.brandy-chart__slot{position:absolute}.brandy-chart__bar{background:var(--bar-color);position:absolute}.brandy-chart--vertical .brandy-chart__slot{bottom:0;left:var(--slot-start);top:0;width:var(--slot-size)}.brandy-chart--vertical .brandy-chart__bar{border-radius:4px 4px 0 0;bottom:var(--bar-start);height:var(--bar-size);left:50%;max-width:var(--chart-bar-max);transform:translateX(-50%);width:calc(100% - 2px)}.brandy-chart--vertical .brandy-chart__bar--negative{border-radius:0 0 4px 4px}.brandy-chart--horizontal .brandy-chart__slot{height:var(--slot-size);left:0;right:0;top:var(--slot-start)}.brandy-chart--horizontal .brandy-chart__bar{border-radius:0 4px 4px 0;height:calc(100% - 2px);left:var(--bar-start);max-height:var(--chart-bar-max);top:50%;transform:translateY(-50%);width:var(--bar-size)}.brandy-chart--horizontal .brandy-chart__bar--negative{border-radius:4px 0 0 4px}.is-stacked .brandy-chart__bar{border-radius:2px}.is-stacked.brandy-chart--vertical .brandy-chart__bar{height:max(0px,var(--bar-size) - 2px)}.is-stacked.brandy-chart--horizontal .brandy-chart__bar{width:max(0px,var(--bar-size) - 2px)}.brandy-chart__marks{height:100%;inset:0;overflow:visible;position:absolute;width:100%}.brandy-chart__bar-label,.brandy-chart__point-label{color:var(--chart-ink);font-size:.75rem;font-variant-numeric:tabular-nums;font-weight:600;line-height:1;pointer-events:none;position:absolute;white-space:nowrap}.brandy-chart--vertical .brandy-chart__bar-label{bottom:var(--label-pos);left:50%;transform:translate(-50%,-6px)}.brandy-chart--horizontal .brandy-chart__bar-label{left:var(--label-pos);top:50%;transform:translate(6px,-50%)}.brandy-chart__point-labels{inset:0;pointer-events:none;position:absolute}.brandy-chart__point-label{bottom:var(--label-y);left:var(--label-x);transform:translate(-50%,-12px)}.brandy-chart__plot--radial{display:flex;justify-content:center}.brandy-chart__radial{aspect-ratio:1;height:100%;max-width:100%;position:relative}.brandy-chart__pie{display:block;height:100%;width:100%}.brandy-chart__slice-label{left:var(--label-x);position:absolute;top:var(--label-y);transform:translate(-50%,-50%)}.brandy-chart__slice-value{color:var(--label-ink);font-size:.75rem;font-variant-numeric:tabular-nums;font-weight:600}.brandy-chart__center{align-items:center;display:flex;flex-direction:column;gap:2px;inset:0;justify-content:center;pointer-events:none;position:absolute;text-align:center}.brandy-chart__center-value{color:var(--chart-ink);font-size:1.5rem;font-weight:600;line-height:1.1}.brandy-chart__center-label{color:var(--chart-muted);font-size:.75rem}.brandy-chart__band:focus-visible,.brandy-chart__slice-label:focus-visible{border-radius:2px;outline:2px solid var(--chart-ink);outline-offset:2px}.brandy-chart__tooltip{background:var(--chart-ink);border-radius:6px;box-shadow:0 4px 16px rgba(0,0,0,.16);color:var(--chart-surface);display:flex;flex-direction:column;font-size:.75rem;gap:4px;left:50%;line-height:1.35;opacity:0;padding:8px 10px;pointer-events:none;position:absolute;top:4px;transform:translateX(-50%);transition:opacity .12s ease;visibility:hidden;white-space:nowrap;z-index:5}.brandy-chart__band:first-child .brandy-chart__tooltip{left:0;transform:none}.brandy-chart__band:last-child .brandy-chart__tooltip{left:auto;right:0;transform:none}.brandy-chart__slice-label .brandy-chart__tooltip{bottom:calc(100% + 6px);top:auto}.has-tooltip .brandy-chart__band:focus>.brandy-chart__tooltip,.has-tooltip .brandy-chart__band:hover>.brandy-chart__tooltip,.has-tooltip .brandy-chart__slice-label:focus>.brandy-chart__tooltip,.has-tooltip .brandy-chart__slice-label:hover>.brandy-chart__tooltip{opacity:1;visibility:visible}.has-tooltip .brandy-chart__band:focus .brandy-chart__bar,.has-tooltip .brandy-chart__band:hover .brandy-chart__bar{filter:brightness(1.12)}.has-tooltip .brandy-chart__slice-label:focus,.has-tooltip .brandy-chart__slice-label:hover{z-index:6}.brandy-chart__tooltip-title{color:inherit;opacity:.72}.brandy-chart__tooltip-row{align-items:center;display:flex;gap:8px}.brandy-chart__tooltip-key{background:var(--key-color);border-radius:1px;flex:none;height:2px;width:12px}.brandy-chart__tooltip-value{font-variant-numeric:tabular-nums;font-weight:600}.brandy-chart__tooltip-name{opacity:.72}.brandy-chart--area .brandy-chart__band:before,.brandy-chart--line .brandy-chart__band:before{background:var(--chart-axis);bottom:0;content:"";left:50%;opacity:0;position:absolute;top:0;transition:opacity .12s ease;width:1px}.brandy-chart--area.has-tooltip .brandy-chart__band:focus:before,.brandy-chart--area.has-tooltip .brandy-chart__band:hover:before,.brandy-chart--line.has-tooltip .brandy-chart__band:focus:before,.brandy-chart--line.has-tooltip .brandy-chart__band:hover:before{opacity:1}@keyframes brandy-chart-grow-up{0%{transform:translateX(-50%) scaleY(0)}}@keyframes brandy-chart-grow-across{0%{transform:translateY(-50%) scaleX(0)}}@keyframes brandy-chart-wipe{0%{clip-path:inset(0 100% 0 0)}}@keyframes brandy-chart-fade-in{0%{opacity:0}}@keyframes brandy-chart-pop{0%{opacity:0;transform:scale(.92)}}.is-revealing.brandy-chart--vertical .brandy-chart__bar{animation:brandy-chart-grow-up .62s cubic-bezier(.22,1,.36,1);animation-delay:calc(var(--band-index, 0)*45ms);transform-origin:bottom}.is-revealing.brandy-chart--horizontal .brandy-chart__bar{animation:brandy-chart-grow-across .62s cubic-bezier(.22,1,.36,1);animation-delay:calc(var(--band-index, 0)*45ms);transform-origin:left}.is-revealing .brandy-chart__marks{animation:brandy-chart-wipe .9s cubic-bezier(.22,1,.36,1)}.is-revealing .brandy-chart__radial{animation:brandy-chart-pop .52s cubic-bezier(.22,1,.36,1);transform-origin:center}.is-revealing .brandy-chart__bar-label,.is-revealing .brandy-chart__point-label,.is-revealing .brandy-chart__slice-label{animation:brandy-chart-fade-in .5s ease-out;animation-delay:.42s}@media(prefers-reduced-motion:reduce){.is-revealing,.is-revealing *{animation:none!important}}
