/* post.css —— 文章详情页（post）专有样式 */
/* 正文图片在响应式缩放时始终沿用固有宽高比例。 */
.post-content img:not([no-zoom]) {
    width: 100%;
    height: auto;
}

.btn-download {
    background: #1abc9d;
    display: inline-block;
    padding: 10px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(22, 163, 74, 0.5);
    will-change: transform, opacity;
    margin-right: 2rem;
    width: 50%;
    max-width: 292px;
}

.btn-download>button {
    height: 100%;
}

.btn-download a {
    color: #fff !important;
    font-weight: 500;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    border-bottom: none;
    align-items: center;
    justify-content: center;
}

.btn-download a>img {
    width: 28px;
    height: 28px;
    margin: 0;
}

.btn-download:hover {
    background: #15803d;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

.copy-share-msg {
    width: fit-content;
    max-width: 50%;
}

@media (max-width: 768px) {
    .btn-download {
        margin-right: 1rem;
        width: 50%;
        padding: 0;
    }

    .btn-download a {
        font-size: 13px;
    }

    .btn-download a>img {
        width: 16px;
        height: 16px;
        margin: 0;
    }
}

/* 帖子内嵌播放器（xgplayer，与 AI 漫剧同栈） */
.dplayer {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 1rem 0;
    overflow: hidden;
    background: #000;
    border-radius: 0.5rem;
}

.dplayer.xgplayer,
.dplayer .xgplayer {
    width: 100% !important;
    height: 100% !important;
}

.dplayer video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}

.dplayer .dplayer-loading,
.dplayer .hg-post-player__empty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 12rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9375rem;
    background: #111;
}

.dplayer .xgplayer-progress-inner {
    background: rgba(255, 255, 255, 0.28) !important;
    border-radius: 999px !important;
}

.dplayer .xgplayer-progress-cache {
    background: rgba(254, 46, 98, 0.28) !important;
    border-radius: 999px !important;
}

.dplayer .xgplayer-progress-played,
.dplayer .xgplayer-drag {
    background: var(--hg-accent, #fe2e62) !important;
    border-radius: 999px !important;
}

.dplayer .hg-tp-ico {
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    color: #fff;
}

/* 倍速菜单与 1x 按钮之间有 20px 空隙，补齐悬浮热区避免移入菜单时自动收起。 */
.dplayer .xgplayer-playbackrate::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 78px;
    height: 1.25rem;
    transform: translateX(-50%);
    pointer-events: auto;
}

/* 覆盖 xgplayer 默认 .xgplayer-inactive { cursor:none }（库 CSS 动态后载入，须 !important） */
.dplayer.xgplayer.xgplayer-inactive,
.dplayer .xgplayer.xgplayer-inactive,
.xgplayer.xgplayer-inactive {
    cursor: default !important;
}

/* 文章顶部分隔线的间距微调（原内联 style 抽出） */
.line.line--mb1 {
    margin-bottom: 1rem;
}

.line.line--mt0 {
    margin-top: 0;
}

/* ========== 官方入口 / 官方公告（可折叠） ========== */
.hg-official {
    margin: 0 0 1rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

.hg-official__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 12px 20px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: rgba(238, 238, 238, 0.93);
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
    font: inherit;
}

.hg-official__head:hover,
.hg-official__head:focus {
    outline: none;
}

.hg-official__head-main {
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 0;
    flex: 1 1 auto;
}

.hg-official__title {
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.22;
    color: rgba(238, 238, 238, 0.93);
}

.hg-official__tip {
    min-width: 0;
    color: #fe2e62 !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.22;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hg-official__action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    color: #fe2e62;
}

.hg-official__action-text {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color: #fe2e62;
    white-space: nowrap;
}

.hg-official__chevron {
    display: block;
    width: 14px;
    height: 14px;
    transform: rotate(90deg);
    transition: transform 0.2s ease;
    /* 设计稿箭头为粉红强调色 */
    filter: brightness(0) saturate(100%) invert(32%) sepia(98%) saturate(2468%) hue-rotate(328deg) brightness(101%) contrast(101%);
}

.hg-official.is-open .hg-official__chevron {
    transform: rotate(-90deg);
}

.hg-official__body {
    padding: 0 20px 20px;
    box-sizing: border-box;
}

.hg-official__body[hidden] {
    display: none !important;
}

.hg-official__rich {
    margin-top: 12px;
    padding: 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #353535;
    color: #eee;
    font-size: 15px;
    line-height: 1.7;
    word-break: break-word;
}

.hg-official__rich p:last-child {
    margin-bottom: 0;
}

/* 入口内广告按钮：Figma 粉渐变 + 光晕；永远一行 3 个 */
.hg-official--entry .hg-official__txt-apps,
.hg-official--entry .txt-apps.hg-official__txt-apps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 20px;
    justify-content: flex-start;
}

.hg-official--entry .hg-official__txt-apps a,
.hg-official--entry .txt-apps.hg-official__txt-apps a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* 永远一行 3 个（gap 20×2） */
    flex: 0 0 calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
    min-height: 60px;
    margin: 0;
    padding: 8px 12px;
    border: 0 !important;
    border-radius: 10px;
    background: linear-gradient(90deg, #fe2e62 0%, #ff5781 100%);
    box-shadow: 0 0 18px rgba(254, 46, 98, 0.48);
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    box-sizing: border-box;
    text-decoration: none !important;
}

/* 禁止末项通栏，始终保持 1/3 宽 */
.hg-official--entry .hg-official__txt-apps a:last-child:nth-child(3n + 1),
.hg-official--entry .hg-official__txt-apps a:last-child:nth-child(odd),
.hg-official--entry .txt-apps.hg-official__txt-apps a:last-child:nth-child(3n + 1),
.hg-official--entry .txt-apps.hg-official__txt-apps a:last-child:nth-child(odd) {
    flex: 0 0 calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
}

.hg-official--entry .hg-official__txt-apps a:hover {
    filter: brightness(1.05);
    color: #fff !important;
}

/* 广告标题含「备用」时走描边样式（与独立备用入口一致） */
.hg-official--entry .hg-official__txt-apps a[data-backup="1"] {
    background: rgba(254, 46, 98, 0.1);
    border: 1px solid rgba(254, 46, 98, 0.3) !important;
    box-shadow: none;
}

.hg-official--entry .hg-official__backup {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 60px;
    margin: 0 0 20px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid rgba(254, 46, 98, 0.3);
    background: rgba(254, 46, 98, 0.1);
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none !important;
    box-sizing: border-box;
}

.hg-official--entry .hg-official__backup:hover {
    filter: brightness(1.08);
    color: #fff !important;
}

.hg-official--entry .hg-official__rich {
    margin-top: 0;
}

.hg-official--entry .hg-official__rich a {
    color: #60a5a6 !important;
    border-bottom: none !important;
    word-break: break-all;
}

/* Figma 2590:4522：永久入口 / 交流群强调链 */
.hg-official--entry .hg-official__rich a.hg-official__link--accent {
    color: #fe2e62 !important;
    text-decoration: underline !important;
    text-underline-offset: 0.125rem;
    word-break: break-word;
}

.hg-official--entry .hg-official__apps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 20px;
}

.hg-official--entry .hg-official__apps .btn-app {
    width: calc((100% - 40px) / 3);
    margin: 0;
}

.hg-post-notice {
    width: 100%;
    box-sizing: border-box;
}

/* 官方公告：PC Figma 2590:4599 — 外层卡片 + 2 列地址 + 通栏备用/导航 + TG/邮箱 + 提示 */
.hg-official--notice,
.content-tabs.hg-official--notice,
body.theme-dark .content-tabs.hg-official--notice,
body.theme-dark.dark-mode .content-tabs.hg-official--notice {
    margin-top: 1.5rem;
    padding: 0;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid #353535;
    border-radius: 10px;
    overflow: hidden;
}

.content-tabs.hg-official--notice .content-tabs-head {
    margin: 0;
    padding: 0;
    background: transparent !important;
    border: 0;
    overflow: visible;
}

