@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.glass{@apply bg-white/80 backdrop-blur-lg border border-white/20 shadow-xl;}.glass-dark{@apply bg-slate-900/80 backdrop-blur-lg border border-slate-700/50 shadow-2xl;}.text-glow{text-shadow:0 0 20px rgba(255,255,255,.5)}}html{scroll-behavior:smooth}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
