:root {
  --bg: #030304;
  --text: #fff8ee;
  --muted: #d8cdc7;
  --red: #ff2020;
  --red-hot: #ff4a2b;
  --gold: #ffca4d;
  --jade: #1ef0a0;
  --panel: rgba(8, 8, 10, 0.58);
  --border: rgba(255, 255, 255, 0.2);
  --shadow: 0 26px 90px rgba(0, 0, 0, 0.68);
  color-scheme: dark;
  font-family: "Rajdhani", "Noto Sans SC", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body,
a,
button,
[role="button"] {
  cursor: url("./assets/face-cursor.png") 24 24, auto;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--bg);
  color: var(--text);
}

body {
  min-height: 100svh;
}

a,
button {
  font: inherit;
}

#bg-canvas,
.aurora,
.scanlines,
.character-wall {
  position: fixed;
  inset: 0;
}

.cursor-trail {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(255, 244, 196, 0.95) 0 18%, rgba(255, 74, 43, 0.72) 28%, rgba(255, 32, 32, 0.32) 52%, transparent 72%);
  box-shadow:
    0 0 18px rgba(255, 32, 32, 0.88),
    0 0 36px rgba(255, 202, 77, 0.36);
  mix-blend-mode: screen;
  opacity: 0;
  transform: translate3d(-100px, -100px, 0) scale(0.5);
  will-change: transform, opacity;
}

.cursor-trail.is-face {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 202, 77, 0.55);
  background:
    linear-gradient(rgba(255, 32, 32, 0.18), rgba(255, 202, 77, 0.12)),
    url("./assets/face-cursor.png") center / cover no-repeat;
  box-shadow:
    0 0 16px rgba(255, 32, 32, 0.82),
    0 0 30px rgba(255, 202, 77, 0.36);
}

#bg-canvas {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.aurora {
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: screen;
}

.aurora-one {
  background:
    radial-gradient(circle at 18% 76%, rgba(255, 32, 32, 0.36), transparent 24%),
    radial-gradient(circle at 68% 28%, rgba(255, 202, 77, 0.2), transparent 25%),
    linear-gradient(115deg, transparent 4%, rgba(255, 25, 25, 0.08), transparent 52%, rgba(30, 240, 160, 0.08));
  animation: aurora-sweep 8s linear infinite;
}

.aurora-two {
  background:
    conic-gradient(from 40deg at 78% 52%, transparent, rgba(255, 0, 0, 0.34), transparent 28%, rgba(255, 202, 77, 0.2), transparent 52%),
    linear-gradient(90deg, rgba(110, 0, 0, 0.15), transparent 45%, rgba(255, 28, 28, 0.16));
  filter: blur(26px);
  opacity: 0.75;
  animation: dragon-turn 11s ease-in-out infinite;
}

.scanlines {
  z-index: 4;
  pointer-events: none;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 5px),
    linear-gradient(90deg, transparent, rgba(255, 0, 0, 0.12), transparent);
  opacity: 0.28;
  mix-blend-mode: overlay;
}

.character-wall {
  z-index: 2;
  pointer-events: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-items: center;
  transform: skewY(-3deg) scale(1.04);
  opacity: 0.94;
}

.character-wall span {
  font-family: "Ma Shan Zheng", "ZCOOL KuaiLe", "Noto Sans SC", cursive;
  font-size: clamp(7.2rem, 18vw, 19rem);
  color: rgba(255, 26, 26, 0.16);
  text-shadow:
    0 0 20px rgba(255, 0, 0, 0.85),
    0 0 70px rgba(255, 0, 0, 0.45),
    3px 0 0 rgba(255, 255, 255, 0.24);
  -webkit-text-stroke: 1px rgba(255, 60, 60, 0.34);
  animation: flash-character 2.6s steps(1, end) infinite;
}

.character-wall span:nth-child(2) {
  animation-delay: 0.34s;
}

.character-wall span:nth-child(3) {
  animation-delay: 0.68s;
}

.character-wall span:nth-child(4) {
  writing-mode: vertical-rl;
  font-size: clamp(3.2rem, 8vw, 8.5rem);
  animation-delay: 1.02s;
}

