/* Ocean cinematic skin. Kept outside the generated bundle for easier upgrades. */
:root {
  --cinema-bg: #141414;
  --cinema-deep: #080808;
  --cinema-panel: #1f1f1f;
  --cinema-raised: #2a2a2a;
  --cinema-text: #f5f5f1;
  --cinema-muted: #a3a3a3;
  --cinema-border: rgba(255, 255, 255, .12);
  --cinema-accent: #e50914;
  --cinema-accent-hover: #f6121d;
  --cinema-shadow: 0 14px 40px rgba(0, 0, 0, .45);
}

html { background: var(--cinema-deep); }

body {
  color: var(--cinema-text);
  background: var(--cinema-bg);
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a, #siteFooter a, #vimpFooter a { color: var(--cinema-text); }
a:hover, a:focus { color: #fff; }
h1, h2, h3, h4, h5, h6, .headline, .boxHeadline {
  color: var(--cinema-text);
  font-family: inherit;
  font-weight: 650;
  letter-spacing: -.02em;
}
p, label, .text, .description { color: #d2d2d2; }

/* Compact, black streaming header */
#siteHeader {
  min-height: 68px;
  padding: 0 3.25vw;
  border: 0;
  background: linear-gradient(180deg, rgba(5,5,5,.98), rgba(12,12,12,.92));
  box-shadow: 0 1px 0 var(--cinema-border);
  position: sticky;
  top: 0;
  z-index: 1000;
}
#siteHeader .wrapper, #headerContent { min-height: 68px; height: 68px; }
#siteLogo, #siteLogoMobile {
  border: 0;
  display: flex;
  align-items: center;
  max-height: 60px;
  flex: 0 0 auto;
  overflow: visible;
}
#siteHeader #siteLogo img,
#siteHeader #siteLogoMobile img {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0;
}
#siteHeader #siteLogo img { max-height: 48px; max-width: 180px; }
#siteHeader #siteLogoMobile img { max-height: 42px; max-width: min(150px, 40vw); }
#siteHeader .vmp-leftwrp { flex: 0 0 auto; align-items: center; }
@media (min-width: 1000px) {
  #siteHeader > .wrapper { display: flex; flex-wrap: nowrap; gap: 1.5rem; }
  #siteHeader #headerContent { min-width: 0; height: auto; }
  #siteHeader #mobile-top-nav { display: none !important; }
}
@media (max-width: 999px) {
  #siteHeader #mobile-top-nav {
    height: 64px;
    background: #090909;
  }
}
#headerContent .language, #headerContent .upload,
#siteHeader #headerContent #userActions .userLoginLink,
#siteHeader #headerContent #userActions .userRegistrationLink,
#siteHeader #headerContent #userActions .loginSeparate {
  color: #e5e5e5;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 68px;
}
#headerContent .upload:hover, #headerContent .language:hover, #userActions a:hover { color: #b3b3b3; }
#searchHead, #searchHeadMobile { height: 68px; }
#searchHead form, #searchHeadMobile form { margin-top: 13px; }

input[type="text"], input[type="email"], input[type="password"],
input[type="search"], textarea, select, .form-control {
  color: var(--cinema-text);
  background: rgba(0,0,0,.7);
  border: 1px solid #666;
  border-radius: 4px;
  box-shadow: none;
}
input::placeholder, textarea::placeholder { color: #8c8c8c; }
input:focus, textarea:focus, select:focus, .form-control:focus {
  color: #fff;
  background: #202020;
  border-color: #fff;
  box-shadow: 0 0 0 2px rgba(255,255,255,.18);
}

#siteNavHorizontal {
  min-height: 46px;
  padding: 0 3.25vw;
  background: #0d0d0d;
  border-bottom: 1px solid var(--cinema-border);
}
#siteNavHorizontal ul li, #siteNavHorizontal ul li.active { background: transparent; }
#siteNavHorizontal ul li form button, #siteNavHorizontal .sublinks li form button {
  height: 46px;
  padding: 0 14px;
  color: #d7d7d7;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  transition: color 160ms ease;
}
#siteNavHorizontal ul li:hover, #siteNavHorizontal ul li:focus-within,
#siteNavHorizontal ul li.active, #siteNavHorizontal ul li.active > form > button,
#siteNavHorizontal ul li form button:focus {
  color: #fff;
  background: transparent;
  box-shadow: none;
}
#siteNavHorizontal ul li.active > form > button { color: #fff; font-weight: 700; }
#siteNavHorizontal .hasSublinks ul {
  border: 1px solid var(--cinema-border);
  background: rgba(20,20,20,.98);
  box-shadow: var(--cinema-shadow);
}
#siteNavHorizontal .hasSublinks ul li { border-color: var(--cinema-border); }

/* Dark canvas and navigation */
#contentWrapper, #siteContent, #siteHeader.blank #siteContent { background: var(--cinema-bg); }
#contentWrapper { min-height: calc(100vh - 114px); }
#siteContent, #siteHeader.blank #siteContent { padding: 2.25rem 3.25vw 4.5rem; }
#siteSidebar, #siteSidebarMobile, #side-menu-nav, #side-menu-nav-user-links {
  background: #111;
  border-right: 1px solid var(--cinema-border);
}
#siteNav li, #siteNav .hasSublinks ul li { border-color: var(--cinema-border); background: transparent; }
#siteNav li a, #siteNav li button, #siteNav .hasSublinks.active ul li a,
#siteNav .hasSublinks:hover ul a {
  color: #b8b8b8;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
}
#siteNav li:hover, #siteSidebar #siteNav li.active, #siteSidebarMobile #siteNav li.active,
#siteNav .hasSublinks li:focus-within { color: #fff; background: #242424; }
#siteSidebar #siteNav > ul > li.active, #siteSidebarMobile #siteNav > ul > li.active {
  box-shadow: inset 3px 0 0 var(--cinema-accent);
}
#siteSidebar #siteNav li.active > .sitemenu-wrap-form button,
#siteSidebar #siteNav li.active > .sitemenu-submenu-wrap-form > button:last-child,
#siteSidebarMobile #siteNav li.active > .sitemenu-wrap-form button,
#siteSidebarMobile #siteNav li.active > .sitemenu-submenu-wrap-form > button:last-child { border-right: 0; }

