body.public-help-v3,
body.public-help-v3 .public-page-content {
    min-height: 100%;
    margin: 0;
    background: #08090b;
}

.help-v3 {
    min-height: 100vh;
    background: #08090b;
}

body.public-help-v3 .help-layout {
    min-height: 70vh;
    padding: 152px 0 112px;
    background: #08090b;
    color: var(--ink);
}

.help-v3 .container {
    width: min(1180px, calc(100% - 48px));
    max-width: none;
    margin: 0 auto;
    padding: 0;
}

body.public-welcome.public-help-v3 .help-layout {
    padding-top: 152px;
    padding-bottom: 112px;
    background: #08090b;
}

body.public-welcome.public-help-v3 .help-sidebar,
body.public-welcome.public-help-v3 .help-article,
body.public-welcome.public-help-v3 .help-category-card {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #101115;
    box-shadow: none;
}

body.public-welcome.public-help-v3 .help-category-card {
    padding: 32px;
}

body.public-welcome.public-help-v3 .help-sidebar {
    padding: 24px;
    top: 96px;
}

body.public-welcome.public-help-v3 .help-links,
body.public-welcome.public-help-v3 .help-nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.public-welcome.public-help-v3 .help-links li + li,
body.public-welcome.public-help-v3 .help-nav-list li + li {
    margin-top: 0;
}

body.public-welcome.public-help-v3 .help-links a,
body.public-welcome.public-help-v3 .help-nav-list a,
body.public-welcome.public-help-v3 .help-breadcrumb a {
    color: #9ca0ab;
}

body.public-welcome.public-help-v3 .help-category-card__section + .help-category-card__section,
body.public-welcome.public-help-v3 .help-nav-group + .help-nav-group,
body.public-welcome.public-help-v3 .help-block + .help-block {
    margin-top: 24px;
}

body.public-welcome.public-help-v3 .help-breadcrumb {
    margin-bottom: 32px;
    color: #777b86;
}

.help-v3-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr);
    align-items: start;
    gap: 80px;
    margin-bottom: 72px;
}

.help-v3-overline,
.help-v3 .public-badge {
    display: block;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #6f7cff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    line-height: 1.3;
    text-transform: uppercase;
}

.help-v3 .public-badge__dot {
    display: none;
}

.help-v3-hero h1,
.help-v3-category .help-article > h1 {
    max-width: 760px;
    margin: 0;
    color: var(--ink);
    font-size: clamp(48px, 5.3vw, 76px);
    font-weight: 600;
    letter-spacing: -.055em;
    line-height: .98;
}

.help-v3-hero > p {
    max-width: 410px;
    margin: 0;
    padding-top: 36px;
    color: #9b9eaa;
    font-size: 18px;
    line-height: 1.65;
}

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

body.public-help-v3 .help-category-card {
    position: relative;
    min-width: 0;
    padding: 32px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #101115;
    box-shadow: none;
    transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

body.public-help-v3 .help-category-card:hover {
    border-color: rgba(126, 139, 255, .4);
    background: #121318;
    transform: translateY(-2px);
}

.help-v3-card-index {
    display: block;
    margin-bottom: 32px;
    color: #6f7cff;
    font-size: 11px;
    font-weight: 700;
}

.help-v3 .help-category-card h2,
.help-v3 .help-category-card h3 {
    margin: 0;
    color: var(--ink);
    font-weight: 600;
    letter-spacing: -.025em;
}

.help-v3 .help-category-card h2 {
    padding-right: 40px;
    font-size: 26px;
    line-height: 1.18;
}

.help-v3 .help-category-card h2 i {
    position: absolute;
    top: 31px;
    right: 32px;
    color: #6f7cff;
    font-size: 16px;
    font-style: normal;
    transition: transform .2s ease;
}

.help-v3 .help-category-card:hover h2 i {
    transform: translate(2px, -2px);
}

.help-v3 .help-category-card > p {
    max-width: 520px;
    margin: 12px 0 0;
    color: #9296a2;
    font-size: 14px;
    line-height: 1.65;
}

.help-v3-subcategories {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 28px;
    border-top: 1px solid var(--line);
}

.help-v3-subcategories a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 10px 10px 10px calc(10px + (var(--help-depth, 0) * 18px));
    border-bottom: 1px solid var(--line);
    color: #b4b7c0;
    transition: color .18s ease, background-color .18s ease;
}

