@keyframes sparkle-glow{0%,to{filter:drop-shadow(0 0 2px rgba(255,255,255,.5))}50%{filter:drop-shadow(0 0 8px rgb(255,255,255)) drop-shadow(0 0 12px rgba(255,255,255,.6))}}@keyframes sparkle-rotate{0%,to{transform:rotate(0) scale(1)}25%{transform:rotate(-10deg) scale(1.1)}50%{transform:rotate(10deg) scale(1.15)}75%{transform:rotate(-10deg) scale(1.1)}}.rating-stars{--clip-spacing:calc(var(--rating)/5*100%);--reduce-spacing:2%;--percent:calc(var(--clip-spacing) - var(--reduce-spacing));display:inline-block;font-size:18px;letter-spacing:4px;line-height:1;vertical-align:middle}.rating-stars:before{background:linear-gradient(90deg,var(--color-yellow) var(--percent),var(--color-gray-500) var(--percent));background-clip:text;-webkit-background-clip:text;content:"★★★★★";display:inline-block;-webkit-text-fill-color:#0000}
