.page-home {
  --entry-gutter: 16px;
  --grid-soft: rgba(212, 175, 55, .16);
  --grid-green: rgba(212, 175, 55, .12);
  background-color: var(--c-cream);
}

.page-home .breadcrumb {
  padding-block: 18px 0;
}

/* ===== 首屏入口长廊 ===== */
.page-home .entry-gallery {
  position: relative;
  padding: 30px 0 52px;
  background-color: var(--c-cream);
  background-image:
    linear-gradient(to right, var(--grid-soft) 1px, transparent 1px),
    linear-gradient(to bottom, var(--grid-soft) 1px, transparent 1px);
  background-size: 40px 40px;
}

.page-home .entry-gallery__intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--c-gold);
}

.page-home .entry-gallery__kicker,
.page-home .section-kicker {
  font-family: var(--font-accent);
  font-size: .78rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--c-deepred);
  margin-bottom: 8px;
}

.page-home .entry-gallery__title {
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  line-height: 1.2;
  color: var(--c-green);
  max-width: 820px;
}

.page-home .entry-gallery__lead {
  color: #45555f;
  max-width: 780px;
  margin-top: 12px;
  line-height: 1.75;
  font-size: .96rem;
}

.page-home .entry-gallery__coords {
  flex-shrink: 0;
  text-align: right;
  font-family: var(--font-accent);
  font-size: .72rem;
  letter-spacing: .18em;
  line-height: 1.7;
  color: var(--c-greyblue);
  border-right: 2px solid var(--c-red);
  padding-right: 12px;
}

.page-home .entry-grid {
  display: grid;
  gap: var(--entry-gutter);
}

.page-home .entry-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  border: 1px solid rgba(200, 16, 46, .2);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  background-color: var(--c-white);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.page-home .entry-card:hover,
.page-home .entry-card:focus-visible {
  border-color: var(--c-red);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.page-home .entry-card > span,
.page-home .entry-card > h2,
.page-home .entry-card > p {
  position: relative;
  z-index: 1;
}

.page-home .entry-card__index {
  position: absolute;
  top: 12px;
  right: 14px;
  font-family: var(--font-accent);
  font-size: .72rem;
  letter-spacing: .1em;
  color: var(--c-greyblue);
}

.page-home .entry-card__tag {
  display: inline-block;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .08em;
  color: var(--c-deepred);
  background: rgba(212, 175, 55, .16);
  padding: 2px 8px;
  margin-bottom: 6px;
  align-self: flex-start;
}

.page-home .entry-card__title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  line-height: 1.35;
  color: var(--c-green);
}

.page-home .entry-card__text {
  font-size: .84rem;
  line-height: 1.55;
  color: #566;
  margin-top: 6px;
}

.page-home .entry-card__cta {
  display: inline-block;
  margin-top: 12px;
  font-size: .82rem;
  font-weight: 600;
  color: var(--c-red);
}

.page-home .entry-card--hero {
  min-height: 240px;
  justify-content: flex-end;
  color: var(--c-white);
  border: none;
}

.page-home .entry-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.page-home .entry-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 27, 42, .1) 0%, rgba(13, 27, 42, .65) 55%, rgba(13, 27, 42, .84) 100%);
  z-index: 0;
}

.page-home .entry-card--hero .entry-card__title {
  color: var(--c-white);
  font-size: 1.5rem;
  max-width: 92%;
}

.page-home .entry-card--hero .entry-card__text {
  color: rgba(255, 255, 255, .86);
  max-width: 86%;
}

.page-home .entry-card--hero .entry-card__tag {
  background: rgba(212, 175, 55, .24);
  color: var(--c-yellow);
}

.page-home .entry-card--hero .entry-card__cta {
  color: var(--c-yellow);
}

.page-home .entry-card--hero .entry-card__index {
  color: rgba(255, 255, 255, .55);
}

.page-home .entry-card--panel {
  background-color: rgba(30, 58, 58, .06);
}

.page-home .entry-card--visit {
  background-color: rgba(245, 215, 110, .18);
}

.page-home .entry-card--mobile {
  background-color: var(--c-green);
  border-color: transparent;
}

.page-home .entry-card--mobile .entry-card__title {
  color: var(--c-white);
}

.page-home .entry-card--mobile .entry-card__text {
  color: rgba(255, 255, 255, .78);
}

.page-home .entry-card--mobile .entry-card__tag {
  background: rgba(212, 175, 55, .2);
  color: var(--c-yellow);
}

.page-home .entry-card--mobile .entry-card__index {
  color: rgba(255, 255, 255, .5);
}

.page-home .entry-card--help {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  background-color: var(--c-blue);
  color: var(--c-white);
  border-color: transparent;
}