.help-v3-subcategories strong {
    color: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

.help-v3-subcategories i {
    color: #6f7cff;
    font-size: 11px;
    font-style: normal;
    transition: transform .18s ease;
}

.help-v3-subcategories a:hover {
    background: rgba(94, 106, 210, .08);
    color: #fff;
}

.help-v3-subcategories a:hover i {
    transform: translate(2px, -2px);
}

body.public-help-v3 .help-category-card__section {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
}

.help-v3 .help-category-card__section h3 {
    margin-bottom: 13px;
    color: #dfe0e5;
    font-size: 15px;
}

body.public-help-v3 .help-links,
body.public-help-v3 .help-nav-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.public-help-v3 .help-links li,
body.public-help-v3 .help-nav-list li,
body.public-help-v3 .help-links li + li,
body.public-help-v3 .help-nav-list li + li {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, .065);
}

body.public-help-v3 .help-links li:first-child,
body.public-help-v3 .help-nav-list li:first-child {
    border-top: 0;
}

body.public-help-v3 .help-links a,
body.public-help-v3 .help-nav-list a {
    display: block;
    padding: 10px 0;
    color: #9ca0ab;
    font-size: 13px;
    line-height: 1.45;
    transition: color .18s ease, transform .18s ease;
}

body.public-help-v3 .help-links a:hover,
body.public-help-v3 .help-nav-list a:hover {
    color: #fff;
    transform: translateX(3px);
}

.help-v3-popular {
    display: grid;
    grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
    gap: 80px;
    margin-top: 112px;
    padding-top: 56px;
    border-top: 1px solid var(--line);
}

.help-v3-section-heading h2 {
    max-width: 420px;
    margin: 0;
    color: var(--ink);
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 600;
    letter-spacing: -.05em;
    line-height: 1.02;
}

.help-v3-popular ol {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--line);
}

.help-v3-popular li {
    border-bottom: 1px solid var(--line);
}

.help-v3-popular a {
    display: grid;
    grid-template-columns: 36px 1fr auto;
    align-items: center;
    gap: 18px;
    min-height: 76px;
    padding: 12px 10px;
    border-radius: 8px;
    transition: background-color .18s ease;
}

.help-v3-popular a span,
.help-v3-popular a i {
    color: #6f7cff;
    font-size: 11px;
    font-style: normal;
}

.help-v3-popular a strong {
    color: #dfe0e5;
    font-size: 15px;
    font-weight: 500;
    transition: color .18s ease;
}

.help-v3-popular a:hover strong {
    color: #fff;
}

.help-v3-popular a:hover {
    background: rgba(94, 106, 210, .08);
}

body.public-help-v3 .help-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 0 32px;
    color: #777b86;
    font-size: 12px;
}

body.public-help-v3 .help-breadcrumb a {
    color: #a5a8b1;
}

body.public-help-v3 .help-breadcrumb a:hover {
    color: #fff;
}

.help-v3-category .row,
.help-v3-article .row {
    row-gap: 24px;
}

