.page-home {
  --page-section-pad: clamp(44px, 7vw, 96px);
  position: relative;
  overflow-x: hidden;
  background: var(--ab-white);
}

/* ========== 首屏 ========== */
.page-home .hero-section {
  position: relative;
  padding: clamp(18px, 4vw, 36px) 0 clamp(44px, 6vw, 88px);
  background:
    linear-gradient(175deg, var(--ab-lake) 0%, rgba(156, 197, 240, 0.42) 32%, var(--ab-white) 74%),
    var(--ab-white);
  overflow: hidden;
}
.page-home .hero-section::before {
  content: "";
  position: absolute;
  right: -8%;
  top: -6%;
  width: 62%;
  height: 64%;
  background: linear-gradient(168deg, rgba(255, 255, 255, 0.75) 0%, rgba(245, 248, 252, 0.2) 52%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-9deg);
  border-radius: 32px;
  z-index: 0;
  pointer-events: none;
}
.page-home .hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 30px;
  background: linear-gradient(96deg, var(--ab-navy) 0%, var(--ab-blue) 45%, var(--ab-yellow) 92%);
  transform: skewY(-1.4deg);
  transform-origin: left bottom;
  z-index: 2;
  pointer-events: none;
}
.page-home .hero-section .ab-container {
  position: relative;
  z-index: 1;
}
.page-home .hero-section .ab-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(12, 36, 56, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 36, 56, 0.045) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), transparent 84%);
  pointer-events: none;
}
.page-home .hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(28px, 4vw, 52px);
}
@media (min-width: 1024px) {
  .page-home .hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: center;
  }
}
.page-home .ab-breadcrumb {
  margin-bottom: 20px;
}
.page-home .hero-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}
.page-home .hero-meta .ab-kicker {
  margin-bottom: 0;
}
.page-home .version-badge {
  font-family: var(--ab-font-data);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--ab-navy);
  background: rgba(242, 180, 65, 0.28);
  border: 1px solid rgba(242, 180, 65, 0.72);
  padding: 5px 12px;
  border-radius: 999px;
  white-space: nowrap;
}
.page-home h1 {
  font-family: var(--ab-font-head);
  font-size: clamp(40px, 6vw, 86px);
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--ab-navy);
  margin: 0 0 20px;
}
.page-home .hero-intro {
  font-size: 15px;
  line-height: 1.95;
  color: #405468;
  max-width: 30em;
  margin-bottom: 28px;
}
.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-home .hero-actions .ab-btn {
  min-height: 46px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-home .hero-actions .ab-btn--ghost {
  background: transparent;
  border: 1.5px solid var(--ab-blue);
  color: var(--ab-blue);
}
.page-home .hero-actions .ab-btn--ghost:hover {
  background: rgba(30, 111, 186, 0.08);
  border-color: var(--ab-navy);
  color: var(--ab-navy);
}
.page-home .hero-panel {
  background: linear-gradient(165deg, var(--ab-blue) 0%, var(--ab-navy) 100%);
  border-radius: var(--ab-radius-lg);
  box-shadow: var(--ab-shadow);
  overflow: hidden;
  color: #fff;
}
.page-home .hero-panel-media {
  max-height: 240px;
  overflow: hidden;
}
.page-home .hero-panel-img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  opacity: 0.92;
}
.page-home .hero-panel-body {
  padding: 22px;
}
.page-home .panel-tag-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: rgba(245, 248, 252, 0.72);
  margin-bottom: 18px;
}
.page-home .panel-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--ab-font-data);
}
.page-home .panel-update {
  font-family: var(--ab-font-data);
  white-space: nowrap;
}
.page-home .live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ab-green);
  display: inline-block;
  animation: ab-live-pulse 2s infinite;
}
@keyframes ab-live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(123, 181, 94, 0.55); }
  70% { box-shadow: 0 0 0 7px rgba(123, 181, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(123, 181, 94, 0); }
}
.page-home .hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media (min-width: 640px) {
  .page-home .hero-stats {
    grid-template-columns: repeat(4, 1fr);
  }
}
.page-home .stat-cell {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 14px 12px;
}
.page-home .stat-value {
  display: block;
  font-family: var(--ab-font-data);
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.page-home .stat-value em {
  font-style: normal;
  font-family: var(--ab-font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--ab-yellow);
  margin-left: 2px;
}
.page-home .stat-label {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.68);
  margin-top: 7px;
}
.page-home .hero-panel-foot {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-family: var(--ab-font-data);
  font-size: 12px;
  color: rgba(245, 248, 252, 0.6);
}
.page-home .hero-panel-foot .foot-version {
  color: var(--ab-yellow);
}

