/* ===== 首页专属样式：九游官方品牌站 ===== */
.page-home {
  --home-panel-shadow: 0 24px 48px rgba(5, 16, 28, 0.32);
  --home-line-on-dark: rgba(247, 245, 240, 0.16);
  --home-dim-line-on-dark: rgba(247, 245, 240, 0.22);
  --home-card-bg: #ffffff;
  background: #f7f5f0;
}

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

.page-home button {
  font-family: inherit;
}

/* ===== 首屏：左右分屏框景 ===== */
.page-home .home-hero {
  position: relative;
  background: linear-gradient(118deg, #0a1f33 0%, #123a5c 52%, #1e5a8a 100%);
  color: #f7f5f0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 56px), 0 100%);
  padding: 32px 0 88px;
}

.page-home .home-hero__inner {
  display: grid;
  gap: 40px;
  margin: 0 auto;
}

.page-home .home-hero__breadcrumbs {
  margin-bottom: 20px;
}

.page-home .home-hero__breadcrumbs .breadcrumbs__current {
  color: rgba(247, 245, 240, 0.72);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.page-home .home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #ff7a00;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-home .home-hero__eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: currentColor;
}

.page-home .home-hero h1 {
  margin: 0 0 16px;
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(30px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0.01em;
  max-width: 10em;
}

.page-home .home-hero__title-accent {
  color: #ff7a00;
}

.page-home .home-hero__lead {
  max-width: 46em;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(247, 245, 240, 0.72);
}

.page-home .home-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.page-home .home-hero__tag {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid rgba(247, 245, 240, 0.28);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #f7f5f0;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.page-home .home-hero__tag:hover {
  background: rgba(255, 122, 0, 0.18);
  border-color: #ff7a00;
  color: #ffffff;
}

.page-home .home-hero__visual {
  position: relative;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(247, 245, 240, 0.22);
  background: rgba(247, 245, 240, 0.06);
}

.page-home .home-hero__visual::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  right: 6px;
  bottom: 6px;
  border: 1px solid rgba(247, 245, 240, 0.14);
  pointer-events: none;
}

.page-home .home-hero__visual::after {
  content: "实时数据";
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 10px;
  background: #ff7a00;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.page-home .home-hero__img {
  display: block;
  width: 100%;
}

.page-home .home-hero__visual-cap {
  margin: 10px 0 0;
  font-size: 12px;
  color: rgba(247, 245, 240, 0.5);
  letter-spacing: 0.04em;
}

/* 首屏右侧面板 */
.page-home .home-hero__panel {
  position: relative;
  background: #f7f5f0;
  color: #2d2d2d;
  padding: 24px 20px 20px;
  box-shadow: var(--home-panel-shadow);
  border-top: 4px solid #ff7a00;
}

.page-home .home-hero__panel-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d8d2c8;
}

.page-home .home-hero__panel-title {
  margin: 0;
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: 28px;
}

.page-home .home-hero__panel .ticker-live {
  font-size: 12px;
  color: #5b6b7a;
}

.page-home .home-hero__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.page-home .home-hero__filter {
  padding: 6px 12px;
  border: 1px solid #d8d2c8;
  background: transparent;
  color: #2d2d2d;
  font-size: 13px;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.page-home .home-hero__filter:hover {
  border-color: #ff7a00;
  color: #ff7a00;
}

.page-home .home-hero__filter.is-active {
  background: #0a1f33;
  border-color: #0a1f33;
  color: #f7f5f0;
}

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

.page-home .home-hero__match {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4px 12px;
  padding: 12px;
  border: 1px solid #d8d2c8;
  background: rgba(247, 245, 240, 0.5);
}

.page-home .home-hero__league {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #5b6b7a;
  text-transform: uppercase;
}

.page-home .home-hero__teams {
  font-weight: 700;
}

.page-home .home-hero__vs {
  color: #5b6b7a;
  font-weight: 400;
  padding: 0 4px;
}

.page-home .home-hero__time {
  font-size: 13px;
  color: #5b6b7a;
}

.page-home .home-hero__star {
  grid-row: span 2;
  justify-self: end;
  width: 36px;
  height: 36px;
  border: 1px solid #d8d2c8;
  background: #f7f5f0;
  color: #c9a961;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.page-home .home-hero__star:hover {
  transform: scale(1.1);
  border-color: #ff7a00;
  color: #ff7a00;
}

.page-home .home-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #d8d2c8;
  border-bottom: 1px solid #d8d2c8;
  margin-bottom: 20px;
}

