:root {
  --bg: #050807;
  --panel: #111716;
  --panel2: #171d1c;
  --cyan: #5ec7b4;
  --cyan2: #79ead7;
  --gold: #f5a400;
  --line: rgba(94, 199, 180, .24);
  --text: rgba(255,255,255,.9);
  --muted: rgba(255,255,255,.68);
  --wrap: min(1200px, calc(100vw - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.site-n2c827 {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--bg);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.75;
}
body.site-n2c827::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% -10%, rgba(94,199,180,.16), transparent 30%),
    radial-gradient(circle at 12% 30%, rgba(94,199,180,.08), transparent 26%),
    #050807;
}

.top-n2c827 {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 86px;
  padding: 12px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  border-bottom: 2px solid rgba(94,199,180,.82);
  background: rgba(4, 7, 7, .88);
  backdrop-filter: blur(14px);
}
.logo-n2c827 {
  color: var(--cyan);
  text-decoration: none;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(94,199,180,.9), 0 0 34px rgba(94,199,180,.42);
}
.nav-n2c827 {
  position: absolute;
  right: 34px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav-n2c827 a {
  color: rgba(255,255,255,.72);
  text-decoration: none;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}
.nav-n2c827 a:hover,
.nav-n2c827 a.active {
  color: #06100e;
  background: var(--cyan);
}

.hero-n2c827 {
  position: relative;
  min-height: 575px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  box-shadow: inset 0 -18px 32px rgba(94,199,180,.16);
}
.hero-bg-n2c827 {
  position: absolute;
  inset: 0;
}
.hero-bg-n2c827::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,8,7,.84), rgba(5,8,7,.45), rgba(5,8,7,.88)),
    linear-gradient(180deg, rgba(5,8,7,.18), rgba(5,8,7,.86));
}
.hero-bg-n2c827 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.82) brightness(.58);
}
.hero-content-n2c827 {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 40px));
  padding: 40px 0 36px;
  text-align: center;
}
.hero-content-n2c827 h1 {
  margin: 0;
  color: var(--cyan);
  font-size: clamp(36px, 5.4vw, 58px);
  line-height: 1.25;
  font-weight: 900;
  text-shadow: 0 0 14px rgba(94,199,180,.82);
}
.subtitle-n2c827 {
  margin: 22px auto 0;
  max-width: 720px;
  color: #fff;
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 700;
}
.notice-n2c827 {
  margin: 30px auto 0;
  max-width: 680px;
  color: var(--gold);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}
.hero-download-n2c827 {
  width: min(492px, 100%);
  min-height: 80px;
  margin: 50px auto 16px;
  padding: 0 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border-radius: 999px;
  background: rgba(94,199,180,.82);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 34px rgba(94,199,180,.38), inset 0 1px 0 rgba(255,255,255,.18);
  transition: transform .18s ease, box-shadow .18s ease;
}
.hero-download-n2c827:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 44px rgba(94,199,180,.55), inset 0 1px 0 rgba(255,255,255,.18);
}
.hero-download-n2c827 span {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 900;
}
.hero-download-n2c827 em {
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(10, 34, 31, .35);
  font-style: normal;
  font-weight: 800;
}
.meta-n2c827 {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  color: rgba(255,255,255,.78);
  font-size: 14px;
}

.section-n2c827 {
  width: var(--wrap);
  margin: 86px auto 0;
}
.section-title-n2c827 {
  margin: 0 0 42px;
  text-align: center;
}
.section-title-n2c827 h2 {
  margin: 0;
  color: var(--cyan);
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 900;
  text-shadow: 0 0 14px rgba(94,199,180,.7);
}
.section-title-n2c827::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: 16px auto 0;
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(94,199,180,.9);
}

