body[data-page="home"] {
  overflow: hidden;
  background: #1f1f1f;
}

.page-home {
  position: relative;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 0;
  overflow: hidden;
}

.home-swiper,
.home-swiper .swiper-wrapper,
.home-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.home-swiper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: transparent;
  transform: translate3d(0, 0, 0);
  transition: transform .42s cubic-bezier(.1, 0, .23, 1);
  will-change: transform;
}

.home-swiper.swiper-vertical {
  touch-action: pan-x;
}

.home-slide {
  position: relative;
  overflow: hidden;
}

.nrcg-home-stage {
  --home-copyright-height: 1.8rem;
  isolation: isolate;
}

.nrcg-home-stage.is-footer-visible .home-swiper,
.nrcg-home-stage.is-footer-visible .home-stage-bar,
.nrcg-home-stage.is-footer-visible .home-copyright {
  transform: translate3d(0, calc(var(--home-copyright-height) * -1), 0);
}

.home-slide .adapt-design {
  z-index: 2;
}

.home-hero-video {
  position: absolute;
  /* [inset-fallback] iOS<14.5 不支持 inset 简写，勿删 */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.home-bg {
  background: transparent;
}

.home-hero-cta {
  position: absolute;
  left: 50%;
  bottom: 4.02rem;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: .4rem;
  transform: translateX(-50%);
}

/* [gap-fallback:iOS13] .home-hero-cta */
.home-hero-cta > * + * { margin-left: .4rem; }
@supports (inset-inline: 0) {
  .home-hero-cta { gap: .4rem; }
  .home-hero-cta > * + * { margin-left: 0; }
}

/* ===================== Hero Aside（Wishlist Panel + Reward） ===================== */
/* 右侧垂直堆叠容器：panel 与 reward 顶部锚定、流式排列，避免矮屏下 bottom 锚定元素相向重叠 */
.home-hero-aside {
  position: absolute;
  /* 容器宽度对齐 reward（2.5rem），right 取原 reward 的 .3rem，保证 reward 视觉位置不变 */
  right: .3rem;
  top: 3.07rem;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 2.5rem;
}

/* ===================== Wishlist Panel ===================== */
.wishlist-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  /* width: 1.36rem; */
  width: 1.14rem;
  pointer-events: visible;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.wishlist-panel--en {
  /* iOS 13 兜底：不支持 image-set() 与 webp，直接引用 png */
  background-image: url('/web/assets/images/home/page1/wishList/wishlist-bg-en.png');
  /* 现代浏览器：webp 优先，png 兜底 */
  background-image: image-set(
    url('/web/assets/images/home/page1/wishList/wishlist-bg-en.webp') 1x,
    url('/web/assets/images/home/page1/wishList/wishlist-bg-en.png') 1x
  );
}

.wishlist-panel--ja {
  /* iOS 13 兜底：不支持 image-set() 与 webp，直接引用 png */
  background-image: url('/web/assets/images/home/page1/wishList/wishlist-bg-ja.png');
  /* 现代浏览器：webp 优先，png 兜底 */
  background-image: image-set(
    url('/web/assets/images/home/page1/wishList/wishlist-bg-ja.webp') 1x,
    url('/web/assets/images/home/page1/wishList/wishlist-bg-ja.png') 1x
  );
}

.wishlist-panel__header {
  display: block;
  width: 100%;
  height: auto;
  z-index: 10;
}

.wishlist-panel__platforms {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 1.2rem;
  padding-bottom: .2rem;
  margin-top: -1rem;
  border-bottom-right-radius: .67rem;
  border-bottom-left-radius: .67rem;
}

.wishlist-panel__link {
  display: grid;
  place-items: center;
  width: .55rem;
  height: .55rem;
  /* margin-bottom: .32rem; */
  margin-bottom: .27rem;
  /* background: rgba(50, 50, 48, .65); */
  overflow: hidden;
  transition: transform .2s cubic-bezier(.1, 0, .23, 1);
}

.wishlist-panel__link:hover {
  transform: scale(1.12);
  /* background: rgba(60, 60, 58, .8); */
}

.wishlist-panel__link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: filter .2s cubic-bezier(.1, 0, .23, 1);
}

.wishlist-panel__link:hover img {
  filter: brightness(1.3);
}

.wishlist-panel__epig {
  width: .49rem;
  height: .55rem;
  margin-bottom: .26rem;
}

.wishlist-panel__ps {
  width: .62rem;
  height: .5rem;
  margin-bottom: .27rem;
}

.wishlist-panel__xbox {
  width: .56rem;
  height: .55rem;
  margin-bottom: .2rem;
}

/* ===================== Support Panel ===================== */
.home-support {
  position: absolute;
  bottom: 2.85rem;
  left: 50%;
  z-index: 15;
  display: flex;
  align-items: center;
  gap: .16rem;
  transform: translateX(-50%);
  pointer-events: none;
}

.home-support__label {
  color: #f9c150;
  font-family: "HYYouYuan 105J", Arial, Helvetica, sans-serif;
  font-size: .25rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 .02rem .04rem rgba(0, 0, 0, .55);
}

.home-support__icons {
  display: flex;
  align-items: center;
  gap: .27rem;
}

/* [gap-fallback:iOS13] .home-support__icons */
.home-support__icons > * + * { margin-left: .27rem; }
@supports (inset-inline: 0) {
  .home-support__icons { gap: .27rem; }
  .home-support__icons > * + * { margin-left: 0; }
}

.home-support__icon {
  display: block;
  width: .4rem;
  height: .4rem;
  pointer-events: auto;
  cursor: pointer;
  object-fit: contain;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94);
}

.home-support__icon:hover {
  transform: scale(1.2);
}

/* 平台 icon 可点击化后，a 标签承载尺寸与 hover，img 撑满保持原视觉 */
.home-support__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-support__icon--playstation {
  width: .57rem;
  height: .47rem;
}

.home-support__icon--ios {
  width: .4rem;
  height: .47rem;
}

.home-support__icon--google-play {
  width: .41rem;
  height: .47rem;
}

.home-support__icon--xbox {
  width: .46rem;
  height: .46rem;
}

.home-support__icon--windows {
  width: .46rem;
  height: .46rem;
}

.home-support__icon--steam {
  width: .46rem;
  height: .47rem;
}

.home-support__icon--epic {
  width: .42rem;
  height: .47rem;
}

:root {
  --home-hero-reserve-img: url('/web/assets/images/home/page1/btns/reserve-now.png');
  --home-hero-reserved-img: url('/web/assets/images/home/page1/btns/reserved.png');
  --home-hero-signup-img: url('/web/assets/images/home/page1/btns/signup-test.png');
  --home-hero-registered-img: url('/web/assets/images/home/page1/btns/registered.png');
}

body[data-lang="ja"] {
  --home-hero-reserve-img: url('/web/assets/images/home/page1/btns/reserve-now-ja.png');
  --home-hero-reserved-img: url('/web/assets/images/home/page1/btns/reserved-ja.png');
  --home-hero-signup-img: url('/web/assets/images/home/page1/btns/signup-test-ja.png');
  --home-hero-registered-img: url('/web/assets/images/home/page1/btns/registered-ja.png');
}

.home-hero-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform .2s cubic-bezier(.1, 0, .23, 1),
    filter .2s cubic-bezier(.1, 0, .23, 1);
}

.home-hero-cta__btn:hover {
  transform: translateY(-.03rem) scale(1.03);
  filter: brightness(1.05);
}

.home-hero-cta__btn--reserve {
  width: 5.85rem;
  height: 1.19rem;
  background-image: var(--home-hero-reserve-img);
}

.home-hero-cta__btn--reserve.is-reserved {
  background-image: var(--home-hero-reserved-img);
}

.home-hero-cta__btn--signup {
  width: 5.68rem;
  height: 1.19rem;
  background-image: var(--home-hero-signup-img);
}

.home-hero-cta__btn--signup.is-registered {
  background-image: var(--home-hero-registered-img);
}

/* 奖励按钮：在 .home-hero-aside 内流式堆叠于 wishlist-panel 下方，垂直间距固定，不再随视口高度浮动 */
.home-hero-cta__btn--reward {
  position: relative;
  flex-shrink: 0;
  margin-top: .2rem;
  width: 2.5rem;
  height: 2.5rem;
  background-image: none;
}

.home-hero-cta__btn--reward-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.home-hero-cta__btn--reward-img.is-fallback {
  position: absolute;
  left: .29rem;
  top: .45rem;
  width: 2.09rem;
  height: 1.44rem;
}

.home-hero-cta__btn--reward:hover {
  transform: translateY(-.03rem) scale(1.03);
}

.home-bg::before,
.home-bg::after {
  content: none;
}

.home-copy {
  position: absolute;
  left: 1.6rem;
  top: 3.25rem;
  z-index: 10;
  width: 9.2rem;
}

.home-eyebrow {
  margin-bottom: .18rem;
  color: #62e6c5;
  font-size: .22rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-title,
.home-screen-title {
  color: #fff;
  font-weight: 900;
  line-height: .98;
  letter-spacing: -0.05em;
}

.home-title {
  max-width: 9.2rem;
  font-size: .88rem;
}

.home-desc,
.home-screen-desc {
  color: rgba(247, 251, 255, .72);
  font-size: .24rem;
  line-height: 1.55;
}

.home-desc {
  width: 7.2rem;
  margin-top: .32rem;
}

.home-actions {
  display: flex;
  align-items: center;
  gap: .18rem;
  margin-top: .48rem;
}

/* [gap-fallback:iOS13] .home-actions */
.home-actions > * + * { margin-left: .18rem; }
@supports (inset-inline: 0) {
  .home-actions { gap: .18rem; }
  .home-actions > * + * { margin-left: 0; }
}

.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.98rem;
  height: .58rem;
  padding: 0 .28rem;
  border-radius: 999px;
  font-size: .2rem;
  font-weight: 900;
  line-height: .58rem;
  transition:
    transform .2s ease,
    background .2s ease,
    color .2s ease;
}

