/* Thin bridge only — visual styles come from movy.sx original CSS chunks. */
:root {
  --font-inter: Inter, system-ui, sans-serif;
  --text-hi: #eef1f6;
  --text-mid: #8a94a6;
}
html, body {
  font-family: var(--font-inter);
  background: var(--background, #05070a);
  color: var(--text-primary, #eef1f6);
  margin: 0;
  overflow-x: clip;
  max-width: 100%;
}
body.page-watch { background: #000; padding-bottom: 0; }
.text-text-hi { color: var(--text-hi, #eef1f6); }
.text-text-mid { color: var(--text-mid, #8a94a6); }
.text-primary { color: var(--primary, #dc2626); }
.site-logo {
  display: block;
  height: 32px;
  width: auto;
}
@media (min-width: 768px) {
  .site-logo { height: 36px; }
}
.bg-primary\/80, .fill-primary\/80 { fill: color-mix(in srgb, var(--primary, #dc2626) 80%, transparent); }
.min-h-\[1\.15em\] { min-height: 1.15em; }
.border-white\/\[0\.06\] { border-color: rgba(255,255,255,.06); }
.bg-white\/\[0\.02\] { background-color: rgba(255,255,255,.02); }
.bg-white\/\[0\.03\] { background-color: rgba(255,255,255,.03); }
.bg-white\/\[0\.12\] { background-color: rgba(255,255,255,.12); }
.divide-white\/\[0\.06\] > :not([hidden]) ~ :not([hidden]) { border-color: rgba(255,255,255,.06); }
.overflow-x-clip { overflow-x: clip; }
.search-modal[hidden], .trailer-modal[hidden], .filter-menu[hidden], .header-inline-search-live[hidden] { display: none !important; }

/* Mobile dock — slim glass bar, no fat bordered tiles */
.Dock-module-scss-module__qZDorW__dockOuter {
  height: 72px;
  justify-content: center;
  padding-bottom: max(6px, env(safe-area-inset-bottom, 0px));
}
.Dock-module-scss-module__qZDorW__dockPanel.dock-panel,
.Dock-module-scss-module__qZDorW__dockPanel {
  height: auto !important;
  min-height: 0 !important;
  align-items: center !important;
  gap: 0 !important;
  padding: 5px 6px !important;
  bottom: max(8px, env(safe-area-inset-bottom, 0px)) !important;
  border-radius: 18px !important;
  background: rgba(18, 18, 20, 0.78) !important;
  -webkit-backdrop-filter: blur(20px) saturate(160%) !important;
  backdrop-filter: blur(20px) saturate(160%) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 16px 40px -16px rgba(0, 0, 0, 0.75) !important;
}
.Dock-module-scss-module__qZDorW__dockItem.dock-item,
.Dock-module-scss-module__qZDorW__dockItem {
  width: auto;
  min-width: 44px;
  height: auto !important;
  flex-direction: column;
  gap: 3px;
  border-radius: 10px !important;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  padding: 7px 10px 8px !important;
  box-sizing: border-box;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  position: relative;
  transition: color .18s ease, opacity .18s ease;
}
.Dock-module-scss-module__qZDorW__dockItem svg {
  display: block;
  width: 18px;
  height: 18px;
  stroke-width: 1.7;
}
.Dock-module-scss-module__qZDorW__dockIcon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dock-label {
  display: block;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  color: inherit;
  opacity: 1;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .Dock-module-scss-module__qZDorW__dockItem.dock-item:hover,
  .Dock-module-scss-module__qZDorW__dockItem:hover {
    color: rgba(255, 255, 255, 0.92) !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
}
.Dock-module-scss-module__qZDorW__dockItem.Dock-module-scss-module__qZDorW__active {
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.Dock-module-scss-module__qZDorW__dockItem.Dock-module-scss-module__qZDorW__active .dock-label {
  opacity: 1;
  color: #fff;
  font-weight: 600;
}
.Dock-module-scss-module__qZDorW__dockItem.Dock-module-scss-module__qZDorW__active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background: #e50914;
  transform: translateX(-50%);
  box-shadow: none;
}
.Dock-module-scss-module__qZDorW__divider.dock-divider,
.Dock-module-scss-module__qZDorW__divider {
  height: 18px !important;
  margin: 0 2px !important;
  margin-bottom: 0 !important;
  align-self: center;
  background: rgba(255, 255, 255, 0.12) !important;
  width: 1px;
  flex-shrink: 0;
}

.search-modal, .trailer-modal {
  position: fixed; inset: 0; z-index: 80;
}
.search-modal-backdrop, .trailer-backdrop {
  position: absolute; inset: 0; background: rgba(0,0,0,.55); backdrop-filter: blur(8px);
}
.search-sheet {
  position: absolute;
  left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  pointer-events: none;
}
.search-sheet > * { pointer-events: auto; }
.search-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: min(62vh, 480px);
  overflow: hidden;
  border-radius: 16px !important;
  background: rgba(32, 32, 34, .78) !important;
  backdrop-filter: blur(24px) saturate(1.25);
  -webkit-backdrop-filter: blur(24px) saturate(1.25);
  border: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: inset 0 1px rgba(255,255,255,.1), 0 22px 48px -18px rgba(0,0,0,.75) !important;
}
.search-filters {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 12px 12px 6px;
  flex-shrink: 0;
}
.search-filter {
  height: 30px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255,255,255,.55);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
}
.search-filter:hover { color: #fff; background: rgba(255,255,255,.07); }
.search-filter.is-active {
  color: #fff;
  font-weight: 600;
  background: rgba(255,255,255,.16);
  box-shadow: inset 0 1px rgba(255,255,255,.14);
}
.search-panel-body {
  flex: 1 1 auto;
  min-height: 72px;
  max-height: min(52vh, 400px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 2px 8px 10px;
  scrollbar-width: thin;
}
.search-recent-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px 4px;
}
.search-recent-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
}
.search-recent-clear {
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.35);
  font-size: 11px;
  cursor: pointer;
  padding: 0;
}
.search-recent-clear:hover { color: rgba(255,255,255,.7); }
.search-recent-item {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.7);
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 10px;
  cursor: pointer;
}
.search-recent-item:hover { color: #fff; background: rgba(255,255,255,.06); }
.search-hit {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 8px 10px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: inherit;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}
.search-hit:hover, .search-hit.is-open { background: rgba(255,255,255,.06); }
.search-hit img {
  width: 36px; height: 48px;
  object-fit: cover; border-radius: 4px;
  background: rgba(255,255,255,.05); flex-shrink: 0;
}
.search-hit-meta { min-width: 0; flex: 1; }
.search-hit-meta strong {
  display: block;
  font-size: 13px; font-weight: 500; color: #fff;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.search-hit-meta span {
  display: block;
  margin-top: 2px;
  font-size: 11px; color: rgba(255,255,255,.45);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.search-hit-expand {
  color: rgba(255,255,255,.35);
  flex-shrink: 0;
  transition: transform .2s;
}
.search-hit.is-open .search-hit-expand { transform: rotate(180deg); }
.search-hit-detail {
  padding: 0 10px 10px 58px;
}
.search-hit-detail[hidden] { display: none !important; }
.search-hit-detail p {
  margin: 0 0 10px;
  font-size: 12px; line-height: 1.45; color: rgba(255,255,255,.55);
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.search-hit-actions { display: flex; gap: 8px; }
.search-hit-actions a {
  display: inline-flex; align-items: center; gap: 6px;
  height: 30px; padding: 0 14px; border-radius: 999px;
  font-size: 12px; font-weight: 600; text-decoration: none;
}
.search-hit-actions a.play { background: #fff; color: #0b0f14; }
.search-hit-actions a.more { background: rgba(255,255,255,.08); color: rgba(255,255,255,.8); }
.search-empty {
  margin: 0;
  padding: 32px 16px;
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,.45);
}
.search-loading {
  display: flex; justify-content: center; padding: 28px 0;
}
.search-spinner {
  width: 22px; height: 22px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,.15);
  border-top-color: #fff;
  animation: ep-spin .7s linear infinite;
}
.search-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
  height: 48px;
  margin: 0;
  padding: 0 14px;
  border-radius: 999px !important;
  background: rgba(28, 28, 30, .82) !important;
  backdrop-filter: blur(22px) saturate(1.2);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  border: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: inset 0 1px rgba(255,255,255,.1), 0 12px 28px -12px rgba(0,0,0,.65) !important;
}
.search-bar-icon { color: rgba(255,255,255,.7); flex-shrink: 0; }
.search-bar input {
  flex: 1;
  min-width: 0;
  height: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: #fff;
  font-size: 16px;
}
.search-bar input::placeholder { color: rgba(255,255,255,.4); }
.search-bar-close {
  width: 44px; height: 44px;
  border: 0; border-radius: 12px;
  background: rgba(28, 28, 30, .82) !important;
  backdrop-filter: blur(22px) saturate(1.2);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  border: 1px solid rgba(255,255,255,.12) !important;
  color: rgba(255,255,255,.8);
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; flex-shrink: 0;
  box-shadow: inset 0 1px rgba(255,255,255,.1), 0 12px 28px -12px rgba(0,0,0,.65) !important;
}
.search-bar-close:hover { color: #fff; background: rgba(40,40,42,.9) !important; }

@media (min-width: 768px) {
  .search-sheet {
    left: 50%;
    right: auto;
    bottom: auto;
    top: 12vh;
    transform: translateX(-50%);
    width: min(560px, calc(100% - 32px));
    gap: 0;
  }
  .search-panel {
    order: 2;
    max-height: min(60vh, 520px);
    border-radius: 0 0 16px 16px !important;
    border-top: 0 !important;
    background: linear-gradient(180deg, rgba(32,32,34,.94) 0%, rgba(18,18,20,.96) 100%) !important;
  }
  .search-panel-body { max-height: min(52vh, 420px); }
  .search-footer {
    order: 1;
    gap: 0;
  }
  .search-bar {
    height: 52px;
    border-radius: 16px 0 0 0 !important;
  }
  .search-bar-close {
    width: 52px; height: 52px;
    border-radius: 0 16px 0 0 !important;
    border-left: 0 !important;
  }
  .search-sheet:not(:has(.search-panel-body:not(:empty))) .search-bar {
    border-radius: 16px 0 0 16px !important;
  }
  .search-bar input { font-size: 15px; }
}
.filter-menu {
  position: absolute; top: calc(100% + 6px); left: 0; z-index: 240;
  min-width: 200px; max-height: min(380px, calc(100dvh - 8rem)); overflow: auto;
  overscroll-behavior: contain; -webkit-overflow-scrolling: touch;
  background: #0b0f14; border: 1px solid rgba(255,255,255,.12); border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0,0,0,.45); padding: 6px;
}
.filter-menu[data-floating="true"] {
  position: fixed !important;
}
.js-filter-btn[aria-expanded="true"] {
  background: rgba(255,255,255,.14) !important;
}
.js-filter-btn[aria-expanded="true"] [aria-hidden="true"] {
  transform: rotate(225deg) translateY(1px);
}
.filter-menu.md-right { left: auto; right: 0; }
.filter-menu button, .filter-menu a {
  display: block; width: 100%; text-align: left; border: 0; background: transparent;
  color: rgba(255,255,255,.88); padding: 8px 10px; border-radius: 8px; font-size: 13px; cursor: pointer;
}
.filter-menu button:hover, .filter-menu a:hover, .filter-menu [aria-selected="true"] {
  background: rgba(255,255,255,.08);
}
.browse-filters {
  flex-wrap: wrap;
  row-gap: 8px;
}
@media (max-width: 767px) {
  .browse-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 2px;
  }
  .browse-filters::-webkit-scrollbar { display: none; }
}

/* vuflix /new watch — Movy player chrome over Chillflix embed (chillflix.lol skin unchanged) */
.watch-shell {
  position: fixed;
  inset: 0;
  z-index: 100;
  min-height: 100dvh;
  overflow: hidden;
  background: #000;
}
.watch-frame {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.watch-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}
.watch-poster {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  transition: opacity .7s ease;
}
.watch-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  filter: blur(22px) saturate(1.15);
  transform: scale(1.1);
  opacity: .55;
}
.watch-shell.is-player-ready .watch-poster { opacity: 0; }

.movy-skin {
  position: absolute;
  inset: 0;
  z-index: 110;
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
.movy-skin-stage {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.movy-skin-chrome {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.18) 88px, transparent 150px),
    linear-gradient(0deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.12) 110px, transparent 170px);
  opacity: 1;
  transition: opacity .28s ease;
}
.watch-shell.is-chrome-idle .movy-skin-chrome {
  opacity: 0;
}
.watch-shell.is-chrome-idle .movy-skin-chrome .movy-skin-top,
.watch-shell.is-chrome-idle .movy-skin-chrome .movy-skin-center,
.watch-shell.is-chrome-idle .movy-skin-chrome .movy-skin-bottom {
  pointer-events: none;
}
.movy-skin-top,
.movy-skin-center,
.movy-skin-bottom {
  pointer-events: auto;
  position: relative;
  z-index: 2;
}
.movy-skin-top {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: max(10px, env(safe-area-inset-top)) 12px 8px;
}
.movy-skin-back {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex: 0 0 auto;
  margin-top: 2px;
}
.movy-skin-titleblock {
  min-width: 0;
  flex: 1 1 auto;
  padding-top: 4px;
}
.movy-skin-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.movy-skin-runtime {
  margin: 3px 0 0;
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255,255,255,.55);
}
.movy-skin-top-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  margin-left: auto;
}
.movy-skin-icon {
  min-height: 40px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.movy-skin-cc-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 22px;
  border: 1.6px solid rgba(255,255,255,.92);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
}
.movy-skin-wide-label {
  display: none;
  font-size: 13.5px;
  font-weight: 600;
  white-space: nowrap;
}
.movy-skin-wide-label strong {
  font-weight: 700;
  margin-left: 4px;
  color: rgba(255,255,255,.72);
}
.movy-skin-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  pointer-events: auto;
}
.movy-skin-play,
.movy-skin-skip {
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0;
  cursor: pointer;
  filter: drop-shadow(0 2px 10px rgba(0,0,0,.45));
}
.movy-skin-play { color: #fff; }
.movy-skin-skip { color: rgba(255,255,255,.92); }
.movy-skin-bottom {
  padding: 0 16px max(14px, env(safe-area-inset-bottom));
}
.movy-skin-seekwrap { padding: 0 2px; }
.movy-skin-seek {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 18px;
  background: transparent;
  margin: 0;
}
.movy-skin-seek::-webkit-slider-runnable-track {
  height: 3px;
  background: rgba(255,255,255,.22);
  border-radius: 99px;
}
.movy-skin-seek::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  margin-top: -5.5px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,.2);
}
.movy-skin-seek::-moz-range-track {
  height: 3px;
  background: rgba(255,255,255,.22);
  border-radius: 99px;
}
.movy-skin-seek::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 50%;
  background: #fff;
}
.movy-skin-seek {
  background: linear-gradient(#e50914, #e50914) 0 / var(--p, 0%) 3px no-repeat,
    rgba(255,255,255,.22);
  background-size: var(--p, 0%) 3px, 100% 3px;
  background-position: left center, left center;
  background-repeat: no-repeat;
}
.movy-skin-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  padding: 0 2px;
}
.movy-skin-time {
  font-size: 12.5px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: .01em;
  color: rgba(255,255,255,.92);
}
.movy-skin-fs {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.movy-sheet {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 72px 16px 96px;
  background: rgba(0,0,0,.28);
}
.movy-sheet[hidden] { display: none !important; }
.movy-sheet-card {
  width: min(520px, calc(100vw - 28px));
  max-height: min(72dvh, 560px);
  overflow: auto;
  background: rgba(28, 28, 30, .94);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  box-shadow: 0 24px 80px rgba(0,0,0,.55);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  padding: 16px 16px 10px;
}
.movy-sheet-cols {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 8px 16px;
  min-height: 180px;
}
.movy-sheet-h {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.38);
}
.movy-q {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  padding: 10px 12px;
  border-radius: 12px;
  cursor: pointer;
}
.movy-q strong { font-size: 15px; font-weight: 700; }
.movy-q span { font-size: 12px; color: rgba(255,255,255,.45); }
.movy-q.is-on { background: rgba(255,255,255,.1); }
.movy-sheet-servers { display: flex; flex-direction: column; gap: 2px; max-height: 280px; overflow: auto; }
.movy-server {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 8px 10px;
  border-radius: 12px;
  cursor: pointer;
  text-align: left;
}
.movy-server.is-on { background: rgba(255,255,255,.1); }
.movy-flag {
  width: 18px;
  height: 13px;
  border-radius: 2px;
  background: linear-gradient(180deg, #b22234 0 46%, #fff 46% 54%, #3c3b6e 54% 100%);
  flex: 0 0 auto;
}
.movy-server-name { flex: 1; font-size: 14.5px; font-weight: 600; }
.movy-heart {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff88' stroke-width='1.7'><path d='M12 21s-7-4.4-9.5-9A5.4 5.4 0 0 1 12 6.2 5.4 5.4 0 0 1 21.5 12C19 16.6 12 21 12 21z'/></svg>") center/contain no-repeat;
}
.movy-sheet-speed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.38);
}
.movy-speed-row { display: flex; align-items: center; gap: 4px; }
.movy-speed {
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.7);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
  padding: 6px 8px;
  border-radius: 999px;
  cursor: pointer;
}
.movy-speed.is-on {
  background: #fff;
  color: #111;
}
.movy-sheet-empty {
  margin: 18px 0;
  font-size: 13px;
  color: rgba(255,255,255,.38);
}
.movy-sub-off {
  width: 100%;
  border: 0;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: 14.5px;
  font-weight: 650;
  padding: 10px 12px;
  border-radius: 12px;
  text-align: left;
  cursor: pointer;
}
.movy-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
}
.movy-sheet-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
  padding: 12px 4px 6px;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.08);
  background: transparent;
  color: #fff;
  font-size: 14.5px;
  font-weight: 600;
  cursor: pointer;
}
.movy-sheet-row span { display: inline-flex; align-items: center; gap: 10px; }
.movy-style-panel { padding: 8px 4px 12px; color: rgba(255,255,255,.7); font-size: 13px; }

