.page-home {
  --home-ink: #0A1128;
  --home-ink-muted: #56647A;
  --home-border: rgba(244, 247, 255, .12);
  background: var(--bg-space);
  color: var(--text);
  overflow-x: hidden;
}

.page-home .breadcrumb {
  max-width: var(--container);
  margin: 0 auto;
  padding: 24px 20px 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--mist);
  display: flex;
  gap: 8px;
  align-items: center;
}

.page-home .breadcrumb strong {
  color: var(--brand);
  font-weight: 500;
}

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

.page-home .home-hero-grid {
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.page-home .home-hero-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.page-home .home-hero-heading {
  margin: 0 0 24px;
}

.page-home .home-hero-brand {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(.8rem, 1.4vw, .875rem);
  font-weight: 600;
  letter-spacing: .18em;
  color: var(--cyan);
  margin-bottom: 14px;
  text-transform: uppercase;
}

.page-home .home-hero-slogan {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5.6vw, 4.4rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--text);
}

.page-home .home-hero-highlight {
  font-style: normal;
  display: inline-block;
  background: var(--brand);
  color: var(--bg-void);
  padding: 2px 14px 4px;
  transform: skewX(-8deg);
  transition: transform .22s ease, box-shadow .22s ease;
  box-shadow: 0 0 0 rgba(198, 255, 63, 0);
}

.page-home .home-hero-highlight:hover,
.page-home .home-hero-highlight:focus-visible {
  transform: skewX(-14deg) scale(1.04);
  box-shadow: 0 0 32px rgba(198, 255, 63, .35);
}

.page-home .home-hero-lede {
  font-size: .938rem;
  line-height: 1.8;
  color: #B8C2D8;
  margin: 0 0 20px;
  max-width: 520px;
}

.page-home .home-hero-lede strong {
  color: var(--text);
  font-weight: 600;
}

.page-home .home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.page-home .home-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

.page-home .home-hero-stat {
  margin: 0;
}

.page-home .home-hero-stat dt {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--mist);
  margin-bottom: 6px;
  white-space: nowrap;
}

.page-home .home-hero-stat dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.6vw, 1.6rem);
  font-weight: 700;
  color: var(--brand);
  line-height: 1.1;
}

.page-home .home-hero-visual {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(198, 255, 63, .22);
  min-height: 320px;
  background: var(--bg-void);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
}

.page-home .home-hero-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.page-home .home-hero-visual-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(0, 212, 255, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 212, 255, .09) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.page-home .home-hero-track {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .55;
}

.page-home .home-hero-scan {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140px;
  z-index: 2;
  background: linear-gradient(100deg, transparent, rgba(198, 255, 63, .07), rgba(198, 255, 63, .18), transparent);
  transform: skewX(-14deg);
  animation: home-scan-sweep 5.5s ease-in-out infinite;
  pointer-events: none;
}

.page-home .home-hero-live {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
}

.page-home .home-changes {
  background: var(--bg-void);
  padding: 72px 0 0;
  border-top: 1px solid var(--border);
}

.page-home .home-changes-head {
  padding: 0 20px 32px;
}

.page-home .home-changes-head .lede {
  color: var(--mist);
  font-size: .938rem;
  margin: 12px 0 0;
}

.page-home .home-changes-track {
  max-width: calc(var(--container) + 64px);
  margin: 0 auto;
  padding: 0 20px 32px;
  gap: 20px;
}

.page-home .home-change-card {
  min-width: 280px;
  max-width: 340px;
  scroll-snap-align: start;
  background: var(--bg-space);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 28px 24px 32px;
  transition: transform .22s ease, border-color .22s ease;
  flex-shrink: 0;
}

.page-home .home-change-card:hover {
  transform: translateY(-6px);
}

.page-home .home-change-card--before {
  border-top: 3px solid var(--signal);
}

.page-home .home-change-card--before:hover {
  border-color: var(--signal);
}

.page-home .home-change-card--after {
  border-top: 3px solid var(--brand);
  background: linear-gradient(160deg, rgba(198, 255, 63, .07), transparent 55%), var(--bg-space);
}

.page-home .home-change-card--after:hover {
  border-color: var(--brand);
}

