.page-home {
  --home-deep: #141414;
  --home-line-soft: rgba(212, 175, 55, 0.25);
  --home-text-muted: rgba(250, 243, 224, 0.7);
  background: var(--color-ivory);
}

/* ========== Hero：分屏首屏 ========== */
.page-home .home-hero {
  position: relative;
  overflow: hidden;
  color: var(--color-ivory);
  background:
    radial-gradient(ellipse at 88% 18%, rgba(196, 22, 28, 0.48), transparent 52%),
    radial-gradient(ellipse at 12% 92%, rgba(212, 175, 55, 0.14), transparent 42%),
    repeating-linear-gradient(100deg, rgba(196, 22, 28, 0.06) 0 1px, transparent 1px 28px),
    linear-gradient(140deg, #141414 0%, #1a1010 60%, #1e1112 100%);
  padding: 52px 0 88px;
}
.page-home .home-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 48px;
}
.page-home .home-hero__copy .eyebrow {
  color: var(--color-gold);
  margin-bottom: 12px;
}
.page-home .home-hero__title {
  font-size: clamp(30px, 4.4vw, 54px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0.5px;
  margin: 0 0 18px;
  text-shadow: 0 4px 30px rgba(196, 22, 28, 0.4);
}
.page-home .home-hero__lead {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(250, 243, 224, 0.82);
  margin: 0 0 24px;
  max-width: 560px;
}
.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}
.page-home .home-hero__actions .btn {
  text-decoration: none;
}
.page-home .home-hero__actions .btn--primary {
  background: var(--color-red);
  border-color: var(--color-red);
  color: #fff;
}
.page-home .home-hero__actions .btn--ghost {
  border-color: rgba(212, 175, 55, 0.75);
  color: var(--color-gold);
}
.page-home .home-hero__actions .btn--ghost:hover {
  background: rgba(212, 175, 55, 0.14);
  border-color: var(--color-gold);
}
.page-home .home-hero__tagline {
  font-size: 14px;
  color: rgba(212, 175, 55, 0.88);
  border-left: 3px solid var(--color-red);
  padding-left: 12px;
  margin: 0 0 30px;
  line-height: 1.7;
}
.page-home .home-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(212, 175, 55, 0.25);
}
.page-home .home-hero__stat {
  display: flex;
  flex-direction: column;
  padding-right: 14px;
}
.page-home .home-hero__stat dt {
  font-size: 13px;
  color: rgba(250, 243, 224, 0.65);
  margin: 0;
}
.page-home .home-hero__stat dd {
  font-size: 32px;
  font-weight: 900;
  color: var(--color-gold);
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  line-height: 1.15;
  margin: 2px 0 0;
}
.page-home .home-hero__stat span {
  font-size: 12px;
  color: rgba(250, 243, 224, 0.55);
}

