:root {
  --brand-primary: #00e5ff;
  --brand-highlight: #ff2e88;
  --brand-contrast: #39ff88;
  --brand-accent: #39ff88;
  --brand-primary-50: #ebfdff;
  --brand-primary-100: #d6fbff;
  --brand-primary-200: #b8f8ff;
  --brand-primary-500: #00d3eb;
  --brand-primary-600: #00e5ff;
  --brand-primary-700: #00c0d6;
  --brand-primary-900: #0097a8;
  --brand-highlight-50: #ffeef5;
  --brand-highlight-100: #ffdeec;
  --brand-highlight-200: #ffc4de;
  --brand-highlight-500: #eb2a7d;
  --brand-highlight-600: #ff2e88;
  --brand-highlight-700: #d62772;
  --brand-highlight-900: #a81e5a;
  --brand-surface-page: #f2feff;
  --brand-surface-page-alt: #c8ffde;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #ebfff3;
  --brand-surface-panel: #dbffea;
  --brand-surface-panel-strong: #cfffe2;
  --brand-surface-muted: #fafeff;
  --brand-surface-accent-soft: #ffeaf3;
  --brand-surface-gradient-from: #f2feff;
  --brand-surface-gradient-via: #c8ffde;
  --brand-surface-gradient-to: #fff0f7;
  --brand-border: #c7f9ff;
  --brand-border-strong: #a8f6ff;
  --brand-text-primary: #004047;
  --brand-text-secondary: #007c8a;
  --brand-text-muted: #6b7280;
  --brand-text-brand: #004047;
  --brand-text-accent: #470d26;
  --brand-text-on-primary: #111827;
  --brand-text-on-highlight: #111827;
  --brand-text-on-contrast: #111827;
  --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: #111827;
  --brand-shell-accent-button-text: #111827;
  --brand-shell-dock-text: #111827;
  --brand-shell-icon: #470d26;
  --brand-shell-shadow: #b3f7ff;
  --brand-shell-shadow-strong: #8ff4ff;
}
