/* 前台布局微调（不改变原站视觉逻辑） */

/* 顶栏 logo：使用后台 site_logo，限制高度避免撑破导航 */
.navbar .logo {
    flex-shrink: 0;
    max-height: 80px;
    line-height: 0;
}

.navbar .logo img {
    width: auto;
    max-width: 200px;
    max-height: 70px;
    height: auto;
    object-fit: contain;
    display: block;
}

/* 内容区水平居中（须保留 margin:auto，勿写成仅 0 20px） */
body.page-no-banner {
    padding-top: 80px;
}

.vip-benefit-section,
.promotion-section,
.HELP-help-section,
.KEFU-service-section,
.GROWTH-section,
.PROMO-section,
.NEWS-detail-section {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 40px;
    width: calc(100% - 40px);
    max-width: 1440px;
    box-sizing: border-box;
}

.vip-table .vip-icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    object-fit: contain;
}

/* 功能卡片叠在 Banner 底部（与原站一致） */
.feature-cards {
    position: relative;
    z-index: 5;
    margin-top: 0 !important;
    margin-bottom: 24px;
    padding: 0 10px !important;
}

/* 首页功能卡 · 四卡高级版 */
.feature-cards--home {
    gap: 16px;
    padding: 0 20px !important;
    margin-bottom: 32px !important;
    max-width: 1440px;
}

.feature-cards--home .feature-card {
    padding: 22px 16px 20px;
    border-radius: 14px;
    border: 1px solid rgba(201, 184, 150, 0.16);
    background: linear-gradient(165deg, rgba(38, 38, 42, 0.96) 0%, rgba(20, 20, 22, 0.98) 100%);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.feature-cards--home .feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 184, 150, 0.45), transparent);
    pointer-events: none;
}

.feature-cards--home .feature-card:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 184, 150, 0.38);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    background: linear-gradient(165deg, rgba(48, 44, 36, 0.45) 0%, rgba(20, 20, 22, 0.98) 100%);
}

.feature-cards--home .feature-card-icon {
    width: 46px;
    height: 46px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 18px;
    color: #c9b896;
    background: rgba(201, 184, 150, 0.1);
    border: 1px solid rgba(201, 184, 150, 0.18);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.feature-cards--home .feature-card:hover .feature-card-icon {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(201, 184, 150, 0.15);
}

.feature-cards--home .card-tag {
    height: 24px;
    padding: 0 14px;
    font-size: 11px;
    letter-spacing: 0.02em;
}

.feature-cards--home .card-title {
    font-size: 20px;
    margin: 6px 0 8px;
    letter-spacing: 0.02em;
}

.feature-cards--home .card-desc {
    font-size: 13px;
    line-height: 1.55;
    min-height: 40px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.55);
}

.feature-cards--home .card-btn {
    padding: 9px 22px;
    font-size: 13px;
    background: rgba(201, 184, 150, 0.06);
    border-color: rgba(201, 184, 150, 0.45);
}

.feature-cards--home .card-btn:hover {
    background: linear-gradient(135deg, #f2d29b 0%, #c9b896 100%);
    border-color: transparent;
    color: #1a1a1a;
    box-shadow: 0 4px 14px rgba(201, 184, 150, 0.25);
}

.banner {
    margin-bottom: 0;
}

/* 桌面登录弹窗：验证码数字高亮 */
.login-popup #loginCode {
    font-size: 25px;
    color: #ff4d4f;
    font-weight: 700;
    letter-spacing: 1px;
}

.login-popup .benefit-list {
    text-align: center;
}

.login-popup .refresh-code-btn {
    display: inline-flex;
    margin: 10px auto 0;
}

.login-popup .refresh-btn {
    margin-top: 8px;
    min-width: 220px;
}

/* 服务号扫码：仅去掉底部文案/按钮，弹窗高度与订阅号一致，loginbg 底框才完整 */
.login-popup.login-popup--service-scan {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-popup.login-popup--service-scan .qr-code-box--service-scan {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* 与订阅号弹窗内容区同高（含原底部验证码区），保证 loginbg 底框完整 */
    min-height: 392px;
    margin-bottom: 25px;
    padding: 18px 0 22px;
    box-sizing: border-box;
}

.login-popup.login-popup--service-scan .login-popup-scan-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* 在装饰框内略下移，对齐 loginbg 镂空区域视觉中心 */
    transform: translateY(16px);
}

.login-popup.login-popup--service-scan .login-popup-scan-center .login-tip {
    width: 100%;
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 16px;
    text-align: center;
}

.login-popup.login-popup--service-scan .qr-code.qr-code--service-scan {
    width: 180px !important;
    max-width: 180px !important;
    height: 180px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    float: none !important;
    flex-shrink: 0;
}

.login-popup.login-popup--service-scan .qr-code.qr-code--service-scan img {
    width: 180px !important;
    height: 180px !important;
    max-width: 180px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: #fff;
    object-fit: contain;
    display: block !important;
    float: none !important;
}

.login-popup.login-popup--service-scan .login-scan-error {
    width: 100%;
    margin: 10px 0 0;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    color: #ff6b6b;
    font-size: 13px;
    line-height: 1.5;
}

.wechat-modal-content--service-scan .wechat-qrcode--service-scan img {
    width: 200px;
    height: 200px;
    padding: 0;
    border: none;
    border-radius: 4px;
    background: #fff;
    object-fit: contain;
}

.wechat-modal-content--service-scan .wechat-verification-code--service {
    font-weight: normal;
    color: #666;
    font-size: 14px;
}

.refresh-code-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 16px;
    border: 1px solid rgba(201, 184, 150, 0.5);
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.25);
    color: #c9b896;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.refresh-code-btn:hover {
    background: rgba(201, 184, 150, 0.15);
    color: #f9e4bf;
}

