:root {
  --bg: #111;
  --panel: #2b2b2b;
  --panel-soft: #333;
  --wrap: min(1240px, calc(100vw - 32px));
  --ink: #f8f8f3;
  --muted: #cfc7bb;
  --body-text: rgba(255, 255, 255, .76);
  --orange: #ff782e;
  --orange-dark: #f2631d;
  --line: rgba(255, 255, 255, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.site-a7k2t33 {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 0%, rgba(255,120,46,.06), transparent 34%),
    var(--bg);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.78;
}
body.site-a7k2t33::selection {
  background: var(--orange);
  color: #fff;
}

.hero-a7k2t33 {
  min-height: 176px;
  padding: 24px 18px 22px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #171717;
}
.brand-a7k2t33 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
.brand-a7k2t33 span {
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: .02em;
  text-shadow: 0 2px 0 rgba(255,255,255,.08), 0 3px 8px rgba(0,0,0,.5);
}
.quick-a7k2t33 {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}
.quick-a7k2t33 a {
  min-width: 118px;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 900;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.14);
  transition: transform .18s ease, background .18s ease;
}
.quick-a7k2t33 a:hover,
.quick-a7k2t33 a.active {
  background: var(--orange-dark);
  transform: translateY(-1px);
}

.page-a7k2t33 {
  width: var(--wrap);
  margin: 0 auto;
  padding: 28px 0 54px;
}
#intro,
#guide,
#screenshots,
#update-log,
#download {
  scroll-margin-top: 22px;
}

.feature-grid-a7k2t33 {
  position: relative;
  left: 50%;
  width: min(1680px, calc(100vw - 30px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
  margin: 0 0 76px;
}
.feature-card-a7k2t33 {
  min-width: 0;
  padding: 20px 20px 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
  box-shadow: 0 18px 42px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.04);
}
.feature-card-a7k2t33 .copy-a7k2t33 {
  max-height: 7.4em;
  overflow: hidden;
}
.feature-card-a7k2t33 figure {
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 12px;
  background: #161616;
}
.feature-card-a7k2t33 img {
  width: 100%;
  aspect-ratio: 16 / 8.55;
  object-fit: cover;
  display: block;
}
.feature-card-a7k2t33 h2,
.text-section-a7k2t33 h2,
.gift-a7k2t33 h2 {
  margin: 0 0 18px;
  color: #fff;
  text-align: center;
  font-size: clamp(24px, 2.55vw, 32px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: .05em;
}
.lead-a7k2t33 {
  margin: 10px auto 16px;
  max-width: 680px;
  color: var(--body-text);
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.tag-row-a7k2t33 {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.tag-row-a7k2t33 [class*="tag-badge-"] {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,120,46,.18);
  color: #ffd7c2;
  font-size: 14px;
  font-weight: 900;
}

.copy-a7k2t33 {
  color: var(--body-text);
  font-size: 15.5px;
  font-weight: 400;
  text-align: center;
}
.copy-a7k2t33 strong,
.copy-a7k2t33 b,
.update-a7k2t33 strong,
.update-a7k2t33 b {
  font-weight: 500;
}
.copy-a7k2t33 > *:nth-child(n+3) {
  display: none;
}
.copy-a7k2t33 p {
  margin: 0 0 12px;
}
.copy-a7k2t33 h1,
.copy-a7k2t33 h2,
.copy-a7k2t33 h3 {
  margin: 18px 0 8px;
  color: #fff;
  font-size: 21px;
  line-height: 1.35;
  text-align: center;
}

.text-section-a7k2t33 {
  width: min(1040px, 100%);
  margin: 0 auto 76px;
}
.text-section-a7k2t33 > h2 {
  margin-bottom: 24px;
}
.guide-a7k2t33 {
  text-align: left;
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.035);
}
.guide-a7k2t33 > *:nth-child(n+3) {
  display: block;
}
.guide-a7k2t33 p {
  margin-bottom: 16px;
}

.gallery-a7k2t33,
.gallery-a7k2t33 [class*="screenshot-list-"] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.gallery-a7k2t33 [class*="screenshot-item-"] {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
}
.gallery-a7k2t33 [class*="screenshot-img-"] {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.update-a7k2t33 [class*="update-log-list-"] {
  display: block;
}
.update-a7k2t33 [class*="section-header-"],
.update-a7k2t33 [class*="section-title-"],
.update-a7k2t33 [class*="title-underline-"] {
  display: none;
}
.update-a7k2t33 [class*="section-container-"],
.update-a7k2t33 [class*="guide-content-grid-"],
.update-a7k2t33 [class*="guide-card-"],
.update-a7k2t33 [class*="card-content-"] {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.update-a7k2t33 [class*="update-log-item-"] {
  margin: 0 0 16px;
  padding: 16px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.035);
}
.update-a7k2t33 [class*="update-log-date-"] {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--panel-soft);
  color: #f7f7f0;
  font-size: 17px;
  font-weight: 800;
}
.update-a7k2t33 [class*="update-log-body-"] {
  padding: 12px 2px 0;
  color: var(--body-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
}
.update-a7k2t33 [class*="update-log-body-"] p {
  margin: 0 0 10px;
}

.download-a7k2t33 {
  position: relative;
  left: 50%;
  width: min(1680px, calc(100vw - 30px));
  transform: translateX(-50%);
  margin: 0 auto 76px;
  padding: 30px 34px 34px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 120, 46, .22), transparent 34%),
    linear-gradient(135deg, #302b28, #242424 58%, #191919);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .08);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 10px;
  overflow: hidden;
}
.download-a7k2t33::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
}
.download-a7k2t33 p {
  margin: 0;
  color: #ffd6c0;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.download-a7k2t33 h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.25;
  letter-spacing: .02em;
}
.download-a7k2t33 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(420px, 100%);
  min-height: 50px;
  padding: 0 34px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffd85b, #ffb92e);
  color: #151515;
  text-decoration: none;
  font-size: 19px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(255, 183, 46, .24), inset 0 -2px 0 rgba(0,0,0,.13);
  transition: transform .18s ease, box-shadow .18s ease;
}
.download-a7k2t33 a:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(255, 183, 46, .32), inset 0 -2px 0 rgba(0,0,0,.13);
}