.character-wall span:nth-child(5) {
  writing-mode: vertical-rl;
  font-size: clamp(3.2rem, 7vw, 7.8rem);
  animation-delay: 1.36s;
}

.page-shell {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  padding: clamp(16px, 2.4vw, 34px);
}

.topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  min-height: clamp(82px, 12vh, 138px);
}

.brand {
  display: inline-flex;
  align-items: flex-start;
  gap: clamp(12px, 2vw, 24px);
  color: var(--text);
  text-decoration: none;
  text-shadow: 0 0 28px rgba(255, 0, 0, 0.55);
}

.brand-latin {
  font-family: "Bebas Neue", "Rajdhani", sans-serif;
  font-size: clamp(3.6rem, 8.3vw, 9.2rem);
  line-height: 0.78;
  letter-spacing: 0;
  white-space: nowrap;
  transform: skewX(-7deg);
}

.brand-cn {
  font-family: "Ma Shan Zheng", "Noto Sans SC", cursive;
  color: var(--red-hot);
  font-size: clamp(2.7rem, 6vw, 7.1rem);
  line-height: 0.8;
  white-space: nowrap;
}

.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 138px;
  height: 52px;
  padding: 0 16px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(10, 10, 12, 0.68);
  color: var(--text);
  cursor: pointer;
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.lang-toggle span {
  font-size: 1.02rem;
  font-weight: 800;
}

.lang-toggle [data-lang-en] {
  color: var(--red-hot);
}

body.is-zh .lang-toggle [data-lang-en] {
  color: rgba(255, 255, 255, 0.58);
}

body.is-zh .lang-toggle [data-lang-zh] {
  color: var(--red-hot);
}

.lang-toggle i {
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.28);
}

.hero-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  align-items: stretch;
  gap: clamp(18px, 2vw, 30px);
  width: min(1450px, 100%);
  min-height: 0;
  flex: 1;
  min-height: min(720px, calc(100svh - clamp(98px, 15vh, 172px)));
  margin: 0 auto clamp(8px, 1.6vw, 20px);
  padding: clamp(20px, 3vw, 50px);
  border: 1px solid var(--border);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.43) 47%, rgba(70, 0, 0, 0.14)),
    var(--panel);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  overflow: hidden;
  backdrop-filter: blur(22px) saturate(1.25);
}

.meme-gallery {
  width: min(1450px, 100%);
  margin: clamp(10px, 2vw, 26px) auto clamp(28px, 5vw, 78px);
  padding: clamp(16px, 2vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 32, 32, 0.12), transparent 38%, rgba(30, 240, 160, 0.07)),
    rgba(6, 6, 8, 0.64);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(1.2);
}

.gallery-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.gallery-heading p {
  margin: 0 0 3px;
  color: var(--red-hot);
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.gallery-heading h2 {
  margin: 0;
  font-family: "Bebas Neue", "Noto Sans SC", sans-serif;
  font-size: clamp(2.35rem, 4.8vw, 5.8rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0 24px rgba(255, 0, 0, 0.45);
}

.gallery-controls {
  display: inline-flex;
  gap: 10px;
  flex: 0 0 auto;
}

.gallery-controls button,
.lightbox-close {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 8px;
  color: var(--text);
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.04);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.gallery-controls button:hover,
.gallery-controls button:focus-visible,
.lightbox-close:hover,
.lightbox-close:focus-visible {
  transform: translateY(-2px);
  border-color: var(--red-hot);
  background: rgba(255, 32, 32, 0.16);
}

.gallery-controls svg,
.lightbox-close svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

.meme-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(190px, 22vw, 318px);
  gap: clamp(12px, 1.4vw, 20px);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 14px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(255, 74, 43, 0.72) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}

.meme-carousel::-webkit-scrollbar {
  height: 10px;
}

.meme-carousel::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.meme-carousel::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, var(--red-hot), var(--gold));
  border-radius: 999px;
}

