:root{--vmx-red:#ff0033;--vmx-text:#0f0f0f;--vmx-muted:#606060;--vmx-line:#e8e8e8;--vmx-bg:#fff;--vmx-soft:#f7f7f7;--vmx-chip:#f1f1f1;--vmx-shadow:0 10px 35px rgba(0,0,0,.08);--vmx-radius:4px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--vmx-bg);color:var(--vmx-text);font-family:Arial,"Helvetica Neue",sans-serif;font-size:14px}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.vmx-topbar{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--vmx-line)}.vmx-top-inner{height:66px;display:flex;align-items:center;gap:16px;padding:0 24px}.vmx-menu-btn,.vmx-icon-btn{border:0;background:transparent;width:40px;height:40px;display:grid;place-items:center;border-radius:4px;cursor:pointer}.vmx-menu-btn:hover,.vmx-icon-btn:hover{background:var(--vmx-soft)}.vmx-logo{display:flex;align-items:center;gap:9px;min-width:170px}.vmx-logo-badge{width:34px;height:24px;border-radius:4px;background:linear-gradient(135deg,var(--vmx-red),#ff6b00);color:#fff;display:grid;place-items:center;box-shadow:0 4px 12px rgba(255,0,51,.22)}.vmx-logo-badge svg{width:20px;height:20px;color:#fff}.vmx-logo-badge .vmx-svg-trending path{stroke:#fff}.vmx-logo-badge .vmx-svg-trending path[fill]{fill:#fff;stroke:none}.vmx-logo strong,.vmx-footer strong{font-size:24px;letter-spacing:-.8px}.vmx-logo span,.vmx-footer span{color:var(--vmx-red)}.vmx-search{height:44px;max-width:760px;flex:1;margin:auto;display:flex;border:1px solid #ddd;border-radius:4px;overflow:hidden;background:#fafafa}.vmx-search input{border:0;background:transparent;outline:0;flex:1;padding:0 18px;font-size:15px}.vmx-search button{width:58px;border:0;border-left:1px solid #ddd;background:#f8f8f8;cursor:pointer}.vmx-upload{font-weight:800;border:1px solid #ddd;padding:10px 16px;border-radius:4px;background:#fff;display:inline-flex;align-items:center;gap:8px}.vmx-upload:hover{border-color:var(--vmx-red);color:var(--vmx-red)}.vmx-user{width:38px;height:38px;border-radius:4px;background:#f1f1f1;display:grid;place-items:center}.vmx-app{display:flex}.vmx-left-sidebar{width:250px;flex:0 0 250px;border-right:1px solid var(--vmx-line);height:calc(100vh - 66px);position:sticky;top:66px;overflow:auto;background:#fff;padding:14px}.vmx-main{flex:1;min-width:0;padding:18px 24px 38px}.vmx-side-nav a{display:flex;align-items:center;gap:17px;padding:12px 14px;border-radius:4px;font-size:15px}.vmx-side-nav a:hover,.vmx-side-nav a.active{background:#f1f1f1}.vmx-side-nav a.active{color:var(--vmx-red);font-weight:800}.vmx-nav-title{font-size:12px;text-transform:uppercase;color:var(--vmx-muted);letter-spacing:.5px;margin:18px 8px 8px;border-top:1px solid var(--vmx-line);padding-top:16px}.vmx-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;max-width:1680px;margin:0 auto}.vmx-content{min-width:0}.vmx-right-sidebar{position:sticky;top:84px;align-self:start}.vmx-widget{border:1px solid var(--vmx-line);border-radius:4px;padding:18px;background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.03);margin-bottom:16px}.vmx-widget h3{margin:0 0 14px;display:flex;align-items:center;gap:8px;font-size:20px}.vmx-chips{display:flex;gap:12px;overflow:auto;padding:0 0 18px;white-space:nowrap}.vmx-chips a{background:var(--vmx-chip);padding:11px 20px;border-radius:4px;font-weight:800}.vmx-chips a.active,.vmx-chips a:hover{background:var(--vmx-red);color:#fff}.vmx-hero-row{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:16px;padding-bottom:24px;border-bottom:1px solid var(--vmx-line)}.vmx-hero-row .is-large{grid-row:span 2}.vmx-video-card{min-width:0}.vmx-thumb{display:block;position:relative;overflow:hidden;border-radius:4px;background:#eee;aspect-ratio:16/9;box-shadow:0 2px 12px rgba(0,0,0,.05)}.vmx-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.vmx-video-card:hover .vmx-thumb img{transform:scale(1.04)}.vmx-duration{position:absolute;right:8px;bottom:8px;background:rgba(0,0,0,.78);color:#fff;font-size:12px;font-weight:800;padding:4px 6px;border-radius:4px}.vmx-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:4px;background:rgba(0,0,0,.48);color:#fff;display:grid;place-items:center;opacity:0;transition:.2s}.is-large .vmx-play,.vmx-video-card:hover .vmx-play{opacity:1}.vmx-card-body{display:flex;gap:12px;padding:12px 0 0;position:relative}.vmx-avatar{width:34px;height:34px;border-radius:4px;background:linear-gradient(135deg,#111,#777);color:#fff;display:grid;place-items:center;font-weight:800;flex:0 0 auto}.vmx-avatar.big{width:54px;height:54px;font-size:20px}.vmx-card-text{min-width:0}.vmx-card-text h3{font-size:16px;line-height:1.35;margin:0 0 7px;font-weight:800;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.is-large .vmx-card-text h3{font-size:21px}.vmx-card-text p{margin:3px 0;color:var(--vmx-muted);line-height:1.35}.vmx-check{color:#1683ff;display:inline-flex;vertical-align:-2px;margin-left:3px}.vmx-check svg{width:14px;height:14px;fill:#1683ff;stroke:#fff;stroke-width:2.4px}.vmx-meta-dot{display:inline-flex;vertical-align:middle;color:var(--vmx-muted);margin:0 3px}.vmx-meta-dot svg{width:8px;height:8px}.vmx-cat-arrow{display:inline-flex;color:#777}.vmx-cat-arrow svg{width:20px;height:20px}.vmx-section{padding:22px 0;border-bottom:1px solid var(--vmx-line)}.vmx-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.vmx-section-head h2{margin:0;font-size:22px;display:flex;align-items:center;gap:10px}.vmx-section-head h2 svg{color:var(--vmx-red);fill:var(--vmx-red);stroke:var(--vmx-red)}.vmx-section-head a{font-weight:700;color:#333}.vmx-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.vmx-rank{font-size:18px;padding:8px 8px 0 0;color:#555}.vmx-widget .vmx-video-card{display:grid;grid-template-columns:92px 1fr;gap:10px;margin-bottom:14px}.vmx-widget .vmx-thumb{grid-row:1;aspect-ratio:16/9}.vmx-widget .vmx-card-body{padding:0;gap:6px}.vmx-widget .vmx-avatar{display:none}.vmx-widget .vmx-card-text h3{font-size:13px;-webkit-line-clamp:2}.vmx-widget .vmx-card-text p{font-size:12px}.vmx-cat-link{display:flex;align-items:center;justify-content:space-between;padding:13px 2px;border-bottom:1px solid #f0f0f0;font-weight:700}.vmx-cat-link span{font-size:24px;color:#777}.vmx-upload-cta{border:0;background:linear-gradient(135deg,#fff,#fff4f6);border:1px solid #ffdce3;border-radius:4px;padding:28px;margin-top:24px}.vmx-upload-cta h2{margin:0 0 8px;font-size:26px}.vmx-upload-cta p{color:var(--vmx-muted);max-width:700px}.vmx-upload-cta a,.vmx-channel-box button{display:inline-block;background:var(--vmx-red);color:#fff;border:0;border-radius:4px;padding:12px 22px;font-weight:900}.vmx-page-head{padding:12px 0 22px}.vmx-page-head h1{font-size:32px;margin:0}.vmx-archive-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.vmx-watch-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:28px;max-width:1580px;margin:0 auto}.vmx-player{background:#000;border-radius:4px;overflow:hidden;aspect-ratio:16/9;box-shadow:var(--vmx-shadow)}.vmx-player iframe,.vmx-player video,.vmx-player img{width:100%;height:100%;object-fit:cover}.vmx-empty-player{height:100%;display:grid;place-items:center;color:#fff}.vmx-empty-player svg{width:88px;height:88px;fill:#fff;stroke:none}.vmx-watch-main h1{font-size:28px;line-height:1.25;margin:18px 0 10px}.vmx-watch-meta{display:flex;gap:14px;flex-wrap:wrap;color:var(--vmx-muted);font-weight:700;border-bottom:1px solid var(--vmx-line);padding-bottom:14px}.vmx-channel-box{display:flex;align-items:center;gap:14px;padding:16px 0;border-bottom:1px solid var(--vmx-line)}.vmx-channel-box p{margin:3px 0;color:var(--vmx-muted)}.vmx-channel-box button{margin-left:auto}.vmx-description{margin-top:16px;background:#f5f5f5;padding:18px;border-radius:4px;font-size:16px;line-height:1.7}.vmx-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.vmx-tags a{background:#f2f2f2;padding:8px 12px;border-radius:4px}.vmx-watch-next .vmx-video-card{display:grid;grid-template-columns:160px 1fr;gap:12px;margin-bottom:14px}.vmx-watch-next .vmx-card-body{padding:0}.vmx-watch-next .vmx-avatar{display:none}.vmx-watch-next h3{font-size:22px;margin-top:0}.vmx-search-page{display:flex;max-width:650px}.vmx-search-page input{flex:1;padding:14px;border:1px solid #ddd;border-radius:4px}.vmx-search-page button{padding:0 22px;background:var(--vmx-red);color:#fff;border:0;border-radius:4px;font-weight:800}.vmx-footer{border-top:1px solid var(--vmx-line);padding:30px 24px;margin-left:250px;display:flex;justify-content:space-between;color:var(--vmx-muted)}.vmx-footer strong{color:#111}.vmx-mobile-drawer,.vmx-overlay{display:none}.vmx-submit-wrap{max-width:860px;margin:0 auto}.vmx-submit-form{display:grid;gap:16px;background:#fff;border:1px solid var(--vmx-line);border-radius:4px;padding:24px;box-shadow:var(--vmx-shadow)}.vmx-submit-form label{display:grid;gap:8px;font-weight:800}.vmx-submit-form input,.vmx-submit-form textarea{border:1px solid #ddd;border-radius:4px;padding:13px;font:inherit}.vmx-submit-form button{background:var(--vmx-red);color:#fff;border:0;border-radius:4px;padding:14px 22px;font-weight:900}.vmx-notice{background:#fff4f6;border:1px solid #ffd0d9;padding:12px;border-radius:4px}@media(max-width:1280px){.vmx-layout{grid-template-columns:1fr}.vmx-right-sidebar{display:none}.vmx-grid{grid-template-columns:repeat(3,1fr)}.vmx-hero-row{grid-template-columns:repeat(3,1fr)}.vmx-hero-row .is-large{grid-column:span 2}.vmx-watch-layout{grid-template-columns:1fr}.vmx-watch-next{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.vmx-watch-next h3{grid-column:1/-1}.vmx-watch-next .vmx-video-card{display:block}}@media(max-width:900px){.vmx-left-sidebar{display:none}.vmx-main{padding:12px}.vmx-footer{margin-left:0}.vmx-top-inner{padding:0 12px;gap:8px}.vmx-logo{min-width:auto}.vmx-logo strong{font-size:20px}.vmx-search{order:5;position:absolute;left:12px;right:12px;top:70px;display:none}.vmx-upload,.vmx-icon-btn{display:none}.vmx-layout{display:block;margin-top:0}.vmx-chips{padding-top:4px}.vmx-hero-row{display:block;border:0}.vmx-hero-row .vmx-video-card{margin-bottom:18px}.vmx-grid{grid-template-columns:repeat(2,1fr);gap:14px}.vmx-card-text h3{font-size:14px}.is-large .vmx-card-text h3{font-size:18px}.vmx-watch-main h1{font-size:22px}.vmx-watch-next{display:block}.vmx-watch-next .vmx-video-card{display:grid;grid-template-columns:140px 1fr}.vmx-mobile-drawer{display:block;position:fixed;z-index:1200;left:-82vw;top:0;width:82vw;height:100vh;background:#fff;transition:.25s;box-shadow:var(--vmx-shadow);overflow:auto;padding:12px}.vmx-drawer-open .vmx-mobile-drawer{left:0}.vmx-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:1100;opacity:0;pointer-events:none;transition:.2s}.vmx-drawer-open .vmx-overlay{opacity:1;pointer-events:auto}.vmx-drawer-head{height:56px;display:flex;align-items:center;justify-content:space-between}.vmx-close{border:0;background:#f1f1f1;border-radius:4px;width:42px;height:42px;display:grid;place-items:center;cursor:pointer}.vmx-close svg{width:22px;height:22px}}@media(max-width:560px){body{font-size:13px}.vmx-top-inner{height:58px}.vmx-main{padding:8px}.vmx-grid{grid-template-columns:1fr}.vmx-section{padding:18px 0}.vmx-section-head h2{font-size:19px}.vmx-thumb{border-radius:4px}.vmx-card-body{gap:9px}.vmx-avatar{width:30px;height:30px}.vmx-watch-next .vmx-video-card{grid-template-columns:130px 1fr}.vmx-player{border-radius:4px;margin:0 -8px}.vmx-description{font-size:15px;border-radius:4px}.vmx-footer{display:block;padding:22px 12px}.vmx-page-head h1{font-size:24px}}

.vmx-watch-later-btn{display:inline-flex;align-items:center;gap:7px;border:0;border-radius:4px;background:#f1f1f1;color:#0f0f0f;font-weight:700;padding:8px 13px;cursor:pointer}
.vmx-watch-later-btn .vmx-svg{width:17px;height:17px}
.vmx-watch-later-btn.is-saved{background:#0f0f0f;color:#fff}
.vmx-library-note{margin:0 0 14px;color:#666;font-size:14px}
.vmx-library-empty{padding:26px;border-radius:4px;background:#f7f7f7;font-weight:700;color:#555;text-align:center}
.vmx-library-grid .vmx-video-card[style*="display: none"]{display:none!important}
.vmx-side-nav{padding-top:8px}
.vmx-side-nav a.active{background:#f1f1f1;color:#0f0f0f;font-weight:800}
.vmx-side-nav a.active .vmx-svg{stroke-width:2.4}
@media(max-width:700px){.vmx-watch-later-btn{width:100%;justify-content:center;margin-top:8px}.vmx-watch-meta{gap:8px}}

.vmx-category-nav{position:relative}
.vmx-category-nav em{margin-left:auto;min-width:24px;height:22px;border-radius:4px;background:#f1f1f1;color:#666;font-style:normal;font-size:12px;font-weight:800;display:inline-grid;place-items:center;padding:0 7px}
.vmx-category-nav.active,.vmx-category-nav:hover{background:#f7f7f7;color:var(--vmx-red)}
.vmx-category-nav.active em,.vmx-category-nav:hover em{background:var(--vmx-red);color:#fff}
.vmx-category-nav .vmx-svg-folder{width:21px;height:21px}

.vmx-topics-widget h3 svg{color:var(--vmx-red);width:22px;height:22px}
.vmx-topic-list{display:flex;flex-wrap:wrap;gap:10px}
.vmx-topic-link{display:inline-flex;align-items:center;gap:8px;max-width:100%;background:#f7f7f7;border:1px solid #eeeeee;border-radius:4px;padding:9px 11px;font-weight:800;font-size:13px;line-height:1;color:#222;transition:.18s}
.vmx-topic-link span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.vmx-topic-link em{min-width:22px;height:20px;border-radius:4px;background:#fff;color:#777;font-style:normal;font-size:11px;display:inline-grid;place-items:center;padding:0 6px;border:1px solid #ececec}
.vmx-topic-link:hover{background:var(--vmx-red);border-color:var(--vmx-red);color:#fff}
.vmx-topic-link:hover em{background:#fff;color:var(--vmx-red);border-color:#fff}

/* Header clean actions: dark mode, language, notifications */
.vmx-header-actions{display:flex;align-items:center;gap:8px;margin-left:auto}
.vmx-header-btn{border:0;background:#f5f5f5;color:#111;min-width:42px;height:42px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;font-weight:800;position:relative;padding:0 12px}
.vmx-header-btn:hover{background:#ececec}
.vmx-header-btn .vmx-svg{width:20px;height:20px}
.vmx-lang-wrap{position:relative;display:inline-flex;align-items:center}
.vmx-lang-select{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}
.vmx-notify-wrap{position:relative}
.vmx-notify-badge{position:absolute;right:5px;top:4px;min-width:18px;height:18px;border-radius:4px;background:var(--vmx-red);color:#fff;font-size:11px;font-weight:900;display:grid;place-items:center;border:2px solid #fff;line-height:1}
.vmx-notify-panel{position:absolute;right:0;top:52px;width:360px;max-width:calc(100vw - 24px);background:#fff;border:1px solid var(--vmx-line);border-radius:4px;box-shadow:0 18px 60px rgba(0,0,0,.16);padding:12px;z-index:1400;display:none}
.vmx-notify-wrap.is-open .vmx-notify-panel{display:block}
.vmx-notify-head{display:flex;align-items:center;justify-content:space-between;padding:4px 4px 10px;border-bottom:1px solid #f0f0f0;margin-bottom:8px}
.vmx-notify-head strong{font-size:17px}
.vmx-notify-mark{border:0;background:#f2f2f2;border-radius:4px;padding:7px 10px;font-weight:800;cursor:pointer;color:#333}
.vmx-notify-item{display:grid;grid-template-columns:78px 1fr;gap:10px;padding:9px;border-radius:4px;align-items:center}
.vmx-notify-item:hover{background:#f7f7f7}
.vmx-notify-item img{width:78px;aspect-ratio:16/9;object-fit:cover;border-radius:4px;background:#eee}
.vmx-notify-item b{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:13px;line-height:1.35}
.vmx-notify-item em{display:block;margin-top:4px;font-style:normal;color:#777;font-size:12px;font-weight:700}
.vmx-notify-empty{margin:8px;padding:14px;background:#f7f7f7;border-radius:4px;color:#555;font-weight:700}
html.vmx-dark{--vmx-text:#f5f5f5;--vmx-muted:#aaa;--vmx-line:#262626;--vmx-bg:#0f0f0f;--vmx-soft:#202020;--vmx-chip:#252525}
html.vmx-dark body,html.vmx-dark .vmx-topbar,html.vmx-dark .vmx-left-sidebar,html.vmx-dark .vmx-widget,html.vmx-dark .vmx-mobile-drawer,html.vmx-dark .vmx-notify-panel{background:#0f0f0f;color:#f5f5f5;border-color:#262626}
html.vmx-dark .vmx-search,html.vmx-dark .vmx-search button,html.vmx-dark .vmx-header-btn,html.vmx-dark .vmx-notify-mark,html.vmx-dark .vmx-description,html.vmx-dark .vmx-topic-link,html.vmx-dark .vmx-category-nav em,html.vmx-dark .vmx-side-nav a:hover,html.vmx-dark .vmx-side-nav a.active{background:#202020;color:#f5f5f5;border-color:#2d2d2d}
html.vmx-dark input{color:#fff}
html.vmx-dark .vmx-footer strong{color:#fff}
html.vmx-dark .vmx-notify-item:hover{background:#1b1b1b}
html.vmx-dark .vmx-notify-badge{border-color:#0f0f0f}
html.vmx-dark .vmx-logo strong{color:#fff}
@media(max-width:900px){.vmx-header-actions{gap:5px}.vmx-lang-btn span{display:none}.vmx-header-btn{min-width:38px;height:38px;padding:0 9px}.vmx-notify-panel{right:-8px;top:48px}.vmx-search{display:none!important}}
@media(max-width:420px){.vmx-notify-panel{position:fixed;right:8px;left:8px;top:64px;width:auto;max-width:none}.vmx-logo strong{font-size:18px}.vmx-header-actions{gap:4px}.vmx-header-btn{min-width:36px;height:36px;padding:0 8px}}
.vmx-tags-discovery{background:linear-gradient(135deg,#fff,#fff7f8);border:1px solid #ffdce3}.vmx-tags-discovery .vmx-section-head{margin-bottom:8px}.vmx-tags-discovery p{margin:0 0 16px;color:var(--vmx-muted);max-width:760px}.vmx-cta-tags{display:flex;flex-wrap:wrap;gap:10px}.vmx-cta-tags a{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid #f0d5da;padding:10px 15px;border-radius:4px;font-weight:800;box-shadow:0 4px 14px rgba(0,0,0,.03)}.vmx-cta-tags a:hover,.vmx-cta-tags a.active{background:var(--vmx-red);border-color:var(--vmx-red);color:#fff}.vmx-cta-tags span{font-size:12px;min-width:22px;height:22px;border-radius:4px;background:#f4f4f4;color:#666;display:inline-grid;place-items:center;padding:0 6px}.vmx-cta-tags a:hover span,.vmx-cta-tags a.active span{background:rgba(255,255,255,.22);color:#fff}
/* v4.1.0 professional footer + legal/support pages */
.vmx-pro-footer{margin-left:250px;display:block;padding:0;border-top:1px solid var(--vmx-line);background:#101114;color:#d9d9d9}
.vmx-footer-inner{max-width:1680px;margin:0 auto;display:grid;grid-template-columns:300px minmax(0,1fr);gap:34px;padding:38px 24px 30px}
.vmx-footer-brand strong{display:block;color:#fff;font-size:28px;letter-spacing:-.8px;margin-bottom:10px}.vmx-footer-brand span{color:var(--vmx-red)}
.vmx-footer-brand p{margin:0 0 18px;color:#a9a9a9;line-height:1.6}.vmx-footer-top{display:inline-flex;border:1px solid rgba(255,255,255,.18);border-radius:4px;padding:10px 14px;color:#fff;font-weight:800}.vmx-footer-top:hover{background:var(--vmx-red);border-color:var(--vmx-red)}
.vmx-footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.vmx-footer-col h3{color:#fff;margin:0 0 13px;font-size:16px}.vmx-footer-col ul{list-style:none;margin:0;padding:0;display:grid;gap:9px}.vmx-footer-col a{color:#b8b8b8;font-size:14px;line-height:1.35}.vmx-footer-col a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}.vmx-footer-bottom{border-top:1px solid rgba(255,255,255,.09);padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:14px;max-width:1680px;margin:0 auto;color:#8f8f8f;font-size:13px}.vmx-footer-bottom p{margin:0}
.vmx-page-layout{max-width:1240px}.vmx-page-card{background:#fff;border:1px solid var(--vmx-line);border-radius:4px;padding:28px;box-shadow:0 8px 30px rgba(0,0,0,.04)}.vmx-legal-head{margin-bottom:18px;border-bottom:1px solid var(--vmx-line);padding-bottom:18px}.vmx-breadcrumb{font-size:13px;color:var(--vmx-muted);display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.vmx-breadcrumb a{font-weight:800;color:var(--vmx-red)}.vmx-page-content{font-size:16px;line-height:1.75;color:#242424}.vmx-page-content h2{font-size:24px;line-height:1.25;margin:26px 0 10px;color:#111}.vmx-page-content p{margin:0 0 14px}.vmx-page-content strong{color:#111}
html.vmx-dark .vmx-page-card{background:#0f0f0f;border-color:#262626;color:#f5f5f5}html.vmx-dark .vmx-page-content,html.vmx-dark .vmx-page-content h2,html.vmx-dark .vmx-page-content strong{color:#f5f5f5}html.vmx-dark .vmx-page-content p{color:#d2d2d2}
@media(max-width:1100px){.vmx-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vmx-footer-inner{grid-template-columns:1fr}.vmx-pro-footer{margin-left:0}}
@media(max-width:700px){.vmx-footer-inner{padding:28px 14px 22px;gap:24px}.vmx-footer-grid{grid-template-columns:1fr 1fr;gap:20px 14px}.vmx-footer-col a{font-size:13px}.vmx-footer-bottom{display:block;padding:14px}.vmx-footer-bottom p+p{margin-top:5px}.vmx-page-card{padding:18px;border-radius:4px}.vmx-page-content{font-size:15px}.vmx-page-content h2{font-size:20px}}
@media(max-width:420px){.vmx-footer-grid{grid-template-columns:1fr}}


/* v4.1.1 - Professional all-tags discovery section */
.vmx-tags-discovery{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#fff 0%,#fff7f8 55%,#fff 100%);
  border:1px solid #ffdce3;
  border-radius:4px;
  padding:26px;
  margin-top:26px;
  box-shadow:0 10px 34px rgba(255,0,51,.06);
}
.vmx-tags-discovery:before{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-90px;
  top:-110px;
  background:rgba(255,0,51,.08);
  border-radius:4px;
  pointer-events:none;
}
.vmx-tags-discovery .vmx-section-head{position:relative;margin-bottom:8px}
.vmx-tags-discovery .vmx-section-head h2{font-size:25px;letter-spacing:-.3px}
.vmx-tags-discovery p{position:relative;margin:0 0 18px;color:var(--vmx-muted);max-width:820px;line-height:1.6}
.vmx-tags-meta{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px;padding:12px 14px;background:rgba(255,255,255,.72);border:1px solid #ffe1e7;border-radius:4px}
.vmx-tags-meta span{display:inline-flex;align-items:center;gap:8px;font-weight:900;color:#222}
.vmx-tags-meta svg{width:18px;height:18px;color:var(--vmx-red)}
.vmx-tags-meta strong{background:var(--vmx-red);color:#fff;border-radius:4px;padding:6px 12px;font-size:12px;white-space:nowrap}
.vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid{position:relative;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;max-height:360px;overflow:auto;padding:2px 4px 4px 0;scrollbar-width:thin}
.vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid a.vmx-topic-pill{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;background:#fff;color:#171717;border:1px solid #f0d5da;border-radius:4px;padding:11px 12px;font-weight:850;box-shadow:0 4px 14px rgba(0,0,0,.035);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease}
.vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid a.vmx-topic-pill:hover,.vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid a.vmx-topic-pill.active{transform:translateY(-2px);background:var(--vmx-red);border-color:var(--vmx-red);color:#fff;box-shadow:0 10px 24px rgba(255,0,51,.18)}
.vmx-topic-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}
.vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid a.vmx-topic-pill em{font-style:normal;flex:0 0 auto;min-width:28px;height:24px;padding:0 7px;border-radius:4px;background:#f3f3f3;color:#606060;display:inline-grid;place-items:center;font-size:12px;font-weight:900}
.vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid a.vmx-topic-pill:hover em,.vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid a.vmx-topic-pill.active em{background:rgba(255,255,255,.24);color:#fff}
body.vmx-dark .vmx-tags-discovery{background:linear-gradient(135deg,#181818,#251318);border-color:#3a2228}
body.vmx-dark .vmx-tags-meta,body.vmx-dark .vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid a.vmx-topic-pill{background:#1f1f1f;border-color:#333;color:#f4f4f4}
body.vmx-dark .vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid a.vmx-topic-pill em{background:#2c2c2c;color:#cfcfcf}
@media(max-width:900px){.vmx-tags-discovery{padding:18px;border-radius:4px}.vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-height:340px}.vmx-tags-discovery .vmx-section-head h2{font-size:21px}}
@media(max-width:420px){.vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid{grid-template-columns:1fr}.vmx-tags-meta{align-items:flex-start;flex-direction:column}.vmx-tags-meta strong{align-self:flex-start}}

/* v4.1.2 - Tags discovery matches vmx-chips style without scrolling */
.vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid{
  position:relative!important;
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:12px!important;
  max-height:none!important;
  overflow:visible!important;
  padding:0!important;
  white-space:normal!important;
  scrollbar-width:auto!important;
}
.vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid a.vmx-topic-pill{
  width:auto!important;
  max-width:100%!important;
  min-width:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  background:var(--vmx-chip)!important;
  color:var(--vmx-text)!important;
  border:0!important;
  border-radius:4px;
  padding:11px 20px!important;
  font-weight:850!important;
  line-height:1!important;
  box-shadow:none!important;
  transform:none!important;
}
.vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid a.vmx-topic-pill:hover,
.vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid a.vmx-topic-pill.active{
  background:var(--vmx-red)!important;
  color:#fff!important;
  box-shadow:none!important;
  transform:none!important;
}
.vmx-tags-discovery .vmx-topic-name{
  display:inline-block!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  max-width:220px!important;
}
.vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid a.vmx-topic-pill em{
  flex:0 0 auto!important;
  min-width:22px!important;
  height:22px!important;
  padding:0 7px!important;
  border-radius:4px;
  background:rgba(0,0,0,.07)!important;
  color:inherit!important;
  font-size:11px!important;
  font-style:normal!important;
  font-weight:900!important;
  display:inline-grid!important;
  place-items:center!important;
}
.vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid a.vmx-topic-pill:hover em,
.vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid a.vmx-topic-pill.active em{
  background:rgba(255,255,255,.24)!important;
  color:#fff!important;
}
html.vmx-dark .vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid a.vmx-topic-pill,
body.vmx-dark .vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid a.vmx-topic-pill{
  background:var(--vmx-chip)!important;
  color:var(--vmx-text)!important;
  border:0!important;
}
html.vmx-dark .vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid a.vmx-topic-pill:hover,
html.vmx-dark .vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid a.vmx-topic-pill.active,
body.vmx-dark .vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid a.vmx-topic-pill:hover,
body.vmx-dark .vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid a.vmx-topic-pill.active{
  background:var(--vmx-red)!important;
  color:#fff!important;
}
@media(max-width:900px){
  .vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid{display:flex!important;flex-wrap:wrap!important;max-height:none!important;overflow:visible!important}
  .vmx-tags-discovery .vmx-cta-tags.vmx-all-tags-grid a.vmx-topic-pill{padding:10px 15px!important;font-size:13px!important}
  .vmx-tags-discovery .vmx-topic-name{max-width:150px!important}
}

/* v4.1.5 - 18+ Age Verification Gate */
html.vmx-age-locked, body.vmx-age-locked{overflow:hidden!important;}
.vmx-age-gate[hidden]{display:none!important;}
.vmx-age-gate{
  position:fixed;
  inset:0;
  z-index:999999;
  display:grid;
  place-items:center;
  padding:20px;
  background:rgba(5,5,8,.78);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
.vmx-age-card{
  width:min(520px,100%);
  background:linear-gradient(180deg,#fff,#fff7f8);
  color:#111;
  border-radius:4px;
  padding:34px 30px 28px;
  text-align:center;
  box-shadow:0 28px 90px rgba(0,0,0,.42);
  border:1px solid rgba(255,255,255,.75);
}
.vmx-age-badge{
  width:86px;
  height:86px;
  margin:0 auto 18px;
  display:grid;
  place-items:center;
  border-radius:4px;
  background:var(--vmx-red,#ff0033);
  color:#fff;
  font-size:28px;
  font-weight:950;
  letter-spacing:-1px;
  box-shadow:0 14px 36px rgba(255,0,51,.28);
}
.vmx-age-card h2{margin:0 0 12px;font-size:27px;line-height:1.18;letter-spacing:-.5px;}
.vmx-age-card p{margin:0 auto 22px;max-width:440px;color:#555;font-size:15px;line-height:1.65;}
.vmx-age-actions{display:flex;gap:12px;justify-content:center;align-items:center;flex-wrap:wrap;margin:0 0 18px;}
.vmx-age-actions button{border:0;border-radius:4px;padding:13px 20px;font-weight:900;cursor:pointer;font-size:14px;}
.vmx-age-enter{background:var(--vmx-red,#ff0033);color:#fff;min-width:190px;}
.vmx-age-exit{background:#111;color:#fff;min-width:110px;}
.vmx-age-links{display:flex;justify-content:center;gap:10px 16px;flex-wrap:wrap;margin:4px 0 16px;}
.vmx-age-links a{color:var(--vmx-red,#ff0033);font-weight:850;font-size:13px;text-decoration:none;}
.vmx-age-links a:hover{text-decoration:underline;}
.vmx-age-card small{display:block;color:#777;font-size:12px;line-height:1.5;}
html.vmx-dark .vmx-age-card, body.vmx-dark .vmx-age-card{background:linear-gradient(180deg,#191919,#111);color:#f7f7f7;border-color:#2b2b2b;}
html.vmx-dark .vmx-age-card p, body.vmx-dark .vmx-age-card p{color:#cfcfcf;}
html.vmx-dark .vmx-age-card small, body.vmx-dark .vmx-age-card small{color:#aaa;}
html.vmx-dark .vmx-age-exit, body.vmx-dark .vmx-age-exit{background:#2b2b2b;color:#fff;}
@media(max-width:560px){
  .vmx-age-card{border-radius:4px;padding:28px 20px 24px;}
  .vmx-age-card h2{font-size:23px;}
  .vmx-age-badge{width:74px;height:74px;font-size:24px;}
  .vmx-age-actions{flex-direction:column;}
  .vmx-age-actions button{width:100%;}
}

/* Horn18 v4.1.6 advanced single video page */
.vmx-watch-pro-layout{align-items:start}.vmx-watch-breadcrumb{display:flex;align-items:center;gap:8px;color:var(--vmx-muted);font-weight:800;margin:0 0 12px;font-size:13px}.vmx-watch-breadcrumb a{display:inline-flex;align-items:center;gap:6px}.vmx-watch-breadcrumb svg{width:16px;height:16px}.vmx-player-shell{position:relative}.vmx-pro-player{border-radius:4px;background:#000;position:relative}.vmx-player-tools{display:flex;gap:10px;justify-content:flex-end;margin:10px 0 0}.vmx-tool-btn,.vmx-action-btn{border:1px solid var(--vmx-line);background:#fff;color:var(--vmx-text);border-radius:4px;padding:10px 14px;font-weight:900;display:inline-flex;align-items:center;gap:8px;cursor:pointer;line-height:1}.vmx-tool-btn svg,.vmx-action-btn svg{width:17px;height:17px}.vmx-tool-btn:hover,.vmx-action-btn:hover,.vmx-action-btn.is-active,.vmx-watch-later-btn.is-saved{background:var(--vmx-red);border-color:var(--vmx-red);color:#fff}.vmx-watch-title{letter-spacing:-.45px}.vmx-watch-pro-meta{align-items:center;border-bottom:0;padding-bottom:0;margin-bottom:12px}.vmx-watch-pro-meta span{display:inline-flex;align-items:center;gap:6px}.vmx-watch-pro-meta svg{width:16px;height:16px}.vmx-watch-actions{display:flex;gap:10px;flex-wrap:wrap;padding:12px 0 16px;border-bottom:1px solid var(--vmx-line)}.vmx-pro-description{margin-top:18px}.vmx-description-head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:10px}.vmx-description-head strong{font-size:18px}.vmx-description-head span{font-size:12px;font-weight:900;color:var(--vmx-red);background:#fff;padding:7px 10px;border-radius:4px}.vmx-description-content>*:first-child{margin-top:0}.vmx-description-content>*:last-child{margin-bottom:0}.vmx-watch-tags-block{padding:18px 0;border-bottom:1px solid var(--vmx-line)}.vmx-watch-tags-block h2{margin:0 0 12px;font-size:20px;display:flex;align-items:center;gap:8px}.vmx-watch-tags-block h2 svg{width:20px;height:20px;color:var(--vmx-red)}.vmx-pro-tags a{font-weight:850;background:var(--vmx-chip)}.vmx-watch-legal-strip{display:flex;gap:10px;flex-wrap:wrap;background:#fff7f8;border:1px solid #ffd8df;border-radius:4px;padding:13px;margin:18px 0}.vmx-watch-legal-strip a{font-weight:900;color:var(--vmx-red);background:#fff;border:1px solid #ffe2e7;border-radius:4px;padding:9px 12px;font-size:13px}.vmx-more-section{padding-top:8px}.vmx-related-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.vmx-upnext-pro{padding-right:4px}.vmx-upnext-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 14px}.vmx-upnext-head h3{margin:0}.vmx-upnext-head span{font-size:12px;font-weight:900;color:var(--vmx-red);background:#fff0f3;border-radius:4px;padding:7px 10px}.vmx-upnext-pro .vmx-video-card{border-radius:4px;padding:8px}.vmx-upnext-pro .vmx-video-card:hover{background:var(--vmx-soft)}body.vmx-theater-mode .vmx-watch-pro-layout{display:block;max-width:1200px}body.vmx-theater-mode .vmx-upnext-pro{display:none}body.vmx-theater-mode .vmx-pro-player{border-radius:4px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.vmx-toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);background:#111;color:#fff;border-radius:4px;padding:11px 18px;font-weight:900;z-index:99999;box-shadow:0 10px 30px rgba(0,0,0,.25)}
html.vmx-dark .vmx-tool-btn,body.vmx-dark .vmx-tool-btn,html.vmx-dark .vmx-action-btn,body.vmx-dark .vmx-action-btn{background:#181818;border-color:#2a2a2a;color:#f4f4f4}html.vmx-dark .vmx-pro-description,body.vmx-dark .vmx-pro-description{background:#181818}html.vmx-dark .vmx-description-head span,body.vmx-dark .vmx-description-head span,html.vmx-dark .vmx-upnext-head span,body.vmx-dark .vmx-upnext-head span{background:#241014}html.vmx-dark .vmx-watch-legal-strip,body.vmx-dark .vmx-watch-legal-strip{background:#160d0f;border-color:#302025}html.vmx-dark .vmx-watch-legal-strip a,body.vmx-dark .vmx-watch-legal-strip a{background:#1f1f1f;border-color:#333}
@media(max-width:1280px){.vmx-upnext-pro{position:static;max-height:none;overflow:visible}.vmx-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.vmx-player-tools{justify-content:flex-start;overflow:auto;padding-bottom:2px}.vmx-watch-main h1,.vmx-watch-title{font-size:22px}.vmx-watch-actions{gap:8px}.vmx-action-btn,.vmx-tool-btn{padding:9px 12px;font-size:13px}.vmx-description-head{align-items:flex-start;flex-direction:column}.vmx-watch-legal-strip a{font-size:12px}.vmx-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}body.vmx-theater-mode .vmx-pro-player{margin-left:-12px;margin-right:-12px}}

/* v4.1.9 - Mobile UX optimization */
html,body{max-width:100%;overflow-x:hidden}
.vmx-main,.vmx-content,.vmx-layout,.vmx-watch-layout,.vmx-watch-main,.vmx-grid,.vmx-hero-row{min-width:0}
@media(max-width:900px){
  body{font-size:14px;-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility}
  .vmx-topbar{top:0;z-index:10000}
  .vmx-top-inner{height:56px;padding:0 10px;gap:6px;justify-content:space-between}
  .vmx-menu-btn{width:38px;height:38px;flex:0 0 38px}
  .vmx-logo{gap:7px;min-width:0;max-width:46vw;overflow:hidden}
  .vmx-logo-badge{width:30px;height:22px;border-radius:4px;flex:0 0 auto}
  .vmx-logo strong{font-size:18px;letter-spacing:-.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}
  .vmx-header-actions{margin-left:auto;display:flex;align-items:center;gap:4px;flex:0 0 auto}
  .vmx-header-btn,.vmx-icon-btn{min-width:36px;width:36px;height:36px;padding:0;border-radius:4px}
  .vmx-header-btn svg,.vmx-icon-btn svg,.vmx-menu-btn svg{width:20px;height:20px}
  .vmx-lang-btn span{display:none!important}
  .vmx-lang-select{max-width:42px;height:36px;opacity:.01;position:absolute;inset:0;cursor:pointer}
  .vmx-search{display:none!important}
  .vmx-main{padding:10px 10px 26px;width:100%}
  .vmx-layout{display:block;width:100%;max-width:100%}
  .vmx-chips{gap:8px;margin:0 -10px 8px;padding:0 10px 12px;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}
  .vmx-chips a{padding:9px 14px;font-size:13px;scroll-snap-align:start}
  .vmx-hero-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding-bottom:18px}
  .vmx-hero-row .is-large{grid-column:1/-1;grid-row:auto}
  .vmx-grid,.vmx-archive-grid,.vmx-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 10px!important}
  .vmx-section{padding:18px 0}
  .vmx-section-head{margin-bottom:12px;gap:10px;align-items:center}
  .vmx-section-head h2{font-size:19px;line-height:1.2;letter-spacing:-.2px}
  .vmx-section-head h2 svg{width:19px;height:19px}
  .vmx-section-head a{font-size:13px;white-space:nowrap}
  .vmx-thumb{border-radius:4px;box-shadow:none}
  .vmx-play{width:42px;height:42px;opacity:1;background:rgba(0,0,0,.42)}
  .vmx-play svg{width:18px;height:18px}
  .vmx-duration{right:6px;bottom:6px;font-size:11px;padding:3px 5px;border-radius:4px}
  .vmx-card-body{gap:8px;padding-top:8px}
  .vmx-avatar{width:28px;height:28px;font-size:12px;display:none}
  .is-large .vmx-avatar{display:grid;width:32px;height:32px}
  .vmx-card-text h3{font-size:13.5px;line-height:1.32;margin-bottom:4px;-webkit-line-clamp:2}
  .is-large .vmx-card-text h3{font-size:17px;line-height:1.3}
  .vmx-card-text p{font-size:12px;line-height:1.35;margin:2px 0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
  .vmx-page-head{padding:8px 0 16px}
  .vmx-page-head h1{font-size:24px;line-height:1.15}
  .vmx-mobile-drawer{position:fixed;top:0;left:0;bottom:0;width:min(82vw,330px);display:block;background:#fff;z-index:10002;transform:translateX(-105%);transition:transform .24s ease;overflow:auto;padding-bottom:24px;box-shadow:20px 0 60px rgba(0,0,0,.18)}
  body.vmx-drawer-open .vmx-mobile-drawer{transform:translateX(0)}
  .vmx-overlay{position:fixed;inset:0;display:none;background:rgba(0,0,0,.42);z-index:10001}
  body.vmx-drawer-open .vmx-overlay{display:block}
  .vmx-drawer-head{height:58px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px;border-bottom:1px solid var(--vmx-line);position:sticky;top:0;background:inherit;z-index:1}
  .vmx-close{border:0;background:var(--vmx-soft);border-radius:4px;width:36px;height:36px;display:grid;place-items:center;color:inherit}
  .vmx-mobile-drawer .vmx-side-nav{padding:10px}
  .vmx-mobile-drawer .vmx-side-nav a{padding:12px;border-radius:4px;font-size:15px;gap:12px}
  .vmx-mobile-drawer .vmx-nav-title{margin:14px 8px 8px;padding-top:12px}
  .vmx-notify-panel{position:fixed!important;top:60px!important;left:8px!important;right:8px!important;width:auto!important;max-width:none!important;border-radius:4px;max-height:70vh;overflow:auto}
  .vmx-notify-item{grid-template-columns:74px 1fr}
  .vmx-notify-item img{width:74px}
  .vmx-pro-footer{margin-left:0!important}
  .vmx-footer-inner{padding:28px 14px 20px!important;gap:22px!important}
  .vmx-footer-grid{grid-template-columns:1fr 1fr!important;gap:20px 14px!important}
  .vmx-footer-brand strong{font-size:24px!important}
  .vmx-footer-bottom{padding:14px!important;display:block!important;line-height:1.55}
  .vmx-page-card{padding:18px;border-radius:4px}
}
@media(max-width:760px){
  .vmx-watch-layout,.vmx-watch-pro-layout{display:block;width:100%;max-width:100%}
  .vmx-watch-breadcrumb{font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:10px}
  .vmx-player,.vmx-pro-player{border-radius:4px;margin-left:-10px;margin-right:-10px;width:calc(100% + 20px);box-shadow:none}
  .vmx-player iframe,.vmx-player video{display:block}
  .vmx-player-tools{margin:9px -2px 0;display:flex;gap:8px;overflow-x:auto;padding:0 2px 4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .vmx-player-tools::-webkit-scrollbar{display:none}
  .vmx-tool-btn,.vmx-action-btn{padding:9px 11px;font-size:12.5px;white-space:nowrap;min-height:38px}
  .vmx-watch-main h1,.vmx-watch-title{font-size:21px!important;line-height:1.28;margin:14px 0 9px;letter-spacing:-.25px}
  .vmx-watch-meta,.vmx-watch-pro-meta{gap:8px 12px;font-size:12px;line-height:1.35;margin-bottom:10px}
  .vmx-description,.vmx-pro-description{font-size:15px;line-height:1.65;padding:14px;border-radius:4px;margin-top:14px}
  .vmx-description-head strong{font-size:16px}
  .vmx-description-head span{font-size:11px;padding:6px 9px}
  .vmx-watch-tags-block{padding:16px 0}
  .vmx-tags,.vmx-pro-tags{gap:7px;margin-top:10px}
  .vmx-tags a,.vmx-pro-tags a{padding:7px 10px;font-size:12.5px}
  .vmx-watch-legal-strip{margin:14px 0;padding:10px;gap:8px;border-radius:4px}
  .vmx-watch-legal-strip a{font-size:11.5px;padding:8px 10px}
  .vmx-upnext-pro{display:block!important;position:static!important;max-height:none!important;overflow:visible!important;margin-top:20px}
  .vmx-upnext-head h3{font-size:20px}
  .vmx-upnext-pro .vmx-video-card{display:grid!important;grid-template-columns:132px minmax(0,1fr)!important;gap:10px!important;padding:8px 0!important;margin-bottom:8px!important;border-bottom:1px solid var(--vmx-line)}
  .vmx-upnext-pro .vmx-thumb{aspect-ratio:16/9;border-radius:4px}
  .vmx-upnext-pro .vmx-card-body{padding:0!important;display:block!important}
  .vmx-upnext-pro .vmx-card-text h3{font-size:13px!important;line-height:1.3!important}
  .vmx-upnext-pro .vmx-card-text p{font-size:11.5px!important}
  .vmx-more-section .vmx-grid,.vmx-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 10px!important}
}
@media(max-width:480px){
  .vmx-top-inner{height:54px;padding:0 8px}
  .vmx-logo{max-width:40vw}
  .vmx-logo strong{font-size:17px}
  .vmx-header-btn,.vmx-menu-btn{width:34px;height:34px;min-width:34px}
  .vmx-main{padding:8px 8px 24px}
  .vmx-chips{margin-left:-8px;margin-right:-8px;padding-left:8px;padding-right:8px}
  .vmx-hero-row,.vmx-grid,.vmx-archive-grid,.vmx-related-grid{gap:12px 8px!important}
  .vmx-card-text h3{font-size:12.8px}
  .is-large .vmx-card-text h3{font-size:16px}
  .vmx-section-head h2{font-size:18px}
  .vmx-watch-main h1,.vmx-watch-title{font-size:20px!important}
  .vmx-player,.vmx-pro-player{margin-left:-8px;margin-right:-8px;width:calc(100% + 16px)}
  .vmx-upnext-pro .vmx-video-card{grid-template-columns:122px minmax(0,1fr)!important}
  .vmx-footer-grid{grid-template-columns:1fr!important}
}
@media(max-width:360px){
  .vmx-grid,.vmx-archive-grid,.vmx-related-grid{grid-template-columns:1fr!important}
  .vmx-hero-row{grid-template-columns:1fr!important}
  .vmx-upnext-pro .vmx-video-card{grid-template-columns:112px minmax(0,1fr)!important}
  .vmx-logo strong{font-size:15px}
}

/* Horn18 v4.2.1 creator SVG avatars */
.vmx-avatar-photo{overflow:hidden;background:transparent;padding:0}
.vmx-avatar-img{width:100%;height:100%;border-radius:4px;object-fit:cover;display:block;background:#f4f4f4}
.vmx-channel-box .vmx-avatar-photo{width:54px;height:54px;flex:0 0 54px}

/* v4.2.4: Trending logo badge + removed single video player tools */
.vmx-logo-badge{background:linear-gradient(135deg,var(--vmx-red),#ff6b00);box-shadow:0 4px 12px rgba(255,0,51,.22)}
.vmx-logo-badge .vmx-svg-trending{width:20px;height:20px;color:#fff}
.vmx-logo-badge .vmx-svg-trending path{stroke:#fff}
.vmx-logo-badge .vmx-svg-trending path[fill]{fill:#fff;stroke:none}
.vmx-player-tools{display:none!important}

/* Horn18 v4.2.5 - Premium compact watch actions */
.vmx-watch-actions{
  display:flex!important;
  align-items:center;
  gap:7px!important;
  flex-wrap:wrap!important;
  overflow:visible!important;
  margin:6px 0 12px!important;
  padding:8px 0 12px!important;
  border-bottom:1px solid var(--vmx-line)!important;
}
.vmx-watch-actions .vmx-action-btn{
  min-height:34px;
  padding:7px 10px!important;
  border-radius:4px!important;
  font-size:12.5px!important;
  font-weight:850!important;
  letter-spacing:-.1px;
  line-height:1!important;
  border-color:rgba(229,9,20,.18)!important;
  background:linear-gradient(180deg,#fff,#fff7f8)!important;
  color:var(--vmx-text)!important;
  box-shadow:0 4px 12px rgba(0,0,0,.04)!important;
  white-space:nowrap;
}
.vmx-watch-actions .vmx-action-btn svg{
  width:15px!important;
  height:15px!important;
  color:var(--vmx-red)!important;
  flex:0 0 auto;
}
.vmx-watch-actions .vmx-action-btn b{
  font-size:11px;
  font-weight:950;
  min-width:18px;
  height:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 5px;
  border-radius:4px;
  background:rgba(229,9,20,.10);
  color:var(--vmx-red);
}
.vmx-watch-actions .vmx-action-btn:hover,
.vmx-watch-actions .vmx-action-btn.is-active,
.vmx-watch-actions .vmx-watch-later-btn.is-saved{
  background:var(--vmx-red)!important;
  border-color:var(--vmx-red)!important;
  color:#fff!important;
  box-shadow:0 6px 16px rgba(229,9,20,.20)!important;
  transform:translateY(-1px);
}
.vmx-watch-actions .vmx-action-btn:hover svg,
.vmx-watch-actions .vmx-action-btn.is-active svg,
.vmx-watch-actions .vmx-watch-later-btn.is-saved svg,
.vmx-watch-actions .vmx-action-btn:hover b,
.vmx-watch-actions .vmx-action-btn.is-active b{
  color:#fff!important;
}
.vmx-watch-actions .vmx-action-btn:hover b,
.vmx-watch-actions .vmx-action-btn.is-active b{
  background:rgba(255,255,255,.20);
}
html.vmx-dark .vmx-watch-actions .vmx-action-btn,
body.vmx-dark .vmx-watch-actions .vmx-action-btn{
  background:linear-gradient(180deg,#1b1b1b,#141414)!important;
  border-color:#2c2c2c!important;
  color:#f4f4f4!important;
  box-shadow:none!important;
}
html.vmx-dark .vmx-watch-actions .vmx-action-btn b,
body.vmx-dark .vmx-watch-actions .vmx-action-btn b{
  background:rgba(229,9,20,.18);
}
@media(max-width:760px){
  .vmx-watch-actions{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:7px!important;
    margin:4px 0 12px!important;
    padding:8px 0 12px!important;
  }
  .vmx-watch-actions .vmx-action-btn{
    justify-content:center;
    width:100%;
    min-width:0;
    padding:8px 7px!important;
    font-size:11.5px!important;
    gap:5px!important;
  }
  .vmx-watch-actions .vmx-action-btn svg{width:14px!important;height:14px!important;}
}
@media(max-width:390px){
  .vmx-watch-actions{grid-template-columns:repeat(2,minmax(0,1fr));}
}

/* Horn18 v4.2.6 - report removed, 4 compact action buttons */
.vmx-watch-actions [href="#vmx-report-video"]{display:none!important}
.vmx-watch-actions .vmx-action-btn{cursor:pointer}
@media(max-width:760px){.vmx-watch-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}

/* v4.2.7 refinements */
.vmx-logo-badge{
  border-radius:2px!important;
  width:34px;
  height:24px;
  background:linear-gradient(135deg,var(--vmx-red),#ff6b00)!important;
  color:#fff!important;
}
.vmx-logo-badge .vmx-svg-trending,
.vmx-logo-badge svg{
  width:20px!important;
  height:20px!important;
  color:#fff!important;
}
.vmx-logo-badge .vmx-svg-trending path{stroke:#fff!important;}
.vmx-logo-badge .vmx-svg-trending path[fill]{fill:#fff!important;stroke:none!important;}
.vmx-play{
  border-radius:0!important;
}
.vmx-app{
  align-items:stretch;
}
.vmx-left-sidebar{
  position:relative!important;
  top:auto!important;
  height:auto!important;
  min-height:calc(100vh - 66px)!important;
  align-self:stretch!important;
  overflow:visible!important;
}
@media(max-width:900px){
  .vmx-left-sidebar{display:none!important;}
}


/* Horn18 v4.2.8 - requested badge/play/sidebar fixes */
.vmx-logo-badge{
  border-radius:6px!important;
}
.vmx-play{
  border-radius:999px!important;
}
@media(min-width:901px){
  .vmx-app{
    display:block!important;
  }
  .vmx-left-sidebar{
    position:fixed!important;
    left:0!important;
    top:66px!important;
    bottom:0!important;
    width:250px!important;
    height:auto!important;
    min-height:0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    z-index:900!important;
    align-self:auto!important;
  }
  .vmx-main{
    margin-left:250px!important;
    width:calc(100% - 250px)!important;
  }
  .vmx-footer{
    margin-left:250px!important;
  }
}
@media(max-width:900px){
  .vmx-main{margin-left:0!important;width:auto!important;}
}

/* Horn18 v4.2.9 - premium sticky header, no overlap */
:root{--vmx-header-h:66px;}
body{padding-top:var(--vmx-header-h)!important;}
.vmx-topbar{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:99999!important;
  background:rgba(255,255,255,.94)!important;
  -webkit-backdrop-filter:saturate(180%) blur(16px);
  backdrop-filter:saturate(180%) blur(16px);
  box-shadow:0 2px 18px rgba(0,0,0,.08)!important;
  border-bottom:1px solid rgba(0,0,0,.08)!important;
}
.vmx-top-inner{height:var(--vmx-header-h)!important;}
.admin-bar .vmx-topbar{top:32px!important;}
.admin-bar{--vmx-adminbar-h:32px;}
@media(min-width:901px){
  .vmx-left-sidebar{top:var(--vmx-header-h)!important;height:calc(100vh - var(--vmx-header-h))!important;}
  .admin-bar .vmx-left-sidebar{top:calc(var(--vmx-header-h) + 32px)!important;height:calc(100vh - var(--vmx-header-h) - 32px)!important;}
  .vmx-right-sidebar,.vmx-upnext-pro{top:calc(var(--vmx-header-h) + 18px)!important;}
}
html.vmx-dark .vmx-topbar,body.vmx-dark .vmx-topbar{
  background:rgba(15,15,15,.94)!important;
  border-bottom-color:rgba(255,255,255,.10)!important;
  box-shadow:0 2px 18px rgba(0,0,0,.35)!important;
}
@media(max-width:900px){
  :root{--vmx-header-h:56px;}
  body{padding-top:var(--vmx-header-h)!important;}
  .vmx-topbar{z-index:99999!important;}
  .vmx-top-inner{height:var(--vmx-header-h)!important;}
  .admin-bar .vmx-topbar{top:46px!important;}
  .vmx-mobile-drawer{top:0!important;z-index:100000!important;}
  .vmx-overlay{z-index:99998!important;}
}
@media(max-width:782px){.admin-bar .vmx-topbar{top:46px!important;}}

/* v4.3.0: Fill single-video right column with recommended videos below Up Next */
.vmx-upnext-pro{
  scrollbar-width:thin;
}
.vmx-upnext-block,
.vmx-recommended-block{
  background:#fff;
  border:1px solid var(--vmx-line);
  border-radius:4px;
  padding:12px;
  margin-bottom:16px;
  box-shadow:0 4px 18px rgba(0,0,0,.035);
}
.vmx-recommended-block{
  margin-top:14px;
}
.vmx-recommended-block .vmx-upnext-head span{
  background:#fff0f3;
  color:var(--vmx-red);
}
.vmx-upnext-pro .vmx-video-card:last-child{
  margin-bottom:0;
}
@media(max-width:1280px){
  .vmx-upnext-block,.vmx-recommended-block{
    padding:10px;
    margin-bottom:14px;
  }
}
@media(max-width:760px){
  .vmx-upnext-block,.vmx-recommended-block{
    border:0;
    border-top:1px solid var(--vmx-line);
    border-radius:0;
    box-shadow:none;
    padding:14px 0;
  }
}
body.vmx-dark .vmx-upnext-block,
body.vmx-dark .vmx-recommended-block{
  background:#151515;
}

/* v4.3.2: Correct placement - Recommended is below the vmx-watch-next/vmx-upnext-pro block, not inside it */
@media(min-width:1281px){
  .vmx-watch-sidecol{
    position:sticky;
    top:calc(var(--vmx-header-h, 66px) + 18px);
    max-height:calc(100vh - var(--vmx-header-h, 66px) - 28px);
    overflow:auto;
    padding-right:4px;
    scrollbar-width:thin;
  }
  .vmx-watch-sidecol .vmx-upnext-pro{
    position:static!important;
    top:auto!important;
    max-height:none!important;
    overflow:visible!important;
    padding-right:0!important;
  }
  .admin-bar .vmx-watch-sidecol{
    top:calc(var(--vmx-header-h, 66px) + 50px);
    max-height:calc(100vh - var(--vmx-header-h, 66px) - 60px);
  }
}
.vmx-watch-sidecol .vmx-recommended-block{
  margin-top:16px;
}
body.vmx-theater-mode .vmx-watch-sidecol{display:none;}
@media(max-width:1280px){
  .vmx-watch-sidecol{position:static;max-height:none;overflow:visible;padding-right:0;}
  .vmx-watch-sidecol .vmx-upnext-pro{position:static!important;max-height:none!important;overflow:visible!important;}
}

/* v4.3.2: Only Up Next playlist scrolls; sidebar/recommended stays normal */
@media(min-width:1281px){
  .vmx-watch-sidecol{
    position:static!important;
    top:auto!important;
    max-height:none!important;
    overflow:visible!important;
    padding-right:0!important;
  }
  .vmx-watch-sidecol .vmx-upnext-pro{
    position:static!important;
    top:auto!important;
    max-height:none!important;
    overflow:visible!important;
    padding-right:0!important;
  }
  .vmx-upnext-block{
    position:relative!important;
    overflow:hidden!important;
  }
  .vmx-upnext-list{
    max-height:520px;
    overflow-y:auto;
    overflow-x:hidden;
    padding-right:4px;
    scrollbar-width:thin;
  }
  .vmx-recommended-block{
    position:static!important;
    overflow:visible!important;
  }
}
@media(max-width:1280px){
  .vmx-upnext-list{
    max-height:none!important;
    overflow:visible!important;
    padding-right:0!important;
  }
}
body.vmx-theater-mode .vmx-upnext-list{max-height:none;overflow:visible;}


/* Horn18 v4.3.3 - controlled More videos infinite status */
.vmx-infinite-status{margin:18px auto 4px;text-align:center;font-size:13px;font-weight:900;color:var(--vmx-muted);background:var(--vmx-soft);border:1px solid var(--vmx-line);border-radius:4px;padding:10px 14px;max-width:260px}
.vmx-infinite-status.is-done{opacity:.75}
.vmx-infinite-sentinel{width:100%;height:1px}


/* Horn18 v4.3.4 - cleanup/stability hardening without visual redesign */
html,body{max-width:100%;overflow-x:hidden;}
.vmx-topbar,.vmx-main,.vmx-page,.vmx-content,.vmx-watch-main,.vmx-watch-sidecol,.vmx-grid,.vmx-related-grid{min-width:0;}
.vmx-video-card,.vmx-thumb,.vmx-watch-actions,.vmx-notify-panel,.vmx-chips{max-width:100%;}
.vmx-upnext-block{overflow:hidden!important;}
.vmx-upnext-list{overscroll-behavior:contain;}
.vmx-watch-sidecol,.vmx-recommended-block{overscroll-behavior:auto;}
img,iframe,video{max-width:100%;}

/* v4.4.6: mobile one-line legal strip */
@media (max-width: 760px){
  .vmx-watch-legal-strip{
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    gap:6px !important;
    padding:8px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    white-space:nowrap !important;
  }
  .vmx-watch-legal-strip::-webkit-scrollbar{display:none;}
  .vmx-watch-legal-strip a{
    flex:0 0 auto !important;
    white-space:nowrap !important;
    font-size:10.5px !important;
    line-height:1 !important;
    padding:7px 8px !important;
  }
}

/* Horn18 v4.4.7 - compact one-line watch actions with SVG-only like/dislike/share */
.vmx-watch-actions{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex-wrap:nowrap!important;
  overflow:visible!important;
  white-space:nowrap!important;
}
.vmx-watch-actions .vmx-icon-action{
  width:36px!important;
  min-width:36px!important;
  height:36px!important;
  padding:0!important;
  justify-content:center!important;
  border-radius:4px!important;
}
.vmx-watch-actions .vmx-icon-action svg{
  width:17px!important;
  height:17px!important;
  margin:0!important;
}
.vmx-watch-actions .vmx-icon-action b{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
}
.vmx-watch-actions .vmx-watch-later-btn{
  min-width:auto!important;
  width:auto!important;
  max-width:150px!important;
  flex:0 1 auto!important;
  justify-content:center!important;
  gap:6px!important;
}
.vmx-watch-actions .vmx-watch-later-btn span{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
@media(max-width:760px){
  .vmx-watch-actions{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:6px!important;
    overflow:hidden!important;
    padding:7px 0 10px!important;
  }
  .vmx-watch-actions .vmx-icon-action{
    width:32px!important;
    min-width:32px!important;
    height:32px!important;
  }
  .vmx-watch-actions .vmx-icon-action svg{width:15px!important;height:15px!important;}
  .vmx-watch-actions .vmx-watch-later-btn{
    height:32px!important;
    min-height:32px!important;
    max-width:124px!important;
    padding:0 9px!important;
    font-size:11.5px!important;
  }
}

/* v4.5.1: Single video right sidebar dark mode compatibility */
html.vmx-dark .vmx-watch-sidecol,
body.vmx-dark .vmx-watch-sidecol,
html.vmx-dark .vmx-watch-next,
body.vmx-dark .vmx-watch-next,
html.vmx-dark .vmx-upnext-pro,
body.vmx-dark .vmx-upnext-pro,
html.vmx-dark .vmx-upnext-block,
body.vmx-dark .vmx-upnext-block,
html.vmx-dark .vmx-recommended-block,
body.vmx-dark .vmx-recommended-block{
  background:#0f0f0f!important;
  color:#f5f5f5!important;
  border-color:#262626!important;
}
html.vmx-dark .vmx-watch-sidecol .vmx-video-card,
body.vmx-dark .vmx-watch-sidecol .vmx-video-card,
html.vmx-dark .vmx-upnext-pro .vmx-video-card,
body.vmx-dark .vmx-upnext-pro .vmx-video-card,
html.vmx-dark .vmx-recommended-block .vmx-video-card,
body.vmx-dark .vmx-recommended-block .vmx-video-card{
  background:#151515!important;
  border-color:#262626!important;
  color:#f5f5f5!important;
}
html.vmx-dark .vmx-watch-sidecol .vmx-video-card:hover,
body.vmx-dark .vmx-watch-sidecol .vmx-video-card:hover,
html.vmx-dark .vmx-upnext-pro .vmx-video-card:hover,
body.vmx-dark .vmx-upnext-pro .vmx-video-card:hover,
html.vmx-dark .vmx-recommended-block .vmx-video-card:hover,
body.vmx-dark .vmx-recommended-block .vmx-video-card:hover{
  background:#202020!important;
}
html.vmx-dark .vmx-watch-sidecol h3,
body.vmx-dark .vmx-watch-sidecol h3,
html.vmx-dark .vmx-watch-sidecol .vmx-card-text h3,
body.vmx-dark .vmx-watch-sidecol .vmx-card-text h3{
  color:#f5f5f5!important;
}
html.vmx-dark .vmx-watch-sidecol .vmx-card-text p,
body.vmx-dark .vmx-watch-sidecol .vmx-card-text p,
html.vmx-dark .vmx-watch-sidecol .vmx-muted,
body.vmx-dark .vmx-watch-sidecol .vmx-muted{
  color:#aaa!important;
}
html.vmx-dark .vmx-watch-sidecol .vmx-thumb,
body.vmx-dark .vmx-watch-sidecol .vmx-thumb{
  background:#1b1b1b!important;
}
html.vmx-dark .vmx-upnext-head span,
body.vmx-dark .vmx-upnext-head span{
  background:#241014!important;
  color:var(--vmx-red)!important;
}

/* Horn18 v5.0.9 - mobile vmx-chips clean wrap fix */
@media (max-width: 900px){
  .vmx-chips{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    gap:8px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 12px!important;
    padding:0!important;
    overflow:visible!important;
    overflow-x:visible!important;
    white-space:normal!important;
    scroll-snap-type:none!important;
    -webkit-overflow-scrolling:auto!important;
  }
  .vmx-chips a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 1 auto!important;
    max-width:100%!important;
    min-width:0!important;
    padding:9px 13px!important;
    border-radius:4px!important;
    font-size:13px!important;
    line-height:1.1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    scroll-snap-align:none!important;
  }
}
@media (max-width: 480px){
  .vmx-chips{
    gap:7px!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  .vmx-chips a{
    max-width:calc(50% - 4px)!important;
    padding:8px 10px!important;
    font-size:12.5px!important;
  }
}
@media (max-width: 340px){
  .vmx-chips a{max-width:100%!important;}
}

/* Horn18 v5.1.0 - video style watch breadcrumb */
.vmx-watch-breadcrumb{margin:0 0 12px;display:block;color:var(--vmx-muted);font-size:13px;font-weight:850;line-height:1.2;max-width:100%}
.vmx-watch-breadcrumb ol{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:7px;min-width:0;max-width:100%;white-space:nowrap;overflow:hidden}
.vmx-watch-breadcrumb li{display:inline-flex;align-items:center;min-width:0;flex:0 0 auto}
.vmx-watch-breadcrumb a{display:inline-flex;align-items:center;gap:6px;min-width:0;max-width:220px;color:var(--vmx-muted);background:var(--vmx-soft);border:1px solid var(--vmx-line);border-radius:4px;padding:7px 9px;text-decoration:none;transition:background .18s ease,color .18s ease,border-color .18s ease}
.vmx-watch-breadcrumb a:hover{color:var(--vmx-red);border-color:rgba(229,9,20,.28);background:#fff4f5}
.vmx-watch-breadcrumb a span,.vmx-bc-current span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.vmx-watch-breadcrumb svg{width:15px;height:15px;flex:0 0 auto}
.vmx-bc-sep{color:var(--vmx-muted);opacity:.65}
.vmx-bc-current{flex:1 1 auto;color:var(--vmx-text);font-weight:950;min-width:50px;overflow:hidden}
.vmx-bc-current span{max-width:100%}
body.vmx-dark .vmx-watch-breadcrumb a{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.12);color:rgba(255,255,255,.74)}
body.vmx-dark .vmx-watch-breadcrumb a:hover{background:rgba(229,9,20,.12);border-color:rgba(229,9,20,.35);color:#fff}
body.vmx-dark .vmx-bc-current{color:#fff}
@media (max-width: 768px){
  .vmx-watch-breadcrumb{font-size:12px;margin-bottom:10px;overflow:hidden}
  .vmx-watch-breadcrumb ol{gap:5px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:1px}
  .vmx-watch-breadcrumb ol::-webkit-scrollbar{display:none}
  .vmx-watch-breadcrumb a{padding:6px 8px;gap:5px;max-width:130px}
  .vmx-watch-breadcrumb svg{width:14px;height:14px}
  .vmx-bc-current{max-width:46vw;flex:0 1 auto}
}

/* VMX FIX: keep desktop Notifications dropdown inside viewport */
@media (min-width: 901px){
  .vmx-topbar,
  .vmx-top-inner,
  .vmx-header-actions,
  .vmx-notify-wrap{
    overflow: visible !important;
  }
  .vmx-header-actions{
    position: relative;
    min-width: 0;
    flex-shrink: 0;
  }
  .vmx-notify-wrap{
    position: relative;
    flex: 0 0 auto;
  }
  .vmx-notify-panel{
    position: fixed !important;
    top: 58px !important;
    right: 16px !important;
    left: auto !important;
    width: 360px !important;
    max-width: calc(100vw - 32px) !important;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    transform: none !important;
    z-index: 99999 !important;
  }
  .vmx-notify-panel *{
    box-sizing: border-box;
  }
  .vmx-notify-list{
    max-width: 100%;
    overflow: hidden;
  }
  .vmx-notify-item{
    max-width: 100%;
    min-width: 0;
  }
  .vmx-notify-item span,
  .vmx-notify-item b{
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
