/* GENERATED by scripts/gen-themes.mjs — do not hand-edit; edit the generator.
 * Org-theme bridge for the HSE app: maps the platform's 10 themes onto the
 * HSE Tailwind tokens so both apps re-theme identically. Attributes are
 * stamped pre-paint by /ops/theme.js from the shared slk_org_themes cache
 * (refreshed from GET /api/auth/branding). */

/* Industrial Navy → HSE app */
html[data-theme="dark"][data-cw-dark="navy"]{
  --color-canvas:#0a1220; --color-ink:#edf3fa;
  --color-stone-50:#15233c;
  --color-stone-100:#1b2d4c;
  --color-stone-200:#223755;
  --color-stone-300:#2e4a73;
  --color-stone-400:#5f7492;
  --color-stone-500:#8da2bc;
  --color-stone-600:#bdcbdb;
  --color-stone-700:#c3d2e4;
  --color-stone-800:#d8e3ef;
  --color-stone-900:#edf3fa;
  --color-brand-50:#10213b;
  --color-brand-100:#152a4d;
  --color-brand-200:#a9cbff;
  --color-brand-300:#8cbaff;
  --color-brand-400:#569aff;
  --color-brand-500:#3f8cff;
  --color-brand-600:#2c6fd6;
  --color-brand-700:#2c6fd6;
  --color-brand-800:#2153a1;
  --color-brand-900:#101c31;
  --color-brand-950:#0b1424;
}
html[data-theme="dark"][data-cw-dark="navy"] .bg-white{background-color:#101b2e}
html[data-theme="dark"][data-cw-dark="navy"] .bg-white\/90{background-color:rgba(16, 27, 46, 0.9)}

/* Carbon Black → HSE app */
html[data-theme="dark"][data-cw-dark="carbon"]{
  --color-canvas:#0b0c0e; --color-ink:#f0f2f4;
  --color-stone-50:#191c20;
  --color-stone-100:#212529;
  --color-stone-200:#282d33;
  --color-stone-300:#363d45;
  --color-stone-400:#646c76;
  --color-stone-500:#939ba5;
  --color-stone-600:#c2c7cd;
  --color-stone-700:#c9ced4;
  --color-stone-800:#dde0e4;
  --color-stone-900:#f0f2f4;
  --color-brand-50:#131e2b;
  --color-brand-100:#182a3e;
  --color-brand-200:#afd6ff;
  --color-brand-300:#94c8ff;
  --color-brand-400:#62aeff;
  --color-brand-500:#4da3ff;
  --color-brand-600:#2f83e0;
  --color-brand-700:#2f83e0;
  --color-brand-800:#2362a8;
  --color-brand-900:#14171a;
  --color-brand-950:#0e1012;
}
html[data-theme="dark"][data-cw-dark="carbon"] .bg-white{background-color:#131518}
html[data-theme="dark"][data-cw-dark="carbon"] .bg-white\/90{background-color:rgba(19, 21, 24, 0.9)}

/* Midnight Blue → HSE app */
html[data-theme="dark"][data-cw-dark="midnight"]{
  --color-canvas:#0c0f1e; --color-ink:#eef1fb;
  --color-stone-50:#181e3e;
  --color-stone-100:#1f274e;
  --color-stone-200:#262f5a;
  --color-stone-300:#344078;
  --color-stone-400:#616a94;
  --color-stone-500:#8f98c0;
  --color-stone-600:#bfc5de;
  --color-stone-700:#c7cde8;
  --color-stone-800:#dbdff2;
  --color-stone-900:#eef1fb;
  --color-brand-50:#181e39;
  --color-brand-100:#20284b;
  --color-brand-200:#becbff;
  --color-brand-300:#a9baff;
  --color-brand-400:#809aff;
  --color-brand-500:#6f8cff;
  --color-brand-600:#5471e0;
  --color-brand-700:#5471e0;
  --color-brand-800:#3f55a8;
  --color-brand-900:#141838;
  --color-brand-950:#0e1128;
}
html[data-theme="dark"][data-cw-dark="midnight"] .bg-white{background-color:#131730}
html[data-theme="dark"][data-cw-dark="midnight"] .bg-white\/90{background-color:rgba(19, 23, 48, 0.9)}

/* Graphite → HSE app */
html[data-theme="dark"][data-cw-dark="graphite"]{
  --color-canvas:#101112; --color-ink:#f1f2f3;
  --color-stone-50:#1e2124;
  --color-stone-100:#26292d;
  --color-stone-200:#2e3236;
  --color-stone-300:#3d4247;
  --color-stone-400:#686d73;
  --color-stone-500:#979ba0;
  --color-stone-600:#c4c7ca;
  --color-stone-700:#ccced1;
  --color-stone-800:#dfe0e2;
  --color-stone-900:#f1f2f3;
  --color-brand-50:#2b2015;
  --color-brand-100:#3d2a16;
  --color-brand-200:#f9cb9e;
  --color-brand-300:#f7ba7e;
  --color-brand-400:#f49a42;
  --color-brand-500:#f28c28;
  --color-brand-600:#d0731a;
  --color-brand-700:#d0731a;
  --color-brand-800:#9c5614;
  --color-brand-900:#191b1e;
  --color-brand-950:#121415;
}
html[data-theme="dark"][data-cw-dark="graphite"] .bg-white{background-color:#17191b}
html[data-theme="dark"][data-cw-dark="graphite"] .bg-white\/90{background-color:rgba(23, 25, 27, 0.9)}

/* Emerald Tech → HSE app */
html[data-theme="dark"][data-cw-dark="emerald"]{
  --color-canvas:#0b1210; --color-ink:#ecf5f1;
  --color-stone-50:#16251f;
  --color-stone-100:#1c3128;
  --color-stone-200:#233a30;
  --color-stone-300:#2e4d40;
  --color-stone-400:#5d7a6f;
  --color-stone-500:#8ba89d;
  --color-stone-600:#bccfc7;
  --color-stone-700:#c5d8d0;
  --color-stone-800:#d9e7e1;
  --color-stone-900:#ecf5f1;
  --color-brand-50:#0f291f;
  --color-brand-100:#123829;
  --color-brand-200:#a1e9cd;
  --color-brand-300:#82e2bc;
  --color-brand-400:#47d59c;
  --color-brand-500:#2ecf8f;
  --color-brand-600:#1fa871;
  --color-brand-700:#1fa871;
  --color-brand-800:#177e55;
  --color-brand-900:#121e1a;
  --color-brand-950:#0c1512;
}
html[data-theme="dark"][data-cw-dark="emerald"] .bg-white{background-color:#111c18}
html[data-theme="dark"][data-cw-dark="emerald"] .bg-white\/90{background-color:rgba(17, 28, 24, 0.9)}

/* Engineering White → HSE app */
html[data-theme="light"][data-cw-light="white"]{
  --color-canvas:#f7f9fb; --color-ink:#16202b;
  --color-stone-50:#eef2f6;
  --color-stone-100:#e3e9f0;
  --color-stone-200:#dde4ec;
  --color-stone-300:#c6d2df;
  --color-stone-400:#8b98a6;
  --color-stone-500:#5d6b7a;
  --color-stone-600:#414d5a;
  --color-stone-700:#35434f;
  --color-stone-800:#26323d;
  --color-stone-900:#16202b;
  --color-brand-50:#ecf2fb;
  --color-brand-100:#dbe7f7;
  --color-brand-200:#b7d0ef;
  --color-brand-300:#87b1e4;
  --color-brand-400:#4b89d6;
  --color-brand-500:#0f62c8;
  --color-brand-600:#0f62c8;
  --color-brand-700:#0f62c8;
  --color-brand-800:#0d53aa;
  --color-brand-900:#16222f;
  --color-brand-950:#101a25;
}
html[data-theme="light"][data-cw-light="white"] .bg-white{background-color:#ffffff}
html[data-theme="light"][data-cw-light="white"] .bg-white\/90{background-color:rgba(255, 255, 255, 0.9)}

/* Arctic → HSE app */
html[data-theme="light"][data-cw-light="arctic"]{
  --color-canvas:#f6fafc; --color-ink:#12202c;
  --color-stone-50:#ecf4f9;
  --color-stone-100:#dfecf4;
  --color-stone-200:#d8e6f0;
  --color-stone-300:#bdd4e5;
  --color-stone-400:#8aa2b2;
  --color-stone-500:#587082;
  --color-stone-600:#3c5060;
  --color-stone-700:#32434f;
  --color-stone-800:#22323e;
  --color-stone-900:#12202c;
  --color-brand-50:#ecf1f6;
  --color-brand-100:#dce5ee;
  --color-brand-200:#b9cbdd;
  --color-brand-300:#8aa9c6;
  --color-brand-400:#4f7ea9;
  --color-brand-500:#14538c;
  --color-brand-600:#14538c;
  --color-brand-700:#14538c;
  --color-brand-800:#114777;
  --color-brand-900:#11293c;
  --color-brand-950:#0b1e2e;
}
html[data-theme="light"][data-cw-light="arctic"] .bg-white{background-color:#ffffff}
html[data-theme="light"][data-cw-light="arctic"] .bg-white\/90{background-color:rgba(255, 255, 255, 0.9)}

/* Titanium → HSE app */
html[data-theme="light"][data-cw-light="titanium"]{
  --color-canvas:#f4f5f7; --color-ink:#1a1e24;
  --color-stone-50:#eaecef;
  --color-stone-100:#dfe2e7;
  --color-stone-200:#d8dce2;
  --color-stone-300:#c0c7d0;
  --color-stone-400:#9098a2;
  --color-stone-500:#646b75;
  --color-stone-600:#464c55;
  --color-stone-700:#3a4048;
  --color-stone-800:#2a2f36;
  --color-stone-900:#1a1e24;
  --color-brand-50:#eff3fa;
  --color-brand-100:#e1e8f6;
  --color-brand-200:#c3d1ed;
  --color-brand-300:#9bb2e2;
  --color-brand-400:#688cd3;
  --color-brand-500:#3665c4;
  --color-brand-600:#3665c4;
  --color-brand-700:#3665c4;
  --color-brand-800:#2e56a7;
  --color-brand-900:#1e242c;
  --color-brand-950:#171c22;
}
html[data-theme="light"][data-cw-light="titanium"] .bg-white{background-color:#ffffff}
html[data-theme="light"][data-cw-light="titanium"] .bg-white\/90{background-color:rgba(255, 255, 255, 0.9)}

/* Sandstone → HSE app */
html[data-theme="light"][data-cw-light="sandstone"]{
  --color-canvas:#faf6ef; --color-ink:#291f14;
  --color-stone-50:#f3ecdf;
  --color-stone-100:#eae0cc;
  --color-stone-200:#e5dac4;
  --color-stone-300:#d3c3a3;
  --color-stone-400:#a08d74;
  --color-stone-500:#756550;
  --color-stone-600:#574938;
  --color-stone-700:#4a3d2e;
  --color-stone-800:#3a2e21;
  --color-stone-900:#291f14;
  --color-brand-50:#f9f3ed;
  --color-brand-100:#f4e8dd;
  --color-brand-200:#e9d1bc;
  --color-brand-300:#dab28f;
  --color-brand-400:#c78c56;
  --color-brand-500:#b4651e;
  --color-brand-600:#b4651e;
  --color-brand-700:#b4651e;
  --color-brand-800:#99561a;
  --color-brand-900:#2d2418;
  --color-brand-950:#221b11;
}
html[data-theme="light"][data-cw-light="sandstone"] .bg-white{background-color:#fffdf9}
html[data-theme="light"][data-cw-light="sandstone"] .bg-white\/90{background-color:rgba(255, 253, 249, 0.9)}

/* Modern Tech → HSE app */
html[data-theme="light"][data-cw-light="modern"]{
  --color-canvas:#f8f9fb; --color-ink:#191c21;
  --color-stone-50:#f0f2f5;
  --color-stone-100:#e6e9ee;
  --color-stone-200:#e0e4ea;
  --color-stone-300:#cbd2db;
  --color-stone-400:#8f97a3;
  --color-stone-500:#616a76;
  --color-stone-600:#444b54;
  --color-stone-700:#394049;
  --color-stone-800:#292e35;
  --color-stone-900:#191c21;
  --color-brand-50:#ebf4fc;
  --color-brand-100:#d9ebf9;
  --color-brand-200:#b3d7f2;
  --color-brand-300:#80bcea;
  --color-brand-400:#409adf;
  --color-brand-500:#0078d4;
  --color-brand-600:#0078d4;
  --color-brand-700:#0078d4;
  --color-brand-800:#0066b4;
  --color-brand-900:#1b1f26;
  --color-brand-950:#14181d;
}
html[data-theme="light"][data-cw-light="modern"] .bg-white{background-color:#ffffff}
html[data-theme="light"][data-cw-light="modern"] .bg-white\/90{background-color:rgba(255, 255, 255, 0.9)}
