/* 全局基础样式 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

.z392cfbody {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    background: radial-gradient(circle at top left, #151515, #050505 55%, #000000 100%);
    color: #f5f5f5;
    line-height: 1.6;
    overflow-x: hidden;
}

/* 顶部区域 */
.z392cfheader {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(5, 5, 5, 0.9);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.z392cfheader-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.z392cflogo {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.z392cflogo-link {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.z392cflogo-img {
    display: block;
    height: 32px;
    width: auto;
}

/* 顶部导航栏 */
.z392cfnav {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    gap: 16px;
}

.z392cfnav-title {
    font-size: 13px;
    color: #c8c8c8;
    white-space: nowrap;
}

.z392cfnav-menu {
    display: flex;
    align-items: center;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.z392cfnav-link {
    color: #dcdcdc;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 999px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.z392cfnav-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

/* 移动端汉堡菜单基础 */
.z392cfnav-toggle {
    display: none;
}

.z392cfnav-toggle-btn {
    display: none;
    width: 32px;
    height: 28px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
}

.z392cfnav-toggle-bar {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background-color: #ffffff;
}

.z392cfnav-mobile {
    display: none;
    width: 100%;
}

.z392cfnav-mobile-inner {
    margin-top: 8px;
    border-radius: 12px;
    padding: 10px 12px 12px;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.z392cfnav-mobile-title {
    font-size: 13px;
    color: #dcdcdc;
    margin-bottom: 4px;
}

.z392cfnav-mobile-link {
    font-size: 14px;
    color: #f5f5f5;
    text-decoration: none;
    padding: 4px 2px;
}

.z392cfnav-mobile-link:hover {
    text-decoration: underline;
}

/* 主体布局 */
.z392cfmain {
    max-width: 1120px;
    margin: 0 auto;
    padding: 32px 20px 48px;
    min-width: 0;
}

/* 通用按钮 */
.z392cfbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.z392cfbtn-primary {
    background: #ffffff;
    color: #000000;
}

.z392cfbtn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.z392cfbtn-gradient {
    background: linear-gradient(135deg, #ffffff, #1f1f1f);
    color: #000000;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.55);
}

.z392cfbtn-gradient:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.75);
}

.z392cfbtn-outline {
    background: transparent;
    color: #f5f5f5;
    border-color: rgba(255, 255, 255, 0.35);
}

.z392cfbtn-outline:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-1px);
}

.z392cfbtn-icon {
    margin-right: 6px;
    font-size: 16px;
}

/* 顶部下载按钮 */
.z392cfbtn-top-download {
    padding-inline: 18px;
}

/* 头部主视觉区域 */
.z392cfhero {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
    gap: 40px;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 40px;
}

.z392cfhero-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    color: #f0f0f0;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
}

.z392cfhero-text {
    max-width: 620px;
    min-width: 0;
}

.z392cfh1 {
    font-size: 32px;
    margin: 0 0 10px;
}

.z392cfh2 {
    font-size: 18px;
    margin: 0 0 16px;
    color: #c7c7c7;
}

.z392cfhero-desc {
    font-size: 14px;
    color: #b0b0b0;
    margin-bottom: 20px;
}

/* 下载按钮区域 */
.z392cfdownload-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.z392cfbtn-android {
    min-width: 150px;
}

.z392cfbtn-ios {
    min-width: 150px;
}

/* 右侧APP预览 */
.z392cfhero-side {
    display: flex;
    justify-content: flex-end;
    min-width: 0;
}

.z392cfmockup-box {
    width: 260px;
    max-width: 100%;
    height: 520px;
    border-radius: 36px;
    padding: 14px;
    background: radial-gradient(circle at top, #2a2a2a, #050505);
    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.9),
        0 0 0 1px rgba(255, 255, 255, 0.02);
    display: flex;
    align-items: center;
    justify-content: center;
}

.z392cfhero-img {
    width: 100%;
    height: 100%;
    border-radius: 26px;
    object-fit: cover;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

/* 首页通用区块标题 */
.z392cfsec-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 28px;
}

.z392cfsec-head--row {
    text-align: left;
    max-width: none;
    margin-bottom: 22px;
}

.z392cfsec-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #a0a0a0;
    padding: 4px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    margin-bottom: 10px;
}

.z392cfsec-tag--light {
    color: #d8d8d8;
    border-color: rgba(255, 255, 255, 0.2);
}

.z392cfsec-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.3;
}

