.page-home {
  --home-accent: #FF6A00;
  --home-accent-soft: #FFAB70;
  --home-gold: #FFD700;
  --home-flame: #E53935;
  --home-bg: #0A0F1E;
  --home-surface: #1B2A4A;
  --home-border: rgba(255, 106, 0, 0.45);
  --home-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  background: var(--home-bg);
  color: #FFFFFF;
  font-family: 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  overflow-x: hidden;
}

/* ====== 英雄区 ====== */
.page-home .home-hero {
  position: relative;
  min-height: clamp(620px, 92vh, 960px);
  display: flex;
  align-items: center;
  background: radial-gradient(ellipse at 78% 18%, rgba(255, 106, 0, 0.22) 0%, rgba(10, 15, 30, 0.92) 58%, var(--home-bg) 100%);
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  padding: clamp(32px, 6vw, 72px) 0 clamp(48px, 7vw, 88px);
}

.page-home .hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .hero-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.38;
}

.page-home .hero-flame {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.page-home .flame-layer-a {
  animation: heroFlameDrift 12s ease-in-out infinite alternate;
}

.page-home .flame-layer-b {
  animation: heroFlameDrift 9s ease-in-out infinite alternate-reverse;
}

.page-home .flame-layer-c {
  animation: heroFlameDrift 14s ease-in-out infinite alternate;
}

.page-home .hero-shades {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.page-home .shade-shard {
  position: absolute;
  display: block;
}

.page-home .shade-left {
  left: -6vw;
  top: 16%;
  width: 22vw;
  height: 70vh;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.22) 0%, rgba(229, 57, 53, 0.06) 100%);
  border-left: 3px solid rgba(255, 106, 0, 0.7);
  transform: skewX(-12deg) rotate(-4deg);
}

.page-home .shade-right {
  right: -4vw;
  bottom: 8%;
  width: 18vw;
  height: 44vh;
  background: linear-gradient(45deg, rgba(255, 215, 0, 0.16) 0%, rgba(255, 106, 0, 0.04) 100%);
  border-right: 3px solid rgba(255, 215, 0, 0.55);
  transform: skewX(16deg) rotate(8deg);
}

.page-home .hero-content {
  position: relative;
  z-index: 3;
  max-width: 1280px;
  margin: 0 auto;
}

.page-home .hero-context {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(20px, 4vh, 40px);
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.72);
}

.page-home .status-split {
  color: var(--home-accent);
  font-weight: 700;
}

.page-home .hero-title {
  font-family: Impact, 'Arial Black', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: clamp(42px, 7.5vw, 92px);
  line-height: 1.04;
  letter-spacing: 0.02em;
  margin: 0 0 clamp(18px, 3vh, 34px);
  text-transform: uppercase;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.55);
}

.page-home .hero-title em {
  font-style: normal;
  display: inline-block;
  background: linear-gradient(100deg, #FFD700 18%, #FF6A00 52%, #FFAB70 82%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-home .hero-lead {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.7;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.86);
  margin: 0 0 clamp(24px, 4vh, 42px);
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: clamp(24px, 5vh, 52px);
}

.page-home .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  font-family: 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.page-home .btn-primary {
  background: var(--home-accent);
  color: #FFFFFF;
  border-color: var(--home-accent);
  box-shadow: 8px 8px 0 rgba(229, 57, 53, 0.35);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.page-home .btn-primary:hover {
  background: var(--home-flame);
  transform: translate(-2px, -2px);
  box-shadow: 12px 12px 0 rgba(229, 57, 53, 0.28);
}

.page-home .btn-ghost {
  background: transparent;
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.4);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.page-home .btn-ghost:hover {
  border-color: var(--home-accent);
  color: var(--home-accent-soft);
  transform: translateY(-2px);
}

.page-home .btn-gold {
  background: var(--home-gold);
  color: #0A0F1E;
  border-color: var(--home-gold);
  box-shadow: 6px 6px 0 rgba(255, 106, 0, 0.5);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.page-home .btn-gold:hover {
  background: #FFE45E;
  box-shadow: 10px 10px 0 rgba(255, 106, 0, 0.42);
  transform: translate(-2px, -2px);
}

.page-home .btn-arrow {
  font-size: 20px;
  line-height: 1;
  transform: translateX(0);
  transition: transform 0.2s ease;
}

.page-home .btn:hover .btn-arrow {
  transform: translateX(4px);
}

.page-home .hero-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0;
  max-width: 760px;
  border-top: 2px solid rgba(255, 106, 0, 0.55);
  padding-top: 20px;
}

.page-home .fact-item {
  background: rgba(27, 42, 74, 0.72);
  border-left: 3px solid var(--home-accent);
  padding: 12px 16px;
  backdrop-filter: blur(6px);
}

.page-home .fact-item dt {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
}

.page-home .fact-item dd {
  margin: 0;
  font-family: Impact, 'Arial Black', 'PingFang SC', sans-serif;
  font-size: 24px;
  color: #FFD700;
}

/* ====== 通用页面section ====== */
.page-home .page-section {
  padding: clamp(48px, 8vw, 96px) 0;
  position: relative;
}

.page-home .section-intro {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
  max-width: 720px;
  margin: 18px 0 36px;
  padding-left: 18px;
  border-left: 4px solid var(--home-accent);
}

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

/* ====== 赛事日历 ====== */
.page-home .home-calendar {
  background: linear-gradient(180deg, var(--home-bg) 0%, #0E1628 55%, var(--home-bg) 100%);
}

.page-home .calendar-stage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 24px;
}

.page-home .week-board {
  background: #0D1424;
  border: 2px solid #26334F;
  box-shadow: var(--home-shadow);
  overflow: hidden;
  position: relative;
}

.page-home .week-board::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--home-accent) 0%, #E53935 42%, #FFD700 100%);
}