.content-tabs.hg-official--notice .content-tabs-head .content-tab-title,
.content-tabs.hg-official--notice .hg-official__head,
body.theme-dark .content-tabs.hg-official--notice .content-tabs-head .content-tab-title,
body.theme-dark .content-tabs.hg-official--notice .content-tabs-head .content-tab-title.selected,
body.theme-dark.dark-mode .content-tabs.hg-official--notice .content-tabs-head .content-tab-title,
body.theme-dark.dark-mode .content-tabs.hg-official--notice .content-tabs-head .content-tab-title.selected {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 48px;
    padding: 8px 20px !important;
    /* 覆盖 mirages / common 旧 tab */
    background: rgba(255, 255, 255, 0.05) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 0 !important;
    border-radius: 10px;
    color: inherit;
    font-size: inherit !important;
    box-sizing: border-box;
}

.hg-official--notice .hg-official__head-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    min-width: 0;
    flex: 1 1 auto;
}

.hg-official--notice .hg-official__title {
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.22;
    color: rgba(238, 238, 238, 0.93);
}

.hg-official--notice .hg-official__tip,
.content-tabs.hg-official--notice .hg-official__tip {
    color: #fe2e62 !important;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 1.22 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0 !important;
}

.content-tabs.hg-official--notice .content-tabs-body,
.hg-official--notice .content-tabs-body {
    margin: 0;
    padding: 20px;
    border: 0;
    background: transparent !important;
}

.content-tabs.hg-official--notice .content-tabs-body .content-tab-content {
    padding: 0;
}

/* 地址卡片：2 列 + 下方通栏（备用入口 / 福利导航） */
.hg-official--notice .links-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.hg-official--notice .links-list>p,
.hg-official--notice .row-link {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    min-height: 140px;
    margin: 0 !important;
    padding: 26px 40px !important;
    border-radius: 10px;
    border: 1px solid #353535;
    background: rgba(255, 255, 255, 0.03) !important;
    background-color: rgba(255, 255, 255, 0.03) !important;
    box-sizing: border-box;
}

.hg-official--notice .row-link {
    margin-top: 20px !important;
    width: 100%;
}

.hg-official--notice .row-link+.row-link {
    margin-top: 20px !important;
}

.hg-official--notice .links-list>p,
.hg-official--notice .row-link p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}

.hg-official--notice .links-list>p a,
.hg-official--notice .row-link a {
    color: #60a5a6 !important;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.35;
    border-bottom: none !important;
    word-break: break-all;
}

.hg-official--notice .links-box {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 20px 0 !important;
    justify-content: stretch;
}

.hg-official--notice .links-box .link1,
.hg-official--notice .links-box .link2 {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    max-width: none !important;
    height: 60px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    border-radius: 10px !important;
    border: 1px solid #fe2e62 !important;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 1 !important;
    box-sizing: border-box;
    text-decoration: none !important;
}

.hg-official--notice .links-box .link1 {
    background: #fe2e62 !important;
    color: #fff !important;
}

.hg-official--notice .links-box .link2 {
    background: transparent !important;
    color: #fe2e62 !important;
}

.hg-official--notice .tips-box {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 0 0 20px !important;
}

.hg-official--notice .tips-box>div {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px;
    column-gap: 0;
    min-height: 130px;
    padding: 20px !important;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03) !important;
    background-color: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid #353535;
    box-sizing: border-box;
}

/* PC：序号粉色（覆盖 common.css 白字小徽章） */
.hg-official--notice .tips-box>div .tip-index {
    padding: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    color: #fe2e62 !important;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.hg-official--notice .tips-box>div .tip-content {
    color: #888 !important;
    font-size: 20px;
    line-height: 1.4;
    text-align: left !important;
    letter-spacing: normal;
}

.hg-official--notice .important-tip {
    margin: 12px 0 0;
    padding: 0;
    color: #bcbcbc;
    font-size: 16px;
    text-align: center !important;
}

.hg-official--notice .a2a_default_style {
    margin-top: 8px;
    display: flex;
    justify-content: center;
}

/* H5：Figma 750 稿 → 375 视口（÷2），与 ai-theater-detail 一致；覆盖 common.css 旧 content-tabs */
@media (max-width: 767px) {
    .hg-official {
        margin: 0 0 0.75rem;
        border-radius: 0.3125rem;
        /* 10@750 */
        background: rgba(255, 255, 255, 0.05);
    }

    /* —— 官方入口：单行 80@750 —— */
    .hg-official--entry .hg-official__head {
        align-items: center;
        min-height: 2.5rem;
        /* 80→40 */
        padding: 0.25rem 0.625rem;
        /* 8/20 → 4/10 */
    }

    .hg-official--entry .hg-official__title {
        font-size: 0.875rem;
        /* 28→14 */
        font-weight: 500;
        line-height: 0.9375rem;
        /* 30→15 */
        color: #fff;
    }

    .hg-official__action-text {
        display: none;
    }

    .hg-official__chevron {
        width: 0.9375rem;
        /* 30→15 */
        height: 0.9375rem;
        filter: none;
        /* chevron-h5.svg 本身为白描边 */
    }

    .hg-official--entry .hg-official__body {
        padding: 0 0.625rem 0.625rem;
    }

    .hg-official--entry .hg-official__txt-apps,
    .hg-official--entry .txt-apps.hg-official__txt-apps {
        gap: 0.625rem;
        /* 20→10 */
        margin: 0 0 0.625rem;
    }

    .hg-official--entry .hg-official__txt-apps a,
    .hg-official--entry .txt-apps.hg-official__txt-apps a {
        /* H5 一行 2 个，扣除中间 10px 间距后等分剩余宽度。 */
        flex: 0 0 calc((100% - 0.625rem) / 2);
        width: calc((100% - 0.625rem) / 2);
        max-width: calc((100% - 0.625rem) / 2);
        min-height: 2.625rem;
        /* 84→42 */
        font-size: 0.8125rem;
        border-radius: 0.3125rem;
        box-shadow: 0 0 0.55rem rgba(254, 46, 98, 0.48);
        padding: 0.375rem 0.375rem;
    }

    .hg-official--entry .hg-official__txt-apps a:last-child:nth-child(3n + 1),
    .hg-official--entry .hg-official__txt-apps a:last-child:nth-child(odd),
    .hg-official--entry .txt-apps.hg-official__txt-apps a:last-child:nth-child(3n + 1),
    .hg-official--entry .txt-apps.hg-official__txt-apps a:last-child:nth-child(odd) {
        /* 单数末项保持半宽，不自动拉伸为通栏。 */
        flex: 0 0 calc((100% - 0.625rem) / 2);
        width: calc((100% - 0.625rem) / 2);
        max-width: calc((100% - 0.625rem) / 2);
    }

    .hg-official--entry .hg-official__apps .btn-app {
        width: calc((100% - 0.625rem) / 2);
    }

    .hg-official--entry .hg-official__backup {
        min-height: 2.625rem;
        margin: 0 0 0.625rem;
        font-size: 0.9375rem;
        border-radius: 0.3125rem;
    }

    .hg-official--entry .hg-official__rich {
        padding: 0.75rem;
        /* ~24@750 */
        font-size: 0.8125rem;
        /* ~26→13 */
        line-height: 1.55;
    }

    /* —— 官方公告 H5：158@750 折叠头 + 单列地址 —— */
    .content-tabs.hg-official--notice,
    .hg-official--notice,
    body.theme-dark .content-tabs.hg-official--notice,
    body.theme-dark.dark-mode .content-tabs.hg-official--notice {
        margin-top: 0.75rem;
        background: rgba(255, 255, 255, 0.05) !important;
        border: 0;
        border-radius: 0.3125rem;
        overflow: hidden;
    }

    .content-tabs.hg-official--notice .content-tabs-head .content-tab-title,
    .content-tabs.hg-official--notice .hg-official__head,
    .content-tabs.hg-official--notice .content-tab-title.selected.w-full,
    .content-tabs-head .content-tab-title.selected.w-full {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between;
        gap: 0.625rem;
        width: 100%;
        min-height: 4.9375rem;
        /* 158→79 */
        padding: 0.625rem !important;
        /* 20→10 */
        font-size: inherit !important;
        background: transparent !important;
        background-color: transparent !important;
        box-sizing: border-box;
    }

    .hg-official--notice .hg-official__head-main,
    .hg-official--notice .hg-official__head-main {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.375rem;
        /* ~12@750 */
        min-width: 0;
        flex: 1 1 auto;
    }

    .hg-official--notice .hg-official__title,
    .hg-official--notice .hg-official__title {
        font-size: 0.875rem;
        /* 28→14 */
        font-weight: 500;
        line-height: 0.9375rem;
        color: #fff;
    }

    .hg-official--notice .hg-official__tip,
    .hg-official--notice .hg-official__tip,
    .content-tabs-head .content-tab-title.selected.w-full .tip {
        padding-left: 0 !important;
        white-space: normal;
        color: #999 !important;
        font-size: 0.75rem !important;
        /* 24→12 */
        font-weight: 500;
        line-height: 1.35 !important;
        text-wrap: wrap;
        overflow: visible;
        text-overflow: unset;
    }

    .hg-official--notice .content-tabs-body,
    .content-tabs.hg-official--notice .content-tabs-body {
        padding: 0 0.625rem 0.625rem;
    }

    .hg-official--notice .links-list,
    .hg-official--notice .links-box,
    .hg-official--notice .tips-box {
        grid-template-columns: 1fr;
        gap: 0.625rem;
        margin: 0.625rem 0 0 0;
    }

    .hg-official--notice .links-list>p,
    .hg-official--notice .row-link {
        min-height: 0;
        padding: 0.75rem !important;
    }

    .hg-official--notice .row-link,
    .hg-official--notice .row-link+.row-link {
        margin-top: 0.625rem !important;
    }

    .hg-official--notice .links-list>p,
    .hg-official--notice .row-link p {
        font-size: 0.75rem;
    }

    .hg-official--notice .links-list>p a,
    .hg-official--notice .row-link a {
        font-size: 0.875rem;
    }

    .hg-official--notice .links-box .link1,
    .hg-official--notice .links-box .link2 {
        height: 2.625rem !important;
        line-height: 2.625rem !important;
        font-size: 0.875rem !important;
        width: 100% !important;
    }

    .hg-official--notice .tips-box>div {
        min-height: 0;
        padding: 0.75rem !important;
    }

    .hg-official--notice .tips-box>div .tip-index {
        color: #fff !important;
        font-size: 0.875rem !important;
    }

    .hg-official--notice .tips-box>div .tip-content {
        color: #bcbcbc !important;
        font-size: 0.75rem;
        line-height: 1.4;
    }
}