/* ========== 周末赛程对照 ========== */
.page-home .match-section {
  padding: var(--page-section-pad) 0;
  background: var(--ab-white);
}
.page-home .section-head {
  margin-bottom: 4px;
}
.page-home .section-head h2,
.page-home .archive-left h2,
.page-home .stats-copy h2 {
  font-family: var(--ab-font-head);
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.04;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--ab-navy);
  margin: 10px 0 0;
}
.page-home .schedule-desc {
  max-width: 62em;
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.85;
  color: #46586a;
}
.page-home .timeline-visual {
  position: relative;
  height: 200px;
  margin-top: 26px;
  border-radius: var(--ab-radius);
  overflow: hidden;
  box-shadow: var(--ab-shadow);
}
.page-home .timeline-visual-img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.page-home .timeline-bars {
  position: absolute;
  inset: 0;
  display: flex;
}
.page-home .timeline-bars .bar {
  flex: 1;
  height: 100%;
  transform: skewX(-12deg);
  background: linear-gradient(90deg, rgba(30, 111, 186, 0.38), rgba(156, 197, 240, 0.2));
}
.page-home .timeline-bars .bar-yellow {
  background: linear-gradient(90deg, rgba(242, 180, 65, 0.4), rgba(242, 180, 65, 0.16));
}
.page-home .timeline-bars .bar-navy {
  background: linear-gradient(90deg, rgba(12, 36, 56, 0.44), rgba(30, 111, 186, 0.2));
}
.page-home .timeline-bars .bar-sky {
  background: linear-gradient(90deg, rgba(156, 197, 240, 0.42), rgba(245, 248, 252, 0.12));
}
.page-home .day-switch {
  display: flex;
  gap: 10px;
  margin: 24px 0 20px;
}
.page-home .day-switch .ab-tag {
  cursor: pointer;
  font-size: 14px;
  padding: 9px 18px;
  border-radius: 999px;
  border: 1px solid rgba(12, 36, 56, 0.16);
  background: #fff;
  color: var(--ab-navy);
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.page-home .day-switch .ab-tag:hover {
  border-color: var(--ab-blue);
  color: var(--ab-blue);
}
.page-home .day-switch .ab-tag.is-active {
  background: var(--ab-blue);
  border-color: var(--ab-blue);
  color: #fff;
}
.page-home .match-list {
  display: grid;
  gap: 20px;
}
@media (min-width: 980px) {
  .page-home .match-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
}
.page-home .match-card[data-filter-item] {
  display: block;
}
.page-home .match-card {
  background: #fff;
  border: 1px solid rgba(12, 36, 56, 0.08);
  border-radius: var(--ab-radius);
  box-shadow: 0 8px 28px rgba(12, 36, 56, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (hover: hover) {
  .page-home .match-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--ab-shadow);
  }
}
.page-home .match-card-inner {
  padding: 20px 20px 22px;
}
.page-home .match-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.page-home .league-tag {
  font-family: var(--ab-font-head);
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ab-blue);
  background: rgba(30, 111, 186, 0.1);
  padding: 4px 10px;
  border-radius: 7px;
}
.page-home .match-time {
  font-family: var(--ab-font-data);
  font-size: 13px;
  color: var(--ab-ink);
  margin-left: auto;
}
.page-home .match-expand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: none;
  border: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--ab-blue);
  cursor: pointer;
  padding: 4px 0;
}
.page-home .expand-icon {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid currentColor;
  transition: transform 0.3s ease;
}
.page-home .expand-icon::before,
.page-home .expand-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 1.5px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.page-home .expand-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.page-home .match-card.is-active .expand-icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}
.page-home .match-teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.page-home .team {
  text-align: center;
}
.page-home .team-name {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: var(--ab-navy);
}
.page-home .team-rank {
  display: block;
  font-family: var(--ab-font-data);
  font-size: 12px;
  color: #718096;
  margin-top: 4px;
}
.page-home .vs-badge {
  font-family: var(--ab-font-head);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ab-yellow);
  background: rgba(242, 180, 65, 0.16);
  padding: 8px 10px;
  border-radius: 10px;
}
.page-home .match-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-top: 1px dashed rgba(12, 36, 56, 0.14);
  margin-top: 14px;
  padding-top: 12px;
  font-size: 13px;
  color: #64748b;
}
.page-home .sync-tag {
  font-family: var(--ab-font-data);
  font-size: 12px;
  color: var(--ab-green);
  white-space: nowrap;
}
.page-home .match-detail {
  margin-top: 14px;
  border-top: 1px solid rgba(12, 36, 56, 0.08);
  padding-top: 14px;
  display: grid;
}
.page-home .detail-table {
  display: grid;
  gap: 8px;
}
.page-home .detail-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  background: rgba(245, 248, 252, 0.85);
  border: 1px solid rgba(12, 36, 56, 0.05);
  border-radius: 10px;
  padding: 9px 12px;
  font-size: 13px;
  color: #34495e;
}
.page-home .detail-row span:first-child {
  color: #64748b;
  flex-shrink: 0;
}
.page-home .detail-row span:last-child {
  text-align: right;
}
.page-home .schedule-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(12, 36, 56, 0.08);
  font-size: 14px;
  color: #64748b;
}