@media (min-width: 760px) {
  .movy-skin-wide-label { display: inline; }
  .movy-skin-title { font-size: 20px; }
  .movy-skin-top { padding-left: 16px; padding-right: 16px; }
  .movy-skin-center { gap: 64px; }
}
@media (prefers-reduced-motion: reduce) {
  .watch-poster, .movy-skin-chrome { transition: none; }
}

/* Browse mini-hero: Movy left→right wipe (not bottom→top). Keep nowrap like orig. */
.BrowseMiniHero-module-scss-module__VlVODW__title,
.BrowseMiniHero-module-scss-module__VlVODW__subtitle {
  white-space: nowrap !important;
}
.BrowseMiniHero-module-scss-module__VlVODW__copy {
  overflow: hidden !important;
}
.BrowseMiniHero-module-scss-module__VlVODW__copyInner {
  clip-path: inset(0 100% 0 0);
  transform: none !important;
}
.BrowseMiniHero-module-scss-module__VlVODW__copyEnter.BrowseMiniHero-module-scss-module__VlVODW__copyOpen .BrowseMiniHero-module-scss-module__VlVODW__copyInner {
  clip-path: inset(0 0 0 0);
  transition: clip-path .62s cubic-bezier(.4, 0, .2, 1) .18s;
}
.BrowseMiniHero-module-scss-module__VlVODW__copyEnter:not(.BrowseMiniHero-module-scss-module__VlVODW__copyOpen) .BrowseMiniHero-module-scss-module__VlVODW__copyInner {
  transition: none;
}
@media (prefers-reduced-motion: reduce) {
  .BrowseMiniHero-module-scss-module__VlVODW__copyInner {
    clip-path: none !important;
    transition: none !important;
  }
}

.StreamingRail-module-scss-module__IWzkKq__tile.is-active {
  background: rgba(220, 38, 38, 0.16);
  border-color: rgba(220, 38, 38, 0.45);
}

