.marketplace-theme {
    --mp-primary: #ef2f3d;
    --mp-secondary: #ff5960;
    --mp-accent: #f59e0b;
    --mp-bg: #070b11;
    --mp-surface: #10151d;
    --mp-surface-soft: #171d27;
    --mp-border: #28313d;
    --mp-text: #f8fafc;
    --mp-muted: #98a4b3;
    --mp-primary-rgb: 239 47 61;
    --mp-border-rgb: 40 49 61;
    --mp-surface-rgb: 16 21 29;
    color: var(--mp-text);
}

body.marketplace-page {
    background: #070b11;
}

.marketplace-theme .mp-section,
.marketplace-theme .mp-hero,
.marketplace-theme .mp-trust-grid,
.marketplace-theme .mp-featured,
.marketplace-theme .mp-panel-grid,
.marketplace-theme .mp-blog-faq {
    margin: 1rem 0;
}

.marketplace-theme .mp-card {
    border: 1px solid rgb(var(--mp-border-rgb) / .88);
    border-radius: 8px;
    background: rgb(var(--mp-surface-rgb) / .88);
    box-shadow: 0 16px 36px rgb(0 0 0 / .18);
}

.marketplace-theme .mp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.35rem;
    border-radius: 6px;
    padding: .55rem 1rem;
    font-size: .82rem;
    font-weight: 800;
    transition: .18s;
}

.marketplace-theme .mp-btn:hover {
    transform: translateY(-1px);
}

.marketplace-theme .mp-btn-primary {
    color: #fff;
    background: linear-gradient(180deg, var(--mp-secondary), var(--mp-primary));
}

.marketplace-theme .mp-btn-ghost {
    color: #fff;
    border: 1px solid rgb(var(--mp-border-rgb) / .88);
    background: rgb(2 6 23 / .35);
}

.marketplace-theme .mp-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.marketplace-theme .mp-section-title h2 {
    position: relative;
    margin: 0;
    padding-left: .75rem;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 900;
}

.marketplace-theme .mp-section-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: .1rem;
    bottom: .1rem;
    width: 3px;
    border-radius: 999px;
    background: var(--mp-primary);
}

.marketplace-theme .mp-art {
    position: relative;
    overflow: hidden;
    background: #111827;
}

.marketplace-theme .mp-art::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--mp-primary), #111827 58%, #030712);
}

