body.dvg-home-body {
    --booklet-layout-max: 1280px;
    --dvg-home-max: 1280px;
    --dvg-home-shell-left: 204px;
    --dvg-home-shell-right: 112px;
    --dvg-home-gutter: 24px;
    --dvg-logo-gold: #ffd700;
    --dvg-logo-gold-soft: rgba(255, 215, 0, .16);
    --dvg-logo-gold-softer: rgba(255, 215, 0, .10);
    --dvg-logo-gold-text: #b88a00;
    --dvg-float-width: 72px;
    --dvg-float-gap: 10px;
    --dvg-float-right: max(16px, calc((100vw - var(--dvg-home-max)) / 2 - var(--dvg-float-width) - var(--dvg-float-gap)));
    background: #f8f8f9 !important;
    color: #24211d;
}

.solar--gamepad-old-bold {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' fill-rule='evenodd' d='M15 1.25a.75.75 0 0 1 .75.75v1A1.75 1.75 0 0 1 14 4.75h-1a.25.25 0 0 0-.25.25v1H14c3.771 0 5.657 0 6.828 1.172S22 10.229 22 14s0 5.657-1.172 6.828S17.771 22 14 22h-4c-3.771 0-5.657 0-6.828-1.172S2 17.771 2 14s0-5.657 1.172-6.828S6.229 6 10 6h1.25V5c0-.966.784-1.75 1.75-1.75h1a.25.25 0 0 0 .25-.25V2a.75.75 0 0 1 .75-.75M8.75 12a.75.75 0 0 0-1.5 0v1.05a.2.2 0 0 1-.2.2H6a.75.75 0 0 0 0 1.5h1.05c.11 0 .2.09.2.2V16a.75.75 0 0 0 1.5 0v-1.05c0-.11.09-.2.2-.2H10a.75.75 0 0 0 0-1.5H8.95a.2.2 0 0 1-.2-.2zM15 13.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m3 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.dvg-site-footer {
    margin-top: 36px;
    padding: 24px 16px 30px;
    border-top: 1px solid #e8edf3;
    background: #f8fafc;
    color: #334155;
    text-align: center;
    font-size: 13px;
    line-height: 1.9;
}

.dvg-site-footer p {
    margin: 0;
}

.dvg-site-footer a {
    color: #2563eb;
    font-weight: 700;
    text-decoration: none;
}

.dvg-site-footer a:hover {
    text-decoration: underline;
}

.dvg-float-tools {
    position: fixed;
    right: var(--dvg-float-right);
    z-index: 1180;
}

.dvg-float-tools.is-middle {
    top: 50%;
    transform: translateY(-50%);
}

.dvg-float-tools.is-bottom {
    bottom: 60px;
}

.dvg-float-tools-card,
.dvg-float-tools-top,
.dvg-float-tools-empty {
    width: 72px;
    border: 1px solid #edf0f4;
    background: #fff;
    color: #151515;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.10);
}

.dvg-float-tools-card {
    border-radius: 12px;
}

.dvg-float-tools-item {
    position: relative;
}

.dvg-float-tools-item + .dvg-float-tools-item {
    border-top: 1px solid #f1f4f8;
}

.dvg-float-tools-link {
    display: flex;
    width: 72px;
    min-height: 72px;
    border: 0;
    background: transparent;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px;
    font-size: 12px;
    line-height: 1.2;
    transition: color .18s ease, background .18s ease;
}

.dvg-float-tools-item:first-child .dvg-float-tools-link {
    border-radius: 12px 12px 0 0;
}

.dvg-float-tools-item:last-child .dvg-float-tools-link {
    border-radius: 0 0 12px 12px;
}

.dvg-float-tools-item:only-child .dvg-float-tools-link {
    border-radius: 12px;
}

.dvg-float-tools-link span {
    font-size: 24px;
}

.dvg-float-tools-popover {
    position: absolute;
    top: 50%;
    right: calc(100% + 12px);
    width: 132px;
    border: 1px solid #edf0f4;
    border-radius: 12px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
    color: #151515;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transform: translate(8px, -50%);
    transition: opacity .18s ease, transform .18s ease;
}

.dvg-float-tools-popover::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -6px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #edf0f4;
    border-right: 1px solid #edf0f4;
    background: #fff;
    transform: translateY(-50%) rotate(45deg);
}

.dvg-float-tools-popover img {
    width: 112px;
    height: 112px;
    object-fit: cover;
    border-radius: 8px;
}

.dvg-float-tools-popover strong {
    display: block;
    margin-top: 7px;
    font-size: 12px;
}

.dvg-float-tools-item:hover .dvg-float-tools-popover,
.dvg-float-tools-item:focus-within .dvg-float-tools-popover {
    opacity: 1;
    transform: translate(0, -50%);
}

.dvg-float-tools-top {
    display: flex;
    width: 72px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    border-radius: 12px;
    font-size: 24px;
    transition: color .18s ease, background .18s ease;
}

.dvg-float-tools-empty {
    display: flex;
    min-height: 72px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-style: dashed;
    border-radius: 12px;
    color: #8a93a5;
    font-size: 12px;
}

.dvg-float-tools-empty span {
    font-size: 22px;
}

.dvg-float-tools-link:hover,
.dvg-float-tools-top:hover {
    color: #1d4ed8;
    background: #f8fafc;
}

.dvg-float-modal-open {
    overflow: hidden;
}

.dvg-float-modal {
    position: fixed;
    inset: 0;
    z-index: 1300;
    display: grid;
    place-items: center;
    padding: 22px;
}

.dvg-float-modal-mask {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .46);
    backdrop-filter: blur(4px);
}

.dvg-float-modal-card {
    position: relative;
    width: min(360px, calc(100vw - 44px));
    overflow: hidden;
    border: 1px solid #edf0f4;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .22);
    animation: dvg-float-modal-in .18s ease both;
}

.dvg-float-modal-head {
    display: flex;
    height: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #edf0f4;
    padding: 0 14px 0 18px;
}

.dvg-float-modal-head strong {
    min-width: 0;
    overflow: hidden;
    color: #171717;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-float-modal-head button {
    width: 32px;
    height: 32px;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 9px;
    color: #64748b;
    font-size: 20px;
    transition: color .18s ease, background .18s ease;
}

.dvg-float-modal-head button:hover {
    background: #f5f7fb;
    color: #111827;
}

.dvg-float-modal-body {
    padding: 18px;
}

.dvg-float-modal-content {
    display: grid;
    justify-items: center;
    gap: 12px;
    text-align: center;
}

.dvg-float-modal-content img {
    width: min(240px, 100%);
    max-height: 300px;
    object-fit: contain;
    border-radius: 10px;
}

.dvg-float-modal-content p {
    margin: 0;
    color: #536070;
    font-size: 13px;
    line-height: 1.7;
}

@keyframes dvg-float-modal-in {
    from {
        opacity: 0;
        transform: translateY(10px) scale(.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

html.dark .dvg-site-footer,
html.tw-dark .dvg-site-footer {
    border-top-color: #242424;
    background: #111;
    color: #a3a3a3;
}

html.dark .dvg-site-footer a,
html.tw-dark .dvg-site-footer a {
    color: #60a5fa;
}

html.dark .dvg-float-tools-card,
html.dark .dvg-float-tools-top,
html.dark .dvg-float-tools-empty,
html.tw-dark .dvg-float-tools-card,
html.tw-dark .dvg-float-tools-top,
html.tw-dark .dvg-float-tools-empty {
    border-color: #2a2a2a;
    background: #1a1a1a;
    color: #f2f2f2;
}

html.dark .dvg-float-tools-link:hover,
html.dark .dvg-float-tools-top:hover,
html.tw-dark .dvg-float-tools-link:hover,
html.tw-dark .dvg-float-tools-top:hover {
    color: #93c5fd;
    background: #242424;
}

html.dark .dvg-float-tools-item + .dvg-float-tools-item,
html.tw-dark .dvg-float-tools-item + .dvg-float-tools-item {
    border-top-color: #2a2a2a;
}

html.dark .dvg-float-tools-popover,
html.tw-dark .dvg-float-tools-popover {
    border-color: #2a2a2a;
    background: #1a1a1a;
    color: #f2f2f2;
}

html.dark .dvg-float-tools-popover::after,
html.tw-dark .dvg-float-tools-popover::after {
    border-color: #2a2a2a;
    background: #1a1a1a;
}

html.dark .dvg-float-modal-card,
html.tw-dark .dvg-float-modal-card {
    border-color: #2a2a2a;
    background: #1a1a1a;
}

html.dark .dvg-float-modal-head,
html.tw-dark .dvg-float-modal-head {
    border-bottom-color: #2a2a2a;
}

html.dark .dvg-float-modal-head strong,
html.tw-dark .dvg-float-modal-head strong {
    color: #f2f2f2;
}

html.dark .dvg-float-modal-head button,
html.tw-dark .dvg-float-modal-head button {
    color: #a3a3a3;
}

html.dark .dvg-float-modal-head button:hover,
html.tw-dark .dvg-float-modal-head button:hover {
    background: #242424;
    color: #fff;
}

html.dark .dvg-float-modal-content p,
html.tw-dark .dvg-float-modal-content p {
    color: #c4c4c4;
}

@media (max-width: 760px) {
    .dvg-float-tools {
        display: none;
    }
}

body.dvg-home-body .layout-shell {
    max-width: 1280px !important;
}

body.dvg-home-body #header-box.nav-surface {
    background: rgba(255, 255, 255, 0.86) !important;
    border-bottom: 1px solid rgba(245, 158, 11, 0.14) !important;
    box-shadow: 0 8px 26px rgba(148, 106, 20, 0.06) !important;
    backdrop-filter: blur(14px);
}

body.dvg-home-body .nav-link {
    color: #202124 !important;
}

body.dvg-home-body .nav-link:hover,
body.dvg-home-body [data-dropdown-trigger].is-open {
    background: #fff3cf !important;
    color: #151515 !important;
}

body.dvg-home-body .nav-link.nav-link-active {
    position: relative;
    background: #fff3cf !important;
    color: #151515 !important;
}

body.dvg-home-body .nav-link.nav-link-active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: #151515;
    transform: translateX(-50%);
}

body.dvg-home-body .nav-link:hover > span,
body.dvg-home-body [data-dropdown-trigger].is-open > span {
    color: #151515 !important;
}

body.dvg-home-body .nav-link.nav-link-active > span {
    color: #151515 !important;
}

body.dvg-home-body .nav-drop,
body.dvg-home-body .control-menu,
body.dvg-home-body .cascade-subpanel {
    border-color: rgba(245, 158, 11, 0.14) !important;
    box-shadow: 0 18px 38px rgba(91, 64, 20, 0.12) !important;
}

body.dvg-home-body .nav-mega-drop {
    width: 420px !important;
    min-width: 420px !important;
    padding: 12px !important;
}

body.dvg-home-body .nav-mega-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

body.dvg-home-body .nav-mega-item {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    padding: 10px;
    color: #202124;
    transition: background-color 150ms ease, color 150ms ease;
}

body.dvg-home-body .nav-mega-item:hover {
    background: var(--dvg-logo-gold-softer);
    color: #202124;
}

body.dvg-home-body .nav-mega-icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: var(--dvg-logo-gold-soft);
    color: #f59e0b;
    font-size: 20px;
}

