/* ===== 首页专属样式 ===== */
.page-home {
  --home-card-clip: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
  --home-field-pattern: linear-gradient(115deg, transparent 0 22%, rgba(143, 219, 176, .08) 22% 22.4%, transparent 22.4% 35%, rgba(247, 200, 69, .07) 35% 35.4%, transparent 35.4% 62%, rgba(143, 219, 176, .06) 62% 62.3%, transparent 62.3% 100%);
  background: var(--arena-green-dark);
  color: var(--cream);
  overflow-x: hidden;
}

/* ---------- 首屏：赛事数据面板 ---------- */
.page-home .home-hero {
  position: relative;
  min-height: 680px;
  padding: clamp(104px, 14vh, 150px) 0 56px;
  background: radial-gradient(ellipse at 78% 20%, rgba(18, 92, 71, .75), transparent 55%), var(--arena-green-dark);
  overflow: hidden;
  isolation: isolate;
}

.page-home .home-hero::after {
  content: "";
  position: absolute;
  left: -10%;
  bottom: 58px;
  width: 120%;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--gold-bright) 28%, var(--signal-red) 62%, transparent 100%);
  transform: rotate(-1.6deg);
  pointer-events: none;
  z-index: 3;
}

.page-home .home-hero-bg-img {
  position: absolute;
  inset: 0 0 auto 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .32;
  mix-blend-mode: screen;
  z-index: 0;
  pointer-events: none;
}

.page-home .home-hero-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(11, 61, 46, .92) 8%, rgba(11, 61, 46, .78) 48%, rgba(11, 18, 16, .62) 100%);
  clip-path: polygon(0 0, 72% 0, 100% 100%, 0 100%);
  z-index: 1;
  pointer-events: none;
}

.page-home .home-hero-side-note {
  position: absolute;
  top: 50%;
  right: -68px;
  z-index: 4;
  transform: rotate(90deg);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .28em;
  color: rgba(247, 200, 69, .8);
  border: 1px solid rgba(247, 200, 69, .35);
  padding: 8px 22px;
  background: rgba(11, 18, 16, .5);
  white-space: nowrap;
  pointer-events: none;
}

.page-home .home-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
  align-items: center;
}

.page-home .home-hero-breadcrumb {
  justify-content: flex-start;
  margin-bottom: 18px;
}

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

.page-home .home-version-chip {
  display: inline-block;
  background: var(--gold-bright);
  color: var(--night-shadow);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .12em;
  padding: 6px 14px;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
  transform: rotate(-1.5deg);
}

.page-home .home-version-note {
  font-size: 13px;
  color: rgba(242, 239, 233, .72);
  border: 1px solid rgba(143, 219, 176, .4);
  padding: 4px 10px;
  letter-spacing: .05em;
}

.page-home h1#home-hero-title {
  margin: 0 0 20px;
  font-size: clamp(2.4rem, 7vw, 4.6rem);
  line-height: 1.14;
  letter-spacing: -.02em;
  font-weight: 900;
  color: var(--cream);
}

.page-home .home-hero-highlight {
  color: var(--gold-bright);
  display: inline-block;
  margin-left: 4px;
  position: relative;
  text-shadow: 4px 4px 0 rgba(11, 18, 16, .45);
}

.page-home .home-hero-num {
  font-family: var(--font-display);
  font-size: 1.22em;
  font-weight: 800;
  letter-spacing: .05em;
}

.page-home .home-hero-lead {
  max-width: 620px;
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(242, 239, 233, .88);
}

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

.page-home .home-hero-actions .btn-gold,
.page-home .home-guide-bottom .btn-gold {
  background: var(--gold-bright);
  border-color: var(--gold-bright);
  color: var(--night-shadow);
  font-weight: 700;
}

.page-home .home-hero-actions .btn-outline {
  border: 1.5px solid rgba(242, 239, 233, .65);
  color: var(--cream);
  background: rgba(18, 92, 71, .25);
}

.page-home .home-hero-metrics {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 32px;
}

.page-home .home-hero-metric {
  display: flex;
  align-items: baseline;
  gap: 6px;
  border-left: 3px solid var(--signal-red);
  padding-left: 12px;
}

.page-home .home-hero-metric .stat-number {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold-bright);
  line-height: 1;
}

