/* =========================================================================
   FILENAME: financial-decisions.css
   ROLE: Financial Decisions Theme Palette Tokens
   SCOPE: Pure design token assignments. Strictly no element selectors.
          DEPENDENCY: Must be loaded before core layout stylesheets.
   ========================================================================= */

:root {
  /* THE APP CANVAS */
  --page-bg: #EAEFF2;               /* Soft, muted slate-tinted off-white background */
  --surface-primary: #FFFFFF;       /* Pure white bedrock for central application container */
  --surface-secondary: #F0F4F7;     /* Clean, cool steel-grey for un-expanded headers */
  --surface-border: #D2DFE6;        /* Highly visible architectural framing lines */

  /* THE ANCHORED TYPOGRAPHY */
  --text-primary: #121C26;          /* Deep corporate navy for maximum reading authority */
  --text-secondary: #2E3E4E;        /* Mid-tone slate for secondary descriptive text */
  --text-muted: #5D7285;            /* Clear, accessible grey for small labels */

  /* PLACEHOLDERS & STRUCTURAL ALERTS */
  --placeholder-primary: #A4B6C4;   
  --placeholder-secondary: #C0D0DC; 
  --placeholder-accent: #E28743;    /* Warm copper highlight for alert anchors */

  /* DETERMINISTIC INTERACTION ACTIONS */
  --action-primary: #007A5E;        /* Rich, stable emerald green reserved ONLY for buttons */
  --action-accent: #E28743;         /* Warm copper highlight for alert anchors */
  --radius: 8px;

  /* FLAIRS */
  --box-shadow-subtle: rgba(18, 28, 38, 0.15); /* Subtle, professional shadow for elevated surfaces */
}