/* Movie detail: identity, hero, information and episode-selection surfaces. */
.apx-episode-browser{--apx-bg:#161922;--apx-panel:#1c202a;--apx-soft:#252a35;--apx-line:#313744;--apx-text:#f5f7fb;--apx-muted:#9097a6;--apx-accent:#f4c95d;color:var(--apx-text);display:grid;gap:16px}
.apx-source-switcher,.apx-server-toolbar{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.apx-source-switcher__label,.apx-server-toolbar__title{font-weight:700;color:#d9dde6;display:flex;align-items:center;gap:8px}
.apx-source-switcher__buttons,.apx-server-tabs,.apx-episode-ranges{display:flex;gap:8px;flex-wrap:wrap}
.apx-source-chip,.apx-server-chip,.apx-range-chip{border:1px solid var(--apx-line);background:var(--apx-soft);color:#c4cad5;border-radius:9px;min-height:42px;padding:9px 14px;display:inline-flex;align-items:center;gap:8px;font-weight:700;cursor:pointer;transition:.18s ease}
.apx-source-chip:hover,.apx-server-chip:hover,.apx-range-chip:hover,.apx-source-chip.is-active,.apx-server-chip.is-active,.apx-range-chip.is-active{border-color:var(--apx-accent);color:#fff;background:#2a2f3a}
.apx-source-chip__dot{width:8px;height:8px;border-radius:50%;background:var(--apx-accent)}
.apx-source-chip__count,.apx-server-chip__count{min-width:24px;height:24px;border-radius:999px;background:#f2f4f7;color:#1b1e25;display:inline-flex;align-items:center;justify-content:center;font-size:12px}
.apx-source-panel{display:grid;gap:14px}
.apx-server-card{border:1px solid var(--apx-line);border-radius:13px;background:var(--apx-bg);overflow:hidden}
.apx-server-card__header{width:100%;border:0;background:transparent;color:inherit;padding:18px 22px;display:flex;align-items:center;gap:14px;text-align:left;cursor:pointer}
.apx-server-card__symbol{width:42px;height:42px;border-radius:50%;background:#252b38;display:inline-flex;align-items:center;justify-content:center;color:var(--apx-accent)}
.apx-server-card__copy{display:flex;flex-direction:column;line-height:1.25;flex:1}
.apx-server-card__copy small{font-size:11px;letter-spacing:.16em;color:#7f8797}
.apx-server-card__copy strong{font-size:16px}
.apx-server-card__total{color:var(--apx-muted);font-size:13px}
.apx-server-card__chevron{font-size:24px;transition:transform .18s ease}
.apx-server-card.is-collapsed .apx-server-card__chevron{transform:rotate(-90deg)}
.apx-server-card__body{border-top:1px solid var(--apx-line);padding:18px 22px}
.apx-episode-tools{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;flex-wrap:wrap}
.apx-range-chip{min-height:34px;padding:6px 10px;border-radius:7px;font-size:12px}
.apx-episode-search input{width:150px;background:#11141b;border:1px solid var(--apx-line);color:#fff;border-radius:8px;padding:8px 10px;outline:none}
.apx-episode-search input:focus{border-color:var(--apx-accent)}
.apx-episode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.apx-episode-link{min-height:48px;background:#252a35;border:1px solid transparent;border-radius:7px;color:#d7dbe4;display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-weight:700;font-size:13px;padding:10px;transition:.18s ease}
.apx-episode-link:hover{border-color:var(--apx-accent);color:var(--apx-accent);transform:translateY(-1px)}
.apx-episode-link.is-current{background:var(--apx-accent);color:#17191f;border-color:var(--apx-accent)}
.apx-episode-link__play{font-size:10px}
.apx-movie-information{display:grid;gap:14px;margin-top:18px}
.apx-info-grid{display:grid;grid-template-columns:1fr;gap:14px}
.apx-info-card{background:#171a22;border:1px solid #2e3440;border-radius:13px;overflow:hidden}
.apx-info-card__header{display:flex;align-items:center;gap:12px;padding:15px 18px;border-bottom:1px solid #2e3440}
.apx-info-card__icon{width:36px;height:36px;border-radius:8px;background:#222838;color:var(--apx-accent,#f4c95d);display:inline-flex;align-items:center;justify-content:center}
.apx-info-card__header h2,.apx-info-card__header h3{font-size:16px;font-weight:800;color:#f5f7fb;margin:0}
.apx-info-card__header p{font-size:11px;color:#858d9d;margin:2px 0 0}
.apx-description{padding:16px 18px}
.apx-description__text{color:#c8cdd6;line-height:1.75;font-size:14px}
.apx-description__text.is-clamped{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}
.apx-description__toggle{margin-top:8px;border:0;background:transparent;color:var(--apx-accent,#f4c95d);font-weight:700;cursor:pointer;padding:2px 0}
.apx-info-list{padding:8px 18px 14px;margin:0}
.apx-info-row{display:grid;grid-template-columns:minmax(90px,.8fr) minmax(0,1.5fr);gap:12px;padding:9px 0;border-bottom:1px dashed #2b303a}
.apx-info-row:last-child{border-bottom:0}
.apx-info-row dt{color:#858d9d}
.apx-info-row dd{margin:0;color:#e7eaf0;font-weight:650;overflow-wrap:anywhere}
.apx-info-row a{color:#f0c967}
.apx-info-groups{padding:14px 18px;display:grid;gap:14px}
.apx-info-group strong{display:block;color:#8c94a4;font-size:12px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:7px}
.apx-info-chips{display:flex;flex-wrap:wrap;gap:7px}
.apx-info-chip{background:#242a34;border:1px solid #323945;border-radius:999px;padding:5px 10px;color:#d9dde6;text-decoration:none;font-size:12px}
.apx-info-chip:hover{border-color:var(--apx-accent,#f4c95d);color:var(--apx-accent,#f4c95d)}
@media (min-width:640px){.apx-episode-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.apx-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.apx-info-card:last-child:nth-child(odd){grid-column:1/-1}}
@media (min-width:1024px){.apx-episode-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.apx-info-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.apx-info-card:last-child:nth-child(odd){grid-column:auto}.apx-server-card__body{padding:20px 24px}.apx-description__text.is-clamped{-webkit-line-clamp:6}}
@media (max-width:639px){.apx-source-switcher,.apx-server-toolbar{align-items:flex-start}.apx-source-switcher__buttons,.apx-server-tabs{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.apx-source-chip,.apx-server-chip{justify-content:center;padding:10px 8px}.apx-server-card__header{padding:14px}.apx-server-card__body{padding:14px}.apx-server-card__total{display:none}.apx-description__text.is-clamped{-webkit-line-clamp:4}}
.apx-episode-browser,.apx-source-panel,.apx-server-card,.apx-server-card__body{min-width:0;max-width:100%}
.apx-episode-browser{overflow:hidden}
.apx-source-switcher{position:relative}
.apx-source-chip[data-health="degraded"] .apx-source-chip__dot{opacity:.65}
.apx-source-chip[data-health="ok"] .apx-source-chip__dot{box-shadow:0 0 0 3px rgba(34,197,94,.12)}
.movie-detail-main,.movie-detail-main>*{min-width:0;max-width:100%}
.movie-detail-main img{max-width:100%;height:auto}
.op-detail-bg-cover{width:100%;min-width:0}
.op-detail-bg-cover .apiphim-detail{width:100%;min-width:0}
.op-detail-bg-cover .apiphim-detail__top{width:100%;min-width:0;align-items:stretch}
.op-detail-bg-cover .apiphim-detail__info{flex:1 1 auto;min-width:0;width:auto}
.op-detail-bg-cover .poster-mobile-full{flex:0 0 auto;min-width:0}
.op-detail-actions{width:100%;margin-top:18px}
.op-detail-actions .op-cta-group{width:100%;max-width:440px;display:flex;flex-wrap:wrap;gap:10px}
.op-detail-actions .op-btn{flex:1 1 170px;max-width:none;min-width:0}
.apiphim-detail-cards{width:100%;min-width:0;margin-top:18px}
.apiphim-detail-cards .apx-movie-information{margin-top:0}
.movie-identity__title,.movie-identity__origin,.movie-identity__tags,.apx-info-chips{overflow-wrap:anywhere}
.movie-identity__row{max-width:100%}
.movie-identity__item{max-width:100%}
.movie-identity__label,.movie-identity__value{min-width:0}
@media (min-width:1024px){.op-detail-bg-cover .poster-mobile-full{width:min(30%,310px)!important}.op-detail-bg-cover .apiphim-detail__top{gap:clamp(20px,3vw,38px)}}
@media (max-width:1023px){.op-detail-bg-cover{padding-left:0!important;padding-right:0!important}.op-detail-bg-cover .apiphim-detail__info{padding:0 16px}.op-detail-actions .op-cta-group{max-width:none}.apiphim-detail-cards{padding:0 0}}
@media (max-width:560px){.movie-identity__title{font-size:clamp(24px,8vw,34px);line-height:1.12}.movie-identity__item{font-size:11px}.movie-identity__label,.movie-identity__value{white-space:normal}.op-detail-actions .op-btn{flex:1 1 calc(50% - 5px);padding:12px 14px}}
.apx-episode-browser{--apx-accent:#f5c84b;gap:14px!important;overflow:visible!important}
.apx-source-switcher{display:block!important}
.apx-source-switcher__label{display:none!important}
.apx-source-switcher__buttons{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px!important;width:100%}
.apx-source-chip{--source-accent:#5b8cff;--source-soft:rgba(91,140,255,.12);position:relative;min-height:58px!important;display:grid!important;grid-template-columns:12px minmax(0,1fr) auto;align-items:center;gap:9px!important;padding:10px 12px!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:13px!important;color:#d9dee8!important;background:rgba(35,41,53,.74)!important;text-align:left;overflow:hidden}
.apx-source-chip::after{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;border-radius:0 4px 4px 0;background:var(--source-accent);opacity:.45}
.apx-source-chip[data-source-tone="0"]{--source-accent:#5b8cff;--source-soft:rgba(91,140,255,.14)}
.apx-source-chip[data-source-tone="1"]{--source-accent:#a78bfa;--source-soft:rgba(167,139,250,.14)}
.apx-source-chip[data-source-tone="2"]{--source-accent:#44c7f4;--source-soft:rgba(68,199,244,.14)}
.apx-source-chip[data-source-tone="3"]{--source-accent:#fb7185;--source-soft:rgba(251,113,133,.14)}
.apx-source-chip[data-source-tone="4"]{--source-accent:#f5c84b;--source-soft:rgba(245,200,75,.14)}
.apx-source-chip__dot{width:9px!important;height:9px!important;background:var(--source-accent)!important;box-shadow:0 0 0 4px var(--source-soft)!important}
.apx-source-chip__copy{min-width:0;display:grid;gap:2px}
.apx-source-chip__copy strong{overflow:hidden;color:#f4f7fb;font-size:12px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}
.apx-source-chip__copy small{color:#7f8999;font-size:9px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}
.apx-source-chip:hover{border-color:color-mix(in srgb,var(--source-accent) 50%,transparent)!important;background:color-mix(in srgb,var(--source-accent) 8%,#252b37)!important;transform:translateY(-1px)}
.apx-source-chip.is-active{border-color:color-mix(in srgb,var(--source-accent) 70%,transparent)!important;background:color-mix(in srgb,var(--source-accent) 13%,#202631)!important;box-shadow:0 10px 24px -18px var(--source-accent),inset 0 1px rgba(255,255,255,.05)!important}
.apx-source-chip.is-active::after{opacity:1}
.apx-source-chip__count{background:rgba(255,255,255,.10)!important;color:#dfe5ee!important}
.apx-source-chip.is-active .apx-source-chip__count{color:#081018!important;background:var(--source-accent)!important}
.apx-server-toolbar{display:block!important}
.apx-server-toolbar__title{display:none!important}
.apx-server-tabs{display:flex!important;gap:8px!important;flex-wrap:wrap;width:100%}
.apx-server-chip{min-height:40px!important;padding:8px 12px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.10)!important;background:#242a35!important;color:#bfc6d1!important;font-size:11px!important;font-weight:800!important}
.apx-server-chip__icon{width:7px;height:7px;border-radius:50%;background:#697386;font-size:0}
.apx-server-chip:hover{color:#fff!important;border-color:rgba(28,199,73,.38)!important;background:#29313b!important}
.apx-server-chip.is-active{color:#07110a!important;border-color:#5be97e!important;background:linear-gradient(135deg,#6ee7b7,#1cc749)!important;box-shadow:0 8px 20px -12px rgba(28,199,73,.8)!important}
.apx-server-chip.is-active .apx-server-chip__icon{background:#07110a}
.apx-server-chip.is-active .apx-server-chip__count{color:#07110a!important;background:rgba(255,255,255,.45)!important}
.apx-server-card{margin-top:10px;border-radius:15px!important;border-color:rgba(255,255,255,.09)!important;background:#151922!important}
.apx-server-card__header{padding:14px 16px!important}
.apx-server-card__symbol{width:38px!important;height:38px!important;border-radius:11px!important;background:rgba(28,199,73,.10)!important;color:#5be97e!important}
.apx-server-card__copy small{color:#758092!important}
.apx-server-card__copy strong{font-size:14px!important}
.apx-server-card__body{background:#13171e}
.apiphim-detail__info{display:flex;flex-direction:column}
.movie-identity{display:grid;gap:15px}
.movie-identity__meta{margin-top:0!important}
.movie-identity__row{gap:8px!important}
.movie-identity__groups{display:none!important}
.movie-identity__item{border:1px solid rgba(255,255,255,.08)!important;border-radius:999px!important;background:rgba(22,26,34,.62)!important;padding:7px 10px!important}
.movie-identity__label{color:#8993a2!important}
.movie-identity__value{color:#eef2f7!important}
.op-detail-actions{margin-top:20px!important;padding-top:14px;border-top:1px solid rgba(255,255,255,.09)}
.op-detail-actions::before{content:"HÀNH ĐỘNG";display:block;margin-bottom:8px;color:#7f8999;font-size:9px;font-weight:900;letter-spacing:.12em}
.op-detail-actions .op-cta-group{max-width:520px!important;gap:8px!important}
.op-detail-actions .op-btn{min-height:44px;border-radius:12px!important;border:1px solid rgba(255,255,255,.12)!important;font-weight:850!important;box-shadow:0 10px 22px -18px rgba(0,0,0,.95);transition:.18s ease}
.op-detail-actions .op-btn-red{background:linear-gradient(135deg,#40df70,#1cc749)!important;color:#06110a!important;border-color:#56e97b!important}
.op-detail-actions .op-btn-blue{background:#242b36!important;color:#eef2f7!important}
.op-detail-actions .op-btn:hover{transform:translateY(-1px);filter:brightness(1.05)}
.apx-movie-information{gap:12px!important}
.apx-info-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch}
.apx-info-card{position:relative;border-color:rgba(255,255,255,.09)!important;border-radius:16px!important;background:linear-gradient(150deg,#1a1f29,#141820)!important;box-shadow:inset 0 1px rgba(255,255,255,.04)}
.apx-info-card__header{padding:14px 15px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}
.apx-info-card__icon{--card-accent:#5b8cff;width:42px!important;height:42px!important;flex:0 0 42px;border:1px solid color-mix(in srgb,var(--card-accent) 28%,transparent)!important;border-radius:12px!important;color:var(--card-accent)!important;background:color-mix(in srgb,var(--card-accent) 12%,#171b24)!important;box-shadow:inset 0 1px rgba(255,255,255,.05)}
.apx-info-card__icon svg{width:20px;height:20px}
.apx-info-card--description .apx-info-card__icon{--card-accent:#44c7f4}
.apx-info-card--facts .apx-info-card__icon{--card-accent:#5b8cff}
.apx-info-card--classification .apx-info-card__icon{--card-accent:#a78bfa}
.apx-info-card--rating .apx-info-card__icon{--card-accent:#f5c84b}
.apx-info-card__header h2,.apx-info-card__header h3{font-size:14px!important}
.apx-info-card__header p{color:#7f8998!important;font-size:10px!important}
.apx-info-list{padding:7px 15px 13px!important}
.apx-info-row{grid-template-columns:minmax(82px,.85fr) minmax(0,1.35fr)!important;padding:8px 0!important;border-color:rgba(255,255,255,.07)!important;font-size:12px}
.apx-info-row dt{color:#7f8998!important}
.apx-info-row dd{color:#e8ecf2!important;font-weight:700!important}
.apx-info-groups{padding:12px 15px!important;gap:12px!important}
.apx-info-group strong{color:#7f8998!important;font-size:10px!important}
.apx-info-chip{border-color:rgba(255,255,255,.09)!important;background:#232a34!important;font-size:11px!important}
.apx-description{padding:15px!important}
.apx-description__text{font-size:13px!important;color:#c8ced8!important}
.apx-description__toggle{color:#64d887!important}
@media (max-width:1100px){.apx-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.apx-info-card--rating{grid-column:1/-1}}
@media (max-width:767px){.apx-source-switcher__buttons{grid-template-columns:1fr!important}.apx-source-chip{min-height:52px!important}.apx-server-tabs{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px!important}.apx-server-chip{justify-content:center!important;padding:8px 7px!important}.apx-info-grid{grid-template-columns:1fr!important}.apx-info-card--rating{grid-column:auto}}
@media (max-width:480px){.apx-server-tabs{grid-template-columns:1fr 1fr}.op-detail-actions .op-btn{flex:1 1 calc(50% - 5px)!important}}
.apx-source-panel[hidden],.apx-server-panel[hidden]{display:none!important}
.apx-source-panel.is-active{animation:apxSourceEnter .18s ease both}
.apx-source-chip:focus-visible,.apx-server-chip:focus-visible,.apx-server-card__header:focus-visible{outline:3px solid rgba(147,197,253,.52)!important;outline-offset:3px}
.apx-source-panel.is-active .apx-playback-step--server{border-color:rgba(28,199,73,.35);box-shadow:0 14px 34px -28px rgba(28,199,73,.75),inset 0 1px rgba(255,255,255,.05)}
.apx-server-panel.is-active .apx-server-card{border-color:rgba(73,222,114,.30)!important;background:linear-gradient(145deg,#182019,#14191d)!important;box-shadow:0 16px 34px -28px rgba(28,199,73,.85),inset 0 1px rgba(255,255,255,.045)}
.apx-server-card__header{transition:background .18s ease,color .18s ease}
.apx-server-panel.is-active .apx-server-card__header{background:linear-gradient(90deg,rgba(28,199,73,.08),rgba(28,199,73,.015))!important}
.apx-server-card__header:hover{background:rgba(255,255,255,.035)!important}
.apx-server-card__chevron{display:grid!important;width:38px;height:38px;flex:0 0 38px;place-items:center;border:1px solid rgba(255,255,255,.11);border-radius:12px;background:#242b34;color:#dce4ee;font-size:0!important;box-shadow:inset 0 1px rgba(255,255,255,.055);transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease!important;transform:rotate(180deg)!important}
.apx-server-card__chevron svg{display:block;width:22px;height:22px}
.apx-server-card.is-collapsed .apx-server-card__chevron{transform:rotate(0deg)!important;background:#1c222b;color:#8793a4;border-color:rgba(255,255,255,.08)}
.apx-server-panel.is-active .apx-server-card:not(.is-collapsed) .apx-server-card__chevron{background:rgba(28,199,73,.14);border-color:rgba(91,233,126,.32);color:#72ef92;box-shadow:0 0 0 4px rgba(28,199,73,.055)}
.apx-server-card.is-collapsed .apx-server-card__header{background:rgba(18,22,28,.72)!important}
.apx-server-card__body[hidden]{display:none!important}
@media (max-width:639px){.apx-server-card__chevron{width:34px;height:34px;flex-basis:34px;border-radius:10px}.apx-server-card__chevron svg{width:20px;height:20px}}
.apx-info-timeline{position:relative}
.apx-info-timeline .apx-info-card{overflow:visible!important}
.apx-info-timeline .apx-info-card__header{position:relative;align-items:flex-start!important}
.apx-info-timeline .apx-info-card__icon{width:44px!important;height:44px!important;flex-basis:44px!important;border-radius:50%!important;box-shadow:0 0 0 6px rgba(255,255,255,.025),0 8px 20px rgba(0,0,0,.18)!important}
.apx-info-timeline .apx-info-card__header:after{content:"";position:absolute;left:36px;top:58px;bottom:-16px;width:1px;background:linear-gradient(var(--card-accent,#647cff),rgba(255,255,255,.03));opacity:.45}
.apx-info-timeline .apx-info-card:last-child .apx-info-card__header:after{display:none}
.apx-info-row{position:relative}
.apx-info-row:before{content:"";position:absolute;left:-13px;top:50%;width:5px;height:5px;border-radius:50%;background:color-mix(in srgb,var(--card-accent,#647cff) 75%,#fff);opacity:.55}
.apx-source-switcher__buttons{display:grid!important;grid-template-columns:repeat(auto-fill,180px)!important;gap:8px!important;justify-content:start}
.apx-source-chip{width:180px!important;height:58px!important;min-height:58px!important;max-width:180px!important;overflow:hidden}
.apx-source-chip__copy{min-width:0}
.apx-source-chip__copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.apx-playback-control,.apx-episode-stage{margin-top:12px;border:1px solid var(--apx-line);border-radius:18px;background:linear-gradient(150deg,rgba(26,32,42,.96),rgba(17,21,28,.98));box-shadow:0 16px 36px rgba(0,0,0,.15);overflow:hidden}
.apx-playback-control{padding:16px}
.apx-playback-control__head,.apx-episode-stage__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}
.apx-playback-control__head h3,.apx-episode-stage__head h3{margin:2px 0 3px;font-size:16px}
.apx-playback-control__head p,.apx-episode-stage__head p{margin:0;color:var(--apx-muted);font-size:11px}
.apx-playback-control__count{padding:5px 9px;border-radius:999px;background:#202836;color:#aeb8c7;font-size:10px}
.apx-source-server-controls{margin-top:12px;padding-top:12px;border-top:1px solid var(--apx-line)}
.apx-server-control-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;color:#aeb8c7;font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.apx-server-control-label small{color:#697586}
.apx-episode-stage{padding:16px}
.apx-server-card{border-color:rgba(72,219,124,.22)!important;background:linear-gradient(145deg,rgba(20,37,30,.92),rgba(17,23,28,.98))!important}
.apx-server-card__header{min-height:66px!important}
.apx-server-card__symbol{display:grid!important;place-items:center;width:36px;height:36px;border-radius:50%;background:rgba(53,214,109,.14);color:#56e287}
.apx-server-card__chevron{display:grid!important;place-items:center!important;width:38px!important;height:38px!important;border-radius:50%!important;background:#27313d!important;color:#dfe7f2!important;transition:transform .18s,background .18s,color .18s!important}
.apx-server-card__chevron svg{width:21px!important;height:21px!important}
.apx-server-card:not(.is-collapsed) .apx-server-card__chevron{background:#36d66e!important;color:#07110b!important;transform:rotate(180deg)}
.apx-server-card__copy small{color:#6ae18f!important}
.apx-server-card__copy strong{font-size:14px!important}
.op-detail-bg-cover{--movie-accent:#315a9a;--movie-accent-2:#1cc749}
.op-detail-bg-cover.has-cover-bg:after{background:radial-gradient(circle at 15% 10%,color-mix(in srgb,var(--movie-accent) 42%,transparent),transparent 36%),radial-gradient(circle at 88% 85%,color-mix(in srgb,var(--movie-accent-2) 24%,transparent),transparent 34%),linear-gradient(90deg,rgba(5,8,13,.76),rgba(8,11,17,.42) 48%,rgba(6,9,15,.7))!important}
.op-quick-facts{display:flex;width:100%;gap:6px;margin:10px 0 12px;overflow-x:auto;scrollbar-width:none}
.op-quick-facts::-webkit-scrollbar{display:none}
.op-quick-fact{display:flex;align-items:center;gap:5px;flex:0 0 auto;min-height:30px;padding:4px 9px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(16,22,30,.62);backdrop-filter:blur(9px)}
.op-quick-fact small{color:#8e9aaa;font-size:9px}
.op-quick-fact strong{color:#eef4fb;font-size:10px;white-space:nowrap}
.op-quick-fact--rating{border-color:rgba(245,199,72,.28);background:rgba(91,68,12,.26)}
@media (max-width:1023px){.op-detail-wrap{overflow:visible}.op-detail-bg-cover{margin-inline:-16px;padding:0 14px 16px!important;border-radius:0!important;background:linear-gradient(180deg,color-mix(in srgb,var(--movie-accent) 18%,#111319),#111319 34%,#111319)!important}.poster-mobile-full{height:360px!important;overflow:hidden!important;margin-inline:-14px;width:calc(100% + 28px)!important}.poster-mobile-full>div{height:100%!important;aspect-ratio:auto!important}.poster-mobile-full>div>img:first-child{mask-image:linear-gradient(to bottom,#fff 38%,rgba(255,255,255,.72) 64%,transparent 100%)!important}.apiphim-detail__info{margin-top:-8px!important;padding:0 2px 8px!important}.movie-identity__title{font-size:clamp(21px,6vw,30px)!important;line-height:1.16!important}.op-detail-actions{margin-top:6px!important}.apx-source-switcher__buttons{display:flex!important;overflow-x:auto!important;grid-template-columns:none!important;padding-bottom:3px}.apx-source-chip{flex:0 0 150px!important;width:150px!important;max-width:150px!important;height:54px!important}.apx-playback-control,.apx-episode-stage{border-radius:14px;padding:12px}.apx-playback-control__head,.apx-episode-stage__head{margin-bottom:10px}.apx-info-timeline .apx-info-card__header:after{left:33px}}
@media (max-width:640px){.poster-mobile-full{height:330px!important}}
.apx-info-list{padding:10px 16px 14px 18px!important;overflow:visible}
.apx-info-list .apx-info-row{position:relative;display:grid!important;grid-template-columns:minmax(92px,.82fr) minmax(0,1.5fr)!important;gap:14px!important;min-height:56px;padding:17px 0 13px 42px!important;border:0!important}
.apx-info-list .apx-info-row::before{content:"";position:absolute;left:8px;top:20px;width:16px;height:16px;border-radius:999px;background:#2f64df;box-shadow:0 0 0 4px color-mix(in srgb,#2f64df 10%,transparent);z-index:2}
.apx-info-list .apx-info-row:not(:last-child)::after{content:"";position:absolute;left:15px;top:28px;bottom:-28px;border-left:2px dashed rgba(47,100,223,.86);z-index:1}
.apx-info-list .apx-info-row dt{color:#8d98a8!important;font-size:11px;font-weight:700;align-self:start;padding-top:1px}
.apx-info-list .apx-info-row dd{color:#edf2f7!important;font-weight:750!important;line-height:1.45}
.apx-info-list .apx-info-row a{color:#8eb3ff!important}
@media (max-width:767px){.apx-info-list .apx-info-row{grid-template-columns:1fr!important;gap:3px!important;min-height:62px;padding-left:40px!important}.apx-info-list .apx-info-row dt{font-size:10px}}
.op-detail-bg-cover{border-radius:16px!important}
.apx-movie-information{gap:10px!important}
.apx-info-grid{gap:10px!important;align-items:stretch!important}
.apx-info-card{min-width:0!important;border:1px solid var(--theme-border)!important;border-radius:13px!important;background:linear-gradient(150deg,#141a24,#10151d)!important;box-shadow:inset 0 1px rgba(255,255,255,.025)!important}
.apx-info-card__header{min-width:0!important;gap:10px!important;padding:11px 12px!important;border-bottom:1px solid rgba(255,255,255,.065)!important}
.apx-info-card__icon{width:32px!important;height:32px!important;flex:0 0 32px!important;border-radius:9px!important;box-shadow:none!important}
.apx-info-card__icon svg{width:16px!important;height:16px!important}
.apx-info-card__header>div{min-width:0!important}
.apx-info-card__header h2,.apx-info-card__header h3{margin:0!important;color:#edf2f7!important;font-size:12px!important;font-weight:820!important;line-height:1.25!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.apx-info-card__header p{margin:2px 0 0!important;color:#748091!important;font-size:9px!important;line-height:1.25!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.apx-description{padding:12px!important}
.apx-description__text{color:#bdc7d2!important;font-size:12px!important;line-height:1.65!important}
.apx-info-list{padding:6px 12px 10px 12px!important;overflow:visible!important}
.apx-info-list .apx-info-row{position:relative!important;display:grid!important;grid-template-columns:minmax(78px,.78fr) minmax(0,1.5fr)!important;gap:10px!important;min-height:43px!important;padding:11px 0 9px 30px!important;border:0!important}
.apx-info-list .apx-info-row::before{content:""!important;position:absolute!important;left:7px!important;top:15px!important;width:10px!important;height:10px!important;border-radius:50%!important;background:#3aa6a0!important;box-shadow:0 0 0 3px rgba(58,166,160,.08)!important;z-index:2!important}
.apx-info-list .apx-info-row:not(:last-child)::after{content:""!important;position:absolute!important;left:11.5px!important;top:24px!important;bottom:-20px!important;border-left:1px dashed rgba(58,166,160,.58)!important;z-index:1!important}
.apx-info-list .apx-info-row dt{min-width:0!important;padding:0!important;color:#7d8999!important;font-size:9px!important;font-weight:700!important;line-height:1.4!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.apx-info-list .apx-info-row dd{min-width:0!important;margin:0!important;color:#e6edf4!important;font-size:10px!important;font-weight:700!important;line-height:1.4!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.apx-info-list .apx-info-row a{color:#6bc9c0!important;text-decoration:none!important}
.apx-info-list .apx-info-row a:hover{color:#92e3dc!important}
@media (max-width:767px){.apx-info-card__header h2,.apx-info-card__header h3{font-size:11px!important}.apx-info-list .apx-info-row{grid-template-columns:1fr!important;gap:2px!important;min-height:47px!important;padding:10px 0 8px 28px!important}.apx-info-list .apx-info-row::before{left:6px!important;top:14px!important;width:9px!important;height:9px!important}.apx-info-list .apx-info-row:not(:last-child)::after{left:10px!important;top:22px!important;bottom:-20px!important}.apx-info-list .apx-info-row dt,.apx-info-list .apx-info-row dd{white-space:normal!important;overflow:visible!important;text-overflow:clip!important}}
@media (max-width:1023px){.op-detail-bg-cover{padding-left:16px!important;padding-right:16px!important}.apiphim-detail__info{padding-left:0!important;padding-right:0!important;margin-top:3px!important}.movie-identity__title{font-size:clamp(25px,7vw,33px)!important;line-height:1.12!important;font-weight:820!important;letter-spacing:-.025em!important}.movie-identity__year{font-size:.82em!important;font-weight:620!important;color:#8f99a8!important}.movie-identity__origin{max-width:100%!important;color:#8f99a8!important;font-size:14px!important;line-height:1.4!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden!important}}
.op-detail-bg-cover{position:relative!important;isolation:isolate!important;overflow:hidden!important;border:1px solid var(--shell-border)!important;border-radius:16px!important;background:#0c1118!important;padding:clamp(14px,2vw,20px)!important;box-shadow:0 24px 58px -42px #000!important}
.op-detail-bg-cover::before{content:""!important;display:block!important;position:absolute!important;inset:-22px!important;z-index:0!important;background-image:var(--op-detail-cover-bg)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;filter:blur(9px) saturate(1.22) brightness(.58)!important;transform:scale(1.06)!important;opacity:.96!important;pointer-events:none}
.op-detail-bg-cover::after{content:""!important;display:block!important;position:absolute!important;inset:0!important;z-index:1!important;background:linear-gradient(90deg,rgba(5,8,13,.82) 0%,rgba(7,10,16,.58) 36%,rgba(7,10,16,.28) 68%,rgba(5,8,13,.58) 100%),linear-gradient(180deg,rgba(4,7,11,.12),rgba(5,8,13,.78) 92%)!important;pointer-events:none}
.op-detail-bg-cover>*{position:relative;z-index:2}
.apiphim-detail__top{flex-direction:row!important;align-items:flex-end!important;gap:clamp(16px,2vw,24px)!important}
.poster-mobile-full{flex:0 0 clamp(150px,18vw,190px)!important;width:clamp(150px,18vw,190px)!important;height:auto!important;margin:0!important;overflow:visible!important}
.poster-mobile-full .apx-mobile-cover-stage__frame{aspect-ratio:2/3!important;height:auto!important}
.poster-mobile-full .apx-mobile-cover-stage__image{display:none!important}
.poster-mobile-full .apiphim-poster{display:block!important;position:relative!important;inset:auto!important;width:100%!important;height:100%!important;aspect-ratio:2/3;object-fit:cover!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:13px!important;box-shadow:0 22px 52px rgba(0,0,0,.62),0 5px 16px rgba(0,0,0,.45)!important;filter:none!important}
.apiphim-detail__info{flex:1 1 auto!important;min-width:0!important;padding:0!important;margin:0!important}
.movie-identity__title{font-size:clamp(26px,3.1vw,42px)!important;line-height:1.1!important;letter-spacing:-.025em!important;text-shadow:0 2px 16px rgba(0,0,0,.55)}
.movie-identity__origin{color:#a8b3c1!important}
.op-quick-facts{display:flex!important;flex-wrap:wrap!important;gap:7px!important}
.op-quick-fact{min-height:34px!important;padding:7px 10px!important;border-radius:999px!important;background:rgba(12,18,27,.7)!important;backdrop-filter:blur(8px);border-color:rgba(255,255,255,.12)!important}
@media (max-width:767px){.op-detail-wrap{overflow:visible!important}.op-detail-bg-cover{width:calc(100% + 32px)!important;margin-inline:-16px!important;padding:0 16px 18px!important;border-left:0!important;border-right:0!important;border-radius:0!important;overflow:hidden!important}.op-detail-bg-cover::before{inset:-12px!important;filter:blur(6px) saturate(1.18) brightness(.62)!important;transform:scale(1.08)!important}.op-detail-bg-cover::after{background:linear-gradient(180deg,rgba(5,8,13,.10) 0%,rgba(5,8,13,.34) 42%,rgba(5,8,13,.88) 74%,#0b0f16 100%)!important}.apiphim-detail__top{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important}.poster-mobile-full{position:relative!important;flex:none!important;width:calc(100% + 32px)!important;height:clamp(250px,64vw,340px)!important;margin-inline:-16px!important;overflow:hidden!important}.poster-mobile-full .apx-mobile-cover-stage__frame{height:100%!important;aspect-ratio:auto!important}.poster-mobile-full .apx-mobile-cover-stage__image{display:block!important;position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;filter:none!important;border-radius:0!important}.poster-mobile-full .apiphim-poster{display:none!important}.apiphim-detail__info{padding-top:13px!important}.movie-identity__title{font-size:clamp(24px,7vw,32px)!important}.op-quick-facts{flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:3px!important;scrollbar-width:none}.op-quick-fact{flex:0 0 auto!important}}
.apx-episode-browser{display:grid;gap:9px}
.apx-playback-control,.apx-episode-stage{margin:0!important;padding:12px!important;border:1px solid var(--shell-border)!important;border-radius:13px!important;background:linear-gradient(145deg,#121923,#0f141c)!important;box-shadow:none!important}
.apx-playback-control__head,.apx-episode-stage__head{margin:0 0 9px!important;align-items:center!important}
.apx-playback-control__head h3,.apx-episode-stage__head h3{margin:0!important;font-size:14px!important}
.apx-playback-control__head p,.apx-episode-stage__head p{display:none!important}
.apx-playback-control__count{display:none!important}
.apx-source-switcher__buttons{display:flex!important;flex-wrap:wrap!important;gap:7px!important}
.apx-source-chip{display:flex!important;align-items:center!important;gap:8px!important;width:auto!important;min-width:118px!important;max-width:220px!important;height:44px!important;min-height:44px!important;padding:7px 9px!important;border-radius:10px!important}
.apx-source-chip__copy{display:block!important}
.apx-source-chip__copy strong{font-size:11px!important}
.apx-source-chip__copy small{display:none!important}
.apx-source-chip__count{margin-left:auto!important;min-width:26px;height:26px!important;display:grid;place-items:center;border-radius:8px!important;font-size:10px!important}
.apx-source-server-controls{margin-top:9px!important;padding-top:9px!important}
.apx-server-control-label{margin-bottom:6px!important;text-transform:none!important;letter-spacing:0!important}
.apx-server-control-label span{font-size:11px!important;font-weight:800!important;color:#d7e4e4!important}
.apx-server-control-label small{display:none!important}
.apx-server-tabs{display:flex!important;flex-wrap:wrap!important;gap:7px!important}
.apx-server-chip{min-height:38px!important;padding:7px 11px!important;border-radius:9px!important;background:#151e27!important;font-size:10px!important}
.apx-server-chip.is-active{border-color:rgba(45,212,191,.48)!important;background:rgba(45,212,191,.14)!important;color:#d9fffa!important;box-shadow:none!important}
.apx-server-chip.is-active .apx-server-chip__icon{background:var(--shell-teal)!important}
.apx-server-chip__count{padding:2px 6px!important;border-radius:6px!important}
.apx-episode-stage__head:after{content:"Máy chủ → Bản dịch → Tập";color:#667687;font-size:9px;font-weight:700}
.apx-server-card{border:0!important;background:transparent!important;box-shadow:none!important}
.apx-server-card__header{min-height:42px!important;height:42px!important;padding:0 4px!important;border-bottom:1px solid var(--shell-border)!important;background:transparent!important}
.apx-server-card__symbol{display:none!important}
.apx-server-card__copy{display:flex!important;align-items:center!important;gap:6px!important;min-width:0}
.apx-server-card__copy small{font-size:8px!important;color:#8090a0!important;white-space:nowrap}
.apx-server-card__copy strong{font-size:11px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.apx-server-card__total{font-size:9px!important;white-space:nowrap!important}
.apx-server-card__chevron{width:30px!important;height:30px!important;border-radius:8px!important;background:#18222d!important}
.apx-server-card__chevron svg{width:16px!important;height:16px!important}
.apx-server-card__body{padding:9px 0 0!important}
.apx-episode-grid{display:grid!important;grid-template-columns:repeat(8,minmax(0,1fr))!important;gap:6px!important}
.apx-episode-link{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;min-height:40px!important;height:40px!important;padding:0 7px!important;border:1px solid var(--shell-border)!important;border-radius:8px!important;background:#161d28!important;color:#d8e0e9!important;font-size:10px!important;font-weight:800!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.apx-episode-link__play{display:none!important}
.apx-episode-link:hover{border-color:rgba(34,197,94,.32)!important;background:#19231e!important}
.apx-episode-link.is-current{border-color:rgba(34,197,94,.58)!important;background:rgba(34,197,94,.15)!important;color:#dfffea!important}
.apx-episode-ranges{gap:5px!important}
.apx-range-chip{min-height:34px!important;border-radius:8px!important;font-size:9px!important}
@media (max-width:900px){.apx-episode-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}}
@media (max-width:600px){.apx-playback-control,.apx-episode-stage{padding:10px!important}.apx-source-switcher__buttons,.apx-server-tabs{flex-wrap:nowrap!important;overflow-x:auto!important;scrollbar-width:none;padding-bottom:2px}.apx-source-chip{flex:0 0 auto!important;min-width:116px!important}.apx-server-chip{flex:0 0 auto!important;min-width:104px!important}.apx-episode-stage__head:after{display:none}.apx-episode-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.apx-server-card__copy small{display:none!important}}
@media (max-width:360px){.apx-episode-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
.apx-source-switcher__buttons,.apx-server-tabs,.op-quick-facts{scrollbar-width:none}
.apx-source-switcher__buttons::-webkit-scrollbar,.apx-server-tabs::-webkit-scrollbar,.op-quick-facts::-webkit-scrollbar{display:none}
.movie-detail-layout{gap:clamp(24px,3vw,42px)!important}
@media (min-width:1024px){.movie-detail-layout>.movie-detail-main{flex:0 1 68%!important;max-width:68%!important;padding:clamp(18px,1.6vw,24px)!important}.movie-detail-layout>[data-apx-sidebar-column]{flex:0 1 32%!important;max-width:32%!important}.movie-detail-layout .poster-mobile-full{flex-basis:clamp(178px,19vw,220px)!important;width:clamp(178px,19vw,220px)!important}}
.movie-detail-layout .movie-identity__title{font-size:clamp(32px,3.45vw,50px)!important;line-height:1.08!important}
.movie-detail-layout .movie-identity__origin{margin-top:7px!important;font-size:clamp(16px,1.45vw,20px)!important;line-height:1.35!important;color:#aab5c4!important}
.movie-detail-layout .op-detail-actions::before{font-size:10px!important}
.movie-detail-layout .op-quick-fact{font-size:13px!important;min-height:38px!important;padding:8px 12px!important}
.movie-detail-layout .op-quick-fact small{font-size:11px!important}
.movie-detail-layout .op-btn{font-size:16px!important;min-height:50px!important}
.movie-detail-layout .apx-description__text{font-size:15px!important;line-height:1.72!important}
.movie-detail-layout .apx-info-card__header h2,.movie-detail-layout .apx-info-card__header h3{font-size:17px!important;line-height:1.3!important}
.movie-detail-layout .apx-info-card__header p{font-size:11px!important;line-height:1.4!important}
.movie-detail-layout .apx-info-list .apx-info-row dt{font-size:11px!important;line-height:1.5!important}
.movie-detail-layout .apx-info-list .apx-info-row dd{font-size:13px!important;line-height:1.5!important}
.movie-detail-layout .apx-info-group strong{font-size:11px!important}
.movie-detail-layout .apx-info-chip{font-size:12px!important;padding:6px 10px!important}
.movie-detail-layout [data-apiphim-tabs] button{font-size:18px!important}
.apx-hero-facts{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:18px}
.apx-hero-fact{--hero-pill:rgba(95,116,143,.22);display:inline-flex;align-items:stretch;min-height:32px;border:1px solid rgba(255,255,255,.12);border-radius:8px;overflow:hidden;background:rgba(13,18,26,.84);box-shadow:0 8px 22px -18px #000;white-space:nowrap}
.apx-hero-fact small,.apx-hero-fact strong{display:inline-flex;align-items:center;margin:0;padding:6px 9px;line-height:1;font-size:11px}
.apx-hero-fact small{color:#d7dee8;background:rgba(255,255,255,.075);font-weight:750}
.apx-hero-fact strong{color:#f8fbff;background:var(--hero-pill);font-weight:900;border-left:1px solid rgba(255,255,255,.09)}
.apx-hero-fact--imdb{--hero-pill:rgba(234,179,8,.37)}
.apx-hero-fact--imdb strong{color:#fff1a8}
.apx-hero-fact--tmdb{--hero-pill:rgba(14,165,233,.31)}
.apx-hero-fact--tmdb strong{color:#c8f1ff}
.apx-hero-fact--status{--hero-pill:rgba(34,197,94,.31)}
.apx-hero-fact--status strong{color:#bdf6cb}
.apx-hero-fact--episode{--hero-pill:rgba(139,92,246,.31)}
.apx-hero-fact--episode strong{color:#e4d8ff}
.apx-hero-fact--runtime{--hero-pill:rgba(6,182,212,.27)}
.apx-hero-fact--runtime strong{color:#c9f8ff}
.apx-hero-fact--region{--hero-pill:rgba(45,212,191,.22)}
.apx-hero-fact--region strong{color:#c8fff5}
.apx-hero-synopsis{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:860px;margin:13px 0 0!important;color:#b6c0cc!important;font-size:15px!important;font-weight:500;line-height:1.62!important}
.apx-episode-browser--progressive{display:grid!important;gap:13px!important}
.apx-episode-browser--progressive .apx-playback-control,.apx-episode-browser--progressive .apx-episode-stage{margin:0!important;border:1px solid var(--detail-border)!important;border-radius:18px!important;box-shadow:0 18px 42px -36px #000!important}
.apx-episode-browser--progressive .apx-playback-control{padding:18px!important;background:linear-gradient(145deg,#121a25,#0f151e)!important}
.apx-episode-browser--progressive .apx-episode-stage{padding:18px!important;background:linear-gradient(145deg,#101822,#0d141d)!important}
.apx-episode-browser--progressive .apx-playback-control__head,.apx-episode-browser--progressive .apx-episode-stage__head{margin:0 0 12px!important}
.apx-episode-browser--progressive .apx-playback-control__head h3,.apx-episode-browser--progressive .apx-episode-stage__head h3{margin:0!important;color:#f4f7fb!important;font-size:18px!important;font-weight:850!important;letter-spacing:-.015em}
.apx-episode-browser--progressive .apx-playback-control__head p,.apx-episode-browser--progressive .apx-episode-stage__head p{display:block!important;margin:4px 0 0!important;color:#7f8da0!important;font-size:11px!important;line-height:1.4!important}
.apx-episode-browser--progressive .apx-episode-stage__head::after{display:none!important}
.apx-episode-browser--progressive .apx-source-switcher__buttons{display:flex!important;flex-wrap:wrap!important;gap:9px!important}
.apx-episode-browser--progressive .apx-source-chip{display:flex!important;align-items:center!important;gap:9px!important;width:auto!important;min-width:170px!important;max-width:270px!important;height:54px!important;min-height:54px!important;padding:8px 11px!important;border:1px solid rgba(159,176,196,.17)!important;border-radius:13px!important;background:#18212d!important;color:#d9e1eb!important;box-shadow:none!important}
.apx-episode-browser--progressive .apx-source-chip:hover{border-color:rgba(91,140,255,.34)!important;background:#1a2532!important}
.apx-episode-browser--progressive .apx-source-chip.is-active{border-color:rgba(91,140,255,.7)!important;background:linear-gradient(135deg,rgba(62,92,153,.48),rgba(31,48,83,.72))!important;color:#f5f8ff!important;box-shadow:0 0 0 1px rgba(91,140,255,.12),0 12px 25px -23px #000!important}
.apx-episode-browser--progressive .apx-source-chip__dot{width:11px!important;height:11px!important;flex:0 0 auto!important;box-shadow:0 0 0 6px rgba(91,140,255,.11)}
.apx-episode-browser--progressive .apx-source-chip__copy{min-width:0!important;flex:1 1 auto!important}
.apx-episode-browser--progressive .apx-source-chip__copy strong{display:block!important;font-size:13px!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.apx-episode-browser--progressive .apx-source-chip__count{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:56px!important;height:30px!important;margin-left:auto!important;padding:0 8px!important;border-radius:9px!important;background:rgba(255,255,255,.09)!important;color:#c7d3e0!important;font-size:10px!important;font-weight:850!important;white-space:nowrap!important}
.apx-episode-browser--progressive .apx-source-server-controls{margin-top:16px!important;padding:15px!important;border:1px solid rgba(45,212,191,.12)!important;border-radius:14px!important;background:rgba(11,19,26,.62)!important}
.apx-episode-browser--progressive .apx-server-control-label{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:10px!important;margin:0 0 10px!important}
.apx-episode-browser--progressive .apx-server-control-label strong{color:#e6f4f1!important;font-size:14px!important;font-weight:850!important}
.apx-episode-browser--progressive .apx-server-control-label small{display:block!important;color:#748695!important;font-size:10px!important}
.apx-episode-browser--progressive .apx-server-tabs{display:flex!important;flex-wrap:wrap!important;gap:8px!important}
.apx-episode-browser--progressive .apx-server-chip{display:inline-flex!important;align-items:center!important;gap:8px!important;width:auto!important;min-width:155px!important;min-height:46px!important;padding:7px 10px!important;border:1px solid rgba(159,176,196,.16)!important;border-radius:11px!important;background:#151e29!important;color:#aebbc8!important;font-size:11px!important;font-weight:800!important}
.apx-episode-browser--progressive .apx-server-chip:hover{border-color:rgba(45,212,191,.3)!important;background:#18232e!important}
.apx-episode-browser--progressive .apx-server-chip.is-active{border-color:rgba(45,212,191,.58)!important;background:rgba(45,212,191,.12)!important;color:#e6fffb!important;box-shadow:inset 0 0 0 1px rgba(45,212,191,.04)!important}
.apx-episode-browser--progressive .apx-server-chip__icon{width:9px!important;height:9px!important;flex:0 0 auto;border-radius:999px!important;background:#6c7a8b!important}
.apx-episode-browser--progressive .apx-server-chip.is-active .apx-server-chip__icon{background:var(--detail-teal)!important;box-shadow:0 0 0 5px rgba(45,212,191,.08)}
.apx-server-chip__name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.apx-episode-browser--progressive .apx-server-chip__count{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-left:auto!important;min-width:54px!important;padding:4px 7px!important;border-radius:8px!important;background:rgba(255,255,255,.08)!important;color:#c4ced8!important;font-size:9px!important;white-space:nowrap!important}
.apx-episode-browser--progressive .apx-server-card{overflow:hidden!important;border:1px solid rgba(157,175,196,.15)!important;border-radius:15px!important;background:#121b25!important;box-shadow:none!important}
.apx-episode-browser--progressive .apx-server-card__header{display:flex!important;align-items:center!important;width:100%!important;min-height:60px!important;height:auto!important;padding:9px 10px 9px 14px!important;border:0!important;border-bottom:1px solid rgba(157,175,196,.13)!important;background:linear-gradient(90deg,rgba(25,38,50,.98),rgba(18,30,39,.96))!important;text-align:left!important}
.apx-episode-browser--progressive .apx-server-card__copy{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:4px!important;min-width:0!important;flex:1 1 auto!important}
.apx-episode-browser--progressive .apx-server-card__copy strong{max-width:100%;color:#f1f7f7!important;font-size:14px!important;font-weight:900!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.apx-episode-browser--progressive .apx-server-card__copy small{display:block!important;color:#8395a5!important;font-size:10px!important;font-weight:700!important;line-height:1.2!important;white-space:nowrap!important}
.apx-episode-browser--progressive .apx-server-card__total{display:none!important}
.apx-episode-browser--progressive .apx-server-card__chevron{display:grid!important;place-items:center!important;width:38px!important;height:38px!important;flex:0 0 38px!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:11px!important;background:rgba(50,217,107,.12)!important;color:#72eda0!important}
.apx-episode-browser--progressive .apx-server-card__chevron svg{width:17px!important;height:17px!important;transition:transform .18s ease!important}
.apx-episode-browser--progressive .apx-server-card.is-collapsed .apx-server-card__chevron{transform:none!important}
.apx-episode-browser--progressive .apx-server-card.is-collapsed .apx-server-card__chevron svg{transform:rotate(-90deg)}
.apx-episode-browser--progressive .apx-server-card__body{padding:13px!important;background:rgba(9,14,21,.38)!important}
.apx-episode-browser--progressive .apx-episode-grid{display:grid!important;grid-template-columns:repeat(8,minmax(0,1fr))!important;gap:9px!important}
.apx-episode-browser--progressive .apx-episode-link{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;min-height:50px!important;height:50px!important;padding:0 8px!important;border:1px solid rgba(157,175,196,.16)!important;border-radius:12px!important;background:#17212d!important;color:#d5dde7!important;font-size:12px!important;font-weight:850!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.015)!important;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease!important}
.apx-episode-browser--progressive .apx-episode-link:hover,.apx-episode-browser--progressive .apx-episode-link:focus-visible{border-color:rgba(50,217,107,.34)!important;background:#192720!important;color:#f1fff6!important;transform:translateY(-1px);outline:none}
.apx-episode-browser--progressive .apx-episode-link.is-current{border-color:rgba(50,217,107,.7)!important;background:linear-gradient(135deg,rgba(50,217,107,.20),rgba(24,80,48,.22))!important;color:#bdf8cf!important;box-shadow:inset 0 0 0 1px rgba(50,217,107,.08),0 8px 20px -18px rgba(50,217,107,.65)!important}
.apx-episode-browser--progressive .apx-episode-tools{margin-bottom:10px!important}
.apx-episode-browser--progressive .apx-range-chip{min-height:36px!important;border-radius:9px!important;font-size:10px!important}
@media (max-width:1023px){.movie-detail-layout .movie-identity__title{font-size:clamp(29px,4.5vw,40px)!important}.apx-episode-browser--progressive .apx-episode-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}}
@media (max-width:767px){.movie-detail-layout .movie-identity__title{font-size:clamp(26px,7.4vw,34px)!important}.movie-detail-layout .movie-identity__origin{font-size:15px!important}.apx-hero-facts{flex-wrap:nowrap;overflow-x:auto;margin-top:14px;padding-bottom:3px;scrollbar-width:none}.apx-hero-facts::-webkit-scrollbar{display:none}.apx-hero-fact{flex:0 0 auto;min-height:30px}.apx-hero-fact small,.apx-hero-fact strong{padding:6px 8px;font-size:10px}.apx-hero-synopsis{font-size:13.5px!important;line-height:1.58!important;margin-top:10px!important}.movie-detail-layout .op-quick-fact{font-size:12px!important;min-height:35px!important;padding:7px 10px!important}.movie-detail-layout .op-btn{font-size:14px!important;min-height:48px!important}.apx-episode-browser--progressive .apx-playback-control,.apx-episode-browser--progressive .apx-episode-stage{padding:14px!important;border-radius:15px!important}.apx-episode-browser--progressive .apx-playback-control__head h3,.apx-episode-browser--progressive .apx-episode-stage__head h3{font-size:16px!important}.apx-episode-browser--progressive .apx-source-switcher__buttons,.apx-episode-browser--progressive .apx-server-tabs{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;overflow:visible!important;padding-bottom:0!important}.apx-episode-browser--progressive .apx-source-chip,.apx-episode-browser--progressive .apx-server-chip{width:100%!important;min-width:0!important;max-width:none!important;flex:initial!important}.apx-episode-browser--progressive .apx-source-server-controls{padding:12px!important}.apx-episode-browser--progressive .apx-server-control-label{align-items:flex-start;flex-direction:column;gap:2px}.apx-episode-browser--progressive .apx-episode-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:7px!important}.apx-episode-browser--progressive .apx-episode-link{height:48px!important;min-height:48px!important;font-size:11px!important;border-radius:11px!important}}
@media (max-width:420px){.apx-episode-browser--progressive .apx-source-switcher__buttons,.apx-episode-browser--progressive .apx-server-tabs{grid-template-columns:1fr!important}.apx-episode-browser--progressive .apx-episode-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media (max-width:360px){.apx-episode-browser--progressive .apx-episode-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
.apx-info-keywords{margin-top:3px;padding-top:16px;border-top:1px solid rgba(154,171,192,.16);}
.apx-info-keyword-chips{gap:7px 6px!important}
.apx-info-keyword{padding:5px 9px!important;border-color:rgba(125,145,169,.20)!important;
  background:rgba(22,30,41,.72)!important;color:#aeb9c7!important;
  font-size:11px!important;font-weight:700!important;letter-spacing:-.01em;}
.apx-info-keyword:hover,.apx-info-keyword:focus-visible{border-color:rgba(45,212,191,.42)!important;background:rgba(45,212,191,.08)!important;
  color:#bff8ee!important;outline:none;}
@media (max-width:767px){.apx-info-keywords{padding-top:13px}.apx-info-keyword{font-size:10px!important;padding:5px 8px!important}}
.apx-hero-synopsis{display:none!important}
.movie-detail-layout .op-detail-actions{margin-top:18px!important;padding-top:14px!important}
.movie-detail-layout .op-detail-actions::before{margin-bottom:9px!important}
.apx-hero-facts{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:6px!important;
  width:100%!important;max-width:100%!important;margin:0 0 12px!important;padding:0 0 2px!important;
  overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none;overscroll-behavior-inline:contain;
  -webkit-overflow-scrolling:touch;}
.apx-hero-facts::-webkit-scrollbar{display:none}
.apx-hero-fact{--apx-fact-bg:#273142;--apx-fact-fg:#f5f7fb;--apx-fact-muted:rgba(245,247,251,.68);
  flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;gap:5px!important;
  min-height:30px!important;padding:0 10px!important;border:1px solid rgba(255,255,255,.10)!important;
  border-radius:999px!important;background:var(--apx-fact-bg)!important;color:var(--apx-fact-fg)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 7px 18px -16px #000!important;
  white-space:nowrap!important;line-height:1!important;}
.apx-hero-fact small,.apx-hero-fact strong{display:inline!important;margin:0!important;padding:0!important;border:0!important;background:none!important;
  font-size:11px!important;line-height:1!important;white-space:nowrap!important;}
.apx-hero-fact small{color:var(--apx-fact-muted)!important;font-weight:750!important}
.apx-hero-fact strong{color:var(--apx-fact-fg)!important;font-weight:900!important}
.apx-hero-fact--year{--apx-fact-bg:#2a313d;--apx-fact-fg:#f1f5f9;--apx-fact-muted:#aeb8c6}
.apx-hero-fact--imdb{--apx-fact-bg:#f5c518;--apx-fact-fg:#17130a;--apx-fact-muted:#59480a;border-color:rgba(255,218,72,.70)!important}
.apx-hero-fact--tmdb{--apx-fact-bg:#19a7e0;--apx-fact-fg:#06131b;--apx-fact-muted:#0b4c68;border-color:rgba(101,213,255,.58)!important}
.apx-hero-fact--quality{--apx-fact-bg:#334155;--apx-fact-fg:#f8fafc;--apx-fact-muted:#bec9d7}
.apx-hero-fact--language{--apx-fact-bg:#0f766e;--apx-fact-fg:#ecfeff;--apx-fact-muted:#bcebea;border-color:rgba(45,212,191,.40)!important}
.apx-hero-fact--status{--apx-fact-bg:#166534;--apx-fact-fg:#f0fdf4;--apx-fact-muted:#b9efc8;border-color:rgba(74,222,128,.36)!important}
.op-quick-facts{display:none!important}
@media (max-width:767px){.apx-hero-facts{gap:5px!important;margin-bottom:10px!important;padding-right:10px!important}.apx-hero-fact{min-height:28px!important;padding-inline:9px!important}.apx-hero-fact small,.apx-hero-fact strong{font-size:10px!important}}
.apx-hero-facts{display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:5px!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 11px!important;
  padding:0!important;
  overflow:visible!important;
  scrollbar-width:none;}
.apx-hero-fact{--apx-fact-bg:#263247;
  --apx-fact-fg:#fff;
  flex:0 1 auto!important;
  display:inline-flex!important;
  min-width:0!important;
  min-height:29px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 9px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:8px!important;
  background:var(--apx-fact-bg)!important;
  color:var(--apx-fact-fg)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.13),0 9px 20px -17px rgba(0,0,0,.92)!important;
  white-space:nowrap!important;
  line-height:1!important;}
.apx-hero-fact small{display:none!important}
.apx-hero-fact strong{display:block!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:none!important;
  color:var(--apx-fact-fg)!important;
  font-size:11px!important;
  font-weight:850!important;
  line-height:1!important;
  letter-spacing:-.01em!important;
  white-space:nowrap!important;}
.apx-hero-fact--year{--apx-fact-bg:linear-gradient(135deg,#b91c1c,#e04646);
  --apx-fact-fg:#fff7f7;
  border-color:rgba(255,122,122,.45)!important;}
.apx-hero-fact--imdb{--apx-fact-bg:linear-gradient(135deg,#f2b705,#ffd744);
  --apx-fact-fg:#221b02;
  border-color:rgba(255,226,101,.9)!important;}
.apx-hero-fact--tmdb{--apx-fact-bg:linear-gradient(135deg,#0d8fc7,#3dc4ed);
  --apx-fact-fg:#041a25;
  border-color:rgba(116,219,255,.72)!important;}
.apx-hero-fact--quality{--apx-fact-bg:linear-gradient(135deg,#6d28d9,#9561ee);
  --apx-fact-fg:#fff;
  border-color:rgba(190,151,255,.48)!important;}
.apx-hero-fact--status{--apx-fact-bg:linear-gradient(135deg,#08783f,#22a963);
  --apx-fact-fg:#f3fff7;
  border-color:rgba(89,226,151,.45)!important;}
.apx-hero-fact--language{display:none!important}
@media (max-width:520px){.apx-hero-facts{gap:4px!important}.apx-hero-fact{min-height:27px!important;padding-inline:7px!important;border-radius:7px!important}.apx-hero-fact strong{font-size:10px!important;letter-spacing:-.02em!important}}
@media (max-width:380px){.apx-hero-facts{gap:3px!important}.apx-hero-fact{min-height:26px!important;padding-inline:6px!important}.apx-hero-fact strong{font-size:9.5px!important}}
@media (max-width:767px){.movie-detail-layout{overflow-x:hidden;overflow-x:clip}.movie-detail-main>.op-detail-wrap{width:auto!important;
    max-width:none!important;
    margin-left:-16px!important;
    margin-right:-16px!important;
    overflow:visible!important;}.movie-detail-main .op-detail-bg-cover{width:calc(100% + 32px)!important;
    max-width:none!important;
    margin-left:-16px!important;
    margin-right:-16px!important;
    box-sizing:border-box!important;}.movie-detail-main .poster-mobile-full{width:calc(100% + 32px)!important;
    max-width:none!important;
    margin-left:-16px!important;
    margin-right:-16px!important;
    box-sizing:border-box!important;}}

/* Original-title preview: compact row with full value on hover/focus/tap. */
.apx-info-row--original-title{z-index:6}
.apx-info-row--original-title dd{position:relative;overflow:visible!important;text-overflow:clip!important}
.apx-original-title-preview{position:relative;display:block;min-width:0;max-width:100%;outline:none;cursor:help}
.apx-original-title-preview__value{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.apx-original-title-preview__tooltip{position:absolute;z-index:80;left:0;bottom:calc(100% + 9px);width:max-content;max-width:min(420px,70vw);padding:9px 11px;border:1px solid rgba(96,165,250,.32);border-radius:10px;background:linear-gradient(145deg,#111925,#0b111a);box-shadow:0 16px 36px rgba(0,0,0,.42),inset 0 1px rgba(255,255,255,.04);color:#f5f8fc;font-size:12px;font-weight:700;line-height:1.45;white-space:normal;overflow-wrap:anywhere;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(4px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}
.apx-original-title-preview__tooltip::after{content:"";position:absolute;left:18px;top:100%;border:6px solid transparent;border-top-color:#0d141e}
.apx-original-title-preview:hover .apx-original-title-preview__tooltip,.apx-original-title-preview:focus .apx-original-title-preview__tooltip,.apx-original-title-preview:focus-visible .apx-original-title-preview__tooltip{opacity:1;visibility:visible;transform:none}
.apx-original-title-preview:focus-visible{border-radius:5px;box-shadow:0 0 0 2px rgba(68,199,244,.32)}
@media (max-width:767px){.apx-original-title-preview__value{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.apx-original-title-preview__tooltip{position:fixed;z-index:999;left:14px;right:14px;bottom:18px;width:auto;max-width:none;padding:11px 12px;font-size:12px}.apx-original-title-preview__tooltip::after{display:none}}

/* Movie media tabs + cinematic Trailer panel. */
.apx-media-tabs{width:100%;min-width:0;margin-top:28px;padding-top:18px;border-top:1px solid rgba(255,255,255,.07)}
.apx-media-tabs__nav{display:flex;align-items:center;gap:9px;flex-wrap:wrap;padding:5px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:linear-gradient(180deg,rgba(20,25,34,.92),rgba(13,17,24,.94));box-shadow:inset 0 1px rgba(255,255,255,.035);width:max-content;max-width:100%}
.movie-detail-layout .apx-media-tab{position:relative;display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:8px 12px!important;border:1px solid transparent!important;border-radius:10px!important;background:transparent!important;color:#9da7b5!important;font-size:12px!important;font-weight:850!important;line-height:1!important;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease;box-shadow:none!important}
.movie-detail-layout .apx-media-tab svg{width:17px;height:17px;fill:currentColor;flex:0 0 auto}
.movie-detail-layout .apx-media-tab small{display:inline-flex;align-items:center;min-height:19px;padding:0 6px;border-radius:999px;background:rgba(255,255,255,.08);color:#8b96a5;font-size:8px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.movie-detail-layout .apx-media-tab:hover,.movie-detail-layout .apx-media-tab:focus-visible{color:#fff!important;border-color:rgba(68,199,244,.24)!important;background:rgba(68,199,244,.07)!important;outline:none;transform:translateY(-1px)}
.movie-detail-layout .apx-media-tab.is-active{color:#fff!important;border-color:rgba(96,165,250,.34)!important;background:linear-gradient(135deg,rgba(37,99,235,.24),rgba(15,23,42,.92))!important;box-shadow:0 8px 20px -16px rgba(59,130,246,.85)!important}
.movie-detail-layout .apx-media-tab--trailer.is-active{border-color:rgba(251,113,133,.38)!important;background:linear-gradient(135deg,rgba(190,24,93,.28),rgba(37,99,235,.22))!important;box-shadow:0 8px 22px -15px rgba(225,29,72,.9)!important}
.movie-detail-layout .apx-media-tab.is-active small{background:#e11d48;color:#fff}
.apx-media-tabs__panels{margin-top:14px}
.apx-media-panel{min-width:0;width:100%}
.apx-media-panel[hidden]{display:none!important}
.apx-media-panel__head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:12px}
.apx-media-panel__head span{display:block;margin-bottom:3px;color:#6798ef;font-size:9px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.apx-media-panel__head h3{margin:0;color:#edf2f7;font-size:15px;font-weight:850;line-height:1.3}
.apx-trailer-module{--trailer-red:#e11d48;--trailer-blue:#2563eb;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.10);border-radius:18px;background:linear-gradient(145deg,#10151d,#090d13);box-shadow:0 20px 50px -38px #000,inset 0 1px rgba(255,255,255,.04)}
.apx-trailer-module::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 0 0,rgba(37,99,235,.14),transparent 32%),radial-gradient(circle at 100% 0,rgba(225,29,72,.14),transparent 32%);pointer-events:none}
.apx-trailer-module__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,.75fr);min-width:0}
.apx-trailer-player{position:relative;min-width:0;aspect-ratio:16/9;background:#03060a;overflow:hidden;border-right:1px solid rgba(255,255,255,.08)}
.apx-trailer-player::after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.025),inset 0 -60px 80px -72px rgba(225,29,72,.7)}
.apx-trailer-player iframe{position:absolute;inset:0;width:100%;height:100%;border:0;background:#000}
.apx-trailer-empty{position:absolute;inset:0;display:grid;place-items:center;align-content:center;gap:8px;padding:24px;text-align:center;background:linear-gradient(145deg,rgba(4,8,14,.84),rgba(12,17,25,.92))}
.apx-trailer-empty::before{content:"";position:absolute;inset:0;background-image:var(--apx-trailer-art);background-size:cover;background-position:center;filter:blur(10px) brightness(.28) saturate(.8);transform:scale(1.06);opacity:.7}
.apx-trailer-empty>*{position:relative;z-index:1}
.apx-trailer-empty__icon{display:grid;width:62px;height:62px;place-items:center;margin-bottom:4px;border:1px solid rgba(251,113,133,.36);border-radius:50%;background:linear-gradient(135deg,rgba(225,29,72,.22),rgba(37,99,235,.20));box-shadow:0 12px 28px -16px rgba(225,29,72,.9)}
.apx-trailer-empty__icon svg{width:34px;height:34px;fill:#fff}
.apx-trailer-empty__icon circle{fill:rgba(255,255,255,.05);stroke:#fb7185;stroke-width:2}
.apx-trailer-empty strong{color:#fff;font-size:16px;font-weight:900}
.apx-trailer-empty p{max-width:360px;margin:0;color:#8f9aaa;font-size:11px;line-height:1.55}
.apx-trailer-info{position:relative;display:flex;min-width:0;flex-direction:column;justify-content:center;padding:clamp(20px,3vw,34px);background:linear-gradient(180deg,rgba(15,20,29,.80),rgba(9,13,19,.96))}
.apx-trailer-info::before{content:"";position:absolute;inset:0;background-image:var(--apx-trailer-art);background-size:cover;background-position:center;filter:blur(20px) brightness(.18) saturate(.75);transform:scale(1.12);opacity:.46}
.apx-trailer-info::after{content:"";position:absolute;inset:0;background:linear-gradient(125deg,rgba(7,10,16,.96),rgba(7,10,16,.70) 62%,rgba(37,99,235,.12));pointer-events:none}
.apx-trailer-info>*{position:relative;z-index:1}
.apx-trailer-info__eyebrow{display:flex;align-items:center;gap:7px;margin-bottom:9px;color:#a8bbd7;font-size:9px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.apx-trailer-info__eyebrow i{width:20px;height:3px;border-radius:999px;background:linear-gradient(90deg,#e11d48,#3b82f6);box-shadow:0 0 14px rgba(225,29,72,.48)}
.apx-trailer-info h3{margin:0;color:#fff;font-size:clamp(20px,2.2vw,30px);font-weight:900;line-height:1.08;letter-spacing:-.025em;text-wrap:balance}
.apx-trailer-info__original{margin:8px 0 0;color:#8793a3;font-size:11px;font-weight:650;line-height:1.45}
.apx-trailer-info__meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:15px}
.apx-trailer-info__meta span{display:inline-flex;min-height:24px;align-items:center;padding:0 8px;border:1px solid rgba(96,165,250,.18);border-radius:7px;background:rgba(30,41,59,.74);color:#c8d5e8;font-size:9px;font-weight:850}
.apx-trailer-info__meta span:nth-child(2n){border-color:rgba(251,113,133,.20);background:rgba(136,19,55,.20);color:#fecdd3}
.apx-trailer-info__copy{margin:15px 0 0;color:#8c98a8;font-size:11px;line-height:1.6}
.apx-trailer-info__watch{display:inline-flex;width:max-content;max-width:100%;align-items:center;gap:7px;margin-top:18px;padding:8px 10px;border:1px solid rgba(251,113,133,.28);border-radius:9px;background:linear-gradient(135deg,rgba(190,24,93,.24),rgba(37,99,235,.18));color:#fff;font-size:10px;font-weight:850}
.apx-trailer-info__watch svg{width:14px;height:14px;fill:currentColor}
.apx-trailer-info__watch.is-muted{border-color:rgba(148,163,184,.16);background:rgba(148,163,184,.06);color:#8e99a8}
@media (max-width:900px){.apx-trailer-module__grid{grid-template-columns:1fr}.apx-trailer-player{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.apx-trailer-info{padding:20px}.apx-trailer-info h3{font-size:22px}}
@media (max-width:767px){.apx-media-tabs{margin-top:22px;padding-top:14px}.apx-media-tabs__nav{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.movie-detail-layout .apx-media-tab{justify-content:center;min-width:0;width:100%;padding:8px 7px!important;font-size:11px!important}.movie-detail-layout .apx-media-tab small{font-size:7px;padding-inline:5px}.apx-media-panel__head h3{font-size:14px}.apx-trailer-module{border-radius:14px}.apx-trailer-info{padding:17px 15px 18px}.apx-trailer-info h3{font-size:20px}.apx-trailer-info__original{font-size:10px}.apx-trailer-info__copy{font-size:10.5px}.apx-trailer-info__watch{margin-top:14px}.apx-trailer-empty{padding:18px}.apx-trailer-empty__icon{width:54px;height:54px}.apx-trailer-empty strong{font-size:14px}}
@media (prefers-reduced-motion:reduce){.movie-detail-layout .apx-media-tab,.apx-original-title-preview__tooltip{transition:none}}
/* Hero release spotlight: one glossy status capsule below the original title. */
.apx-hero-release-wrap{display:flex;align-items:center;margin-top:12px;min-height:34px}
.apx-hero-release{--release-a:#08783f;--release-b:#24d676;--release-glow:rgba(36,214,118,.34);position:relative;isolation:isolate;display:inline-flex;align-items:center;gap:8px;max-width:100%;min-height:34px;padding:0 14px;border:1px solid rgba(255,255,255,.30);border-radius:999px;background:linear-gradient(135deg,var(--release-a),var(--release-b));box-shadow:0 10px 24px -14px var(--release-glow),0 0 22px -12px var(--release-glow),inset 0 1px 0 rgba(255,255,255,.34),inset 0 -1px 0 rgba(0,0,0,.20);color:#fff;overflow:hidden;text-shadow:0 1px 2px rgba(0,0,0,.22)}
.apx-hero-release::before{content:"";position:absolute;z-index:-1;left:6%;right:6%;top:1px;height:46%;border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,0));pointer-events:none}
.apx-hero-release::after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(110deg,transparent 0 35%,rgba(255,255,255,.18) 48%,transparent 61%);transform:translateX(-115%);animation:apx-release-shine 5.5s ease-in-out infinite;pointer-events:none}
.apx-hero-release strong{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:900;line-height:1;letter-spacing:.01em}
.apx-hero-release__dot{position:relative;flex:0 0 auto;width:8px;height:8px;border:2px solid rgba(255,255,255,.72);border-radius:50%;background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.12),0 0 12px rgba(255,255,255,.55)}
.apx-hero-release--completed{--release-a:#a20f27;--release-b:#ef3557;--release-glow:rgba(239,53,87,.40)}
.apx-hero-release--full{--release-a:#5b21b6;--release-b:#8b5cf6;--release-glow:rgba(139,92,246,.40)}
.apx-hero-release--upcoming{--release-a:#b66a06;--release-b:#f5b82e;--release-glow:rgba(245,184,46,.42);color:#1a1304;text-shadow:none}
.apx-hero-release--upcoming .apx-hero-release__dot{border-color:rgba(50,30,0,.35);background:#fff4c0;box-shadow:0 0 0 4px rgba(255,255,255,.18),0 0 12px rgba(255,240,150,.72)}
@keyframes apx-release-shine{0%,72%{transform:translateX(-115%)}84%,100%{transform:translateX(115%)}}
@media (prefers-reduced-motion:reduce){.apx-hero-release::after{animation:none}}
@media (max-width:767px){.apx-hero-release-wrap{margin-top:9px;min-height:30px}.apx-hero-release{min-height:30px;max-width:min(100%,320px);padding-inline:11px;gap:7px}.apx-hero-release strong{font-size:10.5px}.apx-hero-release__dot{width:7px;height:7px}}


/* ========================================================================== 
 * v1.9.17 — Strict movie artwork roles
 * Poster = portrait (apiphim_poster_url); cover = landscape (apiphim_thumb_url).
 * On small screens the stage uses the landscape cover as background while the
 * frame itself is always the portrait poster.
 * ========================================================================== */
.poster-mobile-full.apx-mobile-cover-stage{position:relative!important;isolation:isolate!important}
.poster-mobile-full.apx-mobile-cover-stage .apx-mobile-cover-stage__frame{position:relative!important;display:block!important;aspect-ratio:2/3!important;overflow:hidden!important;background:#0b0f16!important;border-radius:13px!important}
.poster-mobile-full.apx-mobile-cover-stage .apx-mobile-cover-stage__poster-image.apiphim-poster{display:block!important;position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;margin:0!important;object-fit:cover!important;object-position:center top!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:13px!important;filter:none!important;box-shadow:none!important}
.poster-mobile-full.apx-mobile-cover-stage .apx-mobile-cover-stage__poster-shade{position:absolute!important;inset:0!important;z-index:2!important;pointer-events:none!important;border-radius:13px!important;background:linear-gradient(180deg,rgba(255,255,255,.035),transparent 24%,transparent 75%,rgba(0,0,0,.16))!important}
.poster-mobile-full.apx-mobile-cover-stage .apx-mobile-cover-stage__backdrop{display:none!important}
.poster-mobile-full.apx-mobile-cover-stage.has-no-cover-bg{background:linear-gradient(135deg,color-mix(in srgb,var(--movie-accent) 26%,#0b0f16),#080b10 60%,color-mix(in srgb,var(--movie-accent-2) 18%,#080b10))!important}

@media (min-width:768px){
  .poster-mobile-full.apx-mobile-cover-stage .apx-mobile-cover-stage__frame{width:100%!important;height:auto!important}
  .poster-mobile-full.apx-mobile-cover-stage .apx-mobile-cover-stage__poster-image.apiphim-poster{box-shadow:0 22px 52px rgba(0,0,0,.62),0 5px 16px rgba(0,0,0,.45)!important}
}

@media (max-width:767px){
  .poster-mobile-full.apx-mobile-cover-stage{position:relative!important;flex:none!important;width:calc(100% + 32px)!important;max-width:none!important;height:clamp(280px,72vw,360px)!important;margin:0 -16px!important;overflow:hidden!important;background:#080b10!important}
  .poster-mobile-full.apx-mobile-cover-stage::before,.poster-mobile-full.apx-mobile-cover-stage::after{content:none!important;display:none!important}
  .poster-mobile-full.apx-mobile-cover-stage .apx-mobile-cover-stage__backdrop{display:block!important;position:absolute!important;inset:-14px!important;z-index:0!important;background-image:var(--apx-mobile-cover-bg,linear-gradient(135deg,color-mix(in srgb,var(--movie-accent) 28%,#0b0f16),#080b10 68%)),linear-gradient(135deg,color-mix(in srgb,var(--movie-accent) 28%,#0b0f16),#080b10 68%)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;filter:saturate(1.08) brightness(.62)!important;transform:scale(1.035)!important}
  .poster-mobile-full.apx-mobile-cover-stage .apx-mobile-cover-stage__backdrop::after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(90deg,rgba(5,8,13,.46),rgba(5,8,13,.06) 38%,rgba(5,8,13,.18)),linear-gradient(180deg,rgba(5,8,13,.03) 38%,rgba(5,8,13,.26) 68%,#0b0f16 100%)!important;pointer-events:none!important}
  .poster-mobile-full.apx-mobile-cover-stage .apx-mobile-cover-stage__frame{position:absolute!important;left:18px!important;bottom:18px!important;z-index:4!important;width:clamp(112px,34vw,146px)!important;height:auto!important;min-height:0!important;aspect-ratio:2/3!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:12px!important;box-shadow:0 24px 58px rgba(0,0,0,.72),0 6px 16px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.045)!important}
  .poster-mobile-full.apx-mobile-cover-stage .apx-mobile-cover-stage__poster-image.apiphim-poster{display:block!important;position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important;border:0!important;border-radius:11px!important}
  .poster-mobile-full.apx-mobile-cover-stage .apx-mobile-cover-stage__poster-shade{border-radius:11px!important}
}

@media (max-width:380px){
  .poster-mobile-full.apx-mobile-cover-stage{height:278px!important}
  .poster-mobile-full.apx-mobile-cover-stage .apx-mobile-cover-stage__frame{left:14px!important;bottom:14px!important;width:108px!important}
}

@media (min-width:768px) and (max-width:1023px){
  .apiphim-detail__top{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important}
  .poster-mobile-full.apx-mobile-cover-stage{left:auto!important;flex:none!important;width:100%!important;max-width:none!important;height:clamp(300px,44vw,390px)!important;margin:0!important;overflow:hidden!important;background:#080b10!important;border-radius:14px!important}
  .poster-mobile-full.apx-mobile-cover-stage::before,.poster-mobile-full.apx-mobile-cover-stage::after{content:none!important;display:none!important}
  .poster-mobile-full.apx-mobile-cover-stage .apx-mobile-cover-stage__backdrop{display:block!important;position:absolute!important;inset:-12px!important;z-index:0!important;background-image:var(--apx-mobile-cover-bg,linear-gradient(135deg,color-mix(in srgb,var(--movie-accent) 28%,#0b0f16),#080b10 68%)),linear-gradient(135deg,color-mix(in srgb,var(--movie-accent) 28%,#0b0f16),#080b10 68%)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;filter:saturate(1.08) brightness(.64)!important;transform:scale(1.03)!important}
  .poster-mobile-full.apx-mobile-cover-stage .apx-mobile-cover-stage__backdrop::after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(90deg,rgba(5,8,13,.38),rgba(5,8,13,.05) 44%,rgba(5,8,13,.20)),linear-gradient(180deg,rgba(5,8,13,.02) 45%,rgba(5,8,13,.25) 72%,#0b0f16 100%)!important;pointer-events:none!important}
  .poster-mobile-full.apx-mobile-cover-stage .apx-mobile-cover-stage__frame{position:absolute!important;left:24px!important;bottom:22px!important;z-index:4!important;width:clamp(142px,20vw,176px)!important;height:auto!important;min-height:0!important;aspect-ratio:2/3!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:13px!important;box-shadow:0 24px 58px rgba(0,0,0,.72),0 6px 16px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.045)!important}
  .poster-mobile-full.apx-mobile-cover-stage .apx-mobile-cover-stage__poster-image.apiphim-poster{display:block!important;position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border:0!important;border-radius:12px!important;object-fit:cover!important;object-position:center top!important}
  .poster-mobile-full.apx-mobile-cover-stage .apx-mobile-cover-stage__poster-shade{border-radius:12px!important}
  .apiphim-detail__info{padding-top:15px!important}
}
