/* H1 Agents brand: the mark is near-black, so invert it in dark mode.
   Dark mode = class "dark" on <html> (theme.store.ts). Matches every logo
   render site because they are all <img src=...h1-logo...>, including
   getAvatarUrl() variants that append query params. */
html.dark img[src*="h1-logo"] {
  filter: invert(1) brightness(1.15);
}
