body{font-family:Inter,system-ui,-apple-system,sans-serif}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.v-enter-active,.v-leave-active{transition:opacity .3s ease}.v-enter-from,.v-leave-to{opacity:0}@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{font-family:Inter,system-ui,-apple-system,sans-serif}}@layer components{.btn-primary{@apply bg-blue-600 hover:bg-blue-700 text-white font-medium py-2 px-4 rounded-lg transition-colors;}.btn-secondary{@apply bg-gray-200 hover:bg-gray-300 text-gray-800 font-medium py-2 px-4 rounded-lg transition-colors;}.card{@apply bg-white rounded-lg shadow-sm border border-gray-200;}}img[lazy=loading]{opacity:.3;filter:blur(4px);transition:all .3s ease}img[lazy=loaded]{opacity:1;filter:blur(0px)}img[lazy=error]{opacity:.5}
