.help-page-main {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 22%, rgba(116, 159, 255, 0.16), transparent 20%),
        radial-gradient(circle at 84% 18%, rgba(127, 177, 255, 0.14), transparent 18%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 46%, #ffffff 100%);
}

.help-page-main + .site-footer,
.help-page-main + .front-footer {
    margin-top: 0;
}

.help-page-main::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 88% 32%, rgba(102, 151, 255, 0.08), transparent 20%),
        linear-gradient(180deg, rgba(255, 255, 255, 0) 72%, rgba(232, 240, 255, 0.66) 100%);
}

.help-page-wrap {
    position: relative;
    z-index: 1;
    width: min(1520px, calc(100vw - 20px));
    margin: 0 auto;
}

.help-page-hero {
    position: relative;
    padding: 34px 0 0;
    background:
        radial-gradient(circle at 74% 18%, rgba(108, 154, 255, 0.14), transparent 24%),
        linear-gradient(180deg, #f1f7ff 0%, #ffffff 100%);
}

.help-page-hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 500px;
    align-items: center;
    position: relative;
    z-index: 1;
    min-height: 300px;
    padding: 0;
    border-radius: 0;
}

.help-page-hero-shell::before,
.help-page-hero-shell::after {
    display: none;
}

.help-page-head {
    position: relative;
    z-index: 2;
    text-align: left;
}

.help-page-head h1 {
    margin: 0;
    color: #13224a;
    font-size: 44px;
    font-weight: 900;
    line-height: 1.14;
    letter-spacing: 0;
}

.help-page-head p {
    margin: 12px 0 18px;
    color: #73809a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
}

.help-page-search {
    position: relative;
    z-index: 2;
    max-width: 620px;
    margin: 0;
}

.help-page-search-box {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 92px;
    align-items: center;
    height: 46px;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce7fb;
    box-shadow: 0 12px 28px rgba(48, 94, 175, 0.08);
}

.help-page-search-box:focus-within {
    border-color: #cfdcf4;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(48, 94, 175, 0.06);
}

.help-page-search-icon {
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 18px;
    border: 2px solid #9aa8c0;
    border-radius: 50%;
}

.help-page-search-icon::after {
    content: "";
    position: absolute;
    right: -6px;
    bottom: -5px;
    width: 8px;
    height: 2px;
    border-radius: 999px;
    background: #9aa8c0;
    transform: rotate(45deg);
}

.help-page-search-box input {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0 12px 0 0;
    color: #1f2a49;
    font-size: 13px;
    font-weight: 500;
    background: #ffffff;
    outline: none;
}

.help-page-search-box input::placeholder {
    color: #9aa5ba;
}

.help-page-search-box button {
    height: 36px;
    margin: 5px 5px 5px 0;
    border: 0;
    border-radius: 7px;
    color: #ffffff;
    background: linear-gradient(135deg, #347bff 0%, #225bea 100%);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.help-page-hero-visual {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    top: auto;
    right: auto;
    width: 500px;
    height: auto;
    justify-self: end;
    overflow: visible;
    pointer-events: none;
}

.help-page-hero-visual img {
    display: block;
    width: min(500px, 100%);
    height: auto;
    object-fit: contain;
    object-position: center right;
    user-select: none;
    pointer-events: none;
}

.help-page-shortcuts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 32px;
    padding: 0 100px;
}

.help-page-shortcut-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 16px;
    min-height: 92px;
    padding: 0 22px;
    border-radius: 18px;
    color: inherit;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(220, 229, 245, 0.9);
    box-shadow: 0 14px 34px rgba(82, 112, 181, 0.07);
}

.help-page-shortcut-card::after {
    content: "›";
    color: #98a3b9;
    font-size: 26px;
    line-height: 1;
}

.help-page-shortcut-icon {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 14px;
}

.help-page-shortcut-icon::before,
.help-page-shortcut-icon::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
}

