/* ===================== 赛季总览 / page-home ===================== */

.page-home {
  background: var(--paper);
  color: var(--ink);
}

/* ---------- 首屏：主题声明 + 内容目录 ---------- */

.page-home .lead {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 92vh;
  padding: calc(var(--header-h) + 48px) 0 clamp(72px, 9vw, 120px);
  background: var(--ink);
  color: var(--paper);
}

.page-home .lead__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .lead__bg img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 45%;
  opacity: .34;
  filter: grayscale(.18) contrast(1.08);
}

.page-home .lead__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(100deg,
    rgba(11, 20, 36, .97) 0%,
    rgba(11, 20, 36, .9) 38%,
    rgba(18, 96, 62, .62) 76%,
    rgba(11, 20, 36, .9) 100%);
}

.page-home .lead__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 3vw, 30px);
}

.page-home .lead__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line-dark);
}

.page-home .lead__kicker {
  margin: 0;
  color: rgba(245, 242, 232, .62);
}

.page-home .lead__title {
  margin: 0;
  max-width: 15em;
  font-size: clamp(36px, 6.6vw, 86px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -.02em;
  transform: skewX(-3deg);
  transform-origin: left center;
}

.page-home .lead__lede {
  margin: 0;
  max-width: 44ch;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.8;
  color: rgba(245, 242, 232, .8);
}

.page-home .lead__dir {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 6px;
  background: var(--line-dark);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.page-home .dir-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 18px 16px 20px;
  background: rgba(11, 20, 36, .93);
  color: var(--paper);
  text-decoration: none;
  transition: background .28s var(--ease), color .28s var(--ease);
}

.page-home .dir-item:hover,
.page-home .dir-item:focus-visible {
  background: var(--fluo);
  color: var(--ink);
  outline: none;
}

.page-home .dir-item__no {
  font-size: 12px;
  letter-spacing: .14em;
  opacity: .58;
}

.page-home .dir-item__name {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.01em;
}

.page-home .dir-item__meta {
  font-size: 12px;
  line-height: 1.5;
  opacity: .62;
}

.page-home .lead__strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 26px;
  font-size: 12.5px;
  letter-spacing: .02em;
  color: rgba(245, 242, 232, .56);
}

.page-home .lead__strip span {
  position: relative;
  padding-left: 14px;
}

.page-home .lead__strip span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background: var(--fluo);
}

/* ---------- 赛季记分牌 ---------- */

.page-home .board {
  position: relative;
  background: var(--fluo);
  color: var(--ink);
  padding: 0 0 clamp(56px, 7vw, 88px);
}

.page-home .board::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: clamp(30px, 4vw, 54px);
  background: var(--ink);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.page-home .board .wrap {
  position: relative;
  z-index: 1;
  padding-top: clamp(66px, 8vw, 106px);
}

.page-home .board__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 32px;
  margin-bottom: clamp(32px, 4vw, 52px);
}

.page-home .board__head .idx {
  margin: 0 0 8px;
  color: rgba(11, 20, 36, .62);
}

.page-home .board__title {
  margin: 0;
  font-size: clamp(24px, 3.2vw, 40px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.02em;
}

.page-home .board__note {
  margin: 0;
  max-width: 30ch;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(11, 20, 36, .66);
}

.page-home .board__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 40px) clamp(16px, 2.4vw, 32px);
}

.page-home .board__cell {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
  border-top: 3px solid var(--ink);
}

.page-home .board__num {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: clamp(44px, 5.6vw, 82px);
  font-weight: 300;
  line-height: .9;
  letter-spacing: -.04em;
  font-variant-numeric: tabular-nums;
}

.page-home .board__num small {
  font-size: .24em;
  font-weight: 700;
  letter-spacing: .06em;
}

.page-home .board__label {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.page-home .board__stamp {
  margin: auto 0 0;
  font-size: 11.5px;
  letter-spacing: .02em;
  color: rgba(11, 20, 36, .6);
}

/* ---------- 四大模块入口 ---------- */

.page-home .modules {
  background: var(--paper);
  padding: clamp(64px, 8vw, 104px) 0;
}

.page-home .modules__head {
  max-width: 720px;
}

.page-home .modules__head .idx {
  margin: 0 0 10px;
}

.page-home .modules__head h2 {
  margin: 0;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.02em;
}

.page-home .modules__lede {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--stone);
}

