/* 站点 id=3 · sunset-brick 砖红黄昏 · 暖沙底影视站皮肤 */
:root {
  --dsj-bg: #f5e8d8;
  --dsj-surface: #fffbf5;
  --dsj-surface-2: #f0dfc8;
  --dsj-line: rgba(61, 41, 20, 0.14);
  --dsj-text: #3d2914;
  --dsj-muted: #7a5c44;
  --dsj-accent: #b84233;
  --dsj-accent-dark: #8f2f24;
  --dsj-accent-dim: rgba(184, 66, 51, 0.12);
  --dsj-accent-glow: rgba(184, 66, 51, 0.28);
  --dsj-footer-bg: #3d2914;
  --dsj-footer-text: #f0dfc8;
  --dsj-radius: 10px;
  --dsj-radius-lg: 14px;
  --dsj-font: ui-sans-serif, system-ui, -apple-system, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

html { scroll-behavior: smooth; }

body.dsj-site,
.body-mother-adopt.dsj-site {
  min-height: 100vh;
  background: var(--dsj-bg) !important;
  color: var(--dsj-text) !important;
  font-family: var(--dsj-font);
  -webkit-font-smoothing: antialiased;
}

.dsj-site::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.45;
  background:
    radial-gradient(ellipse 55% 45% at 90% 8%, rgba(184, 66, 51, 0.07), transparent 55%),
    radial-gradient(ellipse 40% 35% at 5% 92%, rgba(184, 66, 51, 0.05), transparent 50%);
}

.dsj-main {
  position: relative;
  z-index: 1;
  padding-bottom: 2rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.dsj-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  padding: 0.75rem 1rem;
  background: var(--dsj-accent);
  color: #fff;
  font-weight: 700;
  border-radius: 0 0 var(--dsj-radius) 0;
}
.dsj-skip:focus { left: 0; }

a { color: var(--dsj-accent); }

/* ── 顶栏：砖红底条 + 暖沙主栏 ── */
.dsj-header {
  background: var(--dsj-surface) !important;
  border-bottom: 3px solid var(--dsj-accent) !important;
  box-shadow: 0 6px 24px rgba(61, 41, 20, 0.08);
  backdrop-filter: none;
}

.dsj-seo-bar {
  border-bottom: 1px solid var(--dsj-line);
  background: var(--dsj-surface-2);
}
.dsj-seo-bar__inner {
  padding: 0.45rem 1rem;
  font-size: 0.75rem;
  color: var(--dsj-muted);
  text-align: center;
  letter-spacing: 0.02em;
}

.dsj-header__bar {
  gap: 1rem;
  padding: 0.65rem 0;
}

.dsj-brand { gap: 0.65rem !important; }
.dsj-brand__mark {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 8px;
  background: var(--dsj-accent);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  flex-shrink: 0;
  box-shadow: 0 4px 14px var(--dsj-accent-glow);
}

.dsj-site .hnyj-header__brand {
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  color: var(--dsj-text) !important;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.dsj-nav {
  align-items: center;
  gap: 0.2rem;
  flex: 1;
  justify-content: center;
}
.dsj-nav__link {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  color: var(--dsj-muted) !important;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s, background 0.2s;
}
.dsj-nav__link:hover {
  color: var(--dsj-accent) !important;
  background: var(--dsj-accent-dim);
}

.dsj-search {
  align-items: center;
  border: 1px solid var(--dsj-line);
  border-radius: 999px;
  background: var(--dsj-bg);
  overflow: hidden;
  min-width: 200px;
}
.dsj-search input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  color: var(--dsj-text);
  padding: 0.5rem 0.85rem;
  font-size: 0.8125rem;
  min-width: 0;
}
.dsj-search input::placeholder { color: rgba(122, 92, 68, 0.65); }
.dsj-search button {
  display: grid;
  place-items: center;
  padding: 0.45rem 0.75rem;
  border: none;
  background: transparent;
  color: var(--dsj-muted);
  cursor: pointer;
  transition: color 0.2s;
}
.dsj-search button:hover { color: var(--dsj-accent); }