/* Hero: keep slide crossfade without fighting orig absolute layout */
.HomeBanner-module-scss-module__eAYNsa__slideLayer {
  transition: opacity .7s ease;
}
.HomeBanner-module-scss-module__eAYNsa__slideLayer:not(.is-active) {
  opacity: 0;
  pointer-events: none;
}
.HomeBanner-module-scss-module__eAYNsa__slideLayer.is-active {
  opacity: 1;
  z-index: 1;
}
.HomeBanner-module-scss-module__eAYNsa__markers { pointer-events: auto; }
.HomeBanner-module-scss-module__eAYNsa__marker {
  pointer-events: auto;
  /* Reset any leftover .hero-dot circle styles so :after lines show */
  width: 24px !important;
  height: 24px !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.HomeBanner-module-scss-module__eAYNsa__markerActive {
  width: 30px !important;
}
.HomeBanner-module-scss-module__eAYNsa__marker:after {
  content: "";
  background: #ffffff52;
  border-radius: 99px;
  height: 3px;
  transition: background .25s, width .25s;
  position: absolute;
  top: 50%;
  left: 4px;
  right: 4px;
  transform: translateY(-50%);
}
.HomeBanner-module-scss-module__eAYNsa__markerActive:after {
  background: #fff;
}

.HomeBanner-module-scss-module__eAYNsa__heroRoot,
.HomeBanner-module-scss-module__eAYNsa__billboard {
  position: relative;
}

/* Same dash markers as the old bottom row, stacked on the right. Active one fills, then next. */
.hero-markers-rail.HomeBanner-module-scss-module__eAYNsa__markers {
  position: absolute;
  z-index: 12;
  top: 50%;
  right: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  transform: translateY(-42%);
  pointer-events: auto;
}
@media (min-width: 1280px) {
  .hero-markers-rail.HomeBanner-module-scss-module__eAYNsa__markers { right: 24px; }
}
.hero-markers-rail .HomeBanner-module-scss-module__eAYNsa__marker {
  width: 22px !important;
  height: 16px !important;
}
.hero-markers-rail .HomeBanner-module-scss-module__eAYNsa__markerActive {
  width: 30px !important;
}
.hero-markers-rail .HomeBanner-module-scss-module__eAYNsa__marker:after {
  left: 2px;
  right: 2px;
  height: 3px;
  background: #ffffff52;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .45);
}
.hero-markers-rail .HomeBanner-module-scss-module__eAYNsa__markerActive:after {
  background: #ffffff52;
}
.hero-marker-fill {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  left: 2px;
  right: 2px;
  top: 50%;
  height: 3px;
  border-radius: 99px;
  background: #fff;
  transform: translateY(-50%) scaleX(0);
  transform-origin: left center;
}
.hero-markers-rail .HomeBanner-module-scss-module__eAYNsa__markerActive .hero-marker-fill.is-running {
  animation: heroMarkerFill 7s linear forwards;
}
@keyframes heroMarkerFill {
  from { transform: translateY(-50%) scaleX(0); }
  to { transform: translateY(-50%) scaleX(1); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-markers-rail .HomeBanner-module-scss-module__eAYNsa__markerActive .hero-marker-fill {
    animation: none;
    transform: translateY(-50%) scaleX(1);
  }
}

/* Play CTA — Tailwind arbitrary text-[#05070a] is missing from the CSS chunk */
.HomeBanner-module-scss-module__eAYNsa__ctaRow a:first-child button,
.hero-play-btn {
  background-color: #eef1f6 !important;
  color: #05070a !important;
}
.HomeBanner-module-scss-module__eAYNsa__ctaRow a:first-child button:hover,
.hero-play-btn:hover {
  background-color: #fff !important;
}
.HomeBanner-module-scss-module__eAYNsa__ctaRow a:first-child button svg,
.hero-play-btn svg {
  color: #05070a !important;
  fill: #05070a !important;
}

.HeroCopy-module-scss-module__Y82t7W__score {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.HeroCopy-module-scss-module__Y82t7W__scoreStar {
  color: var(--primary, #dc2626);
  fill: var(--primary, #dc2626);
}

/* Inline navbar search expand */
.header-inline-search {
  transition: opacity .2s ease;
}
.header-inline-search.is-open {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.header-inline-search-live {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 60;
  max-height: min(60vh, 420px);
  overflow: auto;
  background: #0b0f14;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0,0,0,.5);
}
.header-search-hit {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 10px 14px;
  color: inherit;
  text-decoration: none;
}
.header-search-hit:hover { background: rgba(255,255,255,.06); }
.header-search-hit img {
  width: 40px; height: 60px; object-fit: cover; border-radius: 6px; flex-shrink: 0;
}
.header-search-hit strong {
  display: block; font-size: 13px; font-weight: 600; color: #eef1f6;
}
.header-search-hit span {
  display: block; margin-top: 2px; font-size: 11px; color: #8a94a6;
}

/* browse-pane-enter uses orig browsePaneEnter keyframes */
.row-arrow {
  position: absolute; top: 0; bottom: 28px; z-index: 4; width: 42px; border: 0; cursor: pointer;
  color: #fff; align-items: center; justify-content: center;
  background: linear-gradient(90deg, var(--background, #05070a), transparent);
}
.row-arrow-right { right: 0; background: linear-gradient(270deg, var(--background, #05070a), transparent); }
.row-arrow-left { left: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.line-clamp-1, .line-clamp-3 {
  display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden;
}
.line-clamp-1 { -webkit-line-clamp: 1; }
.line-clamp-3 { -webkit-line-clamp: 3; }
.tabular-nums { font-variant-numeric: tabular-nums; }
.text-accent-hi { color: #f87171; }

/* —— Detail page (movy TV/movie details) —— */
body.page-detail { background: #05070a; }
body.page-detail #main { min-height: 100dvh; }
.detail-top-chrome { height: 0; }
.detail-top-chrome .layout-container {
  padding-top: max(12px, env(safe-area-inset-top, 0px));
}
.detail-mute-btn {
  background: linear-gradient(#ffffff0e 0%, #ffffff03 100%), #161618d1 !important;
  border: 1px solid #ffffff12 !important;
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: inset 0 1px #ffffff14, 0 6px 14px -6px #0000008c;
}
.detail-mute-btn svg {
  display: block;
  flex-shrink: 0;
  color: #eef1f6;
  stroke: currentColor;
}
/* Detail hero trailer — same HTML5 approach as vuflix card hover (never YouTube iframe) */
.detail-trailer-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
/* Full-bleed cover — pin high so letterbox bars in the MP4 get cropped */
.detail-trailer-video {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  transform: translateX(-50%);
  object-fit: cover;
  object-position: center top;
  border: 0;
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none !important;
  background: transparent;
}
.detail-trailer-video.is-ready { opacity: 1; }
.detail-hero-root.is-trailer-on .HomeBanner-module-scss-module__eAYNsa__backdropImg {
  opacity: 0 !important;
  transition: opacity .35s ease;
}
/* Detail hero — original movy HomeBanner sizes (70vh / 85vh) */
.detail-hero-root .HomeBanner-module-scss-module__eAYNsa__billboard {
  height: 70vh !important;
  min-height: 420px !important;
  max-height: none !important;
  overflow: hidden !important;
}
@media (min-width: 768px) {
  .detail-hero-root .HomeBanner-module-scss-module__eAYNsa__billboard {
    height: 85vh !important;
    min-height: 420px !important;
  }
}
body.page-detail #main {
  min-height: 100dvh;
  padding-top: 0 !important;
}
.detail-hero-root {
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
}
.detail-hero-root .HomeBanner-module-scss-module__eAYNsa__contentDetails {
  /* Original movy detail padding */
  z-index: 5;
  padding-bottom: 40px !important;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .detail-hero-root .HomeBanner-module-scss-module__eAYNsa__contentDetails {
    padding-bottom: 10vh !important;
  }
}
.detail-hero-root .HomeBanner-module-scss-module__eAYNsa__ctaRow {
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  display: flex;
}
/* While trailer plays: collapse meta like movy (title + Play/Add only) */
.detail-hero-root.is-trailer-on .HeroCopy-module-scss-module__Y82t7W__metaCollapseClosed {
  grid-template-rows: 0fr !important;
  margin: 0 !important;
  min-height: 0 !important;
}
.detail-hero-root.is-trailer-on .HeroCopy-module-scss-module__Y82t7W__metaCollapseClosed .HeroCopy-module-scss-module__Y82t7W__metaCollapseInner {
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
}
.detail-hero-root.is-trailer-on .HomeBanner-module-scss-module__eAYNsa__ctaRow {
  margin-top: 12px;
}
.detail-hero-root .about-module-scss-module__ap6l7W__section,
body.page-detail .about-module-scss-module__ap6l7W__section {
  margin-top: 1.25rem;
}
.detail-hero-root .HomeBanner-module-scss-module__eAYNsa__backdropImg {
  object-fit: cover !important;
  object-position: center 18% !important;
  pointer-events: none !important;
}
.detail-hero-root .heroFade-module-scss-module__qCmkoa__backdropWrap {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
}
.detail-hero-root .heroFade-module-scss-module__qCmkoa__vignette,
.detail-hero-root .heroFade-module-scss-module__qCmkoa__seamFade {
  pointer-events: none !important;
}
body.page-detail .layout-container {
  position: relative;
  z-index: 2;
}
/* While trailer plays, drop soft mask so video isn't faded into black bars */
.detail-hero-root.is-trailer-on .heroFade-module-scss-module__qCmkoa__backdropWrap {
  -webkit-mask-image: none !important;
  mask-image: none !important;
}
/* Original HeroCopy sizes from movy 3bxhyioxuk89l.css */
.HeroCopy-module-scss-module__Y82t7W__attributes {
  color: #ffffffeb;
  text-shadow: 0 1px 3px #0000008c;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .HeroCopy-module-scss-module__Y82t7W__attributes {
    margin-top: 16px;
    font-size: 15px;
  }
}
.HeroCopy-module-scss-module__Y82t7W__genres {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 0;
  color: #ffffff9e;
  letter-spacing: .01em;
  text-shadow: 0 1px 3px #0000008c;
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .HeroCopy-module-scss-module__Y82t7W__genres {
    margin-top: 10px;
    font-size: 13px;
  }
}
.HeroCopy-module-scss-module__Y82t7W__genreDot { color: #ffffff52; margin: 0 8px; }
.HeroCopy-module-scss-module__Y82t7W__description {
  color: #ffffffe0;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 520px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
}
@media (min-width: 768px) {
  .HeroCopy-module-scss-module__Y82t7W__description { font-size: 15px; }
}
.HomeBanner-module-scss-module__eAYNsa__titleFallback {
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 8px 24px #0000008c;
  font-size: 2rem;
  font-weight: 800;
  line-height: .95;
  margin: 0;
}
@media (min-width: 768px) {
  .HomeBanner-module-scss-module__eAYNsa__titleFallback { font-size: 3rem; }
}
.homeSlider-module-scss-module__4gDX3a__actorSlider { width: 110px; }
@media (min-width: 768px) { .homeSlider-module-scss-module__4gDX3a__actorSlider { width: 128px; } }
.about-module-scss-module__ap6l7W__name {
  color: var(--text-hi, #eef1f6); font-size: 13px; font-weight: 600; line-height: 1.25;
}
.about-module-scss-module__ap6l7W__role {
  color: var(--text-mid, #8a94a6); font-size: 12px; line-height: 1.25;
}

/* Episode list + card views (movy parity) */
#episodes-section {
  position: relative;
  z-index: 3;
  scroll-margin-top: 72px;
}
.ep-list-wrap { position: relative; }
.ep-list-scroll {
  max-height: min(32rem, 58dvh);
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ep-list-scroll::-webkit-scrollbar { display: none; }
@media (min-width: 1024px) {
  .ep-list-scroll { max-height: 40rem; }
}
.ep-list { display: flex; flex-direction: column; gap: 10px; padding-bottom: 12px; }
.ep-row {
  display: block !important;
  width: 100%;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px;
  overflow: hidden;
}
.ep-row-mobile {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
}
.ep-row-mobile-main {
  display: flex; align-items: center; gap: 12px;
  min-width: 0; flex: 1;
  color: inherit; text-decoration: none;
}
.ep-row-desktop { display: none !important; }
@media (min-width: 768px) {
  .ep-row-mobile { display: none !important; }
  .ep-row-desktop {
    display: flex !important;
    align-items: stretch;
    gap: 12px;
    padding: 10px;
    width: 100%;
  }
  .ep-row-desktop-main {
    display: flex; align-items: center; gap: 16px;
    min-width: 0; flex: 1 1 auto;
    width: 100%;
    color: inherit; text-decoration: none;
  }
  .ep-overview-mobile { display: none !important; }
}
.ep-thumb {
  position: relative; flex-shrink: 0;
  border-radius: 10px; overflow: hidden; background: #141922;
}
.ep-thumb-sm { width: 112px; aspect-ratio: 16/9; }
.ep-thumb-md { width: 168px; aspect-ratio: 16/9; }
.ep-thumb img, .ep-thumb-fallback, .ep-tile-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ep-thumb-fallback { background: linear-gradient(135deg, #1d2430, #0b0f14); }
.ep-rating {
  position: absolute; left: 6px; bottom: 6px;
  display: inline-flex; align-items: center; gap: 4px;
  background: rgba(0,0,0,.72); color: #fff;
  border-radius: 999px; padding: 2px 7px;
  font-size: 11px; font-weight: 600; line-height: 1.2;
}
.ep-meta { min-width: 0; flex: 1 1 auto; display: flex; flex-direction: column; gap: 2px; }
.ep-meta-grow { flex: 1 1 auto; justify-content: center; padding: 2px 0; min-width: 0; width: auto; }
.ep-label {
  color: rgba(255,255,255,.45); font-size: 10px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
}
.ep-title {
  margin: 0; color: #eef1f6; font-size: 15px; font-weight: 650;
  line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ep-title-clamp2 {
  white-space: normal;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
@media (min-width: 768px) { .ep-title { font-size: 16px; } }
.ep-synopsis {
  margin: 6px 0 0;
  color: rgba(255,255,255,.62);
  font-size: 13px; line-height: 1.5;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.ep-runtime { color: rgba(255,255,255,.5); font-size: 12px; }
.ep-runtime-play {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 8px; color: rgba(255,255,255,.7); font-size: 12.5px;
}
.ep-expand {
  width: 36px; height: 36px; border: 0; border-radius: 10px;
  background: transparent; color: rgba(255,255,255,.55); cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.ep-expand:hover { color: #fff; background: rgba(255,255,255,.06); }
.ep-expand[aria-expanded="true"] { color: #f87171; }
.ep-expand[aria-expanded="true"] svg { transform: rotate(180deg); }
.ep-expand svg { transition: transform .2s; }
.ep-overview-mobile {
  padding: 0 12px 12px;
  color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.5;
}
.ep-overview-mobile p { margin: 0 0 12px; max-height: 140px; overflow-y: auto; }
.ep-overview-actions { display: flex; align-items: center; gap: 8px; }
.ep-play-mini {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  height: 32px; padding: 0 14px; border-radius: 999px;
  font-size: 12px; font-weight: 600; text-decoration: none;
  background: #eef1f6; color: #05070a;
}
.ep-see-more-wrap {
  display: flex; justify-content: center; margin-top: 16px;
}
.ep-see-more {
  display: inline-flex; align-items: center; gap: 8px;
  height: 36px; padding: 0 16px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: #eef1f6; font-size: 13px; font-weight: 500; cursor: pointer;
}
.ep-see-more:hover { background: rgba(255,255,255,.09); }
.ep-scroll-hint {
  pointer-events: none;
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,.45);
  margin-top: -4px;
  padding-bottom: 4px;
}
.ep-loading {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 160px; color: rgba(255,255,255,.6); font-size: 13px;
}
.ep-loading.hidden { display: none !important; }
.ep-spinner {
  width: 22px; height: 22px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,.15);
  border-top-color: #f87171;
  animation: ep-spin .7s linear infinite;
}
@keyframes ep-spin { to { transform: rotate(360deg); } }

/* Card / tile view — horizontal L→R carousel (Movy) */
.ep-cards {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: stretch;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-block: 2px 6px;
  scroll-snap-type: x proximity;
}
.ep-cards::-webkit-scrollbar { display: none; }
.ep-tile {
  display: block;
  flex: 0 0 auto;
  width: min(21.5rem, calc(100% - 2.75rem));
  max-width: 420px;
  color: inherit;
  text-decoration: none;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  transition: transform .2s ease, border-color .2s ease;
  scroll-snap-align: start;
}
.ep-tile:hover { border-color: rgba(255,255,255,.14); transform: translateY(-1px); }
@media (min-width: 640px) { .ep-tile { width: 320px; } }
@media (min-width: 768px) { .ep-tile { width: 380px; } }
@media (min-width: 1280px) { .ep-tile { width: 420px; } }
.ep-tile-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #141922;
}
.ep-tile-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.72);
  transition: transform .7s ease;
}
.ep-tile:hover .ep-tile-img { transform: scale(1.05); }
.ep-tile-grad {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.94) 0%, rgba(0,0,0,0.55) 42%, rgba(0,0,0,0.32) 100%);
}
.ep-tile-copy {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  padding: 14px 14px 16px;
}
.ep-tile-label {
  font-size: 10px; font-weight: 600; letter-spacing: .16em;
  text-transform: uppercase; color: rgba(255,255,255,.7);
}
.ep-tile-title {
  margin: 2px 0 0;
  font-size: 15px; font-weight: 600; line-height: 1.3; color: #fff;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
@media (min-width: 768px) { .ep-tile-title { font-size: 17px; } }
.ep-tile-synopsis {
  margin: 6px 0 0;
  font-size: 13px; line-height: 1.45; color: rgba(255,255,255,.72);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.ep-tile-foot {
  margin-top: auto;
  padding-top: 10px;
  display: flex; align-items: center; gap: 8px;
  font-size: 12.5px; color: rgba(255,255,255,.8);
}
.ep-tile-runtime { display: inline-flex; align-items: center; gap: 6px; }
.ep-tile-score { margin-left: auto; display: inline-flex; align-items: center; gap: 4px; }

.season-menu {
  min-width: 180px; max-height: 320px; overflow-y: auto;
  top: calc(100% + 8px); left: 0; z-index: 50;
  display: block;
}
.season-menu[hidden] { display: none !important; }
[data-season-menu] { position: relative; z-index: 20; }
.ep-row[hidden], .ep-tile[hidden], .ep-overview-mobile[hidden] { display: none !important; }

/* Episode search shield — expand in place like Movy */
.ep-season-head {
  min-width: 6.5rem;
  max-width: 100%;
}
.ep-tools {
  max-width: calc(100% - 6.75rem);
}
[data-ep-search] {
  width: 36px;
  min-width: 36px;
  max-width: 100%;
  flex: 0 0 auto;
}
[data-ep-search] .ep-search-input {
  display: none;
  width: 100%;
  min-width: 0;
  padding-left: 0;
  padding-right: 2rem;
  color: #eef1f6;
  caret-color: #eef1f6;
}
[data-ep-search] .ep-search-input::-webkit-search-cancel-button,
[data-ep-search] .ep-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
[data-ep-search] .js-ep-search-clear {
  display: none;
}
[data-ep-search].is-open {
  width: min(168px, 42vw) !important;
  min-width: 0;
  flex: 1 1 auto;
  max-width: 200px;
}
[data-ep-search].is-open .ep-search-input {
  display: block !important;
}
[data-ep-search].is-open .js-ep-search-clear {
  display: inline-flex !important;
}
[data-ep-search].is-open .js-ep-search-btn {
  color: rgba(238, 241, 246, 0.72);
  pointer-events: none;
}
/* When searching on narrow screens, give the shield the row and tuck season title */
@media (max-width: 639.98px) {
  #episodes-section.is-ep-searching .ep-season-head {
    display: none;
  }
  #episodes-section.is-ep-searching .ep-tools {
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
  }
  #episodes-section.is-ep-searching [data-ep-search].is-open {
    flex: 1 1 auto;
    width: auto !important;
    max-width: none;
    min-width: 0;
  }
}

.about-facts { margin-bottom: 8px; }
.about-facts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px 24px;
  margin: 0;
}
.about-facts-grid dt {
  margin: 0 0 4px;
  color: rgba(255,255,255,.45);
  font-size: 11px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
}
.about-facts-grid dd {
  margin: 0;
  color: #eef1f6;
  font-size: 14px; line-height: 1.4;
}
.js-vote[aria-pressed="true"] { color: #fecaca !important; }

/* Movy AuthWall — full-screen wall (dots + poster marquee), not modal */
.auth-wall[hidden] { display: none !important; }
.auth-wall {
  position: fixed; inset: 0; z-index: 200;
  overflow: hidden;
}
.auth-wall-shell {
  position: absolute; inset: 0;
  background: #05070a;
  overflow: hidden;
}
.auth-wall-back {
  position: absolute;
  left: 16px; top: 20px; z-index: 20;
  display: inline-flex; align-items: center; justify-content: center;
  border: 0; background: transparent;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  padding: 4px;
  transition: color .15s;
}
.auth-wall-back:hover { color: #fff; }
@media (min-width: 768px) {
  .auth-wall-back { left: 32px; top: 44px; }
}
.auth-wall-layout {
  position: relative; z-index: 10;
  display: flex; flex-direction: column;
  height: 100%; min-height: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .auth-wall-layout { flex-direction: row; }
}
.auth-wall-mobile-marquee-inner {
  height: 100%;
  transform-origin: center;
  transform: scale(1.05);
  padding: 0 8px;
  opacity: 0.45;
}
.auth-wall-content {
  position: relative; z-index: 2;
  margin-top: -64px;
  display: flex; flex-direction: column;
  flex: 1 1 auto; min-height: 0;
  overflow-y: auto;
  padding: 4px 24px 20px;
  scrollbar-width: thin;
}
@media (min-width: 640px) {
  .auth-wall-content { padding-left: 40px; padding-right: 40px; }
}
@media (min-width: 1024px) {
  .auth-wall-content {
    margin-top: 0;
    height: 100%;
    width: 56%;
    overflow: hidden;
    padding: 64px 40px 24px;
  }
}
@media (min-width: 1280px) {
  .auth-wall-content { width: 52%; padding-left: 48px; padding-right: 48px; }
}
@media (min-width: 1536px) {
  .auth-wall-content { width: 50%; padding-left: 64px; padding-right: 64px; }
}
.auth-wall-body {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .auth-wall-body {
    justify-content: center;
    overflow: hidden;
  }
}
.auth-wall-inner {
  width: 100%;
  max-width: 46rem;
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 1280px) { .auth-wall-inner { max-width: 52rem; } }
@media (min-width: 1536px) { .auth-wall-inner { max-width: 58rem; } }
.auth-wall-desktop-marquee {
  display: none;
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 1024px) {
  .auth-wall-desktop-marquee { display: block; }
}
.auth-wall-desktop-marquee-stage {
  position: absolute;
  inset-inline: 0;
  top: -18%;
  bottom: -18%;
}
.auth-wall-desktop-fade {
  pointer-events: none;
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 7rem;
  background: linear-gradient(to right, #05070a, transparent);
}
.auth-wall-head { text-align: center; }
.auth-wall-title {
  margin: 0;
  font-size: 20px; font-weight: 700; letter-spacing: -0.02em;
  color: #eef1f6; line-height: 1.2;
}
@media (min-width: 768px) {
  .auth-wall-title { font-size: 24px; }
}
@media (min-width: 1536px) {
  .auth-wall-title { font-size: 30px; }
}
.auth-wall-sub {
  margin: 6px 0 0;
  font-size: 13px; color: #8a94a6; line-height: 1.4;
}
.auth-wall-main {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .auth-wall-main {
    margin-top: 32px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: stretch;
  }
}
.auth-qr-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 8px;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .auth-qr-col { margin-bottom: 0; justify-content: center; }
}
.auth-qr-frame {
  position: relative;
  width: 124px;
  border-radius: 12px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .auth-qr-frame {
    width: 168px;
    border-radius: 16px;
    padding: 12px;
  }
}
.auth-qr-code { width: 100%; aspect-ratio: 1; }
.auth-qr-code img,
.auth-qr-code canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.auth-qr-badge {
  pointer-events: none;
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0b0f14;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  line-height: 1.2;
}
.auth-qr-title {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: 600;
  color: #eef1f6;
}
@media (min-width: 768px) {
  .auth-qr-title { margin-top: 16px; font-size: 13.5px; }
}
.auth-qr-desc {
  margin: 4px auto 0;
  max-width: 210px;
  font-size: 11px;
  line-height: 1.45;
  color: #8a94a6;
}
@media (min-width: 768px) {
  .auth-qr-desc { max-width: 240px; font-size: 12px; margin-top: 6px; }
}
.auth-qr-timer {
  display: inline-flex;
  margin-top: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  font-size: 10px;
  font-weight: 600;
  color: #8a94a6;
  font-variant-numeric: tabular-nums;
}
@media (min-width: 768px) {
  .auth-qr-timer { margin-top: 14px; padding: 6px 14px; font-size: 11px; }
}
.auth-or-mobile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.auth-or-desktop { display: none; }
@media (min-width: 1024px) {
  .auth-or-mobile { display: none; }
  .auth-or-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 32px;
  }
}
.auth-or-line {
  height: 1px; flex: 1;
  background: rgba(255, 255, 255, 0.08);
}
.auth-or-vline {
  width: 1px; flex: 1;
  background: rgba(255, 255, 255, 0.08);
}
.auth-or-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #8a94a6;
  padding: 12px 0;
}
.auth-form-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.auth-form { display: flex; flex-direction: column; }
.auth-field {
  position: relative;
  display: block;
}
.auth-field + .auth-field { margin-top: 12px; }
.auth-field-email[hidden] { display: none !important; }
.auth-field-icon {
  pointer-events: none;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: rgba(255, 255, 255, 0.3);
  display: inline-flex;
}
.auth-field input {
  width: 100%;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: #eef1f6;
  font-size: 13px;
  outline: none;
  padding: 0 16px 0 44px;
  box-sizing: border-box;
  transition: border-color .15s, background .15s;
}
@media (min-width: 768px) {
  .auth-field input { height: 44px; }
}
.auth-field input::placeholder { color: #8a94a6; }
.auth-field input:focus {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
}
#authLoginPassword { padding-right: 44px; }
.auth-eye {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px; height: 28px;
  border: 0; border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.3);
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
}
.auth-eye:hover { color: rgba(255, 255, 255, 0.6); }
.auth-submit {
  margin-top: 16px;
  height: 40px;
  width: 100%;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #0b0f14;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s;
}
@media (min-width: 768px) {
  .auth-submit { height: 44px; }
}
.auth-submit:hover { background: rgba(255, 255, 255, 0.9); }
.auth-submit:disabled { opacity: 0.6; cursor: wait; }
.auth-submit[hidden] { display: none !important; }
.auth-error {
  margin: 10px 0 0;
  font-size: 12.5px;
  color: #fca5a5;
  line-height: 1.35;
}
.auth-error[hidden] { display: none !important; }
.auth-switch {
  margin: 12px 0 0;
  text-align: center;
  font-size: 12.5px;
  color: #8a94a6;
}
@media (min-width: 768px) {
  .auth-switch { margin-top: 16px; font-size: 13px; }
}
.auth-switch[hidden] { display: none !important; }
.auth-switch button {
  border: 0; background: none; padding: 0;
  color: #eef1f6; font-weight: 600; font-size: inherit; cursor: pointer;
}
.auth-switch button:hover { text-decoration: underline; }
.auth-wall-foot {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 12px 0 0;
  margin-top: 12px;
}
@media (min-width: 640px) {
  .auth-wall-foot {
    flex-direction: row;
    gap: 8px;
  }
}
.auth-legal {
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
  color: #8a94a6;
  text-align: center;
}
@media (min-width: 640px) {
  .auth-legal { text-align: left; }
}
.auth-legal a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.25);
  text-underline-offset: 2px;
}
.auth-legal a:hover { color: #eef1f6; }
.auth-help {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.auth-help:hover { color: rgba(255, 255, 255, 0.8); }
/* Browse rail cards: poster must sit above the absolute placeholder */
.movieCard-module-scss-module__Xn2B8q__rail .movieCard-module-scss-module__Xn2B8q__movieCardPoster {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.movieCard-module-scss-module__Xn2B8q__rail picture {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.browse-load-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 28px 12px 8px;
}
.browse-load-hint {
  margin: 0;
  font-size: 13px;
  color: rgba(255,255,255,.45);
}
.browse-load-spinner {
  width: 28px; height: 28px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,.15);
  border-top-color: #fff;
  animation: ep-spin .7s linear infinite;
}
.browse-sentinel {
  height: 1px;
  width: 100%;
  pointer-events: none;
}

/* ===== Profiles onboarding (/new/profiles) — Movy match ===== */
body.page-profiles {
  background: #000 !important;
  overflow-x: hidden;
}
body.page-profiles #main {
  background: #000;
}
.pf-app {
  position: relative;
  min-height: 100dvh;
  width: 100%;
  max-width: 42rem;
  margin: 0 auto;
  padding: 28px 20px 28px;
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  box-sizing: border-box;
}
.pf-glow {
  pointer-events: none;
  position: fixed;
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
  width: min(720px, 120vw);
  height: 280px;
  background: radial-gradient(ellipse at 50% 0%, rgba(120, 30, 40, 0.28), transparent 70%);
  z-index: 0;
}
.pf-screen { position: relative; z-index: 1; }
.pf-error {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 40;
  margin: 0;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(180, 40, 40, 0.92);
  color: #fff;
  font-size: 13px;
  max-width: 90vw;
}

/* Who's watching */
.pf-watching-title {
  margin: 72px 0 40px;
  text-align: center;
  font-size: clamp(28px, 7vw, 40px);
  font-weight: 700;
  letter-spacing: -0.03em;
}
.pf-watching-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 32px;
  padding: 8px 8px 40px;
}
.pf-profile {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 104px;
  color: #fff;
}
.pf-profile-av {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #1a1a1a;
}
.pf-profile-av img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pf-profile-letter {
  font-size: 36px;
  font-weight: 700;
  color: rgba(255,255,255,.55);
}
.pf-add-av {
  border: 1.5px dashed rgba(255,255,255,.22);
  background: transparent;
}
.pf-plus {
  font-size: 42px;
  font-weight: 300;
  color: rgba(255,255,255,.4);
  line-height: 1;
  margin-top: -4px;
}
.pf-profile-name {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
}
.pf-add-label { color: rgba(255,255,255,.55); font-weight: 400; }
.pf-lock { opacity: 0.9; flex-shrink: 0; }
.pf-watching-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
  padding-bottom: 24px;
}
.pf-pill-ghost {
  appearance: none;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  color: #fff;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 13.5px;
  font-weight: 500;
  cursor: pointer;
}
.pf-pill-ghost:hover { background: rgba(255,255,255,.1); }

/* Wizard */
.pf-wizard {
  display: flex;
  flex-direction: column;
  min-height: calc(100dvh - 56px);
}
.pf-wizard-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: 8px;
}
.pf-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.pf-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.22);
  transition: width .2s ease, background .2s ease;
}
.pf-dot.is-active {
  width: 28px;
  background: #fff;
}
.pf-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px 4px 4px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.1);
  font-size: 13px;
  font-weight: 500;
}
.pf-badge-av {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.12);
  font-size: 11px;
  font-weight: 700;
}
.pf-badge-av img { width: 100%; height: 100%; object-fit: cover; }
.pf-wizard-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px 0 20px;
  width: 100%;
}
.pf-step { width: 100%; display: flex; flex-direction: column; align-items: center; }
.pf-title {
  margin: 0;
  font-size: clamp(26px, 6.5vw, 34px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.pf-sub {
  margin: 10px 0 0;
  max-width: 22rem;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(255,255,255,.5);
}
.pf-name-wrap {
  width: 100%;
  max-width: 22rem;
  margin-top: 48px;
}
.pf-name-input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1.5px solid rgba(255,255,255,.28);
  outline: none;
  text-align: center;
  font-size: clamp(28px, 7vw, 36px);
  font-weight: 700;
  color: #fff;
  padding: 8px 4px 14px;
  letter-spacing: -0.02em;
}
.pf-name-input::placeholder { color: rgba(255,255,255,.14); }
.pf-name-input:focus { border-bottom-color: rgba(255,255,255,.55); }

.pf-avatar-scroll {
  width: 100%;
  max-width: 28rem;
  margin-top: 22px;
  max-height: 46vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 4px 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.2) transparent;
  text-align: left;
}
.pf-section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin: 8px 0 12px;
}
.pf-avatar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (min-width: 480px) {
  .pf-avatar-grid { grid-template-columns: repeat(5, 1fr); }
}
.pf-av {
  appearance: none;
  border: 2px solid transparent;
  background: transparent;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1;
  cursor: pointer;
}
.pf-av img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 50%; }
.pf-av.is-on {
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(255,255,255,.12);
}
.pf-see-more {
  appearance: none;
  background: none;
  border: 0;
  color: rgba(255,255,255,.45);
  font-size: 13px;
  margin: 14px auto 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.pf-pack-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}
.pf-pack {
  appearance: none;
  border: 0;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 2/3;
  background: #1a1a1a;
  cursor: pointer;
}
.pf-pack img { width: 100%; height: 100%; object-fit: cover; display: block; }

.pf-pin {
  display: flex;
  gap: 12px;
  margin-top: 48px;
  justify-content: center;
}
.pf-pin-box {
  width: 52px;
  height: 64px;
  border-radius: 12px;
  border: 1.5px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  outline: none;
  caret-color: #fff;
}
.pf-pin-box:focus {
  border-color: rgba(255,255,255,.7);
  background: rgba(255,255,255,.06);
}

.pf-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 36px;
  max-width: 32rem;
}
.pf-chip {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: #fff;
  font-size: 13.5px;
  font-weight: 500;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease;
}
.pf-chip-icon {
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  opacity: 0.85;
}
.pf-chip-icon svg { width: 16px; height: 16px; }
.pf-chip.is-on {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.45);
}

.pf-wizard-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 28rem;
  margin: 12px auto 0;
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.pf-btn-back {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.28);
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  flex-shrink: 0;
}
.pf-btn-skip {
  appearance: none;
  background: none;
  border: 0;
  color: rgba(255,255,255,.55);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 10px;
  cursor: pointer;
  flex-shrink: 0;
}
.pf-btn-continue {
  appearance: none;
  flex: 1;
  min-width: 0;
  padding: 14px 20px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.18);
  color: rgba(0,0,0,.45);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.pf-btn-continue.is-muted,
