@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.dark ::-webkit-scrollbar-thumb{background:#475569}.dark ::-webkit-scrollbar-thumb:hover{background:#64748b}::selection{background:#16a34a;color:#fff}.dark ::selection{background:#22c55e;color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.animate-slide-left{animation:slideInLeft .5s ease-out forwards}.animate-slide-right{animation:slideInRight .5s ease-out forwards}.animate-scale-in{animation:scaleIn .4s ease-out forwards}.animate-spin{animation:spin 1s linear infinite}.shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:1000px 100%;animation:shimmer 2s ease-in-out infinite}.dark .shimmer{background:linear-gradient(90deg,#1e293b 25%,#334155,#1e293b 75%);background-size:1000px 100%}@layer components{.btn-primary{@apply bg-agro-600 hover:bg-agro-700 text-white font-bold py-3 px-6 rounded-lg transition-all shadow-md hover:shadow-lg;}.btn-secondary{@apply bg-gold-500 hover:bg-gold-600 text-white font-bold py-3 px-6 rounded-lg transition-all shadow-md hover:shadow-lg;}.card{@apply bg-white dark:bg-slate-800 rounded-2xl shadow-sm border border-gray-200 dark:border-slate-700 hover:shadow-lg transition-all;}.input-primary{@apply w-full px-4 py-2 border border-gray-300 dark:border-slate-600 rounded-lg focus:ring-2 focus:ring-agro-500 focus:border-transparent bg-white dark:bg-slate-700 text-gray-900 dark:text-white transition-colors;}.container-custom{@apply max-w-7xl mx-auto px-4 sm:px-6 lg:px-8;}}@layer utilities{.text-gradient{@apply bg-clip-text text-transparent bg-gradient-to-r from-agro-600 to-gold-500;}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}*:focus-visible{outline:2px solid #16a34a;outline-offset:2px}.dark{color-scheme:dark}
