/* ========== 首页 · 欧宝体育中国官方主页 ========== */
.page-home {
  --home-shear: linear-gradient(120deg, rgba(255, 107, 53, 0.95) 0%, rgba(255, 215, 0, 0.75) 58%, rgba(255, 107, 53, 0) 100%);
  background: var(--paper-white);
  overflow: hidden;
}

/* ---------- 封面区：第28轮资料封面 ---------- */
.page-home__cover {
  position: relative;
  background-color: var(--field-blue);
  background-image:
    linear-gradient(rgba(183, 201, 214, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(183, 201, 214, 0.08) 1px, transparent 1px);
  background-size: 26px 26px;
  color: #fff;
  padding: 3.25rem 0 8.5rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4.5rem), 0 100%);
  isolation: isolate;
}

.page-home__cover::after {
  content: "";
  position: absolute;
  left: -14%;
  bottom: 3.25rem;
  width: 82%;
  height: 0.875rem;
  background: var(--home-shear);
  border-radius: var(--radius-pill);
  transform: rotate(-3.5deg);
  opacity: 0.85;
  z-index: -1;
}

.page-home__cover-inner {
  display: grid;
  gap: 2.5rem;
}

.page-home__cover-main,
.page-home__cover-aside {
  position: relative;
  z-index: 1;
}

.page-home__cover .section__index {
  color: var(--signal-yellow);
}

.page-home__cover .section__label-text {
  color: rgba(247, 245, 240, 0.72);
}

.page-home__cover-title {
  margin: 1.25rem 0 0.65rem;
  font-family: var(--font-heading);
  font-size: clamp(2.35rem, 6.3vw, 5.6rem);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: #fff;
}

.page-home__cover-tagline {
  margin: 0 0 1.5rem;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--energy-orange);
  letter-spacing: 0.02em;
}

.page-home__cover-desc {
  max-width: 34em;
  margin: 0 0 2rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.85;
  color: rgba(247, 245, 240, 0.82);
}

.page-home__cover-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.page-home__cover-aside {
  min-width: 0;
}

.page-home__cover-figure {
  position: relative;
  margin: 0;
  max-width: 460px;
}

.page-home__cover-img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(183, 201, 214, 0.28);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.32);
}

.page-home__cover-card {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.9rem 1.1rem;
  background: rgba(10, 30, 60, 0.82);
  border: 1px solid rgba(255, 215, 0, 0.5);
  border-radius: var(--radius-md);
}

.page-home__cover-card-label {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--signal-yellow);
}

.page-home__cover-card-num {
  display: block;
  font-family: var(--font-mono);
  font-size: 1.65rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.page-home__cover-card-meta {
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(247, 245, 240, 0.78);
}

/* ---------- 快捷入口：四个栏目通道 ---------- */
.page-home__gate {
  position: relative;
  z-index: 3;
  margin-top: -2rem;
  padding: 2.5rem 0 4rem;
  background: var(--paper-white);
}

.page-home__gate-inner {
  display: grid;
  gap: 1rem;
}

.page-home__gate-item {
  position: relative;
  display: block;
  padding: 1.35rem 1.35rem 1.35rem 1.6rem;
  background: #fff;
  border: 1px solid rgba(183, 201, 214, 0.7);
  border-radius: var(--radius-lg);
  box-shadow: 0 10px 26px rgba(16, 42, 78, 0.08);
  text-decoration: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.page-home__gate-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.25rem;
  width: 2.4rem;
  height: 0.32rem;
  background: var(--energy-orange);
  border-radius: 0 0 var(--radius-pill) var(--radius-pill);
}

.page-home__gate-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 107, 53, 0.55);
  box-shadow: 0 16px 32px rgba(16, 42, 78, 0.12);
}

.page-home__gate-index {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--jewel-teal);
}

.page-home__gate-name {
  display: block;
  margin: 0.45rem 0 0.4rem;
  font-family: var(--font-heading);
  font-size: 1.06rem;
  font-weight: 800;
  color: var(--ink-navy);
  line-height: 1.35;
}

.page-home__gate-meta {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--energy-orange);
  background: rgba(255, 107, 53, 0.1);
  padding: 0.2rem 0.75rem;
  border-radius: var(--radius-pill);
}

/* ---------- 站点数据规模 ---------- */
.page-home__stats {
  padding: 0.5rem 0 3.5rem;
  background: var(--paper-white);
}

.page-home__stats-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem 1rem;
}

.page-home__stats-item {
  background: #fff;
  border: 1px solid rgba(183, 201, 214, 0.6);
  border-left: 4px solid var(--jewel-teal);
  border-radius: var(--radius-md);
  padding: 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.page-home__stats-item:nth-child(3) {
  border-left-color: var(--energy-orange);
}

.page-home__stats-item:nth-child(5) {
  border-left-color: var(--signal-yellow);
}

.page-home__stats-num {
  font-family: var(--font-mono);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--ink-navy);
  line-height: 1;
}

