@keyframes infinite-scroll-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.animate-infinite-scroll-up{display:grid;animation:infinite-scroll-up 60s linear infinite;grid-template-columns:repeat(5,minmax(300px,1fr));gap:1.5rem}.animate-infinite-scroll-up>*{max-width:450px}.fade-overlay-top{top:0;height:150px;background:linear-gradient(180deg,rgb(255,255,255) 0,rgba(255,255,255,0))}.fade-overlay-bottom,.fade-overlay-top{position:absolute;left:0;right:0;pointer-events:none;z-index:5}.fade-overlay-bottom{bottom:0;height:200px;background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgb(255,255,255))}::global(.dark) .fade-overlay-top{background:linear-gradient(180deg,rgb(55,65,81) 0,rgba(55,65,81,0))}::global(.dark) .fade-overlay-bottom{background:linear-gradient(180deg,rgba(55,65,81,0) 0,rgb(55,65,81))}