.page-home {
  --ph-accent: var(--neon-green);
  --ph-blue: var(--electric-blue);
  --ph-orange: var(--warm-orange);
  --ph-panel: rgba(18, 26, 43, 0.92);
  --ph-border: rgba(0, 229, 255, 0.16);
  color: var(--text-pure);
  font-family: var(--font-body);
  background: var(--bg-deep);
  overflow-x: hidden;
}

.page-home .ph-container {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: 18px;
}

.page-home .ph-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--electric-blue);
}

.page-home .ph-kicker-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--neon-green);
  box-shadow: 0 0 12px var(--glow-success);
}

.page-home .ph-section-head {
  margin-bottom: 28px;
}

.page-home .ph-section-title {
  margin: 6px 0 8px;
  font-family: var(--font-display);
  font-size: clamp(26px, 4.4vw, 40px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--text-pure);
}

.page-home .ph-section-desc {
  max-width: 640px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.page-home .ph-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
  color: var(--text-muted);
  font-size: 13px;
}

.page-home .ph-breadcrumb a {
  color: var(--electric-blue);
  text-decoration: none;
}

.page-home .ph-breadcrumb-sep {
  color: rgba(139, 150, 173, 0.5);
}

/* ===== 首屏 ===== */
.page-home .ph-hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 56px;
  background-color: var(--bg-deep);
  background-image:
    linear-gradient(rgba(0, 229, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 229, 255, 0.055) 1px, transparent 1px);
  background-size: 36px 36px;
}

.page-home .ph-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(60% 80% at 84% 18%, rgba(0, 229, 255, 0.16), transparent 62%),
    radial-gradient(50% 60% at 8% 88%, rgba(182, 255, 46, 0.09), transparent 60%);
}

.page-home .ph-hero-bg-img {
  position: absolute;
  top: 0;
  right: -8%;
  width: 72%;
  height: 100%;
  object-fit: cover;
  opacity: 0.16;
  pointer-events: none;
}

.page-home .ph-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}

.page-home .ph-hero-copy {
  min-width: 0;
}

.page-home .ph-h1 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(34px, 6.2vw, 64px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0.01em;
}

.page-home .ph-h1-accent {
  display: inline-flex;
  color: var(--neon-green);
  text-shadow: 0 0 22px var(--glow-success);
}

.page-home .ph-hero-desc {
  max-width: 540px;
  margin: 0 0 22px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.8;
}

.page-home .ph-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-home .ph-qlink {
  display: inline-flex;
  padding: 8px 14px;
  border: 1px solid var(--ph-border);
  border-radius: 999px;
  color: var(--text-pure);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.page-home .ph-qlink:hover {
  border-color: var(--electric-blue);
  background: rgba(0, 229, 255, 0.08);
  color: var(--electric-blue);
}

.page-home .ph-hero-board {
  position: relative;
  min-width: 0;
  padding: 20px;
  background: var(--ph-panel);
  border: 1px solid var(--ph-border);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
}

.page-home .ph-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 229, 255, 0.12);
}

.page-home .ph-board-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--text-pure);
}

.page-home .ph-live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--neon-green);
  box-shadow: 0 0 14px var(--glow-success);
}

.page-home .ph-filter-group {
  display: flex;
  gap: 6px;
}

.page-home .ph-filter-btn {
  padding: 5px 11px;
  border: 1px solid rgba(0, 229, 255, 0.2);
  border-radius: 999px;
  background: transparent;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page-home .ph-filter-btn.is-active {
  border-color: var(--neon-green);
  background: rgba(182, 255, 46, 0.12);
  color: var(--neon-green);
}

.page-home .ph-board-match {
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 229, 255, 0.1);
}

.page-home .ph-board-match:last-of-type {
  border-bottom: 0;
}

.page-home .ph-match-primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.page-home .ph-team {
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-pure);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-home .ph-team-home {
  text-align: left;
}

.page-home .ph-team-away {
  text-align: right;
}

.page-home .ph-score-display {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  font-family: var(--font-numeric);
  font-size: 30px;
  font-weight: 700;
  color: var(--neon-green);
  text-shadow: 0 0 18px var(--glow-success);
  letter-spacing: 0.02em;
}