/* Cinematic homepage hero */
#indexSlider {
  margin: -2.25rem -3.25vw 2.5rem;
  overflow: hidden;
  background: #050505;
}
#indexSlider .swiper-container, #indexSlider .swiper-container .content-slide {
  min-height: 430px;
  max-height: 68vh;
}
#indexSlider .preview img { width: 100%; object-fit: cover; }
#indexSlider .preview::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.42) 43%, transparent 72%),
              linear-gradient(0deg, var(--cinema-bg), transparent 28%);
}
#indexSlider .text {
  left: 0;
  right: auto;
  top: auto;
  bottom: 12%;
  width: min(650px, 52%);
  padding: 2rem 3.25vw;
  background: transparent;
  z-index: 2;
}
#indexSlider .text h2 {
  font-size: clamp(2rem, 4vw, 4.25rem);
  line-height: 1;
  text-shadow: 0 3px 18px #000;
}
#indexSlider .text p { font-size: 1.05rem; line-height: 1.55; text-shadow: 0 2px 8px #000; }
#indexSlider .pagination span, .swiper-pagination-switch { background: #777; border: 0; }
#indexSlider .pagination .swiper-active-switch, .swiper-pagination-switch.swiper-active-switch {
  background: var(--cinema-accent);
}

/* Poster rails and cards */
.mediaListing, .mediaSlider, .channelList, .box, .contentBox { margin-bottom: 2.25rem; }
.mediaListing > h2, .mediaSlider > h2, .boxHeadline {
  margin-bottom: .85rem;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}
