@keyframes feedback-round-progress{0%{transform:translate(-100%)}50%{transform:translate(60%)}to{transform:translate(220%)}}.feedback-round-progress{height:4px;margin-top:4px;overflow:hidden;border-radius:12px;background:color-mix(in srgb,var(--primary) 30%,transparent)}.feedback-round-progress:after{display:block;width:45%;height:100%;border-radius:inherit;background:var(--primary);content:"";animation:feedback-round-progress 1.8s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.feedback-round-progress:after{animation:none}}
