.page-home {
  --ph-orange: #FF6C2F;
  --ph-green: #00E5A0;
  --ph-cyan: #00C2FF;
  --ph-warn: #FFB020;
  --ph-ink: #E6EDF3;
  --ph-dim: #94A3B8;
  --ph-line: #2D4A66;
  --ph-space: #0A1428;
  --ph-panel: #1A2C42;
  --ph-ease: cubic-bezier(.22, .61, .36, 1);
  overflow-x: hidden;
  background:
    linear-gradient(180deg, var(--ph-space) 0%, #0d1b32 40%, var(--ph-space) 100%);
  color: var(--ph-ink);
}

/* 首屏杂志封面式构图 */
.page-home .ph-hero {
  position: relative;
  min-height: calc(100vh - 58px);
  display: flex;
  align-items: center;
  padding: 56px 24px 80px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(115deg, rgba(10, 20, 40, 0.96) 0%, rgba(10, 20, 40, 0.82) 42%, rgba(18, 36, 60, 0.55) 100%),
    repeating-linear-gradient(125deg, rgba(0, 194, 255, 0.05) 0 1px, transparent 1px 18px);
  border-bottom: 1px solid var(--ph-line);
}

.page-home .ph-hero__bg {
  position: absolute;
  z-index: -2;
  right: -60px;
  top: -40px;
  width: 66vw;
  max-width: 800px;
  height: 130%;
  object-fit: cover;
  transform: rotate(4deg) scale(1.1);
  filter: saturate(1.1) contrast(1.05) brightness(0.7);
  mask-image: linear-gradient(to left, rgba(0,0,0,0.9), transparent 80%);
  -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,0.9), transparent 80%);
}

.page-home .ph-hero__grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 194, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 194, 255, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse at 70% 30%, black 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 70% 30%, black 0%, transparent 75%);
  transform: skewY(-4deg) scale(1.2);
}

.page-home .ph-hero__hud {
  position: absolute;
  right: 20px;
  top: 20px;
  font-family: var(--font-data);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--ph-dim);
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: right;
  z-index: 3;
}

.page-home .ph-hero__hud span:first-child {
  color: var(--ph-cyan);
  font-size: 11px;
}

.page-home .ph-hero__inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.page-home .ph-hero__eyebrow {
  margin: 0 0 16px;
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ph-green);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.page-home .ph-hero__eyebrow::before {
  content: '';
  width: 22px;
  height: 2px;
  background: var(--ph-green);
  display: inline-block;
}

.page-home .ph-hero__title {
  margin: 0 0 20px;
  font-family: var(--font-head);
  font-size: clamp(38px, 7vw, 76px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--ph-ink);
  max-width: 6em;
}

.page-home .ph-hero__title span {
  color: var(--ph-orange);
  position: relative;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: rgba(0, 229, 160, 0.6);
  text-decoration-thickness: 5px;
  text-underline-offset: 8px;
}

.page-home .ph-hero__lead {
  margin: 0 0 28px;
  max-width: 540px;
  font-size: 15px;
  line-height: 1.9;
  color: #C7D2E0;
}

.page-home .ph-hero__lead strong {
  color: var(--ph-cyan);
  font-weight: 600;
}

.page-home .ph-hero__action {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.page-home .ph-hero__pulse {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-home .ph-hero__ticker {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 0;
  align-items: center;
  padding: 10px 0;
  background: rgba(6, 12, 26, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid var(--ph-line);
  overflow: hidden;
  white-space: nowrap;
  font-family: var(--font-data);
  font-size: 11px;
  color: var(--ph-dim);
  transform: skewX(-12deg);
  z-index: 3;
}

.page-home .ph-hero__ticker span {
  margin: 0 20px;
  letter-spacing: 0.08em;
}

.page-home .ph-hero__ticker i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ph-green);
  display: inline-block;
  flex: none;
}

/* 通用章节容器 */
.page-home .container-wide {
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.page-home .container-narrow {
  max-width: 840px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

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

.page-home .section-head__eyebrow {
  margin: 0 0 8px;
  font-family: var(--font-data);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ph-orange);
}

.page-home .section-head__title {
  margin: 0 0 12px;
  font-family: var(--font-head);
  font-size: clamp(24px, 3.4vw, 38px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--ph-ink);
}

.page-home .section-head__desc {
  margin: 0;
  max-width: 640px;
  font-size: 14px;
  line-height: 1.85;
  color: var(--ph-dim);
}

/* 快速索引 */
.page-home .ph-quick {
  padding: 70px 24px 36px;
}

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

.page-home .ph-quick__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  background: var(--ph-panel);
  border: 1px solid var(--ph-line);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: var(--ph-ink);
  transform: skewX(-2deg);
  transition: transform .3s var(--ph-ease), border-color .3s var(--ph-ease), background .3s var(--ph-ease);
}

.page-home .ph-quick__card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 108, 47, 0.12), transparent 55%);
  opacity: 0;
  transition: opacity .3s var(--ph-ease);
}

