@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{scroll-behavior:smooth}body{@apply font-sans antialiased bg-white text-gray-900;}}@layer components{.btn-primary{@apply inline-flex items-center px-6 py-3 bg-blue-600 text-white font-semibold rounded-lg hover:bg-blue-700 transition-colors;}.btn-secondary{@apply inline-flex items-center px-6 py-3 border-2 border-blue-600 text-blue-600 font-semibold rounded-lg hover:bg-blue-600 hover:text-white transition-colors;}.section-padding{@apply py-16 lg:py-24;}.container-custom{@apply max-w-7xl mx-auto px-4 sm:px-6 lg:px-8;}}@layer utilities{.text-balance{text-wrap:balance}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}}.prose{@apply text-gray-700;}.prose h1,.prose h2,.prose h3,.prose h4{@apply text-gray-900 font-bold;}.prose h1{@apply text-3xl lg:text-4xl mb-6;}.prose h2{@apply text-2xl lg:text-3xl mt-10 mb-4;}.prose h3{@apply text-xl lg:text-2xl mt-8 mb-3;}.prose p{@apply mb-4 leading-relaxed;}.prose ul,.prose ol{@apply mb-6 pl-6;}.prose ul{@apply list-disc;}.prose ol{@apply list-decimal;}.prose li{@apply mb-2;}.prose a{@apply text-blue-600 hover:text-blue-700 underline;}.prose blockquote{@apply border-l-4 border-blue-500 pl-4 italic text-gray-600 my-6;}.prose img{@apply rounded-lg shadow-md my-6;}.prose code{@apply bg-gray-100 text-gray-800 px-2 py-1 rounded text-sm font-mono;}.prose pre{@apply bg-gray-900 text-gray-100 p-4 rounded-lg overflow-x-auto my-6;}.prose pre code{@apply bg-transparent text-gray-100 p-0;}input:focus,textarea:focus,select:focus{@apply outline-none ring-2 ring-blue-500 border-blue-500;}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .5s ease-out forwards}
