/* Design tokens. These values are the DAY fallback shown before the
   time-of-day engine runs (or if JavaScript is disabled). The engine
   (assets/js/timeofday.js) overrides them live on #vr-root once per minute. */
#vr-root{
  --panel:#ffffff; --ink:#191a1e; --muted:#4b4d54; --link:#1c5a92; --link-v:#123a63;
  --band-2:#1c5a92; --hi:#ffffff; --lt:#e3e4e8; --lo:#a7a9b0; --sh:#585a60;
  --face:#e7e8ea; --face-lt:#dcdde0;
  --tag-bg:#eef2f7; --tag-bd:#b6bfce; --tag-tx:#1c5a92;
  --th-1:#e6ecf4; --th-2:#d3dbe7; --hover:#eaf1f8; --dotb:#c3c5cc; --zebra:#f4f5f7; --counter:#ffcf7a;
  --foot-1:#2c5878; --foot-2:#1b3a52; --hd-ink:#ffffff; --ft-ink:#ffffff;
  --sky-top:#6aa0e0; --sky-bot:#cfe6f6; --page:#e7eaee; --hdr-1:#2c5878; --hdr-2:#1b3a52;
}
