.page-home {
  --home-accent: var(--fluorescent-green);
  --home-warm: var(--orange-red);
  color: var(--white);
  background:
    radial-gradient(circle at 88% 4%, rgba(57, 255, 20, 0.10), transparent 32%),
    linear-gradient(180deg, var(--deep-blue), var(--navy-black) 62%);
  overflow-x: hidden;
}

/* ===== 首屏 ===== */
.page-home .hero-split {
  position: relative;
  padding: 40px 0 72px;
}

.page-home .hero-inner {
  display: grid;
  gap: 40px;
}

.page-home .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(57, 255, 20, 0.35);
  font-size: 13px;
  letter-spacing: 0.18em;
  color: var(--fluorescent-green);
  background: rgba(57, 255, 20, 0.06);
}

.page-home .hero-copy h1 {
  margin: 24px 0 20px;
  font-family: var(--font-headline);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(46px, 9vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  max-width: 11ch;
  position: relative;
}

.page-home .hero-copy h1::after {
  content: "";
  display: block;
  width: 96px;
  height: 4px;
  margin-top: 22px;
  background: linear-gradient(90deg, var(--fluorescent-green), transparent);
}

.page-home .hero-lead {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.72);
  max-width: 54ch;
  margin: 0;
}

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

.page-home .hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 40px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.page-home .hero-metric {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.page-home .metric-value {
  font-family: var(--font-headline);
  font-style: italic;
  font-size: 30px;
  line-height: 1;
  color: var(--fluorescent-green);
  margin: 0;
}

.page-home .metric-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.56);
  margin: 0;
}

.page-home .hero-visual {
  position: relative;
}

.page-home .hero-media {
  overflow: hidden;
  border: 1px solid rgba(57, 255, 20, 0.22);
}

.page-home .hero-media img {
  width: 100%;
  height: auto;
  display: block;
}

.page-home .hero-viz {
  width: 56%;
  max-width: 280px;
  margin: -14% 0 0 auto;
  padding: 10px;
  background: rgba(10, 25, 47, 0.88);
  border: 1px solid rgba(57, 255, 20, 0.32);
  border-top: 3px solid var(--fluorescent-green);
}

.page-home .hero-viz svg {
  display: block;
  width: 100%;
  height: auto;
}

.page-home .hero-coord {
  display: inline-block;
  margin-top: 14px;
  padding: 7px 12px;
  font-family: monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.46);
  background: rgba(2, 5, 10, 0.78);
  border-left: 3px solid var(--fluorescent-green);
}

/* ===== 区块标题 ===== */
.page-home .section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px 14px;
  margin-bottom: 30px;
}

.page-home .section-index {
  font-family: var(--font-headline);
  font-style: italic;
  font-size: 40px;
  line-height: 0.8;
  color: var(--fluorescent-green);
}

.page-home .section-head-copy {
  min-width: 0;
}

.page-home .section-head-copy h2 {
  margin: 0 0 6px;
  font-family: var(--font-headline);
  font-style: italic;
  font-size: clamp(28px, 4.5vw, 44px);
  line-height: 0.95;
  text-transform: uppercase;
}

.page-home .section-note {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.5);
}

.page-home .section-line {
  flex: 1;
  min-width: 48px;
  height: 1px;
  align-self: center;
  background: linear-gradient(90deg, rgba(57, 255, 20, 0.5), transparent);
}

/* ===== 焦点战报 ===== */
.page-home .focus-strip {
  position: relative;
  padding: 56px 0;
  background: rgba(2, 5, 10, 0.55);
  border-top: 1px solid rgba(57, 255, 20, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.page-home .focus-grid {
  display: grid;
  gap: 16px;
}

.page-home .focus-card {
  position: relative;
  padding: 26px;
  background: var(--deep-blue);
  border: 1px solid rgba(255, 255, 255, 0.12);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
  transition: border-color var(--transition), background var(--transition), transform var(--transition);
}

.page-home .focus-card:hover,
.page-home .focus-card:focus-within {
  border-color: var(--fluorescent-green);
  background: rgba(57, 255, 20, 0.06);
  transform: translateY(-2px);
}

.page-home .focus-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.56);
}