.pf-btn-continue:disabled {
  background: rgba(255,255,255,.16);
  color: rgba(0,0,0,.4);
  cursor: default;
  pointer-events: none;
}
.pf-btn-continue.is-primary:not(:disabled) {
  background: #fff;
  color: #000;
  cursor: pointer;
  pointer-events: auto;
}
.pf-btn-sm { flex: 0 1 auto; min-width: 120px; }

/* PIN unlock — full-page Movy "Verify your PIN" */
.pf-unlock {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  padding: 24px 20px calc(24px + env(safe-area-inset-bottom, 0px));
  box-sizing: border-box;
}
.pf-unlock::before {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 18%;
  transform: translateX(-50%);
  width: min(560px, 140vw);
  height: min(420px, 55vh);
  background: radial-gradient(ellipse at 50% 40%, rgba(120, 28, 38, 0.38), transparent 68%);
}
.pf-unlock[hidden] { display: none !important; }
body.pf-unlock-open .pf-screen,
body.pf-unlock-open .pf-glow {
  visibility: hidden;
}
.pf-unlock-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 22rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.pf-unlock-av {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  background: #1a1a1a;
  font-size: 34px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
}
.pf-unlock-av img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pf-unlock-title {
  margin: 0;
  font-size: clamp(26px, 6.5vw, 32px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fff;
}
.pf-unlock-sub {
  margin: 12px 0 0;
  max-width: 18rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
}
.pf-unlock-pin {
  margin-top: 36px;
  gap: 12px;
}
.pf-unlock-pin .pf-pin-box {
  width: 54px;
  height: 64px;
  border-radius: 12px;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  font-size: 24px;
}
.pf-unlock-pin .pf-pin-box:focus {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.06);
}
.pf-unlock-err {
  color: #ff7b7b;
  font-size: 13px;
  margin: 14px 0 0;
}
.pf-unlock-cancel {
  appearance: none;
  margin-top: 36px;
  border: 0;
  background: none;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
.pf-unlock-cancel:hover {
  color: rgba(255, 255, 255, 0.85);
}

@media (min-width: 768px) {
  .pf-app { padding-top: 48px; }
  .pf-watching-title { margin-top: 100px; }
  .pf-profile { width: 120px; }
  .pf-profile-av { width: 112px; height: 112px; }
}

/* ===== Account menu + dock profile avatar ===== */
.dock-acct-icon,
.header-acct-av,
[data-acct-nav-av] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.header-acct-av,
#loginOpen [data-acct-nav-av] {
  width: 22px;
  height: 22px;
}
.dock-acct-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.dock-acct-letter {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
#dockLogin.is-authed .dock-acct-icon.has-avatar,
#loginOpen.is-authed [data-acct-nav-av].has-avatar {
  box-shadow: 0 0 0 1.5px rgba(255,255,255,.35);
}

