:root {
  --lilac: #8e6ab8;
  --lilac-d: #4a2f63;
  --ink: #170f1e;
  --muted: #6d6076;
  --ceramic: #f4eef8;
  --max: 1100px;
  --foot-min: 1180px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(142,106,184,0.06) 0 2px, transparent 2px 26px),
    var(--ceramic);
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 15px;
  line-height: 1.75;
}
img { max-width: 100%; height: auto; border: 0; vertical-align: middle; }
a { color: inherit; text-decoration: none; }
button, input { font-family: inherit; }
ul { margin: 0; padding: 0; list-style: none; }

.serif { font-family: "Songti SC", "STSong", "SimSun", serif; }

.wrap { width: var(--max); max-width: calc(100% - 40px); margin: 0 auto; position: relative; z-index: 1; }
.kicker { font-size: 12px; letter-spacing: 0.16em; color: var(--lilac-d); }
.h2 { margin: 8px 0 18px; font-size: 28px; font-weight: 700; font-family: "Songti SC", "STSong", "SimSun", serif; }
.lead { max-width: 640px; color: var(--muted); }
.dash-sep { border: 0; border-top: 2px dashed rgba(74,47,99,0.35); margin: 22px 0; }

.glaze {
  background: linear-gradient(180deg, rgba(255,255,255,0.85), rgba(255,255,255,0.4) 45%, rgba(142,106,184,0.08));
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 2px solid var(--ink);
  background: var(--lilac-d);
  color: #fff;
  cursor: pointer;
}
.btn-ghost { background: #fff; color: var(--ink); }

.index-top { position: absolute; top: 0; left: 0; z-index: 40; width: 100%; }
.top-inner {
  width: var(--max);
  max-width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
}
.logo img { width: 118px; display: block; }
.nav-main { display: flex; align-items: center; gap: 16px; flex: 1; justify-content: center; font-size: 13px; }
.nav-main > li { position: relative; }
.mega {
  display: none;
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translateX(-50%);
  width: 540px;
  padding: 18px;
  background: #fff;
  z-index: 50;
  grid-template-columns: 1.2fr 1fr;
  gap: 12px;
  border: 2px solid var(--ink);
}
.has-mega:hover .mega, .has-mega:focus-within .mega { display: grid; }
.mega h4 { margin: 0 0 8px; font-size: 12px; }
.mega a { display: block; padding: 4px 0; color: var(--muted); }
.top-cta { display: flex; gap: 10px; align-items: center; }
.top-cta .link { font-size: 12px; }

.hero {
  position: relative;
  min-height: 100vh;
  padding: 110px 0 64px;
  overflow: hidden;
  background: #241531;
  color: #fff;
}
.globe { position: absolute; left: 50%; top: 16%; width: 700px; height: 700px; margin-left: -350px; opacity: 0.2; z-index: 1; }
.spin { transform-origin: 200px 200px; animation: spin 50s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-mask {
  position: absolute; inset: 0; z-index: 2;
  background: radial-gradient(ellipse at 50% 40%, rgba(142,106,184,0.22), rgba(23,15,30,0.68));
}
.hero-inner { position: relative; z-index: 3; }
.hero-card {
  max-width: 640px;
  margin: 0 auto;
  padding: 34px 30px 30px;
  background: rgba(244, 238, 248, 0.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 2px solid rgba(255,255,255,0.55);
  text-align: center;
}
.float-banner { display: inline-block; margin-bottom: 14px; padding: 6px 14px; background: #fff; color: var(--ink); border: 2px dashed var(--ink); font-size: 12px; }
.hero h1 { margin: 0 0 10px; font-size: 48px; font-weight: 700; font-family: "Songti SC", "STSong", "SimSun", serif; }
.hero .sub { margin: 0 0 18px; font-size: 18px; color: rgba(255,255,255,0.85); }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }

.section { padding: 80px 0; position: relative; z-index: 1; }
.sell-row { overflow: hidden; margin-left: -6.88%; }
.sell-item { float: left; width: 18.11%; margin-left: 6.88%; text-align: center; }
.illust { width: 200px; height: 176px; margin: 0 auto 12px; object-fit: cover; display: block; background: #dccbe8; border: 2px solid var(--ink); }
.sell-item h3 { margin: 0 0 6px; font-size: 16px; }
.sell-item p { margin: 0; text-align: left; color: var(--muted); font-size: 13px; }

.dense { display: grid; gap: 0; }
.dense-item { display: grid; grid-template-columns: 54px 1fr; gap: 12px; padding: 14px 0; border-bottom: 2px dashed rgba(74,47,99,0.35); }
.dense-item .ic { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: #fff; border: 2px solid var(--ink); font-family: "Songti SC", serif; font-weight: 700; }
.dense-item h3 { margin: 0 0 4px; font-size: 16px; font-family: "Songti SC", serif; }
.dense-item p { margin: 0; color: var(--muted); font-size: 14px; }

.icon-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.icon-cell { padding: 16px 14px; min-height: 112px; border: 2px solid var(--ink); background: #fff; }
.icon-cell strong { display: block; margin-bottom: 6px; }
.icon-cell span { color: var(--muted); font-size: 13px; }
.more-box { display: none; margin-top: 10px; }
.more-box.is-on { display: grid; }
.fold-btn { display: block; margin: 20px auto 0; background: #fff; border: 2px solid var(--ink); cursor: pointer; padding: 8px 16px; }
.oa-banner { width: 100%; max-width: 460px; margin: 0 0 22px; background: #2a5a4a; border: 2px solid var(--ink); }

.spark-card { padding: 18px; border: 2px solid var(--ink); background: #fff; }
.spark-card h3 { margin: 0 0 6px; font-family: "Songti SC", serif; }
.spark-card .num { font-size: 26px; font-weight: 800; color: var(--lilac-d); }
.spark { width: 100%; height: 56px; margin-top: 10px; }
.spark polyline { fill: none; stroke: var(--lilac); stroke-width: 2.5; stroke-dasharray: 4 3; }

.vid-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.vid { position: relative; border: 2px solid var(--ink); background: #1c1226; }
.vid img { width: 100%; height: 150px; object-fit: cover; opacity: 0.9; display: block; }
.vid .play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 44px; height: 44px; border: 2px solid #fff; border-radius: 50%;
  color: #fff; display: flex; align-items: center; justify-content: center; background: rgba(74,47,99,0.5);
}
.vid figcaption { margin: 0; padding: 8px 10px; font-size: 12px; color: #fff; background: rgba(23,15,30,0.85); }

.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.card { padding: 22px; min-height: 160px; border: 2px solid var(--ink); background: #fff; }
.card.private { border-radius: 16px; border: 1px solid rgba(23,15,30,0.18); }
.card h3 { margin: 0 0 8px; font-size: 18px; font-family: "Songti SC", serif; }
.card p { margin: 0; color: var(--muted); font-size: 14px; }
.tile-shot { width: 100%; height: 128px; object-fit: cover; object-position: top; margin-top: 12px; border: 2px solid var(--ink); }

.marquee { overflow: hidden; padding: 12px 0; }
.track { display: flex; gap: 10px; width: max-content; animation: marquee 90s linear infinite; }
.quote-card { flex: 0 0 228px; padding: 16px; background: #fff; font-size: 13px; color: var(--muted); border: 2px dashed rgba(74,47,99,0.5); }
.quote-card strong { display: block; margin-top: 10px; color: var(--ink); font-size: 12px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.dl-duo { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 24px; align-items: center; }
.qr {
  width: 168px; height: 168px; margin: 0 auto;
  background:
    repeating-conic-gradient(#170f1e 0% 25%, #fff 0% 50%) 0 0 / 28px 28px;
  border: 6px solid #fff; outline: 2px solid var(--ink);
}
.platforms { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 22px; }
.plat { text-align: center; padding: 14px 8px; border: 2px solid var(--ink); background: #fff; }

.faq-search { display: flex; gap: 10px; margin-bottom: 18px; }
.faq-search input { flex: 1; border: 2px solid var(--ink); background: #fff; padding: 10px 12px; }
.faq-list .faq-item { border: 2px solid var(--ink); background: #fff; padding: 14px 16px; margin-bottom: 10px; }
.faq-item h3 { margin: 0 0 6px; font-size: 16px; font-family: "Songti SC", serif; }
.faq-item p { margin: 0; color: var(--muted); font-size: 14px; }
.faq-item.is-hide { display: none; }

.article { max-width: 740px; }
.article p { margin: 0 0 16px; color: var(--muted); }
.article h2 { margin: 26px 0 10px; font-size: 22px; font-family: "Songti SC", serif; }
.crumbs { padding: 88px 0 0; font-size: 12px; color: var(--muted); }
.page-hero { padding: 18px 0 36px; }
.page-hero h1 { margin: 8px 0 12px; font-size: 32px; font-family: "Songti SC", serif; }
body.sub .index-top { position: relative; background: rgba(244,238,248,0.96); border-bottom: 2px solid var(--ink); }
body.sub .crumbs { padding-top: 12px; }

.site-foot { background: #f7f8f8; min-width: var(--foot-min); padding: 40px 0 0; color: #6a6560; }
.foot-inner { width: var(--foot-min); max-width: calc(100% - 40px); margin: 0 auto; }
.foot-logo { width: 180px; margin-bottom: 12px; }
.foot-nav { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.foot-nav h4 { margin: 0 0 8px; color: var(--ink); font-size: 13px; }
.foot-nav a { display: block; padding: 3px 0; font-size: 13px; }
.legal { font-size: 12px; color: #828282; max-width: 820px; }
.beian-bar {
  margin-top: 20px; padding: 14px 0;
  border-top: 2px dashed rgba(74,47,99,0.35);
  font-size: 12px; color: #828282;
}

@media (max-width: 1180px) { .site-foot, .foot-inner { min-width: 0; width: 100%; } }
@media (max-width: 930px) {
  .hero h1 { font-size: 32px; }
  .cards-3, .dl-duo, .vid-grid { grid-template-columns: 1fr; }
  .sell-item { width: 43%; margin-bottom: 22px; }
  .icon-grid, .platforms { grid-template-columns: 1fr 1fr; }
  .foot-nav { flex-wrap: wrap; }
}
@media (max-width: 770px) {
  .nav-main, .top-cta .link { display: none; }
  .sell-item { width: 100%; margin-left: 0; }
  .sell-row { margin-left: 0; }
}
