/**
 * @file public/help.css
 * @description Styles for the Help and User Manual page (help-and-user-manual.html).
 */

body {
  background: var(--bg);
  color: var(--fg);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  padding: 2rem 4rem;
  max-width: 1125px;
  margin: 0 auto;
}

h1 {
  font-family: "Space Mono", monospace;
  font-size: 36px;
  color: var(--accent);
  margin-bottom: 0.5rem;
}

h2 {
  font-family: "Space Mono", monospace;
  font-size: 26px;
  color: #e0e8ef;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

h3 {
  font-family: "Space Mono", monospace;
  font-size: 22px;
  color: #c8d4de;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

ul,
ol,
p {
  font-size: 22px;
  line-height: 1.7;
  color: #b0c4d0;
  margin-bottom: 1rem;
}

ul,
ol {
  padding-left: 2rem;
}

/*
 * Minor overrides for the standalone help/disclosure pages — the
 * shared utility classes pick up slightly different sizes here to
 * fit the help-page typography (18px body scale).
 */
.\39 mm-pos-mgr-disclaimer-license {
  font-size: 18px;
}

.\39 mm-pos-mgr-text-muted-sm {
  font-size: 18px;
}

a {
  color: var(--accent);
}

/*
 * Accent used in the Automatic Residual Cleanup section to call
 * out the yellow "cleanup in progress" banner color.
 */
.help-residual-accent {
  color: #d4a017;
}

a:hover {
  text-decoration: underline;
}


.help-toc {
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  background: var(--card);
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 8px;
}

.help-toc-title {
  font-family: "Space Mono", monospace;
  font-size: 20px;
  font-weight: 700;
  color: #b0c4d0;
  margin-bottom: 0.5rem;
}

.help-toc ol {
  margin: 0;
  padding: 0 0 0 2.5rem;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  line-height: 2;
  color: #b0c4d0;
}

.help-toc ul {
  margin: 0;
  padding: 0 0 0 1.5rem;
  line-height: 2;
}

.help-toc a {
  color: var(--accent);
  text-decoration: none;
}

.help-toc a:hover {
  text-decoration: underline;
}