.dsj-nav-toggle {
  display: grid;
  place-items: center;
  padding: 0.35rem;
  border: 1px solid var(--dsj-line);
  border-radius: 8px;
  background: var(--dsj-bg);
  color: var(--dsj-text);
  cursor: pointer;
}

.dsj-mobile-nav {
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem 0 1rem;
  border-top: 1px solid var(--dsj-line);
  background: var(--dsj-surface);
}
.dsj-mobile-nav.open { display: flex; }
.dsj-mobile-nav a {
  padding: 0.75rem 1rem;
  border-radius: var(--dsj-radius);
  color: var(--dsj-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: background 0.2s;
}
.dsj-mobile-nav a:hover {
  background: var(--dsj-accent-dim);
  color: var(--dsj-accent);
}

.dsj-nav-overlay {
  display: none;
  position: fixed;
  inset: 4rem 0 0;
  z-index: 40;
  background: rgba(61, 41, 20, 0.45);
  border: none;
  cursor: pointer;
}
.dsj-nav-overlay.open { display: block; }

/* ── 首页 Hero：大图感首屏 ── */
.dsj-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--dsj-line);
  min-height: clamp(340px, 54vh, 520px);
}
.dsj-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(184, 66, 51, 0.14) 0%, transparent 42%),
    linear-gradient(180deg, #fff8ef 0%, var(--dsj-bg) 55%, rgba(240, 223, 200, 0.6) 100%);
}
.dsj-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 118px,
      rgba(184, 66, 51, 0.035) 118px,
      rgba(184, 66, 51, 0.035) 120px
    );
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, transparent 85%);
}
.dsj-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2.75rem 1rem 3rem;
  max-width: 72rem;
}
@media (min-width: 768px) {
  .dsj-hero__inner {
    grid-template-columns: 1.45fr 0.55fr;
    padding: 3.75rem 1rem 4.25rem;
  }
}