.page-home .week-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 2px solid #1B2A4A;
}

.page-home .week-name {
  font-family: Impact, 'Arial Black', sans-serif;
  font-size: 22px;
  color: #FFFFFF;
}

.page-home .week-note {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.page-home .week-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--home-accent) #1B2A4A;
}

.page-home .day-list {
  display: flex;
  gap: 0;
  min-width: max-content;
  padding: 16px;
}

.page-home .day-block {
  width: 178px;
  flex-shrink: 0;
  background: var(--home-surface);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 14px 10px;
  margin-right: 12px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-home .day-block:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 106, 0, 0.8);
  box-shadow: 8px 10px 22px rgba(0, 0, 0, 0.4);
}

.page-home .day-block.is-focus {
  border: 2px solid var(--home-accent);
  position: relative;
  box-shadow: 8px 8px 0 rgba(255, 106, 0, 0.24);
  transform: rotate(-0.5deg);
}

.page-home .day-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.12);
}

.page-home .day-name {
  font-family: Impact, 'Arial Black', 'PingFang SC', sans-serif;
  font-size: 20px;
  letter-spacing: 0.04em;
}

.page-home .day-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: #FFD700;
  border: 1px solid rgba(255, 215, 0, 0.5);
  padding: 2px 8px;
  letter-spacing: 0.1em;
}

.page-home .match-slot {
  background: rgba(10, 15, 30, 0.42);
  border-left: 3px solid rgba(255, 106, 0, 0.65);
  padding: 10px 10px 8px;
  margin-bottom: 10px;
}

.page-home .match-league {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--home-accent-soft);
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.page-home .match-time {
  font-family: 'JetBrains Mono', monospace;
  font-size: 16px;
  font-weight: 700;
  color: #FFD700;
}

.page-home .match-team {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
  word-break: break-all;
}

.page-home .match-team b {
  color: var(--home-accent);
  font-weight: 700;
  margin: 0 4px;
}

.page-home .calendar-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-home .calendar-visual {
  border: 2px solid #26334F;
  overflow: hidden;
  position: relative;
  flex: 1;
}

.page-home .calendar-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.18) 0%, transparent 45%, rgba(255, 215, 0, 0.08) 100%);
  pointer-events: none;
}

.page-home .calendar-visual img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
  min-height: 240px;
}

.page-home .calendar-note {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  padding: 14px 16px;
  background: var(--home-surface);
  border-left: 3px solid var(--home-gold);
}

/* ====== 资讯刷新 ====== */
.page-home .home-news {
  background: linear-gradient(180deg, var(--home-bg) 0%, #111B31 50%, var(--home-bg) 100%);
  border-top: 2px solid rgba(255, 106, 0, 0.28);
  border-bottom: 2px solid rgba(255, 106, 0, 0.28);
}

.page-home .news-console {
  background: rgba(13, 20, 36, 0.92);
  border: 2px solid #26334F;
  box-shadow: var(--home-shadow);
  overflow: hidden;
  padding: 0 0 20px;
}

.page-home .news-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: rgba(27, 42, 74, 0.55);
  border-bottom: 2px solid rgba(255, 106, 0, 0.25);
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
}