.marketplace-theme .tone-red .mp-art::before,
.marketplace-theme .tone-red.mp-art::before { background: linear-gradient(135deg, #ef343d, #32070c 58%, #030712); }
.marketplace-theme .tone-gold .mp-art::before,
.marketplace-theme .tone-gold.mp-art::before { background: linear-gradient(135deg, #d6a43a, #2d1605 58%, #030712); }
.marketplace-theme .tone-blue .mp-art::before,
.marketplace-theme .tone-blue.mp-art::before { background: linear-gradient(135deg, #0ea5e9, #082f49 58%, #030712); }
.marketplace-theme .tone-green .mp-art::before,
.marketplace-theme .tone-green.mp-art::before { background: linear-gradient(135deg, #22c55e, #052e16 58%, #030712); }
.marketplace-theme .tone-purple .mp-art::before,
.marketplace-theme .tone-purple.mp-art::before { background: linear-gradient(135deg, #8b5cf6, #2e1065 58%, #030712); }
.marketplace-theme .tone-steam .mp-art::before,
.marketplace-theme .tone-steam.mp-art::before { background: linear-gradient(135deg, #2563eb, #08111f 58%, #030712); }
.marketplace-theme .tone-lol .mp-art::before,
.marketplace-theme .tone-lol.mp-art::before { background: linear-gradient(135deg, #c89b3c, #09201b 58%, #030712); }
.marketplace-theme .tone-ml .mp-art::before,
.marketplace-theme .tone-ml.mp-art::before { background: linear-gradient(135deg, #5865f2, #171139 58%, #030712); }

.marketplace-theme .mp-art img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.marketplace-theme .mp-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: var(--mp-border) transparent;
}

.marketplace-theme .mp-scrollbar::-webkit-scrollbar {
    height: 8px;
}

.marketplace-theme .mp-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: var(--mp-border);
}

.marketplace-theme .mp-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
}

.marketplace-theme .mp-hero-main {
    position: relative;
    min-height: 340px;
    overflow: hidden;
    display: flex;
    align-items: end;
    text-decoration: none;
}

.marketplace-theme .mp-hero-main::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgb(3 7 18 / .92), rgb(3 7 18 / .62) 52%, rgb(3 7 18 / .18));
}

.marketplace-theme .mp-hero-copy {
    position: relative;
    z-index: 3;
    max-width: 34rem;
    padding: 2rem;
}

.marketplace-theme .mp-hero-copy h1 {
    margin: .35rem 0 .6rem;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: .95;
    font-weight: 950;
}

.marketplace-theme .mp-hero-copy p {
    margin: 0 0 1rem;
    color: var(--mp-muted);
}

.marketplace-theme .mp-kicker {
    display: block;
    color: #fecdd3;
    font-size: .72rem;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 900;
}

.marketplace-theme .mp-hero-side {
    display: grid;
    gap: 1rem;
}

.marketplace-theme .mp-side-promo {
    min-height: 105px;
    padding: 1rem;
    color: #fff;
    text-decoration: none;
}

.marketplace-theme .mp-side-promo strong,
.marketplace-theme .mp-side-promo small {
    display: block;
}

.marketplace-theme .mp-side-promo small {
    margin-top: .35rem;
    color: var(--mp-muted);
}

.marketplace-theme .mp-promo-strip {
    display: flex;
    gap: .8rem;
    overflow-x: auto;
    padding-bottom: .25rem;
}

.marketplace-theme .mp-category-grid,
.marketplace-theme .mp-games-grid,
.marketplace-theme .mp-product-grid,
.marketplace-theme .mp-review-grid,
.marketplace-theme .mp-blog-grid,
.marketplace-theme .mp-metrics-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
}

.marketplace-theme .mp-category-card {
    position: relative;
    display: flex;
    min-height: 96px;
    align-items: center;
    gap: .8rem;
    padding: .85rem;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgb(var(--mp-border-rgb) / .88);
    border-radius: 8px;
    background: rgb(var(--mp-surface-rgb) / .88);
}

.marketplace-theme .mp-promo-card {
    flex: 0 0 220px;
}

.marketplace-theme .mp-game-card {
    min-height: 190px;
    display: block;
    padding: .6rem;
}

.marketplace-theme .mp-category-media {
    width: 54px;
    height: 54px;
    flex: 0 0 auto;
    border-radius: 8px;
}

.marketplace-theme .mp-game-card .mp-category-media {
    display: block;
    width: 100%;
    height: 125px;
    margin-bottom: .7rem;
}

.marketplace-theme .mp-category-copy strong,
.marketplace-theme .mp-category-copy small {
    display: block;
}

.marketplace-theme .mp-category-copy strong {
    line-height: 1.2;
    font-weight: 900;
}

.marketplace-theme .mp-category-copy small {
    margin-top: .25rem;
    color: #bfdbfe;
}

.marketplace-theme .mp-product {
    overflow: hidden;
    border: 1px solid rgb(var(--mp-border-rgb) / .86);
    border-radius: 8px;
    background: rgb(var(--mp-surface-rgb) / .88);
}

.marketplace-theme .mp-product:hover {
    border-color: rgb(var(--mp-primary-rgb) / .75);
}

.marketplace-theme .mp-product a {
    display: block;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

.marketplace-theme .mp-product-art {
    height: 140px;
}

.marketplace-theme .mp-product-badge {
    position: absolute;
    z-index: 2;
    top: .65rem;
    left: .65rem;
    border-radius: 999px;
    padding: .25rem .45rem;
    color: #fff;
    background: var(--mp-primary);
    font-size: .72rem;
    font-weight: 900;
}

.marketplace-theme .mp-product-body {
    padding: .85rem;
}

.marketplace-theme .mp-product-body h3 {
    min-height: 2.5rem;
    margin: .25rem 0 .45rem;
    font-size: .95rem;
    line-height: 1.25;
    font-weight: 900;
}

.marketplace-theme .mp-product-body p {
    min-height: 2.5rem;
    margin: 0 0 .8rem;
    color: var(--mp-muted);
    font-size: .8rem;
    line-height: 1.35;
}

.marketplace-theme .mp-product-buy {
    display: flex;
    align-items: center;
    gap: .45rem;
}

.marketplace-theme .mp-product-buy strong {
    flex: 1;
    border-radius: 6px;
    padding: .65rem .7rem;
    text-align: center;
    background: var(--mp-primary);
}

.marketplace-theme .mp-product-buy del {
    color: var(--mp-muted);
    font-size: .78rem;
}

.marketplace-theme .mp-icon-btn {
    width: 2.55rem;
    height: 2.55rem;
    border: 1px solid rgb(var(--mp-border-rgb) / .88);
    border-radius: 6px;
    color: #fff;
    background: #0f172a;
}

.marketplace-theme .mp-trust-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
}

.marketplace-theme .mp-trust-card {
    display: flex;
    align-items: center;
    gap: .8rem;
    padding: .8rem;
}

.marketplace-theme .mp-trust-card i {
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    background: #1e293b;
}

.marketplace-theme .mp-trust-card strong,
.marketplace-theme .mp-trust-card small {
    display: block;
}

.marketplace-theme .mp-trust-card small,
.marketplace-theme .mp-metric-card span,
.marketplace-theme .mp-review-card p,
.marketplace-theme .mp-blog-card p {
    color: var(--mp-muted);
}

.marketplace-theme .mp-featured {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden;
}

.marketplace-theme .mp-featured-main {
    padding: 1.5rem;
    color: #fff;
    text-decoration: none;
}

.marketplace-theme .mp-featured-main h2 {
    margin: .35rem 0 .6rem;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 950;
}

.marketplace-theme .mp-featured-main p {
    color: var(--mp-muted);
}

.marketplace-theme .mp-featured-main strong {
    display: block;
    margin: .9rem 0;
    font-size: 1.6rem;
}

.marketplace-theme .mp-featured-art {
    min-height: 180px;
}

.marketplace-theme .mp-featured-list,
.marketplace-theme .mp-product-panel {
    padding: 1rem;
}

.marketplace-theme .mp-featured-list a,
.marketplace-theme .mp-product-panel a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    border-top: 1px solid rgb(var(--mp-border-rgb) / .72);
    padding: .75rem 0;
    color: #fff;
    text-decoration: none;
}

.marketplace-theme .mp-panel-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: .8rem;
}

.marketplace-theme .mp-product-panel h2 {
    margin: 0 0 .35rem;
    font-size: 1rem;
    font-weight: 900;
}

.marketplace-theme .mp-metric-card,
.marketplace-theme .mp-review-card,
.marketplace-theme .mp-blog-card {
    padding: 1rem;
}

.marketplace-theme .mp-metric-card strong {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}

.marketplace-theme .mp-stars {
    color: #fbbf24;
    font-size: .88rem;
}

.marketplace-theme .mp-blog-faq {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
}

.marketplace-theme .mp-blog-card {
    display: block;
    color: #fff;
    text-decoration: none;
}

.marketplace-theme .mp-blog-card strong {
    display: block;
    margin-bottom: .4rem;
}

.marketplace-theme .mp-faq-list {
    display: grid;
    gap: .6rem;
}

.marketplace-theme .mp-faq-list details {
    padding: 1rem;
}

.marketplace-theme .mp-faq-list summary {
    cursor: pointer;
    font-weight: 800;
}

.marketplace-theme .mp-faq-list p {
    margin: .75rem 0 0;
    color: var(--mp-muted);
}

@media (min-width: 768px) {
    .marketplace-theme .mp-category-grid,
    .marketplace-theme .mp-games-grid,
    .marketplace-theme .mp-product-grid,
    .marketplace-theme .mp-review-grid,
    .marketplace-theme .mp-blog-grid,
    .marketplace-theme .mp-metrics-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .marketplace-theme .mp-featured {
        grid-template-columns: minmax(0, 1.15fr) minmax(240px, .75fr);
    }
}

@media (min-width: 1024px) {
    .marketplace-theme .mp-hero {
        grid-template-columns: minmax(0, 1fr) 320px;
    }

    .marketplace-theme .mp-category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .marketplace-theme .mp-games-grid,
    .marketplace-theme .mp-product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .marketplace-theme .mp-trust-grid,
    .marketplace-theme .mp-metrics-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .marketplace-theme .mp-panel-grid,
    .marketplace-theme .mp-blog-faq {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .marketplace-theme .mp-blog-faq > div:first-child {
        grid-column: span 2;
    }
}

@media (min-width: 1280px) {
    .marketplace-theme .mp-product-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .marketplace-theme .mp-games-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

body.marketplace-page {
    background: #070a0f !important;
    color: #f8fafc;
}

body.marketplace-page .body_root {
    margin-top: 0;
    background:
        radial-gradient(circle at 18% 8%, rgb(239 47 61 / .08), transparent 28rem),
        radial-gradient(circle at 92% 24%, rgb(122 36 47 / .20), transparent 28rem),
        #070a0f;
}

body.marketplace-page main {
    padding-top: 0;
}

body.marketplace-page main > .container,
body.marketplace-page .nx-header > .container,
body.marketplace-page footer > .container {
    width: min(100% - 32px, 1320px);
    max-width: 1320px;
}

body.marketplace-page .w-section {
    margin-top: 0;
}

.marketplace-theme {
    display: block;
}

.marketplace-theme .mp-section,
.marketplace-theme .mp-hero,
.marketplace-theme .mp-trust-grid,
.marketplace-theme .mp-featured,
.marketplace-theme .mp-panel-grid,
.marketplace-theme .mp-blog-faq,
.marketplace-theme .mp-top-promos {
    margin: 14px 0;
}

.marketplace-theme .mp-card,
.marketplace-theme .mp-product,
.marketplace-theme .mp-category-card {
    background: linear-gradient(180deg, rgb(20 25 33 / .94), rgb(13 18 26 / .94));
    border-color: rgb(57 68 84 / .78);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / .035), 0 18px 38px rgb(0 0 0 / .2);
}

.marketplace-theme .mp-top-promos {
    overflow: hidden;
}

.marketplace-theme .mp-promo-strip {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
}

.marketplace-theme .mp-promo-card {
    min-height: 132px;
    flex: 0 0 142px;
    align-items: end;
    padding: 12px;
    overflow: hidden;
}

.marketplace-theme .mp-promo-card .mp-category-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: .86;
}

.marketplace-theme .mp-promo-card .mp-category-media img {
    object-position: center;
}

.marketplace-theme .mp-promo-card .mp-category-media::after,
.marketplace-theme .mp-game-card .mp-category-media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        radial-gradient(circle at 72% 24%, rgb(255 255 255 / .10), transparent 4rem),
        linear-gradient(135deg, rgb(0 0 0 / .18), rgb(0 0 0 / .76));
}

.marketplace-theme .mp-promo-card .mp-category-copy {
    position: relative;
    z-index: 3;
    min-width: 0;
}

.marketplace-theme .mp-promo-card .mp-category-copy strong {
    max-width: 120px;
    font-size: .88rem;
    line-height: 1.12;
    text-transform: uppercase;
}

.marketplace-theme .mp-promo-card .mp-category-copy small {
    color: var(--mp-primary);
    font-size: .72rem;
    font-weight: 800;
}

.marketplace-theme .mp-promo-card .mp-category-copy small::after {
    content: " →";
}

.marketplace-theme .mp-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
}

.marketplace-theme .mp-hero-main {
    min-height: 460px;
    align-items: center;
}

.marketplace-theme .mp-hero-main > img {
    position: absolute;
    inset: 0;
    object-position: center right;
    opacity: .82;
}

.marketplace-theme .mp-hero-main::after {
    background:
        radial-gradient(circle at 76% 42%, rgb(239 47 61 / .12), transparent 16rem),
        linear-gradient(90deg, rgb(7 10 15 / .98), rgb(7 10 15 / .78) 46%, rgb(7 10 15 / .26));
}

.marketplace-theme .mp-hero-copy {
    max-width: 520px;
    padding: 38px;
}

.marketplace-theme .mp-hero-copy h1 {
    margin-top: .35rem;
    font-size: clamp(2.6rem, 5vw, 4.7rem);
    text-transform: uppercase;
}

.marketplace-theme .mp-hero-copy h1::first-line {
    color: #fff;
}

.marketplace-theme .mp-hero-search {
    position: relative;
    display: block;
    width: min(100%, 420px);
    margin-top: 26px;
}

.marketplace-theme .mp-hero-search input {
    width: 100%;
    height: 52px;
    border: 1px solid rgb(57 68 84 / .86);
    border-radius: 8px;
    padding: 0 112px 0 16px;
    color: #fff;
    background: rgb(0 0 0 / .32);
    outline: none;
}

.marketplace-theme .mp-hero-search button {
    position: absolute;
    right: 6px;
    top: 6px;
    height: 40px;
    min-width: 84px;
    border-radius: 6px;
    color: #fff;
    font-weight: 900;
    background: var(--mp-primary);
}

.marketplace-theme .mp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.marketplace-theme .mp-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 24px;
    color: var(--mp-muted);
}

.marketplace-theme .mp-hero-stats small {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
}

.marketplace-theme .mp-hero-stats i {
    color: var(--mp-primary);
}

.marketplace-theme .mp-hero-mini {
    position: absolute;
    z-index: 4;
    right: 36px;
    top: 50%;
    width: 210px;
    display: none;
    transform: translateY(-50%);
}

.marketplace-theme .mp-hero-mini .mp-card {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding: 10px;
}

.marketplace-theme .mp-hero-mini img {
    width: 58px;
    height: 58px;
    border-radius: 8px;
    object-fit: cover;
}

.marketplace-theme .mp-hero-mini strong,
.marketplace-theme .mp-hero-mini small,
.marketplace-theme .mp-hero-mini b {
    display: block;
    line-height: 1.2;
}

.marketplace-theme .mp-hero-mini strong {
    font-size: .78rem;
}

.marketplace-theme .mp-hero-mini small {
    color: var(--mp-muted);
    font-size: .7rem;
}

.marketplace-theme .mp-hero-mini b {
    margin-top: 3px;
    font-size: .78rem;
}

.marketplace-theme .mp-side-promo {
    min-height: 142px;
    position: relative;
    overflow: hidden;
    padding: 22px;
}

.marketplace-theme .mp-side-promo::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 86% 50%, rgb(255 255 255 / .16), transparent 7rem);
}

.marketplace-theme .mp-side-promo strong,
.marketplace-theme .mp-side-promo small,
.marketplace-theme .mp-side-promo .mp-btn {
    position: relative;
    z-index: 2;
}

.marketplace-theme .mp-side-promo strong {
    max-width: 70%;
    font-size: 1.35rem;
    line-height: 1.05;
    text-transform: uppercase;
}

.marketplace-theme .mp-side-promo .mp-btn {
    min-height: 30px;
    margin-top: 14px;
    padding: .3rem .7rem;
    font-size: .72rem;
}

.marketplace-theme .mp-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.marketplace-theme .mp-trust-card {
    min-height: 76px;
}

.marketplace-theme .mp-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.marketplace-theme .mp-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.marketplace-theme .mp-games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.marketplace-theme .mp-game-card {
    min-height: 144px;
}

.marketplace-theme .mp-game-card .mp-category-media {
    height: 94px;
}

.marketplace-theme .mp-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.marketplace-theme .mp-product-art {
    height: 150px;
}

.marketplace-theme .mp-featured {
    min-height: 360px;
}

.marketplace-theme .mp-featured-main {
    padding: 28px;
}

.marketplace-theme .mp-featured-art {
    min-height: 260px;
}

@media (min-width: 768px) {
    .marketplace-theme .mp-promo-strip {
        display: flex;
    }

    .marketplace-theme .mp-category-grid,
    .marketplace-theme .mp-games-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .marketplace-theme .mp-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .marketplace-theme .mp-promo-strip {
        display: grid;
        grid-template-columns: repeat(8, minmax(0, 1fr));
        overflow: visible;
    }

    .marketplace-theme .mp-promo-card {
        flex: initial;
    }

    .marketplace-theme .mp-hero {
        grid-template-columns: minmax(0, 2.35fr) minmax(260px, 1fr);
    }

    .marketplace-theme .mp-hero-side {
        grid-template-rows: repeat(3, 1fr);
    }

    .marketplace-theme .mp-trust-grid,
    .marketplace-theme .mp-metrics-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .marketplace-theme .mp-category-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .marketplace-theme .mp-games-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .marketplace-theme .mp-product-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .marketplace-theme .mp-hero-mini {
        display: block;
    }

    .marketplace-theme .mp-product-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (max-width: 1023px) {
    body.marketplace-page main {
        padding-top: 0;
    }
}

body.marketplace-page .nx-header {
    top: 0;
    padding: 13px 0;
    background: rgb(8 11 16 / .96);
    border-bottom: 1px solid rgb(255 255 255 / .065);
    box-shadow: 0 12px 30px rgb(0 0 0 / .28);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.marketplace-page .mp-site-header {
    position: sticky;
    top: 0;
    z-index: 70;
    min-height: 82px;
    margin-bottom: 0;
    border-bottom: 1px solid rgb(57 68 84 / .76);
    background: rgb(7 11 17 / .96);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.marketplace-page .breadcrumbs {
    position: sticky;
    top: 68px;
    z-index: 65;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgb(57 68 84 / .52);
    border-bottom: 1px solid rgb(57 68 84 / .28);
    background: rgb(7 11 17 / .96);
}

body.marketplace-page .breadcrumbs > .container {
    display: flex;
    min-height: 44px;
    align-items: center;
}

body.marketplace-page .breadcrumbs ul {
    align-items: center;
    gap: 0;
    min-width: 0;
    color: #8291a5;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

body.marketplace-page .breadcrumbs li {
    display: inline-flex;
    min-width: 0;
    align-items: center;
}

body.marketplace-page .breadcrumbs a,
body.marketplace-page .breadcrumbs span {
    display: inline-flex;
    align-items: center;
    color: #8291a5;
    white-space: nowrap;
}

body.marketplace-page .breadcrumbs a:hover {
    color: var(--mp-primary);
}

body.marketplace-page .breadcrumbs li:last-child span {
    color: #e8eef7;
}

body.marketplace-page .breadcrumbs i {
    margin-inline: 14px;
    color: #59667a;
    font-size: 10px;
}

.mp-site-container {
    width: min(100% - 32px, 1320px);
    max-width: 1320px;
    margin-inline: auto;
}

.mp-header-grid {
    min-height: 82px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
}

.mp-header-brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: #fff;
    text-decoration: none;
}

.mp-header-brand img {
    width: auto;
    height: auto;
    max-width: 172px;
    max-height: 44px;
    object-fit: contain;
}

.mp-header-brand span {
    width: 48px;
    height: 48px;
    display: inline-grid;
    place-items: center;
    border-radius: 7px;
    color: #fff;
    background: var(--mp-primary);
    font-size: 1.3rem;
    font-weight: 950;
}

.mp-header-brand strong {
    font-size: 1.3rem;
    font-weight: 950;
}

.mp-header-nav {
    display: none;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
    height: 82px;
}

.mp-header-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    max-width: 94px;
    color: #d7dce6;
    text-align: center;
    text-decoration: none;
    font-size: .92rem;
    line-height: 1.2;
    font-weight: 900;
}

.mp-header-nav a:hover,
.mp-header-nav a.is-active {
    color: #fff;
}

.mp-header-nav a.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    border-radius: 999px;
    background: var(--mp-primary);
}

.mp-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mp-header-search {
    position: relative;
    display: none;
}

.mp-header-search input {
    width: 330px;
    height: 48px;
    border: 1px solid rgb(57 68 84 / .88);
    border-radius: 10px;
    padding: 0 46px 0 16px;
    color: #fff;
    background: rgb(16 21 29 / .92);
    outline: 0;
}

.mp-header-search input::placeholder {
    color: #8f99a8;
}

.mp-header-search button {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    color: #fff;
    border-radius: 8px;
}

.mp-header-icon {
    position: relative;
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    color: #fff;
    border: 1px solid rgb(57 68 84 / .80);
    border-radius: 999px;
    background: rgb(16 21 29 / .74);
    text-decoration: none;
}

.mp-header-icon span {
    position: absolute;
    right: -2px;
    top: -3px;
    min-width: 18px;
    height: 18px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    background: var(--mp-primary);
    font-size: .65rem;
    font-weight: 900;
}

.mp-header-account {
    display: none;
    color: #fff;
    text-align: left;
    text-decoration: none;
    font-weight: 900;
    line-height: 1.1;
}

.mp-header-account small {
    display: block;
    color: #a5afbf;
    font-size: .78rem;
}

.mp-header-menu {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    color: #fff;
    border: 1px solid rgb(57 68 84 / .80);
    border-radius: 10px;
    background: rgb(16 21 29 / .74);
}

.mp-footer-trust {
    margin-top: 34px;
    border-block: 1px solid rgb(57 68 84 / .60);
    background: #161b23;
}

.mp-footer-trust-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.mp-footer-trust-card {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #fff;
}

.mp-footer-trust-card img,
.mp-footer-trust-card i {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.mp-footer-trust-card strong,
.mp-footer-trust-card small {
    display: block;
}

.mp-footer-trust-card small {
    color: #a5afbf;
    font-size: .76rem;
}

.mp-site-footer {
    color: #fff;
    border-top: 1px solid rgb(57 68 84 / .60);
    background: #070b11;
}

.mp-footer-main {
    display: grid;
    gap: 34px;
    padding: 38px 0;
}

.mp-footer-brand img {
    width: auto;
    max-width: 176px;
    max-height: 50px;
    object-fit: contain;
}

.mp-footer-brand a {
    color: #fff;
    text-decoration: none;
}

.mp-footer-brand p,
.mp-footer-newsletter p {
    margin-top: 14px;
    color: #a5afbf;
    font-size: .88rem;
    line-height: 1.65;
}

.mp-footer-socials {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.mp-footer-socials a {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    color: #fff;
    border: 1px solid rgb(57 68 84 / .72);
    border-radius: 9px;
    background: rgb(16 21 29 / .82);
    text-decoration: none;
}

.mp-footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.mp-footer-links h3,
.mp-footer-newsletter h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: .92rem;
    font-weight: 950;
}

.mp-footer-links a {
    display: block;
    margin-top: 9px;
    color: #a5afbf;
    text-decoration: none;
    font-size: .84rem;
}

.mp-footer-links a:hover {
    color: var(--mp-primary);
}

.mp-footer-newsletter form {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.mp-footer-newsletter input {
    min-width: 0;
    flex: 1;
    height: 42px;
    border: 1px solid rgb(57 68 84 / .80);
    border-radius: 8px;
    padding: 0 12px;
    color: #fff;
    background: rgb(16 21 29 / .92);
}

.mp-footer-etbis {
    margin-top: 16px;
}

.mp-footer-bottom {
    border-top: 1px solid rgb(57 68 84 / .60);
    color: #8f99a8;
    font-size: .78rem;
}

.mp-footer-bottom .mp-site-container {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.mp-footer-bottom strong {
    color: #d7dce6;
}

.mp-footer-payment-logos {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.mp-footer-payment-logos img {
    width: auto;
    max-width: 70px;
    height: 18px;
    object-fit: contain;
    filter: grayscale(1) brightness(1.8);
    opacity: .92;
}

@media (min-width: 768px) {
    .mp-footer-trust-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .mp-footer-links {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .mp-footer-bottom .mp-site-container {
        flex-direction: column;
        justify-content: center;
        padding-block: 14px;
        text-align: center;
    }

    .mp-footer-payment-logos {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media (min-width: 1180px) {
    .mp-header-nav,
    .mp-header-search,
    .mp-header-account {
        display: flex;
    }

    .mp-header-menu {
        display: none;
    }

    .mp-footer-main {
        grid-template-columns: 1.05fr 2fr 1fr;
    }
}

body.marketplace-page .nx-header.is-scrolled,
body.marketplace-page:not(.home_page) .nx-header {
    padding: 10px 0;
    background: rgb(8 11 16 / .98);
}

body.marketplace-page .nx-row {
    gap: 18px;
}

body.marketplace-page .nx-logo {
    min-width: 150px;
}

body.marketplace-page .nx-logo img {
    max-width: 148px;
    max-height: 38px;
}

body.marketplace-page .nx-center {
    max-width: none;
    margin-left: 14px;
    gap: 28px;
}

body.marketplace-page .nx-nav {
    gap: 22px;
    color: #d7dbe3;
    font-size: 13px;
}

body.marketplace-page .nx-nav a {
    position: relative;
    color: #d7dbe3;
}

body.marketplace-page .nx-nav a:first-child {
    color: #fff;
}

body.marketplace-page .nx-nav a:first-child::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    height: 2px;
    border-radius: 999px;
    background: var(--mp-primary);
}

body.marketplace-page .nx-search {
    max-width: 300px;
    min-width: 260px;
}

body.marketplace-page .nx-search form {
    height: 38px;
    border-radius: 8px;
    background: rgb(18 23 31 / .92);
    border-color: rgb(57 68 84 / .78);
}

body.marketplace-page .nx-search-kbd {
    top: 5px;
    right: 5px;
    height: 28px;
    border-radius: 7px;
}

body.marketplace-page .nx-actions {
    gap: 12px;
}

body.marketplace-page .nx-action-link,
body.marketplace-page .nx-action-btn {
    width: 38px;
    height: 38px;
    border: 1px solid rgb(57 68 84 / .76);
    border-radius: 999px;
    background: rgb(18 23 31 / .78);
}

body.marketplace-page .nx-action-link i,
body.marketplace-page .nx-action-btn i {
    font-size: 16px;
}

body.marketplace-page .nx-badge {
    background: var(--mp-primary);
}

body.marketplace-page .nx-auth {
    gap: 8px;
    padding-left: 10px;
}

body.marketplace-page .nx-login,
body.marketplace-page .nx-signup,
body.marketplace-page .nx-account-btn {
    min-height: 34px;
    border-radius: 8px;
    padding: 0 12px;
    font-size: 12px;
    background: rgb(18 23 31 / .82);
}

body.marketplace-page .nx-signup {
    background: #fff;
    color: #111827;
}

body.marketplace-page .nx-signup:hover {
    color: #111827;
    background: #f3f4f6;
}

body.marketplace-page footer,
body.marketplace-page footer + .bg-primary {
    background: #090d13 !important;
}

body.marketplace-page footer {
    border-top: 1px solid rgb(57 68 84 / .60);
}

body.marketplace-page footer .container {
    width: min(100% - 32px, 1320px);
    max-width: 1320px;
}

body.marketplace-page footer .flex.flex-wrap.justify-between {
    padding-top: 34px;
    padding-bottom: 34px;
}

body.marketplace-page footer h4 {
    margin-bottom: 14px;
    color: #fff;
    font-size: .92rem;
    line-height: 1.2;
    font-weight: 900;
}

body.marketplace-page footer li {
    margin-bottom: 9px !important;
}

body.marketplace-page footer a,
body.marketplace-page footer p,
body.marketplace-page footer span,
body.marketplace-page footer li {
    color: #aeb7c5;
    font-size: .82rem;
}

body.marketplace-page footer a:hover {
    color: #fff;
}

body.marketplace-page footer hr {
    border-color: rgb(57 68 84 / .60);
}

body.marketplace-page footer .bg-gray-800 {
    background: transparent !important;
}

body.marketplace-page footer img[width="270"] {
    width: 170px;
    max-width: 170px;
}

body.marketplace-page footer .text-orange a,
body.marketplace-page footer .text-orange .h-12 {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    color: #fff;
    background: rgb(18 23 31 / .92) !important;
    border: 1px solid rgb(57 68 84 / .70);
}

body.marketplace-page footer + .bg-primary {
    border-top: 1px solid rgb(57 68 84 / .50);
    padding: 12px 0;
}

body.marketplace-page footer + .bg-primary p {
    color: #8b95a4;
    font-size: .76rem;
}

body.marketplace-page > .body_root > section.mt-6.bg-secondary {
    margin-top: 34px;
    background: #151a22 !important;
    border-top: 1px solid rgb(57 68 84 / .55);
    border-bottom: 1px solid rgb(57 68 84 / .55);
}

body.marketplace-page > .body_root > section.mt-6.bg-secondary .container {
    width: min(100% - 32px, 1320px);
    max-width: 1320px;
}

body.marketplace-page > .body_root > section.mt-6.bg-secondary .py-8 {
    padding-top: 18px;
    padding-bottom: 18px;
}

body.marketplace-page > .body_root > section.mt-6.bg-secondary img {
    width: 42px;
    height: 42px;
}

@media (max-width: 1023px) {
    body.marketplace-page .nx-header {
        position: sticky;
    }

    body.marketplace-page .nx-center {
        margin-left: 0;
    }

    body.marketplace-page .nx-search {
        max-width: none;
        min-width: 0;
    }
}

/* Marketplace visual alignment overrides */
body.marketplace-page {
    overflow-x: hidden;
    background: #070b11 !important;
    padding: 0 !important;
}

body.marketplace-page .body_root {
    margin-top: 0;
    min-height: 100vh;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    background:
        radial-gradient(circle at 18% -4%, rgb(239 47 61 / .08), transparent 30rem),
        radial-gradient(circle at 88% 22%, rgb(82 27 34 / .20), transparent 32rem),
        #070b11 !important;
}

body.marketplace-page main {
    padding-top: 0 !important;
}

body.marketplace-page main > .container,
body.marketplace-page .mp-site-container,
body.marketplace-page footer > .container {
    width: min(100% - 56px, 1550px);
    max-width: 1550px;
}

body.marketplace-page .w-section {
    margin: 0 !important;
}

body.marketplace-page .w-section + .w-section {
    margin-top: 18px !important;
}

.marketplace-theme {
    --mp-primary: #ef2f3d;
    --mp-secondary: #ff5960;
    --mp-bg: #070b11;
    --mp-surface: #10151d;
    --mp-surface-soft: #171d27;
    --mp-border: #28313d;
    --mp-text: #f8fafc;
    --mp-muted: #98a4b3;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.marketplace-theme .mp-top-promos {
    margin: 0 0 18px;
    padding-top: 18px;
}

.marketplace-theme .mp-promo-strip {
    display: flex !important;
    gap: 14px;
    overflow-x: auto !important;
    padding: 0 0 8px;
}

.marketplace-theme .mp-promo-card {
    flex: 0 0 144px !important;
    min-width: 144px;
    min-height: 96px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 14px;
    overflow: hidden;
}

.marketplace-theme .mp-promo-card .mp-category-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: .34;
    filter: saturate(.85) contrast(1.08);
}

.marketplace-theme .mp-promo-card .mp-category-media::after {
    background:
        radial-gradient(circle at 76% 18%, rgb(255 255 255 / .12), transparent 4rem),
        linear-gradient(135deg, rgb(0 0 0 / .06), rgb(0 0 0 / .74));
}

.marketplace-theme .mp-promo-card .mp-category-copy {
    position: relative;
    z-index: 3;
}

.marketplace-theme .mp-promo-card .mp-category-copy strong {
    max-width: 112px;
    color: #fff;
    font-size: .88rem;
    line-height: 1.12;
    text-transform: uppercase;
}

.marketplace-theme .mp-promo-card .mp-category-copy small {
    margin-top: 12px;
    color: var(--mp-primary);
    font-size: .76rem;
    line-height: 1;
    font-weight: 950;
}

.marketplace-theme .mp-promo-card .mp-category-copy small::after {
    content: " ->";
}

.marketplace-theme .mp-promo-all {
    display: grid;
    place-items: center;
    text-align: center;
    background: rgb(16 21 29 / .88);
}

.marketplace-theme .mp-promo-all .mp-promo-plus {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin-bottom: 6px;
    border: 1px solid rgb(255 255 255 / .18);
    border-radius: 999px;
    color: #d7dce6;
    background: rgb(255 255 255 / .035);
}

.marketplace-theme .mp-promo-all .mp-category-copy small {
    display: none;
}

.marketplace-theme .mp-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    margin: 0 0 18px;
}

.marketplace-theme .mp-hero-main {
    min-height: 430px;
    align-items: center;
}

.marketplace-theme .mp-hero-main > img {
    position: absolute;
    inset: 0;
    z-index: 1;
    object-position: center right;
    opacity: .72;
}

.marketplace-theme .mp-hero-main::after {
    z-index: 2;
    background:
        radial-gradient(circle at 74% 42%, rgb(239 47 61 / .12), transparent 15rem),
        linear-gradient(90deg, rgb(7 11 17 / .98), rgb(7 11 17 / .74) 48%, rgb(7 11 17 / .18));
}

.marketplace-theme .mp-hero-copy {
    max-width: 560px;
    padding: 48px 44px;
}

.marketplace-theme .mp-hero-copy h1 {
    max-width: 560px;
    margin: 10px 0 14px;
    color: #fff;
    font-size: clamp(3rem, 4.9vw, 4.8rem);
    line-height: .96;
    text-transform: uppercase;
}

.marketplace-theme .mp-hero-copy p {
    max-width: 460px;
    color: #aeb8c8;
    font-size: .98rem;
    line-height: 1.55;
}

.marketplace-theme .mp-hero-search {
    width: min(100%, 430px);
    margin-top: 28px;
}

.marketplace-theme .mp-hero-search input {
    height: 52px;
    border-radius: 8px;
    background: rgb(0 0 0 / .34);
}

.marketplace-theme .mp-hero-actions {
    margin-top: 20px;
}

.marketplace-theme .mp-hero-stats {
    margin-top: 28px;
}

.marketplace-theme .mp-hero-mini {
    right: 36px;
    width: 245px;
}

.marketplace-theme .mp-hero-mini .mp-card {
    padding: 12px;
    background: rgb(16 21 29 / .70);
}

.marketplace-theme .mp-side-promo {
    min-height: 132px;
    padding: 22px;
}

.marketplace-theme .mp-side-promo {
    display: block;
    isolation: isolate;
}

.marketplace-theme .mp-side-content {
    position: relative;
    z-index: 3;
    display: block;
}

.marketplace-theme .mp-side-art {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    opacity: .95;
    pointer-events: none;
}

.marketplace-theme .mp-side-art::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 58% 44%, rgb(255 255 255 / .22), transparent 5.5rem),
        linear-gradient(135deg, rgb(255 255 255 / .08), rgb(255 255 255 / 0) 58%);
}

.marketplace-theme .mp-side-art::after {
    content: "";
    position: absolute;
    right: -22px;
    top: 50%;
    width: 132px;
    height: 132px;
    border: 18px solid rgb(255 255 255 / .08);
    border-radius: 999px;
    transform: translateY(-50%) rotate(-18deg);
}

.marketplace-theme .mp-side-art img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    opacity: .78;
    filter: grayscale(.25) saturate(.85) contrast(1.1);
    mask-image: none;
    -webkit-mask-image: none;
}

.marketplace-theme .mp-side-promo::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgb(13 18 26 / .98) 0%, rgb(13 18 26 / .92) 39%, rgb(13 18 26 / .48) 66%, rgb(13 18 26 / .16) 100%),
        radial-gradient(circle at 82% 50%, rgb(255 255 255 / .08), transparent 9rem);
}

.marketplace-theme .mp-side-art b {
    position: absolute;
    right: 22px;
    top: 50%;
    z-index: 2;
    color: rgb(255 255 255 / .14);
    font-size: clamp(3.3rem, 5vw, 5.5rem);
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0;
    transform: translateY(-50%) rotate(-8deg);
    text-shadow: 0 0 24px rgb(255 255 255 / .08);
}

.marketplace-theme .tone-red .mp-side-art,
.marketplace-theme .tone-red.mp-side-promo .mp-side-art { background: linear-gradient(135deg, transparent, rgb(239 52 61 / .32)); }
.marketplace-theme .tone-gold .mp-side-art,
.marketplace-theme .tone-gold.mp-side-promo .mp-side-art { background: linear-gradient(135deg, transparent, rgb(214 164 58 / .30)); }
.marketplace-theme .tone-blue .mp-side-art,
.marketplace-theme .tone-blue.mp-side-promo .mp-side-art { background: linear-gradient(135deg, transparent, rgb(14 165 233 / .30)); }
.marketplace-theme .tone-green .mp-side-art,
.marketplace-theme .tone-green.mp-side-promo .mp-side-art { background: linear-gradient(135deg, transparent, rgb(34 197 94 / .26)); }
.marketplace-theme .tone-purple .mp-side-art,
.marketplace-theme .tone-purple.mp-side-promo .mp-side-art { background: linear-gradient(135deg, transparent, rgb(139 92 246 / .30)); }
.marketplace-theme .tone-steam .mp-side-art,
.marketplace-theme .tone-steam.mp-side-promo .mp-side-art { background: linear-gradient(135deg, transparent, rgb(37 99 235 / .30)); }
.marketplace-theme .tone-lol .mp-side-art,
.marketplace-theme .tone-lol.mp-side-promo .mp-side-art { background: linear-gradient(135deg, transparent, rgb(200 155 60 / .30)); }
.marketplace-theme .tone-ml .mp-side-art,
.marketplace-theme .tone-ml.mp-side-promo .mp-side-art { background: linear-gradient(135deg, transparent, rgb(88 101 242 / .30)); }

.marketplace-theme .mp-side-promo strong {
    max-width: 78%;
    font-size: 1.2rem;
    line-height: 1.08;
}

.marketplace-theme .mp-trust-card,
.marketplace-theme .mp-metric-card,
.marketplace-theme .mp-review-card,
.marketplace-theme .mp-blog-card,
.marketplace-theme .mp-product-panel,
.marketplace-theme .mp-featured {
    background: linear-gradient(180deg, rgb(17 22 30 / .94), rgb(12 17 24 / .94));
}

.marketplace-theme .mp-section-title {
    margin-bottom: 14px;
}

.marketplace-theme .mp-section-title h2 {
    padding-left: 0;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.1;
}

.marketplace-theme .mp-section-title h2::before {
    display: none;
}

.marketplace-theme .mp-section-title h2::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 1.15em;
    margin-right: 12px;
    border-radius: 999px;
    background: var(--mp-primary);
    vertical-align: -.2em;
    transform: translateX(-100%);
}

.marketplace-theme .mp-section-title .mp-btn {
    min-height: 32px;
    padding: 0 12px;
    color: var(--mp-primary);
    border: 0;
    background: transparent;
}

.marketplace-theme .mp-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.marketplace-theme .mp-category-card:not(.mp-promo-card):not(.mp-game-card) {
    min-height: 86px;
    padding: 12px;
}

.marketplace-theme .mp-category-card:not(.mp-promo-card):not(.mp-game-card) .mp-category-media {
    width: 48px;
    height: 48px;
}

.marketplace-theme .mp-games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.marketplace-theme .mp-game-card {
    min-height: 154px;
    padding: 8px;
    overflow: hidden;
}

.marketplace-theme .mp-game-card .mp-category-media {
    height: 100px;
    margin-bottom: 9px;
}

.marketplace-theme .mp-game-card .mp-category-copy strong {
    font-size: .82rem;
    line-height: 1.15;
}

.marketplace-theme .mp-game-card .mp-category-copy small {
    font-size: .72rem;
}

.marketplace-theme .mp-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.marketplace-theme .mp-product-art {
    height: 132px;
}

.marketplace-theme .mp-product-body {
    padding: 12px;
}

.marketplace-theme .mp-product-body h3 {
    min-height: 36px;
    font-size: .88rem;
}

.marketplace-theme .mp-product-body p {
    min-height: 34px;
    font-size: .76rem;
}

.marketplace-theme .mp-product-buy strong {
    padding: .62rem .5rem;
    font-size: .86rem;
}

.marketplace-theme .mp-icon-btn {
    width: 38px;
    height: 38px;
}

body.marketplace-page .mp-site-header {
    min-height: 68px;
}

body.marketplace-page .mp-header-grid {
    min-height: 66px;
    grid-template-columns: max-content minmax(0, 1fr) minmax(0, auto);
    gap: 18px;
}

body.marketplace-page .mp-header-brand {
    width: max-content;
    max-width: 210px;
    min-width: 0;
}

body.marketplace-page .mp-header-nav {
    height: 66px;
    justify-content: center;
    gap: 30px;
    min-width: 0;
    overflow: hidden;
}

body.marketplace-page .mp-header-search input {
    width: clamp(240px, 22vw, 360px);
    height: 42px;
}

body.marketplace-page .mp-header-account {
    min-width: 158px;
}

body.marketplace-page .mp-header-account {
    appearance: none;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 2px !important;
    text-align: left !important;
}

body.marketplace-page .mp-header-account span,
body.marketplace-page .mp-header-account small {
    display: block;
    white-space: nowrap;
}

body.marketplace-page .mp-header-account span {
    color: #fff;
    font-size: .86rem;
    line-height: 1.1;
    font-weight: 950;
}

body.marketplace-page .mp-header-account small {
    margin-top: 2px;
    color: #c3cbd6;
    font-size: .74rem;
    line-height: 1.1;
    font-weight: 850;
}

body.marketplace-page .mp-header-actions {
    justify-content: flex-end;
    gap: 10px;
    min-width: 0;
}

body.marketplace-page .mp-header-icon {
    width: 42px;
    height: 40px;
}

body.marketplace-page .mp-header-brand img {
    width: auto !important;
    height: auto !important;
    max-width: 190px;
    max-height: 46px;
    object-fit: contain;
    transform: translateY(-1px);
}

body.marketplace-page .mp-header-nav a {
    max-width: none;
    font-size: .86rem;
    line-height: 1.08;
    white-space: nowrap;
    text-align: center;
}

@media (max-width: 1600px) {
    body.marketplace-page .mp-header-grid {
        gap: 14px;
    }

    body.marketplace-page .mp-header-nav {
        gap: 20px;
    }

    body.marketplace-page .mp-header-search input {
        width: clamp(250px, 20vw, 330px);
    }
}

@media (max-width: 1450px) {
    body.marketplace-page .mp-header-grid {
        grid-template-columns: max-content minmax(0, 1fr) minmax(0, auto);
        gap: 12px;
    }

    body.marketplace-page .mp-header-nav {
        gap: 14px;
    }

    body.marketplace-page .mp-header-nav a {
        font-size: .78rem;
    }

    body.marketplace-page .mp-header-search input {
        width: clamp(220px, 20vw, 300px);
    }

    body.marketplace-page .mp-header-actions {
        gap: 8px;
    }
}

@media (max-width: 1280px) and (min-width: 1180px) {
    body.marketplace-page .mp-header-grid {
        grid-template-columns: max-content minmax(0, 1fr) minmax(0, auto);
        gap: 10px;
    }

    body.marketplace-page .mp-header-brand img {
        width: auto !important;
        height: auto !important;
        max-width: 168px;
        object-fit: contain;
    }

    body.marketplace-page .mp-header-nav {
        gap: 10px;
    }

    body.marketplace-page .mp-header-nav a {
        font-size: .74rem;
    }

    body.marketplace-page .mp-header-search input {
        width: 220px;
    }

    body.marketplace-page .mp-header-icon {
        width: 38px;
        height: 38px;
    }

    body.marketplace-page .mp-header-account {
        min-width: 126px;
    }
}

@media (min-width: 768px) {
    .marketplace-theme .mp-category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .marketplace-theme .mp-games-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .marketplace-theme .mp-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .marketplace-theme .mp-promo-strip {
        display: grid !important;
        grid-template-columns: repeat(8, minmax(0, 1fr));
        overflow: hidden !important;
    }

    .marketplace-theme .mp-promo-card {
        min-width: 0;
        width: auto;
    }

    .marketplace-theme .mp-hero {
        grid-template-columns: minmax(0, 2.2fr) minmax(300px, 1fr);
    }

    .marketplace-theme .mp-category-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .marketplace-theme .mp-games-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .marketplace-theme .mp-product-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .marketplace-theme .mp-product-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .marketplace-theme .mp-hero-mini {
        display: block;
    }
}

@media (max-width: 767px) {
    body.marketplace-page main > .container,
    body.marketplace-page .mp-site-container {
        width: min(100% - 24px, 1550px);
    }

    .marketplace-theme .mp-hero-copy {
        padding: 28px 22px;
    }

    .marketplace-theme .mp-hero-main {
        min-height: 420px;
    }
}

@media (max-width: 767px) {
    body.marketplace-page .mp-site-header {
        min-height: 74px;
    }

    body.marketplace-page .mp-header-grid {
        min-height: 72px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
    }

    body.marketplace-page .mp-header-brand {
        min-width: 0;
    }

    body.marketplace-page .mp-header-brand img {
        width: auto !important;
        height: auto !important;
        max-width: 190px;
        max-height: 42px;
        object-fit: contain;
    }

    body.marketplace-page .mp-header-nav,
    body.marketplace-page .mp-header-search,
    body.marketplace-page .mp-header-account,
    body.marketplace-page .mp-header-actions > .mp-header-icon[aria-hidden="true"] {
        display: none !important;
    }

    body.marketplace-page .mp-header-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        min-width: 0;
    }

    body.marketplace-page .mp-header-actions .mp-header-icon {
        display: inline-grid;
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
    }

    body.marketplace-page .mp-header-menu {
        display: inline-grid !important;
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        place-items: center;
        border: 1px solid rgb(var(--mp-border-rgb) / .88);
        border-radius: 999px;
        color: #fff;
        background: rgb(16 21 29 / .7);
    }
}

@media (max-width: 430px) {
    body.marketplace-page .mp-site-container {
        width: min(100% - 16px, 1320px);
    }

    body.marketplace-page .mp-header-grid {
        min-height: 64px;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 6px;
    }

    body.marketplace-page .mp-header-brand img {
        width: auto !important;
        height: auto !important;
        max-width: 150px;
        max-height: 36px;
        object-fit: contain;
    }

    body.marketplace-page .mp-header-actions {
        gap: 5px;
    }

    body.marketplace-page .mp-header-actions .mp-header-icon,
    body.marketplace-page .mp-header-menu {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        font-size: 14px;
    }

    body.marketplace-page .mp-header-icon span {
        min-width: 16px;
        height: 16px;
        font-size: 9px;
        line-height: 16px;
    }
}

@media (max-width: 360px) {
    body.marketplace-page .mp-header-brand img {
        width: auto !important;
        height: auto !important;
        max-width: 132px;
        object-fit: contain;
    }

    body.marketplace-page .mp-header-actions .mp-header-icon,
    body.marketplace-page .mp-header-menu {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }
}

.marketplace-theme .mp-section-title h2 {
    position: relative;
    padding-left: 14px;
}

.marketplace-theme .mp-section-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: .06em;
    bottom: .06em;
    display: block;
    width: 3px;
    border-radius: 999px;
    background: var(--mp-primary);
}