/* ========== 评论区（帖子详情） ========== */
body.theme-dark #body-bottom {
    background: transparent;
}

#comments.hg-comments {
    color: #bcbcbc;
}

#comments.hg-comments .respond {
    margin: 0 0 1.5rem;
}

#comments.hg-comments .comment-reply-title,
#comments.hg-comments .widget-title {
    display: none;
}

#comments.hg-comments #comment-form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin: 0;
}

#comments.hg-comments #comment-form>p {
    margin: 0;
}

#comments.hg-comments #textarea {
    width: 100%;
    min-height: 135px;
    margin: 0;
    padding: 20px;
    border: 1px solid #353535;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    color: #eee;
    font-size: 20px;
    line-height: 1.4;
    box-sizing: border-box;
    resize: none;
}

#comments.hg-comments #textarea::placeholder {
    color: #888;
}

#comments.hg-comments .hg-cmt-form__bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

#comments.hg-comments .comment-input {
    flex: 1 1 160px;
    max-width: 280px;
    height: 48px;
    margin: 0;
    padding: 0 16px;
    border: 1px solid #353535;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    color: #eee;
    font-size: 16px;
    box-sizing: border-box;
}

#comments.hg-comments #submit,
#comments.hg-comments .button#submit,
#comments.hg-comments button.hg-cmt-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 48px;
    margin: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 10px;
    background: #fe2e62;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: none;
    font-family: inherit;
}

#comments.hg-comments .comment-separator {
    margin: 0 0 1.25rem;
    padding: 0;
    border: 0;
    background: transparent;
}

#comments.hg-comments .comment-num {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #eee;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

#comments.hg-comments .comment-num::before {
    content: "";
    display: block;
    width: 4px;
    height: 20px;
    border-radius: 2px;
    background: #fe2e62;
}

#comments.hg-comments .comment-list-container {
    overflow: visible;
}

#comments.hg-comments .comment-list-content {
    margin: 0 !important;
    padding: 0;
    list-style: none;
}

#comments.hg-comments .comment-list li.comment-body {
    margin: 0 0 20px !important;
    padding: 0;
    border: 0;
    list-style: none;
}

#comments.hg-comments .hg-cmt {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

#comments.hg-comments .hg-cmt__avatar,
#comments.hg-comments .comment-author .avatar {
    flex-shrink: 0;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    border-radius: 50%;
    object-fit: cover;
    background: rgba(255, 255, 255, 0.08);
}

#comments.hg-comments .hg-cmt__main {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#comments.hg-comments .hg-cmt__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: #959595;
    font-size: 13px;
    line-height: 19px;
}

#comments.hg-comments .hg-cmt__author {
    color: #959595;
    font-weight: 400;
}

#comments.hg-comments .hg-cmt__author.is-official {
    color: #fe2e62;
    font-weight: 500;
}

#comments.hg-comments .hg-cmt-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: #fe2e62;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

#comments.hg-comments .hg-cmt__date,
#comments.hg-comments .comment-meta,
#comments.hg-comments .comment-meta a {
    color: #959595 !important;
    font-size: 13px;
}

#comments.hg-comments .comment-meta {
    float: none;
    margin: 0;
    padding: 0;
}

#comments.hg-comments .hg-cmt__text,
#comments.hg-comments .comment-content {
    margin: 0;
    color: #eee;
    font-size: 15px;
    line-height: 1.45;
    word-break: break-word;
}

#comments.hg-comments .comment-content p {
    margin: 0;
}

#comments.hg-comments .hg-cmt__mention {
    color: #fe2e62;
    margin-right: 6px;
}

#comments.hg-comments .comment-reply {
    float: none;
    margin: 0;
    padding: 0;
}

#comments.hg-comments .comment-reply a,
#comments.hg-comments a.hg-cmt__reply {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: #959595 !important;
    font-size: 10px;
    line-height: 1;
    text-decoration: none !important;
}

#comments.hg-comments .comment-reply a:hover,
#comments.hg-comments a.hg-cmt__reply:hover {
    color: #fe2e62 !important;
    border-color: rgba(254, 46, 98, 0.35);
}

#comments.hg-comments .comment-author {
    float: none;
    display: contents;
}

#comments.hg-comments .comment-author cite {
    display: contents;
}

#comments.hg-comments .comment-children {
    margin: 4px 0 0;
    padding: 8px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    box-sizing: border-box;
}

#comments.hg-comments .comment-children:empty,
#comments.hg-comments .comment-children:not(:has(.comment-body)):not(:has(.hg-cmt-expand)) {
    display: none;
}

#comments.hg-comments .comment-children-ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#comments.hg-comments .comment-children .comment-body {
    margin: 0 0 10px !important;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

#comments.hg-comments .comment-children .comment-body:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0;
    border-bottom: 0;
}

#comments.hg-comments .comment-children .hg-cmt__avatar,
#comments.hg-comments .comment-children .avatar {
    width: 24px !important;
    height: 24px !important;
}

#comments.hg-comments .hg-cmt-expand {
    display: block;
    margin: 0;
    padding: 8px 0 0;
    border: 0;
    background: transparent;
    color: #fe2e62;
    font-size: 15px;
    line-height: 38px;
    text-align: left;
    cursor: pointer;
}

#comments.hg-comments .comment-list-pagetion {
    display: flex;
    justify-content: center;
    margin: 8px 0 0;
}

#comments.hg-comments .comment-list-pagetion .prev {
    display: none !important;
}

#comments.hg-comments .comment-list-pagetion .next,
#comments.hg-comments .hg-cmt-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 38px;
    margin: 0;
    padding: 8px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    color: #fe2e62 !important;
    font-size: 15px;
    text-align: center;
    text-decoration: none !important;
    box-sizing: border-box;
}

