@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-[#f5f7f8] text-gray-800;font-family:Inter,system-ui,sans-serif}}@layer components{.btn-primary{@apply w-full bg-[#7ce3d7] hover:bg-[#5ccac0] text-white font-semibold py-3 px-6 rounded-lg transition disabled:opacity-50;}.input{@apply w-full px-4 py-3 rounded-lg border border-gray-300 placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-[#7ce3d7] focus:border-[#7ce3d7];}.card{@apply bg-white rounded-xl shadow-sm p-6 text-center border border-gray-200;}.card-icon{@apply w-12 h-12 bg-[#d2f8f3] rounded-xl flex items-center justify-center mx-auto mb-4;}}
