/* Minimal custom styles (Tailwind does most of the work) */
:focus-visible {
  outline: 2px solid #111827; /* gray-900 */
  outline-offset: 2px;
}