.page-home {
  --home-measure: 1180px;
  --home-pad: 18px;
  --home-gap: 20px;
  color: var(--paper);
  font-family: var(--font-sans);
  padding-bottom: 72px;
  -webkit-font-smoothing: antialiased;
}

.page-home .home-wrap {
  max-width: var(--home-measure);
  margin: 0 auto;
  padding: 0 var(--home-pad);
}

.page-home .home-sec {
  margin-top: 56px;
}

.page-home .home-sec__head {
  margin-bottom: 22px;
}

.page-home .home-sec__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .16em;
  color: var(--cyan);
}

.page-home .home-sec__eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--cyan);
  flex: none;
}

.page-home .home-sec__title {
  margin: 12px 0 0;
  font-size: clamp(22px, 5.4vw, 34px);
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: -.01em;
  color: var(--paper);
  max-width: 22ch;
}

.page-home .home-sec__intro {
  margin: 12px 0 0;
  max-width: 58ch;
  font-size: 15.5px;
  line-height: 1.82;
  color: rgba(244, 239, 230, .76);
}

/* ---------- 首屏框景 ---------- */

.page-home .home-hero {
  padding-top: 20px;
}

.page-home .home-frame {
  position: relative;
  border: 1px solid var(--line-strong);
  background:
    radial-gradient(120% 92% at 88% 6%, rgba(139, 92, 255, .30), transparent 58%),
    radial-gradient(90% 70% at 2% 96%, rgba(56, 242, 224, .14), transparent 60%),
    linear-gradient(180deg, rgba(26, 16, 48, .94), rgba(11, 6, 20, .98));
  padding: 26px var(--home-pad) 30px;
  overflow: hidden;
}

.page-home .home-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(154, 143, 184, .10) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(154, 143, 184, .10) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.page-home .home-frame::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 148px;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), rgba(56, 242, 224, 0));
  pointer-events: none;
}

.page-home .home-frame__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
}

.page-home .home-hero__mark {
  display: none;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .3em;
  color: rgba(154, 143, 184, .55);
  white-space: nowrap;
  pointer-events: none;
}

.page-home .home-context {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--mist);
}

.page-home .home-hero__title {
  margin: 16px 0 0;
  font-size: clamp(30px, 8.2vw, 56px);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: -.015em;
  color: var(--paper);
  text-shadow: 0 0 26px rgba(56, 242, 224, .32), 0 0 56px rgba(139, 92, 255, .26);
}

.page-home .home-hero__accent {
  display: block;
  margin-top: 8px;
  font-size: clamp(19px, 4.6vw, 30px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--cyan);
  text-shadow: 0 0 20px rgba(56, 242, 224, .4);
}

.page-home .home-hero__lead {
  margin: 18px 0 0;
  max-width: 46ch;
  font-size: 15.5px;
  line-height: 1.85;
  color: rgba(244, 239, 230, .82);
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.page-home .home-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 30px;
  background: var(--line);
  border: 1px solid var(--line);
}

.page-home .home-stat {
  background: rgba(11, 6, 20, .74);
  padding: 14px 12px 16px;
}

.page-home .home-stat__num {
  display: block;
  font-family: var(--font-mono);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--gold);
}

.page-home .home-stat__label {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.55;
  color: var(--mist);
}

/* ---------- 图片容器 ---------- */

.page-home .home-shot {
  position: relative;
  margin: 0;
  border: 1px solid var(--line-strong);
  background: var(--panel-deep);
  overflow: hidden;
}

.page-home .home-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(154, 143, 184, .08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(154, 143, 184, .08) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.page-home .home-shot img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .home-shot__cap {
  position: relative;
  z-index: 1;
  display: block;
  padding: 10px 14px;
  border-top: 1px solid var(--line);
  background: rgba(11, 6, 20, .82);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--mist);
}

/* ---------- 帮助区 ---------- */

.page-home .home-help__grid {
  display: grid;
  gap: 28px;
}

.page-home .home-help__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: none;
}

.page-home .home-step {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.page-home .home-step:last-child {
  border-bottom: 1px solid var(--line);
}

.page-home .home-step__idx {
  display: grid;
  place-items: center;
  height: 34px;
  border: 1px solid rgba(56, 242, 224, .42);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--cyan);
}

.page-home .home-step__title {
  margin: 4px 0 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--paper);
}

.page-home .home-step__text {
  margin: 8px 0 0;
  font-size: 14.5px;
  line-height: 1.8;
  color: rgba(244, 239, 230, .74);
}

.page-home .home-help__note {
  margin: 16px 0 0;
  padding-left: 12px;
  border-left: 2px solid var(--gold);
  font-size: 13.5px;
  line-height: 1.8;
  color: rgba(244, 239, 230, .7);
}

/* ---------- 总览仪表板 ---------- */

.page-home .home-dash__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.page-home .home-card {
  position: relative;
  padding: 20px 18px 22px;
  background: linear-gradient(180deg, rgba(26, 16, 48, .88), rgba(11, 6, 20, .92));
}

.page-home .home-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--violet), rgba(56, 242, 224, .1));
}

.page-home .home-card__value {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--cyan);
}

.page-home .home-card__title {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--paper);
}

.page-home .home-card__text {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.78;
  color: rgba(244, 239, 230, .7);
}

/* ---------- 版本轨道 ---------- */

