/* 光棍影院 · copper-studio × m107 影视骨架 · 深褐底 + 铜金点缀 */

:root {
  --site-bg: #1a1410;
  --site-bg-alt: #221a15;
  --site-panel: #2a211c;
  --site-panel-hover: #322820;
  --site-ink: #e8dfd4;
  --site-ink-soft: #c4b8a8;
  --site-copper: #b8864a;
  --site-copper-hot: #9a7038;
  --site-copper-soft: rgba(184, 134, 74, 0.12);
  --site-muted: #9a8b7a;
  --site-line: rgba(184, 134, 74, 0.14);
  --site-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.page-main {
  min-height: 50vh;
}

body.body-mother-adopt {
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif !important;
  background: var(--site-bg) !important;
  color: var(--site-ink) !important;
}

/* ── 顶栏 ── */
body.body-mother-adopt .gp-top {
  background: rgba(26, 20, 16, 0.96) !important;
  border-bottom-color: var(--site-line) !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

body.body-mother-adopt .gp-brand__mark {
  background: linear-gradient(145deg, #6b4f32, var(--site-copper)) !important;
}

body.body-mother-adopt .gp-brand__name {
  color: var(--site-ink) !important;
}

body.body-mother-adopt .gp-nav > a,
body.body-mother-adopt .gp-nav__btn {
  color: var(--site-ink-soft) !important;
}

body.body-mother-adopt .gp-nav > a:hover,
body.body-mother-adopt .gp-nav > a.is-active,
body.body-mother-adopt .gp-nav__btn:hover {
  color: var(--site-copper) !important;
}

body.body-mother-adopt .gp-nav > a.is-active::after {
  background: var(--site-copper) !important;
}

body.body-mother-adopt .gp-nav__panel {
  background: var(--site-panel) !important;
  border-color: var(--site-line) !important;
}

body.body-mother-adopt .gp-search input {
  background: var(--site-bg-alt) !important;
  border-color: var(--site-line) !important;
  color: var(--site-ink) !important;
}

body.body-mother-adopt .gp-search button,
body.body-mother-adopt .gp-drawer__search button {
  background: var(--site-copper) !important;
  color: #1a1410 !important;
}

body.body-mother-adopt .gp-search button:hover,
body.body-mother-adopt .gp-drawer__search button:hover {
  background: var(--site-copper-hot) !important;
}

body.body-mother-adopt .gp-burger span {
  background: var(--site-ink-soft) !important;
}

body.body-mother-adopt .gp-drawer {
  background: var(--site-panel) !important;
  border-color: var(--site-line) !important;
}

body.body-mother-adopt .gp-drawer a {
  color: var(--site-ink-soft) !important;
}

body.body-mother-adopt .gp-drawer a:hover {
  color: var(--site-copper) !important;
}

/* ── Hero ── */
body.body-mother-adopt .gp-hero {
  background: var(--site-bg-alt) !important;
}

body.body-mother-adopt .gp-hero__mask {
  background:
    linear-gradient(105deg, rgba(26, 20, 16, 0.92) 0%, rgba(26, 20, 16, 0.72) 55%, rgba(184, 134, 74, 0.18) 100%),
    linear-gradient(180deg, transparent 35%, rgba(26, 20, 16, 0.9) 100%) !important;
}

body.body-mother-adopt .gp-hero__eyebrow {
  color: var(--site-copper) !important;
}

body.body-mother-adopt .gp-hero h1 {
  color: var(--site-ink) !important;
}

body.body-mother-adopt .gp-hero p,
body.body-mother-adopt .gp-hero__lead {
  color: var(--site-ink-soft) !important;
}

body.body-mother-adopt .gp-btn--primary {
  background: var(--site-copper) !important;
  color: #1a1410 !important;
  border-color: transparent !important;
}

body.body-mother-adopt .gp-btn--primary:hover {
  background: var(--site-copper-hot) !important;
  color: #fff !important;
}

body.body-mother-adopt .gp-btn--soft {
  border-color: var(--site-line) !important;
  color: var(--site-ink-soft) !important;
}

body.body-mother-adopt .gp-btn--soft:hover {
  border-color: var(--site-copper) !important;
  color: var(--site-copper) !important;
  background: var(--site-copper-soft) !important;
}

/* ── 中区推荐栅格 ── */
body.body-mother-adopt .gp-block {
  background: var(--site-bg) !important;
}

body.body-mother-adopt .gp-block--alt {
  background: var(--site-bg-alt) !important;
}

body.body-mother-adopt .gp-section-head h2 {
  color: var(--site-ink) !important;
}

body.body-mother-adopt .gp-section-head__sub,
body.body-mother-adopt .gp-section-head__more {
  color: var(--site-copper) !important;
}

body.body-mother-adopt .gp-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  max-width: 960px;
  margin-inline: auto;
}

@media (min-width: 720px) {
  body.body-mother-adopt .gp-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 1.15rem !important;
  }
}

@media (min-width: 1024px) {
  body.body-mother-adopt .gp-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

body.body-mother-adopt .gp-cats__item {
  background: var(--site-panel) !important;
  border-color: var(--site-line) !important;
  color: var(--site-ink-soft) !important;
}

body.body-mother-adopt .gp-cats__item:hover {
  border-color: var(--site-copper) !important;
  color: var(--site-copper) !important;
  background: var(--site-copper-soft) !important;
}

body.body-mother-adopt .gp-card {
  background: var(--site-panel) !important;
  border-color: var(--site-line) !important;
}

body.body-mother-adopt .gp-card:hover {
  border-color: rgba(184, 134, 74, 0.35) !important;
  box-shadow: var(--site-shadow) !important;
}

body.body-mother-adopt .gp-card__body h3,
body.body-mother-adopt .gp-card__body h3 a {
  color: var(--site-ink) !important;
}

body.body-mother-adopt .gp-card__desc,
body.body-mother-adopt .gp-card__meta {
  color: var(--site-muted) !important;
}

body.body-mother-adopt .gp-card__score {
  background: var(--site-copper) !important;
  color: #1a1410 !important;
}

body.body-mother-adopt .gp-features article {
  background: var(--site-panel) !important;
  border: 1px solid var(--site-line);
  border-radius: 10px;
}

body.body-mother-adopt .gp-features article h3 {
  color: var(--site-copper) !important;
}

body.body-mother-adopt .gp-features article p {
  color: var(--site-ink-soft) !important;
}

/* ── 分类页 ── */
body.body-mother-adopt .gp-cat__banner {
  background: linear-gradient(135deg, #1a1410, #3d2e24) !important;
}

body.body-mother-adopt .gp-cat__filters a {
  background: var(--site-panel) !important;
  border-color: var(--site-line) !important;
  color: var(--site-ink-soft) !important;
}

body.body-mother-adopt .gp-cat__filters a.is-active,
body.body-mother-adopt .gp-cat__filters a:hover {
  background: var(--site-copper) !important;
  border-color: var(--site-copper) !important;
  color: #1a1410 !important;
}

body.body-mother-adopt .gp-cat__toolbar,
body.body-mother-adopt .gp-about {
  color: var(--site-ink-soft) !important;
}

body.body-mother-adopt .gp-pager button.is-active {
  background: var(--site-copper) !important;
  color: #1a1410 !important;
}

/* ── 播放页 ── */
body.body-mother-adopt .gp-player:has(.mirror-local-player[controls]) > .absolute {
  display: none !important;
}

body.body-mother-adopt .gp-play__stage {
  background: #0f0c0a !important;
}

body.body-mother-adopt .gp-play__tip {
  color: var(--site-copper) !important;
}

body.body-mother-adopt .gp-panel {
  background: var(--site-panel) !important;
  border-color: var(--site-line) !important;
}

body.body-mother-adopt .gp-panel h1,
body.body-mother-adopt .gp-panel h2 {
  color: var(--site-ink) !important;
}

body.body-mother-adopt .gp-play__desc,
body.body-mother-adopt .gp-play__meta {
  color: var(--site-ink-soft) !important;
}

body.body-mother-adopt .gp-play__meta a {
  background: var(--site-copper-soft) !important;
  color: var(--site-copper) !important;
}

body.body-mother-adopt .gp-play__cats a {
  background: var(--site-bg-alt) !important;
  border-color: var(--site-line) !important;
  color: var(--site-ink-soft) !important;
}

body.body-mother-adopt .gp-play__cats a:hover {
  border-color: var(--site-copper) !important;
  color: var(--site-copper) !important;
}

body.body-mother-adopt .mirror-local-player {
  border-radius: 8px;
  border: 1px solid var(--site-line);
}

/* ── 相关推荐 ── */
body.body-mother-adopt .mother-related {
  max-width: var(--gp-max, 1120px);
  margin: 2rem auto 3rem;
  padding: 0 clamp(0.75rem, 3vw, 1.25rem);
}

body.body-mother-adopt .mother-related > h2 {
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--site-line);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--site-ink);
}

body.body-mother-adopt .mother-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 960px;
  margin-inline: auto;
}

