/* Generated at deploy time by applyTenantTheme — resolved across the tenant
   cascade. Do not edit in the bucket; edit under platform-logx-client/tenants. */
:root {
  --theme:       #002569;
  --theme-rgb:   0, 37, 105;
  --theme-hover: #001c4f;
  --theme-menu:  #0073e0;
  --theme-on:    #ffffff;
  --theme-tint:  #70bcff;
  --theme-wash:  #f0f7ff;

  /* Derived channel companions — see CHANNEL_TOKENS in tenant-theme.ts.
     Space-separated so Tailwind can splice an alpha: rgb(var(--x-ch) / .6) */
  --theme-ch:       0 37 105;
  --theme-hover-ch: 0 28 79;
  --theme-menu-ch:  0 115 224;
  --theme-tint-ch:  112 188 255;
  --theme-wash-ch:  240 247 255;
}
