@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-slate-950 text-white antialiased;background-image:radial-gradient(circle at 20% 30%,rgba(59,130,246,.15) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(6,182,212,.1) 0%,transparent 50%)}}@layer components{.btn-primary{@apply px-8 py-4 bg-gradient-to-r from-blue-600 to-cyan-500 text-white font-semibold rounded-full transition-all duration-300 hover:shadow-aesthetic-lg hover:scale-105 active:scale-95;}.btn-secondary{@apply px-8 py-4 border-2 border-blue-500 text-blue-400 font-semibold rounded-full transition-all duration-300 hover:bg-blue-500/10 hover:scale-105;}.glass-card{@apply bg-slate-900/60 backdrop-blur-xl border border-blue-500/20 rounded-3xl transition-all duration-300 hover:border-blue-500/40 hover:shadow-aesthetic;}.input-field{@apply w-full px-6 py-4 bg-slate-900/80 border border-blue-500/20 rounded-2xl text-white placeholder-slate-400 focus:border-blue-500 focus:ring-2 focus:ring-blue-500/20 transition-all duration-200 outline-none;}}
