:root {
  --bg: #050815;
  --ink: #eef8ff;
  --muted: rgba(238, 248, 255, .72);
  --panel: rgba(8, 17, 38, .76);
  --line: rgba(125, 211, 252, .18);
  --cyan: #53e4ff;
  --blue: #2f7cff;
  --gold: #ffd66b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.site-q7s2e39 {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 14%, rgba(47, 124, 255, .24), transparent 34%),
    radial-gradient(circle at 86% 12%, rgba(83, 228, 255, .18), transparent 32%),
    linear-gradient(180deg, #06091c 0%, #081121 54%, #050815 100%);
  font-family: "Noto Sans SC", "Trebuchet MS", sans-serif;
  line-height: 1.72;
}
body.site-q7s2e39::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .24;
  background-image:
    linear-gradient(rgba(83, 228, 255, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 228, 255, .12) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, #000, transparent 78%);
}

.nav-q7s2e39 {
  position: sticky;
  top: 12px;
  z-index: 30;
  width: min(1180px, calc(100% - 28px));
  margin: 12px auto 0;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(4, 9, 24, .78);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, .22);
}
.brand-q7s2e39 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
  font-size: 16px;
  font-weight: 950;
}
.brand-q7s2e39 img {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  object-fit: cover;
  border: 2px solid var(--cyan);
  box-shadow: 0 0 22px rgba(83, 228, 255, .26);
}
.menu-q7s2e39 {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.menu-q7s2e39 a {
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  font-weight: 850;
}
.menu-q7s2e39 a.active,
.menu-q7s2e39 a:hover {
  color: #04101d;
  background: linear-gradient(135deg, var(--cyan), #9ee7ff);
}

.page-q7s2e39 {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
}
#hero, #intro, #guide, #update-log, #screenshots, #download {
  scroll-margin-top: 108px;
}

.hero-q7s2e39 {
  min-height: min(720px, calc(100vh - 76px));
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
  gap: 34px;
  align-items: center;
  padding: 54px 0 42px;
}
.eyebrow-q7s2e39 {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .2em;
}
.hero-copy-q7s2e39 h1 {
  margin: 0;
  font-size: clamp(30px, 4.1vw, 56px);
  line-height: 1.12;
  letter-spacing: -.03em;
  text-shadow: 0 0 30px rgba(83, 228, 255, .18);
}
.subtitle-q7s2e39 {
  margin: 18px 0;
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(15px, 1.55vw, 19px);
}
.tag-row-q7s2e39 {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 20px 0 26px;
}
.tag-row-q7s2e39 [class*="tag-badge-"] {
  display: inline-flex;
  padding: 7px 11px;
  border: 1px solid rgba(83, 228, 255, .2);
  border-radius: 999px;
  background: rgba(83, 228, 255, .1);
  color: #dff9ff;
  font-size: 12px;
  font-weight: 850;
}
.hero-actions-q7s2e39 {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.primary-q7s2e39,
.ghost-q7s2e39,
.download-button-q7s2e39 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 950;
}
.primary-q7s2e39,
.download-button-q7s2e39 {
  color: #04101d;
  background: linear-gradient(135deg, var(--cyan), var(--gold));
  box-shadow: 0 16px 42px rgba(83, 228, 255, .18);
}
.ghost-q7s2e39 {
  color: var(--ink);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .06);
}
.hero-visual-q7s2e39 {
  position: relative;
}
.screen-card-q7s2e39 {
  overflow: hidden;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(83, 228, 255, .16), rgba(255, 214, 107, .08)),
    rgba(255, 255, 255, .05);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .32);
}
.screen-card-q7s2e39 img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}
.mini-panel-q7s2e39 {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: -20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.mini-panel-q7s2e39 span {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  text-align: center;
  color: #04101d;
  background: linear-gradient(135deg, rgba(83, 228, 255, .95), rgba(255, 214, 107, .9));
  font-size: 13px;
  font-weight: 1000;
}

.quick-grid-q7s2e39 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 10px 0 30px;
}
.quick-grid-q7s2e39 article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel);
}
.quick-grid-q7s2e39 b {
  color: var(--cyan);
  font-size: 12px;
}
.quick-grid-q7s2e39 span {
  display: block;
  margin: 6px 0;
  font-size: 17px;
  font-weight: 950;
}
.quick-grid-q7s2e39 p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.section-q7s2e39 {
  margin: 30px 0;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--panel);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .18);
}
.section-title-q7s2e39 {
  margin-bottom: 22px;
}
.section-title-q7s2e39.center {
  text-align: center;
}
.section-title-q7s2e39 small {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: .18em;
}
.section-title-q7s2e39 h2 {
  margin: 6px 0 0;
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.25;
}
.intro-grid-q7s2e39 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
  gap: 24px;
  align-items: start;
}
.rich-text-q7s2e39 {
  color: var(--muted);
  font-size: 15px;
}
.rich-text-q7s2e39 p {
  margin: 0 0 13px;
}
.rich-text-q7s2e39 h1,
.rich-text-q7s2e39 h2,
.rich-text-q7s2e39 h3 {
  margin: 16px 0 8px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.4;
}
.intro-card-q7s2e39 {
  margin: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, .06);
}
.intro-card-q7s2e39 img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}
.intro-card-q7s2e39 figcaption {
  padding: 9px 3px 2px;
  color: var(--muted);
  font-size: 12px;
}