.dsj-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 1rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(184, 66, 51, 0.35);
  background: var(--dsj-accent-dim);
  color: var(--dsj-accent);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.dsj-hero__title {
  margin: 0 0 1rem;
  color: var(--dsj-text);
  font-size: clamp(1.75rem, 4.8vw, 2.875rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.dsj-hero__intro {
  margin: 0 0 0.75rem;
  max-width: 38rem;
  color: var(--dsj-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.dsj-hero__lead {
  margin: 0 0 1.75rem;
  max-width: 34rem;
  color: var(--dsj-muted);
  font-size: 0.9375rem;
  line-height: 1.65;
}

.dsj-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.dsj-hero__aside {
  display: grid;
  gap: 0.75rem;
}
.dsj-hero__stat {
  padding: 1rem 1.15rem;
  border-radius: var(--dsj-radius-lg);
  border: 1px solid var(--dsj-line);
  border-left: 4px solid var(--dsj-accent);
  background: var(--dsj-surface);
  box-shadow: 0 4px 16px rgba(61, 41, 20, 0.06);
}
.dsj-hero__stat strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--dsj-accent);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.dsj-hero__stat span {
  color: var(--dsj-muted);
  font-size: 0.875rem;
}

/* ── SEO 介绍块 ── */
.dsj-seo-panel {
  padding: 1.5rem 1.75rem;
  border-radius: var(--dsj-radius-lg);
  border: 1px solid var(--dsj-line);
  border-left: 4px solid var(--dsj-accent);
  background: var(--dsj-surface);
  box-shadow: 0 4px 20px rgba(61, 41, 20, 0.05);
}
.dsj-seo-panel__title {
  margin: 0 0 0.65rem;
  color: var(--dsj-text);
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.dsj-seo-panel__text {
  margin: 0;
  color: var(--dsj-muted);
  font-size: 0.9375rem;
  line-height: 1.75;
  max-width: 52rem;
}

/* ── 按钮 ── */
.dsj-site .hnyj-btn--primary,
.dsj-site .hnyj-btn--accent {
  background: var(--dsj-accent) !important;
  color: #fff !important;
  font-weight: 700;
  box-shadow: 0 4px 18px var(--dsj-accent-glow);
  border: none !important;
}
.dsj-site .hnyj-btn--primary:hover,
.dsj-site .hnyj-btn--accent:hover {
  background: var(--dsj-accent-dark) !important;
  transform: translateY(-1px);
}
.dsj-site .hnyj-btn--ghost {
  border: 1px solid rgba(184, 66, 51, 0.35) !important;
  background: var(--dsj-surface) !important;
  color: var(--dsj-text) !important;
}
.dsj-site .hnyj-btn--ghost:hover {
  background: var(--dsj-accent-dim) !important;
  border-color: var(--dsj-accent) !important;
  color: var(--dsj-accent) !important;
}

.dsj-site .hnyj-section-head__title {
  color: var(--dsj-text) !important;
  position: relative;
  padding-bottom: 0.35rem;
}
.dsj-site .hnyj-section-head__title::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 3px;
  margin-top: 0.35rem;
  border-radius: 2px;
  background: var(--dsj-accent);
}
.dsj-site .hnyj-section-head__more {
  color: var(--dsj-accent) !important;
}
.dsj-site .hnyj-section-head__more:hover {
  color: var(--dsj-accent-dark) !important;
}

.dsj-site .hnyj-cta,
.dsj-cta {
  border: 1px solid var(--dsj-line) !important;
  background: var(--dsj-surface) !important;
  border-left: 4px solid var(--dsj-accent) !important;
  box-shadow: 0 6px 24px rgba(61, 41, 20, 0.06);
}

/* ── 分类网格 ── */
.dsj-cat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}
@media (min-width: 640px) { .dsj-cat-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .dsj-cat-grid { grid-template-columns: repeat(5, 1fr); } }
.dsj-cat-grid--wide { grid-template-columns: 1fr; }
@media (min-width: 640px) { .dsj-cat-grid--wide { grid-template-columns: repeat(2, 1fr); } }

.dsj-site .category-tile,
.dsj-site .overview-card {
  display: block;
  padding: 1.15rem 1.25rem;
  border-radius: var(--dsj-radius-lg);
  border: 1px solid var(--dsj-line);
  background: var(--dsj-surface);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 10px rgba(61, 41, 20, 0.04);
}
.dsj-site .category-tile:hover,
.dsj-site .overview-card:hover {
  border-color: rgba(184, 66, 51, 0.45);
  border-left: 4px solid var(--dsj-accent);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(61, 41, 20, 0.1);
}
.dsj-site .category-tile strong,
.dsj-site .overview-main strong {
  display: block;
  margin-bottom: 0.45rem;
  background: none !important;
  -webkit-background-clip: unset !important;
  color: var(--dsj-text) !important;
  font-size: 1rem;
  font-weight: 800;
}
.dsj-site .category-tile span,
.dsj-site .overview-main span {
  color: var(--dsj-muted);
  font-size: 0.8125rem;
  line-height: 1.55;
}
.dsj-site .overview-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  color: var(--dsj-accent);
}

/* ── 卡片网格 ── */
.dsj-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 640px) { .dsj-card-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .dsj-card-grid { grid-template-columns: repeat(4, 1fr); gap: 1.15rem; } }
@media (min-width: 1280px) { .dsj-card-grid { grid-template-columns: repeat(5, 1fr); } }

