.page-home {
  --hero-fs-title: clamp(2.2rem, 5vw, 4.5rem);
  --diagonal: 28px;
  background:
    linear-gradient(rgba(12, 17, 38, 0.96), rgba(12, 17, 38, 0.96)),
    repeating-linear-gradient(0deg, transparent 0 22px, rgba(43, 58, 115, 0.18) 22px 23px);
  color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
.page-home h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.6vw, 3rem);
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.02em;
  margin: 8px 0 16px;
  line-height: 1.1;
}
.page-home h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
}
.page-home .section-index {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--cyan);
}
.page-home .section-index::before {
  content: "";
  width: 36px;
  height: 2px;
  background: currentColor;
}

/* ===== 首屏 Hero ===== */
.page-home .home-hero {
  position: relative;
  overflow: hidden;
  padding: 116px 0 88px;
  background: var(--bg-deep);
}
.page-home .home-hero .container {
  position: relative;
  z-index: 2;
}
.page-home .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
  pointer-events: none;
}
.page-home .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(107deg, rgba(12, 17, 38, 0.96) 0%, rgba(12, 17, 38, 0.82) 46%, rgba(29, 44, 110, 0.52) 74%, rgba(0, 255, 156, 0.12) 100%);
  pointer-events: none;
}
.page-home .hero-split {
  display: grid;
  gap: 32px;
  align-items: stretch;
}
.page-home .hero-live-panel {
  position: relative;
  z-index: 2;
}
.page-home .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid var(--line);
  background: rgba(29, 44, 110, 0.5);
  color: var(--cyan);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  font-weight: 700;
}
.page-home .hero-live-panel h1 {
  font-family: var(--font-display);
  font-size: var(--hero-fs-title);
  font-style: italic;
  font-weight: 800;
  line-height: 1.05;
  margin: 20px 0 16px;
  letter-spacing: -0.02em;
  color: var(--white);
}
.page-home .hero-lead {
  max-width: 580px;
  color: var(--muted);
  margin: 0 0 28px;
}
.page-home .hero-live-card {
  position: relative;
  background: linear-gradient(135deg, rgba(29, 44, 110, 0.68), rgba(12, 17, 38, 0.76));
  border: 1px solid var(--line);
  padding: 22px;
  max-width: 640px;
  clip-path: polygon(0 0, calc(100% - var(--diagonal)) 0, 100% var(--diagonal), 100% 100%, 0 100%);
  box-shadow: 0 24px 48px rgba(6, 8, 15, 0.35);
}
.page-home .live-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}
.page-home .live-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red);
  font-weight: 700;
  font-family: var(--font-display);
  letter-spacing: 0.08em;
}
.page-home .live-match-name {
  color: var(--muted);
  font-size: 0.85rem;
}
.page-home .live-score-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 22px 0 14px;
}
.page-home .live-team {
  text-align: left;
}
.page-home .live-team:last-of-type {
  text-align: right;
}
.page-home .live-team-label {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: var(--muted);
}
.page-home .live-team-num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 4.4rem);
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  color: var(--green);
  text-shadow: 0 0 24px rgba(0, 255, 156, 0.3);
}
.page-home .live-team:last-of-type .live-team-num {
  color: var(--gold);
  text-shadow: 0 0 24px rgba(245, 185, 66, 0.3);
}
.page-home .live-team-perf {
  font-size: 0.78rem;
  color: var(--cyan);
}
.page-home .live-score-colon {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: var(--muted);
}
.page-home .live-bar-track {
  width: 100%;
  height: 6px;
  background: rgba(43, 58, 115, 0.7);
  position: relative;
  overflow: hidden;
}
.page-home .live-bar-fill {
  position: absolute;
  inset-block: 0;
  left: 0;
  background: linear-gradient(90deg, var(--cyan), var(--green));
}
.page-home .live-card-foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.8rem;
  padding-top: 14px;
}
.page-home .hero-fee-panel {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
}
.page-home .hero-fee-card {
  width: 100%;
  background: linear-gradient(180deg, rgba(245, 185, 66, 0.1), rgba(29, 44, 110, 0.85));
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.page-home .hero-fee-desc {
  font-size: 0.95rem;
  color: var(--muted);
  margin: 8px 0 20px;
}
.page-home .fee-tier-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 10px;
}
.page-home .fee-tier-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: rgba(12, 17, 38, 0.5);
  border: 1px solid var(--line);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
}
.page-home .fee-tier-list .fee-tier-major {
  border-color: var(--green);
  background: rgba(0, 255, 156, 0.08);
  color: var(--green);
}
.page-home .fee-tier-num {
  font-size: 0.7rem;
  color: var(--cyan);
  letter-spacing: 0.06em;
}
.page-home .hero-fee-card .btn {
  margin-top: auto;
  align-self: flex-start;
}
.page-home .speed-line {
  position: absolute;
  left: -5%;
  right: auto;
  bottom: 96px;
  width: 110%;
  height: 3px;
  background: var(--green);
  transform: rotate(-2.6deg);
  box-shadow: 0 0 22px rgba(0, 255, 156, 0.72);
  opacity: 0.6;
  z-index: 2;
  pointer-events: none;
}
.page-home .speed-line-secondary {
  bottom: 124px;
  width: 82%;
  height: 1px;
  background: var(--cyan);
  transform: rotate(-4deg);
  opacity: 0.4;
  box-shadow: 0 0 12px rgba(0, 212, 255, 0.55);
}