/* flex/inline-flex 会覆盖通用 [hidden]；没有下一页时不显示加载更多。 */
#comments.hg-comments .comment-list-pagetion .next[hidden],
#comments.hg-comments .hg-cmt-more[hidden] {
    display: none !important;
}

#comments.hg-comments .respond.child-respond {
    margin: 8px 0 0 !important;
    padding: 8px 10px;
    border: 1px solid #222;
    border-radius: 16px;
    background: #0d0d0d;
}

#comments.hg-comments .respond.child-respond .comment-reply-title {
    display: flex !important;
    justify-content: space-between;
    color: #959595;
    font-size: 13px;
}

#comments.hg-comments .respond.child-respond #textarea {
    min-height: 66px;
    font-size: 13px;
    padding: 12px;
}

#comments.hg-comments .respond.child-respond #submit {
    width: auto;
    min-width: 44px;
    height: 24px;
    font-size: 10px;
    border-radius: 999px;
}

#comments.hg-comments .cancel-comment-reply a {
    color: #959595 !important;
    font-size: 10px;
}

/* 评论区 H5：Figma 2726:7392 输入框+发布（覆盖 mirages #comment-form 透明底/蓝渐变/全宽按钮） */
@media (max-width: 767px) {
    #comments.hg-comments {
        padding: 0;
    }

    #comments.hg-comments .respond {
        margin: 0 0 1.25rem;
    }

    #comments.hg-comments #comment-form,
    body.theme-dark #comments.hg-comments #comment-form {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 0.9375rem;
        /* 30@750 → 15 */
        width: 100%;
        padding-top: 0;
        white-space: normal;
    }

    #comments.hg-comments #comment-form>p {
        width: 100%;
        margin: 0;
    }

    /* 输入框：700×148 @750，bg #171616 + 细白边 + 阴影 */
    #comments.hg-comments #textarea,
    #comments.hg-comments #comment-form textarea,
    body.theme-dark #comments.hg-comments #comment-form textarea,
    body.theme-dark.dark-mode #comments.hg-comments #comment-form textarea {
        display: block;
        width: 100% !important;
        height: 148px !important;
        min-height: 148px !important;
        max-height: 148px;
        margin: 0 !important;
        padding: 20px !important;
        box-sizing: border-box;
        border: 1.26px solid rgba(255, 255, 255, 0.1) !important;
        border-radius: 10px !important;
        background: #171616 !important;
        background-color: #171616 !important;
        box-shadow: 0 12.6px 30.3px -10.1px rgba(0, 0, 0, 0.4);
        color: #fff !important;
        font-size: 26px !important;
        font-weight: 400;
        line-height: 36px;
        resize: none;
        -webkit-appearance: none;
        appearance: none;
    }

    #comments.hg-comments #textarea::placeholder,
    #comments.hg-comments #comment-form textarea::placeholder,
    body.theme-dark #comments.hg-comments #comment-form textarea::-webkit-input-placeholder,
    body.theme-dark.dark-mode #comments.hg-comments #comment-form textarea::-webkit-input-placeholder {
        color: #999 !important;
        opacity: 1;
        font-size: 26px;
        line-height: 36px;
    }

    body.theme-dark #comments.hg-comments #comment-form textarea::-moz-placeholder,
    body.theme-dark.dark-mode #comments.hg-comments #comment-form textarea::-moz-placeholder {
        color: #999 !important;
        opacity: 1;
    }

    /* 稿面无「称呼」 */
    #comments.hg-comments .comment-input,
    #comments.hg-comments #comment-form input.comment-input {
        display: none !important;
    }

    #comments.hg-comments .hg-cmt-form__bar {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        margin: 0;
    }

    /* 发布：稿面 200×80@750 → 100×40（覆盖 mirages 蓝渐变 + width:100%） */
    #comments.hg-comments #submit,
    #comments.hg-comments .button#submit,
    #comments.hg-comments button.hg-cmt-submit,
    #comments.hg-comments #comment-form #submit.button,
    #comments.hg-comments #comment-form button#submit {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 6.25rem !important;
        /* 100 */
        max-width: 6.25rem !important;
        height: 2.5rem !important;
        /* 40 */
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0.3125rem !important;
        /* 10→5 */
        font-size: 1rem !important;
        /* 32→16 */
        font-weight: 600;
        line-height: 1;
        color: #fff !important;
        background: linear-gradient(90deg, #fe2e62 0%, #ff5781 100%) !important;
        box-shadow: 0 0 1.1rem rgba(254, 46, 98, 0.48) !important;
        -webkit-appearance: none;
        appearance: none;
    }

    #comments.hg-comments .comment-separator {
        margin: 0 0 0.75rem;
    }

    #comments.hg-comments .comment-num {
        font-size: 1rem;
        /* 32→16 */
        font-weight: 600;
        color: #fff;
        gap: 0;
    }

    #comments.hg-comments .comment-num::before {
        display: none;
        /* 稿面标题无粉条 */
    }

    #comments.hg-comments .comment-list li.comment-body.comment-parent {
        margin: 0 0 0.625rem !important;
        padding: 0 0 0.625rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    #comments.hg-comments .comment-list>li.comment-body.comment-parent:last-child {
        border-bottom: 0;
    }

    #comments.hg-comments .hg-cmt {
        gap: 0.625rem;
        /* ~20@750 */
    }

    #comments.hg-comments .hg-cmt__avatar,
    #comments.hg-comments .comment-author .avatar {
        width: 2rem !important;
        /* 64→32 */
        height: 2rem !important;
    }

    #comments.hg-comments .hg-cmt__main {
        gap: 0.5rem;
        /* 16→8 */
    }

    #comments.hg-comments .hg-cmt__meta {
        gap: 0.625rem;
        /* 20→10 */
        font-size: 0.75rem;
        /* 24→12 */
        line-height: 1.125rem;
        /* 36→18 */
    }

    #comments.hg-comments .hg-cmt__author.is-official {
        font-weight: 500;
    }

    #comments.hg-comments .hg-cmt-badge {
        width: 1rem;
        height: 1rem;
        font-size: 0.625rem;
        border-radius: 0.1875rem;
    }

    #comments.hg-comments .hg-cmt__text,
    #comments.hg-comments .comment-content {
        font-size: 0.8125rem;
        /* 26→13 */
        font-weight: 600;
        line-height: 1.22;
        /* ~39@26 */
        color: #fff;
    }

    #comments.hg-comments .comment-reply a,
    #comments.hg-comments a.hg-cmt__reply {
        height: 1.5rem;
        /* 48→24 */
        min-width: 2.75rem;
        padding: 0 0.375rem;
        font-size: 0.6875rem;
        /* 22→11 */
        border-radius: 999px;
    }

    /* 子评：缩进、无灰底卡片 */
    #comments.hg-comments .comment-children {
        margin: 0.375rem 0 0;
        padding: 0;
        border-radius: 0;
        background: transparent;
    }

    #comments.hg-comments .comment-children .comment-body {
        margin: 0 0 0.5rem !important;
        padding: 0 0 0 1.95rem;
        /* 对齐主评正文：约 64@750 缩进 */
        border-bottom: 0;
    }

    #comments.hg-comments .comment-children .hg-cmt__avatar,
    #comments.hg-comments .comment-children .avatar {
        width: 1.475rem !important;
        /* 47→23.5 */
        height: 1.475rem !important;
    }

    #comments.hg-comments .hg-cmt-expand {
        padding: 0.25rem 0 0 1.95rem;
        font-size: 0.6875rem;
        /* 22→11 */
        line-height: 1.2;
        color: #fe2e62;
    }

    /* 「加载更多」纯文字，非灰底按钮（去掉「查看更多评论」伪元素文案） */
    #comments.hg-comments .comment-list-pagetion {
        margin: 0.5rem 0 0;
    }

    #comments.hg-comments .comment-list-pagetion .next,
    #comments.hg-comments .hg-cmt-more {
        display: inline-flex !important;
        /* 覆盖 virtuallist.css H5 display:none */
        width: auto !important;
        height: auto !important;
        padding: 0.5rem 0;
        background: transparent !important;
        border-radius: 0;
        font-size: 0.6875rem !important;
        /* 22→11 */
        line-height: 1.2;
        color: #fe2e62 !important;
    }

    #comments.hg-comments .comment-list-pagetion .next::after,
    #comments.hg-comments .hg-cmt-more::after {
        content: none !important;
    }
}