@media (min-width: 720px) {
  body.body-mother-adopt .mother-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* ── 搜索/榜单/分类骨架页 ── */
body.body-mother-adopt .page-hero,
body.body-mother-adopt .compact-hero {
  margin: 0 0 2rem;
  padding: clamp(2rem, 5vw, 3rem) clamp(1.25rem, 4vw, 2.75rem);
  background: linear-gradient(135deg, #1a1410, #3d2e24);
  color: var(--site-ink);
}

body.body-mother-adopt .page-hero .eyebrow,
body.body-mother-adopt .page-hero .eyebrow.solo,
body.body-mother-adopt .compact-hero .eyebrow,
body.body-mother-adopt .compact-hero .eyebrow.solo {
  display: inline-flex;
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--site-copper-soft);
  color: var(--site-copper);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.12em;
}

body.body-mother-adopt .page-hero h1,
body.body-mother-adopt .compact-hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2.4rem);
  font-weight: 800;
  color: var(--site-ink) !important;
}

body.body-mother-adopt .page-hero p,
body.body-mother-adopt .compact-hero p {
  margin: 0;
  max-width: 36rem;
  line-height: 1.7;
  color: var(--site-ink-soft);
}

body.body-mother-adopt .section-block {
  max-width: var(--gp-max, 1120px);
  margin: 0 auto 2.5rem;
  padding: 0 clamp(0.75rem, 3vw, 1.25rem);
}

