@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply antialiased;}}@layer components{.btn-primary{@apply bg-gradient-to-r from-purple-600 to-blue-500 text-white font-semibold py-3 px-6 rounded-lg hover:from-purple-700 hover:to-blue-600 transition-all duration-300 shadow-lg hover:shadow-xl transform hover:-translate-y-1;}.btn-secondary{@apply border border-purple-500 text-purple-300 font-semibold py-3 px-6 rounded-lg hover:bg-purple-900/30 transition-all duration-300;}.card{@apply bg-gray-800/50 backdrop-blur-sm border border-gray-700 rounded-xl p-6 hover:border-purple-500/50 transition-all duration-300;}.section-title{@apply text-3xl md:text-4xl font-bold mb-4 text-transparent bg-clip-text bg-gradient-to-r from-purple-400 to-blue-400;}.section-subtitle{@apply text-gray-400 text-lg mb-8 max-w-2xl mx-auto;}}
