.video-detail-page{background-color:#fff;min-height:100vh;color:#222;position:relative}.video-detail-page .bg-cover{width:100%;height:auto;max-width:100%;position:absolute;left:50%;transform:translateX(-50%);top:0;z-index:0;background-position:50%;background-repeat:no-repeat!important;aspect-ratio:16/9;display:block;background-size:cover!important;opacity:.3;filter:blur(20px)}.video-detail-page .bg-cover:after{content:"";position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,#fff 10%,hsla(0,0%,100%,0));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;height:100%}.video-detail-page .video-player-section{position:relative;padding:0;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:1}.video-detail-page .video-player-section .container{max-width:1440px;transition:max-width .4s cubic-bezier(.4,0,.2,1)}.video-detail-page .video-player-section.theater-mode-active .video-embed-container{box-shadow:0 0 60px rgba(var(--color-primary-rgb),.3),0 0 120px rgba(var(--color-primary-rgb),.2),0 0 180px rgba(var(--color-primary-rgb),.1)}.video-detail-page .video-player-section .col-lg-4,.video-detail-page .video-player-section .col-lg-8,.video-detail-page .video-player-section .col-lg-12{transition:all .4s cubic-bezier(.4,0,.2,1)}.video-detail-page .video-player-section .video-player-wrapper{background-color:#000;position:relative;transition:box-shadow .6s ease}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;box-shadow:0 0 0 rgba(var(--color-primary-rgb),0);transition:box-shadow .6s ease}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container iframe,.video-detail-page .video-player-section .video-player-wrapper .video-embed-container video{position:absolute;top:0;left:0;width:100%;height:100%}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container .close-sticky-video{display:none;position:absolute;top:12px;right:12px;z-index:10000;background-color:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;color:#fff;font-size:20px;cursor:pointer;padding:0;width:40px;height:40px;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.3)}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container .close-sticky-video:hover{background-color:rgba(0,0,0,.95);transform:scale(1.1)}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container .close-sticky-video:active{transform:scale(.95)}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container .close-sticky-video i{pointer-events:none}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container .sticky-video-info-bar{display:none;background-color:rgba(24,24,24,.88);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:12px 16px;box-shadow:0 -2px 8px rgba(0,0,0,.3);z-index:9998;border-radius:0 0 12px 12px}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container .sticky-video-info-bar .sticky-info-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:16px;max-width:100%}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container .sticky-video-info-bar .sticky-video-info{flex:1;min-width:0}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container .sticky-video-info-bar .sticky-video-info .sticky-video-title{font-size:14px;font-weight:600;line-height:1.4;color:#fff;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container .sticky-video-info-bar .sticky-video-info .sticky-video-channel{font-size:12px;color:#aaa;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container.video-sticky-mode{position:fixed;bottom:24px;right:24px;width:400px;max-width:calc(100vw - 48px);height:auto;padding-bottom:0;z-index:9999;border-radius:12px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.5),0 0 0 1px hsla(0,0%,100%,.1);-webkit-animation:slideInUp .3s cubic-bezier(0,0,.2,1);animation:slideInUp .3s cubic-bezier(0,0,.2,1);display:flex;flex-direction:column}@-webkit-keyframes slideInUp{0%{transform:translateY(calc(100% + 24px));opacity:0}to{transform:translateY(0);opacity:1}}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container.video-sticky-mode .video-js{position:relative!important;width:100%!important;height:auto!important;aspect-ratio:16/9;flex-shrink:0;border-radius:12px 12px 0 0}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container.video-sticky-mode iframe,.video-detail-page .video-player-section .video-player-wrapper .video-embed-container.video-sticky-mode video{width:100%;height:auto;aspect-ratio:16/9;display:block}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container.video-sticky-mode .close-sticky-video,.video-detail-page .video-player-section .video-player-wrapper .video-embed-container.video-sticky-mode .sticky-video-info-bar{display:flex}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container.video-sticky-mode:hover{box-shadow:0 8px 32px rgba(0,0,0,.6),0 0 0 1px hsla(0,0%,100%,.15)}@media (max-width:768px){.video-detail-page .video-player-section .video-player-wrapper .video-embed-container.video-sticky-mode{width:320px;bottom:12px;right:12px;border-radius:8px}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container.video-sticky-mode .video-js{border-radius:8px 8px 0 0}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container.video-sticky-mode .close-sticky-video{width:36px;height:36px;font-size:18px;top:8px;right:8px;background-color:rgba(0,0,0,.85)}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container.video-sticky-mode .sticky-video-info-bar{padding:8px 10px;border-radius:0 0 8px 8px}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container.video-sticky-mode .sticky-video-info-bar .sticky-video-info .sticky-video-title{font-size:13px;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;word-break:break-word}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container.video-sticky-mode .sticky-video-info-bar .sticky-video-info .sticky-video-channel{font-size:11px}}@media (max-width:480px){.video-detail-page .video-player-section .video-player-wrapper .video-embed-container.video-sticky-mode{width:280px;bottom:70px;right:12px;max-width:calc(100vw - 24px)}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container.video-sticky-mode .close-sticky-video{width:32px;height:32px;font-size:16px;top:6px;right:6px}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container.video-sticky-mode .sticky-video-info-bar{padding:8px}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container.video-sticky-mode .sticky-video-info-bar .sticky-video-info .sticky-video-title{font-size:13px;line-height:1.2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;line-clamp:1;word-break:break-word}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container.video-sticky-mode .sticky-video-info-bar .sticky-video-info .sticky-video-channel{display:none}}@media (max-width:360px){.video-detail-page .video-player-section .video-player-wrapper .video-embed-container.video-sticky-mode{width:240px;bottom:65px;right:8px}}@media (max-width:480px){.video-detail-page .video-player-section .video-player-wrapper .video-embed-container.video-sticky-mode{bottom:max(70px,calc(70px + env(safe-area-inset-bottom, 0px)))}}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container .video-js{width:100%;height:100%}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container .video-js .vjs-big-play-button{border:none;background-color:rgba(var(--color-primary-rgb),.95);border-radius:50%;width:80px;height:80px;line-height:80px;font-size:3em;left:50%;top:50%;transform:translate(-50%,-50%);transition:all .3s cubic-bezier(.4,0,.2,1);margin-left:0;margin-top:0;box-shadow:0 8px 24px rgba(0,0,0,.4),0 0 0 8px rgba(var(--color-primary-rgb),.2),0 0 0 16px rgba(var(--color-primary-rgb),.1);cursor:pointer;-webkit-animation:pulse-play-button 2s ease-in-out infinite;animation:pulse-play-button 2s ease-in-out infinite}@-webkit-keyframes pulse-play-button{0%,to{box-shadow:0 8px 24px rgba(0,0,0,.4),0 0 0 8px rgba(var(--color-primary-rgb),.2),0 0 0 16px rgba(var(--color-primary-rgb),.1)}50%{box-shadow:0 8px 24px rgba(0,0,0,.4),0 0 0 12px rgba(var(--color-primary-rgb),.3),0 0 0 24px rgba(var(--color-primary-rgb),.15)}}@keyframes pulse-play-button{0%,to{box-shadow:0 8px 24px rgba(0,0,0,.4),0 0 0 8px rgba(var(--color-primary-rgb),.2),0 0 0 16px rgba(var(--color-primary-rgb),.1)}50%{box-shadow:0 8px 24px rgba(0,0,0,.4),0 0 0 12px rgba(var(--color-primary-rgb),.3),0 0 0 24px rgba(var(--color-primary-rgb),.15)}}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container .video-js .vjs-big-play-button:hover{background-color:var(--color-primary);transform:translate(-50%,-50%) scale(1.15);box-shadow:0 12px 32px rgba(0,0,0,.5),0 0 0 12px rgba(var(--color-primary-rgb),.3),0 0 0 24px rgba(var(--color-primary-rgb),.15);-webkit-animation:none;animation:none}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container .video-js .vjs-big-play-button:active{transform:translate(-50%,-50%) scale(1.05)}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container .video-js .vjs-big-play-button .vjs-icon-placeholder:before{position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;line-height:80px}@media (max-width:480px){.video-detail-page .video-player-section .video-player-wrapper .video-embed-container .video-js .vjs-big-play-button{box-shadow:0 6px 20px rgba(0,0,0,.4),0 0 0 6px rgba(var(--color-primary-rgb),.2),0 0 0 12px rgba(var(--color-primary-rgb),.1)}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container .video-js .vjs-big-play-button:hover{transform:translate(-50%,-50%) scale(1.1)}}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container .video-js .vjs-control-bar{background-color:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container .video-js .vjs-play-control:hover,.video-detail-page .video-player-section .video-player-wrapper .video-embed-container .video-js .vjs-progress-control:hover,.video-detail-page .video-player-section .video-player-wrapper .video-embed-container .video-js .vjs-volume-panel:hover{color:var(--color-primary)}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container .video-js .vjs-slider{background-color:hsla(0,0%,100%,.3)}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container .video-js .vjs-play-progress{background-color:var(--color-primary)}.video-detail-page .video-player-section .video-player-wrapper .video-embed-container .video-js .vjs-load-progress{background-color:hsla(0,0%,100%,.2)}@media screen and (max-width:480px){.video-detail-page .video-player-section .video-player-wrapper{margin:0 -6px}}.video-detail-page .video-player-section .video-info-section{background-color:#fff;background-color:hsla(0,0%,100%,.6784313725490196);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);padding:24px 0;border-bottom:1px solid #e0e0e0}.video-detail-page .video-player-section .video-info-section .video-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.video-detail-page .video-player-section .video-info-section .video-title{font-size:28px;font-weight:700;line-height:1.3;color:#222;margin-bottom:0;flex:1}@media (max-width:768px){.video-detail-page .video-player-section .video-info-section .video-title{font-size:22px}}.video-detail-page .video-player-section .video-info-section .theater-mode-toggle{display:flex;align-items:center;gap:8px;padding:10px 16px;background-color:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1);border-radius:20px;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}@media (max-width:768px){.video-detail-page .video-player-section .video-info-section .theater-mode-toggle{display:none}}.video-detail-page .video-player-section .video-info-section .theater-mode-toggle i{font-size:16px}@media (max-width:576px){.video-detail-page .video-player-section .video-info-section .theater-mode-toggle .theater-mode-text{display:none}}.video-detail-page .video-player-section .video-info-section .theater-mode-toggle:hover{background-color:rgba(0,0,0,.1);border-color:rgba(0,0,0,.2);transform:translateY(-2px)}.video-detail-page .video-player-section .video-info-section .theater-mode-toggle:active{transform:translateY(0)}.video-detail-page .video-player-section .video-info-section .video-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:16px;font-size:14px;color:#666}.video-detail-page .video-player-section .video-info-section .video-meta .video-category a{color:var(--color-primary);text-decoration:none;font-weight:600}.video-detail-page .video-player-section .video-info-section .video-meta .video-category a:hover{opacity:.8}.video-detail-page .video-player-section .video-info-section .video-meta .video-date,.video-detail-page .video-player-section .video-info-section .video-meta .video-views{display:flex;align-items:center;gap:6px}.video-detail-page .video-player-section .video-info-section .video-summary{font-size:15px;line-height:1.6;color:#555;margin-bottom:20px;padding:16px;background-color:#f5f5f5;border-radius:8px}.video-detail-page .video-player-section .video-info-section .video-tags{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px;flex-wrap:wrap}.video-detail-page .video-player-section .video-info-section .video-tags .tags-label{font-size:14px;color:#666;font-weight:600;padding-top:6px}.video-detail-page .video-player-section .video-info-section .video-tags .tags-list{display:flex;flex-wrap:wrap;gap:8px}.video-detail-page .video-player-section .video-info-section .video-tags .tags-list .tag-item{background-color:#e0e0e0;color:#333;padding:6px 16px;border-radius:20px;font-size:13px;text-decoration:none;transition:all .3s ease}.video-detail-page .video-player-section .video-info-section .video-tags .tags-list .tag-item:hover{background-color:var(--color-primary);color:#fff;transform:translateY(-2px)}.video-detail-page .video-player-section .video-info-section .video-social-share{display:flex;align-items:center;gap:16px;padding:16px;background-color:#f5f5f5;border-radius:8px}.video-detail-page .video-player-section .video-info-section .video-social-share .share-label{font-size:14px;color:#666;font-weight:600}.video-detail-page .video-player-section .video-info-section .video-social-share .share-buttons{display:flex;gap:12px}.video-detail-page .video-player-section .video-info-section .video-social-share .share-buttons .share-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;transition:all .3s ease}.video-detail-page .video-player-section .video-info-section .video-social-share .share-buttons .share-btn.facebook{background-color:#1877f2}.video-detail-page .video-player-section .video-info-section .video-social-share .share-buttons .share-btn.facebook:hover{background-color:#4a96ff;transform:scale(1.1)}.video-detail-page .video-player-section .video-info-section .video-social-share .share-buttons .share-btn.twitter{background-color:#1da1f2}.video-detail-page .video-player-section .video-info-section .video-social-share .share-buttons .share-btn.twitter:hover{background-color:#4abaff;transform:scale(1.1)}.video-detail-page .video-player-section .video-info-section .video-social-share .share-buttons .share-btn.link{background-color:#606060}.video-detail-page .video-player-section .video-info-section .video-social-share .share-buttons .share-btn.link:hover{background-color:grey;transform:scale(1.1)}.video-detail-page .video-player-section .video-content-section{background-color:#fff;padding:32px 0}.video-detail-page .video-player-section .video-content-section .content-heading{font-size:20px;font-weight:700;color:#222;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid var(--color-primary)}.video-detail-page .video-player-section .video-content-section .video-content{font-size:15px;line-height:1.8;color:#555}.video-detail-page .video-player-section .video-content-section .video-content p{margin-bottom:16px}.video-detail-page .video-player-section .video-content-section .video-content img{max-width:100%;height:auto;border-radius:8px;margin:20px 0}.video-detail-page .video-player-section .video-content-section .video-content figure{margin:24px 0;padding:0;text-align:center}.video-detail-page .video-player-section .video-content-section .video-content figure img{max-width:100%;height:auto;border-radius:8px;margin:0;box-shadow:0 4px 12px rgba(0,0,0,.3)}.video-detail-page .video-player-section .video-content-section .video-content figure figcaption{margin-top:12px;font-size:13px;line-height:1.6;color:#999;font-style:italic;padding:0 16px;text-align:center}.video-detail-page .video-player-section .video-content-section .video-content figure figcaption a{color:var(--color-primary);text-decoration:none;transition:opacity .3s ease}.video-detail-page .video-player-section .video-content-section .video-content figure figcaption a:hover{opacity:.8;text-decoration:underline}.video-detail-page .video-player-section .video-content-section .video-content figure.align-left{float:left;margin:8px 24px 16px 0;max-width:50%}@media (max-width:768px){.video-detail-page .video-player-section .video-content-section .video-content figure.align-left{float:none;margin:24px 0;max-width:100%}}.video-detail-page .video-player-section .video-content-section .video-content figure.align-right{float:right;margin:8px 0 16px 24px;max-width:50%}@media (max-width:768px){.video-detail-page .video-player-section .video-content-section .video-content figure.align-right{float:none;margin:24px 0;max-width:100%}}.video-detail-page .video-player-section .video-content-section .video-content figure.align-center{margin:24px auto;display:block}.video-detail-page .video-player-section .video-content-section .video-content a{color:var(--color-primary)}.video-detail-page .video-player-section .video-content-section .video-content a:hover{opacity:.8}.video-detail-page .video-player-section .related-videos-sidebar{background-color:#f5f5f5;background-color:hsla(0,0%,96.1%,.7294117647058823);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);height:100%;max-height:calc(100vh - 65px);overflow-y:auto;position:sticky;top:65px}.video-detail-page .video-player-section .related-videos-sidebar::-webkit-scrollbar{width:8px}.video-detail-page .video-player-section .related-videos-sidebar::-webkit-scrollbar-track{background:#e0e0e0}.video-detail-page .video-player-section .related-videos-sidebar::-webkit-scrollbar-thumb{background:#b0b0b0;border-radius:4px}.video-detail-page .video-player-section .related-videos-sidebar::-webkit-scrollbar-thumb:hover{background:#909090}.video-detail-page .video-player-section .related-videos-sidebar .sidebar-header{padding:16px 20px;background-color:#e8e8e8;border-bottom:1px solid #d0d0d0}.video-detail-page .video-player-section .related-videos-sidebar .sidebar-header h3{font-size:16px;font-weight:700;color:#222;margin:0;text-transform:uppercase}.video-detail-page .video-player-section .related-videos-sidebar .related-videos-list{padding:12px}.video-detail-page .video-player-section .related-videos-sidebar .related-video-item{margin-bottom:12px}.video-detail-page .video-player-section .related-videos-sidebar .related-video-item .video-item-link{display:flex;gap:12px;text-decoration:none;padding:8px;border-radius:8px;transition:background-color .3s ease}.video-detail-page .video-player-section .related-videos-sidebar .related-video-item .video-item-link:hover{background-color:#e0e0e0}.video-detail-page .video-player-section .related-videos-sidebar .related-video-item .video-item-link:hover .video-item-title{color:var(--color-primary)}.video-detail-page .video-player-section .related-videos-sidebar .related-video-item .video-item-link .video-thumbnail{flex-shrink:0;width:120px;height:68px;position:relative;border-radius:6px;overflow:hidden}.video-detail-page .video-player-section .related-videos-sidebar .related-video-item .video-item-link .video-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video-detail-page .video-player-section .related-videos-sidebar .related-video-item .video-item-link .video-thumbnail .video-duration{position:absolute;bottom:4px;right:4px;padding:2px 6px;border-radius:3px;font-size:11px;color:#fff}.video-detail-page .video-player-section .related-videos-sidebar .related-video-item .video-item-link .video-thumbnail .video-duration i{font-size:14px;color:var(--color-primary)}.video-detail-page .video-player-section .related-videos-sidebar .related-video-item .video-item-link .video-item-info{flex:1;min-width:0}.video-detail-page .video-player-section .related-videos-sidebar .related-video-item .video-item-link .video-item-info .video-item-title{font-size:13px;font-weight:600;line-height:1.3;color:#222;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}.video-detail-page .video-player-section .related-videos-sidebar .related-video-item .video-item-link .video-item-info .video-item-meta{font-size:12px;color:#666}.video-detail-page .video-player-section .related-videos-sidebar .related-video-item .video-item-link .video-item-info .video-item-meta .views{display:flex;align-items:center;gap:4px}@media (max-width:991px){.video-detail-page .video-player-section .related-videos-sidebar{max-height:none;position:relative;top:0;margin-top:24px}.video-detail-page .video-player-section .related-videos-sidebar .sidebar-header{padding:20px}.video-detail-page .video-player-section .related-videos-sidebar .sidebar-header h3{font-size:18px}.video-detail-page .video-player-section .related-videos-sidebar .related-videos-list{padding:16px;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.video-detail-page .video-player-section .related-videos-sidebar .related-video-item{margin-bottom:0}.video-detail-page .video-player-section .related-videos-sidebar .related-video-item .video-item-link{flex-direction:column}.video-detail-page .video-player-section .related-videos-sidebar .related-video-item .video-item-link .video-thumbnail{width:100%;height:160px}}.video-detail-page .more-videos-section{padding:48px 0;border-top:1px solid #e0e0e0}.video-detail-page .more-videos-section .section-title{font-size:24px;font-weight:700;color:#222;margin-bottom:32px;padding-bottom:12px;border-bottom:2px solid var(--color-primary)}.video-detail-page .more-videos-section .video-card{background-color:#f5f5f5;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.video-detail-page .more-videos-section .video-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.video-detail-page .more-videos-section .video-card:hover .video-card-title{color:var(--color-primary)}.video-detail-page .more-videos-section .video-card:hover .play-overlay{opacity:1;transform:scale(1.2)}.video-detail-page .more-videos-section .video-card .video-card-link{text-decoration:none}.video-detail-page .more-videos-section .video-card .video-card-thumbnail{position:relative;padding-bottom:56.25%;overflow:hidden;background-color:#000}.video-detail-page .more-videos-section .video-card .video-card-thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.video-detail-page .more-videos-section .video-card .video-card-thumbnail .play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background-color:rgba(var(--color-primary-rgb),.9);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:.8;transition:all .3s ease}.video-detail-page .more-videos-section .video-card .video-card-thumbnail .play-overlay i{font-size:24px;color:#fff;margin-left:4px}.video-detail-page .more-videos-section .video-card .video-card-info{padding:16px}.video-detail-page .more-videos-section .video-card .video-card-info .video-card-title{font-size:15px;font-weight:600;line-height:1.4;color:#222;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42px;transition:color .3s ease}.video-detail-page .more-videos-section .video-card .video-card-info .video-card-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#666}.video-detail-page .more-videos-section .video-card .video-card-info .video-card-meta .category{color:var(--color-primary);font-weight:600}.video-detail-page .sticky-video-player{position:fixed;bottom:24px;right:24px;width:400px;max-width:calc(100vw - 48px);background-color:#181818;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.5),0 0 0 1px hsla(0,0%,100%,.1);z-index:9999;-webkit-animation:slideInUp .3s cubic-bezier(0,0,.2,1);animation:slideInUp .3s cubic-bezier(0,0,.2,1);overflow:hidden}@keyframes slideInUp{0%{transform:translateY(calc(100% + 24px));opacity:0}to{transform:translateY(0);opacity:1}}.video-detail-page .sticky-video-player .sticky-video-wrapper{display:flex;align-items:flex-start;gap:12px;padding:8px;position:relative}.video-detail-page .sticky-video-player .sticky-video-container{flex-shrink:0;width:168px;height:94px;background-color:#000;border-radius:8px;overflow:hidden;position:relative}.video-detail-page .sticky-video-player .sticky-video-container .video-js{width:100%!important;height:100%!important;position:absolute!important;top:0;left:0}.video-detail-page .sticky-video-player .sticky-video-container .video-js .vjs-big-play-button{width:40px;height:40px;line-height:40px;font-size:1.5em}.video-detail-page .sticky-video-player .sticky-video-container .video-js .vjs-big-play-button .vjs-icon-placeholder:before{line-height:40px}.video-detail-page .sticky-video-player .sticky-video-container .video-js .vjs-control-bar{font-size:11px;height:24px}.video-detail-page .sticky-video-player .sticky-video-container .video-js .vjs-control-bar .vjs-picture-in-picture-control,.video-detail-page .sticky-video-player .sticky-video-container .video-js .vjs-control-bar .vjs-playback-rate,.video-detail-page .sticky-video-player .sticky-video-container .video-js .vjs-control-bar .vjs-remaining-time{display:none}.video-detail-page .sticky-video-player .sticky-video-container video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video-detail-page .sticky-video-player .sticky-video-info{flex:1;min-width:0;padding:4px 8px 4px 0}.video-detail-page .sticky-video-player .sticky-video-info .sticky-video-title{font-size:14px;font-weight:500;line-height:1.4;color:#fff;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.video-detail-page .sticky-video-player .sticky-video-info .sticky-video-channel{font-size:12px;color:#aaa;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-detail-page .sticky-video-player .close-sticky-video{position:absolute;top:8px;right:8px;background:none;border:none;color:#aaa;font-size:16px;cursor:pointer;padding:4px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;z-index:1}.video-detail-page .sticky-video-player .close-sticky-video:hover{background-color:hsla(0,0%,100%,.1);color:#fff}.video-detail-page .sticky-video-player .close-sticky-video:active{background-color:hsla(0,0%,100%,.2)}.video-detail-page .sticky-video-player:hover{box-shadow:0 8px 32px rgba(0,0,0,.6),0 0 0 1px hsla(0,0%,100%,.15)}@media (max-width:768px){.video-detail-page .sticky-video-player{width:calc(100vw - 32px);bottom:16px;right:16px}.video-detail-page .sticky-video-player .sticky-video-wrapper{padding:6px;gap:8px}.video-detail-page .sticky-video-player .sticky-video-container{width:140px;height:79px}.video-detail-page .sticky-video-player .sticky-video-info{padding:2px 6px 2px 0}.video-detail-page .sticky-video-player .sticky-video-info .sticky-video-title{font-size:13px;-webkit-line-clamp:1}.video-detail-page .sticky-video-player .sticky-video-info .sticky-video-channel{font-size:11px}.video-detail-page .sticky-video-player .close-sticky-video{width:28px;height:28px;font-size:14px}}@media (max-width:480px){.video-detail-page .sticky-video-player{width:calc(100vw - 16px);bottom:80px;right:8px}.video-detail-page .sticky-video-player .sticky-video-container{width:120px;height:68px}}.bg-gray{background-color:#202124;border-top:1px solid #484a4e;color:#fff;padding:45px 0 60px}.page-video .section-more{padding-top:50px;padding-bottom:50px}.page-video .video-mask{width:60px;height:60px;margin:-30px 0 0 -30px}@media screen and (max-width:480px){.page-video .video-mask{width:30px;height:30px;margin:-15px 0 0 -15px}.page-video .video-mask:before{content:none}}.page-video .section-video{background:#000}.page-video .section-video .col-player-video{flex:0 0 calc(100% - 300px);max-width:calc(100% - 300px);padding:15px 15px 0 0}.page-video .section-video .col-player-video .video-info .title-video{font-size:24px;line-height:30px;color:#fff;font-weight:700}.page-video .section-video .col-player-video .video-info .summary,.page-video .section-video .col-player-video .video-info .video-meta{color:#999;font-size:15px}.page-video .section-video .col-scroll-video{max-width:300px;flex:0 0 300px;background:#242424}.page-video .section-video .col-scroll-video .box-title{color:#999;padding:15px;gap:10px}.page-video .section-video .col-scroll-video .box-title .inner-title{margin:0;font-size:16px}.page-video .section-video .col-scroll-video .scroll-wrapper{overflow:hidden!important;padding:0!important;position:relative}.page-video .section-video .col-scroll-video .scroll-wrapper>.scroll-content{overflow-y:auto}.page-video .section-video .col-scroll-video .scroll-wrapper>.scroll-content::-webkit-scrollbar-thumb{border-radius:10px;background-color:hsla(0,0%,69%,.55)}.page-video .section-video .col-scroll-video .scroll-wrapper>.scroll-content::-webkit-scrollbar{width:8px;height:8px;margin:0;padding:0;border-radius:10px;background-color:rgba(0,0,0,.13)}.page-video .section-video .col-scroll-video .list_video_hot_detail li{padding:10px 15px}@media screen and (max-width:480px){.page-video .section-video .col-player-video,.page-video .section-video .col-scroll-video{flex:0 0 100%;max-width:100%}.page-video .section-video .col-player-video .video-info .title-video{font-size:22px;line-height:28px}.page-video .section-video .col-player-video .video-info .video-meta{border-bottom:1px solid #444;padding-bottom:15px;margin-bottom:15px;font-size:14px}}.page-video .section-video .list-tags-detail .item-tags-detail{display:inline-block;margin-right:10px;margin-bottom:10px}.page-video .section-video .list-tags-detail .item-tags-detail a{padding:5px 20px;display:block;font-size:14px;text-decoration:none;background:#e4e4e4;color:#333;border-radius:51px;transition:background .3s,color .3s;-webkit-transition:background .3s,color .3s;-moz-transition:background .3s,color .3s}.page-video .section-video .list-tags-detail .item-tags-detail a:hover{background:var(--color-primary);color:#fff}.page-video .list_video_main li{margin-bottom:40px;box-shadow:0 0 40px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 0 40px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 40px 0 rgba(0,0,0,.2);border:1px solid #ddd;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;border-radius:0 10px 10px 0;overflow:hidden;background:#f6f6f6}.page-video .list_video_main li .col-video{flex:0 0 calc(100% - 300px);max-width:calc(100% - 300px)}.page-video .list_video_main li .col-content{background:#fff;padding:20px;max-width:300px;flex:0 0 300px}.page-video .list_video_main li .col-content .video-title{font-size:20px;line-height:26px;color:#2d2d2d;font-weight:700}.page-video .list_video_main li .col-content .video-description{font-size:13px;line-height:16px;color:#777}.page-video .list_video_main li .col-content .video-meta{font-size:11px;line-height:14px;margin-top:5px;margin-bottom:5px}.page-video .list_video_main li .col-content .video-meta .category-meta{color:#b61515;text-transform:uppercase}.page-video .list_video_main li .col-content .view-meta{font-size:11px;line-height:14px;margin-top:5px;margin-bottom:5px;color:#999}.page-video .list_video_main li .col-content .tag_list_video{margin-top:15px;margin-bottom:15px}.page-video .list_video_main li .col-content .tag_list_video a{border:1px solid #ddd;padding:3px 10px;border-radius:30px;display:inline-block;margin-bottom:5px;font-size:12px;color:#999;margin-right:7px}.page-video .list_video_main li .col-content .tag_list_video a:hover{border-color:var(--color-primary);color:var(--color-primary)}.page-video .list_video_main li .video-image-box{position:relative}.page-video .list_video_main li .video-image-box:before{content:"";display:block;padding-bottom:56.25%}.page-video .list_video_main li .video-image-box img{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:480px){.page-video .list_video_main li.video-item{flex-wrap:wrap}.page-video .list_video_main li .col-content,.page-video .list_video_main li .col-video{flex:0 0 100%;max-width:100%}}.page-video .list_video_main .btn-viewmore{background:var(--color-primary);border-radius:40px;padding:10px;text-transform:uppercase;color:#fff;font-size:16px;display:block;text-align:center;font-weight:700}.page-video .list_video_main .btn-viewmore:hover{background:var(--color-secondary)}body.dark-mode .video-detail-page{background-color:#0f0f0f;color:#fff}body.dark-mode .video-detail-page .bg-cover{opacity:.2}body.dark-mode .video-detail-page .bg-cover:after{background:linear-gradient(0deg,#0f0f0f 10%,hsla(0,0%,100%,0))}body.dark-mode .video-detail-page .video-player-section .video-player-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;box-shadow:0 0 60px 30px #5d5d5d,0 0 100px 60px #495057,0 0 140px 90px #3e3e3e;opacity:0;transition:opacity .6s ease-in;pointer-events:none;z-index:0}body.dark-mode .video-detail-page .video-player-section .video-info-section{background-color:#0f0f0f;border-bottom-color:#303030;background-color:rgba(15,15,15,.5411764705882353);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%)}body.dark-mode .video-detail-page .video-player-section .video-info-section .video-title{color:#fff;z-index:1;position:relative}body.dark-mode .video-detail-page .video-player-section .video-info-section .theater-mode-toggle{background-color:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2);color:#fff}body.dark-mode .video-detail-page .video-player-section .video-info-section .theater-mode-toggle:hover{background-color:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.3)}body.dark-mode .video-detail-page .video-player-section .video-info-section .video-meta{color:#aaa}body.dark-mode .video-detail-page .video-player-section .video-info-section .video-summary{color:#ccc;background-color:#1a1a1a}body.dark-mode .video-detail-page .video-player-section .video-info-section .video-tags .tags-label{color:#aaa}body.dark-mode .video-detail-page .video-player-section .video-info-section .video-tags .tags-list .tag-item{background-color:#303030;color:#fff}body.dark-mode .video-detail-page .video-player-section .video-info-section .video-tags .tags-list .tag-item:hover{background-color:var(--color-primary);color:#fff}body.dark-mode .video-detail-page .video-player-section .video-info-section .video-social-share{background-color:#1a1a1a}body.dark-mode .video-detail-page .video-player-section .video-info-section .video-social-share .share-label{color:#aaa}body.dark-mode .video-detail-page .video-player-section .video-content-section{background-color:#0f0f0f;background-color:rgba(15,15,15,.5411764705882353);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%)}body.dark-mode .video-detail-page .video-player-section .video-content-section .content-heading{color:#fff}body.dark-mode .video-detail-page .video-player-section .video-content-section .video-content{color:#ccc}body.dark-mode .video-detail-page .video-player-section .related-videos-sidebar{background-color:#1a1a1a;background-color:rgba(26,26,26,.6509803921568628);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%)}body.dark-mode .video-detail-page .video-player-section .related-videos-sidebar .sidebar-header{background-color:#202020;border-bottom-color:#303030;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%)}body.dark-mode .video-detail-page .video-player-section .related-videos-sidebar .sidebar-header h3{color:#fff}body.dark-mode .video-detail-page .video-player-section .related-videos-sidebar .related-video-item .video-item-link:hover{background-color:#252525}body.dark-mode .video-detail-page .video-player-section .related-videos-sidebar .related-video-item .video-item-link .video-item-info .video-item-title{color:#fff}body.dark-mode .video-detail-page .video-player-section .related-videos-sidebar .related-video-item .video-item-link .video-item-info .video-item-meta{color:#aaa}body.dark-mode .video-detail-page .more-videos-section{border-top-color:#303030}body.dark-mode .video-detail-page .more-videos-section .section-title{color:#fff}body.dark-mode .video-detail-page .more-videos-section .video-card{background-color:#1a1a1a}body.dark-mode .video-detail-page .more-videos-section .video-card:hover{box-shadow:0 8px 24px rgba(var(--color-primary-rgb),.3)}body.dark-mode .video-detail-page .more-videos-section .video-card .video-card-info .video-card-title{color:#fff}body.dark-mode .video-detail-page .more-videos-section .video-card .video-card-info .video-card-meta{color:#aaa}body.dark-mode .video-detail-page.theater-active .video-player-wrapper:before{opacity:.5}body:has(.video-sticky-mode) .video-player-wrapper:before{content:none!important}