.help-guide { max-width: 61rem; padding-block: 3rem 4rem; }
.help-guide > h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.15; margin-bottom: .75rem; }
.help-guide > p { color: var(--muted); max-width: 65ch; }
.help-paths { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; margin: 2rem 0 3rem; }
.help-paths a { display: block; text-decoration: none; padding-block: 1rem; border-top: 2px solid var(--line); }
.help-paths strong { display: block; font-size: 1rem; color: var(--text); margin-bottom: .4rem; }
.help-paths span { display: block; color: var(--muted); font-size: .875rem; }
.help-paths a:hover { border-color: var(--accent); }
.help-guide a:focus-visible, .help-card summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.help-topic { margin-top: 2.5rem; }
.help-topic > h2 { font-size: 1.125rem; color: var(--accent); margin-bottom: 1rem; }
.help-card { border: 1px solid var(--line); background: var(--surface); border-radius: var(--r-md); margin-bottom: .85rem; scroll-margin-top: 1.5rem; }
.help-card summary { padding: 1.1rem 1.25rem; font-size: 1.2rem; line-height: 1.4; font-weight: 650; cursor: pointer; border-radius: inherit; }
.help-card summary:hover { background: var(--raised); }
.help-card[open] summary { border-bottom: 1px solid var(--line); background: var(--raised); border-radius: var(--r-md) var(--r-md) 0 0; }
.help-card[open] summary::marker { color: var(--accent); }
.help-card-body { padding: 1.25rem; }
.help-card-body p, .help-card-body li { max-width: 68ch; font-size: .9375rem; line-height: 1.65; color: var(--muted); }
.help-card-body p + p { margin-top: .8rem; }
.help-card-body h3 { font-size: 1rem; margin: 1.4rem 0 .5rem; }
.help-card-body h3:first-child { margin-top: 0; }
.help-card-body strong { color: var(--text); font-weight: 600; }
.help-card-body ol { padding-left: 1.5rem; margin: 0; }
.help-card-body li { padding-left: .4rem; margin-bottom: 1rem; }
.help-card-body li:last-child { margin-bottom: 0; }
.help-card-body li::marker { color: var(--accent); font-weight: 650; }
.help-card-body ol + p { margin-top: 1rem; }
.help-card-body code { overflow-wrap: anywhere; }
.help-contact { border-top: 1px solid var(--line); margin-top: 2.5rem; padding-top: 1.5rem; }
.help-contact h2 { font-size: 1.125rem; margin-bottom: .5rem; }
.help-contact p { max-width: 65ch; color: var(--muted); font-size: .9375rem; }
@media (max-width: 600px) {
  .help-guide { padding-top: 2rem; }
  .help-paths { grid-template-columns: 1fr; gap: 0; margin: 1.5rem 0 2rem; }
  .help-paths a { padding-block: .8rem; }
  .help-card summary { font-size: 1.125rem; padding: 1rem; }
  .help-card-body { padding: 1rem; }
}
.help-card-body p + ol { margin-top: 1rem; }
.help-contact > a { display: inline-block; margin-top: .75rem; color: var(--accent); text-decoration: underline; text-underline-offset: .2rem; }