/* ===== 01 赛事运行面板 ===== */
.page-home .match-board {
  padding: 72px 0 0;
  position: relative;
}
.page-home .board-heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
}
.page-home .board-heading-text {
  max-width: 480px;
  color: var(--muted);
}
.page-home .match-grid {
  display: grid;
  gap: 28px;
}
.page-home .match-tabs {
  position: relative;
  background: rgba(29, 44, 110, 0.56);
  border: 1px solid var(--line);
  padding: 22px;
}
.page-home .tab-list {
  display: flex;
  gap: 4px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
}
.page-home .tab-button {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 16px;
  cursor: pointer;
  position: relative;
}
.page-home .tab-button[aria-selected="true"] {
  color: var(--white);
}
.page-home .tab-button[aria-selected="true"]::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -1px;
  height: 3px;
  background: var(--green);
}
.page-home .tab-panel {
  display: block;
}
.page-home .tab-panel[data-active] {
  outline: 1px solid rgba(0, 255, 156, 0.2);
  outline-offset: 8px;
  background: rgba(0, 255, 156, 0.02);
}
.page-home .match-panel h3 {
  font-size: 1.05rem;
  color: var(--cyan);
}
.page-home .score-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}
.page-home .score-list li {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 6px;
  border-bottom: 1px dashed var(--line);
}
.page-home .score-list li:last-child {
  border-bottom: 0;
}
.page-home .score-sport {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}
.page-home .score-list b {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--white);
}
.page-home .score-min {
  font-family: var(--font-display);
  font-size: 0.8rem;
  color: var(--gold);
}
.page-home .away-compare {
  margin-top: 20px;
  display: grid;
  gap: 16px;
}
.page-home .away-compare-row {
  display: grid;
  grid-template-columns: 1fr auto minmax(70px, 120px);
  gap: 12px;
  align-items: center;
}
.page-home .away-compare-row span {
  color: var(--muted);
  font-size: 0.85rem;
}
.page-home .away-compare-row b {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1rem;
}
.page-home .mini-bar {
  height: 8px;
  background: rgba(43, 58, 115, 0.65);
  overflow: hidden;
  border-radius: 8px;
}
.page-home .mini-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--cyan), var(--green));
}
.page-home .board-figure {
  margin: 0;
  background: rgba(29, 44, 110, 0.45);
  border: 1px solid var(--line);
  padding: 10px;
}
.page-home .board-figure img {
  display: block;
  width: 100%;
  height: auto;
}
.page-home .board-figure figcaption,
.page-home .fee-level-figure figcaption,
.page-home .package-chart-figure figcaption {
  color: var(--muted);
  font-size: 0.78rem;
  padding: 10px 2px 2px;
  text-align: center;
}
.page-home .stat-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 44px;
}
.page-home .stat-cell {
  background: rgba(29, 44, 110, 0.5);
  border: 1px solid var(--line);
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
}
.page-home .stat-cell strong {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 800;
  font-style: italic;
  color: var(--green);
  line-height: 1;
}
.page-home .stat-cell span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.8rem;
}

