/* account landing — Figma 2012:115337 */

.account-page {
  --tpl-bg-card: var(--ep-color-b);
  --tpl-bg-panel: #1f2937;
  --tpl-bg-muted: var(--ep-color-n);
  --tpl-text: var(--ep-color-d);
  --tpl-text-secondary: var(--ep-color-g);
  --tpl-text-muted: var(--ep-color-e);
  --tpl-border: rgba(34, 46, 66, 0.4);
  --tpl-blue: #308dff;
  --tpl-brand: #006ef5;
  --tpl-orange: #f26822;
  --tpl-green: #1fc66b;
  --tpl-section-gap: 52px;
  --tpl-after-featured: 32px;
  --tpl-zone-gap: 32px;
  --tpl-block-gap: 24px;
  --tpl-card-radius: 16px;
  --tpl-shadow-card: 0 1px 2px rgba(0, 0, 0, 0.05);
  --acc-reviews-fade-bg: #0c111c;
  width: 100%;
  clear: both;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  color: var(--tpl-text);
  padding-bottom: 0;
}

html.dark .account-page {
  --tpl-bg-card: #ffffff;
  --tpl-bg-panel: #ffffff;
  --tpl-bg-muted: #f0f0f5;
  --tpl-text: #0c111c;
  --tpl-text-secondary: #52525b;
  --tpl-text-muted: #77859a;
  --tpl-border: #e4e8ef;
  --acc-reviews-fade-bg: #f6f6f6;
}

.account-page .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.account-page .tpl-main {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: visible;
}

.account-page .container.tpl-main {
  overflow: visible;
}

.account-page .acc-page__body {
  display: flex;
  flex-direction: column;
  gap: var(--tpl-section-gap);
  width: 100%;
}

/* ── Hero ──
 * Figma 3684:20210：满宽 288 高，内容整体垂直居中，左缘与下方卡片列同一条线；
 * Hero 底到 Featured 顶 32（设计稿 y 574 → 606，不再与主卡重叠）。
 */
.account-page .acc-hero {
  position: relative;
  display: grid;
  align-items: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 32px;
  height: 288px;
  min-height: 288px;
  padding: 0;
}

.account-page .acc-hero__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.account-page .acc-hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.account-page .acc-hero__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 设计稿背景是 1998×427 相对 1920×400 上下各溢出 ~13.5，故取中裁切 */
  object-position: center;
}

.account-page .acc-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.account-page .acc-hero__content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.account-page .acc-hero__eyebrow {
  margin: 0 0 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 16px;
  color: #308dff;
  text-transform: uppercase;
}

.account-page .acc-hero__title {
  margin: 0 0 8px;
  font-size: 42px;
  font-weight: 900;
  line-height: 42px;
  letter-spacing: -1.5px;
  color: #fff;
}

.account-page .acc-hero__desc {
  /* Figma P-22：行高 16 + 底间距 17 → 总占位 33，再接 highlights */
  margin: 0 0 17px;
  max-width: 705px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.9);
}

.account-page .acc-hero__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  /* Figma Highlights Cards 带 pb-16，参与整体垂直居中 */
  margin: 0 0 16px;
}

.account-page .acc-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
}

.account-page .acc-hero__pill img {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.account-page .acc-hero__pill strong {
  display: inline;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
}

.account-page .acc-hero__pill span {
  display: inline;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #e5e7eb;
  white-space: nowrap;
}

/* ── Panel common ── */
.account-page .acc-panel {
  padding: 32px 24px 24px;
  border-radius: var(--tpl-card-radius);
  background: var(--tpl-bg-card);
  box-shadow: var(--tpl-shadow-card);
}

.account-page .acc-panel__head {
  margin-bottom: 24px;
}

.account-page .acc-panel__title {
  margin: 0 0 8px;
  font-size: 30px;
  font-weight: 700;
  line-height: 28px;
  color: var(--tpl-text);
}

.account-page .acc-panel__sub {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: var(--tpl-text-muted);
}

/* ── Dots ── */
.account-page .acc-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 24px;
}

.account-page .acc-dots__item {
  display: block;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 57px;
  background: #cacadc;
  opacity: 0.45;
  transition: width 0.25s ease, opacity 0.25s ease;
}

.account-page .acc-dots__item--active {
  width: 32px;
  background: #cacadc;
  opacity: 1;
}

/* ── Featured ──
 * 设计稿几何（Figma 3684:19162，1920 宽画板）：
 *   [peek 露出 244][16px 缝][主卡 1400][16px 缝][peek 露出 244]
 *   主卡高 542，peek 高 496（上下各内缩 23），主卡下 16 接圆点
 *   圆钮贴在 peek 靠近主卡的内缘
 * 实现：featured 拉满视口；rail 居中且始终为两侧各留 ≥260px（244 露出 + 16 缝），
 * peek 挂在 rail 外侧，这样既对齐设计「外侧窄条」，又不会在普通屏宽出屏。
 * 主卡列宽沿用站内 1360 栏（与下方 panel 左右缘对齐），非设计稿的 1400。
 */