.marketplace-theme .mp-section-title h2::after {
    display: none;
}

.marketplace-theme .mp-featured {
    min-height: 0;
    grid-template-columns: minmax(0, .95fr) minmax(360px, 1.2fr);
    grid-template-areas:
        "copy art"
        "list list";
    overflow: hidden;
}

.marketplace-theme .mp-featured-main {
    grid-area: copy;
    display: flex;
    min-height: 300px;
    flex-direction: column;
    justify-content: center;
    padding: 28px 32px;
    background:
        radial-gradient(circle at 14% 14%, rgb(239 47 61 / .30), transparent 14rem),
        linear-gradient(135deg, rgb(90 18 25 / .92), rgb(12 17 24 / .96));
}

.marketplace-theme .mp-featured-main h2 {
    max-width: 360px;
    margin: 8px 0 10px;
    font-size: 2rem;
    line-height: 1.05;
}

.marketplace-theme .mp-featured-main p {
    max-width: 420px;
    min-height: 0;
    margin: 0 0 16px;
}

.marketplace-theme .mp-featured-main strong {
    margin: 0 0 18px;
    font-size: 1.8rem;
}

.marketplace-theme .mp-featured-main .mp-btn {
    width: min(100%, 360px);
}

.marketplace-theme .mp-featured-art {
    grid-area: art;
    min-height: 300px;
    max-height: 360px;
}

.marketplace-theme .mp-featured-art img {
    object-position: center;
}

.marketplace-theme .mp-featured-list {
    grid-area: list;
    padding: 0 24px 16px;
}

.marketplace-theme .mp-featured-list a {
    padding: 12px 0;
}

body.marketplace-page .mp-footer-main {
    padding: 34px 0 30px;
}

body.marketplace-page .mp-footer-bottom .mp-site-container {
    min-height: 48px;
}

body.marketplace-page .mp-footer-bottom strong {
    font-size: .8rem;
    letter-spacing: 0;
}

body.marketplace-page .mp-footer-payment-logos img {
    max-width: 64px;
    height: 16px;
}

.marketplace-theme .mp-review-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 0 0 8px;
}

.marketplace-theme .mp-review-card {
    min-height: 88px;
    flex: 0 0 245px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgb(20 25 33 / .94), rgb(14 18 25 / .94));
}