body.dvg-home-body .nav-mega-title,
body.dvg-home-body .nav-mega-desc {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.dvg-home-body .nav-mega-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

body.dvg-home-body .nav-mega-desc {
    margin-top: 2px;
    color: #8c8f95;
    font-size: 12px;
    line-height: 18px;
}

body.dvg-home-body .nav-drop-item:hover,
body.dvg-home-body .dropdown-cascade-tab.is-active {
    background: var(--dvg-logo-gold-softer) !important;
    color: #202124 !important;
}

body.dvg-home-body .booklet-switcher-home-link {
    background: #fff5d8 !important;
    color: #f59e0b !important;
}

body.dvg-home-body .booklet-switcher-home-link:hover {
    background: #ffefbd !important;
    color: #e89a00 !important;
}

body.dvg-home-body .booklet-switcher-home-icon,
html[class*="booklet-switcher-saved-collapsed-"] body.dvg-home-body [data-booklet-switcher] .booklet-switcher-home-icon,
body.dvg-home-body [data-booklet-switcher].is-collapsed .booklet-switcher-home-icon {
    width: 40px !important;
    height: 40px !important;
    border: 0 !important;
    background: transparent !important;
    color: #f59e0b !important;
    box-shadow: none !important;
    font-size: 28px !important;
}

body.dvg-home-body .booklet-switcher-home-icon > span,
body.dvg-home-body .booklet-switcher-home-icon > img {
    width: 40px !important;
    height: 40px !important;
    font-size: 40px !important;
}

body.dvg-home-body .booklet-switcher-home-link .booklet-switcher-text {
    color: #151515 !important;
    font-weight: 700 !important;
}

body.dvg-home-body .booklet-switcher-link:hover {
    background: var(--dvg-logo-gold-softer) !important;
    color: #e89a00 !important;
}

body.dvg-home-body .booklet-switcher-item-link.is-active,
html[class*="booklet-switcher-saved-collapsed-"] body.dvg-home-body [data-booklet-switcher] .booklet-switcher-item-link.is-active,
body.dvg-home-body [data-booklet-switcher].is-collapsed .booklet-switcher-item-link.is-active {
    background: #fff4d6 !important;
    color: #e89a00 !important;
}

html[class*="booklet-switcher-saved-collapsed-"] body.dvg-home-body [data-booklet-switcher] .booklet-switcher-item-link.is-active::before,
body.dvg-home-body [data-booklet-switcher].is-collapsed .booklet-switcher-item-link.is-active::before {
    background: #f9a602 !important;
}

html[class*="booklet-switcher-saved-collapsed-"] body.dvg-home-body [data-booklet-switcher] .booklet-switcher-item-icon.is-active,
body.dvg-home-body [data-booklet-switcher].is-collapsed .booklet-switcher-item-icon.is-active {
    box-shadow: 0 8px 18px rgba(249, 166, 2, 0.18) !important;
}

body.dvg-home-body .booklet-switcher-collapse-btn {
    border-color: rgba(249, 166, 2, 0.34) !important;
    color: #f59e0b !important;
    box-shadow: 0 10px 24px rgba(249, 166, 2, 0.16) !important;
}

body.dvg-home-body .booklet-switcher-collapse-btn:hover {
    border-color: #f9a602 !important;
    background: #f9a602 !important;
    color: #ffffff !important;
}

body.dvg-home-body [data-booklet-switcher].is-collapsed .booklet-switcher-group-initial {
    cursor: pointer;
}

@media (min-width: 761px) {
    body.dvg-home-body .booklet-switcher-desktop {
        display: block !important;
        width: 204px !important;
    }

    body.dvg-home-body .booklet-switcher-panel {
        width: 204px !important;
        min-width: 204px !important;
    }

    html[class*="booklet-switcher-saved-collapsed-"] body.dvg-home-body .booklet-switcher-desktop,
    html[class*="booklet-switcher-saved-collapsed-"] body.dvg-home-body .booklet-switcher-panel,
    body.dvg-home-body [data-booklet-switcher].is-collapsed .booklet-switcher-desktop,
    body.dvg-home-body [data-booklet-switcher].is-collapsed .booklet-switcher-panel {
        width: 64px !important;
        min-width: 64px !important;
    }

    body.dvg-home-body [data-booklet-switcher].is-animating .booklet-switcher-desktop,
    body.dvg-home-body [data-booklet-switcher].is-animating .booklet-switcher-panel {
        transition: width 220ms ease, min-width 220ms ease !important;
    }

    body.dvg-home-body .booklet-switcher-collapse-btn,
    body.dvg-home-body .booklet-switcher-toggle-icon {
        transition-duration: 220ms;
        transition-timing-function: ease;
    }

    body.dvg-home-body .booklet-switcher-toggle-icon {
        transition-property: transform;
    }
}

body.dvg-home-body main.booklet-page.dvg-home-page,
body.dvg-home-body .dvg-home-page {
    min-height: 100vh;
    background: #f8f8f9 !important;
}

.dvg-home-page a {
    color: inherit;
    text-decoration: none;
}

.dvg-home-layout {
    display: grid;
    grid-template-columns: 184px minmax(0, 1fr);
    gap: 24px;
    width: min(var(--dvg-home-max), calc(100vw - (var(--dvg-home-gutter) * 2)));
    margin: 0 auto;
    padding: 24px 0 32px;
}

.dvg-design-sidebar {
    position: sticky;
    top: 89px;
    align-self: start;
}

.dvg-design-menu,
.dvg-vip-card,
.dvg-home-panel {
    border: 0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 32px rgba(32, 25, 16, 0.06);
}

.dvg-design-menu {
    overflow: hidden;
    padding: 10px;
    background:
        linear-gradient(180deg, #fffaf0 0%, #ffffff 54%),
        #fff;
}

.dvg-sidebar-logo-card {
    display: flex;
    height: 132px;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .72);
    transition: background .18s ease, transform .18s ease;
}

.dvg-sidebar-logo-card:hover {
    background: #fff;
    transform: translateY(-1px);
}

.dvg-sidebar-logo-card img {
    display: block;
    width: 150px;
    max-width: calc(100% - 20px);
    height: auto;
}

.dvg-sidebar-logo-card.is-empty {
    width: 72px;
    height: 72px;
    min-height: 72px;
    margin-right: auto;
    margin-left: auto;
    border: 1px dashed rgba(203, 213, 225, .95);
    border-radius: 16px;
    background: rgba(255, 255, 255, .86);
    color: #94a3b8;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .08);
    cursor: pointer;
    flex-direction: column;
    gap: 6px;
}

.dvg-sidebar-logo-card.is-empty > span {
    color: #94a3b8;
    font-size: 22px;
}

.dvg-sidebar-logo-card.is-empty strong {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 500;
}

.dvg-design-menu a {
    display: flex;
    align-items: center;
    gap: 14px;
    height: 48px;
    margin: 0 0 6px;
    padding: 0 14px;
    border-radius: 11px;
    color: #302d28;
    font-size: 15px;
    transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.dvg-design-menu a:last-child {
    margin-bottom: 0;
}

.dvg-design-menu a.is-active {
    background: linear-gradient(90deg, rgba(255, 215, 0, .20) 0%, rgba(255, 215, 0, .08) 100%);
    color: #151515;
    box-shadow: inset 0 0 0 1px rgba(255, 215, 0, .08), 0 8px 20px rgba(255, 215, 0, .10);
}

.dvg-design-menu a:hover {
    background: rgba(255, 215, 0, .12);
    color: #151515;
    transform: translateX(2px);
}

.dvg-design-menu a:focus-visible {
    outline: 2px solid rgba(255, 215, 0, .45);
    outline-offset: -3px;
}

.dvg-design-menu a > span {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    color: #67635d;
    font-size: 20px;
    transition: color .18s ease;
}

.dvg-design-menu a.is-active > span {
    color: #151515;
}

.dvg-design-menu a:hover > span {
    color: #151515;
}

.dvg-icon-badge i {
    display: block;
    width: 1em;
    height: 1em;
    background-color: currentColor !important;
}

.dvg-design-menu strong {
    font-size: 15px;
    font-weight: 500;
}

.dvg-vip-card {
    position: relative;
    display: flex;
    min-height: 124px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    overflow: hidden;
    background: linear-gradient(140deg, #ffd700 0%, #ffd700 56%, #ffef7a 100%);
    color: #9b6400;
    text-align: center;
}

.dvg-vip-card > span {
    position: absolute;
    right: 12px;
    top: 10px;
    color: rgba(255, 255, 255, .66);
    font-size: 34px;
}

.dvg-vip-card strong {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.dvg-vip-card em {
    margin-top: 8px;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
}

.dvg-vip-card b {
    min-width: 104px;
    margin-top: 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .55);
    color: #8c650d;
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
}

.dvg-vip-card.is-empty {
    width: 72px;
    min-height: 72px;
    margin: 16px auto 0;
    border: 1px dashed rgba(203, 213, 225, .95);
    border-radius: 16px;
    background: rgba(255, 255, 255, .86);
    color: #94a3b8;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .08);
    cursor: pointer;
}

.dvg-vip-card.is-empty > span {
    position: static;
    color: #94a3b8;
    font-size: 22px;
}

.dvg-vip-card.is-empty strong {
    margin-top: 7px;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 500;
}

.dvg-home-content {
    display: grid;
    gap: 20px;
    min-width: 0;
}

.dvg-home-content > .dvg-game-entry {
    order: 1;
}

.dvg-home-content > .dvg-tool-strip {
    order: 2;
}

.dvg-home-content > .dvg-spotlight-grid {
    order: 3;
}

.dvg-home-content > .dvg-top-grid-legacy {
    order: 4;
}

.dvg-home-content > .dvg-hero[data-dvg-hero],
.dvg-home-content > .dvg-hero[data-dvg-hero] + script,
.dvg-home-content > .dvg-hero[data-dvg-hero] + script + .dvg-hero {
    order: 5;
}

.dvg-home-content > .dvg-guide-grid {
    order: 6;
}

.dvg-home-content > .dvg-news-rank-grid {
    order: 7;
}

.dvg-home-content > .dvg-beauty-panel {
    order: 8;
}

.dvg-home-content > .dvg-bottom-grid {
    order: 9;
}

.dvg-home-content > .dvg-home-footer {
    order: 10;
}

.dvg-hero {
    position: relative;
    overflow: hidden;
    height: 344px;
    border-radius: 13px;
    background: #1e1c1a;
    box-shadow: 0 12px 34px rgba(20, 16, 11, .09);
}

.dvg-hero[data-dvg-hero] + script + .dvg-hero {
    display: none;
}

.dvg-hero-track {
    position: absolute;
    inset: 0;
}

.dvg-hero-link,
.dvg-hero-link img,
.dvg-hero-shade {
    display: block;
    width: 100%;
    height: 100%;
}

.dvg-hero-link {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.025);
    transition: opacity .56s ease, transform 1.2s ease;
}

.dvg-hero-link.is-active {
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.dvg-hero-link img {
    object-fit: cover;
}

.dvg-hero-shade {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 72% 18%, rgba(255, 210, 120, .16), transparent 30%),
        linear-gradient(90deg, rgba(15, 13, 12, .82) 0%, rgba(18, 15, 13, .48) 43%, rgba(18, 15, 13, .12) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, .42) 0%, transparent 42%);
}

.dvg-hero-copy {
    position: absolute;
    z-index: 2;
    left: 72px;
    right: 96px;
    top: 158px;
    color: #fff;
    max-width: 760px;
}

.dvg-hero-copy strong {
    display: block;
    color: #ffe69b;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.16;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .36);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-hero-copy i {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: min(320px, calc(100vw - 220px));
    height: 24px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: rgba(255, 247, 206, .92);
    padding: 0 12px;
    color: #9d6300;
    font-size: 13px;
    font-style: normal;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-hero-copy em {
    display: block;
    margin-top: 18px;
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-hero-copy b {
    display: inline-flex;
    height: 38px;
    align-items: center;
    margin-top: 22px;
    padding: 0 34px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffea62 0%, #ffd700 100%);
    color: #5d4300;
    font-size: 16px;
    font-weight: 700;
}

.dvg-hero-arrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    color: #54504b;
    font-size: 26px;
    transform: translateY(-50%);
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.dvg-hero-arrow:hover {
    background: #ffd700;
    color: #5d4300;
    transform: translateY(-50%) scale(1.06);
}

.dvg-hero-arrow.is-left {
    left: 14px;
}

.dvg-hero-arrow.is-right {
    right: 14px;
}

.dvg-hero-dots {
    position: absolute;
    z-index: 4;
    bottom: 18px;
    left: 50%;
    display: flex;
    gap: 14px;
    transform: translateX(-50%);
}

.dvg-hero-dots button,
.dvg-hero-dots span {
    width: 34px;
    height: 5px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .7);
    transition: width .2s ease, background .2s ease;
}

.dvg-hero-dots button.is-active,
.dvg-hero-dots span.is-active {
    width: 42px;
    background: #ffd700;
}

.dvg-home-panel {
    padding: 20px;
}

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

.dvg-section-head h2 {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: #201b16;
    font-size: 18px;
    font-weight: 600;
}

.dvg-section-head h2 > span {
    color: #ffd700;
    font-size: 26px;
    flex: 0 0 auto;
}

.dvg-section-head a,
.dvg-tabs a {
    color: #8f8b86;
    font-size: 13px;
}

.dvg-bottom-grid .dvg-section-head a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: var(--dvg-logo-gold-softer);
    color: #8f7b58;
    line-height: 1;
    transition: color .18s ease, background .18s ease, transform .18s ease;
}

.dvg-bottom-grid .dvg-section-head a:hover {
    background: var(--dvg-logo-gold-soft);
    color: #d99000;
    transform: translateY(-1px);
}

.dvg-feature-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    padding: 28px 18px;
}

.dvg-feature-strip a {
    display: grid;
    min-height: 104px;
    place-items: center;
    align-content: center;
    gap: 8px;
    border-right: 1px solid #f0efed;
    text-align: center;
}

.dvg-feature-strip a:last-child {
    border-right: 0;
}

.dvg-feature-strip a > span,
.dvg-side-tools a > span,
.dvg-data-panel > div:last-child a > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    background: var(--dvg-logo-gold-soft);
    color: #f5ac00;
    font-size: 29px;
    box-shadow: inset 0 0 0 1px rgba(246, 183, 27, .08);
}

.dvg-feature-strip strong,
.dvg-game-grid strong {
    color: #24211d;
    font-size: 15px;
    font-weight: 600;
}

.dvg-feature-strip em,
.dvg-game-grid em,
.dvg-data-panel > div:last-child em {
    color: #aaa39b;
    font-size: 13px;
    font-style: normal;
    line-height: 1.55;
}

.dvg-top-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 248px;
    gap: 20px;
    align-items: stretch;
}

.dvg-top-grid-legacy {
    display: none;
}

.dvg-tool-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 32px rgba(32, 25, 16, 0.06);
}

.dvg-tool-strip a {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 6px;
    align-items: center;
    min-height: 96px;
    padding: 16px 18px;
    color: #2f2b24;
    transition: background .18s ease, transform .18s ease;
}

.dvg-tool-strip a:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 24px;
    bottom: 24px;
    width: 1px;
    background: #f0efed;
}

.dvg-tool-strip a:hover {
    background: var(--dvg-logo-gold-softer);
}

.dvg-tool-strip a > span {
    grid-row: span 2;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 38px;
}

.dvg-tool-strip strong {
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-tool-strip em {
    overflow: hidden;
    color: #aaa39b;
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-spotlight-grid {
    display: grid;
    grid-template-columns: 450px minmax(0, 1fr);
    gap: 20px;
    align-items: stretch;
}

.dvg-spotlight-grid > * {
    min-width: 0;
}

.dvg-spotlight-left {
    display: grid;
    gap: 16px;
    align-content: start;
}

.dvg-today-panel,
.dvg-side-tools {
    min-height: 468px;
}

.dvg-spotlight-tabs-panel {
    display: grid;
    align-content: start;
    padding: 20px;
}

.dvg-today-body {
    display: grid;
    grid-template-columns: minmax(330px, 0.9fr) minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
}

.dvg-hot-card {
    display: none;
    position: relative;
    height: 238px;
    overflow: hidden;
    border-radius: 10px;
    background: #f1f1f1;
}

.dvg-hot-slider {
    position: relative;
    width: 100%;
    min-width: 0;
    height: 254px;
    min-height: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #f4efe6;
    box-shadow: 0 10px 32px rgba(32, 25, 16, 0.06);
}

.dvg-spotlight-videos {
    padding: 16px;
}

.dvg-spotlight-videos .dvg-section-head {
    min-height: 28px;
    margin-bottom: 12px;
    align-items: center;
}

.dvg-spotlight-videos .dvg-section-head h2 {
    font-size: 18px;
    line-height: 28px;
}

.dvg-spotlight-videos .dvg-section-head h2 > span {
    width: 22px;
    height: 22px;
    color: #ffd700;
    font-size: 22px;
}

.dvg-spotlight-videos .dvg-section-head a {
    display: inline-flex;
    height: 28px;
    align-items: center;
    gap: 3px;
    color: #8f7b58;
    font-size: 13px;
    line-height: 1;
}

.dvg-spotlight-videos .dvg-section-head a > span {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    font-size: 14px;
    line-height: 1;
}

.dvg-spotlight-videos > div:last-child {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 10px;
}

.dvg-spotlight-videos a {
    display: grid;
    gap: 8px;
    min-width: 0;
    color: #25221e;
}

.dvg-spotlight-videos a > span {
    position: relative;
    display: block;
    height: 88px;
    overflow: hidden;
    border-radius: 8px;
    background: #eee8dc;
}

.dvg-spotlight-videos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .24s ease;
}

.dvg-spotlight-videos a:hover img {
    transform: scale(1.04);
}

.dvg-spotlight-videos a > span i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 34px;
    height: 34px;
    color: rgba(255, 255, 255, .92);
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, .35));
    transform: translate(-50%, -50%);
}

.dvg-spotlight-videos strong {
    overflow: hidden;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-spotlight-videos em {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #9d9891;
    font-size: 12px;
    font-style: normal;
}

.dvg-spotlight-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.dvg-spotlight-tabs button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    border-radius: 8px;
    color: #67635d;
    font-size: 15px;
    font-weight: 500;
    transition: color .18s ease, background .18s ease;
}

.dvg-spotlight-tabs button:hover {
    background: #fff8e7;
    color: #34302a;
}

.dvg-spotlight-tabs button.is-active {
    background: var(--dvg-logo-gold-soft);
    color: #27231e;
}

.dvg-spotlight-tabs button.is-active::after {
    display: none;
}

.dvg-spotlight-tabs button > span {
    width: 22px;
    height: 22px;
    font-size: 22px;
}

.dvg-spotlight-tabs button.is-active > span {
    color: #e59a00;
}

.dvg-spotlight-tab-list {
    margin-top: 14px;
}