.page-home__stats-label {
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--ink-navy);
  opacity: 0.85;
}

/* ---------- 本轮归档：伤停与首发预测 ---------- */
.page-home__archive {
  padding: 2rem 0 5rem;
  background: var(--paper-white);
}

.page-home__section-head {
  max-width: 46rem;
  margin-bottom: 2rem;
}

.page-home__section-head h2,
.page-home__quick-content h2,
.page-home__insights-content h2 {
  margin: 0.85rem 0 0.6rem;
  font-family: var(--font-heading);
  font-size: 1.9rem;
  line-height: 1.15;
  color: var(--ink-navy);
  letter-spacing: -0.01em;
}

.page-home__archive-grid {
  display: grid;
  gap: 1.35rem;
}

.page-home__archive-card {
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.4rem;
  background: var(--muted-light);
  border-top: 4px solid var(--wine-red);
}

.page-home__archive-card--lineup {
  background: #fff;
  border-top-color: var(--jewel-teal);
  box-shadow: 0 12px 28px rgba(16, 42, 78, 0.07);
}

.page-home__archive-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.15rem;
}

.page-home__archive-code {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--ink-navy);
  opacity: 0.55;
}

.page-home__archive-card h3 {
  margin: 0 0 1rem;
  font-family: var(--font-heading);
  font-size: 1.3rem;
  color: var(--ink-navy);
}

.page-home__archive-list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.page-home__archive-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px dashed rgba(183, 201, 214, 0.9);
}

.page-home__archive-pos {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink-navy);
}

.page-home__archive-status {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: var(--jewel-teal);
  white-space: nowrap;
}

.page-home__archive-card--injury .page-home__archive-status {
  color: var(--wine-red);
}

.page-home__archive-link {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--energy-orange);
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 107, 53, 0.35);
  padding-bottom: 2px;
}

.page-home__archive-rhythm {
  display: grid;
  gap: 1rem;
  margin-top: 1.75rem;
}

.page-home__archive-rhythm-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  background: #fff;
  border: 1px solid rgba(183, 201, 214, 0.55);
  border-radius: var(--radius-md);
  padding: 1rem 1.15rem;
}

.page-home__archive-rhythm-tag {
  flex-shrink: 0;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--jewel-teal);
  background: rgba(14, 94, 110, 0.08);
  border-radius: var(--radius-pill);
  padding: 0.3rem 0.8rem;
  margin-top: 0.1rem;
}

.page-home__archive-rhythm p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--ink-navy);
}

/* ---------- 小屏版阵容检索 ---------- */
.page-home__quick {
  padding: 4.5rem 0;
  background: #fff;
  border-top: 1px solid rgba(183, 201, 214, 0.4);
  border-bottom: 1px solid rgba(183, 201, 214, 0.4);
}

.page-home__quick-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.page-home__quick-visual {
  position: relative;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}

.page-home__quick-figure {
  margin: 0;
}

.page-home__quick-figure img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  aspect-ratio: 360 / 640;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 2.4rem;
  border: 4px solid var(--field-blue);
  box-shadow: 0 22px 44px rgba(10, 30, 60, 0.22);
}

.page-home__quick-numlist {
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  display: flex;
  gap: 0.5rem;
  background: var(--field-blue);
  padding: 0.55rem 0.7rem;
  border-radius: var(--radius-pill);
  box-shadow: 0 12px 24px rgba(10, 30, 60, 0.28);
}

.page-home__quick-numlist span {
  font-family: var(--font-mono);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--signal-yellow);
  background: rgba(255, 215, 0, 0.14);
  border-radius: var(--radius-pill);
  padding: 0.25rem 0.7rem;
}

.page-home__quick-content .section__label {
  margin-bottom: 1rem;
}

.page-home__quick-content h2 {
  margin-bottom: 0.8rem;
}

.page-home__quick-points {
  list-style: none;
  margin: 1.8rem 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.page-home__quick-points li {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}

.page-home__quick-point-icon {
  display: inline-grid;
  place-items: center;
  min-width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.7rem;
  background: rgba(255, 107, 53, 0.12);
  color: var(--energy-orange);
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 700;
}

.page-home__quick-points li strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 1rem;
  color: var(--ink-navy);
  margin-bottom: 0.2rem;
}

.page-home__quick-points li p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--ink-navy);
  opacity: 0.85;
}

.page-home__quick-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.page-home__quick-note {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--jewel-teal);
}

/* ---------- 转会动态专栏 ---------- */
.page-home__insights {
  padding: 4.5rem 0;
  background: var(--muted-light);
}

.page-home__insights-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.page-home__insights-content {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 1.8rem 1.4rem;
  box-shadow: 0 14px 30px rgba(16, 42, 78, 0.08);
}

.page-home__insights-content h2 {
  margin-bottom: 0.8rem;
}

.page-home__insights-accordion {
  margin: 1.5rem 0 1rem;
}

