.page-home {
  --home-mono: "JetBrains Mono", "SFMono-Regular", "Roboto Mono", Consolas, monospace;
  --home-gap: 10px;
  --home-radius: 12px;
  position: relative;
  color: #ffffff;
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: clip;
}
.page-home img {
  max-width: 100%;
}
.page-home a {
  text-decoration: none;
  color: inherit;
}

/* ===== 比分直播条 ===== */
.page-home .score-ticker {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid var(--line-strong);
  background: rgba(7, 7, 11, .92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}
.page-home .ticker-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  background: linear-gradient(135deg, var(--live), #8E1E0A);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .1em;
  color: #fff;
  text-transform: uppercase;
  flex-shrink: 0;
}
.page-home .ticker-live .live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, .8);
}
.page-home .ticker-viewport {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.page-home .ticker-viewport::-webkit-scrollbar {
  display: none;
}
.page-home .ticker-list {
  display: flex;
  align-items: stretch;
  min-width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-home .ticker-item a {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 52px;
  padding: 0 18px;
  border-right: 1px solid var(--line-soft);
  color: var(--silver);
  font-size: 13px;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease;
}
.page-home .ticker-item a:hover,
.page-home .ticker-item a:focus-visible {
  background: var(--bg-raised);
  color: #fff;
}
.page-home .ticker-tag {
  color: var(--electric);
  font-size: 12px;
  border: 1px solid rgba(0, 200, 255, .3);
  border-radius: 3px;
  padding: 1px 5px;
}
.page-home .tick-team {
  font-weight: 600;
  color: #fff;
}
.page-home .tick-score {
  font-family: var(--home-mono);
  font-weight: 800;
  color: var(--live);
  letter-spacing: .02em;
  text-shadow: 0 0 12px rgba(255, 77, 46, .4);
  padding: 0 2px;
}
.page-home .tick-state {
  font-size: 12px;
  color: var(--volt);
}
.page-home .tick-state--live {
  color: var(--live);
}
.page-home .ticker-meta {
  display: none;
  align-items: center;
  gap: 14px;
  padding: 0 18px;
  font-size: 12px;
  color: var(--silver);
  border-left: 1px solid var(--line-soft);
  white-space: nowrap;
}

/* ===== 首屏 ===== */
.page-home .page-hero {
  position: relative;
  padding: 22px 0 52px;
}
.page-home .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .25;
}
.page-home .hero-costume {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.page-home .hero-lines {
  width: 100%;
  height: 100%;
  display: block;
}
.page-home .hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at 70% 30%, rgba(0, 200, 255, .18), transparent 46%),
    linear-gradient(180deg, rgba(11, 11, 16, .5), var(--bg) 92%);
}
.page-home .page-hero .container {
  position: relative;
  z-index: 2;
}
.page-home .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  color: var(--silver);
  font-size: 13px;
}
.page-home .hero-head {
  max-width: 820px;
  margin: 26px 0 32px;
}
.page-home .hero-head .kicker {
  color: var(--volt);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 13px;
  margin: 0 0 8px;
}
.page-home .hero-head .display-title {
  font-family: var(--font-head);
  font-size: clamp(30px, 5vw, 58px);
  line-height: 1.08;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .01em;
  margin: 0;
}
.page-home .title-sep {
  color: var(--live);
  margin: 0 10px;
}
.page-home .title-tagline {
  color: var(--electric);
  font-size: .62em;
  letter-spacing: .12em;
  margin-left: 2px;
}
.page-home .hero-head .page-caption {
  margin-top: 14px;
  color: var(--silver);
  font-size: 16px;
  max-width: 660px;
}
.page-home .hero-version {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.page-home .hero-status {
  font-size: 13px;
  color: var(--gold);
  font-family: var(--home-mono);
  letter-spacing: .04em;
}

/* ===== Bento 网格 ===== */
.page-home .hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap);
}
.page-home .bento-cell {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: var(--home-radius);
  background: var(--bg-raised);
}

