@keyframes chartBarGrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes chartFadeIn{0%{opacity:0}to{opacity:1}}.chart-anim-grow{transform-box:fill-box;transform-origin:50% 100%;animation:.55s cubic-bezier(.22,1,.36,1) both chartBarGrow}.chart-anim-fade{animation:.6s ease-out both chartFadeIn}@media (prefers-reduced-motion:reduce){.chart-anim-grow,.chart-anim-fade{animation:none}}