.marketplace-theme .mp-review-avatar {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: inline-grid;
    place-items: center;
    border: 2px solid rgb(255 255 255 / .22);
    border-radius: 999px;
    color: #fff;
    background:
        radial-gradient(circle at 35% 25%, rgb(255 255 255 / .28), transparent 1.1rem),
        linear-gradient(135deg, #166064, #d2a15a);
    font-size: .9rem;
    font-weight: 950;
}

.marketplace-theme .mp-review-content {
    min-width: 0;
    flex: 1 1 auto;
    display: block;
}

.marketplace-theme .mp-review-card .mp-stars {
    display: block;
    color: #fbbf24;
    font-size: .82rem;
    line-height: 1;
    letter-spacing: 0;
}

.marketplace-theme .mp-review-card p {
    display: -webkit-box;
    min-height: 28px;
    margin: 6px 0 4px;
    overflow: hidden;
    color: #c7d2e1;
    font-size: .72rem;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.marketplace-theme .mp-review-card strong {
    display: block;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .74rem;
    line-height: 1.1;
}

.marketplace-theme .mp-review-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
    width: 100%;
}

.marketplace-theme .mp-review-meta strong {
    min-width: 0;
}

.marketplace-theme .mp-review-meta time {
    flex: 0 0 auto;
    margin-left: auto;
    color: #7f8da1;
    font-size: .68rem;
    font-weight: 800;
    line-height: 1.1;
    white-space: nowrap;
}

@media (min-width: 1280px) {
    .marketplace-theme .mp-review-grid {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        overflow: visible;
    }

    .marketplace-theme .mp-review-card {
        min-width: 0;
        width: auto;
        flex: initial;
    }
}

@media (max-width: 900px) {
    .marketplace-theme .mp-featured {
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "art"
            "list";
    }

    .marketplace-theme .mp-featured-main,
    .marketplace-theme .mp-featured-art {
        min-height: 240px;
    }
}

.marketplace-theme .mp-promo-card:not(.mp-promo-all) .mp-category-media {
    opacity: 1;
    filter: saturate(.96) contrast(1.08);
}

.marketplace-theme .mp-promo-card:not(.mp-promo-all) .mp-category-media img {
    opacity: .78;
    object-fit: cover;
    object-position: center right;
    transform: scale(1.04);
}

.marketplace-theme .mp-promo-card:not(.mp-promo-all) .mp-category-media::after {
    background:
        radial-gradient(circle at 80% 22%, rgb(255 255 255 / .12), transparent 3.8rem),
        linear-gradient(90deg, rgb(8 13 20 / .98) 0%, rgb(8 13 20 / .76) 38%, rgb(8 13 20 / .18) 100%);
}

.marketplace-theme .mp-promo-card:not(.mp-promo-all) .mp-category-copy {
    max-width: 72%;
}

.marketplace-theme .mp-promo-card:not(.mp-promo-all) .mp-category-media img {
    opacity: 1;
    filter: saturate(1.28) contrast(1.12) brightness(1.08);
}

.marketplace-theme .mp-promo-card:not(.mp-promo-all) .mp-category-media::after {
    background:
        linear-gradient(90deg, rgb(8 13 20 / .90) 0%, rgb(8 13 20 / .58) 34%, rgb(8 13 20 / .08) 100%),
        radial-gradient(circle at 78% 24%, rgb(255 255 255 / .10), transparent 4rem);
}

.marketplace-theme .mp-side-art {
    opacity: 1;
}

.marketplace-theme .mp-side-art img {
    opacity: 1;
    filter: saturate(1.22) contrast(1.12) brightness(1.06);
}

.marketplace-theme .mp-side-promo::after {
    background:
        linear-gradient(90deg, rgb(13 18 26 / .94) 0%, rgb(13 18 26 / .72) 38%, rgb(13 18 26 / .22) 68%, rgb(13 18 26 / .04) 100%),
        radial-gradient(circle at 82% 50%, rgb(255 255 255 / .06), transparent 9rem);
}

.marketplace-theme .mp-product-art {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background:
        radial-gradient(circle at 50% 48%, rgb(255 255 255 / .06), transparent 58%),
        linear-gradient(180deg, rgb(11 17 26 / .98), rgb(8 13 20 / .98));
}

.marketplace-theme .mp-product-art::before {
    display: none;
}

.marketplace-theme .mp-product-art img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: none;
    filter: saturate(1.08) contrast(1.04);
}

.marketplace-theme .mp-flash-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
}

.marketplace-theme .mp-flash-box,
.marketplace-theme .mp-discount-box {
    padding: 16px;
    background:
        radial-gradient(circle at 50% 0%, rgb(255 255 255 / .035), transparent 46%),
        linear-gradient(180deg, rgb(18 23 31 / .94), rgb(11 16 23 / .94));
}

.marketplace-theme .mp-flash-head,
.marketplace-theme .mp-discount-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.marketplace-theme .mp-flash-head h2,
.marketplace-theme .mp-discount-head h2 {
    margin: 0;
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.15;
    font-weight: 950;
}

.marketplace-theme .mp-flash-countdown {
    display: none;
    align-items: center;
    gap: 6px;
    color: #fff;
    text-align: center;
}

.marketplace-theme .mp-flash-countdown small {
    display: block;
    max-width: 74px;
    color: var(--mp-muted);
    font-size: .58rem;
    line-height: 1.1;
}

.marketplace-theme .mp-flash-countdown span {
    display: grid;
    min-width: 34px;
}

.marketplace-theme .mp-flash-countdown b {
    color: #fff;
    font-size: .92rem;
    line-height: 1;
    font-weight: 950;
}

.marketplace-theme .mp-flash-countdown em {
    color: var(--mp-muted);
    font-size: .52rem;
    line-height: 1.2;
    font-style: normal;
}

.marketplace-theme .mp-flash-products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.marketplace-theme .mp-product-flash {
    min-width: 0;
    background: rgb(16 21 29 / .88);
}

.marketplace-theme .mp-product-flash .mp-product-art {
    height: 96px;
    padding: 8px;
}

.marketplace-theme .mp-product-flash .mp-product-body {
    padding: 10px;
}

.marketplace-theme .mp-product-flash .mp-kicker {
    display: block;
    color: var(--mp-muted);
    font-size: .62rem;
    line-height: 1.1;
    text-transform: uppercase;
}

.marketplace-theme .mp-product-flash .mp-product-body h3 {
    min-height: 32px;
    margin: 4px 0 7px;
    font-size: .76rem;
    line-height: 1.18;
}

.marketplace-theme .mp-product-flash .mp-product-body p {
    display: none;
}

.marketplace-theme .mp-product-flash .mp-product-buy {
    gap: 5px;
}

.marketplace-theme .mp-product-flash .mp-product-buy strong {
    padding: .48rem .45rem;
    font-size: .74rem;
}

.marketplace-theme .mp-product-flash .mp-product-buy del {
    order: -1;
    min-width: 44px;
    text-align: center;
    font-size: .64rem;
}

.marketplace-theme .mp-product-flash .mp-icon-btn {
    width: 30px;
    height: 30px;
}

.marketplace-theme .mp-product-flash .mp-product-badge {
    top: 8px;
    left: 8px;
    padding: .22rem .44rem;
    font-size: .62rem;
}

.marketplace-theme .mp-discount-head a {
    color: var(--mp-primary);
    font-size: .72rem;
    font-weight: 900;
    text-decoration: none;
}

.marketplace-theme .mp-discount-list {
    display: grid;
    gap: 9px;
}

.marketplace-theme .mp-discount-item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
}

.marketplace-theme .mp-discount-thumb {
    width: 46px;
    height: 46px;
    border-radius: 7px;
    background: rgb(8 13 20 / .95);
}

.marketplace-theme .mp-discount-thumb::before {
    display: none;
}

.marketplace-theme .mp-discount-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
}

.marketplace-theme .mp-discount-info {
    min-width: 0;
}

.marketplace-theme .mp-discount-info strong,
.marketplace-theme .mp-discount-info small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marketplace-theme .mp-discount-info strong {
    font-size: .78rem;
    line-height: 1.15;
    font-weight: 900;
}

.marketplace-theme .mp-discount-info small {
    margin-top: 3px;
    color: var(--mp-muted);
    font-size: .66rem;
}

.marketplace-theme .mp-discount-price {
    display: grid;
    justify-items: end;
    min-width: 72px;
}

.marketplace-theme .mp-discount-price del {
    color: var(--mp-muted);
    font-size: .62rem;
    line-height: 1;
}

.marketplace-theme .mp-discount-price b {
    color: #fff;
    font-size: .76rem;
    line-height: 1.2;
    font-weight: 950;
}

.marketplace-theme .mp-discount-item em {
    min-width: 42px;
    border-radius: 6px;
    padding: .32rem .4rem;
    color: #fff;
    background: var(--mp-primary);
    text-align: center;
    font-size: .66rem;
    line-height: 1;
    font-style: normal;
    font-weight: 950;
}

