.page-home {
  --diag-angle: -7deg;
  --stream-shadow: 0 10px 30px rgba(0,0,0,0.35);
  --grid-size: 32px;
  color: var(--text);
}

.page-home {
  overflow-x: hidden;
}

.page-home .breadcrumb {
  padding-top: 18px;
  padding-bottom: 8px;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--text-dim);
}

.page-home .breadcrumb a {
  color: var(--neon);
  text-decoration: none;
}

/* ===== Hero ===== */
.page-home .home-hero {
  position: relative;
  padding: clamp(2rem, 6vw, 4.5rem) 0;
  overflow: hidden;
  background:
    linear-gradient(120deg, transparent 28%, rgba(255,107,0,0.12) 68%, transparent 85%),
    var(--bg-ink);
}

.page-home .home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: var(--grid-size) var(--grid-size);
  opacity: 0.38;
}

.page-home .home-hero::after {
  content: "";
  position: absolute;
  top: -15%;
  right: -12%;
  width: 46%;
  height: 130%;
  background: linear-gradient(135deg, transparent 38%, var(--neon) 38%, var(--neon) 42%, transparent 42%);
  opacity: 0.14;
  transform: rotate(var(--diag-angle));
}

.page-home .home-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 2rem;
}

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

.page-home .hero-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  color: var(--neon);
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.page-home .hero-copy h1 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(2.2rem, 7vw, 4.2rem);
  line-height: 1.08;
  text-transform: uppercase;
  margin: 0;
}

.page-home .hero-highlight {
  color: var(--neon);
  text-shadow: 0 0 24px rgba(57,255,20,0.45);
}

.page-home .hero-lead {
  margin-top: 1.1rem;
  max-width: 34rem;
  color: var(--text-dim);
  font-size: 1rem;
  line-height: 1.9;
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.page-home .hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0 0;
  padding: 1.4rem 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.page-home .stat-item {
  display: grid;
  gap: 0.2rem;
}

.page-home .stat-label {
  font-size: 0.78rem;
  color: var(--text-dim);
  letter-spacing: 0.05em;
}

.page-home .stat-value {
  font-family: var(--font-mono);
  font-size: 1.65rem;
  line-height: 1.2;
  color: var(--neon);
}

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

.page-home .hero-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--line);
  filter: saturate(0.92) contrast(1.1);
}

.page-home .hero-stream {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: grid;
  gap: 0.45rem;
  pointer-events: none;
}

.page-home .stream-line {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--neon);
  background: rgba(11,19,32,0.85);
  padding: 0.4rem 0.6rem;
  border-left: 3px solid var(--neon);
  box-shadow: var(--stream-shadow);
}

.page-home .stream-line::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--plasma);
  flex: 0 0 auto;
}

/* ===== Trustbar ===== */
.page-home .home-trustbar {
  padding: 0;
  background: var(--bg-panel);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

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

.page-home .trustbar-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.8rem;
  padding: 1rem 1.1rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.page-home .trustbar-item:nth-child(even) {
  border-right: 0;
}

.page-home .trustbar-item:nth-last-child(-n+2) {
  border-bottom: 0;
}

.page-home .trustbar-label {
  font-size: 0.8rem;
  color: var(--text-dim);
}

.page-home .trustbar-value {
  font-family: var(--font-mono);
  font-size: 1rem;
  color: var(--text);
  letter-spacing: 0.02em;
}

/* ===== 2026 season ===== */
.page-home .home-season {
  padding: 4rem 0;
  background: var(--bg-ink);
}

.page-home .season-head {
  margin-bottom: 1.2rem;
}

.page-home .season-status {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.6rem;
  font-family: var(--font-mono);
  font-size: 0.82rem;
}

.page-home .home-season .tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.8rem;
}

.page-home .home-season .tab-btn {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  color: var(--text-dim);
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  padding: 0.45rem 0.4rem;
  cursor: pointer;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.page-home .home-season .tab-btn[aria-selected="true"] {
  color: var(--neon);
  border-bottom-color: var(--neon);
}

.page-home .home-season .tab-panel {
  animation: page-home-fade 0.3s ease;
}

@keyframes page-home-fade {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.page-home .match-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--bg-panel);
}

.page-home .match-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.4rem 1rem;
  align-items: center;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--line);
  transition: background 0.2s ease;
}

.page-home .match-item:last-child {
  border-bottom: 0;
}

.page-home .match-item:hover {
  background: var(--bg-panel-2);
}

.page-home .match-cat {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--plasma);
  background: rgba(255,107,0,0.12);
  border: 1px solid rgba(255,107,0,0.35);
  padding: 0.2rem 0.45rem;
}

.page-home .match-name {
  font-size: 1rem;
  color: var(--text);
}

.page-home .match-time {
  grid-column: 2;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--text-dim);
}

.page-home .match-item .tag {
  grid-column: 2;
  justify-self: end;
  font-family: var(--font-mono);
  font-size: 0.72rem;
}

.page-home .tag-live {
  animation: page-home-blink 1.4s step-end infinite;
}

@keyframes page-home-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.55; }
}

.page-home .season-footer {
  margin-top: 1.5rem;
  text-align: right;
}

/* ===== Injury ===== */
.page-home .home-injury {
  padding: 4rem 0;
  background: var(--bg-panel);
}

.page-home .injury-head {
  margin-bottom: 1.8rem;
}

.page-home .injury-layout {
  display: grid;
  gap: 1.6rem;
}

.page-home .injury-visual {
  position: relative;
}

.page-home .injury-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--line);
}

