.page-home {
  --home-accent: #FF6B2C;
  --home-neon: #39FF14;
  --home-ink: #1A1A1A;
  --home-deep: #0F2D4A;
  --home-cream: #FFFDF7;
  --home-rad-lg: 24px;
  background: var(--clr-bg, #F5F1E8);
  overflow-x: clip;
  color: var(--clr-ink, #1A1A1A);
}

.page-home .wrap {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 16px;
}

.page-home .section {
  padding: 52px 0;
}

.page-home .section-head {
  margin-bottom: 32px;
}

.page-home .section-head--light {
  margin-bottom: 26px;
}

.page-home .section-title {
  font-size: clamp(1.75rem, 4vw, 2.7rem);
  line-height: 1.16;
  font-weight: 300;
  letter-spacing: -0.02em;
  margin: 8px 0 12px;
}

.page-home .section-title strong {
  font-weight: 800;
  color: var(--home-deep);
}

.page-home .section-title span {
  color: var(--home-accent);
  font-weight: 800;
}

.page-home .section-head--light .section-title {
  color: var(--home-cream);
}

.page-home .section-desc {
  color: var(--clr-muted, #6B6B6B);
  max-width: 720px;
  font-size: 15px;
  line-height: 1.75;
}

.page-home .section-head--light .section-desc {
  color: rgba(255, 253, 247, 0.72);
}

/* ===== 首屏封面 ===== */
.page-home .hero-panel {
  position: relative;
  background: linear-gradient(132deg, #0F2D4A 0%, #153A5D 54%, #2E5B84 100%);
  color: #FFFDF7;
  padding: 48px 0 30px;
  overflow: hidden;
}

.page-home .hero-panel::before {
  content: "";
  position: absolute;
  top: 0;
  right: -12%;
  width: 58%;
  height: 100%;
  background: linear-gradient(103deg, transparent 58%, rgba(255, 255, 255, 0.07) 59%, transparent 60%);
  pointer-events: none;
}

.page-home .hero-panel::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--home-accent) 0%, var(--home-neon) 55%, transparent 75%);
  transform: skewX(-18deg);
  transform-origin: left bottom;
  opacity: 0.9;
}

.page-home .hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.page-home .hero-eyebrow {
  color: var(--home-neon);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(57, 255, 20, 0.35);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  letter-spacing: 0.16em;
}

.page-home .hero-eyebrow .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-neon);
  box-shadow: 0 0 0 0 rgba(57, 255, 20, 0.5);
  animation: homeDotPulse 2.2s ease-in-out infinite;
}

@keyframes homeDotPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(57, 255, 20, 0.5); }
  55% { box-shadow: 0 0 0 7px rgba(57, 255, 20, 0); }
}

.page-home .hero-title {
  font-size: clamp(2rem, 5.4vw, 3.7rem);
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -0.025em;
  margin: 18px 0 20px;
  max-width: 12ch;
}

.page-home .hero-title strong {
  font-weight: 800;
  color: var(--home-accent);
}

.page-home .hero-lead {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 253, 247, 0.84);
  max-width: 58ch;
  margin: 0 0 24px;
}

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

.page-home .hero-actions .btn--ghost {
  border-color: rgba(255, 253, 247, 0.55);
  color: #FFFDF7;
}

.page-home .hero-side {
  position: relative;
  display: flex;
  justify-content: center;
}

.page-home .hero-media {
  position: relative;
  width: min(84vw, 420px);
}

.page-home .hero-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--home-rad-lg);
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  transform: rotate(-2deg);
  border: 2px solid rgba(255, 107, 44, 0.45);
}

.page-home .hero-badge {
  position: absolute;
  left: 4px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--home-accent);
  color: var(--home-deep);
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
  transform: rotate(2deg);
}

.page-home .hero-badge i {
  font-style: normal;
  font-family: var(--font-mono, monospace);
  font-size: 1.75rem;
  line-height: 1;
}

.page-home .hero-badge span {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.page-home .hero-index {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 253, 247, 0.2);
}

