.page-home {
  --ph-red: #E63946;
  --ph-blue: #1D3557;
  --ph-green: #39FF14;
  --ph-cyan: #00F0FF;
  --ph-violet: #9D4EDD;
  --ph-gray: #D3D3D3;
  --ph-white: #F8F9FA;
  --ph-dark: #111111;
  --ph-font-head: 'Anton', 'Impact', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --ph-font-body: 'Inter', 'PingFang SC', 'Microsoft YaHei', system-ui, -apple-system, sans-serif;
  --ph-font-data: 'Roboto Mono', 'Courier New', monospace;
  --ph-card-shadow: 6px 6px 0 rgba(29, 53, 87, 0.14);
  --ph-red-shadow: 4px 4px 0 rgba(230, 57, 70, 0.18);
  background: var(--ph-white);
  color: var(--ph-dark);
  font-family: var(--ph-font-body);
  line-height: 1.6;
  overflow-x: hidden;
}

.page-home *,
.page-home *::before,
.page-home *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.page-home img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home h1,
.page-home h2,
.page-home h3 {
  font-family: var(--ph-font-head);
  letter-spacing: 0.02em;
  line-height: 1.1;
  font-weight: 400;
}

.page-home a {
  text-decoration: none;
}

/* ===== 英雄区 / 分屏首屏 ===== */
.ph-hero {
  position: relative;
  display: flex;
  min-height: 720px;
  background: var(--ph-blue);
  overflow: hidden;
  isolation: isolate;
}

.ph-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  filter: saturate(1.2) contrast(1.1);
  transform: scale(1.02);
}

.ph-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(29, 53, 87, 0.96) 0%, rgba(29, 53, 87, 0.82) 48%, rgba(29, 53, 87, 0.35) 100%),
    linear-gradient(180deg, rgba(17, 17, 17, 0.5) 0%, rgba(17, 17, 17, 0.1) 45%, rgba(29, 53, 87, 0.65) 100%);
}

.ph-hero-inner {
  width: min(1280px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 96px 24px 64px;
  align-items: center;
  position: relative;
}

.ph-hero-left {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
}

.ph-crumb {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  font-size: 0.84rem;
  color: rgba(248, 249, 250, 0.72);
  background: rgba(17, 17, 17, 0.38);
  padding: 6px 14px;
  border-left: 3px solid var(--ph-cyan);
  letter-spacing: 0.03em;
}

.ph-crumb-sep {
  color: var(--ph-green);
}

.ph-hero-eyebrow {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--ph-green);
  background: rgba(57, 255, 20, 0.08);
  border: 1px solid rgba(57, 255, 20, 0.35);
  padding: 5px 14px;
  text-transform: uppercase;
}

.ph-hero-left h1 {
  font-size: clamp(2.6rem, 7vw, 5.4rem);
  color: var(--ph-white);
  max-width: 720px;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
  border-bottom: 4px solid var(--ph-red);
  padding-bottom: 1.1rem;
  display: inline-block;
}

.ph-hero-desc {
  color: rgba(248, 249, 250, 0.88);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 600px;
}

.ph-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.5rem;
}

.ph-btn {
  display: inline-block;
  padding: 13px 28px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  border: 0;
}

.ph-btn-primary {
  background: var(--ph-red);
  color: var(--ph-white);
  box-shadow: 4px 4px 0 rgba(57, 255, 20, 0.35);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}

.ph-btn-primary:hover {
  background: #c92530;
  box-shadow: 6px 6px 0 rgba(57, 255, 20, 0.28);
  transform: translate(2px, 2px);
}

.ph-btn-outline {
  background: transparent;
  color: var(--ph-white);
  border: 1px solid var(--ph-cyan);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}

.ph-btn-outline:hover {
  background: rgba(0, 240, 255, 0.14);
  border-color: var(--ph-green);
  color: var(--ph-green);
  transform: translateY(-1px);
}

.ph-hero-right {
  position: relative;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 1.25rem;
}

