/* Domain variant 20260809.4; token 53ca6b939279 */
:root {
  --dv-accent: #be185d;
  --dv-accent-2: #fb7185;
  --dv-surface: #fff1f2;
  --dv-radius: 14px;
  --dv-gap: 16px;
}
html[data-domain-variant="53ca6b939279"] { scroll-behavior: smooth; }
body.dv-root .dv-module { position: relative; border-radius: var(--dv-radius); }
body.dv-root .dv-module-badge {
  display: inline-flex; align-items: center; margin-left: .65em; padding: .2em .62em;
  border-radius: 999px; color: #fff; background: linear-gradient(135deg,var(--dv-accent),var(--dv-accent-2));
  font-size: 11px; line-height: 1.45; vertical-align: middle; letter-spacing: .04em;
}
body.dv-root .dv-hero {
  position: relative; overflow: hidden; border-radius: calc(var(--dv-radius) + 4px);
  box-shadow: 0 14px 38px rgba(15,23,42,.15); margin-bottom: calc(var(--dv-gap) * 1.35);
}
body.dv-root .dv-auto-hero { min-height: clamp(220px,38vw,460px); background: #111827; }
body.dv-root .dv-auto-hero__track { position: relative; min-height: inherit; }
body.dv-root .dv-auto-hero__item { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .65s ease; }
body.dv-root .dv-auto-hero__item.is-active { opacity: 1; pointer-events: auto; }
body.dv-root .dv-auto-hero__item img { width: 100%; height: clamp(220px,38vw,460px); object-fit: cover; filter: saturate(1.06); }
body.dv-root .dv-auto-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(2,6,23,.78),rgba(2,6,23,.06) 72%); }
body.dv-root .dv-auto-hero__caption { position: absolute; left: 5%; bottom: 12%; max-width: 72%; color: #fff; font-weight: 700; font-size: clamp(20px,3vw,36px); text-shadow: 0 2px 18px rgba(0,0,0,.55); }
body.dv-root .dv-auto-hero__dots { position: absolute; right: 4%; bottom: 8%; z-index: 3; display: flex; gap: 7px; }
body.dv-root .dv-auto-hero__dot { width: 8px; height: 8px; border: 0; border-radius: 50%; background: rgba(255,255,255,.48); padding: 0; }
body.dv-root .dv-auto-hero__dot.is-active { width: 24px; border-radius: 8px; background: var(--dv-accent-2); }
body.dv-root .dv-module-suppressed,
body.dv-root .dv-category-suppressed { display: none !important; }
body.dv-root .dv-card-grid { gap: var(--dv-gap); }
body.dv-root .dv-card-grid > * { transition: transform .22s ease, box-shadow .22s ease; }
body.dv-root .dv-card-grid > *:hover { transform: translateY(-3px); }
body.dv-root .dv-waterfall { display: block !important; column-count: 4; column-gap: var(--dv-gap); }
body.dv-root .dv-waterfall > * { display: inline-block !important; float: none !important; width: 100% !important; break-inside: avoid; margin: 0 0 var(--dv-gap) !important; vertical-align: top; }
body.dv-layout-editorial .dv-module:nth-of-type(3n+1),
body.dv-layout-showcase .dv-module:nth-of-type(2n) { background-image: linear-gradient(145deg,var(--dv-surface),transparent 58%); }
body.dv-layout-cinema .dv-hero, body.dv-layout-theater .dv-hero, body.dv-layout-stage .dv-hero { border-radius: 4px; }
body.dv-layout-compact .dv-module, body.dv-density-compact .dv-module { margin-top: calc(var(--dv-gap) * .65); margin-bottom: calc(var(--dv-gap) * .65); }
body.dv-density-airy .dv-module { margin-top: calc(var(--dv-gap) * 1.3); margin-bottom: calc(var(--dv-gap) * 1.3); }
body.dv-page-play .dv-player-shell { border-radius: var(--dv-radius); overflow: hidden; box-shadow: 0 16px 42px rgba(2,6,23,.22); }
body.dv-page-detail .dv-primary-info { border-left: 4px solid var(--dv-accent); }
body.dv-page-category .dv-filter-accent { border-top: 3px solid var(--dv-accent); }
@media (max-width: 980px) { body.dv-root .dv-waterfall { column-count: 3; } }
@media (max-width: 680px) {
  body.dv-root .dv-waterfall { column-count: 2; column-gap: 10px; }
  body.dv-root .dv-auto-hero, body.dv-root .dv-auto-hero__item img { min-height: 210px; height: 210px; }
  body.dv-root .dv-module-badge { display: none; }
}