/* ===== 02 会员费用中心 ===== */
.page-home .fee-center {
  padding: 72px 0 0;
  position: relative;
}
.page-home .fee-center-grid {
  display: grid;
  gap: 32px;
}
.page-home .fee-lead {
  color: var(--muted);
  margin-bottom: 28px;
  max-width: 560px;
}
.page-home .fee-tier-block {
  display: grid;
  gap: 14px;
}
.page-home .fee-tier-item {
  display: flex;
  gap: 16px;
  padding: 16px 18px;
  background: rgba(12, 17, 38, 0.45);
  border: 1px solid var(--line);
}
.page-home .fee-tier-major {
  border-color: var(--green);
  background: linear-gradient(90deg, rgba(0, 255, 156, 0.1), rgba(12, 17, 38, 0.6));
  box-shadow: 0 0 30px rgba(0, 255, 156, 0.08);
}
.page-home .fee-tier-idx {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--cyan);
  line-height: 1;
  margin-top: 4px;
}
.page-home .fee-tier-major .fee-tier-idx {
  color: var(--green);
}
.page-home .fee-tier-copy h3 {
  margin-bottom: 4px;
}
.page-home .fee-tier-copy p {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 0.9rem;
}
.page-home .fee-tier-copy a {
  color: var(--cyan);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.85rem;
}
.page-home .fee-tier-copy a:hover {
  color: var(--green);
}
.page-home .fee-level-figure {
  margin: 0;
  background: rgba(29, 44, 110, 0.4);
  border: 1px solid var(--line);
  padding: 10px;
}
.page-home .fee-level-figure img {
  display: block;
  width: 100%;
  height: auto;
}

/* ===== 03 测试版清单节奏 ===== */
.page-home .rhythm-section {
  padding: 72px 0 0;
  position: relative;
}
.page-home .rhythm-grid {
  display: grid;
  gap: 32px;
}
.page-home .rhythm-lead {
  color: var(--muted);
  margin-bottom: 28px;
}
.page-home .rhythm-timeline {
  position: relative;
  margin: 0;
  padding: 0;
}
.page-home .rhythm-step {
  position: relative;
  display: flex;
  gap: 16px;
  padding-bottom: 18px;
  padding-left: 52px;
}
.page-home .rhythm-step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 34px;
  bottom: 4px;
  width: 2px;
  background: linear-gradient(180deg, var(--cyan), var(--green));
  opacity: 0.5;
}
.page-home .rhythm-step-dot {
  position: absolute;
  left: 0;
  top: 4px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--bg-deep);
  background: var(--cyan);
  border-radius: 50%;
}
.page-home .rhythm-step:nth-child(2) .rhythm-step-dot {
  background: var(--green);
}
.page-home .rhythm-step:last-child .rhythm-step-dot {
  background: var(--gold);
}
.page-home .rhythm-step p {
  color: var(--muted);
  font-size: 0.88rem;
  margin: 0;
}
.page-home .rhythm-card {
  background: linear-gradient(135deg, rgba(0, 255, 156, 0.08), rgba(29, 44, 110, 0.8));
  border: 1px solid var(--green);
  padding: 24px;
  align-self: start;
}
.page-home .rhythm-card h3 {
  margin-top: 14px;
}
.page-home .rhythm-card p {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 16px;
}
.page-home .rhythm-link {
  color: var(--green);
  text-decoration: none;
  font-weight: 700;
}

/* ===== 04 重点场次与数据包价格 ===== */
.page-home .price-duo {
  padding: 72px 0 0;
  position: relative;
}
.page-home .price-heading {
  margin-bottom: 32px;
  max-width: 720px;
}
.page-home .price-heading p {
  color: var(--muted);
}
.page-home .price-grid {
  display: grid;
  gap: 24px;
}
.page-home .price-card {
  background: rgba(29, 44, 110, 0.5);
  border: 1px solid var(--line);
  padding: 22px;
  position: relative;
}
.page-home .ticket-card {
  border-top: 3px solid var(--gold);
}
.page-home .package-card {
  border-top: 3px solid var(--green);
}
.page-home .price-card-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
  margin-bottom: 6px;
}
.page-home .price-card-head h3 {
  margin: 0;
  font-size: 1.25rem;
}
.page-home .update-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: var(--green);
  font-weight: 700;
  font-family: var(--font-display);
  letter-spacing: 0.08em;
}
.page-home .ticket-price-list,
.page-home .package-price-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-home .ticket-price-list li {
  padding: 16px 4px;
  border-bottom: 1px dashed var(--line);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
}
.page-home .ticket-price-list li:last-child {
  border-bottom: 0;
}
.page-home .ticket-recommend {
  background: rgba(245, 185, 66, 0.06);
}
.page-home .ticket-name {
  grid-column: 1;
  color: var(--white);
  font-weight: 600;
}
.page-home .ticket-tag {
  grid-column: 2;
  grid-row: 1;
  font-size: 0.7rem;
  padding: 2px 8px;
  border: 1px solid var(--line);
  color: var(--muted);
}
.page-home .ticket-tag-gold {
  border-color: var(--gold);
  color: var(--gold);
}
.page-home .ticket-price {
  grid-column: 1 / -1;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-style: italic;
  color: var(--gold);
}
.page-home .package-price-list li {
  padding: 16px 4px;
  border-bottom: 1px dashed var(--line);
}
.page-home .package-price-list li:last-child {
  border-bottom: 0;
}
.page-home .package-row-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 4px;
}
.page-home .package-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--white);
}
.page-home .package-row-top b {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-style: italic;
  color: var(--green);
}
.page-home .package-cycle {
  display: inline-block;
  font-size: 0.8rem;
  color: var(--cyan);
  padding: 2px 8px;
  border: 1px solid rgba(0, 212, 255, 0.4);
}
.page-home .package-price-list p {
  color: var(--muted);
  font-size: 0.85rem;
  margin: 10px 0 0;
}
.page-home .package-card .btn-ghost {
  margin-top: 18px;
  width: 100%;
  text-align: center;
}
.page-home .package-chart-figure {
  margin: 32px 0 0;
  padding: 10px;
  background: rgba(29, 44, 110, 0.35);
  border: 1px solid var(--line);
}
.page-home .package-chart-figure img {
  display: block;
  width: 100%;
  height: auto;
}