.refresh-code-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.refresh-code-btn.is-loading i {
    animation: wechat-refresh-spin 0.8s linear infinite;
}

.wechat-refresh-code-btn {
    display: flex;
    width: calc(100% - 40px);
    margin: 12px auto 0;
}

.VIP-member-section {
    width: calc(100% - 40px) !important;
    max-width: 1440px;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 1200px) {
    .VIP-member-container {
        flex-direction: column;
    }

    .VIP-sidebar {
        width: 100%;
    }
}

/* 个人首页：沿用黑金风，仅补充示范布局所需结构样式 */
.VIP-package-card {
    align-items: stretch;
    text-align: left;
    gap: 16px;
}

.VIP-package-icon {
    flex-shrink: 0;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.VIP-package-icon img {
    width: 88px;
    height: 88px;
    object-fit: contain;
}

.VIP-package-icon i {
    font-size: 48px;
    color: #ffc107;
}

.VIP-package-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.VIP-package-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.VIP-package-name {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.VIP-package-ratio {
    flex-shrink: 0;
    padding: 4px 12px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
}

.VIP-package-progress {
    width: 100%;
    height: 10px;
    background: rgba(0, 0, 0, 0.35);
}

.VIP-package-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.VIP-package-tip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.35);
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    line-height: 1.4;
}

.VIP-package-tip i {
    color: #64b5f6;
    font-size: 13px;
}

.VIP-info-card-member {
    background: radial-gradient(50% 50.01% at 46.74% 0%, rgba(66, 68, 69, 0.9) 0%, rgba(27, 29, 31, 0.6) 100%);
    border: 1px solid #2a2a2a;
}

.VIP-member-vip-card {
    align-items: stretch;
    text-align: left;
}

.VIP-member-vip-card .vip-left {
    align-items: flex-start;
    flex: 1;
    min-width: 0;
}

.VIP-member-vip-body {
    flex: 1;
    min-width: 0;
}

.VIP-member-vip-card .VIP-vip-icon {
    margin-bottom: 0;
    flex-shrink: 0;
}

.VIP-member-vip-card .VIP-vip-name {
    margin-bottom: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.VIP-member-vip-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.VIP-member-vip-meta-item {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.35);
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    line-height: 1.4;
}

.VIP-member-vip-meta-item i {
    color: #c9b896;
    font-size: 12px;
}

.VIP-member-vip-remain {
    font-style: normal;
    color: #ffc107;
}

.VIP-member-vip-tag {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    background: rgba(201, 184, 150, 0.15);
    color: #c9b896;
    font-size: 13px;
}

.VIP-realname-banner {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    margin-bottom: 20px;
    border: 1px solid #ff9800;
    background: rgba(255, 152, 0, 0.08);
    border-radius: 8px;
}

.VIP-realname-banner-icon {
    font-size: 28px;
    color: #ff9800;
}

.VIP-realname-banner-text {
    flex: 1;
}

.VIP-realname-banner-text strong {
    display: block;
    color: #c9b896;
    font-size: 16px;
    margin-bottom: 4px;
}

.VIP-realname-banner-text p {
    margin: 0;
    color: #ccc;
    font-size: 13px;
}

.VIP-stat-hint {
    display: block;
    font-size: 11px;
    color: #ff6b6b;
    margin-top: 4px;
}

.VIP-sign-panel {
    background: #1f1f1f;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.VIP-sign-calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.VIP-sign-day {
    position: relative;
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 8px;
    padding: 14px 8px 12px;
    text-align: center;
    min-height: 110px;
}

.VIP-sign-day.is-today {
    border-color: #c9b896;
    background: rgba(201, 184, 150, 0.12);
    box-shadow: 0 0 0 1px rgba(201, 184, 150, 0.2);
}

.VIP-sign-day.is-locked {
    opacity: 0.65;
}

.VIP-sign-extra {
    position: absolute;
    top: 0;
    right: 0;
    background: #e67e22;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 0 8px 0 8px;
}

.VIP-sign-amount {
    font-size: 18px;
    font-weight: 700;
    color: #ffc107;
    margin-top: 8px;
}

.VIP-sign-credit {
    font-size: 12px;
    color: #ccc;
    margin-top: 4px;
}

.VIP-sign-day-label {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

.VIP-sign-lock {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #666;
    font-size: 12px;
}

.VIP-sign-day.is-done {
    border-color: rgba(201, 184, 150, 0.45);
    background: rgba(201, 184, 150, 0.08);
}

.VIP-sign-footer {
    display: grid;
    grid-template-columns: minmax(148px, auto) 1fr minmax(220px, 280px);
    gap: 16px;
    align-items: start;
}

.VIP-sign-action {
    flex-shrink: 0;
}

.VIP-sign-action .SIGN-checkin-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 148px;
    padding: 12px 24px;
    white-space: nowrap;
    line-height: 1.2;
    box-sizing: border-box;
}

.VIP-sign-action .SIGN-checkin-btn span {
    white-space: nowrap;
}

.VIP-sign-limit-tip {
    color: #ff9800 !important;
}

.VIP-sign-tips p {
    margin: 0 0 6px;
    font-size: 12px;
    color: #999;
    line-height: 1.5;
}

.VIP-sign-status-box {
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 12px;
    color: #999;
    margin-bottom: 8px;
}

.VIP-sign-status-box strong {
    display: block;
    margin-top: 4px;
    color: #c9b896;
    font-size: 14px;
}

@media (max-width: 1100px) {
    .VIP-sign-calendar {
        grid-template-columns: repeat(4, 1fr);
    }

    .VIP-sign-footer {
        grid-template-columns: 1fr;
    }
}

