.help-center-page {
    --help-line: #111111;
    --help-muted: #596273;
    --help-soft: #eef2f6;
    gap: 0;
    padding: 34px 28px 52px;
}

.help-section {
    width: min(100%, 960px);
    margin-inline: auto;
}

.help-home-header {
    width: min(100%, 1024px);
    margin-inline: auto;
    padding: 16px 32px 0;
    text-align: center;
}

.help-home-inner {
    width: min(100%, 960px);
    margin-inline: auto;
}

.help-home-header h1 {
    margin: 0;
    color: var(--help-line);
    font-size: clamp(2.2rem, 4vw, 3.45rem);
    font-weight: 950;
    line-height: 1.04;
    letter-spacing: -0.035em;
}

.help-home-header h1 em {
    display: inline-block;
    padding: 0.02em 0.16em 0.05em;
    background: #f7cc3e;
    font-style: italic;
}

.help-home-header h1 em::after {
    content: none;
}

.help-search {
    position: relative;
    display: flex;
    width: 100%;
    margin: 30px 0 0;
    padding: 0 15px 0 19px;
    align-items: center;
    gap: 13px;
    border: 2px solid var(--help-line);
    background: #ffffff;
    box-shadow: 4px 4px 0 var(--help-line);
    text-align: left;
}

.help-search > .shell-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    color: var(--help-line);
    stroke-width: 2.4;
}

.help-search input {
    width: 100%;
    min-width: 0;
    min-height: 60px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--help-line);
    font: inherit;
    font-size: 1.16rem;
    font-weight: 760;
}

.help-search input::-webkit-search-cancel-button {
    display: none;
}

.help-search input::placeholder {
    color: #687386;
    opacity: 1;
}

.help-search-clear {
    display: inline-flex;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--help-line);
    cursor: pointer;
}

.help-search-clear[hidden],
.help-search-panel[hidden],
.help-search-result[hidden],
.help-search-empty[hidden] {
    display: none !important;
}

.help-search-clear:hover,
.help-search-clear:focus-visible {
    background: var(--help-soft);
}

.help-search-clear:focus-visible {
    outline: 2px solid var(--help-line);
    outline-offset: 2px;
}

.help-search-clear .shell-icon {
    width: 23px;
    height: 23px;
    stroke-width: 2.7;
}

.help-search-panel {
    position: absolute;
    top: calc(100% + 9px);
    right: -2px;
    left: -2px;
    overflow: hidden;
    border: 2px solid var(--help-line);
    background: #ffffff;
    box-shadow: none;
    z-index: 20;
}

.help-search-results {
    display: grid;
    max-height: 356px;
    overflow-y: auto;
}

.help-search-result {
    display: flex;
    min-width: 0;
    padding: 14px 17px;
    align-items: flex-start;
    gap: 12px;
    color: inherit;
    text-decoration: none;
}

.help-search-result + .help-search-result {
    border-top: 1px solid #dde3ea;
}

.help-search-result:hover,
.help-search-result:focus-visible {
    outline: 0;
    background: #f6f8fa;
}

.help-search-result-icon {
    width: 19px;
    height: 19px;
    margin-top: 2px;
    flex: 0 0 auto;
    stroke-width: 2.5;
}

.help-search-result > span:last-child {
    min-width: 0;
}

.help-search-result strong {
    display: block;
    color: var(--help-line);
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1.25;
}