.page-home .hero-index a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #FFFDF7;
  text-decoration: none;
  font-family: var(--font-mono, monospace);
  font-size: 13px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 253, 247, 0.28);
  border-radius: 999px;
  transition: background 0.24s, border-color 0.24s, transform 0.24s;
}

.page-home .hero-index a:hover {
  background: rgba(255, 253, 247, 0.12);
  border-color: var(--home-neon);
  transform: translateY(-2px);
}

.page-home .hero-index a span {
  color: var(--home-accent);
  font-weight: 800;
}

.page-home .hero-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  width: 100%;
  height: 80px;
  opacity: 0.5;
  pointer-events: none;
}

.page-home .hero-line path {
  fill: none;
  stroke: var(--home-neon);
  stroke-width: 2;
  stroke-dasharray: 12 8;
  animation: homeLineDash 3.2s linear infinite;
}

@keyframes homeLineDash {
  to { stroke-dashoffset: -40; }
}

/* ===== 关键数据看板 ===== */
.page-home .data-brief {
  background: var(--clr-bg, #F5F1E8);
}

.page-home .brief-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 30px;
}

.page-home .big-stat {
  border-radius: var(--home-rad-lg);
  padding: 24px 20px;
  position: relative;
  overflow: hidden;
}

.page-home .big-stat::after {
  content: "";
  position: absolute;
  right: -32px;
  top: -32px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(255, 107, 44, 0.14);
  pointer-events: none;
}

.page-home .big-stat .stat-label {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 253, 247, 0.72);
}

.page-home .panel--tile.big-stat .stat-label {
  color: rgba(15, 45, 74, 0.66);
}

.page-home .big-stat .stat-num {
  font-family: var(--font-mono, monospace);
  font-size: clamp(2.6rem, 7vw, 4rem);
  font-weight: 800;
  line-height: 1;
  margin: 10px 0 8px;
  color: #FFFDF7;
  letter-spacing: -0.02em;
}

.page-home .panel--tile.big-stat .stat-num {
  color: var(--home-deep);
}

.page-home .big-stat .stat-num em {
  font-style: normal;
  font-size: 0.48em;
  color: var(--home-accent);
  margin-left: 2px;
}

.page-home .panel--tile.big-stat .stat-num em {
  color: var(--home-accent);
}

.page-home .big-stat .stat-note {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 253, 247, 0.58);
}

.page-home .panel--tile.big-stat .stat-note {
  color: rgba(15, 45, 74, 0.62);
}

.page-home .brief-banner {
  position: relative;
  border-radius: var(--home-rad-lg);
  overflow: hidden;
  box-shadow: var(--shadow-float, 0 18px 44px rgba(15, 45, 74, 0.18));
}

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

.page-home .banner-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px 20px;
  background: linear-gradient(to top, rgba(15, 45, 74, 0.88) 0%, rgba(15, 45, 74, 0.32) 55%, transparent 100%);
  color: #FFFDF7;
}

.page-home .banner-tag {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--home-neon);
  margin-bottom: 6px;
}

.page-home .banner-text {
  font-size: clamp(1.1rem, 2.4vw, 1.6rem);
  font-weight: 600;
  line-height: 1.45;
  max-width: 32ch;
  margin: 0 0 18px;
}

.page-home .banner-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* ===== 功能速递 ===== */
.page-home .feature-sprint {
  background: var(--clr-bg-light, #FFFDF7);
  padding-top: 56px;
  padding-bottom: 56px;
}

.page-home .feature-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.page-home .feature-media {
  position: relative;
  align-self: center;
}

.page-home .feature-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--home-rad-lg);
  object-fit: cover;
  box-shadow: var(--shadow-float, 0 18px 44px rgba(15, 45, 74, 0.18));
}

.page-home .feature-chip {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--home-neon);
  color: var(--home-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 7px 16px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(57, 255, 20, 0.28);
}

.page-home .feature-list {
  display: grid;
  gap: 22px;
}

.page-home .feature-item {
  position: relative;
  border-left: 3px solid var(--home-accent);
  padding: 4px 0 4px 20px;
}

.page-home .feature-num {
  font-family: var(--font-mono, monospace);
  font-size: 13px;
  font-weight: 700;
  color: var(--home-accent);
}