@keyframes wechat-refresh-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* 移动登录弹窗（样式在 m.css，此处仅补全层叠） */
.wechat-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 3000;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
}

.wechat-modal[style*="flex"] {
    display: flex !important;
}

@media (max-width: 1200px) {
    .feature-cards--home .feature-card,
    .feature-card {
        flex: 1 1 calc(50% - 8px);
        min-width: 180px;
    }

    .nav-menu {
        gap: 24px !important;
    }
}

@media (max-width: 640px) {
    .feature-cards--home .feature-card {
        flex: 1 1 100%;
    }
}

.login-modal-benefit,
.wechat-modal-benefit {
    color: #c9b896;
    font-size: 14px;
    line-height: 1.7;
    margin: 8px 0 12px;
    text-align: center;
    white-space: pre-wrap;
}

.guide-login-tip {
    color: #c9b896;
}

.feature-page-desc {
    color: #bbb;
    font-size: 14px;
    line-height: 1.8;
}

.feature-page-desc img {
    max-width: 100%;
    height: auto;
}

.RECHARGE-info-rich {
    color: #bbb;
    font-size: 13px;
    line-height: 1.8;
}

.UPGRADE-page-desc {
    margin-top: 20px;
    padding: 16px 18px;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
}

.CHOUJIANG-rules-col {
    margin-top: 0;
}

.CHOUJIANG-rules-body {
    padding: 12px 4px 0;
}

.vip-page-desc {
    width: 100%;
    padding: 20px;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    box-sizing: border-box;
}

/* 漂浮客服侧栏：底图 + 双二维码直接展示 */
.ONLINEKEFU-sidebar {
    width: 200px;
    min-height: 360px;
    background: url("/assets/darkstyle/online.jpg") no-repeat center top;
    background-size: 100% 100%;
    border-radius: 0;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

.ONLINEKEFU-sidebar.ONLINEKEFU-sidebar--custom-bg {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    width: 200px;
    min-height: 0;
    height: auto;
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
    overflow: visible;
}

.ONLINEKEFU-sidebar--custom-bg .ONLINEKEFU-custom-inner {
    position: relative;
    width: 100%;
    line-height: 0;
}

.ONLINEKEFU-sidebar--custom-bg .ONLINEKEFU-bg-image {
    display: block;
    width: 100%;
    height: auto;
    user-select: none;
    pointer-events: none;
}

.ONLINEKEFU-sidebar--custom-bg .ONLINEKEFU-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ONLINEKEFU-sidebar--custom-bg .ONLINEKEFU-qr-slot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 66%;
    pointer-events: auto;
    line-height: 0;
}

.ONLINEKEFU-sidebar--custom-bg .ONLINEKEFU-qr-slot--1 {
    top: 38%;
}

.ONLINEKEFU-sidebar--custom-bg .ONLINEKEFU-qr-slot--2 {
    top: 63%;
}

.ONLINEKEFU-sidebar--custom-bg .ONLINEKEFU-qrimage {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
    background: #fff;
    padding: 2px;
    border-radius: 2px;
    box-sizing: border-box;
}

.ONLINEKEFU-wrap {
    padding: 28px 14px 18px;
}

.ONLINEKEFU-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.ONLINEKEFU-block + .ONLINEKEFU-block {
    margin-top: 12px;
}

.ONLINEKEFU-label {
    display: inline-block;
    margin: 0 auto 8px;
    padding: 2px 12px;
    font-size: 12px;
    line-height: 1.6;
    color: #fff;
    background: linear-gradient(180deg, #d64545 0%, #b52f2f 100%);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.ONLINEKEFU-qrcode {
    width: 132px;
    height: 132px;
    margin: 0 auto 6px;
    background: #fff;
    border-radius: 2px;
    padding: 4px;
    box-sizing: border-box;
}

.ONLINEKEFU-scan-tip {
    font-size: 12px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 2px;
}

/* 页面底色铺满，避免底部露白 */
html {
    background: #222222;
    min-height: 100%;
}

body {
    min-height: 100%;
}

/* ========== 客服中心 · 重设计 ========== */
.KEFU-service-section {
    padding: 48px 0 64px;
}

.KEFU-service-header {
    margin-bottom: 40px;
}

.KEFU-service-header::after {
    width: 120px;
    margin-top: 20px;
}

.KEFU-header-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    color: #c9b896;
    background: radial-gradient(circle at 30% 20%, rgba(201, 184, 150, 0.22) 0%, rgba(201, 184, 150, 0.06) 100%);
    border: 1px solid rgba(201, 184, 150, 0.25);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.KEFU-service-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}

.KEFU-service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 28px 24px 32px;
    border-radius: 16px;
    border: 1px solid rgba(201, 184, 150, 0.14);
    background: linear-gradient(165deg, rgba(38, 38, 42, 0.96) 0%, rgba(20, 20, 22, 0.98) 100%);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
    overflow: hidden;
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.KEFU-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 184, 150, 0.45), transparent);
    pointer-events: none;
}

.KEFU-service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 184, 150, 0.38);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(201, 184, 150, 0.08);
    background: linear-gradient(165deg, rgba(48, 44, 36, 0.55) 0%, rgba(20, 20, 22, 0.98) 100%);
}

.KEFU-service-card--offline {
    border-color: rgba(255, 255, 255, 0.08);
}

.KEFU-service-card--offline:hover {
    border-color: rgba(255, 255, 255, 0.14);
}

.KEFU-card-status {
    position: absolute;
    top: 16px;
    right: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px 4px 8px;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.02em;
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.KEFU-card-status--online {
    color: #9fd4b0;
    background: rgba(76, 175, 125, 0.12);
    border-color: rgba(76, 175, 125, 0.28);
}

.KEFU-status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    flex-shrink: 0;
}

