@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply antialiased text-slate-900 bg-slate-50;}}@layer utilities{.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.glass-panel{@apply bg-white/80 backdrop-blur-md border border-white/20 shadow-xl;}.text-gradient{@apply bg-clip-text text-transparent bg-gradient-to-r from-orange-600 to-red-600;}.text-gradient-dark{@apply bg-clip-text text-transparent bg-gradient-to-r from-slate-900 via-slate-700 to-slate-900;}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}.animate-float{animation:float 3s ease-in-out infinite}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.shimmer-effect{animation:shimmer 2s infinite linear;background:linear-gradient(to right,#f6f7f8 4%,#edeef1 25%,#f6f7f8 36%);background-size:1000px 100%}
