.long-bar{--bar-width:80%;animation-delay:0s}.short-bar{--bar-width:15%;animation-delay:.1s}@keyframes grow{0%{width:0%}to{width:var(--bar-width)}}