.page-home .home-hero-metric .stat-label {
  font-size: 13px;
  color: rgba(242, 239, 233, .78);
}

/* 记分牌 */
.page-home .home-scoreboard {
  position: relative;
  background: linear-gradient(160deg, rgba(11, 18, 16, .92), rgba(18, 92, 71, .88));
  border: 1px solid rgba(247, 200, 69, .35);
  clip-path: var(--home-card-clip);
  padding: 22px 22px 18px;
  box-shadow: var(--shadow);
  max-width: 560px;
  margin-left: auto;
}

.page-home .home-scoreboard-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px dashed rgba(247, 200, 69, .45);
  margin-bottom: 16px;
}

.page-home .home-live-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--cream);
  background: rgba(230, 57, 70, .2);
  border: 1px solid rgba(230, 57, 70, .6);
  padding: 4px 10px;
  letter-spacing: .1em;
}

.page-home .home-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--signal-red);
  box-shadow: 0 0 0 0 rgba(230, 57, 70, .6);
  animation: home-pulse 1.8s ease-out infinite;
}

@keyframes home-pulse {
  0% { box-shadow: 0 0 0 0 rgba(230, 57, 70, .55); }
  70% { box-shadow: 0 0 0 7px rgba(230, 57, 70, 0); }
  100% { box-shadow: 0 0 0 0 rgba(230, 57, 70, 0); }
}

.page-home .home-refresh-badge {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gold-bright);
  letter-spacing: .06em;
  border: 1px dashed rgba(247, 200, 69, .55);
  padding: 4px 8px;
}

.page-home .home-score-main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  padding: 8px 0 14px;
}

.page-home .home-team-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.page-home .home-crest {
  width: 42px;
  height: 50px;
  display: block;
}

.page-home .home-team-name {
  font-size: 13px;
  color: rgba(242, 239, 233, .85);
  letter-spacing: .08em;
}

.page-home .home-score-num {
  font-family: var(--font-display);
  font-size: clamp(3rem, 10vw, 6rem);
  font-weight: 800;
  color: var(--cream);
  letter-spacing: .02em;
  line-height: 1;
  white-space: nowrap;
}

.page-home .home-score-num span {
  color: var(--gold-bright);
  margin: 0 4px;
  font-size: .7em;
}

.page-home .home-score-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  justify-content: center;
  padding: 12px 0;
  border-top: 1px solid rgba(143, 219, 176, .18);
  border-bottom: 1px solid rgba(143, 219, 176, .18);
  font-family: var(--font-mono);
  font-size: 12px;
  color: rgba(242, 239, 233, .78);
}

.page-home .home-scoreboard-foot {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
}

.page-home .home-mini-note {
  font-size: 12px;
  color: rgba(242, 239, 233, .65);
  letter-spacing: .12em;
  transform: rotate(0deg);
  writing-mode: horizontal-tb;
}

.page-home .home-timer-ring {
  width: 52px;
  height: 52px;
  margin-left: auto;
}

.page-home .home-panel-mini {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: cover;
  border-radius: 2px;
  margin-top: 14px;
  border: 1px solid rgba(143, 219, 176, .2);
  filter: saturate(.85) contrast(1.05);
  display: block;
}

/* ---------- 数据条带 ---------- */
.page-home .home-stats-strip {
  background: var(--night-shadow);
  border-top: 2px solid rgba(247, 200, 69, .25);
  border-bottom: 2px solid rgba(247, 200, 69, .25);
  padding: 24px 0;
  position: relative;
  overflow: hidden;
}

.page-home .home-stats-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--home-field-pattern);
  pointer-events: none;
}

.page-home .home-stats-strip-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 14px 22px;
  position: relative;
  z-index: 1;
}

.page-home .home-stat-chip {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: 13px;
  color: rgba(242, 239, 233, .72);
  letter-spacing: .05em;
}

.page-home .home-stat-chip-num {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--gold-bright);
}

/* ---------- 球队专区 ---------- */
.page-home .home-team-zone {
  background: var(--arena-green);
  padding: 84px 0;
  position: relative;
  overflow: hidden;
}

.page-home .home-team-zone::before {
  content: "";
  position: absolute;
  top: 0;
  right: -80px;
  width: 320px;
  height: 320px;
  border: 2px dashed rgba(143, 219, 176, .16);
  transform: rotate(28deg);
  pointer-events: none;
}