.KEFU-card-status--online .KEFU-status-dot {
    background: #6fcf97;
    box-shadow: 0 0 8px rgba(111, 207, 151, 0.65);
    animation: KEFU-pulse 2s ease-in-out infinite;
}

@keyframes KEFU-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.55; }
}

.KEFU-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    padding-right: 72px;
}

.KEFU-type-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 22px;
    color: #c9b896;
    background: rgba(201, 184, 150, 0.1);
    border: 1px solid rgba(201, 184, 150, 0.18);
}

.KEFU-service-card--qq .KEFU-type-icon {
    color: #7eb8ff;
    background: rgba(78, 156, 255, 0.1);
    border-color: rgba(78, 156, 255, 0.2);
}

.KEFU-service-card--wechat .KEFU-type-icon {
    color: #7ed492;
    background: rgba(82, 196, 112, 0.1);
    border-color: rgba(82, 196, 112, 0.2);
}

.KEFU-card-meta h3 {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 600;
    color: #e8dcc8;
    line-height: 1.35;
}

.KEFU-card-role {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
}

.KEFU-card-time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 24px;
    padding: 6px 12px;
    font-size: 12px;
    color: rgba(201, 184, 150, 0.85);
    background: rgba(201, 184, 150, 0.07);
    border-radius: 8px;
    border: 1px solid rgba(201, 184, 150, 0.12);
}

.KEFU-card-time i {
    font-size: 11px;
    opacity: 0.85;
}

.KEFU-card-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    padding: 0 !important;
    background: transparent !important;
}

.KEFU-qr-panel,
.KEFU-qq-panel {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.KEFU-qr-frame {
    padding: 10px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
    line-height: 0;
}

.KEFU-service-card--offline .KEFU-qr-frame {
    opacity: 0.72;
    filter: grayscale(0.25);
}

.KEFU-qr-img {
    display: block;
    width: 168px;
    height: 168px;
    max-width: 168px;
    max-height: 168px;
    object-fit: contain;
    border: none !important;
    border-radius: 8px;
    margin: 0 !important;
}

.KEFU-qq-panel {
    padding: 20px 16px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.KEFU-qq-number {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #c9b896;
    margin-bottom: 16px;
    font-variant-numeric: tabular-nums;
}

.KEFU-service-card--offline .KEFU-qq-number {
    color: rgba(201, 184, 150, 0.55);
}

.KEFU-qq-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 160px;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #3d8bfd 0%, #2563d4 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 4px 16px rgba(37, 99, 212, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.KEFU-qq-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(37, 99, 212, 0.45);
    color: #fff;
}

.KEFU-card-hint {
    margin: 16px 0 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.5;
}

.KEFU-card-hint--muted {
    color: rgba(255, 255, 255, 0.35);
}

/* 覆盖旧版 styles.css 分栏结构 */
.KEFU-service-card .KEFU-card-top {
    display: none;
}

/* ========== 成长福利 · 重设计 ========== */
.GROWTH-section {
    padding: 36px 0 48px;
}

.GROWTH-header {
    text-align: center;
    margin-bottom: 28px;
}

.GROWTH-header-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #c9b896;
    background: radial-gradient(circle at 30% 20%, rgba(201, 184, 150, 0.22) 0%, rgba(201, 184, 150, 0.06) 100%);
    border: 1px solid rgba(201, 184, 150, 0.25);
}

.GROWTH-header h2 {
    margin: 0 0 6px;
    font-size: 28px;
    color: #c9b896;
}

.GROWTH-header p {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
}

.GROWTH-header::after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, transparent, #c9b896, transparent);
}

.GROWTH-level-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.GROWTH-level-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 14px 12px 16px;
    border-radius: 12px;
    border: 1px solid rgba(201, 184, 150, 0.14);
    background: linear-gradient(165deg, rgba(38, 38, 42, 0.96) 0%, rgba(20, 20, 22, 0.98) 100%);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.GROWTH-level-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 184, 150, 0.45), transparent);
    pointer-events: none;
}

.GROWTH-level-card:hover {
    transform: translateY(-2px);
    border-color: rgba(201, 184, 150, 0.32);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.GROWTH-level-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.GROWTH-level-medal {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;
}

.GROWTH-level-medal-img {
    max-width: 44px;
    max-height: 44px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
}

.GROWTH-level-medal-fallback {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: rgba(201, 184, 150, 0.45);
    background: rgba(201, 184, 150, 0.08);
    border: 1px dashed rgba(201, 184, 150, 0.2);
    border-radius: 8px;
}

.GROWTH-level-name {
    margin: 0;
    flex: 1;
    min-width: 0;
    font-size: 16px;
    font-weight: 600;
    color: #e8dcc8;
    line-height: 1.4;
    text-align: left;
    word-break: break-word;
}

.GROWTH-perk-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.GROWTH-perk-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.GROWTH-perk-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #c9b896;
    background: rgba(201, 184, 150, 0.1);
    border-radius: 6px;
}

.GROWTH-perk-label {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 2px;
}

.GROWTH-perk-value {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
    word-break: break-word;
}

.GROWTH-empty-perks {
    margin: 0;
    padding: 8px 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.35);
    text-align: center;
}

.GROWTH-desc-panel {
    margin-top: 28px;
    padding: 18px 20px;
}

