.rating-bolt{position:relative;display:block;width:12px;height:18px;flex-shrink:0}.rating-bolt img{display:block;max-width:none;animation:rating-hue var(--hue-duration,10s) ease-in-out var(--hue-delay,0s) infinite;will-change:filter}.rating-bolt:after{content:"";inset:0;background:linear-gradient(115deg,transparent 38%,rgba(255,255,255,.9) 50%,transparent 62%);background-size:300% 100%;background-position:100% 0;-webkit-mask:url(/images/Ratings.png) center/contain no-repeat;mask:url(/images/Ratings.png) center/contain no-repeat;mix-blend-mode:overlay;animation:rating-glint var(--glint-duration,8s) ease-in-out var(--glint-delay,0s) infinite}.rating-bolt:after,.rating-sparkle{position:absolute;pointer-events:none}.rating-sparkle{width:var(--sparkle-size,5px);height:var(--sparkle-size,5px);filter:drop-shadow(0 0 1.5px rgba(255,255,255,.95));opacity:0;transform:translate(-50%,-50%) scale(0);animation:rating-sparkle var(--sparkle-duration,5s) ease-out var(--sparkle-delay,0s) infinite}.rating-sparkle:before{content:"";position:absolute;inset:0;background:#fff;clip-path:polygon(50% 0,58% 42%,100% 50%,58% 58%,50% 100%,42% 58%,0 50%,42% 42%)}@media(prefers-reduced-motion:reduce){.rating-bolt img{animation:none}.rating-bolt:after,.rating-sparkle{animation:none;display:none}}@keyframes rating-sparkle{0%,to{opacity:0;transform:translate(-50%,-50%) scale(0) rotate(0deg)}6%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(45deg)}14%{opacity:0;transform:translate(-50%,-50%) scale(.2) rotate(90deg)}}@keyframes rating-glint{0%{background-position:100% 0}16%,to{background-position:0 0}}@keyframes rating-hue{0%,20%,54%,66%,to{filter:hue-rotate(0deg) saturate(1)}30%,44%{filter:hue-rotate(var(--hue-a,120deg)) saturate(1.3)}76%,90%{filter:hue-rotate(var(--hue-b,-120deg)) saturate(1.3)}}