/* ============ 首页 365在线官方网 ============ */
.page-home {
  --home-navy: var(--c-navy);
  --home-navy-2: var(--c-navy-2);
  --home-paper: var(--c-paper);
  --home-yellow: var(--c-yellow);
  --home-neon: var(--c-neon);
  --home-ink: var(--c-ink);
  --home-white: var(--c-white);
  --home-mute: var(--c-mute);
  background: var(--home-paper);
  color: var(--home-ink);
  font-family: var(--font-body);
}

/* ============ 首屏开篇 ============ */
.page-home .home-opening {
  background: linear-gradient(135deg, var(--home-navy) 0%, var(--home-navy-2) 100%);
  color: var(--home-white);
  padding: 44px 0 68px;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 42px), calc(100% - 42px) 100%, 0 100%);
}
.page-home .home-opening::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg, rgba(255,215,0,0.035) 0 2px, transparent 2px 14px);
  pointer-events: none;
}
.page-home .home-opening::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 320px;
  height: 320px;
  border: 2px solid rgba(255,215,0,0.22);
  border-radius: 50%;
  pointer-events: none;
}
.page-home .home-opening__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  position: relative;
  z-index: 1;
}
.page-home .home-opening__kicker {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--home-yellow);
  border: 1px solid rgba(255,215,0,0.5);
  background: rgba(10,31,68,0.6);
  padding: 6px 12px;
  margin-bottom: 18px;
}
.page-home .home-opening__title {
  font-family: var(--font-display);
  font-size: clamp(36px, 8.5vw, 68px);
  font-weight: 700;
  line-height: 0.98;
  text-transform: uppercase;
  color: var(--home-white);
  margin: 0 0 7px;
  letter-spacing: 0.01em;
}
.page-home .home-opening__sub {
  font-family: var(--font-display);
  font-size: clamp(15px, 2.4vw, 20px);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--home-yellow);
  margin: 0 0 20px;
}
.page-home .home-opening__lead {
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255,255,255,0.88);
  max-width: 46em;
  margin: 0 0 28px;
}
.page-home .home-opening__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 30px;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 20px;
}
.page-home .home-opening__stats .metric {
  margin: 0;
}
.page-home .home-opening__stats .metric__value {
  font-family: var(--font-mono);
  font-size: 27px;
  font-weight: 700;
  color: var(--home-neon);
  line-height: 1;
  display: block;
}
.page-home .home-opening__stats .metric__label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.68);
  margin-top: 6px;
  display: block;
}
.page-home .home-opening__visual {
  position: relative;
  align-self: center;
}
.page-home .home-opening__img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 4px 28px 4px 28px;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 22px 55px rgba(0,0,0,0.45);
}
.page-home .home-opening__stamp {
  position: absolute;
  top: -12px;
  right: 8px;
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--home-navy);
  background: var(--home-yellow);
  padding: 6px 12px;
  transform: rotate(2deg);
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  z-index: 2;
}

/* ============ 比赛对照表 + 今日焦点 ============ */
.page-home .home-match-center {
  background: var(--home-paper);
  padding: 54px 0 42px;
}
.page-home .home-match-center__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}
.page-home .home-schedule__desc {
  font-size: 14px;
  line-height: 1.75;
  margin: 12px 0 20px;
  color: rgba(26,26,26,0.75);
}
.page-home .home-schedule__desc a,
.page-home .home-schedule__foot a {
  color: var(--home-navy);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-home .home-schedule__dates {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.page-home .home-schedule__date {
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border: 1px solid var(--home-mute);
  background: transparent;
  color: var(--home-ink);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.page-home .home-schedule__date.is-active,
.page-home .home-schedule__date:hover {
  background: var(--home-navy);
  color: var(--home-white);
  border-color: var(--home-navy);
}
.page-home .home-schedule__table {
  min-width: 600px;
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  background: var(--home-white);
}
.page-home .home-schedule__table th {
  font-family: var(--font-display);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 13px 10px;
  background: var(--home-navy);
  color: var(--home-white);
  text-align: left;
  border-bottom: 2px solid var(--home-yellow);
}
.page-home .home-schedule__table td {
  padding: 15px 10px;
  border-bottom: 1px solid var(--home-mute);
  font-size: 14px;
  vertical-align: middle;
}
.page-home .home-schedule__row {
  transition: background 0.15s ease;
}
.page-home .home-schedule__row:hover td {
  background: rgba(255,215,0,0.12);
}
.page-home .home-schedule__row .data-number {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 16px;
  color: var(--home-navy);
}
.page-home .home-schedule__foot {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(26,26,26,0.62);
}

/* ============ 今日焦点 ============ */
.page-home .home-focus {
  background: var(--home-navy);
  padding: 28px 24px 24px;
  color: var(--home-white);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
}
.page-home .home-focus .section__kicker {
  color: var(--home-yellow);
}
.page-home .home-focus .section__title {
  color: var(--home-white);
}
.page-home .home-focus__card {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}
.page-home .home-focus__card:last-of-type {
  border-bottom: 0;
}
.page-home .home-focus__league {
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--home-yellow);
  margin: 0 0 8px;
}
.page-home .home-focus__score {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
}
.page-home .home-focus__team {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  color: var(--home-white);
}
.page-home .home-focus__score .data-number {
  font-family: var(--font-mono);
  font-size: 22px;
  font-weight: 700;
  color: var(--home-neon);
}
.page-home .home-focus__meta {
  font-size: 12px;
  color: rgba(255,255,255,0.62);
  margin: 10px 0 4px;
  line-height: 1.6;
}
.page-home .home-focus__note {
  font-size: 12px;
  color: rgba(255,255,255,0.72);
  margin: 0;
}
.page-home .home-focus__tip {
  margin-top: 16px;
  padding: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,215,0,0.4);
}
.page-home .home-focus__tip h3 {
  font-family: var(--font-display);
  font-size: 15px;
  color: var(--home-yellow);
  margin: 0 0 6px;
}
.page-home .home-focus__tip p {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255,255,255,0.8);
  margin: 0 0 12px;
}