@media (max-width: 1280px) {
    .GROWTH-level-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .GROWTH-level-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .GROWTH-level-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.GROWTH-perk-item--recharge .GROWTH-perk-icon,
.GROWTH-perk-item--gift .GROWTH-perk-icon {
    color: #f2d29b;
}

.GROWTH-perk-item--baolv .GROWTH-perk-icon {
    color: #ff9f6b;
}

.GROWTH-perk-item--sign .GROWTH-perk-icon,
.GROWTH-perk-item--vip_sign .GROWTH-perk-icon {
    color: #7ed492;
}

.GROWTH-perk-body {
    flex: 1;
    min-width: 0;
}

.GROWTH-empty {
    text-align: center;
    padding: 48px 20px;
    color: rgba(255, 255, 255, 0.45);
    border: 1px dashed rgba(201, 184, 150, 0.2);
    border-radius: 16px;
}

.GROWTH-empty i {
    font-size: 32px;
    color: rgba(201, 184, 150, 0.45);
    margin-bottom: 12px;
}

.GROWTH-desc-panel {
    margin-top: 40px;
    padding: 24px 28px;
    border-radius: 16px;
    border: 1px solid rgba(201, 184, 150, 0.14);
    background: rgba(26, 26, 26, 0.85);
}

.GROWTH-desc-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #c9b896;
}

.GROWTH-desc-body {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.75;
    font-size: 14px;
}

/* 成长福利 · 移动端 */
.GROWTH-m-section {
    padding-bottom: 24px;
}

.GROWTH-m-header-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #c9b896;
    background: rgba(201, 184, 150, 0.12);
    border: 1px solid rgba(201, 184, 150, 0.2);
}

.GROWTH-m-title {
    color: #c9b896;
    font-weight: 600;
}

.GROWTH-m-card {
    background: #1a1a1a;
    border: 1px solid rgba(201, 184, 150, 0.15);
    border-radius: 14px;
    overflow: hidden;
    padding: 14px 16px 16px;
}

.GROWTH-m-card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.GROWTH-m-medal {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}

.GROWTH-m-medal-img {
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
}

.GROWTH-m-medal-fallback {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: rgba(201, 184, 150, 0.45);
    background: rgba(201, 184, 150, 0.08);
    border: 1px dashed rgba(201, 184, 150, 0.2);
    border-radius: 8px;
}

.GROWTH-m-level-name {
    color: #e8dcc8;
    font-size: 16px;
    text-align: left;
    flex: 1;
    min-width: 0;
    word-break: break-word;
}

.GROWTH-m-perk-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.GROWTH-m-perk-list li {
    display: grid;
    grid-template-columns: 22px 80px 1fr;
    gap: 8px;
    align-items: start;
    padding: 9px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.GROWTH-m-perk-list li:last-child {
    border-bottom: none;
}

.GROWTH-m-perk-list i {
    color: #c9b896;
    margin-top: 2px;
}

.GROWTH-m-perk-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.48);
}

.GROWTH-m-perk-value {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    word-break: break-word;
}

.GROWTH-m-empty-perks {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.35);
}

.GROWTH-m-desc-title {
    font-weight: 600;
    color: #c9b896;
    margin-bottom: 12px;
}

.GROWTH-m-desc-body {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.7;
}

/* ========== 有奖推广 · 重设计 ========== */
.PROMO-section {
    padding: 36px 0 48px;
}

.PROMO-header {
    text-align: center;
    margin-bottom: 24px;
}

.PROMO-header-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #c9b896;
    background: radial-gradient(circle at 30% 20%, rgba(201, 184, 150, 0.22) 0%, rgba(201, 184, 150, 0.06) 100%);
    border: 1px solid rgba(201, 184, 150, 0.25);
}

.PROMO-header h2 {
    margin: 0 0 6px;
    font-size: 28px;
    color: #c9b896;
}

.PROMO-header p {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
}

.PROMO-header::after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, transparent, #c9b896, transparent);
}

.PROMO-cta {
    text-align: center;
    margin-bottom: 28px;
}

.PROMO-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 240px;
    padding: 12px 28px;
    font-size: 15px;
    color: #1a1a1a;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    background: linear-gradient(135deg, #f2d29b 0%, #c9b896 100%);
    box-shadow: 0 8px 24px rgba(201, 184, 150, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.PROMO-cta-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(201, 184, 150, 0.35);
    color: #1a1a1a;
}

.PROMO-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}

.PROMO-card {
    padding: 16px 18px;
    border-radius: 14px;
    border: 1px solid rgba(201, 184, 150, 0.14);
    background: linear-gradient(165deg, rgba(38, 38, 42, 0.96) 0%, rgba(20, 20, 22, 0.98) 100%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.PROMO-card-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 600;
    color: #c9b896;
}

.PROMO-reward-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.PROMO-reward-item {
    padding: 12px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
}

.PROMO-reward-role {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 6px;
}

.PROMO-reward-value {
    font-size: 22px;
    font-weight: 700;
    color: #f2d29b;
    line-height: 1.2;
}

.PROMO-reward-value span {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
}

.PROMO-rebate-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.PROMO-rebate-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 12px 8px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
}

.PROMO-rebate-level {
    display: inline-block;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 700;
    color: #c9b896;
    background: rgba(201, 184, 150, 0.12);
    border-radius: 6px;
}

.PROMO-rebate-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.48);
}

.PROMO-rebate-percent {
    font-size: 20px;
    font-weight: 700;
    color: #f2d29b;
}

.PROMO-rule-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.PROMO-rule-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.PROMO-rule-list i {
    width: 18px;
    margin-top: 2px;
    color: #c9b896;
    flex-shrink: 0;
}

.PROMO-rule-label {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 2px;
}

.PROMO-rule-value {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
}

.PROMO-empty {
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.45);
    border: 1px dashed rgba(201, 184, 150, 0.2);
    border-radius: 14px;
}

.PROMO-empty i {
    font-size: 28px;
    color: rgba(201, 184, 150, 0.45);
    margin-bottom: 10px;
}

