.page-home {
  --home-border: rgba(242, 239, 233, 0.08);
  --home-cut: 26px;
  --home-transition: 0.35s var(--ease-out-expo);
  background: var(--bg-deep);
  color: var(--base-light);
  overflow-x: hidden;
}

/* ===== 面包屑 ===== */
.page-home .breadcrumb {
  padding-top: 22px;
}
.page-home .breadcrumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-home .breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.page-home .breadcrumb li + li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent-green);
}
.page-home .breadcrumb a {
  color: var(--mineral-grey);
  text-decoration: none;
  transition: color var(--home-transition);
}
.page-home .breadcrumb a:hover {
  color: var(--accent-green);
}
.page-home .breadcrumb li:last-child {
  color: var(--base-light);
}

/* ===== 区块通用 ===== */
.page-home .section-head {
  margin-bottom: 28px;
}
.page-home .section-eyebrow {
  margin: 0 0 8px;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-green);
}
.page-home .section-title {
  margin: 0 0 14px;
  font-family: var(--font-headline);
  font-size: 28px;
  line-height: 1.18;
  letter-spacing: -0.01em;
}
.page-home .section-desc {
  max-width: 640px;
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(242, 239, 233, 0.66);
}
@media (min-width: 768px) {
  .page-home .section-title {
    font-size: 34px;
  }
  .page-home .section-desc {
    font-size: 16px;
  }
}

/* ===== 首屏拼贴 ===== */
.page-home .home-hero {
  position: relative;
  padding: 20px 0 48px;
}
.page-home .hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.page-home .hero-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.24;
}
.page-home .hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(118deg, rgba(10, 25, 47, 0.98) 0%, rgba(10, 25, 47, 0.85) 48%, rgba(10, 25, 47, 0.68) 100%);
}
.page-home .hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

/* 品牌认证大卡 */
.page-home .hero-brand-card {
  display: flex;
  flex-direction: column;
  padding: 30px 24px 34px;
  background: linear-gradient(148deg, rgba(27, 42, 65, 0.96) 0%, rgba(10, 25, 47, 0.92) 100%);
  border: 1px solid var(--home-border);
  clip-path: polygon(0 0, calc(100% - var(--home-cut)) 0, 100% var(--home-cut), 100% 100%, 0 100%);
}
.page-home .hero-verified-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  margin-bottom: 20px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 255, 135, 0.35);
  background: rgba(0, 255, 135, 0.08);
  font-size: 13px;
  font-weight: 600;
  color: var(--accent-green);
}
.page-home .hero-verified-badge svg {
  color: var(--accent-green);
}
.page-home .hero-h1-brand,
.page-home .hero-h1-sub {
  display: inline-block;
}
.page-home h1 {
  margin: 0 0 16px;
  font-family: var(--font-headline);
  font-size: 32px;
  line-height: 1.12;
  letter-spacing: -0.01em;
}
.page-home .hero-h1-brand {
  background: linear-gradient(90deg, var(--accent-green) 0%, var(--base-light) 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.page-home .hero-h1-sub {
  font-size: 20px;
  color: var(--base-light);
}
.page-home .hero-lead {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(242, 239, 233, 0.74);
}

/* 元信息 */
.page-home .hero-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 22px;
  padding: 16px 0;
  border-top: 1px dashed var(--home-border);
  border-bottom: 1px dashed var(--home-border);
}
.page-home .hero-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-home .hero-meta-label {
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  color: var(--mineral-grey);
}
.page-home .hero-meta-value {
  font-family: var(--font-mono);
  font-size: 15px;
  color: var(--base-light);
}

/* 按钮行 */
.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* 右侧叠卡 */
.page-home .hero-side-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.page-home .hero-sub-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border-radius: 4px;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
}
.page-home .hero-sub-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-home .hero-sub-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 25, 47, 0.9) 0%, rgba(10, 25, 47, 0.1) 80%);
}
.page-home .hero-sub-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 230px;
  padding: 22px 20px;
}
.page-home .hero-sub-overlay h2 {
  margin: 6px 0 2px;
  font-family: var(--font-headline);
  font-size: 24px;
}
.page-home .hero-sub-overlay p {
  margin: 0;
  font-size: 14px;
  color: rgba(242, 239, 233, 0.74);
}