.mediaThumbs.big > li, .mediaThumbs.small > li, .channelList article {
  transition: transform 220ms cubic-bezier(.2,.8,.2,1), filter 220ms ease;
  transform-origin: center;
}
.mediaThumbs.big > li:hover, .mediaThumbs.small > li:hover,
.channelList article:hover:not(.slider) {
  z-index: 20;
  transform: translateY(-5px) scale(1.035);
  filter: drop-shadow(0 14px 16px rgba(0,0,0,.58));
}
.mediaThumbs article, .mediaThumbs.small article, .channelList article {
  color: var(--cinema-text);
  background: var(--cinema-panel);
  border: 0;
  border-radius: 6px;
  overflow: hidden;
}
.mediaThumbs .mediaCover, .mediaThumbs .mediaThumb, .channelList img {
  border-radius: 6px 6px 0 0;
}
.mediaThumbs .mediaCover { background: #090909; }
.mediaThumbs.big .mediaOverlay {
  color: #fff;
  background: linear-gradient(0deg, rgba(5,5,5,.98), rgba(5,5,5,.48));
  transition: opacity 180ms ease;
}
.mediaThumbs.big li:hover .mediaOverlay { height: 100%; }
.mediaThumbs.small h3, .mediaThumbs.big .mediaOverlay h3 {
  color: var(--cinema-text);
  font-family: inherit;
  font-weight: 600;
}
.mediaThumbs.small h3 { padding: .85rem .9rem .65rem; line-height: 1.25; }
.mediaThumbs.small .additionalInfo { padding: .25rem .9rem .7rem; }
.mediaThumbs.small .details {
  color: var(--cinema-muted);
  background: var(--cinema-raised);
  border-color: var(--cinema-border);
}
.mediaThumbs.small .details li, .mediaThumbs.small .additionalInfo p,
.mediaThumbs.big .mediaOverlay .details li { color: var(--cinema-muted); }
.mediaThumbs.small .mediaCover .links {
  background: rgba(0,0,0,.68);
  backdrop-filter: blur(2px);
}
.mediaThumbs a:focus article, .mediaThumbs > li:focus > article {
  background: var(--cinema-raised);
  outline: 3px solid #fff;
  outline-offset: 2px;
}
.mediaSlider #slider .arrow-left:hover i, .mediaSlider #slider .arrow-right:hover i,
#slider .arrow-right:hover i, #slider .arrow-left:hover i { color: var(--cinema-accent); }

/* Controls and content surfaces */
.btn, button.btn, .default-ocean-btn, input[type="submit"] {
  min-height: 40px;
  padding: .62rem 1.15rem;
  color: #fff;
  background: #333;
  border: 0;
  border-radius: 4px;
  font-family: inherit;
  font-weight: 650;
  transition: background-color 150ms ease, transform 150ms ease;
}
.btn-primary, .btn-success, .default-ocean-btn.btn-primary, input[type="submit"] {
  color: #fff;
  background: var(--cinema-accent);
}
.btn:hover, .btn:focus, .btn-primary:hover, .btn-primary:focus, input[type="submit"]:hover {
  color: #fff;
  background: var(--cinema-accent-hover);
  border-color: transparent;
  transform: translateY(-1px);
}
.panel, .card, .modal-content, .dropdown-menu, .popover {
  color: var(--cinema-text);
  background: var(--cinema-panel);
  border-color: var(--cinema-border);
}
.panel-heading, .card-header, .modal-header, .modal-footer, .nav-tabs {
  background: #242424;
  border-color: var(--cinema-border);
}
.dropdown-menu > li > a, .nav-tabs > li > a,
.pagination > li > a, .pagination > li > span {
  color: #d6d6d6;
  background: var(--cinema-panel);
  border-color: var(--cinema-border);
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.nav-tabs > li.active > a, .nav-tabs > li > a:hover, .pagination > .active > a {
  color: #fff;
  background: #333;
  border-color: #555;
}
table { color: #ddd; }
table th, table td { border-color: var(--cinema-border) !important; }
table tr:nth-child(even) { background: rgba(255,255,255,.025); }

#siteFooter, #vimpFooter {
  color: #777;
  background: #0b0b0b;
  border-color: var(--cinema-border);
}
#siteFooter { padding-top: 1.25rem; }
#vimpFooter { padding: 1.25rem 3.25vw; }
#vimpFooter .copy { color: #777; }
:focus-visible { outline: 3px solid #fff !important; outline-offset: 3px; }

@media (max-width: 999px) {
  #siteHeader { min-height: 64px; padding: 0 1rem; }
  #mobile-top-nav {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-hidden-search { top: 64px; background: #111; border-bottom: 1px solid var(--cinema-border); }
  #side-menu-nav, #side-menu-nav-user-links { top: 64px; }
  #siteContent, #siteHeader.blank #siteContent { padding: 1.5rem 1rem 3rem; }
  #indexSlider { margin: -1.5rem -1rem 2rem; }
  #indexSlider .swiper-container, #indexSlider .swiper-container .content-slide { min-height: 360px; }
  #indexSlider .text { bottom: 6%; width: 82%; padding: 1.25rem 1rem; }
}

@media (max-width: 576px) {
  #indexSlider .swiper-container, #indexSlider .swiper-container .content-slide {
    min-height: 300px;
    max-height: 58vh;
  }
  #indexSlider .preview::after {
    background: linear-gradient(0deg, var(--cinema-bg) 2%, rgba(0,0,0,.28) 72%, rgba(0,0,0,.1));
  }
  #indexSlider .text { width: 100%; }
  #indexSlider .text h2 { font-size: 2rem; }
  #indexSlider .text p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .mediaThumbs.big > li:hover, .mediaThumbs.small > li:hover,
  .channelList article:hover:not(.slider) { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

/* --------------------------------------------------------------------------
   Cinematic homepage composition
   -------------------------------------------------------------------------- */

/* Ocean gives this wrapper a white background even when no message is shown. */
body #alerts {
  width: 100%;
  padding: 1rem 0 0;
  background: transparent !important;
}

body #alerts:empty,
body #alerts:not(:has(.alert)) {
  display: none;
  padding: 0;
}

#alerts .alert,
.alert {
  position: relative;
  display: flex;
  gap: .9rem;
  align-items: center;
  min-height: 58px;
  margin: 0 0 1.25rem;
  padding: .9rem 3.25rem .9rem 1rem;
  color: #f4f4f4;
  background: var(--cinema-alert-background, #242424) !important;
  border: 1px solid var(--cinema-border);
  border-left: 4px solid #777;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0,0,0,.24);
}

#alerts .alert::before,
.alert::before {
  flex: 0 0 auto;
  width: 30px;
  padding: 0;
  color: #ccc;
  font-size: 1.35rem;
  text-align: center;
}

#alerts .alert .toast-body,
.alert .toast-body {
  flex: 1 1 auto;
  padding: 0;
  color: inherit;
  line-height: 1.45;
}

.alert-danger { background: #2b1517; border-left-color: #f0444d; }
.alert-danger::before { color: #ff626a; }
.alert-warning { background: #2b2515; border-left-color: #e6b836; }
.alert-warning::before { color: #f1ca59; }
.alert-info { background: #17242e; border-left-color: #55a7df; }
.alert-info::before { color: #72bdec; }
.alert-success { background: #15271d; border-left-color: #45b873; }
.alert-success::before { color: #5bd58b; }

#alerts .alert .btn-close,
.alert .btn-close,
.alert button.close {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 28px;
  min-width: 28px;
  min-height: 28px;
  margin: 0 !important;
  padding: 0;
  color: #fff;
  background-color: transparent;
  filter: invert(1) grayscale(1);
  opacity: .72;
  transform: translateY(-50%);
}

#alerts .alert .btn-close:hover,
.alert .btn-close:hover { opacity: 1; transform: translateY(-50%); }

/* The homepage should be an immersive browse surface, not a dashboard. */
#contentWrapper:has(> #siteContent.homePage) {
  display: block;
  grid-template-columns: 1fr;
}

#contentWrapper:has(> #siteContent.homePage) > #siteSidebar {
  padding: 1rem 4vw;
  background: #141414;
  border: 0;
}

/* Preserve all configured navigation and category destinations. */
#contentWrapper:has(> #siteContent.homePage) #siteSidebar #siteNav > ul {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
#contentWrapper:has(> #siteContent.homePage) #siteSidebar #siteNav > ul > li {
  border: 1px solid #414141;
  border-radius: 6px;
}

#siteContent.homePage {
  width: 100%;
  max-width: none;
  padding: 2.5rem 0 5rem;
  overflow: hidden;
}

#siteContent.homePage > h1,
#siteContent.homePage > .lead,
#siteContent.homePage > article:not(.viewMedia) {
  margin-right: clamp(1rem, 4vw, 5rem);
  margin-left: clamp(1rem, 4vw, 5rem);
}

#siteContent.homePage > h1 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 1.05;
}

#siteContent.homePage > .lead {
  max-width: 780px;
  margin-bottom: 3rem;
  color: #b9b9b9;
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.7;
}

/* Full-bleed hero lives above the content wrapper in Ocean's contentTop slot. */
#indexSlider {
  position: relative;
  width: 100%;
  margin: 0;
  background: #050505;
}

#indexSlider #slider,
#indexSlider .swiper-container,
#indexSlider .swiper-wrapper,
#indexSlider .swiper-slide,
#indexSlider .content-slide {
  height: clamp(480px, 68vh, 760px);
  min-height: 480px;
  max-height: 760px;
}

#indexSlider .preview {
  position: absolute;
  inset: 0;
}

