/* AI chat input only: override the light native-control compatibility rule. */
textarea.border-border.bg-background.text-zinc-100 {
  color: #f4f4f5 !important;
  -webkit-text-fill-color: #f4f4f5 !important;
  caret-color: #f4f4f5 !important;
}

textarea.border-border.bg-background.text-zinc-100::placeholder {
  color: #a1a1aa !important;
  -webkit-text-fill-color: #a1a1aa !important;
  opacity: 1 !important;
}

div:has(> textarea.border-border.bg-background.text-zinc-100) + p.text-muted-foreground {
  color: #d4d4d8 !important;
}