body.public-help-v3 .help-v3-category .help-article {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.help-v3-category .help-article > .public-badge {
    margin-bottom: 18px !important;
}

.help-v3-category .help-article > h1 {
    max-width: 760px;
    margin-bottom: 22px !important;
}

.help-v3-category .help-article > .public-lead {
    max-width: 720px;
    margin: 0;
    color: #969aa5;
    font-size: 17px;
    line-height: 1.7;
}

body.public-help-v3 .help-v3-category .help-nav-group {
    margin-top: 56px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #101115;
}

body.public-help-v3 .help-v3-category .help-nav-group + .help-nav-group {
    margin-top: 14px;
}

body.public-help-v3 .help-v3-category .help-nav-group_nested {
    margin-left: calc(var(--help-depth, 0) * 16px);
}

.help-v3-category .help-nav-group h2,
.help-v3-category .help-nav-group h3 {
    color: var(--ink);
    font-weight: 600;
    letter-spacing: -.025em;
}

.help-v3-category .help-nav-group h2 {
    font-size: 23px;
}

body.public-help-v3 .help-sidebar {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #101115;
    box-shadow: none;
}

body.public-help-v3 .help-sidebar_desktop {
    position: sticky;
    top: 96px;
}

.help-v3 .help-sidebar h3,
.help-v3 .help-sidebar .fw-bold,
.help-v3 .help-nav-title {
    color: #eff0f3;
}

.help-v3 .help-nav-title {
    margin-bottom: 8px;
    color: #6f7cff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.public-help-v3 .help-sidebar .help-nav-group,
body.public-help-v3 .help-sidebar .help-nav-group + .help-nav-group {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

body.public-help-v3 .help-sidebar .help-nav-group + .help-nav-group {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
}

.help-v3 .help-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin: 0;
    padding: 10px 14px;
    box-sizing: border-box;
    border: 1px solid var(--line-strong);
    border-radius: 9px;
    background: #15161b;
    color: #f3f3f5;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: .04em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: none;
    transform: none;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

body.public-welcome.public-help-v3 .help-v3-category .help-article .help-button {
    border-color: rgba(126, 139, 255, .34);
    background: #15161b;
    color: #f3f3f5;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .015);
}

body.public-welcome.public-help-v3 .help-button:hover {
    border-color: #6f7cff;
    background: #1b1d26;
    color: #fff;
    text-decoration: none;
    transform: none;
}

body.public-welcome.public-help-v3 .help-button:active {
    background: #111217;
    transform: none;
}

body.public-welcome.public-help-v3 .help-sidebar__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    margin-left: 0;
    margin-right: 0;
    padding: 9px 14px;
    box-sizing: border-box;
    border: 1px solid rgba(126, 139, 255, .34);
    border-radius: 9px;
    background: #15161b;
    color: #f3f3f5;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: .04em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .015);
    transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

body.public-welcome.public-help-v3 .help-sidebar__button:hover {
    border-color: #6f7cff;
    background: #1b1d26;
    color: #fff;
    text-decoration: none;
    transform: none;
}

body.public-welcome.public-help-v3 .help-sidebar__button:active {
    background: #111217;
    transform: none;
}

.help-v3 a:focus-visible,
.help-v3 button:focus-visible,
.help-v3 summary:focus-visible {
    outline: 2px solid #7f89ff;
    outline-offset: 3px;
}

body.public-help-v3 .help-sidebar .help-nav-list a[style] {
    color: #909aff !important;
}

body.public-help-v3 .help-v3-article .help-layout {
    background: #08090b;
}

body.public-help-v3 .help-v3-article .help-article {
    padding: clamp(34px, 5vw, 68px);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 22px;
    background: #f2f1ed;
    color: #2c2d32;
    box-shadow: none;
}

.help-v3-article .help-article .help-breadcrumb {
    margin-bottom: 30px;
    color: #777982;
}

.help-v3-article .help-article .help-breadcrumb a {
    color: #5d62a7;
}

body.public-help-v3 .help-v3-article .help-article a:not(.btn):hover {
    color: #303a99;
}

.help-v3-article .help-article > h1 {
    max-width: 820px;
    margin: 0 0 46px !important;
    color: #202126;
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 600;
    letter-spacing: -.052em;
    line-height: 1.02;
}

.help-v3-article .help-article .help-block_unified,
.help-v3-article .help-article .help-block_unified > * {
    color: #3c3e45;
}

.help-v3-article .help-article .help-block_unified {
    font-size: 17px;
    line-height: 1.82;
}

.help-v3-article .help-article .help-block_unified h2 {
    margin: 58px 0 20px;
    color: #202126;
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 1.12;
}

.help-v3-article .help-article .help-block_unified h3 {
    margin: 42px 0 16px;
    color: #26272c;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: 1.25;
}

.help-v3-article .help-article .help-block_unified a {
    color: #4f57b4;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.help-v3-article .help-article .help-block_unified img {
    border-color: rgba(32, 33, 38, .12);
    background: #fff;
}

.help-v3-article .help-article > .help-block:last-of-type {
    margin-top: 64px;
    padding-top: 36px;
    border-top: 1px solid rgba(32, 33, 38, .14);
}

.help-v3-article .help-article > .help-block:last-of-type .help-nav-group {
    padding: 24px;
    border: 1px solid rgba(32, 33, 38, .12);
    border-radius: 14px;
    background: rgba(255, 255, 255, .52);
}

.help-v3-article .help-article > .help-block:last-of-type .help-nav-group + .help-nav-group {
    margin-top: 12px;
}

.help-v3-article .help-article > .help-block:last-of-type h2 {
    color: #202126;
}

.help-v3-article .help-article > .help-block:last-of-type .help-links li,
.help-v3-article .help-article > .help-block:last-of-type .help-nav-list li {
    border-color: rgba(32, 33, 38, .1);
}

.help-v3-article .help-article > .help-block:last-of-type .help-links a,
.help-v3-article .help-article > .help-block:last-of-type .help-nav-list a {
    color: #4f57a7;
}

.help-v3-article .help-article .help-button {
    border-color: rgba(32, 33, 38, .14);
    background: #fff;
    color: #27282d;
}

.help-v3-article .help-article .help-button:hover {
    border-color: #4f57a7;
    background: #e9eaf3;
    color: #303a99;
}

@media (max-width: 991.98px) {
    body.public-welcome.public-help-v3 .help-layout {
        padding-top: 128px;
    }

    .help-v3-hero {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 56px;
    }

    .help-v3-hero > p {
        max-width: 650px;
        padding-top: 0;
    }

    .help-v3-popular {
        grid-template-columns: 1fr;
        gap: 34px;
        margin-top: 88px;
    }

    body.public-help-v3 .help-sidebar_desktop {
        position: static;
        margin-bottom: 0;
    }

    .help-v3-article .row > div:first-child {
        order: 2;
    }

    .help-v3-article .row > div:last-child {
        order: 1;
    }
}

@media (max-width: 767.98px) {
    body.public-welcome.public-help-v3 .help-layout {
        padding: 118px 0 76px;
    }

    .help-v3 .container {
        width: min(100% - 32px, 1180px);
    }

    .help-v3-hero {
        margin-bottom: 44px;
    }

    .help-v3-overline,
    .help-v3 .public-badge {
        margin-bottom: 15px;
        font-size: 10px;
    }

    .help-v3-hero h1,
    .help-v3-category .help-article > h1 {
        font-size: clamp(40px, 12vw, 54px);
    }

    .help-v3-hero > p,
    .help-v3-category .help-article > .public-lead {
        font-size: 15px;
        line-height: 1.65;
    }

    .help-v3-category-grid {
        grid-template-columns: 1fr;
    }

    body.public-welcome.public-help-v3 .help-category-card {
        padding: 24px;
        border-radius: 15px;
    }

    .help-v3-card-index {
        margin-bottom: 26px;
    }

    .help-v3 .help-category-card h2 {
        font-size: 22px;
    }

    .help-v3 .help-category-card h2 i {
        top: 23px;
        right: 24px;
    }

    .help-v3-subcategories {
        grid-template-columns: 1fr;
    }

    .help-v3-popular {
        margin-top: 72px;
        padding-top: 42px;
    }

    .help-v3-section-heading h2 {
        font-size: 38px;
    }

    .help-v3-popular a {
        grid-template-columns: 28px 1fr auto;
        gap: 12px;
        min-height: 68px;
    }

    body.public-help-v3 .help-v3-category .help-nav-group {
        margin-top: 38px;
        padding: 22px;
    }

    body.public-help-v3 .help-v3-category .help-nav-group_nested {
        margin-left: calc(var(--help-depth, 0) * 8px);
    }

    body.public-help-v3 .help-v3-article {
        padding-bottom: 0;
    }

    .help-v3-article > .container {
        width: 100%;
    }

    .help-v3-article .row {
        margin-right: 0;
        margin-left: 0;
    }

    .help-v3-article .row > div {
        padding-right: 0;
        padding-left: 0;
    }

    body.public-help-v3 .help-v3-article .help-article {
        padding: 38px 24px 52px;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .help-v3-article .help-article > h1 {
        margin-bottom: 34px !important;
        font-size: clamp(36px, 11vw, 48px);
    }

    .help-v3-article .help-article .help-block_unified {
        font-size: 16px;
        line-height: 1.75;
    }

    .help-v3-article .help-sidebar_mobile {
        width: calc(100% - 32px);
        margin: 32px auto 64px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .help-v3 *,
    .help-v3 *::before,
    .help-v3 *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