.meme-card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 32, 32, 0.2), rgba(0, 0, 0, 0.72)),
    rgba(0, 0, 0, 0.45);
  cursor: zoom-in;
  overflow: hidden;
  scroll-snap-align: start;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.46);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.meme-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 40%, rgba(255, 255, 255, 0.18) 48%, transparent 58%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.46), transparent 30%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.meme-card:hover,
.meme-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(255, 74, 43, 0.9);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.58), 0 0 34px rgba(255, 32, 32, 0.25);
}

.meme-card:hover::after,
.meme-card:focus-visible::after {
  opacity: 1;
}

.meme-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.62);
}

.meme-lightbox {
  position: relative;
  width: min(920px, calc(100vw - 28px));
  max-height: calc(100svh - 28px);
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.82);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.76), 0 0 60px rgba(255, 32, 32, 0.24);
  overflow: hidden;
}

.meme-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}

.meme-lightbox img {
  display: block;
  width: 100%;
  max-height: calc(100svh - 28px);
  object-fit: contain;
  background: #050505;
}

.lightbox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.74);
}

.panel-characters {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  pointer-events: none;
  opacity: 0.8;
  transform: skewY(-2deg);
}

.panel-characters span {
  color: rgba(255, 30, 30, 0.14);
  font-family: "Ma Shan Zheng", "ZCOOL KuaiLe", "Noto Sans SC", cursive;
  font-size: clamp(8rem, 19vw, 20rem);
  line-height: 0.8;
  text-align: center;
  text-shadow:
    0 0 18px rgba(255, 0, 0, 0.8),
    0 0 68px rgba(255, 0, 0, 0.48),
    0 0 110px rgba(255, 202, 77, 0.22);
  -webkit-text-stroke: 1px rgba(255, 74, 43, 0.42);
  animation: panel-kanji-flash 1.85s steps(1, end) infinite;
}

.panel-characters span:nth-child(2) {
  animation-delay: 0.28s;
}

.panel-characters span:nth-child(3) {
  animation-delay: 0.56s;
}

.content-side {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.name-line {
  margin: 0 0 4px;
  color: var(--text);
  font-family: "Rajdhani", "Noto Sans SC", sans-serif;
  font-size: clamp(1.45rem, 2vw, 2.35rem);
  font-weight: 800;
  line-height: 1;
}

h1 {
  margin: 0 0 clamp(14px, 2vh, 22px);
  color: var(--red-hot);
  font-family: "Bebas Neue", "Noto Sans SC", sans-serif;
  font-size: clamp(2.05rem, 3.3vw, 4rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lore {
  max-width: 610px;
  margin: 0 0 clamp(18px, 3vh, 35px);
  color: var(--muted);
  font-family: "Rajdhani", "Noto Sans SC", sans-serif;
  font-size: clamp(1.05rem, 1.25vw, 1.35rem);
  font-weight: 600;
  line-height: 1.17;
}

.lore-glow {
  color: #fff4d1;
  font-weight: 900;
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.74),
    0 0 18px rgba(255, 74, 43, 0.9),
    0 0 34px rgba(255, 202, 77, 0.58);
  animation: lore-glow-pulse 1.6s ease-in-out infinite;
}

.launch-copy {
  display: grid;
  gap: 7px;
  margin-bottom: clamp(18px, 3vh, 34px);
  text-transform: uppercase;
}

.launch-copy span {
  color: #fff;
  font-family: "Bebas Neue", "Rajdhani", sans-serif;
  font-size: clamp(5.2rem, 9.7vw, 12.7rem);
  line-height: 0.78;
  letter-spacing: 0;
  text-shadow:
    4px 0 0 rgba(255, 0, 0, 0.95),
    -2px 0 0 rgba(30, 240, 160, 0.42),
    0 0 26px rgba(255, 255, 255, 0.4);
  animation: glitch-pop 0.82s steps(2, jump-none) infinite;
}

.launch-copy strong {
  display: block;
  max-width: 740px;
  color: var(--red-hot);
  font-family: "Bebas Neue", "Noto Sans SC", sans-serif;
  font-size: clamp(2.35rem, 4.1vw, 5.55rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0;
  text-shadow: 0 0 28px rgba(255, 0, 0, 0.42);
  animation: headline-flash 1.25s linear infinite;
}

.mission-sequence {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 22px);
  width: min(720px, 100%);
  margin: calc(clamp(18px, 3vh, 34px) * -0.28) 0 clamp(16px, 2.5vh, 26px);
  padding: 6px 0;
}

.mission-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 5px 10px;
  min-height: 56px;
  padding: 0;
  animation: mission-card 3.3s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.55s);
}

