:root {
  --brand-primary: #1f8cff;
  --brand-highlight: #ff7a2f;
  --brand-contrast: #20d6b4;
  --brand-accent: #20d6b4;
  --brand-primary-50: #edf6ff;
  --brand-primary-100: #dbedff;
  --brand-primary-200: #c0dfff;
  --brand-primary-500: #1d81eb;
  --brand-primary-600: #1f8cff;
  --brand-primary-700: #1a76d6;
  --brand-primary-900: #145ca8;
  --brand-highlight-50: #fff4ee;
  --brand-highlight-100: #ffeade;
  --brand-highlight-200: #ffdac5;
  --brand-highlight-500: #eb702b;
  --brand-highlight-600: #ff7a2f;
  --brand-highlight-700: #d66627;
  --brand-highlight-900: #a8511f;
  --brand-surface-page: #f4f9ff;
  --brand-surface-page-alt: #e9fbf8;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e9fbf8;
  --brand-surface-panel: #d7f8f2;
  --brand-surface-panel-strong: #c9f5ed;
  --brand-surface-muted: #fbfdff;
  --brand-surface-accent-soft: #fff2ea;
  --brand-surface-gradient-from: #f4f9ff;
  --brand-surface-gradient-via: #e9fbf8;
  --brand-surface-gradient-to: #fff6f0;
  --brand-border: #cee6ff;
  --brand-border-strong: #b3d8ff;
  --brand-text-primary: #092747;
  --brand-text-secondary: #114c8a;
  --brand-text-muted: #1662b3;
  --brand-text-brand: #092747;
  --brand-text-accent: #47220d;
  --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: "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: #111827;
  --brand-shell-accent-button-text: #111827;
  --brand-shell-dock-text: #111827;
  --brand-shell-icon: #47220d;
  --brand-shell-shadow: #bcddff;
  --brand-shell-shadow-strong: #9cccff;
}