.page-home .home-zone-head {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-bottom: 44px;
}

.page-home .home-zone-head .section-kicker,
.page-home .home-league-filter .section-kicker,
.page-home .home-features .section-kicker,
.page-home .home-guide .section-kicker {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .3em;
  color: var(--gold-bright);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page-home .home-zone-head h2,
.page-home .home-league-filter h2,
.page-home .home-features h2,
.page-home .home-guide h2 {
  font-size: clamp(1.8rem, 4.6vw, 3rem);
  line-height: 1.25;
  margin: 0 0 14px;
  color: var(--cream);
}

.page-home .home-zone-desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(242, 239, 233, .82);
  max-width: 680px;
}

.page-home .home-zone-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.page-home .home-zone-follow,
.page-home .home-zone-saved {
  background: rgba(11, 61, 46, .62);
  border: 1px solid rgba(247, 200, 69, .22);
  clip-path: var(--home-card-clip);
  padding: 22px;
}

.page-home .home-zone-follow h3,
.page-home .home-zone-saved h3 {
  font-size: 16px;
  margin: 0 0 16px;
  padding-left: 12px;
  border-left: 4px solid var(--gold-bright);
  color: var(--cream);
}

.page-home .home-follow-list,
.page-home .home-saved-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.page-home .home-follow-item {
  display: grid;
  grid-template-columns: 40px 1fr auto auto;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(143, 219, 176, .2);
}

.page-home .home-crest-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page-home .home-crest-wrap .home-crest {
  width: 32px;
  height: 38px;
}

.page-home .home-follow-name {
  font-size: 15px;
  color: var(--cream);
  font-weight: 700;
  letter-spacing: .04em;
}

.page-home .home-follow-followed {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--field-line);
  border: 1px solid rgba(143, 219, 176, .35);
  padding: 2px 6px;
}

.page-home .home-fav-btn {
  appearance: none;
  background: rgba(247, 200, 69, .1);
  border: 1px solid rgba(247, 200, 69, .5);
  color: var(--gold-bright);
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: background .2s, transform .15s, color .2s;
}

.page-home .home-fav-btn:hover,
.page-home .home-fav-btn:focus {
  background: var(--gold-bright);
  color: var(--night-shadow);
  transform: translateY(-1px);
}

.page-home .home-fav-btn:focus-visible {
  outline: 2px solid var(--signal-red);
  outline-offset: 2px;
}

.page-home .home-subscribe-tip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(247, 200, 69, .1);
  border: 1px dashed rgba(247, 200, 69, .5);
  padding: 10px 12px;
  margin-top: 4px;
  cursor: default;
}

.page-home .home-subscribe-icon {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 13px;
  color: var(--night-shadow);
  background: var(--gold-bright);
  padding: 2px 8px;
  clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 6px 100%, 0 calc(100% - 6px));
}

.page-home .home-subscribe-text {
  font-size: 13px;
  color: var(--cream);
}

.page-home .home-subscribe-pop {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  background: var(--night-shadow);
  border: 1px solid var(--gold-dark);
  color: var(--cream);
  font-size: 13px;
  line-height: 1.6;
  padding: 10px 14px;
  width: max-content;
  max-width: 260px;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity .2s, transform .2s;
  z-index: 5;
}

.page-home .home-subscribe-tip:hover .home-subscribe-pop,
.page-home .home-subscribe-tip:focus .home-subscribe-pop,
.page-home .home-subscribe-tip:focus-within .home-subscribe-pop {
  opacity: 1;
  transform: translateY(0);
}

.page-home .home-saved-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(143, 219, 176, .2);
  font-size: 14px;
}

.page-home .home-saved-round {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gold-dark);
  border: 1px solid rgba(217, 154, 43, .5);
  padding: 2px 7px;
}

.page-home .home-saved-match {
  color: var(--cream);
  font-weight: 700;
  letter-spacing: .04em;
}

.page-home .home-saved-status {
  margin-left: auto;
  font-size: 12px;
  color: rgba(242, 239, 233, .6);
}

.page-home .home-zone-saved .btn {
  margin-top: 4px;
}