.dsj-card-grid--compact { grid-template-columns: 1fr; }
@media (min-width: 640px) { .dsj-card-grid--compact { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .dsj-card-grid--compact { grid-template-columns: repeat(3, 1fr); } }

.dsj-card-grid--rank .dsj-vcard__tag { display: none; }

.dsj-vcard {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--dsj-radius-lg);
  border: 1px solid var(--dsj-line);
  background: var(--dsj-surface);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.22s, transform 0.22s, box-shadow 0.22s;
  box-shadow: 0 2px 12px rgba(61, 41, 20, 0.05);
}
.dsj-vcard:hover {
  border-color: rgba(184, 66, 51, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(61, 41, 20, 0.12);
}
.dsj-vcard__poster-wrap {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--dsj-surface-2);
}
.dsj-vcard__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.dsj-vcard:hover .dsj-vcard__poster { transform: scale(1.04); }
.dsj-vcard__tag {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  z-index: 2;
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
  background: var(--dsj-accent);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.dsj-vcard__year {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 2;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  background: rgba(61, 41, 20, 0.78);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
}
.dsj-vcard__body { padding: 0.85rem 0.95rem 1rem; flex: 1; }
.dsj-vcard__title {
  margin: 0 0 0.45rem;
  color: var(--dsj-text);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dsj-vcard:hover .dsj-vcard__title { color: var(--dsj-accent); }
.dsj-vcard__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  font-size: 0.75rem;
  color: var(--dsj-muted);
}
.dsj-vcard__meta span {
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
  background: var(--dsj-bg);
}
.dsj-vcard__desc {
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  color: var(--dsj-muted);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dsj-vcard--compact {
  flex-direction: row;
  align-items: stretch;
}
.dsj-vcard--compact .dsj-vcard__poster-wrap {
  width: 5.5rem;
  flex-shrink: 0;
  aspect-ratio: auto;
  min-height: 7rem;
}
.dsj-vcard--compact .dsj-vcard__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.75rem;
}
.dsj-vcard--compact .dsj-vcard__desc { display: none; }

.dsj-site .section-block { margin-bottom: 3rem; }
.dsj-site .section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.dsj-site .section-head h2 {
  margin: 0;
  color: var(--dsj-text);
  font-size: 1.375rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.dsj-site .section-head a {
  color: var(--dsj-accent);
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
}
.dsj-site .section-icon { display: none; }
.dsj-site .movie-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) { .dsj-site .movie-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .dsj-site .movie-grid { grid-template-columns: repeat(4, 1fr); } }

/* ── 内页 Hero ── */
.dsj-page-hero {
  padding: 1.5rem 0 2rem;
  border-bottom: 1px solid var(--dsj-line);
  background: linear-gradient(180deg, var(--dsj-surface) 0%, transparent 100%);
}
.dsj-page-hero__body--center { text-align: center; }
.dsj-page-hero__body--center .dsj-crumb { justify-content: center; }
.dsj-page-hero__desc {
  margin: 0.75rem auto 0;
  max-width: 40rem;
  color: var(--dsj-muted);
  font-size: 1rem;
  line-height: 1.7;
}
.dsj-page-kicker {
  margin: 0 0 0.5rem;
  color: var(--dsj-accent);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.dsj-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
  font-size: 0.8125rem;
  color: var(--dsj-muted);
}
.dsj-crumb a {
  color: var(--dsj-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.dsj-crumb a:hover { color: var(--dsj-accent); }
.dsj-crumb [aria-current="page"] { color: var(--dsj-text); }

.dsj-site .hnyj-page-title {
  color: var(--dsj-text) !important;
}

.dsj-filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.dsj-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
}
.dsj-site .filter-chip {
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--dsj-line);
  background: var(--dsj-surface);
  color: var(--dsj-muted);
  font-size: 0.8125rem;
  text-decoration: none;
  transition: all 0.2s;
}
.dsj-site .filter-chip:hover,
.dsj-site .filter-chip.is-on {
  border-color: var(--dsj-accent);
  background: var(--dsj-accent-dim);
  color: var(--dsj-accent);
}

.dsj-filter-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-radius: var(--dsj-radius-lg);
  border: 1px solid var(--dsj-line);
  background: var(--dsj-surface);
}
@media (min-width: 768px) {
  .dsj-filter-panel { grid-template-columns: 2fr 1fr 1fr 1fr; }
}
.dsj-filter-panel input,
.dsj-filter-panel select,
.dsj-site .hnyj-cat-select {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border-radius: var(--dsj-radius);
  border: 1px solid var(--dsj-line);
  background: var(--dsj-bg);
  color: var(--dsj-text);
  font-size: 0.875rem;
  outline: none;
}
.dsj-filter-panel input:focus,
.dsj-filter-panel select:focus,
.dsj-site .hnyj-cat-select:focus {
  border-color: var(--dsj-accent);
  box-shadow: 0 0 0 2px var(--dsj-accent-dim);
}