.page-home .focus-league {
  letter-spacing: 0.08em;
}

.page-home .focus-match {
  margin: 0 0 14px;
  font-family: var(--font-headline);
  font-style: italic;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.page-home .focus-match b {
  display: inline-block;
  margin: 0 6px;
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  color: var(--orange-red);
  vertical-align: middle;
  letter-spacing: 0.08em;
}

.page-home .focus-meta {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.04em;
}

.page-home .focus-detail {
  display: inline-block;
  margin-top: 18px;
  color: var(--fluorescent-green);
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color var(--transition);
}

.page-home .focus-detail:hover,
.page-home .focus-detail:focus {
  border-bottom-color: var(--fluorescent-green);
}

.page-home .focus-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 30px;
}

.page-home .focus-update {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.48);
  letter-spacing: 0.04em;
}

/* ===== 赛程日历 ===== */
.page-home .schedule-board {
  padding: 64px 0;
}

.page-home .schedule-head {
  display: grid;
  gap: 24px;
  margin-bottom: 36px;
}

.page-home .schedule-head-copy {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  align-items: end;
}

.page-home .schedule-head-copy .section-index {
  grid-row: span 2;
}

.page-home .schedule-head-copy h2 {
  margin: 0 0 4px;
  font-family: var(--font-headline);
  font-style: italic;
  font-size: clamp(28px, 4.5vw, 44px);
  line-height: 0.95;
  text-transform: uppercase;
}

.page-home .schedule-head-copy .section-note {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
}

.page-home .schedule-lead {
  grid-column: 1 / -1;
  margin: 18px 0 0;
  max-width: 64ch;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.64);
}

.page-home .schedule-media {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-home .schedule-media img {
  width: 100%;
  height: auto;
  display: block;
}

.page-home .day-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(64px, 1fr));
  gap: 8px;
  margin-bottom: 24px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.page-home .day-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 12px 4px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(10, 25, 47, 0.6);
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  transition: background var(--transition), border-color var(--transition), color var(--transition);
}

.page-home .day-tab:hover,
.page-home .day-tab:focus {
  background: var(--fluorescent-green);
  border-color: var(--fluorescent-green);
  color: var(--navy-black);
}

.page-home .day-name {
  font-size: 13px;
  font-weight: 600;
}

.page-home .day-count {
  font-size: 11px;
  opacity: 0.6;
}

.page-home .day-panels {
  position: relative;
  border-top: 3px solid var(--fluorescent-green);
}