.home-btn:hover {
  transform: translateY(-.02rem);
}

.home-btn-primary {
  background: linear-gradient(135deg, #62e6c5, #8bf5ff);
  color: #03131a;
}

.home-btn-secondary {
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.home-visual {
  position: absolute;
  right: 1.6rem;
  top: 2.62rem;
  width: 8.2rem;
  height: 6.2rem;
}

.home-card {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 .24rem .8rem rgba(0, 0, 0, .28);
  -webkit-backdrop-filter: blur(.16rem);
  backdrop-filter: blur(.16rem);
}

.home-card-main {
  left: .56rem;
  top: .4rem;
  width: 6.8rem;
  height: 3.2rem;
  border-radius: .36rem;
}

.home-card-main span {
  color: rgba(247, 251, 255, .65);
  font-size: .22rem;
}

.home-card-main strong {
  color: #fff;
  font-size: .96rem;
  line-height: 1;
}

.home-card-sub {
  bottom: .6rem;
  width: 1.55rem;
  height: 1.12rem;
  border-radius: .28rem;
  color: #fff;
  font-size: .26rem;
  font-weight: 900;
}

.home-card-sub-1 {
  left: 1.1rem;
}

.home-card-sub-2 {
  right: 1.1rem;
}

.home-feature-panel {
  position: absolute;
  left: 1.6rem;
  top: 3.15rem;
  z-index: 12;
  display: grid;
  grid-template-columns: 5.6rem 1fr;
  gap: .48rem;
  width: 22.4rem;
}

.home-feature-heading {
  align-self: center;
}

.home-feature-heading h2,
.home-screen-title {
  font-size: .58rem;
}

.home-feature-heading h2 {
  color: #fff;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.home-feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .2rem;
}

.home-feature-card {
  min-height: 3.2rem;
  padding: .34rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: .28rem;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 .24rem .8rem rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(.16rem);
  backdrop-filter: blur(.16rem);
}

.home-feature-index {
  display: inline-flex;
  margin-bottom: .34rem;
  color: #62e6c5;
  font-size: .18rem;
  font-weight: 900;
}

.home-feature-card h3 {
  margin-bottom: .12rem;
  color: #fff;
  font-size: .26rem;
  line-height: 1.2;
}

.home-feature-card p {
  color: rgba(247, 251, 255, .68);
  font-size: .18rem;
  line-height: 1.5;
}

.home-screen-copy {
  position: absolute;
  z-index: 10;
  top: 3.28rem;
  width: 8.6rem;
}

.home-screen-copy-left {
  left: 1.6rem;
}

.home-screen-copy-right {
  right: 1.6rem;
}

.home-screen-title {
  max-width: 8.6rem;
}

.home-screen-desc {
  width: 7.2rem;
  margin-top: .3rem;
}

.home-orbit {
  position: absolute;
  right: 2.1rem;
  top: 2.46rem;
  width: 7rem;
  height: 7rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  box-shadow: inset 0 0 .8rem rgba(98, 230, 197, .08);
}

.home-orbit::before,
.home-orbit::after {
  content: "";
  position: absolute;
  /* [inset-fallback] iOS<14.5 不支持 inset 简写，勿删 */
  top: 1.18rem;
  right: 1.18rem;
  bottom: 1.18rem;
  left: 1.18rem;
  inset: 1.18rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
}

.home-orbit::after {
  /* [inset-fallback] iOS<14.5 不支持 inset 简写，勿删 */
  top: 2.4rem;
  right: 2.4rem;
  bottom: 2.4rem;
  left: 2.4rem;
  inset: 2.4rem;
  background: linear-gradient(135deg, rgba(98, 230, 197, .26), rgba(92, 137, 255, .2));
}

.home-orbit span,
.home-output-stack span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 .18rem .58rem rgba(0, 0, 0, .24);
  -webkit-backdrop-filter: blur(.16rem);
  backdrop-filter: blur(.16rem);
}

.home-orbit span {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  font-size: .24rem;
}

.home-orbit span:nth-child(1) {
  left: .42rem;
  top: .78rem;
}

.home-orbit span:nth-child(2) {
  right: .16rem;
  top: 2.52rem;
}

.home-orbit span:nth-child(3) {
  left: 2.66rem;
  bottom: .18rem;
}

.home-output-stack {
  position: absolute;
  left: 1.7rem;
  top: 2.8rem;
  width: 8.8rem;
  height: 5.2rem;
}

.home-output-stack span {
  left: 0;
  width: 7.8rem;
  height: 1.12rem;
  padding: 0 .42rem;
  border-radius: .28rem;
  font-size: .26rem;
}

.home-output-stack span:nth-child(1) {
  top: 0;
}

.home-output-stack span:nth-child(2) {
  top: 1.48rem;
  left: .72rem;
}

.home-output-stack span:nth-child(3) {
  top: 2.96rem;
  left: 1.44rem;
}

.home-footer-stage {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(98, 230, 197, .16), transparent 4rem),
    #07101f;
}

.home-footer-stage .site-footer {
  /* iOS 13.0-13.3 不支持 min()，width + max-width 等价兼容 */
  width: calc(100% - .8rem);
  max-width: 11.2rem;
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  border-radius: .32rem;
  padding: .5rem 0;
  background: rgba(255, 255, 255, .06);
  box-shadow: 0 .24rem .8rem rgba(0, 0, 0, .22);
  -webkit-backdrop-filter: blur(.16rem);
  backdrop-filter: blur(.16rem);
}

.home-footer-stage .container {
  width: calc(100% - .8rem);
}

.home-footer-stage .footer-inner {
  color: rgba(247, 251, 255, .74);
  font-size: .18rem;
}

.home-swiper-pagination {
  right: .44rem !important;
}

.home-swiper-pagination .swiper-pagination-bullet {
  width: .1rem;
  height: .1rem;
  margin: .12rem 0 !important;
  background: rgba(255, 255, 255, .56);
  opacity: 1;
}

.home-swiper-pagination .swiper-pagination-bullet-active {
  height: .34rem;
  border-radius: 999px;
  background: #62e6c5;
}

.home-swiper-arrow {
  width: .5rem;
  height: .5rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  -webkit-backdrop-filter: blur(.16rem);
  backdrop-filter: blur(.16rem);
}

.home-swiper-arrow::after {
  font-size: .18rem;
  font-weight: 900;
}

.home-swiper-prev {
  left: auto;
  right: .3rem;
  top: auto;
  bottom: 1.08rem;
  transform: rotate(90deg);
}

.home-swiper-next {
  left: auto;
  right: .3rem;
  top: auto;
  bottom: .44rem;
  transform: rotate(90deg);
}

.is-fallback-swiper .swiper-wrapper {
  display: block;
  transition: transform .76s cubic-bezier(.22, 1, .36, 1);
}

.is-fallback-swiper .swiper-slide {
  display: block;
}

.short-screen .home-copy,
.short-screen .home-screen-copy {
  top: 2.72rem;
}

.short-screen .home-feature-panel {
  top: 2.55rem;
}

.long-screen .home-copy,
.long-screen .home-screen-copy-left,
.long-screen .home-feature-panel {
  left: 1.8rem;
}

.long-screen .home-visual,
.long-screen .home-screen-copy-right {
  right: 1.8rem;
}

.far-screen .home-copy,
.far-screen .home-screen-copy-left,
.far-screen .home-feature-panel {
  left: 1.5rem;
}

.far-screen .home-visual,
.far-screen .home-screen-copy-right {
  right: 1.5rem;
}



body[data-page="home"] .nrcg-home-stage>.site-header {
  position: absolute;
  left: .42rem;
  right: .42rem;
  top: .28rem;
  z-index: 40;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: .12rem;
  background: rgba(248, 239, 214, .78);
  color: #333;
  box-shadow: 0 .12rem .36rem rgba(0, 0, 0, .18);
  -webkit-backdrop-filter: blur(.1rem);
  backdrop-filter: blur(.1rem);
}

body[data-page="home"] .nrcg-home-stage .header-inner {
  width: auto;
  min-height: .68rem;
  padding: 0 .34rem;
  gap: .28rem;
}

/* [gap-fallback:iOS13] home-stage .header-inner（覆盖基础兜底的 28px） */
body[data-page="home"] .nrcg-home-stage .header-inner > * + * { margin-left: .28rem; }
@supports (inset-inline: 0) {
  body[data-page="home"] .nrcg-home-stage .header-inner { gap: .28rem; }
  body[data-page="home"] .nrcg-home-stage .header-inner > * + * { margin-left: 0; }
}

