/* ═══════════════════════════════════════════════════════════════════════════
   INCANDIO PRODUCTION OVERRIDES — the one-file hotfix layer.

   This file ships UNHASHED at /overrides.css, is loaded LAST on every page
   (index.html and all prerendered pages link it at the end of <body>, so it
   wins the cascade against the bundled stylesheet at equal specificity), and
   is served with a short cache (see .htaccess) so an edit reaches browsers in
   minutes, not a year.

   PURPOSE: a small, visual-only production fix — a colour, a spacing, a
   contrast repair — can be shipped by uploading THIS ONE FILE to the host,
   with no rebuild and no re-upload of hashed assets.

   RULES OF USE
   • CSS only. No behaviour lives here and no @import of remote resources.
   • Every rule added here is a debt marker: land the same fix properly in
     src/index.css in the next full build, then EMPTY this file again in that
     build. The steady state of this file is empty.
   • Keep it tiny. If a fix needs more than a screenful, it needs a build.
   ═══════════════════════════════════════════════════════════════════════════ */
