/*
 * Shared layout boundary.
 * Page structure is composed with Tailwind 4 utilities in the layouts; this file
 * keeps only cross-surface behavior that should not be repeated in every view.
 */

#main-content {
  scroll-margin-top: 1rem;
}