/* ===== 核心数据总览 ===== */
.page-home .home-stats {
  padding: 52px 0 20px;
}
.page-home .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 36px;
}
.page-home .stat-card {
  position: relative;
  padding: 22px 18px 20px;
  background: var(--bg-card);
  border: 1px solid var(--home-border);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
  transition: background var(--home-transition), transform var(--home-transition);
}
.page-home .stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: var(--accent-green);
  opacity: 0.75;
}
.page-home .stat-card:nth-child(2)::before {
  background: var(--accent-orange);
}
.page-home .stat-card:nth-child(3)::before {
  background: var(--mineral-green);
}
.page-home .stat-card:nth-child(4)::before {
  background: var(--mineral-clay);
}
.page-home .stat-card:hover {
  background: var(--bg-card-hover);
  transform: translateY(-4px);
}
.page-home .stat-number {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-mono);
  font-size: 32px;
  line-height: 1;
  color: var(--accent-green);
}
.page-home .stat-card:nth-child(2) .stat-number {
  color: var(--accent-orange);
}
.page-home .stat-card:nth-child(3) .stat-number {
  color: var(--base-light);
}
.page-home .stat-card:nth-child(4) .stat-number {
  color: var(--mineral-clay);
}
.page-home .stat-label {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-headline);
  font-size: 15px;
}
.page-home .stat-detail {
  display: block;
  font-size: 13px;
  color: rgba(242, 239, 233, 0.52);
}

/* 联赛分区矩阵 */
.page-home .league-matrix {
  margin-bottom: 50px;
  padding: 22px 20px;
  background: linear-gradient(to right, rgba(27, 42, 65, 0.5), rgba(10, 25, 47, 0.2));
  border: 1px solid var(--home-border);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}
.page-home .league-matrix-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}
.page-home .league-matrix-head h3 {
  margin: 0;
  font-family: var(--font-headline);
  font-size: 15px;
}
.page-home .league-matrix-tip {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--mineral-grey);
}
.page-home .league-matrix-board {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0 0 8px;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--accent-green) transparent;
}
.page-home .league-matrix-board li {
  flex: 0 0 64px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(27, 42, 65, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: rgba(242, 239, 233, 0.55);
  transition: border-color var(--home-transition), color var(--home-transition), background var(--home-transition);
}
.page-home .league-matrix-board li:hover {
  border-color: var(--accent-green);
  color: var(--accent-green);
  background: rgba(0, 255, 135, 0.06);
}

/* ===== 实时更新动态 ===== */
.page-home .home-updates {
  padding: 40px 0 60px;
}
.page-home .updates-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}
.page-home .timeline {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-home .timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: repeating-linear-gradient(to bottom, var(--accent-green), var(--accent-green) 6px, transparent 6px, transparent 12px);
  opacity: 0.35;
}
.page-home .timeline-item {
  position: relative;
  padding-bottom: 28px;
  padding-left: 34px;
}
.page-home .timeline-item:last-child {
  padding-bottom: 0;
}
.page-home .timeline-dot {
  position: absolute;
  left: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--bg-deep);
  border: 3px solid var(--accent-green);
  box-shadow: 0 0 0 3px rgba(0, 255, 135, 0.15);
}
.page-home .timeline-item:nth-child(2) .timeline-dot {
  border-color: var(--accent-orange);
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.14);
}
.page-home .timeline-item:nth-child(3) .timeline-dot {
  border-color: var(--mineral-green);
  box-shadow: 0 0 0 3px rgba(92, 107, 74, 0.16);
}
.page-home .timeline-item:nth-child(4) .timeline-dot {
  border-color: var(--mineral-clay);
  box-shadow: 0 0 0 3px rgba(193, 154, 107, 0.16);
}
.page-home .timeline-time {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 10px;
  border-radius: 2px;
  background: rgba(0, 255, 135, 0.08);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--accent-green);
}
.page-home .timeline-item:nth-child(2) .timeline-time {
  background: rgba(255, 107, 0, 0.1);
  color: var(--accent-orange);
}
.page-home .timeline-item:nth-child(3) .timeline-time {
  background: rgba(92, 107, 74, 0.14);
  color: var(--base-light);
}
.page-home .timeline-item:nth-child(4) .timeline-time {
  background: rgba(193, 154, 107, 0.12);
  color: var(--mineral-clay);
}
.page-home .timeline-content h3 {
  margin: 0 0 6px;
  font-family: var(--font-headline);
  font-size: 16px;
}
.page-home .timeline-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(242, 239, 233, 0.66);
}
.page-home .updates-figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--bg-card);
  border-radius: 4px;
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
}
.page-home .updates-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.page-home .updates-figure figcaption {
  padding: 14px 16px;
  background: var(--bg-card);
  font-size: 13px;
  color: rgba(242, 239, 233, 0.66);
}