/* 焦点赛事卡 */
.page-home .focus-match-card {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
  background: #0f1015;
}
.page-home .focus-match-card .card-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .55;
  z-index: 1;
}
.page-home .focus-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(11, 11, 16, .08) 0%, rgba(11, 11, 16, .15) 44%, rgba(11, 11, 16, .88) 100%);
}
.page-home .focus-top {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 20px;
}
.page-home .focus-league {
  font-size: 14px;
  color: var(--silver);
  font-weight: 600;
  letter-spacing: .03em;
}
.page-home .focus-body {
  position: relative;
  z-index: 3;
  padding: 0 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-home .focus-score {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.page-home .focus-team {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-head);
  font-size: 22px;
  letter-spacing: .04em;
  color: #fff;
  text-transform: uppercase;
}
.page-home .team-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.page-home .volt-dot {
  background: var(--volt);
  box-shadow: 0 0 8px var(--volt);
}
.page-home .electric-dot {
  background: var(--electric);
  box-shadow: 0 0 8px var(--electric);
}
.page-home .score-plate {
  font-family: var(--home-mono);
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  background: rgba(255, 77, 46, .16);
  border: 1px solid rgba(255, 77, 46, .6);
  border-radius: 6px;
  padding: 4px 16px;
  line-height: 1.2;
  letter-spacing: .03em;
  text-shadow: 0 0 18px rgba(255, 77, 46, .55);
}
.page-home .focus-hint {
  font-size: 13px;
  color: var(--silver);
  margin: 0;
}
.page-home .focus-body .secondary-btn {
  align-self: flex-start;
}

/* V3 下载卡 */
.page-home .download-card {
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 215, 0, .22), transparent 40%),
    var(--bg-raised);
  border: 1px solid rgba(255, 215, 0, .32);
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-home .download-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.page-home .version-chip {
  font-family: var(--home-mono);
  font-size: 12px;
  color: var(--gold);
  border: 1px solid rgba(255, 215, 0, .4);
  border-radius: 4px;
  padding: 2px 8px;
}
.page-home .download-title {
  font-family: var(--font-head);
  font-size: 28px;
  line-height: 1.2;
  color: var(--gold);
  margin: 0;
  text-transform: uppercase;
}
.page-home .download-desc {
  color: var(--silver);
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.55;
}
.page-home .download-card .primary-btn {
  margin-top: 16px;
  background: linear-gradient(135deg, var(--gold), #F0A72B);
  color: var(--ink);
  border: none;
  box-shadow: 0 6px 24px rgba(255, 215, 0, .28);
  font-weight: 800;
  letter-spacing: .03em;
  font-family: var(--font-head);
}
.page-home .download-btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
  pointer-events: auto;
}
.page-home .download-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -70%;
  width: 40%;
  height: 100%;
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, .65), transparent);
  transform: skewX(-18deg);
  animation: home-shine 3s ease-in-out infinite;
  pointer-events: none;
}
@keyframes home-shine {
  0% {
    left: -70%;
  }
  55%,
  100% {
    left: 130%;
  }
}
.page-home .download-cap {
  margin-top: 14px;
  font-size: 12px;
  color: var(--silver);
  letter-spacing: .02em;
}

