:root {
  --brand-primary: #1a1d2e;
  --brand-highlight: #4f46e5;
  --brand-contrast: #10b981;
  --brand-accent: #10b981;
  --brand-primary-50: #ededee;
  --brand-primary-100: #dadbde;
  --brand-primary-200: #bfc0c4;
  --brand-primary-500: #181b2a;
  --brand-primary-600: #1a1d2e;
  --brand-primary-700: #161827;
  --brand-primary-900: #11131e;
  --brand-highlight-50: #f1f0fd;
  --brand-highlight-100: #e3e1fb;
  --brand-highlight-200: #cecbf8;
  --brand-highlight-500: #4940d3;
  --brand-highlight-600: #4f46e5;
  --brand-highlight-700: #423bc0;
  --brand-highlight-900: #342e97;
  --brand-surface-page: #f4f4f5;
  --brand-surface-page-alt: #e7f8f2;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e7f8f2;
  --brand-surface-panel: #d4f2e8;
  --brand-surface-panel-strong: #c6eee1;
  --brand-surface-muted: #fafafb;
  --brand-surface-accent-soft: #ededfc;
  --brand-surface-gradient-from: #f4f4f5;
  --brand-surface-gradient-via: #e7f8f2;
  --brand-surface-gradient-to: #f3f2fd;
  --brand-border: #cdcdd1;
  --brand-border-strong: #b1b2b8;
  --brand-text-primary: #07080d;
  --brand-text-secondary: #0e1019;
  --brand-text-muted: #121420;
  --brand-text-brand: #07080d;
  --brand-text-accent: #161440;
  --brand-text-on-primary: #10b981;
  --brand-text-on-highlight: #ffffff;
  --brand-text-on-contrast: #1a1d2e;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Inter;
  --brand-font-body-name: Inter;
  --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: #10b981;
  --brand-shell-accent-button-text: #ffffff;
  --brand-shell-dock-text: #10b981;
  --brand-shell-icon: #161440;
  --brand-shell-shadow: #babbc0;
  --brand-shell-shadow-strong: #9a9ca3;
}