body[data-page="home"] .nrcg-home-stage .site-logo {
  color: #2f2f2f;
  font-size: .28rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

body[data-page="home"] .nrcg-home-stage .site-nav {
  gap: .1rem;
}

/* [gap-fallback:iOS13] home-stage .site-nav */
body[data-page="home"] .nrcg-home-stage .site-nav > * + * { margin-left: .1rem; }
@supports (inset-inline: 0) {
  body[data-page="home"] .nrcg-home-stage .site-nav { gap: .1rem; }
  body[data-page="home"] .nrcg-home-stage .site-nav > * + * { margin-left: 0; }
}

body[data-page="home"] .nrcg-home-stage .site-nav-link,
body[data-page="home"] .nrcg-home-stage .language-current,
body[data-page="home"] .nrcg-home-stage .language-option {
  padding: .08rem .12rem;
  color: rgba(47, 47, 47, .78);
  font-size: .14rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body[data-page="home"] .nrcg-home-stage .site-nav-link:hover,
body[data-page="home"] .nrcg-home-stage .site-nav-link.is-active,
body[data-page="home"] .nrcg-home-stage .language-current,
body[data-page="home"] .nrcg-home-stage .language-option:hover,
body[data-page="home"] .nrcg-home-stage .language-option.is-active {
  background: rgba(246, 196, 75, .34);
  color: #252525;
}

body[data-page="home"] .nrcg-home-stage .language-menu {
  top: calc(100% + .08rem);
  min-width: 1.32rem;
  padding: .06rem;
  border-color: rgba(37, 37, 37, .14);
  border-radius: .12rem;
  background: rgba(248, 239, 214, .94);
}

body[data-page="home"] .nrcg-home-stage .menu-toggle {
  width: .42rem;
  height: .42rem;
}

body[data-page="home"] .nrcg-home-stage .menu-toggle span {
  width: .18rem;
  height: .02rem;
  margin: .04rem auto;
  background: #2f2f2f;
}

/* ===================== Page 2 — Closed Beta Test ===================== */
.home-slide-features {
  position: relative;
  overflow: hidden;
}

.page2-bg {
  position: absolute;
  /* [inset-fallback] iOS<14.5 不支持 inset 简写，勿删 */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url('/web/assets/images/home/page2/bg.jpg') 50% 50% / cover no-repeat;
}

.page2-fg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 7.47rem;
  background: url('/web/assets/images/home/page2/fg-shadow.png') 50% 100% / cover no-repeat;
  pointer-events: none;
  user-select: none;
}

.page2-duck {
  position: absolute;
  bottom: 1.6rem;
  right: 2.41rem;
  z-index: 45;
  width: 7.75rem;
  height: 11.03rem;
  background: url('/web/assets/images/home/page2/duck.png') 0 50% / contain no-repeat;
  transform: translateX(11rem);
  transition: transform .8s cubic-bezier(.22, 1, .36, 1);
  z-index: 80;
}

.page2-tree-left {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 85;
  width: 12.63rem;
  height: 8.24rem;
  background: url('/web/assets/images/home/page2/tree-left.png') 0 50% / contain no-repeat;
  transform: translateX(-13rem);
  user-select: none;
  pointer-events: none;
  transition: transform .8s cubic-bezier(.22, 1, .36, 1) .1s;
}

.page2-tree-right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 35;
  width: 7.13rem;
  height: 6.79rem;
  background: url('/web/assets/images/home/page2/tree-right.png') 0 50% / contain no-repeat;
  transform: translateX(10rem);
  transition: transform .8s cubic-bezier(.22, 1, .36, 1) .1s;
}

.page2-letter-1 {
  position: absolute;
  bottom: 2.7rem;
  left: 2rem;
  z-index: 75;
  width: 13.53rem;
  height: 9.33rem;
  background: url('/web/assets/images/home/page2/letter-1.png') 50% 50% / contain no-repeat;
  transform: translate(-15.4rem, 0) rotate(-6deg);
  transform-origin: left center;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1) .15s;
}

.page2-letter-2 {
  position: absolute;
  bottom: 3.02rem;
  left: 3.29rem;
  z-index: 33;
  width: 15.44rem;
  height: 9.38rem;
  background: url('/web/assets/images/home/page2/letter-2.png') 50% 50% / contain no-repeat;
  transform: rotate(-22deg) translate(-23.6rem, -8rem);
  transition: transform .8s cubic-bezier(.22, 1, .36, 1) .2s;
}

.page2-letter-3 {
  position: absolute;
  bottom: 2.2rem;
  left: 2.26rem;
  z-index: 31;
  width: 12.8rem;
  height: 7.77rem;
  background: url('/web/assets/images/home/page2/letter-3.png') 50% 50% / contain no-repeat;
  transform: translate(-15.4rem, 0) rotate(-6deg);
  transform-origin: left center;
  transition: transform .8s cubic-bezier(.22, 1, .36, 1) .25s;
}

.page2-title {
  position: absolute;
  z-index: 3;
  display: block;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.page2-title--en {
  top: 1.73rem;
  left: 1.4rem;
  /* width: 7.6rem; */
  width: 8.71rem;
}

.page2-title--ja {
  top: 1.5rem;
  left: 1.41rem;
  width: 6.52rem;
}

.page2-subtitle {
  position: absolute;
  z-index: 3;
  color: #4b4a49;
  margin: 0;
}

.page2-subtitle--en {
  top: 3.56rem;
  left: 1.38rem;
  max-width: 10rem;
  font-family: "HYYouYuan 105J", Arial, Helvetica, sans-serif;
  font-size: .52rem;
  line-height: 1.12;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: -0.02rem;
}

.page2-subtitle--ja {
  top: 3.73rem;
  left: 1.38rem;
  max-width: 10.5rem;
  font-family: "ja2";
  font-size: .50rem;
  line-height: 1.16;
}

.page2-rules {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: .04rem;
  padding-bottom: 0;
  border-bottom: .02rem solid #4b4a49;
  line-height: 1;
  color: #4b4a49;
  text-decoration: none;
  cursor: pointer;
  pointer-events: visible;
}

/* [gap-fallback:iOS13] .page2-rules */
.page2-rules > * + * { margin-left: .04rem; }
@supports (inset-inline: 0) {
  .page2-rules { gap: .04rem; }
  .page2-rules > * + * { margin-left: 0; }
}

.page2-rules__text {
  text-decoration: none;
  font-family: "en1zc";
}

[data-lang="ja"] .page2-rules__text  {
  font-family: "ja1";
}

.page2-rules__icon {
  display: block;
  width: .26rem;
  height: .26rem;
  object-fit: contain;
  margin-left: .02rem;
}

.page2-rules--en {
  top: 4.99rem;
  left: 1.38rem;
  font-family: "FZLanTingYuanSDB1GB-Regular", Arial, Helvetica, sans-serif;
  font-size: .27rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: -.01rem;
}

.page2-rules--ja {
  top: 4.63rem;
  left: 1.38rem;
  font-family: "ja1";
  font-size: .28rem;
}

.page2-split-line {
  position: absolute;
  top: 3.01rem;
  left: 1.38rem;
  z-index: 3;
  width: 10.65rem;
}

.page2-split-line__img {
  display: block;
  width: 100%;
}

/* ===================== Page 2 — Buttons ===================== */
.page2-btns {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: .3rem;
  pointer-events: visible;
}

/* [gap-fallback:iOS13] .page2-btns */
.page2-btns > * + * { margin-left: .3rem; }
@supports (inset-inline: 0) {
  .page2-btns { gap: .3rem; }
  .page2-btns > * + * { margin-left: 0; }
}

.page2-btns--en {
  bottom: 2.25rem;
  left: 1.29rem;
}

.page2-btns--ja {
  bottom: 2.25rem;
  left: 1.29rem;
}

.page2-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  pointer-events: visible;
  transition:
    transform .2s cubic-bezier(.1, 0, .23, 1),
    filter .2s cubic-bezier(.1, 0, .23, 1);
}

.page2-btn:hover {
  transform: translateY(-.03rem) scale(1.03);
  filter: brightness(1.1);
}

.page2-btn:active {
  transform: scale(.97);
}

.page2-btn__img {
  display: block;
  height: .88rem;
  width: auto;
  pointer-events: none;
  user-select: none;
}

.page2-btn--registry.is-registered {
  /* pointer-events: none;
  opacity: .85; */
}

/* ===================== Page 2 — Invite Count ===================== */
.page2-invite-count {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: .12rem;
  height: .47rem;
  justify-content: center;
  padding: 0 .28rem;
  border-radius: .24rem;
  background-color: #e4ddcf;
  pointer-events: none;
}

.page2-invite-count--en {
  bottom: 1.36rem;
  left: 1.21rem;
  width: 7.76rem;
  font-family: "en1zc";
}

.page2-invite-count--ja {
  width: 7.36rem;
  bottom: 1.36rem;
  left: 1.21rem;
  font-family: "ja1";
}

.page2-invite-count__icon {
  display: block;
  width: .43rem;
  height: auto;
  flex: 0 0 auto;
}

.page2-invite-count__text {
  display: flex;
  align-items: center;
  gap: .06rem;
  color: #666565;

  font-size: .3rem;
  white-space: nowrap;
}

/* [gap-fallback:iOS13] .page2-invite-count__text */
.page2-invite-count__text > * + * { margin-left: .06rem; }
@supports (inset-inline: 0) {
  .page2-invite-count__text { gap: .06rem; }
  .page2-invite-count__text > * + * { margin-left: 0; }
}

.page2-invite-count__num {
  color: #d4614e;
  font-weight: 900;
}

/* ===================== Page 2 — Countdown ===================== */
.page2-countdown {
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}

.page2-countdown--en {
  bottom: .64rem;
  right: .2rem;
  width: 4.2rem;
}

