@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{@apply text-slate-800 bg-slate-50;}h1,h2,h3,h4,h5,h6{@apply font-sans tracking-tight;}}@layer utilities{.text-shadow-sm{text-shadow:0 1px 2px rgba(0,0,0,.1)}.glass{@apply bg-white/90 backdrop-blur-md border border-white/20 shadow-lg;}.card-hover{@apply transition-all duration-300 hover:-translate-y-1 hover:shadow-xl;}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}::selection{@apply bg-primary-200 text-primary-900;}