/* ========== 帖子详情头部：Figma 2590:4491 ==========
 * 面包屑在标题上；祖先 rgba(255,255,255,.6) / 当前 #fe2e62；
 * 作者 #fe2e62 · 分隔 #8b8b8b · 日期 #999；标题 32/40 Semibold 白字。
 */
#post .post-nav-breadcrumb-wrap {
    margin: 1.25rem 0 1.25rem;
    /* ~20px 顶距（相对内容区）+ 与标题间距 */
}

#post .post-nav-breadcrumb-wrap .nav-breadcrumb-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    font-size: 0.875rem;
    /* 14 */
    line-height: 1.4;
}

#post .post-nav-breadcrumb-wrap .action-butn {
    flex-shrink: 0;
    font-size: 0.875rem !important;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none !important;
}

#post .post-nav-breadcrumb-wrap .action-butn:hover {
    color: #fe2e62 !important;
}

#post .post-nav-breadcrumb-wrap .point--slash {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    margin: 0;
    width: auto;
    height: auto;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    line-height: 1.4;
    white-space: pre;
}

#post .post-nav-breadcrumb-wrap .name {
    width: auto;
    max-width: min(20rem, 100%);
    font-size: 0.875rem;
    font-weight: 400;
    color: #fe2e62;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 特异性对齐 mirages `#post .post .post-title`，避免被列表断点字号盖掉 */
#post .post-title,
#post .post .post-title,
#post .post-title.post-title-long {
    margin: 0 0 0.75rem;
    /* 12px → meta */
    font-size: 2rem;
    /* PC 32 */
    font-weight: 600;
    line-height: 2.5rem;
    /* PC 40 */
    text-align: left;
    color: #fff;
}

#post .post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    /* 8 */
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
    font-size: 1.25rem;
    /* 20 */
    line-height: 1.4;
    text-align: left;
    color: #999;
}

#post .post-meta li {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

#post .post-meta__author {
    color: #fe2e62;
}

#post .post-meta__dot {
    color: #8b8b8b;
    font-weight: 600;
}

#post .post-meta__date,
#post .post-meta__date time {
    color: #999;
}

/* ========== 详情标签区：PC 2590:4531（频道 + 关键词 + 胶囊）/ H5 2724:6810 胶囊 ========== */
#post .tags {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    /* 20 */
    margin-top: 1.25rem;
    margin-bottom: 0;
    padding-top: 0;
    min-height: 0;
    box-sizing: border-box;
}

/* 官方频道：PC 2590:4532 红字下划线；H5 见 max-width 内 2724:6793 卡片
 * 须压过 mirages `body.theme-dark #post article a { color:#bcbcbc }` */
#post article a.hg-post-channel,
#post article a.hg-post-channel.no-icon,
body.theme-dark #post article a.hg-post-channel,
body.theme-dark #post article a.hg-post-channel.no-icon,
body.theme-dark.dark-mode #post article a.hg-post-channel {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    color: #fe2e62 !important;
    font-size: 0.8125rem;
    /* 13 */
    font-weight: 500;
    line-height: 1.21875rem;
    /* 19.5 */
    letter-spacing: -0.0762px;
    text-decoration: none !important;
    white-space: normal;
    word-break: break-word;
    box-sizing: border-box;
}

#post article a.hg-post-channel .hg-post-channel__text,
body.theme-dark #post article a.hg-post-channel .hg-post-channel__text,
body.theme-dark.dark-mode #post article a.hg-post-channel .hg-post-channel__text {
    color: #fe2e62 !important;
    text-decoration: underline;
    text-underline-offset: 0.125rem;
}

#post article a.hg-post-channel .hg-post-channel__btn {
    display: none;
}

#post article a.hg-post-channel:hover,
#post article a.hg-post-channel:focus,
body.theme-dark #post article a.hg-post-channel:hover,
body.theme-dark #post article a.hg-post-channel:focus {
    color: #ff5781 !important;
}

#post article a.hg-post-channel:hover .hg-post-channel__text,
#post article a.hg-post-channel:focus .hg-post-channel__text,
body.theme-dark #post article a.hg-post-channel:hover .hg-post-channel__text,
body.theme-dark #post article a.hg-post-channel:focus .hg-post-channel__text {
    color: #ff5781 !important;
    text-decoration: underline;
}

/* 关键词文案：2590:4535 #999 / 14 Semibold */
#post .hg-post-keywords {
    margin: 0;
    padding: 0;
    width: 100%;
    color: #999;
    font-size: 0.875rem;
    /* 14 */
    font-weight: 600;
    line-height: 1.4;
    word-break: break-word;
}

/* ========== 收藏 / 分享：PC 2590:4155（1000=490+20+490，高 60）========== */
#post .hg-post-actions {
    display: flex;
    align-items: stretch;
    gap: 1.25rem;
    /* 20 */
    width: 100%;
    /* 整页稿：标签区→操作 30；操作→上下篇 60（2590:4562→4571） */
    margin: 1.875rem 0 3.75rem;
    padding: 0;
    box-sizing: border-box;
}

#post .hg-post-actions__btn,
#post .post-content .hg-post-actions__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    /* icon→文案 8 */
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: 3.75rem;
    /* 60 定高，对齐稿 */
    min-height: 3.75rem;
    max-height: 3.75rem;
    margin: 0;
    padding: 0.5rem 0.75rem;
    /* 8 / 12 */
    border: 0 !important;
    border-radius: 0.625rem;
    /* 10 */
    background: rgba(255, 255, 255, 0.05) !important;
    color: #eee !important;
    font-family: inherit;
    font-size: 1rem;
    /* 16 Medium */
    font-weight: 500;
    line-height: 1.25rem;
    /* 20 */
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    text-decoration: none !important;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

#post .hg-post-actions__btn:hover,
#post .hg-post-actions__btn:focus,
#post .hg-post-actions__btn:active {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #eee !important;
    outline: none;
    filter: none;
    text-decoration: none !important;
}

/* 覆盖 .post-content img { width:100%; margin:1.25rem auto } */
#post .hg-post-actions__icon,
#post .post-content .hg-post-actions__icon,
#post .hg-post-actions img.hg-post-actions__icon {
    display: block !important;
    width: 1.25rem !important;
    /* 20 */
    height: 1.25rem !important;
    max-width: 1.25rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    flex-shrink: 0;
    object-fit: contain;
    vertical-align: middle;
}

#post .hg-post-actions__label {
    display: block;
    margin: 0;
    padding: 0;
    color: inherit;
    font: inherit;
    line-height: 1.25rem;
    white-space: nowrap;
}

/* 已收藏：粉渐变（H5 2726:7381；PC 同态） */
#post .hg-post-actions__btn--fav.is-active,
#post .hg-post-actions__btn--fav.is-active:hover,
#post .hg-post-actions__btn--fav.is-active:focus {
    background: linear-gradient(90deg, #fe2e62 0%, #ff5781 100%) !important;
    box-shadow: 0 0 18px rgba(254, 46, 98, 0.48);
    color: #fff !important;
}

#post .hg-post-actions__btn--fav.is-active .hg-post-actions__icon {
    display: none !important;
}

#post .tags .keywords,
#post .tags .keywords.YkziYC {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.625rem;
    /* ~10；PC 稿标签间距约 12 */
    margin: 0;
}

#post .tags .keywords>a,
body.theme-dark #post .tags .keywords>a,
body.theme-dark.dark-mode #post .tags .keywords>a,
body.theme-dark #post article .tags .keywords>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0.25rem 0.75rem;
    /* 4 / 12 */
    border: 0;
    border-radius: 999px;
    /* PC 胶囊 */
    background: rgba(254, 46, 98, 0.1) !important;
    color: #fe2e62 !important;
    font-size: 0.8125rem;
    /* 13 */
    font-weight: 400;
    line-height: 1.21875rem;
    /* 19.5 */
    letter-spacing: -0.0762px;
    text-decoration: none !important;
    white-space: nowrap;
    box-sizing: border-box;
}