.dvg-hot-slide {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 0;
    transform: translateX(100%);
    transition: transform .46s ease, opacity .46s ease;
}

.dvg-hot-slide.is-active {
    z-index: 2;
    opacity: 1;
    transform: translateX(0);
}

.dvg-hot-slide.is-prev {
    transform: translateX(-100%);
}

.dvg-hot-slide:first-child:last-of-type {
    opacity: 1;
    transform: translateX(0);
}

.dvg-hot-card img,
.dvg-hot-slide img,
.dvg-event-panel img,
.dvg-game-grid img,
.dvg-article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dvg-article-thumb img {
    transition: transform .24s ease;
}

.dvg-hot-card span,
.dvg-hot-slide span,
.dvg-event-panel a > span {
    position: absolute;
    inset: auto 0 0;
    padding: 48px 16px 15px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .74) 100%);
    color: #fff;
}

.dvg-hot-card strong,
.dvg-hot-slide strong {
    display: block;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-hot-card em,
.dvg-hot-slide em {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    font-style: normal;
}

.dvg-hot-dots {
    position: absolute;
    right: 14px;
    bottom: 12px;
    z-index: 3;
    display: flex;
    gap: 5px;
}

.dvg-hot-dots button {
    display: block;
    width: 18px;
    height: 3px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .58);
    cursor: pointer;
}

.dvg-hot-dots button.is-active {
    background: #ffd700;
}

.dvg-hot-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .86);
    color: #33302b;
    font-size: 24px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity .18s ease, background .18s ease, color .18s ease;
}

.dvg-hot-slider:hover .dvg-hot-arrow {
    opacity: 1;
}

.dvg-hot-arrow:hover {
    background: #ffd700;
    color: #fff;
}

.dvg-hot-arrow.is-left {
    left: 12px;
}

.dvg-hot-arrow.is-right {
    right: 12px;
}

.dvg-hot-list {
    display: grid;
    gap: 8px;
    align-content: stretch;
}

.dvg-visual-empty-block {
    display: flex;
    min-height: 260px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    border: 1px dashed rgba(245, 158, 11, .45);
    border-radius: 12px;
    background: rgba(255, 250, 235, .58);
    color: #8a6a24;
    text-align: center;
}

.dvg-visual-empty-block span {
    width: 34px;
    height: 34px;
    color: #f59e0b;
    font-size: 34px;
}

.dvg-visual-empty-block strong {
    color: #3f3420;
    font-size: 15px;
    font-weight: 500;
}

.dvg-visual-empty-block em {
    color: #9a7a3c;
    font-size: 13px;
    font-style: normal;
}

.dvg-hot-list a {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 44px;
    gap: 10px;
    align-items: center;
    min-height: 33px;
    border-radius: 7px;
    color: #26231f;
    font-size: 15px;
    transition: background .18s ease, color .18s ease;
}

.dvg-spotlight-tab-list.tw-hidden,
.dvg-spotlight-tab-list[data-ui-tab-panel].tw-hidden {
    display: none !important;
}

.dvg-hot-list a:hover {
    background: var(--dvg-logo-gold-softer);
}

.dvg-hot-list .dvg-hot-meta {
    display: flex;
    min-width: 0;
    max-width: 146px;
    align-items: center;
    gap: 6px;
}

.dvg-hot-list a > span:not(.dvg-hot-meta) {
    color: #4b4741;
    font-size: 14px;
}

.dvg-hot-list .is-strong > span:not(.dvg-hot-meta) {
    border-radius: 4px;
    background: #ff6a67;
    color: #fff;
    padding: 1px 7px;
}

.dvg-hot-list .dvg-hot-game-tag,
.dvg-hot-list .dvg-hot-pin {
    box-sizing: border-box;
    display: inline-flex;
    height: 22px;
    min-width: 0;
    align-items: center;
    border-radius: 5px;
    padding: 0 7px;
    font-size: 13px;
    font-style: normal;
    line-height: 22px;
    white-space: nowrap;
}

.dvg-hot-list .dvg-hot-game-tag {
    display: block;
    max-width: 112px;
    overflow: hidden;
    background: #fff5d8;
    color: #9a6a00;
    text-overflow: ellipsis;
    text-align: left;
}

.dvg-hot-list .dvg-hot-game-tag.is-classname {
    background: #eef6ff;
    color: #2f6fa7;
}

.dvg-hot-list .dvg-hot-pin {
    flex: 0 0 auto;
    justify-content: center;
    background: #ff6a67;
    color: #fff;
    font-weight: 500;
}

.dvg-hot-list .is-strong strong {
    color: #ff3f3f;
}

.dvg-hot-list strong,
.dvg-rank-panel strong,
.dvg-side-tools strong,
.dvg-community-panel strong {
    overflow: hidden;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-hot-list time {
    color: #9e9a95;
    font-size: 13px;
    text-align: right;
}

@media (min-width: 761px) {
    .dvg-community-panel strong {
        font-size: 16px;
    }
}

.dvg-side-tools {
    display: grid;
    gap: 10px;
    align-content: start;
}

.dvg-side-tools .dvg-section-head {
    margin-bottom: 4px;
}

.dvg-side-tools a {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 38px;
    border-radius: 9px;
    padding: 4px 6px;
    transition: background .18s ease, transform .18s ease;
}

.dvg-side-tools a:hover {
    background: var(--dvg-logo-gold-softer);
    transform: translateX(2px);
}

.dvg-side-tools a > span {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    font-size: 20px;
}

.dvg-game-entry {
    padding: 22px 24px;
}

.dvg-game-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px 28px;
}

.dvg-game-grid a {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 8px 6px 10px;
    border-radius: 12px;
    text-align: center;
    transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
    will-change: transform;
}

.dvg-game-grid a > span {
    position: relative;
    display: block;
    width: min(136px, 100%);
    aspect-ratio: 190 / 250;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    background: var(--dvg-logo-gold-soft);
    box-shadow: 0 8px 18px rgba(20, 16, 11, .08);
    transition: transform .24s ease, box-shadow .24s ease, filter .24s ease;
}

.dvg-game-grid img {
    transition: transform .32s ease, filter .32s ease;
}

.dvg-game-grid strong {
    transition: color .2s ease, transform .2s ease;
}

.dvg-game-grid em,
.dvg-game-grid b {
    transition: color .2s ease;
}

.dvg-game-grid a:hover {
    background: var(--dvg-logo-gold-softer);
    box-shadow: 0 12px 30px rgba(20, 16, 11, .08);
    transform: translateY(-6px);
}

.dvg-game-grid a:hover > span {
    box-shadow: 0 16px 30px rgba(20, 16, 11, .16);
    transform: translateY(-2px);
}

.dvg-game-grid a:hover img {
    filter: saturate(1.08) contrast(1.04);
    transform: scale(1.07);
}

.dvg-game-grid a:hover strong {
    color: #f0a000;
    transform: translateY(-1px);
}

.dvg-game-grid a:hover em,
.dvg-game-grid a:hover b {
    color: #7d7469;
}

.dvg-game-grid .dvg-more-game > span {
    display: grid;
    place-items: center;
}

.dvg-game-grid .dvg-more-game i {
    transition: transform .24s ease, color .24s ease;
}

.dvg-game-grid .dvg-more-game:hover i {
    color: #ffd700;
    transform: scale(1.14) rotate(-6deg);
}

.dvg-more-game i {
    color: #f2a600;
    font-size: 46px;
}

.dvg-booklet-matrix-page .dvg-home-content {
    gap: 18px;
}

.dvg-booklet-matrix-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 26px;
    align-items: stretch;
    overflow: hidden;
    padding: 30px;
    background:
        radial-gradient(circle at 84% 12%, rgba(255, 215, 0, .24), transparent 32%),
        linear-gradient(135deg, #fffaf0 0%, #ffffff 56%, #fff6d9 100%);
}

.dvg-booklet-matrix-copy h1 {
    margin: 10px 0 0;
    color: #201d19;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.15;
}

.dvg-booklet-matrix-copy p {
    max-width: 640px;
    margin: 10px 0 0;
    color: #726d65;
    font-size: 15px;
    line-height: 1.8;
}

.dvg-booklet-feature {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    min-width: 0;
    border: 1px solid rgba(245, 166, 35, .18);
    border-radius: 14px;
    background: rgba(255, 255, 255, .72);
    padding: 14px;
    box-shadow: 0 16px 34px rgba(55, 38, 10, .08);
    transition: transform .2s ease, box-shadow .2s ease;
}

.dvg-booklet-feature:hover {
    box-shadow: 0 20px 40px rgba(55, 38, 10, .12);
    transform: translateY(-2px);
}

.dvg-booklet-feature-cover,
.dvg-booklet-card-cover {
    display: grid;
    place-items: center;
    overflow: hidden;
    background: var(--dvg-logo-gold-soft);
    color: #f0a000;
}

.dvg-booklet-feature-cover {
    width: 92px;
    aspect-ratio: 190 / 250;
    border-radius: 9px;
    box-shadow: 0 10px 22px rgba(20, 16, 11, .12);
}

.dvg-booklet-feature-cover img,
.dvg-booklet-card-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dvg-booklet-feature-cover i {
    font-size: 38px;
}

.dvg-booklet-feature em,
.dvg-booklet-feature b,
.dvg-booklet-card em,
.dvg-booklet-card b,
.dvg-booklet-card small {
    font-style: normal;
    font-weight: 400;
}

.dvg-booklet-feature em {
    color: #d89500;
    font-size: 12px;
}

.dvg-booklet-feature strong {
    display: block;
    overflow: hidden;
    margin-top: 7px;
    color: #25211d;
    font-size: 20px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-booklet-feature b {
    display: block;
    overflow: hidden;
    margin-top: 8px;
    color: #7d7469;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-booklet-matrix-tools {
    display: grid;
    grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 16px;
}

.dvg-booklet-search {
    display: flex;
    height: 44px;
    min-width: 0;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(245, 158, 11, .20);
    border-radius: 12px;
    background: #fff;
    padding: 0 14px;
    box-shadow: 0 10px 24px rgba(91, 64, 20, .06);
}

.dvg-booklet-search span {
    flex: 0 0 auto;
    color: #d89500;
    font-size: 20px;
}

.dvg-booklet-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #24211d;
    font-size: 14px;
}

.dvg-booklet-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dvg-booklet-filter button {
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 215, 0, .14);
    padding: 0 13px;
    color: #8a650c;
    font-size: 13px;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.dvg-booklet-filter button:hover,
.dvg-booklet-filter button.is-active {
    background: #f9a602;
    color: #fff;
    transform: translateY(-1px);
}

.dvg-booklet-matrix-panel {
    padding: 18px;
}

.dvg-booklet-matrix-panel .dvg-section-head em {
    color: #9d968d;
    font-size: 13px;
    font-style: normal;
}

.dvg-booklet-matrix-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px 28px;
}

.dvg-booklet-matrix-grid [data-booklet-card][hidden],
.dvg-booklet-matrix-empty[hidden] {
    display: none !important;
}