/* ========== 通用文本链接 ========== */
.page-home .text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ab-blue);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(30, 111, 186, 0.3);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-bottom-color 0.2s ease;
}
.page-home .text-link:hover {
  color: var(--ab-navy);
  border-bottom-color: var(--ab-navy);
}

/* ========== 联赛专题伤停核对 ========== */
.page-home .injury-section {
  position: relative;
  padding: var(--page-section-pad) 0;
  background: linear-gradient(138deg, var(--ab-navy) 0%, #153451 58%, var(--ab-blue) 140%);
  color: var(--ab-white);
  overflow: hidden;
}
.page-home .injury-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 111, 186, 0.5), transparent 70%);
  pointer-events: none;
}
.page-home .injury-section::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: -70px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(156, 197, 240, 0.16), transparent 70%);
  pointer-events: none;
}
.page-home .injury-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 40px;
}
@media (min-width: 1024px) {
  .page-home .injury-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 48px;
    align-items: center;
  }
}
.page-home .injury-intro h2 {
  font-family: var(--ab-font-head);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.04;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 10px 0 16px;
}
.page-home .injury-desc {
  color: rgba(245, 248, 252, 0.78);
  line-height: 1.85;
  font-size: 15px;
  max-width: 30em;
}
.page-home .injury-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.page-home .injury-section .ab-btn--primary {
  background: var(--ab-yellow);
  border-color: var(--ab-yellow);
  color: var(--ab-navy);
}
.page-home .injury-section .ab-btn--primary:hover {
  background: #f6c970;
  border-color: #f6c970;
  color: var(--ab-navy);
}
.page-home .injury-section .ab-btn--light {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}
.page-home .injury-section .ab-btn--light:hover {
  background: rgba(255, 255, 255, 0.18);
}
.page-home .pulse-btn {
  position: relative;
}
.page-home .pulse-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  animation: ab-pulse-ring 2.4s ease-out infinite;
  pointer-events: none;
}
@keyframes ab-pulse-ring {
  0% { box-shadow: 0 0 0 0 rgba(242, 180, 65, 0.55); }
  70% { box-shadow: 0 0 0 14px rgba(242, 180, 65, 0); }
  100% { box-shadow: 0 0 0 0 rgba(242, 180, 65, 0); }
}
.page-home .injury-tip {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 22px;
  max-width: 32em;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 13px;
  color: rgba(245, 248, 252, 0.72);
  line-height: 1.6;
}
.page-home .injury-tip p {
  margin: 0;
}
.page-home .tip-icon {
  flex: none;
  width: 22px;
  height: 22px;
  background: var(--ab-yellow);
  color: var(--ab-navy);
  font-family: var(--ab-font-data);
  font-weight: 700;
  font-size: 14px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.page-home .injury-board {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--ab-radius-lg);
  padding: 22px;
  backdrop-filter: blur(12px);
}
.page-home .board-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ab-lake);
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.page-home .board-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--ab-font-data);
  font-size: 12px;
  font-weight: 400;
  color: var(--ab-green);
}
.page-home .league-monitor-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-home .league-monitor-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 10px;
  padding: 13px 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
}
.page-home .league-monitor-row:last-child {
  border-bottom: 0;
}
.page-home .league-name {
  font-weight: 600;
  color: #fff;
}
.page-home .league-updated {
  font-family: var(--ab-font-data);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.46);
}
.page-home .league-status {
  font-size: 12px;
  color: var(--ab-green);
  background: rgba(123, 181, 94, 0.15);
  border-radius: 99px;
  padding: 3px 9px;
}
.page-home .board-foot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.56);
}

