/* Dark mode overrides — all via custom properties, no direct color values here */

[data-theme="dark"] select.form-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
}

[data-theme="dark"] .btn-theme-toggle {
  color: var(--text-muted);
}
