.page-home {
  --hero-radius: 0px;
  position: relative;
  z-index: 0;
  background-color: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  overflow-x: hidden;
}
.page-home::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(57,255,20,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(57,255,20,0.035) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
  z-index: -1;
}
.page-home .home-index-label {
  margin: 0 0 10px;
  color: var(--gold);
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.16em;
  line-height: 1.5;
}
.page-home .home-section__title {
  margin: 0 0 16px;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(24px, 3.6vw, 36px);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.25;
}
.page-home .home-section__desc {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}
.page-home .home-btn--primary,
.page-home .home-btn--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background-color 0.25s, color 0.25s;
  border-radius: 2px;
}
.page-home .home-btn--primary {
  background: var(--neon);
  color: var(--bg);
  border: 1px solid var(--neon);
  box-shadow: 0 0 16px rgba(57,255,20,0.24);
}
.page-home .home-btn--ghost {
  background: rgba(0,255,255,0.06);
  color: var(--blue);
  border: 1px solid var(--blue);
}
.page-home .home-btn--primary:hover,
.page-home .home-btn--ghost:hover {
  transform: translateY(-2px);
}
.page-home .home-btn--primary:hover {
  box-shadow: 0 8px 26px rgba(57,255,20,0.28);
}
.page-home .home-btn--ghost:hover {
  box-shadow: 0 8px 26px rgba(0,255,255,0.2);
}

/* 首屏拼贴 */
.page-home .home-hero {
  padding: clamp(100px, 14vh, 148px) var(--pad) clamp(56px, 8vw, 96px);
  background:
    radial-gradient(circle at 85% 8%, rgba(0,255,255,0.1), transparent 42%),
    radial-gradient(circle at 12% 18%, rgba(57,255,20,0.07), transparent 38%);
}
.page-home .home-hero__grid {
  display: grid;
  gap: clamp(14px, 2.2vw, 26px);
  margin: 0 auto;
  max-width: var(--max-w);
  align-items: stretch;
}
.page-home .home-hero__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(6px, 1.6vw, 18px) 0;
}
.page-home .home-hero__crumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 4px 12px;
  color: var(--muted);
  font-family: var(--font-data);
  font-size: 12px;
  border-left: 3px solid var(--gold);
}
.page-home .home-hero__crumb span {
  color: var(--gold);
  opacity: 0.7;
}
.page-home .home-hero__title {
  margin: 0 0 18px;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
}
.page-home .home-hero__lead {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}
.page-home .home-hero__meta {
  padding-top: 10px;
  color: var(--neon);
  font-family: var(--font-data);
  font-size: 13px;
  letter-spacing: 0.05em;
  border-top: 1px solid rgba(57,255,20,0.25);
}
.page-home .home-hero__dashboard,
.page-home .home-hero__filter,
.page-home .home-hero__rounds {
  position: relative;
  padding: clamp(18px, 2.4vw, 28px);
  background: linear-gradient(135deg, rgba(18,24,38,0.96), rgba(10,14,23,0.92));
  border: 1px solid rgba(0,255,255,0.22);
  box-shadow: 0 18px 40px rgba(0,0,0,0.36);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}
.page-home .home-hero__dashboard {
  display: flex;
  flex-direction: column;
}
.page-home .home-hero__dashboard::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 4px;
  background: var(--neon);
  box-shadow: 0 0 18px rgba(57,255,20,0.8);
}
.page-home .home-hero__dash-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,255,255,0.18);
}
.page-home .home-hero__dash-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
}
.page-home .home-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  color: var(--blue);
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.08em;
  border: 1px solid rgba(0,255,255,0.45);
  background: rgba(0,255,255,0.06);
}
.page-home .home-live-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--neon);
  box-shadow: 0 0 8px rgba(57,255,20,0.8);
  animation: home-blink 1.8s ease-in-out infinite;
}
@keyframes home-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}
.page-home .home-hero__dash-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: clamp(220px, 46vw, 460px);
  margin-top: 16px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  background: var(--panel);
}
.page-home .home-hero__dash-foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  color: var(--muted);
  font-family: var(--font-data);
  font-size: 12px;
}
.page-home .home-hero__streams {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 90px;
  opacity: 0.55;
  pointer-events: none;
}
.page-home .home-hero__streams path:first-child {
  stroke: var(--blue);
  animation: home-stream 16s linear infinite;
}
.page-home .home-hero__streams path:last-child {
  stroke: var(--neon);
  animation: home-stream 22s linear infinite reverse;
}
@keyframes home-stream {
  to { stroke-dashoffset: -240; }
}
.page-home .home-hero__subtitle {
  margin: 4px 0 10px;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.02em;
}
.page-home .home-hero__filter-text {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.page-home .home-filter__list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.page-home .home-filter__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(10,14,23,0.7);
  border-left: 3px solid var(--gold);
  color: var(--text);
  font-size: 13px;
  line-height: 1.5;
}
.page-home .home-filter__tag {
  flex: 0 0 auto;
  min-width: 48px;
  padding: 3px 8px;
  background: rgba(197,160,89,0.15);
  color: var(--gold);
  font-family: var(--font-data);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.06em;
}
.page-home .home-hero__rounds-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(57,255,20,0.18);
}
.page-home .home-hero__rounds-note {
  color: var(--muted);
  font-size: 12px;
}
.page-home .home-rounds__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.page-home .home-round {
  display: grid;
  gap: 8px;
  position: relative;
  padding: 12px 14px 12px 16px;
  background: var(--bg);
  border: 1px solid rgba(0,255,255,0.14);
}
.page-home .home-round::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--neon);
  opacity: 0.8;
}
.page-home .home-round__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-family: var(--font-data);
  font-size: 12px;
}
.page-home .home-round__tag {
  padding: 2px 8px;
  background: rgba(197,160,89,0.16);
  color: var(--gold);
  letter-spacing: 0.05em;
}
.page-home .home-round__score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--text);
  font-size: 15px;
  font-weight: 500;
}
.page-home .home-round__score strong {
  color: var(--neon);
  font-family: var(--font-data);
  font-size: 20px;
  letter-spacing: 0.06em;
}
.page-home .home-round__odds {
  color: var(--muted);
  font-size: 12px;
}
.page-home .home-round__odds em {
  color: var(--blue);
  font-style: normal;
  font-family: var(--font-data);
}

