@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-surface text-text-primary font-sans antialiased;}}.gradient-hero{background:linear-gradient(135deg,#2563eb,#1a3557)}.glass-panel{@apply bg-white/80 backdrop-blur-md border border-white/20 shadow-xl;}@keyframes blob{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.animate-blob{animation:blob 7s infinite}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}
