/**
 * 核心专题页（/pg-youxi/、/pg-dianzi/、/pg-demo/、/pg-soft/、/pg-download-risk/、/pg-official-or-fake/、/pg-slot-games/、/pg-games/）：布局重置 + .dwtj-core-page 内样式，避免污染首页与 single-games。
 */

body.page-slug-pg-youxi .site-content,
body.page-slug-pg-dianzi .site-content,
body.page-slug-pg-demo .site-content,
body.page-slug-pg-soft .site-content,
body.page-slug-pg-download-risk .site-content,
body.page-slug-pg-official-or-fake .site-content,
body.page-slug-pg-slot-games .site-content,
body.page-slug-pg-games .site-content,
body.page-slug-pg-youxi .content-area,
body.page-slug-pg-dianzi .content-area,
body.page-slug-pg-demo .content-area,
body.page-slug-pg-soft .content-area,
body.page-slug-pg-download-risk .content-area,
body.page-slug-pg-official-or-fake .content-area,
body.page-slug-pg-slot-games .content-area,
body.page-slug-pg-games .content-area,
body.page-slug-pg-youxi .site-main,
body.page-slug-pg-dianzi .site-main,
body.page-slug-pg-demo .site-main,
body.page-slug-pg-soft .site-main,
body.page-slug-pg-download-risk .site-main,
body.page-slug-pg-official-or-fake .site-main,
body.page-slug-pg-slot-games .site-main,
body.page-slug-pg-games .site-main,
body.page-slug-pg-youxi .inside-article,
body.page-slug-pg-dianzi .inside-article,
body.page-slug-pg-demo .inside-article,
body.page-slug-pg-soft .inside-article,
body.page-slug-pg-download-risk .inside-article,
body.page-slug-pg-official-or-fake .inside-article,
body.page-slug-pg-slot-games .inside-article,
body.page-slug-pg-games .inside-article,
body.page-slug-pg-youxi .entry-content,
body.page-slug-pg-dianzi .entry-content,
body.page-slug-pg-demo .entry-content,
body.page-slug-pg-soft .entry-content,
body.page-slug-pg-download-risk .entry-content,
body.page-slug-pg-official-or-fake .entry-content,
body.page-slug-pg-slot-games .entry-content,
body.page-slug-pg-games .entry-content {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.page-slug-pg-youxi .entry-header,
body.page-slug-pg-dianzi .entry-header,
body.page-slug-pg-demo .entry-header,
body.page-slug-pg-soft .entry-header,
body.page-slug-pg-download-risk .entry-header,
body.page-slug-pg-official-or-fake .entry-header,
body.page-slug-pg-slot-games .entry-header,
body.page-slug-pg-games .entry-header,
body.page-slug-pg-youxi .page-header,
body.page-slug-pg-dianzi .page-header,
body.page-slug-pg-demo .page-header,
body.page-slug-pg-soft .page-header,
body.page-slug-pg-download-risk .page-header,
body.page-slug-pg-official-or-fake .page-header,
body.page-slug-pg-slot-games .page-header,
body.page-slug-pg-games .page-header,
body.page-slug-pg-youxi .entry-title,
body.page-slug-pg-dianzi .entry-title,
body.page-slug-pg-demo .entry-title,
body.page-slug-pg-soft .entry-title,
body.page-slug-pg-download-risk .entry-title,
body.page-slug-pg-official-or-fake .entry-title,
body.page-slug-pg-slot-games .entry-title,
body.page-slug-pg-games .entry-title,
body.page-slug-pg-youxi .inside-article > header,
body.page-slug-pg-dianzi .inside-article > header,
body.page-slug-pg-demo .inside-article > header,
body.page-slug-pg-soft .inside-article > header,
body.page-slug-pg-download-risk .inside-article > header,
body.page-slug-pg-official-or-fake .inside-article > header,
body.page-slug-pg-slot-games .inside-article > header,
body.page-slug-pg-games .inside-article > header {
    display: none !important;
}

.dwtj-core-page {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background: #f4f6fb;
    color: #101828;
}

.dwtj-core-page .core-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.dwtj-core-page .core-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 18% 20%, rgba(103, 71, 255, .52), transparent 28%),
        radial-gradient(circle at 78% 16%, rgba(0, 194, 255, .36), transparent 28%),
        linear-gradient(135deg, #080b1f 0%, #101748 48%, #111827 100%);
}

.dwtj-core-page .core-hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,.18));
}

.dwtj-core-page .core-hero::after {
    content: "";
    position: absolute;
    inset: auto -15% -38% -15%;
    height: 420px;
    background: radial-gradient(circle, rgba(0, 194, 255, .32), transparent 68%);
    filter: blur(20px);
}

.dwtj-core-page .core-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
    gap: 52px;
    align-items: center;
    padding: 110px 0 90px;
}

.dwtj-core-page .core-kicker,
.dwtj-core-page .core-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.16);
    color: #bfe7ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dwtj-core-page .core-section-label {
    background: rgba(33, 111, 255, .08);
    border-color: rgba(33, 111, 255, .12);
    color: #2754d8;
}

.dwtj-core-page .core-hero h1 {
    max-width: 790px;
    margin: 0;
    font-size: clamp(42px, 5.2vw, 76px);
    line-height: .98;
    letter-spacing: -0.06em;
    font-weight: 900;
}

.dwtj-core-page .core-hero p {
    max-width: 720px;
    margin: 26px 0 0;
    font-size: 18px;
    line-height: 1.85;
    color: rgba(255,255,255,.78);
}

.dwtj-core-page .core-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

.dwtj-core-page .core-hero-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
    max-width: 560px;
}

.dwtj-core-page .core-hero-tile {
    position: relative;
    min-height: 88px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.18);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-shadow: 0 12px 32px rgba(0,0,0,.25);
}

.dwtj-core-page .core-hero-tile span {
    position: relative;
    z-index: 2;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    color: #fff;
}

.dwtj-core-page .core-hero-tile small {
    position: relative;
    z-index: 2;
    font-size: 10px;
    font-weight: 700;
    color: rgba(255,255,255,.65);
    text-transform: uppercase;
    letter-spacing: .12em;
}

.dwtj-core-page .core-hero-tile i {
    position: absolute;
    width: 22%;
    height: 22%;
    border-radius: 6px;
    background: rgba(255,255,255,.12);
    opacity: .9;
}

.dwtj-core-page .core-hero-tile-mj {
    background:
        linear-gradient(145deg, rgba(255,255,255,.12), transparent),
        repeating-linear-gradient(-18deg, rgba(255,202,67,.15) 0 2px, transparent 2px 10px),
        linear-gradient(135deg, #1a2844, #6b1a3d);
}

.dwtj-core-page .core-hero-tile-mj i:nth-child(2) { top: 14%; left: 12%; }
.dwtj-core-page .core-hero-tile-mj i:nth-child(3) { bottom: 18%; right: 14%; width: 28%; height: 28%; }
.dwtj-core-page .core-hero-tile-mj i:nth-child(4) { top: 40%; right: 18%; }

.dwtj-core-page .core-hero-tile-tg {
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 180, 60, .45), transparent 55%),
        linear-gradient(135deg, #2a1040, #c43a12);
}

.dwtj-core-page .core-hero-tile-tg i:nth-child(2) { bottom: 12%; left: 16%; }
.dwtj-core-page .core-hero-tile-tg i:nth-child(3) { top: 20%; right: 12%; }

.dwtj-core-page .core-hero-tile-qb {
    background:
        radial-gradient(circle at 80% 20%, rgba(120, 200, 255, .35), transparent 50%),
        linear-gradient(135deg, #1e1a48, #3d1f6e);
}

.dwtj-core-page .core-hero-tile-qb i:nth-child(2) { top: 16%; left: 14%; }
.dwtj-core-page .core-hero-tile-qb i:nth-child(3) { bottom: 14%; right: 20%; }
.dwtj-core-page .core-hero-tile-qb i:nth-child(4) { top: 38%; left: 40%; width: 18%; height: 18%; }

.dwtj-core-page .core-hero-tile-pg {
    background:
        conic-gradient(from 210deg, rgba(0,194,255,.35), rgba(124,60,255,.4), rgba(255,202,67,.25), rgba(0,194,255,.35)),
        linear-gradient(135deg, #0c1638, #102a52);
}

.dwtj-core-page .core-hero-tile-pg i:nth-child(2) { inset: 22%; border-radius: 50%; opacity: .35; }

.dwtj-core-page .core-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.dwtj-core-page .core-btn:hover {
    transform: translateY(-2px);
}

.dwtj-core-page .core-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #257cff, #7c3cff);
    box-shadow: 0 18px 40px rgba(37, 124, 255, .35);
}

.dwtj-core-page .core-btn-primary:hover {
    color: #fff;
    box-shadow: 0 24px 48px rgba(37, 124, 255, .48);
}

.dwtj-core-page .core-btn-ghost {
    color: #fff;
    background: rgba(255,255,255,.11);
    border: 1px solid rgba(255,255,255,.22);
}

.dwtj-core-page .core-btn-ghost:hover {
    color: #fff;
    background: rgba(255,255,255,.18);
}

.dwtj-core-page .core-safe-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.dwtj-core-page .core-safe-row span {
    padding: 8px 12px;
    border-radius: 999px;
    color: rgba(255,255,255,.76);
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    font-size: 13px;
    font-weight: 700;
}

.dwtj-core-page .core-hero-panel {
    position: relative;
    padding: 24px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.08));
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 30px 90px rgba(0,0,0,.38);
    backdrop-filter: blur(20px);
}

.dwtj-core-page .core-panel-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.dwtj-core-page .core-panel-top span {
    color: rgba(255,255,255,.58);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.dwtj-core-page .core-panel-top strong {
    color: #fff;
    font-size: 28px;
    letter-spacing: -0.05em;
}

.dwtj-core-page .core-rank-card {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    align-items: center;
    padding: 16px;
    margin-top: 14px;
    border-radius: 22px;
    background: rgba(255,255,255,.11);
    border: 1px solid rgba(255,255,255,.14);
}

.dwtj-core-page .core-rank-card.is-big {
    padding: 22px;
    background:
        radial-gradient(circle at top right, rgba(255, 202, 67, .24), transparent 42%),
        rgba(255,255,255,.14);
}

.dwtj-core-page .core-rank-card em {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: rgba(255,255,255,.12);
    color: #ffe08a;
    font-style: normal;
    font-weight: 900;
}

.dwtj-core-page .core-rank-card strong {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.25;
}

.dwtj-core-page .core-rank-card > div > span {
    display: block;
    margin-top: 5px;
    color: rgba(255,255,255,.62);
    font-size: 13px;
}

.dwtj-core-page .core-section {
    padding: 96px 0;
}

.dwtj-core-page .core-two-col {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .65fr);
    gap: 54px;
    align-items: center;
}

.dwtj-core-page .core-section h2 {
    margin: 0;
    font-size: clamp(32px, 3.6vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.05em;
    color: #101828;
}

.dwtj-core-page .core-section p {
    margin: 18px 0 0;
    color: #526071;
    font-size: 17px;
    line-height: 1.85;
}

.dwtj-core-page .core-note-card {
    padding: 34px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 22px 70px rgba(16, 24, 40, .1);
    border: 1px solid rgba(16, 24, 40, .06);
}

.dwtj-core-page .core-note-card h3 {
    margin: 0 0 18px;
    font-size: 26px;
    letter-spacing: -0.04em;
}

.dwtj-core-page .core-note-card ul {
    margin: 0;
    padding-left: 20px;
}

.dwtj-core-page .core-note-card li {
    margin: 12px 0;
    color: #475467;
    line-height: 1.75;
}

.dwtj-core-page .core-dark-band {
    color: #fff;
    background:
        radial-gradient(circle at 25% 10%, rgba(103, 71, 255, .4), transparent 28%),
        radial-gradient(circle at 82% 14%, rgba(0, 194, 255, .24), transparent 28%),
        linear-gradient(135deg, #0a1028, #12172f);
}

.dwtj-core-page .core-dark-band .core-section-label {
    color: #bfe7ff;
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.12);
}

.dwtj-core-page .core-dark-band h2,
.dwtj-core-page .core-dark-band h3 {
    color: #fff;
}

.dwtj-core-page .core-dark-band p {
    color: rgba(255,255,255,.66);
}

.dwtj-core-page .core-section-head {
    max-width: 760px;
    margin-bottom: 38px;
}

.dwtj-core-page .core-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.dwtj-core-page .core-category-card {
    position: relative;
    min-height: 280px;
    padding: 28px;
    padding-top: 100px;
    border-radius: 30px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    background:
        radial-gradient(circle at top right, rgba(0, 194, 255, .28), transparent 40%),
        rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.13);
    transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

.dwtj-core-page .core-category-card:hover {
    color: #fff;
    transform: translateY(-6px);
    background:
        radial-gradient(circle at top right, rgba(0, 194, 255, .38), transparent 42%),
        rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.22);
}

.dwtj-core-page .core-category-icon {
    position: absolute;
    top: 22px;
    left: 22px;
    width: 72px;
    height: 72px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(145deg, rgba(255,255,255,.22), rgba(255,255,255,.06));
    border: 1px solid rgba(255,255,255,.22);
    box-shadow: 0 12px 28px rgba(0,0,0,.2);
    letter-spacing: .02em;
}

.dwtj-core-page .core-category-index {
    position: absolute;
    top: 22px;
    right: 22px;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: rgba(255,255,255,.12);
    color: #9fe4ff;
    font-weight: 900;
    font-size: 14px;
}

.dwtj-core-page .core-category-card h3 {
    margin: 0;
    font-size: 23px;
    letter-spacing: -0.04em;
}

.dwtj-core-page .core-category-card p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.75;
}

.dwtj-core-page .core-popular {
    background: #fff;
}

.dwtj-core-page .core-game-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.dwtj-core-page .core-game-card {
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(16, 24, 40, .08);
    box-shadow: 0 18px 55px rgba(16, 24, 40, .09);
    transition: transform .22s ease, box-shadow .22s ease;
}

.dwtj-core-page .core-game-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 75px rgba(16, 24, 40, .14);
}

.dwtj-core-page .core-game-art {
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: flex-end;
    padding: 22px 24px;
    overflow: hidden;
}

.dwtj-core-page .core-game-art::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255,255,255,.12) 0%, rgba(0,0,0,.5) 100%),
        repeating-linear-gradient(90deg, rgba(255,255,255,.04) 0 1px, transparent 1px 14px);
    opacity: .85;
}

.dwtj-core-page .core-game-art span {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: clamp(20px, 2.4vw, 28px);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1.15;
    text-shadow: 0 8px 24px rgba(0,0,0,.45);
}

.dwtj-core-page .core-game-art-mahjong {
    background:
        radial-gradient(circle at 20% 25%, rgba(255, 202, 67, .55), transparent 45%),
        radial-gradient(circle at 88% 18%, rgba(200, 80, 120, .4), transparent 42%),
        linear-gradient(135deg, #1a2844 0%, #5c1a38 100%);
}

.dwtj-core-page .core-game-art-mahjong2 {
    background:
        radial-gradient(circle at 75% 20%, rgba(120, 200, 255, .45), transparent 48%),
        radial-gradient(circle at 15% 70%, rgba(255, 202, 67, .35), transparent 40%),
        linear-gradient(135deg, #142238, #1f3d5c);
}

.dwtj-core-page .core-game-art-tiger {
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 180, 60, .65), transparent 50%),
        radial-gradient(circle at 85% 75%, rgba(220, 60, 40, .45), transparent 45%),
        linear-gradient(135deg, #3a0f28, #c43a12);
}

.dwtj-core-page .core-game-art-queen {
    background:
        radial-gradient(circle at 70% 25%, rgba(180, 120, 255, .5), transparent 48%),
        radial-gradient(circle at 20% 80%, rgba(80, 160, 255, .35), transparent 42%),
        linear-gradient(135deg, #1e1240, #4a1a6e);
}

.dwtj-core-page .core-game-art-rabbit {
    background:
        radial-gradient(circle at 25% 35%, rgba(255, 220, 200, .5), transparent 48%),
        radial-gradient(circle at 80% 30%, rgba(255, 120, 160, .4), transparent 45%),
        linear-gradient(135deg, #3a1530, #8a2a4a);
}

.dwtj-core-page .core-game-art-ox {
    background:
        radial-gradient(circle at 50% 20%, rgba(255, 200, 80, .55), transparent 42%),
        radial-gradient(circle at 10% 80%, rgba(180, 60, 40, .4), transparent 48%),
        linear-gradient(135deg, #4a2010, #8b4513);
}

.dwtj-core-page .core-game-body {
    padding: 24px;
}

.dwtj-core-page .core-game-body > span {
    display: block;
    margin-bottom: 10px;
    color: #3158d4;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.dwtj-core-page .core-game-body h3 {
    margin: 0;
    color: #101828;
    font-size: 23px;
    line-height: 1.25;
    letter-spacing: -0.04em;
}

.dwtj-core-page .core-game-body p {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.75;
}

.dwtj-core-page .core-mobile-showcase {
    background: linear-gradient(180deg, #eef2fb 0%, #f8fafc 100%);
    border-top: 1px solid rgba(16, 24, 40, .06);
    border-bottom: 1px solid rgba(16, 24, 40, .06);
}

.dwtj-core-page .core-phone-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.dwtj-core-page .core-phone-screen {
    width: min(320px, 100%);
    aspect-ratio: 9 / 18.5;
    border-radius: 36px;
    padding: 28px 22px;
    background:
        linear-gradient(160deg, #1a2548, #0a1020),
        radial-gradient(circle at 50% 12%, rgba(0, 194, 255, .25), transparent 55%);
    border: 10px solid #1f2937;
    box-shadow:
        0 0 0 2px rgba(255,255,255,.08),
        0 40px 100px rgba(0,0,0,.35);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.dwtj-core-page .core-phone-screen::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 38%;
    height: 22px;
    border-radius: 12px;
    background: #0b1224;
}

.dwtj-core-page .core-phone-screen::after {
    content: "";
    position: absolute;
    inset: 18% 12% 42%;
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(37,124,255,.35), rgba(124,60,255,.25)),
        repeating-linear-gradient(-12deg, rgba(255,255,255,.06) 0 2px, transparent 2px 12px);
    opacity: .9;
}

.dwtj-core-page .core-phone-screen span,
.dwtj-core-page .core-phone-screen strong,
.dwtj-core-page .core-phone-screen p {
    position: relative;
    z-index: 2;
    margin: 0;
}

.dwtj-core-page .core-phone-screen span {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255,255,255,.55);
}

.dwtj-core-page .core-phone-screen strong {
    font-size: 22px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: -0.03em;
}

.dwtj-core-page .core-phone-screen p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,.72);
}

.dwtj-core-page .core-seo-block {
    background: linear-gradient(180deg, #f4f6fb 0%, #ffffff 100%);
}

.dwtj-core-page .core-link-panel {
    padding: 30px;
    border-radius: 30px;
    background: #101828;
    box-shadow: 0 24px 70px rgba(16, 24, 40, .18);
}

.dwtj-core-page .core-link-panel h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 26px;
    letter-spacing: -0.04em;
}

.dwtj-core-page .core-link-panel a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    color: rgba(255,255,255,.82);
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,.1);
    font-weight: 700;
}

.dwtj-core-page .core-link-panel a:hover {
    color: #8bdcff;
}

.dwtj-core-page .core-link-panel a::after {
    content: "→";
    color: #8bdcff;
}

.dwtj-core-page .core-safety-visual-section {
    background: #fff;
}

.dwtj-core-page .core-safety-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 8px;
}

.dwtj-core-page .core-safety-item {
    position: relative;
    min-height: 96px;
    padding: 20px 22px;
    border-radius: 22px;
    font-size: 17px;
    font-weight: 900;
    color: #101828;
    background:
        linear-gradient(135deg, rgba(37,124,255,.08), rgba(124,60,255,.06)),
        #f4f6fb;
    border: 1px solid rgba(16, 24, 40, .08);
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 10px 28px rgba(16, 24, 40, .06);
}

.dwtj-core-page .core-safety-item::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #257cff, #7c3cff);
    flex-shrink: 0;
    box-shadow: 0 0 0 4px rgba(37, 124, 255, .15);
}

.dwtj-core-page .core-faq {
    background: #fff;
}

.dwtj-core-page .core-faq-list {
    display: grid;
    gap: 14px;
}

.dwtj-core-page .core-faq-list details {
    border-radius: 22px;
    background: #f4f6fb;
    border: 1px solid rgba(16, 24, 40, .07);
    overflow: hidden;
}

.dwtj-core-page .core-faq-list summary {
    cursor: pointer;
    padding: 22px 26px;
    color: #101828;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.dwtj-core-page .core-faq-list details p {
    margin: 0;
    padding: 0 26px 24px;
    color: #526071;
}

