@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply antialiased text-slate-900 bg-slate-50;}.glass{@apply bg-white/80 backdrop-blur-xl border border-white/20;}.glass-dark{@apply bg-slate-900/80 backdrop-blur-xl border border-white/10;}}@layer utilities{.shadow-soft{box-shadow:0 10px 40px -10px #0000000a}.shadow-float{box-shadow:0 30px 60px -12px #32325d1a,0 18px 36px -18px #0000001a}.perspective-1000{perspective:1000px}.preserve-3d{transform-style:preserve-3d}.backface-hidden{backface-visibility:hidden}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{@apply bg-slate-300 rounded-full;}::-webkit-scrollbar-thumb:hover{@apply bg-slate-400;}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.animate-float{animation:float 6s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.shimmer{background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);background-size:200% 100%;animation:shimmer 2s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}
