: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:60px;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}.vf-reels-thumbnail{position:relative;width:100%;max-width:400px;aspect-ratio:9/16;border-radius:12px;overflow:hidden;cursor:pointer;background:#000}.vf-reels-poster{width:100%;height:100%;object-fit:cover;display:block}.vf-reels-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.vf-reels-overlay{position:fixed;inset:0;z-index:99999;background:#000;display:flex;align-items:stretch}.vf-reels-close{position:absolute;top:12px;right:12px;z-index:100001;background:#00000080;width:36px;height:36px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.vf-reels-viewport{position:relative;width:100%;height:100%}.vf-reels-viewport--desktop{max-width:56.25vh;margin:0 auto;height:100%}.vf-reels-overlay .vf-container{width:100%;height:100%}.vf-info-panel{position:absolute;z-index:100000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif}.vf-info-panel--desktop{top:0;left:calc(50% + 28.125vh + 24px);width:calc(50% - 28.125vh - 48px);min-width:180px;max-width:320px;height:100%;display:flex;flex-direction:column;justify-content:center;padding:24px 0}.vf-info-panel--mobile{bottom:0;left:0;right:0;padding:16px 12px;background:linear-gradient(transparent,rgba(0,0,0,0.7));padding-top:48px}.vf-info-logo{width:40px;height:40px;border-radius:50%;object-fit:cover;margin-bottom:8px}.vf-info-title{font-size:15px;font-weight:600;line-height:1.3;margin-bottom:6px;display:block}.vf-info-caption{font-size:13px;line-height:1.4;opacity:.9}.vf-info-caption[data-collapsed=true]{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.vf-info-expand{background:0 0;border:none;color:#fffc;font-size:12px;cursor:pointer;padding:4px 0;margin-top:2px}