/* ============ 最新战报 ============ */
.page-home .home-reports {
  background: var(--home-white);
  padding: 54px 0 48px;
}
.page-home .home-reports__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 28px;
}
.page-home .home-reports__grid .card {
  background: var(--home-white);
  border: 1px solid var(--home-mute);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  height: 100%;
}
.page-home .home-reports__grid .card:hover {
  box-shadow: 0 10px 30px rgba(10,31,68,0.15);
  transform: translateY(-3px);
}
.page-home .home-reports__grid .card__media {
  overflow: hidden;
}
.page-home .home-reports__grid .card__media img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}
.page-home .home-reports__grid .card:hover .card__media img {
  transform: scale(1.035);
}
.page-home .home-reports__grid .card__body {
  padding: 16px;
}
.page-home .card__meta-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.page-home .home-reports__time {
  font-size: 12px;
  color: rgba(26,26,26,0.55);
}

/* ============ 体育新闻专栏 ============ */
.page-home .home-news {
  background: var(--home-paper);
  padding: 54px 0 48px;
}
.page-home .home-news__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.page-home .home-news__chart {
  margin: 0;
}
.page-home .home-news__chart img {
  width: 100%;
  height: auto;
  border: 1px solid var(--home-mute);
  border-radius: 6px;
  display: block;
}
.page-home .home-news__chart figcaption {
  margin-top: 10px;
  font-size: 12px;
  color: rgba(26,26,26,0.6);
  line-height: 1.6;
}
.page-home .home-news__list {
  display: flex;
  flex-direction: column;
  border-top: 2px solid var(--home-navy);
}
.page-home .home-news__item {
  padding: 18px 4px;
  border-bottom: 1px solid var(--home-mute);
}
.page-home .home-news__cat {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--home-navy);
  background: rgba(57,255,20,0.18);
  border-left: 3px solid var(--home-neon);
  padding: 3px 8px;
  margin-bottom: 8px;
}
.page-home .home-news__item-title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--home-ink);
  margin: 0 0 6px;
}
.page-home .home-news__item-desc {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(26,26,26,0.7);
  margin: 0 0 8px;
}
.page-home .home-news__more {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: var(--home-navy);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.page-home .home-news__more:hover {
  color: var(--home-navy-2);
}

/* ============ 直播聚合 ============ */
.page-home .home-live {
  background: linear-gradient(135deg, var(--home-navy) 0%, var(--home-navy-2) 100%);
  color: var(--home-white);
  padding: 56px 0 60px;
  position: relative;
  overflow: hidden;
}
.page-home .home-live::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, rgba(255,255,255,0.035) 0 2px, transparent 2px 10px);
  pointer-events: none;
}
.page-home .home-live__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
.page-home .home-live__content .section__kicker {
  color: var(--home-yellow);
}
.page-home .home-live__content .section__title {
  color: var(--home-white);
}
.page-home .home-live__lead {
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255,255,255,0.85);
  margin-bottom: 22px;
  max-width: 36em;
}
.page-home .home-live__features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 12px;
}
.page-home .home-live__features li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
}
.page-home .home-live__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 11px;
  height: 11px;
  background: var(--home-neon);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.page-home .home-live__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-home .home-live__phone {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page-home .home-live__phone::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 70%;
  height: 22px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.5) 0%, transparent 70%);
  filter: blur(6px);
  z-index: 0;
}
.page-home .home-live__phone img {
  max-width: 250px;
  width: 100%;
  height: auto;
  border-radius: 22px;
  border: 2px solid var(--home-yellow);
  box-shadow: 0 26px 60px rgba(0,0,0,0.5);
  position: relative;
  z-index: 1;
}

/* ============ 信任区 ============ */
.page-home .home-trust {
  background: var(--home-navy);
  border-top: 3px solid var(--home-neon);
  padding: 26px 0;
  color: rgba(255,255,255,0.7);
}
.page-home .home-trust__badge {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--home-neon);
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.page-home .home-trust p {
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
  max-width: 72ch;
}

/* ============ 平板适配 ============ */
@media (min-width: 768px) {
  .page-home .home-opening {
    padding: 56px 0 76px;
  }
  .page-home .home-reports__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-home .home-reports__grid .card:last-child {
    grid-column: 1 / -1;
  }
  .page-home .home-news__grid {
    grid-template-columns: 1fr;
  }
  .page-home .home-live__phone img {
    max-width: 280px;
  }
}

/* ============ 桌面适配 ============ */
@media (min-width: 992px) {
  .page-home .home-opening__inner {
    grid-template-columns: 6fr 5fr;
    gap: 48px;
    align-items: center;
  }
  .page-home .home-opening__img {
    max-height: 520px;
  }
  .page-home .home-match-center__grid {
    grid-template-columns: 7fr 4fr;
    gap: 40px;
  }
  .page-home .home-focus {
    position: sticky;
    top: 90px;
  }
  .page-home .home-reports__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-home .home-reports__grid .card:last-child {
    grid-column: auto;
  }
  .page-home .home-news__grid {
    grid-template-columns: 5fr 6fr;
    gap: 48px;
    align-items: start;
  }
  .page-home .home-live__grid {
    grid-template-columns: 7fr 4fr;
    gap: 48px;
  }
  .page-home .home-live__phone img {
    max-width: 300px;
  }
}