/* Hero 视觉区 */
.page-home .home-hero__visual {
  position: relative;
  padding-left: 12px;
}
.page-home .home-hero__frame {
  position: relative;
  padding: 8px;
  background: linear-gradient(145deg, #3a2023, #141414);
  border: 1px solid rgba(212, 175, 55, 0.45);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(196, 22, 28, 0.12);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
}
.page-home .home-hero__frame::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  clip-path: inherit;
  pointer-events: none;
  z-index: 1;
}
.page-home .home-hero__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}
.page-home .home-tile-grid {
  position: absolute;
  top: -44px;
  right: 2px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 48px);
  gap: 6px;
  transform: rotate(7deg);
  opacity: 0.92;
  pointer-events: none;
}
.page-home .home-tile {
  width: 48px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  background: linear-gradient(145deg, #faf3e0, #e2d7bf);
  border: 1px solid rgba(212, 175, 55, 0.75);
  border-radius: 6px;
  color: #1a1a1a;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  transition: transform 0.22s ease;
}
.page-home .home-tile--gold {
  background: linear-gradient(145deg, #f0d36f, #b3902e);
  color: #1a1a1a;
}
.page-home .home-tile--red {
  color: var(--color-red);
}
.page-home .home-tile--emerald {
  color: var(--color-emerald);
}
.page-home .home-hero__corner-card {
  position: absolute;
  right: 4px;
  bottom: -28px;
  z-index: 3;
  background: linear-gradient(135deg, var(--color-gold), #a8872a);
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 22px 12px 18px;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.page-home .home-hero__corner-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(212, 175, 55, 0.3);
}

@media (min-width: 768px) {
  .page-home .home-hero__stats {
    gap: 18px;
  }
  .page-home .home-tile {
    width: 54px;
    height: 70px;
    font-size: 20px;
  }
  .page-home .home-tile-grid {
    grid-template-columns: repeat(4, 54px);
    gap: 8px;
  }
}

@media (min-width: 992px) {
  .page-home .home-hero {
    padding: 68px 0 96px;
  }
  .page-home .home-hero__inner {
    grid-template-columns: 1.02fr 0.98fr;
    align-items: center;
    gap: 56px;
    min-height: 640px;
  }
  .page-home .home-hero__lead {
    font-size: 17px;
  }
}

/* ========== 赛季第12轮更新亮点 ========== */
.page-home .home-update {
  background: var(--color-ivory);
  padding: 72px 0;
}
.page-home .home-update__grid {
  display: grid;
  gap: 36px;
  align-items: center;
  margin-top: 36px;
}
.page-home .home-update__media {
  position: relative;
}
.page-home .home-update__media::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(212, 175, 55, 0.4);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  pointer-events: none;
}
.page-home .home-update__media img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  box-shadow: var(--shadow-card);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}
.page-home .home-update__content {
  font-size: 16px;
  line-height: 1.75;
  color: #2a2a2a;
}
.page-home .home-update__content > p:first-of-type {
  margin-top: 0;
  font-size: 17px;
}
.page-home .home-update__list {
  list-style: none;
  margin: 24px 0;
  padding: 0;
}
.page-home .home-update__list li {
  position: relative;
  padding: 8px 0 8px 30px;
  border-bottom: 1px dashed rgba(26, 26, 26, 0.1);
  color: var(--color-ink);
}
.page-home .home-update__list li:last-child {
  border-bottom: 0;
}
.page-home .home-update__list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 17px;
  width: 16px;
  height: 4px;
  background: linear-gradient(90deg, var(--color-red), var(--color-gold));
}
.page-home .home-update__link {
  display: inline-block;
  margin-top: 10px;
  color: var(--color-red);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.22s ease, color 0.22s ease;
}
.page-home .home-update__link:hover {
  border-bottom-color: var(--color-red);
}

@media (min-width: 900px) {
  .page-home .home-update__grid {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    margin-top: 44px;
  }
}

/* ========== 牌局记录深度洞察 ========== */
.page-home .home-records {
  background:
    radial-gradient(ellipse at 6% 88%, rgba(196, 22, 28, 0.28), transparent 48%),
    radial-gradient(ellipse at 96% 6%, rgba(212, 175, 55, 0.12), transparent 40%),
    var(--home-deep);
  color: var(--color-ivory);
  padding: 80px 0;
}
.page-home .home-records .section-head__title {
  color: var(--color-ivory);
}
.page-home .home-records .eyebrow {
  color: var(--color-gold);
}
.page-home .home-records__head {
  display: grid;
  gap: 18px;
  align-items: end;
  margin-bottom: 40px;
}
.page-home .home-records__intro {
  font-size: 16px;
  line-height: 1.75;
  color: var(--home-text-muted);
  margin: 0;
  padding-left: 16px;
  border-left: 2px solid var(--color-gold);
}
.page-home .home-records__grid {
  display: grid;
  gap: 40px;
  align-items: start;
}
.page-home .home-records__stats {
  display: grid;
  gap: 16px;
  align-content: start;
}
.page-home .home-records__stat {
  position: relative;
  background: rgba(255, 255, 255, 0.028);
  border: 1px solid rgba(212, 175, 55, 0.2);
  padding: 22px 24px;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}