.account-page .acc-featured {
  /* 主卡尽量宽；peek 挂在主卡外侧（勿再用 rail 内 padding 挤主卡） */
  --acc-peek-show: 244px;
  --acc-peek-gap: 16px;
  --acc-peek-reserve: calc(var(--acc-peek-show) + var(--acc-peek-gap));
  --acc-peek-fade: #0c111c;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100vw;
  max-width: 100vw;
  margin-bottom: var(--tpl-after-featured);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: visible;
}

.account-page .acc-featured__rail {
  position: relative;
  z-index: 1;
  /* 两侧永远留给 peek 可见区，主卡本身仍尽量接近 1360 */
  width: min(1360px, calc(100vw - (var(--acc-peek-reserve) * 2)));
  max-width: 1360px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  overflow: visible;
}

/* peek 的 mask 会把自身底色一起溶掉，所以溶边需要一块不受 mask 影响的深底；
 * 只铺在两侧 peek 各自的位置（几何与 .acc-featured__peek 一致），不再拉满视口。
 */
.account-page .acc-featured__rail::before,
.account-page .acc-featured__rail::after {
  content: "";
  position: absolute;
  top: 23px;
  z-index: 0;
  width: calc((100vw - 100%) / 2 - var(--acc-peek-gap));
  height: 496px;
  border-radius: var(--tpl-card-radius);
  background: var(--acc-peek-fade);
  pointer-events: none;
}

.account-page .acc-featured__rail::before {
  right: calc(100% + var(--acc-peek-gap));
}

.account-page .acc-featured__rail::after {
  left: calc(100% + var(--acc-peek-gap));
}

.account-page .acc-featured__main {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
  overflow: visible;
}

.account-page .acc-featured__main .acc-featured__card {
  width: 100%;
}

.account-page .acc-featured__peek {
  position: absolute;
  /* 主卡 542，peek 496，上下各内缩 23 */
  top: 23px;
  z-index: 1;
  height: 496px;
  width: calc((100vw - 100%) / 2 - var(--acc-peek-gap));
  overflow: hidden;
  /* 与主卡同半径；外缘那两个角落在 mask 的透明区里，实际只看得到贴缝的内缘 */
  border-radius: var(--tpl-card-radius);
  pointer-events: auto;
  cursor: pointer;
  background: var(--acc-peek-fade);
}

/* Steam：内缘齐边留缝，只有外缘溶进底色 */
.account-page .acc-featured__peek--prev {
  right: calc(100% + var(--acc-peek-gap));
  left: auto;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 52%);
          mask-image: linear-gradient(to right, transparent 0%, #000 52%);
}

.account-page .acc-featured__peek--next {
  left: calc(100% + var(--acc-peek-gap));
  right: auto;
  -webkit-mask-image: linear-gradient(to left, transparent 0%, #000 52%);
          mask-image: linear-gradient(to left, transparent 0%, #000 52%);
}

.account-page .acc-featured__peek-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  filter: brightness(0.46) saturate(0.85);
  transition: filter 0.25s ease;
}

.account-page .acc-featured__peek--prev .acc-featured__peek-img {
  object-position: right center;
}

.account-page .acc-featured__peek--next .acc-featured__peek-img {
  object-position: left center;
}

.account-page .acc-featured__peek .mark-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.account-page .acc-featured__peek--prev .mark-image {
  background: linear-gradient(to right, rgba(12, 17, 28, 0.7) 0%, rgba(12, 17, 28, 0.15) 100%);
}

.account-page .acc-featured__peek--next .mark-image {
  background: linear-gradient(to left, rgba(12, 17, 28, 0.7) 0%, rgba(12, 17, 28, 0.15) 100%);
}

@media (hover: hover) {
  .account-page .acc-featured__peek:hover .acc-featured__peek-img,
  .account-page .acc-featured__peek:focus-visible .acc-featured__peek-img,
  .account-page .acc-featured__rail:has(.acc-featured__nav--prev:hover) .acc-featured__peek--prev .acc-featured__peek-img,
  .account-page .acc-featured__rail:has(.acc-featured__nav--next:hover) .acc-featured__peek--next .acc-featured__peek-img {
    filter: brightness(1) saturate(1);
  }

  .account-page .acc-featured__peek:hover .mark-image,
  .account-page .acc-featured__peek:focus-visible .mark-image,
  .account-page .acc-featured__rail:has(.acc-featured__nav--prev:hover) .acc-featured__peek--prev .mark-image,
  .account-page .acc-featured__rail:has(.acc-featured__nav--next:hover) .acc-featured__peek--next .mark-image {
    opacity: 0.25;
  }
}

.account-page .acc-featured__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(12, 17, 28, 0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transform: translateY(-50%);
  cursor: pointer;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  color: #fff;
  line-height: 0;
  flex-shrink: 0;
}

.account-page .acc-featured__nav--prev {
  left: 12px;
}

.account-page .acc-featured__nav--next {
  right: 12px;
  left: auto;
}

@media (min-width: 1201px) {
  /* 整颗钮落进 peek 内侧：缝宽 + 距 peek 内缘 8px + 钮宽 42px（偏移基准是主卡边） */
  .account-page .acc-featured__nav--prev {
    left: calc(-1 * (var(--acc-peek-gap) + 8px + 42px));
  }

  .account-page .acc-featured__nav--next {
    right: calc(-1 * (var(--acc-peek-gap) + 8px + 42px));
    left: auto;
  }
}

.account-page .acc-featured__nav--prev img {
  transform: rotate(180deg);
}

.account-page .acc-featured__nav img {
  display: block;
  width: 7px;
  height: 12px;
  flex-shrink: 0;
  object-fit: contain;
}

.account-page .acc-featured__card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 542px;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: #1f2937;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.account-page .acc-featured__card:focus-visible {
  outline: 2px solid #2878ff;
  outline-offset: 3px;
}

