@keyframes listFadeIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translate(0,0)scale(1)}}.scroll-list-container{contain:layout style paint;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.scroll-list{-webkit-overflow-scrolling:touch;will-change:scroll-position;flex-grow:1;min-height:0;padding:4px 2px;overflow-y:auto;transform:translateZ(0)}.scroll-list::-webkit-scrollbar{width:6px}.scroll-list::-webkit-scrollbar-track{background:0 0}.scroll-list::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:9999px}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.animated-item-wrapper{cursor:pointer;will-change:opacity, transform;backface-visibility:hidden;margin-bottom:.5rem;animation:.22s cubic-bezier(.16,1,.3,1) forwards listFadeIn;transform:translateZ(0)}.top-gradient{background:linear-gradient(to bottom, var(--bg-dark-color,#120f17), transparent);pointer-events:none;z-index:20;height:32px;transition:opacity .2s;position:absolute;top:0;left:0;right:0}.bottom-gradient{background:linear-gradient(to top, var(--bg-dark-color,#120f17), transparent);pointer-events:none;z-index:20;height:40px;transition:opacity .2s;position:absolute;bottom:0;left:0;right:0}
