/* =============================================================================
   variables.css — Design tokens
   -----------------------------------------------------------------------------
   Single source of truth for colors, spacing semantics, and typography.
   Override these to re-theme the entire UI.
   ----------------------------------------------------------------------------- */

  :root {
    --primary: #2C7BE5;          /* Simple app vibrant blue */
    --primary-dark: #1B5DB8;     /* darker blue */
    --primary-light: #E1ECF9;    /* pale blue chip bg */
    --navy: #1B3B6F;             /* deep navy header */
    --navy-dark: #122C56;        /* navy bottom */
    --accent: #F39200;
    --bg: #F5F7FA;
    --surface: #FFFFFF;
    --border: #E4E7EC;
    --text: #1F2A37;
    --muted: #6B7280;
    --success: #28A745;
    --success-bg: #E6F5EB;
    --warning: #D97706;
    --warning-bg: #FEF3E2;
    --danger: #E63946;
    --danger-bg: #FDECEC;
    --info: #2C7BE5;
    --info-bg: #E1ECF9;
    --gray-bg: #F1F3F6;
  }

/* Removed per FormFit correction */
.vitals-trend-summary{display:none!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;}
.vitals-trend-metric{display:none!important;}