.page-home .modules__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
  margin-top: clamp(34px, 5vw, 60px);
}

.page-home .module-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 268px;
  padding: 26px 24px 24px;
  background: var(--card);
  border: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  overflow: hidden;
  transition: transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);
}

.page-home .module-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--fluo);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .32s var(--ease);
}

.page-home .module-card:hover,
.page-home .module-card:focus-visible {
  transform: translateY(-6px);
  border-color: var(--green);
  box-shadow: 0 16px 30px -20px rgba(11, 20, 36, .6);
  outline: none;
}

.page-home .module-card:hover::after,
.page-home .module-card:focus-visible::after {
  transform: scaleY(1);
}

.page-home .module-card > .tag,
.page-home .module-card > .module-card__title,
.page-home .module-card > .module-card__text,
.page-home .module-card > .module-card__go {
  position: relative;
  z-index: 1;
}

.page-home .module-card__tag {
  align-self: flex-start;
}

.page-home .module-card__title {
  margin: 0;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 900;
  letter-spacing: -.02em;
  transform: skewX(-3deg);
  transform-origin: left center;
}

.page-home .module-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--stone);
}

.page-home .module-card__go {
  margin-top: auto;
  padding-top: 12px;
  font-size: 13px;
  letter-spacing: .04em;
  color: var(--green);
}

.page-home .module-card--photo {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.page-home .module-card--photo .module-card__text {
  color: rgba(245, 242, 232, .78);
}

.page-home .module-card--photo .module-card__go {
  color: var(--fluo);
}

.page-home .module-card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .4;
  transition: opacity .4s var(--ease), transform .6s var(--ease);
}

.page-home .module-card--photo:hover .module-card__bg {
  opacity: .54;
  transform: scale(1.05);
}

.page-home .modules__grid > .module-card:nth-child(even) {
  margin-top: clamp(0px, 4vw, 56px);
}

/* ---------- 最近更新条目流 ---------- */

.page-home .latest {
  background: var(--ink);
  color: var(--paper);
  padding: clamp(64px, 8vw, 104px) 0;
}

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

.page-home .latest__head .idx {
  margin: 0 0 10px;
  color: rgba(245, 242, 232, .55);
}

.page-home .latest__head h2 {
  margin: 0;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.02em;
}

.page-home .latest__more {
  color: var(--fluo);
}

.page-home .latest__banner {
  margin: clamp(28px, 4vw, 48px) 0 0;
}

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

.page-home .latest__banner .figure__cap {
  color: rgba(245, 242, 232, .58);
}

.page-home .feed {
  list-style: none;
  margin: clamp(30px, 4vw, 48px) 0 0;
  padding: 0;
  border-top: 1px solid var(--line-dark);
}

.page-home .feed__item {
  border-bottom: 1px solid var(--line-dark);
}

.page-home .feed__item a {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 18px 10px 18px 0;
  color: inherit;
  text-decoration: none;
  transition: background .25s var(--ease), box-shadow .25s var(--ease), padding-left .25s var(--ease);
}

.page-home .feed__item a:hover,
.page-home .feed__item a:focus-visible {
  background: rgba(232, 255, 58, .07);
  box-shadow: inset 3px 0 0 var(--fluo);
  padding-left: 14px;
  outline: none;
}

.page-home .feed__title {
  font-size: clamp(15px, 1.4vw, 17px);
  font-weight: 700;
  line-height: 1.5;
}

.page-home .feed__meta {
  font-size: 12px;
  color: rgba(245, 242, 232, .52);
  white-space: nowrap;
}

/* ---------- 赛季进程时间轴 ---------- */

.page-home .timeline {
  background: var(--paper);
  padding: clamp(64px, 8vw, 104px) 0;
}

.page-home .timeline__layout {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.page-home .timeline__main .idx {
  margin: 0 0 10px;
}

.page-home .timeline__main h2 {
  margin: 0;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.02em;
}

.page-home .timeline__lede {
  margin: 14px 0 0;
  max-width: 46ch;
  font-size: 15px;
  line-height: 1.8;
  color: var(--stone);
}

.page-home .tl {
  list-style: none;
  margin: clamp(30px, 4vw, 48px) 0 0;
  padding: 0 0 0 18px;
  border-left: 1px solid var(--line);
}

.page-home .tl__node {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 20px;
  padding-bottom: clamp(22px, 2.6vw, 32px);
}

.page-home .tl__node:last-child {
  padding-bottom: 0;
}

.page-home .tl__node::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 6px;
  width: 10px;
  height: 10px;
  background: var(--paper);
  border: 2px solid var(--green);
  border-radius: 50%;
  transition: background .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);
}

