@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{font-family:Inter,system-ui,sans-serif}body{@apply bg-surface text-gray-900 antialiased;}}@layer components{.btn-primary{@apply bg-brand text-white font-semibold px-6 py-3 rounded-xl active:scale-95 transition-all touch-manipulation disabled:opacity-50 disabled:cursor-not-allowed;}.btn-secondary{@apply bg-white text-brand border-2 border-brand font-semibold px-6 py-3 rounded-xl active:scale-95 transition-all touch-manipulation;}.btn-ghost{@apply text-gray-600 px-4 py-2 rounded-lg hover:bg-gray-100 active:scale-95 transition-all touch-manipulation;}.card{@apply bg-white rounded-2xl shadow-sm border border-gray-100 p-4;}.input-field{@apply w-full px-4 py-3 border border-gray-200 rounded-xl focus:outline-none focus:ring-2 focus:ring-brand/40 focus:border-brand text-base bg-white transition-colors;}.badge-rfm{@apply text-xs font-medium px-2 py-1 rounded-full;}.badge-fideles{@apply bg-green-100 text-green-700;}.badge-meilleurs{@apply bg-yellow-100 text-yellow-700;}.badge-dormants{@apply bg-gray-100 text-gray-600;}.badge-nouveaux{@apply bg-blue-100 text-blue-700;}.badge-a_risque{@apply bg-red-100 text-red-700;}.badge-perdus{@apply bg-red-100 text-red-800;}.badge-occasionnels{@apply bg-purple-100 text-purple-700;}.badge-potentiel{@apply bg-indigo-100 text-indigo-700;}}