.PROMO-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.PROMO-step {
    padding: 14px 12px;
    border-radius: 12px;
    border: 1px solid rgba(201, 184, 150, 0.12);
    background: rgba(26, 26, 26, 0.85);
    text-align: center;
}

.PROMO-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-bottom: 8px;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    background: #c9b896;
}

.PROMO-step strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    color: #e8dcc8;
}

.PROMO-step p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.48);
}

@media (max-width: 1024px) {
    .PROMO-grid {
        grid-template-columns: 1fr;
    }

    .PROMO-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) {
    .KEFU-service-cards {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }
}

@media (max-width: 1200px) {
    .ONLINEKEFU-sidebar {
        display: none;
    }
}

/* ========== 个人中心 · 包服等级（阶梯时间线） ========== */
.PKGLEVEL-wrap { padding: 0; }

.PKGLEVEL-panel {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.12);
    background: #111113;
}

/* 顶栏 */
.PKGLEVEL-hero {
    padding: 14px 16px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, rgba(32, 30, 26, 0.6) 0%, transparent 100%);
}

.PKGLEVEL-hero-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.PKGLEVEL-hero-medal {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    background: rgba(212, 175, 55, 0.07);
}

.PKGLEVEL-hero-medal img {
    max-width: 28px;
    max-height: 28px;
    object-fit: contain;
}

.PKGLEVEL-hero-medal i {
    font-size: 18px;
    color: #d4af37;
}

.PKGLEVEL-hero-main {
    flex: 1;
    min-width: 0;
}

.PKGLEVEL-hero-title {
    font-size: 18px;
    font-weight: 700;
    color: #f2d998;
    line-height: 1.3;
}

.PKGLEVEL-hero-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.PKGLEVEL-tag {
    display: inline-block;
    padding: 1px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.PKGLEVEL-tag--next {
    color: #f2d998;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.25);
}

.PKGLEVEL-tag--max {
    color: #7ed492;
    background: rgba(82, 196, 26, 0.12);
}

/* 等级进度条（顶部圆点） */
.PKGLEVEL-strip {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
}

.PKGLEVEL-strip::-webkit-scrollbar {
    display: none;
}

.PKGLEVEL-strip-node {
    flex: 1 0 auto;
    min-width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    margin-left: -1px;
    position: relative;
}

.PKGLEVEL-strip-node:first-child {
    margin-left: 0;
    border-radius: 6px 0 0 6px;
}

.PKGLEVEL-strip-node:last-child {
    border-radius: 0 6px 6px 0;
}

.PKGLEVEL-strip-node.is-done {
    color: rgba(242, 217, 152, 0.75);
    background: rgba(212, 175, 55, 0.1);
    border-color: rgba(212, 175, 55, 0.2);
}

.PKGLEVEL-strip-node.is-current {
    color: #1a1408;
    background: linear-gradient(180deg, #f5e6b8, #d4af37);
    border-color: #d4af37;
    z-index: 1;
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.35);
}

.PKGLEVEL-hero-bar {
    height: 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.PKGLEVEL-progress-fill {
    height: 100%;
    border-radius: 2px;
    background: linear-gradient(90deg, #a8842a, #d4af37);
}

/* 阶梯列表 */
.PKGLEVEL-ladder-hd {
    padding: 12px 16px 8px;
    font-size: 15px;
    font-weight: 600;
    color: #d4af37;
}

.PKGLEVEL-ladder-hd small {
    margin-left: 6px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.35);
}

.PKGLEVEL-ladder {
    padding: 0 12px 14px 8px;
}

.PKGLEVEL-step {
    display: flex;
    gap: 0;
    align-items: stretch;
}

.PKGLEVEL-step-rail {
    width: 28px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 18px;
    position: relative;
}

.PKGLEVEL-step-rail::after {
    content: '';
    position: absolute;
    top: 30px;
    bottom: -4px;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.08);
}

.PKGLEVEL-step:last-child .PKGLEVEL-step-rail::after {
    display: none;
}

.PKGLEVEL-step-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid #111113;
    position: relative;
    z-index: 1;
}

.PKGLEVEL-step.is-done .PKGLEVEL-step-dot {
    background: #d4af37;
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.4);
}

.PKGLEVEL-step.is-current .PKGLEVEL-step-dot {
    width: 12px;
    height: 12px;
    background: #f5e6b8;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.25), 0 0 12px rgba(212, 175, 55, 0.5);
}

.PKGLEVEL-step.is-lock .PKGLEVEL-step-dot {
    background: rgba(255, 255, 255, 0.08);
}

.PKGLEVEL-step-card {
    flex: 1;
    min-width: 0;
    margin: 6px 0 6px 4px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
    transition: border-color 0.2s ease;
}

.PKGLEVEL-step.is-current .PKGLEVEL-step-card {
    border-color: rgba(212, 175, 55, 0.4);
    background: rgba(212, 175, 55, 0.05);
    box-shadow: inset 3px 0 0 #d4af37;
}

.PKGLEVEL-step.is-done .PKGLEVEL-step-card {
    border-color: rgba(212, 175, 55, 0.12);
}

.PKGLEVEL-step.is-lock .PKGLEVEL-step-card {
    opacity: 0.65;
}

.PKGLEVEL-step-head {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.PKGLEVEL-step-lv {
    flex-shrink: 0;
    min-width: 32px;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #d4af37;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.22);
}

.PKGLEVEL-step-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
}

.PKGLEVEL-step-title {
    flex: 1;
    min-width: 120px;
    line-height: 1.4;
}

.PKGLEVEL-step-title strong {
    display: inline;
    font-size: 16px;
    font-weight: 700;
    color: #f0e6d0;
    margin-right: 8px;
}

