/* ═══════════════════════════════════════════════════════════════════
 * FICHIER GÉNÉRÉ — NE PAS ÉDITER À LA MAIN.
 * Source unique : tokens/source/primitives.json + tokens/source/semantic.json
 * Régénérer avec : node tokens/build_tokens.js
 * (Design System unifié, Phase 1 — Section J.4 de RESTE_A_FAIRE_PEP229.md)
 * Justification : décision d'architecture PE du 23/07/2026 — source unique + génération automatique (v438).
 * ═══════════════════════════════════════════════════════════════════ */

:root{
  --color-brand-primary:#24497F;
  --color-brand-secondary:#3E97B5;
  --color-brand-accent:#CDA05B;
  --color-brand-danger:#C85A2A;
  --color-brand-success:#2E8B57;
  --color-brand-onBrand:#FFFFFF;
  --color-brand-identityGreen:#2E8B57;
  --color-brand-identityYellow:#CDA05B;
  --color-brand-identityRed:#C85A2A;
  --color-neutral-muted:#7A756A;
  --color-background-canvas:#FCF8F0;
  --color-background-surface:#FFFFFF;
  --color-background-glass:rgba(28,44,73,0.05);
  --color-text-primary:#17263F;
  --color-text-secondary:#6D6142;
  --color-text-tertiary:#6D6142;
  --color-border-line:#EBE3D2;
  --leaf:#24497F;
  --lagoon:#3E97B5;
  --mango:#CDA05B;
  --gold:#CDA05B;
  --rust:#C85A2A;
  --ok:#2E8B57;
  --canvas:#FCF8F0;
  --white:#FFFFFF;
  --stone:#17263F;
  --dust:#6D6142;
  --line:#EBE3D2;
  --fg:#17263F;
  --fg-soft:#6D6142;
  --fg-dust:#6D6142;
  --line-soft:#EBE3D2;
  --radius:14px;
  --ease:cubic-bezier(0.22,0.61,0.36,1);
}

[data-theme="light"]{
  --color-background-canvas:#FCF8F0;
  --color-background-surface:#FFFFFF;
  --color-background-glass:rgba(28,44,73,0.05);
  --color-text-primary:#17263F;
  --color-text-secondary:#6D6142;
  --color-text-tertiary:#6D6142;
  --color-border-line:#EBE3D2;
  --leaf:#24497F;
  --lagoon:#3E97B5;
  --mango:#CDA05B;
  --gold:#CDA05B;
  --rust:#C85A2A;
  --ok:#2E8B57;
  --canvas:#FCF8F0;
  --white:#FFFFFF;
  --stone:#17263F;
  --dust:#6D6142;
  --line:#EBE3D2;
  --fg:#17263F;
  --fg-soft:#6D6142;
  --fg-dust:#6D6142;
  --line-soft:#EBE3D2;
  --radius:14px;
  --ease:cubic-bezier(0.22,0.61,0.36,1);
}

[data-theme="dark"]{
  --color-background-canvas:#071528;
  --color-background-surface:#0D2140;
  --color-background-glass:rgba(255,255,255,0.10);
  --color-text-primary:#F4F0E8;
  --color-text-secondary:#D8D2C4;
  --color-text-tertiary:#B7AF9C;
  --color-border-line:rgba(255,255,255,0.16);
  --leaf:#24497F;
  --lagoon:#3E97B5;
  --mango:#CDA05B;
  --gold:#CDA05B;
  --rust:#C85A2A;
  --ok:#2E8B57;
  --canvas:#071528;
  --white:#0D2140;
  --stone:#F4F0E8;
  --dust:#D8D2C4;
  --line:rgba(255,255,255,0.16);
  --fg:#F4F0E8;
  --fg-soft:#D8D2C4;
  --fg-dust:#B7AF9C;
  --line-soft:rgba(255,255,255,0.16);
  --radius:14px;
  --ease:cubic-bezier(0.22,0.61,0.36,1);
}