.ph-hero-data-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  min-width: 180px;
  height: 260px;
  object-fit: cover;
  object-position: center;
  clip-path: polygon(12% 0, 100% 0%, 100% 100%, 0 100%, 0 18%);
  opacity: 0.45;
  filter: grayscale(0.3) contrast(1.2);
  z-index: 0;
}

.ph-gauge-card {
  position: relative;
  z-index: 2;
  background: rgba(248, 249, 250, 0.08);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 240, 255, 0.28);
  padding: 22px 24px;
  width: min(440px, 100%);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
  margin-left: auto;
}

.ph-gauge-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.9rem;
}

.ph-gauge-title {
  color: var(--ph-white);
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.ph-live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ph-green);
  box-shadow: 0 0 0 0 rgba(57, 255, 20, 0.5);
  animation: ph-pulse 1.8s infinite;
}

@keyframes ph-pulse {
  0% { box-shadow: 0 0 0 0 rgba(57, 255, 20, 0.5); }
  70% { box-shadow: 0 0 0 10px rgba(57, 255, 20, 0); }
  100% { box-shadow: 0 0 0 0 rgba(57, 255, 20, 0); }
}

.ph-gauge-num {
  font-family: var(--ph-font-data);
  font-size: clamp(2.6rem, 8vw, 4.2rem);
  color: var(--ph-green);
  line-height: 1.1;
  text-shadow: 0 0 24px rgba(57, 255, 20, 0.16);
}

.ph-gauge-unit {
  color: rgba(248, 249, 250, 0.6);
  font-size: 0.84rem;
  margin-top: 0.3rem;
  letter-spacing: 0.04em;
}

.ph-gauge-track {
  height: 8px;
  background: rgba(248, 249, 250, 0.14);
  margin: 1rem 0 0.6rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.ph-gauge-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--ph-violet), var(--ph-cyan), var(--ph-green));
  box-shadow: 0 0 14px rgba(57, 255, 20, 0.4);
}

.ph-gauge-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.78rem;
  color: rgba(248, 249, 250, 0.58);
}

.ph-hero-svg {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 260px;
  height: 120px;
  z-index: 1;
  opacity: 0.56;
  pointer-events: none;
}

/* ===== 本月数据面板 ===== */
.ph-panel {
  background: var(--ph-white);
  padding: 72px 24px 72px;
  position: relative;
}

.ph-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 56%;
  height: 4px;
  background: linear-gradient(90deg, var(--ph-red), transparent);
}

.ph-panel-label,
.ph-featured-label {
  margin-bottom: 1.5rem;
}

.ph-tag {
  display: inline-block;
  font-family: var(--ph-font-data);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  background: var(--ph-blue);
  color: var(--ph-white);
  padding: 6px 16px;
  clip-path: polygon(0 0, calc(100% - 12px) 0, calc(100% - 12px) 100%, 0 100%);
  text-transform: uppercase;
}

.ph-tag--violet {
  background: var(--ph-violet);
}

.ph-tag--cyan {
  background: var(--ph-cyan);
  color: var(--ph-dark);
}

.ph-tag--light {
  background: rgba(248, 249, 250, 0.14);
  color: var(--ph-white);
  border: 1px solid rgba(0, 240, 255, 0.4);
}

.ph-panel-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 3rem;
}

.ph-stat-card {
  position: relative;
  background: var(--ph-white);
  border: 1px solid var(--ph-gray);
  box-shadow: var(--ph-card-shadow);
  padding: 28px 24px 24px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  overflow: hidden;
}

.ph-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: var(--ph-stat-color, var(--ph-red));
  transition: width 0.28s ease;
}

.ph-stat-card:hover::before {
  width: 12px;
}

.ph-stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 8px 8px 0 rgba(29, 53, 87, 0.16);
}

.ph-stat-card:hover .ph-stat-num {
  animation: ph-stat-flicker 0.5s ease;
  color: var(--ph-stat-color, var(--ph-red));
}

@keyframes ph-stat-flicker {
  0% { opacity: 0.55; transform: translateX(-2px); }
  35% { opacity: 1; transform: translateX(2px); }
  60% { opacity: 0.7; transform: translateY(-1px); }
  100% { opacity: 1; transform: translateX(0); }
}