.PKGLEVEL-step-title span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.42);
}

.PKGLEVEL-step-flag {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    color: #1a1408;
    background: #d4af37;
}

.PKGLEVEL-step-flag--done {
    color: #7ed492;
    background: rgba(82, 196, 26, 0.12);
    border: 1px solid rgba(82, 196, 26, 0.2);
}

.PKGLEVEL-step-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.PKGLEVEL-chip {
    display: inline-block;
    max-width: 100%;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.06);
    word-break: break-word;
}

.PKGLEVEL-chip em {
    font-style: normal;
    color: rgba(255, 255, 255, 0.42);
    margin-right: 4px;
    font-size: 12px;
}

.PKGLEVEL-footnote {
    margin: 0 12px 12px;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid rgba(212, 175, 55, 0.1);
    background: rgba(0, 0, 0, 0.2);
}

.PKGLEVEL-footnote-hd {
    font-size: 14px;
    font-weight: 600;
    color: #d4af37;
    margin-bottom: 8px;
}

.PKGLEVEL-footnote .feature-page-desc {
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.52);
}

.PKGLEVEL-empty {
    padding: 28px 16px;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

/* 移动端 */
.PKGLEVEL-m-page {
    background: #101012;
    padding-bottom: 12px;
}

.PKGLEVEL-m-hero {
    margin: 8px 10px 0;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid rgba(212, 175, 55, 0.12);
    background: #161618;
}

.PKGLEVEL-m-hero-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.PKGLEVEL-m-hero-medal {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(212, 175, 55, 0.25);
    background: rgba(212, 175, 55, 0.08);
}

.PKGLEVEL-m-hero-medal img {
    max-width: 26px;
    max-height: 26px;
}

.PKGLEVEL-m-hero-medal i {
    font-size: 17px;
    color: #d4af37;
}

.PKGLEVEL-m-hero-title {
    font-size: 17px;
    font-weight: 700;
    color: #f2d998;
}

.PKGLEVEL-m-hero-meta {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 2px;
}

.PKGLEVEL-ladder--mobile {
    padding: 0 8px 12px 4px;
}

.PKGLEVEL-m-footnote {
    margin: 10px;
}

.PKGLEVEL-m-empty {
    margin: 12px 10px;
    padding: 24px;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.38);
}

/* ========== 开通会员 VIPOPEN ========== */
.VIPOPEN-wrap {
    --vip-gold: #d4af37;
    --vip-gold-light: #f2d998;
    --vip-card-bg: rgba(22, 22, 22, 0.95);
    --vip-border: rgba(201, 184, 150, 0.22);
}

.VIPOPEN-hero {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    margin-bottom: 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.12) 0%, rgba(22, 22, 22, 0.9) 55%);
    border: 1px solid var(--vip-border);
}

.VIPOPEN-hero-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, 0.15);
    color: var(--vip-gold);
    font-size: 22px;
    flex-shrink: 0;
}

.VIPOPEN-hero-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--vip-gold-light);
}

.VIPOPEN-hero-meta {
    margin-top: 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    align-items: center;
}

.VIPOPEN-hero-meta i {
    color: var(--vip-gold);
    margin-right: 4px;
}

.VIPOPEN-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 10px;
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.18);
    color: var(--vip-gold-light);
    font-weight: 600;
}

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

.VIPOPEN-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 18px;
    border-radius: 12px;
    background: var(--vip-card-bg);
    border: 1px solid var(--vip-border);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.VIPOPEN-card.is-openable:hover {
    border-color: rgba(212, 175, 55, 0.45);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.VIPOPEN-card.is-disabled {
    opacity: 0.82;
}

.VIPOPEN-card-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    border-radius: 6px;
    background: linear-gradient(135deg, #c0392b, #e74c3c);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}

.VIPOPEN-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    padding-right: 56px;
}

.VIPOPEN-card-medal {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.25);
    flex-shrink: 0;
}

.VIPOPEN-card-medal img {
    max-width: 36px;
    max-height: 36px;
    object-fit: contain;
}

.VIPOPEN-card-medal i {
    font-size: 20px;
    color: var(--vip-gold);
}

.VIPOPEN-card-title strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--vip-gold-light);
    line-height: 1.3;
}

.VIPOPEN-card-title span {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
}

.VIPOPEN-card-title span i {
    color: var(--vip-gold);
    margin-right: 4px;
}

.VIPOPEN-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px dashed rgba(201, 184, 150, 0.15);
}

.VIPOPEN-price-main,
.VIPOPEN-price-alt {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
}

.VIPOPEN-price-main i,
.VIPOPEN-price-alt i {
    font-size: 14px;
    color: var(--vip-gold);
}

.VIPOPEN-price-main em {
    font-size: 30px;
    font-weight: 800;
    font-style: normal;
    color: var(--vip-gold);
    line-height: 1;
}

.VIPOPEN-price-alt em {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    color: #c9b896;
}

.VIPOPEN-price small {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
}

.VIPOPEN-price-or {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35);
}

/* 一行 2 个属性 */
.VIPOPEN-attrs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
}

.VIPOPEN-attr {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    min-width: 0;
}

.VIPOPEN-attr-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, 0.12);
    color: var(--vip-gold);
    font-size: 12px;
    flex-shrink: 0;
}

.VIPOPEN-attr-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.VIPOPEN-attr-body em {
    font-style: normal;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
}

.VIPOPEN-attr-body strong {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.4;
    word-break: break-word;
}

.VIPOPEN-perks-hd {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 8px;
}

.VIPOPEN-perks-hd i {
    color: var(--vip-gold);
    margin-right: 4px;
}

.VIPOPEN-perks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
}