.dsj-empty {
  margin: 2rem 0 0;
  padding: 2rem;
  border-radius: var(--dsj-radius-lg);
  border: 1px dashed var(--dsj-line);
  text-align: center;
  color: var(--dsj-muted);
  font-weight: 600;
}

/* ── 播放页 ── */
.dsj-watch .hnyj-watch-player {
  border-radius: var(--dsj-radius-lg);
  border: 1px solid var(--dsj-line);
  margin-bottom: 1.25rem;
  background: #1a1208;
}
.dsj-watch-head { margin-bottom: 1rem; }
.dsj-site .hnyj-watch-title {
  color: var(--dsj-text) !important;
}
.dsj-watch-desc {
  margin: 0 0 1rem;
  color: var(--dsj-muted);
  font-size: 0.9375rem;
  line-height: 1.8;
}
.dsj-watch-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.dsj-watch-tags a {
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--dsj-line);
  background: var(--dsj-surface);
  color: var(--dsj-accent);
  font-size: 0.8125rem;
  text-decoration: none;
  transition: background 0.2s;
}
.dsj-watch-tags a:hover { background: var(--dsj-accent-dim); }

.dsj-watch-side .dsj-side-title {
  margin: 0 0 0.85rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--dsj-line);
  color: var(--dsj-text);
  font-size: 0.9375rem;
  font-weight: 800;
}
.dsj-watch-side .dsj-side-title + .dsj-side-title { margin-top: 1.5rem; }

.dsj-info-list {
  margin: 0;
  display: grid;
  gap: 0.5rem;
}
.dsj-info-list div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--dsj-line);
  font-size: 0.875rem;
}
.dsj-info-list dt { margin: 0; color: var(--dsj-muted); font-weight: 600; }
.dsj-info-list dd { margin: 0; color: var(--dsj-text); font-weight: 700; text-align: right; }

.dsj-related-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}

.dsj-site .hnyj-watch-panel {
  background: var(--dsj-surface) !important;
  border-color: var(--dsj-line) !important;
}
.dsj-site .hnyj-watch-meta span {
  background: var(--dsj-bg) !important;
  border-color: var(--dsj-line) !important;
  color: var(--dsj-text) !important;
}

