:root{--ez-css-file-vertical-feed-player: "VerticalFeedPlayer.css"}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;height:100dvh;overflow:hidden;background:var(--vf-bg,#000)}#vertical-feed-root{width:100%;height:100%}.vf-container{position:relative;width:100%;height:100%;height:100dvh;overflow:hidden}.vf-slide{position:absolute;top:0;left:0;width:100%;height:100%;height:100dvh;will-change:transform}.vf-video-wrapper{position:relative;width:100%;height:100%;height:100dvh;display:flex;align-items:center;justify-content:center;background:var(--vf-bg,#000)}.vf-video-wrapper .video-js{width:100%!important;height:100%!important}.vf-video-wrapper .video-js video{object-fit:cover}.vf-fit-contain .video-js video{object-fit:contain}.vf-spinner{position:absolute;top:50%;left:50%;width:36px;height:36px;margin:-18px 0 0 -18px;border:3px solid #ffffff4d;border-top-color:var(--vf-text,#fff);border-radius:50%;animation:vf-spin .8s linear infinite;z-index:5;display:none}.vf-loading .vf-spinner{display:block}@keyframes vf-spin{to{transform:rotate(360deg)}}.vf-chrome{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10}.vf-chrome-top{position:absolute;top:12px;left:12px;right:12px;display:flex;justify-content:space-between;pointer-events:auto}.vf-chrome-bottom{position:absolute;bottom:16px;left:12px;right:12px;pointer-events:auto}.vf-btn{background:#00000080;border:none;color:var(--vf-text,#fff);width:36px;height:36px;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.vf-title{color:var(--vf-text,#fff);font:600 14px/1.3 -apple-system,BlinkMacSystemFont,sans-serif;text-shadow:0 1px 3px #000000b2;margin-bottom:8px;max-height:2.6em;overflow:hidden}.vf-dots{position:absolute;right:6px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:4px;z-index:11;pointer-events:none}.vf-dot{width:6px;height:6px;border-radius:50%;background:#fff6}.vf-dot.active{background:var(--vf-text,#fff);width:8px;height:8px}.vf-progress{height:3px;background:#fff3;border-radius:2px;overflow:hidden}.vf-progress-bar{height:100%;background:var(--vf-text,#fff);width:0%;transition:width .25s linear}.vf-play-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0000004d;cursor:pointer;z-index:10}.vf-play-overlay svg{width:64px;height:64px;padding:16px;border-radius:50%;background:#0009}.vf-fs-exit{position:fixed;top:16px;right:16px;z-index:9999;width:44px;height:44px;font-size:24px}.vf-progress-vertical{position:absolute;bottom:0;left:0;right:0;height:3px;background:#fff3;border-radius:0;overflow:hidden;z-index:11;pointer-events:none}.vf-progress-vbar{height:100%;width:0%;background:var(--vf-text,#fff);border-radius:2px;transition:width .25s linear}@supports(-webkit-touch-callout:none){html.vf-fullscreen,html.vf-fullscreen body{position:fixed;inset:0;overflow:hidden;overscroll-behavior:none;touch-action:pan-y}}.vf-channel-badge{position:fixed;bottom:16px;left:12px;width:40px;height:40px;border-radius:50%;background:#00000080;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;font-weight:700;font-size:18px;overflow:hidden;z-index:20;border:2px solid #ffffff4d}.vf-channel-badge img{width:100%;height:100%;object-fit:cover}.vf-actions{position:fixed;right:12px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:18px;z-index:20}.vf-btn{background:0 0;border:none;cursor:pointer;padding:6px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s}.vf-btn:active{background:#ffffff26}.vf-close{display:none}.vf-poster-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.vf-act-active svg{fill:#ff4081}