@media (min-width: 768px) {
    .marketplace-theme .mp-flash-countdown {
        display: flex;
    }

    .marketplace-theme .mp-flash-products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1180px) {
    .marketplace-theme .mp-flash-layout {
        grid-template-columns: minmax(0, 2.05fr) minmax(320px, .95fr);
    }

    .marketplace-theme .mp-flash-products {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

.marketplace-theme .mp-icon-tile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.marketplace-theme .mp-category-card.mp-icon-tile {
    min-height: 74px;
    display: grid;
    place-items: center;
    gap: 7px;
    padding: 10px 8px;
    text-align: center;
    background: linear-gradient(180deg, rgb(24 28 35 / .92), rgb(14 18 24 / .92));
}

.marketplace-theme .mp-category-card.mp-icon-tile .mp-category-media {
    width: 42px;
    height: 34px;
    border-radius: 6px;
    background: transparent;
}

.marketplace-theme .mp-category-card.mp-icon-tile .mp-category-media::before {
    display: none;
}

.marketplace-theme .mp-category-card.mp-icon-tile .mp-category-media img {
    object-fit: contain;
    filter: grayscale(.05) saturate(1.12) contrast(1.08) brightness(1.04);
}

.marketplace-theme .mp-category-card.mp-icon-tile .mp-category-copy {
    min-width: 0;
}

.marketplace-theme .mp-category-card.mp-icon-tile .mp-category-copy strong {
    display: -webkit-box;
    min-height: 22px;
    overflow: hidden;
    color: #fff;
    font-size: .66rem;
    line-height: 1.1;
    text-transform: uppercase;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.marketplace-theme .mp-category-card.mp-icon-tile .mp-category-copy small {
    display: none;
}

.marketplace-theme .mp-game-landscape-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
}

.marketplace-theme .mp-game-card.mp-game-landscape {
    flex: 0 0 min(276px, 72vw);
    min-height: 94px;
    padding: 0;
    overflow: hidden;
    scroll-snap-align: start;
    background: linear-gradient(180deg, rgb(17 22 30 / .94), rgb(10 14 20 / .94));
}

.marketplace-theme .mp-game-card.mp-game-landscape .mp-category-media {
    width: 100%;
    height: 94px;
    margin: 0;
    border-radius: 8px;
    background: #05070b;
}

.marketplace-theme .mp-game-card.mp-game-landscape .mp-category-media::before {
    display: none;
}

.marketplace-theme .mp-game-card.mp-game-landscape .mp-category-media::after {
    background:
        linear-gradient(180deg, rgb(0 0 0 / .02), rgb(0 0 0 / .34)),
        radial-gradient(circle at 78% 20%, rgb(255 255 255 / .08), transparent 5rem);
}

.marketplace-theme .mp-game-card.mp-game-landscape .mp-category-media img {
    object-fit: cover;
    object-position: center;
    filter: saturate(1.18) contrast(1.08) brightness(1.03);
}

.marketplace-theme .mp-game-card.mp-game-landscape .mp-category-copy {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.marketplace-theme .mp-game-card.mp-game-landscape .mp-category-copy strong {
    display: block;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .78rem;
    line-height: 1.15;
}

.marketplace-theme .mp-game-card.mp-game-landscape .mp-category-copy small {
    margin-top: 3px;
    color: #bfdbfe;
    font-size: .66rem;
    line-height: 1;
}

@media (min-width: 768px) {
    .marketplace-theme .mp-icon-tile-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .marketplace-theme .mp-game-card.mp-game-landscape {
        flex-basis: 254px;
    }
}

@media (min-width: 1180px) {
    .marketplace-theme .mp-icon-tile-grid {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .marketplace-theme .mp-game-landscape-grid {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        overflow: visible;
    }

    .marketplace-theme .mp-game-card.mp-game-landscape {
        min-width: 0;
        width: auto;
        flex: initial;
    }
}

.marketplace-theme .mp-flash-box {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.marketplace-theme .mp-flash-head {
    min-height: 34px;
    align-items: flex-start;
    margin-bottom: 8px;
}

.marketplace-theme .mp-flash-head h2 {
    font-size: .98rem;
    line-height: 1;
}

.marketplace-theme .mp-flash-countdown {
    gap: 13px;
    margin-right: 2px;
}

.marketplace-theme .mp-flash-countdown small {
    max-width: 86px;
    color: #cbd5e1;
    font-size: .56rem;
    line-height: 1.05;
    text-align: right;
}

.marketplace-theme .mp-flash-countdown span {
    min-width: 22px;
}

.marketplace-theme .mp-flash-countdown b {
    font-size: .92rem;
    line-height: .9;
}

.marketplace-theme .mp-flash-countdown em {
    margin-top: 2px;
    font-size: .48rem;
}

.marketplace-theme .mp-flash-products {
    gap: 12px;
}

.marketplace-theme .mp-product.mp-product-flash {
    border-color: rgb(var(--mp-border-rgb) / .62);
    background: linear-gradient(180deg, rgb(22 26 34 / .94), rgb(13 17 24 / .94));
    box-shadow: none;
}

.marketplace-theme .mp-product.mp-product-flash a {
    display: grid;
    grid-template-rows: 86px 1fr;
    min-height: 178px;
}

.marketplace-theme .mp-product-flash .mp-product-art {
    height: 86px;
    padding: 10px 10px 6px;
    background: linear-gradient(180deg, rgb(19 23 30 / .86), rgb(11 16 23 / .72));
}

.marketplace-theme .mp-product-flash .mp-product-art img {
    object-fit: contain;
    filter: saturate(1.12) contrast(1.04) brightness(1.04);
}

.marketplace-theme .mp-product-flash .mp-product-badge {
    top: 6px;
    left: 6px;
    min-width: 32px;
    border-radius: 6px;
    padding: .22rem .36rem;
    font-size: .58rem;
    line-height: 1;
}

.marketplace-theme .mp-product-flash .mp-product-body {
    display: flex;
    flex-direction: column;
    min-height: 92px;
    padding: 9px 10px 10px;
}

.marketplace-theme .mp-product-flash .mp-kicker {
    order: 2;
    display: block;
    overflow: hidden;
    color: var(--mp-muted);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .58rem;
    line-height: 1.1;
    text-transform: uppercase;
}

.marketplace-theme .mp-product-flash .mp-product-body h3 {
    order: 1;
    min-height: 28px;
    margin: 0 0 4px;
    overflow: hidden;
    color: #fff;
    font-size: .68rem;
    line-height: 1.16;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.marketplace-theme .mp-product-flash .mp-product-body p {
    display: none;
}

.marketplace-theme .mp-product-flash .mp-product-buy {
    order: 3;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 8px;
    margin-top: auto;
}

.marketplace-theme .mp-product-flash .mp-product-buy strong {
    flex: initial;
    padding: 0;
    color: var(--mp-primary);
    background: transparent;
    text-align: left;
    font-size: .76rem;
    line-height: 1;
    font-weight: 950;
}

.marketplace-theme .mp-product-flash .mp-product-buy del {
    order: -1;
    min-width: 0;
    color: rgb(148 163 184 / .72);
    font-size: .62rem;
    line-height: 1;
}

.marketplace-theme .mp-product-flash .mp-icon-btn {
    display: none;
}

@media (min-width: 1180px) {
    .marketplace-theme .mp-flash-layout {
        grid-template-columns: minmax(0, 2.2fr) minmax(300px, .86fr);
    }

    .marketplace-theme .mp-flash-products {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

.marketplace-theme .mp-flash-layout {
    align-items: stretch;
}

.marketplace-theme .mp-flash-products {
    grid-template-columns: repeat(2, minmax(104px, 1fr));
}

.marketplace-theme .mp-product.mp-product-flash {
    border-radius: 8px;
}

.marketplace-theme .mp-product.mp-product-flash a {
    grid-template-rows: 74px 66px;
    min-height: 140px;
}

.marketplace-theme .mp-product-flash .mp-product-art {
    height: 74px;
    padding: 8px 9px 4px;
}

.marketplace-theme .mp-product-flash .mp-product-body {
    min-height: 66px;
    padding: 7px 9px 8px;
}

.marketplace-theme .mp-product-flash .mp-product-body h3 {
    min-height: 20px;
    margin-bottom: 4px;
    font-size: .62rem;
    line-height: 1.05;
    -webkit-line-clamp: 1;
}

.marketplace-theme .mp-product-flash .mp-kicker {
    font-size: .52rem;
    line-height: 1;
}

.marketplace-theme .mp-product-flash .mp-product-buy {
    gap: 6px;
    margin-top: 8px;
}

.marketplace-theme .mp-product-flash .mp-product-buy strong {
    font-size: .66rem;
}

.marketplace-theme .mp-product-flash .mp-product-buy del {
    font-size: .54rem;
}

.marketplace-theme .mp-discount-box {
    padding: 13px 14px;
    border-radius: 8px;
}

.marketplace-theme .mp-discount-head {
    margin-bottom: 8px;
}

.marketplace-theme .mp-discount-head h2 {
    font-size: .94rem;
    line-height: 1;
}

.marketplace-theme .mp-discount-head a {
    font-size: .62rem;
}

.marketplace-theme .mp-discount-list {
    gap: 7px;
}

.marketplace-theme .mp-discount-item {
    grid-template-columns: 34px minmax(0, 1fr) auto auto;
    gap: 8px;
}

.marketplace-theme .mp-discount-thumb {
    width: 34px;
    height: 34px;
}

.marketplace-theme .mp-discount-thumb img {
    padding: 2px;
}

.marketplace-theme .mp-discount-info strong {
    font-size: .66rem;
    line-height: 1.1;
}

.marketplace-theme .mp-discount-info small {
    margin-top: 2px;
    font-size: .56rem;
    line-height: 1;
}

.marketplace-theme .mp-discount-price {
    min-width: 56px;
}

.marketplace-theme .mp-discount-price del {
    font-size: .52rem;
}

.marketplace-theme .mp-discount-price b {
    font-size: .64rem;
}

.marketplace-theme .mp-discount-item em {
    min-width: 34px;
    padding: .26rem .32rem;
    border-radius: 5px;
    font-size: .56rem;
}

@media (min-width: 768px) {
    .marketplace-theme .mp-flash-products {
        grid-template-columns: repeat(3, minmax(104px, 118px));
    }
}

@media (min-width: 1180px) {
    .marketplace-theme .mp-flash-layout {
        grid-template-columns: minmax(0, 816px) minmax(300px, 360px);
        justify-content: start;
        gap: 18px;
    }

    .marketplace-theme .mp-flash-products {
        grid-template-columns: repeat(6, 126px);
        gap: 10px;
    }
}

.marketplace-theme .mp-product.mp-product-flash a {
    grid-template-rows: 78px 68px;
    min-height: 146px;
}

.marketplace-theme .mp-product-flash .mp-product-art {
    height: 78px;
}

.marketplace-theme .mp-product-flash .mp-product-body h3,
.marketplace-theme .mp-product-flash .mp-kicker {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marketplace-theme .mp-product-flash .mp-product-body h3 {
    min-height: 14px;
    font-size: .64rem;
    line-height: 1.1;
}

.marketplace-theme .mp-product-flash .mp-kicker {
    max-width: 100%;
}

.marketplace-theme .mp-flash-products {
    display: grid;
    grid-template-columns: repeat(2, minmax(118px, 1fr));
    gap: 10px;
}

.marketplace-theme .mp-flash-item {
    position: relative;
    display: grid;
    grid-template-rows: 74px auto auto auto;
    min-height: 148px;
    overflow: hidden;
    border: 1px solid rgb(var(--mp-border-rgb) / .68);
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(180deg, rgb(22 27 35 / .94), rgb(12 17 24 / .94));
    text-decoration: none;
}

.marketplace-theme .mp-flash-art {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 74px;
    padding: 8px 8px 4px;
    background: linear-gradient(180deg, rgb(21 25 33 / .72), rgb(9 14 21 / .56));
}

.marketplace-theme .mp-flash-art img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: saturate(1.1) contrast(1.04) brightness(1.04);
}

.marketplace-theme .mp-flash-art em {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 2;
    min-width: 30px;
    border-radius: 6px;
    padding: .22rem .34rem;
    color: #fff;
    background: var(--mp-primary);
    text-align: center;
    font-size: .56rem;
    line-height: 1;
    font-style: normal;
    font-weight: 950;
}

.marketplace-theme .mp-flash-item > strong,
.marketplace-theme .mp-flash-item > small {
    display: block;
    overflow: hidden;
    padding: 0 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marketplace-theme .mp-flash-item > strong {
    margin-top: 7px;
    font-size: .62rem;
    line-height: 1.1;
    font-weight: 950;
    text-transform: uppercase;
}

.marketplace-theme .mp-flash-item > small {
    margin-top: 7px;
    color: var(--mp-muted);
    font-size: .52rem;
    line-height: 1;
    text-transform: uppercase;
}

.marketplace-theme .mp-flash-price {
    display: flex;
    align-items: baseline;
    gap: 7px;
    padding: 9px 9px 10px;
}

.marketplace-theme .mp-flash-price del {
    color: rgb(148 163 184 / .72);
    font-size: .54rem;
    line-height: 1;
}

.marketplace-theme .mp-flash-price b {
    color: var(--mp-primary);
    font-size: .66rem;
    line-height: 1;
    font-weight: 950;
}

@media (min-width: 768px) {
    .marketplace-theme .mp-flash-products {
        grid-template-columns: repeat(3, 126px);
    }
}

@media (min-width: 1180px) {
    .marketplace-theme .mp-flash-layout {
        grid-template-columns: minmax(0, 806px) minmax(300px, 360px);
        gap: 18px;
    }

    .marketplace-theme .mp-flash-products {
        grid-template-columns: repeat(6, 126px);
        gap: 10px;
    }
}

.marketplace-theme .mp-flash-layout {
    gap: 12px;
}

.marketplace-theme .mp-flash-box {
    padding: 13px 14px 14px;
    border: 1px solid rgb(var(--mp-border-rgb) / .58);
    border-radius: 8px;
    background:
        radial-gradient(circle at 52% 0%, rgb(255 255 255 / .045), transparent 42%),
        linear-gradient(180deg, rgb(19 23 30 / .94), rgb(10 14 20 / .94));
    box-shadow: inset 0 1px 0 rgb(255 255 255 / .03);
}

.marketplace-theme .mp-flash-head {
    min-height: 24px;
    margin-bottom: 10px;
}

.marketplace-theme .mp-flash-head h2 {
    font-size: .9rem;
    line-height: 1;
}

.marketplace-theme .mp-flash-countdown {
    display: flex;
    gap: 10px;
}

.marketplace-theme .mp-flash-countdown small {
    max-width: 70px;
    font-size: .48rem;
}

.marketplace-theme .mp-flash-countdown b {
    font-size: .82rem;
}

.marketplace-theme .mp-flash-countdown em {
    font-size: .43rem;
}

.marketplace-theme .mp-flash-products {
    grid-template-columns: repeat(2, minmax(96px, 1fr));
    gap: 10px;
}

.marketplace-theme .mp-flash-item {
    grid-template-rows: 68px 17px 14px 18px;
    min-height: 126px;
    border-color: rgb(var(--mp-border-rgb) / .58);
    border-radius: 7px;
    background: linear-gradient(180deg, rgb(23 27 34 / .95), rgb(13 17 24 / .95));
}

.marketplace-theme .mp-flash-art {
    min-height: 68px;
    padding: 7px 7px 3px;
    background:
        radial-gradient(circle at 54% 24%, rgb(255 255 255 / .06), transparent 54%),
        linear-gradient(180deg, rgb(26 30 38 / .74), rgb(10 14 20 / .46));
}

.marketplace-theme .mp-flash-art img {
    width: auto;
    height: auto;
    max-width: 112px;
    max-height: 94px;
    object-fit: contain;
}

.marketplace-theme .mp-flash-art em {
    top: 5px;
    left: 5px;
    min-width: 26px;
    border-radius: 5px;
    padding: .19rem .28rem;
    font-size: .5rem;
}

.marketplace-theme .mp-flash-item > strong,
.marketplace-theme .mp-flash-item > small {
    padding: 0 8px;
}

.marketplace-theme .mp-flash-item > strong {
    margin-top: 6px;
    font-size: .68rem;
    line-height: 1.12;
}

.marketplace-theme .mp-flash-item > small {
    margin-top: 4px;
    font-size: .54rem;
    line-height: 1;
}

.marketplace-theme .mp-flash-price {
    gap: 5px;
    padding: 5px 8px 8px;
}

.marketplace-theme .mp-flash-price del {
    font-size: .48rem;
}

.marketplace-theme .mp-flash-price b {
    font-size: .72rem;
}

.marketplace-theme .mp-discount-box {
    height: 100%;
    padding: 12px 13px;
    border: 1px solid rgb(var(--mp-border-rgb) / .58);
    background:
        radial-gradient(circle at 54% 0%, rgb(255 255 255 / .045), transparent 42%),
        linear-gradient(180deg, rgb(19 23 30 / .94), rgb(10 14 20 / .94));
}

.marketplace-theme .mp-discount-head h2 {
    font-size: .9rem;
}

.marketplace-theme .mp-discount-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.marketplace-theme .mp-discount-item {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 64px 38px;
    grid-template-rows: 42px;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    gap: 9px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-decoration: none;
}

.marketplace-theme .mp-discount-thumb {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    background:
        radial-gradient(circle at 54% 24%, rgb(255 255 255 / .06), transparent 54%),
        linear-gradient(180deg, rgb(26 30 38 / .74), rgb(10 14 20 / .46));
}

.marketplace-theme .mp-discount-thumb img {
    width: auto;
    height: auto;
    max-width: 38px;
    max-height: 38px;
    object-fit: contain;
}

.marketplace-theme .mp-discount-info strong {
    padding: 0;
    color: #fff;
    font-size: .62rem;
    line-height: 1.08;
    text-transform: none;
}

.marketplace-theme .mp-discount-info small {
    padding: 0;
    margin-top: 3px;
    font-size: .52rem;
    line-height: 1;
    text-transform: none;
}

.marketplace-theme .mp-discount-price {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    justify-self: end;
    gap: 2px;
    min-width: 64px;
    padding: 0;
}

.marketplace-theme .mp-discount-price del {
    font-size: .5rem;
}

.marketplace-theme .mp-discount-price b {
    color: var(--mp-primary);
    font-size: .6rem;
}

.marketplace-theme .mp-discount-item em {
    position: static;
    justify-self: end;
    min-width: 26px;
    padding: .19rem .28rem;
    border-radius: 5px;
    font-size: .5rem;
}

@media (min-width: 1180px) {
    .marketplace-theme .mp-flash-layout {
        grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
        gap: 18px;
    }

    .marketplace-theme .mp-flash-products {
        grid-template-columns: repeat(6, 150px);
        justify-content: start;
        gap: 18px;
    }

    .marketplace-theme .mp-flash-item {
        width: 150px;
        max-width: 150px;
        height: 200px;
        min-height: 200px;
        grid-template-rows: 108px 28px 20px 32px;
    }

    .marketplace-theme .mp-flash-art {
        min-height: 108px;
    }
}

.marketplace-theme .mp-flash-products {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
}

.marketplace-theme .mp-flash-item {
    scroll-snap-align: start;
}

.marketplace-theme .mp-discount-list {
    max-height: 190px;
    overflow-y: auto;
    padding-right: 5px;
}

.marketplace-theme .mp-flash-products,
.marketplace-theme .mp-discount-list {
    scrollbar-width: thin;
    scrollbar-color: rgb(var(--mp-border-rgb) / .9) transparent;
}

.marketplace-theme .mp-flash-products::-webkit-scrollbar,
.marketplace-theme .mp-discount-list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.marketplace-theme .mp-flash-products::-webkit-scrollbar-thumb,
.marketplace-theme .mp-discount-list::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgb(var(--mp-border-rgb) / .9);
}

@media (min-width: 1180px) {
    .marketplace-theme .mp-flash-products {
        grid-auto-flow: column;
        grid-auto-columns: 150px;
        grid-template-columns: none;
        justify-content: start;
    }
}

/* Marketplace hero final reference pass */
.marketplace-theme .mp-hero-main {
    min-height: 340px;
    overflow: hidden;
}

.marketplace-theme .mp-hero-main > img {
    opacity: 1;
    object-fit: cover;
    object-position: center right;
    filter: saturate(1.1) contrast(1.08) brightness(.9);
}

.marketplace-theme .mp-hero-main::after {
    background:
        linear-gradient(90deg, rgb(7 10 15 / .98) 0%, rgb(7 10 15 / .86) 34%, rgb(7 10 15 / .38) 66%, rgb(7 10 15 / .1) 100%),
        radial-gradient(circle at 62% 45%, rgb(239 47 61 / .16), transparent 18rem);
}

.marketplace-theme .mp-hero-copy {
    max-width: 430px;
    padding: 30px 34px;
}

.marketplace-theme .mp-hero-copy h1 {
    display: grid;
    max-width: 390px;
    margin: 8px 0 10px;
    color: #fff;
    font-size: clamp(2.1rem, 3.2vw, 3.05rem);
    line-height: .98;
}

.marketplace-theme .mp-hero-copy h1 span,
.marketplace-theme .mp-hero-copy h1 strong {
    display: block;
}

.marketplace-theme .mp-hero-copy h1 strong {
    color: var(--mp-primary);
    font-weight: 900;
}

.marketplace-theme .mp-hero-copy p {
    max-width: 360px;
    font-size: .82rem;
    line-height: 1.45;
}

.marketplace-theme .mp-hero-search {
    width: min(100%, 360px);
    margin-top: 18px;
}

.marketplace-theme .mp-hero-search input {
    height: 44px;
    font-size: .78rem;
}

.marketplace-theme .mp-hero-search button {
    top: 5px;
    right: 5px;
    min-width: 70px;
    height: 34px;
}

.marketplace-theme .mp-hero-actions {
    margin-top: 14px;
    gap: 10px;
}

.marketplace-theme .mp-hero-actions .mp-btn {
    min-height: 34px;
    padding: .45rem .8rem;
    font-size: .72rem;
}

.marketplace-theme .mp-hero-stats {
    margin-top: 18px;
    gap: 16px;
}

.marketplace-theme .mp-hero-stats small {
    font-size: .72rem;
}

@media (min-width: 1024px) {
    .marketplace-theme .mp-hero-mini {
        display: block;
        right: 34px;
        width: 210px;
    }

    .marketplace-theme .mp-hero-mini .mp-card {
        min-height: 72px;
        margin-bottom: 10px;
        padding: 8px;
        background: rgb(16 21 29 / .72);
    }

    .marketplace-theme .mp-hero-mini img {
        width: 52px;
        height: 52px;
    }
}

@media (max-width: 767px) {
    .marketplace-theme .mp-hero-main {
        min-height: 520px;
    }

    .marketplace-theme .mp-hero-main > img {
        object-position: 62% center;
    }

    .marketplace-theme .mp-hero-copy {
        padding: 28px 20px;
    }

    .marketplace-theme .mp-hero-copy h1 {
        font-size: clamp(2.1rem, 11vw, 3.2rem);
    }
}

/* Marketplace blog and FAQ reference pass */
.marketplace-theme .mp-blog-faq {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    align-items: stretch;
}

.marketplace-theme .mp-blog-faq .mp-section {
    height: 100%;
    margin: 0;
    padding: 16px;
    border: 1px solid rgb(var(--mp-border-rgb) / .58);
    border-radius: 8px;
    background:
        radial-gradient(circle at 18% 0%, rgb(255 255 255 / .045), transparent 34%),
        linear-gradient(180deg, rgb(18 22 29 / .94), rgb(9 13 18 / .96));
    box-shadow: inset 0 1px 0 rgb(255 255 255 / .035), 0 18px 38px rgb(0 0 0 / .18);
}

.marketplace-theme .mp-blog-faq .mp-section-title {
    margin-bottom: 12px;
}

.marketplace-theme .mp-blog-faq .mp-section-title h2 {
    font-size: .95rem;
}

.marketplace-theme .mp-blog-faq .mp-section-title .mp-btn,
.marketplace-theme .mp-blog-faq .mp-section-title a {
    min-height: auto;
    border: 0;
    padding: 0;
    background: transparent;
    color: var(--mp-primary);
    font-size: .62rem;
    font-weight: 900;
}

.marketplace-theme .mp-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.marketplace-theme .mp-blog-card {
    display: grid;
    grid-template-rows: 84px auto 1fr auto;
    min-height: 190px;
    padding: 0 0 12px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(180deg, rgb(21 25 32 / .96), rgb(12 16 22 / .96));
}

.marketplace-theme .mp-blog-media {
    display: block;
    height: 84px;
    overflow: hidden;
    background: #090d13;
}

.marketplace-theme .mp-blog-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.05) brightness(.9);
}

.marketplace-theme .mp-blog-card strong {
    display: block;
    margin: 9px 10px 0;
    color: #fff;
    font-size: .68rem;
    line-height: 1.18;
}

.marketplace-theme .mp-blog-card p {
    display: -webkit-box;
    margin: 6px 10px 0;
    overflow: hidden;
    color: var(--mp-muted);
    font-size: .58rem;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.marketplace-theme .mp-blog-card small {
    margin: 9px 10px 0;
    color: var(--mp-primary);
    font-size: .58rem;
    font-weight: 900;
}

.marketplace-theme .mp-faq-section {
    min-height: 100%;
}

.marketplace-theme .mp-faq-list {
    display: grid;
    gap: 8px;
}

.marketplace-theme .mp-faq-list details {
    padding: 0;
    border-color: rgb(var(--mp-border-rgb) / .34);
    border-radius: 6px;
    background: linear-gradient(180deg, rgb(24 28 35 / .72), rgb(15 19 25 / .72));
    box-shadow: none;
}

.marketplace-theme .mp-faq-list summary {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 0 34px 0 12px;
    cursor: pointer;
    color: #fff;
    font-size: .66rem;
    font-weight: 800;
    list-style: none;
}

.marketplace-theme .mp-faq-list summary::-webkit-details-marker {
    display: none;
}

.marketplace-theme .mp-faq-list summary::after {
    content: "+";
    position: absolute;
    right: 12px;
    top: 50%;
    color: #d7dde8;
    font-size: .95rem;
    font-weight: 500;
    transform: translateY(-50%);
}

.marketplace-theme .mp-faq-list details[open] summary::after {
    content: "-";
}

.marketplace-theme .mp-faq-list p {
    margin: 0;
    padding: 0 12px 12px;
    color: var(--mp-muted);
    font-size: .6rem;
    line-height: 1.45;
}

@media (min-width: 1024px) {
    .marketplace-theme .mp-blog-faq {
        grid-template-columns: minmax(0, 1fr) minmax(380px, .95fr);
    }

    .marketplace-theme .mp-blog-faq > div:first-child {
        grid-column: auto;
    }
}

@media (max-width: 767px) {
    .marketplace-theme .mp-blog-grid {
        grid-template-columns: 1fr;
    }

    .marketplace-theme .mp-blog-card {
        grid-template-rows: 120px auto 1fr auto;
    }

    .marketplace-theme .mp-blog-media {
        height: 120px;
    }
}

/* Marketplace header dropdowns */
body.marketplace-page .mp-header-drop {
    position: relative;
    display: inline-flex;
    align-items: center;
}

body.marketplace-page .mp-header-drop .mp-header-icon,
body.marketplace-page .mp-header-drop .mp-header-account {
    cursor: pointer;
}

body.marketplace-page .mp-header-drop.is-open .mp-header-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

body.marketplace-page .mp-header-dropdown {
    position: absolute;
    top: calc(100% + 16px);
    right: 0;
    z-index: 120;
    min-width: 320px;
    max-width: min(360px, calc(100vw - 24px));
    border: 1px solid rgb(57 68 84 / .78);
    border-radius: 4px;
    overflow: hidden;
    background: #151922;
    box-shadow: 0 22px 44px rgb(0 0 0 / .42);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

body.marketplace-page .mp-header-dropdown::before {
    content: "";
    position: absolute;
    right: 18px;
    top: -7px;
    width: 12px;
    height: 12px;
    border-left: 1px solid rgb(57 68 84 / .78);
    border-top: 1px solid rgb(57 68 84 / .78);
    background: #151922;
    transform: rotate(45deg);
}

body.marketplace-page .mp-account-dropdown {
    min-width: 260px;
    padding: 8px;
}

body.marketplace-page .mp-account-dropdown a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    padding: 0 16px;
    color: #fff;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 800;
}

body.marketplace-page .mp-account-dropdown a:hover,
body.marketplace-page .mp-account-dropdown a:first-child,
body.marketplace-page .mp-account-dropdown a:last-child {
    background: rgb(255 255 255 / .06);
}

body.marketplace-page .mp-account-dropdown small {
    color: var(--mp-primary);
    font-size: .78rem;
    font-weight: 900;
}

body.marketplace-page .mp-dropdown-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    background: rgb(255 255 255 / .045);
}

body.marketplace-page .mp-dropdown-head strong {
    color: #fff;
    font-size: .9rem;
    font-weight: 900;
}

body.marketplace-page .mp-dropdown-head a {
    color: var(--mp-primary);
    text-decoration: none;
    font-size: .68rem;
    font-weight: 900;
}

body.marketplace-page .mp-dropdown-list {
    max-height: 320px;
    overflow-y: auto;
    padding: 8px;
}

body.marketplace-page .mp-dropdown-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding: 9px 8px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
}

body.marketplace-page .mp-dropdown-item:hover {
    background: rgb(255 255 255 / .055);
}

body.marketplace-page .mp-dropdown-item > span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: rgb(255 255 255 / .08);
}

body.marketplace-page .mp-dropdown-item small {
    min-width: 0;
}

body.marketplace-page .mp-dropdown-item strong,
body.marketplace-page .mp-dropdown-item em {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.marketplace-page .mp-dropdown-item strong {
    color: #fff;
    font-size: .76rem;
    font-style: normal;
}

body.marketplace-page .mp-dropdown-item em {
    margin-top: 2px;
    color: #aeb8c8;
    font-size: .68rem;
    font-style: normal;
}

body.marketplace-page .mp-dropdown-empty {
    padding: 18px 12px;
    color: #aeb8c8;
    text-align: center;
    font-size: .76rem;
}

body.marketplace-page .mp-header-account {
    border: 0;
    background: transparent;
}

@media (max-width: 767px) {
    body.marketplace-page .mp-header-actions .mp-header-drop:not(.mp-account-drop) {
        display: inline-flex;
    }

    body.marketplace-page .mp-account-drop {
        display: none;
    }

    body.marketplace-page .mp-header-dropdown {
        right: -8px;
        min-width: min(320px, calc(100vw - 24px));
    }
}

body.marketplace-page .mp-header-account > small {
    color: var(--mp-primary) !important;
    font-weight: 950 !important;
}
.marketplace-theme .mp-stock-showcase {
    position: relative;
    display: grid;
    grid-template-columns: minmax(270px, 350px) minmax(0, 1fr);
    gap: 28px;
    min-height: 350px;
    margin: 18px 0 26px;
    padding: 30px 38px 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 24, 52, .36);
    border-radius: 18px;
    background:
        radial-gradient(circle at 78% 20%, rgba(255, 24, 52, .28), transparent 32%),
        radial-gradient(circle at 70% 64%, rgba(160, 9, 28, .22), transparent 28%),
        linear-gradient(110deg, rgba(3, 8, 14, .98), rgba(9, 12, 18, .96) 45%, rgba(28, 6, 12, .9));
    box-shadow: 0 24px 70px rgba(0, 0, 0, .42), inset 0 0 38px rgba(255, 24, 52, .08);
}

.marketplace-theme .mp-stock-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 8, 14, .96), rgba(3, 8, 14, .72) 34%, rgba(3, 8, 14, .18) 62%, rgba(3, 8, 14, .52));
    opacity: .9;
    pointer-events: none;
}

.marketplace-theme .mp-stock-bg {
    position: absolute;
    top: 50%;
    right: 3%;
    z-index: 1;
    width: min(720px, 58vw);
    max-height: 92%;
    transform: translateY(-50%);
    pointer-events: none;
}

.marketplace-theme .mp-stock-bg img {
    display: block;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: .72;
    filter: drop-shadow(0 26px 46px rgba(0, 0, 0, .45));
}

.marketplace-theme .mp-stock-showcase::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 18%, rgba(255, 24, 52, .38), transparent 4%),
        radial-gradient(circle at 74% 36%, rgba(255, 24, 52, .22), transparent 7%),
        linear-gradient(180deg, transparent, rgba(0, 0, 0, .24));
    mix-blend-mode: screen;
    opacity: .38;
    pointer-events: none;
}