.page2-countdown--ja {
  bottom: .64rem;
  right: .2rem;
  width: 4.2rem;
}

.page2-countdown__stamp {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.page2-countdown__timer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: .75rem;
  left: .24rem;
  transform: rotate(-15.5deg);
}

.page2-countdown__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: .7rem;
}

/* Days 组：数字 + 右上角小单位（对齐 m端 countdown-signup 改版），
   与后续小时段之间无冒号，用 margin-right 留出间距 */
.page2-countdown__block--days {
  flex-direction: row;
  align-items: flex-start;
  min-width: 0;
  margin-right: .04rem;
  letter-spacing: -.02rem;
}

.page2-countdown__unit {
  font-family: "244SSDunDunTi", Arial, Helvetica, sans-serif;
  font-size: .2rem;
  /* font-weight: 900; */
  color: #dc7c6d;
  line-height: 1;
  /* margin-left: .02rem; */
  white-space: nowrap;
}

/* 日文单位为单字「日」，需更大字号保证可读性（同 m端 ja 覆盖策略） */
.page2-countdown--ja .page2-countdown__unit {
  font-size: .2rem;
}

.page2-countdown__num {
  font-family: "HYYouYuan 105J", Arial, Helvetica, sans-serif;
  font-size: .44rem;
  font-weight: 900;
  color: #dc7c6d;
  line-height: .28rem;
  letter-spacing: .02rem;
}

.page2-countdown__label {
  font-family: "HYYouYuan 105J", Arial, Helvetica, sans-serif;
  font-size: .18rem;
  font-weight: 700;
  color: #a0897a;
  line-height: 1;
  margin-top: .04rem;
  text-transform: uppercase;
}

.page2-countdown__sep {
  font-family: "HYYouYuan 105J", Arial, Helvetica, sans-serif;
  font-size: .38rem;
  font-weight: 900;
  color: #dc7c6d;
  line-height: 1;
  align-self: flex-start;
  /* margin-top: .04rem; */
}

/* Page 2 入场动画 — 当 slide 激活时 */
.swiper-slide-active .page2-duck {
  transform: translateX(0);
}

.swiper-slide-active .page2-tree-left {
  transform: translateX(0);
}

.swiper-slide-active .page2-tree-right {
  transform: translateX(0);
}

.swiper-slide-active .page2-letter-1 {
  transform: translate(0, 0) rotate(0deg);
}

.swiper-slide-active .page2-letter-2 {
  transform: rotate(0deg) translate(0, 0);
}

.swiper-slide-active .page2-letter-3 {
  transform: translate(0, 0) rotate(0deg);
}

/* ===================== Page 3 — Spirit Showcase ===================== */
.home-slide-spirit {
  position: relative;
  overflow: hidden;
}

.page3-covers {
  position: absolute;
  /* [inset-fallback] iOS<14.5 不支持 inset 简写，勿删 */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
}

.page3-cover {
  position: absolute;
  /* [inset-fallback] iOS<14.5 不支持 inset 简写，勿删 */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  opacity: 0;
  transition: opacity .6s ease;
}

.page3-cover.is-active {
  opacity: 1;
}

/* GSAP 加载后由 JS 接管动画，禁用 CSS transition 避免冲突 */
.is-gsap-ready .page3-cover {
  transition: none;
}

.page3-cover__video {
  position: absolute;
  /* [inset-fallback] iOS<14.5 不支持 inset 简写，勿删 */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 65%;
  z-index: 1;
}

.page3-cover__poster {
  position: absolute;
  /* [inset-fallback] iOS<14.5 不支持 inset 简写，勿删 */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  z-index: 2;
  transition: opacity .4s ease;
}

.page3-cover__poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 65%;
}

.page3-cover.is-video-ready .page3-cover__poster {
  opacity: 0;
}

.page3-overlay {
  position: absolute;
  /* [inset-fallback] iOS<14.5 不支持 inset 简写，勿删 */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  background: linear-gradient(115deg, rgba(0, 0, 0, .55) 10%, transparent 55%);
  pointer-events: none;
}

/* 左侧精灵导航 */
.page3-nav {
  position: absolute;
  top: 3.1rem;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 4.52rem;
}

.page3-nav-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.4rem;
  height: 1.23rem;
  cursor: pointer;
  pointer-events: visible;
  transition: transform .2s ease;
}

.page3-nav-item:hover {
  transform: translateX(.05rem);
}

.page3-nav-item__active-bg {
  position: absolute;
  /* [inset-fallback] iOS<14.5 不支持 inset 简写，勿删 */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  background: url('/web/assets/images/home/page3/tab-active-bg.png') 0 50% / 100% 100% no-repeat;
  opacity: 0;
  transition: opacity .3s ease;
  background-size: contain;
}

.page3-nav-item.is-active .page3-nav-item__active-bg {
  opacity: 1;
}

.page3-nav-item__avatar {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: .82rem;
  height: .84rem;
  background: url('/web/assets/images/home/page3/sprite-header-bg.png') 50% 50% / contain no-repeat;
}

.page3-nav-item__avatar-img {
  display: block;
  flex: 0 0 auto;
  width: .8rem;
  /* iOS 13 不支持 aspect-ratio，显式等高兜底（与 aspect-ratio: 1 效果一致） */
  height: .8rem;
  aspect-ratio: 1;
  background: 50% 50% / contain no-repeat;
}

.page3-nav-item__name {
  position: absolute;
  z-index: 2;
  right: 0.17rem;
  min-width: 1.6rem;
  text-align: right;
  color: #f3efe3;
  font-family: "en1zc";
  font-size: .28rem;
  text-shadow: 0 .02rem .04rem rgba(0, 0, 0, .55);
  transition: color .3s ease, text-shadow .3s ease;
}

[lang="ja"] .page3-nav-item__name {
  font-family: "ja1";
}

.page3-nav-item.is-active .page3-nav-item__name {
  color: #272727;
  text-shadow: none;
}

.page3-nav-item__avatar--dimo .page3-nav-item__avatar-img {
  width: .8rem;
  height: .87rem;
}

.page3-nav-item__avatar--meevy .page3-nav-item__avatar-img {
  width: .81rem;
  height: .96rem;
}

.page3-nav-item__avatar--huohua .page3-nav-item__avatar-img {
  width: 1.03rem;
  height: .84rem;
}

.page3-nav-item__avatar--shuilanlan .page3-nav-item__avatar-img {
  width: .73rem;
  height: .96rem;
  margin-top: -.1rem;
}

.page3-nav-item__avatar--emolang .page3-nav-item__avatar-img {
  width: .9rem;
  height: 1.08rem;
  margin-top: -.1rem;
}

.page3-nav-item__avatar--yajiji .page3-nav-item__avatar-img {
  width: .82rem;
  height: 1.02rem;
  margin-top: -.1rem;
}

/* 滚动条装饰 */
.page3-scrollbar {
  position: absolute;
  right: -.3rem;
  top: 0;
  bottom: 0;
  width: .09rem;
  background: url('/web/assets/images/home/page3/scroll-line.png') 50% 50% / 50% 100% no-repeat;
}

.page3-scrollbar__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.16rem;
  background: url('/web/assets/images/home/page3/sprite-bar.png') 50% 50% / contain no-repeat;
  border-radius: .05rem;
  transition: top .3s ease;
}

/* 右侧精灵信息 */
.page3-info {
  position: absolute;
  top: 3.14rem;
  left: 6rem;
  z-index: 10;
  width: 5.3rem;
  pointer-events: none;
}

.page3-info__name {
  font-family: "en2";
  font-size: .8rem;
  color: #f3efe3;
  text-shadow: 0 .02rem .06rem rgba(0, 0, 0, .5);
  margin-bottom: .52rem;
  transition: opacity .3s ease;
}

[lang="ja"] .page3-info__name {
  font-family: "ja2";
}

.page3-info__row {
  display: flex;
  align-items: center;
  height: .6rem;
  width: 2.96rem;
  justify-content: space-between;
}

.page3-info__icon {
  width: .65rem;
  height: .39rem;
  margin-right: .2rem;
  background: 50% 50% / contain no-repeat;
}

.page3-info__icon--height {
  background-image: url('/web/assets/images/home/page3/icons/height.png');
}

.page3-info__icon--weight {
  background-image: url('/web/assets/images/home/page3/icons/weight.png');
}

.page3-info__icon--type {
  /* 兜底图：默认显示第一个精灵（dimo）的 type icon，运行时由 JS 根据精灵 key 切换 */
  background-image: url('/web/assets/images/home/page3/icons/dimo.png');
}

.page3-info__value {
  color: #fff;
  font-family: "en1zc", Arial, Helvetica, sans-serif;
  font-size: .26rem;
  letter-spacing: -.01rem;
}

[lang="ja"] .page3-info__value {
  font-family: "ja1";
}

.page3-info__value--height,
.page3-info__value--weight {
  display: inline-flex;
  align-items: center;
  gap: .04rem;
}

/* [gap-fallback:iOS13] .page3-info__value--weight */
.page3-info__value--weight > * + * { margin-left: .04rem; }
@supports (inset-inline: 0) {
  .page3-info__value--weight { gap: .04rem; }
  .page3-info__value--weight > * + * { margin-left: 0; }
}

.page3-info__value-text {
  display: inline-block;
}

.page3-info__unit {
  flex: 0 0 auto;
  object-fit: contain;
  /* transform: translateY(.02rem); */
}

.page3-info__unit--height {
  width: .21rem;
  height: .22rem;
}

