@tailwind base;@tailwind components;@tailwind utilities;:root{--color-primary:#2c80b9;--color-accent:#85c441;--color-bg-dark:#0a0a0a;--color-bg-deep:#050505;--color-text-light:#f8fafc;--color-text-muted:#94a3b8;--font-main:"Outfit", "Inter", system-ui, sans-serif;--transition-smooth:all .4s cubic-bezier(.23, 1, .32, 1)}@layer base{@apply bg-[#0a0a0a] text-[#f8fafc] font-sans antialiased;}@layer components{@apply bg-white/5 backdrop-blur-xl border border-white/10;@apply bg-gradient-to-r from-[#2c80b9] to-[#85c441] bg-clip-text text-transparent;@apply bg-gradient-to-r from-[#2c80b9] to-[#85c441] text-white px-8 py-4 rounded-full font-bold uppercase tracking-wider shadow-lg hover:translate-y-[-2px] hover:shadow-[#85c441]/20 transition-all duration-300;@apply border border-white/10 hover:bg-white/5 text-white/70 px-8 py-4 rounded-full font-bold uppercase tracking-wider transition-all duration-300;}