/* 设计稿 1400 卡内为 960 图 + 440 信息栏 */
.account-page .acc-featured__aside {
  position: relative;
  flex: 1 1 68.571%;
  width: 68.571%;
  max-width: 960px;
  min-width: 0;
  height: 100%;
}

.account-page .acc-dots--in-card {
  display: none;
}

.account-page .acc-dots--desktop {
  display: flex;
}

.account-page .acc-list__grid {
  display: none;
}

.account-page .acc-zone-tabs {
  display: none;
}

.account-page .jq-acc-zone-panel {
  display: flex;
}

html.dark .account-page .acc-featured__card {
  background: #1f2937;
}

html.dark .account-page .acc-featured__body {
  color: #fff;
}

html.dark .account-page .acc-featured__title,
html.dark .account-page .acc-featured__note,
html.dark .account-page .acc-featured__was {
  color: #fff;
}

/* 圆角交给主卡的 overflow:hidden + 16px 半径，内层不再单独切角 */
.account-page .acc-featured__visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 0;
}

.account-page .acc-featured__hero {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.account-page .acc-featured__badge {
  position: absolute;
  top: 0;
  left: 39px;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 64px;
  height: 61px;
  pointer-events: none;
}

.account-page .acc-featured__badge img {
  display: block;
  width: 54px;
  height: auto;
}

/* 设计稿主图与信息栏是硬分界，无渐变过渡 */
.account-page .acc-featured__fade {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 28.6%;
  height: 100%;
  background: linear-gradient(90deg, rgba(31, 41, 55, 0) 0%, rgba(31, 41, 55, 0.3) 53.55%, #1f2937 97.92%);
  pointer-events: none;
}

.account-page .acc-featured__body {
  display: flex;
  flex: 0 1 31.429%;
  flex-direction: column;
  justify-content: space-between;
  width: 31.429%;
  min-width: 360px;
  max-width: 440px;
  height: 100%;
  padding: 20px 16px;
  color: #fff;
  overflow: hidden;
}

.account-page .acc-featured__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
}

.account-page .acc-featured__title {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  color: #fff;
  word-break: normal;
  overflow-wrap: break-word;
}

.account-page .acc-featured__title-line {
  display: block;
}

.account-page .acc-featured__thumbs {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  overflow: hidden;
}

/* 须写在 .acc-featured__thumbs{display:flex} 之后，避免同权被覆盖；移动端由 zmove 再打开 */
.account-page .acc-featured__thumbs--rail {
  display: none;
}

.account-page .acc-featured__thumbs--row {
  display: flex;
  width: 100%;
}

.account-page .acc-featured__thumb {
  position: relative;
  flex: 0 0 130px;
  width: 130px;
  height: 98px;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
}

.account-page .acc-featured__thumbs--rail .acc-featured__thumb {
  flex: 0 0 57px;
  width: 57px;
  height: 34px;
}

.account-page .acc-featured__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account-page .acc-featured__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.account-page .acc-featured__thumb.is-active::after,
.account-page .acc-featured__thumbs--row .acc-featured__thumb:hover::after {
  opacity: 0;
}

.account-page .jq-acc-featured-dots .acc-dots__item {
  cursor: pointer;
}

.account-page .jq-acc-featured-dots .acc-dots__item--active {
  width: 32px;
  opacity: 1;
}

.account-page .jq-acc-featured-stage {
  touch-action: pan-y;
}

.account-page .acc-featured__note {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.92);
}

.account-page .acc-featured__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.account-page .acc-featured__price {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}

