.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(139,92,246,.3) transparent}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#8b5cf64d;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#8b5cf680}.animate-fade-in{animation:fade-in .3s ease-out forwards}.animate-fade-out{animation:fade-out .2s ease-out forwards}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}.shimmer{background:linear-gradient(90deg,#fff0,#ffffff1a,#fff0);background-size:1000px 100%;animation:shimmer 2s infinite linear}.animate-accordion[data-state=open]{animation:accordion-slide-down .3s cubic-bezier(.4,0,.2,1) forwards}.animate-accordion[data-state=closed]{animation:accordion-slide-up .3s cubic-bezier(.4,0,.2,1) forwards}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes pulse-glow{0%,to{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.005)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes accordion-slide-down{0%{height:0}99%{height:var(--radix-accordion-content-height)}to{height:auto}}@keyframes accordion-slide-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}