.page-home .home-records__stat:hover {
  border-color: rgba(212, 175, 55, 0.55);
  background: rgba(255, 255, 255, 0.05);
  transform: translateX(6px);
}
.page-home .home-records__stat .stat-number {
  display: inline-block;
  font-size: 40px;
  font-weight: 900;
  color: var(--color-gold);
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  line-height: 1;
  margin-right: 8px;
}
.page-home .home-records__stat strong {
  color: var(--color-ivory);
  font-size: 16px;
}
.page-home .home-records__stat p {
  margin: 8px 0 0;
  font-size: 14px;
  color: var(--home-text-muted);
  line-height: 1.6;
}
.page-home .home-records__stats > .btn {
  justify-self: start;
  margin-top: 8px;
  text-decoration: none;
}
.page-home .home-records__timeline {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(212, 175, 55, 0.16);
  padding: 28px 24px 22px;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}
.page-home .home-records__svg {
  width: 100%;
  height: auto;
  display: block;
}
.page-home .home-records__note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  font-size: 14px;
  color: rgba(250, 243, 224, 0.8);
  background: rgba(196, 22, 28, 0.14);
  padding: 10px 14px;
  border-left: 2px solid var(--color-red);
}
.page-home .home-records__note--alt {
  background: rgba(212, 175, 55, 0.08);
  border-left-color: var(--color-gold);
}
.page-home .home-records__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-carmine);
  flex-shrink: 0;
}
.page-home .home-records__dot--gold {
  background: var(--color-gold);
}

@media (min-width: 768px) {
  .page-home .home-records__head {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .page-home .home-records__grid {
    grid-template-columns: 1fr 1.2fr;
    gap: 64px;
  }
}

/* ========== 玩家常走路径 ========== */
.page-home .home-paths {
  background: var(--color-ivory);
  padding: 80px 0;
}
.page-home .home-paths__intro {
  font-size: 17px;
  color: var(--color-gray);
  margin: 16px 0 0;
  max-width: 720px;
  line-height: 1.7;
}
.page-home .home-paths__cards {
  display: grid;
  gap: 24px;
  margin-top: 40px;
}
.page-home .home-path-card {
  position: relative;
  background: #fff;
  padding: 26px 24px 28px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 0;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
.page-home .home-path-card:hover {
  border-color: var(--color-gold);
  box-shadow: var(--shadow-panel);
  transform: translateY(-6px);
}
.page-home .home-path-card--gold {
  background: linear-gradient(150deg, #fffbf0, #f4e4c4);
  border-color: rgba(212, 175, 55, 0.42);
}
.page-home .home-path-card__num {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-gold);
  letter-spacing: 3px;
}
.page-home .home-path-card h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--color-ink);
  margin: 10px 0 12px;
  line-height: 1.4;
}
.page-home .home-path-card p {
  font-size: 15px;
  color: var(--color-gray);
  line-height: 1.7;
  margin: 0 0 16px;
}
.page-home .home-path-card__list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  font-size: 14px;
  color: var(--color-ink);
  line-height: 1.8;
}
.page-home .home-path-card__list li {
  position: relative;
  padding-left: 20px;
}
.page-home .home-path-card__list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--color-gold);
}
.page-home .home-path-card__media {
  margin: 4px 0 16px;
  background: var(--home-deep);
  border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 6px;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}