.gift-a7k2t33 {
  width: min(1040px, 100%);
  margin: 0 auto;
  padding: 30px 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.03);
}
.friend-list-a7k2t33 {
  width: 100%;
  margin: 4px auto 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.friend-list-a7k2t33 [class*="link-card-"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .9);
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.friend-list-a7k2t33 [class*="link-card-"]:hover {
  background: rgba(255, 120, 46, .2);
  color: #ffd34d;
  transform: translateY(-1px);
}

.footer-a7k2t33 {
  min-height: 86px;
  padding: 22px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  color: #fff;
  background: #222;
  font-size: 15px;
  font-weight: 750;
}
.footer-a7k2t33 a {
  color: rgba(255,255,255,.82);
  text-decoration: none;
}
.footer-a7k2t33 a:hover {
  color: #ffd34d;
}

@media (max-width: 900px) {
  .hero-a7k2t33 {
    min-height: 150px;
  }
  .brand-a7k2t33 {
    text-align: center;
  }
  .feature-grid-a7k2t33 {
    width: 100%;
    left: auto;
    transform: none;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 48px;
  }
  .text-section-a7k2t33,
  .gift-a7k2t33 {
    width: 100%;
    margin-bottom: 48px;
  }
  .gallery-a7k2t33,
  .gallery-a7k2t33 [class*="screenshot-list-"] {
    grid-template-columns: 1fr;
  }
  .quick-a7k2t33 {
    gap: 12px;
  }
  .quick-a7k2t33 a {
    min-width: 108px;
    padding: 10px 16px;
  }
  .download-a7k2t33 {
    padding: 24px 22px;
    text-align: center;
    margin-bottom: 48px;
  }
  .download-a7k2t33 a {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .page-a7k2t33 {
    width: calc(100% - 20px);
  }
  .brand-a7k2t33 span {
    font-size: 32px;
  }
  .feature-card-a7k2t33 {
    padding: 12px 12px 20px;
  }
  .copy-a7k2t33,
  .update-a7k2t33 [class*="update-log-date-"],
  .update-a7k2t33 [class*="update-log-body-"],
  .friend-list-a7k2t33 [class*="link-card-"] {
    font-size: 15px;
  }
}