.acct-menu[hidden] { display: none !important; }
.acct-menu {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 12px max(84px, calc(env(safe-area-inset-bottom, 0px) + 76px));
  pointer-events: none;
}
.acct-menu.is-open { pointer-events: auto; }
body.is-acct-open { overflow: hidden; }
.acct-menu-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0,0,0,.45);
  pointer-events: auto;
  cursor: pointer;
  opacity: 0;
  transition: opacity .28s ease;
}
.acct-menu.is-open .acct-menu-backdrop { opacity: 1; }
.acct-menu-panel {
  position: relative;
  z-index: 1;
  pointer-events: auto;
  width: min(360px, 100%);
  max-height: min(72vh, 560px);
  overflow-y: auto;
  border-radius: 18px;
  background: rgba(22, 22, 24, 0.96);
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 24px 60px -20px rgba(0,0,0,.85);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  backdrop-filter: blur(24px) saturate(160%);
  padding: 14px 10px 10px;
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  opacity: 0;
  transform: translate3d(0, 22px, 0) scale(.96);
  transform-origin: 50% 100%;
  transition: opacity .32s cubic-bezier(.22, 1, .36, 1),
              transform .32s cubic-bezier(.22, 1, .36, 1);
  will-change: transform, opacity;
}
.acct-menu.is-open .acct-menu-panel {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
@media (min-width: 768px) {
  .acct-menu {
    align-items: flex-start;
    justify-content: flex-end;
    padding: 72px 28px 28px;
  }
  .acct-menu-panel {
    width: 320px;
    transform: translate3d(10px, -12px, 0) scale(.96);
    transform-origin: 100% 0;
  }
  .acct-menu.is-open .acct-menu-panel {
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .acct-menu-backdrop,
  .acct-menu-panel {
    transition: none;
    transform: none;
  }
  .acct-menu.is-open .acct-menu-panel { transform: none; }
}
.acct-menu-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 10px 14px;
}
.acct-menu-av {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255,255,255,.08);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: rgba(255,255,255,.55);
  font-size: 18px;
  font-weight: 700;
}
.acct-menu-av img { width: 100%; height: 100%; object-fit: cover; display: block; }
.acct-menu-meta { min-width: 0; flex: 1; }
.acct-menu-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.acct-menu-email {
  margin-top: 3px;
  font-size: 12px;
  color: rgba(255,255,255,.45);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.acct-menu-bell {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.7);
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  cursor: pointer;
  flex-shrink: 0;
}
.acct-menu-bell:hover { background: rgba(255,255,255,.06); color: #fff; }
.acct-menu-section {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 6px 0;
}
.acct-menu-item {
  appearance: none;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: rgba(255,255,255,.92);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
}
.acct-menu-item:hover { background: rgba(255,255,255,.06); }
.acct-menu-icon {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.7);
  flex-shrink: 0;
}
.acct-menu-toggle-row { cursor: default; }
.acct-menu-toggle-label { flex: 1; }
.acct-toggle {
  appearance: none;
  width: 42px;
  height: 24px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.18);
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .15s ease;
  padding: 0;
}
.acct-toggle-knob {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: transform .15s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,.35);
}
.acct-toggle.is-on { background: #3dd68c; }
.acct-toggle.is-on .acct-toggle-knob { transform: translateX(18px); }
.acct-menu-logout { color: rgba(255,255,255,.85); }

/* ===== Change avatar picker ===== */
.av-picker[hidden] { display: none !important; }
.av-picker {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}
.av-picker-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0,0,0,.72);
  cursor: pointer;
}
.av-picker-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 480px;
  max-height: min(86vh, 780px);
  display: flex;
  flex-direction: column;
  background: #111;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -20px 60px rgba(0,0,0,.55);
  overflow: hidden;
}
@media (min-width: 768px) {
  .av-picker {
    align-items: center;
    padding: 24px;
  }
  .av-picker-panel {
    border-radius: 20px;
    max-height: min(80vh, 720px);
  }
}
.av-picker-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  flex-shrink: 0;
}
.av-picker-back {
  appearance: none;
  border: 0;
  background: rgba(255,255,255,.06);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.av-picker-title {
  margin: 0;
  flex: 1;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}
.av-picker-status {
  font-size: 12px;
  color: rgba(255,255,255,.45);
}
.av-picker-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 16px 24px;
  scrollbar-width: thin;
}
.av-picker-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin: 4px 0 12px;
}
.av-picker-section + .av-picker-section { margin-top: 20px; }
.av-picker-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (min-width: 480px) {
  .av-picker-grid { grid-template-columns: repeat(5, 1fr); }
}
.av-pick {
  appearance: none;
  border: 2px solid transparent;
  background: transparent;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1;
  cursor: pointer;
}
.av-pick img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 50%; }
.av-pick.is-on {
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(255,255,255,.12);
}
.av-pick:disabled { opacity: 0.5; cursor: default; }
.av-picker-more {
  appearance: none;
  background: none;
  border: 0;
  color: rgba(255,255,255,.45);
  font-size: 13px;
  margin: 14px auto 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  width: 100%;
}
.av-picker-packs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.av-pack {
  appearance: none;
  border: 0;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 2/3;
  background: #1a1a1a;
  cursor: pointer;
}
.av-pack img { width: 100%; height: 100%; object-fit: cover; display: block; }
.av-picker-empty {
  margin: 0;
  color: rgba(255,255,255,.4);
  font-size: 13px;
}
.av-picker-err {
  margin: 0;
  padding: 10px 16px 14px;
  color: #ff7b7b;
  font-size: 13px;
  flex-shrink: 0;
}
body.is-av-picker-open { overflow: hidden; }

/* ===== Profiles Settings ===== */
.pf-settings {
  width: 100%;
  max-width: 28rem;
  margin: 0 auto;
  padding-bottom: 24px;
  text-align: left;
}
.pf-settings-title {
  margin: 28px 0 28px;
  text-align: center;
  font-size: clamp(28px, 7vw, 36px);
  font-weight: 700;
  letter-spacing: -0.03em;
}
.pf-settings-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  overflow: hidden;
}
.pf-settings-row {
  appearance: none;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 16px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}
