.scroll-list-container{width:100%;max-width:920px;position:relative}.scroll-list{background:0 0;border:none;border-radius:0;max-height:none;padding:16px;overflow:visible}.scroll-list::-webkit-scrollbar{width:8px}.scroll-list::-webkit-scrollbar-track{background:0 0}.scroll-list::-webkit-scrollbar-thumb{background:#71717a73;border-radius:4px}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.item{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#ffffff9e;border:1px solid #e4e4e7e6;border-radius:10px;margin-bottom:1rem;padding:16px;transition:border-color .2s,transform .2s,background-color .2s}.item.selected{background-color:#fff1f4e0;border-color:#da003799;transform:translateY(-1px)}.item-text{color:var(--foreground);margin:0}.top-gradient{background:linear-gradient(to bottom, var(--background), transparent);pointer-events:none;height:50px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.bottom-gradient{background:linear-gradient(to top, var(--background), transparent);pointer-events:none;height:100px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.dark .item{background-color:#18181b94;border-color:#3f3f46cc}.dark .item.selected{background-color:#7f1d1d47;border-color:#f871718c}.dark .scroll-list::-webkit-scrollbar-thumb{background:#a1a1aa73}
.circular-gallery{cursor:grab;touch-action:pan-y;width:100%;height:100%;overflow:hidden}.circular-gallery:active{cursor:grabbing}.circular-gallery canvas{width:100%;height:100%;display:block}
