@tailwind base;@tailwind components;@tailwind utilities;.btn{@apply px-4 py-2 bg-gradient-to-r from-blue-600 to-blue-400 text-white rounded font-semibold shadow hover:from-blue-700 hover:to-blue-500 transition;}body{@apply bg-gradient-to-tr from-blue-50 to-blue-100 dark:from-gray-900 dark:to-gray-800;}table{@apply rounded overflow-hidden;}input,textarea,select{@apply rounded focus:border-blue-400 focus:ring focus:ring-blue-200 transition;}