.help-search-result small {
    display: -webkit-box;
    margin-top: 4px;
    overflow: hidden;
    color: var(--help-muted);
    font-size: 0.96rem;
    font-weight: 690;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.help-search-empty {
    margin: 0;
    padding: 18px;
    color: var(--help-line);
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
}

.help-popular {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-top: 19px;
    margin-inline: 0;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    color: var(--help-line);
    font-size: 1rem;
    font-weight: 900;
}

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

.help-popular > div {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    overflow: hidden;
    padding-bottom: 3px;
    justify-content: flex-start;
    gap: 16px;
}

.help-popular > span {
    flex: 0 0 auto;
    white-space: nowrap;
}

.help-center-page .help-popular a {
    display: inline-block;
    flex: 0 0 auto;
    white-space: nowrap;
    color: var(--help-line);
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1.35;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    transition: transform 140ms ease, color 140ms ease;
}

.help-popular a:hover,
.help-popular a:focus-visible {
    outline: 0;
    color: var(--help-line);
    transform: translateY(-1px);
}

.help-section {
    margin-top: 46px;
}

.help-section-title {
    margin: 0 0 18px;
    color: var(--help-line);
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    font-weight: 920;
    line-height: 1.15;
}

.help-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.help-category-card {
    display: flex;
    min-width: 0;
    min-height: 218px;
    padding: 22px 20px 18px;
    flex-direction: column;
    align-items: flex-start;
    border: 2px solid var(--help-line);
    border-radius: 0;
    background: #ffffff;
    color: inherit;
    text-align: left;
    text-decoration: none;
    box-shadow: 4px 4px 0 rgba(17, 17, 17, 0.18);
    position: relative;
    transition: transform 180ms ease, box-shadow 180ms ease;
    will-change: transform;
}

.help-category-card:hover,
.help-category-card:focus-visible {
    outline: 0;
    transform: translateY(-2px);
}

.help-category-card:focus-visible {
    box-shadow: inset 0 0 0 3px #ffffff, inset 0 0 0 5px var(--help-line);
}

.help-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    margin-bottom: 14px;
    flex: 0 0 auto;
    color: var(--help-line);
}

.help-card-icon .shell-icon {
    width: 29px;
    height: 29px;
    stroke-width: 2.15;
}

.help-card-title {
    display: block;
    color: var(--help-line);
    font-size: 1.2rem;
    font-weight: 930;
    line-height: 1.12;
}

.help-card-summary {
    display: block;
    margin-top: 8px;
    color: #495365;
    font-size: 1rem;
    font-weight: 670;
    line-height: 1.48;
}

.help-card-action {
    display: flex;
    width: 100%;
    margin-top: auto;
    padding-top: 15px;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    color: #075ed1;
    font-size: 1rem;
    font-weight: 850;
}

.help-card-action b {
    color: inherit;
    font-weight: 920;
}

.help-card-action > span:last-child {
    font-size: 1.12rem;
    line-height: 1;
}

.help-breadcrumb,
.help-category-header,
.help-resource-section {
    width: min(100%, 900px);
    margin-inline: auto;
}

.help-breadcrumb {
    margin-bottom: 14px;
    color: #64748b;
    font-size: 14px;
    font-weight: 750;
}

.help-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--help-line);
    text-decoration: none;
    transition: transform 140ms ease, color 140ms ease;
}

.help-breadcrumb a:hover,
.help-breadcrumb a:focus-visible {
    color: #075ed1;
    outline: 0;
    transform: translateY(-1px);
}

.help-category-header {
    padding: 4px 0 0;
}

.help-category-search {
    width: min(100%, 900px);
    margin: 18px auto 0;
}

.help-article-page .help-breadcrumb {
    width: min(1259px, 100%);
}

