:root {
  --brand-primary: #0e2a47;
  --brand-highlight: #24c1a5;
  --brand-contrast: #f4f7fb;
  --brand-accent: #f4f7fb;
  --brand-primary-50: #eceef0;
  --brand-primary-100: #d8dde2;
  --brand-primary-200: #bcc3cb;
  --brand-primary-500: #0d2741;
  --brand-primary-600: #0e2a47;
  --brand-primary-700: #0c233c;
  --brand-primary-900: #091c2f;
  --brand-highlight-50: #edfaf8;
  --brand-highlight-100: #dcf5f1;
  --brand-highlight-200: #c2eee6;
  --brand-highlight-500: #21b298;
  --brand-highlight-600: #24c1a5;
  --brand-highlight-700: #1ea28b;
  --brand-highlight-900: #187f6d;
  --brand-surface-page: #f3f4f6;
  --brand-surface-page-alt: #fcfdfe;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #fefeff;
  --brand-surface-panel: #fdfefe;
  --brand-surface-panel-strong: #fcfdfe;
  --brand-surface-muted: #fafbfb;
  --brand-surface-accent-soft: #e9f9f6;
  --brand-surface-gradient-from: #f3f4f6;
  --brand-surface-gradient-via: #fcfdfe;
  --brand-surface-gradient-to: #f0fbf9;
  --brand-border: #cad0d7;
  --brand-border-strong: #adb7c0;
  --brand-text-primary: #040c14;
  --brand-text-secondary: #081726;
  --brand-text-muted: #0a1d32;
  --brand-text-brand: #040c14;
  --brand-text-accent: #0a362e;
  --brand-text-on-primary: #f4f7fb;
  --brand-text-on-highlight: #111827;
  --brand-text-on-contrast: #0e2a47;
  --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: #f4f7fb;
  --brand-shell-accent-button-text: #111827;
  --brand-shell-dock-text: #f4f7fb;
  --brand-shell-icon: #0a362e;
  --brand-shell-shadow: #b7bfc8;
  --brand-shell-shadow-strong: #95a1ae;
}
