/* Minimal custom styles (Tailwind handles most styling) */
html { scroll-behavior: smooth; }
a { text-decoration: none; }
:focus-visible { outline: 2px solid rgba(79,70,229,.6); outline-offset: 2px; }