@media (max-width: 980px) {
    .dwtj-core-page .core-hero {
        min-height: auto;
    }

    .dwtj-core-page .core-hero-inner,
    .dwtj-core-page .core-two-col {
        grid-template-columns: 1fr;
    }

    .dwtj-core-page .core-hero-inner {
        padding: 86px 0 70px;
    }

    .dwtj-core-page .core-hero-strip {
        max-width: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dwtj-core-page .core-category-grid,
    .dwtj-core-page .core-game-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dwtj-core-page .core-safety-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .dwtj-core-page .core-container {
        width: min(100% - 28px, 1180px);
    }

    .dwtj-core-page .core-hero h1 {
        font-size: 42px;
    }

    .dwtj-core-page .core-hero p {
        font-size: 16px;
    }

    .dwtj-core-page .core-section {
        padding: 68px 0;
    }

    .dwtj-core-page .core-category-grid,
    .dwtj-core-page .core-game-grid {
        grid-template-columns: 1fr;
    }

    .dwtj-core-page .core-hero-actions {
        flex-direction: column;
    }

    .dwtj-core-page .core-btn {
        width: 100%;
    }

    .dwtj-core-page .core-hero-panel {
        padding: 18px;
        border-radius: 26px;
    }

    .dwtj-core-page .core-game-art {
        min-height: 180px;
    }

    .dwtj-core-page .core-hero-strip {
        grid-template-columns: 1fr 1fr;
    }
}

/* ---------- /pg-dianzi/ 专题（.dwtj-pg-dianzi-page），与 /pg-youxi/ 共用 .dwtj-core-page 基础 ---------- */

.dwtj-pg-dianzi-page .core-hero-dianzi {
    background:
        radial-gradient(circle at 22% 18%, rgba(0, 200, 170, .45), transparent 30%),
        radial-gradient(circle at 82% 12%, rgba(37, 124, 255, .42), transparent 32%),
        linear-gradient(135deg, #061a18 0%, #0e2430 45%, #111827 100%);
}

.dwtj-pg-dianzi-page .core-hero-dianzi .core-kicker {
    color: #b8fff0;
}

.dwtj-pg-dianzi-page .core-dianzi-visual {
    min-height: 320px;
    display: flex;
    flex-direction: column;
}

.dwtj-pg-dianzi-page .core-dianzi-screen {
    position: relative;
    flex: 1;
    margin-top: 8px;
    padding: 28px 22px 24px;
    border-radius: 26px;
    background:
        linear-gradient(165deg, rgba(255,255,255,.12), rgba(0,0,0,.35)),
        radial-gradient(circle at 30% 25%, rgba(0, 200, 170, .35), transparent 50%),
        linear-gradient(135deg, #0f2a28, #152a45);
    border: 1px solid rgba(255,255,255,.14);
    overflow: hidden;
}

.dwtj-pg-dianzi-page .core-dianzi-screen::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(-25deg, rgba(255,255,255,.04) 0 1px, transparent 1px 18px);
    opacity: .6;
    pointer-events: none;
}

.dwtj-pg-dianzi-page .core-dianzi-chip {
    position: relative;
    z-index: 2;
    display: inline-flex;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .06em;
    color: #06221f;
    background: linear-gradient(135deg, #5efce8, #3ad4ff);
    box-shadow: 0 10px 28px rgba(0, 200, 170, .35);
}

.dwtj-pg-dianzi-page .core-dianzi-line {
    position: relative;
    z-index: 2;
    height: 10px;
    margin-top: 22px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255,255,255,.35), rgba(255,255,255,.08));
    max-width: 100%;
}

.dwtj-pg-dianzi-page .core-dianzi-line.is-short {
    max-width: 62%;
    margin-top: 12px;
    opacity: .75;
}

.dwtj-pg-dianzi-page .core-dianzi-orbit {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.dwtj-pg-dianzi-page .core-dianzi-orbit span {
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    color: rgba(255,255,255,.88);
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.16);
}

.dwtj-core-page .core-info-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.dwtj-core-page .core-info-card {
    position: relative;
    display: block;
    min-height: 220px;
    padding: 26px 24px 24px;
    padding-top: 88px;
    border-radius: 28px;
    text-decoration: none;
    color: #fff;
    background:
        radial-gradient(circle at 88% 12%, rgba(0, 200, 170, .28), transparent 42%),
        rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
    overflow: hidden;
}

.dwtj-core-page .core-info-card:hover {
    color: #fff;
    transform: translateY(-5px);
    border-color: rgba(0, 200, 170, .35);
    background:
        radial-gradient(circle at 88% 12%, rgba(0, 200, 170, .38), transparent 42%),
        rgba(255,255,255,.12);
}

.dwtj-core-page .core-info-card .core-category-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 900;
    background: linear-gradient(145deg, rgba(94, 252, 232, .35), rgba(58, 212, 255, .2));
    border: 1px solid rgba(255,255,255,.22);
    color: #e8fffb;
}

.dwtj-core-page .core-info-card h3 {
    margin: 0;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.dwtj-core-page .core-info-card p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,.72);
}

.dwtj-core-page .core-flow-section {
    background: linear-gradient(180deg, #ffffff 0%, #eef6f4 100%);
}

.dwtj-core-page .core-flow-section .core-section-head h2,
.dwtj-core-page .core-flow-section .core-section-head p {
    color: #101828;
}

.dwtj-core-page .core-flow-section .core-section-label {
    color: #0d6b5c;
    background: rgba(0, 200, 170, .1);
    border-color: rgba(0, 200, 170, .18);
}

.dwtj-core-page .core-flow-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.dwtj-core-page .core-flow-card {
    position: relative;
    padding: 26px 22px 24px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(16, 24, 40, .08);
    box-shadow: 0 16px 48px rgba(16, 24, 40, .08);
    overflow: hidden;
}

.dwtj-core-page .core-flow-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #00c8aa, #257cff);
    opacity: .85;
}

.dwtj-core-page .core-flow-card > span {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(135deg, #00a88c, #257cff);
    margin-bottom: 16px;
}

.dwtj-core-page .core-flow-card h3 {
    margin: 0;
    font-size: 19px;
    font-weight: 900;
    color: #101828;
    letter-spacing: -0.03em;
}

.dwtj-core-page .core-flow-card p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.75;
    color: #526071;
}

.dwtj-pg-dianzi-page .core-mobile-showcase {
    background: linear-gradient(180deg, #f0faf8 0%, #f8fafc 100%);
}

@media (max-width: 980px) {
    .dwtj-core-page .core-info-grid,
    .dwtj-core-page .core-flow-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .dwtj-core-page .core-info-grid,
    .dwtj-core-page .core-flow-grid {
        grid-template-columns: 1fr;
    }

    .dwtj-pg-dianzi-page .core-dianzi-visual {
        min-height: auto;
    }
}

/* ---------- /pg-demo/ 专题 ---------- */

.dwtj-pg-demo-page .core-hero-demo {
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 186, 73, .45), transparent 28%),
        radial-gradient(circle at 78% 16%, rgba(0, 194, 255, .34), transparent 28%),
        linear-gradient(135deg, #080b1f 0%, #17204e 48%, #111827 100%);
}

.dwtj-pg-demo-page .core-demo-visual {
    overflow: hidden;
}

.dwtj-pg-demo-page .core-demo-screen {
    position: relative;
    min-height: 330px;
    padding: 28px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 216, 102, .4), transparent 28%),
        radial-gradient(circle at 80% 30%, rgba(0, 194, 255, .32), transparent 30%),
        linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
    border: 1px solid rgba(255,255,255,.14);
}

.dwtj-pg-demo-page .core-demo-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    color: #101828;
    background: #ffd76a;
    font-weight: 900;
    letter-spacing: .08em;
}

.dwtj-pg-demo-page .core-demo-bar {
    height: 16px;
    width: 72%;
    margin-top: 80px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255,255,255,.95), rgba(255,255,255,.18));
}

.dwtj-pg-demo-page .core-demo-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 26px;
}

.dwtj-pg-demo-page .core-demo-cards span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 12px;
    border-radius: 18px;
    color: #fff;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.13);
    font-weight: 800;
    text-align: center;
}

.dwtj-core-page .core-demo-grid,
.dwtj-core-page .core-compare-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.dwtj-core-page .core-demo-card,
.dwtj-core-page .core-compare-card {
    padding: 28px;
    border-radius: 28px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.13);
    color: #fff;
}

.dwtj-core-page .core-demo-card {
    position: relative;
    padding: 100px 28px 28px;
    min-height: 240px;
}

.dwtj-core-page .core-demo-card h3,
.dwtj-core-page .core-compare-card h3 {
    margin: 18px 0 0;
    color: #fff;
    font-size: 23px;
    letter-spacing: -0.04em;
}

.dwtj-core-page .core-demo-card h3 {
    margin-top: 0;
    color: #fff;
}

.dwtj-core-page .core-demo-card p,
.dwtj-core-page .core-compare-card p {
    color: rgba(255,255,255,.66);
    font-size: 15px;
}

.dwtj-core-page .core-compare-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dwtj-core-page .core-compare-card {
    background: #fff;
    color: #101828;
    border: 1px solid rgba(16, 24, 40, .08);
    box-shadow: 0 18px 55px rgba(16, 24, 40, .08);
}

.dwtj-core-page .core-compare-card span {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    color: #2754d8;
    background: rgba(39, 84, 216, .08);
    font-size: 13px;
    font-weight: 900;
}

.dwtj-core-page .core-compare-card h3 {
    color: #101828;
}

.dwtj-core-page .core-compare-card p {
    color: #526071;
}

.dwtj-core-page .core-compare-section {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.dwtj-core-page .core-compare-section .core-section-head h2,
.dwtj-core-page .core-compare-section .core-section-head p {
    color: #101828;
}

.dwtj-core-page .core-compare-section .core-section-label {
    color: #2754d8;
    background: rgba(39, 84, 216, .08);
    border-color: rgba(39, 84, 216, .12);
}

.dwtj-core-page .core-checklist-panel {
    display: grid;
    gap: 14px;
    padding: 30px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(255, 216, 102, .22), transparent 40%),
        #101828;
    box-shadow: 0 24px 70px rgba(16, 24, 40, .18);
}

.dwtj-pg-demo-page .core-mobile-showcase {
    background: linear-gradient(180deg, #fff8f0 0%, #f8fafc 100%);
}

@media (max-width: 980px) {
    .dwtj-core-page .core-demo-grid,
    .dwtj-core-page .core-compare-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .dwtj-pg-demo-page .core-demo-cards,
    .dwtj-core-page .core-demo-grid,
    .dwtj-core-page .core-compare-grid {
        grid-template-columns: 1fr;
    }
}

/* ---------- /pg-soft/ 专题 ---------- */

.dwtj-pg-soft-page .core-hero-soft {
    background:
        radial-gradient(circle at 20% 18%, rgba(105, 91, 255, .45), transparent 30%),
        radial-gradient(circle at 82% 18%, rgba(255, 202, 67, .32), transparent 28%),
        linear-gradient(135deg, #080b1f 0%, #12194a 48%, #101828 100%);
}

.dwtj-pg-soft-page .core-soft-visual {
    overflow: hidden;
}

.dwtj-pg-soft-page .core-soft-screen {
    min-height: 330px;
    padding: 30px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 24% 20%, rgba(255, 202, 67, .36), transparent 30%),
        radial-gradient(circle at 78% 26%, rgba(0, 194, 255, .28), transparent 32%),
        linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
    border: 1px solid rgba(255,255,255,.14);
}

.dwtj-pg-soft-page .core-soft-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    border-radius: 28px;
    color: #101828;
    background: linear-gradient(135deg, #ffe08a, #ffffff);
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -0.06em;
    box-shadow: 0 18px 45px rgba(255, 202, 67, .28);
}

.dwtj-pg-soft-page .core-soft-lines {
    display: grid;
    gap: 12px;
    margin-top: 46px;
}

.dwtj-pg-soft-page .core-soft-lines span {
    display: block;
    height: 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.72);
}

.dwtj-pg-soft-page .core-soft-lines span.is-short {
    width: 62%;
    background: rgba(255,255,255,.35);
}

.dwtj-pg-soft-page .core-soft-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.dwtj-pg-soft-page .core-soft-tags span {
    padding: 10px 12px;
    border-radius: 999px;
    color: #fff;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.14);
    font-size: 13px;
    font-weight: 800;
}

.dwtj-pg-soft-page .core-mobile-showcase {
    background: linear-gradient(180deg, #f0f2ff 0%, #f8fafc 100%);
}

/* ---------- /pg-download-risk/ 专题 ---------- */

.dwtj-pg-download-risk-page .core-hero-risk {
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 92, 92, .42), transparent 28%),
        radial-gradient(circle at 78% 16%, rgba(255, 202, 67, .28), transparent 28%),
        linear-gradient(135deg, #100b1f 0%, #241340 48%, #101828 100%);
}

.dwtj-pg-download-risk-page .core-risk-visual {
    overflow: hidden;
}

.dwtj-pg-download-risk-page .core-risk-screen {
    min-height: 330px;
    padding: 30px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 24% 20%, rgba(255, 92, 92, .34), transparent 30%),
        radial-gradient(circle at 80% 28%, rgba(255, 202, 67, .25), transparent 32%),
        linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
    border: 1px solid rgba(255,255,255,.14);
}

.dwtj-pg-download-risk-page .core-risk-shield {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    border-radius: 30px;
    color: #fff;
    background: linear-gradient(135deg, #ff5c5c, #ffb84d);
    font-size: 44px;
    font-weight: 900;
    box-shadow: 0 18px 45px rgba(255, 92, 92, .28);
}

.dwtj-pg-download-risk-page .core-risk-meter {
    display: grid;
    gap: 12px;
    margin-top: 48px;
}

.dwtj-pg-download-risk-page .core-risk-meter span {
    display: block;
    height: 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.75);
}

.dwtj-pg-download-risk-page .core-risk-meter span.is-mid {
    width: 78%;
    background: rgba(255,255,255,.45);
}

.dwtj-pg-download-risk-page .core-risk-meter span.is-short {
    width: 56%;
    background: rgba(255,255,255,.28);
}

.dwtj-pg-download-risk-page .core-risk-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.dwtj-pg-download-risk-page .core-risk-tags span {
    padding: 10px 12px;
    border-radius: 999px;
    color: #fff;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.14);
    font-size: 13px;
    font-weight: 800;
}

.dwtj-core-page .core-risk-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.dwtj-core-page .core-risk-card {
    position: relative;
    padding: 100px 28px 28px;
    min-height: 240px;
    border-radius: 28px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.13);
    color: #fff;
}

.dwtj-core-page .core-risk-card h3 {
    margin: 0;
    color: #fff;
    font-size: 23px;
    letter-spacing: -0.04em;
}

.dwtj-core-page .core-risk-card p {
    margin-top: 12px;
    color: rgba(255,255,255,.66);
    font-size: 15px;
}

.dwtj-core-page .core-check-section {
    background: linear-gradient(180deg, #fff5f5 0%, #f8fafc 100%);
}

.dwtj-core-page .core-check-section .core-section-head h2,
.dwtj-core-page .core-check-section .core-section-head p {
    color: #101828;
}

.dwtj-core-page .core-check-section .core-section-label {
    color: #b42318;
    background: rgba(180, 35, 24, .08);
    border-color: rgba(180, 35, 24, .15);
}

.dwtj-pg-download-risk-page .core-mobile-showcase {
    background: linear-gradient(180deg, #fff8f5 0%, #f8fafc 100%);
}

@media (max-width: 980px) {
    .dwtj-core-page .core-risk-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .dwtj-core-page .core-risk-grid {
        grid-template-columns: 1fr;
    }
}

/* ---------- /pg-official-or-fake/ 专题 ---------- */

.dwtj-pg-official-or-fake-page .core-hero-fake {
    background:
        radial-gradient(circle at 18% 20%, rgba(0, 194, 255, .36), transparent 28%),
        radial-gradient(circle at 78% 16%, rgba(255, 92, 92, .34), transparent 28%),
        linear-gradient(135deg, #070b1a 0%, #121a3f 48%, #101828 100%);
}

.dwtj-pg-official-or-fake-page .core-fake-visual {
    overflow: hidden;
}

.dwtj-pg-official-or-fake-page .core-fake-screen {
    min-height: 330px;
    padding: 30px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 24% 20%, rgba(0, 194, 255, .28), transparent 30%),
        radial-gradient(circle at 80% 28%, rgba(255, 92, 92, .28), transparent 32%),
        linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
    border: 1px solid rgba(255,255,255,.14);
}

.dwtj-pg-official-or-fake-page .core-fake-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    color: #101828;
    background: linear-gradient(135deg, #8be9ff, #ffffff);
    font-weight: 900;
    letter-spacing: .08em;
}

.dwtj-pg-official-or-fake-page .core-fake-domain {
    display: grid;
    gap: 12px;
    margin-top: 66px;
}

.dwtj-pg-official-or-fake-page .core-fake-domain span {
    display: block;
    height: 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.72);
}

.dwtj-pg-official-or-fake-page .core-fake-domain span.is-short {
    width: 58%;
    background: rgba(255,255,255,.34);
}

.dwtj-pg-official-or-fake-page .core-fake-alerts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 32px;
}

.dwtj-pg-official-or-fake-page .core-fake-alerts span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 12px;
    border-radius: 18px;
    color: #fff;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.13);
    font-weight: 800;
    text-align: center;
}

.dwtj-core-page .core-fake-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.dwtj-core-page .core-fake-card {
    position: relative;
    padding: 72px 28px 28px;
    border-radius: 28px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.13);
    color: #fff;
}

.dwtj-core-page .core-fake-card h3 {
    margin: 18px 0 0;
    color: #fff;
    font-size: 23px;
    letter-spacing: -0.04em;
}

.dwtj-core-page .core-fake-card p {
    color: rgba(255,255,255,.66);
    font-size: 15px;
}

.dwtj-pg-official-or-fake-page .core-fake-checklist {
    background:
        radial-gradient(circle at top right, rgba(0, 194, 255, .22), transparent 40%),
        #101828;
}

@media (max-width: 980px) {
    .dwtj-core-page .core-fake-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .dwtj-pg-official-or-fake-page .core-fake-alerts,
    .dwtj-core-page .core-fake-grid {
        grid-template-columns: 1fr;
    }
}

/* ---------- /pg-games/ 专题 ---------- */

.dwtj-pg-games-page .core-hero-games {
    background:
        radial-gradient(circle at 18% 20%, rgba(0, 194, 255, .38), transparent 28%),
        radial-gradient(circle at 78% 16%, rgba(137, 92, 255, .34), transparent 28%),
        linear-gradient(135deg, #080b1f 0%, #10254a 48%, #101828 100%);
}

.dwtj-pg-games-page .core-games-visual {
    overflow: hidden;
}

.dwtj-pg-games-page .core-games-screen {
    min-height: 330px;
    padding: 30px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 24% 20%, rgba(0, 194, 255, .28), transparent 30%),
        radial-gradient(circle at 80% 28%, rgba(137, 92, 255, .3), transparent 32%),
        linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
    border: 1px solid rgba(255,255,255,.14);
}

.dwtj-pg-games-page .core-games-grid-mini {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.dwtj-pg-games-page .core-games-grid-mini span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 84px;
    border-radius: 24px;
    color: #fff;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.14);
    font-weight: 900;
    text-align: center;
}

.dwtj-pg-games-page .core-games-lines {
    display: grid;
    gap: 12px;
    margin-top: 46px;
}

.dwtj-pg-games-page .core-games-lines span {
    display: block;
    height: 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.72);
}

.dwtj-pg-games-page .core-games-lines span.is-short {
    width: 64%;
    background: rgba(255,255,255,.34);
}

.dwtj-pg-games-page .core-mobile-showcase {
    background: linear-gradient(180deg, #ffffff 0%, #f4f6fb 100%);
}

/* =============================================================================
   V2 电玩图鉴核心页视觉系统（游戏库 / 指南 / 风险 / 英文）
   ============================================================================= */

/* ----- 通用：资料横幅 ----- */
.dwtj-core-page .core-visual-banner {
    position: relative;
    padding: 0;
    background: linear-gradient(135deg, #0c1224 0%, #1a237e 40%, #311b92 100%);
    color: #fff;
    overflow: hidden;
}

.dwtj-core-page .core-visual-banner-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 44px 0;
}

.dwtj-core-page .core-visual-banner-glow {
    position: absolute;
    inset: -40% -20% auto auto;
    width: 60%;
    height: 140%;
    background: radial-gradient(circle, rgba(255, 202, 67, .35), transparent 55%);
    pointer-events: none;
}

.dwtj-core-page .core-visual-banner-kicker {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 14px;
}

.dwtj-core-page .core-visual-banner-text h2 {
    margin: 0 0 10px;
    font-size: clamp(26px, 3.2vw, 36px);
    letter-spacing: -0.04em;
}

.dwtj-core-page .core-visual-banner-text p {
    margin: 0;
    max-width: 520px;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.65;
}

.dwtj-core-page .core-visual-banner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.dwtj-core-page .core-visual-banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 16px;
    font-weight: 800;
    font-size: 15px;
    text-decoration: none;
    color: #101828;
    background: linear-gradient(135deg, #ffe08a, #fff);
    border: 1px solid rgba(255, 255, 255, .35);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .25);
    transition: transform .18s ease, box-shadow .18s ease;
}

.dwtj-core-page .core-visual-banner-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .3);
}