.page-home__insights-accordion .accordion__item {
  border-bottom: 1px dashed rgba(14, 94, 110, 0.3);
}

.page-home__insights-accordion .accordion__summary {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 0;
  cursor: pointer;
  user-select: none;
}

.page-home__insights-accordion .accordion__index {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: var(--jewel-teal);
}

.page-home__insights-title {
  flex: 1;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--ink-navy);
  line-height: 1.5;
}

.page-home__insights-accordion .accordion__content-inner {
  padding: 0 0 1.2rem 2.3rem;
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--ink-navy);
  border-left: 2px solid var(--line-blue);
}

.page-home__insights-more {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--energy-orange);
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 107, 53, 0.35);
  padding-bottom: 2px;
}

.page-home__insights-figure {
  margin: 0;
}

.page-home__insights-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 640 / 400;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 34px rgba(16, 42, 78, 0.12);
}

.page-home__insights-figure figcaption {
  margin-top: 0.7rem;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: var(--jewel-teal);
  text-align: right;
}

/* ---------- 旧版赛事导航 ---------- */
.page-home__legacy {
  position: relative;
  padding: 4.5rem 0 0;
  background-color: var(--indigo-zone);
  background-image:
    linear-gradient(rgba(183, 201, 214, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(183, 201, 214, 0.09) 1px, transparent 1px);
  background-size: 24px 24px;
  color: var(--paper-white);
  overflow: hidden;
}

.page-home__legacy::before {
  content: "";
  position: absolute;
  top: 0;
  right: -12%;
  width: 66%;
  height: 0.75rem;
  background: linear-gradient(90deg, var(--signal-yellow), var(--energy-orange));
  transform: rotate(-2.5deg);
  border-radius: var(--radius-pill);
  opacity: 0.8;
}

.page-home__legacy-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  padding-bottom: 3.5rem;
}

.page-home__legacy-content .section__index {
  color: var(--signal-yellow);
}

.page-home__legacy-content h2 {
  margin: 0.85rem 0 0.9rem;
}

.page-home__legacy-lead {
  color: rgba(247, 245, 240, 0.82);
}

.page-home__legacy-list {
  list-style: none;
  margin: 1.75rem 0 2rem;
  padding: 0;
  display: grid;
  gap: 0.8rem;
}

.page-home__legacy-list a {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--paper-white);
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.5;
}

.page-home__legacy-list a::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: var(--signal-yellow);
  border-radius: 2px;
  transform: rotate(45deg);
}

.page-home__legacy-content .btn--outline {
  color: var(--paper-white);
  border-color: var(--signal-yellow);
  background: transparent;
}

.page-home__legacy-content .btn--outline:hover {
  background: rgba(255, 215, 0, 0.12);
}

.page-home__legacy-figure {
  margin: 0;
}

.page-home__legacy-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 3;
  object-fit: cover;
  border-radius: var(--radius-md);
  border: 1px solid rgba(183, 201, 214, 0.3);
}

.page-home__legacy-note {
  border-top: 1px solid rgba(255, 215, 0, 0.35);
  background: rgba(10, 30, 60, 0.35);
}

.page-home__legacy-note .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.page-home__legacy-note p {
  flex: 1;
  min-width: 220px;
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(247, 245, 240, 0.78);
}

.page-home__legacy-note a {
  color: var(--signal-yellow);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ---------- 信任声明 ---------- */
.page-home__trust {
  background: var(--field-blue);
  border-top: 3px solid var(--signal-yellow);
  padding: 2.25rem 0;
}

.page-home__trust-inner {
  display: flex;
  justify-content: center;
}

.page-home__trust p {
  max-width: 62rem;
  margin: 0;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(247, 245, 240, 0.78);
}

/* ---------- 响应式增强 ---------- */
@media (min-width: 760px) {
  .page-home__gate-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home__archive-rhythm {
    grid-template-columns: 1fr 1fr;
  }

  .page-home__quick-grid {
    grid-template-columns: 2fr 3fr;
  }

  .page-home__insights-grid {
    grid-template-columns: 3fr 2fr;
  }

  .page-home__legacy-grid {
    grid-template-columns: 5fr 4fr;
  }
}

@media (min-width: 1080px) {
  .page-home__cover {
    padding-top: 4.5rem;
    padding-bottom: 10rem;
  }

  .page-home__cover-inner {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    align-items: center;
    gap: 3.5rem;
  }

  .page-home__cover-aside {
    justify-self: end;
    width: 100%;
    max-width: 480px;
  }

  .page-home__gate-inner {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home__stats-inner {
    grid-template-columns: repeat(5, 1fr);
  }

  .page-home__archive-grid {
    grid-template-columns: 6fr 5fr;
    gap: 1.75rem;
  }

  .page-home__quick-grid {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 4rem;
  }

  .page-home__insights-grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 3.5rem;
  }

  .page-home__legacy-grid {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
    gap: 4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home__gate-item {
    transition: none;
  }
}