/* ===== 功能入口门户 ===== */
.page-home .home-portal {
  position: relative;
  padding: 50px 0 60px;
}
.page-home .home-portal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 255, 135, 0.3), rgba(255, 107, 0, 0.3), transparent);
}
.page-home .portal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.page-home .portal-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 26px 22px;
  background: var(--bg-card);
  border: 1px solid var(--home-border);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
  text-decoration: none;
  color: var(--base-light);
  transition: background var(--home-transition), transform var(--home-transition), border-color var(--home-transition);
}
.page-home .portal-card:hover {
  background: var(--bg-card-hover);
  border-color: rgba(0, 255, 135, 0.3);
  transform: translateY(-4px);
}
.page-home .portal-index {
  position: absolute;
  top: 20px;
  right: 22px;
  font-family: var(--font-mono);
  font-size: 14px;
  color: rgba(122, 139, 111, 0.7);
}
.page-home .portal-card h3 {
  margin: 0 0 10px;
  padding-right: 40px;
  font-family: var(--font-headline);
  font-size: 18px;
}
.page-home .portal-card p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.72;
  color: rgba(242, 239, 233, 0.68);
}
.page-home .portal-link {
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent-green);
}
.page-home .portal-card-accent {
  background: linear-gradient(135deg, rgba(255, 107, 0, 0.14) 0%, var(--bg-card) 55%);
}
.page-home .portal-card-accent .portal-link {
  color: var(--accent-orange);
}

/* ===== 品牌信任说明 ===== */
.page-home .home-trust {
  padding: 60px 0 72px;
  background: linear-gradient(180deg, var(--bg-deep) 0%, #0d1c35 100%);
}
.page-home .trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 30px;
}
.page-home .trust-block {
  padding: 26px 22px;
  background: rgba(27, 42, 65, 0.55);
  border: 1px solid var(--home-border);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}
.page-home .trust-icon {
  display: inline-flex;
  margin-bottom: 16px;
}
.page-home .trust-block h3 {
  margin: 0 0 10px;
  font-family: var(--font-headline);
  font-size: 17px;
}
.page-home .trust-block p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(242, 239, 233, 0.66);
}
.page-home .trust-block strong {
  color: var(--base-light);
  font-weight: 700;
}

/* 信任横幅 */
.page-home .trust-banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 28px;
  padding: 24px 18px;
  background: linear-gradient(135deg, rgba(27, 42, 65, 0.8) 0%, rgba(0, 255, 135, 0.06) 100%);
  border: 1px solid var(--home-border);
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
}
.page-home .trust-banner-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 14px 8px;
}
.page-home .trust-banner-num {
  font-family: var(--font-mono);
  font-size: 28px;
  font-weight: 700;
  color: var(--accent-green);
}
.page-home .trust-banner-item:nth-child(2) .trust-banner-num {
  color: var(--accent-orange);
}
.page-home .trust-banner-item:nth-child(3) .trust-banner-num {
  color: var(--mineral-clay);
}
.page-home .trust-banner-label {
  font-size: 13px;
  color: rgba(242, 239, 233, 0.62);
}

/* 联系区块 */
.page-home .trust-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 20px;
  border-radius: 6px;
  border: 1px dashed rgba(0, 255, 135, 0.3);
  background: rgba(0, 255, 135, 0.03);
}
.page-home .trust-contact p {
  max-width: 640px;
  margin: 0;
  font-size: 14px;
  line-height: 1.72;
  color: rgba(242, 239, 233, 0.7);
}
.page-home .trust-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* ===== 桌面端 ===== */
@media (min-width: 600px) {
  .page-home .hero-meta {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .page-home .stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .page-home .stat-card {
    padding: 28px 22px 24px;
  }
  .page-home .stat-number {
    font-size: 36px;
  }
  .page-home .league-matrix-board {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    overflow: visible;
    padding-bottom: 0;
  }
  .page-home .league-matrix-board li {
    height: 52px;
    flex: initial;
  }
  .page-home .updates-layout {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: start;
  }
  .page-home .portal-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .page-home .trust-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .page-home .trust-banner {
    grid-template-columns: repeat(4, 1fr);
    padding: 30px 24px;
  }
  .page-home .trust-banner-num {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .page-home .hero-grid {
    grid-template-columns: 1.08fr 0.92fr;
    gap: 22px;
  }
  .page-home .hero-brand-card {
    padding: 40px 34px 44px;
  }
  .page-home h1 {
    font-size: 40px;
  }
  .page-home .hero-h1-sub {
    font-size: 24px;
  }
  .page-home .hero-lead {
    font-size: 16px;
  }
  .page-home .hero-meta {
    gap: 16px;
  }
  .page-home .hero-side-stack {
    gap: 20px;
  }
  .page-home .hero-verified-badge {
    margin-bottom: 26px;
  }
}
