/*经典瀑布流 - ID: 112026011700500697535373 */:root{--color-primary:#3498db;--color-primary-dark:#2980b9;--color-primary-light:#85c1e9;--color-accent:#1abc9c;--color-bg:#ffffff;--color-text:#333333;--color-surface:#f8f9fa;--color-border:#e0e0e0;--shadow-sm:0 2px 4px rgba(0,0,0,.1);--shadow-md:0 4px 8px rgba(0,0,0,.15);--shadow-lg:0 8px 16px rgba(0,0,0,.2);--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--max-width:1200px;--header-height:70px;--nav-height:50px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.6;font-size:14px;min-height:100vh;display:flex;flex-direction:column}@media screen and (max-width:768px){body{-webkit-text-size-adjust:100%!important;font-size:16px}}.tvshow-chenok-container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 20px}.tvshow-chenok-header{background:var(--color-primary);color:#fff;padding:15px 0;position:sticky;top:0;z-index:1000;box-shadow:var(--shadow-md);height:var(--header-height)}.tvshow-chenok-header .tvshow-chenok-container{display:flex;justify-content:space-between;align-items:center;height:100%}.tvshow-chenok-logo{display:flex;align-items:center;gap:15px}.tvshow-chenok-logo-icon{font-size:28px}.tvshow-chenok-logo h1{font-size:24px;margin-bottom:5px;font-weight:700}.tvshow-chenok-logo a{color:#fff;text-decoration:none;display:flex;align-items:center;gap:10px}.tvshow-chenok-site-desc{font-size:12px;opacity:.9;font-weight:300}.tvshow-chenok-search-box{flex:1;max-width:500px;margin:0 30px}.tvshow-chenok-search-box form{display:flex;height:40px}.tvshow-chenok-search-box input{flex:1;padding:0 15px;border:none;border-radius:var(--radius-md) 0 0 var(--radius-md);font-size:14px;outline:none;transition:all .3s}.tvshow-chenok-search-box input:focus{box-shadow:0 0 0 2px var(--color-primary-light)}.tvshow-chenok-search-box button{background:var(--color-accent);color:#fff;border:none;padding:0 25px;border-radius:0 var(--radius-md) var(--radius-md) 0;cursor:pointer;font-weight:600;transition:background .3s}.tvshow-chenok-search-box button:hover{background:var(--color-primary-dark)}.tvshow-chenok-user-actions{display:flex;gap:10px}.tvshow-chenok-btn-login,.tvshow-chenok-btn-register{padding:8px 16px;border-radius:var(--radius-sm);text-decoration:none;font-size:13px;font-weight:500;transition:all .3s}.tvshow-chenok-btn-login{background:rgba(255,255,255,.2);color:#fff;border:1px solid rgba(255,255,255,.3)}.tvshow-chenok-btn-register{background:#fff;color:var(--color-primary)}.tvshow-chenok-btn-login:hover,.tvshow-chenok-btn-register:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}@media (max-width:768px){.tvshow-chenok-header .tvshow-chenok-container{justify-content:space-between}.tvshow-chenok-logo{gap:8px}.tvshow-chenok-logo h1{font-size:18px;margin-bottom:2px}.tvshow-chenok-logo-icon{font-size:22px}.tvshow-chenok-site-desc{display:none}.tvshow-chenok-search-box{display:none}.tvshow-chenok-user-actions{display:none}}.tvshow-chenok-nav{background:var(--color-surface);border-bottom:1px solid var(--color-border);height:var(--nav-height);position:sticky;top:var(--header-height);z-index:999;box-shadow:var(--shadow-sm)}.tvshow-chenok-nav .tvshow-chenok-container{height:100%;display:flex;align-items:center}.tvshow-chenok-nav-main{display:flex;align-items:center;justify-content:space-between;width:100%}.tvshow-chenok-nav-domain{color:var(--color-text);font-size:14px;font-weight:500;padding:8px 16px;white-space:nowrap;display:flex;align-items:center}.tvshow-chenok-nav-hamburger .tvshow-chenok-nav-domain{margin-left:20px}.tvshow-chenok-nav-horizontal .tvshow-chenok-nav-domain{margin-left:30px;border-left:1px solid var(--color-border);padding-left:30px}.tvshow-chenok-nav-hamburger .tvshow-chenok-container{justify-content:space-between}.tvshow-chenok-nav-horizontal .tvshow-chenok-nav-scroll{flex:1;overflow:hidden}.tvshow-chenok-nav-scroll{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 10px}.tvshow-chenok-nav-scroll::-webkit-scrollbar{display:none}.tvshow-chenok-nav-main ul{display:flex;list-style:none;height:100%;align-items:center;margin:0;padding:0}.tvshow-chenok-nav-horizontal .tvshow-chenok-nav-main ul{gap:0}.tvshow-chenok-nav-hamburger .tvshow-chenok-nav-main ul{gap:30px}.tvshow-chenok-nav-main a{color:var(--color-text);text-decoration:none;padding:8px 16px;border-radius:var(--radius-sm);transition:all .3s;font-weight:500;position:relative;display:flex;align-items:center;gap:5px;white-space:nowrap}.tvshow-chenok-nav-main a:hover,.tvshow-chenok-nav-main .tvshow-chenok-active{background:var(--color-primary);color:#fff}.tvshow-chenok-hamburger{display:none;flex-direction:column;gap:4px;cursor:pointer;padding:10px;background:none;border:none;position:relative;z-index:1001}.tvshow-chenok-hamburger span{display:block;width:25px;height:3px;background:var(--color-text);border-radius:2px;transition:all .3s}.tvshow-chenok-hamburger.tvshow-chenok-active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.tvshow-chenok-hamburger.tvshow-chenok-active span:nth-child(2){opacity:0}.tvshow-chenok-hamburger.tvshow-chenok-active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width:992px){.tvshow-chenok-nav-hamburger .tvshow-chenok-hamburger{display:flex}.tvshow-chenok-nav-hamburger .tvshow-chenok-nav-main{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:var(--color-surface);max-height:0;overflow:hidden;transition:max-height .3s ease;z-index:1000;padding-top:0;opacity:0;visibility:hidden;box-shadow:var(--shadow-lg);flex-direction:column;align-items:stretch;padding:0}.tvshow-chenok-nav-hamburger .tvshow-chenok-nav-main.tvshow-chenok-open{max-height:calc(100vh - var(--header-height));opacity:1;visibility:visible}.tvshow-chenok-nav-hamburger .tvshow-chenok-nav-main ul{flex-direction:column;gap:0;padding:20px;height:auto;align-items:stretch}.tvshow-chenok-nav-hamburger .tvshow-chenok-nav-main li{width:100%}.tvshow-chenok-nav-hamburger .tvshow-chenok-nav-main a{display:block;padding:15px 20px;border-radius:var(--radius-md);margin-bottom:10px;font-size:16px;background:var(--color-bg);border:1px solid var(--color-border)}.tvshow-chenok-nav-hamburger .tvshow-chenok-nav-main a:hover,.tvshow-chenok-nav-hamburger .tvshow-chenok-active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.tvshow-chenok-nav-hamburger .tvshow-chenok-nav-domain{padding:15px 20px;border-top:1px solid var(--color-border);margin:10px 20px 0 20px;justify-content:center}}@media (max-width:992px){.tvshow-chenok-nav-horizontal .tvshow-chenok-hamburger{display:none}.tvshow-chenok-nav-horizontal .tvshow-chenok-nav-scroll{padding:0 5px}.tvshow-chenok-nav-horizontal .tvshow-chenok-nav-main a{padding:8px 12px;font-size:13px}.tvshow-chenok-nav-horizontal .tvshow-chenok-nav-domain{display:none}}.tvshow-chenok-banner{padding:50px 0 30px 0;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;text-align:center;position:relative;z-index:10;overflow:hidden}.tvshow-chenok-banner::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0 L100,0 L100,100 L0,100 Z' fill='rgba(255,255,255,0.05)'/%3E%3C/svg%3E");opacity:0.1;z-index:1}.tvshow-chenok-banner-content{max-width:800px;margin:0 auto;position:relative;z-index:2}.tvshow-chenok-banner h2{font-size:36px;margin-bottom:15px;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.2)}.tvshow-chenok-banner p{font-size:18px;margin-bottom:30px;opacity:.9;text-shadow:0 1px 2px rgba(0,0,0,.2)}.tvshow-chenok-feature-tags{padding:20px 0 0 0;background:transparent;margin-top:0;position:relative;z-index:20}.tvshow-chenok-feature-tags-container{display:flex;justify-content:center;flex-wrap:wrap;gap:15px}.tvshow-chenok-feature-tag{display:flex;align-items:center;gap:12px;padding:14px 28px;background:rgba(255,255,255,.15);color:#fff;border-radius:var(--radius-lg);cursor:pointer;transition:all .3s;text-decoration:none;border:2px solid rgba(255,255,255,.3);backdrop-filter:blur(10px);position:relative;overflow:hidden}.tvshow-chenok-feature-tag::after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.2),transparent);transition:left 0.5s}.tvshow-chenok-feature-tag:hover::after{left:100%}.tvshow-chenok-feature-tag:hover{background:rgba(255,255,255,.3);transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.2);border-color:rgba(255,255,255,.5)}.tvshow-chenok-feature-tag-icon{font-size:24px}.tvshow-chenok-feature-tag-text{font-size:16px;font-weight:600;white-space:nowrap}@media (max-width:768px){.tvshow-chenok-feature-tags-container{gap:10px}.tvshow-chenok-feature-tag{padding:12px 20px}.tvshow-chenok-feature-tag-icon{font-size:20px}.tvshow-chenok-feature-tag-text{font-size:14px}}@media (max-width:576px){.tvshow-chenok-banner h2{font-size:28px}.tvshow-chenok-banner p{font-size:16px;margin-bottom:25px}.tvshow-chenok-feature-tags-container{flex-direction:column;align-items:stretch;gap:12px}.tvshow-chenok-feature-tag{justify-content:center;padding:16px 20px}.tvshow-chenok-feature-tag-text{font-size:15px}}@media (max-width:480px){.tvshow-chenok-feature-tag{gap:8px;padding:14px 16px}.tvshow-chenok-feature-tag-icon{font-size:18px}.tvshow-chenok-feature-tag-text{font-size:13px}}.tvshow-chenok-main{flex:1;padding:30px 0}.tvshow-chenok-section{margin-bottom:50px}.tvshow-chenok-section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:25px;flex-wrap:wrap;gap:15px}.tvshow-chenok-section-title{font-size:22px;font-weight:700;display:flex;align-items:center;gap:10px}.tvshow-chenok-section-desc{color:var(--color-text);opacity:.7;font-size:14px;flex:1;margin:0 15px}.tvshow-chenok-section-more{padding:8px 20px;background:var(--color-primary);color:#fff;text-decoration:none;border-radius:var(--radius-md);font-size:14px;transition:all .3s;white-space:nowrap}.tvshow-chenok-section-more:hover{background:var(--color-primary-dark);transform:translateX(5px)}@media (max-width:768px){.tvshow-chenok-section-header{flex-direction:column;align-items:stretch;gap:10px}.tvshow-chenok-section-title{font-size:20px}.tvshow-chenok-section-desc{margin:0 0 10px 0}.tvshow-chenok-section-more{align-self:flex-end}}.tvshow-chenok-waterfall-grid{column-count:5;column-gap:25px;margin:40px 0}@media (max-width:1200px){.tvshow-chenok-waterfall-grid{column-count:4}}@media (max-width:992px){.tvshow-chenok-waterfall-grid{column-count:3}}@media (max-width:768px){.tvshow-chenok-waterfall-grid{column-count:2}}@media (max-width:576px){.tvshow-chenok-waterfall-grid{column-count:1}}.tvshow-chenok-waterfall-item:nth-child(odd){animation-delay:.1s}.tvshow-chenok-waterfall-item:nth-child(even){animation-delay:.2s}.tvshow-chenok-waterfall-item{break-inside:avoid;margin-bottom:25px;transition:all .3s ease;animation:tvshow-chenok-fadeInUp .5s ease-out both}.tvshow-chenok-waterfall-card{background:var(--color-surface);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:all .4s;position:relative;text-decoration:none;color:inherit;display:block;border:1px solid var(--color-border)}.tvshow-chenok-waterfall-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--color-primary-light)}.tvshow-chenok-waterfall-poster{height:280px;position:relative;overflow:hidden;flex-shrink:0}.tvshow-chenok-poster-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s}.tvshow-chenok-waterfall-card:hover .tvshow-chenok-poster-image{transform:scale(1.1)}.tvshow-chenok-play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);opacity:0;transition:opacity .3s;display:flex;align-items:center;justify-content:center;z-index:3}.tvshow-chenok-waterfall-card:hover .tvshow-chenok-play-overlay{opacity:1}.tvshow-chenok-play-button{width:60px;height:60px;background:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;transform:scale(0.8);transition:all .3s;cursor:pointer}.tvshow-chenok-waterfall-card:hover .tvshow-chenok-play-button{transform:scale(1)}.tvshow-chenok-waterfall-badge{position:absolute;top:12px;right:12px;background:var(--color-accent);color:#fff;padding:4px 10px;border-radius:var(--radius-md);font-size:11px;font-weight:700;z-index:2}.tvshow-chenok-waterfall-tag-top-left{position:absolute;top:12px;left:12px;background:rgba(0,0,0,.8);color:#fff;padding:4px 10px;border-radius:var(--radius-md);font-size:11px;font-weight:500;z-index:2;display:flex;align-items:center;gap:4px}.tvshow-chenok-waterfall-tag-bottom-right{position:absolute;bottom:12px;right:12px;background:rgba(0,0,0,.8);color:#fff;padding:4px 10px;border-radius:var(--radius-md);font-size:11px;font-weight:500;z-index:2;display:flex;align-items:center;gap:4px}.tvshow-chenok-waterfall-info{padding:15px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.tvshow-chenok-waterfall-title{font-size:16px;margin-bottom:8px;font-weight:600;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:44px}.tvshow-chenok-waterfall-description{font-size:12px;line-height:1.5;color:var(--color-text);opacity:.7;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:54px;flex-shrink:0}.tvshow-chenok-waterfall-tags-row{display:flex;justify-content:space-between;align-items:center;margin-top:8px;padding-top:8px;border-top:1px solid var(--color-border)}.tvshow-chenok-waterfall-tags-left{display:flex;gap:5px}.tvshow-chenok-waterfall-tag-item{background:var(--color-primary);color:#fff;padding:3px 8px;border-radius:var(--radius-sm);font-size:11px;white-space:nowrap}@keyframes tvshow-chenok-fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.tvshow-chenok-waterfall-grid{column-count:3}}@media (max-width:768px){.tvshow-chenok-waterfall-grid{column-count:2}.tvshow-chenok-waterfall-tags-left .tvshow-chenok-waterfall-tag-item:last-child{display:none}.tvshow-chenok-waterfall-tags-row{justify-content:flex-start;gap:5px}.tvshow-chenok-waterfall-tags-left{display:inline-flex}}@media (max-width:576px){.tvshow-chenok-waterfall-grid{column-count:1}.tvshow-chenok-waterfall-tags-row{justify-content:space-between}}.tvshow-chenok-category-waterfall{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:15px;margin:25px 0}.tvshow-chenok-category-item{background:var(--color-surface);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:all .3s;position:relative;text-decoration:none;color:var(--color-text)}.tvshow-chenok-category-item:hover{background:var(--color-primary);color:#fff;transform:translateY(-3px)}.tvshow-chenok-category-icon{font-size:32px;margin-bottom:10px;text-align:center;padding-top:20px}.tvshow-chenok-category-name{display:block;font-size:16px;font-weight:600;margin-bottom:5px;text-align:center;padding:0 15px 20px 15px}.tvshow-chenok-category-count{display:block;font-size:13px;opacity:.7;text-align:center;padding-bottom:15px}.tvshow-chenok-tags-container{display:flex;flex-wrap:wrap;gap:12px;margin:25px 0}.tvshow-chenok-tag-item{background:var(--color-surface);color:var(--color-text);text-decoration:none;padding:10px 20px;border-radius:var(--radius-lg);transition:all .3s;border:1px solid var(--color-border);display:flex;align-items:center;gap:8px}.tvshow-chenok-tag-item:hover{background:var(--color-primary);color:#fff;transform:translateY(-2px)}.tvshow-chenok-tag-name{font-size:14px;font-weight:500}.tvshow-chenok-tag-count{font-size:12px;opacity:.7}.tvshow-chenok-footer{background:var(--color-surface);color:var(--color-text);padding:40px 0;margin-top:auto;border-top:1px solid var(--color-border)}.tvshow-chenok-footer-content{display:block}@media (max-width:768px){.tvshow-chenok-footer-content{display:none}}.tvshow-chenok-footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:40px}@media (max-width:992px){.tvshow-chenok-footer-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width:768px){.tvshow-chenok-footer-grid{display:none}}.tvshow-chenok-footer-section h3{font-size:16px;margin-bottom:20px;color:var(--color-text);font-weight:600;position:relative;padding-bottom:10px}.tvshow-chenok-footer-section h3::after{content:"";position:absolute;left:0;bottom:0;width:40px;height:2px;background:var(--color-primary)}.tvshow-chenok-footer-section p{font-size:14px;line-height:1.6;margin-bottom:20px;opacity:.8}.tvshow-chenok-footer-section ul{list-style:none}.tvshow-chenok-footer-section ul li{margin-bottom:10px}.tvshow-chenok-footer-section ul li a{color:var(--color-text);text-decoration:none;opacity:.8;transition:all .3s;font-size:14px;display:flex;align-items:center;gap:8px}.tvshow-chenok-footer-section ul li a::before{content:"›";font-size:16px;color:var(--color-primary);transition:all .3s}.tvshow-chenok-footer-section ul li a:hover{opacity:1;color:var(--color-primary);transform:translateX(5px)}.tvshow-chenok-footer-section ul li a:hover::before{transform:translateX(3px)}.tvshow-chenok-footer-bottom{text-align:center;padding-top:30px;border-top:1px solid var(--color-border)}@media (min-width:769px){.tvshow-chenok-footer-bottom{padding-top:30px;border-top:1px solid var(--color-border)}}@media (max-width:768px){.tvshow-chenok-footer-bottom{padding-top:0;border-top:none}}.tvshow-chenok-copyright-text{font-size:13px;opacity:.7;margin-bottom:10px;line-height:1.8}.tvshow-chenok-footer-divider{margin:0 5px;opacity:.3}.tvshow-chenok-footer-bottom a{color:var(--color-text);text-decoration:none;opacity:.8;transition:all .3s;font-size:13px}.tvshow-chenok-footer-bottom a:hover{color:var(--color-primary);opacity:1}.tvshow-chenok-disclaimer{font-size:12px;opacity:.6;margin:10px 0;line-height:1.6}.tvshow-chenok-copyright-notice{font-size:11px;opacity:.5;margin-top:10px}@media (max-width:768px){.tvshow-chenok-footer{padding:20px 0}.tvshow-chenok-footer-bottom{text-align:center;margin-top:0}.tvshow-chenok-disclaimer,.tvshow-chenok-copyright-notice{display:none}.tvshow-chenok-copyright-text{font-size:12px;line-height:1.4}.tvshow-chenok-copyright-text a{font-size:12px}.tvshow-chenok-footer-divider{margin:0 3px}}.tvshow-chenok-register-container{max-width:500px;margin:50px auto;background:var(--color-surface);padding:40px;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.tvshow-chenok-register-title{font-size:28px;margin-bottom:20px;text-align:center;color:var(--color-primary)}.tvshow-chenok-register-message{background:var(--color-primary-light);color:var(--color-primary-dark);padding:20px;border-radius:var(--radius-md);text-align:center;margin-bottom:30px;border:1px solid var(--color-primary)}.tvshow-chenok-register-info{font-size:14px;color:var(--color-text);opacity:.8;text-align:center;margin-top:20px}.tvshow-chenok-back-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:var(--color-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;opacity:0;transform:translateY(20px);transition:all .3s;z-index:1000}.tvshow-chenok-back-to-top.tvshow-chenok-visible{opacity:1;transform:translateY(0)}.tvshow-chenok-back-to-top:hover{background:var(--color-primary-dark);transform:translateY(-5px)}.tvshow-chenok-pagination{display:flex;justify-content:center;gap:8px;margin-top:40px}.tvshow-chenok-page-item{padding:8px 16px;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);text-decoration:none;border-radius:var(--radius-sm);transition:all .3s}.tvshow-chenok-page-item:hover,.tvshow-chenok-page-item.tvshow-chenok-active{background:var(--color-primary);color:#fff}.tvshow-chenok-lazy{opacity:0;transition:opacity .3s}.tvshow-chenok-lazy.tvshow-chenok-loaded{opacity:1}.tvshow-chenok-breadcrumb{font-size:14px;color:var(--color-text);opacity:.7;margin-bottom:20px;display:flex;gap:5px;align-items:center}.tvshow-chenok-breadcrumb a{color:var(--color-primary);text-decoration:none}.tvshow-chenok-breadcrumb a:hover{text-decoration:underline}.tvshow-chenok-movie-header{margin-bottom:30px}.tvshow-chenok-movie-play-title{font-size:28px;margin-bottom:15px;font-weight:700}.tvshow-chenok-movie-meta-row{display:flex;gap:20px;flex-wrap:wrap}.tvshow-chenok-movie-meta-row .tvshow-chenok-meta-item{display:flex;align-items:center;gap:5px;font-size:14px;color:var(--color-text);opacity:.8}.tvshow-chenok-player-section{margin-bottom:40px}.tvshow-chenok-player-container{background:var(--color-bg);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);margin-bottom:20px;position:relative;width:100%;aspect-ratio:16/9;background:#000}#tvshow-chenok-player{width:100%;height:100%}.plyr{width:100%;height:100%;border-radius:var(--radius-lg)}.plyr__controls{display:flex !important}.tvshow-chenok-player-controls{display:none}.tvshow-chenok-play-btn{display:none}.tvshow-chenok-btn-primary{background:var(--color-primary);color:#fff}.tvshow-chenok-player-sources{margin-top:20px;padding:15px;background:var(--color-surface);border-radius:var(--radius-md)}.tvshow-chenok-player-sources h3{font-size:16px;margin-bottom:10px;display:flex;align-items:center;gap:8px}.tvshow-chenok-source-buttons{display:flex;gap:10px;flex-wrap:wrap}.tvshow-chenok-source-btn{padding:8px 16px;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);border-radius:var(--radius-sm);cursor:pointer;transition:all .3s}.tvshow-chenok-source-btn:hover,.tvshow-chenok-source-btn.tvshow-chenok-active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.tvshow-chenok-movie-details{margin-bottom:50px}.tvshow-chenok-details-grid{display:grid;grid-template-columns:2fr 1fr;gap:40px}@media (max-width:992px){.tvshow-chenok-details-grid{grid-template-columns:1fr}}.tvshow-chenok-details-section{margin-bottom:30px}.tvshow-chenok-details-section h3{font-size:18px;margin-bottom:15px;display:flex;align-items:center;gap:10px}.tvshow-chenok-description-content{font-size:15px;line-height:1.7;color:var(--color-text);opacity:.9}.tvshow-chenok-description-content p{margin-bottom:15px}.tvshow-chenok-tags-row{display:flex;gap:10px;flex-wrap:wrap}.tvshow-chenok-info-list{list-style:none}.tvshow-chenok-info-list li{padding:8px 0;border-bottom:1px solid var(--color-border);display:flex;justify-content:space-between}.tvshow-chenok-info-list li strong{color:var(--color-primary)}.tvshow-chenok-share-buttons{display:flex;gap:10px;flex-wrap:wrap}.tvshow-chenok-share-btn{padding:8px 16px;border-radius:var(--radius-sm);border:none;cursor:pointer;font-size:14px;transition:all .3s}.tvshow-chenok-share-wechat{background:#07C160;color:#fff}.tvshow-chenok-share-qq{background:#12B7F5;color:#fff}.tvshow-chenok-share-weibo{background:#E6162D;color:#fff}.tvshow-chenok-share-link{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.tvshow-chenok-video-meta-info{margin-top:15px;padding:15px;background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.tvshow-chenok-video-meta-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.tvshow-chenok-video-meta-item{display:flex;align-items:center;gap:8px;color:var(--color-text);font-size:14px;font-weight:500}.tvshow-chenok-video-meta-icon{font-size:16px;opacity:.9}.tvshow-chenok-video-meta-text{color:var(--color-primary)}.tvshow-chenok-video-details{margin-top:20px;padding:20px;background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.tvshow-chenok-video-details-title{font-size:18px;font-weight:600;margin-bottom:15px;color:var(--color-text);line-height:1.4}.tvshow-chenok-video-stats{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-bottom:15px}.tvshow-chenok-video-stat-item{display:flex;align-items:center;gap:5px;color:var(--color-text);opacity:.8;font-size:13px}.tvshow-chenok-video-stat-icon{font-size:14px}.tvshow-chenok-video-stat-divider{color:var(--color-border);margin:0 5px}.tvshow-chenok-tags-actions-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;margin-bottom:20px;padding:15px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.tvshow-chenok-video-details-tags{display:flex;align-items:center;gap:10px}.tvshow-chenok-video-tag-item{background:var(--color-primary-light);color:var(--color-primary-dark);padding:6px 12px;border-radius:var(--radius-md);font-size:13px;font-weight:500;white-space:nowrap;display:inline-flex;align-items:center;gap:4px}.tvshow-chenok-video-tag-item::before{content:"#";font-size:12px;opacity:.7}.tvshow-chenok-video-actions{display:flex;gap:15px}.tvshow-chenok-video-action-btn{display:flex;align-items:center;gap=8px;padding:8px 16px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);cursor:pointer;transition:all .3s ease;font-size:14px;white-space:nowrap}.tvshow-chenok-video-action-btn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary);transform:translateY(-2px)}.tvshow-chenok-video-action-icon{font-size:16px}.tvshow-chenok-video-description{margin-top:15px}.tvshow-chenok-video-description-title{font-size:14px;font-weight:600;margin-bottom:8px;color:var(--color-text)}.tvshow-chenok-video-description-text{font-size:13px;color:var(--color-text);opacity:.8;line-height:1.5}.tvshow-chenok-recommended-videos{margin-bottom:30px}.tvshow-chenok-recommended-title{font-size:16px;font-weight:600;margin-bottom:15px;color:var(--color-text);display:flex;align-items:center;gap:8px}.tvshow-chenok-recommended-icon{font-size:18px}.tvshow-chenok-recommended-list{display:flex;flex-direction:column;gap:12px}.tvshow-chenok-recommended-item{display:flex;gap:12px;text-decoration:none;color:var(--color-text);padding:10px;border-radius:var(--radius-md);transition:all .3s ease;background:var(--color-surface);border:1px solid var(--color-border)}.tvshow-chenok-recommended-item:hover{background:var(--color-primary);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-md)}.tvshow-chenok-recommended-thumbnail{width:120px;height:68px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0;position:relative}.tvshow-chenok-recommended-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.tvshow-chenok-recommended-item:hover .tvshow-chenok-recommended-thumbnail img{transform:scale(1.05)}.tvshow-chenok-recommended-info{flex:1;display:flex;flex-direction:column;justify-content:center}.tvshow-chenok-recommended-item-title{font-size:14px;font-weight:500;margin-bottom:5px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tvshow-chenok-recommended-item-meta{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.tvshow-chenok-recommended-meta-item{display:flex;align-items:center;gap:3px;font-size:12px;opacity:.7}.tvshow-chenok-recommended-meta-icon{font-size:12px}.tvshow-chenok-recommended-meta-divider{margin:0 4px;opacity:.5}@media (max-width:768px){.tvshow-chenok-tags-actions-row{flex-direction:column;align-items:flex-start;gap:12px}.tvshow-chenok-video-actions{width:100%;justify-content:flex-start}.tvshow-chenok-video-stats{flex-direction:column;align-items:flex-start;gap:8px}.tvshow-chenok-video-stat-divider{display:none}.tvshow-chenok-recommended-item{flex-direction:column}.tvshow-chenok-recommended-thumbnail{width:100%;height:120px}}@media (max-width:576px){.tvshow-chenok-video-details-tags{flex-wrap:wrap}.tvshow-chenok-video-actions{flex-wrap:wrap}.tvshow-chenok-video-action-btn{padding:6px 12px;font-size:13px}}