.page-home .home-zone-banner {
  background: linear-gradient(150deg, rgba(18, 92, 71, .7), rgba(11, 18, 16, .8));
  border: 1px solid rgba(143, 219, 176, .25);
  clip-path: var(--home-card-clip);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-home .home-zone-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(247, 200, 69, .32);
  filter: contrast(1.05);
}

.page-home .home-zone-banner p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(242, 239, 233, .82);
}

/* ---------- 联赛快捷筛选 ---------- */
.page-home .home-league-filter {
  position: relative;
  background: var(--arena-green-dark);
  padding: 84px 0;
  overflow: hidden;
}

.page-home .home-league-bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 480px;
  max-width: 55%;
  height: auto;
  opacity: .16;
  pointer-events: none;
  z-index: 0;
}

.page-home .home-league-desc {
  max-width: 640px;
  margin: 0 0 28px;
  color: rgba(242, 239, 233, .78);
  line-height: 1.7;
  font-size: 15px;
}

.page-home .home-league-tabs {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 12px;
  scrollbar-width: thin;
  scrollbar-color: rgba(247, 200, 69, .5) rgba(18, 92, 71, .4);
  -webkit-overflow-scrolling: touch;
}

.page-home .home-league-tab {
  flex: 0 0 auto;
  appearance: none;
  background: rgba(18, 92, 71, .5);
  border: 1px solid rgba(143, 219, 176, .35);
  color: var(--cream);
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .08em;
  padding: 8px 16px;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
}

.page-home .home-league-tab.is-active,
.page-home .home-league-tab:hover,
.page-home .home-league-tab:focus {
  background: var(--gold-bright);
  border-color: var(--gold-bright);
  color: var(--night-shadow);
  font-weight: 700;
}

.page-home .home-league-tab:focus-visible {
  outline: 2px solid var(--signal-red);
  outline-offset: 2px;
}

.page-home .home-league-track {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 14px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(247, 200, 69, .5) rgba(18, 92, 71, .4);
}

.page-home .home-match-card {
  scroll-snap-align: start;
  flex: 0 0 270px;
  max-width: 300px;
  background: linear-gradient(160deg, rgba(18, 92, 71, .88), rgba(11, 18, 16, .92));
  border: 1px solid rgba(247, 200, 69, .28);
  clip-path: var(--home-card-clip);
  padding: 16px;
  transition: transform .2s, border-color .2s;
}

.page-home .home-match-card:hover {
  transform: translateY(-3px);
  border-color: rgba(247, 200, 69, .55);
}

.page-home .home-match-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(143, 219, 176, .25);
}

.page-home .home-match-league {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gold-bright);
  border: 1px solid rgba(247, 200, 69, .4);
  padding: 2px 8px;
}

.page-home .home-match-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--signal-red);
}

.page-home .home-match-teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  padding: 18px 0 12px;
  text-align: center;
}

.page-home .home-match-teamname {
  font-size: 14px;
  font-weight: 700;
  color: var(--cream);
  letter-spacing: .04em;
}

.page-home .home-match-result {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold-bright);
  white-space: nowrap;
}

.page-home .home-match-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(242, 239, 233, .66);
  border-top: 1px solid rgba(143, 219, 176, .18);
  padding-top: 10px;
}

/* ---------- V3.1 重要改进 ---------- */
.page-home .home-features {
  background: linear-gradient(180deg, var(--arena-green-dark), var(--arena-green));
  padding: 84px 0;
  position: relative;
  overflow: hidden;
}

.page-home .home-features::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -80px;
  width: 420px;
  height: 420px;
  border: 2px dashed rgba(247, 200, 69, .1);
  border-radius: 50%;
  pointer-events: none;
}

.page-home .home-features-desc {
  max-width: 620px;
  margin: 0 0 38px;
  color: rgba(242, 239, 233, .8);
  line-height: 1.7;
  font-size: 15px;
}

.page-home .home-feature-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.page-home .home-feature-card {
  background: rgba(11, 61, 46, .64);
  border: 1px solid rgba(143, 219, 176, .24);
  clip-path: var(--home-card-clip);
  padding: 26px 24px 24px;
  position: relative;
  transition: transform .2s, border-color .2s;
}

.page-home .home-feature-card:hover {
  transform: translateY(-3px);
  border-color: rgba(247, 200, 69, .5);
}

