:root{--font-geist: "Inter", system-ui, -apple-system, sans-serif}body{font-family:var(--font-geist);background-color:#020617;color:#f8fafc;overflow-x:hidden}.font-geist{font-family:var(--font-geist)}@keyframes animationIn{0%{opacity:0;transform:translateY(30px);filter:blur(8px)}to{opacity:1;transform:translateY(0);filter:blur(0px)}}@keyframes beam-flow{0%{stroke-dashoffset:600;opacity:0}15%{opacity:1}85%{opacity:1}to{stroke-dashoffset:0;opacity:0}}.animate-beam-path{stroke-dasharray:80 600;stroke-dashoffset:600;animation:beam-flow 4s linear infinite}.delay-100{animation-delay:.5s}.delay-200{animation-delay:1s}.delay-300{animation-delay:1.5s}.delay-500{animation-delay:2.5s}.aura-background-component canvas{opacity:.6}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#020617}::-webkit-scrollbar-thumb{background:#1e293b;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#334155}.animate-on-scroll{animation-play-state:paused!important}.animate-on-scroll.animate{animation-play-state:running!important}.invisible{visibility:hidden!important}
