.page-help .help-center {
    --faq-text: var(--hub-text, #101828);
    --faq-muted: var(--hub-muted, #667085);
    --faq-border: var(--hub-border, #e4e7ec);
    --faq-border-strong: var(--hub-border-strong, #cfd4dc);
    --faq-surface: var(--hub-surface, #fff);
    --faq-surface-soft: var(--hub-surface-soft, #f7f8fa);
    --faq-accent: var(--hub-blue, #2563eb);
    --faq-accent-dark: var(--hub-blue-dark, #1d4ed8);
    --faq-accent-soft: var(--hub-blue-soft, #eff6ff);
    width: min(1120px, 100%);
    padding: 58px 0 76px;
}

.page-help .help-hero {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
    align-items: end;
    gap: 46px;
    padding-bottom: 30px;
}

.page-help .help-hero h1 {
    max-width: 720px;
    margin-top: 8px;
    color: var(--faq-text);
    font-size: clamp(2.55rem, 5vw, 3.8rem);
    font-weight: 760;
    line-height: 1.02;
    letter-spacing: -.05em;
}

.page-help .help-hero > div > p {
    max-width: 660px;
    margin-top: 14px;
    color: var(--faq-muted);
    font-size: .98rem;
    line-height: 1.65;
}

.page-help .help-search {
    min-width: 0;
    min-height: 56px;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    gap: 11px;
    padding: 0 14px;
    border-color: var(--faq-border);
    border-radius: 13px;
    background: var(--faq-surface);
    box-shadow: 0 7px 18px rgba(16, 24, 40, .04);
}

.page-help .help-search:focus-within {
    border-color: var(--faq-accent);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--faq-accent) 14%, transparent);
}

.page-help .help-search input {
    min-width: 0;
    color: var(--faq-text);
    font-size: .92rem;
}

.page-help .help-search input::placeholder {
    color: var(--faq-muted);
    opacity: .86;
}

.page-help .help-search kbd {
    min-width: 24px;
    padding: 3px 6px;
    color: var(--faq-muted);
    font-family: inherit;
    font-size: .72rem;
    font-weight: 700;
    text-align: center;
    border-color: var(--faq-border);
    border-radius: 6px;
    background: var(--faq-surface-soft);
}

.page-help .help-workspace {
    min-height: 0;
    grid-template-columns: 248px minmax(0, 1fr);
    overflow: clip;
    border: 1px solid var(--faq-border);
    border-radius: 18px;
    background: var(--faq-surface);
    box-shadow: 0 16px 38px rgba(16, 24, 40, .055);
}

.page-help .help-rail {
    min-width: 0;
    padding: 20px 14px;
    border-color: var(--faq-border);
    background: var(--faq-surface-soft);
}

.page-help .help-rail > span {
    padding: 0 10px 13px;
    color: var(--faq-muted);
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.page-help .help-category-list {
    min-width: 0;
    display: grid;
    gap: 6px;
}

.page-help .help-category-list button {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    grid-template-columns: 26px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 9px 11px;
    color: var(--faq-muted);
    border: 1px solid transparent;
    border-radius: 11px;
    background: transparent;
}

.page-help .help-category-list button i {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: var(--faq-surface);
}

.page-help .help-category-list button span {
    min-width: 0;
    font-size: .8rem;
    font-weight: 680;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.page-help .help-category-list button b {
    min-width: 24px;
    padding: 3px 5px;
    font-size: .65rem;
    text-align: center;
    border-radius: 7px;
    background: var(--faq-surface);
}

.page-help .help-category-list button:hover {
    color: var(--faq-text);
    border-color: var(--faq-border);
    background: var(--faq-surface);
}

.page-help .help-category-list button.is-active {
    color: var(--faq-accent-dark);
    border-color: #bfdbfe;
    background: var(--faq-accent-soft);
}

.page-help .help-category-list button.is-active i {
    color: #fff;
    background: var(--faq-accent);
}

.page-help .help-category-list button.is-active b {
    color: var(--faq-accent-dark);
    background: #fff;
}

.page-help .help-category-list button:focus-visible,
.page-help .help-answer summary:focus-visible,
.page-help .help-search input:focus-visible,
.page-help .help-answer-link:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--faq-accent) 24%, transparent);
    outline-offset: 2px;
}

.page-help .help-rail-link {
    margin: 28px 10px 2px;
    color: var(--faq-muted);
}

.page-help .help-rail-link:hover {
    color: var(--faq-text);
}

.page-help .help-library {
    min-width: 0;
    min-height: 0;
    padding: 30px 36px 34px;
}

.page-help .help-section > header {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 18px;
}

.page-help .help-section > header > span {
    padding-top: 5px;
    color: var(--faq-accent);
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.page-help .help-section h2 {
    color: var(--faq-text);
    font-size: 1.45rem;
    font-weight: 760;
}

.page-help .help-section > header p {
    width: fit-content;
    min-width: 26px;
    margin-top: 6px;
    padding: 3px 7px;
    color: var(--faq-muted);
    font-size: .68rem;
    font-weight: 750;
    text-align: center;
    border: 1px solid var(--faq-border);
    border-radius: 7px;
    background: var(--faq-surface-soft);
}

.page-help .help-answer-list {
    border-color: var(--faq-border);
}

.page-help .help-answer {
    border-color: var(--faq-border);
}

.page-help .help-answer summary {
    min-height: 58px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) 30px;
    gap: 18px;
    padding: 16px 0;
    color: var(--faq-text);
    font-size: .92rem;
    font-weight: 700;
    line-height: 1.45;
}

.page-help .help-answer summary i {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: var(--faq-muted);
    border: 1px solid transparent;
    border-radius: 9px;
    transition: transform .16s ease, color .16s ease, border-color .16s ease, background-color .16s ease;
}

.page-help .help-answer summary:hover i {
    color: var(--faq-text);
    border-color: var(--faq-border);
    background: var(--faq-surface-soft);
}

.page-help .help-answer[open] summary {
    color: var(--faq-accent-dark);
}

.page-help .help-answer[open] summary i {
    color: #fff;
    border-color: var(--faq-accent);
    background: var(--faq-accent);
    transform: rotate(45deg);
}

.page-help .help-answer-body {
    max-width: none;
    padding: 1px 42px 24px 0;
}

.page-help .help-answer-body p {
    color: var(--faq-muted);
    font-size: .88rem;
    line-height: 1.72;
}

.page-help .help-answer-lead {
    margin-bottom: 14px !important;
}

.page-help .help-answer-outro {
    margin-top: 15px !important;
}

.page-help .help-answer-points {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-help .help-answer-points li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: start;
    gap: 9px;
    color: var(--faq-muted);
    font-size: .84rem;
    line-height: 1.58;
}

.page-help .help-answer-points li i {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    color: var(--faq-accent);
    font-size: .72rem;
    border-radius: 7px;
    background: var(--faq-accent-soft);
}

.page-help .help-inline-note {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: start;
    gap: 9px;
    margin-top: 15px !important;
    padding: 11px 12px;
    color: var(--faq-text) !important;
    font-size: .82rem !important;
    border: 1px solid #bfdbfe;
    border-inline-start: 3px solid var(--faq-accent);
    border-radius: 9px;
    background: var(--faq-accent-soft);
}

.page-help .help-inline-note i {
    color: var(--faq-accent);
}

.page-help .help-limit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.page-help .help-limit-grid article {
    min-width: 0;
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid var(--faq-border);
    border-radius: 11px;
    background: var(--faq-surface-soft);
}

.page-help .help-limit-grid article > i {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    color: var(--faq-accent);
    border-radius: 9px;
    background: var(--faq-accent-soft);
}

.page-help .help-limit-grid article > span {
    min-width: 0;
    color: var(--faq-text);
    font-size: .8rem;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.page-help .help-limit-grid article > strong {
    color: var(--faq-text);
    font-size: 1rem;
    font-weight: 800;
}

.page-help .help-limit-grid article > small {
    grid-column: 3;
    color: var(--faq-muted);
    font-size: .65rem;
    font-weight: 700;
    text-align: end;
}

.page-help .help-answer-link {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    color: var(--faq-accent-dark);
    font-size: .82rem;
    font-weight: 750;
    text-decoration: none;
}

.page-help .help-answer-link:hover {
    color: var(--faq-accent);
}

.page-help .help-empty {
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 72px 20px;
    color: var(--faq-muted);
}

.page-help .help-empty[hidden] {
    display: none !important;
}

.page-help .help-empty > i {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: var(--faq-accent);
    border-radius: 12px;
    background: var(--faq-accent-soft);
}

.page-help .help-empty h2,
.page-help .help-empty p {
    margin: 0;
}

.page-help .help-empty .product-text-link {
    margin-top: 5px;
}

.page-help .help-contact-strip {
    align-items: center;
    gap: 32px;
    margin-top: 20px;
    padding: 25px 28px;
    border-color: var(--faq-border);
    border-radius: 15px;
    background: var(--faq-surface);
}

.page-help .help-contact-strip h2 {
    color: var(--faq-text);
}

.page-help .help-contact-strip p {
    max-width: 680px;
    color: var(--faq-muted);
    font-size: .88rem;
    line-height: 1.58;
}

[data-bs-theme="dark"] .page-help .help-category-list button.is-active b {
    background: #eaf2ff;
}

@media (max-width: 991.98px) {
    .page-help .help-hero {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .page-help .help-search {
        width: min(100%, 560px);
    }

    .page-help .help-workspace {
        grid-template-columns: 1fr;
    }

    .page-help .help-rail {
        display: block;
        padding: 12px;
        border-inline-end: 0;
        border-bottom: 1px solid var(--faq-border);
    }

    .page-help .help-rail > span,
    .page-help .help-rail-link {
        display: none;
    }

    .page-help .help-category-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 7px;
    }

    .page-help .help-category-list button {
        display: grid;
        grid-template-columns: 26px minmax(0, 1fr);
        justify-content: stretch;
    }

    .page-help .help-category-list button b {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .page-help .help-center {
        width: 100%;
        padding: 38px 0 54px;
    }

    .page-help .help-hero {
        padding-bottom: 28px;
    }

    .page-help .help-hero h1 {
        font-size: 2.35rem;
    }

    .page-help .help-search {
        width: 100%;
    }

    .page-help .help-category-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-help .help-category-list button {
        min-height: 54px;
        padding-inline: 10px;
    }

    .page-help .help-library {
        padding: 25px 20px 28px;
    }

    .page-help .help-answer summary {
        padding: 16px 0;
    }

    .page-help .help-answer-body {
        padding-inline-end: 0;
    }

    .page-help .help-contact-strip {
        align-items: flex-start;
        flex-direction: column;
        padding: 23px 20px;
    }
}

@media (max-width: 479.98px) {
    .page-help .help-hero h1 {
        font-size: 2.08rem;
    }

    .page-help .help-search kbd {
        display: none;
    }

    .page-help .help-search {
        grid-template-columns: 22px minmax(0, 1fr);
    }

    .page-help .help-category-list button span {
        font-size: .74rem;
    }

    .page-help .help-limit-grid {
        grid-template-columns: 1fr;
    }

    .page-help .help-contact-strip .btn {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-help .help-answer summary i {
        transition: none;
    }
}
