.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#1f29374d;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#9333ea80;border-radius:10px;transition:background .2s}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#9333eab3}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#9333ea80 #1f29374d}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-shimmer{background-size:200% 100%;animation:1.5s linear infinite shimmer}