.pf-settings-ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.18);
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.85);
  flex-shrink: 0;
}
.pf-settings-row-label { flex: 1; }
.pf-settings-chevron {
  color: rgba(255,255,255,.4);
  transition: transform .2s ease;
  flex-shrink: 0;
}
.pf-settings-card.is-open .pf-settings-chevron {
  transform: rotate(90deg);
}
.pf-pw-form {
  padding: 0 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pf-pw-field {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 0 12px;
  min-height: 48px;
}
.pf-pw-field-ico { color: rgba(255,255,255,.4); display: grid; place-items: center; }
.pf-pw-field input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: #fff;
  font-size: 14px;
  padding: 12px 0;
}
.pf-pw-field input::placeholder { color: rgba(255,255,255,.35); }
.pf-pw-msg {
  margin: 0;
  font-size: 13px;
  color: #ff7b7b;
}
.pf-pw-msg.is-ok { color: #3dd68c; }
.pf-pw-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 4px;
}
.pf-pw-cancel,
.pf-pw-confirm {
  appearance: none;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
}
.pf-pw-cancel {
  border: 1px solid rgba(255,255,255,.22);
  background: transparent;
  color: #fff;
}
.pf-pw-confirm {
  border: 0;
  background: rgba(255,255,255,.82);
  color: #111;
}
.pf-pw-confirm:disabled { opacity: 0.55; cursor: default; }

.pf-devices { margin-top: 36px; }
.pf-devices-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.pf-devices-sub {
  margin: 6px 0 16px;
  font-size: 13px;
  color: rgba(255,255,255,.45);
}
.pf-devices-list { display: flex; flex-direction: column; gap: 10px; }
.pf-devices-empty {
  margin: 0;
  padding: 16px;
  color: rgba(255,255,255,.4);
  font-size: 13px;
  background: rgba(255,255,255,.04);
  border-radius: 14px;
}
.pf-device-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
}
.pf-device-ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.18);
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.85);
  flex-shrink: 0;
}
.pf-device-meta { min-width: 0; flex: 1; }
.pf-device-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.pf-device-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  color: rgba(255,255,255,.85);
  font-size: 11px;
  font-weight: 600;
}
.pf-device-sub {
  margin-top: 4px;
  font-size: 12px;
  color: rgba(255,255,255,.42);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pf-device-kick {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.45);
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  cursor: pointer;
  flex-shrink: 0;
}
.pf-device-kick:hover { color: #fff; background: rgba(255,255,255,.08); }
.pf-settings-footer {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.pf-settings-footer .pf-btn-back {
  padding: 12px 22px;
}

/* ===== Manage profiles ===== */
.pf-profile.is-manage .pf-profile-av {
  position: relative;
}
.pf-profile.is-manage .pf-profile-av::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
.pf-profile-edit {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  pointer-events: none;
}

/* ===== Edit profile ===== */
.pf-edit {
  width: 100%;
  max-width: 28rem;
  margin: 0 auto;
  padding: 8px 0 28px;
  text-align: left;
}
.pf-edit-title {
  margin: 28px 0 24px;
  text-align: center;
  font-size: clamp(28px, 7vw, 36px);
  font-weight: 700;
  letter-spacing: -0.03em;
}
.pf-edit-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 18px 16px 8px;
}
.pf-edit-identity {
  display: flex;
  align-items: center;
  gap: 14px;
}
.pf-edit-av {
  appearance: none;
  position: relative;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
}
.pf-edit-av-img {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  background: #1a1a1a;
  font-size: 28px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
}
.pf-edit-av-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pf-edit-av-pencil {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  display: grid;
  place-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.pf-edit-name-field {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pf-edit-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}
.pf-edit-name-input {
  width: 100%;
  border: 0;
  outline: none;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 14px;
}
.pf-edit-name-input:focus {
  border-color: rgba(255, 255, 255, 0.35);
}
.pf-edit-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 16px 0;
}
.pf-edit-row {
  padding-bottom: 10px;
}
.pf-edit-row-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pf-edit-row-ico {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.9);
  flex-shrink: 0;
}
.pf-edit-row-title {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.pf-edit-row-sub {
  margin: 8px 0 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.45);
}
.pf-pin-toggle {
  appearance: none;
  width: 44px;
  height: 26px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.18);
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
  transition: background 0.15s ease;
}
.pf-pin-toggle-knob {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.15s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
.pf-pin-toggle.is-on {
  background: rgba(255, 255, 255, 0.92);
}
.pf-pin-toggle.is-on .pf-pin-toggle-knob {
  transform: translateX(18px);
  background: #111;
}
.pf-edit-pin {
  margin-top: 16px;
  margin-bottom: 4px;
}
.pf-edit-pin .pf-pin-box {
  width: 48px;
  height: 56px;
}
.pf-edit-pin-hint {
  margin: 8px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}
.pf-edit-delete-link {
  appearance: none;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 6px;
  border: 0;
  background: none;
  padding: 0;
  color: #ef4444;
  font-size: 13.5px;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
}
.pf-edit-delete-link:hover {
  text-decoration: underline;
}
.pf-edit-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 28px;
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.pf-edit-footer .pf-btn-back {
  flex-shrink: 0;
}
.pf-edit-save {
  flex: 0 1 auto;
  min-width: 120px;
  max-width: 160px;
}
.pf-edit-save:disabled {
  opacity: 0.55;
  cursor: default;
}

/* Edit avatar picker */
.pf-edit-av-picker[hidden] { display: none !important; }
.pf-edit-av-picker {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.pf-edit-av-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.72);
  cursor: pointer;
}
.pf-edit-av-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 480px;
  max-height: min(88dvh, 720px);
  background: #0c0e12;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px 20px 0 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.pf-edit-av-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 14px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}
.pf-edit-av-back {
  appearance: none;
  border: 0;
  background: transparent;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.pf-edit-av-title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
}
.pf-edit-av-body {
  overflow-y: auto;
  padding: 12px 16px 28px;
  scrollbar-width: thin;
}
body.pf-edit-av-open { overflow: hidden; }

@media (min-width: 768px) {
  .pf-edit-av-picker {
    align-items: center;
    padding: 24px;
  }
  .pf-edit-av-panel {
    border-radius: 20px;
    max-height: min(80vh, 680px);
  }
}

/* Watch Party — compact overlay */
#partyRoot {
  position: fixed; inset: 0; z-index: 400; pointer-events: none;
}
#partyRoot .party-fab,
#partyRoot .party-panel,
#partyRoot .party-toast,
#partyRoot .party-away-bar,
#partyRoot .party-veil { pointer-events: auto; }
.watch-shell #partyRoot { z-index: 120; }
.watch-party-orb { display: none !important; }
.watch-party-slot svg { display: block; }
.party-toast {
  position: fixed; left: 50%; bottom: 96px; transform: translateX(-50%);
  z-index: 260; padding: 9px 16px; border-radius: 999px;
  background: rgba(10,11,14,.92); color: #f4f1ea;
  font-size: 12.5px; font-weight: 550; letter-spacing: .02em;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 12px 40px rgba(0,0,0,.45);
  pointer-events: none;
}
.party-fab { display: none !important; }
.party-away-bar {
  position: fixed; left: 50%;
  bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  z-index: 230;
  display: flex; align-items: center; gap: 8px;
  padding: 6px 6px 6px 14px;
  max-width: calc(100vw - 24px);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(229,9,20,.34), rgba(20,8,10,.92));
  border: 1px solid rgba(229,9,20,.4);
  box-shadow: 0 12px 32px rgba(0,0,0,.45);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
}
.party-away-bar[hidden],
body.page-watch .party-away-bar { display: none !important; }
.party-away-bar-main {
  display: flex; flex-direction: column; align-items: flex-start; gap: 0;
  border: 0; background: transparent; color: inherit; padding: 2px 8px 2px 0;
  text-align: left;
}
.party-away-bar-main .party-away-kicker { color: rgba(255,220,220,.8); }
#partyAwayBarCount {
  font-size: 22px; font-weight: 700; letter-spacing: .08em;
  font-variant-numeric: tabular-nums; color: #fff; line-height: 1.1;
}
.party-away-bar-return {
  height: 36px; padding: 0 14px; border: 0; border-radius: 14px;
  background: #e50914; color: #fff; font-weight: 650; font-size: 13px;
  box-shadow: 0 8px 16px rgba(229,9,20,.3);
}