.account-page .acc-featured__now {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--tpl-orange);
  font-variant-numeric: lining-nums;
}

.account-page .acc-featured__was {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
}

.account-page .acc-featured__was .jq-acc-featured-was {
  text-decoration: line-through;
}

.account-page .acc-featured__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  height: 42px;
  padding: 0 20px;
  border-radius: 4px;
  background: var(--tpl-brand);
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  color: #fff;
  white-space: nowrap;
}

.account-page .acc-featured__cta img {
  display: block;
  width: 7px;
  height: 12px;
  flex-shrink: 0;
  object-fit: contain;
}

.account-page .acc-featured .acc-dots--desktop {
  width: min(1360px, calc(100vw - (var(--acc-peek-reserve) * 2)));
  max-width: 1360px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
}

/* 设计稿 Featured 圆点未选中态为 12×6 */
.account-page .acc-featured .acc-dots__item {
  width: 12px;
}

/* Figma 3684:18383：主卡右栏排版。仅宽屏两栏形态生效，≤1200 走下方堆叠布局 */
@media (min-width: 1201px) {
  .account-page .acc-featured__title {
    margin-bottom: 12px;
    line-height: 28px;
  }

  .account-page .acc-featured__title-line + .acc-featured__title-line {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
  }

  .account-page .acc-featured__thumbs--row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 12px;
  }

  .account-page .acc-featured__thumbs--row .acc-featured__thumb {
    flex: none;
    width: auto;
    height: auto;
    aspect-ratio: 198 / 115;
    border-radius: 0;
  }

  /* 设计稿固定 2×2，多余缩略图不参与排版 */
  .account-page .acc-featured__thumbs--row .acc-featured__thumb:nth-child(n + 5) {
    display: none;
  }
}

.account-page .acc-list__card--grid {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--tpl-border);
  border-radius: 16px;
  height: 98px;
  color: #fff;
}

.account-page .acc-list__card--grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account-page .acc-list__card--grid .acc-list__meta h3 {
  font-size: 11px;
  margin-bottom: 4px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.account-page a.acc-list__card--grid .acc-list__from {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
}

.account-page a.acc-list__card--grid .acc-list__amount {
  font-size: 16px;
  font-weight: 600;
  color: #f26822;
  line-height: 1.25;
  font-variant-numeric: lining-nums;
}

/* ── Account List carousel ── */
.account-page .acc-list.acc-panel {
  overflow: visible;
  background: #1f2937;
  box-shadow: none;
}

.account-page .acc-list.acc-panel .acc-panel__title {
  color: #fff;
}

.account-page .acc-list.acc-panel .acc-panel__sub {
  color: #77859a;
}

.account-page .acc-list__wrap {
  position: relative;
  overflow: visible;
}

.account-page .acc-list__viewport {
  overflow: hidden;
  width: 100%;
}

.account-page .acc-list__track {
  display: flex;
  width: 100%;
  transition: transform 0.35s ease;
  will-change: transform;
}

.account-page .acc-list__slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 0.93fr);
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  box-sizing: border-box;
}

.account-page .acc-list__card {
  position: relative;
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  min-width: 0;
  color: #fff;
}

.account-page .acc-list__card--lg {
  grid-row: 1 / span 2;
  width: 100%;
  min-height: 436px;
}

.account-page .acc-list__card--lg:nth-child(1) {
  grid-column: 1;
}

.account-page .acc-list__card--lg:nth-child(2) {
  grid-column: 2;
}

.account-page .acc-list__stack {
  grid-column: 3;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  min-height: 436px;
}

.account-page .acc-list__card--sm {
  flex: 1 1 0;
  width: 100%;
  min-height: 0;
}