.page-home .ph-score-colon {
  font-size: 20px;
  color: rgba(182, 255, 46, 0.55);
}

.page-home .ph-match-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.page-home .ph-minute {
  font-family: var(--font-numeric);
  font-size: 14px;
  font-weight: 700;
  color: var(--electric-blue);
}

.page-home .ph-tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.page-home .ph-tag-goal {
  background: rgba(182, 255, 46, 0.14);
  color: var(--neon-green);
}

.page-home .ph-tag-card {
  background: rgba(255, 138, 0, 0.16);
  color: var(--warm-orange);
}

.page-home .ph-tag-neutral {
  background: rgba(0, 229, 255, 0.12);
  color: var(--electric-blue);
}

.page-home .ph-goal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  color: var(--text-muted);
  font-size: 12px;
}

.page-home .ph-goal-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.page-home .ph-goal-time {
  font-family: var(--font-numeric);
  color: var(--neon-green);
}

.page-home .ph-board-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 229, 255, 0.1);
  color: var(--text-muted);
  font-size: 12px;
}

.page-home .ph-foot-link {
  margin-left: auto;
  color: var(--electric-blue);
  font-weight: 600;
  text-decoration: none;
}

/* ===== 2026赛程中心 ===== */
.page-home .ph-schedule {
  position: relative;
  padding: 64px 0 52px;
  background: linear-gradient(180deg, var(--bg-deep) 0%, rgba(18, 26, 43, 0.5) 100%);
}

.page-home .ph-schedule-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
}

.page-home .ph-schedule-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.page-home .ph-countdown-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  border: 1px solid var(--ph-border);
  border-radius: var(--radius-lg);
  background: rgba(18, 26, 43, 0.8);
  overflow: hidden;
}

.page-home .ph-countdown-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120px 120px at 50% 50%, rgba(182, 255, 46, 0.1), transparent 70%);
}

.page-home .ph-clock-svg {
  position: absolute;
  width: 180px;
  height: 180px;
  transform: rotate(-90deg);
}

.page-home .ph-clock-track {
  fill: none;
  stroke: rgba(0, 229, 255, 0.14);
  stroke-width: 8;
}

.page-home .ph-clock-progress {
  fill: none;
  stroke: var(--neon-green);
  stroke-width: 8;
  stroke-linecap: round;
  filter: drop-shadow(0 0 6px var(--glow-success));
}

.page-home .ph-clock-text {
  position: relative;
  text-align: center;
  z-index: 1;
}

.page-home .ph-clock-label {
  display: block;
  margin-bottom: 4px;
  color: var(--text-muted);
  font-size: 13px;
  letter-spacing: 0.12em;
}

.page-home .ph-clock-num {
  display: block;
  font-family: var(--font-numeric);
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
  color: var(--neon-green);
  text-shadow: 0 0 20px var(--glow-success);
}

.page-home .ph-clock-unit {
  display: block;
  margin-top: 6px;
  color: var(--electric-blue);
  font-family: var(--font-numeric);
  font-size: 14px;
}

.page-home .ph-feature-match {
  padding: 20px;
  border: 1px solid var(--ph-border);
  border-radius: var(--radius-md);
  background: rgba(18, 26, 43, 0.85);
}