.marketplace-theme .mp-stock-copy,
.marketplace-theme .mp-stock-products,
.marketplace-theme .mp-stock-all {
    position: relative;
    z-index: 2;
}

.marketplace-theme .mp-stock-timer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    max-width: 320px;
    padding: 34px 14px 14px;
    margin-bottom: 22px;
    border: 1px solid rgba(255, 24, 52, .24);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .015));
    box-shadow: inset 0 0 24px rgba(255, 24, 52, .07);
}

.marketplace-theme .mp-stock-timer > small {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    color: rgba(235, 240, 248, .48);
    font-size: 10px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.marketplace-theme .mp-stock-timer span {
    display: grid;
    place-items: center;
    min-width: 0;
    border-left: 1px solid rgba(255, 255, 255, .06);
}

.marketplace-theme .mp-stock-timer span:first-of-type {
    border-left: 0;
}

.marketplace-theme .mp-stock-timer b {
    color: #ff3045;
    font-size: clamp(22px, 1.9vw, 32px);
    line-height: 1;
    font-weight: 950;
}

.marketplace-theme .mp-stock-timer em {
    margin-top: 8px;
    color: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.marketplace-theme .mp-stock-benefits {
    display: grid;
    gap: 12px;
}

.marketplace-theme .mp-stock-benefits div {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.marketplace-theme .mp-stock-benefits i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .045);
    color: #ff3045;
    font-size: 18px;
}

.marketplace-theme .mp-stock-benefits strong {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.marketplace-theme .mp-stock-benefits small {
    display: block;
    margin-top: 4px;
    color: rgba(235, 240, 248, .62);
    font-size: 11px;
    line-height: 1.4;
}

.marketplace-theme .mp-stock-products {
    align-self: end;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 176px;
    gap: 12px;
    overflow-x: auto;
    padding: 58px 4px 4px 0;
    scrollbar-width: thin;
}

.marketplace-theme .mp-stock-product {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 276px;
    padding: 14px;
    border: 1px solid rgba(255, 24, 52, .34);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035));
    box-shadow: 0 18px 32px rgba(0, 0, 0, .34), inset 0 0 18px rgba(255, 24, 52, .045);
    color: #fff;
    text-decoration: none;
}

.marketplace-theme .mp-stock-product:hover {
    color: #fff;
    transform: translateY(-2px);
    border-color: rgba(255, 24, 52, .78);
}

.marketplace-theme .mp-stock-product.is-limited {
    cursor: not-allowed;
    opacity: .74;
    filter: grayscale(.25);
}

.marketplace-theme .mp-stock-product.is-limited:hover {
    transform: none;
    border-color: rgba(255, 24, 52, .34);
}

.marketplace-theme .mp-stock-product.is-limited::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(3, 8, 14, .26), rgba(3, 8, 14, .58));
    pointer-events: none;
}

.marketplace-theme .mp-stock-owned {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 6;
    min-width: 150px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    background: rgba(255, 24, 52, .92);
    color: #fff;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .38);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    transform: translate(-50%, -50%) rotate(-10deg);
    pointer-events: none;
}

.marketplace-theme .mp-stock-product > em {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    min-width: 42px;
    padding: 6px 8px;
    border-radius: 10px;
    background: #ff3045;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 950;
    text-align: center;
}

.marketplace-theme .mp-stock-art {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 94px;
    margin: 20px 0 12px;
}

.marketplace-theme .mp-stock-art img {
    max-width: 118px;
    max-height: 96px;
    object-fit: contain;
    filter: drop-shadow(0 18px 18px rgba(0, 0, 0, .44));
}

.marketplace-theme .mp-stock-product strong {
    display: -webkit-box;
    min-height: 35px;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 950;
    text-transform: uppercase;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.marketplace-theme .mp-stock-product small {
    display: -webkit-box;
    min-height: 28px;
    margin-top: 7px;
    overflow: hidden;
    color: rgba(235, 240, 248, .58);
    font-size: 10px;
    line-height: 1.35;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.marketplace-theme .mp-stock-price {
    display: flex;
    flex: 0 0 24px;
    align-items: baseline;
    gap: 7px;
    min-width: 0;
    margin-top: 10px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.marketplace-theme .mp-stock-price del {
    max-width: 50px;
    overflow: hidden;
    color: rgba(235, 240, 248, .42);
    font-size: 10px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marketplace-theme .mp-stock-price b {
    display: block;
    min-width: 0;
    max-width: calc(100% - 58px);
    overflow-wrap: anywhere;
    color: #ff3045;
    font-size: 14px;
    line-height: 1;
    font-weight: 950;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marketplace-theme .mp-stock-left {
    margin-top: auto;
    color: rgba(235, 240, 248, .8);
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.marketplace-theme .mp-stock-left b {
    color: #fff;
}

.marketplace-theme .mp-stock-bar {
    display: block;
    height: 8px;
    margin-top: 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .22);
    overflow: hidden;
}

.marketplace-theme .mp-stock-bar i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ff1834, #ff5a6b);
}

.marketplace-theme .mp-stock-buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    margin-top: 12px;
    border-radius: 8px;
    background: linear-gradient(180deg, #ff3045, #e50927);
    color: #fff;
    font-size: 14px;
    font-weight: 950;
}

.marketplace-theme .mp-stock-all {
    position: absolute;
    top: 30px;
    right: 34px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    padding: 0 18px;
    border: 1px solid rgba(255, 24, 52, .44);
    border-radius: 11px;
    color: #fff;
    background: rgba(0, 0, 0, .28);
    text-decoration: none;
    font-size: 13px;
    font-weight: 850;
}

.marketplace-theme .mp-stock-all:hover {
    color: #ff3045;
}

@media (max-width: 1100px) {
    .marketplace-theme .mp-stock-showcase {
        grid-template-columns: 1fr;
        padding: 28px 22px;
    }

    .marketplace-theme .mp-stock-products {
        padding-top: 14px;
    }

    .marketplace-theme .mp-stock-all {
        position: relative;
        top: auto;
        right: auto;
        width: max-content;
        margin-top: 18px;
    }
}

@media (max-width: 640px) {
    .marketplace-theme .mp-stock-showcase {
        padding: 20px 12px;
        border-radius: 14px;
    }

    .marketplace-theme .mp-stock-timer {
        max-width: none;
        padding-left: 8px;
        padding-right: 8px;
    }

    .marketplace-theme .mp-stock-benefits {
        display: none;
    }

    .marketplace-theme .mp-stock-products {
        grid-auto-columns: 168px;
    }

    .marketplace-theme .mp-stock-product {
        min-height: 286px;
        padding: 13px;
    }
}

body.marketplace-page,
.vg-account-page {
    --vg-red: #f32335;
    --vg-red-soft: 243 35 53;
    --vg-line: 31 41 55;
    --vg-card: 11 17 26;
    --vg-card-soft: 15 23 34;
    --vg-text: #f8fafc;
    --vg-muted: #98a4b3;
}

.vg-account-page {
    color: var(--vg-text);
    padding: 24px 0 28px;
}

.vg-account-shell {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 16px;
    max-width: 1510px;
    margin: 0 auto;
}

.vg-account-sidebar,
.vg-account-hero,
.vg-panel,
.vg-setting-row {
    border: 1px solid rgb(var(--vg-line) / .72);
    box-shadow: 0 22px 70px rgb(0 0 0 / .26);
    background: linear-gradient(180deg, rgb(255 255 255 / .035), rgb(255 255 255 / .012)), rgb(var(--vg-card) / .92);
    backdrop-filter: blur(14px);
}

.vg-account-sidebar {
    min-height: 760px;
    padding: 16px;
    border-radius: 8px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.account_sidebar > .vg-account-sidebar {
    position: sticky;
    top: 92px;
    width: 100%;
}

body.marketplace-page .account_sidebar {
    flex: 0 0 346px;
    max-width: 346px;
}

.vg-profile-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 0 18px;
}

.vg-avatar-wrap {
    width: 64px;
    height: 64px;
    padding: 3px;
    border: 2px solid #17c964;
    border-radius: 50%;
    background: #020617;
    box-shadow: 0 0 0 4px rgb(23 201 100 / .10), 0 0 28px rgb(23 201 100 / .22);
    overflow: hidden;
}

.vg-avatar-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.vg-profile-head strong,
.vg-profile-head span,
.vg-profile-head small {
    display: block;
}

.vg-profile-head strong {
    font-size: 16px;
    line-height: 1.25;
}

.vg-profile-head span,
.vg-profile-head small {
    color: var(--vg-muted);
    font-size: 12px;
}

.vg-profile-head small {
    margin-top: 3px;
    color: #d6ffe8;
}

.vg-profile-head small i {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    border-radius: 50%;
    background: #20d477;
    box-shadow: 0 0 16px rgb(32 212 119 / .75);
}

.vg-wallet-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    padding: 14px 16px;
    margin-bottom: 14px;
    border: 1px solid rgb(var(--vg-line) / .70);
    border-radius: 7px;
    background: rgb(var(--vg-card-soft) / .82);
}

.vg-wallet-card span,
.vg-wallet-card small {
    display: block;
    color: var(--vg-muted);
    font-size: 11px;
}

.vg-wallet-card strong {
    display: block;
    margin: 3px 0;
    font-size: 24px;
    line-height: 1;
}

.vg-wallet-card a {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1px solid rgb(var(--vg-red-soft) / .45);
    border-radius: 6px;
    color: var(--vg-red);
    background: rgb(var(--vg-red-soft) / .08);
}

.vg-account-menu {
    display: grid;
    gap: 4px;
}

.vg-account-menu a {
    display: flex;
    align-items: center;
    min-height: 42px;
    gap: 12px;
    padding: 0 12px;
    border-radius: 7px;
    color: #eef2f7;
    font-size: 14px;
    font-weight: 700;
}

.vg-account-menu a i {
    width: 18px;
    color: var(--vg-red) !important;
    font-size: 15px;
    text-align: center;
}

.vg-account-menu a span {
    min-width: 0;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vg-account-menu a em {
    color: var(--vg-red) !important;
    font-size: 12px;
    opacity: 0;
}

.vg-account-menu a b {
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    color: #fff;
    background: var(--vg-red);
    font-size: 10px;
    line-height: 22px;
    text-align: center;
}

.vg-account-menu a:hover,
.vg-account-menu a.is-active {
    color: #fff;
    background: linear-gradient(90deg, rgb(var(--vg-red-soft) / .22), rgb(var(--vg-red-soft) / .05));
}

.vg-account-menu a:hover em,
.vg-account-menu a.is-active em {
    opacity: 1;
}

.vg-account-main {
    display: grid;
    align-self: start;
    align-content: start;
    gap: 16px;
}

.vg-account-hero {
    position: relative;
    min-height: 220px;
    padding: 30px 22px 20px;
    border-radius: 8px;
    overflow: hidden;
}

.vg-account-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 86% 0%, rgb(var(--vg-red-soft) / .36), transparent 34%), linear-gradient(90deg, rgb(4 8 15 / .96), rgb(12 18 28 / .82) 56%, rgb(54 8 15 / .55));
}

.vg-hero-copy,
.vg-stat-grid {
    position: relative;
    z-index: 2;
}

.vg-hero-copy h1 {
    margin: 0;
    font-size: 29px;
    line-height: 1.15;
    letter-spacing: 0;
}

.vg-hero-copy h1 span {
    color: var(--vg-red);
}

.vg-hero-copy p {
    margin-top: 10px;
    color: var(--vg-muted);
    font-size: 14px;
}

.vg-hero-art {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 72px;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    opacity: .92;
    pointer-events: none;
}

.vg-hero-art img {
    width: 118px;
    height: 118px;
    object-fit: contain;
    filter: drop-shadow(0 22px 28px rgb(0 0 0 / .55));
}

.vg-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
}

.vg-stat-card {
    display: grid;
    min-height: 86px;
    grid-template-columns: 48px minmax(0, 1fr);
    align-content: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgb(var(--vg-line) / .66);
    border-radius: 8px;
    background: rgb(var(--vg-card-soft) / .78);
}

.vg-stat-card i {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    align-self: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 19px;
}

.vg-stat-card span,
.vg-stat-card strong {
    grid-column: 2;
}

.vg-stat-card span {
    align-self: end;
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 700;
}

.vg-stat-card strong {
    font-size: 24px;
    line-height: 1.1;
}

.vg-stat-card.red { color: #ff3144; }
.vg-stat-card.green { color: #58cf31; }
.vg-stat-card.blue { color: #3b9dff; }
.vg-stat-card.amber { color: #f4a526; }

.vg-panel {
    border-radius: 8px;
}

.vg-panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 56px;
    padding: 0 18px;
}

.vg-panel-title h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
}

.vg-panel-title h2 i {
    color: var(--vg-red);
}

.vg-panel-title a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgb(var(--vg-line) / .78);
    border-radius: 6px;
    color: #dbe4ef;
    background: rgb(255 255 255 / .035);
    font-size: 12px;
    font-weight: 700;
}

.vg-info-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    padding: 0 18px 18px;
}

.vg-info-grid label {
    display: grid;
    gap: 6px;
    grid-column: span 2;
}

.vg-info-grid label:nth-child(1),
.vg-info-grid label:nth-child(2) {
    grid-column: span 3;
}

.vg-info-grid span {
    color: var(--vg-muted);
    font-size: 12px;
}

.vg-info-grid strong {
    min-height: 40px;
    padding: 12px 14px;
    border: 1px solid rgb(var(--vg-line) / .62);
    border-radius: 6px;
    background: rgb(var(--vg-card-soft) / .78);
    font-size: 13px;
    font-weight: 700;
}

.vg-settings-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
}