.ph-stat-card--red { --ph-stat-color: var(--ph-red); }
.ph-stat-card--blue { --ph-stat-color: var(--ph-blue); }
.ph-stat-card--violet { --ph-stat-color: var(--ph-violet); }
.ph-stat-card--cyan { --ph-stat-color: var(--ph-cyan); }

.ph-stat-label {
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #4b5563;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.ph-stat-num {
  font-family: var(--ph-font-data);
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  color: var(--ph-blue);
  line-height: 1.15;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.ph-stat-unit {
  font-size: 1.1rem;
  font-family: var(--ph-font-body);
  margin-left: 0.2rem;
  color: #6b7280;
  font-weight: 500;
}

.ph-stat-sub {
  font-size: 0.9rem;
  color: #6b7280;
}

.ph-panel-chart {
  background: var(--ph-blue);
  padding: 32px 22px;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
  margin-top: 1rem;
}

.ph-chart-caption {
  margin-bottom: 1.5rem;
}

.ph-chart-caption h2 {
  color: var(--ph-white);
  font-size: 1.75rem;
}

.ph-chart-caption p {
  color: rgba(248, 249, 250, 0.6);
  font-size: 0.92rem;
  margin-top: 0.4rem;
}

.ph-chart-wrap {
  overflow-x: auto;
}

.ph-chart-wrap svg {
  width: 100%;
  min-width: 640px;
  height: auto;
  display: block;
}

.ph-chart-wrap g.ph-chart-grid line {
  stroke: rgba(248, 249, 250, 0.1);
  stroke-width: 1;
  stroke-dasharray: 4 5;
}

.ph-chart-highlight-text {
  font-family: var(--ph-font-data);
  font-size: 13px;
  font-weight: 700;
}

/* ===== 重点场次优先 ===== */
.ph-featured {
  background: var(--ph-white);
  padding: 72px 24px;
  position: relative;
}

.ph-featured::after {
  content: '';
  display: block;
  width: calc(100% + 48px);
  margin-left: -24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ph-gray), transparent);
}

.ph-featured-head {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 2rem;
}

.ph-featured-head h2 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  color: var(--ph-blue);
}

.ph-featured-head p {
  color: #6b7280;
  font-size: 0.98rem;
}

.ph-match-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.ph-match-card {
  background: var(--ph-white);
  border: 1px solid #e5e7eb;
  box-shadow: 6px 6px 0 rgba(29, 53, 87, 0.12);
  transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.ph-match-card:hover {
  border-color: var(--ph-red);
  box-shadow: 10px 10px 0 rgba(230, 57, 70, 0.14);
  transform: translate(-3px, -3px);
}

.ph-match-card img {
  width: 100%;
  height: 180px;
  display: block;
}

.ph-match-body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ph-match-league {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ph-red);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.ph-match-teams {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.7rem;
}

.ph-team {
  font-family: var(--ph-font-head);
  font-size: 1.15rem;
  color: var(--ph-blue);
  flex: 1;
}

.ph-team:last-child {
  text-align: right;
}

.ph-vs {
  color: var(--ph-gray);
  font-family: var(--ph-font-data);
  font-size: 0.8rem;
}

.ph-match-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.ph-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.82rem;
  color: #4b5563;
  background: var(--ph-white);
  border: 1px solid #e5e7eb;
  padding: 4px 10px;
}

.ph-live-dot--small {
  width: 7px;
  height: 7px;
}

.ph-card-link {
  margin-top: auto;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ph-blue);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
}

.ph-card-link::after {
  content: '→';
  transition: transform 0.2s ease;
}

.ph-card-link:hover {
  color: var(--ph-red);
}

.ph-card-link:hover::after {
  transform: translateX(4px);
}

/* ===== 移动端关注焦点 ===== */
.ph-mobile-focus {
  background: linear-gradient(135deg, var(--ph-blue) 0%, #0f1830 100%);
  padding: 72px 24px;
  position: relative;
  overflow: hidden;
}

.ph-mobile-focus::before {
  content: '';
  position: absolute;
  top: -60%;
  left: -20%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 240, 255, 0.14), transparent 70%);
  pointer-events: none;
}