.account-page .acc-list__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (hover: hover) {
  .account-page .acc-list__wrap--carousel .acc-list__card img {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .account-page .acc-list__wrap--carousel .acc-list__card:hover img {
    transform: scale(1.08);
  }
}

.account-page .acc-list__meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 16px;
  background: linear-gradient(180deg, rgba(12, 17, 28, 0) 0%, #0c111c 100%);
}

.account-page .acc-list__meta h3 {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.account-page .acc-list__card--sm .acc-list__meta h3 {
  font-size: 24px;
  -webkit-line-clamp: 2;
}

.account-page .acc-list__price {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 4px;
  line-height: 1.25;
}

.account-page a.acc-list__card .acc-list__from {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.account-page a.acc-list__card .acc-list__amount {
  font-size: 24px;
  font-weight: 600;
  color: #f26822;
  line-height: 1.25;
  letter-spacing: 0;
  font-variant-numeric: lining-nums;
}

.account-page a.acc-list__card--lg .acc-list__amount {
  font-size: 28px;
}

.account-page a.acc-list__card--sm .acc-list__from {
  font-size: 16px;
}

.account-page a.acc-list__card--sm .acc-list__amount {
  font-size: 20px;
}

.account-page .acc-list__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(12, 17, 28, 0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transform: translateY(-50%);
  cursor: pointer;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  color: #fff;
  line-height: 0;
  flex-shrink: 0;
}

.account-page .acc-list__nav:disabled {
  display: none;
}

.account-page .acc-list__prev {
  left: 12px;
}

.account-page .acc-list__prev img {
  transform: rotate(180deg);
}

.account-page .acc-list__next {
  right: 12px;
  left: auto;
}

.account-page .acc-list__nav img {
  display: block;
  width: 7px;
  height: 12px;
  flex-shrink: 0;
  object-fit: contain;
}

.account-page .acc-list .acc-dots {
  margin-top: 16px;
}

/* ── Game Zones ── */
.account-page .acc-zones,
.account-page .acc-zones.acc-panel {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.account-page .acc-zones .acc-panel__head {
  margin-bottom: 16px;
}

.account-page .acc-zone + .acc-zone {
  margin-top: var(--tpl-zone-gap);
}

.account-page .acc-zone {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 401px;
  border-radius: 16px;
  --acc-zone-grad: linear-gradient(93deg, rgba(0, 110, 245, 0.10) 0.33%, rgba(255, 255, 255, 0.10) 97.76%);
  background-color: #1f2937;
  background-image:
    var(--acc-zone-char, none),
    var(--acc-zone-grad),
    linear-gradient(#1f2937, #1f2937);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left center, 0 0, 0 0;
  background-size: auto 100%, 100% 100%, 100% 100%;
  overflow: hidden;
}

.account-page .acc-zone[data-zone-tone="1"] {
  --acc-zone-grad: linear-gradient(93deg, rgba(0, 110, 245, 0.10) 0.33%, rgba(255, 255, 255, 0.10) 97.76%);
}

.account-page .acc-zone[data-zone-tone="2"] {
  --acc-zone-grad: linear-gradient(93deg, rgba(242, 104, 34, 0.10) 0.33%, rgba(255, 255, 255, 0.10) 97.76%);
}

.account-page .acc-zone[data-zone-tone="3"] {
  --acc-zone-grad: linear-gradient(93deg, rgba(5, 169, 46, 0.10) 0.33%, rgba(255, 255, 255, 0.10) 97.76%);
}

html.dark .account-page .acc-zone {
  background-color: #1f2937;
}

.account-page .acc-zone__game-title {
  position: absolute;
  left: 20px;
  top: 14px;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  text-transform: none;
  z-index: 2;
}

html:not(.dark) .account-page .acc-zone__game-title {
  color: #fff;
}

.account-page .acc-zone__main {
  position: relative;
  z-index: 2;
  flex: 1;
  width: calc(100% - 270px);
  margin-left: 270px;
  padding: 14px 16px 16px 0;
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.account-page .acc-zone__toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 36px;
  margin-bottom: 14px;
}

.account-page .acc-zone__see-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: auto;
  min-height: 36px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.account-page .acc-zone__see-more img,
.account-page .acc-zone__see-more__icon {
  display: block;
  width: 7px;
  height: 12px;
  flex-shrink: 0;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.account-page .acc-zone__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  width: 100%;
  min-width: 0;
}

.account-page .acc-zone-card:nth-child(n+5) {
  display: none;
}

.account-page .acc-zone-card {
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 329px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: 10px 12px 10px 10px;
  border-radius: 8px;
  /* 深/浅色模式统一用深色卡片底 */
  background: #1f2937;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.account-page .acc-zone-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 0;
}

.account-page .acc-zone-card__gallery {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.account-page .acc-zone-card__media--single {
  height: 162px;
  overflow: hidden;
  border-radius: 4px;
}

.account-page .acc-zone-card__cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account-page .acc-zone-card__thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 0;
  height: 162px;
  overflow: hidden;
  border-radius: 4px;
}

.account-page .acc-zone-card__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (hover: hover) {
  .account-page .acc-zone-card {
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease;
  }

  .account-page .acc-zone-card:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  }

  .account-page .acc-zone-card__cover,
  .account-page .acc-zone-card__thumbs img {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .account-page .acc-zone-card:hover .acc-zone-card__cover,
  .account-page .acc-zone-card:hover .acc-zone-card__thumbs img {
    transform: scale(1.08);
  }
}

.account-page .acc-zone-card__gallery:not(.acc-zone-card__gallery--multi) .acc-zone-card__count {
  display: none;
}

.account-page .acc-zone-card__count {
  position: absolute;
  right: 6px;
  bottom: 6px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(12, 17, 28, 0.65);
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.account-page .acc-zone-card__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.account-page .acc-zone-card__desc {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: #77859a;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.account-page .acc-zone-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  max-width: 100%;
}

.account-page .acc-zone-card__price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

.account-page .acc-zone-card__now {
  display: block;
  max-width: 100%;
  font-size: 24px;
  font-weight: 600;
  color: #f26822;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0;
  text-decoration: none;
  font-variant-numeric: lining-nums;
}

.account-page .acc-zone-card__was {
  display: block;
  max-width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #77859a;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.account-page .acc-zone-card__was-amount {
  text-decoration: line-through;
}

.account-page .acc-zone-card__price .acc-zone-card__now {
  font-size: 24px;
  font-weight: 600;
  color: #f26822;
  line-height: 32px;
  letter-spacing: 0;
  text-decoration: none;
  font-variant-numeric: lining-nums;
}

.account-page .acc-zone-card__price .acc-zone-card__was {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #77859a;
  text-decoration: none;
}

.account-page .acc-zone-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: auto;
  min-width: 96px;
  max-width: 120px;
  height: 38px;
  padding: 0 10px;
  border-radius: 4px;
  background: linear-gradient(90deg, #ff6d23, #ffa532);
  font-size: 16px;
  font-weight: 500;
  color: #0c111c;
  white-space: nowrap;
}

/* ── Safeguard banner (Figma 2209:136433) ── */
.account-page .acc-safeguard {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(34, 46, 66, 0.4);
  border-radius: 12px;
  min-height: 170px;
  background: #0b1019;
  box-sizing: border-box;
}

.account-page .acc-safeguard__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.account-page .acc-safeguard__bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 103.63%;
  height: 112.94%;
  max-width: none;
  object-fit: cover;
}

.account-page .acc-safeguard__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 33px;
  min-height: 170px;
  box-sizing: border-box;
}

.account-page .acc-safeguard__lead {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
  min-width: 0;
}

.account-page .acc-safeguard__shield {
  flex-shrink: 0;
  width: 114px;
  height: 105px;
  object-fit: contain;
}

.account-page .acc-safeguard__copy {
  flex: 1;
  min-width: 0;
  max-width: 672px;
}

.account-page .acc-safeguard__eyebrow {
  margin: 0 0 8px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 15px;
  color: #308dff;
  text-transform: uppercase;
}

.account-page .acc-safeguard__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
}

.account-page .acc-safeguard__desc {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

.account-page .acc-safeguard__btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 163px;
  height: 40px;
  padding: 0 20px;
  border-radius: 4px;
  background: #006ef5;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
  box-sizing: border-box;
}

.account-page .acc-safeguard__btn img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

/* ── Why Buy Here (Figma 2209:136434) ── */
.account-page .acc-why {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.account-page .acc-why__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.account-page .acc-why__title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 28px;
  color: var(--tpl-text);
}

.account-page .acc-why__sub {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--tpl-text-muted);
}

.account-page .acc-why__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.account-page .acc-why__card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 151px;
  padding: 16px;
  border-radius: 16px;
  background: var(--tpl-bg-card);
  box-shadow: none;
  text-align: left;
  box-sizing: border-box;
}

.account-page .acc-why__card:nth-child(2),
.account-page .acc-why__card:nth-child(3) {
  gap: 16px;
}

.account-page .acc-why__card:nth-child(4) {
  gap: 6px;
}

/* 雪碧图上下留白较多：窗口高度须大于图标本身，纵向用 center 取图，否则图标被裁 */
.account-page .acc-why__icon {
  flex-shrink: 0;
  display: block;
  width: 62px;
  height: 78px;
  background-image: url(../images/game/account/why-icons-sprite.png);
  background-repeat: no-repeat;
  background-size: 310px auto;
}

.account-page .acc-why__icon--1 {
  background-position: 0 center;
}

.account-page .acc-why__icon--2 {
  background-position: -62px center;
}

.account-page .acc-why__icon--3 {
  background-position: -124px center;
}

.account-page .acc-why__icon--4 {
  background-position: -186px center;
}

.account-page .acc-why__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  min-width: 0;
}

