.rating-bar-fill { animation: widthGrow 1.5s ease-out forwards; width: 0%; }
::-webkit-scrollbar { width: 6px; } ::-webkit-scrollbar-track { background: #050505; } ::-webkit-scrollbar-thumb { background: #1A1D21; border-radius: 3px; } ::-webkit-scrollbar-thumb:hover { background: #2a2d31; } SONE-166
.text-gradient { background: linear-gradient(to bottom, #fff, rgba(255,255,255,0.9), rgba(255,255,255,0.5)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } } ::-webkit-scrollbar { width: 6px