:root {
  --font-sans: "Poppins", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
}

html[data-mode="light"] {
  color-scheme: light;
}

html[data-mode="dark"] {
  color-scheme: dark;
}

/* Navy — default */
html[data-identity="legacy"][data-mode="light"] {
  --primary: #0b1f3a;
  --accent: #c4a35a;
  --surface: #f6f3ec;
  --surface-elevated: #fffdf8;
  --border-subtle: #d4cfc4;
  --text-body: #1a1814;
  --text-muted: #5c5850;
  --text-on-primary: #f6f3ec;
  --header-glass: rgba(246, 243, 236, 0.82);
}

html[data-identity="legacy"][data-mode="dark"] {
  --primary: #081628;
  --accent: #d4b46a;
  --surface: #0b1220;
  --surface-elevated: #121c2e;
  --border-subtle: #2a3b52;
  --text-body: #ede6d9;
  --text-muted: #a89f90;
  --text-on-primary: #f6f3ec;
  --header-glass: rgba(11, 18, 32, 0.86);
}

/* Forest */
html[data-identity="heritage"][data-mode="light"] {
  --primary: #1a3c2e;
  --accent: #c4a35a;
  --surface: #f3f1ea;
  --surface-elevated: #fcfbf7;
  --border-subtle: #d2cec2;
  --text-body: #161814;
  --text-muted: #5a5c54;
  --text-on-primary: #f3f1ea;
  --header-glass: rgba(243, 241, 234, 0.82);
}

html[data-identity="heritage"][data-mode="dark"] {
  --primary: #12281e;
  --accent: #d4b46a;
  --surface: #0c1612;
  --surface-elevated: #15241c;
  --border-subtle: #2a4338;
  --text-body: #e8eadf;
  --text-muted: #9aa394;
  --text-on-primary: #f3f1ea;
  --header-glass: rgba(12, 22, 18, 0.86);
}

/* Slate */
html[data-identity="precision"][data-mode="light"] {
  --primary: #2c3e50;
  --accent: #6f8fa8;
  --surface: #f4f5f7;
  --surface-elevated: #ffffff;
  --border-subtle: #cfd4da;
  --text-body: #1b2128;
  --text-muted: #5b6570;
  --text-on-primary: #f4f5f7;
  --header-glass: rgba(244, 245, 247, 0.82);
}

html[data-identity="precision"][data-mode="dark"] {
  --primary: #1e2a36;
  --accent: #8ba4b8;
  --surface: #12171c;
  --surface-elevated: #1b232c;
  --border-subtle: #33404c;
  --text-body: #e6eaee;
  --text-muted: #9aa6b2;
  --text-on-primary: #f4f5f7;
  --header-glass: rgba(18, 23, 28, 0.86);
}

/* Deep Green */
html[data-identity="security"][data-mode="light"] {
  --primary: #0c2416;
  --accent: #b8952a;
  --surface: #f3f4ef;
  --surface-elevated: #fbfcf8;
  --border-subtle: #d0d4c8;
  --text-body: #141812;
  --text-muted: #585e52;
  --text-on-primary: #f3f4ef;
  --header-glass: rgba(243, 244, 239, 0.82);
}

html[data-identity="security"][data-mode="dark"] {
  --primary: #08180e;
  --accent: #c4a35a;
  --surface: #0a140e;
  --surface-elevated: #122018;
  --border-subtle: #24382c;
  --text-body: #e6eadf;
  --text-muted: #9aa394;
  --text-on-primary: #f3f4ef;
  --header-glass: rgba(10, 20, 14, 0.86);
}