.account-page .acc-why__card strong {
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: var(--tpl-text);
}

.account-page .acc-why__card span {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--tpl-text-secondary);
}

/* legacy alias */
.account-page .acc-process {
  padding: 32px 24px;
  border-radius: var(--tpl-card-radius);
  background: var(--tpl-bg-card);
  box-shadow: var(--tpl-shadow-card);
}

.account-page .acc-process__head {
  text-align: center;
  margin-bottom: 24px;
}

.account-page .acc-process__title {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 700;
  color: var(--tpl-text);
}

.account-page .acc-process__sub {
  margin: 0;
  font-size: 14px;
  color: var(--tpl-text-muted);
}

.account-page .acc-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--tpl-block-gap);
}

.account-page .acc-process__card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--tpl-shadow-card);
}

html:not(.dark) .account-page .acc-process__card {
  background: var(--tpl-bg-muted);
}

.account-page .acc-process__icon {
  flex-shrink: 0;
  width: 62px;
  height: 55px;
  object-fit: contain;
}

.account-page .acc-process__card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  color: var(--tpl-text);
}

.account-page .acc-process__card span {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: var(--tpl-text-muted);
}

/* ── Reviews ── */
.account-page .acc-reviews__marquee {
  overflow: hidden;
  position: relative;
}

