/**
 * Phase 4 ("Help Center") of the unified in-app visual redesign --
 * tokens only, per an explicit scope decision: help.html is a PUBLIC
 * page (its own comment: "reachable logged-out or logged-in, same as
 * terms.html/privacy.html"), reusing index.html's exact marketing nav
 * (.top-nav) and the same .legal-main/.legal-card material terms.html/
 * privacy.html use -- none of that is touched here, since all three are
 * explicitly out of this whole redesign's scope (shared with pages this
 * task must not repaint). Only help.html's own exclusive classes
 * (.help-entry*, prefixed and confirmed used nowhere else) are retinted,
 * built on the Phase 0 --app-* tokens.
 */

.help-entry {
  border-bottom-color: color-mix(in srgb, var(--app-border) 60%, transparent);
}

.help-entry-page {
  color: var(--app-text-secondary);
}

.help-entry-body p,
.help-entry-body li {
  color: var(--app-text-secondary);
}

.help-entry-body .help-example {
  background: color-mix(in srgb, white 4%, transparent);
  border-color: var(--app-border);
}