.page-home .home-change-card--data {
  border-top: 3px solid var(--cyan);
}

.page-home .home-change-card--data:hover {
  border-color: var(--cyan);
}

.page-home .home-change-card h3 {
  margin: 16px 0 10px;
  font-size: 1.15rem;
  color: var(--text);
  line-height: 1.3;
}

.page-home .home-change-card p {
  font-size: .875rem;
  line-height: 1.65;
  color: var(--mist);
  margin: 0 0 12px;
}

.page-home .home-change-card ul {
  list-style: none;
  margin: 12px 0 16px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-home .home-change-card li {
  position: relative;
  padding-left: 16px;
  font-size: .813rem;
  line-height: 1.55;
  color: var(--mist);
}

.page-home .home-change-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  background: var(--cyan);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.page-home .home-change-card .mono-label {
  display: inline-block;
  margin-top: 4px;
  color: var(--violet);
  border-top: 1px dashed rgba(176, 38, 255, .3);
  padding-top: 10px;
}

.page-home .home-changes-media {
  padding: 0 20px 64px;
}

.page-home .home-changes-img {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .35);
}

.page-home .home-fee {
  background: var(--bg-cloud);
  padding: 72px 0;
}

.page-home .home-fee-panel {
  background: var(--bg-space);
  border-left: 4px solid var(--brand);
  border-radius: 14px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  box-shadow: 0 24px 60px rgba(5, 8, 20, .28);
}

.page-home .home-fee-copy {
  padding: 36px 28px;
}

.page-home .home-fee-copy .kicker {
  color: var(--cyan);
}

.page-home .home-fee-copy h2 {
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.6vw, 2.4rem);
  margin: 8px 0 14px;
  line-height: 1.2;
  text-transform: uppercase;
}

.page-home .home-fee-lede {
  color: #AEB8CC;
  line-height: 1.8;
  font-size: .938rem;
  margin: 0 0 18px;
}

.page-home .home-fee-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home .home-fee-list li {
  position: relative;
  padding-left: 26px;
  font-size: .875rem;
  color: #C7D0E0;
  line-height: 1.6;
}

.page-home .home-fee-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  font-family: var(--font-mono);
  color: var(--brand);
  font-size: 1rem;
  top: .1em;
}

.page-home .home-fee-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .home-fee-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.page-home .home-review {
  background: var(--bg-space);
  padding: 72px 0;
}

.page-home .home-review-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.page-home .home-review-copy .kicker {
  margin-bottom: 8px;
}

.page-home .home-review-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.6vw, 2.4rem);
  margin: 0 0 14px;
  text-transform: uppercase;
  color: var(--text);
}

.page-home .home-review-copy > p {
  color: var(--mist);
  font-size: .938rem;
  line-height: 1.75;
  margin: 0 0 20px;
  max-width: 480px;
}

.page-home .home-review-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 0 0 24px;
}

.page-home .home-review-stats div {
  background: var(--bg-void);
  border-radius: 10px;
  padding: 18px 16px;
  border: 1px solid var(--border);
}

.page-home .home-review-stats dt {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .05em;
  color: var(--mist);
  margin-bottom: 6px;
}

.page-home .home-review-stats dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--brand);
  line-height: 1.1;
}

.page-home .home-review-list {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: grid;
  gap: 10px;
}

.page-home .home-review-list li {
  position: relative;
  padding-left: 20px;
  font-size: .875rem;
  color: #B8C2D8;
}

.page-home .home-review-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  background: var(--violet);
  transform: rotate(45deg);
}

.page-home .home-review-map {
  position: relative;
  background: var(--bg-void);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 36px 28px 28px;
}

.page-home .home-review-map::before {
  content: "MAP / 复盘中心";
  position: absolute;
  top: -10px;
  left: 18px;
  background: var(--bg-void);
  padding: 0 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--cyan);
}

.page-home .home-review-legend-title {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: .06em;
}

.page-home .home-review-legend {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.page-home .home-review-legend li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .875rem;
  color: #C7D0E0;
}

.page-home .home-review-legend li span {
  width: 22px;
  height: 10px;
  display: inline-block;
  flex-shrink: 0;
  transform: skewX(-10deg);
}

