/* ============ 首页 page-home ============ */

.page-home {
  display: block;
  color: var(--mist);
}

.page-home section {
  position: relative;
}

.page-home h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(25px, 3.1vw, 40px);
  line-height: 1.16;
  letter-spacing: .01em;
  color: var(--white);
}

.page-home h3 {
  margin: 0 0 10px;
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
  color: var(--white);
}

.page-home .eyebrow {
  margin: 0 0 12px;
}

.page-home a:focus-visible,
.page-home summary:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

/* ---------- 首屏 ---------- */

.page-home .home-hero {
  padding: clamp(22px, 4vw, 52px) 0 clamp(40px, 6vw, 84px);
}

.page-home .home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
}

.page-home .home-hero__ctx {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--grid);
}

.page-home .home-hero__ctx .eyebrow {
  margin: 0;
}

.page-home .home-hero__dot {
  width: 22px;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), transparent);
}

.page-home .home-hero h1 {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: clamp(31px, 5.2vw, 64px);
  line-height: 1.06;
  letter-spacing: .01em;
  color: var(--white);
}

.page-home .home-hero__hi {
  color: var(--cyan);
  text-shadow: 0 0 24px rgba(0, 229, 212, .28);
}

.page-home .home-hero__lead {
  max-width: 44ch;
  margin: 0 0 26px;
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.8;
  color: var(--mist);
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.page-home .home-hero__note {
  margin: 0;
  max-width: 40ch;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--grid);
}

/* 比分主控盘 */

.page-home .home-visual {
  position: relative;
  isolation: isolate;
  min-height: 260px;
  border: 1px solid rgba(169, 186, 203, .18);
}

.page-home .home-visual__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .55;
}

.page-home .home-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(115% 85% at 78% 6%, rgba(0, 229, 212, .16), transparent 62%),
    linear-gradient(180deg, rgba(6, 26, 46, .42) 0%, rgba(4, 16, 28, .93) 100%);
}

.page-home .home-board {
  position: relative;
  z-index: 2;
  margin: clamp(12px, 2.2vw, 26px);
  padding: clamp(16px, 2.4vw, 28px);
  border: 1px solid rgba(0, 229, 212, .3);
  background: linear-gradient(155deg, rgba(11, 42, 71, .86), rgba(4, 16, 28, .97));
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
  box-shadow: var(--shadow-panel);
  overflow: hidden;
}

.page-home .home-board::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(0, 229, 212, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 229, 212, .08) 1px, transparent 1px);
  background-size: 44px 44px;
}

.page-home .home-board__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(169, 186, 203, .2);
}

.page-home .home-board__head .eyebrow {
  margin: 0;
}

.page-home .home-board__list {
  position: relative;
  z-index: 1;
  display: grid;
}

.page-home .home-match {
  padding: 14px 0;
  border-bottom: 1px solid rgba(169, 186, 203, .13);
}

.page-home .home-match:last-child {
  border-bottom: 0;
}

.page-home .home-match__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--grid);
}

.page-home .home-match__live {
  color: var(--amber);
}

.page-home .home-match__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 3px 0;
}

.page-home .home-match__team {
  font-size: 15px;
  color: var(--mist);
}

.page-home .home-match__score {
  font-family: var(--font-mono);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 600;
  line-height: 1;
  color: var(--mist);
}

.page-home .home-match--live .home-match__score {
  color: var(--orange);
  text-shadow: var(--glow-hot);
}

.page-home .home-board__foot {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(169, 186, 203, .2);
  font-size: 12.5px;
  color: var(--grid);
}

.page-home .home-board__link {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--cyan);
  text-decoration: none;
  white-space: nowrap;
}

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

/* ---------- 全宽数据条 ---------- */

.page-home .home-strip {
  border-top: 1px solid rgba(0, 229, 212, .22);
  border-bottom: 1px solid rgba(0, 229, 212, .22);
  background: linear-gradient(100deg, rgba(11, 42, 71, .95), rgba(4, 16, 28, .98) 52%, rgba(11, 42, 71, .95));
}

.page-home .home-strip__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 22px;
  margin: 0;
  padding: clamp(26px, 3.4vw, 40px) 0;
  list-style: none;
}

.page-home .home-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 14px;
  border-left: 1px solid rgba(0, 229, 212, .35);
}

.page-home .home-stat__n {
  font-family: var(--font-mono);
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 600;
  line-height: 1;
  color: var(--cyan);
  text-shadow: 0 0 18px rgba(0, 229, 212, .3);
}

