.ch-line{stroke-dasharray:1;stroke-dashoffset:1;animation:ch-draw 1.1s var(--ease,ease) forwards}.ch-line.is-line,.ch-line.is-spark{animation-duration:1.2s}.ch-fill{opacity:0;animation:ch-fade .9s ease .3s forwards}.ch-bar{transform:scaleY(0);transform-origin:bottom;transform-box:fill-box;animation:ch-rise .7s var(--ease,ease) forwards}.ch-gauge{stroke-dashoffset:var(--gauge-len);animation:ch-gauge 1.1s var(--ease,ease) forwards}@keyframes ch-draw{to{stroke-dashoffset:0}}@keyframes ch-fade{to{opacity:1}}@keyframes ch-rise{to{transform:scaleY(1)}}@keyframes ch-gauge{to{stroke-dashoffset:var(--gauge-off)}}@media (prefers-reduced-motion:reduce){.ch-bar,.ch-fill,.ch-gauge,.ch-line{animation:none!important;stroke-dashoffset:0!important;opacity:1!important;transform:none!important}}