.help-page-shortcut-icon.is-ticket {
    background: linear-gradient(180deg, #fff1df 0%, #ffe1b8 100%);
}

.help-page-shortcut-icon.is-ticket::before {
    width: 18px;
    height: 24px;
    border-radius: 3px;
    background: #ff8b22;
}

.help-page-shortcut-icon.is-ticket::after {
    width: 10px;
    height: 2px;
    background: #ffffff;
    box-shadow: 0 -5px 0 #ffffff, 0 5px 0 #ffffff;
}

.help-page-shortcut-icon.is-service,
.help-page-shortcut-icon.is-guide {
    background: linear-gradient(180deg, #eef4ff 0%, #dde9ff 100%);
}

.help-page-shortcut-icon.is-service::before {
    width: 18px;
    height: 14px;
    border: 3px solid #2f67ff;
    border-bottom: 0;
    border-radius: 14px 14px 0 0;
    background: transparent;
    top: -2px;
}

.help-page-shortcut-icon.is-service::after {
    width: 24px;
    height: 14px;
    border-left: 3px solid #2f67ff;
    border-right: 3px solid #2f67ff;
    border-bottom: 3px solid #2f67ff;
    border-radius: 0 0 12px 12px;
    background: transparent;
    top: 8px;
}

.help-page-shortcut-icon.is-guide::before {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background: #2f67ff;
}

.help-page-shortcut-icon.is-guide::after {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #ffffff;
    left: 18px;
}

.help-page-shortcut-icon.is-status {
    background: linear-gradient(180deg, #e8fbfe 0%, #d2f4f6 100%);
}

.help-page-shortcut-icon.is-status::before {
    width: 16px;
    height: 16px;
    border: 4px solid #1fc7d4;
    border-radius: 50%;
}

.help-page-shortcut-icon.is-status::after {
    width: 10px;
    height: 3px;
    background: #1fc7d4;
    transform: rotate(45deg) translate(8px, 8px);
}

.help-page-shortcut-copy {
    display: grid;
}

.help-page-shortcut-copy strong,
.help-page-shortcut-copy h2 {
    margin: 0;
    color: #1d2748;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.32;
}

.help-page-shortcut-copy em,
.help-page-shortcut-copy p {
    margin-top: 6px;
    color: #7d899f;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.58;
}

.help-page-category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
    padding: 28px 26px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
    border: 1px solid rgba(225, 233, 246, 0.92);
    box-shadow: 0 16px 38px rgba(82, 112, 181, 0.06);
}

.help-page-category-card {
    min-height: 292px;
    padding: 30px 18px 24px;
    border-radius: 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(228, 235, 247, 0.96);
}

.help-page-category-card.is-blue { background: linear-gradient(180deg, #ffffff 0%, #f1f7ff 100%); }
.help-page-category-card.is-green { background: linear-gradient(180deg, #ffffff 0%, #f0fcf6 100%); }
.help-page-category-card.is-purple { background: linear-gradient(180deg, #ffffff 0%, #f5f1ff 100%); }
.help-page-category-card.is-orange { background: linear-gradient(180deg, #ffffff 0%, #fff7ef 100%); }
.help-page-category-card.is-cyan { background: linear-gradient(180deg, #ffffff 0%, #effbfc 100%); }

.help-page-category-icon {
    position: relative;
    display: inline-flex;
    width: 68px;
    height: 68px;
    margin-bottom: 26px;
    border-radius: 18px;
}

.help-page-category-icon::before,
.help-page-category-icon::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
}

.help-page-category-icon.is-faq {
    background: linear-gradient(180deg, #88b8ff 0%, #3f86ff 100%);
}

.help-page-category-icon.is-faq::after {
    content: "?";
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 34px;
    font-weight: 900;
}

.help-page-category-icon.is-video {
    background: linear-gradient(180deg, #73f0b6 0%, #30d47e 100%);
}

.help-page-category-icon.is-video::before,
.help-page-category-icon.is-submit::before {
    left: 26px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 22px solid #ffffff;
}

.help-page-category-icon.is-site {
    background: linear-gradient(180deg, #9a77ff 0%, #6b46ff 100%);
}

.help-page-category-icon.is-site::before {
    width: 28px;
    height: 20px;
    border-radius: 4px;
    background: #ffffff;
}

.help-page-category-icon.is-site::after {
    width: 12px;
    height: 8px;
    border-radius: 2px;
    background: #c8bbff;
    box-shadow: -14px 8px 0 #c8bbff, 14px -8px 0 #c8bbff;
}

.help-page-category-icon.is-submit {
    background: linear-gradient(180deg, #ffb456 0%, #ff7d1b 100%);
}

.help-page-category-icon.is-submit::before {
    transform: rotate(-18deg);
}

.help-page-category-icon.is-ops {
    background: linear-gradient(180deg, #66e7e9 0%, #22c9cf 100%);
}

.help-page-category-icon.is-ops::before {
    width: 6px;
    height: 26px;
    background: #ffffff;
    box-shadow: -12px 8px 0 #ffffff, 12px -8px 0 #ffffff;
}

.help-page-category-card h2 {
    margin: 0;
    color: #1c2849;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.32;
}

.help-page-category-card p {
    margin: 16px 0 0;
    color: #72809a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.78;
}

.help-page-category-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    color: #2f67ff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.help-page-category-card a::after {
    content: "→";
}

.help-page-shortcuts {
    gap: 16px;
    margin-top: 0;
    padding: 0;
    transform: translateY(24px);
}

.help-page-shortcut-card {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    min-height: 66px;
    padding: 0 16px;
    border-radius: 10px;
    border: 1px solid #e4ecfa;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 30px rgba(63, 95, 145, 0.08);
}

.help-page-shortcut-card::after {
    content: none;
}

.help-page-shortcut-icon {
    align-self: center;
    width: 52px;
    height: 52px;
    margin: 0;
    border-radius: 50%;
}

.help-page-shortcut-copy strong,
.help-page-shortcut-copy h2 {
    color: #1c2848;
    font-size: 14px;
    font-weight: 900;
}

.help-page-shortcut-copy em,
.help-page-shortcut-copy p {
    margin-top: 4px;
    color: #8491a8;
    font-size: 12px;
    font-weight: 600;
}

.help-page-category-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin: 42px 0 0;
    padding: 0;
    border-radius: 12px;
    border: 1px solid #e5ecf8;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(63, 95, 145, 0.07);
    overflow: hidden;
}

.help-page-category-card,
.help-page-category-card.is-blue,
.help-page-category-card.is-green,
.help-page-category-card.is-purple,
.help-page-category-card.is-orange,
.help-page-category-card.is-cyan {
    min-height: 142px;
    padding: 20px 14px 18px;
    border: 0;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
}

.help-page-category-card + .help-page-category-card {
    border-left: 1px solid #edf2fa;
}

.help-page-category-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 50%;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    box-shadow: none;
}

.help-page-category-icon::before,
.help-page-category-icon::after {
    content: none !important;
    display: none !important;
}

.help-page-category-icon.is-faq {
    background-image: url("/images/front/help-center/category-faq.svg") !important;
}

.help-page-category-icon.is-video {
    background-image: url("/images/front/help-center/category-video.svg") !important;
}

.help-page-category-icon.is-site {
    background-image: url("/images/front/help-center/category-site.svg") !important;
}

.help-page-category-icon.is-submit {
    background-image: url("/images/front/help-center/category-submit.svg") !important;
}

.help-page-category-icon.is-ops {
    background-image: url("/images/front/help-center/category-ops.svg") !important;
}

.help-page-category-card h2 {
    color: #1f2a49;
    font-size: 15px;
    font-weight: 900;
}

.help-page-category-card p {
    margin-top: 7px;
    color: #7c899f;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

.help-page-category-card a {
    margin-top: 9px;
    color: #2f67ff;
    font-size: 12px;
    font-weight: 800;
}

.help-page-category-card a::after {
    content: "";
}

.help-page-knowledge {
    position: relative;
    z-index: 1;
    padding: 6px 0 42px;
}

.help-page-panel,
.help-page-category-section {
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(223, 231, 245, 0.92);
    box-shadow: 0 16px 38px rgba(82, 112, 181, 0.06);
}

.help-page-panel {
    min-height: 314px;
    padding: 18px 20px 16px;
}

.help-page-panel-head,
.help-page-category-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.help-page-panel-head h2 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #1d2849;
    font-size: 18px;
    font-weight: 900;
}

.help-page-panel-head a,
.help-page-category-section-head a {
    color: #9ca6bb;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.help-page-panel-mark {
    position: relative;
    display: inline-flex;
    width: 22px;
    height: 22px;
}

.help-page-panel-mark.is-hot::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #ffb454 0%, #ff7c16 100%);
    clip-path: polygon(52% 0, 72% 22%, 62% 42%, 80% 60%, 54% 100%, 42% 70%, 18% 78%, 24% 48%, 6% 34%, 34% 28%);
}

.help-page-hot-list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.help-page-hot-list.is-rich {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 22px;
}

.help-page-hot-list li {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 46px;
}

.help-page-hot-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(180deg, #ffa331 0%, #ff7b18 100%);
    font-size: 14px;
    font-weight: 900;
}

.help-page-hot-rank.is-muted {
    color: #7d879c;
    background: #f1f4f9;
}

.help-page-hot-list strong,
.help-page-hot-list strong a {
    overflow: hidden;
    color: #1f2a49;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.help-page-hot-list span:last-child {
    color: #9ca5b8;
    font-size: 13px;
    font-weight: 600;
}

.help-page-category-sections {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.help-page-category-section {
    min-height: 0;
    padding: 20px;
}

.help-page-category-section.is-video {
    margin-top: 18px;
}

.help-page-category-section-head {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(222, 231, 247, 0.78);
}

.help-page-category-section-head h2 {
    margin: 4px 0 0;
    color: #172242;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.28;
}

.help-page-section-kicker {
    display: inline-flex;
    height: 22px;
    padding: 0 9px;
    border-radius: 999px;
    color: #2f67ff;
    background: #eef4ff;
    font-size: 12px;
    font-weight: 800;
    line-height: 22px;
}

.help-page-category-section-head a {
    justify-content: center;
    min-width: 84px;
    height: 34px;
    padding: 0 12px;
    border-radius: 10px;
    color: #2f67ff;
    background: #f5f8ff;
    border: 1px solid rgba(95, 143, 255, 0.22);
    font-size: 13px;
    font-weight: 800;
}

.help-page-article-list {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.help-page-article-row {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) 94px;
    align-items: center;
    gap: 12px;
    min-height: 68px;
    padding: 10px 12px;
    border-radius: 14px;
    color: inherit;
    background: #f8fbff;
    border: 1px solid rgba(228, 235, 247, 0.86);
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.help-page-article-row:hover,
.help-page-video-card:hover {
    transform: translateY(-1px);
    border-color: rgba(95, 143, 255, 0.34);
    box-shadow: 0 12px 26px rgba(82, 112, 181, 0.08);
}

.help-page-article-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 9px;
    color: #5d75ad;
    background: #edf4ff;
    font-size: 13px;
    font-weight: 900;
}

.help-page-article-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.help-page-article-copy strong {
    overflow: hidden;
    color: #1f2a49;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.42;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.help-page-article-copy em {
    overflow: hidden;
    color: #7d899f;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.55;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.help-page-article-row time {
    color: #9aa5ba;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.help-page-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.help-page-video-card {
    display: grid;
    grid-template-columns: 178px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    min-height: 112px;
    padding: 12px;
    border-radius: 16px;
    color: inherit;
    background: #f8fbff;
    border: 1px solid rgba(228, 235, 247, 0.86);
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.help-page-video-cover {
    position: relative;
    display: block;
    height: 92px;
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(145deg, #4d9bff 0%, #2f67ff 100%);
}

.help-page-video-cover-empty {
    display: block;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 72% 28%, rgba(255, 255, 255, 0.52), transparent 22%),
        linear-gradient(135deg, #dbe8ff 0%, #a8c6ff 100%);
}

.help-page-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 42px;
    height: 42px;
    margin: -21px 0 0 -21px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
}

.help-page-video-play::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 12px;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #4a7fff;
}

.help-page-video-card-copy {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.help-page-video-card-copy strong {
    overflow: hidden;
    color: #1f2a49;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.42;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.help-page-video-card-copy em {
    display: -webkit-box;
    overflow: hidden;
    color: #7d899f;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.56;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.help-page-video-card-copy time {
    color: #9aa5ba;
    font-size: 13px;
    font-weight: 700;
}

.help-page-empty {
    padding: 18px;
    border-radius: 14px;
    color: #8b97ac;
    background: #f8fbff;
    border: 1px solid rgba(228, 235, 247, 0.86);
    font-size: 14px;
    font-weight: 700;
}

.help-page-knowledge {
    padding: 34px 0 52px;
    background: #ffffff;
}

.help-page-panel,
.help-page-category-section {
    min-height: 0;
    padding: 20px 22px;
    border-radius: 12px;
    border: 1px solid #e5ecf8;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(63, 95, 145, 0.06);
}

.help-page-panel-head,
.help-page-category-section-head {
    padding-bottom: 12px;
    border-bottom: 1px solid #eef3fb;
}

.help-page-panel-head h2,
.help-page-category-section-head h2 {
    margin: 0;
    color: #172242;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
}

.help-page-panel-head a,
.help-page-category-section-head a {
    min-width: 0;
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #2f67ff;
    background: transparent;
    font-size: 12px;
    font-weight: 800;
}

.help-page-panel-mark {
    width: 16px;
    height: 16px;
}

.help-page-panel-mark.is-hot::before {
    background: linear-gradient(180deg, #ffb454 0%, #ff7c16 100%);
}

.help-page-hot-list {
    margin-top: 14px;
}

.help-page-hot-list.is-rich {
    gap: 8px 36px;
}

.help-page-hot-list li {
    grid-template-columns: 20px minmax(0, 1fr) 70px;
    gap: 9px;
    min-height: 28px;
}

.help-page-hot-rank,
.help-page-hot-rank.is-muted,
.help-page-article-index {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    color: #ffffff;
    background: #ff8a22;
    font-size: 11px;
    font-weight: 900;
}

.help-page-hot-list strong,
.help-page-hot-list strong a {
    color: #1f2a49;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.help-page-hot-list span:last-child {
    color: #9aa5ba;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
}

.help-page-category-sections {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.help-page-category-section.is-video {
    margin-top: 16px;
}

.help-page-section-kicker {
    display: none;
}

.help-page-article-list {
    gap: 0;
    margin-top: 12px;
}

.help-page-article-row {
    grid-template-columns: 22px minmax(0, 1fr) 78px;
    gap: 8px;
    min-height: 34px;
    padding: 5px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.help-page-article-row:hover,
.help-page-video-card:hover {
    transform: none;
    border-color: transparent;
    box-shadow: none;
}

.help-page-article-copy strong {
    color: #23304f;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.help-page-article-copy em {
    display: none;
}

.help-page-article-row time {
    color: #9aa5ba;
    font-size: 12px;
    font-weight: 600;
}

.help-page-video-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 14px;
}

.help-page-video-card {
    grid-template-columns: 156px minmax(0, 1fr);
    gap: 16px;
    min-height: 108px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.help-page-video-cover {
    height: 92px;
    border-radius: 8px;
    background: linear-gradient(135deg, #dce9ff 0%, #a9c8ff 100%);
}

.help-page-video-card-copy strong {
    color: #1f2a49;
    font-size: 15px;
    font-weight: 900;
}

.help-page-video-card-copy em {
    color: #7c899f;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.7;
}

.help-page-video-card-copy time {
    color: #9aa5ba;
    font-size: 12px;
    font-weight: 600;
}

.help-page-empty {
    padding: 10px 0;
    border: 0;
    border-radius: 0;
    color: #9aa5ba;
    background: transparent;
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 1180px) {
    .help-page-hero-shell {
        grid-template-columns: minmax(0, 1fr) 480px;
    }

    .help-page-hero-visual {
        width: 480px;
    }

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

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

@media (max-width: 1024px) {
    .help-page-hero-shell {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 26px 20px 0;
        text-align: center;
    }

    .help-page-head {
        text-align: center;
    }

    .help-page-head h1 {
        font-size: 56px;
    }

    .help-page-search {
        margin-inline: auto;
    }

    .help-page-hero-visual {
        display: none;
    }

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

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

@media (max-width: 767px) {
    .help-page-wrap {
        width: min(100%, calc(100% - 20px));
    }

    .help-page-hero {
        padding-top: 22px;
    }

    .help-page-hero-shell {
        min-height: auto;
        padding: 0 4px;
    }

    .help-page-head h1 {
        font-size: 34px;
    }

    .help-page-head p {
        margin: 8px 0 14px;
        font-size: 13px;
        line-height: 1.55;
    }

    .help-page-search-box {
        grid-template-columns: 38px minmax(0, 1fr);
        height: auto;
        padding: 0;
    }

    .help-page-search-box button {
        grid-column: 1 / -1;
        width: calc(100% - 10px);
        margin: 0 5px 5px;
    }

    .help-page-category-grid,
    .help-page-category-sections,
    .help-page-hot-list.is-rich,
    .help-page-video-grid {
        grid-template-columns: 1fr;
    }

    .help-page-category-card {
        min-height: auto;
    }

    .help-page-article-row {
        grid-template-columns: 28px minmax(0, 1fr);
    }

    .help-page-article-row time {
        grid-column: 2;
        text-align: left;
    }

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

    .help-page-video-cover {
        height: 150px;
    }
}

@media (max-width: 560px) {
    .help-page-shortcuts {
        grid-template-columns: 1fr;
    }

    .help-page-category-grid,
    .help-page-panel,
    .help-page-category-section {
        padding: 16px;
    }
}
