.vh-page{background-color:#f4f7fb;color:#1e293b;font-family:inherit;padding-bottom:60px}.vh-page *{box-sizing:border-box}.vh-hero-header{background:linear-gradient(135deg,#0b1f3a,#11283c,#1e78c2);color:#fff;padding:40px 0 50px;position:relative;overflow:hidden}.vh-hero-header:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fe7c3a26,#1e78c200 70%);border-radius:50%;pointer-events:none}.vh-hero-header .vh-header-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);padding:6px 16px;border-radius:30px;font-size:13px;font-weight:600;color:#ffd200;margin-bottom:14px;letter-spacing:.5px;text-transform:uppercase}.vh-hero-header .vh-header-badge svg{width:16px;height:16px;fill:currentColor}.vh-hero-header .vh-header-title{font-size:32px;font-weight:800;margin:0 0 12px;line-height:1.25;color:#fff}@media (min-width: 768px){.vh-hero-header .vh-header-title{font-size:40px}}.vh-hero-header .vh-header-title span{background:linear-gradient(90deg,#ffd200,#ff844b);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.vh-hero-header .vh-header-desc{font-size:15px;color:#ffffffd9;max-width:650px;margin:0;line-height:1.6}@media (min-width: 768px){.vh-hero-header .vh-header-desc{font-size:16px}}.vh-spotlight-section{margin-top:-30px;margin-bottom:45px;position:relative;z-index:2}.vh-spotlight-section .vh-spotlight-grid{display:grid;grid-template-columns:1fr;gap:20px;background:#0f172a;border-radius:20px;padding:20px;box-shadow:0 20px 40px -15px #0f172a59;border:1px solid rgba(255,255,255,.08)}@media (min-width: 992px){.vh-spotlight-section .vh-spotlight-grid{grid-template-columns:1.85fr 1fr;padding:24px;gap:24px}}.vh-spotlight-section .vh-main-player{position:relative;border-radius:14px;overflow:hidden;background:#000;aspect-ratio:16/9;cursor:pointer;box-shadow:0 10px 30px #00000080}.vh-spotlight-section .vh-main-player img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.vh-spotlight-section .vh-main-player:hover img{transform:scale(1.04)}.vh-spotlight-section .vh-main-player .vh-player-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000026,#0000004d,#000000e6);display:flex;flex-direction:column;justify-content:space-between;padding:20px;transition:background .3s ease}.vh-spotlight-section .vh-main-player:hover .vh-player-overlay{background:linear-gradient(180deg,#0000001a,#0003 40%,#000000f2)}.vh-spotlight-section .vh-main-player .vh-top-tags{display:flex;align-items:center;gap:8px}.vh-spotlight-section .vh-main-player .vh-badge-live{display:inline-flex;align-items:center;gap:6px;background:#e60000;color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;padding:4px 10px;border-radius:20px;letter-spacing:.5px;animation:vh-pulse 2s infinite}.vh-spotlight-section .vh-main-player .vh-badge-live:before{content:"";width:6px;height:6px;border-radius:50%;background:#fff}.vh-spotlight-section .vh-main-player .vh-duration-tag{background:#000000a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:12px;font-weight:600;padding:4px 8px;border-radius:6px}.vh-spotlight-section .vh-main-player .vh-play-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:#1e78c2e6;border:3px solid rgba(255,255,255,.85);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 0 30px #1e78c2cc;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.vh-spotlight-section .vh-main-player .vh-play-center svg{width:24px;height:24px;margin-left:3px;fill:currentColor}@media (min-width: 768px){.vh-spotlight-section .vh-main-player .vh-play-center{width:74px;height:74px}.vh-spotlight-section .vh-main-player .vh-play-center svg{width:28px;height:28px}}.vh-spotlight-section .vh-main-player:hover .vh-play-center{transform:translate(-50%,-50%) scale(1.15);background:#ff844b;box-shadow:0 0 35px #ff844be6}.vh-spotlight-section .vh-main-player .vh-bottom-info .vh-spotlight-title{color:#fff;font-size:18px;font-weight:700;margin:0 0 8px;line-height:1.35;text-shadow:0 2px 4px rgba(0,0,0,.6)}@media (min-width: 768px){.vh-spotlight-section .vh-main-player .vh-bottom-info .vh-spotlight-title{font-size:22px}}.vh-spotlight-section .vh-main-player .vh-bottom-info .vh-spotlight-meta{display:flex;align-items:center;gap:12px;font-size:13px;color:#ffffffb3}.vh-spotlight-section .vh-main-player .vh-bottom-info .vh-spotlight-meta .vh-cat-name{color:#ffd200;font-weight:600}.vh-spotlight-section .vh-playlist-side{display:flex;flex-direction:column}.vh-spotlight-section .vh-playlist-side .vh-side-heading{color:#fff;font-size:16px;font-weight:700;margin:0 0 14px;display:flex;align-items:center;gap:8px}.vh-spotlight-section .vh-playlist-side .vh-side-heading svg{width:18px;height:18px;fill:#ffd200}.vh-spotlight-section .vh-playlist-side .vh-side-list{display:flex;flex-direction:column;gap:10px;flex:1;justify-content:space-between}.vh-spotlight-section .vh-playlist-side .vh-side-item{display:flex;gap:12px;padding:10px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);cursor:pointer;transition:all .25s ease}.vh-spotlight-section .vh-playlist-side .vh-side-item:hover{background:#ffffff1a;border-color:#1e78c280;transform:translate(4px)}.vh-spotlight-section .vh-playlist-side .vh-side-item .vh-side-thumb{position:relative;width:110px;height:68px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#000}.vh-spotlight-section .vh-playlist-side .vh-side-item .vh-side-thumb img{width:100%;height:100%;object-fit:cover}.vh-spotlight-section .vh-playlist-side .vh-side-item .vh-side-thumb .vh-mini-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000059;opacity:.8;transition:opacity .2s ease}.vh-spotlight-section .vh-playlist-side .vh-side-item .vh-side-thumb .vh-mini-play svg{width:20px;height:20px;fill:#fff}.vh-spotlight-section .vh-playlist-side .vh-side-item .vh-side-thumb .vh-mini-duration{position:absolute;bottom:3px;right:3px;background:#000000bf;color:#fff;font-size:10px;padding:1px 4px;border-radius:4px}.vh-spotlight-section .vh-playlist-side .vh-side-item .vh-side-details{display:flex;flex-direction:column;justify-content:center;overflow:hidden}.vh-spotlight-section .vh-playlist-side .vh-side-item .vh-side-details .vh-side-title{color:#f1f5f9;font-size:13px;font-weight:600;line-height:1.35;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vh-spotlight-section .vh-playlist-side .vh-side-item .vh-side-details .vh-side-meta{font-size:11px;color:#94a3b8;display:flex;align-items:center;gap:8px}.vh-shorts-section{margin-bottom:45px;background:#fff;border-radius:20px;padding:24px 20px 30px;box-shadow:0 4px 20px #0000000a;border:1px solid #e2e8f0}@media (min-width: 768px){.vh-shorts-section{padding:30px 28px 36px}}.vh-shorts-section .vh-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.vh-shorts-section .vh-section-head .vh-head-left{display:flex;align-items:center;gap:12px}.vh-shorts-section .vh-section-head .vh-head-left .vh-tiktok-icon{width:38px;height:38px;border-radius:10px;background:#000;display:flex;align-items:center;justify-content:center;color:#fff}.vh-shorts-section .vh-section-head .vh-head-left .vh-tiktok-icon svg{width:22px;height:22px;fill:currentColor}.vh-shorts-section .vh-section-head .vh-head-left .vh-head-title{font-size:20px;font-weight:800;color:#0f172a;margin:0}@media (min-width: 768px){.vh-shorts-section .vh-section-head .vh-head-left .vh-head-title{font-size:24px}}.vh-shorts-section .vh-section-head .vh-head-left .vh-head-sub{font-size:13px;color:#64748b;margin:2px 0 0}.vh-shorts-section .vh-section-head .vh-swiper-nav{display:flex;gap:8px}.vh-shorts-section .vh-section-head .vh-swiper-nav .vh-nav-btn{width:36px;height:36px;border-radius:50%;border:1px solid #cbd5e1;background:#fff;color:#334155;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.vh-shorts-section .vh-section-head .vh-swiper-nav .vh-nav-btn svg{width:16px;height:16px;fill:currentColor}.vh-shorts-section .vh-section-head .vh-swiper-nav .vh-nav-btn:hover{background:#1e78c2;border-color:#1e78c2;color:#fff}.vh-shorts-section .vh-section-head .vh-swiper-nav .vh-nav-btn.swiper-button-disabled{opacity:.35;pointer-events:none}.vh-shorts-section .vh-short-card{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:9/16;background:#0f172a;cursor:pointer;box-shadow:0 8px 18px #00000014;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease}.vh-shorts-section .vh-short-card:hover{transform:translateY(-6px);box-shadow:0 16px 28px #1e78c233}.vh-shorts-section .vh-short-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.vh-shorts-section .vh-short-card:hover img{transform:scale(1.05)}.vh-shorts-section .vh-short-card .vh-short-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(0,0,0,.2) 0%,transparent 40%,rgba(0,0,0,.85) 100%);display:flex;flex-direction:column;justify-content:space-between;padding:14px}.vh-shorts-section .vh-short-card .vh-short-top{display:flex;justify-content:space-between;align-items:center}.vh-shorts-section .vh-short-card .vh-short-top .vh-badge-tag{background:#fe7c3ae6;color:#fff;font-size:10px;font-weight:700;padding:3px 8px;border-radius:12px;text-transform:uppercase}.vh-shorts-section .vh-short-card .vh-short-top .vh-source-badge{width:26px;height:26px;border-radius:50%;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;color:#fff}.vh-shorts-section .vh-short-card .vh-short-top .vh-source-badge svg{width:14px;height:14px;fill:currentColor}.vh-shorts-section .vh-short-card .vh-short-play-btn{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);width:46px;height:46px;border-radius:50%;background:#ffffffe6;color:#1e78c2;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0000004d;opacity:.9;transition:all .25s ease}.vh-shorts-section .vh-short-card .vh-short-play-btn svg{width:18px;height:18px;margin-left:2px;fill:currentColor}.vh-shorts-section .vh-short-card:hover .vh-short-play-btn{opacity:1;transform:translate(-50%,-50%) scale(1.15);background:#ffd200;color:#0f172a}.vh-shorts-section .vh-short-card .vh-short-bottom .vh-short-title{color:#fff;font-size:13px;font-weight:700;line-height:1.35;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-shadow:0 1px 3px rgba(0,0,0,.8)}.vh-shorts-section .vh-short-card .vh-short-bottom .vh-short-meta{display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#fffc}.vh-shorts-section .vh-short-card .vh-short-bottom .vh-short-meta .vh-short-duration{display:inline-flex;align-items:center;gap:4px}.vh-shorts-section .vh-short-card .vh-short-bottom .vh-short-meta .vh-short-duration svg{width:12px;height:12px;fill:currentColor}.vh-filter-section{margin-bottom:30px}.vh-filter-section .vh-filter-wrapper{display:flex;flex-direction:column;gap:16px;background:#fff;padding:16px 20px;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 15px #00000005}@media (min-width: 992px){.vh-filter-section .vh-filter-wrapper{flex-direction:row;align-items:center;justify-content:space-between}}.vh-filter-section .vh-category-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.vh-filter-section .vh-category-tabs::-webkit-scrollbar{display:none}.vh-filter-section .vh-category-tabs .vh-tab-item{white-space:nowrap;padding:8px 18px;border-radius:30px;font-size:13px;font-weight:600;background:#f1f5f9;color:#475569;border:1px solid transparent;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:6px}.vh-filter-section .vh-category-tabs .vh-tab-item:hover{background:#e2e8f0;color:#1e293b}.vh-filter-section .vh-category-tabs .vh-tab-item.is-active{background:#1e78c2;color:#fff;box-shadow:0 4px 12px #1e78c24d}.vh-filter-section .vh-category-tabs .vh-tab-item .vh-tab-count{font-size:11px;background:#00000014;padding:2px 6px;border-radius:10px}.vh-filter-section .vh-category-tabs .vh-tab-item.is-active .vh-tab-count{background:#ffffff40;color:#fff}.vh-filter-section .vh-filter-tools{display:flex;align-items:center;gap:10px}.vh-filter-section .vh-filter-tools .vh-search-box{position:relative;flex:1}.vh-filter-section .vh-filter-tools .vh-search-box input{width:100%;min-width:220px;height:38px;background:#f8fafc;border:1px solid #cbd5e1;border-radius:30px;padding:0 16px 0 38px;font-size:13px;color:#1e293b;transition:all .2s ease}.vh-filter-section .vh-filter-tools .vh-search-box input:focus{outline:none;background:#fff;border-color:#1e78c2;box-shadow:0 0 0 3px #1e78c226}.vh-filter-section .vh-filter-tools .vh-search-box svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:15px;height:15px;fill:#94a3b8;pointer-events:none}.vh-filter-section .vh-filter-tools .vh-ratio-select{height:38px;border-radius:30px;border:1px solid #cbd5e1;background:#f8fafc;padding:0 14px;font-size:13px;color:#334155;font-weight:500;cursor:pointer}.vh-filter-section .vh-filter-tools .vh-ratio-select:focus{outline:none;border-color:#1e78c2}.vh-gallery-section .vh-video-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:20px}@media (min-width: 576px){.vh-gallery-section .vh-video-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.vh-gallery-section .vh-video-grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media (min-width: 1200px){.vh-gallery-section .vh-video-grid{grid-template-columns:repeat(3,1fr)}}.vh-gallery-section .vh-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 4px 15px #00000008;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.vh-gallery-section .vh-card:hover{transform:translateY(-4px);box-shadow:0 12px 25px #00000014}.vh-gallery-section .vh-card .vh-card-media{position:relative;aspect-ratio:16/9;background:#0f172a;overflow:hidden;cursor:pointer}.vh-gallery-section .vh-card .vh-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.vh-gallery-section .vh-card .vh-card-media:hover img{transform:scale(1.05)}.vh-gallery-section .vh-card .vh-card-media .vh-card-badges{position:absolute;top:10px;left:10px;display:flex;gap:6px}.vh-gallery-section .vh-card .vh-card-media .vh-badge-cat{background:#1e78c2e6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px}.vh-gallery-section .vh-card .vh-card-media .vh-badge-custom{background:#fe7c3a;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px}.vh-gallery-section .vh-card .vh-card-media .vh-card-duration{position:absolute;bottom:8px;right:8px;background:#000000bf;color:#fff;font-size:11px;font-weight:600;padding:2px 6px;border-radius:4px}.vh-gallery-section .vh-card .vh-card-media .vh-card-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0003;opacity:0;transition:opacity .25s ease}.vh-gallery-section .vh-card .vh-card-media .vh-card-play .vh-play-circle{width:50px;height:50px;border-radius:50%;background:#1e78c2f2;color:#fff;display:flex;align-items:center;justify-content:center;transform:scale(.8);transition:transform .25s ease}.vh-gallery-section .vh-card .vh-card-media .vh-card-play .vh-play-circle svg{width:20px;height:20px;margin-left:2px;fill:currentColor}.vh-gallery-section .vh-card .vh-card-media:hover .vh-card-play{opacity:1}.vh-gallery-section .vh-card .vh-card-media:hover .vh-card-play .vh-play-circle{transform:scale(1)}.vh-gallery-section .vh-card .vh-card-body{padding:16px;display:flex;flex-direction:column;flex:1}.vh-gallery-section .vh-card .vh-card-body .vh-card-title{font-size:15px;font-weight:700;color:#0f172a;line-height:1.4;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;cursor:pointer;transition:color .2s ease}.vh-gallery-section .vh-card .vh-card-body .vh-card-title:hover{color:#1e78c2}.vh-gallery-section .vh-card .vh-card-body .vh-card-desc{font-size:13px;color:#64748b;line-height:1.5;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vh-gallery-section .vh-card .vh-card-body .vh-related-prod{margin-top:auto;padding-top:12px;border-top:1px dashed #e2e8f0;display:flex;align-items:center;justify-content:space-between;gap:10px}.vh-gallery-section .vh-card .vh-card-body .vh-related-prod .vh-prod-info{display:flex;align-items:center;gap:8px;overflow:hidden}.vh-gallery-section .vh-card .vh-card-body .vh-related-prod .vh-prod-info img{width:32px;height:32px;object-fit:cover;border-radius:6px;background:#f1f5f9;flex-shrink:0}.vh-gallery-section .vh-card .vh-card-body .vh-related-prod .vh-prod-info .vh-prod-name{font-size:12px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vh-gallery-section .vh-card .vh-card-body .vh-related-prod .vh-prod-btn{font-size:11px;font-weight:700;color:#1e78c2;background:#eff6ff;padding:4px 10px;border-radius:20px;text-decoration:none;white-space:nowrap;transition:all .2s ease}.vh-gallery-section .vh-card .vh-card-body .vh-related-prod .vh-prod-btn:hover{background:#1e78c2;color:#fff}.vh-gallery-section .vh-empty-state{grid-column:1/-1;text-align:center;padding:60px 20px;background:#fff;border-radius:16px;border:1px dashed #cbd5e1}.vh-gallery-section .vh-empty-state svg{width:48px;height:48px;fill:#94a3b8;margin-bottom:12px}.vh-gallery-section .vh-empty-state h4{font-size:18px;font-weight:700;color:#334155;margin:0 0 6px}.vh-gallery-section .vh-empty-state p{font-size:14px;color:#64748b;margin:0}.vh-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:16px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.vh-modal.is-open{opacity:1;visibility:visible}.vh-modal .vh-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0b0f19e0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer}.vh-modal .vh-modal-close{position:absolute;top:20px;right:20px;width:44px;height:44px;border-radius:50%;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease}.vh-modal .vh-modal-close svg{width:20px;height:20px;fill:currentColor}.vh-modal .vh-modal-close:hover{background:#e60000;border-color:#e60000;transform:rotate(90deg)}.vh-modal .vh-modal-container{position:relative;z-index:5;width:100%;max-width:960px;background:#0f172a;border-radius:20px;overflow:hidden;box-shadow:0 25px 60px #000000b3;border:1px solid rgba(255,255,255,.1);transform:scale(.92);transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.vh-modal .vh-modal-container.is-horizontal{max-width:960px}.vh-modal .vh-modal-container.is-horizontal .vh-modal-frame{aspect-ratio:16/9}.vh-modal .vh-modal-container.is-vertical{max-width:420px}.vh-modal .vh-modal-container.is-vertical .vh-modal-frame{aspect-ratio:9/16;max-height:80vh}.vh-modal.is-open .vh-modal-container{transform:scale(1)}.vh-modal .vh-modal-frame{width:100%;background:#000;position:relative;display:flex;align-items:center;justify-content:center}.vh-modal .vh-modal-frame iframe,.vh-modal .vh-modal-frame video{width:100%;height:100%;border:0;display:block}.vh-modal .vh-modal-footer{padding:16px 20px;background:#0b1322;display:flex;align-items:center;justify-content:space-between;gap:16px}.vh-modal .vh-modal-footer .vh-modal-title{color:#fff;font-size:15px;font-weight:700;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vh-modal .vh-modal-footer .vh-modal-prod-link{display:inline-flex;align-items:center;gap:6px;background:#1e78c2;color:#fff;font-size:12px;font-weight:700;padding:6px 14px;border-radius:20px;text-decoration:none;white-space:nowrap;transition:background .2s ease}.vh-modal .vh-modal-footer .vh-modal-prod-link:hover{background:#fe7c3a}@keyframes vh-pulse{0%{box-shadow:0 0 #e60000b3}70%{box-shadow:0 0 0 8px #e6000000}to{box-shadow:0 0 #e6000000}}
