.scroll-list-container{width:100%;position:relative}.scroll-list{max-height:55vh;padding:10px;overflow-y:auto}.scroll-list::-webkit-scrollbar{width:6px}.scroll-list::-webkit-scrollbar-track{background:0 0}.scroll-list::-webkit-scrollbar-thumb{background:var(--glass-border);border-radius:4px}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.item{border-radius:20px;margin-bottom:1rem}.item.selected{transition:transform .2s;transform:scale(1.02)}.item-text{margin:0}.top-gradient{background:linear-gradient(to bottom, var(--glass-bg), transparent);pointer-events:none;border-radius:20px 20px 0 0;height:30px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.bottom-gradient{background:linear-gradient(to top, var(--glass-bg), transparent);pointer-events:none;border-radius:0 0 20px 20px;height:50px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}
