html[data-theme="darkCollector"] {
  --theme-bg: #070707;
  --theme-panel: #0f0f0f;
  --theme-surface: #141414;
  --theme-card: #0e0e0e;
  --theme-border: #242424;
  --theme-text: #f0e8dc;
  --theme-muted: #a18f7a;
  --theme-accent: #a97742;
  --theme-accent-dark: #8a5f35;
  --theme-button-bg: #141414;
  --theme-button-text: #f0e8dc;
  --theme-input-bg: #111111;
  --theme-badge-bg: #3b2a1f;
  --theme-chip-bg: transparent;
  --theme-chip-active-bg: #a97742;
  --theme-chip-active-text: #070707;
  --theme-placeholder-bg: #1a1a1a;
  --theme-modal-bg: #0f0f0f;
  --theme-info-bg: #141414;
  --theme-topbar-bg: #0b0b0b;
  --theme-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  --theme-shadow-card: 0 2px 8px rgba(0, 0, 0, 0.45);
  --theme-radius: 14px;
  --theme-radius-card: 12px;
  --theme-radius-small: 8px;
  --theme-radius-pill: 999px;
  --theme-focus: 0 0 0 3px rgba(169, 119, 66, 0.35);
}