.dwtj-core-page .core-visual-banner-btn-warn {
    color: #fff;
    background: linear-gradient(135deg, #ff5c5c, #c62828);
    border-color: rgba(255, 255, 255, .25);
}

/* ----- /pg-youxi/ V3.1：高级且稳；仅 .dwtj-pg-youxi-page.youxi-v3 ----- */
.dwtj-pg-youxi-page.dwtj-core-page {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

.dwtj-pg-youxi-page {
    overflow-x: hidden;
}

.dwtj-pg-youxi-page.youxi-v3 h1,
.dwtj-pg-youxi-page.youxi-v3 h2,
.dwtj-pg-youxi-page.youxi-v3 h3,
.dwtj-pg-youxi-page.youxi-v3 p,
.dwtj-pg-youxi-page.youxi-v3 a,
.dwtj-pg-youxi-page.youxi-v3 span,
.dwtj-pg-youxi-page.youxi-v3 strong,
.dwtj-pg-youxi-page.youxi-v3 li,
.dwtj-pg-youxi-page.youxi-v3 summary {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
}

.dwtj-pg-youxi-page.youxi-v3 .core-container {
    width: min(1180px, calc(100% - 48px));
    max-width: 100%;
    box-sizing: border-box;
}

/* ---------- /pg-youxi/ 图片位开发标注（上传完成后可整体隐藏）---------- */
.dwtj-pg-youxi-page .dwtj-img-slot-label {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 8;
    display: inline-flex;
    max-width: calc(100% - 24px);
    padding: 6px 8px;
    border-radius: 8px;
    background: rgba(255, 230, 120, .92);
    color: #111827;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
    word-break: break-all;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
}

.dwtj-pg-youxi-page .dwtj-img-slot-label--tr {
    left: auto;
    right: 12px;
    top: 12px;
}

.dwtj-pg-youxi-page .dwtj-img-slot-hero-bg {
    left: auto;
    right: 18px;
    top: 18px;
    z-index: 12;
}

.dwtj-pg-youxi-page .dwtj-img-slot-wall-bg {
    left: auto;
    right: 0;
    top: 0;
    z-index: 4;
    max-width: min(340px, calc(100% - 16px));
}

.dwtj-pg-youxi-page .dwtj-img-slot-cta-bg {
    left: auto;
    right: 0;
    top: 0;
    z-index: 4;
    max-width: min(340px, calc(100% - 16px));
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hub-inner:has(> .dwtj-img-slot-wall-bg) {
    padding-top: 42px;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-path-ledge-grid:has(> .dwtj-img-slot-cta-bg) {
    padding-top: 40px;
}

.dwtj-pg-youxi-page .core-image-card {
    position: relative;
}

/* ---------- /pg-youxi/ 旧版 youxi-v3 背景位（当前浅色模板已改用 <img>）---------- */
.dwtj-pg-youxi-page.youxi-v3 .youxi-hero-bg-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        linear-gradient(135deg, rgba(8, 11, 31, .88) 0%, rgba(8, 11, 31, .62) 42%, rgba(16, 23, 48, .78) 100%),
        var(--dwtj-hero-bg, none);
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
}

.dwtj-pg-youxi-page.youxi-v3 .core-premium-banner {
    position: relative;
    overflow: hidden;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-path-banner-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        linear-gradient(115deg, rgba(16, 23, 72, .9) 0%, rgba(16, 23, 72, .78) 45%, rgba(15, 23, 42, .88) 100%),
        var(--dwtj-cta-bg, none);
    background-size: cover, cover;
    background-position: center, center;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hub.core-game-wall {
    position: relative;
    overflow: hidden;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hub-wall-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        linear-gradient(180deg, rgba(244, 246, 251, .94) 0%, rgba(244, 246, 251, .82) 55%, rgba(241, 245, 249, .9) 100%),
        var(--dwtj-game-wall-bg, none);
    background-size: cover, cover;
    background-position: center, center;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hub-inner {
    position: relative;
    z-index: 1;
}

.dwtj-pg-youxi-page.youxi-v3 .core-image-card {
    position: relative;
    overflow: hidden;
    background-color: #151b45;
    background-image:
        linear-gradient(180deg, rgba(8, 12, 28, .08), rgba(8, 12, 28, .82)),
        var(--dwtj-bg-image, none),
        radial-gradient(circle at 25% 20%, rgba(255, 202, 67, .35), transparent 36%),
        linear-gradient(135deg, #151b45, #441b79);
    background-size: cover, cover, cover, cover;
    background-position: center, center, center, center;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.dwtj-pg-youxi-page.youxi-v3 .core-image-overlay {
    position: relative;
    z-index: 1;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-wall-art.core-image-card.core-game-wall-feature {
    flex: 1;
    min-height: 200px;
    max-height: 280px;
    border-radius: 20px 20px 0 0;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-wall-art.core-image-card.core-game-wall-mini {
    min-height: 96px;
    max-height: 120px;
    border-radius: 0;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-wall-sm .youxi-wall-art.core-image-card {
    border-radius: 0;
    min-height: 88px;
    max-height: 108px;
}

.dwtj-pg-youxi-page.youxi-v3 .core-compact-mobile {
    min-height: 160px;
    max-height: 220px;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, .1);
}

.dwtj-pg-youxi-page.youxi-v3 .core-hero.youxi-hero-stage {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 28px;
    overflow-x: clip;
    overflow-y: visible;
}

.dwtj-pg-youxi-page.youxi-v3 .core-hero.youxi-hero-stage.core-premium-hero,
.dwtj-pg-youxi-page.youxi-v3 .core-premium-hero.youxi-hero-stage {
    border: none;
    outline: none;
    box-shadow: none;
}

.dwtj-pg-youxi-page.youxi-v3 .core-hero.youxi-hero-stage::after {
    content: none;
    display: none;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hero-spot {
    position: absolute;
    inset: 8% 18% auto;
    height: 52%;
    background: radial-gradient(ellipse at 50% 0%, rgba(255, 202, 67, .22), transparent 62%);
    pointer-events: none;
    z-index: 1;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hero-grain {
    position: absolute;
    inset: 0;
    opacity: .07;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 1;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hero-slab {
    position: absolute;
    font-weight: 900;
    letter-spacing: -0.06em;
    color: rgba(255, 255, 255, .04);
    font-size: clamp(72px, 14vw, 160px);
    line-height: 1;
    z-index: 0;
    user-select: none;
    pointer-events: none;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hero-slab-a {
    top: 8%;
    right: 2%;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hero-slab-b {
    bottom: 12%;
    left: 3%;
}

.dwtj-pg-youxi-page.youxi-v3 .core-premium-hero .core-hero-inner.youxi-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: 48px;
    align-items: center;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 92px 24px 72px;
    box-sizing: border-box;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hero-copy.core-hero-copy {
    padding-bottom: 12px;
    min-width: 0;
    position: relative;
    z-index: 3;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hero-eyebrow {
    margin: 0 0 14px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(190, 231, 255, .85);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hero-copy h1,
.dwtj-pg-youxi-page.youxi-v3 .core-hero.youxi-hero-stage .youxi-hero-copy h1 {
    max-width: 680px;
    margin: 0;
    font-size: clamp(30px, 3.6vw, 52px);
    line-height: 1.12;
    word-break: keep-all;
    overflow-wrap: normal;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hero-lead {
    max-width: 680px;
    margin: 22px 0 0;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255, 255, 255, .76);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    margin-top: 28px;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 15px;
    text-decoration: none;
    transition: box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-btn-solid {
    color: #101828;
    background: linear-gradient(135deg, #ffe08a, #fff6cc);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .28);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-btn-solid:hover {
    box-shadow: 0 20px 44px rgba(0, 0, 0, .35);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-btn-line {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .35);
    background: rgba(255, 255, 255, .06);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-btn-line:hover {
    border-color: rgba(255, 202, 67, .55);
    background: rgba(255, 255, 255, .1);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hero-tags li {
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, .82);
    background: rgba(0, 0, 0, .25);
    border: 1px solid rgba(255, 255, 255, .12);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hero-gallery {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    grid-template-rows: repeat(2, minmax(160px, 1fr));
    gap: 16px;
    min-width: 0;
    align-self: stretch;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hero-cover.is-large {
    grid-column: 1;
    grid-row: 1 / span 2;
    min-height: 420px;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hero-gallery > a.youxi-hero-cover:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hero-gallery > a.youxi-hero-cover:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hero-gallery > a.youxi-hero-cover:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hero-gallery > a.youxi-hero-cover:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
}

.dwtj-pg-youxi-page.youxi-v3 a.youxi-hero-cover {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 200px;
    border-radius: 26px;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .35);
    transition: box-shadow .2s ease, border-color .2s ease;
}

.dwtj-pg-youxi-page.youxi-v3 a.youxi-hero-cover:hover {
    border-color: rgba(255, 202, 67, .45);
    box-shadow: 0 22px 52px rgba(0, 0, 0, .42);
}

.dwtj-pg-youxi-page.youxi-v3 a.youxi-hero-cover .dwtj-img-slot-label {
    z-index: 5;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hero-cover-overlay {
    position: relative;
    z-index: 6;
    width: 100%;
    padding: 22px 20px 24px;
    background: linear-gradient(to top, rgba(8, 11, 28, .92), rgba(8, 11, 28, .2));
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hero-cover-overlay span {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    opacity: .88;
    margin-bottom: 8px;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hero-cover-overlay strong {
    display: block;
    font-size: clamp(22px, 2.2vw, 30px);
    font-weight: 900;
    letter-spacing: -0.03em;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hero-cover-overlay em {
    display: block;
    margin-top: 10px;
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, .78);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hero-cover-foot {
    position: relative;
    z-index: 6;
    margin-top: auto;
    width: 100%;
    padding: 14px 16px;
    background: linear-gradient(to top, rgba(8, 11, 28, .9), rgba(8, 11, 28, .2));
    font-size: 13px;
    font-weight: 800;
}

.dwtj-pg-youxi-page .youxi-hero-rail {
    position: relative;
    z-index: 3;
    max-width: min(1180px, calc(100% - 48px));
    width: 100%;
    margin: -34px auto 0;
    padding: 14px 18px;
    border-radius: 22px;
    background: rgba(6, 12, 28, .82);
    border: 1px solid rgba(255, 255, 255, .12);
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    box-sizing: border-box;
}

.dwtj-pg-youxi-page .youxi-hero-rail::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.dwtj-pg-youxi-page .youxi-hero-rail > span:first-child {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    color: rgba(255, 202, 67, .95);
}

.dwtj-pg-youxi-page .youxi-hero-rail a {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 16px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .16);
}

.dwtj-pg-youxi-page .youxi-hero-rail a:hover {
    border-color: rgba(255, 202, 67, .45);
    background: rgba(255, 255, 255, .14);
}

/* 推荐先看 */
.dwtj-pg-youxi-page.youxi-v3 .youxi-read-first {
    background: #0c1224;
    color: #e8ecf7;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-read-first-inner {
    width: min(1180px, calc(100% - 48px));
    max-width: 100%;
    margin: 0 auto;
    padding: 16px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 28px;
    box-sizing: border-box;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-read-first-title {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
    color: rgba(255, 202, 67, .95);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-read-first-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-read-first-links a {
    color: rgba(255, 255, 255, .88);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    padding-bottom: 2px;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-read-first-links a:hover {
    color: #fff;
    border-color: rgba(255, 202, 67, .7);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-intro-slab {
    padding: 0;
    background: #eef1f8;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-intro-slab-inner {
    width: min(1180px, calc(100% - 48px));
    max-width: 100%;
    margin: 0 auto;
    padding: 56px 0 64px;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.72fr);
    gap: 40px 32px;
    align-items: start;
    box-sizing: border-box;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-intro-main {
    margin-left: 0;
    min-width: 0;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-mini-k {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #64748b;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-intro-main h2 {
    margin: 0 0 18px;
    font-size: clamp(26px, 3vw, 34px);
    letter-spacing: -0.03em;
    color: #101828;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-intro-main p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.75;
    color: #334155;
    max-width: 52ch;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-intro-tight {
    font-size: 15px;
    color: #475569;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-intro-aside {
    margin-top: 8px;
    padding: 22px 22px 24px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 24px 50px rgba(15, 23, 42, .08);
    border: 1px solid rgba(15, 23, 42, .06);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-intro-aside h3 {
    margin: 0 0 12px;
    font-size: 17px;
    color: #101828;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-intro-aside ul {
    margin: 0;
    padding-left: 18px;
    color: #475569;
    font-size: 14px;
    line-height: 1.65;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-path-ledge {
    position: relative;
    padding: 48px 0 52px;
    background: linear-gradient(115deg, #101748 0%, #1a2374 42%, #0f172a 100%);
    color: #fff;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-path-ledge-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.9fr);
    gap: 28px 36px;
    align-items: end;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-path-k {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    color: rgba(255, 202, 67, .9);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-path-copy h2 {
    margin: 0 0 12px;
    font-size: clamp(24px, 2.8vw, 32px);
    letter-spacing: -0.03em;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-path-copy p {
    margin: 0;
    max-width: 48ch;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .78);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-path-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-path-chip {
    display: inline-flex;
    padding: 12px 18px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    color: #101828;
    background: #f8fafc;
    border: 1px solid rgba(255, 255, 255, .35);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-path-chip-wide {
    flex: 1 1 100%;
    justify-content: center;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-path-chip-warn {
    color: #fff;
    background: linear-gradient(135deg, #c62828, #8e1b1b);
    border-color: rgba(255, 255, 255, .2);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-path-chip:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-cat-zone {
    position: relative;
    padding: 72px 0 80px;
    background: #0b1020;
    color: #e8ecf7;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-cat-zone::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    height: 80px;
    background: linear-gradient(to bottom, #0f172a, transparent);
    pointer-events: none;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-cat-head {
    max-width: 640px;
    margin-bottom: 36px;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-cat-k {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    color: rgba(0, 194, 255, .85);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-cat-head h2 {
    margin: 0 0 12px;
    font-size: clamp(26px, 3.2vw, 36px);
    letter-spacing: -0.03em;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-cat-deck {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(226, 232, 240, .78);
}

/* 分类：左大 + 右三，阅读顺序稳定 */
.dwtj-pg-youxi-page.youxi-v3 .youxi-cat-mosaic {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    grid-template-rows: auto auto auto;
    gap: 16px;
    grid-template-areas:
        "mj an"
        "mj cl"
        "mj mo";
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-mosaic-mj {
    grid-area: mj;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-mosaic-animal {
    grid-area: an;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-mosaic-classic {
    grid-area: cl;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-mosaic-mobile {
    grid-area: mo;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-mosaic-tile {
    position: relative;
    display: block;
    padding: 20px 20px 22px;
    text-decoration: none;
    color: inherit;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .04);
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
    overflow: hidden;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-mosaic-tile:hover {
    border-color: rgba(255, 202, 67, .35);
    background: rgba(255, 255, 255, .07);
    box-shadow: 0 12px 36px rgba(0, 0, 0, .25);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-mosaic-tall {
    border-radius: 20px;
    background:
        linear-gradient(165deg, rgba(255, 216, 102, .12), transparent 45%),
        rgba(255, 255, 255, .05);
    min-height: 0;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-mosaic-wide {
    border-radius: 18px;
    background:
        linear-gradient(200deg, rgba(255, 159, 67, .14), transparent 50%),
        rgba(255, 255, 255, .04);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-mosaic-compact {
    min-height: 0;
    border-radius: 16px;
    background: rgba(168, 85, 247, .1);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-mosaic-span {
    border-radius: 16px;
    border-left: 4px solid rgba(0, 194, 255, .55);
    background: linear-gradient(90deg, rgba(0, 194, 255, .1), rgba(255, 255, 255, .03));
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-mosaic-num {
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .18em;
    color: rgba(255, 255, 255, .45);
    margin-bottom: 10px;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-mosaic-pill {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 800;
    border-radius: 999px;
    background: rgba(0, 0, 0, .35);
    border: 1px solid rgba(255, 202, 67, .35);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-mosaic-tile h3 {
    margin: 0 0 10px;
    font-size: clamp(17px, 1.9vw, 21px);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-mosaic-tile p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(226, 232, 240, .75);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hub {
    padding: 72px 0 48px;
    background: #f4f6fb;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hub-head {
    margin-bottom: 28px;
    max-width: 720px;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hub-k {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    color: #64748b;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hub-head h2 {
    margin: 0 0 10px;
    font-size: clamp(28px, 3.2vw, 38px);
    color: #101828;
    letter-spacing: -0.03em;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-hub-head p {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    color: #475569;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-wall {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    grid-template-rows: auto auto;
    gap: 16px;
    align-items: stretch;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-wall-mega {
    grid-row: span 2;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    max-height: 560px;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(15, 23, 42, .12);
    box-shadow: 0 24px 56px rgba(15, 23, 42, .14);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-wall-card {
    transition: box-shadow .2s ease, border-color .2s ease;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-wall-card:hover {
    box-shadow: 0 28px 64px rgba(15, 23, 42, .18);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-wall-art {
    flex: 1;
    min-height: 160px;
    max-height: 240px;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-wall-mega-body {
    position: relative;
    padding: 20px 22px 24px;
    background: linear-gradient(to top, #0f172a, rgba(15, 23, 42, .92));
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-wall-ribbon {
    position: absolute;
    top: 12px;
    right: 16px;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    color: #101828;
    background: #ffe08a;
    border-radius: 999px;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-wall-vendor {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    color: rgba(255, 255, 255, .55);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-wall-mega-body h3 {
    margin: 8px 0 10px;
    font-size: clamp(21px, 2.2vw, 26px);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-wall-mega-body p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(226, 232, 240, .82);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-wall-stack {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-wall-mid {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    background: #1e293b;
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 14px 36px rgba(15, 23, 42, .1);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-wall-mid-body {
    padding: 14px 16px 16px;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-wall-mid-body h3 {
    margin: 0 0 6px;
    font-size: 16px;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-wall-mid-body p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(226, 232, 240, .75);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-wall-row2 {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-wall-sm {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    background: #0f172a;
    border: 1px solid rgba(148, 163, 184, .2);
    min-height: 0;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-wall-sm h3 {
    margin: 0;
    padding: 12px 14px 14px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
    background: rgba(0, 0, 0, .25);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-editor-rail {
    margin-top: 28px;
    padding: 20px 22px 22px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-editor-rail-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 12px 24px;
    margin-bottom: 14px;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-editor-rail-head span {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
    color: #c2410c;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-editor-rail-head p {
    margin: 0;
    flex: 1;
    min-width: 200px;
    font-size: 14px;
    color: #64748b;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-editor-scroll {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-rail-item {
    flex: 1 1 140px;
    min-width: 0;
    padding: 14px 16px;
    border-radius: 14px;
    text-decoration: none;
    color: #0f172a;
    background: #f1f5f9;
    border: 1px solid transparent;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-rail-item:nth-child(even) {
    background: #e0e7ff;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-rail-item:hover {
    border-color: rgba(99, 102, 241, .35);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-rail-item strong {
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-rail-item span {
    font-size: 12px;
    color: #64748b;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-mobile-ribbon {
    padding: 22px 0;
    background: linear-gradient(90deg, #e0f2fe 0%, #f8fafc 55%, #ede9fe 100%);
    border-top: 1px solid rgba(15, 23, 42, .06);
    border-bottom: 1px solid rgba(15, 23, 42, .06);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-mobile-ribbon-inner {
    display: grid;
    grid-template-columns: minmax(0, 120px) minmax(0, 1fr) minmax(110px, 200px);
    grid-template-rows: auto auto;
    gap: 16px 24px;
    align-items: start;
    width: min(1180px, calc(100% - 48px));
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-mobile-ribbon-title {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    color: #0369a1;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-mobile-bullets {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    font-weight: 800;
    color: #475569;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-mobile-ribbon-text {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #334155;
    min-width: 0;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-mobile-ribbon-inner > .core-compact-mobile {
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: stretch;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-mobile-bullets li {
    padding: 6px 10px;
    background: rgba(255, 255, 255, .75);
    border-radius: 8px;
    border: 1px solid rgba(15, 23, 42, .08);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-seo-bridge {
    padding: 64px 0 56px;
    background: #fff;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-seo-bridge-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
    gap: 40px;
    align-items: start;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-seo-k {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    color: #94a3b8;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-seo-bridge-main h2 {
    margin: 0 0 14px;
    font-size: clamp(24px, 2.8vw, 30px);
    color: #101828;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-seo-bridge-main p {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.75;
    color: #475569;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-next-read {
    padding: 20px 20px 22px;
    background: #f8fafc;
    border-radius: 20px;
    border: 1px dashed rgba(100, 116, 139, .45);
    margin-top: 8px;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-next-read h3 {
    margin: 0 0 12px;
    font-size: 15px;
    color: #101828;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-next-read a {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #1d4ed8;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-next-read a:hover {
    border-color: rgba(29, 78, 216, .35);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-risk-banner {
    padding: 20px 0 24px;
    background: #1c1917;
    color: #fafaf9;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-risk-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    align-items: center;
    width: min(1180px, calc(100% - 48px));
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-risk-title {
    margin: 0;
    flex-shrink: 0;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    color: #101828;
    background: #fb923c;
    border-radius: 6px;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-risk-body {
    margin: 0;
    flex: 1;
    min-width: 220px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(250, 250, 249, .82);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-risk-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-risk-tags li {
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 800;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-faq-head {
    margin-bottom: 22px;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-faq-k {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    color: #64748b;
}

.dwtj-pg-youxi-page.youxi-v3 .youxi-faq-list details {
    border-radius: 12px;
}

/* ----- A 类：/pg-games/ 英文总入口 ----- */
.dwtj-pg-games-page .core-hero-inner.core-hub-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.85fr);
    gap: 32px;
    align-items: center;
}

.dwtj-pg-games-page .core-hub-orbit {
    position: relative;
    width: 100%;
    max-width: 340px;
    aspect-ratio: 1;
    margin: 0 auto;
}

.dwtj-pg-games-page .core-hub-ring {
    position: absolute;
    inset: 8%;
    border-radius: 50%;
    border: 2px dashed rgba(255, 255, 255, .22);
    animation: dwtj-hub-spin 28s linear infinite;
}

@keyframes dwtj-hub-spin {
    to { transform: rotate(360deg); }
}

.dwtj-pg-games-page .core-hub-center {
    position: absolute;
    inset: 38%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 900;
    color: #101828;
    background: linear-gradient(135deg, #8be9ff, #fff);
    box-shadow: 0 20px 50px rgba(0, 194, 255, .35);
}

.dwtj-pg-games-page .core-hub-node {
    position: absolute;
    padding: 10px 14px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
}

.dwtj-pg-games-page .core-hub-n1 { top: 6%; left: 22%; }
.dwtj-pg-games-page .core-hub-n2 { top: 18%; right: 4%; }
.dwtj-pg-games-page .core-hub-n3 { bottom: 14%; right: 12%; }
.dwtj-pg-games-page .core-hub-n4 { bottom: 8%; left: 8%; }

.dwtj-pg-games-page .core-hub-path-grid .core-hub-path-card {
    border-radius: 26px;
    transform: translateY(0);
    transition: transform .2s ease, border-color .2s ease;
}

.dwtj-pg-games-page .core-hub-path-card:hover {
    transform: translateY(-8px);
}

.dwtj-pg-games-page .core-hub-game-strip {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 18px;
}

.dwtj-pg-games-page .core-hub-strip-card .core-game-art {
    min-height: 200px;
}

.dwtj-pg-games-page .core-hub-strip-side {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.dwtj-pg-games-page .core-hub-strip-mini .core-game-art {
    min-height: 100px;
}

/* ----- B 类：指南中枢 / 试玩轨 / Soft 矩阵 ----- */
.dwtj-pg-dianzi-page .core-guide-map-section {
    background: linear-gradient(180deg, #eef2ff 0%, #f8fafc 100%);
}

.dwtj-pg-dianzi-page .core-guide-map {
    padding: 8px 0 24px;
}

.dwtj-pg-dianzi-page .core-guide-map-track {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
}

.dwtj-pg-dianzi-page .core-guide-node {
    position: relative;
    width: 100%;
    max-width: 320px;
    padding: 22px 24px;
    border-radius: 24px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid rgba(16, 24, 40, .08);
    box-shadow: 0 20px 50px rgba(16, 24, 40, .08);
}

.dwtj-pg-dianzi-page .core-guide-node.is-root {
    background: linear-gradient(135deg, #101828, #1e3a5f);
    color: #fff;
    border-color: rgba(255, 255, 255, .12);
    box-shadow: 0 28px 70px rgba(16, 24, 40, .25);
}

.dwtj-pg-dianzi-page .core-guide-node.is-root span {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .65);
    margin-bottom: 8px;
}

.dwtj-pg-dianzi-page .core-guide-node.is-root strong {
    font-size: 26px;
    letter-spacing: -0.04em;
}

.dwtj-pg-dianzi-page .core-guide-node.is-root small {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, .65);
    font-size: 13px;
}

.dwtj-pg-dianzi-page .core-guide-spine {
    width: 4px;
    height: 36px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(79, 70, 229, .5), rgba(79, 70, 229, .15));
}

.dwtj-pg-dianzi-page .core-guide-branch-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    max-width: 720px;
    margin-top: 8px;
}

.dwtj-pg-dianzi-page .core-guide-node.is-link {
    text-align: left;
    transition: transform .18s ease, box-shadow .18s ease;
}

.dwtj-pg-dianzi-page .core-guide-node.is-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 50px rgba(16, 24, 40, .12);
}

.dwtj-pg-dianzi-page .core-guide-node.is-link span {
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #6366f1;
    margin-bottom: 6px;
}

.dwtj-pg-dianzi-page .core-guide-node.is-link strong {
    display: block;
    font-size: 18px;
    margin-bottom: 4px;
}

.dwtj-pg-dianzi-page .core-guide-node.is-link small {
    color: #667085;
    font-size: 13px;
}

.dwtj-pg-demo-page .core-demo-path-rail {
    background: linear-gradient(180deg, #f0fdf4 0%, #f8fafc 100%);
}

.dwtj-pg-demo-page .core-demo-path-rail-inner {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0;
    padding: 12px 0 28px;
}

.dwtj-pg-demo-page .core-demo-path-step {
    flex: 1 1 200px;
    padding: 22px 20px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(16, 24, 40, .08);
    box-shadow: 0 14px 40px rgba(16, 24, 40, .06);
}

.dwtj-pg-demo-page .core-demo-path-step span:first-child {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(135deg, #22c55e, #15803d);
    margin-bottom: 12px;
}

.dwtj-pg-demo-page .core-demo-path-step strong {
    display: block;
    font-size: 17px;
    margin-bottom: 8px;
}

.dwtj-pg-demo-page .core-demo-path-step p {
    margin: 0;
    font-size: 14px;
    color: #667085;
    line-height: 1.6;
}

.dwtj-pg-demo-page .core-demo-path-step a {
    color: #15803d;
    font-weight: 700;
}

.dwtj-pg-demo-page .core-demo-path-line {
    width: 48px;
    min-height: 2px;
    margin: auto 0;
    background: linear-gradient(90deg, rgba(34, 197, 94, .35), rgba(34, 197, 94, .05));
    border-radius: 999px;
    flex: 0 0 auto;
}

.dwtj-pg-soft-page .core-soft-ecosystem {
    background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
    color: #fff;
}

.dwtj-pg-soft-page .core-soft-ecosystem .core-section-head h2,
.dwtj-pg-soft-page .core-soft-ecosystem .core-section-head p {
    color: #fff;
}

.dwtj-pg-soft-page .core-soft-ecosystem .core-section-label {
    color: #a5b4fc;
    background: rgba(165, 180, 252, .12);
    border-color: rgba(165, 180, 252, .25);
}

.dwtj-pg-soft-page .core-soft-matrix {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding-bottom: 8px;
}

.dwtj-pg-soft-page .core-soft-matrix-cell {
    display: block;
    padding: 24px 22px;
    border-radius: 22px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .03));
    border: 1px solid rgba(255, 255, 255, .14);
    transition: transform .18s ease, border-color .18s ease;
}

.dwtj-pg-soft-page .core-soft-matrix-cell:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 202, 67, .45);
}

.dwtj-pg-soft-page .core-soft-matrix-cell strong {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}

.dwtj-pg-soft-page .core-soft-matrix-cell span {
    font-size: 14px;
    color: rgba(255, 255, 255, .68);
}

/* ----- C 类：风险页强化 ----- */
.dwtj-pg-download-risk-page .core-hero-risk,
.dwtj-pg-official-or-fake-page .core-hero-fake {
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .06);
}

.dwtj-pg-download-risk-page .core-risk-grid,
.dwtj-pg-official-or-fake-page .core-fake-grid {
    padding: 8px 0 16px;
}

.dwtj-pg-download-risk-page .core-risk-card,
.dwtj-pg-official-or-fake-page .core-fake-card {
    box-shadow: 0 18px 50px rgba(0, 0, 0, .25);
    border-color: rgba(255, 255, 255, .16);
}

.dwtj-pg-download-risk-page .core-checklist-panel,
.dwtj-pg-official-or-fake-page .core-fake-checklist {
    border-radius: 22px;
    padding: 6px 0;
}

.dwtj-pg-download-risk-page .core-checklist-panel .core-safety-item,
.dwtj-pg-official-or-fake-page .core-fake-checklist .core-safety-item {
    position: relative;
    padding-left: 52px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.dwtj-pg-download-risk-page .core-checklist-panel .core-safety-item::before,
.dwtj-pg-official-or-fake-page .core-fake-checklist .core-safety-item::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 8px;
    border: 2px solid rgba(255, 202, 67, .55);
    background: rgba(255, 202, 67, .12);
}

.dwtj-pg-download-risk-page .core-checklist-panel,
.dwtj-pg-official-or-fake-page .core-fake-checklist {
    border: 1px solid rgba(255, 255, 255, .12);
}

/* 风险扫描面板包装 */
.dwtj-pg-download-risk-page .core-check-section .core-two-col > div:last-child,
.dwtj-pg-official-or-fake-page .core-check-section .core-two-col > div:last-child {
    position: relative;
}

.dwtj-pg-download-risk-page .core-check-section .core-two-col > div:last-child::before,
.dwtj-pg-official-or-fake-page .core-check-section .core-two-col > div:last-child::before {
    content: "SCAN";
    position: absolute;
    top: -12px;
    right: 18px;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .2em;
    color: #101828;
    background: linear-gradient(135deg, #ffe08a, #fff);
    border-radius: 8px;
}

/* ----- 响应式 ----- */
@media (max-width: 1024px) {
    .dwtj-pg-youxi-page.youxi-v3 .core-premium-hero .core-hero-inner.youxi-hero-inner,
    .dwtj-pg-youxi-page.youxi-v3 .youxi-intro-slab-inner,
    .dwtj-pg-youxi-page.youxi-v3 .youxi-path-ledge-grid,
    .dwtj-pg-youxi-page.youxi-v3 .youxi-wall,
    .dwtj-pg-youxi-page.youxi-v3 .youxi-seo-bridge-grid,
    .dwtj-pg-youxi-page.youxi-v3 .youxi-mobile-ribbon-inner,
    .dwtj-pg-games-page .core-hero-inner.core-hub-hero-grid,
    .dwtj-pg-games-page .core-hub-game-strip {
        grid-template-columns: 1fr;
    }

    .dwtj-pg-youxi-page.youxi-v3 .youxi-hero-gallery > a.youxi-hero-cover {
        grid-column: auto;
        grid-row: auto;
    }

    .dwtj-pg-youxi-page.youxi-v3 .youxi-hero-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dwtj-pg-youxi-page.youxi-v3 .youxi-hero-cover.is-large {
        grid-column: span 2;
        grid-row: auto;
        min-height: 340px;
    }

    .dwtj-pg-youxi-page.youxi-v3 .core-premium-hero .core-hero-inner.youxi-hero-inner {
        padding: 80px 24px 64px;
    }

    .dwtj-pg-youxi-page.youxi-v3 .youxi-mobile-ribbon-title,
    .dwtj-pg-youxi-page.youxi-v3 .youxi-mobile-bullets,
    .dwtj-pg-youxi-page.youxi-v3 .youxi-mobile-ribbon-text,
    .dwtj-pg-youxi-page.youxi-v3 .youxi-mobile-ribbon-inner > .core-compact-mobile {
        grid-column: auto;
        grid-row: auto;
    }

    .dwtj-pg-youxi-page.youxi-v3 .youxi-cat-mosaic {
        grid-template-columns: 1fr;
        grid-template-areas:
            "mj"
            "an"
            "cl"
            "mo";
    }

    .dwtj-pg-youxi-page.youxi-v3 .youxi-mosaic-tall,
    .dwtj-pg-youxi-page.youxi-v3 .youxi-mosaic-wide,
    .dwtj-pg-youxi-page.youxi-v3 .youxi-mosaic-compact,
    .dwtj-pg-youxi-page.youxi-v3 .youxi-mosaic-span {
        max-width: none;
    }

    .dwtj-pg-youxi-page.youxi-v3 .youxi-wall-mega {
        grid-row: auto;
        min-height: 320px;
        max-height: none;
    }

    .dwtj-pg-youxi-page.youxi-v3 .youxi-wall-row2 {
        grid-template-columns: 1fr;
    }

    .dwtj-pg-demo-page .core-demo-path-line {
        display: none;
    }

    .dwtj-pg-demo-page .core-demo-path-rail-inner {
        flex-direction: column;
        gap: 14px;
    }
}

@media (max-width: 640px) {
    .dwtj-pg-youxi-page.youxi-v3 .youxi-hero-gallery {
        grid-template-columns: 1fr;
    }

    .dwtj-pg-youxi-page.youxi-v3 .youxi-hero-gallery > a.youxi-hero-cover {
        grid-column: auto;
        grid-row: auto;
    }

    .dwtj-pg-youxi-page.youxi-v3 .youxi-hero-cover.is-large {
        grid-column: auto;
        min-height: 300px;
    }

    .dwtj-pg-youxi-page.youxi-v3 .youxi-hero-copy h1,
    .dwtj-pg-youxi-page.youxi-v3 .core-hero.youxi-hero-stage .youxi-hero-copy h1 {
        font-size: clamp(34px, 10vw, 48px);
        overflow-wrap: anywhere;
    }

    .dwtj-pg-youxi-page.youxi-v3 .core-premium-hero .core-hero-inner.youxi-hero-inner {
        padding: 72px 20px 56px;
    }

    .dwtj-pg-youxi-page .youxi-hero-rail {
        max-width: calc(100% - 32px);
    }
}

.dwtj-pg-games-page .core-hub-orbit-shell {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

@media (max-width: 720px) {
    .dwtj-pg-youxi-page.youxi-v3 .youxi-mobile-ribbon-inner {
        grid-template-columns: 1fr;
    }

    .dwtj-pg-youxi-page.youxi-v3 .youxi-mobile-ribbon-title,
    .dwtj-pg-youxi-page.youxi-v3 .youxi-mobile-bullets,
    .dwtj-pg-youxi-page.youxi-v3 .youxi-mobile-ribbon-text,
    .dwtj-pg-youxi-page.youxi-v3 .youxi-mobile-ribbon-inner > .core-compact-mobile {
        grid-column: auto;
        grid-row: auto;
    }

    .dwtj-pg-youxi-page.youxi-v3 .youxi-mobile-ribbon-inner > .core-compact-mobile {
        min-height: 200px;
        max-height: 260px;
    }

    .dwtj-pg-youxi-page.youxi-v3 .youxi-cat-mosaic {
        grid-template-columns: 1fr;
        grid-template-areas:
            "mj"
            "an"
            "cl"
            "mo";
    }

    .dwtj-pg-youxi-page.youxi-v3 .youxi-wall-row2 {
        grid-template-columns: 1fr;
    }

    .dwtj-pg-youxi-page.youxi-v3 .youxi-intro-main {
        margin-left: 0;
    }

    .dwtj-pg-dianzi-page .core-guide-branch-grid {
        grid-template-columns: 1fr;
    }

    .dwtj-core-page .core-visual-banner-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* =============================================================================
   /pg-youxi/ 浅色干净版（仅 .dwtj-pg-youxi-page.dwtj-youxi-light，不影响其它专题页）
   ============================================================================= */
main.dwtj-core-page.dwtj-pg-youxi-page.dwtj-youxi-light {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    background: #ffffff;
    color: #111827;
}

.dwtj-pg-youxi-page.dwtj-youxi-light h1,
.dwtj-pg-youxi-page.dwtj-youxi-light h2,
.dwtj-pg-youxi-page.dwtj-youxi-light h3,
.dwtj-pg-youxi-page.dwtj-youxi-light p,
.dwtj-pg-youxi-page.dwtj-youxi-light a,
.dwtj-pg-youxi-page.dwtj-youxi-light span,
.dwtj-pg-youxi-page.dwtj-youxi-light li,
.dwtj-pg-youxi-page.dwtj-youxi-light summary {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .dwtj-img-slot-label {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 4;
    display: inline-flex;
    max-width: calc(100% - 20px);
    padding: 4px 7px;
    border-radius: 6px;
    background: rgba(248, 250, 252, 0.94);
    color: #475569;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
    word-break: break-all;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.35);
}

.dwtj-pg-youxi-page.dwtj-youxi-light .dwtj-img-slot-label--tr {
    left: auto;
    right: 10px;
    top: 10px;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .dwtj-img-slot-hero-bg {
    left: auto;
    right: 16px;
    top: 16px;
    z-index: 5;
}

.dwtj-pg-youxi-page .youxi-light-hero {
    position: relative;
    min-height: 440px;
    overflow: hidden;
    border-bottom: 1px solid #e8eef5;
    box-sizing: border-box;
}

.dwtj-pg-youxi-page .youxi-light-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(160deg, #f8fafc 0%, #f1f5f9 42%, #eef2ff 100%);
}

.dwtj-pg-youxi-page .youxi-light-hero-shell {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 36px 24px 28px;
    box-sizing: border-box;
}

.dwtj-pg-youxi-page .youxi-light-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 28px 32px;
    align-items: center;
    min-height: 360px;
}

.dwtj-pg-youxi-page .youxi-hero-copy {
    min-width: 0;
}

.dwtj-pg-youxi-page .youxi-hero-logo-text {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #64748b;
}

.dwtj-pg-youxi-page .youxi-hero-copy h1 {
    margin: 0;
    max-width: 620px;
    font-size: 42px;
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #0f172a;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.dwtj-pg-youxi-page .youxi-hero-lead {
    margin: 14px 0 0;
    max-width: 620px;
    font-size: 15px;
    line-height: 1.65;
    color: #475569;
}

.dwtj-pg-youxi-page .youxi-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.dwtj-pg-youxi-page .youxi-hero-points li {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid #e2e8f0;
}

.dwtj-pg-youxi-page .youxi-hero-visual {
    display: grid;
    grid-template-rows: auto auto;
    gap: 10px;
    width: 100%;
    max-width: 420px;
    justify-self: end;
}

.dwtj-pg-youxi-page .youxi-hero-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid #e8eef5;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    text-decoration: none;
    color: inherit;
}

.dwtj-pg-youxi-page .youxi-hero-card--lead {
    width: 100%;
    height: 220px;
}

.dwtj-pg-youxi-page .youxi-hero-card-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.dwtj-pg-youxi-page .youxi-hero-card--thumb {
    aspect-ratio: 4 / 3;
    min-height: 0;
}

.dwtj-pg-youxi-page .youxi-hero-card > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background: transparent;
}

.dwtj-pg-youxi-page .youxi-hero-card-cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.72) 100%);
    pointer-events: none;
}

.dwtj-pg-youxi-page .youxi-hero-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 20px;
    margin-top: 22px;
    padding: 14px 18px;
    border-radius: 18px;
    border: 1px solid #e8eef5;
    background: rgba(255, 255, 255, 0.92);
    box-sizing: border-box;
}

.dwtj-pg-youxi-page .youxi-hero-strip-col {
    min-width: 0;
}

.dwtj-pg-youxi-page .youxi-hero-strip-label {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}

.dwtj-pg-youxi-page .youxi-hero-strip-col p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #475569;
}

.dwtj-pg-youxi-page .youxi-hero-strip-col a {
    color: #0f172a;
    font-weight: 600;
    text-decoration: none;
}

.dwtj-pg-youxi-page .youxi-hero-strip-col a:hover {
    text-decoration: underline;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-light-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px 24px 22px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-light-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: #0f172a;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-light-tabs a:hover {
    background: #fff;
    border-color: #cbd5e1;
    color: #0f172a;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-light-section {
    padding: 44px 0 48px;
    background: #ffffff;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-game-gallery {
    background: #fafafa;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-light-heading {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px 20px;
    box-sizing: border-box;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-light-heading > span {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 8px;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-light-heading h2 {
    margin: 0;
    font-size: clamp(22px, 2.4vw, 30px);
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-gallery-layout {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px 8px;
    box-sizing: border-box;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-gallery-primary {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr);
    gap: 16px;
    align-items: stretch;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-light-card--hero {
    grid-column: 1;
    grid-row: 1 / span 2;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-gallery-grid-2x2 {
    grid-column: 2 / span 2;
    grid-row: 1 / span 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 14px;
    min-width: 0;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-light-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-game-cover {
    position: relative;
    display: block;
    flex: 1;
    min-height: 200px;
    border-radius: 22px;
    overflow: hidden;
    background: transparent;
    background-image: none;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(226, 232, 240, 0.95);
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-game-cover img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    display: block;
    object-fit: cover;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-game-cover--xl {
    min-height: 360px;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-gallery-grid-2x2 .youxi-game-cover {
    min-height: 180px;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-game-cover--wide {
    min-height: 200px;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-game-title {
    margin: 10px 4px 0;
    text-align: center;
    color: #e60012;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: -0.01em;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-gallery-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-category-strip {
    background: #fff;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-category-grid {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    box-sizing: border-box;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-category-pill {
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    border-radius: 14px;
    font-weight: 800;
    font-size: 15px;
    text-decoration: none;
    color: #0f172a;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-category-pill:hover {
    background: #fff;
    border-color: #cbd5e1;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-category-note {
    max-width: 1180px;
    margin: 16px auto 0;
    padding: 0 24px;
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    box-sizing: border-box;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-info-clean {
    background: #fafafa;
    border-top: 1px solid #e5e7eb;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-info-body {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-info-body p {
    margin: 0 0 14px;
    max-width: 72ch;
    font-size: 16px;
    line-height: 1.75;
    color: #334155;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-info-body p:last-child {
    margin-bottom: 0;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-related-clean {
    background: #fff;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-related-grid {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    box-sizing: border-box;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-related-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 16px;
    border-radius: 16px;
    font-weight: 800;
    font-size: 16px;
    text-decoration: none;
    color: #0f172a;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-related-tile:hover {
    border-color: #cbd5e1;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-light-notice {
    background: #fffbeb;
    border-top: 1px solid #fde68a;
    border-bottom: 1px solid #fde68a;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-light-notice p {
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px 24px;
    font-size: 15px;
    line-height: 1.65;
    color: #78350f;
    box-sizing: border-box;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .core-faq {
    background: #fafafa;
    border-top: 1px solid #e5e7eb;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .core-faq .youxi-light-heading {
    padding-bottom: 16px;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-faq-list {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px 8px;
    box-sizing: border-box;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-faq-list details {
    margin-bottom: 12px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-faq-list summary {
    font-weight: 800;
    font-size: 15px;
    color: #0f172a;
    cursor: pointer;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-faq-list details p {
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 1.65;
    color: #475569;
}

@media (max-width: 1024px) {
    .dwtj-pg-youxi-page.dwtj-youxi-light .youxi-gallery-primary {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .dwtj-pg-youxi-page.dwtj-youxi-light .youxi-light-card--hero {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .dwtj-pg-youxi-page.dwtj-youxi-light .youxi-gallery-grid-2x2 {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .dwtj-pg-youxi-page.dwtj-youxi-light .youxi-gallery-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .dwtj-pg-youxi-page .youxi-light-hero {
        min-height: 0;
    }

    .dwtj-pg-youxi-page .youxi-light-hero-shell {
        padding: 28px 18px 22px;
    }

    .dwtj-pg-youxi-page .youxi-light-hero-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        min-height: 0;
    }

    .dwtj-pg-youxi-page .youxi-hero-copy h1 {
        font-size: 30px;
        line-height: 1.16;
    }

    .dwtj-pg-youxi-page .youxi-hero-visual {
        max-width: 100%;
        justify-self: stretch;
    }

    .dwtj-pg-youxi-page .youxi-hero-card--lead {
        height: 200px;
    }

    .dwtj-pg-youxi-page .youxi-hero-strip {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 18px;
        padding: 12px 14px;
    }
}

@media (max-width: 720px) {
    .dwtj-pg-youxi-page.dwtj-youxi-light .youxi-light-hero {
        min-height: 0;
        max-height: none;
    }

    .dwtj-pg-youxi-page.dwtj-youxi-light .youxi-gallery-primary {
        grid-template-columns: 1fr;
    }

    .dwtj-pg-youxi-page.dwtj-youxi-light .youxi-gallery-grid-2x2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dwtj-pg-youxi-page.dwtj-youxi-light .youxi-gallery-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dwtj-pg-youxi-page.dwtj-youxi-light .youxi-related-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .dwtj-pg-youxi-page.dwtj-youxi-light .youxi-gallery-grid-2x2 {
        grid-template-columns: 1fr;
    }

    .dwtj-pg-youxi-page.dwtj-youxi-light .youxi-gallery-row {
        grid-template-columns: 1fr;
    }
}

/* ----- /pg-youxi/ 浅色收尾：1120 主宽、已上传图隐藏角标、轻微视觉收紧 ----- */
.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-light-hero-shell,
.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-light-tabs,
.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-light-heading,
.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-gallery-layout,
.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-category-grid,
.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-category-note,
.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-info-body,
.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-related-grid,
.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-light-notice p,
.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-faq-list {
    max-width: 1120px;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-light-section {
    padding: 40px 0 44px;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-light-tabs {
    padding: 16px 22px 20px;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-light-hero-shell {
    padding: 34px 22px 26px;
}

/* =============================================================================
   /pg-slot-games/ PG Slot Games 游戏库（slot-hub-*；版式独立于 youxi）
   ============================================================================= */
main.dwtj-core-page.dwtj-pg-slot-games-page.dwtj-slot-light {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    background: #f8fafc;
    color: #0f172a;
}

.dwtj-pg-slot-games-page h1,
.dwtj-pg-slot-games-page h2,
.dwtj-pg-slot-games-page h3,
.dwtj-pg-slot-games-page p,
.dwtj-pg-slot-games-page a,
.dwtj-pg-slot-games-page li,
.dwtj-pg-slot-games-page summary {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
}

.dwtj-pg-slot-games-page .slot-hub-inner,
.dwtj-pg-slot-games-page .slot-hub-shell {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    box-sizing: border-box;
}

.dwtj-pg-slot-games-page .slot-hub-hero {
    position: relative;
    padding: 36px 0 32px;
    background: linear-gradient(165deg, #ffffff 0%, #f1f5f9 55%, #eef2ff 100%);
    border-bottom: 1px solid #e8eef5;
    overflow: hidden;
}

.dwtj-pg-slot-games-page .slot-hub-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 55% 70% at 88% 35%, rgba(251, 191, 36, 0.12), transparent 70%),
        radial-gradient(ellipse 40% 50% at 12% 80%, rgba(148, 163, 184, 0.1), transparent 68%);
}

.dwtj-pg-slot-games-page .slot-hub-shell {
    position: relative;
    z-index: 1;
}

.dwtj-pg-slot-games-page .slot-hub-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 400px);
    gap: 28px 36px;
    align-items: center;
}

.dwtj-pg-slot-games-page .slot-hub-kicker {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #64748b;
}

.dwtj-pg-slot-games-page .slot-hub-copy h1 {
    margin: 0;
    max-width: 600px;
    font-size: 40px;
    line-height: 1.14;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.dwtj-pg-slot-games-page .slot-hub-lead {
    margin: 14px 0 0;
    max-width: 580px;
    font-size: 15px;
    line-height: 1.68;
    color: #475569;
}

.dwtj-pg-slot-games-page .slot-hub-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.dwtj-pg-slot-games-page .slot-hub-tags li {
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: #92400e;
    background: #fffbeb;
    border: 1px solid #fde68a;
}

.dwtj-pg-slot-games-page .slot-hub-visual {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.dwtj-pg-slot-games-page .slot-hub-tile {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid #e8eef5;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
    text-decoration: none;
}

.dwtj-pg-slot-games-page .slot-hub-tile > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background: transparent;
}

.dwtj-pg-slot-games-page .slot-hub-tile-label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 7px 9px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.7) 100%);
    pointer-events: none;
}

.dwtj-pg-slot-games-page .slot-hub-section {
    padding: 44px 0 48px;
}

.dwtj-pg-slot-games-page .slot-hub-section--hot {
    background: #ffffff;
    border-bottom: 1px solid #e8eef5;
}

.dwtj-pg-slot-games-page .slot-hub-section--cats {
    background: #f8fafc;
}

.dwtj-pg-slot-games-page .slot-hub-section--about {
    background: #ffffff;
    border-top: 1px solid #e8eef5;
}

.dwtj-pg-slot-games-page .slot-hub-section--links {
    background: #f8fafc;
    border-top: 1px solid #e8eef5;
}

.dwtj-pg-slot-games-page .slot-hub-section--faq {
    background: #ffffff;
    padding-bottom: 56px;
    border-top: 1px solid #e8eef5;
}

.dwtj-pg-slot-games-page .slot-hub-head {
    margin-bottom: 22px;
}

.dwtj-pg-slot-games-page .slot-hub-head h2 {
    margin: 0;
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.dwtj-pg-slot-games-page .slot-hot-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.dwtj-pg-slot-games-page .slot-hot-card {
    margin: 0;
    min-width: 0;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e8eef5;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
    overflow: hidden;
}

.dwtj-pg-slot-games-page .slot-hot-card-cover {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    text-decoration: none;
}

.dwtj-pg-slot-games-page .slot-hot-card-cover > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background: transparent;
}

.dwtj-pg-slot-games-page .slot-hot-card-meta {
    padding: 12px 14px 14px;
}

.dwtj-pg-slot-games-page .slot-hot-card-meta h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
}

.dwtj-pg-slot-games-page .slot-hot-card-meta p {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 1.5;
    color: #64748b;
}

.dwtj-pg-slot-games-page .slot-cat-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.dwtj-pg-slot-games-page .slot-cat-card {
    display: block;
    padding: 18px 16px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e8eef5;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.dwtj-pg-slot-games-page .slot-cat-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);
}

.dwtj-pg-slot-games-page .slot-cat-card h3 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
}

.dwtj-pg-slot-games-page .slot-cat-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #64748b;
}

.dwtj-pg-slot-games-page .slot-about-list {
    margin: 0;
    padding: 20px 22px;
    list-style: none;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e8eef5;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 20px;
}

.dwtj-pg-slot-games-page .slot-about-list li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.55;
    color: #334155;
}

.dwtj-pg-slot-games-page .slot-about-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f59e0b;
}

.dwtj-pg-slot-games-page .slot-hub-risk {
    padding: 14px 0;
    background: #fffbeb;
    border-top: 1px solid #fde68a;
    border-bottom: 1px solid #fde68a;
}

.dwtj-pg-slot-games-page .slot-hub-risk p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #78350f;
}

.dwtj-pg-slot-games-page .slot-related-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.dwtj-pg-slot-games-page .slot-related-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #0f172a;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
    transition: border-color 0.15s ease, color 0.15s ease;
}

.dwtj-pg-slot-games-page .slot-related-btn:hover {
    border-color: #94a3b8;
    color: #b45309;
}

.dwtj-pg-slot-games-page .slot-faq {
    border-radius: 18px;
    border: 1px solid #e8eef5;
    overflow: hidden;
    background: #fff;
}

.dwtj-pg-slot-games-page .slot-faq details {
    padding: 0 18px;
    border-bottom: 1px solid #e8eef5;
}

.dwtj-pg-slot-games-page .slot-faq details:last-child {
    border-bottom: none;
}

.dwtj-pg-slot-games-page .slot-faq summary {
    cursor: pointer;
    padding: 15px 4px 15px 0;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    list-style: none;
}

.dwtj-pg-slot-games-page .slot-faq summary::-webkit-details-marker {
    display: none;
}

.dwtj-pg-slot-games-page .slot-faq details p {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.7;
    color: #475569;
}

.dwtj-pg-slot-games-page .slot-faq details a {
    color: #b45309;
    font-weight: 700;
}

@media (max-width: 900px) {
    .dwtj-pg-slot-games-page .slot-hub-hero-grid {
        grid-template-columns: 1fr;
    }

    .dwtj-pg-slot-games-page .slot-hub-copy h1 {
        font-size: 30px;
    }

    .dwtj-pg-slot-games-page .slot-hot-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dwtj-pg-slot-games-page .slot-cat-row,
    .dwtj-pg-slot-games-page .slot-related-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dwtj-pg-slot-games-page .slot-about-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .dwtj-pg-slot-games-page .slot-hub-inner,
    .dwtj-pg-slot-games-page .slot-hub-shell {
        width: min(1120px, calc(100% - 32px));
    }

    .dwtj-pg-slot-games-page .slot-hot-grid,
    .dwtj-pg-slot-games-page .slot-cat-row,
    .dwtj-pg-slot-games-page .slot-related-row {
        grid-template-columns: 1fr;
    }
}

/* =============================================================================
   /pg-dianzi/ PG电子 浅色专题（.dwtj-dianzi-light；勿与 youxi / slot 选择器混用）
   ============================================================================= */
main.dwtj-pg-dianzi-page.dwtj-dianzi-light {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    background: #f6faf9;
    color: #0f172a;
}

.dwtj-dianzi-light h1,
.dwtj-dianzi-light h2,
.dwtj-dianzi-light h3,
.dwtj-dianzi-light p,
.dwtj-dianzi-light a,
.dwtj-dianzi-light li,
.dwtj-dianzi-light summary {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
}

.dwtj-dianzi-light .dwtj-img-slot-label {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 4;
    display: inline-flex;
    max-width: calc(100% - 20px);
    padding: 4px 7px;
    border-radius: 6px;
    background: rgba(248, 250, 252, 0.94);
    color: #475569;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
    word-break: break-all;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.35);
}

.dwtj-dianzi-light .dwtj-img-slot-hero-bg {
    left: auto;
    right: 16px;
    top: 16px;
}

.dwtj-dianzi-light .dianzi-light-wrap {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 100%;
}

.dwtj-dianzi-light .dianzi-light-hero {
    position: relative;
    min-height: clamp(300px, 42vw, 440px);
    border-bottom: 1px solid #d1fae5;
    background: linear-gradient(165deg, #ecfdf5 0%, #f0fdfa 45%, #ffffff 100%);
    overflow: hidden;
    isolation: isolate;
}

.dwtj-dianzi-light .dianzi-light-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        radial-gradient(ellipse 65% 55% at 12% 35%, rgba(45, 212, 191, 0.22), transparent 68%),
        radial-gradient(ellipse 50% 48% at 78% 20%, rgba(56, 189, 248, 0.16), transparent 62%),
        linear-gradient(105deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.2) 45%, rgba(240, 253, 250, 0.55) 100%),
        var(--dwtj-hero-bg, none),
        linear-gradient(168deg, #d1fae5, #f8fafc);
    background-size: cover, cover, cover, cover, cover;
    background-position: center, center, center, center 28%, center;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

.dwtj-dianzi-light .dianzi-light-hero.has-image .dianzi-light-hero-bg {
    background-image:
        radial-gradient(ellipse 62% 52% at 10% 32%, rgba(45, 212, 191, 0.18), transparent 68%),
        radial-gradient(ellipse 48% 44% at 82% 18%, rgba(56, 189, 248, 0.14), transparent 62%),
        linear-gradient(105deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.12) 48%, rgba(240, 253, 250, 0.42) 100%),
        var(--dwtj-hero-bg, none),
        linear-gradient(168deg, #ccfbf1, #f8fafc);
    background-position: center, center, center, center 28%, center;
}

.dwtj-dianzi-light .dianzi-light-hero-accent {
    position: absolute;
    right: -8%;
    top: 10%;
    width: min(46%, 520px);
    height: 88%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        118deg,
        transparent 0%,
        rgba(255, 255, 255, 0.08) 40%,
        rgba(204, 251, 241, 0.45) 100%
    );
    transform: skewX(-8deg);
    border-radius: 32px;
    box-shadow: -30px 0 80px rgba(13, 148, 136, 0.06);
}

.dwtj-dianzi-light .dianzi-light-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(200px, 0.5fr);
    gap: 28px;
    align-items: center;
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    padding: clamp(36px, 6vw, 56px) 0 clamp(40px, 6vw, 60px);
    box-sizing: border-box;
    max-width: 100%;
}

.dwtj-dianzi-light .dianzi-light-hero-copy {
    min-width: 0;
    padding: clamp(18px, 3vw, 28px) clamp(16px, 3vw, 28px);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow:
        0 22px 50px rgba(15, 118, 110, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.95) inset;
    backdrop-filter: blur(12px);
}

.dwtj-dianzi-light .dianzi-light-kicker {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0d9488;
}

.dwtj-dianzi-light .dianzi-light-hero-inner h1 {
    margin: 0;
    font-size: clamp(26px, 4vw, 44px);
    line-height: 1.14;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #042f2e;
}

.dwtj-dianzi-light .dianzi-light-lead {
    margin: 16px 0 0;
    font-size: clamp(15px, 1.65vw, 17px);
    line-height: 1.75;
    color: #334155;
}

.dwtj-dianzi-light .dianzi-light-lead strong {
    color: #0f766e;
    font-weight: 800;
}

.dwtj-dianzi-light .dianzi-light-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.dwtj-dianzi-light .dianzi-light-hero-tags span {
    display: inline-flex;
    align-items: center;
    padding: 7px 13px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    color: #0f766e;
    background: rgba(45, 212, 191, 0.14);
    border: 1px solid rgba(45, 212, 191, 0.28);
}

.dwtj-dianzi-light .dianzi-light-hero-panel {
    position: relative;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dwtj-dianzi-light .dianzi-light-hero-panel-card {
    position: absolute;
    width: min(200px, 38vw);
    aspect-ratio: 4 / 5;
    border-radius: 20px;
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.95), rgba(224, 242, 241, 0.75));
    border: 1px solid rgba(204, 251, 241, 0.95);
    box-shadow:
        0 20px 44px rgba(15, 118, 110, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.7) inset;
    transform: rotate(6deg) translateX(12px);
    z-index: 1;
}

.dwtj-dianzi-light .dianzi-light-hero-panel-card.is-back {
    transform: rotate(-10deg) translate(-18px, 10px);
    opacity: 0.88;
    z-index: 0;
    background: linear-gradient(160deg, #ccfbf1, #e0f2fe);
    box-shadow: 0 14px 36px rgba(14, 116, 144, 0.12);
}

.dwtj-dianzi-light .dianzi-light-skip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 12px;
    padding: 12px 16px 14px;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 8;
    backdrop-filter: blur(10px);
}

.dwtj-dianzi-light .dianzi-light-skip a {
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    text-decoration: none;
    padding: 5px 2px;
    border-bottom: 2px solid transparent;
}

.dwtj-dianzi-light .dianzi-light-skip a:hover {
    color: #0d9488;
    border-bottom-color: rgba(13, 148, 136, 0.35);
}

.dwtj-dianzi-light .dianzi-light-band {
    padding: 44px 0 48px;
}

.dwtj-dianzi-light .dianzi-light-band--split {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
}

.dwtj-dianzi-light .dianzi-light-band--wall {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-top: 1px solid #e2e8f0;
}

.dwtj-dianzi-light .dianzi-light-band--tri {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
}

.dwtj-dianzi-light .dianzi-light-band--types {
    background: #f1f5f9;
    border-top: 1px solid #e2e8f0;
}

.dwtj-dianzi-light .dianzi-light-band--vs {
    background: linear-gradient(180deg, #ffffff 0%, #f0fdfa 100%);
    border-top: 1px solid #d1fae5;
}

.dwtj-dianzi-light .dianzi-light-band--risk {
    background: linear-gradient(90deg, #fffbeb 0%, #fef3c7 48%, #fffbeb 100%);
    border-top: 1px solid #fde68a;
    border-bottom: 1px solid #fcd34d;
}

.dwtj-dianzi-light .dianzi-light-band--more {
    background: #ffffff;
}

.dwtj-dianzi-light .dianzi-light-band--faq {
    background: #fafafa;
    border-top: 1px solid #e5e7eb;
    padding-bottom: 64px;
}

.dwtj-dianzi-light .dianzi-light-head {
    margin-bottom: 22px;
}

.dwtj-dianzi-light .dianzi-light-eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0f766e;
    background: rgba(13, 148, 136, 0.1);
    border: 1px solid rgba(13, 148, 136, 0.2);
}

.dwtj-dianzi-light .dianzi-light-head h2 {
    margin: 0;
    font-size: clamp(22px, 2.5vw, 30px);
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.dwtj-dianzi-light .dianzi-light-dek {
    margin: 10px 0 0;
    max-width: 860px;
    font-size: 15px;
    line-height: 1.65;
    color: #64748b;
}

.dwtj-dianzi-light .dianzi-light-split {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(240px, 0.88fr);
    gap: 28px;
    align-items: start;
}

.dwtj-dianzi-light .dianzi-light-split-main p {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.75;
    color: #334155;
}

.dwtj-dianzi-light .dianzi-light-split-main a {
    color: #0d9488;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.dwtj-dianzi-light .dianzi-light-split-aside {
    padding: 20px 20px 18px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.dwtj-dianzi-light .dianzi-light-split-aside h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 900;
    color: #0f172a;
}

.dwtj-dianzi-light .dianzi-light-split-aside ul {
    margin: 0;
    padding-left: 1.1em;
    font-size: 14px;
    line-height: 1.65;
    color: #475569;
}

.dwtj-dianzi-light .dianzi-light-wide-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
    max-width: 100%;
}

.dwtj-dianzi-light .dianzi-light-wide-tile {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
    aspect-ratio: 342 / 180;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    background-color: #e2e8f0;
    background-image:
        linear-gradient(180deg, rgba(15, 23, 42, 0) 38%, rgba(15, 23, 42, 0.5) 100%),
        var(--dwtj-bg-image, none),
        linear-gradient(135deg, #ccfbf1, #e0f2fe);
    background-size: cover, cover, cover;
    background-position: center, center, center;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.dwtj-dianzi-light .dianzi-light-wide-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 44px rgba(15, 118, 110, 0.12);
}

.dwtj-dianzi-light .dianzi-light-wide-title {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 10px;
    z-index: 2;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

.dwtj-dianzi-light .dianzi-light-wall {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    max-width: 100%;
}

.dwtj-dianzi-light .dianzi-light-wall-cell {
    min-width: 0;
}

.dwtj-dianzi-light .dianzi-light-wall-cell--hero {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
    display: flex;
    flex-direction: column;
}

.dwtj-dianzi-light .dianzi-light-cover {
    position: relative;
    display: block;
    width: 100%;
    min-height: 188px;
    border-radius: 18px;
    overflow: hidden;
    background-color: #e2e8f0;
    background-image:
        linear-gradient(180deg, rgba(15, 23, 42, 0) 42%, rgba(15, 23, 42, 0.4) 100%),
        var(--dwtj-bg-image, none),
        linear-gradient(145deg, #ecfdf5, #e0f2fe);
    background-size: cover, cover, cover;
    background-position: center, center, center;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.065);
}

.dwtj-dianzi-light .dianzi-light-wall-cell--hero .dianzi-light-cover {
    flex: 1;
    min-height: 312px;
    border-radius: 20px;
}

.dwtj-dianzi-light .dianzi-light-wall-cap {
    margin: 8px 2px 0;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    color: #0f766e;
}

.dwtj-dianzi-light .dianzi-light-tri {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.dwtj-dianzi-light .dianzi-light-tri-card {
    margin: 0;
    padding: 22px 20px 20px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.dwtj-dianzi-light .dianzi-light-tri-card h3 {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 900;
    color: #0f172a;
}

.dwtj-dianzi-light .dianzi-light-tri-card p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.65;
    color: #64748b;
}

.dwtj-dianzi-light .dianzi-light-text-link {
    font-size: 14px;
    font-weight: 800;
    color: #0d9488;
    text-decoration: none;
    border-bottom: 1px solid rgba(13, 148, 136, 0.35);
}

.dwtj-dianzi-light .dianzi-light-text-link:hover {
    color: #0f766e;
    border-bottom-color: #0f766e;
}

.dwtj-dianzi-light .dianzi-light-type-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dwtj-dianzi-light .dianzi-light-type-cloud a {
    display: inline-flex;
    padding: 11px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    color: #134e4a;
    background: #fff;
    border: 1px solid #cbd5e1;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.dwtj-dianzi-light .dianzi-light-type-cloud a:hover {
    border-color: #5eead4;
    color: #0f766e;
}

.dwtj-dianzi-light .dianzi-light-vs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.dwtj-dianzi-light .dianzi-light-vs-card {
    padding: 22px 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}

.dwtj-dianzi-light .dianzi-light-vs-card.is-alt {
    background: linear-gradient(160deg, #f0fdfa, #ffffff);
    border-color: #a7f3d0;
}

.dwtj-dianzi-light .dianzi-light-vs-card h3 {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 900;
    color: #042f2e;
}

.dwtj-dianzi-light .dianzi-light-vs-card p {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.68;
    color: #475569;
}

.dwtj-dianzi-light .dianzi-light-risk-title {
    margin: 0 0 10px;
    font-size: clamp(18px, 2.2vw, 22px);
    font-weight: 900;
    color: #92400e;
}

.dwtj-dianzi-light .dianzi-light-risk-body {
    margin: 0;
    max-width: 920px;
    font-size: 15px;
    line-height: 1.72;
    color: #78350f;
}

.dwtj-dianzi-light .dianzi-light-more-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.dwtj-dianzi-light .dianzi-light-more-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 16px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    color: #0f172a;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
    transition: border-color 0.15s ease, transform 0.15s ease;
}

.dwtj-dianzi-light .dianzi-light-more-tile:hover {
    border-color: #99f6e4;
    transform: translateY(-2px);
}

.dwtj-dianzi-light .dianzi-light-faq {
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    background: #fff;
}

.dwtj-dianzi-light .dianzi-light-faq details {
    padding: 0 16px;
    border-bottom: 1px solid #e5e7eb;
}

.dwtj-dianzi-light .dianzi-light-faq details:last-child {
    border-bottom: none;
}

.dwtj-dianzi-light .dianzi-light-faq summary {
    cursor: pointer;
    padding: 15px 4px 15px 0;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    list-style: none;
}

.dwtj-dianzi-light .dianzi-light-faq summary::-webkit-details-marker {
    display: none;
}

.dwtj-dianzi-light .dianzi-light-faq details p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.68;
    color: #475569;
}

.dwtj-dianzi-light .dianzi-light-wide-tile.has-image .dwtj-img-slot-label,
.dwtj-dianzi-light .dianzi-light-cover.has-image .dwtj-img-slot-label,
.dwtj-dianzi-light .dianzi-light-hero.has-image .dwtj-img-slot-hero-bg {
    display: none !important;
}

.dwtj-dianzi-light .dianzi-light-wide-tile.has-image,
.dwtj-dianzi-light .dianzi-light-cover.has-image {
    box-shadow: 0 16px 40px rgba(15, 118, 110, 0.1);
}

@media (max-width: 900px) {
    .dwtj-dianzi-light .dianzi-light-hero-inner {
        grid-template-columns: 1fr;
        padding-top: 32px;
    }

    .dwtj-dianzi-light .dianzi-light-hero-panel {
        display: none;
    }

    .dwtj-dianzi-light .dianzi-light-hero-accent {
        opacity: 0.5;
    }

    .dwtj-dianzi-light .dianzi-light-split,
    .dwtj-dianzi-light .dianzi-light-tri,
    .dwtj-dianzi-light .dianzi-light-vs {
        grid-template-columns: 1fr;
    }

    .dwtj-dianzi-light .dianzi-light-wide-row {
        grid-template-columns: 1fr;
    }

    .dwtj-dianzi-light .dianzi-light-wall {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dwtj-dianzi-light .dianzi-light-wall-cell--hero {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .dwtj-dianzi-light .dianzi-light-wall-cell--hero .dianzi-light-cover {
        min-height: 268px;
    }
}

@media (max-width: 520px) {
    .dwtj-dianzi-light .dianzi-light-skip {
        justify-content: flex-start;
    }

    .dwtj-dianzi-light .dianzi-light-more-grid {
        grid-template-columns: 1fr;
    }
}

/* =============================================================================
   /pg-demo/ PG试玩 · Demo 浅色专题（main.dwtj-pg-demo-page.dwtj-demo-light + .dwtj-demo-light）
   ============================================================================= */
main.dwtj-pg-demo-page.dwtj-demo-light {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    background: #f5f8ff;
    color: #0f172a;
}

.dwtj-demo-light h1,
.dwtj-demo-light h2,
.dwtj-demo-light h3,
.dwtj-demo-light p,
.dwtj-demo-light a,
.dwtj-demo-light li,
.dwtj-demo-light summary {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
}

.dwtj-demo-light .dwtj-img-slot-label {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 4;
    display: inline-flex;
    max-width: calc(100% - 16px);
    padding: 4px 7px;
    border-radius: 6px;
    background: rgba(248, 250, 252, 0.95);
    color: #475569;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.35;
    word-break: break-all;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.35);
}

.dwtj-demo-light .dwtj-img-slot-hero-bg {
    left: auto;
    right: 14px;
    top: 14px;
}

.dwtj-demo-light .demo-light-wrap {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 100%;
}

.dwtj-demo-light .demo-light-hero {
    position: relative;
    min-height: clamp(300px, 44vw, 460px);
    border-bottom: 1px solid #c7d2fe;
    background: linear-gradient(165deg, #eef2ff 0%, #faf5ff 38%, #fffbeb 100%);
    overflow: hidden;
    isolation: isolate;
}

.dwtj-demo-light .demo-light-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        radial-gradient(ellipse 60% 50% at 10% 30%, rgba(99, 102, 241, 0.2), transparent 65%),
        radial-gradient(ellipse 50% 45% at 88% 22%, rgba(251, 191, 36, 0.14), transparent 60%),
        linear-gradient(105deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.28) 45%, rgba(238, 242, 255, 0.55) 100%),
        var(--dwtj-hero-bg, none),
        linear-gradient(168deg, #e0e7ff, #faf5ff);
    background-size: cover, cover, cover, cover, cover;
    background-position: center, center, center, center 30%, center;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

.dwtj-demo-light .demo-light-hero.has-image .demo-light-hero-bg {
    background-image:
        radial-gradient(ellipse 58% 48% at 8% 28%, rgba(99, 102, 241, 0.16), transparent 65%),
        radial-gradient(ellipse 48% 42% at 90% 18%, rgba(251, 191, 36, 0.12), transparent 58%),
        linear-gradient(105deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.14) 48%, rgba(238, 242, 255, 0.42) 100%),
        var(--dwtj-hero-bg, none),
        linear-gradient(168deg, #e0e7ff, #fefce8);
    background-position: center, center, center, center 30%, center;
}

.dwtj-demo-light .demo-light-hero-glow {
    position: absolute;
    inset: auto -20% -35% 40%;
    height: 55%;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(ellipse at 50% 0%, rgba(129, 140, 248, 0.18), transparent 70%);
    filter: blur(2px);
}

.dwtj-demo-light .demo-light-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(200px, 0.42fr);
    gap: 24px;
    align-items: center;
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    padding: clamp(36px, 6vw, 56px) 0 clamp(40px, 6vw, 60px);
    box-sizing: border-box;
    max-width: 100%;
}

.dwtj-demo-light .demo-light-hero-copy {
    padding: clamp(18px, 3vw, 28px) clamp(16px, 3vw, 26px);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow:
        0 22px 50px rgba(67, 56, 202, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.95) inset;
    backdrop-filter: blur(12px);
    min-width: 0;
}

.dwtj-demo-light .demo-light-kicker {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4f46e5;
}

.dwtj-demo-light .demo-light-hero-inner h1 {
    margin: 0;
    font-size: clamp(26px, 4vw, 44px);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #1e1b4b;
}

.dwtj-demo-light .demo-light-lead {
    margin: 14px 0 0;
    font-size: clamp(15px, 1.6vw, 17px);
    line-height: 1.75;
    color: #334155;
}

.dwtj-demo-light .demo-light-lead strong {
    color: #4338ca;
    font-weight: 800;
}

.dwtj-demo-light .demo-light-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.dwtj-demo-light .demo-light-hero-pills span {
    padding: 7px 13px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    color: #854d0e;
    background: rgba(254, 243, 199, 0.85);
    border: 1px solid rgba(251, 191, 36, 0.45);
}

.dwtj-demo-light .demo-light-hero-rail {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-self: center;
}

.dwtj-demo-light .demo-light-rail-step {
    display: block;
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 800;
    color: #312e81;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(224, 231, 255, 0.88));
    border: 1px solid rgba(199, 210, 254, 0.95);
    box-shadow: 0 10px 26px rgba(79, 70, 229, 0.1);
}

.dwtj-demo-light .demo-light-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 12px;
    padding: 12px 14px 14px;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 8;
    backdrop-filter: blur(10px);
}

.dwtj-demo-light .demo-light-nav a {
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    text-decoration: none;
    padding: 4px 2px;
    border-bottom: 2px solid transparent;
}

.dwtj-demo-light .demo-light-nav a:hover {
    color: #4f46e5;
    border-bottom-color: rgba(79, 70, 229, 0.35);
}

.dwtj-demo-light .demo-light-band {
    padding: 44px 0 48px;
}

.dwtj-demo-light .demo-light-band--steps {
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}

.dwtj-demo-light .demo-light-band--picks {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-top: 1px solid #e5e7eb;
}

.dwtj-demo-light .demo-light-band--see {
    background: #ffffff;
    border-top: 1px solid #ede9fe;
}

.dwtj-demo-light .demo-light-band--caution {
    background: linear-gradient(90deg, #fffbeb 0%, #fef9c3 50%, #fffbeb 100%);
    border-top: 1px solid #fde68a;
    border-bottom: 1px solid #fcd34d;
}

.dwtj-demo-light .demo-light-band--dl {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.dwtj-demo-light .demo-light-band--wall {
    background: linear-gradient(180deg, #eef2ff 0%, #ffffff 55%);
    border-top: 1px solid #c7d2fe;
}

.dwtj-demo-light .demo-light-band--diff {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
}

.dwtj-demo-light .demo-light-band--more {
    background: #fafafa;
    border-top: 1px solid #e5e7eb;
}

.dwtj-demo-light .demo-light-band--faq {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    padding-bottom: 64px;
}

.dwtj-demo-light .demo-light-head {
    margin-bottom: 22px;
}

.dwtj-demo-light .demo-light-eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4338ca;
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.2);
}

.dwtj-demo-light .demo-light-eyebrow.is-amber {
    color: #92400e;
    background: rgba(251, 191, 36, 0.15);
    border-color: rgba(245, 158, 11, 0.35);
}

.dwtj-demo-light .demo-light-head h2 {
    margin: 0;
    font-size: clamp(22px, 2.5vw, 30px);
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.dwtj-demo-light .demo-light-dek {
    margin: 10px 0 0;
    max-width: 900px;
    font-size: 15px;
    line-height: 1.65;
    color: #64748b;
}

.dwtj-demo-light .demo-light-step-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.dwtj-demo-light .demo-light-step-card {
    position: relative;
    min-height: 220px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background-color: #e8edf9;
    background-image:
        linear-gradient(180deg, rgba(15, 23, 42, 0) 35%, rgba(15, 23, 42, 0.62) 100%),
        var(--dwtj-bg-image, none),
        linear-gradient(145deg, #e0e7ff, #fae8ff);
    background-size: cover, cover, cover;
    background-position: center, center, center;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.dwtj-demo-light .demo-light-step-card-inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 16px 16px 18px;
    color: #fff;
}

.dwtj-demo-light .demo-light-step-num {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 900;
    color: #312e81;
    background: rgba(254, 243, 199, 0.95);
    border: 1px solid rgba(251, 191, 36, 0.5);
}

.dwtj-demo-light .demo-light-step-card-inner h3 {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 900;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

.dwtj-demo-light .demo-light-step-card-inner p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.dwtj-demo-light .demo-light-pick-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.dwtj-demo-light .demo-light-pick-tile {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
    aspect-ratio: 342 / 180;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    background-color: #e2e8f0;
    background-image:
        linear-gradient(180deg, rgba(15, 23, 42, 0) 38%, rgba(15, 23, 42, 0.52) 100%),
        var(--dwtj-bg-image, none),
        linear-gradient(135deg, #dbeafe, #ede9fe);
    background-size: cover, cover, cover;
    background-position: center, center, center;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.dwtj-demo-light .demo-light-pick-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 44px rgba(67, 56, 202, 0.12);
}

.dwtj-demo-light .demo-light-pick-cap {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 10px;
    z-index: 2;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

.dwtj-demo-light .demo-light-see-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.dwtj-demo-light .demo-light-see-card {
    margin: 0;
    padding: 18px 16px 16px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.dwtj-demo-light .demo-light-see-card h3 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 900;
    color: #3730a3;
}

.dwtj-demo-light .demo-light-see-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
}

.dwtj-demo-light .demo-light-caution-lead {
    margin: 0 0 14px;
    max-width: 920px;
    font-size: 16px;
    line-height: 1.72;
    color: #78350f;
}

.dwtj-demo-light .demo-light-caution-list {
    margin: 0;
    padding-left: 1.15em;
    max-width: 900px;
    font-size: 15px;
    line-height: 1.7;
    color: #92400e;
}

.dwtj-demo-light .demo-light-dl-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.9fr);
    gap: 24px;
    align-items: start;
}

.dwtj-demo-light .demo-light-dl-text {
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 1.75;
    color: #334155;
}

.dwtj-demo-light .demo-light-dl-aside {
    padding: 20px 18px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.dwtj-demo-light .demo-light-dl-aside h3 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 900;
    color: #0f172a;
}

.dwtj-demo-light .demo-light-dl-link {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 800;
    color: #4f46e5;
    text-decoration: none;
    border-bottom: 1px solid rgba(79, 70, 229, 0.25);
}

.dwtj-demo-light .demo-light-dl-link:last-child {
    margin-bottom: 0;
}

.dwtj-demo-light .demo-light-dl-link:hover {
    color: #4338ca;
    border-bottom-color: #4338ca;
}

.dwtj-demo-light .demo-light-wall {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.dwtj-demo-light .demo-light-wall-cell {
    min-width: 0;
}

.dwtj-demo-light .demo-light-tile {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    min-height: 0;
    border-radius: 12px;
    overflow: hidden;
    background-color: #e2e8f0;
    background-image:
        linear-gradient(180deg, rgba(15, 23, 42, 0) 45%, rgba(15, 23, 42, 0.38) 100%),
        var(--dwtj-bg-image, none),
        linear-gradient(145deg, #e0e7ff, #f5f3ff);
    background-size: cover, cover, cover;
    background-position: center, center, center;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.dwtj-demo-light .demo-light-tile-cap {
    margin: 6px 0 0;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    color: #4338ca;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dwtj-demo-light .demo-light-diff-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.dwtj-demo-light .demo-light-diff-card {
    margin: 0;
    padding: 20px 18px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.dwtj-demo-light .demo-light-diff-card.is-mid {
    background: linear-gradient(180deg, #faf5ff, #ffffff);
    border-color: #e9d5ff;
}

.dwtj-demo-light .demo-light-diff-card.is-end {
    background: linear-gradient(180deg, #eff6ff, #ffffff);
    border-color: #bfdbfe;
}

.dwtj-demo-light .demo-light-diff-card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 900;
    color: #1e1b4b;
}

.dwtj-demo-light .demo-light-diff-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #64748b;
}

.dwtj-demo-light .demo-light-more-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.dwtj-demo-light .demo-light-more-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    padding: 14px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    color: #1e1b4b;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
    transition: border-color 0.15s ease, transform 0.15s ease;
}

.dwtj-demo-light .demo-light-more-tile:hover {
    border-color: #a5b4fc;
    transform: translateY(-2px);
}

.dwtj-demo-light .demo-light-faq {
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    background: #fafafa;
}

.dwtj-demo-light .demo-light-faq details {
    padding: 0 16px;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
}

.dwtj-demo-light .demo-light-faq details:last-child {
    border-bottom: none;
}

.dwtj-demo-light .demo-light-faq summary {
    cursor: pointer;
    padding: 15px 4px 15px 0;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    list-style: none;
}

.dwtj-demo-light .demo-light-faq summary::-webkit-details-marker {
    display: none;
}

.dwtj-demo-light .demo-light-faq details p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.68;
    color: #475569;
}

.dwtj-demo-light .demo-light-step-card.has-image .dwtj-img-slot-label,
.dwtj-demo-light .demo-light-pick-tile.has-image .dwtj-img-slot-label,
.dwtj-demo-light .demo-light-tile.has-image .dwtj-img-slot-label,
.dwtj-demo-light .demo-light-hero.has-image .dwtj-img-slot-hero-bg {
    display: none !important;
}

.dwtj-demo-light .demo-light-step-card.has-image,
.dwtj-demo-light .demo-light-pick-tile.has-image,
.dwtj-demo-light .demo-light-tile.has-image {
    box-shadow: 0 16px 40px rgba(67, 56, 202, 0.1);
}

@media (max-width: 960px) {
    .dwtj-demo-light .demo-light-hero-inner {
        grid-template-columns: 1fr;
    }

    .dwtj-demo-light .demo-light-hero-rail {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .dwtj-demo-light .demo-light-step-row,
    .dwtj-demo-light .demo-light-pick-row {
        grid-template-columns: 1fr;
    }

    .dwtj-demo-light .demo-light-see-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dwtj-demo-light .demo-light-dl-grid,
    .dwtj-demo-light .demo-light-diff-row {
        grid-template-columns: 1fr;
    }

    .dwtj-demo-light .demo-light-wall {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dwtj-demo-light .demo-light-more-grid {
        grid-template-columns: 1fr;
    }

    .dwtj-demo-light .demo-light-more-tile:nth-child(4),
    .dwtj-demo-light .demo-light-more-tile:nth-child(5) {
        grid-column: auto;
    }
}

@media (max-width: 520px) {
    .dwtj-demo-light .demo-light-nav {
        justify-content: flex-start;
    }

    .dwtj-demo-light .demo-light-see-grid {
        grid-template-columns: 1fr;
    }

    .dwtj-demo-light .demo-light-wall {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dwtj-demo-light .demo-light-tile-cap {
        font-size: 10px;
    }
}

/* =============================================================================
   /pg-official-or-fake/ 真假站点识别指南（main.dwtj-pg-official-page.dwtj-official-light）
   ============================================================================= */
main.dwtj-pg-official-page.dwtj-official-light {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    background: #f4f6f8;
    color: #0f172a;
}

.dwtj-official-light h1,
.dwtj-official-light h2,
.dwtj-official-light h3,
.dwtj-official-light p,
.dwtj-official-light a,
.dwtj-official-light li,
.dwtj-official-light summary {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
}

.dwtj-official-light .dwtj-img-slot-label {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 4;
    display: inline-flex;
    max-width: calc(100% - 16px);
    padding: 4px 7px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.96);
    color: #475569;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.35;
    word-break: break-all;
    border: 1px solid rgba(148, 163, 184, 0.4);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.dwtj-official-light .dwtj-img-slot-hero-bg {
    left: auto;
    right: 14px;
    top: 14px;
}

.dwtj-official-light .official-light-wrap {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 100%;
}

.dwtj-official-light .official-light-hero {
    position: relative;
    min-height: clamp(280px, 40vw, 400px);
    border-bottom: 1px solid #cbd5e1;
    background: linear-gradient(175deg, #f8fafc 0%, #eff6ff 45%, #fffbeb 100%);
    overflow: hidden;
    isolation: isolate;
}

.dwtj-official-light .official-light-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        radial-gradient(ellipse 55% 48% at 12% 28%, rgba(59, 130, 246, 0.16), transparent 62%),
        linear-gradient(102deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.28) 48%, rgba(241, 245, 249, 0.55) 100%),
        var(--dwtj-hero-bg, none),
        linear-gradient(168deg, #e2e8f0, #f8fafc);
    background-size: cover, cover, cover, cover;
    background-position: center, center, center, center 28%, center;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.dwtj-official-light .official-light-hero.has-image .official-light-hero-bg {
    background-image:
        radial-gradient(ellipse 52% 46% at 10% 26%, rgba(59, 130, 246, 0.12), transparent 62%),
        linear-gradient(102deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.14) 50%, rgba(241, 245, 249, 0.42) 100%),
        var(--dwtj-hero-bg, none),
        linear-gradient(168deg, #e2e8f0, #fefce8);
    background-position: center, center, center, center 28%, center;
}

.dwtj-official-light .official-light-hero-inner {
    position: relative;
    z-index: 2;
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    padding: clamp(36px, 5vw, 52px) 0 clamp(40px, 5vw, 56px);
    box-sizing: border-box;
    max-width: 100%;
}

.dwtj-official-light .official-light-hero-frost {
    max-width: min(920px, 100%);
    padding: clamp(18px, 3vw, 28px) clamp(18px, 3vw, 30px);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(10px);
}

.dwtj-official-light .official-light-kicker {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1d4ed8;
}

.dwtj-official-light .official-light-hero-inner h1 {
    margin: 0;
    font-size: clamp(24px, 3.6vw, 40px);
    line-height: 1.14;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.dwtj-official-light .official-light-lead {
    margin: 14px 0 0;
    font-size: clamp(15px, 1.55vw, 17px);
    line-height: 1.75;
    color: #334155;
}

.dwtj-official-light .official-light-lead strong {
    color: #1e40af;
    font-weight: 800;
}

.dwtj-official-light .official-light-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.dwtj-official-light .official-light-hero-tags span {
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    color: #92400e;
    background: rgba(254, 243, 199, 0.9);
    border: 1px solid rgba(251, 191, 36, 0.45);
}

.dwtj-official-light .official-light-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 12px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 8;
    backdrop-filter: blur(8px);
}

.dwtj-official-light .official-light-nav a {
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    text-decoration: none;
    padding: 4px 2px;
    border-bottom: 2px solid transparent;
}

.dwtj-official-light .official-light-nav a:hover {
    color: #1d4ed8;
    border-bottom-color: rgba(29, 78, 216, 0.35);
}

.dwtj-official-light .official-light-band {
    padding: 42px 0 46px;
}

.dwtj-official-light .official-light-band--boundary {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
}

.dwtj-official-light .official-light-band--check {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.dwtj-official-light .official-light-band--signals {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
}

.dwtj-official-light .official-light-band--steps {
    background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
    border-top: 1px solid #bfdbfe;
}

.dwtj-official-light .official-light-band--diff {
    background: #fafafa;
    border-top: 1px solid #e5e7eb;
}

.dwtj-official-light .official-light-band--dlwarn {
    background: linear-gradient(90deg, #fffbeb 0%, #fef9c3 48%, #fffbeb 100%);
    border-top: 1px solid #fde68a;
    border-bottom: 1px solid #fcd34d;
}

.dwtj-official-light .official-light-band--more {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
}

.dwtj-official-light .official-light-band--faq {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    padding-bottom: 64px;
}

.dwtj-official-light .official-light-head {
    margin-bottom: 20px;
}

.dwtj-official-light .official-light-eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1d4ed8;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.22);
}

.dwtj-official-light .official-light-eyebrow.is-warn {
    color: #b45309;
    background: rgba(251, 191, 36, 0.15);
    border-color: rgba(245, 158, 11, 0.35);
}

.dwtj-official-light .official-light-head h2 {
    margin: 0;
    font-size: clamp(21px, 2.4vw, 28px);
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.dwtj-official-light .official-light-dek {
    margin: 10px 0 0;
    max-width: 900px;
    font-size: 15px;
    line-height: 1.65;
    color: #64748b;
}

.dwtj-official-light .official-light-boundary-card {
    padding: 22px 22px 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}

.dwtj-official-light .official-light-boundary-card p {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.72;
    color: #334155;
}

.dwtj-official-light .official-light-boundary-card p:last-child {
    margin-bottom: 0;
}

.dwtj-official-light .official-light-banner-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.dwtj-official-light .official-light-banner-tile {
    position: relative;
    min-height: 160px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background-color: #e8edf3;
    background-image:
        linear-gradient(180deg, rgba(15, 23, 42, 0) 30%, rgba(15, 23, 42, 0.55) 100%),
        var(--dwtj-bg-image, none),
        linear-gradient(135deg, #dbeafe, #f1f5f9);
    background-size: cover, cover, cover;
    background-position: center, center, center;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.dwtj-official-light .official-light-banner-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 14px 14px 16px;
    color: #fff;
}

.dwtj-official-light .official-light-banner-body h3 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 900;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

.dwtj-official-light .official-light-banner-body p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.dwtj-official-light .official-light-checklist {
    margin: 0;
    padding-left: 1.2em;
    max-width: 920px;
    font-size: 15px;
    line-height: 1.75;
    color: #334155;
}

.dwtj-official-light .official-light-checklist li {
    margin-bottom: 8px;
}

.dwtj-official-light .official-light-signal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.dwtj-official-light .official-light-signal-card {
    margin: 0;
    padding: 0 0 12px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.dwtj-official-light .official-light-signal-cover {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 600 / 420;
    max-height: 200px;
    background-color: #e2e8f0;
    background-image:
        linear-gradient(180deg, rgba(15, 23, 42, 0) 40%, rgba(15, 23, 42, 0.35) 100%),
        var(--dwtj-bg-image, none),
        linear-gradient(145deg, #f1f5f9, #e0e7ff);
    background-size: cover, cover, cover;
    background-position: center, center, center;
    text-decoration: none;
}

.dwtj-official-light .official-light-signal-card h3 {
    margin: 12px 14px 6px;
    font-size: 15px;
    font-weight: 900;
    color: #1e3a8a;
}

.dwtj-official-light .official-light-signal-card p {
    margin: 0 14px 4px;
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
}

.dwtj-official-light .official-light-step-track {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.dwtj-official-light .official-light-step-node {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px 16px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #dbeafe;
    box-shadow: 0 8px 22px rgba(37, 99, 235, 0.06);
}

.dwtj-official-light .official-light-step-num {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 900;
    color: #1e40af;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}

.dwtj-official-light .official-light-step-node p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #334155;
}

.dwtj-official-light .official-light-diff-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.dwtj-official-light .official-light-diff-card {
    margin: 0;
    padding: 18px 16px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.dwtj-official-light .official-light-diff-card.is-mid {
    background: linear-gradient(180deg, #f8fafc, #fff);
    border-color: #cbd5e1;
}

.dwtj-official-light .official-light-diff-card.is-end {
    background: linear-gradient(180deg, #eff6ff, #fff);
    border-color: #bfdbfe;
}

.dwtj-official-light .official-light-diff-card h3 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 900;
    color: #0f172a;
}

.dwtj-official-light .official-light-diff-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    color: #64748b;
}

.dwtj-official-light .official-light-dl-lead {
    margin: 0 0 12px;
    max-width: 920px;
    font-size: 16px;
    line-height: 1.72;
    color: #78350f;
}

.dwtj-official-light .official-light-dl-note {
    margin: 0 0 16px;
    font-size: 13px;
    line-height: 1.6;
    color: #92400e;
}

.dwtj-official-light .official-light-mini-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
    max-width: 560px;
}

.dwtj-official-light .official-light-mini-cell {
    text-align: center;
}

.dwtj-official-light .official-light-mini-cover {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    max-height: 140px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    background-color: #e2e8f0;
    background-image:
        linear-gradient(180deg, rgba(15, 23, 42, 0) 45%, rgba(15, 23, 42, 0.3) 100%),
        var(--dwtj-bg-image, none),
        linear-gradient(145deg, #f1f5f9, #e2e8f0);
    background-size: cover, cover, cover;
    background-position: center, center, center;
    border: 1px dashed rgba(148, 163, 184, 0.6);
}

.dwtj-official-light .official-light-mini-cap {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    line-height: 1.3;
}

.dwtj-official-light .official-light-dl-cta {
    display: inline-flex;
    align-items: center;
    padding: 12px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    color: #1e3a8a;
    background: #fff;
    border: 1px solid #93c5fd;
    box-shadow: 0 6px 16px rgba(30, 58, 138, 0.08);
}

.dwtj-official-light .official-light-dl-cta:hover {
    border-color: #3b82f6;
    color: #1d4ed8;
}

.dwtj-official-light .official-light-more-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.dwtj-official-light .official-light-more-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 14px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    color: #0f172a;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border: 1px solid #e2e8f0;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.dwtj-official-light .official-light-more-tile:hover {
    border-color: #93c5fd;
}

.dwtj-official-light .official-light-faq {
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    background: #fff;
}

.dwtj-official-light .official-light-faq details {
    padding: 0 16px;
    border-bottom: 1px solid #e5e7eb;
}

.dwtj-official-light .official-light-faq details:last-child {
    border-bottom: none;
}

.dwtj-official-light .official-light-faq summary {
    cursor: pointer;
    padding: 15px 4px 15px 0;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    list-style: none;
}

.dwtj-official-light .official-light-faq summary::-webkit-details-marker {
    display: none;
}

.dwtj-official-light .official-light-faq details p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.68;
    color: #475569;
}

.dwtj-official-light .official-light-banner-tile.has-image .dwtj-img-slot-label,
.dwtj-official-light .official-light-signal-cover.has-image .dwtj-img-slot-label,
.dwtj-official-light .official-light-mini-cover.has-image .dwtj-img-slot-label,
.dwtj-official-light .official-light-hero.has-image .dwtj-img-slot-hero-bg {
    display: none !important;
}

.dwtj-official-light .official-light-banner-tile.has-image,
.dwtj-official-light .official-light-signal-cover.has-image,
.dwtj-official-light .official-light-mini-cover.has-image {
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

@media (max-width: 900px) {
    .dwtj-official-light .official-light-banner-grid,
    .dwtj-official-light .official-light-signal-grid,
    .dwtj-official-light .official-light-step-track,
    .dwtj-official-light .official-light-diff-row {
        grid-template-columns: 1fr;
    }

    .dwtj-official-light .official-light-mini-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: none;
    }
}

@media (max-width: 520px) {
    .dwtj-official-light .official-light-nav {
        justify-content: flex-start;
    }

    .dwtj-official-light .official-light-more-grid {
        grid-template-columns: 1fr;
    }
}

/* -------------------------------------------------------------------------- */
/* /pg-download-risk/ — PG电子下载风险（浅色安全说明）                         */
/* -------------------------------------------------------------------------- */

main.dwtj-pg-download-risk-page.dwtj-download-light {
    --dl-blue: #1d4ed8;
    --dl-blue-soft: #dbeafe;
    --dl-warn: #f59e0b;
    --dl-warn-soft: #fff7ed;
    --dl-text: #0f172a;
    --dl-muted: #475569;
    --dl-line: #e2e8f0;
    --dl-bg: #f8fafc;
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 16px 48px;
    box-sizing: border-box;
    overflow-x: hidden;
    color: var(--dl-text);
    background: var(--dl-bg);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.dwtj-download-light *,
.dwtj-download-light *::before,
.dwtj-download-light *::after {
    box-sizing: border-box;
}

.dwtj-download-light .download-light-wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 4px;
}

.dwtj-download-light .download-light-hero {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin: 18px 0 12px;
    border: 1px solid var(--dl-line);
    background: linear-gradient(135deg, #eff6ff, #fff7ed);
    min-height: 220px;
}

.dwtj-download-light .download-light-hero-bg {
    position: absolute;
    inset: 0;
    background-image: var(--dwtj-hero-bg, none);
    background-size: cover;
    background-position: center;
    opacity: 0.35;
    pointer-events: none;
}

.dwtj-download-light .download-light-hero.has-image .download-light-hero-bg {
    opacity: 0.55;
}

.dwtj-download-light .download-light-hero-inner {
    position: relative;
    z-index: 1;
    padding: 28px 22px 30px;
}

.dwtj-download-light .download-light-hero-frost {
    max-width: 820px;
    padding: 18px 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(6px);
}

.dwtj-download-light .download-light-kicker {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--dl-blue);
}

.dwtj-download-light .download-light-hero h1 {
    margin: 0 0 12px;
    font-size: clamp(22px, 4vw, 30px);
    line-height: 1.25;
    font-weight: 900;
    color: #0c1b3a;
}

.dwtj-download-light .download-light-lead {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.7;
    color: var(--dl-muted);
}

.dwtj-download-light .download-light-lead strong {
    color: #0f172a;
    font-weight: 800;
}

.dwtj-download-light .download-light-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dwtj-download-light .download-light-hero-tags span {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #1e3a8a;
    background: var(--dl-blue-soft);
    border: 1px solid #bfdbfe;
}

.dwtj-download-light .download-light-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin: 0 0 8px;
    padding: 10px 0 6px;
}

.dwtj-download-light .download-light-nav a {
    font-size: 13px;
    font-weight: 700;
    color: #1e40af;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid #dbeafe;
    background: #fff;
}

.dwtj-download-light .download-light-nav a:hover {
    border-color: #93c5fd;
    background: #eff6ff;
}

.dwtj-download-light .download-light-band {
    margin: 14px 0;
    padding: 22px 18px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--dl-line);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.dwtj-download-light .download-light-band--boundary {
    background: linear-gradient(180deg, #fffbeb, #ffffff);
    border-color: #fde68a;
}

.dwtj-download-light .download-light-head {
    margin-bottom: 14px;
}

.dwtj-download-light .download-light-eyebrow {
    display: inline-block;
    margin: 0 0 6px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #1d4ed8;
    background: var(--dl-blue-soft);
    border: 1px solid #bfdbfe;
}

.dwtj-download-light .download-light-eyebrow.is-warn {
    color: #b45309;
    background: var(--dl-warn-soft);
    border-color: #fed7aa;
}

.dwtj-download-light .download-light-head h2 {
    margin: 0 0 8px;
    font-size: clamp(18px, 2.6vw, 22px);
    line-height: 1.35;
    font-weight: 900;
    color: #0f172a;
}

.dwtj-download-light .download-light-dek {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--dl-muted);
}

.dwtj-download-light .download-light-boundary-card {
    padding: 16px 18px;
    border-radius: 14px;
    background: #fff;
    border: 1px dashed #fbbf24;
}

.dwtj-download-light .download-light-boundary-card p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.68;
    color: #334155;
}

.dwtj-download-light .download-light-boundary-card p:last-child {
    margin-bottom: 0;
}

.dwtj-download-light .download-light-risk-list {
    margin: 0 0 18px;
    padding-left: 1.15em;
    font-size: 14px;
    line-height: 1.65;
    color: #334155;
}

.dwtj-download-light .download-light-risk-list li {
    margin-bottom: 8px;
}

.dwtj-download-light .download-light-banner-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.dwtj-download-light .download-light-banner-tile {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--dl-line);
    min-height: 160px;
    background-color: #e2e8f0;
    background-image:
        linear-gradient(180deg, rgba(15, 23, 42, 0) 35%, rgba(15, 23, 42, 0.55) 100%),
        var(--dwtj-bg-image, none),
        linear-gradient(145deg, #eff6ff, #fff7ed);
    background-size: cover, cover, cover;
    background-position: center, center, center;
}

.dwtj-download-light .download-light-banner-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 14px 12px;
    color: #fff;
}

.dwtj-download-light .download-light-banner-body h3 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 900;
}

.dwtj-download-light .download-light-banner-body p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    opacity: 0.95;
}

.dwtj-download-light .download-light-checklist {
    margin: 0;
    padding-left: 1.2em;
    font-size: 14px;
    line-height: 1.7;
    color: #334155;
}

.dwtj-download-light .download-light-checklist li {
    margin-bottom: 10px;
}

.dwtj-download-light .download-light-compare {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.dwtj-download-light .download-light-compare-col {
    padding: 16px 18px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid var(--dl-line);
}

.dwtj-download-light .download-light-compare-col.is-alt {
    background: #fffbeb;
    border-color: #fde68a;
}

.dwtj-download-light .download-light-compare-col h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 900;
    color: #0f172a;
}

.dwtj-download-light .download-light-compare-col p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--dl-muted);
}

.dwtj-download-light .download-light-signal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.dwtj-download-light .download-light-signal-card {
    margin: 0;
    padding: 0 0 12px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--dl-line);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.dwtj-download-light .download-light-signal-cover {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 600 / 420;
    max-height: 200px;
    background-color: #e2e8f0;
    background-image:
        linear-gradient(180deg, rgba(15, 23, 42, 0) 40%, rgba(15, 23, 42, 0.35) 100%),
        var(--dwtj-bg-image, none),
        linear-gradient(145deg, #f1f5f9, #fff7ed);
    background-size: cover, cover, cover;
    background-position: center, center, center;
}

.dwtj-download-light .download-light-signal-card h3 {
    margin: 12px 14px 6px;
    font-size: 15px;
    font-weight: 900;
    color: #1e3a8a;
}

.dwtj-download-light .download-light-signal-card p {
    margin: 0 14px 4px;
    font-size: 13px;
    line-height: 1.6;
    color: #475569;
}

.dwtj-download-light .download-light-step-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 18px;
}

.dwtj-download-light .download-light-step-row {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid var(--dl-line);
    background: #f8fafc;
}

.dwtj-download-light .download-light-step-badge {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.dwtj-download-light .download-light-step-row p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #334155;
}

.dwtj-download-light .download-light-mini-note {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.55;
    color: #64748b;
}

.dwtj-download-light .download-light-mini-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    max-width: 520px;
}

.dwtj-download-light .download-light-mini-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.dwtj-download-light .download-light-mini-cover {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    max-height: 120px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--dl-line);
    background-color: #e2e8f0;
    background-image: var(--dwtj-bg-image, none), linear-gradient(145deg, #f1f5f9, #e0e7ff);
    background-size: cover, cover;
    background-position: center, center;
}

.dwtj-download-light .download-light-mini-cap {
    font-size: 11px;
    font-weight: 700;
    color: #475569;
    text-align: center;
    line-height: 1.35;
    word-break: break-word;
}

.dwtj-download-light .download-light-relate-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.dwtj-download-light .download-light-relate-card {
    padding: 16px 16px 14px;
    border-radius: 14px;
    border: 1px solid var(--dl-line);
    background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.dwtj-download-light .download-light-relate-card h3 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 900;
    color: #0f172a;
}

.dwtj-download-light .download-light-relate-card p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.6;
    color: var(--dl-muted);
}

.dwtj-download-light .download-light-text-link {
    font-size: 13px;
    font-weight: 800;
    color: #1d4ed8;
    text-decoration: none;
}

.dwtj-download-light .download-light-text-link:hover {
    text-decoration: underline;
}

.dwtj-download-light .download-light-more-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
}

.dwtj-download-light .download-light-more-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 14px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    color: #0f172a;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border: 1px solid var(--dl-line);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.dwtj-download-light .download-light-more-tile:hover {
    border-color: #93c5fd;
}

.dwtj-download-light .download-light-faq {
    border-radius: 16px;
    border: 1px solid var(--dl-line);
    overflow: hidden;
    background: #fff;
}

.dwtj-download-light .download-light-faq details {
    padding: 0 16px;
    border-bottom: 1px solid var(--dl-line);
}

.dwtj-download-light .download-light-faq details:last-child {
    border-bottom: none;
}

.dwtj-download-light .download-light-faq summary {
    cursor: pointer;
    padding: 15px 4px 15px 0;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    list-style: none;
}

.dwtj-download-light .download-light-faq summary::-webkit-details-marker {
    display: none;
}

.dwtj-download-light .download-light-faq details p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.68;
    color: #475569;
}

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

.dwtj-download-light .download-light-hero.is-missing .dwtj-img-slot-hero-bg {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 2;
}

.dwtj-download-light .download-light-banner-tile.has-image .dwtj-img-slot-label,
.dwtj-download-light .download-light-signal-cover.has-image .dwtj-img-slot-label,
.dwtj-download-light .download-light-mini-cover.has-image .dwtj-img-slot-label,
.dwtj-download-light .download-light-hero.has-image .dwtj-img-slot-hero-bg {
    display: none !important;
}

.dwtj-download-light .download-light-banner-tile.has-image,
.dwtj-download-light .download-light-signal-cover.has-image,
.dwtj-download-light .download-light-mini-cover.has-image {
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

@media (max-width: 900px) {
    .dwtj-download-light .download-light-banner-grid,
    .dwtj-download-light .download-light-signal-grid,
    .dwtj-download-light .download-light-compare,
    .dwtj-download-light .download-light-relate-row {
        grid-template-columns: 1fr;
    }

    .dwtj-download-light .download-light-mini-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: none;
    }
}

@media (max-width: 520px) {
    main.dwtj-pg-download-risk-page.dwtj-download-light {
        padding: 0 12px 40px;
    }

    .dwtj-download-light .download-light-nav {
        justify-content: flex-start;
    }

    .dwtj-download-light .download-light-more-grid {
        grid-template-columns: 1fr;
    }
}

/* -------------------------------------------------------------------------- */
/* /pg-soft/ — PG Soft 资料页（浅色品牌资料 + 专题入口）                       */
/* -------------------------------------------------------------------------- */

main.dwtj-pg-soft-page.dwtj-soft-light {
    --sl-blue: #2563eb;
    --sl-violet: #7c3aed;
    --sl-violet-soft: #ede9fe;
    --sl-blue-soft: #dbeafe;
    --sl-text: #0f172a;
    --sl-muted: #475569;
    --sl-line: #e2e8f0;
    --sl-bg: #f5f3ff;
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 16px 48px;
    box-sizing: border-box;
    overflow-x: hidden;
    color: var(--sl-text);
    background: linear-gradient(180deg, #f5f3ff 0%, #f8fafc 28%, #f8fafc 100%);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.dwtj-soft-light *,
.dwtj-soft-light *::before,
.dwtj-soft-light *::after {
    box-sizing: border-box;
}

.dwtj-soft-light .soft-light-wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 4px;
}

.dwtj-soft-light .soft-light-hero {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin: 18px 0 12px;
    border: 1px solid var(--sl-line);
    background: linear-gradient(135deg, #eef2ff, #faf5ff);
    min-height: 220px;
}

.dwtj-soft-light .soft-light-hero-bg {
    position: absolute;
    inset: 0;
    background-image: var(--dwtj-hero-bg, none);
    background-size: cover;
    background-position: center;
    opacity: 0.32;
    pointer-events: none;
}

.dwtj-soft-light .soft-light-hero.has-image .soft-light-hero-bg {
    opacity: 0.5;
}

.dwtj-soft-light .soft-light-hero-inner {
    position: relative;
    z-index: 1;
    padding: 28px 22px 30px;
}

.dwtj-soft-light .soft-light-hero-frost {
    max-width: 860px;
    padding: 18px 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(6px);
}

.dwtj-soft-light .soft-light-kicker {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--sl-violet);
}

.dwtj-soft-light .soft-light-hero h1 {
    margin: 0 0 12px;
    font-size: clamp(22px, 4vw, 30px);
    line-height: 1.25;
    font-weight: 900;
    color: #1e1b4b;
}

.dwtj-soft-light .soft-light-lead {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.7;
    color: var(--sl-muted);
}

.dwtj-soft-light .soft-light-lead strong {
    color: #0f172a;
    font-weight: 800;
}

.dwtj-soft-light .soft-light-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dwtj-soft-light .soft-light-hero-tags span {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #3730a3;
    background: var(--sl-violet-soft);
    border: 1px solid #c4b5fd;
}

.dwtj-soft-light .soft-light-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin: 0 0 8px;
    padding: 10px 0 6px;
}

.dwtj-soft-light .soft-light-nav a {
    font-size: 13px;
    font-weight: 700;
    color: #4338ca;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid #e0e7ff;
    background: #fff;
}

.dwtj-soft-light .soft-light-nav a:hover {
    border-color: #a5b4fc;
    background: #eef2ff;
}

.dwtj-soft-light .soft-light-band {
    margin: 14px 0;
    padding: 22px 18px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--sl-line);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.dwtj-soft-light .soft-light-band--boundary {
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border-color: #c7d2fe;
}

.dwtj-soft-light .soft-light-head {
    margin-bottom: 14px;
}

.dwtj-soft-light .soft-light-eyebrow {
    display: inline-block;
    margin: 0 0 6px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #5b21b6;
    background: var(--sl-violet-soft);
    border: 1px solid #ddd6fe;
}

.dwtj-soft-light .soft-light-head h2 {
    margin: 0 0 8px;
    font-size: clamp(18px, 2.6vw, 22px);
    line-height: 1.35;
    font-weight: 900;
    color: #0f172a;
}

.dwtj-soft-light .soft-light-dek {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--sl-muted);
}

.dwtj-soft-light .soft-light-boundary-card {
    padding: 16px 18px;
    border-radius: 14px;
    background: #fafafa;
    border: 1px dashed #a5b4fc;
}

.dwtj-soft-light .soft-light-boundary-card p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.68;
    color: #334155;
}

.dwtj-soft-light .soft-light-boundary-card p:last-child {
    margin-bottom: 0;
}

.dwtj-soft-light .soft-light-scope-list {
    margin: 0 0 18px;
    padding-left: 1.15em;
    font-size: 14px;
    line-height: 1.65;
    color: #334155;
}

.dwtj-soft-light .soft-light-scope-list li {
    margin-bottom: 8px;
}

.dwtj-soft-light .soft-light-banner-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.dwtj-soft-light .soft-light-banner-tile {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--sl-line);
    min-height: 150px;
    background-color: #e0e7ff;
    background-image:
        linear-gradient(180deg, rgba(15, 23, 42, 0) 35%, rgba(15, 23, 42, 0.52) 100%),
        var(--dwtj-bg-image, none),
        linear-gradient(145deg, #eef2ff, #faf5ff);
    background-size: cover, cover, cover;
    background-position: center, center, center;
}

.dwtj-soft-light .soft-light-banner-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 14px 12px;
    color: #fff;
}

.dwtj-soft-light .soft-light-banner-body h3 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 900;
}

.dwtj-soft-light .soft-light-banner-body p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    opacity: 0.95;
}

.dwtj-soft-light .soft-light-game-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.dwtj-soft-light .soft-light-game-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-decoration: none;
    color: inherit;
    border-radius: 14px;
    border: 1px solid var(--sl-line);
    background: #fafafa;
    overflow: hidden;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.dwtj-soft-light .soft-light-game-card:hover {
    border-color: #a5b4fc;
    box-shadow: 0 8px 22px rgba(79, 70, 229, 0.08);
}

.dwtj-soft-light .soft-light-game-cover {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    max-height: 140px;
    background-color: #e2e8f0;
    background-image: var(--dwtj-bg-image, none), linear-gradient(145deg, #eef2ff, #ede9fe);
    background-size: cover, cover;
    background-position: center, center;
}

.dwtj-soft-light .soft-light-game-label {
    display: block;
    padding: 10px 10px 12px;
    font-size: 12px;
    font-weight: 800;
    color: #312e81;
    line-height: 1.35;
    text-align: center;
    word-break: break-word;
}

.dwtj-soft-light .soft-light-compare-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.dwtj-soft-light .soft-light-compare-col {
    padding: 16px 18px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid var(--sl-line);
}

.dwtj-soft-light .soft-light-compare-col.is-alt {
    background: #eef2ff;
    border-color: #c7d2fe;
}

.dwtj-soft-light .soft-light-compare-col h3 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 900;
    color: #1e1b4b;
}

.dwtj-soft-light .soft-light-compare-col p {
    margin: 0;
    font-size: 13px;
    line-height: 1.62;
    color: var(--sl-muted);
}

.dwtj-soft-light .soft-light-checklist {
    margin: 0;
    padding-left: 1.2em;
    font-size: 14px;
    line-height: 1.7;
    color: #334155;
}

.dwtj-soft-light .soft-light-checklist li {
    margin-bottom: 10px;
}

.dwtj-soft-light .soft-light-more-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
}

.dwtj-soft-light .soft-light-more-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 14px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    color: #0f172a;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border: 1px solid var(--sl-line);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.dwtj-soft-light .soft-light-more-tile:hover {
    border-color: #a5b4fc;
}

.dwtj-soft-light .soft-light-faq {
    border-radius: 16px;
    border: 1px solid var(--sl-line);
    overflow: hidden;
    background: #fff;
}

.dwtj-soft-light .soft-light-faq details {
    padding: 0 16px;
    border-bottom: 1px solid var(--sl-line);
}

.dwtj-soft-light .soft-light-faq details:last-child {
    border-bottom: none;
}

.dwtj-soft-light .soft-light-faq summary {
    cursor: pointer;
    padding: 15px 4px 15px 0;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    list-style: none;
}

.dwtj-soft-light .soft-light-faq summary::-webkit-details-marker {
    display: none;
}

.dwtj-soft-light .soft-light-faq details p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.68;
    color: #475569;
}

.dwtj-soft-light .dwtj-img-slot-label {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 2;
    padding: 6px 8px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
    color: #5b21b6;
    background: rgba(237, 233, 254, 0.96);
    border: 1px solid #c4b5fd;
    word-break: break-word;
}

.dwtj-soft-light .soft-light-hero.is-missing .dwtj-img-slot-hero-bg {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 2;
}

.dwtj-soft-light .soft-light-banner-tile.has-image .dwtj-img-slot-label,
.dwtj-soft-light .soft-light-game-cover.has-image .dwtj-img-slot-label,
.dwtj-soft-light .soft-light-hero.has-image .dwtj-img-slot-hero-bg {
    display: none !important;
}

.dwtj-soft-light .soft-light-banner-tile.has-image,
.dwtj-soft-light .soft-light-game-cover.has-image {
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
}

@media (max-width: 900px) {
    .dwtj-soft-light .soft-light-banner-grid,
    .dwtj-soft-light .soft-light-compare-row {
        grid-template-columns: 1fr;
    }

    .dwtj-soft-light .soft-light-game-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .dwtj-soft-light .soft-light-game-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    main.dwtj-pg-soft-page.dwtj-soft-light {
        padding: 0 12px 40px;
    }

    .dwtj-soft-light .soft-light-nav {
        justify-content: flex-start;
    }

    .dwtj-soft-light .soft-light-more-grid {
        grid-template-columns: 1fr;
    }
}

/* -------------------------------------------------------------------------- */
/* /pg-games/ — PG Games 英文检索游戏库（games-light）                          */
/* -------------------------------------------------------------------------- */

main.dwtj-pg-games-page.dwtj-games-light {
    --gl-teal: #0d9488;
    --gl-teal-soft: #ccfbf1;
    --gl-slate: #0f172a;
    --gl-muted: #475569;
    --gl-line: #e2e8f0;
    --gl-bg: #f0fdfa;
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 16px 48px;
    box-sizing: border-box;
    overflow-x: hidden;
    color: var(--gl-slate);
    background: linear-gradient(180deg, #ecfdf5 0%, #f8fafc 22%, #f8fafc 100%);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.dwtj-games-light *,
.dwtj-games-light *::before,
.dwtj-games-light *::after {
    box-sizing: border-box;
}

.dwtj-games-light .games-light-wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 4px;
}

.dwtj-games-light .games-light-hero {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin: 18px 0 12px;
    border: 1px solid var(--gl-line);
    background: linear-gradient(135deg, #ecfdf5, #f0f9ff);
    min-height: 228px;
}

.dwtj-games-light .games-light-hero-bg {
    position: absolute;
    inset: 0;
    background-image: var(--dwtj-hero-bg, none);
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    pointer-events: none;
}

.dwtj-games-light .games-light-hero.has-image .games-light-hero-bg {
    opacity: 0.48;
}

.dwtj-games-light .games-light-hero-inner {
    position: relative;
    z-index: 1;
    padding: 28px 22px 30px;
}

.dwtj-games-light .games-light-hero-frost {
    max-width: 900px;
    padding: 18px 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(204, 251, 241, 0.9);
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(6px);
}

.dwtj-games-light .games-light-kicker {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--gl-teal);
}

.dwtj-games-light .games-light-hero h1 {
    margin: 0 0 12px;
    font-size: clamp(22px, 4vw, 30px);
    line-height: 1.25;
    font-weight: 900;
    color: #134e4a;
}

.dwtj-games-light .games-light-lead {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.72;
    color: var(--gl-muted);
}

.dwtj-games-light .games-light-lead strong {
    color: #0f172a;
    font-weight: 800;
}

.dwtj-games-light .games-light-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dwtj-games-light .games-light-hero-tags span {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #0f766e;
    background: var(--gl-teal-soft);
    border: 1px solid #5eead4;
}

.dwtj-games-light .games-light-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin: 0 0 8px;
    padding: 10px 0 6px;
}

.dwtj-games-light .games-light-nav a {
    font-size: 12px;
    font-weight: 700;
    color: #0f766e;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid #99f6e4;
    background: #fff;
}

.dwtj-games-light .games-light-nav a:hover {
    border-color: #2dd4bf;
    background: #f0fdfa;
}

.dwtj-games-light .games-light-band {
    margin: 14px 0;
    padding: 22px 18px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--gl-line);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.dwtj-games-light .games-light-head {
    margin-bottom: 14px;
}

.dwtj-games-light .games-light-eyebrow {
    display: inline-block;
    margin: 0 0 6px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0f766e;
    background: var(--gl-teal-soft);
    border: 1px solid #99f6e4;
}

.dwtj-games-light .games-light-head h2 {
    margin: 0 0 8px;
    font-size: clamp(18px, 2.6vw, 22px);
    line-height: 1.35;
    font-weight: 900;
    color: #0f172a;
}

.dwtj-games-light .games-light-dek {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--gl-muted);
}

.dwtj-games-light .games-light-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
    gap: 18px;
    margin-bottom: 20px;
}

.dwtj-games-light .games-light-intro-main p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.72;
    color: #334155;
}

.dwtj-games-light .games-light-intro-main a {
    color: #0d9488;
    font-weight: 700;
}

.dwtj-games-light .games-light-intro-aside {
    padding: 14px 16px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px dashed #94a3b8;
}

.dwtj-games-light .games-light-intro-aside h3 {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
}

.dwtj-games-light .games-light-intro-aside ul {
    margin: 0;
    padding-left: 1.1em;
    font-size: 13px;
    line-height: 1.6;
    color: #475569;
}

.dwtj-games-light .games-light-banner-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.dwtj-games-light .games-light-banner-tile {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--gl-line);
    min-height: 148px;
    background-color: #ccfbf1;
    background-image:
        linear-gradient(180deg, rgba(15, 23, 42, 0) 38%, rgba(15, 23, 42, 0.52) 100%),
        var(--dwtj-bg-image, none),
        linear-gradient(145deg, #ecfdf5, #e0f2fe);
    background-size: cover, cover, cover;
    background-position: center, center, center;
}

.dwtj-games-light .games-light-banner-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 14px 12px;
    color: #fff;
}

.dwtj-games-light .games-light-banner-body h3 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 900;
}

.dwtj-games-light .games-light-banner-zh {
    display: inline-block;
    margin-left: 6px;
    font-size: 13px;
    font-weight: 700;
    opacity: 0.92;
}

.dwtj-games-light .games-light-banner-body p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    opacity: 0.95;
}

.dwtj-games-light .games-light-featured-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.dwtj-games-light .games-light-featured-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    border-radius: 14px;
    border: 1px solid var(--gl-line);
    background: #fafafa;
    overflow: hidden;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.dwtj-games-light .games-light-featured-card:hover {
    border-color: #5eead4;
    box-shadow: 0 8px 22px rgba(13, 148, 136, 0.1);
}

.dwtj-games-light .games-light-featured-cover {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    max-height: 160px;
    background-color: #e2e8f0;
    background-image: var(--dwtj-bg-image, none), linear-gradient(145deg, #ecfdf5, #e0f2fe);
    background-size: cover, cover;
    background-position: center, center;
}

.dwtj-games-light .games-light-featured-cap {
    display: block;
    padding: 10px 10px 2px;
    font-size: 13px;
    font-weight: 900;
    color: #134e4a;
    line-height: 1.3;
    text-align: center;
    word-break: break-word;
}

.dwtj-games-light .games-light-featured-sub {
    display: block;
    padding: 0 10px 12px;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    text-align: center;
    letter-spacing: 0.02em;
}

.dwtj-games-light .games-light-type-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.dwtj-games-light .games-light-type-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px;
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border: 1px solid var(--gl-line);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
    transition: border-color 0.15s ease, transform 0.15s ease;
}

.dwtj-games-light .games-light-type-card:hover {
    border-color: #2dd4bf;
    transform: translateY(-1px);
}

.dwtj-games-light .games-light-type-en {
    font-size: 16px;
    font-weight: 900;
    color: #0f766e;
}

.dwtj-games-light .games-light-type-zh {
    font-size: 13px;
    font-weight: 700;
    color: #334155;
}

.dwtj-games-light .games-light-type-hint {
    font-size: 12px;
    line-height: 1.45;
    color: #64748b;
}

.dwtj-games-light .games-light-catalog-block {
    scroll-margin-top: 72px;
    margin-bottom: 22px;
}

.dwtj-games-light .games-light-catalog-block:last-child {
    margin-bottom: 0;
}

.dwtj-games-light .games-light-catalog-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 14px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid #ccfbf1;
}

.dwtj-games-light .games-light-catalog-head h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 900;
    color: #0f766e;
}

.dwtj-games-light .games-light-catalog-head p {
    margin: 0;
    font-size: 13px;
    color: #64748b;
}

.dwtj-games-light .games-light-catalog-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dwtj-games-light .games-light-catalog-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 10px;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    border: 1px solid #f1f5f9;
    background: #fafafa;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.dwtj-games-light .games-light-catalog-row:hover {
    border-color: #99f6e4;
    background: #f0fdfa;
}

.dwtj-games-light .games-light-catalog-thumb {
    position: relative;
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #e2e8f0;
    background-image: var(--dwtj-bg-image, none), linear-gradient(145deg, #ecfdf5, #e0f2fe);
    background-size: cover, cover;
    background-position: center, center;
}

.dwtj-games-light .games-light-catalog-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.dwtj-games-light .games-light-catalog-name {
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    word-break: break-word;
}

.dwtj-games-light .games-light-catalog-tag {
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    letter-spacing: 0.03em;
}

.dwtj-games-light .games-light-compare-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.dwtj-games-light .games-light-compare-col {
    padding: 16px 18px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid var(--gl-line);
}

.dwtj-games-light .games-light-compare-col.is-alt {
    background: #ecfdf5;
    border-color: #99f6e4;
}

.dwtj-games-light .games-light-compare-col h3 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 900;
    color: #134e4a;
}

.dwtj-games-light .games-light-compare-col p {
    margin: 0;
    font-size: 13px;
    line-height: 1.62;
    color: var(--gl-muted);
}

.dwtj-games-light .games-light-safe-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dwtj-games-light .games-light-safe-list li {
    margin-bottom: 10px;
}

.dwtj-games-light .games-light-safe-list a {
    display: block;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    border: 1px solid var(--gl-line);
    background: #fff;
    transition: border-color 0.15s ease;
}

.dwtj-games-light .games-light-safe-list a:hover {
    border-color: #2dd4bf;
}

.dwtj-games-light .games-light-safe-list strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    color: #0f766e;
}

.dwtj-games-light .games-light-safe-list span {
    font-size: 13px;
    line-height: 1.55;
    color: #475569;
}

.dwtj-games-light .games-light-more-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
}

.dwtj-games-light .games-light-more-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 12px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    color: #0f172a;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border: 1px solid var(--gl-line);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.dwtj-games-light .games-light-more-tile:hover {
    border-color: #5eead4;
}

.dwtj-games-light .games-light-faq {
    border-radius: 16px;
    border: 1px solid var(--gl-line);
    overflow: hidden;
    background: #fff;
}

.dwtj-games-light .games-light-faq details {
    padding: 0 16px;
    border-bottom: 1px solid var(--gl-line);
}

.dwtj-games-light .games-light-faq details:last-child {
    border-bottom: none;
}

.dwtj-games-light .games-light-faq summary {
    cursor: pointer;
    padding: 15px 4px 15px 0;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    list-style: none;
}

.dwtj-games-light .games-light-faq summary::-webkit-details-marker {
    display: none;
}

.dwtj-games-light .games-light-faq details p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.68;
    color: #475569;
}

.dwtj-games-light .dwtj-img-slot-label {
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 4px;
    z-index: 2;
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.3;
    color: #115e59;
    background: rgba(204, 251, 241, 0.96);
    border: 1px solid #5eead4;
    word-break: break-word;
}

.dwtj-games-light .games-light-hero.is-missing .dwtj-img-slot-hero-bg,
.dwtj-games-light .games-light-banner-tile.is-missing .dwtj-img-slot-label {
    font-size: 11px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    padding: 6px 8px;
}

.dwtj-games-light .games-light-hero.is-missing .dwtj-img-slot-hero-bg {
    position: absolute;
    z-index: 2;
}

.dwtj-games-light .games-light-banner-tile.has-image .dwtj-img-slot-label,
.dwtj-games-light .games-light-featured-cover.has-image .dwtj-img-slot-label,
.dwtj-games-light .games-light-catalog-thumb.has-image .dwtj-img-slot-label,
.dwtj-games-light .games-light-hero.has-image .dwtj-img-slot-hero-bg {
    display: none !important;
}

.dwtj-games-light .games-light-banner-tile.has-image,
.dwtj-games-light .games-light-featured-cover.has-image,
.dwtj-games-light .games-light-catalog-thumb.has-image {
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
}

@media (max-width: 900px) {
    .dwtj-games-light .games-light-intro-grid,
    .dwtj-games-light .games-light-banner-grid,
    .dwtj-games-light .games-light-type-grid,
    .dwtj-games-light .games-light-compare-row {
        grid-template-columns: 1fr;
    }

    .dwtj-games-light .games-light-featured-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .dwtj-games-light .games-light-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    main.dwtj-pg-games-page.dwtj-games-light {
        padding: 0 12px 40px;
    }

    .dwtj-games-light .games-light-nav {
        justify-content: flex-start;
    }

    .dwtj-games-light .games-light-more-grid {
        grid-template-columns: 1fr;
    }

    .dwtj-games-light .games-light-catalog-thumb {
        width: 48px;
        height: 48px;
    }
}

/* ===== 真实图片：<img> 输出（覆盖旧版 CSS background-image 主图） ===== */
.dwtj-core-page .dwtj-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.dwtj-core-page [class*="-light-hero-bg"] {
    z-index: 1;
}

.dwtj-core-page .dwtj-real-img,
.dwtj-core-page .official-light-signal-cover img,
.dwtj-core-page .official-light-banner-tile img,
.dwtj-core-page .official-light-mini-cover img,
.dwtj-core-page .download-light-banner-tile img,
.dwtj-core-page .download-light-signal-cover img,
.dwtj-core-page .download-light-mini-cover img,
.dwtj-core-page .soft-light-banner-tile img,
.dwtj-core-page .soft-light-game-cover img,
.dwtj-core-page .games-light-banner-tile img,
.dwtj-core-page .games-light-featured-cover img,
.dwtj-core-page .games-light-catalog-thumb img,
.dwtj-core-page .dianzi-light-cover img,
.dwtj-core-page .dianzi-light-wide-tile img,
.dwtj-pg-youxi-page .youxi-hero-card img,
.dwtj-core-page .youxi-game-cover img,
.dwtj-core-page .slot-light-feature-tile img,
.dwtj-core-page .slot-light-portrait img,
.dwtj-core-page .demo-light-step-card img,
.dwtj-core-page .demo-light-pick-tile img,
.dwtj-core-page .demo-light-tile img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.dwtj-core-page .youxi-game-cover,
.dwtj-core-page .dianzi-light-cover,
.dwtj-core-page .dianzi-light-wide-tile,
.dwtj-core-page .slot-light-feature-tile,
.dwtj-core-page .slot-light-portrait,
.dwtj-core-page .demo-light-step-card,
.dwtj-core-page .demo-light-pick-tile,
.dwtj-core-page .demo-light-tile,
.dwtj-core-page .official-light-banner-tile,
.dwtj-core-page .official-light-signal-cover,
.dwtj-core-page .official-light-mini-cover,
.dwtj-core-page .download-light-banner-tile,
.dwtj-core-page .download-light-signal-cover,
.dwtj-core-page .download-light-mini-cover,
.dwtj-core-page .soft-light-banner-tile,
.dwtj-core-page .soft-light-game-cover,
.dwtj-core-page .games-light-banner-tile,
.dwtj-core-page .games-light-featured-cover,
.dwtj-core-page .games-light-catalog-thumb {
    position: relative;
    overflow: hidden;
    background-image: none !important;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-game-cover > .dwtj-real-img {
    position: relative;
    inset: auto;
    z-index: 1;
}

.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-game-cover,
.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-game-cover.is-missing,
.dwtj-pg-youxi-page.dwtj-youxi-light .youxi-game-cover.has-image {
    background: transparent !important;
    background-image: none !important;
}

.dwtj-core-page .dianzi-light-cover > .dwtj-real-img,
.dwtj-core-page .dianzi-light-wide-tile > .dwtj-real-img,
.dwtj-core-page .slot-light-feature-tile > .dwtj-real-img,
.dwtj-core-page .slot-light-portrait > .dwtj-real-img,
.dwtj-core-page .demo-light-step-card > .dwtj-real-img,
.dwtj-core-page .demo-light-pick-tile > .dwtj-real-img,
.dwtj-core-page .demo-light-tile > .dwtj-real-img,
.dwtj-core-page .official-light-banner-tile > .dwtj-real-img,
.dwtj-core-page .official-light-signal-cover > .dwtj-real-img,
.dwtj-core-page .official-light-mini-cover > .dwtj-real-img,
.dwtj-core-page .download-light-banner-tile > .dwtj-real-img,
.dwtj-core-page .download-light-signal-cover > .dwtj-real-img,
.dwtj-core-page .download-light-mini-cover > .dwtj-real-img,
.dwtj-core-page .soft-light-banner-tile > .dwtj-real-img,
.dwtj-core-page .soft-light-game-cover > .dwtj-real-img,
.dwtj-core-page .games-light-banner-tile > .dwtj-real-img,
.dwtj-core-page .games-light-featured-cover > .dwtj-real-img,
.dwtj-core-page .games-light-catalog-thumb > .dwtj-real-img {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.dwtj-core-page .dianzi-light-wide-title,
.dwtj-core-page .slot-light-feature-title,
.dwtj-core-page .official-light-banner-body,
.dwtj-core-page .official-light-signal-body,
.dwtj-core-page .games-light-banner-body,
.dwtj-core-page .games-light-featured-cap,
.dwtj-core-page .games-light-catalog-meta,
.dwtj-core-page .download-light-banner-body,
.dwtj-core-page .download-light-signal-body,
.dwtj-core-page .soft-light-banner-body {
    position: relative;
    z-index: 2;
}

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

/* ----- 游戏空位卡片（区块内 slug 去重后不足位补全） ----- */
.dwtj-core-page .dwtj-game-card.is-coming-soon {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    box-shadow: none;
}

.dwtj-core-page .dwtj-game-card.is-coming-soon.youxi-game-cover,
.dwtj-core-page .dwtj-game-card.is-coming-soon.youxi-hero-card,
.dwtj-core-page .slot-hot-card.is-coming-soon .slot-hot-card-cover {
    background: #f8fafc;
    background-image: none !important;
}

.dwtj-core-page .dwtj-game-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    color: #94a3b8;
    font-weight: 700;
    font-size: 14px;
}

.dwtj-core-page .youxi-hero-card.is-coming-soon .dwtj-game-empty {
    min-height: 100%;
}

.dwtj-core-page .youxi-game-cover.is-coming-soon {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 12px;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
}

.dwtj-core-page .youxi-game-cover.is-coming-soon h3,
.dwtj-core-page .slot-hot-card.is-coming-soon h3 {
    margin: 10px 0 4px;
    font-size: 14px;
    font-weight: 800;
    color: #64748b;
}

.dwtj-core-page .youxi-game-cover.is-coming-soon p,
.dwtj-core-page .slot-hot-card.is-coming-soon .slot-hot-card-meta p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #94a3b8;
}

.dwtj-pg-slot-games-page .slot-hub-tile.is-coming-soon {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #f8fafc;
    background-image: none !important;
}

.dwtj-pg-slot-games-page .slot-hub-tile.is-coming-soon .dwtj-game-empty {
    flex: 1;
    min-height: 120px;
}
