.progress-bar,.progress-gleam,.progress-glow{pointer-events:none;height:1.5px;transition:width .38s cubic-bezier(.25,1,.5,1),opacity .35s;position:absolute;bottom:0;left:0}.progress-bar{z-index:10;background:linear-gradient(90deg,var(--progress-start),var(--progress-mid),var(--progress-end));border-radius:0 9999px 9999px 0}.progress-gleam{z-index:11;border-radius:0 9999px 9999px 0;overflow:hidden}.progress-gleam:after{content:"";background:linear-gradient(90deg,#0000,#ffffffbf,#0000);width:50%;height:100%;animation:1.4s ease-in-out infinite progress-gleam-sweep;position:absolute;top:0;left:-60%}@keyframes progress-gleam-sweep{0%{opacity:0;left:-60%}10%{opacity:1}90%{opacity:1}to{opacity:0;left:110%}}.progress-glow{z-index:9;background:linear-gradient(90deg,var(--progress-glow-start),var(--progress-glow-end));filter:blur(3px);border-radius:0 9999px 9999px 0;height:4px;bottom:-1px}.progress-bar:after{content:"";background:var(--progress-tip);width:4px;height:4px;box-shadow:var(--progress-tip-shadow);border-radius:9999px;animation:.8s ease-in-out infinite alternate progress-dot-pulse;position:absolute;top:50%;right:0;transform:translateY(-50%)}@keyframes progress-dot-pulse{0%{opacity:1;box-shadow:var(--progress-tip-shadow)}to{opacity:.7;box-shadow:var(--progress-tip-shadow-pulse)}}