.page-home .ph-feature-teams {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.page-home .ph-feature-teams .ph-team {
  flex: 1;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
}

.page-home .ph-vs-sep {
  color: var(--electric-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.page-home .ph-tag-focus {
  background: rgba(255, 138, 0, 0.16);
  color: var(--warm-orange);
}

.page-home .ph-feature-note {
  display: block;
  margin-top: 10px;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.6;
}

.page-home .ph-schedule-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-home .ph-schedule-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(0, 229, 255, 0.12);
  border-radius: var(--radius-sm);
  background: rgba(18, 26, 43, 0.7);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.page-home .ph-schedule-row:hover {
  border-color: var(--electric-blue);
  transform: translateX(4px);
}

.page-home .ph-row-round {
  flex-shrink: 0;
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(0, 229, 255, 0.12);
  color: var(--electric-blue);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
}

.page-home .ph-row-teams {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--text-pure);
  font-size: 14px;
  font-weight: 600;
}

.page-home .ph-row-state {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
}

.page-home .ph-row-state-upcoming {
  color: var(--warm-orange);
}

.page-home .ph-row-state-done {
  color: var(--text-muted);
}

.page-home .ph-schedule-coverage {
  margin: 24px 0 0;
  padding: 14px 18px;
  border-left: 3px solid var(--neon-green);
  background: rgba(182, 255, 46, 0.06);
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
}

/* ===== 历史交锋数据 ===== */
.page-home .ph-history {
  padding: 56px 0;
  background:
    radial-gradient(45% 60% at 88% 20%, rgba(0, 229, 255, 0.08), transparent 70%),
    var(--bg-deep);
}

.page-home .ph-history-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
}

.page-home .ph-history-record {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid var(--ph-border);
  border-radius: var(--radius-md);
  background: rgba(18, 26, 43, 0.8);
}

.page-home .ph-record-teams {
  margin-bottom: 14px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--text-pure);
}

.page-home .ph-record-bar {
  display: flex;
  width: 100%;
  height: 28px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(0, 229, 255, 0.08);
}

.page-home .ph-record-bar span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-numeric);
  font-size: 12px;
  font-weight: 700;
  color: var(--bg-deep);
}

.page-home .ph-bar-win {
  background: var(--neon-green);
}

.page-home .ph-bar-draw {
  background: var(--electric-blue);
  color: #062033;
}

.page-home .ph-bar-lose {
  background: var(--warm-orange);
  color: #1a1208;
}

.page-home .ph-record-legend {
  display: flex;
  gap: 16px;
  margin-top: 12px;
}

.page-home .ph-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text-muted);
}

.page-home .ph-legend-item::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 3px;
}

.page-home .ph-legend-win::before {
  background: var(--neon-green);
}

.page-home .ph-legend-draw::before {
  background: var(--electric-blue);
}

.page-home .ph-legend-lose::before {
  background: var(--warm-orange);
}

.page-home .ph-history-visual {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  border: 1px solid var(--ph-border);
  border-radius: var(--radius-lg);
  background: rgba(18, 26, 43, 0.7);
}

.page-home .ph-history-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
}

.page-home .ph-history-timeline {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 30px;
  mix-blend-mode: screen;
}

.page-home .ph-tl-line {
  stroke: rgba(0, 229, 255, 0.5);
  stroke-width: 2;
  stroke-dasharray: 4 6;
}

.page-home .ph-tl-dot {
  stroke: var(--bg-deep);
  stroke-width: 3;
}

.page-home .ph-tl-win {
  fill: var(--neon-green);
}

.page-home .ph-tl-draw {
  fill: var(--electric-blue);
}

.page-home .ph-tl-lose {
  fill: var(--warm-orange);
}

.page-home .ph-history-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin-top: 14px;
  color: var(--text-muted);
  font-size: 13px;
}

.page-home .ph-timeline-score {
  font-family: var(--font-numeric);
  color: var(--electric-blue);
}

/* ===== 联赛数据面板 ===== */
.page-home .ph-league {
  position: relative;
  padding: 56px 0 64px;
  background: var(--bg-deep);
  background-image: linear-gradient(rgba(0, 229, 255, 0.04) 1px, transparent 1px);
  background-size: 100% 72px;
}

.page-home .ph-league-panel {
  border: 1px solid var(--ph-border);
  border-radius: var(--radius-lg);
  background: rgba(18, 26, 43, 0.86);
  overflow: hidden;
}

.page-home .ph-league-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px;
  border-bottom: 1px solid rgba(0, 229, 255, 0.12);
}

.page-home .ph-league-tab {
  padding: 8px 16px;
  border: 1px solid rgba(0, 229, 255, 0.18);
  border-radius: 999px;
  background: transparent;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page-home .ph-league-tab.is-active {
  border-color: var(--neon-green);
  background: rgba(182, 255, 46, 0.12);
  color: var(--neon-green);
}

.page-home .ph-league-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  padding: 18px;
}