.page3-info__unit--weight {
  width: .32rem;
  height: .21rem;
}

.page3-info__line {
  display: block;
  width: 2.96rem;
  height: 0.03rem;
  background: url('/web/assets/images/home/page3/desc-line.png') no-repeat;
  background-size: cover;
  border-radius: 0.01rem;
  opacity: 0.5;
  margin: .12rem 0;
}

.page3-info__desc {
  margin-top: .32rem;
  color: #f3efe3;
  font-size: .23rem;
  font-family: "en1zc";
  line-height: .34rem;
  max-width: 5.6rem;
  letter-spacing: -.01rem;
}

[lang="ja"] .page3-info__desc {
  font-family: "ja1";
}

/* ===================== Page 4 — Features Carousel ===================== */
.home-slide-features-carousel {
  position: relative;
  overflow: hidden;
}

.page4-swiper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.page4-slide {
  position: relative;
  overflow: hidden;
}

/* 共享背景视频层（位于 swiper-wrapper 之外，跨 slide 复用） */
.page4-bg-video {
  position: absolute;
  /* [inset-fallback] iOS<14.5 不支持 inset 简写，勿删 */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  background: #000;
}

/* 视频未就绪时的 poster 兜底，与 page3 一致：就绪后淡出 */
.page4-bg-poster {
  position: absolute;
  /* [inset-fallback] iOS<14.5 不支持 inset 简写，勿删 */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  background: 50% 50% / cover no-repeat;
  background-color: #000;
  z-index: 1;
  transition: opacity .4s ease;
  pointer-events: none;
}

.home-slide-features-carousel.is-video-ready .page4-bg-poster {
  opacity: 0;
}

.page4-slide__overlay {
  position: absolute;
  /* [inset-fallback] iOS<14.5 不支持 inset 简写，勿删 */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .1) 50%, transparent 100%);
  pointer-events: none;
}

.page4-slide__content {
  position: absolute;
  left: 2.1rem;
  bottom: 3.7rem;
  z-index: 5;
  /* max-width: 12.12rem; */
}

.page4-slide__title {
  font-family: "en2";
  font-size: .65rem;
  color: #f9c150;
  line-height: 1.1;
  line-height: .74rem;
  text-transform: uppercase;
  text-shadow: 0 .03rem .08rem rgba(0, 0, 0, .5);
  margin-bottom: .2rem;
  letter-spacing: -.01rem;
  /* max-width: 13.10rem; */
  max-width: 18.10rem;
  white-space: pre-line;
}

[lang="ja"] .page4-slide__title { 
  font-family: "ja2";
}

.page4-slide__splitline {
  display: block;
  width: 12.10rem;
  height: .02rem;
  margin-bottom: .2rem;
  background: url('/web/assets/images/home/page4/split-line.png') 0 0 / 100% 100% no-repeat;
}

.page4-slide__desc {
  color: rgba(255, 255, 255, .85);
  font-size: .27rem;
  line-height: .38rem;
  max-width: 11.98rem;
  /* text-shadow: 0 .02rem .04rem rgba(0, 0, 0, .4); */
  font-family: "en1zc";
}

[lang="ja"] .page4-slide__desc {
  font-family: "ja1";
}

/* 左右箭头 */
.page4-arrow {
  position: absolute;
  top: 50%;
  z-index: 20;
  display: grid;
  place-items: center;
  width: .84rem;
  height: .82rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  pointer-events: visible;
  transform: translateY(-50%);
  transition: transform .2s ease, opacity .2s ease;
}

.page4-arrow:hover {
  transform: translateY(-50%) scale(1.1);
}

.page4-arrow--prev {
  left: .6rem;
}

.page4-arrow--next {
  right: .6rem;
}

.page4-arrow__icon {
  display: block;
  width: .84rem;
  height: .82rem;
  background: url('/web/assets/images/home/page4/arrow-left.svg') 50% 50% / contain no-repeat;
}

.page4-arrow--next .page4-arrow__icon {
  transform: rotate(180deg);
}

/* 分页器：圆点等大，颜色切换（设计稿 20×19px @ 2560 视口，对应 .20rem）
   注意：Swiper JS 会通过 inline style 强制改写 bottom/left/width/transform，
   用 !important 覆盖；同时 .page4-swiper 内层 z-index 低于 .home-stage-bar (199)，
   所以必须把分页器定位在 stage bar (height 2.04rem) 之上，避免被遮挡。 */
.page4-pagination {
  position: absolute !important;
  top: auto !important;
  right: auto !important;
  bottom: 2.4rem !important;
  left: 50% !important;
  width: auto !important;
  height: auto !important;
  transform: translateX(-50%) !important;
  z-index: 20;
  display: flex;
  gap: .12rem;                      /* 设计稿 12px @ 2560 视口 */
}

/* [gap-fallback:iOS13] .page4-pagination */
.page4-pagination > * + * { margin-left: .12rem; }
@supports (inset-inline: 0) {
  .page4-pagination { gap: .12rem; }
  .page4-pagination > * + * { margin-left: 0; }
}

.page4-pagination .swiper-pagination-bullet {
  width: .20rem;                   /* 设计稿 20px @ 2560 视口 */
  height: .20rem;                  /* 设计稿 20px @ 2560 视口（19px 近似 20） */
  border-radius: 50%;
  background: rgba(255, 255, 255, .55);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
  transition: background .3s ease, box-shadow .3s ease;
}

.page4-pagination .swiper-pagination-bullet:hover {
  background: rgba(255, 255, 255, .7);
}

.page4-pagination .swiper-pagination-bullet-active {
  background: #dc9827;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  box-shadow: 0 0 .08rem rgba(220, 152, 39, .45);
}

/* ===================== Page 5 — News & Events ===================== */
.home-slide-news {
  position: relative;
  overflow: hidden;
  background-color: #f3f0ea;
}

.home-slide-news::before,
.home-slide-news::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  pointer-events: none;
  user-select: none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .88;
}

.home-slide-news::before {
  left: -4.9rem;
  top: 8.12rem;
  width: 13.12rem;
  height: 13.12rem;
  background-image: url('/web/assets/images/home/page5/star-m.png');
  animation: bottom-star-rotate-frame 25s linear infinite forwards;
}

.home-slide-news::after {
  left: 7.9rem;
  top: 1.1rem;
  width: 3.25rem;
  height: 3.24rem;
  background-image: url('/web/assets/images/home/page5/star-s.png');
  animation: bottom-star-rotate-frame 20s linear infinite forwards;
}

.page5-star {
  position: absolute;
  z-index: 2;
  display: block;
  pointer-events: none;
  user-select: none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.page5-star--large {
  top: .7rem;
  left: 13.17rem;
  width: 17.72rem;
  height: 17.72rem;
  background-image: url('/web/assets/images/home/page5/star-l.png');
  opacity: .66;
  animation: bottom-star-rotate-frame 35s linear infinite forwards;
}

.page5-star--medium,
.page5-star--small {
  display: none;
}

.page5-main {
  position: absolute;
  /* [inset-fallback] iOS<14.5 不支持 inset 简写，勿删 */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  transform-origin: center bottom;
}

.long-screen .page5-main {
  left: 4%;
  right: auto;
  width: 92%;
}

.page5-left {
  position: absolute;
  /* top: 2.67rem; */
  top: 2.8rem;
  left: 1rem;
  z-index: 15;
  width: 10.74rem;
  height: 8.28rem;
  opacity: 0;
  transform: translateX(-.8rem);
  transition:
    opacity .42s cubic-bezier(.1, 0, .23, 1),
    transform .42s cubic-bezier(.1, 0, .23, 1);
}

.page5-cover-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 10.74rem;
  height: 7.84rem;
  overflow: hidden;
}

.page5-cover-card {
  position: relative;
  width: 10.74rem;
  height: 7.74rem;
  background: url('/web/assets/images/home/page5/cover-box.png') 50% 50% / 100% 100% no-repeat;
}

.page5-cover-card__link {
  position: absolute;
  left: .38rem;
  top: .88rem;
  z-index: 2;
  display: block;
  width: 9.77rem;
  height: 5.58rem;
  border-radius: .16rem;
  text-decoration: none;
  cursor: pointer;
  pointer-events: visible;
  transition:
    transform .2s cubic-bezier(.1, 0, .23, 1),
    filter .2s cubic-bezier(.1, 0, .23, 1);
}

.page5-cover-card__link:hover,
.page5-cover-card__link:focus-visible {
  transform: translateY(-.03rem) scale(1.01);
  filter: brightness(1.05);
  outline: none;
}

.page5-cover-card__link.is-static,
.page5-cover-card__link.is-static:hover,
.page5-cover-card__link.is-static:focus-visible {
  cursor: default;
  transform: none;
  filter: none;
}

.page5-cover-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .16rem;
  pointer-events: none;
  user-select: none;
}

