/* 追剧大全 — 影院暖色主题（与紫粉胶囊模板差异化） */

:root {
  --gold: #e85d4a;
  --gold-dim: rgba(232, 93, 74, 0.12);
}

body.body-tpl-portal.body-tpl-yzz {
  --yzz-bg: #f5f1eb;
  --yzz-surface: #fffcf7;
  --yzz-ink: #292524;
  --yzz-muted: #78716c;
  --yzz-accent: #e85d4a;
  --yzz-accent-deep: #c2410c;
  --yzz-teal: #0d9488;
  --yzz-teal-deep: #0f766e;
  --yzz-warm: #d97706;
  --yzz-line: rgba(41, 37, 36, 0.1);
  --yzz-line-strong: rgba(41, 37, 36, 0.16);
  --yzz-header-bg: #fffcf7;
  --yzz-nav-bg: #1c1917;
  --yzz-footer-bg: #292524;
  --qjz-nav-bg: #e85d4a;
  --qjz-ink: #292524;
  --qjz-ink-muted: #78716c;
  --qjz-line: rgba(41, 37, 36, 0.1);
  --qjz-line-strong: rgba(41, 37, 36, 0.16);
  --qjz-surface-subtle: #f0ebe3;
  background: var(--yzz-bg);
  color: var(--yzz-ink);
}

/* ── App shell ── */
#root {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.tpl-zjhcw {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.tpl-zjhcw > main,
.tpl-zjhcw > .yzz-home,
.tpl-zjhcw > .yzz-page,
.tpl-zjhcw > .inner-page {
  flex: 1;
}

body.body-tpl-portal.body-tpl-yzz .container {
  width: min(80rem, calc(100% - 2rem));
  padding-left: max(1rem, env(safe-area-inset-left, 0px));
  padding-right: max(1rem, env(safe-area-inset-right, 0px));
}

/* ══════════════════════════════════════
   版面系统 — 杂志式分栏 + 面板
   ══════════════════════════════════════ */
body.body-tpl-portal.body-tpl-yzz .yzz-panel {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(41, 37, 36, 0.07);
  box-shadow: 0 8px 32px rgba(41, 37, 36, 0.06);
}

