/* ===== V2 首页风格 ===== */

html { background-color: #0a0a12; overscroll-behavior: none; }
body {
  overscroll-behavior: none;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-size: 0;
  margin: 0;
  padding: 0;
}



main { padding-top: 54px; flex: 1; font-size: 16px; }

.v2-topbar {
  background: linear-gradient(180deg, #0a0a12 0%, #11111c 100%);
  border-bottom: 1px solid rgba(201,168,76,.35);
  position: fixed; top: 0; left: 0; right: 0; z-index: 9999;
  height: 60px; min-height: 60px;
  width: 100%;
}

.v2-topbar-inner {
  max-width: 1400px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
  height: 60px; min-height: 60px;
}
.v2-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; position: relative; z-index: 1001; }
.v2-logo-img {
  height: 100px;
  width: auto;
  display: block;
  margin-top: 35px;
  margin-bottom: -10px;
  filter: drop-shadow(0 4px 16px rgba(0,0,0,.6)) drop-shadow(0 0 10px rgba(201,168,76,.4));
  transition: filter .25s, transform .25s;
}
.v2-logo:hover .v2-logo-img {
  filter: drop-shadow(0 6px 20px rgba(0,0,0,.7)) drop-shadow(0 0 18px rgba(201,168,76,.65));
  transform: scale(1.04);
}
.v2-nav { display: flex; gap: 4px; align-items: center; height: 100%; }
.v2-nav a {
  padding: 0 18px; font-size: 15px; font-weight: 600; color: #c8b890;
  border-radius: 4px; transition: .2s; position: relative; text-decoration: none;
  display: flex; align-items: center; height: 40px;
}
.v2-nav a:hover { color: #f5d98a; background: rgba(201,168,76,.12); }
.v2-nav a:hover::after {
  content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 28px; height: 2px; background: linear-gradient(90deg, transparent, #c9a84c, transparent);
}
.v2-topbar-right { display: flex; align-items: center; gap: 14px; height: 100%; }
.v2-social { display: flex; gap: 8px; }
.v2-social a {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(201,168,76,.12); border: 1px solid rgba(201,168,76,.3);
  display: flex; align-items: center; justify-content: center;
  color: #c9a84c; transition: .2s; text-decoration: none;
}
.v2-social a:hover { background: rgba(201,168,76,.3); color: #f5d98a; }
.v2-lang-select {
  background: rgba(201,168,76,.1); color: #c9a84c;
  border: 1px solid rgba(201,168,76,.4); border-radius: 4px;
  padding: 0 26px 0 12px; font-size: 13px; font-weight: 600;
  cursor: pointer; appearance: none; -webkit-appearance: none;
  height: 36px; display: flex; align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%23c9a84c' d='M5 7L0 2h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 8px center;
  outline: none; -moz-appearance: none; -webkit-tap-highlight-color: transparent; box-shadow: none;
}
.v2-lang-select:focus, .v2-lang-select:active, .v2-lang-select:focus-within {
  outline: none; border: 1px solid rgba(201,168,76,.4); background: rgba(201,168,76,.15);
  -webkit-appearance: none; -moz-appearance: none; appearance: none;
  box-shadow: none;
}
.v2-lang-select::-moz-focus-inner {
  border: 0; padding: 0;
}
.v2-lang-select::-webkit-focus-ring {
  outline: none;
}
.v2-lang-select option { background: #11111c; color: #e8dcc4; }
.v2-menu-btn { display: none; background: none; border: none; color: #c9a84c; font-size: 22px; cursor: pointer; }

/* --- Hero --- */
.v2-hero {
  position: relative; min-height: 1020px; overflow: hidden;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.v2-hero-bg {
  position: absolute; top:0;right:0;bottom:0;left:0; background-size: cover; background-position: 58% 8%;
  filter: brightness(0.6) saturate(1.15);
}
.v2-hero-bg::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 40%;              /* 淡化区域高度 */
  background: linear-gradient(to bottom, transparent, #000000);
  pointer-events: none;     /* 不遮挡点击 */
}
.v2-hero-overlay {
  position: absolute; top:0;right:0;bottom:0;left:0;
  background: linear-gradient(10deg, rgba(10,10,25,.5) 100%, rgba(10,10,18,.8) 100%, rgba(10,10,18,.8) 100%);
}
.v2-hero-content { position: relative; z-index: 2; text-align: center; padding: 150px 20px 30px; }
.v2-game-logo {
  font-size: 54px; font-weight: 900; letter-spacing: 8px; margin-bottom: 6px;
  background: linear-gradient(180deg, #fff8e0 0%, #f5d98a 35%, #c9a84c 65%, #8b6914 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  filter: drop-shadow(0 4px 16px rgba(0,0,0,.6));
}
.v2-game-subtitle {
  font-size: 18px; color: #c9a84c; letter-spacing: 8px; margin-bottom: 36px;
  text-shadow: 0 2px 8px rgba(0,0,0,.6);
}
.v2-hero-title {
  font-size: 60px; font-weight: 900; line-height: 1.25; margin-bottom: 28px;
  background: linear-gradient(180deg, #fff8e0 0%, #f5d98a 50%, #c9a84c 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  filter: drop-shadow(0 0 30px rgba(232,200,106,.35)) drop-shadow(0 4px 8px rgba(0,0,0,.5));
}
.v2-play-btn {
  width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 32px;
  background: radial-gradient(circle, rgba(201,168,76,.35) 0%, rgba(201,168,76,.12) 70%, transparent 100%);
  border: 2px solid rgba(201,168,76,.6); display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: .3s; position: relative;
}
.v2-play-btn::before {
  content: ''; position: absolute; top:-10px;right:-10px;bottom:-10px;left:-10px; border-radius: 50%;
  border: 1px solid rgba(201,168,76,.35); animation: v2-pulse 2s ease-in-out infinite;
}
@keyframes v2-pulse { 0%,100% { transform: scale(1); opacity: .5; } 50% { transform: scale(1.18); opacity: 0; } }
.v2-play-btn:hover { border-color: #f5d98a; background: radial-gradient(circle, rgba(201,168,76,.55) 0%, rgba(201,168,76,.2) 70%, transparent 100%); }
.v2-play-btn svg { width: 48px; height: 48px; fill: #f5d98a; margin-left: 0px; }

/* 下载框 */
.v2-download-box {
  display: inline-flex; align-items: center; gap: 18px; padding: 16px 24px;
  background: linear-gradient(180deg, rgba(26,20,8,.96) 0%, rgba(18,14,6,.96) 100%);
  border: 1px solid rgba(201,168,76,.5); border-radius: 6px;
  box-shadow: 0 0 30px rgba(0,0,0,.5), inset 0 1px 0 rgba(201,168,76,.2);
  position: relative;
}
.v2-download-box::before, .v2-download-box::after {
  content: ''; position: absolute; width: 18px; height: 18px; border: 2px solid #c9a84c;
}
.v2-download-box::before { top: -2px; left: -2px; border-right: none; border-bottom: none; }
.v2-download-box::after { bottom: -2px; right: -2px; border-left: none; border-top: none; }
.v2-qr {
  width: 84px; height: 84px; background: rgba(0,0,0,0); border-radius: 0px; padding: 0px;
  display: flex; align-items: center; justify-content: center; -webkit-backdrop-filter: backdrop-filter: blur(4px);
}
.v2-qr img { width: 100%; height: 100%; object-fit: contain; border-radius:20px;}
.v2-dl-btns { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
.v2-dl-btn {
  display: flex; align-items: center; justify-content: center; gap: 6px; padding: 9px 12px; border-radius: 4px;
  font-size: 13px; font-weight: 600; color: #fff; transition: .2s; cursor: pointer; border: none; text-decoration: none;
}
.v2-dl-btn svg { width: 15px; height: 15px; flex-shrink: 0; }
.v2-dl-btn.ios { background: linear-gradient(180deg, #555 0%, #333 100%); }
.v2-dl-btn.android { background: linear-gradient(180deg, #3ddc84 0%, #1fa85c 100%); }
.v2-dl-btn.pc { background: linear-gradient(180deg, #4a90d9 0%, #2c6aa0 100%); }
.v2-dl-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 14px rgba(0,0,0,.45); }
.v2-scroll-hint {
  position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); z-index: 2;
  color: rgba(201,168,76,.55); font-size: 26px; animation: v2-bounce 2s ease-in-out infinite;
}
@keyframes v2-bounce { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }

/* --- 分区标题 --- */
.v2-section { position: relative; padding: 70px 0; }
.v2-section-dark { background: linear-gradient(180deg, #0d1226 0%, #141a35 50%, #0d1226 100%); }
.v2-section-header { text-align: center; margin-bottom: 30px; flex-shrink: 0; }
.v2-part-num {
  font-size: 13px; color: rgba(201,168,76,.45); letter-spacing: 4px; margin-bottom: 2px;
  font-family: Georgia, 'Times New Roman', serif;
}
.v2-section-title {
  font-size: 30px; font-weight: 900; letter-spacing: 6px; color: #e8dcc4;
  display: inline-flex; align-items: center; gap: 16px;
}
.v2-section-title::before, .v2-section-title::after {
  content: ''; width: 56px; height: 2px;
  background: linear-gradient(90deg, transparent, #c9a84c);
}
.v2-section-title::after { background: linear-gradient(90deg, #c9a84c, transparent); }
.v2-section-en { font-size: 12px; color: rgba(201,168,76,.45); letter-spacing: 3px; margin-top: 6px; }

/* --- 新闻资讯面板 --- */
.v2-news-panel {
  max-width: 1100px; margin: 0 auto; position: relative;
  background: linear-gradient(180deg, rgba(26,20,8,.92) 0%, rgba(18,14,6,.95) 100%);
  border: 1px solid rgba(201,168,76,.4); border-radius: 4px;
  padding: 28px 30px; box-shadow: 0 10px 40px rgba(0,0,0,.5);
}
.v2-news-panel::before {
  content: ''; position: absolute; top:5px;right:5px;bottom:5px;left:5px; border: 1px solid rgba(201,168,76,.12);
  border-radius: 2px; pointer-events: none;
}
.v2-news-tabs { display: flex; gap: 2px; margin-bottom: 22px; border-bottom: 1px solid rgba(201,168,76,.18); position: relative; z-index: 1; }
.v2-news-tab {
  padding: 10px 26px; font-size: 15px; font-weight: 600; color: #8a7a5a;
  background: none; border: none; cursor: pointer; transition: .2s; position: relative;
  outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.v2-news-tab:focus, .v2-news-tab:active, .v2-news-tab:focus-within {
  outline: none; border: none; background: none;
  -webkit-appearance: none; -moz-appearance: none; appearance: none;
  box-shadow: none;
}
.v2-news-tab::-moz-focus-inner {
  border: 0; padding: 0;
}
.v2-news-tab:hover { color: #c9a84c; }
.v2-news-tab.active { color: #f5d98a; outline: none; border: none; background: none; box-shadow: none; }
.v2-news-tab.active::after {
  content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, #c9a84c, transparent);
}
.v2-news-body { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; position: relative; z-index: 1; }
.v2-news-featured { position: relative; border-radius: 4px; overflow: hidden; border: 1px solid rgba(201,168,76,.3); }
.v2-news-featured img { width: 100%; height: 290px; object-fit: cover; display: block; }
.v2-news-featured-info {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 16px 20px;
  background: linear-gradient(transparent, rgba(0,0,0,.88));
}
.v2-news-featured-info h3 { font-size: 17px; color: #f5d98a; margin-bottom: 4px; line-height: 1.4; }
.v2-news-featured-info span { font-size: 12px; color: rgba(232,220,196,.55); }
.v2-news-list { display: flex; flex-direction: column; }
.v2-news-item {
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
  padding: 11px 0; border-bottom: 1px dashed rgba(201,168,76,.14); transition: .2s;
  text-decoration: none; overflow: hidden;
}
.v2-news-item:hover { background: rgba(201,168,76,.04); }
.v2-news-item-title {
  font-size: 14px; color: #c8b890; flex: 1 1 auto; min-width: 0; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.v2-news-item:hover .v2-news-item-title { color: #f5d98a; }
.v2-news-item-cat { font-size: 11px; color: #c9a84c; background: rgba(201,168,76,.12); padding: 2px 8px; border-radius: 2px; flex-shrink: 0; }
.v2-news-item-date { font-size: 12px; color: rgba(232,220,196,.38); flex-shrink: 0; }
.v2-news-more { text-align: right; margin-top: 18px; position: relative; z-index: 1; }
.v2-news-more a {
  display: inline-block; padding: 6px 22px; font-size: 13px; color: #c9a84c;
  border: 1px solid rgba(201,168,76,.4); border-radius: 4px; transition: .2s; text-decoration: none;
}
.v2-news-more a:hover { background: rgba(201,168,76,.15); color: #f5d98a; }

/* --- 众神图鉴 --- */
.v2-char-section { background: linear-gradient(180deg, #0a0e1a 0%, #11182e 50%, #0a0e1a 100%); overflow: hidden; }
.v2-char-body { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.v2-char-info { position: relative; z-index: 1; }
.v2-char-name {
  font-size: 40px; font-weight: 900; color: #f5d98a; margin-bottom: 4px;
  text-shadow: 0 0 20px rgba(232,200,106,.3); letter-spacing: 2px;
}
.v2-char-title-en { font-size: 15px; color: rgba(201,168,76,.55); letter-spacing: 3px; margin-bottom: 18px; }
.v2-char-meta { display: flex; gap: 10px; margin-bottom: 16px; flex-wrap: wrap; }
.v2-char-meta span { font-size: 12px; color: #c9a84c; padding: 3px 10px; background: rgba(201,168,76,.1); border-radius: 2px; }
.v2-char-desc { font-size: 15px; color: #b8a880; line-height: 1.9; margin-bottom: 22px; }
.v2-char-skills { display: flex; gap: 14px; margin-bottom: 20px; flex-wrap: wrap; }
.v2-skill-icon {
  width: 80px; height: 80px; border-radius: 10px;
  background: radial-gradient(circle at 35% 30%, #3d2f14 0%, #1a1208 60%, #0d0a04 100%);
  border: 2px solid #c9a84c;
  box-shadow: 0 0 0 1px rgba(0,0,0,.6), inset 0 0 12px rgba(201,168,76,.25), 0 3px 10px rgba(0,0,0,.5);
  display: flex; align-items: center; justify-content: center;
  font-size: 32px; position: relative; cursor: pointer; transition: .25s;
}
.v2-skill-icon img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; display: block; }
.v2-skill-icon::before {
  content: ''; position: absolute; top: 2px; left: 6%; width: 88%; height: 35%;
  background: linear-gradient(180deg, rgba(255,255,255,.15) 0%, rgba(255,255,255,0) 100%);
  border-radius: 8px 8px 4px 4px; pointer-events: none;
}
/* 技能悬停提示：名称 + 简介 */
.v2-skill-tip {
  position: absolute; bottom: calc(100% + 10px); left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: rgba(10,8,4,.96); border: 1px solid rgba(201,168,76,.6);
  border-radius: 6px; padding: 10px 14px; min-width: 200px; max-width: 280px;
  opacity: 0; pointer-events: none; transition: .2s; z-index: 100;
  box-shadow: 0 4px 20px rgba(0,0,0,.6);
}
.v2-skill-tip::after {
  content: ''; position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%); border: 6px solid transparent;
  border-top-color: rgba(201,168,76,.6);
}
.v2-skill-tip-name {
  font-size: 14px; color: #f5d98a; font-weight: bold;
  letter-spacing: 1px; margin-bottom: 6px; white-space: nowrap;
}
.v2-skill-tip-desc {
  font-size: 12px; color: #b8a880; line-height: 1.6;
}
.v2-skill-icon:hover {
  border-color: #f5d98a; transform: translateY(-4px) scale(1.06);
  box-shadow: 0 0 0 1px rgba(0,0,0,.6), inset 0 0 16px rgba(201,168,76,.4), 0 6px 18px rgba(201,168,76,.35);
}
.v2-skill-icon:hover .v2-skill-tip,
.v2-skill-icon .v2-skill-tip.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.v2-char-carousel { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.v2-char-arrow {
  width: 24px; height: 24px; border-radius: 50%;
  background: linear-gradient(180deg, rgba(201,168,76,.18) 0%, rgba(201,168,76,.06) 100%);
  border: 1.5px solid rgba(201,168,76,.5); color: #c9a84c;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  transition: .2s; flex-shrink: 0;
}
.v2-char-arrow svg { width: 12px; height: 12px; fill: #c9a84c; transition: .2s; }
.v2-char-arrow:hover {
  background: linear-gradient(180deg, rgba(201,168,76,.35) 0%, rgba(201,168,76,.15) 100%);
  border-color: #f5d98a; box-shadow: 0 0 12px rgba(201,168,76,.4);
}
.v2-char-arrow:hover svg { fill: #f5d98a; }
.v2-char-thumbs { display: flex; gap: 10px; flex: 1; justify-content: center; flex-wrap: wrap; }
.v2-char-thumb {
  width: 50px; height: 50px; border-radius: 50%; overflow: hidden; border: 2px solid rgba(201,168,76,.3);
  cursor: pointer; transition: .2s; opacity: .55;
}
.v2-char-thumb.active { border-color: #f5d98a; opacity: 1; box-shadow: 0 0 12px rgba(232,200,106,.4); transform: scale(1.12); }
.v2-char-thumb img { width: 100%; height: 100%; object-fit: cover; }
.v2-char-portrait { position: relative; text-align: center; }
.v2-char-portrait img {
  max-height: 460px; object-fit: contain; filter: drop-shadow(0 10px 30px rgba(0,0,0,.6));
  border-radius: 8px;
}

/* --- 游戏映像 --- */
.v2-gallery-section { position: relative; padding: 40px 0 8px; overflow: hidden !important; display: flex; flex-direction: column; height: 100vh; box-sizing: border-box; }
.v2-gallery-bg {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-position: center;
  filter: brightness(.5) blur(1px);
  transform: scale(1.05);
}
.v2-gallery-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(10,10,18,.55) 0%, rgba(10,10,18,.65) 100%); }
.v2-gallery-body {
  position: relative; z-index: 1; max-width: 860px; margin: 0 auto; width: 100%; flex: 0 1 auto; min-height: 0; display: flex; flex-direction: column; justify-content: flex-start; padding-bottom: 80px; margin-bottom: auto;
}

.v2-gallery-frame {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  flex: 0 1 auto;
  min-height: 0;
  max-height: 48vh;
  box-shadow: 0 0 40px rgba(0,0,0,.6), 0 0 20px rgba(201,168,76,.18);
}
.v2-gallery-frame img { width: 100%; height: 100%; object-fit: cover; display: block; border: 3px solid rgba(201,168,76,.6); border-radius: 12px; box-sizing: border-box; }
.v2-gallery-dots { display: flex; justify-content: center; gap: 10px; margin-top: 14px; flex-shrink: 0; }
.v2-gallery-dot {
  width: 10px; height: 10px; border-radius: 50%; background: rgba(201,168,76,.3);
  cursor: pointer; transition: .2s;
}
.v2-gallery-dot.active { background: #c9a84c; transform: scale(1.3); }

/* --- 页脚 --- */
.v2-footer { background: #08080f; border-top: 1px solid rgba(201,168,76,.2); padding: 36px 0 18px; }
.v2-footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; text-align: center; }
.v2-footer-logo {
  font-size: 22px; font-weight: 900; letter-spacing: 4px; margin-bottom: 12px;
  background: linear-gradient(180deg, #f5d98a, #c9a84c); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.v2-footer-logo img {
  height: 28px; width: auto; vertical-align: middle;
  display: inline-block; margin-right: 6px;
}
.v2-footer-links { display: flex; justify-content: center; gap: 24px; margin-bottom: 14px; flex-wrap: wrap; }
.v2-footer-links a { font-size: 14px; color: #8a7a5a; transition: .2s; text-decoration: none; }
.v2-footer-links a:hover { color: #c9a84c; }
.v2-footer-copy { font-size: 12px; color: rgba(138,122,90,.5); }

/* --- 响应式 --- */
@media (max-width: 960px) {
  .v2-nav { display: none; position: absolute; top: 54px; left: 0; right: 0; width: 100%; flex-direction: column; background-color: #000000 !important; background: #000000 !important; padding: 8px 12px; border-bottom: 2px solid rgba(201,168,76,.4); z-index: 9999 !important; box-sizing: border-box; box-shadow: 0 8px 24px rgba(0,0,0,.8); }
  .v2-nav.open { display: flex !important; background-color: #000000 !important; background: #000000 !important; }
  .v2-menu-btn { display: block; }

  /* 移动端导航修复 */
  .v2-topbar-inner { padding: 0 12px; height: 54px; min-height: 54px; }
  .v2-topbar { height: 54px; min-height: 54px; }
  .v2-logo-img { height: 64px; margin-top: 5px; margin-bottom: -5px; }
  .v2-topbar-right { gap: 8px; }
  .v2-lang-select { padding: 4px 22px 4px 8px; font-size: 12px; }
  .v2-menu-btn { font-size: 20px; padding: 6px 10px; background: rgba(201,168,76,.15); border: 1px solid rgba(201,168,76,.4); border-radius: 6px; color: #c9a84c; cursor: pointer; }
  .v2-nav a { padding: 10px 14px; font-size: 14px; border-bottom: 1px solid rgba(201,168,76,.1); border-radius: 0; height: auto; }
  .v2-nav a:last-child { border-bottom: none; }
  .v2-nav a:hover::after { display: none; }
  .v2-social { display: none; }
  .v2-hero-title { font-size: 40px; }
  .v2-game-logo { font-size: 36px; letter-spacing: 4px; }
  .v2-news-body { grid-template-columns: 1fr; }
  .v2-section { padding: 40px 0 20px; }
  .v2-section-header { margin-bottom: 16px; }
  .v2-part-num { font-size: 11px; margin-bottom: 0; }
  .v2-section-title { font-size: 22px; letter-spacing: 3px; gap: 10px; }
  .v2-section-title::before, .v2-section-title::after { width: 30px; }
  .v2-section-en { font-size: 10px; margin-top: 4px; }
  .v2-char-body { display: block; position: relative; height: calc(100vh - 200px); min-height: 420px; max-width: 100%; width: 100%; }
  .v2-char-portrait { position: absolute; top:0;right:0;bottom:0;left:0; }
  .v2-char-portrait img { position: absolute; top:0;right:0;bottom:0;left:0; width: 100%; height: 100%; object-fit: contain; object-position: center top; filter: brightness(0.7); max-height: none; max-width: none; }
  .v2-char-info {
    position: absolute; top:0;right:0;bottom:0;left:0; z-index: 2;
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 16px 14px 12px; width: 100%; box-sizing: border-box;
    background: linear-gradient(180deg, transparent 0%, rgba(10,10,18,.2) 25%, rgba(10,10,18,.75) 55%, rgba(10,10,18,.95) 100%);
  }
  .v2-gallery-frame img { height: 280px; }
}
@media (max-width: 640px) {
  .v2-hero { min-height: 580px; }
  .v2-hero-overlay {
    background:
      linear-gradient(180deg, rgba(10,10,25,.4) 0%, rgba(10,10,18,.7) 60%, rgba(10,10,18,.9) 100%),
      url('../img/v2-hero-phone-bg.jpg') center center / cover no-repeat;
  }
  .v2-hero-title { font-size: 28px; }
  .v2-game-logo { font-size: 28px; letter-spacing: 2px; }
  .v2-game-subtitle { font-size: 14px; letter-spacing: 4px; }
  .v2-download-box { flex-direction: column; padding: 14px; gap: 12px; }
  .v2-section-title { font-size: 22px; letter-spacing: 3px; }
  .v2-section-title::before, .v2-section-title::after { width: 28px; }
  .v2-news-panel { padding: 16px; }
  .v2-news-tabs { overflow-x: auto; }
  .v2-news-tab { padding: 8px 16px; font-size: 13px; white-space: nowrap; }
  .v2-char-name { font-size: 26px; margin-bottom: 2px; }
  .v2-char-title-en { font-size: 12px; margin-bottom: 10px; }
  .v2-char-meta { gap: 6px; margin-bottom: 10px; }
  .v2-char-meta span { font-size: 10px; padding: 2px 6px; }
  .v2-char-desc { font-size: 12px; line-height: 1.6; margin-bottom: 12px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
  .v2-char-skills { gap: 8px; margin-bottom: 12px; }
  .v2-skill-icon { width: 48px; height: 48px; border-radius: 8px; font-size: 20px; }
  .v2-char-carousel { gap: 8px; }
  .v2-char-arrow { width: 24px; height: 24px; }
  .v2-char-arrow svg { width: 12px; height: 12px; }
  .v2-char-thumb { width: 36px; height: 36px; }
  .v2-news-featured img { height: 200px; }
}

/* ============================================================
   全屏滚动分页系统（FullPage Scroll）
   ============================================================ */
.fp-container {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.fp-page {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0; left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  transition: opacity .7s ease, transform .7s ease, visibility .7s ease;
  overflow: hidden;
  background-color: #0a0a12;
}
.fp-page.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 2;
}
.fp-page.prev {
  transform: translateY(-60px);
}

/* 页面右侧圆点指示器 */
.fp-dots {
  position: fixed;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 900;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.fp-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(201,168,76,.3);
  border: 1px solid rgba(201,168,76,.5);
  cursor: pointer;
  transition: .3s;
  position: relative;
}
.fp-dot:hover { background: rgba(201,168,76,.6); }
.fp-dot.active {
  background: #c9a84c;
  box-shadow: 0 0 12px rgba(201,168,76,.8);
  transform: scale(1.3);
}
.fp-dot::after {
  content: attr(data-label);
  position: absolute;
  right: 22px; top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 12px; color: #c9a84c;
  opacity: 0; transition: .2s;
  pointer-events: none;
  background: rgba(10,10,18,.85);
  padding: 4px 10px; border-radius: 4px;
  border: 1px solid rgba(201,168,76,.3);
}
.fp-dot:hover::after { opacity: 1; }

/* 左侧垂直导航（子页面显示） */
.fp-sidenav {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) translateX(-120%);
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transition: transform .6s ease .3s;
}
.fp-sidenav.show {
  transform: translateY(-50%) translateX(0);
}
.fp-sidenav-icon {
  width: 54px; height: 54px;
  border-radius: 20%;
  background: rgba(10,10,18,.85);
  border: 2px solid rgba(201,168,76,.55);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 20px rgba(201,168,76,.45);
  margin-bottom: 12px;
  overflow: hidden;
}
.fp-sidenav-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 4px rgba(201,168,76,.6));
}
.fp-sidenav a {
  padding: 8px 15px;
  font-size: 13px; font-weight: 600;
  color: #a89870;
  text-decoration: none;
  background: rgba(20,20,35,.7);
  border: 1px solid rgba(201,168,76,.25);
  border-radius: 4px;
  transition: .25s;
  text-align: center;
  min-width: 100px;
  -webkit-backdrop-filter:
  backdrop-filter: blur(4px);
}
.fp-sidenav a:hover {
  color: #f5d98a;
  border-color: rgba(201,168,76,.6);
  background: rgba(201,168,76,.15);
}
.fp-sidenav a.active {
  background: linear-gradient(135deg, #c9a84c, #a67c3e);
  color: #1a1a2e;
  border-color: #c9a84c;
  box-shadow: 0 0 15px rgba(201,168,76,.4);
}

/* 加载过渡遮罩 */
.fp-loader {
  position: fixed;
  top:0;right:0;bottom:0;left:0;
  background: radial-gradient(ellipse at center, #1a1a2e 0%, #0a0a12 100%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.fp-loader.show {
  opacity: 1;
  visibility: visible;
}
.fp-loader-logo {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 6px;
  background: linear-gradient(180deg, #f5d98a 0%, #c9a84c 50%, #8b6914 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 40px rgba(201,168,76,.3);
  margin-bottom: 8px;
  animation: fpLogoPulse 2s ease-in-out infinite;
}
.fp-loader-sub {
  font-size: 13px;
  color: #6a5a3a;
  letter-spacing: 8px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.fp-loader-bar-wrap {
  width: 280px;
  height: 3px;
  background: rgba(201,168,76,.15);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.fp-loader-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #8b6914, #c9a84c, #f5d98a, #c9a84c, #8b6914);
  background-size: 200% 100%;
  border-radius: 2px;
  transition: width .1s linear;
  animation: fpBarShimmer 1.5s linear infinite;
}
.fp-loader-text {
  margin-top: 14px;
  font-size: 12px;
  color: #6a5a3a;
  letter-spacing: 3px;
}
.fp-loader-deco {
  position: absolute;
  width: 120px; height: 120px;
  border: 1px solid rgba(201,168,76,.15);
  border-radius: 50%;
  animation: fpRotate 20s linear infinite;
}
.fp-loader-deco::before {
  content: '';
  position: absolute;
  top: -4px; left: 50%;
  width: 8px; height: 8px;
  background: #c9a84c;
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 10px #c9a84c;
}
.fp-loader-deco.d2 {
  width: 180px; height: 180px;
  animation-direction: reverse;
  animation-duration: 30s;
  border-style: dashed;
}
@keyframes fpLogoPulse {
  0%, 100% { opacity: 1; filter: brightness(1); }
  50% { opacity: .85; filter: brightness(1.2); }
}
@keyframes fpBarShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes fpRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* 滚动提示（仅首页） */
.fp-scroll-hint {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(201,168,76,.6);
  font-size: 11px;
  letter-spacing: 3px;
  animation: fpBounce 2s ease-in-out infinite;
}
.fp-scroll-hint .arrow {
  width: 24px; height: 24px;
  border-right: 2px solid rgba(201,168,76,.5);
  border-bottom: 2px solid rgba(201,168,76,.5);
  transform: rotate(45deg);
}
@keyframes fpBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ===== YouTube 视频弹窗 ===== */
.video-modal {
  position: fixed;
  top:0;right:0;bottom:0;left:0;
  background: rgba(5, 5, 12, .88);
  -webkit-backdrop-filter:
  backdrop-filter: blur(6px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
  padding: 20px;
}
.video-modal.show {
  opacity: 1;
  visibility: visible;
}
.video-modal-box {
  position: relative;
  width: 100%;
  max-width: 900px;
  background: #0a0a12;
  border: 2px solid rgba(201,168,76,.5);
  border-radius: 8px;
  box-shadow: 0 0 50px rgba(201,168,76,.25), 0 20px 60px rgba(0,0,0,.6);
  transform: scale(.92);
  transition: transform .3s;
}
.video-modal.show .video-modal-box {
  transform: scale(1);
}
.video-modal-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c9a84c, #8b6914);
  color: #1a1a2e;
  border: 2px solid #0a0a12;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  z-index: 10;
  transition: transform .2s, box-shadow .2s;
}
.video-modal-close:hover {
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 0 15px rgba(201,168,76,.6);
}
.video-modal-player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 6px;
  overflow: hidden;
  background: #000;
}
.video-modal-player iframe {
  position: absolute;
  top:0;right:0;bottom:0;left:0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-modal-placeholder {
  position: absolute;
  top:0;right:0;bottom:0;left:0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1a 50%, #1a1a2e 100%);
  gap: 12px;
}
.video-modal-placeholder-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c9a84c, #8b6914);
  color: #1a1a2e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  padding-left: 6px;
  box-shadow: 0 0 30px rgba(201,168,76,.5);
  animation: videoPulse 2s ease-in-out infinite;
}
@keyframes videoPulse {
  0%, 100% { box-shadow: 0 0 20px rgba(201,168,76,.4); }
  50% { box-shadow: 0 0 40px rgba(201,168,76,.7); }
}
.video-modal-placeholder-text {
  font-size: 20px;
  font-weight: bold;
  color: #f5d98a;
  letter-spacing: 3px;
}
.video-modal-placeholder-sub {
  font-size: 13px;
  color: #6a5a3a;
  letter-spacing: 2px;
}
@media (max-width: 640px) {
  .video-modal-box { max-width: 100%; }
  .video-modal-placeholder-text { font-size: 16px; }
}

/* 全屏模式下顶栏透明化 */
.fp-container ~ .v2-topbar,
body.fp-active .v2-topbar {
  background: linear-gradient(180deg, rgba(10,10,18,.85) 0%, rgba(17,17,28,.6) 100%);
  -webkit-backdrop-filter:
  backdrop-filter: blur(8px);
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
}

/* 全屏模式：禁止 body 滚动，隐藏普通页脚 */
body.fp-active {
  overflow: hidden;
  height: 100vh;
}
body.fp-active .v2-footer {
  display: none;
}

/* 全屏页面内容适配：减少内边距确保一屏显示 */
.fp-page .v2-section {
  padding: 70px 40px 30px;
  min-height: 100vh;
}
.fp-page.v2-hero {
  padding: 0;
}
.fp-page .v2-section-header {
  margin-bottom: 20px;
}
.fp-page .v2-part-num {
  font-size: 42px;
}
.fp-page .v2-section-title {
  font-size: 26px;
  margin: 4px 0 4px;
}

/* 全屏模式：新闻面板紧凑 */
.fp-page.v2-section-dark {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
.fp-page .v2-news-panel {
  padding: 16px 24px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.fp-page .v2-news-tabs {
  margin-bottom: 12px;
}
.fp-page .v2-news-tab {
  padding: 6px 18px;
  font-size: 13px;
}
.fp-page .v2-news-featured img {
  height: 220px;
}

/* 全屏模式：角色区内容垂直居中 */
.fp-page.v2-char-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}

/* 全屏模式：角色区紧凑 */
.fp-page .v2-char-body {
  gap: 30px;
  max-width: 1100px;
}
.fp-page .v2-char-name {
  font-size: 32px;
}
.fp-page .v2-char-desc {
  font-size: 13px;
  line-height: 1.7;
  margin: 10px 0;
}
.fp-page .v2-char-portrait img {
  max-height: 580px;
}

/* 角色区背景暗化遮罩 */
.fp-page.v2-char-section.active::before {
  content: '';
  position: absolute;
  top:0;right:0;bottom:0;left:0;
  background: linear-gradient(135deg, rgba(8,8,18,.72) 0%, rgba(15,12,25,.55) 50%, rgba(8,8,18,.75) 100%);
  z-index: 0;
  pointer-events: none;
}
.fp-page.v2-char-section.active > .v2-section-header,
.fp-page.v2-char-section.active > .v2-char-body {
  position: relative;
  z-index: 1;
}

/* 全屏模式：画廊紧凑 */
.fp-page .v2-gallery-frame {
  max-width: 700px;
  margin: 0 auto;
}
.fp-page .v2-gallery-frame img {
  height: 320px;
}

/* 最后一页：flex 布局，版权贴底部 */
.fp-page.v2-gallery-section .v2-section-header {
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: 80px;
}

/* 最后一页底部下载区 + 页脚信息 */
.fp-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  text-align: center;
  padding: 2px 20px 20px;
}
.fp-bottom-divider {
  width: 200px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,.5), transparent);
  margin: 0 auto 16px;
}
.fp-bottom-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.fp-bottom-links a {
  color: #8a7a50;
  text-decoration: none;
  font-size: 12px;
  transition: .2s;
}
.fp-bottom-links a:hover { color: #c9a84c; }
.fp-bottom-copy {
  color: #5a4a30;
  font-size: 11px;
  letter-spacing: 1px;
}

/* 辅12级游戏分级标识 */
.fp-bottom-rating {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
  padding: 12px 16px;
  background: rgba(255,255,255,.04);
  border-radius: 6px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.fp-rating-icon {
  width: 80px;
  height: auto;
  flex-shrink: 0;
  border-radius: 4px;
}
.fp-rating-text {
  text-align: left;
  flex: 1;
}
.fp-rating-text p {
  color: #8a7a50;
  font-size: 11px;
  line-height: 1.6;
  margin: 0 0 4px 0;
}
.fp-rating-text p:last-child { margin-bottom: 0; }

/* 响应式 */
@media (max-width: 900px) {
  .fp-sidenav { display: none; }
  .fp-dots { right: 10px; gap: 10px; }
  .fp-dot { width: 8px; height: 8px; }
  .fp-loader-logo { font-size: 28px; letter-spacing: 3px; }
  .fp-loader-bar-wrap { width: 200px; }

  /* ===== 移动端：新闻区 PART 01 ===== */
  .fp-page.v2-section-dark {
    padding: 100px 12px 30px;
    overflow-x: hidden;
  }

  /* ===== 移动端：众神区 PART 02 ===== */
  .fp-page.v2-char-section {
    padding: 100px 12px 30px !important;
    overflow-x: hidden;
  }

  /* ===== 移动端：下载区 PART 03 ===== */
  .fp-page.v2-gallery-section {
    padding: 100px 12px 30px;
    overflow-x: hidden;
  }

  /* 所有 part 页面标题统一修复 */
  .fp-page .v2-section-header {
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
  }
  .fp-page .v2-part-num {
    font-size: 12px;
    letter-spacing: 3px;
    color: rgba(201, 168, 76, 0.9);
    text-shadow: 0 1px 4px rgba(0,0,0,.8);
  }
  .fp-page .v2-section-title {
    font-size: 24px;
    letter-spacing: 4px;
    color: #f5e6c8;
    text-shadow: 0 2px 8px rgba(0,0,0,.8);
  }
  .fp-page .v2-section-title::before,
  .fp-page .v2-section-title::after {
    width: 30px;
  }
  .fp-page .v2-section-en {
    font-size: 11px;
    letter-spacing: 2px;
    color: rgba(201, 168, 76, 0.85);
    text-shadow: 0 1px 4px rgba(0,0,0,.8);
  }

  /* 新闻面板 */
  .fp-page .v2-news-panel {
    padding: 14px 14px 16px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  /* 分类标签：横向滚动，隐藏滚动条 */
  .fp-page .v2-news-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-bottom: 14px;
    gap: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .fp-page .v2-news-tabs::-webkit-scrollbar {
    display: none;
  }
  .fp-page .v2-news-tab {
    padding: 8px 14px;
    font-size: 13px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  /* 新闻主体：单列布局 */
  .fp-page .v2-news-body {
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
  }

  /* 精选新闻图片 */
  .fp-page .v2-news-featured img {
    height: 180px;
    width: 100%;
  }
  .fp-page .v2-news-featured-info {
    padding: 12px 14px;
  }
  .fp-page .v2-news-featured-info h3 {
    font-size: 15px;
  }

  /* 新闻列表：防止溢出 */
  .fp-page .v2-news-list {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .fp-page .v2-news-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    padding: 7px 0;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(201,168,76,.08);
  }
  .fp-page .v2-news-item-cat {
    font-size: 10px;
    padding: 2px 6px;
    flex-shrink: 0;
    order: 1;
  }
  .fp-page .v2-news-item-title {
    font-size: 13px;
    flex: 1 1 auto;
    order: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
  }
  .fp-page .v2-news-item-date {
    font-size: 11px;
    flex-shrink: 0;
    order: 3;
    white-space: nowrap;
    color: rgba(201,168,76,.6);
  }

  /* 移动端只显示4条新闻 */
  .fp-page .v2-news-item:nth-child(n+5) {
    display: none !important;
  }

  /* More 按钮 */
  .fp-page .v2-news-more {
    margin-top: 14px;
  }
  .fp-page .v2-news-more a {
    padding: 6px 18px;
    font-size: 12px;
  }

  /* 防止整个页面水平溢出 */
  .fp-container,
  .fp-page,
  .fp-page * {
    max-width: 100%;
  }
}

/* ============================================================
   小屏高度适配（iPhone 14 以下，如 iPhone SE 667px 高度）
   ============================================================ */
@media (max-width: 900px) and (max-height: 750px) {
  .fp-page {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .fp-page.v2-section-dark,
  .fp-page.v2-char-section,
  .fp-page.v2-gallery-section {
    padding: 70px 12px 20px !important;
  }
  .fp-page .v2-section-header {
    margin-bottom: 12px;
  }
  .fp-page .v2-part-num {
    font-size: 10px;
  }
  .fp-page .v2-section-title {
    font-size: 20px;
    letter-spacing: 3px;
    margin: 2px 0;
  }
  .fp-page .v2-section-title::before,
  .fp-page .v2-section-title::after {
    width: 24px;
  }
  .fp-page .v2-section-en {
    font-size: 9px;
    margin-top: 2px;
  }
  .v2-hero {
    min-height: auto !important;
    padding-bottom: 20px;
  }
  .v2-hero-content {
    padding-top: 80px;
    gap: 12px;
  }
  .v2-game-logo {
    font-size: 24px !important;
    letter-spacing: 2px !important;
  }
  .v2-game-subtitle {
    font-size: 12px !important;
    letter-spacing: 3px !important;
  }
  .v2-hero-title {
    font-size: 24px !important;
  }
  .v2-hero-tagline {
    font-size: 14px !important;
  }
  .v2-play-btn {
    width: 56px;
    height: 56px;
  }
  .v2-play-btn svg {
    width: 22px;
    height: 22px;
  }
  .v2-download-box {
    padding: 10px 12px !important;
    gap: 8px !important;
    margin-top: 12px !important;
  }
  .v2-download-qrcode {
    width: 70px;
    height: 70px;
  }
  .v2-download-btn {
    padding: 8px 14px !important;
    font-size: 12px !important;
    min-height: 36px;
  }
  .v2-download-btn svg {
    width: 16px;
    height: 16px;
  }
  .fp-page .v2-news-panel {
    padding: 12px !important;
  }
  .fp-page .v2-news-tabs {
    margin-bottom: 10px;
  }
  .fp-page .v2-news-tab {
    padding: 6px 12px;
    font-size: 12px;
  }
  .fp-page .v2-news-featured img {
    height: 140px !important;
  }
  .fp-page .v2-news-featured-info {
    padding: 10px 12px;
  }
  .fp-page .v2-news-featured-info h3 {
    font-size: 14px;
  }
  .fp-page .v2-news-body {
    gap: 12px;
  }
  .fp-page .v2-news-item {
    padding: 6px 0;
    font-size: 12px;
  }
  .fp-page .v2-news-more {
    margin-top: 10px;
  }
  .v2-char-body {
    height: calc(100vh - 180px) !important;
    min-height: 260px !important;
    max-height: calc(100vh - 180px) !important;
    overflow: hidden !important;
  }
  .v2-char-info {
    padding: 10px 10px 8px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .v2-char-name {
    font-size: 22px !important;
  }
  .v2-char-title-en {
    font-size: 11px !important;
    margin-bottom: 8px !important;
  }
  .v2-char-meta {
    gap: 4px;
    margin-bottom: 8px !important;
  }
  .v2-char-meta span {
    font-size: 9px;
    padding: 2px 5px;
  }
  .v2-char-desc {
    font-size: 10px !important;
    line-height: 1.4 !important;
    margin-bottom: 8px !important;
    -webkit-line-clamp: 1 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
  .v2-char-skills {
    gap: 6px !important;
    margin-bottom: 10px !important;
  }
  .v2-skill-icon {
    width: 34px !important;
    height: 34px !important;
    border-radius: 6px !important;
  }
  .v2-char-carousel {
    gap: 6px;
  }
  .v2-char-thumb {
    width: 32px !important;
    height: 32px !important;
  }
  .v2-gallery-frame img {
    height: 200px !important;
  }
}

@media (max-width: 900px) and (max-height: 600px) {
  .fp-page.v2-section-dark,
  .fp-page.v2-char-section,
  .fp-page.v2-gallery-section {
    padding: 60px 10px 16px !important;
  }
  .v2-hero-content {
    padding-top: 70px;
    gap: 8px;
  }
  .v2-game-logo {
    font-size: 20px !important;
  }
  .v2-hero-title {
    font-size: 20px !important;
  }
  .v2-hero-tagline {
    font-size: 12px !important;
  }
  .v2-play-btn {
    width: 48px;
    height: 48px;
  }
  .v2-download-box {
    padding: 8px 10px !important;
  }
  .v2-download-qrcode {
    width: 60px;
    height: 60px;
  }
  .v2-download-btn {
    padding: 6px 12px !important;
    font-size: 11px !important;
    min-height: 32px;
  }
  .fp-page .v2-news-featured img {
    height: 120px !important;
  }
  .v2-char-body {
    height: calc(100vh - 120px) !important;
    min-height: 260px !important;
    max-height: calc(100vh - 120px) !important;
    overflow: hidden !important;
  }
}

/* ===== 移动端汉堡导航 - 恢复以前样式 ===== */
@media (max-width: 1024px) {
  .v2-nav {
    display: none !important;
    position: absolute !important;
    top: 54px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    flex-direction: column !important;
    background-color: #0a0a12 !important;
    background: #0a0a12 !important;
    padding: 0 24px !important;
    border-bottom: 1px solid rgba(201,168,76,.3) !important;
    z-index: 99999 !important;
    box-sizing: border-box !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
  }
  .v2-nav.open {
    display: flex !important;
    background-color: #0a0a12 !important;
    background: #0a0a12 !important;
  }
  .v2-nav a {
    padding: 18px 0 !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    border-bottom: 1px solid rgba(201,168,76,.2) !important;
    border-radius: 0 !important;
    height: auto !important;
    color: #c8b890 !important;
    background: transparent !important;
    position: relative !important;
    display: block !important;
  }
  .v2-nav a:hover {
    background: transparent !important;
    color: #f5d98a !important;
  }
  .v2-nav a.active {
    color: #f5d98a !important;
  }
  .v2-nav a.active::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 60px !important;
    height: 3px !important;
    background: linear-gradient(90deg, #c9a84c, transparent) !important;
  }
  .v2-menu-btn {
    display: block !important;
    font-size: 24px !important;
    padding: 6px 12px !important;
    background: transparent !important;
    border: none !important;
    color: #c9a84c !important;
    cursor: pointer !important;
  }
  .v2-social {
    display: none !important;
  }
  .v2-char-body {
    height: calc(100vh - 180px) !important;
    min-height: 260px !important;
    max-height: calc(100vh - 180px) !important;
    overflow: hidden !important;
    transform: translateY(-40px) !important;
  }
  .fp-bottom {
    bottom: 40px !important;
  }
  .v2-qr {
    display: none !important;
  }
  .fp-scroll-hint {
    bottom: 70px !important;
  }
  /* 技能提示框小屏适配：固定底部居中，完整显示 */
  .v2-skill-tip {
    position: fixed !important;
    top: -90px !important;
    right: -150px !important;
    left: auto !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    width: 50vw !important;
    max-width: 70vw !important;
    min-width: auto !important;
    max-height: 50vh !important;
    overflow-y: auto !important;
    z-index: 99999 !important;
    padding: 14px 18px !important;
  }
  .v2-skill-tip::after {
    display: none !important;
  }
  .v2-skill-tip-name {
    font-size: 16px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .v2-skill-tip-desc {
    font-size: 13px !important;
    line-height: 1.7 !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  /* 强制.show类可见 */
  .v2-skill-icon .v2-skill-tip.show {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    transform: translateY(-50%) !important;
  }
}