.page5-cover-card__title {
  position: absolute;
  left: .52rem;
  right: .31rem;
  bottom: -.66rem;
  z-index: 3;
  margin: 0;
  overflow: hidden;
  color: #383838;
  font-family: "HYYouYuan 105J", Arial, Helvetica, sans-serif;
  font-size: .38rem;
  font-weight: 900;
  line-height: .46rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[lang="ja"] .page5-cover-card__title {
  font-family: "ja2";
}

.page5-cover-controls {
  position: absolute;
  top: 8.03rem;
  left: -.2rem;
  z-index: 20;
  width: 10.74rem;
  height: .25rem;
  pointer-events: visible;
}

.page5-cover-controls.is-hidden {
  display: none;
}

.page5-cover-arrow {
  position: absolute;
  top: 0;
  z-index: 30;
  width: .24rem;
  height: .25rem;
  border: 0;
  padding: 0;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: transform .18s cubic-bezier(.1, 0, .23, 1), opacity .18s cubic-bezier(.1, 0, .23, 1);
}

.page5-cover-arrow:hover,
.page5-cover-arrow:focus-visible {
  transform: scale(1.18);
  outline: none;
}

.page5-cover-arrow.swiper-button-lock {
  display: block;
}

.page5-cover-arrow.swiper-button-disabled {
  cursor: default;
  opacity: .35;
}

.page5-cover-arrow--prev {
  left: .25rem;
  background-image: url('/web/assets/images/home/page5/arrow-left.png');
}

.page5-cover-arrow--next {
  right: 0;
  background-image: url('/web/assets/images/home/page5/arrow-right.png');
}

.page5-cover-pagination {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.77rem;
  height: .25rem;
  transform: translateX(-50%);
}

.page5-cover-pagination.swiper-pagination-lock {
  display: flex;
}

.page5-cover-pagination .swiper-pagination-bullet {
  width: .15rem;
  height: .15rem;
  margin: 0 .06rem !important;
  border-radius: 50%;
  background-color: #adaca5;
  opacity: 1;
}

.page5-cover-pagination .swiper-pagination-bullet-active {
  background-color: #f5c44d;
}

.page5-news {
  position: absolute;
  top: 3.3rem;
  right: 1.05rem;
  z-index: 16;
  width: 11.86rem;
  opacity: 0;
  transform: translateX(.8rem);
  transition:
    opacity .42s cubic-bezier(.1, 0, .23, 1) .12s,
    transform .42s cubic-bezier(.1, 0, .23, 1) .12s;
}

.page5-news::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: .09rem;
  background-color: #61605e;
}

.page5-news__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 11.86rem;
  height: .62rem;
  color: #929086;
}

.page5-news__title-wrap {
  display: flex;
  align-items: flex-end;
}

.page5-news__title-icon {
  display: block;
  width: .41rem;
  height: .36rem;
  margin-right: .1rem;
  background: url('/web/assets/images/home/page5/icon-title.png') 50% 50% / 100% 100% no-repeat;
}

.page5-news__title {
  margin: 0;
  color: #3d3d3d;
  font-family: "HYYouYuan 105J", Arial, Helvetica, sans-serif;
  font-size: .36rem;
  font-weight: 900;
  line-height: .42rem;
}

.page5-news__title--ja {
  font-family: "ja2";
  font-size: .28rem;
  line-height: .38rem;
}

.page5-news__more {
  color: #929086;
  font-family: "en1zc";
  font-size: .24rem;
  font-weight: 900;
  line-height: .32rem;
  text-decoration: none;
  text-transform: uppercase;
  opacity: .72;
  pointer-events: visible;
  transition: color .18s cubic-bezier(.1, 0, .23, 1), opacity .18s cubic-bezier(.1, 0, .23, 1);
}

.page5-news__more:hover,
.page5-news__more:focus-visible {
  color: #3d3d3d;
  opacity: 1;
  outline: none;
}

[lang="ja"] .page5-news__more {
  font-family: "ja2";
}

.page5-news__list {
  position: relative;
}

.page5-news-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 11.86rem;
  height: 1.6rem;
  color: #3d3d3d;
  text-decoration: none;
  pointer-events: visible;
}

.page5-news-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 11.86rem;
  height: .03rem;
  background: url('/web/assets/images/home/page5/line.png') 50% 50% / 100% 100% no-repeat;
  pointer-events: none;
  user-select: none;
}

.page5-news-item::before {
  content: "";
  position: absolute;
  top: .15rem;
  right: 0;
  width: 1.48rem;
  height: 1.26rem;
  background: url('/web/assets/images/home/page5/icon-rocket.png') 50% 50% / contain no-repeat;
  pointer-events: none;
  user-select: none;
}

.page5-news-item__title {
  display: flex;
  align-items: flex-end;
  width: 9.5rem;
  height: .5rem;
  overflow: hidden;
  font-family: "en2";
  font-size: .36rem;
  /* font-weight: 900; */
  line-height: .44rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color .18s cubic-bezier(.1, 0, .23, 1);
}

body[data-lang="ja"] .page5-news-item__title {
  font-family: "ja2";
  font-size: .34rem;
  line-height: .4rem;
}

.page5-news-item__type {
  flex: 0 0 1.82rem;
  margin-right: .1rem;
  width: 1.82rem;
  min-width: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.page5-news-item__type::before {
  content: "[ ";
  flex: 0 0 auto;
}

.page5-news-item__type::after {
  content: " ]";
  flex: 0 0 auto;
}

.page5-news-item__tag {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page5-news-item__text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page5-news-item__date {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  color: #62605e;
  font-family: "en1zc";
  font-size: .32rem;
  line-height: .4rem;
}

[data-lang="ja"] .page5-news-item__date {
  font-family: "ja1";
}

.page5-news-item__badge {
  position: absolute;
  top: .14rem;
  right: 0;
  z-index: 10;
  width: .5rem;
  height: .41rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  user-select: none;
}

.page5-news-item__badge--top {
  background-image: url('/web/assets/images/home/page5/icon-top.png');
}

.page5-news-item__badge--news {
  background-image: url('/web/assets/images/home/page5/icon-new.png');
}

.page5-news-item:hover .page5-news-item__title,
.page5-news-item:focus-visible .page5-news-item__title {
  color: #f9c150;
}

.page5-news-item:focus-visible {
  outline: none;
}

.swiper-slide-active .page5-left,
.swiper-slide-active .page5-news {
  opacity: 1;
  transform: translateX(0);
}

.home-copyright {
  position: absolute;
  left: 0;
  bottom: calc(var(--home-copyright-height) * -1);
  z-index: 198;
  width: 100%;
  height: var(--home-copyright-height);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 50%, rgba(255, 255, 255, .06), transparent 2.4rem),
    #1e1e1e;
  color: rgba(255, 255, 255, .72);
  pointer-events: visible;
  transform: translate3d(0, 0, 0);
  transition: transform .42s cubic-bezier(.1, 0, .23, 1);
  will-change: transform;
}

.home-copyright__inner {
  position: relative;
  display: flex;
  align-items:center;
  width: 100%;
  height: 100%;
}

.home-copyright__inner::before {
  content: "";
  position: absolute;
  left: 4.34rem;
  top: 50%;
  width: .01rem;
  height: .6rem;
  background-color: #eeebe0;
  border: solid .01rem #a5a299;
  opacity: .32;
  transform: translateY(-50%);
  pointer-events: none;
}

.home-copyright__brand {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: .45rem;
  padding-left: .4rem;
}

/* [gap-fallback:iOS13] .home-copyright__brand */
.home-copyright__brand > * + * { margin-left: .45rem; }
@supports (inset-inline: 0) {
  .home-copyright__brand { gap: .45rem; }
  .home-copyright__brand > * + * { margin-left: 0; }
}

.home-copyright__logo {
  display: block;
  flex: 0 0 auto;
  width: auto;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}

.home-copyright__logo--roco {
  width: 1.57rem;
}

.home-copyright__logo--morefun {
  width: 1.59rem;
  height: .51rem;
}

.home-copyright__content {
  max-width: calc(100% - 9.2rem);
  margin: .06rem 0 0 .64rem;
  overflow: hidden;
  color: #a6a399;
  font-family: 'en1zc', Arial, Helvetica, sans-serif;
  font-size: .16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: .24rem;
  letter-spacing: 0;
  white-space: nowrap;
  opacity: .6;
}

[data-lang="ja"] .home-copyright__content {
  font-family: 'ja1', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
}

.home-copyright__copy {
  margin: 0;
}

.home-copyright__links {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: -.02rem;
}

.home-copyright__link {
  color: inherit;
  text-decoration: none;
}

.home-copyright__link::after {
  content: "|";
  margin: 0 .13rem;
}

.home-copyright__link:last-child::after {
  content: none;
  margin: 0;
}

.home-copyright__community {
  position: absolute;
  top: 50%;
  right: .6rem;
  z-index: 1;
  color: #a6a399;
  font-family: 'en1zc', Arial, Helvetica, sans-serif;
  transform: translateY(-50%);
}

[data-lang="ja"] .home-copyright__community {
  font-family: 'ja1', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
}

.home-copyright__community-title {
  margin: 0 0 .16rem;
  font-size: .17rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  opacity: .6;
}

.home-copyright__community-title::after {
  content: "";
  display: block;
  width: 4.36rem;
  height: .03rem;
  margin-top: .06rem;
  background: url('/web/assets/images/home/copyright/line.png') 50% 50% / 100% 100% no-repeat;
}

.home-copyright__socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-copyright__social {
  --icon-url: none;
  --icon-width: .24rem;
  --icon-height: .24rem;
  position: relative;
  display: grid;
  place-items: center;
  width: .47rem;
  height: .47rem;
  border: .02rem solid rgba(166, 163, 153, .72);
  border-radius: 50%;
  color: #dedbd2;
  text-decoration: none;
  pointer-events: visible;
  transition:
    background-color .18s cubic-bezier(.1, 0, .23, 1),
    border-color .18s cubic-bezier(.1, 0, .23, 1),
    color .18s cubic-bezier(.1, 0, .23, 1),
    transform .18s cubic-bezier(.1, 0, .23, 1);
}

.home-copyright__social::before {
  content: "";
  display: block;
  width: var(--icon-width);
  height: var(--icon-height);
  background-color: currentColor;
  -webkit-mask: var(--icon-url) 50% 50% / contain no-repeat;
  mask: var(--icon-url) 50% 50% / contain no-repeat;
}

.home-copyright__social:hover,
.home-copyright__social:focus-visible {
  border-color: rgba(222, 219, 210, .95);
  background-color: rgba(255, 255, 255, .08);
  color: #fff8e6;
  transform: translateY(-.02rem);
}

.home-copyright__social:focus-visible {
  outline: .02rem solid rgba(222, 219, 210, .45);
  outline-offset: .03rem;
}

.home-copyright__social--discord {
  --icon-url: url('/web/assets/images/home/footer/icons/discord.png');
  --icon-width: .27rem;
  --icon-height: .21rem;
}

.home-copyright__social--x {
  --icon-url: url('/web/assets/images/home/footer/icons/x.png');
  --icon-width: .22rem;
  --icon-height: .22rem;
}

.home-copyright__social--youtube {
  --icon-url: url('/web/assets/images/home/footer/icons/youtube.png');
  --icon-width: .24rem;
  --icon-height: .18rem;
}

.home-copyright__social--facebook {
  --icon-url: url('/web/assets/images/home/footer/icons/facebook.png');
  --icon-width: .14rem;
  --icon-height: .25rem;
}

.home-copyright__social--tiktok {
  --icon-url: url('/web/assets/images/home/footer/icons/tiktok.png');
  --icon-width: .22rem;
  --icon-height: .25rem;
}

.home-copyright__social--reddit {
  --icon-url: url('/web/assets/images/home/footer/icons/reddit.png');
  --icon-width: .26rem;
  --icon-height: .24rem;
}

.home-copyright__social--twitch {
  --icon-url: url('/web/assets/images/home/footer/icons/twitch.png');
  --icon-width: .21rem;
  --icon-height: .24rem;
}

.home-copyright__social--instagram {
  --icon-url: url('/web/assets/images/home/footer/icons/ins.svg');
  --icon-width: .34rem;
  --icon-height: .34rem;
}

.home-stage-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 199;
  width: 100%;
  height: 2.04rem;
  overflow: visible;
  background: #f9c150;
  color: #28251f;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition: transform .42s cubic-bezier(.1, 0, .23, 1);
  will-change: transform;
}

