.scroll-list-container{width:100%;position:relative;overflow:hidden}.scroll-list{scrollbar-width:thin;scrollbar-color:#06b6d44d transparent;max-height:650px;padding:.75rem .5rem;overflow-y:auto}.scroll-list.no-scrollbar::-webkit-scrollbar{display:none}.scroll-list.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.scroll-list::-webkit-scrollbar{width:6px}.scroll-list::-webkit-scrollbar-track{background:0 0}.scroll-list::-webkit-scrollbar-thumb{background:#94a3b840;border-radius:9999px}.scroll-list::-webkit-scrollbar-thumb:hover{background:#06b6d480}.top-gradient{background:linear-gradient(to bottom, var(--canvas,#020617) 0%, transparent 100%);pointer-events:none;z-index:10;height:56px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.bottom-gradient{background:linear-gradient(to top, var(--canvas,#020617) 0%, transparent 100%);pointer-events:none;z-index:10;height:56px;transition:opacity .25s;position:absolute;bottom:0;left:0;right:0}.item{-webkit-backdrop-filter:blur(12px);background:#0f172abf;border:1px solid #94a3b81f;border-radius:16px;padding:1.125rem 1.25rem;transition:all .2s cubic-bezier(.16,1,.3,1)}.item:hover{background:#0f172ae6;border-color:#06b6d466;transform:translateY(-1px)}.item.selected{background:#16243dd9;border-color:#06b6d4b3;box-shadow:0 0 25px #06b6d433,inset 0 0 12px #06b6d414}.item-text{color:var(--ink,#fff);margin:0;font-weight:500}
