@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--neon-primary: #bef264;--neon-secondary: #a855f7;--bg-dark: #0f0f0f;--bg-card: #18181b;--bg-nav: #121212}body{background-color:var(--bg-dark);color:#e4e4e7;font-family:Outfit,Inter,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#3f3f46;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#52525b}.glass-panel{background:#18181b99;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.05)}.card-gradient{background:linear-gradient(145deg,#18181b,#121212)}.text-gradient{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:linear-gradient(to right,#bef264,#86efac)}.sidebar-link{transition:all .3s cubic-bezier(.4,0,.2,1)}.sidebar-link:hover,.sidebar-link.active{background:#bef2641a;color:#bef264;border-right:3px solid #bef264}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}.animate-float{animation:float 6s ease-in-out infinite}