.page-home .news-refresh {
  margin-left: auto;
  color: var(--home-accent-soft);
  text-decoration: none;
  font-weight: 700;
  border: 1px solid rgba(255, 106, 0, 0.45);
  padding: 6px 14px;
  transition: background 0.2s ease, color 0.2s ease;
}

.page-home .news-refresh:hover {
  background: rgba(255, 106, 0, 0.2);
  color: #FFFFFF;
}

.page-home .news-strip {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-home .news-entry {
  position: relative;
  padding-left: 20px;
  border-left: 2px solid rgba(255, 106, 0, 0.35);
}

.page-home .news-entry::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: var(--home-accent);
  border: 2px solid #0A0F1E;
  transform: rotate(45deg);
}

.page-home .news-time {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  margin-bottom: 8px;
}

.page-home .news-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  background: var(--home-surface);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-home .news-card:hover {
  border-color: rgba(255, 106, 0, 0.7);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.32);
}

.page-home .news-thumb {
  position: relative;
  overflow: hidden;
}

.page-home .news-thumb img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
  min-height: 140px;
}

.page-home .thumb-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--home-flame);
  color: #FFFFFF;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  padding: 4px 10px;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.page-home .news-copy h3 {
  font-family: Impact, 'Arial Black', 'PingFang SC', sans-serif;
  font-size: 19px;
  line-height: 1.4;
  margin: 8px 0 6px;
  color: #FFFFFF;
}

.page-home .news-copy p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.page-home .tag {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border: 1px solid transparent;
}

.page-home .tag-primary {
  color: #FFAB70;
  border-color: rgba(255, 106, 0, 0.5);
  background: rgba(255, 106, 0, 0.08);
}

.page-home .tag-gold {
  color: #FFD700;
  border-color: rgba(255, 215, 0, 0.5);
  background: rgba(255, 215, 0, 0.06);
}

/* ====== 回看集锦 ====== */
.page-home .home-highlights {
  background: var(--home-bg);
}

.page-home .featured-clip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin: 24px 0 36px;
  background: var(--home-surface);
  border: 2px solid #26334F;
  overflow: hidden;
  box-shadow: var(--home-shadow);
}

.page-home .clip-cover {
  position: relative;
  overflow: hidden;
}

.page-home .clip-cover img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
  min-height: 200px;
}

.page-home .clip-badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #0A0F1E;
  background: #FFD700;
  padding: 6px 14px;
  font-weight: 700;
}

.page-home .clip-info {
  padding: 10px 22px 24px;
}

.page-home .clip-info h3 {
  font-family: Impact, 'Arial Black', 'PingFang SC', sans-serif;
  font-size: 26px;
  margin: 12px 0 10px;
  line-height: 1.3;
}

.page-home .clip-info p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 16px;
}

.page-home .text-link {
  color: var(--home-accent-soft);
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 2px solid rgba(255, 106, 0, 0.4);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.page-home .text-link:hover {
  color: #FFD700;
  border-color: #FFD700;
}

.page-home .league-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.page-home .league-card {
  background: linear-gradient(135deg, #131C32 0%, #0D1424 100%);
  border: 2px solid #26334F;
  border-top: 4px solid var(--home-accent);
  padding: 18px 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  position: relative;
}

.page-home .league-card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, transparent 50%, rgba(255, 106, 0, 0.55) 50%);
}

.page-home .league-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 106, 0, 0.7);
  box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.4);
}

.page-home .league-cat {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #FFAB70;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.page-home .league-card h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  color: #FFFFFF;
  line-height: 1.5;
}

.page-home .league-count {
  display: inline-block;
  margin-top: 10px;
  font-family: Impact, 'Arial Black', sans-serif;
  font-size: 28px;
  color: #FFD700;
}

.page-home .league-total {
  margin-top: 20px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  padding-left: 14px;
  border-left: 3px solid #FFD700;
}

/* ====== 订阅入口 ====== */
.page-home .home-subscribe {
  background: linear-gradient(180deg, var(--home-bg) 0%, #161227 45%, var(--home-bg) 100%);
  border-top: 2px solid rgba(255, 215, 0, 0.22);
}

.page-home .subscribe-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  background: linear-gradient(135deg, #1B2A4A 0%, #0D1424 70%);
  border: 2px solid rgba(255, 106, 0, 0.55);
  box-shadow: 10px 12px 0 rgba(255, 106, 0, 0.14), var(--home-shadow);
  padding: clamp(24px, 4vw, 44px);
  position: relative;
  overflow: hidden;
}

.page-home .subscribe-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #FF6A00, #FFD700, #E53935, #FF6A00);
  background-size: 300% 100%;
  animation: goldFlow 6s ease infinite;
}