.ph-mobile-focus-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  width: min(1280px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ph-focus-left {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  align-items: flex-start;
}

.ph-focus-left h2 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  color: var(--ph-white);
  line-height: 1.12;
}

.ph-focus-lead {
  color: rgba(248, 249, 250, 0.78);
  line-height: 1.85;
  font-size: 1.02rem;
}

.ph-focus-stats {
  display: flex;
  gap: 2rem;
  margin-top: 0.75rem;
  flex-wrap: wrap;
}

.ph-focus-stat {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.ph-focus-num {
  font-family: var(--ph-font-data);
  font-size: clamp(2.4rem, 6vw, 3.8rem);
  color: var(--ph-green);
  text-shadow: 0 0 28px rgba(57, 255, 20, 0.2);
}

.ph-focus-label {
  font-size: 0.88rem;
  color: rgba(248, 249, 250, 0.6);
}

.ph-focus-right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.ph-focus-panel {
  background: rgba(248, 249, 250, 0.06);
  border: 1px solid rgba(0, 240, 255, 0.2);
  padding: 20px;
  backdrop-filter: blur(4px);
}

.ph-focus-panel--score {
  border-color: rgba(230, 57, 70, 0.45);
}

.ph-focus-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(248, 249, 250, 0.15);
}

.ph-focus-panel-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ph-white);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ph-live-dot--green {
  background: var(--ph-green);
}

.ph-focus-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ph-focus-list li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 0.6rem;
  align-items: baseline;
}

.ph-focus-list-time {
  font-family: var(--ph-font-data);
  font-size: 0.8rem;
  color: var(--ph-cyan);
}

.ph-focus-list-text {
  font-size: 0.95rem;
  color: rgba(248, 249, 250, 0.86);
  transition: color 0.2s ease;
}

.ph-focus-panel:hover .ph-focus-list-text {
  color: var(--ph-green);
}

.ph-score-board {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.ph-score-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: 'team1 val team2' 'state state state';
  gap: 0.3rem 0.8rem;
  align-items: center;
  padding: 12px;
  background: rgba(29, 53, 87, 0.5);
  border-left: 3px solid var(--ph-cyan);
  transition: background 0.25s ease, border-color 0.25s ease;
}

.ph-score-row:hover {
  background: rgba(29, 53, 87, 0.8);
  border-color: var(--ph-green);
}

.ph-score-team:nth-of-type(1) {
  grid-area: team1;
  text-align: left;
}

.ph-score-val {
  grid-area: val;
  font-family: var(--ph-font-data);
  color: var(--ph-white);
  font-size: 1.35rem;
  font-weight: 700;
  text-align: center;
}

.ph-score-team:nth-of-type(2) {
  grid-area: team2;
  text-align: right;
}

.ph-score-team {
  color: rgba(248, 249, 250, 0.85);
  font-size: 0.98rem;
  font-weight: 600;
}

.ph-score-state {
  grid-area: state;
  text-align: center;
  font-size: 0.74rem;
  color: var(--ph-green);
  letter-spacing: 0.06em;
}

/* ===== 订阅球队 ===== */
.ph-subscribe {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 72px 24px;
  overflow: hidden;
  isolation: isolate;
}

.ph-subscribe-bgwrap {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.ph-subscribe-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.05);
}

.ph-subscribe-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(29, 53, 87, 0.95) 0%, rgba(29, 53, 87, 0.82) 62%, rgba(230, 57, 70, 0.24) 100%);
  z-index: -1;
}

.ph-subscribe-content {
  width: min(1280px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-right: 0;
}

.ph-subscribe-content h2 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  color: var(--ph-white);
}

.ph-subscribe-desc {
  color: rgba(248, 249, 250, 0.88);
  font-size: 1.05rem;
  line-height: 1.8;
}

.ph-subscribe-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-top: 0.4rem;
  padding: 0;
}

