@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{*{@apply border-border;}body{@apply bg-white text-gray-900;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{@apply font-semibold;line-height:1.2}h1{@apply text-4xl md:text-5xl;}h2{@apply text-3xl md:text-4xl;}h3{@apply text-2xl md:text-3xl;}h4{@apply text-xl md:text-2xl;}*:focus-visible{@apply outline-none ring-2 ring-cyan-500 ring-offset-2;}html{scroll-behavior:smooth}}@layer components{.btn-primary{@apply px-6 py-3 bg-gradient-to-r from-cyan-500 to-blue-500 text-white font-semibold rounded-lg shadow-md hover:shadow-lg transition-all duration-300 hover:scale-[1.02];}.btn-secondary{@apply px-6 py-3 bg-white border-2 border-gray-300 text-gray-700 font-semibold rounded-lg hover:bg-gray-50 hover:border-gray-400 transition-all duration-300;}.link{@apply text-cyan-600 hover:text-cyan-700 font-medium hover:underline transition-colors duration-200;}.card{@apply bg-white border border-gray-200 rounded-xl shadow-sm hover:shadow-md transition-shadow duration-300;}.input{@apply w-full px-4 py-3 border-2 border-gray-200 rounded-lg focus:border-cyan-500 focus:ring-2 focus:ring-cyan-500/20 transition-all duration-200;}.section{@apply py-16 md:py-20;}.container-custom{@apply max-w-7xl mx-auto px-4 sm:px-6 lg:px-8;}}@layer utilities{.no-animation{animation:none!important}.hover-scale{@apply hover:scale-[1.02] transition-transform duration-300;}.glass{@apply bg-white/80 backdrop-blur-sm;}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.animate-fade-in{animation:fadeIn .3s ease-in-out}.animate-slide-in{animation:slideIn .3s ease-in-out}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{@apply bg-gray-100;}::-webkit-scrollbar-thumb{@apply bg-gray-300 rounded-full hover:bg-gray-400;}@media print{.no-print{display:none!important}}