.page-home .ph-league-chart-wrap {
  position: relative;
  min-height: 280px;
  padding: 14px;
  border-radius: var(--radius-md);
  background: rgba(10, 14, 26, 0.7);
  overflow: hidden;
}

.page-home .ph-league-bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52%;
  height: 100%;
  object-fit: cover;
  opacity: 0.24;
  pointer-events: none;
}

.page-home .ph-league-chart {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 260px;
}

.page-home .ph-chart-grid line {
  stroke: rgba(0, 229, 255, 0.14);
  stroke-width: 1;
}

.page-home .ph-chart-grid .ph-grid-mid {
  stroke: rgba(0, 229, 255, 0.08);
  stroke-dasharray: 3 5;
}

.page-home .ph-chart-line {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-home .ph-chart-line-a {
  stroke: var(--neon-green);
}

.page-home .ph-chart-line-b {
  stroke: var(--electric-blue);
}

.page-home .ph-chart-line-c {
  stroke: var(--warm-orange);
}

.page-home .ph-chart-dot {
  stroke-width: 1.5;
  stroke: var(--bg-deep);
}

.page-home .ph-dot-a {
  fill: var(--neon-green);
}

.page-home .ph-dot-b {
  fill: var(--electric-blue);
}

.page-home .ph-dot-c {
  fill: var(--warm-orange);
}

.page-home .ph-chart-axis {
  fill: var(--text-muted);
  font-family: var(--font-numeric);
  font-size: 11px;
}

.page-home .ph-chart-legend {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  z-index: 2;
}

.page-home .ph-legend-line {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 600;
}

.page-home .ph-line-icon {
  width: 18px;
  height: 3px;
  border-radius: 3px;
}

.page-home .ph-line-a {
  background: var(--neon-green);
}

.page-home .ph-line-b {
  background: var(--electric-blue);
}

.page-home .ph-line-c {
  background: var(--warm-orange);
}

.page-home .ph-league-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.page-home .ph-league-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(0, 229, 255, 0.12);
  border-radius: var(--radius-sm);
  background: rgba(10, 14, 26, 0.5);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.page-home .ph-league-stat:hover {
  border-color: var(--neon-green);
  transform: translateY(-3px);
}

.page-home .ph-stat-label {
  color: var(--text-muted);
  font-size: 12px;
}

.page-home .ph-stat-strong {
  font-size: 14px;
  color: var(--text-pure);
}

.page-home .ph-stat-strong b {
  font-family: var(--font-numeric);
  font-size: 24px;
  font-weight: 700;
  color: var(--neon-green);
}

.page-home .ph-stat-sub {
  color: var(--text-muted);
  font-size: 12px;
}

.page-home .ph-stat-extra {
  opacity: 0;
  color: var(--electric-blue);
  font-family: var(--font-numeric);
  font-size: 12px;
  transition: opacity 0.2s ease;
}

.page-home .ph-league-stat:hover .ph-stat-extra {
  opacity: 1;
}

/* ===== 本地体育战报专栏 ===== */
.page-home .ph-reports {
  padding: 56px 0 64px;
  background:
    radial-gradient(48% 50% at 12% 12%, rgba(182, 255, 46, 0.06), transparent 70%),
    rgba(18, 26, 43, 0.35);
}

.page-home .ph-reports-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-home .ph-reports-more {
  align-self: flex-start;
  padding: 8px 16px;
  border: 1px solid var(--ph-border);
  border-radius: 999px;
  color: var(--electric-blue);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.page-home .ph-reports-more:hover {
  border-color: var(--electric-blue);
  background: rgba(0, 229, 255, 0.08);
}

.page-home .ph-reports-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.page-home .ph-report-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0, 229, 255, 0.12);
  border-radius: var(--radius-md);
  background: rgba(18, 26, 43, 0.8);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.page-home .ph-report-card:hover {
  border-color: var(--electric-blue);
  transform: translateY(-4px);
}

.page-home .ph-report-media {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  aspect-ratio: 3 / 2;
}

.page-home .ph-report-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.page-home .ph-report-card:hover .ph-report-img {
  transform: scale(1.04);
}

.page-home .ph-report-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 18px;
}

