:root{--bg:#0a0a0a;--surface:#171717;--surface2:#222;--text:#f5f5f5;--muted:#a3a3a3;--border:#2b2b2b;--primary:#ef2d56;--primary2:#c91f45;--shadow:0 10px 30px rgba(0,0,0,.25)}html.light{--bg:#fff;--surface:#f5f5f5;--surface2:#eaeaea;--text:#111;--muted:#666;--border:#ddd;--primary:#ef2d56;--primary2:#c91f45;--shadow:0 10px 30px rgba(0,0,0,.08)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.screen-reader-text{position:absolute;left:-9999px}.site-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:50;background:rgba(10,10,10,.88);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}html.light .topbar{background:rgba(255,255,255,.9)}.topbar-inner{height:64px;display:flex;align-items:center;gap:14px;padding:0 16px}.icon-btn{border:0;background:transparent;color:var(--text);font-size:22px;padding:9px 11px;border-radius:10px;cursor:pointer}.icon-btn:hover{background:var(--surface2)}.brand{display:flex;align-items:center;gap:8px;min-width:max-content}.brand-logo img{max-height:44px;width:auto}.brand-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--primary);font-weight:900}.brand-text{font-size:28px;font-weight:950;letter-spacing:-.04em}.desktop-search{flex:1;display:flex;justify-content:center}.desktop-search .search-form{max-width:600px;width:100%}.mobile-search{display:none;padding:0 16px 12px}.search-form{position:relative}.search-icon{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:var(--muted)}.search-field{width:100%;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:10px;padding:11px 14px 11px 40px;outline:none}.search-field:focus{border-color:var(--primary)}.layout{display:flex;flex:1}.sidebar{position:fixed;left:8px;top:78px;width:210px;z-index:35}.side-nav{display:flex;flex-direction:column;gap:3px}.side-link{display:flex;align-items:center;gap:12px;color:var(--muted);padding:13px 16px;border-radius:14px;transition:.18s}.side-link:hover{color:var(--text);background:var(--surface)}.side-link.active{background:var(--primary);color:#fff}.side-icon{width:20px;text-align:center}.content{width:100%;max-width:1920px;margin-left:232px;padding:24px 18px 40px}.archive-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.archive-head h1{font-size:26px;line-height:1.2;margin:0}.archive-desc{color:var(--muted);margin:.4rem 0 0}.sort-tabs{display:flex;gap:4px;background:var(--surface);padding:5px;border-radius:12px}.sort-tab{font-size:14px;padding:8px 16px;border-radius:9px;color:var(--muted);font-weight:700}.sort-tab:hover{color:var(--text)}.sort-tab.active{background:var(--primary);color:#fff;box-shadow:var(--shadow)}.video-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:14px}.video-card{display:block;min-width:0}.thumb-wrap{position:relative;aspect-ratio:9/16;border-radius:12px;overflow:hidden;background:var(--surface);box-shadow:0 1px 0 rgba(255,255,255,.04)}.thumb-img{position:absolute;inset:0;width:100% !important;height:100% !important;max-width:none !important;object-fit:cover !important;object-position:center center;display:block;transition:transform .25s}.video-card:hover .thumb-img{transform:scale(1.04)}.thumb-placeholder{height:100%;display:grid;place-items:center;font-size:34px;color:var(--muted);background:linear-gradient(160deg,var(--surface),var(--surface2))}.thumb-hover{position:absolute;inset:0;background:rgba(0,0,0,0);transition:.2s}.video-card:hover .thumb-hover{background:rgba(0,0,0,.18)}.duration-badge{position:absolute;right:8px;bottom:8px;background:rgba(0,0,0,.82);color:#fff;border-radius:6px;padding:4px 6px;font-size:12px;font-weight:700}.card-title{font-size:14px;line-height:1.28;margin:9px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-card:hover .card-title{color:var(--primary)}.pagination-wrap{display:flex;justify-content:center;margin:34px 0}.nav-links{display:flex;gap:8px;flex-wrap:wrap}.page-numbers{padding:8px 12px;border-radius:8px;background:var(--surface);color:var(--text)}.page-numbers.current{background:var(--primary);color:#fff}.empty-state,.page-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:28px}.player-section{margin-bottom:18px}.server-tabs{display:flex;gap:8px;margin-bottom:10px;flex-wrap:wrap}.server-btn{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:10px;padding:9px 14px;cursor:pointer;font-weight:700}.server-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.player-box{position:relative;background:#000;border-radius:16px;overflow:hidden;aspect-ratio:16/9;box-shadow:var(--shadow)}.player-frame{position:absolute;inset:0;display:none}.player-frame.active{display:block}.player-frame iframe,.player-frame video{width:100%;height:100%;display:block;border:0}.poster-only{display:grid;place-items:center}.poster-only img{width:100%;height:100%;object-fit:contain}.no-player{display:grid;place-items:center;color:#fff}.single-head{padding:8px 0 18px;border-bottom:1px solid var(--border);margin-bottom:18px}.single-head h1{font-size:28px;line-height:1.2;margin:0 0 10px}.single-meta{display:flex;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:14px}.term-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.term-row a{background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:6px 10px;font-size:13px;color:var(--muted)}.term-row a:hover{color:var(--text);border-color:var(--primary)}.entry-content{color:var(--text);line-height:1.65;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:18px;margin-bottom:20px}.related-section{margin-top:30px}.related-section h2{font-size:22px}.chat-comments{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:16px;margin-top:20px}.chat-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.chat-head h2{font-size:19px;margin:0}.chat-head span{color:var(--muted);font-size:13px}.chat-list{max-height:420px;overflow:auto;display:flex;flex-direction:column;gap:12px;padding-right:6px}.chat-msg{display:flex;gap:10px}.chat-avatar{width:34px;height:34px;border-radius:50%;background:var(--primary);display:grid;place-items:center;color:#fff;font-weight:800;flex:none;text-transform:uppercase}.chat-bubble{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:10px 12px;min-width:0;max-width:92%}.chat-meta{display:flex;gap:8px;align-items:center;margin-bottom:3px}.chat-meta span{font-size:12px;color:var(--muted)}.chat-text p{margin:.25rem 0}.chat-form{display:grid;grid-template-columns:140px 1fr auto;gap:8px;margin-top:14px}.chat-form input{background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:10px;padding:11px 12px;outline:none}.chat-form input:focus{border-color:var(--primary)}.chat-form button{border:0;border-radius:10px;background:var(--primary);color:#fff;font-weight:800;padding:0 18px;cursor:pointer}.chat-status{font-size:13px;color:var(--muted);margin-top:8px}.term-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.term-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:18px;display:flex;justify-content:space-between;gap:12px}.term-card span{color:var(--muted)}.tag-cloud-custom{display:flex;flex-wrap:wrap;gap:10px}.tag-cloud-custom a{background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:9px 12px}.tag-cloud-custom span{color:var(--muted)}.footer{border-top:1px solid var(--border);background:var(--surface);margin-top:auto}.footer-inner{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:28px 18px;margin-left:232px;color:var(--muted);font-size:14px}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.footer-links a:hover{color:var(--text)}@media(max-width:1280px){.video-grid{grid-template-columns:repeat(6,1fr)}}@media(max-width:1024px){.sidebar{transform:translateX(-115%);transition:.2s;background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:10px;box-shadow:var(--shadow)}body.sidebar-open .sidebar{transform:translateX(0)}.content,.footer-inner{margin-left:0}.video-grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:780px){.desktop-search{display:none}.mobile-search{display:block}.brand-text{font-size:22px}.archive-head{align-items:flex-start;flex-direction:column}.video-grid{grid-template-columns:repeat(3,1fr);gap:12px}.content{padding:18px 12px 34px}.chat-form{grid-template-columns:1fr}.player-box{border-radius:12px}.term-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{flex-direction:column;align-items:flex-start}}@media(max-width:420px){.video-grid{grid-template-columns:repeat(2,1fr)}.sort-tab{padding:7px 12px}.brand-text{font-size:18px}.term-grid{grid-template-columns:1fr}}.single-watch .single-wrap{max-width:1024px;margin:0 auto}.source-style-player{margin-bottom:22px}.source-style-player .player-box{border-radius:12px;box-shadow:none}.source-player-tabs{margin:12px 0 0}.source-player-tabs .server-btn{padding:8px 13px;border-radius:9px;background:var(--surface);border-color:transparent;font-size:14px}.source-player-tabs .server-btn:not(.active):hover{background:var(--surface2)}.source-single-head{border-bottom:0;margin-bottom:22px;padding:0}.source-single-head h1{font-size:28px;margin:0 0 12px}.source-single-head .single-meta{color:var(--muted);font-size:14px;gap:18px}.source-term-row{margin-top:14px}.source-term-row:empty{display:none}.source-term-row a{border:0;background:var(--surface);border-radius:8px;color:var(--muted);padding:6px 10px}.source-term-row a:hover{background:var(--surface2);color:var(--text)}.source-description{margin-top:16px}.source-related-section{margin-top:44px}.source-related-section h2{font-size:20px;margin:0 0 18px}.source-related-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.load-more-wrap{display:flex;justify-content:center;padding-top:24px}.load-more-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:var(--surface);padding:10px 28px;color:var(--text);font-weight:700}.load-more-btn:hover{background:var(--surface2)}@media(max-width:900px){.source-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.single-watch .single-wrap{max-width:100%}}@media(max-width:560px){.source-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.source-single-head h1{font-size:23px}.source-style-player .player-box{border-radius:10px}.source-player-tabs .server-btn{font-size:13px;padding:8px 11px}}.category-list-head{margin-bottom:24px}.category-card-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.category-card{display:block;min-width:0}.category-card-media{position:relative;aspect-ratio:9/16;border-radius:13px;overflow:hidden;background:var(--surface);box-shadow:0 1px 0 rgba(255,255,255,.04)}.category-card-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .25s}.category-card:hover .category-card-media img{transform:scale(1.05)}.category-card-placeholder{height:100%;display:grid;place-items:center;font-size:38px;color:var(--muted);background:linear-gradient(145deg,var(--surface),var(--surface2))}.category-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.95),rgba(0,0,0,.42),rgba(0,0,0,.18))}.category-card-text{position:absolute;left:13px;right:13px;bottom:13px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.9)}.category-card-text h3{margin:0;font-size:1.18rem;line-height:1.1;font-weight:800;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-card-text p{margin:5px 0 0;color:rgba(255,255,255,.72);font-size:1rem;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.9)}@media(max-width:1280px){.category-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:900px){.category-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}}@media(max-width:560px){.category-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.category-card-text h3{font-size:1rem}.category-card-text p{font-size:.9rem}}.video-grid .thumb-wrap>img,.video-grid .thumb-img,.related-grid .thumb-wrap>img,.category-card-media>img{position:absolute;inset:0;width:100% !important;height:100% !important;max-width:none !important;object-fit:cover !important;object-position:center center}.topbar-inner{position:relative;min-width:0}.topbar-inner>.icon-btn,.topbar-inner>.brand{flex:0 0 auto;position:relative;z-index:3}.brand{min-width:0;max-width:clamp(170px,28vw,420px)}.brand-text{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.desktop-search{min-width:0;position:relative;z-index:1;padding:0 8px}.desktop-search .search-form{width:min(100%,600px)}.mobile-search{position:relative;z-index:2}@media(max-width:1100px){.desktop-search{display:none}.mobile-search{display:block}.topbar-inner{gap:8px}.brand{max-width:calc(100vw - 120px)}.brand-text{font-size:22px}}@media(max-width:480px){.topbar-inner{padding:0 10px}.icon-btn{padding:8px 9px}.brand-logo img{max-height:38px}.brand-mark{width:36px;height:36px}.brand-text{font-size:18px;max-width:calc(100vw - 154px)}.mobile-search{padding:0 10px 10px}}@media(max-width:1024px){.topbar{z-index:900}.sidebar{z-index:1200;left:10px;top:72px;width:min(260px,86vw);max-height:calc(100dvh - 86px);overflow:auto;background:var(--bg)}body.sidebar-open{overflow:hidden}body.sidebar-open::after{content:"";position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:850}body.sidebar-open .sidebar{transform:translateX(0);box-shadow:0 20px 60px rgba(0,0,0,.45)}body.sidebar-open .mobile-search,body.sidebar-open .desktop-search{z-index:1}}@media(max-width:480px){.sidebar{top:66px;max-height:calc(100dvh - 78px)}}.brand-logo{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 44px;overflow:hidden;line-height:0}.brand-logo img,.brand-logo .custom-logo,.brand-logo .custom-logo-fixed{width:44px !important;height:44px !important;min-width:44px !important;min-height:44px !important;max-width:44px !important;max-height:44px !important;object-fit:contain !important;object-position:center center !important;display:block !important}.brand-mark{flex:0 0 44px;width:44px;height:44px}@media(max-width:480px){.brand-logo{width:38px;height:38px;flex-basis:38px}.brand-logo img,.brand-logo .custom-logo,.brand-logo .custom-logo-fixed{width:38px !important;height:38px !important;min-width:38px !important;min-height:38px !important;max-width:38px !important;max-height:38px !important}.brand-mark{flex-basis:38px;width:38px;height:38px}}.source-home-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:22px 0 0}.source-filter-tabs,.source-sort-tabs{display:flex;align-items:center;gap:0;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:3px;width:max-content;max-width:100%;overflow:auto;scrollbar-width:none}.source-filter-tabs::-webkit-scrollbar,.source-sort-tabs::-webkit-scrollbar{display:none}.source-filter-tab,.source-sort-tab{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:5px;border-radius:7px;background:transparent;color:var(--muted);font-size:14px;font-weight:800;line-height:1;white-space:nowrap;transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.source-filter-tab{padding:8px 26px}.source-sort-tab{padding:8px 17px}.source-filter-tab:hover,.source-sort-tab:hover{color:var(--text)}.source-filter-tab.active,.source-sort-tab.active{background:var(--bg);color:var(--primary);box-shadow:0 1px 6px rgba(0,0,0,.14)}html.light .source-filter-tab.active,html.light .source-sort-tab.active{background:#fff;box-shadow:0 1px 5px rgba(0,0,0,.09)}.source-filter-tab.premium-tab.active{background:linear-gradient(135deg,#ffd700 0%,#ffaa00 100%);color:#111}.source-filter-tab.premium-tab:not(.active){color:#c18b00}.source-filter-tab .label-short{display:none}.source-home-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}.post-card{min-width:0;margin:0 0 4px}.post-card-link{display:block}.post-card-figure{border-radius:12px;margin:0;background:#000}.post-card-img{border-radius:12px}.post-card-meta{display:flex;align-items:center;gap:.5rem;margin-top:.48rem}.post-card-info{min-width:0;flex:1}.post-card-title{margin:0;font-size:.78rem;line-height:1.3;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;-webkit-line-clamp:unset}.post-card-title a{display:inline;color:inherit}.post-card-title a:hover{color:var(--primary)}.view-count-badge{position:absolute;left:8px;bottom:8px;z-index:4;color:#fff;display:flex;align-items:center;gap:4px;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:800;line-height:1;text-shadow:0 1px 3px rgba(0,0,0,.85);background:transparent}.view-count-badge svg{width:14px;height:14px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.8))}.premium-badge{position:absolute;top:8px;left:8px;z-index:5;display:flex;align-items:center;justify-content:center;min-width:25px;height:23px;padding:0 7px;border-radius:7px;background:linear-gradient(135deg,#f5af19 0%,#f12711 100%);color:#fff;font-size:13px;font-weight:900;box-shadow:0 2px 5px rgba(0,0,0,.32)}.source-home-grid .duration-badge{display:none}@media(max-width:1280px){.source-home-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(max-width:1024px){.source-home-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:780px){.source-home-head{flex-direction:row;align-items:center;justify-content:space-between;gap:.55rem;margin-bottom:14px}.source-filter-tabs,.source-sort-tabs{padding:2px;border-radius:8px}.source-filter-tab{padding:7px 16px;font-size:12px;border-radius:6px}.source-sort-tab{padding:7px 10px;font-size:11px;border-radius:6px}.source-filter-tab .label-full{display:inline}.source-filter-tab.premium-tab .label-full{display:none}.source-filter-tab.premium-tab .label-short{display:inline}.source-filter-tab .crown{font-size:10px}.source-home-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.post-card-figure,.post-card-img{border-radius:8px}.post-card-title{font-size:.7rem}.view-count-badge{left:6px;bottom:6px;font-size:11px;padding:3px 6px}.view-count-badge svg{width:12px;height:12px}.premium-badge{top:6px;left:6px;height:21px;min-width:22px;font-size:12px;border-radius:6px}}@media(max-width:420px){.source-home-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.source-filter-tab{padding:6px 11px}.source-sort-tab{padding:6px 8px}}.source-watch-page .source-single-wrap{max-width:1040px;margin:0 auto}.watch-breadcrumb{display:flex;align-items:center;gap:8px;margin:0 0 14px;color:var(--muted);font-size:.86rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.watch-breadcrumb a{color:var(--muted)}.watch-breadcrumb a:hover{color:var(--primary)}.source-watch-player{margin-bottom:18px}.source-watch-player .embed_video{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;background:#000;border-radius:12px;margin-bottom:0;box-shadow:none;aspect-ratio:auto}.source-watch-player .embed_video .player-frame,.source-watch-player .embed_video iframe,.source-watch-player .embed_video video,.source-watch-player .embed_video img{position:absolute;inset:0;width:100%!important;height:100%!important;border:0;border-radius:12px}.source-watch-player .embed_video img{object-fit:cover}.source-watch-player .player-frame{display:none}.source-watch-player .player-frame.active{display:block}.source-watch-head{padding:0;margin:0 0 16px;border-bottom:0}.source-watch-head .video-title{font-size:1.5rem;line-height:1.22;margin:0 0 12px;font-weight:900;color:var(--text)}.premium-title-icon{color:#e6a23c;font-size:1rem;margin-right:6px;vertical-align:middle}.video-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.video-meta-uploader-block{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.video-meta-stats{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--muted);min-width:0;flex-wrap:wrap}.video-meta-separator{color:var(--muted);opacity:.8}.watch-view-count.is-loaded{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.watch-vc-label{display:inline-block}.video-actions{display:flex;align-items:center;gap:12px;margin-left:auto;flex-shrink:0}.video-action-btn{display:flex;align-items:center;gap:6px;color:var(--text);text-decoration:none;border:0;background:transparent;padding:0;cursor:pointer}.video-action-btn .icon-circle{width:38px;height:38px;border-radius:50%;background:rgba(127,127,127,.12);display:flex;align-items:center;justify-content:center;transition:all .15s ease;flex-shrink:0;font-size:1rem}.video-action-btn:hover .icon-circle{background:rgba(127,127,127,.22)}.video-action-btn:active .icon-circle{transform:scale(.92)}.video-action-btn .action-count{font-size:14px;font-weight:800;color:var(--text);line-height:1}.source-watch-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.source-watch-tags .tag{display:inline-flex;align-items:center;border-radius:999px;background:var(--surface);border:1px solid var(--border);font-size:13px;font-weight:700;line-height:1;padding:0;overflow:hidden}.source-watch-tags .tag a{display:block;padding:7px 11px;color:var(--muted)}.source-watch-tags .tag:hover{background:var(--primary);border-color:var(--primary)}.source-watch-tags .tag:hover a{color:#fff}.source-watch-tags .is-primary{background:rgba(39,117,99,.13);border-color:rgba(39,117,99,.25)}.source-description{margin:14px 0 20px;border-radius:12px}.source-comments-wrap{margin-top:18px}.source-watch-related{margin-top:34px}.source-watch-related h2{font-size:1.05rem;margin:0 0 16px;font-weight:900}.source-watch-related-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}.source-watch-related-grid .duration-badge{display:none}.source-watch-related .load-more-wrap{padding-top:20px}.source-watch-related .load-more-btn{border-radius:8px;background:var(--surface);border:1px solid var(--border);padding:9px 24px;font-size:14px}@media(max-width:1024px){.source-watch-related-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:780px){.watch-breadcrumb{display:none}.source-watch-player .embed_video{padding-bottom:75%;border-radius:8px;margin-bottom:0}.source-watch-player .embed_video .player-frame,.source-watch-player .embed_video iframe,.source-watch-player .embed_video video,.source-watch-player .embed_video img{border-radius:8px}.source-player-tabs{margin-top:10px;gap:7px}.source-watch-head .video-title{font-size:1.18rem;margin-bottom:10px}.video-meta{gap:8px;flex-wrap:nowrap;align-items:center}.video-meta-stats{font-size:12px;gap:5px;white-space:normal}.video-actions{gap:9px}.video-action-btn{gap:4px}.video-action-btn .icon-circle{width:36px;height:36px}.video-action-btn .action-count{font-size:13px}.source-watch-tags .tag a{padding:6px 9px}.source-watch-related-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}}@media(max-width:380px){.video-actions{gap:6px}.video-action-btn .icon-circle{width:32px;height:32px}.video-action-btn .action-count{font-size:12px}.source-watch-related-grid{gap:7px}}@media(max-width:780px){.video-grid,.source-home-grid,.source-related-grid,.source-watch-related-grid,.category-card-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}}@media(max-width:420px){.video-grid,.source-home-grid,.source-related-grid,.source-watch-related-grid,.category-card-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}}.source-home-head-sort-only{justify-content:flex-end}@media(max-width:780px){.source-home-head-sort-only{justify-content:flex-end}}.chat-form button{min-height:44px;padding:0 20px;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;font-size:14px}@media(max-width:780px){.chat-form{grid-template-columns:1fr auto !important;align-items:stretch;gap:8px}.chat-form input[name="author"]{grid-column:1 / -1;min-height:44px}.chat-form input[name="comment"]{min-width:0;min-height:46px;font-size:16px}.chat-form button{min-width:92px;min-height:46px;padding:0 18px;border-radius:12px;font-size:15px;flex-shrink:0}}@media(max-width:360px){.chat-form{grid-template-columns:1fr !important}.chat-form button{width:100%}}@media(max-width:1024px){body.sidebar-open .topbar{z-index:1000 !important}body.sidebar-open .sidebar{position:fixed !important;top:0 !important;left:0 !important;width:min(286px,88vw) !important;height:100dvh !important;max-height:100dvh !important;padding:74px 10px 18px !important;border-radius:0 18px 18px 0 !important;border-top:0 !important;border-left:0 !important;z-index:10001 !important;transform:translateX(0) !important;box-shadow:10px 0 40px rgba(0,0,0,.5) !important}body.sidebar-open::after{z-index:10000 !important}body.sidebar-open .js-menu{position:relative;z-index:10002 !important;background:var(--surface2)}body.sidebar-open .mobile-search,body.sidebar-open .desktop-search,body.sidebar-open .brand,body.sidebar-open .js-theme{pointer-events:none}.side-nav{position:relative;z-index:1}}@media(max-width:480px){body.sidebar-open .sidebar{padding-top:66px !important;width:min(280px,90vw) !important}}.brand-logo,.brand-mark{overflow:hidden;line-height:0}.brand-logo img,.brand-logo .custom-logo,.brand-logo .custom-logo-fixed{object-fit:contain !important;object-position:center center !important;display:block !important}@media(max-width:768px){.brand{min-width:0;max-width:70vw}.brand-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(min-width:1025px){.sidebar{top:142px;max-height:calc(100dvh - 156px)}}:root{--kvtube-header-height:64px}@media(min-width:1025px){.topbar{z-index:1000 !important}.sidebar{position:fixed !important;top:calc(var(--kvtube-header-height,64px)+20px) !important;height:calc(100dvh - var(--kvtube-header-height,64px) - 32px) !important;max-height:calc(100dvh - var(--kvtube-header-height,64px) - 32px) !important;overflow-y:auto !important;overflow-x:hidden !important;z-index:900 !important;padding-top:0 !important}.side-nav{padding-top:4px !important}}.side-menu-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:3px}.side-menu-item{margin:0;padding:0}.side-menu-list .side-link{display:flex;align-items:center;gap:12px;width:100%;color:var(--muted);padding:13px 16px;border-radius:14px;transition:.18s}.side-menu-list .side-link:hover{color:var(--text);background:var(--surface)}.side-menu-list .side-link.active{background:var(--primary);color:#fff}.side-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:1025px){.sidebar .side-menu-list{padding-top:4px}}@media(min-width:1025px){.topbar .js-menu{display:none !important}.topbar-inner{padding-left:18px}}@media(max-width:1024px){.topbar .js-menu{display:inline-flex !important}}.side-widgets{display:flex;flex-direction:column;gap:14px;padding:4px 0 16px}.sidebar-widget{background:transparent;border:0;margin:0;padding:0;color:var(--muted)}.sidebar-widget-title,.sidebar-widget .wp-block-heading{font-size:13px;line-height:1.2;margin:4px 10px 8px;color:var(--text);font-weight:900;text-transform:uppercase;letter-spacing:.04em}.sidebar-widget ul,.sidebar-widget ol,.sidebar-widget .wp-block-categories-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:3px}.sidebar-widget li{margin:0;padding:0;color:var(--muted)}.sidebar-widget li a,.sidebar-widget .wp-block-categories-list a,.sidebar-widget .wp-block-latest-posts__list a,.sidebar-widget .wp-block-page-list a,.sidebar-widget .wp-block-archives-list a{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;color:var(--muted);padding:11px 14px;border-radius:14px;transition:.18s;line-height:1.25}.sidebar-widget li a:hover,.sidebar-widget .wp-block-categories-list a:hover,.sidebar-widget .wp-block-latest-posts__list a:hover,.sidebar-widget .wp-block-page-list a:hover,.sidebar-widget .wp-block-archives-list a:hover{color:var(--text);background:var(--surface)}.sidebar-widget .current-cat>a,.sidebar-widget .current-menu-item>a{background:var(--primary);color:#fff}.sidebar-widget select{width:100%;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:12px;padding:10px}.sidebar-widget .wp-block-search{display:flex;gap:6px}.sidebar-widget .wp-block-search__input{min-width:0;width:100%;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:10px;padding:10px}.sidebar-widget .wp-block-search__button{background:var(--primary);color:#fff;border:0;border-radius:10px;padding:10px 12px;font-weight:800;cursor:pointer}.sidebar-widget .tag-cloud-link,.sidebar-widget .wp-block-tag-cloud a{display:inline-flex;margin:3px 3px 3px 0;padding:7px 10px;border-radius:999px;background:var(--surface);color:var(--muted);font-size:12px!important}.sidebar-widget .tag-cloud-link:hover,.sidebar-widget .wp-block-tag-cloud a:hover{color:var(--text);background:var(--surface2)}@media(max-width:1024px){.side-widgets{padding:6px 0 18px}.sidebar-widget-title,.sidebar-widget .wp-block-heading{margin-left:6px}}.front-term-sections{display:flex;flex-direction:column;gap:12px;margin:0 0 18px}.front-term-row{background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));border:1px solid var(--border);border-radius:16px;padding:12px;overflow:hidden}.front-term-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 10px}.front-term-head h2{margin:0;font-size:15px;line-height:1.2;font-weight:900;letter-spacing:.02em;color:var(--text)}.front-term-head span{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.front-term-chip-list{display:flex;align-items:center;gap:8px;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;scrollbar-width:none}.front-term-chip-list::-webkit-scrollbar{display:none}.front-term-chip{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;max-width:210px;min-height:34px;padding:8px 11px;background:var(--surface);border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:13px;font-weight:800;line-height:1;transition:.18s ease}.front-term-chip:hover{color:var(--text);background:var(--surface2);transform:translateY(-1px)}.front-term-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.front-term-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:20px;padding:0 7px;border-radius:999px;background:rgba(255,255,255,.08);color:var(--text);font-size:11px;font-weight:900}.front-channels-row .front-term-chip{border-color:color-mix(in srgb,var(--primary) 38%,var(--border) 62%)}.front-channels-row .front-term-count{background:var(--primary);color:#fff}@media(max-width:780px){.front-term-sections{gap:10px;margin-bottom:16px}.front-term-row{border-radius:14px;padding:10px}.front-term-head h2{font-size:14px}.front-term-chip{font-size:12px;min-height:32px;padding:7px 10px;max-width:170px}}@media(min-width:1025px){.layout{align-items:flex-start}.sidebar{position:fixed !important;left:8px !important;top:calc(var(--wp-admin--admin-bar--height,0px)+var(--kvtube-header-height,64px)+12px) !important;bottom:12px !important;width:220px !important;height:auto !important;max-height:none !important;min-height:0 !important;overflow-y:auto !important;overflow-x:hidden !important;overscroll-behavior:contain;scrollbar-gutter:stable;padding:0 4px 18px 0 !important;z-index:900 !important;transform:none !important}.side-widgets,.side-nav{padding-top:4px !important;padding-bottom:24px !important}.content,.footer-inner{margin-left:244px !important}}@media(min-width:1440px){.sidebar{width:240px !important}.content,.footer-inner{margin-left:264px !important}}@media(max-width:1024px){.content,.footer-inner{margin-left:0 !important}}.front-term-sections+.source-home-head{margin-top:0}.front-term-sections-bottom{margin-top:22px;margin-bottom:0}.front-tags-row-no-title{padding-top:12px}.front-tags-row-no-title .front-term-chip-list{padding-top:0}.front-channels-row .front-term-head{justify-content:flex-start}@media(max-width:780px){.front-term-sections-bottom{margin-top:16px}}.source-home-head-sort-only,.source-sort-tabs{display:none !important}.front-term-sections-top{margin:0 auto 18px;max-width:1100px;width:100%}.front-term-sections-centered .front-term-row{text-align:center}.front-term-sections-centered .front-term-head{justify-content:center;text-align:center}.front-term-sections-centered .front-term-chip-list{justify-content:center;flex-wrap:wrap;overflow:visible;padding-bottom:0}.front-tags-row-no-title{padding-top:12px}.front-channels-row .front-term-head{justify-content:center !important}.sidebar-sort-widget{margin:0 0 14px;padding:0 0 12px;border-bottom:1px solid var(--border)}.sidebar-sort-title{margin:4px 10px 9px !important}.sidebar-sort-tabs{display:flex;flex-direction:column;gap:4px}.sidebar-sort-link{display:flex;align-items:center;justify-content:space-between;width:100%;color:var(--muted);padding:11px 14px;border-radius:14px;transition:.18s;font-weight:800;line-height:1.25}.sidebar-sort-link:hover{color:var(--text);background:var(--surface)}.sidebar-sort-link.active{background:var(--primary);color:#fff}.sidebar-sort-link.active::after{content:"✓";font-weight:900}@media(max-width:1024px){.sidebar-sort-widget{margin-bottom:12px;padding-bottom:10px}}@media(max-width:780px){.front-term-sections-top{margin-bottom:14px}.front-term-sections-centered .front-term-chip-list{gap:7px}}.front-channel-only-section{margin:0 auto 14px !important;padding:0 !important;gap:0 !important}.front-channel-only-section .front-term-row,.front-channel-only-row{background:transparent !important;border:0 !important;box-shadow:none !important;border-radius:0 !important;padding:0 !important;overflow:visible !important}.front-channel-only-section .front-term-head{margin:0 0 8px !important;padding:0 !important}.front-channel-only-section .front-term-chip-list{padding:0 !important;margin:0 !important}.front-channel-only-section .front-tags-row,.front-channel-only-section .front-tags-row-no-title{display:none !important}@media(max-width:780px){.front-channel-only-section{margin-bottom:10px !important}.front-channel-only-section .front-term-head{margin-bottom:7px !important}}.front-channel-only-section{margin:0 auto 12px !important;padding:0 !important;max-width:100% !important}.front-channel-only-section .front-term-head{display:none !important}.front-channel-only-row.front-channels-straight-row,.front-channel-only-section .front-term-row{background:transparent !important;border:0 !important;padding:0 !important;margin:0 !important}.front-channel-only-section .front-term-chip-list{display:flex !important;flex-wrap:nowrap !important;justify-content:center !important;align-items:center !important;gap:8px !important;overflow-x:auto !important;overflow-y:hidden !important;padding:0 !important;margin:0 auto !important;width:100% !important;max-width:100% !important;scrollbar-width:none}.front-channel-only-section .front-term-chip-list::-webkit-scrollbar{display:none}.front-channel-only-section .front-term-chip{flex:0 0 auto !important;white-space:nowrap !important}@media(max-width:780px){.front-channel-only-section{margin-bottom:10px !important}.front-channel-only-section .front-term-chip-list{justify-content:flex-start !important;gap:7px !important}}body,button,input,textarea,select{font-family:var(--kvtube-font-family,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif)!important}body{font-size:var(--kvtube-font-size,14px)}.front-channel-only-section .front-term-chip{font-family:var(--kvtube-font-family,inherit)!important;font-size:.93rem}.js-theme{display:none !important}@media(max-width:1024px){.topbar-inner{justify-content:flex-start !important}.topbar .brand{order:1 !important;margin-right:8px !important}.topbar .js-menu{order:9 !important;margin-left:auto !important;margin-right:0 !important}}@media(max-width:480px){.topbar .brand{max-width:calc(100vw - 72px) !important}.topbar .brand-text{max-width:calc(100vw - 150px) !important}}.js-search-toggle{display:none !important}@media(min-width:1025px){.js-search-toggle{display:none !important}.mobile-search{display:none !important}}@media(max-width:1024px){.topbar .js-search-toggle{display:inline-flex !important;align-items:center;justify-content:center;order:8 !important;margin-left:auto !important;margin-right:2px !important;min-width:42px;min-height:42px}.topbar .js-menu{margin-left:0 !important;order:9 !important}.mobile-search{display:none !important;padding:0 12px 12px}body.search-open .mobile-search{display:block !important}body.search-open .js-search-toggle,.js-search-toggle[aria-expanded="true"]{background:var(--surface2);color:var(--primary)}}@media(max-width:480px){.topbar .js-search-toggle,.topbar .js-menu{min-width:40px;min-height:40px;padding:8px 9px}.topbar .brand{max-width:calc(100vw - 118px) !important}.topbar .brand-text{max-width:calc(100vw - 190px) !important}body.search-open .mobile-search{padding:0 10px 10px}}.sidebar-sort-tabs{display:flex;flex-direction:column;gap:3px}.sidebar-sort-link.side-link{display:flex;align-items:center;justify-content:flex-start;gap:12px;width:100%;color:var(--muted);padding:13px 16px;border-radius:14px;transition:.18s;font-weight:inherit;line-height:inherit}.sidebar-sort-link.side-link:hover{color:var(--text);background:var(--surface)}.sidebar-sort-link.side-link.active{background:var(--primary);color:#fff}.sidebar-sort-link.side-link::after{content:none !important;display:none !important}.sidebar-sort-link .side-icon{width:20px;text-align:center;flex:none}.sidebar-sort-link .side-label{min-width:0}.content{max-width:var(--kvtube-content-width,1920px) !important}@media(min-width:1025px){.source-home-grid,.video-grid{grid-template-columns:repeat(auto-fill,minmax(var(--kvtube-video-box-width,150px),1fr)) !important}.source-watch-related-grid,.source-related-grid{grid-template-columns:repeat(auto-fill,minmax(calc(var(--kvtube-video-box-width,150px) * .88),1fr)) !important}}@media(max-width:1024px){.content{max-width:100% !important}}@media(min-width:1025px){.single-watch .single-wrap,.source-watch-page .source-single-wrap{width:100% !important;max-width:var(--kvtube-single-post-width,var(--kvtube-content-width,1600px)) !important;margin-left:auto !important;margin-right:auto !important}.source-watch-player,.source-watch-player .embed_video,.single-watch .player-section,.single-watch .player-box{width:100% !important}}@media(max-width:1024px){.single-watch .single-wrap,.source-watch-page .source-single-wrap{max-width:100% !important}}.front-home-tags-bottom{margin:22px auto 0 !important;padding:0 !important;max-width:100% !important}.front-home-tags-bottom .front-term-row{background:transparent !important;border:0 !important;box-shadow:none !important;padding:0 !important;margin:0 auto !important}.front-home-tags-bottom .front-term-head{display:none !important}.front-home-tags-bottom .front-term-chip-list{display:flex !important;justify-content:center !important;flex-wrap:wrap !important;gap:8px !important;overflow:visible !important;padding:0 !important;margin:0 auto !important}.front-home-tags-bottom .front-term-chip{font-family:var(--kvtube-font-family,inherit)!important;font-size:.9rem;border-color:var(--border)}@media(max-width:780px){.front-home-tags-bottom{margin-top:16px !important}.front-home-tags-bottom .front-term-chip-list{justify-content:flex-start !important;flex-wrap:nowrap !important;overflow-x:auto !important;scrollbar-width:none}.front-home-tags-bottom .front-term-chip-list::-webkit-scrollbar{display:none}}@media(max-width:780px){.front-home-tags-bottom,.front-home-tags-bottom .front-term-row{width:100% !important;max-width:100% !important;overflow:hidden !important}.front-home-tags-bottom .front-term-chip-list{display:flex !important;flex-wrap:nowrap !important;justify-content:flex-start !important;align-items:center !important;width:100% !important;max-width:100% !important;overflow-x:auto !important;overflow-y:hidden !important;-webkit-overflow-scrolling:touch !important;scroll-behavior:smooth;padding:0 0 2px !important;margin:0 !important;gap:7px !important;scrollbar-width:none}.front-home-tags-bottom .front-term-chip-list::-webkit-scrollbar{display:none}.front-home-tags-bottom .front-term-chip{flex:0 0 auto !important;white-space:nowrap !important;max-width:none !important}}.topbar-inner{overflow:visible}.brand-logo,.brand-mark{max-height:100%}.brand-logo img,.brand-logo .custom-logo,.brand-logo .custom-logo-fixed{display:block!important}@media(min-width:1025px){.topbar-inner{align-items:center}.desktop-search .search-field{padding-top:9px;padding-bottom:9px}}@media(max-width:480px){.topbar-inner{align-items:center}.mobile-search{padding-top:8px}}.source-search-head{margin:0 0 20px;padding:0 0 4px}.source-search-head h1{margin:0;font-size:clamp(1.25rem,2.4vw,1.75rem);line-height:1.25;font-weight:900;color:var(--text)}.source-search-count{margin:.45rem 0 0;color:var(--muted);font-size:.95rem}.source-search-terms{margin:0 0 18px}.source-search-terms h2{margin:0 0 10px;font-size:1rem;line-height:1.2;color:var(--text)}.source-search-term-list{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.source-search-pill{display:inline-flex;align-items:center;gap:7px;border-radius:999px;background:var(--surface);border:1px solid var(--border);color:var(--text);padding:7px 11px;font-size:.85rem;font-weight:700}.source-search-pill:hover{color:#fff;border-color:var(--primary);background:var(--primary)}.source-search-pill small{color:var(--muted);font-size:.72rem;font-weight:800}.source-search-pill:hover small{color:rgba(255,255,255,.82)}.source-search-grid{margin-top:10px}.source-search-empty{margin:8px 0 24px;color:var(--muted);font-size:1rem;line-height:1.55}@media(max-width:780px){.source-search-head{margin-bottom:16px}.source-search-head h1{font-size:1.18rem}.source-search-count,.source-search-empty{font-size:.9rem}.source-search-term-list{flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.source-search-term-list::-webkit-scrollbar{display:none}.source-search-pill{flex:0 0 auto;font-size:.78rem;padding:7px 10px}}.source-search-suggestions{margin:18px 0 0}.source-search-suggestions h2{margin:0 0 12px;font-size:1.05rem;line-height:1.2;font-weight:900;color:var(--text)}.source-search-suggestion-grid{margin-top:0}@media(max-width:780px){.source-search-suggestions{margin-top:14px}.source-search-suggestions h2{font-size:1rem;margin-bottom:10px}}.brand-logo img,.brand-logo .custom-logo,.brand-logo .custom-logo-fixed{display:block!important;opacity:1!important;visibility:visible!important;transform:none!important}.brand-logo{background:transparent!important;overflow:hidden}body.category .sidebar-sort-link.active,body.tag .sidebar-sort-link.active,body.tax .sidebar-sort-link.active,body.archive.category .sidebar-sort-link.active,body.archive.tag .sidebar-sort-link.active,body.archive.tax .sidebar-sort-link.active{background:transparent !important;color:var(--muted) !important;box-shadow:none !important}body.category .sidebar-sort-link.active:hover,body.tag .sidebar-sort-link.active:hover,body.tax .sidebar-sort-link.active:hover,body.archive.category .sidebar-sort-link.active:hover,body.archive.tag .sidebar-sort-link.active:hover,body.archive.tax .sidebar-sort-link.active:hover{color:var(--text) !important;background:var(--surface) !important}body.category .archive-head .sort-tabs,body.tag .archive-head .sort-tabs,body.tax .archive-head .sort-tabs{display:none !important}.sidebar .side-link.active,.side-menu-list .side-link.active,.sidebar-sort-link.active,.sidebar-sort-link.side-link.active,.sidebar-widget .current-cat>a,.sidebar-widget .current-menu-item>a,.sidebar-widget .current_page_item>a{background:transparent !important;color:var(--muted) !important;box-shadow:none !important;border-color:transparent !important}.sidebar .side-link.active:hover,.side-menu-list .side-link.active:hover,.sidebar-sort-link.active:hover,.sidebar-sort-link.side-link.active:hover,.sidebar-widget .current-cat>a:hover,.sidebar-widget .current-menu-item>a:hover,.sidebar-widget .current_page_item>a:hover{background:var(--surface) !important;color:var(--text) !important}.sidebar-sort-link.active::after,.sidebar-sort-link.side-link.active::after{content:none !important;display:none !important}body.tax-channel .archive-head .sort-tabs{display:flex !important}body.tax-channel .archive-head{align-items:center}@media(max-width:780px){body.tax-channel .archive-head{align-items:flex-start}body.tax-channel .archive-head .sort-tabs{width:100%;overflow-x:auto;scrollbar-width:none}body.tax-channel .archive-head .sort-tabs::-webkit-scrollbar{display:none}}.channel-category-fallback .category-card-placeholder{background:linear-gradient(135deg,var(--surface2),var(--surface))}.channel-list-head{align-items:flex-end;margin-bottom:14px}.channel-list-head h1{font-size:clamp(26px,3vw,38px);font-weight:950;letter-spacing:-.04em}.channel-list-head .archive-desc{margin-top:6px;font-weight:700}.channel-source-note{margin:0 0 16px;padding:12px 14px;border:1px solid var(--border);border-radius:14px;background:var(--surface);color:var(--muted);font-size:13px;line-height:1.45}.channel-source-note strong{color:var(--text)}.channel-page-grid{grid-template-columns:repeat(auto-fill,minmax(var(--kvtube-box-size,150px),1fr));align-items:start}.channel-card-media{border-radius:16px;background:linear-gradient(145deg,var(--surface2),var(--surface))}.channel-card-overlay{background:linear-gradient(to top,rgba(0,0,0,.96),rgba(0,0,0,.45),rgba(0,0,0,.1))}.channel-card-text h3{text-transform:none;font-size:1rem;letter-spacing:-.02em}.channel-card-text p{font-size:.86rem}.channel-card-placeholder{font-size:44px}.channel-empty-state{text-align:center;line-height:1.7}@media(max-width:780px){.channel-list-head{margin-bottom:12px}.channel-page-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important}.channel-source-note{font-size:12px;padding:10px 12px}}.channel-fallback-note{margin:0 0 14px;padding:10px 12px;border-radius:14px;background:var(--surface);border:1px solid var(--border);color:var(--muted);font-size:13px;font-weight:700}.tag-list-head{align-items:flex-end;gap:14px}.tag-card-grid.category-card-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.tag-card-grid .category-card-media,.tag-card-media{aspect-ratio:1/1 !important;border-radius:14px}.tag-card-grid .category-card-text{left:10px;right:10px;bottom:10px}.tag-card-grid .category-card-text h3{font-size:.92rem;line-height:1.08;text-transform:none}.tag-card-grid .category-card-text p{font-size:.78rem;margin-top:4px}.tag-card-grid .category-card-placeholder{font-size:30px}@media(max-width:780px){.tag-list-head{align-items:flex-start}.tag-list-sort-tabs{width:100%;overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;scrollbar-width:none}.tag-list-sort-tabs::-webkit-scrollbar{display:none}.tag-card-grid.category-card-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px}.tag-card-grid .category-card-text{left:8px;right:8px;bottom:8px}.tag-card-grid .category-card-text h3{font-size:.72rem}.tag-card-grid .category-card-text p{font-size:.62rem}}@media(max-width:420px){.tag-card-grid.category-card-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:7px}}.tag-text-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;margin-top:14px}.tag-text-chip{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;padding:11px 13px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--muted);line-height:1;transition:.18s ease}.tag-text-chip:hover{background:var(--surface2);color:var(--text);transform:translateY(-1px)}.tag-text-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:850}.tag-text-count{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.08);color:var(--text);font-size:.72rem;font-weight:900;white-space:nowrap}@media(max-width:780px){.tag-text-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.tag-text-chip{padding:9px 10px;gap:7px}.tag-text-name{font-size:.78rem}.tag-text-count{font-size:.65rem;padding:4px 6px}}.category-compact-grid.category-card-grid{display:grid !important;grid-template-columns:repeat(auto-fill,minmax(var(--kvtube-video-box-width,150px),1fr)) !important;gap:14px !important}.category-compact-grid .category-card-media{aspect-ratio:9/16 !important;border-radius:12px !important}.category-compact-grid .category-card-text{left:9px !important;right:9px !important;bottom:9px !important}.category-compact-grid .category-card-text h3{font-size:.86rem !important;line-height:1.08 !important;text-transform:none !important}.category-compact-grid .category-card-text p{font-size:.72rem !important;margin-top:4px !important}.category-compact-grid .category-card-placeholder{font-size:30px !important}@media(max-width:780px){.category-compact-grid.category-card-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important}.category-compact-grid .category-card-text{left:8px!important;right:8px!important;bottom:8px!important}.category-compact-grid .category-card-text h3{font-size:.78rem!important}.category-compact-grid .category-card-text p{font-size:.66rem!important}}.category-index-compact-grid.category-card-grid{grid-template-columns:repeat(auto-fill,minmax(var(--kvtube-video-box-width,150px),1fr)) !important;gap:12px !important;align-items:start !important}.category-index-compact-grid .category-card-media{aspect-ratio:9/16 !important;border-radius:12px !important}.category-index-compact-grid .category-card-text{left:8px !important;right:8px !important;bottom:8px !important}.category-index-compact-grid .category-card-text h3{font-size:.82rem !important;line-height:1.08 !important;text-transform:none !important}.category-index-compact-grid .category-card-text p{font-size:.68rem !important;margin-top:3px !important}.category-index-compact-grid .category-card-placeholder{font-size:28px !important}@media(min-width:1280px){.category-index-compact-grid.category-card-grid{grid-template-columns:repeat(auto-fill,minmax(var(--kvtube-video-box-width,150px),1fr)) !important}}@media(max-width:780px){.category-index-compact-grid.category-card-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:9px !important}.category-index-compact-grid .category-card-text h3{font-size:.76rem!important}.category-index-compact-grid .category-card-text p{font-size:.62rem!important}}.tag-list-head .tag-list-sort-tabs{display:none!important}.kvtube-404-page{display:flex;justify-content:center;align-items:center;text-align:center;margin:12px 0 26px}.kvtube-404-card{width:min(720px,100%);background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));border:1px solid var(--border);border-radius:20px;padding:34px 22px;box-shadow:var(--shadow)}.kvtube-404-icon{display:inline-flex;align-items:center;justify-content:center;min-width:76px;height:42px;padding:0 14px;margin:0 auto 12px;border-radius:999px;background:var(--primary);color:#fff;font-size:18px;font-weight:950;letter-spacing:.04em}.kvtube-404-card h1{margin:0 0 8px;font-size:clamp(24px,4vw,38px);line-height:1.1;font-weight:950}.kvtube-404-card p{margin:0 0 18px;color:var(--muted);font-size:15px}.kvtube-404-home{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:10px 16px;border-radius:12px;background:var(--surface);border:1px solid var(--border);color:var(--text);font-weight:850}.kvtube-404-home:hover{background:var(--primary);border-color:var(--primary);color:#fff}.kvtube-404-suggestions{margin-top:8px}.kvtube-section-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 14px}.kvtube-section-head h2{font-size:20px;line-height:1.2;margin:0;font-weight:950}@media(max-width:780px){.kvtube-404-page{margin:6px 0 20px}.kvtube-404-card{padding:26px 16px;border-radius:16px}.kvtube-section-head h2{font-size:18px}}body,button,input,select,textarea{font-weight:400}.card-title,.post-card-title,.video-title,.archive-title,.archive-head h1,.category-card-text h3,.channel-card-text h3,.tag-text-item,.tag-chip,.front-term-chip,.sidebar-link,.sidebar-sort-link,.sidebar-widget li a,.sidebar-widget .wp-block-categories-list a,.sidebar-widget .wp-block-latest-posts__list a,.sidebar-widget .wp-block-page-list a,.sidebar-widget .wp-block-archives-list a,.search-result-title,.empty-state,.pagination .page-numbers{font-weight:400 !important}.post-card-title,.category-card-text h3,.channel-card-text h3,.front-term-chip,.sidebar-link span:not(.icon),.sidebar-sort-link{font-weight:500 !important}.archive-head h1,.single-title,.entry-title,.page-title,.content-title{font-weight:600 !important}.front-term-count,.category-card-text p,.channel-card-text p,.tag-count,.post-meta,.archive-desc,.card-meta,.video-meta,.post-card-uploader{font-weight:400 !important}strong,b{font-weight:600}@media(max-width:780px){.post-card-title,.category-card-text h3,.channel-card-text h3,.front-term-chip,.sidebar-link span:not(.icon),.sidebar-sort-link{font-weight:400 !important}}.error404 .not-found-title,.error404 .page-title,.error404 .archive-head h1,.error404 h1,.error404 h2,.error404 strong,.error404 b{font-weight:500 !important}.error404 .not-found-copy,.error404 .empty-state,.error404 p{font-weight:400 !important}.error404 .not-found-code,.error404 .error-code,.error404 .code-404{display:none !important}.single-author-channel{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin:8px 0 12px;color:var(--muted);font-size:14px;line-height:1.35;font-weight:400}.single-author-channel a{color:var(--text);text-decoration:none;font-weight:500}.single-author-channel a:hover{color:var(--primary)}.single-info-label{color:var(--muted);font-weight:400;margin-right:3px}.single-info-item{display:inline-flex;align-items:center;flex-wrap:wrap;gap:3px}.single-info-separator,.single-channel-comma{color:var(--muted)}@media(max-width:780px){.single-author-channel{font-size:13px;margin-top:6px;margin-bottom:10px}}.single .single-title,.single .entry-title,.single .post-title,.single h1{margin-bottom:6px !important}.single .post-meta,.single .single-meta,.single .video-meta,.single .post-details,.single .single-details,.single .post-info,.single .video-info,.single .single-author-channel,.single .author-channel-row{margin-top:4px !important;margin-bottom:4px !important;gap:6px 10px !important;line-height:1.35 !important}.single .post-meta>*,.single .single-meta>*,.single .video-meta>*,.single .post-details>*,.single .single-details>*,.single .post-info>*,.single .video-info>*,.single .single-author-channel>*,.single .author-channel-row>*{margin-top:0 !important;margin-bottom:0 !important}.single .single-content,.single .entry-content{margin-top:10px !important}.single .post-actions,.single .single-actions{margin-top:10px !important}.single .title-meta-wrap,.single .single-title-wrap,.single .single-post-head,.single .post-header{margin-bottom:10px !important;padding-bottom:0 !important}@media(max-width:780px){.single .single-title,.single .entry-title,.single .post-title,.single h1{margin-bottom:5px !important}.single .post-meta,.single .single-meta,.single .video-meta,.single .post-details,.single .single-details,.single .post-info,.single .video-info,.single .single-author-channel,.single .author-channel-row{margin-top:3px !important;margin-bottom:3px !important;gap:4px 8px !important}}.single-video .source-watch-head,.single-video .source-single-head,.single .source-watch-head,.single .source-single-head{margin-top:0 !important;margin-bottom:8px !important;padding-top:0 !important;padding-bottom:0 !important}.single-video .source-watch-head .video-title,.single-video .source-single-head h1,.single .source-watch-head .video-title,.single .source-single-head h1,.single .video-title{margin:0 !important;padding:0 !important;line-height:1.18 !important}.single-video .video-meta,.single .video-meta{margin:0 !important;padding:0 !important;gap:4px 8px !important;line-height:1.2 !important}.single-video .video-meta-uploader-block,.single .video-meta-uploader-block,.single-video .video-meta-stats,.single .video-meta-stats{margin:0 !important;padding:0 !important;gap:3px !important;line-height:1.2 !important}.single-video .single-author-channel,.single .single-author-channel{margin:0 !important;padding:0 !important;gap:3px 6px !important;line-height:1.2 !important}.single-video .single-info-item,.single .single-info-item{margin:0 !important;padding:0 !important;gap:2px !important;line-height:1.2 !important}.single-video .video-meta+.single-author-channel,.single .video-meta+.single-author-channel{margin-top:0 !important}.single-video .watch-vc,.single-video .watch-vc-label,.single-video .watch-date,.single-video .single-info-label,.single-video .single-author-channel a,.single .watch-vc,.single .watch-vc-label,.single .watch-date,.single .single-info-label,.single .single-author-channel a{line-height:1.2 !important}@media(max-width:780px){.single-video .source-watch-head,.single-video .source-single-head,.single .source-watch-head,.single .source-single-head{margin-bottom:6px !important}.single-video .video-meta,.single .video-meta{gap:2px 6px !important}.single-video .single-author-channel,.single .single-author-channel{gap:2px 5px !important}}.single-download-wrap{display:flex;justify-content:flex-start;align-items:center;margin:8px 0 4px !important;padding:0 !important}.single-download-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:9px 14px;border-radius:999px;background:var(--primary);color:#fff !important;text-decoration:none;font-size:14px;font-weight:500;line-height:1;border:0;box-shadow:0 6px 18px rgba(0,0,0,.18);transition:transform .16s ease,opacity .16s ease,box-shadow .16s ease}.single-download-btn:hover{color:#fff !important;opacity:.92;transform:translateY(-1px);box-shadow:0 8px 22px rgba(0,0,0,.22)}.single-download-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:rgba(255,255,255,.18);font-weight:700}@media(max-width:780px){.single-download-wrap{margin:7px 0 3px !important}.single-download-btn{width:100%;min-height:42px;font-size:14px}}.source-player-tabs-with-download{align-items:center}.source-player-tabs .player-download-btn,.server-tabs .player-download-btn{min-height:auto !important;padding:8px 13px !important;border-radius:9px !important;box-shadow:none !important;gap:7px !important;margin-left:0 !important;background:var(--primary) !important;border-color:var(--primary) !important;color:#fff !important}.source-player-tabs .player-download-btn:hover,.server-tabs .player-download-btn:hover{opacity:.92;transform:none;color:#fff !important}.source-player-tabs .player-download-btn .single-download-icon{width:16px;height:16px;font-size:12px}@media(max-width:780px){.source-player-tabs-with-download{display:flex !important;flex-wrap:wrap !important;gap:7px !important}.source-player-tabs .player-download-btn,.server-tabs .player-download-btn{width:auto !important;min-height:36px !important;font-size:13px !important;padding:8px 11px !important;flex:0 0 auto !important}}.source-player-tabs-with-download{display:flex !important;align-items:center !important;justify-content:space-between !important;width:100% !important;gap:12px !important}.source-player-tabs-with-download .player-tab-buttons{display:flex !important;align-items:center !important;justify-content:flex-start !important;gap:8px !important;flex-wrap:wrap !important;min-width:0 !important}.source-player-tabs-with-download .player-download-btn{margin-left:auto !important;flex:0 0 auto !important}@media(max-width:780px){.source-player-tabs-with-download{gap:8px !important}.source-player-tabs-with-download .player-tab-buttons{gap:7px !important;flex:1 1 auto !important}.source-player-tabs-with-download .player-download-btn{margin-left:auto !important;flex:0 0 auto !important}}@media(max-width:420px){.source-player-tabs-with-download{align-items:flex-start !important}.source-player-tabs-with-download .player-tab-buttons{max-width:calc(100% - 118px) !important}}.channel-list-head,.channel-list-head-left,.archive-head.channel-list-head{justify-content:flex-start !important;text-align:left !important;align-items:flex-start !important}.channel-list-head>div,.channel-list-head-left>div{width:100% !important;text-align:left !important}.channel-list-head h1,.channel-list-head-left h1{text-align:left !important;margin-left:0 !important}.channel-source-note{display:none !important}.channel-fallback-note{display:none !important}.channel-archive-head{align-items:flex-start !important}.channel-video-grid,.archive .video-grid{margin-top:12px}.video-meta-stats-inline{display:flex!important;align-items:center!important;gap:7px!important;flex-wrap:wrap!important}.video-meta-stats-inline .video-meta-item{display:inline-flex!important;align-items:center!important;gap:4px!important;color:var(--muted)!important;line-height:1!important}.video-meta-stats-inline .watch-comment-count{text-decoration:none!important}.video-meta-stats-inline .watch-comment-count:hover{color:var(--text)!important}.video-meta-stats-inline .meta-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:16px!important;height:16px!important;color:var(--muted)!important}.video-meta-stats-inline .meta-icon svg{display:block!important;width:15px!important;height:15px!important}.video-meta-stats-inline .watch-vc-label{display:none!important}.video-meta-stats-inline .watch-vc,.video-meta-stats-inline .action-count{font-size:13px!important;font-weight:400!important;color:var(--muted)!important}.video-actions{display:none!important}@media(max-width:780px){.video-meta-stats-inline{gap:6px!important}.video-meta-stats-inline .meta-icon{width:15px!important;height:15px!important}}.source-player-tabs-with-download .player-tabs-right{margin-left:auto !important;display:flex !important;align-items:center !important;justify-content:flex-end !important;gap:10px !important;flex:0 0 auto !important;min-width:0 !important}.source-player-tabs-with-download .player-inline-stats{display:flex !important;align-items:center !important;gap:8px !important;color:var(--muted) !important;font-size:13px !important;line-height:1 !important;white-space:nowrap !important}.source-player-tabs-with-download .player-inline-stat,.source-player-tabs-with-download .player-inline-date{display:inline-flex !important;align-items:center !important;gap:4px !important;color:var(--muted) !important;text-decoration:none !important;font-weight:400 !important}.source-player-tabs-with-download .player-inline-stat:hover{color:var(--text) !important}.source-player-tabs-with-download .player-download-btn{margin-left:0 !important}.single-watch-head .video-meta{display:none !important}@media(max-width:780px){.source-player-tabs-with-download{align-items:flex-start !important}.source-player-tabs-with-download .player-tab-buttons{flex:1 1 auto !important}.source-player-tabs-with-download .player-tabs-right{margin-left:auto !important;gap:7px !important;flex-wrap:wrap !important;justify-content:flex-end !important}.source-player-tabs-with-download .player-inline-stats{font-size:12px !important;gap:6px !important}}@media(max-width:480px){.source-player-tabs-with-download .player-tabs-right{width:100% !important;justify-content:space-between !important;margin-left:0 !important}.source-player-tabs-with-download .player-inline-stats{flex:1 1 auto !important;overflow-x:auto !important;-webkit-overflow-scrolling:touch !important;scrollbar-width:none}.source-player-tabs-with-download .player-inline-stats::-webkit-scrollbar{display:none}}.single-title-date{display:flex !important;align-items:center !important;gap:6px !important;margin:1px 0 6px !important;padding:0 !important;color:var(--muted) !important;font-size:13px !important;line-height:1.25 !important;font-weight:400 !important}.single-title-date time,.single-title-date span{font-weight:400 !important}.single-title-date-separator{opacity:.8}.single-watch-head .source-watch-tags,.source-watch-head .tags{margin-top:6px !important;margin-bottom:5px !important}.single-watch-head .single-author-channel{margin-top:2px !important;margin-bottom:0 !important;padding:0 !important;line-height:1.25 !important}.source-player-tabs-with-download .player-inline-date{display:none !important}@media(max-width:780px){.single-title-date{font-size:12px !important;margin:1px 0 5px !important}.single-watch-head .source-watch-tags,.source-watch-head .tags{margin-top:5px !important;margin-bottom:4px !important}}.single-watch-head .source-watch-tags,.single-watch-head .tags,.source-watch-head .source-watch-tags,.source-watch-head .tags{margin-top:5px !important;margin-bottom:0 !important;padding-bottom:0 !important}.single-watch-head .source-watch-tags+.single-author-channel,.single-watch-head .tags+.single-author-channel,.source-watch-head .source-watch-tags+.single-author-channel,.source-watch-head .tags+.single-author-channel{margin-top:0 !important;padding-top:0 !important}.single-watch-head .single-author-channel,.source-watch-head .single-author-channel{margin-top:0 !important;padding-top:0 !important}.single-watch-head .source-watch-tags .tag,.source-watch-head .source-watch-tags .tag{margin-bottom:0 !important}.single-watch-head>.single-author-channel,.source-watch-head>.single-author-channel{display:none !important}.single-more-details{margin-top:10px !important}.single-more-details-title{margin:0 0 8px !important;padding:0 !important;font-size:16px !important;line-height:1.25 !important;font-weight:700 !important;color:var(--text) !important}.single-more-details-author{display:flex !important;align-items:center !important;flex-wrap:wrap !important;gap:3px 7px !important;margin:0 0 10px !important;padding:0 !important;color:var(--muted) !important;font-size:13px !important;line-height:1.25 !important}.single-more-details-author a{color:var(--text) !important;font-weight:600 !important}.single-more-details-content{margin-top:8px !important}.single-more-details-content:empty{display:none !important}.single-watch-head .source-watch-tags,.source-watch-head .source-watch-tags{margin-bottom:0 !important}.single-more-details-toggle{margin-top:10px !important;padding:0 !important;overflow:hidden !important}.single-more-details-summary{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:12px !important;padding:13px 16px !important;cursor:pointer !important;list-style:none !important;font-size:16px !important;font-weight:700 !important;color:var(--text) !important;user-select:none !important}.single-more-details-summary::-webkit-details-marker{display:none !important}.single-more-details-arrow{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:24px !important;height:24px !important;border-radius:999px !important;background:rgba(127,127,127,.12) !important;color:var(--muted) !important;transition:transform .16s ease,background .16s ease !important}.single-more-details-toggle[open] .single-more-details-arrow{transform:rotate(180deg) !important;background:rgba(127,127,127,.2) !important}.single-more-details-inner{padding:0 16px 15px !important}.single-more-details-toggle .single-more-details-author{margin:0 0 8px !important}.single-more-details-toggle .single-more-details-content{margin-top:8px !important}.player-box .player-poster-cover{position:absolute !important;inset:0 !important;z-index:20 !important;width:100% !important;height:100% !important;padding:0 !important;border:0 !important;cursor:pointer !important;background:#000 !important;display:flex !important;align-items:center !important;justify-content:center !important;overflow:hidden !important}.player-box .player-poster-cover img{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;object-fit:cover !important;display:block !important}.player-poster-shade{position:absolute !important;inset:0 !important;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.38)) !important;z-index:1 !important}.player-poster-play{position:relative !important;z-index:2 !important;width:62px !important;height:62px !important;border-radius:999px !important;background:rgba(0,0,0,.58) !important;color:#fff !important;display:flex !important;align-items:center !important;justify-content:center !important;font-size:25px !important;line-height:1 !important;padding-left:4px !important;box-shadow:0 10px 30px rgba(0,0,0,.35) !important;backdrop-filter:blur(6px) !important}.player-box.poster-hidden .player-poster-cover{display:none !important}@media(max-width:780px){.single-more-details-summary{padding:12px 14px !important;font-size:15px !important}.single-more-details-inner{padding:0 14px 14px !important}.player-poster-play{width:54px !important;height:54px !important;font-size:22px !important}}.single-title-date{margin-bottom:12px !important}.single-watch-head .source-watch-tags,.single-watch-head .tags,.source-watch-head .source-watch-tags,.source-watch-head .tags{margin-top:8px !important}.single-more-details-toggle{background:transparent !important;border:0 !important;padding:0 !important;margin-top:8px !important}.single-more-details-icon-summary{width:max-content !important;min-width:0 !important;padding:0 !important;gap:4px !important;justify-content:flex-start !important;color:var(--muted) !important}.single-more-details-info-icon{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:24px !important;height:24px !important;border-radius:999px !important;background:rgba(127,127,127,.14) !important;border:1px solid var(--border) !important;color:var(--muted) !important;font-size:13px !important;font-weight:800 !important;font-family:Arial,sans-serif !important;line-height:1 !important}.single-more-details-icon-summary:hover .single-more-details-info-icon{background:var(--primary) !important;border-color:var(--primary) !important;color:#fff !important}.single-more-details-icon-summary .single-more-details-arrow{width:18px !important;height:18px !important;background:transparent !important;font-size:13px !important}.single-more-details-toggle[open] .single-more-details-inner{margin-top:8px !important;background:var(--surface) !important;border:1px solid var(--border) !important;border-radius:12px !important}@media(max-width:780px){.single-title-date{margin-bottom:10px !important}.single-watch-head .source-watch-tags,.single-watch-head .tags,.source-watch-head .source-watch-tags,.source-watch-head .tags{margin-top:7px !important}}.single-more-details-toggle{text-align:center !important}.single-more-details-icon-summary{margin-left:auto !important;margin-right:auto !important;display:inline-flex !important;align-items:center !important;justify-content:center !important}.single-more-details-toggle[open] .single-more-details-inner{width:min(100%,720px) !important;margin:8px auto 0 !important;text-align:left !important}.single-more-details-toggle .single-more-details-author{justify-content:flex-start !important;text-align:left !important}.single-more-details-toggle .single-more-details-content{text-align:left !important}.single-more-details-toggle{width:100% !important;text-align:left !important}.single-more-details-icon-summary{margin-left:auto !important;margin-right:auto !important;width:max-content !important;display:inline-flex !important;align-items:center !important;justify-content:center !important}.single-more-details-toggle[open] .single-more-details-inner{width:100% !important;max-width:none !important;margin:8px 0 0 !important;text-align:left !important;box-sizing:border-box !important}.single-more-details-toggle .single-more-details-author,.single-more-details-toggle .single-more-details-content{width:100% !important;max-width:none !important;margin-left:0 !important;margin-right:0 !important;text-align:left !important;justify-content:flex-start !important}.single-more-details-toggle .single-more-details-content>*{text-align:left !important}.single-more-details-info-icon,.single-more-details-arrow{display:none !important}.single-more-details-plus-icon{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:26px !important;height:26px !important;border-radius:999px !important;background:rgba(127,127,127,.14) !important;border:1px solid var(--border) !important;color:var(--muted) !important;font-size:20px !important;font-weight:700 !important;font-family:Arial,sans-serif !important;line-height:1 !important;transition:transform .16s ease,background .16s ease,color .16s ease,border-color .16s ease !important}.single-more-details-icon-summary:hover .single-more-details-plus-icon{background:var(--primary) !important;border-color:var(--primary) !important;color:#fff !important}.single-more-details-toggle[open] .single-more-details-plus-icon{transform:rotate(45deg) !important;background:var(--primary) !important;border-color:var(--primary) !important;color:#fff !important}.single-more-details-toggle{width:100% !important;text-align:center !important}.single-more-details-icon-summary{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:max-content !important;margin-left:auto !important;margin-right:auto !important}.single-more-details-toggle[open] .single-more-details-inner{width:100% !important;max-width:none !important;margin:8px 0 0 !important;padding-top:12px !important;text-align:left !important;box-sizing:border-box !important}.single-more-details-toggle .single-more-details-author,.single-more-details-toggle .single-more-details-content{text-align:left !important;justify-content:flex-start !important}@media(max-width:780px){.single-more-details-toggle[open] .single-more-details-inner{padding-top:10px !important}}@media(max-width:780px){.category-card-grid,.channel-card-grid,.channel-page-grid,.category-page-grid,.category-list-grid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important}.category-card,.channel-card{min-width:0 !important}.category-card-media,.channel-card-media{border-radius:10px !important;aspect-ratio:1 / 1 !important}.category-card-text,.channel-card-text{padding:7px 5px !important}.category-card-text h3,.channel-card-text h3{font-size:11px !important;line-height:1.15 !important;margin:0 0 3px !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important}.category-card-text p,.channel-card-text p{font-size:10px !important;line-height:1.1 !important;margin:0 !important}.category-card-placeholder,.channel-card-placeholder{font-size:22px !important}}@media(max-width:360px){.category-card-grid,.channel-card-grid,.channel-page-grid,.category-page-grid,.category-list-grid{gap:6px !important}.category-card-text h3,.channel-card-text h3{font-size:10px !important}.category-card-text p,.channel-card-text p{font-size:9px !important}}@media only screen and (max-width:780px){body .category-card-grid.category-compact-grid,body .category-card-grid.category-index-compact-grid,body .category-card-grid.channel-card-grid,body .channel-card-grid.channel-page-grid,body .channel-page-grid.category-card-grid,body .category-card-grid.channel-page-grid.channel-card-grid,body .category-card-grid.category-compact-grid.category-index-compact-grid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important}body .category-card-grid.category-compact-grid .category-card-media,body .category-card-grid.category-index-compact-grid .category-card-media,body .category-card-grid.channel-card-grid .category-card-media,body .channel-card-grid.channel-page-grid .channel-card-media,body .channel-card-grid.channel-page-grid .channel-card-media{aspect-ratio:1 / 1 !important;border-radius:10px !important}body .category-card-grid.category-compact-grid .category-card-text,body .category-card-grid.category-index-compact-grid .category-card-text,body .category-card-grid.channel-card-grid .category-card-text,body .channel-card-grid.channel-page-grid .channel-card-text{left:5px !important;right:5px !important;bottom:6px !important;padding:0 !important}body .category-card-grid.category-compact-grid .category-card-text h3,body .category-card-grid.category-index-compact-grid .category-card-text h3,body .category-card-grid.channel-card-grid .category-card-text h3,body .channel-card-grid.channel-page-grid .channel-card-text h3{font-size:11px !important;line-height:1.1 !important;margin:0 0 2px !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important}body .category-card-grid.category-compact-grid .category-card-text p,body .category-card-grid.category-index-compact-grid .category-card-text p,body .category-card-grid.channel-card-grid .category-card-text p,body .channel-card-grid.channel-page-grid .channel-card-text p{font-size:9.5px !important;line-height:1.05 !important;margin:0 !important}body .category-card-grid.category-compact-grid .category-card-placeholder,body .category-card-grid.category-index-compact-grid .category-card-placeholder,body .category-card-grid.channel-card-grid .category-card-placeholder,body .channel-card-grid.channel-page-grid .category-card-placeholder{font-size:22px !important}}@media only screen and (max-width:360px){body .category-card-grid.category-compact-grid,body .category-card-grid.category-index-compact-grid,body .category-card-grid.channel-card-grid,body .channel-card-grid.channel-page-grid,body .channel-page-grid.category-card-grid,body .category-card-grid.channel-page-grid.channel-card-grid,body .category-card-grid.category-compact-grid.category-index-compact-grid{gap:6px !important}body .category-card-grid.category-compact-grid .category-card-text h3,body .category-card-grid.category-index-compact-grid .category-card-text h3,body .category-card-grid.channel-card-grid .category-card-text h3,body .channel-card-grid.channel-page-grid .channel-card-text h3{font-size:10px !important}}@media only screen and (max-width:780px){body.home .video-grid,body.blog .video-grid,body.home .source-video-grid,body.blog .source-video-grid,body.home #videoGrid,body.blog #videoGrid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important}body.home .video-card,body.blog .video-card{min-width:0 !important}body.home .thumb-wrap,body.blog .thumb-wrap,body.home .video-card .thumb-wrap,body.blog .video-card .thumb-wrap{aspect-ratio:9 / 16 !important;border-radius:9px !important}body.home .card-title,body.blog .card-title{font-size:11px !important;line-height:1.15 !important;margin-top:5px !important;-webkit-line-clamp:2 !important}body.home .duration-badge,body.blog .duration-badge{right:4px !important;bottom:4px !important;padding:3px 4px !important;font-size:9px !important;border-radius:4px !important}}@media only screen and (max-width:360px){body.home .video-grid,body.blog .video-grid,body.home .source-video-grid,body.blog .source-video-grid,body.home #videoGrid,body.blog #videoGrid{gap:6px !important}body.home .card-title,body.blog .card-title{font-size:10px !important}}@media only screen and (max-width:780px){body.single .related-section .video-grid,body.single .related-grid,body.single .source-related-grid,body.single .source-watch-related-grid,body.single .source-watch-related #videoGrid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important}body.single .related-section .video-card,body.single .related-grid .video-card,body.single .source-watch-related-grid .video-card{min-width:0 !important}body.single .related-section .thumb-wrap,body.single .related-grid .thumb-wrap,body.single .source-watch-related-grid .thumb-wrap{aspect-ratio:9 / 16 !important;border-radius:9px !important}body.single .related-section .card-title,body.single .related-grid .card-title,body.single .source-watch-related-grid .card-title{font-size:11px !important;line-height:1.15 !important;margin-top:5px !important;-webkit-line-clamp:2 !important}body.single .related-section .duration-badge,body.single .related-grid .duration-badge,body.single .source-watch-related-grid .duration-badge{right:4px !important;bottom:4px !important;padding:3px 4px !important;font-size:9px !important;border-radius:4px !important}body.single .related-section h2,body.single .source-related-section h2{font-size:17px !important;margin-bottom:10px !important}}@media only screen and (max-width:360px){body.single .related-section .video-grid,body.single .related-grid,body.single .source-related-grid,body.single .source-watch-related-grid,body.single .source-watch-related #videoGrid{gap:6px !important}body.single .related-section .card-title,body.single .related-grid .card-title,body.single .source-watch-related-grid .card-title{font-size:10px !important}}.tag-text-chip,.tag-text-name,.tag-text-count{font-weight:400 !important}.tag-text-name{color:var(--text) !important;font-size:.88rem !important;letter-spacing:0 !important}.tag-text-count{min-width:26px !important;padding:4px 7px !important;font-size:.72rem !important;font-weight:400 !important;color:var(--muted) !important;background:rgba(127,127,127,.12) !important;border:1px solid var(--border) !important}.tag-text-chip:hover .tag-text-count{color:var(--text) !important}@media(max-width:780px){.tag-text-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:8px !important}.tag-text-chip{padding:9px 10px !important}.tag-text-name{font-size:.76rem !important}.tag-text-count{font-size:.64rem !important;padding:3px 6px !important;min-width:22px !important}}.single .source-watch-tags,.single .source-watch-tags .tag,.single .source-watch-tags .tag a,.single .term-row,.single .term-row a,.single .tags,.single .tags .tag,.single .tags .tag a{font-weight:400 !important}.single .source-watch-tags .tag a,.single .term-row a,.single .tags .tag a{letter-spacing:0 !important;text-transform:none !important}.screen-reader-text,.sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}.post-card-title a,.card-title a{display:block}@media (max-width:780px){.post-card-title a,.card-title a{min-height:44px;padding-top:6px;padding-bottom:6px;line-height:1.35}.post-card-meta{padding-top:4px;padding-bottom:4px}}.footer-adult-notice{max-width:var(--kvtube-content-width,1600px);margin:0 auto 18px;padding:18px 20px;border:1px solid color-mix(in srgb,var(--primary,#D90429) 34%,transparent);border-radius:16px;background:color-mix(in srgb,var(--surface,#151515) 92%,var(--primary,#D90429) 8%);color:var(--text,#fff);text-align:center}.footer-adult-notice-title{margin:0 0 8px;font-size:1rem;line-height:1.35;font-weight:700}.footer-adult-notice-text{max-width:920px;margin:0 auto;color:var(--muted,#a1a1aa);font-size:.92rem;line-height:1.55}.footer-adult-notice-text p{margin:0 0 8px}.footer-adult-notice-text p:last-child{margin-bottom:0}@media (max-width:780px){.footer-adult-notice{margin:0 12px 16px;padding:14px 12px;border-radius:12px}.footer-adult-notice-title{font-size:.95rem}.footer-adult-notice-text{font-size:.84rem;line-height:1.5}}.post-card-meta{align-items:flex-start}.post-card-info{min-width:0;width:100%}.post-card-title,.video-card .post-card-title,.source-home-grid .post-card-title{white-space:normal !important;overflow:visible !important;text-overflow:clip !important;display:block !important;-webkit-line-clamp:unset !important;-webkit-box-orient:initial !important;min-height:auto;max-height:none;line-height:1.32;word-break:normal;overflow-wrap:anywhere}.post-card-title a,.video-card .post-card-title a,.source-home-grid .post-card-title a{display:block !important;white-space:normal !important;overflow:visible !important;text-overflow:clip !important;min-height:0;padding-top:0;padding-bottom:0}@media (max-width:780px){.post-card-title,.video-card .post-card-title,.source-home-grid .post-card-title{font-size:.74rem;line-height:1.25}.post-card-title a,.video-card .post-card-title a,.source-home-grid .post-card-title a{min-height:0;padding-top:0;padding-bottom:0}}body.kvtube-card-title-nowrap .post-card-title,body.kvtube-card-title-nowrap .video-card .post-card-title,body.kvtube-card-title-nowrap .source-home-grid .post-card-title{white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;display:block !important;max-width:100%}body.kvtube-card-title-nowrap .post-card-title a,body.kvtube-card-title-nowrap .video-card .post-card-title a,body.kvtube-card-title-nowrap .source-home-grid .post-card-title a{white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;display:block !important;max-width:100%}body.kvtube-card-title-wrap .post-card-title,body.kvtube-card-title-wrap .video-card .post-card-title,body.kvtube-card-title-wrap .source-home-grid .post-card-title{white-space:normal !important;overflow:visible !important;text-overflow:clip !important;overflow-wrap:anywhere}@media (max-width:780px){body.category .video-grid,body.tag .video-grid,body.tax-channel .video-grid,body.post-type-archive .video-grid,body.archive:not(.search-results) .video-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important}body.category .video-grid .thumb-wrap,body.tag .video-grid .thumb-wrap,body.tax-channel .video-grid .thumb-wrap,body.post-type-archive .video-grid .thumb-wrap,body.archive:not(.search-results) .video-grid .thumb-wrap{aspect-ratio:9 / 16 !important;border-radius:8px}body.category .video-grid .thumb-img,body.tag .video-grid .thumb-img,body.tax-channel .video-grid .thumb-img,body.post-type-archive .video-grid .thumb-img,body.archive:not(.search-results) .video-grid .thumb-img{border-radius:8px;object-fit:cover !important}body.category .video-grid .post-card-title,body.tag .video-grid .post-card-title,body.tax-channel .video-grid .post-card-title,body.post-type-archive .video-grid .post-card-title,body.archive:not(.search-results) .video-grid .post-card-title{font-size:.7rem;line-height:1.25}}@media (max-width:420px){body.category .video-grid,body.tag .video-grid,body.tax-channel .video-grid,body.post-type-archive .video-grid,body.archive:not(.search-results) .video-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:7px !important}}.category-card-text h2,.channel-card-text h2,.category-card-title{margin:0;font-size:1.18rem;line-height:1.1;font-weight:800;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:inherit}@media (max-width:560px){.category-card-text h2,.channel-card-text h2,.category-card-title{font-size:1rem}}