@keyframes gradient-pan-x{0%{background-position:0%}to{background-position:100%}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@layer utilities{.bg-animated-gradient{will-change:background-position;background-image:linear-gradient(90deg,#0b1220 0%,#000 25%,#0a1b5e 50%,#000 75%,#0b1220 100%);background-size:400% 400%;animation:18s ease-in-out infinite alternate gradient-pan-x}.animate-shimmer{animation:2s infinite shimmer}}@media (prefers-reduced-motion:reduce){.bg-animated-gradient{background-size:cover;animation:none}}@keyframes orbit-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bg-animated-orbit{isolation:isolate;background:radial-gradient(circle at 20% 20%,#f2f6ff 0%,#fff 60%);position:relative;overflow:hidden}.bg-animated-orbit:before{content:"";filter:blur(80px);opacity:.34;z-index:-1;pointer-events:none;background:conic-gradient(#fff 0%,#5a78ff 20%,#fff 40%,#5a78ff 60%,#fff 80%,#5a78ff 100%);animation:48s linear infinite orbit-rotate;position:absolute;inset:-30%}.dark .bg-animated-orbit{background:radial-gradient(circle at 20% 20%,#112043 0%,#000 60%)}.dark .bg-animated-orbit:before{opacity:.35;background:conic-gradient(#0f2e7a 0%,#000 25%,#0f2e7a 50%,#000 75%,#0f2e7a 100%)}@media (prefers-reduced-motion:reduce){.bg-animated-orbit:before{animation:none}}.cl-avatarBox{border-radius:5px;width:3rem;height:3rem}::-webkit-scrollbar{width:0}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#0a0a0a}::-webkit-scrollbar-thumb:hover{background:#0a0a0a}@keyframes collapsible-down{0%{opacity:0;height:0}to{height:var(--radix-collapsible-content-height);opacity:1}}@keyframes collapsible-up{0%{height:var(--radix-collapsible-content-height);opacity:1}to{opacity:0;height:0}}[data-slot=collapsible-content]{overflow:hidden}[data-slot=collapsible-content][data-state=open]{animation:.22s cubic-bezier(.16,1,.3,1) collapsible-down}[data-slot=collapsible-content][data-state=closed]{animation:.18s cubic-bezier(.16,1,.3,1) collapsible-up}@media (prefers-reduced-motion:reduce){[data-slot=collapsible-content]{animation:none}}
