body.theme-corporate {
  --sf-font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --sf-font-heading: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --sf-color-background: #f5f8fc;
  --sf-color-page-background: #f5f8fc;
  --sf-color-surface: #ffffff;
  --sf-color-surface-muted: #edf3f9;
  --sf-color-border: #d7e2ee;
  --sf-color-text: #162033;
  --sf-color-text-muted: #66758a;
  --sf-color-accent: #2563eb;
  --sf-color-accent-hover: #1d4ed8;
  --sf-color-accent-soft: #eaf2ff;
  --sf-color-on-accent: #ffffff;
  --sf-color-input: #ffffff;
  --sf-color-input-focus: #ffffff;
  --sf-color-input-disabled: #edf3f9;
  --sf-color-input-border: #d7e2ee;
  --sf-color-input-text: #162033;
  --sf-color-input-placeholder: #718096;
  --sf-radius-sm: 8px;
  --sf-radius-md: 12px;
  --sf-radius-lg: 16px;
  --sf-radius-card: 24px;
  --sf-shadow-card: 0 4px 24px -4px rgba(15, 38, 75, 0.06);
  --sf-shadow-sm: 0 1px 3px rgba(15, 38, 75, 0.05);
  --sf-shadow-md: 0 4px 20px -4px rgba(15, 38, 75, 0.08);
  --sf-shadow-accent: 0 8px 24px rgba(37, 99, 235, 0.2);
  --sf-backdrop-filter: none;
  --sf-color-star: #f59e0b;
  --sf-color-success-border: #bdebd8;
  --sf-color-success-surface: #eafaf3;
  --sf-color-success-text: #0b684a;
  --sf-color-danger-border: #ffc7c7;
  --sf-color-danger-surface: #fff1f1;
  --sf-color-danger-text: #9f2d2b;
  --sf-color-pending-surface: #fef3c7;
  --sf-color-pending-text: #92400e;
  --sf-brand-accent: #2563eb;
  --sf-brand-dark: #162033;
  --sf-brand-white: #ffffff;
  --sf-brand-star: #f59e0b;
}
