:root {
  --brand-primary: #e63946;
  --brand-highlight: #00f0b5;
  --brand-contrast: #1a1a2e;
  --brand-accent: #1a1a2e;
  --brand-primary-50: #fde8ea;
  --brand-primary-100: #f9c4c9;
  --brand-primary-200: #f28a93;
  --brand-primary-500: #e63946;
  --brand-primary-600: #c42f3b;
  --brand-primary-700: #9e2430;
  --brand-primary-900: #5c1019;
  --brand-highlight-50: #e6fff8;
  --brand-highlight-100: #b3ffe9;
  --brand-highlight-200: #66ffd6;
  --brand-highlight-500: #00f0b5;
  --brand-highlight-600: #00c896;
  --brand-highlight-700: #009e77;
  --brand-highlight-900: #005742;
  --brand-surface-page: #0f0f1a;
  --brand-surface-page-alt: #141425;
  --brand-surface-card: #1c1c30;
  --brand-surface-card-hover: #24243c;
  --brand-surface-panel: #181828;
  --brand-surface-panel-strong: #222238;
  --brand-surface-muted: #2c2c44;
  --brand-surface-accent-soft: #2b1520;
  --brand-surface-gradient-from: #1a1a2e;
  --brand-surface-gradient-via: #2a1028;
  --brand-surface-gradient-to: #0f0f1a;
  --brand-border: #2e2e48;
  --brand-border-strong: #3e3e5a;
  --brand-text-primary: #f0ede8;
  --brand-text-secondary: #a8a4b8;
  --brand-text-muted: #a8a4b8;
  --brand-text-brand: #ffffff;
  --brand-text-accent: #00f0b5;
  --brand-text-on-primary: #000000;
  --brand-text-on-highlight: #0f0f1a;
  --brand-text-on-contrast: #f0ede8;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Space Grotesk;
  --brand-font-body-name: Space Grotesk;
  --brand-radius-sm: 0.25rem;
  --brand-radius-md: 0.5rem;
  --brand-radius-lg: 0.75rem;
  --brand-radius-full: 9999px;
  --brand-shadow-sm: 0 1px 2px 0 rgba(0,0,0,0.05);
  --brand-shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
  --brand-shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
  --brand-border-weight: 1px;
  --brand-shell-button-text: #000000;
  --brand-shell-accent-button-text: #0f0f1a;
  --brand-shell-dock-text: #000000;
  --brand-shell-icon: #00f0b5;
  --brand-shell-shadow: #f8c4c8;
  --brand-shell-shadow-strong: #f4a8ae;
}
