.hero-progress-fill{height:100%;background:linear-gradient(90deg,#f7931a,#ff8c00,#f7931a);background-size:200% 100%;border-radius:8px;position:relative;transition:width 1.5s cubic-bezier(.4,0,.2,1);animation:progressGlow 3s ease-in-out infinite alternate;overflow:hidden;width:0%}.hero-progress-fill[data-progress]{}.hero-progress-fill::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:sweep 3s ease-in-out infinite}@keyframes progressGlow{0%{box-shadow:0 0 10px rgba(255,107,53,.4),inset 0 1px 0 rgba(255,255,255,.2)}100%{box-shadow:0 0 25px rgba(255,107,53,.8),0 0 35px rgba(247,147,26,.6),inset 0 1px 0 rgba(255,255,255,.3)}}@keyframes sweep{0%{left:-100%}100%{left:100%}}.sticky-fill{height:100%;background:var(--gradient-primary);border-radius:3px;transition:width 1s ease;width:0%}.sticky-fill[data-progress]{}
