@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-gray-50 text-gray-900;}h1,h2,h3,h4,h5,h6{@apply font-bold;}}@layer components{.btn{@apply px-4 py-2 rounded-md font-medium transition-all duration-200;}.btn-primary{@apply bg-primary text-white hover:bg-blue-600;}.btn-secondary{@apply bg-secondary text-white hover:bg-green-600;}.btn-outline{@apply border border-gray-300 hover:bg-gray-100;}.card{@apply bg-white rounded-lg shadow-md p-6;}.upload-area{@apply border-2 border-dashed border-gray-300 rounded-lg p-8 text-center hover:border-primary transition-colors duration-200;}.tool-card{@apply card hover:shadow-lg transition-shadow duration-200 flex flex-col items-center justify-center text-center p-8;}.tool-card-icon{@apply text-4xl text-primary mb-4;}.tool-card-title{@apply text-xl font-bold mb-2;}.tool-card-description{@apply text-gray-600 mb-4;}}@layer utilities{.text-shadow{text-shadow:0 2px 4px rgba(0,0,0,.1)}.transition-all-300{transition:all .3s ease}}