.page-home .home-stat__l {
  font-size: 13px;
  line-height: 1.6;
  color: var(--grid);
}

/* ---------- 赛前前瞻 ---------- */

.page-home .home-look {
  padding: clamp(52px, 7vw, 96px) 0;
}

.page-home .home-look__head {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: clamp(26px, 3.4vw, 44px);
}

.page-home .home-look__sub,
.page-home .home-index__sub,
.page-home .home-time__sub {
  max-width: 48ch;
  margin: 0;
  font-size: 15.5px;
  line-height: 1.78;
  color: var(--grid);
}

.page-home .home-look__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(22px, 3vw, 40px);
}

.page-home .home-look__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.page-home .home-look__card {
  padding: clamp(16px, 2.2vw, 22px);
  border: 1px solid rgba(169, 186, 203, .2);
  background: linear-gradient(145deg, rgba(18, 63, 94, .55), rgba(6, 26, 46, .8));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
  transition: border-color .28s ease, filter .28s ease;
}

.page-home .home-look__card:hover {
  border-color: rgba(0, 229, 212, .5);
  filter: drop-shadow(0 0 16px rgba(0, 229, 212, .18));
}

.page-home .home-look__kicker {
  margin: 0 0 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--amber);
}

.page-home .home-look__card h3 {
  margin-bottom: 8px;
}

.page-home .home-look__card > p:not(.home-look__kicker) {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--grid);
}

.page-home .home-look__more {
  margin-top: 10px;
}

.page-home .home-look__more summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 0;
  font-size: 13.5px;
  letter-spacing: .04em;
  color: var(--cyan);
  cursor: pointer;
  list-style: none;
}

.page-home .home-look__more summary::-webkit-details-marker {
  display: none;
}

.page-home .home-look__more summary::after {
  content: "+";
  font-family: var(--font-mono);
  font-size: 15px;
  line-height: 1;
  transition: transform .25s ease;
}

.page-home .home-look__more[open] summary::after {
  transform: rotate(45deg);
}

.page-home .home-look__more ul {
  display: grid;
  gap: 6px;
  margin: 8px 0 0;
  padding-left: 18px;
}

.page-home .home-look__more li {
  font-size: 14px;
  line-height: 1.7;
  color: var(--grid);
}

.page-home .home-look__fig {
  margin: 0;
  border: 1px solid rgba(169, 186, 203, .2);
  background: var(--ink-2);
  overflow: hidden;
}

.page-home .home-look__fig img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 12 / 7;
  object-fit: cover;
}

.page-home .home-look__fig figcaption {
  padding: 12px 14px;
  border-top: 1px solid rgba(169, 186, 203, .16);
  font-size: 13px;
  line-height: 1.65;
  color: var(--grid);
}

/* ---------- 球队资料索引（浅色数据表盘区） ---------- */

.page-home .home-index {
  padding: clamp(52px, 7vw, 96px) 0;
  background: var(--mist);
  color: var(--ink);
}

.page-home .home-index h2 {
  color: var(--ink);
}

.page-home .home-index__sub {
  color: var(--ink-3);
}

.page-home .home-index__head {
  margin-bottom: clamp(26px, 3.4vw, 44px);
}

.page-home .home-index__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.page-home .home-ix {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: clamp(18px, 2.2vw, 24px);
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
  border: 1px solid rgba(18, 63, 94, .16);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
  transition: transform .26s ease, border-color .26s ease, box-shadow .26s ease;
}

.page-home .home-ix:hover,
.page-home .home-ix:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(0, 229, 212, .8);
  box-shadow: 0 14px 30px rgba(6, 26, 46, .18), 0 0 0 1px rgba(0, 229, 212, .5);
}

.page-home .home-ix__no {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  color: #0B6C66;
}

.page-home .home-ix__t {
  font-size: 17px;
  color: var(--ink);
}

.page-home .home-ix__d {
  margin: 0;
  font-size: 14px;
  line-height: 1.72;
  color: var(--ink-3);
}

.page-home .home-ix__go {
  margin-top: auto;
  padding-top: 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .08em;
  color: #0B6C66;
}

/* ---------- 时间轴 ---------- */

.page-home .home-time {
  padding: clamp(56px, 7.5vw, 104px) 0;
  overflow: hidden;
}

.page-home .home-time__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  opacity: .22;
}

.page-home .home-time::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(6, 26, 46, .96) 0%, rgba(4, 16, 28, .9) 45%, rgba(6, 26, 46, .98) 100%);
}