/* ===== 05 登录记录与底部导航 ===== */
.page-home .login-nav-section {
  padding: 72px 0 48px;
  position: relative;
}
.page-home .login-nav-heading {
  margin-bottom: 28px;
}
.page-home .login-nav-grid {
  display: grid;
  gap: 24px;
}
.page-home .login-record-card,
.page-home .bottom-nav-card {
  position: relative;
  padding: 26px;
  background: rgba(29, 44, 110, 0.45);
  border: 1px solid var(--line);
  overflow: hidden;
}
.page-home .login-record-num {
  display: block;
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 800;
  font-style: italic;
  color: var(--green);
  line-height: 1;
  text-shadow: 0 0 30px rgba(0, 255, 156, 0.3);
  margin-bottom: 14px;
}
.page-home .login-record-card::after {
  content: "90D";
  position: absolute;
  right: -10px;
  bottom: -22px;
  font-family: var(--font-display);
  font-size: 5rem;
  font-weight: 800;
  color: rgba(0, 255, 156, 0.05);
  pointer-events: none;
}
.page-home .login-record-card p,
.page-home .bottom-nav-card p {
  color: var(--muted);
  font-size: 0.92rem;
}
.page-home .login-record-card a,
.page-home .bottom-nav-card a {
  color: var(--cyan);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.85rem;
}
.page-home .nav-guide-list {
  list-style: none;
  margin: 16px 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.page-home .nav-guide-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}
.page-home .nav-guide-list span {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--cyan);
  color: var(--bg-deep);
  font-weight: 800;
  font-family: var(--font-display);
}
.page-home .bottom-nav-card {
  border-top: 3px solid var(--cyan);
}

/* ===== 信任与内链收尾 ===== */
.page-home .trust-band {
  background: linear-gradient(115deg, rgba(0, 255, 156, 0.08), rgba(12, 17, 38, 0.9) 40%), var(--bg-deep);
  border-top: 1px solid var(--line);
  padding: 36px 0;
}
.page-home .trust-band p {
  color: var(--muted);
  font-size: 0.9rem;
  max-width: 820px;
  margin: 0 0 20px;
}
.page-home .trust-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.page-home .trust-links a {
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--green);
}

/* ===== 响应式 ===== */
@media (min-width: 768px) {
  .page-home .hero-split {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 40px;
    align-items: stretch;
  }
  .page-home .stat-strip {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-home .login-nav-grid {
    grid-template-columns: 1fr 1fr;
  }
  .page-home .home-hero {
    padding: 140px 0 96px;
  }
  .page-home .hero-fee-card {
    padding: 30px;
  }
}

@media (min-width: 1024px) {
  .page-home .board-heading {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .page-home .match-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 32px;
  }
  .page-home .fee-center-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
    align-items: center;
  }
  .page-home .rhythm-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 40px;
  }
  .page-home .price-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px;
  }
  .page-home .login-nav-grid {
    gap: 28px;
  }
  .page-home .price-card {
    padding: 28px;
  }
  .page-home .match-tabs {
    padding: 28px;
  }
}
