:root {
  color-scheme: dark;
  --rx-bg: #090d13;
  --rx-surface: #101722;
  --rx-text: #f2f4f8;
  --rx-muted: #a2acbc;
  --rx-faint: #8592a5;
  --rx-line: #ffffff16;
  --rx-accent: #a6ceff;
  --rx-accent-ink: #101e30;
  --rx-glow: #386aae;
  --rx-width: 1180px;
  --rx-background-opacity: .16;
  --rx-background-position: 50% 20%;
  --rx-cover-position: 50% 50%;
  --rx-font: 'Manrope Variable', Manrope, 'Segoe UI', sans-serif;
}
html[data-theme="obsidian-amber"] { --rx-bg: #100e0b; --rx-surface: #1b1711; --rx-accent: #edc78e; --rx-accent-ink: #2b1d0b; --rx-glow: #94642c; --rx-muted: #b7aea2; --rx-faint: #a29788; }
html[data-theme="midnight-emerald"] { --rx-bg: #081110; --rx-surface: #101e1c; --rx-accent: #9cdfc6; --rx-accent-ink: #10291f; --rx-glow: #2d8069; --rx-muted: #a2b7b0; --rx-faint: #8caaa0; }


html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body.cinema-page { margin: 0; background: var(--rx-bg); color: var(--rx-text); font: 400 16px/1.7 var(--rx-font); -webkit-font-smoothing: antialiased; }
.cinema-page *, .cinema-page *::before, .cinema-page *::after { box-sizing: border-box; }
.cinema-page [hidden] { display: none !important; }
.rx-wrap { width: min(var(--rx-width), calc(100% - 80px)); margin-inline: auto; }
.cinema-page h1, .cinema-page h2, .cinema-page p { margin: 0; }
.cinema-page h2 { font-size: 29px; line-height: 1.25; font-weight: 600; letter-spacing: -.9px; }
.rx-brand, .rx-nav-list a, .rx-footer a, .rx-skip { color: inherit; text-decoration: none; }
.rx-brand:focus-visible, .rx-nav a:focus-visible, .rx-footer a:focus-visible, .rx-light-switch:focus-visible, .rx-faq summary:focus-visible { outline: 2px solid var(--rx-accent); outline-offset: 5px; border-radius: 4px; }
.rx-skip { position: fixed; left: 16px; top: -90px; z-index: 100001; background: var(--rx-accent); color: var(--rx-accent-ink); padding: 10px 18px; border-radius: 8px; }
.rx-skip:focus { top: 12px; }
.rx-backdrop { position: absolute; top: 0; left: 0; width: 100%; height: 950px; max-height: 100vh; pointer-events: none; background-image: var(--rx-background-image, none); background-size: cover; background-position: var(--rx-background-position); opacity: var(--rx-background-opacity); mask-image: linear-gradient(#000 0%, #000 35%, transparent 100%); -webkit-mask-image: linear-gradient(#000 0%, #000 35%, transparent 100%); }
.rx-header, .rx-intro, .rx-info, .rx-faq, .rx-comments, .rx-footer { position: relative; }
.rx-header { padding-block: 25px; border-bottom: 1px solid var(--rx-line); }
.rx-nav { display: flex; align-items: center; gap: 28px; min-height: 37px; }
.rx-brand { display: inline-flex; gap: 11px; align-items: center; font-size: 25px; font-weight: 750; line-height: 1; letter-spacing: -1.4px; }
.rx-brand-mark { display: grid; place-items: center; width: 34px; height: 36px; border: 1px solid var(--rx-accent); border-radius: 10px 3px 10px 3px; color: var(--rx-accent); font-size: 23px; font-weight: 500; letter-spacing: -2px; padding-right: 2px; }
.rx-brand-dot { color: var(--rx-accent); margin-left: -10px; }
.rx-brand-caption { padding-left: 27px; border-left: 1px solid var(--rx-line); font-size: 13px; color: var(--rx-muted); }
.rx-nav-list { margin: 0 0 0 auto; padding: 0; list-style: none; display: flex; flex-direction: row; gap: 30px; font-size: 14px; }
.rx-nav-list a { color: var(--rx-muted); display: inline-block; padding-block: 6px; transition: color .18s; }
.rx-nav-list a:hover { color: var(--rx-text); }


.rx-intro { display: flex; align-items: center; gap: 30px; justify-content: space-between; padding: 40px 0 30px; }
.rx-title-content { min-width: 0; }
.rx-eyebrow { display: block; color: var(--rx-accent); font-size: 12px; font-weight: 650; letter-spacing: 2px; line-height: 1.5; text-transform: uppercase; }
.rx-intro-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 13px; }
.rx-intro-meta span + span::before { content: ''; display: inline-block; width: 3px; height: 3px; border-radius: 50%; background: currentColor; margin: 0 12px 3px 0; opacity: .5; }
.cinema-page .rx-title { max-width: 960px; color: var(--rx-text); font-family: var(--rx-font); font-size: clamp(30px, 3.6vw, 48px); font-weight: 550; letter-spacing: -1.9px; line-height: 1.2; text-wrap: balance; overflow-wrap: anywhere; }
.cinema-page .rx-original { color: var(--rx-muted); font-size: 14px; margin-top: 9px; letter-spacing: .3px; }
.rx-rating { display: flex; flex: none; align-items: flex-start; gap: 9px; padding-left: 27px; border-left: 1px solid var(--rx-line); }
.rx-rating svg { color: var(--rx-accent); margin-top: 6px; }
#ratingValue { font-size: 28px; font-weight: 650; line-height: 1.2; }
.rx-rating-scale { font-size: 13px; color: var(--rx-faint); }
.rx-rating small { display: block; font-size: 12px; color: var(--rx-muted); margin-top: 2px; }


.rx-screen { position: relative; outline: none; }
.rx-screen-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; min-height: 34px; }
.rx-screen-label { display: inline-flex; align-items: center; gap: 8px; color: var(--rx-muted); text-transform: uppercase; letter-spacing: 1.8px; font-size: 11px; font-weight: 600; }
.rx-status-dot { width: 5px; height: 5px; background: var(--rx-accent); border-radius: 50%; box-shadow: 0 0 12px var(--rx-accent); }
.rx-light-switch { display: inline-flex; gap: 8px; align-items: center; background: transparent; color: var(--rx-muted); padding: 8px 0 8px 12px; border: none; font: 400 13px var(--rx-font); cursor: pointer; transition: color .18s; }
.rx-light-switch:hover, .rx-light-switch[aria-pressed="true"] { color: var(--rx-accent); }
.rx-player-shell { position: relative; border: 1px solid #ffffff23; border-radius: 16px; background: #030506; }
.rx-player-shell::before { content: ''; position: absolute; inset: 5% 5% -2%; border-radius: 50%; background: var(--rx-glow); filter: blur(65px); opacity: .18; pointer-events: none; z-index: -1; }
.cinema-page[data-glow="false"] .rx-player-shell::before { display: none; }
.cinema-page .rx-player-shell .video-wrapper { position: relative; width: 100%; aspect-ratio: 16/9; background: #030506; border-radius: 15px; }
.cinema-page .rx-player-shell .dreams-player { width: 100%; aspect-ratio: 16/9; position: relative; display: flex; align-items: center; justify-content: center; background: #030506; border-radius: 15px; color: var(--rx-text); }
.rx-loading-cover { position: absolute; inset: 0; background-image: linear-gradient(#03050630, #030506a0), var(--rx-cover-image, none); background-size: cover; background-position: var(--rx-cover-position); border-radius: inherit; opacity: .8; }
.rx-loading-message { position: relative; display: flex; align-items: center; flex-direction: column; gap: 16px; padding: 16px; text-align: center; font: 400 14px var(--rx-font); text-shadow: 0 2px 12px #000; }
.rx-spinner { width: 30px; height: 30px; border: 2px solid #ffffff35; border-top-color: var(--rx-accent); border-radius: 50%; animation: rx-spin .9s linear infinite; }
.rx-screen-bottom { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 22px 0 0; }
.rx-screen-bottom p { font-size: 12px; letter-spacing: .3px; color: var(--rx-faint); text-align: center; }
.rx-screen-rule { width: 34px; height: 1px; background: var(--rx-line); }
.cinema-page .rx-player-message { background: var(--rx-surface); border: 1px solid var(--rx-line); border-radius: 8px; padding: 14px 18px; margin-top: 15px; color: var(--rx-muted); font-size: 14px; }


.cinema-page[data-player-skin="true"] .dreams-player { --plyr-color-main: var(--rx-accent); --plyr-video-control-color: #fff; --plyr-video-control-color-hover: var(--rx-accent-ink); --plyr-font-family: var(--rx-font); }
.cinema-page[data-player-skin="true"] .dreams-player .plyr { border-radius: 15px; font-family: var(--rx-font); }
.cinema-page[data-player-skin="true"] .dreams-player .plyr.plyr--fullscreen-active { border-radius: 0; }
.cinema-page[data-player-skin="true"] .dreams-player .plyr__control--overlaid { background: var(--rx-accent); color: var(--rx-accent-ink); padding: 22px; border: 6px solid #ffffff22; box-shadow: 0 10px 45px #0004; }
.cinema-page[data-player-skin="true"] .dreams-player video { object-fit: contain !important; }
.cinema-page .dreams-player .plyr__poster { background-size: cover; background-position: var(--rx-cover-position); }
.cinema-page[data-payment-skin="true"] #dcoverlay:not(.overlay-small) { background: #03070de8; padding: 20px; overflow-y: auto; overscroll-behavior: contain; }
.cinema-page[data-payment-skin="true"] #dcoverlay:not(.overlay-small) .dialog { background: var(--rx-surface); color: var(--rx-text); border: 1px solid #ffffff24; box-shadow: 0 30px 100px #0008; border-radius: 20px; font-family: var(--rx-font); max-width: 100%; margin-block: auto; animation: rx-form-in .2s ease-out; }
.cinema-page[data-payment-skin="true"] #dialog-form .dialog-title,
.cinema-page[data-payment-skin="true"] #dialog-form .dialog-text,
.cinema-page[data-payment-skin="true"] #dialog-form .dialog-cta-title,
.cinema-page[data-payment-skin="true"] #dialog-form label { color: var(--rx-text); font-family: var(--rx-font); }
.cinema-page[data-payment-skin="true"] #dialog-form .dialog-cta-subtitle { color: var(--rx-muted); }
.cinema-page[data-payment-skin="true"] #dialog-form input#dialog-phone { color: var(--rx-text) !important; background: #ffffff09 !important; border: 1px solid #ffffff38 !important; padding: 13px 14px !important; border-radius: 10px !important; font: 400 17px var(--rx-font); transform: none; }
.cinema-page[data-payment-skin="true"] #dialog-form input#dialog-phone::placeholder { color: var(--rx-muted); opacity: 1; }
.cinema-page[data-payment-skin="true"] #dialog-form input#dialog-phone:focus { outline: 2px solid var(--rx-accent); outline-offset: 2px; box-shadow: none; }
.cinema-page[data-payment-skin="true"] #dialog-form button.dialog-cta { background: var(--rx-accent); color: var(--rx-accent-ink); border-radius: 10px; box-shadow: none; font-family: var(--rx-font); transform: none; min-height: 48px; }
.cinema-page[data-payment-skin="true"] #dialog-form button.dialog-cta:disabled { opacity: .45; }
.cinema-page[data-payment-skin="true"] #dialog-form a { color: var(--rx-accent); }


.rx-info { display: grid; grid-template-columns: 170px minmax(0, 1fr) 245px; gap: 38px; padding-top: 62px; padding-bottom: 60px; border-bottom: 1px solid var(--rx-line); }
.rx-poster-wrap { aspect-ratio: 924/1316; background: var(--rx-surface); border-radius: 10px; overflow: hidden; border: 1px solid var(--rx-line); box-shadow: 0 15px 35px #0004; }
.rx-poster { display: block; width: 100%; height: 100%; object-fit: cover; }
.rx-description-column .rx-eyebrow { margin-bottom: 11px; }
.rx-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 17px 0; }
.rx-meta span { color: var(--rx-muted); border: 1px solid var(--rx-line); padding: 3px 10px; border-radius: 5px; font-size: 12px; }
.rx-description { color: #b5bdc9; color: color-mix(in srgb, var(--rx-text) 72%, var(--rx-bg)); font-size: 16px; line-height: 1.9; }
.rx-description p + p { margin-top: 14px; }
.cinema-page .rx-details h2 { font-size: 15px; font-weight: 600; letter-spacing: 0; margin: 3px 0 18px; }
.rx-details { padding-left: 27px; border-left: 1px solid var(--rx-line); }
.rx-details dl { margin: 0; }
.rx-details dl > div + div { margin-top: 17px; }
.rx-details dt { color: var(--rx-faint); font-size: 12px; margin-bottom: 4px; }
.rx-details dd { color: var(--rx-text); font-size: 13px; line-height: 1.7; margin: 0; }
.rx-info[data-no-poster="true"] { grid-template-columns: minmax(0, 1fr) 280px; }
.rx-info[data-no-details="true"] { grid-template-columns: 170px minmax(0, 1fr); }
.rx-info[data-no-poster="true"][data-no-details="true"] { grid-template-columns: 1fr; }
.rx-info[data-no-about="true"] { grid-template-columns: 170px minmax(0, 1fr); }
.rx-info[data-no-about="true"][data-no-poster="true"] { grid-template-columns: 1fr; }


.rx-faq { display: grid; grid-template-columns: 1fr 1.7fr; gap: 80px; padding-block: 54px 62px; }
.rx-faq h2 { margin-top: 12px; max-width: 260px; }
.rx-faq details { border-bottom: 1px solid var(--rx-line); }
.rx-faq details:first-child { border-top: 1px solid var(--rx-line); }
.rx-faq summary { list-style: none; display: flex; gap: 20px; align-items: center; justify-content: space-between; padding-block: 21px; cursor: pointer; font-size: 14px; font-weight: 500; }
.rx-faq summary::-webkit-details-marker { display: none; }
.rx-faq summary::after { content: '+'; font-size: 22px; color: var(--rx-muted); font-weight: 300; flex: none; }
.rx-faq details[open] summary::after { content: 'в€’'; color: var(--rx-accent); }
.rx-faq details p { color: var(--rx-muted); font-size: 14px; line-height: 1.85; padding: 0 32px 22px 0; }
.rx-comments { padding-block: 0 50px; }
.rx-comments ul { padding: 0; margin: 25px 0 0; list-style: none; display: grid; gap: 15px; }
.rx-comments li { border: 1px solid var(--rx-line); border-radius: 10px; padding: 20px; background: var(--rx-surface); }
.rx-comments .comment-header { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 8px; font-size: 14px; }
.rx-comments .comment-date { color: var(--rx-faint); }
.rx-comments .comment-body { color: var(--rx-muted); font-size: 15px; white-space: pre-line; overflow-wrap: anywhere; }
.rx-footer { border-top: 1px solid var(--rx-line); background: #00000012; }
.rx-footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-block: 30px; }
.rx-footer-brand { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.rx-footer-word { font-size: 22px; font-weight: 650; letter-spacing: -1px; }
.rx-footer-brand > span:last-child { font-size: 12px; color: var(--rx-faint); }
.rx-footer-links { display: flex; flex-wrap: wrap; gap: 20px; font-size: 12px; color: var(--rx-muted); }
.rx-footer-links a:hover { color: var(--rx-accent); }
.rx-footer-bottom { border-top: 1px solid var(--rx-line); padding-block: 17px 22px; display: flex; justify-content: space-between; gap: 20px; color: var(--rx-faint); font-size: 12px; }
.rx-noscript { padding: 20px; background: var(--rx-surface); }


.rx-dimmer { position: fixed; inset: 0; background: #000; opacity: 0; pointer-events: none; z-index: 1; transition: opacity .25s; }
.cinema-page[data-cinema="true"] .rx-dimmer { opacity: .93; pointer-events: auto; }
.cinema-page[data-cinema="true"] .rx-screen { z-index: 2; }
.cinema-page[data-cinema="true"] .rx-player-shell::before { opacity: .08; }
.cinema-page[data-payment-open="true"] .rx-dimmer { opacity: 0; pointer-events: none; }
.cinema-page[data-motion="true"] .rx-intro { animation: rx-intro-in .6s ease-out both; }
.cinema-page[data-motion="true"] .rx-info { animation: rx-intro-in .7s ease-out both; }
@keyframes rx-spin { to { transform: rotate(360deg); } }
@keyframes rx-intro-in { from { opacity: 0; translate: 0 8px; } to { opacity: 1; translate: 0 0; } }
@keyframes rx-form-in { from { opacity: 0; } to { opacity: 1; } }
@media (min-width: 1600px) { :root { --rx-width: 1240px; } }
@media (max-width: 1000px) {
  .rx-wrap { width: calc(100% - 48px); }
  .rx-info { grid-template-columns: 145px minmax(0, 1fr); gap: 28px; }
  .rx-details { grid-column: 2; border: 0; border-top: 1px solid var(--rx-line); padding: 24px 0 0; }
  .rx-details dl { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .rx-details dl > div + div { margin: 0; }
  .rx-info[data-no-poster="true"] { grid-template-columns: 1fr; }
  .rx-info[data-no-poster="true"] .rx-details { grid-column: 1; }
  .rx-faq { gap: 40px; grid-template-columns: 1fr 1.5fr; }
  .rx-brand-caption { display: none; }
}
@media (max-width: 640px) {
  .rx-wrap { width: calc(100% - 36px); }
  .rx-header { padding-block: 19px; }
  .rx-brand { font-size: 23px; }
  .rx-brand-mark { width: 29px; height: 31px; font-size: 21px; }
  .rx-nav-list { gap: 18px; font-size: 12px; }
  .rx-nav { gap: 15px; }
  .rx-intro { gap: 15px; padding: 28px 0 22px; align-items: flex-start; }
  .cinema-page .rx-title { font-size: clamp(27px, 6.5vw, 37px); letter-spacing: -1px; }
  .rx-intro-meta { font-size: 10px; letter-spacing: 1.5px; gap: 5px; margin-bottom: 10px; }
  .rx-intro-meta span + span::before { margin-right: 7px; }
  .rx-rating { padding-left: 12px; gap: 5px; margin-top: 26px; }
  .rx-rating svg { width: 13px; height: 13px; margin-top: 3px; }
  #ratingValue { font-size: 22px; }
  .rx-rating-scale, .rx-rating small { display: none; }
  .cinema-page .rx-original { font-size: 12px; }
  .rx-screen-top { margin-bottom: 8px; }
  .rx-screen-label { font-size: 10px; letter-spacing: 1.3px; }
  .rx-light-switch { font-size: 12px; min-height: 40px; }
  .rx-player-shell { border-radius: 10px; }
  .cinema-page .rx-player-shell .video-wrapper, .cinema-page .rx-player-shell .dreams-player, .cinema-page[data-player-skin="true"] .dreams-player .plyr { border-radius: 9px; }
  .rx-screen-bottom { gap: 10px; padding-top: 17px; }
  .rx-screen-bottom p { font-size: 11px; letter-spacing: 0; }
  .rx-screen-rule { width: 12px; }
  .rx-loading-message { font-size: 12px; gap: 10px; }
  .rx-info { grid-template-columns: 88px minmax(0, 1fr); gap: 24px 18px; padding-block: 38px; }
  .rx-description-column .rx-eyebrow { font-size: 10px; letter-spacing: 1.2px; margin-bottom: 6px; }
  .cinema-page h2 { font-size: 25px; }
  .rx-description { font-size: 16px; line-height: 1.8; grid-column: 1/-1; }
  .rx-description-column { display: contents; }
  .rx-description-column > .rx-eyebrow { grid-column: 2; grid-row: 1; align-self: start; margin-top: 2px; }
  #aboutHeading { grid-column: 2; grid-row: 1; align-self: start; margin-top: 25px; }
  .rx-meta { grid-column: 2; grid-row: 1; align-self: end; margin: 65px 0 0; gap: 5px; }
  .rx-poster-column { grid-column: 1; grid-row: 1; }
  .rx-meta span { font-size: 11px; padding: 2px 7px; }
  .rx-details { grid-column: 1/-1; padding-top: 22px; }
  .rx-details dd { font-size: 14px; }
  .rx-info[data-no-poster="true"] { display: block; }
  .rx-info[data-no-poster="true"] .rx-description-column { display: block; }
  .rx-info[data-no-poster="true"] #aboutHeading { margin-top: 8px; }
  .rx-info[data-no-poster="true"] .rx-meta { margin-block: 15px; }
  .rx-info[data-no-poster="true"] .rx-details { margin-top: 25px; }
  .rx-info[data-no-details="true"], .rx-info[data-no-about="true"] { grid-template-columns: 88px minmax(0, 1fr); }
  .rx-info[data-no-about="true"] .rx-details { grid-column: 2; border-top: 0; padding-top: 0; }
  .rx-info[data-no-about="true"] .rx-details dl { grid-template-columns: 1fr; }
  .rx-faq { grid-template-columns: 1fr; gap: 25px; padding-block: 36px 42px; }
  .rx-faq h2 { max-width: none; }
  .rx-faq summary { font-size: 15px; }
  .rx-faq details p { font-size: 15px; }
  .rx-footer-grid, .rx-footer-brand { align-items: flex-start; flex-direction: column; gap: 10px; }
  .rx-footer-links { margin-top: 12px; gap: 12px; }
  .rx-footer-bottom { font-size: 11px; }
  .cinema-page[data-player-skin="true"] .dreams-player .plyr__control--overlaid { padding: 16px; border-width: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cinema-page .rx-intro, .cinema-page .rx-info, .cinema-page .rx-spinner, .cinema-page #dcoverlay .dialog { animation: none !important; }
  .rx-dimmer, .rx-light-switch { transition: none; }
}

html[data-theme="amethyst"] { --rx-bg:#0d0c14; --rx-surface:#171520; --rx-accent:#b4a0ff; --rx-accent-ink:#21163e; --rx-glow:#7854c4; --rx-muted:#b0aaba; --rx-faint:#9c95aa; }
.cinema-page .rx-cast-details { margin-top:17px; }
.cinema-page .rx-cast-details h2 { color:var(--rx-faint); font-size:12px; line-height:1.7; font-weight:400; margin:0 0 4px; }
.rx-cast-details p { font-size:13px; line-height:1.7; overflow-wrap:anywhere; }
.rx-section-heading { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:22px; }
.rx-section-heading .rx-eyebrow { margin-bottom:8px; }
.rx-count { display:grid; place-items:center; min-width:36px; height:34px; padding-inline:9px; background:var(--rx-surface); color:var(--rx-muted); border:1px solid var(--rx-line); border-radius:8px; font-size:14px; }
.rx-comments .comment-card { display:grid; grid-template-columns:36px minmax(0,1fr); gap:10px 14px; }
.comment-avatar { width:36px; height:36px; display:grid; place-items:center; border:1px solid var(--rx-line); background:var(--rx-surface); border-radius:50%; color:var(--rx-accent); font-weight:600; }
.rx-comments .comment-header { display:flex; align-items:center; flex-wrap:wrap; gap:8px 18px; margin:0; }
.rx-comments .comment-body { grid-column:2; margin:0; }
.rx-description.is-collapsed { display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical; overflow:hidden; }
.rx-disclosure { cursor:pointer; padding:10px 16px; margin-top:16px; color:var(--rx-accent); border:1px solid var(--rx-line); background:var(--rx-surface); border-radius:7px; font:500 14px/1.5 var(--rx-font); }
.rx-disclosure:hover { border-color:var(--rx-accent); }
.rx-disclosure:focus-visible { outline:2px solid var(--rx-accent); outline-offset:4px; }
.rx-comments-more { display:block; margin:22px auto 0; }
@media(max-width:640px) { .rx-comments .comment-header { flex-direction:column; align-items:flex-start; gap:1px; }.rx-comments .comment-body { grid-column:1/-1; }#descriptionToggle { grid-column:1/-1; justify-self:start; }.rx-nav-list { gap:12px; }.rx-nav-list a[href="#questions"] { display:none; } }

html[data-custom-palette="true"] .rx-meta span,
html[data-custom-palette="true"] .rx-intro-meta span,
html[data-custom-palette="true"] .rx-actors,
html[data-custom-palette="true"] .rx-count,
html[data-custom-palette="true"] .rx-disclosure { background: var(--rx-tint); border-color: var(--rx-line); }
html[data-custom-palette="true"] .rx-rating svg { color: var(--rx-accent); }
html[data-custom-palette="true"] .comment-avatar,
html[data-custom-palette="true"] .comment-avatar[data-tone] { background: var(--rx-tint); color: var(--rx-accent); border: 1px solid var(--rx-line); }
html[data-custom-palette="true"] .comment-card:hover,
html[data-custom-palette="true"] .rx-disclosure:hover { background: var(--rx-tint); border-color: var(--rx-accent); }
html[data-custom-palette="true"] .rx-player-shell { border-color: var(--rx-line); }

.rx-episodes{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;padding:22px 0 4px}
.rx-episodes a{display:inline-flex;align-items:center;justify-content:center;min-width:78px;padding:11px 18px;border-radius:8px;font:600 14px/1 var(--rx-font);color:var(--rx-muted);background:var(--rx-surface);border:1px solid var(--rx-line);text-decoration:none;transition:all .18s}
.rx-episodes a:hover{color:var(--rx-accent);border-color:var(--rx-accent)}
.rx-episodes a.active{background:var(--rx-accent);color:var(--rx-accent-ink);border-color:var(--rx-accent)}

.rx-login-btn{display:inline-flex;align-items:center;gap:7px;margin-left:auto;padding:8px 20px;border:1px solid var(--rx-line);border-radius:8px;background:transparent;color:var(--rx-muted);font:500 13px var(--rx-font);cursor:pointer;transition:all .18s}
.rx-login-btn:hover{color:var(--rx-accent);border-color:var(--rx-accent)}
.rx-login-btn svg{width:15px;height:15px}

.rx-review-form{margin-top:30px;border:1px solid var(--rx-line);border-radius:12px;background:var(--rx-surface);padding:28px}
.rx-review-form h3{font:600 17px/1.4 var(--rx-font);color:var(--rx-text);margin:0 0 20px}
.rx-review-form .rf-row{margin-bottom:16px}
.rx-review-form input,.rx-review-form textarea{width:100%;background:var(--rx-bg);border:1px solid var(--rx-line);border-radius:8px;color:var(--rx-text);font:400 15px/1.6 var(--rx-font);padding:13px 16px;transition:border-color .18s}
.rx-review-form input:focus,.rx-review-form textarea:focus{outline:none;border-color:var(--rx-accent)}
.rx-review-form textarea{resize:vertical;min-height:110px}
.rx-review-form button{display:inline-flex;align-items:center;gap:8px;background:var(--rx-accent);color:var(--rx-accent-ink);border:none;border-radius:8px;padding:13px 28px;font:600 15px/1 var(--rx-font);cursor:pointer;transition:opacity .18s}
.rx-review-form button:hover{opacity:.85}
@media(max-width:640px){.rx-episodes a{min-width:64px;padding:10px 12px;font-size:13px}.rx-review-form{padding:20px}.rx-login-btn{padding:7px 14px;font-size:12px}}

@media (max-width: 768px) {
    .rx-episodes a {
        min-width: calc(50% - 30px); 
        padding: 14px 16px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .rx-episodes a {
        min-width: calc(50% - 25px); 
        padding: 16px 14px;
        font-size: 14px;
    }
}

/* Long content stays inside its grid cell. */
.rx-info > *, .rx-details, .rx-details dl, .rx-details dl > div,
.rx-cast-details, .rx-comment-header, .rx-title-content { min-width: 0; max-width: 100%; }
.rx-details dt, .rx-details dd, .rx-cast-details p, .rx-original,
.rx-description, .rx-brand, .comment-author { overflow-wrap: anywhere; }
.rx-details dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rx-details, .rx-details dl, .rx-details dd { height: auto; max-height: none; overflow: visible; }
.rx-episodes a[aria-current="page"] { background: var(--rx-accent); color: var(--rx-accent-ink); border-color: var(--rx-accent); }
.rx-episodes a:focus-visible, .rx-login-btn:focus-visible, .rx-review-form button:focus-visible { outline: 2px solid var(--rx-accent); outline-offset: 4px; }
.rx-nav { flex-wrap: wrap; }
.rx-brand { max-width: 100%; }
.rx-brand-mark { flex-shrink: 0; }
.rx-comments .comment-card { transition: border-color .18s, background-color .18s; }
.rx-comments .comment-card:hover { border-color: color-mix(in srgb, var(--rx-accent) 40%, var(--rx-line)); }
.rx-comments .comment-avatar { background: color-mix(in srgb, var(--rx-accent) 9%, var(--rx-surface)); border-radius: 12px; }
.rx-comments .comment-author { font-weight: 650; }
.rx-comments .comment-date { font-size: 12px; }
.rx-review-form label { display: block; font-size: 13px; color: var(--rx-muted); margin-bottom: 6px; }
.rx-review-form .rx-form-note { margin-top: 16px; color: var(--rx-muted); font-size: 13px; line-height: 1.6; }
.rx-account-dialog { width: min(420px, calc(100% - 32px)); max-width: calc(100% - 32px); max-height: calc(100dvh - 32px); overflow: auto; padding: 28px; border: 1px solid var(--rx-line); border-radius: 16px; background: var(--rx-surface); color: var(--rx-text); box-shadow: 0 24px 100px #0008; }
.rx-account-dialog::backdrop { background: #02050bd9; }
.cinema-page .rx-account-dialog h2 { font-size: 23px; margin-bottom: 14px; }
.rx-account-dialog p { font-size: 15px; color: var(--rx-muted); }
.rx-account-dialog button { margin-top: 22px; padding: 12px 24px; border-radius: 8px; border: none; background: var(--rx-accent); color: var(--rx-accent-ink); font: inherit; cursor: pointer; }
.rx-account-dialog button:focus-visible { outline: 2px solid var(--rx-text); outline-offset: 4px; }
/* Keep the provider dialog inside narrow viewports. */
.cinema-page #dcoverlay .dialog-overlay1 { max-width: calc(100% - 24px) !important; }
.cinema-page #dcoverlay .dialog { width: 390px !important; max-width: 100% !important; min-width: 0 !important; box-sizing: border-box !important; overflow-wrap: anywhere; }
@media (max-width: 640px) {
  .rx-nav { gap: 12px; }
  .rx-nav-list { margin-left: auto; }
  .rx-login-btn { margin-left: 0; }
  .rx-details dl { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .rx-details dl > div + div { margin-top: 0; }
  .rx-episodes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .rx-episodes a { min-width: 0; }
  .rx-review-form button { width: 100%; }
  .rx-footer-bottom { flex-wrap: wrap; }
  .cinema-page #dcoverlay .dialog { padding-inline: 18px !important; }
}

.rx-loading-cover { width:100%; height:100%; object-fit:cover; object-position:var(--rx-cover-position,50% 50%); }
.rx-service { margin-top:24px; padding:20px; border:1px solid var(--rx-line); border-radius:12px; background:var(--rx-surface); grid-column:1/-1; overflow-wrap:anywhere; }
.rx-service h3 { font-size:15px; margin:0 0 8px; font-weight:600; }
.rx-service p { font-size:13px; color:var(--rx-muted); line-height:1.75; }
@media(max-width:640px) { .rx-service { margin-top:0; } }

/* Original */
.rx-rating { background:none; }