/*
 * Xbox (xbox@1.0.0)
 * Palette: xbox@1.0.0
 * Fonts:   heading=segoe-ui@1.0.0, body=segoe-ui@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-xbox-green: #107C10;
  --color-swatch-xbox-green-hover: #007738;
  --color-swatch-xbox-green-alt: #044E2A;
  --color-swatch-xbox-progress-b: #65C914;
  --color-swatch-xbox-progress-c: #44B01C;
  --color-swatch-gradient-start: #0A4F0A;
  --color-swatch-gradient-mid: #107C10;
  --color-swatch-gradient-end: #054B16;
  --color-swatch-lime-stripe: #9BF00B;
  --color-swatch-ink-hero: #171717;
  --color-swatch-ink-header: #201F24;
  --color-swatch-ink-card: #333333;
  --color-swatch-graphite-text: #242424;
  --color-swatch-graphite-dark: #2F2F2F;
  --color-swatch-graphite: #505050;
  --color-swatch-paper: #FFFFFF;
  --color-swatch-paper-surface: #F5F5F5;
  --color-swatch-paper-divider: #D2D2D2;
  --color-swatch-status-warning: #FFB900;
  --color-swatch-status-danger: #DC3545;
  --color-swatch-status-info-blue: #0067B8;
  --color-swatch-status-teal: #008575;
  --color-swatch-gamepass-pink: #FF0088;
  --color-swatch-hero-alert: #FFD800;

  /* Light-mode semantic roles */
  --color-background: #FFFFFF;
  --color-surface: #F5F5F5;
  --color-surface-elevated: #FFFFFF;
  --color-text-primary: #242424;
  --color-text-secondary: #2F2F2F;
  --color-text-tertiary: #505050;
  --color-primary: #107C10;
  --color-primary-hover: #007738;
  --color-accent: #107C10;
  --color-accent-hover: #007738;
  --color-warning: #FFB900;
  --color-warning-hover: #FFD800;
  --color-error: #DC3545;
  --color-success: #107C10;
  --color-border: #D2D2D2;

  /* Brand-level role overrides */
  --brand-color-identity: #171717;
  --brand-color-on-identity: #107C10;
  --brand-color-primary: #107C10;
  --brand-color-primary-hover: #007738;
  --brand-color-accent: #9BF00B;
  --brand-color-accent-hover: #65C914;
  --brand-color-mark: #107C10;
  --brand-color-success: #107C10;
  --brand-color-warning: #FFB900;
  --brand-color-error: #DC3545;
  --brand-color-text-primary-light: #242424;
  --brand-color-text-primary-dark: #FFFFFF;
  --brand-color-background-light: #FFFFFF;
  --brand-color-background-dark: #171717;
  --brand-color-surface-light: #F5F5F5;
  --brand-color-surface-dark: #201F24;
  --brand-color-text-secondary-light: #2F2F2F;
  --brand-color-text-tertiary-light: #505050;
  --brand-color-border-light: #D2D2D2;

  /* Typography */
  --font-heading: 'Segoe UI', system-ui, Inter, 'Helvetica Neue', Arial, sans-serif;
  --font-body: 'Segoe UI', system-ui, Inter, '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: #171717;
    --color-surface: #201F24;
    --color-surface-elevated: #333333;
    --color-text-primary: #FFFFFF;
    --color-text-secondary: #D2D2D2;
    --color-text-tertiary: #505050;
    --color-primary: #107C10;
    --color-primary-hover: #9BF00B;
    --color-accent: #9BF00B;
    --color-accent-hover: #65C914;
    --color-warning: #FFB900;
    --color-warning-hover: #FFD800;
    --color-error: #DC3545;
    --color-success: #65C914;
    --color-border: #2F2F2F;
  }
}