/* 首发阵容对比 */
.page-home .lineup-card {
  padding: 18px 16px;
  background:
    linear-gradient(135deg, rgba(57, 255, 20, .04), transparent 50%),
    var(--bg-raised);
}
.page-home .lineup-title {
  font-family: var(--font-head);
  font-size: 18px;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: .03em;
}
.page-home .lineup-match {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
.page-home .lineup-box {
  flex: 1;
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  background: rgba(0, 0, 0, .28);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.page-home .lineup-box.home {
  border-top: 3px solid var(--volt);
}
.page-home .lineup-box.away {
  border-top: 3px solid var(--electric);
}
.page-home .lineup-box b {
  font-family: var(--font-head);
  font-size: 18px;
  color: #fff;
  letter-spacing: .04em;
}
.page-home .formation {
  font-family: var(--home-mono);
  font-size: 12px;
  color: var(--silver);
}
.page-home .vs-medal {
  width: 42px;
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  flex-shrink: 0;
  align-self: center;
}
.page-home .formation-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px dashed var(--line-soft);
}
.page-home .formation-list li {
  display: grid;
  grid-template-columns: 1fr 42px 42px 1fr;
  gap: 6px;
  padding: 7px 4px;
  border-bottom: 1px dashed var(--line-soft);
  align-items: center;
  font-size: 13px;
}
.page-home .formation-list .pos-label {
  color: var(--silver);
  font-size: 12px;
}
.page-home .formation-list .pos-label:last-child {
  text-align: right;
}
.page-home .formation-list .home-num {
  text-align: right;
  font-family: var(--home-mono);
  font-weight: 700;
  color: var(--volt);
}
.page-home .formation-list .away-num {
  text-align: left;
  font-family: var(--home-mono);
  font-weight: 700;
  color: var(--electric);
}
.page-home .lineup-meta {
  margin-top: 12px;
  font-size: 12px;
  color: var(--silver);
  display: flex;
  align-items: center;
  gap: 6px;
}
.page-home .lineup-meta::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--volt);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--volt);
}

/* 热门赛事小型卡 */
.page-home .sm-card {
  min-height: 224px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-home .sm-card .card-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .45;
  transition: transform .3s ease, opacity .3s ease;
}
.page-home .sm-card:hover .card-photo {
  transform: scale(1.04);
  opacity: .6;
}
.page-home .sm-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 11, 16, .15), rgba(11, 11, 16, .88));
  z-index: 2;
}
.page-home .sm-body {
  position: relative;
  z-index: 3;
  padding: 14px;
}
.page-home .sm-head {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  font-size: 13px;
  color: var(--silver);
  flex-wrap: wrap;
}
.page-home .sm-score {
  font-family: var(--home-mono);
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  letter-spacing: .02em;
  line-height: 1.4;
}
.page-home .lineup-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 11, 16, .72);
  color: var(--volt);
  font-family: var(--font-head);
  font-weight: 700;
  letter-spacing: .1em;
  font-size: 14px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease;
}
.page-home .sm-card:hover .lineup-overlay,
.page-home .sm-card:focus-within .lineup-overlay {
  opacity: 1;
  transform: translateY(0);
}

/* ===== 回看集锦 ===== */
.page-home .highlight-reel {
  padding: 40px 0 44px;
  background: var(--bg-raised);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.page-home .section-head .kicker {
  color: var(--volt);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 6px;
}
.page-home .section-head .section-sub {
  color: var(--silver);
  margin-top: 6px;
}
.page-home .reel-scroller {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 6px 4px 12px;
  scroll-snap-type: x mandatory;
}
.page-home .reel-card {
  position: relative;
  flex: 0 0 240px;
  min-height: 250px;
  border-radius: 10px;
  border: 1px solid var(--line-soft);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  background: #0F1118;
  scroll-snap-align: start;
  transition: border-color .2s ease, transform .2s ease;
}
.page-home .reel-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 11, 16, .18), rgba(11, 11, 16, .82));
  z-index: 1;
}
.page-home .reel-card > * {
  position: relative;
  z-index: 2;
}
.page-home .reel-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
  transition: transform .3s ease;
}
.page-home .reel-card:hover img {
  transform: scale(1.04);
}
.page-home .reel-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-2px);
}
.page-home .reel-card--plain1 {
  background: linear-gradient(145deg, #07212e, #060b10);
}
.page-home .reel-card--plain2 {
  background: linear-gradient(145deg, #13260b, #071006);
}
.page-home .reel-card--plain3 {
  background: linear-gradient(145deg, #201607, #0d0904);
}
.page-home .reel-round {
  font-family: var(--home-mono);
  font-size: 12px;
  color: var(--gold);
  border: 1px solid rgba(255, 215, 0, .4);
  border-radius: 5px;
  padding: 3px 8px;
  align-self: flex-start;
  background: rgba(11, 11, 16, .55);
}
.page-home .reel-card strong {
  font-family: var(--font-head);
  font-size: 16px;
  color: #fff;
  margin-top: auto;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.page-home .reel-events {
  font-size: 12px;
  color: var(--silver);
  margin-top: 4px;
}

/* ===== 战报速递 ===== */
.page-home .report-feed {
  padding: 48px 0 40px;
}
.page-home .report-layout {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}
.page-home .report-intro {
  max-width: 520px;
}
.page-home .report-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-soft);
}
.page-home .report-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-soft);
  align-items: start;
}
.page-home .report-cat {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  justify-self: start;
  color: var(--electric);
  font-size: 12px;
  border: 1px solid rgba(0, 200, 255, .32);
  border-radius: 3px;
  padding: 2px 8px;
}
.page-home .report-num {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  justify-self: end;
  font-family: var(--home-mono);
  font-size: 12px;
  color: var(--gold);
}
.page-home .report-item a {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  position: relative;
  padding-bottom: 2px;
}
.page-home .report-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: var(--electric);
  transition: width .25s ease;
}
.page-home .report-item a:hover::after {
  width: 100%;
}
.page-home .report-cta {
  margin-top: 6px;
  display: flex;
  justify-content: flex-end;
}