body.body-tpl-portal.body-tpl-yzz .yzz-panel--categories {
  padding: 1.35rem 1.25rem 1.5rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-panel--shows {
  padding: 1.15rem 1.1rem 1.25rem;
  height: 100%;
}

body.body-tpl-portal.body-tpl-yzz .yzz-panel--list {
  padding: 1.15rem 1.1rem 1.35rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-home--magazine .yzz-home__band {
  padding: 1.75rem 0;
}

body.body-tpl-portal.body-tpl-yzz .yzz-home--magazine .yzz-home__band--categories {
  padding-top: 0.5rem;
  margin-top: -0.75rem;
  position: relative;
  z-index: 2;
}

body.body-tpl-portal.body-tpl-yzz .yzz-home--magazine .yzz-home__band--shows {
  background: linear-gradient(180deg, #faf7f2 0%, var(--yzz-bg) 100%);
}

body.body-tpl-portal.body-tpl-yzz .yzz-home__shows {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-show-col {
  min-width: 0;
}

body.body-tpl-portal.body-tpl-yzz .yzz-section--compact {
  margin-bottom: 0;
}

body.body-tpl-portal.body-tpl-yzz .yzz-section--compact .yzz-section__head {
  margin-bottom: 0.95rem;
  padding-bottom: 0.55rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-film-grid--compact {
  gap: 0.75rem !important;
}

body.body-tpl-portal.body-tpl-yzz .yzz-panel--shows .yzz-film-grid--compact,
body.body-tpl-portal.body-tpl-yzz .yzz-show-col .yzz-film-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (min-width: 1024px) {
  body.body-tpl-portal.body-tpl-yzz .yzz-home__shows {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: stretch;
  }
}

@media (min-width: 1280px) {
  body.body-tpl-portal.body-tpl-yzz .yzz-panel--shows .yzz-film-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* 内页统一壳 */
body.body-tpl-portal.body-tpl-yzz .yzz-page--shell {
  padding-bottom: 2.5rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-page__hero {
  padding: 1.75rem 0 1.5rem;
  background:
    linear-gradient(135deg, rgba(251, 146, 60, 0.1) 0%, transparent 55%),
    linear-gradient(180deg, #fff 0%, var(--yzz-bg) 100%);
  border-bottom: 1px solid var(--yzz-line);
}

body.body-tpl-portal.body-tpl-yzz .yzz-page__hero-inner {
  max-width: 48rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-page__title {
  margin: 0 0 0.45rem;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 800;
  color: var(--yzz-ink);
}

body.body-tpl-portal.body-tpl-yzz .yzz-page__lead {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--yzz-muted);
  max-width: 40rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-page__body {
  padding-top: 1.35rem;
}

/* ══════════════════════════════════════
   Header — 浅色顶栏 + 深色导航条
   ══════════════════════════════════════ */
body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--yzz-header-bg);
  border-bottom: 1px solid var(--yzz-line);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), 0 4px 20px rgba(41, 37, 36, 0.06);
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__top-inner {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 1rem 1.25rem;
  padding: 0.75rem 0;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__logo {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: transparent;
  box-shadow: 0 4px 14px rgba(232, 93, 74, 0.28);
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__titles {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__titles strong {
  font-size: 1.0625rem;
  font-weight: 800;
  color: var(--yzz-ink);
  white-space: nowrap;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__titles span {
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--yzz-muted);
  white-space: nowrap;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__search {
  display: flex;
  align-items: center;
  max-width: 30rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  border: 1px solid var(--yzz-line-strong);
  background: #f5f1eb;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__search:focus-within {
  border-color: rgba(232, 93, 74, 0.45);
  box-shadow: 0 0 0 3px rgba(232, 93, 74, 0.1);
  background: #fff;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__search-icon {
  display: grid;
  place-items: center;
  padding-left: 0.85rem;
  color: var(--yzz-accent);
  flex-shrink: 0;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__search input {
  flex: 1;
  min-width: 0;
  border: none;
  padding: 0.6rem 0.5rem;
  font-size: 0.875rem;
  font-family: inherit;
  background: transparent;
  color: var(--yzz-ink);
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__search input::placeholder {
  color: #a8a29e;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__search input:focus {
  outline: none;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__search-submit {
  flex-shrink: 0;
  border: none;
  padding: 0 1rem;
  min-height: 2.25rem;
  margin: 4px;
  border-radius: 8px;
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #fb923c, #e85d4a);
  transition: filter 0.15s ease;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__search-submit:hover {
  filter: brightness(1.06);
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__btn {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.95rem;
  border-radius: 10px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__btn--ghost {
  color: var(--yzz-ink);
  background: transparent;
  border: 1px solid var(--yzz-line-strong);
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__btn--ghost:hover {
  background: #f5f1eb;
  border-color: rgba(41, 37, 36, 0.22);
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__btn--solid {
  color: #fff;
  background: linear-gradient(135deg, #14b8a6, #0d9488);
  border: 1px solid rgba(13, 148, 136, 0.3);
  box-shadow: 0 4px 12px rgba(13, 148, 136, 0.22);
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__btn--solid:hover {
  filter: brightness(1.05);
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__nav-wrap {
  background: var(--yzz-nav-bg);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 1rem;
  padding: 0.45rem 0;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__nav::-webkit-scrollbar {
  display: none;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__nav-group {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__nav-group + .yzz-site-header__nav-group {
  padding-left: 0.85rem;
  margin-left: 0.1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__nav-region {
  font-size: 0.6875rem;
  font-weight: 800;
  color: #fb923c;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__nav-cluster {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.15rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__link {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.65rem;
  border-radius: 6px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #d6d3d1;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__link--active {
  color: #fff;
  font-weight: 700;
  background: rgba(232, 93, 74, 0.18);
  border-bottom-color: #fb923c;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0.45rem;
  border: 1px solid var(--yzz-line-strong);
  border-radius: 8px;
  background: #f5f1eb;
  cursor: pointer;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__burger span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: var(--yzz-ink);
}

/* ══════════════════════════════════════
   Hero — 影院沉浸风
   ══════════════════════════════════════ */
body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema {
  position: relative;
  padding: 3.25rem 0 0;
  background: #0c0a09;
  color: #fafaf9;
  overflow: hidden;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__backdrop img {
  position: absolute;
  inset: -8%;
  width: 116%;
  height: 116%;
  object-fit: cover;
  filter: blur(28px) saturate(1.15);
  transform: scale(1.05);
  opacity: 0.55;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__backdrop-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(12, 10, 9, 0.94) 0%, rgba(12, 10, 9, 0.78) 42%, rgba(12, 10, 9, 0.35) 100%),
    linear-gradient(180deg, rgba(12, 10, 9, 0.15) 0%, rgba(12, 10, 9, 0.92) 88%);
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__backdrop-glow {
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 55%;
  height: 60%;
  background: radial-gradient(circle, rgba(232, 93, 74, 0.28) 0%, transparent 68%);
  filter: blur(8px);
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2rem 3rem;
  align-items: center;
  padding-bottom: 4.5rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__content {
  max-width: 34rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.15rem;
  padding: 0.35rem 0.85rem 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fdba74;
  background: rgba(232, 93, 74, 0.12);
  border: 1px solid rgba(251, 146, 60, 0.22);
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__kicker-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #fb923c;
  box-shadow: 0 0 12px rgba(251, 146, 60, 0.8);
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__title {
  margin: 0 0 1rem;
  font-size: clamp(2.125rem, 5.2vw, 3.35rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;
  color: #fff;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__title-accent {
  display: block;
  margin-top: 0.15rem;
  background: linear-gradient(135deg, #fdba74 0%, #fb923c 35%, #e85d4a 70%, #f97316 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__lead {
  margin: 0;
  max-width: 31rem;
  font-size: clamp(0.9375rem, 1.7vw, 1.0625rem);
  line-height: 1.85;
  color: rgba(250, 250, 249, 0.72);
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 1.65rem 0 0;
  padding: 0;
  list-style: none;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__stats li {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0 1.35rem;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__stats li:first-child {
  padding-left: 0;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__stats li:last-child {
  border-right: none;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__stats strong {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fb923c;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__stats li:last-child strong {
  color: #fff;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__stats span {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(250, 250, 249, 0.48);
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.85rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0 1.65rem;
  border-radius: 999px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #fb923c 0%, #e85d4a 55%, #dc2626 100%);
  box-shadow: 0 14px 36px rgba(232, 93, 74, 0.42);
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(232, 93, 74, 0.52);
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__btn--outline {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__btn--outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-2px);
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__showcase {
  position: relative;
  min-height: 22rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__poster {
  position: absolute;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  text-decoration: none;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, z-index 0s;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__poster--0 {
  left: 2%;
  width: 8.5rem;
  aspect-ratio: 2 / 3;
  transform: rotate(-10deg) translateY(1.5rem);
  z-index: 1;
  opacity: 0.82;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__poster--1 {
  left: 50%;
  width: 13.5rem;
  aspect-ratio: 2 / 3;
  transform: translate(-50%, 0);
  z-index: 3;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__poster--2 {
  right: 2%;
  width: 8.5rem;
  aspect-ratio: 2 / 3;
  transform: rotate(9deg) translateY(1.75rem);
  z-index: 2;
  opacity: 0.88;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__poster--lead:hover,
body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__poster--1:hover {
  transform: translate(-50%, -6px) scale(1.02);
  box-shadow:
    0 32px 70px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.12);
  z-index: 4;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__poster--0:hover {
  transform: rotate(-10deg) translateY(0.75rem) scale(1.03);
  z-index: 4;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__poster--2:hover {
  transform: rotate(9deg) translateY(1rem) scale(1.03);
  z-index: 4;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__poster-score {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  padding: 0.25rem 0.55rem;
  border-radius: 8px;
  font-size: 0.8125rem;
  font-weight: 800;
  color: #fff;
  background: rgba(12, 10, 9, 0.72);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__poster-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(180deg, rgba(12, 10, 9, 0.05) 35%, rgba(12, 10, 9, 0.72) 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__poster-play svg {
  width: 3.25rem;
  height: 3.25rem;
  padding: 0.85rem;
  border-radius: 50%;
  background: rgba(232, 93, 74, 0.92);
  box-shadow: 0 10px 28px rgba(232, 93, 74, 0.45);
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__poster--lead:hover .yzz-hero__poster-play {
  opacity: 1;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__poster-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.5rem 0.85rem 0.85rem;
  background: linear-gradient(180deg, transparent 0%, rgba(12, 10, 9, 0.88) 100%);
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__poster-caption strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__poster-caption em {
  display: block;
  margin-top: 0.2rem;
  font-style: normal;
  font-size: 0.6875rem;
  color: rgba(250, 250, 249, 0.62);
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__dock {
  position: relative;
  z-index: 2;
  margin-top: -2.25rem;
  padding-bottom: 2.5rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__dock-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__dock-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  min-height: 4.25rem;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  text-decoration: none;
  color: #292524;
  background: #fff;
  border: 1px solid rgba(41, 37, 36, 0.06);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.8) inset,
    0 18px 40px rgba(41, 37, 36, 0.1);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__dock-card:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 93, 74, 0.22);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.9) inset,
    0 24px 48px rgba(232, 93, 74, 0.14);
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__dock-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 12px;
  font-size: 1.1rem;
  background: linear-gradient(145deg, rgba(251, 146, 60, 0.14), rgba(232, 93, 74, 0.08));
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__dock-text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1c1917;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__dock-arrow {
  display: flex;
  color: #d6d3d1;
  transition: color 0.2s ease, transform 0.2s ease;
}

body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__dock-card:hover .yzz-hero__dock-arrow {
  color: #e85d4a;
  transform: translateX(3px);
}

/* ── Home sections ── */
body.body-tpl-portal.body-tpl-yzz .yzz-section {
  margin-bottom: 2.5rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-home--magazine .yzz-section--categories {
  margin-bottom: 0;
}

body.body-tpl-portal.body-tpl-yzz .yzz-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.15rem;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid var(--yzz-line);
}

body.body-tpl-portal.body-tpl-yzz .yzz-section__head--center {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

body.body-tpl-portal.body-tpl-yzz .yzz-section__title {
  margin: 0;
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
  font-weight: 800;
  color: var(--yzz-ink);
  position: relative;
  padding-left: 0;
}

body.body-tpl-portal.body-tpl-yzz .yzz-section__title::before {
  display: none;
}

body.body-tpl-portal.body-tpl-yzz .yzz-section__subtitle {
  margin: 0.25rem 0 0;
  font-size: 0.8125rem;
  color: var(--yzz-muted);
}

body.body-tpl-portal.body-tpl-yzz .yzz-section__more {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.35rem 0.75rem;
  border-radius: 8px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--yzz-accent);
  text-decoration: none;
  background: rgba(232, 93, 74, 0.08);
  transition: background 0.2s ease;
}

body.body-tpl-portal.body-tpl-yzz .yzz-section__more:hover {
  background: rgba(232, 93, 74, 0.14);
}

/* ── 热门分类区块 ── */
body.body-tpl-portal.body-tpl-yzz .yzz-section--categories .yzz-section__head {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

body.body-tpl-portal.body-tpl-yzz .yzz-section--categories .yzz-section__head-main {
  width: 100%;
}

body.body-tpl-portal.body-tpl-yzz .yzz-section--categories .yzz-section__title {
  font-size: clamp(1.25rem, 2.8vw, 1.5rem);
  color: #222;
}

body.body-tpl-portal.body-tpl-yzz .yzz-section--categories .yzz-section__subtitle {
  margin-top: 0.35rem;
  font-size: 0.875rem;
  color: #888;
}

body.body-tpl-portal.body-tpl-yzz .yzz-section--categories .yzz-section__head::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 0.9rem;
  margin-bottom: 1.25rem;
  border-radius: 3px;
  background: linear-gradient(90deg, #fbbf24 0%, #f472b6 35%, #a855f7 65%, #14b8a6 100%);
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 4rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  border: none;
  background: #fff;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(41, 37, 36, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile__glow {
  position: absolute;
  right: -18%;
  bottom: -35%;
  width: 65%;
  height: 90%;
  border-radius: 50%;
  filter: blur(14px);
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(41, 37, 36, 0.1);
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile:hover .yzz-cat-tile__glow {
  opacity: 0.75;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile__icon {
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
  line-height: 1;
  flex-shrink: 0;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile__name {
  position: relative;
  z-index: 1;
  margin: 0;
  flex: 1;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--violet {
  border-left: 5px solid #8b5cf6;
}
body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--violet .yzz-cat-tile__name { color: #7c3aed; }
body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--violet .yzz-cat-tile__glow { background: radial-gradient(circle, rgba(139, 92, 246, 0.5) 0%, transparent 72%); }

body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--blue {
  border-left: 5px solid #3b82f6;
}
body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--blue .yzz-cat-tile__name { color: #2563eb; }
body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--blue .yzz-cat-tile__glow { background: radial-gradient(circle, rgba(59, 130, 246, 0.45) 0%, transparent 72%); }

body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--rose {
  border-left: 5px solid #f43f5e;
}
body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--rose .yzz-cat-tile__name { color: #e11d48; }
body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--rose .yzz-cat-tile__glow { background: radial-gradient(circle, rgba(244, 63, 94, 0.45) 0%, transparent 72%); }

body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--pink {
  border-left: 5px solid #ec4899;
}
body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--pink .yzz-cat-tile__name { color: #db2777; }
body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--pink .yzz-cat-tile__glow { background: radial-gradient(circle, rgba(236, 72, 153, 0.45) 0%, transparent 72%); }

body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--cyan {
  border-left: 5px solid #06b6d4;
}
body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--cyan .yzz-cat-tile__name { color: #0891b2; }
body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--cyan .yzz-cat-tile__glow { background: radial-gradient(circle, rgba(6, 182, 212, 0.45) 0%, transparent 72%); }

body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--amber {
  border-left: 5px solid #f59e0b;
}
body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--amber .yzz-cat-tile__name { color: #d97706; }
body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--amber .yzz-cat-tile__glow { background: radial-gradient(circle, rgba(245, 158, 11, 0.45) 0%, transparent 72%); }

body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--teal {
  border-left: 5px solid #14b8a6;
}
body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--teal .yzz-cat-tile__name { color: #0d9488; }
body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--teal .yzz-cat-tile__glow { background: radial-gradient(circle, rgba(20, 184, 166, 0.45) 0%, transparent 72%); }

body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--purple {
  border-left: 5px solid #a855f7;
}
body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--purple .yzz-cat-tile__name { color: #9333ea; }
body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--purple .yzz-cat-tile__glow { background: radial-gradient(circle, rgba(168, 85, 247, 0.45) 0%, transparent 72%); }

body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--fuchsia {
  border-left: 5px solid #d946ef;
}
body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--fuchsia .yzz-cat-tile__name { color: #c026d3; }
body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--fuchsia .yzz-cat-tile__glow { background: radial-gradient(circle, rgba(217, 70, 239, 0.45) 0%, transparent 72%); }

body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--indigo {
  border-left: 5px solid #6366f1;
}
body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--indigo .yzz-cat-tile__name { color: #4f46e5; }
body.body-tpl-portal.body-tpl-yzz .yzz-cat-tile--indigo .yzz-cat-tile__glow { background: radial-gradient(circle, rgba(99, 102, 241, 0.45) 0%, transparent 72%); }

@media (min-width: 640px) {
  body.body-tpl-portal.body-tpl-yzz .yzz-cat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  body.body-tpl-portal.body-tpl-yzz .yzz-cat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  body.body-tpl-portal.body-tpl-yzz .yzz-cat-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

/* ── Film cards — 海报网格卡片 ── */
body.body-tpl-portal.body-tpl-yzz .yzz-section .yzz-film-grid,
body.body-tpl-portal.body-tpl-yzz .yzz-list-section .yzz-film-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0.85rem;
  width: 100%;
}

body.body-tpl-portal.body-tpl-yzz .yzz-section .yzz-film-card,
body.body-tpl-portal.body-tpl-yzz .yzz-list-section .yzz-film-card {
  display: flex !important;
  flex-direction: column !important;
  width: 100%;
  padding: 0;
  border-radius: 14px;
  border: 1px solid var(--yzz-line);
  background: var(--yzz-surface);
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(41, 37, 36, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.body-tpl-portal.body-tpl-yzz .yzz-section .yzz-film-card__media,
body.body-tpl-portal.body-tpl-yzz .yzz-list-section .yzz-film-card__media {
  position: relative;
  display: block;
  width: 100% !important;
  max-width: none;
  flex: none;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 0;
}

body.body-tpl-portal.body-tpl-yzz .yzz-section .yzz-film-card__media img,
body.body-tpl-portal.body-tpl-yzz .yzz-list-section .yzz-film-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

body.body-tpl-portal.body-tpl-yzz .yzz-section .yzz-film-card:hover .yzz-film-card__media img,
body.body-tpl-portal.body-tpl-yzz .yzz-list-section .yzz-film-card:hover .yzz-film-card__media img {
  transform: scale(1.04);
}

body.body-tpl-portal.body-tpl-yzz .yzz-section .yzz-film-card__play,
body.body-tpl-portal.body-tpl-yzz .yzz-list-section .yzz-film-card__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(28, 25, 23, 0.35);
  opacity: 0;
  transition: opacity 0.2s ease;
}

body.body-tpl-portal.body-tpl-yzz .yzz-section .yzz-film-card:hover .yzz-film-card__play,
body.body-tpl-portal.body-tpl-yzz .yzz-list-section .yzz-film-card:hover .yzz-film-card__play {
  opacity: 1;
}

body.body-tpl-portal.body-tpl-yzz .yzz-section .yzz-film-card__score,
body.body-tpl-portal.body-tpl-yzz .yzz-list-section .yzz-film-card__score {
  position: absolute;
  top: 0.45rem;
  left: 0.45rem;
  padding: 0.15rem 0.45rem;
  border-radius: 6px;
  font-size: 0.6875rem;
  font-weight: 800;
  color: #fff;
  background: rgba(232, 93, 74, 0.92);
}

body.body-tpl-portal.body-tpl-yzz .yzz-section .yzz-film-card__dur,
body.body-tpl-portal.body-tpl-yzz .yzz-list-section .yzz-film-card__dur {
  position: absolute;
  right: 0.45rem;
  bottom: 0.45rem;
  padding: 0.15rem 0.4rem;
  border-radius: 6px;
  font-size: 0.625rem;
  font-weight: 700;
  color: #fff;
  background: rgba(28, 25, 23, 0.75);
}

body.body-tpl-portal.body-tpl-yzz .yzz-section .yzz-film-card__body,
body.body-tpl-portal.body-tpl-yzz .yzz-list-section .yzz-film-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.7rem 0.8rem 0.8rem;
  flex: 1;
  min-width: 0;
}

body.body-tpl-portal.body-tpl-yzz .yzz-section .yzz-film-card__title,
body.body-tpl-portal.body-tpl-yzz .yzz-list-section .yzz-film-card__title {
  margin: 0;
}

body.body-tpl-portal.body-tpl-yzz .yzz-section .yzz-film-card__title a,
body.body-tpl-portal.body-tpl-yzz .yzz-list-section .yzz-film-card__title a {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--yzz-ink);
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.body-tpl-portal.body-tpl-yzz .yzz-section .yzz-film-card__meta,
body.body-tpl-portal.body-tpl-yzz .yzz-list-section .yzz-film-card__meta {
  margin: 0;
  font-size: 0.6875rem;
  color: var(--yzz-muted);
}

body.body-tpl-portal.body-tpl-yzz .yzz-section .yzz-film-card__synopsis,
body.body-tpl-portal.body-tpl-yzz .yzz-list-section .yzz-film-card__synopsis {
  margin: 0;
  font-size: 0.6875rem;
  line-height: 1.5;
  color: var(--yzz-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.body-tpl-portal.body-tpl-yzz .yzz-section .yzz-film-card__foot,
body.body-tpl-portal.body-tpl-yzz .yzz-list-section .yzz-film-card__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.6rem;
  margin-top: auto;
  padding-top: 0.35rem;
  font-size: 0.625rem;
  color: var(--yzz-muted);
}

body.body-tpl-portal.body-tpl-yzz .yzz-section .yzz-film-card__tag,
body.body-tpl-portal.body-tpl-yzz .yzz-list-section .yzz-film-card__tag {
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  font-size: 0.625rem;
  font-weight: 700;
  color: var(--yzz-accent-deep);
  background: rgba(232, 93, 74, 0.1);
}

body.body-tpl-portal.body-tpl-yzz .yzz-section .card-hover:hover,
body.body-tpl-portal.body-tpl-yzz .yzz-list-section .card-hover:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(41, 37, 36, 0.1);
}

@media (min-width: 640px) {
  body.body-tpl-portal.body-tpl-yzz .yzz-section .yzz-film-grid,
  body.body-tpl-portal.body-tpl-yzz .yzz-list-section .yzz-film-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  body.body-tpl-portal.body-tpl-yzz .yzz-section .yzz-film-grid,
  body.body-tpl-portal.body-tpl-yzz .yzz-list-section .yzz-film-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

/* ── Why section — 浅色编辑风 ── */
body.body-tpl-portal.body-tpl-yzz .yzz-home__band--why {
  padding: 2.75rem 0 3rem;
  background: linear-gradient(180deg, #faf7f2 0%, #f5f1eb 100%);
}

body.body-tpl-portal.body-tpl-yzz .yzz-why--editorial {
  margin: 0;
}

body.body-tpl-portal.body-tpl-yzz .yzz-why__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 2.5rem 3rem;
  align-items: start;
}

body.body-tpl-portal.body-tpl-yzz .yzz-why__intro {
  position: sticky;
  top: 6rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-why__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e85d4a;
}

body.body-tpl-portal.body-tpl-yzz .yzz-why__kicker-line {
  width: 2rem;
  height: 2px;
  background: linear-gradient(90deg, #fb923c, #e85d4a);
  border-radius: 2px;
}

body.body-tpl-portal.body-tpl-yzz .yzz-why__title {
  margin: 0;
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #1c1917;
}

body.body-tpl-portal.body-tpl-yzz .yzz-why__lead {
  margin: 1rem 0 0;
  max-width: 22rem;
  font-size: 0.9375rem;
  line-height: 1.85;
  color: #78716c;
}

body.body-tpl-portal.body-tpl-yzz .yzz-why__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}

body.body-tpl-portal.body-tpl-yzz .yzz-why__tags li {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #57534e;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(41, 37, 36, 0.08);
}

body.body-tpl-portal.body-tpl-yzz .yzz-why__cards {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-why__card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1.15rem;
  align-items: start;
  padding: 1.35rem 1.35rem 1.35rem 1.15rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(41, 37, 36, 0.06);
  box-shadow: 0 10px 30px rgba(41, 37, 36, 0.05);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.body-tpl-portal.body-tpl-yzz .yzz-why__card::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #fb923c 0%, #e85d4a 100%);
  opacity: 0.85;
}

body.body-tpl-portal.body-tpl-yzz .yzz-why__card:hover {
  transform: translateX(4px);
  border-color: rgba(232, 93, 74, 0.18);
  box-shadow: 0 16px 40px rgba(232, 93, 74, 0.1);
}

body.body-tpl-portal.body-tpl-yzz .yzz-why__card-num {
  position: absolute;
  top: 0.65rem;
  right: 1rem;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(41, 37, 36, 0.04);
  pointer-events: none;
  user-select: none;
}

body.body-tpl-portal.body-tpl-yzz .yzz-why__card-icon {
  grid-row: 1 / span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-left: 0.35rem;
  border-radius: 14px;
  color: #e85d4a;
  background: linear-gradient(145deg, rgba(251, 146, 60, 0.14), rgba(232, 93, 74, 0.08));
  border: 1px solid rgba(232, 93, 74, 0.12);
}

body.body-tpl-portal.body-tpl-yzz .yzz-why__card-body h3 {
  margin: 0 0 0.35rem;
  padding-right: 2.5rem;
  font-size: 1.0625rem;
  font-weight: 800;
  color: #1c1917;
}

body.body-tpl-portal.body-tpl-yzz .yzz-why__card-body p {
  margin: 0;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #78716c;
}

body.body-tpl-portal.body-tpl-yzz .yzz-why__card--hd .yzz-why__card-icon {
  color: #ea580c;
}

body.body-tpl-portal.body-tpl-yzz .yzz-why__card--sync .yzz-why__card-icon {
  color: #c2410c;
}

body.body-tpl-portal.body-tpl-yzz .yzz-why__card--free .yzz-why__card-icon {
  color: #e85d4a;
}

@media (max-width: 768px) {
  body.body-tpl-portal.body-tpl-yzz .yzz-why__layout {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-why__intro {
    position: static;
    text-align: center;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-why__kicker {
    justify-content: center;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-why__lead {
    margin-inline: auto;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-why__tags {
    justify-content: center;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-home__band--why {
    padding: 2rem 0 2.25rem;
  }
}

/* ══════════════════════════════════════
   Category page（并入 page shell）
   ══════════════════════════════════════ */
body.body-tpl-portal.body-tpl-yzz .yzz-category-page {
  padding-bottom: 0;
}

body.body-tpl-portal.body-tpl-yzz .yzz-category-page__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin-bottom: 1.15rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--yzz-line);
}

body.body-tpl-portal.body-tpl-yzz .yzz-sort-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0.2rem;
  border-radius: 10px;
  background: #f5f1eb;
}

body.body-tpl-portal.body-tpl-yzz .yzz-sort-tabs button {
  border: none;
  border-radius: 8px;
  padding: 0.4rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  color: var(--yzz-muted);
  background: transparent;
  transition: background 0.2s ease, color 0.2s ease;
}

body.body-tpl-portal.body-tpl-yzz .yzz-sort-tabs button.is-active {
  background: var(--yzz-surface);
  color: var(--yzz-accent-deep);
  box-shadow: 0 1px 4px rgba(41, 37, 36, 0.08);
  font-weight: 700;
}

body.body-tpl-portal.body-tpl-yzz .yzz-category-page__meta {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--yzz-muted);
}

body.body-tpl-portal.body-tpl-yzz .yzz-empty {
  text-align: center;
  padding: 3rem 1.5rem;
  color: var(--yzz-muted);
  background: var(--yzz-surface);
  border-radius: 14px;
  border: 1px dashed var(--yzz-line-strong);
}

/* ══════════════════════════════════════
   分类页 v2 — 侧栏 + 主内容
   ══════════════════════════════════════ */
body.body-tpl-portal.body-tpl-yzz .yzz-category-page--v2 {
  padding-bottom: 3rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(120deg, color-mix(in srgb, var(--cat-accent) 88%, #171513) 0%, #171513 62%);
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2-hero::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -8%;
  width: 45%;
  height: 200%;
  background: radial-gradient(circle, color-mix(in srgb, var(--cat-accent) 55%, transparent) 0%, transparent 62%);
  pointer-events: none;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2-hero__inner {
  position: relative;
  z-index: 1;
  padding: 1.25rem 0 1.75rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-breadcrumb--onhero {
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1.25rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-breadcrumb--onhero a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

body.body-tpl-portal.body-tpl-yzz .yzz-breadcrumb--onhero a:hover {
  color: #fff;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2-hero__row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2-hero__icon {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  display: grid;
  place-items: center;
  border-radius: 16px;
  font-size: 1.75rem;
  font-weight: 800;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2-hero__title {
  margin: 0;
  font-size: clamp(1.5rem, 4vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2-hero__lead {
  margin: 0.3rem 0 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  max-width: 42rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2-hero__stats {
  margin: 1.25rem 0 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2-hero__stats strong {
  color: #fff;
  font-size: 1.05rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2 {
  display: grid;
  grid-template-columns: 15rem minmax(0, 1fr);
  gap: 1.5rem;
  padding-top: 1.75rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__side {
  align-self: start;
  position: sticky;
  top: 5.5rem;
  padding: 1.15rem 1rem;
  border-radius: 16px;
  background: var(--yzz-surface);
  border: 1px solid var(--yzz-line);
  box-shadow: 0 4px 18px rgba(41, 37, 36, 0.04);
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__side-title {
  margin: 0 0 0.85rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--yzz-muted);
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__nav {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.6rem 0.75rem;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--yzz-ink);
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__nav-link em {
  font-style: normal;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__nav-link:hover {
  background: #f5f1eb;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__nav-link:hover em {
  opacity: 0.6;
  transform: translateX(0);
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__nav-link.is-active {
  color: #fff;
  background: linear-gradient(135deg, #fb923c, #e85d4a);
  border-left-color: transparent;
  box-shadow: 0 6px 16px rgba(232, 93, 74, 0.24);
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__nav-link.is-active em {
  opacity: 1;
  transform: translateX(0);
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__nav-link--violet:not(.is-active):hover { border-left-color: #8b5cf6; color: #7c3aed; }
body.body-tpl-portal.body-tpl-yzz .yzz-cat2__nav-link--blue:not(.is-active):hover { border-left-color: #3b82f6; color: #2563eb; }
body.body-tpl-portal.body-tpl-yzz .yzz-cat2__nav-link--rose:not(.is-active):hover { border-left-color: #f43f5e; color: #e11d48; }
body.body-tpl-portal.body-tpl-yzz .yzz-cat2__nav-link--pink:not(.is-active):hover { border-left-color: #ec4899; color: #db2777; }
body.body-tpl-portal.body-tpl-yzz .yzz-cat2__nav-link--cyan:not(.is-active):hover { border-left-color: #06b6d4; color: #0891b2; }
body.body-tpl-portal.body-tpl-yzz .yzz-cat2__nav-link--amber:not(.is-active):hover { border-left-color: #f59e0b; color: #d97706; }
body.body-tpl-portal.body-tpl-yzz .yzz-cat2__nav-link--teal:not(.is-active):hover { border-left-color: #14b8a6; color: #0d9488; }
body.body-tpl-portal.body-tpl-yzz .yzz-cat2__nav-link--purple:not(.is-active):hover { border-left-color: #a855f7; color: #9333ea; }
body.body-tpl-portal.body-tpl-yzz .yzz-cat2__nav-link--fuchsia:not(.is-active):hover { border-left-color: #d946ef; color: #c026d3; }
body.body-tpl-portal.body-tpl-yzz .yzz-cat2__nav-link--indigo:not(.is-active):hover { border-left-color: #6366f1; color: #4f46e5; }

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__main {
  min-width: 0;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin-bottom: 1.25rem;
  padding: 0.7rem 0.85rem;
  border-radius: 14px;
  background: var(--yzz-surface);
  border: 1px solid var(--yzz-line);
  box-shadow: 0 4px 18px rgba(41, 37, 36, 0.04);
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (min-width: 700px) {
  body.body-tpl-portal.body-tpl-yzz .yzz-cat2__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1180px) {
  body.body-tpl-portal.body-tpl-yzz .yzz-cat2__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

/* 分类页 — 紧凑横向列表卡片（覆盖基础紫色样式） */
body.body-tpl-portal.body-tpl-yzz .yzz-film-grid--rows {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: unset !important;
  gap: 0.65rem !important;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__grid.yzz-film-grid--rows .yzz-film-card,
body.body-tpl-portal.body-tpl-yzz .yzz-cat2__grid.yzz-film-grid--rows .yzz-film-card--row {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch;
  gap: 0.85rem;
  width: 100%;
  padding: 0.7rem 0.85rem !important;
  border-radius: 12px !important;
  border: 1px solid var(--yzz-line) !important;
  background: #fff !important;
  box-shadow: 0 1px 6px rgba(41, 37, 36, 0.05) !important;
  overflow: hidden;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__grid.yzz-film-grid--rows .yzz-film-card__media {
  position: relative;
  flex: 0 0 4.75rem !important;
  width: 4.75rem !important;
  max-width: 4.75rem !important;
  aspect-ratio: 2 / 3 !important;
  border-radius: 8px !important;
  overflow: hidden;
  align-self: flex-start;
  box-shadow: 0 2px 8px rgba(41, 37, 36, 0.1);
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__grid.yzz-film-grid--rows .yzz-film-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__grid.yzz-film-grid--rows .yzz-film-card__play {
  display: none;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__grid.yzz-film-grid--rows .yzz-film-card__score {
  top: 0.3rem;
  left: 0.3rem;
  font-size: 0.5625rem;
  padding: 0.1rem 0.3rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__grid.yzz-film-grid--rows .yzz-film-card__dur {
  right: 0.3rem;
  bottom: 0.3rem;
  font-size: 0.5625rem;
  background: rgba(28, 25, 23, 0.8);
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__grid.yzz-film-grid--rows .yzz-film-card__body {
  display: flex !important;
  flex-direction: column !important;
  flex: 1;
  min-width: 0;
  padding: 0 !important;
  gap: 0.25rem !important;
  background: transparent !important;
  color: var(--yzz-ink) !important;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__grid.yzz-film-grid--rows .yzz-film-card__title a {
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  color: var(--yzz-ink) !important;
  -webkit-line-clamp: 1;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__grid.yzz-film-grid--rows .yzz-film-card__meta {
  font-size: 0.75rem !important;
  color: var(--yzz-muted) !important;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__grid.yzz-film-grid--rows .yzz-film-card__synopsis {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.75rem !important;
  line-height: 1.5 !important;
  color: #a8a29e !important;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__grid.yzz-film-grid--rows .yzz-film-card__foot {
  margin-top: auto;
  padding-top: 0.3rem;
  font-size: 0.6875rem !important;
  color: var(--yzz-muted) !important;
  gap: 0.5rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__grid.yzz-film-grid--rows .yzz-film-card__tag {
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  font-size: 0.625rem;
  color: #0d9488 !important;
  background: rgba(13, 148, 136, 0.1) !important;
}

body.body-tpl-portal.body-tpl-yzz .yzz-cat2__grid.yzz-film-grid--rows .card-hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(41, 37, 36, 0.08) !important;
}

@media (min-width: 640px) {
  body.body-tpl-portal.body-tpl-yzz .yzz-cat2__grid.yzz-film-grid--rows .yzz-film-card__media {
    flex: 0 0 5.5rem !important;
    width: 5.5rem !important;
    max-width: 5.5rem !important;
  }
}

body.body-tpl-portal.body-tpl-yzz .yzz-category-page--v2 .yzz-pagination {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--yzz-line);
}

body.body-tpl-portal.body-tpl-yzz .yzz-category-page--v2 .yzz-pagination a,
body.body-tpl-portal.body-tpl-yzz .yzz-category-page--v2 .yzz-pagination span {
  min-width: 2.4rem;
  height: 2.4rem;
  border-radius: 10px;
  font-weight: 600;
}

body.body-tpl-portal.body-tpl-yzz .yzz-category-page--v2 .yzz-pagination a:hover:not(.is-active) {
  border-color: rgba(232, 93, 74, 0.35);
  color: var(--yzz-accent);
}

body.body-tpl-portal.body-tpl-yzz .yzz-category-page--v2 .yzz-pagination a.is-active {
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(232, 93, 74, 0.28);
}

@media (max-width: 860px) {
  body.body-tpl-portal.body-tpl-yzz .yzz-cat2 {
    grid-template-columns: 1fr;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-cat2__side {
    position: static;
    top: auto;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-cat2__nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.4rem;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-cat2__nav-link {
    border-left: none;
    border: 1px solid var(--yzz-line);
    padding: 0.4rem 0.75rem;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-cat2__nav-link em {
    display: none;
  }
}

/* ══════════════════════════════════════
   内容详情页 — 影视资料库版面
   ══════════════════════════════════════ */
body.body-tpl-portal.body-tpl-yzz .detail-page {
  background: #f5f1eb;
}

body.body-tpl-portal.body-tpl-yzz .detail-masthead {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #171513;
}

body.body-tpl-portal.body-tpl-yzz .detail-masthead__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 21, 19, 0.98) 0%, rgba(23, 21, 19, 0.89) 48%, rgba(23, 21, 19, 0.72) 100%),
    var(--detail-poster) center 28% / cover no-repeat;
  filter: saturate(0.7);
  transform: scale(1.05);
}

body.body-tpl-portal.body-tpl-yzz .detail-masthead__backdrop::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 25%, rgba(232, 93, 74, 0.2), transparent 34%),
    linear-gradient(180deg, transparent 55%, #171513 100%);
}

body.body-tpl-portal.body-tpl-yzz .detail-masthead .container {
  position: relative;
  z-index: 1;
  padding-top: 1.15rem;
  padding-bottom: 2.5rem;
}

body.body-tpl-portal.body-tpl-yzz .detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

body.body-tpl-portal.body-tpl-yzz .detail-breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

body.body-tpl-portal.body-tpl-yzz .detail-breadcrumb a:hover {
  color: #fb923c;
}

body.body-tpl-portal.body-tpl-yzz .detail-breadcrumb > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.body-tpl-portal.body-tpl-yzz .detail-masthead__layout {
  display: grid;
  grid-template-columns: 11rem minmax(0, 1fr) 9rem;
  gap: 1.5rem 2rem;
  align-items: center;
}

body.body-tpl-portal.body-tpl-yzz .detail-poster {
  position: relative;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border-radius: 16px;
  background: #292524;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.42);
}

body.body-tpl-portal.body-tpl-yzz .detail-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.body-tpl-portal.body-tpl-yzz .detail-poster > span {
  position: absolute;
  left: 0.65rem;
  bottom: 0.65rem;
  padding: 0.25rem 0.55rem;
  border-radius: 6px;
  color: #fff;
  background: rgba(232, 93, 74, 0.94);
  font-size: 0.6875rem;
  font-weight: 800;
}

body.body-tpl-portal.body-tpl-yzz .detail-summary {
  min-width: 0;
}

body.body-tpl-portal.body-tpl-yzz .detail-summary__kicker {
  margin: 0 0 0.45rem;
  color: #fb923c;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

body.body-tpl-portal.body-tpl-yzz .detail-summary h1 {
  margin: 0;
  font-size: clamp(1.65rem, 4vw, 2.5rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
}

body.body-tpl-portal.body-tpl-yzz .detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

body.body-tpl-portal.body-tpl-yzz .detail-tags span {
  padding: 0.3rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  color: #d6d3d1;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.75rem;
}

body.body-tpl-portal.body-tpl-yzz .detail-summary__desc {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: #a8a29e;
  font-size: 0.875rem;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.body-tpl-portal.body-tpl-yzz .detail-credits {
  display: grid;
  gap: 0.55rem;
  margin: 1rem 0 0;
}

body.body-tpl-portal.body-tpl-yzz .detail-credits > div {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: baseline;
}

body.body-tpl-portal.body-tpl-yzz .detail-credits dt {
  color: #78716c;
  font-size: 0.75rem;
}

body.body-tpl-portal.body-tpl-yzz .detail-credits dd {
  margin: 0;
  color: #e7e5e4;
  font-size: 0.8125rem;
  line-height: 1.55;
}

body.body-tpl-portal.body-tpl-yzz .detail-summary__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

body.body-tpl-portal.body-tpl-yzz .detail-play-btn,
body.body-tpl-portal.body-tpl-yzz .detail-category-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.65rem;
  padding: 0.65rem 1.2rem;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body.body-tpl-portal.body-tpl-yzz .detail-play-btn {
  color: #fff;
  background: linear-gradient(135deg, #fb923c, #e85d4a);
  box-shadow: 0 9px 24px rgba(232, 93, 74, 0.28);
}

body.body-tpl-portal.body-tpl-yzz .detail-category-btn {
  color: #e7e5e4;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.body-tpl-portal.body-tpl-yzz .detail-play-btn:hover,
body.body-tpl-portal.body-tpl-yzz .detail-category-btn:hover {
  transform: translateY(-2px);
}

body.body-tpl-portal.body-tpl-yzz .detail-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0.75rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

body.body-tpl-portal.body-tpl-yzz .detail-rating__label,
body.body-tpl-portal.body-tpl-yzz .detail-rating__views {
  color: #78716c;
  font-size: 0.6875rem;
}

body.body-tpl-portal.body-tpl-yzz .detail-rating strong {
  margin: 0.25rem 0 0;
  color: #fff;
  font-size: 2.75rem;
  line-height: 1.1;
}

body.body-tpl-portal.body-tpl-yzz .detail-rating__stars {
  margin: 0.3rem 0 0.45rem;
  color: #f59e0b;
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
}

body.body-tpl-portal.body-tpl-yzz .detail-content {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

body.body-tpl-portal.body-tpl-yzz .detail-story,
body.body-tpl-portal.body-tpl-yzz .detail-related {
  padding: 1.5rem;
  border: 1px solid var(--yzz-line);
  border-radius: 16px;
  background: var(--yzz-surface);
  box-shadow: 0 4px 18px rgba(41, 37, 36, 0.04);
}

body.body-tpl-portal.body-tpl-yzz .detail-related {
  margin-top: 1.25rem;
}

body.body-tpl-portal.body-tpl-yzz .detail-section-heading > span,
body.body-tpl-portal.body-tpl-yzz .detail-section-heading > div > span {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--yzz-accent);
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

body.body-tpl-portal.body-tpl-yzz .detail-section-heading h2 {
  margin: 0;
  color: var(--yzz-ink);
  font-size: 1.25rem;
}

body.body-tpl-portal.body-tpl-yzz .detail-section-heading--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

body.body-tpl-portal.body-tpl-yzz .detail-section-heading--row > a {
  color: var(--yzz-accent);
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
}

body.body-tpl-portal.body-tpl-yzz .detail-story > p {
  margin: 1rem 0 0;
  max-width: 62rem;
  color: var(--yzz-muted);
  font-size: 0.9375rem;
  line-height: 1.85;
}

body.body-tpl-portal.body-tpl-yzz .detail-fact-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 1.35rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--yzz-line);
}

body.body-tpl-portal.body-tpl-yzz .detail-fact-strip > div {
  padding: 0 1rem;
  border-right: 1px solid var(--yzz-line);
}

body.body-tpl-portal.body-tpl-yzz .detail-fact-strip > div:first-child {
  padding-left: 0;
}

body.body-tpl-portal.body-tpl-yzz .detail-fact-strip > div:last-child {
  border-right: none;
}

body.body-tpl-portal.body-tpl-yzz .detail-fact-strip span,
body.body-tpl-portal.body-tpl-yzz .detail-fact-strip strong {
  display: block;
}

body.body-tpl-portal.body-tpl-yzz .detail-fact-strip span {
  color: var(--yzz-muted);
  font-size: 0.6875rem;
}

body.body-tpl-portal.body-tpl-yzz .detail-fact-strip strong {
  margin-top: 0.25rem;
  color: var(--yzz-ink);
  font-size: 0.875rem;
}

body.body-tpl-portal.body-tpl-yzz .detail-related__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

/* ══════════════════════════════════════
   播放页 — 影院播放版面
   ══════════════════════════════════════ */
body.body-tpl-portal.body-tpl-yzz .watch-page {
  background: #f5f1eb;
}

body.body-tpl-portal.body-tpl-yzz .watch-stage {
  background: #0f0e0d;
  padding-bottom: 0;
}

body.body-tpl-portal.body-tpl-yzz .watch-stage .container {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

body.body-tpl-portal.body-tpl-yzz .watch-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
}

body.body-tpl-portal.body-tpl-yzz .watch-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

body.body-tpl-portal.body-tpl-yzz .watch-breadcrumb a:hover {
  color: #fb923c;
}

body.body-tpl-portal.body-tpl-yzz .watch-breadcrumb > span:last-child {
  color: #fb923c;
}

body.body-tpl-portal.body-tpl-yzz .watch-player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 14px;
  background: #000;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 20px 50px rgba(0, 0, 0, 0.45);
}

body.body-tpl-portal.body-tpl-yzz .watch-player__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

body.body-tpl-portal.body-tpl-yzz .watch-content {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

body.body-tpl-portal.body-tpl-yzz .watch-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 1.25rem;
  padding: 1.25rem 1.35rem;
  border: 1px solid var(--yzz-line);
  border-radius: 16px;
  background: var(--yzz-surface);
  box-shadow: 0 4px 18px rgba(41, 37, 36, 0.04);
}

body.body-tpl-portal.body-tpl-yzz .watch-head__main {
  min-width: 0;
}

body.body-tpl-portal.body-tpl-yzz .watch-head__kicker {
  margin: 0 0 0.35rem;
  color: var(--yzz-accent);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

body.body-tpl-portal.body-tpl-yzz .watch-head h1 {
  margin: 0;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  line-height: 1.3;
  color: var(--yzz-ink);
}

body.body-tpl-portal.body-tpl-yzz .watch-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  margin-top: 0.7rem;
  font-size: 0.75rem;
  color: var(--yzz-muted);
}

body.body-tpl-portal.body-tpl-yzz .watch-meta__score {
  padding: 0.15rem 0.5rem;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, #fb923c, #e85d4a);
  font-weight: 800;
}

body.body-tpl-portal.body-tpl-yzz .watch-head__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex-shrink: 0;
}

body.body-tpl-portal.body-tpl-yzz .watch-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  border: 1px solid var(--yzz-line-strong);
  background: #f5f1eb;
  color: var(--yzz-ink);
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

body.body-tpl-portal.body-tpl-yzz .watch-action-btn:hover {
  background: #fff;
  transform: translateY(-1px);
}

body.body-tpl-portal.body-tpl-yzz .watch-action-btn--primary {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #fb923c, #e85d4a);
  box-shadow: 0 6px 18px rgba(232, 93, 74, 0.24);
}

body.body-tpl-portal.body-tpl-yzz .watch-panel,
body.body-tpl-portal.body-tpl-yzz .watch-related {
  padding: 1.35rem 1.5rem;
  border: 1px solid var(--yzz-line);
  border-radius: 16px;
  background: var(--yzz-surface);
  box-shadow: 0 4px 18px rgba(41, 37, 36, 0.04);
}

body.body-tpl-portal.body-tpl-yzz .watch-related {
  margin-top: 1.25rem;
}

body.body-tpl-portal.body-tpl-yzz .watch-panel__desc {
  margin: 1rem 0 0;
  color: var(--yzz-muted);
  font-size: 0.9375rem;
  line-height: 1.85;
}

body.body-tpl-portal.body-tpl-yzz .watch-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}

body.body-tpl-portal.body-tpl-yzz .watch-tags span {
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--yzz-line);
  background: #f5f1eb;
  color: var(--yzz-ink);
  font-size: 0.75rem;
  font-weight: 600;
}

body.body-tpl-portal.body-tpl-yzz .watch-credits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.25rem 0 0;
  padding-top: 1.15rem;
  border-top: 1px solid var(--yzz-line);
}

body.body-tpl-portal.body-tpl-yzz .watch-credits dt {
  color: var(--yzz-muted);
  font-size: 0.6875rem;
}

body.body-tpl-portal.body-tpl-yzz .watch-credits dd {
  margin: 0.2rem 0 0;
  color: var(--yzz-ink);
  font-size: 0.8125rem;
  line-height: 1.55;
}

body.body-tpl-portal.body-tpl-yzz .watch-credits a {
  color: var(--yzz-accent);
  font-weight: 700;
  text-decoration: none;
}

body.body-tpl-portal.body-tpl-yzz .watch-related__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

/* ══════════════════════════════════════
   Footer — 三栏深色页脚
   ══════════════════════════════════════ */
body.body-tpl-portal.body-tpl-yzz .yzz-site-footer--v2 {
  margin-top: auto;
  background: #17130f;
  color: #d6d3d1;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-footer--v2 .yzz-site-footer__inner {
  padding: 2.75rem 0 1.5rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-footer--v2 .yzz-site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr) minmax(0, 0.65fr);
  gap: 2rem 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-footer--v2 .yzz-site-footer__brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: inherit;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-footer--v2 .yzz-site-footer__logo {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 14px rgba(232, 93, 74, 0.25);
  border-radius: 10px;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-footer--v2 .yzz-site-footer__brand-text strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 800;
  color: #fff;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-footer--v2 .yzz-site-footer__brand-text span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.75rem;
  color: #a8a29e;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-footer--v2 .yzz-site-footer__blurb {
  margin: 1rem 0 0;
  line-height: 1.8;
  font-size: 0.8125rem;
  color: #a8a29e;
  max-width: 36rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-footer--v2 .site-contact {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.8125rem;
  font-weight: 600;
  color: #d6d3d1;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-footer--v2 .site-contact__icon {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  flex-shrink: 0;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-footer--v2 .yzz-site-footer__col-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  font-weight: 800;
  color: #fb923c;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-footer--v2 .yzz-site-footer__col-bar {
  width: 3px;
  height: 1rem;
  border-radius: 2px;
  background: linear-gradient(180deg, #fb923c, #f97316);
  flex-shrink: 0;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-footer--v2 .yzz-site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-footer--v2 .yzz-site-footer__links a {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  color: #a8a29e;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-footer--v2 .yzz-site-footer__chev {
  color: #fb923c;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-footer--v2 .yzz-site-footer__links a:hover {
  color: #fff;
  transform: translateX(2px);
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-footer--v2 .yzz-site-footer__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  padding-top: 1.25rem;
}

body.body-tpl-portal.body-tpl-yzz .yzz-site-footer--v2 .yzz-site-footer__copy,
body.body-tpl-portal.body-tpl-yzz .yzz-site-footer--v2 .yzz-site-footer__seo {
  margin: 0;
  font-size: 0.75rem;
  color: #57534e;
}

/* ── Mobile nav ── */
.yzz-site-header__burger {
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(28, 25, 23, 0.5);
  z-index: 1098;
  border: 0;
  padding: 0;
}

.mobile-backdrop.open {
  display: block;
}

.mobile-panel {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(18rem, 86vw);
  z-index: 1099;
  padding: calc(4.5rem + env(safe-area-inset-top, 0px)) 1rem calc(1.25rem + env(safe-area-inset-bottom, 0px));
  flex-direction: column;
  gap: 0.15rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
  transition: transform 0.25s ease;
}

.mobile-panel.open {
  display: flex;
  transform: translateX(0);
}

.mobile-panel a {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #d6d3d1;
  text-decoration: none;
  border-radius: 8px;
  padding: 0.65rem 0.85rem;
}

.mobile-panel a.active {
  color: #fff;
  background: rgba(232, 93, 74, 0.2);
}

.mobile-panel form {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-panel input[type='search'] {
  flex: 1;
  min-width: 0;
  height: 2.5rem;
  padding: 0 0.75rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 0.875rem;
}

.mobile-panel button[type='submit'] {
  height: 2.5rem;
  padding: 0 0.9rem;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #fb923c, #e85d4a);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
}

body.nav-open {
  overflow: hidden;
}

body.body-tpl-portal.body-tpl-yzz .mobile-panel.yzz-site-header__mobile {
  background: #292524;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: -12px 0 40px rgba(28, 25, 23, 0.35);
}

/* ── Utility pages ── */
.yzz-page--center {
  display: flex;
  align-items: center;
}

.yzz-empty-page {
  text-align: center;
  padding: 3rem 1.25rem;
  background: var(--yzz-surface);
  border-radius: 16px;
  border: 1px solid var(--yzz-line);
  box-shadow: 0 4px 20px rgba(41, 37, 36, 0.05);
}

.yzz-empty-page__code {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--yzz-accent);
  letter-spacing: 0.08em;
}

.yzz-empty-page h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 4vw, 1.75rem);
}

.yzz-empty-page p {
  margin: 0;
  color: var(--yzz-muted);
  line-height: 1.7;
}

.yzz-empty-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.yzz-auth-panel,
.yzz-info-panel {
  max-width: 40rem;
  margin: 1.5rem auto 2.5rem;
  padding: 1.5rem 1.35rem;
  background: var(--yzz-surface);
  border-radius: 16px;
  border: 1px solid var(--yzz-line);
  box-shadow: 0 4px 20px rgba(41, 37, 36, 0.05);
}

.yzz-auth-panel h1,
.yzz-info-page h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
}

.yzz-auth-panel > p,
.yzz-info-page > .yzz-category-page__meta {
  margin: 0 0 1rem;
  color: var(--yzz-muted);
}

.yzz-auth-panel form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.yzz-auth-panel input {
  height: 2.75rem;
  padding: 0 0.9rem;
  border-radius: 10px;
  border: 1px solid var(--yzz-line-strong);
  background: #f5f1eb;
  color: var(--yzz-ink);
  font-size: 0.9375rem;
}

.yzz-auth-panel input:focus {
  outline: none;
  border-color: rgba(232, 93, 74, 0.45);
  box-shadow: 0 0 0 3px rgba(232, 93, 74, 0.1);
}

.yzz-auth-panel button[type='submit'] {
  height: 2.75rem;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #fb923c, #e85d4a);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.yzz-auth-panel__error {
  margin: 0;
  color: #dc2626;
  font-size: 0.875rem;
}

.yzz-auth-panel__foot,
.yzz-info-panel__back {
  margin-top: 1rem;
  color: var(--yzz-muted);
}

.yzz-auth-panel a,
.yzz-info-panel a {
  color: var(--yzz-accent);
  font-weight: 600;
}

.yzz-info-panel h2 {
  margin: 1.25rem 0 0.5rem;
  font-size: 1.05rem;
}

.yzz-info-panel p,
.yzz-info-panel li {
  color: var(--yzz-muted);
  line-height: 1.75;
}

.yzz-info-panel ul {
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
}

.yzz-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  margin: 1.75rem 0 0.5rem;
}

.yzz-pagination a,
.yzz-pagination span {
  min-width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 0.875rem;
  background: var(--yzz-surface);
  border: 1px solid var(--yzz-line);
  color: var(--yzz-muted);
  text-decoration: none;
}

.yzz-pagination a.is-active {
  background: linear-gradient(135deg, #fb923c, #e85d4a);
  border-color: transparent;
  color: #fff;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__burger {
    display: inline-flex;
    grid-area: burger;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__nav-wrap {
    display: none;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__actions .yzz-site-header__btn {
    padding-inline: 0.65rem;
    font-size: 0.75rem;
  }
}

@media (max-width: 768px) {
  body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__top-inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-areas:
      'brand actions burger'
      'search search search';
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__brand {
    grid-area: brand;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__actions {
    grid-area: actions;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__search {
    grid-area: search;
    max-width: none;
    width: 100%;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-site-header--cinema .yzz-site-header__titles span {
    display: none;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__stage {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-bottom: 2.5rem;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__content {
    max-width: none;
    text-align: center;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__kicker {
    justify-content: center;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__lead {
    margin-inline: auto;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__stats {
    justify-content: center;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__actions {
    justify-content: center;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__showcase {
    min-height: 18rem;
    max-width: 22rem;
    margin-inline: auto;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__poster--0 {
    left: 0;
    width: 7rem;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__poster--1 {
    width: 11.5rem;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__poster--2 {
    right: 0;
    width: 7rem;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__dock-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema {
    padding-top: 2.5rem;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-hero--cinema .yzz-hero__dock {
    margin-top: -1.5rem;
    padding-bottom: 2rem;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-site-footer--v2 .yzz-site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem 2rem;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-site-footer--v2 .yzz-site-footer__brand-block {
    grid-column: 1 / -1;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-category-page__toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-sort-tabs {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  body.body-tpl-portal.body-tpl-yzz .detail-masthead__layout {
    grid-template-columns: 8rem minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
  }

  body.body-tpl-portal.body-tpl-yzz .detail-rating {
    grid-column: 2;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.65rem;
    padding: 0.8rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: none;
  }

  body.body-tpl-portal.body-tpl-yzz .detail-rating strong {
    font-size: 1.75rem;
  }

  body.body-tpl-portal.body-tpl-yzz .detail-rating__stars {
    margin: 0;
  }

  body.body-tpl-portal.body-tpl-yzz .detail-fact-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 0;
  }

  body.body-tpl-portal.body-tpl-yzz .detail-fact-strip > div:nth-child(2) {
    border-right: none;
  }

  body.body-tpl-portal.body-tpl-yzz .detail-fact-strip > div:nth-child(3) {
    padding-left: 0;
  }

  body.body-tpl-portal.body-tpl-yzz .detail-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.body-tpl-portal.body-tpl-yzz .watch-head {
    flex-direction: column;
    align-items: stretch;
  }

  body.body-tpl-portal.body-tpl-yzz .watch-head__actions {
    width: 100%;
  }

  body.body-tpl-portal.body-tpl-yzz .watch-action-btn {
    flex: 1;
  }

  body.body-tpl-portal.body-tpl-yzz .watch-credits {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  body.body-tpl-portal.body-tpl-yzz .watch-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.body-tpl-portal.body-tpl-yzz .watch-stage .container {
    padding-top: 0.75rem;
    padding-bottom: 1rem;
  }

  body.body-tpl-portal.body-tpl-yzz .watch-player {
    border-radius: 0;
    box-shadow: none;
  }
}

@media (max-width: 480px) {
  body.body-tpl-portal.body-tpl-yzz .detail-masthead .container {
    padding-bottom: 1.75rem;
  }

  body.body-tpl-portal.body-tpl-yzz .detail-breadcrumb {
    margin-bottom: 1rem;
  }

  body.body-tpl-portal.body-tpl-yzz .detail-masthead__layout {
    grid-template-columns: 6.5rem minmax(0, 1fr);
    gap: 1rem;
  }

  body.body-tpl-portal.body-tpl-yzz .detail-summary h1 {
    font-size: 1.35rem;
  }

  body.body-tpl-portal.body-tpl-yzz .detail-summary__desc,
  body.body-tpl-portal.body-tpl-yzz .detail-credits {
    display: none;
  }

  body.body-tpl-portal.body-tpl-yzz .detail-tags span:nth-child(n + 3) {
    display: none;
  }

  body.body-tpl-portal.body-tpl-yzz .detail-summary__actions {
    margin-top: 1rem;
  }

  body.body-tpl-portal.body-tpl-yzz .detail-play-btn,
  body.body-tpl-portal.body-tpl-yzz .detail-category-btn {
    min-height: 2.35rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
  }

  body.body-tpl-portal.body-tpl-yzz .detail-rating {
    grid-column: 1 / -1;
  }

  body.body-tpl-portal.body-tpl-yzz .detail-story,
  body.body-tpl-portal.body-tpl-yzz .detail-related {
    padding: 1rem;
    border-radius: 12px;
  }

  body.body-tpl-portal.body-tpl-yzz .detail-related__grid {
    grid-template-columns: 1fr !important;
  }

  body.body-tpl-portal.body-tpl-yzz .watch-related__grid {
    grid-template-columns: 1fr !important;
  }

  body.body-tpl-portal.body-tpl-yzz .watch-head,
  body.body-tpl-portal.body-tpl-yzz .watch-panel,
  body.body-tpl-portal.body-tpl-yzz .watch-related {
    padding: 1rem;
    border-radius: 12px;
  }

  body.body-tpl-portal.body-tpl-yzz .watch-breadcrumb {
    font-size: 0.6875rem;
  }

  body.body-tpl-portal.body-tpl-yzz .container {
    width: calc(100% - 1.25rem);
  }

  body.body-tpl-portal.body-tpl-yzz .yzz-site-footer--v2 .yzz-site-footer__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
