/* ======================================================
   THEMES.CSS — App-only themes (documents stay white)
   ====================================================== */

/* Theme C — Navy + Gold (Premium) */
html[data-theme="navy-gold"] {
  --app-bg: #F6F3F0;      /* Off-white main workspace */
  --card-bg: #FFFFFF;    /* Panels/cards */
  --text: #0F172A;       /* Near-black */
  --muted: #64748B;
  --border: #E5E7EB;

  --navy: #0B1E3B;       /* Deep navy */
  --navy-text: rgba(255,255,255,0.94);

  /* Muted enterprise gold (use sparingly) */
  --accent-gold: #C9A048;
}
