.page-home {
  --home-brown: #201510;
  --home-blue-deep: #142C44;
  --home-panel: rgba(255, 255, 255, 0.72);
  --home-ink-soft: rgba(29, 22, 19, 0.78);
  --home-rule: rgba(29, 22, 19, 0.1);
}

/* ========== 首屏：更新公告 ========== */
.page-home .home-hero {
  position: relative;
  background: var(--home-brown);
  color: var(--cream);
  padding: 56px 0 64px;
  overflow: hidden;
}

.page-home .home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: -12%;
  width: 78%;
  height: 105%;
  background: linear-gradient(135deg, rgba(232, 93, 48, 0.48), rgba(232, 93, 48, 0.06) 72%);
  clip-path: polygon(32% 0, 100% 0, 78% 100%, 0 100%);
  z-index: 0;
}

.page-home .home-hero::after {
  content: "";
  position: absolute;
  bottom: -40%;
  left: -15%;
  width: 66%;
  height: 92%;
  background: linear-gradient(45deg, rgba(31, 58, 95, 0.75), rgba(31, 58, 95, 0.1) 72%);
  clip-path: polygon(0 26%, 80% 0, 100% 100%, 8% 78%);
  z-index: 0;
}

.page-home .home-hero__slash {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46' viewBox='0 0 46 46'%3E%3Cpath d='M-8 38L38 -8M0 46L46 0M8 54L54 8' stroke='%23F5F0E6' stroke-opacity='0.08' stroke-width='1'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
}

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

.page-home .home-crumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: rgba(245, 240, 230, 0.6);
  margin-bottom: 18px;
}

.page-home .home-crumb__sep {
  opacity: 0.5;
}

.page-home .home-hero__glass {
  background: var(--glass);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: var(--radius-card);
  padding: 28px 22px;
  color: var(--ink);
  box-shadow: var(--shadow-float);
}

.page-home .home-hero__glass .section-label {
  color: var(--signal);
}

.page-home .home-hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 5.2vw, 3.4rem);
  line-height: 1.15;
  margin: 10px 0 16px;
  color: var(--ink);
}

.page-home .home-hero__lead {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--home-ink-soft);
  margin-bottom: 20px;
}

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

.page-home .home-announce li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--ink);
}

.page-home .home-announce__tag {
  flex-shrink: 0;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--signal);
  border: 1px solid rgba(232, 93, 48, 0.45);
  border-radius: var(--radius-pill);
  padding: 1px 8px;
  margin-top: 2px;
  white-space: nowrap;
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* ========== 01 大陆版首页换装 ========== */
.page-home .home-relaunch {
  background: var(--cream);
  padding: 64px 0;
}

.page-home .home-relaunch__head {
  max-width: 720px;
  margin-bottom: 36px;
}

.page-home .home-relaunch__head h2,
.page-home .home-recap__head h2,
.page-home .home-mobile__copy h2,
.page-home .home-guide__inner h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3.4vw, 2.4rem);
  line-height: 1.2;
  margin: 8px 0 14px;
}

.page-home .home-relaunch__lead,
.page-home .home-recap__lead,
.page-home .home-mobile__lead,
.page-home .home-guide__lead {
  font-size: 0.95rem;
  line-height: 1.7;
  opacity: 0.82;
}

.page-home .home-relaunch__grid {
  display: grid;
  gap: 28px;
}

.page-home .home-features {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 18px;
}

.page-home .home-features li {
  border-left: 2px solid var(--signal);
  padding-left: 14px;
}

.page-home .home-features strong {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
}

.page-home .home-features span {
  display: block;
  margin-top: 2px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--home-ink-soft);
}

.page-home .home-relaunch__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.page-home .home-relaunch__stat {
  background: var(--home-panel);
  border-radius: var(--radius-card);
  padding: 14px 8px;
  text-align: center;
  box-shadow: var(--shadow-card);
}

.page-home .stat-num {
  display: block;
  font-family: var(--font-mono);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--signal);
  line-height: 1.2;
}

.page-home .home-relaunch__stat-label {
  display: block;
  font-size: 0.72rem;
  margin-top: 4px;
  opacity: 0.72;
}

.page-home .home-relaunch__img {
  box-shadow: var(--shadow-float);
}

/* ========== 02 战绩复盘目录 ========== */
.page-home .home-recap {
  background: linear-gradient(180deg, rgba(31, 58, 95, 0.05), rgba(31, 58, 95, 0.02)), var(--cream);
  padding: 64px 0;
}

.page-home .home-recap__head {
  max-width: 720px;
  margin-bottom: 36px;
}

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

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

.page-home .home-recap__note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.78rem;
  color: rgba(29, 22, 19, 0.58);
  border-top: 1px solid var(--mist);
  padding-top: 10px;
}

.page-home .home-recap__list {
  display: grid;
  gap: 12px;
}