#indexSlider .preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#indexSlider .preview::after {
  background:
    linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.68) 27%, rgba(0,0,0,.16) 68%, transparent 82%),
    linear-gradient(0deg, var(--cinema-bg) 0%, transparent 32%),
    linear-gradient(180deg, rgba(0,0,0,.3) 0%, transparent 22%);
}

#indexSlider .text {
  bottom: 15%;
  width: min(700px, 56%);
  padding: 2rem clamp(1rem, 4vw, 5rem);
}

#indexSlider .text h2 {
  max-width: 12ch;
  margin-bottom: 1.25rem;
  font-size: clamp(2.7rem, 5.2vw, 5.4rem);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.045em;
}

#indexSlider .text p {
  max-width: 56ch;
  margin-bottom: 1.5rem;
  color: rgba(255,255,255,.86);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
}

#indexSlider .button-wrap-form {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

#indexSlider .button-wrap-form .more {
  min-width: 132px;
  min-height: 48px;
  padding: .8rem 1.35rem;
  color: #111;
  background: #fff;
  border: 0;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 750;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
}

#indexSlider .button-wrap-form .more::before {
  content: "\25B6";
  margin-right: .65rem;
  font-size: .82em;
}

#indexSlider .button-wrap-form .more:hover,
#indexSlider .button-wrap-form .more:focus {
  color: #111;
  background: rgba(255,255,255,.78);
}

#indexSlider .arrow-left,
#indexSlider .arrow-right {
  top: 50%;
  width: 48px;
  height: 72px;
  color: #fff;
  background: rgba(0,0,0,.28);
  border-radius: 6px;
  transform: translateY(-50%);
  backdrop-filter: blur(5px);
}

/* Turn start-page grids into smooth, horizontal poster rails. */
.homePage .mediaListing {
  position: relative;
  margin-top: 0;
  margin-bottom: 3rem;
  overflow: visible;
}

.homePage .mediaListing > h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -.025em;
}

.homePage .mediaListing > h2::after {
  content: "  ›";
  color: var(--cinema-accent);
  opacity: 0;
  transition: opacity 160ms ease, transform 160ms ease;
}

.homePage .mediaListing:hover > h2::after {
  opacity: 1;
  transform: translateX(3px);
}

.homePage .mediaThumbs.big,
.homePage .mediaThumbs.small,
.homePage .mediaThumbs.list {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(.6rem, 1vw, 1rem);
  width: auto;
  margin: 0;
  padding: .35rem .2rem 1.7rem;
  overflow-x: auto;
  overflow-y: visible;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.homePage .mediaThumbs::-webkit-scrollbar { display: none; }

.homePage .mediaThumbs.big > li,
.homePage .mediaThumbs.small > li,
.homePage .mediaThumbs.list > li {
  flex: 0 0 clamp(220px, 18vw, 330px);
  width: clamp(220px, 18vw, 330px) !important;
  max-width: none;
  margin: 0;
  padding: 0;
  scroll-snap-align: start;
}

.homePage .mediaThumbs article {
  min-height: 100%;
  background: #1b1b1b;
  box-shadow: 0 1px 0 rgba(255,255,255,.06);
}

.homePage .mediaThumbs .mediaCover {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.homePage .mediaThumbs .mediaCover .mediaThumb {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(.2,.8,.2,1), filter 250ms ease;
}

.homePage .mediaThumbs article:hover .mediaThumb {
  transform: scale(1.06);
  filter: saturate(1.1) contrast(1.03);
}

.homePage .mediaThumbs.small h3 {
  min-height: 0;
  padding: .9rem 1rem .4rem;
  font-size: 1rem;
  line-height: 1.3;
}

.homePage .mediaThumbs.small .details {
  padding: .25rem .55rem .6rem;
  background: transparent;
  border: 0;
}

.homePage .mediaThumbs.small .details li { font-size: .78rem; }
.homePage .mediaThumbs.big > li > a { border: 0; }
.homePage .mediaThumbs.big .mediaOverlay {
  inset: auto 0 0;
  width: 100%;
  border-radius: 0 0 6px 6px;
}

.homePage .callToAction {
  top: -.35rem;
  right: 0;
  color: #ddd;
  background: transparent;
  border: 1px solid #555;
}

.homePage .callToAction:hover { background: #333; border-color: #777; }

/* Secondary homepage sections get restrained premium surfaces. */
.homePage .mediaThumbs.list article {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
}
.homePage .mediaThumbs.list .mediaCover,
.homePage .mediaThumbs.list .mediaInfo {
  float: none;
  width: 100%;
  max-width: none;
}
.homePage .mediaThumbs.list .mediaInfo {
  padding: 1rem;
  background: #1b1b1b;
}
.homePage .mediaThumbs.list .mediaInfo h3 {
  margin: 0 0 .5rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #f5f5f1;
}
.homePage .mediaThumbs.list .mediaInfo .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #aaa;
  font-size: .85rem;
  line-height: 1.5;
}
.homePage .mediaThumbs.list .details {
  position: static;
  background: transparent;
  border: 0;
  color: #aaa;
}
/* Status rules must outrank the generic #alerts .alert surface. */
#alerts .alert-danger, .alert-danger { --cinema-alert-background: #2b1517; border-left-color: #f0444d; }
#alerts .alert-warning, .alert-warning { --cinema-alert-background: #2b2515; border-left-color: #e6b836; }
#alerts .alert-info, .alert-info { --cinema-alert-background: #17242e; border-left-color: #55a7df; }
#alerts .alert-success, .alert-success { --cinema-alert-background: #15271d; border-left-color: #45b873; }
.homePage > #alerts { padding-right: 4vw; padding-left: 4vw; }

.homePage .activityListing,
.homePage .blogListing,
.homePage .groupListing,
.homePage .userListing {
  margin-top: 4rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, #1c1c1c, #171717);
  border: 1px solid var(--cinema-border);
  border-radius: 12px;
}

@media (max-width: 999px) {
  #indexSlider #slider,
  #indexSlider .swiper-container,
  #indexSlider .swiper-wrapper,
  #indexSlider .swiper-slide,
  #indexSlider .content-slide {
    height: clamp(410px, 62vh, 600px);
    min-height: 410px;
  }

  #indexSlider .text { width: 78%; }
  #siteContent.homePage { padding-top: 2rem; }
  #siteContent.homePage > h1,
  #siteContent.homePage > .lead,
  #siteContent.homePage > article:not(.viewMedia) {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

@media (max-width: 576px) {
  #alerts .alert, .alert { border-radius: 6px; }
  #indexSlider #slider,
  #indexSlider .swiper-container,
  #indexSlider .swiper-wrapper,
  #indexSlider .swiper-slide,
  #indexSlider .content-slide {
    height: 72vh;
    min-height: 440px;
    max-height: 620px;
  }
  #indexSlider .preview::after {
    background: linear-gradient(0deg, var(--cinema-bg) 0%, rgba(0,0,0,.74) 35%, rgba(0,0,0,.06) 76%);
  }
  #indexSlider .text {
    bottom: 4%;
    width: 100%;
    padding: 1.5rem 1rem 2.5rem;
  }
  #indexSlider .text h2 { max-width: 14ch; font-size: clamp(2.25rem, 11vw, 3.4rem); }
  #indexSlider .arrow-left, #indexSlider .arrow-right { display: none; }
  .homePage .mediaListing { margin-bottom: 2.25rem; }
  .homePage .mediaThumbs.big > li,
  .homePage .mediaThumbs.small > li,
  .homePage .mediaThumbs.list > li {
    flex-basis: 76vw;
    width: 76vw !important;
  }
  .homePage .activityListing,
  .homePage .blogListing,
  .homePage .groupListing,
  .homePage .userListing { margin-top: 2.5rem; padding: 1rem; }
}