/* ===== 资料下载中心 ===== */
.page-home .data-archive {
  padding: 48px 0 40px;
}
.page-home .archive-card {
  background: var(--paper);
  color: var(--ink);
  border-radius: 18px;
  padding: 26px 22px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
  position: relative;
  overflow: hidden;
}
.page-home .archive-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 180px;
  background:
    linear-gradient(135deg, transparent 44%, rgba(255, 215, 0, .24) 44%, rgba(255, 215, 0, .24) 56%, transparent 56%),
    linear-gradient(45deg, transparent 46%, rgba(26, 20, 8, .06) 46%, rgba(26, 20, 8, .06) 54%, transparent 54%);
  background-size: 24px 24px;
  border-radius: 0 0 0 18px;
}
.page-home .archive-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.page-home .archive-head .section-title {
  color: var(--ink);
  margin: 4px 0 0;
}
.page-home .archive-head .kicker {
  color: var(--ink);
  opacity: .7;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}
.page-home .archive-head .section-sub {
  color: rgba(26, 20, 8, .7);
  margin-top: 6px;
}
.page-home .archive-snapshot {
  background: rgba(26, 20, 8, .06);
  border: 1px solid rgba(26, 20, 8, .14);
  border-radius: 12px;
  padding: 16px;
}
.page-home .archive-snapshot dl {
  margin: 12px 0 0;
  display: grid;
  gap: 8px;
}
.page-home .archive-snapshot dl div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.page-home .archive-snapshot dt {
  font-size: 12px;
  color: rgba(26, 20, 8, .6);
}
.page-home .archive-snapshot dd {
  margin: 0;
  font-family: var(--home-mono);
  font-weight: 800;
  font-size: 18px;
  color: var(--ink);
}
.page-home .archive-search {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-home .archive-search input {
  flex: 1 1 260px;
  background: #fff;
  border: 1px solid rgba(26, 20, 8, .3);
  border-radius: 8px;
  padding: 13px 16px;
  font-size: 15px;
  font-family: var(--font-body);
  color: var(--ink);
  outline: none;
}
.page-home .archive-search input:focus {
  outline: 2px solid var(--electric);
  outline-offset: 2px;
  border-color: transparent;
}
.page-home .archive-card .primary-btn {
  background: var(--ink);
  color: var(--paper);
  border: none;
  border-radius: 8px;
  padding: 13px 20px;
  font-family: var(--font-head);
  font-weight: 700;
  letter-spacing: .04em;
}
.page-home .archive-stats {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.page-home .archive-stats li {
  background: rgba(26, 20, 8, .05);
  border-radius: 8px;
  padding: 12px;
  text-align: center;
}
.page-home .archive-stats b {
  display: block;
  font-family: var(--home-mono);
  font-size: 20px;
  color: var(--live);
}
.page-home .archive-stats span {
  font-size: 12px;
  color: rgba(26, 20, 8, .7);
}

/* ===== 品牌信任带 ===== */
.page-home .brand-proof {
  padding: 36px 0 52px;
}
.page-home .proof-line {
  border-top: 1px solid var(--line-soft);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  color: var(--silver);
  font-size: 14px;
}
.page-home .proof-line p {
  max-width: 600px;
  margin: 0;
}
.page-home .proof-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.page-home .proof-links a {
  color: var(--electric);
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 200, 255, .3);
  transition: color .2s ease, border-color .2s ease;
  padding-bottom: 2px;
}
.page-home .proof-links a:hover {
  color: var(--volt);
  border-color: var(--volt);
}

/* ===== V3 下载模态 ===== */
.page-home .v3-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(5, 5, 8, .92);
}
.page-home .v3-modal:target {
  display: flex;
}
.page-home .modal-panel {
  background: var(--paper);
  color: var(--ink);
  border-radius: 14px;
  max-width: 340px;
  width: 100%;
  padding: 28px;
  text-align: center;
  position: relative;
  box-shadow: 0 30px 60px rgba(0, 0, 0, .5);
}
.page-home .modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 26px;
  line-height: 1;
  color: rgba(26, 20, 8, .5);
  transition: color .2s ease;
  text-decoration: none;
}
.page-home .modal-close:hover {
  color: var(--ink);
}
.page-home .modal-panel .tag {
  margin-bottom: 8px;
}
.page-home .modal-panel h3 {
  font-family: var(--font-head);
  font-size: 24px;
  margin: 8px 0 4px;
  color: var(--ink);
}
.page-home .modal-panel p {
  font-size: 13px;
  color: rgba(26, 20, 8, .7);
  margin: 4px 0;
}
.page-home .qr-bg {
  width: 140px;
  height: 140px;
  margin: 16px auto;
  border: 6px solid var(--ink);
  border-radius: 6px;
  background:
    linear-gradient(135deg, #1a1408 25%, transparent 25%) 0 0 / 18px 18px,
    linear-gradient(225deg, #1a1408 25%, transparent 25%) 0 0 / 18px 18px,
    #fff;
  position: relative;
}
.page-home .qr-bg::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  width: 36px;
  height: 36px;
  border: 5px solid var(--ink);
  border-right: 0;
  border-bottom: 0;
}
.page-home .modal-note {
  font-size: 12px;
  color: rgba(26, 20, 8, .55);
  margin: 12px 0 0;
}

/* ===== 响应式增强 ===== */
@media (min-width: 760px) {
  .page-home .ticker-meta {
    display: inline-flex;
  }
  .page-home .archive-head {
    grid-template-columns: 1fr 260px;
  }
  .page-home .archive-stats {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-home .report-layout {
    grid-template-columns: 320px 1fr;
  }
  .page-home .report-cta {
    grid-column: 2 / 3;
  }
  .page-home .report-intro {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .page-home .report-list {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }
}

@media (min-width: 960px) {
  .page-home .hero-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .page-home .focus-match-card {
    grid-column: span 7;
    grid-row: span 2;
    min-height: 440px;
  }
  .page-home .download-card {
    grid-column: span 5;
  }
  .page-home .lineup-card {
    grid-column: span 5;
  }
  .page-home .basket-card {
    grid-column: span 4;
  }
  .page-home .tennis-card {
    grid-column: span 4;
  }
  .page-home .esports-card {
    grid-column: span 4;
  }
  .page-home .sm-card {
    min-height: 240px;
  }
  .page-home .focus-match-card {
    min-height: 480px;
  }
  .page-home .data-archive {
    padding: 56px 0 48px;
  }
}
