@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--font-inter: "Inter", sans-serif;--font-space: "Space Grotesk", sans-serif}body{font-family:var(--font-inter);margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shining-text{background:linear-gradient(to right,#3b82f6 20%,#fff 40%,#93c5fd,#fff 60%,#3b82f6 80%);background-size:200% auto;color:#000;background-clip:text;text-fill-color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shine 4s linear infinite;display:inline-block;letter-spacing:-.02em}@keyframes shine{to{background-position:200% center}}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#94a3b8}.sidebar-scrollbar::-webkit-scrollbar{width:5px}.sidebar-scrollbar::-webkit-scrollbar-track{background:#0f172a}.sidebar-scrollbar::-webkit-scrollbar-thumb{background:#fff;border-radius:10px}.sidebar-scrollbar::-webkit-scrollbar-thumb:hover{background:#e2e8f0}.animate-pulse-slow{animation:pulse 3s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}
