@tailwind base;@tailwind components;@tailwind utilities;body{@apply bg-gray-50 font-sans text-gray-900;-webkit-font-smoothing:antialiased}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{transform:translate(-50%,-20px);opacity:0}to{transform:translate(-50%);opacity:1}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-slide-down{animation:slideDown .4s cubic-bezier(.16,1,.3,1)}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#d1d5db}.modal-enter{opacity:0;transform:scale(.95) translateY(10px)}.modal-enter-active{opacity:1;transform:scale(1) translateY(0);transition:opacity .3s,transform .3s}
