@tailwind base;@tailwind components;@tailwind utilities;@layer base{*{box-sizing:border-box}body,html{height:100%;margin:0;padding:0}}@layer components{.gradient-bg{background:linear-gradient(135deg,#667eea,#764ba2)}.gradient-pink{background:linear-gradient(135deg,#ff6b6b,#ee5a24)}.gradient-purple{background:linear-gradient(135deg,#a855f7,#7c3aed)}.btn-primary,.btn-secondary,.input-field{@apply w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-purple-500 focus:border-transparent transition-all duration-200}}@layer utilities{.animate-fade-in{animation:fadeIn .5s ease-in-out}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}