.mission-stage::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 13px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 202, 77, 0.2), rgba(255, 32, 32, 0.16) 48%, transparent 70%);
  opacity: 0.74;
  transform: translate(-50%, -50%);
  filter: blur(3px);
  animation: mission-orb 3.3s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.55s);
}

.stage-index {
  grid-column: 2;
  color: rgba(255, 202, 77, 0.68);
  font-family: "Rajdhani", "Noto Sans SC", sans-serif;
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 14px rgba(255, 202, 77, 0.42);
}

.mission-stage iconify-icon {
  grid-row: 1 / 3;
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  color: var(--gold);
  filter:
    drop-shadow(0 0 9px rgba(255, 202, 77, 0.74))
    drop-shadow(0 0 19px rgba(255, 74, 43, 0.52));
}

.mission-stage strong {
  position: relative;
  z-index: 1;
  min-width: 0;
  color: #fff4d1;
  font-family: "Rajdhani", "Noto Sans SC", sans-serif;
  font-size: clamp(0.85rem, 1vw, 1.04rem);
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(255, 74, 43, 0.62);
}

.mission-stage-feature strong {
  color: #fff;
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.7),
    0 0 18px rgba(255, 74, 43, 0.88),
    0 0 30px rgba(255, 202, 77, 0.52);
}

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

.link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  color: var(--text);
  background: rgba(0, 0, 0, 0.42);
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(0.95rem, 1vw, 1.13rem);
  font-weight: 800;
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.04);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.link-button:hover,
.link-button:focus-visible {
  transform: translateY(-2px);
  border-color: var(--red-hot);
  background: rgba(255, 28, 28, 0.12);
}

.link-button svg,
.link-button iconify-icon,
.contract button svg {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
}

.link-button svg,
.contract button svg {
  fill: currentColor;
}

.link-button iconify-icon {
  color: currentColor;
  font-size: 25px;
}

.link-x {
  border-color: rgba(255, 36, 36, 0.84);
}

.link-pump {
  border-color: rgba(30, 240, 160, 0.68);
}

.contract {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(650px, 100%);
  min-height: 82px;
  padding: 13px 14px 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.38);
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.04);
}

.contract span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.87rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contract code {
  display: block;
  color: var(--red-hot);
  font-family: "Rajdhani", "Noto Sans SC", monospace;
  font-size: clamp(1rem, 1.2vw, 1.35rem);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contract button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 118px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 900;
}

.media-side {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 470px;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.speed-ring {
  position: absolute;
  inset: 6% -4% 1% 2%;
  border: 1px solid rgba(255, 40, 40, 0.28);
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 55%, transparent 42%, rgba(255, 0, 0, 0.17) 43%, transparent 59%),
    conic-gradient(from 0deg, transparent 10%, rgba(255, 56, 56, 0.7), transparent 22%, rgba(255, 202, 77, 0.52), transparent 38%);
  filter: blur(0.2px);
  animation: spin 3.5s linear infinite;
}

.photo-stage {
  position: absolute;
  inset: 0;
  perspective: 900px;
}

.meme-shot {
  position: absolute;
  width: clamp(180px, 23vw, 385px);
  height: clamp(280px, 39vw, 610px);
  object-fit: contain;
  object-position: center bottom;
  border: 0;
  border-radius: 0;
  background: transparent;
  clip-path: none;
  opacity: 0;
  filter: saturate(1.26) contrast(1.09) drop-shadow(0 24px 34px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 24px rgba(255, 0, 0, 0.52));
  transform-origin: 50% 90%;
  animation: photo-flight 4.2s cubic-bezier(0.2, 0.86, 0.18, 1) infinite both;
  will-change: transform, opacity, filter;
}