.page-home .ph-quick__card:hover {
  transform: skewX(-2deg) translateY(-4px);
  border-color: rgba(0, 194, 255, 0.5);
  background: #1d334c;
}

.page-home .ph-quick__card:hover::before {
  opacity: 1;
}

.page-home .ph-quick__num {
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--ph-orange);
  letter-spacing: 0.1em;
}

.page-home .ph-quick__card h3 {
  position: relative;
  z-index: 1;
  margin: 6px 0 0;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.page-home .ph-quick__card p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--ph-dim);
}

.page-home .ph-quick__arrow {
  position: absolute;
  right: 18px;
  top: 22px;
  font-size: 22px;
  color: var(--ph-cyan);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity .3s var(--ph-ease), transform .3s var(--ph-ease);
}

.page-home .ph-quick__card:hover .ph-quick__arrow {
  opacity: 1;
  transform: translateX(0);
}

/* 赛程档案入口 */
.page-home .ph-archives {
  padding: 56px 0 64px;
  position: relative;
  background: linear-gradient(90deg, transparent, rgba(0, 194, 255, 0.04), transparent);
}

.page-home .ph-archives::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ph-line), transparent);
}

.page-home .ph-archives__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 28px;
}

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

.page-home .ph-archives__match {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 32px 28px;
  background:
    linear-gradient(120deg, rgba(255, 108, 47, 0.16), transparent 70%),
    var(--ph-panel);
  border-radius: var(--radius-lg);
  transform: skewY(-1deg);
  border-left: 4px solid var(--ph-orange);
}

.page-home .ph-archives__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .ph-archives__league {
  font-size: 13px;
  color: var(--ph-dim);
  font-family: var(--font-data);
}

.page-home .ph-archives__teams {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  font-family: var(--font-head);
  font-size: 20px;
}

.page-home .ph-archives__team {
  color: var(--ph-ink);
}

.page-home .ph-archives__score {
  font-family: var(--font-data);
  font-size: 30px;
  color: var(--ph-cyan);
}

.page-home .ph-archives__meta {
  font-size: 12px;
  color: var(--ph-dim);
  line-height: 1.6;
}

.page-home .ph-archives__entry {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 28px 24px;
  border: 1px solid var(--ph-line);
  border-radius: var(--radius-lg);
  background: rgba(26, 44, 66, 0.6);
  text-decoration: none;
  color: var(--ph-ink);
  transition: background .3s var(--ph-ease), border-color .3s var(--ph-ease), transform .3s var(--ph-ease);
}

.page-home .ph-archives__entry:hover {
  background: rgba(0, 194, 255, 0.06);
  border-color: var(--ph-cyan);
  transform: translateX(6px);
}

.page-home .ph-archives__entry h3 {
  margin: 0;
  font-size: 19px;
  color: var(--ph-ink);
}

.page-home .ph-archives__entry p {
  margin: 0;
  font-size: 13px;
  color: var(--ph-dim);
  line-height: 1.75;
}

.page-home .ph-archives__go {
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--ph-green);
  letter-spacing: 0.06em;
}

/* 实时数据仪表盘 */
.page-home .ph-dashboard {
  padding: 64px 0;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(0, 229, 160, 0.08), transparent 50%),
    radial-gradient(ellipse at 100% 100%, rgba(255, 108, 47, 0.05), transparent 60%);
}

.page-home .ph-dashboard__inner {
  padding-top: 0;
}

.page-home .ph-dashboard__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-home .ph-dashboard__match {
  background: linear-gradient(160deg, var(--ph-panel) 0%, #152238 100%);
  border-radius: var(--radius-lg);
  border: 1px solid var(--ph-line);
  padding: 26px 22px;
  position: relative;
  overflow: hidden;
}

.page-home .ph-dashboard__match::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background: conic-gradient(from 210deg, transparent 55%, rgba(255, 176, 32, 0.35));
  border-radius: 0 0 0 100%;
}

.page-home .ph-dashboard__matchhead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.page-home .ph-dashboard__live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--ph-warn);
}

.page-home .ph-dashboard__live i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ph-warn);
  box-shadow: 0 0 12px rgba(255, 176, 32, 0.8);
  animation: ph-pulse 1.6s infinite;
}

@keyframes ph-pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.55; }
  100% { transform: scale(1); opacity: 1; }
}

.page-home .ph-dashboard__league {
  font-size: 12px;
  color: var(--ph-dim);
  letter-spacing: 0.04em;
}

.page-home .ph-dashboard__clubs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.page-home .ph-dashboard__club {
  font-family: var(--font-head);
  font-size: 20px;
  letter-spacing: 0.02em;
}