#post .tags .keywords>a:hover,
body.theme-dark #post .tags .keywords>a:hover,
body.theme-dark.dark-mode #post .tags .keywords>a:hover {
    color: #fe2e62 !important;
    background: rgba(254, 46, 98, 0.16) !important;
}

/* ========== 上下篇：整页 2590:4491 / 默认 2590:4571 / 悬停 2590:4577 ========== */
/* 关键尺寸用 px，避免 html{font-size:112.5%} 把 96 撑成 108 */
#post .post-near {
    margin: 0 0 60px; /* →热门吃瓜 60（3310→3370） */
    padding: 0;
    background: transparent !important;
    border: 0 !important;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    word-break: normal;
}

#post .post-near__nav,
#post .post-near nav {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 20px; /* 490+20+490 */
    width: 100%;
}

#post .post-near__card,
#post .post-near a.post-near__card,
body.theme-dark #post .post-near a.post-near__card,
body.theme-dark.dark-mode #post .post-near a.post-near__card {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px; /* 标签底 3258 → 标题 3268 */
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: 96px !important;
    min-height: 96px !important;
    max-height: 96px !important;
    margin: 0 !important;
    padding: 20px !important;
    border: 1px solid #353535 !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    box-sizing: border-box;
    box-shadow: none !important;
    color: inherit !important;
    text-align: left;
    text-decoration: none !important;
    transition: background 0.2s ease, border-color 0.2s ease;
}

/* 特异性需压过上面 `a.post-near__card`（含 element），否则下一篇会落成左对齐 */
#post .post-near a.post-near__card--prev,
#post .post-near__card--prev {
    align-items: flex-start !important;
    text-align: left;
}

#post .post-near a.post-near__card--next,
#post .post-near__card--next {
    align-items: flex-end !important;
    text-align: right;
}

/* 悬停：整页稿右侧「鼠标悬停」2590:4577 */
#post .post-near a.post-near__card:hover,
#post .post-near a.post-near__card:focus,
#post .post-near a.post-near__card:active,
body.theme-dark #post .post-near a.post-near__card:hover,
body.theme-dark.dark-mode #post .post-near a.post-near__card:hover {
    background: rgba(254, 46, 98, 0.1) !important;
    border-color: rgba(254, 46, 98, 0.1) !important;
    color: inherit !important;
    text-decoration: none !important;
    outline: none;
    filter: none;
}

#post .post-near__card.is-empty {
    cursor: default;
    pointer-events: none;
}

#post .post-near__label {
    display: inline-flex;
    align-items: center;
    gap: 4px; /* icon 20 → 文案 x+4 */
    max-width: 100%;
    color: #fe2e62 !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.22; /* 24 */
    text-decoration: none !important;
    border: 0 !important;
}

#post .post-near__dir {
    color: inherit !important;
    white-space: nowrap;
    text-decoration: none !important;
    border: 0 !important;
}

/* 覆盖正文 img；稿内箭头为上朝，按 Figma rotate 成左右 */
#post .post-near__chevron,
#post .post-near img.post-near__chevron,
#post .post-content .post-near__chevron {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    flex-shrink: 0;
    object-fit: contain;
}

/* 上一篇：rotate(90deg)+scaleY(-1)；下一篇：rotate(90deg) */
#post .post-near__card--prev .post-near__chevron {
    transform: rotate(90deg) scaleY(-1);
}

#post .post-near__card--next .post-near__chevron {
    transform: rotate(90deg);
}

#post .post-near__title,
#post .post-near a .post-near__title,
body.theme-dark #post .post-near a .post-near__title {
    display: block;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    margin: 0;
    color: #999 !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.22; /* 22 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none !important;
    border: 0 !important;
}

#post .post-near__card--prev .post-near__title {
    text-align: left;
}

#post .post-near__card--next .post-near__title {
    text-align: right;
}

/* 清掉旧 mirages 中间竖线 / 半宽 table-cell / 链接底线 */
#post .post-near .prev,
#post .post-near .next {
    width: auto;
    display: contents;
    background: transparent;
    padding: 0;
}

#post .post-near .prev:after,
#post .post-near__nav .prev:after {
    content: none !important;
    display: none !important;
}

/* ========== 热榜吃瓜：PC 2590:4234 / 标题 2590:4588 ========== */
#post .post-recommend {
    margin: 2rem 0 1.5rem;
}

#post .post-recommend__head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    /* Accent→标题 12 */
    min-height: 1.875rem;
    margin: 0 0 1.25rem;
    /* 标题→网格 20 */
}

#post .post-recommend__accent {
    width: 0.25rem;
    /* 4 */
    height: 1.25rem;
    /* 20 */
    border-radius: 999px;
    background: var(--hg-accent, #fe2e62);
    flex-shrink: 0;
}

#post .post-content .post-recommend__title,
#post .post-recommend__title {
    margin: 0;
    color: #fff;
    font-size: 1.375rem;
    /* 22 */
    font-weight: 600;
    line-height: 1.875rem;
    /* 30 */
    letter-spacing: -0.02em;
}

#post .post-recommend__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    /* 20 */
}

#post .post-content a.post-recommend__card,
#post .post-recommend__card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    background: #171616;
    border: 0;
    border-radius: 0.625rem;
    /* 10 */
    box-sizing: border-box;
    color: inherit;
    text-decoration: none !important;
}

#post .post-content a.post-recommend__card:hover,
#post .post-content a.post-recommend__card:focus,
#post .post-content a.post-recommend__card:active {
    text-decoration: none !important;
}

#post .post-content a.post-recommend__card::after,
#post .post-recommend__card::after {
    content: none !important;
    display: none !important;
}

#post .post-recommend__cover,
#post .post-recommend__cover--empty {
    display: block;
    width: 100%;
    aspect-ratio: 490 / 276;
    /* 图区约占卡高 83.6% */
    object-fit: cover;
    background: #2a2a2a;
}

#post .post-content .post-recommend__card-title,
#post .post-recommend__card-title {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0.75rem 1.25rem 1rem;
    /* ≈ 20 水平 */
    color: rgba(238, 238, 238, 0.93);
    font-size: 1.125rem;
    /* 18 */
    font-weight: 400;
    line-height: 1.22;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: normal;
}

/* ========== 热门吃瓜：PC 2590:4583 标题 + 2590:4192 4×3 链接格 ========== */
/* 从正文抽出后由 .hg-hot-cats 渲染（见 post_hot_categories.tpl） */
#post .hg-hot-cats {
    /* 上间距由 .post-near margin-bottom:60px 承担，避免外边距折叠变矮 */
    margin: 0 0 1.5rem;
}

#post .hg-hot-cats__head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    /* Accent→标题 12 */
    min-height: 1.875rem;
    margin: 0 0 1.25rem;
    /* 标题→网格 20 */
}

#post .hg-hot-cats__accent {
    width: 0.25rem;
    /* 4 */
    height: 1.25rem;
    /* 20 */
    border-radius: 999px;
    background: var(--hg-accent, #fe2e62);
    flex-shrink: 0;
}

#post .hg-hot-cats__title {
    margin: 0;
    color: #fff;
    font-size: 1.375rem;
    /* 22 */
    font-weight: 600;
    line-height: 1.875rem;
    /* 30 */
    letter-spacing: -0.02em;
}

/* ========== FAQ：PC 2590:4758/4759 手风琴 · H5 2813:7719/7723 常开卡片 ========== */
/* 挂在 #body-bottom（评论区之后），不在 #post 内 */
.hg-post-faq {
    margin: 2.5rem 0 0;
    padding: 0;
    box-sizing: border-box;
}

.hg-post-faq__title {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0 0 1.25rem;
    /* 标题→列表：容器自身有 pt 20，这里只控标题底距 */
    color: #fff;
    font-size: 1.375rem;
    /* 22 */
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4395px;
}