.page-home .home-path-card__media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}
.page-home .home-path-card__phone {
  max-width: 220px;
  margin: 0 auto 18px;
  border: 3px solid #1a1a1a;
  border-radius: 28px;
  padding: 10px;
  background: #000;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}
.page-home .home-path-card:hover .home-path-card__phone {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  transform: rotate(-2deg) scale(1.02);
}
.page-home .home-path-card__phone img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: top;
  border-radius: 14px;
}
.page-home .home-path-card__link {
  margin-top: auto;
  color: var(--color-red);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.22s ease;
  align-self: flex-start;
}
.page-home .home-path-card__link:hover {
  border-bottom-color: var(--color-red);
}

@media (min-width: 900px) {
  .page-home .home-paths__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}

/* ========== 快捷收集栏 ========== */
.page-home .home-quick {
  background:
    linear-gradient(135deg, rgba(196, 22, 28, 0.22), transparent 50%),
    repeating-linear-gradient(90deg, rgba(212, 175, 55, 0.03) 0 1px, transparent 1px 22px),
    #1a1a1a;
  color: var(--color-ivory);
  padding: 76px 0;
}
.page-home .home-quick__inner {
  display: grid;
  gap: 48px;
  align-items: center;
}
.page-home .home-quick__copy .eyebrow {
  color: var(--color-gold);
}
.page-home .home-quick__title {
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 900;
  color: var(--color-ivory);
  margin: 14px 0 16px;
}
.page-home .home-quick__copy > p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--home-text-muted);
}
.page-home .home-quick__list {
  list-style: none;
  margin: 24px 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.page-home .home-quick__list li {
  position: relative;
  padding-left: 26px;
  color: rgba(250, 243, 224, 0.85);
  font-size: 15px;
}
.page-home .home-quick__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 14px;
  height: 3px;
  background: linear-gradient(90deg, var(--color-red), var(--color-gold));
}
.page-home .home-quick__copy .btn {
  text-decoration: none;
}
.page-home .home-quick__terminal {
  background: #0e0e0e;
  border: 1px solid rgba(212, 175, 55, 0.32);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.4);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  overflow: hidden;
}
.page-home .home-quick__terminal-head {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 13px 16px;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}
.page-home .home-quick__terminal-head span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-carmine);
}
.page-home .home-quick__terminal-head span:nth-child(2) {
  background: var(--color-gold);
}
.page-home .home-quick__terminal-head span:nth-child(3) {
  background: var(--color-emerald);
}
.page-home .home-quick__terminal-body {
  padding: 22px 24px 26px;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 14px;
  line-height: 2.1;
  color: var(--home-text-muted);
  margin: 0;
}
.page-home .home-quick__terminal-body p {
  margin: 0;
}
.page-home .home-quick__terminal-body p:first-child {
  color: var(--color-gold);
  font-weight: 700;
  margin-bottom: 6px;
}
.page-home .home-quick__terminal-line--ok {
  color: var(--color-emerald);
}

@media (min-width: 992px) {
  .page-home .home-quick__inner {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
  .page-home .home-quick__terminal {
    position: sticky;
    top: 24px;
  }
}

/* ========== 尾部 CTA ========== */
.page-home .home-cta {
  background:
    radial-gradient(ellipse at 80% 30%, rgba(255, 255, 255, 0.14), transparent 48%),
    linear-gradient(135deg, #a51014, #d92a34 60%, #b3161c);
  color: #fff;
  padding: 68px 0;
  text-align: center;
}
.page-home .home-cta__inner {
  max-width: 780px;
}
.page-home .home-cta__inner .eyebrow {
  color: rgba(255, 255, 255, 0.8);
}
.page-home .home-cta__title {
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.25;
  margin: 14px 0 16px;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.25);
}
.page-home .home-cta__inner > p {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 auto 26px;
  max-width: 640px;
}
.page-home .home-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.page-home .home-cta .btn {
  text-decoration: none;
}
.page-home .home-cta .btn--primary {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: var(--color-gold);
}
.page-home .home-cta .btn--primary:hover {
  background: #000;
  border-color: #000;
}
.page-home .home-cta .btn--ghost {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
}
.page-home .home-cta .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}
