@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth}body{@apply bg-gray-50 dark:bg-dark-950 text-gray-900 dark:text-gray-100 antialiased tracking-tight transition-colors duration-200}.h1{@apply text-4xl md:text-5xl font-extrabold leading-tighter tracking-tighter mb-4}.h2{font-weight:800;letter-spacing:-.02em;font-size:2.5rem}.h2,.h3{line-height:1.25}.h3{font-weight:700;font-size:2rem}.shadow-glow{box-shadow:0 0 30px rgba(0,173,159,.4),0 0 40px rgba(0,173,159,.2)}.dark .shadow-glow{box-shadow:0 0 30px rgba(38,208,206,.6),0 0 40px rgba(38,208,206,.4)}.prose pre{@apply bg-gray-800 text-white p-4 rounded-md overflow-x-auto}.prose code{@apply bg-gray-200 dark:bg-gray-700 text-red-500 px-1 rounded}.prose pre code{@apply bg-transparent text-inherit p-0 rounded-none}