.help-page {
    max-width: 720px;
}

.help-brand {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--accent);
}

.help-lead {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--text-secondary);
}

.help-toc {
    margin: 0 0 20px;
    padding: 16px 18px;
    border-radius: var(--radius-panel);
    background: var(--tab-active-bg);
}

.help-toc__title {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
}

.help-toc__list {
    margin: 0;
    padding-left: 18px;
    font-size: 13px;
    line-height: 1.7;
    color: var(--text-secondary);
}

.help-toc__list a {
    color: var(--primary);
    text-decoration: none;
}

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

.help-section {
    scroll-margin-top: 20px;
}

.help-section + .help-section {
    margin-top: 16px;
}

.help-section__subtitle {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
}

.help-section p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.65;
    color: var(--text-secondary);
}

.help-section p:last-child,
.help-section .steps:last-child,
.help-section .help-note:last-child {
    margin-bottom: 0;
}

.help-list {
    margin: 0 0 12px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.65;
    color: var(--text-secondary);
}

.help-list li {
    margin-bottom: 6px;
}

.help-list li:last-child {
    margin-bottom: 0;
}

.help-note {
    margin: 12px 0 0;
    padding: 12px 14px;
    border-radius: var(--radius-control);
    font-size: 13px;
    line-height: 1.55;
    color: var(--text-secondary);
    background: var(--tab-active-bg);
}

.help-note--warn {
    background: var(--warn-bg);
    border: 1px solid var(--border);
}

.help-footer {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid var(--border);
    font-size: 13px;
    color: var(--text-muted);
}

.help-footer a {
    color: var(--primary);
    text-decoration: none;
}

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

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

.help-figure {
    margin: 16px 0 0;
}

.help-figure img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid var(--border);
    border-radius: var(--radius-control);
    background: #fff;
}

.help-figure figcaption {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
    color: var(--text-muted);
    text-align: center;
}

@media (max-width: 720px) {
    .help-page {
        padding: 16px;
    }
}