.hg-post-faq__accent {
    display: none;
    /* H5 粉条 */
}

.hg-post-faq__title-text {
    display: block;
}

.hg-post-faq__list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    /* 12 */
    margin: 0;
    padding: 0;
}

.hg-post-faq__item {
    margin: 0;
    border: 1px solid #353535;
    border-radius: 0.625rem;
    /* 10 */
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    box-sizing: border-box;
}

.hg-post-faq__q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin: 0;
    padding: 1rem 1.25rem;
    /* 16 / 20 */
    list-style: none;
    cursor: pointer;
    user-select: none;
    color: #fff;
    box-sizing: border-box;
}

.hg-post-faq__q::-webkit-details-marker,
.hg-post-faq__q::marker {
    display: none;
    content: "";
}

.hg-post-faq__q-text {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 1rem;
    /* 16 */
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.1504px;
}

.hg-post-faq__icon {
    display: block;
    width: 0.9375rem;
    /* ~15 */
    height: 0.9375rem;
    flex-shrink: 0;
    margin: 0;
    transition: transform 0.2s ease;
    transform: rotate(180deg);
    /* 收起：箭头朝下 */
}

.hg-post-faq__item[open] .hg-post-faq__icon {
    transform: rotate(0deg);
    /* 展开：箭头朝上（稿面） */
}

.hg-post-faq__a {
    margin: 0;
    padding: 0.75rem 1.25rem 1rem;
    /* 12 / 20 / 16 */
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8125rem;
    /* 13 */
    font-weight: 400;
    line-height: 1.38125rem;
    /* 22.1 */
    letter-spacing: -0.0762px;
    word-break: break-word;
}

#post .hg-hot-cats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    overflow: hidden;
    border-radius: 1.25rem;
    /* 外角 20 */
    background: transparent;
    border: 1px solid #FFFFFF0D;
}

#post a.hg-hot-cats__cell,
#post a.hg-hot-cats__cell.no-icon,
body.theme-dark #post a.hg-hot-cats__cell,
body.theme-dark #post a.hg-hot-cats__cell.no-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 3.75rem;
    /* 60 */
    margin: 0;
    padding: 0 0.5rem;
    box-sizing: border-box;
    color: #60a5a6 !important;
    font-size: 1.125rem;
    /* 18 */
    font-weight: 500;
    line-height: 1.22;
    text-align: center;
    text-decoration: none !important;
    border: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    background: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#post a.hg-hot-cats__cell:nth-child(4n) {
    border-right: 0 !important;
}

/* 默认 12 格（3 行）；末行去底边。行数变化时仍可接受 */
#post a.hg-hot-cats__cell:nth-last-child(-n + 4) {
    border-bottom: 0 !important;
}

#post a.hg-hot-cats__cell::after,
#post a.hg-hot-cats__cell:after {
    content: none !important;
    display: none !important;
}

/* 悬停：粉字 + 淡粉底 + 粉描边（Figma 2590:4197） */
#post a.hg-hot-cats__cell:hover,
#post a.hg-hot-cats__cell:focus,
#post a.hg-hot-cats__cell:active,
body.theme-dark #post a.hg-hot-cats__cell:hover,
body.theme-dark #post a.hg-hot-cats__cell:focus {
    color: #fe2e62 !important;
    background: rgba(254, 46, 98, 0.1) !important;
    text-decoration: none !important;
    box-shadow: inset 0 0 0 1px rgba(254, 46, 98, 0.1);
}

/* PC：隐藏 H5 专用完整时间 / 阅读数 */
#post .post-meta__date-full,
#post .post-meta__dot--views,
#post .post-meta__views {
    display: none;
}

#post .post-meta__date-day {
    display: inline;
}

