#help-page { --help-panel: var(--ff-surface-muted); }
html.dark #help-page { --help-panel: var(--ff-surface-muted); }
#help-page .help-content { padding: 0; }
#help-page .editorial-hero { padding-bottom: 32px; }
#help-page .editorial-hero > .flex { align-items: flex-start; }
#help-page .editorial-hero h1 { margin-top: 16px; }
#help-page .editorial-hero p:first-child { font-size: .85rem; color: var(--pp-shell-accent); margin-top: 0; }
#help-page .help-plans { gap: 32px; }
#help-page .help-plans > div { padding: 24px 0; border: 0; border-top: 3px solid var(--pp-shell-accent); background: transparent; border-radius: 0; }
#help-page h2 { font-size: clamp(1.4rem,2.4vw,1.8rem); font-weight: 650; letter-spacing: -.025em; }
#help-page .help-plans h2 { font-size: 1.2rem; }
#help-page .help-plans ul { padding-left: 20px; list-style: disc; line-height: 1.7; color: var(--pp-shell-muted); }
#help-page .help-plans li::marker { color: var(--pp-shell-accent); }
#help-page details { margin: 0; padding: 0; border: 0; border-bottom: 1px solid var(--pp-shell-line); border-radius: 0; }
#help-page summary { padding: 20px 0; min-height: 60px; gap: 20px; color: var(--pp-shell-text); font-size: 1rem; line-height: 1.5; }
#help-page summary:hover { color: var(--pp-shell-accent); }
#help-page summary span { flex-shrink: 0; color: var(--pp-shell-accent); }
#help-page details[open] summary { color: var(--pp-shell-accent); }
#help-page details > :not(summary) { margin: 0 0 24px; color: var(--pp-shell-muted); font-size: 1rem; line-height: 1.8; max-width: 760px; }
#help-page .help-content > .space-y-4 { padding: 32px 0; border-top: 1px solid var(--pp-shell-line); }
#help-page .help-content > .editorial-panel:last-child { padding: 28px; background: var(--help-panel); border: 0; border: 1px solid var(--pp-shell-line); }
#help-page a.help-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 18px; border: 1px solid var(--ff-action); border-radius: 6px; background: var(--ff-action); color: var(--ff-on-action) !important; font-size: .9rem; font-weight: 600; text-decoration: none; }
#help-page a.help-button:hover { background: color-mix(in srgb, var(--ff-action), #000 12%); }
#help-page a.help-button-secondary { background: var(--pp-shell-bg); color: var(--pp-shell-text) !important; border-color: var(--pp-shell-line); }
#help-page a.help-button-secondary:hover { background: var(--help-panel); border-color: var(--pp-shell-accent); }
#help-page .help-nav { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 0 0 32px; padding: 0 0 20px; border-bottom: 1px solid var(--pp-shell-line); }
#help-page .help-nav a { padding: 8px 0; color: var(--pp-shell-accent); font-size: .9rem; font-weight: 600; }
#help-page [id] { scroll-margin-top: 100px; }
#help-page .overflow-x-auto { border-radius: 0; border-color: var(--pp-shell-line); }
#help-page th { background: var(--help-panel); color: var(--pp-shell-muted); font-size: .8rem; }
#help-page :is(th,td) { padding: 16px 12px; line-height: 1.6; }
#help-page tbody { background: var(--pp-shell-bg); }
#help-page tbody tr { border-color: var(--pp-shell-line); }
@media(max-width:640px) { #help-page .help-content > .editorial-panel:last-child { padding: 20px; } #help-page summary { padding-block: 18px; } }