.account-page .acc-reviews__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.account-page .acc-reviews__fade--left {
  left: 0;
  background: linear-gradient(90deg, var(--acc-reviews-fade-bg, #0c111c) 15%, transparent 100%);
}

.account-page .acc-reviews__fade--right {
  right: 0;
  background: linear-gradient(270deg, var(--acc-reviews-fade-bg, #0c111c) 15%, transparent 100%);
}

.account-page .acc-reviews__marquee.is-marquee-active .acc-reviews__fade {
  opacity: 1;
}

.account-page .acc-reviews__track {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.account-page .acc-reviews__slide {
  flex: 0 0 320px;
  display: flex;
  align-items: stretch;
  width: 320px;
  min-width: 320px;
  box-sizing: border-box;
  margin-right: var(--tpl-block-gap);
}

.account-page .acc-reviews__track.is-marquee {
  width: max-content;
  animation: acc-reviews-marquee var(--acc-reviews-duration, 40s) linear infinite;
  will-change: transform;
}

@media (min-width: 769px) {
  .account-page .acc-reviews__marquee.is-marquee-active:hover .acc-reviews__track.is-marquee {
    animation-play-state: paused;
  }
}

@media (prefers-reduced-motion: reduce) {
  .account-page .acc-reviews__track.is-marquee {
    animation: none;
  }

  .account-page .acc-reviews__slide[data-acc-review-clone] {
    display: none;
  }
}

@keyframes acc-reviews-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.account-page .acc-review-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  min-height: 200px;
  padding: 24px 18px;
  border-radius: 8px;
  background: var(--tpl-bg-muted);
  box-shadow: var(--tpl-shadow-card);
  box-sizing: border-box;
}

html.dark .account-page .acc-review-card {
  background: #fff;
}

.account-page .acc-review-card__stars {
  display: flex;
  gap: 4px;
}

.account-page .acc-review-card__stars span {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: var(--tpl-green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath fill='%23fff' d='M7 1.5l1.76 3.57 3.94.57-2.85 2.78.67 3.93L7 10.27l-3.52 1.85.67-3.93-2.85-2.78 3.94-.57z'/%3E%3C/svg%3E") center/14px no-repeat;
}

.account-page .acc-review-card__text {
  margin: 0;
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--tpl-text);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: calc(4 * 1.4 * 15px);
}

.account-page .acc-review-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 13px;
  flex-shrink: 0;
}

.account-page .acc-review-card__user {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.account-page .acc-review-card__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #daffe0;
  font-size: 12px;
  font-weight: 700;
  color: #212121;
  text-transform: uppercase;
  flex-shrink: 0;
}

.account-page .acc-review-card__author {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-page .acc-review-card__verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--tpl-green);
}

/* ── News ── */
.account-page .acc-news__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: var(--tpl-block-gap);
}

.account-page .acc-news__intro {
  min-width: 0;
}

.account-page .acc-news__title {
  margin: 0 0 8px;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  color: var(--tpl-text);
}

.account-page .acc-news__sub {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: var(--tpl-text-secondary);
}

.account-page .acc-news__more-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 32px;
  border-radius: 4px;
  background: var(--tpl-bg-card);
  box-shadow: var(--tpl-shadow-card);
  font-size: 14px;
  font-weight: 600;
  color: var(--tpl-text);
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.account-page .acc-news__more-btn:hover {
  background: var(--tpl-brand);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 110, 245, 0.28);
}

.account-page .acc-news__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.account-page .acc-news__viewport {
  width: 100%;
}

.account-page .acc-news-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--tpl-bg-card);
}

.account-page .acc-news-card__media {
  position: relative;
  display: block;
  overflow: hidden;
}

.account-page .acc-news-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 240 / 133;
  object-fit: cover;
}

.account-page .acc-news-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 2px 8px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
  text-transform: uppercase;
}

.account-page .acc-news-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  min-height: 159px;
  padding: 0 16px 16px;
}

.account-page .acc-news-card__body h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.account-page .acc-news-card__body p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--tpl-text-muted);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.account-page .acc-news-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
}

.account-page .acc-news-card__foot time {
  font-weight: 500;
  color: var(--tpl-text-muted);
}

.account-page .acc-news-card__read {
  font-weight: 700;
  color: var(--tpl-brand);
  white-space: nowrap;
}

