/*
 * Valkyre.ai (valkyre-ai@1.0.0)
 * Palette: valkyre-ai@1.0.0
 * Fonts:   heading=geist@1.0.0, body=inter@1.0.0, mono=jetbrainsmono-nerdfont@1.0.0
 * Generated by brand-atoms converter — do not edit by hand.
 */

:root {
  /* Swatches (source-of-truth color values) */
  --color-swatch-black: #000000;
  --color-swatch-surface: #0d0f14;
  --color-swatch-surface-elevated: #161a22;
  --color-swatch-border: #1e2530;
  --color-swatch-red: #d41b2a;
  --color-swatch-red-bright: #f02233;
  --color-swatch-red-muted: #7a1018;
  --color-swatch-blue: #1b67e8;
  --color-swatch-blue-bright: #2e7af5;
  --color-swatch-blue-muted: #0f3d8a;
  --color-swatch-violet: #7c3aed;
  --color-swatch-violet-bright: #9f5cf7;
  --color-swatch-white: #ffffff;
  --color-swatch-gray-100: #e6e8ee;
  --color-swatch-gray-400: #9ca3af;
  --color-swatch-gray-600: #4b5563;
  --color-swatch-success: #16a34a;
  --color-swatch-warning: #d97706;
  --color-swatch-error: #dc2626;

  /* Light-mode semantic roles */
  --color-background: #ffffff;
  --color-surface: #e6e8ee;
  --color-surface-elevated: #ffffff;
  --color-text-primary: #000000;
  --color-text-secondary: #161a22;
  --color-text-tertiary: #9ca3af;
  --color-primary: #1b67e8;
  --color-primary-hover: #2e7af5;
  --color-accent: #d41b2a;
  --color-accent-hover: #f02233;
  --color-mark: #7c3aed;
  --color-warning: #d97706;
  --color-error: #dc2626;
  --color-success: #16a34a;
  --color-border: #1e2530;

  /* Brand-level role overrides */
  --brand-color-identity: #1b67e8;
  --brand-color-on-identity: #ffffff;
  --brand-color-primary: #1b67e8;
  --brand-color-primary-hover: #2e7af5;
  --brand-color-accent: #d41b2a;
  --brand-color-accent-hover: #f02233;
  --brand-color-mark: #7c3aed;
  --brand-color-background-dark: #000000;
  --brand-color-surface-dark: #0d0f14;
  --brand-color-surface-elevated-dark: #161a22;
  --brand-color-text-primary-dark: #ffffff;
  --brand-color-text-secondary-dark: #e6e8ee;
  --brand-color-text-tertiary-dark: #9ca3af;
  --brand-color-border-dark: #1e2530;
  --brand-color-success: #16a34a;
  --brand-color-warning: #d97706;
  --brand-color-error: #dc2626;

  /* Typography */
  --font-heading: Geist, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  --font-body: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-mono: 'JetBrainsMono Nerd Font', 'JetBrains Mono', 'Fira Code', Menlo, Monaco, Consolas, 'Liberation Mono', monospace;
}

@media (prefers-color-scheme: dark) {
  :root {
    /* Dark-mode semantic roles override light-mode values */
    --color-background: #000000;
    --color-surface: #0d0f14;
    --color-surface-elevated: #161a22;
    --color-text-primary: #ffffff;
    --color-text-secondary: #e6e8ee;
    --color-text-tertiary: #9ca3af;
    --color-primary: #1b67e8;
    --color-primary-hover: #2e7af5;
    --color-accent: #d41b2a;
    --color-accent-hover: #f02233;
    --color-mark: #7c3aed;
    --color-warning: #d97706;
    --color-error: #dc2626;
    --color-success: #16a34a;
    --color-border: #1e2530;
  }
}