.help-category-header h1 {
    margin: 0;
    color: var(--help-line);
    font-size: clamp(2.35rem, 5vw, 4.35rem);
    font-weight: 950;
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.help-category-header h1 span {
    display: inline-block;
    padding: 0.02em 0.14em 0.05em;
    background: #f7cc3e;
    font-style: italic;
}

.help-category-header p {
    max-width: 750px;
    margin: 12px 0 0;
    color: #465164;
    font-size: 1.05rem;
    font-weight: 690;
    line-height: 1.5;
}

.help-resource-section {
    margin-top: 26px;
}

.help-resource-list {
    display: grid;
    max-width: 900px;
    overflow: hidden;
    border: 2px solid var(--help-line);
    background: #ffffff;
}

.help-resource-row {
    display: flex;
    min-width: 0;
    padding: 18px 20px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: inherit;
    text-decoration: none;
    transition: transform 140ms ease;
    will-change: transform;
}

.help-resource-row + .help-resource-row {
    border-top: 1px solid #d4d9e1;
}

.help-resource-row:hover,
.help-resource-row:focus-visible {
    outline: 0;
    transform: translateY(-1px);
}

.help-resource-row:focus-visible {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px var(--help-line);
}

.help-resource-copy {
    min-width: 0;
}

.help-resource-arrow {
    flex: 0 0 auto;
    color: var(--help-line);
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 1;
    transition: transform 180ms ease;
}

.help-resource-row:hover .help-resource-arrow,
.help-resource-row:focus-visible .help-resource-arrow {
    transform: translateX(3px);
}

.help-resource-copy strong {
    display: block;
    color: #075ed1;
    font-size: 1.28rem;
    font-weight: 850;
    line-height: 1.3;
}

.help-resource-copy small {
    display: block;
    margin-top: 5px;
    color: #596273;
    font-size: 1.02rem;
    font-weight: 650;
    line-height: 1.5;
}

.help-resource-empty {
    display: grid;
    min-height: 180px;
    place-items: center;
    align-content: center;
    gap: 12px;
    padding: 28px;
    border: 2px dashed #9aa3b1;
    color: #596273;
    text-align: center;
}

.help-resource-empty p {
    max-width: 560px;
    margin: 0;
    font-size: 1.12rem;
    font-weight: 720;
    line-height: 1.5;
}

.help-eyebrow {
    margin: 0 0 12px;
    color: #596273;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 980px) {
    .help-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .help-category-card {
        min-height: 214px;
    }

}

@media (max-width: 760px) {
    .help-center-page {
        padding: 24px 16px 38px;
    }

    .help-home-header {
        padding: 8px 0 0;
    }

    .help-home-header h1 {
        font-size: clamp(2rem, 10vw, 2.8rem);
    }

    .help-search {
        margin-top: 24px;
        padding-left: 15px;
        gap: 10px;
    }

    .help-search input {
        min-height: 56px;
        font-size: 1rem;
    }

    .help-section {
        margin-top: 38px;
    }

    .help-popular {
        align-items: baseline;
        flex-direction: row;
        gap: 8px;
        margin-inline: auto;
        font-size: 1rem;
        text-align: left;
        white-space: nowrap;
    }

    .help-popular > div {
        justify-content: flex-start;
        gap: 10px;
    }

    .help-popular a {
        font-size: 0.98rem;
    }

    .help-category-grid {
        grid-template-columns: 1fr;
        width: min(100%, 430px);
        margin-inline: auto;
    }

    .help-category-search {
        width: 100%;
        margin-top: 22px;
    }

    .help-category-card {
        width: 100%;
        min-height: 205px;
    }

    .help-breadcrumb {
        margin-bottom: 10px;
        gap: 4px;
        font-size: 1rem;
        line-height: 1.3;
        overflow-wrap: anywhere;
    }

    .help-breadcrumb a {
        gap: 5px;
    }

    .help-category-header {
        padding-bottom: 0;
    }

    .help-category-header h1 {
        font-size: clamp(2rem, 11vw, 3rem);
    }

    .help-category-header p {
        font-size: 0.92rem;
    }

    .help-resource-row {
        padding: 16px 15px;
        gap: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .help-category-card:hover,
    .help-category-card:focus-visible,
    .help-resource-row:hover .help-resource-arrow,
    .help-resource-row:focus-visible .help-resource-arrow {
        transform: none;
        box-shadow: none;
    }

    .help-popular a:hover,
    .help-popular a:focus-visible,
    .help-breadcrumb a:hover,
    .help-breadcrumb a:focus-visible,
    .help-resource-row:hover .help-resource-copy,
    .help-resource-row:focus-visible .help-resource-copy {
        transform: none;
    }

    .help-category-card,
    .help-resource-row,
    .help-resource-arrow {
        transition: none;
    }
}

@media (min-width: 601px) and (max-width: 760px) {
    .help-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        max-width: none;
    }
}
