@keyframes score-ring-fill{0%{stroke-dashoffset:var(--ring-circumference)}to{stroke-dashoffset:var(--ring-offset)}}.score-ring-progress{animation:score-ring-fill .9s cubic-bezier(.4,0,.2,1) both}@media (prefers-reduced-motion: reduce){.score-ring-progress{animation:none;stroke-dashoffset:var(--ring-offset)}}
