.chart-bars{--bar-base:#f9731633;--bar-active:#f973168c;--bar-shadow:#f9731659;--ease:cubic-bezier(.4, 0, .2, 1)}.chart-bars>.bar{background-color:var(--bar-base);transform-origin:bottom;will-change:transform, background-color, box-shadow, filter;transition:height .9s var(--ease), transform .9s var(--ease), background-color .6s var(--ease), box-shadow .9s var(--ease), filter .6s var(--ease)}.chart-bars>.bar.bar--active{background-color:var(--bar-active);filter:saturate(1.25)brightness(1.04);box-shadow:0 0 0 1px var(--bar-shadow) inset, 0 8px 18px -8px var(--bar-shadow);transform:scaleY(1.08)}.day-labels{--label-active:#f97316;--ease:cubic-bezier(.4, 0, .2, 1)}.day-labels span{transition:color .5s var(--ease), opacity .5s var(--ease), font-weight .5s var(--ease)}.day-labels span.is-active{color:var(--label-active);opacity:1;font-weight:600}@media (prefers-reduced-motion:reduce){.chart-bars>.bar{transition-duration:0s}.chart-bars>.bar.bar--active{transform:none}.day-labels span{transition-duration:0s}}