.page-home .day-panel {
  display: none;
  background: rgba(10, 25, 47, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 0;
}

.page-home .day-panel:target {
  display: block;
}

.page-home .day-panel:first-child {
  display: block;
}

.page-home .day-panels:has(:target) .day-panel {
  display: none;
}

.page-home .day-panels:has(:target) .day-panel:target {
  display: block;
}

.page-home .match-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .match-item {
  display: grid;
  grid-template-columns: 68px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .match-item:last-child {
  border-bottom: 0;
}

.page-home .match-time {
  font-family: monospace;
  font-size: 14px;
  color: var(--fluorescent-green);
  letter-spacing: 0.02em;
}

.page-home .match-event {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}

/* ===== 积分榜 ===== */
.page-home .standings-section {
  padding: 64px 0;
  background: rgba(2, 5, 10, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.page-home .standings-layout {
  display: grid;
  gap: 32px;
}

.page-home .standings-lead {
  margin: 20px 0 0;
  max-width: 56ch;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.64);
}

.page-home .standings-features {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-home .standings-features li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.page-home .standings-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  background: var(--fluorescent-green);
}

.page-home .sort-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.page-home .sort-tab {
  display: inline-block;
  padding: 9px 16px;
  font-size: 14px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(10, 25, 47, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition: background var(--transition), border-color var(--transition), color var(--transition);
}

.page-home .sort-tab:hover,
.page-home .sort-tab:focus {
  background: var(--fluorescent-green);
  border-color: var(--fluorescent-green);
  color: var(--navy-black);
}

.page-home .standings-visual {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 0;
  background: var(--navy-black);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-home .rank-bars {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  padding: 24px;
  background: rgba(2, 5, 10, 0.82);
}

.page-home .rank-bars .rank-row {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 10px;
}

.page-home .rank-bars .rank-row em {
  font-family: var(--font-headline);
  font-style: italic;
  font-size: 16px;
  color: var(--fluorescent-green);
}

.page-home .rank-bars .rank-row span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
}

.page-home .rank-bars .rank-row i {
  grid-column: 2;
  display: block;
  height: 6px;
  width: var(--rank, 50%);
  background: linear-gradient(90deg, var(--fluorescent-green), rgba(57, 255, 20, 0.2));
}

.page-home .standings-photo {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
}

.page-home .standings-panels {
  margin-top: 28px;
  border-top: 3px solid var(--fluorescent-green);
}

.page-home .standings-panel {
  display: none;
  padding: 22px;
  background: rgba(10, 25, 47, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 0;
}

.page-home .standings-panel:target {
  display: block;
}

.page-home .standings-panel:first-child {
  display: block;
}

.page-home .standings-panels:has(:target) .standings-panel {
  display: none;
}

.page-home .standings-panels:has(:target) .standings-panel:target {
  display: block;
}

.page-home .rank-legend {
  font-family: var(--font-headline);
  font-style: italic;
  font-size: 18px;
  color: var(--fluorescent-green);
  letter-spacing: 0.04em;
}

.page-home .rank-note {
  margin: 8px 0 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.page-home .standings-panel .rank-row {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .standings-panel .rank-row:last-child {
  border-bottom: 0;
}

.page-home .standings-panel .rank-row em {
  font-family: var(--font-headline);
  font-style: italic;
  font-size: 18px;
  color: var(--fluorescent-green);
}

.page-home .standings-panel .rank-row span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.86);
}

.page-home .standings-panel .rank-row b {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.52);
}

/* ===== 转会动态 ===== */
.page-home .transfer-rail {
  padding: 64px 0;
}

.page-home .transfer-list {
  display: grid;
  gap: 16px;
}

.page-home .transfer-item {
  padding: 24px;
  background: rgba(10, 25, 47, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid var(--fluorescent-green);
  transition: background var(--transition), border-color var(--transition);
}

.page-home .transfer-item:hover {
  background: rgba(57, 255, 20, 0.04);
  border-color: rgba(57, 255, 20, 0.35);
}

.page-home .transfer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.page-home .transfer-cat {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}

.page-home .transfer-headline {
  margin: 0 0 8px;
  font-family: var(--font-headline);
  font-style: italic;
  font-size: 22px;
  line-height: 1.2;
}

.page-home .transfer-excerpt {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.64);
}

.page-home .transfer-link {
  display: inline-block;
  margin-top: 14px;
  font-size: 14px;
  color: var(--fluorescent-green);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color var(--transition);
}

.page-home .transfer-link:hover,
.page-home .transfer-link:focus {
  border-bottom-color: var(--fluorescent-green);
}

.page-home .transfer-footer {
  margin-top: 28px;
}

/* ===== 订阅推送 ===== */
.page-home .subscribe-panel {
  position: relative;
  padding: 64px 0;
  background:
    linear-gradient(120deg, rgba(57, 255, 20, 0.1), transparent 52%),
    var(--navy-black);
  border-top: 1px solid rgba(57, 255, 20, 0.3);
  border-bottom: 1px solid rgba(57, 255, 20, 0.14);
}

.page-home .subscribe-inner {
  display: grid;
  gap: 28px;
}

.page-home .subscribe-tag {
  font-family: monospace;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fluorescent-green);
}

.page-home .subscribe-copy h2 {
  margin: 12px 0 16px;
  font-family: var(--font-headline);
  font-style: italic;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 0.95;
  text-transform: uppercase;
}

.page-home .subscribe-lead {
  margin: 0;
  max-width: 44ch;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
}

.page-home .subscribe-points {
  list-style: none;
  margin: 20px 0 24px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-home .subscribe-points li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
}

.page-home .subscribe-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  background: var(--fluorescent-green);
}

.page-home .subscribe-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.page-home .subscribe-note {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.page-home .subscribe-note a {
  color: var(--fluorescent-green);
  text-decoration: none;
  border-bottom: 1px solid rgba(57, 255, 20, 0.4);
}

.page-home .subscribe-media img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  border: 1px solid rgba(57, 255, 20, 0.24);
}

/* ===== 信任体系 ===== */
.page-home .trust-band {
  padding: 64px 0 72px;
}

.page-home .trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 36px 0;
}

.page-home .trust-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px 16px;
  background: rgba(10, 25, 47, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 2px solid var(--fluorescent-green);
}

.page-home .trust-value {
  font-family: var(--font-headline);
  font-style: italic;
  font-size: 34px;
  line-height: 1;
  color: var(--white);
}

.page-home .trust-item:nth-child(odd) .trust-value {
  color: var(--fluorescent-green);
}

.page-home .trust-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.page-home .trust-statement {
  max-width: 68ch;
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.66);
}