.page-home .home-hero__stat {
  padding: 12px 8px;
  text-align: left;
}

.page-home .home-hero__stat + .home-hero__stat {
  border-left: 1px solid #d8d2c8;
}

.page-home .home-hero__stat strong {
  display: block;
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: 22px;
  color: #0a1f33;
}

.page-home .home-hero__stat span {
  font-size: 12px;
  color: #5b6b7a;
}

.page-home .home-hero__panel-figure {
  margin: 0;
}

.page-home .home-hero__panel-img {
  display: block;
  width: 100%;
}

/* ===== 赛程总览 ===== */
.page-home .home-schedule {
  padding: 64px 0 72px;
  background: #f7f5f0;
}

.page-home .home-schedule__head {
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
}

.page-home .home-schedule__intro,
.page-home .home-membership__intro,
.page-home .home-journal__intro {
  margin: 0;
  max-width: 60ch;
  color: #5b6b7a;
  line-height: 1.7;
}

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

.page-home .home-schedule__table {
  overflow-x: auto;
  border-top: 2px solid #0a1f33;
  -webkit-overflow-scrolling: touch;
}

.page-home .home-schedule__table table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.page-home .home-schedule__table th,
.page-home .home-schedule__table td {
  padding: 14px 12px;
  border-bottom: 1px solid #d8d2c8;
  text-align: left;
  white-space: nowrap;
  font-size: 16px;
}

.page-home .home-schedule__table th {
  background: #0a1f33;
  color: #f7f5f0;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-home .home-schedule__table td:last-child {
  text-align: center;
}

.page-home .home-schedule__star {
  width: 34px;
  height: 34px;
  border: 1px solid #d8d2c8;
  background: transparent;
  color: #c9a961;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-home .home-schedule__star:hover {
  color: #ff7a00;
  border-color: #ff7a00;
  transform: translateY(-2px);
}

.page-home .home-schedule__aside {
  display: grid;
  gap: 20px;
  align-content: start;
}

.page-home .home-schedule__card {
  padding: 24px;
  border: 1px solid #d8d2c8;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(10, 31, 51, 0.06);
}

.page-home .home-schedule__card h3 {
  margin: 8px 0 10px;
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: 24px;
  line-height: 1.3;
}

.page-home .home-schedule__card p {
  margin: 0 0 20px;
  color: #5b6b7a;
  line-height: 1.7;
}

