/* shared-theme.css — the ONE place Siman OS's structural background navy
   is defined. Every page links this before its own inline <style> and
   points its own --navy (or --dark) at var(--siman-navy) instead of a
   hardcoded hex, so the whole app can never drift into two different
   background tones again. Audited 2026-08-11: Boards (Flanders/Gabby/
   generic_board), Operations Center, and Inspections already used
   #081426; Executive Dashboard, Request Center, Property Manager,
   Analytics, and Reports had drifted to #071D49; Financial Center used a
   separate light --bg (#F4F7FB) for its body background entirely. This
   file makes #081426 (the Boards' original tone) the one official value.
   Card/panel white backgrounds, gold accents, and functional status
   colors are untouched — this only standardizes the structural page
   background. */
:root{
  --siman-navy: #081426;
}