.dvg-booklet-card {
    position: relative;
    display: grid;
    min-width: 0;
    justify-items: center;
    gap: 9px;
    border: 1px solid #f0efed;
    border-radius: 12px;
    background: #fff;
    padding: 16px 12px 15px;
    text-align: center;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.dvg-booklet-card:hover {
    border-color: rgba(249, 166, 2, .28);
    box-shadow: 0 14px 30px rgba(32, 25, 16, .08);
    transform: translateY(-3px);
}

.dvg-booklet-card-cover {
    width: min(136px, 70%);
    aspect-ratio: 190 / 250;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(20, 16, 11, .08);
    transition: transform .24s ease, box-shadow .24s ease, filter .24s ease;
}

.dvg-booklet-card-cover i {
    font-size: 32px;
}

.dvg-booklet-card:hover .dvg-booklet-card-cover {
    box-shadow: 0 16px 30px rgba(20, 16, 11, .16);
    transform: translateY(-2px);
}

.dvg-booklet-card:hover .dvg-booklet-card-cover img {
    filter: saturate(1.08) contrast(1.04);
    transform: scale(1.07);
}

.dvg-booklet-card-body {
    display: grid;
    justify-items: center;
    min-width: 0;
    width: 100%;
}

.dvg-booklet-card em {
    order: 2;
    overflow: hidden;
    margin-top: 2px;
    color: #d89500;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-booklet-card strong {
    order: 1;
    overflow: hidden;
    max-width: 100%;
    color: #25211d;
    font-size: 17px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-booklet-card b {
    order: 3;
    overflow: hidden;
    max-width: 100%;
    margin-top: 4px;
    color: #7d7469;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-booklet-card small {
    order: 4;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 7px;
    color: #9d968d;
    font-size: 12px;
}

.dvg-booklet-card-action {
    position: absolute;
    right: 12px;
    top: 12px;
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 8px;
    background: #fbf7ef;
    color: #b4aa9c;
    font-size: 16px;
    opacity: .85;
    transform: translate(0, 0);
    transition: opacity .18s ease, transform .18s ease, background .18s ease, color .18s ease;
}

.dvg-booklet-card:hover .dvg-booklet-card-action {
    background: #fff0c2;
    color: #e89a00;
    opacity: 1;
    transform: translate(0, 0);
}

.dvg-toolbox-page .dvg-home-content {
    gap: 18px;
}

.dvg-toolbox-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: 26px;
    align-items: stretch;
    overflow: hidden;
    padding: 30px;
    background:
        radial-gradient(circle at 86% 16%, rgba(255, 215, 0, .24), transparent 34%),
        linear-gradient(135deg, #fffaf0 0%, #ffffff 56%, #fff6d9 100%);
}

.dvg-toolbox-hero-copy h1 {
    margin: 10px 0 0;
    color: #201d19;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.15;
}

.dvg-toolbox-hero-copy p {
    max-width: 640px;
    margin: 10px 0 0;
    color: #726d65;
    font-size: 15px;
    line-height: 1.8;
}

.dvg-toolbox-quick {
    display: grid;
    gap: 10px;
}

.dvg-toolbox-quick a {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 12px;
    align-items: center;
    border: 1px solid rgba(245, 166, 35, .18);
    border-radius: 12px;
    background: rgba(255, 255, 255, .74);
    padding: 11px 12px;
    box-shadow: 0 12px 26px rgba(55, 38, 10, .06);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.dvg-toolbox-quick a:hover {
    background: #fff;
    box-shadow: 0 16px 32px rgba(55, 38, 10, .10);
    transform: translateY(-2px);
}

.dvg-toolbox-quick .dvg-icon-badge {
    grid-row: 1 / span 2;
    width: 42px;
    height: 42px;
    border-radius: 11px;
    font-size: 24px;
}

.dvg-toolbox-quick strong {
    overflow: hidden;
    color: #25211d;
    font-size: 15px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-toolbox-quick em {
    overflow: hidden;
    margin-top: 3px;
    color: #7d7469;
    font-size: 12px;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-toolbox-controls {
    display: grid;
    grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 16px;
}

.dvg-toolbox-search {
    display: flex;
    height: 44px;
    min-width: 0;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(245, 158, 11, .20);
    border-radius: 12px;
    background: #fff;
    padding: 0 14px;
    box-shadow: 0 10px 24px rgba(91, 64, 20, .06);
}

.dvg-toolbox-search span {
    flex: 0 0 auto;
    color: #d89500;
    font-size: 20px;
}

.dvg-toolbox-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #24211d;
    font-size: 14px;
}

.dvg-toolbox-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dvg-toolbox-filter button {
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 215, 0, .14);
    padding: 0 13px;
    color: #8a650c;
    font-size: 13px;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.dvg-toolbox-filter button:hover,
.dvg-toolbox-filter button.is-active {
    background: #f9a602;
    color: #fff;
    transform: translateY(-1px);
}

.dvg-toolbox-panel {
    padding: 18px;
}

.dvg-toolbox-panel .dvg-section-head em {
    color: #9d968d;
    font-size: 13px;
    font-style: normal;
}

.dvg-toolbox-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.dvg-toolbox-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 13px;
    align-items: center;
    min-width: 0;
    border: 1px solid #f0efed;
    border-radius: 12px;
    background: #fff;
    padding: 14px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.dvg-toolbox-card:hover {
    border-color: rgba(249, 166, 2, .28);
    box-shadow: 0 14px 30px rgba(32, 25, 16, .08);
    transform: translateY(-3px);
}

.dvg-toolbox-card-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 13px;
    background: var(--dvg-logo-gold-soft);
    color: #e89a00;
    font-size: 27px;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.dvg-toolbox-card:hover .dvg-toolbox-card-icon {
    background: #f9a602;
    color: #fff;
    transform: translateY(-1px);
}

.dvg-toolbox-card-copy {
    display: grid;
    min-width: 0;
}

.dvg-toolbox-card-copy em,
.dvg-toolbox-card-copy b,
.dvg-toolbox-card-meta i {
    font-style: normal;
    font-weight: 400;
}

.dvg-toolbox-card-copy em {
    color: #d89500;
    font-size: 12px;
}

.dvg-toolbox-card-copy strong {
    overflow: hidden;
    margin-top: 5px;
    color: #25211d;
    font-size: 16px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-toolbox-card-copy b {
    overflow: hidden;
    margin-top: 6px;
    color: #7d7469;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-toolbox-card-meta {
    display: grid;
    justify-items: end;
    gap: 10px;
}

.dvg-toolbox-card-meta i {
    border-radius: 999px;
    background: rgba(255, 215, 0, .15);
    padding: 3px 9px;
    color: #9a7008;
    font-size: 12px;
}

.dvg-toolbox-card-meta b {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 9px;
    background: #fbf7ef;
    color: #b4aa9c;
    font-size: 21px;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.dvg-toolbox-card:hover .dvg-toolbox-card-meta b {
    background: #fff0c2;
    color: #e89a00;
    transform: translateX(2px);
}

.dvg-member-center-page .dvg-home-content {
    gap: 18px;
}

.dvg-member-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 24px;
    align-items: center;
    overflow: hidden;
    padding: 30px;
    background:
        radial-gradient(circle at 84% 14%, rgba(255, 215, 0, .26), transparent 34%),
        linear-gradient(135deg, #fffaf0 0%, #ffffff 58%, #fff6d9 100%);
}

.dvg-member-profile {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
}

.dvg-member-avatar {
    position: relative;
    display: block;
    width: 116px;
    height: 116px;
    overflow: hidden;
    border: 5px solid rgba(255, 255, 255, .92);
    border-radius: 26px;
    background: #f4efe5;
    box-shadow: 0 18px 36px rgba(70, 46, 8, .14);
}

.dvg-member-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dvg-member-profile-copy h1 {
    overflow: hidden;
    margin: 10px 0 0;
    color: #201d19;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-member-profile-copy p {
    max-width: 640px;
    margin: 10px 0 0;
    color: #726d65;
    font-size: 15px;
    line-height: 1.8;
}

.dvg-member-identity {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.dvg-member-identity span {
    display: inline-flex;
    min-width: 0;
    height: 30px;
    align-items: center;
    border-radius: 999px;
    background: rgba(255, 215, 0, .16);
    padding: 0 12px;
    color: #8a650c;
    font-size: 13px;
}

.dvg-member-identity b {
    margin-left: 4px;
    font-weight: 500;
}

.dvg-member-actions {
    display: grid;
    gap: 10px;
}

.dvg-member-primary,
.dvg-member-secondary {
    display: inline-flex;
    height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 12px;
    padding: 0 16px;
    font-size: 14px;
    transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.dvg-member-primary {
    background: #f9a602;
    color: #fff;
    box-shadow: 0 12px 26px rgba(249, 166, 2, .24);
}

.dvg-member-secondary {
    background: #fff;
    color: #7b5b12;
    box-shadow: 0 10px 24px rgba(91, 64, 20, .06);
}

.dvg-member-primary:hover,
.dvg-member-secondary:hover {
    transform: translateY(-1px);
}

.dvg-member-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.dvg-member-stat-card {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 5px 13px;
    align-items: center;
    padding: 18px;
}

.dvg-member-stat-card > span {
    grid-row: 1 / span 2;
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 14px;
    background: var(--dvg-logo-gold-soft);
    color: #e89a00;
    font-size: 28px;
}

.dvg-member-stat-card em {
    color: #8a8278;
    font-size: 13px;
    font-style: normal;
}

.dvg-member-stat-card strong {
    overflow: hidden;
    color: #25211d;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-member-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 18px;
    align-items: start;
}

.dvg-member-action-panel,
.dvg-member-vip-card,
.dvg-member-safe-card {
    padding: 18px;
}

.dvg-member-action-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.dvg-member-action-card {
    display: grid;
    min-width: 0;
    justify-items: start;
    border: 1px solid #f0efed;
    border-radius: 12px;
    background: #fff;
    padding: 16px;
    text-align: left;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.dvg-member-action-card:hover {
    border-color: rgba(249, 166, 2, .28);
    box-shadow: 0 14px 30px rgba(32, 25, 16, .08);
    transform: translateY(-3px);
}

.dvg-member-action-card > span {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 13px;
    background: var(--dvg-logo-gold-soft);
    color: #e89a00;
    font-size: 26px;
}

.dvg-member-action-card b {
    margin-top: 13px;
    color: #25211d;
    font-size: 16px;
    font-weight: 500;
}

.dvg-member-action-card em {
    display: -webkit-box;
    min-height: 40px;
    margin-top: 6px;
    overflow: hidden;
    color: #7d7469;
    font-size: 13px;
    font-style: normal;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dvg-member-action-card strong {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 14px;
    color: #d89500;
    font-size: 13px;
    font-weight: 500;
}

.dvg-member-side {
    display: grid;
    gap: 18px;
}

.dvg-member-vip-card {
    overflow: hidden;
    background:
        radial-gradient(circle at 86% 12%, rgba(255, 255, 255, .38), transparent 34%),
        linear-gradient(135deg, #ffd700 0%, #f9a602 100%);
    color: #2d2107;
}

.dvg-member-vip-card > span {
    font-size: 46px;
}

.dvg-member-vip-card h2 {
    margin-top: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.dvg-member-vip-card p {
    margin-top: 8px;
    color: rgba(45, 33, 7, .84);
    font-size: 13px;
    line-height: 1.7;
}

.dvg-member-vip-card button {
    display: inline-flex;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .86);
    margin-top: 16px;
    padding: 0 18px;
    color: #8a650c;
    font-size: 13px;
}

.dvg-member-safe-card {
    display: grid;
    gap: 8px;
}

.dvg-member-safe-card .dvg-section-head {
    margin-bottom: 4px;
}

.dvg-member-safe-card a {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 38px;
    border-radius: 9px;
    padding: 5px 6px;
    transition: background .18s ease, transform .18s ease;
}

.dvg-member-safe-card a:hover {
    background: var(--dvg-logo-gold-softer);
    transform: translateX(2px);
}

.dvg-member-safe-card a > span {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 9px;
    background: var(--dvg-logo-gold-soft);
    color: #e89a00;
    font-size: 19px;
}

.dvg-member-safe-card strong {
    overflow: hidden;
    color: #25211d;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-beauty-panel {
    --dvg-beauty-row: 260px;
    align-self: start;
    height: calc((var(--dvg-beauty-row) * 2) + 92px);
    overflow: hidden;
    padding: 18px;
}

.dvg-beauty-panel .dvg-section-head,
.dvg-guide-panel .dvg-section-head {
    margin-bottom: 16px;
}

.dvg-beauty-panel .dvg-section-head h2,
.dvg-guide-panel .dvg-section-head h2 {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.dvg-beauty-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(2, var(--dvg-beauty-row));
    gap: 10px;
    align-content: start;
}

.dvg-beauty-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 9px;
    background: #f1f1f1;
}

.dvg-beauty-card:nth-child(1) {
    grid-column: 1 / 5;
    grid-row: 1;
}

.dvg-beauty-card:nth-child(2) {
    grid-column: 1 / 5;
    grid-row: 2;
}

.dvg-beauty-card:nth-child(3) {
    grid-column: 5 / 8;
    grid-row: 1;
}

.dvg-beauty-card:nth-child(4) {
    grid-column: 8 / 11;
    grid-row: 1;
}

.dvg-beauty-card:nth-child(5) {
    grid-column: 11 / 13;
    grid-row: 1;
}

.dvg-beauty-card:nth-child(6) {
    grid-column: 5 / 9;
    grid-row: 2;
}

.dvg-beauty-card:nth-child(7) {
    grid-column: 9 / 13;
    grid-row: 2;
}

.dvg-beauty-card img,
.dvg-guide-lead img,
.dvg-mini-thumb-row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .24s ease;
}

.dvg-beauty-card:hover img,
.dvg-guide-lead:hover img,
.dvg-mini-thumb-row:hover img {
    transform: scale(1.04);
}

.dvg-beauty-card span,
.dvg-guide-lead > span {
    position: absolute;
    inset: auto 0 0;
    padding: 42px 14px 12px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .72) 100%);
    color: #fff;
}

.dvg-beauty-card strong,
.dvg-guide-lead strong {
    display: block;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-beauty-card em {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 5px;
    color: rgba(255, 255, 255, .86);
    font-size: 12px;
    font-style: normal;
}

.dvg-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.dvg-guide-panel {
    padding: 18px;
}

.dvg-guide-lead {
    position: relative;
    display: block;
    height: 196px;
    overflow: hidden;
    border-radius: 9px;
    background: #f1f1f1;
    transition: transform .18s ease, box-shadow .18s ease;
}

.dvg-guide-lead:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(31, 26, 18, .10);
}

.dvg-guide-lead strong {
    font-size: 17px;
    line-height: 1.35;
    min-height: 27px;
}

.dvg-guide-lead > span {
    padding: 34px 14px 10px;
}

.dvg-guide-lead em {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 5px;
    font-size: 12px;
    font-style: normal;
}

.dvg-guide-lead em i,
.dvg-guide-lead em b {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 5px;
    color: rgba(255, 255, 255, .88);
    font-style: normal;
    font-weight: 400;
}

.dvg-home-item-tag {
    display: inline-flex;
    align-items: center;
    max-width: 130px;
    height: 22px;
    border-radius: 6px;
    background: #fff1c9;
    padding: 0 8px;
    color: #b36b00;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-home-item-tag.is-classname {
    background: #eaf4ff;
    color: #3574ad;
}

.dvg-guide-lead .dvg-home-item-tag,
.dvg-guide-lead .dvg-home-item-tag.is-classname {
    height: auto;
    border-radius: 0;
    background: transparent;
    padding: 0;
    color: rgba(255, 255, 255, .88);
    line-height: 1.4;
}

.dvg-guide-lead time {
    padding-left: 8px;
}

.dvg-mini-list {
    display: grid;
    margin-top: 14px;
}

.dvg-mini-thumb-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 92px;
    gap: 12px;
    align-items: center;
    min-height: 78px;
    margin: 0 -8px;
    padding: 10px 8px;
    border-bottom: 1px solid #f0efed;
    border-radius: 9px;
    transition: background .18s ease, transform .18s ease;
}

.dvg-mini-thumb-row:hover {
    background: var(--dvg-logo-gold-softer);
    transform: translateX(2px);
}

.dvg-mini-thumb-row:last-child {
    border-bottom: 0;
    padding-bottom: 10px;
}

.dvg-mini-thumb-row > span {
    min-width: 0;
}

.dvg-mini-thumb-row strong {
    display: -webkit-box;
    overflow: hidden;
    color: #25211d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color .18s ease;
}

.dvg-mini-thumb-row:hover strong {
    color: #d98200;
}

.dvg-mini-thumb-row em {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 8px;
    color: #9d9891;
    font-size: 12px;
    font-style: normal;
    transition: color .18s ease;
}

.dvg-mini-thumb-row time {
    flex: 0 0 auto;
    white-space: nowrap;
}

.dvg-mini-thumb-row:hover em {
    color: #8f7b58;
}

.dvg-mini-thumb-row em i {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-style: normal;
}

.dvg-mini-thumb-row img {
    display: block;
    width: 92px;
    height: 58px;
    overflow: hidden;
    border-radius: 6px;
    background: #f1f1f1;
}

.dvg-news-rank-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.dvg-news-panel {
    grid-column: span 2;
}

.dvg-rank-stack {
    grid-column: 3;
}

.dvg-tabs {
    display: flex;
    align-items: center;
    gap: 34px;
    height: 34px;
    margin-bottom: 14px;
    border-bottom: 1px solid #f1efec;
}

.dvg-news-panel > .dvg-tabs:not([data-ui-tabs]),
.dvg-news-panel > .dvg-tabs:not([data-ui-tabs]) + .dvg-article-list {
    display: none;
}

.dvg-tabs button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0 0 10px;
    border: 0;
    background: transparent;
    color: #2e2a25;
    font-size: 16px;
    line-height: 24px;
    transition: color .18s ease;
}

.dvg-tabs .dvg-tab-edit-button {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    padding: 0;
    margin-bottom: 10px;
    border: 1px solid #f4bf47;
    border-radius: 6px;
    background: #fff8dd;
    color: #c47a00;
    font-size: 14px;
}

.dvg-tabs .dvg-tab-edit-button:hover {
    background: #fff1b8;
    color: #9c5f00;
}

.dvg-tabs .dvg-tab-edit-button::after {
    display: none;
}

.dvg-tabs span {
    position: relative;
    color: #2e2a25;
    font-size: 16px;
}

.dvg-tabs button.is-active,
.dvg-tabs span.is-active {
    color: #f0a500;
}

.dvg-tabs button.is-active::after,
.dvg-tabs span.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    border-radius: 999px;
    background: #ffd700;
}

.dvg-tabs a {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    line-height: 1;
}

.dvg-tabs a span {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
}

.dvg-article-list {
    display: grid;
    gap: 12px;
}

.dvg-article-list.tw-hidden,
.dvg-article-list[data-ui-tab-panel].tw-hidden {
    display: none !important;
}

.dvg-article-list a {
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 4px;
    align-items: center;
    min-height: 82px;
    margin: 0 -8px;
    padding: 6px 8px;
    border-radius: 9px;
    transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.dvg-article-list a:hover {
    background: #fffaf0;
    box-shadow: 0 10px 24px rgba(32, 25, 16, .06);
    transform: translateY(-1px);
}

.dvg-article-list a:hover .dvg-article-thumb img {
    transform: scale(1.04);
}

.dvg-article-thumb {
    width: 126px;
    height: 72px;
    overflow: hidden;
    border-radius: 7px;
    background: #f0f0f0;
}

.dvg-article-copy {
    display: grid;
    align-content: center;
    min-width: 0;
    min-height: 72px;
}

.dvg-article-copy em {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 7px;
    font-size: 12px;
    font-style: normal;
}

.dvg-article-copy strong {
    display: block;
    overflow: hidden;
    color: #25211d;
    font-size: 16px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-article-copy i {
    display: block;
    overflow: hidden;
    margin-top: 6px;
    color: #9a958f;
    font-size: 12px;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-article-list time {
    color: #9d9891;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
}

.dvg-rank-stack {
    display: grid;
    height: 100%;
    gap: 16px;
    grid-template-rows: 1fr 1fr;
}

.dvg-rank-panel {
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 18px;
}

.dvg-rank-panel .dvg-section-head {
    margin-bottom: 10px;
}

.dvg-rank-panel .dvg-section-head h2 {
    font-size: 18px;
}

.dvg-rank-panel a {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-height: 32px;
    padding: 4px 6px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    transition: background .18s ease, transform .18s ease;
}

.dvg-rank-panel a:hover {
    background: var(--dvg-logo-gold-softer);
    transform: translateX(2px);
}

.dvg-rank-panel a > span {
    display: grid;
    width: 17px;
    height: 17px;
    place-items: center;
    border-radius: 4px;
    background: #f1f1f1;
    color: #999;
    font-size: 11px;
}

.dvg-rank-panel a:nth-of-type(-n+3) > span {
    background: #ffd700;
    color: #fff;
}

.dvg-bottom-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 20px;
    align-items: stretch;
}

.dvg-data-panel,
.dvg-community-panel {
    grid-column: 1;
}

.dvg-event-panel {
    grid-column: 3;
    grid-row: 1;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
}

.dvg-community-panel {
    grid-column: span 2;
}

.dvg-data-panel > div:last-child {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.dvg-data-panel > div:last-child a {
    display: grid;
    justify-items: center;
    gap: 8px;
    min-height: 96px;
    padding: 12px 6px;
    border-radius: 9px;
    background: var(--dvg-logo-gold-softer);
    text-align: center;
}

.dvg-data-panel > div:last-child a > span {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    font-size: 20px;
}

.dvg-data-panel > div:last-child strong {
    font-size: 14px;
    font-weight: 500;
}

.dvg-community-panel {
    display: grid;
    gap: 11px;
}

.dvg-community-panel a {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 82px;
    gap: 10px;
    align-items: center;
    min-height: 32px;
    margin: 0 -8px;
    padding: 4px 8px;
    border-radius: 9px;
    transition: background .18s ease, transform .18s ease, color .18s ease;
}

.dvg-community-panel a:hover {
    background: var(--dvg-logo-gold-softer);
    transform: translateX(2px);
}

.dvg-community-panel a > span {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: #e96b55;
    color: #fff;
    transition: background .18s ease, color .18s ease;
}

.dvg-community-panel a:hover > span {
    background: #ffd700;
}

.dvg-community-panel a:hover strong {
    color: #d98200;
}

.dvg-community-panel em {
    display: flex;
    justify-content: flex-end;
    color: #9d9891;
    font-size: 13px;
    font-style: normal;
    line-height: 18px;
    text-align: right;
}

.dvg-community-panel em b {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    font-style: normal;
    font-weight: 400;
}

.dvg-community-panel em b > span {
    width: 14px;
    height: 14px;
    color: #b5afa7;
}

.dvg-event-panel a {
    position: relative;
    display: block;
    height: 100%;
    min-height: 196px;
    overflow: hidden;
    border-radius: 10px;
    background: #f0f0f0;
}

.dvg-event-panel strong {
    display: block;
    overflow: hidden;
    font-size: 24px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-event-panel em {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, .88);
    font-size: 13px;
    font-style: normal;
}

.dvg-event-panel b {
    position: absolute;
    right: 14px;
    bottom: 14px;
    min-width: 88px;
    border-radius: 999px;
    background: #ffd700;
    color: #5d4300;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

.dvg-home-footer {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) 240px;
    gap: 28px;
    padding: 26px 32px;
}

.dvg-home-footer div {
    display: grid;
    gap: 10px;
    align-content: start;
}

.dvg-home-footer strong {
    color: #25211d;
    font-size: 16px;
    font-weight: 600;
}

.dvg-home-footer a,
.dvg-home-footer em {
    color: #7f7a74;
    font-size: 14px;
    font-style: normal;
}

.dvg-follow {
    grid-template-columns: 86px minmax(0, 1fr);
    column-gap: 14px;
}

.dvg-follow > span {
    grid-row: span 2;
    display: grid;
    width: 86px;
    height: 86px;
    place-items: center;
    border-radius: 8px;
    background: #f2f2f2;
    color: #34302b;
    font-size: 56px;
}

html.dark body.dvg-home-body,
html.tw-dark body.dvg-home-body {
    background: #101114 !important;
    color: #e9e2d6;
}

html.dark body.dvg-home-body main.booklet-page.dvg-home-page,
html.dark body.dvg-home-body .dvg-home-page,
html.tw-dark body.dvg-home-body main.booklet-page.dvg-home-page,
html.tw-dark body.dvg-home-body .dvg-home-page {
    background: #101114 !important;
}

html.dark body.dvg-home-body #header-box.nav-surface,
html.tw-dark body.dvg-home-body #header-box.nav-surface {
    background: rgba(18, 19, 22, .88) !important;
    border-bottom-color: rgba(255, 198, 82, .13) !important;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .28) !important;
}

html.dark body.dvg-home-body .nav-link,
html.tw-dark body.dvg-home-body .nav-link {
    color: #d9d3c9 !important;
}

html.dark body.dvg-home-body .nav-link:hover,
html.dark body.dvg-home-body .nav-link.nav-link-active,
html.dark body.dvg-home-body [data-dropdown-trigger].is-open,
html.tw-dark body.dvg-home-body .nav-link:hover,
html.tw-dark body.dvg-home-body .nav-link.nav-link-active,
html.tw-dark body.dvg-home-body [data-dropdown-trigger].is-open {
    background: rgba(248, 181, 37, .16) !important;
    color: #ffc75b !important;
}

html.dark body.dvg-home-body .nav-drop,
html.dark body.dvg-home-body .control-menu,
html.dark body.dvg-home-body .cascade-subpanel,
html.tw-dark body.dvg-home-body .nav-drop,
html.tw-dark body.dvg-home-body .control-menu,
html.tw-dark body.dvg-home-body .cascade-subpanel {
    border-color: rgba(255, 198, 82, .13) !important;
    background: #191a1f !important;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .38) !important;
}

html.dark body.dvg-home-body .nav-mega-item,
html.tw-dark body.dvg-home-body .nav-mega-item {
    color: #ddd6ca;
}

html.dark body.dvg-home-body .nav-mega-item:hover,
html.dark body.dvg-home-body .nav-drop-item:hover,
html.dark body.dvg-home-body .dropdown-cascade-tab.is-active,
html.tw-dark body.dvg-home-body .nav-mega-item:hover,
html.tw-dark body.dvg-home-body .nav-drop-item:hover,
html.tw-dark body.dvg-home-body .dropdown-cascade-tab.is-active {
    background: rgba(255, 215, 0, .11) !important;
    color: #ffe0a1 !important;
}

html.dark body.dvg-home-body .nav-mega-icon,
html.tw-dark body.dvg-home-body .nav-mega-icon {
    background: rgba(255, 215, 0, .13);
    color: #ffc75b;
}

html.dark body.dvg-home-body .nav-mega-desc,
html.tw-dark body.dvg-home-body .nav-mega-desc {
    color: #8f9096;
}

html.dark .dvg-design-menu,
html.dark .dvg-vip-card,
html.dark .dvg-sidebar-logo-card,
html.dark .dvg-home-panel,
html.dark .dvg-tool-strip,
html.tw-dark .dvg-design-menu,
html.tw-dark .dvg-vip-card,
html.tw-dark .dvg-sidebar-logo-card,
html.tw-dark .dvg-home-panel,
html.tw-dark .dvg-tool-strip {
    background: #18191e;
    box-shadow: 0 10px 32px rgba(0, 0, 0, .24);
}

html.dark .dvg-section-head h2,
html.dark .dvg-game-grid strong,
html.dark .dvg-tool-strip strong,
html.dark .dvg-spotlight-videos strong,
html.dark .dvg-spotlight-tabs button.is-active,
html.dark .dvg-hot-list a,
html.dark .dvg-mini-thumb-row strong,
html.dark .dvg-article-copy strong,
html.dark .dvg-rank-panel strong,
html.dark .dvg-community-panel strong,
html.dark .dvg-data-panel > div:last-child strong,
html.dark .dvg-home-footer strong,
html.tw-dark .dvg-section-head h2,
html.tw-dark .dvg-game-grid strong,
html.tw-dark .dvg-tool-strip strong,
html.tw-dark .dvg-spotlight-videos strong,
html.tw-dark .dvg-spotlight-tabs button.is-active,
html.tw-dark .dvg-hot-list a,
html.tw-dark .dvg-mini-thumb-row strong,
html.tw-dark .dvg-article-copy strong,
html.tw-dark .dvg-rank-panel strong,
html.tw-dark .dvg-community-panel strong,
html.tw-dark .dvg-data-panel > div:last-child strong,
html.tw-dark .dvg-home-footer strong {
    color: #eee8de;
}

html.dark .dvg-game-grid em,
html.dark .dvg-game-grid b,
html.dark .dvg-tool-strip em,
html.dark .dvg-spotlight-videos em,
html.dark .dvg-hot-list time,
html.dark .dvg-mini-thumb-row em,
html.dark .dvg-article-copy i,
html.dark .dvg-article-list time,
html.dark .dvg-community-panel em,
html.dark .dvg-data-panel > div:last-child em,
html.dark .dvg-home-footer a,
html.dark .dvg-home-footer em,
html.tw-dark .dvg-game-grid em,
html.tw-dark .dvg-game-grid b,
html.tw-dark .dvg-tool-strip em,
html.tw-dark .dvg-spotlight-videos em,
html.tw-dark .dvg-hot-list time,
html.tw-dark .dvg-mini-thumb-row em,
html.tw-dark .dvg-article-copy i,
html.tw-dark .dvg-article-list time,
html.tw-dark .dvg-community-panel em,
html.tw-dark .dvg-data-panel > div:last-child em,
html.tw-dark .dvg-home-footer a,
html.tw-dark .dvg-home-footer em {
    color: #99948b;
}

html.dark .dvg-hot-list .dvg-hot-game-tag,
html.tw-dark .dvg-hot-list .dvg-hot-game-tag {
    background: rgba(245, 158, 11, .16);
    color: #f5c76f;
}

html.dark .dvg-hot-list .dvg-hot-game-tag.is-classname,
html.tw-dark .dvg-hot-list .dvg-hot-game-tag.is-classname {
    background: rgba(96, 165, 250, .16);
    color: #9ecbff;
}

html.dark .dvg-home-item-tag,
html.tw-dark .dvg-home-item-tag {
    background: rgba(245, 158, 11, .16);
    color: #f5c76f;
}

html.dark .dvg-home-item-tag.is-classname,
html.tw-dark .dvg-home-item-tag.is-classname {
    background: rgba(96, 165, 250, .16);
    color: #9ecbff;
}

html.dark .dvg-design-menu a,
html.tw-dark .dvg-design-menu a {
    color: #d9d2c6;
}

html.dark .dvg-design-menu,
html.tw-dark .dvg-design-menu {
    background:
        linear-gradient(180deg, rgba(255, 215, 0, .07) 0%, #18191e 52%),
        #18191e;
}

html.dark .dvg-design-menu a.is-active,
html.tw-dark .dvg-design-menu a.is-active {
    background: linear-gradient(90deg, rgba(255, 215, 0, .22) 0%, rgba(255, 215, 0, .08) 100%);
    color: #ffc75b;
    box-shadow: inset 0 0 0 1px rgba(255, 215, 0, .09), 0 8px 20px rgba(0, 0, 0, .18);
}

html.dark .dvg-design-menu a:hover,
html.dark .dvg-tool-strip a:hover,
html.dark .dvg-hot-list a:hover,
html.dark .dvg-rank-panel a:hover,
html.dark .dvg-community-panel a:hover,
html.dark .dvg-mini-thumb-row:hover,
html.tw-dark .dvg-design-menu a:hover,
html.tw-dark .dvg-tool-strip a:hover,
html.tw-dark .dvg-hot-list a:hover,
html.tw-dark .dvg-rank-panel a:hover,
html.tw-dark .dvg-community-panel a:hover,
html.tw-dark .dvg-mini-thumb-row:hover {
    background: rgba(255, 215, 0, .10);
}

html.dark .dvg-design-menu a > span,
html.tw-dark .dvg-design-menu a > span {
    color: #a7a19a;
}

html.dark .dvg-design-menu a.is-active > span,
html.dark .dvg-design-menu a:hover > span,
html.tw-dark .dvg-design-menu a.is-active > span,
html.tw-dark .dvg-design-menu a:hover > span {
    color: #ffc75b;
}

html.dark .dvg-tool-strip a,
html.tw-dark .dvg-tool-strip a {
    color: #e9e2d6;
}

html.dark .dvg-tool-strip a:not(:last-child)::after,
html.tw-dark .dvg-tool-strip a:not(:last-child)::after {
    background: rgba(255, 255, 255, .08);
}

html.dark .dvg-hot-slider,
html.dark .dvg-spotlight-videos a > span,
html.dark .dvg-article-thumb,
html.dark .dvg-mini-thumb-row img,
html.dark .dvg-event-panel a,
html.tw-dark .dvg-hot-slider,
html.tw-dark .dvg-spotlight-videos a > span,
html.tw-dark .dvg-article-thumb,
html.tw-dark .dvg-mini-thumb-row img,
html.tw-dark .dvg-event-panel a {
    background: #222228;
}

html.dark .dvg-spotlight-tabs button,
html.tw-dark .dvg-spotlight-tabs button {
    color: #aaa49c;
}

html.dark .dvg-spotlight-tabs button:hover,
html.tw-dark .dvg-spotlight-tabs button:hover {
    background: rgba(255, 255, 255, .05);
    color: #eee8de;
}

html.dark .dvg-spotlight-tabs button.is-active,
html.tw-dark .dvg-spotlight-tabs button.is-active {
    background: rgba(255, 215, 0, .14);
}

html.dark .dvg-tabs,
html.tw-dark .dvg-tabs {
    border-bottom-color: rgba(255, 255, 255, .09);
}

html.dark .dvg-tabs button,
html.dark .dvg-tabs span,
html.tw-dark .dvg-tabs button,
html.tw-dark .dvg-tabs span {
    color: #cfc7ba;
}

html.dark .dvg-tabs button.is-active,
html.dark .dvg-tabs span.is-active,
html.tw-dark .dvg-tabs button.is-active,
html.tw-dark .dvg-tabs span.is-active {
    color: #ffc75b;
}

html.dark .dvg-article-list a,
html.dark .dvg-mini-thumb-row,
html.tw-dark .dvg-article-list a,
html.tw-dark .dvg-mini-thumb-row {
    border-bottom-color: rgba(255, 255, 255, .08);
}

html.dark .dvg-article-list a:hover,
html.tw-dark .dvg-article-list a:hover {
    background: rgba(255, 215, 0, .09);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

html.dark .dvg-rank-panel a > span,
html.tw-dark .dvg-rank-panel a > span {
    background: #2a2b31;
    color: #a8a29a;
}

html.dark .dvg-data-panel > div:last-child a,
html.tw-dark .dvg-data-panel > div:last-child a {
    background: rgba(255, 215, 0, .08);
}

html.dark .dvg-game-grid a > span,
html.tw-dark .dvg-game-grid a > span {
    background: #222228;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .22);
}

html.dark .dvg-game-grid a:hover,
html.tw-dark .dvg-game-grid a:hover {
    background: rgba(255, 215, 0, .08);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
}

html.dark .dvg-game-grid a:hover > span,
html.tw-dark .dvg-game-grid a:hover > span {
    box-shadow: 0 16px 30px rgba(0, 0, 0, .38);
}

html.dark .dvg-game-grid a:hover strong,
html.tw-dark .dvg-game-grid a:hover strong {
    color: #ffc75b;
}

html.dark .dvg-game-grid a:hover em,
html.dark .dvg-game-grid a:hover b,
html.tw-dark .dvg-game-grid a:hover em,
html.tw-dark .dvg-game-grid a:hover b {
    color: #c9bfb1;
}

html.dark .dvg-game-grid .dvg-more-game > span,
html.tw-dark .dvg-game-grid .dvg-more-game > span {
    background: rgba(255, 215, 0, .10);
}

html.dark .dvg-follow > span,
html.tw-dark .dvg-follow > span {
    background: #24242a;
    color: #77736d;
}

@media (min-width: 1181px) {
    .dvg-home-layout {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 1180px) {
    body.dvg-home-body {
        --dvg-float-right: max(16px, calc((100vw - 960px) / 2 - var(--dvg-float-width) - var(--dvg-float-gap)));
    }

    .dvg-home-layout {
        grid-template-columns: 1fr;
        width: min(100% - 32px, 960px);
    }

    .dvg-design-sidebar {
        position: static;
    }

    .dvg-design-menu {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .dvg-vip-card {
        display: none;
    }

    .dvg-sidebar-logo-card {
        display: none;
    }
}

@media (max-width: 900px) {
    body.dvg-home-body {
        --dvg-float-right: max(16px, calc((100vw - 720px) / 2 - var(--dvg-float-width) - var(--dvg-float-gap)));
    }

    .dvg-home-layout {
        width: min(100% - 20px, 720px);
        padding-top: 12px;
    }

    .dvg-hero {
        height: 220px;
    }

    .dvg-hero-copy {
        left: 44px;
        top: 112px;
    }

    .dvg-hero-copy strong {
        font-size: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dvg-hero-copy em {
        font-size: 16px;
        margin-top: 14px;
    }

    .dvg-feature-strip,
    .dvg-game-grid,
    .dvg-booklet-matrix-grid,
    .dvg-toolbox-grid,
    .dvg-beauty-grid,
    .dvg-guide-grid,
    .dvg-bottom-grid,
    .dvg-home-footer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dvg-beauty-grid {
        grid-auto-rows: 190px;
        grid-template-rows: none;
    }

    .dvg-beauty-panel {
        height: auto;
        overflow: visible;
    }

    .dvg-beauty-card {
        grid-column: auto;
        grid-row: auto;
    }

    .dvg-tool-strip,
    .dvg-top-grid,
    .dvg-spotlight-grid,
    .dvg-today-body,
    .dvg-booklet-matrix-hero,
    .dvg-booklet-matrix-tools,
    .dvg-toolbox-hero,
    .dvg-toolbox-controls,
    .dvg-member-hero,
    .dvg-member-main-grid,
    .dvg-news-rank-grid {
        grid-template-columns: 1fr;
    }

    .dvg-member-stat-grid,
    .dvg-member-action-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dvg-tool-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dvg-hot-slider {
        height: 260px;
        min-height: 260px;
    }

    .dvg-spotlight-tabs-panel {
        min-height: auto;
    }

    .dvg-news-panel,
    .dvg-rank-stack,
    .dvg-community-panel,
    .dvg-event-panel {
        grid-column: auto;
    }

    .dvg-article-list a {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .dvg-article-list time {
        display: none;
    }
}

@media (max-width: 560px) {
    body.dvg-home-body {
        overflow-x: hidden;
    }

    body.dvg-home-body .layout-shell {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    .dvg-home-layout {
        width: calc(100% - 16px);
        padding-top: 10px;
    }

    .dvg-home-content {
        gap: 14px;
    }

    .dvg-home-content > * {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .dvg-home-panel {
        border-radius: 12px;
        padding: 14px;
        box-shadow: 0 8px 22px rgba(32, 25, 16, 0.05);
    }

    .dvg-booklet-matrix-hero {
        padding: 18px;
    }

    .dvg-booklet-matrix-copy h1 {
        font-size: 28px;
    }

    .dvg-booklet-feature {
        grid-template-columns: 72px minmax(0, 1fr);
        padding: 12px;
    }

    .dvg-booklet-feature-cover {
        width: 72px;
    }

    .dvg-booklet-matrix-tools {
        gap: 12px;
    }

    .dvg-booklet-filter {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .dvg-booklet-filter button {
        flex: 0 0 auto;
    }

    .dvg-toolbox-hero {
        padding: 18px;
    }

    .dvg-toolbox-hero-copy h1 {
        font-size: 28px;
    }

    .dvg-toolbox-controls {
        gap: 12px;
    }

    .dvg-toolbox-filter {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .dvg-toolbox-filter button {
        flex: 0 0 auto;
    }

    .dvg-toolbox-grid {
        grid-template-columns: 1fr !important;
        gap: 10px;
    }

    .dvg-member-hero {
        padding: 18px;
    }

    .dvg-member-profile {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 14px;
    }

    .dvg-member-avatar {
        width: 76px;
        height: 76px;
        border-radius: 18px;
        border-width: 3px;
    }

    .dvg-member-profile-copy h1 {
        font-size: 26px;
    }

    .dvg-member-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dvg-member-stat-grid,
    .dvg-member-action-list {
        grid-template-columns: 1fr !important;
        gap: 10px;
    }

    .dvg-section-head {
        margin-bottom: 12px;
    }

    .dvg-section-head h2 {
        font-size: 18px;
    }

    .dvg-design-sidebar {
        display: none;
    }

    .dvg-game-entry {
        padding: 14px 12px;
    }

    .dvg-game-grid {
        display: grid;
        grid-auto-flow: row;
        grid-auto-columns: initial;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 12px;
        overflow: visible;
        padding-bottom: 0;
        scroll-snap-type: none;
    }

    .dvg-game-grid::-webkit-scrollbar {
        display: none;
    }

    .dvg-game-grid a {
        min-width: 0;
        scroll-snap-align: none;
    }

    .dvg-game-grid a > span {
        width: 76px;
        height: 100px;
        border-radius: 9px;
    }

    .dvg-game-grid strong {
        font-size: 13px;
    }

    .dvg-game-grid em,
    .dvg-game-grid b {
        font-size: 12px;
    }

    .dvg-tool-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0;
        padding: 8px;
    }

    .dvg-tool-strip a {
        min-height: 72px;
        padding: 10px 8px;
        border-right: 0;
        border-bottom: 1px solid #f1ede6;
        gap: 8px;
    }

    .dvg-tool-strip a:nth-last-child(-n + 1) {
        border-bottom: 0;
    }

    .dvg-tool-strip a > span {
        width: 34px;
        height: 34px;
        font-size: 28px;
    }

    .dvg-tool-strip strong {
        font-size: 14px;
    }

    .dvg-tool-strip em {
        font-size: 12px;
    }

    .dvg-spotlight-grid {
        grid-template-columns: 1fr !important;
        gap: 14px;
    }

    .dvg-hot-slider {
        height: 218px;
        min-height: 218px;
        border-radius: 12px;
    }

    .dvg-hot-slider-title {
        right: 14px;
        left: 14px;
        bottom: 38px;
        font-size: 17px;
        line-height: 1.35;
    }

    .dvg-hot-slider-meta {
        right: 14px;
        left: 14px;
        bottom: 14px;
    }

    .dvg-spotlight-videos {
        padding: 14px;
    }

    .dvg-spotlight-videos > div:last-child {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .dvg-spotlight-videos a > span {
        height: 92px;
    }

    .dvg-spotlight-tabs-panel {
        padding: 14px;
    }

    .dvg-spotlight-tabs {
        gap: 6px;
    }

    .dvg-spotlight-tabs button {
        min-width: 0;
        min-height: 36px;
        padding: 8px 6px;
        font-size: 13px;
    }

    .dvg-spotlight-tabs button > span {
        width: 18px;
        height: 18px;
    }

    .dvg-spotlight-tab-list a {
        grid-template-columns: auto minmax(0, 1fr) 44px;
        gap: 8px;
        min-height: 34px;
    }

    .dvg-hot-list .dvg-hot-meta {
        max-width: 110px;
        gap: 4px;
    }

    .dvg-hot-list .dvg-hot-game-tag {
        max-width: 78px;
        padding: 0 6px;
        font-size: 12px;
    }

    .dvg-hot-list .dvg-hot-pin {
        padding: 0 5px;
        font-size: 12px;
    }

    .dvg-spotlight-tab-list strong {
        font-size: 13px;
    }

    .dvg-spotlight-tab-list time {
        font-size: 12px;
    }

    .dvg-guide-grid,
    .dvg-news-rank-grid {
        grid-template-columns: 1fr !important;
        gap: 14px;
    }

    .dvg-news-panel,
    .dvg-rank-stack {
        grid-column: auto !important;
        width: 100%;
        min-width: 0;
    }

    .dvg-tabs {
        gap: 18px;
        width: 100%;
        min-width: 0;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
    }

    .dvg-tabs::-webkit-scrollbar {
        display: none;
    }

    .dvg-tabs button,
    .dvg-tabs span {
        font-size: 14px;
    }

    .dvg-tabs a {
        flex: 0 0 auto;
    }

    .dvg-article-list {
        gap: 8px;
    }

    .dvg-article-list a {
        grid-template-columns: 96px minmax(0, 1fr);
        column-gap: 10px;
        min-height: 74px;
        margin: 0 -6px;
        padding: 6px;
    }

    .dvg-article-thumb {
        width: 96px;
        height: 60px;
    }

    .dvg-article-copy strong {
        display: -webkit-box;
        font-size: 14px;
        line-height: 1.45;
        white-space: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .dvg-article-copy i {
        display: none;
    }

    .dvg-hero {
        height: 202px;
        border-radius: 12px;
    }

    .dvg-hero-copy {
        right: 42px;
        left: 42px;
        top: 92px;
        max-width: none;
    }

    .dvg-hero-copy strong {
        font-size: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dvg-hero-copy em {
        margin-top: 10px;
        font-size: 14px;
        -webkit-line-clamp: 1;
    }

    .dvg-hero-copy b {
        min-width: 96px;
        margin-top: 14px;
        line-height: 30px;
    }

    .dvg-hero-arrow {
        width: 34px;
        height: 34px;
    }

    .dvg-design-menu,
    .dvg-feature-strip,
    .dvg-news-rank-grid,
    .dvg-bottom-grid,
    .dvg-home-footer,
    .dvg-data-panel > div:last-child {
        grid-template-columns: 1fr;
    }

    .dvg-beauty-grid {
        grid-auto-rows: 180px;
        gap: 10px;
    }

    .dvg-guide-panel {
        padding: 14px;
    }

    .dvg-guide-lead {
        height: 176px;
    }

    .dvg-mini-thumb-row {
        grid-template-columns: minmax(0, 1fr) 78px;
        gap: 10px;
        min-height: 70px;
    }

    .dvg-mini-thumb-row img {
        width: 78px;
        height: 52px;
    }

    .dvg-mini-thumb-row strong {
        font-size: 13px;
        line-height: 1.45;
    }

    .dvg-mini-thumb-row em {
        margin-top: 5px;
    }

    .dvg-feature-strip a {
        border-right: 0;
        border-bottom: 1px solid #f0efed;
    }

    .dvg-bottom-grid {
        gap: 14px;
    }

    .dvg-community-panel a {
        grid-template-columns: 26px minmax(0, 1fr) 68px;
        gap: 8px;
        margin: 0 -6px;
        padding: 5px 6px;
    }

    .dvg-community-panel a > span {
        width: 26px;
        height: 26px;
    }

    .dvg-event-panel a {
        min-height: 178px;
    }

    .dvg-event-panel strong {
        font-size: 18px;
    }

    .dvg-home-footer {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px 22px;
        padding: 18px;
    }

    .dvg-home-footer div {
        gap: 8px;
    }

    .dvg-follow {
        grid-column: auto;
        grid-template-columns: 72px minmax(0, 1fr);
        align-items: center;
    }

    .dvg-follow > span {
        width: 72px;
        height: 72px;
        font-size: 48px;
    }
}

.dvg-news-page .dvg-home-content {
    gap: 18px;
}

.dvg-news-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: end;
    overflow: hidden;
    padding: 28px 30px;
    background:
        radial-gradient(circle at 86% 18%, rgba(255, 215, 0, .22), transparent 34%),
        linear-gradient(135deg, #fffaf0 0%, #ffffff 54%, #fff7df 100%);
}

.dvg-news-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #d89500;
    font-size: 13px;
    letter-spacing: 0;
}

.dvg-news-kicker i {
    font-size: 18px;
}

.dvg-news-hero h1 {
    margin: 10px 0 0;
    color: #201d19;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.15;
}

.dvg-news-hero p {
    max-width: 620px;
    margin: 10px 0 0;
    color: #726d65;
    font-size: 15px;
    line-height: 1.8;
}

.dvg-news-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.dvg-news-hero-meta span {
    display: inline-flex;
    height: 30px;
    align-items: center;
    border-radius: 999px;
    background: rgba(255, 215, 0, .16);
    padding: 0 12px;
    color: #8a650c;
    font-size: 13px;
}

.dvg-news-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px;
    gap: 10px;
    align-items: center;
}

.dvg-news-search label {
    display: flex;
    height: 46px;
    min-width: 0;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(245, 158, 11, .20);
    border-radius: 12px;
    background: rgba(255, 255, 255, .88);
    padding: 0 14px;
    box-shadow: 0 10px 24px rgba(91, 64, 20, .08);
}

.dvg-news-search label span {
    flex: 0 0 auto;
    color: #d89500;
    font-size: 20px;
}

.dvg-news-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #24211d;
    font-size: 14px;
}

.dvg-news-search input::placeholder {
    color: #aaa39a;
}

.dvg-news-search button {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 0;
    border-radius: 12px;
    background: #f9a602;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 12px 26px rgba(249, 166, 2, .24);
    transition: background .18s ease, transform .18s ease;
}

.dvg-news-search button:hover {
    background: #e89a00;
    transform: translateY(-1px);
}

.dvg-news-feature-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.24fr) minmax(0, .76fr);
    grid-template-rows: repeat(3, 112px);
    gap: 12px;
}

.dvg-news-feature-card {
    position: relative;
    display: block;
    min-width: 0;
    overflow: hidden;
    border-radius: 13px;
    background: #24211d;
    box-shadow: 0 10px 32px rgba(32, 25, 16, .08);
}

.dvg-news-feature-card.is-large {
    grid-row: 1 / 4;
}

.dvg-news-feature-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .32s ease, filter .32s ease;
}

.dvg-news-feature-card:hover img {
    filter: saturate(1.06) contrast(1.04);
    transform: scale(1.05);
}

.dvg-news-feature-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, .78) 100%),
        radial-gradient(circle at 16% 0%, rgba(255, 215, 0, .22), transparent 36%);
}

.dvg-news-feature-copy {
    position: absolute;
    right: 18px;
    bottom: 16px;
    left: 18px;
    color: #fff;
}

.dvg-news-feature-copy em {
    display: block;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    font-style: normal;
}

.dvg-news-feature-copy strong {
    display: -webkit-box;
    margin-top: 6px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dvg-news-feature-card.is-large .dvg-news-feature-copy {
    right: 28px;
    bottom: 26px;
    left: 28px;
}

.dvg-news-feature-card.is-large .dvg-news-feature-copy strong {
    max-width: 640px;
    font-size: 26px;
    line-height: 1.32;
}

.dvg-news-page:not(.dvg-guide-list-page) .dvg-news-hero {
    position: relative;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
    min-height: 104px;
    gap: 20px;
    border: 1px solid rgba(245, 158, 11, .12);
    padding: 20px 28px;
    background:
        linear-gradient(90deg, rgba(249, 166, 2, .10) 0 6px, transparent 6px),
        radial-gradient(circle at 78% 14%, rgba(249, 166, 2, .18), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #fffaf0 58%, #fff3d0 100%);
    box-shadow: 0 16px 38px rgba(73, 54, 22, .08);
}

.dvg-news-page:not(.dvg-guide-list-page) .dvg-news-kicker {
    height: 28px;
    border-radius: 999px;
    background: rgba(249, 166, 2, .10);
    padding: 0 11px;
    color: #b87300;
}

.dvg-news-page:not(.dvg-guide-list-page) .dvg-news-hero h1 {
    margin: 0;
    font-size: 30px;
}

.dvg-news-page:not(.dvg-guide-list-page) .dvg-news-hero p {
    max-width: 680px;
    color: #5f5950;
}

.dvg-news-page:not(.dvg-guide-list-page) .dvg-news-hero-meta span {
    border: 1px solid rgba(249, 166, 2, .14);
    background: #fff8e5;
    color: #8f6400;
}

.dvg-news-page:not(.dvg-guide-list-page) .dvg-news-hero-meta {
    margin-top: 10px;
}

.dvg-news-page:not(.dvg-guide-list-page) .dvg-news-search {
    align-self: center;
}

.dvg-guide-list-page .dvg-news-hero {
    position: relative;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
    min-height: 104px;
    gap: 20px;
    align-items: center;
    border: 1px solid rgba(245, 158, 11, .12);
    padding: 20px 28px;
    background:
        linear-gradient(90deg, rgba(249, 166, 2, .10) 0 6px, transparent 6px),
        radial-gradient(circle at 78% 14%, rgba(249, 166, 2, .18), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #fffaf0 58%, #fff3d0 100%);
    box-shadow: 0 16px 38px rgba(73, 54, 22, .08);
}

.dvg-guide-list-page .dvg-news-hero h1 {
    margin: 0;
    font-size: 30px;
}

.dvg-guide-list-page .dvg-news-hero-meta {
    margin-top: 10px;
}

.dvg-guide-list-page .dvg-news-hero-meta span {
    border: 1px solid rgba(249, 166, 2, .14);
    background: #fff8e5;
    color: #8f6400;
}

.dvg-guide-list-page .dvg-news-search {
    align-self: center;
}

.dvg-guide-list-page .dvg-news-search label {
    border-color: rgba(249, 166, 2, .24);
    background: #fff;
    box-shadow: 0 12px 28px rgba(77, 55, 18, .10);
}

.dvg-news-page:not(.dvg-guide-list-page) .dvg-news-search label {
    border-color: rgba(249, 166, 2, .24);
    background: #fff;
    box-shadow: 0 12px 28px rgba(77, 55, 18, .10);
}

.dvg-news-page:not(.dvg-guide-list-page) .dvg-news-feature-grid {
    position: relative;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 14px;
    border: 1px solid rgba(235, 225, 211, .72);
    border-radius: 16px;
    background: #fff;
    padding: 14px;
    box-shadow: 0 18px 42px rgba(39, 31, 20, .08);
}

.dvg-news-page:not(.dvg-guide-list-page) .dvg-news-feature-card {
    aspect-ratio: 560 / 300;
    border-radius: 12px;
    box-shadow: none;
}

.dvg-news-page:not(.dvg-guide-list-page) .dvg-news-feature-card.is-large {
    grid-row: auto;
}

.dvg-news-page:not(.dvg-guide-list-page) .dvg-news-feature-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: inherit;
    pointer-events: none;
}

.dvg-news-page:not(.dvg-guide-list-page) .dvg-news-feature-shade {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, .18) 38%, rgba(0, 0, 0, .82) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, .34), transparent 54%);
}

.dvg-news-page:not(.dvg-guide-list-page) .dvg-news-feature-copy {
    position: static;
    right: 16px;
    bottom: 14px;
    left: 16px;
}

.dvg-news-page:not(.dvg-guide-list-page) .dvg-news-feature-copy em {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-flex;
    width: max-content;
    max-width: calc(100% - 16px);
    height: 22px;
    align-items: center;
    border-radius: 999px;
    background: rgba(255, 248, 229, .92);
    padding: 0 8px;
    color: #8a5b00;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-news-page:not(.dvg-guide-list-page) .dvg-news-feature-copy strong {
    position: absolute;
    right: 16px;
    bottom: 14px;
    left: 16px;
    display: -webkit-box;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.35;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .38);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dvg-news-page:not(.dvg-guide-list-page) .dvg-news-feature-card.is-large .dvg-news-feature-copy {
    right: auto;
    bottom: auto;
    left: auto;
}

.dvg-news-page:not(.dvg-guide-list-page) .dvg-news-feature-card.is-large .dvg-news-feature-copy strong {
    max-width: none;
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.35;
}

.dvg-guide-list-page .dvg-news-feature-grid {
    position: relative;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 14px;
    border: 1px solid rgba(235, 225, 211, .72);
    border-radius: 16px;
    background: #fff;
    padding: 14px;
    box-shadow: 0 18px 42px rgba(39, 31, 20, .08);
}

.dvg-guide-list-page .dvg-news-feature-card {
    aspect-ratio: 560 / 300;
    border-radius: 12px;
    box-shadow: none;
}

.dvg-guide-list-page .dvg-news-feature-card.is-large {
    grid-row: auto;
}

.dvg-guide-list-page .dvg-news-feature-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: inherit;
    pointer-events: none;
}

.dvg-guide-list-page .dvg-news-feature-shade {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, .18) 38%, rgba(0, 0, 0, .82) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, .34), transparent 54%);
}

.dvg-guide-list-page .dvg-news-feature-copy {
    position: static;
    right: 16px;
    bottom: 14px;
    left: 16px;
}

.dvg-guide-list-page .dvg-news-feature-copy em {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-flex;
    width: max-content;
    max-width: calc(100% - 16px);
    height: 22px;
    align-items: center;
    border-radius: 999px;
    background: rgba(255, 248, 229, .92);
    padding: 0 8px;
    color: #8a5b00;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-guide-list-page .dvg-news-feature-copy strong {
    position: absolute;
    right: 16px;
    bottom: 14px;
    left: 16px;
    display: -webkit-box;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.35;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .38);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dvg-guide-list-page .dvg-news-feature-card.is-large .dvg-news-feature-copy {
    right: auto;
    bottom: auto;
    left: auto;
}

.dvg-guide-list-page .dvg-news-feature-card.is-large .dvg-news-feature-copy strong {
    max-width: none;
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.35;
}

.dvg-news-class-tabs {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.dvg-news-class-tabs a.is-active {
    background: linear-gradient(180deg, #fff7de 0%, #ffffff 100%);
    box-shadow: inset 0 0 0 1px rgba(249, 166, 2, .18);
}

.dvg-news-class-tabs a.is-active > span {
    background: #f9a602;
    color: #fff;
}

.dvg-news-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 286px;
    gap: 18px;
    align-items: start;
}

.dvg-news-list-panel,
.dvg-news-rank-card {
    padding: 18px;
}

.dvg-news-list {
    display: grid;
    gap: 4px;
}

.dvg-news-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 38px;
    gap: 8px;
    align-items: center;
    border-bottom: 1px solid #f0efed;
    padding: 15px 0;
}

.dvg-news-row:last-child {
    border-bottom: 0;
}

.dvg-news-row-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    min-width: 0;
}

.dvg-news-row.has-thumb .dvg-news-row-main {
    grid-template-columns: 154px minmax(0, 1fr);
    align-items: center;
}

.dvg-news-row-thumb {
    display: block;
    width: 154px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 10px;
    background: #f3f0ea;
    box-shadow: 0 8px 18px rgba(32, 25, 16, .07);
}

.dvg-news-row-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .28s ease, filter .28s ease;
}

.dvg-news-row-main:hover .dvg-news-row-thumb img {
    filter: saturate(1.06) contrast(1.03);
    transform: scale(1.05);
}

.dvg-news-row-copy {
    display: grid;
    min-width: 0;
}

.dvg-news-row-title {
    overflow: hidden;
    color: #24211d;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color .18s ease;
}

.dvg-news-row-main:hover .dvg-news-row-title {
    color: #e89a00;
}

.dvg-news-row-desc {
    display: -webkit-box;
    margin-top: 6px;
    overflow: hidden;
    color: #746f68;
    font-size: 13px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dvg-news-row-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 9px;
    color: #9d968d;
    font-size: 12px;
}

.dvg-news-row-meta em,
.dvg-news-row-meta b {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-style: normal;
    font-weight: 400;
}

.dvg-news-row-meta em {
    border-radius: 999px;
    background: rgba(255, 215, 0, .15);
    padding: 3px 9px;
    color: #9a7008;
}

.dvg-news-row-action {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    background: #fbf7ef;
    color: #b4aa9c;
    font-size: 22px;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.dvg-news-row:hover .dvg-news-row-action {
    background: #fff0c2;
    color: #e89a00;
    transform: translateX(2px);
}

.dvg-news-side {
    position: sticky;
    top: 88px;
}

.dvg-news-rank-list {
    display: grid;
    gap: 3px;
}

.dvg-news-rank-list a {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 40px;
    border-radius: 9px;
    padding: 6px;
    transition: background .18s ease, transform .18s ease;
}

.dvg-news-rank-list a:hover {
    background: var(--dvg-logo-gold-softer);
    transform: translateX(2px);
}

.dvg-news-rank-list span {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 7px;
    background: #f3f0ea;
    color: #81786d;
    font-size: 12px;
}

.dvg-news-rank-list a:nth-child(-n + 3) span {
    background: #f9a602;
    color: #fff;
}

.dvg-news-rank-list strong {
    overflow: hidden;
    color: #302d28;
    font-size: 13px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvg-news-rank-list em {
    color: #a9a198;
    font-size: 12px;
    font-style: normal;
}

.dvg-news-empty {
    display: grid;
    justify-items: center;
    padding: 54px 18px;
    color: #938b80;
    text-align: center;
}

.dvg-news-empty span {
    color: #d8c7a0;
    font-size: 46px;
}

.dvg-news-empty strong {
    margin-top: 8px;
    color: #302d28;
    font-size: 17px;
    font-weight: 500;
}

.dvg-news-empty p {
    margin: 6px 0 0;
    font-size: 13px;
}

.dvg-pagination,
.dvg-news-pagination {
    display: flex;
    justify-content: center;
    padding: 4px 0 8px;
}

.dvg-list-pagination {
    position: sticky;
    bottom: 0;
    z-index: 8;
    margin: 16px -18px -18px;
    padding: 12px 18px 16px;
    border-top: 1px solid #f0ece5;
    border-radius: 0 0 14px 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .82) 0%, #fff 42%, #fff 100%);
    backdrop-filter: blur(10px);
}

.dvg-pagination-inner {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #e8edf3;
    border-radius: 6px;
    background: rgba(255, 255, 255, .96);
    padding: 4px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}

.dvg-pagination-link,
.dvg-news-pagination a {
    display: inline-flex;
    min-width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 6px;
    background: transparent;
    padding: 0 10px;
    color: #1f2937;
    font-size: 14px;
    font-weight: 700;
    box-shadow: none;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.dvg-pagination-link.is-prev,
.dvg-pagination-link.is-next,
.dvg-pagination-link.is-edge {
    min-width: 32px;
    width: 32px;
    padding: 0;
    color: #94a3b8;
    font-size: 15px;
}

.dvg-pagination-link.is-disabled,
.dvg-pagination-ellipsis {
    display: inline-flex;
    min-width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #1f2937;
    font-size: 14px;
    font-weight: 700;
}

.dvg-pagination-link.is-disabled {
    background: transparent;
    color: #94a3b8;
    box-shadow: none;
    cursor: not-allowed;
    opacity: .55;
}

.dvg-news-pagination a:hover,
.dvg-news-pagination a.is-active,
.dvg-pagination-link:hover,
.dvg-pagination-link.is-active {
    background: #f9a602;
    color: #fff;
    transform: none;
}

.dvg-pagination-link.is-disabled:hover {
    background: transparent;
    color: #94a3b8;
    transform: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

html.dark .dvg-news-hero,
html.tw-dark .dvg-news-hero {
    background:
        radial-gradient(circle at 86% 18%, rgba(255, 215, 0, .14), transparent 34%),
        linear-gradient(135deg, #1d1a15 0%, #161616 64%, #211d14 100%);
}

html.dark .dvg-news-page:not(.dvg-guide-list-page) .dvg-news-hero,
html.dark .dvg-guide-list-page .dvg-news-hero,
html.tw-dark .dvg-news-page:not(.dvg-guide-list-page) .dvg-news-hero,
html.tw-dark .dvg-guide-list-page .dvg-news-hero {
    border-color: rgba(255, 255, 255, .08);
    background:
        linear-gradient(90deg, rgba(249, 166, 2, .22) 0 6px, transparent 6px),
        radial-gradient(circle at 78% 14%, rgba(249, 166, 2, .16), transparent 30%),
        linear-gradient(135deg, #1e1b16 0%, #161616 58%, #211b12 100%);
}

html.dark .dvg-news-page:not(.dvg-guide-list-page) .dvg-news-feature-grid,
html.dark .dvg-guide-list-page .dvg-news-feature-grid,
html.tw-dark .dvg-news-page:not(.dvg-guide-list-page) .dvg-news-feature-grid,
html.tw-dark .dvg-guide-list-page .dvg-news-feature-grid {
    border-color: rgba(255, 255, 255, .08);
    background: #181818;
    box-shadow: none;
}

html.dark .dvg-news-page:not(.dvg-guide-list-page) .dvg-news-kicker,
html.dark .dvg-news-page:not(.dvg-guide-list-page) .dvg-news-hero-meta span,
html.dark .dvg-guide-list-page .dvg-news-hero-meta span,
html.tw-dark .dvg-news-page:not(.dvg-guide-list-page) .dvg-news-kicker,
html.tw-dark .dvg-news-page:not(.dvg-guide-list-page) .dvg-news-hero-meta span,
html.tw-dark .dvg-guide-list-page .dvg-news-hero-meta span {
    border-color: rgba(249, 166, 2, .18);
    background: rgba(249, 166, 2, .12);
    color: #f6c566;
}

html.dark .dvg-news-page:not(.dvg-guide-list-page) .dvg-news-search label,
html.dark .dvg-guide-list-page .dvg-news-search label,
html.tw-dark .dvg-news-page:not(.dvg-guide-list-page) .dvg-news-search label,
html.tw-dark .dvg-guide-list-page .dvg-news-search label {
    border-color: rgba(249, 166, 2, .18);
    background: #202020;
    box-shadow: none;
}

html.dark .dvg-news-hero h1,
html.dark .dvg-news-row-title,
html.dark .dvg-news-rank-list strong,
html.dark .dvg-news-empty strong,
html.tw-dark .dvg-news-hero h1,
html.tw-dark .dvg-news-row-title,
html.tw-dark .dvg-news-rank-list strong,
html.tw-dark .dvg-news-empty strong {
    color: #f4f1ea;
}

html.dark .dvg-news-hero p,
html.dark .dvg-news-row-desc,
html.tw-dark .dvg-news-hero p,
html.tw-dark .dvg-news-row-desc {
    color: #b9b1a4;
}

html.dark .dvg-news-search label,
html.dark .dvg-pagination-link,
html.dark .dvg-news-pagination a,
html.dark .dvg-booklet-search,
html.dark .dvg-booklet-card,
html.dark .dvg-toolbox-search,
html.dark .dvg-toolbox-card,
html.dark .dvg-member-action-card,
html.tw-dark .dvg-news-search label,
html.tw-dark .dvg-pagination-link,
html.tw-dark .dvg-news-pagination a,
html.tw-dark .dvg-booklet-search,
html.tw-dark .dvg-booklet-card,
html.tw-dark .dvg-toolbox-search,
html.tw-dark .dvg-toolbox-card,
html.tw-dark .dvg-member-action-card {
    border-color: #2a2a2a;
    background: #1a1a1a;
}

html.dark .dvg-news-search input,
html.dark .dvg-booklet-search input,
html.dark .dvg-toolbox-search input,
html.tw-dark .dvg-news-search input,
html.tw-dark .dvg-booklet-search input,
html.tw-dark .dvg-toolbox-search input {
    color: #f4f1ea;
}

html.dark .dvg-booklet-matrix-hero,
html.dark .dvg-toolbox-hero,
html.dark .dvg-member-hero,
html.tw-dark .dvg-booklet-matrix-hero {
    background:
        radial-gradient(circle at 84% 12%, rgba(255, 215, 0, .14), transparent 32%),
        linear-gradient(135deg, #1d1a15 0%, #161616 64%, #211d14 100%);
}

html.tw-dark .dvg-toolbox-hero,
html.tw-dark .dvg-member-hero {
    background:
        radial-gradient(circle at 84% 12%, rgba(255, 215, 0, .14), transparent 32%),
        linear-gradient(135deg, #1d1a15 0%, #161616 64%, #211d14 100%);
}

html.dark .dvg-booklet-matrix-copy h1,
html.dark .dvg-booklet-feature strong,
html.dark .dvg-booklet-card strong,
html.dark .dvg-toolbox-hero-copy h1,
html.dark .dvg-toolbox-quick strong,
html.dark .dvg-toolbox-card-copy strong,
html.dark .dvg-member-profile-copy h1,
html.dark .dvg-member-stat-card strong,
html.dark .dvg-member-action-card b,
html.dark .dvg-member-safe-card strong,
html.tw-dark .dvg-booklet-matrix-copy h1,
html.tw-dark .dvg-booklet-feature strong,
html.tw-dark .dvg-booklet-card strong,
html.tw-dark .dvg-toolbox-hero-copy h1,
html.tw-dark .dvg-toolbox-quick strong,
html.tw-dark .dvg-toolbox-card-copy strong,
html.tw-dark .dvg-member-profile-copy h1,
html.tw-dark .dvg-member-stat-card strong,
html.tw-dark .dvg-member-action-card b,
html.tw-dark .dvg-member-safe-card strong {
    color: #f4f1ea;
}

html.dark .dvg-booklet-matrix-copy p,
html.dark .dvg-booklet-feature b,
html.dark .dvg-booklet-card b,
html.dark .dvg-toolbox-hero-copy p,
html.dark .dvg-toolbox-quick em,
html.dark .dvg-toolbox-card-copy b,
html.dark .dvg-member-profile-copy p,
html.dark .dvg-member-stat-card em,
html.dark .dvg-member-action-card em,
html.tw-dark .dvg-booklet-matrix-copy p,
html.tw-dark .dvg-booklet-feature b,
html.tw-dark .dvg-booklet-card b,
html.tw-dark .dvg-toolbox-hero-copy p,
html.tw-dark .dvg-toolbox-quick em,
html.tw-dark .dvg-toolbox-card-copy b,
html.tw-dark .dvg-member-profile-copy p,
html.tw-dark .dvg-member-stat-card em,
html.tw-dark .dvg-member-action-card em {
    color: #b9b1a4;
}

html.dark .dvg-booklet-feature,
html.dark .dvg-toolbox-quick a,
html.tw-dark .dvg-booklet-feature {
    border-color: #2a2a2a;
    background: rgba(26, 26, 26, .76);
}

html.tw-dark .dvg-toolbox-quick a {
    border-color: #2a2a2a;
    background: rgba(26, 26, 26, .76);
}

html.dark .dvg-booklet-card:hover,
html.dark .dvg-toolbox-card:hover,
html.dark .dvg-member-action-card:hover,
html.tw-dark .dvg-booklet-card:hover,
html.tw-dark .dvg-toolbox-card:hover {
    border-color: rgba(249, 166, 2, .35);
    box-shadow: none;
}

html.tw-dark .dvg-member-action-card:hover {
    border-color: rgba(249, 166, 2, .35);
    box-shadow: none;
}

html.dark .dvg-news-row,
html.tw-dark .dvg-news-row {
    border-bottom-color: #2a2a2a;
}

html.dark .dvg-news-row-action,
html.dark .dvg-news-rank-list span,
html.tw-dark .dvg-news-row-action,
html.tw-dark .dvg-news-rank-list span {
    background: #242424;
    color: #b9b1a4;
}

html.dark .dvg-news-row-thumb,
html.tw-dark .dvg-news-row-thumb {
    background: #242424;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .22);
}

html.dark .dvg-news-pagination a,
html.dark .dvg-pagination-link,
html.dark .dvg-pagination-ellipsis,
html.tw-dark .dvg-news-pagination a,
html.tw-dark .dvg-pagination-link,
html.tw-dark .dvg-pagination-ellipsis {
    color: #d8d2c8;
}

html.dark .dvg-list-pagination,
html.tw-dark .dvg-list-pagination {
    border-top-color: rgba(255, 255, 255, .08);
    background: linear-gradient(180deg, rgba(22, 22, 22, .82) 0%, #181818 42%, #181818 100%);
}

html.dark .dvg-pagination-inner,
html.tw-dark .dvg-pagination-inner {
    border-color: rgba(255, 255, 255, .1);
    background: rgba(24, 24, 24, .96);
    box-shadow: 0 16px 36px rgba(0, 0, 0, .28);
}

html.dark .dvg-news-pagination a,
html.dark .dvg-pagination-link,
html.tw-dark .dvg-news-pagination a,
html.tw-dark .dvg-pagination-link {
    background: transparent;
    color: #d8d2c8;
}

html.dark .dvg-news-pagination a:hover,
html.dark .dvg-news-pagination a.is-active,
html.dark .dvg-pagination-link:hover,
html.dark .dvg-pagination-link.is-active,
html.tw-dark .dvg-news-pagination a:hover,
html.tw-dark .dvg-news-pagination a.is-active,
html.tw-dark .dvg-pagination-link:hover,
html.tw-dark .dvg-pagination-link.is-active {
    background: #f9a602;
    color: #fff;
}

html.dark .dvg-pagination-link.is-disabled,
html.tw-dark .dvg-pagination-link.is-disabled {
    background: transparent;
    color: #67615a;
}

html.dark .dvg-pagination-link.is-disabled:hover,
html.tw-dark .dvg-pagination-link.is-disabled:hover {
    background: transparent;
    color: #67615a;
}

@media (max-width: 1180px) {
    .dvg-news-main-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .dvg-news-side {
        position: static;
    }

    .dvg-news-page:not(.dvg-guide-list-page) .dvg-news-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dvg-guide-list-page .dvg-news-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .dvg-news-hero {
        grid-template-columns: 1fr;
        gap: 18px;
        align-items: start;
    }

    .dvg-news-search {
        max-width: 520px;
    }

    .dvg-news-feature-grid {
        grid-template-columns: 1fr;
        grid-template-rows: 220px;
    }

    .dvg-news-page:not(.dvg-guide-list-page) .dvg-news-feature-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        padding: 12px;
    }

    .dvg-guide-list-page .dvg-news-feature-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        padding: 12px;
    }

    .dvg-news-feature-card.is-large {
        grid-row: auto;
    }

    .dvg-news-feature-card:not(.is-large) {
        min-height: 126px;
    }

    .dvg-news-page:not(.dvg-guide-list-page) .dvg-news-feature-card:not(.is-large) {
        min-height: 0;
    }

    .dvg-guide-list-page .dvg-news-feature-card:not(.is-large) {
        min-height: 0;
    }

    .dvg-list-pagination {
        margin: 14px -14px -14px;
        padding: 10px 12px 12px;
        border-radius: 0 0 12px 12px;
    }

    .dvg-news-class-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .dvg-news-hero {
        padding: 20px 18px;
    }

    .dvg-news-page:not(.dvg-guide-list-page) .dvg-news-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 22px 20px;
    }

    .dvg-guide-list-page .dvg-news-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 22px 20px;
    }

    .dvg-news-hero h1 {
        font-size: 28px;
    }

    .dvg-news-page:not(.dvg-guide-list-page) .dvg-news-hero h1 {
        font-size: 28px;
    }

    .dvg-guide-list-page .dvg-news-hero h1 {
        font-size: 28px;
    }

    .dvg-news-search {
        grid-template-columns: minmax(0, 1fr) 42px;
    }

    .dvg-news-search label,
    .dvg-news-search button {
        height: 42px;
        border-radius: 10px;
    }

    .dvg-news-feature-grid {
        grid-template-rows: 188px;
    }

    .dvg-news-page:not(.dvg-guide-list-page) .dvg-news-feature-grid {
        grid-template-rows: none;
    }

    .dvg-guide-list-page .dvg-news-feature-grid {
        grid-template-rows: none;
    }

    .dvg-news-feature-card.is-large .dvg-news-feature-copy strong {
        font-size: 20px;
    }

    .dvg-news-page:not(.dvg-guide-list-page) .dvg-news-feature-card.is-large .dvg-news-feature-copy {
        right: auto;
        bottom: auto;
        left: auto;
    }

    .dvg-guide-list-page .dvg-news-feature-card.is-large .dvg-news-feature-copy {
        right: auto;
        bottom: auto;
        left: auto;
    }

    .dvg-news-page:not(.dvg-guide-list-page) .dvg-news-feature-card.is-large .dvg-news-feature-copy strong {
        font-size: 15px;
    }

    .dvg-guide-list-page .dvg-news-feature-card.is-large .dvg-news-feature-copy strong {
        font-size: 15px;
    }

    .dvg-news-list-panel,
    .dvg-news-rank-card {
        padding: 14px;
    }

    .dvg-news-row {
        grid-template-columns: minmax(0, 1fr);
        padding: 14px 0;
    }

    .dvg-news-row.has-thumb .dvg-news-row-main {
        grid-template-columns: 104px minmax(0, 1fr);
        gap: 10px;
    }

    .dvg-news-row-thumb {
        width: 104px;
        border-radius: 8px;
    }

    .dvg-news-row-title {
        display: -webkit-box;
        white-space: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .dvg-news-row-action {
        display: none;
    }

    .dvg-news-class-tabs {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dvg-game-grid a,
    .dvg-game-grid a > span,
    .dvg-game-grid img,
    .dvg-game-grid strong,
    .dvg-game-grid em,
    .dvg-game-grid b,
    .dvg-game-grid .dvg-more-game i {
        transition: none;
    }

}

.dvg-community-page .dvg-home-content {
    max-width: 1030px;
}

.dvg-community-board {
    min-width: 0;
}

.dvg-community-board .community-feed-sticky,
.dvg-community-board .community-feed-list,
.dvg-community-board aside section {
    border-color: rgba(226, 232, 240, 0.9) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.04);
}

.dvg-community-board .community-feed-sticky {
    position: sticky;
    top: 80px;
}

.dvg-community-board .community-feed-list article {
    transition: background-color 0.18s ease, transform 0.18s ease;
}

.dvg-community-board .community-feed-list article:hover {
    transform: translateY(-1px);
}

.dvg-community-board .community-side-sticky {
    position: sticky;
    top: 80px;
}

.dvg-community-board [data-community-post-open],
.dvg-community-board .community-modal__submit {
    border-radius: 999px;
    background: linear-gradient(135deg, #ffb000 0%, #ff8a00 100%);
    color: #111827;
    box-shadow: 0 10px 22px rgba(255, 176, 0, 0.18);
}

.dvg-community-board [data-community-post-open]:hover,
.dvg-community-board .community-modal__submit:hover {
    background: linear-gradient(135deg, #ffc400 0%, #ff9f1a 100%);
}

html.dark .dvg-community-board .community-feed-sticky,
html.dark .dvg-community-board .community-feed-list,
html.dark .dvg-community-board aside section,
html.tw-dark .dvg-community-board .community-feed-sticky,
html.tw-dark .dvg-community-board .community-feed-list,
html.tw-dark .dvg-community-board aside section {
    border-color: rgba(51, 65, 85, 0.9) !important;
    background: rgba(17, 24, 39, 0.94) !important;
    box-shadow: none;
}

@media (max-width: 1180px) {
    .dvg-community-board .tw-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .dvg-community-board .community-side-sticky {
        display: none !important;
    }
}