.page-home .ph-dashboard__mid {
  font-family: var(--font-data);
  font-size: 30px;
  color: var(--ph-orange);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.page-home .ph-dashboard__mid b {
  color: var(--ph-line);
  font-weight: 400;
}

.page-home .ph-dashboard__chart {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  object-fit: cover;
  margin-bottom: 18px;
  border: 1px solid rgba(0, 194, 255, 0.3);
}

.page-home .ph-dashboard__metricgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.page-home .ph-dashboard__metric {
  padding: 12px 14px;
  background: rgba(6, 16, 28, 0.6);
  border: 1px solid var(--ph-line);
  border-radius: var(--radius-md);
  transform: skewX(-3deg);
}

.page-home .ph-dashboard__m-label {
  display: block;
  font-size: 11px;
  color: var(--ph-dim);
  margin-bottom: 4px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: var(--font-data);
}

.page-home .ph-dashboard__m-value {
  font-family: var(--font-data);
  font-size: 22px;
  color: var(--ph-ink);
  letter-spacing: -0.02em;
}

.page-home .ph-dashboard__m-value small {
  font-size: 13px;
  color: var(--ph-green);
}

.page-home .ph-dashboard__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid var(--ph-line);
  font-size: 11px;
  color: var(--ph-dim);
  font-family: var(--font-data);
}

.page-home .ph-dashboard__foot b {
  color: var(--ph-cyan);
}

.page-home .ph-dashboard__sidepanel {
  background: var(--ph-panel);
  border: 1px solid var(--ph-line);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-home .ph-dashboard__sideimg {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: cover;
  border-radius: var(--radius-md);
  transform: scaleX(-1);
  filter: contrast(1.1);
}

.page-home .ph-dashboard__sidepanel h3 {
  margin: 0;
  font-size: 20px;
  color: var(--ph-ink);
}

.page-home .ph-dashboard__sidepanel p {
  margin: 0;
  font-size: 13px;
  line-height: 1.85;
  color: var(--ph-dim);
}

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

.page-home .ph-dashboard__checks li {
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  line-height: 1.6;
  color: #C7D2E0;
}

.page-home .ph-dashboard__checks li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ph-green);
  font-family: var(--font-data);
}

/* 数据翻旧版入口 */
.page-home .ph-compare {
  padding: 64px 0;
  position: relative;
}

.page-home .ph-compare::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ph-line), transparent);
}

.page-home .ph-compare__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.page-home .ph-compare__slider {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  background: rgba(6, 16, 28, 0.55);
  border: 1px solid var(--ph-line);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  position: relative;
  overflow-x: auto;
}

.page-home .ph-compare__col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 260px;
  flex: 1;
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: var(--radius-md);
}

.page-home .ph-compare__col--new {
  background: rgba(0, 229, 160, 0.04);
  border: 1px solid rgba(0, 229, 160, 0.25);
}

.page-home .ph-compare__date {
  font-family: var(--font-data);
  font-size: 11px;
  color: var(--ph-dim);
  margin: 0;
}

.page-home .ph-compare__row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 14px;
  border-bottom: 1px dashed rgba(45, 74, 102, 0.4);
  padding-bottom: 8px;
}

.page-home .ph-compare__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.page-home .ph-compare__row span {
  color: var(--ph-dim);
  font-size: 12px;
  flex: 1;
}

.page-home .ph-compare__row b {
  font-family: var(--font-data);
  font-size: 22px;
  color: var(--ph-ink);
}

.page-home .ph-compare__row em {
  font-family: var(--font-data);
  font-style: normal;
  font-size: 11px;
  color: var(--ph-green);
}

.page-home .ph-compare__divider {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.page-home .ph-compare__divider i {
  width: 36px;
  height: 2px;
  background: var(--ph-line);
}

.page-home .ph-compare__divider b {
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--ph-orange);
  border: 1px solid var(--ph-orange);
  border-radius: var(--radius-pill);
  padding: 4px 10px;
  background: rgba(255, 108, 47, 0.1);
}

.page-home .ph-compare__tip {
  font-size: 13px;
  color: var(--ph-dim);
  line-height: 1.7;
  margin: 0;
  padding: 14px 16px;
  border-left: 3px solid var(--ph-green);
  background: rgba(0, 229, 160, 0.04);
}

/* 手机端入口 */
.page-home .ph-mobile {
  padding: 64px 0;
  background:
    linear-gradient(120deg, rgba(0, 194, 255, 0.1), transparent 45%),
    var(--ph-space);
}

.page-home .ph-mobile::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 194, 255, 0.5), transparent);
  margin-bottom: 56px;
}

.page-home .ph-mobile__inner {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: center;
}