.account-page .acc-news__more {
  display: flex;
  justify-content: center;
  margin-top: var(--tpl-block-gap);
}

.account-page .jq-acc-news-dots {
  display: none;
}

.account-page .acc-view-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 32px;
  border-radius: 8px;
  background: var(--tpl-bg-card);
  box-shadow: var(--tpl-shadow-card);
  font-size: 16px;
  font-weight: 600;
  color: var(--tpl-text);
}

@media (max-width: 1200px) {
  .account-page .acc-featured {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    align-items: stretch;
    overflow-x: visible;
  }

  .account-page .acc-featured__peek,
  .account-page .acc-featured__rail::before,
  .account-page .acc-featured__rail::after {
    display: none;
  }

  .account-page .acc-featured__rail {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .account-page .acc-featured .acc-dots--desktop {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .account-page .acc-featured__nav {
    display: flex;
  }

  .account-page .acc-featured__nav--prev {
    left: 12px;
  }

  .account-page .acc-featured__nav--next {
    right: 12px;
    left: auto;
  }

  .account-page .acc-list__prev {
    left: 8px;
  }

  .account-page .acc-list__next {
    right: 8px;
  }

  .account-page .acc-featured__main {
    max-width: 100%;
    overflow: hidden;
  }

  .account-page .acc-featured__card {
    flex-direction: column;
    height: auto;
  }

  .account-page .acc-featured__aside {
    flex: none;
    width: 100%;
    max-width: none;
    height: 240px;
  }

  .account-page .acc-featured__visual {
    border-radius: 12px 12px 0 0;
  }

  .account-page .acc-featured__hero {
    border-radius: 12px 12px 0 0;
  }

  .account-page .acc-featured__body {
    flex: none;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: auto;
  }

  .account-page .acc-zone__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .account-page .acc-why__grid,
  .account-page .acc-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-page .acc-reviews__slide {
    flex: 0 0 280px;
    width: 280px;
    min-width: 280px;
  }

  .account-page .acc-news__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .account-page .acc-hero__title {
    font-size: 28px;
  }

  .account-page .acc-list__card--lg {
    width: 280px;
    height: 340px;
  }

  .account-page .acc-list__card--sm {
    width: 280px;
    height: 170px;
  }

  .account-page .acc-zone {
    flex-direction: column;
    min-height: 0;
  }

  .account-page .acc-zone__game-title {
    position: relative;
    width: 100%;
    padding: 16px;
  }

  .account-page .acc-zone__main {
    margin-left: 0;
    width: 100%;
    padding: 0 16px 16px;
  }

  .account-page .acc-zone__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-page .acc-news__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .account-page .acc-news__more-btn {
    display: none;
  }

  .account-page .acc-why__grid,
  .account-page .acc-process__grid {
    grid-template-columns: 1fr;
  }

  .account-page .acc-news__viewport {
    overflow: hidden;
    touch-action: pan-y;
  }

  .account-page .acc-news__grid {
    display: flex;
    grid-template-columns: none;
    width: 100%;
    min-width: 0;
    gap: 0;
    overflow: visible;
    transition: transform 0.35s ease;
  }

  .account-page .acc-news-card {
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .account-page .jq-acc-news-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 12px;
  }

  .account-page .acc-reviews__slide {
    flex: 0 0 300px;
    width: 300px;
    min-width: 300px;
    margin-right: 12px;
  }
}

/* PC Game Zones — 四列布局与卡片尺寸（≥769px，覆盖移动端双 CSS 泄漏） */
@media (min-width: 769px) {
  .account-page .acc-zone-tabs {
    display: none;
  }

  .account-page .jq-acc-zone-panel {
    display: flex;
  }

  .account-page .acc-zone__main {
    width: calc(100% - 270px);
    margin-left: 270px;
    padding: 14px 16px 16px 0;
  }

  .account-page .acc-zone__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
  }

  .account-page .acc-zone-card {
    width: 100%;
    max-width: none;
    flex: none;
    min-height: 329px;
    gap: 22px;
    padding: 10px 12px 10px 10px;
    box-shadow: var(--tpl-shadow-card);
  }

  .account-page .acc-zone-card:nth-child(n+5) {
    display: none;
  }

  .account-page .acc-zone-card__media--single {
    height: 162px;
  }

  .account-page .acc-zone-card__title {
    font-size: 16px;
  }

  .account-page .acc-zone-card__desc {
    font-size: 12px;
  }

  .account-page .acc-zone-card__price .acc-zone-card__now {
    font-size: 24px;
    line-height: 32px;
    text-decoration: none;
    font-variant-numeric: lining-nums;
  }

  .account-page .acc-zone-card__price .acc-zone-card__was {
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
  }

  .account-page .acc-zone-card__btn {
    width: auto;
    min-width: 96px;
    max-width: 120px;
    height: 38px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 16px;
  }

}