.shot-wall-q7s2e39,
.shot-wall-q7s2e39 [class*="screenshot-list-"] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.shot-wall-q7s2e39 [class*="screenshot-item-"] {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .06);
}
.shot-wall-q7s2e39 [class*="screenshot-item-"]:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.shot-wall-q7s2e39 [class*="screenshot-img-"] {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
  display: block;
}
.shot-wall-q7s2e39 [class*="screenshot-item-"]:first-child [class*="screenshot-img-"] {
  min-height: 312px;
}

.guide-body-q7s2e39 {
  columns: 2;
  column-gap: 34px;
}
.update-board-q7s2e39 [class*="update-log-list-"] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}
.update-board-q7s2e39 [class*="update-log-item-"] {
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
}
.update-board-q7s2e39 [class*="update-log-date-"] {
  display: inline-flex;
  margin-bottom: 9px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--cyan);
  color: #04101d;
  font-size: 12px;
  font-weight: 1000;
}
.update-board-q7s2e39 [class*="update-log-body-"] {
  color: var(--muted);
  font-size: 14px;
}

.download-q7s2e39 {
  margin: 30px 0;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 26px;
  color: #04101d;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,.45), transparent 22%),
    linear-gradient(135deg, var(--cyan), var(--gold));
}
.download-q7s2e39 small {
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: .18em;
}
.download-q7s2e39 h2 {
  margin: 4px 0 0;
  font-size: clamp(22px, 2.6vw, 34px);
}
.download-button-q7s2e39 {
  background: #06101d;
  color: #fff;
  white-space: nowrap;
}

.friend-list-q7s2e39 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
}
.friend-list-q7s2e39 [class*="link-card-"] {
  display: block;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .06);
  color: var(--ink);
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
}

.footer-q7s2e39 {
  width: min(1180px, calc(100% - 28px));
  margin: 30px auto;
  padding: 18px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, .05);
}
.footer-q7s2e39 a {
  color: var(--muted);
  text-decoration: none;
}

@media (max-width: 900px) {
  .hero-q7s2e39,
  .intro-grid-q7s2e39 {
    grid-template-columns: 1fr;
  }
  .quick-grid-q7s2e39,
  .shot-wall-q7s2e39,
  .shot-wall-q7s2e39 [class*="screenshot-list-"] {
    grid-template-columns: 1fr;
  }
  .shot-wall-q7s2e39 [class*="screenshot-item-"] {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  .guide-body-q7s2e39 {
    columns: 1;
  }
}

@media (max-width: 680px) {
  .nav-q7s2e39 {
    position: relative;
    top: 0;
    align-items: flex-start;
    flex-direction: column;
  }
  .menu-q7s2e39 {
    justify-content: flex-start;
  }
  .section-q7s2e39,
  .download-q7s2e39 {
    padding: 22px;
  }
  .download-q7s2e39 {
    align-items: flex-start;
    flex-direction: column;
  }
}
