@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 240 10% 3.9%;--foreground: 0 0% 98%;--card: 240 10% 3.9%;--card-foreground: 0 0% 98%;--popover: 240 10% 3.9%;--popover-foreground: 0 0% 98%;--primary: 263.4 70% 50.4%;--primary-foreground: 210 40% 98%;--secondary: 240 3.7% 15.9%;--secondary-foreground: 0 0% 98%;--muted: 240 3.7% 15.9%;--muted-foreground: 240 5% 64.9%;--accent: 240 3.7% 15.9%;--accent-foreground: 0 0% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 0% 98%;--border: 240 3.7% 15.9%;--input: 240 3.7% 15.9%;--ring: 263.4 70% 50.4%;--radius: .75rem}}@layer base{*{@apply border-border;}body{@apply bg-[#0A0A0B] text-foreground font-sans antialiased selection:bg-purple-500/30;overflow-x:hidden}}.glass{@apply backdrop-blur-md bg-white/5 border-white/10;}.glow-primary{box-shadow:0 0 20px #8b5cf64d}.glow-primary:hover{box-shadow:0 0 30px #8b5cf680}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.animate-scroll{display:flex;width:max-content;animation:scroll 40s linear infinite}.nav-link-hover{@apply relative;}.nav-link-hover:after{content:"";@apply absolute bottom-0 left-1/2 w-0 h-px bg-gradient-to-r from-purple-500 to-indigo-500 transition-all duration-300 -translate-x-1/2;}.nav-link-hover:hover:after{@apply w-full;}.particles-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.grid-background{background-image:linear-gradient(to right,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.05) 1px,transparent 1px);background-size:40px 40px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:float 6s ease-in-out infinite}