.updates-n2c827 [class*="update-log-list-"],
.updates-n2c827 [class*="card-content-"].update-log-list-n2c8 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.updates-n2c827 [class*="section-header-"],
.updates-n2c827 [class*="section-title-"],
.updates-n2c827 [class*="title-underline-"] {
  display: none;
}
.updates-n2c827 [class*="section-container-"],
.updates-n2c827 [class*="guide-content-grid-"],
.updates-n2c827 [class*="guide-card-"],
.updates-n2c827 [class*="card-content-"] {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  display: block;
}
.updates-n2c827 [class*="update-log-item-"] {
  min-height: 300px;
  padding: 30px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--cyan);
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  box-shadow: 0 18px 42px rgba(0,0,0,.24);
  overflow: hidden;
}
.updates-n2c827 [class*="update-log-item-"]:nth-child(n+4) {
  display: none;
}
.updates-n2c827 [class*="update-log-date-"] {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(94,199,180,.12);
  color: rgba(255,255,255,.72);
  font-size: 14px;
  font-weight: 700;
}
.updates-n2c827 [class*="update-log-body-"] {
  color: rgba(255,255,255,.86);
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.updates-n2c827 [class*="update-log-body-"] p {
  margin: 0 0 14px;
}

.shots-n2c827,
.shots-n2c827 [class*="screenshot-list-"] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.shots-n2c827 [class*="screenshot-item-"] {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(94,199,180,.2);
  border-radius: 10px;
  background: var(--panel);
  box-shadow: 0 16px 34px rgba(0,0,0,.28);
}
.shots-n2c827 [class*="screenshot-img-"] {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  filter: brightness(.82) saturate(.95);
  transition: transform .25s ease, filter .25s ease;
}
.shots-n2c827 [class*="screenshot-item-"]:hover [class*="screenshot-img-"] {
  transform: scale(1.035);
  filter: brightness(1) saturate(1.08);
}

.intro-grid-n2c827 {
  display: grid;
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.intro-image-n2c827 {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
  box-shadow: 0 18px 42px rgba(0,0,0,.24);
}
.intro-image-n2c827 img {
  width: 100%;
  aspect-ratio: 4 / 3.2;
  object-fit: cover;
  display: block;
}
.prose-n2c827 {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.055);
  color: rgba(255,255,255,.78);
  font-size: 16px;
}
.intro-copy-n2c827 {
  max-height: 420px;
  overflow: hidden;
}
.intro-copy-n2c827::after {
  content: "";
  display: block;
  height: 60px;
  margin-top: -60px;
  background: linear-gradient(transparent, rgba(13, 19, 18, .96));
}
.guide-n2c827 {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}
.guide-n2c827 p:nth-child(n+7) {
  display: none;
}
.prose-n2c827 p { margin: 0 0 14px; }
.prose-n2c827 h1,
.prose-n2c827 h2,
.prose-n2c827 h3 {
  margin: 18px 0 10px;
  color: var(--cyan);
  font-size: 20px;
}

.tail-n2c827 {
  width: var(--wrap);
  margin: 82px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 24px;
}
.download-n2c827,
.links-n2c827 {
  min-height: 290px;
  padding: 36px 34px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(94,199,180,.18), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  text-align: center;
  box-shadow: 0 18px 44px rgba(0,0,0,.28);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.download-n2c827 p,
.links-n2c827 p {
  margin: 0;
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
}
.download-n2c827 h2,
.links-n2c827 h2 {
  margin: 8px 0 22px;
  color: var(--cyan);
  font-size: clamp(28px, 3.6vw, 44px);
  text-shadow: 0 0 14px rgba(94,199,180,.62);
}
.download-n2c827 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(420px, 100%);
  min-height: 58px;
  border-radius: 999px;
  background: var(--cyan);
  color: #05201c;
  text-decoration: none;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 0 28px rgba(94,199,180,.35);
}

.friend-grid-n2c827 {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.friend-grid-n2c827 [class*="link-card-"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: rgba(255,255,255,.82);
  text-decoration: none;
  font-weight: 700;
}
.friend-grid-n2c827 [class*="link-card-"]:hover {
  color: var(--cyan2);
}

.footer-n2c827 {
  width: var(--wrap);
  margin: 72px auto 34px;
  padding: 20px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  color: rgba(255,255,255,.7);
}
.footer-n2c827 a {
  color: rgba(255,255,255,.7);
  text-decoration: none;
}

#hero,
#updates,
#screenshots,
#intro,
#guide,
#download {
  scroll-margin-top: 100px;
}

@media (max-width: 980px) {
  :root { --wrap: min(100% - 28px, 720px); }
  .top-n2c827 {
    position: relative;
    flex-direction: column;
    gap: 14px;
  }
  .nav-n2c827 {
    position: static;
    justify-content: center;
  }
  .hero-n2c827 {
    min-height: 620px;
  }
  .updates-n2c827 [class*="update-log-list-"],
  .shots-n2c827,
  .shots-n2c827 [class*="screenshot-list-"],
  .intro-grid-n2c827 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .hero-download-n2c827 {
    flex-direction: column;
    gap: 8px;
    min-height: 88px;
  }
  .section-n2c827,
  .tail-n2c827 {
    margin-top: 58px;
  }
  .tail-n2c827 {
    grid-template-columns: 1fr;
  }
  .updates-n2c827 [class*="update-log-item-"],
  .prose-n2c827 {
    padding: 22px;
  }
}