/* ========== H5 详情头部：Figma 2726:7242（750→375 ÷2）========== */
@media (max-width: 767px) {
    body.no-banner #post article {
        margin-top: 0.625rem;
        /* ~20@750 相对顶栏下方 */
    }

    #post .post-nav-breadcrumb-wrap {
        margin: 0 0 0.9375rem;
        /* 面包屑→标题 ≈30@750 */
    }

    #post .post-nav-breadcrumb-wrap .nav-breadcrumb-wrap {
        font-size: 0.75rem;
        /* 24→12 */
        line-height: 1.0625rem;
        /* 34→17 */
    }

    #post .post-nav-breadcrumb-wrap .action-butn,
    #post .post-nav-breadcrumb-wrap .point--slash {
        display: inline-flex !important;
        align-items: center;
        width: auto !important;
        height: auto !important;
        font-size: 0.75rem !important;
        line-height: 1.0625rem !important;
        color: rgba(255, 255, 255, 0.6) !important;
    }

    #post .post-nav-breadcrumb-wrap .name {
        max-width: 12rem;
        font-size: 0.75rem !important;
        color: #fe2e62;
    }

    /* H5 2726:7305：36/48@750 → 18/24@375；需压过 mirages ≤1439 的 1.5rem */
    #post .post-title,
    #post .post .post-title,
    #post .post-title.post-title-long {
        margin: 0 0 0.625rem;
        /* → meta ≈20@750 */
        font-size: 1.125rem !important;
        /* 18px */
        font-weight: 600;
        line-height: 1.5rem !important;
        /* 24px，行高比 48/36=1.333 */
        color: #fff;
    }

    #post .post-meta {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.375rem;
        /* ~12@750 */
        margin: 0 0 1.25rem;
        /* → 官方入口 ≈40@750 */
        font-size: 0.75rem;
        /* 24→12 */
        line-height: 1.0625rem;
        /* 34→17 */
        color: rgba(255, 255, 255, 0.55);
    }

    #post .post-meta li {
        margin: 0;
    }

    /* H5：作者白色；分隔更淡；日期/阅读半透明白 */
    #post .post-meta__author {
        color: #fff;
        font-weight: 500;
    }

    #post .post-meta__dot {
        color: rgba(255, 255, 255, 0.2);
        font-weight: 400;
    }

    #post .post-meta__date,
    #post .post-meta__date time,
    #post .post-meta__views {
        color: rgba(255, 255, 255, 0.55);
    }

    #post .post-meta__date-day {
        display: none;
    }

    #post .post-meta__date-full,
    #post .post-meta__dot--views,
    #post .post-meta__views {
        display: inline-flex;
    }

    /* H5：频道/关键词随内容换行；胶囊仍按 2724:6810 */
    #post .tags {
        gap: 0.75rem;
        /* 12 */
    }

    /* H5 官方频道 2724:6793：700×110@750 → 描边卡片 + 右「加入」胶囊
     * 须盖过桌面态 body.theme-dark(.dark-mode) … padding:0 的更高优先级 */
    #post article a.hg-post-channel,
    #post article a.hg-post-channel.no-icon,
    body.theme-dark #post article a.hg-post-channel,
    body.theme-dark #post article a.hg-post-channel.no-icon,
    body.theme-dark.dark-mode #post article a.hg-post-channel,
    body.theme-dark.dark-mode #post article a.hg-post-channel.no-icon {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.625rem;
        /* 10 */
        width: 100%;
        min-height: 3.4375rem;
        /* 110→55 */
        padding: 0.625rem 1.25rem !important;
        /* 竖 10 / 横 20：移动端左右内边距 */
        border: 1px solid #fe2e62;
        border-radius: 0.3125rem;
        /* 10→5 */
        background: rgba(254, 46, 98, 0.05);
        color: #fe2e62 !important;
        font-size: 0.75rem;
        /* 24→12 */
        font-weight: 500;
        line-height: 1.25rem;
        /* 40→20 */
        letter-spacing: -0.0762px;
        text-decoration: none !important;
        box-sizing: border-box;
    }

    #post article a.hg-post-channel .hg-post-channel__text,
    body.theme-dark #post article a.hg-post-channel .hg-post-channel__text {
        flex: 1 1 auto;
        min-width: 0;
        color: #fe2e62 !important;
        text-decoration: none !important;
    }

    #post article a.hg-post-channel .hg-post-channel__btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        width: 3.125rem;
        /* 100→50 */
        height: 1.875rem;
        /* 60→30 */
        margin: 0;
        padding: 0;
        border-radius: 999px;
        background: #fe2e62;
        color: #fff !important;
        font-size: 0.875rem;
        /* 28→14 */
        font-weight: 500;
        line-height: 1;
        white-space: nowrap;
    }

    #post article a.hg-post-channel:hover,
    #post article a.hg-post-channel:focus,
    body.theme-dark #post article a.hg-post-channel:hover,
    body.theme-dark #post article a.hg-post-channel:focus {
        color: #fe2e62 !important;
        background: rgba(254, 46, 98, 0.08);
    }

    #post article a.hg-post-channel:hover .hg-post-channel__text,
    #post article a.hg-post-channel:focus .hg-post-channel__text {
        color: #fe2e62 !important;
        text-decoration: none !important;
    }

    #post .hg-post-keywords {
        font-size: 0.8125rem;
        /* 13 */
    }

    /* H5 标签 2724:6810：10 圆角 + 粉边，高 25（50@750），字 11（22@750） */
    #post .tags .keywords,
    #post .tags .keywords.YkziYC {
        gap: 0.625rem;
        /* 20→10 */
    }

    #post .tags .keywords>a,
    body.theme-dark #post .tags .keywords>a,
    body.theme-dark.dark-mode #post .tags .keywords>a,
    body.theme-dark #post article .tags .keywords>a {
        min-height: 1.5625rem;
        /* 50→25 */
        padding: 0.125rem 0.375rem;
        /* 4/12 → 2/6 */
        border: 1px solid rgba(254, 46, 98, 0.3);
        border-radius: 0.3125rem;
        /* 10→5 */
        background: rgba(254, 46, 98, 0.1) !important;
        color: #fe2e62 !important;
        font-size: 0.6875rem;
        /* 22→11 */
        font-weight: 500;
        line-height: 1.21875rem;
        /* 保持可读；稿 19.5@750≈9.75 过紧 */
    }

    /* H5 上下篇 2726:7371+7367：并排 340+20+340，→热榜约 20（40@750） */
    #post .post-near {
        margin: 0 0 1.25rem;
    }

    #post .post-near__nav,
    #post .post-near nav {
        flex-direction: row;
        gap: 10px;
    }

    #post .post-near__card,
    #post .post-near a.post-near__card,
    body.theme-dark #post .post-near a.post-near__card {
        height: auto !important;
        min-height: 72px !important;
        max-height: none !important;
        padding: 14px 16px !important;
        border-radius: 10px !important;
    }

    #post .post-near__label {
        font-size: 15px;
        gap: 4px;
    }

    #post .post-near__chevron,
    #post .post-near img.post-near__chevron {
        width: 16px !important;
        height: 16px !important;
        max-width: 16px !important;
    }

    #post .post-near__title,
    #post .post-near a .post-near__title {
        font-size: 13px;
    }

    /* H5 收藏/分享 2726:7381+7383：两钮并排，字 15（30@750），高 42（84@750） */
    #post .hg-post-actions {
        gap: 0.625rem;
        /* ~20@750 */
        margin: 1rem 0 1.25rem;
    }

    #post .hg-post-actions__btn,
    #post .post-content .hg-post-actions__btn {
        height: 2.625rem;
        /* 84→42 */
        min-height: 2.625rem;
        max-height: 2.625rem;
        padding: 0.5rem 0.75rem;
        border-radius: 0.625rem;
        font-size: 0.9375rem;
        /* 30→15 */
        line-height: 1.25rem;
        /* 40→20 */
        background: #171616 !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
        box-shadow: 0 0.5rem 0.625rem rgba(0, 0, 0, 0.4);
        color: #fff !important;
    }

    #post .hg-post-actions__icon,
    #post .post-content .hg-post-actions__icon {
        display: none !important;
        /* H5 稿为纯文案钮 */
    }

    #post .hg-post-actions__btn--fav.is-active,
    #post .hg-post-actions__btn--fav.is-active:hover {
        border-color: transparent !important;
        box-shadow: 0 0 0.75rem rgba(254, 46, 98, 0.48);
    }

    /* H5 热门吃瓜：压过 theme-dark，保证分类格在窄屏可见 */
    #post .hg-hot-cats,
    body.theme-dark #post .hg-hot-cats,
    body.mobile #post .hg-hot-cats {
        display: block !important;
        visibility: visible !important;
        margin: 1.5rem 0 1.25rem;
    }

    #post .hg-hot-cats__head {
        margin-bottom: 0.875rem;
        gap: 0.5rem;
    }

    #post .hg-hot-cats__accent {
        height: 1rem;
    }

    #post .hg-hot-cats__title {
        font-size: 1.125rem;
        line-height: 1.5rem;
        color: #fff !important;
    }

    #post .hg-hot-cats__grid {
        display: grid !important;
        border-radius: 0.625rem;
    }

    #post a.hg-hot-cats__cell,
    #post a.hg-hot-cats__cell.no-icon,
    body.theme-dark #post a.hg-hot-cats__cell,
    body.theme-dark #post a.hg-hot-cats__cell.no-icon,
    body.mobile #post a.hg-hot-cats__cell {
        display: flex !important;
        height: 2.75rem !important;
        font-size: 0.75rem !important;
        padding: 0 0.25rem !important;
        color: #60a5a6 !important;
    }

    /* H5 热榜吃瓜 2726:7385：2×2，约 340×256，字 13（26@750） */
    #post .post-recommend {
        margin: 1.5rem 0 1.25rem;
    }

    #post .post-recommend__title {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    #post .post-recommend__grid {
        gap: 0.75rem 0.625rem;
    }

    #post .post-content a.post-recommend__card {
        min-height: 0;
    }

    #post .post-recommend__cover,
    #post .post-recommend__cover--empty {
        aspect-ratio: 340 / 192;
        /* 图区约占卡高 75% */
    }

    #post .post-content .post-recommend__card-title,
    #post .post-recommend__card-title {
        padding: 0.5rem 0.625rem 0.625rem;
        font-size: 0.8125rem;
        /* 26→13 */
        line-height: 1.22;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* H5 FAQ 2813:7719 粉条标题 + 2813:7723 常开卡片（无折叠箭头） */
    .hg-post-faq {
        margin: 1.5rem 0 0;
        /* 24@750→12…稿 pt 24→12；再留与评论间距 */
        padding-top: 0.75rem;
    }

    .hg-post-faq__title {
        gap: 0.4375rem;
        /* 14→7 */
        margin: 0 0 0.75rem;
        /* 与列表 16→8…稿 gap 16 在 list */
        min-height: 1.5rem;
    }

    .hg-post-faq__accent {
        display: block;
        width: 0.1875rem;
        /* 6→3 */
        height: 1rem;
        /* 32→16 视觉对齐字高 */
        border-radius: 0.09375rem;
        /* 3→1.5 */
        background: #fe2e62;
    }

    .hg-post-faq__title-text {
        font-size: 1rem;
        /* 32→16 */
        font-weight: 600;
        line-height: 1.5rem;
        /* 48→24 */
        letter-spacing: 0;
    }

    .hg-post-faq__list {
        gap: 0.5rem;
        /* 16→8 */
    }

    .hg-post-faq__item {
        border-radius: 0.3125rem;
        /* 10→5 */
    }

    .hg-post-faq__q {
        padding: 0.90625rem 0.90625rem 0;
        /* ~29→14.5 */
        cursor: default;
        pointer-events: none;
    }

    .hg-post-faq__q-text {
        font-size: 0.875rem;
        /* 28→14 */
        font-weight: 600;
        line-height: 1.3125rem;
        /* 42→21 */
    }

    .hg-post-faq__icon {
        display: none !important;
    }

    .hg-post-faq__a {
        display: block !important;
        padding: 0.5rem 0.90625rem 0.90625rem;
        /* 16→8 top；底侧同卡内边距 */
        border-top: 0;
        color: rgba(255, 255, 255, 0.45);
        font-size: 0.75rem;
        /* 24→12 */
        line-height: 1.275rem;
        /* 40.8→20.4 */
    }

    .hg-post-faq__item:not([open]) .hg-post-faq__a {
        display: block !important;
    }
}
