body.home {
    background: #f2f3f6 !important;
    color: #151515;
}

body.home .site,
body.home .site-content,
body.home #page,
body.home #content,
body.home .content-area,
body.home .site-main,
body.home article,
body.home .inside-article {
    background: transparent !important;
}

body.home .site-content,
body.home .content-area,
body.home .site-main,
body.home .inside-article,
body.home .entry-content {
    max-width: none !important;
    width: 100% !important;
}

body.home .entry-title {
    display: none;
}

body.home .inside-article {
    padding: 0 !important;
}

body.home .main-title a {
    color: #111111 !important;
    font-weight: 900;
}

/* 首页导航布局与 Logo 尺寸由 global.css 统一；此处不再单独放大 header 或缩小字号 */

/* 首页使用 v6-grand-footer，仅隐藏 GeneratePress 默认版权条区域 */
body.home .site-info,
body.dwtj-home-custom-footer-active .site-info {
    display: none !important;
}

.dwtj-home-v6 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
}

/* 首屏：100%全宽视频 */
.v6-hero {
    position: relative;
    width: 100vw;
    min-height: calc(100vh - 74px);
    max-height: 860px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        linear-gradient(135deg, #2b090d, #7b272f 50%, #331013);
}

.v6-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.v6-hero-shade {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(rgba(60, 8, 14, 0.58), rgba(60, 8, 14, 0.68)),
        radial-gradient(circle at center, rgba(255,255,255,0.05), transparent 42%);
}

.v6-hero-vignette {
    position: absolute;
    inset: 0;
    z-index: 3;
    background:
        linear-gradient(to bottom, rgba(0,0,0,0.12), rgba(0,0,0,0.32)),
        linear-gradient(to right, rgba(0,0,0,0.28), transparent 30%, rgba(0,0,0,0.26));
}

.v6-hero-inner {
    position: relative;
    z-index: 4;
    width: min(1180px, calc(100% - 40px));
    min-height: 560px;
    display: grid;
    place-items: center;
    text-align: center;
}

.v6-hero-control {
    position: absolute;
    top: 38%;
    display: flex;
    gap: 14px;
}

.v6-hero-control button {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: rgba(0,0,0,0.38);
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}

.v6-hero-text {
    max-width: 900px;
    margin-top: 80px;
}

.v6-kicker {
    color: #fff2f2;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.v6-hero h1 {
    color: #ffffff;
    font-size: clamp(48px, 6vw, 82px);
    line-height: 1.03;
    margin: 0;
    text-shadow: 0 14px 34px rgba(0,0,0,0.36);
}

.v6-hero p {
    max-width: 760px;
    margin: 24px auto 0;
    color: rgba(255,255,255,0.92);
    font-size: 18px;
    line-height: 1.9;
}

.v6-hero-actions {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.v6-btn {
    min-height: 48px;
    padding: 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 900;
}

.v6-btn:hover {
    text-decoration: none;
}

.v6-btn.primary {
    color: #ffffff;
    background: #e3182f;
    box-shadow: 0 12px 28px rgba(227,24,47,0.32);
}

.v6-btn.secondary {
    color: #ffffff;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.42);
}

/* 第二屏推荐 */
.v6-feature-game {
    position: relative;
    min-height: 390px;
    width: 100vw;
    background:
        linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)),
        radial-gradient(circle at 20% 40%, #dce5ff, transparent 24%),
        radial-gradient(circle at 80% 38%, #ffe9c7, transparent 24%),
        #ffffff;
    overflow: hidden;
}

.v6-feature-game::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(30,30,30,0.04) 1px, transparent 1px),
        linear-gradient(rgba(30,30,30,0.04) 1px, transparent 1px);
    background-size: 90px 90px;
}

.v6-feature-inner {
    position: relative;
    z-index: 2;
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    min-height: 390px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.v6-feature-copy span {
    color: #d7192f;
    font-weight: 900;
}

.v6-feature-copy h2 {
    color: #1a2b7a;
    font-size: 48px;
    margin: 10px 0;
    line-height: 1.05;
}

.v6-feature-copy p {
    color: #111827;
    font-size: 17px;
    line-height: 1.8;
    max-width: 480px;
}

.v6-feature-card {
    position: relative;
    min-height: 230px;
    border-radius: 18px;
    padding: 28px;
    overflow: hidden;
    text-decoration: none;
    background:
        radial-gradient(circle at 70% 35%, rgba(255,222,102,0.92), transparent 24%),
        linear-gradient(135deg, #f7b63d, #c75123 52%, #5d1e15);
    box-shadow: 0 26px 60px rgba(0,0,0,0.24);
    color: #ffffff;
}

.v6-feature-card:hover {
    color: #ffffff;
    text-decoration: none;
}

.v6-card-logo {
    position: relative;
    z-index: 2;
    font-weight: 900;
    opacity: 0.92;
}

.v6-card-art {
    position: absolute;
    right: 32px;
    top: 30px;
    width: 125px;
    height: 125px;
    border-radius: 28px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,0.18);
    color: #fff;
    font-size: 74px;
    font-weight: 1000;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.24);
}

.v6-feature-card h3 {
    position: relative;
    z-index: 2;
    margin: 80px 0 4px;
    color: #ffffff;
    font-size: 34px;
}

.v6-feature-card p {
    position: relative;
    z-index: 2;
    color: rgba(255,255,255,0.9);
}

.v6-side-arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.82);
    color: #222;
    font-size: 28px;
    cursor: pointer;
}

.v6-side-arrow.left {
    left: 28px;
}

.v6-side-arrow.right {
    right: 28px;
}

.v6-dots {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.v6-dots i {
    width: 9px;
    height: 9px;
    border-radius: 99px;
    background: #c5c8d0;
}

.v6-dots i.active {
    background: #d7192f;
}

/* 灰白内容区 */
.v6-content-light {
    background: #e9eaed;
    padding: 52px 0 64px;
    width: 100vw;
}

.v6-two-col {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 56px;
}

.v6-left h2,
.v6-right h2 {
    color: #e3182f;
    font-size: 24px;
    margin: 0 0 18px;
}

.v6-section-desc {
    color: #333;
    line-height: 1.8;
    margin-bottom: 18px;
}

.v6-promo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 18px;
}

