/* Theme 1 — default marketplace palette */
:root[data-theme="theme_1"] {
  --theme-primary: #0a2540;
  --theme-accent: #00a8b5;
  --theme-accent-muted: rgba(0, 168, 181, 0.15);
  --theme-surface: #f8fafc;
  --theme-surface-elevated: #ffffff;
  --theme-bg: #f8fafc;
  --theme-bg-secondary: #dce8ee;
  --theme-card: #ffffff;
  --theme-hero-from: #0a2540;
  --theme-hero-via: #083558;
  --theme-hero-to: #006b72;
  --theme-hero-fg: #ffffff;
  --theme-hero-fg-muted: rgba(255, 255, 255, 0.88);
  --theme-hero-accent: #5eead4;
  --theme-text: #0a2540;
  --theme-text-muted: #5a6b7a;
  --theme-border: #d4e4e6;
  --theme-border-md: #c5d6d9;
  --theme-cta-bg: #0a2540;
  --theme-control-bg: #0a2540;
  --theme-control-fg: #ffffff;
  --theme-on-accent: #ffffff;
  --theme-info-surface: rgba(0, 168, 181, 0.12);
  --theme-info-border: rgba(0, 168, 181, 0.25);
  --theme-info-text: #0a2540;
  --theme-link: #008e97;
  --theme-chrome-bg: #0a2540;
  --theme-chrome-fg: #ffffff;
  --theme-chrome-muted: rgba(255, 255, 255, 0.9);
  --theme-chrome-border: rgba(255, 255, 255, 0.15);
  --theme-chrome-hover: rgba(255, 255, 255, 0.1);
  --theme-chrome-active-bg: rgba(0, 168, 181, 0.25);
  --theme-chrome-dropdown-bg: #0a2540;
  --theme-chrome-dropdown-fg: #ffffff;
  --theme-chrome-dropdown-muted: rgba(255, 255, 255, 0.9);
}
