body {
  margin: 0;
  padding: 0;
  font-family: 'Audiowide', 'Orbitron', '微软雅黑', Arial, sans-serif;
  background: #0f1021;
  color: #e0e7ef;
  overflow-x: hidden;
}
.cyber-bg {
  position: fixed;
  z-index: 0;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 60% 20%, #3b82f6 0%, #a21caf 40%, #0f1021 100%);
  animation: cyberMove 12s linear infinite alternate;
  pointer-events: none;
}
@keyframes cyberMove {
  0% { filter: blur(0px) brightness(1.1); }
  100% { filter: blur(8px) brightness(1.2); }
}
.container {
  max-width: 900px;
  margin: 48px auto 0 auto;
  background: rgba(20, 22, 40, 0.92);
  border-radius: 22px;
  box-shadow: 0 0 32px 8px #a21caf55, 0 0 0 4px #38bdf8;
  overflow: hidden;
  border: 3px solid #38bdf8;
  position: relative;
  z-index: 1;
}
header {
  background: linear-gradient(90deg, #a21caf 0%, #38bdf8 100%);
  padding: 28px 0 14px 0;
  text-align: center;
  border-bottom: 3px solid #0ea5e9;
  box-shadow: 0 4px 24px #a21caf44;
}
.logo {
  font-family: 'Orbitron', 'Audiowide', Arial, sans-serif;
  font-size: 2.6rem;
  color: #fff;
  letter-spacing: 3px;
  text-shadow: 0 0 12px #38bdf8, 0 0 32px #a21caf, 2px 2px 0 #0ea5e9;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.logo-icon {
  font-size: 2.2rem;
  filter: drop-shadow(0 0 8px #38bdf8);
  animation: logoPulse 2.5s infinite alternate;
}
@keyframes logoPulse {
  0% { filter: drop-shadow(0 0 8px #38bdf8); }
  100% { filter: drop-shadow(0 0 18px #a21caf); }
}
.logo-text {
  font-family: 'Orbitron', 'Audiowide', Arial, sans-serif;
  font-weight: 700;
}
nav {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.tab-btn {
  background: linear-gradient(90deg, #0ea5e9 0%, #a21caf 100%);
  color: #fff;
  border: 2px solid #38bdf8;
  border-radius: 10px 10px 0 0;
  font-size: 1.08rem;
  font-family: 'Audiowide', 'Orbitron', Arial, sans-serif;
  padding: 10px 30px;
  margin: 0 2px;
  cursor: pointer;
  outline: none;
  box-shadow: 0 2px 0 #a21caf, 0 0 8px #38bdf8;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
  position: relative;
  z-index: 2;
}
.tab-btn.active, .tab-btn:hover {
  background: linear-gradient(90deg, #a21caf 0%, #38bdf8 100%);
  color: #fff;
  box-shadow: 0 0 16px #38bdf8, 0 0 32px #a21caf;
  transform: translateY(-2px) scale(1.04);
}
.lang-switch {
  display: inline-block;
  margin-left: 18px;
  vertical-align: middle;
}
.lang-btn {
  background: #181c2f;
  color: #38bdf8;
  border: 2px solid #a21caf;
  border-radius: 6px;
  font-size: 1rem;
  font-family: 'Audiowide', 'Orbitron', Arial, sans-serif;
  padding: 6px 16px;
  margin-left: 4px;
  cursor: pointer;
  outline: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 0 8px #a21caf44;
}
.lang-btn.active, .lang-btn:hover {
  background: #a21caf;
  color: #fff;
  box-shadow: 0 0 16px #38bdf8;
}
main {
  padding: 38px 32px 28px 32px;
  min-height: 420px;
  position: relative;
  z-index: 1;
}
.tab-content {
  display: none;
  animation: fadeIn 0.5s;
}
.tab-content.active {
  display: block;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.studio-highlight {
  color: #38bdf8;
  text-shadow: 0 0 8px #a21caf, 0 0 16px #38bdf8;
  font-family: 'Orbitron', 'Audiowide', Arial, sans-serif;
}
.game-art {
  width: 100%;
  height: auto;
  min-height: 140px;
  background: url('https://assets.codepen.io/1462889/pixel-planet.gif') center/contain no-repeat;
  margin: 32px 0 24px 0;
  border-radius: 16px;
  border: 2.5px dashed #a21caf;
  background-color: #181c2f;
  box-shadow: 0 0 24px #38bdf8, 0 0 32px #a21caf44;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 18px 0 10px 0;
}
.game-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  box-shadow: 0 0 12px #38bdf8, 0 0 8px #a21caf;
  background: #e9b467;
  object-fit: cover;
  border: 2px solid #a21caf;
  margin-bottom: 10px;
}
.game-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2px;
}
.game-info h3 {
  margin: 0 0 4px 0;
  font-size: 1.18rem;
  color: #38bdf8;
  font-family: 'Orbitron', 'Audiowide', Arial, sans-serif;
  text-shadow: 0 0 8px #a21caf;
}
.game-info p {
  margin: 0;
  font-size: 1rem;
  color: #e0e7ef;
}

/* Download Links Styles */
.download-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 24px 0;
  flex-wrap: wrap;
}

.store-link {
  display: inline-block;
  transition: transform 0.3s ease, filter 0.3s ease;
  text-decoration: none;
}

.store-link:hover {
  transform: translateY(-4px) scale(1.05);
  filter: drop-shadow(0 0 12px #38bdf8);
}

.store-link img {
  height: 50px;
  width: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(56, 189, 248, 0.3);
}

/* 调整Google Play图标尺寸，使其与App Store图标更匹配 */
.google-play img {
  height: 60px; /* 稍微增大Google Play图标 */
  filter: drop-shadow(0 0 8px #38bdf8);
}

.app-store img {
  filter: drop-shadow(0 0 8px #a21caf);
}

.google-play img {
  filter: drop-shadow(0 0 8px #38bdf8);
}

/* Mobile responsive for download links */
@media (max-width: 600px) {
  .download-links {
    gap: 12px;
    margin: 16px 0;
  }
  
  .store-link img {
    height: 40px;
  }
  
  .google-play img {
    height: 48px; /* 移动端也相应调整Google Play图标 */
  }
}
footer {
  background: linear-gradient(90deg, #a21caf 0%, #38bdf8 100%);
  color: #fff;
  text-align: center;
  padding: 16px 0;
  font-size: 1.08rem;
  border-top: 3px solid #0ea5e9;
  letter-spacing: 1px;
  font-family: 'Audiowide', 'Orbitron', Arial, sans-serif;
  text-shadow: 0 0 8px #38bdf8;
}
.footer-geek {
  color: #38bdf8;
  font-family: 'Orbitron', 'Audiowide', Arial, sans-serif;
  margin-left: 8px;
  text-shadow: 0 0 8px #a21caf, 0 0 16px #38bdf8;
}
@media (max-width: 600px) {
  .container { max-width: 100%; margin: 0; border-radius: 0; }
  main { padding: 16px 6px; }
  .logo { font-size: 1.2rem; }
  .game-icon { width: 48px; height: 48px; }
  .game-info h3 { font-size: 1rem; }
  .tab-btn, .lang-btn { font-size: 0.9rem; padding: 7px 10px; }
}
/* 保证新Tab样式一致 */
.tab-btn[data-tab="team"], .tab-btn[data-tab="contact"] {
  /* 可根据需要自定义颜色 */
}
#tab-privacy, #tab-terms {
  color: #e0e7ef;
}
#tab-privacy p, #tab-privacy h1, #tab-privacy h2, #tab-privacy h3, #tab-privacy h4, #tab-privacy h5, #tab-privacy h6,
#tab-privacy li, #tab-privacy a, #tab-privacy span,
#tab-terms p, #tab-terms h1, #tab-terms h2, #tab-terms h3, #tab-terms h4, #tab-terms h5, #tab-terms h6,
#tab-terms li, #tab-terms a, #tab-terms span {
  color: #e0e7ef !important;
  background: transparent !important;
  line-height: 1.8;
  font-size: 1.05em;
}
#tab-privacy a, #tab-terms a {
  color: #38bdf8 !important;
  text-decoration: underline;
  transition: color 0.2s;
}
#tab-privacy a:hover, #tab-terms a:hover {
  color: #a21caf !important;
}
#tab-privacy ul, #tab-terms ul, #tab-privacy ol, #tab-terms ol {
  padding-left: 2em;
}
#tab-privacy table, #tab-terms table {
  background: rgba(30,34,60,0.7) !important;
  color: #e0e7ef !important;
  border: 1px solid #38bdf8;
}

.policy-wrapper {
  max-width: 820px;
  margin: 0 auto;
  padding: 28px 20px 56px;
  font-size: 1.05rem;
  line-height: 1.8;
  font-family: 'Audiowide', 'Orbitron', '微软雅黑', Arial, sans-serif;
}

.policy-wrapper h1 {
  margin: 0 0 24px 0;
  font-size: 2.1rem;
  text-align: center;
  color: #38bdf8;
  text-shadow: 0 0 10px #a21caf66;
}

.policy-wrapper h2 {
  margin: 36px 0 12px 0;
  font-size: 1.4rem;
  color: #38bdf8;
  text-shadow: 0 0 8px #0ea5e9;
}

.policy-wrapper h3 {
  margin: 28px 0 10px 0;
  font-size: 1.2rem;
  color: #38bdf8;
  text-shadow: 0 0 6px #0ea5e988;
}

.policy-wrapper p,
.policy-wrapper ul {
  margin-bottom: 16px;
}

.policy-wrapper ul {
  padding-left: 1.6em;
}