.page-home .home-feature-card::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 90px;
  height: 90px;
  border: 2px solid rgba(247, 200, 69, .08);
  transform: rotate(24deg);
  pointer-events: none;
}

.page-home .home-feature-num {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
  color: rgba(247, 200, 69, .18);
  margin-bottom: 18px;
}

.page-home .home-feature-card:nth-child(2) .home-feature-num { color: rgba(230, 57, 70, .25); }
.page-home .home-feature-card:nth-child(3) .home-feature-num { color: rgba(143, 219, 176, .25); }
.page-home .home-feature-card:nth-child(4) .home-feature-num { color: rgba(247, 200, 69, .25); }

.page-home .home-feature-card h3 {
  font-size: 18px;
  margin: 0 0 12px;
  color: var(--cream);
  line-height: 1.4;
}

.page-home .home-feature-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(242, 239, 233, .8);
}

/* ---------- 全站行动引导 ---------- */
.page-home .home-guide {
  background: var(--night-shadow);
  padding: 84px 0 60px;
  position: relative;
  overflow: hidden;
}

.page-home .home-guide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--home-field-pattern);
  pointer-events: none;
}

.page-home .home-guide .container {
  position: relative;
  z-index: 1;
}

.page-home .home-guide h2 {
  margin-bottom: 38px;
}

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

.page-home .home-guide-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: rgba(18, 92, 71, .4);
  border: 1px solid rgba(143, 219, 176, .24);
  clip-path: var(--home-card-clip);
  padding: 22px 22px 26px;
  color: var(--cream);
  text-decoration: none;
  transition: background .2s, transform .2s, border-color .2s;
}

.page-home .home-guide-card:hover,
.page-home .home-guide-card:focus {
  background: rgba(18, 92, 71, .65);
  transform: translateY(-3px);
  border-color: rgba(247, 200, 69, .55);
  outline: none;
}

.page-home .home-guide-card:focus-visible {
  outline: 2px solid var(--signal-red);
  outline-offset: 2px;
}

.page-home .home-guide-num {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--gold-dark);
}

.page-home .home-guide-card h3 {
  font-size: 18px;
  margin: 0;
  color: var(--gold-bright);
}

.page-home .home-guide-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(242, 239, 233, .76);
}

.page-home .home-guide-arrow {
  position: absolute;
  right: 18px;
  bottom: 16px;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  color: rgba(247, 200, 69, .5);
  transition: color .2s, transform .2s;
}

.page-home .home-guide-card:hover .home-guide-arrow,
.page-home .home-guide-card:focus .home-guide-arrow {
  color: var(--gold-bright);
  transform: translateX(4px);
}

.page-home .home-guide-bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  margin-top: 34px;
  border-top: 2px solid rgba(247, 200, 69, .25);
  padding-top: 24px;
}

.page-home .home-guide-trust {
  margin: 0;
  max-width: 720px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(242, 239, 233, .85);
  font-style: italic;
}

/* ---------- 平板断点 ---------- */
@media (min-width: 768px) {
  .page-home .home-hero-inner {
    grid-template-columns: 1.08fr .92fr;
    gap: 38px;
  }

  .page-home .home-zone-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .home-zone-banner {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
  }

  .page-home .home-zone-banner img {
    max-width: 300px;
    flex: 0 0 300px;
  }

  .page-home .home-feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .home-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .page-home .home-league-desc {
    margin-bottom: 22px;
  }
}

/* ---------- 桌面断点 ---------- */
@media (min-width: 1024px) {
  .page-home .home-hero {
    min-height: 760px;
    padding-bottom: 72px;
  }

  .page-home .home-hero-side-note {
    right: -48px;
    bottom: 18%;
    top: auto;
    transform: rotate(90deg);
  }

  .page-home .home-zone-grid {
    grid-template-columns: 1.1fr 1fr .78fr;
    gap: 24px;
  }

  .page-home .home-zone-banner {
    grid-column: auto;
    flex-direction: column;
    align-items: stretch;
  }

  .page-home .home-zone-banner img {
    width: 100%;
    max-width: none;
    flex: none;
  }

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

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

  .page-home .home-match-card {
    flex-basis: 290px;
  }

  .page-home .home-league-track {
    padding-bottom: 18px;
  }
}