.vg-setting-row {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 14px;
    min-height: 62px;
    padding: 0 18px;
    border-radius: 7px;
    color: #f8fafc;
    cursor: pointer;
    text-align: left;
}

.vg-setting-row[aria-expanded="true"] em {
    transform: rotate(180deg);
}

.vg-setting-row > span {
    display: flex;
    align-items: center;
    min-width: 0;
    flex: 1;
    gap: 12px;
    font-size: 16px;
    font-weight: 800;
}

.vg-setting-row > span i {
    width: 18px;
    color: var(--vg-red);
    text-align: center;
}

.vg-setting-row b {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 11px;
    line-height: 1;
}

.vg-setting-row b.ok {
    color: #38f178;
    background: rgb(34 197 94 / .13);
}

.vg-setting-row b.wait {
    color: #f6bf42;
    background: rgb(245 158 11 / .13);
}

.vg-setting-row em {
    color: #cbd5e1;
    transition: transform .18s ease;
}

.vg-setting-content {
    grid-column: 1 / -1;
    padding: 16px;
    border: 1px solid rgb(var(--vg-line) / .56);
    border-radius: 7px;
    background: linear-gradient(180deg, rgb(255 255 255 / .025), rgb(255 255 255 / .01)), rgb(var(--vg-card) / .88);
}

.vg-form-grid,
.vg-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.vg-form-grid.compact {
    grid-template-columns: minmax(0, 1fr) 160px;
    align-items: end;
}

.vg-form-grid label,
.vg-choice-grid label {
    display: grid;
    gap: 6px;
    color: var(--vg-muted);
    font-size: 12px;
    font-weight: 700;
}

.vg-choice-grid label {
    min-height: 48px;
    grid-auto-flow: column;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    justify-content: start;
    padding: 0 12px;
    border: 1px solid rgb(var(--vg-line) / .52);
    border-radius: 7px;
    background: rgb(var(--vg-card-soft) / .74);
    color: #f8fafc;
    font-size: 13px;
}

.vg-form-grid input {
    min-height: 46px;
    width: 100%;
    padding: 0 12px;
    border: 1px solid rgb(var(--vg-line) / .62);
    border-radius: 7px;
    background: rgb(var(--vg-card-soft) / .82);
    color: #f8fafc;
    font-size: 13px;
    font-weight: 700;
}

.vg-form-action,
.vg-setting-link {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid rgb(255 255 255 / .08);
    border-radius: 7px;
    background: linear-gradient(135deg, #ef2331, #c70f1d);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.vg-form-action.success {
    background: linear-gradient(135deg, #16a34a, #087f35);
}

.vg-activity-panel {
    overflow: hidden;
}

.vg-activity-table {
    border-top: 1px solid rgb(var(--vg-line) / .62);
}

.vg-activity-head,
.vg-activity-row {
    display: grid;
    grid-template-columns: 130px minmax(220px, 1.2fr) 180px 150px 130px;
    align-items: center;
}

.vg-activity-head {
    min-height: 42px;
    color: var(--vg-muted);
    background: rgb(255 255 255 / .025);
    font-size: 12px;
}

.vg-activity-head span,
.vg-activity-row span {
    padding: 0 16px;
}

.vg-activity-row {
    min-height: 62px;
    border-top: 1px solid rgb(var(--vg-line) / .42);
    font-size: 13px;
}

.vg-activity-row > span:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vg-activity-row i {
    color: #d1d5db;
}

.vg-activity-row strong,
.vg-activity-row small {
    display: block;
}

.vg-activity-row small {
    margin-top: 2px;
    color: var(--vg-muted);
}

.vg-activity-row .plus {
    color: #36d65f;
    font-weight: 800;
}

.vg-activity-row .minus {
    color: #ff3144;
    font-weight: 800;
}

.vg-activity-row b {
    display: inline-flex;
    min-height: 22px;
    align-items: center;
    padding: 0 10px;
    border-radius: 6px;
    color: #b9f6c8;
    background: rgb(34 197 94 / .14);
    font-size: 11px;
}

.vg-empty-activity {
    padding: 24px 18px;
    color: var(--vg-muted);
}

.vg-wallet-main {
    display: grid;
    align-self: start;
    align-content: start;
    gap: 18px;
}

.vg-wallet-hero,
.vg-wallet-stat,
.vg-wallet-action-card,
.vg-wallet-transactions {
    border: 1px solid rgb(var(--vg-line) / .74);
    box-shadow: 0 24px 70px rgb(0 0 0 / .26);
    background: linear-gradient(180deg, rgb(255 255 255 / .036), rgb(255 255 255 / .012)), rgb(var(--vg-card) / .92);
    backdrop-filter: blur(14px);
}

.vg-wallet-hero {
    position: relative;
    min-height: 250px;
    padding: 44px 32px;
    border-radius: 8px;
    overflow: hidden;
}

.vg-wallet-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 83% 42%, rgb(var(--vg-red-soft) / .48), transparent 34%),
        radial-gradient(circle at 98% 0%, rgb(21 128 61 / .20), transparent 28%),
        linear-gradient(90deg, rgb(7 12 20 / .98), rgb(13 20 31 / .78) 56%, rgb(66 9 20 / .64));
}

.vg-wallet-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 540px;
}

.vg-wallet-hero-copy h1 {
    margin: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: 0;
}

.vg-wallet-hero-copy p {
    margin: 12px 0 0;
    color: #c8d2e3;
    font-size: 16px;
}

.vg-wallet-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.vg-wallet-hero-actions a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 800;
}

.vg-wallet-hero-actions .primary {
    color: #fff;
    background: linear-gradient(135deg, #ff3144, #ff1c35);
    box-shadow: 0 12px 28px rgb(var(--vg-red-soft) / .36);
}

.vg-wallet-hero-actions .secondary {
    color: #e8eef8;
    border: 1px solid rgb(var(--vg-line) / .95);
    background: rgb(10 16 26 / .72);
}

.vg-wallet-visual {
    position: absolute;
    top: 26px;
    right: 92px;
    bottom: 24px;
    z-index: 1;
    width: 340px;
    pointer-events: none;
}

.vg-wallet-visual .orbit {
    position: absolute;
    right: 4px;
    bottom: 12px;
    width: 260px;
    height: 66px;
    border: 2px solid rgb(var(--vg-red-soft) / .58);
    border-radius: 50%;
    transform: rotate(-9deg);
    box-shadow: 0 0 30px rgb(var(--vg-red-soft) / .34);
}

.vg-wallet-visual .wallet-shape {
    position: absolute;
    right: 64px;
    top: 28px;
    width: 150px;
    height: 116px;
    border: 1px solid rgb(255 255 255 / .16);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgb(255 255 255 / .18), transparent 30%),
        linear-gradient(135deg, #171922, #06090f 70%);
    box-shadow: 0 28px 48px rgb(0 0 0 / .48), 0 0 34px rgb(var(--vg-red-soft) / .28);
    transform: rotate(13deg);
}

.vg-wallet-visual .wallet-shape::before {
    content: "";
    position: absolute;
    right: -18px;
    top: 44px;
    width: 58px;
    height: 34px;
    border: 1px solid rgb(var(--vg-red-soft) / .56);
    border-radius: 12px;
    background: #111827;
}

.vg-wallet-visual .wallet-shape i {
    position: absolute;
    left: 50%;
    top: 50%;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: radial-gradient(circle, #4b1e2b, #171922);
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    transform: translate(-50%, -50%);
}

.vg-wallet-visual .coin {
    position: absolute;
    z-index: 3;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgb(var(--vg-red-soft) / .64);
    border-radius: 50%;
    color: #ff6b78;
    background: linear-gradient(135deg, rgb(255 255 255 / .18), rgb(var(--vg-red-soft) / .18));
    box-shadow: 0 0 28px rgb(var(--vg-red-soft) / .30);
    font-size: 24px;
    font-weight: 900;
}

.vg-wallet-visual .coin-one {
    right: 30px;
    top: 24px;
}

.vg-wallet-visual .coin-two {
    right: 184px;
    top: 102px;
    width: 38px;
    height: 38px;
    font-size: 18px;
}

.vg-wallet-visual .coin-three {
    right: 4px;
    top: 116px;
    width: 34px;
    height: 34px;
    font-size: 16px;
}

.vg-wallet-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.vg-wallet-stat {
    display: flex;
    min-height: 110px;
    align-items: center;
    gap: 14px;
    padding: 20px 18px;
    border-radius: 8px;
}

.vg-wallet-stat-icon {
    display: grid;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
}

.vg-wallet-stat.red .vg-wallet-stat-icon,
.vg-wallet-action-card.red span,
.vg-wallet-transaction-icon.red {
    background: linear-gradient(135deg, #ff3144, #7f1d2d);
}

.vg-wallet-stat.rose .vg-wallet-stat-icon {
    background: linear-gradient(135deg, #e11d48, #4c1022);
}

.vg-wallet-stat.amber .vg-wallet-stat-icon,
.vg-wallet-action-card.amber span,
.vg-wallet-transaction-icon.amber {
    background: linear-gradient(135deg, #f59e0b, #6b3d00);
}

.vg-wallet-stat.blue .vg-wallet-stat-icon,
.vg-wallet-action-card.blue span,
.vg-wallet-transaction-icon.blue {
    background: linear-gradient(135deg, #1d9bf0, #0f3f70);
}

.vg-wallet-stat.cyan .vg-wallet-stat-icon {
    background: linear-gradient(135deg, #0284c7, #063b58);
}

.vg-wallet-action-card.green span,
.vg-wallet-transaction-icon.green {
    background: linear-gradient(135deg, #35c76f, #14532d);
}

.vg-wallet-transaction-icon.purple {
    background: linear-gradient(135deg, #c057d8, #4c1d5c);
}

.vg-wallet-stat small,
.vg-wallet-stat strong,
.vg-wallet-stat em {
    display: block;
}

.vg-wallet-stat small {
    color: #c9d3e1;
    font-size: 12px;
    font-weight: 700;
}

.vg-wallet-stat strong {
    margin-top: 6px;
    color: #fff;
    font-size: 20px;
    line-height: 1.05;
}

.vg-wallet-stat em {
    margin-top: 6px;
    color: var(--vg-muted);
    font-size: 12px;
    font-style: normal;
}

.vg-wallet-actions-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.vg-wallet-action-card {
    display: grid;
    min-height: 235px;
    align-content: start;
    gap: 14px;
    padding: 24px;
    border-radius: 8px;
    color: #fff;
}

.vg-wallet-action-card span {
    display: grid;
    width: 60px;
    height: 60px;
    place-items: center;
    border-radius: 10px;
    font-size: 24px;
}

.vg-wallet-action-card strong {
    margin-top: 6px;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}

.vg-wallet-action-card small {
    color: #c2ccdc;
    font-size: 14px;
    line-height: 1.65;
}

.vg-wallet-action-card b {
    display: grid;
    width: 32px;
    height: 32px;
    margin-top: 4px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #ff3144;
}

.vg-wallet-action-card.green b {
    background: #35c76f;
}

.vg-wallet-action-card.amber b {
    background: #f59e0b;
}

.vg-wallet-action-card.blue b {
    background: #1d9bf0;
}

.vg-wallet-transactions {
    border-radius: 8px;
    overflow: hidden;
}

.vg-wallet-section-title {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 28px;
    border-bottom: 1px solid rgb(var(--vg-line) / .70);
}

.vg-wallet-section-title h2 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.vg-wallet-section-title a {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 0 14px;
    border: 1px solid rgb(var(--vg-line) / .74);
    border-radius: 7px;
    color: #e8eef8;
    background: rgb(255 255 255 / .035);
    font-size: 12px;
    font-weight: 800;
}

.vg-wallet-transaction-list {
    display: grid;
}

.vg-wallet-transaction-row {
    display: grid;
    grid-template-columns: 50px minmax(220px, 1fr) 150px 170px 130px;
    min-height: 66px;
    align-items: center;
    gap: 14px;
    padding: 0 28px;
    border-bottom: 1px solid rgb(var(--vg-line) / .45);
}

.vg-wallet-transaction-row:last-child {
    border-bottom: 0;
}

.vg-wallet-transaction-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 9px;
    color: #fff;
    font-size: 16px;
}

.vg-wallet-transaction-copy strong,
.vg-wallet-transaction-copy small {
    display: block;
}

.vg-wallet-transaction-copy strong {
    color: #fff;
    font-size: 14px;
}

.vg-wallet-transaction-copy small,
.vg-wallet-transaction-date {
    color: #aeb9c9;
    font-size: 13px;
}

.vg-wallet-transaction-amount {
    font-size: 15px;
    font-weight: 900;
}

.vg-wallet-transaction-amount.plus {
    color: #38e26d;
}

.vg-wallet-transaction-amount.minus {
    color: #ff3144;
}

.vg-wallet-transaction-status {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    justify-content: center;
    justify-self: start;
    padding: 0 12px;
    border-radius: 999px;
    color: #b9f6c8;
    background: rgb(34 197 94 / .16);
    font-size: 11px;
    font-weight: 800;
}

.vg-wallet-transaction-status.blue {
    color: #9bd1ff;
    background: rgb(29 155 240 / .16);
}

.vg-wallet-footnote {
    margin: 0;
    padding: 18px 28px 24px;
    color: #aeb9c9;
    text-align: center;
    font-size: 14px;
}

.vg-wallet-footnote a {
    color: var(--vg-red);
    font-weight: 900;
}

.vg-wallet-empty {
    display: grid;
    min-height: 150px;
    place-items: center;
    gap: 8px;
    padding: 28px;
    color: var(--vg-muted);
}

.vg-wallet-empty i {
    color: var(--vg-red);
    font-size: 24px;
}

.vg-wallet-empty strong {
    color: #fff;
    font-size: 16px;
}

.vg-games-page {
    padding: 22px 0 46px;
}

.vg-games-hero {
    position: relative;
    display: grid;
    min-height: 250px;
    grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
    align-items: center;
    gap: 24px;
    margin-bottom: 22px;
    padding: 38px 40px;
    border: 1px solid rgb(var(--vg-line) / .72);
    border-radius: 8px;
    overflow: hidden;
    background:
        radial-gradient(circle at 74% 20%, rgb(var(--vg-red-soft) / .36), transparent 33%),
        linear-gradient(135deg, rgb(13 18 29 / .98), rgb(6 10 17 / .92));
    box-shadow: 0 26px 80px rgb(0 0 0 / .32);
}

.vg-games-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(5 8 14 / .74), transparent 56%);
    pointer-events: none;
}

.vg-games-hero-copy,
.vg-games-hero-art {
    position: relative;
    z-index: 1;
}

.vg-games-hero-copy h1 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 950;
    line-height: 1.12;
    letter-spacing: 0;
}

.vg-games-hero-copy h1 span {
    color: var(--vg-red);
}

.vg-games-hero-copy p {
    max-width: 470px;
    margin: 16px 0 0;
    color: #c4cfdf;
    font-size: 16px;
    line-height: 1.7;
}

.vg-games-trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 620px;
    margin-top: 30px;
}

.vg-games-trust-row span {
    display: flex;
    min-height: 62px;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border: 1px solid rgb(var(--vg-line) / .62);
    border-radius: 7px;
    background: rgb(15 22 34 / .70);
}

.vg-games-trust-row i {
    display: grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 8px;
    color: var(--vg-red);
    background: rgb(var(--vg-red-soft) / .12);
}

.vg-games-trust-row strong,
.vg-games-trust-row small {
    display: block;
}

.vg-games-trust-row strong {
    color: #fff;
    font-size: 13px;
}

.vg-games-trust-row small {
    color: #a7b3c6;
    font-size: 12px;
}

.vg-games-hero-art {
    min-height: 210px;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    filter: saturate(.9) contrast(1.08);
    transform: perspective(900px) rotateY(-5deg);
}

.vg-games-hero-art::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 58% 42%, transparent 0 18%, rgb(var(--vg-red-soft) / .34) 20%, transparent 42%),
        linear-gradient(90deg, rgb(6 10 17 / .92), rgb(var(--vg-red-soft) / .18));
    box-shadow: inset 0 0 80px rgb(0 0 0 / .72);
}

.vg-games-hero-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: grid;
    width: 74px;
    height: 74px;
    place-items: center;
    border: 2px solid rgb(var(--vg-red-soft) / .72);
    border-radius: 18px;
    color: #fff;
    background: rgb(8 12 20 / .80);
    box-shadow: 0 0 42px rgb(var(--vg-red-soft) / .52);
    font-size: 36px;
    font-weight: 950;
    transform: translate(-50%, -50%) rotate(-8deg);
}

.vg-games-hero-art .token {
    position: absolute;
    z-index: 3;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid rgb(var(--vg-red-soft) / .46);
    border-radius: 9px;
    color: #ff5a67;
    background: rgb(12 17 28 / .82);
    box-shadow: 0 0 26px rgb(var(--vg-red-soft) / .26);
}

.vg-games-hero-art .token-one {
    right: 14%;
    top: 23%;
}

.vg-games-hero-art .token-two {
    right: 7%;
    bottom: 32%;
}

.vg-games-hero-art .token-three {
    left: 12%;
    bottom: 24%;
}

.vg-games-toolbar {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) 210px 180px auto;
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
    padding: 16px 18px;
    border: 1px solid rgb(var(--vg-line) / .62);
    border-radius: 8px;
    background: linear-gradient(180deg, rgb(255 255 255 / .035), rgb(255 255 255 / .012)), rgb(var(--vg-card) / .92);
}