.page-home .home-review-legend-note {
  display: inline-block;
  margin-top: 24px;
  color: var(--mist);
  border-top: 1px dashed var(--border);
  padding-top: 14px;
}

.page-home .home-news {
  background: var(--bg-cloud);
  padding: 72px 0;
  color: var(--home-ink);
}

.page-home .home-news-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.page-home .home-news-head .kicker {
  color: var(--violet);
  margin-bottom: 8px;
}

.page-home .home-news-head h2 {
  color: var(--home-ink);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.6vw, 2.4rem);
  margin: 0;
  text-transform: uppercase;
}

.page-home .home-news-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-home .home-news-item {
  background: #fff;
  border-radius: 12px;
  padding: 28px 26px;
  box-shadow: 0 8px 28px rgba(10, 17, 40, .06);
  border-top: 3px solid var(--violet);
  transition: transform .22s ease, box-shadow .22s ease;
}

.page-home .home-news-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(10, 17, 40, .12);
}

.page-home .home-news-date {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--mist);
  letter-spacing: .06em;
  margin-bottom: 12px;
  background: rgba(176, 38, 255, .08);
  padding: 4px 10px;
  border-radius: 4px;
}

.page-home .home-news-item h3 {
  color: var(--home-ink);
  font-size: 1.05rem;
  line-height: 1.45;
  margin: 0 0 10px;
}

.page-home .home-news-item p {
  color: var(--home-ink-muted);
  font-size: .875rem;
  line-height: 1.7;
  margin: 0 0 16px;
}

.page-home .home-news-item .icon-link {
  color: var(--violet);
  font-size: .875rem;
}

.page-home .home-slogan {
  position: relative;
  background: var(--bg-space);
  text-align: center;
  padding: 120px 20px 100px;
  overflow: hidden;
}

.page-home .home-slogan-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .22;
}

.page-home .home-slogan-title {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 7vw, 5rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--brand);
  margin: 0 0 18px;
  text-shadow: 0 0 38px rgba(198, 255, 63, .3), 0 0 90px rgba(198, 255, 63, .1);
  transform: skewX(-6deg);
}

.page-home .home-slogan-sub {
  position: relative;
  z-index: 1;
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: .14em;
  color: var(--mist);
  margin: 0 0 32px;
}

.page-home .home-slogan-actions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.page-home .icon-link {
  position: relative;
  text-decoration: none;
  transition: color .2s ease;
}

.page-home .icon-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

.page-home .icon-link:hover,
.page-home .icon-link:focus-visible {
  color: var(--brand);
}

.page-home .icon-link:hover::after,
.page-home .icon-link:focus-visible::after {
  transform: scaleX(1);
}

@keyframes home-scan-sweep {
  0% {
    left: -18%;
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  72% {
    opacity: 1;
  }
  100% {
    left: 108%;
    opacity: 0;
  }
}

@keyframes home-center-pulse {
  0%,
  100% {
    opacity: .4;
  }
  50% {
    opacity: 1;
  }
}

@media (min-width: 760px) {
  .page-home .home-news-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 860px) {
  .page-home .home-fee-panel {
    grid-template-columns: 1.05fr .95fr;
  }

  .page-home .home-fee-copy {
    padding: 48px 44px;
  }

  .page-home .home-review-map {
    padding: 44px 36px 32px;
  }
}

@media (min-width: 900px) {
  .page-home .home-review-inner {
    grid-template-columns: 3fr 2fr;
    gap: 80px;
    align-items: center;
  }
}

@media (min-width: 920px) {
  .page-home .home-hero {
    padding: 64px 32px 96px;
  }

  .page-home .home-hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    min-height: 640px;
  }

  .page-home .home-hero-grid::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 8%;
    bottom: 8%;
    width: 2px;
    background: linear-gradient(180deg, transparent 0%, rgba(198, 255, 63, .45) 30%, rgba(0, 212, 255, .35) 70%, transparent 100%);
    animation: home-center-pulse 4s ease-in-out infinite;
    pointer-events: none;
    transform: translateX(-50%);
  }
}
