:root{--dp-bg:#161618;--dp-surface:#1b1b1d;--dp-surface-2:#222124;--dp-surface-3:#272629;--dp-line:#2f2e32;--dp-line-soft:#28272b;--dp-text:#d9d9d9;--dp-strong:#f3f3f4;--dp-muted:#aaaab0;--dp-red:#e21f2f;--dp-container:min(1320px,70vw);--dp-radius:10px}
*{box-sizing:border-box}
.hidden,[hidden]{display:none!important}
html{scroll-behavior:smooth}
body.theme-dark{margin:0!important;padding-bottom:env(safe-area-inset-bottom);background:var(--dp-bg)!important;color:var(--dp-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;-webkit-font-smoothing:antialiased}
body.theme-dark a{color:inherit;text-decoration:none}
body.theme-dark img{max-width:100%}
#body-wrapper,#ana,#ana>div,#ana>div>div{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;border-radius:0!important;background:var(--dp-bg)!important}
#ana{display:block!important}
@media(min-width:901px){#body-wrapper{width:70vw!important;margin-inline:auto!important}#ana{width:100%!important}.dp-container{width:calc(100% - 48px)!important;max-width:1320px!important}}
#router-view{min-height:55vh}
.dp-container{width:var(--dp-container);margin-inline:auto}
.dp-icon{width:17px;height:17px;display:block;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.dp-header{position:sticky;top:0;z-index:1000;border-bottom:1px solid var(--dp-line-soft);background:rgba(22,22,24,.94);backdrop-filter:blur(14px)}
.dp-header-inner{height:64px;display:flex;align-items:center;gap:32px}
.dp-logo{display:flex;align-items:center;flex:0 0 auto}
.dp-logo img{display:block;width:142px;height:40px;object-fit:contain}
.dp-nav{display:flex;align-items:center;gap:24px;margin-left:auto}
.dp-nav>a{position:relative;padding:23px 0 20px;color:var(--dp-muted);font-size:13px;font-weight:650}
.dp-nav>a:hover,.dp-nav>a.is-active{color:var(--dp-strong)}
.dp-nav>a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--dp-red)}
.dp-profile,.dp-menu{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--dp-line);border-radius:9px;background:var(--dp-surface-2);color:var(--dp-text)}
.dp-profile img{width:40px;height:40px;border-radius:8px;object-fit:cover}
.dp-menu{display:none}
.dp-mobile-nav{display:none;border-top:1px solid var(--dp-line-soft);padding:10px 12px 14px;background:var(--dp-surface)}
.dp-mobile-nav.is-open{display:grid}
.dp-mobile-nav a{padding:11px 8px;border-bottom:1px solid var(--dp-line-soft);color:var(--dp-text);font-size:13px}
.dp-header-ads{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.dp-header-ads a{display:block;width:100%;aspect-ratio:728/90;overflow:hidden;background:#111;line-height:0}
.dp-header-ads img{display:block;width:100%;height:100%;object-fit:contain}
@media(max-width:900px){.dp-header-ads{grid-template-columns:1fr;gap:8px}}
.dp-search-section{position:relative;z-index:900;border-bottom:1px solid var(--dp-line-soft)}
.dp-search-wrap{position:relative;padding:32px 0 30px}
.dp-search{width:min(720px,100%);height:50px;margin:auto;padding:5px 5px 5px 14px;display:flex;align-items:center;gap:12px;border:1px solid var(--dp-line);border-radius:8px;background:var(--dp-surface);box-shadow:0 10px 30px rgba(0,0,0,.12)}
.dp-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--dp-strong);font-size:14px}
.dp-search select{height:38px;border:0;border-right:1px solid var(--dp-line);outline:0;background:transparent;color:var(--dp-muted);font-size:12px}
.dp-search select option{background:var(--dp-surface)}
.dp-search button{height:38px;padding:0 17px;border:0;border-radius:6px;background:var(--dp-red);color:#fff;font-size:12px;font-weight:800}
.dp-search-results{position:absolute;z-index:100;top:74px;left:50%;width:min(720px,100%);max-height:420px;overflow-y:auto;transform:translateX(-50%);border:1px solid var(--dp-line);border-radius:8px;background:var(--dp-surface);box-shadow:0 18px 42px rgba(0,0,0,.38)}
.dp-search-results:empty{display:none}
.dp-search-results>a:first-child{border-radius:8px 8px 0 0!important}
.dp-search-results>a:last-child{border-bottom:0!important;border-radius:0 0 8px 8px!important}
.dp-search-result{display:grid;grid-template-columns:42px minmax(0,1fr) 18px;align-items:center;gap:11px;padding:9px 11px;border-bottom:1px solid var(--dp-line-soft);background:var(--dp-surface);color:inherit}
.dp-search-result:hover{background:var(--dp-surface-2)}
.dp-search-result>img{width:42px;height:58px;border-radius:5px;object-fit:cover}
.dp-search-result-copy{display:flex;min-width:0;flex-direction:column;gap:4px}
.dp-search-result-copy strong{color:var(--dp-strong);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dp-search-result-copy small{color:var(--dp-muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dp-search-result-copy>span{display:flex;flex-wrap:wrap;gap:5px}
.dp-search-result-copy em{padding:3px 5px;border-radius:4px;background:var(--dp-surface-3);color:#aaaab0;font-size:8px;font-style:normal}
.dp-search-result>svg{width:17px;height:17px;fill:none;stroke:#77777c;stroke-width:1.7}
.dp-search-page{min-height:100vh;background:var(--dp-bg)}
.dp-search-page-header{border-bottom:1px solid var(--dp-line-soft);background:rgba(22,22,24,.96);backdrop-filter:blur(14px)}
.dp-search-page-header>.dp-container{height:64px;display:flex;align-items:center;justify-content:space-between}
.dp-search-close{display:grid;width:34px;height:34px;border:1px solid var(--dp-line);border-radius:8px;background:var(--dp-surface-2);place-items:center}
.dp-search-close svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}
.dp-search-page-body{max-width:820px;padding:46px 0 70px}
.dp-search-page-title h1{margin:0;color:var(--dp-strong);font-size:34px;line-height:1.1;letter-spacing:-1.2px}
.dp-search-page-title p{margin:10px 0 0;color:var(--dp-muted);font-size:12px}
.dp-search-page-form{height:58px;display:grid;grid-template-columns:22px minmax(0,1fr) auto 42px;align-items:center;gap:10px;margin-top:24px;padding:6px 7px 6px 16px;border:1px solid var(--dp-line);border-radius:10px;background:var(--dp-surface);box-shadow:0 14px 38px rgba(0,0,0,.18)}
.dp-search-page-form>svg{width:19px;height:19px;fill:none;stroke:#85858a;stroke-width:1.8}
.dp-search-page-form input{min-width:0;border:0;outline:0;background:transparent;color:var(--dp-strong);font:inherit;font-size:13px}
.dp-search-page-form input::placeholder{color:#77777c}
.dp-search-page-form select{height:34px;padding:0 11px;border:0;border-left:1px solid var(--dp-line-soft);outline:0;background:transparent;color:#aaaab0;font-size:10px}
.dp-search-page-form select option{background:var(--dp-surface)}
.dp-search-page-form button{display:grid;width:40px;height:40px;padding:0;border:0;border-radius:7px;background:var(--dp-red);color:#fff;place-items:center}
.dp-search-page-form button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}
.dp-search-page-results{display:none;margin-top:12px;overflow:hidden;border:1px solid var(--dp-line-soft);border-radius:10px;background:var(--dp-surface)}
.dp-search-page-results.is-visible{display:block}
.dp-search-page-results .dp-search-result{grid-template-columns:54px minmax(0,1fr) 20px;padding:11px 13px}
.dp-search-page-results .dp-search-result>img{width:54px;height:76px}
.dp-search-page-results .dp-search-result-copy strong{font-size:13px}
.dp-search-status{padding:24px;color:var(--dp-muted);font-size:11px;text-align:center}
.dp-search-suggestions{margin-top:38px}
.dp-search-trends{display:grid;grid-template-columns:repeat(8,120px);gap:13px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}
.dp-search-trends::-webkit-scrollbar{display:none}
.dp-search-trends a{min-width:0}
.dp-search-trends img{display:block;width:120px;aspect-ratio:2/3;border:1px solid var(--dp-line-soft);border-radius:8px;object-fit:cover}
.dp-search-trends span{display:block;margin-top:7px;color:var(--dp-text);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dp-section{padding:32px 0 36px}
.dp-section-alt{border-block:1px solid var(--dp-line-soft);background:#19191c}
.dp-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}
.dp-kicker{display:block;margin-bottom:5px;color:var(--dp-muted);font-size:11px;font-weight:650}
.dp-section-head h1,.dp-section-head h2,.dp-block-head h2{margin:0;color:var(--dp-strong);font-size:24px;line-height:1.2;letter-spacing:-.8px;font-weight:750}
.dp-archive-intro{max-width:660px;margin:9px 0 0;color:var(--dp-muted);font-size:11px;line-height:1.65}
.dp-see-all{display:inline-flex;align-items:center;gap:6px;color:#c8c8cb;font-size:12px;font-weight:700}
.dp-count{padding:6px 10px;border:1px solid var(--dp-line);border-radius:6px;background:var(--dp-surface);color:#ababaf;font-size:11px;font-weight:700}
.dp-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.dp-slider-actions{display:flex;gap:6px}
.dp-slider-actions button{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--dp-line);border-radius:8px;background:var(--dp-surface-2);color:var(--dp-text);font-size:16px}
.dp-slider-actions button:hover{background:var(--dp-surface-3);color:var(--dp-strong)}
.dp-trend-scroll{overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity}
.dp-trend-scroll::-webkit-scrollbar{display:none}
.dp-trend-grid{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 80px)/5);gap:20px}
.dp-trend-card{min-width:0;position:relative}
.dp-rank{position:absolute;left:10px;top:10px;z-index:5;display:flex;width:42px;height:48px;align-items:center;justify-content:center;padding-top:10px;border:1px solid rgba(229,57,71,.55);border-radius:8px;background:linear-gradient(145deg,rgba(91,25,32,.96),rgba(33,23,26,.94));box-shadow:0 8px 20px rgba(0,0,0,.32);color:#fff;font-size:17px;line-height:1;font-weight:900;letter-spacing:-.5px;backdrop-filter:blur(8px);pointer-events:none}
.dp-rank:before{content:"TOP";position:absolute;top:6px;left:0;width:100%;color:#e98d96;font-size:7px;line-height:1;font-weight:900;letter-spacing:1.2px;text-align:center}
.dp-trend-card{scroll-snap-align:start}
.dp-poster{position:relative;z-index:1;display:block;aspect-ratio:2/3;overflow:hidden;border:1px solid #353439;border-radius:var(--dp-radius);background:var(--dp-surface-2);box-shadow:0 12px 28px rgba(0,0,0,.16)}
.dp-poster img{width:100%;height:100%;object-fit:cover}
.dp-trend-card h3,.dp-card h3{margin:9px 1px 0;color:var(--dp-strong);font-size:13px;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dp-tabs{display:flex;gap:6px;overflow-x:auto;padding-bottom:15px;scrollbar-width:none}
.dp-tab{min-height:38px;flex:0 0 auto;padding:8px 11px;border:1px solid var(--dp-line);border-radius:6px;background:var(--dp-surface-2);color:#c0c0c4;font-size:11px;font-weight:750}
.dp-tab.is-active{border-color:var(--dp-red);background:var(--dp-red);color:#fff}
.dp-episode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 12px}
.dp-episode{min-width:0;min-height:76px;display:grid;grid-template-columns:88px minmax(0,1fr) auto 24px;align-items:center;gap:13px;padding:9px 11px;border:1px solid var(--dp-line-soft);border-radius:8px;background:var(--dp-surface)}
.dp-episode img{width:88px;height:58px;border:1px solid #34343a;border-radius:6px;object-fit:cover}
.dp-episode-copy{min-width:0;display:flex;flex-direction:column;gap:4px}
.dp-episode-copy strong{color:var(--dp-strong);font-size:13px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dp-episode-copy span{color:var(--dp-muted);font-size:11px}
.dp-episode time{color:var(--dp-muted);font-size:10px;white-space:nowrap}
.dp-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}
.dp-grid-six{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}
.dp-card{min-width:0}
.dp-card .dp-poster{aspect-ratio:185/280}
.dp-card-meta{display:flex;justify-content:space-between;gap:8px;margin-top:5px;color:var(--dp-muted);font-size:10px}
.dp-quality{position:absolute;top:10px;right:10px;z-index:2;min-height:27px;padding:0 9px;display:inline-flex;align-items:center;border:1px solid rgba(217,217,217,.08);border-radius:6px;background:rgba(34,33,36,.9);color:var(--dp-text);font-size:10px;font-weight:800}
.dp-seo-copy{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.dp-seo-section{padding:48px 0}
.dp-seo-content{width:100%;max-width:none;margin:0;padding:34px 38px}
.dp-seo-content h1{margin:0 0 28px;color:var(--dp-strong);font-size:27px;line-height:1.2;letter-spacing:-.8px;font-weight:800}
.dp-seo-content h2{position:relative;margin:25px 0 8px;padding-left:13px;color:#e5e5e7;font-size:15px;line-height:1.35;font-weight:750}
.dp-seo-content h2:before{content:"";position:absolute;left:0;top:2px;width:3px;height:17px;border-radius:3px;background:var(--dp-red)}
.dp-seo-content p{margin:0;color:#aaaab0;font-size:12px;line-height:1.8}
.dp-seo-content strong{color:#d7d7da;font-weight:750}
.dp-seo-content a{color:#d7d7da;text-decoration:underline;text-decoration-color:#5c3439;text-underline-offset:3px}
.dp-seo-content a:hover{color:#fff;text-decoration-color:var(--dp-red)}
.dp-detail-hero{position:relative;min-height:500px;overflow:hidden;border-bottom:1px solid var(--dp-line-soft)}
.dp-backdrop{position:absolute;inset:0}
.dp-backdrop img{width:100%;height:100%;object-fit:cover}
.dp-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(22,22,24,.98) 0%,rgba(22,22,24,.82) 38%,rgba(22,22,24,.44) 68%,rgba(22,22,24,.76) 100%),linear-gradient(0deg,var(--dp-bg) 0%,transparent 36%)}
.dp-detail-inner{position:relative;z-index:2;min-height:500px;display:flex;align-items:flex-end;gap:28px;padding:70px 0 42px}
.dp-detail-poster{width:190px;flex:0 0 auto;aspect-ratio:2/3;overflow:hidden;border:1px solid #3b3a3f;border-radius:12px;box-shadow:0 18px 50px rgba(0,0,0,.34)}
.dp-detail-poster img{width:100%;height:100%;object-fit:cover}
.dp-detail-copy{max-width:760px;padding-bottom:4px}
.dp-detail-copy h1{margin:0;color:#fff;font-size:52px;line-height:1;letter-spacing:-2px}
.dp-detail-meta{display:flex;flex-wrap:wrap;gap:9px 18px;margin-top:16px;color:#b7b7bb;font-size:13px}
.dp-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.dp-btn{min-height:42px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid var(--dp-line);border-radius:8px;background:var(--dp-surface-2);color:#fff;font-size:12px;font-weight:800}
.dp-btn-primary{border-color:var(--dp-red);background:var(--dp-red)}
.dp-btn-light{border-color:#ededee;background:#ededee;color:#161618}
.dp-btn-secondary{border-color:#444349;background:rgba(27,27,29,.82);color:var(--dp-strong);backdrop-filter:blur(8px)}
.dp-btn-secondary:hover,.dp-follow-button:hover{border-color:#5a595f;background:var(--dp-surface-3)}
.dp-follow-form{display:flex}
.dp-follow-button{min-width:132px}
.dp-follow-button .dp-icon{fill:transparent;transition:fill .15s ease,color .15s ease}
.dp-follow-button.is-following{border-color:#71323a;background:#2a1d20;color:#f4d5d8}
.dp-follow-button.is-following .dp-icon{fill:var(--dp-red);color:var(--dp-red)}
.dp-watched-button{min-width:138px;transition:border-color .18s ease,background .18s ease,color .18s ease}
.dp-watched-button.is-watched{border-color:#315f4c;background:#1b3028;color:#bde7d3}
.dp-watched-button.is-watched span:before{content:"✓";margin-right:7px;font-weight:900}
.dp-detail-section{padding:32px 0 56px}
.dp-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:28px}
.dp-panel{padding:24px;border:1px solid var(--dp-line-soft);border-radius:12px;background:var(--dp-surface)}
.dp-description{margin:0;color:#c7c7ca;font-size:14px;line-height:1.75}
.dp-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:24px;padding-top:22px;border-top:1px solid var(--dp-line-soft)}
.dp-facts div{display:flex;flex-direction:column;gap:6px}
.dp-facts span,.dp-aside-row span{color:var(--dp-muted);font-size:11px;font-weight:700}
.dp-facts strong,.dp-aside-row strong{color:var(--dp-strong);font-size:13px}
.dp-block{margin-top:34px}
.dp-block-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}
.dp-cast-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.dp-cast{min-height:76px;padding:16px;display:flex;flex-direction:column;justify-content:center;border:1px solid var(--dp-line-soft);border-radius:8px;background:var(--dp-surface)}
.dp-cast strong{display:block;color:var(--dp-strong);font-size:13px}
.dp-cast span{display:block;margin-top:5px;color:var(--dp-muted);font-size:10px}
.dp-season-select{height:38px;padding:0 12px;border:1px solid var(--dp-line);border-radius:8px;background:var(--dp-surface-2);color:var(--dp-text);font-size:12px;font-weight:700}
.dp-detail-episodes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.dp-detail-episodes[hidden]{display:none}
.dp-detail-episode{display:grid;grid-template-columns:34px minmax(0,1fr) 28px;align-items:center;gap:10px;padding:11px;border:1px solid var(--dp-line-soft);border-radius:8px;background:var(--dp-surface)}
.dp-episode-no{width:34px;height:34px;display:grid;place-items:center;border-radius:6px;background:var(--dp-surface-3);color:var(--dp-strong);font-size:12px;font-weight:800}
.dp-detail-episode strong{display:block;color:var(--dp-strong);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dp-detail-episode small{display:block;margin-top:4px;color:var(--dp-muted);font-size:10px}
.dp-aside{display:flex;flex-direction:column;gap:12px}
.dp-aside-row{display:flex;flex-direction:column;gap:6px;padding:13px 0;border-bottom:1px solid var(--dp-line-soft)}
.dp-aside-row:last-child{border:0}
.dp-filter-page{padding:34px 0 54px}
.dp-filter-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:16px}
.dp-filter-hero h1{margin:0;color:var(--dp-strong);font-size:32px;letter-spacing:-1.25px}
.dp-filter-hero p{margin:9px 0 0;color:var(--dp-muted);font-size:12px}
.dp-filter-toggle{min-height:38px;padding:0 12px;display:inline-flex;align-items:center;gap:8px;border:1px solid var(--dp-line);border-radius:8px;background:var(--dp-surface-2);color:var(--dp-text);font-size:11px;font-weight:750}
.dp-filter-toggle:hover,.dp-filter-toggle.is-active{border-color:#4a494f;background:var(--dp-surface-3);color:var(--dp-strong)}
.dp-filter-toggle.is-active .dp-icon{color:var(--dp-red)}
.dp-filter-panel{padding:18px;border:1px solid var(--dp-line-soft);border-radius:12px;background:var(--dp-surface);box-shadow:0 14px 38px rgba(0,0,0,.14)}
.dp-filter-panel[hidden]{display:none}
.dp-filter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.dp-filter-block{min-width:0;padding:16px;border:1px solid var(--dp-line-soft);border-radius:10px;background:#19191c}
.dp-filter-wide{grid-column:1/-1}
.dp-filter-block h3{margin:0 0 12px;color:var(--dp-strong);font-size:12px}
.dp-chips{display:flex;flex-wrap:wrap;gap:6px}
.dp-chip{min-height:38px;padding:0 11px;border:1px solid #3b3a3f;border-radius:6px;background:#1d1d20;color:#c7c7cb;font-size:10px;font-weight:700}
.dp-chip.is-active{border-color:#653038;background:#2a1d20;color:#f0d0d3}
.dp-filter-block .dp-chips input[type="range"]{min-width:0;flex:1;height:20px;accent-color:var(--dp-red);cursor:pointer}
.dp-filter-submit{width:100%;min-height:42px;margin-top:16px;border:1px solid var(--dp-red);border-radius:8px;background:var(--dp-red);color:#fff;font-size:11px;font-weight:800}
.dp-filter-submit:hover{background:#f02a39}
.dp-watch{padding:34px 0 48px}
.dp-watch-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:start}
.dp-watch-main{min-width:0}
.dp-watch-top{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border:1px solid var(--dp-line-soft);border-radius:12px 12px 0 0;background:var(--dp-surface)}
.dp-watch-top h1{margin:0;color:var(--dp-strong);font-size:17px}
.dp-video{overflow:hidden;border:1px solid var(--dp-line-soft);border-top:0;border-radius:0 0 12px 12px;background:#111113}
.dp-video-stage{position:relative;aspect-ratio:16/9;background:#0f0f10;overflow:hidden}
.dp-video-stage iframe,.dp-video-stage video{width:100%;height:100%;border:0}
#cstk #mPlayerFd,#cstk #preRollBd,#cstk #adContentWrapper{inset:0!important;width:100%!important;height:100%!important}
#cstk #adContentWrapper>a,#cstk #adContentWrapper>div{inset:0!important;width:100%!important;height:100%!important}
#cstk #adContentWrapper img,#cstk #adContentWrapper video,#cstk #adContentWrapper iframe{display:block;width:100%!important;height:100%!important;max-width:none!important;margin:0!important;border:0;object-fit:contain!important;background:#000}
.dp-video-toolbar{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;border-top:1px solid var(--dp-line-soft);background:#131315}
.dp-watch-side{position:sticky;top:80px;display:flex;flex-direction:column;gap:10px}
.dp-watch-card{padding:10px;border:1px solid var(--dp-line-soft);border-radius:12px;background:var(--dp-surface)}
.dp-watch-series{display:grid;grid-template-columns:54px minmax(0,1fr);gap:11px;align-items:center}
.dp-watch-series img{width:54px;aspect-ratio:2/3;object-fit:cover;border-radius:6px}
.dp-watch-series strong{display:block;color:var(--dp-strong);font-size:13px}
.dp-watch-list{max-height:560px;overflow:auto;scrollbar-width:thin;scrollbar-color:#46454a transparent}
.dp-watch-episode{min-height:66px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:12px;padding:9px 12px;border-bottom:1px solid #242327;color:#ababaf}
.dp-watch-episode>span:last-child{min-width:0;display:flex;flex-direction:column;gap:5px}
.dp-watch-episode strong{display:block;color:var(--dp-text);font-size:11px;line-height:1.3;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dp-watch-episode small{display:block;color:var(--dp-muted);font-size:9px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dp-watch-episode:hover{background:#19191c}
.dp-watch-episode.is-active{background:#1d1d20;box-shadow:inset 2px 0 var(--dp-red);color:#fff}
.dp-watch-episode.is-active small{color:#c8c8cc}
.dp-comments{margin-top:18px;padding:20px}
.dp-comments .comments-bar{overflow:visible!important;border:0!important;background:transparent!important;font-family:inherit!important}
.dp-comments .comments-bar>.comments-bar-comment-head{min-height:auto;padding:0 0 16px;border-bottom:1px solid var(--dp-line-soft)}
.dp-comments .comments-bar>.comments-bar-comment-head h2{margin:0;color:var(--dp-strong);font-size:20px!important;font-weight:650;letter-spacing:-.02em}
.dp-comments .comments-bar>.comments-bar-comment-head h2 b{color:var(--dp-red);font-weight:750}
.dp-comments .comments-bar>.comments-bar-comment-head .group{position:relative}
.dp-comments .comments-bar>.comments-bar-comment-head .group>div:first-of-type{width:36px;height:36px;border:1px solid var(--dp-line-soft);border-radius:9px;background:var(--dp-surface-2);color:#b9b9be;cursor:pointer}
.dp-comments .comments-bar>.comments-bar-comment-head .group>div:last-child{top:40px!important;border:1px solid var(--dp-line-soft)!important;border-radius:10px!important;background:#1b1b1e!important;box-shadow:0 12px 28px #0008}
.dp-comments .comments-bar>.comments-bar-comment-head .group>div:last-child>div{background:transparent!important;padding:0!important}
.dp-comments .comments-bar>.comments-bar-comment-head .comments_Bar_comments_order_button{padding:10px 12px!important;color:#dddde1;text-align:left}
.dp-comments .comments-bar>.comments-bar-comment-head .comments_Bar_comments_order_button:hover{background:#242428}
.dp-comments .comments-bar>.px-5{padding:16px 0 0!important}
.dp-comments .comments-bar>.px-5>.comments-bar-comment-head{min-height:66px;padding:13px 14px!important;border:1px solid var(--dp-line-soft)!important;border-radius:10px!important;background:var(--dp-surface-2)!important}
.dp-comments .comments-bar>.px-5>.comments-bar-comment-head h2{margin:0;color:#a9a9af!important;font-size:12px!important;line-height:1.5}
.dp-comments .comments-bar>.px-5>.comments-bar-comment-head h2 b{font-weight:500}
.dp-comments .comments-bar>.px-5>.comments-bar-comment-head a,.dp-comments .comments-bar>.px-5>.comments-bar-comment-head button{min-height:38px;padding:0 15px!important;border:1px solid #4b292c!important;border-radius:8px!important;background:#2a1719!important;color:#fff!important;font-size:12px!important;font-weight:650;transition:.2s ease}
.dp-comments .comments-bar>.px-5>.comments-bar-comment-head a:hover,.dp-comments .comments-bar>.px-5>.comments-bar-comment-head button:hover{border-color:var(--dp-red)!important;background:#35191c!important}
.dp-comments .comments-bar-comment-content-bg{padding:14px 0 0!important;background:transparent!important}
.dp-comments .comments-bar-comment-list{display:flex!important;flex-direction:column;gap:10px!important;padding:0!important}
.dp-comments .comments-bar-comment-list>.comment{position:relative;gap:12px!important;margin:0!important;padding:14px!important;border:1px solid var(--dp-line-soft)!important;border-radius:10px;background:var(--dp-surface-2);transition:border-color .2s ease}
.dp-comments .comments-bar-comment-list>.comment:hover{border-color:#39393e!important}
.dp-comments .comments-bar-comment-list .comment .comment{margin:10px 0 0!important;padding:12px!important;border:1px solid #303034!important;border-radius:9px;background:#171719}
.dp-comments .comments_Bar_comment_container>a.avatar{display:block!important;flex:0 0 38px;width:38px!important;height:38px!important}
.dp-comments .comments_Bar_comment_container>a.avatar img{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;border-radius:50%!important;object-fit:cover}
.dp-comments .comments_Bar_comment_container .sm\:hidden.avatar{display:none!important}
.dp-comments .comments_Bar_comment_container>.w-full{min-width:0}
.dp-comments .comments_Bar_comment_container .sm\:ml-2{margin-left:0!important}
.dp-comments .comments_Bar_comment_container .sm\:px-3{padding:0!important}
.dp-comments .comments_Bar_comment_container .comments-bar-comment-head-text-color{color:#dedee2!important}
.dp-comments .comments_Bar_comment_container a[title]{color:#fff!important;font-size:13px!important;font-weight:650!important}
.dp-comments .comments_Bar_comment_container .comments-bar-bottom-content{gap:9px!important;padding:5px 0 0!important}
.dp-comments .comments_Bar_comment_container .comments-bar-comment-content-text-color{color:#c5c5ca!important;font-size:13px!important;line-height:1.65}
.dp-comments .comments_Bar_comment_container .reaction-button{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 9px;border:1px solid var(--dp-line-soft);border-radius:7px;background:#202023;color:#bdbdc2;cursor:pointer;transition:.2s ease}
.dp-comments .comments_Bar_comment_container .reaction-button:hover{border-color:#4d4d53;background:#28282c;color:#fff}
.dp-comments .comments_Bar_comment_container .reaction-button svg{width:15px;height:15px}
.dp-comments .comments_Bar_comment_container .count{margin-top:-2px;color:#77777e!important;font-size:10px!important}
.dp-comments .comments-bar-load-more-button{min-height:42px;border:1px solid var(--dp-line-soft)!important;border-radius:9px!important;background:var(--dp-surface-2)!important;color:#d5d5d9!important;font-weight:600;cursor:pointer}
.dp-comments .comments-bar-load-more-button:hover{border-color:#46464b!important;background:#242427!important}
.dp-comments .comments_Bar_comment_global_message{padding:20px;border:1px dashed var(--dp-line-soft);border-radius:10px;color:#8d8d94!important;text-align:center}
.dp-comments .form-popup{z-index:999999999!important;background:#09090bcf!important;backdrop-filter:blur(8px)}
.dp-comments .form-popup>div{width:min(94%,640px)!important;min-width:0!important;max-height:90dvh!important;border:1px solid #343439!important;border-radius:14px!important;background:#171719!important;box-shadow:0 24px 80px #000c}
.dp-comments .form-popup>div>.content{padding:18px!important;border-bottom:1px solid var(--dp-line-soft)}
.dp-comments .form-popup>div>.content>img{width:112px;height:64px;aspect-ratio:16/9!important;border-radius:8px;object-fit:cover}
.dp-comments .form-popup>div>.content>h2{margin:10px 48px 0 0;padding:0!important;color:#eeeef1;font-size:15px}
.dp-comments .form-popup>div>.content>span{top:16px!important;right:16px!important;width:36px!important;height:36px!important;border:1px solid var(--dp-line-soft);background:#222225!important;font-size:0}
.dp-comments .form-popup>div>.content>span:after{content:"×";font-size:22px;color:#ddd}
.dp-comments .form-popup>div>div:last-of-type{margin:16px!important;padding:16px!important;border:1px solid var(--dp-line-soft);border-radius:10px!important;background:#1d1d20!important}
.dp-comments .comments_Bar_comment_form textarea{display:block!important;width:100%;min-height:112px!important;max-height:240px;padding:12px!important;border:1px solid var(--dp-line-soft)!important;border-radius:9px;background:#141416!important;color:#eee!important;resize:vertical}
.dp-comments .comments_Bar_comment_form textarea:focus{border-color:#595960!important}
.dp-comments .comments_Bar_comment_form .comments-bar-button-bg{min-height:38px;padding:0 16px!important;border:0;border-radius:8px!important;background:var(--dp-red)!important;color:#fff!important}
.dp-comments .spoiler-cvbtn{color:#9b9ba2!important}
.dp-comments .spoiler-cvbtn.active{color:var(--dp-red)!important}
.dp-original-title{margin:10px 0 0;color:#aaaab0;font-size:13px}
.dp-movie-watch{padding:34px 0 38px;border-bottom:1px solid var(--dp-line-soft);background:#111113;scroll-margin-top:72px}
.dp-movie-watch-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}
.dp-movie-watch-head h2{margin:3px 0 0;color:var(--dp-strong);font-size:24px;letter-spacing:-.7px}
.dp-movie-watch-actions{display:flex;gap:8px}
.dp-movie-player{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border:1px solid #29292d;border-radius:12px;background:#09090a;box-shadow:0 20px 50px rgba(0,0,0,.24)}
.dp-movie-player iframe,.dp-movie-player>img{display:block;width:100%;height:100%;border:0;object-fit:cover}
.dp-source-tabs{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 12px}
.dp-source-tabs a{padding:8px 11px;border:1px solid var(--dp-line);border-radius:7px;background:var(--dp-surface);color:var(--dp-muted);font-size:10px;font-weight:750}
.dp-source-tabs a:hover{color:var(--dp-strong);background:var(--dp-surface-2)}
.dp-source-tabs a.is-active{border-color:#71323a;background:#2a1d20;color:#f0d0d3}
.dp-player-sources{margin:12px 0 0}
.dp-trailer-play{position:absolute;top:50%;left:50%;display:flex;align-items:center;gap:10px;padding:13px 17px;border:1px solid rgba(255,255,255,.35);border-radius:9px;background:rgba(13,13,14,.82);color:#fff;font-size:12px;font-weight:800;transform:translate(-50%,-50%);backdrop-filter:blur(8px)}
.dp-player-empty{position:absolute;inset:0;display:grid;color:var(--dp-muted);font-size:12px;place-items:center}
.dp-movie-series-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.dp-movie-series-list>a{display:grid;grid-template-columns:46px minmax(0,1fr) 22px;align-items:center;gap:11px;padding:9px;border:1px solid var(--dp-line-soft);border-radius:8px;background:var(--dp-surface)}
.dp-movie-series-list>a:hover{border-color:var(--dp-line);background:var(--dp-surface-2)}
.dp-movie-series-list>a.is-active{border-color:#71323a;background:#2a1d20}
.dp-movie-series-list img{width:46px;height:62px;border-radius:5px;object-fit:cover}
.dp-movie-series-list strong{display:block;color:var(--dp-strong);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dp-movie-series-list small{display:block;margin-top:5px;color:var(--dp-muted);font-size:9px}
.dp-movie-series-list>a>span:last-child{color:var(--dp-muted);font-size:13px;text-align:center}
.dp-hidden-form{display:none!important}
.dp-auth-page{min-height:70vh;padding:54px 0 70px;background:radial-gradient(circle at 20% 10%,rgba(226,31,47,.08),transparent 34%)}
.dp-auth-shell{display:grid;max-width:980px;margin:auto;grid-template-columns:minmax(0,.9fr) minmax(420px,1fr);overflow:hidden;border:1px solid var(--dp-line-soft);border-radius:16px;background:var(--dp-surface);box-shadow:0 28px 80px rgba(0,0,0,.28)}
.dp-auth-intro{position:relative;display:flex;min-height:520px;justify-content:flex-end;flex-direction:column;padding:42px;overflow:hidden;border-right:1px solid var(--dp-line-soft);background:linear-gradient(145deg,rgba(54,26,30,.94),rgba(22,22,24,.98) 66%)}
.dp-auth-intro:before{content:"";position:absolute;top:-90px;right:-90px;width:260px;height:260px;border:52px solid rgba(226,31,47,.1);border-radius:50%}
.dp-auth-intro>*{position:relative;z-index:1}
.dp-auth-intro h1{max-width:390px;margin:0;color:#fff;font-size:38px;line-height:1.05;letter-spacing:-1.5px}
.dp-auth-intro p{max-width:390px;margin:18px 0 0;color:#b8b8bd;font-size:13px;line-height:1.7}
.dp-auth-intro ul{display:grid;gap:11px;margin:28px 0 0;padding:0;list-style:none;color:#d4d4d8;font-size:12px}
.dp-auth-intro li{display:flex;align-items:center;gap:9px}
.dp-auth-intro li:before{content:"✓";display:grid;width:20px;height:20px;place-items:center;border:1px solid #704047;border-radius:50%;background:#2e1b1e;color:#f0717c;font-size:10px;font-weight:900}
.dp-auth-card{padding:38px}
.dp-auth-card-head{display:flex;align-items:center;gap:13px;margin-bottom:28px}
.dp-auth-card-head h2{margin:0;color:var(--dp-strong);font-size:25px;letter-spacing:-.65px}
.dp-auth-icon{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;border:1px solid #563037;border-radius:10px;background:#2b1c1f;color:#f06a76}
.dp-auth-icon .dp-icon{width:21px;height:21px}
.dp-auth-form{display:flex;flex-direction:column;gap:15px}
.dp-auth-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.dp-auth-field{display:flex;min-width:0;flex-direction:column;gap:7px;color:#b9b9be;font-size:11px;font-weight:700}
.dp-auth-field>input,.dp-auth-password{width:100%;height:48px;border:1px solid var(--dp-line);border-radius:9px;background:#151517;color:#f1f1f2}
.dp-auth-field>input{padding:0 13px;outline:0;font-size:13px}
.dp-auth-field>input::placeholder,.dp-auth-password input::placeholder{color:#74747a}
.dp-auth-field>input:focus,.dp-auth-password:focus-within{border-color:#68676d;box-shadow:0 0 0 3px rgba(255,255,255,.035)}
.dp-auth-password{display:flex;align-items:center;overflow:hidden}
.dp-auth-password input{min-width:0;height:100%;flex:1;padding:0 13px;border:0;outline:0;background:transparent;color:#f1f1f2;font-size:13px}
.dp-auth-password button{height:34px;margin-right:6px;padding:0 9px;border:0;border-radius:6px;background:#27272a;color:#bdbdc2;font-size:9px;font-weight:750}
.dp-auth-forgot{align-self:flex-end;margin-top:-5px;color:#b9b9be;font-size:10px}
.dp-auth-forgot:hover,.dp-auth-switch a{color:#f1747e}
.dp-auth-submit{width:100%;height:48px;margin-top:3px;border:1px solid var(--dp-red);border-radius:9px;background:var(--dp-red);color:#fff;font-size:12px;font-weight:800;box-shadow:0 10px 24px rgba(226,31,47,.16)}
.dp-auth-submit:hover{background:#f02a39}
.dp-auth-switch{margin:22px 0 0;padding-top:19px;border-top:1px solid var(--dp-line-soft);color:#929298;font-size:11px;text-align:center}
.dp-profile-page{padding:36px 0 56px}
.dp-profile-hero{display:grid;grid-template-columns:auto minmax(180px,.8fr) minmax(0,1.6fr);align-items:center;gap:22px;padding:24px;border:1px solid var(--dp-line-soft);border-radius:12px;background:var(--dp-surface);box-shadow:0 14px 38px rgba(0,0,0,.14)}
.dp-profile-avatar{position:relative;width:92px;height:92px;flex:0 0 auto}
.dp-profile-avatar img{width:92px;height:92px;border:2px solid #3a393e;border-radius:12px;object-fit:cover}
.dp-profile-avatar span{position:absolute;right:-7px;top:-7px;min-width:25px;height:25px;padding:0 6px;display:grid;place-items:center;border:3px solid var(--dp-surface);border-radius:999px;background:var(--dp-red);color:#fff;font-size:10px;font-weight:800}
.dp-profile-identity{min-width:0}
.dp-profile-identity h1{margin:0;color:var(--dp-strong);font-size:25px;line-height:1.15;letter-spacing:-.7px}
.dp-profile-progress{height:5px;margin-top:14px;overflow:hidden;border-radius:999px;background:var(--dp-surface-3)}
.dp-profile-progress span{display:block;height:100%;border-radius:inherit;background:var(--dp-red)}
.dp-profile-identity small{display:block;margin-top:7px;color:var(--dp-muted);font-size:9px}
.dp-profile-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--dp-line-soft);border-radius:10px;background:#19191c}
.dp-profile-stats div{min-width:0;padding:15px;border-right:1px solid var(--dp-line-soft)}
.dp-profile-stats div:last-child{border-right:0}
.dp-profile-stats strong{display:block;color:var(--dp-strong);font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dp-profile-stats span{display:block;margin-top:5px;color:var(--dp-muted);font-size:9px}
.dp-profile-tabs{display:flex;align-items:center;gap:7px;margin-top:20px;padding-bottom:14px;overflow-x:auto;border-bottom:1px solid var(--dp-line-soft);scrollbar-width:none}
.dp-profile-tabs .tab-btnss{flex:0 0 auto;min-height:34px;padding:0 11px;border:1px solid var(--dp-line);border-radius:7px;background:var(--dp-surface-2);color:#aaaab0;font-size:10px;font-weight:750}
.dp-profile-tabs .tab-btnss:hover{background:var(--dp-surface-3);color:var(--dp-strong)}
.dp-profile-tabs .tab-btnss.is-active{border-color:#653038;background:#2a1d20;color:#f0d0d3}
.dp-profile-logout{flex:0 0 auto;margin-left:auto;padding:9px 11px;color:#c8c8cc;font-size:10px;font-weight:750}
.dp-profile-logout:hover{color:#fff}
.dp-profile-content{padding-top:22px}
.dp-profile-content>.tab-content{padding:20px;border:1px solid var(--dp-line-soft);border-radius:12px;background:var(--dp-surface)}
.dp-profile-content #userfollowedseries{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}
.dp-profile-content #userwatchedlistepisodes,.dp-profile-content #userwatchlistepisodes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.dp-profile-series-card,.dp-profile-episode-card,.dp-profile-history-card{min-width:0}
.dp-profile-series-card>a,.dp-profile-history-card,.dp-profile-episode-card{display:block;color:inherit}
.dp-profile-series-media,.dp-profile-episode-media,.dp-profile-history-media{position:relative;display:block;overflow:hidden;border:1px solid var(--dp-line-soft);border-radius:9px;background:#1a1a1c}
.dp-profile-series-media{aspect-ratio:2/3}
.dp-profile-episode-media,.dp-profile-history-media{aspect-ratio:16/9}
.dp-profile-series-media img,.dp-profile-episode-media img,.dp-profile-history-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease,filter .28s ease}
.dp-profile-card-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(0,0,0,.68));opacity:.65;transition:opacity .25s ease}
.dp-profile-play{position:absolute;top:50%;left:50%;display:grid;width:38px;height:38px;border:1px solid rgba(255,255,255,.42);border-radius:50%;background:rgba(12,12,13,.76);color:#fff;font-size:12px;place-items:center;padding-left:2px;opacity:0;transform:translate(-50%,-42%) scale(.9);transition:opacity .22s ease,transform .22s ease}
.dp-profile-series-card:hover img,.dp-profile-episode-card:hover img,.dp-profile-history-card:hover img{transform:scale(1.035);filter:brightness(.78)}
.dp-profile-series-card:hover .dp-profile-play,.dp-profile-episode-card:hover .dp-profile-play,.dp-profile-history-card:hover .dp-profile-play{opacity:1;transform:translate(-50%,-50%) scale(1)}
.dp-profile-card-copy{display:flex;min-width:0;flex-direction:column;gap:4px;padding:10px 1px 0}
.dp-profile-card-copy strong{color:var(--dp-strong);font-size:12px;line-height:1.35;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dp-profile-card-copy small{color:var(--dp-muted);font-size:10px;line-height:1.35}
.dp-profile-score,.dp-profile-episode-count{position:absolute;z-index:2;right:8px;bottom:8px;padding:4px 7px;border:1px solid rgba(255,255,255,.12);border-radius:5px;background:rgba(15,15,16,.82);color:#e7e7e9;font-size:9px;font-weight:800;backdrop-filter:blur(6px)}
.dp-profile-score{left:8px;right:auto;color:#f1c75b}
.dp-profile-watch-progress{position:absolute;z-index:3;right:0;bottom:0;left:0;height:3px;background:rgba(255,255,255,.16)}
.dp-profile-watch-progress span{display:block;height:100%;background:var(--dp-red)}
.dp-profile-card-actions{position:absolute;z-index:4;top:8px;right:8px;display:flex;gap:5px;opacity:0;transition:opacity .2s ease}
.dp-profile-episode-card:hover .dp-profile-card-actions{opacity:1}
.dp-profile-card-actions button{display:grid;width:28px;height:28px;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(15,15,16,.82);color:#fff;font-size:15px;line-height:1;place-items:center;backdrop-filter:blur(6px)}
.dp-profile-card-actions button:hover{border-color:#744049;background:#392226}
.dp-profile-history-card{cursor:pointer}
.dp-profile-history-card .dp-profile-card-copy small{display:flex;justify-content:space-between;color:#8f8f95}
.dp-profile-history-detail{display:grid;grid-template-columns:180px minmax(0,1fr);gap:22px}
.dp-profile-history-summary{display:flex;align-self:start;flex-direction:column;gap:6px}
.dp-profile-history-summary img{width:100%;aspect-ratio:2/3;border:1px solid var(--dp-line-soft);border-radius:9px;object-fit:cover}
.dp-profile-history-summary strong{margin-top:5px;color:var(--dp-strong);font-size:14px}
.dp-profile-history-summary small{color:var(--dp-muted);font-size:10px}
.dp-profile-history-episodes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:14px}
.dp-profile-content form>div>button[type="submit"]{min-height:36px;padding:0 13px;border:1px solid var(--dp-line);border-radius:7px;background:var(--dp-surface-2);color:var(--dp-text);font-size:10px;font-weight:750}
#watchedListForm,#trashWatchListForm{display:none}
.dp-footer{margin-top:16px;border-top:1px solid var(--dp-line-soft);background:#131315}
.dp-footer-grid{display:grid;grid-template-columns:minmax(0,1.6fr) repeat(2,minmax(120px,.5fr));gap:48px;padding:38px 0 32px}
.dp-footer-brand p{max-width:360px;margin:14px 0 0;color:var(--dp-muted);font-size:12px;line-height:1.65}
.dp-footer-col{display:flex;flex-direction:column;gap:10px}
.dp-footer-col strong{margin-bottom:4px;color:var(--dp-strong);font-size:12px}
.dp-footer-col a,.dp-footer-col p{margin:0;color:var(--dp-muted);font-size:11px}
.dp-footer-bottom{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--dp-line-soft);color:#6f6f74;font-size:10px}
.dp-bottom-bar{display:none}
.pagination{margin:26px 0 0;padding:0;display:flex;align-items:center;justify-content:center;gap:7px;list-style:none}
.pagination li{margin:0!important;padding:0!important;border:0!important;background:transparent!important}
.pagination a,.pagination span{min-width:36px;height:36px;padding:0 11px;display:inline-flex!important;align-items:center;justify-content:center;border:1px solid var(--dp-line)!important;border-radius:7px!important;background:var(--dp-surface-2)!important;color:var(--dp-text)!important;font-size:11px!important;font-weight:750;text-decoration:none}
.pagination a:hover{border-color:#4a494f!important;background:var(--dp-surface-3)!important;color:var(--dp-strong)!important}
.pagination .active a,.pagination .active span,.pagination a.active,.pagination span.active,.pagination [aria-current="page"]{border-color:var(--dp-red)!important;background:var(--dp-red)!important;color:#fff!important}
@media(max-width:1100px){:root{--dp-container:calc(100% - 40px)}.dp-trend-grid{grid-auto-columns:220px;padding-bottom:8px}.dp-grid{grid-template-columns:repeat(5,220px);overflow-x:auto;padding-bottom:8px}.dp-grid.dp-grid-six{grid-template-columns:repeat(6,220px)}.dp-detail-layout{grid-template-columns:1fr}.dp-aside{display:grid;grid-template-columns:1fr 1fr}}
@media(max-width:900px){.dp-nav{display:none}.dp-menu{display:grid;margin-left:auto}.dp-profile{margin-left:0}.dp-episode-grid{grid-template-columns:1fr}.dp-facts{grid-template-columns:repeat(2,1fr)}.dp-detail-episodes{grid-template-columns:repeat(2,1fr)}.dp-watch-layout{grid-template-columns:1fr}.dp-watch-side{position:static}}
@media(max-width:680px){:root{--dp-container:calc(100% - 24px)}.dp-header-inner{height:58px}.dp-logo img{width:122px}.dp-search-wrap{padding:24px 0}.dp-section{padding:28px 0 31px}.dp-section-head h1,.dp-section-head h2,.dp-block-head h2{font-size:20px}.dp-slider-actions{display:none}.dp-trend-grid{grid-auto-columns:154px;gap:14px;margin-right:-12px}.dp-grid{grid-template-columns:repeat(5,185px);gap:14px;margin-right:-12px}.dp-grid.dp-grid-six{grid-template-columns:repeat(6,185px)}.dp-trend-card{padding-left:27px}.dp-rank{font-size:62px;top:37px;-webkit-text-stroke:1.5px #77767c}.dp-episode{grid-template-columns:78px minmax(0,1fr) 24px}.dp-episode img{width:78px;height:52px}.dp-episode time{display:none}.dp-detail-hero,.dp-detail-inner{min-height:560px}.dp-detail-inner{gap:18px;padding-bottom:30px}.dp-detail-poster{width:120px}.dp-detail-copy h1{font-size:36px}.dp-panel{padding:18px}.dp-cast-grid{grid-template-columns:repeat(2,1fr)}.dp-detail-episodes{grid-template-columns:1fr}.dp-aside{grid-template-columns:1fr}.dp-filter-grid{grid-template-columns:1fr}.dp-filter-wide{grid-column:auto}.dp-watch{padding-top:18px}.dp-video-toolbar{align-items:stretch;flex-direction:column}.dp-footer-grid{grid-template-columns:1fr 1fr;gap:28px}.dp-footer-brand{grid-column:1/-1}.dp-footer-bottom{align-items:flex-start;flex-direction:column;justify-content:center;padding:14px 0}}
@media(max-width:680px){.dp-series-hero,.dp-series-hero .dp-detail-inner{min-height:430px}.dp-series-hero .dp-detail-inner{gap:12px;padding:28px 0 22px}.dp-series-hero .dp-detail-poster{width:96px}.dp-series-hero .dp-detail-copy h1{font-size:28px;line-height:1.02;letter-spacing:-1.2px}.dp-series-hero .dp-detail-meta{gap:7px 12px;margin-top:10px;font-size:11px}.dp-series-hero .dp-actions{gap:8px;margin-top:16px}.dp-series-hero .dp-btn{min-height:38px;padding:0 12px;font-size:11px}.dp-series-hero .dp-follow-button{min-width:126px}.dp-series-hero .dp-hero-shade{background:linear-gradient(90deg,rgba(22,22,24,.93),rgba(22,22,24,.48)),linear-gradient(0deg,var(--dp-bg) 0%,transparent 52%)}}
@media(max-width:680px){.dp-video-toolbar{align-items:center;flex-direction:row;gap:7px;padding:9px}.dp-video-toolbar>.dp-actions{min-width:0;flex:1;flex-wrap:nowrap;gap:7px}.dp-video-toolbar>form{display:flex;flex:0 1 auto;min-width:0}.dp-video-toolbar .dp-btn{min-width:0;min-height:40px;padding:0 10px;white-space:nowrap;font-size:10px}.dp-video-toolbar .dp-watched-button{min-width:0}}
@media(max-width:680px){.dp-seo-section{padding:30px 0}.dp-seo-content h1{margin-bottom:22px;font-size:22px}.dp-seo-content h2{margin-top:21px}.dp-seo-content p{font-size:11px;line-height:1.7}}
@media(max-width:680px){.dp-comments{padding:14px}.dp-comments .comments-bar>.comments-bar-comment-head h2{font-size:18px!important}.dp-comments .comments-bar>.px-5>.comments-bar-comment-head{align-items:flex-start!important;flex-direction:column;gap:10px}.dp-comments .comments-bar>.px-5>.comments-bar-comment-head a,.dp-comments .comments-bar>.px-5>.comments-bar-comment-head button{width:100%}.dp-comments .comments-bar-comment-list>.comment{gap:9px!important;padding:11px!important}.dp-comments .comments_Bar_comment_container>a.avatar{flex-basis:32px;width:32px!important;height:32px!important}.dp-comments .comments_Bar_comment_container>a.avatar img{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important}.dp-comments .comments_Bar_comment_container .comments-bar-comment-content-text-color{font-size:12px!important}.dp-comments .form-popup>div>.content>img{width:88px;height:50px}.dp-comments .form-popup>div>div:last-of-type{margin:12px!important;padding:12px!important}}
@media(max-width:680px){.dp-movie-watch{padding:26px 0 30px}.dp-movie-watch-head{align-items:flex-start;flex-direction:column}.dp-movie-watch-head h2{font-size:20px}.dp-movie-player{margin-right:-12px;width:calc(100% + 24px);border-right:0;border-left:0;border-radius:0}.dp-source-tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:3px}.dp-source-tabs a{flex:0 0 auto}.dp-movie-series-list{grid-template-columns:1fr}.dp-trailer-play span{display:none}}
@media(max-width:900px){.dp-auth-page{padding:32px 0 48px}.dp-auth-shell{max-width:620px;grid-template-columns:1fr}.dp-auth-intro{min-height:290px;padding:34px;border-right:0;border-bottom:1px solid var(--dp-line-soft)}}
@media(max-width:680px){.dp-auth-page{padding:20px 0 36px}.dp-auth-shell{border-radius:12px}.dp-auth-intro{min-height:auto;padding:28px 20px}.dp-auth-intro h1{font-size:28px;letter-spacing:-1px}.dp-auth-intro p{margin-top:12px;font-size:12px}.dp-auth-intro ul{display:none}.dp-auth-card{padding:22px 18px}.dp-auth-card-head{margin-bottom:22px}.dp-auth-card-head h2{font-size:22px}.dp-auth-row{grid-template-columns:1fr}}
@media(max-width:900px){.dp-profile-hero{grid-template-columns:auto 1fr}.dp-profile-stats{grid-column:1/-1}.dp-profile-content #userfollowedseries{grid-template-columns:repeat(3,minmax(0,1fr))}.dp-profile-content #userwatchedlistepisodes,.dp-profile-content #userwatchlistepisodes{grid-template-columns:repeat(2,minmax(0,1fr))}.dp-profile-history-detail{grid-template-columns:150px minmax(0,1fr)}.dp-profile-history-episodes{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.dp-profile-page{padding:24px 0 38px}.dp-profile-hero{grid-template-columns:1fr;text-align:center;padding:18px}.dp-profile-avatar{margin:auto}.dp-profile-stats{grid-template-columns:repeat(2,1fr);text-align:left}.dp-profile-stats div:nth-child(2){border-right:0}.dp-profile-stats div:nth-child(-n+2){border-bottom:1px solid var(--dp-line-soft)}.dp-profile-tabs{margin-top:14px}.dp-profile-logout{display:none}.dp-profile-content{padding-top:14px}.dp-profile-content>.tab-content{padding:12px}.dp-profile-content #userfollowedseries{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dp-profile-content #userwatchedlistepisodes,.dp-profile-content #userwatchlistepisodes{grid-template-columns:1fr}.dp-profile-card-actions{opacity:1}.dp-profile-history-detail{grid-template-columns:1fr}.dp-profile-history-summary{display:grid;grid-template-columns:92px 1fr;align-items:start}.dp-profile-history-summary img{grid-row:1/3}.dp-profile-history-episodes{grid-template-columns:1fr}}
@media(max-width:680px){.dp-trend-card{padding-left:0}.dp-rank{left:8px;top:8px;width:36px;height:42px;padding-top:9px;font-size:15px;letter-spacing:-.3px;-webkit-text-stroke:0}.dp-rank:before{top:5px;font-size:6px}}
@media(max-width:900px){input,select,textarea{font-size:16px!important}}
@media(max-width:680px){
    :root{--dp-container:calc(100% - 32px)}
    body.theme-dark{padding-bottom:calc(82px + env(safe-area-inset-bottom))!important}
    .dp-panel{padding:14px}
    .dp-trend-grid,.dp-grid{margin-right:-16px}
    .dp-bottom-bar{position:fixed;z-index:99999999999999;right:8px;bottom:calc(8px + env(safe-area-inset-bottom));left:8px;display:grid;height:64px;grid-template-columns:repeat(5,minmax(0,1fr));padding:5px;border:1px solid rgba(255,255,255,.1);border-radius:15px;background:rgba(27,27,30,.94);box-shadow:0 15px 45px rgba(0,0,0,.48);backdrop-filter:blur(18px)}
    .dp-bottom-bar a{position:relative;display:flex;min-width:0;align-items:center;justify-content:center;flex-direction:column;gap:4px;border-radius:10px;color:#b2b2b7;font-size:9px;font-weight:700;transition:background .18s ease,color .18s ease}
    .dp-bottom-bar a:before{content:"";position:absolute;top:-5px;width:18px;height:2px;border-radius:0 0 3px 3px;background:transparent}
    .dp-bottom-bar a.is-active{background:#292023;color:#f0d5d8}
    .dp-bottom-bar a.is-active:before{background:var(--dp-red)}
    .dp-bottom-bar svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
    .dp-bottom-bar span{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .dp-search-page-header>.dp-container{height:58px}
    .dp-search-page-body{padding:27px 0 42px}
    .dp-search-page-title h1{font-size:27px;letter-spacing:-.9px}
    .dp-search-page-title p{max-width:310px;font-size:10px;line-height:1.55}
    .dp-search-page-form{height:54px;grid-template-columns:19px minmax(0,1fr) auto 38px;gap:7px;margin-top:19px;padding:5px 5px 5px 12px}
    .dp-search-page-form input{font-size:11px}
    .dp-search-page-form select{max-width:64px;padding:0 7px;font-size:9px}
    .dp-search-page-form button{width:38px;height:38px}
    .dp-search-page-results .dp-search-result{grid-template-columns:48px minmax(0,1fr) 18px;padding:9px}
    .dp-search-page-results .dp-search-result>img{width:48px;height:68px}
    .dp-search-page-results .dp-search-result-copy strong{font-size:11px}
    .dp-search-suggestions{margin-top:31px}
    .dp-search-trends{grid-template-columns:repeat(8,108px);gap:10px;margin-right:-8px}
    .dp-search-trends img{width:108px}
}