.vg-games-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 52px;
    min-width: 0;
}

.vg-games-search input,
.vg-games-toolbar select,
.vg-games-toolbar button {
    height: 48px;
    border: 1px solid rgb(var(--vg-line) / .68);
    border-radius: 8px;
    color: #e8eef8;
    background: rgb(10 16 26 / .78);
    font-size: 13px;
    font-weight: 700;
    outline: 0;
}

.vg-games-search input {
    min-width: 0;
    padding: 0 16px;
    border-right: 0;
    border-radius: 8px 0 0 8px;
}

.vg-games-search button,
.vg-games-toolbar button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 18px;
}

.vg-games-search button {
    border-radius: 0 8px 8px 0;
    color: #fff;
    background: linear-gradient(135deg, #ff3144, #e31227);
    box-shadow: 0 10px 28px rgb(var(--vg-red-soft) / .34);
}

.vg-games-toolbar select {
    padding: 0 14px;
}

.vg-games-toolbar button {
    color: #fff;
}

.vg-games-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.vg-game-card {
    min-width: 0;
}

.vg-game-card[hidden] {
    display: none;
}

.vg-game-card a {
    position: relative;
    display: grid;
    min-height: 226px;
    align-content: end;
    gap: 12px;
    padding: 18px;
    border: 1px solid rgb(var(--vg-line) / .66);
    border-radius: 8px;
    color: #fff;
    overflow: hidden;
    background:
        radial-gradient(circle at 100% 0%, rgb(var(--vg-red-soft) / .16), transparent 34%),
        linear-gradient(180deg, rgb(15 22 34 / .96), rgb(8 13 21 / .96));
    box-shadow: inset 0 1px 0 rgb(255 255 255 / .025);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.vg-game-card a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 4%, rgb(var(--vg-red-soft) / .16), transparent 34%);
    opacity: .58;
    pointer-events: none;
}

.vg-game-card a:hover {
    border-color: rgb(var(--vg-red-soft) / .72);
    box-shadow: 0 18px 50px rgb(var(--vg-red-soft) / .14), inset 0 1px 0 rgb(255 255 255 / .045);
    transform: translateY(-3px);
}

.vg-game-media {
    position: relative;
    z-index: 1;
    display: grid;
    height: 128px;
    place-items: center;
}

.vg-game-media img {
    max-width: 86%;
    max-height: 112px;
    object-fit: contain;
    filter: drop-shadow(0 18px 20px rgb(0 0 0 / .48));
}

.vg-game-card strong {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 36px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
}

.vg-game-card b {
    position: relative;
    z-index: 1;
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 6px;
    color: #fff;
    background: linear-gradient(135deg, #ff3144, #e31227);
    font-size: 13px;
    font-weight: 900;
}

.vg-games-empty {
    display: grid;
    min-height: 180px;
    place-items: center;
    gap: 8px;
    margin-top: 16px;
    border: 1px solid rgb(var(--vg-line) / .66);
    border-radius: 8px;
    color: var(--vg-muted);
    background: rgb(var(--vg-card) / .74);
}

.vg-games-empty[hidden] {
    display: none;
}

.vg-games-empty i {
    color: var(--vg-red);
    font-size: 24px;
}

.vg-games-empty strong {
    color: #fff;
    font-size: 16px;
}

.vg-games-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.vg-games-pagination button,
.vg-games-pagination span {
    display: grid;
    min-width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid rgb(var(--vg-line) / .62);
    border-radius: 7px;
    color: #dce5f1;
    background: rgb(12 18 28 / .86);
    font-size: 13px;
    font-weight: 800;
}

.vg-games-pagination button.is-active {
    border-color: rgb(var(--vg-red-soft) / .78);
    color: #fff;
    background: var(--vg-red);
}

.vg-games-pagination button:disabled {
    cursor: not-allowed;
    opacity: .45;
}

@media (max-width: 1199px) {
    .vg-account-shell {
        grid-template-columns: 290px minmax(0, 1fr);
    }

    .vg-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vg-wallet-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vg-wallet-actions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vg-wallet-transaction-row {
        grid-template-columns: 50px minmax(200px, 1fr) 130px 140px 120px;
        padding: 0 18px;
    }

    .vg-games-hero {
        grid-template-columns: 1fr;
    }

    .vg-games-hero-art {
        min-height: 170px;
    }

    .vg-games-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .vg-activity-head,
    .vg-activity-row {
        grid-template-columns: 110px minmax(180px, 1fr) 140px 120px 110px;
    }
}

@media (max-width: 991px) {
    .vg-account-shell {
        grid-template-columns: 1fr;
    }

    .vg-account-sidebar {
        min-height: auto;
    }

    .vg-account-menu {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vg-settings-grid,
    .vg-info-grid {
        grid-template-columns: 1fr;
    }

    .vg-info-grid label,
    .vg-info-grid label:nth-child(1),
    .vg-info-grid label:nth-child(2) {
        grid-column: span 1;
    }

    .vg-hero-art {
        display: none;
    }

    .vg-wallet-visual {
        opacity: .24;
        right: 18px;
    }

    .vg-wallet-stats,
    .vg-wallet-actions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vg-wallet-transaction-row {
        grid-template-columns: 44px minmax(0, 1fr) 120px;
        padding: 12px 18px;
    }

    .vg-wallet-transaction-date,
    .vg-wallet-transaction-status {
        grid-column: 2 / span 2;
    }

    .vg-games-toolbar {
        grid-template-columns: 1fr 1fr;
    }

    .vg-games-search {
        grid-column: 1 / -1;
    }

    .vg-games-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .vg-account-page {
        padding-top: 8px;
    }

    .vg-account-menu,
    .vg-stat-grid {
        grid-template-columns: 1fr;
    }

    .vg-account-hero {
        padding: 22px 14px 16px;
    }

    .vg-hero-copy h1 {
        font-size: 24px;
    }

    .vg-panel-title {
        align-items: flex-start;
        flex-direction: column;
        padding: 14px;
    }

    .vg-info-grid {
        padding: 0 14px 14px;
    }

    .vg-setting-row {
        min-height: 58px;
        padding: 0 14px;
    }

    .vg-activity-head {
        display: none;
    }

    .vg-activity-row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 14px 0;
    }

    .vg-form-grid,
    .vg-form-grid.compact,
    .vg-choice-grid {
        grid-template-columns: 1fr;
    }

    .vg-activity-row span {
        padding: 0 14px;
    }

    .vg-wallet-hero {
        min-height: 230px;
        padding: 28px 18px;
    }

    .vg-wallet-hero-copy h1 {
        font-size: 30px;
    }

    .vg-wallet-hero-copy p {
        font-size: 14px;
    }

    .vg-wallet-hero-actions a {
        width: 100%;
    }

    .vg-wallet-visual {
        display: none;
    }

    .vg-wallet-stats,
    .vg-wallet-actions-grid {
        grid-template-columns: 1fr;
    }

    .vg-wallet-action-card {
        min-height: 190px;
    }

    .vg-wallet-section-title {
        align-items: flex-start;
        flex-direction: column;
        padding: 14px;
    }

    .vg-wallet-transaction-row {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 8px 12px;
        padding: 14px;
    }

    .vg-wallet-transaction-amount,
    .vg-wallet-transaction-date,
    .vg-wallet-transaction-status {
        grid-column: 2;
    }

    .vg-wallet-footnote {
        padding: 16px 14px 20px;
        text-align: left;
    }

    .vg-games-page {
        padding-top: 12px;
    }

    .vg-games-hero {
        min-height: auto;
        padding: 26px 18px;
    }

    .vg-games-hero-copy h1 {
        font-size: 30px;
    }

    .vg-games-trust-row,
    .vg-games-toolbar,
    .vg-games-grid {
        grid-template-columns: 1fr;
    }

    .vg-games-hero-art {
        display: none;
    }

    .vg-game-card a {
        min-height: 206px;
    }
}

/* VioraGame account subpages */
body.marketplace-page .account_sidebar > .bg-secondary {
    position: sticky;
    top: 92px;
    overflow: hidden;
    border: 1px solid rgb(148 163 184 / .12);
    border-radius: 8px;
    background: linear-gradient(180deg, rgb(16 23 35 / .96), rgb(10 15 24 / .98));
    box-shadow: 0 18px 52px rgb(0 0 0 / .28);
}

body.marketplace-page .account_sidebar > .bg-secondary > .flex:first-child {
    padding: 18px;
}

body.marketplace-page .account_sidebar h4,
body.marketplace-page .account_sidebar h3 {
    color: #f8fafc;
    line-height: 1.2;
}

body.marketplace-page .account_sidebar h4 {
    font-size: 15px;
    font-weight: 800;
}

body.marketplace-page .account_sidebar h3 {
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 600;
}

body.marketplace-page .account_sidebar img {
    border: 2px solid #22c55e;
    outline: 4px solid rgb(34 197 94 / .13) !important;
}

body.marketplace-page .account_sidebar > .bg-secondary > .bg-primary {
    margin: 0 14px 10px;
    padding: 16px;
    border: 1px solid rgb(239 35 49 / .22);
    border-radius: 7px;
    background: linear-gradient(135deg, rgb(239 35 49 / .12), rgb(255 255 255 / .03));
}

body.marketplace-page .account_sidebar .user-menu-btn {
    min-height: 42px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #e5e7eb;
    font-size: 13px;
    font-weight: 800;
}

body.marketplace-page .account_sidebar .user-menu-btn:hover {
    background: linear-gradient(90deg, rgb(239 35 49 / .2), rgb(239 35 49 / .04));
    color: #fff;
}

body.marketplace-page .account_sidebar .user-menu-btn i:first-child,
body.marketplace-page .account_sidebar .user-menu-btn .far,
body.marketplace-page .account_sidebar .user-menu-btn .fa {
    color: var(--vg-red) !important;
}

body.marketplace-page .account_container {
    flex: 1 1 0;
    max-width: calc(100% - 346px);
    color: #f8fafc;
}

body.marketplace-page section:has(> .container .account_sidebar) > .container {
    max-width: 1510px;
    padding-right: 0;
    padding-left: 0;
}

body.marketplace-page section:has(> .container .account_sidebar) > .container > .flex {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    margin-right: 0;
    margin-left: 0;
}

body.marketplace-page section:has(> .container .account_sidebar) .account_sidebar,
body.marketplace-page section:has(> .container .account_sidebar) .account_container {
    width: auto;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

body.marketplace-page section:has(> .container .account_sidebar) .account_sidebar {
    flex: initial;
}

body.marketplace-page section:has(> .container .account_sidebar) .account_container {
    flex: initial;
    min-width: 0;
}

body.marketplace-page .account_container > .bg-primary:first-child,
body.marketplace-page .account_container > form > .bg-primary:first-child {
    min-height: 58px;
    border: 1px solid rgb(148 163 184 / .13);
    border-radius: 8px;
    background:
        radial-gradient(circle at 88% 0%, rgb(239 35 49 / .24), transparent 36%),
        linear-gradient(135deg, rgb(16 23 35 / .98), rgb(10 15 24 / .98));
    box-shadow: inset 0 1px 0 rgb(255 255 255 / .04);
}

body.marketplace-page .account_container > .bg-primary:first-child .text-lg,
body.marketplace-page .account_container > form > .bg-primary:first-child .text-lg {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

body.marketplace-page .account_container > .bg-primary:first-child .text-xs,
body.marketplace-page .account_container > form > .bg-primary:first-child .text-xs {
    color: #94a3b8;
}

body.marketplace-page .account_container .bg-secondary,
body.marketplace-page .account_container .bg-primary,
body.marketplace-page .account_container .collapsable-table,
body.marketplace-page .account_container .rounded,
body.marketplace-page .account_container .rounded-md,
body.marketplace-page .account_container .rounded-lg {
    border-radius: 8px;
}

body.marketplace-page .account_container .collapsable-table,
body.marketplace-page .account_container .bg-secondary {
    border: 1px solid rgb(148 163 184 / .12);
    background: linear-gradient(180deg, rgb(16 23 35 / .96), rgb(9 14 23 / .98));
    box-shadow: inset 0 1px 0 rgb(255 255 255 / .035);
}

body.marketplace-page .account_container .collapsable-table > .bg-primary,
body.marketplace-page .account_container .collapsable-table > .px-5.py-3,
body.marketplace-page .account_container .orders-table thead tr,
body.marketplace-page .account_container table thead tr {
    border-bottom: 1px solid rgb(148 163 184 / .12);
    background: rgb(255 255 255 / .035);
    color: #f8fafc;
}

body.marketplace-page .account_container h4,
body.marketplace-page .account_container h3,
body.marketplace-page .account_container .font-medium {
    color: #f8fafc;
}

body.marketplace-page .account_container label,
body.marketplace-page .account_container .text-sm,
body.marketplace-page .account_container .text-xs {
    color: #94a3b8;
}

body.marketplace-page .account_container input,
body.marketplace-page .account_container select,
body.marketplace-page .account_container textarea,
body.marketplace-page .account_container .select2-selection {
    border: 1px solid rgb(148 163 184 / .11) !important;
    background-color: rgb(255 255 255 / .035) !important;
    color: #f8fafc !important;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / .025);
}

body.marketplace-page .account_container input:disabled,
body.marketplace-page .account_container input[readonly],
body.marketplace-page .account_container textarea:disabled {
    color: #d1d5db !important;
    opacity: 1;
}

body.marketplace-page .account_container input::placeholder,
body.marketplace-page .account_container textarea::placeholder {
    color: #64748b;
}

body.marketplace-page .account_container button[type="submit"],
body.marketplace-page .account_container .btn,
body.marketplace-page .account_container .bg-orange,
body.marketplace-page .account_container .bg-green,
body.marketplace-page .account_container .bg-green-500,
body.marketplace-page .account_container .bg-blue-400\/70,
body.marketplace-page .account_container .bg-red,
body.marketplace-page .account_container .bg-red-500 {
    border: 1px solid rgb(255 255 255 / .08);
    background: linear-gradient(135deg, #ef2331, #c70f1d) !important;
    color: #fff !important;
    box-shadow: 0 12px 26px rgb(239 35 49 / .18);
}

body.marketplace-page .account_container button[type="submit"]:hover,
body.marketplace-page .account_container .btn:hover,
body.marketplace-page .account_container .bg-orange:hover,
body.marketplace-page .account_container .bg-green:hover,
body.marketplace-page .account_container .bg-green-500:hover,
body.marketplace-page .account_container .bg-red:hover,
body.marketplace-page .account_container .bg-red-500:hover {
    filter: brightness(1.08);
}

body.marketplace-page .account_container .orders-table,
body.marketplace-page .account_container table {
    border: 1px solid rgb(148 163 184 / .12);
    border-radius: 8px;
    background: linear-gradient(180deg, rgb(16 23 35 / .96), rgb(9 14 23 / .98));
    color: #f8fafc;
}

body.marketplace-page .account_container th {
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 800;
}

body.marketplace-page .account_container td {
    border-top: 1px solid rgb(148 163 184 / .1);
    color: #e5e7eb;
}

body.marketplace-page .account_container tbody tr {
    background: transparent;
}

body.marketplace-page .account_container tbody tr:hover {
    background: rgb(239 35 49 / .055);
}

body.marketplace-page .account_container a {
    color: #f8fafc;
}

body.marketplace-page .account_container a:hover {
    color: #ff4a58;
}

body.marketplace-page .account_container .pagination a,
body.marketplace-page .account_container .pagination span,
body.marketplace-page .account_container [class*="pagination"] a,
body.marketplace-page .account_container [class*="pagination"] span {
    border-color: rgb(148 163 184 / .12);
    background: rgb(255 255 255 / .04);
    color: #f8fafc;
}

body.marketplace-page .account_container .text-orange,
body.marketplace-page .account_container .text-green-500,
body.marketplace-page .account_container .text-red-500 {
    color: var(--vg-red) !important;
}

body.marketplace-page .account_container .alert,
body.marketplace-page .account_container .bg-white\/5,
body.marketplace-page .account_container .bg-white\/10 {
    border: 1px solid rgb(148 163 184 / .12);
    background: rgb(255 255 255 / .04);
}

@media (max-width: 991px) {
    body.marketplace-page .account_sidebar > .vg-account-sidebar {
        position: relative;
        top: auto;
        margin-bottom: 14px;
    }

    body.marketplace-page .account_sidebar,
    body.marketplace-page .account_container {
        flex: 0 0 100%;
        max-width: 100%;
    }

    body.marketplace-page section:has(> .container .account_sidebar) > .container {
        padding-right: 12px;
        padding-left: 12px;
    }

    body.marketplace-page section:has(> .container .account_sidebar) > .container > .flex {
        grid-template-columns: 1fr;
    }

    body.marketplace-page section:has(> .container .account_sidebar) .account_sidebar,
    body.marketplace-page section:has(> .container .account_sidebar) .account_container {
        width: 100%;
        max-width: 100%;
    }

    body.marketplace-page .account_container > .bg-primary:first-child,
    body.marketplace-page .account_container > form > .bg-primary:first-child {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }
}

@media (max-width: 767px) {
    body.marketplace-page .account_container .overflow-auto {
        margin-right: -12px;
        padding-right: 12px;
    }

    body.marketplace-page .account_container > .bg-primary:first-child,
    body.marketplace-page .account_container > form > .bg-primary:first-child,
    body.marketplace-page .account_container .collapsable-table > .bg-primary,
    body.marketplace-page .account_container .collapsable-table > .px-5.py-3 {
        padding: 14px;
    }
}

/* Keep only the homepage promo strip clear of the sticky marketplace header. */
body.marketplace-page main > .container > .w-section:first-child .mp-top-promos {
    margin-top: 0 !important;
    padding-top: 18px !important;
}