.z392cfsec-title--light {
    color: #ffffff;
}

.z392cfsec-lead {
    font-size: 14px;
    color: #b0b0b0;
    margin: 0;
    line-height: 1.7;
    word-break: break-word;
}

.z392cfsec-lead--light {
    color: #cccccc;
}

/* 功能亮点 */
.z392cffeatures {
    margin-top: 48px;
    padding-top: 0;
    min-width: 0;
}

.z392cffeatures-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.z392cffeature-card {
    position: relative;
    min-width: 0;
    padding: 18px 14px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: border-color 0.2s ease;
}

.z392cffeature-card:hover {
    border-color: rgba(255, 255, 255, 0.16);
}

.z392cffeature-num {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.18);
    letter-spacing: 0.05em;
}

.z392cffeature-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 12px;
}

.z392cffeature-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 6px;
}

.z392cffeature-desc {
    font-size: 13px;
    color: #a8a8a8;
    margin: 0;
    line-height: 1.55;
}

.z392cffeatures-tags {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.z392cffeatures-tag {
    font-size: 12px;
    color: #c0c0c0;
    padding: 12px 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    line-height: 1.55;
    word-break: break-word;
    overflow-wrap: anywhere;
}

/* 再次下载召唤区域 */
.z392cfcta {
    margin-top: 36px;
}

.z392cfcta-inner {
    border-radius: 20px;
    padding: 20px 22px;
    background: radial-gradient(circle at top right, #1d1d1d, #050505);
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.z392cfcta-title {
    font-size: 18px;
    margin: 0 0 6px;
}

.z392cfcta-desc {
    font-size: 13px;
    color: #b5b5b5;
    margin: 0;
}

.z392cfcta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* 页脚 */
.z392cffooter {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 16px 20px 24px;
    text-align: center;
    font-size: 12px;
    color: #808080;
}

.z392cffooter-text {
    margin: 0;
}

/* 通用内容区块 */
.z392cfsection {
    margin-top: 48px;
    min-width: 0;
}

.z392cfsection-title {
    font-size: 20px;
    margin: 0 0 14px;
}

.z392cfsection-text {
    font-size: 14px;
    color: #c4c4c4;
    margin: 0 0 10px;
    word-break: break-word;
}

.z392cfsection-list {
    margin: 10px 0 0;
    padding-left: 20px;
    font-size: 14px;
    color: #c4c4c4;
}

.z392cfsection-list-item {
    margin-bottom: 6px;
}

/* 下载中心 */
.z392cfsection-download {
    margin-top: 48px;
}

.z392cfdownload-band {
    border-radius: 12px;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(240px, 1fr);
    background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 50%, #111111 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.z392cfdownload-main {
    min-width: 0;
    padding: 24px;
}

.z392cfdownload-buttons-main {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 18px 0 14px;
}

.z392cfdownload-list {
    margin: 0;
    padding-left: 18px;
    font-size: 13px;
    color: #b8b8b8;
}

.z392cfdownload-item {
    margin-bottom: 5px;
}

.z392cfdownload-aside {
    min-width: 0;
    padding: 24px;
    background: rgba(0, 0, 0, 0.35);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.z392cfdownload-aside-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 14px;
    color: #e8e8e8;
}

.z392cfdownload-aside-list {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #b0b0b0;
    line-height: 1.65;
}

.z392cfdownload-aside-list li {
    margin-bottom: 10px;
}

.z392cfdownload-aside-list li:last-child {
    margin-bottom: 0;
}

/* 平台介绍 */
.z392cfsection-intro {
    margin-top: 48px;
}

.z392cfintro-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}

.z392cfintro-stat {
    min-width: 0;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
}

.z392cfintro-stat-label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #e0e0e0;
}

.z392cfintro-stat-text {
    font-size: 13px;
    color: #a8a8a8;
    margin: 0;
    line-height: 1.55;
}

.z392cfintro-body {
    min-width: 0;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.015);
}