/* Streaming browse presentation, using Ocean's configured media and navigation. */
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
#siteHeader { box-shadow: none; background: #090909; padding-inline: 4vw; }
#siteNavHorizontal { padding-inline: 4vw; border: 0; background: #090909; }
#siteNavHorizontal ul li form button { font-size: 13px; }

#indexSlider:has(.swiper-slide) { isolation: isolate; }
#indexSlider:not(:has(.swiper-slide)) { display: none; }
#indexSlider .text { bottom: 19%; width: min(760px, 60%); }
#indexSlider .text h2 { font-weight: 900; line-height: 1.03; letter-spacing: -.035em; }
#indexSlider .text p { max-width: 46ch; line-height: 1.5; }
#indexSlider .preview::after {
  background: linear-gradient(90deg, rgba(20,20,20,.96), rgba(20,20,20,.58) 35%, transparent 78%),
    linear-gradient(0deg, #141414, transparent 48%);
}
#indexSlider .pagination { bottom: 16%; text-align: right; padding-right: 4vw; }
#indexSlider .pagination span { width: 24px; height: 3px; border-radius: 0; }

#contentWrapper:has(> #siteContent.homePage) > #siteSidebar {
  padding-block: .5rem;
}
#contentWrapper:has(> #siteContent.homePage) #siteSidebar #siteNav > ul {
  gap: .25rem 1.25rem;
}
#contentWrapper:has(> #siteContent.homePage) #siteSidebar #siteNav > ul > li {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
#siteContent.homePage { padding-top: 1.5rem; }
#siteContent.homePage > h1 { font-size: clamp(1.5rem, 2.5vw, 2.5rem); margin-bottom: 1rem; }
#siteContent.homePage > .lead { font-size: 1rem; margin-bottom: 2rem; }
.homePage .mediaListing { margin-bottom: 1.8rem; }
.homePage .mediaListing > h2 { font-size: clamp(1.15rem, 1.65vw, 1.6rem); margin-bottom: .55rem; }
.homePage .mediaThumbs.big,
.homePage .mediaThumbs.small,
.homePage .mediaThumbs.list { gap: .5rem; padding: .65rem .2rem 1.1rem; }
.homePage .mediaThumbs.big > li,
.homePage .mediaThumbs.small > li,
.homePage .mediaThumbs.list > li {
  flex-basis: clamp(190px, 17vw, 320px);
  width: clamp(190px, 17vw, 320px) !important;
}
.homePage .mediaThumbs article,
.homePage .mediaThumbs.list article { border-radius: 4px; background: #181818; box-shadow: none; }
.homePage .mediaThumbs .mediaCover,
.homePage .mediaThumbs .mediaThumb { border-radius: 4px; }
.homePage .mediaThumbs.small h3 { padding: .6rem .75rem .25rem; font-size: .9rem; }
.homePage .mediaThumbs.list .mediaInfo { padding: .75rem; background: #181818; }
.homePage .mediaThumbs.list .mediaInfo h3 { font-size: .95rem; }
.homePage .mediaThumbs > li:focus-within { outline: 2px solid #fff; outline-offset: 2px; }
.homePage .callToAction { border: 0; font-size: .8rem; color: #aaa; }

.cinema-rail-controls { display: flex; justify-content: flex-end; gap: .35rem; margin-bottom: .1rem; }
.cinema-rail-controls[hidden] { display: none; }
.cinema-rail-controls button {
  display: grid;
  place-items: center;
  width: 36px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  border: 1px solid #555;
  border-radius: 3px;
  background: #242424;
  color: #fff;
  font: 24px/1 Arial, sans-serif;
  cursor: pointer;
}
.cinema-rail-controls button:hover { background: #444; }
.cinema-rail-controls button:disabled { opacity: .25; cursor: default; }
.cinema-rail-controls button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

@media (min-width: 1000px) {
  #indexSlider #slider, #indexSlider .swiper-container, #indexSlider .swiper-wrapper,
  #indexSlider .swiper-slide, #indexSlider .content-slide {
    height: clamp(540px, 78vh, 900px);
    max-height: 900px;
  }
}
@media (max-width: 999px) {
  #indexSlider .text { width: 80%; bottom: 12%; }
  .homePage .mediaThumbs.big > li, .homePage .mediaThumbs.small > li,
  .homePage .mediaThumbs.list > li { flex-basis: 30vw; width: 30vw !important; }
}
@media (max-width: 576px) {
  #indexSlider .text { width: 100%; bottom: 4%; }
  #indexSlider .preview::after {
    background: linear-gradient(0deg, #141414, rgba(20,20,20,.8) 28%, transparent 85%);
  }
  #indexSlider .pagination { bottom: 3%; }
  #indexSlider .text p { font-size: .95rem; }
  .homePage .mediaThumbs.big > li, .homePage .mediaThumbs.small > li,
  .homePage .mediaThumbs.list > li { flex-basis: 62vw; width: 62vw !important; }
  .cinema-rail-controls button { width: 44px; height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  .homePage .mediaThumbs { scroll-behavior: auto; }
  .homePage .mediaThumbs > li, .homePage .mediaThumbs .mediaThumb { transition: none; }
  .homePage .mediaThumbs > li:hover, .homePage .mediaThumbs article:hover .mediaThumb { transform: none; }
}

/* Configured navigation becomes a compact, sticky streaming browse menu. */
#siteHeader .cinema-header-navigation { padding: 0 0 .45rem; }
#siteHeader .cinema-header-navigation nav { padding: 0; margin: 0; background: transparent; border: 0; min-height: 36px; }
#siteHeader .cinema-header-navigation nav > ul {
  display: flex; flex-wrap: wrap; gap: .25rem 1rem;
  width: 100%; max-width: none; padding: 0; margin: 0;
}
#siteHeader .cinema-header-navigation nav > ul > li {
  position: relative; float: none; width: auto; border: 0; background: transparent;
}
#siteHeader .cinema-header-navigation form { display: flex; margin: 0; padding: 0; background: transparent; }
#siteHeader .cinema-header-navigation button {
  width: auto; min-height: 36px; height: auto; padding: .4rem .25rem;
  border: 0; background: transparent; color: #bdbdbd;
  font: 400 14px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
}
#siteHeader .cinema-header-navigation .active > form > button:first-child {
  color: #fff; font-weight: 700; box-shadow: inset 0 -2px #e50914;
}
#siteHeader .cinema-header-navigation button:hover { color: #fff; }
#siteHeader .cinema-header-navigation button:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
#siteHeader .cinema-header-navigation .sublinks {
  position: absolute; top: 100%; left: 0; min-width: 210px; width: max-content; max-width: 80vw;
  margin: 0; padding: .65rem; background: rgba(18,18,18,.98);
  border: 1px solid #414141; border-top: 2px solid #eee; box-shadow: 0 12px 32px #0008; z-index: 1001;
}
#siteHeader .cinema-header-navigation .sublinks li { float: none; width: 100%; border: 0; background: transparent; }
#siteHeader .cinema-header-navigation .sublinks button { width: 100%; padding: .55rem .7rem; white-space: normal; }
#siteHeader .cinema-header-navigation .sublinks button:hover { background: #303030; }

