/* AlchimiX draft brand tokens. Human design owner may revise these values. */
:root {
  --color-bg: #0a0b0c;
  --color-bg-elevated: #121416;
  --color-surface: #17191b;
  --color-surface-raised: #202326;
  --color-surface-light: #f4efe5;
  --color-text: #f4efe5;
  --color-text-dark: #17191b;
  --color-muted: #a7a09a;
  --color-muted-dark: #68615b;
  --color-gold: #c9954a;
  --color-gold-bright: #efbd69;
  --color-ember: #f07b27;
  --color-ember-bright: #ffae42;
  --color-silver: #aeb3b7;
  --color-border: rgba(201, 149, 74, .27);
  --color-border-light: #d8cdbd;
  --color-success: #8fbf9c;
  --color-danger: #e48879;
  --color-focus: #ffbf63;
  --color-shadow: rgba(0, 0, 0, .38);
  /* Compatibility aliases for the existing application styles. */
  --surface: var(--color-surface);
  --surface-alt: var(--color-surface-raised);
  --accent: var(--color-gold);
  --accent-strong: var(--color-ember);
  --focus: var(--color-focus);
  --brand-radius-sm: 3px;
  --brand-radius-md: 8px;
  --brand-radius-pill: 999px;
  --brand-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}