.z392cfintro-points {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.z392cfintro-point {
    min-width: 0;
    font-size: 13px;
    color: #c0c0c0;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
    line-height: 1.55;
    word-break: break-word;
}

.z392cfintro-point strong {
    color: #e8e8e8;
    font-weight: 600;
}

/* 下载步骤区域 */
.z392cfsection-steps {
    margin-top: 32px;
}

.z392cfsteps-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.z392cfsteps-column {
    padding: 16px 16px 18px;
    border-radius: 16px;
    background: radial-gradient(circle at top left, #1e1e1e, #070707);
    border: 1px solid rgba(255, 255, 255, 0.04);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.7);
}

.z392cfsteps-title {
    font-size: 16px;
    margin: 0 0 10px;
}

.z392cfsteps-list {
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
    color: #cfcfcf;
}

.z392cfsteps-item {
    margin-bottom: 6px;
}

/* FAQ */
.z392cfsection-faq {
    margin-top: 48px;
    padding: 24px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.z392cffaq-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 32px;
    align-items: start;
}

.z392cffaq-side {
    position: sticky;
    top: 88px;
}

.z392cffaq-text {
    font-size: 14px;
    color: #a8a8a8;
    margin: 0;
    line-height: 1.65;
}

.z392cffaq-list {
    margin: 0;
    padding: 0;
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.z392cffaq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.z392cffaq-item:last-child {
    border-bottom: none;
}

.z392cffaq-question {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 14px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    transition: color 0.15s ease;
}

.z392cffaq-question:hover {
    color: #ffffff;
}

.z392cffaq-question::after {
    content: "+";
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
}

.z392cffaq-item[open] .z392cffaq-question::after {
    content: "−";
}

.z392cffaq-answer {
    font-size: 13px;
    color: #a8a8a8;
    padding: 0 16px 14px;
    line-height: 1.65;
    word-break: break-word;
}

.z392cffaq-item summary {
    list-style: none;
}

.z392cffaq-item summary::-webkit-details-marker {
    display: none;
}

/* 风险提示 */
.z392cfsection-risk {
    margin-top: 48px;
}

.z392cfrisk-inner {
    display: flex;
    gap: 16px;
    padding: 20px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 180, 0, 0.07) 0%, rgba(200, 60, 0, 0.05) 100%);
    border: 1px solid rgba(255, 200, 80, 0.15);
    min-width: 0;
}

.z392cfrisk-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 10px;
    background: rgba(255, 180, 0, 0.12);
}

.z392cfrisk-content {
    flex: 1;
    min-width: 0;
}

.z392cfrisk-title {
    font-size: 18px;
    margin: 0 0 10px;
}

.z392cfsection-text--last {
    margin-bottom: 0;
}

