/* Shared map-grid background for the public form pages (see formbg.js). Full-viewport,
   behind everything, and non-interactive so it never blocks the form. Desktop only. */
.formbg { position: fixed; inset: 0; z-index: 0; width: 100%; height: 100%; pointer-events: none; }
