/* Généré depuis projet/design-tokens.md par tokens-to-css.mjs — ne pas éditer à la main. */
:root {
  --color-bg: #0b0c0d;
  --color-surface: #101214;
  --color-card: #16181b;
  --color-card-hover: #1d2024;
  --color-well: #050506;
  --color-accent: #ff8a3d;
  --color-accent-deep: #c9662a;
  --color-ink: #f2efe9;
  --color-muted: #8b8f8c;
  --color-line: #282b2e;
  --color-danger: #ff6b6b;
  --color-danger-bg: #2a1416;
  --color-warn: #e8a24a;
  --color-warn-bg: #241d10;
  --status-chargee: #8fbce8;
  --status-chargee-line: #33506e;
  --status-terminee: #b6a8e8;
  --status-terminee-line: #4a3b7a;
  --status-developpee: #8ed69c;
  --status-developpee-line: #2f6b3c;
  --status-numerisee: #7fd6d6;
  --status-numerisee-line: #1f6b6b;
}