.page-home .entry-card--help .entry-card__help-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--c-gold);
  color: var(--c-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 1rem;
  flex-shrink: 0;
}

.page-home .entry-card--help .entry-card__help-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 200px;
  flex: 1;
}

.page-home .entry-card--help strong {
  color: var(--c-white);
  font-family: var(--font-heading);
  font-size: .95rem;
}

.page-home .entry-card--help .entry-card__help-body span {
  color: rgba(255, 255, 255, .72);
  font-size: .82rem;
}

.page-home .entry-card--help .entry-card__cta--ghost {
  margin-top: 0;
  margin-left: auto;
  color: var(--c-yellow);
  border-bottom: 1px solid rgba(212, 175, 55, .4);
}

/* ===== 实时对局数据 ===== */
.page-home .data-panel-section {
  position: relative;
  background-color: var(--c-green);
  color: var(--c-cream);
  padding: 52px 0 60px;
  background-image:
    linear-gradient(to right, var(--grid-green) 1px, transparent 1px),
    linear-gradient(to bottom, var(--grid-green) 1px, transparent 1px);
  background-size: 36px 36px;
}

.page-home .data-panel__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--c-gold);
}

.page-home .data-panel__title {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  color: var(--c-cream);
}

.page-home .data-panel__lead {
  color: rgba(247, 243, 232, .72);
  font-size: .9rem;
  margin-top: 6px;
}

.page-home .section-kicker--gold {
  color: var(--c-gold);
}

.page-home .data-panel__stamp {
  font-family: var(--font-accent);
  font-size: .72rem;
  letter-spacing: .2em;
  text-align: right;
  color: var(--c-yellow);
  border-top: 1px solid var(--c-gold);
  padding-top: 8px;
  line-height: 1.4;
  flex-shrink: 0;
}

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

.page-home .stat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 28px;
}

.page-home .stat-card {
  background: rgba(247, 243, 232, .08);
  border: 1px solid rgba(247, 243, 232, .14);
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-home .stat-card__num {
  font-family: var(--font-accent);
  font-size: 1.9rem;
  color: var(--c-gold);
  line-height: 1;
}

.page-home .stat-card--gold {
  background: rgba(212, 175, 55, .15);
  border-color: rgba(212, 175, 55, .4);
}

.page-home .stat-card__label {
  font-size: .78rem;
  color: rgba(247, 243, 232, .75);
  letter-spacing: .04em;
}

.page-home .data-panel__subhead {
  font-family: var(--font-heading);
  font-size: 1rem;
  color: var(--c-cream);
  margin-bottom: 12px;
  letter-spacing: .06em;
}

.page-home .ratio-bars {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-home .ratio-bars__item {
  display: grid;
  grid-template-columns: 56px 1fr 44px;
  gap: 10px;
  align-items: center;
  font-size: .82rem;
}

.page-home .ratio-bars__label {
  color: rgba(247, 243, 232, .78);
}

.page-home .ratio-bars__track {
  height: 8px;
  background: rgba(247, 243, 232, .14);
  border-radius: 99px;
  overflow: hidden;
  display: block;
}

.page-home .ratio-bars__fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--c-gold);
}

.page-home .ratio-bars__item:nth-child(1) .ratio-bars__fill { width: 38%; }
.page-home .ratio-bars__item:nth-child(2) .ratio-bars__fill { width: 22%; }
.page-home .ratio-bars__item:nth-child(3) .ratio-bars__fill { width: 15%; }
.page-home .ratio-bars__item:nth-child(4) .ratio-bars__fill { width: 10%; }
.page-home .ratio-bars__item:nth-child(5) .ratio-bars__fill { width: 15%; }

.page-home .ratio-bars__val {
  text-align: right;
  color: var(--c-cream);
  font-weight: 600;
}

.page-home .data-panel__aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-home .data-panel__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(212, 175, 55, .35);
}

.page-home .rank-card {
  background: rgba(13, 27, 42, .35);
  border-left: 3px solid var(--c-red);
  padding: 18px 16px;
}

.page-home .rank-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.page-home .rank-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-block: 7px;
  border-bottom: 1px dashed rgba(247, 243, 232, .15);
  font-size: .84rem;
}

.page-home .rank-list li:last-child {
  border-bottom: 0;
}

.page-home .rank-list span {
  color: rgba(247, 243, 232, .72);
}

.page-home .rank-list strong {
  color: var(--c-yellow);
  font-family: var(--font-accent);
  font-size: .95rem;
}

/* ===== 版本更新摘要 ===== */
.page-home .update-section {
  padding: 56px 0 64px;
  background-color: var(--c-cream);
}

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

.page-home .update-section__title {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  color: var(--c-green);
  margin-bottom: 24px;
}

