/* Page backdrop — restores the navy canvas the white .doc paper floats on.
   In the Claude Design standalone this lived in the bundler wrapper
   (body { background: #00274B }); it is re-added here so the un-bundled
   page matches the approved design. Print keeps a white page (99-print.css). */
html { background: #00274B; }
body { background: #00274B; }
