/* public/static/boot.css
   Linked from index.html so Vite does not inline this as html-proxy CSS.
   Neutral pre-paint background; the SPA shell replaces #app on mount. */
html, body { background: #f4f5fb; }
