/* Al-Watan demo theme: navy identity from the institute's reference mockups.
   Loads after mila.css and overrides the accent tokens only — no rule bodies,
   so anything mila.css adds later follows this identity for free.

   Measured contrast (WCAG AA, sRGB):
   · Primary button  #FFF on the gradient #3D62A8 → #1E3A6B  =  5.98:1 … 11.21:1
   · State chip      #1E3A6B on color-mix(--gold 22%, #fff)  =  7.53:1
   · Sidebar accent  #8FB3E8 on #0B2540                      =  9.62:1
   The previous ink (#0B2540 navy on navy) measured 2.12:1 here; that is why
   every accent colour now resolves through a token instead of a literal. */
:root{
  --gold:#1E3A6B;
  --gold-2:#3D62A8;
  --gold-soft:#E8EEF6;

  --gold-ink:#FFFFFF;
  --gold-ink-soft:#1E3A6B;
  --gold-rgb:30,58,107;

  /* لمسة فاتحة على الداكن: --gold-2 كحلي متوسط يذوب في الشريط الجانبي،
     فتُفصَل عنه لتبقى الحالة النشطة والتوهّج مرئيين. */
  --accent-on-dark:#8FB3E8;
  --accent-on-dark-rgb:143,179,232;
}