.party-panel {
  position: fixed; right: 14px; bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  z-index: 250; width: min(372px, calc(100vw - 20px));
  max-height: calc(100dvh - 108px);
  display: flex; flex-direction: column;
  color: #f3f0ea;
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(229,9,20,.16), transparent 46%),
    linear-gradient(180deg, rgba(22,23,28,.88), rgba(8,9,12,.94));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  box-shadow:
    0 24px 80px rgba(0,0,0,.55),
    inset 0 1px 0 rgba(255,255,255,.14);
  backdrop-filter: blur(36px) saturate(180%);
  -webkit-backdrop-filter: blur(36px) saturate(180%);
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
body.page-watch .party-panel {
  bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  max-height: calc(100dvh - 20px);
}
.party-handle {
  display: none;
  width: 36px; height: 4px; margin: 8px auto 0; border-radius: 99px;
  background: rgba(255,255,255,.2);
}
.party-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 12px 8px 16px; flex: 0 0 auto;
}
.party-kicker {
  margin: 0; display: flex; align-items: center; gap: 7px;
  font-size: 10px; font-weight: 650; letter-spacing: .22em;
  text-transform: uppercase; color: rgba(232,226,214,.55);
}
.party-pulse {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255,255,255,.28); display: inline-block;
  box-shadow: 0 0 0 0 rgba(229,9,20,.0);
}
.party-panel.is-live .party-pulse {
  background: #e50914;
  box-shadow: 0 0 0 4px rgba(229,9,20,.16);
  animation: partyLive 1.8s ease-out infinite;
}
@keyframes partyLive {
  0% { box-shadow: 0 0 0 0 rgba(229,9,20,.35); }
  100% { box-shadow: 0 0 0 8px rgba(229,9,20,0); }
}
.party-head h3 {
  margin: 5px 0 0; font-size: 17px; font-weight: 650;
  letter-spacing: -.03em; color: #fff; line-height: 1.15;
}
.party-head h3.is-away { cursor: pointer; }
.party-fab.is-away {
  letter-spacing: .08em; text-transform: none;
  border-color: rgba(229,9,20,.35);
}
.party-away {
  text-align: center;
  padding: 8px 10px 10px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(229,9,20,.2), rgba(229,9,20,.08));
  border: 1px solid rgba(229,9,20,.28);
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  flex: 0 0 auto;
}
.party-away[hidden] { display: none !important; }
.party-away-kicker {
  margin: 0; font-size: 9px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: rgba(255,220,220,.75);
}
#partyAwayCount {
  font-size: 28px; font-weight: 650; letter-spacing: .08em;
  font-variant-numeric: tabular-nums; color: #fff; line-height: 1.1;
}
.party-x {
  width: 32px; height: 32px; border: 0; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,255,255,.06); color: rgba(255,255,255,.78);
}
.party-x:active { background: rgba(255,255,255,.12); }
.party-body {
  padding: 0 14px 12px; display: flex; flex-direction: column; gap: 8px;
  min-height: 0; overflow: hidden; flex: 1 1 auto;
}
.party-hint { margin: 0; font-size: 12px; line-height: 1.45; color: rgba(232,226,214,.55); }
.party-picks { display: flex; flex-direction: column; gap: 6px; max-height: 248px; overflow: auto; }
.party-pick {
  display: grid; grid-template-columns: 40px 1fr; gap: 10px; align-items: center;
  width: 100%; border: 0; border-radius: 14px; padding: 6px 10px 6px 6px;
  background: rgba(255,255,255,.045); color: #fff; text-align: left;
}
.party-pick:active { background: rgba(229,9,20,.22); }
.party-pick img, .party-pick-ph {
  width: 40px; height: 56px; object-fit: cover; border-radius: 9px; background: #16171c;
}
.party-pick-ph { display: grid; place-items: center; font-weight: 700; font-size: 14px; }
.party-pick b { display: block; font-size: 13px; font-weight: 650; letter-spacing: -.01em; }
.party-pick em { font-size: 11px; color: rgba(232,226,214,.5); font-style: normal; }
.party-empty { margin: 8px 0; font-size: 12px; color: rgba(232,226,214,.5); }
.party-join-lite {
  padding-top: 10px; border-top: 1px solid rgba(255,255,255,.08);
  display: flex; flex-direction: column; gap: 8px;
}
.party-join-lite .party-row input { flex: 1; min-width: 0; }
.party-join-lite .party-btn { flex: 0 0 auto; width: auto; padding: 0 16px; }
.party-card-kicker {
  margin: 0; font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(232,226,214,.45);
}
.party-invite { text-align: center; display: flex; flex-direction: column; gap: 4px; padding: 0; flex: 0 0 auto; }
.party-invite .party-code {
  height: 44px; border-radius: 14px;
  border: 1px solid rgba(255,255,255,.1);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  color: #fff; font-size: 18px; font-weight: 650;
  letter-spacing: .36em; padding-left: .36em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
}
.party-invite .party-code:active { transform: scale(.99); }
.party-pin-share { margin: 0; font-size: 12px; color: rgba(232,226,214,.7); }
.party-pin-share strong { letter-spacing: .2em; color: #fff; font-weight: 650; }
.party-toolbar { display: flex; align-items: center; gap: 8px; }
.party-field { display: flex; flex-direction: column; gap: 6px; font-size: 12px; color: rgba(232,226,214,.55); }
.party-field input, #partySearch, #partyJoinCode, #partyJoinPin {
  height: 42px; border-radius: 14px; border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.05); color: #fff; padding: 0 14px; font-size: 14px;
}
.party-row { display: flex; gap: 8px; }
.party-btn {
  flex: 1; height: 42px; border-radius: 14px; border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.06); color: #fff; font-weight: 650; font-size: 13px;
}
.party-btn-hi {
  background: #e50914; border-color: transparent;
  box-shadow: 0 8px 18px rgba(229,9,20,.28);
}
.party-icon {
  flex: 1; height: 34px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.055); color: #f6f3ec;
  font-size: 12px; font-weight: 600; letter-spacing: .01em;
}
.party-leave {
  flex: 0 0 auto; width: auto; padding: 0 14px;
  background: transparent; border-color: transparent; color: rgba(255,176,176,.72);
  font-weight: 550;
}
.party-return {
  background: #e50914; border-color: transparent; color: #fff; font-weight: 650;
  box-shadow: 0 8px 16px rgba(229,9,20,.25);
}
.party-return[hidden] { display: none !important; }
.party-people { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.party-person { display: flex; align-items: center; gap: 8px; min-width: 0; }
.party-person span { font-size: 12.5px; color: rgba(246,243,236,.86); white-space: nowrap; font-weight: 550; }
.party-person em {
  font-style: normal; font-size: 9px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: #fff;
  background: #e50914; border-radius: 999px; padding: 2px 6px;
}
.party-av {
  width: 30px; height: 30px; border-radius: 50%; overflow: hidden; flex: 0 0 auto;
  background: #1a1b20; display: grid; place-items: center; font-size: 12px; font-weight: 700;
  border: 1px solid rgba(255,255,255,.12);
}
.party-av img { width: 100%; height: 100%; object-fit: cover; }
.party-person.is-host .party-av { box-shadow: 0 0 0 2px #e50914; }
.party-transport {
  display: grid; grid-template-columns: 34px 1fr auto; gap: 8px; align-items: center;
  padding: 4px 8px; border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  flex: 0 0 auto;
}
.party-play {
  width: 34px; height: 34px; border: 0; border-radius: 50%;
  background: #e50914; color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 8px 16px rgba(229,9,20,.32);
}
.party-play.is-playing {
  background: rgba(255,255,255,.12); box-shadow: none;
}
.party-play svg { display: block; }
.party-seek-wrap {
  display: flex; align-items: center; height: 28px; min-width: 0;
}
.party-transport input[type=range] {
  width: 100%; height: 28px; margin: 0; accent-color: #e50914;
  background: transparent; appearance: none; -webkit-appearance: none;
  touch-action: none;
}
.party-transport input[type=range]::-webkit-slider-runnable-track {
  height: 4px; border-radius: 99px; background: rgba(255,255,255,.2);
}
.party-transport input[type=range]::-webkit-slider-thumb {
  appearance: none; -webkit-appearance: none;
  width: 18px; height: 18px; margin-top: -7px; border-radius: 50%;
  background: #fff; border: 0; box-shadow: 0 1px 6px rgba(0,0,0,.45);
}
.party-transport input[type=range]::-moz-range-track {
  height: 4px; border-radius: 99px; background: rgba(255,255,255,.2);
}
.party-transport input[type=range]::-moz-range-thumb {
  width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 0;
}
.party-transport input[type=range]:disabled { opacity: .85; }
.party-clock, #partyClock {
  font-size: 11px; font-variant-numeric: tabular-nums;
  color: rgba(232,226,214,.62); min-width: 40px; text-align: right; letter-spacing: .04em;
}
.party-status { font-size: 11px; color: rgba(232,226,214,.5); letter-spacing: .06em; text-transform: uppercase; }
.party-status.is-live { color: #8dffc0; }
.party-emotes { display: flex; gap: 4px; flex: 0 0 auto; }
.party-emotes button {
  flex: 1; height: 32px; border: 0; border-radius: 10px;
  background: rgba(255,255,255,.045); font-size: 15px;
}
.party-emotes button:active { transform: scale(.94); background: rgba(255,255,255,.1); }
.party-chat {
  min-height: 0; max-height: 52px; overflow: auto; font-size: 12px;
  padding: 6px 10px; border-radius: 12px; flex: 1 1 auto;
  background: rgba(0,0,0,.18); border: 1px solid rgba(255,255,255,.04);
}
.party-msg { margin: 0 0 8px; color: rgba(246,243,236,.88); line-height: 1.4; }
.party-msg b { color: #fff; margin-right: 6px; font-weight: 650; }
.party-sys {
  margin: 0 0 8px; color: rgba(232,226,214,.42);
  font-size: 11.5px; letter-spacing: .01em;
}
.party-compose {
  display: flex; align-items: center; gap: 6px;
  padding: 3px 3px 3px 12px; border-radius: 999px; flex: 0 0 auto;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
}
.party-compose input {
  flex: 1; min-width: 0; height: 32px; border: 0; background: transparent;
  color: #fff; padding: 0; font-size: 13px;
}
.party-compose button {
  width: 32px; height: 32px; padding: 0; border: 0; border-radius: 50%;
  background: #e50914; color: #fff; display: grid; place-items: center;
  box-shadow: 0 6px 14px rgba(229,9,20,.28);
}
.party-compose button svg { display: block; }
.party-qr { display: grid; place-items: center; padding: 10px; background: #fff; border-radius: 14px; }
.party-veil {
  position: fixed; inset: 0; z-index: 115; display: grid; place-items: center;
  background: rgba(0,0,0,.72);
}
.party-veil-card { text-align: center; color: #fff; }
.party-veil-kicker { display: block; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: rgba(232,226,214,.6); }
.party-veil-card strong { display: block; font-size: 22px; margin: 6px 0 4px; letter-spacing: -.02em; }
.party-count {
  position: fixed; inset: 0; z-index: 230; display: grid; place-items: center;
  background: rgba(0,0,0,.35); pointer-events: none;
}
.party-count span {
  font-size: 72px; font-weight: 800; color: #fff; text-shadow: 0 8px 30px rgba(0,0,0,.5);
}
.party-reacts { position: fixed; inset: 0; pointer-events: none; z-index: 225; overflow: hidden; }
.party-float {
  position: absolute; bottom: 18%; font-size: 28px;
  animation: partyPop 1.5s ease-out forwards;
}
@keyframes partyPop {
  0% { transform: translateY(0) scale(.8); opacity: 1; }
  100% { transform: translateY(-120px) scale(1.2); opacity: 0; }
}
@media (max-width: 640px) {
  .party-handle { display: block; margin-top: 6px; }
  .party-panel {
    right: 8px; left: 8px; width: auto;
    max-height: calc(100dvh - 96px); border-radius: 20px;
  }
  body.page-watch .party-panel { max-height: calc(100dvh - 16px); }
  .party-head { padding-top: 6px; }
}

/* Continue watching: landscape art sits above the empty placeholder */
.movieCard-module-scss-module__Xn2B8q__forceHorizontal .movieCard-module-scss-module__Xn2B8q__backdropPosterMobile,
.movieCard-module-scss-module__Xn2B8q__forceHorizontal .movieCard-module-scss-module__Xn2B8q__movieCardPoster {
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

a.about-module-scss-module__ap6l7W__actor {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.about-facts-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.about-facts-link:hover {
  color: #fff;
  border-bottom-color: rgba(255,255,255,.55);
}

.person-banner {
  position: relative;
  isolation: isolate;
  min-height: min(78vw, 520px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #05070a;
}
.person-banner-art {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.person-banner-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  filter: saturate(1.08) contrast(1.05);
  transform: scale(1.06);
}
.person-banner-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5,7,10,.15) 0%, rgba(5,7,10,.42) 38%, #05070a 92%),
    linear-gradient(90deg, rgba(5,7,10,.62) 0%, rgba(5,7,10,.18) 58%, transparent 100%);
}
.person-banner-copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 16px;
  width: 100%;
  padding-bottom: 22px;
  padding-top: max(92px, calc(env(safe-area-inset-top) + 72px));
}
.person-portrait {
  width: 122px;
  aspect-ratio: 3 / 4;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(255,255,255,.06);
  box-shadow: 0 22px 60px rgba(0,0,0,.55);
  outline: 1px solid rgba(255,255,255,.14);
}
.person-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.person-kicker {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.42);
}
.person-name {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: #fff;
  text-shadow: 0 10px 28px rgba(0,0,0,.45);
}
.person-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.person-chip {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,.86);
}
.person-place {
  margin: 10px 0 0;
  font-size: 13px;
  color: rgba(255,255,255,.52);
}
.person-lede {
  margin: 12px 0 0;
  max-width: 38rem;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255,255,255,.72);
}
.person-imdb {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(245,197,24,.12);
  color: #f5c518;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
}
.person-page { padding-top: 8px; }
.person-photos { margin-top: 8px; }
.person-photo-row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: none;
}
.person-photo-row::-webkit-scrollbar { display: none; }
.person-photo-cell {
  flex: 0 0 92px;
  aspect-ratio: 3 / 4;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255,255,255,.05);
}
.person-photo-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.person-bio-wrap,
.person-credits { margin-top: 28px; }
.person-bio {
  margin: 0;
  white-space: pre-wrap;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255,255,255,.72);
}
.person-bio-more summary,
.person-credit-more summary {
  cursor: pointer;
  color: rgba(255,255,255,.7);
  font-size: 14px;
  font-weight: 600;
  list-style: none;
}
.person-bio-more summary::-webkit-details-marker,
.person-credit-more summary::-webkit-details-marker { display: none; }
.person-bio-more[open] summary { margin-bottom: 12px; }
.person-credit-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.person-credit {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.person-credit-year {
  padding-top: 2px;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  color: rgba(255,255,255,.38);
}
.person-credit a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.person-credit a:hover { color: rgba(255,255,255,.82); }
.person-credit p {
  margin: 4px 0 0;
  font-size: 13px;
  color: rgba(255,255,255,.42);
}
.person-credit-more { margin-top: 8px; }
@media (min-width: 768px) {
  .person-banner { min-height: 560px; }
  .person-banner-copy { gap: 24px; padding-bottom: 36px; }
  .person-portrait { width: 176px; border-radius: 16px; }
  .person-name { font-size: 48px; }
  .person-lede { font-size: 15px; }
  .person-photo-cell { flex-basis: 110px; }
}


/* Desktop media cards: poster above placeholder, clicks reach the link */
.movieCard-module-scss-module__Xn2B8q__movieCard a {
  position: relative;
  z-index: 1;
  display: block;
  pointer-events: auto;
}
.movieCard-module-scss-module__Xn2B8q__movieCard .movieCard-module-scss-module__Xn2B8q__movieCardPoster,
.movieCard-module-scss-module__Xn2B8q__movieCard picture {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  pointer-events: none;
}
.movieCard-module-scss-module__Xn2B8q__movieCard picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  pointer-events: none;
}
.movieCard-module-scss-module__Xn2B8q__movieCard .movieCard-module-scss-module__Xn2B8q__backdropPlaceholder {
  z-index: 0;
  pointer-events: none;
}
.movieCard-module-scss-module__Xn2B8q__movieCard .movieCard-module-scss-module__Xn2B8q__trailerWrapper,
.movieCard-module-scss-module__Xn2B8q__movieCard .movieCard-module-scss-module__Xn2B8q__movieCardFilter {
  pointer-events: none !important;
}