.home-stage-bar::after {
  content: "";
  position: absolute;
  left: .18rem;
  top: .42rem;
  z-index: 0;
  width: 12.61rem;
  height: 2.05rem;
  background: url('//game.gtimg.cn/images/rocom/web202409/home/footer/bg-txt.png') 50% 100% / contain no-repeat;
  -webkit-clip-path: inset(0 0 .43rem 0);
  clip-path: inset(0 0 .43rem 0);
  user-select: none;
  pointer-events: none;
}

.home-stage-bar__inner {
  position: relative;
  z-index: 1;
  height: 100%;
}

.home-stage-bar__ball {
  position: absolute;
  left: .58rem;
  top: -.18rem;
  z-index: 5;
  display: block;
  width: 2.18rem;
  height: 2.02rem;
  background: url('/web/assets/images/home/footer/ball-bg.png') 50% 50% / contain no-repeat;
  pointer-events: none;
}

.home-stage-bar__ball-star {
  position: absolute;
  left: .64rem;
  top: .37rem;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  background: url('/web/assets/images/home/footer/ball-star.png') 50% 50% / contain no-repeat;
  animation: bottom-star-rotate-frame 20s linear infinite;
}

.home-stage-bar__main {
  position: absolute;
  left: 3.15rem;
  top: .48rem;
  z-index: 5;
  min-width: 8.7rem;
  /* 右侧为 CTA 预留空间（right 2rem + width 7.3rem + 0.3rem 间隙），
     防止 slogan 在不同浏览器字体渲染差异下钻到按钮下方 */
  max-width: calc(100% - 12.75rem);
}

.home-stage-bar__socials {
  display: flex;
  align-items: center;
  gap: .15rem;
  margin: 0;
}

/* [gap-fallback:iOS13] .home-stage-bar__socials */
.home-stage-bar__socials > * + * { margin-left: .15rem; }
@supports (inset-inline: 0) {
  .home-stage-bar__socials { gap: .15rem; }
  .home-stage-bar__socials > * + * { margin-left: 0; }
}

.home-stage-bar__social {
  --icon-url: none;
  --icon-width: .3rem;
  --icon-height: .3rem;
  position: relative;
  display: grid;
  place-items: center;
  width: .55rem;
  height: .56rem;
  border: .035rem solid #28251f;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  color: #28251f;
  line-height: 1;
  cursor: pointer;
  pointer-events: visible;
  transition:
    background-color .18s cubic-bezier(.1, 0, .23, 1),
    border-color .18s cubic-bezier(.1, 0, .23, 1),
    box-shadow .18s cubic-bezier(.1, 0, .23, 1),
    transform .18s cubic-bezier(.1, 0, .23, 1);
}

.home-stage-bar__social::before {
  content: "";
  display: block;
  width: var(--icon-width);
  height: var(--icon-height);
  background-color: currentColor;
  -webkit-mask: var(--icon-url) 50% 50% / contain no-repeat;
  mask: var(--icon-url) 50% 50% / contain no-repeat;
  transition:
    background-color .18s cubic-bezier(.1, 0, .23, 1),
    transform .18s cubic-bezier(.1, 0, .23, 1);
}

.home-stage-bar__social:not(.home-stage-bar__social--share):hover,
.home-stage-bar__social:not(.home-stage-bar__social--share):focus-visible {
  background: #28251f;
  color: #f9c150;
  transform: translateY(-.03rem) scale(1.04);
}

.home-stage-bar__social:focus-visible {
  outline: .03rem solid rgba(40, 37, 31, .45);
  outline-offset: .04rem;
}

.home-stage-bar__social--discord {
  --icon-url: url('/web/assets/images/home/footer/icons/discord.png');
  --icon-width: .39rem;
  --icon-height: .3rem;
}

.home-stage-bar__social--x {
  --icon-url: url('/web/assets/images/home/footer/icons/x.png');
  --icon-width: .27rem;
  --icon-height: .27rem;
}

.home-stage-bar__social--youtube {
  --icon-url: url('/web/assets/images/home/footer/icons/youtube.png');
  --icon-width: .31rem;
  --icon-height: .24rem;
}

.home-stage-bar__social--facebook {
  --icon-url: url('/web/assets/images/home/footer/icons/facebook.png');
  --icon-width: .18rem;
  --icon-height: .31rem;
}

.home-stage-bar__social--tiktok {
  --icon-url: url('/web/assets/images/home/footer/icons/tiktok.png');
  --icon-width: .28rem;
  --icon-height: .32rem;
}

.home-stage-bar__social--reddit {
  --icon-url: url('/web/assets/images/home/footer/icons/reddit.png');
  --icon-width: .34rem;
  --icon-height: .31rem;
}

.home-stage-bar__social--twitch {
  --icon-url: url('/web/assets/images/home/footer/icons/twitch.png');
  --icon-width: .26rem;
  --icon-height: .3rem;
}

.home-stage-bar__social--instagram {
  --icon-url: url('/web/assets/images/home/footer/icons/ins.svg');
  --icon-width: .43rem;
  --icon-height: .43rem;
}

.home-stage-bar__divider {
  display: block;
  width: .028rem;
  height: .34rem;
  /* background: url('/web/assets/images/home/footer/icons/divider.png'); */
  background-size: contain;
  background-color: #3f3f3f;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: .2;
}

.home-stage-bar__social--share {
  --icon-url: url('/web/assets/images/home/footer/icons/share.png');
  --icon-width: .32rem;
  --icon-height: .32rem;
}

.home-stage-bar__social--share:hover,
.home-stage-bar__social--share:focus-visible,
.home-stage-bar.is-share-open .home-stage-bar__social--share {
  background: #28251f;
  color: #f9c150;
  box-shadow: none;
  transform: translateY(-.03rem) scale(1.04);
}

.home-stage-bar__share-wrap {
  position: relative;
  z-index: 40;
  display: block;
  width: .55rem;
  height: .56rem;
  pointer-events: visible;
}

.home-stage-bar__share-wrap .home-stage-bar__social--share {
  width: 100%;
  height: 100%;
}

/* 桥接伪元素：覆盖按钮到 popover 之间的间隙，保证鼠标从按钮移向 popover 时
   wrap 仍处于 hover 状态，避免弹窗闪烁隐藏 */
.home-stage-bar__share-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: .55rem;
  height: .8rem;
  transform: translateX(-50%);
  z-index: 50;
}

/* hover/focus 触发 share 弹窗展示
   - :hover / :focus-within 负责按钮侧
   - :has(.home-stage-bar__share-popover:hover) 负责 popover 自身，
     让鼠标移到弹窗内容上时也保持打开 */
.home-stage-bar__share-wrap:hover .home-stage-bar__social--share,
.home-stage-bar__share-wrap:focus-within .home-stage-bar__social--share,
.home-stage-bar__share-wrap:has(.home-stage-bar__share-popover:hover) .home-stage-bar__social--share {
  background: #28251f;
  color: #f9c150;
  box-shadow: none;
  transform: translateY(-.03rem) scale(1.04);
}

