@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-slate-50 text-slate-900 dark:bg-slate-950 dark:text-slate-100 transition-colors duration-300;overflow-x:hidden;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{@apply bg-slate-100 dark:bg-slate-900;}::-webkit-scrollbar-thumb{@apply bg-slate-300 dark:bg-slate-800 rounded-full hover:bg-slate-400 dark:hover:bg-slate-700 transition-all;}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{@apply bg-slate-200 dark:bg-white/10 rounded-full;}}@layer components{.glass-morphism{@apply bg-white/70 dark:bg-slate-950/70 backdrop-blur-xl border border-white/20 dark:border-white/5;}}