/* Genre chips retain the original category hierarchy and destinations. */
#categoryLinks, #categoryLinksMobile { background: transparent; border: 0; }
#categoryLinks h2, #categoryLinksMobile h2 { color: #fff; font-size: 1.2rem; margin-bottom: 1rem; }
#categoryLinks > .accordion { display: flex; flex-wrap: wrap; gap: .65rem; padding: 0; }
#categoryLinks > .accordion > li {
  position: relative; width: auto; max-width: 100%; margin: 0;
  border: 1px solid #555; border-radius: 4px; background: #202020;
}
#categoryLinks li a, #categoryLinksMobile li a { color: #ddd; font-size: 14px; }
#categoryLinks > .accordion > li > a,
#categoryLinks > .accordion > li > p > a { display: inline-block; padding: .6rem .9rem; }
#categoryLinks li p { display: flex; align-items: center; margin: 0; background: transparent; }
#categoryLinks .open-sub-menu { color: #ddd; background: transparent; border: 0; min-width: 36px; min-height: 36px; }
#categoryLinks > .accordion > li:hover { border-color: #ddd; background: #303030; }
#categoryLinks > .accordion > li.active { border-color: #fff; }
#categoryLinks a[aria-current="page"] { color: #fff; font-weight: 700; box-shadow: inset 0 -2px #e50914; }
#categoryLinks a:focus-visible, #categoryLinks button:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
#categoryLinks .sublinks { margin: 0; padding: .5rem; background: #181818; border-top: 1px solid #444; }
#categoryLinks .sublinks li { border: 0; background: transparent; }
#categoryLinks .sublinks a { display: inline-block; padding: .5rem .75rem; }
#categoryLinks .bottom { margin-top: 1rem; background: transparent; border: 0; }
#categoryLinks .bottom .more { background: transparent; border: 1px solid #555; border-radius: 4px; color: #ccc; }