.home-stage-bar__share-popover {
  position: absolute;
  left: 50%;
  bottom: .8rem;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .18rem;
  width: 2.41rem;
  height: 1.08rem;
  padding: 0 .42rem .12rem;
  background: url('/web/assets/images/home/footer/share-bg.png') no-repeat center / 100% 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, .12rem);
  transition:
    opacity .18s cubic-bezier(.1, 0, .23, 1),
    visibility .18s cubic-bezier(.1, 0, .23, 1),
    transform .18s cubic-bezier(.1, 0, .23, 1);
}

/* [gap-fallback:iOS13] .home-stage-bar__share-popover */
.home-stage-bar__share-popover > * + * { margin-left: .18rem; }
@supports (inset-inline: 0) {
  .home-stage-bar__share-popover { gap: .18rem; }
  .home-stage-bar__share-popover > * + * { margin-left: 0; }
}

/* 打开态：点击（is-share-open）/hover/focus/弹窗自身 hover 任一即可 */
.home-stage-bar.is-share-open .home-stage-bar__share-popover,
.home-stage-bar__share-wrap:hover .home-stage-bar__share-popover,
.home-stage-bar__share-wrap:focus-within .home-stage-bar__share-popover,
.home-stage-bar__share-wrap:has(.home-stage-bar__share-popover:hover) .home-stage-bar__share-popover {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translate(-50%, 0);
}

.home-stage-bar__share-action {
  display: grid;
  place-items: center;
  width: .56rem;
  height: .56rem;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  pointer-events: visible;
  transition:
    filter .18s cubic-bezier(.1, 0, .23, 1),
    transform .18s cubic-bezier(.1, 0, .23, 1);
}

.home-stage-bar__share-action:hover,
.home-stage-bar__share-action:focus-visible,
.home-stage-bar__share-action.is-copied {
  filter: brightness(1.18);
  transform: translateY(-.03rem) scale(1.08);
  outline: none;
}

.home-stage-bar__share-icon {
  display: block;
  width: var(--icon-width);
  height: var(--icon-height);
  background-color: #f9c150;
  -webkit-mask: var(--icon-url) 50% 50% / contain no-repeat;
  mask: var(--icon-url) 50% 50% / contain no-repeat;
  pointer-events: none;
  user-select: none;
}

.home-stage-bar__share-icon--facebook {
  --icon-url: url('/web/assets/images/home/footer/icons/facebook.png');
  --icon-width: .27rem;
  --icon-height: .48rem;
}

.home-stage-bar__share-icon--x {
  --icon-url: url('/web/assets/images/home/footer/icons/x.png');
  --icon-width: .43rem;
  --icon-height: .43rem;
}

.home-stage-bar__share-icon--reddit {
  --icon-url: url('/web/assets/images/home/footer/icons/reddit.png');
  --icon-width: .56rem;
  --icon-height: .49rem;
}

.home-stage-bar__share-icon--link {
  --icon-url: url('/web/assets/images/home/footer/icons/link.png');
  --icon-width: .42rem;
  --icon-height: .42rem;
}

.home-stage-bar__share-icon--download {
  --icon-url: url('/web/assets/images/home/footer/icons/img-download.png');
  --icon-width: .48rem;
  --icon-height: .44rem;
}

.home-stage-bar__slogan {
  display: block;
  margin-top: .14rem;
  color: #28251f;
  font-family: "HYYouYuan 105J", Arial, Helvetica, sans-serif;
  /* slogan 可用宽度恒为 12.85rem（bar 宽 25.6rem - 右侧 CTA 预留 12.75rem），
     原 .34rem 只有约 1% 余量，Safari/字体回退时会被省略截断；
     降为 .32rem（约 6% 安全余量）并收紧字距，保证各视口尺寸下完整单行展示 */
  font-size: .32rem;
  line-height: .46rem;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-shadow: 0 .02rem 0 rgba(255, 226, 132, .5);
  /* 保持单行，极端情况下省略截断，而不是延伸到 CTA 下方 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 1440×900 Safari 等 short-screen 场景：不改字号，仅收紧英文 slogan 字距，避免末尾被省略 */
html.short-screen body[data-lang="en"] .home-stage-bar__slogan {
  letter-spacing: -0.055em;
}

[data-lang="ja"] .home-stage-bar__slogan {
  font-family: 'ja2', 'Hiragino Kaku Gothic Pro';
}

.home-stage-bar__cta {
  position: absolute;
  right: 2rem;
  top: .47rem;
  z-index: 15;
  display: grid;
  place-items: center;
  width: 7.3rem;
  height: 1.1rem;
  border-radius: .55rem;
  background: #fff5df;
  color: #292929;
  font-family: "HYYouYuan 105J", Arial, Helvetica, sans-serif;
  font-size: .58rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -.02rem;
  /* box-shadow: inset 0 -.05rem 0 rgba(0, 0, 0, .08); */
  pointer-events: visible;
  transform-origin: right bottom;
  transition:
    background .2s cubic-bezier(.1, 0, .23, 1),
    color .2s cubic-bezier(.1, 0, .23, 1),
    transform .2s cubic-bezier(.1, 0, .23, 1);
}

[data-lang="ja"] .home-stage-bar__cta {
  font-family: 'ja2', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
}

.home-stage-bar__cta:hover,
.home-stage-bar__cta:focus-visible {
  transform: scale(1.05);
}

/* 已预约状态 */
.home-stage-bar__cta.is-reserved {
  background: #f4eee1;
  color: #929086;
}

.home-stage-bar__mascot {
  position: absolute;
  right: .5rem;
  top: -1.5rem;
  z-index: 35;
  width: 2.96rem;
  height: 3.18rem;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  transform: scale(.78);
  transform-origin: right bottom;
}

.home-stage-bar__duck {
  display: block;
  width: 177.6rem;
  height: 3.18rem;
  background: url('/web/assets/images/home/footer/duck-sprite2.png') 0 0 / 177.6rem 3.18rem no-repeat;
  animation: home-duck-move-frame 2s steps(60, end) infinite forwards;
}

@keyframes home-duck-move-frame {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-177.6rem);
  }
}

.home-stage-bar__star {
  --star-image: none;
  --star-start-x: 0;
  --star-start-y: 0;
  --star-entry-delay: .2s;
  --star-spin-duration: 11s;
  position: absolute;
  z-index: 21;
  display: block;
  pointer-events: none;
  transform: translate(var(--star-start-x), var(--star-start-y));
  animation: home-stage-star-enter .5s cubic-bezier(.1, 0, .23, 1) var(--star-entry-delay) forwards;
}

.home-stage-bar__star::before {
  content: "";
  position: absolute;
  /* [inset-fallback] iOS<14.5 不支持 inset 简写，勿删 */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  display: block;
  background-image: var(--star-image);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  animation: bottom-star-rotate-frame var(--star-spin-duration) linear calc(var(--star-entry-delay) + .5s) infinite forwards;
}

.home-stage-bar__star--1 {
  --star-image: url('/web/assets/images/home/footer/star-1.png');
  --star-start-x: 8rem;
  --star-start-y: 4rem;
  --star-entry-delay: .2s;
  --star-spin-duration: 11s;
  top: .15rem;
  right: 8.62rem;
  width: .92rem;
  height: .91rem;
}

.home-stage-bar__star--2 {
  --star-image: url('/web/assets/images/home/footer/star-2.png');
  --star-start-x: 7rem;
  --star-start-y: 8rem;
  --star-entry-delay: .25s;
  --star-spin-duration: 9s;
  top: -0.2rem;
  right: 5rem;
  width: .38rem;
  height: .39rem;
}

.home-stage-bar__star--3 {
  --star-image: url('/web/assets/images/home/footer/star-3.png');
  --star-start-x: 6rem;
  --star-start-y: 7rem;
  --star-entry-delay: .3s;
  --star-spin-duration: 5s;
  top: -.44rem;
  right: 4.2rem;
  width: .18rem;
  height: .18rem;
}

.home-stage-bar__star--4 {
  --star-image: url('/web/assets/images/home/footer/star-4.png');
  --star-start-x: 5.5rem;
  --star-start-y: 6rem;
  --star-entry-delay: .35s;
  --star-spin-duration: 8s;
  top: -.4rem;
  right: 3.18rem;
  width: .66rem;
  height: .67rem;
}

.home-stage-bar__star--5 {
  --star-image: url('/web/assets/images/home/footer/star-4.png');
  --star-start-x: 5rem;
  --star-start-y: 4rem;
  --star-entry-delay: .4s;
  --star-spin-duration: 6s;
  top: -.32rem;
  right: 2.78rem;
  width: .24rem;
  height: .25rem;
}

@keyframes home-stage-star-enter {
  0% {
    transform: translate(var(--star-start-x), var(--star-start-y));
  }

  50% {
    transform: translate(4rem, .5rem);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes bottom-star-rotate-frame {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.home-footer-booth {
  position: absolute;
  left: 1.18rem;
  right: 1.18rem;
  bottom: 1.72rem;
}

.home-footer-stage .site-footer {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: .18rem;
  padding: .46rem 0;
  background: rgba(15, 15, 15, .78);
  box-shadow: 0 .22rem .7rem rgba(0, 0, 0, .24);
}

.home-footer-stage .footer-inner {
  width: auto;
  padding: 0 .52rem;
  color: rgba(247, 251, 255, .56);
  font-size: .16rem;
  line-height: 1.55;
}