.ph-subscribe-features li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem;
  color: rgba(248, 249, 250, 0.86);
  font-size: 1rem;
  padding-left: 1rem;
  border-left: 3px solid var(--ph-cyan);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.ph-subscribe-features li:hover {
  border-color: var(--ph-green);
  color: var(--ph-white);
}

.ph-feature-divider {
  color: var(--ph-red);
  font-weight: 700;
}

.ph-subscribe-actions {
  margin-top: 0.8rem;
}

.ph-tip {
  display: inline-block;
  font-size: 0.86rem;
  color: var(--ph-cyan);
  background: rgba(0, 240, 255, 0.1);
  border: 1px dashed rgba(0, 240, 255, 0.5);
  padding: 8px 18px;
}

/* ===== 快捷导航 ===== */
.ph-quick-links {
  background: var(--ph-white);
  padding: 48px 24px;
}

.ph-quick-links-inner {
  width: min(1280px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.ph-quick-link {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 18px 22px;
  background: var(--ph-white);
  border: 1px solid var(--ph-gray);
  box-shadow: var(--ph-card-shadow);
  color: var(--ph-dark);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
}

.ph-quick-link:hover {
  border-color: var(--ph-cyan);
  box-shadow: 6px 6px 0 rgba(0, 240, 255, 0.24);
  transform: translate(-2px, -2px);
  color: var(--ph-blue);
}

.ph-quick-num {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ph-blue);
  color: var(--ph-green);
  font-family: var(--ph-font-data);
  font-weight: 700;
  font-size: 1.1rem;
  transition: background 0.25s ease, transform 0.25s ease;
}

.ph-quick-link:hover .ph-quick-num {
  background: var(--ph-red);
  transform: scale(1.06);
}

.ph-quick-link span {
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
}

.ph-quick-link small {
  display: block;
  font-size: 0.82rem;
  font-weight: 400;
  color: #6b7280;
  margin-top: 2px;
}

/* ===== 响应式 ===== */
@media (min-width: 640px) {
  .ph-panel {
    padding: 80px 36px;
  }

  .ph-featured {
    padding: 80px 36px;
  }

  .ph-featured::after {
    width: calc(100% + 72px);
    margin-left: -36px;
  }

  .ph-mobile-focus {
    padding: 80px 36px;
  }

  .ph-subscribe {
    padding: 80px 36px;
  }

  .ph-quick-links {
    padding: 56px 36px;
  }

  .ph-panel-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .ph-focus-right {
    grid-template-columns: 1fr;
  }

  .ph-match-grid {
    grid-template-columns: 1fr;
  }

  .ph-quick-links-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 900px) {
  .ph-hero-inner {
    grid-template-columns: 1.05fr 0.95fr;
    padding: 128px 48px 88px;
  }

  .ph-hero {
    min-height: 680px;
  }

  .ph-panel,
  .ph-featured,
  .ph-mobile-focus,
  .ph-subscribe {
    padding-left: 48px;
    padding-right: 48px;
  }

  .ph-panel-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .ph-panel-chart {
    padding: 40px 38px;
  }

  .ph-match-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.2rem;
  }

  .ph-mobile-focus-inner {
    grid-template-columns: 1fr 1.05fr;
    gap: 4.5rem;
  }

  .ph-focus-right {
    grid-template-columns: 1fr;
  }

  .ph-quick-links-inner {
    grid-template-columns: repeat(4, 1fr);
  }

  .ph-subscribe-content {
    max-width: 680px;
  }

  .ph-score-row {
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas: 'team1 val team2' 'state state state';
  }

  .ph-hero-data-img {
    width: 46%;
    height: 320px;
  }
}

@media (min-width: 1200px) {
  .ph-hero-inner {
    padding-left: 64px;
    padding-right: 64px;
  }

  .ph-panel,
  .ph-featured,
  .ph-mobile-focus,
  .ph-subscribe {
    padding-left: 64px;
    padding-right: 64px;
  }

  .ph-panel-grid {
    gap: 2rem;
  }
}