.page-home .feature-item h3 {
  font-size: 1.28rem;
  line-height: 1.3;
  margin: 6px 0 8px;
  color: var(--home-deep);
}

.page-home .feature-item p {
  font-size: 15px;
  line-height: 1.72;
  color: rgba(26, 26, 26, 0.82);
  margin: 0;
}

.page-home .feature-cta {
  justify-self: start;
  margin-top: 6px;
}

/* ===== 用户路径 ===== */
.page-home .user-paths {
  background: var(--clr-bg, #F5F1E8);
}

.page-home .paths-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-home .path-card {
  border-radius: var(--home-rad-lg);
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-home .path-card--sub.panel--ink {
  color: #FFFDF7;
}

.page-home .path-kicker {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--clr-muted, #6B6B6B);
  font-weight: 700;
}

.page-home .path-card--sub.panel--ink .path-kicker {
  color: var(--home-neon);
}

.page-home .path-card h3 {
  font-size: 1.38rem;
  line-height: 1.32;
  margin: 10px 0 12px;
  color: var(--home-deep);
}

.page-home .path-card--sub.panel--ink h3 {
  color: #FFFDF7;
}

.page-home .path-card p {
  font-size: 14.5px;
  line-height: 1.72;
  color: rgba(26, 26, 26, 0.8);
  margin: 0;
}

.page-home .path-card--sub.panel--ink p {
  color: rgba(255, 253, 247, 0.76);
}

.page-home .path-points {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
}

.page-home .path-points li {
  background: rgba(255, 107, 44, 0.12);
  color: var(--home-deep);
  font-size: 12px;
  font-weight: 600;
  padding: 5px 13px;
  border-radius: 999px;
}

.page-home .path-card--sub .path-points li {
  background: rgba(57, 255, 20, 0.14);
  color: var(--home-neon);
}

.page-home .path-card a {
  display: inline-block;
  margin-top: 18px;
  color: var(--home-deep);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 2px solid var(--home-accent);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}

.page-home .path-card a:hover {
  color: var(--home-accent);
}

.page-home .path-card--sub.panel--ink a {
  color: #FFFDF7;
  border-bottom-color: var(--home-neon);
}

.page-home .path-card--sub.panel--ink a:hover {
  color: var(--home-neon);
}

.page-home .paths-media {
  position: relative;
  align-self: stretch;
  min-height: 220px;
}

.page-home .paths-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: var(--home-rad-lg);
  box-shadow: var(--shadow-soft, 0 12px 32px rgba(15, 45, 74, 0.1));
}

/* ===== 数据流实时预览 ===== */
.page-home .live-stream {
  background: linear-gradient(140deg, #0F2D4A 0%, #163A5E 60%, #244C74 100%);
  color: #FFFDF7;
  padding-top: 58px;
  padding-bottom: 58px;
  position: relative;
  overflow: hidden;
}

.page-home .live-stream::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 44, 0.22) 0%, transparent 68%);
  pointer-events: none;
}

.page-home .live-stream .eyebrow {
  border-color: rgba(57, 255, 20, 0.36);
}

.page-home .ticker {
  overflow: hidden;
  margin-bottom: 28px;
  border-top: 1px solid rgba(255, 253, 247, 0.14);
  border-bottom: 1px solid rgba(255, 253, 247, 0.14);
  padding: 12px 0;
}

.page-home .ticker-track {
  display: flex;
  gap: 36px;
  width: max-content;
  animation: homeTicker 30s linear infinite;
}

.page-home .ticker-track span {
  font-family: var(--font-mono, monospace);
  font-size: 13px;
  white-space: nowrap;
  color: rgba(255, 253, 247, 0.85);
  letter-spacing: 0.03em;
}

@keyframes homeTicker {
  to { transform: translateX(-50%); }
}

.page-home .filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.page-home .filter-btn {
  border: 1px solid rgba(255, 253, 247, 0.35);
  background: transparent;
  color: #FFFDF7;
  font-size: 13px;
  font-weight: 700;
  font-family: var(--font-base, sans-serif);
  padding: 8px 15px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.22s, color 0.22s, border-color 0.22s, transform 0.18s;
}

