:root{--bg:#15161d;--panel:#202029;--panel2:#292a35;--text:#f4f4f7;--muted:#a6a6b2;--red:#ff2d20;--orange:#ff8a00;--line:rgba(255,255,255,.08)}*{box-sizing:border-box}html{background:#3a3a3a}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Microsoft YaHei",Arial,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-wrap{min-height:100vh;background:var(--bg)}.dd-header{position:sticky;top:0;z-index:80;background:#0d0d13;border-bottom:1px solid var(--line)}.dd-topbar{max-width:1500px;margin:0 auto;height:64px;display:flex;align-items:center;gap:22px;padding:0 22px}.dd-logo{display:flex;align-items:center;gap:10px;font-weight:900;color:#ff3b25}.dd-logo i{width:24px;height:24px;border-radius:8px;background:linear-gradient(135deg,#11db8f,#ff3128);display:grid;place-items:center;color:#fff;font-size:11px}.dd-logo span{font-size:20px;letter-spacing:.5px}.dd-search{height:36px;width:360px;background:#1d1d26;border:1px solid var(--line);border-radius:8px;display:flex;overflow:hidden}.dd-search input{flex:1;border:0;background:transparent;color:#ddd;padding:0 12px;outline:none}.dd-search button{width:48px;border:0;background:#111;color:var(--red);font-size:22px}.dd-nav{margin-left:auto;display:flex;align-items:center;gap:24px;font-weight:800}.dd-nav a{height:64px;display:flex;align-items:center;position:relative}.dd-nav a.active,.dd-nav a:hover{color:#fff}.dd-nav a.active:after{content:"";position:absolute;left:50%;bottom:0;width:28px;height:4px;background:linear-gradient(90deg,#ff3b20,#ff9a00);border-radius:9px;transform:translateX(-50%)}.dd-icon{display:none;border:0;background:#1f2028;color:#fff;width:40px;height:40px;border-radius:12px;font-size:20px}.dd-subnav{max-width:1500px;margin:0 auto;height:42px;display:flex;align-items:center;gap:26px;padding:0 22px;color:#cfd1dc;border-top:1px solid var(--line);overflow-x:auto}.dd-subnav a:before{content:'›';color:#777;margin-right:5px}.site-main{max-width:1500px;margin:0 auto;padding:22px}.mobile-brand{display:none}.top-cats{display:flex;align-items:center;justify-content:space-around;margin:8px 0 26px;gap:18px}.top-cats a{flex:1;min-width:130px;background:#171820;border-radius:18px;padding:15px 18px;text-align:center;border:1px solid var(--line)}.top-cats b{display:block;font-size:22px}.top-cats small{display:block;color:#aaa;margin-top:5px}.dd-section{margin:0 0 42px}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.section-head h2{margin:0;font-size:24px;display:flex;align-items:center;gap:8px}.section-head h2 span{color:var(--red)}.section-head a{background:#252630;color:#c5c7d2;border-radius:999px;padding:8px 16px;font-weight:700}.poster-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:22px 18px}.poster-card{min-width:0}.poster-img{aspect-ratio:2/2.95;border-radius:6px;background:#20212b;position:relative;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.18)}.poster-img img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.poster-card:hover img{transform:scale(1.04)}.poster-mask{position:absolute;inset:auto 0 0;height:44%;background:linear-gradient(transparent,rgba(0,0,0,.82))}.poster-year,.poster-kind,.poster-status{position:absolute;z-index:2;font-style:normal;font-size:12px}.poster-year{left:7px;bottom:7px;background:rgba(0,0,0,.55);padding:2px 5px;border-radius:4px}.poster-kind{left:52px;bottom:7px;background:rgba(255,255,255,.13);padding:2px 5px;border-radius:4px}.poster-status{right:7px;bottom:7px;color:#fff}.poster-title{display:block;margin-top:9px;font-size:15px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.poster-meta{display:block;color:#a7a8b1;font-size:13px;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.poster-empty{position:absolute;inset:0;display:grid;place-items:center;color:#666;font-weight:900}.with-rank{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:28px}.rank-panel{background:#20212a;border-radius:12px;overflow:hidden;position:sticky;top:96px}.rank-head{padding:12px 14px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.rank-head h3{margin:0;font-size:20px}.rank-list{display:grid}.rank-item{display:grid;grid-template-columns:32px 1fr;gap:10px;align-items:center;padding:11px 12px;border-bottom:1px solid rgba(255,255,255,.045)}.rank-item b{height:32px;border-radius:7px;background:#343642;display:grid;place-items:center;color:#fff}.rank-item:nth-child(1) b{background:#ff2d58}.rank-item:nth-child(2) b{background:#ff7648}.rank-item:nth-child(3) b{background:#ffc400}.rank-item span{min-width:0;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rank-item small{display:block;color:#aaa;font-weight:500;margin-top:2px}.breadcrumb{margin:8px 0 22px;color:#cfd0d8;font-size:16px}.breadcrumb span{margin:0 8px;color:#777}.list-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:22px}.list-title h1{font-size:42px;margin:0}.list-title p{color:#9da0ae;font-size:18px}.filter-strip{display:flex;gap:14px;overflow-x:auto;margin-bottom:32px}.filter-strip a{min-width:110px;text-align:center;background:#eef0f4;color:#222;border-radius:10px;padding:16px 22px;font-weight:900}.filter-strip a.active{background:#ff9500;color:#fff}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:28px}.pagination{display:flex;gap:10px;margin-top:28px;flex-wrap:wrap}.pagination a,.pagination span{background:#252733;padding:10px 14px;border-radius:8px;color:#ddd}.pagination a.active{background:#ff3426}.empty-state{padding:28px;background:#20212a;border-radius:12px;color:#aaa}.detail-card{position:relative;overflow:hidden;background:#22232c;border-radius:22px;margin-bottom:28px}.detail-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:blur(25px);opacity:.13;transform:scale(1.1)}.detail-info-wrap{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:30px;padding:30px}.ai-label{color:#9ca7b8;margin-top:0}.detail-text h1{font-size:38px;margin:0 0 12px;color:#b9c0d2}.detail-tags{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.detail-tags span{background:#30313c;border-radius:999px;padding:6px 12px;color:#e6e6eb}.detail-desc{line-height:1.8;color:#d6d7df}.detail-cover img{width:170px;border-radius:10px}.detail-actions{display:flex;gap:14px;margin-top:20px}.btn-watch,.btn-collect,.btn-primary,.btn-soft{border:0;border-radius:999px;padding:12px 20px;font-weight:900;color:#fff}.btn-watch{background:linear-gradient(90deg,#ff9500,#ff2d20)}.btn-collect{background:#ff304b}.episode-grid{display:flex;gap:10px;flex-wrap:wrap}.episode-grid a{min-width:90px;text-align:center;background:#30313d;border-radius:8px;padding:12px 14px;color:#e8e9f0}.episode-grid a.active{background:#ff2d20}.play-page{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:20px}.player-title{background:#0b0b0f;padding:12px 16px}.player-box{height:620px;background:#000;position:relative}.video-player{width:100%;height:100%;background:#000}.big-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:82px;height:82px;border:0;border-radius:50%;background:rgba(255,255,255,.18);color:#fff;font-size:36px;display:flex;align-items:center;justify-content:center}.play-meta{background:#171820;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.play-meta h1{margin:0;font-size:22px}.play-meta small{margin-left:8px;color:#ff4a32}.share-row{display:flex;gap:8px}.share-btn{background:#22242e;color:#fff;border:1px solid var(--line);border-radius:8px;padding:10px 12px}.play-desc{padding:18px;background:#20212a;border-radius:0 0 14px 14px;color:#d7d8df;line-height:1.8}.play-side{background:#252630;padding:16px;border-radius:12px}.side-grid{max-height:520px;overflow-y:auto}.side-grid a{display:block;margin-bottom:8px}.site-footer{border-top:1px solid var(--line);text-align:center;color:#9899a5;padding:34px 18px;margin-top:45px}.footer-links{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin:14px 0}.mobile-bottom,.float-more{display:none}.back-top{position:fixed;right:22px;bottom:22px;width:42px;height:42px;border:0;border-radius:50%;background:#ff4b2f;color:#fff;display:none}.back-top.show{display:block}.mobile-search-panel{display:none}.drawer-mask,.mobile-drawer{display:none}.dragging{cursor:grabbing}.page-play .site-main{max-width:1420px}@media(max-width:1100px){.poster-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.with-rank,.content-layout{grid-template-columns:1fr}.content-side,.with-rank aside{display:none}.player-box{height:430px}.play-page{grid-template-columns:1fr}}@media(max-width:760px){html{background:#333}body{background:#111117}.site-wrap{max-width:720px;margin:0 auto;background:#14151c}.dd-header{position:sticky;background:#07070b}.dd-topbar{height:72px;padding:0 14px;gap:10px;overflow:hidden}.dd-logo{display:none}.dd-nav{order:0;margin:0;gap:18px;overflow-x:auto;white-space:nowrap;font-size:26px}.dd-nav a{height:72px;color:#e7e7ec}.dd-nav a:nth-child(n+4){display:none}.dd-nav a.active:after{height:6px;bottom:6px;background:#ff5a1f}.dd-search{display:none}.dd-icon{display:block;flex:0 0 auto;background:transparent;font-size:30px}.dd-subnav{display:none}.mobile-search-panel.show{display:block;padding:12px 16px;background:#101018}.mobile-search-panel form{display:flex;height:50px;background:#242530;border-radius:16px;overflow:hidden}.mobile-search-panel input{flex:1;background:transparent;border:0;color:#fff;padding:0 14px}.mobile-search-panel button{width:76px;border:0;background:#ff2d20;color:#fff;font-weight:900}.site-main{padding:22px 14px 86px}.mobile-brand{display:block;text-align:center;margin:10px 0 26px}.mobile-brand strong{display:block;font-size:34px;color:#ff4b3d;margin:10px 0 18px}.mobile-brand form{height:68px;background:#242530;border-radius:16px;display:flex;overflow:hidden}.mobile-brand input{flex:1;background:transparent;border:0;color:#fff;font-size:19px;padding:0 18px}.mobile-brand button{width:70px;border:0;background:#1c1d25;color:#ff3929;font-size:30px}.top-cats{justify-content:flex-start;overflow-x:auto;margin-bottom:26px}.top-cats a{flex:0 0 128px;min-width:128px;background:#e9edf4;color:#15161d;border-radius:12px;padding:16px 10px}.top-cats small{display:none}.section-head{margin-bottom:16px}.section-head h2{font-size:28px}.section-head a{padding:9px 15px}.poster-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 14px}.poster-img{border-radius:8px}.poster-title{font-size:20px;margin-top:11px}.poster-meta{font-size:17px}.poster-year,.poster-kind{display:none}.poster-status{font-size:15px}.with-rank{display:block}.rank-panel{display:block;position:static;background:transparent}.with-rank .rank-panel{margin:18px 0 28px}.with-rank .rank-list{display:flex;overflow-x:auto;gap:14px}.with-rank .rank-item{flex:0 0 190px;background:#252631;border-radius:10px;border:0;padding:12px}.breadcrumb,.list-title p{display:none}.list-title h1{font-size:36px;margin:16px 0}.filter-strip a{flex:0 0 138px;font-size:20px;padding:18px}.detail-card{border-radius:0;margin:-22px -14px 24px;background:#22232c}.detail-info-wrap{display:flex;flex-direction:column-reverse;padding:120px 26px 34px;text-align:center}.detail-cover{display:flex;justify-content:center}.detail-cover img{width:240px;border-radius:16px;border:3px solid #fff}.detail-text h1{font-size:42px;color:#fff}.detail-tags{justify-content:center}.detail-tags span{font-size:18px;padding:10px 16px}.detail-text p{text-align:left;font-size:20px;line-height:1.8}.detail-actions{justify-content:center}.btn-watch,.btn-collect{font-size:20px;padding:16px 30px}.episode-grid{flex-wrap:nowrap;overflow-x:auto}.episode-grid a{min-width:130px;font-size:18px;padding:17px}.play-page{display:block;margin:-22px -14px 0}.player-title{font-size:20px}.player-box{height:360px}.play-meta{display:block;padding:22px}.play-meta h1{font-size:32px}.play-desc{font-size:20px}.play-side{border-radius:0}.play-side .side-grid{display:flex;max-height:none;overflow-x:auto}.mobile-bottom{display:grid;position:fixed;left:0;right:0;bottom:0;height:70px;background:rgba(15,16,22,.86);backdrop-filter:blur(10px);grid-template-columns:repeat(6,1fr);z-index:80}.mobile-bottom a{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:14px;font-weight:900;color:#e8e8ec}.mobile-bottom span{font-size:22px;margin-bottom:3px}.float-more{display:block;position:fixed;right:22px;bottom:96px;width:58px;height:58px;border:0;border-radius:50%;background:#ffc06b;color:#fff;font-size:28px;z-index:85}.drawer-mask.show{display:block;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:90}.mobile-drawer{position:fixed;left:28px;top:86px;width:430px;max-width:calc(100vw - 56px);background:#292a35;border-radius:18px;padding:22px;z-index:91;box-shadow:0 20px 60px rgba(0,0,0,.5)}.mobile-drawer.show{display:block}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-head button{background:transparent;border:0;color:#fff;font-size:30px}.mobile-drawer a{display:inline-flex;width:31%;height:78px;align-items:center;justify-content:center;background:#383a46;border-radius:14px;margin:8px 1%;font-size:20px;font-weight:900}.site-footer{padding-bottom:90px}.back-top{bottom:90px}}@media(max-width:430px){.poster-title{font-size:17px}.poster-meta{font-size:15px}.player-box{height:300px}.detail-text h1{font-size:34px}.mobile-drawer a{font-size:17px}.dd-nav{font-size:23px;gap:14px}}