.page-home .recap-card {
  background: var(--home-panel);
  border-radius: var(--radius-card);
  border: 1px solid var(--home-rule);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.page-home .recap-card[open] {
  border-color: rgba(232, 93, 48, 0.35);
}

.page-home .recap-card summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 18px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1.4;
}

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

.page-home .recap-card summary:hover {
  background: rgba(232, 93, 48, 0.06);
}

.page-home .recap-card__num {
  flex-shrink: 0;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  color: var(--signal);
  border: 1px solid rgba(232, 93, 48, 0.4);
  border-radius: var(--radius-pill);
  padding: 2px 9px;
}

.page-home .recap-card p {
  margin: 0;
  padding: 12px 18px 18px;
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--home-ink-soft);
  border-top: 1px dashed var(--home-rule);
}

.page-home .home-recap__action {
  margin-top: 32px;
  text-align: center;
}

/* ========== 03 小屏测试版栏目入口 ========== */
.page-home .home-mobile {
  background: linear-gradient(135deg, var(--royal) 0%, var(--home-blue-deep) 100%);
  color: var(--cream);
  padding: 64px 0;
}

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

.page-home .home-mobile__visual {
  text-align: center;
}

.page-home .home-mobile__screen {
  display: inline-block;
  width: 230px;
  max-width: 100%;
  background: #fff;
  border-radius: 26px;
  padding: 10px;
  box-shadow: var(--shadow-float);
}

.page-home .home-mobile__shot {
  border-radius: 18px;
  overflow: hidden;
  background: #E8E1D5;
}

.page-home .home-mobile__shot img {
  display: block;
  width: 100%;
  height: auto;
}

.page-home .home-mobile__caption {
  margin-top: 14px;
  font-size: 0.8rem;
  opacity: 0.68;
  font-family: var(--font-mono);
}

.page-home .home-mobile__copy .section-label {
  color: rgba(245, 240, 230, 0.7);
}

.page-home .home-mobile__lead {
  color: rgba(245, 240, 230, 0.76);
}

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

.page-home .home-mobile__list li {
  position: relative;
  padding-left: 16px;
  font-size: 0.9rem;
  line-height: 1.6;
}

.page-home .home-mobile__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 7px;
  height: 7px;
  background: var(--signal);
  border-radius: 2px;
}

.page-home .home-mobile__preview {
  margin-top: 24px;
}

.page-home .home-mobile__preview summary {
  list-style: none;
  display: inline-block;
  cursor: pointer;
}

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

.page-home .home-mobile__panel {
  margin-top: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-card);
  padding: 18px;
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(245, 240, 230, 0.85);
}

/* ========== 04 赛后观众常用入口浏览指引 ========== */
.page-home .home-guide {
  position: relative;
  background: var(--deep);
  padding: 64px 0;
  overflow: hidden;
}

.page-home .home-guide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(31, 58, 95, 0.5) 0%, rgba(30, 20, 15, 0.9) 70%);
  z-index: 0;
}

.page-home .home-guide__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.26;
}

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

.page-home .home-guide__inner {
  position: relative;
  z-index: 1;
}

.page-home .home-guide__lead {
  color: rgba(245, 240, 230, 0.76);
  max-width: 640px;
}

.page-home .home-guide__grid {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.page-home .home-guide__card {
  display: grid;
  gap: 4px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-card);
  padding: 18px;
  color: var(--cream);
  text-decoration: none;
  transition: transform var(--transition), background var(--transition);
}

.page-home .home-guide__card:hover,
.page-home .home-guide__card:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-3px);
  outline: none;
}

.page-home .home-guide__index {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--gold);
}

.page-home .home-guide__card strong {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 4px;
}

.page-home .home-guide__card > span:last-child {
  font-size: 0.84rem;
  line-height: 1.55;
  opacity: 0.72;
}

/* ========== 响应式 ========== */
@media (min-width: 760px) {
  .page-home .home-hero {
    padding: 88px 0 96px;
  }

  .page-home .home-hero__inner {
    display: grid;
    align-items: center;
    min-height: 52vh;
  }

  .page-home .home-hero__glass {
    padding: 40px 42px;
    max-width: 680px;
    margin-left: 32px;
  }

  .page-home .home-hero h1 {
    font-size: clamp(2.2rem, 5vw, 4rem);
  }

  .page-home .home-announce {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .home-relaunch__grid {
    grid-template-columns: 1.25fr 0.9fr;
    align-items: start;
  }

  .page-home .home-recap__layout {
    grid-template-columns: 1fr 1.1fr;
    align-items: start;
  }

  .page-home .home-mobile__grid {
    grid-template-columns: 0.8fr 1fr;
    align-items: center;
  }

  .page-home .home-mobile__visual {
    text-align: left;
  }

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

@media (min-width: 1080px) {
  .page-home .home-guide__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .home-recap__layout {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
  }
}