.page-home .trust-more {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* ===== 订阅弹窗 ===== */
.page-home .modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(2, 5, 10, 0.76);
}

.page-home .modal:target {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.page-home .modal-card {
  width: min(420px, 100%);
  padding: 32px;
  background: var(--navy-black);
  border: 1px solid var(--fluorescent-green);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
}

.page-home .modal-chip {
  display: inline-block;
  padding: 4px 10px;
  font-family: monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--navy-black);
  background: var(--fluorescent-green);
}

.page-home .modal-card h2 {
  margin: 16px 0 12px;
  font-family: var(--font-headline);
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
}

.page-home .modal-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}

.page-home .modal-note {
  margin: 16px 0 20px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(57, 255, 20, 0.08);
  border-left: 3px solid var(--fluorescent-green);
}

/* ===== 桌面端 ===== */
@media (min-width: 1024px) {
  .page-home .hero-split {
    padding: 72px 0 96px;
  }

  .page-home .hero-inner {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: 48px;
  }

  .page-home .hero-visual {
    padding-bottom: 48px;
  }

  .page-home .hero-viz {
    position: absolute;
    right: -8px;
    bottom: 0;
    width: 58%;
    margin: 0;
  }

  .page-home .hero-coord {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
  }

  .page-home .hero-media img {
    height: 560px;
    object-fit: cover;
    object-position: center;
  }

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

  .page-home .focus-card {
    padding: 30px;
  }

  .page-home .schedule-head {
    grid-template-columns: 1fr 360px;
    align-items: start;
    gap: 40px;
  }

  .page-home .schedule-media img {
    height: 320px;
    object-fit: cover;
  }

  .page-home .day-tabs {
    grid-template-columns: repeat(7, 1fr);
    overflow: visible;
  }

  .page-home .standings-layout {
    grid-template-columns: 1fr 0.9fr;
    gap: 48px;
    align-items: stretch;
  }

  .page-home .standings-visual {
    min-height: 420px;
    grid-template-rows: 1fr auto;
  }

  .page-home .standings-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.28;
  }

  .page-home .rank-bars {
    align-self: end;
    margin: auto 16px 16px;
  }

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

  .page-home .subscribe-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 48px;
  }

  .page-home .trust-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.page-home {
  --rank: 1rem;
}
