:root {
  --brand-primary: #1e6bff;
  --brand-highlight: #00d6a3;
  --brand-contrast: #ff4f6d;
  --brand-accent: #ff4f6d;
  --brand-primary-50: #edf3ff;
  --brand-primary-100: #dbe7ff;
  --brand-primary-200: #c0d6ff;
  --brand-primary-500: #1c62eb;
  --brand-primary-600: #1e6bff;
  --brand-primary-700: #195ad6;
  --brand-primary-900: #1447a8;
  --brand-highlight-50: #ebfcf8;
  --brand-highlight-100: #d6f8f0;
  --brand-highlight-200: #b8f4e5;
  --brand-highlight-500: #00c596;
  --brand-highlight-600: #00d6a3;
  --brand-highlight-700: #00b489;
  --brand-highlight-900: #008d6c;
  --brand-surface-page: #f4f8ff;
  --brand-surface-page-alt: #ffedf0;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #ffedf0;
  --brand-surface-panel: #ffdfe5;
  --brand-surface-panel-strong: #ffd5dc;
  --brand-surface-muted: #fbfcff;
  --brand-surface-accent-soft: #e6fbf6;
  --brand-surface-gradient-from: #f4f8ff;
  --brand-surface-gradient-via: #ffedf0;
  --brand-surface-gradient-to: #edfcf9;
  --brand-border: #cedeff;
  --brand-border-strong: #b3cdff;
  --brand-text-primary: #081e47;
  --brand-text-secondary: #103a8a;
  --brand-text-muted: #154bb3;
  --brand-text-brand: #081e47;
  --brand-text-accent: #003c2e;
  --brand-text-on-primary: #ffffff;
  --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: #ffffff;
  --brand-shell-accent-button-text: #111827;
  --brand-shell-dock-text: #ffffff;
  --brand-shell-icon: #003c2e;
  --brand-shell-shadow: #bcd3ff;
  --brand-shell-shadow-strong: #9cbeff;
}