.page-home .ph-report-tag {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(0, 229, 255, 0.12);
  color: var(--electric-blue);
  font-size: 12px;
  font-weight: 700;
}

.page-home .ph-report-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-pure);
}

.page-home .ph-report-summary {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.page-home .ph-report-link {
  color: var(--neon-green);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.page-home .ph-report-link:hover {
  text-decoration: underline;
}

.page-home .ph-guide-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 14px 18px;
  border-left: 3px solid var(--warm-orange);
  background: rgba(255, 138, 0, 0.06);
}

.page-home .ph-guide-text {
  flex: 1;
  min-width: 200px;
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.page-home .ph-guide-link {
  color: var(--warm-orange);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.page-home .ph-guide-link:hover {
  text-decoration: underline;
}

/* ===== 联系入口 ===== */
.page-home .ph-connect {
  padding: 56px 0 80px;
  background: var(--bg-deep);
  background-image:
    linear-gradient(rgba(0, 229, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 229, 255, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
}

.page-home .ph-connect-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  padding: 28px;
  border: 1px solid var(--ph-border);
  border-radius: var(--radius-lg);
  background: rgba(18, 26, 43, 0.85);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 28px 100%, 0 calc(100% - 28px));
}

.page-home .ph-connect-desc {
  margin: 0;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.page-home .ph-connect-channels {
  display: grid;
  gap: 8px;
}

.page-home .ph-channel-label {
  margin-top: 8px;
  color: var(--text-muted);
  font-size: 13px;
  letter-spacing: 0.06em;
}

.page-home .ph-channel-label:first-child {
  margin-top: 0;
}

.page-home .ph-channel-value {
  color: var(--text-pure);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.page-home a.ph-channel-value {
  color: var(--electric-blue);
}

.page-home a.ph-channel-value:hover {
  text-decoration: underline;
}

.page-home .ph-channel-note {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 229, 255, 0.12);
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.6;
}

/* ===== 右下角联系入口 ===== */
.page-home .ph-fab {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--neon-green);
  color: #0a0e1a;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  box-shadow: 0 6px 28px rgba(182, 255, 46, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-home .ph-fab:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 34px rgba(182, 255, 46, 0.45);
}

.page-home .ph-fab-icon {
  display: inline-flex;
}

/* ===== 平板 ===== */
@media (min-width: 768px) {
  .page-home .ph-schedule-main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
  }

  .page-home .ph-league-content {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    align-items: stretch;
  }

  .page-home .ph-league-stats {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .page-home .ph-reports-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .ph-reports-card-featured {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: stretch;
  }

  .page-home .ph-report-card-featured .ph-report-media {
    width: 44%;
    aspect-ratio: auto;
  }

  .page-home .ph-report-card-featured .ph-report-body {
    justify-content: center;
    padding: 24px;
  }

  .page-home .ph-reports-head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }

  .page-home .ph-reports-more {
    flex-shrink: 0;
  }

  .page-home .ph-connect-card {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    padding: 36px;
  }
}

/* ===== 桌面 ===== */
@media (min-width: 1024px) {
  .page-home .ph-hero-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.18fr);
    gap: 44px;
  }

  .page-home .ph-schedule {
    padding: 76px 0 60px;
  }

  .page-home .ph-schedule-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 36px;
  }

  .page-home .ph-schedule-main {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  }

  .page-home .ph-history-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 40px;
  }

  .page-home .ph-league-content {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    padding: 22px;
  }

  .page-home .ph-reports-grid {
    grid-template-columns: 1.15fr 1fr 1fr;
  }

  .page-home .ph-report-card-featured {
    grid-column: auto;
    flex-direction: column;
  }

  .page-home .ph-report-card-featured .ph-report-media {
    width: 100%;
    aspect-ratio: 3 / 2;
  }

  .page-home .ph-report-card-featured .ph-report-body {
    padding: 18px;
  }

  .page-home .ph-connect {
    padding-bottom: 96px;
  }
}
