@tailwind base;@tailwind components;@tailwind utilities;@layer base{html,body{@apply antialiased overflow-x-hidden;}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:theme("colors.gray.100")}.dark ::-webkit-scrollbar-track{background:theme("colors.dark.950")}::-webkit-scrollbar-thumb{background:theme("colors.gray.400");border-radius:4px}::-webkit-scrollbar-thumb:hover{background:theme("colors.gray.500")}.dark ::-webkit-scrollbar-thumb{background:theme("colors.gray.600")}.dark ::-webkit-scrollbar-thumb:hover{background:theme("colors.gray.500")}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.animate-float{animation:float 6s ease-in-out infinite}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