.page-home .filter-btn:hover {
  background: rgba(255, 253, 247, 0.1);
  border-color: var(--home-neon);
  transform: translateY(-1px);
}

.page-home .filter-btn.is-active {
  background: var(--home-accent);
  border-color: var(--home-accent);
  color: #FFFDF7;
}

.page-home .filter-count {
  display: inline-block;
  margin-left: 6px;
  font-family: var(--font-mono, monospace);
  font-size: 12px;
  opacity: 0.85;
}

.page-home .stream-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.page-home .stream-card {
  background: var(--home-cream);
  border-radius: 20px;
  padding: 18px 16px;
  border: 1px solid rgba(15, 45, 74, 0.07);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  transition: transform 0.26s, box-shadow 0.26s;
}

.page-home .stream-card:hover {
  transform: translateY(-4px) rotate(0.5deg);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24);
}

.page-home .stream-league {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--clr-muted, #6B6B6B);
  margin: 0 0 8px;
}

.page-home .stream-data {
  font-family: var(--font-mono, monospace);
  font-size: 1.12rem;
  line-height: 1.45;
  color: var(--home-deep);
  font-weight: 700;
  margin: 0 0 10px;
}

.page-home .stream-data strong {
  color: var(--home-accent);
  font-weight: 800;
}

.page-home .stream-status {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(15, 45, 74, 0.6);
}

.page-home .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.page-home .dot--green {
  background: var(--home-neon);
  box-shadow: 0 0 8px rgba(57, 255, 20, 0.7);
}

.page-home .dot--orange {
  background: var(--home-accent);
  box-shadow: 0 0 8px rgba(255, 107, 44, 0.6);
}

.page-home .empty-tip {
  display: none;
  padding: 22px;
  background: rgba(255, 253, 247, 0.07);
  border-radius: 16px;
  border: 1px dashed rgba(255, 253, 247, 0.3);
  font-size: 15px;
  text-align: center;
  color: rgba(255, 253, 247, 0.8);
}

.page-home .stream-cta {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 253, 247, 0.14);
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}

.page-home .stream-cta p {
  color: rgba(255, 253, 247, 0.8);
  font-size: 15px;
  line-height: 1.75;
  max-width: 64ch;
  margin: 0;
}

.page-home .stream-cta .btn--ghost {
  border-color: rgba(255, 253, 247, 0.55);
  color: #FFFDF7;
}

/* ===== 桌面端增强 ===== */
@media (min-width: 960px) {
  .page-home .section {
    padding: 72px 0;
  }

  .page-home .section-head {
    margin-bottom: 40px;
  }

  .page-home .hero-panel {
    padding: 76px 0 44px;
  }

  .page-home .hero-inner {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    gap: 56px;
    align-items: center;
  }

  .page-home .hero-title {
    margin-top: 24px;
    margin-bottom: 26px;
  }

  .page-home .hero-lead {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .page-home .hero-media {
    width: 100%;
    max-width: 440px;
  }

  .page-home .hero-media img {
    max-height: 640px;
  }

  .page-home .hero-badge {
    left: -14px;
    bottom: 36px;
  }

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

  .page-home .brief-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }

  .page-home .big-stat {
    padding: 28px 24px;
  }

  .page-home .banner-overlay {
    padding: 40px 36px;
  }

  .page-home .banner-text {
    max-width: 26ch;
  }

  .page-home .feature-layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 64px;
  }

  .page-home .feature-list {
    gap: 26px;
  }

  .page-home .paths-layout {
    grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(280px, 0.8fr);
    gap: 18px;
  }

  .page-home .path-card {
    padding: 28px 24px;
  }

  .page-home .paths-media img {
    max-height: none;
  }

  .page-home .filter-bar {
    justify-content: flex-end;
  }

  .page-home .stream-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .page-home .stream-cta {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .page-home .stream-cta .hero-actions {
    flex-shrink: 0;
  }
}

@media (min-width: 1280px) {
  .page-home .wrap {
    padding-inline: 24px;
  }

  .page-home .hero-title {
    font-size: clamp(2.8rem, 5vw, 4rem);
  }
}