.page-home .tl__node:hover::before {
  background: var(--fluo);
  border-color: var(--ink);
  transform: scale(1.3);
}

.page-home .tl__month {
  margin: 0;
  padding-top: 3px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--green);
}

.page-home .tl__node:hover .tl__month {
  color: var(--ink);
}

.page-home .tl__body h3 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.01em;
}

.page-home .tl__body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--stone);
}

.page-home .timeline__aside {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

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

.page-home .timeline__aside img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.page-home .timeline__aside .figure__cap {
  color: var(--stone);
}

/* ---------- 注册与服务入口 ---------- */

.page-home .start {
  position: relative;
  overflow: hidden;
  background-color: var(--green-deep);
  background-image:
    linear-gradient(rgba(245, 242, 232, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 242, 232, .055) 1px, transparent 1px);
  background-size: 56px 56px;
  color: var(--paper);
  padding: clamp(64px, 8vw, 104px) 0;
}

.page-home .start__grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.page-home .start__idx {
  margin: 0 0 10px;
  color: rgba(245, 242, 232, .55);
}

.page-home .start__main h2 {
  margin: 0;
  font-size: clamp(26px, 3.4vw, 42px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.02em;
}

.page-home .start__sub {
  margin: 0 0 4px;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.02em;
}

.page-home .start__lede {
  margin: 14px 0 0;
  max-width: 44ch;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(245, 242, 232, .75);
}

.page-home .steps {
  list-style: none;
  margin: clamp(28px, 4vw, 44px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(245, 242, 232, .22);
  border: 1px solid rgba(245, 242, 232, .22);
}

.page-home .steps li {
  background: var(--green-deep);
  padding: 20px 16px 22px;
  transition: background .25s var(--ease);
}

.page-home .steps li:hover {
  background: var(--green);
}

.page-home .steps__no {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--fluo);
}

.page-home .steps li h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 800;
}

.page-home .steps li p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(245, 242, 232, .72);
}

.page-home .start__cta {
  margin: clamp(22px, 3vw, 34px) 0 0;
}

.page-home .contact-list {
  list-style: none;
  margin: clamp(20px, 3vw, 28px) 0 0;
  padding: 0;
  border-top: 1px solid rgba(245, 242, 232, .18);
}

.page-home .contact-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(245, 242, 232, .18);
}

.page-home .contact-list .idx {
  min-width: 72px;
  color: rgba(245, 242, 232, .5);
}

.page-home .contact-list__v {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
  word-break: break-word;
}

.page-home .contact-list__note {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.75;
  color: rgba(245, 242, 232, .66);
}

.page-home .start__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin: 20px 0 0;
}

.page-home .start__links .tick-link {
  color: var(--fluo);
}

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

@media (max-width: 1024px) {
  .page-home .timeline__layout,
  .page-home .start__grid {
    grid-template-columns: minmax(0, 1fr);
  }

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

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

  .page-home .timeline__aside {
    flex-direction: row;
    align-items: flex-start;
    gap: 22px;
  }

  .page-home .timeline__aside > * {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 860px) {
  .page-home .lead__dir {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .page-home .modules__grid > .module-card:nth-child(even) {
    margin-top: 0;
  }
}

@media (max-width: 700px) {
  .page-home .lead__br {
    display: none;
  }

  .page-home .lead__title {
    transform: none;
  }

  .page-home .board__grid,
  .page-home .steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-home .feed__item a {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding: 16px 8px 16px 0;
  }

  .page-home .feed__meta {
    white-space: normal;
  }

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

  .page-home .timeline__aside {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .page-home .lead {
    min-height: auto;
    padding-top: calc(var(--header-h) + 32px);
  }

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

  .page-home .module-card {
    min-height: 0;
  }

  .page-home .board__num {
    font-size: clamp(40px, 14vw, 60px);
  }
}