.v6-promo-card {
    min-height: 200px;
    border-radius: 16px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 14px 34px rgba(0,0,0,0.18);
}

.v6-promo-card:hover {
    color: #ffffff;
    text-decoration: none;
}

.v6-promo-card b {
    font-size: 24px;
    margin-bottom: 8px;
}

.v6-promo-card span {
    color: rgba(255,255,255,0.86);
}

.card-dark {
    background:
        radial-gradient(circle at 70% 25%, rgba(255,200,70,0.5), transparent 26%),
        linear-gradient(135deg, #351313, #1f1f26);
}

.card-red {
    background:
        radial-gradient(circle at 70% 25%, rgba(255,255,255,0.25), transparent 26%),
        linear-gradient(135deg, #b51e2d, #351313);
}

.v6-wide-banner {
    min-height: 230px;
    border-radius: 16px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-decoration: none;
    color: #ffffff;
    background:
        radial-gradient(circle at 68% 30%, rgba(255, 220, 80, 0.45), transparent 24%),
        linear-gradient(135deg, #193267, #2a225a 46%, #c4332a);
    box-shadow: 0 16px 40px rgba(0,0,0,0.2);
}

.v6-wide-banner:hover {
    color: #ffffff;
    text-decoration: none;
}

.v6-wide-banner strong {
    font-size: 30px;
    margin-bottom: 8px;
}

.v6-hot-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.v6-hot-card {
    min-height: 145px;
    border-radius: 16px;
    padding: 14px;
    display: grid;
    grid-template-columns: 76px 1fr;
    align-items: center;
    gap: 14px;
    background: #ffffff;
    color: #111827;
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(0,0,0,0.08);
}

.v6-hot-card:hover {
    text-decoration: none;
    color: #111827;
}

.v6-hot-card i {
    width: 76px;
    height: 76px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    color: #ffffff;
    font-size: 34px;
    font-weight: 1000;
    font-style: normal;
}

.v6-hot-card b {
    display: block;
    font-size: 17px;
    margin-bottom: 4px;
}

.v6-hot-card span {
    color: #667085;
    font-size: 13px;
}

.v6-hot-card.tiger i { background: linear-gradient(135deg,#ffb347,#e35d18); }
.v6-hot-card.queen i { background: linear-gradient(135deg,#8b5cf6,#c026d3); }
.v6-hot-card.mahjong i { background: linear-gradient(135deg,#22c55e,#15803d); }
.v6-hot-card.bandito i { background: linear-gradient(135deg,#111827,#7c2d12); }
.v6-hot-card.neko i { background: linear-gradient(135deg,#ec4899,#f59e0b); }
.v6-hot-card.rabbit i { background: linear-gradient(135deg,#38bdf8,#6366f1); }

.v6-blue-link {
    margin-top: 18px;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2854bd;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
}

.v6-blue-link:hover {
    color: #ffffff;
    text-decoration: none;
}

/* 游戏库说明 */
.v6-trust {
    background: #ffffff;
    padding: 78px 0;
    width: 100vw;
}

.v6-trust-inner {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 360px 1fr;
    gap: 42px;
    align-items: center;
}

.v6-trust-col h2 {
    color: #222;
    font-size: 26px;
    border-bottom: 1px solid #a6a6a6;
    padding-bottom: 12px;
}

.v6-trust-col p {
    color: #555;
    line-height: 1.85;
}

.v6-trust-item {
    margin-top: 22px;
}

.v6-trust-item b {
    display: block;
    color: #d7192f;
    font-size: 18px;
}

.v6-trust-item span {
    color: #555;
}

.v6-mascot {
    min-height: 360px;
    display: grid;
    place-items: center;
}

.v6-mascot-body {
    width: 270px;
    height: 330px;
    border-radius: 130px 130px 44px 44px;
    display: grid;
    place-items: center;
    color: #ffffff;
    font-size: 48px;
    font-weight: 1000;
    background:
        radial-gradient(circle at 50% 18%, #ffe08a, transparent 20%),
        linear-gradient(180deg, #335eea, #172a78);
    box-shadow: 0 24px 60px rgba(0,0,0,0.18);
}

/* 移动端大横幅 */
.v6-mobile {
    position: relative;
    min-height: 560px;
    width: 100vw;
    background:
        linear-gradient(90deg, rgba(74, 28, 74, 0.72), rgba(198, 96, 95, 0.55)),
        radial-gradient(circle at 20% 50%, rgba(255,220,120,0.38), transparent 22%),
        radial-gradient(circle at 82% 40%, rgba(255,255,255,0.22), transparent 24%),
        linear-gradient(135deg, #513a8d, #e49586);
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.v6-phone {
    position: relative;
    z-index: 2;
    justify-self: end;
    width: 260px;
    height: 450px;
    border-radius: 38px;
    background: #111;
    padding: 18px;
    margin-right: 90px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.28);
}

.v6-phone-screen {
    height: 100%;
    border-radius: 26px;
    background: #f4f6fb;
    padding: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    align-content: start;
}

.v6-phone-screen i {
    height: 92px;
    border-radius: 16px;
    background: linear-gradient(135deg, #8b5cf6, #f59e0b);
}

.v6-mobile-text {
    position: relative;
    z-index: 2;
    max-width: 480px;
}

.v6-mobile-text span {
    color: #fff3bd;
    font-weight: 900;
}

.v6-mobile-text h2 {
    color: #ffffff;
    font-size: 50px;
    line-height: 1.1;
    margin: 12px 0;
}

.v6-mobile-text p {
    color: rgba(255,255,255,0.9);
    line-height: 1.85;
    font-size: 17px;
    margin-bottom: 24px;
}

/* FAQ */
.v6-faq {
    background: #f2f3f6;
    padding: 50px 0 68px;
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.v6-faq-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.v6-faq-head h2 {
    margin: 0;
    font-size: 28px;
}

.v6-faq-head a {
    color: #2854bd;
    font-weight: 900;
    text-decoration: none;
}

.v6-faq-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.v6-faq-grid a {
    background: #ffffff;
    border-radius: 12px;
    padding: 18px;
    text-decoration: none;
    color: #111827;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
}

.v6-faq-grid b {
    display: block;
    margin-bottom: 8px;
}

.v6-faq-grid span {
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
}

/* 大气底部 */
.v6-grand-footer {
    width: 100vw;
    background:
        radial-gradient(circle at 20% 10%, rgba(140, 90, 255, 0.18), transparent 24%),
        radial-gradient(circle at 85% 20%, rgba(255, 125, 70, 0.16), transparent 24%),
        linear-gradient(180deg, #11131b 0%, #0a0c12 100%);
    color: #ffffff;
    padding-top: 48px;
    margin-top: 0;
}

.v6-footer-cta {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto 36px;
    padding: 34px 36px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 24px;
    align-items: center;
    background:
        linear-gradient(135deg, rgba(88, 59, 195, 0.88), rgba(204, 83, 83, 0.86)),
        linear-gradient(135deg, #39206e, #c34e41);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

.v6-footer-cta-text span {
    display: inline-block;
    color: rgba(255,255,255,0.82);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.v6-footer-cta-text h2 {
    margin: 0 0 12px;
    font-size: 38px;
    line-height: 1.15;
    color: #ffffff;
}

.v6-footer-cta-text p {
    margin: 0;
    color: rgba(255,255,255,0.88);
    font-size: 15px;
    line-height: 1.85;
    max-width: 700px;
}

.v6-footer-cta-action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.v6-footer-main {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    padding: 12px 0 36px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
    gap: 30px;
}

.v6-footer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 18px;
    border-radius: 12px;
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 1000;
    color: #ffffff;
    background: linear-gradient(135deg, #5a4bff, #c45dff);
    box-shadow: 0 14px 30px rgba(90, 75, 255, 0.28);
}

.v6-footer-brand p {
    color: #b8c0d8;
    line-height: 1.9;
    font-size: 14px;
    margin: 0;
}

.v6-footer-links h3,
.v6-footer-note h3 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
}

.v6-footer-links h3::after,
.v6-footer-note h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 2px;
    background: linear-gradient(90deg, #7c6cff, #ff7b56);
}

.v6-footer-links ul,
.v6-footer-note ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.v6-footer-links li,
.v6-footer-note li {
    margin: 0 0 10px;
}

.v6-footer-links a {
    color: #b8c0d8;
    text-decoration: none;
    transition: all 0.2s ease;
}

.v6-footer-links a:hover {
    color: #ffffff;
    padding-left: 4px;
}

.v6-footer-note li {
    color: #b8c0d8;
    line-height: 1.8;
    position: relative;
    padding-left: 16px;
}

.v6-footer-note li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff7b56;
}

.v6-footer-bottom {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    padding: 18px 0 28px;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    color: #8e97b0;
    font-size: 13px;
}

/* 响应式 */
@media (max-width: 980px) {
    .v6-hero {
        min-height: 620px;
    }

    .v6-hero h1 {
        font-size: 42px;
    }

    .v6-feature-inner,
    .v6-two-col,
    .v6-trust-inner,
    .v6-mobile,
    .v6-footer-cta,
    .v6-footer-main {
        grid-template-columns: 1fr;
    }

    .v6-trust {
        padding: 50px 0;
    }

    .v6-phone {
        justify-self: center;
        margin: 44px 0 0;
    }

    .v6-mobile-text {
        padding: 0 30px 54px;
    }

    .v6-faq-grid {
        grid-template-columns: 1fr 1fr;
    }

    .v6-footer-cta-action {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .v6-hero {
        min-height: 560px;
    }

    .v6-hero h1 {
        font-size: 34px;
    }

    .v6-hero p {
        font-size: 15px;
    }

    .v6-feature-inner,
    .v6-two-col,
    .v6-trust-inner,
    .v6-faq,
    .v6-footer-cta,
    .v6-footer-main,
    .v6-footer-bottom {
        width: calc(100% - 28px);
    }

    .v6-promo-grid,
    .v6-hot-grid,
    .v6-faq-grid {
        grid-template-columns: 1fr;
    }

    .v6-mobile-text h2 {
        font-size: 36px;
    }

    .v6-footer-cta {
        padding: 26px 22px;
    }

    .v6-footer-cta-text h2 {
        font-size: 28px;
    }
}

/* ----- 首页固定图片位：CSS 变量 + file_exists 角标（追加，不删旧规则） ----- */
.dwtj-home-v6 .dwtj-home-slot {
    position: relative;
}

.dwtj-home-v6 .dwtj-home-slot-label {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 6;
    padding: 6px 8px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
    color: #7c2d12;
    background: rgba(255, 247, 237, 0.96);
    border: 1px solid #fdba74;
    word-break: break-word;
}

.dwtj-home-v6 .v6-feature-tile.has-image > .dwtj-home-slot-label,
.dwtj-home-v6 .v6-hot-cover.has-image > .dwtj-home-slot-label,
.dwtj-home-v6 .v6-promo-card.v6-promo-card--media.has-image > .dwtj-home-slot-label,
.dwtj-home-v6 .v6-wide-banner.v6-wide-banner--media.has-image > .dwtj-home-slot-label,
.dwtj-home-v6 .v6-footer-cta.v6-footer-cta--media.has-image > .dwtj-home-slot-label,
.dwtj-home-v6 .v6-mascot-body.v6-wiki-badge.has-image > .dwtj-home-slot-label,
.dwtj-home-v6 .v6-phone-screen.v6-phone-screen--media.has-image > .dwtj-home-slot-label,
.dwtj-home-v6 .v6-mobile.v6-mobile--banner.has-image > .dwtj-home-slot-label {
    display: none !important;
}

.dwtj-home-v6 .v6-hero.no-video .v6-hero-fallback {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image:
        var(--dwtj-bg-image),
        linear-gradient(135deg, #2b090d, #7b272f 50%, #331013);
    background-size: cover, cover;
    background-position: center, center;
}

.dwtj-home-v6 .v6-hero.no-video .v6-hero-fallback.is-missing {
    background-image:
        var(--dwtj-bg-image),
        linear-gradient(135deg, #2b090d, #7b272f 50%, #331013);
}

.dwtj-home-v6 .v6-hero-asset-slots {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 6;
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: min(420px, calc(100vw - 40px));
}

.dwtj-home-v6 .v6-hero-asset-slots .dwtj-home-slot-label {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
}

.dwtj-home-v6 .v6-feature-inner {
    grid-template-columns: 1fr;
    gap: 28px;
}

.dwtj-home-v6 .v6-feature-six {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
}

.dwtj-home-v6 .v6-feature-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 140px;
    padding: 14px 14px 12px;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
    background-image:
        linear-gradient(180deg, rgba(15, 23, 42, 0) 35%, rgba(15, 23, 42, 0.72) 100%),
        var(--dwtj-bg-image, none),
        linear-gradient(135deg, #4b5563, #1f2937);
    background-size: cover, cover, cover;
    background-position: center, center, center;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.dwtj-home-v6 .v6-feature-tile:hover {
    color: #ffffff;
    text-decoration: none;
}

.dwtj-home-v6 .v6-feature-tile-title {
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 900;
}

.dwtj-home-v6 .v6-feature-tile-sub {
    position: relative;
    z-index: 2;
    font-size: 12px;
    opacity: 0.92;
}

.dwtj-home-v6 .v6-promo-card.v6-promo-card--media {
    position: relative;
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.55) 100%),
        var(--dwtj-bg-image, none),
        radial-gradient(circle at 70% 25%, rgba(255, 200, 70, 0.5), transparent 26%),
        linear-gradient(135deg, #351313, #1f1f26);
    background-size: cover, cover, auto, auto;
    background-position: center, center, center, center;
}

.dwtj-home-v6 .v6-promo-card.v6-promo-card--media.card-red {
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.55) 100%),
        var(--dwtj-bg-image, none),
        radial-gradient(circle at 70% 25%, rgba(255, 255, 255, 0.25), transparent 26%),
        linear-gradient(135deg, #b51e2d, #351313);
    background-size: cover, cover, auto, auto;
    background-position: center, center, center, center;
}

.dwtj-home-v6 .v6-wide-banner.v6-wide-banner--media {
    position: relative;
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.5) 100%),
        var(--dwtj-bg-image, none),
        radial-gradient(circle at 68% 30%, rgba(255, 220, 80, 0.45), transparent 24%),
        linear-gradient(135deg, #193267, #2a225a 46%, #c4332a);
    background-size: cover, cover, auto, auto;
    background-position: center, center, center, center;
}

.dwtj-home-v6 .v6-hot-card {
    grid-template-columns: 76px 1fr;
}

.dwtj-home-v6 .v6-hot-cover {
    position: relative;
    width: 76px;
    height: 76px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #e5e7eb;
    background-image: var(--dwtj-bg-image, none), linear-gradient(135deg, #cbd5e1, #94a3b8);
    background-size: cover, cover;
    background-position: center, center;
}

.dwtj-home-v6 .v6-hot-card i {
    display: none;
}

.dwtj-home-v6 .v6-mascot-body.v6-wiki-badge {
    position: relative;
    overflow: hidden;
    background-image:
        var(--dwtj-bg-image, none),
        radial-gradient(circle at 50% 18%, #ffe08a, transparent 20%),
        linear-gradient(180deg, #335eea, #172a78);
    background-size: cover, cover, auto;
    background-position: center, center, center;
}

.dwtj-home-v6 .v6-wiki-badge.has-image .v6-wiki-badge-text {
    opacity: 0.22;
}

.dwtj-home-v6 .v6-mobile.v6-mobile--banner {
    background-image:
        var(--dwtj-bg-image, none),
        linear-gradient(90deg, rgba(74, 28, 74, 0.72), rgba(198, 96, 95, 0.55)),
        radial-gradient(circle at 20% 50%, rgba(255, 220, 120, 0.38), transparent 22%),
        radial-gradient(circle at 82% 40%, rgba(255, 255, 255, 0.22), transparent 24%),
        linear-gradient(135deg, #513a8d, #e49586);
    background-size: cover, cover, auto, auto, auto, auto;
    background-position: center, center, center, center, center, center;
}

.dwtj-home-v6 .v6-mobile-banner-slot {
    top: 12px;
    bottom: auto;
}

.dwtj-home-v6 .v6-phone-screen.v6-phone-screen--media {
    position: relative;
    background-image:
        var(--dwtj-bg-image, none),
        linear-gradient(135deg, #e2e8f0, #f1f5f9);
    background-size: cover, cover;
    background-position: center, center;
}

.dwtj-home-v6 .v6-phone-screen.v6-phone-screen--media i {
    opacity: 0.35;
}

.dwtj-home-v6 .v6-footer-cta.v6-footer-cta--media {
    position: relative;
    background-image:
        var(--dwtj-bg-image, none),
        linear-gradient(135deg, rgba(88, 59, 195, 0.88), rgba(204, 83, 83, 0.86)),
        linear-gradient(135deg, #39206e, #c34e41);
    background-size: cover, cover, auto;
    background-position: center, center, center;
}

.dwtj-home-v6 .v6-promo-card.v6-promo-card--media b,
.dwtj-home-v6 .v6-promo-card.v6-promo-card--media span,
.dwtj-home-v6 .v6-wide-banner.v6-wide-banner--media strong,
.dwtj-home-v6 .v6-wide-banner.v6-wide-banner--media span,
.dwtj-home-v6 .v6-footer-cta.v6-footer-cta--media .v6-footer-cta-text {
    position: relative;
    z-index: 2;
}

@media (max-width: 980px) {
    .dwtj-home-v6 .v6-feature-six {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .dwtj-home-v6 .v6-feature-six {
        grid-template-columns: 1fr;
    }
}

/* ----- 首页全宽修复（覆盖先前 .dwtj-home-v6 max-width:100% 副作用，置于文件最末） ----- */
body.home .site-content,
body.home .content-area,
body.home .site-main,
body.home .inside-article,
body.home .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}

body.home .dwtj-home-v6 {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    overflow-x: clip;
}

@supports not (overflow-x: clip) {
    body.home .dwtj-home-v6 {
        overflow-x: hidden;
    }
}

body.home .dwtj-home-v6 section,
body.home .v6-hero,
body.home .v6-feature,
body.home .v6-feature-game,
body.home .v6-content-light,
body.home .v6-trust,
body.home .v6-entry,
body.home .v6-position,
body.home .v6-mobile,
body.home .v6-faq,
body.home .v6-grand-footer {
    width: 100% !important;
    max-width: none;
    box-sizing: border-box;
}

body.home {
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

/* =============================================================================
   首页宽屏大气版（仅 body.home，不影响专题页；置于文件最末覆盖前述规则）
   ============================================================================= */
body.home {
    background: #f3f5f8 !important;
}

body.home .site,
body.home .site.grid-container,
body.home .site-content,
body.home .content-area,
body.home .site-main,
body.home .inside-article,
body.home .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
}

body.home .dwtj-home-v6 {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    overflow-x: clip;
    background: #f3f5f8;
}

@supports not (overflow-x: clip) {
    body.home .dwtj-home-v6 {
        overflow-x: hidden;
    }
}

html,
body.home {
    overflow-x: hidden;
}

body.home .v6-hero,
body.home .v6-feature,
body.home .v6-feature-game,
body.home .v6-content-light,
body.home .v6-trust,
body.home .v6-mobile,
body.home .v6-faq,
body.home .v6-grand-footer {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
}

/* 内部主内容区：1240px 居中（对应模板实际 inner 类名） */
body.home .v6-hero-inner,
body.home .v6-feature-inner,
body.home .v6-two-col,
body.home .v6-trust-inner,
body.home .v6-footer-cta,
body.home .v6-footer-main,
body.home .v6-footer-bottom {
    width: min(1240px, calc(100% - 56px)) !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

body.home .v6-faq-head,
body.home .v6-faq-grid {
    width: min(1240px, calc(100% - 56px)) !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

body.home .v6-faq {
    width: 100% !important;
    max-width: none !important;
}

/* Hero 宽屏大气 */
body.home .v6-hero {
    position: relative;
    width: 100% !important;
    max-width: none !important;
    min-height: 720px !important;
    height: min(820px, 78vh);
    max-height: none;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-size: cover !important;
    background-position: center center !important;
}

body.home .v6-hero-inner {
    position: relative;
    z-index: 4;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: min(1240px, calc(100% - 56px)) !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 32px 16px;
}

body.home .v6-hero-text {
    max-width: 100%;
}

body.home .v6-hero h1 {
    font-size: clamp(48px, 6vw, 86px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

body.home .v6-hero p {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 1.9;
}

/* 主推游戏区：更宽游戏墙 */
body.home .v6-feature-game {
    padding: 72px 0 76px;
    background: #fff;
}

body.home .v6-feature-inner {
    display: grid;
    grid-template-columns: minmax(240px, 0.38fr) minmax(0, 1fr);
    gap: 40px 48px;
    align-items: start;
}

body.home .v6-feature-six {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

body.home .v6-hot-card {
    min-height: 158px;
    padding: 16px;
    gap: 16px;
}

body.home .v6-hot-cover {
    width: 88px;
    height: 88px;
    border-radius: 22px;
}

body.home .v6-promo-card {
    min-height: 210px;
}

body.home .v6-wide-banner {
    min-height: 240px;
}

/* 资料入口 + 热门游戏 */
body.home .v6-content-light {
    padding: 78px 0;
    background: #eef1f5;
}

body.home .v6-two-col {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 48px;
    align-items: start;
}

/* 移动端横幅：全宽背景 + 居中双栏（flex，避免 grid 同格重叠） */
body.home .v6-mobile {
    position: relative;
    min-height: 560px;
    padding: 96px 28px;
    background-size: cover !important;
    background-position: center center !important;
    width: 100% !important;
    max-width: none !important;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 56px;
    row-gap: 36px;
    box-sizing: border-box;
}

body.home .v6-mobile > .v6-mobile-shade {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

body.home .v6-mobile > .dwtj-home-slot-label.v6-mobile-banner-slot {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    width: min(1240px, calc(100% - 40px));
    max-width: calc(100vw - 40px);
}

body.home .v6-mobile > .v6-phone,
body.home .v6-mobile > .v6-mobile-text {
    position: relative;
    z-index: 2;
    flex: 0 1 auto;
}

body.home .v6-mobile > .v6-phone {
    max-width: min(320px, 42vw);
}

body.home .v6-mobile > .v6-mobile-text {
    max-width: min(520px, 100%);
}

/* 深色 footer 全宽 + 内层居中 */
body.home .v6-grand-footer {
    width: 100% !important;
    max-width: none !important;
    padding: 72px 0 42px;
    background: #080d18;
}

body.home .v6-footer-cta,
body.home .v6-footer-main,
body.home .v6-footer-bottom {
    padding-left: 0;
    padding-right: 0;
}

/* 首页运营类标签不撑出横向滚动（与末尾隐藏规则配合） */
body.home .dwtj-home-slot-label,
body.home .dwtj-home-img-slot-label {
    max-width: calc(100% - 24px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1100px) {
    body.home .v6-feature-inner {
        grid-template-columns: 1fr;
    }

    body.home .v6-mobile {
        flex-direction: column;
        padding: 72px 24px 64px;
    }

    body.home .v6-mobile > .v6-phone {
        max-width: 280px;
    }

    body.home .v6-mobile > .v6-mobile-text {
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width: 900px) {
    body.home .v6-two-col {
        grid-template-columns: 1fr !important;
        gap: 28px;
    }

    body.home .v6-feature-six {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    body.home .v6-feature-six {
        grid-template-columns: 1fr;
    }

    body.home .v6-hero {
        min-height: 560px !important;
        height: auto;
    }
}

body.home .v6-hero {
    min-height: calc(100vh - 78px) !important;
    height: calc(100vh - 78px) !important;
    max-height: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-size: cover !important;
    background-position: center center !important;
}

body.home .v6-hero-inner,
body.home .v6-hero-content {
    width: min(1240px, calc(100% - 56px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

body.home .v6-hero h1 {
    font-size: clamp(58px, 6.8vw, 104px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.055em !important;
    margin-bottom: 28px !important;
}

body.home .v6-hero p {
    max-width: 880px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 17px !important;
    line-height: 1.9 !important;
}

body.home .v6-hero-actions,
body.home .v6-hero-buttons {
    margin-top: 34px !important;
}

@media (max-width: 900px) {
    body.home .v6-hero {
        min-height: calc(100vh - 64px) !important;
        height: auto !important;
        padding-top: 110px !important;
        padding-bottom: 96px !important;
    }

    body.home .v6-hero h1 {
        font-size: clamp(42px, 12vw, 68px) !important;
        line-height: 1.08 !important;
    }

    body.home .v6-hero p {
        font-size: 15px !important;
        line-height: 1.8 !important;
    }
}

@media (max-width: 520px) {
    body.home .v6-hero {
        min-height: calc(100vh - 58px) !important;
        padding-top: 92px !important;
        padding-bottom: 82px !important;
    }

    body.home .v6-hero h1 {
        font-size: clamp(38px, 13vw, 56px) !important;
    }
}

body.home .v6-hero-control {
    position: static !important;
    transform: none !important;
    inset: auto !important;
    margin: 26px auto 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    z-index: 3 !important;
    opacity: 0.72;
}

body.home .v6-hero h1 .v6-hero-control {
    display: none !important;
}

body.home .v6-hero-actions + .v6-hero-control {
    margin-top: 26px !important;
}

body.home .v6-hero-control button {
    width: 34px !important;
    height: 34px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 15px !important;
    background: rgba(0, 0, 0, 0.32) !important;
}

@media (max-width: 900px) {
    body.home .v6-hero-control {
        margin-top: 22px !important;
        gap: 10px !important;
    }

    body.home .v6-hero-actions + .v6-hero-control {
        margin-top: 22px !important;
    }
}

body.home .v6-feature-six {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 18px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 18px;
}

body.home .v6-feature-six::-webkit-scrollbar {
    height: 6px;
}

body.home .v6-feature-six::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, .08);
    border-radius: 999px;
}

body.home .v6-feature-six::-webkit-scrollbar-thumb {
    background: rgba(239, 36, 58, .55);
    border-radius: 999px;
}

body.home .v6-feature-six .v6-feature-tile,
body.home .v6-feature-six .v6-feature-card,
body.home .v6-feature-six .v6-feature-game-card {
    flex: 0 0 calc((100% - 36px) / 3) !important;
    min-width: calc((100% - 36px) / 3) !important;
    max-width: calc((100% - 36px) / 3) !important;
    scroll-snap-align: start;
    min-height: 190px;
    box-sizing: border-box;
}

@media (max-width: 900px) {
    body.home .v6-feature-six .v6-feature-tile,
    body.home .v6-feature-six .v6-feature-card,
    body.home .v6-feature-six .v6-feature-game-card {
        flex-basis: calc((100% - 18px) / 2) !important;
        min-width: calc((100% - 18px) / 2) !important;
        max-width: calc((100% - 18px) / 2) !important;
    }
}

@media (max-width: 520px) {
    body.home .v6-feature-six .v6-feature-tile,
    body.home .v6-feature-six .v6-feature-card,
    body.home .v6-feature-six .v6-feature-game-card {
        flex-basis: 82% !important;
        min-width: 82% !important;
        max-width: 82% !important;
    }
}

body.home .v6-hot-list,
body.home .v6-hot-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    align-items: stretch !important;
    overflow: visible !important;
}

body.home .v6-hot-card,
body.home .v6-hot-item {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: center !important;
    min-height: 96px !important;
    padding: 12px !important;
    overflow: hidden !important;
    border-radius: 14px !important;
    box-sizing: border-box !important;
}

body.home .v6-hot-cover,
body.home .v6-hot-thumb,
body.home .v6-hot-img {
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    max-width: 76px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center !important;
    z-index: 1 !important;
}

body.home .v6-hot-card h3,
body.home .v6-hot-card p,
body.home .v6-hot-item h3,
body.home .v6-hot-item p {
    position: relative !important;
    z-index: 2 !important;
    margin-left: 0 !important;
    max-width: 100% !important;
}

body.home .v6-hot-card > div,
body.home .v6-hot-item > div {
    position: relative !important;
    z-index: 2 !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

body.home .v6-hot-card b,
body.home .v6-hot-card span,
body.home .v6-hot-item b,
body.home .v6-hot-item span {
    position: relative !important;
    z-index: 2 !important;
}

@media (max-width: 680px) {
    body.home .v6-hot-list,
    body.home .v6-hot-grid {
        grid-template-columns: 1fr !important;
    }
}

body.home .v6-feature {
    position: relative !important;
    padding: 86px 0 92px !important;
    background:
        linear-gradient(rgba(255, 255, 255, .86), rgba(255, 255, 255, .92)),
        linear-gradient(90deg, rgba(15, 23, 42, .045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(15, 23, 42, .045) 1px, transparent 1px) !important;
    background-size: auto, 96px 96px, 96px 96px !important;
    overflow: hidden !important;
}

body.home .v6-feature-inner {
    width: min(1240px, calc(100% - 56px)) !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 320px minmax(0, 1fr) !important;
    gap: 56px !important;
    align-items: center !important;
}

body.home .v6-feature-copy {
    position: relative !important;
    z-index: 3 !important;
    min-width: 0 !important;
}

body.home .v6-feature-copy h2 {
    font-size: clamp(36px, 3.5vw, 58px) !important;
    line-height: 1.05 !important;
    margin: 8px 0 18px !important;
    color: #162b72 !important;
}

body.home .v6-feature-copy p {
    font-size: 16px !important;
    line-height: 1.9 !important;
    color: #23324d !important;
}

body.home .v6-feature-slider {
    position: relative !important;
    min-width: 0 !important;
    overflow: hidden !important;
}

body.home .v6-feature-viewport {
    --feature-slide-count: 1;
    width: 100% !important;
    overflow: hidden !important;
    border-radius: 22px !important;
}

body.home .v6-feature-track {
    display: flex !important;
    width: calc(var(--feature-slide-count, 1) * 100%) !important;
    transform: translateX(0);
    transition: transform .45s ease !important;
    overflow: visible !important;
    gap: 0 !important;
    scroll-snap-type: none !important;
    padding: 0 !important;
}

body.home .v6-feature-slide {
    flex: 0 0 calc(100% / var(--feature-slide-count, 1)) !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
    box-sizing: border-box !important;
}

body.home .v6-feature-tile,
body.home .v6-feature-card,
body.home .v6-feature-game-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: none !important;
    min-height: 230px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 0 24px 50px rgba(15, 23, 42, .16) !important;
}

body.home .v6-feature-dots {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 28px !important;
}

body.home .v6-feature-dots button {
    width: 10px !important;
    height: 10px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #c9ced8 !important;
    cursor: pointer !important;
}

body.home .v6-feature-dots button.is-active {
    width: 28px !important;
    background: #ef243a !important;
}

body.home .v6-feature-arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    width: 44px !important;
    height: 44px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .88) !important;
    color: #111827 !important;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .18) !important;
    font-size: 34px !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

body.home .v6-feature-prev {
    left: 34px !important;
}

body.home .v6-feature-next {
    right: 34px !important;
}

body.home .v6-feature-arrow:hover {
    background: #ef243a !important;
    color: #fff !important;
}

@media (max-width: 1100px) {
    body.home .v6-feature-inner {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
    }

    body.home .v6-feature-copy {
        text-align: center !important;
        max-width: 720px !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 900px) {
    body.home .v6-feature-slide {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 760px) {
    body.home .v6-feature-slide {
        grid-template-columns: 1fr !important;
    }

    body.home .v6-feature-tile,
    body.home .v6-feature-card,
    body.home .v6-feature-game-card {
        min-height: 220px !important;
    }

    body.home .v6-feature-arrow {
        display: none !important;
    }
}

@media (max-width: 520px) {
    body.home .v6-feature {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.home .v6-feature-inner {
        width: min(1240px, calc(100% - 32px)) !important;
    }
}

body.home .v6-entry-left,
body.home .v6-entry-main,
body.home .v6-entry-cards {
    min-width: 0 !important;
    overflow: visible !important;
}

body.home .v6-entry-right,
body.home .v6-hot-panel,
body.home .v6-hot-wrap {
    min-width: 0 !important;
    position: relative !important;
    z-index: 3 !important;
}

body.home .v6-entry-inner,
body.home .v6-two-col {
    grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr) !important;
    gap: 72px !important;
    align-items: start !important;
}

body.home .v6-promo-grid,
body.home .v6-entry-card-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
    max-width: calc(100% - 45px) !important;
}

body.home .v6-promo-grid .v6-promo-card,
body.home .v6-promo-grid .v6-entry-card,
body.home .v6-entry-card-grid .v6-promo-card,
body.home .v6-entry-card-grid .v6-entry-card {
    width: calc(100% - 45px) !important;
    max-width: calc(100% - 45px) !important;
    justify-self: start !important;
    box-sizing: border-box !important;
}

body.home .v6-wide-banner,
body.home .v6-download-card {
    max-width: calc(100% - 45px) !important;
    box-sizing: border-box !important;
}

body.home .v6-hot-list,
body.home .v6-hot-grid {
    position: relative !important;
    z-index: 5 !important;
}

body.home .v6-hot-card,
body.home .v6-hot-item {
    overflow: hidden !important;
    position: relative !important;
}

body.home .v6-hot-cover,
body.home .v6-hot-thumb,
body.home .v6-hot-img {
    position: relative !important;
    z-index: 1 !important;
    transform: none !important;
}

@media (max-width: 900px) {
    body.home .v6-entry-inner,
    body.home .v6-two-col {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }

    body.home .v6-promo-grid,
    body.home .v6-entry-card-grid {
        max-width: 100% !important;
    }

    body.home .v6-promo-grid .v6-promo-card,
    body.home .v6-promo-grid .v6-entry-card,
    body.home .v6-entry-card-grid .v6-promo-card,
    body.home .v6-entry-card-grid .v6-entry-card,
    body.home .v6-wide-banner,
    body.home .v6-download-card {
        width: 100% !important;
        max-width: 100% !important;
    }
}

body.home .v6-entry-inner,
body.home .v6-two-col {
    grid-template-columns: minmax(0, 680px) minmax(420px, 1fr) !important;
    gap: 44px !important;
    align-items: start !important;
}

body.home .v6-entry-left,
body.home .v6-entry-main {
    width: 100% !important;
    max-width: 680px !important;
    min-width: 0 !important;
}

body.home .v6-promo-grid,
body.home .v6-entry-card-grid {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin-top: 28px !important;
}

body.home .v6-promo-grid .v6-promo-card,
body.home .v6-promo-grid .v6-entry-card,
body.home .v6-entry-card-grid .v6-promo-card,
body.home .v6-entry-card-grid .v6-entry-card {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 220px !important;
    justify-self: stretch !important;
    box-sizing: border-box !important;
    border-radius: 20px !important;
}

body.home .v6-wide-banner,
body.home .v6-download-card {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 245px !important;
    margin-top: 18px !important;
    box-sizing: border-box !important;
    border-radius: 22px !important;
}

body.home .v6-entry-right,
body.home .v6-hot-panel,
body.home .v6-hot-wrap {
    min-width: 0 !important;
    max-width: 100% !important;
    position: relative !important;
    z-index: 3 !important;
}

body.home .v6-hot-list,
body.home .v6-hot-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    max-width: 100% !important;
}

body.home .v6-hot-card,
body.home .v6-hot-item {
    overflow: hidden !important;
    position: relative !important;
    z-index: 4 !important;
}

body.home .v6-hot-cover,
body.home .v6-hot-thumb,
body.home .v6-hot-img {
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    max-width: 76px !important;
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    z-index: 1 !important;
}

/* 清掉之前可能残留的调试红框 */
body.home .v6-entry-left,
body.home .v6-entry-main,
body.home .v6-promo-grid,
body.home .v6-entry-card-grid,
body.home .v6-two-col,
body.home .v6-entry-inner {
    outline: none !important;
    border-color: transparent;
}

@media (max-width: 1100px) {
    body.home .v6-entry-inner,
    body.home .v6-two-col {
        grid-template-columns: 1fr !important;
        gap: 34px !important;
    }

    body.home .v6-entry-left,
    body.home .v6-entry-main {
        max-width: 100% !important;
    }
}

@media (max-width: 640px) {
    body.home .v6-promo-grid,
    body.home .v6-entry-card-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    body.home .v6-promo-grid .v6-promo-card,
    body.home .v6-promo-grid .v6-entry-card,
    body.home .v6-entry-card-grid .v6-promo-card,
    body.home .v6-entry-card-grid .v6-entry-card,
    body.home .v6-wide-banner,
    body.home .v6-download-card {
        min-height: 210px !important;
    }
}

body.home .dwtj-home-slot-label,
body.home .dwtj-home-img-slot-label,
body.home .dwtj-home-img-slot,
body.home .dwtj-home-label,
body.home [class*="slot-label"],
body.home [class*="img-slot-label"] {
    display: none !important;
}

body.home .v6-hero-asset-slots {
    display: none !important;
}

body.home .v6-footer-note li::before {
    content: none !important;
}

body.home .v6-footer-safe-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 14px 0 0 !important;
    display: grid !important;
    gap: 10px !important;
}

body.home .v6-footer-safe-list li {
    position: relative !important;
    padding-left: 16px !important;
    color: rgba(255, 255, 255, .72) !important;
    line-height: 1.75 !important;
    font-size: 14px !important;
}

body.home .v6-footer-safe-list li::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: .72em !important;
    width: 5px !important;
    height: 5px !important;
    border-radius: 999px !important;
    background: #ef243a !important;
}

/* ===== 首页真实图片：<img>（覆盖旧版 --dwtj-bg-image 主图） ===== */
body.home .dwtj-real-img,
body.home .v6-feature-tile img,
body.home .v6-hot-cover img,
body.home .v6-promo-card img,
body.home .v6-wide-banner img,
body.home .v6-mascot-body img,
body.home .v6-mobile > img.dwtj-real-img,
body.home .v6-phone-screen img,
body.home .v6-footer-cta img,
body.home .v6-hero-fallback img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

body.home .v6-hero-fallback {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    background: none !important;
}

body.home .v6-feature-tile,
body.home .v6-promo-card.v6-promo-card--media,
body.home .v6-wide-banner.v6-wide-banner--media,
body.home .v6-hot-cover,
body.home .v6-mascot-body.v6-wiki-badge,
body.home .v6-mobile.v6-mobile--banner,
body.home .v6-phone-screen.v6-phone-screen--media,
body.home .v6-footer-cta.v6-footer-cta--media {
    position: relative;
    overflow: hidden;
}

body.home .v6-feature-tile > .dwtj-real-img,
body.home .v6-promo-card.v6-promo-card--media > .dwtj-real-img,
body.home .v6-wide-banner.v6-wide-banner--media > .dwtj-real-img,
body.home .v6-hot-cover > .dwtj-real-img,
body.home .v6-mascot-body.v6-wiki-badge > .dwtj-real-img,
body.home .v6-mobile.v6-mobile--banner > img.dwtj-real-img,
body.home .v6-phone-screen.v6-phone-screen--media > .dwtj-real-img,
body.home .v6-footer-cta.v6-footer-cta--media > .dwtj-real-img {
    position: absolute;
    inset: 0;
    z-index: 0;
}

body.home .v6-feature-tile {
    background-image: linear-gradient(180deg, rgba(15, 23, 42, 0) 35%, rgba(15, 23, 42, 0.72) 100%) !important;
    background-size: cover !important;
}

body.home .v6-promo-card.v6-promo-card--media.card-dark {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.55) 100%) !important;
}

body.home .v6-promo-card.v6-promo-card--media.card-red {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.55) 100%) !important;
}

body.home .v6-wide-banner.v6-wide-banner--media {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.5) 100%) !important;
}

body.home .v6-feature-tile-title,
body.home .v6-feature-tile-sub,
body.home .v6-promo-card b,
body.home .v6-promo-card span,
body.home .v6-wide-banner strong,
body.home .v6-wide-banner span,
body.home .v6-footer-cta-text,
body.home .v6-footer-cta-action,
body.home .v6-wiki-badge-text {
    position: relative;
    z-index: 2;
}

body.home .v6-hot-cover {
    background-image: none !important;
    background-color: #e5e7eb;
}

body.home .v6-mascot-body.v6-wiki-badge {
    background-image: radial-gradient(circle at 50% 18%, #ffe08a, transparent 20%), linear-gradient(180deg, #335eea, #172a78) !important;
}

body.home .v6-mobile.v6-mobile--banner {
    background-image: linear-gradient(90deg, rgba(74, 28, 74, 0.72), rgba(198, 96, 95, 0.55)), linear-gradient(135deg, #513a8d, #e49586) !important;
}

body.home .v6-mobile-shade,
body.home .v6-mobile-text,
body.home .v6-phone {
    position: relative;
    z-index: 2;
}

body.home .dwtj-img-slot-label,
body.home [class*="slot-label"],
body.home [class*="img-slot-label"],
body.home [class*="upload-label"] {
    display: none !important;
}