/* Category overview: image-led genre tiles with readable titles. */
.categoryOverview .categoryThumbs {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1.25rem;
  margin: 0; padding: 0; list-style: none;
}
.categoryOverview .categoryThumbs::before, .categoryOverview .categoryThumbs::after { display: none; }
.categoryOverview .categoryThumbs > li { float: none; width: auto; padding: 0; margin: 0; }
.categoryOverview .categoryThumbs article {
  display: flex; flex-direction: column; height: 100%; overflow: hidden;
  background: #202020; border: 1px solid #333; border-radius: 6px;
  transition: transform 180ms ease, border-color 180ms ease;
}
.categoryOverview .categoryThumbs article:hover { transform: translateY(-4px); border-color: #888; }
.categoryOverview .categoryThumbs article:focus-within { outline: 2px solid #fff; outline-offset: 3px; }
.categoryOverview .categoryThumbs .mediaCover { order: -1; aspect-ratio: 16 / 9; overflow: hidden; }
.categoryOverview .categoryThumbs .mediaCover img { width: 100%; height: 100%; object-fit: cover; }
.categoryOverview .categoryThumbs .mediaCover > a { display: block; height: 100%; }
.categoryOverview .categoryThumbs .head { padding: 1rem; background: transparent; }
.categoryOverview .categoryThumbs h3 { color: #fff; font-size: 1.3rem; margin: 0 0 .5rem; }
.categoryOverview .categoryThumbs .details { margin-top: auto; padding: .75rem 1rem; border: 0; background: transparent; color: #aaa; }
@media (max-width: 576px) {
  .categoryOverview .categoryThumbs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
  .categoryOverview .categoryThumbs .head { padding: .75rem; overflow-wrap: anywhere; }
  .categoryOverview .categoryThumbs h3 { font-size: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  .categoryOverview .categoryThumbs article { transition: none; }
  .categoryOverview .categoryThumbs article:hover { transform: none; }
}
.categoryOverview .categoryThumbs article { margin-bottom: 0; box-shadow: none; }
.categoryOverview .categoryThumbs .head { height: auto; }
.categoryOverview .categoryThumbs .head h3 { white-space: normal; }
.categoryOverview .categoryThumbs .head p { color: #bbb; height: auto; }
.categoryOverview .categoryThumbs .mediaCover { margin: 0; }
.categoryOverview .categoryThumbs .details { box-shadow: none; }
.categoryOverview .categoryThumbs .details li { width: auto; color: #aaa; }

/* Categories live in the header, with an independent, accessible link tree. */
#siteHeader .cinema-header-navigation { display: flex; align-items: flex-start; gap: 1.5rem; }
#siteHeader .cinema-header-navigation nav { flex: 1; min-width: 0; }
#categoryLinks[hidden] { display: none !important; }
#siteHeader .cinema-categories { position: relative; flex: 0 0 auto; color: #fff; }
#siteHeader .cinema-categories summary {
  display: flex; align-items: center; gap: .7rem; min-height: 36px;
  padding: .4rem .8rem; border: 1px solid #555; border-radius: 3px;
  color: #eee; background: #181818; font-size: 14px; line-height: 1.5;
  cursor: pointer; list-style: none;
}
#siteHeader .cinema-categories summary::-webkit-details-marker { display: none; }
#siteHeader .cinema-categories summary::after { content: '\25BE'; font-size: 12px; }
#siteHeader .cinema-categories[open] summary::after { transform: rotate(180deg); }
#siteHeader .cinema-categories summary:hover,
#siteHeader .cinema-categories[open] summary { border-color: #fff; background: #292929; }
#siteHeader .cinema-categories-panel {
  position: absolute; right: 0; top: calc(100% + .6rem); z-index: 1002;
  width: min(560px, 90vw); max-height: 65vh; overflow-y: auto;
  padding: 1.25rem; border: 1px solid #444; border-top: 2px solid #eee;
  border-radius: 4px; background: #141414; box-shadow: 0 16px 48px #000b;
}
#siteHeader .cinema-categories:not([open]) .cinema-categories-panel { display: none; }
#siteHeader .cinema-categories-panel ul { list-style: none; padding: 0; margin: 0; }
#siteHeader .cinema-categories-panel > ul {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem;
}
#siteHeader .cinema-categories-panel li { float: none; width: auto; margin: 0; padding: 0; border: 0; background: transparent; }
#siteHeader .cinema-categories-panel a {
  display: block; padding: .55rem .65rem; border-radius: 3px;
  color: #ddd; font-size: 14px; line-height: 1.4; text-decoration: none; overflow-wrap: anywhere;
}
#siteHeader .cinema-categories-panel > ul > li > a { font-weight: 700; color: #fff; }
#siteHeader .cinema-categories-panel li ul { margin: .25rem 0 .5rem .65rem; border-left: 1px solid #444; padding-left: .3rem; }
#siteHeader .cinema-categories-panel li ul a { color: #aaa; font-size: 13px; }
#siteHeader .cinema-categories-panel a:hover { background: #303030; color: #fff; }
#siteHeader .cinema-categories-panel a[aria-current="page"] { background: #292929; box-shadow: inset 3px 0 #e50914; color: #fff; }
#siteHeader .cinema-categories-panel .cinema-categories-all { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #444; border-radius: 0; color: #aaa; }
#siteHeader .cinema-categories a:focus-visible,
#siteHeader .cinema-categories summary:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
@media (max-width: 999px) {
  #siteHeader .cinema-header-navigation.vmp-desktop { display: none; }
}

/* Separate browse rows with space instead of Ocean's pale footer rules. */
#siteContent div.bottom:not(.tooltip):not(.popover) {
  border: 0 !important;
  box-shadow: none !important;
  background: var(--cinema-bg) !important;
  color: var(--cinema-muted);
  min-height: 0;
  padding: .5rem 0 1rem;
}
#siteContent div.bottom > a.more {
  display: inline-block;
  padding: .4rem 0 .4rem .75rem;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #b3b3b3;
  font-size: .85rem;
  text-decoration: none;
}
#siteContent div.bottom > a.more:hover,
#siteContent div.bottom > a.more:focus-visible {
  color: #fff;
  text-decoration: underline;
}
#siteContent.homePage > .mediaListing {
  border: 0;
  box-shadow: none;
  margin-bottom: 2rem;
}
#siteContent.homePage > .mediaListing > hr,
#siteContent.homePage > .mediaListing + hr {
  display: none;
}

