/* site-craft · 成品2 · 潮汐雾港
   雾青底 + 深海青 + 琥珀 CTA · 圆角胶囊 · 竖版海报
   与站1红蓝白全面区分 */

:root {
  --ab-primary: #0e7490 !important;
  --ab-cta: #f59e0b !important;
  --ab-accent: #22d3ee !important;
  --ab-bg: #e6f4f7 !important;
  --ab-surface: #ffffff !important;
  --ab-ink: #0c2d3a !important;
  --ab-muted: #5b7d8a !important;
  --ab-line: rgba(14, 116, 144, 0.16) !important;
  --ab-navy: #083344 !important;
  --ab-glow: rgba(14, 116, 144, 0.2) !important;
  --ab-deep: #155e75 !important;
  --hr-max: 1200px;
  color-scheme: light !important;
}

.body-ab {
  background-color: #e6f4f7 !important;
  background-image:
    radial-gradient(920px 520px at 8% 6%, rgba(34, 211, 238, 0.28), transparent 58%),
    radial-gradient(860px 480px at 92% 14%, rgba(14, 116, 144, 0.2), transparent 55%),
    radial-gradient(720px 420px at 48% 100%, rgba(245, 158, 11, 0.1), transparent 52%),
    linear-gradient(180deg, #d8eef4 0%, #e6f4f7 42%, #d4e9ef 100%) !important;
  background-size: 130% 130%, 130% 130%, 110% 110%, 100% 100% !important;
  background-position: 0% 0%, 100% 0%, 50% 100%, center !important;
  color: var(--ab-ink) !important;
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif !important;
  animation: tide-breath 10s ease-in-out infinite alternate !important;
}

@keyframes tide-breath {
  0% {
    background-position: 0% 0%, 100% 0%, 42% 100%, center;
  }
  50% {
    background-position: 16% 20%, 82% 26%, 58% 92%, center;
  }
  100% {
    background-position: 26% 10%, 72% 38%, 48% 86%, center;
  }
}

.body-ab a { color: #0e7490 !important; }
.body-ab a:hover { color: #d97706 !important; }
.body-ab a.ab-btn--fire,
.body-ab a.ab-btn--fire:hover,
.body-ab a.ab-top__hot,
.body-ab a.ab-top__hot:hover {
  color: #1c1917 !important;
}
.body-ab a.ab-topnav[aria-current="page"],
.body-ab .ab-topnav a[aria-current="page"] {
  color: #fff !important;
}
.body-ab .ab-spotlight__cta a.ab-btn--ghost,
.body-ab .ab-spotlight__cta a.ab-btn--ghost:hover {
  color: #fff !important;
}

/* ══════ 头部：雾面甲板 · 胶囊导航 ══════ */
.ab-top {
  background: rgba(255, 255, 255, 0.82) !important;
  backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 0 !important;
  box-shadow: 0 10px 32px rgba(8, 51, 68, 0.06) !important;
}
.ab-top::after {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, #67e8f9, #0e7490, #f59e0b, #0e7490, #67e8f9);
}
.ab-top__inner {
  max-width: var(--hr-max) !important;
  min-height: 64px !important;
  height: auto !important;
  padding: 10px 20px !important;
  gap: 14px !important;
}
.ab-logo__mark {
  width: 40px !important;
  height: 40px !important;
  border-radius: 999px !important;
  background: linear-gradient(145deg, #22d3ee, #0e7490) !important;
  box-shadow: 0 8px 20px rgba(14, 116, 144, 0.35);
}
.ab-logo__text {
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  color: #0c2d3a !important;
  max-width: 180px !important;
}
.ab-topnav {
  justify-content: flex-start !important;
  gap: 6px !important;
}
.ab-topnav a {
  border-radius: 999px !important;
  padding: 8px 14px !important;
  color: #5b7d8a !important;
  font-weight: 600 !important;
}
.ab-topnav a:hover {
  color: #0e7490 !important;
  background: rgba(34, 211, 238, 0.12) !important;
}
.ab-topnav a[aria-current="page"] {
  background: linear-gradient(135deg, #0e7490, #155e75) !important;
  color: #fff !important;
}
.ab-find {
  border: 1px solid rgba(14, 116, 144, 0.2) !important;
  border-radius: 999px !important;
  background: #f0fafc !important;
}
.ab-find button {
  background: #0e7490 !important;
  border-radius: 0 !important;
}
.ab-top__hot {
  border-radius: 999px !important;
  background: linear-gradient(135deg, #fbbf24, #f59e0b) !important;
  color: #1c1917 !important;
  box-shadow: 0 6px 16px rgba(245, 158, 11, 0.35) !important;
}
.ab-top__hot:hover { color: #1c1917 !important; filter: brightness(1.05); }
.ab-top__menu {
  border-radius: 999px !important;
  border-color: rgba(14, 116, 144, 0.25) !important;
  color: #0e7490 !important;
}

.ab-main {
  max-width: var(--hr-max) !important;
  padding: 28px 20px 56px !important;
}

/* ══════ 首屏：潮汐卡片 · 左文右浪纹 ══════ */
.ab-spotlight {
  margin-bottom: 28px !important;
  padding: 44px 40px !important;
  border-radius: 28px !important;
  background:
    linear-gradient(125deg, #083344 0%, #0e7490 48%, #22d3ee 100%) !important;
  box-shadow:
    0 24px 48px rgba(14, 116, 144, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  overflow: hidden;
  position: relative;
}
.ab-spotlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(420px 240px at 88% 20%, rgba(251, 191, 36, 0.22), transparent 55%),
    radial-gradient(360px 200px at 10% 90%, rgba(255, 255, 255, 0.1), transparent 50%);
  pointer-events: none;
  animation: ab-tide 8s ease-in-out infinite alternate;
}
@keyframes ab-tide {
  0% { opacity: 0.75; transform: scale(1); }
  100% { opacity: 1; transform: scale(1.05); }
}
.ab-spotlight__copy { z-index: 1; max-width: 560px !important; }
.ab-spotlight__tag {
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.16) !important;
  color: #fde68a !important;
  padding: 6px 14px !important;
  letter-spacing: 0.08em !important;
}
.ab-spotlight h1 {
  font-size: clamp(1.6rem, 4vw, 2.4rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
  color: #f8fffe !important;
}
.ab-spotlight__lead { color: rgba(248, 255, 254, 0.82) !important; }
.ab-btn {
  border-radius: 999px !important;
  padding: 12px 22px !important;
}
.ab-btn--fire {
  background: linear-gradient(135deg, #fbbf24, #f59e0b) !important;
  color: #1c1917 !important;
  box-shadow: 0 10px 28px rgba(245, 158, 11, 0.4) !important;
}
.ab-btn--fire:hover { color: #1c1917 !important; }
.ab-spotlight__cta .ab-btn--ghost {
  border: 1.5px solid rgba(255, 255, 255, 0.55) !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
}
.ab-spotlight__strip {
  gap: 10px !important;
  align-items: center !important;
  z-index: 1;
}
.ab-spotlight__strip span {
  width: 56px !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.ab-spotlight__strip span:nth-child(1) { height: 150px !important; transform: translateY(12px); }
.ab-spotlight__strip span:nth-child(2) { height: 110px !important; background: rgba(251, 191, 36, 0.28) !important; transform: translateY(-8px); }
.ab-spotlight__strip span:nth-child(3) { height: 170px !important; }
.ab-spotlight__strip span:nth-child(4) { height: 90px !important; background: rgba(34, 211, 238, 0.3) !important; transform: translateY(18px); }

/* ══════ 中部：胶囊分类 + 竖版卡片 ══════ */
.ab-tiles {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-bottom: 32px !important;
}
.ab-tiles__item {
  border-radius: 20px !important;
  border: 1px solid rgba(14, 116, 144, 0.12) !important;
  padding: 16px 8px !important;
  box-shadow: 0 4px 14px rgba(8, 51, 68, 0.04);
}
.ab-tiles__item em {
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  background: linear-gradient(145deg, rgba(34, 211, 238, 0.25), rgba(14, 116, 144, 0.15)) !important;
  color: #0e7490 !important;
}
.ab-tiles__item:hover {
  border-color: #0e7490 !important;
  box-shadow: 0 12px 28px rgba(14, 116, 144, 0.14) !important;
}
.ab-tiles__item--all em {
  background: linear-gradient(135deg, #fbbf24, #f59e0b) !important;
  color: #1c1917 !important;
}

.ab-panel__head h2 { font-size: 1.25rem !important; font-weight: 800 !important; }
.ab-panel__bar {
  width: 6px !important;
  height: 22px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #22d3ee, #0e7490) !important;
}
.ab-panel__bar--orange { background: linear-gradient(180deg, #fbbf24, #f59e0b) !important; }

/* 竖版 2:3 海报（改掉原来的 1:1 方格） */
.ab-mosaic--hot,
.ab-mosaic--cat,
.movie-grid.ab-mosaic {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px 14px !important;
  overflow: visible !important;
}
/* 最新更新：固定 7 列整行，避免 auto-fill 缺角 */
.ab-rail.movie-grid,
.ab-panel--rail .ab-rail {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  gap: 16px 12px !important;
  overflow: visible !important;
  padding-bottom: 0 !important;
  scroll-snap-type: none !important;
}
.ab-rail .ab-tile {
  flex: none !important;
  min-width: 0 !important;
  width: auto !important;
}
.ab-tile {
  border-radius: 18px !important;
  border: 1px solid rgba(14, 116, 144, 0.1) !important;
  box-shadow: 0 8px 22px rgba(8, 51, 68, 0.06) !important;
  overflow: hidden;
  background: #fff !important;
}
.ab-tile:hover {
  border-color: rgba(14, 116, 144, 0.35) !important;
  box-shadow: 0 18px 36px rgba(14, 116, 144, 0.16) !important;
  transform: translateY(-5px) !important;
}
.ab-tile__frame img {
  aspect-ratio: 2 / 3 !important;
}
.ab-tile__hot {
  left: 10px !important;
  right: auto !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #fbbf24, #f59e0b) !important;
  color: #1c1917 !important;
}
.ab-tile__cap {
  background: linear-gradient(to top, rgba(8, 51, 68, 0.92) 0%, rgba(8, 51, 68, 0.25) 55%, transparent 75%) !important;
}
.ab-tile__cap p span:first-child { color: #67e8f9 !important; }

.ab-mini {
  border-radius: 16px !important;
  border: 1px solid rgba(14, 116, 144, 0.12) !important;
  grid-template-columns: 64px 1fr !important;
}
.ab-mini__thumb img { aspect-ratio: 2 / 3 !important; border-radius: 10px; }
.ab-mini__go {
  border-radius: 999px !important;
  background: #0e7490 !important;
}

/* ══════ 分类页：横幅 + 圆角卡片墙 ══════ */
body.body-ab .page-hero,
body.body-ab .compact-hero {
  margin-bottom: 24px !important;
  padding: 28px 28px !important;
  border-radius: 22px !important;
  background:
    linear-gradient(135deg, rgba(14, 116, 144, 0.1), rgba(34, 211, 238, 0.08)),
    #fff !important;
  border: 1px solid rgba(14, 116, 144, 0.12) !important;
  box-shadow: 0 8px 24px rgba(8, 51, 68, 0.05) !important;
  color: #0c2d3a !important;
}
body.body-ab .page-hero h1,
body.body-ab .compact-hero h1 {
  color: #0c2d3a !important;
  font-weight: 800 !important;
}
body.body-ab .page-hero p,
body.body-ab .compact-hero p {
  color: #5b7d8a !important;
}
body.body-ab .eyebrow,
body.body-ab .eyebrow.solo {
  color: #0e7490 !important;
  background: rgba(14, 116, 144, 0.1) !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.72rem;
  border-radius: 999px !important;
}
body.body-ab .category-grid,
body.body-ab .category-grid.large {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}
body.body-ab .overview-card {
  display: block !important;
  padding: 22px 20px !important;
  border-radius: 18px !important;
  background: #fff !important;
  border: 1px solid rgba(14, 116, 144, 0.1) !important;
  border-left: 4px solid #0e7490 !important;
  box-shadow: 0 6px 18px rgba(8, 51, 68, 0.05);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  color: inherit !important;
}
body.body-ab .overview-card:hover {
  transform: translateY(-3px);
  border-color: rgba(14, 116, 144, 0.3) !important;
  border-left-color: #f59e0b !important;
  box-shadow: 0 14px 32px rgba(14, 116, 144, 0.12);
}
body.body-ab .overview-main strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  color: #0c2d3a !important;
  margin-bottom: 8px;
}
body.body-ab .overview-main span {
  color: #5b7d8a;
  font-size: 0.88rem;
  line-height: 1.6;
}
body.body-ab .overview-links {
  margin-top: 14px;
  display: flex;
  gap: 12px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #0e7490;
}
body.body-ab .overview-links span {
  background: rgba(14, 116, 144, 0.08) !important;
  color: #0e7490 !important;
  border-radius: 999px !important;
  padding: 4px 10px;
}

.ab-crumb a { color: #0e7490 !important; }

/* 分类栏目页：顶栏 + 侧筛 + 片库 */
.ab-cathead {
  margin-bottom: 22px !important;
}
.ab-cathead__box {
  margin-top: 12px;
  padding: 24px 26px !important;
  border-radius: 20px !important;
  background:
    linear-gradient(135deg, rgba(14, 116, 144, 0.12), rgba(34, 211, 238, 0.08)),
    #fff !important;
  border: 1px solid rgba(14, 116, 144, 0.12) !important;
  border-left: 5px solid #0e7490 !important;
  box-shadow: 0 8px 24px rgba(8, 51, 68, 0.05);
}
.ab-cathead__box h1 {
  color: #0c2d3a !important;
  font-weight: 800 !important;
  font-size: clamp(1.35rem, 3vw, 1.85rem) !important;
}
.ab-cathead__box p { color: #5b7d8a !important; }

.ab-catlayout {
  display: grid !important;
  grid-template-columns: 240px minmax(0, 1fr) !important;
  gap: 22px !important;
  align-items: start;
}
.ab-sidefilter {
  position: sticky;
  top: 88px;
  border-radius: 18px !important;
  background: #fff !important;
  border: 1px solid rgba(14, 116, 144, 0.12) !important;
  border-top: 3px solid #22d3ee !important;
  padding: 18px 16px !important;
  box-shadow: 0 8px 22px rgba(8, 51, 68, 0.05);
}
.ab-sidefilter h2 {
  color: #0c2d3a !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
}
.ab-sidefilter__field input,
.ab-sidefilter__field select {
  border-radius: 999px !important;
  border: 1px solid rgba(14, 116, 144, 0.2) !important;
  background: #f0fafc !important;
}
.ab-sidefilter__field input:focus,
.ab-sidefilter__field select:focus {
  border-color: #0e7490 !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(14, 116, 144, 0.15);
}

.ab-filters,
.ab-filterbar,
.me-filters {
  border-radius: 16px !important;
  background: #fff !important;
  border: 1px solid rgba(14, 116, 144, 0.12) !important;
  border-top: 3px solid #22d3ee !important;
  padding: 16px !important;
}

/* ══════ 播放页：宽剧场 + 侧栏信息甲板 ══════ */
.ab-play {
  display: grid !important;
  grid-template-columns: minmax(0, 1.75fr) minmax(280px, 0.95fr) !important;
  gap: 24px !important;
  align-items: start !important;
  margin-bottom: 40px !important;
}
.ab-play__screen {
  border-radius: 22px !important;
  overflow: hidden !important;
  background: #04151c !important;
  border: 0 !important;
  box-shadow:
    0 28px 56px rgba(8, 51, 68, 0.28),
    0 0 0 1px rgba(14, 116, 144, 0.12) !important;
  position: relative;
}
.ab-play__screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.ab-play__screen video,
.ab-play__screen #movie-player {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  max-height: none !important;
  display: block;
  background: #000;
}
.ab-play__info {
  position: sticky;
  top: 84px;
  display: grid !important;
  grid-template-columns: 108px minmax(0, 1fr) !important;
  grid-template-areas:
    "poster title"
    "poster chips"
    "poster cta"
    "syn syn" !important;
  gap: 10px 16px !important;
  align-content: start;
  border-radius: 22px !important;
  padding: 20px !important;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(240, 250, 252, 0.92)) !important;
  border: 1px solid rgba(14, 116, 144, 0.14) !important;
  box-shadow: 0 16px 40px rgba(8, 51, 68, 0.1) !important;
  backdrop-filter: blur(10px);
}
.ab-play__info > h1 {
  grid-area: title;
  margin: 0 !important;
  color: #0c2d3a !important;
  font-weight: 800 !important;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem) !important;
  line-height: 1.35 !important;
}
.ab-play__chips {
  grid-area: chips;
  display: flex !important;
  flex-wrap: wrap;
  gap: 6px !important;
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.ab-play__chips li {
  padding: 4px 10px !important;
  border-radius: 999px !important;
  background: rgba(14, 116, 144, 0.1) !important;
  color: #0e7490 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}
.ab-play__chips li:nth-child(2n) {
  background: rgba(245, 158, 11, 0.14) !important;
  color: #b45309 !important;
}
/* 简介与剧情重复，侧栏只保留剧情块 */
.ab-play__brief {
  display: none !important;
}
.ab-play__poster {
  grid-area: poster;
  margin: 0 !important;
}
.ab-play__poster img {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  border-radius: 14px !important;
  aspect-ratio: 2 / 3 !important;
  object-fit: cover !important;
  border: 0 !important;
  box-shadow: 0 10px 24px rgba(8, 51, 68, 0.18);
  display: block;
}
.ab-play__info > .ab-btn,
.ab-play__info > a.ab-btn--fire {
  grid-area: cta;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 4px 0 0 !important;
  border-radius: 999px !important;
  padding: 11px 18px !important;
  font-weight: 800 !important;
  background: linear-gradient(135deg, #fbbf24, #f59e0b) !important;
  color: #1c1917 !important;
  box-shadow: 0 10px 24px rgba(245, 158, 11, 0.35) !important;
  text-align: center;
}
.ab-play__synopsis {
  grid-area: syn;
  margin-top: 8px !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(14, 116, 144, 0.12) !important;
}
.ab-play__synopsis h2 {
  margin: 0 0 8px !important;
  color: #0c2d3a !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ab-play__synopsis h2::before {
  content: "";
  width: 5px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #22d3ee, #0e7490);
}
.ab-play__synopsis p {
  margin: 0 !important;
  color: #5b7d8a !important;
  line-height: 1.75 !important;
  font-size: 0.88rem !important;
  display: block !important;
  -webkit-line-clamp: unset !important;
  overflow: visible !important;
}

.ab-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-bottom: 16px;
  font-size: 0.84rem;
  color: #5b7d8a;
}
.ab-crumb span { color: #94a3b8; }

/* 相关推荐：竖版海报网格，与首页统一 */
.ab-mosaic--rel.movie-grid,
.ab-mosaic.ab-mosaic--rel {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px 14px !important;
  overflow: visible !important;
}
.ab-mosaic--rel .ab-mini {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  padding: 0 !important;
  border-radius: 18px !important;
  border: 1px solid rgba(14, 116, 144, 0.1) !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(8, 51, 68, 0.06) !important;
  overflow: hidden;
  min-width: 0 !important;
  transition: transform 0.2s, box-shadow 0.2s;
}
.ab-mosaic--rel .ab-mini:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(14, 116, 144, 0.14) !important;
}
.ab-mosaic--rel .ab-mini__thumb {
  display: block;
  width: 100%;
  border-radius: 0 !important;
  position: relative;
}
.ab-mosaic--rel .ab-mini__thumb img {
  width: 100% !important;
  aspect-ratio: 2 / 3 !important;
  object-fit: cover !important;
  display: block;
}
.ab-mosaic--rel .ab-mini__hot {
  top: 8px !important;
  left: 8px !important;
  right: auto !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #22d3ee, #0e7490) !important;
  color: #fff !important;
  font-size: 10px !important;
  padding: 3px 8px !important;
}
.ab-mosaic--rel .ab-mini__body {
  padding: 12px 12px 14px !important;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.ab-mosaic--rel .ab-mini__body h3 {
  margin: 0 !important;
  font-size: 0.9rem !important;
  line-height: 1.35 !important;
}
.ab-mosaic--rel .ab-mini__body h3 a {
  color: #0c2d3a !important;
}
.ab-mosaic--rel .ab-mini__body h3 a:hover {
  color: #0e7490 !important;
}
.ab-mosaic--rel .ab-mini__body p {
  margin: 0 !important;
  font-size: 0.75rem !important;
  color: #5b7d8a !important;
}
.ab-mosaic--rel .ab-mini__go {
  margin-top: auto;
  align-self: flex-start;
  border-radius: 999px !important;
  padding: 5px 12px !important;
  background: #0e7490 !important;
  color: #fff !important;
}

/* ══════ 尾部：深海青甲板 ══════ */
.ab-foot {
  margin-top: auto;
  background: linear-gradient(160deg, #083344 0%, #0e7490 55%, #155e75 100%) !important;
  color: rgba(248, 255, 254, 0.75) !important;
  border-top: 0 !important;
  padding: 40px 20px 28px !important;
}
.ab-foot__grid {
  max-width: var(--hr-max);
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
}
.ab-foot__about strong {
  color: #67e8f9 !important;
  font-size: 1.05rem;
}
.ab-foot__about p { color: rgba(248, 255, 254, 0.55) !important; }
.ab-foot__links h3 {
  color: #fbbf24 !important;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}
.ab-foot__links a {
  color: rgba(248, 255, 254, 0.7) !important;
}
.ab-foot__links a:hover { color: #fff !important; }
.ab-foot__bar {
  max-width: var(--hr-max);
  margin: 0 auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
  color: rgba(248, 255, 254, 0.45);
}
.ab-foot__tag { color: #fbbf24 !important; }

/* section-block / section-head 通用 */
.section-head h2 {
  color: #0c2d3a !important;
  font-weight: 800 !important;
}
.section-icon {
  color: #0e7490 !important;
}

/* ══════ 响应式 ══════ */
@media (max-width: 1100px) {
  .ab-mosaic--hot,
  .ab-mosaic--cat,
  .movie-grid.ab-mosaic,
  .ab-mosaic--rel.movie-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .ab-rail.movie-grid,
  .ab-panel--rail .ab-rail { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .ab-tiles { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .category-grid.large { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 900px) {
  .ab-spotlight { padding: 32px 22px !important; border-radius: 20px !important; flex-direction: column; }
  .ab-spotlight__strip { display: none !important; }
  .ab-play {
    grid-template-columns: 1fr !important;
  }
  .ab-play__info {
    position: static;
    grid-template-columns: 96px minmax(0, 1fr) !important;
  }
  .ab-catlayout { grid-template-columns: 1fr !important; }
  .ab-sidefilter { position: static; }
  .ab-top { position: relative; }
  .ab-topnav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.98);
    padding: 12px 16px;
    box-shadow: 0 12px 28px rgba(8, 51, 68, 0.1);
    z-index: 40;
  }
  .ab-topnav.open { display: flex !important; }
  .ab-top__menu { display: inline-flex !important; }
  .ab-foot__grid { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 640px) {
  .ab-mosaic--hot,
  .ab-mosaic--cat,
  .movie-grid.ab-mosaic,
  .ab-mosaic--rel.movie-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .ab-rail.movie-grid,
  .ab-panel--rail .ab-rail { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .ab-tiles { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .category-grid.large { grid-template-columns: 1fr !important; }
  .ab-foot__grid { grid-template-columns: 1fr !important; }
  .ab-play__info {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "title"
      "chips"
      "poster"
      "cta"
      "syn" !important;
  }
  .ab-play__poster img {
    max-width: 140px !important;
    margin: 0 auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .body-ab { animation: none !important; }
  .ab-spotlight::before,
  .ab-tile,
  .ab-tiles__item { animation: none !important; transition: none !important; }
}