.page-home .home-time__inner {
  position: relative;
  z-index: 2;
}

.page-home .home-time__track {
  position: relative;
  display: grid;
  gap: clamp(22px, 3vw, 34px);
  margin: clamp(28px, 4vw, 48px) 0 0;
  padding: 0 0 0 34px;
  list-style: none;
}

.page-home .home-time__track::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(0, 229, 212, .6) 10%, rgba(0, 229, 212, .6) 88%, transparent);
}

.page-home .home-time__node {
  position: relative;
  display: grid;
  gap: 6px;
}

.page-home .home-time__node::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--ink-deep);
  border: 1px solid var(--cyan);
  box-shadow: 0 0 0 4px rgba(0, 229, 212, .1);
  transition: background .3s ease, box-shadow .3s ease;
}

.page-home .home-time__node:hover::before {
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(0, 229, 212, .75), 0 0 0 4px rgba(0, 229, 212, .14);
}

.page-home .home-time__year {
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .1em;
  color: var(--cyan);
  text-shadow: 0 0 16px rgba(0, 229, 212, .35);
}

.page-home .home-time__body h3 {
  margin: 0 0 6px;
  font-size: 16.5px;
}

.page-home .home-time__body p {
  max-width: 56ch;
  margin: 0;
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--grid);
}

/* ---------- 票务与外援名额 ---------- */

.page-home .home-ticket {
  padding: clamp(52px, 7vw, 96px) 0;
}

.page-home .home-ticket__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(18px, 2.6vw, 28px);
}

.page-home .home-tix {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(169, 186, 203, .2);
  background: linear-gradient(160deg, rgba(18, 63, 94, .5), rgba(6, 26, 46, .88));
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
}

.page-home .home-tix img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  opacity: .78;
}

.page-home .home-tix__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: clamp(18px, 2.4vw, 28px);
}

.page-home .home-tix__body > * {
  margin: 0;
}

.page-home .home-tix__body p {
  font-size: 15px;
  line-height: 1.78;
  color: var(--grid);
}

.page-home .home-quota {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 75, 43, .32);
  background:
    linear-gradient(150deg, rgba(255, 75, 43, .14), rgba(6, 26, 46, .92) 58%),
    var(--ink-2);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%);
}

.page-home .home-quota > * {
  margin: 0;
}

.page-home .home-quota p {
  font-size: 15px;
  line-height: 1.78;
  color: var(--mist);
}

/* ---------- 咨询入口 ---------- */

.page-home .home-help {
  padding: clamp(52px, 7vw, 96px) 0 clamp(60px, 8vw, 110px);
  border-top: 1px solid rgba(0, 229, 212, .16);
}

.page-home .home-help__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(24px, 3.4vw, 48px);
}

.page-home .home-help__copy p {
  max-width: 46ch;
  margin: 0 0 22px;
  font-size: 15.5px;
  line-height: 1.8;
  color: var(--grid);
}

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

.page-home .home-help__ways {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(169, 186, 203, .2);
}

.page-home .home-help__ways li {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  align-items: baseline;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid rgba(169, 186, 203, .2);
}

.page-home .home-help__k {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: .1em;
  color: var(--grid);
}

.page-home .home-help__v {
  font-size: 15px;
  line-height: 1.6;
  color: var(--white);
  word-break: break-word;
  overflow-wrap: anywhere;
}

.page-home .home-help__v.num {
  font-family: var(--font-mono);
  font-weight: 600;
  color: var(--cyan);
}

/* ---------- 响应式 ---------- */

@media (min-width: 640px) {
  .page-home .home-strip__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (min-width: 800px) {
  .page-home .home-look__head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
  }

  .page-home .home-look__list {
    grid-template-columns: repeat(auto-fit, minmax(228px, 1fr));
  }

  .page-home .home-time__node {
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: start;
    column-gap: 20px;
  }
}

@media (min-width: 960px) {
  .page-home .home-hero__grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  }

  .page-home .home-look__body {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr);
    align-items: start;
  }

  .page-home .home-ticket__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    align-items: stretch;
  }

  .page-home .home-help__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    align-items: start;
  }
}

@media (min-width: 1040px) {
  .page-home .home-strip__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .page-home .home-index__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-ix,
  .page-home .home-look__card,
  .page-home .home-look__more summary::after,
  .page-home .home-time__node::before {
    transition: none;
  }

  .page-home .home-ix:hover,
  .page-home .home-ix:focus-visible {
    transform: none;
  }
}
