:root {
    --bg: #090b0a;
    --bg-elev: #141815;
    --bg-elev-2: #1c221d;
    --line: rgba(228, 195, 106, 0.28);
    --line-strong: rgba(228, 195, 106, 0.55);
    --gold: #e4c36a;
    --gold-2: #f3e2ae;
    --gold-deep: #8d6b32;
    --ink: #f6f1e6;
    --muted: #c9bfb0;
    --good: #b7d3ae;
    --bad: #efc2b6;
    --radius: 18px;
    --sans: "Be Vietnam Pro", "Segoe UI", sans-serif;
    --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
    --shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    --header-bg: rgba(9, 11, 10, 0.88);
    --header-ink: #f6f1e6;
    --header-muted: #c9bfb0;
    --card-bg: rgba(20, 24, 21, 0.92);
    --ad-bg: #4d4e4f;
    --ad-ink: #ffffff;
    --ad-name: #8ec8ff;
    --ad-kicker: #39e23a;
    --bet: #e03131;
    --bet-ink: #ffffff;
    --register-ink: #ffffff;
    --register-line: rgba(255, 255, 255, 0.7);
    --chip-ink: #241a09;
    --meter: #2a312b;
    color-scheme: dark;
}

/* VIP 6 — editorial shortlist */
body[data-theme="vip6"] { color-scheme: light; --bg: #f4f0e8; --bg-elev: #fffdf8; --bg-elev-2: #e9e2d6; --card-bg: #fffdf8; --ink: #18231d; --muted: #647068; --gold: #b45c31; --gold-2: #7c361a; --line: rgba(24,35,29,.15); --line-strong: rgba(24,35,29,.38); --header-bg: #173c2c; --header-ink: #fffdf8; --header-muted: #c9d8cf; --ad-bg: #173c2c; --ad-ink: #fffdf8; --ad-name: #f5d7a1; --ad-kicker: #f1bd78; --bet: #d56638; --bet-ink: #fff; --chip-ink: #fff; --meter: #ded7cb; background: var(--bg); }
.vip6 { padding: 44px 0 18px; }
.vip6-head { max-width: 850px; text-align: center; }
.vip6-kicker,.vip7-kicker { margin: 0 0 10px; text-transform: uppercase; letter-spacing: .16em; font-size: .75rem; font-weight: 800; color: #b45c31; }
.vip6-head h1 { margin: 0; font-size: clamp(2.1rem,5vw,4.4rem); line-height: 1.02; }
.vip6-head h1 em { color: #b45c31; }
.vip6-head>p:last-child { max-width: 680px; margin: 20px auto 0; color: #647068; }
.vip6-featured { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: stretch; margin-top: 38px; }
.vip6-pick { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: 28px; border: 1px solid #d8d0c3; border-radius: 4px; background: #fffdf8; box-shadow: 0 12px 34px rgba(49,39,27,.07); }
.vip6-pick.is-winner { transform: translateY(-10px); color: #fff; border-color: #173c2c; background: #173c2c; }
.vip6-place { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; text-transform: uppercase; letter-spacing: .1em; font-size: .66rem; font-weight: 800; color: #7b7a72; }
.vip6-place span { font: 700 1.45rem/1 var(--serif); color: #b45c31; }
.vip6-pick.is-winner .vip6-place,.vip6-pick.is-winner .vip6-note { color: #bed0c5; }
.vip6-logo { width: 76px; height: 76px; border-radius: 18px; }
.vip6-pick h2 { margin: 16px 0 7px; font-size: 1.55rem; }
.vip6-offer { margin: 24px 0 4px; font-weight: 800; color: #b45c31; }
.vip6-pick.is-winner .vip6-offer { color: #f5c476; }
.vip6-note { color: #647068; font-size: .86rem; }
.vip6-cta { display: flex; justify-content: space-between; width: 100%; margin-top: auto; padding-top: 24px; border-top: 1px solid currentColor; color: inherit; font-weight: 800; text-decoration: none; }
.vip6-more { margin-top: 38px; }
.vip6-more-title { display: flex; justify-content: space-between; align-items: end; margin-bottom: 10px; border-bottom: 2px solid #18231d; }
.vip6-more-title h2 { margin: 0 0 10px; }
.vip6-more-title span { margin-bottom: 12px; color: #647068; font-size: .82rem; }
.vip6-line { display: grid; grid-template-columns: 42px 54px minmax(150px,1fr) minmax(180px,1.2fr) 60px 90px; gap: 14px; align-items: center; padding: 15px 0; border-bottom: 1px solid #d8d0c3; }
.vip6-number { font-family: var(--serif); font-size: 1.2rem; color: #b45c31; }
.vip6-line-logo { width: 48px; height: 48px; border-radius: 12px; }
.vip6-line h3,.vip6-line p { margin: 0; }.vip6-line h3 { font-size: 1rem; }.vip6-line p { color: #647068; font-size: .8rem; }
.vip6-line-offer { color: #18231d!important; font-weight: 700; }.vip6-rating { text-align: center; }
.vip6-line>a { padding: 10px 12px; color: #fff; border-radius: 3px; background: #d56638; text-align: center; text-decoration: none; font-weight: 800; font-size: .8rem; }

/* VIP 7 — comparison dashboard */
body[data-theme="vip7"] { --bg: #07101f; --bg-elev: #0d192a; --bg-elev-2: #132238; --card-bg: #0d192a; --ink: #f3f7ff; --muted: #9fb0c8; --gold: #65e3c2; --gold-2: #b8f8e8; --line: rgba(163,188,221,.16); --line-strong: rgba(101,227,194,.52); --header-bg: rgba(7,16,31,.95); --header-ink: #f3f7ff; --header-muted: #9fb0c8; --ad-bg: #0d192a; --ad-ink: #f3f7ff; --ad-name: #fff; --ad-kicker: #65e3c2; --bet: #65e3c2; --bet-ink: #06231b; --chip-ink: #06231b; --meter: #1c2b41; background: radial-gradient(900px 500px at 90% 0,rgba(58,94,170,.24),transparent 60%),#07101f; }
.vip7 { padding: 44px 0 20px; }
.vip7-top { display: grid; grid-template-columns: 1fr 1.25fr; gap: 40px; align-items: end; }
.vip7-kicker { color: #65e3c2; }.vip7-top h1 { margin: 0; font: 680 clamp(2.2rem,5vw,4.5rem)/.98 var(--serif); }.vip7-top h1 em { color: #65e3c2; }
.vip7-stats { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid rgba(163,188,221,.2); border-radius: 16px; background: rgba(13,25,42,.72); backdrop-filter: blur(12px); }
.vip7-stats p { margin: 0; padding: 22px; border-right: 1px solid rgba(163,188,221,.2); }.vip7-stats p:last-child { border: 0; }
.vip7-stats strong,.vip7-stats span { display: block; }.vip7-stats strong { font-size: clamp(1.3rem,3vw,2rem); color: #fff; }.vip7-stats span { margin-top: 4px; color: #9fb0c8; font-size: .75rem; }
.vip7-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 34px; }
.vip7-card { padding: 22px; border: 1px solid rgba(163,188,221,.16); border-radius: 18px; background: linear-gradient(145deg,rgba(20,36,59,.94),rgba(10,21,37,.98)); box-shadow: 0 18px 44px rgba(0,0,0,.15); }
.vip7-card.is-first { border-color: rgba(101,227,194,.65); box-shadow: inset 0 0 0 1px rgba(101,227,194,.14),0 20px 55px rgba(0,0,0,.25); }
.vip7-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }.vip7-card-top>span { color: #65e3c2; font-weight: 900; }.vip7-card-top b { padding: 5px 9px; border-radius: 99px; color: #b8f8e8; background: rgba(101,227,194,.1); font-size: .68rem; }
.vip7-brand { display: flex; align-items: center; gap: 14px; }.vip7-logo { width: 64px; height: 64px; border-radius: 15px; }.vip7-brand h2,.vip7-brand p { margin: 0; }.vip7-brand h2 { font: 700 1.35rem var(--sans); }.vip7-brand p { margin-top: 4px; color: #65e3c2; font-weight: 800; }
.vip7-offer { margin: 20px 0 12px; font-size: 1.1rem; font-weight: 800; color: #fff; }
.vip7-facts { display: flex; flex-wrap: wrap; gap: 8px; }.vip7-facts span { padding: 7px 9px; border-radius: 7px; color: #b9c7da; background: rgba(255,255,255,.05); font-size: .76rem; }
.vip7-card>a { display: block; margin-top: 20px; padding: 12px; border-radius: 10px; color: #06231b; background: #65e3c2; text-align: center; text-decoration: none; font-weight: 900; }

@media (max-width: 800px) {
    .vip6-featured,.vip7-grid,.vip7-top { grid-template-columns: 1fr; }
    .vip6-pick.is-winner { transform: none; }
    .vip6-line { grid-template-columns: 36px 48px 1fr auto; }.vip6-line-offer { grid-column: 3/-1; }.vip6-rating { grid-column: 1/3; }.vip6-line>a { grid-column: 3/-1; }
    .vip7-stats { grid-template-columns: 1fr; }.vip7-stats p { border-right: 0; border-bottom: 1px solid rgba(163,188,221,.2); }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(920px 480px at 88% -8%, rgba(228, 195, 106, 0.16), transparent 58%),
        radial-gradient(680px 420px at -12% 16%, rgba(122, 36, 32, 0.22), transparent 52%),
        var(--bg);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.6;
}

img,
svg {
    display: block;
    max-width: 100%;
}

button,
input,
select {
    font: inherit;
    color: inherit;
}

a {
    color: inherit;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
}

::selection {
    background: var(--gold);
    color: #1a1408;
}

:focus-visible {
    outline: 2px solid var(--gold-2);
    outline-offset: 3px;
}

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

[hidden],
.is-out {
    display: none !important;
}

.shell {
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
}

.skip {
    position: absolute;
    left: 16px;
    top: -40px;
    z-index: 40;
    background: var(--gold);
    color: #1a1408;
    padding: 8px 12px;
    border-radius: 8px;
}

.skip:focus {
    top: 12px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: var(--header-bg);
    color: var(--header-ink);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(16px);
}

.header-bar {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 74px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin-right: auto;
}

.brand strong {
    display: block;
    font-size: 1.15rem;
}

.site-header .brand small,
.site-header .age {
    color: var(--header-muted);
}

.brand small {
    display: block;
    color: var(--muted);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mark,
.brand-logo-site {
    width: 34px;
    height: 34px;
    color: var(--gold);
    flex: none;
}

.brand-logo-site {
    object-fit: contain;
    border-radius: 6px;
}

.site-nav {
    display: flex;
    gap: 22px;
}

.site-nav a {
    text-decoration: none;
    color: var(--header-muted);
    font-size: 0.94rem;
}

.site-nav a:hover {
    color: var(--gold-2);
}

.nav-toggle {
    display: none;
    border: 1px solid var(--line);
    background: transparent;
    border-radius: 999px;
    padding: 8px 14px;
    cursor: pointer;
}

.age {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid var(--line-strong);
    border-radius: 50%;
    color: var(--gold-2);
    font-size: 0.72rem;
    font-weight: 700;
    flex: none;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid transparent;
    text-decoration: none;
    font-weight: 650;
    letter-spacing: -0.01em;
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.btn-gold {
    background: linear-gradient(180deg, #f6e3b0 0%, #e0b85a 48%, #c4963d 100%);
    color: #241a09;
}

.btn-bet {
    background: var(--bet);
    border-color: var(--bet);
    color: var(--bet-ink);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}

.btn-bet:hover {
    background: #c92a2a;
}

.btn-register {
    background: transparent;
    border-color: var(--register-line);
    color: var(--register-ink);
}

.btn-ghost {
    background: transparent;
    border-color: var(--line-strong);
    color: var(--gold-2);
}

.demo-banner {
    width: min(1180px, calc(100% - 32px));
    margin: 14px auto 0;
    padding: 12px 16px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(228, 195, 106, 0.08);
    color: var(--gold-2);
    font-size: 0.92rem;
}

.demo-banner code,
.site-footer code {
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.86em;
    color: var(--ink);
}

.ads {
    padding: 18px 0 8px;
}

.ad-list {
    display: grid;
    gap: 10px;
}

.ad-bar {
    display: grid;
    grid-template-columns: minmax(220px, 1.15fr) minmax(0, 1.2fr) 168px;
    gap: 16px;
    align-items: center;
    padding: 12px 16px;
    background: var(--ad-bg);
    border: 1px solid var(--line);
    border-radius: 12px;
}

.ad-bar.is-demo {
    opacity: 0.78;
}

.topbanner {
    width: min(1180px, calc(100% - 32px));
    margin: 14px auto 0;
}

.topbanner img,
.catfish img,
.ad-popup-card img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.ad-popup {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.72);
}

.ad-popup-card,
.catfish {
    position: relative;
}

.ad-popup-card {
    width: min(480px, 100%);
}

.catfish {
    position: fixed;
    z-index: 45;
    left: 50%;
    bottom: 12px;
    width: min(1180px, calc(100% - 24px));
    transform: translateX(-50%);
}

.catfish-items {
    display: flex;
    align-items: stretch;
    gap: 8px;
    overflow-x: auto;
    padding: 2px;
    scrollbar-width: thin;
}

.catfish-item {
    flex: 1 1 0;
    min-width: 120px;
}

.catfish-item img {
    height: 130px;
    object-fit: contain;
    background: rgba(0,0,0,.7);
}

.ad-close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: #f6f1e6;
    color: #1a1408;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
}

body.has-catfish {
    padding-bottom: 160px;
}

@media (max-width: 640px) {
    .catfish-item { flex-basis: 240px; min-width: 240px; }
    .catfish-item img { height: 110px; }
    body.has-catfish { padding-bottom: 140px; }
}

body.popup-open {
    overflow: hidden;
}

.ad-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.ad-logo,
.brand-logo,
.podium-logo {
    display: block;
    object-fit: cover;
    background: #111;
    flex: none;
}

.ad-logo,
.podium-logo {
    width: 78px;
    height: 78px;
    border-radius: 16px;
}

.brand-logo {
    width: 46px;
    height: 46px;
    border-radius: 10px;
}

.podium-logo {
    margin-bottom: 8px;
}

.ad-rank {
    color: #ffd54f;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ad-name {
    color: var(--ad-name);
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.ad-tag,
.ad-copy {
    color: var(--ad-ink);
    font-size: 0.84rem;
}

.ad-kicker {
    color: var(--ad-kicker);
    font-weight: 700;
    font-size: 1rem;
}

.ad-copy {
    text-align: center;
}

.ad-copy p + p {
    margin-top: 2px;
}

.ad-actions {
    display: grid;
    gap: 8px;
}

.stars {
    position: relative;
    display: inline-block;
    margin: 3px 0;
    color: #6d6d6d;
    font-size: 0.95rem;
    letter-spacing: 1px;
    line-height: 1;
}

.stars::before,
.stars span::before {
    content: "★★★★★";
}

.stars span {
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--fill);
    overflow: hidden;
    color: #ffcc00;
}

.hero {
    padding: 54px 0 28px;
    background-image: repeating-linear-gradient(
        -14deg,
        transparent,
        transparent 12px,
        rgba(228, 195, 106, 0.035) 12px,
        rgba(228, 195, 106, 0.035) 13px
    );
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
    gap: 42px;
    align-items: end;
}

.eyebrow {
    margin-bottom: 12px;
    color: var(--gold-2);
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

h1,
h2,
.podium-card h2,
.review h3,
.rank-title h3,
.criteria h3,
.brand strong {
    font-family: var(--sans);
    font-weight: 700;
    letter-spacing: -0.04em;
}

h1 {
    font-size: clamp(2.35rem, 5vw, 4.35rem);
    line-height: 1.05;
}

h1 em {
    font-style: normal;
    color: var(--gold-2);
}

h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.15;
}

.lead,
.section-lead {
    color: var(--muted);
}

.lead {
    max-width: 46rem;
    margin-top: 18px;
    font-size: 1.05rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 32px 0 0;
}

.hero-stats div {
    padding-top: 10px;
    border-top: 1px solid var(--line);
}

.hero-stats dt {
    color: var(--muted);
    font-size: 0.78rem;
}

.hero-stats dd {
    margin: 4px 0 0;
    font-family: var(--serif);
    font-size: 1.35rem;
}

.podium {
    display: grid;
    grid-template-columns: 1fr 1.08fr 1fr;
    gap: 12px;
    align-items: end;
}

.podium-card {
    padding: 16px 14px 18px;
    background:
        linear-gradient(180deg, rgba(243, 226, 174, 0.08), transparent 34%),
        var(--bg-elev);
    border: 1px solid var(--line);
    border-radius: 22px 22px 16px 16px;
    box-shadow: var(--shadow);
}

.podium-card.is-first {
    padding-top: 22px;
    border-color: var(--line-strong);
    background:
        linear-gradient(180deg, rgba(228, 195, 106, 0.2), transparent 42%),
        #1a1812;
}

.place {
    color: var(--gold);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.podium-card h2 {
    margin-top: 6px;
    font-size: 1.55rem;
}

.podium-score {
    margin-top: 8px;
}

.podium-score strong,
.rank-score strong,
.review-score {
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: 680;
}

.podium-score span,
.rank-score span,
.review-score span {
    color: var(--muted);
    font-size: 0.85rem;
}

.podium-offer,
.podium-meta {
    color: var(--muted);
    font-size: 0.86rem;
}

.podium-offer {
    margin-top: 8px;
    color: var(--ink);
}

.podium-card .btn {
    width: 100%;
    margin-top: 14px;
    padding-inline: 10px;
    font-size: 0.86rem;
    white-space: nowrap;
}

.text-link {
    display: inline-block;
    margin-top: 8px;
    color: var(--gold-2);
    font-size: 0.86rem;
}

.podium-note {
    margin-top: 16px;
    color: var(--muted);
    font-size: 0.86rem;
}

.section {
    padding: 64px 0;
}

.section-tight {
    padding-top: 12px;
}

.section-head {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 24px;
    align-items: end;
    margin-bottom: 28px;
}

.toolbar {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin-bottom: 12px;
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.chip {
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: transparent;
    color: var(--muted);
    cursor: pointer;
}

.chip[aria-pressed="true"] {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--chip-ink);
    font-weight: 650;
}

.sort {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 0.88rem;
}

.sort select {
    min-height: 40px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: var(--bg-elev);
}

.result-count {
    margin-bottom: 12px;
    color: var(--muted);
    font-size: 0.88rem;
}

.rank-list,
.reviews,
.compare {
    overflow-anchor: none;
}

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

.rank-card,
.review,
.criteria li,
.faq-item {
    background: var(--card-bg);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.rank-card,
.review,
section,
.faq-item {
    scroll-margin-top: 88px;
}

.rank-card {
    display: grid;
    gap: 14px;
    padding: 16px;
}

.rank-card.is-lead {
    border-color: var(--line-strong);
}

.rank-no {
    margin: 0;
    font-family: var(--serif);
    font-size: 1.7rem;
    color: var(--gold);
    line-height: 1;
}

.rank-title {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.rank-title .brand-logo {
    margin-right: 2px;
}

.rank-title h3,
.review h3 {
    font-size: 1.55rem;
}

.rank-main p,
.review-detail,
.criteria p,
.faq-item p,
.site-footer p {
    color: var(--muted);
}

.badge {
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(228, 195, 106, 0.14);
    color: var(--gold-2);
    font-size: 0.75rem;
    font-weight: 650;
}

.mini-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.mini-chips li {
    padding: 2px 8px;
    border-radius: 999px;
    background: var(--bg-elev-2);
    color: var(--ink);
    font-size: 0.78rem;
}

.rank-score small,
.rank-bonus small,
.facts dt {
    display: block;
    color: var(--muted);
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.meter {
    height: 6px;
    margin: 6px 0;
    border-radius: 99px;
    background: var(--meter);
    overflow: hidden;
}

.meter span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--gold-deep), var(--gold-2));
}

.rank-bonus strong {
    display: block;
    margin: 2px 0;
    font-family: var(--serif);
    font-size: 1.35rem;
}

.rank-bonus span {
    display: block;
    color: var(--muted);
    font-size: 0.86rem;
}

.rank-actions {
    display: grid;
    gap: 8px;
}

.note-empty {
    margin-top: 14px;
    color: var(--muted);
}

.table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(228, 195, 106, 0.16);
    border-radius: var(--radius);
}

.compare {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.compare th,
.compare td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid rgba(228, 195, 106, 0.12);
    white-space: nowrap;
}

.compare th {
    color: var(--gold-2);
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: #161b17;
}

.compare td:nth-child(2) a {
    color: var(--gold-2);
    font-weight: 650;
}

.compare tbody tr:hover {
    background: rgba(228, 195, 106, 0.05);
}

.criteria {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.criteria li {
    padding: 22px;
}

.criteria span {
    display: block;
    margin-bottom: 10px;
    color: var(--gold);
    font-family: var(--serif);
    font-size: 1.4rem;
}

.criteria h3 {
    margin-bottom: 8px;
    font-size: 1.35rem;
}

.reviews {
    display: grid;
    gap: 16px;
}

.review {
    padding: 22px;
}

.review-head {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin-bottom: 14px;
}

.review-detail {
    max-width: 75rem;
}

.facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px 16px;
    margin: 18px 0;
}

.facts div {
    padding-top: 8px;
    border-top: 1px solid rgba(228, 195, 106, 0.16);
}

.facts dd {
    margin: 4px 0 0;
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 16px;
}

.split h4 {
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.pros li,
.cons li {
    position: relative;
    padding-left: 16px;
    margin: 6px 0;
    color: var(--muted);
}

.pros li::before,
.cons li::before {
    position: absolute;
    left: 0;
}

.pros li::before {
    content: "+";
    color: var(--good);
}

.cons li::before {
    content: "–";
    color: var(--bad);
}

.faq-wrap {
    display: grid;
    grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.3fr);
    gap: 28px;
    align-items: start;
}

.faq-list {
    display: grid;
    gap: 10px;
}

.faq-item {
    padding: 0 18px;
}

.faq-item summary {
    cursor: pointer;
    padding: 16px 0;
    font-weight: 650;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    float: right;
    color: var(--gold);
    font-family: var(--serif);
    font-size: 1.4rem;
    line-height: 1;
}

.faq-item[open] summary::after {
    content: "–";
}

.faq-item p {
    padding-bottom: 16px;
}

.site-footer {
    padding: 36px 0 28px;
    border-top: 1px solid rgba(228, 195, 106, 0.18);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.6fr 1fr;
    gap: 28px;
}

.footer-grid h2 {
    margin-bottom: 8px;
    font-size: 1rem;
    font-family: var(--sans);
    letter-spacing: 0;
}

.footer-grid a {
    display: block;
    margin: 6px 0;
    color: var(--muted);
    text-decoration: none;
}

.footer-grid a:hover,
.compare a:hover,
.text-link:hover {
    color: var(--gold-2);
}

.legal {
    margin-top: 26px;
    padding-top: 16px;
    border-top: 1px solid rgba(228, 195, 106, 0.14);
}

.legal p {
    color: var(--muted);
    font-size: 0.88rem;
}

@media (min-width: 980px) {
    .rank-card {
        grid-template-columns: 64px minmax(0, 1.45fr) 126px minmax(150px, 0.85fr) 160px;
        align-items: center;
        gap: 18px;
        padding: 18px 18px 18px 20px;
    }
}

@media (max-width: 980px) {
    .hero-grid,
    .section-head,
    .faq-wrap,
    .footer-grid,
    .criteria,
    .split,
    .facts,
    .ad-bar {
        grid-template-columns: 1fr;
    }

    .ad-copy {
        text-align: left;
    }

    .ad-actions {
        grid-template-columns: 1fr 1fr;
    }

    .review-head {
        grid-template-columns: auto auto minmax(0, 1fr);
    }

    .review-score {
        grid-column: 1 / -1;
    }

    .podium {
        grid-template-columns: 1fr;
    }

    .podium-card.is-first {
        order: -1;
    }

    .hero-stats {
        grid-template-columns: 1fr 1fr;
    }

    .facts {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1040px) {
    .nav-toggle {
        display: inline-flex;
    }

    .header-cta {
        display: none;
    }

    .site-nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        flex-direction: column;
        gap: 4px;
        padding: 10px 16px 16px;
        background: #121614;
        border-bottom: 1px solid var(--line);
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        padding: 10px 0;
    }
}

@media (max-width: 640px) {
    .shell {
        width: min(1180px, calc(100% - 24px));
    }

    .hero {
        padding-top: 32px;
    }

    .section {
        padding: 46px 0;
    }

    .rank-actions .btn,
    .review .btn {
        width: 100%;
    }

    .facts,
    .hero-stats {
        grid-template-columns: 1fr 1fr;
    }

    .toolbar {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }
}

body[data-theme="bien"] {
    color-scheme: light;
    --bg: #f2f5fb;
    --bg-elev: #ffffff;
    --bg-elev-2: #e7eefb;
    --card-bg: #ffffff;
    --ink: #10203c;
    --muted: #4c5d7a;
    --gold: #e0ac12;
    --gold-2: #8a6a10;
    --gold-deep: #a78416;
    --line: rgba(13, 33, 79, 0.14);
    --line-strong: rgba(13, 33, 79, 0.4);
    --header-bg: #0d214f;
    --header-ink: #f4f7ff;
    --header-muted: #c9d6f5;
    --ad-bg: #0d214f;
    --ad-ink: #f4f7ff;
    --ad-name: #ffe082;
    --ad-kicker: #ffd54f;
    --bet: #ffd54f;
    --bet-ink: #1a1408;
    --chip-ink: #1a1408;
    --meter: #d5deef;
    --good: #1b7a45;
    --bad: #a33b32;
    background: var(--bg);
}

body[data-theme="do"] {
    --bg: #12080b;
    --bg-elev: #1c1013;
    --bg-elev-2: #2a1519;
    --card-bg: #1a0d10;
    --ink: #fff6f4;
    --muted: #e7c7c1;
    --gold: #ffb4a8;
    --gold-2: #ffd0c8;
    --line: rgba(225, 6, 0, 0.35);
    --line-strong: rgba(225, 6, 0, 0.7);
    --header-bg: #1a0508;
    --header-ink: #fff6f4;
    --header-muted: #f0c2bb;
    --ad-bg: #2a0c12;
    --ad-ink: #fff6f4;
    --ad-name: #ffffff;
    --ad-kicker: #ff8a80;
    --bet: #e10600;
    --bet-ink: #ffffff;
    --chip-ink: #ffffff;
    --meter: #3a1a1e;
    background:
        radial-gradient(800px 360px at 100% 0%, rgba(225, 6, 0, 0.28), transparent 55%),
        var(--bg);
}

body[data-theme="san"] {
    --bg: #071910;
    --bg-elev: #0e2a1c;
    --bg-elev-2: #143826;
    --card-bg: #0c2418;
    --ink: #f3fff6;
    --muted: #c6e6d0;
    --gold: #e4c36a;
    --gold-2: #f3e2ae;
    --line: rgba(228, 195, 106, 0.28);
    --line-strong: rgba(125, 255, 179, 0.55);
    --header-bg: #042015;
    --header-ink: #f3fff6;
    --header-muted: #b7e0c4;
    --ad-bg: #0c3b28;
    --ad-ink: #f3fff6;
    --ad-name: #e7ffe8;
    --ad-kicker: #7dffb3;
    --bet: #f0c14a;
    --bet-ink: #14210a;
    --chip-ink: #14210a;
    --meter: #1c4632;
    background:
        radial-gradient(820px 380px at 0% 0%, rgba(31, 138, 76, 0.35), transparent 55%),
        var(--bg);
}

.vip2,
.vip3,
.vip4,
.vip5,
.vip6,
.vip7 { display: none; }

body[data-theme="vip2"] {
    color-scheme: light;
    --bg: #ffffff;
    --bg-elev: #ffffff;
    --bg-elev-2: #f4f7fb;
    --card-bg: #ffffff;
    --ink: #142033;
    --muted: #5c6b82;
    --gold: #1d4e89;
    --gold-2: #1d4e89;
    --gold-deep: #163a66;
    --line: #e6e8ee;
    --line-strong: #c5cedd;
    --header-bg: #ffffff;
    --header-ink: #142033;
    --header-muted: #5c6b82;
    --bet: #1d4e89;
    --bet-ink: #ffffff;
    --register-ink: #1d4e89;
    --register-line: #1d4e89;
    --chip-ink: #ffffff;
    --meter: #e6e8ee;
    --good: #1b7a45;
    --bad: #a33b32;
    background: #ffffff;
}

body[data-theme="vip2"] .layout-vip1,
body[data-theme="vip2"] .hero,
body[data-theme="vip2"] #bang-xep-hang,
body[data-theme="vip3"] .layout-vip1,
body[data-theme="vip3"] .hero,
body[data-theme="vip3"] #bang-xep-hang,
body[data-theme="vip4"] .layout-vip1,
body[data-theme="vip4"] .hero,
body[data-theme="vip4"] #bang-xep-hang,
body[data-theme="vip5"] .layout-vip1,
body[data-theme="vip5"] .hero,
body[data-theme="vip5"] #bang-xep-hang,
body[data-theme="vip6"] .layout-vip1,
body[data-theme="vip6"] .hero,
body[data-theme="vip6"] #bang-xep-hang,
body[data-theme="vip7"] .layout-vip1,
body[data-theme="vip7"] .hero,
body[data-theme="vip7"] #bang-xep-hang {
    display: none;
}

body[data-theme="vip2"] .vip2,
body[data-theme="vip3"] .vip3,
body[data-theme="vip4"] .vip4,
body[data-theme="vip5"] .vip5,
body[data-theme="vip6"] .vip6,
body[data-theme="vip7"] .vip7 { display: block; }

body[data-theme="vip2"] .site-header {
    box-shadow: none;
}

body[data-theme="vip2"] .site-header .mark { color: #1d4e89; }

body[data-theme="vip2"] h1 em { color: #1d4e89; }

body[data-theme="vip2"] .compare th,
body[data-theme="vip2"] .review,
body[data-theme="vip2"] .criteria li,
body[data-theme="vip2"] .faq-item {
    background: #ffffff;
    color: #142033;
}

.vip2-stage {
    background: #ffffff;
    color: #142033;
    padding: 28px 0 8px;
}

.vip2-intro {
    max-width: none;
    margin: 0 0 18px;
    text-align: left;
}

.vip2-intro h1 { font-size: clamp(1.7rem, 3vw, 2.5rem); }

.vip2-split {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.75fr);
    gap: 16px;
    align-items: stretch;
}

.vip2-spot {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 18px 22px;
    align-items: center;
    padding: 22px;
    border: 1px solid #e6e8ee;
    border-left: 6px solid #1d4e89;
    border-radius: 12px;
    background: #ffffff;
    color: #142033;
}

.vip2-ribbon,
.vip2-card .place {
    color: #1d4e89;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vip2-logo {
    width: 84px;
    height: 84px;
    border-radius: 12px;
}

.vip2-spot h2,
.vip2-card h2,
.vip2-board h2 {
    font-family: var(--sans);
    font-weight: 700;
    letter-spacing: -0.04em;
}

.vip2-spot h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }

.vip2-spot-brand { grid-row: 1 / span 2; }
.vip2-spot-copy { grid-column: 2; }
.vip2-spot .vip2-score { grid-column: 2; }

.vip2-offer {
    margin-top: 8px;
    color: #1d4e89;
    font-size: 1.05rem;
    font-weight: 700;
}

.vip2-meta { color: #5c6b82; }

.vip2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.vip2-score strong {
    font-family: var(--sans);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    color: #142033;
}

.vip2-score span { color: #5c6b82; }

.vip2-pair {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 0;
}

.vip2-card {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    grid-template-areas:
        "logo place"
        "logo name"
        "logo offer"
        "logo meta"
        "logo cta";
    justify-items: start;
    align-items: center;
    column-gap: 12px;
    row-gap: 2px;
    padding: 14px;
    text-align: left;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e6e8ee;
}

.vip2-card .vip2-logo { grid-area: logo; width: 56px; height: 56px; }
.vip2-card .place { grid-area: place; }
.vip2-card h2 { grid-area: name; font-size: 1.15rem; }
.vip2-card .vip2-offer { grid-area: offer; margin-top: 0; font-size: 0.92rem; }
.vip2-card .vip2-meta { grid-area: meta; }
.vip2-card .btn { grid-area: cta; width: auto; min-height: 36px; margin-top: 6px; }

.vip2-board { padding: 36px 0 10px; }

.vip2-board h2 {
    margin-bottom: 14px;
    font-size: 1.6rem;
}

.vip2-rows {
    display: grid;
    border: 1px solid #e6e8ee;
    background: #ffffff;
}

.vip2-row,
.vip2-head {
    display: grid;
    grid-template-columns: 52px 48px minmax(0, 1fr) minmax(140px, auto) auto;
    gap: 14px;
    align-items: center;
    padding: 12px 14px;
    background: #ffffff;
    border: 0;
    border-bottom: 1px solid #e6e8ee;
    border-radius: 0;
}

.vip2-rows .vip2-row:last-child { border-bottom: 0; }

.vip2-head {
    color: #5c6b82;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: #f4f7fb;
}

.vip2-num {
    margin: 0;
    font-family: var(--sans);
    font-size: 1rem;
    font-weight: 700;
    color: #1d4e89;
}

.vip2-row-logo {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

.vip2-row h3 { font-size: 1.05rem; }

.vip2-row p { color: var(--muted); font-size: 0.88rem; }

.vip2-row-offer {
    margin: 0;
    font-weight: 700;
    text-align: right;
}

body[data-theme="vip2"] .demo-banner {
    background: #f4f7fb;
    color: #142033;
}

@media (max-width: 800px) {
    .vip2-split { grid-template-columns: 1fr; }

    .vip2-spot { grid-template-columns: 72px minmax(0, 1fr); }

    .vip2-row,
    .vip2-head {
        grid-template-columns: 36px 42px minmax(0, 1fr);
    }

    .vip2-head span:nth-child(n + 4),
    .vip2-row-offer { display: none; }

    .vip2-row .btn { grid-column: 1 / -1; }
}

body[data-theme="giay"] {
    color-scheme: light;
    --bg: #f6f3ec;
    --bg-elev: #fffdf8;
    --bg-elev-2: #efeae1;
    --card-bg: #fffdf8;
    --ink: #1c1915;
    --muted: #5e584e;
    --gold: #1d4e89;
    --gold-2: #1d4e89;
    --gold-deep: #163a66;
    --line: rgba(28, 25, 21, 0.14);
    --line-strong: rgba(29, 78, 137, 0.45);
    --header-bg: #1c1915;
    --header-ink: #f6f3ec;
    --header-muted: #d9d3c7;
    --ad-bg: #fffdf8;
    --ad-ink: #1c1915;
    --ad-name: #1d4e89;
    --ad-kicker: #8a1c1c;
    --bet: #1d4e89;
    --bet-ink: #ffffff;
    --register-ink: #1d4e89;
    --register-line: #1d4e89;
    --chip-ink: #ffffff;
    --meter: #e4ddd0;
    --good: #1b7a45;
    --bad: #a33b32;
    background: var(--bg);
}

body[data-theme="vip3"] {
    color-scheme: dark;
    --bg: #070b16;
    --bg-elev: #10182b;
    --bg-elev-2: #17233c;
    --card-bg: #10182b;
    --ink: #f4f7ff;
    --muted: #b7c3dc;
    --gold: #e0b85a;
    --gold-2: #f3e2ae;
    --gold-deep: #a78416;
    --line: rgba(224, 184, 90, 0.28);
    --line-strong: rgba(224, 184, 90, 0.62);
    --header-bg: #070b16;
    --header-ink: #f4f7ff;
    --header-muted: #b7c3dc;
    --bet: #e03131;
    --bet-ink: #ffffff;
    --register-ink: #f3e2ae;
    --register-line: rgba(243, 226, 174, 0.7);
    --meter: #24304a;
    background: #070b16;
}

body[data-theme="vip4"] {
    color-scheme: light;
    --bg: #f6f3ee;
    --bg-elev: #ffffff;
    --bg-elev-2: #efeae3;
    --card-bg: #ffffff;
    --ink: #1c1712;
    --muted: #5e564c;
    --gold: #8a1c1c;
    --gold-2: #8a1c1c;
    --gold-deep: #6d1515;
    --line: #e4ddd3;
    --line-strong: #c9b8a4;
    --header-bg: #1c1712;
    --header-ink: #f6f3ee;
    --header-muted: #d9d0c4;
    --bet: #c81e1e;
    --bet-ink: #ffffff;
    --register-ink: #8a1c1c;
    --register-line: #8a1c1c;
    --meter: #e4ddd3;
    --good: #1b7a45;
    --bad: #a33b32;
    background: #f6f3ee;
}

body[data-theme="vip5"] {
    color-scheme: dark;
    --bg: #050505;
    --bg-elev: #121212;
    --bg-elev-2: #1c1c1c;
    --card-bg: #121212;
    --ink: #f7f4ef;
    --muted: #c8c2b8;
    --gold: #f0c14a;
    --gold-2: #f0c14a;
    --gold-deep: #a78416;
    --line: rgba(240, 193, 74, 0.28);
    --line-strong: rgba(240, 193, 74, 0.6);
    --header-bg: #050505;
    --header-ink: #f7f4ef;
    --header-muted: #c8c2b8;
    --bet: #e10600;
    --bet-ink: #ffffff;
    --register-ink: #f0c14a;
    --register-line: rgba(240, 193, 74, 0.75);
    --meter: #2a2a2a;
    background: #050505;
}

body[data-theme="vip3"] h1 em,
body[data-theme="vip5"] h1 em { color: var(--gold); }

body[data-theme="vip4"] h1 em { color: #8a1c1c; }

body[data-theme="vip4"] .compare th,
body[data-theme="vip4"] .review,
body[data-theme="vip4"] .criteria li,
body[data-theme="vip4"] .faq-item {
    background: #ffffff;
    color: #1c1712;
}

.vip3 { padding: 28px 0 12px; color: #f4f7ff; }
.vip4 { padding: 28px 0 12px; color: #1c1712; }
.vip5 { padding: 28px 0 12px; color: #f7f4ef; }

.vip3-intro,
.vip4-intro {
    max-width: 760px;
    margin-bottom: 18px;
}

.vip3-intro h1,
.vip4-intro h1 { font-size: clamp(1.7rem, 3vw, 2.5rem); }

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

.vip3-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    padding: 16px;
    border: 1px solid rgba(224, 184, 90, 0.24);
    border-radius: 16px;
    background: #10182b;
}

.vip3-card.is-lead {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) auto;
    grid-template-areas:
        "logo rank score"
        "logo name score"
        "logo stars actions"
        "logo offer actions"
        "logo meta actions";
    column-gap: 18px;
    row-gap: 4px;
    align-items: center;
    padding: 20px;
}

.vip3-rank {
    color: #e0b85a;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vip3-logo { width: 72px; height: 72px; border-radius: 14px; }
.vip3-card h2 { font-family: var(--sans); font-size: 1.25rem; font-weight: 700; }
.vip3-offer { color: #f3e2ae; font-weight: 700; }
.vip3-meta { color: #b7c3dc; }
.vip3-score strong { font-size: 1.6rem; line-height: 1; }
.vip3-score span { color: #b7c3dc; }
.vip3-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.vip3-card.is-lead .vip3-logo { grid-area: logo; width: 96px; height: 96px; }
.vip3-card.is-lead .vip3-rank { grid-area: rank; }
.vip3-card.is-lead h2 { grid-area: name; font-size: clamp(1.5rem, 3vw, 2rem); }
.vip3-card.is-lead .stars { grid-area: stars; }
.vip3-card.is-lead .vip3-offer { grid-area: offer; }
.vip3-card.is-lead .vip3-meta { grid-area: meta; }
.vip3-card.is-lead .vip3-score { grid-area: score; justify-self: end; }
.vip3-card.is-lead .vip3-actions { grid-area: actions; justify-self: end; margin-top: 0; }

.vip4-board {
    border: 1px solid #e4ddd3;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
}

.vip4-row,
.vip4-head {
    display: grid;
    grid-template-columns: 52px minmax(180px, 1.3fr) minmax(0, 1.4fr) 72px 132px;
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
    background: #ffffff;
    border-bottom: 1px solid #e4ddd3;
}

.vip4-board .vip4-row:last-child { border-bottom: 0; }

.vip4-head {
    color: #5e564c;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: #efeae3;
}

.vip4-num,
.vip5-num {
    margin: 0;
    font-weight: 700;
}

.vip4-num { color: #8a1c1c; }

.vip4-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.vip4-logo,
.vip5-row-logo {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    flex: none;
}

.vip4-brand h2,
.vip5-row h3 {
    font-family: var(--sans);
    font-size: 1.05rem;
    font-weight: 700;
}

.vip4-brand p { color: #5e564c; }
.vip4-offer { margin: 0; font-weight: 700; color: #1c1712; }
.vip4-score { margin: 0; }
.vip4-score strong { font-size: 1.25rem; }

.vip5-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(200px, 0.5fr);
    gap: 24px;
    align-items: center;
    padding: 28px;
    border: 1px solid rgba(240, 193, 74, 0.4);
    border-radius: 20px;
    background:
        radial-gradient(420px 220px at 100% 0%, rgba(225, 6, 0, 0.28), transparent 60%),
        #121212;
}

.vip5-hero h1 {
    font-size: clamp(2rem, 5vw, 3.4rem);
    line-height: 1.05;
}

.vip5-offer {
    margin-top: 10px;
    color: #f0c14a;
    font-size: 1.3rem;
    font-weight: 700;
}

.vip5-meta { color: #c8c2b8; }

.vip5-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.vip5-hero-side {
    display: grid;
    justify-items: center;
    gap: 8px;
    text-align: center;
}

.vip5-logo { width: 120px; height: 120px; border-radius: 20px; }
.vip5-score strong { font-size: 2.4rem; line-height: 1; }
.vip5-score span { color: #c8c2b8; }

.vip5-list { padding-top: 28px; }
.vip5-list h2 { margin-bottom: 8px; font-family: var(--sans); font-size: 1.4rem; }

.vip5-row {
    display: grid;
    grid-template-columns: 42px 52px minmax(0, 1fr) minmax(120px, auto) auto;
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 12px 0;
    border-bottom: 1px solid rgba(240, 193, 74, 0.18);
}

.vip5-num { color: #f0c14a; }
.vip5-row p { color: #c8c2b8; }
.vip5-row-offer { margin: 0; font-weight: 700; text-align: right; color: #f7f4ef; }

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

@media (max-width: 800px) {
    .vip4-head { display: none; }

    .vip4-board {
        display: grid;
        gap: 10px;
        border: 0;
        background: transparent;
        overflow: visible;
    }

    .vip4-row {
        grid-template-columns: auto minmax(0, 1fr);
        grid-template-areas:
            "num brand"
            "offer offer"
            "score cta";
        gap: 8px 12px;
        border: 1px solid #e4ddd3;
        border-radius: 14px;
    }

    .vip4-num { grid-area: num; }
    .vip4-brand { grid-area: brand; }
    .vip4-offer { grid-area: offer; }
    .vip4-score { grid-area: score; align-self: center; }
    .vip4-row .btn { grid-area: cta; width: 100%; }
}

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

    .vip3-card.is-lead {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .vip3-card.is-lead .vip3-logo { width: 72px; height: 72px; }
    .vip3-card.is-lead .vip3-score,
    .vip3-card.is-lead .vip3-actions { justify-self: start; }
    .vip3-actions { display: grid; grid-template-columns: 1fr; }
    .vip3-actions .btn { width: 100%; }

    .vip5-hero {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .vip5-actions { flex-direction: column; }
    .vip5-actions .btn { width: 100%; }

    .vip5-row {
        grid-template-columns: 36px 48px minmax(0, 1fr);
    }

    .vip5-row-offer { grid-column: 1 / -1; text-align: left; }
    .vip5-row .btn { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 1040px) {
    body[data-theme="vip2"] .site-nav {
        background: #ffffff;
        border-bottom-color: #e6e8ee;
    }

    body[data-theme="vip4"] .site-nav {
        background: #1c1712;
    }
}

body[data-theme="top10"] {
    color-scheme: light;
    background: #f4f6f8;
    color: #1a1d21;
}

.t10-wrap {
    width: min(920px, calc(100% - 28px));
    margin-inline: auto;
}

.t10-bar {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.t10-bar-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 64px;
}

.t10-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: auto;
    color: #121417;
    font-size: 1.15rem;
    text-decoration: none;
}

.t10-brand .mark,
.t10-brand .brand-logo-site {
    width: 32px;
    height: 32px;
    color: #15803d;
}

.t10-age {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #d1d5db;
    border-radius: 50%;
    color: #374151;
    font-size: 0.72rem;
    font-weight: 700;
}

.t10 {
    padding: 28px 0 48px;
}

.t10 h1 {
    max-width: 18em;
    color: #121417;
    font-size: clamp(1.7rem, 3.4vw, 2.35rem);
    line-height: 1.2;
}

.t10-lead {
    max-width: 42em;
    margin-top: 12px;
    color: #374151;
    font-size: 1.05rem;
}

.t10-updated {
    margin: 14px 0 22px;
    color: #6b7280;
    font-style: italic;
}

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

.t10-item {
    display: grid;
    grid-template-columns: 36px 72px minmax(0, 1fr) 168px;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #ffffff;
}

.t10-num {
    margin: 0;
    color: #111827;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1;
}

.t10-logo {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    object-fit: contain;
    background: #f3f4f6;
}

.t10-copy h2 {
    font-size: 1.2rem;
    line-height: 1.25;
}

.t10-copy h2 small {
    margin-left: 6px;
    color: #6b7280;
    font-size: 0.75rem;
    font-weight: 650;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.t10-tag,
.t10-facts { color: #4b5563; }

.t10-bonus {
    margin-top: 4px;
    color: #111827;
    font-weight: 700;
}

.t10-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 999px;
    background: #16a34a;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.t10-cta:hover { background: #15803d; color: #ffffff; }

.t10-cta-small {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.92rem;
}

.t10-guide,
.t10-reviews { margin-top: 42px; }

.t10-guide h2,
.t10-reviews > h2 {
    margin-bottom: 14px;
    color: #121417;
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
}

.t10-guide ul { display: grid; gap: 12px; }

.t10-guide li {
    padding: 14px 16px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
}

.t10-guide strong { display: block; margin-bottom: 4px; }
.t10-guide span { color: #4b5563; }

.t10-review {
    margin-top: 16px;
    padding: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #ffffff;
}

.t10-review h3 {
    margin-bottom: 8px;
    font-size: 1.25rem;
}

.t10-review > p { color: #374151; }

.t10-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 14px;
}

.t10-split h4 { margin-bottom: 6px; font-size: 0.95rem; }

.t10-pros li,
.t10-cons li { margin: 4px 0; }

.t10-pros li::before { content: "✓ "; color: #15803d; font-weight: 700; }
.t10-cons li::before { content: "– "; color: #b91c1c; font-weight: 700; }

.t10-review .t10-cta { margin-top: 16px; }

.t10-foot {
    padding: 28px 0 36px;
    border-top: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    font-size: 0.9rem;
}

.t10-foot a { color: #15803d; }
.t10-foot p + p { margin-top: 8px; }

@media (max-width: 720px) {
    .t10-item {
        grid-template-columns: 32px 56px minmax(0, 1fr);
    }

    .t10-logo { width: 56px; height: 56px; }
    .t10-item .t10-cta { grid-column: 1 / -1; width: 100%; }
    .t10-split { grid-template-columns: 1fr; }
    .t10-cta-small { display: inline-flex; }
    .t10-bar .t10-age { display: none; }
    .t10-brand strong { font-size: .9rem; }
}

/* Header identities — each layout keeps the same navigation and betting action. */
body[data-theme="vip2"] .site-header { background: #fff; color: #142033; border-top: 4px solid #1d4e89; border-bottom-color: #dce5f1; }
body[data-theme="vip2"] .header-bar { min-height: 82px; }
body[data-theme="vip2"] .site-nav a,body[data-theme="vip2"] .brand small { color: #607089; }
body[data-theme="vip2"] .header-cta { border-radius: 6px; background: #1d4e89; border-color: #1d4e89; color: #fff; box-shadow: none; }

body[data-theme="vip3"] .site-header { background: transparent; border: 0; backdrop-filter: none; }
body[data-theme="vip3"] .header-bar { min-height: 68px; margin-top: 10px; padding: 0 18px; border: 1px solid #31415f; border-radius: 18px; background: rgba(10,18,34,.94); box-shadow: 0 14px 35px rgba(0,0,0,.22); backdrop-filter: blur(18px); }
body[data-theme="vip3"] .site-nav { gap: 6px; }
body[data-theme="vip3"] .site-nav a { padding: 8px 10px; border-radius: 8px; }
body[data-theme="vip3"] .site-nav a:hover { background: #1b2943; }
body[data-theme="vip3"] .header-cta { border-radius: 10px; background: #e4c36a; border-color: #e4c36a; color: #172036; box-shadow: none; }

body[data-theme="vip4"] .site-header { background: #fffaf4; color: #211915; border-top: 5px solid #8a1c1c; border-bottom: 1px solid #dfd2c5; box-shadow: 0 5px 16px rgba(70,35,20,.06); }
body[data-theme="vip4"] .header-bar { min-height: 70px; }
body[data-theme="vip4"] .brand strong { font-family: var(--serif); font-size: 1.35rem; }
body[data-theme="vip4"] .site-nav a,body[data-theme="vip4"] .brand small { color: #6b5c52; }
body[data-theme="vip4"] .header-cta { border-radius: 2px; background: #8a1c1c; border-color: #8a1c1c; color: #fff; box-shadow: none; }

body[data-theme="vip5"] .site-header { background: #11110f; border-bottom-color: rgba(240,193,74,.35); box-shadow: inset 0 -1px rgba(240,193,74,.08); }
body[data-theme="vip5"] .header-bar { min-height: 84px; }
body[data-theme="vip5"] .brand { padding-right: 22px; border-right: 1px solid rgba(240,193,74,.28); }
body[data-theme="vip5"] .brand strong { letter-spacing: .06em; text-transform: uppercase; }
body[data-theme="vip5"] .site-nav { margin: 0 auto; }
body[data-theme="vip5"] .header-cta { border: 1px solid #f0c14a; border-radius: 0; background: transparent; color: #f0c14a; box-shadow: none; }

body[data-theme="vip6"] .site-header { background: rgba(244,240,232,.96); color: #18231d; border-top: 3px solid #173c2c; border-bottom: 3px double #a89e8e; }
body[data-theme="vip6"] .header-bar { min-height: 76px; }
body[data-theme="vip6"] .brand strong { font-family: var(--serif); font-size: 1.35rem; }
body[data-theme="vip6"] .brand small,body[data-theme="vip6"] .site-nav a { color: #647068; }
body[data-theme="vip6"] .site-nav a { text-decoration-thickness: 2px; text-underline-offset: 6px; }
body[data-theme="vip6"] .site-nav a:hover { color: #b45c31; text-decoration: underline; }
body[data-theme="vip6"] .header-cta { border-radius: 3px; background: #d56638; border-color: #d56638; color: #fff; box-shadow: 4px 4px 0 #173c2c; }

body[data-theme="vip7"] .site-header { background: rgba(7,16,31,.9); border-bottom-color: rgba(101,227,194,.28); box-shadow: 0 8px 35px rgba(0,0,0,.18); }
body[data-theme="vip7"] .header-bar { min-height: 72px; }
body[data-theme="vip7"] .brand-logo-site,body[data-theme="vip7"] .mark { padding: 5px; border: 1px solid rgba(101,227,194,.45); border-radius: 10px; color: #65e3c2; }
body[data-theme="vip7"] .site-nav { padding: 5px; border: 1px solid rgba(163,188,221,.12); border-radius: 12px; background: rgba(255,255,255,.03); gap: 3px; }
body[data-theme="vip7"] .site-nav a { padding: 7px 9px; border-radius: 8px; }
body[data-theme="vip7"] .site-nav a:hover { color: #b8f8e8; background: rgba(101,227,194,.1); }
body[data-theme="vip7"] .header-cta { border-radius: 10px; background: #65e3c2; border-color: #65e3c2; color: #06231b; box-shadow: 0 0 24px rgba(101,227,194,.16); }

body[data-theme="bien"] .site-header { background: #0d214f; border-bottom: 4px solid #ffd54f; }
body[data-theme="bien"] .header-cta { border-radius: 5px; background: #ffd54f; border-color: #ffd54f; color: #1a1408; box-shadow: none; }
body[data-theme="do"] .site-header { background: linear-gradient(90deg,#1a0508,#3b080d); border-bottom: 2px solid #e10600; }
body[data-theme="do"] .header-cta { border-radius: 4px; background: #e10600; border-color: #ff5b55; color: #fff; box-shadow: 0 0 18px rgba(225,6,0,.35); }
body[data-theme="san"] .site-header { background: #042015; border-bottom: 3px solid #f0c14a; }
body[data-theme="san"] .header-cta { border-radius: 999px; background: #f0c14a; border-color: #f0c14a; color: #14210a; box-shadow: none; }
body[data-theme="giay"] .site-header { background: #f5f0e5; color: #2b241b; border-top: 1px solid #2b241b; border-bottom: 1px solid #2b241b; }
body[data-theme="giay"] .brand strong { font-family: var(--serif); text-transform: uppercase; letter-spacing: .08em; }
body[data-theme="giay"] .brand small,body[data-theme="giay"] .site-nav a { color: #665d50; }
body[data-theme="giay"] .header-cta { border-radius: 0; background: #2b241b; border-color: #2b241b; color: #fff; box-shadow: none; }

@media (max-width: 1040px) {
    .header-cta { display: inline-flex; min-height: 38px; padding: 0 13px; font-size: .84rem; white-space: nowrap; }
    .site-nav { background: var(--header-bg); }
    body[data-theme="vip2"] .site-nav,body[data-theme="vip4"] .site-nav,body[data-theme="vip6"] .site-nav,body[data-theme="giay"] .site-nav { background: var(--bg-elev); }
    body[data-theme="vip3"] .site-nav { left: 10px; right: 10px; background: #0a1222; border: 1px solid #31415f; border-radius: 14px; }
    body[data-theme="vip5"] .brand { padding-right: 0; border-right: 0; }
    body[data-theme="vip7"] .site-nav { position: absolute; padding: 10px 16px 16px; border-radius: 0 0 12px 12px; background: #0d192a; }
}

@media (max-width: 640px) {
    .header-bar { gap: 9px; }
    .brand strong { font-size: .98rem!important; }
    .brand small,.site-header .age { display: none; }
    .mark,.brand-logo-site { width: 30px; height: 30px; }
    .nav-toggle { margin-left: auto; padding: 7px 10px; }
    .header-cta { padding: 0 11px; }
}

/* Full-page layout identities (not color skins). */
body[data-theme="bien"] .hero-grid { grid-template-columns: 1fr; text-align: center; }
body[data-theme="bien"] .hero-copy { max-width: 820px; margin: 0 auto; }
body[data-theme="bien"] .hero-actions { justify-content: center; }
body[data-theme="bien"] .hero-stats { max-width: 720px; margin-right: auto; margin-left: auto; }
body[data-theme="bien"] .podium { grid-template-columns: repeat(3,1fr); max-width: 980px; margin: 24px auto 0; }
body[data-theme="bien"] .podium-card { border-top: 5px solid #1d4e89; border-radius: 8px; background: #fff; }
body[data-theme="bien"] .rank-list { gap: 0; overflow: hidden; border: 1px solid #d5deef; border-radius: 14px; background: #fff; }
body[data-theme="bien"] .rank-card { border: 0; border-bottom: 1px solid #d5deef; border-radius: 0; box-shadow: none; background: #fff; }
body[data-theme="bien"] .rank-card:last-child { border-bottom: 0; }
body[data-theme="bien"] #so-sanh { background: #0d214f; color: #f4f7ff; }
body[data-theme="bien"] #so-sanh .section-lead { color: #c9d6f5; }

body[data-theme="do"] .hero { min-height: 72vh; display: grid; align-items: center; text-align: center; }
body[data-theme="do"] .hero-grid { grid-template-columns: 1fr; }
body[data-theme="do"] .hero-copy { max-width: 900px; margin: auto; }
body[data-theme="do"] .hero-copy h1 { font-size: clamp(3rem,8vw,7rem); line-height: .88; text-transform: uppercase; }
body[data-theme="do"] .hero-actions { justify-content: center; }
body[data-theme="do"] .hero-stats { max-width: 760px; margin: 34px auto 0; border: 1px solid rgba(225,6,0,.45); transform: skewX(-3deg); }
body[data-theme="do"] .podium { max-width: 900px; margin: 18px auto 0; }
body[data-theme="do"] .rank-list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
body[data-theme="do"] .rank-card { display: flex; flex-direction: column; align-items: stretch; padding: 22px; border-radius: 4px; border-left: 4px solid #e10600; }
body[data-theme="do"] .rank-no { font-size: 2.2rem; color: #ff5b55; }
body[data-theme="do"] .rank-score,body[data-theme="do"] .rank-bonus { width: 100%; }
body[data-theme="do"] .rank-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; margin-top: auto; }
body[data-theme="do"] .criteria { grid-template-columns: repeat(2,1fr); counter-reset: steps; }
body[data-theme="do"] .criteria li { min-height: 230px; border-radius: 0; border-top: 4px solid #e10600; }

body[data-theme="san"] .hero-grid { grid-template-columns: .8fr 1.2fr; }
body[data-theme="san"] .hero-copy h1 { font-family: var(--sans); font-weight: 800; text-transform: uppercase; font-style: italic; }
body[data-theme="san"] .podium { grid-template-columns: 1fr; gap: 8px; }
body[data-theme="san"] .podium-card { display: grid; grid-template-columns: 62px 1fr auto auto; gap: 14px; align-items: center; padding: 13px 16px; border-radius: 6px; background: #0c3b28; }
body[data-theme="san"] .podium-card .podium-logo { grid-row: 1/4; width: 58px; height: 58px; }
body[data-theme="san"] .podium-card .place,body[data-theme="san"] .podium-card h2,body[data-theme="san"] .podium-card p { margin: 0; }
body[data-theme="san"] .podium-card .btn { grid-column: 4; grid-row: 1/4; }
body[data-theme="san"] .rank-list { gap: 7px; }
body[data-theme="san"] .rank-card { border-radius: 5px; border-left: 6px solid #7dffb3; background: linear-gradient(90deg,#0c3b28,#0c2418); }
body[data-theme="san"] .rank-no { padding: 8px; border-radius: 4px; color: #071910; background: #f0c14a; text-align: center; }
body[data-theme="san"] .rank-actions .btn { border-radius: 4px; }
body[data-theme="san"] #so-sanh .table-wrap { border: 2px solid #f0c14a; border-radius: 4px; }
body[data-theme="san"] .compare th { color: #071910; background: #f0c14a; text-transform: uppercase; }

body[data-theme="giay"] main { position: relative; }
body[data-theme="giay"] .hero { padding-bottom: 28px; border-bottom: 3px double #2b241b; }
body[data-theme="giay"] .hero-grid { grid-template-columns: 1.15fr .85fr; align-items: start; }
body[data-theme="giay"] .hero-copy h1 { font-size: clamp(3rem,6vw,6rem); line-height: .92; }
body[data-theme="giay"] .hero-copy .lead { max-width: 52ch; font-family: var(--serif); font-size: 1.2rem; }
body[data-theme="giay"] .podium { display: block; border-top: 5px solid #2b241b; }
body[data-theme="giay"] .podium-card { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 10px; margin: 0; padding: 14px 0; border: 0; border-bottom: 1px solid #9e9383; border-radius: 0; background: transparent; box-shadow: none; }
body[data-theme="giay"] .podium-card .podium-logo { grid-row: 1/4; width: 54px; height: 54px; }
body[data-theme="giay"] .podium-card .place,body[data-theme="giay"] .podium-card h2,body[data-theme="giay"] .podium-card p { margin: 0; }
body[data-theme="giay"] .podium-card .btn { grid-column: 3; grid-row: 1/4; border-radius: 0; }
body[data-theme="giay"] .section-head { grid-template-columns: 1fr; max-width: 760px; }
body[data-theme="giay"] .section-head h2 { font-size: clamp(2.3rem,5vw,4.8rem); border-bottom: 4px solid #2b241b; }
body[data-theme="giay"] .rank-list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 32px; }
body[data-theme="giay"] .rank-card { display: grid; grid-template-columns: 48px 1fr; gap: 12px; padding: 22px 0; border: 0; border-top: 1px solid #9e9383; border-radius: 0; background: transparent; box-shadow: none; }
body[data-theme="giay"] .rank-main,body[data-theme="giay"] .rank-score,body[data-theme="giay"] .rank-bonus,body[data-theme="giay"] .rank-actions { grid-column: 2; width: 100%; }
body[data-theme="giay"] .rank-actions { display: grid; grid-template-columns: 1fr 1fr; }
body[data-theme="giay"] .rank-actions .btn { border-radius: 0; }
body[data-theme="giay"] .reviews { grid-template-columns: repeat(2,minmax(0,1fr)); }
body[data-theme="giay"] .review { border-radius: 0; border-top: 5px solid #2b241b; }

/* The purpose-built VIP layouts continue their identity below the toplist. */
body[data-theme="vip2"] #so-sanh,body[data-theme="vip2"] #faq { background: #eef3f9; }
body[data-theme="vip2"] .criteria { grid-template-columns: repeat(2,1fr); }
body[data-theme="vip3"] .criteria { grid-template-columns: repeat(4,1fr); }
body[data-theme="vip3"] .criteria li { border-radius: 18px; background: linear-gradient(145deg,#17243a,#0c1628); }
body[data-theme="vip4"] .reviews { grid-template-columns: repeat(2,minmax(0,1fr)); }
body[data-theme="vip4"] .review { border-left: 5px solid #8a1c1c; border-radius: 4px; }
body[data-theme="vip5"] #so-sanh { border-top: 1px solid rgba(240,193,74,.28); border-bottom: 1px solid rgba(240,193,74,.28); background: #11110f; }
body[data-theme="vip5"] .criteria li { border-radius: 0; border-top: 2px solid #f0c14a; }
body[data-theme="vip6"] .section-head { grid-template-columns: 1fr; max-width: 760px; }
body[data-theme="vip6"] .section-head h2 { font-size: clamp(2.2rem,5vw,4rem); }
body[data-theme="vip6"] .review { border-radius: 3px; border-left: 5px solid #b45c31; }
body[data-theme="vip7"] #so-sanh .table-wrap { border-color: rgba(101,227,194,.35); background: rgba(13,25,42,.8); }
body[data-theme="vip7"] .criteria { grid-template-columns: repeat(2,1fr); }
body[data-theme="vip7"] .criteria li,body[data-theme="vip7"] .review { border: 1px solid rgba(163,188,221,.16); border-radius: 18px; background: linear-gradient(145deg,#14243b,#0a1525); }

@media (max-width: 980px) {
    body[data-theme="do"] .rank-list,body[data-theme="giay"] .rank-list,body[data-theme="giay"] .reviews,body[data-theme="vip4"] .reviews { grid-template-columns: 1fr; }
    body[data-theme="san"] .hero-grid,body[data-theme="giay"] .hero-grid { grid-template-columns: 1fr; }
    body[data-theme="vip3"] .criteria { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 720px) {
    body[data-theme="bien"] .podium { grid-template-columns: 1fr; }
    body[data-theme="do"] .hero { min-height: auto; }
    body[data-theme="do"] .hero-copy h1 { font-size: clamp(2.6rem,14vw,4.6rem); }
    body[data-theme="do"] .rank-actions,body[data-theme="giay"] .rank-actions { grid-template-columns: 1fr; }
    body[data-theme="san"] .podium-card,body[data-theme="giay"] .podium-card { grid-template-columns: 52px 1fr; }
    body[data-theme="san"] .podium-card .btn,body[data-theme="giay"] .podium-card .btn { grid-column: 1/-1; grid-row: auto; width: 100%; }
    body[data-theme="do"] .criteria,body[data-theme="vip2"] .criteria,body[data-theme="vip3"] .criteria,body[data-theme="vip7"] .criteria { grid-template-columns: 1fr; }
}

/* Footer identities */
.footer-bet { display: inline-flex!important; width: auto; margin-top: 12px!important; color: var(--bet-ink)!important; }
.t10-foot-cta { width: fit-content; }

body[data-theme="vip2"] .site-footer { padding-top: 0; color: #142033; border-top: 0; background: #eef3f9; }
body[data-theme="vip2"] .footer-grid { grid-template-columns: 1.5fr .75fr .75fr; padding-top: 42px; padding-bottom: 34px; }
body[data-theme="vip2"] .footer-grid>div { padding: 22px; border-radius: 12px; background: #fff; box-shadow: 0 8px 28px rgba(28,55,90,.07); }
body[data-theme="vip2"] .footer-grid a,body[data-theme="vip2"] .legal p { color: #607089; }
body[data-theme="vip2"] .legal { margin-top: 0; padding: 18px 0; border-top: 1px solid #d6e0ed; }

body[data-theme="vip3"] .site-footer { margin: 40px 16px 16px; padding: 0; overflow: hidden; border: 1px solid #31415f; border-radius: 24px; background: linear-gradient(145deg,#17243a,#091321); }
body[data-theme="vip3"] .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; padding: 38px; }
body[data-theme="vip3"] .footer-grid>div+div { padding-left: 26px; border-left: 1px solid #31415f; }
body[data-theme="vip3"] .legal { width: 100%; margin: 0; padding: 18px 38px; border-top: 1px solid #31415f; background: rgba(0,0,0,.18); }

body[data-theme="vip4"] .site-footer { padding: 26px 0 18px; color: #211915; border-top: 7px solid #8a1c1c; background: #fffaf4; }
body[data-theme="vip4"] .footer-grid { grid-template-columns: 2fr 1fr 1fr; gap: 0; border-top: 1px solid #211915; border-bottom: 1px solid #211915; }
body[data-theme="vip4"] .footer-grid>div { padding: 24px; }
body[data-theme="vip4"] .footer-grid>div+div { border-left: 1px solid #211915; }
body[data-theme="vip4"] .footer-grid h2 { font-family: var(--serif); font-size: 1.25rem; }
body[data-theme="vip4"] .footer-grid a,body[data-theme="vip4"] .legal p { color: #6b5c52; }
body[data-theme="vip4"] .legal { border: 0; }

body[data-theme="vip5"] .site-footer { padding: 70px 0 34px; text-align: center; border-top: 1px solid rgba(240,193,74,.4); background: radial-gradient(circle at 50% 0,rgba(240,193,74,.12),transparent 38%),#090a09; }
body[data-theme="vip5"] .footer-grid { display: flex; flex-direction: column; align-items: center; gap: 28px; max-width: 760px; }
body[data-theme="vip5"] .footer-grid .brand { justify-content: center; padding: 0; border: 0; }
body[data-theme="vip5"] .footer-grid>div:nth-child(2) { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 24px; }
body[data-theme="vip5"] .footer-grid>div:nth-child(2) h2 { width: 100%; }
body[data-theme="vip5"] .footer-grid a { color: #c8c2b8; }
body[data-theme="vip5"] .legal { max-width: 760px; border-top-color: rgba(240,193,74,.22); }

body[data-theme="vip6"] .site-footer { padding: 0 0 28px; color: #18231d; border-top: 5px solid #173c2c; background: #e9e2d6; }
body[data-theme="vip6"] .footer-grid { grid-template-columns: 1.6fr .7fr .7fr; gap: 0; }
body[data-theme="vip6"] .footer-grid>div { padding: 36px 26px; }
body[data-theme="vip6"] .footer-grid>div:first-child { padding-left: 0; }
body[data-theme="vip6"] .footer-grid>div+div { border-left: 1px solid #a89e8e; }
body[data-theme="vip6"] .footer-grid h2 { font-family: var(--serif); font-size: 1.2rem; }
body[data-theme="vip6"] .footer-grid a,body[data-theme="vip6"] .legal p { color: #647068; }
body[data-theme="vip6"] .legal { margin-top: 0; border-top: 3px double #a89e8e; }

body[data-theme="vip7"] .site-footer { margin-top: 44px; padding: 24px 0; border-top: 1px solid rgba(101,227,194,.3); background: #07101f; }
body[data-theme="vip7"] .footer-grid { grid-template-columns: 1.4fr .8fr .8fr; gap: 14px; }
body[data-theme="vip7"] .footer-grid>div { padding: 22px; border: 1px solid rgba(163,188,221,.14); border-radius: 16px; background: linear-gradient(145deg,#14243b,#0a1525); }
body[data-theme="vip7"] .footer-grid h2 { color: #65e3c2; }
body[data-theme="vip7"] .legal { padding: 16px 20px; border: 1px dashed rgba(163,188,221,.2); border-radius: 12px; }

body[data-theme="bien"] .site-footer { padding: 0; color: #f4f7ff; border-top: 5px solid #ffd54f; background: #0d214f; }
body[data-theme="bien"] .footer-grid { grid-template-columns: 2fr 1fr 1fr; padding-top: 48px; padding-bottom: 36px; }
body[data-theme="bien"] .footer-grid>div:first-child { max-width: 520px; }
body[data-theme="bien"] .footer-grid a,body[data-theme="bien"] .legal p { color: #c9d6f5; }
body[data-theme="bien"] .legal { width: 100%; margin: 0; padding: 18px max(16px,calc((100% - 1180px)/2)); border-top: 1px solid rgba(255,255,255,.15); background: #091a40; }

body[data-theme="do"] .site-footer { padding: 54px 0 24px; border-top: 0; background: #080305; }
body[data-theme="do"] .footer-grid { grid-template-columns: 1.7fr .65fr .65fr; align-items: end; }
body[data-theme="do"] .footer-grid .brand strong { font-size: clamp(2.8rem,7vw,6rem)!important; line-height: .8; text-transform: uppercase; color: #fff; }
body[data-theme="do"] .footer-grid .mark,body[data-theme="do"] .footer-grid .brand-logo-site { width: 70px; height: 70px; }
body[data-theme="do"] .footer-grid>div:nth-child(2) a { padding: 7px 0; border-bottom: 1px solid #3a1a1e; }
body[data-theme="do"] .legal { border-top: 2px solid #e10600; }

body[data-theme="san"] .site-footer { padding: 18px 0 0; border-top: 8px solid #f0c14a; background: repeating-linear-gradient(135deg,#042015 0,#042015 18px,#06271a 18px,#06271a 36px); }
body[data-theme="san"] .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 10px; }
body[data-theme="san"] .footer-grid>div { padding: 20px; border: 1px solid rgba(125,255,179,.22); border-radius: 5px; background: rgba(4,32,21,.9); }
body[data-theme="san"] .footer-grid h2 { color: #f0c14a; text-transform: uppercase; }
body[data-theme="san"] .legal { width: 100%; padding: 18px max(16px,calc((100% - 1180px)/2)); background: #03170f; }

body[data-theme="giay"] .site-footer { padding: 0 0 24px; color: #2b241b; border-top: 8px double #2b241b; background: #ede6d8; }
body[data-theme="giay"] .footer-grid { grid-template-columns: 2fr 1fr 1fr; gap: 0; padding-top: 28px; column-rule: 1px solid #9e9383; }
body[data-theme="giay"] .footer-grid>div { padding: 0 28px; }
body[data-theme="giay"] .footer-grid>div:first-child { padding-left: 0; }
body[data-theme="giay"] .footer-grid h2 { padding-bottom: 5px; border-bottom: 3px solid #2b241b; font-family: var(--serif); text-transform: uppercase; }
body[data-theme="giay"] .footer-grid a,body[data-theme="giay"] .legal p { color: #665d50; }
body[data-theme="giay"] .legal { border-top: 3px double #9e9383; }

@media (max-width: 800px) {
    body[data-theme] .site-footer .footer-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
    body[data-theme] .site-footer .footer-grid>div { padding: 20px; border-left: 0; }
    body[data-theme="vip3"] .site-footer { margin: 24px 10px 10px; }
    body[data-theme="vip3"] .legal { padding: 18px 20px; }
    body[data-theme="vip4"] .footer-grid>div+div,body[data-theme="vip6"] .footer-grid>div+div { border-left: 0; border-top: 1px solid currentColor; }
    body[data-theme="vip5"] .footer-grid>div:nth-child(2) { display: flex; }
    body[data-theme="do"] .footer-grid .brand strong { font-size: 2.6rem!important; }
    body[data-theme="bien"] .legal,body[data-theme="san"] .legal { padding-right: 16px; padding-left: 16px; }
}