.page-home .ph-mobile__copy {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

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

.page-home .ph-mobile__points li {
  position: relative;
  padding: 14px 18px 14px 56px;
  background: rgba(26, 44, 66, 0.7);
  border-radius: var(--radius-md);
  border: 1px solid var(--ph-line);
  font-size: 13px;
  color: #C7D2E0;
  line-height: 1.7;
}

.page-home .ph-mobile__points b {
  display: block;
  color: var(--ph-cyan);
  font-size: 15px;
  margin-bottom: 2px;
  font-family: var(--font-data);
  letter-spacing: 0.04em;
}

.page-home .ph-mobile__points li::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ph-green);
  box-shadow: 0 0 12px rgba(0, 229, 160, 0.5);
}

.page-home .ph-mobile__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .ph-mobile__phone {
  width: 240px;
  max-width: 70vw;
  height: auto;
  object-fit: cover;
  border-radius: calc(var(--radius-lg) * 1.2);
  border: 1px solid var(--ph-line);
  transform: rotate(3deg);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35);
}

/* 内容日志 */
.page-home .ph-journal {
  padding: 64px 0;
}

.page-home .ph-journal__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.page-home .ph-journal__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  width: 100%;
}

.page-home .ph-journal__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  text-decoration: none;
  border: 1px solid var(--ph-line);
  border-radius: var(--radius-lg);
  background: rgba(26, 44, 66, 0.5);
  transition: transform .3s var(--ph-ease), border-color .3s var(--ph-ease);
}

.page-home .ph-journal__item:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 108, 47, 0.5);
}

.page-home .ph-journal__item img {
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: cover;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.page-home .ph-journal__item h3 {
  margin: 4px 0 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--ph-ink);
}

.page-home .ph-journal__item p {
  margin: 0;
  font-size: 13px;
  color: var(--ph-dim);
  line-height: 1.7;
}

/* 平台规模读数 */
.page-home .ph-stats {
  padding: 12px 24px 64px;
}

.page-home .ph-stats__bar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.page-home .ph-stats .data-card {
  background: var(--ph-panel);
  border: 1px solid var(--ph-line);
  border-radius: var(--radius-lg);
  padding: 20px 16px;
  position: relative;
  overflow: hidden;
  transition: transform .3s var(--ph-ease);
}

.page-home .ph-stats .data-card:hover {
  transform: scale(1.02);
}

.page-home .ph-stats .data-card::after {
  content: '';
  position: absolute;
  right: -20px;
  top: -20px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 194, 255, 0.2), transparent 70%);
}

.page-home .ph-stats .data-card__label {
  display: block;
  font-family: var(--font-data);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ph-dim);
  margin-bottom: 8px;
}

.page-home .ph-stats .data-card__value {
  display: block;
  font-family: var(--font-data);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  color: var(--ph-orange);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 8px;
}

.page-home .ph-stats .data-card__foot {
  display: block;
  font-size: 11px;
  color: var(--ph-dim);
  line-height: 1.5;
}

/* 站内链接 */
.page-home .ph-links {
  padding: 24px 0 64px;
}

.page-home .ph-links__inner {
  border-top: 1px solid var(--ph-line);
  padding-top: 44px;
}

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

.page-home .ph-links__grid a {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border: 1px solid var(--ph-line);
  border-radius: var(--radius-pill);
  font-size: 13px;
  color: var(--ph-dim);
  text-decoration: none;
  transition: border-color .25s, color .25s, background .25s;
}

.page-home .ph-links__grid a:hover {
  border-color: var(--ph-cyan);
  color: var(--ph-cyan);
  background: rgba(0, 194, 255, 0.06);
}

.page-home .ph-links__grid a::before {
  content: '↗ ';
  font-family: var(--font-data);
  color: var(--ph-green);
  margin-right: 4px;
  font-size: 12px;
}

/* ====== 平板与桌面断点 ====== */
@media (max-width: 767px) {
  .page-home {
    --ph-hero-pad: 24px;
  }
}

@media (min-width: 768px) {
  .page-home .ph-hero {
    min-height: calc(100vh - 60px);
    padding: 80px 48px 100px;
  }

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

  .page-home .ph-archives__board {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home .ph-dashboard__grid {
    grid-template-columns: 1.2fr 1fr;
    align-items: stretch;
  }

  .page-home .ph-compare__slider {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 32px;
  }

  .page-home .ph-compare__divider {
    flex-direction: column;
  }

  .page-home .ph-mobile__inner {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .page-home .ph-mobile__copy {
    flex: 1;
  }

  .page-home .ph-mobile__phone {
    width: 280px;
    transform: rotate(2deg);
  }

  .page-home .ph-journal__grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

@media (min-width: 1200px) {
  .page-home .ph-hero__inner {
    max-width: 1240px;
  }
}