/* ========== 数据更新说明 ========== */
.page-home .stats-section {
  padding: var(--page-section-pad) 0;
  background: #fff;
}
.page-home .stats-grid {
  display: grid;
  gap: 36px;
  align-items: center;
}
@media (min-width: 1024px) {
  .page-home .stats-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 60px;
  }
}
.page-home .stats-copy h2 {
  margin-bottom: 14px;
}
.page-home .stats-desc,
.page-home .archive-desc {
  font-size: 15px;
  line-height: 1.85;
  color: #46586a;
  max-width: 30em;
}
.page-home .stat-diff {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin: 28px 0 22px;
  max-width: 520px;
}
.page-home .stat-diff-cell {
  background: var(--ab-white);
  border: 1px solid rgba(12, 36, 56, 0.08);
  border-radius: var(--ab-radius);
  padding: 16px 18px;
}
.page-home .stat-diff-cell.new {
  background: rgba(123, 181, 94, 0.1);
  border-color: rgba(123, 181, 94, 0.28);
}
.page-home .diff-num {
  font-family: var(--ab-font-data);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: var(--ab-navy);
}
.page-home .diff-num em {
  font-style: normal;
  font-family: var(--ab-font-body);
  font-size: 15px;
  color: #64748b;
  margin-left: 4px;
}
.page-home .stat-diff-cell.new .diff-num {
  color: var(--ab-green);
}
.page-home .diff-label {
  display: block;
  font-size: 12px;
  color: var(--ab-navy);
  opacity: 0.6;
  margin-top: 6px;
}
.page-home .diff-arrow {
  font-size: 22px;
  color: var(--ab-yellow);
  text-align: center;
}
.page-home .stats-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--ab-radius);
  box-shadow: var(--ab-shadow);
}

/* ========== 版本归档 ========== */
.page-home .archive-section {
  padding: var(--page-section-pad) 0;
  background: linear-gradient(180deg, var(--ab-white) 0%, #eef3fa 100%);
}
.page-home .archive-grid {
  display: grid;
  gap: 40px;
}
@media (min-width: 1024px) {
  .page-home .archive-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 64px;
    align-items: start;
  }
}
.page-home .archive-left h2 {
  margin-bottom: 14px;
}
.page-home .archive-desc {
  margin-bottom: 18px;
}
.page-home .archive-visual {
  margin-top: 22px;
}
.page-home .archive-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--ab-radius);
  box-shadow: var(--ab-shadow);
}
.page-home .version-list {
  list-style: none;
  margin: 0;
  padding: 8px 0 0;
}
.page-home .version-item {
  position: relative;
  padding: 18px 0 18px 92px;
  border-bottom: 1px solid rgba(12, 36, 56, 0.09);
}
.page-home .version-item:last-child {
  border-bottom: 0;
}
.page-home .version-num {
  position: absolute;
  left: 0;
  top: 16px;
  font-family: var(--ab-font-data);
  font-size: 15px;
  font-weight: 700;
  color: var(--ab-blue);
  background: rgba(30, 111, 186, 0.1);
  border-radius: 8px;
  padding: 5px 12px;
}
.page-home .version-info strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--ab-navy);
  margin-bottom: 3px;
}
.page-home .version-info span {
  font-size: 13px;
  color: #64748b;
}
.page-home .version-item.current .version-num {
  background: var(--ab-yellow);
  color: var(--ab-navy);
}
.page-home .version-more {
  margin-top: 18px;
  font-size: 13px;
  color: #64748b;
}

/* ========== 信任条 ========== */
.page-home .trust-strip {
  padding: 24px 0 36px;
  background: var(--ab-white);
  border-top: 1px solid rgba(12, 36, 56, 0.07);
}
.page-home .trust-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 22px;
  font-size: 13px;
  color: #64748b;
  line-height: 1.7;
}
.page-home .trust-strip-inner p {
  margin: 0 auto 0 0;
  max-width: 60em;
}
.page-home .trust-link {
  color: var(--ab-blue);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(30, 111, 186, 0.25);
  transition: color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
.page-home .trust-link:hover {
  color: var(--ab-navy);
  border-color: var(--ab-navy);
}

/* ========== 移动端适配 ========== */
@media (max-width: 767px) {
  .page-home .hero-panel-img {
    height: 180px;
  }
  .page-home .timeline-visual {
    height: 120px;
  }
  .page-home .timeline-visual-img {
    height: 120px;
  }
  .page-home .detail-row {
    flex-direction: column;
    gap: 4px;
  }
  .page-home .match-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-home .schedule-foot {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-home .version-item {
    padding-left: 80px;
  }
}
@media (max-width: 539px) {
  .page-home .hero-actions .ab-btn {
    width: 100%;
  }
  .page-home .stat-diff {
    grid-template-columns: 1fr;
  }
  .page-home .diff-arrow {
    transform: rotate(90deg);
  }
  .page-home .injury-actions .ab-btn {
    width: 100%;
  }
  .page-home .league-monitor-row {
    grid-template-columns: 1fr auto;
  }
  .page-home .league-updated {
    display: none;
  }
}