.shot-a {
  left: 1%;
  top: 9%;
  z-index: 5;
}

.shot-b {
  left: 24%;
  top: -1%;
  z-index: 6;
  animation-delay: 0.7s;
}

.shot-c {
  right: 0;
  top: 8%;
  z-index: 7;
  animation-delay: 1.4s;
}

.shot-d {
  left: 35%;
  bottom: -2%;
  z-index: 8;
  animation-delay: 2.1s;
}

.shot-e {
  left: 8%;
  bottom: -4%;
  z-index: 9;
  animation-delay: 2.8s;
}

.shot-f {
  right: 8%;
  bottom: -7%;
  z-index: 10;
  animation-delay: 3.5s;
}

.ticker {
  position: absolute;
  right: -15%;
  bottom: 4%;
  left: 2%;
  display: flex;
  gap: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Bebas Neue", "Noto Sans SC", sans-serif;
  font-size: clamp(1.7rem, 3vw, 4rem);
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(255, 0, 0, 0.72);
  transform: rotate(-4deg);
  animation: ticker-run 2s linear infinite;
}

body.is-zh h1,
body.is-zh .launch-copy strong,
body.is-zh .brand-cn {
  font-family: "Ma Shan Zheng", "Noto Sans SC", cursive;
}

body.is-zh .lore,
body.is-zh .name-line,
body.is-zh .link-button,
body.is-zh .contract {
  font-family: "Noto Sans SC", "Rajdhani", sans-serif;
}

body.is-zh .launch-copy strong {
  font-size: clamp(2.3rem, 3.8vw, 5.1rem);
}

@keyframes aurora-sweep {
  0% {
    transform: translate3d(-2%, 1%, 0) scale(1);
    opacity: 0.75;
  }
  50% {
    transform: translate3d(2%, -1%, 0) scale(1.06);
    opacity: 1;
  }
  100% {
    transform: translate3d(-2%, 1%, 0) scale(1);
    opacity: 0.75;
  }
}

@keyframes dragon-turn {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(8deg) scale(1.08);
  }
}

@keyframes flash-character {
  0%,
  18% {
    color: rgba(255, 26, 26, 0.06);
    opacity: 0.2;
    transform: scale(0.96);
  }
  19%,
  36% {
    color: rgba(255, 34, 34, 0.62);
    opacity: 1;
    transform: scale(1.04);
  }
  37%,
  100% {
    color: rgba(255, 26, 26, 0.1);
    opacity: 0.42;
    transform: scale(1);
  }
}

@keyframes speed-line {
  from {
    transform: translateX(-60%) skewX(-18deg);
  }
  to {
    transform: translateX(60%) skewX(-18deg);
  }
}

@keyframes glitch-pop {
  0%,
  100% {
    transform: translate(0, 0) skewX(-5deg);
    filter: none;
  }
  20% {
    transform: translate(2px, -1px) skewX(-7deg);
    filter: brightness(1.35);
  }
  44% {
    transform: translate(-3px, 1px) skewX(-4deg);
  }
  72% {
    transform: translate(1px, 0) skewX(-6deg);
  }
}

@keyframes headline-flash {
  0%,
  100% {
    color: var(--red-hot);
  }
  50% {
    color: #fff5e5;
  }
}

@keyframes mission-card {
  0%,
  18%,
  100% {
    transform: translateY(0) scale(1);
  }
  8% {
    transform: translateY(-3px) scale(1.04);
  }
}

@keyframes mission-orb {
  0%,
  18%,
  100% {
    opacity: 0.48;
    transform: translate(-50%, -50%) scale(0.85);
  }
  8% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.24);
  }
}

@keyframes lore-glow-pulse {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.35);
  }
}

