/* Minimal fallback styles — Tailwind CDN handles all layout and theming */

/* Reserve the vertical scrollbar gutter at all times so collapsing/expanding
   sections (which toggles the scrollbar) never reflows the page width. */
html { scrollbar-gutter: stable; }

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