.VIPOPEN-perk {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(212, 175, 55, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.1);
    min-width: 0;
}

.VIPOPEN-perk-icon {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, 0.15);
    color: var(--vip-gold);
    font-size: 11px;
    flex-shrink: 0;
}

.VIPOPEN-perk-text {
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.72);
    word-break: break-word;
}

.VIPOPEN-expire {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 12px;
}

.VIPOPEN-expire i {
    color: var(--vip-gold);
    margin-right: 4px;
}

.VIPOPEN-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.VIPOPEN-actions--stack {
    flex-direction: column;
}

.VIPOPEN-hint {
    width: 100%;
    font-size: 12px;
    color: #ff9500;
    margin-bottom: 4px;
}

.VIPOPEN-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex: 1;
    min-width: 0;
    padding: 10px 14px;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.15s;
}

.VIPOPEN-btn:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}

.VIPOPEN-btn--gold {
    background: linear-gradient(135deg, #b8860b, #d4af37);
    color: #1a1a1a;
}

.VIPOPEN-btn--wechat {
    background: #1e6b3a;
    color: #fff;
}

.VIPOPEN-btn--alipay {
    background: #1677ff;
    color: #fff;
}

.VIPOPEN-btn--ghost {
    background: transparent;
    border: 1px solid var(--vip-border);
    color: #c9b896;
}

.VIPOPEN-btn--disabled {
    width: 100%;
    background: #333;
    color: rgba(255, 255, 255, 0.4);
    cursor: not-allowed;
}

.VIPOPEN-empty {
    padding: 40px 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}

.VIPOPEN-empty i {
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
    color: rgba(212, 175, 55, 0.4);
}

.VIPOPEN-note {
    margin-top: 16px;
    padding: 18px 20px;
    border-radius: 12px;
    background: var(--vip-card-bg);
    border: 1px solid var(--vip-border);
}

.VIPOPEN-note--warn {
    border-color: rgba(255, 107, 107, 0.35);
}

.VIPOPEN-note-hd {
    font-size: 15px;
    font-weight: 600;
    color: var(--vip-gold-light);
    margin-bottom: 12px;
}

.VIPOPEN-note-hd i {
    color: var(--vip-gold);
    margin-right: 6px;
}

.VIPOPEN-pay-panel {
    padding: 30px 24px;
    text-align: center;
    border-radius: 12px;
    background: var(--vip-card-bg);
    border: 1px solid var(--vip-border);
}

.VIPOPEN-pay-icon {
    font-size: 32px;
    color: var(--vip-gold);
    margin-bottom: 12px;
}

.VIPOPEN-pay-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--vip-gold-light);
    margin: 0 0 20px;
}

.VIPOPEN-qrcode-box {
    width: 280px;
    height: 280px;
    margin: 0 auto 16px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
}

.VIPOPEN-qrcode-box > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.VIPOPEN-pay-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 12px;
}

.VIPOPEN-pay-meta em {
    font-style: normal;
    color: #ff4d4f;
    font-weight: 700;
}

.VIPOPEN-pay-status {
    color: #c9b896;
    margin-bottom: 16px;
    font-size: 14px;
}

.VIPOPEN-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.VIPOPEN-modal-box {
    background: #1a1a1a;
    border: 1px solid var(--vip-border);
    border-radius: 12px;
    max-width: 520px;
    width: 100%;
    padding: 24px;
}

.VIPOPEN-modal-box h4 {
    color: var(--vip-gold);
    margin: 0 0 12px;
    font-size: 16px;
}

.VIPOPEN-modal-body {
    max-height: 50vh;
    overflow: auto;
}

.VIPOPEN-modal-box .VIPOPEN-btn {
    width: 100%;
    margin-top: 16px;
}

@media (max-width: 900px) {
    .VIPOPEN-packages {
        grid-template-columns: 1fr;
    }
}

.VIPOPEN-wrap--mobile .VIPOPEN-hero--mobile {
    padding: 14px 16px;
}

.VIPOPEN-packages--mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.VIPOPEN-card--mobile {
    padding: 14px;
}

.VIPOPEN-pay-panel--mobile {
    padding: 20px 16px;
}

.VIPOPEN-pay-panel--mobile .VIPOPEN-qrcode-box {
    width: 260px;
    height: 260px;
}

@media (max-width: 400px) {
    .VIPOPEN-attrs,
    .VIPOPEN-perks {
        grid-template-columns: 1fr;
    }
}

/* ========== 公告文章详情 ========== */
.NEWS-detail-section {
    padding: 32px 0 48px;
}

.NEWS-detail-article {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    padding: 28px 32px 36px;
    box-sizing: border-box;
}

.NEWS-detail-title {
    margin: 0 0 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.45;
    color: #e8d5b5;
    text-align: center;
}

.NEWS-detail-body {
    color: #ddd;
    font-size: 15px;
    line-height: 1.85;
}

.NEWS-detail-body img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 12px auto;
    border-radius: 6px;
}

.NEWS-detail-body p {
    margin: 0 0 12px;
}

.NEWS-detail-body h1,
.NEWS-detail-body h2,
.NEWS-detail-body h3,
.NEWS-detail-body h4 {
    color: #e8d5b5;
    margin: 18px 0 10px;
}

.NEWS-detail-section--mobile {
    padding: 16px 0 28px;
}

.NEWS-detail-section--mobile .NEWS-detail-article {
    padding: 18px 16px 24px;
    border-radius: 8px;
}

.NEWS-detail-section--mobile .NEWS-detail-title {
    font-size: 18px;
    margin-bottom: 14px;
    padding-bottom: 12px;
}

.NEWS-detail-section--mobile .NEWS-detail-body {
    font-size: 14px;
}

