/* Professional — enterprise light, navy sidebar (default). WCAG AA verified. */
[data-theme="professional"] {
  --content-bg: #eef1f6;
  --surface: #ffffff;
  --surface-2: #f7f9fc;
  --border: #e4e8f0;
  --border-soft: #eef1f6;

  --text: #1a2333;
  --muted: #64718a;
  --dim: #97a1b4;

  --sidebar-bg: #16223c;
  --sidebar-bg-2: #1d2c4a;
  --sidebar-text: #aeb9cf;
  --sidebar-text-active: #ffffff;
  --sidebar-active: #27375c;

  --primary: #2f6fe0;
  --primary-hover: #2560c8;
  --on-primary: #ffffff;
  --accent: #2f6fe0;
  --ring: rgba(47, 111, 224, 0.22);

  color-scheme: light;
}