/* 赛事筛选中心 */
.page-home .home-screening {
  padding: clamp(72px, 10vh, 120px) var(--pad);
}
.page-home .home-screening__grid {
  display: grid;
  gap: clamp(16px, 3vw, 32px);
  margin: 0 auto;
  max-width: var(--max-w);
  align-items: center;
}
.page-home .home-screening__visual {
  position: relative;
  padding: 10px;
  background: linear-gradient(135deg, rgba(0,255,255,0.12), rgba(57,255,20,0.08));
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
}
.page-home .home-screening__visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}
.page-home .home-screening__panel {
  padding: clamp(18px, 2.6vw, 32px);
  background: rgba(18,24,38,0.62);
  border-top: 1px solid rgba(0,255,255,0.25);
  border-right: 1px solid rgba(57,255,20,0.16);
  border-bottom: 1px solid rgba(0,255,255,0.25);
  border-left: 4px solid var(--gold);
}
.page-home .home-screening__list,
.page-home .home-client__list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 12px;
}
.page-home .home-screening__list li,
.page-home .home-client__list li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 14px;
  background: rgba(10,14,23,0.72);
  border-left: 3px solid var(--gold);
}
.page-home .home-screening__list strong,
.page-home .home-client__list strong {
  color: var(--text);
  font-size: 14px;
}
.page-home .home-screening__list span,
.page-home .home-client__list span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.page-home .home-screening__example {
  margin-bottom: 22px;
  border: 1px solid rgba(0,255,255,0.18);
  background: rgba(0,255,255,0.05);
}
.page-home .home-screening__example summary {
  cursor: pointer;
  padding: 12px 14px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
}
.page-home .home-screening__example p {
  margin: 0;
  padding: 0 14px 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

/* 华人版客户端bet */
.page-home .home-client {
  padding: clamp(72px, 10vh, 120px) var(--pad);
  background:
    linear-gradient(180deg, var(--bg) 0%, rgba(18,24,38,0.9) 38%, var(--bg) 100%);
  border-top: 1px solid rgba(0,255,255,0.12);
  border-bottom: 1px solid rgba(0,255,255,0.12);
}
.page-home .home-client__grid {
  display: grid;
  gap: clamp(16px, 3vw, 32px);
  margin: 0 auto;
  max-width: var(--max-w);
  align-items: center;
}
.page-home .home-client__panel {
  padding: clamp(18px, 2.6vw, 32px);
  background: rgba(18,24,38,0.5);
  border-left: 4px solid var(--blue);
  border-top: 1px solid rgba(0,255,255,0.18);
  border-bottom: 1px solid rgba(0,255,255,0.18);
}
.page-home .home-client__visual,
.page-home .home-feedback__visual {
  position: relative;
}
.page-home .home-client__visual::before,
.page-home .home-feedback__visual::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 8px;
  bottom: 8px;
  left: -8px;
  border: 1px solid rgba(0,255,255,0.25);
  pointer-events: none;
}
.page-home .home-client__visual img,
.page-home .home-feedback__visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
  background: var(--panel);
}