/* Browse Movies/Shows grid: landscape backdrops on PC like Movy listCard */
.movieCard-module-scss-module__Xn2B8q__listCard .movieCard-module-scss-module__Xn2B8q__movieCardPoster,
.movieCard-module-scss-module__Xn2B8q__listCard picture {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .movieCard-module-scss-module__Xn2B8q__listCard picture,
  .movieCard-module-scss-module__Xn2B8q__listCard .movieCard-module-scss-module__Xn2B8q__movieCardPoster {
    z-index: 0;
  }
  .movieCard-module-scss-module__Xn2B8q__listCard .movieCard-module-scss-module__Xn2B8q__backdropPosterMobile {
    display: block !important;
    z-index: 2;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
}
@media screen and (min-width: 1024px) {
  .movieCard-module-scss-module__Xn2B8q__listCard .movieCard-module-scss-module__Xn2B8q__movieCardImage,
  .movieCard-module-scss-module__Xn2B8q__listCard .movieCard-module-scss-module__Xn2B8q__movieCardPoster,
  .movieCard-module-scss-module__Xn2B8q__listCard picture {
    aspect-ratio: 16 / 9 !important;
  }
}


/* Auth wall PC: popup opens below the navbar.
   Tiny blur on the page behind. Posters stay clipped inside the card. */
body.is-auth-open { overflow: hidden; }
body.is-auth-open #siteHeader { z-index: 60; }
.auth-wall {
  opacity: 0;
  transition: opacity .22s ease;
}
.auth-wall.is-open { opacity: 1; }
.auth-wall-inner {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: transform .45s cubic-bezier(.22, 1, .36, 1) .06s, opacity .32s ease .06s;
}
.auth-wall.is-open .auth-wall-inner {
  opacity: 1;
  transform: none;
}
.AuthWall-module-scss-module__PGaXfG__mobileMarquee {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  transition: transform .45s cubic-bezier(.22, 1, .36, 1), opacity .3s ease;
}
.auth-wall.is-open .AuthWall-module-scss-module__PGaXfG__mobileMarquee {
  opacity: 1;
  transform: none;
}
@media (min-width: 1024px) {
  .auth-wall {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 45;
    display: block;
    padding: 0;
    background: transparent !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
  .auth-wall::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(5, 7, 10, .34);
    -webkit-backdrop-filter: blur(14px) saturate(125%);
    backdrop-filter: blur(14px) saturate(125%);
  }
  .auth-wall[hidden] { display: none !important; }
  .auth-wall-shell {
    position: absolute !important;
    top: 96px !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    isolation: isolate;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: min(1240px, calc(100vw - 48px));
    height: min(640px, calc(100dvh - 96px - 28px));
    max-height: calc(100dvh - 96px - 28px);
    margin: 0;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: transparent !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .5);
    transform: translate3d(-50%, -16px, 0);
    opacity: 0;
    overflow: hidden;
    clip-path: inset(0 round 22px);
    transform-origin: top center;
    transition: transform .46s cubic-bezier(.22, 1, .36, 1), opacity .28s ease;
  }
  .auth-wall-shell::before {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background: rgba(8, 12, 18, .42);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    backdrop-filter: blur(18px) saturate(140%);
  }
  .auth-wall-shell::after {
    content: "";
    pointer-events: none !important;
    position: absolute;
    inset: 0;
    z-index: 3;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
  }
  .auth-wall.is-open .auth-wall-shell {
    transform: translate3d(-50%, 0, 0);
    opacity: 1;
  }
  .auth-wall-layout {
    position: relative;
    z-index: 20;
    flex: 1 1 auto;
    flex-direction: row;
    height: 100%;
    min-height: 0;
    max-height: none;
    overflow: hidden;
  }
  .AuthWall-module-scss-module__PGaXfG__dots {
    z-index: 3;
    opacity: .28;
    -webkit-mask-image: radial-gradient(70% 80% at 28% 48%, #000 10%, transparent 70%);
    mask-image: radial-gradient(70% 80% at 28% 48%, #000 10%, transparent 70%);
  }
  .auth-wall-content {
    margin-top: 0 !important;
    width: auto !important;
    flex: 1 1 54%;
    height: 100% !important;
    overflow: hidden;
    padding: 48px 36px 24px 44px !important;
    z-index: 4;
    background: none !important;
  }
  .auth-wall-body {
    justify-content: center;
  }
  .auth-wall-inner {
    max-width: 40rem;
  }
  .auth-wall-title {
    font-size: 32px;
    letter-spacing: -0.04em;
    font-weight: 700;
  }
  .auth-wall-sub {
    margin-top: 8px;
    font-size: 14px;
    color: #9aa3b2;
  }
  .auth-wall-main {
    margin-top: 36px;
    gap: 0;
  }
  .auth-qr-frame {
    width: 180px;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .35);
  }
  .auth-field input {
    height: 46px;
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .14);
  }
  .auth-submit {
    height: 46px;
    font-size: 14px;
  }
  .auth-wall-foot {
    margin-top: auto;
    padding-top: 18px;
  }
  .auth-wall-desktop-marquee {
    display: block;
    position: relative;
    flex: 0 0 42%;
    width: 42%;
    max-width: none;
    height: 100%;
    min-height: 0;
    min-width: 0;
    margin-left: 0;
    padding-left: 8px;
    opacity: 0;
    transform: translate3d(18px, 0, 0);
    overflow: hidden;
    z-index: 1;
    transition: transform .55s cubic-bezier(.22, 1, .36, 1) .05s, opacity .35s ease .05s;
  }
  .auth-wall.is-open .auth-wall-desktop-marquee {
    opacity: 1;
    transform: none;
  }
  .auth-wall-desktop-marquee-stage {
    top: -8% !important;
    bottom: -8% !important;
    transform: none !important;
  }
  .auth-wall-desktop-fade {
    width: 5.5rem;
    background: linear-gradient(to right, rgba(5, 7, 10, .55) 0%, rgba(5, 7, 10, .18) 50%, transparent 100%);
  }
  .auth-wall-desktop-marquee .PosterMarquee-module-scss-module__syN69a__fadeTop,
  .auth-wall-desktop-marquee .PosterMarquee-module-scss-module__syN69a__fadeBottom {
    height: 14%;
  }
  .auth-wall-desktop-marquee .PosterMarquee-module-scss-module__syN69a__fadeTop {
    background: linear-gradient(rgba(5, 7, 10, .35) 0%, transparent 100%) !important;
  }
  .auth-wall-desktop-marquee .PosterMarquee-module-scss-module__syN69a__fadeBottom {
    background: linear-gradient(transparent 0%, rgba(5, 7, 10, .35) 100%) !important;
  }
  .auth-wall-desktop-marquee .PosterMarquee-module-scss-module__syN69a__row {
    gap: 12px;
    padding: 10px 12px 10px 12px;
  }
  .auth-wall-desktop-marquee .PosterMarquee-module-scss-module__syN69a__track {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
  }
  .auth-wall-desktop-marquee .PosterMarquee-module-scss-module__syN69a__track:nth-child(n+5) {
    display: none !important;
  }
  .auth-wall-desktop-marquee .PosterMarquee-module-scss-module__syN69a__track:nth-child(-n+4) {
    display: flex !important;
  }
  .auth-wall-desktop-marquee .PosterMarquee-module-scss-module__syN69a__rail {
    gap: 12px;
  }
  .auth-wall-desktop-marquee .PosterMarquee-module-scss-module__syN69a__poster {
    aspect-ratio: 2 / 3 !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    flex: 0 0 auto !important;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .55);
  }
  .auth-wall-desktop-marquee .PosterMarquee-module-scss-module__syN69a__poster img {
    object-fit: cover !important;
    object-position: center top !important;
    width: 100% !important;
    height: 100% !important;
  }
  .auth-wall-back {
    left: 18px;
    top: 16px;
    z-index: 20;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .auth-wall-shell {
    top: 88px !important;
    width: min(1080px, calc(100vw - 32px));
    height: min(580px, calc(100dvh - 88px - 24px));
  }
  .auth-wall-content {
    padding: 40px 22px 20px 36px !important;
  }
  .auth-wall-title { font-size: 26px; }
  .auth-wall-desktop-marquee {
    flex-basis: 40%;
    width: 40%;
    margin-left: 0;
  }
  .auth-wall-desktop-marquee .PosterMarquee-module-scss-module__syN69a__track:nth-child(n+4) {
    display: none !important;
  }
}
@media (min-width: 1536px) {
  .auth-wall-desktop-marquee .PosterMarquee-module-scss-module__syN69a__track:nth-child(5) {
    display: flex !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .auth-wall,
  .auth-wall-inner,
  .auth-wall-shell,
  .auth-wall-desktop-marquee,
  .AuthWall-module-scss-module__PGaXfG__mobileMarquee {
    transition: none !important;
    opacity: 1 !important;
  }
  .auth-wall-inner,
  .auth-wall-desktop-marquee,
  .AuthWall-module-scss-module__PGaXfG__mobileMarquee {
    transform: none !important;
  }
}
.acct-menu-bell { position: relative; }
.acct-menu-bell.has-unread, #notifyOpen.has-unread { color: #fff; }
.header-notify-wrap[hidden] { display: none !important; }
.header-notify-btn { position: relative; }
.header-notify-badge {
  position: absolute;
  top: 3px;
  right: 3px;
  min-width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 999px;
  background: #e50914;
  color: transparent;
  font-size: 0;
  box-shadow: 0 0 0 2px #05070a;
}
.header-notify-badge.is-on { display: block; }
.acct-bell-badge { top: 6px; right: 6px; }
.notify-inbox[hidden] { display: none !important; }
.notify-inbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
}
.notify-inbox.is-open { pointer-events: auto; }
.notify-inbox-back {
  position: absolute;
  inset: 0;
  border: 0;
  background: transparent;
  opacity: 1;
  pointer-events: auto;
}
.notify-inbox-panel {
  position: absolute;
  top: 80px;
  right: 24px;
  width: min(372px, calc(100vw - 24px));
  max-height: min(540px, calc(100dvh - 100px));
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: rgba(22, 22, 24, 0.96);
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 24px 60px -20px rgba(0,0,0,.85);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  backdrop-filter: blur(24px) saturate(160%);
  transform: translate3d(0, -8px, 0) scale(.98);
  transform-origin: 92% 0;
  opacity: 0;
  pointer-events: auto;
  overflow: hidden;
  isolation: isolate;
  transition: transform .28s cubic-bezier(.22, 1, .36, 1), opacity .2s ease;
}
.notify-inbox.is-open .notify-inbox-panel {
  transform: none;
  opacity: 1;
}
.notify-inbox-head {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 14px 12px 12px 16px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.notify-inbox-head > div { flex: 1; min-width: 0; }
.notify-inbox-head h2 {
  margin: 0;
  font-size: 15px;
  letter-spacing: -.02em;
  font-weight: 650;
}
.notify-inbox-sub {
  margin: 2px 0 0;
  font-size: 12px;
  color: rgba(255,255,255,.42);
}
.notify-inbox-mark {
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.55);
  font-size: 12px;
  font-weight: 550;
  cursor: pointer;
  margin-top: 2px;
  white-space: nowrap;
}
.notify-inbox-mark:hover { color: #fff; }
.notify-inbox-x {
  width: 30px; height: 30px; border: 0; border-radius: 8px;
  background: transparent; color: rgba(255,255,255,.55); cursor: pointer;
  display: grid; place-items: center;
}
.notify-inbox-x:hover { background: rgba(255,255,255,.06); color: #fff; }
@media (min-width: 768px) {
  .notify-inbox-x { display: none; }
}
.notify-inbox-list {
  overflow: auto;
  padding: 8px;
  background: transparent;
}
.notify-item + .notify-item { margin-top: 2px; }
.notify-empty {
  margin: 0;
  padding: 40px 20px;
  text-align: center;
  color: rgba(255,255,255,.4);
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.notify-empty strong { color: rgba(255,255,255,.72); font-weight: 600; font-size: 14px; }
.notify-empty span { font-size: 13px; line-height: 1.45; }
.notify-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 11px 10px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.notify-item:hover { background: rgba(255,255,255,.05); }
.notify-item.is-unread { background: rgba(255,255,255,.04); }
.notify-item.is-unread::before {
  content: "";
  position: absolute;
  left: 0; top: 12px; bottom: 12px;
  width: 2px;
  border-radius: 2px;
  background: #e50914;
}
.notify-item-ico {
  width: 32px; height: 32px; border-radius: 9px;
  display: grid; place-items: center; flex-shrink: 0;
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.72);
}
.notify-item-ico.kind-warning { background: rgba(229,9,20,.14); color: #ff8a90; }
.notify-item-ico.kind-update { background: rgba(255,255,255,.08); }
.notify-item-copy { min-width: 0; flex: 1; }
.notify-item-copy strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
}
.notify-item-copy em {
  display: block;
  margin-top: 3px;
  font-style: normal;
  font-size: 12.5px;
  line-height: 1.45;
  color: rgba(255,255,255,.5);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.notify-item.is-open .notify-item-copy em {
  -webkit-line-clamp: unset;
  display: block;
}
.notify-item.is-open { background: rgba(255,255,255,.05); }
.notify-item-copy i {
  display: block;
  margin-top: 5px;
  font-style: normal;
  font-size: 11px;
  color: rgba(255,255,255,.34);
}
.notify-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #e50914;
  margin-top: 7px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  body.is-notify-open { overflow: hidden; }
  .notify-inbox-back { background: rgba(5,7,10,.5); }
  .notify-inbox-x { display: grid; }
  .notify-inbox-panel {
    top: auto;
    right: 0; left: 0; bottom: 0;
    width: 100%;
    max-height: min(78dvh, 640px);
    border-radius: 16px 16px 0 0;
    transform: translate3d(0, 18px, 0) scale(1);
    transform-origin: 50% 100%;
  }
}
@media (min-width: 1024px) and (prefers-reduced-motion: reduce) {
  .auth-wall-shell {
    transform: translate3d(-50%, 0, 0) !important;
  }
}