/* 导航当前栏目高亮 */
.z392cfnav-item.z392cfthis .z392cfnav-link,
.z392cfnav-item.z392cfthis .z392cfnav-link:hover {
    background-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

/* 友情链接 */
.z392cfsection-links {
    margin-top: 32px;
}

.z392cflinks-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.z392cflinks-list a {
    color: #b8b8b8;
    text-decoration: none;
}

.z392cflinks-list a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* 首页文章板块 */
.z392cfsection-articles {
    margin-top: 48px;
    min-width: 0;
}

.z392cfarticles-desc {
    font-size: 14px;
    color: #a8a8a8;
    margin: 6px 0 0;
    line-height: 1.6;
}

.z392cfarticles-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.z392cfarticle-card {
    min-width: 0;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: border-color 0.2s ease;
}

.z392cfarticle-card:hover {
    border-color: rgba(255, 255, 255, 0.16);
}

.z392cfarticle-card-link {
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
    height: 100%;
}

.z392cfarticle-card-thumb {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
}

.z392cfarticle-card-body {
    padding: 10px 12px 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.z392cfarticle-card-thumb img,
.z392cfarticle-thumb img,
.z392cfsidebar-thumb img,
.z392cfrelated-thumb img,
.z392cflist-thumb img,
.z392cfarticle-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.z392cfarticle-card-title {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.z392cfarticle-card-date {
    font-size: 11px;
    color: #777777;
}

/* 侧栏布局 */
.z392cfmain-with-sidebar {
    padding-top: 24px;
}

.z392cflayout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    align-items: start;
}

.z392cfcontent {
    min-width: 0;
}

/* 侧栏 */
.z392cfsidebar {
    position: sticky;
    top: 80px;
}

.z392cfsidebar-block {
    border-radius: 16px;
    padding: 14px 14px 10px;
    margin-bottom: 16px;
    background: radial-gradient(circle at top right, #222222, #080808);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
}

.z392cfsidebar-block:last-child {
    margin-bottom: 0;
}

.z392cfsidebar-title {
    font-size: 15px;
    margin: 0 0 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.z392cfsidebar-title a {
    color: #f0f0f0;
    text-decoration: none;
}

.z392cfsidebar-title a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.z392cfsidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.z392cfsidebar-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.z392cfsidebar-item:last-child {
    border-bottom: none;
}

.z392cfsidebar-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: inherit;
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.z392cfsidebar-link:hover {
    opacity: 0.85;
}

.z392cfsidebar-thumb {
    flex-shrink: 0;
    width: 56px;
    height: 42px;
    border-radius: 6px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
}

.z392cfsidebar-text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.z392cfsidebar-item-title {
    font-size: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.z392cfsidebar-item-date {
    font-size: 11px;
    color: #888888;
}

/* 内容页 */
.z392cfarticle {
    border-radius: 20px;
    padding: 22px 24px 24px;
    background: radial-gradient(circle at top left, #222222, #050505);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.85);
}

.z392cfarticle-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    font-size: 12px;
    color: #999999;
    margin-bottom: 10px;
}

.z392cfarticle-cat a {
    color: #cccccc;
    text-decoration: none;
}

.z392cfarticle-cat a:hover {
    text-decoration: underline;
}

.z392cfarticle-title {
    font-size: 24px;
    margin: 0 0 16px;
    line-height: 1.4;
}

.z392cfarticle-thumb {
    width: 100%;
    max-width: 640px;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.04);
}

.z392cfarticle-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.z392cfarticle-body {
    font-size: 15px;
    line-height: 1.8;
    color: #d8d8d8;
}

.z392cfarticle-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.z392cfarticle-body p {
    margin: 0 0 14px;
}

.z392cfdiyfield {
    margin-top: 16px;
    font-size: 14px;
    color: #c8c8c8;
}

.z392cfarticle-images {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
}

.z392cfarticle-figure {
    margin: 0;
}

.z392cfarticle-figure-link {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 10 / 7;
    background: rgba(255, 255, 255, 0.04);
}

.z392cfarticle-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.z392cfarticle-figure figcaption {
    font-size: 12px;
    color: #999999;
    margin-top: 6px;
}

.z392cfmeta-tags-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.z392cfmeta-tags-label {
    font-size: 13px;
    color: #999999;
}

.z392cfmeta-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.z392cftagitem a {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 12px;
    color: #dcdcdc;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.z392cftagitem a:hover {
    background: rgba(255, 255, 255, 0.12);
}

.z392cfarticle-prenext {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.z392cfprenext-item {
    flex: 1;
    min-width: 0;
    font-size: 13px;
}

.z392cfprenext-pre {
    text-align: left;
}

.z392cfprenext-next {
    text-align: right;
}

.z392cfprenext-label {
    display: block;
    font-size: 12px;
    color: #888888;
    margin-bottom: 4px;
}

.z392cfprenext-item a {
    color: #cccccc;
    text-decoration: none;
}

.z392cfprenext-item a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* 相关推荐 */
.z392cfrelated {
    margin-top: 24px;
    border-radius: 20px;
    padding: 18px 20px 20px;
    background: radial-gradient(circle at top right, #1e1e1e, #050505);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.z392cfrelated-title {
    font-size: 18px;
    margin: 0 0 14px;
}

.z392cfrelated-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.z392cfrelated-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.z392cfrelated-item:last-child {
    border-bottom: none;
}

.z392cfrelated-link {
    display: flex;
    gap: 14px;
    padding: 12px 0;
    color: inherit;
    text-decoration: none;
}

.z392cfrelated-link:hover {
    opacity: 0.9;
}

.z392cfrelated-thumb {
    flex-shrink: 0;
    width: 100px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
}

.z392cfrelated-info {
    flex: 1;
    min-width: 0;
}

.z392cfrelated-item-title {
    font-size: 14px;
    margin: 0 0 4px;
    line-height: 1.4;
}

.z392cfrelated-desc {
    font-size: 12px;
    color: #aaaaaa;
    margin: 0;
    line-height: 1.5;
}

/* 列表页 */
.z392cflist-header {
    margin-bottom: 20px;
}

.z392cflist-title {
    font-size: 24px;
    margin: 0 0 8px;
}

.z392cflist-desc {
    font-size: 14px;
    color: #b0b0b0;
    margin: 0;
}

.z392cflistbox {
    border-radius: 20px;
    padding: 6px 20px;
    background: radial-gradient(circle at top left, #222222, #050505);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.85);
}

.z392cflist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.z392cflist-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.z392cflist-item:last-child {
    border-bottom: none;
}

.z392cflist-link {
    display: flex;
    gap: 18px;
    padding: 16px 0;
    color: inherit;
    text-decoration: none;
    transition: opacity 0.15s ease;
}

.z392cflist-link:hover {
    opacity: 0.9;
}

.z392cflist-thumb {
    flex-shrink: 0;
    width: 180px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
}

.z392cflist-info {
    flex: 1;
    min-width: 0;
}

.z392cflist-item-title {
    font-size: 16px;
    margin: 0 0 8px;
    line-height: 1.4;
}

.z392cflist-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    font-size: 12px;
    color: #999999;
    margin-bottom: 8px;
}

.z392cflist-cat b a,
.z392cflist-cat a {
    color: #bbbbbb;
    text-decoration: none;
}

.z392cflist-intro {
    font-size: 13px;
    color: #b5b5b5;
    margin: 0;
    line-height: 1.6;
}

/* 翻页 - 左右分布 */
.z392cfpagebar {
    margin-top: 20px;
}

.z392cfpages {
    border-radius: 14px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.z392cfpages-lr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.z392cfpage-pre,
.z392cfpage-next {
    flex-shrink: 0;
}

.z392cfpage-center {
    flex: 1;
    display: flex;
    justify-content: center;
}

.z392cfpage-center .z392cfpagelist {
    justify-content: center;
}

.z392cfpagelist {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.z392cfpagelist li {
    font-size: 13px;
}

.z392cfpagelist a {
    color: #cccccc;
    text-decoration: none;
    padding: 6px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: background-color 0.15s ease;
}

.z392cfpagelist a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.z392cfpagelist .thisclass,
.z392cfpagelist .thisclass a {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

/* 响应式适配 */
@media (max-width: 1080px) {
    .z392cffeatures-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .z392cffeatures-tags {
        grid-template-columns: minmax(0, 1fr);
    }

    .z392cfarticles-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .z392cfintro-points {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 960px) {
    .z392cfhero {
        grid-template-columns: minmax(0, 1fr);
        gap: 26px;
    }

    .z392cfhero-text {
        order: -1;
    }

    .z392cfhero-side {
        justify-content: center;
    }

    .z392cfmockup-box {
        width: min(230px, 72vw);
        height: auto;
        aspect-ratio: 1 / 2;
    }

    .z392cfdownload-band {
        grid-template-columns: minmax(0, 1fr);
    }

    .z392cfdownload-aside {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .z392cfintro-stats {
        grid-template-columns: minmax(0, 1fr);
    }

    .z392cffaq-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }

    .z392cffaq-side {
        position: static;
    }

    .z392cfsteps-grid,
    .z392cffaq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .z392cfarticles-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .z392cflayout {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .z392cfsidebar {
        position: static;
    }
}

@media (max-width: 768px) {
    .z392cfheader-inner {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "logo toggle"
            "mobile mobile";
        align-items: center;
        gap: 10px 12px;
        padding: 12px 16px;
    }

    .z392cflogo {
        grid-area: logo;
        justify-self: start;
    }

    .z392cfnav {
        display: none;
    }

    .z392cfbtn-top-download {
        display: none;
    }

    .z392cfnav-toggle-btn {
        grid-area: toggle;
        justify-self: end;
        display: inline-flex;
        flex-shrink: 0;
    }

    .z392cfnav-mobile {
        grid-area: mobile;
    }

    .z392cfnav-toggle:checked ~ .z392cfnav-mobile {
        display: block;
    }

    .z392cfnav-mobile-inner {
        margin-top: 0;
        padding: 12px 14px;
    }

    .z392cfnav-mobile-link {
        display: block;
        padding: 10px 6px;
        font-size: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .z392cfnav-mobile-link:last-child {
        border-bottom: none;
    }
}

@media (max-width: 640px) {
    .z392cfmain {
        padding: 20px 16px 36px;
    }

    .z392cfmain-with-sidebar {
        padding-top: 16px;
    }

    .z392cfhero {
        padding-top: 16px;
        padding-bottom: 28px;
        gap: 20px;
    }

    .z392cfh1 {
        font-size: 24px;
        line-height: 1.35;
    }

    .z392cfh2 {
        font-size: 16px;
    }

    .z392cfhero-desc {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .z392cfhero-badge {
        max-width: 100%;
        white-space: normal;
        text-align: center;
        line-height: 1.4;
    }

    .z392cfmockup-box {
        width: min(200px, 58vw);
        margin: 0 auto;
    }

    .z392cfsec-head {
        margin-bottom: 20px;
        text-align: left;
    }

    .z392cfsec-title {
        font-size: 19px;
    }

    .z392cffeatures {
        margin-top: 36px;
    }

    .z392cfsection {
        margin-top: 36px;
    }

    .z392cffeatures-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .z392cfdownload-buttons,
    .z392cfdownload-buttons-main {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .z392cfdownload-buttons .z392cfbtn,
    .z392cfdownload-buttons-main .z392cfbtn {
        width: 100%;
        max-width: none;
        white-space: normal;
        min-width: 0;
        padding: 12px 18px;
    }

    .z392cfbtn-android,
    .z392cfbtn-ios {
        min-width: 0;
    }

    .z392cfdownload-main,
    .z392cfdownload-aside {
        padding: 18px 16px;
    }

    .z392cfintro-body {
        padding: 16px;
    }

    .z392cfrisk-inner {
        flex-direction: column;
        padding: 16px;
    }

    .z392cfrisk-icon {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .z392cffaq-question {
        font-size: 13px;
        padding: 12px 14px;
    }

    .z392cffaq-answer {
        padding: 0 14px 12px;
        font-size: 13px;
    }

    .z392cfsteps-grid,
    .z392cffaq-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .z392cfcta-inner {
        align-items: flex-start;
    }

    .z392cfarticles-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .z392cfarticle-card-body {
        padding: 10px 12px 12px;
    }

    .z392cfarticle-card-title {
        font-size: 14px;
    }

    .z392cfarticle {
        padding: 16px 14px;
        border-radius: 12px;
    }

    .z392cfarticle-title {
        font-size: 20px;
    }

    .z392cfarticle-meta {
        gap: 6px 12px;
    }

    .z392cfarticle-prenext {
        flex-direction: column;
        gap: 12px;
    }

    .z392cfprenext-next {
        text-align: left;
    }

    .z392cflist-title {
        font-size: 20px;
    }

    .z392cflistbox {
        padding: 0 14px;
        border-radius: 12px;
    }

    .z392cflist-link {
        flex-direction: column;
        gap: 10px;
        padding: 14px 0;
    }

    .z392cflist-item-title {
        font-size: 15px;
    }

    .z392cflist-thumb {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .z392cfrelated {
        padding: 16px 14px;
        border-radius: 12px;
    }

    .z392cfrelated-link {
        flex-direction: row;
        gap: 12px;
        padding: 10px 0;
    }

    .z392cfrelated-thumb {
        width: 88px;
        height: 62px;
        flex-shrink: 0;
    }

    .z392cfsidebar-block {
        border-radius: 12px;
        padding: 12px;
    }

    .z392cfpages-lr {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .z392cfpage-pre,
    .z392cfpage-center,
    .z392cfpage-next {
        width: 100%;
    }

    .z392cfpage-pre .z392cfpagelist,
    .z392cfpage-next .z392cfpagelist {
        justify-content: center;
    }

    .z392cfpage-center .z392cfpagelist {
        justify-content: center;
        flex-wrap: wrap;
    }

    .z392cfpagelist a {
        padding: 8px 12px;
        font-size: 13px;
    }

    .z392cflinks-list {
        gap: 8px 14px;
        font-size: 12px;
    }

    .z392cffooter {
        padding: 14px 16px 20px;
        font-size: 11px;
        line-height: 1.7;
    }
}