/* ── 页脚：深褐底 ── */
.dsj-footer {
  margin-top: 3rem;
  border-top: 3px solid var(--dsj-accent) !important;
  background: var(--dsj-footer-bg) !important;
  color: var(--dsj-footer-text) !important;
}
.dsj-footer__glow {
  background: radial-gradient(ellipse, rgba(184, 66, 51, 0.18) 0%, transparent 70%) !important;
}
.dsj-footer__logo-icon,
.dsj-site .hnyj-footer__logo-icon {
  background: var(--dsj-accent) !important;
  box-shadow: 0 4px 14px var(--dsj-accent-glow) !important;
  color: #fff !important;
}
.dsj-site .hnyj-footer__logo-text,
.dsj-site .hnyj-footer__tagline,
.dsj-site .hnyj-footer__about,
.dsj-site .hnyj-footer__note,
.dsj-site .hnyj-footer__copy {
  color: var(--dsj-footer-text) !important;
}
.dsj-site .hnyj-footer__title {
  color: #fff !important;
  border-image: linear-gradient(90deg, var(--dsj-accent), transparent) 1 !important;
}
.dsj-site .hnyj-footer__link {
  color: rgba(240, 223, 200, 0.82) !important;
}
.dsj-site .hnyj-footer__link:hover { color: #fff !important; }
.dsj-site .hnyj-footer__contact-label {
  color: rgba(240, 223, 200, 0.65) !important;
}
.dsj-site .hnyj-pagination__num.is-active {
  background: var(--dsj-accent) !important;
  box-shadow: 0 4px 14px var(--dsj-accent-glow) !important;
}

/* ── BBAASEO ── */
.hnyj-bbaaseo {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  user-select: none;
  pointer-events: none;
}
.hnyj-bbaaseo__icon {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  animation: dsjBbaaFly 2.2s ease-in-out infinite;
  filter: drop-shadow(0 2px 8px rgba(184, 66, 51, 0.4));
}
.hnyj-bbaaseo__wake {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 3px;
  margin-right: 4px;
  pointer-events: none;
}
.hnyj-bbaaseo__wake i {
  display: block;
  width: 7px;
  height: 1.5px;
  border-radius: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 66, 51, 0.85));
  animation: dsjBbaaWake 1.6s ease-in-out infinite;
}
.hnyj-bbaaseo__wake i:nth-child(2) { width: 5px; animation-delay: 0.12s; opacity: 0.7; }
.hnyj-bbaaseo__wake i:nth-child(3) { width: 3px; animation-delay: 0.24s; opacity: 0.45; }
.hnyj-bbaaseo__text {
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  background: linear-gradient(90deg, #e8a090, #f0dfc8, #e8a090);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: dsjBbaaShine 2.8s linear infinite;
}

@keyframes dsjBbaaFly {
  0%, 100% { transform: translate(0, 0) rotate(-6deg); }
  35% { transform: translate(3px, -6px) rotate(2deg); }
  70% { transform: translate(-2px, -3px) rotate(-3deg); }
}
@keyframes dsjBbaaWake {
  0%, 100% { opacity: 0.15; transform: scaleX(0.6); }
  50% { opacity: 1; transform: scaleX(1); }
}
@keyframes dsjBbaaShine { to { background-position: 200% center; } }

@media (prefers-reduced-motion: reduce) {
  .hnyj-bbaaseo__icon,
  .hnyj-bbaaseo__wake i,
  .hnyj-bbaaseo__text { animation: none; }
  .dsj-vcard:hover { transform: none; }
}

/* ── 移动端 ── */
@media (max-width: 767px) {
  .dsj-seo-bar__inner { font-size: 0.6875rem; }
  .dsj-hero__aside { display: none; }
  .dsj-hero__inner { padding: 2rem 1rem 2.5rem; }
  .dsj-seo-panel { padding: 1.15rem; }
  .dsj-card-grid { gap: 0.75rem; }
  .dsj-vcard__title { font-size: 0.875rem; }
  .dsj-site .hnyj-page-title { font-size: 1.5rem; }
  .dsj-watch .hnyj-watch-layout aside { order: -1; }
  .dsj-header__bar { flex-wrap: wrap; }
  .dsj-brand { flex: 1; min-width: 0; }
}

/* === LAYOUT ALIGN v3 === */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; overflow-x: hidden; }
body { margin: 0; min-width: 0; overflow-x: hidden; }
img, video { max-width: 100%; height: auto; }
a { min-width: 0; }
.container,
.nx-container,
.jx-container {
  width: min(1180px, calc(100% - 32px)) !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.bbaseo-fly,
.bbaaseo-fly,
[class*="bbaseo-fly"],
[class*="bbaaseo-fly"] { display: none !important; }

.s2-head__bar-inner,
.dsj-header__bar,
.mzy-header__inner,
.header-inner,
.m68-header__inner,
.vlt-header__inner,
.jx-header__row,
.yzz-site-header__top-inner,
.nav-inner,
.nx-header__bar,
.site-head__top,
.paper-head__top {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px 16px !important;
  min-width: 0 !important;
  width: 100% !important;
}

.s2-grid,
.s2-grid--dense,
.s2-grid--channel,
.s2-grid--related,
.s2-grid--rank,
.s2-home .movie-grid,
.movie-grid,
.mother-cards,
.paper-card-grid,
.cq-card-grid,
.cq-card-grid--dense,
.nx-poster-grid,
.nx-poster-grid--feat,
.nx-poster-grid--std,
.mzy-grid,
.dsj-grid,
.pop-grid,
.yzz-grid,
.arctic-grid,
.vod-grid,
.category-grid,
.home-section .mother-cards {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
ul.mother-cards > li,
ul.paper-card-grid > li {
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.tuy-card,
.fsp-hl-card,
.mzy-card,
.s2-card,
.paper-vcard,
.wythy-vcard,
.vod-poster-card,
.yzz-poster-card,
.arctic-card,
.movie-card,
.nx-card,
.overview-card,
.dsj-card,
.vlt-card,
.m68-card,
.jx-card,
[data-card] {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  grid-template-columns: none !important;
}
.tuy-card__media,
.fsp-hl-card__media,
.mzy-card__media,
.s2-card__media,
.paper-vcard__poster,
.wythy-vcard__poster-wrap,
.poster-frame,
.nx-card__poster,
.vod-poster-card__link .poster-frame {
  width: 100% !important;
  display: block !important;
  position: relative !important;
}
.tuy-card img,
.fsp-hl-card img,
.mzy-card__img,
.s2-card__media img,
.paper-vcard__poster img,
.wythy-vcard__poster,
.poster-frame img,
.nx-card__poster img,
.arctic-card img,
.movie-card img,
.vod-poster-card img,
.overview-card img,
[data-card] img {
  width: 100% !important;
  aspect-ratio: 2 / 3 !important;
  height: auto !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

.s2-hero__grid,
.hero-portal__inner,
.paper-hero__inner,
.nx-hero__grid,
.dsj-hero,
.mzy-hero,
.vlt-hero {
  min-width: 0 !important;
}

.page-main,
.s2-home,
.s2-cat,
.s2-play,
.home-wrap,
.paper-home {
  min-width: 0 !important;
  max-width: 100% !important;
}

@media (max-width: 1080px) {
  .s2-grid,
  .s2-grid--dense,
  .movie-grid,
  .mother-cards,
  .paper-card-grid,
  .cq-card-grid,
  .nx-poster-grid,
  .category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 900px) {
  .s2-grid,
  .s2-grid--dense,
  .s2-grid--channel,
  .s2-grid--related,
  .s2-grid--rank,
  .s2-home .movie-grid,
  .movie-grid,
  .mother-cards,
  .paper-card-grid,
  .cq-card-grid,
  .nx-poster-grid,
  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .s2-hero__grid,
  .hero-portal__inner,
  .paper-hero__inner,
  .nx-hero__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  .s2-burger,
  .mzy-burger,
  .header-nav-toggle,
  .paper-nav-toggle,
  .dsj-nav-toggle,
  .m68-header__menu,
  .vlt-header__menu,
  .jx-header__toggle,
  .yzz-site-header__toggle,
  .mobile-toggle,
  .nx-header__toggle,
  [data-nav-toggle] {
    display: inline-flex !important;
  }
}
@media (max-width: 640px) {
  .s2-grid,
  .s2-grid--dense,
  .s2-grid--channel,
  .s2-grid--related,
  .s2-grid--rank,
  .s2-home .movie-grid,
  .movie-grid,
  .mother-cards,
  .paper-card-grid,
  .cq-card-grid,
  .nx-poster-grid,
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
}


/* === SKIN HARDEN v1 === */
img, video { max-width: 100%; height: auto; display: block; }
img { object-fit: cover; background: #1a2234; }
[hidden] { display: none !important; }

[data-mobile-menu]:not(.is-open):not(.open),
[data-nav-drawer]:not(.is-open):not(.open),
.m68-header__drawer:not(.is-open),
.vlt-header__drawer:not(.is-open),
.jx-header__drawer:not(.is-open),
.s2-drawer:not(.is-open),
.dsj-drawer:not(.is-open),
.paper-drawer:not(.is-open),
.header-drawer:not(.is-open) {
  display: none !important;
}

.m68-header__overlay:not(.is-open),
.jx-header__backdrop[hidden],
.jx-header__backdrop:not(.is-open),
[data-sidebar-overlay]:not(.is-open):not(.open) {
  display: none !important;
}

@media (min-width: 901px) {
  .m68-header__inner,
  .vlt-header__inner,
  .dsj-header__bar,
  .mzy-header__inner,
  .header-inner,
  .jx-header__row,
  .s2-head__bar-inner,
  .paper-head__top,
  .site-head__top,
  .yzz-site-header__top-inner,
  .nx-header__bar,
  .nav-inner,
  .s8-head__bar,
  .arctic-header__inner {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 12px 20px !important;
    width: 100% !important;
  }
  .m68-header__menu,
  .vlt-header__menu,
  .jx-header__toggle,
  [data-nav-toggle] {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .m68-header__nav,
  .vlt-header__nav,
  .dsj-header__nav,
  .mzy-nav,
  .s2-nav,
  .paper-nav,
  .jx-header__nav,
  .s8-nav {
    display: none !important;
  }
  .m68-header__search,
  .vlt-header__search {
    order: 3;
    width: 100%;
    max-width: 100%;
  }
  .m68-header__menu,
  .vlt-header__menu,
  [data-nav-toggle] {
    display: inline-flex !important;
  }
  .m68-hero__grid,
  .vlt-hero__grid,
  .paper-hero__inner,
  .s2-hero__grid,
  .hero-cq__grid,
  .dsj-hero,
  .jx-hero__grid {
    grid-template-columns: 1fr !important;
  }
  .m68-hero__stats,
  .vlt-hero__stats {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .m68-grid,
  .vlt-grid,
  .s2-grid,
  .paper-card-grid,
  .cq-card-grid,
  .mzy-grid,
  .dsj-grid,
  .jx-card-grid,
  .movie-grid,
  .mother-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .m68-hero__stats,
  .vlt-hero__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }
  .m68-hero__stats dt, .vlt-hero__stats dt { font-size: 11px !important; }
  .m68-hero__stats dd, .vlt-hero__stats dd { font-size: 16px !important; }
  .m68-hero__title, .vlt-hero__title { font-size: clamp(22px, 6.4vw, 30px) !important; line-height: 1.25 !important; }
  .m68-spotlight, .vlt-spotlight { max-height: 300px; overflow: hidden; }
  .m68-spotlight__img, .vlt-spotlight__img { max-height: 300px; object-fit: cover; }
}

.m68-card__frame,
.vlt-card__frame,
.s2-card__media,
.paper-vcard__poster,
.jx-card__poster,
.cq-card__poster,
.poster-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2 / 3;
  background: #1a2234;
}
.m68-card__img,
.vlt-card__img,
.m68-spotlight__img,
.vlt-spotlight__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* === PLATFORM + SEO POLISH === */
html { -webkit-text-size-adjust:100%; text-size-adjust:100%; }
img, video { max-width:100%; height:auto; }
video { width:100%; }
input, select, textarea, button { font-size:16px; }
a, button, [data-nav-toggle] { -webkit-tap-highlight-color:transparent; touch-action:manipulation; }
body.nav-open { overflow:hidden; }
[hidden] { display:none !important; }
img.image-off { visibility:hidden; }
