@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{scroll-behavior:smooth}body{@apply bg-gray-50 text-gray-900 antialiased;}}@layer components{.btn-primary{@apply bg-sonopro-600 hover:bg-sonopro-700 text-white font-medium py-2 px-4 rounded-lg transition-colors;}.btn-secondary{@apply bg-gray-600 hover:bg-gray-700 text-white font-medium py-2 px-4 rounded-lg transition-colors;}.card{@apply bg-white rounded-lg shadow-sm border border-gray-200 p-6;}.alert{@apply rounded-lg p-4 border-l-4;}.alert-info{@apply bg-blue-50 border-blue-400 text-blue-800;}.alert-success{@apply bg-green-50 border-green-400 text-green-800;}.alert-warning{@apply bg-yellow-50 border-yellow-400 text-yellow-800;}.alert-error{@apply bg-red-50 border-red-400 text-red-800;}}@layer utilities{.text-balance{text-wrap:balance}}
