@keyframes progressFill{0%{width:0}to{width:var(--progress-width,100%)}}.progress-bar-fill{animation:progressFill 1s ease-in forwards}
