@tailwind base;@tailwind components;@tailwind utilities;html,body{@apply min-h-screen w-full bg-gradient-to-br from-green-50 via-white to-green-100 text-gray-800 antialiased overflow-x-hidden;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{@apply font-semibold text-gray-900;}a{@apply text-green-600 hover:text-green-700 transition-colors duration-300;}button{@apply rounded-2xl px-5 py-2 font-medium bg-green-600 text-white shadow-md hover:bg-green-700 transition-all duration-300 focus:outline-none focus:ring-2 focus:ring-green-400 focus:ring-offset-2;}.container{@apply mx-auto max-w-7xl px-4 sm:px-6 lg:px-8;}img{@apply max-w-full h-auto rounded-xl;}.fade-in{@apply opacity-0 animate-fadeIn;}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
