@font-face {
  font-family: MVHBody;
  src: url('../font/calibri.ttf') format('truetype');
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}
@font-face {
  font-family: MVHDisplay;
  src: url('../font/meviethoa2.ttf') format('truetype');
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}
@font-face {
  font-family: MVHBrush;
  src: url('../font/meviethoa1.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: MVHPoetry;
  src: url('../font/meviethoa3.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  /* Độ tối giao diện: 0% = sáng gốc, 4% = dịu nhẹ, 8-12% = tối rõ hơn. */
  --mvh-interface-dim: 25%;
  --mvh-interface-dim-tone: #5c4f3c;
  --mvh-paper: color-mix(in srgb, #f6f1e7, #5c4f3c var(--mvh-interface-dim));
  --mvh-paper-2: color-mix(in srgb, #fbf8f1, #5c4f3c var(--mvh-interface-dim));
  --mvh-paper-3: color-mix(in srgb, #eee7da, #5c4f3c var(--mvh-interface-dim));
  --mvh-interface-page: color-mix(in srgb, #eee9df, var(--mvh-interface-dim-tone) var(--mvh-interface-dim));
  --mvh-interface-header: color-mix(in srgb, rgba(248, 245, 238, .9), rgba(92, 79, 60, .9) var(--mvh-interface-dim));
  --mvh-interface-panel: color-mix(in srgb, rgba(248, 244, 235, .96), rgba(92, 79, 60, .96) var(--mvh-interface-dim));
  --mvh-interface-soft: color-mix(in srgb, rgba(239, 232, 218, .72), rgba(92, 79, 60, .72) var(--mvh-interface-dim));
  --mvh-interface-control: color-mix(in srgb, #fbf8f1, var(--mvh-interface-dim-tone) var(--mvh-interface-dim));
  --mvh-interface-wash-top: color-mix(in srgb, rgba(248, 244, 236, .84), rgba(92, 79, 60, .84) var(--mvh-interface-dim));
  --mvh-interface-wash-bottom: color-mix(in srgb, rgba(244, 239, 230, .88), rgba(92, 79, 60, .88) var(--mvh-interface-dim));
  --mvh-ink: #171713;
  --mvh-ink-soft: #514b40;
  --mvh-line: rgba(92, 68, 34, .22);
  --mvh-bronze: #9b6a26;
  --mvh-gold: #d5ad5f;
  --mvh-gold-pale: #ecdcae;
  --mvh-pine: #112a33;
  --mvh-red: #9b2d22;
  --mvh-green: #207253;
  --mvh-shadow: 0 14px 36px rgba(35, 28, 18, .11);
  --mvh-shadow-dark: 0 18px 36px rgba(4, 7, 8, .32);
  --mvh-radius: 9px;
  --mvh-wide: min(1440px, calc(100% - 48px));
  --mvh-ease: cubic-bezier(.2, .7, .2, 1);
}

body.mvh-theme {
  min-width: 320px;
  overflow-x: hidden;
  color: var(--mvh-ink);
  background:
    radial-gradient(circle at 8% 9%, rgba(116, 135, 126, .12), transparent 20rem),
    radial-gradient(circle at 94% 72%, rgba(100, 117, 111, .11), transparent 22rem),
    repeating-linear-gradient(0deg, rgba(94, 72, 40, .012) 0, rgba(94, 72, 40, .012) 1px, transparent 1px, transparent 5px),
    var(--mvh-paper);
  font-family: MVHBody, Calibri, system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  transition: color .25s ease, background-color .25s ease;
}
body.mvh-theme::before,
body.mvh-theme::after {
  position: fixed;
  z-index: -1;
  width: 25vw;
  height: 48vh;
  opacity: .11;
  pointer-events: none;
  content: '';
  filter: blur(1px);
}
body.mvh-theme::before {
  top: 10%;
  left: -8vw;
  background: radial-gradient(ellipse at 70% 50%, #5c6a62 0 4%, transparent 5%), linear-gradient(135deg, transparent 45%, #35483f 46% 48%, transparent 49%);
}
body.mvh-theme::after {
  right: -7vw;
  bottom: 0;
  background: radial-gradient(ellipse at 35% 65%, #52635d 0 5%, transparent 6%), linear-gradient(45deg, transparent 45%, #35483f 46% 48%, transparent 49%);
}
body.mvh-night {
  --mvh-paper: #141716;
  --mvh-paper-2: #1d201e;
  --mvh-paper-3: #252722;
  --mvh-ink: #eee7d9;
  --mvh-ink-soft: #c4bbaa;
  --mvh-line: rgba(227, 196, 132, .22);
  --mvh-shadow: 0 15px 38px rgba(0, 0, 0, .3);
  background-color: var(--mvh-paper);
}
body.mvh-theme a { text-decoration: none; }
body.mvh-theme a:focus-visible,
body.mvh-theme button:focus-visible,
body.mvh-theme input:focus-visible,
body.mvh-theme select:focus-visible {
  outline: 3px solid rgba(163, 112, 38, .42);
  outline-offset: 3px;
}
body.mvh-theme h1,
body.mvh-theme h2,
body.mvh-theme h3,
body.mvh-theme h4 { font-family: MVHDisplay, Georgia, serif; }
.mvh-kicker {
  margin: 0 0 5px;
  color: var(--mvh-bronze);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.mvh-paper-panel {
  position: relative;
  border: 1px solid var(--mvh-line);
  border-radius: var(--mvh-radius);
  background:
    linear-gradient(135deg, rgba(255,255,255,.42), transparent 42%),
    var(--mvh-paper-2);
  box-shadow: 0 4px 14px rgba(46, 35, 18, .05);
}
.mvh-paper-panel::before,
.mvh-paper-panel::after {
  position: absolute;
  width: 10px;
  height: 10px;
  border-color: var(--mvh-bronze);
  opacity: .5;
  content: '';
}
.mvh-paper-panel::before { top: 5px; left: 5px; border-top: 1px solid; border-left: 1px solid; }
.mvh-paper-panel::after { right: 5px; bottom: 5px; border-right: 1px solid; border-bottom: 1px solid; }

/* Header */
.mvh-site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  border-bottom: 1px solid var(--mvh-line);
  background: color-mix(in srgb, var(--mvh-paper-2) 90%, transparent);
  box-shadow: 0 5px 24px rgba(33, 25, 15, .06);
  backdrop-filter: blur(14px) saturate(120%);
}
.admin-bar .mvh-site-header { top: 32px; }
.mvh-site-header__inner {
  min-height: 86px;
  gap: 24px;
  padding: 10px 0;
}
.mvh-brand { flex: 0 0 auto; gap: 10px !important; }
.mvh-brand .wp-block-site-logo img { max-height: 62px; width: auto; object-fit: contain; }
.mvh-brand__title a {
  color: var(--mvh-ink);
  font-family: MVHBrush, MVHDisplay, serif;
  font-size: clamp(1.6rem, 2.7vw, 2.5rem);
  line-height: 1;
  white-space: nowrap;
}
.mvh-brand__seal {
  min-width: 25px;
  margin: 0 !important;
  padding: 4px 3px;
  border: 1px solid var(--mvh-red);
  border-radius: 2px;
  color: var(--mvh-red);
  font-family: serif;
  font-size: .65rem;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
}
.mvh-main-nav { margin-left: auto; }
.mvh-main-nav .wp-block-navigation-item__content {
  position: relative;
  padding: 14px 3px;
  color: var(--mvh-ink);
  font-family: MVHBrush, MVHDisplay, Georgia, serif;
  font-size: .82rem;
  font-weight: 400;
  letter-spacing: .025em;
  text-transform: uppercase;
}
.mvh-main-nav .wp-block-navigation-item__content::after {
  position: absolute;
  right: 50%;
  bottom: 5px;
  left: 50%;
  height: 1px;
  background: var(--mvh-bronze);
  content: '';
  transition: inset .25s ease;
}
.mvh-main-nav .wp-block-navigation-item__content:hover::after,
.mvh-main-nav .current-menu-item .wp-block-navigation-item__content::after { right: 0; left: 0; }
.mvh-main-nav .wp-block-navigation__submenu-container {
  min-width: 210px !important;
  padding: 8px !important;
  border: 1px solid var(--mvh-line) !important;
  background: var(--mvh-paper-2) !important;
  box-shadow: var(--mvh-shadow);
}
.mvh-header-tools { gap: 8px !important; }
.mvh-header-search {
  width: 42px;
  margin: 0;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 40px;
  transition: width .3s var(--mvh-ease), border-color .2s ease;
}
.mvh-header-search:focus-within { width: 220px; border-color: var(--mvh-line); }
.mvh-header-search .wp-block-search__inside-wrapper { padding: 0; border: 0; }
.mvh-header-search input { min-width: 0; padding: 8px 2px 8px 12px; border: 0; background: transparent; color: var(--mvh-ink); }
.mvh-header-search button { width: 40px; min-width: 40px; height: 40px; padding: 10px; border: 0; background: transparent; color: var(--mvh-ink); }
.mvh-theme-toggle {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  color: var(--mvh-ink);
  cursor: pointer;
  font-size: 1.35rem;
}
.mvh-theme-toggle:hover { border-color: var(--mvh-line); background: var(--mvh-paper-3); }

/* Shared controls */
.mvh-button,
.mvh-theme .wp-element-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  border: 1px solid var(--mvh-ink);
  border-radius: 4px;
  background: var(--mvh-ink);
  color: var(--mvh-paper-2);
  cursor: pointer;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}
.mvh-button:hover,
.mvh-theme .wp-element-button:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(29, 23, 14, .18); }
.mvh-button--gold {
  min-width: 210px;
  border-color: #b38235;
  background: linear-gradient(180deg, #24231f, #11110f);
  box-shadow: inset 0 0 0 2px #171713, inset 0 0 0 3px rgba(213, 173, 95, .6);
  color: var(--mvh-gold-pale);
}

/* Home hero */
.mvh-home { width: 100%; padding-bottom: 72px; }
.mvh-hero {
  position: relative;
  width: var(--mvh-wide);
  height: clamp(430px, 47vw, 660px);
  margin: 20px auto 22px;
  overflow: hidden;
  border: 1px solid rgba(89, 62, 26, .25);
  border-radius: 18px;
  background: #1b211f;
  box-shadow: var(--mvh-shadow);
  touch-action: pan-y;
}
.mvh-hero { cursor: grab; touch-action: pan-y; user-select: none; }
.mvh-hero.is-dragging { cursor: grabbing; }
.mvh-hero img, .mvh-slider img { -webkit-user-drag: none; user-drag: none; }
.mvh-hero__track,
.mvh-hero__slide,
.mvh-hero__link { position: absolute; inset: 0; }
.mvh-hero__slide {
  visibility: hidden;
  opacity: 0;
  background:
    linear-gradient(100deg, rgba(238, 232, 218, .96) 0%, rgba(238, 232, 218, .8) 30%, rgba(238, 232, 218, .14) 62%, transparent),
    var(--mvh-hero-image),
    linear-gradient(135deg, #d4d0c3, #65736e);
  background-position: center;
  background-size: cover;
  transform: scale(1.025);
  transition: opacity .7s var(--mvh-ease), transform 1.1s var(--mvh-ease), visibility .7s;
}
.mvh-hero__slide.is-active { visibility: visible; opacity: 1; transform: scale(1); }
.mvh-hero__slide.is-placeholder { background: linear-gradient(115deg, #e7e0d0 0 35%, #485853 100%); }
.mvh-hero__slide.is-placeholder::after {
  position: absolute;
  right: 8%;
  bottom: -8%;
  color: rgba(255,255,255,.15);
  content: '仙';
  font-family: serif;
  font-size: min(42vw, 540px);
  line-height: .8;
}
.mvh-hero__link { color: #171713; }
.mvh-hero__veil { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,16,15,.25), transparent 40%); }
.mvh-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(620px, 56%);
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(40px, 6vw, 92px);
}
.mvh-hero__logo { width: auto; max-width: min(420px, 90%); max-height: 155px; margin-bottom: 10px; object-fit: contain; object-position: left center; }
.mvh-hero__eyebrow { min-height: 26px; margin: 0 0 8px; font-weight: 700; }
.mvh-hero__eyebrow .mvh-badge { vertical-align: middle; }
.mvh-hero h1 {
  max-width: 600px;
  margin: 0 0 8px;
  font-family: MVHBrush, MVHDisplay, serif;
  font-size: clamp(3rem, 6vw, 6.3rem);
  font-weight: 400;
  line-height: .95;
  text-wrap: balance;
}
.mvh-hero__desc { max-width: 530px; margin: 6px 0 26px; font-size: clamp(1rem, 1.3vw, 1.2rem); font-weight: 600; }
.mvh-hero__arrow,
.mvh-gallery__arrow {
  position: absolute;
  z-index: 6;
  top: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(77, 57, 31, .28);
  border-radius: 50%;
  background: rgba(249, 245, 236, .88);
  color: #5d4322;
  cursor: pointer;
  font: 2.2rem/1 serif;
  place-items: center;
  transform: translateY(-50%);
  transition: transform .2s ease, background-color .2s ease;
  backdrop-filter: blur(7px);
}
.mvh-hero__arrow:hover,
.mvh-gallery__arrow:hover { background: #fffaf0; transform: translateY(-50%) scale(1.06); }
.mvh-hero__arrow.is-prev { left: 22px; }
.mvh-hero__arrow.is-next { right: 22px; }
.mvh-hero__dots { position: absolute; z-index: 7; right: 0; bottom: 16px; left: 0; display: flex; justify-content: center; gap: 8px; }
.mvh-hero__dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.72); box-shadow: 0 0 0 1px rgba(0,0,0,.2); cursor: pointer; transition: width .25s ease; }
.mvh-hero__dots button.is-active { width: 30px; border-radius: 8px; background: var(--mvh-bronze); }

/* Finder */
.mvh-finder {
  width: min(1180px, calc(100% - 48px));
  margin: -4px auto 20px;
  padding: 11px;
  border: 1px solid var(--mvh-line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--mvh-paper-2) 92%, transparent);
  box-shadow: 0 9px 24px rgba(45, 34, 17, .07);
}
.mvh-finder form { display: grid; grid-template-columns: 1fr 190px 180px auto; gap: 9px; }
.mvh-finder label { min-width: 0; }
.mvh-finder input,
.mvh-finder select {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border: 1px solid var(--mvh-line);
  border-radius: 4px;
  outline: 0;
  background: var(--mvh-paper-2);
  color: var(--mvh-ink);
}
.mvh-finder input:focus,
.mvh-finder select:focus { border-color: var(--mvh-bronze); }
.mvh-finder .mvh-button { min-height: 44px; }

/* Section sliders and game cards */
.mvh-home__sections,
.mvh-game-section,
.mvh-insights,
.mvh-community-wrap,
.mvh-single,
.mvh-archive { width: var(--mvh-wide); margin-right: auto; margin-left: auto; }
.mvh-game-section { margin-top: 22px; }
.mvh-section-title { display: flex; min-height: 42px; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--mvh-line); }
.mvh-section-title h2 { display: flex; align-items: center; gap: 10px; margin: 0; font-size: clamp(1.15rem, 2vw, 1.5rem); letter-spacing: .02em; text-transform: uppercase; }
.mvh-section-title h2 > span { color: var(--mvh-bronze); font-size: .85em; }
.mvh-section-title h2 i { width: 45px; height: 1px; background: linear-gradient(90deg, var(--mvh-bronze), transparent); }
.mvh-section-title > a { flex: 0 0 auto; color: var(--mvh-ink); font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.mvh-section-title > a:hover { color: var(--mvh-bronze); }
.mvh-slider { position: relative; margin-top: 12px; }
.mvh-slider__viewport {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  touch-action: pan-y;
}
.mvh-slider__viewport { cursor: grab; touch-action: pan-y; user-select: none; }
.mvh-slider__viewport::-webkit-scrollbar { display: none; }
.mvh-slider__viewport.is-dragging { cursor: grabbing; scroll-behavior: auto; scroll-snap-type: none; }
.mvh-slider__track { display: flex; gap: 16px; padding: 4px 2px 15px; }
.mvh-slider .mvh-card { flex: 0 0 calc((100% - 64px) / 5); scroll-snap-align: start; }
.mvh-slider__arrow {
  position: absolute;
  z-index: 7;
  top: 50%;
  width: 36px;
  height: 58px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--mvh-bronze);
  cursor: pointer;
  font: 2.4rem/1 serif;
  opacity: .88;
  transform: translateY(-58%);
  transition: transform .2s ease, opacity .2s ease;
}
.mvh-slider__arrow:hover { opacity: 1; transform: translateY(-58%) scale(1.15); }
.mvh-slider__arrow.is-prev { left: -34px; }
.mvh-slider__arrow.is-next { right: -34px; }
.mvh-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(77, 61, 41, .24);
  border-radius: 7px;
  background: #111614;
  box-shadow: 0 4px 10px rgba(18, 17, 13, .18);
  transform: translateZ(0);
  transition: transform .32s var(--mvh-ease), box-shadow .32s var(--mvh-ease), border-color .32s ease;
}
.mvh-card:hover { z-index: 2; border-color: rgba(190, 144, 69, .7); box-shadow: var(--mvh-shadow-dark); transform: translateY(-5px) scale(1.035); }
.mvh-card__link { display: block; color: #f7f0e1; }
.mvh-card__media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: linear-gradient(135deg, #1f2c2b, #57594e); }
.mvh-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--mvh-ease), filter .4s ease; }
.mvh-card:hover .mvh-card__media img { transform: scale(1.05); filter: saturate(1.08); }
.mvh-card__media.is-placeholder { display: grid; place-items: center; }
.mvh-placeholder-mark { color: rgba(235, 213, 170, .42); font-family: serif; font-size: clamp(3rem, 7vw, 7rem); line-height: 1; }
.mvh-card__shade { position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(4, 7, 6, .96)); }
.mvh-card__badges { position: absolute; z-index: 2; top: 9px; left: 9px; display: flex; gap: 5px; }
.mvh-badge { display: inline-flex; min-height: 22px; align-items: center; padding: 3px 8px; border: 1px solid rgba(255,255,255,.2); border-radius: 3px; background: #2c302d; color: #fff; font-family: MVHBody, sans-serif; font-size: .66rem; font-style: normal; font-weight: 800; line-height: 1; letter-spacing: .04em; }
.mvh-badge--vip { border-color: #d6b169; background: linear-gradient(135deg, #7d5420, #c39849); color: #fff5d3; }
.mvh-badge--free { background: #207253; }
.mvh-badge--new,
.mvh-badge--update { background: #244f74; }
.mvh-badge--hot,
.mvh-badge--18 { background: #9b2d22; }
.mvh-card__body { position: relative; z-index: 3; min-height: 69px; margin-top: -40px; padding: 0 11px 9px; }
.mvh-card__body h3 { margin: 0 0 7px; overflow: hidden; color: #fff7e8; font-size: 1rem; font-weight: 500; line-height: 1.25; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.mvh-card__tags { display: flex; justify-content: center; gap: 5px; overflow: hidden; }
.mvh-card__tags span { flex: 0 1 auto; overflow: hidden; padding: 2px 7px; border: 1px solid rgba(255,255,255,.15); border-radius: 3px; background: rgba(255,255,255,.05); color: #ddd7ca; font-size: .65rem; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }

/* Discovery, stats and community */
.mvh-insights { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 30px; margin-top: 52px; padding: 30px; }
.mvh-insights__lead h2 { margin: 2px 0 10px; font-size: clamp(1.55rem, 2.5vw, 2.35rem); }
.mvh-insights__lead p:last-child { margin-bottom: 0; color: var(--mvh-ink-soft); }
.mvh-insights__column { padding-left: 25px; border-left: 1px solid var(--mvh-line); }
.mvh-insights__column h3 { margin: 0 0 9px; font-size: 1.12rem; }
.mvh-mini-game { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px dotted var(--mvh-line); color: var(--mvh-ink); }
.mvh-mini-game span { overflow: hidden; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.mvh-mini-game small { flex: 0 0 auto; color: var(--mvh-ink-soft); font-size: .72rem; }
.mvh-mini-game:hover span { color: var(--mvh-bronze); }
.mvh-community-wrap { display: grid; grid-template-columns: minmax(0, 2.1fr) minmax(300px, .9fr); align-items: end; gap: 28px; margin-top: 50px; }
.mvh-section-title--center { justify-content: center; border: 0; }
.mvh-section-title--center h2 i { width: 80px; background: linear-gradient(90deg, transparent, var(--mvh-bronze)); }
.mvh-section-title--center h2 i:last-child { background: linear-gradient(90deg, var(--mvh-bronze), transparent); }
.mvh-stats__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 18px; }
.mvh-stat {
  position: relative;
  display: flex;
  min-height: 185px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 10px;
  border: 1px solid #8b6a3b;
  border-radius: 8px 2px 8px 2px;
  background: linear-gradient(145deg, #202522, #101716);
  box-shadow: inset 0 0 0 3px #1b1e1c, inset 0 0 0 4px rgba(194, 153, 82, .33), 0 8px 16px rgba(22, 19, 14, .15);
  color: #eee4ce;
  text-align: center;
}
.mvh-stat__icon { display: grid; width: 58px; height: 58px; margin-bottom: 7px; border: 1px solid #ad7d35; border-radius: 50%; color: var(--mvh-gold); font-size: 1.75rem; place-items: center; }
.mvh-stat strong { color: var(--mvh-gold); font-family: MVHDisplay, serif; font-size: clamp(1.9rem, 3vw, 2.7rem); font-weight: 500; line-height: 1; }
.mvh-stat sup { font-size: .45em; }
.mvh-stat > span:last-child { margin-top: 8px; font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.mvh-discord { display: grid; grid-template-columns: auto 1fr; gap: 16px; padding: 26px; overflow: hidden; }
.mvh-discord::after { right: -20px; bottom: -45px; width: auto; height: auto; border: 0; color: rgba(54, 80, 139, .08); content: 'Discord'; font-size: 4.8rem; font-weight: 900; transform: rotate(-8deg); }
.mvh-discord__icon { display: grid; width: 62px; height: 62px; border-radius: 50%; background: #5865f2; box-shadow: 0 8px 20px rgba(65, 75, 185, .3); color: #fff; font-size: 2rem; place-items: center; }
.mvh-discord h2 { margin: 0; font-size: 1.4rem; }
.mvh-discord p:not(.mvh-kicker) { margin: 7px 0 0; color: var(--mvh-ink-soft); font-size: .9rem; }
.mvh-button--discord { z-index: 1; grid-column: 1 / -1; border-color: #4e5adc; background: linear-gradient(135deg, #6671f2, #4652c9); color: #fff; }

/* Breadcrumb */
.mvh-single { padding: 22px 0 70px; }
.mvh-breadcrumb { margin-bottom: 18px; color: var(--mvh-ink-soft); font-size: .82rem; }
.mvh-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.mvh-breadcrumb li:not(:last-child)::after { margin-left: 7px; color: var(--mvh-bronze); content: '›'; }
.mvh-breadcrumb a:hover { color: var(--mvh-bronze); }

/* Game top */
.mvh-game-hero { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(320px, .95fr); align-items: start; gap: 22px; }
.mvh-gallery__stage {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(104, 73, 28, .42);
  border-radius: 11px;
  background: #14201f;
  box-shadow: var(--mvh-shadow);
}
.mvh-gallery__item { position: absolute; inset: 0; display: none; margin: 0; }
.mvh-gallery__item.is-active { display: block; animation: mvhFade .4s ease both; }
.mvh-gallery__item > img { width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; }
.mvh-gallery__item.is-placeholder { display: none; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at center, #46554e, #15211f 70%); color: #e9ddc7; text-align: center; }
.mvh-gallery__item.is-placeholder.is-active { display: flex; }
.mvh-gallery__item.is-placeholder p { margin: 10px; font-size: .85rem; }
.mvh-gallery__arrow { width: 42px; height: 42px; }
.mvh-gallery__arrow.is-prev { left: 12px; }
.mvh-gallery__arrow.is-next { right: 12px; }
.mvh-video-poster { position: relative; display: block; width: 100%; height: 100%; padding: 0; border: 0; background: #0d1413; color: #fff; cursor: pointer; }
.mvh-video-poster img { width: 100%; height: 100%; object-fit: cover; opacity: .76; }
.mvh-video-poster > span { position: absolute; top: 50%; left: 50%; display: grid; width: 70px; height: 70px; border: 2px solid rgba(255,255,255,.9); border-radius: 50%; background: rgba(10,15,14,.58); font-size: 1.45rem; place-items: center; transform: translate(-50%, -50%); }
.mvh-video-poster > em { position: absolute; right: 0; bottom: 15%; left: 0; font-style: normal; font-weight: 700; text-align: center; }
.mvh-gallery__item iframe,
.mvh-gallery__item video { width: 100%; height: 100%; border: 0; background: #000; }
.mvh-gallery__thumbs { display: flex; gap: 10px; margin-top: 11px; overflow-x: auto; padding: 2px 1px 6px; scrollbar-width: thin; }
.mvh-gallery__thumbs button { position: relative; flex: 0 0 130px; aspect-ratio: 16 / 10; overflow: hidden; padding: 0; border: 2px solid transparent; border-radius: 6px; background: #18221f; color: var(--mvh-gold); cursor: pointer; opacity: .72; transition: opacity .2s ease, border-color .2s ease; }
.mvh-gallery__thumbs button.is-active,
.mvh-gallery__thumbs button:hover { border-color: var(--mvh-bronze); opacity: 1; }
.mvh-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.mvh-gallery__thumbs i { position: absolute; inset: 0; display: grid; background: rgba(0,0,0,.25); color: #fff; font-style: normal; place-items: center; }
.mvh-game-info { padding: 22px; }
.mvh-game-info > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--mvh-line); }
.mvh-game-info h1 { margin: 0; font-family: MVHBrush, MVHDisplay, serif; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 400; line-height: 1; }
.mvh-game-info header p { margin: 6px 0 0; color: var(--mvh-bronze); font-size: .82rem; }
.mvh-game-info__badges { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px; }
.mvh-info-list { margin: 13px 0; font-size: .84rem; }
.mvh-info-list > div { display: grid; grid-template-columns: minmax(100px, .80fr) minmax(0, 1.25fr); gap: 12px; padding: 5px 0; }
.mvh-info-list dt { color: var(--mvh-ink-soft); font-weight: 700; }
.mvh-info-list dt::before { margin-right: 7px; color: var(--mvh-bronze); content: '✦'; font-size: .68em; }
.mvh-info-list dd { margin: 0; line-height: 1.35; }
.mvh-info-list > div.is-viet-status dd { color: var(--mvh-green); font-weight: 800; }
.mvh-info-list > div.is-vip-requirement dd { color: #a56d20; font-weight: 800; }
.mvh-platforms { padding: 12px 0; border-top: 1px solid var(--mvh-line); }
.mvh-platforms > strong { display: block; margin-bottom: 8px; font-size: .78rem; }
.mvh-platforms > div { display: flex; flex-wrap: wrap; gap: 7px; }
.mvh-platforms span { position: relative; display: grid; width: 34px; height: 34px; border: 1px solid var(--mvh-line); border-radius: 50%; background: var(--mvh-paper-3); font-family: sans-serif; font-weight: 800; place-items: center; }
.mvh-platforms em { position: absolute; z-index: 3; bottom: calc(100% + 4px); left: 50%; display: none; padding: 3px 7px; border-radius: 3px; background: #141713; color: #fff; font-size: .65rem; font-style: normal; white-space: nowrap; transform: translateX(-50%); }
.mvh-platforms span:hover em { display: block; }
.mvh-actions { display: grid; gap: 8px; }
.mvh-action { display: flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--mvh-line); border-radius: 4px; font-size: .82rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.mvh-action:hover { transform: translateY(-2px); box-shadow: 0 7px 15px rgba(22,18,12,.15); }
.mvh-action--steam { background: linear-gradient(135deg, #17394b, #09202d); color: #fff; }
.mvh-action--download { border-color: #9d702e; background: #11130f; box-shadow: inset 0 0 0 2px #11130f, inset 0 0 0 3px #8e672c; color: var(--mvh-gold); }
.mvh-actions__small { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.mvh-actions__small a { display: flex; min-height: 41px; align-items: center; justify-content: center; gap: 5px; border: 1px solid var(--mvh-line); border-radius: 4px; color: var(--mvh-ink); font-size: .72rem; font-weight: 700; }
.mvh-actions__small a:hover { border-color: var(--mvh-bronze); color: var(--mvh-bronze); }

/* Feature strip */
.mvh-feature-bar { display: flex; align-items: stretch; gap: 0; margin: 22px 0 24px; padding: 15px 5px; border-top: 1px solid var(--mvh-line); border-bottom: 1px solid var(--mvh-line); overflow-x: auto; }
.mvh-feature-bar > div { display: flex; min-width: 150px; flex: 1 0 0; align-items: center; justify-content: center; gap: 9px; padding: 6px 15px; border-right: 1px solid var(--mvh-line); }
.mvh-feature-bar > div:last-child { border-right: 0; }
.mvh-feature-bar > div > span { display: grid; width: 42px; height: 42px; flex: 0 0 auto; border: 1px solid var(--mvh-bronze); border-radius: 50%; background: var(--mvh-paper-2); color: var(--mvh-bronze); font-size: 1.2rem; place-items: center; }
.mvh-feature-bar p { margin: 0; line-height: 1.15; }
.mvh-feature-bar strong,
.mvh-feature-bar small { display: block; }
.mvh-feature-bar strong { font-size: .76rem; }
.mvh-feature-bar small { margin-top: 4px; color: var(--mvh-ink-soft); font-size: .68rem; }

/* Main tab content */
.mvh-single__layout { display: grid; grid-template-columns: minmax(0, 2.15fr) minmax(280px, .85fr); align-items: start; gap: 24px; }
.mvh-single__main { display: grid; min-width: 0; gap: 22px; }
.mvh-game-content { min-width: 0; overflow: hidden; }
.mvh-tabs { display: flex; overflow-x: auto; border-bottom: 1px solid var(--mvh-line); background: color-mix(in srgb, var(--mvh-paper-3) 58%, transparent); scrollbar-width: thin; }
.mvh-tabs button { position: relative; min-height: 52px; flex: 0 0 auto; padding: 10px 17px; border: 0; background: transparent; color: var(--mvh-ink); cursor: pointer; font-size: .76rem; font-weight: 700; text-transform: uppercase; }
.mvh-tabs button::after { position: absolute; right: 50%; bottom: 0; left: 50%; height: 3px; background: var(--mvh-bronze); content: ''; transition: inset .2s ease; }
.mvh-tabs button[aria-selected='true'] { background: var(--mvh-ink); color: var(--mvh-gold-pale); }
.mvh-tabs button[aria-selected='true']::after { right: 0; left: 0; }
.mvh-tab-panel { min-height: 420px; padding: clamp(24px, 4vw, 48px); }
.mvh-tab-panel[hidden] { display: none; }
.mvh-content-heading { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; padding-bottom: 11px; border-bottom: 1px solid var(--mvh-line); }
.mvh-content-heading span { color: var(--mvh-bronze); }
.mvh-content-heading h2,
.mvh-prose .mvh-content-heading h2 { margin: 0; line-height: 1.2; font-size: 1.4rem; text-transform: uppercase; }
.mvh-prose { color: var(--mvh-ink); }
.mvh-prose > :first-child:not(header) { margin-top: 0; }
.mvh-prose p { margin: 0 0 1.2em; }
.mvh-prose h2,
.mvh-prose h3 { margin-top: 1.8em; color: var(--mvh-ink); }
.mvh-prose h2 { font-size: 1.45rem; }
.mvh-prose h3 { font-size: 1.2rem; }
.mvh-prose blockquote { margin: 25px 0; padding: 18px 25px; border-left: 3px solid var(--mvh-bronze); background: var(--mvh-paper-3); font-family: MVHDisplay, serif; font-size: 1.08rem; font-style: italic; }
.mvh-prose img { height: auto; border-radius: 6px; }
.mvh-prose a { color: var(--mvh-bronze); text-decoration: underline; text-underline-offset: 3px; }
.mvh-media-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.mvh-media-grid button { position: relative; aspect-ratio: 16/9; overflow: hidden; padding: 0; border: 1px solid var(--mvh-line); border-radius: 6px; background: #17201e; cursor: zoom-in; }
.mvh-media-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.mvh-media-grid button:hover img { transform: scale(1.04); }
.mvh-media-grid button > span:last-child { position: absolute; inset: 0; display: grid; background: rgba(0,0,0,.18); color: #fff; font-size: 1.7rem; place-items: center; }
.mvh-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.mvh-specs section { padding: 20px; border: 1px solid var(--mvh-line); border-radius: 6px; background: color-mix(in srgb, var(--mvh-paper-3) 45%, transparent); }
.mvh-specs h3 { margin: 0 0 14px; color: var(--mvh-bronze); font-size: 1rem; text-transform: uppercase; }
.mvh-specs dl { margin: 0; }
.mvh-specs dl > div { display: grid; grid-template-columns: minmax(112px, .72fr) minmax(0, 1.28fr); gap: 10px; padding: 3px 0; font-size: .84rem; line-height: 1.35; }
.mvh-specs dt { min-width: 0; font-weight: 800; overflow-wrap: normal; }
.mvh-specs dd { min-width: 0; margin: 0; overflow-wrap: anywhere; }
.mvh-game-specs-block { min-width: 0; padding: clamp(25px, 4vw, 42px); }
.mvh-game-specs-block > .mvh-content-heading { margin-bottom: 20px; }
.mvh-game-specs-block .mvh-specs section { background: rgba(247, 241, 230, .58); }
body.mvh-night .mvh-game-specs-block .mvh-specs section { background: rgba(36, 40, 36, .72); }
.mvh-faq details { border-bottom: 1px solid var(--mvh-line); }
.mvh-faq summary { padding: 15px 0; cursor: pointer; font-family: MVHDisplay, serif; font-weight: 700; }
.mvh-faq summary::marker { color: var(--mvh-bronze); }
.mvh-faq details > div { padding: 0 20px 8px; color: var(--mvh-ink-soft); }
.mvh-changelog { position: relative; }
.mvh-changelog::before { position: absolute; top: 13px; bottom: 13px; left: 14px; width: 1px; background: var(--mvh-line); content: ''; }
.mvh-changelog article { position: relative; padding: 0 0 22px 42px; }
.mvh-changelog__dot { position: absolute; z-index: 1; top: 2px; left: 0; display: grid; width: 29px; height: 29px; border: 1px solid var(--mvh-bronze); border-radius: 50%; background: var(--mvh-paper-2); color: var(--mvh-bronze); font-size: .7rem; place-items: center; }
.mvh-changelog header { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.mvh-changelog h3 { min-width: 0; margin: 0; font-family: MVHBody, sans-serif; font-size: .94rem; line-height: 1.4; }
.mvh-changelog time { flex: 0 0 auto; margin-left: auto; color: var(--mvh-ink-soft); font-size: .68rem; text-align: right; white-space: nowrap; }
.mvh-changelog ul { margin: 8px 0 0; padding-left: 18px; font-size: .82rem; }
.mvh-changelog article.is-vip .mvh-changelog__dot { border-color: #b88834; background: #26291f; color: #f2cf82; }
.mvh-changelog article.is-vip .mvh-changelog__dot img { display: block; width: 21px; height: 21px; object-fit: contain; }
.mvh-changelog article.is-release .mvh-changelog__dot { color: var(--mvh-green); }
.mvh-comments .wp-block-comments-title { font-size: 1.2rem; }

/* Sidebar */
.mvh-single__sidebar { display: grid; gap: 16px; }
.mvh-side-card { padding: 20px; }
.mvh-side-card > h2 { margin: 0 0 15px; padding-bottom: 10px; border-bottom: 1px solid var(--mvh-line); font-size: .95rem; text-transform: uppercase; }
.mvh-side-card > h2::before { margin-right: 8px; color: var(--mvh-bronze); content: '✦'; }
.mvh-tag-cloud { display: flex; flex-wrap: wrap; gap: 7px; }
.mvh-tag-cloud a { padding: 4px 9px; border: 1px solid var(--mvh-line); border-radius: 5px; background: var(--mvh-paper-3); color: var(--mvh-ink-soft); font-size: .72rem; }
.mvh-tag-cloud a:hover { border-color: var(--mvh-bronze); color: var(--mvh-bronze); }
.mvh-useful-links { margin: 0; padding: 0; list-style: none; }
.mvh-useful-links li { border-bottom: 1px dotted var(--mvh-line); }
.mvh-useful-links a,
.mvh-useful-links button { display: block; width: 100%; padding: 8px 0; border: 0; background: transparent; color: var(--mvh-ink); cursor: pointer; font-size: .82rem; text-align: left; }
.mvh-useful-links a:hover,
.mvh-useful-links button:hover { color: var(--mvh-bronze); }
.mvh-side-card .mvh-changelog article { padding-bottom: 18px; }

/* Archive and empty state */
.mvh-archive { padding: 55px 0 80px; }
.mvh-archive__header { max-width: 760px; margin-bottom: 32px; }
.mvh-archive__header h1 { margin: 0; font-family: MVHBrush, MVHDisplay, serif; font-size: clamp(2.8rem, 6vw, 5.5rem); font-weight: 400; line-height: 1; }
.mvh-archive__header > div { margin-top: 13px; color: var(--mvh-ink-soft); }
.mvh-archive__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.mvh-pagination { margin-top: 40px; }
.mvh-pagination .page-numbers { display: flex; justify-content: center; gap: 6px; margin: 0; padding: 0; list-style: none; }
.mvh-pagination a,
.mvh-pagination span { display: grid; min-width: 40px; height: 40px; padding: 0 8px; border: 1px solid var(--mvh-line); border-radius: 4px; color: var(--mvh-ink); place-items: center; }
.mvh-pagination .current,
.mvh-pagination a:hover { border-color: var(--mvh-ink); background: var(--mvh-ink); color: var(--mvh-paper); }
.mvh-empty { max-width: 720px; margin: 50px auto; padding: 50px; text-align: center; }
.mvh-empty > span { color: var(--mvh-bronze); font-family: serif; font-size: 5rem; }
.mvh-empty h2 { margin: 0; }
.mvh-empty .wp-block-search { margin-top: 25px; }
.mvh-page-shell {
  width: min(1120px, calc(100% - 36px));
  margin: 45px auto 70px !important;
  padding: clamp(28px, 5vw, 64px);
}
.mvh-page-title {
  margin-bottom: 30px !important;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--mvh-line);
  font-family: MVHBrush, MVHDisplay, serif !important;
  font-size: clamp(2.5rem, 6vw, 5rem) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}
.mvh-page-shell .wp-block-post-content { width: 100%; }
.mvh-page-shell .wp-block-details { padding: 12px 0; border-bottom: 1px solid var(--mvh-line); }
.mvh-page-shell .wp-block-details summary { cursor: pointer; font-family: MVHDisplay, serif; font-weight: 700; }
.mvh-404 { width: min(720px, calc(100% - 36px)); margin: 70px auto !important; padding: clamp(30px, 6vw, 70px); text-align: center; }
.mvh-404__mark { margin: 0 !important; color: var(--mvh-bronze); font-family: serif; font-size: clamp(5rem, 15vw, 9rem); line-height: 1; opacity: .72; }
.mvh-404 h1 { margin: 0 0 10px; font-family: MVHBrush, MVHDisplay, serif; font-size: clamp(2.7rem, 7vw, 5rem); font-weight: 400; }
.mvh-404 .wp-block-search { max-width: 540px; margin: 28px auto 18px; }
.mvh-404 .wp-block-search__inside-wrapper { padding: 5px; border: 1px solid var(--mvh-line); border-radius: 5px; background: var(--mvh-paper-2); }

/* Lightbox */
.mvh-lightbox { position: fixed; z-index: 99999; inset: 0; display: grid; padding: 50px; background: rgba(6, 8, 7, .93); place-items: center; backdrop-filter: blur(10px); }
.mvh-lightbox[hidden] { display: none; }
.mvh-lightbox > button { position: absolute; top: 18px; right: 24px; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; font-size: 2rem; }
.mvh-lightbox > div { display: grid; width: min(1400px, 100%); height: min(82vh, 900px); place-items: center; }
.mvh-lightbox img,
.mvh-lightbox video { max-width: 100%; max-height: 100%; object-fit: contain; }
.mvh-lightbox iframe { width: min(1280px, 90vw); aspect-ratio: 16/9; border: 0; }
body.mvh-lightbox-open { overflow: hidden; }

/* Footer */
.mvh-site-footer { position: relative; margin-top: 30px; padding: 62px 0 20px; border-top: 1px solid var(--mvh-line); background: linear-gradient(180deg, color-mix(in srgb, var(--mvh-paper-3) 70%, transparent), var(--mvh-paper-3)); }
.mvh-site-footer::before { position: absolute; top: -8px; left: 50%; width: 130px; height: 15px; background: linear-gradient(90deg, transparent, var(--mvh-bronze), transparent); clip-path: polygon(0 46%, 41% 46%, 47% 0, 53% 0, 59% 46%, 100% 46%, 100% 54%, 59% 54%, 53% 100%, 47% 100%, 41% 54%, 0 54%); content: ''; transform: translateX(-50%); }
.mvh-site-footer__grid { gap: clamp(30px, 5vw, 70px); }
.mvh-site-footer h2,
.mvh-site-footer h3 { margin-top: 0; }
.mvh-footer-title a { font-family: MVHBrush, MVHDisplay, serif; font-size: 2.4rem; font-weight: 400; }
.mvh-site-footer p { color: var(--mvh-ink-soft); }
.mvh-site-footer ul { margin: 0; padding: 0; list-style: none; }
.mvh-site-footer li { margin: 0 0 7px; font-size: .84rem; }
.mvh-site-footer a:hover { color: var(--mvh-bronze); }
.mvh-site-footer__bottom { margin-top: 40px !important; padding-top: 17px; border-top: 1px solid var(--mvh-line); }
.mvh-site-footer__bottom p { margin: 0; font-size: .72rem; }

.mvh-editor-placeholder { padding: 35px; border: 1px dashed #9b6a26; border-radius: 6px; background: #fbf8f1; color: #29271f; text-align: center; }
.mvh-editor-placeholder strong { display: block; font-family: serif; font-size: 1.3rem; }
.mvh-editor-placeholder p { margin: 6px 0 0; }
.mvh-reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s var(--mvh-ease); }
.mvh-reveal.is-visible { opacity: 1; transform: none; }
@keyframes mvhFade { from { opacity: 0; } to { opacity: 1; } }

@media (max-width: 1240px) {
  :root { --mvh-wide: min(100% - 40px, 1160px); }
  .mvh-site-header__inner { gap: 14px; }
  .mvh-main-nav .wp-block-navigation-item__content { font-size: .74rem; }
  .mvh-slider .mvh-card { flex-basis: calc((100% - 48px) / 4); }
  .mvh-slider__arrow.is-prev { left: -24px; }
  .mvh-slider__arrow.is-next { right: -24px; }
  .mvh-game-hero { grid-template-columns: minmax(0, 1.55fr) minmax(310px, .95fr); }
  .mvh-info-list { font-size: .79rem; }
  .mvh-archive__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
  .mvh-site-header__inner { min-height: 74px; }
  .mvh-main-nav .wp-block-navigation__responsive-container-open { display: flex; }
  .mvh-main-nav .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none; }
  .mvh-main-nav { order: 3; margin-left: 0; }
  .mvh-header-tools { margin-left: auto; }
  .mvh-hero { height: clamp(430px, 60vw, 580px); }
  .mvh-hero__content { width: 64%; padding: 55px; }
  .mvh-hero h1 { font-size: clamp(3rem, 8vw, 5.5rem); }
  .mvh-finder form { grid-template-columns: 1fr 160px 160px; }
  .mvh-finder .mvh-button { grid-column: 1 / -1; }
  .mvh-insights { grid-template-columns: 1fr 1fr; }
  .mvh-insights__lead { grid-column: 1 / -1; }
  .mvh-insights__column { padding-left: 0; border-left: 0; }
  .mvh-community-wrap { grid-template-columns: 1fr; }
  .mvh-discord { grid-template-columns: auto 1fr auto; align-items: center; }
  .mvh-button--discord { grid-column: auto; }
  .mvh-game-hero { grid-template-columns: 1fr; }
  .mvh-game-info { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
  .mvh-game-info > header,
  .mvh-info-list { grid-column: 1 / -1; }
  .mvh-game-info .mvh-actions { align-self: end; }
  .mvh-single__layout { grid-template-columns: 1fr; }
  .mvh-single__sidebar { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 782px) {
  :root { --mvh-wide: calc(100% - 28px); }
  .admin-bar .mvh-site-header { top: 46px; }
  .mvh-site-header__inner { padding-right: 14px; padding-left: 14px; }
  .mvh-brand .wp-block-site-logo { display: none; }
  .mvh-brand__title a { font-size: 1.8rem; }
  .mvh-header-search { display: none; }
  .mvh-main-nav .wp-block-navigation__responsive-container.is-menu-open { padding: 28px; background: var(--mvh-paper-2); color: var(--mvh-ink); }
  .mvh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content { padding-top: 50px; }
  .mvh-main-nav .wp-block-navigation__container { align-items: flex-start !important; gap: 6px !important; }
  .mvh-main-nav .wp-block-navigation-item__content { font-size: 1rem; }
  .mvh-hero { width: calc(100% - 20px); height: 560px; border-radius: 12px; }
  .mvh-hero__slide { background-image: linear-gradient(0deg, rgba(236,230,216,.98) 0%, rgba(236,230,216,.84) 42%, transparent 80%), var(--mvh-hero-image), linear-gradient(135deg,#d4d0c3,#65736e); background-position: 65% center; }
  .mvh-hero__veil { background: linear-gradient(0deg, rgba(236,230,216,.45), transparent 60%); }
  .mvh-hero__content { width: 100%; justify-content: flex-end; padding: 46px 32px 60px; }
  .mvh-hero__logo { max-width: 70%; max-height: 100px; }
  .mvh-hero h1 { max-width: 100%; font-size: clamp(3rem, 14vw, 5rem); }
  .mvh-hero__desc { max-width: 90%; margin-bottom: 16px; font-size: .95rem; }
  .mvh-hero__arrow { width: 40px; height: 40px; }
  .mvh-hero__arrow.is-prev { left: 10px; }
  .mvh-hero__arrow.is-next { right: 10px; }
  .mvh-finder { width: calc(100% - 28px); }
  .mvh-finder form { grid-template-columns: 1fr 1fr; }
  .mvh-finder label { grid-column: 1 / -1; }
  .mvh-slider .mvh-card { flex-basis: calc((100% - 16px) / 2); }
  .mvh-slider__arrow { display: none; }
  .mvh-card:hover { transform: translateY(-3px) scale(1.015); }
  .mvh-insights { grid-template-columns: 1fr; padding: 24px; }
  .mvh-insights__lead { grid-column: auto; }
  .mvh-discord { grid-template-columns: auto 1fr; }
  .mvh-button--discord { grid-column: 1 / -1; }
  .mvh-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .mvh-stat:last-child { grid-column: 1 / -1; }
  .mvh-stat { min-height: 155px; }
  .mvh-game-info { display: block; }
  .mvh-feature-bar { margin-right: -14px; margin-left: -14px; }
  .mvh-single__sidebar { grid-template-columns: 1fr; }
  .mvh-archive__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .mvh-site-footer { padding-top: 45px; }
  .mvh-site-footer__grid { gap: 10px; }
  .mvh-lightbox { padding: 20px; }
}

@media (max-width: 520px) {
  body.mvh-theme { font-size: 16px; }
  .mvh-brand__seal { display: none; }
  .mvh-hero { height: 520px; margin-top: 10px; }
  .mvh-hero__content { padding: 34px 24px 58px; }
  .mvh-hero__eyebrow { font-size: .74rem; }
  .mvh-hero__desc { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .mvh-button--gold { min-width: 180px; }
  .mvh-finder form { grid-template-columns: 1fr; }
  .mvh-finder label,
  .mvh-finder .mvh-button { grid-column: auto; }
  .mvh-section-title h2 { gap: 7px; font-size: 1rem; }
  .mvh-section-title h2 i { display: none; }
  .mvh-section-title > a { font-size: .65rem; }
  .mvh-slider .mvh-card { flex-basis: 78%; }
  .mvh-card__body h3 { font-size: .94rem; }
  .mvh-insights { margin-top: 35px; }
  .mvh-community-wrap { margin-top: 35px; }
  .mvh-stats__grid { gap: 10px; }
  .mvh-stat { min-height: 142px; }
  .mvh-stat__icon { width: 46px; height: 46px; }
  .mvh-discord { padding: 20px; }
  .mvh-discord__icon { width: 50px; height: 50px; }
  .mvh-discord h2 { font-size: 1.15rem; }
  .mvh-breadcrumb { white-space: nowrap; overflow-x: auto; }
  .mvh-gallery__thumbs button { flex-basis: 100px; }
  .mvh-game-info { padding: 18px; }
  .mvh-info-list > div { grid-template-columns: 136px minmax(0, 1fr); }
  .mvh-actions__small { grid-template-columns: 1fr; }
  .mvh-feature-bar > div { min-width: 135px; padding: 5px 9px; }
  .mvh-tab-panel { padding: 22px 18px; }
  .mvh-tabs button { padding: 9px 13px; }
  .mvh-media-grid,
  .mvh-specs { grid-template-columns: 1fr; }
  .mvh-archive { padding-top: 35px; }
  .mvh-archive__grid { grid-template-columns: 1fr; }
  .mvh-archive__grid .mvh-card { max-width: 440px; width: 100%; margin: 0 auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .mvh-reveal { opacity: 1; transform: none; }
}

/* 3.1 · Ancient-paper visual refinement */
body.mvh-theme {
  background-color: #eee9df;
  background-image:
    linear-gradient(rgba(248, 244, 236, .84), rgba(244, 239, 230, .88)),
    url('../images/background.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}
body.mvh-theme::before,
body.mvh-theme::after { display: none; }
body.mvh-night {
  background-image:
    linear-gradient(rgba(16, 19, 18, .88), rgba(16, 19, 18, .92)),
    url('../images/background.png');
}
.mvh-site-header { background: rgba(248, 245, 238, .9); }
body.mvh-night .mvh-site-header { background: rgba(19, 22, 21, .92); }
.mvh-paper-panel {
  border-color: rgba(133, 99, 48, .28);
  background:
    radial-gradient(circle at 8% 12%, rgba(166, 124, 57, .055), transparent 24%),
    repeating-linear-gradient(0deg, rgba(89, 63, 27, .018) 0 1px, transparent 1px 5px),
    rgba(250, 247, 240, .9);
  box-shadow: 0 12px 30px rgba(54, 40, 20, .08), inset 0 0 0 4px rgba(255,255,255,.28);
}
body.mvh-night .mvh-paper-panel { background: rgba(28, 31, 29, .94); }
.mvh-paper-panel::before,
.mvh-paper-panel::after { width: 16px; height: 16px; opacity: .75; }

.mvh-section-title { position: relative; }
.mvh-section-title h2 > span {
  display: grid;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(151, 105, 39, .45);
  border-radius: 50%;
  font-size: .65em;
  place-items: center;
}
.mvh-button--gold,
.mvh-action,
.mvh-actions__small a,
.mvh-button--discord {
  position: relative;
  clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px);
}

.mvh-community-wrap { align-items: stretch; }
.mvh-stats { align-self: center; }
.mvh-stats__grid { gap: 22px; }
.mvh-stat {
  min-height: 228px;
  padding: 22px 10px 18px;
  border-color: #98703a;
  border-radius: 5px;
  background:
    linear-gradient(135deg, transparent 12px, #17201f 0) top left,
    linear-gradient(225deg, transparent 12px, #17201f 0) top right,
    linear-gradient(315deg, transparent 12px, #101817 0) bottom right,
    linear-gradient(45deg, transparent 12px, #101817 0) bottom left;
  background-repeat: no-repeat;
  background-size: 52% 52%;
  box-shadow: inset 0 0 0 3px #131918, inset 0 0 0 4px rgba(207, 167, 94, .4), 0 10px 20px rgba(32, 25, 15, .18);
}
.mvh-stat::before,
.mvh-stat::after { position: absolute; left: 50%; color: #a97935; content: '◆'; font-size: .55rem; transform: translateX(-50%); }
.mvh-stat::before { top: 7px; }
.mvh-stat::after { bottom: 7px; }
.mvh-stat__icon { width: 68px; height: 68px; margin: 0 0 10px; border-width: 2px; box-shadow: 0 0 0 4px rgba(201,158,85,.08); }
.mvh-stat__icon img { width: 44px; height: 44px; object-fit: contain; }
.mvh-stat__label { color: #eee4cf; font-family: MVHDisplay, Georgia, serif; font-size: .8rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.mvh-stat strong { margin-top: 5px; font-size: clamp(2rem, 3.1vw, 2.85rem); }
.mvh-stat small { margin-top: 7px; color: #d8d0c2; font-size: .68rem; }
.mvh-discord {
  align-content: center;
  border-color: #a77a3b;
  background:
    radial-gradient(circle at 100% 100%, rgba(80,104,130,.26), transparent 42%),
    linear-gradient(145deg, #152535, #091725 72%);
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.025), 0 15px 28px rgba(22, 27, 31, .22);
  color: #f0e7d8;
}
.mvh-discord h2 { color: var(--mvh-gold); }
.mvh-discord p:not(.mvh-kicker) { color: #d1d9de; }
.mvh-discord::after { color: rgba(105,127,162,.11); }

.mvh-single { padding-top: 28px; }
.mvh-breadcrumb { padding: 8px 12px; border-left: 2px solid var(--mvh-bronze); background: rgba(250,247,240,.54); }
.mvh-game-hero { grid-template-columns: minmax(0, 1.82fr) minmax(335px, .92fr); gap: 20px; }
.mvh-gallery__stage {
  border: 1px solid #a77c42;
  border-radius: 10px;
  box-shadow: 0 16px 32px rgba(37, 29, 18, .16), inset 0 0 0 3px rgba(242,220,175,.16);
}
.mvh-gallery__thumbs { gap: 9px; }
.mvh-gallery__thumbs button {
  flex-basis: calc((100% - 36px) / 5);
  border: 1px solid rgba(126, 89, 38, .48);
  border-radius: 5px;
  box-shadow: 0 5px 12px rgba(40,31,19,.1);
}
.mvh-gallery__thumbs button.is-active { box-shadow: 0 0 0 2px rgba(154,106,38,.24); }
.mvh-game-info {
  overflow: hidden;
  padding: 22px 22px 19px;
  border-color: rgba(146, 103, 44, .42);
}
.mvh-game-info::before,
.mvh-game-info::after { width: 20px; height: 20px; }
.mvh-game-info > header { align-items: center; text-align: center; }
.mvh-game-info > header > div:first-child { flex: 1; }
.mvh-game-info h1 { font-size: clamp(1.75rem, 2.5vw, 2.55rem); }
.mvh-info-list > div { padding: 5px 0; border-bottom: 1px dotted rgba(101,77,42,.12); }
.mvh-info-list dt::before { content: '❖'; }
.mvh-action { min-height: 50px; border-radius: 0; }
.mvh-action--steam { border-color: #28516a; background: linear-gradient(180deg, #16405a, #092535); box-shadow: inset 0 0 0 2px rgba(255,255,255,.05); }
.mvh-action--download { background: linear-gradient(180deg, #171814, #080a08); box-shadow: inset 0 0 0 2px #11130f, inset 0 0 0 3px #9b7130; }
.mvh-actions__small a { border-radius: 0; background: rgba(247,242,232,.72); }
body.mvh-night .mvh-actions__small a { background: rgba(36,39,35,.9); }
.mvh-actions__small a:last-child { grid-column: 1 / -1; min-height: 45px; background: linear-gradient(180deg, #222622, #0d100e); color: #f1e8d7; }

.mvh-feature-bar {
  margin-top: 20px;
  padding: 17px 6px;
  border: 1px solid rgba(135,98,45,.24);
  border-radius: 7px;
  background: rgba(250,247,240,.64);
}
body.mvh-night .mvh-feature-bar { background: rgba(24,27,25,.88); }
.mvh-feature-bar > div > span {
  width: 48px;
  height: 48px;
  border: 2px solid #b28240;
  background: radial-gradient(circle, #2d3430, #0e1412 72%);
  box-shadow: 0 0 0 3px rgba(172,126,60,.13);
  color: #efd399;
}
.mvh-feature-bar > div > span img { width: 34px; height: 34px; object-fit: contain; }
.mvh-single__layout { grid-template-columns: minmax(0, 2.12fr) minmax(285px, .88fr); gap: 22px; }
.mvh-game-content { border-color: rgba(137, 99, 44, .3); }
.mvh-tabs { padding: 7px 9px 0; background: rgba(239,232,218,.68); }
body.mvh-night .mvh-tabs { background: rgba(28,31,28,.9); }
.mvh-tabs button { min-height: 46px; padding: 9px 18px; }
.mvh-tabs button[aria-selected='true'] {
  clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%, 0 8px);
  background: linear-gradient(180deg, #2a2b25, #11130f);
  color: #efd9a9;
}
.mvh-tab-panel { min-height: 600px; }
.mvh-content-heading { position: relative; }
.mvh-content-heading::after { width: 70px; height: 1px; margin-left: auto; background: linear-gradient(90deg, var(--mvh-bronze), transparent); content: ''; }
.mvh-prose blockquote { border: 1px solid rgba(143,103,46,.2); border-left: 4px solid var(--mvh-bronze); background: linear-gradient(90deg, rgba(224,207,178,.46), rgba(250,247,240,.38)); }
.mvh-intro-extra { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--mvh-line); }
.mvh-side-card { overflow: hidden; border-color: rgba(137, 99, 44, .3); }
.mvh-side-progress__score { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.mvh-side-progress__score strong { color: var(--mvh-bronze); font-family: MVHDisplay, Georgia, serif; font-size: 3rem; font-weight: 400; line-height: 1; }
.mvh-side-progress__score span { color: var(--mvh-green); font-size: .78rem; font-weight: 800; }
.mvh-side-progress__bar { height: 8px; margin: 16px 0 12px; overflow: hidden; border: 1px solid rgba(109,82,44,.25); border-radius: 8px; background: rgba(95,75,46,.1); }
.mvh-side-progress__bar i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #9a6826, #e3b95f); }
.mvh-side-progress p { margin: 0; color: var(--mvh-ink-soft); font-size: .75rem; }
.mvh-side-media__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.mvh-side-media__grid button { position: relative; aspect-ratio: 1.2; overflow: hidden; padding: 0; border: 1px solid rgba(122,89,42,.3); border-radius: 5px; background: #14201f; cursor: zoom-in; }
.mvh-side-media__grid button.is-main { grid-column: 1 / -1; aspect-ratio: 16/8.5; }
.mvh-side-media__grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.mvh-side-media__grid button:hover img { transform: scale(1.04); }
.mvh-side-media__grid span { position: absolute; inset: 0; display: grid; background: rgba(0,0,0,.2); color: #fff; place-items: center; }
.mvh-side-media__more { display: block; margin-top: 10px; padding: 7px; border: 1px solid rgba(137,99,44,.22); color: var(--mvh-ink); font-size: .72rem; text-align: center; }

@media (max-width: 1024px) {
  body.mvh-theme { background-attachment: scroll; }
  .mvh-game-hero { grid-template-columns: 1fr; }
  .mvh-game-info { display: grid; }
  .mvh-single__layout { grid-template-columns: 1fr; }
  .mvh-single__sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mvh-stats__grid { gap: 14px; }
}
@media (max-width: 782px) {
  .mvh-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .mvh-stat { min-height: 190px; }
  .mvh-single__sidebar { grid-template-columns: 1fr; }
  .mvh-tab-panel { min-height: 420px; }
}
@media (max-width: 520px) {
  .mvh-game-info { display: block; }
  .mvh-gallery__thumbs button { flex-basis: 92px; }
  .mvh-stat { min-height: 175px; }
  .mvh-stat__icon { width: 56px; height: 56px; }
}

/* 3.2 · Xianxia UI kit integration */
body.mvh-theme::before {
  display: none;
}
body.mvh-theme {
  background-image:
    url('../images/xianxia-ui-kit/backgrounds/paper-grain-overlay.png'),
    linear-gradient(rgba(248, 244, 236, .84), rgba(244, 239, 230, .88)),
    url('../images/background.png');
  background-repeat: repeat, no-repeat, no-repeat;
  background-position: center, center top, center top;
  background-size: 520px auto, cover, cover;
}
body.mvh-night {
  background-image:
    url('../images/xianxia-ui-kit/backgrounds/paper-grain-overlay.png'),
    linear-gradient(rgba(16, 19, 18, .88), rgba(16, 19, 18, .92)),
    url('../images/background.png');
}

.mvh-hero,
.mvh-slider__viewport,
.mvh-gallery__stage { touch-action: pan-y; }
.mvh-hero,
.mvh-slider__viewport,
.mvh-gallery__stage { cursor: grab; }
.mvh-hero.is-dragging,
.mvh-slider__viewport.is-dragging,
.mvh-gallery__stage.is-dragging { cursor: grabbing; user-select: none; }

.mvh-hero__arrow,
.mvh-gallery__arrow,
.mvh-slider__arrow {
  border: 0 !important;
  border-radius: 0;
  background-color: transparent !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  box-shadow: none;
  color: transparent !important;
}
.mvh-hero__arrow.is-prev,
.mvh-gallery__arrow.is-prev,
.mvh-slider__arrow.is-prev { background-image: url('../images/xianxia-ui-kit/buttons/button-arrow-left.png') !important; }
.mvh-hero__arrow.is-next,
.mvh-gallery__arrow.is-next,
.mvh-slider__arrow.is-next { background-image: url('../images/xianxia-ui-kit/buttons/button-arrow-right.png') !important; }
.mvh-hero__arrow:hover,
.mvh-gallery__arrow:hover,
.mvh-slider__arrow:hover { background-color: transparent !important; filter: drop-shadow(0 7px 8px rgba(50,35,16,.28)); }

.mvh-card { position: relative; isolation: isolate; }
.mvh-card::after {
  position: absolute;
  z-index: 5;
  inset: -1px;
  border-radius: inherit;
  background: url('../images/xianxia-ui-kit/frames/card-hover.png') center/100% 100% no-repeat;
  content: '';
  opacity: .48;
  pointer-events: none;
  transition: opacity .3s ease, filter .3s ease;
}
.mvh-card:hover::after { opacity: 1; filter: drop-shadow(0 8px 10px rgba(108,74,26,.35)); }

.mvh-badge--vip,
.mvh-badge--free,
.mvh-badge--mobile,
.mvh-badge--ps4,
.mvh-badge--switch,
.mvh-badge--new,
.mvh-badge--hot,
.mvh-badge--update,
.mvh-badge--18,
.mvh-badge--online,
.mvh-badge--offline,
.mvh-badge--early-access,
.mvh-badge--full-viet-hoa {
  width: 57px;
  min-width: 57px;
  height: 25px;
  min-height: 25px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  box-shadow: none;
  color: transparent !important;
  white-space: nowrap;
}
.mvh-badge--vip { background-image: url('../images/xianxia-ui-kit/labels/label-vip.png') !important; }
.mvh-badge--free { background-image: url('../images/xianxia-ui-kit/labels/label-free.png') !important; }
.mvh-badge--mobile {
  width: 77px;
  min-width: 77px;
  background-image: url('../images/xianxia-ui-kit/labels/label-mobile.png') !important;
}
.mvh-badge--ps4 {
  width: 68px;
  min-width: 68px;
  background-image: url('../images/xianxia-ui-kit/labels/label-ps4.png') !important;
}
.mvh-badge--switch {
  width: 68px;
  min-width: 68px;
  background-image: url('../images/xianxia-ui-kit/labels/label-switch.png') !important;
}
.mvh-badge--new { background-image: url('../images/xianxia-ui-kit/labels/label-new.png') !important; }
.mvh-badge--hot { background-image: url('../images/xianxia-ui-kit/labels/label-hot.png') !important; }
.mvh-badge--update { background-image: url('../images/xianxia-ui-kit/labels/label-updated.png') !important; }
.mvh-badge--18 { background-image: url('../images/xianxia-ui-kit/labels/label-18-plus.png') !important; }
.mvh-badge--online {
  width: 74px;
  min-width: 74px;
  background-image: url('../images/xianxia-ui-kit/labels/label-online.png') !important;
}
.mvh-badge--offline {
  width: 74px;
  min-width: 74px;
  background-image: url('../images/xianxia-ui-kit/labels/label-offline.png') !important;
}
.mvh-badge--early-access {
  width: 74px;
  min-width: 74px;

  background-image: url('../images/xianxia-ui-kit/labels/label-early-access.png') !important;
}
.mvh-badge--full-viet-hoa {  width: 74px;
  min-width: 74px;

  background-image: url('../images/xianxia-ui-kit/labels/label-full-viet-hoa.png') !important;
}

.mvh-button--gold {
  width: min(210px, 100%);
  min-width: 0;
  height: 46px;
  padding: 0;
  border: 0;
  background: url('../images/xianxia-ui-kit/buttons/btn-xem-chi-tiet.png') center/100% 100% no-repeat !important;
  box-shadow: none;
  color: transparent !important;
}
.mvh-action--steam,
.mvh-finder .mvh-button {
  border: 0;
  background: url('../images/xianxia-ui-kit/buttons/button-primary.png') center/100% 100% no-repeat !important;
  box-shadow: none;
  color: #f7e8c7;
}
.mvh-action--download {
  height: 50px;
  border: 0;
  background: url('../images/xianxia-ui-kit/buttons/btn-tai-viet-hoa.png') center/100% 100% no-repeat !important;
  box-shadow: none;
  color: transparent !important;
  font-size: 0;
}
.mvh-action--download > * { opacity: 0; }
.mvh-actions__small { display: block; }
.mvh-actions__small .mvh-action--discord-small {
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 0;
  border: 0;
  background: url('../images/xianxia-ui-kit/buttons/btn-discord.png') center/100% 100% no-repeat !important;
  box-shadow: none;
  color: transparent !important;
  font-size: 0;
}
.mvh-actions__small .mvh-action--discord-small img { display: none; }

.mvh-theme:not(.mvh-night) .mvh-game-info,
.mvh-theme:not(.mvh-night) .mvh-side-card {
  background-color: #f5efe3;
  background-image: url('../images/xianxia-ui-kit/frames/panel-side.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mvh-theme:not(.mvh-night) .mvh-game-content,
.mvh-theme:not(.mvh-night) .mvh-game-specs-block,
.mvh-theme:not(.mvh-night) .mvh-insights {
  background-color: #f5efe3;
  background-image: url('../images/xianxia-ui-kit/backgrounds/section-light.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mvh-theme:not(.mvh-night) .mvh-finder {
  background-color: #f6f0e5;
  background-image: url('../images/xianxia-ui-kit/frames/panel-card.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mvh-stat {
  background: #111a19 url('../images/xianxia-ui-kit/frames/card-dark.png') center/100% 100% no-repeat;
  box-shadow: 0 12px 25px rgba(28,22,14,.2);
}

.mvh-finder { margin-top: 22px; padding: 25px clamp(22px, 4vw, 42px); }
.mvh-finder > header { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.mvh-finder > header img { width: 54px; height: 54px; object-fit: contain; }
.mvh-finder > header h2 { margin: 2px 0 0; font-family: MVHDisplay, Georgia, serif; font-size: clamp(1.2rem, 2vw, 1.65rem); }
.mvh-finder > header .mvh-kicker { margin: 0; }

.mvh-useful-card { padding: 22px 20px 25px; }
.mvh-useful-links { display: grid; gap: 9px; }
.mvh-useful-links > a,
.mvh-useful-links > button {
  display: flex;
  width: 100%;
  min-height: 68px;
  align-items: center;
  gap: 11px;
  padding: 9px 11px;
  border: 1px solid rgba(135,96,42,.24);
  border-radius: 5px;
  background: rgba(255,252,244,.56);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.25);
  color: var(--mvh-ink);
  cursor: pointer;
  text-align: left;
  transition: border-color .22s ease, background .22s ease, transform .22s ease;
}
.mvh-useful-links > a:hover,
.mvh-useful-links > button:hover { border-color: rgba(154,105,38,.62); background: rgba(255,249,235,.9); color: var(--mvh-bronze); transform: translateX(3px); }
.mvh-useful-links img { width: 42px; height: 42px; flex: 0 0 auto; object-fit: contain; }
.mvh-useful-links span,
.mvh-useful-links strong,
.mvh-useful-links small { display: block; }
.mvh-useful-links strong { font-family: MVHDisplay, Georgia, serif; font-size: .85rem; }
.mvh-useful-links small { margin-top: 3px; color: var(--mvh-ink-soft); font-size: .66rem; line-height: 1.3; }
body.mvh-night .mvh-useful-links > a,
body.mvh-night .mvh-useful-links > button { background: rgba(21,27,26,.78); color: #eee4d1; }

.mvh-changelog article { position: relative; }
.mvh-changelog__dot {
  background: url('../images/xianxia-ui-kit/icons/icon-update.png') center/contain no-repeat;
  color: transparent !important;
}

@media (max-width: 782px) {
  .mvh-finder { padding: 22px 18px; }
  .mvh-hero__arrow { width: 48px; height: 48px; }
  .mvh-gallery__arrow { width: 46px; height: 46px; }
}

/* 3.3 · Clear imagery and calmer xianxia surfaces */
.mvh-paper-panel {
  border-radius: 4px;
  background: rgba(248, 244, 235, .94);
  box-shadow: 0 8px 22px rgba(46, 35, 18, .08);
}
.mvh-paper-panel::before,
.mvh-paper-panel::after { display: none; }
body.mvh-night .mvh-paper-panel { background: rgba(27, 30, 28, .96); }

/* Images stay clear: no veil over hero, cards, videos or thumbnails. */
.mvh-hero__slide {
  background-color: #26322f;
  background-image: var(--mvh-hero-image) !important;
  background-position: center !important;
  background-size: cover !important;
}
.mvh-hero__veil { display: none; }
.mvh-hero__link { display: flex; align-items: center; }
.mvh-hero__content {
  width: min(610px, 58%);
  height: auto;
  margin-left: clamp(24px, 5vw, 76px);
  padding: clamp(25px, 3vw, 42px);
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.mvh-hero__content { text-shadow: 0 1px 2px rgba(255,255,255,.96), 0 0 12px rgba(255,255,255,.62); }
.mvh-hero__logo { filter: drop-shadow(0 2px 5px rgba(255,255,255,.72)); }
.mvh-hero .mvh-badge,
.mvh-hero .mvh-button--gold { text-shadow: none; }
.mvh-card::after,
.mvh-card__shade { display: none !important; }
.mvh-card {
  border-radius: 4px;
  box-shadow: 0 5px 12px rgba(18, 17, 13, .18);
}
.mvh-card:hover { box-shadow: 0 12px 24px rgba(18, 17, 13, .24); transform: translateY(5px) scale(1.09); }
.mvh-card__body {
  min-height: 64px;
  margin-top: 0;
  padding: 9px 11px 10px;
  background: #111614;
}
.mvh-card__body h3 { margin-bottom: 7px; }
.mvh-card__media img,
.mvh-gallery__item > img,
.mvh-gallery__thumbs img,
.mvh-media-grid img,
.mvh-side-media__grid img,
.mvh-video-poster img {
  opacity: 1 !important;
  filter: none !important;
}
.mvh-gallery__thumbs button { opacity: 1; }
.mvh-gallery__thumbs i,
.mvh-media-grid button > span:last-child,
.mvh-side-media__grid span {
  inset: 50% auto auto 50%;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 50%;
  background: rgba(7, 11, 10, .68);
  box-shadow: 0 4px 12px rgba(0,0,0,.22);
  transform: translate(-50%, -50%);
}
.mvh-video-poster > span { background: rgba(7, 11, 10, .68); }
.mvh-gallery__stage,
.mvh-gallery__thumbs button,
.mvh-media-grid button,
.mvh-side-media__grid button { border-radius: 4px; }
.mvh-gallery__stage { box-shadow: 0 12px 26px rgba(37, 29, 18, .14); }

/* Use one surface per block instead of stacking stretched frame images. */
.mvh-theme:not(.mvh-night) .mvh-side-card,
.mvh-theme:not(.mvh-night) .mvh-game-content,
.mvh-theme:not(.mvh-night) .mvh-game-specs-block,
.mvh-theme:not(.mvh-night) .mvh-insights,
.mvh-theme:not(.mvh-night) .mvh-finder {
  background-color: rgba(248, 244, 235, .96);
  background-image: none;
}
.mvh-theme:not(.mvh-night) .mvh-game-info {
  background-color: #f5efe3;
  background-image: url('../images/xianxia-ui-kit/frames/panel-side.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* Community card mirrors the supplied dark Discord panel. */
.mvh-discord {
  display: block;
  overflow: hidden;
  padding: clamp(20px, 2.6vw, 30px);
  border: 1px solid #b68949;
  border-radius: 5px;
  background: #111b24 url('../images/xianxia-ui-kit/backgrounds/section-dark.png') center/cover no-repeat;
  box-shadow: 0 14px 28px rgba(18, 24, 29, .24);
  color: #f5eee0;
}
.mvh-discord::after { display: none; }
.mvh-discord__header { display: grid; grid-template-columns: 78px minmax(0, 1fr); align-items: center; gap: 15px; }
.mvh-discord__icon {
  display: block;
  width: 78px;
  height: 78px;
  border-radius: 0;
  background: none;
  box-shadow: none;
  object-fit: contain;
}
.mvh-discord__header small { color: #f2ede4; font-size: .72rem; }
.mvh-discord h2 { margin: 2px 0 3px; color: #e8bd69; font-size: 1.25rem; letter-spacing: .04em; }
.mvh-discord .mvh-discord__header p { margin: 0; color: #e2e7e8; font-size: .77rem; line-height: 1.45; }
.mvh-discord__benefits { display: grid; gap: 6px; margin: 18px 0; padding: 0; list-style: none; }
.mvh-discord__benefits li { position: relative; padding-left: 17px; color: #edf0ef; font-size: .76rem; }
.mvh-discord__benefits li::before { position: absolute; left: 0; color: #dba84f; content: '◆'; font-size: .55rem; }
.mvh-discord .mvh-button--discord {
  display: block;
  width: 100%;
  height: 54px;
  padding: 0;
  border: 0;
  background: url('../images/xianxia-ui-kit/buttons/btn-discord.png') center/100% 100% no-repeat;
  box-shadow: none;
  color: transparent;
  font-size: 0;
}
.mvh-discord .mvh-button--discord img { display: none; }
.mvh-discord__online { display: flex; align-items: center; gap: 7px; margin: 13px 0 0 !important; color: #d9e0dd !important; font-size: .69rem !important; }
.mvh-discord__online i { width: 8px; height: 8px; border-radius: 50%; background: #78bd6c; box-shadow: 0 0 0 3px rgba(120,189,108,.13); }

/* Image-backed post actions. */
.mvh-action--steam { min-height: 50px; background: url('../images/xianxia-ui-kit/buttons/button-primary.png') center/100% 100% no-repeat !important; }
.mvh-action--steam img { width: 30px; height: 30px; object-fit: contain; }
.mvh-action--download {
  height: 50px;
  background: url('../images/xianxia-ui-kit/buttons/button-primary.png') center/100% 100% no-repeat !important;
  color: #efd49c !important;
  font-size: .82rem;
}
.mvh-action--download > * { opacity: 1; }
.mvh-action--download img { width: 30px; height: 30px; object-fit: contain; }
.mvh-actions__small .mvh-action--discord-small {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: url('../images/xianxia-ui-kit/buttons/button-primary.png') center/100% 100% no-repeat !important;
  color: #f3e6ca !important;
  font-size: .78rem;
  text-transform: uppercase;
}
.mvh-actions__small .mvh-action--discord-small img { display: block; width: 27px; height: 27px; object-fit: contain; }

/* Translation status is present on every game and its icon paths remain replaceable. */
.mvh-translation-status {
  margin: 24px 0;
  padding: 20px 20px 8px;
  border-top: 1px solid rgba(139, 99, 43, .28);
  border-bottom: 1px solid rgba(139, 99, 43, .28);
  background: rgba(248, 244, 235, .72);
}
body.mvh-night .mvh-translation-status { background: rgba(26, 29, 27, .88); }
.mvh-translation-status > header { display: flex; align-items: center; gap: 9px; }
.mvh-translation-status > header span { color: var(--mvh-bronze); }
.mvh-translation-status > header h2 { margin: 0; font-size: 1.05rem; text-transform: uppercase; }
.mvh-translation-status .mvh-feature-bar {
  margin: 13px 0 0;
  padding: 10px 0 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.mvh-feature-bar > div { min-width: 135px; flex-direction: column; gap: 7px; border-right: 0; text-align: center; }
.mvh-feature-bar > div > span {
  width: 62px;
  height: 62px;
  border: 0;
  background: #111815 url('../images/xianxia-ui-kit/ornaments/ink-brush.png') center/115% 115% no-repeat;
  box-shadow: none;
}
.mvh-feature-bar > div > span img { width: 39px; height: 39px; object-fit: contain; }
.mvh-feature-bar p strong { font-size: .75rem; }
.mvh-feature-bar p small { color: var(--mvh-ink); font-weight: 700; }
.mvh-feature-bar .is-inactive { opacity: .42; }

/* Polished, always-available content tabs. */
.mvh-game-content { border: 1px solid rgba(137, 99, 44, .3); border-radius: 4px; }
.mvh-tabs { gap: 7px; padding: 10px; border-bottom: 1px solid var(--mvh-line); background: transparent; }
.mvh-tabs button {
  min-width: 145px;
  min-height: 46px;
  padding: 8px 18px;
  background: url('../images/xianxia-ui-kit/buttons/button-secondary.png') center/100% 100% no-repeat;
  color: #302a20;
  letter-spacing: .025em;
}
.mvh-tabs button::after { display: none; }
.mvh-tabs button[aria-selected='true'] {
  clip-path: none;
  background: url('../images/xianxia-ui-kit/buttons/button-primary.png') center/100% 100% no-repeat;
  color: #f2d49a;
}
.mvh-tab-panel { min-height: 320px; padding: clamp(25px, 4vw, 42px); }
.mvh-tab-empty { display: grid; min-height: 210px; place-items: center; align-content: center; text-align: center; }
.mvh-tab-empty img { width: 68px; height: 68px; margin-bottom: 10px; border-radius: 0; object-fit: contain; }
.mvh-tab-empty h3 { margin: 0; color: var(--mvh-bronze); }
.mvh-tab-empty p { max-width: 470px; margin: 8px auto 0; color: var(--mvh-ink-soft); }
.mvh-side-media__more {
  background: url('../images/xianxia-ui-kit/buttons/button-secondary.png') center/100% 100% no-repeat;
  border: 0;
  color: #332b20;
  font-weight: 800;
}

/* The literary note is shown for every post, with editable text in the admin. */
.mvh-prose .mvh-literary-quote {
  position: relative;
  min-height: 132px;
  overflow: hidden;
  margin: 30px 0 4px;
  padding: 31px 150px 25px 62px;
  border: 0;
  border-left: 0;
  border-radius: 0;
  background: url('../images/xianxia-ui-kit/widgets/quote-card.png') center/100% 100% no-repeat;
  font-family: MVHDisplay, Georgia, serif;
  font-size: 1.05rem;
  font-style: italic;
}
.mvh-literary-quote__mark { display: none; }
.mvh-literary-quote div { position: relative; z-index: 2; }
.mvh-literary-quote p { margin: 0; white-space: pre-line; }
.mvh-prose .mvh-literary-quote > img {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: -6px;
  width: 128px;
  height: 102px;
  border-radius: 0;
  object-fit: contain;
  opacity: .62;
}

@media (max-width: 782px) {
	.mvh-game-hero { grid-template-columns: minmax(0, 1fr); }
	.mvh-game-hero__gallery,
	.mvh-game-info { width: 100%; min-width: 0; }
	.mvh-game-info h1,
	.mvh-info-list dd { min-width: 0; overflow-wrap: anywhere; }
  .mvh-hero__link { align-items: flex-end; }
	.mvh-hero__content {
    width: calc(100% - 32px);
    margin: 0 16px 45px;
    padding: 22px 24px;
		background: transparent;
	}
  .mvh-community-wrap { align-items: stretch; }
  .mvh-discord { padding: 22px; }
  .mvh-discord__header { grid-template-columns: 68px 1fr; }
  .mvh-discord__icon { width: 68px; height: 68px; }
  .mvh-tab-panel { min-height: 260px; }
  .mvh-prose .mvh-literary-quote { padding: 28px 94px 23px 48px; }
  .mvh-prose .mvh-literary-quote > img { right: 8px; width: 90px; }
}

@media (max-width: 520px) {
  .mvh-hero__content { width: calc(100% - 24px); margin-right: 12px; margin-left: 12px; padding: 19px 20px; }
	.mvh-insights { grid-template-columns: minmax(0, 1fr); }
	.mvh-insights__lead,
	.mvh-insights__column { width: auto; min-width: 0; overflow-wrap: anywhere; }
  .mvh-tabs button { min-width: 132px; }
  .mvh-translation-status { padding-right: 12px; padding-left: 12px; }
  .mvh-feature-bar > div { min-width: 116px; padding-right: 7px; padding-left: 7px; }
  .mvh-prose .mvh-literary-quote { min-height: 155px; padding: 27px 28px 72px 46px; }
  .mvh-prose .mvh-literary-quote > img { right: 10px; bottom: -12px; width: 82px; height: 76px; }
}

/* 3.4 · Xianxia cards, post framing and flexible poetry */
.mvh-brand__seal {
  display: block;
  width: 34px;
  min-width: 34px;
  height: 44px;
  margin: 0 !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: url('../images/xianxia-ui-kit/ornaments/seal-viet-hoa.png') center/contain no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.mvh-brand__seal img { display: block; width: 34px; height: 44px; object-fit: contain; }
.mvh-footer-categories { margin: 0; padding: 0; list-style: none; }
.mvh-footer-categories li { margin-bottom: 7px; }
.mvh-footer-categories small { color: var(--mvh-ink-soft); font-size: .72rem; }

.mvh-hero__content { gap: 8px; }
.mvh-hero__eyebrow { min-height: 25px; margin: 0; }
.mvh-hero h1 { margin-bottom: 16px; }

/* The game image fills the card; only the title/tag strip is softly blurred. */
.mvh-card { border-radius: 12px 3px 12px 3px; }
.mvh-card__link { position: relative; display: block; }
.mvh-card__media { aspect-ratio: 16 / 10; }
.mvh-card__body {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 68px;
  margin: 0;
  padding: 10px 12px 9px;
	border-top: 0;
	background: linear-gradient(180deg, rgba(7, 10, 9, .05) 100%, rgba(7, 10, 9, .16) 42%, rgba(7, 10, 9, .4) 0%);
  -webkit-backdrop-filter: blur(3px) saturate(110%);
  backdrop-filter: blur(3px) saturate(110%);
}
.mvh-card__body h3 { margin: 0 0 7px; font-size: 1.02rem; text-shadow: 0 2px 5px rgba(0,0,0,.75); }
.mvh-card__tags span { background: rgba(10, 13, 12, .7); }

/* Each post action has its own supplied image background. */
.mvh-action--steam {
  min-height: 52px;
  background: url('../images/xianxia-ui-kit/buttons/button-steam.png') center/100% 100% no-repeat !important;
  color: #f3eee4 !important;
}
.mvh-action--download {
  height: 56px;
  background: url('../images/xianxia-ui-kit/buttons/button-download.png') center/100% 100% no-repeat !important;
  color: #fff1c9 !important;
}
.mvh-actions__small .mvh-action--discord-small {
  min-height: 52px;
  background: url('../images/xianxia-ui-kit/buttons/button-discord.png') center/100% 100% no-repeat !important;
  color: #fff !important;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.mvh-actions__small .mvh-action--discord-small:hover {
  box-shadow: 0 8px 16px rgba(45, 39, 92, .22);
  filter: brightness(1.08) saturate(1.06);
  transform: translateY(-2px);
}
.mvh-actions__small .mvh-action--discord-small:active { filter: brightness(.96); transform: translateY(0) scale(.985); }

/* Keep all three primary post actions visually identical in size. */
.mvh-action--steam,
.mvh-action--download,
.mvh-actions__small,
.mvh-actions__small .mvh-action--discord-small {
  width: 100%;
  height: 56px;
  min-height: 56px;
  box-sizing: border-box;
}

/* One ornamental border per post block, without covering imagery. */
.mvh-game-info,
.mvh-game-content,
.mvh-game-specs-block,
.mvh-side-card,
.mvh-translation-status {
  border-color: rgba(157, 110, 43, .42);
  border-radius: 12px 3px 12px 3px;
  box-shadow: 0 9px 22px rgba(52, 39, 20, .08);
}
.mvh-gallery__stage {
  border: 2px solid #a97835;
  border-radius: 14px 3px 14px 3px;
  box-shadow: 0 0 0 3px rgba(250, 244, 230, .82), 0 0 0 4px rgba(151, 105, 42, .22), 0 13px 27px rgba(37, 29, 18, .14);
}
.mvh-gallery__thumbs button { border-radius: 8px 2px 8px 2px; }
.mvh-game-content { overflow: hidden; }
.mvh-tabs { border-radius: 10px 2px 0 0; }

/* Flexible poetry card: no fixed guide lines, so every number of lines aligns. */
.mvh-prose .mvh-literary-quote {
  position: relative;
  display: flex;
  width: fit-content;
  min-width: min(100%, 520px);
  max-width: 100%;
  min-height: 0;
  align-items: center;
  overflow: hidden;
  margin: 36px 0 0;
  padding: 24px 150px 24px 58px;
  border: 1px solid rgba(151, 105, 43, .34);
  border-left: 3px solid #a8732e;
  border-radius: 14px 3px 14px 3px;
  background:
    linear-gradient(105deg, rgba(231, 216, 188, .38), rgba(249, 245, 236, .92) 45%, rgba(240, 232, 215, .7));
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.32), 0 9px 20px rgba(54, 40, 20, .07);
  color: var(--mvh-ink);
  font-family: MVHPoetry, MVHDisplay, Georgia, serif;
  font-size: 1.28rem;
  font-style: normal;
  line-height: 1.65;
}
.mvh-prose .mvh-literary-quote::before {
  position: absolute;
  top: 13px;
  left: 20px;
  color: #a8732e;
  content: '“';
  font-family: Georgia, serif;
  font-size: 2.2rem;
  line-height: 1;
  opacity: .7;
}
.mvh-literary-quote div { position: relative; z-index: 2; opacity: .8; }
.mvh-literary-quote p { margin: 0; white-space: pre-line; }
.mvh-prose .mvh-literary-quote > img {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: -7px;
  width: 122px;
  height: 100px;
  border-radius: 0;
  object-fit: contain;
  opacity: .46;
}

/* Poetry lives in the sidebar directly below the media card. */
.mvh-side-poetry { overflow: hidden; padding: 0; }
.mvh-side-poetry .mvh-literary-quote {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0;
  padding: 24px 58px;
  border: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(232, 217, 190, .5), rgba(250, 246, 237, .94) 52%, rgba(239, 231, 214, .78));
  box-shadow: none;
  color: var(--mvh-ink);
  font-family: MVHPoetry, MVHDisplay, Georgia, serif;
  font-size: 1.08rem;
  font-style: normal;
  line-height: 1.58;
  text-align: center;
}
.mvh-side-poetry .mvh-literary-quote > div { width: 100%; }
.mvh-side-poetry .mvh-literary-quote::before {
  position: absolute;
  top: 13px;
  left: 16px;
  color: #a8732e;
  content: '“';
  font-family: Georgia, serif;
  font-size: 2rem;
  line-height: 1;
  opacity: .7;
}
.mvh-side-poetry .mvh-literary-quote > img {
  position: absolute;
  z-index: 1;
  right: 5px;
  bottom: -7px;
  width: 76px;
  height: 70px;
  border-radius: 0;
  object-fit: contain;
  opacity: .4;
}
body.mvh-night .mvh-side-poetry .mvh-literary-quote { background: linear-gradient(120deg, rgba(47, 43, 34, .82), rgba(27, 30, 28, .96)); }

/* A clean outlined translation-status block: no ink-brush plate behind icons. */
.mvh-translation-status,
body.mvh-night .mvh-translation-status {
	border: 1px solid rgba(157, 110, 43, .42);
	background: transparent;
}
.mvh-feature-bar > div > span {
	border: 1px solid #a97835;
	background: transparent;
	box-shadow: inset 0 0 0 3px rgba(169, 120, 53, .1);
}

/* Single-game text is intentionally about 2px larger for comfortable reading. */
.mvh-single { font-size: calc(1em + 2px); }
.mvh-single .mvh-game-info h1,
.mvh-single .mvh-tabs button,
.mvh-single .mvh-translation-status > header h2,
.mvh-single .mvh-content-heading h2,
.mvh-single .mvh-specs h3,
.mvh-single .mvh-side-card > h2 {
  font-family: MVHDisplay, Georgia, serif;
}
.mvh-single .mvh-breadcrumb { font-size: calc(.82rem + 2px); }
.mvh-single .mvh-badge { font-size: calc(.66rem + 2px); }
.mvh-single .mvh-game-info h1 { font-size: calc(clamp(1.75rem, 2.5vw, 2.55rem) + 2px); }
.mvh-single .mvh-game-info header p { font-size: calc(.82rem + 2px); }
.mvh-single .mvh-info-list { font-size: calc(.84rem + 2px); }
.mvh-single .mvh-platforms > strong { font-size: calc(.78rem + 2px); }
.mvh-single .mvh-platforms em { font-size: calc(.65rem + 2px); }
.mvh-single .mvh-action { font-size: calc(.82rem + 2px); }
.mvh-single .mvh-action--discord-small { font-size: calc(.78rem + 2px); }
.mvh-single .mvh-tabs button { font-size: calc(.76rem + 2px); }
.mvh-single .mvh-prose { font-size: inherit; }
.mvh-single .mvh-prose h2 { font-size: calc(1.45rem + 2px); }
.mvh-single .mvh-prose h3 { font-size: calc(1.2rem + 2px); }
.mvh-single .mvh-prose blockquote { font-size: calc(1.08rem + 2px); }
.mvh-single .mvh-feature-bar p strong { font-size: calc(.75rem + 2px); }
.mvh-single .mvh-feature-bar p small { font-size: calc(.68rem + 2px); }
.mvh-single .mvh-translation-status > header h2 { font-size: calc(1.05rem + 2px); }
.mvh-single .mvh-content-heading h2 { font-size: calc(1.4rem + 2px); }
.mvh-single .mvh-specs h3 { font-size: calc(1rem + 2px); }
.mvh-single .mvh-specs dl > div { font-size: calc(.84rem + 2px); }
.mvh-single .mvh-side-card > h2 { font-size: calc(.95rem + 2px); }
.mvh-single .mvh-side-poetry .mvh-literary-quote { font-size: calc(1.08rem + 2px); }
.mvh-single .mvh-side-progress__score span { font-size: calc(.78rem + 2px); }
.mvh-single .mvh-side-progress p { font-size: calc(.75rem + 2px); }
.mvh-single .mvh-side-media__more { font-size: calc(.72rem + 2px); }
.mvh-single .mvh-tag-cloud a { font-size: calc(.72rem + 2px); }
.mvh-single .mvh-useful-links strong { font-size: calc(.85rem + 2px); }
.mvh-single .mvh-useful-links small { font-size: calc(.66rem + 2px); }
.mvh-single .mvh-changelog h3 { font-size: calc(.94rem + 2px); }
.mvh-single .mvh-changelog time { font-size: calc(.68rem + 2px); }
.mvh-single .mvh-changelog ul { font-size: calc(.82rem + 2px); }

/* Post badges sit directly below the game title on every viewport. */
.mvh-single .mvh-game-info > header {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  text-align: center;
}
.mvh-single .mvh-game-info > header > div:first-child {
  width: 100%;
  flex: none;
}
.mvh-single .mvh-game-info__badges {
  width: 100%;
  justify-content: center;
  margin-top: 4px;
}
.mvh-single .mvh-game-info__badges:empty { display: none; }

/* Legacy Gutena Tabs inherit the xianxia palette instead of old inline colors. */
.mvh-prose .wp-block-gutena-tabs {
  --gutena--tabs-tab-text-color: var(--mvh-ink) !important;
  --gutena--tabs-tab-background-color: var(--mvh-paper-3) !important;
  --gutena--tabs-tab-icon-color: var(--mvh-bronze) !important;
  --gutena--tabs-tab-hover-background-color: var(--mvh-paper-2) !important;
  --gutena--tabs-tab-hover-icon-color: var(--mvh-bronze) !important;
  --gutena--tabs-tab-active-text-color: #efd9a9 !important;
  --gutena--tabs-tab-active-background-gradient-color: linear-gradient(180deg, #2a2b25, #11130f) !important;
  --gutena--tabs-tab-active-icon-color: #efd9a9 !important;
  --gutena--tabs-tab-container-text-color: var(--mvh-ink) !important;
  --gutena--tabs-tab-container-background-color: var(--mvh-paper-2) !important;
  color: var(--mvh-ink) !important;
  background: transparent !important;
}
.mvh-prose .wp-block-gutena-tabs .gutena-tabs-tab {
  background: transparent !important;
}
.mvh-prose .wp-block-gutena-tabs .gutena-tab-title {
  border: 1px solid color-mix(in srgb, var(--mvh-bronze) 58%, transparent) !important;
  border-radius: 999px !important;
  background: var(--mvh-paper-3) !important;
  color: var(--mvh-ink) !important;
}
.mvh-prose .wp-block-gutena-tabs .gutena-tab-title:hover:not(.active) {
  background: var(--mvh-paper-2) !important;
  color: var(--mvh-bronze) !important;
}
.mvh-prose .wp-block-gutena-tabs .gutena-tab-title.active {
  border-color: var(--mvh-bronze) !important;
  background: linear-gradient(180deg, #2a2b25, #11130f) !important;
  color: #efd9a9 !important;
}
.mvh-prose .wp-block-gutena-tabs .gutena-tab-title-icon,
.mvh-prose .wp-block-gutena-tabs .gutena-tab-title-icon svg,
.mvh-prose .wp-block-gutena-tabs .gutena-tab-title-icon svg path {
  color: inherit !important;
  fill: currentColor !important;
}
.mvh-prose .wp-block-gutena-tabs .gutena-tabs-content {
  border: 1px solid var(--mvh-line) !important;
  border-radius: 8px 2px 8px 2px;
  background: color-mix(in srgb, var(--mvh-paper-2) 82%, transparent) !important;
  color: var(--mvh-ink) !important;
}
.mvh-prose .wp-block-gutena-tabs .gutena-tab-block {
  background: transparent !important;
  color: var(--mvh-ink) !important;
}
.mvh-prose .wp-block-gutena-tabs .gutena-tab-block :where(p, h1, h2, h3, h4, h5, h6, li, strong) {
  color: inherit !important;
}
.mvh-prose .wp-block-gutena-tabs .gutena-tab-block a {
  color: var(--mvh-bronze) !important;
}
.mvh-legacy-hide-text { color: inherit; }

@media (max-width: 520px) {
  .mvh-prose .wp-block-gutena-tabs .mvh-legacy-hide-text { display: none; }
}

@media (max-width: 782px) {
  .mvh-prose .mvh-literary-quote {
    width: 100%;
    min-width: 0;
    padding: 22px 105px 22px 48px;
    font-size: 1.18rem;
  }
  .mvh-prose .mvh-literary-quote > img { right: 8px; width: 92px; height: 80px; }
}

@media (max-width: 520px) {
  .mvh-brand { gap: 7px !important; }
  .mvh-brand__seal,
  .mvh-brand__seal img { display: block; width: 27px; min-width: 27px; height: 36px; }
  .mvh-prose .mvh-literary-quote {
    min-height: 0;
    padding: 21px 30px 69px 43px;
    font-size: 1.14rem;
  }
  .mvh-prose .mvh-literary-quote > img { right: 8px; bottom: -10px; width: 78px; height: 72px; }
}

/*
 * 3.7 · Global interface dimming.
 * Every light UI surface follows --mvh-interface-dim. Hero/sliders, game
 * cards, post gallery/video and all image pixels are deliberately untouched.
 */
body.mvh-theme:not(.mvh-night) {
  background-color: var(--mvh-interface-page);
  background-image:
    url('../images/xianxia-ui-kit/backgrounds/paper-grain-overlay.png'),
    linear-gradient(var(--mvh-interface-wash-top), var(--mvh-interface-wash-bottom)),
    url('../images/background.png');
}

body.mvh-theme:not(.mvh-night) .mvh-site-header {
  background: var(--mvh-interface-header);
}

body.mvh-theme:not(.mvh-night) .mvh-main-nav .wp-block-navigation__submenu-container,
body.mvh-theme:not(.mvh-night) .mvh-paper-panel,
body.mvh-theme:not(.mvh-night) .mvh-side-card,
body.mvh-theme:not(.mvh-night) .mvh-game-content,
body.mvh-theme:not(.mvh-night) .mvh-game-specs-block,
body.mvh-theme:not(.mvh-night) .mvh-insights,
body.mvh-theme:not(.mvh-night) .mvh-finder,
body.mvh-theme:not(.mvh-night) .mvh-page-shell,
body.mvh-theme:not(.mvh-night) .mvh-empty,
body.mvh-theme:not(.mvh-night) .mvh-404 {
  background-color: var(--mvh-interface-panel) !important;
}

body.mvh-theme:not(.mvh-night) .mvh-game-info {
  background-color: var(--mvh-interface-panel);
  background-blend-mode: multiply;
}

body.mvh-theme:not(.mvh-night) .mvh-breadcrumb,
body.mvh-theme:not(.mvh-night) .mvh-feature-bar,
body.mvh-theme:not(.mvh-night) .mvh-tabs,
body.mvh-theme:not(.mvh-night) .mvh-translation-status,
body.mvh-theme:not(.mvh-night) .mvh-game-specs-block .mvh-specs section,
body.mvh-theme:not(.mvh-night) .mvh-tag-cloud a,
body.mvh-theme:not(.mvh-night) .mvh-pagination a,
body.mvh-theme:not(.mvh-night) .mvh-pagination span,
body.mvh-theme:not(.mvh-night) .mvh-editor-placeholder,
body.mvh-theme:not(.mvh-night) .mvh-404 .wp-block-search__inside-wrapper {
  background-color: var(--mvh-interface-soft);
}

body.mvh-theme:not(.mvh-night) .mvh-finder input,
body.mvh-theme:not(.mvh-night) .mvh-finder select,
body.mvh-theme:not(.mvh-night) input[type='search'],
body.mvh-theme:not(.mvh-night) input[type='text'],
body.mvh-theme:not(.mvh-night) input[type='email'],
body.mvh-theme:not(.mvh-night) input[type='url'],
body.mvh-theme:not(.mvh-night) textarea,
body.mvh-theme:not(.mvh-night) select {
  background-color: var(--mvh-interface-control);
}

body.mvh-theme:not(.mvh-night) .mvh-useful-links > a,
body.mvh-theme:not(.mvh-night) .mvh-useful-links > button {
  background-color: var(--mvh-interface-soft);
}
body.mvh-theme:not(.mvh-night) .mvh-useful-links > a:hover,
body.mvh-theme:not(.mvh-night) .mvh-useful-links > button:hover {
  background-color: var(--mvh-interface-panel);
}

body.mvh-theme:not(.mvh-night) .mvh-prose blockquote {
  background: linear-gradient(90deg, var(--mvh-interface-soft), color-mix(in srgb, var(--mvh-interface-panel) 58%, transparent));
}
body.mvh-theme:not(.mvh-night) .mvh-prose .mvh-literary-quote {
  background: linear-gradient(105deg, var(--mvh-interface-soft), var(--mvh-interface-panel) 48%, var(--mvh-interface-soft));
}
body.mvh-theme:not(.mvh-night) .mvh-side-poetry .mvh-literary-quote {
  background: linear-gradient(120deg, var(--mvh-interface-soft), var(--mvh-interface-panel) 52%, var(--mvh-interface-soft));
}

body.mvh-theme:not(.mvh-night) .mvh-site-footer {
  background: linear-gradient(180deg, color-mix(in srgb, var(--mvh-interface-soft) 72%, transparent), var(--mvh-interface-soft));
}

/* Media stays at its original brightness because no dimming filter is applied. */

/* Compact support details in the homepage/footer support column. */
.mvh-footer-support {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mvh-site-footer .mvh-footer-support li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 9px 0;
  border-bottom: 1px dotted var(--mvh-line);
}
.mvh-footer-support__icon {
  display: grid;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(155, 106, 38, .45);
  border-radius: 50%;
  color: var(--mvh-bronze);
  font-family: Georgia, serif;
  font-size: .8rem;
  place-items: center;
}
.mvh-footer-support li > span:last-child { min-width: 0; }
.mvh-footer-support small {
  display: block;
  margin-bottom: 1px;
  color: var(--mvh-ink-soft);
  font-size: .66rem;
  line-height: 1.2;
}
.mvh-footer-support a,
.mvh-footer-support strong {
  display: block;
  overflow-wrap: anywhere;
  color: var(--mvh-ink);
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.35;
}
.mvh-footer-support a:hover { color: var(--mvh-bronze); }

/* Monthly popular shortcut and view counter. */
.mvh-insights__monthly-heading { margin-bottom: 10px !important; }
.mvh-insights__monthly-link {
  display: flex;
  min-height: 43px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 12px;
  border: 1px solid rgba(155, 106, 38, .48);
  border-radius: 8px 2px 8px 2px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--mvh-interface-soft) 82%, transparent), var(--mvh-interface-panel));
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .16);
  color: var(--mvh-ink);
  line-height: 1.25;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.mvh-insights__monthly-link small {
  flex: 0 0 auto;
  color: var(--mvh-bronze);
  font-family: MVHBody, sans-serif;
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
}
.mvh-insights__monthly-link:hover {
  border-color: var(--mvh-bronze);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .18), 0 7px 15px rgba(57, 40, 18, .1);
  color: var(--mvh-bronze);
  transform: translateY(-2px);
}
.mvh-card__monthly-views {
  position: absolute;
  z-index: 4;
  top: 10px;
  right: 10px;
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  gap: 5px;
  padding: 4px 9px;
  border: 1px solid rgba(222, 183, 108, .52);
  border-radius: 12px 2px 12px 2px;
  background: rgba(9, 14, 13, .8);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
  color: #f4dfb1;
  font-size: .68rem;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.mvh-card__monthly-views > span { color: #d9a951; font-size: .72rem; }

@media (max-width: 520px) {
  .mvh-insights__monthly-link { align-items: flex-start; flex-direction: column; gap: 4px; }
  .mvh-card__monthly-views { top: 8px; right: 8px; padding: 4px 7px; font-size: .64rem; }
}
