/* ==== app.css ==== */
:root{--dc-bg:#07090d;--dc-bg2:#0b0e14;--dc-card:#10141c;--dc-card2:#151a24;--dc-line:rgba(255,255,255,.08);--dc-text:#f7f8fb;--dc-muted:#9299a8;--dc-primary:#d84df2;--dc-primary2:#8a4dff;--dc-success:#24d07a;--dc-danger:#ff5964;--dc-radius:18px;--dc-shadow:0 18px 50px rgba(0,0,0,.35);--dc-max:1280px;--dc-header:62px}
*{box-sizing:border-box}html{background:var(--dc-bg);scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 50% -10%,rgba(151,67,255,.13),transparent 34%),var(--dc-bg);color:var(--dc-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.dc-shell{min-height:100vh}.dc-main{max-width:var(--dc-max);margin:auto;min-height:70vh;padding-bottom:95px}.dc-header{height:var(--dc-header);position:sticky;top:0;z-index:100;display:grid;grid-template-columns:52px 1fr 52px;align-items:center;padding:0 10px;background:rgba(7,9,13,.82);backdrop-filter:blur(18px);border-bottom:1px solid transparent;transition:.25s}.dc-header.is-scrolled{border-color:var(--dc-line);box-shadow:0 10px 30px rgba(0,0,0,.24)}.dc-brand{text-align:center;font-size:18px;font-weight:900;letter-spacing:-.8px}.dc-brand>span>span,.dc-drawer-head strong>span,.dc-footer strong>span{color:var(--dc-primary)}.dc-brand b{font-size:8px;margin-left:5px;color:#fff;background:linear-gradient(135deg,var(--dc-primary),var(--dc-primary2));padding:3px 5px;border-radius:5px;vertical-align:top;letter-spacing:.5px}.dc-icon-btn{width:42px;height:42px;border:0;border-radius:13px;background:transparent;color:#fff;font-size:25px;display:grid;place-items:center}.dc-icon-btn:hover{background:rgba(255,255,255,.06)}.dc-header-actions{display:flex;justify-content:flex-end}.dc-drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:109;opacity:0;pointer-events:none;transition:.25s}.dc-drawer-backdrop.is-open{opacity:1;pointer-events:auto}.dc-drawer{position:fixed;z-index:110;left:0;top:0;bottom:0;width:min(88vw,360px);background:#0b0e14;border-right:1px solid var(--dc-line);transform:translateX(-101%);transition:.28s cubic-bezier(.2,.8,.2,1);padding:18px;overflow:auto}.dc-drawer.is-open{transform:none}.dc-drawer-head{display:flex;align-items:center;justify-content:space-between;font-size:20px;margin-bottom:16px}.dc-drawer-head small{font-size:8px;background:var(--dc-primary);padding:3px 5px;border-radius:5px;margin-left:5px}.dc-drawer-feature{background:linear-gradient(135deg,rgba(216,77,242,.18),rgba(138,77,255,.1));border:1px solid rgba(216,77,242,.24);padding:16px;border-radius:16px;margin-bottom:18px;display:flex;flex-direction:column;gap:8px}.dc-drawer-feature span{font-size:12px;color:var(--dc-muted)}.dc-drawer-feature a{font-weight:800}.dc-menu-list{list-style:none;margin:0;padding:0;display:grid;gap:5px}.dc-menu-list a{display:block;padding:12px 13px;border-radius:12px;color:#dfe3ec}.dc-menu-list a:hover{background:#141922}.dc-drawer-block{margin-top:24px}.dc-drawer-label{display:block;font-size:11px;color:var(--dc-muted);text-transform:uppercase;letter-spacing:1.3px;margin-bottom:10px}.dc-drawer-chips,.dc-filter-chips{display:flex;flex-wrap:wrap;gap:8px}.dc-drawer-chips a,.dc-filter-chips a,.dc-filter-chips span{border:1px solid var(--dc-line);background:#11151d;color:#c9cfda;padding:8px 11px;border-radius:999px;font-size:12px}.dc-filter-chips .is-active{background:linear-gradient(135deg,var(--dc-primary),var(--dc-primary2));color:#fff;border-color:transparent}.dc-search-panel{position:fixed;z-index:120;inset:0;background:rgba(4,5,8,.88);backdrop-filter:blur(18px);padding:calc(env(safe-area-inset-top) + 16px) 14px}.dc-search-box{max-width:760px;margin:45px auto}.dc-search-box form,.dc-page-search{display:flex;align-items:center;gap:10px;background:#11151d;border:1px solid var(--dc-line);padding:9px;border-radius:16px;box-shadow:var(--dc-shadow)}.dc-search-box form>span,.dc-page-search>span{font-size:22px;color:var(--dc-muted);padding-left:7px}.dc-search-box input,.dc-page-search input{flex:1;min-width:0;background:transparent;border:0;outline:0;color:#fff;padding:10px 4px}.dc-search-box button,.dc-page-search button{border:0;border-radius:11px;padding:10px 14px;background:var(--dc-primary);color:white;font-weight:800}.dc-search-box button:last-child{background:transparent;font-size:22px}.dc-search-hints{margin:14px 6px;color:var(--dc-muted);font-size:12px}.dc-hero{position:relative;overflow:hidden}.dc-hero-pro{height:min(72vh,650px);min-height:500px;margin:0 0 12px}.dc-hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .6s}.dc-hero-slide:before{content:"";position:absolute;inset:0;background-image:linear-gradient(180deg,rgba(7,9,13,.02) 15%,rgba(7,9,13,.28) 45%,#07090d 96%),linear-gradient(90deg,rgba(7,9,13,.55),transparent 70%),var(--dc-hero-bg);background-size:cover;background-position:center 20%}.dc-hero-slide.is-active{opacity:1;pointer-events:auto}.dc-hero-content{position:absolute;left:18px;right:18px;bottom:46px;max-width:670px}.dc-eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:10px}.dc-eyebrow span,.dc-kicker{font-size:10px;font-weight:900;letter-spacing:1.5px;color:var(--dc-primary);text-transform:uppercase}.dc-eyebrow b{font-size:10px;background:rgba(255,255,255,.13);padding:5px 7px;border-radius:6px}.dc-hero h1{font-size:clamp(29px,8vw,58px);line-height:.98;letter-spacing:-1.5px;margin:0 0 12px;max-width:720px}.dc-hero p{margin:0;color:#d5d8df;max-width:570px;line-height:1.55;font-size:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dc-hero-meta{display:flex;gap:8px;align-items:center;color:#c0c5d0;font-size:12px;margin:12px 0}.dc-hero-meta i{opacity:.35}.dc-hero-actions{display:flex;gap:9px}.dc-btn{border:0;background:linear-gradient(135deg,var(--dc-primary),var(--dc-primary2));color:white;border-radius:12px;padding:11px 16px;font-weight:850;display:inline-flex;align-items:center;justify-content:center}.dc-btn-ghost{background:rgba(18,21,29,.7);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(12px)}.dc-hero-dots{position:absolute;bottom:20px;left:18px;display:flex;gap:6px}.dc-hero-dots button{width:6px;height:6px;border-radius:8px;border:0;background:#777;padding:0;transition:.2s}.dc-hero-dots button.is-active{width:24px;background:var(--dc-primary)}.dc-section{padding:22px 14px}.dc-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}.dc-section-head h2{font-size:21px;margin:3px 0 0;letter-spacing:-.5px}.dc-section-head>a{font-size:12px;color:#aeb4c1;white-space:nowrap}.dc-row-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(235px,72vw);overflow-x:auto;gap:12px;scroll-snap-type:x proximity;padding-bottom:5px;scrollbar-width:none}.dc-row-scroll::-webkit-scrollbar{display:none}.dc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 10px}.dc-card{min-width:0;scroll-snap-align:start}.dc-card-thumb{display:block;position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:14px;background:#11151c}.dc-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.dc-card:hover .dc-card-thumb img{transform:scale(1.035)}.dc-card-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.45))}.dc-card-play{position:absolute;inset:0;margin:auto;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:rgba(8,9,13,.68);backdrop-filter:blur(9px);border:1px solid rgba(255,255,255,.2);opacity:0;transform:scale(.85);transition:.2s}.dc-card:hover .dc-card-play{opacity:1;transform:none}.dc-duration{position:absolute;right:7px;bottom:7px;background:rgba(4,5,8,.82);padding:4px 6px;border-radius:6px;font-size:10px;font-weight:700}.dc-card-tags{position:absolute;left:7px;top:7px;display:flex;gap:5px}.dc-card-tags b,.dc-card-tags em{font-style:normal;font-size:8px;line-height:1;background:linear-gradient(135deg,var(--dc-primary),var(--dc-primary2));padding:5px 6px;border-radius:5px}.dc-card-tags em{background:rgba(7,9,13,.75);border:1px solid rgba(255,255,255,.15)}.dc-card-body{padding:9px 2px 0}.dc-card-body h3{font-size:13px;line-height:1.35;margin:0 0 5px;font-weight:750;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dc-meta{color:var(--dc-muted);font-size:10px;display:flex;gap:5px;align-items:center}.dc-meta i{opacity:.4}.dc-ranking{display:grid;gap:7px}.dc-rank-item{display:grid;grid-template-columns:42px 112px 1fr;align-items:center;gap:11px;padding:8px;border-radius:14px;transition:.2s}.dc-rank-item:hover{background:#10141c}.dc-rank-item>b{font-size:22px;font-style:italic;color:#5e6471;text-align:center}.dc-rank-item:nth-child(-n+3)>b{color:var(--dc-primary)}.dc-rank-item img{width:112px;aspect-ratio:16/9;object-fit:cover;border-radius:9px}.dc-rank-item span{min-width:0}.dc-rank-item strong{display:block;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dc-rank-item small{display:block;margin-top:5px;color:var(--dc-muted);font-size:10px}.dc-actors{display:flex;gap:14px;overflow-x:auto;scrollbar-width:none}.dc-actors::-webkit-scrollbar{display:none}.dc-actor{position:relative;flex:0 0 82px;text-align:center}.dc-actor-img{display:block;width:68px;height:68px;border-radius:50%;overflow:hidden;margin:0 auto 7px;border:2px solid #252a34}.dc-actor-img img{width:100%;height:100%;object-fit:cover}.dc-actor strong{display:block;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dc-actor small{display:block;font-size:9px;color:var(--dc-muted);margin-top:3px}.dc-actor-rank{position:absolute;z-index:2;top:-3px;left:4px;background:var(--dc-primary);font-size:8px;font-weight:900;padding:4px 5px;border-radius:6px}.dc-category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.dc-category-card{height:105px;border-radius:15px;position:relative;overflow:hidden;background:#10141c}.dc-category-card:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(7,9,13,.88),rgba(7,9,13,.35)),var(--dc-cat-bg);background-size:cover;background-position:center;transition:.3s}.dc-category-card:hover:before{transform:scale(1.04)}.dc-category-card span{position:absolute;z-index:2;left:13px;bottom:13px}.dc-category-card strong{display:block;font-size:14px}.dc-category-card small{font-size:9px;color:#c6cbd4}.dc-page-hero{padding:44px 16px 24px;background:radial-gradient(circle at 20% 0,rgba(216,77,242,.13),transparent 45%)}.dc-page-hero h1{font-size:32px;margin:5px 0 8px;letter-spacing:-1px}.dc-page-hero p{color:var(--dc-muted);max-width:640px;font-size:13px;line-height:1.6;margin:0 0 16px}.dc-page-search{max-width:640px;margin-top:18px}.dc-empty{text-align:center;padding:70px 20px}.dc-empty b{display:block;font-size:22px}.dc-empty p{color:var(--dc-muted)}.dc-load-more{display:block;margin:26px auto 0;border:1px solid var(--dc-line);background:#121720;color:#fff;border-radius:12px;padding:11px 22px;font-weight:800}.dc-actor-profile{position:relative;padding:55px 16px 28px;overflow:hidden}.dc-actor-profile-cover{position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(216,77,242,.13),transparent 42%)}.dc-actor-profile-inner{position:relative;display:flex;gap:18px;align-items:center;max-width:780px}.dc-actor-profile-inner>img{width:105px;height:105px;border-radius:50%;object-fit:cover;border:3px solid #252a34;box-shadow:var(--dc-shadow)}.dc-actor-profile h1{margin:3px 0 7px;font-size:31px}.dc-actor-profile p{color:var(--dc-muted);font-size:12px;line-height:1.55}.dc-actor-stats{display:flex;gap:7px;align-items:baseline}.dc-actor-stats b{font-size:19px}.dc-actor-stats span{font-size:10px;color:var(--dc-muted)}.dc-single-video{max-width:1180px;margin:auto}.dc-watch-player{background:#000}.dc-player{background:#080a0f}.dc-player-topbar{height:47px;display:flex;justify-content:space-between;align-items:center;padding:0 13px;background:#0d1118;border-bottom:1px solid var(--dc-line);font-size:11px}.dc-now-playing{display:flex;align-items:center;gap:8px;color:#dce1eb;font-weight:700}.dc-now-playing i{width:8px;height:8px;border-radius:50%;background:var(--dc-success);box-shadow:0 0 12px rgba(36,208,122,.65)}.dc-player-status{color:var(--dc-muted)}.dc-player-status[data-state=error]{color:var(--dc-danger)}.dc-media-stage{position:relative;aspect-ratio:16/9;background:#000;overflow:hidden}.dc-video-el,.dc-iframe-el{width:100%;height:100%;border:0;object-fit:contain;background:#000}.dc-big-play{position:absolute;z-index:5;inset:0;margin:auto;width:65px;height:65px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:rgba(7,9,13,.68);color:#fff;font-size:23px;backdrop-filter:blur(12px)}.dc-player-loading{position:absolute;inset:0;z-index:4;display:grid;place-items:center;background:rgba(0,0,0,.12)}.dc-player-loading span{width:35px;height:35px;border:3px solid rgba(255,255,255,.2);border-top-color:var(--dc-primary);border-radius:50%;animation:dcspin .8s linear infinite}@keyframes dcspin{to{transform:rotate(360deg)}}.dc-controls{position:absolute;z-index:6;left:0;right:0;bottom:0;display:grid;grid-template-columns:38px auto 1fr 38px 56px 38px 38px;align-items:center;gap:5px;padding:24px 8px 8px;background:linear-gradient(transparent,rgba(0,0,0,.86))}.dc-controls button{border:0;background:transparent;color:#fff;font-size:15px}.dc-time{font-size:9px;white-space:nowrap;color:#eee}.dc-progress{width:100%;accent-color:var(--dc-primary)}.dc-speed{border:0;background:#151820;color:#fff;border-radius:7px;font-size:10px;padding:5px}.dc-player-panels{padding:13px;background:#0d1118;border-top:1px solid var(--dc-line)}.dc-server-switcher{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.dc-server{flex:0 0 auto;min-width:120px;border:1px solid var(--dc-line);background:#141922;color:#e8ebf1;border-radius:11px;padding:10px;text-align:left;position:relative}.dc-server:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:#5b626e;margin-right:6px}.dc-server.is-active{border-color:var(--dc-primary);background:rgba(216,77,242,.1)}.dc-server.is-active:before{background:var(--dc-success)}.dc-server strong{font-size:11px}.dc-server small{display:block;margin:4px 0 0 14px;color:var(--dc-muted);font-size:9px}.dc-episode-switcher{margin-top:13px}.dc-panel-label{display:block;font-size:10px;text-transform:uppercase;color:var(--dc-muted);letter-spacing:1px;margin-bottom:8px}.dc-episode-list{display:flex;flex-wrap:wrap;gap:7px}.dc-episode-btn{border:1px solid var(--dc-line);background:#151922;color:#fff;border-radius:9px;padding:8px 10px;font-size:10px}.dc-episode-btn.is-active{background:var(--dc-primary);border-color:var(--dc-primary)}.dc-video-info-pro{padding:19px 14px}.dc-video-tax{display:flex;gap:7px;margin-bottom:8px}.dc-video-tax a{font-size:9px;color:var(--dc-primary);font-weight:800;text-transform:uppercase}.dc-video-info h1{font-size:24px;line-height:1.15;margin:0 0 10px;letter-spacing:-.6px}.dc-watch-stats{display:flex;flex-wrap:wrap;gap:8px;color:var(--dc-muted);font-size:10px}.dc-watch-stats b{color:#fff;background:linear-gradient(135deg,var(--dc-primary),var(--dc-primary2));padding:3px 6px;border-radius:5px}.dc-actions-pro{display:flex;gap:8px;margin:16px 0}.dc-actions-pro button{border:1px solid var(--dc-line);background:#131821;color:#e8ebf2;border-radius:11px;padding:9px 11px;font-size:10px}.dc-actions-pro button.is-active{border-color:var(--dc-primary);color:#fff;background:rgba(216,77,242,.12)}.dc-info-block{border-top:1px solid var(--dc-line);padding-top:18px;margin-top:18px}.dc-block-head h2{font-size:16px;margin:0 0 10px}.dc-content{color:#c4c9d3;font-size:12px;line-height:1.7}.dc-collapsible{max-height:88px;overflow:hidden;position:relative}.dc-collapsible:not(.is-expanded):after{content:"";position:absolute;left:0;right:0;bottom:0;height:38px;background:linear-gradient(transparent,var(--dc-bg))}.dc-collapsible.is-expanded{max-height:none}.dc-text-button{border:0;background:transparent;color:var(--dc-primary);padding:5px 0;font-size:11px;font-weight:800}.dc-theater-mode .dc-main{max-width:none}.dc-theater-mode .dc-watch-page{max-width:none}.dc-theater-mode .dc-video-info-pro,.dc-theater-mode .dc-related-grid{max-width:1180px;margin-left:auto;margin-right:auto}.dc-footer{max-width:var(--dc-max);margin:20px auto 70px;padding:28px 16px;border-top:1px solid var(--dc-line);color:var(--dc-muted);display:grid;gap:10px}.dc-footer strong{color:#fff}.dc-footer p,.dc-footer small{font-size:10px}.dc-footer-links{display:flex;gap:14px;font-size:11px}.dc-bottom-nav{position:fixed;z-index:90;left:0;right:0;bottom:0;height:calc(66px + env(safe-area-inset-bottom));padding:5px 7px env(safe-area-inset-bottom);background:rgba(9,11,16,.93);backdrop-filter:blur(18px);border-top:1px solid var(--dc-line);display:grid;grid-template-columns:repeat(5,1fr)}.dc-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#7f8796}.dc-bottom-nav span{font-size:19px}.dc-bottom-nav small{font-size:8px}.dc-bottom-nav a.is-active{color:#fff}.dc-bottom-nav a.is-active span{color:var(--dc-primary)}.dc-nav-explore span{width:37px;height:30px;border-radius:11px;background:linear-gradient(135deg,var(--dc-primary),var(--dc-primary2));display:grid;place-items:center;color:#fff;box-shadow:0 5px 18px rgba(216,77,242,.28);margin-top:-9px}.dc-client-progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:rgba(255,255,255,.18)}.dc-client-progress i{display:block;height:100%;background:var(--dc-primary)}.dc-comments{padding:20px 14px}.dc-empty-state{padding:50px 20px;text-align:center;color:var(--dc-muted)}
@media(min-width:640px){.dc-main{padding-bottom:30px}.dc-bottom-nav{display:none}.dc-footer{margin-bottom:20px}.dc-section{padding:28px 22px}.dc-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 14px}.dc-grid-home{grid-template-columns:repeat(3,1fr)}.dc-category-grid{grid-template-columns:repeat(4,1fr)}.dc-hero-content{left:34px;bottom:60px}.dc-hero-dots{left:34px}.dc-video-info-pro{padding:26px 24px}.dc-ranking{grid-template-columns:repeat(2,1fr)}.dc-row-scroll{grid-auto-columns:285px}}
@media(min-width:960px){:root{--dc-header:68px}.dc-header{padding:0 22px}.dc-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dc-grid-home{grid-template-columns:repeat(5,1fr)}.dc-category-grid{grid-template-columns:repeat(4,1fr)}.dc-hero-pro{border-radius:0 0 24px 24px}.dc-hero-content{left:48px;bottom:70px}.dc-hero-dots{left:48px}.dc-section{padding:32px 28px}.dc-section-head h2{font-size:26px}.dc-card-body h3{font-size:14px}.dc-video-info-pro{padding:30px 28px}.dc-video-info h1{font-size:31px}.dc-player{border-radius:0 0 18px 18px;overflow:hidden}.dc-ranking{grid-template-columns:repeat(2,1fr)}.dc-actor-profile{padding-left:40px}.dc-page-hero{padding:60px 34px 30px}}
@media(min-width:1200px){.dc-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.dc-grid-home{grid-template-columns:repeat(5,1fr)}.dc-related-grid{grid-template-columns:repeat(5,1fr)}.dc-category-grid{grid-template-columns:repeat(4,1fr)}.dc-ranking{grid-template-columns:repeat(2,1fr)}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
.dc-no-scroll{overflow:hidden}.dc-page-head{padding:38px 16px 16px}.dc-page-head h1{margin:0 0 7px}.dc-client-list{padding-top:4px}[hidden]{display:none!important}

/* === Dark Cinema Pro 3.3 / UI Match Edition === */
:root{--dc-primary:#f03ebd;--dc-primary2:#8e45ff;--dc-bg:#080a0e;--dc-card:#11151b;--dc-card2:#171c24;--dc-line:rgba(255,255,255,.075)}
body{background:linear-gradient(180deg,#07090d 0,#090c11 58%,#07090d 100%)}
.dc-main{max-width:1160px}
.dc-header{background:rgba(7,9,13,.95);backdrop-filter:blur(20px);border-color:rgba(255,255,255,.035)}
.dc-brand{font-size:15px;letter-spacing:-.55px}.dc-brand b{background:none;color:var(--dc-primary);padding:0;font-size:7px}
.dc-icon-btn{font-size:21px}.dc-lines{font-size:0}.dc-lines:before{content:"☰";font-size:24px}
.dc-ui-match{margin-top:0}.dc-hero-pro{height:445px;min-height:445px;border-radius:0}.dc-hero-slide:before{background-image:linear-gradient(180deg,rgba(7,9,13,.05) 0,rgba(7,9,13,.18) 38%,rgba(7,9,13,.98) 100%),var(--dc-hero-bg);background-position:center 18%}.dc-hero-content{bottom:42px}.dc-hero h1{font-size:28px;line-height:1.04;max-width:520px}.dc-hero p{max-width:440px;font-size:12px}.dc-eyebrow span{color:#fff;background:linear-gradient(135deg,#fe3fab,#a13cf3);font-size:8px;padding:5px 7px;border-radius:5px;letter-spacing:.4px}.dc-eyebrow b{background:rgba(255,255,255,.08);border:1px solid var(--dc-line)}.dc-hero-meta{font-size:10px;margin:8px 0 10px}.dc-hero-actions .dc-btn{border-radius:9px;padding:9px 12px;font-size:11px}.dc-hero-actions .dc-btn-ghost{width:38px;padding:0}
.dc-section{padding-top:17px;padding-bottom:17px}.dc-section-head{align-items:center;margin-bottom:10px}.dc-section-head h2{font-size:15px;margin:0;font-weight:800;letter-spacing:-.2px}.dc-section-head>a,.dc-muted-label{font-size:9px;color:#8f96a4}.dc-row-scroll{grid-auto-columns:minmax(145px,47vw);gap:8px}.dc-row-compact{grid-auto-columns:minmax(155px,50vw)}.dc-home-featured{grid-auto-columns:minmax(155px,51vw)}.dc-grid{gap:12px 8px}.dc-grid-home{grid-template-columns:repeat(2,minmax(0,1fr))}.dc-card-thumb{border-radius:8px}.dc-card-body{padding-top:6px}.dc-card-body h3{font-size:10px;line-height:1.3;margin-bottom:3px}.dc-meta{font-size:8px}.dc-rating{color:#f6c65b}.dc-card-tags{left:5px;top:5px}.dc-card-tags b,.dc-card-tags em{font-size:7px;padding:4px 5px;border-radius:4px}.dc-duration{right:5px;bottom:5px;font-size:8px;padding:3px 4px}.dc-card-play{width:38px;height:38px;font-size:12px}.dc-client-progress{height:2px}
.dc-compact-list{display:grid;gap:2px}.dc-compact-video{display:grid;grid-template-columns:28px 104px 1fr;align-items:center;gap:9px;padding:6px 4px;border-radius:10px}.dc-compact-video:hover{background:#11151c}.dc-compact-rank{font-size:14px;text-align:center;color:#858b98}.dc-compact-video:nth-child(-n+3) .dc-compact-rank{color:var(--dc-primary)}.dc-compact-thumb{position:relative;display:block;aspect-ratio:16/9;border-radius:7px;overflow:hidden;background:#111}.dc-compact-thumb img{width:100%;height:100%;object-fit:cover}.dc-compact-thumb em{position:absolute;right:4px;bottom:3px;background:rgba(0,0,0,.78);font-style:normal;font-size:7px;padding:2px 3px;border-radius:3px}.dc-compact-copy{min-width:0}.dc-compact-copy strong{font-size:10px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dc-compact-copy small{font-size:8px;color:var(--dc-muted);display:block;margin-top:4px}
.dc-actors{gap:8px}.dc-actor{flex-basis:60px}.dc-actor-img{width:48px;height:48px;margin-bottom:4px}.dc-actor strong{font-size:8px}.dc-actor small{font-size:7px}.dc-actor-rank{font-size:6px;left:1px;padding:3px}.dc-category-match{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.dc-category-card{height:68px;border-radius:9px}.dc-category-card span{left:9px;bottom:8px}.dc-category-card strong{font-size:10px}.dc-category-card small{font-size:7px}
.dc-page-hero{padding:28px 14px 18px;background:#0a0d12}.dc-page-hero h1{font-size:24px;margin:3px 0 5px}.dc-page-hero p{font-size:10px}.dc-category-hero{min-height:190px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;background:#0b0e13}.dc-category-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(180deg,rgba(7,9,13,.28),#080a0e 100%),var(--dc-page-bg);background-size:cover;background-position:center;filter:saturate(.75)}.dc-category-hero>*{position:relative;z-index:1}.dc-filter-chips{gap:6px}.dc-filter-chips a,.dc-filter-chips span{padding:7px 10px;font-size:8px;border-radius:7px}.dc-filter-chips .is-active{background:var(--dc-primary)}.dc-category-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.dc-actor-profile-match{padding:34px 16px 24px;text-align:center}.dc-actor-profile-match .dc-actor-profile-inner{display:block;margin:auto}.dc-actor-profile-match .dc-actor-profile-inner>img{width:92px;height:92px;margin:0 auto 10px}.dc-actor-profile-match h1{font-size:22px}.dc-verified{display:inline-grid;place-items:center;width:15px;height:15px;border-radius:50%;font-size:8px;background:var(--dc-primary);vertical-align:3px}.dc-actor-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);max-width:280px;margin:14px auto 0}.dc-actor-stat-grid span{padding:0 8px;border-right:1px solid var(--dc-line)}.dc-actor-stat-grid span:last-child{border:0}.dc-actor-stat-grid b{display:block;font-size:15px}.dc-actor-stat-grid small{display:block;font-size:7px;color:var(--dc-muted);margin-top:2px}.dc-actor-profile-match p{max-width:520px;margin:12px auto 0}
.dc-search-hero{padding-top:22px}.dc-search-hero h1{text-align:center;font-size:17px;margin-bottom:14px}.dc-page-search{margin:0 auto;max-width:650px;border-radius:9px;padding:5px}.dc-page-search input{font-size:10px}.dc-page-search button{padding:7px 10px;font-size:9px}.dc-search-suggestions{max-width:650px;margin:13px auto 0}.dc-search-suggestions>small{display:block;margin-bottom:7px;color:var(--dc-muted);font-size:8px}.dc-search-results .dc-compact-video{grid-template-columns:104px 1fr}.dc-search-results .dc-compact-rank{display:none}
.dc-watch-heading{height:44px;padding:0 10px;display:grid;grid-template-columns:32px 1fr 32px;align-items:center;border-bottom:1px solid var(--dc-line);background:#080a0e}.dc-watch-heading strong{text-align:center;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dc-watch-back{font-size:25px;color:#fff}.dc-watch-heading .dc-icon-btn{width:30px;height:30px;font-size:15px}.dc-player-topbar{height:38px;padding:0 9px}.dc-now-playing,.dc-player-status{font-size:8px}.dc-now-playing i{width:6px;height:6px}.dc-media-stage{aspect-ratio:16/9}.dc-big-play{width:52px;height:52px;font-size:18px}.dc-player-panels{padding:10px}.dc-server{min-width:104px;border-radius:7px;padding:8px}.dc-server strong{font-size:9px}.dc-server small{font-size:7px}.dc-episode-btn{border-radius:6px;padding:7px 9px;font-size:8px}.dc-video-info-pro{padding:14px}.dc-title-line{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.dc-video-info h1{font-size:17px;margin-bottom:7px}.dc-watch-stats{font-size:8px;gap:6px}.dc-watch-stats b{font-size:7px}.dc-heart-pill{display:none;border:0;border-radius:8px;background:rgba(240,62,189,.12);color:#ff80dc;padding:7px 9px;font-size:8px;white-space:nowrap}.dc-actions-pro{margin:10px 0;gap:5px}.dc-actions-pro button{flex:1;padding:7px 5px;border-radius:7px;font-size:8px}.dc-video-tax{margin:10px 0 0}.dc-video-tax a{font-size:7px;background:#11161d;border:1px solid var(--dc-line);padding:5px 7px;border-radius:6px;color:#cbd0da}.dc-info-block{margin-top:13px;padding-top:13px}.dc-block-head h2{font-size:11px}.dc-content{font-size:9px}.dc-cast-chips{display:flex;gap:6px;overflow:auto;scrollbar-width:none}.dc-cast-chips a{display:flex;align-items:center;gap:5px;flex:0 0 auto;background:#11161d;border:1px solid var(--dc-line);border-radius:999px;padding:4px 8px 4px 4px;font-size:8px}.dc-cast-chips img{width:22px;height:22px;border-radius:50%;object-fit:cover}.dc-related-compact{gap:2px}
.dc-explore-hero{background:radial-gradient(circle at 30% 0,rgba(240,62,189,.16),transparent 48%),#090c11}.dc-explore-actions{display:flex;gap:7px}.dc-explore-actions .dc-btn{font-size:8px;padding:8px 10px;border-radius:7px}
.dc-bottom-nav{height:calc(58px + env(safe-area-inset-bottom));background:rgba(7,9,13,.98)}.dc-bottom-nav span{font-size:16px}.dc-bottom-nav small{font-size:7px}.dc-nav-explore span{height:27px;width:32px;border-radius:9px;margin-top:-6px}
.dc-mini-close{display:none;border:0;background:transparent;color:#fff;font-size:17px;margin-left:auto}.dc-player.is-mini{position:fixed;z-index:130;right:10px;bottom:72px;width:min(360px,calc(100vw - 20px));border:1px solid rgba(255,255,255,.12);border-radius:12px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.65)}.dc-player.is-mini .dc-player-topbar{display:flex}.dc-player.is-mini .dc-mini-close{display:block}.dc-player.is-mini .dc-player-panels{display:none}.dc-player.is-mini .dc-media-stage{aspect-ratio:16/9}.dc-player.is-mini .dc-controls{grid-template-columns:32px auto 1fr 32px}.dc-player.is-mini .dc-speed,.dc-player.is-mini .dc-pip,.dc-player.is-mini .dc-fullscreen{display:none}.dc-player.is-mini .dc-time{font-size:7px}
.dc-card-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent 25%,rgba(255,255,255,.04) 42%,transparent 60%);transform:translateX(-120%);pointer-events:none}.dc-card-thumb.is-loading:after{animation:dcShimmer 1.15s infinite}@keyframes dcShimmer{to{transform:translateX(120%)}}
@media(min-width:640px){.dc-hero-pro{height:500px;min-height:500px}.dc-grid-home{grid-template-columns:repeat(3,minmax(0,1fr))}.dc-compact-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 14px}.dc-category-video-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dc-category-match{grid-template-columns:repeat(4,minmax(0,1fr))}.dc-heart-pill{display:block}.dc-row-scroll{grid-auto-columns:220px}.dc-compact-video{grid-template-columns:34px 130px 1fr}.dc-compact-copy strong{font-size:11px}.dc-search-results .dc-compact-video{grid-template-columns:130px 1fr}}
@media(min-width:960px){.dc-main{max-width:1240px}.dc-hero-pro{height:560px;min-height:560px;border-radius:0 0 18px 18px}.dc-hero h1{font-size:46px}.dc-grid-home{grid-template-columns:repeat(4,minmax(0,1fr))}.dc-category-video-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dc-category-match{grid-template-columns:repeat(6,minmax(0,1fr))}.dc-row-scroll{grid-auto-columns:250px}.dc-compact-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 18px}.dc-watch-page{max-width:930px}.dc-player{border-radius:10px;overflow:hidden}.dc-watch-heading{border-radius:10px 10px 0 0}.dc-player.is-mini{width:420px;right:24px;bottom:24px}.dc-actor-profile-match{padding-top:55px}}


/* V3.4.1 Player UX: muted-first + 10-second seek */
.dc-video-el{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
.dc-controls{grid-template-columns:36px 40px auto minmax(70px,1fr) 40px 38px 56px 38px 38px}
.dc-controls .dc-skip-back,.dc-controls .dc-skip-forward{font-size:10px;font-weight:900;letter-spacing:-.4px;color:#f3f4f7;min-width:34px;height:30px;border-radius:8px;background:rgba(255,255,255,.08);transition:.18s}
.dc-controls .dc-skip-back:hover,.dc-controls .dc-skip-forward:hover{background:rgba(216,77,242,.18);color:#fff}
.dc-controls .dc-mute{width:34px;height:30px;border-radius:8px;background:rgba(255,255,255,.06)}
.dc-seek-feedback{position:absolute;z-index:8;left:50%;top:50%;transform:translate(-50%,-50%) scale(.92);padding:9px 13px;border-radius:999px;background:rgba(6,8,12,.78);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(10px);color:#fff;font-size:11px;font-weight:850;pointer-events:none;opacity:0}
.dc-seek-feedback.is-showing{animation:dcSeekPop .65s ease both}
@keyframes dcSeekPop{0%{opacity:0;transform:translate(-50%,-50%) scale(.86)}18%{opacity:1;transform:translate(-50%,-50%) scale(1)}72%{opacity:1}100%{opacity:0;transform:translate(-50%,-50%) scale(.96)}}
@media(max-width:640px){.dc-controls{grid-template-columns:30px 34px auto minmax(54px,1fr) 34px 31px 31px;gap:3px;padding-left:5px;padding-right:5px}.dc-controls .dc-speed,.dc-controls .dc-pip{display:none}.dc-controls .dc-skip-back,.dc-controls .dc-skip-forward{min-width:31px;height:28px;font-size:9px;padding:0}.dc-controls .dc-mute,.dc-controls .dc-fullscreen{width:30px;height:28px;padding:0}.dc-time{font-size:7px}}
.dc-player.is-mini .dc-controls{grid-template-columns:28px 32px auto minmax(46px,1fr) 32px 30px;gap:2px}
.dc-player.is-mini .dc-speed,.dc-player.is-mini .dc-pip,.dc-player.is-mini .dc-fullscreen{display:none}
.dc-player.is-mini .dc-controls .dc-skip-back,.dc-player.is-mini .dc-controls .dc-skip-forward{min-width:29px;height:26px;font-size:8px}

/* v3.5.3 balanced home */
.dc-home-balanced{align-items:start}.dc-for-you-section{background:linear-gradient(180deg,rgba(216,77,242,.025),transparent)}.dc-trending-balanced .dc-compact-video{min-width:0}


/* Dark Cinema Pro 3.5.5 — Watch title UX aligned to original mockup */
.dc-watch-heading{position:relative;z-index:20}
.dc-watch-nav-title{min-width:0;text-align:center;display:flex;align-items:center;justify-content:center}
.dc-watch-nav-title>span{font-size:9px;color:var(--dc-muted);font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.dc-watch-nav-title>strong{display:none;max-width:100%;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dc-watch-heading.is-title-sticky .dc-watch-nav-title>span{display:none}
.dc-watch-heading.is-title-sticky .dc-watch-nav-title>strong{display:block}
.dc-watch-more{font-weight:900;letter-spacing:1px}
.dc-watch-menu-panel{position:absolute;right:8px;top:40px;z-index:40;width:170px;padding:7px;background:#11151d;border:1px solid var(--dc-line);border-radius:12px;box-shadow:0 16px 48px rgba(0,0,0,.46)}
.dc-watch-menu-panel[hidden]{display:none}
.dc-watch-menu-panel button{width:100%;display:flex;align-items:center;gap:9px;border:0;background:transparent;color:#e9edf5;padding:9px 10px;border-radius:8px;text-align:left;font-size:9px}
.dc-watch-menu-panel button:hover,.dc-watch-menu-panel button.is-active{background:rgba(216,77,242,.11);color:#fff}
.dc-title-line-clean{display:block}
.dc-title-line-clean h1{max-width:820px;margin:0;font-size:18px;line-height:1.2;font-weight:850;letter-spacing:-.35px;text-wrap:balance}
.dc-watch-stats-clean{margin-top:8px;align-items:center}
.dc-watch-stats-clean>span:not(.dc-rating){display:inline-flex;align-items:center}
.dc-watch-stats-clean>span:not(:last-child):after{content:"•";margin-left:7px;color:#4f5664}
.dc-watch-stats-clean b+span:before{content:""}
.dc-actions-clean{margin-top:13px;margin-bottom:9px}
.dc-actions-clean button{min-height:34px;display:flex;align-items:center;justify-content:center;gap:5px;font-weight:750}
@media(min-width:640px){
  .dc-watch-heading{height:50px;padding:0 14px;grid-template-columns:38px 1fr 38px}
  .dc-watch-nav-title>span{font-size:10px}.dc-watch-nav-title>strong{font-size:12px}
  .dc-watch-menu-panel{top:46px;right:12px;width:190px}.dc-watch-menu-panel button{font-size:11px;padding:10px 11px}
  .dc-title-line-clean h1{font-size:24px;letter-spacing:-.55px}.dc-watch-stats-clean{font-size:10px;gap:7px}.dc-actions-clean button{font-size:10px;min-height:38px}
}
@media(min-width:960px){
  .dc-title-line-clean h1{font-size:28px}.dc-video-info-pro{padding-top:22px}.dc-watch-menu-panel{border-radius:14px}
}


/* Dark Cinema Pro 3.5.6 — Mobile Clean Home
 * Keep the original mockup language: one section = one title.
 * No duplicated kicker + heading pairs on the homepage.
 */
.dc-section-head>h2{margin:0}
@media(max-width:639px){
  :root{--dc-header:56px}
  .dc-main{padding-bottom:78px}
  .dc-header{grid-template-columns:44px 1fr 44px;padding:0 6px}
  .dc-brand{font-size:16px;letter-spacing:-.65px}
  .dc-brand b{font-size:7px;padding:2px 4px}
  .dc-icon-btn{width:38px;height:38px;border-radius:11px;font-size:22px}

  .dc-hero-pro{height:64vh;min-height:410px;max-height:520px;margin-bottom:2px}
  .dc-hero-slide:before{background-image:linear-gradient(180deg,rgba(7,9,13,.02) 15%,rgba(7,9,13,.24) 43%,#07090d 95%),linear-gradient(90deg,rgba(7,9,13,.42),transparent 82%),var(--dc-hero-bg)}
  .dc-hero-content{left:12px;right:12px;bottom:38px}
  .dc-eyebrow{margin-bottom:7px;gap:6px}
  .dc-eyebrow span,.dc-eyebrow b{font-size:8px}
  .dc-hero h1{font-size:30px;line-height:1.02;letter-spacing:-1px;margin-bottom:8px}
  .dc-hero-meta{font-size:9px;gap:6px;margin:8px 0}
  .dc-hero p{font-size:10px;line-height:1.45;-webkit-line-clamp:2}
  .dc-hero-actions{margin-top:10px;gap:7px}
  .dc-hero-actions .dc-btn{padding:9px 12px;border-radius:9px;font-size:10px}
  .dc-hero-dots{left:12px;bottom:14px}

  .dc-section{padding:18px 12px}
  .dc-section+.dc-section{padding-top:14px}
  .dc-section-head{align-items:center;margin-bottom:10px;gap:10px}
  .dc-section-head h2,.dc-section-head>h2{margin:0;font-size:17px;line-height:1.15;letter-spacing:-.35px;font-weight:850}
  .dc-section-head>a{font-size:9px;color:#9ba2af}

  .dc-grid,.dc-grid-home{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 8px}
  .dc-card-thumb{border-radius:10px}
  .dc-card-body{padding:7px 1px 0}
  .dc-card-body h3{font-size:11px;line-height:1.3;margin-bottom:4px;-webkit-line-clamp:2}
  .dc-meta{font-size:8px;gap:4px}
  .dc-duration{right:5px;bottom:5px;padding:3px 5px;font-size:8px;border-radius:5px}
  .dc-card-tags{left:5px;top:5px;gap:3px}
  .dc-card-tags b,.dc-card-tags em{font-size:6.5px;padding:4px 5px;border-radius:4px}
  .dc-card-play{display:none}

  .dc-row-scroll{grid-auto-columns:72vw;gap:9px}
  .dc-compact-list{gap:3px}
  .dc-compact-video{grid-template-columns:24px 96px 1fr;gap:7px;padding:5px 2px}
  .dc-compact-rank{font-size:12px}
  .dc-compact-thumb{border-radius:7px}
  .dc-compact-copy strong{font-size:9px}
  .dc-compact-copy small{font-size:7px;margin-top:3px}

  .dc-actors{gap:9px;padding-bottom:2px}
  .dc-actor{flex-basis:58px}
  .dc-actor-img{width:48px;height:48px;margin-bottom:4px}
  .dc-actor strong{font-size:8px}
  .dc-actor small{font-size:7px}

  .dc-category-match{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
  .dc-category-card{height:66px;border-radius:9px}
  .dc-category-card span{left:8px;right:5px;bottom:7px}
  .dc-category-card strong{font-size:9px}
  .dc-category-card small{font-size:6.5px}

  .dc-bottom-nav{height:calc(58px + env(safe-area-inset-bottom));padding-top:4px}
  .dc-bottom-nav span{font-size:16px}
  .dc-bottom-nav small{font-size:7px}
}

/* V5.0.5 Player Play Fix */
.dc-big-play{pointer-events:auto;touch-action:manipulation;cursor:pointer;-webkit-tap-highlight-color:transparent}.dc-player-loading{pointer-events:none}


/* Dark Cinema Pro 5.0.6 — Stability & Mobile Audit
 * Readability/tap targets only; keeps the approved compact mobile layout.
 */
:where(a,button,input,select,textarea):focus-visible{outline:2px solid var(--dc-primary);outline-offset:2px}
.dc-bottom-nav a,.dc-big-play,.dc-controls button,.dc-actions-clean button{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
@media(hover:none){.dc-card:hover .dc-card-thumb img{transform:none}}
@media(max-width:639px){
  .dc-card-body h3{font-size:12px}
  .dc-meta{font-size:9px}
  .dc-card-tags b,.dc-card-tags em{font-size:7.5px}
  .dc-compact-copy strong{font-size:10px;line-height:1.3}
  .dc-compact-copy small{font-size:8px}
  .dc-actor strong{font-size:9px}
  .dc-actor small{font-size:8px}
  .dc-category-card strong{font-size:10px}
  .dc-category-card small{font-size:8px}
  .dc-bottom-nav small{font-size:9px;line-height:1}
  .dc-bottom-nav a{min-height:46px}
  .dc-now-playing,.dc-player-status{font-size:9px}
  .dc-server strong{font-size:10px}
  .dc-server small{font-size:8px}
  .dc-episode-btn{font-size:9px;min-height:34px}
  .dc-watch-stats{font-size:9px}
  .dc-watch-stats b{font-size:8px}
  .dc-actions-pro button,.dc-actions-clean button{font-size:10px;min-height:40px}
  .dc-video-tax a{font-size:8px}
  .dc-block-head h2{font-size:13px}
  .dc-content{font-size:11px;line-height:1.65}
  .dc-cast-chips a{font-size:9px}
  .dc-watch-menu-panel button{font-size:10px;min-height:38px}
}
@supports(padding:max(0px)){
  @media(max-width:639px){
    .dc-header{height:calc(var(--dc-header) + env(safe-area-inset-top));padding-top:env(safe-area-inset-top);padding-left:max(6px,env(safe-area-inset-left));padding-right:max(6px,env(safe-area-inset-right))}
  }
}

/* ==== v40.css ==== */
/* Dark Cinema Pro 4.0 – additive mobile-first controls */
.dc-media-stage{--dc-video-brightness:1}.dc-media-stage .dc-video-el{filter:brightness(var(--dc-video-brightness));transition:filter .12s linear}.dc-v40-gesture{position:absolute;z-index:25;left:50%;top:44%;transform:translate(-50%,-50%) scale(.92);background:rgba(5,7,11,.88);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:9px 14px;color:#fff;font-weight:800;font-size:12px;opacity:0;pointer-events:none;transition:.16s}.dc-v40-gesture.is-show{opacity:1;transform:translate(-50%,-50%) scale(1)}
.dc-controls .dc-lock{border:0;background:transparent;color:#fff;min-width:32px;height:32px;border-radius:8px}.dc-player.is-locked .dc-controls>*:not(.dc-lock){opacity:.1;pointer-events:none}.dc-player.is-locked .dc-controls{background:transparent}.dc-auto-next{position:absolute;z-index:30;right:10px;bottom:54px;display:flex;align-items:center;gap:10px;padding:10px 12px;background:rgba(7,9,13,.93);border:1px solid rgba(255,255,255,.12);border-radius:12px;color:#fff;font-size:11px}.dc-auto-next[hidden]{display:none}.dc-auto-next button{border:0;border-radius:8px;padding:6px 9px;background:#272b34;color:#fff}
.dc-live-search-results{margin-top:8px;border:1px solid rgba(255,255,255,.09);background:#0b0e14;border-radius:12px;overflow:hidden;max-height:min(58vh,520px);overflow-y:auto}.dc-live-search-item{display:grid;grid-template-columns:48px 1fr;gap:10px;align-items:center;padding:8px 10px;color:#fff;border-bottom:1px solid rgba(255,255,255,.06)}.dc-live-search-item:last-child{border-bottom:0}.dc-live-search-item img,.dc-live-search-icon{width:48px;height:32px;object-fit:cover;border-radius:7px;background:#151923;display:grid;place-items:center}.dc-live-search-item strong{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dc-live-search-item small{display:block;font-size:8px;color:#8e95a7;margin-top:3px}.dc-live-search-loading,.dc-live-search-empty{padding:14px;color:#9299aa;font-size:10px;text-align:center}
.dc-actions-clean{position:relative}.dc-collection-pop{position:absolute;z-index:35;left:0;right:0;top:calc(100% + 8px);padding:12px;background:#0b0e14;border:1px solid rgba(255,255,255,.1);border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.45)}.dc-collection-pop>strong{font-size:11px}.dc-collection-list{display:grid;gap:5px;margin:9px 0}.dc-collection-list button{display:flex;justify-content:space-between;gap:8px;width:100%;border:0;border-radius:9px;background:#151923;color:#e7eaf2;padding:8px 10px;text-align:left;font-size:10px}.dc-collection-list button.is-on{background:rgba(240,62,189,.12);color:#ff7bd4}.dc-collection-list small{margin-left:auto;color:#868da0}.dc-collection-new{display:flex;gap:6px}.dc-collection-new input{flex:1;min-width:0;background:#0d1017;border:1px solid rgba(255,255,255,.1);color:#fff;border-radius:8px;padding:8px;font-size:10px}.dc-collection-new button{border:0;border-radius:8px;background:var(--dc-primary,#f03ebd);color:#fff;padding:0 12px;font-size:10px;font-weight:700}
.dc-collections-page .dc-collection-section{margin-bottom:22px}.dc-collections-page .dc-collection-section h2{font-size:14px;margin-bottom:10px}.dc-collection-empty{padding:28px;text-align:center;color:var(--dc-muted)}
@media(min-width:640px){.dc-live-search-item{grid-template-columns:72px 1fr;padding:10px 12px}.dc-live-search-item img,.dc-live-search-icon{width:72px;height:44px}.dc-live-search-item strong{font-size:12px}.dc-live-search-item small{font-size:9px}.dc-collection-pop{left:auto;width:330px}}
.dc-series-strip .dc-block-head a{font-size:9px;color:var(--dc-primary,#f03ebd)}.dc-series-episodes{display:flex;gap:6px;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}.dc-series-episodes::-webkit-scrollbar{display:none}.dc-series-episodes a{flex:0 0 auto;border:1px solid rgba(255,255,255,.09);border-radius:8px;padding:7px 10px;color:#b9bfd0;background:#0e1117;font-size:9px}.dc-series-episodes a.is-active{border-color:rgba(240,62,189,.6);background:rgba(240,62,189,.1);color:#fff}

/* ==== v41.css ==== */
/* V5.8.4.13 — subtitle control is detached from the bottom control grid.
   This keeps the seek timeline at the normal height and prevents accidental
   seeking while the user is trying to change subtitles. */
.dc-subtitle-control{position:absolute;z-index:18;top:10px;right:10px;display:flex;justify-content:flex-end;transition:opacity .2s ease,transform .2s ease}
.dc-subtitle-toggle{width:44px;height:36px;min-width:44px!important;min-height:36px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:9px!important;background:rgba(8,10,15,.78)!important;color:#fff!important;font-size:11px!important;font-weight:900!important;letter-spacing:.4px;backdrop-filter:blur(12px);box-shadow:0 8px 24px rgba(0,0,0,.28);touch-action:manipulation}
.dc-subtitle-toggle.is-active{border-color:rgba(177,118,255,.62)!important;background:rgba(124,60,255,.28)!important;color:#fff!important}
.dc-subtitle-menu{position:absolute;top:44px;right:0;width:min(220px,calc(100vw - 28px));max-height:min(260px,45vh);overflow:auto;padding:6px;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:rgba(10,12,18,.96);backdrop-filter:blur(18px);box-shadow:0 18px 46px rgba(0,0,0,.5)}
.dc-subtitle-menu[hidden]{display:none!important}
.dc-subtitle-option{width:100%;min-height:42px!important;display:grid!important;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:8px;border:0!important;border-radius:9px!important;background:transparent!important;color:#d8dce5!important;padding:6px 8px!important;text-align:left!important}
.dc-subtitle-option span{display:grid;place-items:center;height:25px;border-radius:6px;background:rgba(255,255,255,.07);color:#aeb5c2;font-size:8px;font-weight:900;text-transform:uppercase}
.dc-subtitle-option b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:750}
.dc-subtitle-option.is-active{background:rgba(124,60,255,.16)!important;color:#fff!important}
.dc-subtitle-option.is-active span{background:rgba(124,60,255,.28);color:#d9c8ff}
.dc-player.is-controls-idle:not(.dc-v584-controls-visible) .dc-subtitle-control:not(.is-open){opacity:0;transform:translateY(-4px);pointer-events:none}
.dc-player.is-locked .dc-subtitle-control{display:none}
.dc-player:is(:fullscreen,.is-soft-fullscreen),.dc-player:-webkit-full-screen{--dc-cc-safe-top:max(12px,env(safe-area-inset-top));--dc-cc-safe-right:max(12px,env(safe-area-inset-right))}
.dc-player:is(:fullscreen,.is-soft-fullscreen) .dc-subtitle-control,.dc-player:-webkit-full-screen .dc-subtitle-control{top:var(--dc-cc-safe-top);right:var(--dc-cc-safe-right)}

/* Backward compatibility if an old cached v41.js still injects the native
   select: remove it from grid flow so it cannot create a third controls row. */
@media(max-width:719px){
  .dc-controls .dc-subtitle-select{position:absolute!important;right:8px!important;top:-42px!important;grid-column:auto!important;width:auto!important;max-width:92px!important;min-width:68px!important;min-height:34px!important;height:34px!important;font-size:9px!important;z-index:18}
}

/* Dark Cinema Pro 4.1 – mobile-first playback additions */
.dc-subtitle-select{max-width:108px;height:28px;border:1px solid rgba(255,255,255,.13);border-radius:7px;background:#11141a;color:#fff;font-size:10px;padding:0 5px}
.dc-skip-segment{position:absolute;right:12px;bottom:68px;z-index:14;border:1px solid rgba(255,255,255,.25);border-radius:8px;background:rgba(7,8,11,.86);backdrop-filter:blur(10px);color:#fff;padding:9px 13px;font-weight:700;font-size:11px;box-shadow:0 6px 24px rgba(0,0,0,.3)}
.dc-skip-outro{bottom:72px}.dc-actions-clean [data-video-report]{opacity:.82}
.dc-report-modal{position:fixed;inset:0;z-index:99999;background:rgba(0,0,0,.72);display:flex;align-items:flex-end;justify-content:center;padding:12px}
.dc-report-box{width:min(100%,480px);background:#101218;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:16px;box-shadow:0 24px 80px rgba(0,0,0,.55)}
.dc-report-head{display:flex;align-items:center;justify-content:space-between}.dc-report-head strong{font-size:15px}.dc-report-head button{border:0;background:none;color:#fff;font-size:24px}.dc-report-box p{color:#9ca3b4;font-size:11px;line-height:1.55}.dc-report-types{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.dc-report-types button{border:1px solid rgba(255,255,255,.1);background:#171a22;color:#fff;border-radius:10px;padding:10px;font-size:11px;text-align:left}.dc-report-types button:active{transform:scale(.98)}.dc-report-box textarea{width:100%;min-height:72px;margin-top:10px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#0b0d12;color:#fff;padding:10px;resize:vertical}.dc-report-box small{display:block;color:#c4b5fd;margin-top:8px}
@media(min-width:720px){.dc-report-modal{align-items:center}.dc-skip-segment{right:18px;bottom:78px}.dc-report-types{grid-template-columns:repeat(3,1fr)}}

/* ==== v51.css ==== */
/* Dark Cinema Pro 5.1 – Mobile Player & Discovery */

/* Player Controls V2: progress gets its own touch-friendly row on phones. */
.dc-controls{display:grid;grid-template-columns:44px 44px auto minmax(100px,1fr) 44px 44px 58px 44px 44px 44px;grid-template-areas:"play back time progress forward mute speed pip fs lock";align-items:center;gap:4px;padding:7px 8px}.dc-play-toggle{grid-area:play}.dc-skip-back{grid-area:back}.dc-time{grid-area:time}.dc-progress{grid-area:progress}.dc-skip-forward{grid-area:forward}.dc-mute{grid-area:mute}.dc-speed{grid-area:speed}.dc-pip{grid-area:pip}.dc-fullscreen{grid-area:fs}.dc-lock{grid-area:lock}.dc-subtitle-select{min-height:34px;border-radius:8px}.dc-controls button{min-width:40px;min-height:40px}.dc-progress{width:100%;height:22px;padding:7px 0;background:transparent;accent-color:var(--dc-primary);cursor:pointer}.dc-progress::-webkit-slider-runnable-track{height:5px;border-radius:99px;background:rgba(255,255,255,.24)}.dc-progress::-webkit-slider-thumb{margin-top:-5.5px;width:16px;height:16px}.dc-progress::-moz-range-track{height:5px;border-radius:99px;background:rgba(255,255,255,.24)}.dc-progress::-moz-range-thumb{width:16px;height:16px;border:0;border-radius:50%;background:var(--dc-primary)}

/* Data Saver */
[data-data-saver-toggle].is-active{color:#fff;background:rgba(36,208,122,.12)!important}.dc-data-saver-chip{display:inline-flex;align-items:center;gap:5px;font-size:9px;color:#9ee7bf}.dc-data-saver-on .dc-player-status[data-state="loading"]{color:#f2d18a}

/* Series follow */
.dc-block-head{gap:10px}.dc-series-head-actions{display:flex;align-items:center;gap:6px;margin-left:auto}.dc-series-follow{border:1px solid rgba(255,255,255,.1);background:#11151d;color:#c9cfda;border-radius:8px;min-height:34px;padding:7px 10px;font-size:9px;font-weight:750}.dc-series-follow.is-active{background:rgba(216,77,242,.12);border-color:rgba(216,77,242,.42);color:#fff}.dc-nav-explore{position:relative}.dc-series-new-badge{position:absolute;top:1px;left:calc(50% + 8px);min-width:15px;height:15px;padding:0 4px;border-radius:99px;display:grid;place-items:center;background:#ff4f7a;color:#fff;font-size:8px;font-style:normal;font-weight:900;border:2px solid #07090d}.dc-series-new-badge[hidden]{display:none}

/* Explore filter bottom sheet */
.dc-discovery-filter-btn{border:1px solid rgba(255,255,255,.13);background:#141922;color:#fff;border-radius:999px;padding:8px 11px;font-size:12px}.dc-filter-chips .dc-discovery-filter-btn.is-active{background:linear-gradient(135deg,var(--dc-primary),var(--dc-primary2));border-color:transparent}.dc-filter-sheet[hidden]{display:none}.dc-filter-sheet{position:fixed;inset:0;z-index:220}.dc-filter-sheet-backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.68);width:100%;height:100%;padding:0}.dc-filter-sheet-panel{position:absolute;left:0;right:0;bottom:0;max-height:min(82vh,720px);overflow:auto;background:#0d1118;border:1px solid rgba(255,255,255,.09);border-radius:20px 20px 0 0;padding:8px 14px calc(18px + env(safe-area-inset-bottom));box-shadow:0 -25px 70px rgba(0,0,0,.55);transform:translateY(8px);animation:dcSheetInMobile .18s ease-out forwards}.dc-filter-sheet-grip{width:42px;height:4px;border-radius:99px;background:#404653;margin:3px auto 10px}.dc-filter-sheet-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.dc-filter-sheet-head h2{font-size:17px;margin:0}.dc-filter-sheet-close{border:0;background:#171c25;color:#fff;width:38px;height:38px;border-radius:12px;font-size:21px}.dc-filter-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:15px}.dc-filter-form label{display:grid;gap:6px;font-size:10px;color:#9ba3b4}.dc-filter-form select{width:100%;min-height:44px;border:1px solid rgba(255,255,255,.09);border-radius:11px;background:#141922;color:#fff;padding:0 10px}.dc-filter-form-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1.4fr;gap:8px;margin-top:5px}.dc-filter-form-actions a,.dc-filter-form-actions button{min-height:44px;border-radius:11px;display:grid;place-items:center;font-weight:800;font-size:11px}.dc-filter-form-actions a{background:#171c25;border:1px solid rgba(255,255,255,.08)}.dc-filter-form-actions button{border:0;background:linear-gradient(135deg,var(--dc-primary),var(--dc-primary2));color:#fff}.dc-sheet-open{overflow:hidden}@keyframes dcSheetInMobile{to{transform:none}}

/* Followed series section */
.dc-follow-series-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dc-follow-series-card{min-width:0;background:#10141c;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:11px}.dc-follow-series-card>a:first-child{display:block;min-width:0}.dc-follow-series-card strong{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dc-follow-series-card small{display:block;color:#8e96a8;font-size:9px;margin-top:4px}.dc-follow-series-new{display:flex!important;flex-direction:column;gap:3px;margin-top:10px;padding-top:8px;border-top:1px solid rgba(255,255,255,.07);font-size:9px}.dc-follow-series-new b{color:#ff7bd7}.dc-follow-series-new span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dc-follow-series-ok{display:block;margin-top:10px;padding-top:8px;border-top:1px solid rgba(255,255,255,.07);font-size:9px;color:#69d99b}

/* History management */
.dc-history-actions{display:flex;gap:7px;margin-top:10px}.dc-history-actions button{border:1px solid rgba(255,255,255,.09);background:#11161f;color:#d9deea;border-radius:9px;min-height:38px;padding:7px 10px;font-size:9px}.dc-history-remove{position:absolute;z-index:6;top:6px;right:6px;width:30px;height:30px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(5,7,10,.82);color:#fff;font-size:18px;line-height:1;display:grid;place-items:center}.dc-history-remove:active{transform:scale(.94)}

/* Data Saver: reduce nonessential visual work without changing layout. */
.dc-data-saver-on .dc-card-thumb img{transition:none}.dc-data-saver-on .dc-card:hover .dc-card-thumb img{transform:none}.dc-data-saver-on .dc-hero-slide{transition:none}.dc-data-saver-on .dc-card-thumb{backdrop-filter:none}

@media(max-width:640px){
  .dc-controls{grid-template-columns:44px 44px minmax(70px,1fr) 44px 44px 44px;grid-template-areas:"progress progress progress progress progress progress" "play back time forward mute fs";gap:3px 4px;padding:5px 6px 7px}.dc-controls button{min-width:42px;min-height:42px;padding:0}.dc-controls .dc-skip-back,.dc-controls .dc-skip-forward{min-width:42px;height:42px;font-size:10px}.dc-controls .dc-mute,.dc-controls .dc-fullscreen{width:42px;height:42px}.dc-time{font-size:9px;text-align:center;white-space:nowrap}.dc-progress{height:27px;padding:9px 2px}.dc-progress::-webkit-slider-runnable-track{height:6px}.dc-progress::-webkit-slider-thumb{width:18px;height:18px;margin-top:-6px}.dc-controls .dc-speed,.dc-controls .dc-pip,.dc-controls .dc-lock{display:none}.dc-controls .dc-subtitle-select{grid-column:1/-1;min-height:36px;width:100%;font-size:9px}.dc-player.is-mini .dc-controls{grid-template-columns:42px minmax(70px,1fr) 42px;grid-template-areas:"progress progress progress" "play time mute"}.dc-player.is-mini .dc-skip-back,.dc-player.is-mini .dc-skip-forward,.dc-player.is-mini .dc-fullscreen{display:none}.dc-filter-form{grid-template-columns:1fr}.dc-filter-form-actions{grid-column:auto}.dc-follow-series-list{grid-template-columns:1fr}.dc-series-head-actions{margin-left:0}.dc-series-strip .dc-block-head{align-items:center;flex-wrap:wrap}.dc-series-strip .dc-block-head>a{margin-left:auto}
}
@media(min-width:720px){.dc-filter-sheet-panel{left:50%;right:auto;width:min(620px,calc(100vw - 40px));transform:translate(-50%,8px);border-radius:20px;bottom:20px;animation-name:dcSheetInDesktop}@keyframes dcSheetInDesktop{to{transform:translate(-50%,0)}}}

/* ==== v53.css ==== */
/* Dark Cinema Pro 5.3 — Professional UI & Product Experience */
:root{
  --dc-space-1:4px;--dc-space-2:8px;--dc-space-3:12px;--dc-space-4:16px;--dc-space-5:20px;--dc-space-6:24px;--dc-space-8:32px;
  --dc-radius-xs:7px;--dc-radius-sm:10px;--dc-radius-md:14px;--dc-radius-lg:18px;--dc-radius-xl:22px;
  --dc-control-h:44px;--dc-touch:44px;--dc-ease:cubic-bezier(.2,.8,.2,1);
  --dc-surface:#0d1118;--dc-surface-2:#111721;--dc-surface-3:#171d28;--dc-border:rgba(255,255,255,.085);
  --dc-text-2:#cbd1dc;--dc-text-3:#929aaa;--dc-focus:0 0 0 3px color-mix(in srgb,var(--dc-primary) 28%,transparent);
}
html{scroll-padding-top:calc(var(--dc-header) + 10px)}
body.dc-v53{background:radial-gradient(circle at 50% -12%,color-mix(in srgb,var(--dc-primary2) 12%,transparent),transparent 32%),#07090d}
button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:0;box-shadow:var(--dc-focus)}
.dc-btn,.dc-load-more,.dc-actions button,.dc-watch-menu-panel button{min-height:var(--dc-control-h)}
.dc-section{padding:24px 14px}.dc-section-head{margin-bottom:13px}.dc-section-head h2{font-size:20px;line-height:1.15;letter-spacing:-.45px}.dc-section-head>a{min-height:32px;display:flex;align-items:center;padding-left:8px}
.dc-muted-label{color:var(--dc-text-3);font-size:11px}

/* 2. Card Video V2 */
.dc-card-pro{position:relative}.dc-card-pro .dc-card-thumb{border-radius:var(--dc-radius-md);border:1px solid rgba(255,255,255,.045);background:#10151d;box-shadow:0 7px 24px rgba(0,0,0,.13)}
.dc-card-pro .dc-card-body{padding-top:8px}.dc-card-pro .dc-card-body h3{margin:0;font-size:12px;line-height:1.35;font-weight:760;letter-spacing:-.15px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:32px}
.dc-card-pro .dc-meta{margin-top:5px;display:flex;align-items:center;gap:5px;color:var(--dc-text-3);font-size:9.5px;white-space:nowrap;overflow:hidden}.dc-card-pro .dc-meta i{opacity:.32;font-style:normal}.dc-card-pro .dc-rating{color:#ffd86a}
.dc-card-tags{top:6px;left:6px;right:6px;justify-content:flex-start;pointer-events:none}.dc-card-tags b,.dc-card-tags em,.dc-card-new{border-radius:6px;padding:4px 6px;font-size:8px;line-height:1;font-weight:850;letter-spacing:.3px;text-transform:uppercase;box-shadow:0 4px 12px rgba(0,0,0,.22)}
.dc-card-tags em{background:rgba(7,9,13,.78);border:1px solid rgba(255,255,255,.16);color:#fff}.dc-card-new{background:linear-gradient(135deg,var(--dc-primary),var(--dc-primary2));color:#fff}.dc-duration{right:6px;bottom:6px;padding:4px 6px;border-radius:6px;font-size:8.5px;background:rgba(4,5,8,.84);border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(7px)}
.dc-card-progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:rgba(255,255,255,.16);z-index:4;overflow:hidden}.dc-card-progress[hidden]{display:none}.dc-card-progress i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--dc-primary),var(--dc-primary2));border-radius:99px}
.dc-card-play{width:44px;height:44px;font-size:15px}
@media(hover:hover) and (pointer:fine){.dc-card:hover .dc-card-thumb img{transform:scale(1.025)}.dc-card:hover .dc-card-thumb{border-color:rgba(255,255,255,.10)}}
@media(hover:none),(pointer:coarse){.dc-card-play{opacity:0!important}.dc-card-thumb img{transition:none!important;transform:none!important}}

/* Compact/trending V2 */
.dc-compact-video{min-height:82px;border-radius:var(--dc-radius-md);border:1px solid var(--dc-border);background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.012));padding:8px;transition:border-color .18s,background .18s}.dc-compact-video:active{background:rgba(255,255,255,.045)}
.dc-compact-rank{font-variant-numeric:tabular-nums;font-size:24px;min-width:38px;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.48);letter-spacing:-1.5px}.dc-trending-section .dc-compact-video:nth-child(-n+3) .dc-compact-rank{color:color-mix(in srgb,var(--dc-primary) 18%,transparent);-webkit-text-stroke:1px color-mix(in srgb,var(--dc-primary) 72%,#fff 8%)}
.dc-compact-thumb{border-radius:10px;overflow:hidden}.dc-compact-copy strong{font-size:11.5px;line-height:1.3}.dc-compact-copy small{font-size:9px;color:var(--dc-text-3);margin-top:5px}

/* 3. Skeleton loading */
@keyframes dcSkeleton{0%{background-position:130% 0}100%{background-position:-130% 0}}
.dc-skeleton{background:linear-gradient(100deg,#111720 20%,#1b2230 36%,#111720 52%);background-size:260% 100%;animation:dcSkeleton 1.25s ease-in-out infinite;border-radius:8px}
.dc-skeleton-card{min-width:0}.dc-skeleton-card .dc-sk-thumb{aspect-ratio:16/9;border-radius:var(--dc-radius-md)}.dc-skeleton-card .dc-sk-line{height:11px;margin-top:9px}.dc-skeleton-card .dc-sk-line.is-short{width:58%;height:8px;margin-top:6px}
.dc-live-search-loading{font-size:0;padding:10px}.dc-live-search-loading:before,.dc-live-search-loading:after{content:"";display:block;height:42px;border-radius:10px;background:linear-gradient(100deg,#101620 20%,#1b2230 36%,#101620 52%);background-size:260% 100%;animation:dcSkeleton 1.25s ease-in-out infinite}.dc-live-search-loading:after{margin-top:7px}
.dc-load-more.is-loading{position:relative;color:transparent!important}.dc-load-more.is-loading:after{content:"";position:absolute;inset:0;margin:auto;width:18px;height:18px;border:2px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:dcSpin .65s linear infinite}
@keyframes dcSpin{to{transform:rotate(360deg)}}

/* 4/5. Watch page + Player polish */
.dc-watch-page{max-width:980px;margin:0 auto}.dc-watch-player{background:#05070a}.dc-player{border-radius:0;background:#05070a}.dc-media-stage{background:#05070a;position:relative}.dc-media-stage:after{content:"";position:absolute;z-index:3;left:0;right:0;bottom:0;height:32%;pointer-events:none;background:linear-gradient(180deg,transparent,rgba(0,0,0,.48));opacity:.55;transition:opacity .25s}
.dc-player .dc-controls{z-index:7;transition:opacity .24s var(--dc-ease),transform .24s var(--dc-ease);background:linear-gradient(180deg,transparent,rgba(4,5,8,.84));padding-top:18px}.dc-player.is-controls-idle:not(.is-buffering) .dc-controls{opacity:0;transform:translateY(5px);pointer-events:none}.dc-player.is-controls-idle:not(.is-buffering) .dc-media-stage:after{opacity:0}.dc-player.is-controls-idle .dc-player-topbar{opacity:.18}.dc-player-topbar{transition:opacity .24s}
.dc-player-loading{z-index:8;background:rgba(3,4,7,.28);backdrop-filter:blur(2px)}.dc-player-loading:after{content:"Đang chuẩn bị video…";position:absolute;top:calc(50% + 30px);left:50%;transform:translateX(-50%);font-size:10px;color:#d4d9e3;white-space:nowrap}
.dc-player-status[data-state="error"]{color:#ff8f98}.dc-player.is-buffering .dc-player-status{color:#f0d08b}.dc-seek-feedback,.dc-v40-gesture{border:1px solid rgba(255,255,255,.12);background:rgba(7,9,13,.70)!important;backdrop-filter:blur(12px);box-shadow:0 12px 36px rgba(0,0,0,.38)}
.dc-player-error-card{position:absolute;z-index:14;inset:0;display:grid;place-items:center;background:rgba(5,7,10,.92);padding:20px}.dc-player-error-card[hidden]{display:none}.dc-player-error-inner{width:min(360px,100%);text-align:center;background:#10151d;border:1px solid var(--dc-border);border-radius:18px;padding:20px}.dc-player-error-inner span{display:grid;place-items:center;width:48px;height:48px;margin:auto;border-radius:15px;background:rgba(255,89,100,.12);color:#ff7c86;font-size:22px}.dc-player-error-inner strong{display:block;margin:11px 0 4px;font-size:14px}.dc-player-error-inner p{font-size:10px;color:var(--dc-text-3);line-height:1.5;margin:0 0 12px}.dc-player-error-inner button{min-height:40px;border:0;border-radius:11px;background:var(--dc-primary);color:#fff;padding:0 16px;font-weight:800}
.dc-video-info-pro{padding:15px 14px 0}.dc-title-line-clean h1{font-size:20px;line-height:1.22;letter-spacing:-.5px;margin:0}.dc-watch-stats-clean{margin-top:8px;display:flex;align-items:center;flex-wrap:wrap;gap:7px;color:var(--dc-text-3);font-size:10px}.dc-watch-stats-clean b{padding:4px 6px;border-radius:6px;background:#171c26;color:#fff;border:1px solid var(--dc-border)}
.dc-actions-clean{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:14px 0}.dc-actions-clean>button{min-width:0;border:1px solid var(--dc-border);border-radius:12px;background:#10151d;color:#dbe0e9;padding:7px 4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:15px}.dc-actions-clean>button span{font-size:8.5px;font-weight:700}.dc-actions-clean>button.is-active{border-color:color-mix(in srgb,var(--dc-primary) 44%,transparent);background:color-mix(in srgb,var(--dc-primary) 10%,#10151d)}
.dc-info-block{border-top:1px solid var(--dc-border);padding:16px 0}.dc-info-block .dc-block-head h2{font-size:14px;letter-spacing:-.2px}.dc-content{font-size:11px;color:#c8ced8;line-height:1.65}.dc-text-button{min-height:36px;padding:0;background:none;border:0;color:var(--dc-primary);font-size:10px;font-weight:800}.dc-video-tax{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.dc-video-tax a{flex:0 0 auto;background:#111720;border:1px solid var(--dc-border);padding:7px 10px;border-radius:999px;font-size:9px;color:#c7cdd8}

/* 6. Home visual rhythm */
.dc-for-you-section{background:linear-gradient(180deg,color-mix(in srgb,var(--dc-primary2) 4%,transparent),transparent 75%)}.dc-latest-section{position:relative}.dc-trending-section{background:linear-gradient(180deg,rgba(255,255,255,.018),transparent);border-top:1px solid rgba(255,255,255,.035);border-bottom:1px solid rgba(255,255,255,.035)}
.dc-actors-pro{scroll-padding-left:14px}.dc-actor{border-radius:14px;padding:4px 2px}.dc-actor-img{box-shadow:0 8px 24px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.09)}.dc-actor strong{font-size:10.5px}.dc-actor small{font-size:8.5px}.dc-category-card{border-radius:14px;min-height:92px;border:1px solid rgba(255,255,255,.06);box-shadow:0 8px 24px rgba(0,0,0,.16)}

/* 7. Explore discovery center */
.dc-explore-hero{padding-bottom:16px}.dc-explore-search{margin:15px 0 12px;display:flex;gap:8px;background:#10151d;border:1px solid var(--dc-border);border-radius:15px;padding:7px;box-shadow:0 10px 34px rgba(0,0,0,.16)}.dc-explore-search input{flex:1;min-width:0;border:0;background:transparent;color:#fff;outline:0;padding:0 7px;font-size:13px}.dc-explore-search button{min-width:44px;border:0;border-radius:10px;background:var(--dc-primary);color:#fff;font-weight:850}.dc-explore-quick{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;padding:2px 0}.dc-explore-quick a{flex:0 0 auto;border:1px solid var(--dc-border);background:#111720;color:#cbd1dc;border-radius:999px;padding:8px 11px;font-size:10px}.dc-explore-quick a.is-hot{background:color-mix(in srgb,var(--dc-primary) 12%,#111720);border-color:color-mix(in srgb,var(--dc-primary) 35%,transparent);color:#fff}
.dc-discovery-picks{position:relative}.dc-discovery-picks:before{content:"";position:absolute;inset:-4px 0 auto;height:1px;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--dc-primary) 35%,transparent),transparent)}

/* 8. Actor & Series pages */
.dc-actor-profile-match{overflow:hidden;border-bottom:1px solid var(--dc-border)}.dc-actor-profile-cover{height:145px;background:linear-gradient(180deg,rgba(7,9,13,.05),#07090d),var(--dc-profile-cover);background-size:cover;background-position:center 24%;filter:saturate(.85)}.dc-actor-profile-inner{margin-top:-44px;position:relative}.dc-actor-profile-inner>img{width:88px;height:88px;border:3px solid #07090d;box-shadow:0 10px 32px rgba(0,0,0,.32)}
.dc-series-hero{position:relative;min-height:220px;padding:28px 16px 18px;display:flex;align-items:flex-end;overflow:hidden;border-bottom:1px solid var(--dc-border)}.dc-series-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,9,13,.22),#07090d 92%),linear-gradient(90deg,rgba(7,9,13,.72),transparent),var(--dc-series-cover);background-size:cover;background-position:center 28%;filter:saturate(.85)}.dc-series-hero-copy{position:relative;z-index:1;max-width:720px}.dc-series-hero-copy h1{font-size:26px;line-height:1.05;letter-spacing:-.8px;margin:4px 0 8px}.dc-series-hero-copy p{font-size:11px;line-height:1.55;color:#c6ccd7;max-width:650px;margin:0}.dc-series-hero-meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:10px;color:var(--dc-text-3);font-size:9px}.dc-series-hero-actions{margin-top:12px;display:flex;gap:8px}.dc-series-hero-actions button,.dc-series-hero-actions a{min-height:40px;border-radius:11px;padding:0 13px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800}.dc-series-hero-actions button{border:0;background:var(--dc-primary);color:#fff}.dc-series-hero-actions button.is-active{background:#171c25;border:1px solid color-mix(in srgb,var(--dc-primary) 35%,transparent)}
.dc-series-episode-list{display:grid;gap:8px}.dc-series-episode-row{display:grid;grid-template-columns:112px minmax(0,1fr) auto;gap:10px;align-items:center;padding:8px;border:1px solid var(--dc-border);background:#0f141c;border-radius:13px}.dc-series-episode-thumb{aspect-ratio:16/9;border-radius:9px;overflow:hidden;background:#111720}.dc-series-episode-thumb img{width:100%;height:100%;object-fit:cover}.dc-series-episode-copy{min-width:0}.dc-series-episode-copy strong{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dc-series-episode-copy small{display:block;margin-top:4px;font-size:8.5px;color:var(--dc-text-3)}.dc-series-episode-open{font-size:18px;color:var(--dc-text-3);padding:8px}.dc-series-episode-row.is-latest{border-color:color-mix(in srgb,var(--dc-primary) 34%,transparent)}.dc-series-latest-badge{display:inline-flex;margin-left:6px;padding:3px 5px;border-radius:5px;background:color-mix(in srgb,var(--dc-primary) 14%,transparent);color:#fff;font-size:7px;text-transform:uppercase;letter-spacing:.4px}

/* 9. Poster polish (admin-side visual selectors are additionally in v53-admin.css) */

/* 10. Professional empty/error states */
.dc-empty-state-pro{max-width:430px;margin:12px auto;text-align:center;padding:30px 18px;border:1px dashed rgba(255,255,255,.11);border-radius:18px;background:rgba(255,255,255,.018)}.dc-empty-state-pro .dc-empty-icon{width:54px;height:54px;display:grid;place-items:center;margin:0 auto 12px;border-radius:17px;background:color-mix(in srgb,var(--dc-primary) 10%,#111720);color:var(--dc-primary);font-size:24px}.dc-empty-state-pro strong{display:block;font-size:14px}.dc-empty-state-pro p{margin:6px auto 14px;max-width:340px;color:var(--dc-text-3);font-size:10.5px;line-height:1.55}

/* Bottom navigation */
.dc-bottom-nav{border-top:1px solid var(--dc-border);background:rgba(8,10,14,.88);backdrop-filter:blur(18px) saturate(1.2);padding-bottom:max(4px,env(safe-area-inset-bottom))}.dc-bottom-nav a{min-height:57px}.dc-bottom-nav a span{font-size:18px}.dc-bottom-nav a small{font-size:8px;font-weight:650;letter-spacing:-.1px}.dc-bottom-nav a.is-active:before{content:"";position:absolute;top:4px;width:22px;height:2px;border-radius:99px;background:var(--dc-primary)}.dc-no-bottom-nav .dc-bottom-nav{display:none}.dc-no-bottom-nav .dc-main{padding-bottom:30px}.dc-bottom-nav-icons-only .dc-bottom-nav small{display:none}.dc-bottom-nav-icons-only .dc-bottom-nav a{min-height:52px}

/* Search / results */
.dc-search-results{gap:8px}.dc-search-hero .dc-page-search{box-shadow:0 12px 40px rgba(0,0,0,.18)}

/* Responsive mobile-first refinements */
@media(max-width:640px){
  .dc-section{padding:21px 12px}.dc-section-head{gap:10px}.dc-section-head h2{font-size:18px}.dc-section-head>a{font-size:10px}
  .dc-grid{gap:14px 8px}.dc-card-pro .dc-card-body{padding-top:7px}.dc-card-pro .dc-card-body h3{font-size:11px;min-height:30px}.dc-card-pro .dc-meta{font-size:8.5px;gap:4px}
  .dc-title-line-clean h1{font-size:18px}.dc-video-info-pro{padding-left:12px;padding-right:12px}
  .dc-actions-clean{gap:6px}.dc-actions-clean>button{min-height:52px}.dc-actions-clean>button span{font-size:8px}
  .dc-compact-video{min-height:76px;padding:7px}.dc-compact-rank{font-size:21px;min-width:33px}
  .dc-series-episode-row{grid-template-columns:96px minmax(0,1fr) 24px;gap:8px}.dc-series-hero{min-height:205px;padding-left:13px;padding-right:13px}.dc-series-hero-copy h1{font-size:24px}
  .dc-actor-profile-cover{height:125px}
}
@media(min-width:641px){
  .dc-card-pro .dc-card-body h3{font-size:13px}.dc-card-pro .dc-meta{font-size:10px}
  .dc-actions-clean{grid-template-columns:repeat(5,minmax(90px,1fr))}.dc-actions-clean>button{flex-direction:row;gap:7px;padding:7px 10px}.dc-actions-clean>button span{font-size:9px}
}
@media(min-width:980px){
  .dc-section{padding-left:20px;padding-right:20px}.dc-watch-page{padding-top:14px}.dc-player{border-radius:18px;overflow:hidden;border:1px solid var(--dc-border)}.dc-watch-player{background:transparent;padding:0 14px}.dc-video-info-pro{padding-left:14px;padding-right:14px}.dc-series-hero{border-radius:18px;margin:16px 20px 0;min-height:300px}.dc-series-episode-list{grid-template-columns:1fr 1fr}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* PWA install opt-in + compact header */
.dc-drawer-install{display:none;width:100%;border:1px solid var(--dc-border);background:#10151d;color:#fff;border-radius:12px;min-height:48px;padding:8px 10px;text-align:left;grid-template-columns:28px 1fr;align-items:center;gap:0 8px;margin:10px 0}.dc-drawer-install>span{grid-row:1/3;width:28px;height:28px;border-radius:9px;background:color-mix(in srgb,var(--dc-primary) 16%,#111720);display:grid;place-items:center;color:var(--dc-primary);font-size:18px}.dc-drawer-install>b{font-size:10px}.dc-drawer-install>small{font-size:8px;color:var(--dc-text-3)}.dc-pwa-installable .dc-drawer-install{display:grid}.dc-compact-header-enabled .dc-header{min-height:52px}.dc-compact-header-enabled .dc-brand img{max-height:31px}

/* Async loading refinements */
.dc-skeleton-card>.dc-sk-thumb,.dc-skeleton-card>.dc-sk-line{display:block}.dc-loadmore-skeleton{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 8px;margin:10px 0 4px}.dc-live-search-skeleton{display:grid;gap:7px;padding:9px}.dc-live-search-skeleton i{display:block;height:44px;border-radius:10px;background:linear-gradient(100deg,#101620 20%,#1b2230 36%,#101620 52%);background-size:260% 100%;animation:dcSkeleton 1.25s ease-in-out infinite}.dc-home-balanced.is-async-loading{min-height:220px}.dc-inline-new{display:inline-flex;padding:2px 4px;border-radius:5px;background:color-mix(in srgb,var(--dc-primary) 16%,transparent);color:#fff;font-size:7px;text-transform:uppercase;letter-spacing:.25px;margin-right:3px}.dc-compact-thumb{position:relative}.dc-compact-thumb .dc-card-progress{height:2px}

/* Professional no-source state */
.dc-player-empty-pro{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;background:#070a0f;border:1px solid var(--dc-border);color:#cbd1dc}.dc-player-empty-pro>span{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:rgba(255,89,100,.12);color:#ff7c86;font-size:22px}.dc-player-empty-pro strong{margin-top:10px;font-size:14px;color:#fff}.dc-player-empty-pro p{margin:5px 0 0;color:var(--dc-text-3);font-size:10px}

/* Offline signal without intrusive modal */
html.dc-offline .dc-header:after{content:"Ngoại tuyến";position:absolute;right:48px;top:50%;transform:translateY(-50%);font-size:8px;font-weight:800;color:#ffcf7a;background:rgba(255,190,73,.10);border:1px solid rgba(255,190,73,.18);padding:4px 6px;border-radius:6px}

/* Watch information hierarchy */
.dc-description-block{padding-top:13px}.dc-related-section{border-top:1px solid rgba(255,255,255,.035)}

/* Discovery page visual separation */
.dc-discovery-personal{background:linear-gradient(180deg,color-mix(in srgb,var(--dc-primary) 5%,transparent),transparent)}


/* 5.4.0 Modern Watch Experience */
.dc-video-info-pro{padding:16px 14px 0}.dc-title-line-clean h1{font-size:18px;line-height:1.18;letter-spacing:-.55px;max-width:18ch}.dc-watch-stats-clean{gap:6px;margin-top:9px}.dc-watch-stats-clean b,.dc-watch-stats-clean>span{min-height:28px;display:inline-flex;align-items:center;padding:0 9px;border-radius:999px;background:#10151d;border:1px solid var(--dc-border)}.dc-watch-stats-clean>span{color:#d0d5df}.dc-watch-stats-clean>span.dc-rating{color:#ffd86a}
.dc-watch-tools{position:sticky;top:calc(var(--dc-header) + 6px);z-index:16;margin:14px -2px 0;padding:0 2px 2px;background:linear-gradient(180deg,rgba(7,9,13,.94),rgba(7,9,13,.82) 72%,transparent);backdrop-filter:blur(10px)}
.dc-actions-clean{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;overflow-y:visible;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:2px 0 6px;margin:0}.dc-actions-clean::-webkit-scrollbar{display:none}.dc-actions-clean>button{flex:0 0 auto;min-width:88px;min-height:42px;border:1px solid var(--dc-border);border-radius:999px;background:linear-gradient(180deg,#10151d,#0e131b);color:#e6ebf4;padding:0 13px;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;font-size:14px;font-weight:700;box-shadow:0 8px 24px rgba(0,0,0,.16);transition:transform .18s var(--dc-ease),border-color .18s var(--dc-ease),background .18s var(--dc-ease),color .18s var(--dc-ease)}.dc-actions-clean>button span{font-size:10px;font-weight:800;letter-spacing:-.1px;white-space:nowrap}.dc-actions-clean>button.is-active{border-color:color-mix(in srgb,var(--dc-primary) 42%,transparent);background:linear-gradient(180deg,color-mix(in srgb,var(--dc-primary) 20%,#141a24),color-mix(in srgb,var(--dc-primary2) 9%,#10151d));color:#fff}.dc-actions-clean>button:active{transform:scale(.98)}.dc-actions-clean .dc-collection-btn{min-width:74px}
.dc-video-tax{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.dc-video-tax a{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:#10151d;border:1px solid var(--dc-border);color:#d0d5df;font-size:9.5px;font-weight:700}
.dc-info-block{margin-top:16px;padding-top:14px}.dc-block-head h2{font-size:14px;margin-bottom:9px}.dc-description-block .dc-content{font-size:10.5px;line-height:1.68;color:#cfd5e0}.dc-description-block .dc-text-button{margin-top:6px}
.dc-cast-chips{gap:8px}.dc-cast-chips a{padding:5px 10px 5px 5px;background:#0f141c;border:1px solid var(--dc-border);box-shadow:0 8px 24px rgba(0,0,0,.12)}.dc-cast-chips img{width:24px;height:24px}.dc-related-section{margin-top:10px}.dc-related-section .dc-section-head{margin-bottom:12px}.dc-related-section .dc-grid{gap:12px 8px}
@media(max-width:640px){.dc-watch-player{padding:0 12px}.dc-video-info-pro{padding-left:12px;padding-right:12px}.dc-title-line-clean h1{font-size:17px}.dc-watch-tools{top:calc(var(--dc-header) + 4px)}.dc-actions-clean{gap:7px;padding-bottom:5px}.dc-actions-clean>button{min-width:82px;min-height:40px;padding:0 11px;font-size:13px}.dc-actions-clean>button span{font-size:9.5px}.dc-watch-stats-clean b,.dc-watch-stats-clean>span{min-height:26px;padding:0 8px;font-size:9px}.dc-related-section{padding-top:18px}}
@media(min-width:641px){.dc-watch-tools{position:static;background:transparent;backdrop-filter:none;padding:0;margin-top:14px}.dc-actions-clean{overflow:visible;justify-content:flex-start;flex-wrap:wrap}.dc-actions-clean>button{min-width:108px}.dc-title-line-clean h1{font-size:22px}.dc-watch-stats-clean b,.dc-watch-stats-clean>span{font-size:10px}}


/* 5.4.1 Watch Layout Polish */
.dc-video-info-pro{padding:18px 14px 0}.dc-title-line-clean{max-width:100%;margin-bottom:2px}.dc-title-line-clean h1{font-size:16px;line-height:1.24;letter-spacing:-.35px;max-width:22ch;margin:0;color:#f7f9fd;text-wrap:balance}
.dc-watch-stats-clean{gap:8px;margin-top:10px;padding-bottom:2px}.dc-watch-stats-clean b,.dc-watch-stats-clean>span{min-height:30px;padding:0 11px;border-radius:12px;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06);box-shadow:none}.dc-watch-stats-clean>span:not(:last-child):after{display:none}.dc-watch-stats-clean>span{color:#c8ced8}
.dc-watch-tools{margin-top:16px;padding:0;background:none;backdrop-filter:none;position:static}.dc-actions-clean{gap:8px;padding:0 0 4px}.dc-actions-clean>button{min-width:78px;min-height:40px;padding:0 12px;border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,.012));border:1px solid rgba(255,255,255,.06);box-shadow:none;color:#e7ebf3}.dc-actions-clean>button span{font-size:9.5px;font-weight:780}.dc-actions-clean>button.is-active{background:linear-gradient(180deg,color-mix(in srgb,var(--dc-primary) 18%,#171b24),color-mix(in srgb,var(--dc-primary2) 7%,#121720));border-color:color-mix(in srgb,var(--dc-primary) 26%,transparent)}.dc-actions-clean>button:hover{border-color:rgba(255,255,255,.1)}
.dc-video-tax{margin-top:15px}.dc-video-tax a{border-radius:10px;border-color:rgba(255,255,255,.06);background:rgba(255,255,255,.018);padding:0 10px;min-height:28px}.dc-description-block,.dc-cast,.dc-series-strip{margin-top:18px}
@media(max-width:640px){.dc-video-info-pro{padding-left:12px;padding-right:12px}.dc-title-line-clean h1{font-size:15px;max-width:24ch;line-height:1.26}.dc-watch-stats-clean{gap:7px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.dc-watch-stats-clean::-webkit-scrollbar{display:none}.dc-watch-stats-clean b,.dc-watch-stats-clean>span{min-height:28px;padding:0 10px;border-radius:11px;font-size:9px;flex:0 0 auto}.dc-actions-clean{gap:7px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.dc-actions-clean>button{min-width:74px;min-height:38px;border-radius:13px;padding:0 10px;font-size:13px}.dc-actions-clean>button span{font-size:9px}.dc-actions-clean .dc-collection-btn{min-width:68px}}
@media(min-width:641px){.dc-title-line-clean h1{font-size:20px;max-width:28ch}.dc-actions-clean{flex-wrap:wrap;overflow:visible}.dc-actions-clean>button{min-width:100px;min-height:42px;border-radius:15px}}


/* 5.4.2 Premium Streaming Watch UI */
.dc-video-info-pro{position:relative;padding:21px 14px 0;background:linear-gradient(180deg,rgba(13,17,24,.28),transparent 150px)}
.dc-watch-summary{position:relative;max-width:860px;padding-left:11px}
.dc-watch-summary:before{content:"";position:absolute;left:0;top:3px;bottom:3px;width:2px;border-radius:2px;background:linear-gradient(180deg,var(--dc-primary),color-mix(in srgb,var(--dc-primary2) 68%,transparent));opacity:.82}
.dc-watch-eyebrow{height:18px;display:flex;align-items:center;margin-bottom:4px}.dc-watch-eyebrow span{font-size:7.5px;line-height:1;font-weight:900;text-transform:uppercase;letter-spacing:1.25px;color:color-mix(in srgb,var(--dc-primary) 76%,#fff)}
.dc-title-line-clean{margin:0}.dc-title-line-clean h1{font-size:clamp(19px,4.8vw,28px);line-height:1.12;letter-spacing:-.7px;max-width:34ch;margin:0;color:#f7f8fb;font-weight:850;text-wrap:pretty}

/* Metadata: one strong badge, rest lightweight */
.dc-watch-stats-clean{display:flex;align-items:center;flex-wrap:wrap;gap:0;margin-top:12px;padding:0;color:#9fa7b5;font-size:10px}
.dc-watch-stats-clean b{min-height:27px;padding:0 8px;display:inline-flex;align-items:center;border-radius:8px;background:#151b25;border:1px solid rgba(255,255,255,.075);color:#f4f6fa;font-size:9px;font-weight:850;box-shadow:none}
.dc-watch-stats-clean>span{min-height:auto!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;color:#aab1bd;box-shadow:none!important;display:inline-flex;align-items:center}
.dc-watch-stats-clean>span:before{content:"•";display:inline-block;margin:0 8px;color:#4e5663;font-size:10px}.dc-watch-stats-clean>span.dc-rating{color:#e9c96b}.dc-watch-stats-clean>span:not(:last-child):after{display:none!important}

/* One unified premium action rail */
.dc-watch-tools{position:static;margin:17px 0 0;padding:0;background:transparent;backdrop-filter:none}
.dc-actions-clean{position:relative;display:flex!important;flex-wrap:nowrap!important;align-items:stretch;gap:0!important;width:100%;max-width:760px;min-height:52px;margin:0!important;padding:0!important;overflow:visible!important;border:1px solid rgba(255,255,255,.055);border-radius:13px;background:linear-gradient(180deg,rgba(19,24,33,.86),rgba(13,17,24,.92));box-shadow:0 12px 38px rgba(0,0,0,.14);isolation:isolate}
.dc-actions-clean>button{position:relative;flex:1 1 0!important;min-width:0!important;min-height:50px!important;margin:0!important;padding:5px 6px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#cbd1db!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;font-size:15px!important;font-weight:760!important;transition:background .18s var(--dc-ease),color .18s var(--dc-ease),transform .16s var(--dc-ease)}
.dc-actions-clean>button+button:before{content:"";position:absolute;left:0;top:11px;bottom:11px;width:1px;background:rgba(255,255,255,.055)}
.dc-actions-clean>button:first-child{border-radius:12px 0 0 12px!important}.dc-actions-clean>button:last-child{border-radius:0 12px 12px 0!important}
.dc-actions-clean>button span{font-size:8.5px!important;line-height:1.1;font-weight:720!important;letter-spacing:0!important;color:#b8bfca;white-space:nowrap}
.dc-actions-clean>button:hover{background:rgba(255,255,255,.028)!important;color:#fff!important}.dc-actions-clean>button:active{transform:scale(.97)}
.dc-actions-clean>button.is-active{background:linear-gradient(180deg,color-mix(in srgb,var(--dc-primary) 13%,transparent),color-mix(in srgb,var(--dc-primary2) 5%,transparent))!important;color:#fff!important}
.dc-actions-clean>button.is-active:after{content:"";position:absolute;left:22%;right:22%;bottom:0;height:2px;border-radius:2px 2px 0 0;background:linear-gradient(90deg,var(--dc-primary),var(--dc-primary2))}
.dc-actions-clean>button.is-active span{color:#f4eaf9}
.dc-actions-clean .dc-collection-btn{min-width:0!important}

/* Clean supporting information */
.dc-video-tax{margin-top:15px;gap:6px}.dc-video-tax a{min-height:27px;padding:0 9px;border-radius:8px;border:1px solid rgba(255,255,255,.05);background:rgba(255,255,255,.015);color:#aeb6c2;font-size:8.5px;font-weight:700}
.dc-info-block{margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.038)}.dc-block-head{align-items:center}.dc-block-head h2{font-size:14px;line-height:1.2;letter-spacing:-.25px;margin:0 0 10px;color:#eef1f6}.dc-description-block .dc-content{max-width:820px;color:#b8c0cc;font-size:10.5px;line-height:1.72}.dc-text-button{font-size:9.5px}
.dc-cast-chips{gap:8px;padding-bottom:2px}.dc-cast-chips a{background:rgba(255,255,255,.014);border:1px solid rgba(255,255,255,.05);box-shadow:none;border-radius:11px;padding:5px 9px 5px 5px;color:#d2d7df}.dc-cast-chips img{width:25px;height:25px}.dc-cast-chips span{font-size:8.5px;font-weight:720}

/* Cinematic related area */
.dc-related-section{position:relative;margin-top:20px;padding-top:24px;border-top:1px solid rgba(255,255,255,.045)}
.dc-related-section:before{content:"";position:absolute;left:14px;top:-1px;width:54px;height:1px;background:linear-gradient(90deg,var(--dc-primary),transparent)}
.dc-related-section .dc-section-head{align-items:center;margin-bottom:14px}.dc-related-section .dc-section-head h2{font-size:18px;letter-spacing:-.45px}.dc-related-section .dc-section-head>a{font-size:9.5px;color:#8f98a6}
.dc-related-section .dc-card-pro .dc-card-thumb{border-radius:11px;border-color:rgba(255,255,255,.04);box-shadow:0 10px 30px rgba(0,0,0,.12)}
.dc-related-section .dc-card-pro .dc-card-body h3{font-weight:720}.dc-related-section .dc-card-pro .dc-meta{opacity:.9}

/* Desktop: title and actions breathe without becoming oversized */
@media(min-width:760px){.dc-video-info-pro{padding-top:25px}.dc-watch-summary{padding-left:13px}.dc-watch-summary:before{width:3px}.dc-watch-eyebrow span{font-size:8px}.dc-title-line-clean h1{font-size:27px;max-width:38ch}.dc-watch-stats-clean{font-size:10.5px}.dc-watch-tools{margin-top:19px}.dc-actions-clean{max-width:720px;min-height:54px}.dc-actions-clean>button{min-height:52px!important;font-size:16px!important}.dc-actions-clean>button span{font-size:9px!important}}

/* Mobile: keep all actions on one row and preserve one-hand usability */
@media(max-width:640px){.dc-video-info-pro{padding:18px 12px 0}.dc-watch-summary{padding-left:10px}.dc-title-line-clean h1{font-size:18px;line-height:1.15;max-width:30ch}.dc-watch-eyebrow{margin-bottom:3px}.dc-watch-stats-clean{margin-top:10px;font-size:9px;white-space:nowrap;overflow-x:auto;scrollbar-width:none}.dc-watch-stats-clean::-webkit-scrollbar{display:none}.dc-watch-stats-clean b{min-height:25px;font-size:8.5px}.dc-watch-stats-clean>span{flex:0 0 auto}.dc-watch-stats-clean>span:before{margin:0 7px}.dc-watch-tools{margin-top:14px}.dc-actions-clean{min-height:48px;border-radius:11px}.dc-actions-clean>button{min-height:46px!important;padding:4px 2px!important;font-size:14px!important}.dc-actions-clean>button:first-child{border-radius:10px 0 0 10px!important}.dc-actions-clean>button:last-child{border-radius:0 10px 10px 0!important}.dc-actions-clean>button span{font-size:7.5px!important}.dc-actions-clean>button+button:before{top:10px;bottom:10px}.dc-info-block{margin-top:18px;padding-top:14px}.dc-related-section{margin-top:18px;padding-top:21px}.dc-related-section:before{left:12px}.dc-related-section .dc-section-head h2{font-size:17px}.dc-related-section .dc-grid{gap:14px 8px}}

@media(hover:none),(pointer:coarse){.dc-actions-clean>button:hover{background:transparent!important}.dc-actions-clean>button.is-active:hover{background:linear-gradient(180deg,color-mix(in srgb,var(--dc-primary) 13%,transparent),color-mix(in srgb,var(--dc-primary2) 5%,transparent))!important}}


/* 5.5.0 Obsidian Luxe Mobile UI */
:root{--dc-bg:#05070b;--dc-bg2:#0a0f17;--dc-card:#0d131b;--dc-card2:#121923;--dc-line:rgba(173,192,255,.08);--dc-text:#f7f8fd;--dc-muted:#99a3b4;--dc-primary:#8b5cf6;--dc-primary2:#22c1ff;--dc-success:#31d5a3;--dc-danger:#ff677d;--dc-radius:20px;--dc-shadow:0 24px 80px rgba(0,0,0,.42);--dc-header:60px;--dc-border:rgba(173,192,255,.08);--dc-text-2:#dfe5f2;--dc-text-3:#92a0b4;--dc-surface:rgba(14,20,30,.82);--dc-surface-2:rgba(18,24,36,.9);--dc-glow:0 0 0 1px rgba(255,255,255,.025),0 18px 40px rgba(0,0,0,.26)}
html{background:var(--dc-bg)}body{background:radial-gradient(circle at 18% -4%,rgba(127,86,217,.26),transparent 28%),radial-gradient(circle at 92% 8%,rgba(34,193,255,.17),transparent 22%),linear-gradient(180deg,#06090d 0%,#070b11 30%,#05070b 100%);color:var(--dc-text)}
.dc-main{max-width:1280px;padding-bottom:108px}.dc-shell{position:relative}.dc-shell:before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.02),transparent 12%,transparent 88%,rgba(255,255,255,.015));opacity:.35}

/* Header / brand */
.dc-header{height:var(--dc-header);padding:0 12px;background:rgba(7,10,16,.72);backdrop-filter:blur(22px) saturate(1.35);border-bottom:1px solid rgba(173,192,255,.07);box-shadow:none}.dc-header.is-scrolled{border-color:rgba(173,192,255,.08);box-shadow:0 16px 42px rgba(0,0,0,.24)}.dc-brand{font-size:19px;letter-spacing:-.92px;font-weight:900}.dc-brand>span{background:linear-gradient(90deg,#fff 0%,#d9e5ff 35%,#8b5cf6 78%,#22c1ff 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.dc-brand b{display:none}.dc-icon-btn{width:40px;height:40px;border:1px solid rgba(173,192,255,.08);border-radius:13px;background:rgba(255,255,255,.025);font-size:22px;box-shadow:var(--dc-glow)}.dc-icon-btn:hover{background:rgba(255,255,255,.045)}

/* Drawer / search */
.dc-drawer{background:linear-gradient(180deg,#0b1118,#0b1017 38%,#091018);border-right:1px solid rgba(173,192,255,.08);box-shadow:22px 0 60px rgba(0,0,0,.42);padding:18px 16px 24px}.dc-drawer-head{font-size:22px}.dc-drawer-feature{background:linear-gradient(135deg,rgba(139,92,246,.18),rgba(34,193,255,.10));border:1px solid rgba(150,180,255,.12);border-radius:18px;box-shadow:var(--dc-glow)}.dc-menu-list a{border-radius:14px;padding:13px 14px;color:#e7ebf5}.dc-menu-list a:hover{background:rgba(255,255,255,.03)}.dc-drawer-chips a,.dc-filter-chips a,.dc-filter-chips span{border-color:rgba(173,192,255,.08);background:rgba(255,255,255,.03);color:#c9d3e4}
.dc-search-panel{background:rgba(5,8,13,.84);backdrop-filter:blur(24px)}.dc-search-box form,.dc-page-search{background:rgba(14,20,30,.86);border:1px solid rgba(173,192,255,.08);border-radius:18px;box-shadow:0 18px 48px rgba(0,0,0,.3)}.dc-search-box button,.dc-page-search button{border-radius:13px;background:linear-gradient(135deg,var(--dc-primary),var(--dc-primary2));box-shadow:0 14px 30px rgba(80,116,255,.28)}

/* Hero */
.dc-hero-pro{height:min(74vh,720px);min-height:520px;margin:0 12px 18px;border-radius:28px;overflow:hidden;border:1px solid rgba(173,192,255,.07);box-shadow:0 30px 90px rgba(0,0,0,.36)}.dc-hero-slide:before{background-image:linear-gradient(180deg,rgba(5,7,11,.12) 8%,rgba(5,7,11,.42) 42%,rgba(5,7,11,.88) 90%,#05070b 100%),linear-gradient(90deg,rgba(5,7,11,.78),rgba(5,7,11,.2) 55%,rgba(5,7,11,.58) 100%),var(--dc-hero-bg)}.dc-hero-slide:after{content:"";position:absolute;inset:auto 0 0 0;height:38%;background:linear-gradient(180deg,transparent,rgba(8,10,15,.78));pointer-events:none}.dc-hero-content{left:18px;right:18px;bottom:26px;max-width:620px}.dc-eyebrow span,.dc-kicker{font-size:9px;letter-spacing:1.6px;color:#b8d4ff}.dc-eyebrow b{border:1px solid rgba(173,192,255,.08);background:rgba(255,255,255,.08);padding:5px 8px;border-radius:999px}.dc-hero h1{font-size:clamp(30px,9vw,56px);line-height:.94;letter-spacing:-1.6px;max-width:9.2ch;text-wrap:balance;margin-bottom:12px}.dc-hero p{max-width:41ch;font-size:13px;color:#d6ddea;line-height:1.58}.dc-hero-meta{gap:7px;font-size:11px;color:#b5bfd0}.dc-hero-actions{gap:10px;flex-wrap:wrap}.dc-btn{border-radius:14px;padding:12px 17px;font-size:13px;font-weight:840;box-shadow:0 16px 34px rgba(83,115,255,.25)}.dc-btn-ghost{background:rgba(12,18,27,.55);border:1px solid rgba(173,192,255,.10)}.dc-hero-dots{bottom:14px}.dc-hero-dots button{width:7px;height:7px;border-radius:999px;background:rgba(255,255,255,.28)}.dc-hero-dots button.is-active{width:24px;background:linear-gradient(90deg,var(--dc-primary),var(--dc-primary2))}

/* Section rhythm */
.dc-section,.dc-for-you-section,.dc-latest-section,.dc-trending-section,.dc-discovery-picks,.dc-home-balanced{padding-left:12px;padding-right:12px}.dc-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px}.dc-section-head h2{font-size:20px;line-height:1.02;letter-spacing:-.8px;margin:0}.dc-section-head p,.dc-section-head small{margin-top:4px;color:var(--dc-text-3);font-size:10px;display:block}.dc-section-head>a{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 11px;border-radius:999px;border:1px solid rgba(173,192,255,.07);background:rgba(255,255,255,.025);color:#cdd8ea;font-size:9px;font-weight:800}.dc-for-you-section,.dc-trending-section,.dc-discovery-picks{position:relative}.dc-for-you-section:before,.dc-trending-section:before,.dc-discovery-picks:before{content:"";position:absolute;left:12px;right:12px;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(173,192,255,.11),transparent)}.dc-for-you-section{background:linear-gradient(180deg,rgba(139,92,246,.06),transparent 65%)}.dc-trending-section{background:linear-gradient(180deg,rgba(34,193,255,.045),transparent 60%);border:none}.dc-home-balanced{display:grid;gap:18px}

/* Cards */
.dc-card-pro .dc-card-thumb,.dc-category-card,.dc-compact-video,.dc-empty-state-pro,.dc-series-episode-row,.dc-series-strip .dc-series-card{background:linear-gradient(180deg,rgba(18,24,36,.82),rgba(12,17,26,.95));border:1px solid rgba(173,192,255,.07);box-shadow:var(--dc-glow)}.dc-card-pro .dc-card-thumb{border-radius:16px;overflow:hidden;position:relative}.dc-card-pro .dc-card-thumb:after{content:"";position:absolute;inset:auto 0 0 0;height:42%;background:linear-gradient(180deg,transparent,rgba(5,7,11,.28));pointer-events:none}.dc-card-pro .dc-card-body{padding-top:9px}.dc-card-pro .dc-card-body h3{font-size:12.5px;line-height:1.38;min-height:34px;color:#f0f4fb}.dc-card-pro .dc-meta{color:#91a0b6;font-size:9.5px}.dc-card-tags b,.dc-card-tags em,.dc-card-new{border-radius:999px;padding:4px 7px;font-size:7.5px;backdrop-filter:blur(12px)}.dc-card-tags em{background:rgba(7,11,17,.72);border:1px solid rgba(173,192,255,.09)}.dc-card-new{background:linear-gradient(90deg,var(--dc-primary),var(--dc-primary2))}.dc-duration{border-radius:999px;padding:4px 7px;background:rgba(7,11,17,.74);border:1px solid rgba(173,192,255,.08)}.dc-card-play{width:42px;height:42px;border-radius:14px;background:rgba(7,11,17,.72);border:1px solid rgba(173,192,255,.09);backdrop-filter:blur(14px)}
.dc-compact-video{border-radius:16px;padding:9px;background:linear-gradient(180deg,rgba(18,25,36,.9),rgba(12,17,24,.98))}.dc-compact-rank{font-size:26px;color:rgba(255,255,255,.1);-webkit-text-stroke:1px rgba(193,210,255,.65)}.dc-trending-section .dc-compact-video:nth-child(-n+3) .dc-compact-rank{color:rgba(139,92,246,.14);-webkit-text-stroke:1px rgba(152,122,255,.8)}.dc-compact-thumb{border-radius:12px}.dc-compact-copy strong{font-size:11.5px;color:#edf2fa}.dc-compact-copy small{color:#95a4b9}
.dc-actor{padding:6px 3px;border-radius:16px}.dc-actor-img{border:1px solid rgba(173,192,255,.08);box-shadow:0 14px 30px rgba(0,0,0,.22)}.dc-category-card{border-radius:18px;min-height:98px}.dc-category-card strong{font-size:14px}.dc-category-card small{color:#c9d4e6}

/* Explore / discovery */
.dc-explore-hero,.dc-explore-page,.dc-discovery-personal{padding-left:12px;padding-right:12px}.dc-explore-search{margin:16px 0 14px;background:linear-gradient(180deg,rgba(17,24,36,.88),rgba(12,18,27,.96));border:1px solid rgba(173,192,255,.08);border-radius:18px;box-shadow:var(--dc-glow)}.dc-explore-search input{font-size:13px}.dc-explore-search button{border-radius:12px}.dc-explore-quick{gap:8px;padding:2px 0 4px}.dc-explore-quick a{border:1px solid rgba(173,192,255,.08);background:rgba(255,255,255,.028);color:#c9d3e5;padding:9px 12px;font-size:10px}.dc-explore-quick a.is-hot{background:linear-gradient(135deg,rgba(139,92,246,.22),rgba(34,193,255,.13));border-color:rgba(173,192,255,.1)}

/* Bottom nav */
.dc-bottom-nav{left:10px;right:10px;bottom:10px;position:fixed;border:1px solid rgba(173,192,255,.08);border-radius:22px;background:rgba(9,13,20,.82);backdrop-filter:blur(26px) saturate(1.25);box-shadow:0 24px 60px rgba(0,0,0,.34);padding:0 max(6px,env(safe-area-inset-left)) max(6px,env(safe-area-inset-bottom)) max(6px,env(safe-area-inset-right));overflow:hidden}.dc-bottom-nav a{min-height:58px;border-radius:16px;position:relative;transition:background .18s var(--dc-ease),transform .18s var(--dc-ease)}.dc-bottom-nav a span{font-size:18px}.dc-bottom-nav a small{font-size:8px;color:#a8b4c7}.dc-bottom-nav a.is-active{background:linear-gradient(180deg,rgba(139,92,246,.16),rgba(34,193,255,.08))}.dc-bottom-nav a.is-active:before{top:7px;width:18px;height:3px;background:linear-gradient(90deg,var(--dc-primary),var(--dc-primary2));border-radius:999px}.dc-bottom-nav a.is-active small{color:#fff}.dc-bottom-nav a:active{transform:translateY(1px)}

/* Watch page */
.dc-watch-page{max-width:1020px}.dc-watch-player{margin:0 12px;border-radius:24px;overflow:hidden;border:1px solid rgba(173,192,255,.07);box-shadow:0 28px 80px rgba(0,0,0,.34);background:#05070a}.dc-player{border-radius:0}.dc-player .dc-controls{padding:18px 10px 9px;background:linear-gradient(180deg,transparent,rgba(5,8,13,.92))}.dc-player-loading{background:radial-gradient(circle at center,rgba(34,193,255,.08),transparent 36%),rgba(3,5,8,.34)}.dc-player-error-inner{background:linear-gradient(180deg,rgba(18,24,36,.94),rgba(10,15,22,.98));border:1px solid rgba(173,192,255,.08);box-shadow:0 24px 70px rgba(0,0,0,.42)}
.dc-video-info-pro{padding:22px 12px 0;background:none}.dc-watch-summary{padding:0;max-width:920px}.dc-watch-summary:before{display:none}.dc-watch-eyebrow{height:auto;margin-bottom:6px}.dc-watch-eyebrow span{display:inline-flex;align-items:center;min-height:22px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.035);border:1px solid rgba(173,192,255,.08);font-size:8px;letter-spacing:1.3px;color:#c2d5ff}.dc-title-line-clean h1{font-size:clamp(22px,6.2vw,34px);line-height:1.06;letter-spacing:-1px;max-width:15ch;color:#fbfcff;text-shadow:0 6px 18px rgba(0,0,0,.18)}.dc-watch-stats-clean{margin-top:12px;gap:0;font-size:10px;color:#9eacbe}.dc-watch-stats-clean b{min-height:29px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.035);border:1px solid rgba(173,192,255,.08);font-size:9px}.dc-watch-stats-clean>span:before{margin:0 8px;color:#536174}.dc-watch-tools{margin-top:16px}.dc-actions-clean{max-width:none;min-height:54px;border-radius:18px;border:1px solid rgba(173,192,255,.08);background:linear-gradient(180deg,rgba(18,24,36,.88),rgba(10,15,22,.96));box-shadow:var(--dc-glow)}.dc-actions-clean>button{min-height:52px!important;color:#d8e2f0!important}.dc-actions-clean>button+button:before{background:rgba(173,192,255,.07)}.dc-actions-clean>button span{font-size:8.5px!important;color:#98a7bb}.dc-actions-clean>button.is-active{background:linear-gradient(180deg,rgba(139,92,246,.15),rgba(34,193,255,.07))!important}.dc-actions-clean>button.is-active:after{left:18%;right:18%;height:3px;background:linear-gradient(90deg,var(--dc-primary),var(--dc-primary2))}.dc-video-tax{margin-top:16px;gap:7px}.dc-video-tax a{min-height:29px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.026);border:1px solid rgba(173,192,255,.07);color:#bfd0e5;font-size:8.5px}.dc-info-block{margin-top:22px;padding-top:18px;border-top:1px solid rgba(173,192,255,.07)}.dc-block-head h2{font-size:16px;color:#f1f4fb}.dc-description-block .dc-content,.dc-content{font-size:11px;line-height:1.76;color:#b9c4d5}.dc-cast-chips a{background:rgba(255,255,255,.02);border:1px solid rgba(173,192,255,.07);border-radius:15px;padding:6px 10px 6px 6px}.dc-cast-chips img{width:28px;height:28px}.dc-cast-chips span{font-size:9px;color:#ecf1f8}.dc-related-section{margin-top:24px;padding-top:22px;border-top:1px solid rgba(173,192,255,.07)}.dc-related-section:before{left:0;width:82px;background:linear-gradient(90deg,var(--dc-primary),var(--dc-primary2),transparent)}.dc-related-section .dc-section-head h2{font-size:18px;color:#f3f6fb}

/* Generic premium surfaces */
.dc-empty-state-pro,.dc-filter-sheet-panel,.dc-discovery-panel,.dc-actor-profile-match,.dc-actor-video-section,.dc-series-hero{background:linear-gradient(180deg,rgba(16,22,32,.88),rgba(10,15,22,.96));border:1px solid rgba(173,192,255,.08);box-shadow:var(--dc-glow)}.dc-filter-sheet-panel{border-radius:24px 24px 0 0}.dc-empty-state-pro{border-style:solid;border-radius:22px}.dc-empty-state-pro .dc-empty-icon{background:linear-gradient(135deg,rgba(139,92,246,.18),rgba(34,193,255,.12));color:#c8d8ff;border:1px solid rgba(173,192,255,.08)}

/* Mobile-first refinements */
@media(max-width:640px){.dc-main{padding-bottom:110px}.dc-hero-pro{margin:0 10px 16px;min-height:500px;border-radius:24px}.dc-hero-content{left:16px;right:16px;bottom:20px}.dc-hero h1{font-size:34px;max-width:8.8ch}.dc-hero p{-webkit-line-clamp:3;font-size:12.5px}.dc-section,.dc-for-you-section,.dc-latest-section,.dc-trending-section,.dc-discovery-picks,.dc-home-balanced,.dc-explore-hero,.dc-explore-page,.dc-discovery-personal{padding-left:10px;padding-right:10px}.dc-section-head h2{font-size:18px}.dc-card-pro .dc-card-thumb{border-radius:14px}.dc-category-card{min-height:92px;border-radius:16px}.dc-bottom-nav{left:8px;right:8px;bottom:8px;border-radius:20px}.dc-watch-player{margin:0 10px;border-radius:20px}.dc-video-info-pro{padding:20px 10px 0}.dc-title-line-clean h1{font-size:24px;max-width:14ch;line-height:1.08}.dc-watch-stats-clean{overflow-x:auto;white-space:nowrap;scrollbar-width:none}.dc-watch-stats-clean::-webkit-scrollbar{display:none}.dc-watch-stats-clean b,.dc-watch-stats-clean>span{flex:0 0 auto}.dc-actions-clean{min-height:52px;border-radius:16px}.dc-actions-clean>button{min-height:50px!important;font-size:14px!important;padding:4px 3px!important}.dc-actions-clean>button span{font-size:7.7px!important}.dc-info-block{margin-top:20px}.dc-related-section{margin-top:22px;padding-top:20px}.dc-related-section .dc-grid{gap:14px 8px}}
@media(min-width:760px){.dc-main{padding-bottom:40px}.dc-bottom-nav{max-width:560px;left:50%;right:auto;transform:translateX(-50%)}.dc-watch-player{margin:0 auto}.dc-video-info-pro{padding-left:0;padding-right:0}.dc-section,.dc-for-you-section,.dc-latest-section,.dc-trending-section,.dc-discovery-picks,.dc-home-balanced,.dc-explore-hero,.dc-explore-page,.dc-discovery-personal{padding-left:16px;padding-right:16px}}


/* 5.5.1 Watch Typography & Radius Refinement */
.dc-watch-player{border-radius:18px}.dc-video-info-pro{padding-top:18px}.dc-watch-summary{max-width:none}.dc-watch-eyebrow span{min-height:20px;padding:0 9px;border-radius:11px;font-size:7.5px;letter-spacing:1.5px}
.dc-title-line-clean{max-width:100%;margin:0 0 6px}.dc-title-line-clean h1{display:block;width:100%;max-width:100%;font-size:clamp(17px,4.8vw,24px);line-height:1.14;letter-spacing:-.25px;text-transform:uppercase;font-weight:820;text-wrap:pretty;text-wrap:balance;color:#f4f7fd;text-shadow:none}
.dc-watch-stats-clean{margin-top:10px;gap:0;font-size:10px;color:#a8b4c6}.dc-watch-stats-clean b{min-height:28px;padding:0 9px;border-radius:10px;background:rgba(255,255,255,.03);border:1px solid rgba(173,192,255,.07)}.dc-watch-stats-clean>span:before{margin:0 7px;color:#4b586b}
.dc-watch-tools{margin-top:14px}.dc-actions-clean{min-height:50px;border-radius:14px;background:linear-gradient(180deg,rgba(18,24,36,.82),rgba(10,15,22,.95));border:1px solid rgba(173,192,255,.07)}.dc-actions-clean>button{min-height:48px!important}.dc-actions-clean>button+button:before{top:11px;bottom:11px}.dc-actions-clean>button.is-active:after{left:22%;right:22%;bottom:7px}
.dc-video-tax{margin-top:14px}.dc-video-tax a{min-height:28px;border-radius:10px;padding:0 10px;background:rgba(255,255,255,.022)}.dc-info-block{margin-top:18px;padding-top:16px}.dc-block-head h2{font-size:15px;letter-spacing:-.2px}.dc-description-block .dc-content,.dc-content{font-size:10.5px;line-height:1.72}.dc-cast-chips a{border-radius:12px;padding:6px 10px 6px 6px}.dc-related-section{margin-top:20px;padding-top:18px}.dc-related-section .dc-section-head h2{font-size:16px}
@media(max-width:640px){.dc-watch-player{margin:0 10px;border-radius:16px}.dc-video-info-pro{padding:16px 10px 0}.dc-title-line-clean h1{font-size:18px;line-height:1.16;max-width:100%}.dc-watch-stats-clean{overflow-x:auto;white-space:nowrap;scrollbar-width:none}.dc-watch-stats-clean::-webkit-scrollbar{display:none}.dc-watch-stats-clean b,.dc-watch-stats-clean>span{flex:0 0 auto}.dc-actions-clean{min-height:48px;border-radius:13px}.dc-actions-clean>button{min-height:46px!important;padding:3px 4px!important}.dc-actions-clean>button span{font-size:7.6px!important}.dc-video-tax a{border-radius:9px}.dc-cast-chips a{border-radius:11px}}
@media(min-width:641px){.dc-title-line-clean h1{font-size:26px}.dc-actions-clean{border-radius:16px}.dc-video-tax a{border-radius:11px}}


/* 5.5.2 Section Title & Card Radius Polish */
.dc-title-line-clean h1{text-transform:none!important;max-width:100%!important;width:100%;font-size:clamp(18px,5vw,25px);line-height:1.16;letter-spacing:-.35px;text-wrap:pretty}
.dc-card-pro .dc-card-body h3,.dc-compact-copy strong{font-size:13px;line-height:1.44;letter-spacing:-.15px;text-transform:none;word-break:break-word}.dc-compact-copy strong{font-size:12px}
.dc-section-head h2,.dc-home-section-title,.dc-related-section .dc-section-head h2,.dc-block-head h2{text-transform:uppercase;letter-spacing:.8px;font-weight:860}.dc-section-head h2{font-size:17px}.dc-section-head p,.dc-section-head small{text-transform:none;letter-spacing:0}.dc-related-section .dc-section-head h2,.dc-block-head h2{font-size:15px}
.dc-hero-pro,.dc-watch-player,.dc-card-pro .dc-card-thumb,.dc-compact-video,.dc-category-card,.dc-actions-clean,.dc-empty-state-pro,.dc-series-episode-row,.dc-series-strip .dc-series-card,.dc-explore-search,.dc-search-box form,.dc-page-search{border-radius:14px}.dc-bottom-nav{border-radius:18px}.dc-bottom-nav a{border-radius:13px}.dc-icon-btn{border-radius:11px}.dc-duration,.dc-card-tags b,.dc-card-tags em,.dc-card-new,.dc-video-tax a,.dc-watch-eyebrow span,.dc-watch-stats-clean b,.dc-section-head>a{border-radius:9px}.dc-cast-chips a,.dc-actor,.dc-compact-thumb,.dc-filter-sheet-panel{border-radius:12px}.dc-category-card{min-height:94px}.dc-actions-clean>button{border-radius:0!important}.dc-actions-clean{overflow:hidden}.dc-actions-clean>button:first-child{border-top-left-radius:13px!important;border-bottom-left-radius:13px!important}.dc-actions-clean>button:last-child{border-top-right-radius:13px!important;border-bottom-right-radius:13px!important}
.dc-trending-section,.dc-discovery-picks,.dc-for-you-section{background:transparent!important}.dc-trending-section:before,.dc-discovery-picks:before,.dc-for-you-section:before{background:linear-gradient(90deg,transparent,rgba(173,192,255,.09),transparent)}.dc-trending-section .dc-compact-video:nth-child(-n+3) .dc-compact-rank,.dc-compact-rank{color:rgba(255,255,255,.09)!important;-webkit-text-stroke:1px rgba(201,214,238,.56)!important}.dc-trending-section .dc-card-new{background:rgba(255,255,255,.06)!important;border:1px solid rgba(173,192,255,.08)!important;color:#dfe6f5}
@media(max-width:640px){.dc-title-line-clean h1{font-size:19px;line-height:1.18}.dc-card-pro .dc-card-body h3{font-size:12.5px}.dc-section-head h2{font-size:16px;letter-spacing:.7px}.dc-watch-player{border-radius:14px}.dc-hero-pro{border-radius:16px}.dc-card-pro .dc-card-thumb,.dc-compact-video,.dc-category-card,.dc-actions-clean,.dc-explore-search,.dc-search-box form,.dc-page-search{border-radius:12px}.dc-compact-thumb,.dc-cast-chips a{border-radius:10px}.dc-bottom-nav{border-radius:16px}.dc-bottom-nav a{border-radius:12px}.dc-actions-clean>button:first-child{border-top-left-radius:11px!important;border-bottom-left-radius:11px!important}.dc-actions-clean>button:last-child{border-top-right-radius:11px!important;border-bottom-right-radius:11px!important}}

/* ==== v56.css ==== */
/* Dark Cinema Pro 5.6 — Mockup Match Edition
   Mobile-first redesign based on the approved Dark Cinema Pro premium mockup. */

:root{
  --dc56-bg:#05070b;
  --dc56-bg-soft:#080c13;
  --dc56-panel:#0c1119;
  --dc56-panel-2:#101621;
  --dc56-line:rgba(255,255,255,.065);
  --dc56-line-strong:rgba(255,255,255,.10);
  --dc56-text:#f4f6fb;
  --dc56-muted:#8d97a8;
  --dc56-muted-2:#6e7889;
  --dc56-r-sm:8px;
  --dc56-r-md:11px;
  --dc56-r-lg:14px;
  --dc56-shadow:0 14px 36px rgba(0,0,0,.26);
  --dc56-shadow-deep:0 28px 72px rgba(0,0,0,.38);
}

html{background:var(--dc56-bg)}
body.dc-v56{
  background:
    radial-gradient(circle at 16% -6%,color-mix(in srgb,var(--dc-primary) 11%,transparent),transparent 27%),
    radial-gradient(circle at 92% 2%,color-mix(in srgb,var(--dc-primary2) 7%,transparent),transparent 23%),
    linear-gradient(180deg,#06080d 0%,#05070b 34%,#05070b 100%);
  color:var(--dc56-text);
}
body.dc-v56 .dc-main{max-width:1180px;padding-bottom:94px}

/* ---------- Header: preserve familiar structure, refine only surface ---------- */
body.dc-v56 .dc-header{
  height:58px;padding:0 11px;
  background:rgba(5,8,13,.88);
  border-bottom:1px solid rgba(255,255,255,.045);
  backdrop-filter:blur(18px) saturate(1.18);
}
body.dc-v56 .dc-header.is-scrolled{box-shadow:0 10px 30px rgba(0,0,0,.24);border-color:var(--dc56-line)}
body.dc-v56 .dc-brand{font-size:15px;font-weight:760;letter-spacing:.2px}
body.dc-v56 .dc-brand>span{color:#f0f2f7}
body.dc-v56 .dc-brand>span>span{color:#f0f2f7}
body.dc-v56 .dc-brand b{display:inline;background:none;color:var(--dc-primary);font-size:8px;padding:0;margin-left:4px;letter-spacing:.7px}
body.dc-v56 .dc-icon-btn{width:38px;height:38px;border:0;border-radius:10px;background:transparent;font-size:20px;box-shadow:none}
body.dc-v56 .dc-icon-btn:active{background:rgba(255,255,255,.04)}

/* ---------- Hero ---------- */
body.dc-v56 .dc-hero-pro{
  height:min(66vh,600px);min-height:460px;
  margin:0;border-radius:0;border:0;box-shadow:none;
  background:#080b10;
}
body.dc-v56 .dc-hero-slide:before{
  background-image:
    linear-gradient(180deg,rgba(5,7,11,.06) 5%,rgba(5,7,11,.16) 28%,rgba(5,7,11,.68) 70%,#05070b 98%),
    linear-gradient(90deg,rgba(5,7,11,.42),rgba(5,7,11,.02) 64%),
    var(--dc-hero-bg);
  background-position:center 22%;
}
body.dc-v56 .dc-hero-slide:after{display:none}
body.dc-v56 .dc-hero-content{left:16px;right:16px;bottom:28px;max-width:560px}
body.dc-v56 .dc-eyebrow{margin-bottom:8px;gap:6px}
body.dc-v56 .dc-eyebrow span{font-size:8px;letter-spacing:1.35px;color:#d7dbe4}
body.dc-v56 .dc-eyebrow b{font-size:8px;padding:4px 7px;border-radius:7px;background:color-mix(in srgb,var(--dc-primary) 82%,#111);border:0;color:#fff}
body.dc-v56 .dc-hero h1{font-size:clamp(28px,8.7vw,48px);line-height:1.00;letter-spacing:-1.15px;max-width:13ch;margin:0 0 8px;text-wrap:balance}
body.dc-v56 .dc-hero-meta{font-size:9.5px;margin:8px 0;color:#c2c9d4;gap:6px}
body.dc-v56 .dc-hero p{font-size:10.5px;line-height:1.52;color:#c6ccd6;max-width:44ch;-webkit-line-clamp:2}
body.dc-v56 .dc-hero-actions{gap:7px;margin-top:12px}
body.dc-v56 .dc-btn{min-height:36px;padding:0 13px;border-radius:7px;font-size:9.5px;box-shadow:none;background:linear-gradient(135deg,var(--dc-primary),var(--dc-primary2))}
body.dc-v56 .dc-btn-ghost{width:36px;padding:0;background:rgba(12,16,23,.72);border:1px solid var(--dc56-line-strong)}
body.dc-v56 .dc-hero-dots{left:16px;bottom:11px;gap:5px}
body.dc-v56 .dc-hero-dots button{height:3px;width:5px;border-radius:99px;background:rgba(255,255,255,.24)}
body.dc-v56 .dc-hero-dots button.is-active{width:22px;background:var(--dc-primary)}

/* ---------- Section system ---------- */
body.dc-v56 .dc-section{padding:19px 12px}
body.dc-v56 .dc-section+.dc-section{padding-top:15px}
body.dc-v56 .dc-section-head{align-items:center;margin-bottom:11px;gap:10px}
body.dc-v56 .dc-section-head h2{
  margin:0;font-size:13px;line-height:1.1;font-weight:820;letter-spacing:.45px;text-transform:uppercase;color:#edf0f6;
}
body.dc-v56 .dc-section-head>a{
  min-height:auto;padding:0;border:0;background:none;border-radius:0;
  color:#8791a2;font-size:8px;font-weight:720;letter-spacing:0;text-transform:none;
}
body.dc-v56 .dc-section-head>a:active{color:#fff}
body.dc-v56 .dc-for-you-section,
body.dc-v56 .dc-trending-section,
body.dc-v56 .dc-discovery-picks{background:transparent!important;border:0!important}
body.dc-v56 .dc-for-you-section:before,
body.dc-v56 .dc-trending-section:before,
body.dc-v56 .dc-discovery-picks:before{display:none}

/* ---------- Continue watching ---------- */
body.dc-v56 .dc-row-scroll{
  display:grid;grid-auto-flow:column;grid-auto-columns:44vw;gap:9px;overflow-x:auto;
  padding:0 1px 3px;scroll-snap-type:x proximity;scrollbar-width:none;
}
body.dc-v56 .dc-row-scroll::-webkit-scrollbar{display:none}
body.dc-v56 .dc-row-scroll .dc-card{scroll-snap-align:start}
body.dc-v56 .dc-row-scroll .dc-card-thumb{border-radius:9px}
body.dc-v56 .dc-row-scroll .dc-card-body h3{font-size:9.5px;min-height:auto;-webkit-line-clamp:1;white-space:nowrap;text-overflow:ellipsis;display:block}
body.dc-v56 .dc-row-scroll .dc-meta{font-size:8px}

/* ---------- Video cards ---------- */
body.dc-v56 .dc-grid{gap:14px 8px}
body.dc-v56 .dc-card-pro{min-width:0}
body.dc-v56 .dc-card-pro .dc-card-thumb{
  border-radius:9px;border:1px solid rgba(255,255,255,.045);background:#0c1118;box-shadow:none;
}
body.dc-v56 .dc-card-pro .dc-card-thumb:after{height:28%;opacity:.55}
body.dc-v56 .dc-card-pro .dc-card-body{padding:6px 1px 0}
body.dc-v56 .dc-card-pro .dc-card-body h3{
  margin:0;font-size:10px;line-height:1.35;font-weight:650;letter-spacing:-.08px;min-height:27px;color:#e8ebf2;
}
body.dc-v56 .dc-card-pro .dc-meta{font-size:7.8px;color:#818b9c;margin-top:4px;gap:4px}
body.dc-v56 .dc-card-pro .dc-rating{color:#aeb6c4}
body.dc-v56 .dc-card-tags{top:5px;left:5px;gap:4px}
body.dc-v56 .dc-card-tags b,
body.dc-v56 .dc-card-tags em,
body.dc-v56 .dc-card-new{border-radius:5px;padding:4px 5px;font-size:6.5px;box-shadow:none}
body.dc-v56 .dc-card-tags em{background:rgba(4,7,11,.72);border:1px solid rgba(255,255,255,.07)}
body.dc-v56 .dc-duration{right:5px;bottom:5px;border-radius:5px;padding:3px 5px;font-size:7px;background:rgba(4,7,11,.78);border:0}
body.dc-v56 .dc-card-progress{height:2px;background:rgba(255,255,255,.14)}
body.dc-v56 .dc-card-play{width:35px;height:35px;border-radius:50%;background:rgba(5,8,13,.62);font-size:12px;border:1px solid rgba(255,255,255,.12)}
body.dc-v56 .dc-card.is-pressed{transform:scale(.992)}

/* ---------- Trending ---------- */
body.dc-v56 .dc-trending-balanced,
body.dc-v56 .dc-compact-list{display:grid;gap:6px}
body.dc-v56 .dc-compact-video{
  display:grid;grid-template-columns:32px 96px minmax(0,1fr);gap:9px;align-items:center;
  min-height:68px;padding:6px;border-radius:9px;border:0;background:transparent;box-shadow:none;
}
body.dc-v56 .dc-compact-video:active{background:rgba(255,255,255,.025)}
body.dc-v56 .dc-compact-rank{font-size:19px;min-width:28px;color:transparent!important;-webkit-text-stroke:1px #565f6f!important;letter-spacing:-1px}
body.dc-v56 .dc-trending-section .dc-compact-video:nth-child(-n+3) .dc-compact-rank{color:transparent!important;-webkit-text-stroke:1px #737d8d!important}
body.dc-v56 .dc-compact-thumb{border-radius:7px;aspect-ratio:16/9;background:#0c1118}
body.dc-v56 .dc-compact-thumb img{width:100%;height:100%;object-fit:cover}
body.dc-v56 .dc-compact-copy strong{font-size:9.5px;line-height:1.28;font-weight:650;color:#e8ebf2}
body.dc-v56 .dc-compact-copy small{font-size:7.5px;margin-top:3px;color:#7e8999}

/* ---------- Actors ---------- */
body.dc-v56 .dc-actors{gap:13px;padding:1px 0 3px;scroll-snap-type:x proximity}
body.dc-v56 .dc-actor{flex-basis:66px;padding:0;scroll-snap-align:start}
body.dc-v56 .dc-actor-img{width:56px;height:56px;margin-bottom:6px;border:1px solid rgba(255,255,255,.07);box-shadow:none}
body.dc-v56 .dc-actor strong{font-size:8.5px;font-weight:650;color:#e9ecf3}
body.dc-v56 .dc-actor small{font-size:7px;color:#748092}
body.dc-v56 .dc-actor-rank{top:-3px;left:0;padding:3px 4px;border-radius:4px;font-size:6px;background:var(--dc-primary)}

/* ---------- Categories ---------- */
body.dc-v56 .dc-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
body.dc-v56 .dc-category-card{
  height:82px;min-height:82px;border-radius:9px;border:1px solid rgba(255,255,255,.045);box-shadow:none;background:#0c1118;
}
body.dc-v56 .dc-category-card:before{background-image:linear-gradient(90deg,rgba(5,8,13,.88),rgba(5,8,13,.22)),var(--dc-cat-bg)}
body.dc-v56 .dc-category-card span{left:10px;bottom:9px}
body.dc-v56 .dc-category-card strong{font-size:10px;font-weight:700}
body.dc-v56 .dc-category-card small{font-size:7px;margin-top:2px;color:#a5adba}

/* ---------- Explore ---------- */
body.dc-v56 .dc-page-hero.dc-explore-hero{padding:18px 12px 6px;background:transparent}
body.dc-v56 .dc-explore-hero .dc-kicker{display:none}
body.dc-v56 .dc-explore-hero h1{font-size:21px;margin:0 0 12px;letter-spacing:-.55px;text-transform:uppercase}
body.dc-v56 .dc-explore-hero>p{display:none}
body.dc-v56 .dc-explore-search{
  margin:0 0 10px;padding:6px 8px;min-height:42px;border-radius:10px;background:#0d121a;border:1px solid rgba(255,255,255,.075);box-shadow:none;
}
body.dc-v56 .dc-explore-search>span{font-size:16px;color:#8a94a5}
body.dc-v56 .dc-explore-search input{font-size:9.5px;padding:0 4px}
body.dc-v56 .dc-explore-search button{min-width:36px;min-height:32px;border-radius:7px;font-size:8px;box-shadow:none}
body.dc-v56 .dc-explore-quick{gap:6px;padding-bottom:2px}
body.dc-v56 .dc-explore-quick a,body.dc-v56 .dc-explore-quick button{flex:0 0 auto;padding:7px 10px;border-radius:8px;font-size:8px;background:#0d121a;border:1px solid rgba(255,255,255,.065);color:#c5ccd8;min-height:30px} body.dc-v56 .dc-explore-quick button{font:inherit;cursor:pointer}
body.dc-v56 .dc-explore-actions{display:none}
body.dc-v56 .dc-v56-category-rail{
  display:grid;grid-auto-flow:column;grid-auto-columns:78px;gap:8px;overflow-x:auto;scrollbar-width:none;padding:0 0 3px;
}
body.dc-v56 .dc-v56-category-rail::-webkit-scrollbar{display:none}
body.dc-v56 .dc-v56-category-rail .dc-category-card{height:92px;min-height:92px;width:78px}
body.dc-v56 .dc-v56-category-rail .dc-category-card:before{background-image:linear-gradient(180deg,rgba(5,8,13,.05),rgba(5,8,13,.82)),var(--dc-cat-bg)}
body.dc-v56 .dc-v56-category-rail .dc-category-card span{left:7px;right:7px;bottom:7px;text-align:center}
body.dc-v56 .dc-v56-category-rail .dc-category-card small{display:none}
body.dc-v56 .dc-v56-tag-rail{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}
body.dc-v56 .dc-v56-tag-rail::-webkit-scrollbar{display:none}
body.dc-v56 .dc-v56-tag-rail a{flex:0 0 auto;padding:6px 9px;border-radius:8px;border:1px solid rgba(255,255,255,.065);background:#0b1017;color:#98a2b2;font-size:7.5px}
body.dc-v56 .dc-v56-explore-grid-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
body.dc-v56 .dc-v56-explore-grid-head small{font-size:7.5px;color:#818b9b}

/* ---------- Watch page ---------- */
body.dc-v56 .dc-watch-page{max-width:820px}
body.dc-v56 .dc-watch-heading{height:44px;background:#06090e;border-bottom:1px solid rgba(255,255,255,.04)}
body.dc-v56 .dc-watch-nav-title span{font-size:6px;letter-spacing:1px;color:#7e8998}
body.dc-v56 .dc-watch-nav-title strong{font-size:8px;font-weight:650}
body.dc-v56 .dc-watch-player{margin:0;border-radius:0;border:0;box-shadow:none;background:#030507}
body.dc-v56 .dc-player{border-radius:0;border:0}
body.dc-v56 .dc-video-info-pro{padding:14px 12px 0;background:transparent}
body.dc-v56 .dc-watch-summary{padding:0;max-width:none}
body.dc-v56 .dc-watch-summary:before{display:none}
body.dc-v56 .dc-watch-eyebrow{display:none}
body.dc-v56 .dc-title-line-clean h1{
  width:100%;max-width:none!important;margin:0;font-size:19px;line-height:1.18;font-weight:720;letter-spacing:-.45px;text-transform:none!important;color:#eef1f6;text-wrap:pretty;
}
body.dc-v56 .dc-watch-stats-clean{margin-top:8px;font-size:8px;color:#8a94a4;gap:0}
body.dc-v56 .dc-watch-stats-clean b{min-height:20px;padding:0 5px;border-radius:4px;background:color-mix(in srgb,var(--dc-primary) 22%,#12161d);border:1px solid color-mix(in srgb,var(--dc-primary) 35%,transparent);font-size:7px;color:#eae5ff}
body.dc-v56 .dc-watch-stats-clean>span:before{margin:0 6px;color:#444c58}
body.dc-v56 .dc-watch-description-inline{margin-top:10px;max-width:650px}
body.dc-v56 .dc-watch-description-inline .dc-content{font-size:9.5px;line-height:1.58;color:#aeb7c5}
body.dc-v56 .dc-watch-description-inline .dc-collapsible{max-height:49px}
body.dc-v56 .dc-watch-description-inline .dc-text-button{font-size:8px;min-height:26px;color:var(--dc-primary)}
body.dc-v56 .dc-watch-tools{margin-top:11px}
body.dc-v56 .dc-actions-clean{
  display:flex!important;gap:0!important;min-height:56px;margin:0!important;padding:0!important;border-radius:8px;border:1px solid rgba(255,255,255,.05);background:#0c1119;box-shadow:none;overflow:hidden!important;
}
body.dc-v56 .dc-actions-clean>button{
  flex:1 1 0!important;min-width:0!important;min-height:54px!important;padding:5px 2px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#cbd2de!important;box-shadow:none!important;display:flex!important;flex-direction:column!important;gap:4px!important;font-size:14px!important;
}
body.dc-v56 .dc-actions-clean>button+button:before{top:11px;bottom:11px;background:rgba(255,255,255,.055)}
body.dc-v56 .dc-actions-clean>button span{font-size:7.5px!important;color:#929cab;font-weight:650!important}
body.dc-v56 .dc-actions-clean>button.is-active{background:color-mix(in srgb,var(--dc-primary) 8%,transparent)!important;color:#fff!important}
body.dc-v56 .dc-actions-clean>button.is-active:after{height:2px;left:28%;right:28%;bottom:0;background:var(--dc-primary)}
body.dc-v56 .dc-video-tax{margin-top:10px;gap:6px}
body.dc-v56 .dc-video-tax a{min-height:25px;padding:0 8px;border-radius:7px;background:#0b1017;border:1px solid rgba(255,255,255,.055);font-size:7.5px;color:#9ea8b7}
body.dc-v56 .dc-info-block{margin-top:15px;padding-top:13px;border-top:1px solid rgba(255,255,255,.045)}
body.dc-v56 .dc-info-block.dc-description-block{display:none}
body.dc-v56 .dc-block-head h2{font-size:11px;letter-spacing:.55px;text-transform:uppercase;color:#e7ebf2}
body.dc-v56 .dc-cast-chips a{border-radius:8px;background:#0b1017;border:1px solid rgba(255,255,255,.05);padding:4px 8px 4px 4px}
body.dc-v56 .dc-cast-chips img{width:23px;height:23px}
body.dc-v56 .dc-cast-chips span{font-size:7.5px}
body.dc-v56 .dc-related-section{margin-top:15px;padding:17px 12px;border-top:1px solid rgba(255,255,255,.045)}
body.dc-v56 .dc-related-section:before{display:none}
body.dc-v56 .dc-related-section .dc-section-head h2{font-size:11px;letter-spacing:.55px;text-transform:uppercase}
body.dc-v56 .dc-v56-related-list{display:grid;gap:6px}
body.dc-v56 .dc-v56-related-list .dc-compact-video{grid-template-columns:102px minmax(0,1fr);padding:5px 0;min-height:64px;border-bottom:1px solid rgba(255,255,255,.035);border-radius:0}
body.dc-v56 .dc-v56-related-list .dc-compact-rank{display:none}
body.dc-v56 .dc-v56-related-list .dc-compact-thumb{width:102px}

/* ---------- Actor page ---------- */
body.dc-v56 .dc-actor-profile-v2{
  border:0;border-radius:0;box-shadow:none;background:#070a10;overflow:visible;
}
body.dc-v56 .dc-actor-profile-cover{height:122px;filter:saturate(.72) brightness(.6);border-radius:0}
body.dc-v56 .dc-actor-profile-inner{
  margin-top:-48px;padding:0 12px 17px;display:grid;grid-template-columns:86px minmax(0,1fr);gap:12px;align-items:start;
}
body.dc-v56 .dc-actor-profile-inner>img{width:82px;height:82px;border-radius:50%;border:2px solid var(--dc-primary);box-shadow:0 0 0 3px #070a10}
body.dc-v56 .dc-actor-profile-inner .dc-kicker{font-size:6.5px;letter-spacing:1.2px;color:#8994a5}
body.dc-v56 .dc-actor-profile-inner h1{font-size:18px;line-height:1.05;margin:3px 0 8px;letter-spacing:-.55px}
body.dc-v56 .dc-verified{color:var(--dc-primary);font-size:11px}
body.dc-v56 .dc-v56-actor-follow{min-height:31px;padding:0 12px;border:0;border-radius:7px;background:var(--dc-primary);color:#fff;font-size:8px;font-weight:760}
body.dc-v56 .dc-v56-actor-follow.is-active{background:#151b25;border:1px solid rgba(255,255,255,.08)}
body.dc-v56 .dc-actor-stat-grid{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:10px;border-top:1px solid rgba(255,255,255,.045);border-bottom:1px solid rgba(255,255,255,.045)}
body.dc-v56 .dc-actor-stat-grid span{padding:10px 5px;text-align:center;border-right:1px solid rgba(255,255,255,.04)}
body.dc-v56 .dc-actor-stat-grid span:last-child{border-right:0}
body.dc-v56 .dc-actor-stat-grid b{display:block;font-size:13px;color:#eef1f6}
body.dc-v56 .dc-actor-stat-grid small{display:block;margin-top:2px;font-size:6.5px;color:#778293}
body.dc-v56 .dc-actor-profile-inner p{grid-column:1/-1;margin:0;color:#a3adbc;font-size:8.5px;line-height:1.55;text-align:center}

/* ---------- Archive / search / generic pages ---------- */
body.dc-v56 .dc-page-hero{padding:20px 12px 10px}
body.dc-v56 .dc-page-hero h1{font-size:21px;line-height:1.05;letter-spacing:-.65px}
body.dc-v56 .dc-page-hero p{font-size:9px;color:#8792a3}
body.dc-v56 .dc-load-more{min-height:38px;border-radius:8px;background:#0d121a;border:1px solid rgba(255,255,255,.065);color:#d6dbe4;font-size:9px}
body.dc-v56 .dc-empty-state-pro{border-radius:10px;background:#0b1017;border:1px solid rgba(255,255,255,.055);box-shadow:none}

/* ---------- Bottom navigation: keep structure, sharpen to mockup ---------- */
body.dc-v56 .dc-bottom-nav{
  left:0;right:0;bottom:0;height:calc(61px + env(safe-area-inset-bottom));
  border:0;border-top:1px solid rgba(255,255,255,.05);border-radius:0;
  background:rgba(6,9,14,.96);backdrop-filter:blur(18px);box-shadow:0 -12px 32px rgba(0,0,0,.24);
  padding:3px 5px env(safe-area-inset-bottom);overflow:visible;
}
body.dc-v56 .dc-bottom-nav a{min-height:55px;border-radius:0;background:transparent!important;gap:2px}
body.dc-v56 .dc-bottom-nav a span{font-size:16px}
body.dc-v56 .dc-bottom-nav a small{font-size:6.5px;color:#778293}
body.dc-v56 .dc-bottom-nav a.is-active:before{display:none}
body.dc-v56 .dc-bottom-nav a.is-active span,
body.dc-v56 .dc-bottom-nav a.is-active small{color:var(--dc-primary)}
body.dc-v56 .dc-nav-explore span{width:auto;height:auto;border-radius:0;background:none;box-shadow:none;margin-top:0}

/* ---------- Touch + responsive ---------- */
@media(max-width:640px){
  body.dc-v56 .dc-main{padding-bottom:88px}
  body.dc-v56 .dc-section{padding-left:10px;padding-right:10px}
  body.dc-v56 .dc-hero-content{left:13px;right:13px}
  body.dc-v56 .dc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 7px}
  body.dc-v56 .dc-row-scroll{grid-auto-columns:47vw}
  body.dc-v56 .dc-title-line-clean h1{font-size:18px}
  body.dc-v56 .dc-actor-profile-inner{padding-left:10px;padding-right:10px}
  body.dc-v56 .dc-related-section{padding-left:10px;padding-right:10px}
}
@media(min-width:641px){
  body.dc-v56 .dc-section{padding-left:16px;padding-right:16px}
  body.dc-v56 .dc-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 12px}
  body.dc-v56 .dc-row-scroll{grid-auto-columns:260px}
  body.dc-v56 .dc-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  body.dc-v56 .dc-watch-player{border-radius:10px;overflow:hidden;margin-top:10px}
  body.dc-v56 .dc-video-info-pro{padding-left:0;padding-right:0}
  body.dc-v56 .dc-related-section{padding-left:0;padding-right:0}
  body.dc-v56 .dc-v56-related-list{grid-template-columns:1fr 1fr;gap:8px 18px}
}
@media(min-width:980px){
  body.dc-v56 .dc-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  body.dc-v56 .dc-hero-pro{border-radius:10px;margin:12px 16px 0}
  body.dc-v56 .dc-hero-content{left:24px;bottom:32px}
  body.dc-v56 .dc-bottom-nav{max-width:520px;left:50%;right:auto;transform:translateX(-50%);border:1px solid rgba(255,255,255,.055);border-bottom:0;border-radius:12px 12px 0 0}
}
@media(prefers-reduced-motion:reduce){body.dc-v56 *{transition-duration:.01ms!important;animation-duration:.01ms!important}}

/* ==== v57.css ==== */
/* Dark Cinema Pro 5.7 — Pixel Match Mobile Edition */
:root{--dc57-bg:#05070b;--dc57-surface:#0b1017;--dc57-surface2:#0f151e;--dc57-line:rgba(255,255,255,.065);--dc57-text:#f3f5fa;--dc57-muted:#8993a3;--dc57-purple:#a640ff;--dc57-purple2:#d736f0;--dc-primary:#a640ff;--dc-primary2:#d736f0;--dc-bg:#05070b;--dc-bg2:#080c12;--dc-card:#0b1017;--dc-card2:#101620;--dc-line:rgba(255,255,255,.065);--dc-text:#f3f5fa;--dc-muted:#8993a3}
html{background:var(--dc57-bg)}body.dc-v57{background:#05070b;color:var(--dc57-text)}body.dc-v57 .dc-main{max-width:1080px;padding-bottom:76px}
/* top bar */
body.dc-v57 .dc-header{height:52px;display:grid;grid-template-columns:42px 1fr auto;padding:0 9px;background:rgba(5,7,11,.96);border-bottom:1px solid rgba(255,255,255,.045);backdrop-filter:blur(16px);box-shadow:none}body.dc-v57 .dc-brand{text-align:center;font-size:11px;font-weight:650;letter-spacing:.2px;color:#e6e9ef;white-space:nowrap}body.dc-v57 .dc-brand>span{color:#e6e9ef!important;background:none!important;-webkit-text-fill-color:initial!important}body.dc-v57 .dc-brand b{display:inline!important;background:none!important;color:var(--dc57-purple)!important;font-size:11px!important;padding:0!important;margin-left:3px!important;letter-spacing:.3px!important}body.dc-v57 .dc-header-actions{display:flex;align-items:center;gap:4px}body.dc-v57 .dc-icon-btn{width:36px;height:36px;border:0;background:transparent;border-radius:8px;font-size:19px;box-shadow:none}body.dc-v57 .dc-header-avatar{width:28px;height:28px;border-radius:50%;overflow:hidden;border:1px solid rgba(255,255,255,.13);display:block}body.dc-v57 .dc-header-avatar img{width:100%;height:100%;object-fit:cover}
/* drawer / search */
body.dc-v57 .dc-drawer{background:#080c12;border-right:1px solid var(--dc57-line);padding:15px}body.dc-v57 .dc-drawer-head strong{font-size:16px;letter-spacing:.25px}body.dc-v57 .dc-drawer-head strong span{color:var(--dc57-purple)}body.dc-v57 .dc-drawer-feature{border-radius:10px;background:linear-gradient(135deg,rgba(166,64,255,.16),rgba(215,54,240,.07));border:1px solid rgba(166,64,255,.18)}body.dc-v57 .dc-menu-list a{border-radius:8px;padding:11px 12px}body.dc-v57 .dc-search-panel{background:rgba(4,6,10,.94)}body.dc-v57 .dc-search-box form,body.dc-v57 .dc-page-search{background:#0d121a;border:1px solid var(--dc57-line);border-radius:10px;box-shadow:none}
/* Home hero */
body.dc-v57 .dc-hero-pro{height:min(55vh,470px);min-height:340px;margin:0;border:0;border-radius:0;box-shadow:none}body.dc-v57 .dc-hero-slide:before{background-image:linear-gradient(180deg,rgba(5,7,11,.02) 5%,rgba(5,7,11,.16) 35%,rgba(5,7,11,.72) 76%,#05070b 99%),linear-gradient(90deg,rgba(5,7,11,.32),transparent 62%),var(--dc-hero-bg);background-position:center 18%}body.dc-v57 .dc-hero-content{left:12px;right:12px;bottom:22px;max-width:510px}body.dc-v57 .dc-eyebrow{margin-bottom:7px}body.dc-v57 .dc-eyebrow span{display:none}body.dc-v57 .dc-eyebrow b{font-size:7px;border-radius:5px;padding:4px 6px;background:var(--dc57-purple);border:0}body.dc-v57 .dc-hero h1{font-size:clamp(25px,8vw,44px);line-height:1.01;letter-spacing:-1.1px;max-width:14ch;margin:0 0 7px;text-wrap:balance}body.dc-v57 .dc-hero-meta{font-size:8.5px;margin:5px 0;color:#c3cad5}body.dc-v57 .dc-hero p{font-size:9.5px;line-height:1.48;color:#c0c6d0;-webkit-line-clamp:2;max-width:40ch}body.dc-v57 .dc-hero-actions{margin-top:10px;gap:7px}body.dc-v57 .dc-btn{min-height:34px;border-radius:6px;padding:0 12px;font-size:8.5px;background:linear-gradient(135deg,var(--dc57-purple),var(--dc57-purple2));box-shadow:none}body.dc-v57 .dc-btn-ghost{width:34px;padding:0;background:rgba(9,13,19,.78);border:1px solid rgba(255,255,255,.10)}body.dc-v57 .dc-hero-dots{left:12px;bottom:8px}body.dc-v57 .dc-hero-dots button{height:3px}body.dc-v57 .dc-hero-dots button.is-active{background:var(--dc57-purple)}
/* Sections */
body.dc-v57 .dc-section{padding:16px 10px}body.dc-v57 .dc-section+.dc-section{padding-top:13px}body.dc-v57 .dc-section-head{margin-bottom:10px;align-items:center}body.dc-v57 .dc-section-head h2{font-size:11px;line-height:1.1;font-weight:800;letter-spacing:.35px;text-transform:uppercase;color:#eff1f5}body.dc-v57 .dc-section-head>a{font-size:7px;color:#8993a3;border:0;background:transparent;padding:0;min-height:auto;border-radius:0;text-transform:none}body.dc-v57 .dc-section-head>a:hover{color:#fff}
/* Continue watching */
body.dc-v57 .dc-row-scroll{grid-auto-columns:43vw;gap:8px;padding:0 0 2px}body.dc-v57 .dc-row-scroll .dc-card-thumb{border-radius:6px;border:1px solid rgba(255,255,255,.05)}body.dc-v57 .dc-row-scroll .dc-card-body{padding-top:5px}body.dc-v57 .dc-row-scroll .dc-card-body h3{font-size:8px!important;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:auto!important}body.dc-v57 .dc-row-scroll .dc-meta{font-size:6.5px;color:#7e8898}body.dc-v57 .dc-card-progress{height:2px}body.dc-v57 .dc-card-progress i{background:var(--dc57-purple)}
/* Cards */
body.dc-v57 .dc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 7px}body.dc-v57 .dc-card-pro .dc-card-thumb{border-radius:6px;border:1px solid rgba(255,255,255,.045);box-shadow:none;background:#0b1017}body.dc-v57 .dc-card-pro .dc-card-body{padding:5px 1px 0}body.dc-v57 .dc-card-pro .dc-card-body h3{font-size:8.8px;line-height:1.35;font-weight:650;min-height:24px;letter-spacing:-.05px;color:#e9ecf2;text-transform:none!important}body.dc-v57 .dc-card-pro .dc-meta{margin-top:3px;font-size:6.8px;color:#7f8998;gap:4px}body.dc-v57 .dc-card-tags{top:5px;left:5px}body.dc-v57 .dc-card-tags b,body.dc-v57 .dc-card-tags em,body.dc-v57 .dc-card-new{font-size:6px;padding:3px 4px;border-radius:4px;background:var(--dc57-purple)}body.dc-v57 .dc-card-tags em{background:rgba(5,7,11,.72)}body.dc-v57 .dc-duration{font-size:6.3px;padding:3px 4px;border-radius:4px;right:5px;bottom:5px}body.dc-v57 .dc-card-play{width:34px;height:34px;border-radius:50%}
/* trending */
body.dc-v57 .dc-trending-section{background:transparent!important;border:0!important}body.dc-v57 .dc-compact-list{display:grid;gap:5px}body.dc-v57 .dc-compact-video{min-height:66px;padding:5px;border:0;border-bottom:1px solid rgba(255,255,255,.035);border-radius:0;background:transparent;box-shadow:none}body.dc-v57 .dc-compact-rank{font-size:18px;min-width:28px;color:#596270!important;-webkit-text-stroke:0!important}body.dc-v57 .dc-compact-thumb{border-radius:6px}body.dc-v57 .dc-compact-copy strong{font-size:8.5px;line-height:1.3}body.dc-v57 .dc-compact-copy small{font-size:6.8px;color:#788393}
/* Actor/categories home */
body.dc-v57 .dc-actors{gap:10px}body.dc-v57 .dc-actor{flex-basis:66px;padding:0}body.dc-v57 .dc-actor-img{width:54px;height:54px;border:1px solid rgba(255,255,255,.08);box-shadow:none}body.dc-v57 .dc-actor strong{font-size:7.6px}body.dc-v57 .dc-actor small{font-size:6px}body.dc-v57 .dc-actor-rank{font-size:5.5px;padding:2px 3px;border-radius:3px}body.dc-v57 .dc-category-grid{grid-template-columns:repeat(2,1fr);gap:7px}body.dc-v57 .dc-category-card{height:78px;min-height:78px;border-radius:6px;border:1px solid rgba(255,255,255,.045);box-shadow:none}
/* Explore */
body.dc-v57 .dc-v57-explore-hero{padding:16px 10px 10px}body.dc-v57 .dc-v57-explore-hero h1{font-size:17px;letter-spacing:.2px;margin:0 0 12px}body.dc-v57 .dc-explore-search{height:42px;margin:0 0 10px;padding:5px 7px;border-radius:8px;background:#0d121a;border:1px solid rgba(255,255,255,.075);box-shadow:none}body.dc-v57 .dc-explore-search input{font-size:8.5px;color:#cbd1db}body.dc-v57 .dc-explore-search>span{font-size:14px;color:#8791a1}body.dc-v57 .dc-explore-filter-icon{width:30px;height:30px;border:0;border-radius:7px;background:#151a24;color:#c4cbd6;font-size:14px}body.dc-v57 .dc-explore-quick{gap:6px;padding-bottom:2px}body.dc-v57 .dc-explore-quick a{padding:7px 10px;border-radius:999px;font-size:7px;background:#0d121a;border:1px solid rgba(255,255,255,.07);color:#b5bdca}body.dc-v57 .dc-explore-quick a.is-hot{background:linear-gradient(135deg,var(--dc57-purple),var(--dc57-purple2));border-color:transparent;color:#fff}body.dc-v57 .dc-v57-category-rail{display:grid;grid-auto-flow:column;grid-auto-columns:72px;gap:7px;overflow-x:auto;scrollbar-width:none}body.dc-v57 .dc-v57-category-rail::-webkit-scrollbar{display:none}body.dc-v57 .dc-v57-category-rail .dc-category-card{height:72px;min-height:72px;border-radius:6px}body.dc-v57 .dc-v57-category-rail .dc-category-card strong{font-size:7px}body.dc-v57 .dc-v57-category-rail .dc-category-card small{display:none}body.dc-v57 .dc-v57-tag-rail{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}body.dc-v57 .dc-v57-tag-rail::-webkit-scrollbar{display:none}body.dc-v57 .dc-v57-tag-rail a{flex:0 0 auto;padding:6px 8px;border:1px solid rgba(255,255,255,.07);border-radius:999px;background:#0b1017;color:#a5afbd;font-size:6.8px}body.dc-v57 .dc-v57-explore-grid-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}body.dc-v57 .dc-v57-explore-grid-head .dc-section-head{margin:0}body.dc-v57 .dc-v57-explore-grid-head>small{font-size:6.8px;color:#8b95a5}
/* Watch: mockup owns top bar */
body.dc-v57-watch .dc-header{display:none}body.dc-v57 .dc-watch-heading{height:48px;padding:0 9px;display:grid;grid-template-columns:36px 1fr auto;align-items:center;background:#06090e;border-bottom:1px solid rgba(255,255,255,.04)}body.dc-v57 .dc-watch-back{font-size:24px;color:#e7ebf2}body.dc-v57 .dc-watch-brand{text-align:center;font-size:10px;color:#e8ebf1;letter-spacing:.2px;white-space:nowrap}body.dc-v57 .dc-watch-brand b{color:var(--dc57-purple)}body.dc-v57 .dc-watch-heading-actions{display:flex;align-items:center;gap:1px}body.dc-v57 .dc-watch-cast{width:31px;height:31px;border:0;background:transparent;color:#d9dee7;font-size:14px}body.dc-v57 .dc-watch-more{width:31px;height:31px;font-size:15px}body.dc-v57 .dc-watch-player{margin:0;border:0;border-radius:0;box-shadow:none;background:#030507}body.dc-v57 .dc-player{border-radius:0}body.dc-v57 .dc-video-info-pro{padding:14px 10px 0;background:#05070b}body.dc-v57 .dc-title-line-clean h1{width:100%;max-width:100%!important;margin:0;font-size:17px;line-height:1.22;font-weight:720;letter-spacing:-.35px;text-transform:none!important;text-wrap:pretty;color:#eef1f6}body.dc-v57 .dc-watch-stats-clean{margin-top:7px;font-size:7.5px;color:#8993a1;gap:0}body.dc-v57 .dc-watch-stats-clean b{min-height:19px;padding:0 5px;border-radius:4px;background:rgba(166,64,255,.13);border:1px solid rgba(166,64,255,.24);font-size:6.5px;color:#d9c7ff}body.dc-v57 .dc-watch-stats-clean>span:before{margin:0 5px;color:#454c57}body.dc-v57 .dc-watch-description-inline{margin-top:9px;max-width:690px}body.dc-v57 .dc-watch-description-inline .dc-content{font-size:8.5px;line-height:1.55;color:#a8b1bf}body.dc-v57 .dc-watch-description-inline .dc-collapsible{max-height:42px}body.dc-v57 .dc-watch-description-inline .dc-text-button{font-size:7px;min-height:22px;color:var(--dc57-purple);padding:0}body.dc-v57 .dc-watch-tools{margin-top:9px}body.dc-v57 .dc-actions-clean{display:flex!important;gap:0!important;min-height:53px;margin:0!important;padding:0!important;border-radius:7px;border:1px solid rgba(255,255,255,.045);background:#0b1017;box-shadow:none;overflow:hidden!important}body.dc-v57 .dc-actions-clean>button{flex:1 1 0!important;min-width:0!important;min-height:51px!important;padding:4px 1px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#d0d6df!important;display:flex!important;flex-direction:column!important;gap:4px!important;font-size:12px!important}body.dc-v57 .dc-actions-clean>button+button:before{top:10px;bottom:10px;background:rgba(255,255,255,.045)}body.dc-v57 .dc-actions-clean>button span{font-size:6.8px!important;color:#909aaa;font-weight:620!important}body.dc-v57 .dc-actions-clean>button.is-active{background:rgba(166,64,255,.07)!important;color:#fff!important}body.dc-v57 .dc-actions-clean>button.is-active:after{height:2px;bottom:0;left:26%;right:26%;background:var(--dc57-purple)}body.dc-v57 .dc-video-tax{margin-top:9px;gap:5px}body.dc-v57 .dc-video-tax a{min-height:23px;padding:0 7px;border-radius:999px;background:#0b1017;border:1px solid rgba(255,255,255,.055);font-size:6.5px;color:#9aa4b3}body.dc-v57 .dc-info-block{margin-top:13px;padding-top:12px;border-top:1px solid rgba(255,255,255,.04)}body.dc-v57 .dc-block-head h2{font-size:9px;letter-spacing:.5px;text-transform:uppercase;color:#e6eaf0}body.dc-v57 .dc-cast-chips{gap:6px}body.dc-v57 .dc-cast-chips a{border-radius:7px;background:#0b1017;border:1px solid rgba(255,255,255,.045);padding:4px 7px 4px 4px}body.dc-v57 .dc-cast-chips img{width:21px;height:21px}body.dc-v57 .dc-cast-chips span{font-size:6.8px}body.dc-v57 .dc-related-section{margin-top:13px;padding:15px 10px;border-top:1px solid rgba(255,255,255,.04)}body.dc-v57 .dc-related-section:before{display:none}body.dc-v57 .dc-related-section .dc-section-head h2{font-size:9px}body.dc-v57 .dc-v57-related-list{display:grid;gap:4px}body.dc-v57 .dc-v57-related-list .dc-compact-video{grid-template-columns:92px minmax(0,1fr);min-height:58px;padding:4px 0;border:0;border-bottom:1px solid rgba(255,255,255,.035);border-radius:0;background:transparent}body.dc-v57 .dc-v57-related-list .dc-compact-rank{display:none}body.dc-v57 .dc-v57-related-list .dc-compact-thumb{width:92px;border-radius:5px}
/* Actor: exact profile-like composition */
body.dc-v57 .dc-v57-actor-hero{padding:18px 10px 0;background:#05070b;text-align:center}body.dc-v57 .dc-v57-actor-top{display:grid;grid-template-columns:78px minmax(0,1fr);gap:11px;align-items:center;text-align:left;max-width:360px;margin:0 auto}body.dc-v57 .dc-v57-actor-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;border:2px solid var(--dc57-purple);box-shadow:0 0 0 3px rgba(166,64,255,.08)}body.dc-v57 .dc-v57-actor-name h1{font-size:17px;line-height:1.05;margin:0 0 7px;letter-spacing:-.45px}body.dc-v57 .dc-v57-actor-name h1 span{color:var(--dc57-purple);font-size:10px}body.dc-v57 .dc-v57-actor-name button{min-height:28px;padding:0 11px;border:0;border-radius:6px;background:linear-gradient(135deg,var(--dc57-purple),var(--dc57-purple2));color:#fff;font-size:7px;font-weight:750}body.dc-v57 .dc-v57-actor-name button.is-active{background:#131923;border:1px solid rgba(255,255,255,.07)}body.dc-v57 .dc-v57-actor-desc{max-width:300px;margin:12px auto 0;font-size:7.5px;line-height:1.55;color:#9fa8b6}body.dc-v57 .dc-v57-actor-stats{display:grid;grid-template-columns:repeat(3,1fr);max-width:360px;margin:13px auto 0;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}body.dc-v57 .dc-v57-actor-stats span{padding:9px 4px;border-right:1px solid rgba(255,255,255,.035)}body.dc-v57 .dc-v57-actor-stats span:last-child{border-right:0}body.dc-v57 .dc-v57-actor-stats b{display:block;font-size:11px;color:#eff1f5}body.dc-v57 .dc-v57-actor-stats small{display:block;margin-top:2px;font-size:5.8px;color:#717c8d}body.dc-v57 .dc-v57-actor-tabs{display:grid;grid-template-columns:1fr 1fr;margin-top:12px;border-bottom:1px solid rgba(255,255,255,.04)}body.dc-v57 .dc-v57-actor-tabs button{position:relative;height:35px;border:0;background:transparent;color:#7f8999;font-size:7.5px;font-weight:760;letter-spacing:.35px}body.dc-v57 .dc-v57-actor-tabs button.is-active{color:#e9ecf2}body.dc-v57 .dc-v57-actor-tabs button.is-active:after{content:"";position:absolute;left:20%;right:20%;bottom:-1px;height:2px;background:var(--dc57-purple)}body.dc-v57 .dc-v57-actor-videos{padding-top:11px}
/* Bottom navigation */
body.dc-v57 .dc-bottom-nav{position:fixed;left:0;right:0;bottom:0;height:calc(58px + env(safe-area-inset-bottom));padding:3px 3px env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(5,1fr);background:rgba(5,8,13,.97);border:0;border-top:1px solid rgba(255,255,255,.045);border-radius:0;backdrop-filter:blur(16px);box-shadow:0 -10px 28px rgba(0,0,0,.18)}body.dc-v57 .dc-bottom-nav a{min-height:53px;border-radius:0;background:transparent!important;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#7a8494}body.dc-v57 .dc-bottom-nav a span{font-size:15px}body.dc-v57 .dc-bottom-nav a small{font-size:5.8px;color:inherit}body.dc-v57 .dc-bottom-nav a.is-active:before{display:none}body.dc-v57 .dc-bottom-nav a.is-active span,body.dc-v57 .dc-bottom-nav a.is-active small{color:var(--dc57-purple)}body.dc-v57 .dc-nav-theater span{width:28px;height:26px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.08)}body.dc-v57 .dc-nav-theater.is-active span{background:var(--dc57-purple);color:#fff;border-color:transparent}
/* responsive */
@media(max-width:340px){body.dc-v57 .dc-brand{font-size:9.5px}body.dc-v57 .dc-header-avatar{display:none}body.dc-v57 .dc-row-scroll{grid-auto-columns:47vw}body.dc-v57 .dc-title-line-clean h1{font-size:15.5px}body.dc-v57 .dc-actions-clean>button span{font-size:6px!important}}
@media(min-width:641px){body.dc-v57 .dc-main{padding-bottom:30px}body.dc-v57 .dc-section{padding-left:16px;padding-right:16px}body.dc-v57 .dc-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 12px}body.dc-v57 .dc-row-scroll{grid-auto-columns:250px}body.dc-v57 .dc-bottom-nav{max-width:520px;left:50%;right:auto;transform:translateX(-50%);border:1px solid rgba(255,255,255,.05);border-bottom:0;border-radius:10px 10px 0 0}body.dc-v57 .dc-watch-player{max-width:900px;margin:8px auto 0;border-radius:8px;overflow:hidden}body.dc-v57 .dc-video-info-pro,body.dc-v57 .dc-related-section{max-width:900px;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}body.dc-v57 .dc-v57-related-list{grid-template-columns:1fr 1fr;gap:8px 18px}}
@media(min-width:980px){body.dc-v57 .dc-grid{grid-template-columns:repeat(4,minmax(0,1fr))}body.dc-v57 .dc-hero-pro{max-width:1050px;margin:10px auto 0;border-radius:8px;overflow:hidden}}

body.dc-v57-actor .dc-header{display:none}body.dc-v57 .dc-v57-actor-topbar{height:48px;display:grid;grid-template-columns:34px 1fr 34px;align-items:center;padding:0 9px;background:#06090e;border-bottom:1px solid rgba(255,255,255,.04)}body.dc-v57 .dc-v57-actor-topbar>a{font-size:24px;color:#e5e9f0}body.dc-v57 .dc-v57-actor-topbar strong{text-align:center;font-size:10px;font-weight:620;letter-spacing:.2px;color:#e6eaf0}body.dc-v57 .dc-v57-actor-topbar strong b{color:var(--dc57-purple)}body.dc-v57 .dc-v57-actor-topbar button{width:32px;height:32px;border:0;background:transparent;color:#dce1e9;font-size:17px}body.dc-v57 .dc-actions-clean .dc-collection-btn{display:none!important}


/* 5.7.1 Mobile footer cleanup */
@media(max-width:639px){
  body.dc-v57 .dc-footer{display:none!important}
  body.dc-v57 .dc-main{padding-bottom:calc(72px + env(safe-area-inset-bottom))}
}
@media(min-width:640px){
  body.dc-v57 .dc-footer{display:grid!important}
}


/* 5.7.2 Trending Spotlight */
body.dc-v57 .dc-trending-showcase{padding-top:16px;padding-bottom:18px;overflow:hidden}
body.dc-v57 .dc-trending-head{margin-bottom:9px}body.dc-v57 .dc-trending-head>div{min-width:0}body.dc-v57 .dc-trending-head h2{margin:0}body.dc-v57 .dc-trending-head small{display:block;margin-top:3px;font-size:6.4px;line-height:1.2;color:#687384;text-transform:none;letter-spacing:.15px;font-weight:500}
body.dc-v57 .dc-trending-feature{position:relative;display:block;aspect-ratio:16/8.7;overflow:hidden;border-radius:7px;background:#080c12;border:1px solid rgba(255,255,255,.05);isolation:isolate}body.dc-v57 .dc-trending-feature>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 28%;transform:scale(1.002)}body.dc-v57 .dc-trending-feature-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,6,10,.84) 0%,rgba(4,6,10,.34) 47%,rgba(4,6,10,.08) 72%),linear-gradient(180deg,rgba(4,6,10,.04) 30%,rgba(4,6,10,.82) 100%);z-index:1}body.dc-v57 .dc-trending-feature-rank{position:absolute;z-index:2;left:8px;bottom:-7px;font-size:62px;line-height:.88;font-weight:950;font-style:italic;letter-spacing:-5px;color:rgba(255,255,255,.055);-webkit-text-stroke:1px rgba(222,228,239,.40);pointer-events:none}body.dc-v57 .dc-trending-feature-copy{position:absolute;z-index:3;left:61px;right:44px;bottom:11px;display:block;min-width:0}body.dc-v57 .dc-trending-feature-copy>small{display:block;margin-bottom:4px;font-size:6.1px;line-height:1;font-weight:850;letter-spacing:.75px;color:#d2bcf5}body.dc-v57 .dc-trending-feature-copy>strong{display:block;font-size:11px;line-height:1.24;color:#f3f5f8;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body.dc-v57 .dc-trending-feature-copy>em{display:block;margin-top:4px;font-style:normal;font-size:6.5px;line-height:1.2;color:#929cac;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body.dc-v57 .dc-trending-feature-play{position:absolute;z-index:4;right:10px;bottom:12px;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;font-size:9px;color:#f3f5f8;background:rgba(8,12,18,.76);border:1px solid rgba(255,255,255,.11);backdrop-filter:blur(8px)}body.dc-v57 .dc-trending-feature .dc-card-progress{z-index:5}
body.dc-v57 .dc-trending-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(222px,70vw);gap:7px;margin-top:8px;overflow-x:auto;scroll-snap-type:x proximity;scroll-padding-left:0;scrollbar-width:none;padding-bottom:2px}body.dc-v57 .dc-trending-rail::-webkit-scrollbar{display:none}body.dc-v57 .dc-trending-mini{position:relative;display:grid;grid-template-columns:32px 82px minmax(0,1fr);align-items:center;gap:7px;min-height:58px;padding:5px 7px 5px 4px;border-radius:7px;background:#090e15;border:1px solid rgba(255,255,255,.045);scroll-snap-align:start;overflow:hidden}body.dc-v57 .dc-trending-mini>b{font-size:17px;line-height:1;font-style:italic;font-weight:900;letter-spacing:-1px;text-align:center;color:#596371}body.dc-v57 .dc-trending-mini-thumb{position:relative;display:block;aspect-ratio:16/9;border-radius:5px;overflow:hidden;background:#0c1119}body.dc-v57 .dc-trending-mini-thumb img{width:100%;height:100%;object-fit:cover}body.dc-v57 .dc-trending-mini-thumb>em{position:absolute;right:3px;bottom:3px;padding:2px 3px;border-radius:3px;background:rgba(4,6,10,.76);color:#dce1e8;font-style:normal;font-size:5.4px;line-height:1}body.dc-v57 .dc-trending-mini-copy{min-width:0}body.dc-v57 .dc-trending-mini-copy>strong{display:block;font-size:7.8px;line-height:1.28;font-weight:680;color:#e9ecf1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body.dc-v57 .dc-trending-mini-copy>small{display:block;margin-top:4px;font-size:6.1px;color:#727e8e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.dc-v57 .dc-trending-feature:active,body.dc-v57 .dc-trending-mini:active{transform:scale(.995)}
/* small global polish without changing the approved visual language */
body.dc-v57 .dc-card-pro .dc-card-thumb,body.dc-v57 .dc-row-scroll .dc-card-thumb,body.dc-v57 .dc-category-card{transition:border-color .18s ease,opacity .18s ease}body.dc-v57 .dc-section-head h2{font-weight:820}body.dc-v57 .dc-section{content-visibility:auto;contain-intrinsic-size:1px 300px}
@media(max-width:340px){body.dc-v57 .dc-trending-feature-rank{font-size:54px;left:6px}body.dc-v57 .dc-trending-feature-copy{left:53px;right:38px}body.dc-v57 .dc-trending-feature-copy>strong{font-size:10px}body.dc-v57 .dc-trending-rail{grid-auto-columns:minmax(208px,75vw)}}
@media(min-width:641px){body.dc-v57 .dc-trending-showcase{overflow:visible}body.dc-v57 .dc-trending-feature{aspect-ratio:16/6.6;border-radius:8px}body.dc-v57 .dc-trending-feature-rank{font-size:92px;left:15px;bottom:-10px}body.dc-v57 .dc-trending-feature-copy{left:100px;bottom:18px}body.dc-v57 .dc-trending-feature-copy>small{font-size:7px}body.dc-v57 .dc-trending-feature-copy>strong{font-size:14px}body.dc-v57 .dc-trending-feature-copy>em{font-size:7.5px}body.dc-v57 .dc-trending-feature-play{width:34px;height:34px;right:16px;bottom:18px}body.dc-v57 .dc-trending-rail{grid-auto-columns:minmax(250px,31vw);gap:9px}body.dc-v57 .dc-trending-mini{grid-template-columns:36px 94px minmax(0,1fr);min-height:65px}}

/* ==== v58.css ==== */
/* Dark Cinema Pro 5.8 — Smart Trending 2.0. Additive styles only. */
body.dc-v58 .dc-v58-trending-tabs{display:flex;align-items:center;gap:5px;margin:0 0 9px;overflow-x:auto;scrollbar-width:none}body.dc-v58 .dc-v58-trending-tabs::-webkit-scrollbar{display:none}body.dc-v58 .dc-v58-trending-tabs button{flex:0 0 auto;height:25px;padding:0 10px;border-radius:999px;border:1px solid rgba(255,255,255,.055);background:#090e15;color:#737e8e;font-size:6.3px;font-weight:850;letter-spacing:.4px;transition:.16s ease}body.dc-v58 .dc-v58-trending-tabs button.is-active{color:#eee9f8;border-color:rgba(168,113,255,.28);background:rgba(139,92,246,.12);box-shadow:inset 0 0 0 1px rgba(139,92,246,.035)}
body.dc-v58 .dc-v58-trending-stage{transition:opacity .16s ease,transform .16s ease}body.dc-v58 .dc-trending-showcase.is-loading .dc-v58-trending-stage{opacity:.42;transform:translateY(2px);pointer-events:none}body.dc-v58 .dc-trending-showcase.is-loading .dc-v58-trending-tabs{pointer-events:none}
body.dc-v58 .dc-v58-signal{display:inline-flex!important;align-items:center;justify-content:center;margin-left:4px;padding:2px 4px;border-radius:999px;font-size:5px!important;line-height:1!important;font-weight:900!important;letter-spacing:.2px!important;vertical-align:1px;color:#b8c0cc;background:rgba(255,255,255,.06)}body.dc-v58 .dc-v58-signal.is-up,body.dc-v58 .dc-v58-signal.is-rising{color:#d9c5ff;background:rgba(139,92,246,.13)}body.dc-v58 .dc-v58-signal.is-down{color:#7d8795;background:rgba(255,255,255,.035)}body.dc-v58 .dc-v58-signal.is-new{color:#e6ddff;background:rgba(139,92,246,.16)}body.dc-v58 .dc-v58-signal.is-pinned{color:#f0e8ff;background:rgba(139,92,246,.2)}body.dc-v58 .dc-trending-mini-copy>small{display:flex!important;align-items:center;gap:4px}body.dc-v58 .dc-trending-mini-copy>small>span{min-width:0;overflow:hidden;text-overflow:ellipsis}
body.dc-v58 .dc-v58-trending-empty{display:grid;place-items:center;min-height:110px;border:1px dashed rgba(255,255,255,.06);border-radius:8px;background:#080c12;color:#717d8d;font-size:8px;text-align:center;padding:18px}
/* Dedicated Trending page */
body.dc-v58-trending-page .dc-main{max-width:1060px;margin:0 auto}body.dc-v58 .dc-v58-page{padding:18px 12px 32px}body.dc-v58 .dc-v58-page-hero{display:flex;justify-content:space-between;gap:16px;align-items:flex-end;padding:10px 0 16px;border-bottom:1px solid rgba(255,255,255,.045)}body.dc-v58 .dc-v58-page-hero small{font-size:6.5px;font-weight:850;letter-spacing:1px;color:#a98ae6}body.dc-v58 .dc-v58-page-hero h1{margin:5px 0 0;font-size:25px;line-height:1;letter-spacing:-1.1px}body.dc-v58 .dc-v58-page-hero p{margin:6px 0 0;color:#707b8b;font-size:8px}body.dc-v58 .dc-v58-page-controls{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:12px 0}body.dc-v58 .dc-v58-page-controls>a{height:29px;display:inline-flex;align-items:center;padding:0 11px;border-radius:999px;border:1px solid rgba(255,255,255,.055);background:#080d14;color:#7c8797;font-size:6.5px;font-weight:850}body.dc-v58 .dc-v58-page-controls>a.is-active{color:#eee8fb;border-color:rgba(139,92,246,.28);background:rgba(139,92,246,.12)}body.dc-v58 .dc-v58-page-filter{margin-left:auto;display:flex;align-items:center;gap:5px}body.dc-v58 .dc-v58-page-filter select{height:29px;max-width:150px;padding:0 24px 0 9px;border-radius:7px;border:1px solid rgba(255,255,255,.055);background:#080d14;color:#a8b1bf;font-size:7px}
body.dc-v58 .dc-v58-rank-list{display:grid;gap:6px}body.dc-v58 .dc-v58-rank-card{display:grid;grid-template-columns:34px 92px minmax(0,1fr) 30px;gap:8px;align-items:center;min-height:62px;padding:6px;border:1px solid rgba(255,255,255,.045);border-radius:8px;background:#080d14}body.dc-v58 .dc-v58-rank-card:nth-child(-n+3){background:linear-gradient(90deg,rgba(139,92,246,.06),#080d14 45%)}body.dc-v58 .dc-v58-rank-no{font-size:18px;font-style:italic;font-weight:950;letter-spacing:-1px;color:#596270;text-align:center}body.dc-v58 .dc-v58-rank-card:nth-child(-n+3) .dc-v58-rank-no{color:#9d83cc}body.dc-v58 .dc-v58-rank-thumb{position:relative;display:block;aspect-ratio:16/9;border-radius:6px;overflow:hidden;background:#0c1119}body.dc-v58 .dc-v58-rank-thumb img{width:100%;height:100%;object-fit:cover}body.dc-v58 .dc-v58-rank-copy{min-width:0}body.dc-v58 .dc-v58-rank-copy strong{display:block;color:#e9ecf1;font-size:8.5px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body.dc-v58 .dc-v58-rank-copy small{display:flex;gap:4px;align-items:center;margin-top:5px;color:#737e8d;font-size:6.2px;white-space:nowrap;overflow:hidden}body.dc-v58 .dc-v58-rank-play{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.035);color:#afb7c4;font-size:8px}
@media(min-width:641px){body.dc-v58 .dc-v58-trending-tabs button{height:30px;font-size:7px}body.dc-v58 .dc-v58-page{padding-left:16px;padding-right:16px}body.dc-v58 .dc-v58-rank-card{grid-template-columns:46px 150px minmax(0,1fr) 36px;min-height:92px;padding:8px 10px;gap:12px}body.dc-v58 .dc-v58-rank-no{font-size:27px}body.dc-v58 .dc-v58-rank-copy strong{font-size:11px}body.dc-v58 .dc-v58-rank-copy small{font-size:7.3px}body.dc-v58 .dc-v58-rank-play{width:34px;height:34px}}


/* --------------------------------------------------------------------------
 * 5.8.1 — Header & Menu Typography Polish
 * Additive overrides only: improve readability without changing markup/layout contracts.
 * -------------------------------------------------------------------------- */
body.dc-v58 .dc-header{
  height:56px;
  grid-template-columns:44px minmax(0,1fr) auto;
  padding-left:9px;
  padding-right:9px;
}
body.dc-v58 .dc-brand{
  font-size:14.5px;
  font-weight:760;
  letter-spacing:-.15px;
  line-height:1;
}
body.dc-v58 .dc-brand b{
  font-size:9px!important;
  margin-left:4px!important;
  letter-spacing:.35px!important;
}
body.dc-v58 .dc-brand .custom-logo-link{display:inline-flex;align-items:center;justify-content:center;max-width:100%}
body.dc-v58 .dc-brand img.custom-logo{
  width:auto;
  height:auto;
  max-height:35px;
  max-width:min(210px,58vw);
  object-fit:contain;
}
body.dc-v58 .dc-drawer-head strong{
  font-size:19px;
  font-weight:820;
  letter-spacing:.1px;
}
body.dc-v58 .dc-menu-list{gap:6px}
body.dc-v58 .dc-menu-list a{
  min-height:44px;
  display:flex;
  align-items:center;
  padding:12px 13px;
  font-size:14px;
  line-height:1.25;
  font-weight:650;
  letter-spacing:-.08px;
}
body.dc-v58 .dc-drawer-feature span{font-size:12.5px}
body.dc-v58 .dc-drawer-feature a{font-size:13px}
body.dc-v58 .dc-drawer-label{font-size:11.5px}
body.dc-v58 .dc-drawer-chips a{font-size:12.5px}
body.dc-v58 .dc-bottom-nav{height:calc(62px + env(safe-area-inset-bottom));padding-top:4px}
body.dc-v58 .dc-bottom-nav a{min-height:57px;gap:3px}
body.dc-v58 .dc-bottom-nav a span{font-size:18px}
body.dc-v58 .dc-bottom-nav a small{
  font-size:8.4px;
  line-height:1.1;
  font-weight:650;
  letter-spacing:-.05px;
}
body.dc-v58 .dc-nav-theater span{width:31px;height:29px}

@media(max-width:340px){
  body.dc-v58 .dc-brand{font-size:13px}
  body.dc-v58 .dc-brand b{font-size:8px!important}
  body.dc-v58 .dc-brand img.custom-logo{max-height:32px;max-width:56vw}
  body.dc-v58 .dc-menu-list a{font-size:13.5px}
  body.dc-v58 .dc-bottom-nav a small{font-size:7.8px}
}
@media(min-width:641px){
  body.dc-v58 .dc-header{height:60px;padding-left:14px;padding-right:14px}
  body.dc-v58 .dc-brand{font-size:16px}
  body.dc-v58 .dc-brand b{font-size:9.5px!important}
  body.dc-v58 .dc-brand img.custom-logo{max-height:39px;max-width:240px}
  body.dc-v58 .dc-menu-list a{font-size:14.5px}
  body.dc-v58 .dc-bottom-nav a small{font-size:8.8px}
}

/* --------------------------------------------------------------------------
 * 5.8.2 — Readable Typography System
 * Theme-only additive layer. Raises undersized text from the 5.7 pixel-match
 * pass while preserving existing markup, component geometry and visual tone.
 * -------------------------------------------------------------------------- */
body.dc-v58{
  --dc-type-nav:15.5px;
  --dc-type-section:14.5px;
  --dc-type-card:11.3px;
  --dc-type-meta:9.5px;
  --dc-type-small:10px;
  --dc-type-body:12px;
}

/* Header / brand / drawer */
body.dc-v58 .dc-header{
  height:60px;
  grid-template-columns:46px minmax(0,1fr) auto;
  padding-left:10px;
  padding-right:10px;
}
body.dc-v58 .dc-brand{
  font-size:18.5px;
  line-height:1;
  font-weight:820;
  letter-spacing:-.38px;
}
body.dc-v58 .dc-brand b{
  font-size:10px!important;
  margin-left:5px!important;
  font-weight:850!important;
  letter-spacing:.4px!important;
}
body.dc-v58 .dc-brand img.custom-logo{
  max-height:40px;
  max-width:min(230px,62vw);
}
body.dc-v58 .dc-icon-btn{width:42px;height:42px;font-size:22px}
body.dc-v58 .dc-drawer{width:min(90vw,380px);padding:18px 16px 24px}
body.dc-v58 .dc-drawer-head strong{font-size:21px;font-weight:850;letter-spacing:-.2px}
body.dc-v58 .dc-drawer-head small{font-size:10.5px;line-height:1.4}
body.dc-v58 .dc-menu-list{gap:7px}
body.dc-v58 .dc-menu-list a{
  min-height:48px;
  padding:13px 14px;
  font-size:var(--dc-type-nav);
  line-height:1.25;
  font-weight:680;
}
body.dc-v58 .dc-drawer-feature span{font-size:13.5px;line-height:1.35}
body.dc-v58 .dc-drawer-feature a{font-size:14px;font-weight:750}
body.dc-v58 .dc-drawer-label{font-size:12px;font-weight:750;letter-spacing:.3px}
body.dc-v58 .dc-drawer-chips a{font-size:12.5px;line-height:1.2}

/* Bottom navigation: readable without making it visually heavy. */
body.dc-v58 .dc-bottom-nav{
  height:calc(66px + env(safe-area-inset-bottom));
  padding-top:4px;
}
body.dc-v58 .dc-bottom-nav a{min-height:61px;gap:4px}
body.dc-v58 .dc-bottom-nav a span{font-size:20px}
body.dc-v58 .dc-bottom-nav a small{
  font-size:9.8px;
  line-height:1.05;
  font-weight:680;
  letter-spacing:0;
}
body.dc-v58 .dc-nav-theater span{width:34px;height:31px}

/* Home hero */
body.dc-v58 .dc-eyebrow b{font-size:9.5px;padding:5px 7px}
body.dc-v58 .dc-hero-meta{font-size:11px;line-height:1.4}
body.dc-v58 .dc-hero p{font-size:12px;line-height:1.55;max-width:44ch}
body.dc-v58 .dc-btn{min-height:38px;padding:0 14px;font-size:11.5px;font-weight:760}

/* Section hierarchy */
body.dc-v58 .dc-section{padding-top:18px;padding-bottom:18px}
body.dc-v58 .dc-section-head h2,
body.dc-v58 .dc-trending-head h2{
  font-size:var(--dc-type-section);
  line-height:1.2;
  font-weight:840;
  letter-spacing:.2px;
}
body.dc-v58 .dc-section-head>a{
  font-size:10.5px;
  line-height:1.2;
  font-weight:650;
}
body.dc-v58 .dc-muted-label{font-size:10.5px}

/* Video cards */
body.dc-v58 .dc-row-scroll .dc-card-body h3{
  font-size:11.5px!important;
  line-height:1.35;
}
body.dc-v58 .dc-row-scroll .dc-meta{font-size:9.2px}
body.dc-v58 .dc-card-pro .dc-card-body h3{
  font-size:var(--dc-type-card);
  line-height:1.38;
  min-height:31px;
  font-weight:680;
}
body.dc-v58 .dc-card-pro .dc-meta{
  margin-top:4px;
  font-size:var(--dc-type-meta);
  line-height:1.3;
  gap:5px;
}
body.dc-v58 .dc-card-tags b,
body.dc-v58 .dc-card-tags em,
body.dc-v58 .dc-card-new{
  font-size:8.4px;
  line-height:1;
  padding:4px 5px;
}
body.dc-v58 .dc-duration{font-size:8.8px;line-height:1;padding:4px 5px}
body.dc-v58 .dc-compact-copy strong{font-size:11px;line-height:1.35}
body.dc-v58 .dc-compact-copy small{font-size:9px;line-height:1.3}

/* Actor / category rails */
body.dc-v58 .dc-actor strong{font-size:10.5px;line-height:1.25;font-weight:720}
body.dc-v58 .dc-actor small{font-size:9px;line-height:1.25}
body.dc-v58 .dc-actor-rank{font-size:8px;padding:3px 4px}
body.dc-v58 .dc-category-card strong{font-size:11px;line-height:1.2}
body.dc-v58 .dc-category-card small{font-size:9.2px;line-height:1.25}

/* Explore / discovery */
body.dc-v58 .dc-v57-explore-hero h1{font-size:21px;line-height:1.15}
body.dc-v58 .dc-explore-search{height:46px}
body.dc-v58 .dc-explore-search input{font-size:12.5px;line-height:1.35}
body.dc-v58 .dc-explore-quick a,
body.dc-v58 .dc-explore-quick button{font-size:10.5px;line-height:1.2;padding:8px 11px}
body.dc-v58 .dc-v57-category-rail .dc-category-card strong{font-size:10px}
body.dc-v58 .dc-v57-tag-rail a{font-size:9.8px;line-height:1.2;padding:7px 10px}
body.dc-v58 .dc-v57-explore-grid-head>small{font-size:9.5px;line-height:1.3}
body.dc-v58 .dc-page-hero p{font-size:11.5px;line-height:1.55}
body.dc-v58 .dc-load-more{font-size:11px;font-weight:700}

/* Watch page */
body.dc-v58 .dc-watch-heading{height:52px}
body.dc-v58 .dc-watch-brand{font-size:13px;font-weight:700}
body.dc-v58 .dc-watch-nav-title>span{font-size:9px;line-height:1.2}
body.dc-v58 .dc-watch-nav-title>strong{font-size:11px;line-height:1.25}
body.dc-v58 .dc-title-line-clean h1{font-size:20px;line-height:1.18;letter-spacing:-.35px}
body.dc-v58 .dc-watch-eyebrow span{font-size:9px;min-height:22px;padding:0 9px}
body.dc-v58 .dc-watch-stats-clean{font-size:10.5px;line-height:1.35}
body.dc-v58 .dc-watch-stats-clean b{font-size:9.5px;min-height:25px;padding:0 7px}
body.dc-v58 .dc-watch-description-inline .dc-content,
body.dc-v58 .dc-description-block .dc-content,
body.dc-v58 .dc-content{font-size:12px;line-height:1.65}
body.dc-v58 .dc-watch-description-inline .dc-text-button,
body.dc-v58 .dc-text-button{font-size:10.5px;font-weight:700}
body.dc-v58 .dc-actions-clean>button span{font-size:9.5px!important;line-height:1.15}
body.dc-v58 .dc-video-tax a{font-size:10px;min-height:29px;padding:0 9px}
body.dc-v58 .dc-block-head h2{font-size:14px;line-height:1.25}
body.dc-v58 .dc-cast-chips span{font-size:10px;line-height:1.2}
body.dc-v58 .dc-related-section .dc-section-head h2{font-size:14.5px}
body.dc-v58 .dc-related-section .dc-section-head>a{font-size:10px}
body.dc-v58 .dc-server strong{font-size:11px}
body.dc-v58 .dc-server small{font-size:9.5px;line-height:1.35}
body.dc-v58 .dc-episode-btn{font-size:10.5px}
body.dc-v58 .dc-now-playing,
body.dc-v58 .dc-player-status,
body.dc-v58 .dc-time{font-size:9.5px}
body.dc-v58 .dc-watch-menu-panel button{font-size:11.5px}

/* Actor detail */
body.dc-v58 .dc-v57-actor-topbar strong{font-size:13px;font-weight:700}
body.dc-v58 .dc-v57-actor-desc{font-size:10.5px;line-height:1.6;max-width:360px}
body.dc-v58 .dc-v57-actor-stats b{font-size:14px}
body.dc-v58 .dc-v57-actor-stats small{font-size:9px;line-height:1.25}
body.dc-v58 .dc-v57-actor-tabs button{font-size:10.5px;font-weight:760}
body.dc-v58 .dc-v57-actor-name button{font-size:10px;min-height:32px;padding:0 12px}
body.dc-v58 .dc-actor-profile-inner .dc-kicker{font-size:9.5px}
body.dc-v58 .dc-actor-stat-grid small{font-size:9px}
body.dc-v58 .dc-actor-profile-inner p{font-size:11px;line-height:1.55}

/* Trending Spotlight */
body.dc-v58 .dc-trending-head small{font-size:9.5px;line-height:1.35;margin-top:4px}
body.dc-v58 .dc-v58-trending-tabs{gap:7px;margin-bottom:11px}
body.dc-v58 .dc-v58-trending-tabs button{
  height:31px;
  padding:0 12px;
  font-size:9.5px;
  font-weight:820;
  letter-spacing:.25px;
}
body.dc-v58 .dc-trending-feature-copy>small{font-size:9px;line-height:1.1;letter-spacing:.55px}
body.dc-v58 .dc-trending-feature-copy>strong{font-size:14px;line-height:1.3}
body.dc-v58 .dc-trending-feature-copy>em{font-size:9.5px;line-height:1.25}
body.dc-v58 .dc-trending-mini-thumb>em{font-size:8px;padding:3px 4px}
body.dc-v58 .dc-trending-mini-copy>strong{font-size:10.8px;line-height:1.3}
body.dc-v58 .dc-trending-mini-copy>small{font-size:8.8px;line-height:1.25;margin-top:4px}
body.dc-v58 .dc-v58-signal{
  font-size:7.8px!important;
  padding:3px 5px;
  margin-left:4px;
  line-height:1!important;
}
body.dc-v58 .dc-v58-trending-empty{font-size:11px;line-height:1.5}

/* Dedicated Trending page */
body.dc-v58 .dc-v58-page-hero small{font-size:9px;line-height:1.2}
body.dc-v58 .dc-v58-page-hero h1{font-size:28px;line-height:1.05}
body.dc-v58 .dc-v58-page-hero p{font-size:11.5px;line-height:1.5}
body.dc-v58 .dc-v58-page-controls>a{height:34px;font-size:10.5px;padding:0 13px}
body.dc-v58 .dc-v58-page-filter select{height:34px;font-size:10.5px;max-width:180px}
body.dc-v58 .dc-v58-rank-copy strong{font-size:11.5px;line-height:1.35}
body.dc-v58 .dc-v58-rank-copy small{font-size:9.2px;line-height:1.3}
body.dc-v58 .dc-v58-rank-play{font-size:10px}

/* Generic controls and utility labels */
body.dc-v58 .dc-filter-chips a,
body.dc-v58 .dc-filter-chips span{font-size:10.5px}
body.dc-v58 .dc-page-search button{font-size:11px}
body.dc-v58 .dc-search-suggestions>small{font-size:10px}
body.dc-v58 .dc-live-search-item small{font-size:10px}
body.dc-v58 .dc-history-actions button{font-size:10.5px}
body.dc-v58 .dc-data-saver-chip{font-size:10px}
body.dc-v58 .dc-series-follow{font-size:10.5px}
body.dc-v58 .dc-follow-series-card small,
body.dc-v58 .dc-follow-series-new,
body.dc-v58 .dc-follow-series-ok{font-size:10px;line-height:1.4}

@media(max-width:340px){
  body.dc-v58 .dc-header{height:58px;grid-template-columns:42px minmax(0,1fr) auto;padding-left:8px;padding-right:8px}
  body.dc-v58 .dc-brand{font-size:16.5px}
  body.dc-v58 .dc-brand b{font-size:9px!important;margin-left:3px!important}
  body.dc-v58 .dc-brand img.custom-logo{max-height:37px;max-width:60vw}
  body.dc-v58 .dc-menu-list a{font-size:14.5px}
  body.dc-v58 .dc-bottom-nav a small{font-size:9px}
  body.dc-v58 .dc-bottom-nav a span{font-size:19px}
  body.dc-v58 .dc-section-head h2,body.dc-v58 .dc-trending-head h2{font-size:13.5px}
  body.dc-v58 .dc-card-pro .dc-card-body h3{font-size:10.7px}
  body.dc-v58 .dc-row-scroll .dc-card-body h3{font-size:10.8px!important}
  body.dc-v58 .dc-trending-feature-copy{left:55px;right:41px}
  body.dc-v58 .dc-trending-feature-copy>strong{font-size:12.5px}
  body.dc-v58 .dc-trending-mini-copy>strong{font-size:10.2px}
  body.dc-v58 .dc-title-line-clean h1{font-size:18.5px}
  body.dc-v58 .dc-actions-clean>button span{font-size:8.8px!important}
}

@media(min-width:641px){
  body.dc-v58{--dc-type-section:17px;--dc-type-card:13px;--dc-type-meta:10.5px}
  body.dc-v58 .dc-header{height:64px;padding-left:16px;padding-right:16px}
  body.dc-v58 .dc-brand{font-size:22px;letter-spacing:-.5px}
  body.dc-v58 .dc-brand b{font-size:10.5px!important}
  body.dc-v58 .dc-brand img.custom-logo{max-height:44px;max-width:270px}
  body.dc-v58 .dc-menu-list a{font-size:16px}
  body.dc-v58 .dc-bottom-nav a small{font-size:10px}
  body.dc-v58 .dc-hero-meta{font-size:12px}
  body.dc-v58 .dc-hero p{font-size:13px}
  body.dc-v58 .dc-btn{font-size:12px}
  body.dc-v58 .dc-row-scroll .dc-card-body h3{font-size:13px!important}
  body.dc-v58 .dc-row-scroll .dc-meta{font-size:10px}
  body.dc-v58 .dc-actor strong{font-size:11.5px}
  body.dc-v58 .dc-actor small{font-size:9.8px}
  body.dc-v58 .dc-trending-feature-copy>small{font-size:10px}
  body.dc-v58 .dc-trending-feature-copy>strong{font-size:16px}
  body.dc-v58 .dc-trending-feature-copy>em{font-size:10px}
  body.dc-v58 .dc-trending-mini-copy>strong{font-size:12px}
  body.dc-v58 .dc-trending-mini-copy>small{font-size:9.5px}
  body.dc-v58 .dc-v58-trending-tabs button{height:34px;font-size:10px}
  body.dc-v58 .dc-title-line-clean h1{font-size:26px}
  body.dc-v58 .dc-watch-stats-clean{font-size:11px}
  body.dc-v58 .dc-actions-clean>button span{font-size:10px!important}
  body.dc-v58 .dc-v58-rank-copy strong{font-size:13px}
  body.dc-v58 .dc-v58-rank-copy small{font-size:10px}
}

/* V5.8.3 — Touch Player UX
   Video surface is for reveal/hide + double-tap ±10s only.
   Precise manual seeking is intentionally confined to .dc-progress. */
body.dc-v58 .dc-media-stage,
body.dc-v58 .dc-media-stage .dc-video-el{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
body.dc-v58 .dc-player .dc-controls button{min-width:44px;min-height:44px}
body.dc-v58 .dc-player .dc-progress{min-height:30px;padding:10px 2px;cursor:pointer;touch-action:none}
body.dc-v58 .dc-player .dc-progress::-webkit-slider-runnable-track{height:6px}
body.dc-v58 .dc-player .dc-progress::-webkit-slider-thumb{width:19px;height:19px;margin-top:-6.5px}
body.dc-v58 .dc-player .dc-progress::-moz-range-track{height:6px}
body.dc-v58 .dc-player .dc-progress::-moz-range-thumb{width:19px;height:19px}
body.dc-v58 .dc-player .dc-play-toggle,
body.dc-v58 .dc-player .dc-skip-back,
body.dc-v58 .dc-player .dc-skip-forward,
body.dc-v58 .dc-player .dc-mute,
body.dc-v58 .dc-player .dc-fullscreen{font-size:11px}
@media(max-width:640px){
  body.dc-v58 .dc-player .dc-controls{grid-template-columns:46px 46px minmax(52px,1fr) 46px 46px 46px;gap:4px;padding:6px 7px 9px}
  body.dc-v58 .dc-player .dc-controls button{min-width:46px;min-height:46px}
  body.dc-v58 .dc-player .dc-controls .dc-skip-back,
  body.dc-v58 .dc-player .dc-controls .dc-skip-forward{min-width:46px;height:46px;font-size:11px}
  body.dc-v58 .dc-player .dc-controls .dc-mute,
  body.dc-v58 .dc-player .dc-controls .dc-fullscreen{width:46px;height:46px}
  body.dc-v58 .dc-player .dc-time{font-size:10px}
  body.dc-v58 .dc-player .dc-progress{min-height:34px;padding:12px 3px}
}

/* ==== v584.css ==== */
/* Dark Cinema Pro 5.8.4 — Player Interaction + Player Ad */
.dc-player-ad{position:relative;isolation:isolate;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:112px;margin:10px 10px 10px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#0c1017 var(--dc-player-ad-bg) center/cover no-repeat;box-shadow:0 16px 42px rgba(0,0,0,.20)}
.dc-player-ad:before{content:"";position:absolute;z-index:-2;inset:0;background:radial-gradient(circle at 84% 20%,rgba(216,77,242,.32),transparent 32%),radial-gradient(circle at 66% 110%,rgba(138,77,255,.22),transparent 38%),linear-gradient(112deg,#10131b,#171020 58%,#090d14)}
.dc-player-ad-shade{position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(5,7,11,.94) 0%,rgba(5,7,11,.77) 53%,rgba(5,7,11,.34) 100%)}
.dc-player-ad-copy{min-width:0;padding:17px 18px}.dc-player-ad-kicker{display:flex;align-items:center;gap:8px;margin-bottom:8px}.dc-player-ad-kicker span{display:inline-flex;align-items:center;min-height:20px;padding:0 7px;border-radius:999px;background:rgba(255,255,255,.94);color:#080a0f;font-size:8px;line-height:1;font-weight:950;letter-spacing:.7px}.dc-player-ad-kicker small{font-size:9px;line-height:1;font-weight:850;letter-spacing:1.15px;color:#d8b7e4}.dc-player-ad-copy>strong{display:block;max-width:680px;color:#f5f5f8;font-size:17px;line-height:1.16;font-weight:850;letter-spacing:-.22px}.dc-player-ad-copy>p{max-width:690px;margin:6px 0 0;color:#aeb5c1;font-size:10.5px;line-height:1.48}.dc-player-ad-cta{position:relative;z-index:1;display:inline-flex;align-items:center;gap:9px;min-height:42px;margin-right:18px;padding:0 15px;border-radius:11px;background:rgba(255,255,255,.96);color:#0a0c11!important;text-decoration:none!important;font-size:10.5px;font-weight:900;white-space:nowrap;box-shadow:0 10px 26px rgba(0,0,0,.25)}.dc-player-ad-cta i{font-style:normal;font-size:15px}.dc-player-ad-cta.is-placeholder{opacity:.8}

/* One gesture owner. Legacy idle class may still be set by older layers; this
   explicit class keeps controls usable for the full interaction timeout. */
body.dc-v58 .dc-player.dc-v584-controls-visible .dc-controls{opacity:1!important;transform:none!important;pointer-events:auto!important}
body.dc-v58 .dc-player.dc-v584-controls-visible .dc-player-topbar{opacity:1!important}
body.dc-v58 .dc-media-stage,body.dc-v58 .dc-media-stage .dc-video-el{touch-action:pan-y;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}
body.dc-v58 .dc-player:is(:fullscreen,.is-soft-fullscreen) .dc-media-stage,body.dc-v58 .dc-player.dc-force-landscape .dc-media-stage{touch-action:none}
.dc-v584-doubletap{position:absolute;z-index:28;top:50%;display:grid;place-items:center;min-width:86px;min-height:58px;padding:9px 13px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(5,7,11,.74);backdrop-filter:blur(12px);color:#fff;font-size:12px;font-weight:900;opacity:0;pointer-events:none;transform:translateY(-50%) scale(.88);transition:opacity .15s,transform .15s}.dc-v584-doubletap.is-left{left:10%}.dc-v584-doubletap.is-right{right:10%}.dc-v584-doubletap.is-show{opacity:1;transform:translateY(-50%) scale(1)}

html.dc-soft-fullscreen-active,body.dc-soft-fullscreen-active{overflow:hidden!important;overscroll-behavior:none}
.dc-player.is-soft-fullscreen,.dc-player:fullscreen,.dc-player:-webkit-full-screen{position:fixed!important;inset:0!important;z-index:2147483000!important;width:100vw!important;max-width:none!important;height:100dvh!important;max-height:none!important;margin:0!important;border:0!important;border-radius:0!important;background:#000!important;box-shadow:none!important;display:flex!important;flex-direction:column!important}
.dc-player.is-soft-fullscreen .dc-player-topbar,.dc-player:fullscreen .dc-player-topbar,.dc-player:-webkit-full-screen .dc-player-topbar{flex:0 0 42px}
.dc-player.is-soft-fullscreen .dc-media-stage,.dc-player:fullscreen .dc-media-stage,.dc-player:-webkit-full-screen .dc-media-stage{flex:1 1 auto!important;min-height:0!important;height:auto!important;aspect-ratio:auto!important;background:#000}
.dc-player.is-soft-fullscreen .dc-media-stage .dc-video-el,.dc-player.is-soft-fullscreen .dc-media-stage .dc-iframe-el,.dc-player:fullscreen .dc-media-stage .dc-video-el,.dc-player:fullscreen .dc-media-stage .dc-iframe-el,.dc-player:-webkit-full-screen .dc-media-stage .dc-video-el,.dc-player:-webkit-full-screen .dc-media-stage .dc-iframe-el{width:100%!important;height:100%!important;object-fit:contain!important;background:#000}
.dc-player.is-soft-fullscreen .dc-player-panels,.dc-player:fullscreen .dc-player-panels,.dc-player:-webkit-full-screen .dc-player-panels{display:none!important}
.dc-player.is-soft-fullscreen .dc-controls,.dc-player:fullscreen .dc-controls,.dc-player:-webkit-full-screen .dc-controls{padding-left:max(10px,env(safe-area-inset-left))!important;padding-right:max(10px,env(safe-area-inset-right))!important;padding-bottom:max(9px,env(safe-area-inset-bottom))!important}
.dc-player.dc-force-landscape.is-soft-fullscreen,.dc-player.dc-force-landscape:fullscreen,.dc-player.dc-force-landscape:-webkit-full-screen{top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;width:100dvh!important;height:100vw!important;transform:translate(-50%,-50%) rotate(90deg)!important;transform-origin:center center!important}

@media(max-width:640px){.dc-player-ad{grid-template-columns:1fr auto;gap:8px;min-height:96px;margin:8px 10px 9px;border-radius:13px}.dc-player-ad-copy{padding:13px 12px}.dc-player-ad-kicker{gap:6px;margin-bottom:6px}.dc-player-ad-kicker span{min-height:18px;padding:0 6px;font-size:7.5px}.dc-player-ad-kicker small{font-size:8px;letter-spacing:.85px}.dc-player-ad-copy>strong{font-size:13.5px;line-height:1.18}.dc-player-ad-copy>p{font-size:9.5px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dc-player-ad-cta{min-width:42px;min-height:42px;margin-right:10px;padding:0 10px;font-size:0;border-radius:11px}.dc-player-ad-cta i{font-size:18px}.dc-v584-doubletap.is-left{left:7%}.dc-v584-doubletap.is-right{right:7%}}
@media(max-width:360px){.dc-player-ad-copy>p{display:none}.dc-player-ad{min-height:82px}.dc-player-ad-copy>strong{font-size:12.5px}.dc-player-ad-kicker small{display:none}}
@media(min-width:760px){.dc-player-ad{margin:12px auto;max-width:1000px}.dc-player-ad-copy{padding:21px 24px}.dc-player-ad-copy>strong{font-size:21px}.dc-player-ad-copy>p{font-size:11.5px}.dc-player-ad-cta{margin-right:24px;min-height:46px;padding:0 18px;font-size:11.5px}}

/* V5.8.4.1 — Watch description expand hotfix
 * v57 applies a more-specific max-height to the watch description. When
 * .is-expanded is present we must explicitly release every clamp/overflow so
 * the complete post content is visible.
 */
body.dc-v57 .dc-watch-description-inline .dc-collapsible.is-expanded,
body.dc-v58 .dc-watch-description-inline .dc-collapsible.is-expanded,
body.dc-v57.dc-v58 .dc-watch-description-inline .dc-collapsible.is-expanded{
  max-height:none!important;
  height:auto!important;
  overflow:visible!important;
  display:block!important;
  -webkit-line-clamp:unset!important;
  line-clamp:unset!important;
  -webkit-box-orient:initial!important;
}
body.dc-v57 .dc-watch-description-inline .dc-collapsible.is-expanded:after,
body.dc-v58 .dc-watch-description-inline .dc-collapsible.is-expanded:after,
body.dc-v57.dc-v58 .dc-watch-description-inline .dc-collapsible.is-expanded:after{
  content:none!important;
  display:none!important;
}
body.dc-v58 .dc-watch-description-inline .dc-collapsible.is-expanded > *{
  max-height:none;
}

/* ==== v5842.css ==== */
/* Dark Cinema Pro 5.8.4.2 — Homepage Rotating Ads */
.dc-home-ad-rail{position:relative;margin:8px 10px 13px;isolation:isolate}
.dc-home-ad-stage{display:grid;position:relative}
.dc-home-ad{grid-area:1/1;position:relative;isolation:isolate;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:112px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#0c1017 var(--dc-home-ad-bg) center/cover no-repeat;box-shadow:0 16px 42px rgba(0,0,0,.20);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(4px) scale(.996);transition:opacity .34s ease,transform .34s ease,visibility .34s}
.dc-home-ad.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:none;z-index:2}
.dc-home-ad:before{content:"";position:absolute;z-index:-2;inset:0;background:radial-gradient(circle at 84% 20%,rgba(216,77,242,.32),transparent 32%),radial-gradient(circle at 66% 110%,rgba(138,77,255,.22),transparent 38%),linear-gradient(112deg,#10131b,#171020 58%,#090d14)}
.dc-home-ad-shade{position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(5,7,11,.94) 0%,rgba(5,7,11,.77) 53%,rgba(5,7,11,.34) 100%)}
.dc-home-ad-copy{min-width:0;padding:17px 18px}.dc-home-ad-kicker{display:flex;align-items:center;gap:8px;margin-bottom:8px}.dc-home-ad-kicker span{display:inline-flex;align-items:center;min-height:20px;padding:0 7px;border-radius:999px;background:rgba(255,255,255,.94);color:#080a0f;font-size:8.5px;line-height:1;font-weight:950;letter-spacing:.7px}.dc-home-ad-kicker small{font-size:9.5px;line-height:1;font-weight:850;letter-spacing:1.15px;color:#d8b7e4}.dc-home-ad-copy>strong{display:block;max-width:680px;color:#f5f5f8;font-size:17px;line-height:1.16;font-weight:850;letter-spacing:-.22px}.dc-home-ad-copy>p{max-width:690px;margin:6px 0 0;color:#b7bdc8;font-size:10.5px;line-height:1.48}.dc-home-ad-cta{position:relative;z-index:3;display:inline-flex;align-items:center;gap:9px;min-height:42px;margin-right:18px;padding:0 15px;border-radius:11px;background:rgba(255,255,255,.96);color:#0a0c11!important;text-decoration:none!important;font-size:10.5px;font-weight:900;white-space:nowrap;box-shadow:0 10px 26px rgba(0,0,0,.25)}.dc-home-ad-cta i{font-style:normal;font-size:15px}.dc-home-ad-cta.is-placeholder{opacity:.82}
.dc-home-ad-nav{position:absolute;z-index:5;right:12px;bottom:8px;display:flex;gap:5px;align-items:center}.dc-home-ad-nav button{appearance:none;width:5px;height:5px;padding:0;border:0;border-radius:99px;background:rgba(255,255,255,.34);cursor:pointer;transition:width .22s,background .22s}.dc-home-ad-nav button.is-active{width:17px;background:rgba(255,255,255,.92)}
@media(max-width:640px){.dc-home-ad-rail{margin:8px 10px 12px}.dc-home-ad{grid-template-columns:1fr auto;gap:8px;min-height:96px;border-radius:13px}.dc-home-ad-copy{padding:13px 12px 15px}.dc-home-ad-kicker{gap:6px;margin-bottom:6px}.dc-home-ad-kicker span{min-height:18px;padding:0 6px;font-size:8px}.dc-home-ad-kicker small{font-size:8.5px;letter-spacing:.85px}.dc-home-ad-copy>strong{font-size:14px;line-height:1.2}.dc-home-ad-copy>p{font-size:10px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dc-home-ad-cta{min-width:42px;min-height:42px;margin-right:10px;padding:0 10px;font-size:0;border-radius:11px}.dc-home-ad-cta i{font-size:18px}.dc-home-ad-nav{right:auto;left:12px;bottom:7px}}
@media(max-width:360px){.dc-home-ad-copy>p{display:none}.dc-home-ad{min-height:84px}.dc-home-ad-copy>strong{font-size:13px}.dc-home-ad-kicker small{display:none}}
@media(min-width:760px){.dc-home-ad-rail{margin:12px auto 17px;max-width:1000px}.dc-home-ad-copy{padding:21px 24px}.dc-home-ad-copy>strong{font-size:21px}.dc-home-ad-copy>p{font-size:11.5px}.dc-home-ad-cta{margin-right:24px;min-height:46px;padding:0 18px;font-size:11.5px}.dc-home-ad-nav{right:20px;bottom:10px}}
@media(prefers-reduced-motion:reduce){.dc-home-ad{transition:none}.dc-home-ad-nav button{transition:none}}

/* ==== V7.2 Web Source additions ==== */
.dc-player-embed{position:relative;width:100%;aspect-ratio:16/9;background:#000;overflow:hidden;border-radius:inherit}.dc-player-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0;background:#000}.dc-player-error{display:grid;place-items:center;min-height:240px;background:#080b10;color:#f0f1f5;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:24px;text-align:center}.dc-source-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:999px;background:rgba(124,58,237,.14);border:1px solid rgba(168,85,247,.24);font-size:11px;font-weight:800;color:#d8b4fe}.dc-watch-source-note{margin:10px 0 0;color:#7f8796;font-size:12px}.dc-watch-source-note a{color:#a78bfa;text-decoration:none}.dc-player[data-type="hls"],.dc-player[data-type="dash"],.dc-player[data-type="mp4"]{background:#000}.dc-home-ad-wrap{padding:12px 14px 0}.dc-home-ad-track{position:relative;overflow:hidden;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#0e121a}.dc-home-ad-item{display:none;min-height:72px;text-decoration:none;color:#fff;position:relative}.dc-home-ad-item.is-active{display:flex}.dc-home-ad-item img{width:100%;height:auto;display:block;max-height:180px;object-fit:cover}.dc-home-ad-copy{position:absolute;inset:auto 12px 10px 12px;display:flex;align-items:end;justify-content:space-between;gap:12px;text-shadow:0 1px 12px rgba(0,0,0,.9)}.dc-home-ad-copy span{min-width:0}.dc-home-ad-copy b{display:block;font-size:14px}.dc-home-ad-copy small{display:block;color:#d0d3db;margin-top:3px}.dc-home-ad-copy em{font-style:normal;background:#8b2cf5;color:#fff;padding:8px 11px;border-radius:10px;font-size:12px;font-weight:900;white-space:nowrap}.dc-home-ad-dots{position:absolute;right:10px;top:10px;display:flex;gap:5px}.dc-home-ad-dots button{width:6px;height:6px;border:0;border-radius:50%;padding:0;background:rgba(255,255,255,.35)}.dc-home-ad-dots button.is-active{background:#c026ff}.dc-player-ad-v7{margin:0 12px 10px;display:flex;align-items:center;gap:10px;padding:10px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:linear-gradient(135deg,rgba(25,19,42,.96),rgba(11,13,19,.96));text-decoration:none;color:#fff}.dc-player-ad-v7 img{width:74px;height:50px;object-fit:cover;border-radius:10px}.dc-player-ad-v7 .copy{min-width:0;flex:1}.dc-player-ad-v7 b{display:block;font-size:13px}.dc-player-ad-v7 small{display:block;color:#9ea5b2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dc-player-ad-v7 .cta{font-size:11px;font-weight:900;background:#8b2cf5;padding:8px 10px;border-radius:9px;white-space:nowrap}.dc-video-source-health{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:#9ca3af}.dc-video-source-health i{width:7px;height:7px;border-radius:50%;background:#22c55e}.dc-video-source-health.is-error i{background:#ef4444}.dc-video-source-health.is-missing i{background:#f59e0b}
@media(max-width:600px){.dc-home-ad-wrap{padding-left:10px;padding-right:10px}.dc-player-ad-v7{margin-left:8px;margin-right:8px}.dc-player-ad-v7 img{width:64px;height:44px}}