.page-home .subscribe-main h3 {
  font-family: Impact, 'Arial Black', 'PingFang SC', sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  margin: 0 0 16px;
  line-height: 1.35;
}

.page-home .subscribe-main p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 26px;
  max-width: 680px;
}

.page-home .subscribe-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.page-home .subscribe-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-home .member-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(10, 15, 30, 0.5);
  border: 1px solid rgba(255, 215, 0, 0.28);
  padding: 16px 18px;
}

.page-home .member-icon {
  font-family: 'JetBrains Mono', monospace;
  font-size: 18px;
  color: #FFD700;
  line-height: 1.4;
}

.page-home .member-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

/* ====== 延伸探索 ====== */
.page-home .home-explore {
  background: var(--home-bg);
}

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

.page-home .explore-card {
  display: block;
  background: linear-gradient(135deg, #141E36 0%, #0D1424 70%);
  border: 2px solid #26334F;
  padding: 24px 22px;
  text-decoration: none;
  color: #FFFFFF;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}

.page-home .explore-card:nth-child(odd) {
  transform: rotate(-0.4deg);
}

.page-home .explore-card:nth-child(even) {
  transform: rotate(0.4deg);
}

.page-home .explore-card:hover {
  transform: translateY(-4px) rotate(0deg);
  border-color: rgba(255, 106, 0, 0.75);
  box-shadow: 8px 10px 26px rgba(0, 0, 0, 0.42);
}

.page-home .explore-code {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #FFAB70;
  display: block;
  margin-bottom: 12px;
}

.page-home .explore-card h3 {
  font-family: Impact, 'Arial Black', 'PingFang SC', sans-serif;
  font-size: 22px;
  margin: 0 0 10px;
}

.page-home .explore-card p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.68);
  margin: 0;
}

/* ====== 动画 ====== */
@keyframes heroFlameDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(28px, -18px, 0) scale(1.06);
  }
}

@keyframes goldFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* ====== 平板适配 ====== */
@media (min-width: 640px) {
  .page-home .hero-facts {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .news-card {
    grid-template-columns: 150px 1fr;
    align-items: start;
  }

  .page-home .news-thumb img {
    height: 150px;
    object-fit: cover;
  }

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

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

/* ====== 桌面适配 ====== */
@media (min-width: 1024px) {
  .page-home .home-hero {
    min-height: 88vh;
  }

  .page-home .hero-title {
    font-size: clamp(72px, 7vw, 108px);
  }

  .page-home .hero-lead {
    font-size: 20px;
  }

  .page-home .calendar-stage {
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.7fr);
    align-items: stretch;
  }

  .page-home .week-scroll {
    overflow: visible;
  }

  .page-home .day-list {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    padding: 20px;
  }

  .page-home .day-block {
    width: auto;
    margin-right: 0;
  }

  .page-home .calendar-visual {
    flex: 1;
  }

  .page-home .calendar-visual img {
    height: 100%;
    min-height: 320px;
  }

  .page-home .news-strip {
    padding: 28px;
    gap: 22px;
  }

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

  .page-home .clip-cover img {
    height: 100%;
    min-height: 260px;
  }

  .page-home .clip-info {
    padding: 30px 36px 30px 8px;
  }

  .page-home .league-grid {
    grid-template-columns: repeat(8, 1fr);
    gap: 12px;
  }

  .page-home .league-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 16px 12px;
  }

  .page-home .league-count {
    font-size: 24px;
  }

  .page-home .subscribe-panel {
    grid-template-columns: 1.3fr 0.9fr;
  }

  .page-home .explore-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
  }
}

/* ====== 大屏加固 ====== */
@media (min-width: 1440px) {
  .page-home .hero-content,
  .page-home .page-section .container {
    max-width: 1400px;
  }
}

/* ====== 减少动态偏好 ====== */
@media (prefers-reduced-motion: reduce) {
  .page-home .flame-layer-a,
  .page-home .flame-layer-b,
  .page-home .flame-layer-c,
  .page-home .subscribe-panel::before {
    animation: none;
  }

  .page-home .day-block,
  .page-home .explore-card:nth-child(odd),
  .page-home .explore-card:nth-child(even) {
    transform: none;
  }

  .page-home .btn,
  .page-home .day-block,
  .page-home .league-card,
  .page-home .explore-card {
    transition: none;
  }
}