/* 华人联赛问题反馈 */
.page-home .home-feedback {
  padding: clamp(72px, 10vh, 120px) var(--pad);
}
.page-home .home-feedback__grid {
  display: grid;
  gap: clamp(16px, 3vw, 32px);
  margin: 0 auto;
  max-width: var(--max-w);
  align-items: center;
}
.page-home .home-feedback__panel {
  padding: clamp(18px, 2.6vw, 32px);
  background:
    radial-gradient(circle at 92% 8%, rgba(57,255,20,0.08), transparent 40%),
    rgba(18,24,38,0.55);
  border: 1px solid rgba(57,255,20,0.18);
}
.page-home .home-feedback__steps {
  counter-reset: home-step;
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 12px;
}
.page-home .home-feedback__steps li {
  counter-increment: home-step;
  position: relative;
  padding: 12px 14px 12px 52px;
  background: rgba(10,14,23,0.72);
  border: 1px solid rgba(57,255,20,0.16);
  color: var(--text);
  font-size: 14px;
  line-height: 1.6;
}
.page-home .home-feedback__steps li::before {
  content: counter(home-step, decimal-leading-zero);
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--neon);
  font-family: var(--font-data);
  font-size: 18px;
  letter-spacing: 0.04em;
}

/* 数据总览与更新节奏 */
.page-home .home-data {
  padding: clamp(72px, 10vh, 120px) var(--pad);
  background:
    linear-gradient(180deg, rgba(0,255,255,0.06), transparent 60%),
    var(--panel);
  border-top: 1px solid rgba(0,255,255,0.14);
}
.page-home .home-data__inner {
  margin: 0 auto;
  max-width: var(--max-w);
}
.page-home .home-data__head {
  max-width: 560px;
}
.page-home .home-data__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 20px);
  margin-top: 28px;
}
.page-home .home-stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  padding: 22px 18px;
  background: var(--bg);
  border: 1px solid rgba(57,255,20,0.28);
  box-shadow: inset 0 0 24px rgba(57,255,20,0.05);
}
.page-home .home-stat__num {
  color: var(--neon);
  font-family: var(--font-display);
  font-size: clamp(28px, 4.4vw, 42px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  animation: home-num-pulse 3.6s ease-in-out infinite;
}
@keyframes home-num-pulse {
  0%, 100% { text-shadow: 0 0 8px rgba(57,255,20,0.35); }
  50% { text-shadow: 0 0 20px rgba(57,255,20,0.7); }
}
.page-home .home-stat__label {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.page-home .home-data__note {
  margin: 20px 0 0;
  padding-top: 14px;
  color: var(--muted);
  font-size: 12px;
  border-top: 1px solid rgba(122,138,165,0.35);
}

/* 常用服务入口 */
.page-home .home-services {
  padding: clamp(72px, 10vh, 120px) var(--pad);
  background:
    radial-gradient(circle at right top, rgba(0,255,255,0.08), transparent 55%),
    radial-gradient(circle at left bottom, rgba(57,255,20,0.06), transparent 50%);
}
.page-home .home-services .home-services__head {
  margin-bottom: 28px;
}
.page-home .home-services__grid {
  display: grid;
  gap: 14px;
}
.page-home .home-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 38px 20px 18px;
  background: var(--panel);
  border: 1px solid rgba(197,160,89,0.3);
  color: var(--text);
  text-decoration: none;
  transition: transform 0.28s var(--ease), border-color 0.28s, box-shadow 0.28s;
}
.page-home .home-service-card::after {
  content: "→";
  position: absolute;
  right: 14px;
  top: 18px;
  color: var(--gold);
  font-family: var(--font-data);
  font-size: 16px;
}
.page-home .home-service-card:hover {
  transform: translateY(-4px);
  border-color: var(--neon);
  box-shadow: 0 10px 30px rgba(57,255,20,0.12);
}
.page-home .home-service-card__num {
  color: var(--gold);
  font-family: var(--font-data);
  font-size: 13px;
  letter-spacing: 0.08em;
}
.page-home .home-service-card__title {
  color: var(--text);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
}
.page-home .home-service-card__desc {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

/* 响应式增强 */
@media (max-width: 767px) {
  .page-home .home-hero__dash-img {
    height: clamp(200px, 56vw, 320px);
  }
  .page-home .home-round__score {
    font-size: 14px;
  }
  .page-home .home-data__grid {
    gap: 10px;
  }
  .page-home .home-stat {
    padding: 16px 12px;
  }
  .page-home .home-service-card__desc {
    font-size: 12px;
  }
}

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

@media (min-width: 960px) {
  .page-home .home-screening__grid,
  .page-home .home-feedback__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }
  .page-home .home-client__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
}

@media (min-width: 1024px) {
  .page-home .home-hero__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    grid-template-rows: auto auto;
    grid-template-areas:
      "intro dashboard"
      "filter rounds";
    gap: 22px;
  }
  .page-home .home-hero__intro {
    grid-area: intro;
  }
  .page-home .home-hero__dashboard {
    grid-area: dashboard;
  }
  .page-home .home-hero__filter {
    grid-area: filter;
  }
  .page-home .home-hero__rounds {
    grid-area: rounds;
  }
}

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