.page-home .home-track__layout {
  display: grid;
  gap: 24px;
}

.page-home .home-track__list {
  border-top: 1px solid var(--line-strong);
}

.page-home .home-week {
  border-bottom: 1px solid var(--line);
}

.page-home .home-week__head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 4px;
  cursor: pointer;
  list-style: none;
  transition: background .3s var(--ease);
}

.page-home .home-week__head::-webkit-details-marker {
  display: none;
}

.page-home .home-week__head:hover {
  background: rgba(139, 92, 255, .08);
}

.page-home .home-week__no {
  flex: none;
  min-width: 74px;
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 700;
  color: var(--gold);
}

.page-home .home-week__title {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
  color: var(--paper);
}

.page-home .home-week__mark {
  flex: none;
  font-family: var(--font-mono);
  font-size: 18px;
  line-height: 1;
  color: var(--mist);
  transition: transform .3s var(--ease), color .3s var(--ease);
}

.page-home .home-week[open] .home-week__mark {
  transform: rotate(45deg);
  color: var(--cyan);
}

.page-home .home-week__body {
  padding: 0 4px 18px;
}

.page-home .home-week__list {
  margin: 0;
  padding-left: 18px;
  list-style: none;
}

.page-home .home-week__list li {
  position: relative;
  padding: 5px 0 5px 14px;
  font-size: 14px;
  line-height: 1.78;
  color: rgba(244, 239, 230, .72);
}

.page-home .home-week__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 6px;
  height: 1px;
  background: var(--cyan);
}

/* ---------- 资料下载 ---------- */

.page-home .home-dl__grid {
  display: grid;
  gap: 26px;
}

.page-home .home-pack {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.page-home .home-pack:first-child {
  border-top: 1px solid var(--line);
}

.page-home .home-pack__tag {
  display: grid;
  place-items: center;
  min-width: 52px;
  height: 30px;
  padding: 0 8px;
  border: 1px solid rgba(245, 200, 107, .45);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--gold);
}

.page-home .home-pack__title {
  margin: 2px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--paper);
}

.page-home .home-pack__text {
  margin: 7px 0 0;
  font-size: 14px;
  line-height: 1.78;
  color: rgba(244, 239, 230, .72);
}

.page-home .home-dl__more {
  margin: 22px 0 0;
  padding: 14px 16px;
  border: 1px dashed var(--line-strong);
  font-size: 14px;
  line-height: 1.8;
  color: rgba(244, 239, 230, .78);
}

.page-home .home-dl__more a {
  color: var(--cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(56, 242, 224, .45);
}

/* ---------- 行动引导 ---------- */

.page-home .home-cta__box {
  position: relative;
  border: 1px solid var(--line-strong);
  background:
    radial-gradient(110% 140% at 100% 0%, rgba(139, 92, 255, .32), transparent 62%),
    linear-gradient(180deg, rgba(26, 16, 48, .92), rgba(11, 6, 20, .96));
  padding: 28px var(--home-pad) 30px;
  overflow: hidden;
}

.page-home .home-cta__box::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -60px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(56, 242, 224, .18);
  transform: rotate(45deg);
  pointer-events: none;
}

.page-home .home-cta__body {
  position: relative;
  z-index: 1;
}

.page-home .home-cta__title {
  margin: 12px 0 0;
  max-width: 24ch;
  font-size: clamp(21px, 5vw, 30px);
  font-weight: 800;
  line-height: 1.38;
  color: var(--paper);
  text-shadow: 0 0 24px rgba(139, 92, 255, .35);
}

.page-home .home-cta__text {
  margin: 14px 0 0;
  max-width: 52ch;
  font-size: 15px;
  line-height: 1.82;
  color: rgba(244, 239, 230, .78);
}

.page-home .home-cta__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.page-home .home-cta__foot {
  margin: 18px 0 0;
  font-size: 13.5px;
  line-height: 1.8;
  color: var(--mist);
}

.page-home .home-cta__foot a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(245, 200, 107, .45);
}

/* ---------- 响应式 ---------- */

@media (min-width: 620px) {
  .page-home .home-hero__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-home .home-dash__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .home-cta__box {
    padding: 34px 32px 36px;
  }
}

@media (min-width: 768px) {
  .page-home {
    --home-pad: 28px;
  }

  .page-home .home-sec {
    margin-top: 72px;
  }

  .page-home .home-frame {
    padding: 34px 30px 38px;
  }

  .page-home .home-hero__lead {
    font-size: 16px;
  }

  .page-home .home-sec__head {
    margin-bottom: 26px;
  }
}

@media (min-width: 980px) {
  .page-home .home-frame__inner {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 44px;
    align-items: start;
  }

  .page-home .home-help__grid {
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
    gap: 40px;
    align-items: start;
  }

  .page-home .home-track__layout {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 40px;
    align-items: start;
  }

  .page-home .home-dl__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 40px;
    align-items: start;
  }
}

@media (min-width: 1024px) {
  .page-home .home-dash__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .page-home .home-hero__mark {
    display: block;
  }
}

@media (min-width: 1200px) {
  .page-home {
    --home-pad: 48px;
    padding-bottom: 96px;
  }

  .page-home .home-frame {
    padding: 44px 56px 48px 48px;
  }

  .page-home .home-frame__inner {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 56px;
  }
}