body.body-mother-adopt .section-head h2 {
  color: var(--site-ink) !important;
}

body.body-mother-adopt .filter-panel {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding: 1rem;
  background: var(--site-panel);
  border: 1px solid var(--site-line);
  border-radius: 10px;
  box-shadow: var(--site-shadow);
}

body.body-mother-adopt .filter-panel input,
body.body-mother-adopt .filter-panel select {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border: 1px solid var(--site-line);
  border-radius: 999px;
  background: var(--site-bg-alt);
  color: var(--site-ink);
  font-weight: 600;
  outline: none;
}

body.body-mother-adopt .filter-panel input:focus,
body.body-mother-adopt .filter-panel select:focus {
  border-color: var(--site-copper);
  box-shadow: 0 0 0 3px var(--site-copper-soft);
}

body.body-mother-adopt .section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--site-line);
}

body.body-mother-adopt .category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

body.body-mother-adopt .category-grid.large {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.body-mother-adopt .category-tile,
body.body-mother-adopt .overview-card {
  display: block;
  padding: 1.25rem;
  border-radius: 10px;
  background: var(--site-panel);
  border: 1px solid var(--site-line);
  box-shadow: var(--site-shadow);
  color: var(--site-ink-soft);
}

body.body-mother-adopt .movie-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 960px;
  margin-inline: auto;
}

@media (min-width: 720px) {
  body.body-mother-adopt .filter-panel {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }

  body.body-mother-adopt .category-grid,
  body.body-mother-adopt .category-grid.large {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.body-mother-adopt .movie-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 719px) {
  body.body-mother-adopt .filter-panel {
    grid-template-columns: 1fr;
  }

  body.body-mother-adopt .category-grid,
  body.body-mother-adopt .category-grid.large {
    grid-template-columns: 1fr;
  }

  body.body-mother-adopt .gp-nav {
    display: none !important;
  }

  body.body-mother-adopt .gp-search {
    display: none !important;
  }

  body.body-mother-adopt .gp-burger {
    display: flex !important;
  }
}

body.body-mother-adopt .movie-card {
  background: var(--site-panel) !important;
  border: 1px solid var(--site-line) !important;
  border-radius: 10px;
  overflow: hidden;
}

body.body-mother-adopt .rank-badge {
  background: var(--site-copper) !important;
  color: #1a1410 !important;
}

body.body-mother-adopt .category-tile strong,
body.body-mother-adopt .overview-card strong {
  color: var(--site-copper) !important;
}

body.body-mother-adopt .empty-state {
  border-color: var(--site-line);
  color: var(--site-muted);
}

/* ── 页脚 ── */
body.body-mother-adopt .gp-foot {
  background: #120e0b !important;
  color: var(--site-ink-soft) !important;
  border-top: 1px solid var(--site-line);
}

body.body-mother-adopt .gp-foot__brand {
  color: var(--site-ink) !important;
}

body.body-mother-adopt .gp-foot a:hover {
  color: var(--site-copper) !important;
}

body.body-mother-adopt .ababseo-mark__plane {
  color: var(--site-copper) !important;
}

body.body-mother-adopt .ababseo-mark__name {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  color: var(--site-copper) !important;
  animation: none;
}

body.body-mother-adopt .image-off {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  body.body-mother-adopt .gp-card,
  body.body-mother-adopt .gp-btn,
  body.body-mother-adopt .ababseo-mark__plane,
  body.body-mother-adopt .ababseo-mark__name {
    transition: none !important;
    animation: none !important;
  }
}