.page-home .injury-cards {
  display: grid;
  gap: 1.2rem;
}

.page-home .injury-card {
  background: var(--bg-ink);
  border: 1px solid var(--line);
  padding: 1.4rem;
}

.page-home .injury-card-title {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 1.25rem;
  margin: 0 0 1rem;
  color: var(--neon);
  letter-spacing: 0.04em;
}

.page-home .injury-card .data-pair {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
  border-bottom: 1px dashed var(--line);
}

.page-home .injury-card .data-pair:last-of-type {
  border-bottom: 0;
}

.page-home .injury-card .data-label {
  font-size: 0.9rem;
  color: var(--text-dim);
}

.page-home .injury-card .data-value {
  font-family: var(--font-mono);
  font-size: 1.3rem;
  color: var(--text);
}

.page-home .injury-card .data-value small {
  font-size: 0.75rem;
  color: var(--text-dim);
}

.page-home .injury-row {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 0.9rem;
}

.page-home .injury-row:last-child {
  margin-bottom: 0;
}

.page-home .injury-row-name {
  font-size: 0.9rem;
  color: var(--text);
}

.page-home .injury-row-track {
  height: 10px;
  background: var(--bg-panel-2);
  border: 1px solid var(--line);
  overflow: hidden;
  padding: 1px;
}

.page-home .injury-row-bar {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--plasma), var(--neon));
  font-family: var(--font-mono);
  font-size: 0.62rem;
  line-height: 1;
  color: var(--bg-ink);
  text-align: right;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.page-home .injury-footer {
  margin-top: 1.6rem;
}

/* ===== History ===== */
.page-home .home-history {
  padding: 4rem 0;
  background: var(--bg-ink);
}

.page-home .history-head {
  margin-bottom: 1.8rem;
}

.page-home .history-layout {
  display: grid;
  gap: 1.8rem;
}

.page-home .history-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--line);
}

.page-home .history-copy {
  display: grid;
  align-content: start;
  gap: 1.4rem;
}

.page-home .history-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.8rem;
}

.page-home .history-point {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  padding: 0.9rem 1rem;
  background: var(--bg-panel);
  border-left: 4px solid var(--neon);
}

.page-home .point-num {
  flex: 0 0 auto;
  font-family: var(--font-mono);
  font-size: 1.3rem;
  color: var(--neon);
}

.page-home .point-desc {
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* ===== Return ===== */
.page-home .home-return {
  padding: 4rem 0;
  background: var(--bg-panel);
}

.page-home .return-head {
  margin-bottom: 1.8rem;
}

.page-home .return-layout {
  display: grid;
  gap: 1.8rem;
}

.page-home .return-copy {
  display: grid;
  gap: 1.4rem;
}

.page-home .return-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

.page-home .return-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem;
  background: var(--bg-ink);
  border: 1px solid var(--line);
}

.page-home .return-item-index {
  font-family: var(--font-mono);
  font-size: 0.9rem;
  color: var(--plasma);
  border: 1px solid var(--plasma);
  padding: 0.2rem 0.4rem;
}

.page-home .return-item-text {
  font-size: 0.98rem;
  color: var(--text);
}

.page-home .return-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--line);
}

/* ===== Trust panel ===== */
.page-home .home-trust {
  padding: 4rem 0 5rem;
  background: var(--bg-ink);
}

.page-home .trust-panel {
  position: relative;
  padding: 2.2rem;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(57,255,20,0.06), transparent 60%),
    var(--bg-panel);
}

.page-home .trust-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg, var(--neon), var(--plasma));
}

.page-home .trust-desc {
  margin: 1rem 0 1.4rem;
  color: var(--text-dim);
  line-height: 1.8;
  max-width: 42rem;
}

.page-home .trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

/* ===== 桌面端断点 ===== */
@media (min-width: 760px) {
  .page-home .home-hero-grid {
    grid-template-columns: 1.08fr 0.92fr;
    align-items: center;
  }

  .page-home .hero-copy h1 {
    white-space: normal;
  }

  .page-home .hero-stream {
    top: 1.2rem;
    right: 1.2rem;
  }

  .page-home .trustbar-inner {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .page-home .trustbar-item {
    justify-content: flex-start;
    flex-direction: column;
    gap: 0.2rem;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .page-home .trustbar-item:nth-child(even) {
    border-right: 1px solid var(--line);
  }

  .page-home .trustbar-item:last-child {
    border-right: 0;
  }

  .page-home .match-item {
    grid-template-columns: 0.7fr 2fr 1fr auto;
    grid-template-rows: auto;
  }

  .page-home .match-cat,
  .page-home .match-time,
  .page-home .match-item .tag {
    grid-column: auto;
    justify-self: start;
  }

  .page-home .match-cat {
    justify-self: start;
  }

  .page-home .match-time {
    text-align: right;
  }

  .page-home .match-item .tag {
    justify-self: end;
  }

  .page-home .injury-layout {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: stretch;
  }

  .page-home .injury-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
  }

  .page-home .history-layout {
    grid-template-columns: 1fr 0.95fr;
    align-items: center;
  }

  .page-home .return-layout {
    grid-template-columns: 1fr 0.7fr;
    align-items: center;
  }

  .page-home .trust-panel {
    padding: 3rem 3.2rem;
  }
}

@media (min-width: 1080px) {
  .page-home .hero-copy h1 {
    font-size: 4.1rem;
  }

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

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

.page-home .section-head {
  max-width: 56rem;
}

.page-home .section-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: var(--plasma);
}