/* Video detail: dark recommendations and discussion surfaces. */
#siteContent.mediaDetail .media-title {
  font-size: clamp(1.65rem, 2.6vw, 2.6rem);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
#siteContent.mediaDetail #recommended_aside { min-width: 0; }
#siteContent.mediaDetail #recommended {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 0 1rem;
  scrollbar-width: thin;
  scrollbar-color: #555 #141414;
}
#siteContent.mediaDetail #recommended .mediaRelatedTitle {
  color: #f5f5f1;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
#siteContent.mediaDetail #recommended .relatedFilterMedia {
  color: #ddd;
  background: #242424 !important;
  border: 1px solid #444;
  border-radius: 4px;
  padding: .65rem .75rem;
  margin-bottom: 1rem;
}
#siteContent.mediaDetail #recommended .relatedMediaThumbnail {
  overflow: hidden;
  margin-bottom: 1rem;
  border: 0;
  border-radius: 6px;
  background: #202020;
  box-shadow: none;
}
#siteContent.mediaDetail #recommended .relatedMediaThumbnail > a { display: block; color: #eee; }
#siteContent.mediaDetail #recommended .mediaCover { position: relative; aspect-ratio: 16 / 9; overflow: hidden; }
#siteContent.mediaDetail #recommended .mediaCover img {
  display: block; width: 100%; height: 100%; object-fit: cover;
  transition: transform 200ms ease;
}
#siteContent.mediaDetail #recommended .relatedMediaTitle {
  padding: .8rem 1rem;
  color: #eee;
  background: #202020;
  font-size: .95rem;
  line-height: 1.4;
}
#siteContent.mediaDetail #recommended .relatedMediaThumbnail:hover .mediaCover img { transform: scale(1.035); }
#siteContent.mediaDetail #recommended .relatedMediaThumbnail:focus-within { outline: 2px solid #fff; outline-offset: 2px; }

#siteContent.mediaDetail .viewMedia > .details,
#siteContent.mediaDetail .viewMedia .mediaInfo,
#siteContent.mediaDetail .viewMedia .furtherInfos,
#siteContent.mediaDetail #media-comments {
  color: #ddd;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
#siteContent.mediaDetail #media-comments { margin-top: 2.5rem; padding: 0; }
#siteContent.mediaDetail #media-comments > h3 { margin-bottom: 1.25rem; font-size: 1.35rem; color: #eee; }
#siteContent.mediaDetail #media-comments #addComment,
#siteContent.mediaDetail #media-comments .buttonpane,
#siteContent.mediaDetail #media-comments .empty {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
#siteContent.mediaDetail #media-comments textarea {
  color: #eee !important;
  background: #202020 !important;
  border: 1px solid #444 !important;
  border-radius: 6px;
  padding: 1rem;
  min-height: 110px;
  box-shadow: none;
}
#siteContent.mediaDetail #media-comments textarea:focus { border-color: #aaa !important; }
#siteContent.mediaDetail #media-comments .buttonpane { padding: .8rem 0; }
#siteContent.mediaDetail #media-comments .comment {
  margin: 1rem 0;
  padding: 1.25rem;
  color: #ddd;
  background: #1c1c1c !important;
  border: 0 !important;
  border-radius: 6px;
  box-shadow: none !important;
}
#siteContent.mediaDetail #media-comments .comment-content,
#siteContent.mediaDetail #media-comments .comment-header,
#siteContent.mediaDetail #media-comments .comment .text {
  color: #ddd;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
#siteContent.mediaDetail #media-comments .comment .text p { color: #ccc; line-height: 1.65; }
#siteContent.mediaDetail #media-comments .comment-date,
#siteContent.mediaDetail #media-comments .empty p { color: #999; }
#siteContent.mediaDetail #media-comments .comment-info > a { color: #eee; font-weight: 600; }
#siteContent.mediaDetail #media-comments .userThumb { border-radius: 50%; }
#siteContent.mediaDetail #media-comments .comment-action button { color: #bbb; opacity: .8; }
@media (max-width: 576px) {
  #siteContent.mediaDetail #media-comments .comment { padding: .85rem; }
}
@media (prefers-reduced-motion: reduce) {
  #siteContent.mediaDetail #recommended .mediaCover img { transition: none; }
  #siteContent.mediaDetail #recommended .relatedMediaThumbnail:hover .mediaCover img { transform: none; }
}