.page-home .home-schedule__datapoints {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.page-home .home-schedule__datapoint {
  padding: 16px;
  border-top: 2px solid #c9a961;
  background: #ffffff;
  border: 1px solid #d8d2c8;
}

.page-home .home-schedule__value {
  display: block;
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: 28px;
  color: #0a1f33;
}

.page-home .home-schedule__label {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #5b6b7a;
  line-height: 1.5;
}

/* ===== 看球导航核心功能 ===== */
.page-home .home-features {
  padding: 72px 0 88px;
  background: linear-gradient(140deg, #0a1f33 0%, #123a5c 60%, #1e5a8a 120%);
  color: #f7f5f0;
}

.page-home .home-features__head {
  display: grid;
  gap: 12px;
  margin-bottom: 32px;
}

.page-home .home-features__intro {
  margin: 0;
  color: rgba(247, 245, 240, 0.72);
  line-height: 1.7;
  max-width: 56em;
}

.page-home .home-features__grid {
  display: grid;
  gap: 20px;
}

.page-home .home-feature {
  position: relative;
  padding: 22px;
  border: 1px solid rgba(247, 245, 240, 0.14);
  background: rgba(247, 245, 240, 0.05);
}

.page-home .home-feature__media {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin-bottom: 18px;
  border: 1px solid rgba(247, 245, 240, 0.18);
}

.page-home .home-feature__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .home-feature h3 {
  margin: 8px 0 8px;
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: 24px;
  line-height: 1.3;
}

.page-home .home-feature p {
  margin: 0 0 16px;
  line-height: 1.7;
  color: rgba(247, 245, 240, 0.72);
}

.page-home .home-feature__link {
  display: inline-block;
  font-size: 13px;
  color: #ff7a00;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.page-home .home-feature__link:hover {
  text-decoration: underline;
}

.page-home .home-feature--injury {
  background: linear-gradient(145deg, #1e5a8a 0%, #0a1f33 100%);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
}

.page-home .home-feature--sync {
  background: #f7f5f0;
  color: #2d2d2d;
  border-color: transparent;
}

.page-home .home-feature--sync p {
  color: #5b6b7a;
}

.page-home .home-feature--sync .home-feature__link {
  color: #0a1f33;
}

/* ===== 会员权益预览 ===== */
.page-home .home-membership {
  padding: 72px 0;
  background: #f7f5f0;
}

.page-home .home-membership__head {
  display: grid;
  gap: 12px;
  margin-bottom: 32px;
}

.page-home .home-membership__grid {
  display: grid;
  gap: 20px;
}

.page-home .home-membership__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home .home-membership__item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid #d8d2c8;
  background: #ffffff;
}

.page-home .home-membership__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #0a1f33;
  color: #c9a961;
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: 18px;
}

.page-home .home-membership__copy h3 {
  margin: 0 0 6px;
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: 18px;
  line-height: 1.3;
}

.page-home .home-membership__copy p {
  margin: 0;
  color: #5b6b7a;
  line-height: 1.6;
  font-size: 14px;
}

.page-home .home-membership__timeline {
  padding: 24px;
  background: #0a1f33;
  color: #f7f5f0;
  border-top: 3px solid #c9a961;
}

.page-home .home-membership__timeline .specimen__index {
  color: #c9a961;
  font-size: 12px;
  letter-spacing: 0.1em;
}

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

.page-home .home-membership__milestones li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 10px;
  font-size: 16px;
  color: rgba(247, 245, 240, 0.72);
}

.page-home .home-membership__milestones span {
  color: #c9a961;
  font-weight: 700;
}

.page-home .home-membership__cta {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 24px;
  background: rgba(255, 122, 0, 0.07);
  border: 1px solid rgba(255, 122, 0, 0.24);
}

.page-home .home-membership__cta-note {
  margin: 0;
  color: #2d2d2d;
  line-height: 1.7;
}

/* ===== 最新动态 ===== */
.page-home .home-journal {
  padding: 72px 0 88px;
  border-top: 1px solid #d8d2c8;
  background: #f7f5f0;
}

.page-home .home-journal__head {
  display: grid;
  gap: 12px;
  margin-bottom: 32px;
}

.page-home .home-journal__list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  border-top: 2px solid #0a1f33;
}

.page-home .home-journal__item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 8px 16px;
  padding: 16px 4px;
  border-bottom: 1px solid #d8d2c8;
}

.page-home .home-journal__cat {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #5b6b7a;
  text-transform: uppercase;
}

.page-home .home-journal__cat::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background: #ff7a00;
  vertical-align: middle;
}

.page-home .home-journal__link {
  color: #2d2d2d;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-home .home-journal__link:hover {
  color: #ff7a00;
}

.page-home .home-journal__time {
  grid-column: 2;
  font-size: 12px;
  color: #5b6b7a;
}

.page-home .home-journal__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* ===== 桌面增强 ===== */
@media (min-width: 760px) {
  .page-home .home-hero {
    padding-top: 64px;
  }

  .page-home .home-hero__inner {
    grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
    gap: 56px;
    align-items: start;
  }

  .page-home .home-hero__lead {
    font-size: 17px;
  }

  .page-home .home-hero__visual {
    margin-top: 8px;
  }

  .page-home .home-features__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .page-home .home-feature {
    padding: 28px;
  }
}

@media (min-width: 900px) {
  .page-home .home-schedule__layout {
    grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
    gap: 48px;
  }

  .page-home .home-membership__grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr) minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
  }
}

@media (min-width: 1080px) {
  .page-home .home-hero {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 72px), 0 100%);
    padding-bottom: 104px;
  }

  .page-home .home-hero__inner {
    gap: 72px;
  }

  .page-home .home-hero__panel {
    transform: translateY(24px);
  }

  .page-home .home-hero__visual-cap {
    font-size: 13px;
  }

  .page-home .home-journal__item {
    grid-template-columns: 96px 1fr 90px;
  }

  .page-home .home-journal__time {
    grid-column: auto;
    text-align: right;
  }
}