@keyframes panel-kanji-flash {
  0%,
  22% {
    opacity: 0.18;
    transform: translateY(0) scale(0.98);
  }
  23%,
  42% {
    opacity: 1;
    transform: translateY(-4px) scale(1.04);
  }
  43%,
  100% {
    opacity: 0.32;
    transform: translateY(0) scale(1);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes photo-flight {
  0% {
    opacity: 0;
    transform: translate3d(30vw, -16vh, -90px) rotateZ(16deg) rotateY(-25deg) scale(0.68);
  }
  5%,
  15% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateZ(-4deg) rotateY(0deg) scale(1);
    filter: saturate(1.3) contrast(1.1) drop-shadow(0 24px 34px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 24px rgba(255, 0, 0, 0.58));
  }
  19% {
    opacity: 1;
    transform: translate3d(-1vw, 1vh, 34px) rotateZ(4deg) scale(1.06);
    filter: saturate(1.45) contrast(1.16) drop-shadow(0 26px 36px rgba(0, 0, 0, 0.72)) drop-shadow(0 0 30px rgba(255, 202, 77, 0.55));
  }
  24%,
  100% {
    opacity: 0;
    transform: translate3d(-24vw, 14vh, -120px) rotateZ(-23deg) rotateY(26deg) scale(0.58);
  }
}

@keyframes ticker-run {
  from {
    transform: translateX(0) rotate(-4deg);
  }
  to {
    transform: translateX(-150px) rotate(-4deg);
  }
}

@media (max-width: 1180px) {
  .hero-panel {
    flex: none;
    grid-template-columns: 1fr;
    min-height: auto;
    overflow: visible;
  }

  .media-side {
    order: -1;
    min-height: clamp(360px, 52svh, 540px);
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .content-side {
    order: 1;
    justify-content: flex-start;
  }
}

@media (max-width: 980px) {
  html,
  body {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .page-shell {
    min-height: 100svh;
    height: auto;
  }

  .topbar {
    min-height: 92px;
  }

  .brand {
    flex-direction: column;
    gap: 4px;
  }

  .hero-panel {
    margin-bottom: 24px;
  }

  .media-side {
    min-height: 52svh;
  }

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

  .mission-sequence {
    grid-template-columns: 1fr;
  }

  .mission-stage {
    min-height: 54px;
  }
}

@media (max-height: 760px) and (min-width: 981px) {
  .page-shell {
    padding-block: 18px 14px;
  }

  .topbar {
    min-height: 86px;
  }

  .brand-latin {
    font-size: clamp(3.4rem, 7vw, 5.9rem);
  }

  .brand-cn {
    font-size: clamp(2.5rem, 5.1vw, 4.9rem);
  }

  .hero-panel {
    padding: 34px 38px 24px;
  }

  .name-line {
    font-size: clamp(1.25rem, 1.7vw, 1.7rem);
  }

  h1 {
    margin-bottom: 14px;
    font-size: clamp(1.85rem, 2.9vw, 3rem);
  }

  .lore {
    margin-bottom: 18px;
    font-size: clamp(0.98rem, 1.15vw, 1.13rem);
    line-height: 1.08;
  }

  .launch-copy {
    gap: 4px;
    margin-bottom: 14px;
  }

  .launch-copy span {
    font-size: clamp(4.65rem, 8.2vw, 7.25rem);
  }

  .launch-copy strong {
    font-size: clamp(2.1rem, 3.45vw, 3.95rem);
  }

  .link-button {
    min-height: 50px;
  }

  .mission-sequence {
    margin-bottom: 14px;
    padding-block: 4px;
  }

  .mission-stage {
    min-height: 52px;
  }

  .contract {
    min-height: 72px;
    padding-block: 10px;
  }

  .media-side {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .page-shell {
    padding: 12px;
  }

  .topbar {
    align-items: flex-start;
  }

  .lang-toggle {
    min-width: 112px;
    height: 44px;
    gap: 9px;
    padding: 0 11px;
  }

  .lang-toggle span {
    font-size: 0.9rem;
  }

  .hero-panel {
    padding: 17px;
  }

  .launch-copy span {
    font-size: clamp(4.4rem, 21vw, 6.4rem);
  }

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

  .contract button {
    width: 100%;
  }

  .meme-shot {
    width: 42vw;
    height: 65vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