.page-home .update-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(212, 175, 55, .4);
}

.page-home .update-list__item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  padding-block: 18px;
  border-bottom: 1px solid rgba(212, 175, 55, .28);
}

.page-home .update-list__num {
  font-family: var(--font-accent);
  font-size: .82rem;
  color: var(--c-red);
  background: rgba(200, 16, 46, .08);
  border: 1px solid rgba(200, 16, 46, .18);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.page-home .update-list__content h3 {
  font-family: var(--font-heading);
  font-size: 1rem;
  color: var(--c-green);
}

.page-home .update-list__content p {
  font-size: .86rem;
  line-height: 1.6;
  color: #4c5a62;
  margin-top: 4px;
}

.page-home .update-section__more {
  display: inline-block;
  border: 1px solid var(--c-red);
  color: var(--c-red);
  background: transparent;
  padding: 10px 18px;
  font-size: .84rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}

.page-home .update-section__more:hover,
.page-home .update-section__more:focus-visible {
  background: var(--c-red);
  color: var(--c-cream);
}

.page-home .update-section__aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-home .update-section__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(212, 175, 55, .4);
}

.page-home .update-tip {
  background: rgba(212, 175, 55, .12);
  border-left: 3px solid var(--c-gold);
  padding: 16px;
}

.page-home .update-tip__label {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: .84rem;
  color: var(--c-deepred);
  display: block;
  margin-bottom: 6px;
}

.page-home .update-tip p {
  font-size: .82rem;
  color: #4c5a62;
  line-height: 1.6;
}

/* ===== 经典玩法与文化 ===== */
.page-home .culture-section {
  padding: 56px 0 64px;
  background-color: #FBF8F1;
  background-image:
    linear-gradient(to right, rgba(200, 16, 46, .07) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(200, 16, 46, .07) 1px, transparent 1px);
  background-size: 44px 44px;
}

.page-home .culture-section__intro {
  margin-bottom: 30px;
  border-left: 4px solid var(--c-red);
  padding-left: 18px;
}

.page-home .culture-section__title {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  color: var(--c-green);
}

.page-home .culture-section__lead {
  color: #4c5a62;
  font-size: .9rem;
  margin-top: 8px;
}

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

.page-home .culture-section__media {
  margin: 0;
}

.page-home .culture-section__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(212, 175, 55, .5);
}

.page-home .culture-section__media figcaption {
  font-size: .78rem;
  color: #6d7b83;
  padding-top: 8px;
  letter-spacing: .05em;
}

.page-home .culture-section__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-home .culture-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-home .culture-card {
  background: var(--c-white);
  border: 1px solid rgba(212, 175, 55, .55);
  border-radius: var(--radius);
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-home .culture-card__tile {
  width: 56px;
  height: auto;
  margin-bottom: 12px;
}

.page-home .culture-card h3 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  color: var(--c-green);
}

.page-home .culture-card p {
  font-size: .84rem;
  color: #4c5a62;
  line-height: 1.6;
  margin-top: 6px;
}

.page-home .culture-card__link {
  margin-top: 12px;
  font-size: .82rem;
  font-weight: 600;
  color: var(--c-red);
  text-decoration: none;
}

.page-home .culture-card__link:hover,
.page-home .culture-card__link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.page-home .culture-note {
  background: var(--c-blue);
  border: 1px solid rgba(212, 175, 55, .4);
  color: rgba(255, 255, 255, .78);
  padding: 18px 20px;
  font-size: .84rem;
  line-height: 1.7;
}

/* ===== 官方信任声明 ===== */
.page-home .trust-strip {
  background-color: var(--c-deepred);
  color: var(--c-cream);
  padding: 22px 0;
}

.page-home .trust-strip p {
  font-size: .84rem;
  line-height: 1.6;
  border-left: 3px solid var(--c-gold);
  padding-left: 14px;
}

/* ===== 响应式 ===== */
@media (min-width: 640px) {
  .page-home .stat-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

@media (min-width: 880px) {
  .page-home .entry-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 168px;
  }

  .page-home .entry-card--hero {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 0;
  }

  .page-home .entry-card--mobile {
    grid-column: span 2;
  }

  .page-home .entry-card--help {
    grid-column: 1 / -1;
  }

  .page-home .data-panel__layout {
    grid-template-columns: 1.2fr .8fr;
  }

  .page-home .update-section__layout {
    grid-template-columns: 1.4fr .8fr;
  }

  .page-home .culture-section__layout {
    grid-template-columns: 1.05fr .95fr;
  }
}

@media (min-width: 1080px) {
  .page-home .update-section__layout {
    grid-template-columns: 1.5fr .7fr;
  }
}
