@vkontakte/videoplayer 1.1.37-dev.aaebf6d2.0 → 1.1.38-dev.02602b16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es2015.cjs.js +17 -17
- package/es2015.esm.js +17 -17
- package/es2018.cjs.js +17 -17
- package/es2018.esm.js +17 -17
- package/esnext.cjs.js +17 -17
- package/esnext.esm.js +17 -17
- package/evergreen.esm.js +17 -17
- package/package.json +10 -10
- package/types/VKVideoPlayer/index.d.ts +85 -0
- package/types/components/Ads/admanWrapper.d.ts +82 -0
- package/types/components/Ads/utils.d.ts +1 -0
- package/types/config.d.ts +117 -0
- package/types/constans/controls.d.ts +27 -0
- package/types/constans/debounce-timers.d.ts +1 -0
- package/types/constans/grid.d.ts +14 -0
- package/types/constans/index.d.ts +8 -0
- package/types/constans/interactives.d.ts +7 -0
- package/types/constans/keyboard.d.ts +51 -0
- package/types/constans/lang.d.ts +2 -0
- package/types/constans/storage-keys.d.ts +1 -0
- package/types/constans/throttle-timers.d.ts +1 -0
- package/types/env.d.ts +2 -0
- package/types/index.d.ts +12 -0
- package/types/services/sentry.d.ts +28 -0
- package/types/services/statistics.d.ts +13 -0
- package/types/store/index.d.ts +276 -0
- package/types/store/micro/base.d.ts +8 -0
- package/types/store/micro/fakeIsPlaying.d.ts +13 -0
- package/types/store/micro/index.d.ts +2 -0
- package/types/store/micro/interactiveControlsOpacity.d.ts +13 -0
- package/types/store/micro/seekToInteractiveDisabledTooltip.d.ts +9 -0
- package/types/store/micro/showInteractiveTimeIndicatorTooltip.d.ts +15 -0
- package/types/store/utils.d.ts +30 -0
- package/types/translation/index.d.ts +6 -0
- package/types/translation/packs/en.d.ts +3 -0
- package/types/translation/packs/ru.d.ts +3 -0
- package/types/translation/types.d.ts +8 -0
- package/types/types/index.d.ts +461 -0
- package/types/utils/WebVttParser.d.ts +19 -0
- package/types/utils/changeVolume.d.ts +6 -0
- package/types/utils/clipboard.d.ts +1 -0
- package/types/utils/dom.d.ts +2 -0
- package/types/utils/fetchFile.d.ts +1 -0
- package/types/utils/findCurrentSubtltlePhrase.d.ts +2 -0
- package/types/utils/formatSeconds.d.ts +1 -0
- package/types/utils/fullscreen.d.ts +24 -0
- package/types/utils/getActualEpisode.d.ts +10 -0
- package/types/utils/getHotKeyMapData.d.ts +2 -0
- package/types/utils/getQualityLabel.d.ts +2 -0
- package/types/utils/grid.d.ts +6 -0
- package/types/utils/isIphoneOrOldIpad.d.ts +2 -0
- package/types/utils/keyboardHandleCases.d.ts +2 -0
- package/types/utils/menuNavigation.d.ts +13 -0
- package/types/utils/roundFps.d.ts +1 -0
- package/types/utils/sanitizeHtml.d.ts +5 -0
- package/types/utils/stack/index.d.ts +9 -0
- package/types/utils/stack/node.d.ts +5 -0
- package/types/utils/subtitleLanguages.d.ts +1 -0
- package/types/utils/updatePlayerControlsInfo.d.ts +3 -0
- package/types/utils/userSettings.d.ts +10 -0
- package/types/utils/videoConfig.d.ts +2 -0
- package/types/utils/volumeChange.d.ts +5 -0
- package/types/utils/webAPI/annotationsApi/annotationsApi.d.ts +29 -0
- package/types/utils/webAPI/annotationsApi/errors.d.ts +7 -0
- package/types/utils/webAPI/language.d.ts +2 -0
- package/types/utils/webAPI/mediaSessionApi.d.ts +8 -0
- package/types/utils/webAPI/pictureInPictureApi/documentPictureInPictureApi.d.ts +23 -0
- package/types/utils/webAPI/pictureInPictureApi/pictureInPictureApi.d.ts +38 -0
- package/types/utils/webAPI/pictureInPictureApi/pictureInPictureApiFactory.d.ts +4 -0
- package/index.d.ts +0 -477
package/esnext.cjs.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vkontakte/videoplayer v1.1.
|
|
3
|
-
*
|
|
4
|
-
* https://st.mycdn.me/static/vkontakte-videoplayer/1-1-
|
|
2
|
+
* @vkontakte/videoplayer v1.1.38-dev.02602b16.0
|
|
3
|
+
* Fri, 28 Jun 2024 08:13:19 GMT
|
|
4
|
+
* https://st.mycdn.me/static/vkontakte-videoplayer/1-1-38/doc/
|
|
5
5
|
*/
|
|
6
|
-
"use strict";var ac=Object.create;var ql=Object.defineProperty;var uc=Object.getOwnPropertyDescriptor;var cc=Object.getOwnPropertyNames;var fc=Object.getPrototypeOf,dc=Object.prototype.hasOwnProperty;var mc=(t,e,i,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of cc(e))!dc.call(t,o)&&o!==i&&ql(t,o,{get:()=>e[o],enumerable:!(n=uc(e,o))||n.enumerable});return t};var Zl=(t,e,i)=>(i=t!=null?ac(fc(t)):{},mc(e||!t||!t.__esModule?ql(i,"default",{value:t,enumerable:!0}):i,t));var $e=require("@vkontakte/videoplayer-core/esnext.cjs.js"),ie=require("@vkontakte/videoplayer-shared/esnext.cjs.js"),pt=require("@vkontakte/videoplayer-statistics/esnext.cjs.js");require("@vkontakte/videoplayer-interactive/esnext.cjs.js");function q(){}function e1(t,e){for(const i in e)t[i]=e[i];return t}function t1(t){return t()}function Wl(){return Object.create(null)}function nt(t){t.forEach(t1)}function _n(t){return typeof t=="function"}function be(t,e){return t!=t?e==e:t!==e||t&&typeof t=="object"||typeof t=="function"}let Oo;function jl(t,e){return Oo||(Oo=document.createElement("a")),Oo.href=e,t===Oo.href}function pc(t){return Object.keys(t).length===0}function Qt(t,...e){if(t==null){for(const n of e)n(void 0);return q}const i=t.subscribe(...e);return i.unsubscribe?()=>i.unsubscribe():i}function Je(t){let e;return Qt(t,i=>e=i)(),e}function R(t,e,i){t.$$.on_destroy.push(Qt(e,i))}function Mn(t,e,i,n){if(t){const o=i1(t,e,i,n);return t[0](o)}}function i1(t,e,i,n){return t[1]&&n?e1(i.ctx.slice(),t[1](n(e))):i.ctx}function Bn(t,e,i,n){if(t[2]&&n){const o=t[2](n(i));if(e.dirty===void 0)return o;if(typeof o=="object"){const s=[],l=Math.max(e.dirty.length,o.length);for(let r=0;r<l;r+=1)s[r]=e.dirty[r]|o[r];return s}return e.dirty|o}return e.dirty}function Nn(t,e,i,n,o,s){if(o){const l=i1(e,i,n,s);t.p(l,o)}}function Rn(t){if(t.ctx.length>32){const e=[],i=t.ctx.length/32;for(let n=0;n<i;n++)e[n]=-1;return e}return-1}function hc(t){return t??""}const n1=typeof window<"u"?window:typeof globalThis<"u"?globalThis:global;function p(t,e){t.appendChild(e)}function Ke(t,e,i){const n=bc(t);if(!n.getElementById(e)){const o=I("style");o.id=e,o.textContent=i,gc(n,o)}}function bc(t){if(!t)return document;const e=t.getRootNode?t.getRootNode():t.ownerDocument;return e&&e.host?e:t.ownerDocument}function gc(t,e){return p(t.head||t,e),e.sheet}function A(t,e,i){t.insertBefore(e,i||null)}function P(t){t.parentNode&&t.parentNode.removeChild(t)}function vn(t,e){for(let i=0;i<t.length;i+=1)t[i]&&t[i].d(e)}function I(t){return document.createElement(t)}function M(t){return document.createElementNS("http://www.w3.org/2000/svg",t)}function Oe(t){return document.createTextNode(t)}function D(){return Oe(" ")}function ct(){return Oe("")}function he(t,e,i,n){return t.addEventListener(e,i,n),()=>t.removeEventListener(e,i,n)}function Jt(t){return function(e){return e.preventDefault(),t.call(this,e)}}function ot(t){return function(e){return e.stopPropagation(),t.call(this,e)}}function u(t,e,i){i==null?t.removeAttribute(e):t.getAttribute(e)!==i&&t.setAttribute(e,i)}function _c(t){return Array.from(t.childNodes)}function xe(t,e){e=""+e,t.data!==e&&(t.data=e)}function It(t,e,i,n){i==null?t.style.removeProperty(e):t.style.setProperty(e,i,n?"important":"")}let zo;function vc(){if(zo===void 0){zo=!1;try{typeof window<"u"&&window.parent&&window.parent.document}catch{zo=!0}}return zo}function kl(t,e){getComputedStyle(t).position==="static"&&(t.style.position="relative");const n=I("iframe");n.setAttribute("style","display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; border: 0; opacity: 0; pointer-events: none; z-index: -1;"),n.setAttribute("aria-hidden","true"),n.tabIndex=-1;const o=vc();let s;return o?(n.src="data:text/html,<script>onresize=function(){parent.postMessage(0,'*')}<\/script>",s=he(window,"message",l=>{l.source===n.contentWindow&&e()})):(n.src="about:blank",n.onload=()=>{s=he(n.contentWindow,"resize",e),e()}),p(t,n),()=>{(o||s&&n.contentWindow)&&s(),P(n)}}function V(t,e,i){t.classList.toggle(e,!!i)}function Pn(t,e){return new t(e)}let Ao;function So(t){Ao=t}function Eo(){if(!Ao)throw new Error("Function called outside component initialization");return Ao}function nn(t){Eo().$$.on_mount.push(t)}function Vo(t){Eo().$$.on_destroy.push(t)}function ml(t,e){return Eo().$$.context.set(t,e),e}function wl(t){return Eo().$$.context.get(t)}function o1(){return Eo().$$.context}function to(t,e){const i=t.$$.callbacks[e.type];i&&i.slice().forEach(n=>n.call(this,e))}const fo=[],ve=[];let po=[];const pl=[],l1=Promise.resolve();let hl=!1;function s1(){hl||(hl=!0,l1.then(r1))}function jn(){return s1(),l1}function bo(t){po.push(t)}function qe(t){pl.push(t)}const nl=new Set;let ao=0;function r1(){if(ao!==0)return;const t=Ao;do{try{for(;ao<fo.length;){const e=fo[ao];ao++,So(e),kc(e.$$)}}catch(e){throw fo.length=0,ao=0,e}for(So(null),fo.length=0,ao=0;ve.length;)ve.pop()();for(let e=0;e<po.length;e+=1){const i=po[e];nl.has(i)||(nl.add(i),i())}po.length=0}while(fo.length);for(;pl.length;)pl.pop()();hl=!1,nl.clear(),So(t)}function kc(t){if(t.fragment!==null){t.update(),nt(t.before_update);const e=t.dirty;t.dirty=[-1],t.fragment&&t.fragment.p(t.ctx,e),t.after_update.forEach(bo)}}function wc(t){const e=[],i=[];po.forEach(n=>t.indexOf(n)===-1?e.push(n):i.push(n)),i.forEach(n=>n()),po=e}const jo=new Set;let xn;function fe(){xn={r:0,c:[],p:xn}}function de(){xn.r||nt(xn.c),xn=xn.p}function m(t,e){t&&t.i&&(jo.delete(t),t.i(e))}function g(t,e,i,n){if(t&&t.o){if(jo.has(t))return;jo.add(t),xn.c.push(()=>{jo.delete(t),n&&(i&&t.d(1),n())}),t.o(e)}else n&&n()}function Ht(t){return t?.length!==void 0?t:Array.from(t)}function yc(t,e){const i={},n={},o={$$scope:1};let s=t.length;for(;s--;){const l=t[s],r=e[s];if(r){for(const a in l)a in r||(n[a]=1);for(const a in r)o[a]||(i[a]=r[a],o[a]=1);t[s]=r}else for(const a in l)o[a]=1}for(const l in n)l in i||(i[l]=void 0);return i}function Cc(t){return typeof t=="object"&&t!==null?t:{}}function Ze(t,e,i){const n=t.$$.props[e];n!==void 0&&(t.$$.bound[n]=i,i(t.$$.ctx[n]))}function U(t){t&&t.c()}function H(t,e,i){const{fragment:n,after_update:o}=t.$$;n&&n.m(e,i),bo(()=>{const s=t.$$.on_mount.map(t1).filter(_n);t.$$.on_destroy?t.$$.on_destroy.push(...s):nt(s),t.$$.on_mount=[]}),o.forEach(bo)}function F(t,e){const i=t.$$;i.fragment!==null&&(wc(i.after_update),nt(i.on_destroy),i.fragment&&i.fragment.d(e),i.on_destroy=i.fragment=null,i.ctx=[])}function Tc(t,e){t.$$.dirty[0]===-1&&(fo.push(t),s1(),t.$$.dirty.fill(0)),t.$$.dirty[e/31|0]|=1<<e%31}function ge(t,e,i,n,o,s,l,r=[-1]){const a=Ao;So(t);const c=t.$$={fragment:null,ctx:[],props:s,update:q,not_equal:o,bound:Wl(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(e.context||(a?a.$$.context:[])),callbacks:Wl(),dirty:r,skip_bound:!1,root:e.target||a.$$.root};l&&l(c.root);let f=!1;if(c.ctx=i?i(t,e.props||{},(d,h,...v)=>{const k=v.length?v[0]:h;return c.ctx&&o(c.ctx[d],c.ctx[d]=k)&&(!c.skip_bound&&c.bound[d]&&c.bound[d](k),f&&Tc(t,d)),h}):[],c.update(),f=!0,nt(c.before_update),c.fragment=n?n(c.ctx):!1,e.target){if(e.hydrate){const d=_c(e.target);c.fragment&&c.fragment.l(d),d.forEach(P)}else c.fragment&&c.fragment.c();e.intro&&m(t.$$.fragment),H(t,e.target,e.anchor),r1()}So(a)}class _e{$$=void 0;$$set=void 0;$destroy(){F(this,1),this.$destroy=q}$on(e,i){if(!_n(i))return q;const n=this.$$.callbacks[e]||(this.$$.callbacks[e]=[]);return n.push(i),()=>{const o=n.indexOf(i);o!==-1&&n.splice(o,1)}}$set(e){this.$$set&&!pc(e)&&(this.$$.skip_bound=!0,this.$$set(e),this.$$.skip_bound=!1)}}const Sc="4";typeof window<"u"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(Sc);var $n;(function(t){t.VK="vk",t.VK_VIDEO="vk_video",t.VK_VIDEO_MOBILE="vk_video_mobile"})($n||($n={}));const Pc={isMobile:void 0,defaultLanguage:ie.InterfaceLanguage.RU,downloadVKLanguages:!0,updateBuiltinLanguages:!0,isSmoothVideoRotate:!0,showSupport:!0,supportLink:"https://vk.com/support?act=new&from=v",showLogo:void 0,logoLink:"https://vk.com/video",logoType:$n.VK_VIDEO,volumeDefault:1,volumeMinRestore:.05,loaderDelay:500,minSubtitlesFontSize:13,autoSubtitlesTimeout:2e3,allowChangingFullscreenTarget:!0,trafficSavingLimit:ie.VideoQuality.Q_480P,episodeMinWidthPc:8,hideThumbTimerAfterTouch:!0,sentry:{dsn:"https://e349fd23c68f405388980d0868d0ff27@sentry.mvk.com/126",sampleRate:.01,whiteErrorCategoryList:[],blackErrorCategoryList:[],whiteErrorIdList:[],blackErrorIdList:[]},features:{autoplay:!0,statistics:!0,sentry:!0,preload:!0,subtitles:!0,episodes:!0,fullscreen:!0,timelinePreview:!0,mediaSession:!0,annotations:!0,pip:!0,dpip:!0,download:!0,liveRewind:!0,playbackRate:!0,trafficSaving:!0,episodesClustering:!0,copyVideoLink:!0,videoRotate:!0,interactiveGraph:!1,seekToInteractive:!0,interactiveLastFrame:!1,interactiveTextPermanent:!0,interactiveHideTime:!0,interactivePlayPrevChapter:!0,interactiveTimeIndicator:!0,thumbTimer:!0,hotKeyMapModal:!0,hotKeyHelpers:!0,saveDebugInfoToFile:!1,additionalButtons:!0,contextMenuButton:!0},controls:{hideTimeout:500,hideTimeoutMobile:3e3,hideTimeoutInitial:200,hideTimeoutFullscreen:3e3,hideTimeoutCursor:3e3,hideTimeoutTooltips:1e3,collapseMobileUnmute:6e3,hide360IconTimeout:3e3,hideHotKeyHelpers:2e3,playbackRateMin:.25,playbackRateMax:2,playbackRateStep:.25,volumeStepKeyboard:.05,volumeStepWheel:.05,volumeBarTimeout:300,seekStepKeyboard:1e4,seekStepMobile:15e3,seekStepFrame:400},ads:{enable:void 0,initTimeout:2e3,loadTimeout:2e3,slot:void 0,preview:void 0},interactive:{historyMaxLength:100,noInteractionEventTimeout:3e4}},Ac=t=>ie.fillWithDefault(t,Pc),Ic=t=>ml("ui-config",t),an=()=>wl("ui-config"),bl="vk_player_debug_panel_opened",a1=300,Ec=100,Vc="videoplayer",Lc="videoplayer";var Se;(function(t){t.ArrowLeft="ArrowLeft",t.ArrowUp="ArrowUp",t.ArrowRight="ArrowRight",t.ArrowDown="ArrowDown",t.Comma="Comma",t.Period="Period",t.Space="Space",t.KeyM="KeyM",t.KeyF="KeyF",t.KeyK="KeyK",t.KeyL="KeyL",t.KeyJ="KeyJ",t.KeyC="KeyC",t.KeyI="KeyI",t.Digit1="Digit1",t.Digit2="Digit2",t.Digit3="Digit3",t.Digit4="Digit4",t.Digit5="Digit5",t.Digit6="Digit6",t.Digit7="Digit7",t.Digit8="Digit8",t.Digit9="Digit9",t.Digit0="Digit0",t.Numpad1="Numpad1",t.Numpad2="Numpad2",t.Numpad3="Numpad3",t.Numpad4="Numpad4",t.Numpad5="Numpad5",t.Numpad6="Numpad6",t.Numpad7="Numpad7",t.Numpad8="Numpad8",t.Numpad9="Numpad9",t.Numpad0="Numpad0",t.ShiftLeft="ShiftLeft",t.ShiftRight="ShiftRight",t.Slash="Slash",t.Tab="Tab",t.Escape="Escape",t.Enter="Enter"})(Se||(Se={}));const Lo={[Se.KeyF]:"f",[Se.KeyK]:"k",[Se.KeyC]:"c",[Se.KeyM]:"m"},Mc=new Set([Se.ArrowLeft,Se.ArrowRight,Se.KeyL,Se.KeyJ]),Bc=new Set([Se.Tab,Se.Space,Se.ArrowLeft,Se.ArrowRight,Se.ArrowUp,Se.ArrowDown]),Nc=new Set([Se.ShiftRight,Se.ShiftLeft]);var at;(function(t){t.PLAY_BUTTON="PLAY_BUTTON",t.REPLAY_BUTTON="REPLAY_BUTTON",t.NEXT_BUTTON="NEXT_BUTTON",t.PREV_BUTTON="PREV_BUTTON",t.PICTURE_IN_PICTURE="PICTURE_IN_PICTURE",t.FULLSCREEN_BUTTON="FULLSCREEN_BUTTON",t.SETTINGS_BUTTON="SETTINGS_BUTTON",t.LIVE_BUTTON="LIVE_BUTTON",t.GRAPH_BUTTON="GRAPH_BUTTON",t.PLAY_PREV_CHAPTER_BUTTON="PLAY_PREV_CHAPTER_BUTTON",t.SEEK_TO_INTERACTIVE_BUTTON="SEEK_TO_INTERACTIVE_BUTTON",t.TIMELINE="TIMELINE",t.VOLUME_BAR="VOLUME_BAR",t.MUTE_BUTTON="MUTE_BUTTON",t.SUBTITLES_BUTTON="SUBTITLES_BUTTON",t.CHROMECAST_BUTTON="CHROMECAST_BUTTON",t.VK_BUTTON="VK_BUTTON",t.EPISODE_BUTTON="EPISODE_BUTTON",t.INCREMENT_PLAYBACK_RATE="INCREMENT_PLAYBACK_RATE",t.DECREMENT_PLAYBACK_RATE="DECREMENT_PLAYBACK_RATE"})(at||(at={}));const Kl=40,u1=260,Rc=60,To=8,c1=[at.TIMELINE],Ko=[...c1,at.GRAPH_BUTTON],Gl=[...c1,at.PLAY_BUTTON],f1=[...Ko,at.PLAY_BUTTON];var mo;(function(t){t[t.XS=320]="XS",t[t.S=509]="S",t[t.M=599]="M",t[t.L=699]="L"})(mo||(mo={}));exports.GridTypes=void 0;(function(t){t.XS="xs",t.S="s",t.M="m",t.L="l",t.XL="xl"})(exports.GridTypes||(exports.GridTypes={}));const go={[exports.GridTypes.XS]:0,[exports.GridTypes.S]:1,[exports.GridTypes.M]:2,[exports.GridTypes.L]:3,[exports.GridTypes.XL]:4},uo=[];function Sn(t,e){return{subscribe:Ie(t,e).subscribe}}function Ie(t,e=q){let i;const n=new Set;function o(r){if(be(t,r)&&(t=r,i)){const a=!uo.length;for(const c of n)c[1](),uo.push(c,t);if(a){for(let c=0;c<uo.length;c+=2)uo[c][0](uo[c+1]);uo.length=0}}}function s(r){o(r(t))}function l(r,a=q){const c=[r,a];return n.add(c),n.size===1&&(i=e(o,s)||q),r(t),()=>{n.delete(c),n.size===0&&i&&(i(),i=null)}}return{set:o,update:s,subscribe:l}}function mi(t,e,i){const n=!Array.isArray(t),o=n?[t]:t;if(!o.every(Boolean))throw new Error("derived() expects stores as input, got a falsy value");const s=e.length<2;return Sn(i,(l,r)=>{let a=!1;const c=[];let f=0,d=q;const h=()=>{if(f)return;d();const k=e(n?c[0]:c,l,r);s?l(k):d=_n(k)?k:q},v=o.map((k,_)=>Qt(k,S=>{c[_]=S,f&=~(1<<_),a&&h()},()=>{f|=1<<_}));return a=!0,h(),function(){nt(v),d(),a=!1}})}const Dc="prod",Xo="1.1.37-dev.aaebf6d2.0",d1=(t,e,i)=>{const n=document.createElement("a");n.href=t,n.download=`${e}.${i}`,n.style.display="none",n.click()},m1=Symbol("storeContext"),p1=Symbol("microStoresContext"),Oc=(t,e)=>{ml(m1,t),ml(p1,e)},ht=()=>{const t=wl(m1);return ie.assertNonNullable(t,"Store context is empty!"),t},vo=()=>{const t=wl(p1);return ie.assertNonNullable(t,"MicroStores context is empty!"),t},mt=(t,e)=>h1(t,t.getValue(),e),h1=(t,e,i)=>Sn(e,n=>{const o=t.subscribe(s=>{n(s),i?.(s)});return()=>o.unsubscribe()}),zc=(t,e,i)=>{const n=t.info,{width:o,height:s}=Je(i.ui.playerSize),l=n.throughputEstimation$.getValue()?.toFixed(0)??0,r=n.rttEstimation$.getValue()?.toFixed(0)??0,a=n.isAutoQualityEnabled$.getValue()?"auto":"manual",c=`${Xo} (core: ${$e.VERSION}, stat: ${pt.VERSION}, shared: ${ie.VERSION})`,f=Je(i.state.errorLog$),d=f.length?`
|
|
7
|
-
`+f.map((
|
|
8
|
-
`,
|
|
9
|
-
`,
|
|
10
|
-
`;return
|
|
11
|
-
`):void 0,h=
|
|
12
|
-
`)},Hc=(t,e,i)=>{const n=t.info,{width:o,height:s}=Je(i.ui.playerSize),l={version:Xo,viewport:`${o}x${s}`,volume:Math.round(Je(i.state.volume$)*100)};l.id=i.videoId,n.currentFormat$.getValue()&&(l.provider=n.currentFormat$.getValue()),n.hostname$.getValue()&&(l.cdn=n.hostname$.getValue());const c=n.intrinsicVideoSize$.getValue();c&&(l.videoSize=`${c.width}x${c.height}`);const f=n.currentBuffer$.getValue();f&&(l.buffer=Math.max(f.end-Je(i.state.positionExact$),0));const d=n.throughputEstimation$.getValue();d&&(l.speed=d);const h=n.videoBitrate$.getValue();h&&(l.bitrate=h);const v=n.currentVideoSegmentLength$.getValue();v&&(l.currentVideoSegmentLength=v);const k=n.currentAudioSegmentLength$.getValue();return k&&(l.currentAudioSegmentLength=k),l},Fc=(t,e)=>d1(t,e,"mp4"),b1="vk_player_prefer_traffic_saving_enabled",g1="vk_player_preferred_volume",_1="vk_player_prefer_volume_mute",yl="vk_player_preferred_quality",v1=t=>t>1?1:t<0?0:t,Yl=t=>ie.safeStorage.set(g1,v1(t).toString(10)),k1=()=>{const t=ie.safeStorage.get(g1);return ie.isNullable(t)?void 0:v1(parseFloat(t))},Uc=(t,e)=>ie.safeStorage.set(yl,JSON.stringify({videoId:t,value:e})),w1=()=>ie.safeStorage.remove(yl),qc=t=>{const e=ie.safeStorage.get(yl);if(ie.isNullable(e))return;const{videoId:i,value:n}=JSON.parse(e);if(t!==i){w1();return}return n},y1=(t,e)=>{e?ie.safeStorage.set(t,"true"):ie.safeStorage.remove(t)},C1=t=>ie.safeStorage.get(t)==="true",ol=t=>y1(_1,t),Zc=()=>C1(_1),Wc=t=>y1(b1,t),jc=()=>C1(b1);function Kc(t){let e,i,n,o,s,l,r,a,c,f,d,h,v,k,_,S,C,T;return{c(){e=M("svg"),i=M("g"),n=M("path"),o=M("path"),s=M("path"),l=M("path"),r=M("path"),a=M("defs"),c=M("filter"),f=M("feFlood"),d=M("feColorMatrix"),h=M("feOffset"),v=M("feGaussianBlur"),k=M("feColorMatrix"),_=M("feBlend"),S=M("feBlend"),u(n,"fill-rule","evenodd"),u(n,"clip-rule","evenodd"),u(n,"d","M67 9.489A3.489 3.489 0 0 1 63.511 13 3.493 3.493 0 0 1 60 9.489 3.489 3.489 0 0 1 63.511 6 3.484 3.484 0 0 1 67 9.489Zm-5.003 0c0 .834.68 1.514 1.514 1.514.812 0 1.492-.68 1.492-1.514 0-.812-.68-1.492-1.492-1.492-.834 0-1.514.68-1.514 1.492Z"),u(n,"fill","#fff"),u(o,"d","M26.86 15.183c1.372-.492 2.534-1.711 2.534-3.61C29.394 8.922 27.185 7 24.07 7c-1.965 0-3.573.784-4.67 2.29l-.108.149a1.333 1.333 0 0 0 .268 1.855c.536.402 1.295.343 1.736-.162.09-.102.164-.19.205-.247.594-.81 1.431-1.306 2.5-1.306 1.534 0 2.604.915 2.604 2.251 0 1.36-1.093 2.275-2.651 2.275h-.583a1.231 1.231 0 0 0 0 2.462h.583c1.744 0 2.907.985 2.907 2.392 0 1.453-1.186 2.462-2.884 2.462-1.296 0-2.201-.552-2.883-1.603a10.181 10.181 0 0 0-.2-.287 1.403 1.403 0 0 0-2.052-.246c-.494.42-.65 1.13-.305 1.68.072.116.146.227.218.322C20.132 23.137 21.678 24 23.999 24c3.28 0 5.628-2.04 5.628-4.924 0-2.204-1.395-3.4-2.767-3.893Z"),u(o,"fill","#fff"),u(s,"fill-rule","evenodd"),u(s,"clip-rule","evenodd"),u(s,"d","M37.732 12.675c-.465 0-1 .046-1.511.164l2.584-3.74a1.338 1.338 0 1 0-2.203-1.518l-3.753 5.469c-1.418 2.133-1.837 3.822-1.837 5.276 0 3.47 2.558 5.674 6.186 5.674 3.604 0 6.162-2.392 6.162-5.768 0-3.236-2.349-5.557-5.628-5.557Zm-.534 8.746c-1.977 0-3.326-1.267-3.326-3.142 0-1.853 1.349-3.142 3.326-3.142 1.953 0 3.302 1.29 3.302 3.142 0 1.875-1.35 3.142-3.302 3.142ZM58 15.512c0 5.041-2.697 8.441-6.627 8.441-3.93 0-6.628-3.4-6.628-8.441 0-5.042 2.698-8.442 6.628-8.442S58 10.47 58 15.512Zm-10.348 0c0 3.564 1.488 5.862 3.72 5.862 2.233 0 3.721-2.298 3.721-5.862s-1.488-5.862-3.72-5.862c-2.233 0-3.72 2.298-3.72 5.862Z"),u(s,"fill","#fff"),u(l,"d","M67 23.5c0-1.318-1.201-3.094-4.199-4.673a1.5 1.5 0 1 1 1.398-2.654C67.452 17.886 70 20.433 70 23.5c0 3.126-2.556 5.554-6.088 7.27-3.633 1.766-8.825 3.062-15.259 3.722a1.5 1.5 0 0 1-.306-2.984c6.248-.641 11.057-1.882 14.253-3.436C65.897 26.47 67 24.8 67 23.5ZM38.879 35H38c-9.64 0-17.447-1.133-22.9-3.018-2.72-.941-4.94-2.099-6.506-3.468C7.019 27.138 6 25.445 6 23.5c0-1.64.785-3.073 1.908-4.255 1.119-1.179 2.66-2.205 4.42-3.086a1.5 1.5 0 1 1 1.343 2.682c-1.584.793-2.794 1.634-3.588 2.47C9.293 22.143 9 22.873 9 23.5c0 .807.407 1.74 1.568 2.755 1.17 1.022 2.996 2.02 5.513 2.892C21.106 30.885 28.55 32 38 32h.879l-1.44-1.44a1.5 1.5 0 0 1 2.122-2.12l3.999 3.998.01.011a1.495 1.495 0 0 1 .317 1.624 1.499 1.499 0 0 1-.326.488l-4 4a1.5 1.5 0 0 1-2.122-2.122L38.88 35Z"),u(l,"fill","#fff"),u(r,"d","m7.908 19.245-.181-.173c1.146-1.206 2.714-2.248 4.49-3.137a1.75 1.75 0 1 1 1.566 3.13c-1.57.786-2.752 1.61-3.519 2.418-.762.802-1.014 1.474-1.014 2.017 0 .713.357 1.583 1.483 2.567 1.136.993 2.93 1.978 5.43 2.843 4.99 1.726 12.403 2.84 21.837 2.84h.275l-1.012-1.013a1.75 1.75 0 1 1 2.474-2.474l4 3.998h0l.012.013s0 0 0 0c.162.165.284.354.368.556 0 0 0 0 0 0l-.23.096A1.49 1.49 0 0 1 44 33.5c0 .203-.04.396-.113.573L7.907 19.245Zm0 0-.181-.173C6.576 20.284 5.75 21.775 5.75 23.5c0 2.04 1.07 3.796 2.68 5.202 1.599 1.398 3.85 2.569 6.589 3.516C20.506 34.116 28.343 35.25 38 35.25h.275L7.908 19.245Zm29.824-6.82c-.3 0-.63.018-.965.063l2.244-3.247c.728-1.054-.026-2.491-1.306-2.491-.524 0-1.014.258-1.31.69l-3.752 5.468h0l-.002.003c-1.442 2.17-1.879 3.905-1.879 5.415 0 1.8.665 3.288 1.815 4.324 1.147 1.033 2.757 1.6 4.62 1.6 3.727 0 6.413-2.488 6.413-6.018 0-3.377-2.464-5.807-5.878-5.807Zm25.779.825c2.07 0 3.739-1.67 3.739-3.761 0-2.07-1.67-3.739-3.739-3.739a3.739 3.739 0 0 0-3.761 3.739 3.743 3.743 0 0 0 3.761 3.761Zm0-2.497a1.267 1.267 0 0 1-1.264-1.264c0-.671.566-1.242 1.264-1.242.674 0 1.242.568 1.242 1.242 0 .698-.57 1.264-1.242 1.264Zm-33.634 8.323c0-2.043-1.139-3.272-2.388-3.895 1.208-.629 2.155-1.846 2.155-3.609 0-2.82-2.357-4.822-5.575-4.822-2.04 0-3.724.818-4.871 2.392l-.109.149a1.583 1.583 0 0 0 .32 2.203c.635.476 1.542.411 2.074-.197.09-.103.17-.198.219-.264.553-.755 1.318-1.204 2.297-1.204.72 0 1.309.214 1.715.564.403.347.64.84.64 1.437 0 .608-.242 1.107-.653 1.457-.415.353-1.017.568-1.748.568h-.583a1.481 1.481 0 0 0 0 2.962h.583c.826 0 1.493.233 1.948.61.451.375.709.902.709 1.532 0 .654-.265 1.2-.718 1.586-.455.388-1.116.626-1.916.626-.61 0-1.117-.13-1.548-.375-.432-.245-.801-.614-1.125-1.114a10.48 10.48 0 0 0-.206-.296 1.653 1.653 0 0 0-2.417-.292c-.577.49-.774 1.335-.356 2.004.075.119.152.236.23.339.704.945 1.462 1.652 2.352 2.121.892.47 1.9.692 3.094.692 3.383 0 5.877-2.121 5.877-5.174Zm7.32 2.095c-.934 0-1.7-.299-2.232-.8-.53-.5-.843-1.217-.843-2.092 0-.863.313-1.581.844-2.085.531-.504 1.298-.807 2.232-.807.92 0 1.682.303 2.21.807.529.503.842 1.222.842 2.085 0 .875-.314 1.593-.84 2.093-.53.5-1.29.799-2.212.799Zm14.176 3.032c2.044 0 3.772-.887 4.983-2.425 1.208-1.534 1.894-3.703 1.894-6.266s-.686-4.732-1.894-6.266c-1.211-1.539-2.94-2.426-4.983-2.426-2.044 0-3.773.887-4.984 2.426-1.208 1.534-1.894 3.703-1.894 6.266s.686 4.732 1.894 6.266c1.211 1.538 2.94 2.425 4.984 2.425Zm0-3.08c-1.017 0-1.874-.518-2.487-1.478-.618-.968-.984-2.382-.984-4.133 0-1.752.366-3.166.984-4.133.613-.96 1.47-1.48 2.487-1.48 1.017 0 1.873.52 2.486 1.48.618.967.984 2.381.984 4.133 0 1.751-.366 3.165-.984 4.133-.613.96-1.47 1.479-2.486 1.479Zm11.312-2.075c2.975 1.567 4.065 3.279 4.065 4.452 0 1.148-.983 2.756-4.259 4.347-3.16 1.536-7.937 2.773-14.17 3.412a1.75 1.75 0 0 0 .358 3.482c6.45-.662 11.673-1.963 15.342-3.746 3.551-1.725 6.229-4.216 6.229-7.495 0-3.213-2.661-5.825-5.935-7.548a1.75 1.75 0 1 0-1.63 3.096Z"),u(r,"stroke","#000"),u(r,"stroke-opacity",".12"),u(r,"stroke-width",".5"),u(r,"stroke-linecap","round"),u(r,"stroke-linejoin","round"),u(i,"filter","url(#a)"),u(f,"flood-opacity","0"),u(f,"result","BackgroundImageFix"),u(d,"in","SourceAlpha"),u(d,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"),u(d,"result","hardAlpha"),u(v,"stdDeviation","2.5"),u(k,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"),u(_,"in2","BackgroundImageFix"),u(_,"result","effect1_dropShadow_618_12297"),u(S,"in","SourceGraphic"),u(S,"in2","effect1_dropShadow_618_12297"),u(S,"result","shape"),u(c,"id","a"),u(c,"x",".5"),u(c,"y",".5"),u(c,"width","75"),u(c,"height","44"),u(c,"filterUnits","userSpaceOnUse"),u(c,"color-interpolation-filters","sRGB"),u(e,"width","76"),u(e,"height","45"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"data-testid","video-360-icon"),u(e,"aria-hidden",C=!t[0]||null),u(e,"aria-label",T=t[0]||null)},m(y,L){A(y,e,L),p(e,i),p(i,n),p(i,o),p(i,s),p(i,l),p(i,r),p(e,a),p(a,c),p(c,f),p(c,d),p(c,h),p(c,v),p(c,k),p(c,_),p(c,S)},p(y,[L]){L&1&&C!==(C=!y[0]||null)&&u(e,"aria-hidden",C),L&1&&T!==(T=y[0]||null)&&u(e,"aria-label",T)},i:q,o:q,d(y){y&&P(e)}}}function Gc(t,e,i){let{ariaLabel:n=""}=e;return t.$$set=o=>{"ariaLabel"in o&&i(0,n=o.ariaLabel)},[n]}class T1 extends _e{constructor(e){super(),ge(this,e,Gc,Kc,be,{ariaLabel:0})}}const Yc={auto_quality_invariant:"\u0410\u0432\u0442\u043E",auto_quality:"\u0410\u0432\u0442\u043E ({actual})",auto_quality_option:"\u0410\u0432\u0442\u043E",menu_quality:"\u041A\u0430\u0447\u0435\u0441\u0442\u0432\u043E",menu_traffic_saving:"\u042D\u043A\u043E\u043D\u043E\u043C\u0438\u044F \u0434\u0430\u043D\u043D\u044B\u0445",menu_playback_rate:"\u0421\u043A\u043E\u0440\u043E\u0441\u0442\u044C",menu_report:"\u0421\u043E\u043E\u0431\u0449\u0438\u0442\u044C \u043E \u043F\u0440\u043E\u0431\u043B\u0435\u043C\u0435",menu_pip:"\u041A\u0430\u0440\u0442\u0438\u043D\u043A\u0430 \u0432 \u043A\u0430\u0440\u0442\u0438\u043D\u043A\u0435",menu_copy_video_link:"\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0430 \u0432\u0438\u0434\u0435\u043E",menu_copy_video_link_with_timestamp:"\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0430 \u043A\u0430\u0434\u0440",menu_video_rotate:"\u041F\u043E\u0432\u0435\u0440\u043D\u0443\u0442\u044C",menu_video_loop_on:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0432\u0442\u043E\u0440\u0435\u043D\u0438\u0435",menu_video_loop_off:"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0432\u0442\u043E\u0440\u0435\u043D\u0438\u0435",menu_chromecast:"Chromecast \u0442\u0440\u0430\u043D\u0441\u043B\u044F\u0446\u0438\u044F",menu_copy_debug:"\u041A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0434\u0430\u043D\u043D\u044B\u0435 \u0434\u043B\u044F \u0434\u0438\u0430\u0433\u043D\u043E\u0441\u0442\u0438\u043A\u0438",menu_save_debug:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0434\u0430\u043D\u043D\u044B\u0435 \u0434\u043B\u044F \u0434\u0438\u0430\u0433\u043D\u043E\u0441\u0442\u0438\u043A\u0438",menu_debug_overlay:"\u0422\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F",pip_dummy_title:"\u0412\u0438\u0434\u0435\u043E \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u0432 \u0440\u0435\u0436\u0438\u043C\u0435 \u043A\u0430\u0440\u0442\u0438\u043D\u043A\u0430 \u0432 \u043A\u0430\u0440\u0442\u0438\u043D\u043A\u0435",submenu_quality:"\u041A\u0430\u0447\u0435\u0441\u0442\u0432\u043E",submenu_playback_rate:"\u0421\u043A\u043E\u0440\u043E\u0441\u0442\u044C",submenu_settings:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",submenu_traffic_saving:"\u042D\u043A\u043E\u043D\u043E\u043C\u0438\u044F \u0434\u0430\u043D\u043D\u044B\u0445",mobile_unmute:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0432\u0443\u043A",playing_ads:"\u0420\u0435\u043A\u043B\u0430\u043C\u0430 {timeleft}",skip_ads_now:"\u041F\u0440\u043E\u043F\u0443\u0441\u0442\u0438\u0442\u044C \u0440\u0435\u043A\u043B\u0430\u043C\u0443",skip_ads_after:"\u041F\u0440\u043E\u043F\u0443\u0441\u0442\u0438\u0442\u044C \u0440\u0435\u043A\u043B\u0430\u043C\u0443 \u0447\u0435\u0440\u0435\u0437 {time}\u0441",visit_advertiser:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0441\u0430\u0439\u0442",aria_timeline:"\u041F\u043E\u043B\u0437\u0443\u043D\u043E\u043A \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0439 \u0448\u043A\u0430\u043B\u044B",aria_timeline_value:"{position} (\u043E\u0431\u0449\u0430\u044F \u0434\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C {duration}",aria_open_settings:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0432\u0438\u0434\u0435\u043E\u043F\u043B\u0435\u0435\u0440\u0430",doubletap_seek_step:"{seconds} \u0441\u0435\u043A\u0443\u043D\u0434",playback_rate_1:"\u041E\u0431\u044B\u0447\u043D\u0430\u044F",playback_rate:"{multiplier}x",video360:"\u043F\u0430\u043D\u043E\u0440\u0430\u043C\u043D\u043E\u0435 \u0432\u0438\u0434\u0435\u043E",subtitles_caption:"\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044B",subtitles_auto:"{language} (\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0435)",subtitles_off:"\u0412\u044B\u043A\u043B.",subtitles_auto_caption:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B",subtitles_turn_on:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B",subtitles_turn_off:"\u0412\u044B\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B",traffic_saving_off:"\u041E\u0442\u043A\u043B.",traffic_saving_on:"\u0412\u043A\u043B.",traffic_saving_disable:"\u041E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0430",traffic_saving_enable:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0430",traffic_saving_helper_text:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u043E \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0435\u0442 \u0441\u043D\u0438\u0436\u0435\u043D\u043E \u0434\u043B\u044F \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u0442\u0440\u0430\u0444\u0438\u043A\u0430",tooltip_button_disabled:"\u041A\u043D\u043E\u043F\u043A\u0430 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430",tooltip_previous:"\u041F\u0440\u0435\u0434\u044B\u0434\u0443\u0449\u0435\u0435 \u0432\u0438\u0434\u0435\u043E",tooltip_restart:"\u041D\u0430\u0447\u0430\u0442\u044C \u0437\u0430\u043D\u043E\u0432\u043E",tooltip_play:"\u0421\u043C\u043E\u0442\u0440\u0435\u0442\u044C",tooltip_pause:"\u041F\u0430\u0443\u0437\u0430",tooltip_next:"\u0421\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0435 \u0432\u0438\u0434\u0435\u043E",tooltip_interactive_go_back:"\u0412\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u043F\u0440\u0435\u0434\u044B\u0434\u0443\u0449\u0435\u0439 \u0433\u043B\u0430\u0432\u0435",tooltip_interactive_go_back_disabled:"\u0418\u0441\u0442\u043E\u0440\u0438\u044F \u043F\u0440\u043E\u0445\u043E\u0436\u0434\u0435\u043D\u0438\u044F \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430",tooltip_interactive_go_back_disabled_first:"\u0412\u044B \u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 \u043F\u0435\u0440\u0432\u0443\u044E \u0433\u043B\u0430\u0432\u0443",tooltip_interactive_go_back_disabled_limit:"\u041B\u0438\u043C\u0438\u0442 \u0432\u043E\u0437\u0432\u0440\u0430\u0442\u043E\u0432 \u0438\u0441\u0447\u0435\u0440\u043F\u0430\u043D",tooltip_chapter_without_interactive:"\u0412 \u044D\u0442\u043E\u0439 \u0433\u043B\u0430\u0432\u0435 \u043D\u0435\u0442 \u0438\u043D\u0442\u0435\u0440\u0430\u043A\u0442\u0438\u0432\u0430",tooltip_interactive_of_chapter_completed:"\u0418\u043D\u0442\u0435\u0440\u0430\u043A\u0442\u0438\u0432\u044B \u044D\u0442\u043E\u0439 \u0433\u043B\u0430\u0432\u044B \u0443\u0436\u0435 \u043F\u0440\u043E\u0439\u0434\u0435\u043D\u044B",tooltip_interactive_seek:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u0438\u043D\u0442\u0435\u0440\u0430\u043A\u0442\u0438\u0432\u0443",tooltip_interactive_graph_off:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u0430\u0440\u0442\u0443 \u0441\u044E\u0436\u0435\u0442\u0430",tooltip_interactive_graph_on:"\u0421\u043A\u0440\u044B\u0442\u044C \u043A\u0430\u0440\u0442\u0443 \u0441\u044E\u0436\u0435\u0442\u0430",tooltip_live:"\u041F\u0435\u0440\u0435\u043C\u043E\u0442\u0430\u0442\u044C \u043D\u0430 \u0430\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u044B\u0439 \u043B\u0430\u0439\u0432",tooltip_episodes:"\u042D\u043F\u0438\u0437\u043E\u0434\u044B",tooltip_volume:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0432\u0443\u043A",tooltip_volume_muted:"\u0412\u044B\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0432\u0443\u043A",tooltip_subtitles_off:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B",tooltip_subtitles_on:"\u0412\u044B\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B",tooltip_settings_off:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",tooltip_settings_on:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",tooltip_fullscreen_off:"\u041D\u0430 \u0432\u0435\u0441\u044C \u044D\u043A\u0440\u0430\u043D",tooltip_fullscreen_on:"\u0412\u044B\u0439\u0442\u0438 \u0438\u0437 \u043F\u043E\u043B\u043D\u043E\u044D\u043A\u0440\u0430\u043D\u043D\u043E\u0433\u043E \u0440\u0435\u0436\u0438\u043C\u0430",tooltip_chromecast_off:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C Chromecast",tooltip_chromecast_on:"\u0412\u044B\u043A\u043B\u044E\u0447\u0438\u0442\u044C Chromecast",tooltip_episode_finished:"\u0412\u044B \u0443\u0436\u0435 \u0441\u0434\u0435\u043B\u0430\u043B\u0438 \u0441\u0432\u043E\u0439 \u0432\u044B\u0431\u043E\u0440",tooltip_episode_unfinished:"\u041D\u0435 \u043F\u0440\u043E\u0439\u0434\u0435\u043D\u043E",tooltip_disabled_when_interactive:"\u0418\u043D\u0442\u0435\u0440\u0430\u043A\u0442\u0438\u0432 \u0443\u0436\u0435 \u0438\u0434\u0451\u0442",tooltip_disabled_when_graph_on:"\u041A\u043D\u043E\u043F\u043A\u0430 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u0432\u043E \u0432\u0440\u0435\u043C\u044F \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430 \u043A\u0430\u0440\u0442\u044B",tooltip_interactive_interaction_time_indicator:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u044D\u043B\u0435\u043C\u0435\u043D\u0442 \u0438\u043D\u0442\u0435\u0440\u0430\u043A\u0442\u0438\u0432\u0430",tooltip_vk_logo:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0432 VK \u0412\u0438\u0434\u0435\u043E",tooltip_vk_video_logo:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 VK \u0412\u0438\u0434\u0435\u043E",download_video_caption:"\u0421\u043A\u0430\u0447\u0430\u0442\u044C \u0432\u0438\u0434\u0435\u043E",hotkey_helper_current_volume:"{value} %",hotkey_map_modal_title:"\u0411\u044B\u0441\u0442\u0440\u044B\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438",hotkey_map_modal_close_btn_text:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C",hotkey_map_group_title_common:"\u041E\u0431\u0449\u0438\u0435",hotkey_map_group_title_playback:"\u0412\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0435",hotkey_map_group_title_subtitles:"\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044B",hotkey_map_group_title_episodes:"\u042D\u043F\u0438\u0437\u043E\u0434\u044B",hotkey_map_item_mute_description:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0438\u043B\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0432\u0443\u043A",hotkey_map_item_mute_value:"m",hotkey_map_item_volume_up_description:"\u0423\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C \u0433\u0440\u043E\u043C\u043A\u043E\u0441\u0442\u044C",hotkey_map_item_volume_up_value:"\u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u0432\u0432\u0435\u0440\u0445",hotkey_map_item_volume_down_description:"\u0423\u043C\u0435\u043D\u044C\u0448\u0438\u0442\u044C \u0433\u0440\u043E\u043C\u043A\u043E\u0441\u0442\u044C",hotkey_map_item_volume_down_value:"\u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u0432\u043D\u0438\u0437",hotkey_map_item_pip_description:"\u0421\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0438\u043B\u0438 \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u043C\u0438\u043D\u0438-\u043F\u0440\u043E\u0438\u0433\u0440\u044B\u0432\u0430\u0442\u0435\u043B\u044C",hotkey_map_item_pip_value:"i",hotkey_map_item_full_screen_description:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0438\u043B\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u043B\u043D\u043E\u044D\u043A\u0440\u0430\u043D\u043D\u044B\u0439 \u0440\u0435\u0436\u0438\u043C",hotkey_map_item_full_screen_value:"f",hotkey_map_item_show_context_menu_description:"\u0421\u043A\u0440\u044B\u0442\u044C \u0438\u043B\u0438 \u043F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u043E\u0435 \u043C\u0435\u043D\u044E",hotkey_map_item_show_context_menu_value:"Shift + !",hotkey_map_item_show_hotkey_map_description:"\u0421\u043A\u0440\u044B\u0442\u044C \u0438\u043B\u0438 \u043F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0441\u043F\u0438\u0441\u043E\u043A \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",hotkey_map_item_show_hotkey_map_value:"Shift + ?",hotkey_map_item_play_toggle_description:"\u041F\u0440\u0438\u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0438\u043B\u0438 \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u044C \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0435",hotkey_map_item_play_toggle_value:"\u041F\u0440\u043E\u0431\u0435\u043B (\u0438\u043B\u0438 k)",hotkey_map_item_seek_backward_description:"\u041F\u0435\u0440\u0435\u043C\u043E\u0442\u0430\u0442\u044C \u0440\u043E\u043B\u0438\u043A \u043D\u0430 10 \u0441\u0435\u043A\u0443\u043D\u0434 \u043D\u0430\u0437\u0430\u0434",hotkey_map_item_seek_backward_value:"\u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u0432\u043B\u0435\u0432\u043E (\u0438\u043B\u0438 j)",hotkey_map_item_seek_forward_description:"\u041F\u0435\u0440\u0435\u043C\u043E\u0442\u0430\u0442\u044C \u0440\u043E\u043B\u0438\u043A \u043D\u0430 10 \u0441\u0435\u043A\u0443\u043D\u0434 \u0432\u043F\u0435\u0440\u0451\u0434",hotkey_map_item_seek_forward_value:"\u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u0432\u043F\u0440\u0430\u0432\u043E (\u0438\u043B\u0438 l)",hotkey_map_item_fast_seek_backward_description:"\u0423\u0441\u043A\u043E\u0440\u0435\u043D\u043D\u0430\u044F \u043F\u0435\u0440\u0435\u043C\u043E\u0442\u043A\u0430 \u043D\u0430\u0437\u0430\u0434",hotkey_map_item_fast_seek_backward_value:"Shift + \u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u0432\u043B\u0435\u0432\u043E",hotkey_map_item_fast_seek_forward_description:"\u0423\u0441\u043A\u043E\u0440\u0435\u043D\u043D\u0430\u044F \u043F\u0435\u0440\u0435\u043C\u043E\u0442\u043A\u0430 \u0432\u043F\u0435\u0440\u0451\u0434",hotkey_map_item_fast_seek_forward_value:"Shift + \u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u0432\u043F\u0440\u0430\u0432\u043E",hotkey_map_item_rate_down_description:"\u0423\u043C\u0435\u043D\u044C\u0448\u0438\u0442\u044C \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u044C \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u044F",hotkey_map_item_rate_down_value:"< (Shift + ,)",hotkey_map_item_rate_up_description:"\u0423\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u044C \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u044F",hotkey_map_item_rate_up_value:"> (Shift + .)",hotkey_map_item_prev_frame_description:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043F\u0440\u0435\u0434\u044B\u0434\u0443\u0449\u0435\u043C\u0443 \u043A\u0430\u0434\u0440\u0443 <br />(\u043A\u043E\u0433\u0434\u0430 \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u0438\u043E\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E)",hotkey_map_item_prev_frame_value:",",hotkey_map_item_next_frame_description:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u043C\u0443 \u043A\u0430\u0434\u0440\u0443 <br />(\u043A\u043E\u0433\u0434\u0430 \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u0438\u043E\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E)",hotkey_map_item_next_frame_value:".",hotkey_map_item_jump_seek_description:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0451\u043D\u043D\u043E\u043C\u0443 \u043C\u043E\u043C\u0435\u043D\u0442\u0443 \u0432\u0438\u0434\u0435\u043E <br />(\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438 \u043D\u0430 \u0446\u0438\u0444\u0440\u0443 \xAB7\xBB \u0440\u043E\u043B\u0438\u043A \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u043C\u043E\u0442\u0430\u043D \u0434\u043E \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0439 \u043E\u0442\u043C\u0435\u0442\u043A\u0438, \u043A\u043E\u0442\u043E\u0440\u0430\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 70% \u043E\u0442 \u0434\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u0438 \u0432\u0438\u0434\u0435\u043E)",hotkey_map_item_jump_seek_value:"0, 1, 2, 3, 4, 5, 6, 7, 8, 9",hotkey_map_item_subtitles_toggle_description:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0438\u043B\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B",hotkey_map_item_subtitles_toggle_value:"c",hotkey_map_item_prev_episode_description:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043F\u0440\u0435\u0434\u044B\u0434\u0443\u0449\u0435\u043C\u0443 \u044D\u043F\u0438\u0437\u043E\u0434\u0443",hotkey_map_item_prev_episode_pc_value:"Ctrl + \u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u0432\u043B\u0435\u0432\u043E",hotkey_map_item_prev_episode_mac_value:"Option + \u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u0432\u043B\u0435\u0432\u043E",hotkey_map_item_next_episode_description:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u043C\u0443 \u044D\u043F\u0438\u0437\u043E\u0434\u0443",hotkey_map_item_next_episode_pc_value:"Ctrl + \u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u0432\u043F\u0440\u0430\u0432\u043E",hotkey_map_item_next_episode_mac_value:"Option + \u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u0432\u043F\u0440\u0430\u0432\u043E",waiting_live_day_value:"\u0434\u043D",waiting_live_hour_value:"\u0447",waiting_live_minute_value:"\u043C\u0438\u043D",waiting_live_second_value:"\u0441\u0435\u043A",waiting_live_colon:":",waiting_live_upcoming_title:"\u0422\u0440\u0430\u043D\u0441\u043B\u044F\u0446\u0438\u044F \u0435\u0449\u0435 \u043D\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C",waiting_live_timer_title:"\u0414\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0442\u0440\u0430\u043D\u0441\u043B\u044F\u0446\u0438\u0438 \u043E\u0441\u0442\u0430\u043B\u043E\u0441\u044C",waiting_record_title:"\u0422\u0440\u0430\u043D\u0441\u043B\u044F\u0446\u0438\u044F \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043B\u0430\u0441\u044C, \u0438 \u0437\u0430\u043F\u0438\u0441\u044C \u0441\u043A\u043E\u0440\u043E \u0441\u0442\u0430\u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430",aria_label_video_player:"\u0412\u0438\u0434\u0435\u043E \u043F\u043B\u0435\u0435\u0440",aria_label_spherical_control:"\u041A\u043E\u043D\u0442\u0440\u043E\u043B\u043B\u0435\u0440 \u0434\u043B\u044F \u0441\u0444\u0435\u0440\u0438\u0447\u0435\u0441\u043A\u043E\u0433\u043E \u0432\u0438\u0434\u0435\u043E. \u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0441\u043E \u0441\u0442\u0440\u0435\u043B\u043A\u0430\u043C\u0438 \u0434\u043B\u044F \u043F\u0430\u043D\u043E\u0440\u0430\u043C\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0432\u0438\u0434\u0435\u043E.",aria_label_debug_panel:"\u041E\u0431\u043B\u0430\u0441\u0442\u044C \u0441 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0435\u0439, \u0441\u0434\u0435\u043B\u0430\u0439\u0442\u0435 \u0441\u043A\u0440\u0438\u043D\u0448\u043E\u0442 \u0434\u043B\u044F \u0442\u0435\u0445\u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438",aria_label_new_tab_alert:"\u041E\u0442\u043A\u0440\u043E\u0435\u0442\u0441\u044F \u0432 \u043D\u043E\u0432\u043E\u0439 \u0432\u043A\u043B\u0430\u0434\u043A\u0435.",aria_label_context_menu_open:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u043E\u0435 \u043C\u0435\u043D\u044E",aria_label_context_menu_close:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u043E\u0435 \u043C\u0435\u043D\u044E",aria_label_menu_quality:"\u041A\u0430\u0447\u0435\u0441\u0442\u0432\u043E: {actual}",aria_label_menu_rate:"\u0421\u043A\u043E\u0440\u043E\u0441\u0442\u044C: {actual}",aria_label_menu_traffic_saving:"\u042D\u043A\u043E\u043D\u043E\u043C\u0438\u044F \u0434\u0430\u043D\u043D\u044B\u0445: {actual}",aria_label_menu_subtitle:"\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044B: {actual}",aria_label_menu_download:"\u0421\u043A\u0430\u0447\u0430\u0442\u044C \u0432\u0438\u0434\u0435\u043E",aria_label_menu_debug_overlay_enable:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",aria_label_menu_debug_overlay_disable:"\u0412\u044B\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",aria_label_menu_rotate:"\u041F\u043E\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0432\u0438\u0434\u0435\u043E \u043D\u0430 90 \u0433\u0440\u0430\u0434\u0443\u0441\u043E\u0432",aria_label_menu_loop:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0440\u0435\u0436\u0438\u043C\u0430 \u043F\u043E\u0432\u0442\u043E\u0440\u0435\u043D\u0438\u044F",aria_label_submenu_back:"\u0412\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u0432 \u043C\u0435\u043D\u044E \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",aria_label_submenu_traffic_saving_off:"\u0412\u044B\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0440\u0435\u0436\u0438\u043C \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u0434\u0430\u043D\u043D\u044B\u0445",aria_label_submenu_traffic_saving_on:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0440\u0435\u0436\u0438\u043C \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u0434\u0430\u043D\u043D\u044B\u0445"},Qc={mobile_unmute:"Unmute",auto_quality_invariant:"Auto",auto_quality:"Auto ({actual})",auto_quality_option:"Auto",menu_quality:"Quality",menu_playback_rate:"Playback rate",menu_traffic_saving:"Data saving",menu_report:"Report a problem",menu_pip:"Picture in picture",menu_copy_video_link:"Copy video link",menu_copy_video_link_with_timestamp:"Copy link with timestamp",menu_video_rotate:"Rotate",menu_video_loop_on:"Enable loop",menu_video_loop_off:"Disable loop",menu_chromecast:"Chromecast stream",menu_copy_debug:"Copy debug info",menu_save_debug:"Save debug info",menu_debug_overlay:"Tech stats",pip_dummy_title:"Video plays in picture-in-picture mode",submenu_quality:"Quality",submenu_playback_rate:"Playback rate",submenu_traffic_saving:"Data saving",submenu_settings:"Settings",playing_ads:"Ads {timeleft}",skip_ads_after:"Skip ads",skip_ads_now:"Ads can be skipped in {time}s",visit_advertiser:"Visit site",aria_timeline:"Time scale slider",aria_timeline_value:"{position} out of {duration}",aria_open_settings:"Open video player settings",doubletap_seek_step:"{seconds} seconds",playback_rate_1:"Normal",playback_rate:"{multiplier}x",video360:"spherical video",subtitles_caption:"Subtitles",subtitles_auto:"{language} (Auto-generated)",subtitles_off:"Off",subtitles_auto_caption:"Auto subtitles",subtitles_turn_on:"Turn on subtitles",subtitles_turn_off:"Turn off subtitles",traffic_saving_off:"Off",traffic_saving_on:"On",traffic_saving_disable:"Disabled",traffic_saving_enable:"Enabled",traffic_saving_helper_text:"When turned on the video quality will be reduced to save data",tooltip_button_disabled:"Button disabled",tooltip_previous:"Previous video",tooltip_restart:"Watch again",tooltip_play:"Play",tooltip_pause:"Pause",tooltip_next:"Next video",tooltip_interactive_go_back:"Back to previous chapter",tooltip_interactive_go_back_disabled:"Interactive history unavailable",tooltip_interactive_go_back_disabled_first:"You're watching the first chapter",tooltip_interactive_go_back_disabled_limit:"Go-back limit exceeded",tooltip_chapter_without_interactive:"This chapter has no interactive segment",tooltip_interactive_of_chapter_completed:"Chapter's interactive segments already watched",tooltip_interactive_seek:"Go to interactive",tooltip_interactive_graph_off:"Show interactive graph",tooltip_interactive_graph_on:"Hide interactive graph",tooltip_live:"Go to the live edge",tooltip_episodes:"Episodes",tooltip_volume:"Turn volume off",tooltip_volume_muted:"Turn volume on",tooltip_subtitles_off:"Turn subtitles on",tooltip_subtitles_on:"Turn subtitles off",tooltip_settings_off:"Open settings",tooltip_settings_on:"Close settings",tooltip_fullscreen_off:"Enter fullscreen mode",tooltip_fullscreen_on:"Exit fullscreen mode",tooltip_chromecast_off:"Turn Chromecast on",tooltip_chromecast_on:"Turn Chromecast off",tooltip_episode_finished:"You have already viewed interactive episode",tooltip_episode_unfinished:"Interactive episode not finished",tooltip_disabled_when_interactive:"Interactive video in progress",tooltip_disabled_when_graph_on:"Button is disabled when graph is opened",tooltip_interactive_interaction_time_indicator:"Press the interactive element",tooltip_vk_logo:"Open in VK Video",tooltip_vk_video_logo:"Go to VK Video",download_video_caption:"Download video",hotkey_helper_current_volume:"{value} %",hotkey_map_modal_title:"Keyboard shortcuts",hotkey_map_modal_close_btn_text:"Close",hotkey_map_group_title_common:"Common",hotkey_map_group_title_playback:"Playback",hotkey_map_group_title_subtitles:"Subtitles",hotkey_map_group_title_episodes:"Episodes",hotkey_map_item_mute_description:"Toggle mute",hotkey_map_item_mute_value:"m",hotkey_map_item_volume_up_description:"Increase volume",hotkey_map_item_volume_up_value:"Arrow up",hotkey_map_item_volume_down_description:"Decrease volume",hotkey_map_item_volume_down_value:"Arrow down",hotkey_map_item_pip_description:"Toggle miniplayer",hotkey_map_item_pip_value:"i",hotkey_map_item_full_screen_description:"Toggle full screen",hotkey_map_item_full_screen_value:"f",hotkey_map_item_show_context_menu_description:"Hide or show context menu",hotkey_map_item_show_context_menu_value:"Shift + !",hotkey_map_item_show_hotkey_map_description:"Hide or show list of hotkeys",hotkey_map_item_show_hotkey_map_value:"Shift + ?",hotkey_map_item_play_toggle_description:"Toggle play/pause",hotkey_map_item_play_toggle_value:"Space (or k)",hotkey_map_item_seek_backward_description:"Rewind 10 seconds",hotkey_map_item_seek_backward_value:"Arrow left (or j)",hotkey_map_item_seek_forward_description:"Forward 10 seconds",hotkey_map_item_seek_forward_value:"Arrow right (or l)",hotkey_map_item_fast_seek_backward_description:"Fast rewind",hotkey_map_item_fast_seek_backward_value:"Shift + Arrow left",hotkey_map_item_fast_seek_forward_description:"Fast forward",hotkey_map_item_fast_seek_forward_value:"Shift + Arrow right",hotkey_map_item_rate_down_description:"Decrease playback rate",hotkey_map_item_rate_down_value:"< (Shift + ,)",hotkey_map_item_rate_up_description:"Increase playback rate",hotkey_map_item_rate_up_value:"> (Shift + .)",hotkey_map_item_prev_frame_description:"Previous frame (while paused)",hotkey_map_item_prev_frame_value:",",hotkey_map_item_next_frame_description:"Next frame (while paused)",hotkey_map_item_next_frame_value:".",hotkey_map_item_jump_seek_description:"Seek to specific point in the video (7 advances to 70% of duration)",hotkey_map_item_jump_seek_value:"0, 1, 2, 3, 4, 5, 6, 7, 8, 9",hotkey_map_item_subtitles_toggle_description:"Toggle captions ON/OFF",hotkey_map_item_subtitles_toggle_value:"c",hotkey_map_item_prev_episode_description:"Seek to previous episode",hotkey_map_item_prev_episode_pc_value:"Ctrl + Arrow left",hotkey_map_item_prev_episode_mac_value:"Option + Arrow left",hotkey_map_item_next_episode_description:"Seek to next episode",hotkey_map_item_next_episode_pc_value:"Ctrl + Arrow right",hotkey_map_item_next_episode_mac_value:"Option + Arrow right",waiting_live_day_value:"d",waiting_live_hour_value:"h",waiting_live_minute_value:"min",waiting_live_second_value:"sec",waiting_live_colon:":",waiting_live_upcoming_title:"The broadcast hasn't started yet",waiting_live_timer_title:"Before the start of the broadcast left",waiting_record_title:"The broadcast has ended and the recording will be available soon",aria_label_video_player:"Video player",aria_label_spherical_control:"Spherical video control. Use the arrow keys to pan the video.",aria_label_debug_panel:"Technical information area, take a screenshot for technical support",aria_label_new_tab_alert:"Opens in a new tab.",aria_label_context_menu_open:"Open context menu",aria_label_context_menu_close:"Close context menu",aria_label_menu_quality:"Quality: {actual}",aria_label_menu_rate:"Rate: {actual}",aria_label_menu_traffic_saving:"Data saving: {actual}",aria_label_menu_subtitle:"Subtitles: {actual}",aria_label_menu_download:"Download video",aria_label_menu_debug_overlay_enable:"Enable display of technical information",aria_label_menu_debug_overlay_disable:"Disable display of technical information",aria_label_menu_rotate:"Rotate video 90 degrees",aria_label_menu_loop:"Toggle loop",aria_label_submenu_back:"Return to settings menu",aria_label_submenu_traffic_saving_off:"Disable data saving mode",aria_label_submenu_traffic_saving_on:"Enable data saving mode"},En=new Map;En.set(ie.InterfaceLanguage.EN,Qc);En.set(ie.InterfaceLanguage.RU,Yc);const S1=new Map,Ql=({language:t,pack:e,fallback:i})=>{if(En.has(t)){const n=En.get(t);En.set(t,{...n,...e})}else En.set(t,e);S1.set(t,i)},Xl=t=>En.has(t),P1=(t,e,i,n)=>{let s=En.get(t)?.[e];if(ie.isNullable(s)){const l=S1.get(t)??n;s=(l?En.get(l):void 0)?.[e]}return ie.isNullable(s)?e+Object.values(i??{}).join(" "):i?s.replaceAll(/{(\w+?)}/g,(l,r)=>i[r]??""):s},K=(t,e)=>{const{interfaceLanguage$:i}=ht(),n=Je(i),o=an();return P1(n,t,e,o.defaultLanguage)};var Go;(function(t){t.fatal="fatal",t.error="error",t.warning="warning",t.log="log",t.info="info",t.debug="debug",t.critical="critical"})(Go||(Go={}));const Xc=/^\s*at (?:(.*?) ?\()?((?:file|https?|blob|chrome-extension|address|native|eval|webpack|<anonymous>|[-a-z]+:|.*bundle|\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,Jc=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:file|https?|blob|chrome|webpack|resource|moz-extension).*?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js))(?::(\d+))?(?::(\d+))?\s*$/i,xc=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i,Ho="?",$c="X-Sentry-Auth",ef=/^(?:(\w+):)\/\/(?:([\w-]+)(?::(\w+))?@)([\w.-]+)(?::(\d+))?\/(.+)/;function tf(t){if(!t.stack)return null;const e=[],i=t.stack.split(`
|
|
13
|
-
`)
|
|
14
|
-
`).filter(i=>!!i)[0]}function nf(t){try{const e=tf(t);if(e)return e}catch{}return{value:A1(t),type:t&&t.name,stacktrace:{frames:[]}}}function of(){return"xxxxxxxxxxxx4xxxyxxxxxxxxxxxxxxx".replace(/[xy]/g,t=>{const e=Math.random()*16|0;return(t==="x"?e:e&3|8).toString(16)})}class lf{constructor(e){if(e&&e.dsn){const i=ef.exec(e.dsn),n=i?i.slice(1):[],o=n[5].split("/"),s=o.slice(0,-1).join("/");this.apiUrl=n[0]+"://"+n[3]+(n[4]?":"+n[4]:"")+(s?"/"+s:"")+"/api/"+o.pop()+"/store/",this.authHeader="Sentry sentry_version=7,sentry_key="+n[1]+(n[2]?",sentry_secret="+n[2]:"")}this.environment=e&&e.environment}prepare(e){return{...this.getRequestBlank(),exception:{values:[nf(e)]}}}report(e){this.send(this.prepare(e))}send(e){!this.apiUrl||!e||this.createRequest(e)}createRequest(e){const i=new XMLHttpRequest;i.open("POST",this.apiUrl,!0),i.setRequestHeader("Content-type","application/json"),i.setRequestHeader($c,this.authHeader||""),i.send(JSON.stringify(e))}getRequestBlank(){return{platform:"javascript",event_id:of(),sdk:{name:"micro-sentry.javascript.core",version:"0.0.0"},timestamp:Date.now()/1e3,environment:this.environment}}}function Jl(t,e){return Object.prototype.toString.call(e)==="[object RegExp]"?e.test(t):typeof e=="string"?t.indexOf(e)!==-1:!1}function sf(){return window}class Cl extends lf{constructor(e,i=sf()){super(e),this.options=e,this.window=i,this.destroyed=!1,this._state={};const{plugins:n=[],beforeSend:o=c=>c,beforeBreadcrumb:s=c=>c,blacklistUrls:l=[],ignoreErrors:r=[],release:a=void 0}=this.options||{};this.plugins=n.map(c=>new c(this)),this.beforeSend=o,this.beforeBreadcrumb=s,this.blacklistUrls=l,this.ignoreErrors=r,this.release=a}get state(){return this._state}clearState(){this._state={}}setTags(e){return this.setKeyState("tags",{...e}),this}setTag(e,i){return this.extendState({tags:{[e]:i}}),this}setExtra(e,i){return this.extendState({extra:{[e]:i}}),this}setExtras(e){return this.setKeyState("extra",{...e}),this}setUser(e){return this.setKeyState("user",{...e}),this}clone(){const e=new Cl({...this.options,plugins:[]});return e.extendState(this.state),e}withScope(e){const i=this.clone();e(i),i.destroy(),this.setBreadcrumbs(void 0)}addBreadcrumb(e){this.extendState({breadcrumbs:[{timestamp:Date.now()/1e3,...this.beforeBreadcrumb(e)}]})}setBreadcrumbs(e){this.setKeyState("breadcrumbs",e)}captureMessage(e,i){this.send({...this.getRequestBlank(),message:e,level:i})}destroy(){this.destroyed=!0,this.plugins.forEach(e=>{e.destroy&&e.destroy()})}isIgnoredError(e){return this.ignoreErrors.length?this.getPossibleEventMessages(e).some(i=>this.ignoreErrors.some(n=>Jl(i,n))):!1}getRequestBlank(){return{request:{url:this.window.location.toString(),headers:{"User-Agent":this.window.navigator.userAgent}},...super.getRequestBlank(),sdk:{name:"micro-sentry.javascript.browser",version:"0.0.0"},...this.state}}send(e){this.destroyed||this.isDeniedUrl(e)||this.isIgnoredError(e)||(super.send(this.beforeSend({release:this.release,...e})),this.setBreadcrumbs(void 0))}getPossibleEventMessages(e){if(e.message)return[e.message];if(e.exception)try{const{type:i="",value:n=""}=e.exception.values&&e.exception.values[0]||{};return[`${n}`,`${i}: ${n}`]}catch{return[]}return[]}isDeniedUrl(e){if(!this.blacklistUrls.length)return!1;const i=this.getEventFilterUrl(e);return i?this.blacklistUrls.some(n=>Jl(i,n)):!1}getEventFilterUrl(e){try{if(e.exception){const i=e.exception.values&&e.exception.values[0].stacktrace&&e.exception.values[0].stacktrace.frames;return i&&i[i.length-1].filename||null}return null}catch{return null}}extendState(e){this._state=Object.keys(e).reduce((i,n)=>{const o=this._state[n],s=Array.isArray(o)?o:null,l=e[n],r=Array.isArray(l)?l:null;return{...i,[n]:s||r?[...s||[],...r||[]]:{...typeof o!="string"?o:{},...typeof l!="string"?l:{}}}},this._state)}setKeyState(e,i){this._state[e]=i}}let Fo=null;class gl{sentrySubscription;options;version;context;sentryClient;constructor(e,i,n={}){!Fo&&e.dsn&&(this.sentryClient=new Cl({dsn:e.dsn,environment:i.env}),this.version=i.version,this.sentrySubscription=new ie.Subscription,this.options=e,this.context=n,Fo=this)}destroy(){this.sentryClient?.destroy(),this.sentrySubscription?.unsubscribe(),Fo=null}logIError(e,i=!1){e.thrown&&this.report(e.thrown,{fatal:i,errorType:e.id,category:e.category},{message:e.message,errorData:e.data})}report(e,i={},n={}){const{sentryClient:o,context:s,options:l}=this,{sampleRate:r=0,whiteErrorIdList:a,whiteErrorCategoryList:c=[],blackErrorIdList:f,blackErrorCategoryList:d}=l,{errorType:h,category:v}=i;if(ie.isNonNullable(v)&&d.includes(v)||ie.isNonNullable(h)&&f.includes(h))return;if(Math.random()<=r||ie.isNonNullable(v)&&c.includes(v)||ie.isNonNullable(h)&&a.includes(h)){Object.keys(i).length&&o.setTags({version:this.version,...i}),(Object.keys(s).length||Object.keys(n).length)&&o.setExtras({...s,...n});try{h&&o.captureMessage(h,i.fatal?Go.fatal:Go.error),o.report(e)}catch(_){console.error(_)}}}static getInstance(){return Fo}}var ho;(function(t){t.AUTO="auto"})(ho||(ho={}));var De;(function(t){t.Thumb="thumb",t.Video="video",t.Ads="ads",t.Crashed="crashed",t.WaitingLive="waitingLive",t.WaitingRecord="waitingRecord"})(De||(De={}));var In;(function(t){t.Preroll="preroll",t.Midroll="midroll",t.Postroll="postroll"})(In||(In={}));var Xt;(function(t){t.INACTIVE="inactive",t.PLAYING="playing",t.PAUSED="paused"})(Xt||(Xt={}));var Vn;(function(t){t[t.PictureInPicture=0]="PictureInPicture",t[t.DocumentPictureInPicture=1]="DocumentPictureInPicture"})(Vn||(Vn={}));var Xe;(function(t){t.PLAY="PLAY",t.PAUSE="PAUSE",t.REPLAY="REPLAY",t.BACKWARD_SEEK="BACKWARD_SEEK",t.FORWARD_SEEK="FORWARD_SEEK",t.SUBTITLES_ON="SUBTITLES_ON",t.SUBTITLES_OFF="SUBTITLES_OFF",t.RATE_UP="RATE_UP",t.RATE_DOWN="RATE_DOWN",t.EPISODE_PREV="EPISODE_PREV",t.EPISODE_NEXT="EPISODE_NEXT",t.MUTE="MUTE",t.VOLUME="VOLUME"})(Xe||(Xe={}));var eo;(function(t){t.FULL="FULL",t.COUNT="COUNT",t.SHORT="SHORT"})(eo||(eo={}));const I1=t=>{if(t.requestFullscreen)return t.requestFullscreen();if(t.msRequestFullscreen)return t.msRequestFullscreen();if(t.webkitRequestFullscreen)return t.webkitRequestFullscreen();if(t.mozRequestFullScreen)return t.mozRequestFullScreen();const e=t.querySelector("video");return e?.webkitEnterFullscreen?e.webkitEnterFullscreen():Promise.reject()},E1=t=>t.exitFullscreen?t.exitFullscreen():t.msExitFullscreen?t.msExitFullscreen():t.webkitExitFullscreen?t.webkitExitFullscreen():t.mozCancelFullScreen?t.mozCancelFullScreen():Promise.reject(),rf=t=>{const e=t;return e?.webkitExitFullscreen?e?.webkitExitFullscreen():Promise.reject()},Io=()=>{const t=document;return!!(t.fullscreenElement||t.mozFullScreenElement||t.webkitFullscreenElement||t.msFullscreenElement)},V1=t=>{document.addEventListener("fullscreenchange",t),document.addEventListener("webkitfullscreenchange",t),document.addEventListener("mozfullscreenchange",t),document.addEventListener("MSFullscreenChange",t)},L1=t=>{document.removeEventListener("fullscreenchange",t),document.removeEventListener("webkitfullscreenchange",t),document.removeEventListener("mozfullscreenchange",t),document.removeEventListener("MSFullscreenChange",t)},af=t=>{const e=window.screen;return(async o=>e.orientation?e.orientation.lock(o):e.mozLockOrientation?e.mozLockOrientation(o):e.msLockOrientation?e.msLockOrientation(o):Promise.reject())(((o={width:0,height:0})=>o.width<=o.height?"portrait":"landscape")(t))},uf=()=>({title:K("hotkey_map_modal_title"),closeBtnText:K("hotkey_map_modal_close_btn_text"),groups:[{title:K("hotkey_map_group_title_common"),items:[{description:K("hotkey_map_item_mute_description"),value:K("hotkey_map_item_mute_value")},{description:K("hotkey_map_item_volume_up_description"),value:K("hotkey_map_item_volume_up_value")},{description:K("hotkey_map_item_volume_down_description"),value:K("hotkey_map_item_volume_down_value")},{description:K("hotkey_map_item_pip_description"),value:K("hotkey_map_item_pip_value")},{description:K("hotkey_map_item_full_screen_description"),value:K("hotkey_map_item_full_screen_value")},{description:K("hotkey_map_item_show_context_menu_description"),value:K("hotkey_map_item_show_context_menu_value")},{description:K("hotkey_map_item_show_hotkey_map_description"),value:K("hotkey_map_item_show_hotkey_map_value")}]},{title:K("hotkey_map_group_title_playback"),items:[{description:K("hotkey_map_item_play_toggle_description"),value:K("hotkey_map_item_play_toggle_value")},{description:K("hotkey_map_item_seek_backward_description"),value:K("hotkey_map_item_seek_backward_value")},{description:K("hotkey_map_item_seek_forward_description"),value:K("hotkey_map_item_seek_forward_value")},{description:K("hotkey_map_item_fast_seek_backward_description"),value:K("hotkey_map_item_fast_seek_backward_value")},{description:K("hotkey_map_item_fast_seek_forward_description"),value:K("hotkey_map_item_fast_seek_forward_value")},{description:K("hotkey_map_item_rate_down_description"),value:K("hotkey_map_item_rate_down_value")},{description:K("hotkey_map_item_rate_up_description"),value:K("hotkey_map_item_rate_up_value")},{description:K("hotkey_map_item_prev_frame_description"),value:K("hotkey_map_item_prev_frame_value")},{description:K("hotkey_map_item_next_frame_description"),value:K("hotkey_map_item_next_frame_value")},{description:K("hotkey_map_item_jump_seek_description"),value:K("hotkey_map_item_jump_seek_value")}]},{title:K("hotkey_map_group_title_subtitles"),items:[{description:K("hotkey_map_item_subtitles_toggle_description"),value:K("hotkey_map_item_subtitles_toggle_value")}]},{title:K("hotkey_map_group_title_episodes"),items:[{description:K("hotkey_map_item_prev_episode_description"),value:ie.isMacLike()?K("hotkey_map_item_prev_episode_mac_value"):K("hotkey_map_item_prev_episode_pc_value")},{description:K("hotkey_map_item_next_episode_description"),value:ie.isMacLike()?K("hotkey_map_item_next_episode_mac_value"):K("hotkey_map_item_next_episode_pc_value")}]}]});class Tl{isRequested=!1;videoElement=void 0;playerContainer=void 0;playerDummyElement;svelteContext;externalEventHandlers={};eventHandlers={enterpictureinpicture:this.onEnterPictureInPicture.bind(this),leavepictureinpicture:this.onLeavePictureInPicture.bind(this),resize:ie.debounceFn(this.onResize.bind(this),a1)};info={isActive$:new ie.ValueSubject(this.isActive()),type:Vn.PictureInPicture};isSupported(){const e=ie.getCurrentBrowser().browser===ie.CurrentClientBrowser.Yandex;return document.pictureInPictureEnabled&&!e}isActive(){return this.isSupported()&&!!document.pictureInPictureElement}setContext(e){this.svelteContext=e}async revealPictureInPicture(){this.isRequested&&(this.unregistryEventHandlers(),await this.request(),this.registryEventHandlers())}async request(){if(!(!this.isSupported()||this.isActive()))try{await this.videoElement?.requestPictureInPicture()}catch{this.isRequested=!1}}async remove(){!this.isSupported()||!this.isActive()||await document.exitPictureInPicture()}assignPlayerContainer(e){this.isSupported()&&(this.playerContainer=e)}updateVideoElement(){this.isSupported()&&(this.videoElement=this.playerContainer?.querySelector("video"))}registryEventHandlers(){this.videoElement?.addEventListener("enterpictureinpicture",this.eventHandlers.enterpictureinpicture),this.videoElement?.addEventListener("leavepictureinpicture",this.eventHandlers.leavepictureinpicture)}registryExternalEventHandlers(e){this.externalEventHandlers={...e}}unregistryEventHandlers(){this.videoElement?.removeEventListener("enterpictureinpicture",this.eventHandlers.enterpictureinpicture),this.videoElement?.removeEventListener("leavepictureinpicture",this.eventHandlers.leavepictureinpicture)}async dispose(){this.unregistryEventHandlers(),await this.remove()}onEnterPictureInPicture(e){const n=e.pictureInPictureWindow;n&&(this.info.isActive$.next(!0),this.isRequested=!0,n.addEventListener("resize",this.eventHandlers.resize),this.externalEventHandlers.enterpictureinpicture?.(e))}onLeavePictureInPicture(e){const n=e.pictureInPictureWindow;this.info.isActive$.next(!1),this.isRequested=!1,n?.removeEventListener("resize",this.eventHandlers.resize),this.externalEventHandlers.leavepictureinpicture?.(e),this.playerDummyElement?.$destroy()}onResize(e){this.externalEventHandlers.resize?.(e)}}function Yo(t){return t instanceof Tl}function cf(t){const e=ht();return nn(()=>{e.getAdmanWrapper().startPostroll()}),[]}class ff extends _e{constructor(e){super(),ge(this,e,cf,null,be,{})}}function df(t){Ke(t,"v-1k4i25s",".container.v-1k4i25s.v-1k4i25s{position:absolute;top:14px;right:16px;padding:6px 10px;font-size:13px;color:#fff;background:rgba(0, 0, 0, 0.56);border-radius:6px;transition:color .2s}.container-mobile.v-1k4i25s.v-1k4i25s{bottom:14px;top:unset;font-size:15px;max-width:142px}.icon.v-1k4i25s.v-1k4i25s{margin-left:4px;position:relative;top:2px;fill:var(--white);transition:fill .2s}.skip.v-1k4i25s.v-1k4i25s{width:86px}.skippable.v-1k4i25s.v-1k4i25s{cursor:pointer;color:var(--white)}.skippable.v-1k4i25s.v-1k4i25s:hover{color:rgba(255, 255, 255, .75)}.skippable.v-1k4i25s:hover .icon.v-1k4i25s{fill:rgba(255, 255, 255, .75)}")}function mf(t){let e=K("skip_ads_after",{time:Math.ceil(t[1]-t[0]).toFixed(0)})+"",i;return{c(){i=Oe(e)},m(n,o){A(n,i,o)},p(n,o){o&3&&e!==(e=K("skip_ads_after",{time:Math.ceil(n[1]-n[0]).toFixed(0)})+"")&&xe(i,e)},d(n){n&&P(i)}}}function pf(t){let e,i=K("skip_ads_now")+"",n,o,s,l,r,a;return{c(){e=I("div"),n=Oe(i),o=D(),s=M("svg"),l=M("path"),u(l,"fill-rule","evenodd"),u(l,"clip-rule","evenodd"),u(l,"d","M0.263627 0.263605C-0.0878444 0.615078 -0.0878429 1.18493 0.26363 1.5364L4.72723 5.99998L0.263627 10.4636C-0.0878444 10.8151 -0.0878429 11.3849 0.26363 11.7364C0.615103 12.0879 1.18495 12.0879 1.53642 11.7364L6.63642 6.63637C6.98789 6.2849 6.98789 5.71505 6.63642 5.36358L1.53642 0.263602C1.18495 -0.0878686 0.615098 -0.0878673 0.263627 0.263605Z"),u(s,"class","icon v-1k4i25s"),u(s,"width","7"),u(s,"height","12"),u(s,"viewBox","0 0 7 12"),u(s,"fill","none"),u(s,"xmlns","http://www.w3.org/2000/svg"),u(e,"class","skip v-1k4i25s")},m(c,f){A(c,e,f),p(e,n),p(e,o),p(e,s),p(s,l),r||(a=he(e,"click",ot(function(){_n(t[2])&&t[2].apply(this,arguments)})),r=!0)},p(c,f){t=c},d(c){c&&P(e),r=!1,a()}}}function hf(t){let e;function i(s,l){return s[3]?pf:mf}let n=i(t),o=n(t);return{c(){e=I("div"),o.c(),u(e,"class","container v-1k4i25s"),V(e,"container-mobile",t[4]),V(e,"skippable",t[3])},m(s,l){A(s,e,l),o.m(e,null)},p(s,[l]){n===(n=i(s))&&o?o.p(s,l):(o.d(1),o=n(s),o&&(o.c(),o.m(e,null))),l&16&&V(e,"container-mobile",s[4]),l&8&&V(e,"skippable",s[3])},i:q,o:q,d(s){s&&P(e),o.d()}}}function bf(t,e,i){let n,{position:o=0}=e,{secondsToWatchBeforeSkip:s=0}=e,{skipAd:l=ie.noop}=e;const a=ht().ui.isMobile;R(t,a,f=>i(4,n=f));let c;return t.$$set=f=>{"position"in f&&i(0,o=f.position),"secondsToWatchBeforeSkip"in f&&i(1,s=f.secondsToWatchBeforeSkip),"skipAd"in f&&i(2,l=f.skipAd)},t.$$.update=()=>{t.$$.dirty&3&&i(3,c=o>0&&o>=s)},[o,s,l,c,n,a]}class gf extends _e{constructor(e){super(),ge(this,e,bf,hf,be,{position:0,secondsToWatchBeforeSkip:1,skipAd:2},df)}}function _f(t){Ke(t,"v-1wy3dql","button.v-1wy3dql{position:absolute;pointer-events:none;bottom:14px;left:16px;font-size:15px;background:white;border:none;padding:6px 10px;border-radius:6px;color:black}")}function vf(t){let e;return{c(){e=I("button"),e.textContent=`${K("visit_advertiser")}`,u(e,"class","v-1wy3dql")},m(i,n){A(i,e,n)},p:q,i:q,o:q,d(i){i&&P(e)}}}class kf extends _e{constructor(e){super(),ge(this,e,null,vf,be,{},_f)}}function wf(t){Ke(t,"v-354ajf",`.container.v-354ajf{width:100%;height:100%}.top-gradient-mobile.v-354ajf{position:absolute;width:100%;height:80px;top:0;left:0;pointer-events:none;background:linear-gradient(
|
|
6
|
+
"use strict";var g2=Object.create;var Hl=Object.defineProperty;var b2=Object.getOwnPropertyDescriptor;var v2=Object.getOwnPropertyNames;var y2=Object.getPrototypeOf,k2=Object.prototype.hasOwnProperty;var w2=(i,e)=>{for(var t in e)Hl(i,t,{get:e[t],enumerable:!0})},Ec=(i,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of v2(e))!k2.call(i,o)&&o!==t&&Hl(i,o,{get:()=>e[o],enumerable:!(n=b2(e,o))||n.enumerable});return i};var Mc=(i,e,t)=>(t=i!=null?g2(y2(i)):{},Ec(e||!i||!i.__esModule?Hl(t,"default",{value:i,enumerable:!0}):t,i)),C2=i=>Ec(Hl({},"__esModule",{value:!0}),i);var p6={};w2(p6,{GridTypes:()=>oo,InterfaceLanguage:()=>ml.InterfaceLanguage,VERSION:()=>Po,VKNumericLanguage:()=>ml.VKNumericLanguage,VideoFormat:()=>cs.VideoFormat,VideoQuality:()=>cs.VideoQuality,loadVKLangPack:()=>ml.loadVKLangPack,registerPlayerWebComponent:()=>m6});module.exports=C2(p6);function me(){}function ne(i,e){for(let t in e)i[t]=e[t];return i}function ps(i){return i()}function ql(){return Object.create(null)}function et(i){i.forEach(ps)}function bi(i){return typeof i=="function"}function H(i,e){return i!=i?e==e:i!==e||i&&typeof i=="object"||typeof i=="function"}var zl;function _s(i,e){return zl||(zl=document.createElement("a")),zl.href=e,i===zl.href}function Ac(i){return Object.keys(i).length===0}function Ot(i,...e){if(i==null){for(let n of e)n(void 0);return me}let t=i.subscribe(...e);return t.unsubscribe?()=>t.unsubscribe():t}function xe(i){let e;return Ot(i,t=>e=t)(),e}function F(i,e,t){i.$$.on_destroy.push(Ot(e,t))}function Se(i,e,t,n){if(i){let o=Vc(i,e,t,n);return i[0](o)}}function Vc(i,e,t,n){return i[1]&&n?ne(t.ctx.slice(),i[1](n(e))):t.ctx}function Pe(i,e,t,n){if(i[2]&&n){let o=i[2](n(t));if(e.dirty===void 0)return o;if(typeof o=="object"){let r=[],l=Math.max(e.dirty.length,o.length);for(let a=0;a<l;a+=1)r[a]=e.dirty[a]|o[a];return r}return e.dirty|o}return e.dirty}function Ie(i,e,t,n,o,r){if(o){let l=Vc(e,t,n,r);i.p(l,o)}}function Te(i){if(i.ctx.length>32){let e=[],t=i.ctx.length/32;for(let n=0;n<t;n++)e[n]=-1;return e}return-1}function ge(i){let e={};for(let t in i)t[0]!=="$"&&(e[t]=i[t]);return e}function Lc(i){return i??""}var yo=typeof window<"u"?window:typeof globalThis<"u"?globalThis:global;var Ul=class i{_listeners="WeakMap"in yo?new WeakMap:void 0;_observer=void 0;options;constructor(e){this.options=e}observe(e,t){return this._listeners.set(e,t),this._getObserver().observe(e,this.options),()=>{this._listeners.delete(e),this._observer.unobserve(e)}}_getObserver(){return this._observer??(this._observer=new ResizeObserver(e=>{for(let t of e)i.entries.set(t.target,t),this._listeners.get(t.target)?.(t)}))}};Ul.entries="WeakMap"in yo?new WeakMap:void 0;var Bc=!1;function Rc(){Bc=!0}function Dc(){Bc=!1}function m(i,e){i.appendChild(e)}function we(i,e,t){let n=Nc(i);if(!n.getElementById(e)){let o=T("style");o.id=e,o.textContent=t,I2(n,o)}}function Nc(i){if(!i)return document;let e=i.getRootNode?i.getRootNode():i.ownerDocument;return e&&e.host?e:i.ownerDocument}function I2(i,e){return m(i.head||i,e),e.sheet}function w(i,e,t){i.insertBefore(e,t||null)}function k(i){i.parentNode&&i.parentNode.removeChild(i)}function Hi(i,e){for(let t=0;t<i.length;t+=1)i[t]&&i[t].d(e)}function T(i){return document.createElement(i)}function A(i){return document.createElementNS("http://www.w3.org/2000/svg",i)}function Be(i){return document.createTextNode(i)}function N(){return Be(" ")}function nt(){return Be("")}function pe(i,e,t,n){return i.addEventListener(e,t,n),()=>i.removeEventListener(e,t,n)}function Ct(i){return function(e){return e.preventDefault(),i.call(this,e)}}function lt(i){return function(e){return e.stopPropagation(),i.call(this,e)}}function c(i,e,t){t==null?i.removeAttribute(e):i.getAttribute(e)!==t&&i.setAttribute(e,t)}function be(i,e){for(let t in e)c(i,t,e[t])}function Oc(i){return Array.from(i.childNodes)}function Ge(i,e){e=""+e,i.data!==e&&(i.data=e)}function ri(i,e,t,n){t==null?i.style.removeProperty(e):i.style.setProperty(e,t,n?"important":"")}var Kl;function T2(){if(Kl===void 0){Kl=!1;try{typeof window<"u"&&window.parent&&window.parent.document}catch{Kl=!0}}return Kl}function qo(i,e){getComputedStyle(i).position==="static"&&(i.style.position="relative");let n=T("iframe");n.setAttribute("style","display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; border: 0; opacity: 0; pointer-events: none; z-index: -1;"),n.setAttribute("aria-hidden","true"),n.tabIndex=-1;let o=T2(),r;return o?(n.src="data:text/html,<script>onresize=function(){parent.postMessage(0,'*')}<\/script>",r=pe(window,"message",l=>{l.source===n.contentWindow&&e()})):(n.src="about:blank",n.onload=()=>{r=pe(n.contentWindow,"resize",e),e()}),m(i,n),()=>{(o||r&&n.contentWindow)&&r(),k(n)}}function O(i,e,t){i.classList.toggle(e,!!t)}function Fc(i){let e={};return i.childNodes.forEach(t=>{e[t.slot||"default"]=!0}),e}function dn(i,e){return new i(e)}var no;function jn(i){no=i}function Uo(){if(!no)throw new Error("Function called outside component initialization");return no}function St(i){Uo().$$.on_mount.push(i)}function Ln(i){Uo().$$.on_destroy.push(i)}function Ko(i,e){return Uo().$$.context.set(i,e),e}function Wo(i){return Uo().$$.context.get(i)}function gl(){return Uo().$$.context}function gn(i,e){let t=i.$$.callbacks[e.type];t&&t.slice().forEach(n=>n.call(this,e))}var ko=[];var _e=[],jo=[],gs=[],zc=Promise.resolve(),bs=!1;function vs(){bs||(bs=!0,zc.then(Wl))}function Bn(){return vs(),zc}function Rn(i){jo.push(i)}function Ne(i){gs.push(i)}var hs=new Set,Go=0;function Wl(){if(Go!==0)return;let i=no;do{try{for(;Go<ko.length;){let e=ko[Go];Go++,jn(e),B2(e.$$)}}catch(e){throw ko.length=0,Go=0,e}for(jn(null),ko.length=0,Go=0;_e.length;)_e.pop()();for(let e=0;e<jo.length;e+=1){let t=jo[e];hs.has(t)||(hs.add(t),t())}jo.length=0}while(ko.length);for(;gs.length;)gs.pop()();bs=!1,hs.clear(),jn(i)}function B2(i){if(i.fragment!==null){i.update(),et(i.before_update);let e=i.dirty;i.dirty=[-1],i.fragment&&i.fragment.p(i.ctx,e),i.after_update.forEach(Rn)}}function qc(i){let e=[],t=[];jo.forEach(n=>i.indexOf(n)===-1?e.push(n):t.push(n)),t.forEach(n=>n()),jo=e}var Gl=new Set,wo;function ue(){wo={r:0,c:[],p:wo}}function ce(){wo.r||et(wo.c),wo=wo.p}function d(i,e){i&&i.i&&(Gl.delete(i),i.i(e))}function _(i,e,t,n){if(i&&i.o){if(Gl.has(i))return;Gl.add(i),wo.c.push(()=>{Gl.delete(i),n&&(t&&i.d(1),n())}),i.o(e)}else n&&n()}function ht(i){return i?.length!==void 0?i:Array.from(i)}function Le(i,e){let t={},n={},o={$$scope:1},r=i.length;for(;r--;){let l=i[r],a=e[r];if(a){for(let s in l)s in a||(n[s]=1);for(let s in a)o[s]||(t[s]=a[s],o[s]=1);i[r]=a}else for(let s in l)o[s]=1}for(let l in n)l in t||(t[l]=void 0);return t}function Uc(i){return typeof i=="object"&&i!==null?i:{}}var R2=["allowfullscreen","allowpaymentrequest","async","autofocus","autoplay","checked","controls","default","defer","disabled","formnovalidate","hidden","inert","ismap","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","selected"],D2=new Set([...R2]);function Oe(i,e,t){let n=i.$$.props[e];n!==void 0&&(i.$$.bound[n]=t,t(i.$$.ctx[n]))}function R(i){i&&i.c()}function L(i,e,t){let{fragment:n,after_update:o}=i.$$;n&&n.m(e,t),Rn(()=>{let r=i.$$.on_mount.map(ps).filter(bi);i.$$.on_destroy?i.$$.on_destroy.push(...r):et(r),i.$$.on_mount=[]}),o.forEach(Rn)}function B(i,e){let t=i.$$;t.fragment!==null&&(qc(t.after_update),et(t.on_destroy),t.fragment&&t.fragment.d(e),t.on_destroy=t.fragment=null,t.ctx=[])}function O2(i,e){i.$$.dirty[0]===-1&&(ko.push(i),vs(),i.$$.dirty.fill(0)),i.$$.dirty[e/31|0]|=1<<e%31}function q(i,e,t,n,o,r,l,a=[-1]){let s=no;jn(i);let u=i.$$={fragment:null,ctx:[],props:r,update:me,not_equal:o,bound:ql(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(e.context||(s?s.$$.context:[])),callbacks:ql(),dirty:a,skip_bound:!1,root:e.target||s.$$.root};l&&l(u.root);let f=!1;if(u.ctx=t?t(i,e.props||{},(p,h,...y)=>{let b=y.length?y[0]:h;return u.ctx&&o(u.ctx[p],u.ctx[p]=b)&&(!u.skip_bound&&u.bound[p]&&u.bound[p](b),f&&O2(i,p)),h}):[],u.update(),f=!0,et(u.before_update),u.fragment=n?n(u.ctx):!1,e.target){if(e.hydrate){Rc();let p=Oc(e.target);u.fragment&&u.fragment.l(p),p.forEach(k)}else u.fragment&&u.fragment.c();e.intro&&d(i.$$.fragment),L(i,e.target,e.anchor),Dc(),Wl()}jn(s)}var F2;typeof HTMLElement=="function"&&(F2=class extends HTMLElement{$$componentCtor;$$slots;$$component;$$connected=!1;$$data={};$$reflecting=!1;$$props_definition={};$$listeners={};$$listener_unsubscribe_fns=new Map;constructor(i,e,t){super(),this.$$componentCtor=i,this.$$slots=e,t&&this.attachShadow({mode:"open"})}addEventListener(i,e,t){if(this.$$listeners[i]=this.$$listeners[i]||[],this.$$listeners[i].push(e),this.$$component){let n=this.$$component.$on(i,e);this.$$listener_unsubscribe_fns.set(e,n)}super.addEventListener(i,e,t)}removeEventListener(i,e,t){if(super.removeEventListener(i,e,t),this.$$component){let n=this.$$listener_unsubscribe_fns.get(e);n&&(n(),this.$$listener_unsubscribe_fns.delete(e))}}async connectedCallback(){if(this.$$connected=!0,!this.$$component){let e=function(o){return()=>{let r;return{c:function(){r=document.createElement("slot"),o!=="default"&&r.setAttribute("name",o)},m:function(s,u){w(s,r,u)},d:function(s){s&&k(r)}}}};var i=e;if(await Promise.resolve(),!this.$$connected)return;let t={},n=Fc(this);for(let o of this.$$slots)o in n&&(t[o]=[e(o)]);for(let o of this.attributes){let r=this.$$get_prop_name(o.name);r in this.$$data||(this.$$data[r]=Kc(r,o.value,this.$$props_definition,"toProp"))}this.$$component=new this.$$componentCtor({target:this.shadowRoot||this,props:{...this.$$data,$$slots:t,$$scope:{ctx:[]}}});for(let o in this.$$listeners)for(let r of this.$$listeners[o]){let l=this.$$component.$on(o,r);this.$$listener_unsubscribe_fns.set(r,l)}this.$$listeners={}}}attributeChangedCallback(i,e,t){this.$$reflecting||(i=this.$$get_prop_name(i),this.$$data[i]=Kc(i,t,this.$$props_definition,"toProp"),this.$$component?.$set({[i]:this.$$data[i]}))}disconnectedCallback(){this.$$connected=!1,Promise.resolve().then(()=>{this.$$connected||(this.$$component.$destroy(),this.$$component=void 0)})}$$get_prop_name(i){return Object.keys(this.$$props_definition).find(e=>this.$$props_definition[e].attribute===i||!this.$$props_definition[e].attribute&&e.toLowerCase()===i)||i}});function Kc(i,e,t,n){let o=t[i]?.type;if(e=o==="Boolean"&&typeof e!="boolean"?e!=null:e,!n||!t[i])return e;if(n==="toAttribute")switch(o){case"Object":case"Array":return e==null?null:JSON.stringify(e);case"Boolean":return e?"":null;case"Number":return e??null;default:return e}else switch(o){case"Object":case"Array":return e&&JSON.parse(e);case"Boolean":return e;case"Number":return e!=null?+e:e;default:return e}}var z=class{$$=void 0;$$set=void 0;$destroy(){B(this,1),this.$destroy=me}$on(e,t){if(!bi(t))return me;let n=this.$$.callbacks[e]||(this.$$.callbacks[e]=[]);return n.push(t),()=>{let o=n.indexOf(t);o!==-1&&n.splice(o,1)}}$set(e){this.$$set&&!Ac(e)&&(this.$$.skip_bound=!0,this.$$set(e),this.$$.skip_bound=!1)}};var Wc="4";typeof window<"u"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(Wc);var JB=require("@vkontakte/videoplayer-core"),Dn=require("@vkontakte/videoplayer-shared"),Ep=require("@vkontakte/videoplayer-statistics");var Qo=require("@vkontakte/videoplayer-shared");var H2={isMobile:void 0,defaultLanguage:Qo.InterfaceLanguage.RU,downloadVKLanguages:!0,updateBuiltinLanguages:!0,isSmoothVideoRotate:!0,showSupport:!0,supportLink:"https://vk.com/support?act=new&from=v",showLogo:void 0,logoLink:"https://vk.com/video",logoType:"vk_video",volumeDefault:1,volumeMinRestore:.05,loaderDelay:500,minSubtitlesFontSize:13,autoSubtitlesTimeout:2e3,allowChangingFullscreenTarget:!0,trafficSavingLimit:Qo.VideoQuality.Q_480P,episodeMinWidthPc:8,hideThumbTimerAfterTouch:!0,sentry:{dsn:"https://e349fd23c68f405388980d0868d0ff27@sentry.mvk.com/126",sampleRate:.01,whiteErrorCategoryList:[],blackErrorCategoryList:[],whiteErrorIdList:[],blackErrorIdList:[]},features:{autoplay:!0,statistics:!0,sentry:!0,preload:!0,subtitles:!0,episodes:!0,fullscreen:!0,timelinePreview:!0,mediaSession:!0,annotations:!0,pip:!0,dpip:!0,download:!0,liveRewind:!0,playbackRate:!0,trafficSaving:!0,episodesClustering:!0,copyVideoLink:!0,videoRotate:!0,interactiveGraph:!1,seekToInteractive:!0,interactiveLastFrame:!1,interactiveTextPermanent:!0,interactiveHideTime:!0,interactivePlayPrevChapter:!0,interactiveTimeIndicator:!0,thumbTimer:!0,hotKeyMapModal:!0,hotKeyHelpers:!0,saveDebugInfoToFile:!1,additionalButtons:!0,contextMenuButton:!0},controls:{hideTimeout:500,hideTimeoutMobile:3e3,hideTimeoutInitial:200,hideTimeoutFullscreen:3e3,hideTimeoutCursor:3e3,hideTimeoutTooltips:1e3,collapseMobileUnmute:6e3,hide360IconTimeout:3e3,hideHotKeyHelpers:2e3,playbackRateMin:.25,playbackRateMax:2,playbackRateStep:.25,volumeStepKeyboard:.05,volumeStepWheel:.05,volumeBarTimeout:300,seekStepKeyboard:1e4,seekStepMobile:15e3,seekStepFrame:400},ads:{enable:void 0,initTimeout:2e3,loadTimeout:2e3,slot:void 0,preview:void 0},interactive:{historyMaxLength:100,noInteractionEventTimeout:3e4}},Gc=i=>(0,Qo.fillWithDefault)(i,H2),jc=i=>Ko("ui-config",i),Vt=()=>Wo("ui-config");var bl="vk_player_debug_panel_opened";var Qc="videoplayer",Yc="videoplayer";var qn={KeyF:"f",KeyK:"k",KeyC:"c",KeyM:"m"},Zc=new Set(["ArrowLeft","ArrowRight","KeyL","KeyJ"]),Xc=new Set(["Tab","Space","ArrowLeft","ArrowRight","ArrowUp","ArrowDown"]),Jc=new Set(["ShiftRight","ShiftLeft"]);var xc=["TIMELINE"],vl=[...xc,"GRAPH_BUTTON"],ys=[...xc,"PLAY_BUTTON"],jl=[...vl,"PLAY_BUTTON"];var oo=(r=>(r.XS="xs",r.S="s",r.M="m",r.L="l",r.XL="xl",r))(oo||{}),So={xs:0,s:1,m:2,l:3,xl:4};var Yo=[];function Cn(i,e){return{subscribe:Re(i,e).subscribe}}function Re(i,e=me){let t,n=new Set;function o(a){if(H(i,a)&&(i=a,t)){let s=!Yo.length;for(let u of n)u[1](),Yo.push(u,i);if(s){for(let u=0;u<Yo.length;u+=2)Yo[u][0](Yo[u+1]);Yo.length=0}}}function r(a){o(a(i))}function l(a,s=me){let u=[a,s];return n.add(u),n.size===1&&(t=e(o,r)||me),a(i),()=>{n.delete(u),n.size===0&&t&&(t(),t=null)}}return{set:o,update:r,subscribe:l}}function vi(i,e,t){let n=!Array.isArray(i),o=n?[i]:i;if(!o.every(Boolean))throw new Error("derived() expects stores as input, got a falsy value");let r=e.length<2;return Cn(t,(l,a)=>{let s=!1,u=[],f=0,p=me,h=()=>{if(f)return;p();let b=e(n?u[0]:u,l,a);r?l(b):p=bi(b)?b:me},y=o.map((b,P)=>Ot(b,C=>{u[P]=C,f&=~(1<<P),s&&h()},()=>{f|=1<<P}));return s=!0,h(),function(){et(y),p(),s=!1}})}var yl=require("@vkontakte/videoplayer-shared"),$c=require("@vkontakte/videoplayer-core"),ef=require("@vkontakte/videoplayer-statistics");var Ql="prod",Po="1.1.38-dev.02602b16.0";var Yl=(i,e,t)=>{let n=document.createElement("a");n.href=i,n.download=`${e}.${t}`,n.style.display="none",n.click()};var tf=Symbol("storeContext"),nf=Symbol("microStoresContext"),of=(i,e)=>{Ko(tf,i),Ko(nf,e),Ql==="dev"&&(window.app={store:i,microStores:e})},$e=()=>{let i=Wo(tf);return(0,yl.assertNonNullable)(i,"Store context is empty!"),i},Sn=()=>{let i=Wo(nf);return(0,yl.assertNonNullable)(i,"MicroStores context is empty!"),i},gt=(i,e)=>ks(i,i.getValue(),e),ks=(i,e,t)=>Cn(e,n=>{let o=i.subscribe(r=>{n(r),t?.(r)});return()=>o.unsubscribe()}),lf=(i,e,t)=>{let n=i.info,{width:o,height:r}=xe(t.ui.playerSize),l=n.throughputEstimation$.getValue()?.toFixed(0)??0,a=n.rttEstimation$.getValue()?.toFixed(0)??0,s=n.isAutoQualityEnabled$.getValue()?"auto":"manual",u=`${Po} (core: ${$c.VERSION}, stat: ${ef.VERSION}, shared: ${yl.VERSION})`,f=xe(t.state.errorLog$),p=f.length?`
|
|
7
|
+
`+f.map((b,P)=>{let C=`${P}) Type: ${b.id}
|
|
8
|
+
`,M=`Message: ${b.message} (${b.thrown})
|
|
9
|
+
`,S=`Trace: ${b.thrown?.stack}
|
|
10
|
+
`;return C+M+S}).join(`
|
|
11
|
+
`):void 0,h=t.state.isAudioDisabled?"disabled":xe(t.state.isAudioAvailable$)?void 0:"unavailable",y={Version:u,Browser:navigator.userAgent,Config:i.experimental.tuningConfigName$.getValue().join(", "),"United video id":String(t.videoId),"Content host":n.hostname$.getValue(),"Connection type":n.httpConnectionType$.getValue()+(n.httpConnectionReused$.getValue()?" (reused)":""),Throughput:`${l}Kbps @ ${a}ms RTT`,Format:n.currentFormat$.getValue(),"Available Formats":Object.keys(e.sources).join(", "),Quality:`${s} ${n.currentQuality$.getValue()}`,"Available qualities":n.availableQualities$.getValue().join(", "),Audio:h,Position:`${xe(t.state.positionExact$)}s`,State:`${xe(t.playerPhase)} ${n.playbackState$.getValue()}`,"Player size":`${o}x${r}`,URL:window.location.href,Errors:p};return Object.entries(y).filter(([b,P])=>P!==void 0).map(([b,P])=>`${b}: ${P}`).join(`
|
|
12
|
+
`)},rf=(i,e,t)=>{let n=i.info,{width:o,height:r}=xe(t.ui.playerSize),l={version:Po,viewport:`${o}x${r}`,volume:Math.round(xe(t.state.volume$)*100)};l.id=t.videoId,n.currentFormat$.getValue()&&(l.provider=n.currentFormat$.getValue()),n.hostname$.getValue()&&(l.cdn=n.hostname$.getValue());let u=n.intrinsicVideoSize$.getValue();u&&(l.videoSize=`${u.width}x${u.height}`);let f=n.currentBuffer$.getValue();f&&(l.buffer=Math.max(f.end-xe(t.state.positionExact$),0));let p=n.throughputEstimation$.getValue();p&&(l.speed=p);let h=n.videoBitrate$.getValue();h&&(l.bitrate=h);let y=n.currentVideoSegmentLength$.getValue();y&&(l.currentVideoSegmentLength=y);let b=n.currentAudioSegmentLength$.getValue();return b&&(l.currentAudioSegmentLength=b),l},sf=(i,e)=>Yl(i,e,"mp4");var Pn=require("@vkontakte/videoplayer-shared"),af="vk_player_prefer_traffic_saving_enabled",uf="vk_player_preferred_volume",cf="vk_player_prefer_volume_mute",ws="vk_player_preferred_quality",ff=i=>i>1?1:i<0?0:i,Cs=i=>Pn.safeStorage.set(uf,ff(i).toString(10)),Zl=()=>{let i=Pn.safeStorage.get(uf);return(0,Pn.isNullable)(i)?void 0:ff(parseFloat(i))},df=(i,e)=>Pn.safeStorage.set(ws,JSON.stringify({videoId:i,value:e})),Ss=()=>Pn.safeStorage.remove(ws),mf=i=>{let e=Pn.safeStorage.get(ws);if((0,Pn.isNullable)(e))return;let{videoId:t,value:n}=JSON.parse(e);if(i!==t){Ss();return}return n},pf=(i,e)=>{e?Pn.safeStorage.set(i,"true"):Pn.safeStorage.remove(i)},_f=i=>Pn.safeStorage.get(i)==="true",Xl=i=>pf(cf,i),hf=()=>_f(cf),gf=i=>pf(af,i),bf=()=>_f(af);var op=require("@vkontakte/videoplayer-core"),os=require("@vkontakte/videoplayer-shared");function z2(i){let e,t,n,o,r,l,a,s,u,f,p,h,y,b,P,C,M,S=i[2].default,v=Se(S,i,i[1],null),E=[{xmlns:"http://www.w3.org/2000/svg"},{width:"76"},{height:"45"},{fill:"none"},{"data-testid":"video-360-icon"},{role:"img"},i[0]],G={};for(let W=0;W<E.length;W+=1)G=ne(G,E[W]);return{c(){e=A("svg"),v&&v.c(),t=A("g"),n=A("path"),o=A("path"),r=A("path"),l=A("path"),a=A("path"),s=A("defs"),u=A("filter"),f=A("feFlood"),p=A("feColorMatrix"),h=A("feOffset"),y=A("feGaussianBlur"),b=A("feColorMatrix"),P=A("feBlend"),C=A("feBlend"),c(n,"fill","#fff"),c(n,"fill-rule","evenodd"),c(n,"d","M67 9.489A3.49 3.49 0 0 1 63.511 13 3.493 3.493 0 0 1 60 9.489 3.49 3.49 0 0 1 63.511 6 3.484 3.484 0 0 1 67 9.489m-5.003 0c0 .834.68 1.514 1.514 1.514.812 0 1.492-.68 1.492-1.514 0-.812-.68-1.492-1.492-1.492-.834 0-1.514.68-1.514 1.492"),c(n,"clip-rule","evenodd"),c(o,"fill","#fff"),c(o,"d","M26.86 15.183c1.372-.492 2.534-1.711 2.534-3.61C29.394 8.922 27.185 7 24.07 7c-1.965 0-3.573.784-4.67 2.29l-.108.149a1.333 1.333 0 0 0 .268 1.855c.536.402 1.295.343 1.736-.162.09-.102.164-.19.205-.247.594-.81 1.431-1.306 2.5-1.306 1.534 0 2.604.915 2.604 2.251 0 1.36-1.093 2.275-2.651 2.275h-.583a1.231 1.231 0 0 0 0 2.462h.583c1.744 0 2.907.985 2.907 2.392 0 1.453-1.186 2.462-2.884 2.462-1.296 0-2.201-.552-2.883-1.603a10 10 0 0 0-.2-.287 1.403 1.403 0 0 0-2.052-.246c-.494.42-.65 1.13-.305 1.68.072.116.146.227.218.322C20.132 23.137 21.678 24 23.999 24c3.28 0 5.628-2.04 5.628-4.924 0-2.204-1.395-3.4-2.767-3.893"),c(r,"fill","#fff"),c(r,"fill-rule","evenodd"),c(r,"d","M37.732 12.675c-.465 0-1 .046-1.511.164l2.584-3.74a1.338 1.338 0 1 0-2.203-1.518l-3.753 5.469c-1.418 2.133-1.837 3.822-1.837 5.276 0 3.47 2.558 5.674 6.186 5.674 3.604 0 6.162-2.392 6.162-5.768 0-3.236-2.349-5.557-5.628-5.557m-.534 8.746c-1.977 0-3.326-1.267-3.326-3.142 0-1.853 1.349-3.142 3.326-3.142 1.953 0 3.302 1.29 3.302 3.142 0 1.875-1.35 3.142-3.302 3.142M58 15.512c0 5.041-2.697 8.441-6.627 8.441s-6.628-3.4-6.628-8.441 2.698-8.442 6.628-8.442S58 10.47 58 15.512m-10.348 0c0 3.564 1.488 5.862 3.72 5.862s3.721-2.298 3.721-5.862-1.488-5.862-3.72-5.862-3.72 2.298-3.72 5.862Z"),c(r,"clip-rule","evenodd"),c(l,"fill","#fff"),c(l,"d","M67 23.5c0-1.318-1.201-3.094-4.199-4.673a1.5 1.5 0 1 1 1.398-2.654C67.452 17.886 70 20.433 70 23.5c0 3.126-2.556 5.554-6.088 7.27-3.633 1.766-8.825 3.062-15.259 3.722a1.5 1.5 0 0 1-.306-2.984c6.248-.641 11.057-1.882 14.253-3.436C65.897 26.47 67 24.8 67 23.5M38.879 35H38c-9.64 0-17.447-1.133-22.9-3.018-2.72-.941-4.94-2.099-6.506-3.468C7.019 27.138 6 25.445 6 23.5c0-1.64.785-3.073 1.908-4.255 1.119-1.179 2.66-2.205 4.42-3.086a1.5 1.5 0 1 1 1.343 2.682c-1.584.793-2.794 1.634-3.588 2.47C9.293 22.143 9 22.873 9 23.5c0 .807.407 1.74 1.568 2.755 1.17 1.022 2.996 2.02 5.513 2.892C21.106 30.885 28.55 32 38 32h.879l-1.44-1.44a1.5 1.5 0 0 1 2.122-2.12l3.999 3.998.01.011a1.5 1.5 0 0 1 .317 1.624 1.5 1.5 0 0 1-.326.488l-4 4a1.5 1.5 0 0 1-2.122-2.122L38.88 35Z"),c(a,"stroke","#000"),c(a,"stroke-linecap","round"),c(a,"stroke-linejoin","round"),c(a,"stroke-opacity",".12"),c(a,"stroke-width",".5"),c(a,"d","m7.908 19.245-.181-.173c1.146-1.206 2.714-2.248 4.49-3.137a1.75 1.75 0 1 1 1.566 3.13c-1.57.786-2.752 1.61-3.519 2.418-.762.802-1.014 1.474-1.014 2.017 0 .713.357 1.583 1.483 2.567 1.136.993 2.93 1.978 5.43 2.843 4.99 1.726 12.403 2.84 21.837 2.84h.275l-1.012-1.013a1.75 1.75 0 1 1 2.474-2.474l4 3.998h0l.012.013s0 0 0 0c.162.165.284.354.368.556q0 0 0 0l-.23.096A1.5 1.5 0 0 1 44 33.5q-.002.306-.113.573L7.907 19.245Zm0 0-.181-.173C6.576 20.284 5.75 21.775 5.75 23.5c0 2.04 1.07 3.796 2.68 5.202 1.599 1.398 3.85 2.569 6.589 3.516C20.506 34.116 28.343 35.25 38 35.25h.275zm29.824-6.82c-.3 0-.63.018-.965.063l2.244-3.247c.728-1.054-.026-2.491-1.306-2.491-.524 0-1.014.258-1.31.69l-3.752 5.468h0l-.002.003c-1.442 2.17-1.879 3.905-1.879 5.415 0 1.8.665 3.288 1.815 4.324 1.147 1.033 2.757 1.6 4.62 1.6 3.727 0 6.413-2.488 6.413-6.018 0-3.377-2.464-5.807-5.878-5.807m25.779.825c2.07 0 3.739-1.67 3.739-3.761 0-2.07-1.67-3.739-3.739-3.739a3.74 3.74 0 0 0-3.761 3.739 3.743 3.743 0 0 0 3.761 3.761m0-2.497a1.267 1.267 0 0 1-1.264-1.264c0-.671.566-1.242 1.264-1.242.674 0 1.242.568 1.242 1.242 0 .698-.57 1.264-1.242 1.264m-33.634 8.323c0-2.043-1.139-3.272-2.388-3.895 1.208-.629 2.155-1.846 2.155-3.609 0-2.82-2.357-4.822-5.575-4.822-2.04 0-3.724.818-4.871 2.392l-.109.149a1.583 1.583 0 0 0 .32 2.203c.635.476 1.542.411 2.074-.197.09-.103.17-.198.219-.264.553-.755 1.318-1.204 2.297-1.204.72 0 1.309.214 1.715.564.403.347.64.84.64 1.437 0 .608-.242 1.107-.653 1.457-.415.353-1.017.568-1.748.568h-.583a1.481 1.481 0 0 0 0 2.962h.583c.826 0 1.493.233 1.948.61.451.375.709.902.709 1.532 0 .654-.265 1.2-.718 1.586-.455.388-1.116.626-1.916.626-.61 0-1.117-.13-1.548-.375s-.801-.614-1.125-1.114a11 11 0 0 0-.206-.296 1.653 1.653 0 0 0-2.417-.292c-.577.49-.774 1.335-.356 2.004.075.119.152.236.23.339.704.945 1.462 1.652 2.352 2.121.892.47 1.9.692 3.094.692 3.383 0 5.877-2.121 5.877-5.174m7.32 2.095c-.934 0-1.7-.299-2.232-.8-.53-.5-.843-1.217-.843-2.092 0-.863.313-1.581.844-2.085s1.298-.807 2.232-.807c.92 0 1.682.303 2.21.807.529.503.842 1.222.842 2.085 0 .875-.314 1.593-.84 2.093-.53.5-1.29.799-2.212.799Zm14.176 3.032c2.044 0 3.772-.887 4.983-2.425 1.208-1.534 1.894-3.703 1.894-6.266s-.686-4.732-1.894-6.266c-1.211-1.539-2.94-2.426-4.983-2.426-2.044 0-3.773.887-4.984 2.426-1.208 1.534-1.894 3.703-1.894 6.266s.686 4.732 1.894 6.266c1.211 1.538 2.94 2.425 4.984 2.425m0-3.08c-1.017 0-1.874-.518-2.487-1.478-.618-.968-.984-2.382-.984-4.133 0-1.752.366-3.166.984-4.133.613-.96 1.47-1.48 2.487-1.48s1.873.52 2.486 1.48c.618.967.984 2.381.984 4.133 0 1.751-.366 3.165-.984 4.133-.613.96-1.47 1.479-2.486 1.479Zm11.312-2.075c2.975 1.567 4.065 3.279 4.065 4.452 0 1.148-.983 2.756-4.259 4.347-3.16 1.536-7.937 2.773-14.17 3.412a1.75 1.75 0 0 0 .358 3.482c6.45-.662 11.673-1.963 15.342-3.746 3.551-1.725 6.229-4.216 6.229-7.495 0-3.213-2.661-5.825-5.935-7.548a1.75 1.75 0 1 0-1.63 3.096"),c(t,"filter","url(#a)"),c(f,"flood-opacity","0"),c(f,"result","BackgroundImageFix"),c(p,"in","SourceAlpha"),c(p,"result","hardAlpha"),c(p,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"),c(y,"stdDeviation","2.5"),c(b,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"),c(P,"in2","BackgroundImageFix"),c(P,"result","effect1_dropShadow_618_12297"),c(C,"in","SourceGraphic"),c(C,"in2","effect1_dropShadow_618_12297"),c(C,"result","shape"),c(u,"id","a"),c(u,"width","75"),c(u,"height","44"),c(u,"x",".5"),c(u,"y",".5"),c(u,"color-interpolation-filters","sRGB"),c(u,"filterUnits","userSpaceOnUse"),be(e,G)},m(W,K){w(W,e,K),v&&v.m(e,null),m(e,t),m(t,n),m(t,o),m(t,r),m(t,l),m(t,a),m(e,s),m(s,u),m(u,f),m(u,p),m(u,h),m(u,y),m(u,b),m(u,P),m(u,C),M=!0},p(W,[K]){v&&v.p&&(!M||K&2)&&Ie(v,S,W,W[1],M?Pe(S,W[1],K,null):Te(W[1]),null),be(e,G=Le(E,[{xmlns:"http://www.w3.org/2000/svg"},{width:"76"},{height:"45"},{fill:"none"},{"data-testid":"video-360-icon"},{role:"img"},K&1&&W[0]]))},i(W){M||(d(v,W),M=!0)},o(W){_(v,W),M=!1},d(W){W&&k(e),v&&v.d(W)}}}function q2(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var Ps=class extends z{constructor(e){super(),q(this,e,q2,z2,H,{})}},Jl=Ps;var Zo=require("@vkontakte/videoplayer-shared");var U2={auto_quality_invariant:"\u0410\u0432\u0442\u043E",auto_quality:"\u0410\u0432\u0442\u043E ({actual})",auto_quality_option:"\u0410\u0432\u0442\u043E",menu_quality:"\u041A\u0430\u0447\u0435\u0441\u0442\u0432\u043E",menu_traffic_saving:"\u042D\u043A\u043E\u043D\u043E\u043C\u0438\u044F \u0434\u0430\u043D\u043D\u044B\u0445",menu_playback_rate:"\u0421\u043A\u043E\u0440\u043E\u0441\u0442\u044C",menu_report:"\u0421\u043E\u043E\u0431\u0449\u0438\u0442\u044C \u043E \u043F\u0440\u043E\u0431\u043B\u0435\u043C\u0435",menu_pip:"\u041A\u0430\u0440\u0442\u0438\u043D\u043A\u0430 \u0432 \u043A\u0430\u0440\u0442\u0438\u043D\u043A\u0435",menu_copy_video_link:"\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0430 \u0432\u0438\u0434\u0435\u043E",menu_copy_video_link_with_timestamp:"\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u0441\u044B\u043B\u043A\u0443 \u043D\u0430 \u043A\u0430\u0434\u0440",menu_video_rotate:"\u041F\u043E\u0432\u0435\u0440\u043D\u0443\u0442\u044C",menu_video_loop_on:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0432\u0442\u043E\u0440\u0435\u043D\u0438\u0435",menu_video_loop_off:"\u041E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u0432\u0442\u043E\u0440\u0435\u043D\u0438\u0435",menu_chromecast:"Chromecast \u0442\u0440\u0430\u043D\u0441\u043B\u044F\u0446\u0438\u044F",menu_copy_debug:"\u041A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0434\u0430\u043D\u043D\u044B\u0435 \u0434\u043B\u044F \u0434\u0438\u0430\u0433\u043D\u043E\u0441\u0442\u0438\u043A\u0438",menu_save_debug:"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C \u0434\u0430\u043D\u043D\u044B\u0435 \u0434\u043B\u044F \u0434\u0438\u0430\u0433\u043D\u043E\u0441\u0442\u0438\u043A\u0438",menu_debug_overlay:"\u0422\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F",pip_dummy_title:"\u0412\u0438\u0434\u0435\u043E \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u0432 \u0440\u0435\u0436\u0438\u043C\u0435 \u043A\u0430\u0440\u0442\u0438\u043D\u043A\u0430 \u0432 \u043A\u0430\u0440\u0442\u0438\u043D\u043A\u0435",submenu_quality:"\u041A\u0430\u0447\u0435\u0441\u0442\u0432\u043E",submenu_playback_rate:"\u0421\u043A\u043E\u0440\u043E\u0441\u0442\u044C",submenu_settings:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",submenu_traffic_saving:"\u042D\u043A\u043E\u043D\u043E\u043C\u0438\u044F \u0434\u0430\u043D\u043D\u044B\u0445",mobile_unmute:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0432\u0443\u043A",playing_ads:"\u0420\u0435\u043A\u043B\u0430\u043C\u0430 {timeleft}",skip_ads_now:"\u041F\u0440\u043E\u043F\u0443\u0441\u0442\u0438\u0442\u044C \u0440\u0435\u043A\u043B\u0430\u043C\u0443",skip_ads_after:"\u041F\u0440\u043E\u043F\u0443\u0441\u0442\u0438\u0442\u044C \u0440\u0435\u043A\u043B\u0430\u043C\u0443 \u0447\u0435\u0440\u0435\u0437 {time}\u0441",visit_advertiser:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 \u0441\u0430\u0439\u0442",aria_timeline:"\u041F\u043E\u043B\u0437\u0443\u043D\u043E\u043A \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0439 \u0448\u043A\u0430\u043B\u044B",aria_timeline_value:"{position} (\u043E\u0431\u0449\u0430\u044F \u0434\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C {duration}",aria_open_settings:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0432\u0438\u0434\u0435\u043E\u043F\u043B\u0435\u0435\u0440\u0430",doubletap_seek_step:"{seconds} \u0441\u0435\u043A\u0443\u043D\u0434",playback_rate_1:"\u041E\u0431\u044B\u0447\u043D\u0430\u044F",playback_rate:"{multiplier}x",video360:"\u043F\u0430\u043D\u043E\u0440\u0430\u043C\u043D\u043E\u0435 \u0432\u0438\u0434\u0435\u043E",subtitles_caption:"\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044B",subtitles_auto:"{language} (\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0435)",subtitles_off:"\u0412\u044B\u043A\u043B.",subtitles_auto_caption:"\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B",subtitles_turn_on:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B",subtitles_turn_off:"\u0412\u044B\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B",traffic_saving_off:"\u041E\u0442\u043A\u043B.",traffic_saving_on:"\u0412\u043A\u043B.",traffic_saving_disable:"\u041E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u0430",traffic_saving_enable:"\u0412\u043A\u043B\u044E\u0447\u0435\u043D\u0430",traffic_saving_helper_text:"\u041F\u0440\u0438 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0438 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u043E \u0432\u0438\u0434\u0435\u043E \u0431\u0443\u0434\u0435\u0442 \u0441\u043D\u0438\u0436\u0435\u043D\u043E \u0434\u043B\u044F \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u0442\u0440\u0430\u0444\u0438\u043A\u0430",tooltip_button_disabled:"\u041A\u043D\u043E\u043F\u043A\u0430 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430",tooltip_previous:"\u041F\u0440\u0435\u0434\u044B\u0434\u0443\u0449\u0435\u0435 \u0432\u0438\u0434\u0435\u043E",tooltip_restart:"\u041D\u0430\u0447\u0430\u0442\u044C \u0437\u0430\u043D\u043E\u0432\u043E",tooltip_play:"\u0421\u043C\u043E\u0442\u0440\u0435\u0442\u044C",tooltip_pause:"\u041F\u0430\u0443\u0437\u0430",tooltip_next:"\u0421\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0435 \u0432\u0438\u0434\u0435\u043E",tooltip_interactive_go_back:"\u0412\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u043F\u0440\u0435\u0434\u044B\u0434\u0443\u0449\u0435\u0439 \u0433\u043B\u0430\u0432\u0435",tooltip_interactive_go_back_disabled:"\u0418\u0441\u0442\u043E\u0440\u0438\u044F \u043F\u0440\u043E\u0445\u043E\u0436\u0434\u0435\u043D\u0438\u044F \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430",tooltip_interactive_go_back_disabled_first:"\u0412\u044B \u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 \u043F\u0435\u0440\u0432\u0443\u044E \u0433\u043B\u0430\u0432\u0443",tooltip_interactive_go_back_disabled_limit:"\u041B\u0438\u043C\u0438\u0442 \u0432\u043E\u0437\u0432\u0440\u0430\u0442\u043E\u0432 \u0438\u0441\u0447\u0435\u0440\u043F\u0430\u043D",tooltip_chapter_without_interactive:"\u0412 \u044D\u0442\u043E\u0439 \u0433\u043B\u0430\u0432\u0435 \u043D\u0435\u0442 \u0438\u043D\u0442\u0435\u0440\u0430\u043A\u0442\u0438\u0432\u0430",tooltip_interactive_of_chapter_completed:"\u0418\u043D\u0442\u0435\u0440\u0430\u043A\u0442\u0438\u0432\u044B \u044D\u0442\u043E\u0439 \u0433\u043B\u0430\u0432\u044B \u0443\u0436\u0435 \u043F\u0440\u043E\u0439\u0434\u0435\u043D\u044B",tooltip_interactive_seek:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u0438\u043D\u0442\u0435\u0440\u0430\u043A\u0442\u0438\u0432\u0443",tooltip_interactive_graph_off:"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u0430\u0440\u0442\u0443 \u0441\u044E\u0436\u0435\u0442\u0430",tooltip_interactive_graph_on:"\u0421\u043A\u0440\u044B\u0442\u044C \u043A\u0430\u0440\u0442\u0443 \u0441\u044E\u0436\u0435\u0442\u0430",tooltip_live:"\u041F\u0435\u0440\u0435\u043C\u043E\u0442\u0430\u0442\u044C \u043D\u0430 \u0430\u043A\u0442\u0443\u0430\u043B\u044C\u043D\u044B\u0439 \u043B\u0430\u0439\u0432",tooltip_episodes:"\u042D\u043F\u0438\u0437\u043E\u0434\u044B",tooltip_volume:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0432\u0443\u043A",tooltip_volume_muted:"\u0412\u044B\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0432\u0443\u043A",tooltip_subtitles_off:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B",tooltip_subtitles_on:"\u0412\u044B\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B",tooltip_settings_off:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",tooltip_settings_on:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",tooltip_fullscreen_off:"\u041D\u0430 \u0432\u0435\u0441\u044C \u044D\u043A\u0440\u0430\u043D",tooltip_fullscreen_on:"\u0412\u044B\u0439\u0442\u0438 \u0438\u0437 \u043F\u043E\u043B\u043D\u043E\u044D\u043A\u0440\u0430\u043D\u043D\u043E\u0433\u043E \u0440\u0435\u0436\u0438\u043C\u0430",tooltip_chromecast_off:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C Chromecast",tooltip_chromecast_on:"\u0412\u044B\u043A\u043B\u044E\u0447\u0438\u0442\u044C Chromecast",tooltip_episode_finished:"\u0412\u044B \u0443\u0436\u0435 \u0441\u0434\u0435\u043B\u0430\u043B\u0438 \u0441\u0432\u043E\u0439 \u0432\u044B\u0431\u043E\u0440",tooltip_episode_unfinished:"\u041D\u0435 \u043F\u0440\u043E\u0439\u0434\u0435\u043D\u043E",tooltip_disabled_when_interactive:"\u0418\u043D\u0442\u0435\u0440\u0430\u043A\u0442\u0438\u0432 \u0443\u0436\u0435 \u0438\u0434\u0451\u0442",tooltip_disabled_when_graph_on:"\u041A\u043D\u043E\u043F\u043A\u0430 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u0432\u043E \u0432\u0440\u0435\u043C\u044F \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430 \u043A\u0430\u0440\u0442\u044B",tooltip_interactive_interaction_time_indicator:"\u041D\u0430\u0436\u043C\u0438\u0442\u0435 \u043D\u0430 \u044D\u043B\u0435\u043C\u0435\u043D\u0442 \u0438\u043D\u0442\u0435\u0440\u0430\u043A\u0442\u0438\u0432\u0430",tooltip_vk_logo:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0432 VK \u0412\u0438\u0434\u0435\u043E",tooltip_vk_video_logo:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 VK \u0412\u0438\u0434\u0435\u043E",download_video_caption:"\u0421\u043A\u0430\u0447\u0430\u0442\u044C \u0432\u0438\u0434\u0435\u043E",hotkey_helper_current_volume:"{value} %",hotkey_map_modal_title:"\u0411\u044B\u0441\u0442\u0440\u044B\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438",hotkey_map_modal_close_btn_text:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C",hotkey_map_group_title_common:"\u041E\u0431\u0449\u0438\u0435",hotkey_map_group_title_playback:"\u0412\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0435",hotkey_map_group_title_subtitles:"\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044B",hotkey_map_group_title_episodes:"\u042D\u043F\u0438\u0437\u043E\u0434\u044B",hotkey_map_item_mute_description:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0438\u043B\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0437\u0432\u0443\u043A",hotkey_map_item_mute_value:"m",hotkey_map_item_volume_up_description:"\u0423\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C \u0433\u0440\u043E\u043C\u043A\u043E\u0441\u0442\u044C",hotkey_map_item_volume_up_value:"\u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u0432\u0432\u0435\u0440\u0445",hotkey_map_item_volume_down_description:"\u0423\u043C\u0435\u043D\u044C\u0448\u0438\u0442\u044C \u0433\u0440\u043E\u043C\u043A\u043E\u0441\u0442\u044C",hotkey_map_item_volume_down_value:"\u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u0432\u043D\u0438\u0437",hotkey_map_item_pip_description:"\u0421\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0438\u043B\u0438 \u0440\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u043C\u0438\u043D\u0438-\u043F\u0440\u043E\u0438\u0433\u0440\u044B\u0432\u0430\u0442\u0435\u043B\u044C",hotkey_map_item_pip_value:"i",hotkey_map_item_full_screen_description:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0438\u043B\u0438 \u0432\u044B\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u043E\u043B\u043D\u043E\u044D\u043A\u0440\u0430\u043D\u043D\u044B\u0439 \u0440\u0435\u0436\u0438\u043C",hotkey_map_item_full_screen_value:"f",hotkey_map_item_show_context_menu_description:"\u0421\u043A\u0440\u044B\u0442\u044C \u0438\u043B\u0438 \u043F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u043E\u0435 \u043C\u0435\u043D\u044E",hotkey_map_item_show_context_menu_value:"Shift + !",hotkey_map_item_show_hotkey_map_description:"\u0421\u043A\u0440\u044B\u0442\u044C \u0438\u043B\u0438 \u043F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0441\u043F\u0438\u0441\u043E\u043A \u0433\u043E\u0440\u044F\u0447\u0438\u0445 \u043A\u043B\u0430\u0432\u0438\u0448",hotkey_map_item_show_hotkey_map_value:"Shift + ?",hotkey_map_item_play_toggle_description:"\u041F\u0440\u0438\u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0438\u043B\u0438 \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u044C \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0435",hotkey_map_item_play_toggle_value:"\u041F\u0440\u043E\u0431\u0435\u043B (\u0438\u043B\u0438 k)",hotkey_map_item_seek_backward_description:"\u041F\u0435\u0440\u0435\u043C\u043E\u0442\u0430\u0442\u044C \u0440\u043E\u043B\u0438\u043A \u043D\u0430 10 \u0441\u0435\u043A\u0443\u043D\u0434 \u043D\u0430\u0437\u0430\u0434",hotkey_map_item_seek_backward_value:"\u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u0432\u043B\u0435\u0432\u043E (\u0438\u043B\u0438 j)",hotkey_map_item_seek_forward_description:"\u041F\u0435\u0440\u0435\u043C\u043E\u0442\u0430\u0442\u044C \u0440\u043E\u043B\u0438\u043A \u043D\u0430 10 \u0441\u0435\u043A\u0443\u043D\u0434 \u0432\u043F\u0435\u0440\u0451\u0434",hotkey_map_item_seek_forward_value:"\u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u0432\u043F\u0440\u0430\u0432\u043E (\u0438\u043B\u0438 l)",hotkey_map_item_fast_seek_backward_description:"\u0423\u0441\u043A\u043E\u0440\u0435\u043D\u043D\u0430\u044F \u043F\u0435\u0440\u0435\u043C\u043E\u0442\u043A\u0430 \u043D\u0430\u0437\u0430\u0434",hotkey_map_item_fast_seek_backward_value:"Shift + \u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u0432\u043B\u0435\u0432\u043E",hotkey_map_item_fast_seek_forward_description:"\u0423\u0441\u043A\u043E\u0440\u0435\u043D\u043D\u0430\u044F \u043F\u0435\u0440\u0435\u043C\u043E\u0442\u043A\u0430 \u0432\u043F\u0435\u0440\u0451\u0434",hotkey_map_item_fast_seek_forward_value:"Shift + \u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u0432\u043F\u0440\u0430\u0432\u043E",hotkey_map_item_rate_down_description:"\u0423\u043C\u0435\u043D\u044C\u0448\u0438\u0442\u044C \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u044C \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u044F",hotkey_map_item_rate_down_value:"< (Shift + ,)",hotkey_map_item_rate_up_description:"\u0423\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C \u0441\u043A\u043E\u0440\u043E\u0441\u0442\u044C \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u044F",hotkey_map_item_rate_up_value:"> (Shift + .)",hotkey_map_item_prev_frame_description:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043F\u0440\u0435\u0434\u044B\u0434\u0443\u0449\u0435\u043C\u0443 \u043A\u0430\u0434\u0440\u0443 <br />(\u043A\u043E\u0433\u0434\u0430 \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u0438\u043E\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E)",hotkey_map_item_prev_frame_value:",",hotkey_map_item_next_frame_description:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u043C\u0443 \u043A\u0430\u0434\u0440\u0443 <br />(\u043A\u043E\u0433\u0434\u0430 \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u0438\u0435 \u043F\u0440\u0438\u043E\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E)",hotkey_map_item_next_frame_value:".",hotkey_map_item_jump_seek_description:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0451\u043D\u043D\u043E\u043C\u0443 \u043C\u043E\u043C\u0435\u043D\u0442\u0443 \u0432\u0438\u0434\u0435\u043E <br />(\u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\u0438\u0438 \u043D\u0430 \u0446\u0438\u0444\u0440\u0443 \xAB7\xBB \u0440\u043E\u043B\u0438\u043A \u0431\u0443\u0434\u0435\u0442 \u043F\u0435\u0440\u0435\u043C\u043E\u0442\u0430\u043D \u0434\u043E \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0439 \u043E\u0442\u043C\u0435\u0442\u043A\u0438, \u043A\u043E\u0442\u043E\u0440\u0430\u044F \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 70% \u043E\u0442 \u0434\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u0438 \u0432\u0438\u0434\u0435\u043E)",hotkey_map_item_jump_seek_value:"0, 1, 2, 3, 4, 5, 6, 7, 8, 9",hotkey_map_item_subtitles_toggle_description:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0438\u043B\u0438 \u043E\u0442\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B",hotkey_map_item_subtitles_toggle_value:"c",hotkey_map_item_prev_episode_description:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043F\u0440\u0435\u0434\u044B\u0434\u0443\u0449\u0435\u043C\u0443 \u044D\u043F\u0438\u0437\u043E\u0434\u0443",hotkey_map_item_prev_episode_pc_value:"Ctrl + \u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u0432\u043B\u0435\u0432\u043E",hotkey_map_item_prev_episode_mac_value:"Option + \u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u0432\u043B\u0435\u0432\u043E",hotkey_map_item_next_episode_description:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u043C\u0443 \u044D\u043F\u0438\u0437\u043E\u0434\u0443",hotkey_map_item_next_episode_pc_value:"Ctrl + \u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u0432\u043F\u0440\u0430\u0432\u043E",hotkey_map_item_next_episode_mac_value:"Option + \u0421\u0442\u0440\u0435\u043B\u043A\u0430 \u0432\u043F\u0440\u0430\u0432\u043E",waiting_live_day_value:"\u0434\u043D",waiting_live_hour_value:"\u0447",waiting_live_minute_value:"\u043C\u0438\u043D",waiting_live_second_value:"\u0441\u0435\u043A",waiting_live_colon:":",waiting_live_upcoming_title:"\u0422\u0440\u0430\u043D\u0441\u043B\u044F\u0446\u0438\u044F \u0435\u0449\u0435 \u043D\u0435 \u043D\u0430\u0447\u0430\u043B\u0430\u0441\u044C",waiting_live_timer_title:"\u0414\u043E \u043D\u0430\u0447\u0430\u043B\u0430 \u0442\u0440\u0430\u043D\u0441\u043B\u044F\u0446\u0438\u0438 \u043E\u0441\u0442\u0430\u043B\u043E\u0441\u044C",waiting_record_title:"\u0422\u0440\u0430\u043D\u0441\u043B\u044F\u0446\u0438\u044F \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043B\u0430\u0441\u044C, \u0438 \u0437\u0430\u043F\u0438\u0441\u044C \u0441\u043A\u043E\u0440\u043E \u0441\u0442\u0430\u043D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430",aria_label_video_player:"\u0412\u0438\u0434\u0435\u043E \u043F\u043B\u0435\u0435\u0440",aria_label_spherical_control:"\u041A\u043E\u043D\u0442\u0440\u043E\u043B\u043B\u0435\u0440 \u0434\u043B\u044F \u0441\u0444\u0435\u0440\u0438\u0447\u0435\u0441\u043A\u043E\u0433\u043E \u0432\u0438\u0434\u0435\u043E. \u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0441\u043E \u0441\u0442\u0440\u0435\u043B\u043A\u0430\u043C\u0438 \u0434\u043B\u044F \u043F\u0430\u043D\u043E\u0440\u0430\u043C\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0432\u0438\u0434\u0435\u043E.",aria_label_debug_panel:"\u041E\u0431\u043B\u0430\u0441\u0442\u044C \u0441 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0435\u0439, \u0441\u0434\u0435\u043B\u0430\u0439\u0442\u0435 \u0441\u043A\u0440\u0438\u043D\u0448\u043E\u0442 \u0434\u043B\u044F \u0442\u0435\u0445\u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0438",aria_label_new_tab_alert:"\u041E\u0442\u043A\u0440\u043E\u0435\u0442\u0441\u044F \u0432 \u043D\u043E\u0432\u043E\u0439 \u0432\u043A\u043B\u0430\u0434\u043A\u0435.",aria_label_context_menu_open:"\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u043E\u0435 \u043C\u0435\u043D\u044E",aria_label_context_menu_close:"\u0417\u0430\u043A\u0440\u044B\u0442\u044C \u043A\u043E\u043D\u0442\u0435\u043A\u0441\u0442\u043D\u043E\u0435 \u043C\u0435\u043D\u044E",aria_label_menu_quality:"\u041A\u0430\u0447\u0435\u0441\u0442\u0432\u043E: {actual}",aria_label_menu_rate:"\u0421\u043A\u043E\u0440\u043E\u0441\u0442\u044C: {actual}",aria_label_menu_traffic_saving:"\u042D\u043A\u043E\u043D\u043E\u043C\u0438\u044F \u0434\u0430\u043D\u043D\u044B\u0445: {actual}",aria_label_menu_subtitle:"\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044B: {actual}",aria_label_menu_download:"\u0421\u043A\u0430\u0447\u0430\u0442\u044C \u0432\u0438\u0434\u0435\u043E",aria_label_menu_debug_overlay_enable:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",aria_label_menu_debug_overlay_disable:"\u0412\u044B\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",aria_label_menu_rotate:"\u041F\u043E\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0432\u0438\u0434\u0435\u043E \u043D\u0430 90 \u0433\u0440\u0430\u0434\u0443\u0441\u043E\u0432",aria_label_menu_loop:"\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u0440\u0435\u0436\u0438\u043C\u0430 \u043F\u043E\u0432\u0442\u043E\u0440\u0435\u043D\u0438\u044F",aria_label_submenu_back:"\u0412\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u0432 \u043C\u0435\u043D\u044E \u043D\u0430\u0441\u0442\u0440\u043E\u0435\u043A",aria_label_submenu_traffic_saving_off:"\u0412\u044B\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0440\u0435\u0436\u0438\u043C \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u0434\u0430\u043D\u043D\u044B\u0445",aria_label_submenu_traffic_saving_on:"\u0412\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u0440\u0435\u0436\u0438\u043C \u044D\u043A\u043E\u043D\u043E\u043C\u0438\u0438 \u0434\u0430\u043D\u043D\u044B\u0445"},vf=U2;var K2={mobile_unmute:"Unmute",auto_quality_invariant:"Auto",auto_quality:"Auto ({actual})",auto_quality_option:"Auto",menu_quality:"Quality",menu_playback_rate:"Playback rate",menu_traffic_saving:"Data saving",menu_report:"Report a problem",menu_pip:"Picture in picture",menu_copy_video_link:"Copy video link",menu_copy_video_link_with_timestamp:"Copy link with timestamp",menu_video_rotate:"Rotate",menu_video_loop_on:"Enable loop",menu_video_loop_off:"Disable loop",menu_chromecast:"Chromecast stream",menu_copy_debug:"Copy debug info",menu_save_debug:"Save debug info",menu_debug_overlay:"Tech stats",pip_dummy_title:"Video plays in picture-in-picture mode",submenu_quality:"Quality",submenu_playback_rate:"Playback rate",submenu_traffic_saving:"Data saving",submenu_settings:"Settings",playing_ads:"Ads {timeleft}",skip_ads_after:"Skip ads",skip_ads_now:"Ads can be skipped in {time}s",visit_advertiser:"Visit site",aria_timeline:"Time scale slider",aria_timeline_value:"{position} out of {duration}",aria_open_settings:"Open video player settings",doubletap_seek_step:"{seconds} seconds",playback_rate_1:"Normal",playback_rate:"{multiplier}x",video360:"spherical video",subtitles_caption:"Subtitles",subtitles_auto:"{language} (Auto-generated)",subtitles_off:"Off",subtitles_auto_caption:"Auto subtitles",subtitles_turn_on:"Turn on subtitles",subtitles_turn_off:"Turn off subtitles",traffic_saving_off:"Off",traffic_saving_on:"On",traffic_saving_disable:"Disabled",traffic_saving_enable:"Enabled",traffic_saving_helper_text:"When turned on the video quality will be reduced to save data",tooltip_button_disabled:"Button disabled",tooltip_previous:"Previous video",tooltip_restart:"Watch again",tooltip_play:"Play",tooltip_pause:"Pause",tooltip_next:"Next video",tooltip_interactive_go_back:"Back to previous chapter",tooltip_interactive_go_back_disabled:"Interactive history unavailable",tooltip_interactive_go_back_disabled_first:"You're watching the first chapter",tooltip_interactive_go_back_disabled_limit:"Go-back limit exceeded",tooltip_chapter_without_interactive:"This chapter has no interactive segment",tooltip_interactive_of_chapter_completed:"Chapter's interactive segments already watched",tooltip_interactive_seek:"Go to interactive",tooltip_interactive_graph_off:"Show interactive graph",tooltip_interactive_graph_on:"Hide interactive graph",tooltip_live:"Go to the live edge",tooltip_episodes:"Episodes",tooltip_volume:"Turn volume off",tooltip_volume_muted:"Turn volume on",tooltip_subtitles_off:"Turn subtitles on",tooltip_subtitles_on:"Turn subtitles off",tooltip_settings_off:"Open settings",tooltip_settings_on:"Close settings",tooltip_fullscreen_off:"Enter fullscreen mode",tooltip_fullscreen_on:"Exit fullscreen mode",tooltip_chromecast_off:"Turn Chromecast on",tooltip_chromecast_on:"Turn Chromecast off",tooltip_episode_finished:"You have already viewed interactive episode",tooltip_episode_unfinished:"Interactive episode not finished",tooltip_disabled_when_interactive:"Interactive video in progress",tooltip_disabled_when_graph_on:"Button is disabled when graph is opened",tooltip_interactive_interaction_time_indicator:"Press the interactive element",tooltip_vk_logo:"Open in VK Video",tooltip_vk_video_logo:"Go to VK Video",download_video_caption:"Download video",hotkey_helper_current_volume:"{value} %",hotkey_map_modal_title:"Keyboard shortcuts",hotkey_map_modal_close_btn_text:"Close",hotkey_map_group_title_common:"Common",hotkey_map_group_title_playback:"Playback",hotkey_map_group_title_subtitles:"Subtitles",hotkey_map_group_title_episodes:"Episodes",hotkey_map_item_mute_description:"Toggle mute",hotkey_map_item_mute_value:"m",hotkey_map_item_volume_up_description:"Increase volume",hotkey_map_item_volume_up_value:"Arrow up",hotkey_map_item_volume_down_description:"Decrease volume",hotkey_map_item_volume_down_value:"Arrow down",hotkey_map_item_pip_description:"Toggle miniplayer",hotkey_map_item_pip_value:"i",hotkey_map_item_full_screen_description:"Toggle full screen",hotkey_map_item_full_screen_value:"f",hotkey_map_item_show_context_menu_description:"Hide or show context menu",hotkey_map_item_show_context_menu_value:"Shift + !",hotkey_map_item_show_hotkey_map_description:"Hide or show list of hotkeys",hotkey_map_item_show_hotkey_map_value:"Shift + ?",hotkey_map_item_play_toggle_description:"Toggle play/pause",hotkey_map_item_play_toggle_value:"Space (or k)",hotkey_map_item_seek_backward_description:"Rewind 10 seconds",hotkey_map_item_seek_backward_value:"Arrow left (or j)",hotkey_map_item_seek_forward_description:"Forward 10 seconds",hotkey_map_item_seek_forward_value:"Arrow right (or l)",hotkey_map_item_fast_seek_backward_description:"Fast rewind",hotkey_map_item_fast_seek_backward_value:"Shift + Arrow left",hotkey_map_item_fast_seek_forward_description:"Fast forward",hotkey_map_item_fast_seek_forward_value:"Shift + Arrow right",hotkey_map_item_rate_down_description:"Decrease playback rate",hotkey_map_item_rate_down_value:"< (Shift + ,)",hotkey_map_item_rate_up_description:"Increase playback rate",hotkey_map_item_rate_up_value:"> (Shift + .)",hotkey_map_item_prev_frame_description:"Previous frame (while paused)",hotkey_map_item_prev_frame_value:",",hotkey_map_item_next_frame_description:"Next frame (while paused)",hotkey_map_item_next_frame_value:".",hotkey_map_item_jump_seek_description:"Seek to specific point in the video (7 advances to 70% of duration)",hotkey_map_item_jump_seek_value:"0, 1, 2, 3, 4, 5, 6, 7, 8, 9",hotkey_map_item_subtitles_toggle_description:"Toggle captions ON/OFF",hotkey_map_item_subtitles_toggle_value:"c",hotkey_map_item_prev_episode_description:"Seek to previous episode",hotkey_map_item_prev_episode_pc_value:"Ctrl + Arrow left",hotkey_map_item_prev_episode_mac_value:"Option + Arrow left",hotkey_map_item_next_episode_description:"Seek to next episode",hotkey_map_item_next_episode_pc_value:"Ctrl + Arrow right",hotkey_map_item_next_episode_mac_value:"Option + Arrow right",waiting_live_day_value:"d",waiting_live_hour_value:"h",waiting_live_minute_value:"min",waiting_live_second_value:"sec",waiting_live_colon:":",waiting_live_upcoming_title:"The broadcast hasn't started yet",waiting_live_timer_title:"Before the start of the broadcast left",waiting_record_title:"The broadcast has ended and the recording will be available soon",aria_label_video_player:"Video player",aria_label_spherical_control:"Spherical video control. Use the arrow keys to pan the video.",aria_label_debug_panel:"Technical information area, take a screenshot for technical support",aria_label_new_tab_alert:"Opens in a new tab.",aria_label_context_menu_open:"Open context menu",aria_label_context_menu_close:"Close context menu",aria_label_menu_quality:"Quality: {actual}",aria_label_menu_rate:"Rate: {actual}",aria_label_menu_traffic_saving:"Data saving: {actual}",aria_label_menu_subtitle:"Subtitles: {actual}",aria_label_menu_download:"Download video",aria_label_menu_debug_overlay_enable:"Enable display of technical information",aria_label_menu_debug_overlay_disable:"Disable display of technical information",aria_label_menu_rotate:"Rotate video 90 degrees",aria_label_menu_loop:"Toggle loop",aria_label_submenu_back:"Return to settings menu",aria_label_submenu_traffic_saving_off:"Disable data saving mode",aria_label_submenu_traffic_saving_on:"Enable data saving mode"},yf=K2;var Qn=new Map;Qn.set(Zo.InterfaceLanguage.EN,yf);Qn.set(Zo.InterfaceLanguage.RU,vf);var kf=new Map,Is=({language:i,pack:e,fallback:t})=>{if(Qn.has(i)){let n=Qn.get(i);Qn.set(i,{...n,...e})}else Qn.set(i,e);kf.set(i,t)},Ts=i=>Qn.has(i),Es=(i,e,t,n)=>{let r=Qn.get(i)?.[e];if((0,Zo.isNullable)(r)){let l=kf.get(i)??n;r=(l?Qn.get(l):void 0)?.[e]}return(0,Zo.isNullable)(r)?e+Object.values(t??{}).join(" "):t?r.replaceAll(/{(\w+?)}/g,(l,a)=>t[a]??""):r},U=(i,e)=>{let{interfaceLanguage$:t}=$e(),n=xe(t),o=Vt();return Es(n,i,e,o.defaultLanguage)};var x7=require("@vkontakte/videoplayer-core");var Xo;(function(i){i.fatal="fatal",i.error="error",i.warning="warning",i.log="log",i.info="info",i.debug="debug",i.critical="critical"})(Xo||(Xo={}));var W2=/^\s*at (?:(.*?) ?\()?((?:file|https?|blob|chrome-extension|address|native|eval|webpack|<anonymous>|[-a-z]+:|.*bundle|\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,G2=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:file|https?|blob|chrome|webpack|resource|moz-extension).*?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js))(?::(\d+))?(?::(\d+))?\s*$/i,j2=/^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i,xl="?",Q2="X-Sentry-Auth",Y2=/^(?:(\w+):)\/\/(?:([\w-]+)(?::(\w+))?@)([\w.-]+)(?::(\d+))?\/(.+)/;function Z2(i){if(!i.stack)return null;let e=[],t=i.stack.split(`
|
|
13
|
+
`),n,o;for(let r=0;r<t.length;++r){if(n=W2.exec(t[r]))o={filename:n[2]&&n[2].indexOf("address at ")===0?n[2].substr(11):n[2],function:n[1]||xl,lineno:n[3]?+n[3]:null,colno:n[4]?+n[4]:null};else if(n=j2.exec(t[r]))o={filename:n[2],function:n[1]||xl,lineno:+n[3],colno:n[4]?+n[4]:null};else if(n=G2.exec(t[r]))r===0&&!n[5]&&i.columnNumber!==void 0&&(e[0].column=i.columnNumber+1),o={filename:n[3],function:n[1]||xl,lineno:n[4]?+n[4]:null,colno:n[5]?+n[5]:null};else continue;!o.function&&o.lineno&&(o.function=xl),e.push(o)}return e.length?{value:wf(i),type:i.name,stacktrace:{frames:e.reverse()}}:null}function wf(i){return(i&&i.message||"No error message").split(`
|
|
14
|
+
`).filter(t=>!!t)[0]}function X2(i){try{let e=Z2(i);if(e)return e}catch{}return{value:wf(i),type:i&&i.name,stacktrace:{frames:[]}}}function J2(){return"xxxxxxxxxxxx4xxxyxxxxxxxxxxxxxxx".replace(/[xy]/g,i=>{let e=Math.random()*16|0;return(i==="x"?e:e&3|8).toString(16)})}var $l=class{constructor(e){if(e&&e.dsn){let t=Y2.exec(e.dsn),n=t?t.slice(1):[],o=n[5].split("/"),r=o.slice(0,-1).join("/");this.apiUrl=n[0]+"://"+n[3]+(n[4]?":"+n[4]:"")+(r?"/"+r:"")+"/api/"+o.pop()+"/store/",this.authHeader="Sentry sentry_version=7,sentry_key="+n[1]+(n[2]?",sentry_secret="+n[2]:"")}this.environment=e&&e.environment}prepare(e){return{...this.getRequestBlank(),exception:{values:[X2(e)]}}}report(e){this.send(this.prepare(e))}send(e){!this.apiUrl||!e||this.createRequest(e)}createRequest(e){let t=new XMLHttpRequest;t.open("POST",this.apiUrl,!0),t.setRequestHeader("Content-type","application/json"),t.setRequestHeader(Q2,this.authHeader||""),t.send(JSON.stringify(e))}getRequestBlank(){return{platform:"javascript",event_id:J2(),sdk:{name:"micro-sentry.javascript.core",version:"0.0.0"},timestamp:Date.now()/1e3,environment:this.environment}}};function Cf(i,e){return Object.prototype.toString.call(e)==="[object RegExp]"?e.test(i):typeof e=="string"?i.indexOf(e)!==-1:!1}function x2(){return window}var er=class i extends $l{constructor(e,t=x2()){super(e),this.options=e,this.window=t,this.destroyed=!1,this._state={};let{plugins:n=[],beforeSend:o=u=>u,beforeBreadcrumb:r=u=>u,blacklistUrls:l=[],ignoreErrors:a=[],release:s=void 0}=this.options||{};this.plugins=n.map(u=>new u(this)),this.beforeSend=o,this.beforeBreadcrumb=r,this.blacklistUrls=l,this.ignoreErrors=a,this.release=s}get state(){return this._state}clearState(){this._state={}}setTags(e){return this.setKeyState("tags",{...e}),this}setTag(e,t){return this.extendState({tags:{[e]:t}}),this}setExtra(e,t){return this.extendState({extra:{[e]:t}}),this}setExtras(e){return this.setKeyState("extra",{...e}),this}setUser(e){return this.setKeyState("user",{...e}),this}clone(){let e=new i({...this.options,plugins:[]});return e.extendState(this.state),e}withScope(e){let t=this.clone();e(t),t.destroy(),this.setBreadcrumbs(void 0)}addBreadcrumb(e){this.extendState({breadcrumbs:[{timestamp:Date.now()/1e3,...this.beforeBreadcrumb(e)}]})}setBreadcrumbs(e){this.setKeyState("breadcrumbs",e)}captureMessage(e,t){this.send({...this.getRequestBlank(),message:e,level:t})}destroy(){this.destroyed=!0,this.plugins.forEach(e=>{e.destroy&&e.destroy()})}isIgnoredError(e){return this.ignoreErrors.length?this.getPossibleEventMessages(e).some(t=>this.ignoreErrors.some(n=>Cf(t,n))):!1}getRequestBlank(){return{request:{url:this.window.location.toString(),headers:{"User-Agent":this.window.navigator.userAgent}},...super.getRequestBlank(),sdk:{name:"micro-sentry.javascript.browser",version:"0.0.0"},...this.state}}send(e){this.destroyed||this.isDeniedUrl(e)||this.isIgnoredError(e)||(super.send(this.beforeSend({release:this.release,...e})),this.setBreadcrumbs(void 0))}getPossibleEventMessages(e){if(e.message)return[e.message];if(e.exception)try{let{type:t="",value:n=""}=e.exception.values&&e.exception.values[0]||{};return[`${n}`,`${t}: ${n}`]}catch{return[]}return[]}isDeniedUrl(e){if(!this.blacklistUrls.length)return!1;let t=this.getEventFilterUrl(e);return t?this.blacklistUrls.some(n=>Cf(t,n)):!1}getEventFilterUrl(e){try{if(e.exception){let t=e.exception.values&&e.exception.values[0].stacktrace&&e.exception.values[0].stacktrace.frames;return t&&t[t.length-1].filename||null}return null}catch{return null}}extendState(e){this._state=Object.keys(e).reduce((t,n)=>{let o=this._state[n],r=Array.isArray(o)?o:null,l=e[n],a=Array.isArray(l)?l:null;return{...t,[n]:r||a?[...r||[],...a||[]]:{...typeof o!="string"?o:{},...typeof l!="string"?l:{}}}},this._state)}setKeyState(e,t){this._state[e]=t}};var Io=require("@vkontakte/videoplayer-shared");var tr=null,To=class{constructor(e,t,n={}){!tr&&e.dsn&&(this.sentryClient=new er({dsn:e.dsn,environment:t.env}),this.version=t.version,this.sentrySubscription=new Io.Subscription,this.options=e,this.context=n,tr=this)}destroy(){this.sentryClient?.destroy(),this.sentrySubscription?.unsubscribe(),tr=null}logIError(e,t=!1){e.thrown&&this.report(e.thrown,{fatal:t,errorType:e.id,category:e.category},{message:e.message,errorData:e.data})}report(e,t={},n={}){let{sentryClient:o,context:r,options:l}=this,{sampleRate:a=0,whiteErrorIdList:s,whiteErrorCategoryList:u=[],blackErrorIdList:f,blackErrorCategoryList:p}=l,{errorType:h,category:y}=t;if((0,Io.isNonNullable)(y)&&p.includes(y)||(0,Io.isNonNullable)(h)&&f.includes(h))return;if(Math.random()<=a||(0,Io.isNonNullable)(y)&&u.includes(y)||(0,Io.isNonNullable)(h)&&s.includes(h)){Object.keys(t).length&&o.setTags({version:this.version,...t}),(Object.keys(r).length||Object.keys(n).length)&&o.setExtras({...r,...n});try{h&&o.captureMessage(h,t.fatal?Xo.fatal:Xo.error),o.report(e)}catch(P){console.error(P)}}}static getInstance(){return tr}};var ir=i=>{if(i.requestFullscreen)return i.requestFullscreen();if(i.msRequestFullscreen)return i.msRequestFullscreen();if(i.webkitRequestFullscreen)return i.webkitRequestFullscreen();if(i.mozRequestFullScreen)return i.mozRequestFullScreen();let e=i.querySelector("video");return e?.webkitEnterFullscreen?e.webkitEnterFullscreen():Promise.reject()},nr=i=>i.exitFullscreen?i.exitFullscreen():i.msExitFullscreen?i.msExitFullscreen():i.webkitExitFullscreen?i.webkitExitFullscreen():i.mozCancelFullScreen?i.mozCancelFullScreen():Promise.reject(),Sf=i=>{let e=i;return e?.webkitExitFullscreen?e?.webkitExitFullscreen():Promise.reject()},lo=()=>{let i=document;return!!(i.fullscreenElement||i.mozFullScreenElement||i.webkitFullscreenElement||i.msFullscreenElement)},or=i=>{document.addEventListener("fullscreenchange",i),document.addEventListener("webkitfullscreenchange",i),document.addEventListener("mozfullscreenchange",i),document.addEventListener("MSFullscreenChange",i)},lr=i=>{document.removeEventListener("fullscreenchange",i),document.removeEventListener("webkitfullscreenchange",i),document.removeEventListener("mozfullscreenchange",i),document.removeEventListener("MSFullscreenChange",i)},Pf=i=>{let e=window.screen;return(async o=>e.orientation?e.orientation.lock(o):e.mozLockOrientation?e.mozLockOrientation(o):e.msLockOrientation?e.msLockOrientation(o):Promise.reject())(((o={width:0,height:0})=>o.width<=o.height?"portrait":"landscape")(i))};var Ms=require("@vkontakte/videoplayer-shared"),If=()=>({title:U("hotkey_map_modal_title"),closeBtnText:U("hotkey_map_modal_close_btn_text"),groups:[{title:U("hotkey_map_group_title_common"),items:[{description:U("hotkey_map_item_mute_description"),value:U("hotkey_map_item_mute_value")},{description:U("hotkey_map_item_volume_up_description"),value:U("hotkey_map_item_volume_up_value")},{description:U("hotkey_map_item_volume_down_description"),value:U("hotkey_map_item_volume_down_value")},{description:U("hotkey_map_item_pip_description"),value:U("hotkey_map_item_pip_value")},{description:U("hotkey_map_item_full_screen_description"),value:U("hotkey_map_item_full_screen_value")},{description:U("hotkey_map_item_show_context_menu_description"),value:U("hotkey_map_item_show_context_menu_value")},{description:U("hotkey_map_item_show_hotkey_map_description"),value:U("hotkey_map_item_show_hotkey_map_value")}]},{title:U("hotkey_map_group_title_playback"),items:[{description:U("hotkey_map_item_play_toggle_description"),value:U("hotkey_map_item_play_toggle_value")},{description:U("hotkey_map_item_seek_backward_description"),value:U("hotkey_map_item_seek_backward_value")},{description:U("hotkey_map_item_seek_forward_description"),value:U("hotkey_map_item_seek_forward_value")},{description:U("hotkey_map_item_fast_seek_backward_description"),value:U("hotkey_map_item_fast_seek_backward_value")},{description:U("hotkey_map_item_fast_seek_forward_description"),value:U("hotkey_map_item_fast_seek_forward_value")},{description:U("hotkey_map_item_rate_down_description"),value:U("hotkey_map_item_rate_down_value")},{description:U("hotkey_map_item_rate_up_description"),value:U("hotkey_map_item_rate_up_value")},{description:U("hotkey_map_item_prev_frame_description"),value:U("hotkey_map_item_prev_frame_value")},{description:U("hotkey_map_item_next_frame_description"),value:U("hotkey_map_item_next_frame_value")},{description:U("hotkey_map_item_jump_seek_description"),value:U("hotkey_map_item_jump_seek_value")}]},{title:U("hotkey_map_group_title_subtitles"),items:[{description:U("hotkey_map_item_subtitles_toggle_description"),value:U("hotkey_map_item_subtitles_toggle_value")}]},{title:U("hotkey_map_group_title_episodes"),items:[{description:U("hotkey_map_item_prev_episode_description"),value:(0,Ms.isMacLike)()?U("hotkey_map_item_prev_episode_mac_value"):U("hotkey_map_item_prev_episode_pc_value")},{description:U("hotkey_map_item_next_episode_description"),value:(0,Ms.isMacLike)()?U("hotkey_map_item_next_episode_mac_value"):U("hotkey_map_item_next_episode_pc_value")}]}]});var ro=require("@vkontakte/videoplayer-shared");var Eo=class{constructor(){this.isRequested=!1;this.videoElement=void 0;this.playerContainer=void 0;this.externalEventHandlers={};this.eventHandlers={enterpictureinpicture:this.onEnterPictureInPicture.bind(this),leavepictureinpicture:this.onLeavePictureInPicture.bind(this),resize:(0,ro.debounceFn)(this.onResize.bind(this),300)};this.info={isActive$:new ro.ValueSubject(this.isActive()),type:0}}isSupported(){let e=(0,ro.getCurrentBrowser)().browser===ro.CurrentClientBrowser.Yandex;return document.pictureInPictureEnabled&&!e}isActive(){return this.isSupported()&&!!document.pictureInPictureElement}setContext(e){this.svelteContext=e}async revealPictureInPicture(){this.isRequested&&(this.unregistryEventHandlers(),await this.request(),this.registryEventHandlers())}async request(){if(!(!this.isSupported()||this.isActive()))try{await this.videoElement?.requestPictureInPicture()}catch{this.isRequested=!1}}async remove(){!this.isSupported()||!this.isActive()||await document.exitPictureInPicture()}assignPlayerContainer(e){this.isSupported()&&(this.playerContainer=e)}updateVideoElement(){this.isSupported()&&(this.videoElement=this.playerContainer?.querySelector("video"))}registryEventHandlers(){this.videoElement?.addEventListener("enterpictureinpicture",this.eventHandlers.enterpictureinpicture),this.videoElement?.addEventListener("leavepictureinpicture",this.eventHandlers.leavepictureinpicture)}registryExternalEventHandlers(e){this.externalEventHandlers={...e}}unregistryEventHandlers(){this.videoElement?.removeEventListener("enterpictureinpicture",this.eventHandlers.enterpictureinpicture),this.videoElement?.removeEventListener("leavepictureinpicture",this.eventHandlers.leavepictureinpicture)}async dispose(){this.unregistryEventHandlers(),await this.remove()}onEnterPictureInPicture(e){let n=e.pictureInPictureWindow;n&&(this.info.isActive$.next(!0),this.isRequested=!0,n.addEventListener("resize",this.eventHandlers.resize),this.externalEventHandlers.enterpictureinpicture?.(e))}onLeavePictureInPicture(e){let n=e.pictureInPictureWindow;this.info.isActive$.next(!1),this.isRequested=!1,n?.removeEventListener("resize",this.eventHandlers.resize),this.externalEventHandlers.leavepictureinpicture?.(e),this.playerDummyElement?.$destroy()}onResize(e){this.externalEventHandlers.resize?.(e)}};function Mo(i){return i instanceof Eo}function $2(i){let e=$e();return St(()=>{e.getAdmanWrapper().startPostroll()}),[]}var Ls=class extends z{constructor(e){super(),q(this,e,$2,null,H,{})}},Tf=Ls;var Ef=require("@vkontakte/videoplayer-shared");function e_(i){we(i,"svelte-1k4i25s",".container.svelte-1k4i25s.svelte-1k4i25s{position:absolute;top:14px;right:16px;padding:6px 10px;font-size:13px;color:#fff;background:rgba(0, 0, 0, 0.56);border-radius:6px;transition:color .2s}.container-mobile.svelte-1k4i25s.svelte-1k4i25s{bottom:14px;top:unset;font-size:15px;max-width:142px}.icon.svelte-1k4i25s.svelte-1k4i25s{margin-left:4px;position:relative;top:2px;fill:var(--white);transition:fill .2s}.skip.svelte-1k4i25s.svelte-1k4i25s{width:86px}.skippable.svelte-1k4i25s.svelte-1k4i25s{cursor:pointer;color:var(--white)}.skippable.svelte-1k4i25s.svelte-1k4i25s:hover{color:rgba(255, 255, 255, .75)}.skippable.svelte-1k4i25s:hover .icon.svelte-1k4i25s{fill:rgba(255, 255, 255, .75)}")}function t_(i){let e=U("skip_ads_after",{time:Math.ceil(i[1]-i[0]).toFixed(0)})+"",t;return{c(){t=Be(e)},m(n,o){w(n,t,o)},p(n,o){o&3&&e!==(e=U("skip_ads_after",{time:Math.ceil(n[1]-n[0]).toFixed(0)})+"")&&Ge(t,e)},d(n){n&&k(t)}}}function i_(i){let e,t=U("skip_ads_now")+"",n,o,r,l,a,s;return{c(){e=T("div"),n=Be(t),o=N(),r=A("svg"),l=A("path"),c(l,"fill-rule","evenodd"),c(l,"clip-rule","evenodd"),c(l,"d","M0.263627 0.263605C-0.0878444 0.615078 -0.0878429 1.18493 0.26363 1.5364L4.72723 5.99998L0.263627 10.4636C-0.0878444 10.8151 -0.0878429 11.3849 0.26363 11.7364C0.615103 12.0879 1.18495 12.0879 1.53642 11.7364L6.63642 6.63637C6.98789 6.2849 6.98789 5.71505 6.63642 5.36358L1.53642 0.263602C1.18495 -0.0878686 0.615098 -0.0878673 0.263627 0.263605Z"),c(r,"class","icon svelte-1k4i25s"),c(r,"width","7"),c(r,"height","12"),c(r,"viewBox","0 0 7 12"),c(r,"fill","none"),c(r,"xmlns","http://www.w3.org/2000/svg"),c(e,"class","skip svelte-1k4i25s")},m(u,f){w(u,e,f),m(e,n),m(e,o),m(e,r),m(r,l),a||(s=pe(e,"click",lt(function(){bi(i[2])&&i[2].apply(this,arguments)})),a=!0)},p(u,f){i=u},d(u){u&&k(e),a=!1,s()}}}function n_(i){let e;function t(r,l){return r[3]?i_:t_}let n=t(i,-1),o=n(i);return{c(){e=T("div"),o.c(),c(e,"class","container svelte-1k4i25s"),O(e,"container-mobile",i[4]),O(e,"skippable",i[3])},m(r,l){w(r,e,l),o.m(e,null)},p(r,[l]){n===(n=t(r,l))&&o?o.p(r,l):(o.d(1),o=n(r),o&&(o.c(),o.m(e,null))),l&16&&O(e,"container-mobile",r[4]),l&8&&O(e,"skippable",r[3])},i:me,o:me,d(r){r&&k(e),o.d()}}}function o_(i,e,t){let n,{position:o=0}=e,{secondsToWatchBeforeSkip:r=0}=e,{skipAd:l=Ef.noop}=e,s=$e().ui.isMobile;F(i,s,f=>t(4,n=f));let u;return i.$$set=f=>{"position"in f&&t(0,o=f.position),"secondsToWatchBeforeSkip"in f&&t(1,r=f.secondsToWatchBeforeSkip),"skipAd"in f&&t(2,l=f.skipAd)},i.$$.update=()=>{if(i.$$.dirty&3)e:t(3,u=o>0&&o>=r)},[o,r,l,u,n,s]}var Bs=class extends z{constructor(e){super(),q(this,e,o_,n_,H,{position:0,secondsToWatchBeforeSkip:1,skipAd:2},e_)}},Mf=Bs;function l_(i){we(i,"svelte-1wy3dql","button.svelte-1wy3dql{position:absolute;pointer-events:none;bottom:14px;left:16px;font-size:15px;background:white;border:none;padding:6px 10px;border-radius:6px;color:black}")}function r_(i){let e;return{c(){e=T("button"),e.textContent=`${U("visit_advertiser")}`,c(e,"class","svelte-1wy3dql")},m(t,n){w(t,e,n)},p:me,i:me,o:me,d(t){t&&k(e)}}}var Rs=class extends z{constructor(e){super(),q(this,e,null,r_,H,{},l_)}},Af=Rs;function s_(i){we(i,"svelte-354ajf",`.container.svelte-354ajf{width:100%;height:100%}.top-gradient-mobile.svelte-354ajf{position:absolute;width:100%;height:80px;top:0;left:0;pointer-events:none;background:linear-gradient(
|
|
15
15
|
360deg,
|
|
16
16
|
rgba(0, 0, 0, 0) 0%,
|
|
17
17
|
rgba(0, 0, 0, 0.05) 12%,
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
rgba(0, 0, 0, 0.5) 77%,
|
|
22
22
|
rgba(0, 0, 0, 0.55) 88%,
|
|
23
23
|
rgba(0, 0, 0, 0.65) 100%
|
|
24
|
-
)}`)}function xl(t){let e;return{c(){e=I("div"),u(e,"class","top-gradient-mobile v-354ajf")},m(i,n){A(i,e,n)},d(i){i&&P(e)}}}function $l(t){let e,i;return e=new gf({props:{position:t[5],secondsToWatchBeforeSkip:t[6],skipAd:t[8].actions.internal.skipAd}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o&32&&(s.position=n[5]),o&64&&(s.secondsToWatchBeforeSkip=n[6]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function es(t){let e,i;return e=new ff({}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function ts(t){let e,i;return e=new kf({}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function yf(t){let e,i,n,o,s,l,r,a=t[0]&&xl(),c=t[3]&&$l(t),f=t[7]&&es(),d=t[4]&&ts();return{c(){e=I("div"),a&&a.c(),i=D(),n=I("video"),o=D(),c&&c.c(),s=D(),f&&f.c(),l=D(),d&&d.c(),It(n,"width","100%"),It(n,"height","100%"),n.playsInline=!0,u(e,"class","container v-354ajf")},m(h,v){A(h,e,v),a&&a.m(e,null),p(e,i),p(e,n),t[19](n),p(e,o),c&&c.m(e,null),p(e,s),f&&f.m(e,null),p(e,l),d&&d.m(e,null),t[20](e),r=!0},p(h,[v]){h[0]?a||(a=xl(),a.c(),a.m(e,i)):a&&(a.d(1),a=null),h[3]?c?(c.p(h,v),v&8&&m(c,1)):(c=$l(h),c.c(),m(c,1),c.m(e,s)):c&&(fe(),g(c,1,1,()=>{c=null}),de()),h[7]?f?v&128&&m(f,1):(f=es(),f.c(),m(f,1),f.m(e,l)):f&&(fe(),g(f,1,1,()=>{f=null}),de()),h[4]?d?v&16&&m(d,1):(d=ts(),d.c(),m(d,1),d.m(e,null)):d&&(fe(),g(d,1,1,()=>{d=null}),de())},i(h){r||(m(c),m(f),m(d),r=!0)},o(h){g(c),g(f),g(d),r=!1},d(h){h&&P(e),a&&a.d(),t[19](null),c&&c.d(),f&&f.d(),d&&d.d(),t[20](null)}}}function Cf(t,e,i){let n,o,s,l,r,{adsSlotId:a=void 0}=e,{adsParams:c=void 0}=e,{adsPreviewParam:f=void 0}=e,{duration:d=0}=e;const h=ht(),v=h.state.isEnded$;R(t,v,w=>i(7,r=w));const k=h.ui.isMobile;R(t,k,w=>i(0,o=w));let _,S,C=!1;const T=h.ads.playbackState;R(t,T,w=>i(18,n=w));const y=h.ads.canSkip,L=h.ads.position;R(t,L,w=>i(5,s=w));const le=h.ads.secondsToWatchBeforeSkip;R(t,le,w=>i(6,l=w));let Y,N;nn(()=>{const w=new AbortController;let $=()=>{w.abort()};const X=h.getAdmanWrapper();if(!a){X.onAdmanLoadingError();return}const{width:O,height:W}=Je(h.ui.playerSize),B=Je(h.ui.isFullscreen),J=Je(h.ui.isAutoplay),E={width:O,height:W,isFullscreen:B,isAutoplay:J,adsContainer:_,adsVideoElement:S,slotId:a,params:c,previewParam:f,duration:d};return window.AdmanHTML?(X.initAdman(E),C=!0):X.loadAdman(w.signal).then(()=>{X.initAdman(E),C=!0}).catch(()=>{X.onAdmanLoadingError()}),()=>{!C&&$()}});function ee(w){ve[w?"unshift":"push"](()=>{S=w,i(2,S)})}function Q(w){ve[w?"unshift":"push"](()=>{_=w,i(1,_)})}return t.$$set=w=>{"adsSlotId"in w&&i(14,a=w.adsSlotId),"adsParams"in w&&i(15,c=w.adsParams),"adsPreviewParam"in w&&i(16,f=w.adsPreviewParam),"duration"in w&&i(17,d=w.duration)},t.$$.update=()=>{t.$$.dirty&262144&&i(3,Y=y&&n!==Xt.INACTIVE),t.$$.dirty&262145&&i(4,N=o&&n!==Xt.INACTIVE)},[o,_,S,Y,N,s,l,r,h,v,k,T,L,le,a,c,f,d,n,ee,Q]}class M1 extends _e{constructor(e){super(),ge(this,e,Cf,yf,be,{adsSlotId:14,adsParams:15,adsPreviewParam:16,duration:17},wf)}}const Ln=t=>{if(!isFinite(t))return"00:00";let e=Math.round(t);const i=Math.floor(e/(60*60));e-=i*(60*60);const n=Math.floor(e/60);return e-=n*60,(i>0?[i,n,e]:[n,e]).map(s=>s>9?String(s):`0${s}`).join(":")};function Tf(t){let e,i,n;return{c(){e=M("svg"),i=M("path"),n=M("path"),u(i,"d","M6.41 1A6.46 6.46 0 0 0 3 1.55 3.52 3.52 0 0 0 1.55 3 6.46 6.46 0 0 0 1 6.41v7.18A6.46 6.46 0 0 0 1.55 17 3.52 3.52 0 0 0 3 18.45a6.46 6.46 0 0 0 3.41.55h29.18a6.46 6.46 0 0 0 3.41-.55A3.52 3.52 0 0 0 40.45 17a6.46 6.46 0 0 0 .55-3.41V6.41A6.46 6.46 0 0 0 40.45 3 3.52 3.52 0 0 0 39 1.55 6.46 6.46 0 0 0 35.59 1z"),u(i,"fill","none"),u(i,"stroke","#fff"),u(i,"stroke-width","2"),u(n,"d","M8 5a1 1 0 0 1 1 1v7h3a1 1 0 0 1 1 .88V14a1 1 0 0 1-1 1H8a1 1 0 0 1-1-.77v-.11A.49.49 0 0 1 7 14V6a1 1 0 0 1 .88-1zm8 0a1 1 0 0 1 1 1v8a1 1 0 0 1-.88 1H16a1 1 0 0 1-1-1V6a1 1 0 0 1 .88-1zm18 0a1 1 0 0 1 1 .88V6a1 1 0 0 1-1 1h-3v2h3a1 1 0 0 1 1 .88V10a1 1 0 0 1-1 1h-3v2h3a1 1 0 0 1 1 .88V14a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-.77v-.11a.49.49 0 0 1 0-.12V6a1 1 0 0 1 .56-.9A1 1 0 0 1 30 5zm-8 0a1 1 0 0 1 1 1v.1a.89.89 0 0 1-.11.35l-2.47 7.57a1.48 1.48 0 0 1-1.32.98h-.2a1.48 1.48 0 0 1-1.31-.95l-2.47-7.57a.89.89 0 0 1-.12-.36V6a1 1 0 0 1 .88-1H20a1 1 0 0 1 1 1v-.1l2 6.4 2-6.4a1 1 0 0 1 1-.9z"),u(n,"fill","#f0f2f5"),u(n,"fill-rule","evenodd"),u(e,"width","42"),u(e,"height","20"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","live-icon")},m(o,s){A(o,e,s),p(e,i),p(e,n)},d(o){o&&P(e)}}}function Sf(t){let e,i,n;return{c(){e=M("svg"),i=M("rect"),n=M("path"),u(i,"width","42"),u(i,"height","20"),u(i,"rx","5"),u(i,"fill","#FF3347"),u(n,"fill-rule","evenodd"),u(n,"clip-rule","evenodd"),u(n,"d","M8 5a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4a1 1 0 1 0 0-2H9V6a1 1 0 0 0-1-1zm7 1a1 1 0 1 1 2 0v8a1 1 0 1 1-2 0V6zm15-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4a1 1 0 1 0 0-2h-3v-2h3a1 1 0 1 0 0-2h-3V7h3a1 1 0 1 0 0-2h-4zm-8.325 9.31-2.55-7.824a.993.993 0 0 1-.117-.363L19 6.1h.005a1 1 0 1 1 1.99-.199L21 5.9l2 6.4 2-6.4h.005a1 1 0 0 1 1.99.2H27l-.008.023a.993.993 0 0 1-.118.363l-2.55 7.824a1 1 0 0 1-.95.69h-.748a1 1 0 0 1-.95-.69z"),u(n,"fill","#F2F3F5"),u(e,"width","42"),u(e,"height","20"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","live-active-icon")},m(o,s){A(o,e,s),p(e,i),p(e,n)},d(o){o&&P(e)}}}function Pf(t){let e;function i(s,l){return s[0]?Sf:Tf}let n=i(t),o=n(t);return{c(){o.c(),e=ct()},m(s,l){o.m(s,l),A(s,e,l)},p(s,[l]){n!==(n=i(s))&&(o.d(1),o=n(s),o&&(o.c(),o.m(e.parentNode,e)))},i:q,o:q,d(s){s&&P(e),o.d(s)}}}function Af(t,e,i){let{isActive:n=!1}=e;return t.$$set=o=>{"isActive"in o&&i(0,n=o.isActive)},[n]}class B1 extends _e{constructor(e){super(),ge(this,e,Af,Pf,be,{isActive:0})}}function If(t){Ke(t,"v-7pnl2h",".thumb-timer.v-7pnl2h.v-7pnl2h{position:absolute;z-index:2;bottom:0;right:0;margin:8px;padding:0 7px;border-radius:3px;background:var(--black-alpha-40);color:var(--white);font-size:12.5px;line-height:23px;height:23px;white-space:nowrap;transition:visibility var(--controls-transition-duration), opacity var(--controls-transition-duration)}.thumb-timer.live.v-7pnl2h.v-7pnl2h{font-size:0;line-height:20px;height:20px;border-radius:2px;background:var(--red)}.thumb-timer.hidden.v-7pnl2h.v-7pnl2h{visibility:hidden;opacity:0}.thumb-timer.v-7pnl2h.v-7pnl2h:after{content:'';display:inline-block;vertical-align:middle;height:100%}.thumb-timer-live-icon.v-7pnl2h.v-7pnl2h{display:inline-block;vertical-align:middle;width:42px;height:20px;margin:0 -7px}.thumb-timer-equalizer.v-7pnl2h.v-7pnl2h{display:inline-block;vertical-align:middle;position:relative;width:10px;height:10px;margin-top:-4px;margin-right:4px}.live.v-7pnl2h .thumb-timer-equalizer.v-7pnl2h{margin-top:-2px}.thumb-timer-equalizer.v-7pnl2h .col.v-7pnl2h{width:2px;height:10px;margin-right:2px;background:var(--white);position:absolute;bottom:0;transform-origin:50% 100%;animation:1.5s infinite linear alternate;animation-play-state:paused}.thumb-timer.playing.v-7pnl2h .thumb-timer-equalizer .col.v-7pnl2h{animation-play-state:running}.thumb-timer-equalizer.v-7pnl2h .col.v-7pnl2h:nth-child(1){left:0;animation-name:v-7pnl2h-thumb-timer-equalizer-col1}.thumb-timer-equalizer.v-7pnl2h .col.v-7pnl2h:nth-child(2){left:3px;animation-name:v-7pnl2h-thumb-timer-equalizer-col2}.thumb-timer-equalizer.v-7pnl2h .col.v-7pnl2h:nth-child(3){left:6px;animation-name:v-7pnl2h-thumb-timer-equalizer-col3}@keyframes v-7pnl2h-thumb-timer-equalizer-col1{0%{transform:scaleY(0.1)}25%{transform:scaleY(0.8)}50%{transform:scaleY(0.4)}75%{transform:scaleY(0.6)}100%{transform:scaleY(0.1)}}@keyframes v-7pnl2h-thumb-timer-equalizer-col2{0%{transform:scaleY(1)}25%{transform:scaleY(0.3)}50%{transform:scaleY(0.9)}75%{transform:scaleY(0.6)}100%{transform:scaleY(1)}}@keyframes v-7pnl2h-thumb-timer-equalizer-col3{0%{transform:scaleY(0.6)}25%{transform:scaleY(0.9)}50%{transform:scaleY(0.1)}75%{transform:scaleY(0.9)}100%{transform:scaleY(0.6)}}.thumb-timer-text.v-7pnl2h.v-7pnl2h{display:inline-block;text-align:right}")}function Ef(t){let e=Ln(t[4]-t[3])+"",i;return{c(){i=Oe(e)},m(n,o){A(n,i,o)},p(n,o){o&24&&e!==(e=Ln(n[4]-n[3])+"")&&xe(i,e)},i:q,o:q,d(n){n&&P(i)}}}function Vf(t){let e,i,n;return i=new B1({props:{isActive:!0}}),{c(){e=I("div"),U(i.$$.fragment),u(e,"class","thumb-timer-live-icon v-7pnl2h")},m(o,s){A(o,e,s),H(i,e,null),n=!0},p:q,i(o){n||(m(i.$$.fragment,o),n=!0)},o(o){g(i.$$.fragment,o),n=!1},d(o){o&&P(e),F(i)}}}function Lf(t){let e,i,n,o,s,l,r;const a=[Vf,Ef],c=[];function f(d,h){return d[1]?0:1}return s=f(t),l=c[s]=a[s](t),{c(){e=I("div"),i=I("div"),i.innerHTML='<div class="col v-7pnl2h"></div> <div class="col v-7pnl2h"></div> <div class="col v-7pnl2h"></div>',n=D(),o=I("span"),l.c(),u(i,"class","thumb-timer-equalizer v-7pnl2h"),u(o,"class","thumb-timer-text v-7pnl2h"),u(e,"role","timer"),u(e,"class","thumb-timer v-7pnl2h"),u(e,"data-testid","thumb-timer"),V(e,"live",t[1]),V(e,"hidden",t[0]),V(e,"playing",t[2])},m(d,h){A(d,e,h),p(e,i),p(e,n),p(e,o),c[s].m(o,null),r=!0},p(d,[h]){let v=s;s=f(d),s===v?c[s].p(d,h):(fe(),g(c[v],1,1,()=>{c[v]=null}),de(),l=c[s],l?l.p(d,h):(l=c[s]=a[s](d),l.c()),m(l,1),l.m(o,null)),(!r||h&2)&&V(e,"live",d[1]),(!r||h&1)&&V(e,"hidden",d[0]),(!r||h&4)&&V(e,"playing",d[2])},i(d){r||(m(l),r=!0)},o(d){g(l),r=!1},d(d){d&&P(e),c[s].d()}}}function Mf(t,e,i){let{isHidden:n=!1}=e,{isLive:o=!1}=e,{isPlaying:s=!1}=e,{position:l}=e,{duration:r}=e;return t.$$set=a=>{"isHidden"in a&&i(0,n=a.isHidden),"isLive"in a&&i(1,o=a.isLive),"isPlaying"in a&&i(2,s=a.isPlaying),"position"in a&&i(3,l=a.position),"duration"in a&&i(4,r=a.duration)},[n,o,s,l,r]}class N1 extends _e{constructor(e){super(),ge(this,e,Mf,Lf,be,{isHidden:0,isLive:1,isPlaying:2,position:3,duration:4},If)}}const _l=t=>{if(document.queryCommandSupported&&document.queryCommandSupported("copy")){const e=document.createElement("textarea");e.textContent=t,e.style.position="absolute",e.style.top="-9999px",document.body.appendChild(e),e.select();try{document.execCommand("copy")}finally{document.body.removeChild(e)}}},io=t=>{t.stopPropagation(),t.preventDefault()},Bf=t=>{let e=t.previousElementSibling;e||(e=t.parentNode?.lastElementChild),e?.focus()},Nf=t=>{let e=t.nextElementSibling;e||(e=t.parentNode?.firstElementChild),e?.focus()},Rf=t=>{const e=t.code;return e===Se.Tab&&!t.shiftKey||e===Se.ArrowDown},Df=t=>{const e=t.code;return e===Se.Tab||e===Se.ArrowUp},R1=t=>t.code===Se.Escape,Of=t=>t.code===Se.ArrowLeft,D1=(t,e=!0)=>{const i=t.code;return[Se.Enter,Se.Space].includes(i)||!e&&i===Se.ArrowRight},O1=t=>{if(Rf(t)){io(t),Nf(t.target);return}Df(t)&&(io(t),Bf(t.target))},Sl=t=>t?.detail===0,Pl=async(t,e,i)=>{await jn(),t&&!t.classList.contains("opened")&&!e&&Je(i)&&(await jn(),i.set(!1),t.focus())},zf=async(t,e,i)=>{await jn(),t&&!e&&Je(i)&&(i.set(!1),t.focus())},Qo=async(t,e,i)=>{await jn(),!!t&&e&&i&&(await jn(),t.firstChild.focus())},Uo=async(t,e,i)=>{!!t&&i&&(e.set(!1),setTimeout(()=>{t.focus()},Ec))},z1=(t,e)=>{O1(t),R1(t)&&(io(t),e())},qo=async(t,e,i)=>{D1(t,!1)&&(io(t),e(),await jn(),i()?.focus())},Zo=async(t,e,i,n)=>{if(O1(t),Of(t)){io(t),e(),i.set(!0);return}R1(t)&&(io(t),n())},$i=(t,e)=>{D1(t)&&(io(t),e())},Hf=t=>{const e=t.getBoundingClientRect(),i=-14,n=e.left+e.width,o=e.top+i;return{right:n,bottom:o}},Ff=t=>{if(!t)return{top:0,left:0};const e=t.getBoundingClientRect(),i=-58,n=To,o=e.left+n;return{bottom:e.bottom+i,left:o}};function Uf(t){Ke(t,"v-1vzqlps","ul.v-1vzqlps{position:absolute;border-radius:8px;background:rgba(0, 0, 0, 0.72);transition:visibility .1s,opacity .1s;list-style:none;margin:0;padding:6px 0;max-height:100%;max-width:100%;overflow-x:hidden;overflow-y:auto}li.v-1vzqlps{padding:8px 16px;cursor:pointer;position:relative;display:block;color:rgba(255, 255, 255, 0.72);font-size:13px;line-height:18px;letter-spacing:-0.14px;white-space:nowrap}li.v-1vzqlps:hover{background:rgba(66, 66, 66, .5);color:var(--white)}")}function is(t){let e,i,n,o,s,l,r,a,c=(t[10].features.saveDebugInfoToFile?K("menu_save_debug"):K("menu_copy_debug"))+"",f,d,h,v=K("menu_debug_overlay")+"",k,_,S,C,T=t[10].features.copyVideoLink&&t[9].callbacks?.onCopyVideoLink&&qf(t),y=t[12]&&t[6]!==$e.ChromecastState.CONNECTED&&!t[17]&&os(t);function L(Q,w){return Q[4]?Wf:Zf}let le=L(t),Y=le(t),N=t[10].features.videoRotate&&!t[17]&&jf(t),ee=t[10].showSupport&&!t[7]&&ls(t);return{c(){e=I("ul"),T&&T.c(),i=D(),y&&y.c(),n=D(),o=I("li"),Y.c(),s=D(),N&&N.c(),l=D(),ee&&ee.c(),r=D(),a=I("li"),f=Oe(c),d=D(),h=I("li"),k=Oe(v),u(o,"tabindex","0"),u(o,"role","menuitem"),u(o,"aria-label",K("aria_label_menu_loop")),u(o,"class","v-1vzqlps"),u(a,"tabindex","0"),u(a,"role","menuitem"),u(a,"aria-label",t[10].features.saveDebugInfoToFile?K("menu_save_debug"):K("menu_copy_debug")),u(a,"class","v-1vzqlps"),u(h,"tabindex","0"),u(h,"role","menuitem"),u(h,"aria-label",_=t[8]?K("aria_label_menu_debug_overlay_disable"):K("aria_label_menu_debug_overlay_enable")),u(h,"class","v-1vzqlps"),u(e,"role","menu"),It(e,"top",t[3]+"px"),It(e,"left",t[2]+"px"),u(e,"class","v-1vzqlps")},m(Q,w){A(Q,e,w),T&&T.m(e,null),p(e,i),y&&y.m(e,null),p(e,n),p(e,o),Y.m(o,null),p(e,s),N&&N.m(e,null),p(e,l),ee&&ee.m(e,null),p(e,r),p(e,a),p(a,f),p(e,d),p(e,h),p(h,k),t[42](e),S||(C=[he(o,"click",ot(t[24])),he(o,"keydown",t[30]),he(a,"click",ot(t[21])),he(a,"keydown",t[32]),he(h,"click",ot(t[22])),he(h,"keydown",t[33]),he(e,"contextmenu",Jt(t[39])),he(e,"keydown",t[26])],S=!0)},p(Q,w){Q[10].features.copyVideoLink&&Q[9].callbacks?.onCopyVideoLink&&T.p(Q,w),Q[12]&&Q[6]!==$e.ChromecastState.CONNECTED&&!Q[17]?y?y.p(Q,w):(y=os(Q),y.c(),y.m(e,n)):y&&(y.d(1),y=null),le===(le=L(Q))&&Y?Y.p(Q,w):(Y.d(1),Y=le(Q),Y&&(Y.c(),Y.m(o,null))),Q[10].features.videoRotate&&!Q[17]&&N.p(Q,w),Q[10].showSupport&&!Q[7]?ee?ee.p(Q,w):(ee=ls(Q),ee.c(),ee.m(e,r)):ee&&(ee.d(1),ee=null),w[0]&256&&_!==(_=Q[8]?K("aria_label_menu_debug_overlay_disable"):K("aria_label_menu_debug_overlay_enable"))&&u(h,"aria-label",_),w[0]&8&&It(e,"top",Q[3]+"px"),w[0]&4&&It(e,"left",Q[2]+"px")},d(Q){Q&&P(e),T&&T.d(),y&&y.d(),Y.d(),N&&N.d(),ee&&ee.d(),t[42](null),S=!1,nt(C)}}}function qf(t){let e,i=K("menu_copy_video_link")+"",n,o,s,l,r,a=!t[5]&&!t[17]&&ns(t);return{c(){e=I("li"),n=Oe(i),o=D(),a&&a.c(),s=ct(),u(e,"tabindex","0"),u(e,"role","menuitem"),u(e,"aria-label",K("menu_copy_video_link")),u(e,"class","v-1vzqlps")},m(c,f){A(c,e,f),p(e,n),A(c,o,f),a&&a.m(c,f),A(c,s,f),l||(r=[he(e,"click",ot(t[40])),he(e,"keydown",t[27])],l=!0)},p(c,f){!c[5]&&!c[17]?a?a.p(c,f):(a=ns(c),a.c(),a.m(s.parentNode,s)):a&&(a.d(1),a=null)},d(c){c&&(P(e),P(o),P(s)),a&&a.d(c),l=!1,nt(r)}}}function ns(t){let e,i=K("menu_copy_video_link_with_timestamp")+"",n,o,s;return{c(){e=I("li"),n=Oe(i),u(e,"tabindex","0"),u(e,"role","menuitem"),u(e,"aria-label",K("menu_copy_video_link_with_timestamp")),u(e,"class","v-1vzqlps")},m(l,r){A(l,e,r),p(e,n),o||(s=[he(e,"click",ot(t[41])),he(e,"keydown",t[28])],o=!0)},p:q,d(l){l&&P(e),o=!1,nt(s)}}}function os(t){let e,i=K("menu_pip")+"",n,o,s;return{c(){e=I("li"),n=Oe(i),u(e,"tabindex","0"),u(e,"role","menuitem"),u(e,"aria-label",K("menu_pip")),u(e,"class","v-1vzqlps")},m(l,r){A(l,e,r),p(e,n),o||(s=[he(e,"click",ot(t[23])),he(e,"keydown",t[29])],o=!0)},p:q,d(l){l&&P(e),o=!1,nt(s)}}}function Zf(t){let e=K("menu_video_loop_on")+"",i;return{c(){i=Oe(e)},m(n,o){A(n,i,o)},p:q,d(n){n&&P(i)}}}function Wf(t){let e=K("menu_video_loop_off")+"",i;return{c(){i=Oe(e)},m(n,o){A(n,i,o)},p:q,d(n){n&&P(i)}}}function jf(t){let e,i=K("menu_video_rotate")+"",n,o,s;return{c(){e=I("li"),n=Oe(i),u(e,"tabindex","0"),u(e,"role","menuitem"),u(e,"aria-label",K("aria_label_menu_rotate")),u(e,"class","v-1vzqlps")},m(l,r){A(l,e,r),p(e,n),o||(s=[he(e,"click",ot(t[19])),he(e,"keydown",t[30])],o=!0)},p:q,d(l){l&&P(e),o=!1,nt(s)}}}function ls(t){let e,i=K("menu_report")+"",n,o,s;return{c(){e=I("li"),n=Oe(i),u(e,"tabindex","0"),u(e,"role","menuitem"),u(e,"aria-label",`${K("menu_report")}. ${K("aria_label_new_tab_alert")}`),u(e,"class","v-1vzqlps")},m(l,r){A(l,e,r),p(e,n),o||(s=[he(e,"click",ot(t[20])),he(e,"keydown",t[31])],o=!0)},p:q,d(l){l&&P(e),o=!1,nt(s)}}}function Kf(t){let e,i=t[1]&&is(t);return{c(){i&&i.c(),e=ct()},m(n,o){i&&i.m(n,o),A(n,e,o)},p(n,o){n[1]?i?i.p(n,o):(i=is(n),i.c(),i.m(e.parentNode,e)):i&&(i.d(1),i=null)},i:q,o:q,d(n){n&&P(e),i&&i.d(n)}}}function Gf(t,e,i){let n,o,s,l,r,a,{visible:c=!1}=e,{supportLink:f}=e,{position:d={top:0,left:0}}=e,{playerContainerRef:h=void 0}=e,{controlsContainerRef:v=void 0}=e,{menuElementRef:k=void 0}=e,{returnFocus:_}=e,S=0,C=0;const T=ht(),y=an(),L=T.ui.contextMenu.visible$,le=T.ui.debugPanelVisible;R(t,le,ne=>i(8,a=ne));const Y=T.webApi.pictureInPictureApi,N=T.webApi.pictureInPictureApi?.info.isActive$;R(t,N,ne=>i(7,r=ne));const ee=T.state.chromecastState$;R(t,ee,ne=>i(6,l=ne));const Q=T.state.isLive$;R(t,Q,ne=>i(5,s=ne));const w=T.state.positionExact$;R(t,w,ne=>i(43,n=ne));const $=T.state.isInteractive,X=T.state.looped$;R(t,X,ne=>i(4,o=ne));const O=()=>{L.set(!1)},W=(ne,G)=>{if(!k||!h||!v)return;const Ce=k.getBoundingClientRect(),re=h.getBoundingClientRect();i(2,S=ne-re.left),i(3,C=G-re.top),S+Ce.width>re.width&&i(2,S=re.width-Ce.width),C+Ce.height>re.height&&i(3,C=re.height-Ce.height),i(2,S=Math.max(S,0)),i(3,C=Math.max(C,0))},B=()=>{O(),T.actions.internal.videoRotate()},J=()=>{window.open(f,"_blank"),O(),T.actions.internal.pause()},E=()=>{const ne=T.actions.internal.getDebugTextData();if(y.features.saveDebugInfoToFile){const G=new Blob([...ne],{type:"plain/text"}),Ce=window.URL.createObjectURL(G);d1(Ce,"vk_player_debug_info","txt")}else _l(T.actions.internal.getDebugTextData());O(),_?.()},z=()=>{le.set(!0),O(),_?.()},Te=async()=>{try{Y?.isActive()?await Y?.remove():await Y?.request()}finally{O(),_?.()}},ze=()=>{T.actions.internal.setLooped(!o),O()},Ve=(ne=!1)=>{if(T.callbacks?.onCopyVideoLink){const G=T.callbacks?.onCopyVideoLink(ne,n);G&&_l(G)}O()},Le=ne=>{z1(ne,O)},Pe=ne=>{$i(ne,()=>Ve())},pe=ne=>{$i(ne,()=>Ve(!0))},Z=ne=>{$i(ne,()=>Te())},me=ne=>{$i(ne,()=>B())},Ae=ne=>{$i(ne,()=>J())},Ue=ne=>{$i(ne,()=>E())},Ge=ne=>{$i(ne,()=>z())};function ae(ne){to.call(this,t,ne)}const ye=()=>Ve(),Me=()=>Ve(!0);function je(ne){ve[ne?"unshift":"push"](()=>{k=ne,i(0,k)})}return t.$$set=ne=>{"visible"in ne&&i(1,c=ne.visible),"supportLink"in ne&&i(34,f=ne.supportLink),"position"in ne&&i(35,d=ne.position),"playerContainerRef"in ne&&i(36,h=ne.playerContainerRef),"controlsContainerRef"in ne&&i(37,v=ne.controlsContainerRef),"menuElementRef"in ne&&i(0,k=ne.menuElementRef),"returnFocus"in ne&&i(38,_=ne.returnFocus)},t.$$.update=()=>{if(t.$$.dirty[0]&1|t.$$.dirty[1]&112&&k&&h&&v){const{top:ne,left:G,bottom:Ce,right:re}=d;let ke=G??0,He=ne??0;const et=k.getBoundingClientRect();ie.isNullable(G)&&!ie.isNullable(re)&&(ke=re-et.width),ie.isNullable(ne)&&!ie.isNullable(Ce)&&(He=Ce-et.height),ke=Math.max(ke,0),He=Math.max(He,0),W(ke,He)}},[k,c,S,C,o,s,l,r,a,T,y,le,Y,N,ee,Q,w,$,X,B,J,E,z,Te,ze,Ve,Le,Pe,pe,Z,me,Ae,Ue,Ge,f,d,h,v,_,ae,ye,Me,je]}class Yf extends _e{constructor(e){super(),ge(this,e,Gf,Kf,be,{visible:1,supportLink:34,position:35,playerContainerRef:36,controlsContainerRef:37,menuElementRef:0,returnFocus:38},Uf,[-1,-1])}}class Qf{value;next;constructor(e){this.value=e,this.next=null}}class ll{top;bottom;size;maxSize;constructor(e){this.top=null,this.bottom=null,this.size=0,this.maxSize=e}push(e){const i=new Qf(e);this.top?(this.top.next=i,this.top=i):(this.top=i,this.bottom=i),this.size++,this.size>this.maxSize&&this.bottom&&(this.bottom=this.bottom.next)}getValuesFromBottom(){const e=[];let i=this.bottom;for(;i;)e.push(i.value),i=i.next;return e}}function Xf(t){Ke(t,"v-1ssl9eb",".container.v-1ssl9eb{display:inline-block;width:120px;height:16px}canvas.v-1ssl9eb{transform:scale(1, -1);margin-top:2px}")}function Jf(t){let e,i;return{c(){e=I("div"),i=I("canvas"),u(i,"class","v-1ssl9eb"),u(e,"class","container v-1ssl9eb")},m(n,o){A(n,e,o),p(e,i),t[3](i)},p:q,i:q,o:q,d(n){n&&P(e),t[3](null)}}}const sl=16,rl=120,ss=60;function xf(t,e,i,n,o){o===0&&(o=1),t.fillStyle="#fff",t.fillRect(e,i,n,o)}function $f(t,e,i){let{values:n=[]}=e,o,s;const l=rl/ss;nn(()=>{i(0,o.width=rl,o),i(0,o.height=sl,o),i(2,s=o.getContext("2d"))});function r(a){ve[a?"unshift":"push"](()=>{o=a,i(0,o)})}return t.$$set=a=>{"values"in a&&i(1,n=a.values)},t.$$.update=()=>{if(t.$$.dirty&6&&s){let a=n[0];for(let f=1;f<n.length;f++)n[f]>a&&(a=n[f]);s.clearRect(0,0,rl,sl);let c=ss-1;for(let f=n.length-1;f>=0;f--){const d=c*l,h=a>0?sl*(n[f]/a):0;xf(s,d,0,l,h),c--}}},[o,n,s,r]}class Al extends _e{constructor(e){super(),ge(this,e,$f,Jf,be,{values:1},Xf)}}function e0(t){Ke(t,"v-1fypj5i",".container.v-1fypj5i.v-1fypj5i.v-1fypj5i{background:rgba(28, 28, 28, 0.8);border-radius:4px;color:#fff;left:20px;position:absolute;top:45px;min-width:160px;font-size:10px;text-align:left}.container-mobile.v-1fypj5i.v-1fypj5i.v-1fypj5i{top:16px;left:16px}button.v-1fypj5i.v-1fypj5i.v-1fypj5i{position:absolute;right:5px;top:3px;cursor:pointer;outline:0;border:none;background-color:transparent;padding:0;color:#fff}.content.v-1fypj5i.v-1fypj5i.v-1fypj5i{padding:5px}.content.v-1fypj5i>div.v-1fypj5i>div.v-1fypj5i{display:inline-block;text-align:right;width:50px;padding:0 5px}")}function rs(t){let e,i,n,o,s=t[0].id+"",l;return{c(){e=I("div"),i=I("div"),i.textContent="Video id",n=D(),o=I("span"),l=Oe(s),u(i,"class","v-1fypj5i"),u(e,"class","v-1fypj5i")},m(r,a){A(r,e,a),p(e,i),p(e,n),p(e,o),p(o,l)},p(r,a){a&1&&s!==(s=r[0].id+"")&&xe(l,s)},d(r){r&&P(e)}}}function as(t){let e,i,n,o,s=t[0].provider+"",l;return{c(){e=I("div"),i=I("div"),i.textContent="Provider",n=D(),o=I("span"),l=Oe(s),u(i,"class","v-1fypj5i"),u(e,"class","v-1fypj5i")},m(r,a){A(r,e,a),p(e,i),p(e,n),p(e,o),p(o,l)},p(r,a){a&1&&s!==(s=r[0].provider+"")&&xe(l,s)},d(r){r&&P(e)}}}function us(t){let e,i,n,o,s=t[0].viewport+"",l;return{c(){e=I("div"),i=I("div"),i.textContent="Viewport",n=D(),o=I("span"),l=Oe(s),u(i,"class","v-1fypj5i"),u(e,"class","v-1fypj5i")},m(r,a){A(r,e,a),p(e,i),p(e,n),p(e,o),p(o,l)},p(r,a){a&1&&s!==(s=r[0].viewport+"")&&xe(l,s)},d(r){r&&P(e)}}}function cs(t){let e,i,n,o,s=t[0].videoSize+"",l;return{c(){e=I("div"),i=I("div"),i.textContent="Video size",n=D(),o=I("span"),l=Oe(s),u(i,"class","v-1fypj5i"),u(e,"class","v-1fypj5i")},m(r,a){A(r,e,a),p(e,i),p(e,n),p(e,o),p(o,l)},p(r,a){a&1&&s!==(s=r[0].videoSize+"")&&xe(l,s)},d(r){r&&P(e)}}}function fs(t){let e,i,n,o,s=t[0].cdn+"",l;return{c(){e=I("div"),i=I("div"),i.textContent="CDN host",n=D(),o=I("span"),l=Oe(s),u(i,"class","v-1fypj5i"),u(e,"class","v-1fypj5i")},m(r,a){A(r,e,a),p(e,i),p(e,n),p(e,o),p(o,l)},p(r,a){a&1&&s!==(s=r[0].cdn+"")&&xe(l,s)},d(r){r&&P(e)}}}function ds(t){let e,i,n,o,s=t[0].volume+"",l,r;return{c(){e=I("div"),i=I("div"),i.textContent="Volume",n=D(),o=I("span"),l=Oe(s),r=Oe(" %"),u(i,"class","v-1fypj5i"),u(e,"class","v-1fypj5i")},m(a,c){A(a,e,c),p(e,i),p(e,n),p(e,o),p(o,l),p(o,r)},p(a,c){c&1&&s!==(s=a[0].volume+"")&&xe(l,s)},d(a){a&&P(e)}}}function ms(t){let e,i,n,o,s=t[0].buffer.toFixed(2)+"",l,r;return{c(){e=I("div"),i=I("div"),i.textContent="Buffer",n=D(),o=I("span"),l=Oe(s),r=Oe(" s"),u(i,"class","v-1fypj5i"),u(e,"class","v-1fypj5i")},m(a,c){A(a,e,c),p(e,i),p(e,n),p(e,o),p(o,l),p(o,r)},p(a,c){c&1&&s!==(s=a[0].buffer.toFixed(2)+"")&&xe(l,s)},d(a){a&&P(e)}}}function ps(t){let e,i,n,o,s=[{value:t[0].currentVideoSegmentLength,title:"Video"},{value:t[0].currentAudioSegmentLength,title:"Audio"}].filter(gs).map(_s).join(" / ")+"",l;return{c(){e=I("div"),i=I("div"),i.textContent="Segment",n=D(),o=I("span"),l=Oe(s),u(i,"class","v-1fypj5i"),u(e,"class","v-1fypj5i")},m(r,a){A(r,e,a),p(e,i),p(e,n),p(e,o),p(o,l)},p(r,a){a&1&&s!==(s=[{value:r[0].currentVideoSegmentLength,title:"Video"},{value:r[0].currentAudioSegmentLength,title:"Audio"}].filter(gs).map(_s).join(" / ")+"")&&xe(l,s)},d(r){r&&P(e)}}}function hs(t){let e,i,n,o,s,l,r=t[0].speed.toFixed(2)+"",a,c,f;return o=new Al({props:{values:t[5]}}),{c(){e=I("div"),i=I("div"),i.textContent="Network",n=D(),U(o.$$.fragment),s=D(),l=I("span"),a=Oe(r),c=Oe(" Kbps"),u(i,"class","v-1fypj5i"),u(e,"class","v-1fypj5i")},m(d,h){A(d,e,h),p(e,i),p(e,n),H(o,e,null),p(e,s),p(e,l),p(l,a),p(l,c),f=!0},p(d,h){const v={};h&32&&(v.values=d[5]),o.$set(v),(!f||h&1)&&r!==(r=d[0].speed.toFixed(2)+"")&&xe(a,r)},i(d){f||(m(o.$$.fragment,d),f=!0)},o(d){g(o.$$.fragment,d),f=!1},d(d){d&&P(e),F(o)}}}function bs(t){let e,i,n,o,s,l,r=t[0].bitrate.toFixed(2)+"",a,c,f;return o=new Al({props:{values:t[6]}}),{c(){e=I("div"),i=I("div"),i.textContent="V bitrate",n=D(),U(o.$$.fragment),s=D(),l=I("span"),a=Oe(r),c=Oe(" Kbps"),u(i,"class","v-1fypj5i"),u(e,"class","v-1fypj5i")},m(d,h){A(d,e,h),p(e,i),p(e,n),H(o,e,null),p(e,s),p(e,l),p(l,a),p(l,c),f=!0},p(d,h){const v={};h&64&&(v.values=d[6]),o.$set(v),(!f||h&1)&&r!==(r=d[0].bitrate.toFixed(2)+"")&&xe(a,r)},i(d){f||(m(o.$$.fragment,d),f=!0)},o(d){g(o.$$.fragment,d),f=!1},d(d){d&&P(e),F(o)}}}function t0(t){let e,i,n,o,s,l,r,a,c=t[0].version+"",f,d,h,v,k,_,S,C,T,y,L,le,Y,N,ee,Q,w,$,X,O,W,B,J,E,z,Te,ze,Ve,Le,Pe,pe,Z=t[0].id&&rs(t),me=t[0].provider&&as(t),Ae=t[0].viewport&&us(t),Ue=t[0].videoSize&&cs(t),Ge=t[0].cdn&&fs(t),ae=t[0].volume&&ds(t),ye=t[0].buffer&&ms(t),Me=(t[0].currentVideoSegmentLength||t[0].currentAudioSegmentLength)&&ps(t),je=t[0].speed&&hs(t),ne=t[0].bitrate&&bs(t);return z=new Al({props:{values:t[4]}}),{c(){e=I("div"),i=I("button"),i.textContent="[x]",n=D(),o=I("div"),s=I("div"),l=I("div"),l.textContent="Version",r=D(),a=I("span"),f=Oe(c),d=D(),Z&&Z.c(),h=D(),me&&me.c(),v=D(),Ae&&Ae.c(),k=D(),Ue&&Ue.c(),_=D(),Ge&&Ge.c(),S=D(),ae&&ae.c(),C=D(),ye&&ye.c(),T=D(),Me&&Me.c(),y=D(),L=I("div"),le=I("div"),le.textContent="Dropped",Y=D(),N=I("span"),ee=Oe(t[2]),Q=Oe(" / "),w=Oe(t[1]),$=Oe(" frames"),X=D(),je&&je.c(),O=D(),ne&&ne.c(),W=D(),B=I("div"),J=I("div"),J.textContent="FPS",E=D(),U(z.$$.fragment),Te=D(),ze=I("span"),Ve=Oe(t[3]),u(i,"class","close v-1fypj5i"),u(i,"title","\u0437\u0430\u043A\u0440\u044B\u0442\u044C"),u(l,"class","v-1fypj5i"),u(s,"class","v-1fypj5i"),u(le,"class","v-1fypj5i"),u(L,"class","v-1fypj5i"),u(J,"class","v-1fypj5i"),u(B,"class","v-1fypj5i"),u(o,"class","content v-1fypj5i"),u(e,"class","container v-1fypj5i"),u(e,"role","region"),u(e,"aria-label",K("aria_label_debug_panel")),V(e,"container-mobile",t[7])},m(G,Ce){A(G,e,Ce),p(e,i),p(e,n),p(e,o),p(o,s),p(s,l),p(s,r),p(s,a),p(a,f),p(o,d),Z&&Z.m(o,null),p(o,h),me&&me.m(o,null),p(o,v),Ae&&Ae.m(o,null),p(o,k),Ue&&Ue.m(o,null),p(o,_),Ge&&Ge.m(o,null),p(o,S),ae&&ae.m(o,null),p(o,C),ye&&ye.m(o,null),p(o,T),Me&&Me.m(o,null),p(o,y),p(o,L),p(L,le),p(L,Y),p(L,N),p(N,ee),p(N,Q),p(N,w),p(N,$),p(o,X),je&&je.m(o,null),p(o,O),ne&&ne.m(o,null),p(o,W),p(o,B),p(B,J),p(B,E),H(z,B,null),p(B,Te),p(B,ze),p(ze,Ve),Le=!0,Pe||(pe=he(i,"click",ot(t[9])),Pe=!0)},p(G,[Ce]){(!Le||Ce&1)&&c!==(c=G[0].version+"")&&xe(f,c),G[0].id?Z?Z.p(G,Ce):(Z=rs(G),Z.c(),Z.m(o,h)):Z&&(Z.d(1),Z=null),G[0].provider?me?me.p(G,Ce):(me=as(G),me.c(),me.m(o,v)):me&&(me.d(1),me=null),G[0].viewport?Ae?Ae.p(G,Ce):(Ae=us(G),Ae.c(),Ae.m(o,k)):Ae&&(Ae.d(1),Ae=null),G[0].videoSize?Ue?Ue.p(G,Ce):(Ue=cs(G),Ue.c(),Ue.m(o,_)):Ue&&(Ue.d(1),Ue=null),G[0].cdn?Ge?Ge.p(G,Ce):(Ge=fs(G),Ge.c(),Ge.m(o,S)):Ge&&(Ge.d(1),Ge=null),G[0].volume?ae?ae.p(G,Ce):(ae=ds(G),ae.c(),ae.m(o,C)):ae&&(ae.d(1),ae=null),G[0].buffer?ye?ye.p(G,Ce):(ye=ms(G),ye.c(),ye.m(o,T)):ye&&(ye.d(1),ye=null),G[0].currentVideoSegmentLength||G[0].currentAudioSegmentLength?Me?Me.p(G,Ce):(Me=ps(G),Me.c(),Me.m(o,y)):Me&&(Me.d(1),Me=null),(!Le||Ce&4)&&xe(ee,G[2]),(!Le||Ce&2)&&xe(w,G[1]),G[0].speed?je?(je.p(G,Ce),Ce&1&&m(je,1)):(je=hs(G),je.c(),m(je,1),je.m(o,O)):je&&(fe(),g(je,1,1,()=>{je=null}),de()),G[0].bitrate?ne?(ne.p(G,Ce),Ce&1&&m(ne,1)):(ne=bs(G),ne.c(),m(ne,1),ne.m(o,W)):ne&&(fe(),g(ne,1,1,()=>{ne=null}),de());const re={};Ce&16&&(re.values=G[4]),z.$set(re),(!Le||Ce&8)&&xe(Ve,G[3]),(!Le||Ce&128)&&V(e,"container-mobile",G[7])},i(G){Le||(m(je),m(ne),m(z.$$.fragment,G),Le=!0)},o(G){g(je),g(ne),g(z.$$.fragment,G),Le=!1},d(G){G&&P(e),Z&&Z.d(),me&&me.d(),Ae&&Ae.d(),Ue&&Ue.d(),Ge&&Ge.d(),ae&&ae.d(),ye&&ye.d(),Me&&Me.d(),je&&je.d(),ne&&ne.d(),F(z),Pe=!1,pe()}}}const gs=({value:t})=>t,_s=({value:t,title:e})=>`${e} ${((t??0)/1e3).toFixed(2)} s`;function i0(t,e,i){let n;const o=ht(),s=o.ui.debugPanelVisible,l=o.ui.isMobile;R(t,l,y=>i(7,n=y));const r=()=>{ie.safeStorage.remove(bl),s.set(!1)};let a=o.actions.internal.getDebugPanelData(),c=o.actions.internal.getVideoElement(),f=0,d=0,h=0;const v=new ll(60),k=new ll(60),_=new ll(60);let S=[],C=[],T=[];return nn(()=>{ie.safeStorage.set(bl,"true"),o.actions.internal.startLogging(),c&&(i(2,d=c.getVideoPlaybackQuality().droppedVideoFrames),i(1,f=c.getVideoPlaybackQuality().totalVideoFrames));const y=window.setInterval(()=>{i(0,a=o.actions.internal.getDebugPanelData())},500);let L;return c&&(L=window.setInterval(()=>{if(c){i(2,d=c.getVideoPlaybackQuality().droppedVideoFrames);const le=c.getVideoPlaybackQuality().totalVideoFrames;i(3,h=le-f),i(1,f=le),v.push(h),a.speed&&k.push(a.speed),a.bitrate&&_.push(a.bitrate),i(4,S=v.getValuesFromBottom()),i(5,C=k.getValuesFromBottom()),i(6,T=_.getValuesFromBottom())}},1e3)),()=>{o.actions.internal.stopLogging(),clearInterval(y),L&&clearInterval(L)}}),[a,f,d,h,S,C,T,n,l,r]}class H1 extends _e{constructor(e){super(),ge(this,e,i0,t0,be,{},e0)}}function n0(t){Ke(t,"v-1ome55p",".close.v-1ome55p{cursor:pointer;opacity:0.8;transition:opacity 0.2s;position:relative;width:16px;height:16px}.close.v-1ome55p:hover{opacity:1}.close.v-1ome55p:before,.close.v-1ome55p:after{position:absolute;left:8px;content:' ';height:16px;width:2px;background-color:var(--white)}.close.v-1ome55p:before{transform:rotate(45deg)}.close.v-1ome55p:after{transform:rotate(-45deg)}")}function o0(t){let e,i,n;return{c(){e=I("div"),u(e,"class","close v-1ome55p")},m(o,s){A(o,e,s),i||(n=he(e,"click",ot(t[0])),i=!0)},p:q,i:q,o:q,d(o){o&&P(e),i=!1,n()}}}function l0(t){function e(i){to.call(this,t,i)}return[e]}class s0 extends _e{constructor(e){super(),ge(this,e,l0,o0,be,{},n0)}}function r0(t){Ke(t,"v-8jhsry",`.timer.v-8jhsry{border-radius:50%;transition:background .2s;background:rgba(31, 31, 31, .65);width:50px;height:50px;display:flex;align-items:center;justify-content:space-around}.timer.v-8jhsry:hover{background:rgba(31, 31, 31, .85)
|
|
25
|
-
}.timer-canvas.v-8jhsry{width:50px;height:50px;position:absolute}.timer-play-icon.v-8jhsry{width:22px;height:26px}`)}function a0(t){let e,i,n,o,s,l,r;return{c(){e=I("div"),i=I("canvas"),n=D(),o=M("svg"),s=M("g"),l=M("g"),r=M("path"),u(i,"class","timer-canvas v-8jhsry"),u(i,"width","100"),u(i,"height","100"),u(r,"class","_play"),u(r,"d","m8.13340613 5.10548415 10.49681277 6.24354325c.3559987.2117494.472936.6720001.2611866 1.0279989-.0638111.1072809-.1533894.1969388-.2606135.2608453l-10.4968128 6.256187c-.35581027.2120659-.81616483.095538-1.02823068-.2602722-.06921066-.1161237-.10574852-.2487949-.10574852-.3839792v-12.49973035c0-.41421357.33578644-.75.75-.75.13495801 0 .26741554.03641567.38340613.1054073z"),u(r,"fill","#fff"),u(l,"fill-rule","nonzero"),u(s,"fill","none"),u(s,"fill-rule","evenodd"),u(o,"class","timer-play-icon v-8jhsry"),u(o,"viewBox","0 0 24 24"),u(o,"xmlns","http://www.w3.org/2000/svg"),u(e,"class","timer v-8jhsry")},m(a,c){A(a,e,c),p(e,i),t[2](i),p(e,n),p(e,o),p(o,s),p(s,l),p(l,r)},p:q,i:q,o:q,d(a){a&&P(e),t[2](null)}}}const u0=5e3;function c0(t,e,i){let{onTimerEnded:n=ie.noop}=e,o;nn(()=>{let l;const r=o.getContext("2d");if(!r)return;r.lineWidth=6,r.lineCap="round",r.strokeStyle="#fff";const a=Date.now(),c=()=>{const f=(Date.now()-a)/u0;f<1?(r.clearRect(0,0,100,100),r.beginPath(),r.arc(50,50,47,-Math.PI/2,-Math.PI/2+Math.PI*2*f),r.stroke(),l=requestAnimationFrame(c)):n()};return l=requestAnimationFrame(c),()=>{cancelAnimationFrame(l)}});function s(l){ve[l?"unshift":"push"](()=>{o=l,i(0,o)})}return t.$$set=l=>{"onTimerEnded"in l&&i(1,n=l.onTimerEnded)},[o,n,s]}class f0 extends _e{constructor(e){super(),ge(this,e,c0,a0,be,{onTimerEnded:1},r0)}}function d0(t){Ke(t,"v-kisfwc",".overlay.v-kisfwc{width:100%;height:100%;background:rgba(0, 0, 0, 0.72);position:absolute}.next-video.v-kisfwc{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;width:362px;flex-direction:column}.top.v-kisfwc{display:flex;justify-content:space-between}.caption.v-kisfwc{font-size:11px;font-weight:bold;color:var(--white);text-transform:uppercase;opacity:0.8}.row.v-kisfwc{height:102px;background:rgba(48, 48, 48, .8);cursor:pointer;margin-top:6px;display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.column.v-kisfwc{display:flex;flex-direction:column;flex-basis:50%}.thumb.v-kisfwc{width:100%;height:100%;background:no-repeat center;background-size:cover;display:flex;align-items:center;position:relative;justify-content:space-around}.thumb-overlay.v-kisfwc{width:100%;height:100%;background:var(--black);opacity:0.3;position:absolute}.title.v-kisfwc{padding:10px 16px;font-size:12px;font-weight:bold;color:var(--white);line-height:1.6;max-height:52px;overflow:hidden}")}function vs(t){let e,i;return e=new f0({props:{onTimerEnded:t[2]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o&4&&(s.onTimerEnded=n[2]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function m0(t){let e,i,n,o,s,l,r,a,c,f,d,h,v,k,_,S,C,T,y,L,le;r=new s0({}),r.$on("click",t[4]);let Y=t[3]&&vs(t);return{c(){e=I("div"),i=D(),n=I("div"),o=I("div"),s=I("div"),s.textContent="\u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0435 \u0432\u0438\u0434\u0435\u043E",l=D(),U(r.$$.fragment),a=D(),c=I("div"),f=I("div"),d=I("div"),h=I("div"),v=D(),Y&&Y.c(),_=D(),S=I("div"),C=I("div"),T=Oe(t[0]),u(e,"class","overlay v-kisfwc"),u(s,"class","caption v-kisfwc"),u(o,"class","top v-kisfwc"),u(h,"class","thumb-overlay v-kisfwc"),u(d,"class","thumb v-kisfwc"),u(d,"style",k=`background-image: url('${t[1]}')`),u(f,"class","column v-kisfwc"),u(C,"class","title v-kisfwc"),u(S,"class","column v-kisfwc"),u(c,"class","row v-kisfwc"),u(n,"class","next-video v-kisfwc")},m(N,ee){A(N,e,ee),A(N,i,ee),A(N,n,ee),p(n,o),p(o,s),p(o,l),H(r,o,null),p(n,a),p(n,c),p(c,f),p(f,d),p(d,h),p(d,v),Y&&Y.m(d,null),p(c,_),p(c,S),p(S,C),p(C,T),y=!0,L||(le=he(c,"click",function(){_n(t[2])&&t[2].apply(this,arguments)}),L=!0)},p(N,[ee]){t=N,t[3]?Y?(Y.p(t,ee),ee&8&&m(Y,1)):(Y=vs(t),Y.c(),m(Y,1),Y.m(d,null)):Y&&(fe(),g(Y,1,1,()=>{Y=null}),de()),(!y||ee&2&&k!==(k=`background-image: url('${t[1]}')`))&&u(d,"style",k),(!y||ee&1)&&xe(T,t[0])},i(N){y||(m(r.$$.fragment,N),m(Y),y=!0)},o(N){g(r.$$.fragment,N),g(Y),y=!1},d(N){N&&(P(e),P(i),P(n)),F(r),Y&&Y.d(),L=!1,le()}}}function p0(t,e,i){let{title:n}=e,{thumb:o}=e,{playNextVideo:s}=e,l=!0;const r=()=>i(3,l=!1);return t.$$set=a=>{"title"in a&&i(0,n=a.title),"thumb"in a&&i(1,o=a.thumb),"playNextVideo"in a&&i(2,s=a.playNextVideo)},[n,o,s,l,r]}class h0 extends _e{constructor(e){super(),ge(this,e,p0,m0,be,{title:0,thumb:1,playNextVideo:2},d0)}}const F1=(t,e)=>Math.min(+(t+e).toFixed(2),1),U1=(t,e)=>Math.max(+(t-e).toFixed(2),0),q1=(t,e,i)=>{const n=F1(e,i);e<1&&t.actions.internal.setVolume(n)},Z1=(t,e,i)=>{const n=U1(e,i);e>0&&t.actions.internal.setVolume(n)},Po=({isAudioDisabled:t,audioDisabledHintCallback:e,isAudioAvailable:i,audioIsNotExistHintCallback:n})=>t?(e?.(),!1):i?!0:(n?.(),!1);function b0(t){Ke(t,"v-10kkmxz",".keyboard-controls.v-10kkmxz{position:absolute;left:0;right:0;top:0;bottom:0}")}function g0(t){let e,i,n,o;const s=t[26].default,l=Mn(s,t,t[25],null);return{c(){e=I("div"),l&&l.c(),u(e,"class","keyboard-controls v-10kkmxz"),u(e,"tabindex","-1"),u(e,"role","region"),u(e,"aria-label",K("aria_label_video_player"))},m(r,a){A(r,e,a),l&&l.m(e,null),t[27](e),i=!0,n||(o=[he(e,"keyup",t[17]),he(e,"keydown",t[16])],n=!0)},p(r,a){l&&l.p&&(!i||a[0]&33554432)&&Nn(l,s,r,r[25],i?Bn(s,r[25],a,null):Rn(r[25]),null)},i(r){i||(m(l,r),i=!0)},o(r){g(l,r),i=!1},d(r){r&&P(e),l&&l.d(r),t[27](null),n=!1,nt(o)}}}function _0(t,e,i){let n,o,s,l,r,a,c,f,d,h,v,k,_,S,C,{$$slots:T={},$$scope:y}=e,{isAds:L}=e,{hideContextMenu:le}=e,{toggleFullscreen:Y}=e,{showHotKeyHelpers:N}=e,{showKeyMap:ee}=e,{fakePlayButtonHandler:Q}=e;const w=ht(),$=an(),X=w.getLogger().createComponentLog("KeyboardControls component"),O=w.state.playbackState$;R(t,O,ue=>i(31,o=ue));const W=w.ads.playbackState;R(t,W,ue=>i(30,n=ue));const B=w.state.positionExact$;R(t,B,ue=>i(41,k=ue));const J=w.state.duration$;R(t,J,ue=>i(40,v=ue));const E=w.state.volume$;R(t,E,ue=>i(44,C=ue));const z=w.ui.controls.disabledControls$;R(t,z,ue=>i(39,h=ue));const Te=w.state.muted$;R(t,Te,ue=>i(34,r=ue));const ze=w.state.currentSubtitle$;R(t,ze,ue=>i(33,l=ue));const Ve=w.state.currentPlaybackRate$;R(t,Ve,ue=>i(42,_=ue));const Le=w.state.availablePlaybackRates$;R(t,Le,ue=>i(43,S=ue));const Pe=w.ui.contextMenu.openedByHotKey$,pe=w.ui.contextMenu.lastActiveElem$,Z=w.ui.contextMenu.visible$,me=w.ui.contextMenu.position$,Ae=w.state.isEnded$;R(t,Ae,ue=>i(36,c=ue));const Ue=w.ui.overlayContainer$;R(t,Ue,ue=>i(32,s=ue));const Ge=w.callbacks?.onAudioDoesNotExistHint,ae=w.callbacks?.onAudioDisabledHint,ye=w.state.isAudioAvailable$;R(t,ye,ue=>i(35,a=ue));const Me=w.state.isAudioDisabled,je=w.state.isInteractiveTime$;R(t,je,ue=>i(38,d=ue));const{showInteractiveTimeIndicatorTooltip$:ne}=vo();R(t,ne,ue=>i(37,f=ue));let G=0,Ce=!0,re;const ke=()=>re?.focus(),He=ue=>(ue!==Ce&&(Ce=ue,G=0),G+=1,($.controls.seekStepKeyboard+$.controls.seekStepKeyboard*G)/1e3),et=ue=>{const st=ue.target,vt=st?.getAttribute("role")?.includes("menuitem"),ut=st.classList.contains("btn"),bt=ue.code;if(ut&&bt===Se.Space)return;const Ct=Bc.has(bt);if(vt&&Ct)return;const Be=!Mc.has(bt);if(ue.ctrlKey&&Be||ue.altKey&&Be||ue.metaKey)return;const Ft=vt&&bt===Se.Escape;Nc.has(bt)||Ft||le();const ce=o===$e.PlaybackState.PLAYING||o===$e.PlaybackState.PAUSED,ft=L&&(n===Xt.PAUSED||n===Xt.PLAYING),kt=!ft&&!h.has(at.TIMELINE);if(ce||ft)switch(X({message:`key down, code: ${bt}`}),bt){case Se.KeyJ:case Se.ArrowLeft:{if(!kt)break;if(ue.ctrlKey||ue.altKey){const We=w.actions.internal.getPrevEpisode();w.actions.internal.seekToPrevEpisode(We),We&&N({type:Xe.EPISODE_PREV,text:We.text}),ue.preventDefault()}else{const We=ue.shiftKey?He(!1):$.controls.seekStepKeyboard/1e3,tt=Math.max(k-We,0);k>0&&(w.actions.internal.seekTime(tt,pt.SeekAction.DOUBLE_TAP),N({type:Xe.BACKWARD_SEEK,text:We.toString()}),ue.preventDefault())}break}case Se.KeyL:case Se.ArrowRight:{if(!kt)break;if(ue.ctrlKey||ue.altKey){const We=w.actions.internal.getNextEpisode();w.actions.internal.seekToNextEpisode(We),We&&N({type:Xe.EPISODE_NEXT,text:We.text}),ue.preventDefault()}else{const We=ue.shiftKey?He(!0):$.controls.seekStepKeyboard/1e3,tt=Math.min(k+We,v);Math.round(k)<Math.round(v)&&(w.actions.internal.seekTime(tt,pt.SeekAction.DOUBLE_TAP),N({type:Xe.FORWARD_SEEK,text:We.toString()}),ue.preventDefault())}break}case Se.ArrowUp:{if(Po({isAudioDisabled:Me,audioDisabledHintCallback:ae,isAudioAvailable:a,audioIsNotExistHintCallback:Ge})){const We=C,tt=$.controls.volumeStepKeyboard,gt=We<=1;if(q1(w,We,tt),gt){const wt=Math.round(F1(We,tt)*100).toString();N({type:Xe.VOLUME,t:{key:"hotkey_helper_current_volume",value:wt}})}}ue.preventDefault();break}case Se.ArrowDown:{if(Po({isAudioDisabled:Me,audioDisabledHintCallback:ae,isAudioAvailable:a,audioIsNotExistHintCallback:Ge})){const We=C,tt=$.controls.volumeStepKeyboard,gt=We>=0;if(Z1(w,We,tt),gt){const wt=Math.round(U1(We,tt)*100).toString();N({type:Xe.VOLUME,t:{key:"hotkey_helper_current_volume",value:wt}})}}ue.preventDefault();break}case Se.Comma:{if(ue.shiftKey){w.actions.internal.decrementPlaybackRate();const We=S.find(tt=>tt.value===_);N({type:Xe.RATE_DOWN,text:We?.displayValue}),ue.preventDefault()}else{if(ft||o!==$e.PlaybackState.PAUSED)break;const We=Math.max(k-$.controls.seekStepFrame/1e3,0);k>0&&(N({type:Xe.BACKWARD_SEEK}),w.actions.internal.clearDelayedBufferingCheckTimeout(),w.actions.internal.seekTime(We,pt.SeekAction.DOUBLE_TAP),ue.preventDefault())}break}case Se.Period:{if(ue.shiftKey){w.actions.internal.incrementPlaybackRate();const We=S.find(tt=>tt.value===_);N({type:Xe.RATE_UP,text:We?.displayValue}),ue.preventDefault()}else{if(ft||o!==$e.PlaybackState.PAUSED)break;const We=Math.min(k+$.controls.seekStepFrame/1e3,v);k<v&&(N({type:Xe.FORWARD_SEEK}),w.actions.internal.clearDelayedBufferingCheckTimeout(),w.actions.internal.seekTime(We,pt.SeekAction.DOUBLE_TAP),ue.preventDefault())}break}case Se.KeyK:case Se.Space:if(!h.has(at.PLAY_BUTTON))if(d&&f&&ne.set(!1),Q)Q();else{w.actions.internal.togglePlay();let We=Xe.PLAY;o===$e.PlaybackState.PAUSED?We=Xe.PAUSE:c&&(We=Xe.REPLAY),N({type:We})}ue.preventDefault();break;case Se.KeyM:{Po({isAudioDisabled:Me,audioDisabledHintCallback:ae,isAudioAvailable:a,audioIsNotExistHintCallback:Ge})&&(N({type:r?Xe.VOLUME:Xe.MUTE}),w.actions.internal.toggleMuted()),ue.preventDefault();break}case Se.KeyF:Y(),ue.preventDefault();break;case Se.KeyC:w.actions.internal.toggleSubtitle(),l.value!=="off"?N({type:Xe.SUBTITLES_ON,text:l?.displayValue}):N({type:Xe.SUBTITLES_OFF}),ue.preventDefault();break;case Se.KeyI:w.actions.internal.togglePictureInPicture(),ue.preventDefault();break;case Se.Digit1:case Se.Numpad1:if(ue.shiftKey){const We=Ff(s);me.set(We),pe.set(st),Pe.set(!0),Z.set(!0),ue.preventDefault();break}N(),w.actions.internal.seekToPercent(.1,pt.SeekAction.DOUBLE_TAP),ue.preventDefault();break;case Se.Digit2:case Se.Numpad2:N(),w.actions.internal.seekToPercent(.2,pt.SeekAction.DOUBLE_TAP),ue.preventDefault();break;case Se.Digit3:case Se.Numpad3:N(),w.actions.internal.seekToPercent(.3,pt.SeekAction.DOUBLE_TAP),ue.preventDefault();break;case Se.Digit4:case Se.Numpad4:N(),w.actions.internal.seekToPercent(.4,pt.SeekAction.DOUBLE_TAP),ue.preventDefault();break;case Se.Digit5:case Se.Numpad5:N(),w.actions.internal.seekToPercent(.5,pt.SeekAction.DOUBLE_TAP),ue.preventDefault();break;case Se.Digit6:case Se.Numpad6:N(),w.actions.internal.seekToPercent(.6,pt.SeekAction.DOUBLE_TAP),ue.preventDefault();break;case Se.Digit7:case Se.Numpad7:N(),w.actions.internal.seekToPercent(.7,pt.SeekAction.DOUBLE_TAP),ue.preventDefault();break;case Se.Digit8:case Se.Numpad8:N(),w.actions.internal.seekToPercent(.8,pt.SeekAction.DOUBLE_TAP),ue.preventDefault();break;case Se.Digit9:case Se.Numpad9:N(),w.actions.internal.seekToPercent(.9,pt.SeekAction.DOUBLE_TAP),ue.preventDefault();break;case Se.Digit0:case Se.Numpad0:N(),w.actions.internal.seekToPercent(0,pt.SeekAction.DOUBLE_TAP),ue.preventDefault();break;case Se.Slash:{ue.shiftKey&&$.features.hotKeyMapModal&&(ee(),ue.preventDefault());break}case Se.ShiftLeft:case Se.ShiftRight:ue.preventDefault();break;case Se.Tab:case Se.Escape:case Se.Enter:break;default:ie.checkNever(bt);break}},lt=ue=>{const st=ue.code;if(ue.ctrlKey||ue.altKey||ue.metaKey)return;const vt=o===$e.PlaybackState.PLAYING||o===$e.PlaybackState.PAUSED,ut=L&&(n===Xt.PAUSED||n===Xt.PLAYING);if(vt||ut)switch(st){case Se.ShiftLeft:case Se.ShiftRight:G=0;break}};function Ne(ue){ve[ue?"unshift":"push"](()=>{re=ue,i(0,re)})}return t.$$set=ue=>{"isAds"in ue&&i(18,L=ue.isAds),"hideContextMenu"in ue&&i(19,le=ue.hideContextMenu),"toggleFullscreen"in ue&&i(20,Y=ue.toggleFullscreen),"showHotKeyHelpers"in ue&&i(21,N=ue.showHotKeyHelpers),"showKeyMap"in ue&&i(22,ee=ue.showKeyMap),"fakePlayButtonHandler"in ue&&i(23,Q=ue.fakePlayButtonHandler),"$$scope"in ue&&i(25,y=ue.$$scope)},[re,O,W,B,J,E,z,Te,ze,Ve,Le,Ae,Ue,ye,je,ne,et,lt,L,le,Y,N,ee,Q,ke,y,T,Ne]}class v0 extends _e{constructor(e){super(),ge(this,e,_0,g0,be,{isAds:18,hideContextMenu:19,toggleFullscreen:20,showHotKeyHelpers:21,showKeyMap:22,fakePlayButtonHandler:23,focus:24},b0,[-1,-1])}get focus(){return this.$$.ctx[24]}}function k0(t){Ke(t,"v-8nkw5s",".container.v-8nkw5s.v-8nkw5s{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none;display:flex}.dot.v-8nkw5s.v-8nkw5s:nth-child(1){animation-delay:calc(0 * 180ms)}.dot.v-8nkw5s.v-8nkw5s:nth-child(2){animation-delay:calc(1 * 180ms)}.dot.v-8nkw5s.v-8nkw5s:nth-child(3){animation-delay:calc(2 * 180ms)}@keyframes v-8nkw5s-dot_animation{0%{opacity:0.2}30%{opacity:1}100%{opacity:0.2}}.dot.v-8nkw5s.v-8nkw5s{border-radius:4px;width:8px;height:8px;background:var(--white);animation-duration:750ms;animation-name:v-8nkw5s-dot_animation;animation-iteration-count:infinite}.dot.v-8nkw5s+.dot.v-8nkw5s{margin-left:4px}")}function w0(t){let e;return{c(){e=I("div"),e.innerHTML='<div class="dot v-8nkw5s"></div> <div class="dot v-8nkw5s"></div> <div class="dot v-8nkw5s"></div>',u(e,"class","container v-8nkw5s")},m(i,n){A(i,e,n)},p:q,i:q,o:q,d(i){i&&P(e)}}}class W1 extends _e{constructor(e){super(),ge(this,e,null,w0,be,{},k0)}}function y0(t){let e,i,n,o,s,l,r,a,c,f,d,h,v;return{c(){e=M("svg"),i=M("g"),n=M("path"),o=M("path"),s=M("defs"),l=M("filter"),r=M("feFlood"),a=M("feColorMatrix"),c=M("feOffset"),f=M("feGaussianBlur"),d=M("feColorMatrix"),h=M("feBlend"),v=M("feBlend"),u(n,"d","M7.536 6.264a.9.9 0 0 0-1.272 1.272L10.727 12l-4.463 4.464a.9.9 0 0 0 1.272 1.272L12 13.273l4.464 4.463a.9.9 0 1 0 1.272-1.272L13.273 12l4.463-4.464a.9.9 0 1 0-1.272-1.272L12 10.727 7.536 6.264Z"),u(n,"fill","#fff"),u(o,"d","M7.713 6.087a1.15 1.15 0 1 0-1.626 1.626L10.374 12l-4.287 4.287a1.15 1.15 0 0 0 1.626 1.626L12 13.626l4.287 4.287a1.15 1.15 0 0 0 1.626-1.626L13.626 12l4.287-4.287a1.15 1.15 0 1 0-1.626-1.626L12 10.374 7.713 6.087Z"),u(o,"stroke","#000"),u(o,"stroke-opacity",".12"),u(o,"stroke-width",".5"),u(i,"filter","url(#a)"),u(r,"flood-opacity","0"),u(r,"result","BackgroundImageFix"),u(a,"in","SourceAlpha"),u(a,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"),u(a,"result","hardAlpha"),u(f,"stdDeviation","2.5"),u(d,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"),u(h,"in2","BackgroundImageFix"),u(h,"result","effect1_dropShadow_2422_111980"),u(v,"in","SourceGraphic"),u(v,"in2","effect1_dropShadow_2422_111980"),u(v,"result","shape"),u(l,"id","a"),u(l,"x",".5"),u(l,"y",".5"),u(l,"width","23"),u(l,"height","23"),u(l,"filterUnits","userSpaceOnUse"),u(l,"color-interpolation-filters","sRGB"),u(e,"width","24"),u(e,"height","24"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","cross-icon")},m(k,_){A(k,e,_),p(e,i),p(i,n),p(i,o),p(e,s),p(s,l),p(l,r),p(l,a),p(l,c),p(l,f),p(l,d),p(l,h),p(l,v)},p:q,i:q,o:q,d(k){k&&P(e)}}}class C0 extends _e{constructor(e){super(),ge(this,e,null,y0,be,{})}}function T0(t){Ke(t,"v-1anemql",".btn.v-1anemql{padding:8px;margin:0;height:var(--controls-height);display:flex;flex-direction:row;align-items:center}.w-max.v-1anemql{width:100%}.btn--live.v-1anemql{padding:10px 4px}.btn-m.v-1anemql{position:absolute;left:12px;top:50%;transform:translateY(-50%);height:44px;width:44px;border-radius:12px;background-color:rgba(0, 0, 0, 0.56);transition:opacity var(--controls-transition-duration);display:flex;align-items:center;justify-content:center}.btn-m--play.v-1anemql{width:var(--big-play-size);height:var(--big-play-size);display:flex;align-items:center;justify-content:center;position:relative;padding:16px}.btn.v-1anemql:disabled{cursor:default;pointer-events:none}.btn.v-1anemql:not(.btn-full-opacity):disabled{opacity:0.4}.btn.v-1anemql:not(:disabled):hover{opacity:0.8}.pr-0.v-1anemql{padding-right:0}.pl-0.v-1anemql{padding-left:0}")}function S0(t){let e,i,n,o,s,l,r,a,c,f,d,h;const v=t[14].default,k=Mn(v,t,t[13],null);return{c(){e=I("button"),k&&k.c(),u(e,"class",i="btn "+t[1]+" v-1anemql"),u(e,"style",n=t[2]||null),e.disabled=o=t[3]??null,u(e,"aria-hidden",s=t[5]??null),u(e,"aria-label",l=t[6]??null),u(e,"aria-keyshortcuts",r=t[7]??null),u(e,"aria-expanded",a=t[8]??null),u(e,"data-testid",c=t[4]??null),u(e,"tabindex",t[9])},m(_,S){A(_,e,S),k&&k.m(e,null),t[16](e),f=!0,d||(h=[he(e,"pointerdown",ot(Jt(t[15]))),he(e,"click",ot(Jt(function(){_n(t[10]===ie.noop?null:t[10])&&(t[10]===ie.noop?null:t[10]).apply(this,arguments)}))),he(e,"focus",Jt(function(){_n(t[11]===ie.noop?null:t[11])&&(t[11]===ie.noop?null:t[11]).apply(this,arguments)})),he(e,"blur",Jt(function(){_n(t[12]===ie.noop?null:t[12])&&(t[12]===ie.noop?null:t[12]).apply(this,arguments)}))],d=!0)},p(_,[S]){t=_,k&&k.p&&(!f||S&8192)&&Nn(k,v,t,t[13],f?Bn(v,t[13],S,null):Rn(t[13]),null),(!f||S&2&&i!==(i="btn "+t[1]+" v-1anemql"))&&u(e,"class",i),(!f||S&4&&n!==(n=t[2]||null))&&u(e,"style",n),(!f||S&8&&o!==(o=t[3]??null))&&(e.disabled=o),(!f||S&32&&s!==(s=t[5]??null))&&u(e,"aria-hidden",s),(!f||S&64&&l!==(l=t[6]??null))&&u(e,"aria-label",l),(!f||S&128&&r!==(r=t[7]??null))&&u(e,"aria-keyshortcuts",r),(!f||S&256&&a!==(a=t[8]??null))&&u(e,"aria-expanded",a),(!f||S&16&&c!==(c=t[4]??null))&&u(e,"data-testid",c),(!f||S&512)&&u(e,"tabindex",t[9])},i(_){f||(m(k,_),f=!0)},o(_){g(k,_),f=!1},d(_){_&&P(e),k&&k.d(_),t[16](null),d=!1,nt(h)}}}function P0(t,e,i){let{$$slots:n={},$$scope:o}=e,{className:s=""}=e,{style:l=""}=e,{disabled:r=void 0}=e,{testId:a=void 0}=e,{ariaHidden:c=void 0}=e,{ariaLabel:f=void 0}=e,{ref:d=void 0}=e,{ariaKeyShortCut:h=void 0}=e,{ariaExpanded:v=void 0}=e,{tabIndex:k=0}=e,{click:_=ie.noop}=e,{focus:S=ie.noop}=e,{blur:C=ie.noop}=e;function T(L){to.call(this,t,L)}function y(L){ve[L?"unshift":"push"](()=>{d=L,i(0,d)})}return t.$$set=L=>{"className"in L&&i(1,s=L.className),"style"in L&&i(2,l=L.style),"disabled"in L&&i(3,r=L.disabled),"testId"in L&&i(4,a=L.testId),"ariaHidden"in L&&i(5,c=L.ariaHidden),"ariaLabel"in L&&i(6,f=L.ariaLabel),"ref"in L&&i(0,d=L.ref),"ariaKeyShortCut"in L&&i(7,h=L.ariaKeyShortCut),"ariaExpanded"in L&&i(8,v=L.ariaExpanded),"tabIndex"in L&&i(9,k=L.tabIndex),"click"in L&&i(10,_=L.click),"focus"in L&&i(11,S=L.focus),"blur"in L&&i(12,C=L.blur),"$$scope"in L&&i(13,o=L.$$scope)},[d,s,l,r,a,c,f,h,v,k,_,S,C,o,n,T,y]}class pi extends _e{constructor(e){super(),ge(this,e,P0,S0,be,{className:1,style:2,disabled:3,testId:4,ariaHidden:5,ariaLabel:6,ref:0,ariaKeyShortCut:7,ariaExpanded:8,tabIndex:9,click:10,focus:11,blur:12},T0)}}function A0(t){Ke(t,"v-1witlsj",".modal-overlay.v-1witlsj{position:absolute;top:0;bottom:0;left:0;right:0;background:transparent;display:flex;align-items:center;justify-content:center}.modal-container.v-1witlsj{display:flex;flex-direction:column;width:calc(100% - 32px);max-width:600px;height:calc(100% - 24px);max-height:490px;background:var(--mobile-settings-bg);color:var(--white);border-radius:8px}.modal-header.v-1witlsj{box-sizing:border-box;display:flex;justify-content:space-between;align-items:start;height:40px;padding:8px 10px;border-bottom:1px solid var(--white-alpha-24)}.modal-title.v-1witlsj{margin:3px 0 0 6px;color:var(--white);font-feature-settings:'clig' off, 'liga' off;font-size:13px;font-style:normal;font-weight:600;line-height:16px}.modal-scroll.v-1witlsj{overflow-y:auto;overflow-x:hidden;margin:8px 4px 8px 0;height:100%}.modal-scroll.v-1witlsj::-webkit-scrollbar{width:8px}.modal-scroll.v-1witlsj::-webkit-scrollbar-track{box-shadow:none;background-color:transparent;border-radius:4px;margin-right:2px}.modal-scroll.v-1witlsj::-webkit-scrollbar-thumb{min-height:40px;border-radius:5px;background-color:#666;border:1px solid transparent;background-clip:padding-box}.modal-scroll.v-1witlsj::-webkit-scrollbar-thumb:hover{background-color:#777}.modal-main.v-1witlsj{margin:-8px -4px 0 0}")}function ks(t){let e,i,n,o,s,l=t[2]&&ws(t);return{c(){e=I("div"),i=I("h3"),n=Oe(t[3]),o=D(),l&&l.c(),u(i,"class","modal-title v-1witlsj"),u(e,"class","modal-header v-1witlsj")},m(r,a){A(r,e,a),p(e,i),p(i,n),p(e,o),l&&l.m(e,null),s=!0},p(r,a){(!s||a&8)&&xe(n,r[3]),r[2]?l?(l.p(r,a),a&4&&m(l,1)):(l=ws(r),l.c(),m(l,1),l.m(e,null)):l&&(fe(),g(l,1,1,()=>{l=null}),de())},i(r){s||(m(l),s=!0)},o(r){g(l),s=!1},d(r){r&&P(e),l&&l.d()}}}function ws(t){let e,i;return e=new pi({props:{click:t[0],testId:"close-modal",style:"padding: 0; height: 24px; width: 24px",ariaLabel:K("hotkey_map_modal_close_btn_text"),$$slots:{default:[I0]},$$scope:{ctx:t}}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o&1&&(s.click=n[0]),o&32&&(s.$$scope={dirty:o,ctx:n}),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function I0(t){let e,i;return e=new C0({}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function E0(t){let e,i,n,o,s,l,r=t[1]&&ks(t);const a=t[4].default,c=Mn(a,t,t[5],null);return{c(){e=I("div"),i=I("div"),r&&r.c(),n=D(),o=I("div"),s=I("div"),c&&c.c(),u(s,"class","modal-main v-1witlsj"),u(o,"class","modal-scroll v-1witlsj"),u(i,"class","modal-container v-1witlsj"),u(e,"class","modal-overlay v-1witlsj")},m(f,d){A(f,e,d),p(e,i),r&&r.m(i,null),p(i,n),p(i,o),p(o,s),c&&c.m(s,null),l=!0},p(f,[d]){f[1]?r?(r.p(f,d),d&2&&m(r,1)):(r=ks(f),r.c(),m(r,1),r.m(i,n)):r&&(fe(),g(r,1,1,()=>{r=null}),de()),c&&c.p&&(!l||d&32)&&Nn(c,a,f,f[5],l?Bn(a,f[5],d,null):Rn(f[5]),null)},i(f){l||(m(r),m(c,f),l=!0)},o(f){g(r),g(c,f),l=!1},d(f){f&&P(e),r&&r.d(),c&&c.d(f)}}}function V0(t,e,i){let{$$slots:n={},$$scope:o}=e,{onClose:s}=e,{showHeader:l=!0}=e,{showCloseCross:r=!0}=e,{title:a}=e;return t.$$set=c=>{"onClose"in c&&i(0,s=c.onClose),"showHeader"in c&&i(1,l=c.showHeader),"showCloseCross"in c&&i(2,r=c.showCloseCross),"title"in c&&i(3,a=c.title),"$$scope"in c&&i(5,o=c.$$scope)},[s,l,r,a,n,o]}class L0 extends _e{constructor(e){super(),ge(this,e,V0,E0,be,{onClose:0,showHeader:1,showCloseCross:2,title:3},A0)}}const M0=new Set(["BR"]),ys=t=>{const e=document.createElement("DIV");e.innerHTML=t;const i=e.querySelectorAll("*");let n=i.length;for(;n--;){const o=i[n],s=o.tagName;M0.has(s)||o.parentElement?.removeChild(o)}return e.innerHTML};function B0(t){Ke(t,"v-quklnq",".hot-key-map.v-quklnq{color:var(--black);box-sizing:border-box;overflow-x:hidden}.hot-key-map-group.v-quklnq{border-bottom:1px solid var(--white-alpha-24);margin:0 20px 0 16px}.hot-key-map-group.v-quklnq:last-child{border-bottom:none}.hot-key-map-group-title.v-quklnq{color:var(--white);font-feature-settings:'clig' off, 'liga' off;font-size:13px;font-style:normal;font-weight:600;line-height:16px}.hot-key-map-group-title.v-quklnq,.hot-key-map-item.v-quklnq{padding:12px 0;margin:0;width:100%}.hot-key-map-group-items.v-quklnq{box-sizing:border-box;list-style:none;padding:0;margin:0}.hot-key-map-item.v-quklnq{box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;--videoplayer-hotkey-item-value-width:156px;--videoplayer-hotkey-item-value-padding-left:24px}.hot-key-map-item-description.v-quklnq{color:var(--white-alpha-72);width:calc(100% - var(--videoplayer-hotkey-item-value-width) - var(--videoplayer-hotkey-item-value-padding-left));max-width:388px}.hot-key-map-item-value.v-quklnq{color:var(--white);width:var(--videoplayer-hotkey-item-value-width);padding-left:var(--videoplayer-hotkey-item-value-padding-left);letter-spacing:-0.14px}.hot-key-map-item-description.v-quklnq,.hot-key-map-item-value.v-quklnq{font-feature-settings:'clig' off, 'liga' off;font-size:13px;font-style:normal;font-weight:400;line-height:16px}")}function Cs(t,e,i){const n=t.slice();return n[5]=e[i].title,n[6]=e[i].items,n}function Ts(t,e,i){const n=t.slice();return n[9]=e[i].description,n[10]=e[i].value,n}function Ss(t){let e,i,n=ys(t[9])+"",o,s,l=t[10]+"",r,a;return{c(){e=I("li"),i=I("span"),o=D(),s=I("span"),r=Oe(l),a=D(),u(i,"class","hot-key-map-item-description v-quklnq"),u(s,"class","hot-key-map-item-value v-quklnq"),u(e,"class","hot-key-map-item v-quklnq")},m(c,f){A(c,e,f),p(e,i),i.innerHTML=n,p(e,o),p(e,s),p(s,r),p(e,a)},p(c,f){f&1&&n!==(n=ys(c[9])+"")&&(i.innerHTML=n),f&1&&l!==(l=c[10]+"")&&xe(r,l)},d(c){c&&P(e)}}}function Ps(t){let e,i,n=t[5]+"",o,s,l,r,a=Ht(t[6]),c=[];for(let f=0;f<a.length;f+=1)c[f]=Ss(Ts(t,a,f));return{c(){e=I("div"),i=I("h5"),o=Oe(n),s=D(),l=I("ul");for(let f=0;f<c.length;f+=1)c[f].c();r=D(),u(i,"class","hot-key-map-group-title v-quklnq"),u(l,"class","hot-key-map-group-items v-quklnq"),u(e,"class","hot-key-map-group v-quklnq")},m(f,d){A(f,e,d),p(e,i),p(i,o),p(e,s),p(e,l);for(let h=0;h<c.length;h+=1)c[h]&&c[h].m(l,null);p(e,r)},p(f,d){if(d&1&&n!==(n=f[5]+"")&&xe(o,n),d&1){a=Ht(f[6]);let h;for(h=0;h<a.length;h+=1){const v=Ts(f,a,h);c[h]?c[h].p(v,d):(c[h]=Ss(v),c[h].c(),c[h].m(l,null))}for(;h<c.length;h+=1)c[h].d(1);c.length=a.length}},d(f){f&&P(e),vn(c,f)}}}function N0(t){let e,i=Ht(t[0].groups),n=[];for(let o=0;o<i.length;o+=1)n[o]=Ps(Cs(t,i,o));return{c(){e=I("div");for(let o=0;o<n.length;o+=1)n[o].c();u(e,"class","hot-key-map v-quklnq")},m(o,s){A(o,e,s);for(let l=0;l<n.length;l+=1)n[l]&&n[l].m(e,null)},p(o,s){if(s&1){i=Ht(o[0].groups);let l;for(l=0;l<i.length;l+=1){const r=Cs(o,i,l);n[l]?n[l].p(r,s):(n[l]=Ps(r),n[l].c(),n[l].m(e,null))}for(;l<n.length;l+=1)n[l].d(1);n.length=i.length}},d(o){o&&P(e),vn(n,o)}}}function R0(t){let e,i;return e=new L0({props:{title:t[0].title,onClose:t[2],$$slots:{default:[N0]},$$scope:{ctx:t}}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,[o]){const s={};o&1&&(s.title=n[0].title),o&8193&&(s.$$scope={dirty:o,ctx:n}),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function D0(t,e,i){let n;const o=ht(),{data:s,show:l}=o.ui.modals.hotKeyMap;return R(t,s,a=>i(0,n=a)),[n,s,()=>{l.set(!1)}]}class O0 extends _e{constructor(e){super(),ge(this,e,D0,R0,be,{},B0)}}function z0(t){Ke(t,"v-1oe0j8n",".pillow.v-1oe0j8n{background-color:#679FF8;color:var(--white);font-size:6px;font-weight:600;-webkit-font-smoothing:antialiased;padding:2px 4px;border-radius:12px}")}function H0(t){let e,i;const n=t[1].default,o=Mn(n,t,t[0],null);return{c(){e=I("div"),o&&o.c(),u(e,"class","pillow v-1oe0j8n")},m(s,l){A(s,e,l),o&&o.m(e,null),i=!0},p(s,[l]){o&&o.p&&(!i||l&1)&&Nn(o,n,s,s[0],i?Bn(n,s[0],l,null):Rn(s[0]),null)},i(s){i||(m(o,s),i=!0)},o(s){g(o,s),i=!1},d(s){s&&P(e),o&&o.d(s)}}}function F0(t,e,i){let{$$slots:n={},$$scope:o}=e;return t.$$set=s=>{"$$scope"in s&&i(0,o=s.$$scope)},[o,n]}class U0 extends _e{constructor(e){super(),ge(this,e,F0,H0,be,{},z0)}}function q0(t){let e,i,n;return{c(){e=M("svg"),i=M("path"),n=M("path"),u(i,"d","M5.517 5c.325 0 .516-.198.516-.536v-.97l.492-.517 1.46 1.74c.16.205.304.283.516.283A.491.491 0 0 0 9 4.501c0-.14-.068-.287-.222-.478l-1.47-1.73L8.818.868C8.949.731 9 .618 9 .475A.474.474 0 0 0 8.515 0c-.171 0-.301.065-.445.222L6.064 2.25h-.03V.54c0-.342-.192-.54-.517-.54s-.516.198-.516.54v3.924c0 .338.191.536.516.536Z"),u(i,"fill","currentColor"),u(n,"fill-rule","evenodd"),u(n,"clip-rule","evenodd"),u(n,"d","m2.551 1.052-1.51 2.052h1.51V1.052ZM3.5 3.104V.832c0-.81-1.089-1.14-1.556-.48L.139 2.821a.75.75 0 0 0 .612 1.183h1.8v.55c0 .248.25.45.499.45a.45.45 0 0 0 .45-.45v-.55h.052a.45.45 0 0 0 0-.9H3.5Z"),u(n,"fill","currentColor"),u(e,"width","9"),u(e,"height","5"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg")},m(o,s){A(o,e,s),p(e,i),p(e,n)},p:q,i:q,o:q,d(o){o&&P(e)}}}class Z0 extends _e{constructor(e){super(),ge(this,e,null,q0,be,{})}}function W0(t){let e,i,n;return{c(){e=M("svg"),i=M("path"),n=M("path"),u(i,"d","M5.513 5c.323 0 .513-.198.513-.537v-.97l.49-.516L7.99 4.715c.16.205.302.284.513.284A.49.49 0 0 0 9 4.5c0-.14-.068-.287-.22-.478L7.293 2.293 8.82.868C8.949.731 9 .618 9 .475A.473.473 0 0 0 8.517 0c-.17 0-.299.065-.441.222L6.056 2.25h-.03V.54c0-.342-.19-.54-.513-.54S5 .198 5 .54v3.923c0 .339.19.537.513.537Z"),u(i,"fill","currentColor"),u(n,"fill-rule","evenodd"),u(n,"clip-rule","evenodd"),u(n,"d","M2 0c-.353 0-.671.057-.952.173a1.492 1.492 0 0 0-.654.484c-.154.208-.23.445-.23.71 0 .423.208.756.613.995-.23.112-.412.258-.547.44-.154.203-.23.441-.23.71 0 .288.084.548.252.778l.001.001c.173.224.412.398.712.523C1.267 4.939 1.612 5 2 5c.388 0 .733-.061 1.035-.186.3-.125.537-.299.705-.524.174-.23.26-.49.26-.777 0-.27-.076-.508-.23-.711a1.448 1.448 0 0 0-.552-.44c.409-.235.618-.569.618-.994a1.14 1.14 0 0 0-.238-.711 1.436 1.436 0 0 0-.653-.484A2.427 2.427 0 0 0 2 0Zm-.573.964C1.563.86 1.75.804 2 .804c.25 0 .434.055.564.16h.001a.512.512 0 0 1 .204.43c0 .19-.07.333-.204.437-.13.105-.315.161-.565.161-.25 0-.437-.056-.573-.161a.519.519 0 0 1-.203-.437c0-.185.07-.326.203-.43Zm-.345 2.522c0-.217.08-.381.233-.503.16-.122.385-.188.685-.188.3 0 .522.066.677.188.16.122.24.287.24.503a.628.628 0 0 1-.24.523c-.155.122-.377.188-.677.188-.3 0-.524-.065-.684-.187a.637.637 0 0 1-.234-.524Z"),u(n,"fill","currentColor"),u(e,"width","9"),u(e,"height","5"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg")},m(o,s){A(o,e,s),p(e,i),p(e,n)},p:q,i:q,o:q,d(o){o&&P(e)}}}class j0 extends _e{constructor(e){super(),ge(this,e,null,W0,be,{})}}function K0(t){let e,i;return{c(){e=M("svg"),i=M("path"),u(i,"d","M5.516 5h1.107C8.103 5 9 4.065 9 2.5S8.103 0 6.623 0H5.516C5.191 0 5 .2 5 .537V4.46c0 .342.191.54.516.54Zm.516-.854V.852H6.5C7.41.852 8 1.468 8 2.5c0 1.066-.577 1.646-1.5 1.646h-.468ZM.516 5c.325 0 .516-.198.516-.536V2.922h1.936v1.542c0 .338.191.536.516.536S4 4.802 4 4.464V.54C4 .198 3.809 0 3.484 0s-.516.198-.516.54v1.531H1.032V.54C1.032.198.841 0 .516 0S0 .198 0 .54v3.989C0 4.867.191 5 .516 5Z"),u(i,"fill","currentColor"),u(e,"width","9"),u(e,"height","5"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg")},m(n,o){A(n,e,o),p(e,i)},p:q,i:q,o:q,d(n){n&&P(e)}}}class G0 extends _e{constructor(e){super(),ge(this,e,null,K0,be,{})}}function Y0(t){let e,i;return{c(){e=M("svg"),i=M("path"),u(i,"d","M9.516 5h1.107C12.103 5 13 4.065 13 2.5S12.103 0 10.623 0H9.516C9.191 0 9 .2 9 .537V4.46c0 .342.191.54.516.54Zm.516-.854V.852h.468c.91 0 1.5.616 1.5 1.648 0 1.066-.577 1.646-1.5 1.646h-.468ZM4.516 5c.325 0 .516-.198.516-.536V2.922h1.936v1.542c0 .338.191.536.516.536S8 4.802 8 4.464V.54C8 .198 7.809 0 7.484 0s-.516.198-.516.54v1.531H5.032V.54c0-.342-.191-.54-.516-.54S4 .198 4 .54v3.989c0 .338.191.471.516.471ZM.516 5c.325 0 .516-.198.516-.537V3h1.332c.27 0 .441-.154.441-.41 0-.253-.174-.407-.44-.407H1.031V.854h1.5c.28 0 .468-.16.468-.427C3 .161 2.815 0 2.532 0H.516C.191 0 0 .198 0 .537v3.926C0 4.802.191 5 .516 5Z"),u(i,"fill","currentColor"),u(e,"width","13"),u(e,"height","5"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg")},m(n,o){A(n,e,o),p(e,i)},p:q,i:q,o:q,d(n){n&&P(e)}}}class j1 extends _e{constructor(e){super(),ge(this,e,null,Y0,be,{})}}function Q0(t){let e,i,n;return{c(){e=M("svg"),i=M("path"),n=M("path"),u(i,"d","M11.516 5.75h1.107c1.48 0 2.377-.935 2.377-2.5s-.897-2.5-2.377-2.5h-1.107c-.325 0-.516.199-.516.537V5.21c0 .342.191.54.516.54Zm.516-.854V1.602h.468c.91 0 1.5.616 1.5 1.648 0 1.066-.577 1.646-1.5 1.646h-.468ZM6.516 5.75c.325 0 .516-.198.516-.536V3.672h1.936v1.542c0 .338.191.536.516.536S10 5.552 10 5.214V1.29c0-.342-.191-.54-.516-.54s-.516.198-.516.54v1.531H7.032V1.29c0-.342-.191-.54-.516-.54S6 .948 6 1.29v3.989c0 .338.191.471.516.471Z"),u(i,"fill","currentColor"),u(n,"fill-rule","evenodd"),u(n,"clip-rule","evenodd"),u(n,"d","M3.338 5.659a3.9 3.9 0 0 1-.838.091C1.037 5.75 0 4.885 0 3.303 0 1.733 1.037.75 2.5.75 3.96.75 5 1.734 5 3.303c0 .863-.274 1.46-.778 1.88l.194.29a.5.5 0 0 1-.832.554l-.246-.368Zm-.52-.78-.234-.352a.5.5 0 1 1 .832-.554l.245.367c.184-.26.286-.615.286-1.037 0-1.036-.64-1.653-1.447-1.653-.81 0-1.447.617-1.447 1.653 0 1.032.637 1.596 1.447 1.596.08 0 .208-.007.318-.02Z"),u(n,"fill","currentColor"),u(e,"width","15"),u(e,"height","7"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg")},m(o,s){A(o,e,s),p(e,i),p(e,n)},p:q,i:q,o:q,d(o){o&&P(e)}}}class K1 extends _e{constructor(e){super(),ge(this,e,null,Q0,be,{})}}const _o=t=>{switch(t){case $e.VideoQuality.Q_720P:return G0;case $e.VideoQuality.Q_1080P:return j1;case $e.VideoQuality.Q_1440P:return K1;case $e.VideoQuality.Q_2160P:return Z0;case $e.VideoQuality.Q_4320P:return j0}};function X0(t){Ke(t,"v-1fzhlx0",".icon.v-1fzhlx0{display:flex;position:relative;width:24px;height:24px}.icon.v-1fzhlx0 .pillow{position:absolute;top:1px;right:-9px}.icon.triple.v-1fzhlx0 .pillow{right:-13px}")}function J0(t){let e,i,n,o,s,l,r=t[1]&&As(t);return{c(){e=I("div"),r&&r.c(),i=D(),n=M("svg"),o=M("path"),s=M("path"),u(o,"fill-rule","evenodd"),u(o,"clip-rule","evenodd"),u(o,"d","M13.933 4.875a.6.6 0 0 0-.07-.658c-.327-.413-.45-.833-.574-1.253l-.039-.13C13 2 12.833 2 12.417 2h-.91c-.371.003-.6.052-.757.833-.148.738-.36 1.476-1.566 2.186a.466.466 0 0 1-.12.05c-1.27.324-1.905-.023-2.542-.37l-.12-.065c-.766-.412-.884-.294-1.178 0l-.643.644c-.26.264-.389.461.053 1.124.418.626.789 1.299.438 2.654a.466.466 0 0 1-.05.12c-.668 1.126-1.362 1.33-2.058 1.535l-.13.039C2 11 2 11.167 2 11.583v.91c.003.371.052.6.833.757.738.148 1.476.36 2.186 1.566a.465.465 0 0 1 .05.12c.324 1.27-.023 1.905-.37 2.542l-.065.12c-.412.766-.294.884 0 1.178l.644.643c.264.26.461.389 1.124-.053.626-.418 1.299-.789 2.654-.438.041.01.083.028.12.05 1.126.668 1.33 1.362 1.535 2.058l.039.13c.25.834.417.834.833.834h.91c.371-.003.6-.052.757-.833.148-.738.36-1.476 1.566-2.186a.467.467 0 0 1 .12-.05c1.27-.324 1.905.023 2.542.37l.12.065c.766.412.884.294 1.178 0l.643-.644c.26-.264.389-.461-.053-1.124-.26-.39-.503-.799-.563-1.38a.598.598 0 0 0-.413-.519 7.464 7.464 0 0 1-1.918-.871.58.58 0 0 0-.758.134 4.75 4.75 0 1 1-3.163-7.68.581.581 0 0 0 .633-.44 7.448 7.448 0 0 1 .749-1.967Z"),u(o,"fill","#fff"),u(s,"d","M13.25 2.833c.225.751.383 1.502 1.63 2.222 1.399.38 2.082.003 2.718-.42.663-.443.86-.315 1.124-.054l.644.643c.294.294.412.412 0 1.178-.372.69-.792 1.333-.418 2.726.72 1.255 1.47 1.472 2.219 1.622.78.156.83.386.833.757v.91c0 .416 0 .583-.833.833-.751.225-1.502.383-2.222 1.63-.38 1.399-.003 2.082.42 2.718.443.663.315.86.054 1.124l-.643.644c-.294.294-.412.412-1.178 0-.69-.372-1.333-.792-2.726-.418-1.255.72-1.472 1.47-1.622 2.219-.156.78-.386.83-.757.833h-.91c-.416 0-.583 0-.833-.833-.225-.751-.383-1.502-1.63-2.222-1.399-.38-2.082-.003-2.718.42-.663.443-.86.315-1.124.054l-.644-.643c-.294-.294-.412-.412 0-1.178.372-.69.792-1.333.418-2.726-.72-1.255-1.47-1.472-2.219-1.622-.78-.156-.83-.386-.833-.757v-.91c0-.416 0-.583.833-.833.751-.225 1.502-.383 2.222-1.63.38-1.399.003-2.082-.42-2.718-.443-.663-.315-.86-.054-1.124l.643-.644c.294-.294.412-.412 1.178 0 .69.372 1.333.792 2.726.418 1.255-.72 1.472-1.47 1.622-2.219.156-.78.386-.83.757-.833h.91c.416 0 .583 0 .833.833ZM12 7.25a4.75 4.75 0 1 0 0 9.5 4.75 4.75 0 0 0 0-9.5Z"),u(s,"fill","#fff"),V(s,"hidden",!!t[1]),u(n,"width","24"),u(n,"height","24"),u(n,"fill","none"),u(n,"xmlns","http://www.w3.org/2000/svg"),u(n,"data-testid","settings-icon"),u(e,"class","icon v-1fzhlx0"),u(e,"aria-hidden","true"),V(e,"triple",t[2])},m(a,c){A(a,e,c),r&&r.m(e,null),p(e,i),p(e,n),p(n,o),p(n,s),l=!0},p(a,c){a[1]?r?(r.p(a,c),c&2&&m(r,1)):(r=As(a),r.c(),m(r,1),r.m(e,i)):r&&(fe(),g(r,1,1,()=>{r=null}),de()),(!l||c&2)&&V(s,"hidden",!!a[1]),(!l||c&4)&&V(e,"triple",a[2])},i(a){l||(m(r),l=!0)},o(a){g(r),l=!1},d(a){a&&P(e),r&&r.d()}}}function x0(t){let e,i;return{c(){e=M("svg"),i=M("path"),u(i,"d","M12.722 2.213c1.208.037 1.994.702 2.408 1.954l.065.215.051.191c.018.074.041.153.068.235l.058.159.034.017.069-.023.133-.051.156-.068c1.414-.658 2.502-.536 3.387.437l.125.145.82 1.017c.732.962.71 1.99-.004 3.1l-.125.187-.117.16a3.315 3.315 0 0 0-.142.205l-.07.115-.034.057.004.02.091.06.127.077.153.083c1.39.71 1.963 1.641 1.742 2.936l-.038.188-.244 1.058c-.158.685-.282 1.01-.77 1.454-.475.432-1.016.61-1.732.67l-.22.014-.198.006c-.077.002-.16.006-.246.015l-.181.021.013.142.013.096.033.179c.323 1.526-.04 2.558-1.188 3.202l-.17.09-1.175.57c-1.102.495-2.099.242-3.02-.702l-.153-.164-.13-.15a3.333 3.333 0 0 0-.17-.186l-.097-.096-.05-.046-.09.087-.106.108-.118.133c-.952 1.134-1.957 1.54-3.176 1.067l-.175-.074-1.052-.51-.312-.16c-.476-.26-.743-.51-1.004-1.061-.275-.58-.294-1.15-.16-1.883l.044-.225c.016-.075.03-.157.041-.242l.019-.172-.004-.004-.104-.014-.146-.013-.174-.008c-1.56-.028-2.484-.614-2.853-1.877l-.049-.185-.292-1.274c-.235-1.185.236-2.1 1.364-2.785l.194-.112.175-.093a3.36 3.36 0 0 0 .216-.12l.155-.102.004-.019-.063-.108-.08-.125-.103-.143c-.937-1.246-1.044-2.335-.276-3.404l.115-.153.824-1.013c.79-.915 1.8-1.107 3.034-.64l.208.083.181.081c.068.032.143.063.222.093l.136.048.036-.017.033-.089.045-.138.046-.166c.36-1.436 1.085-2.242 2.39-2.35l.19-.011h1.39Zm-.056 1.799h-1.333l-.14.01c-.285.037-.472.191-.652.832l-.041.156-.057.206a6.33 6.33 0 0 1-.468 1.134 5.851 5.851 0 0 0-1.147.558 6.45 6.45 0 0 1-1.16-.35l-.35-.154c-.248-.107-.435-.161-.583-.175l-.084-.003a.55.55 0 0 0-.408.193l-.068.074-.789.973-.095.125c-.183.264-.21.5.195 1.075l.228.316c.212.31.425.692.598 1.102-.13.384-.22.786-.27 1.201-.334.29-.69.537-1.013.72l-.343.184c-.617.34-.695.563-.646.881l.013.075.28 1.22.04.152c.096.308.265.475.968.509l.388.014c.37.024.798.09 1.223.204.224.35.484.674.776.968a6.258 6.258 0 0 1-.118 1.445c-.201.95-.014 1.102.383 1.3l1.126.547a.8.8 0 0 0 .337.089l.067-.006c.181-.028.382-.162.67-.485l.258-.295c.257-.278.585-.574.949-.837l.298.023L12 18l.302-.008.298-.022c.363.263.691.559.948.837l.258.295c.325.364.538.488.737.49l.066-.003a.747.747 0 0 0 .178-.046l.093-.039 1.126-.548.139-.073c.3-.175.42-.395.245-1.226a6.19 6.19 0 0 1-.117-1.445c.29-.294.55-.619.775-.97a6.466 6.466 0 0 1 1.223-.202l.387-.014c.812-.04.912-.256 1.008-.66l.264-1.142c.09-.406.095-.643-.617-1.035l-.342-.183a6.428 6.428 0 0 1-1.014-.722 5.955 5.955 0 0 0-.27-1.201c.174-.41.386-.791.598-1.1l.228-.317c.406-.575.378-.81.195-1.075l-.045-.062-.787-.974c-.14-.171-.259-.294-.452-.322l-.076-.007c-.16-.003-.368.05-.667.178l-.35.155a6.364 6.364 0 0 1-1.158.348 5.873 5.873 0 0 0-1.15-.556 6.495 6.495 0 0 1-.454-1.093l-.113-.414c-.192-.678-.393-.805-.714-.828l-.076-.004ZM12 8.2a3.8 3.8 0 1 1 0 7.6 3.8 3.8 0 0 1 0-7.6Zm0 1.8a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z"),u(i,"fill","#fff"),u(e,"width","24"),u(e,"height","24"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","settings-mobile-icon")},m(n,o){A(n,e,o),p(e,i)},p:q,i:q,o:q,d(n){n&&P(e)}}}function As(t){let e,i;return e=new U0({props:{$$slots:{default:[$0]},$$scope:{ctx:t}}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o&18&&(s.$$scope={dirty:o,ctx:n}),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function $0(t){let e,i,n;var o=t[1];function s(l){return{}}return o&&(e=Pn(o,s())),{c(){e&&U(e.$$.fragment),i=ct()},m(l,r){e&&H(e,l,r),A(l,i,r),n=!0},p(l,r){if(r&2&&o!==(o=l[1])){if(e){fe();const a=e;g(a.$$.fragment,1,0,()=>{F(a,1)}),de()}o?(e=Pn(o,s()),U(e.$$.fragment),m(e.$$.fragment,1),H(e,i.parentNode,i)):e=null}},i(l){n||(e&&m(e.$$.fragment,l),n=!0)},o(l){e&&g(e.$$.fragment,l),n=!1},d(l){l&&P(i),e&&F(e,l)}}}function ed(t){let e,i,n,o;const s=[x0,J0],l=[];function r(a,c){return a[0]?0:1}return e=r(t),i=l[e]=s[e](t),{c(){i.c(),n=ct()},m(a,c){l[e].m(a,c),A(a,n,c),o=!0},p(a,[c]){let f=e;e=r(a),e===f?l[e].p(a,c):(fe(),g(l[f],1,1,()=>{l[f]=null}),de(),i=l[e],i?i.p(a,c):(i=l[e]=s[e](a),i.c()),m(i,1),i.m(n.parentNode,n))},i(a){o||(m(i),o=!0)},o(a){g(i),o=!1},d(a){a&&P(n),l[e].d(a)}}}function td(t,e,i){let n,{isMobile:o=!1}=e,{currentQuality:s=void 0}=e,l;return t.$$set=r=>{"isMobile"in r&&i(0,o=r.isMobile),"currentQuality"in r&&i(3,s=r.currentQuality)},t.$$.update=()=>{t.$$.dirty&8&&i(1,n=_o(s)),t.$$.dirty&2&&i(2,l=!!n&&[j1,K1].includes(n))},[o,n,l,s]}class G1 extends _e{constructor(e){super(),ge(this,e,td,ed,be,{isMobile:0,currentQuality:3},X0)}}function id(t){let e,i;return{c(){e=M("svg"),i=M("path"),u(i,"d","M14.692.428c2.293 0 3.124.24 3.962.687a4.673 4.673 0 0 1 1.944 1.944c.449.839.687 1.67.687 3.962v3.958c0 2.292-.238 3.123-.687 3.961a4.673 4.673 0 0 1-1.944 1.944c-.838.449-1.67.687-3.962.687H7.307c-2.293 0-3.124-.238-3.962-.687A4.673 4.673 0 0 1 1.4 14.94c-.448-.838-.687-1.669-.687-3.961V7.02c0-2.292.239-3.123.687-3.962a4.673 4.673 0 0 1 1.944-1.944C4.183.667 5.015.428 7.307.428h7.385Zm.243 1.716-7.628-.001c-1.832 0-2.484.126-3.154.484a2.96 2.96 0 0 0-1.24 1.24c-.343.64-.473 1.264-.484 2.912v4.2c0 1.83.125 2.483.483 3.153.289.54.702.952 1.241 1.24.67.36 1.322.485 3.154.485h7.385c1.832 0 2.484-.126 3.154-.484a2.96 2.96 0 0 0 1.24-1.241c.36-.67.485-1.322.485-3.153V7.02c0-1.831-.126-2.483-.484-3.153a2.96 2.96 0 0 0-1.241-1.24c-.64-.343-1.263-.473-2.911-.484ZM11 10.714a.857.857 0 1 1 0 1.714H5.857a.857.857 0 0 1 0-1.714H11Zm5.142 0a.857.857 0 1 1 0 1.714h-1.714a.857.857 0 0 1 0-1.714h1.714Zm0-3.428a.857.857 0 1 1 0 1.714H11a.857.857 0 1 1 0-1.714h5.142Zm-8.571 0a.857.857 0 0 1 0 1.714H5.857a.857.857 0 0 1 0-1.714H7.57Z"),u(i,"fill","#fff"),u(e,"width","22"),u(e,"height","18"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","subtitle-empty-icon")},m(n,o){A(n,e,o),p(e,i)},p:q,i:q,o:q,d(n){n&&P(e)}}}class Y1 extends _e{constructor(e){super(),ge(this,e,null,id,be,{})}}function nd(t){let e,i;return{c(){e=M("svg"),i=M("path"),u(i,"fill-rule","evenodd"),u(i,"clip-rule","evenodd"),u(i,"d","M8 0a.9.9 0 0 1 .9.9v10.927l4.564-4.563a.9.9 0 0 1 1.272 1.272l-6.1 6.1a.9.9 0 0 1-1.272 0l-6.1-6.1a.9.9 0 1 1 1.272-1.272L7.1 11.827V.9A.9.9 0 0 1 8 0ZM0 18a.9.9 0 0 1 .9-.9h14.2a.9.9 0 1 1 0 1.8H.9A.9.9 0 0 1 0 18Z"),u(i,"fill","#fff"),u(e,"width","16"),u(e,"height","19"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","download-icon")},m(n,o){A(n,e,o),p(e,i)},p:q,i:q,o:q,d(n){n&&P(e)}}}class od extends _e{constructor(e){super(),ge(this,e,null,nd,be,{})}}function ld(t){let e,i;return{c(){e=M("svg"),i=M("path"),u(i,"fill-rule","evenodd"),u(i,"clip-rule","evenodd"),u(i,"d","M.1 6.5c0-2.24 0-3.36.436-4.216A4 4 0 0 1 2.284.536C3.139.1 4.259.1 6.5.1h5c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748c.436.856.436 1.976.436 4.216s0 3.36-.436 4.216a4 4 0 0 1-1.748 1.748c-.836.426-1.925.436-4.064.436l.55 2.2H14.1a.9.9 0 0 1 0 1.8H3.9a.9.9 0 1 1 0-1.8h1.897l.55-2.2c-2.139 0-3.227-.01-4.063-.436a4 4 0 0 1-1.748-1.748C.1 9.86.1 8.74.1 6.5Zm11.4-4.6h-5c-1.15 0-1.904.002-2.481.049-.556.045-.786.124-.918.19a2.2 2.2 0 0 0-.962.962c-.067.132-.145.363-.19.918-.048.577-.05 1.331-.05 2.481s.002 1.904.05 2.48c.045.556.123.787.19.919.211.414.548.75.962.961.132.068.362.146.918.192.577.047 1.33.048 2.48.048h5c1.15 0 1.904-.001 2.481-.048.556-.046.787-.124.918-.192a2.2 2.2 0 0 0 .962-.961c.067-.132.146-.363.191-.918.047-.577.049-1.331.049-2.48 0-1.15-.002-1.905-.049-2.482-.045-.555-.124-.786-.191-.918a2.2 2.2 0 0 0-.962-.961c-.131-.067-.362-.146-.918-.191-.577-.048-1.33-.049-2.48-.049Zm-3.298 11-.55 2.2h2.695l-.55-2.2H8.202Z"),u(i,"fill","#fff"),u(e,"width","18"),u(e,"height","17"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","traffic-saving-icon")},m(n,o){A(n,e,o),p(e,i)},p:q,i:q,o:q,d(n){n&&P(e)}}}class sd extends _e{constructor(e){super(),ge(this,e,null,ld,be,{})}}function rd(t){let e,i,n,o;return{c(){e=M("svg"),i=M("g"),n=M("path"),o=M("path"),u(n,"d","M0 0h24v24H0z"),u(o,"d","M11 4.07V2.05c-2.01.2-3.84 1-5.32 2.21L7.1 5.69A7.941 7.941 0 0 1 11 4.07zM5.69 7.1 4.26 5.68A9.949 9.949 0 0 0 2.05 11h2.02c.18-1.46.76-2.79 1.62-3.9zM2.05 13c.2 2.01 1 3.84 2.21 5.32l1.43-1.43A7.868 7.868 0 0 1 4.07 13zM11 21.95v-2.02a7.941 7.941 0 0 1-3.9-1.62l-1.42 1.43A9.981 9.981 0 0 0 11 21.95zM22 12c0 5.16-3.92 9.42-8.95 9.95v-2.02C16.97 19.41 20 16.05 20 12s-3.03-7.41-6.95-7.93V2.05C18.08 2.58 22 6.84 22 12zM10.688 8.576l4.746 2.736a.792.792 0 0 1 0 1.372l-4.746 2.737a.792.792 0 0 1-1.188-.686V9.262a.792.792 0 0 1 1.188-.686z"),u(o,"fill","#fff"),u(o,"fill-rule","nonzero"),u(i,"fill","none"),u(i,"fill-rule","evenodd"),u(e,"height","24"),u(e,"width","24"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","play-speed-icon")},m(s,l){A(s,e,l),p(e,i),p(i,n),p(i,o)},p:q,i:q,o:q,d(s){s&&P(e)}}}class ad extends _e{constructor(e){super(),ge(this,e,null,rd,be,{})}}function ud(t){Ke(t,"v-2dg73m",".reverted.v-2dg73m{transform:rotate(180deg)}")}function cd(t){let e,i,n;return{c(){e=M("svg"),i=M("path"),u(i,"d","m5.773 8 3.363 3.364a.9.9 0 1 1-1.272 1.272l-4-4a.9.9 0 0 1 0-1.272l4-4a.9.9 0 0 1 1.272 1.272L5.773 8z"),u(i,"fill",t[0]),u(e,"width","12"),u(e,"height","16"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid",n=t[2]?"chevron-icon--right":"chevron-icon--left"),u(e,"class","v-2dg73m"),V(e,"reverted",t[2])},m(o,s){A(o,e,s),p(e,i)},p(o,s){s&1&&u(i,"fill",o[0]),s&4&&n!==(n=o[2]?"chevron-icon--right":"chevron-icon--left")&&u(e,"data-testid",n),s&4&&V(e,"reverted",o[2])},d(o){o&&P(e)}}}function fd(t){let e,i,n;return{c(){e=M("svg"),i=M("path"),u(i,"fill-rule","evenodd"),u(i,"clip-rule","evenodd"),u(i,"d","M11.736 6.736a.9.9 0 0 1-1.272 0L6 2.273 1.536 6.736A.9.9 0 1 1 .264 5.464l5.1-5.1a.9.9 0 0 1 1.272 0l5.1 5.1a.9.9 0 0 1 0 1.272Z"),u(i,"fill",t[0]),u(i,"fill-opacity",".72"),u(e,"width","12"),u(e,"height","7"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid",n=t[2]?"chevron-icon--down":"chevron-icon--up"),u(e,"class","v-2dg73m"),V(e,"reverted",t[2])},m(o,s){A(o,e,s),p(e,i)},p(o,s){s&1&&u(i,"fill",o[0]),s&4&&n!==(n=o[2]?"chevron-icon--down":"chevron-icon--up")&&u(e,"data-testid",n),s&4&&V(e,"reverted",o[2])},d(o){o&&P(e)}}}function dd(t){let e;function i(s,l){return s[1]?fd:cd}let n=i(t),o=n(t);return{c(){o.c(),e=ct()},m(s,l){o.m(s,l),A(s,e,l)},p(s,[l]){n===(n=i(s))&&o?o.p(s,l):(o.d(1),o=n(s),o&&(o.c(),o.m(e.parentNode,e)))},i:q,o:q,d(s){s&&P(e),o.d(s)}}}function md(t,e,i){let{direction:n="left"}=e,{color:o="#fff"}=e,s,l;return t.$$set=r=>{"direction"in r&&i(3,n=r.direction),"color"in r&&i(0,o=r.color)},t.$$.update=()=>{t.$$.dirty&8&&(i(1,s=["up","down"].includes(n)),i(2,l=["right","down"].includes(n)))},[o,s,l,n]}class Wn extends _e{constructor(e){super(),ge(this,e,md,dd,be,{direction:3,color:0},ud)}}function pd(t){let e,i;return{c(){e=M("svg"),i=M("path"),u(i,"fill-rule","evenodd"),u(i,"clip-rule","evenodd"),u(i,"d","M8.863 2.1h6.274c.674-.002 1.2.211 1.683.697l4.383 4.383c.478.476.699.998.697 1.683v6.274c.002.685-.22 1.207-.697 1.683l-4.383 4.383c-.476.478-.998.699-1.683.697H8.863c-.685.002-1.207-.22-1.683-.697L2.797 16.82c-.478-.476-.699-.998-.697-1.683V8.863c-.002-.685.22-1.207.697-1.683L7.18 2.797c.484-.486 1.009-.699 1.683-.697zm-.445 2.005L4.105 8.418c-.18.18-.205.242-.205.495v6.174c0 .25.025.316.205.495l4.313 4.313c.179.179.24.205.495.205h6.174c.253 0 .316-.026.495-.205l4.313-4.313c.18-.18.205-.245.205-.495V8.913c0-.254-.026-.316-.205-.495l-4.313-4.313c-.18-.18-.242-.205-.495-.205H8.913c-.254 0-.319.029-.495.205zM13 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-.1-8.1a.9.9 0 0 0-1.8 0v5.2a.9.9 0 1 0 1.8 0V7.9z"),u(i,"fill","#fff"),u(e,"width","24"),u(e,"height","24"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","report-icon")},m(n,o){A(n,e,o),p(e,i)},p:q,i:q,o:q,d(n){n&&P(e)}}}class hd extends _e{constructor(e){super(),ge(this,e,null,pd,be,{})}}function bd(t){let e,i;return{c(){e=M("svg"),i=M("path"),u(i,"d","M6 10.2 3.5 7.7a.99.99 0 0 0-1.4 1.4l3.2 3.2a1 1 0 0 0 1.4 0l7.6-7.6a.99.99 0 0 0-1.4-1.4z"),u(i,"fill","#fff"),u(e,"height","16"),u(e,"width","16"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","check-mark-icon")},m(n,o){A(n,e,o),p(e,i)},p:q,i:q,o:q,d(n){n&&P(e)}}}class Mo extends _e{constructor(e){super(),ge(this,e,null,bd,be,{})}}function gd(t){let e,i;return{c(){e=M("svg"),i=M("path"),u(i,"fill-rule","evenodd"),u(i,"clip-rule","evenodd"),u(i,"d","M4 12.3V12c0-1.47.005-2.547.075-3.403.074-.904.216-1.482.454-1.949a4.85 4.85 0 0 1 2.12-2.12c.466-.237 1.044-.379 1.948-.453C9.51 4.001 10.675 4 12.3 4h4.512a2.073 2.073 0 0 0-.174-.49 2.4 2.4 0 0 0-1.048-1.048 2.439 2.439 0 0 0-.931-.239 13.48 13.48 0 0 0-1.026-.023H12.26c-1.576 0-2.814 0-3.81.081-1.014.083-1.856.255-2.62.644A6.65 6.65 0 0 0 2.926 5.83c-.389.763-.56 1.605-.644 2.62-.081.995-.081 2.233-.081 3.809v1.373c0 .392 0 .738.023 1.025.025.306.081.623.239.931a2.4 2.4 0 0 0 1.048 1.05c.162.082.326.136.49.173V12.3zM10.08 6h-.035c-.52 0-.964 0-1.329.03-.383.03-.755.097-1.112.276a2.9 2.9 0 0 0-1.298 1.298c-.179.357-.246.73-.277 1.112C6 9.081 6 9.524 6 10.046v7.909c0 .52 0 .964.03 1.329.03.382.097.755.276 1.112a2.9 2.9 0 0 0 1.298 1.298c.357.179.73.246 1.112.277.365.029.808.029 1.329.029h6.91c.52 0 .964 0 1.329-.03.382-.03.755-.097 1.112-.276a2.9 2.9 0 0 0 1.298-1.298c.179-.357.246-.73.277-1.112.029-.365.029-.808.029-1.33v-7.909c0-.52 0-.964-.03-1.329-.03-.382-.097-.755-.276-1.112a2.9 2.9 0 0 0-1.298-1.298c-.357-.179-.73-.246-1.112-.277C17.919 6 17.476 6 16.954 6H10.08zM8.408 7.916c.065-.032.179-.07.452-.093a17.65 17.65 0 0 1 1.22-.023h6.84c.565 0 .936 0 1.22.023.273.022.387.06.452.093a1.1 1.1 0 0 1 .492.492c.032.065.07.179.093.452.022.284.023.655.023 1.22v7.84c0 .565 0 .936-.023 1.22-.023.273-.06.387-.093.452a1.1 1.1 0 0 1-.492.492c-.065.032-.18.07-.452.093a17.65 17.65 0 0 1-1.22.023h-6.84c-.565 0-.936 0-1.22-.023-.273-.023-.387-.06-.452-.093a1.1 1.1 0 0 1-.492-.492c-.032-.065-.07-.18-.093-.452a17.057 17.057 0 0 1-.023-1.22v-7.84c0-.565 0-.936.023-1.22.022-.273.06-.387.093-.452a1.1 1.1 0 0 1 .492-.492z"),u(i,"fill","#fff"),u(e,"width","24"),u(e,"height","24"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","copy-icon")},m(n,o){A(n,e,o),p(e,i)},p:q,i:q,o:q,d(n){n&&P(e)}}}class _d extends _e{constructor(e){super(),ge(this,e,null,gd,be,{})}}function vd(t){let e,i;return{c(){e=M("svg"),i=M("path"),u(i,"d","M12 20.105a8.105 8.105 0 1 0 0-16.21 8.105 8.105 0 0 0 0 16.21zM12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-12.372a1.316 1.316 0 1 1 0-2.632 1.316 1.316 0 0 1 0 2.632zm-.947 2.822c0-.541.424-.98.947-.98.523 0 .947.439.947.98v3.83c0 .54-.424.98-.947.98-.523 0-.947-.44-.947-.98v-3.83z"),u(i,"fill","#fff"),u(e,"width","24"),u(e,"height","24"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","info-icon")},m(n,o){A(n,e,o),p(e,i)},p:q,i:q,o:q,d(n){n&&P(e)}}}class kd extends _e{constructor(e){super(),ge(this,e,null,vd,be,{})}}function wd(t){Ke(t,"v-5r0p3","ul.v-5r0p3.v-5r0p3{margin:0;padding:0}.menu.v-5r0p3.v-5r0p3{background-color:rgba(17, 17, 17, 0.8);border-radius:8px;line-height:40px;transition:opacity 0.2s, visibility 0.2s}.container-mobile.v-5r0p3.v-5r0p3{width:100%}.menu-desktop.v-5r0p3.v-5r0p3{position:absolute;right:0;bottom:0}.menu-mobile.v-5r0p3.v-5r0p3{width:100%;background:var(--mobile-settings-bg);font-size:15px;line-height:50px}.menu-mobile.hidden.v-5r0p3.v-5r0p3{display:none}.menu-subList.v-5r0p3.v-5r0p3{min-width:134px;padding-bottom:0}.menu-subList-subtitles.v-5r0p3.v-5r0p3{min-width:164px}.menu-subList-traffic-saving.v-5r0p3.v-5r0p3{min-width:286px}.item.v-5r0p3.v-5r0p3{align-items:center;color:var(--white);cursor:pointer;display:flex;justify-content:flex-end;padding:0 24px 0 18px;white-space:nowrap;position:relative}.item-mobile.v-5r0p3.v-5r0p3{padding:0 14px}.item-quality.item-mobile.v-5r0p3.v-5r0p3,.item-traffic-saving.item-mobile.v-5r0p3.v-5r0p3,.item-helper-text.item-mobile.v-5r0p3.v-5r0p3{flex-direction:row-reverse}.item-helper-text.v-5r0p3.v-5r0p3{cursor:auto;pointer-events:none;white-space:normal;padding:7px 24px 7px 18px}.item-helper-text.v-5r0p3 span.v-5r0p3{color:rgba(255, 255, 255, 0.48);line-height:18px;text-align:end}.item-helper-text.item-mobile.v-5r0p3.v-5r0p3{padding:7px 14px}.item-helper-text.item-mobile.v-5r0p3 span.v-5r0p3{text-align:start}.quality-title-mobile.v-5r0p3.v-5r0p3{flex-grow:1}.item.v-5r0p3.v-5r0p3:hover{background-color:rgba(255, 255, 255, 0.08)}.item-mobile.v-5r0p3.v-5r0p3:hover{background:var(--mobile-settings-bg)}.menu-subList.v-5r0p3 .item.v-5r0p3{color:rgba(255, 255, 255, 0.9)}.menu-subList.v-5r0p3 .item.v-5r0p3:last-child{margin-bottom:4px}.menu-icon-wrapper.v-5r0p3.v-5r0p3{width:24px;height:24px;display:flex;align-items:center;justify-content:center;margin-right:16px}.menu-title.v-5r0p3.v-5r0p3{flex-grow:1;margin-right:24px;overflow:hidden;text-overflow:ellipsis}.menu-value.v-5r0p3.v-5r0p3{position:relative;opacity:0.7}.menu-valueIcon.v-5r0p3.v-5r0p3{position:absolute;top:-10px;right:-18px;width:15px}.menu-valueIcon-list.v-5r0p3.v-5r0p3{position:absolute;top:-7px;width:15px;right:6px}.menu-valueIcon.v-5r0p3 svg,.menu-valueIcon-list.v-5r0p3 svg{color:var(--blue-light)}.menu-divider.v-5r0p3.v-5r0p3{background-color:rgba(255, 255, 255, 0.3);height:1px;margin-bottom:4px}.menu-header.v-5r0p3.v-5r0p3{color:var(--white);cursor:pointer;justify-content:space-between;display:flex}.itemIcon.v-5r0p3.v-5r0p3{margin-right:auto;padding-right:12px;opacity:0.9}.items.v-5r0p3.v-5r0p3::-webkit-scrollbar{width:8px}.items.v-5r0p3.v-5r0p3::-webkit-scrollbar-track{box-shadow:none;background-color:#3a3a3a;border-radius:4px}.items.v-5r0p3.v-5r0p3::-webkit-scrollbar-thumb{min-height:40px;border-radius:5px;background-color:#666;border:1px solid transparent;background-clip:padding-box}.items.v-5r0p3.v-5r0p3::-webkit-scrollbar-thumb:hover{background-color:#777}.items-mobile.v-5r0p3.v-5r0p3{overflow-y:auto;max-height:160px;text-align:left}.close.v-5r0p3.v-5r0p3{position:relative;width:12px;height:12px;padding:12px;margin-right:-12px}.close.v-5r0p3.v-5r0p3:before,.close.v-5r0p3.v-5r0p3:after{position:absolute;left:18px;content:' ';height:12px;width:2px;background-color:var(--white)}.close.v-5r0p3.v-5r0p3:before{transform:rotate(45deg)}.close.v-5r0p3.v-5r0p3:after{transform:rotate(-45deg)}")}function Is(t,e,i){const n=t.slice();return n[142]=e[i],n}function Es(t,e,i){const n=t.slice();return n[145]=e[i],n}function Vs(t,e,i){const n=t.slice();return n[148]=e[i],n}function Ls(t){let e,i,n,o,s,l,r,a,c,f,d,h=t[34]&&Ms(t),v=t[25]&&Bs(t),k=t[24]&&Rs(t),_=t[23]&&Ds(t),S=t[22]&&Os(t),C=t[21]&&zs(t),T=t[34]&&Hs(t);return{c(){e=I("div"),h&&h.c(),i=D(),n=I("ul"),v&&v.c(),o=D(),k&&k.c(),s=D(),_&&_.c(),l=D(),S&&S.c(),r=D(),C&&C.c(),a=D(),T&&T.c(),u(n,"class","items v-5r0p3"),u(n,"role","menu"),u(n,"style",t[73]()),V(n,"items-mobile",t[34]),u(e,"class","menu v-5r0p3"),V(e,"menu-desktop",!t[34]),V(e,"menu-mobile",t[34]),V(e,"hidden",!t[11])},m(y,L){A(y,e,L),h&&h.m(e,null),p(e,i),p(e,n),v&&v.m(n,null),p(n,o),k&&k.m(n,null),p(n,s),_&&_.m(n,null),p(n,l),S&&S.m(n,null),p(n,r),C&&C.m(n,null),p(n,a),T&&T.m(n,null),t[112](n),c=!0,f||(d=[he(e,"keydown",t[78]),he(e,"mouseenter",t[71]),he(e,"mouseleave",t[72])],f=!0)},p(y,L){y[34]?h?h.p(y,L):(h=Ms(y),h.c(),h.m(e,i)):h&&(h.d(1),h=null),y[25]?v?(v.p(y,L),L[0]&33554432&&m(v,1)):(v=Bs(y),v.c(),m(v,1),v.m(n,o)):v&&(fe(),g(v,1,1,()=>{v=null}),de()),y[24]?k?(k.p(y,L),L[0]&16777216&&m(k,1)):(k=Rs(y),k.c(),m(k,1),k.m(n,s)):k&&(fe(),g(k,1,1,()=>{k=null}),de()),y[23]?_?(_.p(y,L),L[0]&8388608&&m(_,1)):(_=Ds(y),_.c(),m(_,1),_.m(n,l)):_&&(fe(),g(_,1,1,()=>{_=null}),de()),y[22]?S?(S.p(y,L),L[0]&4194304&&m(S,1)):(S=Os(y),S.c(),m(S,1),S.m(n,r)):S&&(fe(),g(S,1,1,()=>{S=null}),de()),y[21]?C?(C.p(y,L),L[0]&2097152&&m(C,1)):(C=zs(y),C.c(),m(C,1),C.m(n,a)):C&&(fe(),g(C,1,1,()=>{C=null}),de()),y[34]?T?(T.p(y,L),L[1]&8&&m(T,1)):(T=Hs(y),T.c(),m(T,1),T.m(n,null)):T&&(fe(),g(T,1,1,()=>{T=null}),de()),(!c||L[1]&8)&&V(n,"items-mobile",y[34]),(!c||L[1]&8)&&V(e,"menu-desktop",!y[34]),(!c||L[1]&8)&&V(e,"menu-mobile",y[34]),(!c||L[0]&2048)&&V(e,"hidden",!y[11])},i(y){c||(m(v),m(k),m(_),m(S),m(C),m(T),c=!0)},o(y){g(v),g(k),g(_),g(S),g(C),g(T),c=!1},d(y){y&&P(e),h&&h.d(),v&&v.d(),k&&k.d(),_&&_.d(),S&&S.d(),C&&C.d(),T&&T.d(),t[112](null),f=!1,nt(d)}}}function Ms(t){let e,i,n,o,s,l,r,a;return{c(){e=I("div"),i=I("div"),i.textContent=`${K("submenu_settings")}`,n=D(),o=I("div"),s=D(),l=I("div"),u(o,"class","close v-5r0p3"),u(e,"class","item menu-header v-5r0p3"),V(e,"item-mobile",t[34]),u(l,"class","menu-divider v-5r0p3")},m(c,f){A(c,e,f),p(e,i),p(e,n),p(e,o),A(c,s,f),A(c,l,f),r||(a=he(o,"click",ot(t[57])),r=!0)},p(c,f){f[1]&8&&V(e,"item-mobile",c[34])},d(c){c&&(P(e),P(s),P(l)),r=!1,a()}}}function Bs(t){let e,i,n,o,s,l,r,a,c,f,d,h,v;n=new G1({});let k=t[33]&&!t[34]&&Ns(t);return{c(){e=I("li"),i=I("div"),U(n.$$.fragment),o=D(),s=I("div"),s.textContent=`${K("menu_quality")}`,l=D(),r=I("div"),a=Oe(t[16]),c=D(),k&&k.c(),u(i,"class","menu-icon-wrapper v-5r0p3"),u(s,"class","menu-title v-5r0p3"),u(r,"class","menu-value v-5r0p3"),u(e,"class","item v-5r0p3"),u(e,"role","menuitem"),u(e,"tabindex","0"),u(e,"aria-label",f=K("aria_label_menu_quality",{actual:t[27]})),u(e,"aria-haspopup","true"),V(e,"item-mobile",t[34])},m(_,S){A(_,e,S),p(e,i),H(n,i,null),p(e,o),p(e,s),p(e,l),p(e,r),p(r,a),p(r,c),k&&k.m(r,null),t[108](e),d=!0,h||(v=[he(e,"click",ot(t[58])),he(e,"keydown",t[79])],h=!0)},p(_,S){(!d||S[0]&65536)&&xe(a,_[16]),_[33]&&!_[34]?k?(k.p(_,S),S[1]&12&&m(k,1)):(k=Ns(_),k.c(),m(k,1),k.m(r,null)):k&&(fe(),g(k,1,1,()=>{k=null}),de()),(!d||S[0]&134217728&&f!==(f=K("aria_label_menu_quality",{actual:_[27]})))&&u(e,"aria-label",f),(!d||S[1]&8)&&V(e,"item-mobile",_[34])},i(_){d||(m(n.$$.fragment,_),m(k),d=!0)},o(_){g(n.$$.fragment,_),g(k),d=!1},d(_){_&&P(e),F(n),k&&k.d(),t[108](null),h=!1,nt(v)}}}function Ns(t){let e,i,n;var o=t[33];function s(l){return{}}return o&&(i=Pn(o,s())),{c(){e=I("div"),i&&U(i.$$.fragment),u(e,"class","menu-valueIcon v-5r0p3")},m(l,r){A(l,e,r),i&&H(i,e,null),n=!0},p(l,r){if(r[1]&4&&o!==(o=l[33])){if(i){fe();const a=i;g(a.$$.fragment,1,0,()=>{F(a,1)}),de()}o?(i=Pn(o,s()),U(i.$$.fragment),m(i.$$.fragment,1),H(i,e,null)):i=null}},i(l){n||(i&&m(i.$$.fragment,l),n=!0)},o(l){i&&g(i.$$.fragment,l),n=!1},d(l){l&&P(e),i&&F(i)}}}function Rs(t){let e,i,n,o,s,l,r,a,c,f,d,h,v;return n=new ad({}),{c(){e=I("li"),i=I("div"),U(n.$$.fragment),o=D(),s=I("div"),s.textContent=`${K("menu_playback_rate")}`,l=D(),r=I("div"),a=Oe(t[9]),c=Oe("x"),u(i,"class","menu-icon-wrapper v-5r0p3"),u(s,"class","menu-title v-5r0p3"),u(r,"class","menu-value v-5r0p3"),u(e,"class","item v-5r0p3"),u(e,"role","menuitem"),u(e,"tabindex","0"),u(e,"aria-label",f=K("aria_label_menu_rate",{actual:t[28]})),u(e,"aria-haspopup","true"),V(e,"item-mobile",t[34])},m(k,_){A(k,e,_),p(e,i),H(n,i,null),p(e,o),p(e,s),p(e,l),p(e,r),p(r,a),p(r,c),t[109](e),d=!0,h||(v=[he(e,"click",ot(Jt(t[62]))),he(e,"keydown",t[82])],h=!0)},p(k,_){(!d||_[0]&512)&&xe(a,k[9]),(!d||_[0]&268435456&&f!==(f=K("aria_label_menu_rate",{actual:k[28]})))&&u(e,"aria-label",f),(!d||_[1]&8)&&V(e,"item-mobile",k[34])},i(k){d||(m(n.$$.fragment,k),d=!0)},o(k){g(n.$$.fragment,k),d=!1},d(k){k&&P(e),F(n),t[109](null),h=!1,nt(v)}}}function Ds(t){let e,i,n,o,s,l,r,a=t[35].displayValue+"",c,f,d,h,v;return n=new Y1({}),{c(){e=I("li"),i=I("div"),U(n.$$.fragment),o=D(),s=I("div"),s.textContent=`${K("subtitles_caption")}`,l=D(),r=I("div"),c=Oe(a),u(i,"class","menu-icon-wrapper v-5r0p3"),u(s,"class","menu-title v-5r0p3"),u(r,"class","menu-value v-5r0p3"),u(e,"class","item v-5r0p3"),u(e,"role","menuitem"),u(e,"tabindex","0"),u(e,"aria-label",f=K("aria_label_menu_subtitle",{actual:t[35].displayValue})),u(e,"aria-haspopup","true"),V(e,"item-mobile",t[34])},m(k,_){A(k,e,_),p(e,i),H(n,i,null),p(e,o),p(e,s),p(e,l),p(e,r),p(r,c),t[110](e),d=!0,h||(v=[he(e,"click",ot(t[64])),he(e,"keydown",t[85])],h=!0)},p(k,_){(!d||_[1]&16)&&a!==(a=k[35].displayValue+"")&&xe(c,a),(!d||_[1]&16&&f!==(f=K("aria_label_menu_subtitle",{actual:k[35].displayValue})))&&u(e,"aria-label",f),(!d||_[1]&8)&&V(e,"item-mobile",k[34])},i(k){d||(m(n.$$.fragment,k),d=!0)},o(k){g(n.$$.fragment,k),d=!1},d(k){k&&P(e),F(n),t[110](null),h=!1,nt(v)}}}function Os(t){let e,i,n,o,s,l,r,a,c,f,d,h;return n=new sd({}),{c(){e=I("li"),i=I("div"),U(n.$$.fragment),o=D(),s=I("div"),s.textContent=`${K("menu_traffic_saving")}`,l=D(),r=I("div"),a=Oe(t[26]),u(i,"class","menu-icon-wrapper v-5r0p3"),u(s,"class","menu-title v-5r0p3"),u(r,"class","menu-value v-5r0p3"),u(e,"class","item v-5r0p3"),u(e,"role","menuitem"),u(e,"tabindex","0"),u(e,"aria-label",c=K("aria_label_menu_traffic_saving",{actual:t[26]})),u(e,"aria-haspopup","true"),V(e,"item-mobile",t[34])},m(v,k){A(v,e,k),p(e,i),H(n,i,null),p(e,o),p(e,s),p(e,l),p(e,r),p(r,a),t[111](e),f=!0,d||(h=[he(e,"click",ot(t[59])),he(e,"keydown",t[88])],d=!0)},p(v,k){(!f||k[0]&67108864)&&xe(a,v[26]),(!f||k[0]&67108864&&c!==(c=K("aria_label_menu_traffic_saving",{actual:v[26]})))&&u(e,"aria-label",c),(!f||k[1]&8)&&V(e,"item-mobile",v[34])},i(v){f||(m(n.$$.fragment,v),f=!0)},o(v){g(n.$$.fragment,v),f=!1},d(v){v&&P(e),F(n),t[111](null),d=!1,nt(h)}}}function zs(t){let e,i,n,o,s,l,r,a;return n=new od({}),{c(){e=I("li"),i=I("div"),U(n.$$.fragment),o=D(),s=I("div"),s.textContent=`${K("download_video_caption")}`,u(i,"class","menu-icon-wrapper v-5r0p3"),u(s,"class","menu-title v-5r0p3"),u(e,"class","item v-5r0p3"),u(e,"role","menuitem"),u(e,"tabindex","0"),u(e,"aria-label",K("aria_label_menu_download")),V(e,"item-mobile",t[34])},m(c,f){A(c,e,f),p(e,i),H(n,i,null),p(e,o),p(e,s),l=!0,r||(a=[he(e,"click",ot(t[67])),he(e,"keydown",t[91])],r=!0)},p(c,f){(!l||f[1]&8)&&V(e,"item-mobile",c[34])},i(c){l||(m(n.$$.fragment,c),l=!0)},o(c){g(n.$$.fragment,c),l=!1},d(c){c&&P(e),F(n),r=!1,nt(a)}}}function Hs(t){let e,i,n,o,s,l,r,a,c,f,d,h,v,k,_,S,C=t[37].showSupport&&yd(t);return o=new _d({}),f=new kd({}),{c(){C&&C.c(),e=D(),i=I("li"),n=I("div"),U(o.$$.fragment),s=D(),l=I("div"),l.textContent=`${K("menu_copy_debug")}`,r=D(),a=I("li"),c=I("div"),U(f.$$.fragment),d=D(),h=I("div"),h.textContent=`${K("menu_debug_overlay")}`,u(n,"class","menu-icon-wrapper v-5r0p3"),u(l,"class","menu-title v-5r0p3"),u(i,"class","item item-mobile v-5r0p3"),u(i,"role","menuitem"),u(i,"tabindex","0"),u(i,"aria-label",K("menu_copy_debug")),u(c,"class","menu-icon-wrapper v-5r0p3"),u(h,"class","menu-title v-5r0p3"),u(a,"class","item item-mobile v-5r0p3"),u(a,"role","menuitem"),u(a,"tabindex","0"),u(a,"aria-label",v=t[36]?K("aria_label_menu_debug_overlay_disable"):K("aria_label_menu_debug_overlay_enable"))},m(T,y){C&&C.m(T,y),A(T,e,y),A(T,i,y),p(i,n),H(o,n,null),p(i,s),p(i,l),A(T,r,y),A(T,a,y),p(a,c),H(f,c,null),p(a,d),p(a,h),k=!0,_||(S=[he(i,"click",ot(t[69])),he(i,"keydown",t[93]),he(a,"click",ot(t[70])),he(a,"keydown",t[94])],_=!0)},p(T,y){T[37].showSupport&&C.p(T,y),(!k||y[1]&32&&v!==(v=T[36]?K("aria_label_menu_debug_overlay_disable"):K("aria_label_menu_debug_overlay_enable")))&&u(a,"aria-label",v)},i(T){k||(m(C),m(o.$$.fragment,T),m(f.$$.fragment,T),k=!0)},o(T){g(C),g(o.$$.fragment,T),g(f.$$.fragment,T),k=!1},d(T){T&&(P(e),P(i),P(r),P(a)),C&&C.d(T),F(o),F(f),_=!1,nt(S)}}}function yd(t){let e,i,n,o,s,l,r,a;return n=new hd({}),{c(){e=I("li"),i=I("div"),U(n.$$.fragment),o=D(),s=I("div"),s.textContent=`${K("menu_report")}`,u(i,"class","menu-icon-wrapper v-5r0p3"),u(s,"class","menu-title v-5r0p3"),u(e,"class","item item-mobile v-5r0p3"),u(e,"role","menuitem"),u(e,"tabindex","0"),u(e,"aria-label",`${K("menu_report")}. ${K("aria_label_new_tab_alert")}`)},m(c,f){A(c,e,f),p(e,i),H(n,i,null),p(e,o),p(e,s),l=!0,r||(a=[he(e,"click",ot(t[68])),he(e,"keydown",t[92])],r=!0)},p:q,i(c){l||(m(n.$$.fragment,c),l=!0)},o(c){g(n.$$.fragment,c),l=!1},d(c){c&&P(e),F(n),r=!1,nt(a)}}}function Fs(t){let e,i,n,o,s,l,r,a,c,f,d,h,v;n=new Wn({props:{direction:"left"}});let k=Ht(t[8]),_=[];for(let C=0;C<k.length;C+=1)_[C]=Zs(Vs(t,k,C));const S=C=>g(_[C],1,1,()=>{_[C]=null});return{c(){e=I("div"),i=I("div"),U(n.$$.fragment),o=D(),s=I("div"),s.textContent=`${K("submenu_quality")}`,l=D(),r=I("div"),a=D(),c=I("ul");for(let C=0;C<_.length;C+=1)_[C].c();u(i,"class","item menu-header v-5r0p3"),u(i,"aria-label",K("aria_label_submenu_back")),V(i,"item-mobile",t[34]),u(r,"class","menu-divider v-5r0p3"),u(c,"class","items v-5r0p3"),u(c,"role","menu"),u(c,"style",f=t[73](t[17]?.clientHeight,!0)),V(c,"items-mobile",t[34]),u(e,"class","menu menu-subList v-5r0p3"),V(e,"menu-desktop",!t[34]),V(e,"menu-mobile",t[34])},m(C,T){A(C,e,T),p(e,i),H(n,i,null),p(i,o),p(i,s),t[113](i),p(e,l),p(e,r),p(e,a),p(e,c);for(let y=0;y<_.length;y+=1)_[y]&&_[y].m(c,null);t[116](c),d=!0,h||(v=[he(i,"click",ot(t[66])),he(c,"keydown",t[80])],h=!0)},p(C,T){if((!d||T[1]&8)&&V(i,"item-mobile",C[34]),T[0]&256|T[1]&536870920|T[2]&524288){k=Ht(C[8]);let y;for(y=0;y<k.length;y+=1){const L=Vs(C,k,y);_[y]?(_[y].p(L,T),m(_[y],1)):(_[y]=Zs(L),_[y].c(),m(_[y],1),_[y].m(c,null))}for(fe(),y=k.length;y<_.length;y+=1)S(y);de()}(!d||T[0]&131072&&f!==(f=C[73](C[17]?.clientHeight,!0)))&&u(c,"style",f),(!d||T[1]&8)&&V(c,"items-mobile",C[34]),(!d||T[1]&8)&&V(e,"menu-desktop",!C[34]),(!d||T[1]&8)&&V(e,"menu-mobile",C[34])},i(C){if(!d){m(n.$$.fragment,C);for(let T=0;T<k.length;T+=1)m(_[T]);d=!0}},o(C){g(n.$$.fragment,C),_=_.filter(Boolean);for(let T=0;T<_.length;T+=1)g(_[T]);d=!1},d(C){C&&P(e),F(n),t[113](null),vn(_,C),t[116](null),h=!1,nt(v)}}}function Us(t){let e,i,n;return i=new Mo({}),{c(){e=I("div"),U(i.$$.fragment),u(e,"class","itemIcon v-5r0p3")},m(o,s){A(o,e,s),H(i,e,null),n=!0},i(o){n||(m(i.$$.fragment,o),n=!0)},o(o){g(i.$$.fragment,o),n=!1},d(o){o&&P(e),F(i)}}}function qs(t){let e,i,n;var o=_o(t[148].value);function s(l){return{}}return o&&(i=Pn(o,s())),{c(){e=I("div"),i&&U(i.$$.fragment),u(e,"class","menu-valueIcon-list v-5r0p3")},m(l,r){A(l,e,r),i&&H(i,e,null),n=!0},p(l,r){if(r[0]&256&&o!==(o=_o(l[148].value))){if(i){fe();const a=i;g(a.$$.fragment,1,0,()=>{F(a,1)}),de()}o?(i=Pn(o,s()),U(i.$$.fragment),m(i.$$.fragment,1),H(i,e,null)):i=null}},i(l){n||(i&&m(i.$$.fragment,l),n=!0)},o(l){i&&g(i.$$.fragment,l),n=!1},d(l){l&&P(e),i&&F(i)}}}function Zs(t){let e,i,n,o=t[148].displayValue+"",s,l,r=!t[34]&&_o(t[148].value),a,c,f,d,h,v,k=t[148].selected&&Us(),_=r&&qs(t);function S(){return t[114](t[148])}function C(...T){return t[115](t[148],...T)}return{c(){e=I("li"),k&&k.c(),i=D(),n=I("div"),s=Oe(o),l=D(),_&&_.c(),a=D(),u(n,"class","v-5r0p3"),V(n,"quality-title-mobile",t[34]),u(e,"class","item item-quality v-5r0p3"),u(e,"data-value",c=t[148].value),u(e,"role","menuitem"),u(e,"tabindex","0"),u(e,"aria-label",f=t[148].displayValue),V(e,"item-mobile",t[34])},m(T,y){A(T,e,y),k&&k.m(e,null),p(e,i),p(e,n),p(n,s),p(e,l),_&&_.m(e,null),p(e,a),d=!0,h||(v=[he(e,"click",ot(S)),he(e,"keydown",C)],h=!0)},p(T,y){t=T,t[148].selected?k?y[0]&256&&m(k,1):(k=Us(),k.c(),m(k,1),k.m(e,i)):k&&(fe(),g(k,1,1,()=>{k=null}),de()),(!d||y[0]&256)&&o!==(o=t[148].displayValue+"")&&xe(s,o),(!d||y[1]&8)&&V(n,"quality-title-mobile",t[34]),y[0]&256|y[1]&8&&(r=!t[34]&&_o(t[148].value)),r?_?(_.p(t,y),y[0]&256|y[1]&8&&m(_,1)):(_=qs(t),_.c(),m(_,1),_.m(e,a)):_&&(fe(),g(_,1,1,()=>{_=null}),de()),(!d||y[0]&256&&c!==(c=t[148].value))&&u(e,"data-value",c),(!d||y[0]&256&&f!==(f=t[148].displayValue))&&u(e,"aria-label",f),(!d||y[1]&8)&&V(e,"item-mobile",t[34])},i(T){d||(m(k),m(_),d=!0)},o(T){g(k),g(_),d=!1},d(T){T&&P(e),k&&k.d(),_&&_.d(),h=!1,nt(v)}}}function Ws(t){let e,i,n,o,s,l,r,a,c,f,d,h,v;n=new Wn({props:{direction:"left"}});let k=Ht(t[7]),_=[];for(let C=0;C<k.length;C+=1)_[C]=Ks(Es(t,k,C));const S=C=>g(_[C],1,1,()=>{_[C]=null});return{c(){e=I("div"),i=I("div"),U(n.$$.fragment),o=D(),s=I("div"),s.textContent=`${K("submenu_playback_rate")}`,l=D(),r=I("div"),a=D(),c=I("ul");for(let C=0;C<_.length;C+=1)_[C].c();u(i,"class","item menu-header v-5r0p3"),u(i,"aria-label",K("aria_label_submenu_back")),V(i,"item-mobile",t[34]),u(r,"class","menu-divider v-5r0p3"),u(c,"class","items v-5r0p3"),u(c,"role","menu"),u(c,"style",f=t[73](t[18]?.clientHeight,!0)),V(c,"items-mobile",t[34]),u(e,"class","menu menu-subList v-5r0p3"),V(e,"menu-desktop",!t[34]),V(e,"menu-mobile",t[34])},m(C,T){A(C,e,T),p(e,i),H(n,i,null),p(i,o),p(i,s),t[117](i),p(e,l),p(e,r),p(e,a),p(e,c);for(let y=0;y<_.length;y+=1)_[y]&&_[y].m(c,null);t[120](c),d=!0,h||(v=[he(i,"click",ot(t[66])),he(c,"keydown",t[83])],h=!0)},p(C,T){if((!d||T[1]&8)&&V(i,"item-mobile",C[34]),T[0]&128|T[1]&8|T[2]&4194306){k=Ht(C[7]);let y;for(y=0;y<k.length;y+=1){const L=Es(C,k,y);_[y]?(_[y].p(L,T),m(_[y],1)):(_[y]=Ks(L),_[y].c(),m(_[y],1),_[y].m(c,null))}for(fe(),y=k.length;y<_.length;y+=1)S(y);de()}(!d||T[0]&262144&&f!==(f=C[73](C[18]?.clientHeight,!0)))&&u(c,"style",f),(!d||T[1]&8)&&V(c,"items-mobile",C[34]),(!d||T[1]&8)&&V(e,"menu-desktop",!C[34]),(!d||T[1]&8)&&V(e,"menu-mobile",C[34])},i(C){if(!d){m(n.$$.fragment,C);for(let T=0;T<k.length;T+=1)m(_[T]);d=!0}},o(C){g(n.$$.fragment,C),_=_.filter(Boolean);for(let T=0;T<_.length;T+=1)g(_[T]);d=!1},d(C){C&&P(e),F(n),t[117](null),vn(_,C),t[120](null),h=!1,nt(v)}}}function js(t){let e,i,n;return i=new Mo({}),{c(){e=I("div"),U(i.$$.fragment),u(e,"class","itemIcon v-5r0p3")},m(o,s){A(o,e,s),H(i,e,null),n=!0},i(o){n||(m(i.$$.fragment,o),n=!0)},o(o){g(i.$$.fragment,o),n=!1},d(o){o&&P(e),F(i)}}}function Ks(t){let e,i,n,o=t[145].displayValue+"",s,l,r,a,c,f,d,h=t[145].selected&&js();function v(){return t[118](t[145])}function k(..._){return t[119](t[145],..._)}return{c(){e=I("li"),h&&h.c(),i=D(),n=I("div"),s=Oe(o),l=D(),u(n,"class","v-5r0p3"),V(n,"quality-title-mobile",t[34]),u(e,"class","item item-quality v-5r0p3"),u(e,"data-value",r=t[145].value),u(e,"role","menuitem"),u(e,"tabindex","0"),u(e,"aria-label",a=t[145].displayValue),V(e,"item-mobile",t[34])},m(_,S){A(_,e,S),h&&h.m(e,null),p(e,i),p(e,n),p(n,s),p(e,l),c=!0,f||(d=[he(e,"click",ot(v)),he(e,"keydown",k)],f=!0)},p(_,S){t=_,t[145].selected?h?S[0]&128&&m(h,1):(h=js(),h.c(),m(h,1),h.m(e,i)):h&&(fe(),g(h,1,1,()=>{h=null}),de()),(!c||S[0]&128)&&o!==(o=t[145].displayValue+"")&&xe(s,o),(!c||S[1]&8)&&V(n,"quality-title-mobile",t[34]),(!c||S[0]&128&&r!==(r=t[145].value))&&u(e,"data-value",r),(!c||S[0]&128&&a!==(a=t[145].displayValue))&&u(e,"aria-label",a),(!c||S[1]&8)&&V(e,"item-mobile",t[34])},i(_){c||(m(h),c=!0)},o(_){g(h),c=!1},d(_){_&&P(e),h&&h.d(),f=!1,nt(d)}}}function Gs(t){let e,i,n,o,s,l,r,a,c,f,d,h,v,k,_,S,C,T,y,L,le,Y,N,ee,Q,w;n=new Wn({props:{direction:"left"}});let $=!t[5]&&Ys(),X=t[5]&&Qs();return{c(){e=I("div"),i=I("div"),U(n.$$.fragment),o=D(),s=I("div"),s.textContent=`${K("submenu_traffic_saving")}`,l=D(),r=I("div"),a=D(),c=I("div"),f=I("ul"),d=I("li"),$&&$.c(),h=D(),v=I("div"),v.textContent=`${K("traffic_saving_disable")}`,k=D(),_=I("li"),X&&X.c(),S=D(),C=I("div"),C.textContent=`${K("traffic_saving_enable")}`,T=D(),y=I("div"),L=D(),le=I("div"),Y=I("span"),Y.textContent=`${K("traffic_saving_helper_text")}`,u(i,"class","item menu-header v-5r0p3"),u(i,"aria-label",K("aria_label_submenu_back")),V(i,"item-mobile",t[34]),u(r,"class","menu-divider v-5r0p3"),u(v,"class","v-5r0p3"),V(v,"quality-title-mobile",t[34]),u(d,"class","item item-traffic-saving v-5r0p3"),u(d,"role","menuitem"),u(d,"tabindex","0"),u(d,"aria-label",K("aria_label_submenu_traffic_saving_off")),V(d,"item-mobile",t[34]),u(C,"class","v-5r0p3"),V(C,"quality-title-mobile",t[34]),u(_,"class","item item-traffic-saving v-5r0p3"),u(_,"role","menuitem"),u(_,"tabindex","0"),u(_,"aria-label",`${K("aria_label_submenu_traffic_saving_on")}. ${K("traffic_saving_helper_text")}`),V(_,"item-mobile",t[34]),u(f,"class","items v-5r0p3"),u(f,"role","menu"),V(f,"items-mobile",t[34]),u(y,"class","menu-divider v-5r0p3"),u(Y,"class","v-5r0p3"),u(le,"class","item item-helper-text v-5r0p3"),V(le,"item-mobile",t[34]),u(c,"style",N=t[73](t[19]?.clientHeight,!0)),u(e,"class","menu menu-subList menu-subList-traffic-saving v-5r0p3"),V(e,"menu-desktop",!t[34]),V(e,"menu-mobile",t[34])},m(O,W){A(O,e,W),p(e,i),H(n,i,null),p(i,o),p(i,s),t[121](i),p(e,l),p(e,r),p(e,a),p(e,c),p(c,f),p(f,d),$&&$.m(d,null),p(d,h),p(d,v),p(f,k),p(f,_),X&&X.m(_,null),p(_,S),p(_,C),t[126](f),p(c,T),p(c,y),p(c,L),p(c,le),p(le,Y),ee=!0,Q||(w=[he(i,"click",ot(t[66])),he(d,"click",ot(t[122])),he(d,"keydown",t[123]),he(_,"click",ot(t[124])),he(_,"keydown",t[125]),he(f,"keydown",t[89])],Q=!0)},p(O,W){(!ee||W[1]&8)&&V(i,"item-mobile",O[34]),O[5]?$&&(fe(),g($,1,1,()=>{$=null}),de()):$?W[0]&32&&m($,1):($=Ys(),$.c(),m($,1),$.m(d,h)),(!ee||W[1]&8)&&V(v,"quality-title-mobile",O[34]),(!ee||W[1]&8)&&V(d,"item-mobile",O[34]),O[5]?X?W[0]&32&&m(X,1):(X=Qs(),X.c(),m(X,1),X.m(_,S)):X&&(fe(),g(X,1,1,()=>{X=null}),de()),(!ee||W[1]&8)&&V(C,"quality-title-mobile",O[34]),(!ee||W[1]&8)&&V(_,"item-mobile",O[34]),(!ee||W[1]&8)&&V(f,"items-mobile",O[34]),(!ee||W[1]&8)&&V(le,"item-mobile",O[34]),(!ee||W[0]&524288&&N!==(N=O[73](O[19]?.clientHeight,!0)))&&u(c,"style",N),(!ee||W[1]&8)&&V(e,"menu-desktop",!O[34]),(!ee||W[1]&8)&&V(e,"menu-mobile",O[34])},i(O){ee||(m(n.$$.fragment,O),m($),m(X),ee=!0)},o(O){g(n.$$.fragment,O),g($),g(X),ee=!1},d(O){O&&P(e),F(n),t[121](null),$&&$.d(),X&&X.d(),t[126](null),Q=!1,nt(w)}}}function Ys(t){let e,i,n;return i=new Mo({}),{c(){e=I("div"),U(i.$$.fragment),u(e,"class","itemIcon v-5r0p3")},m(o,s){A(o,e,s),H(i,e,null),n=!0},i(o){n||(m(i.$$.fragment,o),n=!0)},o(o){g(i.$$.fragment,o),n=!1},d(o){o&&P(e),F(i)}}}function Qs(t){let e,i,n;return i=new Mo({}),{c(){e=I("div"),U(i.$$.fragment),u(e,"class","itemIcon v-5r0p3")},m(o,s){A(o,e,s),H(i,e,null),n=!0},i(o){n||(m(i.$$.fragment,o),n=!0)},o(o){g(i.$$.fragment,o),n=!1},d(o){o&&P(e),F(i)}}}function Xs(t){let e,i,n,o,s,l,r,a,c,f,d;n=new Wn({props:{direction:"left"}});let h=Ht(t[6]),v=[];for(let _=0;_<h.length;_+=1)v[_]=xs(Is(t,h,_));const k=_=>g(v[_],1,1,()=>{v[_]=null});return{c(){e=I("div"),i=I("div"),U(n.$$.fragment),o=D(),s=I("div"),s.textContent=`${K("subtitles_caption")}`,l=D(),r=I("ul");for(let _=0;_<v.length;_+=1)v[_].c();u(i,"class","item menu-header v-5r0p3"),u(i,"aria-label",K("aria_label_submenu_back")),V(i,"item-mobile",t[34]),u(r,"class","items v-5r0p3"),u(r,"role","menu"),u(r,"style",a=t[73](t[20]?.clientHeight,!0)),V(r,"items-mobile",t[34]),u(e,"class","menu menu-subList menu-subList-subtitles v-5r0p3"),V(e,"menu-desktop",!t[34]),V(e,"menu-mobile",t[34])},m(_,S){A(_,e,S),p(e,i),H(n,i,null),p(i,o),p(i,s),t[127](i),p(e,l),p(e,r);for(let C=0;C<v.length;C+=1)v[C]&&v[C].m(r,null);t[130](r),c=!0,f||(d=[he(i,"click",ot(t[66])),he(r,"keydown",t[86])],f=!0)},p(_,S){if((!c||S[1]&8)&&V(i,"item-mobile",_[34]),S[0]&64|S[1]&8|S[2]&33554440){h=Ht(_[6]);let C;for(C=0;C<h.length;C+=1){const T=Is(_,h,C);v[C]?(v[C].p(T,S),m(v[C],1)):(v[C]=xs(T),v[C].c(),m(v[C],1),v[C].m(r,null))}for(fe(),C=h.length;C<v.length;C+=1)k(C);de()}(!c||S[0]&1048576&&a!==(a=_[73](_[20]?.clientHeight,!0)))&&u(r,"style",a),(!c||S[1]&8)&&V(r,"items-mobile",_[34]),(!c||S[1]&8)&&V(e,"menu-desktop",!_[34]),(!c||S[1]&8)&&V(e,"menu-mobile",_[34])},i(_){if(!c){m(n.$$.fragment,_);for(let S=0;S<h.length;S+=1)m(v[S]);c=!0}},o(_){g(n.$$.fragment,_),v=v.filter(Boolean);for(let S=0;S<v.length;S+=1)g(v[S]);c=!1},d(_){_&&P(e),F(n),t[127](null),vn(v,_),t[130](null),f=!1,nt(d)}}}function Js(t){let e,i,n;return i=new Mo({}),{c(){e=I("div"),U(i.$$.fragment),u(e,"class","itemIcon v-5r0p3")},m(o,s){A(o,e,s),H(i,e,null),n=!0},i(o){n||(m(i.$$.fragment,o),n=!0)},o(o){g(i.$$.fragment,o),n=!1},d(o){o&&P(e),F(i)}}}function xs(t){let e,i,n,o=t[142].displayValue+"",s,l,r,a,c,f,d,h=t[142].selected&&Js();function v(){return t[128](t[142])}function k(..._){return t[129](t[142],..._)}return{c(){e=I("li"),h&&h.c(),i=D(),n=I("div"),s=Oe(o),l=D(),u(n,"class","v-5r0p3"),V(n,"quality-title-mobile",t[34]),u(e,"class","item item-quality v-5r0p3"),u(e,"data-value",r=t[142].value),u(e,"role","menuitem"),u(e,"tabindex","0"),u(e,"aria-label",a=t[142].displayValue),V(e,"item-mobile",t[34])},m(_,S){A(_,e,S),h&&h.m(e,null),p(e,i),p(e,n),p(n,s),p(e,l),c=!0,f||(d=[he(e,"click",ot(v)),he(e,"keydown",k)],f=!0)},p(_,S){t=_,t[142].selected?h?S[0]&64&&m(h,1):(h=Js(),h.c(),m(h,1),h.m(e,i)):h&&(fe(),g(h,1,1,()=>{h=null}),de()),(!c||S[0]&64)&&o!==(o=t[142].displayValue+"")&&xe(s,o),(!c||S[1]&8)&&V(n,"quality-title-mobile",t[34]),(!c||S[0]&64&&r!==(r=t[142].value))&&u(e,"data-value",r),(!c||S[0]&64&&a!==(a=t[142].displayValue))&&u(e,"aria-label",a),(!c||S[1]&8)&&V(e,"item-mobile",t[34])},i(_){c||(m(h),c=!0)},o(_){g(h),c=!1},d(_){_&&P(e),h&&h.d(),f=!1,nt(d)}}}function Cd(t){let e,i,n,o,s,l,r=t[10]&&Ls(t),a=t[12]&&Fs(t),c=t[13]&&Ws(t),f=t[15]&&Gs(t),d=t[14]&&Xs(t);return{c(){e=I("div"),r&&r.c(),i=D(),a&&a.c(),n=D(),c&&c.c(),o=D(),f&&f.c(),s=D(),d&&d.c(),u(e,"class","v-5r0p3"),V(e,"hidden",!t[10]),V(e,"container-mobile",t[34])},m(h,v){A(h,e,v),r&&r.m(e,null),p(e,i),a&&a.m(e,null),p(e,n),c&&c.m(e,null),p(e,o),f&&f.m(e,null),p(e,s),d&&d.m(e,null),l=!0},p(h,v){h[10]?r?(r.p(h,v),v[0]&1024&&m(r,1)):(r=Ls(h),r.c(),m(r,1),r.m(e,i)):r&&(fe(),g(r,1,1,()=>{r=null}),de()),h[12]?a?(a.p(h,v),v[0]&4096&&m(a,1)):(a=Fs(h),a.c(),m(a,1),a.m(e,n)):a&&(fe(),g(a,1,1,()=>{a=null}),de()),h[13]?c?(c.p(h,v),v[0]&8192&&m(c,1)):(c=Ws(h),c.c(),m(c,1),c.m(e,o)):c&&(fe(),g(c,1,1,()=>{c=null}),de()),h[15]?f?(f.p(h,v),v[0]&32768&&m(f,1)):(f=Gs(h),f.c(),m(f,1),f.m(e,s)):f&&(fe(),g(f,1,1,()=>{f=null}),de()),h[14]?d?(d.p(h,v),v[0]&16384&&m(d,1)):(d=Xs(h),d.c(),m(d,1),d.m(e,null)):d&&(fe(),g(d,1,1,()=>{d=null}),de()),(!l||v[0]&1024)&&V(e,"hidden",!h[10]),(!l||v[1]&8)&&V(e,"container-mobile",h[34])},i(h){l||(m(r),m(a),m(c),m(f),m(d),l=!0)},o(h){g(r),g(a),g(c),g(f),g(d),l=!1},d(h){h&&P(e),r&&r.d(),a&&a.d(),c&&c.d(),f&&f.d(),d&&d.d()}}}const Td=18;function Sd(t,e,i){let n,o,s,l,r,a,c,f,d,h,v,k,_,S,C,T,y,L,le,Y,N,ee,Q,w,{ref:$=void 0}=e,{supportLink:X}=e,{playerControlsHeight:O=0}=e,{returnFocus:W}=e;const B=ht(),J=an(),E=B.state.currentQuality$;R(t,E,oe=>i(102,_=oe));const z=B.state.availableQualities$;R(t,z,oe=>i(8,v=oe));const Te=B.state.autoQualityLimitingAvailable$;R(t,Te,oe=>i(106,y=oe));const ze=B.state.isAutoQualityEnabled$;R(t,ze,oe=>i(103,S=oe));const Ve=B.state.currentPlaybackRate$;R(t,Ve,oe=>i(9,k=oe));const Le=B.state.availablePlaybackRates$;R(t,Le,oe=>i(7,d=oe));const Pe=B.state.currentSubtitle$;R(t,Pe,oe=>i(35,Q=oe));const pe=B.state.availableSubtitlesList$;R(t,pe,oe=>i(6,c=oe));const Z=B.state.canDownload,me=B.state.hasMpegSources$;R(t,me,oe=>i(107,L=oe));const Ae=B.ui.settingsMenuVisible;R(t,Ae,oe=>i(10,ee=oe));const Ue=B.ui.settingsMenuOpenedByKeyboard;R(t,Ue,oe=>i(132,o=oe));const Ge=B.ui.isMobile;R(t,Ge,oe=>i(34,s=oe));const ae=B.ui.mobileNotReportControlHidden$;R(t,ae,oe=>i(104,C=oe));const ye=B.state.canChangePlaybackSpeed$;R(t,ye,oe=>i(105,T=oe));const Me=B.ui.isFullscreen;R(t,Me,oe=>i(135,N=oe));const je=B.state.trafficSavingEnabled$;R(t,je,oe=>i(5,r=oe));const ne=B.ui.playerSize;R(t,ne,oe=>i(134,Y=oe));const G=B.ui.debugPanelVisible;R(t,G,oe=>i(36,w=oe));const Ce=B.ui.playerSize;R(t,Ce,oe=>i(133,le=oe));const re=B.state.isInteractiveTime$,ke=B.actions.internal.downloadVideo,He=B.actions.internal.closeSettingsMenu;let et=!0,lt=!1,Ne=!1,ue=!1,st=!1,vt=!1;function ut(){o||W?.(),He(),vt=!1}function bt(){i(11,et=!1),i(12,lt=!0)}function Ct(){i(11,et=!1),i(15,st=!0)}function Be(oe){B.actions.internal.setQuality(oe),ut()}function Ft(oe){B.actions.internal.setTrafficSavingEnabled(oe),ut()}function ce(){i(11,et=!1),i(13,Ne=!0)}function ft(oe){B.actions.internal.setPlaybackRate(oe),ut()}function kt(){i(11,et=!1),i(14,ue=!0)}function We(oe){B.actions.internal.setSubtitle(oe),ut()}function tt(){i(11,et=!0),i(12,lt=!1),i(13,Ne=!1),i(14,ue=!1),i(15,st=!1)}function gt(){ke(),ut()}function wt(){window.open(X,"_blank"),ut(),B.actions.internal.pause()}function hi(){_l(B.actions.internal.getDebugTextData()),ut()}function bi(){G.set(!0),ut()}function gi(){vt=!0}function Fi(){vt=!1}function Qi(oe,it,Ot){if(!oe)return"...";const Gt=it.find(Bi=>Bi.value===oe),Mi=Gt?Gt.displayValue:oe;return Ot?oe===$e.VideoQuality.INVARIANT?K("auto_quality_invariant"):K("auto_quality",{actual:Mi}):Mi}let ii,ni,_i,Ut,oi;function Ui(oe=0,it=!1){return s&&N&&it?`max-height: ${Math.round(Y.height*.6)}px`:s?"":`max-height: ${le.height-Td-oe-O}px; overflow: auto;`}let vi,ki,li,wi,si,yi,Ci,yt,Mt,qt,ri=Ie(!1);R(t,ri,oe=>i(101,h=oe));let Vt,ai,Zt=Ie(!1);R(t,Zt,oe=>i(100,f=oe));let xt,Tt,St=Ie(!1);R(t,St,oe=>i(99,a=oe));let Bt,Wt,ui=Ie(!1);R(t,ui,oe=>i(98,l=oe));const en=oe=>{z1(oe,He)},qi=async oe=>{qo(oe,bt,()=>{const it=v.findIndex(Ot=>Ot.selected);return qt.childNodes[it]})},jt=async oe=>{Zo(oe,tt,ri,He)},$t=(oe,it)=>{$i(oe,()=>Be(it))},Ti=async oe=>{qo(oe,ce,()=>{const it=d.findIndex(Ot=>Ot.selected);return ai.childNodes[it]})},Ni=async oe=>{Zo(oe,tt,Zt,He)},Nt=(oe,it)=>{$i(oe,()=>ft(it))},_t=async oe=>{qo(oe,kt,()=>{const it=c.findIndex(Ot=>Ot.selected);return Tt.childNodes[it]})},Si=async oe=>{Zo(oe,tt,St,He)},Zi=(oe,it)=>{$i(oe,()=>We(it))},ei=async oe=>{qo(oe,Ct,()=>{const it=r?2:0;return Wt.childNodes[it]})},Wi=async oe=>{Zo(oe,tt,ui,He)},ci=(oe,it)=>{$i(oe,()=>Ft(it))},Xi=oe=>{$i(oe,()=>gt())},ji=oe=>{$i(oe,()=>wt())},Ji=oe=>{$i(oe,()=>hi())},Ri=oe=>{$i(oe,()=>bi())};nn(()=>{const oe=re.subscribe(it=>{it&&!s&&!vt&&!o&&ut()});return()=>{oe()}});function Pi(oe){ve[oe?"unshift":"push"](()=>{Mt=oe,i(1,Mt)})}function Rt(oe){ve[oe?"unshift":"push"](()=>{Vt=oe,i(2,Vt)})}function Kt(oe){ve[oe?"unshift":"push"](()=>{xt=oe,i(3,xt)})}function fi(oe){ve[oe?"unshift":"push"](()=>{Bt=oe,i(4,Bt)})}function Di(oe){ve[oe?"unshift":"push"](()=>{$=oe,i(0,$)})}function Oi(oe){ve[oe?"unshift":"push"](()=>{ni=oe,i(17,ni)})}const di=oe=>Be(oe.value),Ai=(oe,it)=>$t(it,oe.value);function Ii(oe){ve[oe?"unshift":"push"](()=>{qt=oe,i(29,qt)})}function Fe(oe){ve[oe?"unshift":"push"](()=>{_i=oe,i(18,_i)})}const zi=oe=>ft(oe.value),Lt=(oe,it)=>Nt(it,oe.value);function Ee(oe){ve[oe?"unshift":"push"](()=>{ai=oe,i(30,ai)})}function Ei(oe){ve[oe?"unshift":"push"](()=>{Ut=oe,i(19,Ut)})}const Ki=()=>Ft(!1),Hi=oe=>ci(oe,!1),Vi=()=>Ft(!0),xi=oe=>ci(oe,!0);function Li(oe){ve[oe?"unshift":"push"](()=>{Wt=oe,i(32,Wt)})}function Gi(oe){ve[oe?"unshift":"push"](()=>{oi=oe,i(20,oi)})}const Dt=oe=>We(oe),Yi=(oe,it)=>Zi(it,oe);function ti(oe){ve[oe?"unshift":"push"](()=>{Tt=oe,i(31,Tt)})}return t.$$set=oe=>{"ref"in oe&&i(0,$=oe.ref),"supportLink"in oe&&i(95,X=oe.supportLink),"playerControlsHeight"in oe&&i(96,O=oe.playerControlsHeight),"returnFocus"in oe&&i(97,W=oe.returnFocus)},t.$$.update=()=>{t.$$.dirty[0]&1024&&ee&&(i(11,et=!0),i(12,lt=!1),i(13,Ne=!1),i(14,ue=!1),i(15,st=!1)),t.$$.dirty[3]&512&&i(33,n=_o(_)),t.$$.dirty[0]&256|t.$$.dirty[3]&1536&&i(16,ii=Qi(_,v,S)),t.$$.dirty[3]&18432&&i(21,vi=Z&&L&&!C),t.$$.dirty[3]&10240&&i(22,ki=J.features.trafficSaving&&!C&&y),t.$$.dirty[0]&64|t.$$.dirty[3]&2048&&i(23,li=c.length>0&&!C),t.$$.dirty[3]&6144&&i(24,wi=!!T&&!C),t.$$.dirty[3]&2048&&i(25,si=!C),t.$$.dirty[0]&32&&i(26,yi=K(r?"traffic_saving_on":"traffic_saving_off")),t.$$.dirty[3]&1536&&i(27,Ci=S?K("auto_quality_option"):_),t.$$.dirty[0]&640&&i(28,yt=d.find(oe=>oe.value===k)?.displayValue),t.$$.dirty[0]&2|t.$$.dirty[3]&256&&Uo(Mt,ri,h),t.$$.dirty[0]&4|t.$$.dirty[3]&128&&Uo(Vt,Zt,f),t.$$.dirty[0]&8|t.$$.dirty[3]&64&&Uo(xt,St,a),t.$$.dirty[0]&16|t.$$.dirty[3]&32&&Uo(Bt,ui,l)},[$,Mt,Vt,xt,Bt,r,c,d,v,k,ee,et,lt,Ne,ue,st,ii,ni,_i,Ut,oi,vi,ki,li,wi,si,yi,Ci,yt,qt,ai,Tt,Wt,n,s,Q,w,J,E,z,Te,ze,Ve,Le,Pe,pe,me,Ae,Ue,Ge,ae,ye,Me,je,ne,G,Ce,ut,bt,Ct,Be,Ft,ce,ft,kt,We,tt,gt,wt,hi,bi,gi,Fi,Ui,ri,Zt,St,ui,en,qi,jt,$t,Ti,Ni,Nt,_t,Si,Zi,ei,Wi,ci,Xi,ji,Ji,Ri,X,O,W,l,a,f,h,_,S,C,T,y,L,Pi,Rt,Kt,fi,Di,Oi,di,Ai,Ii,Fe,zi,Lt,Ee,Ei,Ki,Hi,Vi,xi,Li,Gi,Dt,Yi,ti]}class Q1 extends _e{constructor(e){super(),ge(this,e,Sd,Cd,be,{ref:0,supportLink:95,playerControlsHeight:96,returnFocus:97},wd,[-1,-1,-1,-1,-1])}}function Pd(t){Ke(t,"v-d9t49t",".settings-icon-wrapper.v-d9t49t{position:relative;width:24px}")}function Ad(t){let e,i,n;return i=new G1({props:{isMobile:t[3],currentQuality:t[4]}}),{c(){e=I("span"),U(i.$$.fragment),u(e,"class","settings-icon-wrapper v-d9t49t")},m(o,s){A(o,e,s),H(i,e,null),n=!0},p(o,s){const l={};s&8&&(l.isMobile=o[3]),s&16&&(l.currentQuality=o[4]),i.$set(l)},i(o){n||(m(i.$$.fragment,o),n=!0)},o(o){g(i.$$.fragment,o),n=!1},d(o){o&&P(e),F(i)}}}function Id(t){let e,i,n;function o(l){t[9](l)}let s={className:t[1]?"opened":"",testId:"btn-settings",click:t[8],ariaLabel:t[2],ariaExpanded:t[1],$$slots:{default:[Ad]},$$scope:{ctx:t}};return t[0]!==void 0&&(s.ref=t[0]),e=new pi({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,[r]){const a={};r&2&&(a.className=l[1]?"opened":""),r&4&&(a.ariaLabel=l[2]),r&2&&(a.ariaExpanded=l[1]),r&4120&&(a.$$scope={dirty:r,ctx:l}),!i&&r&1&&(i=!0,a.ref=l[0],qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function Ed(t,e,i){let n,o,s,{ref:l=void 0}=e;const r=ht(),a=r.state.currentQuality$;R(t,a,_=>i(4,s=_));const c=r.ui.settingsMenuVisible;R(t,c,_=>i(1,n=_));const f=r.actions.internal.toggleSettingsMenu,d=r.ui.isMobile;R(t,d,_=>i(3,o=_));let h;function v(_){const S=Sl(_);f(S)}function k(_){l=_,i(0,l)}return t.$$set=_=>{"ref"in _&&i(0,l=_.ref)},t.$$.update=()=>{t.$$.dirty&2&&i(2,h=K(n?"tooltip_settings_on":"tooltip_settings_off"))},[l,n,h,o,s,a,c,d,v,k]}class Il extends _e{constructor(e){super(),ge(this,e,Ed,Id,be,{ref:0},Pd)}}function Vd(t){let e,i;return{c(){e=M("svg"),i=M("path"),u(i,"d","M3 0h14a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3Zm1 9h2a1 1 0 0 0 0-2H4a1 1 0 0 0 0 2Zm5 0h7a1 1 0 1 0 0-2H9a1 1 0 0 0 0 2Zm-5 4h7a1 1 0 1 0 0-2H4a1 1 0 1 0 0 2Zm10 0h2a1 1 0 1 0 0-2h-2a1 1 0 1 0 0 2Z"),u(i,"fill","#fff"),u(e,"width","22"),u(e,"height","16"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","subtitle-pained-icon")},m(n,o){A(n,e,o),p(e,i)},p:q,i:q,o:q,d(n){n&&P(e)}}}class Ld extends _e{constructor(e){super(),ge(this,e,null,Vd,be,{})}}function Md(t){let e,i;return e=new Y1({}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Bd(t){let e,i;return e=new Ld({}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Nd(t){let e,i,n,o;const s=[Bd,Md],l=[];function r(a,c){return a[0]?0:1}return e=r(t),i=l[e]=s[e](t),{c(){i.c(),n=ct()},m(a,c){l[e].m(a,c),A(a,n,c),o=!0},p(a,c){let f=e;e=r(a),e!==f&&(fe(),g(l[f],1,1,()=>{l[f]=null}),de(),i=l[e],i||(i=l[e]=s[e](a),i.c()),m(i,1),i.m(n.parentNode,n))},i(a){o||(m(i),o=!0)},o(a){g(i),o=!1},d(a){a&&P(n),l[e].d(a)}}}function Rd(t){let e,i;return e=new pi({props:{testId:"btn-Subtitles",ariaLabel:t[2],click:t[1],ariaKeyShortCut:Lo[Se.KeyC],$$slots:{default:[Nd]},$$scope:{ctx:t}}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,[o]){const s={};o&4&&(s.ariaLabel=n[2]),o&2&&(s.click=n[1]),o&9&&(s.$$scope={dirty:o,ctx:n}),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Dd(t,e,i){let{isSubtitlesEnabled:n=!1}=e,{click:o}=e,s;return t.$$set=l=>{"isSubtitlesEnabled"in l&&i(0,n=l.isSubtitlesEnabled),"click"in l&&i(1,o=l.click)},t.$$.update=()=>{t.$$.dirty&1&&i(2,s=K(n?"tooltip_subtitles_on":"tooltip_subtitles_off"))},[n,o,s]}class Od extends _e{constructor(e){super(),ge(this,e,Dd,Rd,be,{isSubtitlesEnabled:0,click:1})}}function zd(t){Ke(t,"v-19o2urr",".time.v-19o2urr{display:flex;align-items:center;font-weight:500;font-variant-numeric:tabular-nums;padding:12px 6px}.time.mobile.v-19o2urr{padding:0 0 0 8px}.current.v-19o2urr{position:relative}.duration.v-19o2urr{opacity:0.7}.duration.v-19o2urr:before{content:' / ';white-space:pre}")}function $s(t){let e,i;return{c(){e=I("span"),i=Oe(t[3]),u(e,"class","duration v-19o2urr")},m(n,o){A(n,e,o),p(e,i)},p(n,o){o&8&&xe(i,n[3])},d(n){n&&P(e)}}}function Hd(t){let e,i,n,o,s=t[2]&&$s(t);return{c(){e=I("div"),i=I("span"),n=Oe(t[4]),o=D(),s&&s.c(),u(i,"class","current v-19o2urr"),u(e,"class","time v-19o2urr"),V(e,"mobile",t[1])},m(l,r){A(l,e,r),p(e,i),p(i,n),p(e,o),s&&s.m(e,null),t[7](e)},p(l,[r]){r&16&&xe(n,l[4]),l[2]?s?s.p(l,r):(s=$s(l),s.c(),s.m(e,null)):s&&(s.d(1),s=null),r&2&&V(e,"mobile",l[1])},i:q,o:q,d(l){l&&P(e),s&&s.d(),t[7](null)}}}function Fd(t,e,i){let{isMobile:n=!1}=e,{duration:o}=e,{position:s}=e,{showDuration:l=!0}=e,{ref:r}=e,a,c;function f(d){ve[d?"unshift":"push"](()=>{r=d,i(0,r)})}return t.$$set=d=>{"isMobile"in d&&i(1,n=d.isMobile),"duration"in d&&i(5,o=d.duration),"position"in d&&i(6,s=d.position),"showDuration"in d&&i(2,l=d.showDuration),"ref"in d&&i(0,r=d.ref)},t.$$.update=()=>{t.$$.dirty&32&&i(3,a=Ln(o)),t.$$.dirty&64&&i(4,c=Ln(s))},[r,n,l,a,c,o,s,f]}class X1 extends _e{constructor(e){super(),ge(this,e,Fd,Hd,be,{isMobile:1,duration:5,position:6,showDuration:2,ref:0},zd)}}function Ud(t){Ke(t,"v-1n5yyua",".icon.v-1n5yyua.v-1n5yyua{display:block;width:24px;height:24px}.icon.v-1n5yyua .cross.v-1n5yyua{visibility:hidden}.icon[data-value='off'].v-1n5yyua .wave1.v-1n5yyua,.icon[data-value='off'].v-1n5yyua .wave2.v-1n5yyua{visibility:hidden}.icon[data-value='off'].v-1n5yyua .cross.v-1n5yyua{visibility:visible}.icon[data-value='mid'].v-1n5yyua .wave2.v-1n5yyua,.icon[data-value='min'].v-1n5yyua .wave2.v-1n5yyua{visibility:hidden}")}function qd(t){let e,i,n,o,s,l;return{c(){e=M("svg"),i=M("g"),n=M("path"),o=M("path"),s=M("path"),u(n,"class","wave2 v-1n5yyua"),u(n,"d","M12.98 18.823c-.031 1.207-.67 1.609-1.828.62-1.719-1.469-3.609-3.194-4.242-3.721-.632-.529-1.645-.62-3.073-.62-1.427 0-1.815-.621-1.815-1.241s-.014-1.83-.014-2.001c0-.055.005-.086.014-.13.02-.095-.058-.973 0-1.59.085-.906.388-1.241 1.815-1.241 1.428 0 2.44-.092 3.073-.62.633-.529 2.523-2.253 4.242-3.722 1.158-.989 1.797-.587 1.829.62.043 1.607 0 3.85 0 6.683 0 2.83.043 5.356 0 6.963zm2.901-8.704A.875.875 0 1 1 17.12 8.88c.176.177.41.47.64.872.384.671.616 1.425.616 2.247s-.232 1.576-.615 2.247a4.23 4.23 0 0 1-.641.872.875.875 0 1 1-1.238-1.238c.074-.073.214-.249.36-.503.241-.423.384-.887.384-1.378s-.143-.955-.385-1.378a2.597 2.597 0 0 0-.359-.503zm3-2A.875.875 0 1 1 20.12 6.88c.263.264.62.74.966 1.432.517 1.033.843 2.255.89 3.716-.047 1.403-.373 2.625-.89 3.658-.346.692-.703 1.168-.966 1.432a.875.875 0 1 1-1.238-1.238c.138-.137.383-.464.639-.976.407-.814.667-1.79.705-2.876-.038-1.144-.298-2.12-.705-2.934-.256-.512-.501-.839-.639-.976z"),u(o,"class","wave1 v-1n5yyua"),u(o,"d","M12.98 18.823c-.031 1.207-.67 1.609-1.828.62-1.719-1.469-3.609-3.194-4.242-3.721-.632-.529-1.645-.62-3.073-.62-1.427 0-1.815-.621-1.815-1.241s-.014-1.83-.014-2.001c0-.055.005-.086.014-.13.02-.095-.058-.973 0-1.59.085-.906.388-1.241 1.815-1.241 1.428 0 2.44-.092 3.073-.62.633-.529 2.523-2.253 4.242-3.722 1.158-.989 1.797-.587 1.829.62.043 1.607 0 3.85 0 6.683 0 2.83.043 5.356 0 6.963zm2.901-8.704A.875.875 0 1 1 17.12 8.88c.176.177.41.47.64.872.384.671.616 1.425.616 2.247s-.232 1.576-.615 2.247a4.23 4.23 0 0 1-.641.872.875.875 0 1 1-1.238-1.238c.074-.073.214-.249.36-.503.241-.423.384-.887.384-1.378s-.143-.955-.385-1.378a2.597 2.597 0 0 0-.359-.503z"),u(s,"class","cross v-1n5yyua"),u(s,"d","m20 10.763 2.381-2.382A.875.875 0 1 1 23.62 9.62L21.237 12l2.382 2.381a.875.875 0 1 1-1.238 1.238L20 13.237l-2.381 2.382a.875.875 0 1 1-1.238-1.238L18.763 12 16.38 9.619A.875.875 0 1 1 17.62 8.38zm-7.02 8.06c-.031 1.207-.67 1.609-1.828.62-1.719-1.469-3.609-3.194-4.242-3.721-.632-.529-1.645-.62-3.073-.62-1.427 0-1.815-.621-1.815-1.241s-.014-1.83-.014-2.001c0-.055.005-.086.014-.13.02-.095-.058-.973 0-1.59.085-.906.388-1.241 1.815-1.241 1.428 0 2.44-.092 3.073-.62.633-.529 2.523-2.253 4.242-3.722 1.158-.989 1.797-.587 1.829.62.043 1.607 0 3.85 0 6.683 0 2.83.043 5.356 0 6.963z"),u(i,"fill","#fff"),u(i,"fill-rule","evenodd"),u(e,"data-value",t[0]),u(e,"data-testid",l="volume-"+t[0]+"-icon"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"class","icon v-1n5yyua"),u(e,"aria-hidden","true")},m(r,a){A(r,e,a),p(e,i),p(i,n),p(i,o),p(i,s)},p(r,[a]){a&1&&u(e,"data-value",r[0]),a&1&&l!==(l="volume-"+r[0]+"-icon")&&u(e,"data-testid",l)},i:q,o:q,d(r){r&&P(e)}}}function Zd(t,e,i){let{volume:n=1}=e,{muted:o=!1}=e;const s=(r,a)=>a?"off":r>.5?"max":r>.2?"mid":r>0?"min":"off";let l;return t.$$set=r=>{"volume"in r&&i(1,n=r.volume),"muted"in r&&i(2,o=r.muted)},t.$$.update=()=>{t.$$.dirty&6&&i(0,l=s(n,o))},[l,n,o]}class Jo extends _e{constructor(e){super(),ge(this,e,Zd,qd,be,{volume:1,muted:2},Ud)}}function Wd(t){let e,i;const n=t[4].default,o=Mn(n,t,t[3],null);return{c(){e=I("div"),o&&o.c(),u(e,"class","overlay")},m(s,l){A(s,e,l),o&&o.m(e,null),t[5](e),i=!0},p(s,[l]){o&&o.p&&(!i||l&8)&&Nn(o,n,s,s[3],i?Bn(n,s[3],l,null):Rn(s[3]),null)},i(s){i||(m(o,s),i=!0)},o(s){g(o,s),i=!1},d(s){s&&P(e),o&&o.d(s),t[5](null)}}}function jd(t,e,i){let n,{$$slots:o={},$$scope:s}=e;const r=ht().ui.overlayContainer$;R(t,r,h=>i(2,n=h));let a;const c=h=>{!h||!a||!h.contains(a)||h.removeChild(a)},f=h=>{!h||!a||h.contains(a)||h.appendChild(a)};nn(()=>(f(n),()=>c(n)));function d(h){ve[h?"unshift":"push"](()=>{a=h,i(0,a)})}return t.$$set=h=>{"$$scope"in h&&i(3,s=h.$$scope)},t.$$.update=()=>{t.$$.dirty&4&&f(n)},[a,r,n,s,o,d]}class Kd extends _e{constructor(e){super(),ge(this,e,jd,Wd,be,{})}}function Gd(t){Ke(t,"v-tny135",'.tooltip-wrapper.v-tny135{display:flex;flex-direction:column;min-width:0}.full-width.v-tny135{width:100%}.tooltip.v-tny135{position:absolute;opacity:0;visibility:hidden;transition:opacity 200ms, visibility 200ms;bottom:100%;left:0}.content.v-tny135{display:inline-block;padding:6px 10px;border-radius:3px;color:var(--white);background-color:rgba(41, 41, 41, .8)}.tooltip.active.v-tny135{opacity:1;visibility:visible}.tooltip-pointer.v-tny135{position:absolute;bottom:0;width:0;border-top:5px solid rgba(41, 41, 41, .8);border-right:5px solid transparent;border-left:5px solid transparent;content:" ";font-size:0;line-height:0}.bottom-placement-pointer.v-tny135{top:0;bottom:auto}')}function er(t){let e,i;return e=new Kd({props:{$$slots:{default:[Yd]},$$scope:{ctx:t}}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o&2097395&&(s.$$scope={dirty:o,ctx:n}),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Yd(t){let e,i,n,o,s,l,r;return{c(){e=I("div"),i=I("div"),n=Oe(t[1]),o=D(),s=I("div"),u(i,"class","content v-tny135"),u(s,"class","tooltip-pointer v-tny135"),u(s,"style",l=`transform: translate(${t[5]}px, ${t[9]}px) rotate(${t[8]?0:"180deg"});`),V(s,"bottom-placement-pointer",!t[8]),u(e,"class","tooltip v-tny135"),u(e,"style",r=`transform: translate(${t[6]}px, ${t[7]}px);`),V(e,"active",t[0])},m(a,c){A(a,e,c),p(e,i),p(i,n),p(e,o),p(e,s),t[20](e)},p(a,c){c&2&&xe(n,a[1]),c&32&&l!==(l=`transform: translate(${a[5]}px, ${a[9]}px) rotate(${a[8]?0:"180deg"});`)&&u(s,"style",l),c&192&&r!==(r=`transform: translate(${a[6]}px, ${a[7]}px);`)&&u(e,"style",r),c&1&&V(e,"active",a[0])},d(a){a&&P(e),t[20](null)}}}function Qd(t){let e,i,n,o,s,l;const r=t[18].default,a=Mn(r,t,t[21],null);let c=t[1]&&er(t);return{c(){e=I("div"),a&&a.c(),i=D(),c&&c.c(),n=ct(),u(e,"class","tooltip-wrapper v-tny135"),V(e,"full-width",t[2])},m(f,d){A(f,e,d),a&&a.m(e,null),t[19](e),A(f,i,d),c&&c.m(f,d),A(f,n,d),o=!0,s||(l=[he(e,"mouseenter",t[12]),he(e,"mousemove",t[12]),he(e,"mouseleave",t[13]),he(e,"mousedown",t[13]),he(e,"mouseup",t[12])],s=!0)},p(f,[d]){a&&a.p&&(!o||d&2097152)&&Nn(a,r,f,f[21],o?Bn(r,f[21],d,null):Rn(f[21]),null),(!o||d&4)&&V(e,"full-width",f[2]),f[1]?c?(c.p(f,d),d&2&&m(c,1)):(c=er(f),c.c(),m(c,1),c.m(n.parentNode,n)):c&&(fe(),g(c,1,1,()=>{c=null}),de())},i(f){o||(m(a,f),m(c),o=!0)},o(f){g(a,f),g(c),o=!1},d(f){f&&(P(e),P(i),P(n)),a&&a.d(f),t[19](null),c&&c.d(f),s=!1,nt(l)}}}const Co=5;function Xd(t,e,i){let n,o,{$$slots:s={},$$scope:l}=e,{content:r=""}=e,{active:a=!1}=e,{translateX:c=0}=e,{translateY:f=0}=e,{isFullWidthWrapper:d=!1}=e,{placement:h="top"}=e,{onVisibilityChange:v=ie.noop}=e;const k=h==="top";let _,S,C,T=0,y=k?Co:-Co,L=0,le=0;const Y=an(),N=ht(),ee=N.ui.playerSize;R(t,ee,z=>i(24,o=z));const Q=N.ui.overlayContainer$;R(t,Q,z=>i(23,n=z));const w=N.getLogger().createComponentLog("Tooltip component"),$=()=>{if(!n||!S||!_)return;const z=n.getBoundingClientRect(),Te=_.getBoundingClientRect(),ze=Te.width,Ve=S.clientWidth,Le=o.width,Pe=(ze-Ve)/2,pe=Te.left+c-z.left;let Z=pe+Pe;const me=Te.top+f-z.top;let Ae=Ve/2-Co;const Ue=Z<To,Ge=Z+Ve>Le-To;Ue&&(Z=To,Ae=pe+Te.width/2-2.5*Co),Ge&&(Z=Le-To-Ve,Ae=Te.left-z.left+Te.width/2-Z-Co),i(6,L=Z),i(7,le=me),i(5,T=Ae)},X=()=>{try{if(!n||!_)return;$(),i(0,a=!0)}catch(z){w({message:String(z)})}},O=()=>{i(0,a=!1)},W=()=>{S&&(C||(C=window.setTimeout(X,Y.controls.hideTimeoutTooltips)),a&&X())},B=()=>{O(),window.clearTimeout(C),C=void 0};nn($),Vo(()=>window.clearTimeout(C));function J(z){ve[z?"unshift":"push"](()=>{_=z,i(3,_)})}function E(z){ve[z?"unshift":"push"](()=>{S=z,i(4,S)})}return t.$$set=z=>{"content"in z&&i(1,r=z.content),"active"in z&&i(0,a=z.active),"translateX"in z&&i(14,c=z.translateX),"translateY"in z&&i(15,f=z.translateY),"isFullWidthWrapper"in z&&i(2,d=z.isFullWidthWrapper),"placement"in z&&i(16,h=z.placement),"onVisibilityChange"in z&&i(17,v=z.onVisibilityChange),"$$scope"in z&&i(21,l=z.$$scope)},t.$$.update=()=>{t.$$.dirty&131073&&v(a)},[a,r,d,_,S,T,L,le,k,y,ee,Q,W,B,c,f,h,v,s,J,E,l]}class J1 extends _e{constructor(e){super(),ge(this,e,Xd,Qd,be,{content:1,active:0,translateX:14,translateY:15,isFullWidthWrapper:2,placement:16,onVisibilityChange:17},Gd)}}function Jd(t){Ke(t,"v-p9r045",".btn-container.v-p9r045{position:relative;display:flex;align-items:center;height:100%;transition:var(--button-hover-transition);will-change:opacity;-webkit-tap-highlight-color:transparent}.w-max.v-p9r045{width:100%;min-width:0}")}function xd(t){let e;const i=t[19].default,n=Mn(i,t,t[24],null);return{c(){n&&n.c()},m(o,s){n&&n.m(o,s),e=!0},p(o,s){n&&n.p&&(!e||s&16777216)&&Nn(n,i,o,o[24],e?Bn(i,o[24],s,null):Rn(o[24]),null)},i(o){e||(m(n,o),e=!0)},o(o){g(n,o),e=!1},d(o){n&&n.d(o)}}}function $d(t){let e,i;return e=new J1({props:{content:t[12],translateX:t[10],translateY:t[11],isFullWidthWrapper:t[4],active:t[6],placement:t[7],onVisibilityChange:t[9],$$slots:{default:[e2]},$$scope:{ctx:t}}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o&4096&&(s.content=n[12]),o&1024&&(s.translateX=n[10]),o&2048&&(s.translateY=n[11]),o&16&&(s.isFullWidthWrapper=n[4]),o&64&&(s.active=n[6]),o&128&&(s.placement=n[7]),o&512&&(s.onVisibilityChange=n[9]),o&16777216&&(s.$$scope={dirty:o,ctx:n}),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function e2(t){let e;const i=t[19].default,n=Mn(i,t,t[24],null);return{c(){n&&n.c()},m(o,s){n&&n.m(o,s),e=!0},p(o,s){n&&n.p&&(!e||s&16777216)&&Nn(n,i,o,o[24],e?Bn(i,o[24],s,null):Rn(o[24]),null)},i(o){e||(m(n,o),e=!0)},o(o){g(n,o),e=!1},d(o){n&&n.d(o)}}}function t2(t){let e,i,n,o,s,l,r,a,c;const f=[$d,xd],d=[];function h(v,k){return v[3]&&v[5]&&!v[13]?0:1}return i=h(t),n=d[i]=f[i](t),{c(){e=I("div"),n.c(),u(e,"class",o="btn-container "+t[2]+" v-p9r045"),u(e,"aria-hidden",s=t[8]||null),bo(()=>t[23].call(e))},m(v,k){A(v,e,k),d[i].m(e,null),t[22](e),l=kl(e,t[23].bind(e)),r=!0,a||(c=[he(e,"pointerdown",ot(Jt(t[20]))),he(e,"click",ot(Jt(t[21])))],a=!0)},p(v,[k]){let _=i;i=h(v),i===_?d[i].p(v,k):(fe(),g(d[_],1,1,()=>{d[_]=null}),de(),n=d[i],n?n.p(v,k):(n=d[i]=f[i](v),n.c()),m(n,1),n.m(e,null)),(!r||k&4&&o!==(o="btn-container "+v[2]+" v-p9r045"))&&u(e,"class",o),(!r||k&256&&s!==(s=v[8]||null))&&u(e,"aria-hidden",s)},i(v){r||(m(n),r=!0)},o(v){g(n),r=!1},d(v){v&&P(e),d[i].d(),t[22](null),l(),a=!1,nt(c)}}}function i2(t,e,i){let n,o,{$$slots:s={},$$scope:l}=e,{className:r=""}=e,{disabled:a=!1}=e,{hasTooltip:c=!0}=e,{ref:f=void 0}=e,{width:d=void 0}=e,{isFullWidthTooltip:h=!0}=e,{tooltipContent:v=""}=e,{tooltipActive:k=!1}=e,{tooltipPlacement:_="top"}=e,{disabledTooltipContent:S=K("tooltip_button_disabled")}=e,{isAriaHidden:C=!1}=e,{onTooltipVisibilityChange:T=ie.noop}=e,{initialTranslateXPx:y=0}=e,{initialTranslateYPx:L=-18}=e;const le=ht(),Y=le.ui.isMobile;R(t,Y,O=>i(13,o=O));const N=le.state.graphIsOpened$;R(t,N,O=>i(18,n=O));let ee;function Q(O){to.call(this,t,O)}function w(O){to.call(this,t,O)}function $(O){ve[O?"unshift":"push"](()=>{f=O,i(0,f)})}function X(){d=this.clientWidth,i(1,d)}return t.$$set=O=>{"className"in O&&i(2,r=O.className),"disabled"in O&&i(16,a=O.disabled),"hasTooltip"in O&&i(3,c=O.hasTooltip),"ref"in O&&i(0,f=O.ref),"width"in O&&i(1,d=O.width),"isFullWidthTooltip"in O&&i(4,h=O.isFullWidthTooltip),"tooltipContent"in O&&i(5,v=O.tooltipContent),"tooltipActive"in O&&i(6,k=O.tooltipActive),"tooltipPlacement"in O&&i(7,_=O.tooltipPlacement),"disabledTooltipContent"in O&&i(17,S=O.disabledTooltipContent),"isAriaHidden"in O&&i(8,C=O.isAriaHidden),"onTooltipVisibilityChange"in O&&i(9,T=O.onTooltipVisibilityChange),"initialTranslateXPx"in O&&i(10,y=O.initialTranslateXPx),"initialTranslateYPx"in O&&i(11,L=O.initialTranslateYPx),"$$scope"in O&&i(24,l=O.$$scope)},t.$$.update=()=>{t.$$.dirty&458784&&(a?i(12,ee=n?K("tooltip_disabled_when_graph_on"):S):i(12,ee=v))},[f,d,r,c,h,v,k,_,C,T,y,L,ee,o,Y,N,a,S,n,s,Q,w,$,X,l]}class Et extends _e{constructor(e){super(),ge(this,e,i2,t2,be,{className:2,disabled:16,hasTooltip:3,ref:0,width:1,isFullWidthTooltip:4,tooltipContent:5,tooltipActive:6,tooltipPlacement:7,disabledTooltipContent:17,isAriaHidden:8,onTooltipVisibilityChange:9,initialTranslateXPx:10,initialTranslateYPx:11},Jd)}}function n2(t){let e,i,n,o,s;return{c(){e=M("svg"),i=M("rect"),o=M("path"),u(i,"width","20"),u(i,"height","20"),u(i,"rx","10"),u(i,"fill","white"),u(i,"fill-opacity",n=t[0]?1:.24),u(o,"d","M12.5259 8.68864L12.587 8.87536L12.3702 8.23648C12.236 7.84095 11.8295 7.60563 11.4192 7.68593C10.9471 7.77831 10.6508 8.24892 10.7718 8.71381L10.8968 9.19361L10.6671 8.33855C10.5566 7.92714 10.1475 7.67011 9.72832 7.74872C9.32282 7.82476 9.04808 8.18606 9.06319 8.57993L8.34064 5.64592C8.21338 5.12912 7.64646 4.85578 7.1621 5.07767C6.79216 5.24715 6.59467 5.65495 6.69131 6.0498L7.98547 11.3373L6.87 10.178C6.52545 9.81987 5.94024 9.86103 5.64933 10.2638C5.44455 10.5474 5.44907 10.9312 5.66048 11.2098L7.89246 14.1518C7.89246 14.1518 9.12075 15.9833 12.1932 15.3769C14.6243 14.8972 15.4434 12.7097 14.7748 10.4997L14.2213 8.20869C14.0975 7.69621 13.5537 7.40646 13.0585 7.58916C12.614 7.75319 12.3788 8.23875 12.5259 8.68864Z"),u(o,"fill",s=t[0]?"var(--interactive-episode-complete)":"white"),u(e,"width","20"),u(e,"height","20"),u(e,"viewBox","0 0 20 20"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg")},m(l,r){A(l,e,r),p(e,i),p(e,o)},p(l,[r]){r&1&&n!==(n=l[0]?1:.24)&&u(i,"fill-opacity",n),r&1&&s!==(s=l[0]?"var(--interactive-episode-complete)":"white")&&u(o,"fill",s)},i:q,o:q,d(l){l&&P(e)}}}function o2(t,e,i){let{completed:n}=e;return t.$$set=o=>{"completed"in o&&i(0,n=o.completed)},[n]}class x1 extends _e{constructor(e){super(),ge(this,e,o2,n2,be,{completed:0})}}function l2(t){Ke(t,"v-bklhpe",".interactive-episode-icon.v-bklhpe{width:20px;height:20px;position:absolute;transform:translateX(-50%);cursor:default}.interactive-episode-icon.disabled.v-bklhpe{pointer-events:none;opacity:0.4}")}function s2(t){let e,i,n,o,s;return i=new x1({props:{completed:!!t[0].completed}}),{c(){e=I("div"),U(i.$$.fragment),u(e,"class","interactive-episode-icon v-bklhpe"),u(e,"style",n=`left: ${t[0].from+t[0].width/2}%`),bo(()=>t[3].call(e)),V(e,"disabled",t[1])},m(l,r){A(l,e,r),H(i,e,null),o=kl(e,t[3].bind(e)),s=!0},p(l,r){const a={};r&1&&(a.completed=!!l[0].completed),i.$set(a),(!s||r&1&&n!==(n=`left: ${l[0].from+l[0].width/2}%`))&&u(e,"style",n),(!s||r&2)&&V(e,"disabled",l[1])},i(l){s||(m(i.$$.fragment,l),s=!0)},o(l){g(i.$$.fragment,l),s=!1},d(l){l&&P(e),F(i),o()}}}function r2(t){let e,i;return e=new Et({props:{tooltipContent:K(t[0].completed?"tooltip_episode_finished":"tooltip_episode_unfinished"),initialTranslateXPx:-10,initialTranslateYPx:-10,disabled:t[1],width:t[2]||0,isAriaHidden:!0,isFullWidthTooltip:!1,$$slots:{default:[s2]},$$scope:{ctx:t}}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,[o]){const s={};o&1&&(s.tooltipContent=K(n[0].completed?"tooltip_episode_finished":"tooltip_episode_unfinished")),o&2&&(s.disabled=n[1]),o&4&&(s.width=n[2]||0),o&23&&(s.$$scope={dirty:o,ctx:n}),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function a2(t,e,i){let{videoEpisode:n}=e,{disabled:o}=e,s;function l(){s=this.clientWidth,i(2,s)}return t.$$set=r=>{"videoEpisode"in r&&i(0,n=r.videoEpisode),"disabled"in r&&i(1,o=r.disabled)},[n,o,s,l]}class u2 extends _e{constructor(e){super(),ge(this,e,a2,r2,be,{videoEpisode:0,disabled:1},l2)}}function c2(t){Ke(t,"v-1h9p3m2",".video-episodes-wrap.v-1h9p3m2{position:absolute;width:100%;height:100%}.video-episode.v-1h9p3m2{position:absolute;height:calc(3 * var(--slider-height));box-sizing:border-box;margin-top:-5px;padding:var(--slider-height) var(--slider-video-episode-gap);transition:transform 0.2s}.video-episode.v-1h9p3m2:where(:hover, :active){transform:scaleY(1.5)}.video-episode-inner.v-1h9p3m2,.video-episode-loaded.v-1h9p3m2,.video-episode-filled.v-1h9p3m2{position:absolute;height:var(--slider-height);border-radius:var(--slider-radius)}.video-episode-inner.v-1h9p3m2{position:absolute;overflow:hidden;width:calc(100% - 2 * var(--slider-video-episode-gap));background:var(--slider-bg)}.video-episode-loaded.v-1h9p3m2{position:absolute;left:-100%;width:100%;height:100%;border-radius:var(--slider-radius);background:var(--slider-loaded-bg);transition:transform 0.2s}.video-episode-filled.v-1h9p3m2{position:absolute;left:-100%;width:100%;height:100%;border-radius:var(--slider-radius);background-color:var(--slider-filled-bg)}")}function tr(t,e,i){const n=t.slice();return n[2]=e[i],n}function ir(t){let e,i,n,o,s,l,r,a,c;return{c(){e=I("div"),i=I("div"),n=I("div"),s=D(),l=I("div"),a=D(),u(n,"class","video-episode-loaded v-1h9p3m2"),u(n,"style",o=`transform: translateX(${t[2].loadedWidth/t[2].width*100}%)`),u(l,"class","video-episode-filled v-1h9p3m2"),u(l,"style",r=`transform: translateX(${t[2].filledWidth/t[2].width*100}%)`),V(l,"mobile",t[1]),u(i,"class","video-episode-inner v-1h9p3m2"),u(e,"class","video-episode v-1h9p3m2"),u(e,"style",c=`left: ${t[2].from}%; width: ${t[2].width}%`),V(e,"mobile",t[1])},m(f,d){A(f,e,d),p(e,i),p(i,n),p(i,s),p(i,l),p(e,a)},p(f,d){d&1&&o!==(o=`transform: translateX(${f[2].loadedWidth/f[2].width*100}%)`)&&u(n,"style",o),d&1&&r!==(r=`transform: translateX(${f[2].filledWidth/f[2].width*100}%)`)&&u(l,"style",r),d&2&&V(l,"mobile",f[1]),d&1&&c!==(c=`left: ${f[2].from}%; width: ${f[2].width}%`)&&u(e,"style",c),d&2&&V(e,"mobile",f[1])},d(f){f&&P(e)}}}function f2(t){let e,i=Ht(t[0]),n=[];for(let o=0;o<i.length;o+=1)n[o]=ir(tr(t,i,o));return{c(){e=I("div");for(let o=0;o<n.length;o+=1)n[o].c();u(e,"class","video-episodes-wrap v-1h9p3m2")},m(o,s){A(o,e,s);for(let l=0;l<n.length;l+=1)n[l]&&n[l].m(e,null)},p(o,[s]){if(s&3){i=Ht(o[0]);let l;for(l=0;l<i.length;l+=1){const r=tr(o,i,l);n[l]?n[l].p(r,s):(n[l]=ir(r),n[l].c(),n[l].m(e,null))}for(;l<n.length;l+=1)n[l].d(1);n.length=i.length}},i:q,o:q,d(o){o&&P(e),vn(n,o)}}}function d2(t,e,i){let{videoEpisodes:n=[]}=e,{isMobile:o}=e;return t.$$set=s=>{"videoEpisodes"in s&&i(0,n=s.videoEpisodes),"isMobile"in s&&i(1,o=s.isMobile)},[n,o]}class m2 extends _e{constructor(e){super(),ge(this,e,d2,f2,be,{videoEpisodes:0,isMobile:1},c2)}}function p2(t){Ke(t,"v-1golz1y",".interactive-icons.v-1golz1y.v-1golz1y{position:absolute;width:calc(100% - 20px);top:-28px}.interactive-icons.mobile.v-1golz1y.v-1golz1y{top:-10px}.slider.v-1golz1y.v-1golz1y{position:relative;height:var(--slider-height);border-radius:var(--slider-radius);cursor:pointer;transition:visibility 0.2s, opacity 0.2s;will-change:opacity, transform;width:100%;touch-action:none;-webkit-tap-highlight-color:transparent}.no-handle.v-1golz1y.v-1golz1y{cursor:default}.slider.v-1golz1y.v-1golz1y:before{content:'';position:absolute;left:0;right:0;top:calc(-1 * (var(--controls-height) / 2 - var(--slider-height)) / 2);height:calc(var(--controls-height) / 2)}.bars.v-1golz1y.v-1golz1y{position:absolute;width:100%;height:100%;border-radius:var(--slider-radius);overflow:hidden;background:var(--slider-bg)}.loaded.v-1golz1y.v-1golz1y{position:absolute;left:-100%;width:100%;height:100%;border-radius:var(--slider-radius);background:var(--slider-loaded-bg);transition:transform 0.2s}.filled.v-1golz1y.v-1golz1y{position:absolute;left:-100%;width:100%;height:100%;border-radius:var(--slider-radius);background-color:var(--slider-filled-bg)}.slider.square.v-1golz1y.v-1golz1y,.slider.square.v-1golz1y>.bars.v-1golz1y,.slider.square.v-1golz1y .loaded.v-1golz1y,.slider.square.v-1golz1y .filled.v-1golz1y{border-radius:unset}.filled.active-live.v-1golz1y.v-1golz1y{background-color:var(--slider-filled-active-live-bg)}.filled.ads.v-1golz1y.v-1golz1y{background-color:var(--slider-filled-ads)}.handleWrap.v-1golz1y.v-1golz1y{position:absolute;left:-100%;width:100%}.handle.v-1golz1y.v-1golz1y{position:absolute;width:var(--slider-handle-size);height:var(--slider-handle-size);right:calc(-1 * var(--slider-handle-size) / 2);top:calc((var(--slider-height) - var(--slider-handle-size)) / 2);border-radius:50%;background-color:var(--slider-filled-bg);visibility:hidden;opacity:0;transform:scale(0);transition:opacity 0.2s, transform 0.2s, visibility 0.2s;will-change:opacity, transform}.handle.active-live.v-1golz1y.v-1golz1y{background-color:var(--slider-filled-active-live-bg)}.slider.v-1golz1y:hover .handle.v-1golz1y,.slider-dragging.v-1golz1y .handle.v-1golz1y{visibility:visible;opacity:1;transform:scale(1)}.slider-dragging.v-1golz1y .handle.v-1golz1y{transform:scale(1.3)}.slider-vertical.v-1golz1y.v-1golz1y{position:absolute;left:-8px;top:-18px;transform-origin:0 0;transform:rotate(-90deg)}.slider.disabled.v-1golz1y.v-1golz1y{cursor:default;pointer-events:none;opacity:0.4}")}function nr(t,e,i){const n=t.slice();return n[48]=e[i],n}function or(t){let e,i,n=Ht(t[21]),o=[];for(let l=0;l<n.length;l+=1)o[l]=sr(nr(t,n,l));const s=l=>g(o[l],1,1,()=>{o[l]=null});return{c(){e=I("div");for(let l=0;l<o.length;l+=1)o[l].c();u(e,"class","interactive-icons v-1golz1y"),V(e,"mobile",t[5]),V(e,"hidden",t[5]&&!t[20])},m(l,r){A(l,e,r);for(let a=0;a<o.length;a+=1)o[a]&&o[a].m(e,null);i=!0},p(l,r){if(r[0]&2097664){n=Ht(l[21]);let a;for(a=0;a<n.length;a+=1){const c=nr(l,n,a);o[a]?(o[a].p(c,r),m(o[a],1)):(o[a]=sr(c),o[a].c(),m(o[a],1),o[a].m(e,null))}for(fe(),a=n.length;a<o.length;a+=1)s(a);de()}(!i||r[0]&32)&&V(e,"mobile",l[5]),(!i||r[0]&1048608)&&V(e,"hidden",l[5]&&!l[20])},i(l){if(!i){for(let r=0;r<n.length;r+=1)m(o[r]);i=!0}},o(l){o=o.filter(Boolean);for(let r=0;r<o.length;r+=1)g(o[r]);i=!1},d(l){l&&P(e),vn(o,l)}}}function lr(t){let e,i;return e=new u2({props:{videoEpisode:t[48],disabled:t[9]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&2097152&&(s.videoEpisode=n[48]),o[0]&512&&(s.disabled=n[9]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function sr(t){let e,i,n=t[48].interactive&&lr(t);return{c(){n&&n.c(),e=ct()},m(o,s){n&&n.m(o,s),A(o,e,s),i=!0},p(o,s){o[48].interactive?n?(n.p(o,s),s[0]&2097152&&m(n,1)):(n=lr(o),n.c(),m(n,1),n.m(e.parentNode,e)):n&&(fe(),g(n,1,1,()=>{n=null}),de())},i(o){i||(m(n),i=!0)},o(o){g(n),i=!1},d(o){o&&P(e),n&&n.d(o)}}}function h2(t){let e,i,n,o,s,l;return{c(){e=I("div"),i=I("div"),o=D(),s=I("div"),u(i,"class","loaded v-1golz1y"),u(i,"style",n=`transform: translateX(${t[11]*100}%);`),u(s,"class","filled v-1golz1y"),u(s,"style",l=`transform: translateX(${t[12]*100}%);`),V(s,"active-live",t[4]),V(s,"ads",t[6]),u(e,"class","bars v-1golz1y")},m(r,a){A(r,e,a),p(e,i),p(e,o),p(e,s)},p(r,a){a[0]&2048&&n!==(n=`transform: translateX(${r[11]*100}%);`)&&u(i,"style",n),a[0]&4096&&l!==(l=`transform: translateX(${r[12]*100}%);`)&&u(s,"style",l),a[0]&16&&V(s,"active-live",r[4]),a[0]&64&&V(s,"ads",r[6])},i:q,o:q,d(r){r&&P(e)}}}function b2(t){let e,i;return e=new m2({props:{videoEpisodes:t[21],isMobile:t[5]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&2097152&&(s.videoEpisodes=n[21]),o[0]&32&&(s.isMobile=n[5]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function g2(t){let e,i,n,o,s,l,r,a,c,f,d,h,v,k=t[8]&&or(t);const _=[b2,h2],S=[];function C(T,y){return T[21].length?0:1}return n=C(t),o=S[n]=_[n](t),{c(){k&&k.c(),e=D(),i=I("div"),o.c(),s=D(),l=I("div"),r=I("div"),u(r,"class","handle v-1golz1y"),V(r,"active-live",t[4]),u(l,"class","handleWrap v-1golz1y"),u(l,"style",a=`transform: translateX(${t[13]*100}%);`),V(l,"hidden",t[10]),u(i,"class",c="slider "+t[0]+" v-1golz1y"),u(i,"aria-label",t[14]),u(i,"aria-valuemin",t[15]),u(i,"aria-valuemax",t[16]),u(i,"aria-valuenow",t[17]),u(i,"aria-valuetext",t[18]),u(i,"role","slider"),u(i,"tabindex","0"),u(i,"data-testid",f=t[1]??null),V(i,"disabled",t[9]),V(i,"slider-dragging",t[20]),V(i,"hidden",t[2]),V(i,"slider-vertical",t[3]),V(i,"no-handle",t[10]),V(i,"square",t[7])},m(T,y){k&&k.m(T,y),A(T,e,y),A(T,i,y),S[n].m(i,null),p(i,s),p(i,l),p(l,r),t[42](i),d=!0,h||(v=[he(i,"pointerdown",Jt(t[22])),he(i,"pointermove",Jt(t[23])),he(i,"pointerup",Jt(t[24])),he(i,"pointerenter",Jt(t[25])),he(i,"pointerleave",Jt(t[26])),he(i,"click",ot(ie.noop)),he(i,"wheel",t[27])],h=!0)},p(T,y){T[8]?k?(k.p(T,y),y[0]&256&&m(k,1)):(k=or(T),k.c(),m(k,1),k.m(e.parentNode,e)):k&&(fe(),g(k,1,1,()=>{k=null}),de());let L=n;n=C(T),n===L?S[n].p(T,y):(fe(),g(S[L],1,1,()=>{S[L]=null}),de(),o=S[n],o?o.p(T,y):(o=S[n]=_[n](T),o.c()),m(o,1),o.m(i,s)),(!d||y[0]&16)&&V(r,"active-live",T[4]),(!d||y[0]&8192&&a!==(a=`transform: translateX(${T[13]*100}%);`))&&u(l,"style",a),(!d||y[0]&1024)&&V(l,"hidden",T[10]),(!d||y[0]&1&&c!==(c="slider "+T[0]+" v-1golz1y"))&&u(i,"class",c),(!d||y[0]&16384)&&u(i,"aria-label",T[14]),(!d||y[0]&32768)&&u(i,"aria-valuemin",T[15]),(!d||y[0]&65536)&&u(i,"aria-valuemax",T[16]),(!d||y[0]&131072)&&u(i,"aria-valuenow",T[17]),(!d||y[0]&262144)&&u(i,"aria-valuetext",T[18]),(!d||y[0]&2&&f!==(f=T[1]??null))&&u(i,"data-testid",f),(!d||y[0]&513)&&V(i,"disabled",T[9]),(!d||y[0]&1048577)&&V(i,"slider-dragging",T[20]),(!d||y[0]&5)&&V(i,"hidden",T[2]),(!d||y[0]&9)&&V(i,"slider-vertical",T[3]),(!d||y[0]&1025)&&V(i,"no-handle",T[10]),(!d||y[0]&129)&&V(i,"square",T[7])},i(T){d||(m(k),m(o),d=!0)},o(T){g(k),g(o),d=!1},d(T){T&&(P(e),P(i)),k&&k.d(T),S[n].d(),t[42](null),h=!1,nt(v)}}}function _2(t,e,i){let n,o,{className:s=""}=e,{testId:l=void 0}=e,{isHidden:r=!1}=e,{isVertical:a=!1}=e,{isActiveLive:c=!1}=e,{isMobile:f=!1}=e,{isAds:d=!1}=e,{squareBorders:h=!1}=e,{videoEpisodes:v=[]}=e,{withWheelHandler:k=!1}=e,{isInteractive:_=!1}=e,{disabled:S=!1}=e,{hideHandel:C=!1}=e,T,y,{onPointerDown:L=ie.noop}=e,{onHandleMove:le=ie.noop}=e,{onPointerUp:Y=ie.noop}=e,{onPointerEnter:N=ie.noop}=e,{onPointerMove:ee=ie.noop}=e,{onPointerLeave:Q=ie.noop}=e,{onWheelUp:w=ie.noop}=e,{onWheelDown:$=ie.noop}=e,{onWheelLeft:X=ie.noop}=e,{onWheelRight:O=ie.noop}=e,{loadedProgress:W=0}=e,{filledProgress:B=0}=e,{handleProgress:J=0}=e,{ariaLabel:E=""}=e,{ariaValueMin:z=void 0}=e,{ariaValueMax:Te=void 0}=e,{ariaValueNow:ze=void 0}=e,{ariaValueText:Ve=""}=e;const Le=an();let Pe=!1,pe;function Z(G){if(Pe)return;i(20,Pe=!0),y=T.getBoundingClientRect();const Ce=ye(G.clientX,G.clientY);L(Ce),T.setPointerCapture(G.pointerId)}function me(G){const Ce=ye(G.clientX,G.clientY),re=Me(G.clientX);ee(Ce,re,y.width),Pe&&le(Ce)}function Ae(G){if(!Pe)return;i(20,Pe=!1);const Ce=ye(G.clientX,G.clientY);Y(Ce)}function Ue(G){y=T.getBoundingClientRect();const Ce=ye(G.clientX,G.clientY),re=Me(G.clientX);N(Ce,re,y.width)}function Ge(){Q()}function ae(G){k&&(G.preventDefault(),G.deltaY<0?w():G.deltaY>0?$():G.deltaX>0?O():X())}function ye(G,Ce){return a?Math.max(0,Math.min(1,(y.height-(Ce-y.top))/y.height)):Math.min(Math.max(G-y.x,0),y.width)/y.width}function Me(G){return Math.min(Math.max(G-y.x,0),y.width)}function je(G,Ce){const re=Le.features.episodesClustering&&!_?Le.episodeMinWidthPc:0,ke=[];let He=0,et=0,lt=0;for(let st=1;st<v.length;st++)et=v[st].time/pe*100,et-He>re&&(ke.push({from:He,width:Math.max(0,et-He),loadedWidth:Math.max(0,Math.min(et,G)-He),filledWidth:Math.max(0,Math.min(et,Ce)-He),interactive:v[st-1].interactive,completed:v[st-1].completed}),He=v[st].time/pe*100,lt++);const Ne={from:He,width:Math.max(0,100-He),loadedWidth:Math.max(0,Math.min(G,100)-He),filledWidth:Math.max(0,Math.min(Ce,100)-He),interactive:v[lt].interactive,completed:v[lt].completed};100-He<re?(lt-=1,ke[lt].width+=100-He,ke[lt].loadedWidth+=Math.max(0,Math.min(G,100)-He),ke[lt].filledWidth+=Math.max(0,Math.min(Ce,100)-He)):ke[lt]=Ne;const ue=v[0].time;if(ue!==0){const st=ue/pe*100;ke.unshift({from:0,width:st,loadedWidth:Math.min(st,G),filledWidth:Math.min(st,Ce)})}return ke}function ne(G){ve[G?"unshift":"push"](()=>{T=G,i(19,T)})}return t.$$set=G=>{"className"in G&&i(0,s=G.className),"testId"in G&&i(1,l=G.testId),"isHidden"in G&&i(2,r=G.isHidden),"isVertical"in G&&i(3,a=G.isVertical),"isActiveLive"in G&&i(4,c=G.isActiveLive),"isMobile"in G&&i(5,f=G.isMobile),"isAds"in G&&i(6,d=G.isAds),"squareBorders"in G&&i(7,h=G.squareBorders),"videoEpisodes"in G&&i(28,v=G.videoEpisodes),"withWheelHandler"in G&&i(29,k=G.withWheelHandler),"isInteractive"in G&&i(8,_=G.isInteractive),"disabled"in G&&i(9,S=G.disabled),"hideHandel"in G&&i(10,C=G.hideHandel),"onPointerDown"in G&&i(30,L=G.onPointerDown),"onHandleMove"in G&&i(31,le=G.onHandleMove),"onPointerUp"in G&&i(32,Y=G.onPointerUp),"onPointerEnter"in G&&i(33,N=G.onPointerEnter),"onPointerMove"in G&&i(34,ee=G.onPointerMove),"onPointerLeave"in G&&i(35,Q=G.onPointerLeave),"onWheelUp"in G&&i(36,w=G.onWheelUp),"onWheelDown"in G&&i(37,$=G.onWheelDown),"onWheelLeft"in G&&i(38,X=G.onWheelLeft),"onWheelRight"in G&&i(39,O=G.onWheelRight),"loadedProgress"in G&&i(11,W=G.loadedProgress),"filledProgress"in G&&i(12,B=G.filledProgress),"handleProgress"in G&&i(13,J=G.handleProgress),"ariaLabel"in G&&i(14,E=G.ariaLabel),"ariaValueMin"in G&&i(15,z=G.ariaValueMin),"ariaValueMax"in G&&i(16,Te=G.ariaValueMax),"ariaValueNow"in G&&i(17,ze=G.ariaValueNow),"ariaValueText"in G&&i(18,Ve=G.ariaValueText)},t.$$.update=()=>{t.$$.dirty[0]&65536&&i(40,pe=Te??0),t.$$.dirty[0]&268435456|t.$$.dirty[1]&512&&i(41,n=v[v.length-1]?.time<pe),t.$$.dirty[0]&268441600|t.$$.dirty[1]&1536&&i(21,o=v.length&&n&&pe?je(W*100,B*100):[])},[s,l,r,a,c,f,d,h,_,S,C,W,B,J,E,z,Te,ze,Ve,T,Pe,o,Z,me,Ae,Ue,Ge,ae,v,k,L,le,Y,N,ee,Q,w,$,X,O,pe,n,ne]}class El extends _e{constructor(e){super(),ge(this,e,_2,g2,be,{className:0,testId:1,isHidden:2,isVertical:3,isActiveLive:4,isMobile:5,isAds:6,squareBorders:7,videoEpisodes:28,withWheelHandler:29,isInteractive:8,disabled:9,hideHandel:10,onPointerDown:30,onHandleMove:31,onPointerUp:32,onPointerEnter:33,onPointerMove:34,onPointerLeave:35,onWheelUp:36,onWheelDown:37,onWheelLeft:38,onWheelRight:39,loadedProgress:11,filledProgress:12,handleProgress:13,ariaLabel:14,ariaValueMin:15,ariaValueMax:16,ariaValueNow:17,ariaValueText:18},p2,[-1,-1])}}const gn=(t,e)=>go[t]>=go[e],v2=(t,e)=>go[t]<go[e],$1=(t,e)=>go[t]<=go[e],k2=t=>t>mo.L?exports.GridTypes.XL:t>mo.M?exports.GridTypes.L:t>mo.S?exports.GridTypes.M:t>mo.XS?exports.GridTypes.S:exports.GridTypes.XS;function w2(t){Ke(t,"v-1l78lz9",".volumeBar-container.v-1l78lz9{display:flex;align-items:center}.volumeBar-container.vertical.v-1l78lz9,.vertical.v-1l78lz9 .tooltip-wrapper,.vertical.v-1l78lz9 .btn{width:40px}.volumeBar.v-1l78lz9{display:flex;align-items:center;margin:0 8px;position:relative;width:70px}.volumeBar-slider-vertical{width:50px !important}.volumeBar-vertical.v-1l78lz9{padding:0 8px 0 0;width:0}")}function y2(t){let e,i;return e=new Jo({props:{volume:t[3],muted:t[1]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&8&&(s.volume=n[3]),o[0]&2&&(s.muted=n[1]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function C2(t){let e,i;return e=new pi({props:{className:"btn-full-opacity",disabled:t[9],testId:t[2]?"btn-volume-vertical":"btn-volume-horizontal",ariaLabel:t[7],click:t[0],ariaKeyShortCut:Lo[Se.KeyM],$$slots:{default:[y2]},$$scope:{ctx:t}}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&512&&(s.disabled=n[9]),o[0]&4&&(s.testId=n[2]?"btn-volume-vertical":"btn-volume-horizontal"),o[0]&128&&(s.ariaLabel=n[7]),o[0]&1&&(s.click=n[0]),o[0]&10|o[1]&32&&(s.$$scope={dirty:o,ctx:n}),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function rr(t){let e,i,n;return i=new El({props:{className:t[2]?"volumeBar-slider-vertical":"",isHidden:t[2]&&!t[5],isVertical:t[2],withWheelHandler:!0,onWheelUp:t[15],onWheelDown:t[16],onPointerDown:t[14],onHandleMove:t[17],onPointerUp:t[18],onPointerEnter:t[2]?t[19]:ie.noop,onPointerLeave:t[2]?t[20]:ie.noop,ariaLabel:"\u041F\u043E\u043B\u0437\u0443\u043D\u043E\u043A \u0433\u0440\u043E\u043C\u043A\u043E\u0441\u0442\u0438",ariaValueMin:0,ariaValueMax:100,ariaValueNow:Math.round(t[8]*100),ariaValueText:`${Math.round(t[8]*100)}%`,filledProgress:t[8],handleProgress:t[8],testId:t[2]?"volume-slider-vertical":"volume-slider"}}),{c(){e=I("div"),U(i.$$.fragment),u(e,"class","volumeBar v-1l78lz9"),V(e,"volumeBar-vertical",t[2])},m(o,s){A(o,e,s),H(i,e,null),n=!0},p(o,s){const l={};s[0]&4&&(l.className=o[2]?"volumeBar-slider-vertical":""),s[0]&36&&(l.isHidden=o[2]&&!o[5]),s[0]&4&&(l.isVertical=o[2]),s[0]&4&&(l.onPointerEnter=o[2]?o[19]:ie.noop),s[0]&4&&(l.onPointerLeave=o[2]?o[20]:ie.noop),s[0]&256&&(l.ariaValueNow=Math.round(o[8]*100)),s[0]&256&&(l.ariaValueText=`${Math.round(o[8]*100)}%`),s[0]&256&&(l.filledProgress=o[8]),s[0]&256&&(l.handleProgress=o[8]),s[0]&4&&(l.testId=o[2]?"volume-slider-vertical":"volume-slider"),i.$set(l),(!n||s[0]&4)&&V(e,"volumeBar-vertical",o[2])},i(o){n||(m(i.$$.fragment,o),n=!0)},o(o){g(i.$$.fragment,o),n=!1},d(o){o&&P(e),F(i)}}}function T2(t){let e,i,n,o,s,l;i=new J1({props:{content:t[6],translateY:-18,$$slots:{default:[C2]},$$scope:{ctx:t}}});let r=t[4]&&rr(t);return{c(){e=I("div"),U(i.$$.fragment),n=D(),r&&r.c(),u(e,"class","volumeBar-container v-1l78lz9"),V(e,"vertical",t[2])},m(a,c){A(a,e,c),H(i,e,null),p(e,n),r&&r.m(e,null),o=!0,s||(l=[he(e,"mouseenter",function(){_n(t[2]?t[21]:ie.noop)&&(t[2]?t[21]:ie.noop).apply(this,arguments)}),he(e,"mouseleave",function(){_n(t[2]?t[22]:ie.noop)&&(t[2]?t[22]:ie.noop).apply(this,arguments)}),he(e,"wheel",Jt(t[23]))],s=!0)},p(a,c){t=a;const f={};c[0]&64&&(f.content=t[6]),c[0]&655|c[1]&32&&(f.$$scope={dirty:c,ctx:t}),i.$set(f),t[4]?r?(r.p(t,c),c[0]&16&&m(r,1)):(r=rr(t),r.c(),m(r,1),r.m(e,null)):r&&(fe(),g(r,1,1,()=>{r=null}),de()),(!o||c[0]&4)&&V(e,"vertical",t[2])},i(a){o||(m(i.$$.fragment,a),m(r),o=!0)},o(a){g(i.$$.fragment,a),g(r),o=!1},d(a){a&&P(e),F(i),r&&r.d(),s=!1,nt(l)}}}function S2(t,e,i){let n,o,s,l,{click:r}=e;const a=ht(),c=an(),f=a.state.volume$;R(t,f,Pe=>i(3,n=Pe));const d=a.state.muted$;R(t,d,Pe=>i(25,l=Pe));const h=a.actions.internal.setVolume,v=a.ui.currentGridType$;R(t,v,Pe=>i(24,s=Pe));const k=a.callbacks?.onAudioDoesNotExistHint,_=a.callbacks?.onAudioDisabledHint,S=a.state.isAudioAvailable$;R(t,S,Pe=>i(4,o=Pe));const C=a.state.isAudioDisabled;let T=!1,y,L,le,Y,N,ee,Q=1,w=!1,$=!1;function X(Pe){Q=n,h(Pe)}function O(){q1(a,n,c.controls.volumeStepWheel)}function W(){Z1(a,n,c.controls.volumeStepWheel)}function B(Pe){h(Pe)}function J(Pe){const pe=Pe;h(pe,pe===0?Q:pe)}function E(){w=!0}function z(){w=!1,Ve()}function Te(){clearTimeout(y),i(5,T=!0)}function ze(){Ve()}function Ve(){y=window.setTimeout(()=>{w||i(5,T=!1)},c.controls.volumeBarTimeout)}function Le(Pe){Pe.deltaY<0?O():Pe.deltaY>0&&W()}return t.$$set=Pe=>{"click"in Pe&&i(0,r=Pe.click)},t.$$.update=()=>{t.$$.dirty[0]&33554448&&i(1,Y=!o||l),t.$$.dirty[0]&16777216&&i(2,N=$1(s,exports.GridTypes.S)),t.$$.dirty[0]&6&&(N?i(6,L=""):i(6,L=K(Y?"tooltip_volume":"tooltip_volume_muted")),i(7,le=K(Y?"tooltip_volume":"tooltip_volume_muted"))),t.$$.dirty[0]&10&&i(8,ee=Y?0:n),t.$$.dirty[0]&16&&i(9,$=C&&!_||!o&&!k)},[r,Y,N,n,o,T,L,le,ee,$,f,d,v,S,X,O,W,B,J,E,z,Te,ze,Le,s,l]}class P2 extends _e{constructor(e){super(),ge(this,e,S2,T2,be,{click:0},w2,[-1,-1])}}function A2(t){let e;return{c(){e=M("path"),u(e,"class","_enter"),u(e,"d","M10.5 19c0 .5522847-.4477153 1-1 1H5c-.55228475 0-1-.4477153-1-1v-4.5c0-.5522847.44771525-1 1-1s1 .4477153 1 1v2.0715l3.36290054-3.3643932.00012963-.0001296c.39052429-.3905243 1.02368923-.3905243 1.41421353 0l.0157791.0157791.0001297.0001296c.3904527.3905959.3903366 1.0237609-.0002593 1.4142136L7.4285 18H9.5c.5522847 0 1 .4477153 1 1zM18 7.4285l-3.3629005 3.3643932c-.0000432.0000432-.0000865.0000864-.0001297.0001296-.3905243.3905243-1.0236892.3905243-1.4142135 0l-.0157791-.0157791c-.0000433-.0000432-.0000865-.0000864-.0001297-.0001296-.3904527-.3905959-.3903366-1.02376087.0002593-1.41421356L16.5715 6H14.5c-.5522847 0-1-.44771525-1-1s.4477153-1 1-1H19c.5522847 0 1 .44771525 1 1v4.5c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1z")},m(i,n){A(i,e,n)},d(i){i&&P(e)}}}function I2(t){let e;return{c(){e=M("path"),u(e,"class","_exit"),u(e,"d","M4.57969048 13.9787492c0-.5464165.44295809-.9893746.9893746-.9893746h4.45218572c.5464165 0 .9893746.4429581.9893746.9893746v4.4521857c0 .5464165-.4429581.9893746-.9893746.9893746-.54641651 0-.98937461-.4429581-.98937461-.9893746v-2.0494895l-3.3196551 3.3211319-.00012963.0001297c-.39052429.3905243-1.02368927.3905243-1.41421356 0l-.00058487-.0005849-.00012964-.0001297c-.39045268-.3905958-.3903366-1.0237608.00025929-1.4142135l3.32113189-3.3196551H5.56906508c-.54641651 0-.9893746-.4429581-.9893746-.9893746zM14.9681238 7.61855457l3.3196551-3.32113189.0001296-.00012966c.3905243-.39052429 1.0236893-.39052429 1.4142136 0l.0005849.00058488.0001296.00012965c.3904527.39059589.3903366 1.02376086-.0002593 1.41421354l-3.3211319 3.3196551h2.0494895c.5464165 0 .9893746.4429581.9893746.98937461 0 .5464165-.4429581.9893746-.9893746.9893746h-4.4415603c-.5522847 0-1-.4477153-1-1V5.56906508c0-.54641651.4429581-.9893746.9893746-.9893746s.9893746.44295809.9893746.9893746z")},m(i,n){A(i,e,n)},d(i){i&&P(e)}}}function E2(t){let e,i,n;function o(r,a){return r[0]?I2:A2}let s=o(t),l=s(t);return{c(){e=M("svg"),i=M("g"),l.c(),u(i,"fill","#fff"),u(i,"fill-rule","evenodd"),u(e,"width","24"),u(e,"height","24"),u(e,"viewBox","0 0 24 24"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid",n=t[0]?"close-fullscreen-icon":"open-fullscreen-icon")},m(r,a){A(r,e,a),p(e,i),l.m(i,null)},p(r,[a]){s!==(s=o(r))&&(l.d(1),l=s(r),l&&(l.c(),l.m(i,null))),a&1&&n!==(n=r[0]?"close-fullscreen-icon":"open-fullscreen-icon")&&u(e,"data-testid",n)},i:q,o:q,d(r){r&&P(e),l.d()}}}function V2(t,e,i){let{isFullscreen:n=!1}=e;return t.$$set=o=>{"isFullscreen"in o&&i(0,n=o.isFullscreen)},[n]}class L2 extends _e{constructor(e){super(),ge(this,e,V2,E2,be,{isFullscreen:0})}}function M2(t){let e,i;return e=new L2({props:{isFullscreen:t[0]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o&1&&(s.isFullscreen=n[0]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function B2(t){let e,i;return e=new pi({props:{testId:"btn-fullscreen",ariaLabel:t[2],click:t[1],ariaKeyShortCut:Lo[Se.KeyF],$$slots:{default:[M2]},$$scope:{ctx:t}}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,[o]){const s={};o&4&&(s.ariaLabel=n[2]),o&2&&(s.click=n[1]),o&9&&(s.$$scope={dirty:o,ctx:n}),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function N2(t,e,i){let{isFullscreen:n=!1}=e,{click:o=ie.noop}=e,s;return t.$$set=l=>{"isFullscreen"in l&&i(0,n=l.isFullscreen),"click"in l&&i(1,o=l.click)},t.$$.update=()=>{t.$$.dirty&1&&i(2,s=K(n?"tooltip_fullscreen_on":"tooltip_fullscreen_off"))},[n,o,s]}class eu extends _e{constructor(e){super(),ge(this,e,N2,B2,be,{isFullscreen:0,click:1})}}function R2(t){let e,i;return{c(){e=M("svg"),i=M("path"),u(i,"d","M17.671 10.923c.82.483.82 1.67 0 2.154l-8.787 5.175A1.25 1.25 0 0 1 7 17.174V6.826a1.25 1.25 0 0 1 1.884-1.078l8.787 5.175z"),u(i,"fill","#fff"),u(e,"width","24"),u(e,"height","24"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","play-icon")},m(n,o){A(n,e,o),p(e,i)},p:q,i:q,o:q,d(n){n&&P(e)}}}class Vl extends _e{constructor(e){super(),ge(this,e,null,R2,be,{})}}function D2(t){let e,i;return{c(){e=M("svg"),i=M("path"),u(i,"d","M8.712 5c.448 0 .61.047.774.134a.913.913 0 0 1 .38.38c.087.164.134.326.134.774v11.424c0 .448-.047.61-.134.774a.914.914 0 0 1-.38.38c-.164.087-.326.134-.774.134H6.788c-.448 0-.61-.047-.774-.134a.914.914 0 0 1-.38-.38c-.087-.164-.134-.326-.134-.774V6.288c0-.448.047-.61.134-.774a.913.913 0 0 1 .38-.38C6.178 5.047 6.34 5 6.788 5h1.924zm8 0c.448 0 .61.047.774.134a.914.914 0 0 1 .38.38c.087.164.134.326.134.774v11.424c0 .448-.047.61-.134.774a.914.914 0 0 1-.38.38c-.164.087-.326.134-.774.134h-1.924c-.448 0-.61-.047-.774-.134a.914.914 0 0 1-.38-.38c-.087-.164-.134-.326-.134-.774V6.288c0-.448.047-.61.134-.774a.914.914 0 0 1 .38-.38c.164-.087.326-.134.774-.134h1.924z"),u(i,"fill","#fff"),u(e,"width","24"),u(e,"height","24"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","pause-icon")},m(n,o){A(n,e,o),p(e,i)},p:q,i:q,o:q,d(n){n&&P(e)}}}class tu extends _e{constructor(e){super(),ge(this,e,null,D2,be,{})}}function O2(t){Ke(t,"v-1ot3duq",".mobile.v-1ot3duq{position:relative;display:flex;align-items:center;justify-content:center}.mobile.v-1ot3duq svg{transform:scale(2)}.icon-background-mobile.v-1ot3duq{position:absolute;top:16px;left:16px;border-radius:var(--big-play-radius);background-color:var(--big-play-bg-color);width:calc(100% - 32px);height:calc(100% - 32px)}")}function ar(t){let e;return{c(){e=I("div"),u(e,"class","icon-background-mobile v-1ot3duq")},m(i,n){A(i,e,n)},d(i){i&&P(e)}}}function z2(t){let e,i,n,o,s=t[1]&&ar();var l=t[8];function r(a){return{}}return l&&(n=Pn(l,r())),{c(){s&&s.c(),e=D(),i=I("div"),n&&U(n.$$.fragment),u(i,"class","v-1ot3duq"),V(i,"mobile",t[1])},m(a,c){s&&s.m(a,c),A(a,e,c),A(a,i,c),n&&H(n,i,null),o=!0},p(a,c){if(a[1]?s||(s=ar(),s.c(),s.m(e.parentNode,e)):s&&(s.d(1),s=null),c&256&&l!==(l=a[8])){if(n){fe();const f=n;g(f.$$.fragment,1,0,()=>{F(f,1)}),de()}l?(n=Pn(l,r()),U(n.$$.fragment),m(n.$$.fragment,1),H(n,i,null)):n=null}(!o||c&2)&&V(i,"mobile",a[1])},i(a){o||(n&&m(n.$$.fragment,a),o=!0)},o(a){n&&g(n.$$.fragment,a),o=!1},d(a){a&&(P(e),P(i)),s&&s.d(a),n&&F(n)}}}function H2(t){let e,i,n;function o(l){t[13](l)}let s={className:(t[1]?"btn-m--play":"")+" "+t[3],testId:"btn-play",click:t[5]?t[6]:t[4],disabled:t[2],ariaLabel:t[7],ariaKeyShortCut:Lo[Se.KeyK],$$slots:{default:[z2]},$$scope:{ctx:t}};return t[0]!==void 0&&(s.ref=t[0]),e=new pi({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,[r]){const a={};r&10&&(a.className=(l[1]?"btn-m--play":"")+" "+l[3]),r&112&&(a.click=l[5]?l[6]:l[4]),r&4&&(a.disabled=l[2]),r&128&&(a.ariaLabel=l[7]),r&33026&&(a.$$scope={dirty:r,ctx:l}),!i&&r&1&&(i=!0,a.ref=l[0],qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function F2(t,e,i){let n,o;const{fakeIsPlaying$:s}=vo();R(t,s,T=>i(12,o=T));let{ref:l=void 0}=e,{isMobile:r=!1}=e,{isPlaying:a=!1}=e,{disabled:c=!1}=e,{className:f=""}=e,{click:d=ie.noop}=e;const{toggle:h}=s;let v,k,_,S;function C(T){l=T,i(0,l)}return t.$$set=T=>{"ref"in T&&i(0,l=T.ref),"isMobile"in T&&i(1,r=T.isMobile),"isPlaying"in T&&i(10,a=T.isPlaying),"disabled"in T&&i(2,c=T.disabled),"className"in T&&i(3,f=T.className),"click"in T&&i(4,d=T.click)},t.$$.update=()=>{t.$$.dirty&4096&&i(5,k=o!==null),t.$$.dirty&5152&&i(11,_=k?o:a),t.$$.dirty&2048&&i(7,S=K(_?"tooltip_pause":"tooltip_play")),t.$$.dirty&2048&&i(8,n=_?tu:Vl)},i(6,v=h),[l,r,c,f,d,k,v,S,n,s,a,_,o,C]}class Ll extends _e{constructor(e){super(),ge(this,e,F2,H2,be,{ref:0,isMobile:1,isPlaying:10,disabled:2,className:3,click:4},O2)}}function U2(t){Ke(t,"v-mb3pjo",".prev.v-mb3pjo{transform:scaleX(-1)}.mobile.v-mb3pjo{transform:scale(1.3333)}.mobile.prev.v-mb3pjo{transform:scaleX(-1) scale(1.3333)}")}function q2(t){let e,i,n;return{c(){e=M("svg"),i=M("path"),u(i,"d","M16 10.835V7.5a1 1 0 1 1 2 0v9a1 1 0 0 1-2 0v-3.335l-8.149 4.67C7.03 18.304 6 17.715 6 16.772V7.227c0-.943 1.029-1.533 1.851-1.061L16 10.834z"),u(i,"fill","#fff"),u(e,"data-testid",n=t[0]?"prev-icon":"next-icon"),u(e,"width","26"),u(e,"height","24"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"class","v-mb3pjo"),V(e,"prev",t[0]),V(e,"mobile",t[1])},m(o,s){A(o,e,s),p(e,i)},p(o,[s]){s&1&&n!==(n=o[0]?"prev-icon":"next-icon")&&u(e,"data-testid",n),s&1&&V(e,"prev",o[0]),s&2&&V(e,"mobile",o[1])},i:q,o:q,d(o){o&&P(e)}}}function Z2(t,e,i){let{isPrev:n=!1}=e,{isMobile:o=!1}=e;return t.$$set=s=>{"isPrev"in s&&i(0,n=s.isPrev),"isMobile"in s&&i(1,o=s.isMobile)},[n,o]}class W2 extends _e{constructor(e){super(),ge(this,e,Z2,q2,be,{isPrev:0,isMobile:1},U2)}}function j2(t){let e,i;return e=new W2({props:{isMobile:t[1],isPrev:t[3]==="prev"}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o&2&&(s.isMobile=n[1]),o&8&&(s.isPrev=n[3]==="prev"),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function K2(t){let e,i,n;function o(l){t[6](l)}let s={testId:"btn-"+t[3],disabled:t[2],ariaLabel:t[5],click:t[4],$$slots:{default:[j2]},$$scope:{ctx:t}};return t[0]!==void 0&&(s.ref=t[0]),e=new pi({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,[r]){const a={};r&8&&(a.testId="btn-"+l[3]),r&4&&(a.disabled=l[2]),r&32&&(a.ariaLabel=l[5]),r&16&&(a.click=l[4]),r&138&&(a.$$scope={dirty:r,ctx:l}),!i&&r&1&&(i=!0,a.ref=l[0],qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function G2(t,e,i){let{ref:n=void 0}=e,{isMobile:o=!1}=e,{disabled:s=!1}=e,{type:l}=e,{click:r}=e,a;function c(f){n=f,i(0,n)}return t.$$set=f=>{"ref"in f&&i(0,n=f.ref),"isMobile"in f&&i(1,o=f.isMobile),"disabled"in f&&i(2,s=f.disabled),"type"in f&&i(3,l=f.type),"click"in f&&i(4,r=f.click)},t.$$.update=()=>{t.$$.dirty&8&&i(5,a=K(l==="prev"?"tooltip_previous":"tooltip_next"))},[n,o,s,l,r,a,c]}class xo extends _e{constructor(e){super(),ge(this,e,G2,K2,be,{ref:0,isMobile:1,disabled:2,type:3,click:4})}}function Y2(t){let e,i;return{c(){e=M("svg"),i=M("path"),u(i,"fill-rule","evenodd"),u(i,"clip-rule","evenodd"),u(i,"d","M4.265 4.265C3 5.531 3 7.567 3 11.64v.72c0 4.073 0 6.11 1.265 7.375C5.531 21 7.567 21 11.64 21h.72c4.073 0 6.11 0 7.375-1.265C21 18.469 21 16.433 21 12.36v-.72c0-4.073 0-6.11-1.265-7.375C18.469 3 16.433 3 12.36 3h-.72C7.567 3 5.53 3 4.265 4.265zM6 8.5c.096 4.682 2.556 7.5 6.61 7.5h.235v-2.679c1.476.15 2.577 1.254 3.026 2.679H18c-.578-2.132-2.075-3.31-3.005-3.76.93-.558 2.246-1.908 2.556-3.74h-1.937c-.406 1.49-1.615 2.84-2.77 2.968V8.5h-1.968v5.197c-1.197-.3-2.759-1.757-2.823-5.197H6z"),u(i,"fill","#fff"),u(e,"width","24"),u(e,"height","24"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","vk-logo-icon")},m(n,o){A(n,e,o),p(e,i)},p:q,i:q,o:q,d(n){n&&P(e)}}}class Q2 extends _e{constructor(e){super(),ge(this,e,null,Y2,be,{})}}function X2(t){Ke(t,"v-1bbobod",".mobile.v-1bbobod{transform:scale(1.1) translateY(-1px)}")}function ur(t){let e,i,n,o,s,l,r;return{c(){e=M("path"),i=M("path"),n=M("path"),o=M("path"),s=M("path"),l=M("path"),r=M("path"),u(e,"d","M30.7286 15.0483H33.2239L36.8885 5H35.0776L32.1402 13.2809H31.8551L29.0175 5H27.1781L30.7286 15.0483Z"),u(e,"fill","white"),u(i,"d","M46.2591 15.0483L41.6392 9.84599L45.9026 5H43.7923L40.2276 9.09059H39.814V5H38.103V15.0483H39.814V10.7439H40.2418L44.0062 15.0483H46.2591Z"),u(i,"fill","white"),u(n,"d","M56.0753 9.88875C56.9594 9.54668 57.5155 8.76277 57.5155 7.73656C57.5155 6.14023 56.1894 5 54.2502 5H50.329V15.0483H54.5354C56.4888 15.0483 57.8149 13.9081 57.8149 12.2405C57.8149 11.0717 57.159 10.2023 56.0753 9.88875ZM52.04 6.49656H54.2502C55.1628 6.49656 55.7902 7.05242 55.7902 7.87909C55.7902 8.69151 55.1628 9.24737 54.2502 9.24737H52.04V6.49656ZM54.5354 13.5518H52.04V10.7439H54.5354C55.4337 10.7439 56.0611 11.314 56.0611 12.1407C56.0611 12.9816 55.4337 13.5518 54.5354 13.5518Z"),u(n,"fill","white"),u(o,"d","M59.3767 15.0483H61.701L64.4672 9.54668H64.6954V15.0483H66.2638V7.63679H63.9396L61.1734 13.1384H60.9452V7.63679H59.3767V15.0483Z"),u(o,"fill","white"),u(s,"d","M67.3373 17.2575H68.9771V15.0483H74.3099V17.2575H75.9497V13.5518H74.6664V7.63679H69.2337L68.863 11.4281C68.7347 12.7678 68.3354 13.5518 67.5227 13.5518H67.3373V17.2575ZM69.8326 13.5518C70.2319 13.1669 70.403 12.5113 70.517 11.3996L70.7452 9.13335H73.0266V13.5518H69.8326Z"),u(s,"fill","white"),u(l,"d","M84.222 11.257C84.222 9.11909 82.625 7.49426 80.372 7.49426C78.1191 7.49426 76.5221 9.10484 76.5221 11.3425C76.5221 13.5803 78.1191 15.1908 80.372 15.1908C81.912 15.1908 83.3664 14.4639 83.9225 13.0529L82.3826 12.7963C82.0261 13.3237 81.3416 13.6943 80.4718 13.6943C79.217 13.6943 78.39 12.9246 78.2332 11.7844H84.1934C84.2077 11.6276 84.222 11.4566 84.222 11.257ZM80.372 8.91955C81.3987 8.91955 82.1687 9.57519 82.4396 10.5016H78.333C78.6039 9.54668 79.3739 8.91955 80.372 8.91955Z"),u(l,"fill","white"),u(r,"d","M89.0359 15.1908C91.3602 15.1908 92.9999 13.5945 92.9999 11.3425C92.9999 9.09059 91.3602 7.49426 89.0359 7.49426C86.7117 7.49426 85.0719 9.09059 85.0719 11.3425C85.0719 13.5945 86.7117 15.1908 89.0359 15.1908ZM89.0359 13.6943C87.6956 13.6943 86.783 12.7393 86.783 11.3425C86.783 9.94576 87.6956 8.99082 89.0359 8.99082C90.3763 8.99082 91.2889 9.94576 91.2889 11.3425C91.2889 12.7393 90.3763 13.6943 89.0359 13.6943Z"),u(r,"fill","white")},m(a,c){A(a,e,c),A(a,i,c),A(a,n,c),A(a,o,c),A(a,s,c),A(a,l,c),A(a,r,c)},d(a){a&&(P(e),P(i),P(n),P(o),P(s),P(l),P(r))}}}function J2(t){let e,i,n,o=!t[0]&&ur();return{c(){e=M("svg"),i=M("path"),o&&o.c(),u(i,"d","M19.0283 1.47947C17.5482 1.47862e-05 15.3189 -2.59106e-06 10.8969 -1.8179e-06L10.1111 -1.68051e-06C5.68913 -9.0734e-07 3.47814 1.72463e-05 1.97977 1.47947C0.499685 2.95892 0.499757 5.18723 0.499758 9.60732L0.499758 10.3927C0.499758 14.8128 0.499687 17.0228 1.97978 18.5205C3.45987 20 5.68914 20 10.1111 20L10.8969 20C15.3189 20 17.5299 20 19.0283 18.5205C20.5084 17.0411 20.5084 14.8128 20.5084 10.3927L20.5084 9.60732C20.5084 5.16896 20.5084 2.95892 19.0283 1.47947ZM8.06464 14.8128C6.69419 15.3242 5.21408 14.4658 4.93999 13.0046C4.73899 12.0183 4.64761 10.9954 4.64761 9.93605C4.64761 8.91322 4.73899 7.90867 4.93999 6.94064C5.21408 5.47945 6.69419 4.62102 8.06464 5.13244C9.91018 5.80823 11.5913 6.84928 13.0166 8.18261C14.0581 9.15064 14.0581 10.8128 13.0166 11.7808C11.573 13.0959 9.89191 14.137 8.06464 14.8128ZM19.9602 10.3744C19.9602 14.6484 19.9601 16.7854 18.6262 18.1005C17.5116 19.2146 15.8305 19.3972 12.7973 19.4155C13.9302 19.2328 14.7342 18.9041 15.3554 18.2648C16.6893 16.9132 16.6893 14.7397 16.6893 10.3744L16.6893 9.57075C16.6893 5.20546 16.6893 3.032 15.3554 1.6804C14.7342 1.04113 13.9302 0.712308 12.7973 0.52966C15.8305 0.566189 17.5116 0.748873 18.6079 1.84476C19.9418 3.1781 19.9419 5.31505 19.9419 9.57075L19.9419 10.3744L19.9602 10.3744ZM11.6826 9.68036C11.8653 9.84474 11.8653 10.137 11.6826 10.3013C10.4401 11.4338 8.99653 12.3105 7.40681 12.895C7.16926 12.9863 6.91344 12.8402 6.85863 12.5845C6.69417 11.7443 6.60283 10.8676 6.60283 9.97262C6.60282 9.09591 6.69417 8.23744 6.85862 7.39726C6.91344 7.14155 7.16926 6.9954 7.40681 7.08672C8.97826 7.67119 10.4401 8.54794 11.6826 9.68036Z"),u(i,"fill","white"),u(e,"width",t[2]),u(e,"height","20"),u(e,"viewBox",n="0 0 "+(t[2]+1)+" 20"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid",t[3]),u(e,"class","v-1bbobod"),V(e,"mobile",t[1])},m(s,l){A(s,e,l),p(e,i),o&&o.m(e,null)},p(s,[l]){s[0]?o&&(o.d(1),o=null):o||(o=ur(),o.c(),o.m(e,null)),l&4&&u(e,"width",s[2]),l&4&&n!==(n="0 0 "+(s[2]+1)+" 20")&&u(e,"viewBox",n),l&8&&u(e,"data-testid",s[3]),l&2&&V(e,"mobile",s[1])},i:q,o:q,d(s){s&&P(e),o&&o.d()}}}function x2(t,e,i){let{short:n=!1}=e,{isMobile:o=!1}=e,s,l;return t.$$set=r=>{"short"in r&&i(0,n=r.short),"isMobile"in r&&i(1,o=r.isMobile)},t.$$.update=()=>{t.$$.dirty&1&&(i(2,s=n?20:93),i(3,l=n?"vk-video-logo-icon--short":"vk-video-logo-icon"))},[n,o,s,l]}class $2 extends _e{constructor(e){super(),ge(this,e,x2,J2,be,{short:0,isMobile:1},X2)}}function e4(t){let e,i,n,o,s,l,r,a,c,f,d,h,v;return{c(){e=M("svg"),i=M("g"),n=M("path"),o=M("path"),s=M("defs"),l=M("filter"),r=M("feFlood"),a=M("feColorMatrix"),c=M("feOffset"),f=M("feGaussianBlur"),d=M("feColorMatrix"),h=M("feBlend"),v=M("feBlend"),u(n,"fill-rule","evenodd"),u(n,"clip-rule","evenodd"),u(n,"d","M15 16.6C15 14.6398 15 13.6597 15.3815 12.911C15.717 12.2525 16.2525 11.717 16.911 11.3815C17.6597 11 18.6398 11 20.6 11H21.96C24.4242 11 25.6563 11 26.5976 11.4796C27.4255 11.9014 28.0986 12.5745 28.5204 13.4024C29 14.3437 29 15.5758 29 18.04V21.96C29 24.4242 29 25.6563 28.5204 26.5976C28.0986 27.4255 27.4255 28.0986 26.5976 28.5204C25.6563 29 24.4242 29 21.96 29H20.6C18.6398 29 17.6597 29 16.911 28.6185C16.2525 28.283 15.717 27.7475 15.3815 27.089C15 26.3403 15 25.3602 15 23.4V16.6ZM24.2646 18.3443C25.1663 18.8828 25.6171 19.1521 25.7699 19.5007C25.9032 19.805 25.9032 20.1511 25.7699 20.4554C25.6171 20.804 25.1663 21.0733 24.2646 21.6118L21.8788 23.0367C20.9363 23.5997 20.465 23.8812 20.0774 23.8445C19.7393 23.8125 19.4311 23.6376 19.2303 23.3638C19 23.0498 19 22.5008 19 21.403V18.5531C19 17.4552 19 16.9063 19.2303 16.5923C19.4311 16.3185 19.7393 16.1436 20.0774 16.1116C20.465 16.0749 20.9363 16.3564 21.8788 16.9193L24.2646 18.3443ZM13 17.04C13 14.5758 13 13.3437 13.4796 12.4025C13.7214 11.9278 14.0459 11.504 14.4348 11.1493C14.0394 11.2203 13.7058 11.325 13.4024 11.4796C12.5745 11.9015 11.9014 12.5746 11.4796 13.4025C11 14.3437 11 15.5758 11 18.04V21.96C11 24.4243 11 25.6564 11.4796 26.5976C11.9014 27.4255 12.5745 28.0986 13.4024 28.5205C13.7058 28.6751 14.0394 28.7798 14.4348 28.8508C14.0459 28.4961 13.7214 28.0723 13.4796 27.5976C13 26.6564 13 25.4243 13 22.96V17.04Z"),u(n,"fill","white"),u(o,"d","M14.6032 11.334L15.2433 10.7501L14.3906 10.9032C13.9767 10.9775 13.6187 11.0888 13.2889 11.2569C12.414 11.7027 11.7026 12.414 11.2568 13.289C10.9961 13.8007 10.872 14.3806 10.8108 15.1298C10.75 15.8737 10.75 16.8061 10.75 18.0284V18.04V21.96V21.9717C10.75 23.194 10.75 24.1264 10.8108 24.8703C10.872 25.6195 10.9961 26.1994 11.2568 26.7111C11.7026 27.5861 12.414 28.2974 13.2889 28.7432C13.6187 28.9113 13.9767 29.0225 14.3906 29.0969L15.2433 29.25L14.6032 28.6661C14.2365 28.3315 13.9304 27.9318 13.7023 27.4841C13.4835 27.0546 13.3678 26.5478 13.3091 25.8296C13.2502 25.1084 13.25 24.1963 13.25 22.96V17.04C13.25 15.8038 13.2502 14.8917 13.3091 14.1705C13.3678 13.4522 13.4835 12.9455 13.7023 12.516C13.9304 12.0683 14.2365 11.6686 14.6032 11.334ZM15.1587 12.7975C14.947 13.213 14.8475 13.6818 14.7985 14.2808C14.75 14.8747 14.75 15.6181 14.75 16.5884V16.6V23.4V23.4116C14.75 24.3819 14.75 25.1253 14.7985 25.7192C14.8475 26.3182 14.947 26.787 15.1587 27.2025C15.5183 27.9081 16.0919 28.4818 16.7975 28.8413C17.213 29.053 17.6818 29.1525 18.2808 29.2015C18.8747 29.25 19.6181 29.25 20.5884 29.25H20.6H21.96H21.9717C23.1939 29.25 24.1264 29.25 24.8703 29.1892C25.6194 29.128 26.1993 29.0039 26.7111 28.7432C27.586 28.2974 28.2974 27.586 28.7432 26.7111C29.0039 26.1993 29.128 25.6194 29.1892 24.8703C29.25 24.1264 29.25 23.1939 29.25 21.9717V21.96V18.04V18.0283C29.25 16.8061 29.25 15.8736 29.1892 15.1297C29.128 14.3806 29.0039 13.8007 28.7432 13.2889C28.2974 12.414 27.586 11.7026 26.7111 11.2568C26.1993 10.9961 25.6194 10.872 24.8703 10.8108C24.1264 10.75 23.1939 10.75 21.9717 10.75H21.96H20.6H20.5884C19.6181 10.75 18.8747 10.75 18.2808 10.7985C17.6818 10.8475 17.213 10.947 16.7975 11.1587C16.0919 11.5183 15.5183 12.0919 15.1587 12.7975ZM24.1364 18.5589C24.5914 18.8307 24.9178 19.0259 25.1508 19.1958C25.3846 19.3661 25.4915 19.4884 25.5409 19.601C25.6462 19.8413 25.6462 20.1147 25.5409 20.355C25.4915 20.4677 25.3846 20.59 25.1508 20.7603C24.9178 20.9302 24.5914 21.1254 24.1364 21.3972L21.7506 22.8221C21.2751 23.1061 20.9332 23.31 20.662 23.44C20.3893 23.5707 20.2254 23.6074 20.1009 23.5956C19.8339 23.5703 19.5905 23.4322 19.4319 23.2159C19.358 23.1151 19.3054 22.9556 19.2778 22.6545C19.2503 22.3549 19.25 21.9568 19.25 21.403V18.5531C19.25 17.9992 19.2503 17.6012 19.2778 17.3016C19.3054 17.0005 19.358 16.841 19.4319 16.7402C19.5905 16.5239 19.8339 16.3858 20.1009 16.3605C20.2254 16.3487 20.3893 16.3854 20.662 16.5161C20.9332 16.6461 21.2751 16.85 21.7506 17.134L24.1364 18.5589Z"),u(o,"stroke","black"),u(o,"stroke-opacity","0.12"),u(o,"stroke-width","0.5"),u(i,"filter","url(#filter0_d_207_5101)"),u(r,"flood-opacity","0"),u(r,"result","BackgroundImageFix"),u(a,"in","SourceAlpha"),u(a,"type","matrix"),u(a,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"),u(a,"result","hardAlpha"),u(f,"stdDeviation","2.5"),u(d,"type","matrix"),u(d,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"),u(h,"mode","normal"),u(h,"in2","BackgroundImageFix"),u(h,"result","effect1_dropShadow_207_5101"),u(v,"mode","normal"),u(v,"in","SourceGraphic"),u(v,"in2","effect1_dropShadow_207_5101"),u(v,"result","shape"),u(l,"id","filter0_d_207_5101"),u(l,"x","5.5"),u(l,"y","5.35095"),u(l,"width","29"),u(l,"height","29.2982"),u(l,"filterUnits","userSpaceOnUse"),u(l,"color-interpolation-filters","sRGB"),u(e,"width","40"),u(e,"height","40"),u(e,"viewBox","0 0 40 40"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg")},m(k,_){A(k,e,_),p(e,i),p(i,n),p(i,o),p(e,s),p(s,l),p(l,r),p(l,a),p(l,c),p(l,f),p(l,d),p(l,h),p(l,v)},p:q,i:q,o:q,d(k){k&&P(e)}}}class t4 extends _e{constructor(e){super(),ge(this,e,null,e4,be,{})}}function i4(t){let e,i;return e=new Q2({}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p:q,i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function n4(t){let e,i;return e=new $2({props:{short:t[5]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o&32&&(s.short=n[5]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function o4(t){let e,i;return e=new t4({}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p:q,i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function l4(t){let e,i,n,o;const s=[o4,n4,i4],l=[];function r(a,c){return a[7]||a[4]?0:a[2]?1:2}return e=r(t),i=l[e]=s[e](t),{c(){i.c(),n=ct()},m(a,c){l[e].m(a,c),A(a,n,c),o=!0},p(a,c){let f=e;e=r(a),e===f?l[e].p(a,c):(fe(),g(l[f],1,1,()=>{l[f]=null}),de(),i=l[e],i?i.p(a,c):(i=l[e]=s[e](a),i.c()),m(i,1),i.m(n.parentNode,n))},i(a){o||(m(i),o=!0)},o(a){g(i),o=!1},d(a){a&&P(n),l[e].d(a)}}}function s4(t){let e,i,n;function o(l){t[13](l)}let s={className:"btn-full-opacity",disabled:!t[1],click:t[8],testId:t[2]?"btn-vk-video-logo":"btn-vk-logo",ariaLabel:t[3],$$slots:{default:[l4]},$$scope:{ctx:t}};return t[0]!==void 0&&(s.ref=t[0]),e=new pi({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,[r]){const a={};r&2&&(a.disabled=!l[1]),r&4&&(a.testId=l[2]?"btn-vk-video-logo":"btn-vk-logo"),r&8&&(a.ariaLabel=l[3]),r&65588&&(a.$$scope={dirty:r,ctx:l}),!i&&r&1&&(i=!0,a.ref=l[0],qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function r4(t,e,i){let n,o,{ref:s=void 0}=e,{logoClickable:l=!1}=e,{targetUrl:r=""}=e,{click:a}=e;const c=an(),f=ht(),d=f.ui.currentGridType$;R(t,d,y=>i(11,n=y));const h=f.ui.isMobile;R(t,h,y=>i(12,o=y));let v,k,_,S;const C=()=>{a(),f.callbacks?.onLogoClicked?.(),r&&window.open(r,"_blank")};function T(y){s=y,i(0,s)}return t.$$set=y=>{"ref"in y&&i(0,s=y.ref),"logoClickable"in y&&i(1,l=y.logoClickable),"targetUrl"in y&&i(9,r=y.targetUrl),"click"in y&&i(10,a=y.click)},t.$$.update=()=>{t.$$.dirty&6148&&i(5,S=(o||$1(n,exports.GridTypes.L))&&k)},i(3,v=c.logoType===$n.VK_VIDEO?K("tooltip_vk_video_logo"):K("tooltip_vk_logo")),i(2,k=c.logoType===$n.VK_VIDEO),i(4,_=c.logoType===$n.VK_VIDEO_MOBILE),[s,l,k,v,_,S,d,h,C,r,a,n,o,T]}class iu extends _e{constructor(e){super(),ge(this,e,r4,s4,be,{ref:0,logoClickable:1,targetUrl:9,click:10})}}function a4(t){Ke(t,"v-8z1bf5",".connecting.v-8z1bf5 .wave.v-8z1bf5{animation-duration:1s;animation-iteration-count:infinite}.connecting.v-8z1bf5 .wave1.v-8z1bf5{animation-name:v-8z1bf5-wave1}.connecting.v-8z1bf5 .wave2.v-8z1bf5{animation-name:v-8z1bf5-wave2}.connecting.v-8z1bf5 .wave3.v-8z1bf5{animation-name:v-8z1bf5-wave3}@keyframes v-8z1bf5-wave1{0%{opacity:0.3}33%{opacity:1}66%{opacity:1}100%{opacity:1}}@keyframes v-8z1bf5-wave2{0%{opacity:0.3}33%{opacity:0.3}66%{opacity:1}100%{opacity:1}}@keyframes v-8z1bf5-wave3{0%{opacity:0.3}33%{opacity:0.3}66%{opacity:0.3}100%{opacity:1}}")}function u4(t){let e,i,n,o,s,l,r,a;return{c(){e=M("svg"),i=M("g"),n=M("path"),o=M("path"),s=M("path"),l=M("path"),r=M("path"),a=M("path"),u(n,"class","wave wave1 v-8z1bf5"),u(n,"d","M1 18v3h3c0-1.66-1.34-3-3-3z"),u(n,"fill","#fff"),u(o,"class","wave wave2 v-8z1bf5"),u(o,"d","M1 14v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7z"),u(o,"fill","#fff"),u(s,"class","wave wave3 v-8z1bf5"),u(s,"d","M1 10v2a9 9 0 0 1 9 9h2c0-6.08-4.93-11-11-11z"),u(s,"fill","#fff"),u(l,"d","M21 3H3c-1.1 0-2 .9-2 2v3h2V5h18v14h-7v2h7c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"),u(l,"fill","#fff"),u(r,"d","M0 0h24v24H0z"),u(a,"d","M5.667 7.44H18.5v9.167h-5.161a11.947 11.947 0 0 0-7.673-7.672V7.44Z"),u(a,"fill","#fff"),V(a,"hidden",!t[1]),u(i,"fill","none"),u(i,"fill-rule","evenodd"),u(e,"width","24"),u(e,"height","24"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","chromecast-icon"),u(e,"class","v-8z1bf5"),V(e,"connecting",t[2])},m(c,f){A(c,e,f),p(e,i),p(i,n),p(i,o),p(i,s),p(i,l),p(i,r),p(i,a)},p(c,f){f&2&&V(a,"hidden",!c[1]),f&4&&V(e,"connecting",c[2])},d(c){c&&P(e)}}}function c4(t){let e,i,n,o,s,l,r,a,c,f,d,h,v,k,_,S,C,T,y,L,le;return{c(){e=M("svg"),i=M("g"),n=M("mask"),o=M("path"),l=M("path"),r=M("path"),c=M("path"),f=M("defs"),d=M("clipPath"),h=M("path"),k=M("filter"),_=M("feFlood"),S=M("feColorMatrix"),C=M("feOffset"),T=M("feGaussianBlur"),y=M("feColorMatrix"),L=M("feBlend"),le=M("feBlend"),u(o,"fill",s=t[1]?"#2688EB":"#fff"),u(o,"d","M1.1 3.1h22v18h-22z"),u(l,"fill-rule","evenodd"),u(l,"clip-rule","evenodd"),u(l,"d","M16.2 5.9c.855 0 1.442 0 1.897.038.445.036.683.103.856.19a2.1 2.1 0 0 1 .918.919c.088.172.155.411.191.856.037.455.038 1.042.038 1.897v4.4c0 .855 0 1.442-.038 1.897-.036.445-.103.683-.19.856a2.1 2.1 0 0 1-.919.918c-.172.088-.411.155-.856.191-.455.037-1.042.038-1.897.038H15a.9.9 0 0 0 0 1.8h1.238c.808 0 1.469 0 2.006-.044.556-.045 1.058-.142 1.527-.381a3.9 3.9 0 0 0 1.704-1.704c.239-.47.336-.971.381-1.527.044-.537.044-1.198.044-2.006V9.762c0-.808 0-1.469-.044-2.006-.045-.556-.142-1.058-.381-1.527a3.9 3.9 0 0 0-1.704-1.704c-.47-.239-.971-.336-1.527-.381-.537-.044-1.198-.044-2.006-.044H6a3.901 3.901 0 0 0-3.678 2.6.9.9 0 0 0 1.697.6A2.101 2.101 0 0 1 6 5.9h10.2ZM3.069 11.52a6.9 6.9 0 0 1 7.413 7.413.9.9 0 0 0 1.795.137 8.7 8.7 0 0 0-9.344-9.344.9.9 0 0 0 .136 1.794Zm.533 3.58c-.161 0-.32.011-.474.034a.9.9 0 1 1-.256-1.782A5.1 5.1 0 0 1 8.65 19.13a.9.9 0 1 1-1.782-.256A3.3 3.3 0 0 0 3.602 15.1Zm-1.5 3.3a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z"),u(n,"id","c"),u(n,"maskUnits","userSpaceOnUse"),u(n,"x","1.1"),u(n,"y","3.1"),u(n,"width","22"),u(n,"height","18"),u(n,"fill","#000"),u(r,"fill-rule","evenodd"),u(r,"clip-rule","evenodd"),u(r,"d","M16.2 5.9c.855 0 1.442 0 1.897.038.445.036.683.103.856.19a2.1 2.1 0 0 1 .918.919c.088.172.155.411.191.856.037.455.038 1.042.038 1.897v4.4c0 .855 0 1.442-.038 1.897-.036.445-.103.683-.19.856a2.1 2.1 0 0 1-.919.918c-.172.088-.411.155-.856.191-.455.037-1.042.038-1.897.038H15a.9.9 0 0 0 0 1.8h1.238c.808 0 1.469 0 2.006-.044.556-.045 1.058-.142 1.527-.381a3.9 3.9 0 0 0 1.704-1.704c.239-.47.336-.971.381-1.527.044-.537.044-1.198.044-2.006V9.762c0-.808 0-1.469-.044-2.006-.045-.556-.142-1.058-.381-1.527a3.9 3.9 0 0 0-1.704-1.704c-.47-.239-.971-.336-1.527-.381-.537-.044-1.198-.044-2.006-.044H6a3.901 3.901 0 0 0-3.678 2.6.9.9 0 0 0 1.697.6A2.101 2.101 0 0 1 6 5.9h10.2ZM3.069 11.52a6.9 6.9 0 0 1 7.413 7.413.9.9 0 0 0 1.795.137 8.7 8.7 0 0 0-9.344-9.344.9.9 0 0 0 .136 1.794Zm.533 3.58c-.161 0-.32.011-.474.034a.9.9 0 1 1-.256-1.782A5.1 5.1 0 0 1 8.65 19.13a.9.9 0 1 1-1.782-.256A3.3 3.3 0 0 0 3.602 15.1Zm-1.5 3.3a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z"),u(r,"fill",a=t[1]?"#2688EB":"#fff"),u(c,"d","m18.097 5.938-.04.498.04-.498Zm.856.19-.227.446.227-.445Zm.918.919-.445.227.445-.227Zm.191.856-.498.04.498-.04Zm0 8.194-.498-.04.498.04Zm-.19.856-.446-.227.445.227Zm-.919.918-.227-.445.227.445Zm-.856.191.04.498-.04-.498Zm-1.86 1.838v-.5.5Zm2.007-.044.04.498-.04-.498Zm1.527-.381-.227-.446.227.446Zm1.704-1.704.445.227-.445-.227Zm.381-1.527.498.04-.498-.04Zm.044-2.006h-.5.5Zm0-4.476h-.5.5Zm-.044-2.006.498-.04-.498.04Zm-.381-1.527.445-.227-.445.227ZM19.77 4.525l-.227.446.227-.446Zm-1.527-.381.04-.498-.04.498ZM16.238 4.1v.5-.5ZM6 4.1v-.5.5ZM2.322 6.7l-.471-.167.471.167Zm1.697.6-.471-.167.471.167ZM6 5.9v-.5.5Zm-2.931 5.62-.038-.498.038.498Zm7.413 7.413.498.038-.498-.038Zm1.795.137.498.038-.498-.038ZM2.931 9.725l-.038-.498.038.498Zm-.829.966.499-.038-.499.038Zm1.025 4.443-.071-.495.071.495Zm-1.019-.763.495-.071-.495.07Zm.763-1.02.071.496-.07-.495ZM8.65 19.13l.495.072-.495-.072Zm-1.019.764-.07.494.07-.494Zm-.763-1.02.495.072-.495-.071ZM18.138 5.44c-.48-.04-1.091-.04-1.938-.04v1c.863 0 1.426.001 1.856.036l.082-.996Zm1.042.243c-.255-.13-.567-.205-1.042-.243l-.082.996c.414.034.58.092.67.138l.454-.89Zm1.137 1.137a2.6 2.6 0 0 0-1.137-1.137l-.454.891a1.6 1.6 0 0 1 .7.7l.89-.454Zm.244 1.042c-.04-.475-.114-.787-.244-1.042l-.891.454c.046.09.104.256.138.67l.997-.082ZM20.6 9.8c0-.846 0-1.458-.04-1.938l-.996.082c.035.43.036.993.036 1.856h1Zm0 4.4V9.8h-1v4.4h1Zm-.04 1.938c.04-.48.04-1.092.04-1.938h-1c0 .863-.001 1.426-.036 1.856l.997.082Zm-.243 1.042c.13-.255.205-.567.244-1.042l-.997-.082c-.034.414-.092.58-.138.67l.89.454Zm-1.137 1.137a2.6 2.6 0 0 0 1.137-1.137l-.891-.454a1.6 1.6 0 0 1-.7.7l.454.89Zm-1.042.244c.475-.04.787-.114 1.042-.244l-.454-.891c-.09.046-.256.104-.67.138l.082.997ZM16.2 18.6c.847 0 1.458 0 1.938-.04l-.082-.996c-.43.035-.993.036-1.856.036v1Zm-1.2 0h1.2v-1H15v1Zm-.4.4c0-.22.18-.4.4-.4v-1a1.4 1.4 0 0 0-1.4 1.4h1Zm.4.4a.4.4 0 0 1-.4-.4h-1a1.4 1.4 0 0 0 1.4 1.4v-1Zm1.238 0H15v1h1.238v-1Zm1.965-.042c-.512.042-1.15.042-1.965.042v1c.8 0 1.484 0 2.046-.045l-.081-.997Zm1.34-.329c-.386.198-.815.286-1.34.329l.081.997c.587-.049 1.163-.154 1.714-.435l-.454-.89Zm1.486-1.485a3.4 3.4 0 0 1-1.485 1.485l.454.891a4.4 4.4 0 0 0 1.922-1.922l-.89-.454Zm.329-1.341c-.043.525-.131.954-.329 1.34l.891.455c.281-.552.386-1.127.434-1.714l-.996-.081Zm.042-1.965c0 .815 0 1.453-.042 1.965l.997.081c.045-.561.045-1.246.045-2.046h-1Zm0 0h1-1Zm0-4.476v4.476h1V9.762h-1Zm0 0h1-1Zm-.042-1.965c.042.512.042 1.15.042 1.965h1c0-.8 0-1.484-.045-2.046l-.997.081Zm-.329-1.34c.198.386.286.815.329 1.34l.997-.081c-.049-.587-.154-1.162-.435-1.714l-.89.454ZM19.544 4.97a3.4 3.4 0 0 1 1.485 1.485l.891-.454a4.4 4.4 0 0 0-1.922-1.922l-.454.89Zm-1.341-.329c.525.043.954.132 1.34.329l.455-.891c-.552-.281-1.127-.387-1.714-.434l-.081.996ZM16.238 4.6c.815 0 1.453 0 1.965.042l.081-.996c-.562-.046-1.246-.046-2.046-.046v1Zm0 0v-1 1ZM6 4.6h10.238v-1H6v1Zm0-1v1-1Zm0 0a4.401 4.401 0 0 0-4.15 2.933l.944.334A3.401 3.401 0 0 1 6 4.6v-1ZM1.85 6.533a1.4 1.4 0 0 0 .854 1.787l.333-.943a.4.4 0 0 1-.243-.51l-.943-.334Zm.854 1.787a1.4 1.4 0 0 0 1.787-.853l-.943-.334a.4.4 0 0 1-.51.244l-.334.943Zm1.787-.853A1.601 1.601 0 0 1 6 6.4v-1c-1.131 0-2.095.722-2.452 1.733l.943.334ZM16.2 5.4H6v1h10.2v-1ZM3.602 11c-.192 0-.383.007-.571.022l.076.997A6.53 6.53 0 0 1 3.602 12v-1Zm7.4 7.4a7.4 7.4 0 0 0-7.4-7.4v1a6.4 6.4 0 0 1 6.4 6.4h1Zm-.022.571c.015-.188.022-.379.022-.571h-1c0 .167-.006.332-.019.495l.997.076Zm.369.43a.4.4 0 0 1-.369-.43l-.997-.076a1.4 1.4 0 0 0 1.29 1.502l.076-.997Zm.429-.37a.4.4 0 0 1-.43.37l-.075.996a1.4 1.4 0 0 0 1.502-1.29l-.997-.075Zm.024-.631c0 .213-.008.423-.024.632l.997.076c.018-.234.027-.47.027-.708h-1Zm-8.2-8.2a8.2 8.2 0 0 1 8.2 8.2h1a9.2 9.2 0 0 0-9.2-9.2v1Zm-.632.024c.209-.016.42-.024.632-.024v-1c-.238 0-.474.01-.708.027l.076.997Zm-.368.43a.4.4 0 0 1 .368-.43l-.076-.997a1.4 1.4 0 0 0-1.29 1.502l.998-.076Zm.429.368a.4.4 0 0 1-.43-.369l-.996.076a1.4 1.4 0 0 0 1.502 1.29l-.076-.997Zm.168 4.607c.13-.02.265-.029.403-.029v-1c-.185 0-.367.013-.545.039l.142.99Zm-1.585-1.187A1.4 1.4 0 0 0 3.2 15.629l-.142-.99a.4.4 0 0 1-.453-.34l-.99.143Zm1.187-1.585a1.4 1.4 0 0 0-1.187 1.585l.99-.142a.4.4 0 0 1 .34-.453l-.143-.99Zm.801-.057c-.271 0-.538.02-.8.057l.141.99c.216-.031.436-.047.659-.047v-1Zm5.6 5.6a5.6 5.6 0 0 0-5.6-5.6v1a4.6 4.6 0 0 1 4.6 4.6h1Zm-.057.8c.038-.262.057-.529.057-.8h-1c0 .223-.016.443-.047.659l.99.142ZM7.56 20.389A1.4 1.4 0 0 0 9.145 19.2l-.99-.142a.4.4 0 0 1-.453.34l-.142.99Zm-1.187-1.585a1.4 1.4 0 0 0 1.187 1.584l.142-.99a.4.4 0 0 1-.339-.452l-.99-.142Zm.029-.403c0 .138-.01.272-.029.403l.99.142c.026-.178.039-.36.039-.545h-1Zm-2.8-2.8a2.8 2.8 0 0 1 2.8 2.8h1a3.8 3.8 0 0 0-3.8-3.8v1Zm0 .8a2 2 0 0 0-2 2h1a1 1 0 0 1 1-1v-1Zm2 2a2 2 0 0 0-2-2v1a1 1 0 0 1 1 1h1Zm-2 2a2 2 0 0 0 2-2h-1a1 1 0 0 1-1 1v1Zm-2-2a2 2 0 0 0 2 2v-1a1 1 0 0 1-1-1h-1Z"),u(c,"fill","#000"),u(c,"fill-opacity",".12"),u(c,"mask","url(#c)"),u(i,"filter","url(#b)"),u(i,"clip-path","url(#a)"),u(h,"fill",v=t[1]?"#2688EB":"#fff"),u(h,"d","M0 0h24v24H0z"),u(d,"id","a"),u(_,"flood-opacity","0"),u(_,"result","BackgroundImageFix"),u(S,"in","SourceAlpha"),u(S,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"),u(S,"result","hardAlpha"),u(T,"stdDeviation","2.5"),u(y,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"),u(L,"in2","BackgroundImageFix"),u(L,"result","effect1_dropShadow_4085_178456"),u(le,"in","SourceGraphic"),u(le,"in2","effect1_dropShadow_4085_178456"),u(le,"result","shape"),u(k,"id","b"),u(k,"x","-3.4"),u(k,"y","-1.4"),u(k,"width","30.8"),u(k,"height","26.802"),u(k,"filterUnits","userSpaceOnUse"),u(k,"color-interpolation-filters","sRGB"),u(e,"width","24"),u(e,"height","24"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","chromecast-mobile-icon")},m(Y,N){A(Y,e,N),p(e,i),p(i,n),p(n,o),p(n,l),p(i,r),p(i,c),p(e,f),p(f,d),p(d,h),p(f,k),p(k,_),p(k,S),p(k,C),p(k,T),p(k,y),p(k,L),p(k,le)},p(Y,N){N&2&&s!==(s=Y[1]?"#2688EB":"#fff")&&u(o,"fill",s),N&2&&a!==(a=Y[1]?"#2688EB":"#fff")&&u(r,"fill",a),N&2&&v!==(v=Y[1]?"#2688EB":"#fff")&&u(h,"fill",v)},d(Y){Y&&P(e)}}}function f4(t){let e;function i(s,l){return s[0]?c4:u4}let n=i(t),o=n(t);return{c(){o.c(),e=ct()},m(s,l){o.m(s,l),A(s,e,l)},p(s,[l]){n===(n=i(s))&&o?o.p(s,l):(o.d(1),o=n(s),o&&(o.c(),o.m(e.parentNode,e)))},i:q,o:q,d(s){s&&P(e),o.d(s)}}}function d4(t,e,i){let{isMobile:n=!1}=e,{state:o}=e,s,l;return t.$$set=r=>{"isMobile"in r&&i(0,n=r.isMobile),"state"in r&&i(3,o=r.state)},t.$$.update=()=>{t.$$.dirty&8&&(i(2,l=o===$e.ChromecastState.CONNECTING),i(1,s=o===$e.ChromecastState.CONNECTED))},[n,s,l,o]}class m4 extends _e{constructor(e){super(),ge(this,e,d4,f4,be,{isMobile:0,state:3},a4)}}function p4(t){let e,i;return e=new m4({props:{isMobile:t[1],state:t[2]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o&2&&(s.isMobile=n[1]),o&4&&(s.state=n[2]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function h4(t){let e,i,n;function o(l){t[5](l)}let s={ariaLabel:t[4],click:t[3],testId:"btn-chromecast",$$slots:{default:[p4]},$$scope:{ctx:t}};return t[0]!==void 0&&(s.ref=t[0]),e=new pi({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,[r]){const a={};r&16&&(a.ariaLabel=l[4]),r&8&&(a.click=l[3]),r&70&&(a.$$scope={dirty:r,ctx:l}),!i&&r&1&&(i=!0,a.ref=l[0],qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function b4(t,e,i){let{ref:n=void 0}=e,{isMobile:o=!1}=e,{state:s}=e,{click:l=ie.noop}=e,r;function a(c){n=c,i(0,n)}return t.$$set=c=>{"ref"in c&&i(0,n=c.ref),"isMobile"in c&&i(1,o=c.isMobile),"state"in c&&i(2,s=c.state),"click"in c&&i(3,l=c.click)},t.$$.update=()=>{t.$$.dirty&4&&i(4,r=s===$e.ChromecastState.CONNECTED?K("tooltip_chromecast_on"):K("tooltip_chromecast_off"))},[n,o,s,l,r,a]}class nu extends _e{constructor(e){super(),ge(this,e,b4,h4,be,{ref:0,isMobile:1,state:2,click:3})}}function g4(t){let e,i;return e=new B1({props:{isActive:t[1]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o&2&&(s.isActive=n[1]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function _4(t){let e,i;return e=new pi({props:{className:t[0]?"":"btn--live btn-full-opacity",testId:t[1]?"btn-live":"btn-live-offset",disabled:t[1]&&t[3]===$e.PlaybackState.PLAYING,ariaLabel:t[2],click:t[4],$$slots:{default:[g4]},$$scope:{ctx:t}}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,[o]){const s={};o&1&&(s.className=n[0]?"":"btn--live btn-full-opacity"),o&2&&(s.testId=n[1]?"btn-live":"btn-live-offset"),o&10&&(s.disabled=n[1]&&n[3]===$e.PlaybackState.PLAYING),o&4&&(s.ariaLabel=n[2]),o&16&&(s.click=n[4]),o&514&&(s.$$scope={dirty:o,ctx:n}),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function v4(t,e,i){let n,{isMobile:o=!1}=e,{isActiveLive:s=!1}=e,{ariaLabel:l=""}=e;const r=ht(),a=r.state.playbackState$;R(t,a,h=>i(3,n=h));const c=r.actions.internal.switchToActiveLive,f=r.actions.internal.togglePlay;let d;return t.$$set=h=>{"isMobile"in h&&i(0,o=h.isMobile),"isActiveLive"in h&&i(1,s=h.isActiveLive),"ariaLabel"in h&&i(2,l=h.ariaLabel)},t.$$.update=()=>{t.$$.dirty&10&&i(4,d=()=>{if(!s){c();return}n===$e.PlaybackState.PAUSED&&f()})},[o,s,l,n,d,a]}class ou extends _e{constructor(e){super(),ge(this,e,v4,_4,be,{isMobile:0,isActiveLive:1,ariaLabel:2})}}function k4(t){Ke(t,"v-5ygsa2",'.tooltip-wrapper.v-5ygsa2{position:relative;display:block}.tooltip.v-5ygsa2{position:absolute;opacity:0;visibility:hidden;transition:opacity 200ms, visibility 200ms;bottom:100%;transform:translateX(-50%)}.pointer.v-5ygsa2:after{position:absolute;bottom:0;left:50%;width:0;border-top:5px solid rgba(41, 41, 41, .8);border-right:5px solid transparent;border-left:5px solid transparent;content:" ";font-size:0;line-height:0;transform:translate(-50%, 5px)}.tooltip.active.v-5ygsa2{opacity:1;visibility:visible}')}function w4(t){let e,i,n,o;const s=t[9].default,l=Mn(s,t,t[8],null);return{c(){e=I("div"),i=I("div"),l&&l.c(),u(i,"class","tooltip v-5ygsa2"),V(i,"active",t[0]),V(i,"pointer",t[1]),u(e,"class","tooltip-wrapper v-5ygsa2"),u(e,"style",n=`transform: translate(${t[5]}px, ${t[2]}px);`)},m(r,a){A(r,e,a),p(e,i),l&&l.m(i,null),t[10](i),t[11](e),o=!0},p(r,[a]){l&&l.p&&(!o||a&256)&&Nn(l,s,r,r[8],o?Bn(s,r[8],a,null):Rn(r[8]),null),(!o||a&1)&&V(i,"active",r[0]),(!o||a&2)&&V(i,"pointer",r[1]),(!o||a&36&&n!==(n=`transform: translate(${r[5]}px, ${r[2]}px);`))&&u(e,"style",n)},i(r){o||(m(l,r),o=!0)},o(r){g(l,r),o=!1},d(r){r&&P(e),l&&l.d(r),t[10](null),t[11](null)}}}function y4(t,e,i){let n,{$$slots:o={},$$scope:s}=e,{active:l=!1}=e,{pointer:r=!1}=e,{translateXPx:a=0}=e,{translateYPx:c=0}=e,{containerWidth:f}=e,d,h;function v(S){if(!h)return 0;const{width:C}=h.getBoundingClientRect(),T=C/2;return S<T?T:S>f-T?f-T:S}function k(S){ve[S?"unshift":"push"](()=>{h=S,i(4,h)})}function _(S){ve[S?"unshift":"push"](()=>{d=S,i(3,d)})}return t.$$set=S=>{"active"in S&&i(0,l=S.active),"pointer"in S&&i(1,r=S.pointer),"translateXPx"in S&&i(6,a=S.translateXPx),"translateYPx"in S&&i(2,c=S.translateYPx),"containerWidth"in S&&i(7,f=S.containerWidth),"$$scope"in S&&i(8,s=S.$$scope)},t.$$.update=()=>{t.$$.dirty&64&&i(5,n=v(a))},[l,r,c,d,h,n,a,f,s,o,k,_]}class C4 extends _e{constructor(e){super(),ge(this,e,y4,w4,be,{active:0,pointer:1,translateXPx:6,translateYPx:2,containerWidth:7},k4)}}const lu=(t,e,i)=>i.filter(n=>n.time<t*e).pop();function T4(t){Ke(t,"v-l51fc1",".timeline-preview.v-l51fc1{bottom:18px;border-radius:2px;pointer-events:none}.timeline-preview.mobile.v-l51fc1{bottom:72px}.preview.v-l51fc1{margin-bottom:10px;background-color:var(--timeline-preview-bg);box-shadow:0 0 2px var(--timeline-preview-shadow), 0 8px 24px var(--timeline-preview-shadow);border-radius:8px;border:1px solid var(--white)}.episode.v-l51fc1{margin-top:10px;margin-bottom:4px;font-size:13px;line-height:16px;text-shadow:0 8px 24px var(--timeline-preview-shadow), 0 0 2px var(--timeline-preview-shadow);max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;font-weight:500}.time.v-l51fc1{font-size:13px;line-height:16px;text-align:center;color:var(--slider-filled-bg);text-shadow:0 8px 24px var(--timeline-preview-shadow), 0 0 2px var(--timeline-preview-shadow);font-weight:500}")}function cr(t){let e;function i(s,l){return s[2]&&s[10].completed===!1?P4:S4}let n=i(t),o=n(t);return{c(){o.c(),e=ct()},m(s,l){o.m(s,l),A(s,e,l)},p(s,l){n===(n=i(s))&&o?o.p(s,l):(o.d(1),o=n(s),o&&(o.c(),o.m(e.parentNode,e)))},d(s){s&&P(e),o.d(s)}}}function S4(t){let e=(t[10].text||"")+"",i;return{c(){i=Oe(e)},m(n,o){A(n,i,o)},p(n,o){o&1024&&e!==(e=(n[10].text||"")+"")&&xe(i,e)},d(n){n&&P(i)}}}function P4(t){let e=K("tooltip_episode_unfinished")+"",i;return{c(){i=Oe(e)},m(n,o){A(n,i,o)},p:q,d(n){n&&P(i)}}}function A4(t){let e,i,n,o,s,l,r,a,c=t[10]&&cr(t);return{c(){e=I("div"),i=I("div"),o=D(),s=I("div"),c&&c.c(),l=D(),r=I("div"),a=Oe(t[0]),u(i,"class","preview v-l51fc1"),u(i,"style",n=`width: ${t[3]}px; height: ${t[4]}px; background-image: url(${t[5]}); background-size: ${t[6]}px ${t[7]}px; background-position: ${t[8]}px ${t[9]}px; transform: translateY(${t[11]%180?-35:0}px) rotate(${t[11]}deg);`),u(s,"class","episode v-l51fc1"),u(r,"class","time v-l51fc1"),u(e,"class","timeline-preview v-l51fc1"),V(e,"mobile",t[1])},m(f,d){A(f,e,d),p(e,i),p(e,o),p(e,s),c&&c.m(s,null),p(e,l),p(e,r),p(r,a)},p(f,[d]){d&3064&&n!==(n=`width: ${f[3]}px; height: ${f[4]}px; background-image: url(${f[5]}); background-size: ${f[6]}px ${f[7]}px; background-position: ${f[8]}px ${f[9]}px; transform: translateY(${f[11]%180?-35:0}px) rotate(${f[11]}deg);`)&&u(i,"style",n),f[10]?c?c.p(f,d):(c=cr(f),c.c(),c.m(s,null)):c&&(c.d(1),c=null),d&1&&xe(a,f[0]),d&2&&V(e,"mobile",f[1])},i:q,o:q,d(f){f&&P(e),c&&c.d()}}}const co=150;function I4(t,e,i){let n,{time:o=""}=e,{isMobile:s=!1}=e,{videoEpisodes:l=[]}=e,{previewThumbsData:r}=e,{progress:a=0}=e,{duration:c=0}=e,{isInteractive:f=!1}=e;const h=ht().ui.rotateAlpha;R(t,h,N=>i(11,n=N));let v,k,_,S,C,T,y,L;function le(){let N=r.frameWidth,ee=r.frameHeight;return N>co?(ee=ee/N*co,N=co):ee>co&&(N=N/ee*co,ee=co),{width:N,height:ee}}function Y(N){let ee;r.isUV?ee=Math.floor(c*N/r.frequency):ee=Math.min(r.countTotal,Math.max(0,Math.floor(r.countTotal*N)));const Q=Math.floor(ee/r.countPerImage),w=Math.floor(ee%r.countPerImage/r.countPerRow),$=ee%r.countPerRow;let X=Math.floor(r.countPerImage/r.countPerRow);!r.isUV&&Q===Math.floor(r.countTotal/r.countPerImage)&&(X=Math.floor(r.countTotal%r.countPerImage/r.countPerRow),r.countTotal%r.countPerImage%r.countPerRow>0&&X++);let O=r.countPerRow;!r.isUV&&Q===Math.floor(r.countTotal/r.countPerImage)&&r.countTotal%r.countPerImage>0&&(O=Math.min(r.countPerRow,r.countTotal%r.countPerImage));const W=v*O,B=k*X,J=-$*v,E=-w*k;return{imgSrc:r.links[Q],imgWidth:W,imgHeight:B,imgOffsetX:J,imgOffsetY:E}}return t.$$set=N=>{"time"in N&&i(0,o=N.time),"isMobile"in N&&i(1,s=N.isMobile),"videoEpisodes"in N&&i(13,l=N.videoEpisodes),"previewThumbsData"in N&&i(14,r=N.previewThumbsData),"progress"in N&&i(15,a=N.progress),"duration"in N&&i(16,c=N.duration),"isInteractive"in N&&i(2,f=N.isInteractive)},t.$$.update=()=>{t.$$.dirty&32768&&i(5,{imgSrc:_,imgWidth:S,imgHeight:C,imgOffsetX:T,imgOffsetY:y}=Y(a),_,(i(6,S),i(15,a)),(i(7,C),i(15,a)),(i(8,T),i(15,a)),(i(9,y),i(15,a))),t.$$.dirty&106496&&i(10,L=lu(a,c,l))},i(3,{width:v,height:k}=le(),v,i(4,k)),[o,s,f,v,k,_,S,C,T,y,L,n,h,l,r,a,c]}class E4 extends _e{constructor(e){super(),ge(this,e,I4,A4,be,{time:0,isMobile:1,videoEpisodes:13,previewThumbsData:14,progress:15,duration:16,isInteractive:2},T4)}}function V4(t){Ke(t,"v-5lzly8",".time.v-5lzly8{display:inline-block;padding:6px 10px;border-radius:3px;color:var(--white);background-color:rgba(41, 41, 41, .8)}")}function L4(t){let e,i;return{c(){e=I("span"),i=Oe(t[7]),u(e,"class","time v-5lzly8")},m(n,o){A(n,e,o),p(e,i)},p(n,o){o[0]&128&&xe(i,n[7])},i:q,o:q,d(n){n&&P(e)}}}function M4(t){let e,i;return e=new E4({props:{time:t[7],isMobile:t[10],videoEpisodes:t[3],previewThumbsData:t[21],progress:t[8],duration:t[1],isInteractive:t[23]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&128&&(s.time=n[7]),o[0]&1024&&(s.isMobile=n[10]),o[0]&8&&(s.videoEpisodes=n[3]),o[0]&256&&(s.progress=n[8]),o[0]&2&&(s.duration=n[1]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function B4(t){let e,i,n,o;const s=[M4,L4],l=[];function r(a,c){return a[14].features.timelinePreview&&a[21]&&!a[0]?0:1}return e=r(t),i=l[e]=s[e](t),{c(){i.c(),n=ct()},m(a,c){l[e].m(a,c),A(a,n,c),o=!0},p(a,c){let f=e;e=r(a),e===f?l[e].p(a,c):(fe(),g(l[f],1,1,()=>{l[f]=null}),de(),i=l[e],i?i.p(a,c):(i=l[e]=s[e](a),i.c()),m(i,1),i.m(n.parentNode,n))},i(a){o||(m(i),o=!0)},o(a){g(i),o=!1},d(a){a&&P(n),l[e].d(a)}}}function N4(t){let e,i,n,o;const s=[t[9]];let l={$$slots:{default:[B4]},$$scope:{ctx:t}};for(let r=0;r<s.length;r+=1)l=e1(l,s[r]);return e=new C4({props:l}),n=new El({props:{isActiveLive:t[11],isMobile:t[10],ariaLabel:K("aria_timeline"),ariaValueMin:0,ariaValueMax:t[1],ariaValueNow:Math.round(t[6]*100),ariaValueText:K("aria_timeline_value",{position:t[5],duration:t[4]}),loadedProgress:t[12],filledProgress:t[6],handleProgress:t[6],videoEpisodes:t[3],onPointerDown:t[27],onHandleMove:t[28],onPointerMove:t[31],onPointerUp:t[29],onPointerEnter:t[30],onPointerLeave:t[32],isInteractive:t[23],disabled:t[13].has(at.TIMELINE),hideHandel:t[2]}}),{c(){U(e.$$.fragment),i=D(),U(n.$$.fragment)},m(r,a){H(e,r,a),A(r,i,a),H(n,r,a),o=!0},p(r,a){const c=a[0]&512?yc(s,[Cc(r[9])]):{};a[0]&1419|a[1]&65536&&(c.$$scope={dirty:a,ctx:r}),e.$set(c);const f={};a[0]&2048&&(f.isActiveLive=r[11]),a[0]&1024&&(f.isMobile=r[10]),a[0]&2&&(f.ariaValueMax=r[1]),a[0]&64&&(f.ariaValueNow=Math.round(r[6]*100)),a[0]&48&&(f.ariaValueText=K("aria_timeline_value",{position:r[5],duration:r[4]})),a[0]&4096&&(f.loadedProgress=r[12]),a[0]&64&&(f.filledProgress=r[6]),a[0]&64&&(f.handleProgress=r[6]),a[0]&8&&(f.videoEpisodes=r[3]),a[0]&8192&&(f.disabled=r[13].has(at.TIMELINE)),a[0]&4&&(f.hideHandel=r[2]),n.$set(f)},i(r){o||(m(e.$$.fragment,r),m(n.$$.fragment,r),o=!0)},o(r){g(e.$$.fragment,r),g(n.$$.fragment,r),o=!1},d(r){r&&P(i),F(e,r),F(n,r)}}}function R4(t,e,i){let n,o,s,l,r,a,c,f,d,h,v,{showTimeline:k=!1}=e;const _=ht(),S=an(),C=_.state.bufferedProgress$;R(t,C,ne=>i(12,h=ne));const T=_.state.positionWithScrubbing$;R(t,T,ne=>i(39,a=ne));const y=_.state.duration$;R(t,y,ne=>i(1,s=ne));const L=_.state.isLive$;R(t,L,ne=>i(0,o=ne));const le=_.state.isActiveLive$;R(t,le,ne=>i(11,d=ne));const Y=_.ui.isMobile;R(t,Y,ne=>i(10,f=ne));const N=S.features.episodes?_.actions.internal.getVideoEpisodes():void 0,ee=_.actions.internal.getPreviewThumbsData(),Q=_.state.interactiveEpisodes$;R(t,Q,ne=>i(40,c=ne));const w=_.state.isInteractive,$=_.state.isInteractiveTime$;R(t,$,ne=>i(2,l=ne));const X=_.state.isInteractiveExpectation$;R(t,X,ne=>i(38,r=ne));const O=_.actions.internal.correctSeekTimeToInteractive,W=_.ui.controls.disabledControls$;R(t,W,ne=>i(13,v=ne));let B,J,E,z,Te=!1,ze="",Ve=0,Le=0,Pe=0,pe;function Z(ne){return!O||!w?ne:O(ne*s)/s}function me(ne){_.actions.internal.startScrubbing(Z(ne))}function Ae(ne){l||_.actions.internal.progressScrubbing(Z(ne))}function Ue(ne){_.actions.internal.completeScrubbing(Z(ne)),i(34,Te=!1)}function Ge(ne,G,Ce){Me(ne,G,Ce),i(34,Te=!0)}function ae(ne,G,Ce){Me(ne,G,Ce),i(34,Te=!0)}function ye(){i(34,Te=!1)}function Me(ne,G,Ce){i(8,Pe=ne),i(35,Ve=G),Ce&&i(36,Le=Ce),i(7,ze=je(ne))}function je(ne){const G=Ln((o?1-ne:ne)*s);return o?`-${G}`:G}return t.$$set=ne=>{"showTimeline"in ne&&i(33,k=ne.showTimeline)},t.$$.update=()=>{t.$$.dirty[1]&512&&i(3,B=w?c:N),t.$$.dirty[0]&2&&i(4,J=Ln(s)),t.$$.dirty[1]&256&&i(5,E=Ln(a)),t.$$.dirty[0]&2|t.$$.dirty[1]&256&&i(6,z=a/s),t.$$.dirty[0]&4|t.$$.dirty[1]&128&&i(37,pe=r||l),t.$$.dirty[0]&1|t.$$.dirty[1]&124&&i(9,n={containerWidth:Le,translateXPx:Ve,translateYPx:w&&ee?-36:-16,active:Te&&k&&!pe,pointer:!S.features.timelinePreview||!ee||o})},[o,s,l,B,J,E,z,ze,Pe,n,f,d,h,v,S,C,T,y,L,le,Y,ee,Q,w,$,X,W,me,Ae,Ue,Ge,ae,ye,k,Te,Ve,Le,pe,r,a,c]}let D4=class extends _e{constructor(e){super(),ge(this,e,R4,N4,be,{showTimeline:33},V4,[-1,-1])}};function O4(t){let e,i;return e=new El({props:{ariaValueMin:0,ariaValueMax:t[0],ariaValueNow:Math.round(t[3]*100),ariaValueText:K("aria_timeline_value",{position:t[2],duration:t[1]}),filledProgress:t[3],isAds:!0,hideHandel:!0,squareBorders:t[4]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,[o]){const s={};o&1&&(s.ariaValueMax=n[0]),o&8&&(s.ariaValueNow=Math.round(n[3]*100)),o&6&&(s.ariaValueText=K("aria_timeline_value",{position:n[2],duration:n[1]})),o&8&&(s.filledProgress=n[3]),o&16&&(s.squareBorders=n[4]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function z4(t,e,i){let n,{position:o=0}=e,{duration:s=0}=e;const r=ht().ui.isMobile;R(t,r,d=>i(4,n=d));let a,c,f;return t.$$set=d=>{"position"in d&&i(6,o=d.position),"duration"in d&&i(0,s=d.duration)},t.$$.update=()=>{t.$$.dirty&1&&i(1,a=Ln(s)),t.$$.dirty&64&&i(2,c=Ln(o)),t.$$.dirty&65&&i(3,f=o/s)},[s,a,c,f,n,r,o]}class su extends _e{constructor(e){super(),ge(this,e,z4,O4,be,{position:6,duration:0})}}function H4(t){Ke(t,"v-1gqonyf",".timeline.v-1gqonyf{position:relative;pointer-events:all;display:flex;align-items:center;bottom:0;width:100%;min-width:86px;padding:3px 10px 4px;box-sizing:border-box}.timeline.mobile.v-1gqonyf{height:16px;padding:6px 12px 7px;margin-top:6px}.timeline-stub.v-1gqonyf{width:100%;min-width:20px}.timeline-stub.mobile.v-1gqonyf{height:8px}")}function F4(t){let e;return{c(){e=I("div"),u(e,"class","timeline-stub v-1gqonyf"),V(e,"mobile",t[2])},m(i,n){A(i,e,n)},p(i,n){n&4&&V(e,"mobile",i[2])},i:q,o:q,d(i){i&&P(e)}}}function U4(t){let e,i,n,o;const s=[Z4,q4],l=[];function r(a,c){return a[0]?0:1}return i=r(t),n=l[i]=s[i](t),{c(){e=I("div"),n.c(),u(e,"class","timeline v-1gqonyf"),V(e,"mobile",t[2])},m(a,c){A(a,e,c),l[i].m(e,null),o=!0},p(a,c){let f=i;i=r(a),i===f?l[i].p(a,c):(fe(),g(l[f],1,1,()=>{l[f]=null}),de(),n=l[i],n?n.p(a,c):(n=l[i]=s[i](a),n.c()),m(n,1),n.m(e,null)),(!o||c&4)&&V(e,"mobile",a[2])},i(a){o||(m(n),o=!0)},o(a){g(n),o=!1},d(a){a&&P(e),l[i].d()}}}function q4(t){let e,i;return e=new D4({props:{showTimeline:t[1]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o&2&&(s.showTimeline=n[1]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Z4(t){let e,i;return e=new su({props:{position:t[3],duration:t[4]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o&8&&(s.position=n[3]),o&16&&(s.duration=n[4]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function W4(t){let e,i,n,o;const s=[U4,F4],l=[];function r(a,c){return a[1]?0:1}return e=r(t),i=l[e]=s[e](t),{c(){i.c(),n=ct()},m(a,c){l[e].m(a,c),A(a,n,c),o=!0},p(a,[c]){let f=e;e=r(a),e===f?l[e].p(a,c):(fe(),g(l[f],1,1,()=>{l[f]=null}),de(),i=l[e],i?i.p(a,c):(i=l[e]=s[e](a),i.c()),m(i,1),i.m(n.parentNode,n))},i(a){o||(m(i),o=!0)},o(a){g(i),o=!1},d(a){a&&P(n),l[e].d(a)}}}function j4(t,e,i){let n,o,s,l,{isAds:r=!1}=e,{canRewindLive:a}=e,{isRewindableLive:c}=e,{isHidden:f=!1}=e;const d=ht(),h=d.state.isLive$;R(t,h,C=>i(12,n=C));const v=d.ads.duration;R(t,v,C=>i(4,l=C));const k=d.ads.position;R(t,k,C=>i(3,s=C));const _=d.ui.isMobile;R(t,_,C=>i(2,o=C));let S;return t.$$set=C=>{"isAds"in C&&i(0,r=C.isAds),"canRewindLive"in C&&i(9,a=C.canRewindLive),"isRewindableLive"in C&&i(10,c=C.isRewindableLive),"isHidden"in C&&i(11,f=C.isHidden)},t.$$.update=()=>{t.$$.dirty&7681&&i(1,S=!f&&(!n||n&&a&&c||r))},[r,S,o,s,l,h,v,k,_,a,c,f,n]}class ru extends _e{constructor(e){super(),ge(this,e,j4,W4,be,{isAds:0,canRewindLive:9,isRewindableLive:10,isHidden:11},H4)}}function K4(t){let e,i,n,o;return{c(){e=M("svg"),i=M("path"),n=M("path"),o=M("path"),u(i,"fill-rule","evenodd"),u(i,"clip-rule","evenodd"),u(i,"d","m21.616 16.495-.012.07c-.156.852-.282 1.541-.427 2.093-.148.569-.333 1.063-.64 1.5a4.398 4.398 0 0 1-2.507 1.732c-.52.133-1.046.131-1.63.069-.568-.06-1.257-.187-2.11-.343l-4.34-.794c-.853-.156-1.542-.282-2.094-.426-.568-.149-1.062-.334-1.5-.642a4.398 4.398 0 0 1-1.731-2.507c-.133-.518-.131-1.045-.069-1.63.06-.567.187-1.257.343-2.11l.012-.068c.156-.853.282-1.542.427-2.095.148-.568.333-1.062.641-1.5a4.397 4.397 0 0 1 2.507-1.731c.518-.133 1.045-.131 1.63-.069.567.06 1.256.187 2.109.343l4.34.794c.853.156 1.542.282 2.094.426.568.149 1.062.334 1.5.642a4.398 4.398 0 0 1 1.731 2.506c.133.52.131 1.046.069 1.63-.06.568-.187 1.258-.343 2.11Zm-1.446-2.3c.052-.483.035-.769-.022-.993a2.599 2.599 0 0 0-1.023-1.481c-.19-.133-.45-.25-.921-.373-.48-.125-1.102-.24-1.997-.404l-4.272-.781c-.895-.164-1.518-.277-2.01-.33-.483-.051-.769-.035-.993.023-.6.153-1.125.516-1.481 1.023-.133.19-.25.45-.373.92-.125.48-.24 1.103-.403 1.998-.164.895-.277 1.518-.33 2.01-.051.484-.035.77.023.994.153.6.516 1.125 1.023 1.481.189.133.45.25.92.373.48.125 1.102.24 1.997.404l4.272.781c.895.164 1.518.277 2.01.33.483.051.77.035.993-.023a2.598 2.598 0 0 0 1.481-1.023c.133-.19.25-.45.373-.92.125-.48.24-1.103.403-1.998.164-.895.278-1.518.33-2.01Z"),u(i,"fill","#fff"),u(n,"fill-rule","evenodd"),u(n,"clip-rule","evenodd"),u(n,"d","M18.187 7.488a.9.9 0 0 1-1.045-.727c-.145-.807-.199-1.086-.28-1.296A2.598 2.598 0 0 0 14.504 3.8c-.224-.006-.505.036-1.315.169l-5.846.962c-1.366.224-1.834.313-2.174.492A2.599 2.599 0 0 0 3.837 7.18c-.08.376-.039.85.114 2.226l.011.1a.9.9 0 1 1-1.787.198l-.01-.093a350.712 350.712 0 0 0-.019-.17c-.129-1.147-.217-1.937-.068-2.636A4.398 4.398 0 0 1 4.332 3.83c.633-.333 1.417-.461 2.556-.648l.163-.027 5.846-.961.098-.016c.674-.111 1.138-.188 1.556-.177a4.397 4.397 0 0 1 3.99 2.819c.15.39.234.853.355 1.526l.017.097a.9.9 0 0 1-.726 1.045Z"),u(n,"fill","#fff"),u(o,"d","M12.724 12.414a.415.415 0 0 0-.69.231l-.72 4.18a.405.405 0 0 0 .025.221c.085.21.327.311.539.226l3.669-1.467a.406.406 0 0 0 .127-.68l-2.95-2.71Z"),u(o,"fill","#fff"),u(e,"width","24"),u(e,"height","24"),u(e,"fill","none"),It(e,"flex-shrink","0"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","episodes-icon")},m(s,l){A(s,e,l),p(e,i),p(e,n),p(e,o)},p:q,i:q,o:q,d(s){s&&P(e)}}}class G4 extends _e{constructor(e){super(),ge(this,e,null,K4,be,{})}}function Y4(t){let e,i;return{c(){e=M("svg"),i=M("path"),u(i,"opacity",".7"),u(i,"fill-rule","evenodd"),u(i,"clip-rule","evenodd"),u(i,"d","M4.146 3.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L6.793 6.5 4.146 3.854a.5.5 0 0 1 0-.708Z"),u(i,"fill","#fff"),u(e,"width","12"),u(e,"height","13"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","chevron-light-icon")},m(n,o){A(n,e,o),p(e,i)},p:q,i:q,o:q,d(n){n&&P(e)}}}class Q4 extends _e{constructor(e){super(),ge(this,e,null,Y4,be,{})}}function X4(t){Ke(t,"v-1yhs2ga",".text.v-1yhs2ga{padding:0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.text.count.v-1yhs2ga{overflow:visible}.text.mobile.v-1yhs2ga{padding:0 3px 0 4px}.chevron-episodes.v-1yhs2ga{margin-bottom:-4px}")}function J4(t){let e,i,n,o;e=new G4({});function s(a,c){if(a[4]===eo.FULL)return em;if(a[4]===eo.COUNT)return $4}let l=s(t),r=l&&l(t);return{c(){U(e.$$.fragment),i=D(),r&&r.c(),n=ct()},m(a,c){H(e,a,c),A(a,i,c),r&&r.m(a,c),A(a,n,c),o=!0},p(a,c){l===(l=s(a))&&r?r.p(a,c):(r&&r.d(1),r=l&&l(a),r&&(r.c(),r.m(n.parentNode,n)))},i(a){o||(m(e.$$.fragment,a),o=!0)},o(a){g(e.$$.fragment,a),o=!1},d(a){a&&(P(i),P(n)),F(e,a),r&&r.d(a)}}}function x4(t){let e,i,n,o,s,l;return s=new Q4({}),{c(){e=I("span"),i=Oe(t[2]),n=D(),o=I("div"),U(s.$$.fragment),u(e,"class","text mobile v-1yhs2ga"),u(o,"class","chevron-episodes v-1yhs2ga")},m(r,a){A(r,e,a),p(e,i),A(r,n,a),A(r,o,a),H(s,o,null),l=!0},p(r,a){(!l||a&4)&&xe(i,r[2])},i(r){l||(m(s.$$.fragment,r),l=!0)},o(r){g(s.$$.fragment,r),l=!1},d(r){r&&(P(e),P(n),P(o)),F(s)}}}function $4(t){let e,i=t[0].length+"",n;return{c(){e=I("span"),n=Oe(i),u(e,"class","text count v-1yhs2ga")},m(o,s){A(o,e,s),p(e,n)},p(o,s){s&1&&i!==(i=o[0].length+"")&&xe(n,i)},d(o){o&&P(e)}}}function em(t){let e,i;return{c(){e=I("span"),i=Oe(t[2]),u(e,"class","text v-1yhs2ga")},m(n,o){A(n,e,o),p(e,i)},p(n,o){o&4&&xe(i,n[2])},d(n){n&&P(e)}}}function tm(t){let e,i,n,o;const s=[x4,J4],l=[];function r(a,c){return a[6]?0:1}return e=r(t),i=l[e]=s[e](t),{c(){i.c(),n=ct()},m(a,c){l[e].m(a,c),A(a,n,c),o=!0},p(a,c){let f=e;e=r(a),e===f?l[e].p(a,c):(fe(),g(l[f],1,1,()=>{l[f]=null}),de(),i=l[e],i?i.p(a,c):(i=l[e]=s[e](a),i.c()),m(i,1),i.m(n.parentNode,n))},i(a){o||(m(i),o=!0)},o(a){g(i),o=!1},d(a){a&&P(n),l[e].d(a)}}}function im(t){let e,i,n;function o(l){t[19](l)}let s={className:"w-max btn-full-opacity "+(t[6]?"px-0":""),testId:"btn-episodes",click:t[12],disabled:!t[7],ariaExpanded:t[3],ariaLabel:t[5],$$slots:{default:[tm]},$$scope:{ctx:t}};return t[1]!==void 0&&(s.ref=t[1]),e=new pi({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,[r]){const a={};r&64&&(a.className="w-max btn-full-opacity "+(l[6]?"px-0":"")),r&8&&(a.ariaExpanded=l[3]),r&32&&(a.ariaLabel=l[5]),r&8388693&&(a.$$scope={dirty:r,ctx:l}),!i&&r&2&&(i=!0,a.ref=l[1],qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function nm(t,e,i){let n,o,s,l,r,a,{position:c=0}=e,{duration:f=0}=e,{timeCodes:d=[]}=e;const h=ht(),v=h.callbacks?.onEpisodeChanged??ie.noop,k=!!h.callbacks?.onEpisodeClicked,_=h.ui.currentGridType$;R(t,_,w=>i(18,r=w));const S=h.ui.episodes.openedByKeyboard$;R(t,S,w=>i(17,l=w));const C=h.ui.episodes.panelOpened$;R(t,C,w=>i(3,s=w));const T=h.ui.isMobile;R(t,T,w=>i(6,a=w));let y;const L=w=>{if(!!h.callbacks?.onEpisodeClicked){const X=Sl(w);S.set(X),C.set(!0),h.callbacks?.onEpisodeClicked?.(X)}};let le,Y,N;const ee=async(w,$,X)=>{await jn(),w?.getAttribute("aria-expanded")==="false"&&$&&!X&&(S.set(!1),w.focus())};function Q(w){y=w,i(1,y)}return t.$$set=w=>{"position"in w&&i(13,c=w.position),"duration"in w&&i(14,f=w.duration),"timeCodes"in w&&i(0,d=w.timeCodes)},t.$$.update=()=>{if(t.$$.dirty&24576&&i(16,n=c/f),t.$$.dirty&114689){const w=lu(n,f,d);w&&le?.text!==w.text&&(v(w),i(15,le=w))}t.$$.dirty&32768&&i(2,o=le?.text||""),t.$$.dirty&262144&&(gn(r,exports.GridTypes.XL)?i(4,Y=eo.FULL):gn(r,exports.GridTypes.M)&&v2(r,exports.GridTypes.XL)?i(4,Y=eo.COUNT):i(4,Y=eo.SHORT)),t.$$.dirty&4&&i(5,N=`${K("tooltip_episodes")}: ${o}`),t.$$.dirty&131082&&ee(y,l,s)},[d,y,o,s,Y,N,a,k,_,S,C,T,L,c,f,le,n,l,r,Q]}class au extends _e{constructor(e){super(),ge(this,e,nm,im,be,{position:13,duration:14,timeCodes:0},X4)}}function om(t){let e,i,n;return{c(){e=M("svg"),i=M("path"),n=M("path"),u(i,"fill-rule","evenodd"),u(i,"clip-rule","evenodd"),u(i,"d","M16.726 4.845C16.187 4.8 15.496 4.8 14.5 4.8H7.9a.9.9 0 1 1 0-1.8h6.639c.947 0 1.713 0 2.333.05.64.053 1.204.163 1.726.43a4.4 4.4 0 0 1 1.923 1.922c.266.523.377 1.087.429 1.726.05.62.05 1.386.05 2.334v5.076c0 .948 0 1.714-.05 2.334-.052.64-.163 1.203-.43 1.726a4.4 4.4 0 0 1-1.922 1.922c-.522.267-1.086.377-1.726.43-.62.05-1.386.05-2.333.05H7.9a.9.9 0 1 1 0-1.8h6.6c.995 0 1.687 0 2.226-.045.528-.043.828-.123 1.055-.238a2.6 2.6 0 0 0 1.136-1.137c.115-.226.195-.527.239-1.055.044-.538.044-1.23.044-2.225v-5c0-.995 0-1.687-.044-2.226-.043-.527-.124-.828-.239-1.054a2.6 2.6 0 0 0-1.136-1.137c-.227-.115-.527-.195-1.055-.238Z"),u(i,"fill","#fff"),u(n,"d","M7.76 11.169V8.908c0-.708.704-1.143 1.252-.774l4.594 3.093c.525.353.525 1.193 0 1.546l-4.594 3.093c-.548.369-1.252-.066-1.252-.774v-2.261l-4.508 3.035C2.704 16.235 2 15.8 2 15.091V8.908c0-.708.704-1.143 1.252-.774L7.76 11.17Z"),u(n,"fill","#fff"),u(e,"width","24"),u(e,"height","24"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","seek-to-interactive-icon")},m(o,s){A(o,e,s),p(e,i),p(e,n)},p:q,i:q,o:q,d(o){o&&P(e)}}}class lm extends _e{constructor(e){super(),ge(this,e,null,om,be,{})}}function sm(t){let e,i;return e=new lm({}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function rm(t){let e,i,n;function o(l){t[4](l)}let s={className:t[1]?"hidden":"",testId:"btn-seek-to-interactive",ariaLabel:K("tooltip_interactive_seek"),disabled:t[2],click:t[3],$$slots:{default:[sm]},$$scope:{ctx:t}};return t[0]!==void 0&&(s.ref=t[0]),e=new pi({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,[r]){const a={};r&2&&(a.className=l[1]?"hidden":""),r&4&&(a.disabled=l[2]),r&8&&(a.click=l[3]),r&32&&(a.$$scope={dirty:r,ctx:l}),!i&&r&1&&(i=!0,a.ref=l[0],qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function am(t,e,i){let{ref:n=void 0}=e,{hidden:o=!1}=e,{disabled:s=!1}=e,{click:l}=e;function r(a){n=a,i(0,n)}return t.$$set=a=>{"ref"in a&&i(0,n=a.ref),"hidden"in a&&i(1,o=a.hidden),"disabled"in a&&i(2,s=a.disabled),"click"in a&&i(3,l=a.click)},[n,o,s,l,r]}class uu extends _e{constructor(e){super(),ge(this,e,am,rm,be,{ref:0,hidden:1,disabled:2,click:3})}}function um(t){let e,i,n;return{c(){e=M("svg"),i=M("path"),n=M("path"),u(i,"fill-rule","evenodd"),u(i,"clip-rule","evenodd"),u(i,"d","M16.777 3h1.419c.31 0 .596 0 .834.02.258.02.539.068.817.21.397.2.72.523.923.918.141.277.19.557.21.814.02.237.02.521.02.83V7.19c0 .31 0 .594-.02.831-.02.256-.069.537-.21.813a2.107 2.107 0 0 1-.923.92c-.278.14-.56.188-.817.21-.238.019-.524.019-.834.019h-1.419c-.31 0-.596 0-.834-.02a2.148 2.148 0 0 1-.817-.21 2.107 2.107 0 0 1-.923-.919 2.125 2.125 0 0 1-.21-.813 8.287 8.287 0 0 1-.02-.63l-2.198-.002c-.495-.001-.81 0-1.05.018-.23.019-.309.05-.343.067a.803.803 0 0 0-.352.35c-.017.034-.049.113-.068.341-.02.24-.02.554-.02 1.046v5.57c0 .49 0 .804.02 1.043.019.228.05.306.068.34.077.15.2.273.35.35.035.017.113.049.342.067.24.02.555.021 1.048.022l2.203.003c.001-.23.004-.443.02-.627.02-.256.069-.537.21-.813.203-.396.526-.718.923-.92.278-.14.56-.189.817-.21.238-.019.524-.019.834-.019h1.419c.31 0 .596 0 .834.02.258.02.539.068.817.21.397.201.72.523.923.919.141.276.19.557.21.813.02.237.02.522.02.831v1.397c0 .31 0 .594-.02.831-.02.256-.069.537-.21.814a2.108 2.108 0 0 1-.923.919c-.278.14-.56.189-.817.21-.238.019-.524.019-.834.019h-1.419c-.31 0-.596 0-.834-.02a2.148 2.148 0 0 1-.817-.21 2.108 2.108 0 0 1-.923-.918 2.125 2.125 0 0 1-.21-.814 8.288 8.288 0 0 1-.02-.63l-2.24-.002c-.449 0-.839-.001-1.16-.028-.341-.028-.684-.09-1.016-.259a2.61 2.61 0 0 1-1.14-1.137c-.17-.33-.231-.672-.259-1.011-.026-.321-.026-.71-.026-1.156v-1.921H2.905A.903.903 0 0 1 2 11.992c0-.498.405-.901.905-.901h5.227V9.177c0-.448 0-.837.026-1.159.028-.34.09-.682.26-1.013a2.61 2.61 0 0 1 1.144-1.138c.332-.168.676-.23 1.017-.257.323-.025.714-.025 1.164-.024l2.23.003c.001-.23.004-.443.02-.627.02-.257.069-.537.21-.814.203-.395.526-.717.923-.919.278-.14.56-.189.817-.21C16.18 3 16.467 3 16.777 3Zm-.833 1.837a.76.76 0 0 1 .146-.02c.156-.013.366-.014.72-.014h1.354c.353 0 .563 0 .719.013a.76.76 0 0 1 .146.021.301.301 0 0 1 .126.126.75.75 0 0 1 .021.145c.013.156.014.365.014.716v1.334c0 .352 0 .561-.014.716a.75.75 0 0 1-.02.146.301.301 0 0 1-.127.125.76.76 0 0 1-.146.022c-.156.012-.366.013-.719.013H16.81c-.353 0-.563 0-.719-.013a.76.76 0 0 1-.146-.022.301.301 0 0 1-.126-.125.75.75 0 0 1-.021-.146 9.929 9.929 0 0 1-.014-.716V5.824c0-.351.001-.56.014-.716a.75.75 0 0 1 .021-.145.301.301 0 0 1 .126-.126Zm0 11.018a.765.765 0 0 1 .146-.022c.156-.012.366-.013.72-.013h1.354c.353 0 .563 0 .719.013a.765.765 0 0 1 .146.022.3.3 0 0 1 .126.125.75.75 0 0 1 .021.146c.013.155.014.364.014.716v1.334c0 .351 0 .56-.014.716a.75.75 0 0 1-.02.145.3.3 0 0 1-.127.126.755.755 0 0 1-.146.02c-.156.014-.366.014-.719.014H16.81c-.353 0-.563 0-.719-.013a.746.746 0 0 1-.146-.021.3.3 0 0 1-.126-.126.75.75 0 0 1-.021-.145 9.93 9.93 0 0 1-.014-.716v-1.334c0-.352.001-.561.014-.716a.75.75 0 0 1 .021-.146.3.3 0 0 1 .126-.125Z"),u(i,"fill","#fff"),u(n,"fill-rule","evenodd"),u(n,"clip-rule","evenodd"),u(n,"d","M15.2 5.899v1.203c0 .594 0 .892.115 1.119.102.2.265.362.464.463.227.116.525.116 1.12.116H18.1c.595 0 .892 0 1.12-.116.199-.101.361-.264.463-.463.116-.227.116-.525.116-1.12V5.9c0-.595 0-.892-.116-1.12a1.062 1.062 0 0 0-.464-.463c-.227-.116-.524-.116-1.119-.116h-1.203c-.594 0-.892 0-1.119.116-.2.102-.362.264-.464.464-.115.227-.115.524-.115 1.119Zm-.051 11.03v1.143c0 .605 0 .908.118 1.139.103.203.268.368.472.472.23.117.533.117 1.138.117H18.1c.605 0 .907 0 1.138-.117a1.08 1.08 0 0 0 .472-.472c.118-.231.118-.534.118-1.139v-1.144c0-.605 0-.907-.118-1.138a1.08 1.08 0 0 0-.472-.472c-.231-.118-.534-.118-1.138-.118h-1.224c-.605 0-.907 0-1.138.118a1.08 1.08 0 0 0-.472.472c-.118.23-.118.533-.118 1.138Z"),u(n,"fill","#fff"),V(n,"hidden",!t[0]),u(e,"width","24"),u(e,"height","24"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg")},m(o,s){A(o,e,s),p(e,i),p(e,n)},p(o,[s]){s&1&&V(n,"hidden",!o[0])},i:q,o:q,d(o){o&&P(e)}}}function cm(t,e,i){let{isOpened:n=!1}=e;return t.$$set=o=>{"isOpened"in o&&i(0,n=o.isOpened)},[n]}class fm extends _e{constructor(e){super(),ge(this,e,cm,um,be,{isOpened:0})}}function dm(t){let e,i;return e=new fm({props:{isOpened:t[3]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o&8&&(s.isOpened=n[3]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function mm(t){let e,i,n;function o(l){t[6](l)}let s={className:t[1]?"hidden":"",testId:"btn-graph",disabled:t[2],ariaLabel:t[5],click:t[4],$$slots:{default:[dm]},$$scope:{ctx:t}};return t[0]!==void 0&&(s.ref=t[0]),e=new pi({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,[r]){const a={};r&2&&(a.className=l[1]?"hidden":""),r&4&&(a.disabled=l[2]),r&32&&(a.ariaLabel=l[5]),r&16&&(a.click=l[4]),r&136&&(a.$$scope={dirty:r,ctx:l}),!i&&r&1&&(i=!0,a.ref=l[0],qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function pm(t,e,i){let{ref:n=void 0}=e,{hidden:o=!1}=e,{disabled:s=!1}=e,{graphIsOpened:l=!1}=e,{click:r}=e,a;function c(f){n=f,i(0,n)}return t.$$set=f=>{"ref"in f&&i(0,n=f.ref),"hidden"in f&&i(1,o=f.hidden),"disabled"in f&&i(2,s=f.disabled),"graphIsOpened"in f&&i(3,l=f.graphIsOpened),"click"in f&&i(4,r=f.click)},t.$$.update=()=>{t.$$.dirty&8&&i(5,a=K(l?"tooltip_interactive_graph_on":"tooltip_interactive_graph_off"))},[n,o,s,l,r,a,c]}class cu extends _e{constructor(e){super(),ge(this,e,pm,mm,be,{ref:0,hidden:1,disabled:2,graphIsOpened:3,click:4})}}function hm(t){let e,i;return{c(){e=M("svg"),i=M("path"),u(i,"d","M12 9.096a.4.4 0 0 1-.67.296L7.044 5.493a.668.668 0 0 1 0-.986L11.33.608a.4.4 0 0 1 .67.296V4a8 8 0 1 1-8 8 1 1 0 1 1 2 0 6 6 0 1 0 6-6v3.096z"),u(i,"fill","#fff"),u(e,"width","24"),u(e,"height","24"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","replay-icon")},m(n,o){A(n,e,o),p(e,i)},p:q,i:q,o:q,d(n){n&&P(e)}}}class fu extends _e{constructor(e){super(),ge(this,e,null,hm,be,{})}}function bm(t){Ke(t,"v-1ot3duq",".mobile.v-1ot3duq{position:relative;display:flex;align-items:center;justify-content:center}.mobile.v-1ot3duq svg{transform:scale(2)}.icon-background-mobile.v-1ot3duq{position:absolute;top:16px;left:16px;border-radius:var(--big-play-radius);background-color:var(--big-play-bg-color);width:calc(100% - 32px);height:calc(100% - 32px)}")}function fr(t){let e;return{c(){e=I("div"),u(e,"class","icon-background-mobile v-1ot3duq")},m(i,n){A(i,e,n)},d(i){i&&P(e)}}}function gm(t){let e,i,n,o,s=t[1]&&fr();return n=new fu({}),{c(){s&&s.c(),e=D(),i=I("div"),U(n.$$.fragment),u(i,"class","v-1ot3duq"),V(i,"mobile",t[1])},m(l,r){s&&s.m(l,r),A(l,e,r),A(l,i,r),H(n,i,null),o=!0},p(l,r){l[1]?s||(s=fr(),s.c(),s.m(e.parentNode,e)):s&&(s.d(1),s=null),(!o||r&2)&&V(i,"mobile",l[1])},i(l){o||(m(n.$$.fragment,l),o=!0)},o(l){g(n.$$.fragment,l),o=!1},d(l){l&&(P(e),P(i)),s&&s.d(l),F(n)}}}function _m(t){let e,i,n;function o(l){t[5](l)}let s={className:(t[1]?"btn-m--play":"")+" "+t[3],testId:"btn-replay",ariaLabel:K("tooltip_restart"),disabled:t[2],click:t[4],ariaKeyShortCut:Lo[Se.KeyK],$$slots:{default:[gm]},$$scope:{ctx:t}};return t[0]!==void 0&&(s.ref=t[0]),e=new pi({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,[r]){const a={};r&10&&(a.className=(l[1]?"btn-m--play":"")+" "+l[3]),r&4&&(a.disabled=l[2]),r&16&&(a.click=l[4]),r&66&&(a.$$scope={dirty:r,ctx:l}),!i&&r&1&&(i=!0,a.ref=l[0],qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function vm(t,e,i){let{ref:n=void 0}=e,{isMobile:o=!1}=e,{disabled:s=!1}=e,{className:l=""}=e,{click:r=ie.noop}=e;function a(c){n=c,i(0,n)}return t.$$set=c=>{"ref"in c&&i(0,n=c.ref),"isMobile"in c&&i(1,o=c.isMobile),"disabled"in c&&i(2,s=c.disabled),"className"in c&&i(3,l=c.className),"click"in c&&i(4,r=c.click)},[n,o,s,l,r,a]}class Ml extends _e{constructor(e){super(),ge(this,e,vm,_m,be,{ref:0,isMobile:1,disabled:2,className:3,click:4},bm)}}function km(t){let e,i;return{c(){e=M("svg"),i=M("path"),u(i,"d","M12.583 12.917v2.496a1 1 0 0 1-1.522.853l-5.583-3.413a1 1 0 0 1 0-1.706l5.583-3.413a1 1 0 0 1 1.522.853v2.496l5.478-3.349a1 1 0 0 1 1.522.853v6.826a1 1 0 0 1-1.522.853l-5.478-3.349Z"),u(i,"fill","#fff"),u(e,"width","24"),u(e,"height","24"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"data-testid","play-prev-chapter-icon")},m(n,o){A(n,e,o),p(e,i)},p:q,i:q,o:q,d(n){n&&P(e)}}}class wm extends _e{constructor(e){super(),ge(this,e,null,km,be,{})}}function ym(t){let e,i;return e=new wm({}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Cm(t){let e,i,n;function o(l){t[4](l)}let s={className:t[1]?"hidden":"",testId:"btn-play-prev-chapter",ariaLabel:K("tooltip_interactive_go_back"),disabled:t[2],click:t[3],$$slots:{default:[ym]},$$scope:{ctx:t}};return t[0]!==void 0&&(s.ref=t[0]),e=new pi({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,[r]){const a={};r&2&&(a.className=l[1]?"hidden":""),r&4&&(a.disabled=l[2]),r&8&&(a.click=l[3]),r&32&&(a.$$scope={dirty:r,ctx:l}),!i&&r&1&&(i=!0,a.ref=l[0],qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function Tm(t,e,i){let{ref:n=void 0}=e,{hidden:o=!1}=e,{disabled:s=!1}=e,{click:l}=e;function r(a){n=a,i(0,n)}return t.$$set=a=>{"ref"in a&&i(0,n=a.ref),"hidden"in a&&i(1,o=a.hidden),"disabled"in a&&i(2,s=a.disabled),"click"in a&&i(3,l=a.click)},[n,o,s,l,r]}class du extends _e{constructor(e){super(),ge(this,e,Tm,Cm,be,{ref:0,hidden:1,disabled:2,click:3})}}function Sm(t){Ke(t,"v-1x1zctw",".icon.v-1x1zctw{width:24px !important;height:24px !important;;}.error-stub.v-1x1zctw{display:flex;justify-content:center;align-items:center}.inner.v-1x1zctw{width:16px;height:16px;background-color:var(--white)}")}function Pm(t){let e,i,n,o;return{c(){e=I("img"),u(e,"class","icon v-1x1zctw"),jl(e.src,i=t[0])||u(e,"src",i),u(e,"aria-hidden","true")},m(s,l){A(s,e,l),n||(o=he(e,"error",t[7]),n=!0)},p(s,l){l&1&&!jl(e.src,i=s[0])&&u(e,"src",i)},d(s){s&&P(e),n=!1,o()}}}function Am(t){let e;return{c(){e=I("div"),e.innerHTML='<div class="inner v-1x1zctw"></div>',u(e,"class","icon error-stub v-1x1zctw")},m(i,n){A(i,e,n)},p:q,d(i){i&&P(e)}}}function Im(t){let e;function i(s,l){return s[5]?Am:Pm}let n=i(t),o=n(t);return{c(){o.c(),e=ct()},m(s,l){o.m(s,l),A(s,e,l)},p(s,l){n===(n=i(s))&&o?o.p(s,l):(o.d(1),o=n(s),o&&(o.c(),o.m(e.parentNode,e)))},d(s){s&&P(e),o.d(s)}}}function Em(t){let e,i;return e=new pi({props:{className:t[4]?"btn-full-opacity":"",ariaLabel:t[1],click:t[3],disabled:t[6],testId:t[2],$$slots:{default:[Im]},$$scope:{ctx:t}}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,[o]){const s={};o&16&&(s.className=n[4]?"btn-full-opacity":""),o&2&&(s.ariaLabel=n[1]),o&8&&(s.click=n[3]),o&64&&(s.disabled=n[6]),o&4&&(s.testId=n[2]),o&545&&(s.$$scope={dirty:o,ctx:n}),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Vm(t,e,i){let n,o,s,{iconUrl:l}=e,{ariaLabel:r}=e,{disabled:a=!1}=e,{testId:c}=e,{onClick:f=ie.noop}=e;const d=()=>{i(5,s=!0)};return t.$$set=h=>{"iconUrl"in h&&i(0,l=h.iconUrl),"ariaLabel"in h&&i(1,r=h.ariaLabel),"disabled"in h&&i(8,a=h.disabled),"testId"in h&&i(2,c=h.testId),"onClick"in h&&i(3,f=h.onClick)},t.$$.update=()=>{t.$$.dirty&8&&i(4,n=f===ie.noop),t.$$.dirty&272&&i(6,o=n||a)},i(5,s=!1),[l,r,c,f,n,s,o,d,a]}class mu extends _e{constructor(e){super(),ge(this,e,Vm,Em,be,{iconUrl:0,ariaLabel:1,disabled:8,testId:2,onClick:3},Sm)}}class dr{constructor(){Object.defineProperty(this,"listeners",{value:{},writable:!0,configurable:!0})}addEventListener(e,i,n){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push({callback:i,options:n})}removeEventListener(e,i){if(!(e in this.listeners))return;const n=this.listeners[e];for(let o=0,s=n.length;o<s;o++)if(n[o].callback===i){n.splice(o,1);return}}dispatchEvent(e){if(!(e.type in this.listeners))return;const n=this.listeners[e.type].slice();for(let o=0,s=n.length;o<s;o++){const l=n[o];try{l.callback.call(this,e)}catch(r){Promise.resolve().then(()=>{throw r})}l.options&&l.options.once&&this.removeEventListener(e.type,l.callback)}return!e.defaultPrevented}}class pu extends dr{constructor(){super(),this.listeners||dr.call(this),Object.defineProperty(this,"aborted",{value:!1,writable:!0,configurable:!0}),Object.defineProperty(this,"onabort",{value:null,writable:!0,configurable:!0}),Object.defineProperty(this,"reason",{value:void 0,writable:!0,configurable:!0})}toString(){return"[object AbortSignal]"}dispatchEvent(e){e.type==="abort"&&(this.aborted=!0,typeof this.onabort=="function"&&this.onabort.call(this,e)),super.dispatchEvent(e)}}let Lm=class{constructor(){Object.defineProperty(this,"signal",{value:new pu,writable:!0,configurable:!0})}abort(e){let i;try{i=new Event("abort")}catch{typeof document<"u"?document.createEvent?(i=document.createEvent("Event"),i.initEvent("abort",!1,!1)):(i=document.createEventObject(),i.type="abort"):i={type:"abort",bubbles:!1,cancelable:!1}}let n=e;if(n===void 0)if(typeof document>"u")n=new Error("This operation was aborted"),n.name="AbortError";else try{n=new DOMException("signal is aborted without reason")}catch{n=new Error("This operation was aborted"),n.name="AbortError"}this.signal.reason=n,this.signal.dispatchEvent(i)}toString(){return"[object AbortController]"}};typeof Symbol<"u"&&Symbol.toStringTag&&(Lm.prototype[Symbol.toStringTag]="AbortController",pu.prototype[Symbol.toStringTag]="AbortSignal");function hu(t){return t.__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL?(console.log("__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL=true is set, will force install polyfill"),!0):typeof t.Request=="function"&&!t.Request.prototype.hasOwnProperty("signal")||!t.AbortController}function Mm(t){typeof t=="function"&&(t={fetch:t});const{fetch:e,Request:i=e.Request,AbortController:n,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:o=!1}=t;if(!hu({fetch:e,Request:i,AbortController:n,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:o}))return{fetch:e,Request:s};let s=i;(s&&!s.prototype.hasOwnProperty("signal")||o)&&(s=function(c,f){let d;f&&f.signal&&(d=f.signal,delete f.signal);const h=new i(c,f);return d&&Object.defineProperty(h,"signal",{writable:!1,enumerable:!1,configurable:!0,value:d}),h},s.prototype=i.prototype);const l=e;return{fetch:(a,c)=>{const f=s&&s.prototype.isPrototypeOf(a)?a.signal:c?c.signal:void 0;if(f){let d;try{d=new DOMException("Aborted","AbortError")}catch{d=new Error("Aborted"),d.name="AbortError"}if(f.aborted)return Promise.reject(d);const h=new Promise((v,k)=>{f.addEventListener("abort",()=>k(d),{once:!0})});return c&&c.signal&&delete c.signal,Promise.race([h,l(a,c)])}return l(a,c)},Request:s}}const Bl=hu({fetch:window.fetch,Request:window.Request,AbortController:window.AbortController}),bu=Bl?Mm({fetch:window.fetch,Request:window.Request,AbortController:window.AbortController}):void 0,Bm=Bl?bu.fetch:window.fetch;Bl?bu.Request:window.Request;const Nm=(t,e)=>t<400||e<225?5:t<640||e<360?0:t<960||e<540?1:t<1280||e<720?2:3,Rm="//ad.mail.ru/static/admanhtml/rbadman-html5.min.js";class Dm{adman=null;initialVolume=1;videoElement=null;currentAdSection=null;actions=null;adsState=null;playerState=null;log;loadTimeout;initTimeout;events={slotRequested$:new ie.Subject,started$:new ie.Subject,paused$:new ie.Subject,resumed$:new ie.Subject,ended$:new ie.Subject,skipped$:new ie.Subject,clicked$:new ie.Subject};constructor(e,i){this.log=e.createComponentLog("AdmanWrapper"),this.loadTimeout=i.loadTimeout,this.initTimeout=i.initTimeout}init(e,i,n){this.actions=e,this.adsState=i,this.playerState=n}loadAdman=e=>new Promise((i,n)=>{let o;const s=()=>{clearTimeout(o),delete window.admanAsyncInit,window.AdmanHTML?i():n()};ie.addScript(Rm,e,this.loadTimeout).then(()=>{window.AdmanHTML?i():(window.admanAsyncInit=s,o=window.setTimeout(s,this.initTimeout))}).catch(()=>{n()})});onAdmanLoadingError(){this.log({message:"adman loading error"}),this.switchToVideo(!0)}initAdman(e){const{width:i,height:n,isFullscreen:o,isAutoplay:s,adsContainer:l,adsVideoElement:r,slotId:a,params:c={},duration:f,previewParam:d}=e;let h;const v=this.playerState&&Je(this.playerState.vsid);v&&(h=parseInt(v,36));const k={dl:encodeURIComponent(window.location.href),autoplay:s,player_width:i,player_height:n,puid10:Nm(i,n),puid11:o?0:1,preview:d,...h?{request_id:h}:{},duration:f,...c},_={slot:a,wrapper:l,videoEl:r,videoQuality:n,params:k,browser:{mobile:!1}},S=new window.AdmanHTML;S.setDebug(!1),S.onReady(this.onAdsReady),S.onStarted(this.onAdStarted),S.onPlayed(this.onAdPlayed),S.onPaused(this.onAdPaused),S.adMidrollPoint(this.onAdMidrollPoint),S.onClosed(this.onAdClosed),S.onSkipped(this.onAdSkipped),S.onClicked(this.onAdClicked),S.onTimeRemained(this.onAdTimeRemained),S.onCompleted(this.onAdCompleted),S.onError(this.onAdError),S.init(_),this.adman=S,this.videoElement=r,this.events.slotRequested$.next(),this.log({message:`adman init, config: ${JSON.stringify(_)}`})}switchToVideo(e=!1){if(this.currentAdSection===null&&!e){this.log({message:"switch to video, no currentAdSection. can't switch"});return}ie.assertNonNullable(this.actions),ie.assertNonNullable(this.adsState),ie.assertNonNullable(this.playerState);const i=this.currentAdSection===In.Postroll;this.adsState.playbackState.set(Xt.INACTIVE),this.currentAdSection=null,this.playerState.mobileUnmuteButtonVisible.set(!1),this.log({message:`switch to video, isPostroll: ${i}`}),i&&(this.adsState.postrollPassed.set(!0),this.log({message:"postroll passed"})),this.actions.switchFromAdsToVideo(!i)}togglePlay(){ie.assertNonNullable(this.adsState),this.log({message:"toggle play"});const e=Je(this.adsState.playbackState);e===Xt.PLAYING?this.pause():e===Xt.PAUSED&&this.play()}setInitialVolume(e){this.log({message:`set initial volume ${e}`}),this.initialVolume=e}setVolume(e){this.log({message:`set volume ${e}`}),this.adman?.setVolume(e),this.videoElement&&(this.videoElement.volume=e)}setFullscreen(e){this.log({message:`set fullscreen ${e}`}),this.adman?.setFullscreen(e)}startPreroll(){ie.assertNonNullable(this.adman),this.log({message:"start preroll"}),this.setVolume(this.initialVolume),this.currentAdSection=In.Preroll,this.adman.start(In.Preroll)}startPostroll(){ie.assertNonNullable(this.adman),ie.assertNonNullable(this.actions),this.log({message:"start postroll"}),this.actions.switchFromVideoToAds(),this.currentAdSection=In.Postroll,this.adman.start(In.Postroll)}onAdsReady=()=>{this.log({message:"ads ready"}),this.startPreroll()};onAdStarted=(e,i)=>{ie.assertNonNullable(this.adsState),ie.assertNonNullable(this.playerState),ie.assertNonNullable(this.actions),this.log({message:`ad started, section: ${e}, banner: ${JSON.stringify(i)}`}),this.events.started$.next(e),i.muted&&(this.setVolume(0),this.actions.setMuted(!0),this.log({message:"ad muted start"}),Je(this.playerState.isMobile)&&this.playerState.mobileUnmuteButtonVisible.set(!0)),this.adsState.duration.set(i.duration),this.adsState.playbackState.set(Xt.PLAYING),this.adsState.canSkip.set(i.allowClose),this.adsState.secondsToWatchBeforeSkip.set(i.allowCloseDelay)};onAdTimeRemained=({currentTime:e})=>{ie.assertNonNullable(this.adsState),this.adsState.position.set(e)};onAdPaused=()=>{ie.assertNonNullable(this.adsState),this.log({message:"ad paused"}),this.adsState.playbackState.set(Xt.PAUSED)};onAdPlayed=()=>{ie.assertNonNullable(this.adsState),this.log({message:"ad played"}),this.adsState.playbackState.set(Xt.PLAYING)};onAdMidrollPoint=()=>{ie.assertNonNullable(this.adman),ie.assertNonNullable(this.actions),this.log({message:"midroll point"}),this.actions.switchFromVideoToAds(),this.currentAdSection=In.Midroll,this.adman.start(In.Midroll)};onAdSkipped=()=>{this.log({message:"ad skipped"}),this.switchToVideo()};onAdClosed=()=>{this.log({message:"ad closed"}),this.switchToVideo()};onAdCompleted=()=>{this.log({message:"ad completed"}),this.events.ended$.next(),this.switchToVideo()};onAdClicked=()=>{this.log({message:"ad clicked"}),this.videoElement?.pause(),this.events.clicked$.next()};onAdError=()=>{this.log({message:"ad error"}),this.switchToVideo(!0)};play(){ie.assertNonNullable(this.adman),this.log({message:"ad play"}),this.adman.resume(),this.events.resumed$.next()}pause(){ie.assertNonNullable(this.adman),this.log({message:"ad pause"}),this.adman.pause(),this.events.paused$.next()}skip(){ie.assertNonNullable(this.adman),this.log({message:"ad skip"}),this.adman.skip(),this.events.skipped$.next()}setPosition(e,i){this.adman?.setPosition(Math.floor(e),Math.floor(i))}destroy(){this.log({message:"destroy"}),this.adman?.destroy()}}const Om=t=>{const e=Math.round(t);return isNaN(e)||e<40?"":e>=40&&e<55?50:e>=55&&e<90?60:e>=90&&e<180?120:e>=180?240:""};class zm{oneLineRegExp=/\r\n|\n|\r/;twoLinesRegExp=/\r\n\r\n|\n\n|\r\r/;parse(e){const i=[],n=e.split(this.twoLinesRegExp);for(const o of n){const s={startTime:0,endTime:0,texts:[],lang:""},l=o.split(this.oneLineRegExp);for(const r of l)if(!s.startTime&&!s.endTime){const a=new gu,{startTime:c,endTime:f}=a.parse(r);s.startTime=c,s.endTime=f}else if(r.trim()!==""){const a=new Hm,{texts:c}=a.parse(r);s.texts=[...s.texts,...c]}(s.startTime||s.endTime)&&s.texts.length>0&&i.push(s)}return i}}class gu{timeRegExp=/(\d{2})?:?(\d{2}):(\d{2}).(\d{2,3})/;timingRegExp=new RegExp(`${this.timeRegExp.source}( ?--> ?)${this.timeRegExp.source}`);parse(e){const i={startTime:0,endTime:0},n=this.timingRegExp.exec(e);return n&&(i.startTime=this.calcTime(n[1],n[2],n[3],n[4]),i.endTime=this.calcTime(n[6],n[7],n[8],n[9])),i}parseTime(e){const i=this.timeRegExp.exec(e);return i?this.calcTime(i[1],i[2],i[3],i[4]):0}isTime(e){return this.timeRegExp.test(e)}calcTime(e="0",i="0",n="0",o="0"){const s=Number(e)*60*60,l=Number(i)*60,r=Number(n),a=+`0.${o}`;return s+l+r+a}}class Hm{letterTagRegExp=/<[a-z]*>|<\/[a-z]*>/;parse(e){const i={texts:[]},o=e.replace(new RegExp(this.letterTagRegExp,"g"),"").split({[Symbol.split](l){let r=0;const a=[];for(;r<l.length;){const c=["<",">"].reduce((f,d)=>{const h=l.indexOf(d,r);return f===-1||f>h?h:f},-1);if(c===-1){a.push(l.substring(r));break}a.push(l.substring(r,c)),r=c+1}return a}}),s=new gu;for(const l of o)s.isTime(l)?i.texts.push({type:"timestamp",value:s.parseTime(l)}):i.texts.push({type:"text",value:l});return i}}let Zn,dn,al=0,ul=!1;const Fm=(t,e,i)=>{const n=t>=al,o=t<al,s=(c,f=0,d=0)=>c<f&&c<d,l=(c,f=0,d=0)=>c>=f&&c<=d,r=(c,f=0,d=0)=>c>f&&c>d,a=i.find(({lang:c})=>c===e.value)?.subtitles;if(al=t,o&&(ul=!1),ie.isNonNullable(Zn)&&l(t,Zn.startTime,Zn.endTime)&&Zn.lang===e.value)return Zn;if(!ie.isNonNullable(dn)&&a?.length&&!ul){const c=a.find(({startTime:f,endTime:d})=>l(t,f,d)||n&&s(t,f,d));dn=c&&{...c,lang:e.value},Zn=void 0,!ie.isNonNullable(dn)&&a[a.length-1].endTime<t&&(ul=!0);return}else{if(l(t,dn?.startTime,dn?.endTime))return Zn=dn,dn=void 0,Zn;(n&&r(t,dn?.startTime,dn?.endTime)||o&&s(t,dn?.startTime,dn?.endTime))&&(dn=void 0)}},cl={ru:"\u0420\u0443\u0441\u0441\u043A\u0438\u0439",en:"English",uk:"\u0423\u043A\u0440\u0430\u0457\u043D\u0441\u044C\u043A\u0430",be:"\u0411\u0435\u043B\u0430\u0440\u0443\u0441\u043A\u0430\u044F (\u0442\u0430\u0440\u0430\u0448\u043A\u0435\u0432i\u0446\u0430)",es:"Espa\xF1ol",fi:"Suomi",de:"Deutsch",it:"Italiano",bg:"\u0411\u044A\u043B\u0433\u0430\u0440\u0441\u043A\u0438",hr:"Hrvatski",hu:"Magyar",sr:"\u0421\u0440\u043F\u0441\u043A\u0438","pt-PT":"Portugu\xEAs",el:"\u0395\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AC",pl:"Polski",fr:"Fran\xE7ais",ko:"\uD55C\uAD6D\uC5B4","zh-CN":"\u6C49\u8BED",lt:"Lietuvi\u0173",ja:"\u65E5\u672C\u8A9E",cs:"\u010Ce\u0161tina",et:"Eesti",tt:"\u0422\u0430\u0442\u0430\u0440\u0447\u0430",ba:"\u0411\u0430\u0448\u04A1\u043E\u0440\u0442\u0441\u0430",cv:"\u0427\u0103\u0432\u0430\u0448\u043B\u0430",sk:"Sloven\u010Dina",ro:"Rom\xE2n\u0103",no:"Norsk",lv:"Latvie\u0161u",az:"Az\u0259rbaycan dili",hy:"\u0540\u0561\u0575\u0565\u0580\u0565\u0576",sv:"Svenska",nl:"Nederlands",tk:"T\xFCrkmen",ka:"\u10E5\u10D0\u10E0\u10D7\u10E3\u10DA\u10D8",da:"Dansk",uz:"O\u2018zbek",th:"\u0E20\u0E32\u0E29\u0E32\u0E44\u0E17\u0E22",id:"Bahasa Indonesia",tg:"\u0422\u043E\u04B7\u0438\u043A\u04E3",sl:"Sloven\u0161\u010Dina",bs:"Bosanski","pt-BR":"Portugu\xEAs brasileiro",fa:"\u0641\u0627\u0631\u0633\u06CC",vi:"Ti\u1EBFng Vi\u1EC7t",hi:"\u0939\u093F\u0928\u094D\u0926\u0940",si:"\u0DC3\u0DD2\u0D82\u0DC4\u0DBD",bn:"\u09AC\u09BE\u0982\u09B2\u09BE",tl:"Tagalog",mn:"\u041C\u043E\u043D\u0433\u043E\u043B",my:"\u1017\u1019\u102C\u1005\u102C",tr:"T\xFCrk\xE7e",ne:"\u0928\u0947\u092A\u093E\u0932\u0940",ur:"\u0627\u0631\u062F\u0648",ky:"\u041A\u044B\u0440\u0433\u044B\u0437 \u0442\u0438\u043B\u0438",pa:"\u067E\u0646\u062C\u0627\u0628\u06CC",os:"\u0418\u0440\u043E\u043D",kn:"\u0C95\u0CA8\u0CCD\u0CA8\u0CA1",sw:"Kiswahili",kk:"\u049A\u0430\u0437\u0430\u049B\u0448\u0430",ar:"\u0627\u0644\u0639\u0631\u0628\u064A\u0629",he:"\u05E2\u05D1\u05E8\u05D9\u05EA",ab:"\u0410\u04A7\u0441\u0448\u04D9\u0430",eu:"Euskara",eo:"Esperanto"};class Um{oneStat;statSubscription;constructor(e,i){this.oneStat=new pt.OneStat(e,i),this.statSubscription=new ie.Subscription}destroy(){this.oneStat.destroy(),this.statSubscription.unsubscribe()}}const qm=({interfaceLanguage:t,videoId:e,isClip:i,isLiveCatchUpMode:n,statAuthToken:o,isAudioDisabled:s,canDownload:l,callbacks:r,webApi:a,videoEpisodes:c,previewThumbsData:f,uiConfig:d,coreConfig:h,player:v,disabledControls:k,isInteractive:_,interactiveRanges$:S,isInteractiveTime$:C,replayInteractive:T,hasInteractiveBranches:y,playPrevChapterDisabledTooltip:L,additionalButtons:le,looped:Y=!1,statistics:N})=>{const ee={...h,configName:[...h.configName??[],"ui"],isAudioDisabled:s,live:{...h.live??{},isLiveCatchUpMode:!!n}},Q=d,w=v||new $e.Player(ee),$=new ie.Logger,X=new Dm($,{loadTimeout:Q.ads.loadTimeout,initTimeout:Q.ads.initTimeout}),O=gl.getInstance(),W=a?.pictureInPictureApi,B=a?.annotationsApi,J=$.createComponentLog("Store");let E,z,Te={};const ze=ie.getCurrentBrowser(),Ve=N?mt(N.oneStat.vsid$):Sn(void 0),Le=Ie(Io()),Pe=W?.info.isActive$??new ie.ValueSubject(!1),pe=W?.info.type,Z=Ie(0),me=Ie([]),Ae=ie.merge(w.events.fatalError$,w.events.managedError$).subscribe(b=>me.update(se=>[...se,b])),Ue=Sn(!1,b=>{const se=w.events.fatalError$.subscribe(()=>b(!0));return()=>se.unsubscribe()}),Ge=async b=>{const se=Object.values(ie.InterfaceLanguage).includes(b);if(Q.downloadVKLanguages&&(se&&Q.updateBuiltinLanguages||!Xl(b))){let Re;try{Re=await ie.loadVKLangPack(b,Vc,Lc)}catch(Qe){N?.oneStat?.logError({errorType:"VKLangPack",fatal:!1}),O?.report(Qe,{errorType:"VKLangPack",fatal:!1})}Re&&(Ql({language:b,pack:Re,fallback:Q.defaultLanguage}),ae.set(b))}Xl(b)&&ae.set(b)},ae=Ie(t);Ge(t);const ye=(b,se)=>{const we=Je(ae);return P1(we,b,se,Q.defaultLanguage)},Me=Ie(De.Thumb),je=(()=>{const b=mi([Ue,Me],([se,we])=>se?De.Crashed:we);return{...b,is:se=>Je(b)===se}})(),ne=(()=>{const b=Ie(new Set(k));return{...b,add:se=>{b.update(we=>new Set([...we].concat(se)))},remove:se=>{b.update(we=>{const Re=[...we];return new Set(Array.isArray(se)?Re.filter(Qe=>!se.includes(Qe)):Re.filter(Qe=>Qe!==se))})},includes:se=>{const we=Je(b);return Array.isArray(se)?se.every(Re=>we.has(Re)):we.has(se)}}})();J({message:"create store"});const G=b=>{const se=b.container;se.append(w.experimental.element$.getValue()),Ne=new MutationObserver(we=>{const{removedNodes:Re}=we[0];Re.length&&se.append(w.experimental.element$.getValue())}),Ne.observe(se,{childList:!0})},Ce=b=>{J({message:`init video, config: ${JSON.stringify(b)}`}),_?G(b):w.initVideo(b),b.subtitles&&w.setExternalTextTracks(b.subtitles),E=b},re=new ie.Subject,ke=b=>re.next(b),He=new ie.Subject,et=new ie.Subject,lt=new ie.Subject;let Ne=null;const ue={actionRewind$:He,actionSeek$:et,inPiP$:Pe,inFullscreen$:new ie.Observable(b=>Le.subscribe(se=>b.next(se))),actionSetSubtitle$:lt,nextMovie$:re};if(N){const{oneStat:b,statSubscription:se}=N;se.add(b.attachTo(w)),se.add(b.attachToUi(ue)),se.add(b.attachToAds(X.events)),b.authorize(o).catch(we=>{J({message:`onestat auth error ${String(we)}`})})}if(O){const b=new ie.Subscription,se=(we,Re)=>b.add(we.subscribe(Re));if(se(w.events.managedError$,we=>{O.logIError(we)}),se(w.events.fatalError$,we=>{O.logIError(we,!0)}),N){const{oneStat:we}=N;se(we.experimental.error$,Re=>{O.logIError(Re)})}O.sentrySubscription.add(b)}const st=()=>{ie.isIOS()&&z&&rf(z)},vt=new ie.Subscription().add(w.experimental.element$.subscribe(b=>{b&&(z=b,b.classList.add("player-media"),Yo(W)&&(W.updateVideoElement(),W.registryEventHandlers()),_&&b.setAttribute("pip","false"))})).add(w.events.ended$.subscribe(()=>{st(),r?.onEnded?.()})).add(w.events.started$.subscribe(async()=>{Yo(W)&&await W?.revealPictureInPicture();const b=w.info.muted$.getValue();r?.onStarted?.(),Te.onStarted?.(b)})).add(w.events.willSeek$.subscribe(({from:b,to:se})=>{r?.onSeek?.(b,se)})).add(w.info.position$.subscribe(b=>{const se=w.info.duration$.getValue();r?.onTimeupdate?.(se,b),X.setPosition(b,se)})).add(w.events.fatalError$.subscribe(()=>{r?.onCrashed?.()})).add(w.events.firstBytes$.subscribe(()=>{rt.state.isFirstBytes$.set(!0)})).add(w.info.is3DVideo$.subscribe(b=>{rt.ui.is3DVideo.set(b)})).add(w.info.isEnded$.subscribe(b=>{_&&(b?(C?.getValue()&&ne.add(f1),ne.add(at.PLAY_BUTTON)):ne.remove(at.PLAY_BUTTON))})).add(w.info.liveTime$.subscribe(b=>{r?.onLiveTime?.(b)})).add(w.info.isStalled$.subscribe(b=>{r?.onStalledChanged?.(b)})),ut=new ie.Subscription,bt=()=>{ut.add(w.events.log$.subscribe(b=>{console.debug("%c sdk ","background:#9ddcf7;",`sdk component: ${b.component}`,b.message)})).add($.log$.subscribe(b=>{console.debug("%c ui ","background:#f3da0b;",`ui component: ${b.component}.`,b.message)}))},Ct=()=>{ut.unsubscribe()},Be=(b,se)=>{w.startCameraManualRotation(b,se)},Ft=(b=!1)=>{w.stopCameraManualRotation(b)},ce=(b,se,we)=>{w.moveCameraFocusPX(b,se,we)},ft=()=>{w.holdCamera()},kt=()=>{w.releaseCamera()},We=Sn(w.info.position$.getValue(),b=>{let se,we;const Re=()=>{const Qe=w.info.playbackState$.getValue(),zt=w.info.isLive$.getValue(),Yt=w.info.duration$.getValue(),At=w.info.position$.getValue();if([$e.PlaybackState.PLAYING,$e.PlaybackState.PAUSED].includes(Qe)){const rn=zt?At-Yt:w.getExactTime();rn!==we&&b(rn),we=rn}se=requestAnimationFrame(Re)};return Re(),()=>cancelAnimationFrame(se)}),tt=mt(Pe),gt=mt(w.info.playbackState$),wt=mt(w.info.currentBuffer$),hi=mt(w.info.isEnded$),bi=mt(w.info.isLive$),gi=Q.features.playbackRate?mt(w.info.canChangePlaybackSpeed$):Sn(!1),Fi=mt(w.info.liveBufferTime$),Qi=mt(w.info.volume$),ii=mt(w.info.muted$),ni=h1(w.info.autoQualityLimits$.pipe(ie.map(({max:b})=>b!==void 0)),w.info.autoQualityLimits$.getValue()?.max!==void 0),_i=mt(w.info.autoQualityLimitingAvailable$),Ut=mt(w.info.availableQualities$),oi=mt(w.info.availableQualitiesFps$),Ui=mt(w.info.chromecastState$),vi=mt(w.info.chromecastDeviceName$),ki=mt(w.info.currentFormat$),li=mt(w.info.throughputEstimation$),wi=mt(w.info.videoBitrate$),si=mt(w.info.intrinsicVideoSize$),yi=mt(w.info.duration$),Ci=mt(w.info.isAudioAvailable$);let yt=null;const Mt=w.info.isBuffering$,qt=Sn(Mt.getValue(),b=>{const se=Mt.subscribe(we=>{we&&yt===null?yt=window.setTimeout(()=>{b(Mt.getValue()),yt=null},Q.loaderDelay):b(we)});return()=>{se.unsubscribe(),yt&&clearTimeout(yt)}}),ri=()=>{yt&&clearTimeout(yt),yt=null},Vt=mi([yi,bi],([b,se])=>se?-b:b),ai=mi([gt],([b])=>b===$e.PlaybackState.PLAYING),Zt=mt(w.info.atLiveEdge$),xt=mt(w.info.atLiveDurationEdge$),Tt=mt(w.info.position$),St=mi([Tt,yi],([b,se])=>isFinite(b)&&isFinite(se)&&!!se),Bt=mi([Ui],([b])=>b===$e.ChromecastState.CONNECTED),Wt=Ie(void 0),ui=mt(w.info.isAutoQualityEnabled$,b=>b&&Wt.set(void 0)),en=mt(w.info.currentQuality$,()=>Wt.set(void 0)),qi=mi([Wt,en],([b,se])=>b??se),jt=mi([Ut,oi,ui,qi,ki],([b,se,we,Re,Qe])=>{const zt=[];Qe!==$e.VideoFormat.MPEG&&zt.push({value:ho.AUTO,displayValue:ye("auto_quality_option"),selected:we});const Yt=b.filter(At=>At!==ie.VideoQuality.INVARIANT);for(const At of Yt){const rn=se[At],hn=At===ie.VideoQuality.INVARIANT?ye("auto_quality_option"):At;zt.push({value:At,displayValue:`${hn}${rn?Om(rn):""}`,selected:we?!1:At===Re})}return zt}),$t=mt(w.info.currentPlaybackRate$),Ti=mi([$t,Zt,xt],([b,se,we])=>{const Re=we||_?1:Q.controls.playbackRateMin,Qe=se?1:Q.controls.playbackRateMax,zt=Q.controls.playbackRateStep,Yt=[];for(let At=Re;At<=Qe;At+=zt)Yt.push({value:At,displayValue:At===1?ye("playback_rate_1"):ye("playback_rate",{multiplier:At.toString(10)}),selected:b===At});return Yt}),Ni=Q.features.subtitles?mt(w.info.availableTextTracks$):Sn([]),Nt=mi([Ni],([b],se)=>{const we=[],Re=[];for(const Qe of b)Qe.url&&we.push(Bm(Qe.url));Promise.allSettled(we).then(Qe=>{for(const[zt,Yt]of Qe.entries())Yt.status==="fulfilled"&&Yt.value.text().then(At=>{const rn=new zm,hn=b[zt].language,wo=!!b[zt].isAuto,ro=rn.parse(At);hn&&ro&&Re.push({lang:hn,subtitles:ro,isAuto:wo}),zt===Qe.length-1&&se(Re)})})}),_t={displayValue:ye("subtitles_off"),value:"off"},Si=Ie({..._t}),Zi=mi([Nt,Si,Nt],([b,se])=>{if(b?.length>0){const we=[{..._t,selected:se?.value===_t.value}];for(const{lang:Re,isAuto:Qe}of b)cl[Re]&&we.push({displayValue:Qe?ye("subtitles_auto",{language:cl[Re]}):cl[Re],value:Re,selected:se?.value===Re,isAuto:Qe});return we}else return[]}),ei=mi([We,Si,Nt],([b,se,we])=>{if(se&&se.value!==_t.value)return Fm(b,se,we)}),Wi=mi([ei],([b])=>b?.texts?b.texts:[]),ci=Ie(!0),Xi=mi([wt,Vt,Tt,Fi],([b,se,we,Re])=>{const Qe=b?.end??0;if(!Re)return Qe/se;const Yt=-we+Re-se;return(Qe-Yt)/se}),ji=mt(w.info.availableSources$),Ji=mi([ji],([b])=>Object.keys(b?.[$e.VideoFormat.MPEG]||{}).length>0),Ri=()=>{const b=Object.keys(w.info.availableSources$?.getValue()?.[$e.VideoFormat.MPEG]||{}),se=ie.getHighestQuality(b)||ie.VideoQuality.Q_144P;return E.sources[$e.VideoFormat.MPEG]?.[se]},Pi=()=>{const b=Ri();b?Fc(b,E?.meta?.title||"video"):J({message:"There is no URL for download video"})},Rt=()=>{J({message:"toggle muted"});const b=w.info.muted$.getValue(),Re=!(w.info.volume$.getValue()===0||b);di(Re)},Kt=()=>{rt.ui.settingsMenuVisible.set(!1)},fi=b=>{rt.ui.settingsMenuOpenedByKeyboard.set(!!b),rt.ui.settingsMenuVisible.set(!0)},Di=b=>{Je(rt.ui.settingsMenuVisible)?Kt():fi(b)},Oi=(b,se=b,we=!1)=>{const Re=!we,Qe=w.info.muted$.getValue();J({message:`set volume, volume: ${b}, preferredVolume: ${se}, internalCall: ${Re}`}),w.setVolume(b),X.setVolume(b),Re&&r?.onVolumeChange?.(b),Yl(se),Qe?(w.setMuted(!1),Re&&r?.onUnmute?.(),ol(!1)):!Qe&&b===0&&(w.setMuted(!0),Re&&r?.onMute?.(),ol(!0))},di=(b,se=!1)=>{const we=!se,Re=w.info.volume$.getValue();if(J({message:`set muted, currentVolume: ${Re}, mute: ${b}, internalCall: ${we}`}),w.setMuted(b),X.setVolume(b?0:Re),ol(b),we&&(b?r?.onMute?.():r?.onUnmute?.()),Re===0){let Qe=k1()??Q.volumeDefault;Qe===0&&(Qe=Q.volumeMinRestore,Yl(Qe)),w.setVolume(Qe),X.setVolume(Qe),we&&r?.onVolumeChange?.(Qe)}},Ai=Ie(!1),Ii=b=>{Ai.set(b),w.setLooped(b)};Ii(Y);const Fe=()=>{w.prepare()},zi=()=>{if(ie.assertNonNullable(rt),!Je(rt.ui.controls.disabledControls$).has(at.PLAY_BUTTON)){if(J({message:"toggle play"}),Je(rt.playerPhase)===De.Ads){X.togglePlay();return}if(w.info.playbackState$.getValue()!==$e.PlaybackState.PLAYING){if(w.info.isEnded$.getValue()){if(J({message:"toggle play, video ended, seek to 0"}),He.next(),et.next(pt.SeekAction.REWIND),_){T?.();return}w.seekTime(0)}J({message:"toggle play, call player.play"}),w.play(),r?.onPlay?.()}else J({message:"toggle play, call player.pause"}),w.pause(),r?.onPause?.()}},Lt=b=>{J({message:`set quality, quality: ${b}`}),w.setAutoQuality(b===ho.AUTO),b!==ho.AUTO?(Uc(e,b),Wt.set(b),w.setQuality(b)):w1()},Ee=b=>{J({message:`set trafficSavingEnabled, value: ${b}`}),w.setAutoQualityLimits({max:b?Q.trafficSavingLimit:void 0}),Wc(b)},Ei=b=>{w.setPlaybackRate(b)},Ki=()=>{const b=Je(Ti),se=b.findIndex(({selected:Re})=>Re);if(se===b.length-1)return;const we=b[se+1];Ei(we.value)},Hi=()=>{const b=Je(Ti),se=b.findIndex(({selected:Re})=>Re);if(se===0)return;const we=b[se-1];Ei(we.value)},Vi=b=>{b&&b.value!==_t.value&<.next(b.isAuto?b.value+"_auto":b.value),Si.set(b)},xi=()=>{const b=Je(Zi),se=Je(Si),we=Je(ae);if(se?.value===_t.value){const Re=b.filter(Qe=>Qe.value!==_t.value).find(Qe=>Qe.value===we)||b[1];Vi(Re??{..._t})}else Vi({..._t,selected:!1})},Li=(b,se,we=!0)=>{if(J({message:`seek to time, time: ${b}`}),et.next(se),w.info.isLive$.getValue()){const Re=w.info.duration$.getValue(),Qe=Math.min(0,Re+b);w.seekTime(Qe,we)}else{if(C?.getValue())return;w.seekTime(Xn(b),we)}},Gi=b=>{J({message:`seek to episode start time: ${b}`}),Li(b,pt.SeekAction.EPISODE,!0)},Dt=(b,se)=>{J({message:`seek to percent, percent: ${b}`});const we=Math.round(Je(Vt)*b);Li(we,se,!1)},Yi=b=>{J({message:`seek external, time: ${b}`}),et.next(pt.SeekAction.UNKNOWN),w.seekTime(w.info.isLive$.getValue()?-b:b)},ti=b=>{J({message:`set auto quality limitation. Max: ${b.max??"none"}. Min: ${b.min??"none"}`}),w.setAutoQualityLimits(b)},oe=b=>{J({message:`seek external to episode start time: ${b}`}),Li(b,pt.SeekAction.EPISODE,!0)},it=b=>{J({message:`set playback rate to: ${b}`}),w.setPlaybackRate(b)},Ot=Ie(void 0),Gt=Ie(!1),Mi=b=>{J({message:`start scrubbing, progress: ${b}`}),Gt.set(!0),Bi(b)},Bi=b=>{Ot.set(b)};let un,cn;const on=()=>{Ot.set(void 0),Gt.set(!1)},Pt=()=>{clearTimeout(cn),clearTimeout(un),un=window.setTimeout(()=>{on()},500),z?.removeEventListener("seeked",Pt)},kn=b=>{J({message:`complete scrubbing, progress: ${b}`}),Dt(b,pt.SeekAction.SLIDER),Je(rt.ui.isMobile)&&Je(rt.state.currentFormat$)===$e.VideoFormat.HLS?(z?.addEventListener("seeked",Pt),cn=window.setTimeout(()=>{Pt()},300)):on()},wn=mi([We,Vt,Ot],([b,se,we],Re)=>{Re(ie.isNonNullable(we)?we*se:b)}),fn=Ie({width:0,height:0}),mn=mi([fn],([{width:b}],se)=>{const we=k2(b);se(we)}),ln=Ie(!1),tn=mi([mn,ln],([b,se])=>se?le.filter(we=>!we.hideOnMobile):le.filter(we=>!we.hideOnDesktopGridTypes?.includes(b))),te=mi([ln,Ue],([b,se],we)=>{we(b&&se)}),dt=()=>{et.next(pt.SeekAction.LIVE),J({message:"switch to active live"}),w.seekTime(0),w.info.playbackState$.getValue()!==$e.PlaybackState.PLAYING&&rt.actions.internal.togglePlay()},pn=()=>X.skip(),yn=(b=!0)=>{ie.assertNonNullable(rt),J({message:`switch from ads to video, callPlay: ${b}`}),Me.set(De.Video),b&&w.play()},Cn=()=>{ie.assertNonNullable(rt),J({message:"switch from video to ads"}),rt.actions.internal.pause(),st(),Me.set(De.Ads)},Dn=b=>{ie.assertNonNullable(rt);const se=b?De.WaitingLive:De.Thumb;Me.set(se)},On=b=>{ie.assertNonNullable(rt);const se=b?De.WaitingRecord:De.Thumb;Me.set(se)},zn=()=>(ie.assertNonNullable(rt),zc(w,E,rt)),Hn=()=>(ie.assertNonNullable(rt),Hc(w,E,rt)),Fn=()=>z,Kn=()=>{J({message:"toggle chromecast"}),w.toggleChromecast()},x=b=>{ie.assertNonNullable(rt);const se=!b;if(Je(rt.playerPhase)===De.Ads){J({message:`pause ads, internalCall: ${se}`}),X.pause();return}J({message:`pause video, internalCall: ${se}`}),se&&r?.onPause?.(),w.pause()},sn=b=>{ie.assertNonNullable(rt);const se=!b;if(Je(rt.playerPhase)===De.Ads){J({message:`play ads, internalCall: ${se}`}),X.play();return}J({message:`play video, internalCall: ${se}`}),se&&r?.onPlay?.(),w.play()},Gn=(b,se)=>{ie.assertNonNullable(rt),J({message:`first start, show ads: ${b}, internalCall: ${!se}`}),b?Me.set(De.Ads):(Me.set(De.Video),se?w.play():rt.actions.internal.togglePlay())},Yn=()=>(J({message:"getting time codes"}),c),Un=()=>{const b=Yn();if(!b||[0,1].includes(b.length))return;const se=w.info.position$.getValue();return b.find(we=>we.time>se)},no=b=>{let se=b;se||(se=Un()),se&&(J({message:"seek to next episode"}),Li(se.time,pt.SeekAction.EPISODE,!0))},Tn=()=>{const b=Yn();if(!b||[0,1].includes(b.length))return;const se=w.info.position$.getValue(),we=b.findIndex(Qe=>Qe.time>se),Re=we===-1?b.length-2:we-2;if(!(Re<0))return b[Re]},qn=b=>{let se=b;se||(se=Tn()),se&&(J({message:"seek to prev episode"}),Li(se.time,pt.SeekAction.EPISODE,!0))},oo=()=>(J({message:"getting preview thumbs data"}),f),lo=async()=>{W?.isActive()?await W?.remove():await W?.request()},ko=(b=-90)=>{Z.update(se=>se+b)},An=Ie([]);S?.subscribe(b=>{const se=[];for(let we=0;we<b.length;we++){const{range:[Re,Qe],subjects:zt}=b[we];we===0&&Re!==0&&se.push({time:0,text:"",interactive:!1,completed:!0}),se.push({time:Re/1e3,text:"",interactive:!0,completed:!zt.length}),Qe!==1/0&&se.push({time:Qe/1e3,text:"",interactive:!1,completed:!0})}An.set(se)});const Qn=Ie(!1);C?.subscribe(b=>{b&&Je(Gt)&&on()});const Xn=b=>{if(!_)return b;const se=Je(An),we=Je(Vt),Qe=Je(Tt)/we,zt=se.find(Yt=>Yt.interactive&&!Yt.completed&&Yt.time>Qe);return typeof zt?.time=="number"?Math.min(b,zt.time-.05):b},so=()=>{rt.ui.episodes.panelOpened$.set(!1)},Jn=()=>{clearTimeout(cn),clearTimeout(un),vt.unsubscribe(),ut.unsubscribe(),w.destroy(),X.destroy(),N?.destroy(),O?.destroy(),Ae.unsubscribe(),Ne?.disconnect(),Ne=null},rt={interfaceLanguage$:ae,initVideo:Ce,videoId:e,isClip:i,playerPhase:je,vsid:Ve,state:{positionExact$:We,positionWithScrubbing$:wn,duration$:Vt,playbackState$:gt,isPlaying$:ai,isLoaderVisible:qt,bufferedProgress$:Xi,isLive$:bi,canChangePlaybackSpeed$:gi,isActiveLive$:Zt,isOldestAvailableLive$:xt,isRewindableLive$:St,isEnded$:hi,muted$:ii,volume$:Qi,trafficSavingEnabled$:ni,autoQualityLimitingAvailable$:_i,currentQuality$:qi,isAutoQualityEnabled$:ui,availableQualities$:jt,currentPlaybackRate$:$t,availablePlaybackRates$:Ti,currentSubtitle$:Si,availableSubtitlesList$:Zi,currentSubtitleCaptions$:Wi,isAutoSubtitleCaptionVisible$:ci,chromecastState$:Ui,chromecastDeviceName$:vi,chromecastConnected$:Bt,currentFormat$:ki,throughputEstimation$:li,videoBitrate$:wi,videoSize$:si,errorLog$:me,crashed$:Ue,isAudioAvailable$:Ci,isAudioDisabled:!!s,canDownload:Q.features.download&&!!l,availableSources$:ji,hasMpegSources$:Ji,isInteractive:_,showInteractiveGraph:Q.features.interactiveGraph,showSeekToInteractive:Q.features.seekToInteractive,showPlayPrevChapter:Q.features.interactivePlayPrevChapter,showInteractiveTimeIndicator:Q.features.interactiveTimeIndicator&&!!Je(An).length,interactiveEpisodes$:An,isInteractiveTime$:C?mt(C):Ie(!1),graphIsOpened$:Ie(!1),isInteractiveExpectation$:Qn,hasInteractiveBranches:y,playPrevChapterDisabledTooltip:L,looped$:Ai,isFirstBytes$:Ie(!1)},ui:{controlsVisible:Ie(!1),touched:Ie(!1),controls:{prevButton:Ie(void 0),playButton:Ie(void 0),replayButton:Ie(void 0),nextButton:Ie(void 0),playPrevChapterButton:Ie(void 0),seekToInteractiveButton:Ie(void 0),interactiveGraphButton:Ie(void 0),liveButton:Ie(void 0),time:Ie(void 0),episodes:Ie(void 0),volume:Ie(void 0),subtitles:Ie(void 0),settings:Ie(void 0),context:Ie(void 0),chromecast:Ie(void 0),pip:Ie(void 0),fullscreen:Ie(void 0),vkLogo:Ie(void 0),interactiveTimeIndicator:Ie(void 0),additionalButtons:le.length?le.reduce(b=>[...b,Ie(void 0)],[]):[],disabledControls$:ne},modals:{hotKeyMap:{show:Ie(!1),data:Ie({title:"",closeBtnText:"",groups:[]})}},isFullscreen:Le,rotateAlpha:Z,isAutoplay:Ie(!1),debugPanelVisible:Ie(!1),episodes:{panelOpened$:Ie(!1),openedByKeyboard$:Ie(!1)},contextMenu:{visible$:Ie(!1),btnRef$:Ie(void 0),openedByBtnKeyboard$:Ie(!1),openedByHotKey$:Ie(!1),lastActiveElem$:Ie(void 0),showContextMenuBtn$:Ie(!1),position$:Ie({top:0,left:0})},playerSize:fn,isMobile:ln,mobileNotReportControlHidden$:te,mobileUnmuteButtonExpanded:Ie(!1),mobileUnmuteButtonVisible:Ie(!1),icon3DVideoVisible:Ie(!1),settingsMenuVisible:Ie(!1),settingsMenuOpenedByKeyboard:Ie(!1),scrubbingInProgress:Gt,is3DVideo:Ie(!1),isPictureInPictureActive$:tt,pictureInPictureType$:Sn(pe),clientInfo$:Sn(ze),currentGridType$:mn,additionalButtons$:tn,interactiveHideMobileControls:Ie(!1),overlayContainer$:Ie(void 0),startedByKeyboard$:Ie(!1)},ads:{position:Ie(0),duration:Ie(0),playbackState:Ie(Xt.INACTIVE),canSkip:Ie(!1),secondsToWatchBeforeSkip:Ie(0),postrollPassed:Ie(!1)},webApi:{pictureInPictureApi:W,annotationsApi:B},actions:{internal:{preload:Fe,firstStart:b=>Gn(b,!1),pause:()=>x(!1),togglePlay:zi,toggleMuted:Rt,toggleSettingsMenu:Di,openSettingsMenu:fi,closeSettingsMenu:Kt,setVolume:Oi,setQuality:Lt,setTrafficSavingEnabled:b=>Ee(b),setPlaybackRate:Ei,incrementPlaybackRate:Ki,decrementPlaybackRate:Hi,setSubtitle:Vi,toggleSubtitle:xi,togglePictureInPicture:lo,startScrubbing:Mi,progressScrubbing:Bi,completeScrubbing:kn,toggleChromecast:Kn,switchToActiveLive:dt,switchFromAdsToVideo:yn,switchFromVideoToAds:Cn,skipAd:pn,setWaitingLive:Dn,setWaitingRecord:On,getDebugTextData:zn,getDebugPanelData:Hn,getVideoElement:Fn,seekTime:(b,se,we)=>Li(b,se,we),clearDelayedBufferingCheckTimeout:ri,seekEpisodeStartTime:Gi,seekToPercent:Dt,getNextEpisode:Un,seekToNextEpisode:no,getPrevEpisode:Tn,seekToPrevEpisode:qn,startLogging:bt,stopLogging:Ct,startCameraManualRotation:Be,stopCameraManualRotation:Ft,moveCameraFocusPX:ce,holdCamera:ft,releaseCamera:kt,getVideoEpisodes:Yn,getPreviewThumbsData:oo,downloadVideo:Pi,addLanguage:Ql,setLanguage:Ge,nextMovie:ke,videoRotate:ko,correctSeekTimeToInteractive:Xn,replayInteractive:T,setLooped:Ii},external:{firstStart:b=>Gn(b,!0),play:()=>sn(!0),pause:()=>x(!0),seekTime:b=>Yi(b),seekEpisodeStartTime:b=>oe(b),setPlaybackRate:b=>it(b),setAutoQualityLimits:b=>ti(b),setMuted:b=>di(b,!0),setVolume:b=>Oi(b,b,!0),returnFocusToEpisodes:so}},callbacks:r,setUiCallbacks:b=>{Te={...b}},getAdmanWrapper:()=>X,getLogger:()=>$,destroy:Jn};return rt},_u=(t,e,i,n)=>{if(!t)return;const o=["interactiveTimeIndicator"],s=t.getBoundingClientRect();for(const[l,r]of Object.entries(e))if(!["tooltipPointerOffsetX","disabledControls$","additionalButtons"].includes(l)){const a=i[l]?.getBoundingClientRect(),c=(n||o.includes(l))&&!!a&&!!(a.right-a.left);r.set({positionStartX:0,positionEndX:0,left:c?Math.round(a.left-s.left):0,right:c?Math.round(a.right-s.left):0,top:c?Math.round(a.top-s.top):0,bottom:c?Math.round(a.bottom-s.top):0,isDisplayed:c})}},vu=async(t,e,i)=>{await jn(),e&&i&&(i.focus(),t.set(!1))};function Zm(t){let e,i;return{c(){e=M("svg"),i=M("path"),u(i,"d","M18 10c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2Zm-6 4c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2Zm-6 0c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2Z"),u(i,"fill","#fff"),u(e,"width","24"),u(e,"height","24"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","dots-icon")},m(n,o){A(n,e,o),p(e,i)},p:q,i:q,o:q,d(n){n&&P(e)}}}class Wm extends _e{constructor(e){super(),ge(this,e,null,Zm,be,{})}}function jm(t){let e,i;return e=new Wm({}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Km(t){let e,i,n;function o(l){t[8](l)}let s={className:t[3]?"opened":"",testId:"btn-context-menu",disabled:t[0],ariaLabel:t[1],click:t[5],focus:t[6],blur:t[7],ariaExpanded:t[3],$$slots:{default:[jm]},$$scope:{ctx:t}};return t[2]!==void 0&&(s.ref=t[2]),e=new pi({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,[r]){const a={};r&8&&(a.className=l[3]?"opened":""),r&1&&(a.disabled=l[0]),r&2&&(a.ariaLabel=l[1]),r&8&&(a.ariaExpanded=l[3]),r&16384&&(a.$$scope={dirty:r,ctx:l}),!i&&r&4&&(i=!0,a.ref=l[2],qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function Gm(t,e,i){let n,{disabled:o=!1}=e,{ariaLabel:s=""}=e;const l=ht(),r=l.ui.contextMenu.visible$;R(t,r,C=>i(3,n=C));const a=l.ui.contextMenu.openedByBtnKeyboard$,c=l.ui.contextMenu.showContextMenuBtn$,f=l.ui.contextMenu.position$,d=l.ui.contextMenu.btnRef$;let h;const v=C=>{const T=Sl(C),y=Hf(h);f.set(y),a.set(T),r.set(!n)},k=()=>{c.set(!0)},_=()=>{c.set(!1)};function S(C){h=C,i(2,h)}return t.$$set=C=>{"disabled"in C&&i(0,o=C.disabled),"ariaLabel"in C&&i(1,s=C.ariaLabel)},t.$$.update=()=>{t.$$.dirty&4&&h&&d.set(h)},[o,s,h,n,r,v,k,_,S]}class Ym extends _e{constructor(e){super(),ge(this,e,Gm,Km,be,{disabled:0,ariaLabel:1})}}function Qm(t){Ke(t,"v-17imlp9",".interactive-episode-icon-animated.v-17imlp9{position:absolute;top:16px;right:16px;width:32px;height:32px;transition:0.3s;opacity:1}.invisible.v-17imlp9{opacity:0;visibility:hidden}.fullscreen.v-17imlp9:not(.mobile){width:40px;top:19px;right:23px;height:40px}.mobile.v-17imlp9{width:28px;height:28px;top:12px;right:14px}.fullscreen.mobile.v-17imlp9{width:32px;height:32px}@media screen and (orientation: portrait){.interactive-episode-icon-animated.mobile.fullscreen.v-17imlp9{top:40px;right:16px}}@keyframes v-17imlp9-pulse{0%{transform:scale(1);border-width:1px;opacity:0}10%{opacity:1}50%{transform:scale(1.5);border-width:1px;opacity:0.5}100%{transform:scale(1.5);border-width:0.5px;opacity:0}}.pulse.v-17imlp9{display:block;content:'';border:1px solid #fff;position:absolute;top:0;left:0;right:0;bottom:0;border-radius:100%;transform:scale(1.8);animation:1s v-17imlp9-pulse infinite;transition:0.3s;pointer-events:none}.pulse.paused.v-17imlp9{animation-play-state:paused}.interactive-episode-icon-animated svg{width:100%;height:100%}.ref-block.v-17imlp9{position:absolute;top:0;width:100%;height:100%;visibility:hidden}.hidden.v-17imlp9{display:none}")}function Xm(t){let e,i;return e=new x1({props:{completed:!0}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p:q,i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Jm(t){let e,i,n,o,s,l,r,a,c,f;function d(v){t[22](v)}let h={tooltipContent:K("tooltip_interactive_interaction_time_indicator"),tooltipActive:t[5],initialTranslateYPx:72,tooltipPlacement:"bottom",onTooltipVisibilityChange:t[13],$$slots:{default:[Xm]},$$scope:{ctx:t}};return t[0]!==void 0&&(h.ref=t[0]),i=new Et({props:h}),ve.push(()=>Ze(i,"ref",d)),i.$on("click",t[14]),{c(){e=I("div"),U(i.$$.fragment),o=D(),s=I("div"),l=D(),r=I("div"),u(s,"class","ref-block v-17imlp9"),V(s,"hidden",t[1]),u(r,"class","pulse v-17imlp9"),V(r,"paused",t[4]),u(e,"class","interactive-episode-icon-animated v-17imlp9"),V(e,"mobile",t[2]),V(e,"fullscreen",t[6]),V(e,"invisible",t[1])},m(v,k){A(v,e,k),H(i,e,null),p(e,o),p(e,s),t[23](s),p(e,l),p(e,r),t[24](r),a=!0,c||(f=[he(e,"mousemove",ot(t[21])),he(e,"mouseleave",t[15])],c=!0)},p(v,k){const _={};k[0]&32&&(_.tooltipActive=v[5]),k[1]&1&&(_.$$scope={dirty:k,ctx:v}),!n&&k[0]&1&&(n=!0,_.ref=v[0],qe(()=>n=!1)),i.$set(_),(!a||k[0]&2)&&V(s,"hidden",v[1]),(!a||k[0]&16)&&V(r,"paused",v[4]),(!a||k[0]&4)&&V(e,"mobile",v[2]),(!a||k[0]&64)&&V(e,"fullscreen",v[6]),(!a||k[0]&2)&&V(e,"invisible",v[1])},i(v){a||(m(i.$$.fragment,v),a=!0)},o(v){g(i.$$.fragment,v),a=!1},d(v){v&&P(e),F(i),t[23](null),t[24](null),c=!1,nt(f)}}}function xm(t,e,i){let n,o,s,l,r,a,{ref:c=void 0}=e,f;const d=ht(),h=vo(),{interactiveControlsOpacity$:v}=h;R(t,v,z=>i(18,o=z));const k=d.ui.isMobile;R(t,k,z=>i(2,r=z));const _=d.ui.isFullscreen;R(t,_,z=>i(6,a=z));const S=d.state.isInteractiveTime$;R(t,S,z=>i(19,s=z));const C=h.showInteractiveTimeIndicatorTooltip$;R(t,C,z=>i(17,n=z));const T=d.ui.controlsVisible;R(t,T,z=>i(20,l=z));const y=d.callbacks?.onInteractiveTimeIndicatorClick;let L,le,Y;const N=()=>{i(4,Y=!0)},ee=()=>{Q(),f?.addEventListener("animationiteration",N,{once:!0})},Q=()=>{i(4,Y=!1),f?.removeEventListener("animationiteration",N)},w=z=>{C.set(z)};let $;const X=()=>{le||(C.set(!0),y?.())};Vo(()=>{C.clearTimeout(),Q()});const O=()=>{C.set(!1)};function W(z){to.call(this,t,z)}function B(z){c=z,i(0,c)}function J(z){ve[z?"unshift":"push"](()=>{c=z,i(0,c)})}function E(z){ve[z?"unshift":"push"](()=>{f=z,i(3,f)})}return t.$$set=z=>{"ref"in z&&i(0,c=z.ref)},t.$$.update=()=>{t.$$.dirty[0]&1048580&&i(16,L=!r&&l),t.$$.dirty[0]&851968&&i(1,le=!s||!!o||L),t.$$.dirty[0]&2&&i(4,Y=le),t.$$.dirty[0]&131074&&i(5,$=n&&!le),t.$$.dirty[0]&131072&&(n?ee():Q())},[c,le,r,f,Y,$,a,v,k,_,S,C,T,w,X,O,L,n,o,s,l,W,B,J,E]}class ku extends _e{constructor(e){super(),ge(this,e,xm,Jm,be,{ref:0},Qm,[-1,-1])}}function $m(t){Ke(t,"v-st0uzk",".wrapper-bottom.v-st0uzk.v-st0uzk{pointer-events:none;position:absolute;width:100%;bottom:0;left:0;height:var(--controls-gradient-height);background:var(--controls-gradient);transition:transform var(--controls-transition-duration) var(--controls-transition-fn);display:flex;flex-direction:column;justify-content:flex-end;box-sizing:border-box}.wrapper-bottom.v-st0uzk>.v-st0uzk{pointer-events:auto}.controls.v-st0uzk.v-st0uzk{width:100%;display:flex;align-items:center;justify-content:space-between;height:var(--controls-height);white-space:nowrap;font-size:13px;transition:transform var(--controls-transition-duration) var(--controls-transition-fn);will-change:transform;padding:0 8px 4px;box-sizing:border-box}.controls-left.v-st0uzk.v-st0uzk,.controls-right.v-st0uzk.v-st0uzk{display:flex;align-content:center}.controls-left.v-st0uzk.v-st0uzk{flex-grow:1;min-width:0;overflow:hidden}.controls-left.v-st0uzk > *:not(:first-child),.controls-right.v-st0uzk > *{margin-left:var(--controls-desktop-item-margin-left)}.controls-hidden.v-st0uzk.v-st0uzk{visibility:visible;transform:translateY(100%)}.wrapper-bottom.no-smooth.v-st0uzk.v-st0uzk{transition:none}.settings-menu.v-st0uzk.v-st0uzk{bottom:57px;right:18px;position:absolute;transition:opacity 0.2s, visibility 0.2s}")}function mr(t,e,i){const n=t.slice();return n[209]=e[i].iconUrl,n[210]=e[i].ariaLabel,n[211]=e[i].testId,n[212]=e[i].onClick,n[213]=e[i].tooltip,n}function pr(t){let e,i,n;function o(l){t[173](l)}let s={disabled:!t[9],tooltipContent:K("tooltip_previous"),$$slots:{default:[e3]},$$scope:{ctx:t}};return t[23].prevButton!==void 0&&(s.ref=t[23].prevButton),e=new Et({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[0]&512&&(a.disabled=!l[9]),r[0]&4608|r[6]&1073741824&&(a.$$scope={dirty:r,ctx:l}),!i&&r[0]&8388608&&(i=!0,a.ref=l[23].prevButton,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function e3(t){let e,i;return e=new xo({props:{click:t[12],type:"prev",disabled:!t[9],isMobile:!1}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&4096&&(s.click=n[12]),o[0]&512&&(s.disabled=!n[9]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function hr(t){let e,i,n;function o(l){t[174](l)}let s={disabled:t[74],tooltipContent:K("tooltip_restart"),$$slots:{default:[t3]},$$scope:{ctx:t}};return t[23].replayButton!==void 0&&(s.ref=t[23].replayButton),e=new Et({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[2]&4096&&(a.disabled=l[74]),r[2]&4096|r[6]&1073741824&&(a.$$scope={dirty:r,ctx:l}),!i&&r[0]&8388608&&(i=!0,a.ref=l[23].replayButton,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function t3(t){let e,i;return e=new Ml({props:{click:t[128],disabled:t[74]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[2]&4096&&(s.disabled=n[74]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function br(t){let e,i,n;function o(l){t[176](l)}let s={tooltipContent:t[47],disabled:t[75],$$slots:{default:[i3]},$$scope:{ctx:t}};return t[23].playButton!==void 0&&(s.ref=t[23].playButton),e=new Et({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[1]&65536&&(a.tooltipContent=l[47]),r[2]&8192&&(a.disabled=l[75]),r[0]&67108864|r[1]&8|r[2]&8192|r[6]&1073741824&&(a.$$scope={dirty:r,ctx:l}),!i&&r[0]&8388608&&(i=!0,a.ref=l[23].playButton,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function i3(t){let e,i,n;function o(l){t[175](l)}let s={isMobile:!1,isPlaying:t[34],click:t[85],disabled:t[75]};return t[26]!==void 0&&(s.ref=t[26]),e=new Ll({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[1]&8&&(a.isPlaying=l[34]),r[2]&8192&&(a.disabled=l[75]),!i&&r[0]&67108864&&(i=!0,a.ref=l[26],qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function gr(t){let e,i,n;function o(l){t[177](l)}let s={disabled:!t[8],tooltipContent:K("tooltip_next"),$$slots:{default:[n3]},$$scope:{ctx:t}};return t[23].nextButton!==void 0&&(s.ref=t[23].nextButton),e=new Et({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[0]&256&&(a.disabled=!l[8]),r[0]&2304|r[6]&1073741824&&(a.$$scope={dirty:r,ctx:l}),!i&&r[0]&8388608&&(i=!0,a.ref=l[23].nextButton,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function n3(t){let e,i;return e=new xo({props:{click:t[11],type:"next",disabled:!t[8],isMobile:!1}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&2048&&(s.click=n[11]),o[0]&256&&(s.disabled=!n[8]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function o3(t){let e,i,n,o,s=t[121]&&l3(t),l=t[120]&&r3(t),r=t[119]&&u3(t);return{c(){s&&s.c(),e=D(),l&&l.c(),i=D(),r&&r.c(),n=ct()},m(a,c){s&&s.m(a,c),A(a,e,c),l&&l.m(a,c),A(a,i,c),r&&r.m(a,c),A(a,n,c),o=!0},p(a,c){a[121]&&s.p(a,c),a[120]&&l.p(a,c),a[119]&&r.p(a,c)},i(a){o||(m(s),m(l),m(r),o=!0)},o(a){g(s),g(l),g(r),o=!1},d(a){a&&(P(e),P(i),P(n)),s&&s.d(a),l&&l.d(a),r&&r.d(a)}}}function l3(t){let e,i,n;function o(l){t[178](l)}let s={disabled:t[73],tooltipContent:K("tooltip_interactive_go_back"),disabledTooltipContent:K(t[124]),$$slots:{default:[s3]},$$scope:{ctx:t}};return t[23].playPrevChapterButton!==void 0&&(s.ref=t[23].playPrevChapterButton),e=new Et({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[2]&2048&&(a.disabled=l[73]),r[0]&131072|r[2]&2048|r[6]&1073741824&&(a.$$scope={dirty:r,ctx:l}),!i&&r[0]&8388608&&(i=!0,a.ref=l[23].playPrevChapterButton,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function s3(t){let e,i;return e=new du({props:{disabled:t[73],click:t[17]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[2]&2048&&(s.disabled=n[73]),o[0]&131072&&(s.click=n[17]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function r3(t){let e,i,n;function o(l){t[179](l)}let s={disabled:t[76],tooltipContent:K("tooltip_interactive_seek"),disabledTooltipContent:K(t[78]),$$slots:{default:[a3]},$$scope:{ctx:t}};return t[23].seekToInteractiveButton!==void 0&&(s.ref=t[23].seekToInteractiveButton),e=new Et({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[2]&16384&&(a.disabled=l[76]),r[2]&65536&&(a.disabledTooltipContent=K(l[78])),r[0]&32768|r[2]&16384|r[6]&1073741824&&(a.$$scope={dirty:r,ctx:l}),!i&&r[0]&8388608&&(i=!0,a.ref=l[23].seekToInteractiveButton,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function a3(t){let e,i;return e=new uu({props:{disabled:t[76],click:t[15]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[2]&16384&&(s.disabled=n[76]),o[0]&32768&&(s.click=n[15]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function u3(t){let e,i,n;function o(l){t[180](l)}let s={tooltipContent:t[48],disabled:t[77],$$slots:{default:[c3]},$$scope:{ctx:t}};return t[23].interactiveGraphButton!==void 0&&(s.ref=t[23].interactiveGraphButton),e=new Et({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[1]&131072&&(a.tooltipContent=l[48]),r[2]&32768&&(a.disabled=l[77]),r[0]&65536|r[1]&1|r[2]&32768|r[6]&1073741824&&(a.$$scope={dirty:r,ctx:l}),!i&&r[0]&8388608&&(i=!0,a.ref=l[23].interactiveGraphButton,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function c3(t){let e,i;return e=new cu({props:{click:t[16],graphIsOpened:t[31],disabled:t[77]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&65536&&(s.click=n[16]),o[1]&1&&(s.graphIsOpened=n[31]),o[2]&32768&&(s.disabled=n[77]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function _r(t){let e,i,n;function o(l){t[181](l)}let s={tooltipContent:t[50],$$slots:{default:[f3]},$$scope:{ctx:t}};return t[23].liveButton!==void 0&&(s.ref=t[23].liveButton),e=new Et({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[1]&524288&&(a.tooltipContent=l[50]),r[0]&2097152|r[1]&524288|r[6]&1073741824&&(a.$$scope={dirty:r,ctx:l}),!i&&r[0]&8388608&&(i=!0,a.ref=l[23].liveButton,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function f3(t){let e,i;return e=new ou({props:{isActiveLive:t[21],isMobile:!1,ariaLabel:t[50]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&2097152&&(s.isActiveLive=n[21]),o[1]&524288&&(s.ariaLabel=n[50]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function vr(t){let e,i,n;function o(l){t[182](l)}let s={isMobile:!1,showDuration:t[55],position:t[4]?t[79]:t[80],duration:t[4]?t[81]:t[82]};return t[23].time!==void 0&&(s.ref=t[23].time),e=new X1({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[1]&16777216&&(a.showDuration=l[55]),r[0]&16|r[2]&393216&&(a.position=l[4]?l[79]:l[80]),r[0]&16|r[2]&1572864&&(a.duration=l[4]?l[81]:l[82]),!i&&r[0]&8388608&&(i=!0,a.ref=l[23].time,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function kr(t){let e,i;return e=new au({props:{position:t[80],duration:t[82],timeCodes:t[101]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[2]&262144&&(s.position=n[80]),o[2]&1048576&&(s.duration=n[82]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function d3(t){let e,i,n=t[20]&&kr(t);return{c(){n&&n.c(),e=ct()},m(o,s){n&&n.m(o,s),A(o,e,s),i=!0},p(o,s){o[20]?n?(n.p(o,s),s[0]&1048576&&m(n,1)):(n=kr(o),n.c(),m(n,1),n.m(e.parentNode,e)):n&&(fe(),g(n,1,1,()=>{n=null}),de())},i(o){i||(m(n),i=!0)},o(o){g(n),i=!1},d(o){o&&P(e),n&&n.d(o)}}}function m3(t){let e,i;return e=new mu({props:{iconUrl:t[209],ariaLabel:t[210]??t[213],testId:t[211],onClick:t[212]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&268435456&&(s.iconUrl=n[209]),o[0]&268435456&&(s.ariaLabel=n[210]??n[213]),o[0]&268435456&&(s.testId=n[211]),o[0]&268435456&&(s.onClick=n[212]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function wr(t){let e,i;return e=new Et({props:{tooltipContent:t[213],width:40,$$slots:{default:[m3]},$$scope:{ctx:t}}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&268435456&&(s.tooltipContent=n[213]),o[0]&268435456|o[6]&1073741824&&(s.$$scope={dirty:o,ctx:n}),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function yr(t){let e,i,n;function o(l){t[185](l)}let s={disabled:!t[6],tooltipContent:t[51],$$slots:{default:[p3]},$$scope:{ctx:t}};return t[23].vkLogo!==void 0&&(s.ref=t[23].vkLogo),e=new Et({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[0]&64&&(a.disabled=!l[6]),r[1]&1048576&&(a.tooltipContent=l[51]),r[0]&192|r[6]&1073741824&&(a.$$scope={dirty:r,ctx:l}),!i&&r[0]&8388608&&(i=!0,a.ref=l[23].vkLogo,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function p3(t){let e,i;return e=new iu({props:{click:t[86],targetUrl:t[7],logoClickable:t[6]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&128&&(s.targetUrl=n[7]),o[0]&64&&(s.logoClickable=n[6]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function h3(t){let e,i;return e=new P2({props:{click:t[127]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p:q,i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Cr(t){let e,i,n;function o(l){t[187](l)}let s={tooltipContent:t[52],$$slots:{default:[b3]},$$scope:{ctx:t}};return t[23].subtitles!==void 0&&(s.ref=t[23].subtitles),e=new Et({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[1]&2097152&&(a.tooltipContent=l[52]),r[0]&262144|r[6]&1073741824&&(a.$$scope={dirty:r,ctx:l}),!i&&r[0]&8388608&&(i=!0,a.ref=l[23].subtitles,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function b3(t){let e,i;return e=new Od({props:{isSubtitlesEnabled:t[18],click:t[87]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&262144&&(s.isSubtitlesEnabled=n[18]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Tr(t){let e,i,n,o;function s(r){t[188](r)}let l={supportLink:t[10],playerControlsHeight:t[46]?.clientHeight,returnFocus:t[14]};return t[24]!==void 0&&(l.ref=t[24]),i=new Q1({props:l}),ve.push(()=>Ze(i,"ref",s)),{c(){e=I("div"),U(i.$$.fragment),u(e,"class","settings-menu v-st0uzk")},m(r,a){A(r,e,a),H(i,e,null),o=!0},p(r,a){const c={};a[0]&1024&&(c.supportLink=r[10]),a[1]&32768&&(c.playerControlsHeight=r[46]?.clientHeight),a[0]&16384&&(c.returnFocus=r[14]),!n&&a[0]&16777216&&(n=!0,c.ref=r[24],qe(()=>n=!1)),i.$set(c)},i(r){o||(m(i.$$.fragment,r),o=!0)},o(r){g(i.$$.fragment,r),o=!1},d(r){r&&P(e),F(i)}}}function Sr(t){let e,i,n;function o(l){t[190](l)}let s={tooltipContent:t[27]?void 0:K("tooltip_settings_off"),$$slots:{default:[g3]},$$scope:{ctx:t}};return t[23].settings!==void 0&&(s.ref=t[23].settings),e=new Et({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[0]&134217728&&(a.tooltipContent=l[27]?void 0:K("tooltip_settings_off")),r[0]&33554432|r[6]&1073741824&&(a.$$scope={dirty:r,ctx:l}),!i&&r[0]&8388608&&(i=!0,a.ref=l[23].settings,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function g3(t){let e,i,n;function o(l){t[189](l)}let s={};return t[25]!==void 0&&(s.ref=t[25]),e=new Il({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};!i&&r[0]&33554432&&(i=!0,a.ref=l[25],qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function _3(t){let e,i,n;function o(l){t[191](l)}let s={className:t[41]?"":"out-of-view",tooltipContent:t[49],$$slots:{default:[v3]},$$scope:{ctx:t}};return t[23].context!==void 0&&(s.ref=t[23].context),e=new Et({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[1]&1024&&(a.className=l[41]?"":"out-of-view"),r[1]&262144&&(a.tooltipContent=l[49]),r[1]&262144|r[6]&1073741824&&(a.$$scope={dirty:r,ctx:l}),!i&&r[0]&8388608&&(i=!0,a.ref=l[23].context,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function v3(t){let e,i;return e=new Ym({props:{ariaLabel:t[49]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[1]&262144&&(s.ariaLabel=n[49]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Pr(t){let e,i,n;function o(l){t[192](l)}let s={tooltipContent:t[53],$$slots:{default:[k3]},$$scope:{ctx:t}};return t[23].fullscreen!==void 0&&(s.ref=t[23].fullscreen),e=new Et({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[1]&4194304&&(a.tooltipContent=l[53]),r[0]&1073750016|r[6]&1073741824&&(a.$$scope={dirty:r,ctx:l}),!i&&r[0]&8388608&&(i=!0,a.ref=l[23].fullscreen,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function k3(t){let e,i;return e=new eu({props:{click:t[13],isFullscreen:t[30]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&8192&&(s.click=n[13]),o[0]&1073741824&&(s.isFullscreen=n[30]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Ar(t){let e,i,n;function o(l){t[193](l)}let s={tooltipContent:t[54],$$slots:{default:[w3]},$$scope:{ctx:t}};return t[23].chromecast!==void 0&&(s.ref=t[23].chromecast),e=new Et({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[1]&8388608&&(a.tooltipContent=l[54]),r[0]&536870912|r[6]&1073741824&&(a.$$scope={dirty:r,ctx:l}),!i&&r[0]&8388608&&(i=!0,a.ref=l[23].chromecast,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function w3(t){let e,i;return e=new nu({props:{isMobile:!1,state:t[29],click:t[126]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&536870912&&(s.state=n[29]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function y3(t){let e,i,n;function o(l){t[196](l)}let s={};return t[23].interactiveTimeIndicator!==void 0&&(s.ref=t[23].interactiveTimeIndicator),e=new ku({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};!i&&r[0]&8388608&&(i=!0,a.ref=l[23].interactiveTimeIndicator,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function C3(t){let e,i,n,o,s,l,r,a,c,f,d,h,v,k,_,S,C,T,y,L,le,Y,N,ee,Q,w,$,X,O,W;i=new ru({props:{isHidden:!t[45],isAds:t[4],canRewindLive:t[5],isRewindableLive:t[32]}});let B=t[38]&&pr(t),J=t[35]&&hr(t),E=t[36]&&br(t),z=t[37]&&gr(t),Te=t[117]&&o3(t),ze=!t[4]&&t[33]&&_r(t),Ve=t[19]&&vr(t);function Le(re){t[183](re)}let Pe={className:"w-max",disabled:!t[20],tooltipContent:K("tooltip_episodes"),$$slots:{default:[d3]},$$scope:{ctx:t}};t[23].episodes!==void 0&&(Pe.ref=t[23].episodes),v=new Et({props:Pe}),ve.push(()=>Ze(v,"ref",Le));let pe=Ht(t[28]),Z=[];for(let re=0;re<pe.length;re+=1)Z[re]=wr(mr(t,pe,re));const me=re=>g(Z[re],1,1,()=>{Z[re]=null});let Ae=t[43]&&!t[4]&&yr(t);function Ue(re){t[186](re)}let Ge={$$slots:{default:[h3]},$$scope:{ctx:t}};t[23].volume!==void 0&&(Ge.ref=t[23].volume),L=new Et({props:Ge}),ve.push(()=>Ze(L,"ref",Ue));let ae=t[40]&&Cr(t),ye=!t[83]&&!t[4]&&Tr(t),Me=t[42]&&!t[4]&&Sr(t),je=t[84].features.contextMenuButton&&_3(t),ne=t[44]&&Pr(t),G=t[39]&&Ar(t),Ce=t[122]&&y3(t);return{c(){e=I("div"),U(i.$$.fragment),n=D(),o=I("div"),s=I("div"),B&&B.c(),l=D(),J&&J.c(),r=D(),E&&E.c(),a=D(),z&&z.c(),c=D(),Te&&Te.c(),f=D(),ze&&ze.c(),d=D(),Ve&&Ve.c(),h=D(),U(v.$$.fragment),S=D(),C=I("div");for(let re=0;re<Z.length;re+=1)Z[re].c();T=D(),Ae&&Ae.c(),y=D(),U(L.$$.fragment),Y=D(),ae&&ae.c(),N=D(),ye&&ye.c(),ee=D(),Me&&Me.c(),Q=D(),je&&je.c(),w=D(),ne&&ne.c(),$=D(),G&&G.c(),X=D(),Ce&&Ce.c(),O=ct(),u(s,"class","controls-left v-st0uzk"),bo(()=>t[184].call(s)),u(C,"class","controls-right v-st0uzk"),u(o,"class","controls v-st0uzk"),u(e,"class","wrapper-bottom v-st0uzk"),V(e,"hidden",t[1]),V(e,"controls-hidden",!t[3]),V(e,"no-smooth",t[2])},m(re,ke){A(re,e,ke),H(i,e,null),p(e,n),p(e,o),p(o,s),B&&B.m(s,null),p(s,l),J&&J.m(s,null),p(s,r),E&&E.m(s,null),p(s,a),z&&z.m(s,null),p(s,c),Te&&Te.m(s,null),p(s,f),ze&&ze.m(s,null),p(s,d),Ve&&Ve.m(s,null),p(s,h),H(v,s,null),_=kl(s,t[184].bind(s)),p(o,S),p(o,C);for(let He=0;He<Z.length;He+=1)Z[He]&&Z[He].m(C,null);p(C,T),Ae&&Ae.m(C,null),p(C,y),H(L,C,null),p(C,Y),ae&&ae.m(C,null),p(C,N),ye&&ye.m(C,null),p(C,ee),Me&&Me.m(C,null),p(C,Q),je&&je.m(C,null),p(C,w),ne&&ne.m(C,null),p(C,$),G&&G.m(C,null),t[194](o),t[195](e),A(re,X,ke),Ce&&Ce.m(re,ke),A(re,O,ke),W=!0},p(re,ke){const He={};ke[1]&16384&&(He.isHidden=!re[45]),ke[0]&16&&(He.isAds=re[4]),ke[0]&32&&(He.canRewindLive=re[5]),ke[1]&2&&(He.isRewindableLive=re[32]),i.$set(He),re[38]?B?(B.p(re,ke),ke[1]&128&&m(B,1)):(B=pr(re),B.c(),m(B,1),B.m(s,l)):B&&(fe(),g(B,1,1,()=>{B=null}),de()),re[35]?J?(J.p(re,ke),ke[1]&16&&m(J,1)):(J=hr(re),J.c(),m(J,1),J.m(s,r)):J&&(fe(),g(J,1,1,()=>{J=null}),de()),re[36]?E?(E.p(re,ke),ke[1]&32&&m(E,1)):(E=br(re),E.c(),m(E,1),E.m(s,a)):E&&(fe(),g(E,1,1,()=>{E=null}),de()),re[37]?z?(z.p(re,ke),ke[1]&64&&m(z,1)):(z=gr(re),z.c(),m(z,1),z.m(s,c)):z&&(fe(),g(z,1,1,()=>{z=null}),de()),re[117]&&Te.p(re,ke),!re[4]&&re[33]?ze?(ze.p(re,ke),ke[0]&16|ke[1]&4&&m(ze,1)):(ze=_r(re),ze.c(),m(ze,1),ze.m(s,d)):ze&&(fe(),g(ze,1,1,()=>{ze=null}),de()),re[19]?Ve?(Ve.p(re,ke),ke[0]&524288&&m(Ve,1)):(Ve=vr(re),Ve.c(),m(Ve,1),Ve.m(s,h)):Ve&&(fe(),g(Ve,1,1,()=>{Ve=null}),de());const et={};if(ke[0]&1048576&&(et.disabled=!re[20]),ke[0]&1048576|ke[2]&1310720|ke[6]&1073741824&&(et.$$scope={dirty:ke,ctx:re}),!k&&ke[0]&8388608&&(k=!0,et.ref=re[23].episodes,qe(()=>k=!1)),v.$set(et),ke[0]&268435456){pe=Ht(re[28]);let Ne;for(Ne=0;Ne<pe.length;Ne+=1){const ue=mr(re,pe,Ne);Z[Ne]?(Z[Ne].p(ue,ke),m(Z[Ne],1)):(Z[Ne]=wr(ue),Z[Ne].c(),m(Z[Ne],1),Z[Ne].m(C,T))}for(fe(),Ne=pe.length;Ne<Z.length;Ne+=1)me(Ne);de()}re[43]&&!re[4]?Ae?(Ae.p(re,ke),ke[0]&16|ke[1]&4096&&m(Ae,1)):(Ae=yr(re),Ae.c(),m(Ae,1),Ae.m(C,y)):Ae&&(fe(),g(Ae,1,1,()=>{Ae=null}),de());const lt={};ke[6]&1073741824&&(lt.$$scope={dirty:ke,ctx:re}),!le&&ke[0]&8388608&&(le=!0,lt.ref=re[23].volume,qe(()=>le=!1)),L.$set(lt),re[40]?ae?(ae.p(re,ke),ke[1]&512&&m(ae,1)):(ae=Cr(re),ae.c(),m(ae,1),ae.m(C,N)):ae&&(fe(),g(ae,1,1,()=>{ae=null}),de()),!re[83]&&!re[4]?ye?(ye.p(re,ke),ke[0]&16|ke[2]&2097152&&m(ye,1)):(ye=Tr(re),ye.c(),m(ye,1),ye.m(C,ee)):ye&&(fe(),g(ye,1,1,()=>{ye=null}),de()),re[42]&&!re[4]?Me?(Me.p(re,ke),ke[0]&16|ke[1]&2048&&m(Me,1)):(Me=Sr(re),Me.c(),m(Me,1),Me.m(C,Q)):Me&&(fe(),g(Me,1,1,()=>{Me=null}),de()),re[84].features.contextMenuButton&&je.p(re,ke),re[44]?ne?(ne.p(re,ke),ke[1]&8192&&m(ne,1)):(ne=Pr(re),ne.c(),m(ne,1),ne.m(C,$)):ne&&(fe(),g(ne,1,1,()=>{ne=null}),de()),re[39]?G?(G.p(re,ke),ke[1]&256&&m(G,1)):(G=Ar(re),G.c(),m(G,1),G.m(C,null)):G&&(fe(),g(G,1,1,()=>{G=null}),de()),(!W||ke[0]&2)&&V(e,"hidden",re[1]),(!W||ke[0]&8)&&V(e,"controls-hidden",!re[3]),(!W||ke[0]&4)&&V(e,"no-smooth",re[2]),re[122]&&Ce.p(re,ke)},i(re){if(!W){m(i.$$.fragment,re),m(B),m(J),m(E),m(z),m(Te),m(ze),m(Ve),m(v.$$.fragment,re);for(let ke=0;ke<pe.length;ke+=1)m(Z[ke]);m(Ae),m(L.$$.fragment,re),m(ae),m(ye),m(Me),m(je),m(ne),m(G),m(Ce),W=!0}},o(re){g(i.$$.fragment,re),g(B),g(J),g(E),g(z),g(Te),g(ze),g(Ve),g(v.$$.fragment,re),Z=Z.filter(Boolean);for(let ke=0;ke<Z.length;ke+=1)g(Z[ke]);g(Ae),g(L.$$.fragment,re),g(ae),g(ye),g(Me),g(je),g(ne),g(G),g(Ce),W=!1},d(re){re&&(P(e),P(X),P(O)),F(i),B&&B.d(),J&&J.d(),E&&E.d(),z&&z.d(),Te&&Te.d(),ze&&ze.d(),Ve&&Ve.d(),F(v),_(),vn(Z,re),Ae&&Ae.d(),F(L),ae&&ae.d(),ye&&ye.d(),Me&&Me.d(),je&&je.d(),ne&&ne.d(),G&&G.d(),t[194](null),t[195](null),Ce&&Ce.d(re)}}}function T3(t,e,i){let n,o,s,l,r,a,c,f,d,h,v,k,_,S,C,T,y,L,le,Y,N,ee,Q,w,$,X,O,W,B,J,E,z,Te=q,ze=()=>(Te(),Te=Qt(Q,j=>i(144,z=j)),Q),Ve,Le=q,Pe=()=>(Le(),Le=Qt(ee,j=>i(145,Ve=j)),ee),pe,Z=q,me=()=>(Z(),Z=Qt(N,j=>i(146,pe=j)),N),Ae,Ue=q,Ge=()=>(Ue(),Ue=Qt(Y,j=>i(147,Ae=j)),Y),ae,ye=q,Me=()=>(ye(),ye=Qt(le,j=>i(148,ae=j)),le),je,ne=q,G=()=>(ne(),ne=Qt(L,j=>i(149,je=j)),L),Ce,re=q,ke=()=>(re(),re=Qt(y,j=>i(150,Ce=j)),y),He,et=q,lt=()=>(et(),et=Qt(T,j=>i(151,He=j)),T),Ne,ue=q,st=()=>(ue(),ue=Qt(C,j=>i(152,Ne=j)),C),vt,ut=q,bt=()=>(ut(),ut=Qt(S,j=>i(153,vt=j)),S),Ct,Be=q,Ft=()=>(Be(),Be=Qt(_,j=>i(154,Ct=j)),_),ce,ft=q,kt=()=>(ft(),ft=Qt(k,j=>i(155,ce=j)),k),We,tt=q,gt=()=>(tt(),tt=Qt(v,j=>i(156,We=j)),v),wt,hi=q,bi=()=>(hi(),hi=Qt(h,j=>i(157,wt=j)),h),gi,Fi=q,Qi=()=>(Fi(),Fi=Qt(d,j=>i(158,gi=j)),d),ii,ni=q,_i=()=>(ni(),ni=Qt(f,j=>i(159,ii=j)),f),Ut,oi=q,Ui=()=>(oi(),oi=Qt(c,j=>i(160,Ut=j)),c),vi,ki,li,wi,si,yi,Ci,yt,Mt,qt,ri,Vt,ai,Zt,xt,Tt,St,Bt,Wt,ui,en,qi,jt;t.$$.on_destroy.push(()=>Te()),t.$$.on_destroy.push(()=>Le()),t.$$.on_destroy.push(()=>Z()),t.$$.on_destroy.push(()=>Ue()),t.$$.on_destroy.push(()=>ye()),t.$$.on_destroy.push(()=>ne()),t.$$.on_destroy.push(()=>re()),t.$$.on_destroy.push(()=>et()),t.$$.on_destroy.push(()=>ue()),t.$$.on_destroy.push(()=>ut()),t.$$.on_destroy.push(()=>Be()),t.$$.on_destroy.push(()=>ft()),t.$$.on_destroy.push(()=>tt()),t.$$.on_destroy.push(()=>hi()),t.$$.on_destroy.push(()=>Fi()),t.$$.on_destroy.push(()=>ni()),t.$$.on_destroy.push(()=>oi());let{bottomHidden:$t}=e,{bottomNoSmooth:Ti}=e,{showControls:Ni}=e,{controlsElementRef:Nt=void 0}=e,{isAds:_t=!1}=e,{canRewindLive:Si}=e,{logoClickable:Zi}=e,{logoHidden:ei}=e,{logoTargetUrl:Wi=""}=e,{showNextPrevButtons:ci}=e,{nextButtonActive:Xi}=e,{prevButtonActive:ji}=e,{isOneVideoPlaylist:Ji=!1}=e,{supportLink:Ri}=e,{customFullscreenSupported:Pi=!0}=e,{playNextVideo:Rt}=e,{playPrevVideo:Kt}=e,{repeatPlaylist:fi}=e,{toggleFullscreen:Di}=e,{returnFocus:Oi}=e,{seekToInteractive:di}=e,{toggleGraph:Ai}=e,{playPrevChapter:Ii}=e;const Fe=ht(),zi=vo(),Lt=an(),Ee=Fe.actions.internal.toggleMuted,Ei=Fe.actions.internal.togglePlay,Ki=Fe.actions.internal.pause,Hi=Fe.actions.internal.toggleSubtitle,Vi=Fe.callbacks?.onAudioDoesNotExistHint,xi=Fe.callbacks?.onAudioDisabledHint,Li=Fe.state.duration$;R(t,Li,j=>i(82,qi=j));const Gi=Fe.state.positionWithScrubbing$;R(t,Gi,j=>i(80,ui=j));const Dt=Fe.state.playbackState$;R(t,Dt,j=>i(161,li=j));const Yi=Fe.state.chromecastConnected$;R(t,Yi,j=>i(83,jt=j));const ti=Fe.state.isAudioAvailable$;R(t,ti,j=>i(197,w=j));const oe=Fe.state.isAudioDisabled,it=Fe.state.isEnded$;R(t,it,j=>i(169,Zt=j));const Ot=Fe.state.isLive$;R(t,Ot,j=>i(33,yt=j));const Gt=Fe.state.isActiveLive$;R(t,Gt,j=>i(163,yi=j));const Mi=Fe.state.isRewindableLive$;R(t,Mi,j=>i(32,Ci=j));const Bi=Fe.ui.isPictureInPictureActive$;R(t,Bi,j=>i(165,qt=j));const un=Fe.ui.pictureInPictureType$;R(t,un,j=>i(164,Mt=j));const cn=Fe.ui.settingsMenuVisible;R(t,cn,j=>i(27,O=j));const on=Fe.ui.settingsMenuOpenedByKeyboard;R(t,on,j=>i(140,X=j));const Pt=Fe.ui.controls,kn=Fe.actions.internal.getVideoEpisodes(),wn=Fe.state.chromecastState$;R(t,wn,j=>i(29,vi=j));const fn=Fe.state.availableSubtitlesList$;R(t,fn,j=>i(168,ai=j));const mn=Fe.state.currentSubtitle$;R(t,mn,j=>i(170,xt=j));const ln=Pt.disabledControls$;R(t,ln,j=>i(172,St=j));const tn=Fe.ui.contextMenu.visible$;R(t,tn,j=>i(162,wi=j));const te=Fe.ui.contextMenu.showContextMenuBtn$;R(t,te,j=>i(166,ri=j));const dt=Fe.ui.contextMenu.openedByBtnKeyboard$;R(t,dt,j=>i(167,Vt=j));const pn=Fe.ui.startedByKeyboard$;R(t,pn,j=>i(139,$=j));const yn=Fe.ads.duration;R(t,yn,j=>i(81,en=j));const Cn=Fe.ads.position;R(t,Cn,j=>i(79,Wt=j));const Dn=Fe.ads.playbackState;R(t,Dn,j=>i(171,Tt=j));const On=Fe.ui.isFullscreen;R(t,On,j=>i(30,ki=j));const zn=Fe.ui.playerSize;R(t,zn,j=>i(142,B=j));const Hn=Fe.ui.currentGridType$;R(t,Hn,j=>i(143,J=j));const Fn=Fe.ui.additionalButtons$;R(t,Fn,j=>i(28,E=j));const Kn=Fe.actions.internal.getVideoElement,x=Fe.actions.internal.replayInteractive,sn=Fe.state.isInteractive,Gn=Fe.state.isInteractiveTime$;R(t,Gn,j=>i(141,W=j));const Yn=Fe.state.showInteractiveGraph,Un=Fe.state.showSeekToInteractive,no=Fe.state.showPlayPrevChapter,Tn=Fe.state.showInteractiveTimeIndicator,qn=Fe.state.graphIsOpened$;R(t,qn,j=>i(31,si=j));const oo=Fe.state.playPrevChapterDisabledTooltip,lo=zi.seekToInteractiveDisabledTooltip$;R(t,lo,j=>i(78,Bt=j));const ko=()=>Fe.actions.internal.toggleChromecast();let An,Qn,Xn,so,Jn,rt,b,se,we,Re,Qe,zt,Yt,At,rn,hn,wo,ro,Nl,Rl,Dl,el="";const Nu=(j,il)=>{if(!j){i(50,el=K("tooltip_live"));return}il===$e.PlaybackState.PAUSED&&i(50,el=K("tooltip_play"))};let Ol,zl,Hl,Fl,Bo;const Ye={};let bn,yo,tl,Ul;const Ru=ie.throttleFn(_u,u1,{leading:!1});let No,Ro,Do;function Du(){Po({isAudioDisabled:oe,audioDisabledHintCallback:xi,isAudioAvailable:w,audioIsNotExistHintCallback:Vi})&&Ee()}const Ou=sn?x:Ji?Ei:fi;function zu(j){t.$$.not_equal(Ye.prevButton,j)&&(Ye.prevButton=j,i(23,Ye))}function Hu(j){t.$$.not_equal(Ye.replayButton,j)&&(Ye.replayButton=j,i(23,Ye))}function Fu(j){Do=j,i(26,Do)}function Uu(j){t.$$.not_equal(Ye.playButton,j)&&(Ye.playButton=j,i(23,Ye))}function qu(j){t.$$.not_equal(Ye.nextButton,j)&&(Ye.nextButton=j,i(23,Ye))}function Zu(j){t.$$.not_equal(Ye.playPrevChapterButton,j)&&(Ye.playPrevChapterButton=j,i(23,Ye))}function Wu(j){t.$$.not_equal(Ye.seekToInteractiveButton,j)&&(Ye.seekToInteractiveButton=j,i(23,Ye))}function ju(j){t.$$.not_equal(Ye.interactiveGraphButton,j)&&(Ye.interactiveGraphButton=j,i(23,Ye))}function Ku(j){t.$$.not_equal(Ye.liveButton,j)&&(Ye.liveButton=j,i(23,Ye))}function Gu(j){t.$$.not_equal(Ye.time,j)&&(Ye.time=j,i(23,Ye))}function Yu(j){t.$$.not_equal(Ye.episodes,j)&&(Ye.episodes=j,i(23,Ye))}function Qu(){Bo=this.clientWidth,i(22,Bo)}function Xu(j){t.$$.not_equal(Ye.vkLogo,j)&&(Ye.vkLogo=j,i(23,Ye))}function Ju(j){t.$$.not_equal(Ye.volume,j)&&(Ye.volume=j,i(23,Ye))}function xu(j){t.$$.not_equal(Ye.subtitles,j)&&(Ye.subtitles=j,i(23,Ye))}function $u(j){No=j,i(24,No)}function ec(j){Ro=j,i(25,Ro)}function tc(j){t.$$.not_equal(Ye.settings,j)&&(Ye.settings=j,i(23,Ye))}function ic(j){t.$$.not_equal(Ye.context,j)&&(Ye.context=j,i(23,Ye))}function nc(j){t.$$.not_equal(Ye.fullscreen,j)&&(Ye.fullscreen=j,i(23,Ye))}function oc(j){t.$$.not_equal(Ye.chromecast,j)&&(Ye.chromecast=j,i(23,Ye))}function lc(j){ve[j?"unshift":"push"](()=>{wo=j,i(46,wo)})}function sc(j){ve[j?"unshift":"push"](()=>{Nt=j,i(0,Nt)})}function rc(j){t.$$.not_equal(Ye.interactiveTimeIndicator,j)&&(Ye.interactiveTimeIndicator=j,i(23,Ye))}return t.$$set=j=>{"bottomHidden"in j&&i(1,$t=j.bottomHidden),"bottomNoSmooth"in j&&i(2,Ti=j.bottomNoSmooth),"showControls"in j&&i(3,Ni=j.showControls),"controlsElementRef"in j&&i(0,Nt=j.controlsElementRef),"isAds"in j&&i(4,_t=j.isAds),"canRewindLive"in j&&i(5,Si=j.canRewindLive),"logoClickable"in j&&i(6,Zi=j.logoClickable),"logoHidden"in j&&i(129,ei=j.logoHidden),"logoTargetUrl"in j&&i(7,Wi=j.logoTargetUrl),"showNextPrevButtons"in j&&i(130,ci=j.showNextPrevButtons),"nextButtonActive"in j&&i(8,Xi=j.nextButtonActive),"prevButtonActive"in j&&i(9,ji=j.prevButtonActive),"isOneVideoPlaylist"in j&&i(131,Ji=j.isOneVideoPlaylist),"supportLink"in j&&i(10,Ri=j.supportLink),"customFullscreenSupported"in j&&i(132,Pi=j.customFullscreenSupported),"playNextVideo"in j&&i(11,Rt=j.playNextVideo),"playPrevVideo"in j&&i(12,Kt=j.playPrevVideo),"repeatPlaylist"in j&&i(133,fi=j.repeatPlaylist),"toggleFullscreen"in j&&i(13,Di=j.toggleFullscreen),"returnFocus"in j&&i(14,Oi=j.returnFocus),"seekToInteractive"in j&&i(15,di=j.seekToInteractive),"toggleGraph"in j&&i(16,Ai=j.toggleGraph),"playPrevChapter"in j&&i(17,Ii=j.playPrevChapter)},t.$$.update=()=>{if(t.$$.dirty[5]&131072&&i(138,n=St.has(at.EPISODE_BUTTON)),t.$$.dirty[5]&131072&&i(77,o=St.has(at.GRAPH_BUTTON)),t.$$.dirty[5]&131072&&i(76,s=St.has(at.SEEK_TO_INTERACTIVE_BUTTON)),t.$$.dirty[5]&131072&&i(75,l=St.has(at.PLAY_BUTTON)),t.$$.dirty[5]&131072&&i(74,r=St.has(at.REPLAY_BUTTON)),t.$$.dirty[5]&131072&&i(73,a=St.has(at.PLAY_PREV_CHAPTER_BUTTON)),t.$$.dirty[0]&16|t.$$.dirty[5]&65600&&i(34,An=_t?Tt===Xt.PLAYING:li===$e.PlaybackState.PLAYING),t.$$.dirty[5]&32768&&i(18,Qn=xt.value!=="off"),t.$$.dirty[0]&16|t.$$.dirty[5]&16384&&i(35,Xn=Zt&&!_t||sn),t.$$.dirty[0]&16|t.$$.dirty[5]&16384&&i(36,so=!Zt||sn||_t),t.$$.dirty[4]&524288&&i(134,Jn=gn(J,exports.GridTypes.M)),t.$$.dirty[0]&272|t.$$.dirty[4]&524352&&i(37,rt=ci&&gn(J,exports.GridTypes.M)&&!_t&&Xi),t.$$.dirty[0]&528|t.$$.dirty[4]&524352&&i(38,b=ci&&gn(J,exports.GridTypes.M)&&!_t&&ji),t.$$.dirty[0]&536870912|t.$$.dirty[4]&524288|t.$$.dirty[5]&1536&&i(39,se=vi!==$e.ChromecastState.NOT_AVAILABLE&&!(qt&&Mt===Vn.DocumentPictureInPicture)&&gn(J,exports.GridTypes.M)&&!sn),t.$$.dirty[4]&524288|t.$$.dirty[5]&8192&&i(40,we=ai.length>0&&gn(J,exports.GridTypes.M)),t.$$.dirty[5]&6144&&i(41,Re=Vt||ri),t.$$.dirty[4]&524288&&i(42,Qe=gn(J,exports.GridTypes.S)),t.$$.dirty[4]&32&&i(43,zt=!ei),t.$$.dirty[4]&524576|t.$$.dirty[5]&1536&&i(44,Yt=Lt.features.fullscreen&&(ei||gn(J,exports.GridTypes.S))&&!(qt&&Mt===Vn.DocumentPictureInPicture)&&(sn?Pi:!0)),t.$$.dirty[0]&16|t.$$.dirty[1]&4&&i(19,At=(!yt||_t)&&!(Lt.features.interactiveHideTime&&sn)),t.$$.dirty[4]&262144&&i(45,rn=B.width>100),t.$$.dirty[0]&16|t.$$.dirty[1]&4|t.$$.dirty[4]&17408&&i(20,hn=!_t&&!yt&&!!kn?.length&&Jn&&!n),t.$$.dirty[1]&2|t.$$.dirty[5]&256&&i(21,ro=!Ci||yi),t.$$.dirty[5]&64&&i(47,Nl=li===$e.PlaybackState.PLAYING?K("tooltip_pause"):K("tooltip_play")),t.$$.dirty[1]&1&&i(48,Rl=K(si?"tooltip_interactive_graph_on":"tooltip_interactive_graph_off")),t.$$.dirty[5]&128&&i(49,Dl=K(wi?"aria_label_context_menu_close":"aria_label_context_menu_open")),t.$$.dirty[0]&2097152|t.$$.dirty[5]&64&&Nu(ro,li),t.$$.dirty[0]&262144&&i(52,zl=K(Qn?"tooltip_subtitles_on":"tooltip_subtitles_off")),t.$$.dirty[0]&1073741824&&i(53,Hl=K(ki?"tooltip_fullscreen_on":"tooltip_fullscreen_off")),t.$$.dirty[0]&536870912&&i(54,Fl=vi===$e.ChromecastState.CONNECTED?K("tooltip_chromecast_on"):K("tooltip_chromecast_off")),t.$$.dirty[0]&268435456|t.$$.dirty[4]&2146435072|t.$$.dirty[5]&63&&i(135,bn={prevButton:Ut?Ut.right-Ut.left:0,replayButton:ii?ii.right-ii.left:0,playButton:gi?gi.right-gi.left:0,nextButton:wt?wt.right-wt.left:0,playPrevChapterButton:We?We.right-We.left:0,seekToInteractiveButton:ce?ce.right-ce.left:0,interactiveGraphButton:Ct?Ct.right-Ct.left:0,liveButton:vt?vt.right-vt.left:0,time:Ne?Ne.right-Ne.left:0,episodes:He?He.right-He.left:0,vkLogo:Ce?Ce.right-Ce.left:0,volume:je?je.right-je.left:0,subtitles:ae?ae.right-ae.left:0,settings:Ae?Ae.right-Ae.left:0,context:pe?pe.right-pe.left:0,fullscreen:Ve?Ve.right-Ve.left:0,chromecast:z?z.right-z.left:0,additionalButtons:E.length?E.reduce(j=>[...j,40],[]):[]}),t.$$.dirty[4]&6144&&(!yo||yo<bn.time)&&i(136,yo=bn.time),t.$$.dirty[0]&5767168|t.$$.dirty[4]&530432){let j=0;hn&&(gn(J,exports.GridTypes.XL)?j=bn.time:j=Rc);const il=bn.prevButton+bn.playButton+bn.nextButton+bn.seekToInteractiveButton+bn.interactiveGraphButton+bn.liveButton+yo+j;i(137,tl=At&&Bo>=il)}t.$$.dirty[4]&532480&&i(55,Ul=tl&&gn(J,exports.GridTypes.M)),t.$$.dirty[0]&8388616|t.$$.dirty[4]&393216&&Ru(Kn(),Pt,Ye,Ni),t.$$.dirty[0]&167772160&&Pl(Ro,O,on),t.$$.dirty[0]&150994944|t.$$.dirty[4]&65536&&Qo(No,O,X),t.$$.dirty[0]&67108864|t.$$.dirty[4]&32768&&vu(pn,$,Do)},i(51,Ol=Lt.logoType===$n.VK_VIDEO?K("tooltip_vk_video_logo"):K("tooltip_vk_logo")),Ui(i(72,{prevButton:c,replayButton:f,playButton:d,nextButton:h,playPrevChapterButton:v,seekToInteractiveButton:k,interactiveGraphButton:_,liveButton:S,time:C,episodes:T,vkLogo:y,volume:L,subtitles:le,settings:Y,context:N,fullscreen:ee,chromecast:Q}=Pt,c,_i(i(71,f)),Qi(i(70,d)),bi(i(69,h)),gt(i(68,v)),kt(i(67,k)),Ft(i(66,_)),bt(i(65,S)),st(i(64,C)),lt(i(63,T)),ke(i(62,y)),G(i(61,L)),Me(i(60,le)),Ge(i(59,Y)),me(i(58,N)),Pe(i(57,ee)),ze(i(56,Q)))),[Nt,$t,Ti,Ni,_t,Si,Zi,Wi,Xi,ji,Ri,Rt,Kt,Di,Oi,di,Ai,Ii,Qn,At,hn,ro,Bo,Ye,No,Ro,Do,O,E,vi,ki,si,Ci,yt,An,Xn,so,rt,b,se,we,Re,Qe,zt,Yt,rn,wo,Nl,Rl,Dl,el,Ol,zl,Hl,Fl,Ul,Q,ee,N,Y,le,L,y,T,C,S,_,k,v,h,d,f,c,a,r,l,s,o,Bt,Wt,ui,en,qi,jt,Lt,Ei,Ki,Hi,Li,Gi,Dt,Yi,ti,it,Ot,Gt,Mi,Bi,un,cn,on,kn,wn,fn,mn,ln,tn,te,dt,pn,yn,Cn,Dn,On,zn,Hn,Fn,sn,Gn,Yn,Un,no,Tn,qn,oo,lo,ko,Du,Ou,ei,ci,Ji,Pi,fi,Jn,bn,yo,tl,n,$,X,W,B,J,z,Ve,pe,Ae,ae,je,Ce,He,Ne,vt,Ct,ce,We,wt,gi,ii,Ut,li,wi,yi,Mt,qt,ri,Vt,ai,Zt,xt,Tt,St,zu,Hu,Fu,Uu,qu,Zu,Wu,ju,Ku,Gu,Yu,Qu,Xu,Ju,xu,$u,ec,tc,ic,nc,oc,lc,sc,rc]}class S3 extends _e{constructor(e){super(),ge(this,e,T3,C3,be,{bottomHidden:1,bottomNoSmooth:2,showControls:3,controlsElementRef:0,isAds:4,canRewindLive:5,logoClickable:6,logoHidden:129,logoTargetUrl:7,showNextPrevButtons:130,nextButtonActive:8,prevButtonActive:9,isOneVideoPlaylist:131,supportLink:10,customFullscreenSupported:132,playNextVideo:11,playPrevVideo:12,repeatPlaylist:133,toggleFullscreen:13,returnFocus:14,seekToInteractive:15,toggleGraph:16,playPrevChapter:17},$m,[-1,-1,-1,-1,-1,-1,-1])}}function P3(t){let e,i,n,o;return{c(){e=M("svg"),i=M("g"),n=M("path"),o=M("path"),u(n,"d","M0 0h24v24H0z"),u(o,"fill","#fff"),u(o,"d","M8.695 8.105 5.301 4.71a1 1 0 0 1 1.414-1.415L20.7 17.285a1 1 0 0 1-1.414 1.415L16 15.41V20a1 1 0 0 1-1 1c-.641 0-1.258-.25-1.72-.695L7.79 15H5a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h2.765l.93-.895Zm2.88-2.77 1.704-1.642A2.481 2.481 0 0 1 15 3a1 1 0 0 1 1 1v5.76l-4.426-4.426Z"),u(i,"fill","none"),u(i,"fill-rule","evenodd"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"width","24"),u(e,"height","24"),u(e,"aria-hidden","true"),u(e,"data-testid","muted-icon")},m(s,l){A(s,e,l),p(e,i),p(i,n),p(i,o)},p:q,i:q,o:q,d(s){s&&P(e)}}}class A3 extends _e{constructor(e){super(),ge(this,e,null,P3,be,{})}}function I3(t){Ke(t,"v-6gmlbk",".container.v-6gmlbk{display:flex;align-items:center}.expanded.v-6gmlbk{background-color:rgba(0, 0, 0, 0.56);border-radius:6px}.text.v-6gmlbk{font-size:15px;margin-left:8px}")}function Ir(t){let e;return{c(){e=I("span"),e.textContent=`${K("mobile_unmute")}`,u(e,"class","text v-6gmlbk")},m(i,n){A(i,e,n)},p:q,d(i){i&&P(e)}}}function E3(t){let e,i,n,o;var s=t[4];function l(a){return{}}s&&(i=Pn(s,l()));let r=t[1]&&Ir();return{c(){e=I("div"),i&&U(i.$$.fragment),n=D(),r&&r.c(),u(e,"class","container v-6gmlbk"),u(e,"aria-hidden","true"),V(e,"expanded",t[1])},m(a,c){A(a,e,c),i&&H(i,e,null),p(e,n),r&&r.m(e,null),o=!0},p(a,c){if(c&16&&s!==(s=a[4])){if(i){fe();const f=i;g(f.$$.fragment,1,0,()=>{F(f,1)}),de()}s?(i=Pn(s,l()),U(i.$$.fragment),m(i.$$.fragment,1),H(i,e,n)):i=null}a[1]?r?r.p(a,c):(r=Ir(),r.c(),r.m(e,null)):r&&(r.d(1),r=null),(!o||c&2)&&V(e,"expanded",a[1])},i(a){o||(i&&m(i.$$.fragment,a),o=!0)},o(a){i&&g(i.$$.fragment,a),o=!1},d(a){a&&P(e),i&&F(i),r&&r.d()}}}function V3(t){let e,i,n;function o(l){t[6](l)}let s={testId:t[1]?"btn-mobile-unmuted":"btn-mobile-muted",click:t[2],ariaLabel:t[3],$$slots:{default:[E3]},$$scope:{ctx:t}};return t[0]!==void 0&&(s.ref=t[0]),e=new pi({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,[r]){const a={};r&2&&(a.testId=l[1]?"btn-mobile-unmuted":"btn-mobile-muted"),r&4&&(a.click=l[2]),r&8&&(a.ariaLabel=l[3]),r&146&&(a.$$scope={dirty:r,ctx:l}),!i&&r&1&&(i=!0,a.ref=l[0],qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function L3(t,e,i){let{muted:n=!1}=e,{expanded:o=!1}=e,{click:s=ie.noop}=e,{ref:l=void 0}=e,r,a;function c(f){l=f,i(0,l)}return t.$$set=f=>{"muted"in f&&i(5,n=f.muted),"expanded"in f&&i(1,o=f.expanded),"click"in f&&i(2,s=f.click),"ref"in f&&i(0,l=f.ref)},t.$$.update=()=>{t.$$.dirty&32&&i(3,r=K(n?"tooltip_volume":"tooltip_volume_muted")),t.$$.dirty&2&&i(4,a=o?Jo:A3)},[l,o,s,r,a,n,c]}class wu extends _e{constructor(e){super(),ge(this,e,L3,V3,be,{muted:5,expanded:1,click:2,ref:0},I3)}}function M3(t){let e,i,n,o;return{c(){e=M("svg"),i=M("path"),n=M("path"),o=M("path"),u(i,"fill",t[1]),u(i,"clip-rule","evenodd"),u(i,"d","M7.662 4h6.676c.808 0 1.469 0 2.006.044.556.045 1.058.142 1.526.381a3.9 3.9 0 0 1 1.705 1.704c.239.47.336.971.381 1.527C20 8.193 20 8.854 20 9.662V11.1a.9.9 0 0 1-1.8 0V9.7c0-.855 0-1.442-.038-1.897-.036-.445-.103-.684-.19-.856a2.1 2.1 0 0 0-.919-.918c-.172-.088-.411-.155-.856-.191C15.742 5.8 15.155 5.8 14.3 5.8H7.7c-.855 0-1.442 0-1.897.038-.445.036-.684.103-.856.19a2.1 2.1 0 0 0-.918.919c-.088.172-.155.411-.191.856C3.8 8.258 3.8 8.845 3.8 9.7v2.646c0 .855 0 1.442.038 1.897.036.445.103.683.19.856a2.1 2.1 0 0 0 .919.918c.172.088.411.155.856.191.455.037 1.042.038 1.897.038h2.4a.9.9 0 0 1 0 1.8H7.662c-.808 0-1.469 0-2.006-.044-.556-.045-1.058-.142-1.527-.381a3.9 3.9 0 0 1-1.704-1.704c-.239-.47-.336-.972-.381-1.527C2 13.852 2 13.192 2 12.384V9.662c0-.808 0-1.469.044-2.006.045-.556.142-1.058.381-1.527A3.9 3.9 0 0 1 4.13 4.425c.47-.239.971-.336 1.527-.381C6.193 4 6.854 4 7.662 4ZM13 16.8c0-.98 0-1.47.19-1.845a1.75 1.75 0 0 1 .766-.764C14.33 14 14.82 14 15.8 14h3.4c.98 0 1.47 0 1.845.19.329.168.596.436.764.766.191.374.191.864.191 1.844v.4c0 .98 0 1.47-.19 1.845a1.75 1.75 0 0 1-.765.764C20.67 20 20.18 20 19.2 20h-3.4c-.98 0-1.47 0-1.845-.19a1.75 1.75 0 0 1-.764-.765C13 18.67 13 18.18 13 17.2v-.4Z"),u(n,"fill",t[1]),u(n,"d","m11.643 12.37-.007-.006L9.073 9.8H10.1a.9.9 0 1 0 0-1.8H6.9a.9.9 0 0 0-.9.9v3.2a.9.9 0 0 0 1.8 0v-1.022l2.53 2.524.134.134a.9.9 0 0 0 1.272-1.272l-.093-.094Z"),V(n,"hidden",!t[0]),u(o,"fill",t[1]),u(o,"d","M6.357 9.63a.865.865 0 0 0 .007.006L8.927 12.2H7.9a.9.9 0 1 0 0 1.8h3.2a.9.9 0 0 0 .9-.9V9.9a.9.9 0 0 0-1.8 0v1.022L7.67 8.397l-.134-.133a.9.9 0 0 0-1.272 1.272l.093.094Z"),V(o,"hidden",t[0]),u(e,"width","24"),u(e,"height","24"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg")},m(s,l){A(s,e,l),p(e,i),p(e,n),p(e,o)},p(s,[l]){l&2&&u(i,"fill",s[1]),l&2&&u(n,"fill",s[1]),l&1&&V(n,"hidden",!s[0]),l&2&&u(o,"fill",s[1]),l&1&&V(o,"hidden",s[0])},i:q,o:q,d(s){s&&P(e)}}}function B3(t,e,i){let n,{isActive:o=!1}=e;return t.$$set=s=>{"isActive"in s&&i(0,o=s.isActive)},t.$$.update=()=>{t.$$.dirty&1&&i(1,n=o?"#2688EB":"#fff")},[o,n]}class N3 extends _e{constructor(e){super(),ge(this,e,B3,M3,be,{isActive:0})}}function R3(t){let e,i;return e=new N3({props:{isActive:t[1]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o&2&&(s.isActive=n[1]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function D3(t){let e,i,n;function o(l){t[3](l)}let s={testId:"btn-pip",ariaLabel:K("menu_pip"),click:t[2],$$slots:{default:[R3]},$$scope:{ctx:t}};return t[0]!==void 0&&(s.ref=t[0]),e=new pi({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,[r]){const a={};r&4&&(a.click=l[2]),r&18&&(a.$$scope={dirty:r,ctx:l}),!i&&r&1&&(i=!0,a.ref=l[0],qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function O3(t,e,i){let{ref:n=void 0}=e,{isPictureInPictureActive:o=!1}=e,{click:s=ie.noop}=e;function l(r){n=r,i(0,n)}return t.$$set=r=>{"ref"in r&&i(0,n=r.ref),"isPictureInPictureActive"in r&&i(1,o=r.isPictureInPictureActive),"click"in r&&i(2,s=r.click)},[n,o,s,l]}class z3 extends _e{constructor(e){super(),ge(this,e,O3,D3,be,{ref:0,isPictureInPictureActive:1,click:2})}}function H3(t){Ke(t,"v-1tcstu3",".wrapper-bottom.v-1tcstu3.v-1tcstu3{pointer-events:none;position:absolute;width:100%;bottom:0;left:0;height:var(--controls-gradient-height);background:var(--controls-gradient);transition:transform var(--controls-transition-duration) var(--controls-transition-fn);display:flex;flex-direction:column;justify-content:flex-end;box-sizing:border-box;padding:0 4px 8px}.wrapper-bottom.v-1tcstu3>.v-1tcstu3{pointer-events:auto}.wrapper-bottom.ads-timeline-mobile.v-1tcstu3.v-1tcstu3{height:9px;padding:0 4px 4px}.wrapper-middle.v-1tcstu3.v-1tcstu3{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:opacity var(--controls-transition-duration);display:flex;align-items:center}.wrapper-top-right.v-1tcstu3.v-1tcstu3{position:absolute;top:4px;right:8px;transition:opacity var(--controls-transition-duration);display:flex}.wrapper-top-left.v-1tcstu3.v-1tcstu3{position:absolute;top:4px;left:8px}.wrapper-middle-left.v-1tcstu3.v-1tcstu3,.wrapper-middle-left-second.v-1tcstu3.v-1tcstu3,.wrapper-middle-right.v-1tcstu3.v-1tcstu3{position:absolute;top:50%;transform:translateY(-50%);height:44px;width:44px;border-radius:12px;background-color:rgba(0, 0, 0, 0.56);transition:opacity var(--controls-transition-duration);display:flex;align-items:center;justify-content:center}.wrapper-middle-left.v-1tcstu3.v-1tcstu3{left:12px}.wrapper-middle-left-second.v-1tcstu3.v-1tcstu3{left:64px}.wrapper-middle-right.v-1tcstu3.v-1tcstu3{right:12px}.controls.v-1tcstu3.v-1tcstu3{width:100%;display:flex;align-items:center;height:var(--controls-height);white-space:nowrap;font-size:13px;transition:transform var(--controls-transition-duration) var(--controls-transition-fn);will-change:transform;padding:0 4px;box-sizing:border-box}.controls.v-1tcstu3 > *:not(:first-child){margin-left:8px}.hidden.v-1tcstu3.v-1tcstu3{visibility:hidden;opacity:0}.controls-hidden.v-1tcstu3.v-1tcstu3{visibility:visible;transform:translateY(100%)}.wrapper-bottom.no-smooth.v-1tcstu3.v-1tcstu3{transition:none}.settings-mobile.v-1tcstu3.v-1tcstu3{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:opacity var(--controls-transition-duration);display:flex;align-items:center;max-width:320px;width:90%}.overlay-mobile.v-1tcstu3.v-1tcstu3{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, .3);pointer-events:none;transition:opacity var(--controls-transition-duration)}@media screen and (orientation: portrait){.wrapper-top-right.fullscreen.v-1tcstu3.v-1tcstu3{top:16px}.wrapper-top-left.fullscreen.v-1tcstu3.v-1tcstu3{top:16px}.controls-wrapper.fullscreen.v-1tcstu3.v-1tcstu3{position:absolute;bottom:30px;width:calc(100% - 8px)}}@media screen and (orientation: landscape){.wrapper-top-left.fullscreen.v-1tcstu3.v-1tcstu3{top:12px;left:44px}.wrapper-top-right.fullscreen.v-1tcstu3.v-1tcstu3{top:12px;right:44px}.wrapper-middle-left.fullscreen.v-1tcstu3.v-1tcstu3{left:44px}.wrapper-middle-left-second.fullscreen.v-1tcstu3.v-1tcstu3{left:96px}.wrapper-middle-right.fullscreen.v-1tcstu3.v-1tcstu3{right:44px}.controls-wrapper.fullscreen.v-1tcstu3.v-1tcstu3{position:absolute;left:36px;right:36px;bottom:32px;width:calc(100% - 72px)}}")}function Er(t,e,i){const n=t.slice();return n[169]=e[i].iconUrl,n[170]=e[i].ariaLabel,n[171]=e[i].testId,n[172]=e[i].onClick,n[173]=e[i].tooltip,n}function Vr(t){let e,i,n,o,s,l,r,a,c,f,d,h,v,k,_,S,C,T=(!t[51]||t[53])&&Lr(t),y=Ht(t[56]),L=[];for(let B=0;B<y.length;B+=1)L[B]=Mr(Er(t,y,B));const le=B=>g(L[B],1,1,()=>{L[B]=null});let Y=t[36]&&Br(t),N=t[37]&&Nr(t),ee=t[57]&&Rr(t),Q=t[39]&&Dr(t),w=t[8]&&Or(t),$=t[34]&&zr(t),X=t[33]&&Hr(t),O=t[8]&&Fr(t),W=t[96]&&!t[29]&&Ur(t);return{c(){e=I("div"),i=D(),n=I("div"),T&&T.c(),o=D(),s=I("div");for(let B=0;B<L.length;B+=1)L[B].c();l=D(),Y&&Y.c(),r=D(),N&&N.c(),a=D(),ee&&ee.c(),c=D(),Q&&Q.c(),f=D(),d=I("div"),w&&w.c(),h=D(),$&&$.c(),v=D(),X&&X.c(),k=D(),O&&O.c(),_=D(),W&&W.c(),S=ct(),u(e,"class","overlay-mobile v-1tcstu3"),V(e,"hidden",!t[42]),u(n,"class","wrapper-top-left v-1tcstu3"),V(n,"hidden",!t[3]),V(n,"fullscreen",t[52]),u(s,"class","wrapper-top-right v-1tcstu3"),V(s,"hidden",!t[3]&&!t[27]),V(s,"fullscreen",t[52]),u(d,"class","wrapper-middle v-1tcstu3"),V(d,"hidden",!t[3]||t[29])},m(B,J){A(B,e,J),A(B,i,J),A(B,n,J),T&&T.m(n,null),A(B,o,J),A(B,s,J);for(let E=0;E<L.length;E+=1)L[E]&&L[E].m(s,null);p(s,l),Y&&Y.m(s,null),p(s,r),N&&N.m(s,null),p(s,a),ee&&ee.m(s,null),p(s,c),Q&&Q.m(s,null),A(B,f,J),A(B,d,J),w&&w.m(d,null),p(d,h),$&&$.m(d,null),p(d,v),X&&X.m(d,null),p(d,k),O&&O.m(d,null),A(B,_,J),W&&W.m(B,J),A(B,S,J),C=!0},p(B,J){if((!C||J[1]&2048)&&V(e,"hidden",!B[42]),!B[51]||B[53]?T?(T.p(B,J),J[1]&5242880&&m(T,1)):(T=Lr(B),T.c(),m(T,1),T.m(n,null)):T&&(fe(),g(T,1,1,()=>{T=null}),de()),(!C||J[0]&8)&&V(n,"hidden",!B[3]),(!C||J[1]&2097152)&&V(n,"fullscreen",B[52]),J[1]&33554432){y=Ht(B[56]);let E;for(E=0;E<y.length;E+=1){const z=Er(B,y,E);L[E]?(L[E].p(z,J),m(L[E],1)):(L[E]=Mr(z),L[E].c(),m(L[E],1),L[E].m(s,l))}for(fe(),E=y.length;E<L.length;E+=1)le(E);de()}B[36]?Y?(Y.p(B,J),J[1]&32&&m(Y,1)):(Y=Br(B),Y.c(),m(Y,1),Y.m(s,r)):Y&&(fe(),g(Y,1,1,()=>{Y=null}),de()),B[37]?N?(N.p(B,J),J[1]&64&&m(N,1)):(N=Nr(B),N.c(),m(N,1),N.m(s,a)):N&&(fe(),g(N,1,1,()=>{N=null}),de()),B[57]?ee?(ee.p(B,J),J[1]&67108864&&m(ee,1)):(ee=Rr(B),ee.c(),m(ee,1),ee.m(s,c)):ee&&(fe(),g(ee,1,1,()=>{ee=null}),de()),B[39]?Q?(Q.p(B,J),J[1]&256&&m(Q,1)):(Q=Dr(B),Q.c(),m(Q,1),Q.m(s,null)):Q&&(fe(),g(Q,1,1,()=>{Q=null}),de()),(!C||J[0]&134217736)&&V(s,"hidden",!B[3]&&!B[27]),(!C||J[1]&2097152)&&V(s,"fullscreen",B[52]),B[8]?w?(w.p(B,J),J[0]&256&&m(w,1)):(w=Or(B),w.c(),m(w,1),w.m(d,h)):w&&(fe(),g(w,1,1,()=>{w=null}),de()),B[34]?$?($.p(B,J),J[1]&8&&m($,1)):($=zr(B),$.c(),m($,1),$.m(d,v)):$&&(fe(),g($,1,1,()=>{$=null}),de()),B[33]?X?(X.p(B,J),J[1]&4&&m(X,1)):(X=Hr(B),X.c(),m(X,1),X.m(d,k)):X&&(fe(),g(X,1,1,()=>{X=null}),de()),B[8]?O?(O.p(B,J),J[0]&256&&m(O,1)):(O=Fr(B),O.c(),m(O,1),O.m(d,null)):O&&(fe(),g(O,1,1,()=>{O=null}),de()),(!C||J[0]&536870920)&&V(d,"hidden",!B[3]||B[29]),B[96]&&!B[29]?W?(W.p(B,J),J[0]&536870912&&m(W,1)):(W=Ur(B),W.c(),m(W,1),W.m(S.parentNode,S)):W&&(fe(),g(W,1,1,()=>{W=null}),de())},i(B){if(!C){m(T);for(let J=0;J<y.length;J+=1)m(L[J]);m(Y),m(N),m(ee),m(Q),m(w),m($),m(X),m(O),m(W),C=!0}},o(B){g(T),L=L.filter(Boolean);for(let J=0;J<L.length;J+=1)g(L[J]);g(Y),g(N),g(ee),g(Q),g(w),g($),g(X),g(O),g(W),C=!1},d(B){B&&(P(e),P(i),P(n),P(o),P(s),P(f),P(d),P(_),P(S)),T&&T.d(),vn(L,B),Y&&Y.d(),N&&N.d(),ee&&ee.d(),Q&&Q.d(),w&&w.d(),$&&$.d(),X&&X.d(),O&&O.d(),W&&W.d(B)}}}function Lr(t){let e,i,n;function o(l){t[130](l)}let s={muted:t[54],expanded:t[51]&&!t[70]&&t[55],click:t[106]};return t[20].volume!==void 0&&(s.ref=t[20].volume),e=new wu({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[1]&8388608&&(a.muted=l[54]),r[1]&17825792&&(a.expanded=l[51]&&!l[70]&&l[55]),!i&&r[0]&1048576&&(i=!0,a.ref=l[20].volume,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function Mr(t){let e,i;return e=new mu({props:{iconUrl:t[169],ariaLabel:t[170]??t[173],testId:t[171],onClick:t[172]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[1]&33554432&&(s.iconUrl=n[169]),o[1]&33554432&&(s.ariaLabel=n[170]??n[173]),o[1]&33554432&&(s.testId=n[171]),o[1]&33554432&&(s.onClick=n[172]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Br(t){let e,i,n;function o(l){t[131](l)}let s={isMobile:!0,click:t[104],state:t[28]};return t[20].chromecast!==void 0&&(s.ref=t[20].chromecast),e=new nu({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[0]&268435456&&(a.state=l[28]),!i&&r[0]&1048576&&(i=!0,a.ref=l[20].chromecast,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function Nr(t){let e,i,n;function o(l){t[132](l)}let s={click:t[105],isPictureInPictureActive:t[26]};return t[20].pip!==void 0&&(s.ref=t[20].pip),e=new z3({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[0]&67108864&&(a.isPictureInPictureActive=l[26]),!i&&r[0]&1048576&&(i=!0,a.ref=l[20].pip,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function Rr(t){let e,i,n;function o(l){t[133](l)}let s={};return t[22]!==void 0&&(s.ref=t[22]),e=new Il({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};!i&&r[0]&4194304&&(i=!0,a.ref=l[22],qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function Dr(t){let e,i,n;function o(l){t[134](l)}let s={click:t[64],targetUrl:t[7],logoClickable:t[6]};return t[20].vkLogo!==void 0&&(s.ref=t[20].vkLogo),e=new iu({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[0]&128&&(a.targetUrl=l[7]),r[0]&64&&(a.logoClickable=l[6]),!i&&r[0]&1048576&&(i=!0,a.ref=l[20].vkLogo,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function Or(t){let e,i,n;function o(l){t[135](l)}let s={click:t[13],type:"prev",disabled:!t[10],isMobile:!0};return t[20].prevButton!==void 0&&(s.ref=t[20].prevButton),e=new xo({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[0]&8192&&(a.click=l[13]),r[0]&1024&&(a.disabled=!l[10]),!i&&r[0]&1048576&&(i=!0,a.ref=l[20].prevButton,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function zr(t){let e,i,n;function o(l){t[136](l)}let s={disabled:t[49],click:t[63],isMobile:!0,isPlaying:t[31]};return t[20].playButton!==void 0&&(s.ref=t[20].playButton),e=new Ll({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[1]&262144&&(a.disabled=l[49]),r[1]&1&&(a.isPlaying=l[31]),!i&&r[0]&1048576&&(i=!0,a.ref=l[20].playButton,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function Hr(t){let e,i,n;function o(l){t[137](l)}let s={disabled:t[48],click:t[107],isMobile:!0};return t[20].replayButton!==void 0&&(s.ref=t[20].replayButton),e=new Ml({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[1]&131072&&(a.disabled=l[48]),!i&&r[0]&1048576&&(i=!0,a.ref=l[20].replayButton,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function Fr(t){let e,i,n;function o(l){t[138](l)}let s={click:t[12],type:"next",disabled:!t[9],isMobile:!0};return t[20].nextButton!==void 0&&(s.ref=t[20].nextButton),e=new xo({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[0]&4096&&(a.click=l[12]),r[0]&512&&(a.disabled=!l[9]),!i&&r[0]&1048576&&(i=!0,a.ref=l[20].nextButton,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function Ur(t){let e,i,n,o,s=t[100]&&F3(t),l=t[98]&&U3(t),r=t[99]&&q3(t);return{c(){s&&s.c(),e=D(),l&&l.c(),i=D(),r&&r.c(),n=ct()},m(a,c){s&&s.m(a,c),A(a,e,c),l&&l.m(a,c),A(a,i,c),r&&r.m(a,c),A(a,n,c),o=!0},p(a,c){a[100]&&s.p(a,c),a[98]&&l.p(a,c),a[99]&&r.p(a,c)},i(a){o||(m(s),m(l),m(r),o=!0)},o(a){g(s),g(l),g(r),o=!1},d(a){a&&(P(e),P(i),P(n)),s&&s.d(a),l&&l.d(a),r&&r.d(a)}}}function F3(t){let e,i,n,o,s,l;function r(c){t[139](c)}let a={hidden:!t[3],disabled:t[47],click:t[18]};return t[20].playPrevChapterButton!==void 0&&(a.ref=t[20].playPrevChapterButton),i=new du({props:a}),ve.push(()=>Ze(i,"ref",r)),{c(){e=I("div"),U(i.$$.fragment),u(e,"class","wrapper-middle-left v-1tcstu3"),V(e,"fullscreen",t[52]),V(e,"hidden",!t[3])},m(c,f){A(c,e,f),H(i,e,null),o=!0,s||(l=he(e,"click",t[108]),s=!0)},p(c,f){const d={};f[0]&8&&(d.hidden=!c[3]),f[1]&65536&&(d.disabled=c[47]),f[0]&262144&&(d.click=c[18]),!n&&f[0]&1048576&&(n=!0,d.ref=c[20].playPrevChapterButton,qe(()=>n=!1)),i.$set(d),(!o||f[1]&2097152)&&V(e,"fullscreen",c[52]),(!o||f[0]&8)&&V(e,"hidden",!c[3])},i(c){o||(m(i.$$.fragment,c),o=!0)},o(c){g(i.$$.fragment,c),o=!1},d(c){c&&P(e),F(i),s=!1,l()}}}function U3(t){let e,i,n,o;function s(r){t[140](r)}let l={hidden:!t[3]&&!t[58],disabled:t[50],click:t[17],graphIsOpened:t[58]};return t[20].interactiveGraphButton!==void 0&&(l.ref=t[20].interactiveGraphButton),i=new cu({props:l}),ve.push(()=>Ze(i,"ref",s)),{c(){e=I("div"),U(i.$$.fragment),u(e,"class",hc(t[100]?"wrapper-middle-left-second":"wrapper-middle-left")+" v-1tcstu3"),V(e,"fullscreen",t[52]),V(e,"hidden",!t[3]&&!t[58])},m(r,a){A(r,e,a),H(i,e,null),o=!0},p(r,a){const c={};a[0]&8|a[1]&134217728&&(c.hidden=!r[3]&&!r[58]),a[1]&524288&&(c.disabled=r[50]),a[0]&131072&&(c.click=r[17]),a[1]&134217728&&(c.graphIsOpened=r[58]),!n&&a[0]&1048576&&(n=!0,c.ref=r[20].interactiveGraphButton,qe(()=>n=!1)),i.$set(c),(!o||a[1]&2097152)&&V(e,"fullscreen",r[52]),(!o||a[0]&8|a[1]&134217728)&&V(e,"hidden",!r[3]&&!r[58])},i(r){o||(m(i.$$.fragment,r),o=!0)},o(r){g(i.$$.fragment,r),o=!1},d(r){r&&P(e),F(i)}}}function q3(t){let e,i,n,o,s,l;function r(c){t[141](c)}let a={hidden:!t[3],disabled:t[46],click:t[16]};return t[20].seekToInteractiveButton!==void 0&&(a.ref=t[20].seekToInteractiveButton),i=new uu({props:a}),ve.push(()=>Ze(i,"ref",r)),{c(){e=I("div"),U(i.$$.fragment),u(e,"class","wrapper-middle-right v-1tcstu3"),V(e,"fullscreen",t[52]),V(e,"hidden",!t[3])},m(c,f){A(c,e,f),H(i,e,null),o=!0,s||(l=he(e,"click",t[109]),s=!0)},p(c,f){const d={};f[0]&8&&(d.hidden=!c[3]),f[1]&32768&&(d.disabled=c[46]),f[0]&65536&&(d.click=c[16]),!n&&f[0]&1048576&&(n=!0,d.ref=c[20].seekToInteractiveButton,qe(()=>n=!1)),i.$set(d),(!o||f[1]&2097152)&&V(e,"fullscreen",c[52]),(!o||f[0]&8)&&V(e,"hidden",!c[3])},i(c){o||(m(i.$$.fragment,c),o=!0)},o(c){g(i.$$.fragment,c),o=!1},d(c){c&&P(e),F(i),s=!1,l()}}}function qr(t){let e,i,n,o,s,l=t[53]&&Zr(t),r=t[32]&&Wr(t);return o=new su({props:{position:t[59],duration:t[60]}}),{c(){l&&l.c(),e=D(),r&&r.c(),i=D(),n=I("div"),U(o.$$.fragment),u(n,"class","wrapper-bottom ads-timeline-mobile v-1tcstu3"),V(n,"fullscreen",t[52])},m(a,c){l&&l.m(a,c),A(a,e,c),r&&r.m(a,c),A(a,i,c),A(a,n,c),H(o,n,null),s=!0},p(a,c){a[53]?l?(l.p(a,c),c[1]&4194304&&m(l,1)):(l=Zr(a),l.c(),m(l,1),l.m(e.parentNode,e)):l&&(fe(),g(l,1,1,()=>{l=null}),de()),a[32]?r?(r.p(a,c),c[1]&2&&m(r,1)):(r=Wr(a),r.c(),m(r,1),r.m(i.parentNode,i)):r&&(fe(),g(r,1,1,()=>{r=null}),de());const f={};c[1]&268435456&&(f.position=a[59]),c[1]&536870912&&(f.duration=a[60]),o.$set(f),(!s||c[1]&2097152)&&V(n,"fullscreen",a[52])},i(a){s||(m(l),m(r),m(o.$$.fragment,a),s=!0)},o(a){g(l),g(r),g(o.$$.fragment,a),s=!1},d(a){a&&(P(e),P(i),P(n)),l&&l.d(a),r&&r.d(a),F(o)}}}function Zr(t){let e,i,n,o;function s(r){t[142](r)}let l={muted:t[54],expanded:!1,click:t[106]};return t[20].volume!==void 0&&(l.ref=t[20].volume),i=new wu({props:l}),ve.push(()=>Ze(i,"ref",s)),{c(){e=I("div"),U(i.$$.fragment),u(e,"class","wrapper-top-right v-1tcstu3"),V(e,"fullscreen",t[52])},m(r,a){A(r,e,a),H(i,e,null),o=!0},p(r,a){const c={};a[1]&8388608&&(c.muted=r[54]),!n&&a[0]&1048576&&(n=!0,c.ref=r[20].volume,qe(()=>n=!1)),i.$set(c),(!o||a[1]&2097152)&&V(e,"fullscreen",r[52])},i(r){o||(m(i.$$.fragment,r),o=!0)},o(r){g(i.$$.fragment,r),o=!1},d(r){r&&P(e),F(i)}}}function Wr(t){let e,i,n,o;function s(r){t[143](r)}let l={disabled:t[49],click:t[63],isMobile:!0,isPlaying:!t[32]};return t[20].playButton!==void 0&&(l.ref=t[20].playButton),i=new Ll({props:l}),ve.push(()=>Ze(i,"ref",s)),{c(){e=I("div"),U(i.$$.fragment),u(e,"class","wrapper-middle v-1tcstu3")},m(r,a){A(r,e,a),H(i,e,null),o=!0},p(r,a){const c={};a[1]&262144&&(c.disabled=r[49]),a[1]&2&&(c.isPlaying=!r[32]),!n&&a[0]&1048576&&(n=!0,c.ref=r[20].playButton,qe(()=>n=!1)),i.$set(c)},i(r){o||(m(i.$$.fragment,r),o=!0)},o(r){g(i.$$.fragment,r),o=!1},d(r){r&&P(e),F(i)}}}function Z3(t){let e,i,n;function o(l){t[144](l)}let s={disabled:t[48],$$slots:{default:[W3]},$$scope:{ctx:t}};return t[20].replayButton!==void 0&&(s.ref=t[20].replayButton),e=new Et({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[1]&131072&&(a.disabled=l[48]),r[1]&131072|r[5]&2097152&&(a.$$scope={dirty:r,ctx:l}),!i&&r[0]&1048576&&(i=!0,a.ref=l[20].replayButton,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function W3(t){let e,i;return e=new Ml({props:{disabled:t[48],click:t[95]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[1]&131072&&(s.disabled=n[48]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function jr(t){let e,i,n;function o(l){t[145](l)}let s={$$slots:{default:[j3]},$$scope:{ctx:t}};return t[20].liveButton!==void 0&&(s.ref=t[20].liveButton),e=new Et({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[0]&524288|r[1]&16384|r[5]&2097152&&(a.$$scope={dirty:r,ctx:l}),!i&&r[0]&1048576&&(i=!0,a.ref=l[20].liveButton,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function j3(t){let e,i;return e=new ou({props:{isActiveLive:t[19],isMobile:!0,ariaLabel:t[45]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&524288&&(s.isActiveLive=n[19]),o[1]&16384&&(s.ariaLabel=n[45]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Kr(t){let e,i,n;function o(l){t[146](l)}let s={showDuration:t[35],position:t[4]?t[59]:t[61],duration:t[4]?t[60]:t[62],isMobile:!0};return t[20].time!==void 0&&(s.ref=t[20].time),e=new X1({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[1]&16&&(a.showDuration=l[35]),r[0]&16|r[1]&1342177280&&(a.position=l[4]?l[59]:l[61]),r[0]&16|r[1]&536870912|r[2]&1&&(a.duration=l[4]?l[60]:l[62]),!i&&r[0]&1048576&&(i=!0,a.ref=l[20].time,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function Gr(t){let e,i,n,o;return n=new au({props:{position:t[61],duration:t[62],timeCodes:t[84]}}),{c(){e=I("div"),e.textContent="\xB7",i=D(),U(n.$$.fragment),u(e,"aria-hidden","true")},m(s,l){A(s,e,l),A(s,i,l),H(n,s,l),o=!0},p(s,l){const r={};l[1]&1073741824&&(r.position=s[61]),l[2]&1&&(r.duration=s[62]),n.$set(r)},i(s){o||(m(n.$$.fragment,s),o=!0)},o(s){g(n.$$.fragment,s),o=!1},d(s){s&&(P(e),P(i)),F(n,s)}}}function K3(t){let e,i,n=t[43]&&Gr(t);return{c(){n&&n.c(),e=ct()},m(o,s){n&&n.m(o,s),A(o,e,s),i=!0},p(o,s){o[43]?n?(n.p(o,s),s[1]&4096&&m(n,1)):(n=Gr(o),n.c(),m(n,1),n.m(e.parentNode,e)):n&&(fe(),g(n,1,1,()=>{n=null}),de())},i(o){i||(m(n),i=!0)},o(o){g(n),i=!1},d(o){o&&P(e),n&&n.d(o)}}}function Yr(t){let e,i,n;function o(l){t[149](l)}let s={$$slots:{default:[G3]},$$scope:{ctx:t}};return t[20].settings!==void 0&&(s.ref=t[20].settings),e=new Et({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[0]&4194304|r[5]&2097152&&(a.$$scope={dirty:r,ctx:l}),!i&&r[0]&1048576&&(i=!0,a.ref=l[20].settings,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function G3(t){let e,i,n;function o(l){t[148](l)}let s={};return t[22]!==void 0&&(s.ref=t[22]),e=new Il({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};!i&&r[0]&4194304&&(i=!0,a.ref=l[22],qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function Qr(t){let e,i,n;function o(l){t[150](l)}let s={$$slots:{default:[Y3]},$$scope:{ctx:t}};return t[20].fullscreen!==void 0&&(s.ref=t[20].fullscreen),e=new Et({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[0]&16384|r[1]&2097152|r[5]&2097152&&(a.$$scope={dirty:r,ctx:l}),!i&&r[0]&1048576&&(i=!0,a.ref=l[20].fullscreen,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function Y3(t){let e,i;return e=new eu({props:{click:t[14],isFullscreen:t[52]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&16384&&(s.click=n[14]),o[1]&2097152&&(s.isFullscreen=n[52]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Xr(t){let e,i,n,o;function s(r){t[153](r)}let l={supportLink:t[11],returnFocus:t[15]};return t[21]!==void 0&&(l.ref=t[21]),i=new Q1({props:l}),ve.push(()=>Ze(i,"ref",s)),{c(){e=I("div"),U(i.$$.fragment),u(e,"class","settings-mobile v-1tcstu3")},m(r,a){A(r,e,a),H(i,e,null),o=!0},p(r,a){const c={};a[0]&2048&&(c.supportLink=r[11]),a[0]&32768&&(c.returnFocus=r[15]),!n&&a[0]&2097152&&(n=!0,c.ref=r[21],qe(()=>n=!1)),i.$set(c)},i(r){o||(m(i.$$.fragment,r),o=!0)},o(r){g(i.$$.fragment,r),o=!1},d(r){r&&P(e),F(i)}}}function Q3(t){let e,i,n;function o(l){t[154](l)}let s={};return t[20].interactiveTimeIndicator!==void 0&&(s.ref=t[20].interactiveTimeIndicator),e=new ku({props:s}),ve.push(()=>Ze(e,"ref",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};!i&&r[0]&1048576&&(i=!0,a.ref=l[20].interactiveTimeIndicator,qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function X3(t){let e,i,n,o,s,l,r,a,c,f,d,h,v,k,_,S,C,T,y=!t[4]&&Vr(t),L=t[4]&&t[30]!==Xt.INACTIVE&&qr(t),le=t[96]&&Z3(t),Y=!t[4]&&t[25]&&jr(t),N=t[41]&&Kr(t);function ee(W){t[147](W)}let Q={className:"w-max",disabled:!t[43],$$slots:{default:[K3]},$$scope:{ctx:t}};t[20].episodes!==void 0&&(Q.ref=t[20].episodes),c=new Et({props:Q}),ve.push(()=>Ze(c,"ref",ee));let w=t[38]&&Yr(t),$=t[40]&&Qr(t);k=new ru({props:{isAds:t[4],canRewindLive:t[5],isRewindableLive:t[24]}});let X=t[23]&&Xr(t),O=t[101]&&Q3(t);return{c(){y&&y.c(),e=D(),L&&L.c(),i=D(),n=I("div"),o=I("div"),s=I("div"),le&&le.c(),l=D(),Y&&Y.c(),r=D(),N&&N.c(),a=D(),U(c.$$.fragment),d=D(),w&&w.c(),h=D(),$&&$.c(),v=D(),U(k.$$.fragment),_=D(),X&&X.c(),S=D(),O&&O.c(),C=ct(),u(s,"class","controls v-1tcstu3"),V(s,"mobile",!0),u(o,"class","controls-wrapper v-1tcstu3"),V(o,"fullscreen",t[52]),u(n,"class","wrapper-bottom v-1tcstu3"),V(n,"hidden",t[1]),V(n,"controls-hidden",!t[3]),V(n,"no-smooth",t[2]),V(n,"mobile",!0)},m(W,B){y&&y.m(W,B),A(W,e,B),L&&L.m(W,B),A(W,i,B),A(W,n,B),p(n,o),p(o,s),le&&le.m(s,null),p(s,l),Y&&Y.m(s,null),p(s,r),N&&N.m(s,null),p(s,a),H(c,s,null),p(s,d),w&&w.m(s,null),p(s,h),$&&$.m(s,null),t[151](s),p(o,v),H(k,o,null),t[152](n),A(W,_,B),X&&X.m(W,B),A(W,S,B),O&&O.m(W,B),A(W,C,B),T=!0},p(W,B){W[4]?y&&(fe(),g(y,1,1,()=>{y=null}),de()):y?(y.p(W,B),B[0]&16&&m(y,1)):(y=Vr(W),y.c(),m(y,1),y.m(e.parentNode,e)),W[4]&&W[30]!==Xt.INACTIVE?L?(L.p(W,B),B[0]&1073741840&&m(L,1)):(L=qr(W),L.c(),m(L,1),L.m(i.parentNode,i)):L&&(fe(),g(L,1,1,()=>{L=null}),de()),W[96]&&le.p(W,B),!W[4]&&W[25]?Y?(Y.p(W,B),B[0]&33554448&&m(Y,1)):(Y=jr(W),Y.c(),m(Y,1),Y.m(s,r)):Y&&(fe(),g(Y,1,1,()=>{Y=null}),de()),W[41]?N?(N.p(W,B),B[1]&1024&&m(N,1)):(N=Kr(W),N.c(),m(N,1),N.m(s,a)):N&&(fe(),g(N,1,1,()=>{N=null}),de());const J={};B[1]&4096&&(J.disabled=!W[43]),B[1]&1073745920|B[2]&1|B[5]&2097152&&(J.$$scope={dirty:B,ctx:W}),!f&&B[0]&1048576&&(f=!0,J.ref=W[20].episodes,qe(()=>f=!1)),c.$set(J),W[38]?w?(w.p(W,B),B[1]&128&&m(w,1)):(w=Yr(W),w.c(),m(w,1),w.m(s,h)):w&&(fe(),g(w,1,1,()=>{w=null}),de()),W[40]?$?($.p(W,B),B[1]&512&&m($,1)):($=Qr(W),$.c(),m($,1),$.m(s,null)):$&&(fe(),g($,1,1,()=>{$=null}),de());const E={};B[0]&16&&(E.isAds=W[4]),B[0]&32&&(E.canRewindLive=W[5]),B[0]&16777216&&(E.isRewindableLive=W[24]),k.$set(E),(!T||B[1]&2097152)&&V(o,"fullscreen",W[52]),(!T||B[0]&2)&&V(n,"hidden",W[1]),(!T||B[0]&8)&&V(n,"controls-hidden",!W[3]),(!T||B[0]&4)&&V(n,"no-smooth",W[2]),W[23]?X?(X.p(W,B),B[0]&8388608&&m(X,1)):(X=Xr(W),X.c(),m(X,1),X.m(S.parentNode,S)):X&&(fe(),g(X,1,1,()=>{X=null}),de()),W[101]&&O.p(W,B)},i(W){T||(m(y),m(L),m(le),m(Y),m(N),m(c.$$.fragment,W),m(w),m($),m(k.$$.fragment,W),m(X),m(O),T=!0)},o(W){g(y),g(L),g(le),g(Y),g(N),g(c.$$.fragment,W),g(w),g($),g(k.$$.fragment,W),g(X),g(O),T=!1},d(W){W&&(P(e),P(i),P(n),P(_),P(S),P(C)),y&&y.d(W),L&&L.d(W),le&&le.d(),Y&&Y.d(),N&&N.d(),F(c),w&&w.d(),$&&$.d(),t[151](null),F(k),t[152](null),X&&X.d(W),O&&O.d(W)}}}function J3(t,e,i){let n,o,s,l,r,a,c,f,d,h,v,k,_,S,C,T,y,L,le,Y,N,ee,Q,w,$,X,O,W,B,J,E,z,Te,ze,Ve,Le,Pe,{bottomHidden:pe}=e,{bottomNoSmooth:Z}=e,{showControls:me}=e,{controlsElementRef:Ae=void 0}=e,{isAds:Ue=!1}=e,{canRewindLive:Ge}=e,{logoClickable:ae}=e,{logoHidden:ye}=e,{logoTargetUrl:Me=""}=e,{showNextPrevButtons:je}=e,{nextButtonActive:ne}=e,{prevButtonActive:G}=e,{isOneVideoPlaylist:Ce=!1}=e,{supportLink:re}=e,{customFullscreenSupported:ke=!0}=e,{playNextVideo:He}=e,{playPrevVideo:et}=e,{repeatPlaylist:lt}=e,{toggleFullscreen:Ne}=e,{returnFocus:ue}=e,{seekToInteractive:st}=e,{toggleGraph:vt}=e,{playPrevChapter:ut}=e,{onDisabledPlayPrevChapterClick:bt}=e,{onDisabledSeekToInteractiveClick:Ct}=e;const Be=ht(),Ft=vo(),ce=an(),ft=Be.actions.internal.toggleMuted,kt=Be.actions.internal.togglePlay,We=Be.actions.internal.pause,tt=Be.callbacks?.onAudioDoesNotExistHint,gt=Be.callbacks?.onAudioDisabledHint,wt=Be.playerPhase;R(t,wt,x=>i(126,N=x));const hi=Be.state.duration$;R(t,hi,x=>i(62,Pe=x));const bi=Be.state.positionWithScrubbing$;R(t,bi,x=>i(61,Le=x));const gi=Be.state.playbackState$;R(t,gi,x=>i(121,h=x));const Fi=Be.state.isAudioAvailable$;R(t,Fi,x=>i(51,v=x));const Qi=Be.state.isAudioDisabled,ii=Be.state.isEnded$;R(t,ii,x=>i(127,Q=x));const ni=Be.state.isLive$;R(t,ni,x=>i(25,T=x));const _i=Be.state.muted$;R(t,_i,x=>i(54,B=x));const Ut=Be.state.isActiveLive$;R(t,Ut,x=>i(124,S=x));const oi=Be.state.isRewindableLive$;R(t,oi,x=>i(24,C=x));const Ui=Be.ui.scrubbingInProgress;R(t,Ui,x=>i(29,ee=x));const vi=Be.ui.mobileNotReportControlHidden$;R(t,vi,x=>i(27,le=x));const ki=Be.ui.isPictureInPictureActive$;R(t,ki,x=>i(26,L=x));const li=Be.ui.pictureInPictureType$;R(t,li,x=>i(125,y=x));const wi=Be.ui.mobileUnmuteButtonExpanded;R(t,wi,x=>i(55,J=x));const si=Be.ui.mobileUnmuteButtonVisible;R(t,si,x=>i(53,W=x));const yi=Be.ui.settingsMenuVisible;R(t,yi,x=>i(23,d=x));const Ci=Be.ui.settingsMenuOpenedByKeyboard;R(t,Ci,x=>i(120,f=x));const yt=Be.ui.controls,Mt=Be.actions.internal.getVideoEpisodes(),qt=Be.webApi.pictureInPictureApi,ri=Be.state.chromecastState$;R(t,ri,x=>i(28,Y=x));const Vt=Be.state.crashed$;R(t,Vt,x=>i(57,z=x));const ai=yt.disabledControls$;R(t,ai,x=>i(128,$=x));const Zt=Be.ui.startedByKeyboard$;R(t,Zt,x=>i(119,c=x));const xt=Be.ads.duration;R(t,xt,x=>i(60,Ve=x));const Tt=Be.ads.position;R(t,Tt,x=>i(59,ze=x));const St=Be.ads.playbackState;R(t,St,x=>i(30,w=x));const Bt=Be.ui.isFullscreen;R(t,Bt,x=>i(52,O=x));const Wt=Be.ui.playerSize;R(t,Wt,x=>i(123,_=x));const ui=Be.ui.additionalButtons$;R(t,ui,x=>i(56,E=x));const en=Be.actions.internal.getVideoElement,qi=Be.actions.internal.replayInteractive,jt=Be.state.isInteractive,$t=Be.state.isInteractiveTime$;R(t,$t,x=>i(122,k=x));const Ti=Be.state.showInteractiveGraph,Ni=Be.state.showSeekToInteractive,Nt=Be.state.showPlayPrevChapter,_t=Be.state.showInteractiveTimeIndicator,Si=Be.state.graphIsOpened$;R(t,Si,x=>i(58,Te=x));const Zi=Ft.seekToInteractiveDisabledTooltip$;R(t,Zi,x=>i(129,X=x));let ei,Wi,ci,Xi,ji,Ji,Ri,Pi,Rt,Kt,fi,Di,Oi,di,Ai,Ii,Fe,zi,Lt;const Ee={},Ei=ie.throttleFn(_u,u1,{leading:!1}),Ki=()=>Be.actions.internal.toggleChromecast();function Hi(){Po({isAudioDisabled:Qi,audioDisabledHintCallback:gt,isAudioAvailable:v,audioIsNotExistHintCallback:tt})&&ft()}async function Vi(){qt?.isActive()?await qt?.remove():await qt?.request()}function xi(){!Qi&&v&&si.set(!1),Hi()}const Li=Ce?kt:lt;let Gi="";const Dt=(x,sn)=>{if(!x){i(45,Gi=K("tooltip_live"));return}sn===$e.PlaybackState.PAUSED&&i(45,Gi=K("tooltip_play"))};let Yi,ti;const oe=()=>{a&&bt(ei)},it=()=>{s&&Ct(Wi)};function Ot(x){t.$$.not_equal(Ee.volume,x)&&(Ee.volume=x,i(20,Ee))}function Gt(x){t.$$.not_equal(Ee.chromecast,x)&&(Ee.chromecast=x,i(20,Ee))}function Mi(x){t.$$.not_equal(Ee.pip,x)&&(Ee.pip=x,i(20,Ee))}function Bi(x){ti=x,i(22,ti)}function un(x){t.$$.not_equal(Ee.vkLogo,x)&&(Ee.vkLogo=x,i(20,Ee))}function cn(x){t.$$.not_equal(Ee.prevButton,x)&&(Ee.prevButton=x,i(20,Ee))}function on(x){t.$$.not_equal(Ee.playButton,x)&&(Ee.playButton=x,i(20,Ee))}function Pt(x){t.$$.not_equal(Ee.replayButton,x)&&(Ee.replayButton=x,i(20,Ee))}function kn(x){t.$$.not_equal(Ee.nextButton,x)&&(Ee.nextButton=x,i(20,Ee))}function wn(x){t.$$.not_equal(Ee.playPrevChapterButton,x)&&(Ee.playPrevChapterButton=x,i(20,Ee))}function fn(x){t.$$.not_equal(Ee.interactiveGraphButton,x)&&(Ee.interactiveGraphButton=x,i(20,Ee))}function mn(x){t.$$.not_equal(Ee.seekToInteractiveButton,x)&&(Ee.seekToInteractiveButton=x,i(20,Ee))}function ln(x){t.$$.not_equal(Ee.volume,x)&&(Ee.volume=x,i(20,Ee))}function tn(x){t.$$.not_equal(Ee.playButton,x)&&(Ee.playButton=x,i(20,Ee))}function te(x){t.$$.not_equal(Ee.replayButton,x)&&(Ee.replayButton=x,i(20,Ee))}function dt(x){t.$$.not_equal(Ee.liveButton,x)&&(Ee.liveButton=x,i(20,Ee))}function pn(x){t.$$.not_equal(Ee.time,x)&&(Ee.time=x,i(20,Ee))}function yn(x){t.$$.not_equal(Ee.episodes,x)&&(Ee.episodes=x,i(20,Ee))}function Cn(x){ti=x,i(22,ti)}function Dn(x){t.$$.not_equal(Ee.settings,x)&&(Ee.settings=x,i(20,Ee))}function On(x){t.$$.not_equal(Ee.fullscreen,x)&&(Ee.fullscreen=x,i(20,Ee))}function zn(x){ve[x?"unshift":"push"](()=>{zi=x,i(44,zi)})}function Hn(x){ve[x?"unshift":"push"](()=>{Ae=x,i(0,Ae)})}function Fn(x){Yi=x,i(21,Yi)}function Kn(x){t.$$.not_equal(Ee.interactiveTimeIndicator,x)&&(Ee.interactiveTimeIndicator=x,i(20,Ee))}return t.$$set=x=>{"bottomHidden"in x&&i(1,pe=x.bottomHidden),"bottomNoSmooth"in x&&i(2,Z=x.bottomNoSmooth),"showControls"in x&&i(3,me=x.showControls),"controlsElementRef"in x&&i(0,Ae=x.controlsElementRef),"isAds"in x&&i(4,Ue=x.isAds),"canRewindLive"in x&&i(5,Ge=x.canRewindLive),"logoClickable"in x&&i(6,ae=x.logoClickable),"logoHidden"in x&&i(110,ye=x.logoHidden),"logoTargetUrl"in x&&i(7,Me=x.logoTargetUrl),"showNextPrevButtons"in x&&i(8,je=x.showNextPrevButtons),"nextButtonActive"in x&&i(9,ne=x.nextButtonActive),"prevButtonActive"in x&&i(10,G=x.prevButtonActive),"isOneVideoPlaylist"in x&&i(111,Ce=x.isOneVideoPlaylist),"supportLink"in x&&i(11,re=x.supportLink),"customFullscreenSupported"in x&&i(112,ke=x.customFullscreenSupported),"playNextVideo"in x&&i(12,He=x.playNextVideo),"playPrevVideo"in x&&i(13,et=x.playPrevVideo),"repeatPlaylist"in x&&i(113,lt=x.repeatPlaylist),"toggleFullscreen"in x&&i(14,Ne=x.toggleFullscreen),"returnFocus"in x&&i(15,ue=x.returnFocus),"seekToInteractive"in x&&i(16,st=x.seekToInteractive),"toggleGraph"in x&&i(17,vt=x.toggleGraph),"playPrevChapter"in x&&i(18,ut=x.playPrevChapter),"onDisabledPlayPrevChapterClick"in x&&i(114,bt=x.onDisabledPlayPrevChapterClick),"onDisabledSeekToInteractiveClick"in x&&i(115,Ct=x.onDisabledSeekToInteractiveClick)},t.$$.update=()=>{if(t.$$.dirty[4]&32&&(Wi=K(X)),t.$$.dirty[4]&16&&i(118,n=$.has(at.EPISODE_BUTTON)),t.$$.dirty[4]&16&&i(50,o=$.has(at.GRAPH_BUTTON)),t.$$.dirty[4]&16&&i(46,s=$.has(at.SEEK_TO_INTERACTIVE_BUTTON)),t.$$.dirty[4]&16&&i(49,l=$.has(at.PLAY_BUTTON)),t.$$.dirty[4]&16&&i(48,r=$.has(at.REPLAY_BUTTON)),t.$$.dirty[4]&16&&i(47,a=$.has(at.PLAY_PREV_CHAPTER_BUTTON)),t.$$.dirty[3]&268435456&&i(31,ci=h===$e.PlaybackState.PLAYING),t.$$.dirty[0]&1073741824&&i(32,Xi=w===Xt.PAUSED),t.$$.dirty[0]&16|t.$$.dirty[4]&8&&i(33,ji=Q&&!Ue&&!jt),t.$$.dirty[0]&16|t.$$.dirty[4]&8&&i(34,Ji=!Q||Ue),t.$$.dirty[3]&1073741824&&i(116,Ri=_.width>300),t.$$.dirty[3]&1073741824&&i(35,Pi=_.width>400),t.$$.dirty[0]&536870912&&i(117,Rt=ee),t.$$.dirty[0]&469762048|t.$$.dirty[4]&2&&i(36,Kt=Y!==$e.ChromecastState.NOT_AVAILABLE&&!(L&&y===Vn.DocumentPictureInPicture)&&!le&&!jt),t.$$.dirty[0]&402653184|t.$$.dirty[3]&16777216|t.$$.dirty[4]&6){const x=N===De.WaitingLive;i(37,fi=!!qt&&Y!==$e.ChromecastState.CONNECTED&&!le&&(y===Vn.DocumentPictureInPicture&&x||!x)&&!Rt&&!jt)}t.$$.dirty[3]&16777216&&i(38,Di=!Rt),t.$$.dirty[3]&1073872896&&i(39,Oi=!ye&&_.width>350),t.$$.dirty[0]&67108864|t.$$.dirty[3]&17301504|t.$$.dirty[4]&2&&i(40,di=ce.features.fullscreen&&!(L&&y===Vn.DocumentPictureInPicture)&&(jt?ke:!0)&&!Rt),t.$$.dirty[0]&33554448|t.$$.dirty[3]&1090519040&&i(41,Ai=(!T||Ue)&&_.width>260&&!Rt&&!(ce.features.interactiveHideTime&&jt)),t.$$.dirty[0]&8388616&&i(42,Ii=d||me),t.$$.dirty[0]&33554448|t.$$.dirty[3]&58720256&&i(43,Fe=!Ue&&!T&&!!Mt?.length&&Ri&&!n&&!Rt),t.$$.dirty[0]&16777216|t.$$.dirty[4]&1&&i(19,Lt=!C||S),t.$$.dirty[0]&1048584|t.$$.dirty[3]&1610612736&&Ei(en(),yt,Ee,me),t.$$.dirty[0]&524288|t.$$.dirty[3]&268435456&&Dt(Lt,h),t.$$.dirty[0]&12582912&&Pl(ti,d,Ci),t.$$.dirty[0]&10485760|t.$$.dirty[3]&134217728&&Qo(Yi,d,f),t.$$.dirty[0]&1048576|t.$$.dirty[3]&67108864&&vu(Zt,c,Ee.playButton)},ei=K(Be.state.playPrevChapterDisabledTooltip),[Ae,pe,Z,me,Ue,Ge,ae,Me,je,ne,G,re,He,et,Ne,ue,st,vt,ut,Lt,Ee,Yi,ti,d,C,T,L,le,Y,ee,w,ci,Xi,ji,Ji,Pi,Kt,fi,Di,Oi,di,Ai,Ii,Fe,zi,Gi,s,a,r,l,o,v,O,W,B,J,E,z,Te,ze,Ve,Le,Pe,kt,We,wt,hi,bi,gi,Fi,Qi,ii,ni,_i,Ut,oi,Ui,vi,ki,li,wi,si,yi,Ci,Mt,ri,Vt,ai,Zt,xt,Tt,St,Bt,Wt,ui,qi,jt,$t,Ti,Ni,Nt,_t,Si,Zi,Ki,Vi,xi,Li,oe,it,ye,Ce,ke,lt,bt,Ct,Ri,Rt,n,c,f,h,k,_,S,y,N,Q,$,X,Ot,Gt,Mi,Bi,un,cn,on,Pt,kn,wn,fn,mn,ln,tn,te,dt,pn,yn,Cn,Dn,On,zn,Hn,Fn,Kn]}class x3 extends _e{constructor(e){super(),ge(this,e,J3,X3,be,{bottomHidden:1,bottomNoSmooth:2,showControls:3,controlsElementRef:0,isAds:4,canRewindLive:5,logoClickable:6,logoHidden:110,logoTargetUrl:7,showNextPrevButtons:8,nextButtonActive:9,prevButtonActive:10,isOneVideoPlaylist:111,supportLink:11,customFullscreenSupported:112,playNextVideo:12,playPrevVideo:13,repeatPlaylist:113,toggleFullscreen:14,returnFocus:15,seekToInteractive:16,toggleGraph:17,playPrevChapter:18,onDisabledPlayPrevChapterClick:114,onDisabledSeekToInteractiveClick:115},H3,[-1,-1,-1,-1,-1,-1])}}function $3(t){let e,i,n;function o(l){t[28](l)}let s={bottomHidden:t[1],bottomNoSmooth:t[2],showControls:t[3],isAds:t[4],canRewindLive:t[5],logoClickable:t[6],logoHidden:t[7],logoTargetUrl:t[8],showNextPrevButtons:t[9],nextButtonActive:t[10],prevButtonActive:t[11],isOneVideoPlaylist:t[12],supportLink:t[13],customFullscreenSupported:t[14],playNextVideo:t[15],playPrevVideo:t[16],repeatPlaylist:t[17],toggleFullscreen:t[18],returnFocus:t[19],seekToInteractive:t[20],toggleGraph:t[21],playPrevChapter:t[22]};return t[0]!==void 0&&(s.controlsElementRef=t[0]),e=new S3({props:s}),ve.push(()=>Ze(e,"controlsElementRef",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r&2&&(a.bottomHidden=l[1]),r&4&&(a.bottomNoSmooth=l[2]),r&8&&(a.showControls=l[3]),r&16&&(a.isAds=l[4]),r&32&&(a.canRewindLive=l[5]),r&64&&(a.logoClickable=l[6]),r&128&&(a.logoHidden=l[7]),r&256&&(a.logoTargetUrl=l[8]),r&512&&(a.showNextPrevButtons=l[9]),r&1024&&(a.nextButtonActive=l[10]),r&2048&&(a.prevButtonActive=l[11]),r&4096&&(a.isOneVideoPlaylist=l[12]),r&8192&&(a.supportLink=l[13]),r&16384&&(a.customFullscreenSupported=l[14]),r&32768&&(a.playNextVideo=l[15]),r&65536&&(a.playPrevVideo=l[16]),r&131072&&(a.repeatPlaylist=l[17]),r&262144&&(a.toggleFullscreen=l[18]),r&524288&&(a.returnFocus=l[19]),r&1048576&&(a.seekToInteractive=l[20]),r&2097152&&(a.toggleGraph=l[21]),r&4194304&&(a.playPrevChapter=l[22]),!i&&r&1&&(i=!0,a.controlsElementRef=l[0],qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function ep(t){let e,i,n;function o(l){t[27](l)}let s={bottomHidden:t[1],bottomNoSmooth:t[2],showControls:t[3],isAds:t[4],canRewindLive:t[5],logoClickable:t[6],logoHidden:t[7],logoTargetUrl:t[8],showNextPrevButtons:t[9],nextButtonActive:t[10],prevButtonActive:t[11],isOneVideoPlaylist:t[12],supportLink:t[13],customFullscreenSupported:t[14],playNextVideo:t[15],playPrevVideo:t[16],repeatPlaylist:t[17],toggleFullscreen:t[18],returnFocus:t[19],seekToInteractive:t[20],toggleGraph:t[21],playPrevChapter:t[22],onDisabledPlayPrevChapterClick:t[23],onDisabledSeekToInteractiveClick:t[24]};return t[0]!==void 0&&(s.controlsElementRef=t[0]),e=new x3({props:s}),ve.push(()=>Ze(e,"controlsElementRef",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r&2&&(a.bottomHidden=l[1]),r&4&&(a.bottomNoSmooth=l[2]),r&8&&(a.showControls=l[3]),r&16&&(a.isAds=l[4]),r&32&&(a.canRewindLive=l[5]),r&64&&(a.logoClickable=l[6]),r&128&&(a.logoHidden=l[7]),r&256&&(a.logoTargetUrl=l[8]),r&512&&(a.showNextPrevButtons=l[9]),r&1024&&(a.nextButtonActive=l[10]),r&2048&&(a.prevButtonActive=l[11]),r&4096&&(a.isOneVideoPlaylist=l[12]),r&8192&&(a.supportLink=l[13]),r&16384&&(a.customFullscreenSupported=l[14]),r&32768&&(a.playNextVideo=l[15]),r&65536&&(a.playPrevVideo=l[16]),r&131072&&(a.repeatPlaylist=l[17]),r&262144&&(a.toggleFullscreen=l[18]),r&524288&&(a.returnFocus=l[19]),r&1048576&&(a.seekToInteractive=l[20]),r&2097152&&(a.toggleGraph=l[21]),r&4194304&&(a.playPrevChapter=l[22]),r&8388608&&(a.onDisabledPlayPrevChapterClick=l[23]),r&16777216&&(a.onDisabledSeekToInteractiveClick=l[24]),!i&&r&1&&(i=!0,a.controlsElementRef=l[0],qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function tp(t){let e,i,n,o;const s=[ep,$3],l=[];function r(a,c){return a[25]?0:1}return e=r(t),i=l[e]=s[e](t),{c(){i.c(),n=ct()},m(a,c){l[e].m(a,c),A(a,n,c),o=!0},p(a,[c]){let f=e;e=r(a),e===f?l[e].p(a,c):(fe(),g(l[f],1,1,()=>{l[f]=null}),de(),i=l[e],i?i.p(a,c):(i=l[e]=s[e](a),i.c()),m(i,1),i.m(n.parentNode,n))},i(a){o||(m(i),o=!0)},o(a){g(i),o=!1},d(a){a&&P(n),l[e].d(a)}}}function ip(t,e,i){let n,{bottomHidden:o}=e,{bottomNoSmooth:s=!1}=e,{showControls:l}=e,{controlsElementRef:r=void 0}=e,{isAds:a=!1}=e,{canRewindLive:c}=e,{logoClickable:f}=e,{logoHidden:d}=e,{logoTargetUrl:h=""}=e,{showNextPrevButtons:v}=e,{nextButtonActive:k}=e,{prevButtonActive:_}=e,{isOneVideoPlaylist:S=!1}=e,{supportLink:C}=e,{customFullscreenSupported:T=!0}=e,{playNextVideo:y}=e,{playPrevVideo:L}=e,{repeatPlaylist:le}=e,{toggleFullscreen:Y}=e,{returnFocus:N=ie.noop}=e,{seekToInteractive:ee}=e,{toggleGraph:Q}=e,{playPrevChapter:w}=e,{onDisabledPlayPrevChapterClick:$=ie.noop}=e,{onDisabledSeekToInteractiveClick:X=ie.noop}=e;const W=ht().ui.isMobile;R(t,W,E=>i(25,n=E));function B(E){r=E,i(0,r)}function J(E){r=E,i(0,r)}return t.$$set=E=>{"bottomHidden"in E&&i(1,o=E.bottomHidden),"bottomNoSmooth"in E&&i(2,s=E.bottomNoSmooth),"showControls"in E&&i(3,l=E.showControls),"controlsElementRef"in E&&i(0,r=E.controlsElementRef),"isAds"in E&&i(4,a=E.isAds),"canRewindLive"in E&&i(5,c=E.canRewindLive),"logoClickable"in E&&i(6,f=E.logoClickable),"logoHidden"in E&&i(7,d=E.logoHidden),"logoTargetUrl"in E&&i(8,h=E.logoTargetUrl),"showNextPrevButtons"in E&&i(9,v=E.showNextPrevButtons),"nextButtonActive"in E&&i(10,k=E.nextButtonActive),"prevButtonActive"in E&&i(11,_=E.prevButtonActive),"isOneVideoPlaylist"in E&&i(12,S=E.isOneVideoPlaylist),"supportLink"in E&&i(13,C=E.supportLink),"customFullscreenSupported"in E&&i(14,T=E.customFullscreenSupported),"playNextVideo"in E&&i(15,y=E.playNextVideo),"playPrevVideo"in E&&i(16,L=E.playPrevVideo),"repeatPlaylist"in E&&i(17,le=E.repeatPlaylist),"toggleFullscreen"in E&&i(18,Y=E.toggleFullscreen),"returnFocus"in E&&i(19,N=E.returnFocus),"seekToInteractive"in E&&i(20,ee=E.seekToInteractive),"toggleGraph"in E&&i(21,Q=E.toggleGraph),"playPrevChapter"in E&&i(22,w=E.playPrevChapter),"onDisabledPlayPrevChapterClick"in E&&i(23,$=E.onDisabledPlayPrevChapterClick),"onDisabledSeekToInteractiveClick"in E&&i(24,X=E.onDisabledSeekToInteractiveClick)},[r,o,s,l,a,c,f,d,h,v,k,_,S,C,T,y,L,le,Y,N,ee,Q,w,$,X,n,W,B,J]}class yu extends _e{constructor(e){super(),ge(this,e,ip,tp,be,{bottomHidden:1,bottomNoSmooth:2,showControls:3,controlsElementRef:0,isAds:4,canRewindLive:5,logoClickable:6,logoHidden:7,logoTargetUrl:8,showNextPrevButtons:9,nextButtonActive:10,prevButtonActive:11,isOneVideoPlaylist:12,supportLink:13,customFullscreenSupported:14,playNextVideo:15,playPrevVideo:16,repeatPlaylist:17,toggleFullscreen:18,returnFocus:19,seekToInteractive:20,toggleGraph:21,playPrevChapter:22,onDisabledPlayPrevChapterClick:23,onDisabledSeekToInteractiveClick:24})}}function np(t){Ke(t,"v-1ub874v",".reversed.v-1ub874v{transform:scaleX(-1)}")}function op(t){let e,i,n,o,s,l,r,a,c,f,d,h,v;return{c(){e=M("svg"),i=M("g"),n=M("path"),o=M("path"),s=M("defs"),l=M("filter"),r=M("feFlood"),a=M("feColorMatrix"),c=M("feOffset"),f=M("feGaussianBlur"),d=M("feColorMatrix"),h=M("feBlend"),v=M("feBlend"),u(n,"d","M15.537 10.534a1.157 1.157 0 0 0 .003 1.96l7.658 4.823c.78.491 1.798-.065 1.798-.981v-3.3c7.265.512 13 6.568 13 13.964 0 7.732-6.268 14-14 14-5.98 0-11.088-3.75-13.093-9.032a1.5 1.5 0 0 0-2.805 1.064C10.531 39.441 16.73 44 23.996 44c9.39 0 17-7.611 17-17 0-9.053-7.076-16.453-16-16.971V6.664c0-.918-1.021-1.473-1.8-.98l-7.659 4.85Z"),u(n,"fill","#fff"),u(o,"d","M15.404 10.322a1.407 1.407 0 0 0 .003 2.384l7.657 4.823c.944.594 2.182-.076 2.182-1.193v-3.03c7.008.631 12.5 6.522 12.5 13.694 0 7.594-6.156 13.75-13.75 13.75-5.873 0-10.89-3.683-12.86-8.871a1.75 1.75 0 1 0-3.272 1.242c2.469 6.503 8.758 11.129 16.132 11.129 9.527 0 17.25-7.723 17.25-17.25 0-9.107-7.056-16.565-16-17.205V6.664c0-1.118-1.241-1.788-2.184-1.19l-7.658 4.848Z"),u(o,"stroke","#000"),u(o,"stroke-opacity",".12"),u(o,"stroke-width",".5"),u(i,"filter","url(#a)"),u(r,"flood-opacity","0"),u(r,"result","BackgroundImageFix"),u(a,"in","SourceAlpha"),u(a,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"),u(a,"result","hardAlpha"),u(f,"stdDeviation","2.5"),u(d,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"),u(h,"in2","BackgroundImageFix"),u(h,"result","effect1_dropShadow_2260_100684"),u(v,"in","SourceGraphic"),u(v,"in2","effect1_dropShadow_2260_100684"),u(v,"result","shape"),u(l,"id","a"),u(l,"x","2.5"),u(l,"y","0"),u(l,"width","43.996"),u(l,"height","49.5"),u(l,"filterUnits","userSpaceOnUse"),u(l,"color-interpolation-filters","sRGB"),u(e,"width","48"),u(e,"height","51"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","seek-icon"),u(e,"class","v-1ub874v"),V(e,"reversed",t[0])},m(k,_){A(k,e,_),p(e,i),p(i,n),p(i,o),p(e,s),p(s,l),p(l,r),p(l,a),p(l,c),p(l,f),p(l,d),p(l,h),p(l,v)},p(k,[_]){_&1&&V(e,"reversed",k[0])},i:q,o:q,d(k){k&&P(e)}}}function lp(t,e,i){let{reversed:n=!1}=e;return t.$$set=o=>{"reversed"in o&&i(0,n=o.reversed)},[n]}class sp extends _e{constructor(e){super(),ge(this,e,lp,op,be,{reversed:0},np)}}function rp(t){let e,i,n,o,s,l,r,a,c,f,d,h,v,k,_;return{c(){e=M("svg"),i=M("g"),n=M("path"),o=M("path"),s=M("defs"),l=M("clipPath"),r=M("path"),a=M("filter"),c=M("feFlood"),f=M("feColorMatrix"),d=M("feOffset"),h=M("feGaussianBlur"),v=M("feColorMatrix"),k=M("feBlend"),_=M("feBlend"),u(n,"fill-rule","evenodd"),u(n,"clip-rule","evenodd"),u(n,"d","M28.167 7h-8.334c-2.463 0-4.404 0-5.966.128-1.594.13-2.925.4-4.134 1.016a10.5 10.5 0 0 0-4.589 4.59c-.616 1.208-.886 2.54-1.016 4.133C4 18.429 4 20.37 4 22.833v2.334c0 2.463 0 4.404.128 5.966.13 1.594.4 2.925 1.016 4.134a10.5 10.5 0 0 0 4.59 4.589c1.208.616 2.54.886 4.133 1.016 1.562.128 3.502.128 5.966.128h8.334c2.463 0 4.404 0 5.966-.128 1.594-.13 2.925-.4 4.134-1.016a10.5 10.5 0 0 0 4.589-4.59c.616-1.208.886-2.54 1.016-4.133.128-1.562.128-3.502.128-5.966v-2.334c0-2.463 0-4.404-.128-5.966-.13-1.594-.4-2.925-1.016-4.134a10.5 10.5 0 0 0-4.59-4.589c-1.208-.616-2.54-.886-4.133-1.016C32.571 7 30.63 7 28.167 7ZM13.5 28a1.5 1.5 0 0 0 0 3h11a1.5 1.5 0 0 0 0-3h-11ZM12 22a1.5 1.5 0 0 1 1.5-1.5h4a1.5 1.5 0 0 1 0 3h-4A1.5 1.5 0 0 1 12 22Zm18.5 6a1.5 1.5 0 0 0 0 3h4a1.5 1.5 0 0 0 0-3h-4ZM22 22a1.5 1.5 0 0 1 1.5-1.5h11a1.5 1.5 0 0 1 0 3h-11A1.5 1.5 0 0 1 22 22Z"),u(n,"fill","#fff"),u(o,"d","M28.167 6.75h-8.344c-2.455 0-4.405 0-5.977.128-1.609.132-2.976.407-4.226 1.044a10.75 10.75 0 0 0-4.698 4.698c-.637 1.25-.912 2.617-1.044 4.226-.128 1.572-.128 3.522-.128 5.977V25.177c0 2.455 0 4.405.128 5.977.132 1.609.407 2.976 1.044 4.226a10.75 10.75 0 0 0 4.698 4.698c1.25.637 2.617.912 4.226 1.044 1.572.128 3.522.128 5.977.128h8.354c2.455 0 4.404 0 5.977-.128 1.609-.132 2.976-.407 4.226-1.044a10.75 10.75 0 0 0 4.698-4.698c.637-1.25.912-2.617 1.044-4.226.128-1.573.128-3.522.128-5.977V22.823c0-2.455 0-4.405-.128-5.977-.132-1.609-.407-2.976-1.044-4.226a10.75 10.75 0 0 0-4.698-4.698c-1.25-.637-2.617-.912-4.226-1.044-1.572-.128-3.522-.128-5.977-.128h-.01ZM12.25 29.5c0-.69.56-1.25 1.25-1.25h11a1.25 1.25 0 1 1 0 2.5h-11c-.69 0-1.25-.56-1.25-1.25Zm0-7.5c0-.69.56-1.25 1.25-1.25h4a1.25 1.25 0 1 1 0 2.5h-4c-.69 0-1.25-.56-1.25-1.25Zm17 7.5c0-.69.56-1.25 1.25-1.25h4a1.25 1.25 0 1 1 0 2.5h-4c-.69 0-1.25-.56-1.25-1.25Zm-7-7.5c0-.69.56-1.25 1.25-1.25h11a1.25 1.25 0 1 1 0 2.5h-11c-.69 0-1.25-.56-1.25-1.25Z"),u(o,"stroke","#000"),u(o,"stroke-opacity",".12"),u(o,"stroke-width",".5"),u(i,"filter","url(#b)"),u(i,"clip-path","url(#a)"),u(r,"fill","#fff"),u(r,"d","M0 0h48v48H0z"),u(l,"id","a"),u(c,"flood-opacity","0"),u(c,"result","BackgroundImageFix"),u(f,"in","SourceAlpha"),u(f,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"),u(f,"result","hardAlpha"),u(h,"stdDeviation","2.5"),u(v,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"),u(k,"in2","BackgroundImageFix"),u(k,"result","effect1_dropShadow_2260_104204"),u(_,"in","SourceGraphic"),u(_,"in2","effect1_dropShadow_2260_104204"),u(_,"result","shape"),u(a,"id","b"),u(a,"x","-1.5"),u(a,"y","1.5"),u(a,"width","51"),u(a,"height","45"),u(a,"filterUnits","userSpaceOnUse"),u(a,"color-interpolation-filters","sRGB"),u(e,"width","48"),u(e,"height","48"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg")},m(S,C){A(S,e,C),p(e,i),p(i,n),p(i,o),p(e,s),p(s,l),p(l,r),p(s,a),p(a,c),p(a,f),p(a,d),p(a,h),p(a,v),p(a,k),p(a,_)},d(S){S&&P(e)}}}function ap(t){let e,i,n,o,s,l,r,a,c,f,d,h,v,k,_,S;return{c(){e=M("svg"),i=M("g"),n=M("path"),o=M("path"),s=M("path"),l=M("defs"),r=M("clipPath"),a=M("path"),c=M("filter"),f=M("feFlood"),d=M("feColorMatrix"),h=M("feOffset"),v=M("feGaussianBlur"),k=M("feColorMatrix"),_=M("feBlend"),S=M("feBlend"),u(n,"fill-rule","evenodd"),u(n,"clip-rule","evenodd"),u(n,"d","M6.56 4.44a1.5 1.5 0 1 0-2.12 2.12l3.088 3.09a10.499 10.499 0 0 0-2.384 3.083c-.616 1.21-.886 2.54-1.016 4.134C4 18.429 4 20.369 4 22.833v2.334c0 2.463 0 4.404.128 5.966.13 1.594.4 2.925 1.016 4.134a10.5 10.5 0 0 0 4.59 4.589c1.208.616 2.54.886 4.133 1.016 1.562.128 3.502.128 5.966.128h8.334c2.463 0 4.404 0 5.966-.128 1.437-.117 2.66-.348 3.773-.844l3.533 3.533a1.5 1.5 0 0 0 2.122-2.122l-37-37ZM13.5 28a1.5 1.5 0 0 0 0 3h11a1.5 1.5 0 0 0 0-3h-11ZM12 22a1.5 1.5 0 0 1 1.5-1.5h4a1.5 1.5 0 0 1 0 3h-4A1.5 1.5 0 0 1 12 22Z"),u(n,"fill","#fff"),u(o,"d","M34.5 23.5h-4.639l12.552 12.551c.158-.254.306-.516.443-.784.616-1.21.886-2.54 1.016-4.134.128-1.562.128-3.502.128-5.966v-2.334c0-2.463 0-4.404-.128-5.966-.13-1.594-.4-2.925-1.016-4.134a10.5 10.5 0 0 0-4.59-4.589c-1.208-.616-2.54-.886-4.133-1.016C32.571 7 30.63 7 28.167 7h-8.334c-2.463 0-4.404 0-5.966.128l-.347.03L26.86 20.5H34.5a1.5 1.5 0 0 1 0 3Z"),u(o,"fill","#fff"),u(s,"d","M29.861 23.25h-.603l.427.427 12.55 12.551.223.223.167-.268c.162-.26.313-.528.453-.803.637-1.25.912-2.617 1.044-4.226.128-1.573.128-3.522.128-5.977V22.823c0-2.455 0-4.405-.128-5.977-.132-1.609-.407-2.976-1.044-4.226a10.75 10.75 0 0 0-4.698-4.698c-1.25-.637-2.617-.912-4.226-1.044-1.572-.128-3.522-.128-5.977-.128h-8.354c-2.455 0-4.405 0-5.977.128-.118.01-.235.02-.35.032l-.527.051.374.374 13.341 13.342.074.073H34.5a1.25 1.25 0 1 1 0 2.5h-4.639ZM6.737 4.263a1.75 1.75 0 0 0-2.474 2.474l2.903 2.904a10.75 10.75 0 0 0-2.244 2.979c-.637 1.25-.912 2.617-1.044 4.226-.128 1.572-.128 3.522-.128 5.977V25.177c0 2.455 0 4.405.128 5.977.132 1.609.407 2.976 1.044 4.226a10.75 10.75 0 0 0 4.698 4.698c1.25.637 2.617.912 4.226 1.044 1.572.128 3.522.128 5.977.128h8.354c2.455 0 4.404 0 5.977-.128 1.384-.114 2.59-.333 3.696-.797l3.413 3.412a1.75 1.75 0 1 0 2.474-2.474l-37-37ZM12.25 29.5c0-.69.56-1.25 1.25-1.25h11a1.25 1.25 0 1 1 0 2.5h-11c-.69 0-1.25-.56-1.25-1.25Zm0-7.5c0-.69.56-1.25 1.25-1.25h4a1.25 1.25 0 1 1 0 2.5h-4c-.69 0-1.25-.56-1.25-1.25Z"),u(s,"stroke","#000"),u(s,"stroke-opacity",".12"),u(s,"stroke-width",".5"),u(i,"filter","url(#b)"),u(i,"clip-path","url(#a)"),u(a,"fill","#fff"),u(a,"d","M0 0h48v48H0z"),u(r,"id","a"),u(f,"flood-opacity","0"),u(f,"result","BackgroundImageFix"),u(d,"in","SourceAlpha"),u(d,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"),u(d,"result","hardAlpha"),u(v,"stdDeviation","2.5"),u(k,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"),u(_,"in2","BackgroundImageFix"),u(_,"result","effect1_dropShadow_2260_104293"),u(S,"in","SourceGraphic"),u(S,"in2","effect1_dropShadow_2260_104293"),u(S,"result","shape"),u(c,"id","b"),u(c,"x","-1.5"),u(c,"y","-1.5"),u(c,"width","51"),u(c,"height","51"),u(c,"filterUnits","userSpaceOnUse"),u(c,"color-interpolation-filters","sRGB"),u(e,"width","48"),u(e,"height","48"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg")},m(C,T){A(C,e,T),p(e,i),p(i,n),p(i,o),p(i,s),p(e,l),p(l,r),p(r,a),p(l,c),p(c,f),p(c,d),p(c,h),p(c,v),p(c,k),p(c,_),p(c,S)},d(C){C&&P(e)}}}function up(t){let e;function i(s,l){return s[0]?ap:rp}let n=i(t),o=n(t);return{c(){o.c(),e=ct()},m(s,l){o.m(s,l),A(s,e,l)},p(s,[l]){n!==(n=i(s))&&(o.d(1),o=n(s),o&&(o.c(),o.m(e.parentNode,e)))},i:q,o:q,d(s){s&&P(e),o.d(s)}}}function cp(t,e,i){let{isOff:n=!1}=e;return t.$$set=o=>{"isOff"in o&&i(0,n=o.isOff)},[n]}class Cu extends _e{constructor(e){super(),ge(this,e,cp,up,be,{isOff:0})}}function fp(t){Ke(t,"v-1ub874v",".reversed.v-1ub874v{transform:scaleX(-1)}")}function dp(t){let e,i,n,o,s,l,r,a,c,f,d,h,v;return{c(){e=M("svg"),i=M("g"),n=M("path"),o=M("path"),s=M("defs"),l=M("filter"),r=M("feFlood"),a=M("feColorMatrix"),c=M("feOffset"),f=M("feGaussianBlur"),d=M("feColorMatrix"),h=M("feBlend"),v=M("feBlend"),u(n,"d","M24 22.677v-5.87a1.2 1.2 0 0 0-1.792-1.045L9.51 22.955a1.2 1.2 0 0 0 0 2.088l12.697 7.192a1.2 1.2 0 0 0 1.791-1.044v-5.873l12.21 6.916A1.2 1.2 0 0 0 38 31.19V16.805a1.2 1.2 0 0 0-1.791-1.044l-12.21 6.916Z"),u(n,"fill","#fff"),u(o,"d","M24.25 16.806v5.442l11.835-6.704a1.45 1.45 0 0 1 2.165 1.261V31.19a1.45 1.45 0 0 1-2.165 1.262L24.25 25.747v5.444a1.45 1.45 0 0 1-2.164 1.262L9.388 25.26a1.45 1.45 0 0 1 0-2.523l12.697-7.192a1.45 1.45 0 0 1 2.164 1.261Z"),u(o,"stroke","#000"),u(o,"stroke-opacity",".12"),u(o,"stroke-width",".5"),u(i,"filter","url(#a)"),u(r,"flood-opacity","0"),u(r,"result","BackgroundImageFix"),u(a,"in","SourceAlpha"),u(a,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"),u(a,"result","hardAlpha"),u(f,"stdDeviation","2.5"),u(d,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"),u(h,"in2","BackgroundImageFix"),u(h,"result","effect1_dropShadow_2260_106627"),u(v,"in","SourceGraphic"),u(v,"in2","effect1_dropShadow_2260_106627"),u(v,"result","shape"),u(l,"id","a"),u(l,"x","3.402"),u(l,"y","10.105"),u(l,"width","40.098"),u(l,"height","27.785"),u(l,"filterUnits","userSpaceOnUse"),u(l,"color-interpolation-filters","sRGB"),u(e,"width","48"),u(e,"height","48"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","rate-change-icon"),u(e,"class","v-1ub874v"),V(e,"reversed",t[0])},m(k,_){A(k,e,_),p(e,i),p(i,n),p(i,o),p(e,s),p(s,l),p(l,r),p(l,a),p(l,c),p(l,f),p(l,d),p(l,h),p(l,v)},p(k,[_]){_&1&&V(e,"reversed",k[0])},i:q,o:q,d(k){k&&P(e)}}}function mp(t,e,i){let{reversed:n=!1}=e;return t.$$set=o=>{"reversed"in o&&i(0,n=o.reversed)},[n]}class pp extends _e{constructor(e){super(),ge(this,e,mp,dp,be,{reversed:0},fp)}}function hp(t){Ke(t,"v-1ub874v",".reversed.v-1ub874v{transform:scaleX(-1)}")}function bp(t){let e,i,n,o,s,l,r,a,c,f,d,h,v;return{c(){e=M("svg"),i=M("g"),n=M("path"),o=M("path"),s=M("defs"),l=M("filter"),r=M("feFlood"),a=M("feColorMatrix"),c=M("feOffset"),f=M("feGaussianBlur"),d=M("feColorMatrix"),h=M("feBlend"),v=M("feBlend"),u(n,"d","M14 21.817c.631-.505 1.627-1.054 3.084-1.857l13.009-7.172c2.268-1.25 3.402-1.875 4.332-1.778a2.908 2.908 0 0 1 2.026 1.134c.549.73.549 1.991.549 4.511v14.69c0 2.52 0 3.78-.549 4.51a2.909 2.909 0 0 1-2.026 1.135c-.93.097-2.064-.528-4.332-1.778L17.084 28.04c-1.457-.803-2.453-1.352-3.084-1.857V34.5a1.5 1.5 0 0 1-3 0v-21a1.5 1.5 0 0 1 3 0v8.317Z"),u(n,"fill","#fff"),u(o,"d","m16.964 19.74-.029.016c-1.162.641-2.046 1.129-2.685 1.567V13.5a1.75 1.75 0 1 0-3.5 0v21a1.75 1.75 0 1 0 3.5 0v-7.823c.639.438 1.523.926 2.685 1.567l.029.015 13.008 7.172.012.006c1.124.62 1.983 1.093 2.676 1.398.695.306 1.26.46 1.791.404a3.158 3.158 0 0 0 2.2-1.233c.317-.421.46-.976.53-1.711.069-.733.069-1.688.069-2.936V16.641c0-1.248 0-2.203-.07-2.936-.07-.735-.212-1.29-.529-1.711a3.158 3.158 0 0 0-2.2-1.233c-.53-.055-1.096.098-1.79.404-.694.305-1.553.778-2.677 1.398l-.012.006-13.008 7.172Z"),u(o,"stroke","#000"),u(o,"stroke-opacity",".12"),u(o,"stroke-width",".5"),u(i,"filter","url(#a)"),u(r,"flood-opacity","0"),u(r,"result","BackgroundImageFix"),u(a,"in","SourceAlpha"),u(a,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"),u(a,"result","hardAlpha"),u(f,"stdDeviation","2.5"),u(d,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"),u(h,"in2","BackgroundImageFix"),u(h,"result","effect1_dropShadow_2340_106922"),u(v,"in","SourceGraphic"),u(v,"in2","effect1_dropShadow_2340_106922"),u(v,"result","shape"),u(l,"id","a"),u(l,"x","5.5"),u(l,"y","5.5"),u(l,"width","37"),u(l,"height","37"),u(l,"filterUnits","userSpaceOnUse"),u(l,"color-interpolation-filters","sRGB"),u(e,"width","48"),u(e,"height","48"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","episodes-seek-icon"),u(e,"class","v-1ub874v"),V(e,"reversed",t[0])},m(k,_){A(k,e,_),p(e,i),p(i,n),p(i,o),p(e,s),p(s,l),p(l,r),p(l,a),p(l,c),p(l,f),p(l,d),p(l,h),p(l,v)},p(k,[_]){_&1&&V(e,"reversed",k[0])},i:q,o:q,d(k){k&&P(e)}}}function gp(t,e,i){let{reversed:n=!1}=e;return t.$$set=o=>{"reversed"in o&&i(0,n=o.reversed)},[n]}class _p extends _e{constructor(e){super(),ge(this,e,gp,bp,be,{reversed:0},hp)}}function vp(t){Ke(t,"v-4ftgwp",`.hot-key-helpers-container.v-4ftgwp.v-4ftgwp{position:absolute;top:calc(50% - 40px);left:calc(50% - 100px);width:200px;height:120px;display:flex;align-items:center;flex-direction:column;animation:v-4ftgwp-fadeIn ease var(--controls-transition-duration);padding-top:14px;box-sizing:border-box}.hot-key-helpers-container.v-4ftgwp>div.v-4ftgwp{width:48px;height:48px;display:flex;justify-content:center;align-items:center}.hot-key-helpers-container.v-4ftgwp svg[data-testid="volume-off-icon"],.hot-key-helpers-container.v-4ftgwp svg[data-testid="volume-max-icon"]{transform:scale(2)}.hot-key-helpers-container.v-4ftgwp svg[data-testid="replay-icon"],.hot-key-helpers-container.v-4ftgwp svg[data-testid="play-icon"],.hot-key-helpers-container.v-4ftgwp svg[data-testid="pause-icon"]{transform:scale(2.5)}.hot-key-helpers-container--left.v-4ftgwp.v-4ftgwp{left:calc(25% - 100px)}.hot-key-helpers-container--right.v-4ftgwp.v-4ftgwp{left:calc(75% - 100px)}.hot-key-helpers-text.v-4ftgwp.v-4ftgwp{text-align:center;font-feature-settings:'clig' off, 'liga' off;text-shadow:0px 0px 5px rgba(0, 0, 0, 0.16);font-size:15px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:-0.105px;width:100%;max-height:40px;margin-top:4px;display:-webkit-box;text-overflow:ellipsis;white-space:pre-wrap;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.hidden.v-4ftgwp.v-4ftgwp{visibility:hidden;animation:v-4ftgwp-fadeOut ease var(--controls-transition-duration);width:0;height:0}@keyframes v-4ftgwp-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes v-4ftgwp-fadeOut{0%{opacity:1}100%{opacity:0}}`)}function Jr(t){let e,i=[Xe.BACKWARD_SEEK,Xe.FORWARD_SEEK].includes(t[4]),n,o,s,l,r,a,c=[Xe.RATE_DOWN,Xe.RATE_UP].includes(t[4]),f,d=[Xe.EPISODE_PREV,Xe.EPISODE_NEXT].includes(t[4]),h,v,k,_,S,C=i&&xr(t),T=t[4]===Xe.PAUSE&&$r(),y=t[4]===Xe.PLAY&&ea(),L=t[4]===Xe.REPLAY&&ta(),le=t[4]===Xe.SUBTITLES_OFF&&ia(),Y=t[4]===Xe.SUBTITLES_ON&&na(),N=c&&oa(t),ee=d&&la(t),Q=t[4]===Xe.MUTE&&sa(),w=t[4]===Xe.VOLUME&&ra(),$=t[5]&&aa(t);return{c(){e=I("div"),C&&C.c(),n=D(),T&&T.c(),o=D(),y&&y.c(),s=D(),L&&L.c(),l=D(),le&&le.c(),r=D(),Y&&Y.c(),a=D(),N&&N.c(),f=D(),ee&&ee.c(),h=D(),Q&&Q.c(),v=D(),w&&w.c(),k=D(),$&&$.c(),_=ct(),u(e,"class","v-4ftgwp")},m(X,O){A(X,e,O),C&&C.m(e,null),p(e,n),T&&T.m(e,null),p(e,o),y&&y.m(e,null),p(e,s),L&&L.m(e,null),p(e,l),le&&le.m(e,null),p(e,r),Y&&Y.m(e,null),p(e,a),N&&N.m(e,null),p(e,f),ee&&ee.m(e,null),p(e,h),Q&&Q.m(e,null),p(e,v),w&&w.m(e,null),A(X,k,O),$&&$.m(X,O),A(X,_,O),S=!0},p(X,O){O&16&&(i=[Xe.BACKWARD_SEEK,Xe.FORWARD_SEEK].includes(X[4])),i?C?(C.p(X,O),O&16&&m(C,1)):(C=xr(X),C.c(),m(C,1),C.m(e,n)):C&&(fe(),g(C,1,1,()=>{C=null}),de()),X[4]===Xe.PAUSE?T?O&16&&m(T,1):(T=$r(),T.c(),m(T,1),T.m(e,o)):T&&(fe(),g(T,1,1,()=>{T=null}),de()),X[4]===Xe.PLAY?y?O&16&&m(y,1):(y=ea(),y.c(),m(y,1),y.m(e,s)):y&&(fe(),g(y,1,1,()=>{y=null}),de()),X[4]===Xe.REPLAY?L?O&16&&m(L,1):(L=ta(),L.c(),m(L,1),L.m(e,l)):L&&(fe(),g(L,1,1,()=>{L=null}),de()),X[4]===Xe.SUBTITLES_OFF?le?O&16&&m(le,1):(le=ia(),le.c(),m(le,1),le.m(e,r)):le&&(fe(),g(le,1,1,()=>{le=null}),de()),X[4]===Xe.SUBTITLES_ON?Y?O&16&&m(Y,1):(Y=na(),Y.c(),m(Y,1),Y.m(e,a)):Y&&(fe(),g(Y,1,1,()=>{Y=null}),de()),O&16&&(c=[Xe.RATE_DOWN,Xe.RATE_UP].includes(X[4])),c?N?(N.p(X,O),O&16&&m(N,1)):(N=oa(X),N.c(),m(N,1),N.m(e,f)):N&&(fe(),g(N,1,1,()=>{N=null}),de()),O&16&&(d=[Xe.EPISODE_PREV,Xe.EPISODE_NEXT].includes(X[4])),d?ee?(ee.p(X,O),O&16&&m(ee,1)):(ee=la(X),ee.c(),m(ee,1),ee.m(e,h)):ee&&(fe(),g(ee,1,1,()=>{ee=null}),de()),X[4]===Xe.MUTE?Q?O&16&&m(Q,1):(Q=sa(),Q.c(),m(Q,1),Q.m(e,v)):Q&&(fe(),g(Q,1,1,()=>{Q=null}),de()),X[4]===Xe.VOLUME?w?O&16&&m(w,1):(w=ra(),w.c(),m(w,1),w.m(e,null)):w&&(fe(),g(w,1,1,()=>{w=null}),de()),X[5]?$?$.p(X,O):($=aa(X),$.c(),$.m(_.parentNode,_)):$&&($.d(1),$=null)},i(X){S||(m(C),m(T),m(y),m(L),m(le),m(Y),m(N),m(ee),m(Q),m(w),S=!0)},o(X){g(C),g(T),g(y),g(L),g(le),g(Y),g(N),g(ee),g(Q),g(w),S=!1},d(X){X&&(P(e),P(k),P(_)),C&&C.d(),T&&T.d(),y&&y.d(),L&&L.d(),le&&le.d(),Y&&Y.d(),N&&N.d(),ee&&ee.d(),Q&&Q.d(),w&&w.d(),$&&$.d(X)}}}function xr(t){let e,i;return e=new sp({props:{reversed:t[4]===Xe.FORWARD_SEEK}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o&16&&(s.reversed=n[4]===Xe.FORWARD_SEEK),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function $r(t){let e,i;return e=new tu({}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function ea(t){let e,i;return e=new Vl({}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function ta(t){let e,i;return e=new fu({}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function ia(t){let e,i;return e=new Cu({props:{isOff:!0}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function na(t){let e,i;return e=new Cu({}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function oa(t){let e,i;return e=new pp({props:{reversed:t[4]===Xe.RATE_UP}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o&16&&(s.reversed=n[4]===Xe.RATE_UP),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function la(t){let e,i;return e=new _p({props:{reversed:t[4]===Xe.EPISODE_NEXT}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o&16&&(s.reversed=n[4]===Xe.EPISODE_NEXT),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function sa(t){let e,i;return e=new Jo({props:{volume:0}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function ra(t){let e,i;return e=new Jo({props:{volume:1}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function aa(t){let e,i;return{c(){e=I("span"),i=Oe(t[5]),u(e,"class","hot-key-helpers-text v-4ftgwp")},m(n,o){A(n,e,o),p(e,i)},p(n,o){o&32&&xe(i,n[5])},d(n){n&&P(e)}}}function kp(t){let e,i,n=!t[1]&&t[4]&&Jr(t);return{c(){e=I("div"),n&&n.c(),u(e,"class","hot-key-helpers-container v-4ftgwp"),V(e,"hidden",t[1]),V(e,"hot-key-helpers-container--left",t[2]),V(e,"hot-key-helpers-container--right",t[3])},m(o,s){A(o,e,s),n&&n.m(e,null),i=!0},p(o,[s]){!o[1]&&o[4]?n?(n.p(o,s),s&18&&m(n,1)):(n=Jr(o),n.c(),m(n,1),n.m(e,null)):n&&(fe(),g(n,1,1,()=>{n=null}),de()),(!i||s&2)&&V(e,"hidden",o[1]),(!i||s&4)&&V(e,"hot-key-helpers-container--left",o[2]),(!i||s&8)&&V(e,"hot-key-helpers-container--right",o[3])},i(o){i||(m(n),i=!0)},o(o){g(n),i=!1},d(o){o&&P(e),n&&n.d()}}}function wp(t,e,i){let n,o=q,s=()=>(o(),o=Qt(l,h=>i(6,n=h)),l);t.$$.on_destroy.push(()=>o());let{data:l}=e;s();let r,a,c,f,d;return t.$$set=h=>{"data"in h&&s(i(0,l=h.data))},t.$$.update=()=>{t.$$.dirty&64&&(i(1,r=!n),i(2,a=n?.type===Xe.BACKWARD_SEEK),i(3,c=n?.type===Xe.FORWARD_SEEK),i(4,f=n?.type),n?.t?i(5,d=K(n.t.key,{value:n.t.value||""})):i(5,d=n?.text))},[l,r,a,c,f,d,n]}class yp extends _e{constructor(e){super(),ge(this,e,wp,kp,be,{data:0},vp)}}function Cp(t){Ke(t,"v-1yzc86r",".immersive-controls.v-1yzc86r{position:absolute;display:flex;flex-direction:row;top:10px;left:10px;width:56px;height:56px;background-color:rgba(0, 0, 0, .56);border-radius:8px;transition-property:top, left;transition-duration:var(--controls-transition-duration);transition-timing-function:var(--controls-transition-fn)}.immersive-controls.m-shifted.v-1yzc86r{top:50px;left:20px}.button-block.v-1yzc86r{width:40px;height:40px;margin:auto auto;transform:rotate(45deg)}.button-row.v-1yzc86r{display:flex;flex-direction:row;position:relative}.button.v-1yzc86r{width:20px;height:20px;text-align:center;cursor:pointer}.button.v-1yzc86r svg{opacity:0.7;transition:opacity linear 0.2s}.button.button-up.v-1yzc86r svg{transform:rotate(-45deg) translate(-1px, -1px)}.button.button-right.v-1yzc86r svg{transform:rotate(45deg) translate(1px, -1px)}.button.button-down.v-1yzc86r svg{transform:rotate(135deg) translate(1px, -3px)}.button.button-left.v-1yzc86r svg{transform:rotate(-135deg) translate(-1px, -3px)}.button.v-1yzc86r:hover svg{opacity:1}")}function Tp(t){let e,i,n,o,s,l,r,a,c,f,d,h,v,k,_,S,C,T;return s=new Wn({props:{direction:"up"}}),a=new Wn({props:{direction:"up"}}),h=new Wn({props:{direction:"up"}}),_=new Wn({props:{direction:"up"}}),{c(){e=I("div"),i=I("div"),n=I("div"),o=I("div"),U(s.$$.fragment),l=D(),r=I("div"),U(a.$$.fragment),c=D(),f=I("div"),d=I("div"),U(h.$$.fragment),v=D(),k=I("div"),U(_.$$.fragment),u(o,"class","button button-up v-1yzc86r"),u(r,"class","button button-right v-1yzc86r"),u(n,"class","button-row v-1yzc86r"),u(d,"class","button button-left v-1yzc86r"),u(k,"class","button button-down v-1yzc86r"),u(f,"class","button-row v-1yzc86r"),u(i,"class","button-block v-1yzc86r"),u(i,"aria-hidden","true"),u(e,"class","immersive-controls v-1yzc86r"),u(e,"tabindex","0"),u(e,"role","button"),u(e,"aria-label",K("aria_label_spherical_control")),V(e,"m-shifted",t[0])},m(y,L){A(y,e,L),p(e,i),p(i,n),p(n,o),H(s,o,null),p(n,l),p(n,r),H(a,r,null),p(i,c),p(i,f),p(f,d),H(h,d,null),p(f,v),p(f,k),H(_,k,null),S=!0,C||(T=[he(o,"mousedown",t[1]),he(o,"mouseup",t[5]),he(o,"mouseleave",t[5]),he(r,"mousedown",t[3]),he(r,"mouseup",t[5]),he(r,"mouseleave",t[5]),he(d,"mousedown",t[4]),he(d,"mouseup",t[5]),he(d,"mouseleave",t[5]),he(k,"mousedown",t[2]),he(k,"mouseup",t[5]),he(k,"mouseleave",t[5]),he(e,"keydown",t[6]),he(e,"keyup",t[7])],C=!0)},p(y,[L]){(!S||L&1)&&V(e,"m-shifted",y[0])},i(y){S||(m(s.$$.fragment,y),m(a.$$.fragment,y),m(h.$$.fragment,y),m(_.$$.fragment,y),S=!0)},o(y){g(s.$$.fragment,y),g(a.$$.fragment,y),g(h.$$.fragment,y),g(_.$$.fragment,y),S=!1},d(y){y&&P(e),F(s),F(a),F(h),F(_),C=!1,nt(T)}}}function Sp(t,e,i){let{isShifted:n=!1}=e;const o=ht(),s=new Set([Se.ArrowUp,Se.ArrowDown,Se.ArrowLeft,Se.ArrowRight]),l=()=>{o.actions.internal.startCameraManualRotation(0,1)},r=()=>{o.actions.internal.startCameraManualRotation(0,-1)},a=()=>{o.actions.internal.startCameraManualRotation(1,0)},c=()=>{o.actions.internal.startCameraManualRotation(-1,0)},f=()=>(o.actions.internal.stopCameraManualRotation(),null),d=v=>{if(s.has(v.code))switch(v.preventDefault(),v.stopPropagation(),v.code){case Se.ArrowUp:l();break;case Se.ArrowDown:r();break;case Se.ArrowLeft:c();break;case Se.ArrowRight:a();break}},h=v=>{s.has(v.code)&&(v.preventDefault(),v.stopPropagation(),f())};return t.$$set=v=>{"isShifted"in v&&i(0,n=v.isShifted)},[n,l,r,a,c,f,d,h]}class Tu extends _e{constructor(e){super(),ge(this,e,Sp,Tp,be,{isShifted:0},Cp)}}function Pp(t){Ke(t,"v-ovfyp5",".subtitles-container.v-ovfyp5.v-ovfyp5{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;transition:transform var(--controls-transition-duration)}.subtitles-container.shifted.v-ovfyp5.v-ovfyp5{transform:translateY(calc(var(--controls-height) * -1))}.subtitles-caption.v-ovfyp5.v-ovfyp5{position:absolute;left:4%;right:4%;bottom:4%;display:flex;justify-content:center}.subtitles-caption.mobile.v-ovfyp5.v-ovfyp5{bottom:8%}.subtitles-container.auto.v-ovfyp5 .subtitles-caption.v-ovfyp5{left:24%;right:24%}.caption.v-ovfyp5.v-ovfyp5{display:block;overflow-wrap:normal;padding:4px 8px;border-radius:4px;background:rgba(0, 0, 0, 0.4)}.subtitles-container.auto.v-ovfyp5 .caption.v-ovfyp5{width:100%}.caption-line.v-ovfyp5.v-ovfyp5{display:block;text-align:center}.subtitles-container.auto.v-ovfyp5 .caption-line.v-ovfyp5{text-align:left}.caption-segment.v-ovfyp5.v-ovfyp5{display:inline-block;line-height:1.2;font-size:13px;color:var(--white);white-space:pre-wrap}")}function ua(t,e,i){const n=t.slice();return n[16]=e[i].value,n}function ca(t,e,i){const n=t.slice();return n[16]=e[i].value,n[17]=e[i].timeAppeared,n}function fa(t){let e,i;function n(l,r){return l[7]&&l[8]?Ep:l[5]?Ip:Ap}let o=n(t),s=o(t);return{c(){e=I("div"),i=I("span"),s.c(),u(i,"class","caption v-ovfyp5"),u(e,"class","subtitles-caption v-ovfyp5"),V(e,"mobile",t[3])},m(l,r){A(l,e,r),p(e,i),s.m(i,null)},p(l,r){o===(o=n(l))&&s?s.p(l,r):(s.d(1),s=o(l),s&&(s.c(),s.m(i,null))),r&8&&V(e,"mobile",l[3])},d(l){l&&P(e),s.d()}}}function Ap(t){let e,i=Ht(t[1]),n=[];for(let o=0;o<i.length;o+=1)n[o]=da(ua(t,i,o));return{c(){for(let o=0;o<n.length;o+=1)n[o].c();e=ct()},m(o,s){for(let l=0;l<n.length;l+=1)n[l]&&n[l].m(o,s);A(o,e,s)},p(o,s){if(s&18){i=Ht(o[1]);let l;for(l=0;l<i.length;l+=1){const r=ua(o,i,l);n[l]?n[l].p(r,s):(n[l]=da(r),n[l].c(),n[l].m(e.parentNode,e))}for(;l<n.length;l+=1)n[l].d(1);n.length=i.length}},d(o){o&&P(e),vn(n,o)}}}function Ip(t){let e,i,n=Ht(t[6]),o=[];for(let s=0;s<n.length;s+=1)o[s]=pa(ca(t,n,s));return{c(){e=I("span"),i=I("span");for(let s=0;s<o.length;s+=1)o[s].c();u(i,"class","caption-segment v-ovfyp5"),It(i,"font-size",t[4]+"px"),u(e,"class","caption-line v-ovfyp5")},m(s,l){A(s,e,l),p(e,i);for(let r=0;r<o.length;r+=1)o[r]&&o[r].m(i,null)},p(s,l){if(l&68){n=Ht(s[6]);let r;for(r=0;r<n.length;r+=1){const a=ca(s,n,r);o[r]?o[r].p(a,l):(o[r]=pa(a),o[r].c(),o[r].m(i,null))}for(;r<o.length;r+=1)o[r].d(1);o.length=n.length}l&16&&It(i,"font-size",s[4]+"px")},d(s){s&&P(e),vn(o,s)}}}function Ep(t){let e,i,n=K("subtitles_auto_caption")+"",o;return{c(){e=I("span"),i=I("span"),o=Oe(n),u(i,"class","caption-segment v-ovfyp5"),It(i,"font-size",t[4]+"px"),u(e,"class","caption-line v-ovfyp5")},m(s,l){A(s,e,l),p(e,i),p(i,o)},p(s,l){l&16&&It(i,"font-size",s[4]+"px")},d(s){s&&P(e)}}}function da(t){let e,i,n=t[16]+"",o,s;return{c(){e=I("span"),i=I("span"),o=Oe(n),s=D(),u(i,"class","caption-segment v-ovfyp5"),It(i,"font-size",t[4]+"px"),u(e,"class","caption-line v-ovfyp5")},m(l,r){A(l,e,r),p(e,i),p(i,o),p(e,s)},p(l,r){r&2&&n!==(n=l[16]+"")&&xe(o,n),r&16&&It(i,"font-size",l[4]+"px")},d(l){l&&P(e)}}}function ma(t){let e=t[16]+"",i;return{c(){i=Oe(e)},m(n,o){A(n,i,o)},p(n,o){o&64&&e!==(e=n[16]+"")&&xe(i,e)},d(n){n&&P(i)}}}function pa(t){let e,i=(!t[17]||t[17]<=t[2])&&ma(t);return{c(){i&&i.c(),e=ct()},m(n,o){i&&i.m(n,o),A(n,e,o)},p(n,o){!n[17]||n[17]<=n[2]?i?i.p(n,o):(i=ma(n),i.c(),i.m(e.parentNode,e)):i&&(i.d(1),i=null)},d(n){n&&P(e),i&&i.d(n)}}}function Vp(t){let e,i=t[1].length>0&&fa(t);return{c(){e=I("div"),i&&i.c(),u(e,"class","subtitles-container v-ovfyp5"),V(e,"shifted",t[0]),V(e,"auto",t[5]&&!t[8])},m(n,o){A(n,e,o),i&&i.m(e,null)},p(n,[o]){n[1].length>0?i?i.p(n,o):(i=fa(n),i.c(),i.m(e,null)):i&&(i.d(1),i=null),o&1&&V(e,"shifted",n[0]),o&288&&V(e,"auto",n[5]&&!n[8])},i:q,o:q,d(n){n&&P(e),i&&i.d()}}}function Lp(t,e,i){let n,o,{shifted:s}=e,{captions:l}=e,{position:r}=e,{playerSize:a}=e,{isMobile:c=!1}=e;const f=ht(),d=an(),h=f.state.currentSubtitle$;R(t,h,y=>i(12,n=y));const v=f.state.isAutoSubtitleCaptionVisible$;R(t,v,y=>i(8,o=y));let k,_,S,C,T;return nn(()=>{T=window.setTimeout(()=>{v.set(!1)},d.autoSubtitlesTimeout)}),Vo(()=>{window.clearTimeout(T)}),t.$$set=y=>{"shifted"in y&&i(0,s=y.shifted),"captions"in y&&i(1,l=y.captions),"position"in y&&i(2,r=y.position),"playerSize"in y&&i(11,a=y.playerSize),"isMobile"in y&&i(3,c=y.isMobile)},t.$$.update=()=>{if(t.$$.dirty&2048){const y=a.width*.02;i(4,k=y<=d.minSubtitlesFontSize?d.minSubtitlesFontSize:y)}t.$$.dirty&2&&i(5,_=l.some(y=>y.type==="timestamp")),t.$$.dirty&2&&i(6,S=l.reduce((y,{type:L,value:le})=>(L==="timestamp"?y.push({timeAppeared:Number(le),value:""}):y.length===0?y.push({value:String(le)}):y[y.length-1].value=String(le),y),[])),t.$$.dirty&4096&&i(7,C=!!n.isAuto)},[s,l,r,c,k,_,S,C,o,h,v,a,n]}class Su extends _e{constructor(e){super(),ge(this,e,Lp,Vp,be,{shifted:0,captions:1,position:2,playerSize:11,isMobile:3},Pp)}}function Mp(t){Ke(t,"v-1o62kpz",".wrapper.v-1o62kpz{height:100%;background-position:center;background-size:cover;display:flex;align-items:center;justify-content:center;font-size:16px;flex-direction:column}.icon_wrapper.v-1o62kpz{display:flex;flex-direction:column;align-items:center;width:400px}.icon.v-1o62kpz{width:50px;height:50px}.text.v-1o62kpz{margin-top:20px}")}function ha(t){let e,i,n;return{c(){e=I("div"),i=Oe("\u0412\u0438\u0434\u0435\u043E \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u043D\u0430 "),n=Oe(t[1]),u(e,"class","text v-1o62kpz")},m(o,s){A(o,e,s),p(e,i),p(e,n)},p(o,s){s&2&&xe(n,o[1])},d(o){o&&P(e)}}}function Bp(t){let e,i,n,o,s,l,r=t[1]&&ha(t);return{c(){e=I("div"),i=I("div"),i.innerHTML='<svg class="icon v-1o62kpz" width="22" height="22" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M1 18v3h3c0-1.66-1.34-3-3-3zm0-4v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7zm0-4v2a9 9 0 0 1 9 9h2c0-6.08-4.93-11-11-11zm20-7H3c-1.1 0-2 .9-2 2v3h2V5h18v14h-7v2h7c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" fill="#fff"></path><path d="M0 0h24v24H0z"></path></g></svg>',n=D(),r&&r.c(),u(i,"class","icon_wrapper v-1o62kpz"),u(e,"class","wrapper v-1o62kpz"),u(e,"style",o=`background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('${t[0]||""}')`)},m(a,c){A(a,e,c),p(e,i),p(e,n),r&&r.m(e,null),s||(l=he(e,"click",t[2]),s=!0)},p(a,[c]){a[1]?r?r.p(a,c):(r=ha(a),r.c(),r.m(e,null)):r&&(r.d(1),r=null),c&1&&o!==(o=`background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('${a[0]||""}')`)&&u(e,"style",o)},i:q,o:q,d(a){a&&P(e),r&&r.d(),s=!1,l()}}}function Np(t,e,i){let{thumbUrl:n}=e,{chromecastDeviceName:o}=e;function s(l){to.call(this,t,l)}return t.$$set=l=>{"thumbUrl"in l&&i(0,n=l.thumbUrl),"chromecastDeviceName"in l&&i(1,o=l.chromecastDeviceName)},[n,o,s]}class Pu extends _e{constructor(e){super(),ge(this,e,Np,Bp,be,{thumbUrl:0,chromecastDeviceName:1},Mp)}}function Rp(t){let e,i;return{c(){e=M("svg"),i=M("path"),u(i,"d","M460 193.998a3.997 3.997 0 0 1 3.997-3.998h122.006a4.003 4.003 0 0 1 3.997 3.998v82.004a3.997 3.997 0 0 1-3.997 3.998H463.997a4.003 4.003 0 0 1-3.997-3.998zm6 2.993c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm0 12c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm0 12c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm0 12c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm0 12c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm0 12c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm0 12c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm112-72c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm0 12c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm0 12c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm0 12c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm0 12c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm0 12c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm0 12c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zM507 232a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm36 0a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm-18.05 15c6.05 0 11.624 4.446 11.944 4.65 2.106 1.35 3.252.772 3.957.156s1.15-2.806-1.044-4.657c-1.735-1.48-5.806-5.16-14.856-5.15s-12.95 3.5-14.792 5.185c-1.84 1.685-2.288 3.498-.973 4.657 1.315 1.158 2.315 1.158 4.357-.327-.007.007 5.357-4.515 11.408-4.515z"),u(i,"fill","#fff"),u(i,"fill-rule","evenodd"),u(e,"width","200"),u(e,"height","200"),u(e,"viewBox","460 190 130 90"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","error-icon")},m(n,o){A(n,e,o),p(e,i)},p:q,i:q,o:q,d(n){n&&P(e)}}}class Dp extends _e{constructor(e){super(),ge(this,e,null,Rp,be,{})}}function Op(t){Ke(t,"v-13zpvm8",".container.v-13zpvm8{position:absolute;top:0;bottom:0;left:0;right:0;background:#000;display:flex;align-items:center;justify-content:center}")}function zp(t){let e,i,n;return i=new Dp({}),{c(){e=I("div"),U(i.$$.fragment),u(e,"class","container v-13zpvm8")},m(o,s){A(o,e,s),H(i,e,null),n=!0},p:q,i(o){n||(m(i.$$.fragment,o),n=!0)},o(o){g(i.$$.fragment,o),n=!1},d(o){o&&P(e),F(i)}}}class Au extends _e{constructor(e){super(),ge(this,e,null,zp,be,{},Op)}}function Hp(t){Ke(t,"v-17wno3",".container.v-17wno3.v-17wno3{position:absolute;top:0;bottom:0;left:0;right:0;background-position:center;background-size:cover;cursor:pointer;transition:opacity 0.2s, visibility 0.2s;will-change:opacity}.container.hidden.v-17wno3.v-17wno3{opacity:0;visibility:hidden}.playButton.v-17wno3.v-17wno3{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:var(--big-play-size);height:var(--big-play-size);display:flex;align-items:center;justify-content:center}.playButtonBackground.v-17wno3.v-17wno3{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:var(--big-play-radius);background-color:var(--big-play-bg-color);transition:background 0.2s, transform 0.2s;transition-timing-function:ease-out;will-change:background, transform}.container.v-17wno3:hover .playButtonBackground.v-17wno3{background-color:var(--big-play-hover-bg-color);transform:scale(1.15)}.playButton.v-17wno3 svg{transform:scale(2)}")}function Fp(t){let e,i,n,o,s,l,r,a,c;return s=new Vl({}),{c(){e=I("div"),i=I("div"),n=I("div"),o=D(),U(s.$$.fragment),u(n,"class","playButtonBackground v-17wno3"),u(i,"class","playButton v-17wno3"),u(i,"tabindex","0"),u(i,"role","button"),u(i,"aria-label",K("tooltip_play")),u(e,"class","container v-17wno3"),u(e,"style",l=`background-color: #222; background-image: url('${t[0]||""}')`),V(e,"hidden",t[1])},m(f,d){A(f,e,d),p(e,i),p(i,n),p(i,o),H(s,i,null),r=!0,a||(c=[he(i,"keydown",t[3]),he(e,"click",ot(function(){_n(t[2])&&t[2].apply(this,arguments)}))],a=!0)},p(f,[d]){t=f,(!r||d&1&&l!==(l=`background-color: #222; background-image: url('${t[0]||""}')`))&&u(e,"style",l),(!r||d&2)&&V(e,"hidden",t[1])},i(f){r||(m(s.$$.fragment,f),r=!0)},o(f){g(s.$$.fragment,f),r=!1},d(f){f&&P(e),F(s),a=!1,nt(c)}}}function Up(t,e,i){let{thumbUrl:n}=e,{hidden:o}=e,{startVideo:s}=e;const r=ht().ui.startedByKeyboard$,a=c=>{const f=c.code;[Se.Enter,Se.Space].includes(f)&&(c.stopPropagation(),c.preventDefault(),r.set(!0),s())};return t.$$set=c=>{"thumbUrl"in c&&i(0,n=c.thumbUrl),"hidden"in c&&i(1,o=c.hidden),"startVideo"in c&&i(2,s=c.startVideo)},[n,o,s,a]}class Iu extends _e{constructor(e){super(),ge(this,e,Up,Fp,be,{thumbUrl:0,hidden:1,startVideo:2,handlePressKey:3},Hp)}get handlePressKey(){return this.$$.ctx[3]}}function qp(t){Ke(t,"v-1bcvcf2",`.title.v-1bcvcf2{position:absolute;pointer-events:none;left:0;top:0;width:100%;height:var(--controls-gradient-height);font-size:15px;color:var(--white);box-sizing:border-box;padding:18px 20px 10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition-property:visibility, transform, opacity;transition-duration:var(--controls-transition-duration);transition-timing-function:var(--controls-transition-fn);will-change:transform, opacity;background:linear-gradient(
|
|
24
|
+
)}`)}function Vf(i){let e;return{c(){e=T("div"),c(e,"class","top-gradient-mobile svelte-354ajf")},m(t,n){w(t,e,n)},d(t){t&&k(e)}}}function Lf(i){let e,t;return e=new Mf({props:{position:i[5],secondsToWatchBeforeSkip:i[6],skipAd:i[8].actions.internal.skipAd}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o&32&&(r.position=n[5]),o&64&&(r.secondsToWatchBeforeSkip=n[6]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Bf(i){let e,t;return e=new Tf({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Rf(i){let e,t;return e=new Af({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function a_(i){let e,t,n,o,r,l,a,s=i[0]&&Vf(i),u=i[3]&&Lf(i),f=i[7]&&Bf(i),p=i[4]&&Rf(i);return{c(){e=T("div"),s&&s.c(),t=N(),n=T("video"),o=N(),u&&u.c(),r=N(),f&&f.c(),l=N(),p&&p.c(),ri(n,"width","100%"),ri(n,"height","100%"),n.playsInline=!0,c(e,"class","container svelte-354ajf")},m(h,y){w(h,e,y),s&&s.m(e,null),m(e,t),m(e,n),i[19](n),m(e,o),u&&u.m(e,null),m(e,r),f&&f.m(e,null),m(e,l),p&&p.m(e,null),i[20](e),a=!0},p(h,[y]){h[0]?s||(s=Vf(h),s.c(),s.m(e,t)):s&&(s.d(1),s=null),h[3]?u?(u.p(h,y),y&8&&d(u,1)):(u=Lf(h),u.c(),d(u,1),u.m(e,r)):u&&(ue(),_(u,1,1,()=>{u=null}),ce()),h[7]?f?y&128&&d(f,1):(f=Bf(h),f.c(),d(f,1),f.m(e,l)):f&&(ue(),_(f,1,1,()=>{f=null}),ce()),h[4]?p?y&16&&d(p,1):(p=Rf(h),p.c(),d(p,1),p.m(e,null)):p&&(ue(),_(p,1,1,()=>{p=null}),ce())},i(h){a||(d(u),d(f),d(p),a=!0)},o(h){_(u),_(f),_(p),a=!1},d(h){h&&k(e),s&&s.d(),i[19](null),u&&u.d(),f&&f.d(),p&&p.d(),i[20](null)}}}function u_(i,e,t){let n,o,r,l,a,{adsSlotId:s=void 0}=e,{adsParams:u=void 0}=e,{adsPreviewParam:f=void 0}=e,{duration:p=0}=e,h=$e(),y=h.state.isEnded$;F(i,y,I=>t(7,a=I));let b=h.ui.isMobile;F(i,b,I=>t(0,o=I));let P,C,M=!1,S=h.ads.playbackState;F(i,S,I=>t(18,n=I));let v=h.ads.canSkip,E=h.ads.position;F(i,E,I=>t(5,r=I));let G=h.ads.secondsToWatchBeforeSkip;F(i,G,I=>t(6,l=I));let W,K;St(()=>{let I=new AbortController,Y=()=>{I.abort()},X=h.getAdmanWrapper();if(!s){X.onAdmanLoadingError();return}let{width:$,height:x}=xe(h.ui.playerSize),D=xe(h.ui.isFullscreen),j=xe(h.ui.isAutoplay),V={width:$,height:x,isFullscreen:D,isAutoplay:j,adsContainer:P,adsVideoElement:C,slotId:s,params:u,previewParam:f,duration:p};return window.AdmanHTML?(X.initAdman(V),M=!0):X.loadAdman(I.signal).then(()=>{X.initAdman(V),M=!0}).catch(()=>{X.onAdmanLoadingError()}),()=>{!M&&Y()}});function re(I){_e[I?"unshift":"push"](()=>{C=I,t(2,C)})}function te(I){_e[I?"unshift":"push"](()=>{P=I,t(1,P)})}return i.$$set=I=>{"adsSlotId"in I&&t(14,s=I.adsSlotId),"adsParams"in I&&t(15,u=I.adsParams),"adsPreviewParam"in I&&t(16,f=I.adsPreviewParam),"duration"in I&&t(17,p=I.duration)},i.$$.update=()=>{if(i.$$.dirty&262144)e:t(3,W=v&&n!=="inactive");if(i.$$.dirty&262145)e:t(4,K=o&&n!=="inactive")},[o,P,C,W,K,r,l,a,h,y,b,S,E,G,s,u,f,p,n,re,te]}var Ds=class extends z{constructor(e){super(),q(this,e,u_,a_,H,{adsSlotId:14,adsParams:15,adsPreviewParam:16,duration:17},s_)}},rr=Ds;var bn=i=>{if(!isFinite(i))return"00:00";let e=Math.round(i),t=Math.floor(e/(60*60));e-=t*3600;let n=Math.floor(e/60);return e-=n*60,(t>0?[t,n,e]:[n,e]).map(r=>r>9?String(r):`0${r}`).join(":")};function c_(i){let e,t,n,o,r=i[2].default,l=Se(r,i,i[1],null),a=[{xmlns:"http://www.w3.org/2000/svg"},{width:"42"},{height:"20"},{"aria-hidden":"true"},{"data-testid":"live-icon"},{role:"img"},i[0]],s={};for(let u=0;u<a.length;u+=1)s=ne(s,a[u]);return{c(){e=A("svg"),l&&l.c(),t=A("path"),n=A("path"),c(t,"fill","none"),c(t,"stroke","#fff"),c(t,"stroke-width","2"),c(t,"d","M6.41 1A6.46 6.46 0 0 0 3 1.55 3.5 3.5 0 0 0 1.55 3 6.46 6.46 0 0 0 1 6.41v7.18A6.46 6.46 0 0 0 1.55 17 3.5 3.5 0 0 0 3 18.45a6.46 6.46 0 0 0 3.41.55h29.18a6.46 6.46 0 0 0 3.41-.55A3.5 3.5 0 0 0 40.45 17a6.46 6.46 0 0 0 .55-3.41V6.41A6.46 6.46 0 0 0 40.45 3 3.5 3.5 0 0 0 39 1.55 6.46 6.46 0 0 0 35.59 1z"),c(n,"fill","#f0f2f5"),c(n,"fill-rule","evenodd"),c(n,"d","M8 5a1 1 0 0 1 1 1v7h3a1 1 0 0 1 1 .88V14a1 1 0 0 1-1 1H8a1 1 0 0 1-1-.77v-.11A.5.5 0 0 1 7 14V6a1 1 0 0 1 .88-1zm8 0a1 1 0 0 1 1 1v8a1 1 0 0 1-.88 1H16a1 1 0 0 1-1-1V6a1 1 0 0 1 .88-1zm18 0a1 1 0 0 1 1 .88V6a1 1 0 0 1-1 1h-3v2h3a1 1 0 0 1 1 .88V10a1 1 0 0 1-1 1h-3v2h3a1 1 0 0 1 1 .88V14a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-.77v-.11a.5.5 0 0 1 0-.12V6a1 1 0 0 1 .56-.9A1 1 0 0 1 30 5zm-8 0a1 1 0 0 1 1 1v.1a.9.9 0 0 1-.11.35l-2.47 7.57a1.48 1.48 0 0 1-1.32.98h-.2a1.48 1.48 0 0 1-1.31-.95l-2.47-7.57a.9.9 0 0 1-.12-.36V6a1 1 0 0 1 .88-1H20a1 1 0 0 1 1 1v-.1l2 6.4 2-6.4a1 1 0 0 1 1-.9"),be(e,s)},m(u,f){w(u,e,f),l&&l.m(e,null),m(e,t),m(e,n),o=!0},p(u,[f]){l&&l.p&&(!o||f&2)&&Ie(l,r,u,u[1],o?Pe(r,u[1],f,null):Te(u[1]),null),be(e,s=Le(a,[{xmlns:"http://www.w3.org/2000/svg"},{width:"42"},{height:"20"},{"aria-hidden":"true"},{"data-testid":"live-icon"},{role:"img"},f&1&&u[0]]))},i(u){o||(d(l,u),o=!0)},o(u){_(l,u),o=!1},d(u){u&&k(e),l&&l.d(u)}}}function f_(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var Ns=class extends z{constructor(e){super(),q(this,e,f_,c_,H,{})}},Df=Ns;function d_(i){let e,t,n,o,r=i[2].default,l=Se(r,i,i[1],null),a=[{xmlns:"http://www.w3.org/2000/svg"},{width:"42"},{height:"20"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"live-active-icon"},{role:"img"},i[0]],s={};for(let u=0;u<a.length;u+=1)s=ne(s,a[u]);return{c(){e=A("svg"),l&&l.c(),t=A("rect"),n=A("path"),c(t,"width","42"),c(t,"height","20"),c(t,"fill","#FF3347"),c(t,"rx","5"),c(n,"fill","#F2F3F5"),c(n,"fill-rule","evenodd"),c(n,"d","M8 5a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4a1 1 0 1 0 0-2H9V6a1 1 0 0 0-1-1m7 1a1 1 0 1 1 2 0v8a1 1 0 1 1-2 0zm15-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4a1 1 0 1 0 0-2h-3v-2h3a1 1 0 1 0 0-2h-3V7h3a1 1 0 1 0 0-2zm-8.325 9.31-2.55-7.824a1 1 0 0 1-.117-.363L19 6.1h.005a1 1 0 1 1 1.99-.199L21 5.9l2 6.4 2-6.4h.005a1 1 0 0 1 1.99.2H27l-.008.023a1 1 0 0 1-.118.363l-2.55 7.824a1 1 0 0 1-.95.69h-.748a1 1 0 0 1-.95-.69z"),c(n,"clip-rule","evenodd"),be(e,s)},m(u,f){w(u,e,f),l&&l.m(e,null),m(e,t),m(e,n),o=!0},p(u,[f]){l&&l.p&&(!o||f&2)&&Ie(l,r,u,u[1],o?Pe(r,u[1],f,null):Te(u[1]),null),be(e,s=Le(a,[{xmlns:"http://www.w3.org/2000/svg"},{width:"42"},{height:"20"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"live-active-icon"},{role:"img"},f&1&&u[0]]))},i(u){o||(d(l,u),o=!0)},o(u){_(l,u),o=!1},d(u){u&&k(e),l&&l.d(u)}}}function m_(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var Os=class extends z{constructor(e){super(),q(this,e,m_,d_,H,{})}},Nf=Os;function p_(i){let e,t;return e=new Df({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function __(i){let e,t;return e=new Nf({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function h_(i){let e,t,n,o,r=[__,p_],l=[];function a(s,u){return s[0]?0:1}return e=a(i,-1),t=l[e]=r[e](i),{c(){t.c(),n=nt()},m(s,u){l[e].m(s,u),w(s,n,u),o=!0},p(s,[u]){let f=e;e=a(s,u),e!==f&&(ue(),_(l[f],1,1,()=>{l[f]=null}),ce(),t=l[e],t||(t=l[e]=r[e](s),t.c()),d(t,1),t.m(n.parentNode,n))},i(s){o||(d(t),o=!0)},o(s){_(t),o=!1},d(s){s&&k(n),l[e].d(s)}}}function g_(i,e,t){let{isActive:n=!1}=e;return i.$$set=o=>{"isActive"in o&&t(0,n=o.isActive)},[n]}var Fs=class extends z{constructor(e){super(),q(this,e,g_,h_,H,{isActive:0})}},sr=Fs;function b_(i){we(i,"svelte-7pnl2h",".thumb-timer.svelte-7pnl2h.svelte-7pnl2h{position:absolute;z-index:2;bottom:0;right:0;margin:8px;padding:0 7px;border-radius:3px;background:var(--black-alpha-40);color:var(--white);font-size:12.5px;line-height:23px;height:23px;white-space:nowrap;transition:visibility var(--controls-transition-duration), opacity var(--controls-transition-duration)}.thumb-timer.live.svelte-7pnl2h.svelte-7pnl2h{font-size:0;line-height:20px;height:20px;border-radius:2px;background:var(--red)}.thumb-timer.hidden.svelte-7pnl2h.svelte-7pnl2h{visibility:hidden;opacity:0}.thumb-timer.svelte-7pnl2h.svelte-7pnl2h:after{content:'';display:inline-block;vertical-align:middle;height:100%}.thumb-timer-live-icon.svelte-7pnl2h.svelte-7pnl2h{display:inline-block;vertical-align:middle;width:42px;height:20px;margin:0 -7px}.thumb-timer-equalizer.svelte-7pnl2h.svelte-7pnl2h{display:inline-block;vertical-align:middle;position:relative;width:10px;height:10px;margin-top:-4px;margin-right:4px}.live.svelte-7pnl2h .thumb-timer-equalizer.svelte-7pnl2h{margin-top:-2px}.thumb-timer-equalizer.svelte-7pnl2h .col.svelte-7pnl2h{width:2px;height:10px;margin-right:2px;background:var(--white);position:absolute;bottom:0;transform-origin:50% 100%;animation:1.5s infinite linear alternate;animation-play-state:paused}.thumb-timer.playing.svelte-7pnl2h .thumb-timer-equalizer .col.svelte-7pnl2h{animation-play-state:running}.thumb-timer-equalizer.svelte-7pnl2h .col.svelte-7pnl2h:nth-child(1){left:0;animation-name:svelte-7pnl2h-thumb-timer-equalizer-col1}.thumb-timer-equalizer.svelte-7pnl2h .col.svelte-7pnl2h:nth-child(2){left:3px;animation-name:svelte-7pnl2h-thumb-timer-equalizer-col2}.thumb-timer-equalizer.svelte-7pnl2h .col.svelte-7pnl2h:nth-child(3){left:6px;animation-name:svelte-7pnl2h-thumb-timer-equalizer-col3}@keyframes svelte-7pnl2h-thumb-timer-equalizer-col1{0%{transform:scaleY(0.1)}25%{transform:scaleY(0.8)}50%{transform:scaleY(0.4)}75%{transform:scaleY(0.6)}100%{transform:scaleY(0.1)}}@keyframes svelte-7pnl2h-thumb-timer-equalizer-col2{0%{transform:scaleY(1)}25%{transform:scaleY(0.3)}50%{transform:scaleY(0.9)}75%{transform:scaleY(0.6)}100%{transform:scaleY(1)}}@keyframes svelte-7pnl2h-thumb-timer-equalizer-col3{0%{transform:scaleY(0.6)}25%{transform:scaleY(0.9)}50%{transform:scaleY(0.1)}75%{transform:scaleY(0.9)}100%{transform:scaleY(0.6)}}.thumb-timer-text.svelte-7pnl2h.svelte-7pnl2h{display:inline-block;text-align:right}")}function v_(i){let e=bn(i[4]-i[3])+"",t;return{c(){t=Be(e)},m(n,o){w(n,t,o)},p(n,o){o&24&&e!==(e=bn(n[4]-n[3])+"")&&Ge(t,e)},i:me,o:me,d(n){n&&k(t)}}}function y_(i){let e,t,n;return t=new sr({props:{isActive:!0}}),{c(){e=T("div"),R(t.$$.fragment),c(e,"class","thumb-timer-live-icon svelte-7pnl2h")},m(o,r){w(o,e,r),L(t,e,null),n=!0},p:me,i(o){n||(d(t.$$.fragment,o),n=!0)},o(o){_(t.$$.fragment,o),n=!1},d(o){o&&k(e),B(t)}}}function k_(i){let e,t,n,o,r,l,a,s=[y_,v_],u=[];function f(p,h){return p[1]?0:1}return r=f(i,-1),l=u[r]=s[r](i),{c(){e=T("div"),t=T("div"),t.innerHTML='<div class="col svelte-7pnl2h"></div> <div class="col svelte-7pnl2h"></div> <div class="col svelte-7pnl2h"></div>',n=N(),o=T("span"),l.c(),c(t,"class","thumb-timer-equalizer svelte-7pnl2h"),c(o,"class","thumb-timer-text svelte-7pnl2h"),c(e,"role","timer"),c(e,"class","thumb-timer svelte-7pnl2h"),c(e,"data-testid","thumb-timer"),O(e,"live",i[1]),O(e,"hidden",i[0]),O(e,"playing",i[2])},m(p,h){w(p,e,h),m(e,t),m(e,n),m(e,o),u[r].m(o,null),a=!0},p(p,[h]){let y=r;r=f(p,h),r===y?u[r].p(p,h):(ue(),_(u[y],1,1,()=>{u[y]=null}),ce(),l=u[r],l?l.p(p,h):(l=u[r]=s[r](p),l.c()),d(l,1),l.m(o,null)),(!a||h&2)&&O(e,"live",p[1]),(!a||h&1)&&O(e,"hidden",p[0]),(!a||h&4)&&O(e,"playing",p[2])},i(p){a||(d(l),a=!0)},o(p){_(l),a=!1},d(p){p&&k(e),u[r].d()}}}function w_(i,e,t){let{isHidden:n=!1}=e,{isLive:o=!1}=e,{isPlaying:r=!1}=e,{position:l}=e,{duration:a}=e;return i.$$set=s=>{"isHidden"in s&&t(0,n=s.isHidden),"isLive"in s&&t(1,o=s.isLive),"isPlaying"in s&&t(2,r=s.isPlaying),"position"in s&&t(3,l=s.position),"duration"in s&&t(4,a=s.duration)},[n,o,r,l,a]}var Hs=class extends z{constructor(e){super(),q(this,e,w_,k_,H,{isHidden:0,isLive:1,isPlaying:2,position:3,duration:4},b_)}},ar=Hs;var kl=i=>{if(document.queryCommandSupported&&document.queryCommandSupported("copy")){let e=document.createElement("textarea");e.textContent=i,e.style.position="absolute",e.style.top="-9999px",document.body.appendChild(e),e.select();try{document.execCommand("copy")}finally{document.body.removeChild(e)}}};var zs=require("@vkontakte/videoplayer-core");var Vo=i=>{i.stopPropagation(),i.preventDefault()},C_=i=>{let e=i.previousElementSibling;e||(e=i.parentNode?.lastElementChild),e?.focus()},S_=i=>{let e=i.nextElementSibling;e||(e=i.parentNode?.firstElementChild),e?.focus()},P_=i=>{let e=i.code;return e==="Tab"&&!i.shiftKey||e==="ArrowDown"},I_=i=>{let e=i.code;return e==="Tab"||e==="ArrowUp"},Ff=i=>i.code==="Escape",T_=i=>i.code==="ArrowLeft",Hf=(i,e=!0)=>{let t=i.code;return["Enter","Space"].includes(t)||!e&&t==="ArrowRight"},zf=i=>{if(P_(i)){Vo(i),S_(i.target);return}I_(i)&&(Vo(i),C_(i.target))},xo=i=>i?.detail===0,$o=async(i,e,t)=>{await Bn(),i&&!i.classList.contains("opened")&&!e&&xe(t)&&(await Bn(),t.set(!1),i.focus())},qf=async(i,e,t)=>{await Bn(),i&&!e&&xe(t)&&(t.set(!1),i.focus())},Lo=async(i,e,t)=>{await Bn(),!!i&&e&&t&&setTimeout(()=>{i.firstChild.focus()},100)},wl=async(i,e,t)=>{!!i&&t&&(e.set(!1),setTimeout(()=>{i.focus()},100))},ur=(i,e)=>{zf(i),Ff(i)&&(Vo(i),e())},Cl=async(i,e,t)=>{Hf(i,!1)&&(Vo(i),e(),await Bn(),t()?.focus())},Sl=async(i,e,t,n)=>{if(zf(i),T_(i)){Vo(i),e(),t.set(!0);return}Ff(i)&&(Vo(i),n())},ji=(i,e)=>{Hf(i)&&(Vo(i),e())},Uf=i=>{let e=i.getBoundingClientRect(),t=-14,n=e.left+e.width,o=e.top+t;return{right:n,bottom:o}},Kf=i=>{if(!i)return{top:0,left:0};let e=i.getBoundingClientRect(),t=-58,n=8,o=e.left+n;return{bottom:e.bottom+t,left:o}};var Pl=require("@vkontakte/videoplayer-shared");function E_(i){we(i,"svelte-1vzqlps","ul.svelte-1vzqlps{position:absolute;border-radius:8px;background:rgba(0, 0, 0, 0.72);transition:visibility .1s,opacity .1s;list-style:none;margin:0;padding:6px 0;max-height:100%;max-width:100%;overflow-x:hidden;overflow-y:auto}li.svelte-1vzqlps{padding:8px 16px;cursor:pointer;position:relative;display:block;color:rgba(255, 255, 255, 0.72);font-size:13px;line-height:18px;letter-spacing:-0.14px;white-space:nowrap}li.svelte-1vzqlps:hover{background:rgba(66, 66, 66, .5);color:var(--white)}")}function Wf(i){let e,t,n,o,r,l,a,s,u,f=(i[10].features.saveDebugInfoToFile?U("menu_save_debug"):U("menu_copy_debug"))+"",p,h,y,b,P=U("menu_debug_overlay")+"",C,M,S,v,E=i[10].features.copyVideoLink&&i[9].callbacks?.onCopyVideoLink&&M_(i),G=i[12]&&i[6]!==zs.ChromecastState.CONNECTED&&!i[17]&&jf(i);function W(Y,X){return Y[4]?V_:A_}let K=W(i,[-1,-1]),re=K(i),te=i[10].features.videoRotate&&!i[17]&&L_(i),I=i[10].showSupport&&!i[7]&&Qf(i);return{c(){e=T("ul"),E&&E.c(),t=N(),G&&G.c(),n=N(),o=T("li"),re.c(),l=N(),te&&te.c(),a=N(),I&&I.c(),s=N(),u=T("li"),p=Be(f),y=N(),b=T("li"),C=Be(P),c(o,"tabindex","0"),c(o,"role","menuitem"),c(o,"aria-label",r=U("aria_label_menu_loop")),c(o,"class","svelte-1vzqlps"),c(u,"tabindex","0"),c(u,"role","menuitem"),c(u,"aria-label",h=i[10].features.saveDebugInfoToFile?U("menu_save_debug"):U("menu_copy_debug")),c(u,"class","svelte-1vzqlps"),c(b,"tabindex","0"),c(b,"role","menuitem"),c(b,"aria-label",M=i[8]?U("aria_label_menu_debug_overlay_disable"):U("aria_label_menu_debug_overlay_enable")),c(b,"class","svelte-1vzqlps"),c(e,"role","menu"),ri(e,"top",i[3]+"px"),ri(e,"left",i[2]+"px"),c(e,"class","svelte-1vzqlps")},m(Y,X){w(Y,e,X),E&&E.m(e,null),m(e,t),G&&G.m(e,null),m(e,n),m(e,o),re.m(o,null),m(e,l),te&&te.m(e,null),m(e,a),I&&I.m(e,null),m(e,s),m(e,u),m(u,p),m(e,y),m(e,b),m(b,C),i[42](e),S||(v=[pe(o,"click",lt(i[24])),pe(o,"keydown",i[30]),pe(u,"click",lt(i[21])),pe(u,"keydown",i[32]),pe(b,"click",lt(i[22])),pe(b,"keydown",i[33]),pe(e,"contextmenu",Ct(i[39])),pe(e,"keydown",i[26])],S=!0)},p(Y,X){Y[10].features.copyVideoLink&&Y[9].callbacks?.onCopyVideoLink&&E.p(Y,X),Y[12]&&Y[6]!==zs.ChromecastState.CONNECTED&&!Y[17]?G?G.p(Y,X):(G=jf(Y),G.c(),G.m(e,n)):G&&(G.d(1),G=null),K===(K=W(Y,X))&&re?re.p(Y,X):(re.d(1),re=K(Y),re&&(re.c(),re.m(o,null))),Y[10].features.videoRotate&&!Y[17]&&te.p(Y,X),Y[10].showSupport&&!Y[7]?I?I.p(Y,X):(I=Qf(Y),I.c(),I.m(e,s)):I&&(I.d(1),I=null),X[0]&256&&M!==(M=Y[8]?U("aria_label_menu_debug_overlay_disable"):U("aria_label_menu_debug_overlay_enable"))&&c(b,"aria-label",M),X[0]&8&&ri(e,"top",Y[3]+"px"),X[0]&4&&ri(e,"left",Y[2]+"px")},d(Y){Y&&k(e),E&&E.d(),G&&G.d(),re.d(),te&&te.d(),I&&I.d(),i[42](null),S=!1,et(v)}}}function M_(i){let e,t=U("menu_copy_video_link")+"",n,o,r,l,a,s,u=!i[5]&&!i[17]&&Gf(i);return{c(){e=T("li"),n=Be(t),r=N(),u&&u.c(),l=nt(),c(e,"tabindex","0"),c(e,"role","menuitem"),c(e,"aria-label",o=U("menu_copy_video_link")),c(e,"class","svelte-1vzqlps")},m(f,p){w(f,e,p),m(e,n),w(f,r,p),u&&u.m(f,p),w(f,l,p),a||(s=[pe(e,"click",lt(i[40])),pe(e,"keydown",i[27])],a=!0)},p(f,p){!f[5]&&!f[17]?u?u.p(f,p):(u=Gf(f),u.c(),u.m(l.parentNode,l)):u&&(u.d(1),u=null)},d(f){f&&(k(e),k(r),k(l)),u&&u.d(f),a=!1,et(s)}}}function Gf(i){let e,t=U("menu_copy_video_link_with_timestamp")+"",n,o,r,l;return{c(){e=T("li"),n=Be(t),c(e,"tabindex","0"),c(e,"role","menuitem"),c(e,"aria-label",o=U("menu_copy_video_link_with_timestamp")),c(e,"class","svelte-1vzqlps")},m(a,s){w(a,e,s),m(e,n),r||(l=[pe(e,"click",lt(i[41])),pe(e,"keydown",i[28])],r=!0)},p:me,d(a){a&&k(e),r=!1,et(l)}}}function jf(i){let e,t=U("menu_pip")+"",n,o,r,l;return{c(){e=T("li"),n=Be(t),c(e,"tabindex","0"),c(e,"role","menuitem"),c(e,"aria-label",o=U("menu_pip")),c(e,"class","svelte-1vzqlps")},m(a,s){w(a,e,s),m(e,n),r||(l=[pe(e,"click",lt(i[23])),pe(e,"keydown",i[29])],r=!0)},p:me,d(a){a&&k(e),r=!1,et(l)}}}function A_(i){let e=U("menu_video_loop_on")+"",t;return{c(){t=Be(e)},m(n,o){w(n,t,o)},p:me,d(n){n&&k(t)}}}function V_(i){let e=U("menu_video_loop_off")+"",t;return{c(){t=Be(e)},m(n,o){w(n,t,o)},p:me,d(n){n&&k(t)}}}function L_(i){let e,t=U("menu_video_rotate")+"",n,o,r,l;return{c(){e=T("li"),n=Be(t),c(e,"tabindex","0"),c(e,"role","menuitem"),c(e,"aria-label",o=U("aria_label_menu_rotate")),c(e,"class","svelte-1vzqlps")},m(a,s){w(a,e,s),m(e,n),r||(l=[pe(e,"click",lt(i[19])),pe(e,"keydown",i[30])],r=!0)},p:me,d(a){a&&k(e),r=!1,et(l)}}}function Qf(i){let e,t=U("menu_report")+"",n,o,r,l;return{c(){e=T("li"),n=Be(t),c(e,"tabindex","0"),c(e,"role","menuitem"),c(e,"aria-label",o=`${U("menu_report")}. ${U("aria_label_new_tab_alert")}`),c(e,"class","svelte-1vzqlps")},m(a,s){w(a,e,s),m(e,n),r||(l=[pe(e,"click",lt(i[20])),pe(e,"keydown",i[31])],r=!0)},p:me,d(a){a&&k(e),r=!1,et(l)}}}function B_(i){let e,t=i[1]&&Wf(i);return{c(){t&&t.c(),e=nt()},m(n,o){t&&t.m(n,o),w(n,e,o)},p(n,o){n[1]?t?t.p(n,o):(t=Wf(n),t.c(),t.m(e.parentNode,e)):t&&(t.d(1),t=null)},i:me,o:me,d(n){n&&k(e),t&&t.d(n)}}}function R_(i,e,t){let n,o,r,l,a,s,{visible:u=!1}=e,{supportLink:f}=e,{position:p={top:0,left:0}}=e,{playerContainerRef:h=void 0}=e,{controlsContainerRef:y=void 0}=e,{menuElementRef:b=void 0}=e,{returnFocus:P}=e,C=0,M=0,S=$e(),v=Vt(),E=S.ui.contextMenu.visible$,G=S.ui.debugPanelVisible;F(i,G,le=>t(8,s=le));let W=S.webApi.pictureInPictureApi,K=S.webApi.pictureInPictureApi?.info.isActive$;F(i,K,le=>t(7,a=le));let re=S.state.chromecastState$;F(i,re,le=>t(6,l=le));let te=S.state.isLive$;F(i,te,le=>t(5,r=le));let I=S.state.positionExact$;F(i,I,le=>t(43,n=le));let Y=S.state.isInteractive,X=S.state.looped$;F(i,X,le=>t(4,o=le));let $=()=>{E.set(!1)},x=(le,oe)=>{if(!b||!h||!y)return;let Ce=b.getBoundingClientRect(),fe=h.getBoundingClientRect();t(2,C=le-fe.left),t(3,M=oe-fe.top),C+Ce.width>fe.width&&t(2,C=fe.width-Ce.width),M+Ce.height>fe.height&&t(3,M=fe.height-Ce.height),t(2,C=Math.max(C,0)),t(3,M=Math.max(M,0))},D=()=>{$(),S.actions.internal.videoRotate()},j=()=>{window.open(f,"_blank"),$(),S.actions.internal.pause()},V=()=>{let le=S.actions.internal.getDebugTextData();if(v.features.saveDebugInfoToFile){let oe=new Blob([...le],{type:"plain/text"}),Ce=window.URL.createObjectURL(oe);Yl(Ce,"vk_player_debug_info","txt")}else kl(S.actions.internal.getDebugTextData());$(),P?.()},Q=()=>{G.set(!0),$(),P?.()},De=async()=>{try{W?.isActive()?await W?.remove():await W?.request()}finally{$(),P?.()}},We=()=>{S.actions.internal.setLooped(!o),$()},qe=(le=!1)=>{if(S.callbacks?.onCopyVideoLink){let oe=S.callbacks?.onCopyVideoLink(le,n);oe&&kl(oe)}$()},Ze=le=>{ur(le,$)},Ae=le=>{ji(le,()=>qe())},ye=le=>{ji(le,()=>qe(!0))},J=le=>{ji(le,()=>De())},ke=le=>{ji(le,()=>D())},Fe=le=>{ji(le,()=>j())},Ye=le=>{ji(le,()=>V())},Je=le=>{ji(le,()=>Q())};function he(le){gn.call(this,i,le)}let Ve=()=>qe(),ze=()=>qe(!0);function tt(le){_e[le?"unshift":"push"](()=>{b=le,t(0,b)})}return i.$$set=le=>{"visible"in le&&t(1,u=le.visible),"supportLink"in le&&t(34,f=le.supportLink),"position"in le&&t(35,p=le.position),"playerContainerRef"in le&&t(36,h=le.playerContainerRef),"controlsContainerRef"in le&&t(37,y=le.controlsContainerRef),"menuElementRef"in le&&t(0,b=le.menuElementRef),"returnFocus"in le&&t(38,P=le.returnFocus)},i.$$.update=()=>{if(i.$$.dirty[0]&1|i.$$.dirty[1]&112){e:if(b&&h&&y){let{top:le,left:oe,bottom:Ce,right:fe}=p,Ee=oe??0,je=le??0,rt=b.getBoundingClientRect();(0,Pl.isNullable)(oe)&&!(0,Pl.isNullable)(fe)&&(Ee=fe-rt.width),(0,Pl.isNullable)(le)&&!(0,Pl.isNullable)(Ce)&&(je=Ce-rt.height),Ee=Math.max(Ee,0),je=Math.max(je,0),x(Ee,je)}}},[b,u,C,M,o,r,l,a,s,S,v,G,W,K,re,te,I,Y,X,D,j,V,Q,De,We,qe,Ze,Ae,ye,J,ke,Fe,Ye,Je,f,p,h,y,P,he,Ve,ze,tt]}var qs=class extends z{constructor(e){super(),q(this,e,R_,B_,H,{visible:1,supportLink:34,position:35,playerContainerRef:36,controlsContainerRef:37,menuElementRef:0,returnFocus:38},E_,[-1,-1])}},Yf=qs;var cr=class{constructor(e){this.value=e,this.next=null}};var el=class{constructor(e){this.top=null,this.bottom=null,this.size=0,this.maxSize=e}push(e){let t=new cr(e);this.top?(this.top.next=t,this.top=t):(this.top=t,this.bottom=t),this.size++,this.size>this.maxSize&&this.bottom&&(this.bottom=this.bottom.next)}getValuesFromBottom(){let e=[],t=this.bottom;for(;t;)e.push(t.value),t=t.next;return e}};function D_(i){we(i,"svelte-1ssl9eb",".container.svelte-1ssl9eb{display:inline-block;width:120px;height:16px}canvas.svelte-1ssl9eb{transform:scale(1, -1);margin-top:2px}")}function N_(i){let e,t;return{c(){e=T("div"),t=T("canvas"),c(t,"class","svelte-1ssl9eb"),c(e,"class","container svelte-1ssl9eb")},m(n,o){w(n,e,o),m(e,t),i[3](t)},p:me,i:me,o:me,d(n){n&&k(e),i[3](null)}}}var Us=16,Ks=120,Zf=60;function O_(i,e,t,n,o){o===0&&(o=1),i.fillStyle="#fff",i.fillRect(e,t,n,o)}function F_(i,e,t){let{values:n=[]}=e,o,r,l=Ks/Zf;St(()=>{t(0,o.width=Ks,o),t(0,o.height=Us,o),t(2,r=o.getContext("2d"))});function a(s){_e[s?"unshift":"push"](()=>{o=s,t(0,o)})}return i.$$set=s=>{"values"in s&&t(1,n=s.values)},i.$$.update=()=>{if(i.$$.dirty&6)e:{let s="";if(r){let u=n[0];for(let p=1;p<n.length;p++)n[p]>u&&(u=n[p]);r.clearRect(0,0,Ks,Us);let f=Zf-1;for(let p=n.length-1;p>=0;p--){let h=f*l,y=u>0?Us*(n[p]/u):0;O_(r,h,0,l,y),s=y+" "+s,f--}}}},[o,n,r,a]}var Ws=class extends z{constructor(e){super(),q(this,e,F_,N_,H,{values:1},D_)}},fr=Ws;var Gs=require("@vkontakte/videoplayer-shared");function H_(i){we(i,"svelte-1fypj5i",".container.svelte-1fypj5i.svelte-1fypj5i.svelte-1fypj5i{background:rgba(28, 28, 28, 0.8);border-radius:4px;color:#fff;left:20px;position:absolute;top:45px;min-width:160px;font-size:10px;text-align:left}.container-mobile.svelte-1fypj5i.svelte-1fypj5i.svelte-1fypj5i{top:16px;left:16px}button.svelte-1fypj5i.svelte-1fypj5i.svelte-1fypj5i{position:absolute;right:5px;top:3px;cursor:pointer;outline:0;border:none;background-color:transparent;padding:0;color:#fff}.content.svelte-1fypj5i.svelte-1fypj5i.svelte-1fypj5i{padding:5px}.content.svelte-1fypj5i>div.svelte-1fypj5i>div.svelte-1fypj5i{display:inline-block;text-align:right;width:50px;padding:0 5px}")}function Xf(i){let e,t,n,o,r=i[0].id+"",l;return{c(){e=T("div"),t=T("div"),t.textContent="Video id",n=N(),o=T("span"),l=Be(r),c(t,"class","svelte-1fypj5i"),c(e,"class","svelte-1fypj5i")},m(a,s){w(a,e,s),m(e,t),m(e,n),m(e,o),m(o,l)},p(a,s){s&1&&r!==(r=a[0].id+"")&&Ge(l,r)},d(a){a&&k(e)}}}function Jf(i){let e,t,n,o,r=i[0].provider+"",l;return{c(){e=T("div"),t=T("div"),t.textContent="Provider",n=N(),o=T("span"),l=Be(r),c(t,"class","svelte-1fypj5i"),c(e,"class","svelte-1fypj5i")},m(a,s){w(a,e,s),m(e,t),m(e,n),m(e,o),m(o,l)},p(a,s){s&1&&r!==(r=a[0].provider+"")&&Ge(l,r)},d(a){a&&k(e)}}}function xf(i){let e,t,n,o,r=i[0].viewport+"",l;return{c(){e=T("div"),t=T("div"),t.textContent="Viewport",n=N(),o=T("span"),l=Be(r),c(t,"class","svelte-1fypj5i"),c(e,"class","svelte-1fypj5i")},m(a,s){w(a,e,s),m(e,t),m(e,n),m(e,o),m(o,l)},p(a,s){s&1&&r!==(r=a[0].viewport+"")&&Ge(l,r)},d(a){a&&k(e)}}}function $f(i){let e,t,n,o,r=i[0].videoSize+"",l;return{c(){e=T("div"),t=T("div"),t.textContent="Video size",n=N(),o=T("span"),l=Be(r),c(t,"class","svelte-1fypj5i"),c(e,"class","svelte-1fypj5i")},m(a,s){w(a,e,s),m(e,t),m(e,n),m(e,o),m(o,l)},p(a,s){s&1&&r!==(r=a[0].videoSize+"")&&Ge(l,r)},d(a){a&&k(e)}}}function e1(i){let e,t,n,o,r=i[0].cdn+"",l;return{c(){e=T("div"),t=T("div"),t.textContent="CDN host",n=N(),o=T("span"),l=Be(r),c(t,"class","svelte-1fypj5i"),c(e,"class","svelte-1fypj5i")},m(a,s){w(a,e,s),m(e,t),m(e,n),m(e,o),m(o,l)},p(a,s){s&1&&r!==(r=a[0].cdn+"")&&Ge(l,r)},d(a){a&&k(e)}}}function t1(i){let e,t,n,o,r=i[0].volume+"",l,a;return{c(){e=T("div"),t=T("div"),t.textContent="Volume",n=N(),o=T("span"),l=Be(r),a=Be(" %"),c(t,"class","svelte-1fypj5i"),c(e,"class","svelte-1fypj5i")},m(s,u){w(s,e,u),m(e,t),m(e,n),m(e,o),m(o,l),m(o,a)},p(s,u){u&1&&r!==(r=s[0].volume+"")&&Ge(l,r)},d(s){s&&k(e)}}}function i1(i){let e,t,n,o,r=i[0].buffer.toFixed(2)+"",l,a;return{c(){e=T("div"),t=T("div"),t.textContent="Buffer",n=N(),o=T("span"),l=Be(r),a=Be(" s"),c(t,"class","svelte-1fypj5i"),c(e,"class","svelte-1fypj5i")},m(s,u){w(s,e,u),m(e,t),m(e,n),m(e,o),m(o,l),m(o,a)},p(s,u){u&1&&r!==(r=s[0].buffer.toFixed(2)+"")&&Ge(l,r)},d(s){s&&k(e)}}}function n1(i){let e,t,n,o,r=[{value:i[0].currentVideoSegmentLength,title:"Video"},{value:i[0].currentAudioSegmentLength,title:"Audio"}].filter(r1).map(s1).join(" / ")+"",l;return{c(){e=T("div"),t=T("div"),t.textContent="Segment",n=N(),o=T("span"),l=Be(r),c(t,"class","svelte-1fypj5i"),c(e,"class","svelte-1fypj5i")},m(a,s){w(a,e,s),m(e,t),m(e,n),m(e,o),m(o,l)},p(a,s){s&1&&r!==(r=[{value:a[0].currentVideoSegmentLength,title:"Video"},{value:a[0].currentAudioSegmentLength,title:"Audio"}].filter(r1).map(s1).join(" / ")+"")&&Ge(l,r)},d(a){a&&k(e)}}}function o1(i){let e,t,n,o,r,l,a=i[0].speed.toFixed(2)+"",s,u,f;return o=new fr({props:{values:i[5]}}),{c(){e=T("div"),t=T("div"),t.textContent="Network",n=N(),R(o.$$.fragment),r=N(),l=T("span"),s=Be(a),u=Be(" Kbps"),c(t,"class","svelte-1fypj5i"),c(e,"class","svelte-1fypj5i")},m(p,h){w(p,e,h),m(e,t),m(e,n),L(o,e,null),m(e,r),m(e,l),m(l,s),m(l,u),f=!0},p(p,h){let y={};h&32&&(y.values=p[5]),o.$set(y),(!f||h&1)&&a!==(a=p[0].speed.toFixed(2)+"")&&Ge(s,a)},i(p){f||(d(o.$$.fragment,p),f=!0)},o(p){_(o.$$.fragment,p),f=!1},d(p){p&&k(e),B(o)}}}function l1(i){let e,t,n,o,r,l,a=i[0].bitrate.toFixed(2)+"",s,u,f;return o=new fr({props:{values:i[6]}}),{c(){e=T("div"),t=T("div"),t.textContent="V bitrate",n=N(),R(o.$$.fragment),r=N(),l=T("span"),s=Be(a),u=Be(" Kbps"),c(t,"class","svelte-1fypj5i"),c(e,"class","svelte-1fypj5i")},m(p,h){w(p,e,h),m(e,t),m(e,n),L(o,e,null),m(e,r),m(e,l),m(l,s),m(l,u),f=!0},p(p,h){let y={};h&64&&(y.values=p[6]),o.$set(y),(!f||h&1)&&a!==(a=p[0].bitrate.toFixed(2)+"")&&Ge(s,a)},i(p){f||(d(o.$$.fragment,p),f=!0)},o(p){_(o.$$.fragment,p),f=!1},d(p){p&&k(e),B(o)}}}function z_(i){let e,t,n,o,r,l,a,s,u=i[0].version+"",f,p,h,y,b,P,C,M,S,v,E,G,W,K,re,te,I,Y,X,$,x,D,j,V,Q,De,We,qe,Ze,Ae,ye,J,ke=i[0].id&&Xf(i),Fe=i[0].provider&&Jf(i),Ye=i[0].viewport&&xf(i),Je=i[0].videoSize&&$f(i),he=i[0].cdn&&e1(i),Ve=i[0].volume&&t1(i),ze=i[0].buffer&&i1(i),tt=(i[0].currentVideoSegmentLength||i[0].currentAudioSegmentLength)&&n1(i),le=i[0].speed&&o1(i),oe=i[0].bitrate&&l1(i);return Q=new fr({props:{values:i[4]}}),{c(){e=T("div"),t=T("button"),t.textContent="[x]",n=N(),o=T("div"),r=T("div"),l=T("div"),l.textContent="Version",a=N(),s=T("span"),f=Be(u),p=N(),ke&&ke.c(),h=N(),Fe&&Fe.c(),y=N(),Ye&&Ye.c(),b=N(),Je&&Je.c(),P=N(),he&&he.c(),C=N(),Ve&&Ve.c(),M=N(),ze&&ze.c(),S=N(),tt&&tt.c(),v=N(),E=T("div"),G=T("div"),G.textContent="Dropped",W=N(),K=T("span"),re=Be(i[2]),te=Be(" / "),I=Be(i[1]),Y=Be(" frames"),X=N(),le&&le.c(),$=N(),oe&&oe.c(),x=N(),D=T("div"),j=T("div"),j.textContent="FPS",V=N(),R(Q.$$.fragment),De=N(),We=T("span"),qe=Be(i[3]),c(t,"class","close svelte-1fypj5i"),c(t,"title","\u0437\u0430\u043A\u0440\u044B\u0442\u044C"),c(l,"class","svelte-1fypj5i"),c(r,"class","svelte-1fypj5i"),c(G,"class","svelte-1fypj5i"),c(E,"class","svelte-1fypj5i"),c(j,"class","svelte-1fypj5i"),c(D,"class","svelte-1fypj5i"),c(o,"class","content svelte-1fypj5i"),c(e,"class","container svelte-1fypj5i"),c(e,"role","region"),c(e,"aria-label",Ze=U("aria_label_debug_panel")),O(e,"container-mobile",i[7])},m(Ce,fe){w(Ce,e,fe),m(e,t),m(e,n),m(e,o),m(o,r),m(r,l),m(r,a),m(r,s),m(s,f),m(o,p),ke&&ke.m(o,null),m(o,h),Fe&&Fe.m(o,null),m(o,y),Ye&&Ye.m(o,null),m(o,b),Je&&Je.m(o,null),m(o,P),he&&he.m(o,null),m(o,C),Ve&&Ve.m(o,null),m(o,M),ze&&ze.m(o,null),m(o,S),tt&&tt.m(o,null),m(o,v),m(o,E),m(E,G),m(E,W),m(E,K),m(K,re),m(K,te),m(K,I),m(K,Y),m(o,X),le&&le.m(o,null),m(o,$),oe&&oe.m(o,null),m(o,x),m(o,D),m(D,j),m(D,V),L(Q,D,null),m(D,De),m(D,We),m(We,qe),Ae=!0,ye||(J=pe(t,"click",lt(i[9])),ye=!0)},p(Ce,[fe]){(!Ae||fe&1)&&u!==(u=Ce[0].version+"")&&Ge(f,u),Ce[0].id?ke?ke.p(Ce,fe):(ke=Xf(Ce),ke.c(),ke.m(o,h)):ke&&(ke.d(1),ke=null),Ce[0].provider?Fe?Fe.p(Ce,fe):(Fe=Jf(Ce),Fe.c(),Fe.m(o,y)):Fe&&(Fe.d(1),Fe=null),Ce[0].viewport?Ye?Ye.p(Ce,fe):(Ye=xf(Ce),Ye.c(),Ye.m(o,b)):Ye&&(Ye.d(1),Ye=null),Ce[0].videoSize?Je?Je.p(Ce,fe):(Je=$f(Ce),Je.c(),Je.m(o,P)):Je&&(Je.d(1),Je=null),Ce[0].cdn?he?he.p(Ce,fe):(he=e1(Ce),he.c(),he.m(o,C)):he&&(he.d(1),he=null),Ce[0].volume?Ve?Ve.p(Ce,fe):(Ve=t1(Ce),Ve.c(),Ve.m(o,M)):Ve&&(Ve.d(1),Ve=null),Ce[0].buffer?ze?ze.p(Ce,fe):(ze=i1(Ce),ze.c(),ze.m(o,S)):ze&&(ze.d(1),ze=null),Ce[0].currentVideoSegmentLength||Ce[0].currentAudioSegmentLength?tt?tt.p(Ce,fe):(tt=n1(Ce),tt.c(),tt.m(o,v)):tt&&(tt.d(1),tt=null),(!Ae||fe&4)&&Ge(re,Ce[2]),(!Ae||fe&2)&&Ge(I,Ce[1]),Ce[0].speed?le?(le.p(Ce,fe),fe&1&&d(le,1)):(le=o1(Ce),le.c(),d(le,1),le.m(o,$)):le&&(ue(),_(le,1,1,()=>{le=null}),ce()),Ce[0].bitrate?oe?(oe.p(Ce,fe),fe&1&&d(oe,1)):(oe=l1(Ce),oe.c(),d(oe,1),oe.m(o,x)):oe&&(ue(),_(oe,1,1,()=>{oe=null}),ce());let Ee={};fe&16&&(Ee.values=Ce[4]),Q.$set(Ee),(!Ae||fe&8)&&Ge(qe,Ce[3]),(!Ae||fe&128)&&O(e,"container-mobile",Ce[7])},i(Ce){Ae||(d(le),d(oe),d(Q.$$.fragment,Ce),Ae=!0)},o(Ce){_(le),_(oe),_(Q.$$.fragment,Ce),Ae=!1},d(Ce){Ce&&k(e),ke&&ke.d(),Fe&&Fe.d(),Ye&&Ye.d(),Je&&Je.d(),he&&he.d(),Ve&&Ve.d(),ze&&ze.d(),tt&&tt.d(),le&&le.d(),oe&&oe.d(),B(Q),ye=!1,J()}}}var r1=({value:i})=>i,s1=({value:i,title:e})=>`${e} ${((i??0)/1e3).toFixed(2)} s`;function q_(i,e,t){let n,o=$e(),r=o.ui.debugPanelVisible,l=o.ui.isMobile;F(i,l,v=>t(7,n=v));let a=()=>{Gs.safeStorage.remove(bl),r.set(!1)},s=o.actions.internal.getDebugPanelData(),u=o.actions.internal.getVideoElement(),f=0,p=0,h=0,y=new el(60),b=new el(60),P=new el(60),C=[],M=[],S=[];return St(()=>{Gs.safeStorage.set(bl,"true"),o.actions.internal.startLogging(),u&&(t(2,p=u.getVideoPlaybackQuality().droppedVideoFrames),t(1,f=u.getVideoPlaybackQuality().totalVideoFrames));let v=window.setInterval(()=>{t(0,s=o.actions.internal.getDebugPanelData())},500),E;return u&&(E=window.setInterval(()=>{if(u){t(2,p=u.getVideoPlaybackQuality().droppedVideoFrames);let G=u.getVideoPlaybackQuality().totalVideoFrames;t(3,h=G-f),t(1,f=G),y.push(h),s.speed&&b.push(s.speed),s.bitrate&&P.push(s.bitrate),t(4,C=y.getValuesFromBottom()),t(5,M=b.getValuesFromBottom()),t(6,S=P.getValuesFromBottom())}},1e3)),()=>{o.actions.internal.stopLogging(),clearInterval(v),E&&clearInterval(E)}}),[s,f,p,h,C,M,S,n,l,a]}var js=class extends z{constructor(e){super(),q(this,e,q_,z_,H,{},H_)}},dr=js;function U_(i){we(i,"svelte-1ome55p",".close.svelte-1ome55p{cursor:pointer;opacity:0.8;transition:opacity 0.2s;position:relative;width:16px;height:16px}.close.svelte-1ome55p:hover{opacity:1}.close.svelte-1ome55p:before,.close.svelte-1ome55p:after{position:absolute;left:8px;content:' ';height:16px;width:2px;background-color:var(--white)}.close.svelte-1ome55p:before{transform:rotate(45deg)}.close.svelte-1ome55p:after{transform:rotate(-45deg)}")}function K_(i){let e,t,n;return{c(){e=T("div"),c(e,"class","close svelte-1ome55p")},m(o,r){w(o,e,r),t||(n=pe(e,"click",lt(i[0])),t=!0)},p:me,i:me,o:me,d(o){o&&k(e),t=!1,n()}}}function W_(i){function e(t){gn.call(this,i,t)}return[e]}var Qs=class extends z{constructor(e){super(),q(this,e,W_,K_,H,{},U_)}},a1=Qs;var u1=require("@vkontakte/videoplayer-shared");function G_(i){we(i,"svelte-8jhsry",`.timer.svelte-8jhsry{border-radius:50%;transition:background .2s;background:rgba(31, 31, 31, .65);width:50px;height:50px;display:flex;align-items:center;justify-content:space-around}.timer.svelte-8jhsry:hover{background:rgba(31, 31, 31, .85)
|
|
25
|
+
}.timer-canvas.svelte-8jhsry{width:50px;height:50px;position:absolute}.timer-play-icon.svelte-8jhsry{width:22px;height:26px}`)}function j_(i){let e,t,n,o,r,l,a;return{c(){e=T("div"),t=T("canvas"),n=N(),o=A("svg"),r=A("g"),l=A("g"),a=A("path"),c(t,"class","timer-canvas svelte-8jhsry"),c(t,"width","100"),c(t,"height","100"),c(a,"class","_play"),c(a,"d","m8.13340613 5.10548415 10.49681277 6.24354325c.3559987.2117494.472936.6720001.2611866 1.0279989-.0638111.1072809-.1533894.1969388-.2606135.2608453l-10.4968128 6.256187c-.35581027.2120659-.81616483.095538-1.02823068-.2602722-.06921066-.1161237-.10574852-.2487949-.10574852-.3839792v-12.49973035c0-.41421357.33578644-.75.75-.75.13495801 0 .26741554.03641567.38340613.1054073z"),c(a,"fill","#fff"),c(l,"fill-rule","nonzero"),c(r,"fill","none"),c(r,"fill-rule","evenodd"),c(o,"class","timer-play-icon svelte-8jhsry"),c(o,"viewBox","0 0 24 24"),c(o,"xmlns","http://www.w3.org/2000/svg"),c(e,"class","timer svelte-8jhsry")},m(s,u){w(s,e,u),m(e,t),i[2](t),m(e,n),m(e,o),m(o,r),m(r,l),m(l,a)},p:me,i:me,o:me,d(s){s&&k(e),i[2](null)}}}var Q_=5e3;function Y_(i,e,t){let{onTimerEnded:n=u1.noop}=e,o;St(()=>{let l,a=o.getContext("2d");if(!a)return;a.lineWidth=6,a.lineCap="round",a.strokeStyle="#fff";let s=Date.now(),u=()=>{let f=(Date.now()-s)/Q_;f<1?(a.clearRect(0,0,100,100),a.beginPath(),a.arc(50,50,47,-Math.PI/2,-Math.PI/2+Math.PI*2*f),a.stroke(),l=requestAnimationFrame(u)):n()};return l=requestAnimationFrame(u),()=>{cancelAnimationFrame(l)}});function r(l){_e[l?"unshift":"push"](()=>{o=l,t(0,o)})}return i.$$set=l=>{"onTimerEnded"in l&&t(1,n=l.onTimerEnded)},[o,n,r]}var Ys=class extends z{constructor(e){super(),q(this,e,Y_,j_,H,{onTimerEnded:1},G_)}},c1=Ys;function Z_(i){we(i,"svelte-kisfwc",".overlay.svelte-kisfwc{width:100%;height:100%;background:rgba(0, 0, 0, 0.72);position:absolute}.next-video.svelte-kisfwc{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;width:362px;flex-direction:column}.top.svelte-kisfwc{display:flex;justify-content:space-between}.caption.svelte-kisfwc{font-size:11px;font-weight:bold;color:var(--white);text-transform:uppercase;opacity:0.8}.row.svelte-kisfwc{height:102px;background:rgba(48, 48, 48, .8);cursor:pointer;margin-top:6px;display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.column.svelte-kisfwc{display:flex;flex-direction:column;flex-basis:50%}.thumb.svelte-kisfwc{width:100%;height:100%;background:no-repeat center;background-size:cover;display:flex;align-items:center;position:relative;justify-content:space-around}.thumb-overlay.svelte-kisfwc{width:100%;height:100%;background:var(--black);opacity:0.3;position:absolute}.title.svelte-kisfwc{padding:10px 16px;font-size:12px;font-weight:bold;color:var(--white);line-height:1.6;max-height:52px;overflow:hidden}")}function f1(i){let e,t;return e=new c1({props:{onTimerEnded:i[2]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o&4&&(r.onTimerEnded=n[2]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function X_(i){let e,t,n,o,r,l,a,s,u,f,p,h,y,b,P,C,M,S,v,E,G;a=new a1({}),a.$on("click",i[4]);let W=i[3]&&f1(i);return{c(){e=T("div"),t=N(),n=T("div"),o=T("div"),r=T("div"),r.textContent="\u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0435 \u0432\u0438\u0434\u0435\u043E",l=N(),R(a.$$.fragment),s=N(),u=T("div"),f=T("div"),p=T("div"),h=T("div"),y=N(),W&&W.c(),P=N(),C=T("div"),M=T("div"),S=Be(i[0]),c(e,"class","overlay svelte-kisfwc"),c(r,"class","caption svelte-kisfwc"),c(o,"class","top svelte-kisfwc"),c(h,"class","thumb-overlay svelte-kisfwc"),c(p,"class","thumb svelte-kisfwc"),c(p,"style",b=`background-image: url('${i[1]}')`),c(f,"class","column svelte-kisfwc"),c(M,"class","title svelte-kisfwc"),c(C,"class","column svelte-kisfwc"),c(u,"class","row svelte-kisfwc"),c(n,"class","next-video svelte-kisfwc")},m(K,re){w(K,e,re),w(K,t,re),w(K,n,re),m(n,o),m(o,r),m(o,l),L(a,o,null),m(n,s),m(n,u),m(u,f),m(f,p),m(p,h),m(p,y),W&&W.m(p,null),m(u,P),m(u,C),m(C,M),m(M,S),v=!0,E||(G=pe(u,"click",function(){bi(i[2])&&i[2].apply(this,arguments)}),E=!0)},p(K,[re]){i=K,i[3]?W?(W.p(i,re),re&8&&d(W,1)):(W=f1(i),W.c(),d(W,1),W.m(p,null)):W&&(ue(),_(W,1,1,()=>{W=null}),ce()),(!v||re&2&&b!==(b=`background-image: url('${i[1]}')`))&&c(p,"style",b),(!v||re&1)&&Ge(S,i[0])},i(K){v||(d(a.$$.fragment,K),d(W),v=!0)},o(K){_(a.$$.fragment,K),_(W),v=!1},d(K){K&&(k(e),k(t),k(n)),B(a),W&&W.d(),E=!1,G()}}}function J_(i,e,t){let{title:n}=e,{thumb:o}=e,{playNextVideo:r}=e,l=!0,a=()=>t(3,l=!1);return i.$$set=s=>{"title"in s&&t(0,n=s.title),"thumb"in s&&t(1,o=s.thumb),"playNextVideo"in s&&t(2,r=s.playNextVideo)},[n,o,r,l,a]}var Zs=class extends z{constructor(e){super(),q(this,e,J_,X_,H,{title:0,thumb:1,playNextVideo:2},Z_)}},d1=Zs;var uo=require("@vkontakte/videoplayer-core"),m1=require("@vkontakte/videoplayer-shared"),un=require("@vkontakte/videoplayer-statistics");var Xs=(i,e)=>Math.min(+(i+e).toFixed(2),1),Js=(i,e)=>Math.max(+(i-e).toFixed(2),0),mr=(i,e,t)=>{let n=Xs(e,t);e<1&&i.actions.internal.setVolume(n)},pr=(i,e,t)=>{let n=Js(e,t);e>0&&i.actions.internal.setVolume(n)};var ao=({isAudioDisabled:i,audioDisabledHintCallback:e,isAudioAvailable:t,audioIsNotExistHintCallback:n})=>i?(e?.(),!1):t?!0:(n?.(),!1);function $_(i){we(i,"svelte-10kkmxz",".keyboard-controls.svelte-10kkmxz{position:absolute;left:0;right:0;top:0;bottom:0}")}function eh(i){let e,t,n,o,r,l=i[26].default,a=Se(l,i,i[25],null);return{c(){e=T("div"),a&&a.c(),c(e,"class","keyboard-controls svelte-10kkmxz"),c(e,"tabindex","-1"),c(e,"role","region"),c(e,"aria-label",t=U("aria_label_video_player"))},m(s,u){w(s,e,u),a&&a.m(e,null),i[27](e),n=!0,o||(r=[pe(e,"keyup",i[17]),pe(e,"keydown",i[16])],o=!0)},p(s,u){a&&a.p&&(!n||u[0]&33554432)&&Ie(a,l,s,s[25],n?Pe(l,s[25],u,null):Te(s[25]),null)},i(s){n||(d(a,s),n=!0)},o(s){_(a,s),n=!1},d(s){s&&k(e),a&&a.d(s),i[27](null),o=!1,et(r)}}}function th(i,e,t){let n,o,r,l,a,s,u,f,p,h,y,b,P,C,M,{$$slots:S={},$$scope:v}=e,{isAds:E}=e,{hideContextMenu:G}=e,{toggleFullscreen:W}=e,{showHotKeyHelpers:K}=e,{showKeyMap:re}=e,{fakePlayButtonHandler:te}=e,I=$e(),Y=Vt(),X=I.getLogger().createComponentLog("KeyboardControls component"),$=I.state.playbackState$;F(i,$,de=>t(31,o=de));let x=I.ads.playbackState;F(i,x,de=>t(30,n=de));let D=I.state.positionExact$;F(i,D,de=>t(41,b=de));let j=I.state.duration$;F(i,j,de=>t(40,y=de));let V=I.state.volume$;F(i,V,de=>t(44,M=de));let Q=I.ui.controls.disabledControls$;F(i,Q,de=>t(39,h=de));let De=I.state.muted$;F(i,De,de=>t(34,a=de));let We=I.state.currentSubtitle$;F(i,We,de=>t(33,l=de));let qe=I.state.currentPlaybackRate$;F(i,qe,de=>t(42,P=de));let Ze=I.state.availablePlaybackRates$;F(i,Ze,de=>t(43,C=de));let Ae=I.ui.contextMenu.openedByHotKey$,ye=I.ui.contextMenu.lastActiveElem$,J=I.ui.contextMenu.visible$,ke=I.ui.contextMenu.position$,Fe=I.state.isEnded$;F(i,Fe,de=>t(36,u=de));let Ye=I.ui.overlayContainer$;F(i,Ye,de=>t(32,r=de));let Je=I.callbacks?.onAudioDoesNotExistHint,he=I.callbacks?.onAudioDisabledHint,Ve=I.state.isAudioAvailable$;F(i,Ve,de=>t(35,s=de));let ze=I.state.isAudioDisabled,tt=I.state.isInteractiveTime$;F(i,tt,de=>t(38,p=de));let{showInteractiveTimeIndicatorTooltip$:le}=Sn();F(i,le,de=>t(37,f=de));let oe=0,Ce=!0,fe,Ee=()=>fe?.focus(),je=de=>(de!==Ce&&(Ce=de,oe=0),oe+=1,(Y.controls.seekStepKeyboard+Y.controls.seekStepKeyboard*oe)/1e3),rt=de=>{let ct=de.target,It=ct?.getAttribute("role")?.includes("menuitem"),_t=ct.classList.contains("btn"),yt=de.code;if(_t&&yt==="Space")return;let Lt=Xc.has(yt);if(It&&Lt)return;let Ue=!Zc.has(yt);if(de.ctrlKey&&Ue||de.altKey&&Ue||de.metaKey)return;let Qt=It&&yt==="Escape";Jc.has(yt)||Qt||G();let ve=o===uo.PlaybackState.PLAYING||o===uo.PlaybackState.PAUSED,bt=E&&(n==="paused"||n==="playing"),Tt=!bt&&!h.has("TIMELINE");if(ve||bt)switch(X({message:`key down, code: ${yt}`}),yt){case"KeyJ":case"ArrowLeft":{if(!Tt)break;if(de.ctrlKey||de.altKey){let Xe=I.actions.internal.getPrevEpisode();I.actions.internal.seekToPrevEpisode(Xe),Xe&&K({type:"EPISODE_PREV",text:Xe.text}),de.preventDefault()}else{let Xe=de.shiftKey?je(!1):Y.controls.seekStepKeyboard/1e3,at=Math.max(b-Xe,0);b>0&&(I.actions.internal.seekTime(at,un.SeekAction.DOUBLE_TAP),K({type:"BACKWARD_SEEK",text:Xe.toString()}),de.preventDefault())}break}case"KeyL":case"ArrowRight":{if(!Tt)break;if(de.ctrlKey||de.altKey){let Xe=I.actions.internal.getNextEpisode();I.actions.internal.seekToNextEpisode(Xe),Xe&&K({type:"EPISODE_NEXT",text:Xe.text}),de.preventDefault()}else{let Xe=de.shiftKey?je(!0):Y.controls.seekStepKeyboard/1e3,at=Math.min(b+Xe,y);Math.round(b)<Math.round(y)&&(I.actions.internal.seekTime(at,un.SeekAction.DOUBLE_TAP),K({type:"FORWARD_SEEK",text:Xe.toString()}),de.preventDefault())}break}case"ArrowUp":{if(ao({isAudioDisabled:ze,audioDisabledHintCallback:he,isAudioAvailable:s,audioIsNotExistHintCallback:Je})){let Xe=M,at=Y.controls.volumeStepKeyboard,kt=Xe<=1;if(mr(I,Xe,at),kt){let Et=Math.round(Xs(Xe,at)*100).toString();K({type:"VOLUME",t:{key:"hotkey_helper_current_volume",value:Et}})}}de.preventDefault();break}case"ArrowDown":{if(ao({isAudioDisabled:ze,audioDisabledHintCallback:he,isAudioAvailable:s,audioIsNotExistHintCallback:Je})){let Xe=M,at=Y.controls.volumeStepKeyboard,kt=Xe>=0;if(pr(I,Xe,at),kt){let Et=Math.round(Js(Xe,at)*100).toString();K({type:"VOLUME",t:{key:"hotkey_helper_current_volume",value:Et}})}}de.preventDefault();break}case"Comma":{if(de.shiftKey){I.actions.internal.decrementPlaybackRate();let Xe=C.find(at=>at.value===P);K({type:"RATE_DOWN",text:Xe?.displayValue}),de.preventDefault()}else{if(bt||o!==uo.PlaybackState.PAUSED)break;let Xe=Math.max(b-Y.controls.seekStepFrame/1e3,0);b>0&&(K({type:"BACKWARD_SEEK"}),I.actions.internal.clearDelayedBufferingCheckTimeout(),I.actions.internal.seekTime(Xe,un.SeekAction.DOUBLE_TAP),de.preventDefault())}break}case"Period":{if(de.shiftKey){I.actions.internal.incrementPlaybackRate();let Xe=C.find(at=>at.value===P);K({type:"RATE_UP",text:Xe?.displayValue}),de.preventDefault()}else{if(bt||o!==uo.PlaybackState.PAUSED)break;let Xe=Math.min(b+Y.controls.seekStepFrame/1e3,y);b<y&&(K({type:"FORWARD_SEEK"}),I.actions.internal.clearDelayedBufferingCheckTimeout(),I.actions.internal.seekTime(Xe,un.SeekAction.DOUBLE_TAP),de.preventDefault())}break}case"KeyK":case"Space":if(!h.has("PLAY_BUTTON"))if(p&&f&&le.set(!1),te)te();else{I.actions.internal.togglePlay();let Xe="PLAY";o===uo.PlaybackState.PAUSED?Xe="PAUSE":u&&(Xe="REPLAY"),K({type:Xe})}de.preventDefault();break;case"KeyM":{ao({isAudioDisabled:ze,audioDisabledHintCallback:he,isAudioAvailable:s,audioIsNotExistHintCallback:Je})&&(K({type:a?"VOLUME":"MUTE"}),I.actions.internal.toggleMuted()),de.preventDefault();break}case"KeyF":W(),de.preventDefault();break;case"KeyC":I.actions.internal.toggleSubtitle(),l.value!=="off"?K({type:"SUBTITLES_ON",text:l?.displayValue}):K({type:"SUBTITLES_OFF"}),de.preventDefault();break;case"KeyI":I.actions.internal.togglePictureInPicture(),de.preventDefault();break;case"Digit1":case"Numpad1":if(de.shiftKey){let Xe=Kf(r);ke.set(Xe),ye.set(ct),Ae.set(!0),J.set(!0),de.preventDefault();break}K(),I.actions.internal.seekToPercent(.1,un.SeekAction.DOUBLE_TAP),de.preventDefault();break;case"Digit2":case"Numpad2":K(),I.actions.internal.seekToPercent(.2,un.SeekAction.DOUBLE_TAP),de.preventDefault();break;case"Digit3":case"Numpad3":K(),I.actions.internal.seekToPercent(.3,un.SeekAction.DOUBLE_TAP),de.preventDefault();break;case"Digit4":case"Numpad4":K(),I.actions.internal.seekToPercent(.4,un.SeekAction.DOUBLE_TAP),de.preventDefault();break;case"Digit5":case"Numpad5":K(),I.actions.internal.seekToPercent(.5,un.SeekAction.DOUBLE_TAP),de.preventDefault();break;case"Digit6":case"Numpad6":K(),I.actions.internal.seekToPercent(.6,un.SeekAction.DOUBLE_TAP),de.preventDefault();break;case"Digit7":case"Numpad7":K(),I.actions.internal.seekToPercent(.7,un.SeekAction.DOUBLE_TAP),de.preventDefault();break;case"Digit8":case"Numpad8":K(),I.actions.internal.seekToPercent(.8,un.SeekAction.DOUBLE_TAP),de.preventDefault();break;case"Digit9":case"Numpad9":K(),I.actions.internal.seekToPercent(.9,un.SeekAction.DOUBLE_TAP),de.preventDefault();break;case"Digit0":case"Numpad0":K(),I.actions.internal.seekToPercent(0,un.SeekAction.DOUBLE_TAP),de.preventDefault();break;case"Slash":{de.shiftKey&&Y.features.hotKeyMapModal&&(re(),de.preventDefault());break}case"ShiftLeft":case"ShiftRight":de.preventDefault();break;case"Tab":case"Escape":case"Enter":break;default:(0,m1.checkNever)(yt);break}},dt=de=>{let ct=de.code;if(de.ctrlKey||de.altKey||de.metaKey)return;let It=o===uo.PlaybackState.PLAYING||o===uo.PlaybackState.PAUSED,_t=E&&(n==="paused"||n==="playing");if(It||_t)switch(ct){case"ShiftLeft":case"ShiftRight":oe=0;break}};function st(de){_e[de?"unshift":"push"](()=>{fe=de,t(0,fe)})}return i.$$set=de=>{"isAds"in de&&t(18,E=de.isAds),"hideContextMenu"in de&&t(19,G=de.hideContextMenu),"toggleFullscreen"in de&&t(20,W=de.toggleFullscreen),"showHotKeyHelpers"in de&&t(21,K=de.showHotKeyHelpers),"showKeyMap"in de&&t(22,re=de.showKeyMap),"fakePlayButtonHandler"in de&&t(23,te=de.fakePlayButtonHandler),"$$scope"in de&&t(25,v=de.$$scope)},[fe,$,x,D,j,V,Q,De,We,qe,Ze,Fe,Ye,Ve,tt,le,rt,dt,E,G,W,K,re,te,Ee,v,S,st]}var xs=class extends z{constructor(e){super(),q(this,e,th,eh,H,{isAds:18,hideContextMenu:19,toggleFullscreen:20,showHotKeyHelpers:21,showKeyMap:22,fakePlayButtonHandler:23,focus:24},$_,[-1,-1])}get focus(){return this.$$.ctx[24]}},p1=xs;function ih(i){we(i,"svelte-8nkw5s",".container.svelte-8nkw5s.svelte-8nkw5s{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none;display:flex}.dot.svelte-8nkw5s.svelte-8nkw5s:nth-child(1){animation-delay:calc(0 * 180ms)}.dot.svelte-8nkw5s.svelte-8nkw5s:nth-child(2){animation-delay:calc(1 * 180ms)}.dot.svelte-8nkw5s.svelte-8nkw5s:nth-child(3){animation-delay:calc(2 * 180ms)}@keyframes svelte-8nkw5s-dot_animation{0%{opacity:0.2}30%{opacity:1}100%{opacity:0.2}}.dot.svelte-8nkw5s.svelte-8nkw5s{border-radius:4px;width:8px;height:8px;background:var(--white);animation-duration:750ms;animation-name:svelte-8nkw5s-dot_animation;animation-iteration-count:infinite}.dot.svelte-8nkw5s+.dot.svelte-8nkw5s{margin-left:4px}")}function nh(i){let e;return{c(){e=T("div"),e.innerHTML='<div class="dot svelte-8nkw5s"></div> <div class="dot svelte-8nkw5s"></div> <div class="dot svelte-8nkw5s"></div>',c(e,"class","container svelte-8nkw5s")},m(t,n){w(t,e,n)},p:me,i:me,o:me,d(t){t&&k(e)}}}var $s=class extends z{constructor(e){super(),q(this,e,null,nh,H,{},ih)}},_r=$s;function oh(i){let e,t,n,o,r,l,a,s,u,f,p,h,y,b,P=i[2].default,C=Se(P,i,i[1],null),M=[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"cross-icon"},{role:"img"},i[0]],S={};for(let v=0;v<M.length;v+=1)S=ne(S,M[v]);return{c(){e=A("svg"),C&&C.c(),t=A("g"),n=A("path"),o=A("path"),r=A("defs"),l=A("filter"),a=A("feFlood"),s=A("feColorMatrix"),u=A("feOffset"),f=A("feGaussianBlur"),p=A("feColorMatrix"),h=A("feBlend"),y=A("feBlend"),c(n,"fill","#fff"),c(n,"d","M7.536 6.264a.9.9 0 0 0-1.272 1.272L10.727 12l-4.463 4.464a.9.9 0 0 0 1.272 1.272L12 13.273l4.464 4.463a.9.9 0 1 0 1.272-1.272L13.273 12l4.463-4.464a.9.9 0 1 0-1.272-1.272L12 10.727z"),c(o,"stroke","#000"),c(o,"stroke-opacity",".12"),c(o,"stroke-width",".5"),c(o,"d","M7.713 6.087a1.15 1.15 0 1 0-1.626 1.626L10.374 12l-4.287 4.287a1.15 1.15 0 0 0 1.626 1.626L12 13.626l4.287 4.287a1.15 1.15 0 0 0 1.626-1.626L13.626 12l4.287-4.287a1.15 1.15 0 1 0-1.626-1.626L12 10.374z"),c(t,"filter","url(#a)"),c(a,"flood-opacity","0"),c(a,"result","BackgroundImageFix"),c(s,"in","SourceAlpha"),c(s,"result","hardAlpha"),c(s,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"),c(f,"stdDeviation","2.5"),c(p,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"),c(h,"in2","BackgroundImageFix"),c(h,"result","effect1_dropShadow_2422_111980"),c(y,"in","SourceGraphic"),c(y,"in2","effect1_dropShadow_2422_111980"),c(y,"result","shape"),c(l,"id","a"),c(l,"width","23"),c(l,"height","23"),c(l,"x",".5"),c(l,"y",".5"),c(l,"color-interpolation-filters","sRGB"),c(l,"filterUnits","userSpaceOnUse"),be(e,S)},m(v,E){w(v,e,E),C&&C.m(e,null),m(e,t),m(t,n),m(t,o),m(e,r),m(r,l),m(l,a),m(l,s),m(l,u),m(l,f),m(l,p),m(l,h),m(l,y),b=!0},p(v,[E]){C&&C.p&&(!b||E&2)&&Ie(C,P,v,v[1],b?Pe(P,v[1],E,null):Te(v[1]),null),be(e,S=Le(M,[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"cross-icon"},{role:"img"},E&1&&v[0]]))},i(v){b||(d(C,v),b=!0)},o(v){_(C,v),b=!1},d(v){v&&k(e),C&&C.d(v)}}}function lh(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var ea=class extends z{constructor(e){super(),q(this,e,lh,oh,H,{})}},_1=ea;var Un=require("@vkontakte/videoplayer-shared");function rh(i){we(i,"svelte-1anemql",".btn.svelte-1anemql{padding:8px;margin:0;height:var(--controls-height);display:flex;flex-direction:row;align-items:center}.w-max.svelte-1anemql{width:100%}.btn--live.svelte-1anemql{padding:10px 4px}.btn-m.svelte-1anemql{position:absolute;left:12px;top:50%;transform:translateY(-50%);height:44px;width:44px;border-radius:12px;background-color:rgba(0, 0, 0, 0.56);transition:opacity var(--controls-transition-duration);display:flex;align-items:center;justify-content:center}.btn-m--play.svelte-1anemql{width:var(--big-play-size);height:var(--big-play-size);display:flex;align-items:center;justify-content:center;position:relative;padding:16px}.btn.svelte-1anemql:disabled{cursor:default;pointer-events:none}.btn.svelte-1anemql:not(.btn-full-opacity):disabled{opacity:0.4}.btn.svelte-1anemql:not(:disabled):hover{opacity:0.8}.pr-0.svelte-1anemql{padding-right:0}.pl-0.svelte-1anemql{padding-left:0}")}function sh(i){let e,t,n,o,r,l,a,s,u,f,p,h,y=i[14].default,b=Se(y,i,i[13],null);return{c(){e=T("button"),b&&b.c(),c(e,"class",t="btn "+i[1]+" svelte-1anemql"),c(e,"style",n=i[2]||null),e.disabled=o=i[3]??null,c(e,"aria-hidden",r=i[5]??null),c(e,"aria-label",l=i[6]??null),c(e,"aria-keyshortcuts",a=i[7]??null),c(e,"aria-expanded",s=i[8]??null),c(e,"data-testid",u=i[4]??null),c(e,"tabindex",i[9])},m(P,C){w(P,e,C),b&&b.m(e,null),i[16](e),f=!0,p||(h=[pe(e,"pointerdown",lt(Ct(i[15]))),pe(e,"click",lt(Ct(function(){bi(i[10]===Un.noop?null:i[10])&&(i[10]===Un.noop?null:i[10]).apply(this,arguments)}))),pe(e,"focus",Ct(function(){bi(i[11]===Un.noop?null:i[11])&&(i[11]===Un.noop?null:i[11]).apply(this,arguments)})),pe(e,"blur",Ct(function(){bi(i[12]===Un.noop?null:i[12])&&(i[12]===Un.noop?null:i[12]).apply(this,arguments)}))],p=!0)},p(P,[C]){i=P,b&&b.p&&(!f||C&8192)&&Ie(b,y,i,i[13],f?Pe(y,i[13],C,null):Te(i[13]),null),(!f||C&2&&t!==(t="btn "+i[1]+" svelte-1anemql"))&&c(e,"class",t),(!f||C&4&&n!==(n=i[2]||null))&&c(e,"style",n),(!f||C&8&&o!==(o=i[3]??null))&&(e.disabled=o),(!f||C&32&&r!==(r=i[5]??null))&&c(e,"aria-hidden",r),(!f||C&64&&l!==(l=i[6]??null))&&c(e,"aria-label",l),(!f||C&128&&a!==(a=i[7]??null))&&c(e,"aria-keyshortcuts",a),(!f||C&256&&s!==(s=i[8]??null))&&c(e,"aria-expanded",s),(!f||C&16&&u!==(u=i[4]??null))&&c(e,"data-testid",u),(!f||C&512)&&c(e,"tabindex",i[9])},i(P){f||(d(b,P),f=!0)},o(P){_(b,P),f=!1},d(P){P&&k(e),b&&b.d(P),i[16](null),p=!1,et(h)}}}function ah(i,e,t){let{$$slots:n={},$$scope:o}=e,{className:r=""}=e,{style:l=""}=e,{disabled:a=void 0}=e,{testId:s=void 0}=e,{ariaHidden:u=void 0}=e,{ariaLabel:f=void 0}=e,{ref:p=void 0}=e,{ariaKeyShortCut:h=void 0}=e,{ariaExpanded:y=void 0}=e,{tabIndex:b=0}=e,{click:P=Un.noop}=e,{focus:C=Un.noop}=e,{blur:M=Un.noop}=e;function S(E){gn.call(this,i,E)}function v(E){_e[E?"unshift":"push"](()=>{p=E,t(0,p)})}return i.$$set=E=>{"className"in E&&t(1,r=E.className),"style"in E&&t(2,l=E.style),"disabled"in E&&t(3,a=E.disabled),"testId"in E&&t(4,s=E.testId),"ariaHidden"in E&&t(5,u=E.ariaHidden),"ariaLabel"in E&&t(6,f=E.ariaLabel),"ref"in E&&t(0,p=E.ref),"ariaKeyShortCut"in E&&t(7,h=E.ariaKeyShortCut),"ariaExpanded"in E&&t(8,y=E.ariaExpanded),"tabIndex"in E&&t(9,b=E.tabIndex),"click"in E&&t(10,P=E.click),"focus"in E&&t(11,C=E.focus),"blur"in E&&t(12,M=E.blur),"$$scope"in E&&t(13,o=E.$$scope)},[p,r,l,a,s,u,f,h,y,b,P,C,M,o,n,S,v]}var ta=class extends z{constructor(e){super(),q(this,e,ah,sh,H,{className:1,style:2,disabled:3,testId:4,ariaHidden:5,ariaLabel:6,ref:0,ariaKeyShortCut:7,ariaExpanded:8,tabIndex:9,click:10,focus:11,blur:12},rh)}},mt=ta;function uh(i){we(i,"svelte-1witlsj",".modal-overlay.svelte-1witlsj{position:absolute;top:0;bottom:0;left:0;right:0;background:transparent;display:flex;align-items:center;justify-content:center}.modal-container.svelte-1witlsj{display:flex;flex-direction:column;width:calc(100% - 32px);max-width:600px;height:calc(100% - 24px);max-height:490px;background:var(--mobile-settings-bg);color:var(--white);border-radius:8px}.modal-header.svelte-1witlsj{box-sizing:border-box;display:flex;justify-content:space-between;align-items:start;height:40px;padding:8px 10px;border-bottom:1px solid var(--white-alpha-24)}.modal-title.svelte-1witlsj{margin:3px 0 0 6px;color:var(--white);font-feature-settings:'clig' off, 'liga' off;font-size:13px;font-style:normal;font-weight:600;line-height:16px}.modal-scroll.svelte-1witlsj{overflow-y:auto;overflow-x:hidden;margin:8px 4px 8px 0;height:100%}.modal-scroll.svelte-1witlsj::-webkit-scrollbar{width:8px}.modal-scroll.svelte-1witlsj::-webkit-scrollbar-track{box-shadow:none;background-color:transparent;border-radius:4px;margin-right:2px}.modal-scroll.svelte-1witlsj::-webkit-scrollbar-thumb{min-height:40px;border-radius:5px;background-color:#666;border:1px solid transparent;background-clip:padding-box}.modal-scroll.svelte-1witlsj::-webkit-scrollbar-thumb:hover{background-color:#777}.modal-main.svelte-1witlsj{margin:-8px -4px 0 0}")}function h1(i){let e,t,n,o,r,l=i[2]&&g1(i);return{c(){e=T("div"),t=T("h3"),n=Be(i[3]),o=N(),l&&l.c(),c(t,"class","modal-title svelte-1witlsj"),c(e,"class","modal-header svelte-1witlsj")},m(a,s){w(a,e,s),m(e,t),m(t,n),m(e,o),l&&l.m(e,null),r=!0},p(a,s){(!r||s&8)&&Ge(n,a[3]),a[2]?l?(l.p(a,s),s&4&&d(l,1)):(l=g1(a),l.c(),d(l,1),l.m(e,null)):l&&(ue(),_(l,1,1,()=>{l=null}),ce())},i(a){r||(d(l),r=!0)},o(a){_(l),r=!1},d(a){a&&k(e),l&&l.d()}}}function g1(i){let e,t;return e=new mt({props:{click:i[0],testId:"close-modal",style:"padding: 0; height: 24px; width: 24px",ariaLabel:U("hotkey_map_modal_close_btn_text"),$$slots:{default:[ch]},$$scope:{ctx:i}}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o&1&&(r.click=n[0]),o&32&&(r.$$scope={dirty:o,ctx:n}),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function ch(i){let e,t;return e=new _1({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function fh(i){let e,t,n,o,r,l,a=i[1]&&h1(i),s=i[4].default,u=Se(s,i,i[5],null);return{c(){e=T("div"),t=T("div"),a&&a.c(),n=N(),o=T("div"),r=T("div"),u&&u.c(),c(r,"class","modal-main svelte-1witlsj"),c(o,"class","modal-scroll svelte-1witlsj"),c(t,"class","modal-container svelte-1witlsj"),c(e,"class","modal-overlay svelte-1witlsj")},m(f,p){w(f,e,p),m(e,t),a&&a.m(t,null),m(t,n),m(t,o),m(o,r),u&&u.m(r,null),l=!0},p(f,[p]){f[1]?a?(a.p(f,p),p&2&&d(a,1)):(a=h1(f),a.c(),d(a,1),a.m(t,n)):a&&(ue(),_(a,1,1,()=>{a=null}),ce()),u&&u.p&&(!l||p&32)&&Ie(u,s,f,f[5],l?Pe(s,f[5],p,null):Te(f[5]),null)},i(f){l||(d(a),d(u,f),l=!0)},o(f){_(a),_(u,f),l=!1},d(f){f&&k(e),a&&a.d(),u&&u.d(f)}}}function dh(i,e,t){let{$$slots:n={},$$scope:o}=e,{onClose:r}=e,{showHeader:l=!0}=e,{showCloseCross:a=!0}=e,{title:s}=e;return i.$$set=u=>{"onClose"in u&&t(0,r=u.onClose),"showHeader"in u&&t(1,l=u.showHeader),"showCloseCross"in u&&t(2,a=u.showCloseCross),"title"in u&&t(3,s=u.title),"$$scope"in u&&t(5,o=u.$$scope)},[r,l,a,s,n,o]}var ia=class extends z{constructor(e){super(),q(this,e,dh,fh,H,{onClose:0,showHeader:1,showCloseCross:2,title:3},uh)}},b1=ia;var mh=new Set(["BR"]),na=i=>{let e=document.createElement("DIV");e.innerHTML=i;let t=e.querySelectorAll("*"),n=t.length;for(;n--;){let o=t[n],r=o.tagName;mh.has(r)||o.parentElement?.removeChild(o)}return e.innerHTML};function ph(i){we(i,"svelte-quklnq",".hot-key-map.svelte-quklnq{color:var(--black);box-sizing:border-box;overflow-x:hidden}.hot-key-map-group.svelte-quklnq{border-bottom:1px solid var(--white-alpha-24);margin:0 20px 0 16px}.hot-key-map-group.svelte-quklnq:last-child{border-bottom:none}.hot-key-map-group-title.svelte-quklnq{color:var(--white);font-feature-settings:'clig' off, 'liga' off;font-size:13px;font-style:normal;font-weight:600;line-height:16px}.hot-key-map-group-title.svelte-quklnq,.hot-key-map-item.svelte-quklnq{padding:12px 0;margin:0;width:100%}.hot-key-map-group-items.svelte-quklnq{box-sizing:border-box;list-style:none;padding:0;margin:0}.hot-key-map-item.svelte-quklnq{box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;--videoplayer-hotkey-item-value-width:156px;--videoplayer-hotkey-item-value-padding-left:24px}.hot-key-map-item-description.svelte-quklnq{color:var(--white-alpha-72);width:calc(100% - var(--videoplayer-hotkey-item-value-width) - var(--videoplayer-hotkey-item-value-padding-left));max-width:388px}.hot-key-map-item-value.svelte-quklnq{color:var(--white);width:var(--videoplayer-hotkey-item-value-width);padding-left:var(--videoplayer-hotkey-item-value-padding-left);letter-spacing:-0.14px}.hot-key-map-item-description.svelte-quklnq,.hot-key-map-item-value.svelte-quklnq{font-feature-settings:'clig' off, 'liga' off;font-size:13px;font-style:normal;font-weight:400;line-height:16px}")}function v1(i,e,t){let n=i.slice();return n[5]=e[t].title,n[6]=e[t].items,n}function y1(i,e,t){let n=i.slice();return n[9]=e[t].description,n[10]=e[t].value,n}function k1(i){let e,t,n=na(i[9])+"",o,r,l=i[10]+"",a,s;return{c(){e=T("li"),t=T("span"),o=N(),r=T("span"),a=Be(l),s=N(),c(t,"class","hot-key-map-item-description svelte-quklnq"),c(r,"class","hot-key-map-item-value svelte-quklnq"),c(e,"class","hot-key-map-item svelte-quklnq")},m(u,f){w(u,e,f),m(e,t),t.innerHTML=n,m(e,o),m(e,r),m(r,a),m(e,s)},p(u,f){f&1&&n!==(n=na(u[9])+"")&&(t.innerHTML=n),f&1&&l!==(l=u[10]+"")&&Ge(a,l)},d(u){u&&k(e)}}}function w1(i){let e,t,n=i[5]+"",o,r,l,a,s=ht(i[6]),u=[];for(let f=0;f<s.length;f+=1)u[f]=k1(y1(i,s,f));return{c(){e=T("div"),t=T("h5"),o=Be(n),r=N(),l=T("ul");for(let f=0;f<u.length;f+=1)u[f].c();a=N(),c(t,"class","hot-key-map-group-title svelte-quklnq"),c(l,"class","hot-key-map-group-items svelte-quklnq"),c(e,"class","hot-key-map-group svelte-quklnq")},m(f,p){w(f,e,p),m(e,t),m(t,o),m(e,r),m(e,l);for(let h=0;h<u.length;h+=1)u[h]&&u[h].m(l,null);m(e,a)},p(f,p){if(p&1&&n!==(n=f[5]+"")&&Ge(o,n),p&1){s=ht(f[6]);let h;for(h=0;h<s.length;h+=1){let y=y1(f,s,h);u[h]?u[h].p(y,p):(u[h]=k1(y),u[h].c(),u[h].m(l,null))}for(;h<u.length;h+=1)u[h].d(1);u.length=s.length}},d(f){f&&k(e),Hi(u,f)}}}function _h(i){let e,t=ht(i[0].groups),n=[];for(let o=0;o<t.length;o+=1)n[o]=w1(v1(i,t,o));return{c(){e=T("div");for(let o=0;o<n.length;o+=1)n[o].c();c(e,"class","hot-key-map svelte-quklnq")},m(o,r){w(o,e,r);for(let l=0;l<n.length;l+=1)n[l]&&n[l].m(e,null)},p(o,r){if(r&1){t=ht(o[0].groups);let l;for(l=0;l<t.length;l+=1){let a=v1(o,t,l);n[l]?n[l].p(a,r):(n[l]=w1(a),n[l].c(),n[l].m(e,null))}for(;l<n.length;l+=1)n[l].d(1);n.length=t.length}},d(o){o&&k(e),Hi(n,o)}}}function hh(i){let e,t;return e=new b1({props:{title:i[0].title,onClose:i[2],$$slots:{default:[_h]},$$scope:{ctx:i}}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,[o]){let r={};o&1&&(r.title=n[0].title),o&8193&&(r.$$scope={dirty:o,ctx:n}),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function gh(i,e,t){let n,o=$e(),{data:r,show:l}=o.ui.modals.hotKeyMap;return F(i,r,s=>t(0,n=s)),[n,r,()=>{l.set(!1)}]}var oa=class extends z{constructor(e){super(),q(this,e,gh,hh,H,{},ph)}},C1=oa;var Zr=require("@vkontakte/videoplayer-shared");var Ro=require("@vkontakte/videoplayer-core");var cd=require("@vkontakte/videoplayer-core");var nw=require("@vkontakte/videoplayer-shared");function bh(i){we(i,"svelte-1oe0j8n",".pillow.svelte-1oe0j8n{background-color:#679FF8;color:var(--white);font-size:6px;font-weight:600;-webkit-font-smoothing:antialiased;padding:2px 4px;border-radius:12px}")}function vh(i){let e,t,n=i[1].default,o=Se(n,i,i[0],null);return{c(){e=T("div"),o&&o.c(),c(e,"class","pillow svelte-1oe0j8n")},m(r,l){w(r,e,l),o&&o.m(e,null),t=!0},p(r,[l]){o&&o.p&&(!t||l&1)&&Ie(o,n,r,r[0],t?Pe(n,r[0],l,null):Te(r[0]),null)},i(r){t||(d(o,r),t=!0)},o(r){_(o,r),t=!1},d(r){r&&k(e),o&&o.d(r)}}}function yh(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{"$$scope"in r&&t(0,o=r.$$scope)},[o,n]}var la=class extends z{constructor(e){super(),q(this,e,yh,vh,H,{},bh)}},S1=la;var tl=require("@vkontakte/videoplayer-core");function kh(i){let e,t,n,o,r=i[2].default,l=Se(r,i,i[1],null),a=[{xmlns:"http://www.w3.org/2000/svg"},{width:"9"},{height:"5"},{fill:"none"},{role:"img"},i[0]],s={};for(let u=0;u<a.length;u+=1)s=ne(s,a[u]);return{c(){e=A("svg"),l&&l.c(),t=A("path"),n=A("path"),c(t,"fill","currentColor"),c(t,"d","M5.517 5c.325 0 .516-.198.516-.536v-.97l.492-.517 1.46 1.74c.16.205.304.283.516.283A.49.49 0 0 0 9 4.501c0-.14-.068-.287-.222-.478l-1.47-1.73L8.818.868C8.949.731 9 .618 9 .475A.474.474 0 0 0 8.515 0c-.171 0-.301.065-.445.222L6.064 2.25h-.03V.54c0-.342-.192-.54-.517-.54s-.516.198-.516.54v3.924c0 .338.191.536.516.536"),c(n,"fill","currentColor"),c(n,"fill-rule","evenodd"),c(n,"d","m2.551 1.052-1.51 2.052h1.51zM3.5 3.104V.832c0-.81-1.089-1.14-1.556-.48L.139 2.821a.75.75 0 0 0 .612 1.183h1.8v.55c0 .248.25.45.499.45a.45.45 0 0 0 .45-.45v-.55h.052a.45.45 0 0 0 0-.9z"),c(n,"clip-rule","evenodd"),be(e,s)},m(u,f){w(u,e,f),l&&l.m(e,null),m(e,t),m(e,n),o=!0},p(u,[f]){l&&l.p&&(!o||f&2)&&Ie(l,r,u,u[1],o?Pe(r,u[1],f,null):Te(u[1]),null),be(e,s=Le(a,[{xmlns:"http://www.w3.org/2000/svg"},{width:"9"},{height:"5"},{fill:"none"},{role:"img"},f&1&&u[0]]))},i(u){o||(d(l,u),o=!0)},o(u){_(l,u),o=!1},d(u){u&&k(e),l&&l.d(u)}}}function wh(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var ra=class extends z{constructor(e){super(),q(this,e,wh,kh,H,{})}},P1=ra;function Ch(i){let e,t,n,o,r=i[2].default,l=Se(r,i,i[1],null),a=[{xmlns:"http://www.w3.org/2000/svg"},{width:"9"},{height:"5"},{fill:"none"},{role:"img"},i[0]],s={};for(let u=0;u<a.length;u+=1)s=ne(s,a[u]);return{c(){e=A("svg"),l&&l.c(),t=A("path"),n=A("path"),c(t,"fill","currentColor"),c(t,"d","M5.513 5c.323 0 .513-.198.513-.537v-.97l.49-.516L7.99 4.715c.16.205.302.284.513.284A.49.49 0 0 0 9 4.5c0-.14-.068-.287-.22-.478L7.293 2.293 8.82.868C8.949.731 9 .618 9 .475A.473.473 0 0 0 8.517 0c-.17 0-.299.065-.441.222L6.056 2.25h-.03V.54c0-.342-.19-.54-.513-.54S5 .198 5 .54v3.923c0 .339.19.537.513.537"),c(n,"fill","currentColor"),c(n,"fill-rule","evenodd"),c(n,"d","M2 0q-.53 0-.952.173a1.5 1.5 0 0 0-.654.484q-.23.312-.23.71c0 .423.208.756.613.995a1.46 1.46 0 0 0-.547.44q-.23.305-.23.71 0 .432.252.778l.001.001q.26.336.712.523Q1.418 5.001 2 5q.582 0 1.035-.186.451-.187.705-.524.26-.346.26-.777 0-.406-.23-.711a1.45 1.45 0 0 0-.552-.44c.409-.235.618-.569.618-.994a1.14 1.14 0 0 0-.238-.711 1.44 1.44 0 0 0-.653-.484A2.4 2.4 0 0 0 2 0m-.573.964C1.563.86 1.75.804 2 .804s.434.055.564.16h.001a.51.51 0 0 1 .204.43.52.52 0 0 1-.204.437c-.13.105-.315.161-.565.161s-.437-.056-.573-.161a.52.52 0 0 1-.203-.437q.002-.276.203-.43m-.345 2.522c0-.217.08-.381.233-.503.16-.122.385-.188.685-.188s.522.066.677.188q.24.181.24.503a.63.63 0 0 1-.24.523c-.155.122-.377.188-.677.188s-.524-.065-.684-.187a.64.64 0 0 1-.234-.524"),c(n,"clip-rule","evenodd"),be(e,s)},m(u,f){w(u,e,f),l&&l.m(e,null),m(e,t),m(e,n),o=!0},p(u,[f]){l&&l.p&&(!o||f&2)&&Ie(l,r,u,u[1],o?Pe(r,u[1],f,null):Te(u[1]),null),be(e,s=Le(a,[{xmlns:"http://www.w3.org/2000/svg"},{width:"9"},{height:"5"},{fill:"none"},{role:"img"},f&1&&u[0]]))},i(u){o||(d(l,u),o=!0)},o(u){_(l,u),o=!1},d(u){u&&k(e),l&&l.d(u)}}}function Sh(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var sa=class extends z{constructor(e){super(),q(this,e,Sh,Ch,H,{})}},I1=sa;function Ph(i){let e,t,n,o=i[2].default,r=Se(o,i,i[1],null),l=[{xmlns:"http://www.w3.org/2000/svg"},{width:"9"},{height:"5"},{fill:"none"},{role:"img"},i[0]],a={};for(let s=0;s<l.length;s+=1)a=ne(a,l[s]);return{c(){e=A("svg"),r&&r.c(),t=A("path"),c(t,"fill","currentColor"),c(t,"d","M5.516 5h1.107C8.103 5 9 4.065 9 2.5S8.103 0 6.623 0H5.516C5.191 0 5 .2 5 .537V4.46c0 .342.191.54.516.54m.516-.854V.852H6.5C7.41.852 8 1.468 8 2.5c0 1.066-.577 1.646-1.5 1.646zM.516 5c.325 0 .516-.198.516-.536V2.922h1.936v1.542c0 .338.191.536.516.536S4 4.802 4 4.464V.54C4 .198 3.809 0 3.484 0s-.516.198-.516.54v1.531H1.032V.54C1.032.198.841 0 .516 0S0 .198 0 .54v3.989C0 4.867.191 5 .516 5"),be(e,a)},m(s,u){w(s,e,u),r&&r.m(e,null),m(e,t),n=!0},p(s,[u]){r&&r.p&&(!n||u&2)&&Ie(r,o,s,s[1],n?Pe(o,s[1],u,null):Te(s[1]),null),be(e,a=Le(l,[{xmlns:"http://www.w3.org/2000/svg"},{width:"9"},{height:"5"},{fill:"none"},{role:"img"},u&1&&s[0]]))},i(s){n||(d(r,s),n=!0)},o(s){_(r,s),n=!1},d(s){s&&k(e),r&&r.d(s)}}}function Ih(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var aa=class extends z{constructor(e){super(),q(this,e,Ih,Ph,H,{})}},T1=aa;function Th(i){let e,t,n,o=i[2].default,r=Se(o,i,i[1],null),l=[{xmlns:"http://www.w3.org/2000/svg"},{width:"13"},{height:"5"},{fill:"none"},{role:"img"},i[0]],a={};for(let s=0;s<l.length;s+=1)a=ne(a,l[s]);return{c(){e=A("svg"),r&&r.c(),t=A("path"),c(t,"fill","currentColor"),c(t,"d","M9.516 5h1.107C12.103 5 13 4.065 13 2.5S12.103 0 10.623 0H9.516C9.191 0 9 .2 9 .537V4.46c0 .342.191.54.516.54m.516-.854V.852h.468c.91 0 1.5.616 1.5 1.648 0 1.066-.577 1.646-1.5 1.646zM4.516 5c.325 0 .516-.198.516-.536V2.922h1.936v1.542c0 .338.191.536.516.536S8 4.802 8 4.464V.54C8 .198 7.809 0 7.484 0s-.516.198-.516.54v1.531H5.032V.54c0-.342-.191-.54-.516-.54S4 .198 4 .54v3.989c0 .338.191.471.516.471m-4 0c.325 0 .516-.198.516-.537V3h1.332c.27 0 .441-.154.441-.41 0-.253-.174-.407-.44-.407H1.031V.854h1.5c.28 0 .468-.16.468-.427C3 .161 2.815 0 2.532 0H.516C.191 0 0 .198 0 .537v3.926C0 4.802.191 5 .516 5"),be(e,a)},m(s,u){w(s,e,u),r&&r.m(e,null),m(e,t),n=!0},p(s,[u]){r&&r.p&&(!n||u&2)&&Ie(r,o,s,s[1],n?Pe(o,s[1],u,null):Te(s[1]),null),be(e,a=Le(l,[{xmlns:"http://www.w3.org/2000/svg"},{width:"13"},{height:"5"},{fill:"none"},{role:"img"},u&1&&s[0]]))},i(s){n||(d(r,s),n=!0)},o(s){_(r,s),n=!1},d(s){s&&k(e),r&&r.d(s)}}}function Eh(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var ua=class extends z{constructor(e){super(),q(this,e,Eh,Th,H,{})}},hr=ua;function Mh(i){let e,t,n,o,r=i[2].default,l=Se(r,i,i[1],null),a=[{xmlns:"http://www.w3.org/2000/svg"},{width:"15"},{height:"7"},{fill:"none"},{role:"img"},i[0]],s={};for(let u=0;u<a.length;u+=1)s=ne(s,a[u]);return{c(){e=A("svg"),l&&l.c(),t=A("path"),n=A("path"),c(t,"fill","currentColor"),c(t,"d","M11.516 5.75h1.107c1.48 0 2.377-.935 2.377-2.5s-.897-2.5-2.377-2.5h-1.107c-.325 0-.516.199-.516.537V5.21c0 .342.191.54.516.54m.516-.854V1.602h.468c.91 0 1.5.616 1.5 1.648 0 1.066-.577 1.646-1.5 1.646zm-5.516.854c.325 0 .516-.198.516-.536V3.672h1.936v1.542c0 .338.191.536.516.536S10 5.552 10 5.214V1.29c0-.342-.191-.54-.516-.54s-.516.198-.516.54v1.531H7.032V1.29c0-.342-.191-.54-.516-.54S6 .948 6 1.29v3.989c0 .338.191.471.516.471"),c(n,"fill","currentColor"),c(n,"fill-rule","evenodd"),c(n,"d","M3.338 5.659a4 4 0 0 1-.838.091C1.037 5.75 0 4.885 0 3.303 0 1.733 1.037.75 2.5.75 3.96.75 5 1.734 5 3.303c0 .863-.274 1.46-.778 1.88l.194.29a.5.5 0 0 1-.832.554zm-.52-.78-.234-.352a.5.5 0 1 1 .832-.554l.245.367c.184-.26.286-.615.286-1.037 0-1.036-.64-1.653-1.447-1.653-.81 0-1.447.617-1.447 1.653 0 1.032.637 1.596 1.447 1.596.08 0 .208-.007.318-.02"),c(n,"clip-rule","evenodd"),be(e,s)},m(u,f){w(u,e,f),l&&l.m(e,null),m(e,t),m(e,n),o=!0},p(u,[f]){l&&l.p&&(!o||f&2)&&Ie(l,r,u,u[1],o?Pe(r,u[1],f,null):Te(u[1]),null),be(e,s=Le(a,[{xmlns:"http://www.w3.org/2000/svg"},{width:"15"},{height:"7"},{fill:"none"},{role:"img"},f&1&&u[0]]))},i(u){o||(d(l,u),o=!0)},o(u){_(l,u),o=!1},d(u){u&&k(e),l&&l.d(u)}}}function Ah(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var ca=class extends z{constructor(e){super(),q(this,e,Ah,Mh,H,{})}},gr=ca;var co=i=>{switch(i){case tl.VideoQuality.Q_720P:return T1;case tl.VideoQuality.Q_1080P:return hr;case tl.VideoQuality.Q_1440P:return gr;case tl.VideoQuality.Q_2160P:return P1;case tl.VideoQuality.Q_4320P:return I1}};function Vh(i){let e,t,n,o=i[2].default,r=Se(o,i,i[1],null),l=[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"settings-mobile-icon"},{role:"img"},i[0]],a={};for(let s=0;s<l.length;s+=1)a=ne(a,l[s]);return{c(){e=A("svg"),r&&r.c(),t=A("path"),c(t,"fill","#fff"),c(t,"d","M12.722 2.213c1.208.037 1.994.702 2.408 1.954l.065.215.051.191q.027.111.068.235l.058.159.034.017.069-.023.133-.051.156-.068c1.414-.658 2.502-.536 3.387.437l.125.145.82 1.017c.732.962.71 1.99-.004 3.1l-.125.187-.117.16a3 3 0 0 0-.142.205l-.07.115-.034.057.004.02.091.06.127.077.153.083c1.39.71 1.963 1.641 1.742 2.936l-.038.188-.244 1.058c-.158.685-.282 1.01-.77 1.454-.475.432-1.016.61-1.732.67l-.22.014-.198.006q-.116.002-.246.015l-.181.021.013.142.013.096.033.179c.323 1.526-.04 2.558-1.188 3.202l-.17.09-1.175.57c-1.102.495-2.099.242-3.02-.702l-.153-.164-.13-.15a3 3 0 0 0-.17-.186l-.097-.096-.05-.046-.09.087-.106.108-.118.133c-.952 1.134-1.957 1.54-3.176 1.067l-.175-.074-1.052-.51-.312-.16c-.476-.26-.743-.51-1.004-1.061-.275-.58-.294-1.15-.16-1.883l.044-.225q.024-.114.041-.242l.019-.172-.004-.004-.104-.014-.146-.013-.174-.008c-1.56-.028-2.484-.614-2.853-1.877l-.049-.185-.292-1.274c-.235-1.185.236-2.1 1.364-2.785l.194-.112.175-.093a3 3 0 0 0 .216-.12l.155-.102.004-.019-.063-.108-.08-.125-.103-.143c-.937-1.246-1.044-2.335-.276-3.404l.115-.153.824-1.013c.79-.915 1.8-1.107 3.034-.64l.208.083.181.081q.103.048.222.093l.136.048.036-.017.033-.089.045-.138.046-.166c.36-1.436 1.085-2.242 2.39-2.35l.19-.011h1.39Zm-.056 1.799h-1.333l-.14.01c-.285.037-.472.191-.652.832l-.041.156-.057.206a6.3 6.3 0 0 1-.468 1.134 6 6 0 0 0-1.147.558 6.5 6.5 0 0 1-1.16-.35l-.35-.154c-.248-.107-.435-.161-.583-.175l-.084-.003a.55.55 0 0 0-.408.193l-.068.074-.789.973-.095.125c-.183.264-.21.5.195 1.075l.228.316c.212.31.425.692.598 1.102q-.195.577-.27 1.201c-.334.29-.69.537-1.013.72l-.343.184c-.617.34-.695.563-.646.881l.013.075.28 1.22.04.152c.096.308.265.475.968.509l.388.014c.37.024.798.09 1.223.204q.337.526.776.968a6.3 6.3 0 0 1-.118 1.445c-.201.95-.014 1.102.383 1.3l1.126.547a.8.8 0 0 0 .337.089l.067-.006c.181-.028.382-.162.67-.485l.258-.295a6.5 6.5 0 0 1 .949-.837l.298.023L12 18l.302-.008.298-.022c.363.263.691.559.948.837l.258.295c.325.364.538.488.737.49l.066-.003a.8.8 0 0 0 .178-.046l.093-.039 1.126-.548.139-.073c.3-.175.42-.395.245-1.226a6.2 6.2 0 0 1-.117-1.445q.436-.442.775-.97a6.5 6.5 0 0 1 1.223-.202l.387-.014c.812-.04.912-.256 1.008-.66l.264-1.142c.09-.406.095-.643-.617-1.035l-.342-.183a6.4 6.4 0 0 1-1.014-.722 6 6 0 0 0-.27-1.201c.174-.41.386-.791.598-1.1l.228-.317c.406-.575.378-.81.195-1.075l-.045-.062-.787-.974c-.14-.171-.259-.294-.452-.322l-.076-.007c-.16-.003-.368.05-.667.178l-.35.155a6.4 6.4 0 0 1-1.158.348 6 6 0 0 0-1.15-.556 6.5 6.5 0 0 1-.454-1.093l-.113-.414c-.192-.678-.393-.805-.714-.828zM12 8.2a3.8 3.8 0 1 1 0 7.6 3.8 3.8 0 0 1 0-7.6m0 1.8a2 2 0 1 0 0 4 2 2 0 0 0 0-4"),be(e,a)},m(s,u){w(s,e,u),r&&r.m(e,null),m(e,t),n=!0},p(s,[u]){r&&r.p&&(!n||u&2)&&Ie(r,o,s,s[1],n?Pe(o,s[1],u,null):Te(s[1]),null),be(e,a=Le(l,[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"settings-mobile-icon"},{role:"img"},u&1&&s[0]]))},i(s){n||(d(r,s),n=!0)},o(s){_(r,s),n=!1},d(s){s&&k(e),r&&r.d(s)}}}function Lh(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var fa=class extends z{constructor(e){super(),q(this,e,Lh,Vh,H,{})}},E1=fa;function Bh(i){let e,t,n,o,r=i[2].default,l=Se(r,i,i[1],null),a=[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"data-testid":"settings-icon"},{role:"img"},i[0]],s={};for(let u=0;u<a.length;u+=1)s=ne(s,a[u]);return{c(){e=A("svg"),l&&l.c(),t=A("path"),n=A("path"),c(t,"fill","#fff"),c(t,"fill-rule","evenodd"),c(t,"d","M13.933 4.875a.6.6 0 0 0-.07-.658c-.327-.413-.45-.833-.574-1.253l-.039-.13C13 2 12.833 2 12.417 2h-.91c-.371.003-.6.052-.757.833-.148.738-.36 1.476-1.566 2.186a.5.5 0 0 1-.12.05c-1.27.324-1.905-.023-2.542-.37l-.12-.065c-.766-.412-.884-.294-1.178 0l-.643.644c-.26.264-.389.461.053 1.124.418.626.789 1.299.438 2.654a.5.5 0 0 1-.05.12c-.668 1.126-1.362 1.33-2.058 1.535l-.13.039C2 11 2 11.167 2 11.583v.91c.003.371.052.6.833.757.738.148 1.476.36 2.186 1.566a.5.5 0 0 1 .05.12c.324 1.27-.023 1.905-.37 2.542l-.065.12c-.412.766-.294.884 0 1.178l.644.643c.264.26.461.389 1.124-.053.626-.418 1.299-.789 2.654-.438q.063.016.12.05c1.126.668 1.33 1.362 1.535 2.058l.039.13c.25.834.417.834.833.834h.91c.371-.003.6-.052.757-.833.148-.738.36-1.476 1.566-2.186a.5.5 0 0 1 .12-.05c1.27-.324 1.905.023 2.542.37l.12.065c.766.412.884.294 1.178 0l.643-.644c.26-.264.389-.461-.053-1.124-.26-.39-.503-.799-.563-1.38a.6.6 0 0 0-.413-.519 7.5 7.5 0 0 1-1.918-.871.58.58 0 0 0-.758.134 4.75 4.75 0 1 1-3.163-7.68.58.58 0 0 0 .633-.44 7.5 7.5 0 0 1 .749-1.967"),c(t,"clip-rule","evenodd"),c(n,"fill","#fff"),c(n,"d","M13.25 2.833c.225.751.383 1.502 1.63 2.222 1.399.38 2.082.003 2.718-.42.663-.443.86-.315 1.124-.054l.644.643c.294.294.412.412 0 1.178-.372.69-.792 1.333-.418 2.726.72 1.255 1.47 1.472 2.219 1.622.78.156.83.386.833.757v.91c0 .416 0 .583-.833.833-.751.225-1.502.383-2.222 1.63-.38 1.399-.003 2.082.42 2.718.443.663.315.86.054 1.124l-.643.644c-.294.294-.412.412-1.178 0-.69-.372-1.333-.792-2.726-.418-1.255.72-1.472 1.47-1.622 2.219-.156.78-.386.83-.757.833h-.91c-.416 0-.583 0-.833-.833-.225-.751-.383-1.502-1.63-2.222-1.399-.38-2.082-.003-2.718.42-.663.443-.86.315-1.124.054l-.644-.643c-.294-.294-.412-.412 0-1.178.372-.69.792-1.333.418-2.726-.72-1.255-1.47-1.472-2.219-1.622-.78-.156-.83-.386-.833-.757v-.91c0-.416 0-.583.833-.833.751-.225 1.502-.383 2.222-1.63.38-1.399.003-2.082-.42-2.718-.443-.663-.315-.86-.054-1.124l.643-.644c.294-.294.412-.412 1.178 0 .69.372 1.333.792 2.726.418 1.255-.72 1.472-1.47 1.622-2.219.156-.78.386-.83.757-.833h.91c.416 0 .583 0 .833.833M12 7.25a4.75 4.75 0 1 0 0 9.5 4.75 4.75 0 0 0 0-9.5"),c(n,"class","_full"),be(e,s)},m(u,f){w(u,e,f),l&&l.m(e,null),m(e,t),m(e,n),o=!0},p(u,[f]){l&&l.p&&(!o||f&2)&&Ie(l,r,u,u[1],o?Pe(r,u[1],f,null):Te(u[1]),null),be(e,s=Le(a,[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"data-testid":"settings-icon"},{role:"img"},f&1&&u[0]]))},i(u){o||(d(l,u),o=!0)},o(u){_(l,u),o=!1},d(u){u&&k(e),l&&l.d(u)}}}function Rh(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var da=class extends z{constructor(e){super(),q(this,e,Rh,Bh,H,{})}},M1=da;function Dh(i){we(i,"svelte-8t5w85",'.icon.svelte-8t5w85{display:flex;position:relative;width:24px;height:24px}.icon.svelte-8t5w85 .pillow{position:absolute;top:1px;right:-9px}.icon.triple.svelte-8t5w85 .pillow{right:-13px}.icon.svelte-8t5w85 svg[data-testid="settings-icon--labeled"] ._full{visibility:hidden;opacity:0}')}function Nh(i){let e,t,n,o,r=i[1]&&A1(i);return n=new M1({props:{"data-testid":i[1]?"settings-icon--labeled":"settings-icon"}}),{c(){e=T("div"),r&&r.c(),t=N(),R(n.$$.fragment),c(e,"class","icon svelte-8t5w85"),c(e,"aria-hidden","true"),O(e,"triple",i[2])},m(l,a){w(l,e,a),r&&r.m(e,null),m(e,t),L(n,e,null),o=!0},p(l,a){l[1]?r?(r.p(l,a),a&2&&d(r,1)):(r=A1(l),r.c(),d(r,1),r.m(e,t)):r&&(ue(),_(r,1,1,()=>{r=null}),ce());let s={};a&2&&(s["data-testid"]=l[1]?"settings-icon--labeled":"settings-icon"),n.$set(s),(!o||a&4)&&O(e,"triple",l[2])},i(l){o||(d(r),d(n.$$.fragment,l),o=!0)},o(l){_(r),_(n.$$.fragment,l),o=!1},d(l){l&&k(e),r&&r.d(),B(n)}}}function Oh(i){let e,t;return e=new E1({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p:me,i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function A1(i){let e,t;return e=new S1({props:{$$slots:{default:[Fh]},$$scope:{ctx:i}}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o&18&&(r.$$scope={dirty:o,ctx:n}),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Fh(i){let e,t,n;var o=i[1];function r(l){return{}}return o&&(e=dn(o,r(i))),{c(){e&&R(e.$$.fragment),t=nt()},m(l,a){e&&L(e,l,a),w(l,t,a),n=!0},p(l,a){if(a&2&&o!==(o=l[1])){if(e){ue();let s=e;_(s.$$.fragment,1,0,()=>{B(s,1)}),ce()}o?(e=dn(o,r(l)),R(e.$$.fragment),d(e.$$.fragment,1),L(e,t.parentNode,t)):e=null}},i(l){n||(e&&d(e.$$.fragment,l),n=!0)},o(l){e&&_(e.$$.fragment,l),n=!1},d(l){l&&k(t),e&&B(e,l)}}}function Hh(i){let e,t,n,o,r=[Oh,Nh],l=[];function a(s,u){return s[0]?0:1}return e=a(i,-1),t=l[e]=r[e](i),{c(){t.c(),n=nt()},m(s,u){l[e].m(s,u),w(s,n,u),o=!0},p(s,[u]){let f=e;e=a(s,u),e===f?l[e].p(s,u):(ue(),_(l[f],1,1,()=>{l[f]=null}),ce(),t=l[e],t?t.p(s,u):(t=l[e]=r[e](s),t.c()),d(t,1),t.m(n.parentNode,n))},i(s){o||(d(t),o=!0)},o(s){_(t),o=!1},d(s){s&&k(n),l[e].d(s)}}}function zh(i,e,t){let n,{isMobile:o=!1}=e,{currentQuality:r=void 0}=e,l;return i.$$set=a=>{"isMobile"in a&&t(0,o=a.isMobile),"currentQuality"in a&&t(3,r=a.currentQuality)},i.$$.update=()=>{if(i.$$.dirty&8)e:t(1,n=co(r));if(i.$$.dirty&2)e:t(2,l=!!n&&[hr,gr].includes(n))},[o,n,l,r]}var ma=class extends z{constructor(e){super(),q(this,e,zh,Hh,H,{isMobile:0,currentQuality:3},Dh)}},br=ma;function qh(i){let e,t,n,o=i[2].default,r=Se(o,i,i[1],null),l=[{xmlns:"http://www.w3.org/2000/svg"},{width:"22"},{height:"18"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"subtitle-empty-icon"},{role:"img"},i[0]],a={};for(let s=0;s<l.length;s+=1)a=ne(a,l[s]);return{c(){e=A("svg"),r&&r.c(),t=A("path"),c(t,"fill","#fff"),c(t,"d","M14.692.428c2.293 0 3.124.24 3.962.687a4.67 4.67 0 0 1 1.944 1.944c.449.839.687 1.67.687 3.962v3.958c0 2.292-.238 3.123-.687 3.961a4.67 4.67 0 0 1-1.944 1.944c-.838.449-1.67.687-3.962.687H7.307c-2.293 0-3.124-.238-3.962-.687A4.67 4.67 0 0 1 1.4 14.94c-.448-.838-.687-1.669-.687-3.961V7.02c0-2.292.239-3.123.687-3.962a4.67 4.67 0 0 1 1.944-1.944C4.183.667 5.015.428 7.307.428zm.243 1.716-7.628-.001c-1.832 0-2.484.126-3.154.484a2.96 2.96 0 0 0-1.24 1.24c-.343.64-.473 1.264-.484 2.912v4.2c0 1.83.125 2.483.483 3.153q.433.809 1.241 1.24c.67.36 1.322.485 3.154.485h7.385c1.832 0 2.484-.126 3.154-.484a2.96 2.96 0 0 0 1.24-1.241c.36-.67.485-1.322.485-3.153V7.02c0-1.831-.126-2.483-.484-3.153a2.96 2.96 0 0 0-1.241-1.24c-.64-.343-1.263-.473-2.911-.484ZM11 10.714a.857.857 0 1 1 0 1.714H5.857a.857.857 0 0 1 0-1.714zm5.142 0a.857.857 0 1 1 0 1.714h-1.714a.857.857 0 0 1 0-1.714zm0-3.428a.857.857 0 1 1 0 1.714H11a.857.857 0 1 1 0-1.714zm-8.571 0a.857.857 0 0 1 0 1.714H5.857a.857.857 0 0 1 0-1.714z"),be(e,a)},m(s,u){w(s,e,u),r&&r.m(e,null),m(e,t),n=!0},p(s,[u]){r&&r.p&&(!n||u&2)&&Ie(r,o,s,s[1],n?Pe(o,s[1],u,null):Te(s[1]),null),be(e,a=Le(l,[{xmlns:"http://www.w3.org/2000/svg"},{width:"22"},{height:"18"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"subtitle-empty-icon"},{role:"img"},u&1&&s[0]]))},i(s){n||(d(r,s),n=!0)},o(s){_(r,s),n=!1},d(s){s&&k(e),r&&r.d(s)}}}function Uh(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var pa=class extends z{constructor(e){super(),q(this,e,Uh,qh,H,{})}},vr=pa;function Kh(i){let e,t,n,o=i[2].default,r=Se(o,i,i[1],null),l=[{xmlns:"http://www.w3.org/2000/svg"},{width:"16"},{height:"19"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"download-icon"},{role:"img"},i[0]],a={};for(let s=0;s<l.length;s+=1)a=ne(a,l[s]);return{c(){e=A("svg"),r&&r.c(),t=A("path"),c(t,"fill","#fff"),c(t,"fill-rule","evenodd"),c(t,"d","M8 0a.9.9 0 0 1 .9.9v10.927l4.564-4.563a.9.9 0 0 1 1.272 1.272l-6.1 6.1a.9.9 0 0 1-1.272 0l-6.1-6.1a.9.9 0 1 1 1.272-1.272L7.1 11.827V.9A.9.9 0 0 1 8 0M0 18a.9.9 0 0 1 .9-.9h14.2a.9.9 0 1 1 0 1.8H.9A.9.9 0 0 1 0 18"),c(t,"clip-rule","evenodd"),be(e,a)},m(s,u){w(s,e,u),r&&r.m(e,null),m(e,t),n=!0},p(s,[u]){r&&r.p&&(!n||u&2)&&Ie(r,o,s,s[1],n?Pe(o,s[1],u,null):Te(s[1]),null),be(e,a=Le(l,[{xmlns:"http://www.w3.org/2000/svg"},{width:"16"},{height:"19"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"download-icon"},{role:"img"},u&1&&s[0]]))},i(s){n||(d(r,s),n=!0)},o(s){_(r,s),n=!1},d(s){s&&k(e),r&&r.d(s)}}}function Wh(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var _a=class extends z{constructor(e){super(),q(this,e,Wh,Kh,H,{})}},V1=_a;function Gh(i){let e,t,n,o=i[2].default,r=Se(o,i,i[1],null),l=[{xmlns:"http://www.w3.org/2000/svg"},{width:"18"},{height:"17"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"traffic-saving-icon"},{role:"img"},i[0]],a={};for(let s=0;s<l.length;s+=1)a=ne(a,l[s]);return{c(){e=A("svg"),r&&r.c(),t=A("path"),c(t,"fill","#fff"),c(t,"fill-rule","evenodd"),c(t,"d","M.1 6.5c0-2.24 0-3.36.436-4.216A4 4 0 0 1 2.284.536C3.139.1 4.259.1 6.5.1h5c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748c.436.856.436 1.976.436 4.216s0 3.36-.436 4.216a4 4 0 0 1-1.748 1.748c-.836.426-1.925.436-4.064.436l.55 2.2H14.1a.9.9 0 0 1 0 1.8H3.9a.9.9 0 1 1 0-1.8h1.897l.55-2.2c-2.139 0-3.227-.01-4.063-.436a4 4 0 0 1-1.748-1.748C.1 9.86.1 8.74.1 6.5m11.4-4.6h-5c-1.15 0-1.904.002-2.481.049-.556.045-.786.124-.918.19a2.2 2.2 0 0 0-.962.962c-.067.132-.145.363-.19.918-.048.577-.05 1.331-.05 2.481s.002 1.904.05 2.48c.045.556.123.787.19.919a2.2 2.2 0 0 0 .962.961c.132.068.362.146.918.192.577.047 1.33.048 2.48.048h5c1.15 0 1.904-.001 2.481-.048.556-.046.787-.124.918-.192a2.2 2.2 0 0 0 .962-.961c.067-.132.146-.363.191-.918.047-.577.049-1.331.049-2.48s-.002-1.905-.049-2.482c-.045-.555-.124-.786-.191-.918a2.2 2.2 0 0 0-.962-.961c-.131-.067-.362-.146-.918-.191-.577-.048-1.33-.049-2.48-.049m-3.298 11-.55 2.2h2.695l-.55-2.2z"),c(t,"clip-rule","evenodd"),be(e,a)},m(s,u){w(s,e,u),r&&r.m(e,null),m(e,t),n=!0},p(s,[u]){r&&r.p&&(!n||u&2)&&Ie(r,o,s,s[1],n?Pe(o,s[1],u,null):Te(s[1]),null),be(e,a=Le(l,[{xmlns:"http://www.w3.org/2000/svg"},{width:"18"},{height:"17"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"traffic-saving-icon"},{role:"img"},u&1&&s[0]]))},i(s){n||(d(r,s),n=!0)},o(s){_(r,s),n=!1},d(s){s&&k(e),r&&r.d(s)}}}function jh(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var ha=class extends z{constructor(e){super(),q(this,e,jh,Gh,H,{})}},L1=ha;function Qh(i){let e,t,n,o,r,l=i[2].default,a=Se(l,i,i[1],null),s=[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{"aria-hidden":"true"},{"data-testid":"play-speed-icon"},{role:"img"},i[0]],u={};for(let f=0;f<s.length;f+=1)u=ne(u,s[f]);return{c(){e=A("svg"),a&&a.c(),t=A("g"),n=A("path"),o=A("path"),c(n,"d","M0 0h24v24H0z"),c(o,"fill","#fff"),c(o,"fill-rule","nonzero"),c(o,"d","M11 4.07V2.05c-2.01.2-3.84 1-5.32 2.21L7.1 5.69A7.94 7.94 0 0 1 11 4.07M5.69 7.1 4.26 5.68A9.95 9.95 0 0 0 2.05 11h2.02c.18-1.46.76-2.79 1.62-3.9M2.05 13c.2 2.01 1 3.84 2.21 5.32l1.43-1.43A7.87 7.87 0 0 1 4.07 13zM11 21.95v-2.02a7.94 7.94 0 0 1-3.9-1.62l-1.42 1.43A10 10 0 0 0 11 21.95M22 12c0 5.16-3.92 9.42-8.95 9.95v-2.02C16.97 19.41 20 16.05 20 12s-3.03-7.41-6.95-7.93V2.05C18.08 2.58 22 6.84 22 12M10.688 8.576l4.746 2.736a.792.792 0 0 1 0 1.372l-4.746 2.737a.792.792 0 0 1-1.188-.686V9.262a.792.792 0 0 1 1.188-.686"),c(t,"fill","none"),c(t,"fill-rule","evenodd"),be(e,u)},m(f,p){w(f,e,p),a&&a.m(e,null),m(e,t),m(t,n),m(t,o),r=!0},p(f,[p]){a&&a.p&&(!r||p&2)&&Ie(a,l,f,f[1],r?Pe(l,f[1],p,null):Te(f[1]),null),be(e,u=Le(s,[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{"aria-hidden":"true"},{"data-testid":"play-speed-icon"},{role:"img"},p&1&&f[0]]))},i(f){r||(d(a,f),r=!0)},o(f){_(a,f),r=!1},d(f){f&&k(e),a&&a.d(f)}}}function Yh(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var ga=class extends z{constructor(e){super(),q(this,e,Yh,Qh,H,{})}},B1=ga;function Zh(i){let e,t,n,o=i[2].default,r=Se(o,i,i[1],null),l=[{xmlns:"http://www.w3.org/2000/svg"},{width:"12"},{height:"7"},{fill:"none"},{"aria-hidden":"true"},{role:"img"},i[0]],a={};for(let s=0;s<l.length;s+=1)a=ne(a,l[s]);return{c(){e=A("svg"),r&&r.c(),t=A("path"),c(t,"fill","#fff"),c(t,"fill-opacity",".72"),c(t,"fill-rule","evenodd"),c(t,"d","M11.736 6.736a.9.9 0 0 1-1.272 0L6 2.273 1.536 6.736A.9.9 0 1 1 .264 5.464l5.1-5.1a.9.9 0 0 1 1.272 0l5.1 5.1a.9.9 0 0 1 0 1.272"),c(t,"clip-rule","evenodd"),be(e,a)},m(s,u){w(s,e,u),r&&r.m(e,null),m(e,t),n=!0},p(s,[u]){r&&r.p&&(!n||u&2)&&Ie(r,o,s,s[1],n?Pe(o,s[1],u,null):Te(s[1]),null),be(e,a=Le(l,[{xmlns:"http://www.w3.org/2000/svg"},{width:"12"},{height:"7"},{fill:"none"},{"aria-hidden":"true"},{role:"img"},u&1&&s[0]]))},i(s){n||(d(r,s),n=!0)},o(s){_(r,s),n=!1},d(s){s&&k(e),r&&r.d(s)}}}function Xh(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var ba=class extends z{constructor(e){super(),q(this,e,Xh,Zh,H,{})}},R1=ba;function Jh(i){let e,t,n,o=i[2].default,r=Se(o,i,i[1],null),l=[{xmlns:"http://www.w3.org/2000/svg"},{width:"12"},{height:"16"},{fill:"none"},{"aria-hidden":"true"},{role:"img"},i[0]],a={};for(let s=0;s<l.length;s+=1)a=ne(a,l[s]);return{c(){e=A("svg"),r&&r.c(),t=A("path"),c(t,"fill","#fff"),c(t,"d","m5.773 8 3.363 3.364a.9.9 0 1 1-1.272 1.272l-4-4a.9.9 0 0 1 0-1.272l4-4a.9.9 0 0 1 1.272 1.272z"),be(e,a)},m(s,u){w(s,e,u),r&&r.m(e,null),m(e,t),n=!0},p(s,[u]){r&&r.p&&(!n||u&2)&&Ie(r,o,s,s[1],n?Pe(o,s[1],u,null):Te(s[1]),null),be(e,a=Le(l,[{xmlns:"http://www.w3.org/2000/svg"},{width:"12"},{height:"16"},{fill:"none"},{"aria-hidden":"true"},{role:"img"},u&1&&s[0]]))},i(s){n||(d(r,s),n=!0)},o(s){_(r,s),n=!1},d(s){s&&k(e),r&&r.d(s)}}}function xh(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var va=class extends z{constructor(e){super(),q(this,e,xh,Jh,H,{})}},D1=va;function $h(i){let e,t;return e=new D1({props:{style:i[2],"data-testid":i[0]?"chevron-icon--right":"chevron-icon--left"}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o&4&&(r.style=n[2]),o&1&&(r["data-testid"]=n[0]?"chevron-icon--right":"chevron-icon--left"),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function eg(i){let e,t;return e=new R1({props:{style:i[2],"data-testid":i[0]?"chevron-icon--down":"chevron-icon--up"}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o&4&&(r.style=n[2]),o&1&&(r["data-testid"]=n[0]?"chevron-icon--down":"chevron-icon--up"),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function tg(i){let e,t,n,o,r=[eg,$h],l=[];function a(s,u){return s[1]?0:1}return e=a(i,-1),t=l[e]=r[e](i),{c(){t.c(),n=nt()},m(s,u){l[e].m(s,u),w(s,n,u),o=!0},p(s,[u]){let f=e;e=a(s,u),e===f?l[e].p(s,u):(ue(),_(l[f],1,1,()=>{l[f]=null}),ce(),t=l[e],t?t.p(s,u):(t=l[e]=r[e](s),t.c()),d(t,1),t.m(n.parentNode,n))},i(s){o||(d(t),o=!0)},o(s){_(t),o=!1},d(s){s&&k(n),l[e].d(s)}}}function ig(i,e,t){let n,{direction:o="left"}=e,r,l;return i.$$set=a=>{"direction"in a&&t(3,o=a.direction)},i.$$.update=()=>{if(i.$$.dirty&8)e:t(1,r=["up","down"].includes(o)),t(0,l=["right","down"].includes(o));if(i.$$.dirty&1)e:t(2,n=l?"transform: rotate(180deg);":void 0)},[l,r,n,o]}var ya=class extends z{constructor(e){super(),q(this,e,ig,tg,H,{direction:3})}},Kn=ya;function ng(i){let e,t,n,o=i[2].default,r=Se(o,i,i[1],null),l=[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"report-icon"},{role:"img"},i[0]],a={};for(let s=0;s<l.length;s+=1)a=ne(a,l[s]);return{c(){e=A("svg"),r&&r.c(),t=A("path"),c(t,"fill","#fff"),c(t,"fill-rule","evenodd"),c(t,"d","M8.863 2.1h6.274c.674-.002 1.2.211 1.683.697l4.383 4.383c.478.476.699.998.697 1.683v6.274c.002.685-.22 1.207-.697 1.683l-4.383 4.383c-.476.478-.998.699-1.683.697H8.863c-.685.002-1.207-.22-1.683-.697L2.797 16.82c-.478-.476-.699-.998-.697-1.683V8.863c-.002-.685.22-1.207.697-1.683L7.18 2.797c.484-.486 1.009-.699 1.683-.697m-.445 2.005L4.105 8.418c-.18.18-.205.242-.205.495v6.174c0 .25.025.316.205.495l4.313 4.313c.179.179.24.205.495.205h6.174c.253 0 .316-.026.495-.205l4.313-4.313c.18-.18.205-.245.205-.495V8.913c0-.254-.026-.316-.205-.495l-4.313-4.313c-.18-.18-.242-.205-.495-.205H8.913c-.254 0-.319.029-.495.205M13 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-.1-8.1a.9.9 0 0 0-1.8 0v5.2a.9.9 0 1 0 1.8 0z"),c(t,"clip-rule","evenodd"),be(e,a)},m(s,u){w(s,e,u),r&&r.m(e,null),m(e,t),n=!0},p(s,[u]){r&&r.p&&(!n||u&2)&&Ie(r,o,s,s[1],n?Pe(o,s[1],u,null):Te(s[1]),null),be(e,a=Le(l,[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"report-icon"},{role:"img"},u&1&&s[0]]))},i(s){n||(d(r,s),n=!0)},o(s){_(r,s),n=!1},d(s){s&&k(e),r&&r.d(s)}}}function og(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var ka=class extends z{constructor(e){super(),q(this,e,og,ng,H,{})}},N1=ka;function lg(i){let e,t,n,o=i[2].default,r=Se(o,i,i[1],null),l=[{xmlns:"http://www.w3.org/2000/svg"},{width:"16"},{height:"16"},{"aria-hidden":"true"},{"data-testid":"check-mark-icon"},{role:"img"},i[0]],a={};for(let s=0;s<l.length;s+=1)a=ne(a,l[s]);return{c(){e=A("svg"),r&&r.c(),t=A("path"),c(t,"fill","#fff"),c(t,"d","M6 10.2 3.5 7.7a.99.99 0 0 0-1.4 1.4l3.2 3.2a1 1 0 0 0 1.4 0l7.6-7.6a.99.99 0 0 0-1.4-1.4z"),be(e,a)},m(s,u){w(s,e,u),r&&r.m(e,null),m(e,t),n=!0},p(s,[u]){r&&r.p&&(!n||u&2)&&Ie(r,o,s,s[1],n?Pe(o,s[1],u,null):Te(s[1]),null),be(e,a=Le(l,[{xmlns:"http://www.w3.org/2000/svg"},{width:"16"},{height:"16"},{"aria-hidden":"true"},{"data-testid":"check-mark-icon"},{role:"img"},u&1&&s[0]]))},i(s){n||(d(r,s),n=!0)},o(s){_(r,s),n=!1},d(s){s&&k(e),r&&r.d(s)}}}function rg(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var wa=class extends z{constructor(e){super(),q(this,e,rg,lg,H,{})}},il=wa;function sg(i){let e,t,n,o=i[2].default,r=Se(o,i,i[1],null),l=[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"copy-icon"},{role:"img"},i[0]],a={};for(let s=0;s<l.length;s+=1)a=ne(a,l[s]);return{c(){e=A("svg"),r&&r.c(),t=A("path"),c(t,"fill","#fff"),c(t,"fill-rule","evenodd"),c(t,"d","M4 12.3V12c0-1.47.005-2.547.075-3.403.074-.904.216-1.482.454-1.949a4.85 4.85 0 0 1 2.12-2.12c.466-.237 1.044-.379 1.948-.453C9.51 4.001 10.675 4 12.3 4h4.512a2 2 0 0 0-.174-.49 2.4 2.4 0 0 0-1.048-1.048 2.4 2.4 0 0 0-.931-.239 14 14 0 0 0-1.026-.023H12.26c-1.576 0-2.814 0-3.81.081-1.014.083-1.856.255-2.62.644A6.65 6.65 0 0 0 2.926 5.83c-.389.763-.56 1.605-.644 2.62-.081.995-.081 2.233-.081 3.809v1.373c0 .392 0 .738.023 1.025.025.306.081.623.239.931a2.4 2.4 0 0 0 1.048 1.05c.162.082.326.136.49.173V12.3zM10.08 6h-.035c-.52 0-.964 0-1.329.03-.383.03-.755.097-1.112.276a2.9 2.9 0 0 0-1.298 1.298c-.179.357-.246.73-.277 1.112C6 9.081 6 9.524 6 10.046v7.909c0 .52 0 .964.03 1.329.03.382.097.755.276 1.112a2.9 2.9 0 0 0 1.298 1.298c.357.179.73.246 1.112.277.365.029.808.029 1.329.029h6.91c.52 0 .964 0 1.329-.03.382-.03.755-.097 1.112-.276a2.9 2.9 0 0 0 1.298-1.298c.179-.357.246-.73.277-1.112.029-.365.029-.808.029-1.33v-7.909c0-.52 0-.964-.03-1.329-.03-.382-.097-.755-.276-1.112a2.9 2.9 0 0 0-1.298-1.298c-.357-.179-.73-.246-1.112-.277C17.919 6 17.476 6 16.954 6zM8.408 7.916c.065-.032.179-.07.452-.093a18 18 0 0 1 1.22-.023h6.84c.565 0 .936 0 1.22.023.273.022.387.06.452.093a1.1 1.1 0 0 1 .492.492c.032.065.07.179.093.452.022.284.023.655.023 1.22v7.84c0 .565 0 .936-.023 1.22-.023.273-.06.387-.093.452a1.1 1.1 0 0 1-.492.492c-.065.032-.18.07-.452.093a18 18 0 0 1-1.22.023h-6.84c-.565 0-.936 0-1.22-.023-.273-.023-.387-.06-.452-.093a1.1 1.1 0 0 1-.492-.492c-.032-.065-.07-.18-.093-.452a17 17 0 0 1-.023-1.22v-7.84c0-.565 0-.936.023-1.22.022-.273.06-.387.093-.452a1.1 1.1 0 0 1 .492-.492"),c(t,"clip-rule","evenodd"),be(e,a)},m(s,u){w(s,e,u),r&&r.m(e,null),m(e,t),n=!0},p(s,[u]){r&&r.p&&(!n||u&2)&&Ie(r,o,s,s[1],n?Pe(o,s[1],u,null):Te(s[1]),null),be(e,a=Le(l,[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"copy-icon"},{role:"img"},u&1&&s[0]]))},i(s){n||(d(r,s),n=!0)},o(s){_(r,s),n=!1},d(s){s&&k(e),r&&r.d(s)}}}function ag(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var Ca=class extends z{constructor(e){super(),q(this,e,ag,sg,H,{})}},O1=Ca;function ug(i){let e,t,n,o=i[2].default,r=Se(o,i,i[1],null),l=[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"info-icon"},{role:"img"},i[0]],a={};for(let s=0;s<l.length;s+=1)a=ne(a,l[s]);return{c(){e=A("svg"),r&&r.c(),t=A("path"),c(t,"fill","#fff"),c(t,"d","M12 20.105a8.105 8.105 0 1 0 0-16.21 8.105 8.105 0 0 0 0 16.21M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10m0-12.372a1.316 1.316 0 1 1 0-2.632 1.316 1.316 0 0 1 0 2.632m-.947 2.822c0-.541.424-.98.947-.98s.947.439.947.98v3.83c0 .54-.424.98-.947.98s-.947-.44-.947-.98z"),be(e,a)},m(s,u){w(s,e,u),r&&r.m(e,null),m(e,t),n=!0},p(s,[u]){r&&r.p&&(!n||u&2)&&Ie(r,o,s,s[1],n?Pe(o,s[1],u,null):Te(s[1]),null),be(e,a=Le(l,[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"info-icon"},{role:"img"},u&1&&s[0]]))},i(s){n||(d(r,s),n=!0)},o(s){_(r,s),n=!1},d(s){s&&k(e),r&&r.d(s)}}}function cg(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var Sa=class extends z{constructor(e){super(),q(this,e,cg,ug,H,{})}},F1=Sa;function fg(i){we(i,"svelte-5r0p3","ul.svelte-5r0p3.svelte-5r0p3{margin:0;padding:0}.menu.svelte-5r0p3.svelte-5r0p3{background-color:rgba(17, 17, 17, 0.8);border-radius:8px;line-height:40px;transition:opacity 0.2s, visibility 0.2s}.container-mobile.svelte-5r0p3.svelte-5r0p3{width:100%}.menu-desktop.svelte-5r0p3.svelte-5r0p3{position:absolute;right:0;bottom:0}.menu-mobile.svelte-5r0p3.svelte-5r0p3{width:100%;background:var(--mobile-settings-bg);font-size:15px;line-height:50px}.menu-mobile.hidden.svelte-5r0p3.svelte-5r0p3{display:none}.menu-subList.svelte-5r0p3.svelte-5r0p3{min-width:134px;padding-bottom:0}.menu-subList-subtitles.svelte-5r0p3.svelte-5r0p3{min-width:164px}.menu-subList-traffic-saving.svelte-5r0p3.svelte-5r0p3{min-width:286px}.item.svelte-5r0p3.svelte-5r0p3{align-items:center;color:var(--white);cursor:pointer;display:flex;justify-content:flex-end;padding:0 24px 0 18px;white-space:nowrap;position:relative}.item-mobile.svelte-5r0p3.svelte-5r0p3{padding:0 14px}.item-quality.item-mobile.svelte-5r0p3.svelte-5r0p3,.item-traffic-saving.item-mobile.svelte-5r0p3.svelte-5r0p3,.item-helper-text.item-mobile.svelte-5r0p3.svelte-5r0p3{flex-direction:row-reverse}.item-helper-text.svelte-5r0p3.svelte-5r0p3{cursor:auto;pointer-events:none;white-space:normal;padding:7px 24px 7px 18px}.item-helper-text.svelte-5r0p3 span.svelte-5r0p3{color:rgba(255, 255, 255, 0.48);line-height:18px;text-align:end}.item-helper-text.item-mobile.svelte-5r0p3.svelte-5r0p3{padding:7px 14px}.item-helper-text.item-mobile.svelte-5r0p3 span.svelte-5r0p3{text-align:start}.quality-title-mobile.svelte-5r0p3.svelte-5r0p3{flex-grow:1}.item.svelte-5r0p3.svelte-5r0p3:hover{background-color:rgba(255, 255, 255, 0.08)}.item-mobile.svelte-5r0p3.svelte-5r0p3:hover{background:var(--mobile-settings-bg)}.menu-subList.svelte-5r0p3 .item.svelte-5r0p3{color:rgba(255, 255, 255, 0.9)}.menu-subList.svelte-5r0p3 .item.svelte-5r0p3:last-child{margin-bottom:4px}.menu-icon-wrapper.svelte-5r0p3.svelte-5r0p3{width:24px;height:24px;display:flex;align-items:center;justify-content:center;margin-right:16px}.menu-title.svelte-5r0p3.svelte-5r0p3{flex-grow:1;margin-right:24px;overflow:hidden;text-overflow:ellipsis}.menu-value.svelte-5r0p3.svelte-5r0p3{position:relative;opacity:0.7}.menu-valueIcon.svelte-5r0p3.svelte-5r0p3{position:absolute;top:-10px;right:-18px;width:15px}.menu-valueIcon-list.svelte-5r0p3.svelte-5r0p3{position:absolute;top:-7px;width:15px;right:6px}.menu-valueIcon.svelte-5r0p3 svg,.menu-valueIcon-list.svelte-5r0p3 svg{color:var(--blue-light)}.menu-divider.svelte-5r0p3.svelte-5r0p3{background-color:rgba(255, 255, 255, 0.3);height:1px;margin-bottom:4px}.menu-header.svelte-5r0p3.svelte-5r0p3{color:var(--white);cursor:pointer;justify-content:space-between;display:flex}.itemIcon.svelte-5r0p3.svelte-5r0p3{margin-right:auto;padding-right:12px;opacity:0.9}.items.svelte-5r0p3.svelte-5r0p3::-webkit-scrollbar{width:8px}.items.svelte-5r0p3.svelte-5r0p3::-webkit-scrollbar-track{box-shadow:none;background-color:#3a3a3a;border-radius:4px}.items.svelte-5r0p3.svelte-5r0p3::-webkit-scrollbar-thumb{min-height:40px;border-radius:5px;background-color:#666;border:1px solid transparent;background-clip:padding-box}.items.svelte-5r0p3.svelte-5r0p3::-webkit-scrollbar-thumb:hover{background-color:#777}.items-mobile.svelte-5r0p3.svelte-5r0p3{overflow-y:auto;max-height:160px;text-align:left}.close.svelte-5r0p3.svelte-5r0p3{position:relative;width:12px;height:12px;padding:12px;margin-right:-12px}.close.svelte-5r0p3.svelte-5r0p3:before,.close.svelte-5r0p3.svelte-5r0p3:after{position:absolute;left:18px;content:' ';height:12px;width:2px;background-color:var(--white)}.close.svelte-5r0p3.svelte-5r0p3:before{transform:rotate(45deg)}.close.svelte-5r0p3.svelte-5r0p3:after{transform:rotate(-45deg)}")}function H1(i,e,t){let n=i.slice();return n[142]=e[t],n}function z1(i,e,t){let n=i.slice();return n[145]=e[t],n}function q1(i,e,t){let n=i.slice();return n[148]=e[t],n}function U1(i){let e,t,n,o,r,l,a,s,u,f,p,h,y=i[34]&&K1(i),b=i[25]&&W1(i),P=i[24]&&j1(i),C=i[23]&&Q1(i),M=i[22]&&Y1(i),S=i[21]&&Z1(i),v=i[34]&&X1(i);return{c(){e=T("div"),y&&y.c(),t=N(),n=T("ul"),b&&b.c(),o=N(),P&&P.c(),r=N(),C&&C.c(),l=N(),M&&M.c(),a=N(),S&&S.c(),s=N(),v&&v.c(),c(n,"class","items svelte-5r0p3"),c(n,"role","menu"),c(n,"style",u=i[73]()),O(n,"items-mobile",i[34]),c(e,"class","menu svelte-5r0p3"),O(e,"menu-desktop",!i[34]),O(e,"menu-mobile",i[34]),O(e,"hidden",!i[11])},m(E,G){w(E,e,G),y&&y.m(e,null),m(e,t),m(e,n),b&&b.m(n,null),m(n,o),P&&P.m(n,null),m(n,r),C&&C.m(n,null),m(n,l),M&&M.m(n,null),m(n,a),S&&S.m(n,null),m(n,s),v&&v.m(n,null),i[112](n),f=!0,p||(h=[pe(e,"keydown",i[78]),pe(e,"mouseenter",i[71]),pe(e,"mouseleave",i[72])],p=!0)},p(E,G){E[34]?y?y.p(E,G):(y=K1(E),y.c(),y.m(e,t)):y&&(y.d(1),y=null),E[25]?b?(b.p(E,G),G[0]&33554432&&d(b,1)):(b=W1(E),b.c(),d(b,1),b.m(n,o)):b&&(ue(),_(b,1,1,()=>{b=null}),ce()),E[24]?P?(P.p(E,G),G[0]&16777216&&d(P,1)):(P=j1(E),P.c(),d(P,1),P.m(n,r)):P&&(ue(),_(P,1,1,()=>{P=null}),ce()),E[23]?C?(C.p(E,G),G[0]&8388608&&d(C,1)):(C=Q1(E),C.c(),d(C,1),C.m(n,l)):C&&(ue(),_(C,1,1,()=>{C=null}),ce()),E[22]?M?(M.p(E,G),G[0]&4194304&&d(M,1)):(M=Y1(E),M.c(),d(M,1),M.m(n,a)):M&&(ue(),_(M,1,1,()=>{M=null}),ce()),E[21]?S?(S.p(E,G),G[0]&2097152&&d(S,1)):(S=Z1(E),S.c(),d(S,1),S.m(n,s)):S&&(ue(),_(S,1,1,()=>{S=null}),ce()),E[34]?v?(v.p(E,G),G[1]&8&&d(v,1)):(v=X1(E),v.c(),d(v,1),v.m(n,null)):v&&(ue(),_(v,1,1,()=>{v=null}),ce()),(!f||G[1]&8)&&O(n,"items-mobile",E[34]),(!f||G[1]&8)&&O(e,"menu-desktop",!E[34]),(!f||G[1]&8)&&O(e,"menu-mobile",E[34]),(!f||G[0]&2048)&&O(e,"hidden",!E[11])},i(E){f||(d(b),d(P),d(C),d(M),d(S),d(v),f=!0)},o(E){_(b),_(P),_(C),_(M),_(S),_(v),f=!1},d(E){E&&k(e),y&&y.d(),b&&b.d(),P&&P.d(),C&&C.d(),M&&M.d(),S&&S.d(),v&&v.d(),i[112](null),p=!1,et(h)}}}function K1(i){let e,t,n,o,r,l,a,s;return{c(){e=T("div"),t=T("div"),t.textContent=`${U("submenu_settings")}`,n=N(),o=T("div"),r=N(),l=T("div"),c(o,"class","close svelte-5r0p3"),c(e,"class","item menu-header svelte-5r0p3"),O(e,"item-mobile",i[34]),c(l,"class","menu-divider svelte-5r0p3")},m(u,f){w(u,e,f),m(e,t),m(e,n),m(e,o),w(u,r,f),w(u,l,f),a||(s=pe(o,"click",lt(i[57])),a=!0)},p(u,f){f[1]&8&&O(e,"item-mobile",u[34])},d(u){u&&(k(e),k(r),k(l)),a=!1,s()}}}function W1(i){let e,t,n,o,r,l,a,s,u,f,p,h,y;n=new br({});let b=i[33]&&!i[34]&&G1(i);return{c(){e=T("li"),t=T("div"),R(n.$$.fragment),o=N(),r=T("div"),r.textContent=`${U("menu_quality")}`,l=N(),a=T("div"),s=Be(i[16]),u=N(),b&&b.c(),c(t,"class","menu-icon-wrapper svelte-5r0p3"),c(r,"class","menu-title svelte-5r0p3"),c(a,"class","menu-value svelte-5r0p3"),c(e,"class","item svelte-5r0p3"),c(e,"role","menuitem"),c(e,"tabindex","0"),c(e,"aria-label",f=U("aria_label_menu_quality",{actual:i[27]})),c(e,"aria-haspopup","true"),O(e,"item-mobile",i[34])},m(P,C){w(P,e,C),m(e,t),L(n,t,null),m(e,o),m(e,r),m(e,l),m(e,a),m(a,s),m(a,u),b&&b.m(a,null),i[108](e),p=!0,h||(y=[pe(e,"click",lt(i[58])),pe(e,"keydown",i[79])],h=!0)},p(P,C){(!p||C[0]&65536)&&Ge(s,P[16]),P[33]&&!P[34]?b?(b.p(P,C),C[1]&12&&d(b,1)):(b=G1(P),b.c(),d(b,1),b.m(a,null)):b&&(ue(),_(b,1,1,()=>{b=null}),ce()),(!p||C[0]&134217728&&f!==(f=U("aria_label_menu_quality",{actual:P[27]})))&&c(e,"aria-label",f),(!p||C[1]&8)&&O(e,"item-mobile",P[34])},i(P){p||(d(n.$$.fragment,P),d(b),p=!0)},o(P){_(n.$$.fragment,P),_(b),p=!1},d(P){P&&k(e),B(n),b&&b.d(),i[108](null),h=!1,et(y)}}}function G1(i){let e,t,n;var o=i[33];function r(l){return{}}return o&&(t=dn(o,r(i))),{c(){e=T("div"),t&&R(t.$$.fragment),c(e,"class","menu-valueIcon svelte-5r0p3")},m(l,a){w(l,e,a),t&&L(t,e,null),n=!0},p(l,a){if(a[1]&4&&o!==(o=l[33])){if(t){ue();let s=t;_(s.$$.fragment,1,0,()=>{B(s,1)}),ce()}o?(t=dn(o,r(l)),R(t.$$.fragment),d(t.$$.fragment,1),L(t,e,null)):t=null}},i(l){n||(t&&d(t.$$.fragment,l),n=!0)},o(l){t&&_(t.$$.fragment,l),n=!1},d(l){l&&k(e),t&&B(t)}}}function j1(i){let e,t,n,o,r,l,a,s,u,f,p,h,y;return n=new B1({}),{c(){e=T("li"),t=T("div"),R(n.$$.fragment),o=N(),r=T("div"),r.textContent=`${U("menu_playback_rate")}`,l=N(),a=T("div"),s=Be(i[9]),u=Be("x"),c(t,"class","menu-icon-wrapper svelte-5r0p3"),c(r,"class","menu-title svelte-5r0p3"),c(a,"class","menu-value svelte-5r0p3"),c(e,"class","item svelte-5r0p3"),c(e,"role","menuitem"),c(e,"tabindex","0"),c(e,"aria-label",f=U("aria_label_menu_rate",{actual:i[28]})),c(e,"aria-haspopup","true"),O(e,"item-mobile",i[34])},m(b,P){w(b,e,P),m(e,t),L(n,t,null),m(e,o),m(e,r),m(e,l),m(e,a),m(a,s),m(a,u),i[109](e),p=!0,h||(y=[pe(e,"click",lt(Ct(i[62]))),pe(e,"keydown",i[82])],h=!0)},p(b,P){(!p||P[0]&512)&&Ge(s,b[9]),(!p||P[0]&268435456&&f!==(f=U("aria_label_menu_rate",{actual:b[28]})))&&c(e,"aria-label",f),(!p||P[1]&8)&&O(e,"item-mobile",b[34])},i(b){p||(d(n.$$.fragment,b),p=!0)},o(b){_(n.$$.fragment,b),p=!1},d(b){b&&k(e),B(n),i[109](null),h=!1,et(y)}}}function Q1(i){let e,t,n,o,r,l,a,s=i[35].displayValue+"",u,f,p,h,y;return n=new vr({}),{c(){e=T("li"),t=T("div"),R(n.$$.fragment),o=N(),r=T("div"),r.textContent=`${U("subtitles_caption")}`,l=N(),a=T("div"),u=Be(s),c(t,"class","menu-icon-wrapper svelte-5r0p3"),c(r,"class","menu-title svelte-5r0p3"),c(a,"class","menu-value svelte-5r0p3"),c(e,"class","item svelte-5r0p3"),c(e,"role","menuitem"),c(e,"tabindex","0"),c(e,"aria-label",f=U("aria_label_menu_subtitle",{actual:i[35].displayValue})),c(e,"aria-haspopup","true"),O(e,"item-mobile",i[34])},m(b,P){w(b,e,P),m(e,t),L(n,t,null),m(e,o),m(e,r),m(e,l),m(e,a),m(a,u),i[110](e),p=!0,h||(y=[pe(e,"click",lt(i[64])),pe(e,"keydown",i[85])],h=!0)},p(b,P){(!p||P[1]&16)&&s!==(s=b[35].displayValue+"")&&Ge(u,s),(!p||P[1]&16&&f!==(f=U("aria_label_menu_subtitle",{actual:b[35].displayValue})))&&c(e,"aria-label",f),(!p||P[1]&8)&&O(e,"item-mobile",b[34])},i(b){p||(d(n.$$.fragment,b),p=!0)},o(b){_(n.$$.fragment,b),p=!1},d(b){b&&k(e),B(n),i[110](null),h=!1,et(y)}}}function Y1(i){let e,t,n,o,r,l,a,s,u,f,p,h;return n=new L1({}),{c(){e=T("li"),t=T("div"),R(n.$$.fragment),o=N(),r=T("div"),r.textContent=`${U("menu_traffic_saving")}`,l=N(),a=T("div"),s=Be(i[26]),c(t,"class","menu-icon-wrapper svelte-5r0p3"),c(r,"class","menu-title svelte-5r0p3"),c(a,"class","menu-value svelte-5r0p3"),c(e,"class","item svelte-5r0p3"),c(e,"role","menuitem"),c(e,"tabindex","0"),c(e,"aria-label",u=U("aria_label_menu_traffic_saving",{actual:i[26]})),c(e,"aria-haspopup","true"),O(e,"item-mobile",i[34])},m(y,b){w(y,e,b),m(e,t),L(n,t,null),m(e,o),m(e,r),m(e,l),m(e,a),m(a,s),i[111](e),f=!0,p||(h=[pe(e,"click",lt(i[59])),pe(e,"keydown",i[88])],p=!0)},p(y,b){(!f||b[0]&67108864)&&Ge(s,y[26]),(!f||b[0]&67108864&&u!==(u=U("aria_label_menu_traffic_saving",{actual:y[26]})))&&c(e,"aria-label",u),(!f||b[1]&8)&&O(e,"item-mobile",y[34])},i(y){f||(d(n.$$.fragment,y),f=!0)},o(y){_(n.$$.fragment,y),f=!1},d(y){y&&k(e),B(n),i[111](null),p=!1,et(h)}}}function Z1(i){let e,t,n,o,r,l,a,s,u;return n=new V1({}),{c(){e=T("li"),t=T("div"),R(n.$$.fragment),o=N(),r=T("div"),r.textContent=`${U("download_video_caption")}`,c(t,"class","menu-icon-wrapper svelte-5r0p3"),c(r,"class","menu-title svelte-5r0p3"),c(e,"class","item svelte-5r0p3"),c(e,"role","menuitem"),c(e,"tabindex","0"),c(e,"aria-label",l=U("aria_label_menu_download")),O(e,"item-mobile",i[34])},m(f,p){w(f,e,p),m(e,t),L(n,t,null),m(e,o),m(e,r),a=!0,s||(u=[pe(e,"click",lt(i[67])),pe(e,"keydown",i[91])],s=!0)},p(f,p){(!a||p[1]&8)&&O(e,"item-mobile",f[34])},i(f){a||(d(n.$$.fragment,f),a=!0)},o(f){_(n.$$.fragment,f),a=!1},d(f){f&&k(e),B(n),s=!1,et(u)}}}function X1(i){let e,t,n,o,r,l,a,s,u,f,p,h,y,b,P,C,M,S=i[37].showSupport&&dg(i);return o=new O1({}),p=new F1({}),{c(){S&&S.c(),e=N(),t=T("li"),n=T("div"),R(o.$$.fragment),r=N(),l=T("div"),l.textContent=`${U("menu_copy_debug")}`,s=N(),u=T("li"),f=T("div"),R(p.$$.fragment),h=N(),y=T("div"),y.textContent=`${U("menu_debug_overlay")}`,c(n,"class","menu-icon-wrapper svelte-5r0p3"),c(l,"class","menu-title svelte-5r0p3"),c(t,"class","item item-mobile svelte-5r0p3"),c(t,"role","menuitem"),c(t,"tabindex","0"),c(t,"aria-label",a=U("menu_copy_debug")),c(f,"class","menu-icon-wrapper svelte-5r0p3"),c(y,"class","menu-title svelte-5r0p3"),c(u,"class","item item-mobile svelte-5r0p3"),c(u,"role","menuitem"),c(u,"tabindex","0"),c(u,"aria-label",b=i[36]?U("aria_label_menu_debug_overlay_disable"):U("aria_label_menu_debug_overlay_enable"))},m(v,E){S&&S.m(v,E),w(v,e,E),w(v,t,E),m(t,n),L(o,n,null),m(t,r),m(t,l),w(v,s,E),w(v,u,E),m(u,f),L(p,f,null),m(u,h),m(u,y),P=!0,C||(M=[pe(t,"click",lt(i[69])),pe(t,"keydown",i[93]),pe(u,"click",lt(i[70])),pe(u,"keydown",i[94])],C=!0)},p(v,E){v[37].showSupport&&S.p(v,E),(!P||E[1]&32&&b!==(b=v[36]?U("aria_label_menu_debug_overlay_disable"):U("aria_label_menu_debug_overlay_enable")))&&c(u,"aria-label",b)},i(v){P||(d(S),d(o.$$.fragment,v),d(p.$$.fragment,v),P=!0)},o(v){_(S),_(o.$$.fragment,v),_(p.$$.fragment,v),P=!1},d(v){v&&(k(e),k(t),k(s),k(u)),S&&S.d(v),B(o),B(p),C=!1,et(M)}}}function dg(i){let e,t,n,o,r,l,a,s,u;return n=new N1({}),{c(){e=T("li"),t=T("div"),R(n.$$.fragment),o=N(),r=T("div"),r.textContent=`${U("menu_report")}`,c(t,"class","menu-icon-wrapper svelte-5r0p3"),c(r,"class","menu-title svelte-5r0p3"),c(e,"class","item item-mobile svelte-5r0p3"),c(e,"role","menuitem"),c(e,"tabindex","0"),c(e,"aria-label",l=`${U("menu_report")}. ${U("aria_label_new_tab_alert")}`)},m(f,p){w(f,e,p),m(e,t),L(n,t,null),m(e,o),m(e,r),a=!0,s||(u=[pe(e,"click",lt(i[68])),pe(e,"keydown",i[92])],s=!0)},p:me,i(f){a||(d(n.$$.fragment,f),a=!0)},o(f){_(n.$$.fragment,f),a=!1},d(f){f&&k(e),B(n),s=!1,et(u)}}}function J1(i){let e,t,n,o,r,l,a,s,u,f,p,h,y,b;n=new Kn({props:{direction:"left"}});let P=ht(i[8]),C=[];for(let S=0;S<P.length;S+=1)C[S]=ed(q1(i,P,S));let M=S=>_(C[S],1,1,()=>{C[S]=null});return{c(){e=T("div"),t=T("div"),R(n.$$.fragment),o=N(),r=T("div"),r.textContent=`${U("submenu_quality")}`,a=N(),s=T("div"),u=N(),f=T("ul");for(let S=0;S<C.length;S+=1)C[S].c();c(t,"class","item menu-header svelte-5r0p3"),c(t,"aria-label",l=U("aria_label_submenu_back")),O(t,"item-mobile",i[34]),c(s,"class","menu-divider svelte-5r0p3"),c(f,"class","items svelte-5r0p3"),c(f,"role","menu"),c(f,"style",p=i[73](i[17]?.clientHeight,!0)),O(f,"items-mobile",i[34]),c(e,"class","menu menu-subList svelte-5r0p3"),O(e,"menu-desktop",!i[34]),O(e,"menu-mobile",i[34])},m(S,v){w(S,e,v),m(e,t),L(n,t,null),m(t,o),m(t,r),i[113](t),m(e,a),m(e,s),m(e,u),m(e,f);for(let E=0;E<C.length;E+=1)C[E]&&C[E].m(f,null);i[116](f),h=!0,y||(b=[pe(t,"click",lt(i[66])),pe(f,"keydown",i[80])],y=!0)},p(S,v){if((!h||v[1]&8)&&O(t,"item-mobile",S[34]),v[0]&256|v[1]&536870920|v[2]&524288){P=ht(S[8]);let E;for(E=0;E<P.length;E+=1){let G=q1(S,P,E);C[E]?(C[E].p(G,v),d(C[E],1)):(C[E]=ed(G),C[E].c(),d(C[E],1),C[E].m(f,null))}for(ue(),E=P.length;E<C.length;E+=1)M(E);ce()}(!h||v[0]&131072&&p!==(p=S[73](S[17]?.clientHeight,!0)))&&c(f,"style",p),(!h||v[1]&8)&&O(f,"items-mobile",S[34]),(!h||v[1]&8)&&O(e,"menu-desktop",!S[34]),(!h||v[1]&8)&&O(e,"menu-mobile",S[34])},i(S){if(!h){d(n.$$.fragment,S);for(let v=0;v<P.length;v+=1)d(C[v]);h=!0}},o(S){_(n.$$.fragment,S),C=C.filter(Boolean);for(let v=0;v<C.length;v+=1)_(C[v]);h=!1},d(S){S&&k(e),B(n),i[113](null),Hi(C,S),i[116](null),y=!1,et(b)}}}function x1(i){let e,t,n;return t=new il({}),{c(){e=T("div"),R(t.$$.fragment),c(e,"class","itemIcon svelte-5r0p3")},m(o,r){w(o,e,r),L(t,e,null),n=!0},i(o){n||(d(t.$$.fragment,o),n=!0)},o(o){_(t.$$.fragment,o),n=!1},d(o){o&&k(e),B(t)}}}function $1(i){let e,t,n;var o=co(i[148].value);function r(l){return{}}return o&&(t=dn(o,r(i))),{c(){e=T("div"),t&&R(t.$$.fragment),c(e,"class","menu-valueIcon-list svelte-5r0p3")},m(l,a){w(l,e,a),t&&L(t,e,null),n=!0},p(l,a){if(a[0]&256&&o!==(o=co(l[148].value))){if(t){ue();let s=t;_(s.$$.fragment,1,0,()=>{B(s,1)}),ce()}o?(t=dn(o,r(l)),R(t.$$.fragment),d(t.$$.fragment,1),L(t,e,null)):t=null}},i(l){n||(t&&d(t.$$.fragment,l),n=!0)},o(l){t&&_(t.$$.fragment,l),n=!1},d(l){l&&k(e),t&&B(t)}}}function ed(i){let e,t,n,o=i[148].displayValue+"",r,l,a=!i[34]&&co(i[148].value),s,u,f,p,h,y,b=i[148].selected&&x1(i),P=a&&$1(i);function C(){return i[114](i[148])}function M(...S){return i[115](i[148],...S)}return{c(){e=T("li"),b&&b.c(),t=N(),n=T("div"),r=Be(o),l=N(),P&&P.c(),s=N(),c(n,"class","svelte-5r0p3"),O(n,"quality-title-mobile",i[34]),c(e,"class","item item-quality svelte-5r0p3"),c(e,"data-value",u=i[148].value),c(e,"role","menuitem"),c(e,"tabindex","0"),c(e,"aria-label",f=i[148].displayValue),O(e,"item-mobile",i[34])},m(S,v){w(S,e,v),b&&b.m(e,null),m(e,t),m(e,n),m(n,r),m(e,l),P&&P.m(e,null),m(e,s),p=!0,h||(y=[pe(e,"click",lt(C)),pe(e,"keydown",M)],h=!0)},p(S,v){i=S,i[148].selected?b?v[0]&256&&d(b,1):(b=x1(i),b.c(),d(b,1),b.m(e,t)):b&&(ue(),_(b,1,1,()=>{b=null}),ce()),(!p||v[0]&256)&&o!==(o=i[148].displayValue+"")&&Ge(r,o),(!p||v[1]&8)&&O(n,"quality-title-mobile",i[34]),v[0]&256|v[1]&8&&(a=!i[34]&&co(i[148].value)),a?P?(P.p(i,v),v[0]&256|v[1]&8&&d(P,1)):(P=$1(i),P.c(),d(P,1),P.m(e,s)):P&&(ue(),_(P,1,1,()=>{P=null}),ce()),(!p||v[0]&256&&u!==(u=i[148].value))&&c(e,"data-value",u),(!p||v[0]&256&&f!==(f=i[148].displayValue))&&c(e,"aria-label",f),(!p||v[1]&8)&&O(e,"item-mobile",i[34])},i(S){p||(d(b),d(P),p=!0)},o(S){_(b),_(P),p=!1},d(S){S&&k(e),b&&b.d(),P&&P.d(),h=!1,et(y)}}}function td(i){let e,t,n,o,r,l,a,s,u,f,p,h,y,b;n=new Kn({props:{direction:"left"}});let P=ht(i[7]),C=[];for(let S=0;S<P.length;S+=1)C[S]=nd(z1(i,P,S));let M=S=>_(C[S],1,1,()=>{C[S]=null});return{c(){e=T("div"),t=T("div"),R(n.$$.fragment),o=N(),r=T("div"),r.textContent=`${U("submenu_playback_rate")}`,a=N(),s=T("div"),u=N(),f=T("ul");for(let S=0;S<C.length;S+=1)C[S].c();c(t,"class","item menu-header svelte-5r0p3"),c(t,"aria-label",l=U("aria_label_submenu_back")),O(t,"item-mobile",i[34]),c(s,"class","menu-divider svelte-5r0p3"),c(f,"class","items svelte-5r0p3"),c(f,"role","menu"),c(f,"style",p=i[73](i[18]?.clientHeight,!0)),O(f,"items-mobile",i[34]),c(e,"class","menu menu-subList svelte-5r0p3"),O(e,"menu-desktop",!i[34]),O(e,"menu-mobile",i[34])},m(S,v){w(S,e,v),m(e,t),L(n,t,null),m(t,o),m(t,r),i[117](t),m(e,a),m(e,s),m(e,u),m(e,f);for(let E=0;E<C.length;E+=1)C[E]&&C[E].m(f,null);i[120](f),h=!0,y||(b=[pe(t,"click",lt(i[66])),pe(f,"keydown",i[83])],y=!0)},p(S,v){if((!h||v[1]&8)&&O(t,"item-mobile",S[34]),v[0]&128|v[1]&8|v[2]&4194306){P=ht(S[7]);let E;for(E=0;E<P.length;E+=1){let G=z1(S,P,E);C[E]?(C[E].p(G,v),d(C[E],1)):(C[E]=nd(G),C[E].c(),d(C[E],1),C[E].m(f,null))}for(ue(),E=P.length;E<C.length;E+=1)M(E);ce()}(!h||v[0]&262144&&p!==(p=S[73](S[18]?.clientHeight,!0)))&&c(f,"style",p),(!h||v[1]&8)&&O(f,"items-mobile",S[34]),(!h||v[1]&8)&&O(e,"menu-desktop",!S[34]),(!h||v[1]&8)&&O(e,"menu-mobile",S[34])},i(S){if(!h){d(n.$$.fragment,S);for(let v=0;v<P.length;v+=1)d(C[v]);h=!0}},o(S){_(n.$$.fragment,S),C=C.filter(Boolean);for(let v=0;v<C.length;v+=1)_(C[v]);h=!1},d(S){S&&k(e),B(n),i[117](null),Hi(C,S),i[120](null),y=!1,et(b)}}}function id(i){let e,t,n;return t=new il({}),{c(){e=T("div"),R(t.$$.fragment),c(e,"class","itemIcon svelte-5r0p3")},m(o,r){w(o,e,r),L(t,e,null),n=!0},i(o){n||(d(t.$$.fragment,o),n=!0)},o(o){_(t.$$.fragment,o),n=!1},d(o){o&&k(e),B(t)}}}function nd(i){let e,t,n,o=i[145].displayValue+"",r,l,a,s,u,f,p,h=i[145].selected&&id(i);function y(){return i[118](i[145])}function b(...P){return i[119](i[145],...P)}return{c(){e=T("li"),h&&h.c(),t=N(),n=T("div"),r=Be(o),l=N(),c(n,"class","svelte-5r0p3"),O(n,"quality-title-mobile",i[34]),c(e,"class","item item-quality svelte-5r0p3"),c(e,"data-value",a=i[145].value),c(e,"role","menuitem"),c(e,"tabindex","0"),c(e,"aria-label",s=i[145].displayValue),O(e,"item-mobile",i[34])},m(P,C){w(P,e,C),h&&h.m(e,null),m(e,t),m(e,n),m(n,r),m(e,l),u=!0,f||(p=[pe(e,"click",lt(y)),pe(e,"keydown",b)],f=!0)},p(P,C){i=P,i[145].selected?h?C[0]&128&&d(h,1):(h=id(i),h.c(),d(h,1),h.m(e,t)):h&&(ue(),_(h,1,1,()=>{h=null}),ce()),(!u||C[0]&128)&&o!==(o=i[145].displayValue+"")&&Ge(r,o),(!u||C[1]&8)&&O(n,"quality-title-mobile",i[34]),(!u||C[0]&128&&a!==(a=i[145].value))&&c(e,"data-value",a),(!u||C[0]&128&&s!==(s=i[145].displayValue))&&c(e,"aria-label",s),(!u||C[1]&8)&&O(e,"item-mobile",i[34])},i(P){u||(d(h),u=!0)},o(P){_(h),u=!1},d(P){P&&k(e),h&&h.d(),f=!1,et(p)}}}function od(i){let e,t,n,o,r,l,a,s,u,f,p,h,y,b,P,C,M,S,v,E,G,W,K,re,te,I,Y,X,$;n=new Kn({props:{direction:"left"}});let x=!i[5]&&ld(i),D=i[5]&&rd(i);return{c(){e=T("div"),t=T("div"),R(n.$$.fragment),o=N(),r=T("div"),r.textContent=`${U("submenu_traffic_saving")}`,a=N(),s=T("div"),u=N(),f=T("div"),p=T("ul"),h=T("li"),x&&x.c(),y=N(),b=T("div"),b.textContent=`${U("traffic_saving_disable")}`,C=N(),M=T("li"),D&&D.c(),S=N(),v=T("div"),v.textContent=`${U("traffic_saving_enable")}`,G=N(),W=T("div"),K=N(),re=T("div"),te=T("span"),te.textContent=`${U("traffic_saving_helper_text")}`,c(t,"class","item menu-header svelte-5r0p3"),c(t,"aria-label",l=U("aria_label_submenu_back")),O(t,"item-mobile",i[34]),c(s,"class","menu-divider svelte-5r0p3"),c(b,"class","svelte-5r0p3"),O(b,"quality-title-mobile",i[34]),c(h,"class","item item-traffic-saving svelte-5r0p3"),c(h,"role","menuitem"),c(h,"tabindex","0"),c(h,"aria-label",P=U("aria_label_submenu_traffic_saving_off")),O(h,"item-mobile",i[34]),c(v,"class","svelte-5r0p3"),O(v,"quality-title-mobile",i[34]),c(M,"class","item item-traffic-saving svelte-5r0p3"),c(M,"role","menuitem"),c(M,"tabindex","0"),c(M,"aria-label",E=`${U("aria_label_submenu_traffic_saving_on")}. ${U("traffic_saving_helper_text")}`),O(M,"item-mobile",i[34]),c(p,"class","items svelte-5r0p3"),c(p,"role","menu"),O(p,"items-mobile",i[34]),c(W,"class","menu-divider svelte-5r0p3"),c(te,"class","svelte-5r0p3"),c(re,"class","item item-helper-text svelte-5r0p3"),O(re,"item-mobile",i[34]),c(f,"style",I=i[73](i[19]?.clientHeight,!0)),c(e,"class","menu menu-subList menu-subList-traffic-saving svelte-5r0p3"),O(e,"menu-desktop",!i[34]),O(e,"menu-mobile",i[34])},m(j,V){w(j,e,V),m(e,t),L(n,t,null),m(t,o),m(t,r),i[121](t),m(e,a),m(e,s),m(e,u),m(e,f),m(f,p),m(p,h),x&&x.m(h,null),m(h,y),m(h,b),m(p,C),m(p,M),D&&D.m(M,null),m(M,S),m(M,v),i[126](p),m(f,G),m(f,W),m(f,K),m(f,re),m(re,te),Y=!0,X||($=[pe(t,"click",lt(i[66])),pe(h,"click",lt(i[122])),pe(h,"keydown",i[123]),pe(M,"click",lt(i[124])),pe(M,"keydown",i[125]),pe(p,"keydown",i[89])],X=!0)},p(j,V){(!Y||V[1]&8)&&O(t,"item-mobile",j[34]),j[5]?x&&(ue(),_(x,1,1,()=>{x=null}),ce()):x?V[0]&32&&d(x,1):(x=ld(j),x.c(),d(x,1),x.m(h,y)),(!Y||V[1]&8)&&O(b,"quality-title-mobile",j[34]),(!Y||V[1]&8)&&O(h,"item-mobile",j[34]),j[5]?D?V[0]&32&&d(D,1):(D=rd(j),D.c(),d(D,1),D.m(M,S)):D&&(ue(),_(D,1,1,()=>{D=null}),ce()),(!Y||V[1]&8)&&O(v,"quality-title-mobile",j[34]),(!Y||V[1]&8)&&O(M,"item-mobile",j[34]),(!Y||V[1]&8)&&O(p,"items-mobile",j[34]),(!Y||V[1]&8)&&O(re,"item-mobile",j[34]),(!Y||V[0]&524288&&I!==(I=j[73](j[19]?.clientHeight,!0)))&&c(f,"style",I),(!Y||V[1]&8)&&O(e,"menu-desktop",!j[34]),(!Y||V[1]&8)&&O(e,"menu-mobile",j[34])},i(j){Y||(d(n.$$.fragment,j),d(x),d(D),Y=!0)},o(j){_(n.$$.fragment,j),_(x),_(D),Y=!1},d(j){j&&k(e),B(n),i[121](null),x&&x.d(),D&&D.d(),i[126](null),X=!1,et($)}}}function ld(i){let e,t,n;return t=new il({}),{c(){e=T("div"),R(t.$$.fragment),c(e,"class","itemIcon svelte-5r0p3")},m(o,r){w(o,e,r),L(t,e,null),n=!0},i(o){n||(d(t.$$.fragment,o),n=!0)},o(o){_(t.$$.fragment,o),n=!1},d(o){o&&k(e),B(t)}}}function rd(i){let e,t,n;return t=new il({}),{c(){e=T("div"),R(t.$$.fragment),c(e,"class","itemIcon svelte-5r0p3")},m(o,r){w(o,e,r),L(t,e,null),n=!0},i(o){n||(d(t.$$.fragment,o),n=!0)},o(o){_(t.$$.fragment,o),n=!1},d(o){o&&k(e),B(t)}}}function sd(i){let e,t,n,o,r,l,a,s,u,f,p,h;n=new Kn({props:{direction:"left"}});let y=ht(i[6]),b=[];for(let C=0;C<y.length;C+=1)b[C]=ud(H1(i,y,C));let P=C=>_(b[C],1,1,()=>{b[C]=null});return{c(){e=T("div"),t=T("div"),R(n.$$.fragment),o=N(),r=T("div"),r.textContent=`${U("subtitles_caption")}`,a=N(),s=T("ul");for(let C=0;C<b.length;C+=1)b[C].c();c(t,"class","item menu-header svelte-5r0p3"),c(t,"aria-label",l=U("aria_label_submenu_back")),O(t,"item-mobile",i[34]),c(s,"class","items svelte-5r0p3"),c(s,"role","menu"),c(s,"style",u=i[73](i[20]?.clientHeight,!0)),O(s,"items-mobile",i[34]),c(e,"class","menu menu-subList menu-subList-subtitles svelte-5r0p3"),O(e,"menu-desktop",!i[34]),O(e,"menu-mobile",i[34])},m(C,M){w(C,e,M),m(e,t),L(n,t,null),m(t,o),m(t,r),i[127](t),m(e,a),m(e,s);for(let S=0;S<b.length;S+=1)b[S]&&b[S].m(s,null);i[130](s),f=!0,p||(h=[pe(t,"click",lt(i[66])),pe(s,"keydown",i[86])],p=!0)},p(C,M){if((!f||M[1]&8)&&O(t,"item-mobile",C[34]),M[0]&64|M[1]&8|M[2]&33554440){y=ht(C[6]);let S;for(S=0;S<y.length;S+=1){let v=H1(C,y,S);b[S]?(b[S].p(v,M),d(b[S],1)):(b[S]=ud(v),b[S].c(),d(b[S],1),b[S].m(s,null))}for(ue(),S=y.length;S<b.length;S+=1)P(S);ce()}(!f||M[0]&1048576&&u!==(u=C[73](C[20]?.clientHeight,!0)))&&c(s,"style",u),(!f||M[1]&8)&&O(s,"items-mobile",C[34]),(!f||M[1]&8)&&O(e,"menu-desktop",!C[34]),(!f||M[1]&8)&&O(e,"menu-mobile",C[34])},i(C){if(!f){d(n.$$.fragment,C);for(let M=0;M<y.length;M+=1)d(b[M]);f=!0}},o(C){_(n.$$.fragment,C),b=b.filter(Boolean);for(let M=0;M<b.length;M+=1)_(b[M]);f=!1},d(C){C&&k(e),B(n),i[127](null),Hi(b,C),i[130](null),p=!1,et(h)}}}function ad(i){let e,t,n;return t=new il({}),{c(){e=T("div"),R(t.$$.fragment),c(e,"class","itemIcon svelte-5r0p3")},m(o,r){w(o,e,r),L(t,e,null),n=!0},i(o){n||(d(t.$$.fragment,o),n=!0)},o(o){_(t.$$.fragment,o),n=!1},d(o){o&&k(e),B(t)}}}function ud(i){let e,t,n,o=i[142].displayValue+"",r,l,a,s,u,f,p,h=i[142].selected&&ad(i);function y(){return i[128](i[142])}function b(...P){return i[129](i[142],...P)}return{c(){e=T("li"),h&&h.c(),t=N(),n=T("div"),r=Be(o),l=N(),c(n,"class","svelte-5r0p3"),O(n,"quality-title-mobile",i[34]),c(e,"class","item item-quality svelte-5r0p3"),c(e,"data-value",a=i[142].value),c(e,"role","menuitem"),c(e,"tabindex","0"),c(e,"aria-label",s=i[142].displayValue),O(e,"item-mobile",i[34])},m(P,C){w(P,e,C),h&&h.m(e,null),m(e,t),m(e,n),m(n,r),m(e,l),u=!0,f||(p=[pe(e,"click",lt(y)),pe(e,"keydown",b)],f=!0)},p(P,C){i=P,i[142].selected?h?C[0]&64&&d(h,1):(h=ad(i),h.c(),d(h,1),h.m(e,t)):h&&(ue(),_(h,1,1,()=>{h=null}),ce()),(!u||C[0]&64)&&o!==(o=i[142].displayValue+"")&&Ge(r,o),(!u||C[1]&8)&&O(n,"quality-title-mobile",i[34]),(!u||C[0]&64&&a!==(a=i[142].value))&&c(e,"data-value",a),(!u||C[0]&64&&s!==(s=i[142].displayValue))&&c(e,"aria-label",s),(!u||C[1]&8)&&O(e,"item-mobile",i[34])},i(P){u||(d(h),u=!0)},o(P){_(h),u=!1},d(P){P&&k(e),h&&h.d(),f=!1,et(p)}}}function mg(i){let e,t,n,o,r,l,a=i[10]&&U1(i),s=i[12]&&J1(i),u=i[13]&&td(i),f=i[15]&&od(i),p=i[14]&&sd(i);return{c(){e=T("div"),a&&a.c(),t=N(),s&&s.c(),n=N(),u&&u.c(),o=N(),f&&f.c(),r=N(),p&&p.c(),c(e,"class","svelte-5r0p3"),O(e,"hidden",!i[10]),O(e,"container-mobile",i[34])},m(h,y){w(h,e,y),a&&a.m(e,null),m(e,t),s&&s.m(e,null),m(e,n),u&&u.m(e,null),m(e,o),f&&f.m(e,null),m(e,r),p&&p.m(e,null),l=!0},p(h,y){h[10]?a?(a.p(h,y),y[0]&1024&&d(a,1)):(a=U1(h),a.c(),d(a,1),a.m(e,t)):a&&(ue(),_(a,1,1,()=>{a=null}),ce()),h[12]?s?(s.p(h,y),y[0]&4096&&d(s,1)):(s=J1(h),s.c(),d(s,1),s.m(e,n)):s&&(ue(),_(s,1,1,()=>{s=null}),ce()),h[13]?u?(u.p(h,y),y[0]&8192&&d(u,1)):(u=td(h),u.c(),d(u,1),u.m(e,o)):u&&(ue(),_(u,1,1,()=>{u=null}),ce()),h[15]?f?(f.p(h,y),y[0]&32768&&d(f,1)):(f=od(h),f.c(),d(f,1),f.m(e,r)):f&&(ue(),_(f,1,1,()=>{f=null}),ce()),h[14]?p?(p.p(h,y),y[0]&16384&&d(p,1)):(p=sd(h),p.c(),d(p,1),p.m(e,null)):p&&(ue(),_(p,1,1,()=>{p=null}),ce()),(!l||y[0]&1024)&&O(e,"hidden",!h[10]),(!l||y[1]&8)&&O(e,"container-mobile",h[34])},i(h){l||(d(a),d(s),d(u),d(f),d(p),l=!0)},o(h){_(a),_(s),_(u),_(f),_(p),l=!1},d(h){h&&k(e),a&&a.d(),s&&s.d(),u&&u.d(),f&&f.d(),p&&p.d()}}}var pg=18;function _g(i,e,t){let n,o,r,l,a,s,u,f,p,h,y,b,P,C,M,S,v,E,G,W,K,re,te,I,{ref:Y=void 0}=e,{supportLink:X}=e,{playerControlsHeight:$=0}=e,{returnFocus:x}=e,D=$e(),j=Vt(),V=D.state.currentQuality$;F(i,V,se=>t(102,P=se));let Q=D.state.availableQualities$;F(i,Q,se=>t(8,y=se));let De=D.state.autoQualityLimitingAvailable$;F(i,De,se=>t(106,v=se));let We=D.state.isAutoQualityEnabled$;F(i,We,se=>t(103,C=se));let qe=D.state.currentPlaybackRate$;F(i,qe,se=>t(9,b=se));let Ze=D.state.availablePlaybackRates$;F(i,Ze,se=>t(7,p=se));let Ae=D.state.currentSubtitle$;F(i,Ae,se=>t(35,te=se));let ye=D.state.availableSubtitlesList$;F(i,ye,se=>t(6,u=se));let J=D.state.canDownload,ke=D.state.hasMpegSources$;F(i,ke,se=>t(107,E=se));let Fe=D.ui.settingsMenuVisible;F(i,Fe,se=>t(10,re=se));let Ye=D.ui.settingsMenuOpenedByKeyboard;F(i,Ye,se=>t(132,o=se));let Je=D.ui.isMobile;F(i,Je,se=>t(34,r=se));let he=D.ui.mobileNotReportControlHidden$;F(i,he,se=>t(104,M=se));let Ve=D.state.canChangePlaybackSpeed$;F(i,Ve,se=>t(105,S=se));let ze=D.ui.isFullscreen;F(i,ze,se=>t(135,K=se));let tt=D.state.trafficSavingEnabled$;F(i,tt,se=>t(5,a=se));let le=D.ui.playerSize;F(i,le,se=>t(134,W=se));let oe=D.ui.debugPanelVisible;F(i,oe,se=>t(36,I=se));let Ce=D.ui.playerSize;F(i,Ce,se=>t(133,G=se));let fe=D.state.isInteractiveTime$,Ee=D.actions.internal.downloadVideo,je=D.actions.internal.closeSettingsMenu,rt=!0,dt=!1,st=!1,de=!1,ct=!1,It=!1;function _t(){o||x?.(),je(),It=!1}function yt(){t(11,rt=!1),t(12,dt=!0)}function Lt(){t(11,rt=!1),t(15,ct=!0)}function Ue(se){D.actions.internal.setQuality(se),_t()}function Qt(se){D.actions.internal.setTrafficSavingEnabled(se),_t()}function ve(){t(11,rt=!1),t(13,st=!0)}function bt(se){D.actions.internal.setPlaybackRate(se),_t()}function Tt(){t(11,rt=!1),t(14,de=!0)}function Xe(se){D.actions.internal.setSubtitle(se),_t()}function at(){t(11,rt=!0),t(12,dt=!1),t(13,st=!1),t(14,de=!1),t(15,ct=!1)}function kt(){Ee(),_t()}function Et(){window.open(X,"_blank"),_t(),D.actions.internal.pause()}function yi(){kl(D.actions.internal.getDebugTextData()),_t()}function ki(){oe.set(!0),_t()}function wi(){It=!0}function Qi(){It=!1}function ln(se,ft,Gt){if(!se)return"...";let ei=ft.find(Fi=>Fi.value===se),Oi=ei?ei.displayValue:se;return Gt?se===cd.VideoQuality.INVARIANT?U("auto_quality_invariant"):U("auto_quality",{actual:Oi}):Oi}let si,ai,Ci,Yt,ui;function Yi(se=0,ft=!1){return r&&K&&ft?`max-height: ${Math.round(W.height*.6)}px`:r?"":`max-height: ${G.height-pg-se-$}px; overflow: auto;`}let Si,Pi,ci,Ii,fi,Ti,Ei,At,zt,Zt,di=Re(!1);F(i,di,se=>t(101,h=se));let Ft,mi,Xt=Re(!1);F(i,Xt,se=>t(100,f=se));let ii,Bt,Rt=Re(!1);F(i,Rt,se=>t(99,s=se));let qt,Jt,pi=Re(!1);F(i,pi,se=>t(98,l=se));let cn=se=>{ur(se,je)},Zi=async se=>{Cl(se,yt,()=>{let ft=y.findIndex(Gt=>Gt.selected);return Zt.childNodes[ft]})},xt=async se=>{Sl(se,at,di,je)},ni=(se,ft)=>{ji(se,()=>Ue(ft))},Mi=async se=>{Cl(se,ve,()=>{let ft=p.findIndex(Gt=>Gt.selected);return mi.childNodes[ft]})},zi=async se=>{Sl(se,at,Xt,je)},Ut=(se,ft)=>{ji(se,()=>bt(ft))},wt=async se=>{Cl(se,Tt,()=>{let ft=u.findIndex(Gt=>Gt.selected);return Bt.childNodes[ft]})},Ai=async se=>{Sl(se,at,Rt,je)},Xi=(se,ft)=>{ji(se,()=>Xe(ft))},oi=async se=>{Cl(se,Lt,()=>{let ft=a?2:0;return Jt.childNodes[ft]})},Ji=async se=>{Sl(se,at,pi,je)},_i=(se,ft)=>{ji(se,()=>Qt(ft))},rn=se=>{ji(se,()=>kt())},xi=se=>{ji(se,()=>Et())},sn=se=>{ji(se,()=>yi())},qi=se=>{ji(se,()=>ki())};St(()=>{let se=fe.subscribe(ft=>{ft&&!r&&!It&&!o&&_t()});return()=>{se()}});function Vi(se){_e[se?"unshift":"push"](()=>{zt=se,t(1,zt)})}function Kt(se){_e[se?"unshift":"push"](()=>{Ft=se,t(2,Ft)})}function $t(se){_e[se?"unshift":"push"](()=>{ii=se,t(3,ii)})}function hi(se){_e[se?"unshift":"push"](()=>{qt=se,t(4,qt)})}function Ui(se){_e[se?"unshift":"push"](()=>{Y=se,t(0,Y)})}function Ki(se){_e[se?"unshift":"push"](()=>{ai=se,t(17,ai)})}let gi=se=>Ue(se.value),Li=(se,ft)=>ni(ft,se.value);function Bi(se){_e[se?"unshift":"push"](()=>{Zt=se,t(29,Zt)})}function Qe(se){_e[se?"unshift":"push"](()=>{Ci=se,t(18,Ci)})}let Wi=se=>bt(se.value),Ht=(se,ft)=>Ut(ft,se.value);function He(se){_e[se?"unshift":"push"](()=>{mi=se,t(30,mi)})}function Ri(se){_e[se?"unshift":"push"](()=>{Yt=se,t(19,Yt)})}let $i=()=>Qt(!1),Gi=se=>_i(se,!1),Di=()=>Qt(!0),an=se=>_i(se,!0);function Ni(se){_e[se?"unshift":"push"](()=>{Jt=se,t(32,Jt)})}function en(se){_e[se?"unshift":"push"](()=>{ui=se,t(20,ui)})}let Wt=se=>Xe(se),tn=(se,ft)=>Xi(ft,se);function li(se){_e[se?"unshift":"push"](()=>{Bt=se,t(31,Bt)})}return i.$$set=se=>{"ref"in se&&t(0,Y=se.ref),"supportLink"in se&&t(95,X=se.supportLink),"playerControlsHeight"in se&&t(96,$=se.playerControlsHeight),"returnFocus"in se&&t(97,x=se.returnFocus)},i.$$.update=()=>{if(i.$$.dirty[0]&1024)e:re&&(t(11,rt=!0),t(12,dt=!1),t(13,st=!1),t(14,de=!1),t(15,ct=!1));if(i.$$.dirty[3]&512)e:t(33,n=co(P));if(i.$$.dirty[0]&256|i.$$.dirty[3]&1536)e:t(16,si=ln(P,y,C));if(i.$$.dirty[3]&18432)e:t(21,Si=J&&E&&!M);if(i.$$.dirty[3]&10240)e:t(22,Pi=j.features.trafficSaving&&!M&&v);if(i.$$.dirty[0]&64|i.$$.dirty[3]&2048)e:t(23,ci=u.length>0&&!M);if(i.$$.dirty[3]&6144)e:t(24,Ii=!!S&&!M);if(i.$$.dirty[3]&2048)e:t(25,fi=!M);if(i.$$.dirty[0]&32)e:t(26,Ti=a?U("traffic_saving_on"):U("traffic_saving_off"));if(i.$$.dirty[3]&1536)e:t(27,Ei=C?U("auto_quality_option"):P);if(i.$$.dirty[0]&640)e:t(28,At=p.find(se=>se.value===b)?.displayValue);if(i.$$.dirty[0]&2|i.$$.dirty[3]&256)e:wl(zt,di,h);if(i.$$.dirty[0]&4|i.$$.dirty[3]&128)e:wl(Ft,Xt,f);if(i.$$.dirty[0]&8|i.$$.dirty[3]&64)e:wl(ii,Rt,s);if(i.$$.dirty[0]&16|i.$$.dirty[3]&32)e:wl(qt,pi,l)},[Y,zt,Ft,ii,qt,a,u,p,y,b,re,rt,dt,st,de,ct,si,ai,Ci,Yt,ui,Si,Pi,ci,Ii,fi,Ti,Ei,At,Zt,mi,Bt,Jt,n,r,te,I,j,V,Q,De,We,qe,Ze,Ae,ye,ke,Fe,Ye,Je,he,Ve,ze,tt,le,oe,Ce,_t,yt,Lt,Ue,Qt,ve,bt,Tt,Xe,at,kt,Et,yi,ki,wi,Qi,Yi,di,Xt,Rt,pi,cn,Zi,xt,ni,Mi,zi,Ut,wt,Ai,Xi,oi,Ji,_i,rn,xi,sn,qi,X,$,x,l,s,f,h,P,C,M,S,v,E,Vi,Kt,$t,hi,Ui,Ki,gi,Li,Bi,Qe,Wi,Ht,He,Ri,$i,Gi,Di,an,Ni,en,Wt,tn,li]}var Pa=class extends z{constructor(e){super(),q(this,e,_g,mg,H,{ref:0,supportLink:95,playerControlsHeight:96,returnFocus:97},fg,[-1,-1,-1,-1,-1])}},yr=Pa;function hg(i){we(i,"svelte-d9t49t",".settings-icon-wrapper.svelte-d9t49t{position:relative;width:24px}")}function gg(i){let e,t,n;return t=new br({props:{isMobile:i[3],currentQuality:i[4]}}),{c(){e=T("span"),R(t.$$.fragment),c(e,"class","settings-icon-wrapper svelte-d9t49t")},m(o,r){w(o,e,r),L(t,e,null),n=!0},p(o,r){let l={};r&8&&(l.isMobile=o[3]),r&16&&(l.currentQuality=o[4]),t.$set(l)},i(o){n||(d(t.$$.fragment,o),n=!0)},o(o){_(t.$$.fragment,o),n=!1},d(o){o&&k(e),B(t)}}}function bg(i){let e,t,n;function o(l){i[9](l)}let r={className:i[1]?"opened":"",testId:"btn-settings",click:i[8],ariaLabel:i[2],ariaExpanded:i[1],$$slots:{default:[gg]},$$scope:{ctx:i}};return i[0]!==void 0&&(r.ref=i[0]),e=new mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,[a]){let s={};a&2&&(s.className=l[1]?"opened":""),a&4&&(s.ariaLabel=l[2]),a&2&&(s.ariaExpanded=l[1]),a&4120&&(s.$$scope={dirty:a,ctx:l}),!t&&a&1&&(t=!0,s.ref=l[0],Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function vg(i,e,t){let n,o,r,{ref:l=void 0}=e,a=$e(),s=a.state.currentQuality$;F(i,s,P=>t(4,r=P));let u=a.ui.settingsMenuVisible;F(i,u,P=>t(1,n=P));let f=a.actions.internal.toggleSettingsMenu,p=a.ui.isMobile;F(i,p,P=>t(3,o=P));let h;function y(P){let C=xo(P);f(C)}function b(P){l=P,t(0,l)}return i.$$set=P=>{"ref"in P&&t(0,l=P.ref)},i.$$.update=()=>{if(i.$$.dirty&2)e:t(2,h=n?U("tooltip_settings_on"):U("tooltip_settings_off"))},[l,n,h,o,r,s,u,p,y,b]}var Ia=class extends z{constructor(e){super(),q(this,e,vg,bg,H,{ref:0},hg)}},Il=Ia;function yg(i){let e,t,n,o=i[2].default,r=Se(o,i,i[1],null),l=[{xmlns:"http://www.w3.org/2000/svg"},{width:"22"},{height:"16"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"subtitle-pained-icon"},{role:"img"},i[0]],a={};for(let s=0;s<l.length;s+=1)a=ne(a,l[s]);return{c(){e=A("svg"),r&&r.c(),t=A("path"),c(t,"fill","#fff"),c(t,"d","M3 0h14a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m1 9h2a1 1 0 0 0 0-2H4a1 1 0 0 0 0 2m5 0h7a1 1 0 1 0 0-2H9a1 1 0 0 0 0 2m-5 4h7a1 1 0 1 0 0-2H4a1 1 0 1 0 0 2m10 0h2a1 1 0 1 0 0-2h-2a1 1 0 1 0 0 2"),be(e,a)},m(s,u){w(s,e,u),r&&r.m(e,null),m(e,t),n=!0},p(s,[u]){r&&r.p&&(!n||u&2)&&Ie(r,o,s,s[1],n?Pe(o,s[1],u,null):Te(s[1]),null),be(e,a=Le(l,[{xmlns:"http://www.w3.org/2000/svg"},{width:"22"},{height:"16"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"subtitle-pained-icon"},{role:"img"},u&1&&s[0]]))},i(s){n||(d(r,s),n=!0)},o(s){_(r,s),n=!1},d(s){s&&k(e),r&&r.d(s)}}}function kg(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var Ta=class extends z{constructor(e){super(),q(this,e,kg,yg,H,{})}},fd=Ta;function wg(i){let e,t;return e=new vr({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Cg(i){let e,t;return e=new fd({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Sg(i){let e,t,n,o,r=[Cg,wg],l=[];function a(s,u){return s[0]?0:1}return e=a(i,-1),t=l[e]=r[e](i),{c(){t.c(),n=nt()},m(s,u){l[e].m(s,u),w(s,n,u),o=!0},p(s,u){let f=e;e=a(s,u),e!==f&&(ue(),_(l[f],1,1,()=>{l[f]=null}),ce(),t=l[e],t||(t=l[e]=r[e](s),t.c()),d(t,1),t.m(n.parentNode,n))},i(s){o||(d(t),o=!0)},o(s){_(t),o=!1},d(s){s&&k(n),l[e].d(s)}}}function Pg(i){let e,t;return e=new mt({props:{testId:"btn-Subtitles",ariaLabel:i[2],click:i[1],ariaKeyShortCut:qn.KeyC,$$slots:{default:[Sg]},$$scope:{ctx:i}}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,[o]){let r={};o&4&&(r.ariaLabel=n[2]),o&2&&(r.click=n[1]),o&9&&(r.$$scope={dirty:o,ctx:n}),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Ig(i,e,t){let{isSubtitlesEnabled:n=!1}=e,{click:o}=e,r;return i.$$set=l=>{"isSubtitlesEnabled"in l&&t(0,n=l.isSubtitlesEnabled),"click"in l&&t(1,o=l.click)},i.$$.update=()=>{if(i.$$.dirty&1)e:t(2,r=n?U("tooltip_subtitles_on"):U("tooltip_subtitles_off"))},[n,o,r]}var Ea=class extends z{constructor(e){super(),q(this,e,Ig,Pg,H,{isSubtitlesEnabled:0,click:1})}},dd=Ea;function Tg(i){we(i,"svelte-19o2urr",".time.svelte-19o2urr{display:flex;align-items:center;font-weight:500;font-variant-numeric:tabular-nums;padding:12px 6px}.time.mobile.svelte-19o2urr{padding:0 0 0 8px}.current.svelte-19o2urr{position:relative}.duration.svelte-19o2urr{opacity:0.7}.duration.svelte-19o2urr:before{content:' / ';white-space:pre}")}function md(i){let e,t;return{c(){e=T("span"),t=Be(i[3]),c(e,"class","duration svelte-19o2urr")},m(n,o){w(n,e,o),m(e,t)},p(n,o){o&8&&Ge(t,n[3])},d(n){n&&k(e)}}}function Eg(i){let e,t,n,o,r=i[2]&&md(i);return{c(){e=T("div"),t=T("span"),n=Be(i[4]),o=N(),r&&r.c(),c(t,"class","current svelte-19o2urr"),c(e,"class","time svelte-19o2urr"),O(e,"mobile",i[1])},m(l,a){w(l,e,a),m(e,t),m(t,n),m(e,o),r&&r.m(e,null),i[7](e)},p(l,[a]){a&16&&Ge(n,l[4]),l[2]?r?r.p(l,a):(r=md(l),r.c(),r.m(e,null)):r&&(r.d(1),r=null),a&2&&O(e,"mobile",l[1])},i:me,o:me,d(l){l&&k(e),r&&r.d(),i[7](null)}}}function Mg(i,e,t){let{isMobile:n=!1}=e,{duration:o}=e,{position:r}=e,{showDuration:l=!0}=e,{ref:a}=e,s,u;function f(p){_e[p?"unshift":"push"](()=>{a=p,t(0,a)})}return i.$$set=p=>{"isMobile"in p&&t(1,n=p.isMobile),"duration"in p&&t(5,o=p.duration),"position"in p&&t(6,r=p.position),"showDuration"in p&&t(2,l=p.showDuration),"ref"in p&&t(0,a=p.ref)},i.$$.update=()=>{if(i.$$.dirty&32)e:t(3,s=bn(o));if(i.$$.dirty&64)e:t(4,u=bn(r))},[a,n,l,s,u,o,r,f]}var Ma=class extends z{constructor(e){super(),q(this,e,Mg,Eg,H,{isMobile:1,duration:5,position:6,showDuration:2,ref:0},Tg)}},kr=Ma;var Yn=require("@vkontakte/videoplayer-shared");function Ag(i){we(i,"svelte-1n5yyua",".icon.svelte-1n5yyua.svelte-1n5yyua{display:block;width:24px;height:24px}.icon.svelte-1n5yyua .cross.svelte-1n5yyua{visibility:hidden}.icon[data-value='off'].svelte-1n5yyua .wave1.svelte-1n5yyua,.icon[data-value='off'].svelte-1n5yyua .wave2.svelte-1n5yyua{visibility:hidden}.icon[data-value='off'].svelte-1n5yyua .cross.svelte-1n5yyua{visibility:visible}.icon[data-value='mid'].svelte-1n5yyua .wave2.svelte-1n5yyua,.icon[data-value='min'].svelte-1n5yyua .wave2.svelte-1n5yyua{visibility:hidden}")}function Vg(i){let e,t,n,o,r,l;return{c(){e=A("svg"),t=A("g"),n=A("path"),o=A("path"),r=A("path"),c(n,"class","wave2 svelte-1n5yyua"),c(n,"d","M12.98 18.823c-.031 1.207-.67 1.609-1.828.62-1.719-1.469-3.609-3.194-4.242-3.721-.632-.529-1.645-.62-3.073-.62-1.427 0-1.815-.621-1.815-1.241s-.014-1.83-.014-2.001c0-.055.005-.086.014-.13.02-.095-.058-.973 0-1.59.085-.906.388-1.241 1.815-1.241 1.428 0 2.44-.092 3.073-.62.633-.529 2.523-2.253 4.242-3.722 1.158-.989 1.797-.587 1.829.62.043 1.607 0 3.85 0 6.683 0 2.83.043 5.356 0 6.963zm2.901-8.704A.875.875 0 1 1 17.12 8.88c.176.177.41.47.64.872.384.671.616 1.425.616 2.247s-.232 1.576-.615 2.247a4.23 4.23 0 0 1-.641.872.875.875 0 1 1-1.238-1.238c.074-.073.214-.249.36-.503.241-.423.384-.887.384-1.378s-.143-.955-.385-1.378a2.597 2.597 0 0 0-.359-.503zm3-2A.875.875 0 1 1 20.12 6.88c.263.264.62.74.966 1.432.517 1.033.843 2.255.89 3.716-.047 1.403-.373 2.625-.89 3.658-.346.692-.703 1.168-.966 1.432a.875.875 0 1 1-1.238-1.238c.138-.137.383-.464.639-.976.407-.814.667-1.79.705-2.876-.038-1.144-.298-2.12-.705-2.934-.256-.512-.501-.839-.639-.976z"),c(o,"class","wave1 svelte-1n5yyua"),c(o,"d","M12.98 18.823c-.031 1.207-.67 1.609-1.828.62-1.719-1.469-3.609-3.194-4.242-3.721-.632-.529-1.645-.62-3.073-.62-1.427 0-1.815-.621-1.815-1.241s-.014-1.83-.014-2.001c0-.055.005-.086.014-.13.02-.095-.058-.973 0-1.59.085-.906.388-1.241 1.815-1.241 1.428 0 2.44-.092 3.073-.62.633-.529 2.523-2.253 4.242-3.722 1.158-.989 1.797-.587 1.829.62.043 1.607 0 3.85 0 6.683 0 2.83.043 5.356 0 6.963zm2.901-8.704A.875.875 0 1 1 17.12 8.88c.176.177.41.47.64.872.384.671.616 1.425.616 2.247s-.232 1.576-.615 2.247a4.23 4.23 0 0 1-.641.872.875.875 0 1 1-1.238-1.238c.074-.073.214-.249.36-.503.241-.423.384-.887.384-1.378s-.143-.955-.385-1.378a2.597 2.597 0 0 0-.359-.503z"),c(r,"class","cross svelte-1n5yyua"),c(r,"d","m20 10.763 2.381-2.382A.875.875 0 1 1 23.62 9.62L21.237 12l2.382 2.381a.875.875 0 1 1-1.238 1.238L20 13.237l-2.381 2.382a.875.875 0 1 1-1.238-1.238L18.763 12 16.38 9.619A.875.875 0 1 1 17.62 8.38zm-7.02 8.06c-.031 1.207-.67 1.609-1.828.62-1.719-1.469-3.609-3.194-4.242-3.721-.632-.529-1.645-.62-3.073-.62-1.427 0-1.815-.621-1.815-1.241s-.014-1.83-.014-2.001c0-.055.005-.086.014-.13.02-.095-.058-.973 0-1.59.085-.906.388-1.241 1.815-1.241 1.428 0 2.44-.092 3.073-.62.633-.529 2.523-2.253 4.242-3.722 1.158-.989 1.797-.587 1.829.62.043 1.607 0 3.85 0 6.683 0 2.83.043 5.356 0 6.963z"),c(t,"fill","#fff"),c(t,"fill-rule","evenodd"),c(e,"data-value",i[0]),c(e,"data-testid",l="volume-"+i[0]+"-icon"),c(e,"xmlns","http://www.w3.org/2000/svg"),c(e,"class","icon svelte-1n5yyua"),c(e,"aria-hidden","true")},m(a,s){w(a,e,s),m(e,t),m(t,n),m(t,o),m(t,r)},p(a,[s]){s&1&&c(e,"data-value",a[0]),s&1&&l!==(l="volume-"+a[0]+"-icon")&&c(e,"data-testid",l)},i:me,o:me,d(a){a&&k(e)}}}function Lg(i,e,t){let{volume:n=1}=e,{muted:o=!1}=e,r=(a,s)=>s?"off":a>.5?"max":a>.2?"mid":a>0?"min":"off",l;return i.$$set=a=>{"volume"in a&&t(1,n=a.volume),"muted"in a&&t(2,o=a.muted)},i.$$.update=()=>{if(i.$$.dirty&6)e:t(0,l=r(n,o))},[l,n,o]}var Aa=class extends z{constructor(e){super(),q(this,e,Lg,Vg,H,{volume:1,muted:2},Ag)}},Bo=Aa;var In=require("@vkontakte/videoplayer-shared");var gd=require("@vkontakte/videoplayer-shared");var hd=require("@vkontakte/videoplayer-shared");function Bg(i){let e,t,n=i[4].default,o=Se(n,i,i[3],null);return{c(){e=T("div"),o&&o.c(),c(e,"class","overlay")},m(r,l){w(r,e,l),o&&o.m(e,null),i[5](e),t=!0},p(r,[l]){o&&o.p&&(!t||l&8)&&Ie(o,n,r,r[3],t?Pe(n,r[3],l,null):Te(r[3]),null)},i(r){t||(d(o,r),t=!0)},o(r){_(o,r),t=!1},d(r){r&&k(e),o&&o.d(r),i[5](null)}}}function Rg(i,e,t){let n,{$$slots:o={},$$scope:r}=e,a=$e().ui.overlayContainer$;F(i,a,h=>t(2,n=h));let s,u=h=>{!h||!s||!h.contains(s)||h.removeChild(s)},f=h=>{!h||!s||h.contains(s)||h.appendChild(s)};St(()=>(f(n),()=>u(n)));function p(h){_e[h?"unshift":"push"](()=>{s=h,t(0,s)})}return i.$$set=h=>{"$$scope"in h&&t(3,r=h.$$scope)},i.$$.update=()=>{if(i.$$.dirty&4)e:f(n)},[s,a,n,r,o,p]}var Va=class extends z{constructor(e){super(),q(this,e,Rg,Bg,H,{})}},pd=Va;function Dg(i){we(i,"svelte-tny135",'.tooltip-wrapper.svelte-tny135{display:flex;flex-direction:column;min-width:0}.full-width.svelte-tny135{width:100%}.tooltip.svelte-tny135{position:absolute;opacity:0;visibility:hidden;transition:opacity 200ms, visibility 200ms;bottom:100%;left:0}.content.svelte-tny135{display:inline-block;padding:6px 10px;border-radius:3px;color:var(--white);background-color:rgba(41, 41, 41, .8)}.tooltip.active.svelte-tny135{opacity:1;visibility:visible}.tooltip-pointer.svelte-tny135{position:absolute;bottom:0;width:0;border-top:5px solid rgba(41, 41, 41, .8);border-right:5px solid transparent;border-left:5px solid transparent;content:" ";font-size:0;line-height:0}.bottom-placement-pointer.svelte-tny135{top:0;bottom:auto}')}function _d(i){let e,t;return e=new pd({props:{$$slots:{default:[Ng]},$$scope:{ctx:i}}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o&2097395&&(r.$$scope={dirty:o,ctx:n}),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Ng(i){let e,t,n,o,r,l,a;return{c(){e=T("div"),t=T("div"),n=Be(i[1]),o=N(),r=T("div"),c(t,"class","content svelte-tny135"),c(r,"class","tooltip-pointer svelte-tny135"),c(r,"style",l=`transform: translate(${i[5]}px, ${i[9]}px) rotate(${i[8]?0:"180deg"});`),O(r,"bottom-placement-pointer",!i[8]),c(e,"class","tooltip svelte-tny135"),c(e,"style",a=`transform: translate(${i[6]}px, ${i[7]}px);`),O(e,"active",i[0])},m(s,u){w(s,e,u),m(e,t),m(t,n),m(e,o),m(e,r),i[20](e)},p(s,u){u&2&&Ge(n,s[1]),u&32&&l!==(l=`transform: translate(${s[5]}px, ${s[9]}px) rotate(${s[8]?0:"180deg"});`)&&c(r,"style",l),u&192&&a!==(a=`transform: translate(${s[6]}px, ${s[7]}px);`)&&c(e,"style",a),u&1&&O(e,"active",s[0])},d(s){s&&k(e),i[20](null)}}}function Og(i){let e,t,n,o,r,l,a=i[18].default,s=Se(a,i,i[21],null),u=i[1]&&_d(i);return{c(){e=T("div"),s&&s.c(),t=N(),u&&u.c(),n=nt(),c(e,"class","tooltip-wrapper svelte-tny135"),O(e,"full-width",i[2])},m(f,p){w(f,e,p),s&&s.m(e,null),i[19](e),w(f,t,p),u&&u.m(f,p),w(f,n,p),o=!0,r||(l=[pe(e,"mouseenter",i[12]),pe(e,"mousemove",i[12]),pe(e,"mouseleave",i[13]),pe(e,"mousedown",i[13]),pe(e,"mouseup",i[12])],r=!0)},p(f,[p]){s&&s.p&&(!o||p&2097152)&&Ie(s,a,f,f[21],o?Pe(a,f[21],p,null):Te(f[21]),null),(!o||p&4)&&O(e,"full-width",f[2]),f[1]?u?(u.p(f,p),p&2&&d(u,1)):(u=_d(f),u.c(),d(u,1),u.m(n.parentNode,n)):u&&(ue(),_(u,1,1,()=>{u=null}),ce())},i(f){o||(d(s,f),d(u),o=!0)},o(f){_(s,f),_(u),o=!1},d(f){f&&(k(e),k(t),k(n)),s&&s.d(f),i[19](null),u&&u.d(f),r=!1,et(l)}}}var Tl=5;function Fg(i,e,t){let n,o,{$$slots:r={},$$scope:l}=e,{content:a=""}=e,{active:s=!1}=e,{translateX:u=0}=e,{translateY:f=0}=e,{isFullWidthWrapper:p=!1}=e,{placement:h="top"}=e,{onVisibilityChange:y=hd.noop}=e,b=h==="top",P,C,M,S=0,v=b?Tl:-Tl,E=0,G=0,W=Vt(),K=$e(),re=K.ui.playerSize;F(i,re,Q=>t(24,o=Q));let te=K.ui.overlayContainer$;F(i,te,Q=>t(23,n=Q));let I=K.getLogger().createComponentLog("Tooltip component"),Y=()=>{if(!n||!C||!P)return;let Q=n.getBoundingClientRect(),De=P.getBoundingClientRect(),We=De.width,qe=C.clientWidth,Ze=o.width,Ae=(We-qe)/2,ye=De.left+u-Q.left,J=ye+Ae,ke=De.top+f-Q.top,Fe=qe/2-Tl,Ye=J<8,Je=J+qe>Ze-8;Ye&&(J=8,Fe=ye+De.width/2-2.5*Tl),Je&&(J=Ze-8-qe,Fe=De.left-Q.left+De.width/2-J-Tl),t(6,E=J),t(7,G=ke),t(5,S=Fe)},X=()=>{try{if(!n||!P)return;Y(),t(0,s=!0)}catch(Q){I({message:String(Q)})}},$=()=>{t(0,s=!1)},x=()=>{C&&(M||(M=window.setTimeout(X,W.controls.hideTimeoutTooltips)),s&&X())},D=()=>{$(),window.clearTimeout(M),M=void 0};St(Y),Ln(()=>window.clearTimeout(M));function j(Q){_e[Q?"unshift":"push"](()=>{P=Q,t(3,P)})}function V(Q){_e[Q?"unshift":"push"](()=>{C=Q,t(4,C)})}return i.$$set=Q=>{"content"in Q&&t(1,a=Q.content),"active"in Q&&t(0,s=Q.active),"translateX"in Q&&t(14,u=Q.translateX),"translateY"in Q&&t(15,f=Q.translateY),"isFullWidthWrapper"in Q&&t(2,p=Q.isFullWidthWrapper),"placement"in Q&&t(16,h=Q.placement),"onVisibilityChange"in Q&&t(17,y=Q.onVisibilityChange),"$$scope"in Q&&t(21,l=Q.$$scope)},i.$$.update=()=>{if(i.$$.dirty&131073)e:y(s)},[s,a,p,P,C,S,E,G,b,v,re,te,x,D,u,f,h,y,r,j,V,l]}var La=class extends z{constructor(e){super(),q(this,e,Fg,Og,H,{content:1,active:0,translateX:14,translateY:15,isFullWidthWrapper:2,placement:16,onVisibilityChange:17},Dg)}},wr=La;function Hg(i){we(i,"svelte-p9r045",".btn-container.svelte-p9r045{position:relative;display:flex;align-items:center;height:100%;transition:var(--button-hover-transition);will-change:opacity;-webkit-tap-highlight-color:transparent}.w-max.svelte-p9r045{width:100%;min-width:0}")}function zg(i){let e,t=i[19].default,n=Se(t,i,i[24],null);return{c(){n&&n.c()},m(o,r){n&&n.m(o,r),e=!0},p(o,r){n&&n.p&&(!e||r&16777216)&&Ie(n,t,o,o[24],e?Pe(t,o[24],r,null):Te(o[24]),null)},i(o){e||(d(n,o),e=!0)},o(o){_(n,o),e=!1},d(o){n&&n.d(o)}}}function qg(i){let e,t;return e=new wr({props:{content:i[12],translateX:i[10],translateY:i[11],isFullWidthWrapper:i[4],active:i[6],placement:i[7],onVisibilityChange:i[9],$$slots:{default:[Ug]},$$scope:{ctx:i}}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o&4096&&(r.content=n[12]),o&1024&&(r.translateX=n[10]),o&2048&&(r.translateY=n[11]),o&16&&(r.isFullWidthWrapper=n[4]),o&64&&(r.active=n[6]),o&128&&(r.placement=n[7]),o&512&&(r.onVisibilityChange=n[9]),o&16777216&&(r.$$scope={dirty:o,ctx:n}),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Ug(i){let e,t=i[19].default,n=Se(t,i,i[24],null);return{c(){n&&n.c()},m(o,r){n&&n.m(o,r),e=!0},p(o,r){n&&n.p&&(!e||r&16777216)&&Ie(n,t,o,o[24],e?Pe(t,o[24],r,null):Te(o[24]),null)},i(o){e||(d(n,o),e=!0)},o(o){_(n,o),e=!1},d(o){n&&n.d(o)}}}function Kg(i){let e,t,n,o,r,l,a,s,u,f=[qg,zg],p=[];function h(y,b){return y[3]&&y[5]&&!y[13]?0:1}return t=h(i,-1),n=p[t]=f[t](i),{c(){e=T("div"),n.c(),c(e,"class",o="btn-container "+i[2]+" svelte-p9r045"),c(e,"aria-hidden",r=i[8]||null),Rn(()=>i[23].call(e))},m(y,b){w(y,e,b),p[t].m(e,null),i[22](e),l=qo(e,i[23].bind(e)),a=!0,s||(u=[pe(e,"pointerdown",lt(Ct(i[20]))),pe(e,"click",lt(Ct(i[21])))],s=!0)},p(y,[b]){let P=t;t=h(y,b),t===P?p[t].p(y,b):(ue(),_(p[P],1,1,()=>{p[P]=null}),ce(),n=p[t],n?n.p(y,b):(n=p[t]=f[t](y),n.c()),d(n,1),n.m(e,null)),(!a||b&4&&o!==(o="btn-container "+y[2]+" svelte-p9r045"))&&c(e,"class",o),(!a||b&256&&r!==(r=y[8]||null))&&c(e,"aria-hidden",r)},i(y){a||(d(n),a=!0)},o(y){_(n),a=!1},d(y){y&&k(e),p[t].d(),i[22](null),l(),s=!1,et(u)}}}function Wg(i,e,t){let n,o,{$$slots:r={},$$scope:l}=e,{className:a=""}=e,{disabled:s=!1}=e,{hasTooltip:u=!0}=e,{ref:f=void 0}=e,{width:p=void 0}=e,{isFullWidthTooltip:h=!0}=e,{tooltipContent:y=""}=e,{tooltipActive:b=!1}=e,{tooltipPlacement:P="top"}=e,{disabledTooltipContent:C=U("tooltip_button_disabled")}=e,{isAriaHidden:M=!1}=e,{onTooltipVisibilityChange:S=gd.noop}=e,{initialTranslateXPx:v=0}=e,{initialTranslateYPx:E=-18}=e,G=$e(),W=G.ui.isMobile;F(i,W,$=>t(13,o=$));let K=G.state.graphIsOpened$;F(i,K,$=>t(18,n=$));let re;function te($){gn.call(this,i,$)}function I($){gn.call(this,i,$)}function Y($){_e[$?"unshift":"push"](()=>{f=$,t(0,f)})}function X(){p=this.clientWidth,t(1,p)}return i.$$set=$=>{"className"in $&&t(2,a=$.className),"disabled"in $&&t(16,s=$.disabled),"hasTooltip"in $&&t(3,u=$.hasTooltip),"ref"in $&&t(0,f=$.ref),"width"in $&&t(1,p=$.width),"isFullWidthTooltip"in $&&t(4,h=$.isFullWidthTooltip),"tooltipContent"in $&&t(5,y=$.tooltipContent),"tooltipActive"in $&&t(6,b=$.tooltipActive),"tooltipPlacement"in $&&t(7,P=$.tooltipPlacement),"disabledTooltipContent"in $&&t(17,C=$.disabledTooltipContent),"isAriaHidden"in $&&t(8,M=$.isAriaHidden),"onTooltipVisibilityChange"in $&&t(9,S=$.onTooltipVisibilityChange),"initialTranslateXPx"in $&&t(10,v=$.initialTranslateXPx),"initialTranslateYPx"in $&&t(11,E=$.initialTranslateYPx),"$$scope"in $&&t(24,l=$.$$scope)},i.$$.update=()=>{if(i.$$.dirty&458784)e:s?t(12,re=n?U("tooltip_disabled_when_graph_on"):C):t(12,re=y)},[f,p,a,u,h,y,b,P,M,S,v,E,re,o,W,K,s,C,n,r,te,I,Y,X,l]}var Ba=class extends z{constructor(e){super(),q(this,e,Wg,Kg,H,{className:2,disabled:16,hasTooltip:3,ref:0,width:1,isFullWidthTooltip:4,tooltipContent:5,tooltipActive:6,tooltipPlacement:7,disabledTooltipContent:17,isAriaHidden:8,onTooltipVisibilityChange:9,initialTranslateXPx:10,initialTranslateYPx:11},Hg)}},Mt=Ba;function Gg(i){let e,t,n,o,r,l;return{c(){e=A("svg"),t=A("rect"),o=A("path"),c(t,"width","20"),c(t,"height","20"),c(t,"rx","10"),c(t,"fill","white"),c(t,"fill-opacity",n=i[0]?1:.24),c(o,"d","M12.5259 8.68864L12.587 8.87536L12.3702 8.23648C12.236 7.84095 11.8295 7.60563 11.4192 7.68593C10.9471 7.77831 10.6508 8.24892 10.7718 8.71381L10.8968 9.19361L10.6671 8.33855C10.5566 7.92714 10.1475 7.67011 9.72832 7.74872C9.32282 7.82476 9.04808 8.18606 9.06319 8.57993L8.34064 5.64592C8.21338 5.12912 7.64646 4.85578 7.1621 5.07767C6.79216 5.24715 6.59467 5.65495 6.69131 6.0498L7.98547 11.3373L6.87 10.178C6.52545 9.81987 5.94024 9.86103 5.64933 10.2638C5.44455 10.5474 5.44907 10.9312 5.66048 11.2098L7.89246 14.1518C7.89246 14.1518 9.12075 15.9833 12.1932 15.3769C14.6243 14.8972 15.4434 12.7097 14.7748 10.4997L14.2213 8.20869C14.0975 7.69621 13.5537 7.40646 13.0585 7.58916C12.614 7.75319 12.3788 8.23875 12.5259 8.68864Z"),c(o,"fill",r=i[0]?"var(--interactive-episode-complete)":"white"),c(e,"width","20"),c(e,"height","20"),c(e,"viewBox","0 0 20 20"),c(e,"fill","none"),c(e,"xmlns","http://www.w3.org/2000/svg"),c(e,"aria-hidden","true"),c(e,"data-testid",l=(i[0],"interactive-episode-completed-icon"))},m(a,s){w(a,e,s),m(e,t),m(e,o)},p(a,[s]){s&1&&n!==(n=a[0]?1:.24)&&c(t,"fill-opacity",n),s&1&&r!==(r=a[0]?"var(--interactive-episode-complete)":"white")&&c(o,"fill",r),s&1&&l!==(l=(a[0],"interactive-episode-completed-icon"))&&c(e,"data-testid",l)},i:me,o:me,d(a){a&&k(e)}}}function jg(i,e,t){let{completed:n}=e;return i.$$set=o=>{"completed"in o&&t(0,n=o.completed)},[n]}var Ra=class extends z{constructor(e){super(),q(this,e,jg,Gg,H,{completed:0})}},Cr=Ra;function Qg(i){we(i,"svelte-bklhpe",".interactive-episode-icon.svelte-bklhpe{width:20px;height:20px;position:absolute;transform:translateX(-50%);cursor:default}.interactive-episode-icon.disabled.svelte-bklhpe{pointer-events:none;opacity:0.4}")}function Yg(i){let e,t,n,o,r;return t=new Cr({props:{completed:!!i[0].completed}}),{c(){e=T("div"),R(t.$$.fragment),c(e,"class","interactive-episode-icon svelte-bklhpe"),c(e,"style",n=`left: ${i[0].from+i[0].width/2}%`),Rn(()=>i[3].call(e)),O(e,"disabled",i[1])},m(l,a){w(l,e,a),L(t,e,null),o=qo(e,i[3].bind(e)),r=!0},p(l,a){let s={};a&1&&(s.completed=!!l[0].completed),t.$set(s),(!r||a&1&&n!==(n=`left: ${l[0].from+l[0].width/2}%`))&&c(e,"style",n),(!r||a&2)&&O(e,"disabled",l[1])},i(l){r||(d(t.$$.fragment,l),r=!0)},o(l){_(t.$$.fragment,l),r=!1},d(l){l&&k(e),B(t),o()}}}function Zg(i){let e,t;return e=new Mt({props:{tooltipContent:U(i[0].completed?"tooltip_episode_finished":"tooltip_episode_unfinished"),initialTranslateXPx:-10,initialTranslateYPx:-10,disabled:i[1],width:i[2]||0,isAriaHidden:!0,isFullWidthTooltip:!1,$$slots:{default:[Yg]},$$scope:{ctx:i}}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,[o]){let r={};o&1&&(r.tooltipContent=U(n[0].completed?"tooltip_episode_finished":"tooltip_episode_unfinished")),o&2&&(r.disabled=n[1]),o&4&&(r.width=n[2]||0),o&23&&(r.$$scope={dirty:o,ctx:n}),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Xg(i,e,t){let{videoEpisode:n}=e,{disabled:o}=e,r;function l(){r=this.clientWidth,t(2,r)}return i.$$set=a=>{"videoEpisode"in a&&t(0,n=a.videoEpisode),"disabled"in a&&t(1,o=a.disabled)},[n,o,r,l]}var Da=class extends z{constructor(e){super(),q(this,e,Xg,Zg,H,{videoEpisode:0,disabled:1},Qg)}},bd=Da;function Jg(i){we(i,"svelte-1h9p3m2",".video-episodes-wrap.svelte-1h9p3m2{position:absolute;width:100%;height:100%}.video-episode.svelte-1h9p3m2{position:absolute;height:calc(3 * var(--slider-height));box-sizing:border-box;margin-top:-5px;padding:var(--slider-height) var(--slider-video-episode-gap);transition:transform 0.2s}.video-episode.svelte-1h9p3m2:where(:hover, :active){transform:scaleY(1.5)}.video-episode-inner.svelte-1h9p3m2,.video-episode-loaded.svelte-1h9p3m2,.video-episode-filled.svelte-1h9p3m2{position:absolute;height:var(--slider-height);border-radius:var(--slider-radius)}.video-episode-inner.svelte-1h9p3m2{position:absolute;overflow:hidden;width:calc(100% - 2 * var(--slider-video-episode-gap));background:var(--slider-bg)}.video-episode-loaded.svelte-1h9p3m2{position:absolute;left:-100%;width:100%;height:100%;border-radius:var(--slider-radius);background:var(--slider-loaded-bg);transition:transform 0.2s}.video-episode-filled.svelte-1h9p3m2{position:absolute;left:-100%;width:100%;height:100%;border-radius:var(--slider-radius);background-color:var(--slider-filled-bg)}")}function vd(i,e,t){let n=i.slice();return n[2]=e[t],n}function yd(i){let e,t,n,o,r,l,a,s,u;return{c(){e=T("div"),t=T("div"),n=T("div"),r=N(),l=T("div"),s=N(),c(n,"class","video-episode-loaded svelte-1h9p3m2"),c(n,"style",o=`transform: translateX(${i[2].loadedWidth/i[2].width*100}%)`),c(l,"class","video-episode-filled svelte-1h9p3m2"),c(l,"style",a=`transform: translateX(${i[2].filledWidth/i[2].width*100}%)`),O(l,"mobile",i[1]),c(t,"class","video-episode-inner svelte-1h9p3m2"),c(e,"class","video-episode svelte-1h9p3m2"),c(e,"style",u=`left: ${i[2].from}%; width: ${i[2].width}%`),O(e,"mobile",i[1])},m(f,p){w(f,e,p),m(e,t),m(t,n),m(t,r),m(t,l),m(e,s)},p(f,p){p&1&&o!==(o=`transform: translateX(${f[2].loadedWidth/f[2].width*100}%)`)&&c(n,"style",o),p&1&&a!==(a=`transform: translateX(${f[2].filledWidth/f[2].width*100}%)`)&&c(l,"style",a),p&2&&O(l,"mobile",f[1]),p&1&&u!==(u=`left: ${f[2].from}%; width: ${f[2].width}%`)&&c(e,"style",u),p&2&&O(e,"mobile",f[1])},d(f){f&&k(e)}}}function xg(i){let e,t=ht(i[0]),n=[];for(let o=0;o<t.length;o+=1)n[o]=yd(vd(i,t,o));return{c(){e=T("div");for(let o=0;o<n.length;o+=1)n[o].c();c(e,"class","video-episodes-wrap svelte-1h9p3m2")},m(o,r){w(o,e,r);for(let l=0;l<n.length;l+=1)n[l]&&n[l].m(e,null)},p(o,[r]){if(r&3){t=ht(o[0]);let l;for(l=0;l<t.length;l+=1){let a=vd(o,t,l);n[l]?n[l].p(a,r):(n[l]=yd(a),n[l].c(),n[l].m(e,null))}for(;l<n.length;l+=1)n[l].d(1);n.length=t.length}},i:me,o:me,d(o){o&&k(e),Hi(n,o)}}}function $g(i,e,t){let{videoEpisodes:n=[]}=e,{isMobile:o}=e;return i.$$set=r=>{"videoEpisodes"in r&&t(0,n=r.videoEpisodes),"isMobile"in r&&t(1,o=r.isMobile)},[n,o]}var Na=class extends z{constructor(e){super(),q(this,e,$g,xg,H,{videoEpisodes:0,isMobile:1},Jg)}},kd=Na;function eb(i){we(i,"svelte-1golz1y",".interactive-icons.svelte-1golz1y.svelte-1golz1y{position:absolute;width:calc(100% - 20px);top:-28px}.interactive-icons.mobile.svelte-1golz1y.svelte-1golz1y{top:-10px}.slider.svelte-1golz1y.svelte-1golz1y{position:relative;height:var(--slider-height);border-radius:var(--slider-radius);cursor:pointer;transition:visibility 0.2s, opacity 0.2s;will-change:opacity, transform;width:100%;touch-action:none;-webkit-tap-highlight-color:transparent}.no-handle.svelte-1golz1y.svelte-1golz1y{cursor:default}.slider.svelte-1golz1y.svelte-1golz1y:before{content:'';position:absolute;left:0;right:0;top:calc(-1 * (var(--controls-height) / 2 - var(--slider-height)) / 2);height:calc(var(--controls-height) / 2)}.bars.svelte-1golz1y.svelte-1golz1y{position:absolute;width:100%;height:100%;border-radius:var(--slider-radius);overflow:hidden;background:var(--slider-bg)}.loaded.svelte-1golz1y.svelte-1golz1y{position:absolute;left:-100%;width:100%;height:100%;border-radius:var(--slider-radius);background:var(--slider-loaded-bg);transition:transform 0.2s}.filled.svelte-1golz1y.svelte-1golz1y{position:absolute;left:-100%;width:100%;height:100%;border-radius:var(--slider-radius);background-color:var(--slider-filled-bg)}.slider.square.svelte-1golz1y.svelte-1golz1y,.slider.square.svelte-1golz1y>.bars.svelte-1golz1y,.slider.square.svelte-1golz1y .loaded.svelte-1golz1y,.slider.square.svelte-1golz1y .filled.svelte-1golz1y{border-radius:unset}.filled.active-live.svelte-1golz1y.svelte-1golz1y{background-color:var(--slider-filled-active-live-bg)}.filled.ads.svelte-1golz1y.svelte-1golz1y{background-color:var(--slider-filled-ads)}.handleWrap.svelte-1golz1y.svelte-1golz1y{position:absolute;left:-100%;width:100%}.handle.svelte-1golz1y.svelte-1golz1y{position:absolute;width:var(--slider-handle-size);height:var(--slider-handle-size);right:calc(-1 * var(--slider-handle-size) / 2);top:calc((var(--slider-height) - var(--slider-handle-size)) / 2);border-radius:50%;background-color:var(--slider-filled-bg);visibility:hidden;opacity:0;transform:scale(0);transition:opacity 0.2s, transform 0.2s, visibility 0.2s;will-change:opacity, transform}.handle.active-live.svelte-1golz1y.svelte-1golz1y{background-color:var(--slider-filled-active-live-bg)}.slider.svelte-1golz1y:hover .handle.svelte-1golz1y,.slider-dragging.svelte-1golz1y .handle.svelte-1golz1y{visibility:visible;opacity:1;transform:scale(1)}.slider-dragging.svelte-1golz1y .handle.svelte-1golz1y{transform:scale(1.3)}.slider-vertical.svelte-1golz1y.svelte-1golz1y{position:absolute;left:-8px;top:-18px;transform-origin:0 0;transform:rotate(-90deg)}.slider.disabled.svelte-1golz1y.svelte-1golz1y{cursor:default;pointer-events:none;opacity:0.4}")}function wd(i,e,t){let n=i.slice();return n[48]=e[t],n}function Cd(i){let e,t,n=ht(i[21]),o=[];for(let l=0;l<n.length;l+=1)o[l]=Pd(wd(i,n,l));let r=l=>_(o[l],1,1,()=>{o[l]=null});return{c(){e=T("div");for(let l=0;l<o.length;l+=1)o[l].c();c(e,"class","interactive-icons svelte-1golz1y"),O(e,"mobile",i[5]),O(e,"hidden",i[5]&&!i[20])},m(l,a){w(l,e,a);for(let s=0;s<o.length;s+=1)o[s]&&o[s].m(e,null);t=!0},p(l,a){if(a[0]&2097664){n=ht(l[21]);let s;for(s=0;s<n.length;s+=1){let u=wd(l,n,s);o[s]?(o[s].p(u,a),d(o[s],1)):(o[s]=Pd(u),o[s].c(),d(o[s],1),o[s].m(e,null))}for(ue(),s=n.length;s<o.length;s+=1)r(s);ce()}(!t||a[0]&32)&&O(e,"mobile",l[5]),(!t||a[0]&1048608)&&O(e,"hidden",l[5]&&!l[20])},i(l){if(!t){for(let a=0;a<n.length;a+=1)d(o[a]);t=!0}},o(l){o=o.filter(Boolean);for(let a=0;a<o.length;a+=1)_(o[a]);t=!1},d(l){l&&k(e),Hi(o,l)}}}function Sd(i){let e,t;return e=new bd({props:{videoEpisode:i[48],disabled:i[9]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&2097152&&(r.videoEpisode=n[48]),o[0]&512&&(r.disabled=n[9]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Pd(i){let e,t,n=i[48].interactive&&Sd(i);return{c(){n&&n.c(),e=nt()},m(o,r){n&&n.m(o,r),w(o,e,r),t=!0},p(o,r){o[48].interactive?n?(n.p(o,r),r[0]&2097152&&d(n,1)):(n=Sd(o),n.c(),d(n,1),n.m(e.parentNode,e)):n&&(ue(),_(n,1,1,()=>{n=null}),ce())},i(o){t||(d(n),t=!0)},o(o){_(n),t=!1},d(o){o&&k(e),n&&n.d(o)}}}function tb(i){let e,t,n,o,r,l;return{c(){e=T("div"),t=T("div"),o=N(),r=T("div"),c(t,"class","loaded svelte-1golz1y"),c(t,"style",n=`transform: translateX(${i[11]*100}%);`),c(r,"class","filled svelte-1golz1y"),c(r,"style",l=`transform: translateX(${i[12]*100}%);`),O(r,"active-live",i[4]),O(r,"ads",i[6]),c(e,"class","bars svelte-1golz1y")},m(a,s){w(a,e,s),m(e,t),m(e,o),m(e,r)},p(a,s){s[0]&2048&&n!==(n=`transform: translateX(${a[11]*100}%);`)&&c(t,"style",n),s[0]&4096&&l!==(l=`transform: translateX(${a[12]*100}%);`)&&c(r,"style",l),s[0]&16&&O(r,"active-live",a[4]),s[0]&64&&O(r,"ads",a[6])},i:me,o:me,d(a){a&&k(e)}}}function ib(i){let e,t;return e=new kd({props:{videoEpisodes:i[21],isMobile:i[5]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&2097152&&(r.videoEpisodes=n[21]),o[0]&32&&(r.isMobile=n[5]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function nb(i){let e,t,n,o,r,l,a,s,u,f,p,h,y,b=i[8]&&Cd(i),P=[ib,tb],C=[];function M(S,v){return S[21].length?0:1}return n=M(i,[-1,-1]),o=C[n]=P[n](i),{c(){b&&b.c(),e=N(),t=T("div"),o.c(),r=N(),l=T("div"),a=T("div"),c(a,"class","handle svelte-1golz1y"),O(a,"active-live",i[4]),c(l,"class","handleWrap svelte-1golz1y"),c(l,"style",s=`transform: translateX(${i[13]*100}%);`),O(l,"hidden",i[10]),c(t,"class",u="slider "+i[0]+" svelte-1golz1y"),c(t,"aria-label",i[14]),c(t,"aria-valuemin",i[15]),c(t,"aria-valuemax",i[16]),c(t,"aria-valuenow",i[17]),c(t,"aria-valuetext",i[18]),c(t,"role","slider"),c(t,"tabindex","0"),c(t,"data-testid",f=i[1]??null),O(t,"disabled",i[9]),O(t,"slider-dragging",i[20]),O(t,"hidden",i[2]),O(t,"slider-vertical",i[3]),O(t,"no-handle",i[10]),O(t,"square",i[7])},m(S,v){b&&b.m(S,v),w(S,e,v),w(S,t,v),C[n].m(t,null),m(t,r),m(t,l),m(l,a),i[42](t),p=!0,h||(y=[pe(t,"pointerdown",Ct(i[22])),pe(t,"pointermove",Ct(i[23])),pe(t,"pointerup",Ct(i[24])),pe(t,"pointerenter",Ct(i[25])),pe(t,"pointerleave",Ct(i[26])),pe(t,"click",lt(In.noop)),pe(t,"wheel",i[27])],h=!0)},p(S,v){S[8]?b?(b.p(S,v),v[0]&256&&d(b,1)):(b=Cd(S),b.c(),d(b,1),b.m(e.parentNode,e)):b&&(ue(),_(b,1,1,()=>{b=null}),ce());let E=n;n=M(S,v),n===E?C[n].p(S,v):(ue(),_(C[E],1,1,()=>{C[E]=null}),ce(),o=C[n],o?o.p(S,v):(o=C[n]=P[n](S),o.c()),d(o,1),o.m(t,r)),(!p||v[0]&16)&&O(a,"active-live",S[4]),(!p||v[0]&8192&&s!==(s=`transform: translateX(${S[13]*100}%);`))&&c(l,"style",s),(!p||v[0]&1024)&&O(l,"hidden",S[10]),(!p||v[0]&1&&u!==(u="slider "+S[0]+" svelte-1golz1y"))&&c(t,"class",u),(!p||v[0]&16384)&&c(t,"aria-label",S[14]),(!p||v[0]&32768)&&c(t,"aria-valuemin",S[15]),(!p||v[0]&65536)&&c(t,"aria-valuemax",S[16]),(!p||v[0]&131072)&&c(t,"aria-valuenow",S[17]),(!p||v[0]&262144)&&c(t,"aria-valuetext",S[18]),(!p||v[0]&2&&f!==(f=S[1]??null))&&c(t,"data-testid",f),(!p||v[0]&513)&&O(t,"disabled",S[9]),(!p||v[0]&1048577)&&O(t,"slider-dragging",S[20]),(!p||v[0]&5)&&O(t,"hidden",S[2]),(!p||v[0]&9)&&O(t,"slider-vertical",S[3]),(!p||v[0]&1025)&&O(t,"no-handle",S[10]),(!p||v[0]&129)&&O(t,"square",S[7])},i(S){p||(d(b),d(o),p=!0)},o(S){_(b),_(o),p=!1},d(S){S&&(k(e),k(t)),b&&b.d(S),C[n].d(),i[42](null),h=!1,et(y)}}}function ob(i,e,t){let n,o,{className:r=""}=e,{testId:l=void 0}=e,{isHidden:a=!1}=e,{isVertical:s=!1}=e,{isActiveLive:u=!1}=e,{isMobile:f=!1}=e,{isAds:p=!1}=e,{squareBorders:h=!1}=e,{videoEpisodes:y=[]}=e,{withWheelHandler:b=!1}=e,{isInteractive:P=!1}=e,{disabled:C=!1}=e,{hideHandel:M=!1}=e,S,v,{onPointerDown:E=In.noop}=e,{onHandleMove:G=In.noop}=e,{onPointerUp:W=In.noop}=e,{onPointerEnter:K=In.noop}=e,{onPointerMove:re=In.noop}=e,{onPointerLeave:te=In.noop}=e,{onWheelUp:I=In.noop}=e,{onWheelDown:Y=In.noop}=e,{onWheelLeft:X=In.noop}=e,{onWheelRight:$=In.noop}=e,{loadedProgress:x=0}=e,{filledProgress:D=0}=e,{handleProgress:j=0}=e,{ariaLabel:V=""}=e,{ariaValueMin:Q=void 0}=e,{ariaValueMax:De=void 0}=e,{ariaValueNow:We=void 0}=e,{ariaValueText:qe=""}=e,Ze=Vt(),Ae=!1,ye;function J(oe){if(Ae)return;t(20,Ae=!0),v=S.getBoundingClientRect();let Ce=Ve(oe.clientX,oe.clientY);E(Ce),S.setPointerCapture(oe.pointerId)}function ke(oe){let Ce=Ve(oe.clientX,oe.clientY),fe=ze(oe.clientX);re(Ce,fe,v.width),Ae&&G(Ce)}function Fe(oe){if(!Ae)return;t(20,Ae=!1);let Ce=Ve(oe.clientX,oe.clientY);W(Ce)}function Ye(oe){v=S.getBoundingClientRect();let Ce=Ve(oe.clientX,oe.clientY),fe=ze(oe.clientX);K(Ce,fe,v.width)}function Je(){te()}function he(oe){b&&(oe.preventDefault(),oe.deltaY<0?I():oe.deltaY>0?Y():oe.deltaX>0?$():X())}function Ve(oe,Ce){return s?Math.max(0,Math.min(1,(v.height-(Ce-v.top))/v.height)):Math.min(Math.max(oe-v.x,0),v.width)/v.width}function ze(oe){return Math.min(Math.max(oe-v.x,0),v.width)}function tt(oe,Ce){let fe=Ze.features.episodesClustering&&!P?Ze.episodeMinWidthPc:0,Ee=[],je=0,rt=0,dt=0;for(let ct=1;ct<y.length;ct++)rt=y[ct].time/ye*100,rt-je>fe&&(Ee.push({from:je,width:Math.max(0,rt-je),loadedWidth:Math.max(0,Math.min(rt,oe)-je),filledWidth:Math.max(0,Math.min(rt,Ce)-je),interactive:y[ct-1].interactive,completed:y[ct-1].completed}),je=y[ct].time/ye*100,dt++);let st={from:je,width:Math.max(0,100-je),loadedWidth:Math.max(0,Math.min(oe,100)-je),filledWidth:Math.max(0,Math.min(Ce,100)-je),interactive:y[dt].interactive,completed:y[dt].completed};100-je<fe?(dt-=1,Ee[dt].width+=100-je,Ee[dt].loadedWidth+=Math.max(0,Math.min(oe,100)-je),Ee[dt].filledWidth+=Math.max(0,Math.min(Ce,100)-je)):Ee[dt]=st;let de=y[0].time;if(de!==0){let ct=de/ye*100;Ee.unshift({from:0,width:ct,loadedWidth:Math.min(ct,oe),filledWidth:Math.min(ct,Ce)})}return Ee}function le(oe){_e[oe?"unshift":"push"](()=>{S=oe,t(19,S)})}return i.$$set=oe=>{"className"in oe&&t(0,r=oe.className),"testId"in oe&&t(1,l=oe.testId),"isHidden"in oe&&t(2,a=oe.isHidden),"isVertical"in oe&&t(3,s=oe.isVertical),"isActiveLive"in oe&&t(4,u=oe.isActiveLive),"isMobile"in oe&&t(5,f=oe.isMobile),"isAds"in oe&&t(6,p=oe.isAds),"squareBorders"in oe&&t(7,h=oe.squareBorders),"videoEpisodes"in oe&&t(28,y=oe.videoEpisodes),"withWheelHandler"in oe&&t(29,b=oe.withWheelHandler),"isInteractive"in oe&&t(8,P=oe.isInteractive),"disabled"in oe&&t(9,C=oe.disabled),"hideHandel"in oe&&t(10,M=oe.hideHandel),"onPointerDown"in oe&&t(30,E=oe.onPointerDown),"onHandleMove"in oe&&t(31,G=oe.onHandleMove),"onPointerUp"in oe&&t(32,W=oe.onPointerUp),"onPointerEnter"in oe&&t(33,K=oe.onPointerEnter),"onPointerMove"in oe&&t(34,re=oe.onPointerMove),"onPointerLeave"in oe&&t(35,te=oe.onPointerLeave),"onWheelUp"in oe&&t(36,I=oe.onWheelUp),"onWheelDown"in oe&&t(37,Y=oe.onWheelDown),"onWheelLeft"in oe&&t(38,X=oe.onWheelLeft),"onWheelRight"in oe&&t(39,$=oe.onWheelRight),"loadedProgress"in oe&&t(11,x=oe.loadedProgress),"filledProgress"in oe&&t(12,D=oe.filledProgress),"handleProgress"in oe&&t(13,j=oe.handleProgress),"ariaLabel"in oe&&t(14,V=oe.ariaLabel),"ariaValueMin"in oe&&t(15,Q=oe.ariaValueMin),"ariaValueMax"in oe&&t(16,De=oe.ariaValueMax),"ariaValueNow"in oe&&t(17,We=oe.ariaValueNow),"ariaValueText"in oe&&t(18,qe=oe.ariaValueText)},i.$$.update=()=>{if(i.$$.dirty[0]&65536)e:t(40,ye=De??0);if(i.$$.dirty[0]&268435456|i.$$.dirty[1]&512)e:t(41,n=y[y.length-1]?.time<ye);if(i.$$.dirty[0]&268441600|i.$$.dirty[1]&1536)e:t(21,o=y.length&&n&&ye?tt(x*100,D*100):[])},[r,l,a,s,u,f,p,h,P,C,M,x,D,j,V,Q,De,We,qe,S,Ae,o,J,ke,Fe,Ye,Je,he,y,b,E,G,W,K,re,te,I,Y,X,$,ye,n,le]}var Oa=class extends z{constructor(e){super(),q(this,e,ob,nb,H,{className:0,testId:1,isHidden:2,isVertical:3,isActiveLive:4,isMobile:5,isAds:6,squareBorders:7,videoEpisodes:28,withWheelHandler:29,isInteractive:8,disabled:9,hideHandel:10,onPointerDown:30,onHandleMove:31,onPointerUp:32,onPointerEnter:33,onPointerMove:34,onPointerLeave:35,onWheelUp:36,onWheelDown:37,onWheelLeft:38,onWheelRight:39,loadedProgress:11,filledProgress:12,handleProgress:13,ariaLabel:14,ariaValueMin:15,ariaValueMax:16,ariaValueNow:17,ariaValueText:18},eb,[-1,-1])}},nl=Oa;var vn=(i,e)=>So[i]>=So[e],Id=(i,e)=>So[i]<So[e],Sr=(i,e)=>So[i]<=So[e],Td=i=>i>699?"xl":i>599?"l":i>509?"m":i>320?"s":"xs";function lb(i){we(i,"svelte-1l78lz9",".volumeBar-container.svelte-1l78lz9{display:flex;align-items:center}.volumeBar-container.vertical.svelte-1l78lz9,.vertical.svelte-1l78lz9 .tooltip-wrapper,.vertical.svelte-1l78lz9 .btn{width:40px}.volumeBar.svelte-1l78lz9{display:flex;align-items:center;margin:0 8px;position:relative;width:70px}.volumeBar-slider-vertical{width:50px !important}.volumeBar-vertical.svelte-1l78lz9{padding:0 8px 0 0;width:0}")}function rb(i){let e,t;return e=new Bo({props:{volume:i[3],muted:i[1]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&8&&(r.volume=n[3]),o[0]&2&&(r.muted=n[1]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function sb(i){let e,t;return e=new mt({props:{className:"btn-full-opacity",disabled:i[9],testId:i[2]?"btn-volume-vertical":"btn-volume-horizontal",ariaLabel:i[7],click:i[0],ariaKeyShortCut:qn.KeyM,$$slots:{default:[rb]},$$scope:{ctx:i}}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&512&&(r.disabled=n[9]),o[0]&4&&(r.testId=n[2]?"btn-volume-vertical":"btn-volume-horizontal"),o[0]&128&&(r.ariaLabel=n[7]),o[0]&1&&(r.click=n[0]),o[0]&10|o[1]&32&&(r.$$scope={dirty:o,ctx:n}),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Ed(i){let e,t,n;return t=new nl({props:{className:i[2]?"volumeBar-slider-vertical":"",isHidden:i[2]&&!i[5],isVertical:i[2],withWheelHandler:!0,onWheelUp:i[15],onWheelDown:i[16],onPointerDown:i[14],onHandleMove:i[17],onPointerUp:i[18],onPointerEnter:i[2]?i[19]:Yn.noop,onPointerLeave:i[2]?i[20]:Yn.noop,ariaLabel:"\u041F\u043E\u043B\u0437\u0443\u043D\u043E\u043A \u0433\u0440\u043E\u043C\u043A\u043E\u0441\u0442\u0438",ariaValueMin:0,ariaValueMax:100,ariaValueNow:Math.round(i[8]*100),ariaValueText:`${Math.round(i[8]*100)}%`,filledProgress:i[8],handleProgress:i[8],testId:i[2]?"volume-slider-vertical":"volume-slider"}}),{c(){e=T("div"),R(t.$$.fragment),c(e,"class","volumeBar svelte-1l78lz9"),O(e,"volumeBar-vertical",i[2])},m(o,r){w(o,e,r),L(t,e,null),n=!0},p(o,r){let l={};r[0]&4&&(l.className=o[2]?"volumeBar-slider-vertical":""),r[0]&36&&(l.isHidden=o[2]&&!o[5]),r[0]&4&&(l.isVertical=o[2]),r[0]&4&&(l.onPointerEnter=o[2]?o[19]:Yn.noop),r[0]&4&&(l.onPointerLeave=o[2]?o[20]:Yn.noop),r[0]&256&&(l.ariaValueNow=Math.round(o[8]*100)),r[0]&256&&(l.ariaValueText=`${Math.round(o[8]*100)}%`),r[0]&256&&(l.filledProgress=o[8]),r[0]&256&&(l.handleProgress=o[8]),r[0]&4&&(l.testId=o[2]?"volume-slider-vertical":"volume-slider"),t.$set(l),(!n||r[0]&4)&&O(e,"volumeBar-vertical",o[2])},i(o){n||(d(t.$$.fragment,o),n=!0)},o(o){_(t.$$.fragment,o),n=!1},d(o){o&&k(e),B(t)}}}function ab(i){let e,t,n,o,r,l;t=new wr({props:{content:i[6],translateY:-18,$$slots:{default:[sb]},$$scope:{ctx:i}}});let a=i[4]&&Ed(i);return{c(){e=T("div"),R(t.$$.fragment),n=N(),a&&a.c(),c(e,"class","volumeBar-container svelte-1l78lz9"),O(e,"vertical",i[2])},m(s,u){w(s,e,u),L(t,e,null),m(e,n),a&&a.m(e,null),o=!0,r||(l=[pe(e,"mouseenter",function(){bi(i[2]?i[21]:Yn.noop)&&(i[2]?i[21]:Yn.noop).apply(this,arguments)}),pe(e,"mouseleave",function(){bi(i[2]?i[22]:Yn.noop)&&(i[2]?i[22]:Yn.noop).apply(this,arguments)}),pe(e,"wheel",Ct(i[23]))],r=!0)},p(s,u){i=s;let f={};u[0]&64&&(f.content=i[6]),u[0]&655|u[1]&32&&(f.$$scope={dirty:u,ctx:i}),t.$set(f),i[4]?a?(a.p(i,u),u[0]&16&&d(a,1)):(a=Ed(i),a.c(),d(a,1),a.m(e,null)):a&&(ue(),_(a,1,1,()=>{a=null}),ce()),(!o||u[0]&4)&&O(e,"vertical",i[2])},i(s){o||(d(t.$$.fragment,s),d(a),o=!0)},o(s){_(t.$$.fragment,s),_(a),o=!1},d(s){s&&k(e),B(t),a&&a.d(),r=!1,et(l)}}}function ub(i,e,t){let n,o,r,l,{click:a}=e,s=$e(),u=Vt(),f=s.state.volume$;F(i,f,Ae=>t(3,n=Ae));let p=s.state.muted$;F(i,p,Ae=>t(25,l=Ae));let h=s.actions.internal.setVolume,y=s.ui.currentGridType$;F(i,y,Ae=>t(24,r=Ae));let b=s.callbacks?.onAudioDoesNotExistHint,P=s.callbacks?.onAudioDisabledHint,C=s.state.isAudioAvailable$;F(i,C,Ae=>t(4,o=Ae));let M=s.state.isAudioDisabled,S=!1,v,E,G,W,K,re,te=1,I=!1,Y=!1;function X(Ae){te=n,h(Ae)}function $(){mr(s,n,u.controls.volumeStepWheel)}function x(){pr(s,n,u.controls.volumeStepWheel)}function D(Ae){h(Ae)}function j(Ae){let ye=Ae;h(ye,ye===0?te:ye)}function V(){I=!0}function Q(){I=!1,qe()}function De(){clearTimeout(v),t(5,S=!0)}function We(){qe()}function qe(){v=window.setTimeout(()=>{I||t(5,S=!1)},u.controls.volumeBarTimeout)}function Ze(Ae){Ae.deltaY<0?$():Ae.deltaY>0&&x()}return i.$$set=Ae=>{"click"in Ae&&t(0,a=Ae.click)},i.$$.update=()=>{if(i.$$.dirty[0]&33554448)e:t(1,W=!o||l);if(i.$$.dirty[0]&16777216)e:t(2,K=Sr(r,"s"));if(i.$$.dirty[0]&6)e:K?t(6,E=""):t(6,E=W?U("tooltip_volume"):U("tooltip_volume_muted")),t(7,G=W?U("tooltip_volume"):U("tooltip_volume_muted"));if(i.$$.dirty[0]&10)e:t(8,re=W?0:n);if(i.$$.dirty[0]&16)e:t(9,Y=M&&!P||!o&&!b)},[a,W,K,n,o,S,E,G,re,Y,f,p,y,C,X,$,x,D,j,V,Q,De,We,Ze,r,l]}var Fa=class extends z{constructor(e){super(),q(this,e,ub,ab,H,{click:0},lb,[-1,-1])}},Md=Fa;var Ld=require("@vkontakte/videoplayer-shared");function cb(i){let e,t,n,o,r,l=i[2].default,a=Se(l,i,i[1],null),s=[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{"aria-hidden":"true"},{role:"img"},i[0]],u={};for(let f=0;f<s.length;f+=1)u=ne(u,s[f]);return{c(){e=A("svg"),a&&a.c(),t=A("g"),n=A("path"),o=A("path"),c(n,"d","M4.58 13.979a.99.99 0 0 1 .99-.99h4.451a.99.99 0 0 1 .99.99v4.452a.99.99 0 0 1-1.98 0v-2.05l-3.319 3.322a1 1 0 0 1-1.414 0v-.001a1 1 0 0 1 0-1.414l3.32-3.32H5.57a.99.99 0 0 1-.99-.99m10.388-6.36 3.32-3.322a1 1 0 0 1 1.414 0v.001a1 1 0 0 1 0 1.414l-3.32 3.32h2.049a.99.99 0 0 1 0 1.979h-4.442a1 1 0 0 1-1-1V5.569a.99.99 0 1 1 1.98 0z"),c(n,"class","_exit"),c(o,"d","M10.5 19a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-4.5a1 1 0 0 1 2 0v2.072l3.363-3.365a1 1 0 0 1 1.414 0l.016.016a1 1 0 0 1 0 1.414L7.429 18H9.5a1 1 0 0 1 1 1M18 7.429l-3.363 3.364a1 1 0 0 1-1.414 0l-.016-.016a1 1 0 0 1 0-1.414L16.571 6H14.5a1 1 0 0 1 0-2H19a1 1 0 0 1 1 1v4.5a1 1 0 0 1-2 0z"),c(o,"class","_enter"),c(t,"fill","#fff"),c(t,"fill-rule","evenodd"),be(e,u)},m(f,p){w(f,e,p),a&&a.m(e,null),m(e,t),m(t,n),m(t,o),r=!0},p(f,[p]){a&&a.p&&(!r||p&2)&&Ie(a,l,f,f[1],r?Pe(l,f[1],p,null):Te(f[1]),null),be(e,u=Le(s,[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{"aria-hidden":"true"},{role:"img"},p&1&&f[0]]))},i(f){r||(d(a,f),r=!0)},o(f){_(a,f),r=!1},d(f){f&&k(e),a&&a.d(f)}}}function fb(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var Ha=class extends z{constructor(e){super(),q(this,e,fb,cb,H,{})}},Ad=Ha;function db(i){we(i,"svelte-17t966y",'svg[data-testid="close-fullscreen-icon"] ._enter,svg[data-testid="open-fullscreen-icon"] ._exit{visibility:hidden;opacity:0}')}function mb(i){let e,t;return e=new Ad({props:{"data-testid":i[0]?"close-fullscreen-icon":"open-fullscreen-icon"}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,[o]){let r={};o&1&&(r["data-testid"]=n[0]?"close-fullscreen-icon":"open-fullscreen-icon"),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function pb(i,e,t){let{isFullscreen:n=!1}=e;return i.$$set=o=>{"isFullscreen"in o&&t(0,n=o.isFullscreen)},[n]}var za=class extends z{constructor(e){super(),q(this,e,pb,mb,H,{isFullscreen:0},db)}},Vd=za;function _b(i){let e,t;return e=new Vd({props:{isFullscreen:i[0]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o&1&&(r.isFullscreen=n[0]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function hb(i){let e,t;return e=new mt({props:{testId:"btn-fullscreen",ariaLabel:i[2],click:i[1],ariaKeyShortCut:qn.KeyF,$$slots:{default:[_b]},$$scope:{ctx:i}}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,[o]){let r={};o&4&&(r.ariaLabel=n[2]),o&2&&(r.click=n[1]),o&9&&(r.$$scope={dirty:o,ctx:n}),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function gb(i,e,t){let{isFullscreen:n=!1}=e,{click:o=Ld.noop}=e,r;return i.$$set=l=>{"isFullscreen"in l&&t(0,n=l.isFullscreen),"click"in l&&t(1,o=l.click)},i.$$.update=()=>{if(i.$$.dirty&1)e:t(2,r=n?U("tooltip_fullscreen_on"):U("tooltip_fullscreen_off"))},[n,o,r]}var qa=class extends z{constructor(e){super(),q(this,e,gb,hb,H,{isFullscreen:0,click:1})}},Pr=qa;function bb(i){let e,t,n,o=i[2].default,r=Se(o,i,i[1],null),l=[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"play-icon"},{role:"img"},i[0]],a={};for(let s=0;s<l.length;s+=1)a=ne(a,l[s]);return{c(){e=A("svg"),r&&r.c(),t=A("path"),c(t,"fill","#fff"),c(t,"d","M17.671 10.923c.82.483.82 1.67 0 2.154l-8.787 5.175A1.25 1.25 0 0 1 7 17.174V6.826a1.25 1.25 0 0 1 1.884-1.078z"),be(e,a)},m(s,u){w(s,e,u),r&&r.m(e,null),m(e,t),n=!0},p(s,[u]){r&&r.p&&(!n||u&2)&&Ie(r,o,s,s[1],n?Pe(o,s[1],u,null):Te(s[1]),null),be(e,a=Le(l,[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"play-icon"},{role:"img"},u&1&&s[0]]))},i(s){n||(d(r,s),n=!0)},o(s){_(r,s),n=!1},d(s){s&&k(e),r&&r.d(s)}}}function vb(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var Ua=class extends z{constructor(e){super(),q(this,e,vb,bb,H,{})}},ol=Ua;function yb(i){let e,t,n,o=i[2].default,r=Se(o,i,i[1],null),l=[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"pause-icon"},{role:"img"},i[0]],a={};for(let s=0;s<l.length;s+=1)a=ne(a,l[s]);return{c(){e=A("svg"),r&&r.c(),t=A("path"),c(t,"fill","#fff"),c(t,"d","M8.712 5c.448 0 .61.047.774.134a.9.9 0 0 1 .38.38c.087.164.134.326.134.774v11.424c0 .448-.047.61-.134.774a.9.9 0 0 1-.38.38c-.164.087-.326.134-.774.134H6.788c-.448 0-.61-.047-.774-.134a.9.9 0 0 1-.38-.38c-.087-.164-.134-.326-.134-.774V6.288c0-.448.047-.61.134-.774a.9.9 0 0 1 .38-.38C6.178 5.047 6.34 5 6.788 5zm8 0c.448 0 .61.047.774.134a.9.9 0 0 1 .38.38c.087.164.134.326.134.774v11.424c0 .448-.047.61-.134.774a.9.9 0 0 1-.38.38c-.164.087-.326.134-.774.134h-1.924c-.448 0-.61-.047-.774-.134a.9.9 0 0 1-.38-.38c-.087-.164-.134-.326-.134-.774V6.288c0-.448.047-.61.134-.774a.9.9 0 0 1 .38-.38c.164-.087.326-.134.774-.134z"),be(e,a)},m(s,u){w(s,e,u),r&&r.m(e,null),m(e,t),n=!0},p(s,[u]){r&&r.p&&(!n||u&2)&&Ie(r,o,s,s[1],n?Pe(o,s[1],u,null):Te(s[1]),null),be(e,a=Le(l,[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"pause-icon"},{role:"img"},u&1&&s[0]]))},i(s){n||(d(r,s),n=!0)},o(s){_(r,s),n=!1},d(s){s&&k(e),r&&r.d(s)}}}function kb(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var Ka=class extends z{constructor(e){super(),q(this,e,kb,yb,H,{})}},Ir=Ka;var Rd=require("@vkontakte/videoplayer-shared");function wb(i){we(i,"svelte-1ot3duq",".mobile.svelte-1ot3duq{position:relative;display:flex;align-items:center;justify-content:center}.mobile.svelte-1ot3duq svg{transform:scale(2)}.icon-background-mobile.svelte-1ot3duq{position:absolute;top:16px;left:16px;border-radius:var(--big-play-radius);background-color:var(--big-play-bg-color);width:calc(100% - 32px);height:calc(100% - 32px)}")}function Bd(i){let e;return{c(){e=T("div"),c(e,"class","icon-background-mobile svelte-1ot3duq")},m(t,n){w(t,e,n)},d(t){t&&k(e)}}}function Cb(i){let e,t,n,o,r=i[1]&&Bd(i);var l=i[8];function a(s){return{}}return l&&(n=dn(l,a(i))),{c(){r&&r.c(),e=N(),t=T("div"),n&&R(n.$$.fragment),c(t,"class","svelte-1ot3duq"),O(t,"mobile",i[1])},m(s,u){r&&r.m(s,u),w(s,e,u),w(s,t,u),n&&L(n,t,null),o=!0},p(s,u){if(s[1]?r||(r=Bd(s),r.c(),r.m(e.parentNode,e)):r&&(r.d(1),r=null),u&256&&l!==(l=s[8])){if(n){ue();let f=n;_(f.$$.fragment,1,0,()=>{B(f,1)}),ce()}l?(n=dn(l,a(s)),R(n.$$.fragment),d(n.$$.fragment,1),L(n,t,null)):n=null}(!o||u&2)&&O(t,"mobile",s[1])},i(s){o||(n&&d(n.$$.fragment,s),o=!0)},o(s){n&&_(n.$$.fragment,s),o=!1},d(s){s&&(k(e),k(t)),r&&r.d(s),n&&B(n)}}}function Sb(i){let e,t,n;function o(l){i[13](l)}let r={className:(i[1]?"btn-m--play":"")+" "+i[3],testId:"btn-play",click:i[5]?i[6]:i[4],disabled:i[2],ariaLabel:i[7],ariaKeyShortCut:qn.KeyK,$$slots:{default:[Cb]},$$scope:{ctx:i}};return i[0]!==void 0&&(r.ref=i[0]),e=new mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,[a]){let s={};a&10&&(s.className=(l[1]?"btn-m--play":"")+" "+l[3]),a&112&&(s.click=l[5]?l[6]:l[4]),a&4&&(s.disabled=l[2]),a&128&&(s.ariaLabel=l[7]),a&33026&&(s.$$scope={dirty:a,ctx:l}),!t&&a&1&&(t=!0,s.ref=l[0],Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function Pb(i,e,t){let n,o,{fakeIsPlaying$:r}=Sn();F(i,r,S=>t(12,o=S));let{ref:l=void 0}=e,{isMobile:a=!1}=e,{isPlaying:s=!1}=e,{disabled:u=!1}=e,{className:f=""}=e,{click:p=Rd.noop}=e,{toggle:h}=r,y,b,P,C;function M(S){l=S,t(0,l)}i.$$set=S=>{"ref"in S&&t(0,l=S.ref),"isMobile"in S&&t(1,a=S.isMobile),"isPlaying"in S&&t(10,s=S.isPlaying),"disabled"in S&&t(2,u=S.disabled),"className"in S&&t(3,f=S.className),"click"in S&&t(4,p=S.click)},i.$$.update=()=>{if(i.$$.dirty&4096)e:t(5,b=o!==null);if(i.$$.dirty&5152)e:t(11,P=b?o:s);if(i.$$.dirty&2048)e:t(7,C=P?U("tooltip_pause"):U("tooltip_play"));if(i.$$.dirty&2048)e:t(8,n=P?Ir:ol)};e:t(6,y=h);return[l,a,u,f,p,b,y,C,n,r,s,P,o,M]}var Wa=class extends z{constructor(e){super(),q(this,e,Pb,Sb,H,{ref:0,isMobile:1,isPlaying:10,disabled:2,className:3,click:4},wb)}},El=Wa;function Ib(i){let e,t,n,o=i[2].default,r=Se(o,i,i[1],null),l=[{xmlns:"http://www.w3.org/2000/svg"},{width:"26"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{role:"img"},i[0]],a={};for(let s=0;s<l.length;s+=1)a=ne(a,l[s]);return{c(){e=A("svg"),r&&r.c(),t=A("path"),c(t,"fill","#fff"),c(t,"d","M16 10.835V7.5a1 1 0 1 1 2 0v9a1 1 0 0 1-2 0v-3.335l-8.149 4.67C7.03 18.304 6 17.715 6 16.772V7.227c0-.943 1.029-1.533 1.851-1.061L16 10.834z"),be(e,a)},m(s,u){w(s,e,u),r&&r.m(e,null),m(e,t),n=!0},p(s,[u]){r&&r.p&&(!n||u&2)&&Ie(r,o,s,s[1],n?Pe(o,s[1],u,null):Te(s[1]),null),be(e,a=Le(l,[{xmlns:"http://www.w3.org/2000/svg"},{width:"26"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{role:"img"},u&1&&s[0]]))},i(s){n||(d(r,s),n=!0)},o(s){_(r,s),n=!1},d(s){s&&k(e),r&&r.d(s)}}}function Tb(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var Ga=class extends z{constructor(e){super(),q(this,e,Tb,Ib,H,{})}},Dd=Ga;function Eb(i){let e,t;return e=new Dd({props:{style:i[1],"data-testid":i[0]?"prev-icon":"next-icon"}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,[o]){let r={};o&2&&(r.style=n[1]),o&1&&(r["data-testid"]=n[0]?"prev-icon":"next-icon"),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Mb(i,e,t){let{isPrev:n=!1}=e,{isMobile:o=!1}=e,r;return i.$$set=l=>{"isPrev"in l&&t(0,n=l.isPrev),"isMobile"in l&&t(2,o=l.isMobile)},i.$$.update=()=>{if(i.$$.dirty&5)e:n&&o?t(1,r="transform: scaleX(-1) scale(1.3333);"):n?t(1,r="transform: scaleX(-1);"):o?t(1,r="transform: scale(1.3333);"):t(1,r=void 0)},[n,r,o]}var ja=class extends z{constructor(e){super(),q(this,e,Mb,Eb,H,{isPrev:0,isMobile:2})}},Nd=ja;function Ab(i){let e,t;return e=new Nd({props:{isMobile:i[1],isPrev:i[3]==="prev"}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o&2&&(r.isMobile=n[1]),o&8&&(r.isPrev=n[3]==="prev"),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Vb(i){let e,t,n;function o(l){i[6](l)}let r={testId:"btn-"+i[3],disabled:i[2],ariaLabel:i[5],click:i[4],$$slots:{default:[Ab]},$$scope:{ctx:i}};return i[0]!==void 0&&(r.ref=i[0]),e=new mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,[a]){let s={};a&8&&(s.testId="btn-"+l[3]),a&4&&(s.disabled=l[2]),a&32&&(s.ariaLabel=l[5]),a&16&&(s.click=l[4]),a&138&&(s.$$scope={dirty:a,ctx:l}),!t&&a&1&&(t=!0,s.ref=l[0],Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function Lb(i,e,t){let{ref:n=void 0}=e,{isMobile:o=!1}=e,{disabled:r=!1}=e,{type:l}=e,{click:a}=e,s;function u(f){n=f,t(0,n)}return i.$$set=f=>{"ref"in f&&t(0,n=f.ref),"isMobile"in f&&t(1,o=f.isMobile),"disabled"in f&&t(2,r=f.disabled),"type"in f&&t(3,l=f.type),"click"in f&&t(4,a=f.click)},i.$$.update=()=>{if(i.$$.dirty&8)e:t(5,s=l==="prev"?U("tooltip_previous"):U("tooltip_next"))},[n,o,r,l,a,s,u]}var Qa=class extends z{constructor(e){super(),q(this,e,Lb,Vb,H,{ref:0,isMobile:1,disabled:2,type:3,click:4})}},ll=Qa;function Bb(i){let e,t,n,o=i[2].default,r=Se(o,i,i[1],null),l=[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"vk-logo-icon"},{role:"img"},i[0]],a={};for(let s=0;s<l.length;s+=1)a=ne(a,l[s]);return{c(){e=A("svg"),r&&r.c(),t=A("path"),c(t,"fill","#fff"),c(t,"fill-rule","evenodd"),c(t,"d","M4.265 4.265C3 5.531 3 7.567 3 11.64v.72c0 4.073 0 6.11 1.265 7.375C5.531 21 7.567 21 11.64 21h.72c4.073 0 6.11 0 7.375-1.265C21 18.469 21 16.433 21 12.36v-.72c0-4.073 0-6.11-1.265-7.375C18.469 3 16.433 3 12.36 3h-.72C7.567 3 5.53 3 4.265 4.265M6 8.5c.096 4.682 2.556 7.5 6.61 7.5h.235v-2.679c1.476.15 2.577 1.254 3.026 2.679H18c-.578-2.132-2.075-3.31-3.005-3.76.93-.558 2.246-1.908 2.556-3.74h-1.937c-.406 1.49-1.615 2.84-2.77 2.968V8.5h-1.968v5.197c-1.197-.3-2.759-1.757-2.823-5.197z"),c(t,"clip-rule","evenodd"),be(e,a)},m(s,u){w(s,e,u),r&&r.m(e,null),m(e,t),n=!0},p(s,[u]){r&&r.p&&(!n||u&2)&&Ie(r,o,s,s[1],n?Pe(o,s[1],u,null):Te(s[1]),null),be(e,a=Le(l,[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"vk-logo-icon"},{role:"img"},u&1&&s[0]]))},i(s){n||(d(r,s),n=!0)},o(s){_(r,s),n=!1},d(s){s&&k(e),r&&r.d(s)}}}function Rb(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var Ya=class extends z{constructor(e){super(),q(this,e,Rb,Bb,H,{})}},Od=Ya;function Db(i){we(i,"svelte-1bbobod",".mobile.svelte-1bbobod{transform:scale(1.1) translateY(-1px)}")}function Fd(i){let e,t,n,o,r,l,a;return{c(){e=A("path"),t=A("path"),n=A("path"),o=A("path"),r=A("path"),l=A("path"),a=A("path"),c(e,"d","M30.7286 15.0483H33.2239L36.8885 5H35.0776L32.1402 13.2809H31.8551L29.0175 5H27.1781L30.7286 15.0483Z"),c(e,"fill","white"),c(t,"d","M46.2591 15.0483L41.6392 9.84599L45.9026 5H43.7923L40.2276 9.09059H39.814V5H38.103V15.0483H39.814V10.7439H40.2418L44.0062 15.0483H46.2591Z"),c(t,"fill","white"),c(n,"d","M56.0753 9.88875C56.9594 9.54668 57.5155 8.76277 57.5155 7.73656C57.5155 6.14023 56.1894 5 54.2502 5H50.329V15.0483H54.5354C56.4888 15.0483 57.8149 13.9081 57.8149 12.2405C57.8149 11.0717 57.159 10.2023 56.0753 9.88875ZM52.04 6.49656H54.2502C55.1628 6.49656 55.7902 7.05242 55.7902 7.87909C55.7902 8.69151 55.1628 9.24737 54.2502 9.24737H52.04V6.49656ZM54.5354 13.5518H52.04V10.7439H54.5354C55.4337 10.7439 56.0611 11.314 56.0611 12.1407C56.0611 12.9816 55.4337 13.5518 54.5354 13.5518Z"),c(n,"fill","white"),c(o,"d","M59.3767 15.0483H61.701L64.4672 9.54668H64.6954V15.0483H66.2638V7.63679H63.9396L61.1734 13.1384H60.9452V7.63679H59.3767V15.0483Z"),c(o,"fill","white"),c(r,"d","M67.3373 17.2575H68.9771V15.0483H74.3099V17.2575H75.9497V13.5518H74.6664V7.63679H69.2337L68.863 11.4281C68.7347 12.7678 68.3354 13.5518 67.5227 13.5518H67.3373V17.2575ZM69.8326 13.5518C70.2319 13.1669 70.403 12.5113 70.517 11.3996L70.7452 9.13335H73.0266V13.5518H69.8326Z"),c(r,"fill","white"),c(l,"d","M84.222 11.257C84.222 9.11909 82.625 7.49426 80.372 7.49426C78.1191 7.49426 76.5221 9.10484 76.5221 11.3425C76.5221 13.5803 78.1191 15.1908 80.372 15.1908C81.912 15.1908 83.3664 14.4639 83.9225 13.0529L82.3826 12.7963C82.0261 13.3237 81.3416 13.6943 80.4718 13.6943C79.217 13.6943 78.39 12.9246 78.2332 11.7844H84.1934C84.2077 11.6276 84.222 11.4566 84.222 11.257ZM80.372 8.91955C81.3987 8.91955 82.1687 9.57519 82.4396 10.5016H78.333C78.6039 9.54668 79.3739 8.91955 80.372 8.91955Z"),c(l,"fill","white"),c(a,"d","M89.0359 15.1908C91.3602 15.1908 92.9999 13.5945 92.9999 11.3425C92.9999 9.09059 91.3602 7.49426 89.0359 7.49426C86.7117 7.49426 85.0719 9.09059 85.0719 11.3425C85.0719 13.5945 86.7117 15.1908 89.0359 15.1908ZM89.0359 13.6943C87.6956 13.6943 86.783 12.7393 86.783 11.3425C86.783 9.94576 87.6956 8.99082 89.0359 8.99082C90.3763 8.99082 91.2889 9.94576 91.2889 11.3425C91.2889 12.7393 90.3763 13.6943 89.0359 13.6943Z"),c(a,"fill","white")},m(s,u){w(s,e,u),w(s,t,u),w(s,n,u),w(s,o,u),w(s,r,u),w(s,l,u),w(s,a,u)},d(s){s&&(k(e),k(t),k(n),k(o),k(r),k(l),k(a))}}}function Nb(i){let e,t,n,o=!i[0]&&Fd(i);return{c(){e=A("svg"),t=A("path"),o&&o.c(),c(t,"d","M19.0283 1.47947C17.5482 1.47862e-05 15.3189 -2.59106e-06 10.8969 -1.8179e-06L10.1111 -1.68051e-06C5.68913 -9.0734e-07 3.47814 1.72463e-05 1.97977 1.47947C0.499685 2.95892 0.499757 5.18723 0.499758 9.60732L0.499758 10.3927C0.499758 14.8128 0.499687 17.0228 1.97978 18.5205C3.45987 20 5.68914 20 10.1111 20L10.8969 20C15.3189 20 17.5299 20 19.0283 18.5205C20.5084 17.0411 20.5084 14.8128 20.5084 10.3927L20.5084 9.60732C20.5084 5.16896 20.5084 2.95892 19.0283 1.47947ZM8.06464 14.8128C6.69419 15.3242 5.21408 14.4658 4.93999 13.0046C4.73899 12.0183 4.64761 10.9954 4.64761 9.93605C4.64761 8.91322 4.73899 7.90867 4.93999 6.94064C5.21408 5.47945 6.69419 4.62102 8.06464 5.13244C9.91018 5.80823 11.5913 6.84928 13.0166 8.18261C14.0581 9.15064 14.0581 10.8128 13.0166 11.7808C11.573 13.0959 9.89191 14.137 8.06464 14.8128ZM19.9602 10.3744C19.9602 14.6484 19.9601 16.7854 18.6262 18.1005C17.5116 19.2146 15.8305 19.3972 12.7973 19.4155C13.9302 19.2328 14.7342 18.9041 15.3554 18.2648C16.6893 16.9132 16.6893 14.7397 16.6893 10.3744L16.6893 9.57075C16.6893 5.20546 16.6893 3.032 15.3554 1.6804C14.7342 1.04113 13.9302 0.712308 12.7973 0.52966C15.8305 0.566189 17.5116 0.748873 18.6079 1.84476C19.9418 3.1781 19.9419 5.31505 19.9419 9.57075L19.9419 10.3744L19.9602 10.3744ZM11.6826 9.68036C11.8653 9.84474 11.8653 10.137 11.6826 10.3013C10.4401 11.4338 8.99653 12.3105 7.40681 12.895C7.16926 12.9863 6.91344 12.8402 6.85863 12.5845C6.69417 11.7443 6.60283 10.8676 6.60283 9.97262C6.60282 9.09591 6.69417 8.23744 6.85862 7.39726C6.91344 7.14155 7.16926 6.9954 7.40681 7.08672C8.97826 7.67119 10.4401 8.54794 11.6826 9.68036Z"),c(t,"fill","white"),c(e,"width",i[2]),c(e,"height","20"),c(e,"viewBox",n="0 0 "+(i[2]+1)+" 20"),c(e,"fill","none"),c(e,"xmlns","http://www.w3.org/2000/svg"),c(e,"aria-hidden","true"),c(e,"data-testid",i[3]),c(e,"class","svelte-1bbobod"),O(e,"mobile",i[1])},m(r,l){w(r,e,l),m(e,t),o&&o.m(e,null)},p(r,[l]){r[0]?o&&(o.d(1),o=null):o||(o=Fd(r),o.c(),o.m(e,null)),l&4&&c(e,"width",r[2]),l&4&&n!==(n="0 0 "+(r[2]+1)+" 20")&&c(e,"viewBox",n),l&8&&c(e,"data-testid",r[3]),l&2&&O(e,"mobile",r[1])},i:me,o:me,d(r){r&&k(e),o&&o.d()}}}function Ob(i,e,t){let{short:n=!1}=e,{isMobile:o=!1}=e,r,l;return i.$$set=a=>{"short"in a&&t(0,n=a.short),"isMobile"in a&&t(1,o=a.isMobile)},i.$$.update=()=>{if(i.$$.dirty&1)e:t(2,r=n?20:93),t(3,l=n?"vk-video-logo-icon--short":"vk-video-logo-icon")},[n,o,r,l]}var Za=class extends z{constructor(e){super(),q(this,e,Ob,Nb,H,{short:0,isMobile:1},Db)}},Hd=Za;function Fb(i){let e,t,n,o,r,l,a,s,u,f,p,h,y;return{c(){e=A("svg"),t=A("g"),n=A("path"),o=A("path"),r=A("defs"),l=A("filter"),a=A("feFlood"),s=A("feColorMatrix"),u=A("feOffset"),f=A("feGaussianBlur"),p=A("feColorMatrix"),h=A("feBlend"),y=A("feBlend"),c(n,"fill-rule","evenodd"),c(n,"clip-rule","evenodd"),c(n,"d","M15 16.6C15 14.6398 15 13.6597 15.3815 12.911C15.717 12.2525 16.2525 11.717 16.911 11.3815C17.6597 11 18.6398 11 20.6 11H21.96C24.4242 11 25.6563 11 26.5976 11.4796C27.4255 11.9014 28.0986 12.5745 28.5204 13.4024C29 14.3437 29 15.5758 29 18.04V21.96C29 24.4242 29 25.6563 28.5204 26.5976C28.0986 27.4255 27.4255 28.0986 26.5976 28.5204C25.6563 29 24.4242 29 21.96 29H20.6C18.6398 29 17.6597 29 16.911 28.6185C16.2525 28.283 15.717 27.7475 15.3815 27.089C15 26.3403 15 25.3602 15 23.4V16.6ZM24.2646 18.3443C25.1663 18.8828 25.6171 19.1521 25.7699 19.5007C25.9032 19.805 25.9032 20.1511 25.7699 20.4554C25.6171 20.804 25.1663 21.0733 24.2646 21.6118L21.8788 23.0367C20.9363 23.5997 20.465 23.8812 20.0774 23.8445C19.7393 23.8125 19.4311 23.6376 19.2303 23.3638C19 23.0498 19 22.5008 19 21.403V18.5531C19 17.4552 19 16.9063 19.2303 16.5923C19.4311 16.3185 19.7393 16.1436 20.0774 16.1116C20.465 16.0749 20.9363 16.3564 21.8788 16.9193L24.2646 18.3443ZM13 17.04C13 14.5758 13 13.3437 13.4796 12.4025C13.7214 11.9278 14.0459 11.504 14.4348 11.1493C14.0394 11.2203 13.7058 11.325 13.4024 11.4796C12.5745 11.9015 11.9014 12.5746 11.4796 13.4025C11 14.3437 11 15.5758 11 18.04V21.96C11 24.4243 11 25.6564 11.4796 26.5976C11.9014 27.4255 12.5745 28.0986 13.4024 28.5205C13.7058 28.6751 14.0394 28.7798 14.4348 28.8508C14.0459 28.4961 13.7214 28.0723 13.4796 27.5976C13 26.6564 13 25.4243 13 22.96V17.04Z"),c(n,"fill","white"),c(o,"d","M14.6032 11.334L15.2433 10.7501L14.3906 10.9032C13.9767 10.9775 13.6187 11.0888 13.2889 11.2569C12.414 11.7027 11.7026 12.414 11.2568 13.289C10.9961 13.8007 10.872 14.3806 10.8108 15.1298C10.75 15.8737 10.75 16.8061 10.75 18.0284V18.04V21.96V21.9717C10.75 23.194 10.75 24.1264 10.8108 24.8703C10.872 25.6195 10.9961 26.1994 11.2568 26.7111C11.7026 27.5861 12.414 28.2974 13.2889 28.7432C13.6187 28.9113 13.9767 29.0225 14.3906 29.0969L15.2433 29.25L14.6032 28.6661C14.2365 28.3315 13.9304 27.9318 13.7023 27.4841C13.4835 27.0546 13.3678 26.5478 13.3091 25.8296C13.2502 25.1084 13.25 24.1963 13.25 22.96V17.04C13.25 15.8038 13.2502 14.8917 13.3091 14.1705C13.3678 13.4522 13.4835 12.9455 13.7023 12.516C13.9304 12.0683 14.2365 11.6686 14.6032 11.334ZM15.1587 12.7975C14.947 13.213 14.8475 13.6818 14.7985 14.2808C14.75 14.8747 14.75 15.6181 14.75 16.5884V16.6V23.4V23.4116C14.75 24.3819 14.75 25.1253 14.7985 25.7192C14.8475 26.3182 14.947 26.787 15.1587 27.2025C15.5183 27.9081 16.0919 28.4818 16.7975 28.8413C17.213 29.053 17.6818 29.1525 18.2808 29.2015C18.8747 29.25 19.6181 29.25 20.5884 29.25H20.6H21.96H21.9717C23.1939 29.25 24.1264 29.25 24.8703 29.1892C25.6194 29.128 26.1993 29.0039 26.7111 28.7432C27.586 28.2974 28.2974 27.586 28.7432 26.7111C29.0039 26.1993 29.128 25.6194 29.1892 24.8703C29.25 24.1264 29.25 23.1939 29.25 21.9717V21.96V18.04V18.0283C29.25 16.8061 29.25 15.8736 29.1892 15.1297C29.128 14.3806 29.0039 13.8007 28.7432 13.2889C28.2974 12.414 27.586 11.7026 26.7111 11.2568C26.1993 10.9961 25.6194 10.872 24.8703 10.8108C24.1264 10.75 23.1939 10.75 21.9717 10.75H21.96H20.6H20.5884C19.6181 10.75 18.8747 10.75 18.2808 10.7985C17.6818 10.8475 17.213 10.947 16.7975 11.1587C16.0919 11.5183 15.5183 12.0919 15.1587 12.7975ZM24.1364 18.5589C24.5914 18.8307 24.9178 19.0259 25.1508 19.1958C25.3846 19.3661 25.4915 19.4884 25.5409 19.601C25.6462 19.8413 25.6462 20.1147 25.5409 20.355C25.4915 20.4677 25.3846 20.59 25.1508 20.7603C24.9178 20.9302 24.5914 21.1254 24.1364 21.3972L21.7506 22.8221C21.2751 23.1061 20.9332 23.31 20.662 23.44C20.3893 23.5707 20.2254 23.6074 20.1009 23.5956C19.8339 23.5703 19.5905 23.4322 19.4319 23.2159C19.358 23.1151 19.3054 22.9556 19.2778 22.6545C19.2503 22.3549 19.25 21.9568 19.25 21.403V18.5531C19.25 17.9992 19.2503 17.6012 19.2778 17.3016C19.3054 17.0005 19.358 16.841 19.4319 16.7402C19.5905 16.5239 19.8339 16.3858 20.1009 16.3605C20.2254 16.3487 20.3893 16.3854 20.662 16.5161C20.9332 16.6461 21.2751 16.85 21.7506 17.134L24.1364 18.5589Z"),c(o,"stroke","black"),c(o,"stroke-opacity","0.12"),c(o,"stroke-width","0.5"),c(t,"filter","url(#filter0_d_207_5101)"),c(a,"flood-opacity","0"),c(a,"result","BackgroundImageFix"),c(s,"in","SourceAlpha"),c(s,"type","matrix"),c(s,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"),c(s,"result","hardAlpha"),c(f,"stdDeviation","2.5"),c(p,"type","matrix"),c(p,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"),c(h,"mode","normal"),c(h,"in2","BackgroundImageFix"),c(h,"result","effect1_dropShadow_207_5101"),c(y,"mode","normal"),c(y,"in","SourceGraphic"),c(y,"in2","effect1_dropShadow_207_5101"),c(y,"result","shape"),c(l,"id","filter0_d_207_5101"),c(l,"x","5.5"),c(l,"y","5.35095"),c(l,"width","29"),c(l,"height","29.2982"),c(l,"filterUnits","userSpaceOnUse"),c(l,"color-interpolation-filters","sRGB"),c(e,"width","40"),c(e,"height","40"),c(e,"viewBox","0 0 40 40"),c(e,"fill","none"),c(e,"xmlns","http://www.w3.org/2000/svg")},m(b,P){w(b,e,P),m(e,t),m(t,n),m(t,o),m(e,r),m(r,l),m(l,a),m(l,s),m(l,u),m(l,f),m(l,p),m(l,h),m(l,y)},p:me,i:me,o:me,d(b){b&&k(e)}}}var Xa=class extends z{constructor(e){super(),q(this,e,null,Fb,H,{})}},zd=Xa;function zb(i){let e,t;return e=new Od({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p:me,i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function qb(i){let e,t;return e=new Hd({props:{short:i[5]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o&32&&(r.short=n[5]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Ub(i){let e,t;return e=new zd({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p:me,i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Kb(i){let e,t,n,o,r=[Ub,qb,zb],l=[];function a(s,u){return s[7]||s[4]?0:s[2]?1:2}return e=a(i,-1),t=l[e]=r[e](i),{c(){t.c(),n=nt()},m(s,u){l[e].m(s,u),w(s,n,u),o=!0},p(s,u){let f=e;e=a(s,u),e===f?l[e].p(s,u):(ue(),_(l[f],1,1,()=>{l[f]=null}),ce(),t=l[e],t?t.p(s,u):(t=l[e]=r[e](s),t.c()),d(t,1),t.m(n.parentNode,n))},i(s){o||(d(t),o=!0)},o(s){_(t),o=!1},d(s){s&&k(n),l[e].d(s)}}}function Wb(i){let e,t,n;function o(l){i[13](l)}let r={className:"btn-full-opacity",disabled:!i[1],click:i[8],testId:i[2]?"btn-vk-video-logo":"btn-vk-logo",ariaLabel:i[3],$$slots:{default:[Kb]},$$scope:{ctx:i}};return i[0]!==void 0&&(r.ref=i[0]),e=new mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,[a]){let s={};a&2&&(s.disabled=!l[1]),a&4&&(s.testId=l[2]?"btn-vk-video-logo":"btn-vk-logo"),a&8&&(s.ariaLabel=l[3]),a&65588&&(s.$$scope={dirty:a,ctx:l}),!t&&a&1&&(t=!0,s.ref=l[0],Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function Gb(i,e,t){let n,o,{ref:r=void 0}=e,{logoClickable:l=!1}=e,{targetUrl:a=""}=e,{click:s}=e,u=Vt(),f=$e(),p=f.ui.currentGridType$;F(i,p,v=>t(11,n=v));let h=f.ui.isMobile;F(i,h,v=>t(12,o=v));let y,b,P,C,M=()=>{s(),f.callbacks?.onLogoClicked?.(),a&&window.open(a,"_blank")};function S(v){r=v,t(0,r)}i.$$set=v=>{"ref"in v&&t(0,r=v.ref),"logoClickable"in v&&t(1,l=v.logoClickable),"targetUrl"in v&&t(9,a=v.targetUrl),"click"in v&&t(10,s=v.click)},i.$$.update=()=>{if(i.$$.dirty&6148)e:t(5,C=(o||Sr(n,"l"))&&b)};e:t(3,y=u.logoType==="vk_video"?U("tooltip_vk_video_logo"):U("tooltip_vk_logo"));e:t(2,b=u.logoType==="vk_video");e:t(4,P=u.logoType==="vk_video_mobile");return[r,l,b,y,P,C,p,h,M,a,s,n,o,S]}var Ja=class extends z{constructor(e){super(),q(this,e,Gb,Wb,H,{ref:0,logoClickable:1,targetUrl:9,click:10})}},Tr=Ja;var Ud=require("@vkontakte/videoplayer-core");var xa=require("@vkontakte/videoplayer-core");function jb(i){we(i,"svelte-8z1bf5",".connecting.svelte-8z1bf5 .wave.svelte-8z1bf5{animation-duration:1s;animation-iteration-count:infinite}.connecting.svelte-8z1bf5 .wave1.svelte-8z1bf5{animation-name:svelte-8z1bf5-wave1}.connecting.svelte-8z1bf5 .wave2.svelte-8z1bf5{animation-name:svelte-8z1bf5-wave2}.connecting.svelte-8z1bf5 .wave3.svelte-8z1bf5{animation-name:svelte-8z1bf5-wave3}@keyframes svelte-8z1bf5-wave1{0%{opacity:0.3}33%{opacity:1}66%{opacity:1}100%{opacity:1}}@keyframes svelte-8z1bf5-wave2{0%{opacity:0.3}33%{opacity:0.3}66%{opacity:1}100%{opacity:1}}@keyframes svelte-8z1bf5-wave3{0%{opacity:0.3}33%{opacity:0.3}66%{opacity:0.3}100%{opacity:1}}")}function Qb(i){let e,t,n,o,r,l,a,s;return{c(){e=A("svg"),t=A("g"),n=A("path"),o=A("path"),r=A("path"),l=A("path"),a=A("path"),s=A("path"),c(n,"class","wave wave1 svelte-8z1bf5"),c(n,"d","M1 18v3h3c0-1.66-1.34-3-3-3z"),c(n,"fill","#fff"),c(o,"class","wave wave2 svelte-8z1bf5"),c(o,"d","M1 14v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7z"),c(o,"fill","#fff"),c(r,"class","wave wave3 svelte-8z1bf5"),c(r,"d","M1 10v2a9 9 0 0 1 9 9h2c0-6.08-4.93-11-11-11z"),c(r,"fill","#fff"),c(l,"d","M21 3H3c-1.1 0-2 .9-2 2v3h2V5h18v14h-7v2h7c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"),c(l,"fill","#fff"),c(a,"d","M0 0h24v24H0z"),c(s,"d","M5.667 7.44H18.5v9.167h-5.161a11.947 11.947 0 0 0-7.673-7.672V7.44Z"),c(s,"fill","#fff"),O(s,"hidden",!i[1]),c(t,"fill","none"),c(t,"fill-rule","evenodd"),c(e,"width","24"),c(e,"height","24"),c(e,"xmlns","http://www.w3.org/2000/svg"),c(e,"aria-hidden","true"),c(e,"data-testid","chromecast-icon"),c(e,"class","svelte-8z1bf5"),O(e,"connecting",i[2])},m(u,f){w(u,e,f),m(e,t),m(t,n),m(t,o),m(t,r),m(t,l),m(t,a),m(t,s)},p(u,f){f&2&&O(s,"hidden",!u[1]),f&4&&O(e,"connecting",u[2])},d(u){u&&k(e)}}}function Yb(i){let e,t,n,o,r,l,a,s,u,f,p,h,y,b,P,C,M,S,v,E,G;return{c(){e=A("svg"),t=A("g"),n=A("mask"),o=A("path"),l=A("path"),a=A("path"),u=A("path"),f=A("defs"),p=A("clipPath"),h=A("path"),b=A("filter"),P=A("feFlood"),C=A("feColorMatrix"),M=A("feOffset"),S=A("feGaussianBlur"),v=A("feColorMatrix"),E=A("feBlend"),G=A("feBlend"),c(o,"fill",r=i[1]?"#2688EB":"#fff"),c(o,"d","M1.1 3.1h22v18h-22z"),c(l,"fill-rule","evenodd"),c(l,"clip-rule","evenodd"),c(l,"d","M16.2 5.9c.855 0 1.442 0 1.897.038.445.036.683.103.856.19a2.1 2.1 0 0 1 .918.919c.088.172.155.411.191.856.037.455.038 1.042.038 1.897v4.4c0 .855 0 1.442-.038 1.897-.036.445-.103.683-.19.856a2.1 2.1 0 0 1-.919.918c-.172.088-.411.155-.856.191-.455.037-1.042.038-1.897.038H15a.9.9 0 0 0 0 1.8h1.238c.808 0 1.469 0 2.006-.044.556-.045 1.058-.142 1.527-.381a3.9 3.9 0 0 0 1.704-1.704c.239-.47.336-.971.381-1.527.044-.537.044-1.198.044-2.006V9.762c0-.808 0-1.469-.044-2.006-.045-.556-.142-1.058-.381-1.527a3.9 3.9 0 0 0-1.704-1.704c-.47-.239-.971-.336-1.527-.381-.537-.044-1.198-.044-2.006-.044H6a3.901 3.901 0 0 0-3.678 2.6.9.9 0 0 0 1.697.6A2.101 2.101 0 0 1 6 5.9h10.2ZM3.069 11.52a6.9 6.9 0 0 1 7.413 7.413.9.9 0 0 0 1.795.137 8.7 8.7 0 0 0-9.344-9.344.9.9 0 0 0 .136 1.794Zm.533 3.58c-.161 0-.32.011-.474.034a.9.9 0 1 1-.256-1.782A5.1 5.1 0 0 1 8.65 19.13a.9.9 0 1 1-1.782-.256A3.3 3.3 0 0 0 3.602 15.1Zm-1.5 3.3a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z"),c(n,"id","c"),c(n,"maskUnits","userSpaceOnUse"),c(n,"x","1.1"),c(n,"y","3.1"),c(n,"width","22"),c(n,"height","18"),c(n,"fill","#000"),c(a,"fill-rule","evenodd"),c(a,"clip-rule","evenodd"),c(a,"d","M16.2 5.9c.855 0 1.442 0 1.897.038.445.036.683.103.856.19a2.1 2.1 0 0 1 .918.919c.088.172.155.411.191.856.037.455.038 1.042.038 1.897v4.4c0 .855 0 1.442-.038 1.897-.036.445-.103.683-.19.856a2.1 2.1 0 0 1-.919.918c-.172.088-.411.155-.856.191-.455.037-1.042.038-1.897.038H15a.9.9 0 0 0 0 1.8h1.238c.808 0 1.469 0 2.006-.044.556-.045 1.058-.142 1.527-.381a3.9 3.9 0 0 0 1.704-1.704c.239-.47.336-.971.381-1.527.044-.537.044-1.198.044-2.006V9.762c0-.808 0-1.469-.044-2.006-.045-.556-.142-1.058-.381-1.527a3.9 3.9 0 0 0-1.704-1.704c-.47-.239-.971-.336-1.527-.381-.537-.044-1.198-.044-2.006-.044H6a3.901 3.901 0 0 0-3.678 2.6.9.9 0 0 0 1.697.6A2.101 2.101 0 0 1 6 5.9h10.2ZM3.069 11.52a6.9 6.9 0 0 1 7.413 7.413.9.9 0 0 0 1.795.137 8.7 8.7 0 0 0-9.344-9.344.9.9 0 0 0 .136 1.794Zm.533 3.58c-.161 0-.32.011-.474.034a.9.9 0 1 1-.256-1.782A5.1 5.1 0 0 1 8.65 19.13a.9.9 0 1 1-1.782-.256A3.3 3.3 0 0 0 3.602 15.1Zm-1.5 3.3a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z"),c(a,"fill",s=i[1]?"#2688EB":"#fff"),c(u,"d","m18.097 5.938-.04.498.04-.498Zm.856.19-.227.446.227-.445Zm.918.919-.445.227.445-.227Zm.191.856-.498.04.498-.04Zm0 8.194-.498-.04.498.04Zm-.19.856-.446-.227.445.227Zm-.919.918-.227-.445.227.445Zm-.856.191.04.498-.04-.498Zm-1.86 1.838v-.5.5Zm2.007-.044.04.498-.04-.498Zm1.527-.381-.227-.446.227.446Zm1.704-1.704.445.227-.445-.227Zm.381-1.527.498.04-.498-.04Zm.044-2.006h-.5.5Zm0-4.476h-.5.5Zm-.044-2.006.498-.04-.498.04Zm-.381-1.527.445-.227-.445.227ZM19.77 4.525l-.227.446.227-.446Zm-1.527-.381.04-.498-.04.498ZM16.238 4.1v.5-.5ZM6 4.1v-.5.5ZM2.322 6.7l-.471-.167.471.167Zm1.697.6-.471-.167.471.167ZM6 5.9v-.5.5Zm-2.931 5.62-.038-.498.038.498Zm7.413 7.413.498.038-.498-.038Zm1.795.137.498.038-.498-.038ZM2.931 9.725l-.038-.498.038.498Zm-.829.966.499-.038-.499.038Zm1.025 4.443-.071-.495.071.495Zm-1.019-.763.495-.071-.495.07Zm.763-1.02.071.496-.07-.495ZM8.65 19.13l.495.072-.495-.072Zm-1.019.764-.07.494.07-.494Zm-.763-1.02.495.072-.495-.071ZM18.138 5.44c-.48-.04-1.091-.04-1.938-.04v1c.863 0 1.426.001 1.856.036l.082-.996Zm1.042.243c-.255-.13-.567-.205-1.042-.243l-.082.996c.414.034.58.092.67.138l.454-.89Zm1.137 1.137a2.6 2.6 0 0 0-1.137-1.137l-.454.891a1.6 1.6 0 0 1 .7.7l.89-.454Zm.244 1.042c-.04-.475-.114-.787-.244-1.042l-.891.454c.046.09.104.256.138.67l.997-.082ZM20.6 9.8c0-.846 0-1.458-.04-1.938l-.996.082c.035.43.036.993.036 1.856h1Zm0 4.4V9.8h-1v4.4h1Zm-.04 1.938c.04-.48.04-1.092.04-1.938h-1c0 .863-.001 1.426-.036 1.856l.997.082Zm-.243 1.042c.13-.255.205-.567.244-1.042l-.997-.082c-.034.414-.092.58-.138.67l.89.454Zm-1.137 1.137a2.6 2.6 0 0 0 1.137-1.137l-.891-.454a1.6 1.6 0 0 1-.7.7l.454.89Zm-1.042.244c.475-.04.787-.114 1.042-.244l-.454-.891c-.09.046-.256.104-.67.138l.082.997ZM16.2 18.6c.847 0 1.458 0 1.938-.04l-.082-.996c-.43.035-.993.036-1.856.036v1Zm-1.2 0h1.2v-1H15v1Zm-.4.4c0-.22.18-.4.4-.4v-1a1.4 1.4 0 0 0-1.4 1.4h1Zm.4.4a.4.4 0 0 1-.4-.4h-1a1.4 1.4 0 0 0 1.4 1.4v-1Zm1.238 0H15v1h1.238v-1Zm1.965-.042c-.512.042-1.15.042-1.965.042v1c.8 0 1.484 0 2.046-.045l-.081-.997Zm1.34-.329c-.386.198-.815.286-1.34.329l.081.997c.587-.049 1.163-.154 1.714-.435l-.454-.89Zm1.486-1.485a3.4 3.4 0 0 1-1.485 1.485l.454.891a4.4 4.4 0 0 0 1.922-1.922l-.89-.454Zm.329-1.341c-.043.525-.131.954-.329 1.34l.891.455c.281-.552.386-1.127.434-1.714l-.996-.081Zm.042-1.965c0 .815 0 1.453-.042 1.965l.997.081c.045-.561.045-1.246.045-2.046h-1Zm0 0h1-1Zm0-4.476v4.476h1V9.762h-1Zm0 0h1-1Zm-.042-1.965c.042.512.042 1.15.042 1.965h1c0-.8 0-1.484-.045-2.046l-.997.081Zm-.329-1.34c.198.386.286.815.329 1.34l.997-.081c-.049-.587-.154-1.162-.435-1.714l-.89.454ZM19.544 4.97a3.4 3.4 0 0 1 1.485 1.485l.891-.454a4.4 4.4 0 0 0-1.922-1.922l-.454.89Zm-1.341-.329c.525.043.954.132 1.34.329l.455-.891c-.552-.281-1.127-.387-1.714-.434l-.081.996ZM16.238 4.6c.815 0 1.453 0 1.965.042l.081-.996c-.562-.046-1.246-.046-2.046-.046v1Zm0 0v-1 1ZM6 4.6h10.238v-1H6v1Zm0-1v1-1Zm0 0a4.401 4.401 0 0 0-4.15 2.933l.944.334A3.401 3.401 0 0 1 6 4.6v-1ZM1.85 6.533a1.4 1.4 0 0 0 .854 1.787l.333-.943a.4.4 0 0 1-.243-.51l-.943-.334Zm.854 1.787a1.4 1.4 0 0 0 1.787-.853l-.943-.334a.4.4 0 0 1-.51.244l-.334.943Zm1.787-.853A1.601 1.601 0 0 1 6 6.4v-1c-1.131 0-2.095.722-2.452 1.733l.943.334ZM16.2 5.4H6v1h10.2v-1ZM3.602 11c-.192 0-.383.007-.571.022l.076.997A6.53 6.53 0 0 1 3.602 12v-1Zm7.4 7.4a7.4 7.4 0 0 0-7.4-7.4v1a6.4 6.4 0 0 1 6.4 6.4h1Zm-.022.571c.015-.188.022-.379.022-.571h-1c0 .167-.006.332-.019.495l.997.076Zm.369.43a.4.4 0 0 1-.369-.43l-.997-.076a1.4 1.4 0 0 0 1.29 1.502l.076-.997Zm.429-.37a.4.4 0 0 1-.43.37l-.075.996a1.4 1.4 0 0 0 1.502-1.29l-.997-.075Zm.024-.631c0 .213-.008.423-.024.632l.997.076c.018-.234.027-.47.027-.708h-1Zm-8.2-8.2a8.2 8.2 0 0 1 8.2 8.2h1a9.2 9.2 0 0 0-9.2-9.2v1Zm-.632.024c.209-.016.42-.024.632-.024v-1c-.238 0-.474.01-.708.027l.076.997Zm-.368.43a.4.4 0 0 1 .368-.43l-.076-.997a1.4 1.4 0 0 0-1.29 1.502l.998-.076Zm.429.368a.4.4 0 0 1-.43-.369l-.996.076a1.4 1.4 0 0 0 1.502 1.29l-.076-.997Zm.168 4.607c.13-.02.265-.029.403-.029v-1c-.185 0-.367.013-.545.039l.142.99Zm-1.585-1.187A1.4 1.4 0 0 0 3.2 15.629l-.142-.99a.4.4 0 0 1-.453-.34l-.99.143Zm1.187-1.585a1.4 1.4 0 0 0-1.187 1.585l.99-.142a.4.4 0 0 1 .34-.453l-.143-.99Zm.801-.057c-.271 0-.538.02-.8.057l.141.99c.216-.031.436-.047.659-.047v-1Zm5.6 5.6a5.6 5.6 0 0 0-5.6-5.6v1a4.6 4.6 0 0 1 4.6 4.6h1Zm-.057.8c.038-.262.057-.529.057-.8h-1c0 .223-.016.443-.047.659l.99.142ZM7.56 20.389A1.4 1.4 0 0 0 9.145 19.2l-.99-.142a.4.4 0 0 1-.453.34l-.142.99Zm-1.187-1.585a1.4 1.4 0 0 0 1.187 1.584l.142-.99a.4.4 0 0 1-.339-.452l-.99-.142Zm.029-.403c0 .138-.01.272-.029.403l.99.142c.026-.178.039-.36.039-.545h-1Zm-2.8-2.8a2.8 2.8 0 0 1 2.8 2.8h1a3.8 3.8 0 0 0-3.8-3.8v1Zm0 .8a2 2 0 0 0-2 2h1a1 1 0 0 1 1-1v-1Zm2 2a2 2 0 0 0-2-2v1a1 1 0 0 1 1 1h1Zm-2 2a2 2 0 0 0 2-2h-1a1 1 0 0 1-1 1v1Zm-2-2a2 2 0 0 0 2 2v-1a1 1 0 0 1-1-1h-1Z"),c(u,"fill","#000"),c(u,"fill-opacity",".12"),c(u,"mask","url(#c)"),c(t,"filter","url(#b)"),c(t,"clip-path","url(#a)"),c(h,"fill",y=i[1]?"#2688EB":"#fff"),c(h,"d","M0 0h24v24H0z"),c(p,"id","a"),c(P,"flood-opacity","0"),c(P,"result","BackgroundImageFix"),c(C,"in","SourceAlpha"),c(C,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"),c(C,"result","hardAlpha"),c(S,"stdDeviation","2.5"),c(v,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"),c(E,"in2","BackgroundImageFix"),c(E,"result","effect1_dropShadow_4085_178456"),c(G,"in","SourceGraphic"),c(G,"in2","effect1_dropShadow_4085_178456"),c(G,"result","shape"),c(b,"id","b"),c(b,"x","-3.4"),c(b,"y","-1.4"),c(b,"width","30.8"),c(b,"height","26.802"),c(b,"filterUnits","userSpaceOnUse"),c(b,"color-interpolation-filters","sRGB"),c(e,"width","24"),c(e,"height","24"),c(e,"fill","none"),c(e,"xmlns","http://www.w3.org/2000/svg"),c(e,"aria-hidden","true"),c(e,"data-testid","chromecast-mobile-icon")},m(W,K){w(W,e,K),m(e,t),m(t,n),m(n,o),m(n,l),m(t,a),m(t,u),m(e,f),m(f,p),m(p,h),m(f,b),m(b,P),m(b,C),m(b,M),m(b,S),m(b,v),m(b,E),m(b,G)},p(W,K){K&2&&r!==(r=W[1]?"#2688EB":"#fff")&&c(o,"fill",r),K&2&&s!==(s=W[1]?"#2688EB":"#fff")&&c(a,"fill",s),K&2&&y!==(y=W[1]?"#2688EB":"#fff")&&c(h,"fill",y)},d(W){W&&k(e)}}}function Zb(i){let e;function t(r,l){return r[0]?Yb:Qb}let n=t(i,-1),o=n(i);return{c(){o.c(),e=nt()},m(r,l){o.m(r,l),w(r,e,l)},p(r,[l]){n===(n=t(r,l))&&o?o.p(r,l):(o.d(1),o=n(r),o&&(o.c(),o.m(e.parentNode,e)))},i:me,o:me,d(r){r&&k(e),o.d(r)}}}function Xb(i,e,t){let{isMobile:n=!1}=e,{state:o}=e,r,l;return i.$$set=a=>{"isMobile"in a&&t(0,n=a.isMobile),"state"in a&&t(3,o=a.state)},i.$$.update=()=>{if(i.$$.dirty&8)e:t(2,l=o===xa.ChromecastState.CONNECTING),t(1,r=o===xa.ChromecastState.CONNECTED)},[n,r,l,o]}var $a=class extends z{constructor(e){super(),q(this,e,Xb,Zb,H,{isMobile:0,state:3},jb)}},qd=$a;var Kd=require("@vkontakte/videoplayer-shared");function Jb(i){let e,t;return e=new qd({props:{isMobile:i[1],state:i[2]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o&2&&(r.isMobile=n[1]),o&4&&(r.state=n[2]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function xb(i){let e,t,n;function o(l){i[5](l)}let r={ariaLabel:i[4],click:i[3],testId:"btn-chromecast",$$slots:{default:[Jb]},$$scope:{ctx:i}};return i[0]!==void 0&&(r.ref=i[0]),e=new mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,[a]){let s={};a&16&&(s.ariaLabel=l[4]),a&8&&(s.click=l[3]),a&70&&(s.$$scope={dirty:a,ctx:l}),!t&&a&1&&(t=!0,s.ref=l[0],Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function $b(i,e,t){let{ref:n=void 0}=e,{isMobile:o=!1}=e,{state:r}=e,{click:l=Kd.noop}=e,a;function s(u){n=u,t(0,n)}return i.$$set=u=>{"ref"in u&&t(0,n=u.ref),"isMobile"in u&&t(1,o=u.isMobile),"state"in u&&t(2,r=u.state),"click"in u&&t(3,l=u.click)},i.$$.update=()=>{if(i.$$.dirty&4)e:t(4,a=r===Ud.ChromecastState.CONNECTED?U("tooltip_chromecast_on"):U("tooltip_chromecast_off"))},[n,o,r,l,a,s]}var eu=class extends z{constructor(e){super(),q(this,e,$b,xb,H,{ref:0,isMobile:1,state:2,click:3})}},Er=eu;var Mr=require("@vkontakte/videoplayer-core");function e4(i){let e,t;return e=new sr({props:{isActive:i[1]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o&2&&(r.isActive=n[1]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function t4(i){let e,t;return e=new mt({props:{className:i[0]?"":"btn--live btn-full-opacity",testId:i[1]?"btn-live":"btn-live-offset",disabled:i[1]&&i[3]===Mr.PlaybackState.PLAYING,ariaLabel:i[2],click:i[4],$$slots:{default:[e4]},$$scope:{ctx:i}}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,[o]){let r={};o&1&&(r.className=n[0]?"":"btn--live btn-full-opacity"),o&2&&(r.testId=n[1]?"btn-live":"btn-live-offset"),o&10&&(r.disabled=n[1]&&n[3]===Mr.PlaybackState.PLAYING),o&4&&(r.ariaLabel=n[2]),o&16&&(r.click=n[4]),o&514&&(r.$$scope={dirty:o,ctx:n}),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function i4(i,e,t){let n,{isMobile:o=!1}=e,{isActiveLive:r=!1}=e,{ariaLabel:l=""}=e,a=$e(),s=a.state.playbackState$;F(i,s,h=>t(3,n=h));let u=a.actions.internal.switchToActiveLive,f=a.actions.internal.togglePlay,p;return i.$$set=h=>{"isMobile"in h&&t(0,o=h.isMobile),"isActiveLive"in h&&t(1,r=h.isActiveLive),"ariaLabel"in h&&t(2,l=h.ariaLabel)},i.$$.update=()=>{if(i.$$.dirty&10)e:t(4,p=()=>{if(!r){u();return}n===Mr.PlaybackState.PAUSED&&f()})},[o,r,l,n,p,s]}var tu=class extends z{constructor(e){super(),q(this,e,i4,t4,H,{isMobile:0,isActiveLive:1,ariaLabel:2})}},Ar=tu;function n4(i){we(i,"svelte-5ygsa2",'.tooltip-wrapper.svelte-5ygsa2{position:relative;display:block}.tooltip.svelte-5ygsa2{position:absolute;opacity:0;visibility:hidden;transition:opacity 200ms, visibility 200ms;bottom:100%;transform:translateX(-50%)}.pointer.svelte-5ygsa2:after{position:absolute;bottom:0;left:50%;width:0;border-top:5px solid rgba(41, 41, 41, .8);border-right:5px solid transparent;border-left:5px solid transparent;content:" ";font-size:0;line-height:0;transform:translate(-50%, 5px)}.tooltip.active.svelte-5ygsa2{opacity:1;visibility:visible}')}function o4(i){let e,t,n,o,r=i[9].default,l=Se(r,i,i[8],null);return{c(){e=T("div"),t=T("div"),l&&l.c(),c(t,"class","tooltip svelte-5ygsa2"),O(t,"active",i[0]),O(t,"pointer",i[1]),c(e,"class","tooltip-wrapper svelte-5ygsa2"),c(e,"style",n=`transform: translate(${i[5]}px, ${i[2]}px);`)},m(a,s){w(a,e,s),m(e,t),l&&l.m(t,null),i[10](t),i[11](e),o=!0},p(a,[s]){l&&l.p&&(!o||s&256)&&Ie(l,r,a,a[8],o?Pe(r,a[8],s,null):Te(a[8]),null),(!o||s&1)&&O(t,"active",a[0]),(!o||s&2)&&O(t,"pointer",a[1]),(!o||s&36&&n!==(n=`transform: translate(${a[5]}px, ${a[2]}px);`))&&c(e,"style",n)},i(a){o||(d(l,a),o=!0)},o(a){_(l,a),o=!1},d(a){a&&k(e),l&&l.d(a),i[10](null),i[11](null)}}}function l4(i,e,t){let n,{$$slots:o={},$$scope:r}=e,{active:l=!1}=e,{pointer:a=!1}=e,{translateXPx:s=0}=e,{translateYPx:u=0}=e,{containerWidth:f}=e,p,h;function y(C){if(!h)return 0;let{width:M}=h.getBoundingClientRect(),S=M/2;return C<S?S:C>f-S?f-S:C}function b(C){_e[C?"unshift":"push"](()=>{h=C,t(4,h)})}function P(C){_e[C?"unshift":"push"](()=>{p=C,t(3,p)})}return i.$$set=C=>{"active"in C&&t(0,l=C.active),"pointer"in C&&t(1,a=C.pointer),"translateXPx"in C&&t(6,s=C.translateXPx),"translateYPx"in C&&t(2,u=C.translateYPx),"containerWidth"in C&&t(7,f=C.containerWidth),"$$scope"in C&&t(8,r=C.$$scope)},i.$$.update=()=>{if(i.$$.dirty&64)e:t(5,n=y(s))},[l,a,u,p,h,n,s,f,r,o,b,P]}var iu=class extends z{constructor(e){super(),q(this,e,l4,o4,H,{active:0,pointer:1,translateXPx:6,translateYPx:2,containerWidth:7},n4)}},Wd=iu;var Vr=(i,e,t)=>t.filter(n=>n.time<i*e).pop();function r4(i){we(i,"svelte-l51fc1",".timeline-preview.svelte-l51fc1{bottom:18px;border-radius:2px;pointer-events:none}.timeline-preview.mobile.svelte-l51fc1{bottom:72px}.preview.svelte-l51fc1{margin-bottom:10px;background-color:var(--timeline-preview-bg);box-shadow:0 0 2px var(--timeline-preview-shadow), 0 8px 24px var(--timeline-preview-shadow);border-radius:8px;border:1px solid var(--white)}.episode.svelte-l51fc1{margin-top:10px;margin-bottom:4px;font-size:13px;line-height:16px;text-shadow:0 8px 24px var(--timeline-preview-shadow), 0 0 2px var(--timeline-preview-shadow);max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;font-weight:500}.time.svelte-l51fc1{font-size:13px;line-height:16px;text-align:center;color:var(--slider-filled-bg);text-shadow:0 8px 24px var(--timeline-preview-shadow), 0 0 2px var(--timeline-preview-shadow);font-weight:500}")}function Gd(i){let e;function t(r,l){return r[2]&&r[10].completed===!1?a4:s4}let n=t(i,-1),o=n(i);return{c(){o.c(),e=nt()},m(r,l){o.m(r,l),w(r,e,l)},p(r,l){n===(n=t(r,l))&&o?o.p(r,l):(o.d(1),o=n(r),o&&(o.c(),o.m(e.parentNode,e)))},d(r){r&&k(e),o.d(r)}}}function s4(i){let e=(i[10].text||"")+"",t;return{c(){t=Be(e)},m(n,o){w(n,t,o)},p(n,o){o&1024&&e!==(e=(n[10].text||"")+"")&&Ge(t,e)},d(n){n&&k(t)}}}function a4(i){let e=U("tooltip_episode_unfinished")+"",t;return{c(){t=Be(e)},m(n,o){w(n,t,o)},p:me,d(n){n&&k(t)}}}function u4(i){let e,t,n,o,r,l,a,s,u=i[10]&&Gd(i);return{c(){e=T("div"),t=T("div"),o=N(),r=T("div"),u&&u.c(),l=N(),a=T("div"),s=Be(i[0]),c(t,"class","preview svelte-l51fc1"),c(t,"style",n=`width: ${i[3]}px; height: ${i[4]}px; background-image: url(${i[5]}); background-size: ${i[6]}px ${i[7]}px; background-position: ${i[8]}px ${i[9]}px; transform: translateY(${i[11]%180?-35:0}px) rotate(${i[11]}deg);`),c(r,"class","episode svelte-l51fc1"),c(a,"class","time svelte-l51fc1"),c(e,"class","timeline-preview svelte-l51fc1"),O(e,"mobile",i[1])},m(f,p){w(f,e,p),m(e,t),m(e,o),m(e,r),u&&u.m(r,null),m(e,l),m(e,a),m(a,s)},p(f,[p]){p&3064&&n!==(n=`width: ${f[3]}px; height: ${f[4]}px; background-image: url(${f[5]}); background-size: ${f[6]}px ${f[7]}px; background-position: ${f[8]}px ${f[9]}px; transform: translateY(${f[11]%180?-35:0}px) rotate(${f[11]}deg);`)&&c(t,"style",n),f[10]?u?u.p(f,p):(u=Gd(f),u.c(),u.m(r,null)):u&&(u.d(1),u=null),p&1&&Ge(s,f[0]),p&2&&O(e,"mobile",f[1])},i:me,o:me,d(f){f&&k(e),u&&u.d()}}}var rl=150;function c4(i,e,t){let n,{time:o=""}=e,{isMobile:r=!1}=e,{videoEpisodes:l=[]}=e,{previewThumbsData:a}=e,{progress:s=0}=e,{duration:u=0}=e,{isInteractive:f=!1}=e,h=$e().ui.rotateAlpha;F(i,h,K=>t(11,n=K));let y,b,P,C,M,S,v,E;function G(){let K=a.frameWidth,re=a.frameHeight;return K>rl?(re=re/K*rl,K=rl):re>rl&&(K=K/re*rl,re=rl),{width:K,height:re}}function W(K){let re;a.isUV?re=Math.floor(u*K/a.frequency):re=Math.min(a.countTotal,Math.max(0,Math.floor(a.countTotal*K)));let te=Math.floor(re/a.countPerImage),I=Math.floor(re%a.countPerImage/a.countPerRow),Y=re%a.countPerRow,X=Math.floor(a.countPerImage/a.countPerRow);!a.isUV&&te===Math.floor(a.countTotal/a.countPerImage)&&(X=Math.floor(a.countTotal%a.countPerImage/a.countPerRow),a.countTotal%a.countPerImage%a.countPerRow>0&&X++);let $=a.countPerRow;!a.isUV&&te===Math.floor(a.countTotal/a.countPerImage)&&a.countTotal%a.countPerImage>0&&($=Math.min(a.countPerRow,a.countTotal%a.countPerImage));let x=y*$,D=b*X,j=-Y*y,V=-I*b;return{imgSrc:a.links[te],imgWidth:x,imgHeight:D,imgOffsetX:j,imgOffsetY:V}}i.$$set=K=>{"time"in K&&t(0,o=K.time),"isMobile"in K&&t(1,r=K.isMobile),"videoEpisodes"in K&&t(13,l=K.videoEpisodes),"previewThumbsData"in K&&t(14,a=K.previewThumbsData),"progress"in K&&t(15,s=K.progress),"duration"in K&&t(16,u=K.duration),"isInteractive"in K&&t(2,f=K.isInteractive)},i.$$.update=()=>{if(i.$$.dirty&32768)e:t(5,{imgSrc:P,imgWidth:C,imgHeight:M,imgOffsetX:S,imgOffsetY:v}=W(s),P,(t(6,C),t(15,s)),(t(7,M),t(15,s)),(t(8,S),t(15,s)),(t(9,v),t(15,s)));if(i.$$.dirty&106496)e:t(10,E=Vr(s,u,l))};e:t(3,{width:y,height:b}=G(),y,t(4,b));return[o,r,f,y,b,P,C,M,S,v,E,n,h,l,a,s,u]}var nu=class extends z{constructor(e){super(),q(this,e,c4,u4,H,{time:0,isMobile:1,videoEpisodes:13,previewThumbsData:14,progress:15,duration:16,isInteractive:2},r4)}},jd=nu;function f4(i){we(i,"svelte-5lzly8",".time.svelte-5lzly8{display:inline-block;padding:6px 10px;border-radius:3px;color:var(--white);background-color:rgba(41, 41, 41, .8)}")}function d4(i){let e,t;return{c(){e=T("span"),t=Be(i[7]),c(e,"class","time svelte-5lzly8")},m(n,o){w(n,e,o),m(e,t)},p(n,o){o[0]&128&&Ge(t,n[7])},i:me,o:me,d(n){n&&k(e)}}}function m4(i){let e,t;return e=new jd({props:{time:i[7],isMobile:i[10],videoEpisodes:i[3],previewThumbsData:i[21],progress:i[8],duration:i[1],isInteractive:i[23]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&128&&(r.time=n[7]),o[0]&1024&&(r.isMobile=n[10]),o[0]&8&&(r.videoEpisodes=n[3]),o[0]&256&&(r.progress=n[8]),o[0]&2&&(r.duration=n[1]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function p4(i){let e,t,n,o,r=[m4,d4],l=[];function a(s,u){return s[14].features.timelinePreview&&s[21]&&!s[0]?0:1}return e=a(i,[-1,-1]),t=l[e]=r[e](i),{c(){t.c(),n=nt()},m(s,u){l[e].m(s,u),w(s,n,u),o=!0},p(s,u){let f=e;e=a(s,u),e===f?l[e].p(s,u):(ue(),_(l[f],1,1,()=>{l[f]=null}),ce(),t=l[e],t?t.p(s,u):(t=l[e]=r[e](s),t.c()),d(t,1),t.m(n.parentNode,n))},i(s){o||(d(t),o=!0)},o(s){_(t),o=!1},d(s){s&&k(n),l[e].d(s)}}}function _4(i){let e,t,n,o,r=[i[9]],l={$$slots:{default:[p4]},$$scope:{ctx:i}};for(let a=0;a<r.length;a+=1)l=ne(l,r[a]);return e=new Wd({props:l}),n=new nl({props:{isActiveLive:i[11],isMobile:i[10],ariaLabel:U("aria_timeline"),ariaValueMin:0,ariaValueMax:i[1],ariaValueNow:Math.round(i[6]*100),ariaValueText:U("aria_timeline_value",{position:i[5],duration:i[4]}),loadedProgress:i[12],filledProgress:i[6],handleProgress:i[6],videoEpisodes:i[3],onPointerDown:i[27],onHandleMove:i[28],onPointerMove:i[31],onPointerUp:i[29],onPointerEnter:i[30],onPointerLeave:i[32],isInteractive:i[23],disabled:i[13].has("TIMELINE"),hideHandel:i[2]}}),{c(){R(e.$$.fragment),t=N(),R(n.$$.fragment)},m(a,s){L(e,a,s),w(a,t,s),L(n,a,s),o=!0},p(a,s){let u=s[0]&512?Le(r,[Uc(a[9])]):{};s[0]&1419|s[1]&65536&&(u.$$scope={dirty:s,ctx:a}),e.$set(u);let f={};s[0]&2048&&(f.isActiveLive=a[11]),s[0]&1024&&(f.isMobile=a[10]),s[0]&2&&(f.ariaValueMax=a[1]),s[0]&64&&(f.ariaValueNow=Math.round(a[6]*100)),s[0]&48&&(f.ariaValueText=U("aria_timeline_value",{position:a[5],duration:a[4]})),s[0]&4096&&(f.loadedProgress=a[12]),s[0]&64&&(f.filledProgress=a[6]),s[0]&64&&(f.handleProgress=a[6]),s[0]&8&&(f.videoEpisodes=a[3]),s[0]&8192&&(f.disabled=a[13].has("TIMELINE")),s[0]&4&&(f.hideHandel=a[2]),n.$set(f)},i(a){o||(d(e.$$.fragment,a),d(n.$$.fragment,a),o=!0)},o(a){_(e.$$.fragment,a),_(n.$$.fragment,a),o=!1},d(a){a&&k(t),B(e,a),B(n,a)}}}function h4(i,e,t){let n,o,r,l,a,s,u,f,p,h,y,{showTimeline:b=!1}=e,P=$e(),C=Vt(),M=P.state.bufferedProgress$;F(i,M,le=>t(12,h=le));let S=P.state.positionWithScrubbing$;F(i,S,le=>t(39,s=le));let v=P.state.duration$;F(i,v,le=>t(1,r=le));let E=P.state.isLive$;F(i,E,le=>t(0,o=le));let G=P.state.isActiveLive$;F(i,G,le=>t(11,p=le));let W=P.ui.isMobile;F(i,W,le=>t(10,f=le));let K=C.features.episodes?P.actions.internal.getVideoEpisodes():void 0,re=P.actions.internal.getPreviewThumbsData(),te=P.state.interactiveEpisodes$;F(i,te,le=>t(40,u=le));let I=P.state.isInteractive,Y=P.state.isInteractiveTime$;F(i,Y,le=>t(2,l=le));let X=P.state.isInteractiveExpectation$;F(i,X,le=>t(38,a=le));let $=P.actions.internal.correctSeekTimeToInteractive,x=P.ui.controls.disabledControls$;F(i,x,le=>t(13,y=le));let D,j,V,Q,De=!1,We="",qe=0,Ze=0,Ae=0,ye;function J(le){return!$||!I?le:$(le*r)/r}function ke(le){P.actions.internal.startScrubbing(J(le))}function Fe(le){l||P.actions.internal.progressScrubbing(J(le))}function Ye(le){P.actions.internal.completeScrubbing(J(le)),t(34,De=!1)}function Je(le,oe,Ce){ze(le,oe,Ce),t(34,De=!0)}function he(le,oe,Ce){ze(le,oe,Ce),t(34,De=!0)}function Ve(){t(34,De=!1)}function ze(le,oe,Ce){t(8,Ae=le),t(35,qe=oe),Ce&&t(36,Ze=Ce),t(7,We=tt(le))}function tt(le){let oe=bn((o?1-le:le)*r);return o?`-${oe}`:oe}return i.$$set=le=>{"showTimeline"in le&&t(33,b=le.showTimeline)},i.$$.update=()=>{if(i.$$.dirty[1]&512)e:t(3,D=I?u:K);if(i.$$.dirty[0]&2)e:t(4,j=bn(r));if(i.$$.dirty[1]&256)e:t(5,V=bn(s));if(i.$$.dirty[0]&2|i.$$.dirty[1]&256)e:t(6,Q=s/r);if(i.$$.dirty[0]&4|i.$$.dirty[1]&128)e:t(37,ye=a||l);if(i.$$.dirty[0]&1|i.$$.dirty[1]&124)e:t(9,n={containerWidth:Ze,translateXPx:qe,translateYPx:I&&re?-36:-16,active:De&&b&&!ye,pointer:!C.features.timelinePreview||!re||o})},[o,r,l,D,j,V,Q,We,Ae,n,f,p,h,y,C,M,S,v,E,G,W,re,te,I,Y,X,x,ke,Fe,Ye,Je,he,Ve,b,De,qe,Ze,ye,a,s,u]}var ou=class extends z{constructor(e){super(),q(this,e,h4,_4,H,{showTimeline:33},f4,[-1,-1])}},Qd=ou;function g4(i){let e,t;return e=new nl({props:{ariaValueMin:0,ariaValueMax:i[0],ariaValueNow:Math.round(i[3]*100),ariaValueText:U("aria_timeline_value",{position:i[2],duration:i[1]}),filledProgress:i[3],isAds:!0,hideHandel:!0,squareBorders:i[4]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,[o]){let r={};o&1&&(r.ariaValueMax=n[0]),o&8&&(r.ariaValueNow=Math.round(n[3]*100)),o&6&&(r.ariaValueText=U("aria_timeline_value",{position:n[2],duration:n[1]})),o&8&&(r.filledProgress=n[3]),o&16&&(r.squareBorders=n[4]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function b4(i,e,t){let n,{position:o=0}=e,{duration:r=0}=e,a=$e().ui.isMobile;F(i,a,p=>t(4,n=p));let s,u,f;return i.$$set=p=>{"position"in p&&t(6,o=p.position),"duration"in p&&t(0,r=p.duration)},i.$$.update=()=>{if(i.$$.dirty&1)e:t(1,s=bn(r));if(i.$$.dirty&64)e:t(2,u=bn(o));if(i.$$.dirty&65)e:t(3,f=o/r)},[r,s,u,f,n,a,o]}var lu=class extends z{constructor(e){super(),q(this,e,b4,g4,H,{position:6,duration:0})}},Lr=lu;function v4(i){we(i,"svelte-1gqonyf",".timeline.svelte-1gqonyf{position:relative;pointer-events:all;display:flex;align-items:center;bottom:0;width:100%;min-width:86px;padding:3px 10px 4px;box-sizing:border-box}.timeline.mobile.svelte-1gqonyf{height:16px;padding:6px 12px 7px;margin-top:6px}.timeline-stub.svelte-1gqonyf{width:100%;min-width:20px}.timeline-stub.mobile.svelte-1gqonyf{height:8px}")}function y4(i){let e;return{c(){e=T("div"),c(e,"class","timeline-stub svelte-1gqonyf"),O(e,"mobile",i[2])},m(t,n){w(t,e,n)},p(t,n){n&4&&O(e,"mobile",t[2])},i:me,o:me,d(t){t&&k(e)}}}function k4(i){let e,t,n,o,r=[C4,w4],l=[];function a(s,u){return s[0]?0:1}return t=a(i,-1),n=l[t]=r[t](i),{c(){e=T("div"),n.c(),c(e,"class","timeline svelte-1gqonyf"),O(e,"mobile",i[2])},m(s,u){w(s,e,u),l[t].m(e,null),o=!0},p(s,u){let f=t;t=a(s,u),t===f?l[t].p(s,u):(ue(),_(l[f],1,1,()=>{l[f]=null}),ce(),n=l[t],n?n.p(s,u):(n=l[t]=r[t](s),n.c()),d(n,1),n.m(e,null)),(!o||u&4)&&O(e,"mobile",s[2])},i(s){o||(d(n),o=!0)},o(s){_(n),o=!1},d(s){s&&k(e),l[t].d()}}}function w4(i){let e,t;return e=new Qd({props:{showTimeline:i[1]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o&2&&(r.showTimeline=n[1]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function C4(i){let e,t;return e=new Lr({props:{position:i[3],duration:i[4]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o&8&&(r.position=n[3]),o&16&&(r.duration=n[4]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function S4(i){let e,t,n,o,r=[k4,y4],l=[];function a(s,u){return s[1]?0:1}return e=a(i,-1),t=l[e]=r[e](i),{c(){t.c(),n=nt()},m(s,u){l[e].m(s,u),w(s,n,u),o=!0},p(s,[u]){let f=e;e=a(s,u),e===f?l[e].p(s,u):(ue(),_(l[f],1,1,()=>{l[f]=null}),ce(),t=l[e],t?t.p(s,u):(t=l[e]=r[e](s),t.c()),d(t,1),t.m(n.parentNode,n))},i(s){o||(d(t),o=!0)},o(s){_(t),o=!1},d(s){s&&k(n),l[e].d(s)}}}function P4(i,e,t){let n,o,r,l,{isAds:a=!1}=e,{canRewindLive:s}=e,{isRewindableLive:u}=e,{isHidden:f=!1}=e,p=$e(),h=p.state.isLive$;F(i,h,M=>t(12,n=M));let y=p.ads.duration;F(i,y,M=>t(4,l=M));let b=p.ads.position;F(i,b,M=>t(3,r=M));let P=p.ui.isMobile;F(i,P,M=>t(2,o=M));let C;return i.$$set=M=>{"isAds"in M&&t(0,a=M.isAds),"canRewindLive"in M&&t(9,s=M.canRewindLive),"isRewindableLive"in M&&t(10,u=M.isRewindableLive),"isHidden"in M&&t(11,f=M.isHidden)},i.$$.update=()=>{if(i.$$.dirty&7681)e:t(1,C=!f&&(!n||n&&s&&u||a))},[a,C,o,r,l,h,y,b,P,s,u,f,n]}var ru=class extends z{constructor(e){super(),q(this,e,P4,S4,H,{isAds:0,canRewindLive:9,isRewindableLive:10,isHidden:11},v4)}},Br=ru;var Xd=require("@vkontakte/videoplayer-shared");function I4(i){let e,t,n,o,r,l=i[2].default,a=Se(l,i,i[1],null),s=[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"episodes-icon"},{style:"flex-shrink:0"},{role:"img"},i[0]],u={};for(let f=0;f<s.length;f+=1)u=ne(u,s[f]);return{c(){e=A("svg"),a&&a.c(),t=A("path"),n=A("path"),o=A("path"),c(t,"fill","#fff"),c(t,"fill-rule","evenodd"),c(t,"d","m21.616 16.495-.012.07c-.156.852-.282 1.541-.427 2.093-.148.569-.333 1.063-.64 1.5a4.4 4.4 0 0 1-2.507 1.732c-.52.133-1.046.131-1.63.069-.568-.06-1.257-.187-2.11-.343l-4.34-.794c-.853-.156-1.542-.282-2.094-.426-.568-.149-1.062-.334-1.5-.642a4.4 4.4 0 0 1-1.731-2.507c-.133-.518-.131-1.045-.069-1.63.06-.567.187-1.257.343-2.11l.012-.068c.156-.853.282-1.542.427-2.095.148-.568.333-1.062.641-1.5a4.4 4.4 0 0 1 2.507-1.731c.518-.133 1.045-.131 1.63-.069.567.06 1.256.187 2.109.343l4.34.794c.853.156 1.542.282 2.094.426.568.149 1.062.334 1.5.642a4.4 4.4 0 0 1 1.731 2.506c.133.52.131 1.046.069 1.63-.06.568-.187 1.258-.343 2.11m-1.446-2.3c.052-.483.035-.769-.022-.993a2.6 2.6 0 0 0-1.023-1.481c-.19-.133-.45-.25-.921-.373-.48-.125-1.102-.24-1.997-.404l-4.272-.781c-.895-.164-1.518-.277-2.01-.33-.483-.051-.769-.035-.993.023-.6.153-1.125.516-1.481 1.023-.133.19-.25.45-.373.92-.125.48-.24 1.103-.403 1.998s-.277 1.518-.33 2.01c-.051.484-.035.77.023.994.153.6.516 1.125 1.023 1.481.189.133.45.25.92.373.48.125 1.102.24 1.997.404l4.272.781c.895.164 1.518.277 2.01.33.483.051.77.035.993-.023a2.6 2.6 0 0 0 1.481-1.023c.133-.19.25-.45.373-.92.125-.48.24-1.103.403-1.998s.278-1.518.33-2.01Z"),c(t,"clip-rule","evenodd"),c(n,"fill","#fff"),c(n,"fill-rule","evenodd"),c(n,"d","M18.187 7.488a.9.9 0 0 1-1.045-.727c-.145-.807-.199-1.086-.28-1.296A2.6 2.6 0 0 0 14.504 3.8c-.224-.006-.505.036-1.315.169l-5.846.962c-1.366.224-1.834.313-2.174.492A2.6 2.6 0 0 0 3.837 7.18c-.08.376-.039.85.114 2.226l.011.1a.9.9 0 1 1-1.787.198l-.01-.093-.019-.17c-.129-1.147-.217-1.937-.068-2.636A4.4 4.4 0 0 1 4.332 3.83c.633-.333 1.417-.461 2.556-.648l.163-.027 5.846-.961.098-.016c.674-.111 1.138-.188 1.556-.177a4.4 4.4 0 0 1 3.99 2.819c.15.39.234.853.355 1.526l.017.097a.9.9 0 0 1-.726 1.045"),c(n,"clip-rule","evenodd"),c(o,"fill","#fff"),c(o,"d","M12.724 12.414a.415.415 0 0 0-.69.231l-.72 4.18a.4.4 0 0 0 .025.221c.085.21.327.311.539.226l3.669-1.467a.406.406 0 0 0 .127-.68z"),be(e,u)},m(f,p){w(f,e,p),a&&a.m(e,null),m(e,t),m(e,n),m(e,o),r=!0},p(f,[p]){a&&a.p&&(!r||p&2)&&Ie(a,l,f,f[1],r?Pe(l,f[1],p,null):Te(f[1]),null),be(e,u=Le(s,[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"episodes-icon"},{style:"flex-shrink:0"},{role:"img"},p&1&&f[0]]))},i(f){r||(d(a,f),r=!0)},o(f){_(a,f),r=!1},d(f){f&&k(e),a&&a.d(f)}}}function T4(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var su=class extends z{constructor(e){super(),q(this,e,T4,I4,H,{})}},Yd=su;function E4(i){let e,t,n,o=i[2].default,r=Se(o,i,i[1],null),l=[{xmlns:"http://www.w3.org/2000/svg"},{width:"12"},{height:"13"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"chevron-light-icon"},{role:"img"},i[0]],a={};for(let s=0;s<l.length;s+=1)a=ne(a,l[s]);return{c(){e=A("svg"),r&&r.c(),t=A("path"),c(t,"fill","#fff"),c(t,"fill-rule","evenodd"),c(t,"d","M4.146 3.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L6.793 6.5 4.146 3.854a.5.5 0 0 1 0-.708"),c(t,"clip-rule","evenodd"),c(t,"opacity",".7"),be(e,a)},m(s,u){w(s,e,u),r&&r.m(e,null),m(e,t),n=!0},p(s,[u]){r&&r.p&&(!n||u&2)&&Ie(r,o,s,s[1],n?Pe(o,s[1],u,null):Te(s[1]),null),be(e,a=Le(l,[{xmlns:"http://www.w3.org/2000/svg"},{width:"12"},{height:"13"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"chevron-light-icon"},{role:"img"},u&1&&s[0]]))},i(s){n||(d(r,s),n=!0)},o(s){_(r,s),n=!1},d(s){s&&k(e),r&&r.d(s)}}}function M4(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var au=class extends z{constructor(e){super(),q(this,e,M4,E4,H,{})}},Zd=au;function A4(i){we(i,"svelte-1yhs2ga",".text.svelte-1yhs2ga{padding:0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.text.count.svelte-1yhs2ga{overflow:visible}.text.mobile.svelte-1yhs2ga{padding:0 3px 0 4px}.chevron-episodes.svelte-1yhs2ga{margin-bottom:-4px}")}function V4(i){let e,t,n,o;e=new Yd({});function r(s,u){if(s[4]==="FULL")return R4;if(s[4]==="COUNT")return B4}let l=r(i,-1),a=l&&l(i);return{c(){R(e.$$.fragment),t=N(),a&&a.c(),n=nt()},m(s,u){L(e,s,u),w(s,t,u),a&&a.m(s,u),w(s,n,u),o=!0},p(s,u){l===(l=r(s,u))&&a?a.p(s,u):(a&&a.d(1),a=l&&l(s),a&&(a.c(),a.m(n.parentNode,n)))},i(s){o||(d(e.$$.fragment,s),o=!0)},o(s){_(e.$$.fragment,s),o=!1},d(s){s&&(k(t),k(n)),B(e,s),a&&a.d(s)}}}function L4(i){let e,t,n,o,r,l;return r=new Zd({}),{c(){e=T("span"),t=Be(i[2]),n=N(),o=T("div"),R(r.$$.fragment),c(e,"class","text mobile svelte-1yhs2ga"),c(o,"class","chevron-episodes svelte-1yhs2ga")},m(a,s){w(a,e,s),m(e,t),w(a,n,s),w(a,o,s),L(r,o,null),l=!0},p(a,s){(!l||s&4)&&Ge(t,a[2])},i(a){l||(d(r.$$.fragment,a),l=!0)},o(a){_(r.$$.fragment,a),l=!1},d(a){a&&(k(e),k(n),k(o)),B(r)}}}function B4(i){let e,t=i[0].length+"",n;return{c(){e=T("span"),n=Be(t),c(e,"class","text count svelte-1yhs2ga")},m(o,r){w(o,e,r),m(e,n)},p(o,r){r&1&&t!==(t=o[0].length+"")&&Ge(n,t)},d(o){o&&k(e)}}}function R4(i){let e,t;return{c(){e=T("span"),t=Be(i[2]),c(e,"class","text svelte-1yhs2ga")},m(n,o){w(n,e,o),m(e,t)},p(n,o){o&4&&Ge(t,n[2])},d(n){n&&k(e)}}}function D4(i){let e,t,n,o,r=[L4,V4],l=[];function a(s,u){return s[6]?0:1}return e=a(i,-1),t=l[e]=r[e](i),{c(){t.c(),n=nt()},m(s,u){l[e].m(s,u),w(s,n,u),o=!0},p(s,u){let f=e;e=a(s,u),e===f?l[e].p(s,u):(ue(),_(l[f],1,1,()=>{l[f]=null}),ce(),t=l[e],t?t.p(s,u):(t=l[e]=r[e](s),t.c()),d(t,1),t.m(n.parentNode,n))},i(s){o||(d(t),o=!0)},o(s){_(t),o=!1},d(s){s&&k(n),l[e].d(s)}}}function N4(i){let e,t,n;function o(l){i[19](l)}let r={className:"w-max btn-full-opacity "+(i[6]?"px-0":""),testId:"btn-episodes",click:i[12],disabled:!i[7],ariaExpanded:i[3],ariaLabel:i[5],$$slots:{default:[D4]},$$scope:{ctx:i}};return i[1]!==void 0&&(r.ref=i[1]),e=new mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,[a]){let s={};a&64&&(s.className="w-max btn-full-opacity "+(l[6]?"px-0":"")),a&8&&(s.ariaExpanded=l[3]),a&32&&(s.ariaLabel=l[5]),a&8388693&&(s.$$scope={dirty:a,ctx:l}),!t&&a&2&&(t=!0,s.ref=l[1],Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function O4(i,e,t){let n,o,r,l,a,s,{position:u=0}=e,{duration:f=0}=e,{timeCodes:p=[]}=e,h=$e(),y=h.callbacks?.onEpisodeChanged??Xd.noop,b=!!h.callbacks?.onEpisodeClicked,P=h.ui.currentGridType$;F(i,P,I=>t(18,a=I));let C=h.ui.episodes.openedByKeyboard$;F(i,C,I=>t(17,l=I));let M=h.ui.episodes.panelOpened$;F(i,M,I=>t(3,r=I));let S=h.ui.isMobile;F(i,S,I=>t(6,s=I));let v,E=I=>{if(!!h.callbacks?.onEpisodeClicked){let X=xo(I);C.set(X),M.set(!0),h.callbacks?.onEpisodeClicked?.(X)}},G,W,K,re=async(I,Y,X)=>{await Bn(),I?.getAttribute("aria-expanded")==="false"&&Y&&!X&&(C.set(!1),I.focus())};function te(I){v=I,t(1,v)}return i.$$set=I=>{"position"in I&&t(13,u=I.position),"duration"in I&&t(14,f=I.duration),"timeCodes"in I&&t(0,p=I.timeCodes)},i.$$.update=()=>{if(i.$$.dirty&24576)e:t(16,n=u/f);if(i.$$.dirty&114689)e:{let I=Vr(n,f,p);I&&G?.text!==I.text&&(y(I),t(15,G=I))}if(i.$$.dirty&32768)e:t(2,o=G?.text||"");if(i.$$.dirty&262144)e:vn(a,"xl")?t(4,W="FULL"):vn(a,"m")&&Id(a,"xl")?t(4,W="COUNT"):t(4,W="SHORT");if(i.$$.dirty&4)e:t(5,K=`${U("tooltip_episodes")}: ${o}`);if(i.$$.dirty&131082)e:re(v,l,r)},[p,v,o,r,W,K,s,b,P,C,M,S,E,u,f,G,n,l,a,te]}var uu=class extends z{constructor(e){super(),q(this,e,O4,N4,H,{position:13,duration:14,timeCodes:0},A4)}},Rr=uu;function F4(i){let e,t,n,o,r=i[2].default,l=Se(r,i,i[1],null),a=[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"seek-to-interactive-icon"},{role:"img"},i[0]],s={};for(let u=0;u<a.length;u+=1)s=ne(s,a[u]);return{c(){e=A("svg"),l&&l.c(),t=A("path"),n=A("path"),c(t,"fill","#fff"),c(t,"fill-rule","evenodd"),c(t,"d","M16.726 4.845C16.187 4.8 15.496 4.8 14.5 4.8H7.9a.9.9 0 1 1 0-1.8h6.639c.947 0 1.713 0 2.333.05.64.053 1.204.163 1.726.43a4.4 4.4 0 0 1 1.923 1.922c.266.523.377 1.087.429 1.726.05.62.05 1.386.05 2.334v5.076c0 .948 0 1.714-.05 2.334-.052.64-.163 1.203-.43 1.726a4.4 4.4 0 0 1-1.922 1.922c-.522.267-1.086.377-1.726.43-.62.05-1.386.05-2.333.05H7.9a.9.9 0 1 1 0-1.8h6.6c.995 0 1.687 0 2.226-.045.528-.043.828-.123 1.055-.238a2.6 2.6 0 0 0 1.136-1.137c.115-.226.195-.527.239-1.055.044-.538.044-1.23.044-2.225v-5c0-.995 0-1.687-.044-2.226-.043-.527-.124-.828-.239-1.054a2.6 2.6 0 0 0-1.136-1.137c-.227-.115-.527-.195-1.055-.238"),c(t,"clip-rule","evenodd"),c(n,"fill","#fff"),c(n,"d","M7.76 11.169V8.908c0-.708.704-1.143 1.252-.774l4.594 3.093c.525.353.525 1.193 0 1.546l-4.594 3.093c-.548.369-1.252-.066-1.252-.774v-2.261l-4.508 3.035C2.704 16.235 2 15.8 2 15.091V8.908c0-.708.704-1.143 1.252-.774z"),be(e,s)},m(u,f){w(u,e,f),l&&l.m(e,null),m(e,t),m(e,n),o=!0},p(u,[f]){l&&l.p&&(!o||f&2)&&Ie(l,r,u,u[1],o?Pe(r,u[1],f,null):Te(u[1]),null),be(e,s=Le(a,[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"seek-to-interactive-icon"},{role:"img"},f&1&&u[0]]))},i(u){o||(d(l,u),o=!0)},o(u){_(l,u),o=!1},d(u){u&&k(e),l&&l.d(u)}}}function H4(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var cu=class extends z{constructor(e){super(),q(this,e,H4,F4,H,{})}},Jd=cu;function z4(i){let e,t;return e=new Jd({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function q4(i){let e,t,n;function o(l){i[4](l)}let r={className:i[1]?"hidden":"",testId:"btn-seek-to-interactive",ariaLabel:U("tooltip_interactive_seek"),disabled:i[2],click:i[3],$$slots:{default:[z4]},$$scope:{ctx:i}};return i[0]!==void 0&&(r.ref=i[0]),e=new mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,[a]){let s={};a&2&&(s.className=l[1]?"hidden":""),a&4&&(s.disabled=l[2]),a&8&&(s.click=l[3]),a&32&&(s.$$scope={dirty:a,ctx:l}),!t&&a&1&&(t=!0,s.ref=l[0],Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function U4(i,e,t){let{ref:n=void 0}=e,{hidden:o=!1}=e,{disabled:r=!1}=e,{click:l}=e;function a(s){n=s,t(0,n)}return i.$$set=s=>{"ref"in s&&t(0,n=s.ref),"hidden"in s&&t(1,o=s.hidden),"disabled"in s&&t(2,r=s.disabled),"click"in s&&t(3,l=s.click)},[n,o,r,l,a]}var fu=class extends z{constructor(e){super(),q(this,e,U4,q4,H,{ref:0,hidden:1,disabled:2,click:3})}},Dr=fu;function K4(i){let e,t,n,o,r=i[2].default,l=Se(r,i,i[1],null),a=[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{role:"img"},i[0]],s={};for(let u=0;u<a.length;u+=1)s=ne(s,a[u]);return{c(){e=A("svg"),l&&l.c(),t=A("path"),n=A("path"),c(t,"fill","#fff"),c(t,"fill-rule","evenodd"),c(t,"d","M16.777 3h1.419c.31 0 .596 0 .834.02.258.02.539.068.817.21.397.2.72.523.923.918.141.277.19.557.21.814.02.237.02.521.02.83V7.19c0 .31 0 .594-.02.831-.02.256-.069.537-.21.813a2.1 2.1 0 0 1-.923.92c-.278.14-.56.188-.817.21-.238.019-.524.019-.834.019h-1.419c-.31 0-.596 0-.834-.02a2.15 2.15 0 0 1-.817-.21 2.1 2.1 0 0 1-.923-.919 2.1 2.1 0 0 1-.21-.813 8 8 0 0 1-.02-.63l-2.198-.002c-.495-.001-.81 0-1.05.018-.23.019-.309.05-.343.067a.8.8 0 0 0-.352.35c-.017.034-.049.113-.068.341-.02.24-.02.554-.02 1.046v5.57c0 .49 0 .804.02 1.043.019.228.05.306.068.34.077.15.2.273.35.35.035.017.113.049.342.067.24.02.555.021 1.048.022l2.203.003a8 8 0 0 1 .02-.627c.02-.256.069-.537.21-.813.203-.396.526-.718.923-.92.278-.14.56-.189.817-.21.238-.019.524-.019.834-.019h1.419c.31 0 .596 0 .834.02.258.02.539.068.817.21.397.201.72.523.923.919.141.276.19.557.21.813.02.237.02.522.02.831v1.397c0 .31 0 .594-.02.831-.02.256-.069.537-.21.814a2.1 2.1 0 0 1-.923.919c-.278.14-.56.189-.817.21-.238.019-.524.019-.834.019h-1.419c-.31 0-.596 0-.834-.02a2.15 2.15 0 0 1-.817-.21 2.1 2.1 0 0 1-.923-.918 2.1 2.1 0 0 1-.21-.814 8 8 0 0 1-.02-.63l-2.24-.002c-.449 0-.839-.001-1.16-.028-.341-.028-.684-.09-1.016-.259a2.6 2.6 0 0 1-1.14-1.137c-.17-.33-.231-.672-.259-1.011-.026-.321-.026-.71-.026-1.156v-1.921H2.905A.903.903 0 0 1 2 11.992c0-.498.405-.901.905-.901h5.227V9.177c0-.448 0-.837.026-1.159.028-.34.09-.682.26-1.013a2.6 2.6 0 0 1 1.144-1.138c.332-.168.676-.23 1.017-.257.323-.025.714-.025 1.164-.024l2.23.003a8 8 0 0 1 .02-.627c.02-.257.069-.537.21-.814.203-.395.526-.717.923-.919.278-.14.56-.189.817-.21C16.18 3 16.467 3 16.777 3m-.833 1.837a1 1 0 0 1 .146-.02 10 10 0 0 1 .72-.014h1.354c.353 0 .563 0 .719.013a1 1 0 0 1 .146.021.3.3 0 0 1 .126.126 1 1 0 0 1 .021.145c.013.156.014.365.014.716v1.334c0 .352 0 .561-.014.716a1 1 0 0 1-.02.146.3.3 0 0 1-.127.125 1 1 0 0 1-.146.022c-.156.012-.366.013-.719.013H16.81c-.353 0-.563 0-.719-.013a1 1 0 0 1-.146-.022.3.3 0 0 1-.126-.125 1 1 0 0 1-.021-.146 10 10 0 0 1-.014-.716V5.824c0-.351.001-.56.014-.716a1 1 0 0 1 .021-.145.3.3 0 0 1 .126-.126Zm0 11.018a1 1 0 0 1 .146-.022c.156-.012.366-.013.72-.013h1.354c.353 0 .563 0 .719.013a1 1 0 0 1 .146.022.3.3 0 0 1 .126.125 1 1 0 0 1 .021.146c.013.155.014.364.014.716v1.334c0 .351 0 .56-.014.716a1 1 0 0 1-.02.145.3.3 0 0 1-.127.126 1 1 0 0 1-.146.02c-.156.014-.366.014-.719.014H16.81c-.353 0-.563 0-.719-.013a1 1 0 0 1-.146-.021.3.3 0 0 1-.126-.126 1 1 0 0 1-.021-.145 10 10 0 0 1-.014-.716v-1.334c0-.352.001-.561.014-.716a1 1 0 0 1 .021-.146.3.3 0 0 1 .126-.125Z"),c(t,"clip-rule","evenodd"),c(n,"fill","#fff"),c(n,"fill-rule","evenodd"),c(n,"d","M15.2 5.899v1.203c0 .594 0 .892.115 1.119.102.2.265.362.464.463.227.116.525.116 1.12.116H18.1c.595 0 .892 0 1.12-.116.199-.101.361-.264.463-.463.116-.227.116-.525.116-1.12V5.9c0-.595 0-.892-.116-1.12a1.06 1.06 0 0 0-.464-.463c-.227-.116-.524-.116-1.119-.116h-1.203c-.594 0-.892 0-1.119.116-.2.102-.362.264-.464.464-.115.227-.115.524-.115 1.119Zm-.051 11.03v1.143c0 .605 0 .908.118 1.139.103.203.268.368.472.472.23.117.533.117 1.138.117H18.1c.605 0 .907 0 1.138-.117a1.08 1.08 0 0 0 .472-.472c.118-.231.118-.534.118-1.139v-1.144c0-.605 0-.907-.118-1.138a1.08 1.08 0 0 0-.472-.472c-.231-.118-.534-.118-1.138-.118h-1.224c-.605 0-.907 0-1.138.118a1.08 1.08 0 0 0-.472.472c-.118.23-.118.533-.118 1.138Z"),c(n,"class","_closed"),c(n,"clip-rule","evenodd"),be(e,s)},m(u,f){w(u,e,f),l&&l.m(e,null),m(e,t),m(e,n),o=!0},p(u,[f]){l&&l.p&&(!o||f&2)&&Ie(l,r,u,u[1],o?Pe(r,u[1],f,null):Te(u[1]),null),be(e,s=Le(a,[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{role:"img"},f&1&&u[0]]))},i(u){o||(d(l,u),o=!0)},o(u){_(l,u),o=!1},d(u){u&&k(e),l&&l.d(u)}}}function W4(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var du=class extends z{constructor(e){super(),q(this,e,W4,K4,H,{})}},xd=du;function G4(i){we(i,"svelte-17ceof5",'svg[data-testid="graph-open-icon"] ._closed{visibility:hidden;opacity:0}')}function j4(i){let e,t;return e=new xd({props:{"data-testid":i[0]?"graph-close-icon":"graph-open-icon"}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,[o]){let r={};o&1&&(r["data-testid"]=n[0]?"graph-close-icon":"graph-open-icon"),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Q4(i,e,t){let{isOpened:n=!1}=e;return i.$$set=o=>{"isOpened"in o&&t(0,n=o.isOpened)},[n]}var mu=class extends z{constructor(e){super(),q(this,e,Q4,j4,H,{isOpened:0},G4)}},$d=mu;function Y4(i){let e,t;return e=new $d({props:{isOpened:i[3]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o&8&&(r.isOpened=n[3]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Z4(i){let e,t,n;function o(l){i[6](l)}let r={className:i[1]?"hidden":"",testId:"btn-graph",disabled:i[2],ariaLabel:i[5],click:i[4],$$slots:{default:[Y4]},$$scope:{ctx:i}};return i[0]!==void 0&&(r.ref=i[0]),e=new mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,[a]){let s={};a&2&&(s.className=l[1]?"hidden":""),a&4&&(s.disabled=l[2]),a&32&&(s.ariaLabel=l[5]),a&16&&(s.click=l[4]),a&136&&(s.$$scope={dirty:a,ctx:l}),!t&&a&1&&(t=!0,s.ref=l[0],Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function X4(i,e,t){let{ref:n=void 0}=e,{hidden:o=!1}=e,{disabled:r=!1}=e,{graphIsOpened:l=!1}=e,{click:a}=e,s;function u(f){n=f,t(0,n)}return i.$$set=f=>{"ref"in f&&t(0,n=f.ref),"hidden"in f&&t(1,o=f.hidden),"disabled"in f&&t(2,r=f.disabled),"graphIsOpened"in f&&t(3,l=f.graphIsOpened),"click"in f&&t(4,a=f.click)},i.$$.update=()=>{if(i.$$.dirty&8)e:t(5,s=l?U("tooltip_interactive_graph_on"):U("tooltip_interactive_graph_off"))},[n,o,r,l,a,s,u]}var pu=class extends z{constructor(e){super(),q(this,e,X4,Z4,H,{ref:0,hidden:1,disabled:2,graphIsOpened:3,click:4})}},Nr=pu;function J4(i){let e,t,n,o=i[2].default,r=Se(o,i,i[1],null),l=[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"replay-icon"},{role:"img"},i[0]],a={};for(let s=0;s<l.length;s+=1)a=ne(a,l[s]);return{c(){e=A("svg"),r&&r.c(),t=A("path"),c(t,"fill","#fff"),c(t,"d","M12 9.096a.4.4 0 0 1-.67.296L7.044 5.493a.67.67 0 0 1 0-.986L11.33.608a.4.4 0 0 1 .67.296V4a8 8 0 1 1-8 8 1 1 0 1 1 2 0 6 6 0 1 0 6-6z"),be(e,a)},m(s,u){w(s,e,u),r&&r.m(e,null),m(e,t),n=!0},p(s,[u]){r&&r.p&&(!n||u&2)&&Ie(r,o,s,s[1],n?Pe(o,s[1],u,null):Te(s[1]),null),be(e,a=Le(l,[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"replay-icon"},{role:"img"},u&1&&s[0]]))},i(s){n||(d(r,s),n=!0)},o(s){_(r,s),n=!1},d(s){s&&k(e),r&&r.d(s)}}}function x4(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var _u=class extends z{constructor(e){super(),q(this,e,x4,J4,H,{})}},Or=_u;var tm=require("@vkontakte/videoplayer-shared");function $4(i){we(i,"svelte-1ot3duq",".mobile.svelte-1ot3duq{position:relative;display:flex;align-items:center;justify-content:center}.mobile.svelte-1ot3duq svg{transform:scale(2)}.icon-background-mobile.svelte-1ot3duq{position:absolute;top:16px;left:16px;border-radius:var(--big-play-radius);background-color:var(--big-play-bg-color);width:calc(100% - 32px);height:calc(100% - 32px)}")}function em(i){let e;return{c(){e=T("div"),c(e,"class","icon-background-mobile svelte-1ot3duq")},m(t,n){w(t,e,n)},d(t){t&&k(e)}}}function e3(i){let e,t,n,o,r=i[1]&&em(i);return n=new Or({}),{c(){r&&r.c(),e=N(),t=T("div"),R(n.$$.fragment),c(t,"class","svelte-1ot3duq"),O(t,"mobile",i[1])},m(l,a){r&&r.m(l,a),w(l,e,a),w(l,t,a),L(n,t,null),o=!0},p(l,a){l[1]?r||(r=em(l),r.c(),r.m(e.parentNode,e)):r&&(r.d(1),r=null),(!o||a&2)&&O(t,"mobile",l[1])},i(l){o||(d(n.$$.fragment,l),o=!0)},o(l){_(n.$$.fragment,l),o=!1},d(l){l&&(k(e),k(t)),r&&r.d(l),B(n)}}}function t3(i){let e,t,n;function o(l){i[5](l)}let r={className:(i[1]?"btn-m--play":"")+" "+i[3],testId:"btn-replay",ariaLabel:U("tooltip_restart"),disabled:i[2],click:i[4],ariaKeyShortCut:qn.KeyK,$$slots:{default:[e3]},$$scope:{ctx:i}};return i[0]!==void 0&&(r.ref=i[0]),e=new mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,[a]){let s={};a&10&&(s.className=(l[1]?"btn-m--play":"")+" "+l[3]),a&4&&(s.disabled=l[2]),a&16&&(s.click=l[4]),a&66&&(s.$$scope={dirty:a,ctx:l}),!t&&a&1&&(t=!0,s.ref=l[0],Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function i3(i,e,t){let{ref:n=void 0}=e,{isMobile:o=!1}=e,{disabled:r=!1}=e,{className:l=""}=e,{click:a=tm.noop}=e;function s(u){n=u,t(0,n)}return i.$$set=u=>{"ref"in u&&t(0,n=u.ref),"isMobile"in u&&t(1,o=u.isMobile),"disabled"in u&&t(2,r=u.disabled),"className"in u&&t(3,l=u.className),"click"in u&&t(4,a=u.click)},[n,o,r,l,a,s]}var hu=class extends z{constructor(e){super(),q(this,e,i3,t3,H,{ref:0,isMobile:1,disabled:2,className:3,click:4},$4)}},Ml=hu;function n3(i){let e,t,n,o=i[2].default,r=Se(o,i,i[1],null),l=[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"data-testid":"play-prev-chapter-icon"},{role:"img"},i[0]],a={};for(let s=0;s<l.length;s+=1)a=ne(a,l[s]);return{c(){e=A("svg"),r&&r.c(),t=A("path"),c(t,"fill","#fff"),c(t,"d","M12.583 12.917v2.496a1 1 0 0 1-1.522.853l-5.583-3.413a1 1 0 0 1 0-1.706l5.583-3.413a1 1 0 0 1 1.522.853v2.496l5.478-3.349a1 1 0 0 1 1.522.853v6.826a1 1 0 0 1-1.522.853z"),be(e,a)},m(s,u){w(s,e,u),r&&r.m(e,null),m(e,t),n=!0},p(s,[u]){r&&r.p&&(!n||u&2)&&Ie(r,o,s,s[1],n?Pe(o,s[1],u,null):Te(s[1]),null),be(e,a=Le(l,[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"data-testid":"play-prev-chapter-icon"},{role:"img"},u&1&&s[0]]))},i(s){n||(d(r,s),n=!0)},o(s){_(r,s),n=!1},d(s){s&&k(e),r&&r.d(s)}}}function o3(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var gu=class extends z{constructor(e){super(),q(this,e,o3,n3,H,{})}},im=gu;function l3(i){let e,t;return e=new im({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function r3(i){let e,t,n;function o(l){i[4](l)}let r={className:i[1]?"hidden":"",testId:"btn-play-prev-chapter",ariaLabel:U("tooltip_interactive_go_back"),disabled:i[2],click:i[3],$$slots:{default:[l3]},$$scope:{ctx:i}};return i[0]!==void 0&&(r.ref=i[0]),e=new mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,[a]){let s={};a&2&&(s.className=l[1]?"hidden":""),a&4&&(s.disabled=l[2]),a&8&&(s.click=l[3]),a&32&&(s.$$scope={dirty:a,ctx:l}),!t&&a&1&&(t=!0,s.ref=l[0],Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function s3(i,e,t){let{ref:n=void 0}=e,{hidden:o=!1}=e,{disabled:r=!1}=e,{click:l}=e;function a(s){n=s,t(0,n)}return i.$$set=s=>{"ref"in s&&t(0,n=s.ref),"hidden"in s&&t(1,o=s.hidden),"disabled"in s&&t(2,r=s.disabled),"click"in s&&t(3,l=s.click)},[n,o,r,l,a]}var bu=class extends z{constructor(e){super(),q(this,e,s3,r3,H,{ref:0,hidden:1,disabled:2,click:3})}},Fr=bu;var vu=require("@vkontakte/videoplayer-shared");function a3(i){we(i,"svelte-1x1zctw",".icon.svelte-1x1zctw{width:24px !important;height:24px !important;;}.error-stub.svelte-1x1zctw{display:flex;justify-content:center;align-items:center}.inner.svelte-1x1zctw{width:16px;height:16px;background-color:var(--white)}")}function u3(i){let e,t,n,o;return{c(){e=T("img"),c(e,"class","icon svelte-1x1zctw"),_s(e.src,t=i[0])||c(e,"src",t),c(e,"aria-hidden","true")},m(r,l){w(r,e,l),n||(o=pe(e,"error",i[7]),n=!0)},p(r,l){l&1&&!_s(e.src,t=r[0])&&c(e,"src",t)},d(r){r&&k(e),n=!1,o()}}}function c3(i){let e;return{c(){e=T("div"),e.innerHTML='<div class="inner svelte-1x1zctw"></div>',c(e,"class","icon error-stub svelte-1x1zctw")},m(t,n){w(t,e,n)},p:me,d(t){t&&k(e)}}}function f3(i){let e;function t(r,l){return r[5]?c3:u3}let n=t(i,-1),o=n(i);return{c(){o.c(),e=nt()},m(r,l){o.m(r,l),w(r,e,l)},p(r,l){n===(n=t(r,l))&&o?o.p(r,l):(o.d(1),o=n(r),o&&(o.c(),o.m(e.parentNode,e)))},d(r){r&&k(e),o.d(r)}}}function d3(i){let e,t;return e=new mt({props:{className:i[4]?"btn-full-opacity":"",ariaLabel:i[1],click:i[3],disabled:i[6],testId:i[2],$$slots:{default:[f3]},$$scope:{ctx:i}}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,[o]){let r={};o&16&&(r.className=n[4]?"btn-full-opacity":""),o&2&&(r.ariaLabel=n[1]),o&8&&(r.click=n[3]),o&64&&(r.disabled=n[6]),o&4&&(r.testId=n[2]),o&545&&(r.$$scope={dirty:o,ctx:n}),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function m3(i,e,t){let n,o,r,{iconUrl:l}=e,{ariaLabel:a}=e,{disabled:s=!1}=e,{testId:u}=e,{onClick:f=vu.noop}=e,p=()=>{t(5,r=!0)};i.$$set=h=>{"iconUrl"in h&&t(0,l=h.iconUrl),"ariaLabel"in h&&t(1,a=h.ariaLabel),"disabled"in h&&t(8,s=h.disabled),"testId"in h&&t(2,u=h.testId),"onClick"in h&&t(3,f=h.onClick)},i.$$.update=()=>{if(i.$$.dirty&8)e:t(4,n=f===vu.noop);if(i.$$.dirty&272)e:t(6,o=n||s)};e:t(5,r=!1);return[l,a,u,f,n,r,o,p,s]}var yu=class extends z{constructor(e){super(),q(this,e,m3,d3,H,{iconUrl:0,ariaLabel:1,disabled:8,testId:2,onClick:3},a3)}},Hr=yu;var Tm=require("@vkontakte/videoplayer-shared");var nn=require("@vkontakte/videoplayer-core"),dE=require("@vkontakte/videoplayer-shared"),ut=require("@vkontakte/videoplayer-shared"),Zn=require("@vkontakte/videoplayer-statistics"),mE=require("@vkontakte/videoplayer-interactive");var Pt=require("@vkontakte/videoplayer-shared");var nm=(i,e)=>i<400||e<225?5:i<640||e<360?0:i<960||e<540?1:i<1280||e<720?2:3;var p3="//ad.mail.ru/static/admanhtml/rbadman-html5.min.js",zr=class{constructor(e,t){this.adman=null;this.initialVolume=1;this.videoElement=null;this.currentAdSection=null;this.actions=null;this.adsState=null;this.playerState=null;this.events={slotRequested$:new Pt.Subject,started$:new Pt.Subject,paused$:new Pt.Subject,resumed$:new Pt.Subject,ended$:new Pt.Subject,skipped$:new Pt.Subject,clicked$:new Pt.Subject};this.loadAdman=e=>new Promise((t,n)=>{let o,r=()=>{clearTimeout(o),delete window.admanAsyncInit,window.AdmanHTML?t():n()};(0,Pt.addScript)(p3,e,this.loadTimeout).then(()=>{window.AdmanHTML?t():(window.admanAsyncInit=r,o=window.setTimeout(r,this.initTimeout))}).catch(()=>{n()})});this.onAdsReady=()=>{this.log({message:"ads ready"}),this.startPreroll()};this.onAdStarted=(e,t)=>{(0,Pt.assertNonNullable)(this.adsState),(0,Pt.assertNonNullable)(this.playerState),(0,Pt.assertNonNullable)(this.actions),this.log({message:`ad started, section: ${e}, banner: ${JSON.stringify(t)}`}),this.events.started$.next(e),t.muted&&(this.setVolume(0),this.actions.setMuted(!0),this.log({message:"ad muted start"}),xe(this.playerState.isMobile)&&this.playerState.mobileUnmuteButtonVisible.set(!0)),this.adsState.duration.set(t.duration),this.adsState.playbackState.set("playing"),this.adsState.canSkip.set(t.allowClose),this.adsState.secondsToWatchBeforeSkip.set(t.allowCloseDelay)};this.onAdTimeRemained=({currentTime:e})=>{(0,Pt.assertNonNullable)(this.adsState),this.adsState.position.set(e)};this.onAdPaused=()=>{(0,Pt.assertNonNullable)(this.adsState),this.log({message:"ad paused"}),this.adsState.playbackState.set("paused")};this.onAdPlayed=()=>{(0,Pt.assertNonNullable)(this.adsState),this.log({message:"ad played"}),this.adsState.playbackState.set("playing")};this.onAdMidrollPoint=()=>{(0,Pt.assertNonNullable)(this.adman),(0,Pt.assertNonNullable)(this.actions),this.log({message:"midroll point"}),this.actions.switchFromVideoToAds(),this.currentAdSection="midroll",this.adman.start("midroll")};this.onAdSkipped=()=>{this.log({message:"ad skipped"}),this.switchToVideo()};this.onAdClosed=()=>{this.log({message:"ad closed"}),this.switchToVideo()};this.onAdCompleted=()=>{this.log({message:"ad completed"}),this.events.ended$.next(),this.switchToVideo()};this.onAdClicked=()=>{this.log({message:"ad clicked"}),this.videoElement?.pause(),this.events.clicked$.next()};this.onAdError=()=>{this.log({message:"ad error"}),this.switchToVideo(!0)};this.log=e.createComponentLog("AdmanWrapper"),this.loadTimeout=t.loadTimeout,this.initTimeout=t.initTimeout}init(e,t,n){this.actions=e,this.adsState=t,this.playerState=n}onAdmanLoadingError(){this.log({message:"adman loading error"}),this.switchToVideo(!0)}initAdman(e){let{width:t,height:n,isFullscreen:o,isAutoplay:r,adsContainer:l,adsVideoElement:a,slotId:s,params:u={},duration:f,previewParam:p}=e,h,y=this.playerState&&xe(this.playerState.vsid);y&&(h=parseInt(y,36));let b={dl:encodeURIComponent(window.location.href),autoplay:r,player_width:t,player_height:n,puid10:nm(t,n),puid11:o?0:1,preview:p,...h?{request_id:h}:{},duration:f,...u},P={slot:s,wrapper:l,videoEl:a,videoQuality:n,params:b,browser:{mobile:!1}},C=new window.AdmanHTML;C.setDebug(!1),C.onReady(this.onAdsReady),C.onStarted(this.onAdStarted),C.onPlayed(this.onAdPlayed),C.onPaused(this.onAdPaused),C.adMidrollPoint(this.onAdMidrollPoint),C.onClosed(this.onAdClosed),C.onSkipped(this.onAdSkipped),C.onClicked(this.onAdClicked),C.onTimeRemained(this.onAdTimeRemained),C.onCompleted(this.onAdCompleted),C.onError(this.onAdError),C.init(P),this.adman=C,this.videoElement=a,this.events.slotRequested$.next(),this.log({message:`adman init, config: ${JSON.stringify(P)}`})}switchToVideo(e=!1){if(this.currentAdSection===null&&!e){this.log({message:"switch to video, no currentAdSection. can't switch"});return}(0,Pt.assertNonNullable)(this.actions),(0,Pt.assertNonNullable)(this.adsState),(0,Pt.assertNonNullable)(this.playerState);let t=this.currentAdSection==="postroll";this.adsState.playbackState.set("inactive"),this.currentAdSection=null,this.playerState.mobileUnmuteButtonVisible.set(!1),this.log({message:`switch to video, isPostroll: ${t}`}),t&&(this.adsState.postrollPassed.set(!0),this.log({message:"postroll passed"})),this.actions.switchFromAdsToVideo(!t)}togglePlay(){(0,Pt.assertNonNullable)(this.adsState),this.log({message:"toggle play"});let e=xe(this.adsState.playbackState);e==="playing"?this.pause():e==="paused"&&this.play()}setInitialVolume(e){this.log({message:`set initial volume ${e}`}),this.initialVolume=e}setVolume(e){this.log({message:`set volume ${e}`}),this.adman?.setVolume(e),this.videoElement&&(this.videoElement.volume=e)}setFullscreen(e){this.log({message:`set fullscreen ${e}`}),this.adman?.setFullscreen(e)}startPreroll(){(0,Pt.assertNonNullable)(this.adman),this.log({message:"start preroll"}),this.setVolume(this.initialVolume),this.currentAdSection="preroll",this.adman.start("preroll")}startPostroll(){(0,Pt.assertNonNullable)(this.adman),(0,Pt.assertNonNullable)(this.actions),this.log({message:"start postroll"}),this.actions.switchFromVideoToAds(),this.currentAdSection="postroll",this.adman.start("postroll")}play(){(0,Pt.assertNonNullable)(this.adman),this.log({message:"ad play"}),this.adman.resume(),this.events.resumed$.next()}pause(){(0,Pt.assertNonNullable)(this.adman),this.log({message:"ad pause"}),this.adman.pause(),this.events.paused$.next()}skip(){(0,Pt.assertNonNullable)(this.adman),this.log({message:"ad skip"}),this.adman.skip(),this.events.skipped$.next()}setPosition(e,t){this.adman?.setPosition(Math.floor(e),Math.floor(t))}destroy(){this.log({message:"destroy"}),this.adman?.destroy()}};var om=i=>{let e=Math.round(i);return isNaN(e)||e<40?"":e>=40&&e<55?50:e>=55&&e<90?60:e>=90&&e<180?120:e>=180?240:""};var ku=class{constructor(){this.oneLineRegExp=/\r\n|\n|\r/;this.twoLinesRegExp=/\r\n\r\n|\n\n|\r\r/}parse(e){let t=[],n=e.split(this.twoLinesRegExp);for(let o of n){let r={startTime:0,endTime:0,texts:[],lang:""},l=o.split(this.oneLineRegExp);for(let a of l)if(!r.startTime&&!r.endTime){let s=new qr,{startTime:u,endTime:f}=s.parse(a);r.startTime=u,r.endTime=f}else if(a.trim()!==""){let s=new wu,{texts:u}=s.parse(a);r.texts=[...r.texts,...u]}(r.startTime||r.endTime)&&r.texts.length>0&&t.push(r)}return t}},qr=class{constructor(){this.timeRegExp=/(\d{2})?:?(\d{2}):(\d{2}).(\d{2,3})/;this.timingRegExp=new RegExp(`${this.timeRegExp.source}( ?--> ?)${this.timeRegExp.source}`)}parse(e){let t={startTime:0,endTime:0},n=this.timingRegExp.exec(e);return n&&(t.startTime=this.calcTime(n[1],n[2],n[3],n[4]),t.endTime=this.calcTime(n[6],n[7],n[8],n[9])),t}parseTime(e){let t=this.timeRegExp.exec(e);return t?this.calcTime(t[1],t[2],t[3],t[4]):0}isTime(e){return this.timeRegExp.test(e)}calcTime(e="0",t="0",n="0",o="0"){let r=Number(e)*60*60,l=Number(t)*60,a=Number(n),s=+`0.${o}`;return r+l+a+s}},wu=class{constructor(){this.letterTagRegExp=/<[a-z]*>|<\/[a-z]*>/}parse(e){let t={texts:[]},o=e.replace(new RegExp(this.letterTagRegExp,"g"),"").split({[Symbol.split](l){let a=0,s=[];for(;a<l.length;){let u=["<",">"].reduce((f,p)=>{let h=l.indexOf(p,a);return f===-1||f>h?h:f},-1);if(u===-1){s.push(l.substring(a));break}s.push(l.substring(a,u)),a=u+1}return s}}),r=new qr;for(let l of o)r.isTime(l)?t.texts.push({type:"timestamp",value:r.parseTime(l)}):t.texts.push({type:"text",value:l});return t}},lm=ku;var Ur=require("@vkontakte/videoplayer-shared"),fo,Tn,Cu=0,Su=!1,rm=(i,e,t)=>{let n=i>=Cu,o=i<Cu,r=(u,f=0,p=0)=>u<f&&u<p,l=(u,f=0,p=0)=>u>=f&&u<=p,a=(u,f=0,p=0)=>u>f&&u>p,s=t.find(({lang:u})=>u===e.value)?.subtitles;if(Cu=i,o&&(Su=!1),(0,Ur.isNonNullable)(fo)&&l(i,fo.startTime,fo.endTime)&&fo.lang===e.value)return fo;if(!(0,Ur.isNonNullable)(Tn)&&s?.length&&!Su){let u=s.find(({startTime:f,endTime:p})=>l(i,f,p)||n&&r(i,f,p));Tn=u&&{...u,lang:e.value},fo=void 0,!(0,Ur.isNonNullable)(Tn)&&s[s.length-1].endTime<i&&(Su=!0);return}else{if(l(i,Tn?.startTime,Tn?.endTime))return fo=Tn,Tn=void 0,fo;(n&&a(i,Tn?.startTime,Tn?.endTime)||o&&r(i,Tn?.startTime,Tn?.endTime))&&(Tn=void 0)}};var Kr={ru:"\u0420\u0443\u0441\u0441\u043A\u0438\u0439",en:"English",uk:"\u0423\u043A\u0440\u0430\u0457\u043D\u0441\u044C\u043A\u0430",be:"\u0411\u0435\u043B\u0430\u0440\u0443\u0441\u043A\u0430\u044F (\u0442\u0430\u0440\u0430\u0448\u043A\u0435\u0432i\u0446\u0430)",es:"Espa\xF1ol",fi:"Suomi",de:"Deutsch",it:"Italiano",bg:"\u0411\u044A\u043B\u0433\u0430\u0440\u0441\u043A\u0438",hr:"Hrvatski",hu:"Magyar",sr:"\u0421\u0440\u043F\u0441\u043A\u0438","pt-PT":"Portugu\xEAs",el:"\u0395\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AC",pl:"Polski",fr:"Fran\xE7ais",ko:"\uD55C\uAD6D\uC5B4","zh-CN":"\u6C49\u8BED",lt:"Lietuvi\u0173",ja:"\u65E5\u672C\u8A9E",cs:"\u010Ce\u0161tina",et:"Eesti",tt:"\u0422\u0430\u0442\u0430\u0440\u0447\u0430",ba:"\u0411\u0430\u0448\u04A1\u043E\u0440\u0442\u0441\u0430",cv:"\u0427\u0103\u0432\u0430\u0448\u043B\u0430",sk:"Sloven\u010Dina",ro:"Rom\xE2n\u0103",no:"Norsk",lv:"Latvie\u0161u",az:"Az\u0259rbaycan dili",hy:"\u0540\u0561\u0575\u0565\u0580\u0565\u0576",sv:"Svenska",nl:"Nederlands",tk:"T\xFCrkmen",ka:"\u10E5\u10D0\u10E0\u10D7\u10E3\u10DA\u10D8",da:"Dansk",uz:"O\u2018zbek",th:"\u0E20\u0E32\u0E29\u0E32\u0E44\u0E17\u0E22",id:"Bahasa Indonesia",tg:"\u0422\u043E\u04B7\u0438\u043A\u04E3",sl:"Sloven\u0161\u010Dina",bs:"Bosanski","pt-BR":"Portugu\xEAs brasileiro",fa:"\u0641\u0627\u0631\u0633\u06CC",vi:"Ti\u1EBFng Vi\u1EC7t",hi:"\u0939\u093F\u0928\u094D\u0926\u0940",si:"\u0DC3\u0DD2\u0D82\u0DC4\u0DBD",bn:"\u09AC\u09BE\u0982\u09B2\u09BE",tl:"Tagalog",mn:"\u041C\u043E\u043D\u0433\u043E\u043B",my:"\u1017\u1019\u102C\u1005\u102C",tr:"T\xFCrk\xE7e",ne:"\u0928\u0947\u092A\u093E\u0932\u0940",ur:"\u0627\u0631\u062F\u0648",ky:"\u041A\u044B\u0440\u0433\u044B\u0437 \u0442\u0438\u043B\u0438",pa:"\u067E\u0646\u062C\u0627\u0628\u06CC",os:"\u0418\u0440\u043E\u043D",kn:"\u0C95\u0CA8\u0CCD\u0CA8\u0CA1",sw:"Kiswahili",kk:"\u049A\u0430\u0437\u0430\u049B\u0448\u0430",ar:"\u0627\u0644\u0639\u0631\u0628\u064A\u0629",he:"\u05E2\u05D1\u05E8\u05D9\u05EA",ab:"\u0410\u04A7\u0441\u0448\u04D9\u0430",eu:"Euskara",eo:"Esperanto"};var sm=require("@vkontakte/videoplayer-shared"),am=require("@vkontakte/videoplayer-statistics"),Wr=class{constructor(e,t){this.oneStat=new am.OneStat(e,t),this.statSubscription=new sm.Subscription}destroy(){this.oneStat.destroy(),this.statSubscription.unsubscribe()}};var um=({interfaceLanguage:i,videoId:e,isClip:t,isLiveCatchUpMode:n,statAuthToken:o,isAudioDisabled:r,canDownload:l,callbacks:a,webApi:s,videoEpisodes:u,previewThumbsData:f,uiConfig:p,coreConfig:h,player:y,disabledControls:b,isInteractive:P,interactiveRanges$:C,isInteractiveTime$:M,replayInteractive:S,hasInteractiveBranches:v,playPrevChapterDisabledTooltip:E,additionalButtons:G,looped:W=!1,statistics:K})=>{let re={...h,configName:[...h.configName??[],"ui"],isAudioDisabled:r,live:{...h.live??{},isLiveCatchUpMode:!!n}},te=p,I=y||new nn.Player(re),Y=new ut.Logger,X=new zr(Y,{loadTimeout:te.ads.loadTimeout,initTimeout:te.ads.initTimeout}),$=To.getInstance(),x=s?.pictureInPictureApi,D=s?.annotationsApi,j=Y.createComponentLog("Store"),V,Q,De={},We=(0,ut.getCurrentBrowser)(),qe=K?gt(K.oneStat.vsid$):Cn(void 0),Ze=Re(lo()),Ae=x?.info.isActive$??new ut.ValueSubject(!1),ye=x?.info.type,J=Re(0),ke=Re([]),Fe=(0,ut.merge)(I.events.fatalError$,I.events.managedError$).subscribe(g=>ke.update(ae=>[...ae,g])),Ye=Cn(!1,g=>{let ae=I.events.fatalError$.subscribe(()=>g(!0));return()=>ae.unsubscribe()}),Je=async g=>{let ae=Object.values(ut.InterfaceLanguage).includes(g);if(te.downloadVKLanguages&&(ae&&te.updateBuiltinLanguages||!Ts(g))){let Ke;try{Ke=await(0,ut.loadVKLangPack)(g,Qc,Yc)}catch(ot){K?.oneStat?.logError({errorType:"VKLangPack",fatal:!1}),$?.report(ot,{errorType:"VKLangPack",fatal:!1})}Ke&&(Is({language:g,pack:Ke,fallback:te.defaultLanguage}),he.set(g))}Ts(g)&&he.set(g)},he=Re(i);Je(i);let Ve=(g,ae)=>{let Me=xe(he);return Es(Me,g,ae,te.defaultLanguage)},ze=Re("thumb"),tt=(()=>{let g=vi([Ye,ze],([ae,Me])=>ae?"crashed":Me);return{...g,is:ae=>xe(g)===ae}})(),le=(()=>{let g=Re(new Set(b));return{...g,add:ae=>{g.update(Me=>new Set([...Me].concat(ae)))},remove:ae=>{g.update(Me=>{let Ke=[...Me];return new Set(Array.isArray(ae)?Ke.filter(ot=>!ae.includes(ot)):Ke.filter(ot=>ot!==ae))})},includes:ae=>{let Me=xe(g);return Array.isArray(ae)?ae.every(Ke=>Me.has(Ke)):Me.has(ae)}}})();j({message:"create store"});let oe=g=>{let ae=g.container;ae.append(I.experimental.element$.getValue()),st=new MutationObserver(Me=>{let{removedNodes:Ke}=Me[0];Ke.length&&ae.append(I.experimental.element$.getValue())}),st.observe(ae,{childList:!0})},Ce=g=>{j({message:`init video, config: ${JSON.stringify(g)}`}),P?oe(g):I.initVideo(g),g.subtitles&&I.setExternalTextTracks(g.subtitles),V=g},fe=new ut.Subject,Ee=g=>fe.next(g),je=new ut.Subject,rt=new ut.Subject,dt=new ut.Subject,st=null,de={actionRewind$:je,actionSeek$:rt,inPiP$:Ae,inFullscreen$:new ut.Observable(g=>Ze.subscribe(ae=>g.next(ae))),actionSetSubtitle$:dt,nextMovie$:fe};if(K){let{oneStat:g,statSubscription:ae}=K;ae.add(g.attachTo(I)),ae.add(g.attachToUi(de)),ae.add(g.attachToAds(X.events)),g.authorize(o).catch(Me=>{j({message:`onestat auth error ${String(Me)}`})})}if($){let g=new ut.Subscription,ae=(Me,Ke)=>g.add(Me.subscribe(Ke));if(ae(I.events.managedError$,Me=>{$.logIError(Me)}),ae(I.events.fatalError$,Me=>{$.logIError(Me,!0)}),K){let{oneStat:Me}=K;ae(Me.experimental.error$,Ke=>{$.logIError(Ke)})}$.sentrySubscription.add(g)}let ct=()=>{(0,ut.isIOS)()&&Q&&Sf(Q)},It=new ut.Subscription().add(I.experimental.element$.subscribe(g=>{g&&(Q=g,g.classList.add("player-media"),Mo(x)&&(x.updateVideoElement(),x.registryEventHandlers()),P&&g.setAttribute("pip","false"))})).add(I.events.ended$.subscribe(()=>{ct(),a?.onEnded?.()})).add(I.events.started$.subscribe(async()=>{Mo(x)&&await x?.revealPictureInPicture();let g=I.info.muted$.getValue();a?.onStarted?.(),De.onStarted?.(g)})).add(I.events.willSeek$.subscribe(({from:g,to:ae})=>{a?.onSeek?.(g,ae)})).add(I.info.position$.subscribe(g=>{let ae=I.info.duration$.getValue();a?.onTimeupdate?.(ae,g),X.setPosition(g,ae)})).add(I.events.fatalError$.subscribe(()=>{a?.onCrashed?.()})).add(I.events.firstBytes$.subscribe(()=>{pt.state.isFirstBytes$.set(!0)})).add(I.info.is3DVideo$.subscribe(g=>{pt.ui.is3DVideo.set(g)})).add(I.info.isEnded$.subscribe(g=>{P&&(g?(M?.getValue()&&le.add(jl),le.add("PLAY_BUTTON")):le.remove("PLAY_BUTTON"))})).add(I.info.liveTime$.subscribe(g=>{a?.onLiveTime?.(g)})).add(I.info.isStalled$.subscribe(g=>{a?.onStalledChanged?.(g)})),_t=new ut.Subscription,yt=()=>{_t.add(I.events.log$.subscribe(g=>{console.debug("%c sdk ","background:#9ddcf7;",`sdk component: ${g.component}`,g.message)})).add(Y.log$.subscribe(g=>{console.debug("%c ui ","background:#f3da0b;",`ui component: ${g.component}.`,g.message)}))},Lt=()=>{_t.unsubscribe()},Ue=(g,ae)=>{I.startCameraManualRotation(g,ae)},Qt=(g=!1)=>{I.stopCameraManualRotation(g)},ve=(g,ae,Me)=>{I.moveCameraFocusPX(g,ae,Me)},bt=()=>{I.holdCamera()},Tt=()=>{I.releaseCamera()},Xe=Cn(I.info.position$.getValue(),g=>{let ae,Me,Ke=()=>{let ot=I.info.playbackState$.getValue(),jt=I.info.isLive$.getValue(),ti=I.info.duration$.getValue(),Nt=I.info.position$.getValue();if([nn.PlaybackState.PLAYING,nn.PlaybackState.PAUSED].includes(ot)){let hn=jt?Nt-ti:I.getExactTime();hn!==Me&&g(hn),Me=hn}ae=requestAnimationFrame(Ke)};return Ke(),()=>cancelAnimationFrame(ae)}),at=gt(Ae),kt=gt(I.info.playbackState$),Et=gt(I.info.currentBuffer$),yi=gt(I.info.isEnded$),ki=gt(I.info.isLive$),wi=te.features.playbackRate?gt(I.info.canChangePlaybackSpeed$):Cn(!1),Qi=gt(I.info.liveBufferTime$),ln=gt(I.info.volume$),si=gt(I.info.muted$),ai=ks(I.info.autoQualityLimits$.pipe((0,ut.map)(({max:g})=>g!==void 0)),I.info.autoQualityLimits$.getValue()?.max!==void 0),Ci=gt(I.info.autoQualityLimitingAvailable$),Yt=gt(I.info.availableQualities$),ui=gt(I.info.availableQualitiesFps$),Yi=gt(I.info.chromecastState$),Si=gt(I.info.chromecastDeviceName$),Pi=gt(I.info.currentFormat$),ci=gt(I.info.throughputEstimation$),Ii=gt(I.info.videoBitrate$),fi=gt(I.info.intrinsicVideoSize$),Ti=gt(I.info.duration$),Ei=gt(I.info.isAudioAvailable$),At=null,zt=I.info.isBuffering$,Zt=Cn(zt.getValue(),g=>{let ae=zt.subscribe(Me=>{Me&&At===null?At=window.setTimeout(()=>{g(zt.getValue()),At=null},te.loaderDelay):g(Me)});return()=>{ae.unsubscribe(),At&&clearTimeout(At)}}),di=()=>{At&&clearTimeout(At),At=null},Ft=vi([Ti,ki],([g,ae])=>ae?-g:g),mi=vi([kt],([g])=>g===nn.PlaybackState.PLAYING),Xt=gt(I.info.atLiveEdge$),ii=gt(I.info.atLiveDurationEdge$),Bt=gt(I.info.position$),Rt=vi([Bt,Ti],([g,ae])=>isFinite(g)&&isFinite(ae)&&!!ae),qt=vi([Yi],([g])=>g===nn.ChromecastState.CONNECTED),Jt=Re(void 0),pi=gt(I.info.isAutoQualityEnabled$,g=>g&&Jt.set(void 0)),cn=gt(I.info.currentQuality$,()=>Jt.set(void 0)),Zi=vi([Jt,cn],([g,ae])=>g??ae),xt=vi([Yt,ui,pi,Zi,Pi],([g,ae,Me,Ke,ot])=>{let jt=[];ot!==nn.VideoFormat.MPEG&&jt.push({value:"auto",displayValue:Ve("auto_quality_option"),selected:Me});let ti=g.filter(Nt=>Nt!==ut.VideoQuality.INVARIANT);for(let Nt of ti){let hn=ae[Nt],An=Nt===ut.VideoQuality.INVARIANT?Ve("auto_quality_option"):Nt;jt.push({value:Nt,displayValue:`${An}${hn?om(hn):""}`,selected:Me?!1:Nt===Ke})}return jt}),ni=gt(I.info.currentPlaybackRate$),Mi=vi([ni,Xt,ii],([g,ae,Me])=>{let Ke=Me||P?1:te.controls.playbackRateMin,ot=ae?1:te.controls.playbackRateMax,jt=te.controls.playbackRateStep,ti=[];for(let Nt=Ke;Nt<=ot;Nt+=jt)ti.push({value:Nt,displayValue:Nt===1?Ve("playback_rate_1"):Ve("playback_rate",{multiplier:Nt.toString(10)}),selected:g===Nt});return ti}),zi=te.features.subtitles?gt(I.info.availableTextTracks$):Cn([]),Ut=vi([zi],([g],ae)=>{let Me=[],Ke=[];for(let ot of g)ot.url&&Me.push(fetch(ot.url));Promise.allSettled(Me).then(ot=>{for(let[jt,ti]of ot.entries())ti.status==="fulfilled"&&ti.value.text().then(Nt=>{let hn=new lm,An=g[jt].language,_l=!!g[jt].isAuto,zo=hn.parse(Nt);An&&zo&&Ke.push({lang:An,subtitles:zo,isAuto:_l}),jt===ot.length-1&&ae(Ke)})})}),wt={displayValue:Ve("subtitles_off"),value:"off"},Ai=Re({...wt}),Xi=vi([Ut,Ai,Ut],([g,ae])=>{if(g?.length>0){let Me=[{...wt,selected:ae?.value===wt.value}];for(let{lang:Ke,isAuto:ot}of g)Kr[Ke]&&Me.push({displayValue:ot?Ve("subtitles_auto",{language:Kr[Ke]}):Kr[Ke],value:Ke,selected:ae?.value===Ke,isAuto:ot});return Me}else return[]}),oi=vi([Xe,Ai,Ut],([g,ae,Me])=>{if(ae&&ae.value!==wt.value)return rm(g,ae,Me)}),Ji=vi([oi],([g])=>g?.texts?g.texts:[]),_i=Re(!0),rn=vi([Et,Ft,Bt,Qi],([g,ae,Me,Ke])=>{let ot=g?.end??0;if(!Ke)return ot/ae;let ti=-Me+Ke-ae;return(ot-ti)/ae}),xi=gt(I.info.availableSources$),sn=vi([xi],([g])=>Object.keys(g?.[nn.VideoFormat.MPEG]||{}).length>0),qi=()=>{let g=Object.keys(I.info.availableSources$?.getValue()?.[nn.VideoFormat.MPEG]||{}),ae=(0,ut.getHighestQuality)(g)||ut.VideoQuality.Q_144P;return V.sources[nn.VideoFormat.MPEG]?.[ae]},Vi=()=>{let g=qi();g?sf(g,V?.meta?.title||"video"):j({message:"There is no URL for download video"})},Kt=()=>{j({message:"toggle muted"});let g=I.info.muted$.getValue(),Ke=!(I.info.volume$.getValue()===0||g);gi(Ke)},$t=()=>{pt.ui.settingsMenuVisible.set(!1)},hi=g=>{pt.ui.settingsMenuOpenedByKeyboard.set(!!g),pt.ui.settingsMenuVisible.set(!0)},Ui=g=>{xe(pt.ui.settingsMenuVisible)?$t():hi(g)},Ki=(g,ae=g,Me=!1)=>{let Ke=!Me,ot=I.info.muted$.getValue();j({message:`set volume, volume: ${g}, preferredVolume: ${ae}, internalCall: ${Ke}`}),I.setVolume(g),X.setVolume(g),Ke&&a?.onVolumeChange?.(g),Cs(ae),ot?(I.setMuted(!1),Ke&&a?.onUnmute?.(),Xl(!1)):!ot&&g===0&&(I.setMuted(!0),Ke&&a?.onMute?.(),Xl(!0))},gi=(g,ae=!1)=>{let Me=!ae,Ke=I.info.volume$.getValue();if(j({message:`set muted, currentVolume: ${Ke}, mute: ${g}, internalCall: ${Me}`}),I.setMuted(g),X.setVolume(g?0:Ke),Xl(g),Me&&(g?a?.onMute?.():a?.onUnmute?.()),Ke===0){let ot=Zl()??te.volumeDefault;ot===0&&(ot=te.volumeMinRestore,Cs(ot)),I.setVolume(ot),X.setVolume(ot),Me&&a?.onVolumeChange?.(ot)}},Li=Re(!1),Bi=g=>{Li.set(g),I.setLooped(g)};Bi(W);let Qe=()=>{I.prepare()},Wi=()=>{if((0,ut.assertNonNullable)(pt),!xe(pt.ui.controls.disabledControls$).has("PLAY_BUTTON")){if(j({message:"toggle play"}),xe(pt.playerPhase)==="ads"){X.togglePlay();return}if(I.info.playbackState$.getValue()!==nn.PlaybackState.PLAYING){if(I.info.isEnded$.getValue()){if(j({message:"toggle play, video ended, seek to 0"}),je.next(),rt.next(Zn.SeekAction.REWIND),P){S?.();return}I.seekTime(0)}j({message:"toggle play, call player.play"}),I.play(),a?.onPlay?.()}else j({message:"toggle play, call player.pause"}),I.pause(),a?.onPause?.()}},Ht=g=>{j({message:`set quality, quality: ${g}`}),I.setAutoQuality(g==="auto"),g!=="auto"?(df(e,g),Jt.set(g),I.setQuality(g)):Ss()},He=g=>{j({message:`set trafficSavingEnabled, value: ${g}`}),I.setAutoQualityLimits({max:g?te.trafficSavingLimit:void 0}),gf(g)},Ri=g=>{I.setPlaybackRate(g)},$i=()=>{let g=xe(Mi),ae=g.findIndex(({selected:Ke})=>Ke);if(ae===g.length-1)return;let Me=g[ae+1];Ri(Me.value)},Gi=()=>{let g=xe(Mi),ae=g.findIndex(({selected:Ke})=>Ke);if(ae===0)return;let Me=g[ae-1];Ri(Me.value)},Di=g=>{g&&g.value!==wt.value&&dt.next(g.isAuto?g.value+"_auto":g.value),Ai.set(g)},an=()=>{let g=xe(Xi),ae=xe(Ai),Me=xe(he);if(ae?.value===wt.value){let Ke=g.filter(ot=>ot.value!==wt.value).find(ot=>ot.value===Me)||g[1];Di(Ke??{...wt})}else Di({...wt,selected:!1})},Ni=(g,ae,Me=!0)=>{if(j({message:`seek to time, time: ${g}`}),rt.next(ae),I.info.isLive$.getValue()){let Ke=I.info.duration$.getValue(),ot=Math.min(0,Ke+g);I.seekTime(ot,Me)}else{if(M?.getValue())return;I.seekTime(bo(g),Me)}},en=g=>{j({message:`seek to episode start time: ${g}`}),Ni(g,Zn.SeekAction.EPISODE,!0)},Wt=(g,ae)=>{j({message:`seek to percent, percent: ${g}`});let Me=Math.round(xe(Ft)*g);Ni(Me,ae,!1)},tn=g=>{j({message:`seek external, time: ${g}`}),rt.next(Zn.SeekAction.UNKNOWN),I.seekTime(I.info.isLive$.getValue()?-g:g)},li=g=>{j({message:`set auto quality limitation. Max: ${g.max??"none"}. Min: ${g.min??"none"}`}),I.setAutoQualityLimits(g)},se=g=>{j({message:`seek external to episode start time: ${g}`}),Ni(g,Zn.SeekAction.EPISODE,!0)},ft=g=>{j({message:`set playback rate to: ${g}`}),I.setPlaybackRate(g)},Gt=Re(void 0),ei=Re(!1),Oi=g=>{j({message:`start scrubbing, progress: ${g}`}),ei.set(!0),Fi(g)},Fi=g=>{Gt.set(g)},yn,kn,mn=()=>{Gt.set(void 0),ei.set(!1)},Dt=()=>{clearTimeout(kn),clearTimeout(yn),yn=window.setTimeout(()=>{mn()},500),Q?.removeEventListener("seeked",Dt)},Nn=g=>{j({message:`complete scrubbing, progress: ${g}`}),Wt(g,Zn.SeekAction.SLIDER),xe(pt.ui.isMobile)&&xe(pt.state.currentFormat$)===nn.VideoFormat.HLS?(Q?.addEventListener("seeked",Dt),kn=window.setTimeout(()=>{Dt()},300)):mn()},On=vi([Xe,Ft,Gt],([g,ae,Me],Ke)=>{Ke((0,ut.isNonNullable)(Me)?Me*ae:g)}),wn=Re({width:0,height:0}),En=vi([wn],([{width:g}],ae)=>{let Me=Td(g);ae(Me)}),pn=Re(!1),fn=vi([En,pn],([g,ae])=>ae?G.filter(Me=>!Me.hideOnMobile):G.filter(Me=>!Me.hideOnDesktopGridTypes?.includes(g))),ie=vi([pn,Ye],([g,ae],Me)=>{Me(g&&ae)}),vt=()=>{rt.next(Zn.SeekAction.LIVE),j({message:"switch to active live"}),I.seekTime(0),I.info.playbackState$.getValue()!==nn.PlaybackState.PLAYING&&pt.actions.internal.togglePlay()},Mn=()=>X.skip(),Fn=(g=!0)=>{(0,ut.assertNonNullable)(pt),j({message:`switch from ads to video, callPlay: ${g}`}),ze.set("video"),g&&I.play()},Hn=()=>{(0,ut.assertNonNullable)(pt),j({message:"switch from video to ads"}),pt.actions.internal.pause(),ct(),ze.set("ads")},Xn=g=>{(0,ut.assertNonNullable)(pt);let ae=g?"waitingLive":"thumb";ze.set(ae)},Jn=g=>{(0,ut.assertNonNullable)(pt);let ae=g?"waitingRecord":"thumb";ze.set(ae)},xn=()=>((0,ut.assertNonNullable)(pt),lf(I,V,pt)),$n=()=>((0,ut.assertNonNullable)(pt),rf(I,V,pt)),eo=()=>Q,po=()=>{j({message:"toggle chromecast"}),I.toggleChromecast()},ee=g=>{(0,ut.assertNonNullable)(pt);let ae=!g;if(xe(pt.playerPhase)==="ads"){j({message:`pause ads, internalCall: ${ae}`}),X.pause();return}j({message:`pause video, internalCall: ${ae}`}),ae&&a?.onPause?.(),I.pause()},_n=g=>{(0,ut.assertNonNullable)(pt);let ae=!g;if(xe(pt.playerPhase)==="ads"){j({message:`play ads, internalCall: ${ae}`}),X.play();return}j({message:`play video, internalCall: ${ae}`}),ae&&a?.onPlay?.(),I.play()},_o=(g,ae)=>{(0,ut.assertNonNullable)(pt),j({message:`first start, show ads: ${g}, internalCall: ${!ae}`}),g?ze.set("ads"):(ze.set("video"),ae?I.play():pt.actions.internal.togglePlay())},ho=()=>(j({message:"getting time codes"}),u),to=()=>{let g=ho();if(!g||[0,1].includes(g.length))return;let ae=I.info.position$.getValue();return g.find(Me=>Me.time>ae)},No=g=>{let ae=g;ae||(ae=to()),ae&&(j({message:"seek to next episode"}),Ni(ae.time,Zn.SeekAction.EPISODE,!0))},zn=()=>{let g=ho();if(!g||[0,1].includes(g.length))return;let ae=I.info.position$.getValue(),Me=g.findIndex(ot=>ot.time>ae),Ke=Me===-1?g.length-2:Me-2;if(!(Ke<0))return g[Ke]},io=g=>{let ae=g;ae||(ae=zn()),ae&&(j({message:"seek to prev episode"}),Ni(ae.time,Zn.SeekAction.EPISODE,!0))},Oo=()=>(j({message:"getting preview thumbs data"}),f),Fo=async()=>{x?.isActive()?await x?.remove():await x?.request()},pl=(g=-90)=>{J.update(ae=>ae+g)},Gn=Re([]);C?.subscribe(g=>{let ae=[];for(let Me=0;Me<g.length;Me++){let{range:[Ke,ot],subjects:jt}=g[Me];Me===0&&Ke!==0&&ae.push({time:0,text:"",interactive:!1,completed:!0}),ae.push({time:Ke/1e3,text:"",interactive:!0,completed:!jt.length}),ot!==1/0&&ae.push({time:ot/1e3,text:"",interactive:!1,completed:!0})}Gn.set(ae)});let go=Re(!1);M?.subscribe(g=>{g&&xe(ei)&&mn()});let bo=g=>{if(!P)return g;let ae=xe(Gn),Me=xe(Ft),ot=xe(Bt)/Me,jt=ae.find(ti=>ti.interactive&&!ti.completed&&ti.time>ot);return typeof jt?.time=="number"?Math.min(g,jt.time-.05):g},Ho=()=>{pt.ui.episodes.panelOpened$.set(!1)},vo=()=>{clearTimeout(kn),clearTimeout(yn),It.unsubscribe(),_t.unsubscribe(),I.destroy(),X.destroy(),K?.destroy(),$?.destroy(),Fe.unsubscribe(),st?.disconnect(),st=null},pt={interfaceLanguage$:he,initVideo:Ce,videoId:e,isClip:t,playerPhase:tt,vsid:qe,state:{positionExact$:Xe,positionWithScrubbing$:On,duration$:Ft,playbackState$:kt,isPlaying$:mi,isLoaderVisible:Zt,bufferedProgress$:rn,isLive$:ki,canChangePlaybackSpeed$:wi,isActiveLive$:Xt,isOldestAvailableLive$:ii,isRewindableLive$:Rt,isEnded$:yi,muted$:si,volume$:ln,trafficSavingEnabled$:ai,autoQualityLimitingAvailable$:Ci,currentQuality$:Zi,isAutoQualityEnabled$:pi,availableQualities$:xt,currentPlaybackRate$:ni,availablePlaybackRates$:Mi,currentSubtitle$:Ai,availableSubtitlesList$:Xi,currentSubtitleCaptions$:Ji,isAutoSubtitleCaptionVisible$:_i,chromecastState$:Yi,chromecastDeviceName$:Si,chromecastConnected$:qt,currentFormat$:Pi,throughputEstimation$:ci,videoBitrate$:Ii,videoSize$:fi,errorLog$:ke,crashed$:Ye,isAudioAvailable$:Ei,isAudioDisabled:!!r,canDownload:te.features.download&&!!l,availableSources$:xi,hasMpegSources$:sn,isInteractive:P,showInteractiveGraph:te.features.interactiveGraph,showSeekToInteractive:te.features.seekToInteractive,showPlayPrevChapter:te.features.interactivePlayPrevChapter,showInteractiveTimeIndicator:te.features.interactiveTimeIndicator&&!!xe(Gn).length,interactiveEpisodes$:Gn,isInteractiveTime$:M?gt(M):Re(!1),graphIsOpened$:Re(!1),isInteractiveExpectation$:go,hasInteractiveBranches:v,playPrevChapterDisabledTooltip:E,looped$:Li,isFirstBytes$:Re(!1)},ui:{controlsVisible:Re(!1),touched:Re(!1),controls:{prevButton:Re(void 0),playButton:Re(void 0),replayButton:Re(void 0),nextButton:Re(void 0),playPrevChapterButton:Re(void 0),seekToInteractiveButton:Re(void 0),interactiveGraphButton:Re(void 0),liveButton:Re(void 0),time:Re(void 0),episodes:Re(void 0),volume:Re(void 0),subtitles:Re(void 0),settings:Re(void 0),context:Re(void 0),chromecast:Re(void 0),pip:Re(void 0),fullscreen:Re(void 0),vkLogo:Re(void 0),interactiveTimeIndicator:Re(void 0),additionalButtons:G.length?G.reduce(g=>[...g,Re(void 0)],[]):[],disabledControls$:le},modals:{hotKeyMap:{show:Re(!1),data:Re({title:"",closeBtnText:"",groups:[]})}},isFullscreen:Ze,rotateAlpha:J,isAutoplay:Re(!1),debugPanelVisible:Re(!1),episodes:{panelOpened$:Re(!1),openedByKeyboard$:Re(!1)},contextMenu:{visible$:Re(!1),btnRef$:Re(void 0),openedByBtnKeyboard$:Re(!1),openedByHotKey$:Re(!1),lastActiveElem$:Re(void 0),showContextMenuBtn$:Re(!1),position$:Re({top:0,left:0})},playerSize:wn,isMobile:pn,mobileNotReportControlHidden$:ie,mobileUnmuteButtonExpanded:Re(!1),mobileUnmuteButtonVisible:Re(!1),icon3DVideoVisible:Re(!1),settingsMenuVisible:Re(!1),settingsMenuOpenedByKeyboard:Re(!1),scrubbingInProgress:ei,is3DVideo:Re(!1),isPictureInPictureActive$:at,pictureInPictureType$:Cn(ye),clientInfo$:Cn(We),currentGridType$:En,additionalButtons$:fn,interactiveHideMobileControls:Re(!1),overlayContainer$:Re(void 0),startedByKeyboard$:Re(!1)},ads:{position:Re(0),duration:Re(0),playbackState:Re("inactive"),canSkip:Re(!1),secondsToWatchBeforeSkip:Re(0),postrollPassed:Re(!1)},webApi:{pictureInPictureApi:x,annotationsApi:D},actions:{internal:{preload:Qe,firstStart:g=>_o(g,!1),pause:()=>ee(!1),togglePlay:Wi,toggleMuted:Kt,toggleSettingsMenu:Ui,openSettingsMenu:hi,closeSettingsMenu:$t,setVolume:Ki,setQuality:Ht,setTrafficSavingEnabled:g=>He(g),setPlaybackRate:Ri,incrementPlaybackRate:$i,decrementPlaybackRate:Gi,setSubtitle:Di,toggleSubtitle:an,togglePictureInPicture:Fo,startScrubbing:Oi,progressScrubbing:Fi,completeScrubbing:Nn,toggleChromecast:po,switchToActiveLive:vt,switchFromAdsToVideo:Fn,switchFromVideoToAds:Hn,skipAd:Mn,setWaitingLive:Xn,setWaitingRecord:Jn,getDebugTextData:xn,getDebugPanelData:$n,getVideoElement:eo,seekTime:(g,ae,Me)=>Ni(g,ae,Me),clearDelayedBufferingCheckTimeout:di,seekEpisodeStartTime:en,seekToPercent:Wt,getNextEpisode:to,seekToNextEpisode:No,getPrevEpisode:zn,seekToPrevEpisode:io,startLogging:yt,stopLogging:Lt,startCameraManualRotation:Ue,stopCameraManualRotation:Qt,moveCameraFocusPX:ve,holdCamera:bt,releaseCamera:Tt,getVideoEpisodes:ho,getPreviewThumbsData:Oo,downloadVideo:Vi,addLanguage:Is,setLanguage:Je,nextMovie:Ee,videoRotate:pl,correctSeekTimeToInteractive:bo,replayInteractive:S,setLooped:Bi},external:{firstStart:g=>_o(g,!0),play:()=>_n(!0),pause:()=>ee(!0),seekTime:g=>tn(g),seekEpisodeStartTime:g=>se(g),setPlaybackRate:g=>ft(g),setAutoQualityLimits:g=>li(g),setMuted:g=>gi(g,!0),setVolume:g=>Ki(g,g,!0),returnFocusToEpisodes:Ho}},callbacks:a,setUiCallbacks:g=>{De={...g}},getAdmanWrapper:()=>X,getLogger:()=>Y,destroy:vo};return pt};var jr=(i,e,t,n)=>{if(!i)return;let o=["tooltipPointerOffsetX","disabledControls$","additionalButtons"],r=["interactiveTimeIndicator"],l=i.getBoundingClientRect();for(let[a,s]of Object.entries(e))if(!["tooltipPointerOffsetX","disabledControls$","additionalButtons"].includes(a)){let u=t[a]?.getBoundingClientRect(),f=(n||r.includes(a))&&!!u&&!!(u.right-u.left);s.set({positionStartX:0,positionEndX:0,left:f?Math.round(u.left-l.left):0,right:f?Math.round(u.right-l.left):0,top:f?Math.round(u.top-l.top):0,bottom:f?Math.round(u.bottom-l.top):0,isDisplayed:f})}};var Qr=async(i,e,t)=>{await Bn(),e&&t&&(t.focus(),i.set(!1))};function h3(i){let e,t,n,o=i[2].default,r=Se(o,i,i[1],null),l=[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"dots-icon"},{role:"img"},i[0]],a={};for(let s=0;s<l.length;s+=1)a=ne(a,l[s]);return{c(){e=A("svg"),r&&r.c(),t=A("path"),c(t,"fill","#fff"),c(t,"d","M18 10c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m-6 4c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2m-6 0c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2"),be(e,a)},m(s,u){w(s,e,u),r&&r.m(e,null),m(e,t),n=!0},p(s,[u]){r&&r.p&&(!n||u&2)&&Ie(r,o,s,s[1],n?Pe(o,s[1],u,null):Te(s[1]),null),be(e,a=Le(l,[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"dots-icon"},{role:"img"},u&1&&s[0]]))},i(s){n||(d(r,s),n=!0)},o(s){_(r,s),n=!1},d(s){s&&k(e),r&&r.d(s)}}}function g3(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var Pu=class extends z{constructor(e){super(),q(this,e,g3,h3,H,{})}},cm=Pu;function b3(i){let e,t;return e=new cm({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function v3(i){let e,t,n;function o(l){i[8](l)}let r={className:i[3]?"opened":"",testId:"btn-context-menu",disabled:i[0],ariaLabel:i[1],click:i[5],focus:i[6],blur:i[7],ariaExpanded:i[3],$$slots:{default:[b3]},$$scope:{ctx:i}};return i[2]!==void 0&&(r.ref=i[2]),e=new mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,[a]){let s={};a&8&&(s.className=l[3]?"opened":""),a&1&&(s.disabled=l[0]),a&2&&(s.ariaLabel=l[1]),a&8&&(s.ariaExpanded=l[3]),a&16384&&(s.$$scope={dirty:a,ctx:l}),!t&&a&4&&(t=!0,s.ref=l[2],Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function y3(i,e,t){let n,{disabled:o=!1}=e,{ariaLabel:r=""}=e,l=$e(),a=l.ui.contextMenu.visible$;F(i,a,M=>t(3,n=M));let s=l.ui.contextMenu.openedByBtnKeyboard$,u=l.ui.contextMenu.showContextMenuBtn$,f=l.ui.contextMenu.position$,p=l.ui.contextMenu.btnRef$,h,y=M=>{let S=xo(M),v=Uf(h);f.set(v),s.set(S),a.set(!n)},b=()=>{u.set(!0)},P=()=>{u.set(!1)};function C(M){h=M,t(2,h)}return i.$$set=M=>{"disabled"in M&&t(0,o=M.disabled),"ariaLabel"in M&&t(1,r=M.ariaLabel)},i.$$.update=()=>{if(i.$$.dirty&4)e:h&&p.set(h)},[o,r,h,n,a,y,b,P,C]}var Iu=class extends z{constructor(e){super(),q(this,e,y3,v3,H,{disabled:0,ariaLabel:1})}},fm=Iu;function k3(i){we(i,"svelte-17imlp9",".interactive-episode-icon-animated.svelte-17imlp9{position:absolute;top:16px;right:16px;width:32px;height:32px;transition:0.3s;opacity:1}.invisible.svelte-17imlp9{opacity:0;visibility:hidden}.fullscreen.svelte-17imlp9:not(.mobile){width:40px;top:19px;right:23px;height:40px}.mobile.svelte-17imlp9{width:28px;height:28px;top:12px;right:14px}.fullscreen.mobile.svelte-17imlp9{width:32px;height:32px}@media screen and (orientation: portrait){.interactive-episode-icon-animated.mobile.fullscreen.svelte-17imlp9{top:40px;right:16px}}@keyframes svelte-17imlp9-pulse{0%{transform:scale(1);border-width:1px;opacity:0}10%{opacity:1}50%{transform:scale(1.5);border-width:1px;opacity:0.5}100%{transform:scale(1.5);border-width:0.5px;opacity:0}}.pulse.svelte-17imlp9{display:block;content:'';border:1px solid #fff;position:absolute;top:0;left:0;right:0;bottom:0;border-radius:100%;transform:scale(1.8);animation:1s svelte-17imlp9-pulse infinite;transition:0.3s;pointer-events:none}.pulse.paused.svelte-17imlp9{animation-play-state:paused}.interactive-episode-icon-animated svg{width:100%;height:100%}.ref-block.svelte-17imlp9{position:absolute;top:0;width:100%;height:100%;visibility:hidden}.hidden.svelte-17imlp9{display:none}")}function w3(i){let e,t;return e=new Cr({props:{completed:!0}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p:me,i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function C3(i){let e,t,n,o,r,l,a,s,u,f;function p(y){i[22](y)}let h={tooltipContent:U("tooltip_interactive_interaction_time_indicator"),tooltipActive:i[5],initialTranslateYPx:72,tooltipPlacement:"bottom",onTooltipVisibilityChange:i[13],$$slots:{default:[w3]},$$scope:{ctx:i}};return i[0]!==void 0&&(h.ref=i[0]),t=new Mt({props:h}),_e.push(()=>Oe(t,"ref",p)),t.$on("click",i[14]),{c(){e=T("div"),R(t.$$.fragment),o=N(),r=T("div"),l=N(),a=T("div"),c(r,"class","ref-block svelte-17imlp9"),O(r,"hidden",i[1]),c(a,"class","pulse svelte-17imlp9"),O(a,"paused",i[4]),c(e,"class","interactive-episode-icon-animated svelte-17imlp9"),O(e,"mobile",i[2]),O(e,"fullscreen",i[6]),O(e,"invisible",i[1])},m(y,b){w(y,e,b),L(t,e,null),m(e,o),m(e,r),i[23](r),m(e,l),m(e,a),i[24](a),s=!0,u||(f=[pe(e,"mousemove",lt(i[21])),pe(e,"mouseleave",i[15])],u=!0)},p(y,b){let P={};b[0]&32&&(P.tooltipActive=y[5]),b[1]&1&&(P.$$scope={dirty:b,ctx:y}),!n&&b[0]&1&&(n=!0,P.ref=y[0],Ne(()=>n=!1)),t.$set(P),(!s||b[0]&2)&&O(r,"hidden",y[1]),(!s||b[0]&16)&&O(a,"paused",y[4]),(!s||b[0]&4)&&O(e,"mobile",y[2]),(!s||b[0]&64)&&O(e,"fullscreen",y[6]),(!s||b[0]&2)&&O(e,"invisible",y[1])},i(y){s||(d(t.$$.fragment,y),s=!0)},o(y){_(t.$$.fragment,y),s=!1},d(y){y&&k(e),B(t),i[23](null),i[24](null),u=!1,et(f)}}}function S3(i,e,t){let n,o,r,l,a,s,{ref:u=void 0}=e,f,p=$e(),h=Sn(),{interactiveControlsOpacity$:y}=h;F(i,y,Q=>t(18,o=Q));let b=p.ui.isMobile;F(i,b,Q=>t(2,a=Q));let P=p.ui.isFullscreen;F(i,P,Q=>t(6,s=Q));let C=p.state.isInteractiveTime$;F(i,C,Q=>t(19,r=Q));let M=h.showInteractiveTimeIndicatorTooltip$;F(i,M,Q=>t(17,n=Q));let S=p.ui.controlsVisible;F(i,S,Q=>t(20,l=Q));let v=p.callbacks?.onInteractiveTimeIndicatorClick,E,G,W,K=()=>{t(4,W=!0)},re=()=>{te(),f?.addEventListener("animationiteration",K,{once:!0})},te=()=>{t(4,W=!1),f?.removeEventListener("animationiteration",K)},I=Q=>{M.set(Q)},Y,X=()=>{G||(M.set(!0),v?.())};Ln(()=>{M.clearTimeout(),te()});let $=()=>{M.set(!1)};function x(Q){gn.call(this,i,Q)}function D(Q){u=Q,t(0,u)}function j(Q){_e[Q?"unshift":"push"](()=>{u=Q,t(0,u)})}function V(Q){_e[Q?"unshift":"push"](()=>{f=Q,t(3,f)})}return i.$$set=Q=>{"ref"in Q&&t(0,u=Q.ref)},i.$$.update=()=>{if(i.$$.dirty[0]&1048580)e:t(16,E=!a&&l);if(i.$$.dirty[0]&851968)e:t(1,G=!r||!!o||E);if(i.$$.dirty[0]&2)e:t(4,W=G);if(i.$$.dirty[0]&131074)e:t(5,Y=n&&!G);if(i.$$.dirty[0]&131072)e:n?re():te()},[u,G,a,f,W,Y,s,y,b,P,C,M,S,I,X,$,E,n,o,r,l,x,D,j,V]}var Tu=class extends z{constructor(e){super(),q(this,e,S3,C3,H,{ref:0},k3,[-1,-1])}},Yr=Tu;function I3(i){we(i,"svelte-st0uzk",".wrapper-bottom.svelte-st0uzk.svelte-st0uzk{pointer-events:none;position:absolute;width:100%;bottom:0;left:0;height:var(--controls-gradient-height);background:var(--controls-gradient);transition:transform var(--controls-transition-duration) var(--controls-transition-fn);display:flex;flex-direction:column;justify-content:flex-end;box-sizing:border-box}.wrapper-bottom.svelte-st0uzk>.svelte-st0uzk{pointer-events:auto}.controls.svelte-st0uzk.svelte-st0uzk{width:100%;display:flex;align-items:center;justify-content:space-between;height:var(--controls-height);white-space:nowrap;font-size:13px;transition:transform var(--controls-transition-duration) var(--controls-transition-fn);will-change:transform;padding:0 8px 4px;box-sizing:border-box}.controls-left.svelte-st0uzk.svelte-st0uzk,.controls-right.svelte-st0uzk.svelte-st0uzk{display:flex;align-content:center}.controls-left.svelte-st0uzk.svelte-st0uzk{flex-grow:1;min-width:0;overflow:hidden}.controls-left.svelte-st0uzk > *:not(:first-child),.controls-right.svelte-st0uzk > *{margin-left:var(--controls-desktop-item-margin-left)}.controls-hidden.svelte-st0uzk.svelte-st0uzk{visibility:visible;transform:translateY(100%)}.wrapper-bottom.no-smooth.svelte-st0uzk.svelte-st0uzk{transition:none}.settings-menu.svelte-st0uzk.svelte-st0uzk{bottom:57px;right:18px;position:absolute;transition:opacity 0.2s, visibility 0.2s}")}function dm(i,e,t){let n=i.slice();return n[209]=e[t].iconUrl,n[210]=e[t].ariaLabel,n[211]=e[t].testId,n[212]=e[t].onClick,n[213]=e[t].tooltip,n}function mm(i){let e,t,n;function o(l){i[173](l)}let r={disabled:!i[9],tooltipContent:U("tooltip_previous"),$$slots:{default:[T3]},$$scope:{ctx:i}};return i[23].prevButton!==void 0&&(r.ref=i[23].prevButton),e=new Mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[0]&512&&(s.disabled=!l[9]),a[0]&4608|a[6]&1073741824&&(s.$$scope={dirty:a,ctx:l}),!t&&a[0]&8388608&&(t=!0,s.ref=l[23].prevButton,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function T3(i){let e,t;return e=new ll({props:{click:i[12],type:"prev",disabled:!i[9],isMobile:!1}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&4096&&(r.click=n[12]),o[0]&512&&(r.disabled=!n[9]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function pm(i){let e,t,n;function o(l){i[174](l)}let r={disabled:i[74],tooltipContent:U("tooltip_restart"),$$slots:{default:[E3]},$$scope:{ctx:i}};return i[23].replayButton!==void 0&&(r.ref=i[23].replayButton),e=new Mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[2]&4096&&(s.disabled=l[74]),a[2]&4096|a[6]&1073741824&&(s.$$scope={dirty:a,ctx:l}),!t&&a[0]&8388608&&(t=!0,s.ref=l[23].replayButton,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function E3(i){let e,t;return e=new Ml({props:{click:i[128],disabled:i[74]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[2]&4096&&(r.disabled=n[74]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function _m(i){let e,t,n;function o(l){i[176](l)}let r={tooltipContent:i[47],disabled:i[75],$$slots:{default:[M3]},$$scope:{ctx:i}};return i[23].playButton!==void 0&&(r.ref=i[23].playButton),e=new Mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[1]&65536&&(s.tooltipContent=l[47]),a[2]&8192&&(s.disabled=l[75]),a[0]&67108864|a[1]&8|a[2]&8192|a[6]&1073741824&&(s.$$scope={dirty:a,ctx:l}),!t&&a[0]&8388608&&(t=!0,s.ref=l[23].playButton,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function M3(i){let e,t,n;function o(l){i[175](l)}let r={isMobile:!1,isPlaying:i[34],click:i[85],disabled:i[75]};return i[26]!==void 0&&(r.ref=i[26]),e=new El({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[1]&8&&(s.isPlaying=l[34]),a[2]&8192&&(s.disabled=l[75]),!t&&a[0]&67108864&&(t=!0,s.ref=l[26],Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function hm(i){let e,t,n;function o(l){i[177](l)}let r={disabled:!i[8],tooltipContent:U("tooltip_next"),$$slots:{default:[A3]},$$scope:{ctx:i}};return i[23].nextButton!==void 0&&(r.ref=i[23].nextButton),e=new Mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[0]&256&&(s.disabled=!l[8]),a[0]&2304|a[6]&1073741824&&(s.$$scope={dirty:a,ctx:l}),!t&&a[0]&8388608&&(t=!0,s.ref=l[23].nextButton,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function A3(i){let e,t;return e=new ll({props:{click:i[11],type:"next",disabled:!i[8],isMobile:!1}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&2048&&(r.click=n[11]),o[0]&256&&(r.disabled=!n[8]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function V3(i){let e,t,n,o,r=i[121]&&L3(i),l=i[120]&&R3(i),a=i[119]&&N3(i);return{c(){r&&r.c(),e=N(),l&&l.c(),t=N(),a&&a.c(),n=nt()},m(s,u){r&&r.m(s,u),w(s,e,u),l&&l.m(s,u),w(s,t,u),a&&a.m(s,u),w(s,n,u),o=!0},p(s,u){s[121]&&r.p(s,u),s[120]&&l.p(s,u),s[119]&&a.p(s,u)},i(s){o||(d(r),d(l),d(a),o=!0)},o(s){_(r),_(l),_(a),o=!1},d(s){s&&(k(e),k(t),k(n)),r&&r.d(s),l&&l.d(s),a&&a.d(s)}}}function L3(i){let e,t,n;function o(l){i[178](l)}let r={disabled:i[73],tooltipContent:U("tooltip_interactive_go_back"),disabledTooltipContent:U(i[124]),$$slots:{default:[B3]},$$scope:{ctx:i}};return i[23].playPrevChapterButton!==void 0&&(r.ref=i[23].playPrevChapterButton),e=new Mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[2]&2048&&(s.disabled=l[73]),a[0]&131072|a[2]&2048|a[6]&1073741824&&(s.$$scope={dirty:a,ctx:l}),!t&&a[0]&8388608&&(t=!0,s.ref=l[23].playPrevChapterButton,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function B3(i){let e,t;return e=new Fr({props:{disabled:i[73],click:i[17]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[2]&2048&&(r.disabled=n[73]),o[0]&131072&&(r.click=n[17]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function R3(i){let e,t,n;function o(l){i[179](l)}let r={disabled:i[76],tooltipContent:U("tooltip_interactive_seek"),disabledTooltipContent:U(i[78]),$$slots:{default:[D3]},$$scope:{ctx:i}};return i[23].seekToInteractiveButton!==void 0&&(r.ref=i[23].seekToInteractiveButton),e=new Mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[2]&16384&&(s.disabled=l[76]),a[2]&65536&&(s.disabledTooltipContent=U(l[78])),a[0]&32768|a[2]&16384|a[6]&1073741824&&(s.$$scope={dirty:a,ctx:l}),!t&&a[0]&8388608&&(t=!0,s.ref=l[23].seekToInteractiveButton,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function D3(i){let e,t;return e=new Dr({props:{disabled:i[76],click:i[15]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[2]&16384&&(r.disabled=n[76]),o[0]&32768&&(r.click=n[15]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function N3(i){let e,t,n;function o(l){i[180](l)}let r={tooltipContent:i[48],disabled:i[77],$$slots:{default:[O3]},$$scope:{ctx:i}};return i[23].interactiveGraphButton!==void 0&&(r.ref=i[23].interactiveGraphButton),e=new Mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[1]&131072&&(s.tooltipContent=l[48]),a[2]&32768&&(s.disabled=l[77]),a[0]&65536|a[1]&1|a[2]&32768|a[6]&1073741824&&(s.$$scope={dirty:a,ctx:l}),!t&&a[0]&8388608&&(t=!0,s.ref=l[23].interactiveGraphButton,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function O3(i){let e,t;return e=new Nr({props:{click:i[16],graphIsOpened:i[31],disabled:i[77]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&65536&&(r.click=n[16]),o[1]&1&&(r.graphIsOpened=n[31]),o[2]&32768&&(r.disabled=n[77]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function gm(i){let e,t,n;function o(l){i[181](l)}let r={tooltipContent:i[50],$$slots:{default:[F3]},$$scope:{ctx:i}};return i[23].liveButton!==void 0&&(r.ref=i[23].liveButton),e=new Mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[1]&524288&&(s.tooltipContent=l[50]),a[0]&2097152|a[1]&524288|a[6]&1073741824&&(s.$$scope={dirty:a,ctx:l}),!t&&a[0]&8388608&&(t=!0,s.ref=l[23].liveButton,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function F3(i){let e,t;return e=new Ar({props:{isActiveLive:i[21],isMobile:!1,ariaLabel:i[50]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&2097152&&(r.isActiveLive=n[21]),o[1]&524288&&(r.ariaLabel=n[50]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function bm(i){let e,t,n;function o(l){i[182](l)}let r={isMobile:!1,showDuration:i[55],position:i[4]?i[79]:i[80],duration:i[4]?i[81]:i[82]};return i[23].time!==void 0&&(r.ref=i[23].time),e=new kr({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[1]&16777216&&(s.showDuration=l[55]),a[0]&16|a[2]&393216&&(s.position=l[4]?l[79]:l[80]),a[0]&16|a[2]&1572864&&(s.duration=l[4]?l[81]:l[82]),!t&&a[0]&8388608&&(t=!0,s.ref=l[23].time,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function vm(i){let e,t;return e=new Rr({props:{position:i[80],duration:i[82],timeCodes:i[101]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[2]&262144&&(r.position=n[80]),o[2]&1048576&&(r.duration=n[82]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function H3(i){let e,t,n=i[20]&&vm(i);return{c(){n&&n.c(),e=nt()},m(o,r){n&&n.m(o,r),w(o,e,r),t=!0},p(o,r){o[20]?n?(n.p(o,r),r[0]&1048576&&d(n,1)):(n=vm(o),n.c(),d(n,1),n.m(e.parentNode,e)):n&&(ue(),_(n,1,1,()=>{n=null}),ce())},i(o){t||(d(n),t=!0)},o(o){_(n),t=!1},d(o){o&&k(e),n&&n.d(o)}}}function z3(i){let e,t;return e=new Hr({props:{iconUrl:i[209],ariaLabel:i[210]??i[213],testId:i[211],onClick:i[212]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&268435456&&(r.iconUrl=n[209]),o[0]&268435456&&(r.ariaLabel=n[210]??n[213]),o[0]&268435456&&(r.testId=n[211]),o[0]&268435456&&(r.onClick=n[212]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function ym(i){let e,t;return e=new Mt({props:{tooltipContent:i[213],width:40,$$slots:{default:[z3]},$$scope:{ctx:i}}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&268435456&&(r.tooltipContent=n[213]),o[0]&268435456|o[6]&1073741824&&(r.$$scope={dirty:o,ctx:n}),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function km(i){let e,t,n;function o(l){i[185](l)}let r={disabled:!i[6],tooltipContent:i[51],$$slots:{default:[q3]},$$scope:{ctx:i}};return i[23].vkLogo!==void 0&&(r.ref=i[23].vkLogo),e=new Mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[0]&64&&(s.disabled=!l[6]),a[1]&1048576&&(s.tooltipContent=l[51]),a[0]&192|a[6]&1073741824&&(s.$$scope={dirty:a,ctx:l}),!t&&a[0]&8388608&&(t=!0,s.ref=l[23].vkLogo,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function q3(i){let e,t;return e=new Tr({props:{click:i[86],targetUrl:i[7],logoClickable:i[6]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&128&&(r.targetUrl=n[7]),o[0]&64&&(r.logoClickable=n[6]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function U3(i){let e,t;return e=new Md({props:{click:i[127]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p:me,i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function wm(i){let e,t,n;function o(l){i[187](l)}let r={tooltipContent:i[52],$$slots:{default:[K3]},$$scope:{ctx:i}};return i[23].subtitles!==void 0&&(r.ref=i[23].subtitles),e=new Mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[1]&2097152&&(s.tooltipContent=l[52]),a[0]&262144|a[6]&1073741824&&(s.$$scope={dirty:a,ctx:l}),!t&&a[0]&8388608&&(t=!0,s.ref=l[23].subtitles,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function K3(i){let e,t;return e=new dd({props:{isSubtitlesEnabled:i[18],click:i[87]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&262144&&(r.isSubtitlesEnabled=n[18]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Cm(i){let e,t,n,o;function r(a){i[188](a)}let l={supportLink:i[10],playerControlsHeight:i[46]?.clientHeight,returnFocus:i[14]};return i[24]!==void 0&&(l.ref=i[24]),t=new yr({props:l}),_e.push(()=>Oe(t,"ref",r)),{c(){e=T("div"),R(t.$$.fragment),c(e,"class","settings-menu svelte-st0uzk")},m(a,s){w(a,e,s),L(t,e,null),o=!0},p(a,s){let u={};s[0]&1024&&(u.supportLink=a[10]),s[1]&32768&&(u.playerControlsHeight=a[46]?.clientHeight),s[0]&16384&&(u.returnFocus=a[14]),!n&&s[0]&16777216&&(n=!0,u.ref=a[24],Ne(()=>n=!1)),t.$set(u)},i(a){o||(d(t.$$.fragment,a),o=!0)},o(a){_(t.$$.fragment,a),o=!1},d(a){a&&k(e),B(t)}}}function Sm(i){let e,t,n;function o(l){i[190](l)}let r={tooltipContent:i[27]?void 0:U("tooltip_settings_off"),$$slots:{default:[W3]},$$scope:{ctx:i}};return i[23].settings!==void 0&&(r.ref=i[23].settings),e=new Mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[0]&134217728&&(s.tooltipContent=l[27]?void 0:U("tooltip_settings_off")),a[0]&33554432|a[6]&1073741824&&(s.$$scope={dirty:a,ctx:l}),!t&&a[0]&8388608&&(t=!0,s.ref=l[23].settings,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function W3(i){let e,t,n;function o(l){i[189](l)}let r={};return i[25]!==void 0&&(r.ref=i[25]),e=new Il({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};!t&&a[0]&33554432&&(t=!0,s.ref=l[25],Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function G3(i){let e,t,n;function o(l){i[191](l)}let r={className:i[41]?"":"out-of-view",tooltipContent:i[49],$$slots:{default:[j3]},$$scope:{ctx:i}};return i[23].context!==void 0&&(r.ref=i[23].context),e=new Mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[1]&1024&&(s.className=l[41]?"":"out-of-view"),a[1]&262144&&(s.tooltipContent=l[49]),a[1]&262144|a[6]&1073741824&&(s.$$scope={dirty:a,ctx:l}),!t&&a[0]&8388608&&(t=!0,s.ref=l[23].context,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function j3(i){let e,t;return e=new fm({props:{ariaLabel:i[49]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[1]&262144&&(r.ariaLabel=n[49]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Pm(i){let e,t,n;function o(l){i[192](l)}let r={tooltipContent:i[53],$$slots:{default:[Q3]},$$scope:{ctx:i}};return i[23].fullscreen!==void 0&&(r.ref=i[23].fullscreen),e=new Mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[1]&4194304&&(s.tooltipContent=l[53]),a[0]&1073750016|a[6]&1073741824&&(s.$$scope={dirty:a,ctx:l}),!t&&a[0]&8388608&&(t=!0,s.ref=l[23].fullscreen,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function Q3(i){let e,t;return e=new Pr({props:{click:i[13],isFullscreen:i[30]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&8192&&(r.click=n[13]),o[0]&1073741824&&(r.isFullscreen=n[30]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Im(i){let e,t,n;function o(l){i[193](l)}let r={tooltipContent:i[54],$$slots:{default:[Y3]},$$scope:{ctx:i}};return i[23].chromecast!==void 0&&(r.ref=i[23].chromecast),e=new Mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[1]&8388608&&(s.tooltipContent=l[54]),a[0]&536870912|a[6]&1073741824&&(s.$$scope={dirty:a,ctx:l}),!t&&a[0]&8388608&&(t=!0,s.ref=l[23].chromecast,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function Y3(i){let e,t;return e=new Er({props:{isMobile:!1,state:i[29],click:i[126]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&536870912&&(r.state=n[29]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Z3(i){let e,t,n;function o(l){i[196](l)}let r={};return i[23].interactiveTimeIndicator!==void 0&&(r.ref=i[23].interactiveTimeIndicator),e=new Yr({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};!t&&a[0]&8388608&&(t=!0,s.ref=l[23].interactiveTimeIndicator,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function X3(i){let e,t,n,o,r,l,a,s,u,f,p,h,y,b,P,C,M,S,v,E,G,W,K,re,te,I,Y,X,$,x;t=new Br({props:{isHidden:!i[45],isAds:i[4],canRewindLive:i[5],isRewindableLive:i[32]}});let D=i[38]&&mm(i),j=i[35]&&pm(i),V=i[36]&&_m(i),Q=i[37]&&hm(i),De=i[117]&&V3(i),We=!i[4]&&i[33]&&gm(i),qe=i[19]&&bm(i);function Ze(fe){i[183](fe)}let Ae={className:"w-max",disabled:!i[20],tooltipContent:U("tooltip_episodes"),$$slots:{default:[H3]},$$scope:{ctx:i}};i[23].episodes!==void 0&&(Ae.ref=i[23].episodes),y=new Mt({props:Ae}),_e.push(()=>Oe(y,"ref",Ze));let ye=ht(i[28]),J=[];for(let fe=0;fe<ye.length;fe+=1)J[fe]=ym(dm(i,ye,fe));let ke=fe=>_(J[fe],1,1,()=>{J[fe]=null}),Fe=i[43]&&!i[4]&&km(i);function Ye(fe){i[186](fe)}let Je={$$slots:{default:[U3]},$$scope:{ctx:i}};i[23].volume!==void 0&&(Je.ref=i[23].volume),E=new Mt({props:Je}),_e.push(()=>Oe(E,"ref",Ye));let he=i[40]&&wm(i),Ve=!i[83]&&!i[4]&&Cm(i),ze=i[42]&&!i[4]&&Sm(i),tt=i[84].features.contextMenuButton&&G3(i),le=i[44]&&Pm(i),oe=i[39]&&Im(i),Ce=i[122]&&Z3(i);return{c(){e=T("div"),R(t.$$.fragment),n=N(),o=T("div"),r=T("div"),D&&D.c(),l=N(),j&&j.c(),a=N(),V&&V.c(),s=N(),Q&&Q.c(),u=N(),De&&De.c(),f=N(),We&&We.c(),p=N(),qe&&qe.c(),h=N(),R(y.$$.fragment),C=N(),M=T("div");for(let fe=0;fe<J.length;fe+=1)J[fe].c();S=N(),Fe&&Fe.c(),v=N(),R(E.$$.fragment),W=N(),he&&he.c(),K=N(),Ve&&Ve.c(),re=N(),ze&&ze.c(),te=N(),tt&&tt.c(),I=N(),le&&le.c(),Y=N(),oe&&oe.c(),X=N(),Ce&&Ce.c(),$=nt(),c(r,"class","controls-left svelte-st0uzk"),Rn(()=>i[184].call(r)),c(M,"class","controls-right svelte-st0uzk"),c(o,"class","controls svelte-st0uzk"),c(e,"class","wrapper-bottom svelte-st0uzk"),O(e,"hidden",i[1]),O(e,"controls-hidden",!i[3]),O(e,"no-smooth",i[2])},m(fe,Ee){w(fe,e,Ee),L(t,e,null),m(e,n),m(e,o),m(o,r),D&&D.m(r,null),m(r,l),j&&j.m(r,null),m(r,a),V&&V.m(r,null),m(r,s),Q&&Q.m(r,null),m(r,u),De&&De.m(r,null),m(r,f),We&&We.m(r,null),m(r,p),qe&&qe.m(r,null),m(r,h),L(y,r,null),P=qo(r,i[184].bind(r)),m(o,C),m(o,M);for(let je=0;je<J.length;je+=1)J[je]&&J[je].m(M,null);m(M,S),Fe&&Fe.m(M,null),m(M,v),L(E,M,null),m(M,W),he&&he.m(M,null),m(M,K),Ve&&Ve.m(M,null),m(M,re),ze&&ze.m(M,null),m(M,te),tt&&tt.m(M,null),m(M,I),le&&le.m(M,null),m(M,Y),oe&&oe.m(M,null),i[194](o),i[195](e),w(fe,X,Ee),Ce&&Ce.m(fe,Ee),w(fe,$,Ee),x=!0},p(fe,Ee){let je={};Ee[1]&16384&&(je.isHidden=!fe[45]),Ee[0]&16&&(je.isAds=fe[4]),Ee[0]&32&&(je.canRewindLive=fe[5]),Ee[1]&2&&(je.isRewindableLive=fe[32]),t.$set(je),fe[38]?D?(D.p(fe,Ee),Ee[1]&128&&d(D,1)):(D=mm(fe),D.c(),d(D,1),D.m(r,l)):D&&(ue(),_(D,1,1,()=>{D=null}),ce()),fe[35]?j?(j.p(fe,Ee),Ee[1]&16&&d(j,1)):(j=pm(fe),j.c(),d(j,1),j.m(r,a)):j&&(ue(),_(j,1,1,()=>{j=null}),ce()),fe[36]?V?(V.p(fe,Ee),Ee[1]&32&&d(V,1)):(V=_m(fe),V.c(),d(V,1),V.m(r,s)):V&&(ue(),_(V,1,1,()=>{V=null}),ce()),fe[37]?Q?(Q.p(fe,Ee),Ee[1]&64&&d(Q,1)):(Q=hm(fe),Q.c(),d(Q,1),Q.m(r,u)):Q&&(ue(),_(Q,1,1,()=>{Q=null}),ce()),fe[117]&&De.p(fe,Ee),!fe[4]&&fe[33]?We?(We.p(fe,Ee),Ee[0]&16|Ee[1]&4&&d(We,1)):(We=gm(fe),We.c(),d(We,1),We.m(r,p)):We&&(ue(),_(We,1,1,()=>{We=null}),ce()),fe[19]?qe?(qe.p(fe,Ee),Ee[0]&524288&&d(qe,1)):(qe=bm(fe),qe.c(),d(qe,1),qe.m(r,h)):qe&&(ue(),_(qe,1,1,()=>{qe=null}),ce());let rt={};if(Ee[0]&1048576&&(rt.disabled=!fe[20]),Ee[0]&1048576|Ee[2]&1310720|Ee[6]&1073741824&&(rt.$$scope={dirty:Ee,ctx:fe}),!b&&Ee[0]&8388608&&(b=!0,rt.ref=fe[23].episodes,Ne(()=>b=!1)),y.$set(rt),Ee[0]&268435456){ye=ht(fe[28]);let st;for(st=0;st<ye.length;st+=1){let de=dm(fe,ye,st);J[st]?(J[st].p(de,Ee),d(J[st],1)):(J[st]=ym(de),J[st].c(),d(J[st],1),J[st].m(M,S))}for(ue(),st=ye.length;st<J.length;st+=1)ke(st);ce()}fe[43]&&!fe[4]?Fe?(Fe.p(fe,Ee),Ee[0]&16|Ee[1]&4096&&d(Fe,1)):(Fe=km(fe),Fe.c(),d(Fe,1),Fe.m(M,v)):Fe&&(ue(),_(Fe,1,1,()=>{Fe=null}),ce());let dt={};Ee[6]&1073741824&&(dt.$$scope={dirty:Ee,ctx:fe}),!G&&Ee[0]&8388608&&(G=!0,dt.ref=fe[23].volume,Ne(()=>G=!1)),E.$set(dt),fe[40]?he?(he.p(fe,Ee),Ee[1]&512&&d(he,1)):(he=wm(fe),he.c(),d(he,1),he.m(M,K)):he&&(ue(),_(he,1,1,()=>{he=null}),ce()),!fe[83]&&!fe[4]?Ve?(Ve.p(fe,Ee),Ee[0]&16|Ee[2]&2097152&&d(Ve,1)):(Ve=Cm(fe),Ve.c(),d(Ve,1),Ve.m(M,re)):Ve&&(ue(),_(Ve,1,1,()=>{Ve=null}),ce()),fe[42]&&!fe[4]?ze?(ze.p(fe,Ee),Ee[0]&16|Ee[1]&2048&&d(ze,1)):(ze=Sm(fe),ze.c(),d(ze,1),ze.m(M,te)):ze&&(ue(),_(ze,1,1,()=>{ze=null}),ce()),fe[84].features.contextMenuButton&&tt.p(fe,Ee),fe[44]?le?(le.p(fe,Ee),Ee[1]&8192&&d(le,1)):(le=Pm(fe),le.c(),d(le,1),le.m(M,Y)):le&&(ue(),_(le,1,1,()=>{le=null}),ce()),fe[39]?oe?(oe.p(fe,Ee),Ee[1]&256&&d(oe,1)):(oe=Im(fe),oe.c(),d(oe,1),oe.m(M,null)):oe&&(ue(),_(oe,1,1,()=>{oe=null}),ce()),(!x||Ee[0]&2)&&O(e,"hidden",fe[1]),(!x||Ee[0]&8)&&O(e,"controls-hidden",!fe[3]),(!x||Ee[0]&4)&&O(e,"no-smooth",fe[2]),fe[122]&&Ce.p(fe,Ee)},i(fe){if(!x){d(t.$$.fragment,fe),d(D),d(j),d(V),d(Q),d(De),d(We),d(qe),d(y.$$.fragment,fe);for(let Ee=0;Ee<ye.length;Ee+=1)d(J[Ee]);d(Fe),d(E.$$.fragment,fe),d(he),d(Ve),d(ze),d(tt),d(le),d(oe),d(Ce),x=!0}},o(fe){_(t.$$.fragment,fe),_(D),_(j),_(V),_(Q),_(De),_(We),_(qe),_(y.$$.fragment,fe),J=J.filter(Boolean);for(let Ee=0;Ee<J.length;Ee+=1)_(J[Ee]);_(Fe),_(E.$$.fragment,fe),_(he),_(Ve),_(ze),_(tt),_(le),_(oe),_(Ce),x=!1},d(fe){fe&&(k(e),k(X),k($)),B(t),D&&D.d(),j&&j.d(),V&&V.d(),Q&&Q.d(),De&&De.d(),We&&We.d(),qe&&qe.d(),B(y),P(),Hi(J,fe),Fe&&Fe.d(),B(E),he&&he.d(),Ve&&Ve.d(),ze&&ze.d(),tt&&tt.d(),le&&le.d(),oe&&oe.d(),i[194](null),i[195](null),Ce&&Ce.d(fe)}}}function J3(i,e,t){let n,o,r,l,a,s,u,f,p,h,y,b,P,C,M,S,v,E,G,W,K,re,te,I,Y,X,$,x,D,j,V,Q,De=me,We=()=>(De(),De=Ot(te,Z=>t(144,Q=Z)),te),qe,Ze=me,Ae=()=>(Ze(),Ze=Ot(re,Z=>t(145,qe=Z)),re),ye,J=me,ke=()=>(J(),J=Ot(K,Z=>t(146,ye=Z)),K),Fe,Ye=me,Je=()=>(Ye(),Ye=Ot(W,Z=>t(147,Fe=Z)),W),he,Ve=me,ze=()=>(Ve(),Ve=Ot(G,Z=>t(148,he=Z)),G),tt,le=me,oe=()=>(le(),le=Ot(E,Z=>t(149,tt=Z)),E),Ce,fe=me,Ee=()=>(fe(),fe=Ot(v,Z=>t(150,Ce=Z)),v),je,rt=me,dt=()=>(rt(),rt=Ot(S,Z=>t(151,je=Z)),S),st,de=me,ct=()=>(de(),de=Ot(M,Z=>t(152,st=Z)),M),It,_t=me,yt=()=>(_t(),_t=Ot(C,Z=>t(153,It=Z)),C),Lt,Ue=me,Qt=()=>(Ue(),Ue=Ot(P,Z=>t(154,Lt=Z)),P),ve,bt=me,Tt=()=>(bt(),bt=Ot(b,Z=>t(155,ve=Z)),b),Xe,at=me,kt=()=>(at(),at=Ot(y,Z=>t(156,Xe=Z)),y),Et,yi=me,ki=()=>(yi(),yi=Ot(h,Z=>t(157,Et=Z)),h),wi,Qi=me,ln=()=>(Qi(),Qi=Ot(p,Z=>t(158,wi=Z)),p),si,ai=me,Ci=()=>(ai(),ai=Ot(f,Z=>t(159,si=Z)),f),Yt,ui=me,Yi=()=>(ui(),ui=Ot(u,Z=>t(160,Yt=Z)),u),Si,Pi,ci,Ii,fi,Ti,Ei,At,zt,Zt,di,Ft,mi,Xt,ii,Bt,Rt,qt,Jt,pi,cn,Zi,xt;i.$$.on_destroy.push(()=>De()),i.$$.on_destroy.push(()=>Ze()),i.$$.on_destroy.push(()=>J()),i.$$.on_destroy.push(()=>Ye()),i.$$.on_destroy.push(()=>Ve()),i.$$.on_destroy.push(()=>le()),i.$$.on_destroy.push(()=>fe()),i.$$.on_destroy.push(()=>rt()),i.$$.on_destroy.push(()=>de()),i.$$.on_destroy.push(()=>_t()),i.$$.on_destroy.push(()=>Ue()),i.$$.on_destroy.push(()=>bt()),i.$$.on_destroy.push(()=>at()),i.$$.on_destroy.push(()=>yi()),i.$$.on_destroy.push(()=>Qi()),i.$$.on_destroy.push(()=>ai()),i.$$.on_destroy.push(()=>ui());let{bottomHidden:ni}=e,{bottomNoSmooth:Mi}=e,{showControls:zi}=e,{controlsElementRef:Ut=void 0}=e,{isAds:wt=!1}=e,{canRewindLive:Ai}=e,{logoClickable:Xi}=e,{logoHidden:oi}=e,{logoTargetUrl:Ji=""}=e,{showNextPrevButtons:_i}=e,{nextButtonActive:rn}=e,{prevButtonActive:xi}=e,{isOneVideoPlaylist:sn=!1}=e,{supportLink:qi}=e,{customFullscreenSupported:Vi=!0}=e,{playNextVideo:Kt}=e,{playPrevVideo:$t}=e,{repeatPlaylist:hi}=e,{toggleFullscreen:Ui}=e,{returnFocus:Ki}=e,{seekToInteractive:gi}=e,{toggleGraph:Li}=e,{playPrevChapter:Bi}=e,Qe=$e(),Wi=Sn(),Ht=Vt(),He=Qe.actions.internal.toggleMuted,Ri=Qe.actions.internal.togglePlay,$i=Qe.actions.internal.pause,Gi=Qe.actions.internal.toggleSubtitle,Di=Qe.callbacks?.onAudioDoesNotExistHint,an=Qe.callbacks?.onAudioDisabledHint,Ni=Qe.state.duration$;F(i,Ni,Z=>t(82,Zi=Z));let en=Qe.state.positionWithScrubbing$;F(i,en,Z=>t(80,pi=Z));let Wt=Qe.state.playbackState$;F(i,Wt,Z=>t(161,ci=Z));let tn=Qe.state.chromecastConnected$;F(i,tn,Z=>t(83,xt=Z));let li=Qe.state.isAudioAvailable$;F(i,li,Z=>t(197,I=Z));let se=Qe.state.isAudioDisabled,ft=Qe.state.isEnded$;F(i,ft,Z=>t(169,Xt=Z));let Gt=Qe.state.isLive$;F(i,Gt,Z=>t(33,At=Z));let ei=Qe.state.isActiveLive$;F(i,ei,Z=>t(163,Ti=Z));let Oi=Qe.state.isRewindableLive$;F(i,Oi,Z=>t(32,Ei=Z));let Fi=Qe.ui.isPictureInPictureActive$;F(i,Fi,Z=>t(165,Zt=Z));let yn=Qe.ui.pictureInPictureType$;F(i,yn,Z=>t(164,zt=Z));let kn=Qe.ui.settingsMenuVisible;F(i,kn,Z=>t(27,$=Z));let mn=Qe.ui.settingsMenuOpenedByKeyboard;F(i,mn,Z=>t(140,X=Z));let Dt=Qe.ui.controls,Nn=Qe.actions.internal.getVideoEpisodes(),On=Qe.state.chromecastState$;F(i,On,Z=>t(29,Si=Z));let wn=Qe.state.availableSubtitlesList$;F(i,wn,Z=>t(168,mi=Z));let En=Qe.state.currentSubtitle$;F(i,En,Z=>t(170,ii=Z));let pn=Dt.disabledControls$;F(i,pn,Z=>t(172,Rt=Z));let fn=Qe.ui.contextMenu.visible$;F(i,fn,Z=>t(162,Ii=Z));let ie=Qe.ui.contextMenu.showContextMenuBtn$;F(i,ie,Z=>t(166,di=Z));let vt=Qe.ui.contextMenu.openedByBtnKeyboard$;F(i,vt,Z=>t(167,Ft=Z));let Mn=Qe.ui.startedByKeyboard$;F(i,Mn,Z=>t(139,Y=Z));let Fn=Qe.ads.duration;F(i,Fn,Z=>t(81,cn=Z));let Hn=Qe.ads.position;F(i,Hn,Z=>t(79,Jt=Z));let Xn=Qe.ads.playbackState;F(i,Xn,Z=>t(171,Bt=Z));let Jn=Qe.ui.isFullscreen;F(i,Jn,Z=>t(30,Pi=Z));let xn=Qe.ui.playerSize;F(i,xn,Z=>t(142,D=Z));let $n=Qe.ui.currentGridType$;F(i,$n,Z=>t(143,j=Z));let eo=Qe.ui.additionalButtons$;F(i,eo,Z=>t(28,V=Z));let po=Qe.actions.internal.getVideoElement,ee=Qe.actions.internal.replayInteractive,_n=Qe.state.isInteractive,_o=Qe.state.isInteractiveTime$;F(i,_o,Z=>t(141,x=Z));let ho=Qe.state.showInteractiveGraph,to=Qe.state.showSeekToInteractive,No=Qe.state.showPlayPrevChapter,zn=Qe.state.showInteractiveTimeIndicator,io=Qe.state.graphIsOpened$;F(i,io,Z=>t(31,fi=Z));let Oo=Qe.state.playPrevChapterDisabledTooltip,Fo=Wi.seekToInteractiveDisabledTooltip$;F(i,Fo,Z=>t(78,qt=Z));let pl=()=>Qe.actions.internal.toggleChromecast(),Gn,go,bo,Ho,vo,pt,g,ae,Me,Ke,ot,jt,ti,Nt,hn,An,_l,zo,yc,kc,wc,fs="",Kp=(Z,ms)=>{if(!Z){t(50,fs=U("tooltip_live"));return}ms===Ro.PlaybackState.PAUSED&&t(50,fs=U("tooltip_play"))},Cc,Sc,Pc,Ic,Dl,it={},Vn,hl,ds,Tc,Wp=(0,Tm.throttleFn)(jr,260,{leading:!1}),Nl,Ol,Fl;function Gp(){ao({isAudioDisabled:se,audioDisabledHintCallback:an,isAudioAvailable:I,audioIsNotExistHintCallback:Di})&&He()}let jp=_n?ee:sn?Ri:hi;function Qp(Z){i.$$.not_equal(it.prevButton,Z)&&(it.prevButton=Z,t(23,it))}function Yp(Z){i.$$.not_equal(it.replayButton,Z)&&(it.replayButton=Z,t(23,it))}function Zp(Z){Fl=Z,t(26,Fl)}function Xp(Z){i.$$.not_equal(it.playButton,Z)&&(it.playButton=Z,t(23,it))}function Jp(Z){i.$$.not_equal(it.nextButton,Z)&&(it.nextButton=Z,t(23,it))}function xp(Z){i.$$.not_equal(it.playPrevChapterButton,Z)&&(it.playPrevChapterButton=Z,t(23,it))}function $p(Z){i.$$.not_equal(it.seekToInteractiveButton,Z)&&(it.seekToInteractiveButton=Z,t(23,it))}function e2(Z){i.$$.not_equal(it.interactiveGraphButton,Z)&&(it.interactiveGraphButton=Z,t(23,it))}function t2(Z){i.$$.not_equal(it.liveButton,Z)&&(it.liveButton=Z,t(23,it))}function i2(Z){i.$$.not_equal(it.time,Z)&&(it.time=Z,t(23,it))}function n2(Z){i.$$.not_equal(it.episodes,Z)&&(it.episodes=Z,t(23,it))}function o2(){Dl=this.clientWidth,t(22,Dl)}function l2(Z){i.$$.not_equal(it.vkLogo,Z)&&(it.vkLogo=Z,t(23,it))}function r2(Z){i.$$.not_equal(it.volume,Z)&&(it.volume=Z,t(23,it))}function s2(Z){i.$$.not_equal(it.subtitles,Z)&&(it.subtitles=Z,t(23,it))}function a2(Z){Nl=Z,t(24,Nl)}function u2(Z){Ol=Z,t(25,Ol)}function c2(Z){i.$$.not_equal(it.settings,Z)&&(it.settings=Z,t(23,it))}function f2(Z){i.$$.not_equal(it.context,Z)&&(it.context=Z,t(23,it))}function d2(Z){i.$$.not_equal(it.fullscreen,Z)&&(it.fullscreen=Z,t(23,it))}function m2(Z){i.$$.not_equal(it.chromecast,Z)&&(it.chromecast=Z,t(23,it))}function p2(Z){_e[Z?"unshift":"push"](()=>{_l=Z,t(46,_l)})}function _2(Z){_e[Z?"unshift":"push"](()=>{Ut=Z,t(0,Ut)})}function h2(Z){i.$$.not_equal(it.interactiveTimeIndicator,Z)&&(it.interactiveTimeIndicator=Z,t(23,it))}i.$$set=Z=>{"bottomHidden"in Z&&t(1,ni=Z.bottomHidden),"bottomNoSmooth"in Z&&t(2,Mi=Z.bottomNoSmooth),"showControls"in Z&&t(3,zi=Z.showControls),"controlsElementRef"in Z&&t(0,Ut=Z.controlsElementRef),"isAds"in Z&&t(4,wt=Z.isAds),"canRewindLive"in Z&&t(5,Ai=Z.canRewindLive),"logoClickable"in Z&&t(6,Xi=Z.logoClickable),"logoHidden"in Z&&t(129,oi=Z.logoHidden),"logoTargetUrl"in Z&&t(7,Ji=Z.logoTargetUrl),"showNextPrevButtons"in Z&&t(130,_i=Z.showNextPrevButtons),"nextButtonActive"in Z&&t(8,rn=Z.nextButtonActive),"prevButtonActive"in Z&&t(9,xi=Z.prevButtonActive),"isOneVideoPlaylist"in Z&&t(131,sn=Z.isOneVideoPlaylist),"supportLink"in Z&&t(10,qi=Z.supportLink),"customFullscreenSupported"in Z&&t(132,Vi=Z.customFullscreenSupported),"playNextVideo"in Z&&t(11,Kt=Z.playNextVideo),"playPrevVideo"in Z&&t(12,$t=Z.playPrevVideo),"repeatPlaylist"in Z&&t(133,hi=Z.repeatPlaylist),"toggleFullscreen"in Z&&t(13,Ui=Z.toggleFullscreen),"returnFocus"in Z&&t(14,Ki=Z.returnFocus),"seekToInteractive"in Z&&t(15,gi=Z.seekToInteractive),"toggleGraph"in Z&&t(16,Li=Z.toggleGraph),"playPrevChapter"in Z&&t(17,Bi=Z.playPrevChapter)},i.$$.update=()=>{if(i.$$.dirty[5]&131072)e:t(138,n=Rt.has("EPISODE_BUTTON"));if(i.$$.dirty[5]&131072)e:t(77,o=Rt.has("GRAPH_BUTTON"));if(i.$$.dirty[5]&131072)e:t(76,r=Rt.has("SEEK_TO_INTERACTIVE_BUTTON"));if(i.$$.dirty[5]&131072)e:t(75,l=Rt.has("PLAY_BUTTON"));if(i.$$.dirty[5]&131072)e:t(74,a=Rt.has("REPLAY_BUTTON"));if(i.$$.dirty[5]&131072)e:t(73,s=Rt.has("PLAY_PREV_CHAPTER_BUTTON"));if(i.$$.dirty[0]&16|i.$$.dirty[5]&65600)e:t(34,Gn=wt?Bt==="playing":ci===Ro.PlaybackState.PLAYING);if(i.$$.dirty[5]&32768)e:t(18,go=ii.value!=="off");if(i.$$.dirty[0]&16|i.$$.dirty[5]&16384)e:t(35,bo=Xt&&!wt||_n);if(i.$$.dirty[0]&16|i.$$.dirty[5]&16384)e:t(36,Ho=!Xt||_n||wt);if(i.$$.dirty[4]&524288)e:t(134,vo=vn(j,"m"));if(i.$$.dirty[0]&272|i.$$.dirty[4]&524352)e:t(37,pt=_i&&vn(j,"m")&&!wt&&rn);if(i.$$.dirty[0]&528|i.$$.dirty[4]&524352)e:t(38,g=_i&&vn(j,"m")&&!wt&&xi);if(i.$$.dirty[0]&536870912|i.$$.dirty[4]&524288|i.$$.dirty[5]&1536)e:t(39,ae=Si!==Ro.ChromecastState.NOT_AVAILABLE&&!(Zt&&zt===1)&&vn(j,"m")&&!_n);if(i.$$.dirty[4]&524288|i.$$.dirty[5]&8192)e:t(40,Me=mi.length>0&&vn(j,"m"));if(i.$$.dirty[5]&6144)e:t(41,Ke=Ft||di);if(i.$$.dirty[4]&524288)e:t(42,ot=vn(j,"s"));if(i.$$.dirty[4]&32)e:t(43,jt=!oi);if(i.$$.dirty[4]&524576|i.$$.dirty[5]&1536)e:t(44,ti=Ht.features.fullscreen&&(oi||vn(j,"s"))&&!(Zt&&zt===1)&&(_n?Vi:!0));if(i.$$.dirty[0]&16|i.$$.dirty[1]&4)e:t(19,Nt=(!At||wt)&&!(Ht.features.interactiveHideTime&&_n));if(i.$$.dirty[4]&262144)e:t(45,hn=D.width>100);if(i.$$.dirty[0]&16|i.$$.dirty[1]&4|i.$$.dirty[4]&17408)e:t(20,An=!wt&&!At&&!!Nn?.length&&vo&&!n);if(i.$$.dirty[1]&2|i.$$.dirty[5]&256)e:t(21,zo=!Ei||Ti);if(i.$$.dirty[5]&64)e:t(47,yc=ci===Ro.PlaybackState.PLAYING?U("tooltip_pause"):U("tooltip_play"));if(i.$$.dirty[1]&1)e:t(48,kc=fi?U("tooltip_interactive_graph_on"):U("tooltip_interactive_graph_off"));if(i.$$.dirty[5]&128)e:t(49,wc=Ii?U("aria_label_context_menu_close"):U("aria_label_context_menu_open"));if(i.$$.dirty[0]&2097152|i.$$.dirty[5]&64)e:Kp(zo,ci);if(i.$$.dirty[0]&262144)e:t(52,Sc=go?U("tooltip_subtitles_on"):U("tooltip_subtitles_off"));if(i.$$.dirty[0]&1073741824)e:t(53,Pc=Pi?U("tooltip_fullscreen_on"):U("tooltip_fullscreen_off"));if(i.$$.dirty[0]&536870912)e:t(54,Ic=Si===Ro.ChromecastState.CONNECTED?U("tooltip_chromecast_on"):U("tooltip_chromecast_off"));if(i.$$.dirty[0]&268435456|i.$$.dirty[4]&2146435072|i.$$.dirty[5]&63)e:t(135,Vn={prevButton:Yt?Yt.right-Yt.left:0,replayButton:si?si.right-si.left:0,playButton:wi?wi.right-wi.left:0,nextButton:Et?Et.right-Et.left:0,playPrevChapterButton:Xe?Xe.right-Xe.left:0,seekToInteractiveButton:ve?ve.right-ve.left:0,interactiveGraphButton:Lt?Lt.right-Lt.left:0,liveButton:It?It.right-It.left:0,time:st?st.right-st.left:0,episodes:je?je.right-je.left:0,vkLogo:Ce?Ce.right-Ce.left:0,volume:tt?tt.right-tt.left:0,subtitles:he?he.right-he.left:0,settings:Fe?Fe.right-Fe.left:0,context:ye?ye.right-ye.left:0,fullscreen:qe?qe.right-qe.left:0,chromecast:Q?Q.right-Q.left:0,additionalButtons:V.length?V.reduce(Z=>[...Z,40],[]):[]});if(i.$$.dirty[4]&6144)e:(!hl||hl<Vn.time)&&t(136,hl=Vn.time);if(i.$$.dirty[0]&5767168|i.$$.dirty[4]&530432)e:{let Z=0;An&&(vn(j,"xl")?Z=Vn.time:Z=60);let ms=Vn.prevButton+Vn.playButton+Vn.nextButton+Vn.seekToInteractiveButton+Vn.interactiveGraphButton+Vn.liveButton+hl+Z;t(137,ds=Nt&&Dl>=ms)}if(i.$$.dirty[4]&532480)e:t(55,Tc=ds&&vn(j,"m"));if(i.$$.dirty[0]&8388616|i.$$.dirty[4]&393216)e:Wp(po(),Dt,it,zi);if(i.$$.dirty[0]&167772160)e:$o(Ol,$,mn);if(i.$$.dirty[0]&150994944|i.$$.dirty[4]&65536)e:Lo(Nl,$,X);if(i.$$.dirty[0]&67108864|i.$$.dirty[4]&32768)e:Qr(Mn,Y,Fl)};e:t(51,Cc=Ht.logoType==="vk_video"?U("tooltip_vk_video_logo"):U("tooltip_vk_logo"));e:Yi(t(72,{prevButton:u,replayButton:f,playButton:p,nextButton:h,playPrevChapterButton:y,seekToInteractiveButton:b,interactiveGraphButton:P,liveButton:C,time:M,episodes:S,vkLogo:v,volume:E,subtitles:G,settings:W,context:K,fullscreen:re,chromecast:te}=Dt,u,Ci(t(71,f)),ln(t(70,p)),ki(t(69,h)),kt(t(68,y)),Tt(t(67,b)),Qt(t(66,P)),yt(t(65,C)),ct(t(64,M)),dt(t(63,S)),Ee(t(62,v)),oe(t(61,E)),ze(t(60,G)),Je(t(59,W)),ke(t(58,K)),Ae(t(57,re)),We(t(56,te))));return[Ut,ni,Mi,zi,wt,Ai,Xi,Ji,rn,xi,qi,Kt,$t,Ui,Ki,gi,Li,Bi,go,Nt,An,zo,Dl,it,Nl,Ol,Fl,$,V,Si,Pi,fi,Ei,At,Gn,bo,Ho,pt,g,ae,Me,Ke,ot,jt,ti,hn,_l,yc,kc,wc,fs,Cc,Sc,Pc,Ic,Tc,te,re,K,W,G,E,v,S,M,C,P,b,y,h,p,f,u,s,a,l,r,o,qt,Jt,pi,cn,Zi,xt,Ht,Ri,$i,Gi,Ni,en,Wt,tn,li,ft,Gt,ei,Oi,Fi,yn,kn,mn,Nn,On,wn,En,pn,fn,ie,vt,Mn,Fn,Hn,Xn,Jn,xn,$n,eo,_n,_o,ho,to,No,zn,io,Oo,Fo,pl,Gp,jp,oi,_i,sn,Vi,hi,vo,Vn,hl,ds,n,Y,X,x,D,j,Q,qe,ye,Fe,he,tt,Ce,je,st,It,Lt,ve,Xe,Et,wi,si,Yt,ci,Ii,Ti,zt,Zt,di,Ft,mi,Xt,ii,Bt,Rt,Qp,Yp,Zp,Xp,Jp,xp,$p,e2,t2,i2,n2,o2,l2,r2,s2,a2,u2,c2,f2,d2,m2,p2,_2,h2]}var Eu=class extends z{constructor(e){super(),q(this,e,J3,X3,H,{bottomHidden:1,bottomNoSmooth:2,showControls:3,controlsElementRef:0,isAds:4,canRewindLive:5,logoClickable:6,logoHidden:129,logoTargetUrl:7,showNextPrevButtons:130,nextButtonActive:8,prevButtonActive:9,isOneVideoPlaylist:131,supportLink:10,customFullscreenSupported:132,playNextVideo:11,playPrevVideo:12,repeatPlaylist:133,toggleFullscreen:13,returnFocus:14,seekToInteractive:15,toggleGraph:16,playPrevChapter:17},I3,[-1,-1,-1,-1,-1,-1,-1])}},Em=Eu;var sl=require("@vkontakte/videoplayer-core");function x3(i){let e,t,n,o,r,l=i[2].default,a=Se(l,i,i[1],null),s=[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{"aria-hidden":"true"},{"data-testid":"muted-icon"},{role:"img"},i[0]],u={};for(let f=0;f<s.length;f+=1)u=ne(u,s[f]);return{c(){e=A("svg"),a&&a.c(),t=A("g"),n=A("path"),o=A("path"),c(n,"d","M0 0h24v24H0z"),c(o,"fill","#fff"),c(o,"d","M8.695 8.105 5.301 4.71a1 1 0 0 1 1.414-1.415L20.7 17.285a1 1 0 0 1-1.414 1.415L16 15.41V20a1 1 0 0 1-1 1c-.641 0-1.258-.25-1.72-.695L7.79 15H5a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h2.765zm2.88-2.77 1.704-1.642A2.48 2.48 0 0 1 15 3a1 1 0 0 1 1 1v5.76l-4.426-4.426Z"),c(t,"fill","none"),c(t,"fill-rule","evenodd"),be(e,u)},m(f,p){w(f,e,p),a&&a.m(e,null),m(e,t),m(t,n),m(t,o),r=!0},p(f,[p]){a&&a.p&&(!r||p&2)&&Ie(a,l,f,f[1],r?Pe(l,f[1],p,null):Te(f[1]),null),be(e,u=Le(s,[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{"aria-hidden":"true"},{"data-testid":"muted-icon"},{role:"img"},p&1&&f[0]]))},i(f){r||(d(a,f),r=!0)},o(f){_(a,f),r=!1},d(f){f&&k(e),a&&a.d(f)}}}function $3(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var Au=class extends z{constructor(e){super(),q(this,e,$3,x3,H,{})}},Mm=Au;var Vm=require("@vkontakte/videoplayer-shared");function ev(i){we(i,"svelte-6gmlbk",".container.svelte-6gmlbk{display:flex;align-items:center}.expanded.svelte-6gmlbk{background-color:rgba(0, 0, 0, 0.56);border-radius:6px}.text.svelte-6gmlbk{font-size:15px;margin-left:8px}")}function Am(i){let e;return{c(){e=T("span"),e.textContent=`${U("mobile_unmute")}`,c(e,"class","text svelte-6gmlbk")},m(t,n){w(t,e,n)},p:me,d(t){t&&k(e)}}}function tv(i){let e,t,n,o;var r=i[4];function l(s){return{}}r&&(t=dn(r,l(i)));let a=i[1]&&Am(i);return{c(){e=T("div"),t&&R(t.$$.fragment),n=N(),a&&a.c(),c(e,"class","container svelte-6gmlbk"),c(e,"aria-hidden","true"),O(e,"expanded",i[1])},m(s,u){w(s,e,u),t&&L(t,e,null),m(e,n),a&&a.m(e,null),o=!0},p(s,u){if(u&16&&r!==(r=s[4])){if(t){ue();let f=t;_(f.$$.fragment,1,0,()=>{B(f,1)}),ce()}r?(t=dn(r,l(s)),R(t.$$.fragment),d(t.$$.fragment,1),L(t,e,n)):t=null}s[1]?a?a.p(s,u):(a=Am(s),a.c(),a.m(e,null)):a&&(a.d(1),a=null),(!o||u&2)&&O(e,"expanded",s[1])},i(s){o||(t&&d(t.$$.fragment,s),o=!0)},o(s){t&&_(t.$$.fragment,s),o=!1},d(s){s&&k(e),t&&B(t),a&&a.d()}}}function iv(i){let e,t,n;function o(l){i[6](l)}let r={testId:i[1]?"btn-mobile-unmuted":"btn-mobile-muted",click:i[2],ariaLabel:i[3],$$slots:{default:[tv]},$$scope:{ctx:i}};return i[0]!==void 0&&(r.ref=i[0]),e=new mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,[a]){let s={};a&2&&(s.testId=l[1]?"btn-mobile-unmuted":"btn-mobile-muted"),a&4&&(s.click=l[2]),a&8&&(s.ariaLabel=l[3]),a&146&&(s.$$scope={dirty:a,ctx:l}),!t&&a&1&&(t=!0,s.ref=l[0],Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function nv(i,e,t){let{muted:n=!1}=e,{expanded:o=!1}=e,{click:r=Vm.noop}=e,{ref:l=void 0}=e,a,s;function u(f){l=f,t(0,l)}return i.$$set=f=>{"muted"in f&&t(5,n=f.muted),"expanded"in f&&t(1,o=f.expanded),"click"in f&&t(2,r=f.click),"ref"in f&&t(0,l=f.ref)},i.$$.update=()=>{if(i.$$.dirty&32)e:t(3,a=n?U("tooltip_volume"):U("tooltip_volume_muted"));if(i.$$.dirty&2)e:t(4,s=o?Bo:Mm)},[l,o,r,a,s,n,u]}var Vu=class extends z{constructor(e){super(),q(this,e,nv,iv,H,{muted:5,expanded:1,click:2,ref:0},ev)}},Lu=Vu;function ov(i){let e,t,n,o,r,l=i[2].default,a=Se(l,i,i[1],null),s=[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{role:"img"},i[0]],u={};for(let f=0;f<s.length;f+=1)u=ne(u,s[f]);return{c(){e=A("svg"),a&&a.c(),t=A("path"),n=A("path"),o=A("path"),c(t,"fill","currentColor"),c(t,"d","M7.662 4h6.676c.808 0 1.469 0 2.006.044.556.045 1.058.142 1.526.381a3.9 3.9 0 0 1 1.705 1.704c.239.47.336.971.381 1.527C20 8.193 20 8.854 20 9.662V11.1a.9.9 0 0 1-1.8 0V9.7c0-.855 0-1.442-.038-1.897-.036-.445-.103-.684-.19-.856a2.1 2.1 0 0 0-.919-.918c-.172-.088-.411-.155-.856-.191C15.742 5.8 15.155 5.8 14.3 5.8H7.7c-.855 0-1.442 0-1.897.038-.445.036-.684.103-.856.19a2.1 2.1 0 0 0-.918.919c-.088.172-.155.411-.191.856C3.8 8.258 3.8 8.845 3.8 9.7v2.646c0 .855 0 1.442.038 1.897.036.445.103.683.19.856a2.1 2.1 0 0 0 .919.918c.172.088.411.155.856.191.455.037 1.042.038 1.897.038h2.4a.9.9 0 0 1 0 1.8H7.662c-.808 0-1.469 0-2.006-.044-.556-.045-1.058-.142-1.527-.381a3.9 3.9 0 0 1-1.704-1.704c-.239-.47-.336-.972-.381-1.527C2 13.852 2 13.192 2 12.384V9.662c0-.808 0-1.469.044-2.006.045-.556.142-1.058.381-1.527A3.9 3.9 0 0 1 4.13 4.425c.47-.239.971-.336 1.527-.381C6.193 4 6.854 4 7.662 4M13 16.8c0-.98 0-1.47.19-1.845a1.75 1.75 0 0 1 .766-.764C14.33 14 14.82 14 15.8 14h3.4c.98 0 1.47 0 1.845.19.329.168.596.436.764.766.191.374.191.864.191 1.844v.4c0 .98 0 1.47-.19 1.845a1.75 1.75 0 0 1-.765.764C20.67 20 20.18 20 19.2 20h-3.4c-.98 0-1.47 0-1.845-.19a1.75 1.75 0 0 1-.764-.765C13 18.67 13 18.18 13 17.2z"),c(t,"clip-rule","evenodd"),c(n,"fill","currentColor"),c(n,"d","m11.643 12.37-.007-.006L9.073 9.8H10.1a.9.9 0 1 0 0-1.8H6.9a.9.9 0 0 0-.9.9v3.2a.9.9 0 0 0 1.8 0v-1.022l2.53 2.524.134.134a.9.9 0 0 0 1.272-1.272z"),c(n,"class","hidden-not-active"),c(o,"fill","currentColor"),c(o,"d","m6.357 9.63.007.006L8.927 12.2H7.9a.9.9 0 1 0 0 1.8h3.2a.9.9 0 0 0 .9-.9V9.9a.9.9 0 0 0-1.8 0v1.022L7.67 8.397l-.134-.133a.9.9 0 0 0-1.272 1.272z"),c(o,"class","hidden-active"),be(e,u)},m(f,p){w(f,e,p),a&&a.m(e,null),m(e,t),m(e,n),m(e,o),r=!0},p(f,[p]){a&&a.p&&(!r||p&2)&&Ie(a,l,f,f[1],r?Pe(l,f[1],p,null):Te(f[1]),null),be(e,u=Le(s,[{xmlns:"http://www.w3.org/2000/svg"},{width:"24"},{height:"24"},{fill:"none"},{role:"img"},p&1&&f[0]]))},i(f){r||(d(a,f),r=!0)},o(f){_(a,f),r=!1},d(f){f&&k(e),a&&a.d(f)}}}function lv(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var Bu=class extends z{constructor(e){super(),q(this,e,lv,ov,H,{})}},Lm=Bu;function rv(i){we(i,"svelte-sba75o",'svg[data-testid="pip-icon--active"] .hidden-not-active,svg[data-testid="pip-icon"] .hidden-active{visibility:hidden;opacity:0}')}function sv(i){let e,t;return e=new Lm({props:{style:i[1],"data-testid":i[0]?"pip-icon--active":"pip-icon"}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,[o]){let r={};o&2&&(r.style=n[1]),o&1&&(r["data-testid"]=n[0]?"pip-icon--active":"pip-icon"),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function av(i,e,t){let n,{isActive:o=!1}=e;return i.$$set=r=>{"isActive"in r&&t(0,o=r.isActive)},i.$$.update=()=>{if(i.$$.dirty&1)e:t(1,n=o?"color: #2688EB;":"color: #fff;")},[o,n]}var Ru=class extends z{constructor(e){super(),q(this,e,av,sv,H,{isActive:0},rv)}},Bm=Ru;var Rm=require("@vkontakte/videoplayer-shared");function uv(i){let e,t;return e=new Bm({props:{isActive:i[1]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o&2&&(r.isActive=n[1]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function cv(i){let e,t,n;function o(l){i[3](l)}let r={testId:"btn-pip",ariaLabel:U("menu_pip"),click:i[2],$$slots:{default:[uv]},$$scope:{ctx:i}};return i[0]!==void 0&&(r.ref=i[0]),e=new mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,[a]){let s={};a&4&&(s.click=l[2]),a&18&&(s.$$scope={dirty:a,ctx:l}),!t&&a&1&&(t=!0,s.ref=l[0],Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function fv(i,e,t){let{ref:n=void 0}=e,{isPictureInPictureActive:o=!1}=e,{click:r=Rm.noop}=e;function l(a){n=a,t(0,n)}return i.$$set=a=>{"ref"in a&&t(0,n=a.ref),"isPictureInPictureActive"in a&&t(1,o=a.isPictureInPictureActive),"click"in a&&t(2,r=a.click)},[n,o,r,l]}var Du=class extends z{constructor(e){super(),q(this,e,fv,cv,H,{ref:0,isPictureInPictureActive:1,click:2})}},Dm=Du;var o0=require("@vkontakte/videoplayer-shared");function dv(i){we(i,"svelte-1tcstu3",".wrapper-bottom.svelte-1tcstu3.svelte-1tcstu3{pointer-events:none;position:absolute;width:100%;bottom:0;left:0;height:var(--controls-gradient-height);background:var(--controls-gradient);transition:transform var(--controls-transition-duration) var(--controls-transition-fn);display:flex;flex-direction:column;justify-content:flex-end;box-sizing:border-box;padding:0 4px 8px}.wrapper-bottom.svelte-1tcstu3>.svelte-1tcstu3{pointer-events:auto}.wrapper-bottom.ads-timeline-mobile.svelte-1tcstu3.svelte-1tcstu3{height:9px;padding:0 4px 4px}.wrapper-middle.svelte-1tcstu3.svelte-1tcstu3{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:opacity var(--controls-transition-duration);display:flex;align-items:center}.wrapper-top-right.svelte-1tcstu3.svelte-1tcstu3{position:absolute;top:4px;right:8px;transition:opacity var(--controls-transition-duration);display:flex}.wrapper-top-left.svelte-1tcstu3.svelte-1tcstu3{position:absolute;top:4px;left:8px}.wrapper-middle-left.svelte-1tcstu3.svelte-1tcstu3,.wrapper-middle-left-second.svelte-1tcstu3.svelte-1tcstu3,.wrapper-middle-right.svelte-1tcstu3.svelte-1tcstu3{position:absolute;top:50%;transform:translateY(-50%);height:44px;width:44px;border-radius:12px;background-color:rgba(0, 0, 0, 0.56);transition:opacity var(--controls-transition-duration);display:flex;align-items:center;justify-content:center}.wrapper-middle-left.svelte-1tcstu3.svelte-1tcstu3{left:12px}.wrapper-middle-left-second.svelte-1tcstu3.svelte-1tcstu3{left:64px}.wrapper-middle-right.svelte-1tcstu3.svelte-1tcstu3{right:12px}.controls.svelte-1tcstu3.svelte-1tcstu3{width:100%;display:flex;align-items:center;height:var(--controls-height);white-space:nowrap;font-size:13px;transition:transform var(--controls-transition-duration) var(--controls-transition-fn);will-change:transform;padding:0 4px;box-sizing:border-box}.controls.svelte-1tcstu3 > *:not(:first-child){margin-left:8px}.hidden.svelte-1tcstu3.svelte-1tcstu3{visibility:hidden;opacity:0}.controls-hidden.svelte-1tcstu3.svelte-1tcstu3{visibility:visible;transform:translateY(100%)}.wrapper-bottom.no-smooth.svelte-1tcstu3.svelte-1tcstu3{transition:none}.settings-mobile.svelte-1tcstu3.svelte-1tcstu3{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:opacity var(--controls-transition-duration);display:flex;align-items:center;max-width:320px;width:90%}.overlay-mobile.svelte-1tcstu3.svelte-1tcstu3{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, .3);pointer-events:none;transition:opacity var(--controls-transition-duration)}@media screen and (orientation: portrait){.wrapper-top-right.fullscreen.svelte-1tcstu3.svelte-1tcstu3{top:16px}.wrapper-top-left.fullscreen.svelte-1tcstu3.svelte-1tcstu3{top:16px}.controls-wrapper.fullscreen.svelte-1tcstu3.svelte-1tcstu3{position:absolute;bottom:30px;width:calc(100% - 8px)}}@media screen and (orientation: landscape){.wrapper-top-left.fullscreen.svelte-1tcstu3.svelte-1tcstu3{top:12px;left:44px}.wrapper-top-right.fullscreen.svelte-1tcstu3.svelte-1tcstu3{top:12px;right:44px}.wrapper-middle-left.fullscreen.svelte-1tcstu3.svelte-1tcstu3{left:44px}.wrapper-middle-left-second.fullscreen.svelte-1tcstu3.svelte-1tcstu3{left:96px}.wrapper-middle-right.fullscreen.svelte-1tcstu3.svelte-1tcstu3{right:44px}.controls-wrapper.fullscreen.svelte-1tcstu3.svelte-1tcstu3{position:absolute;left:36px;right:36px;bottom:32px;width:calc(100% - 72px)}}")}function Nm(i,e,t){let n=i.slice();return n[169]=e[t].iconUrl,n[170]=e[t].ariaLabel,n[171]=e[t].testId,n[172]=e[t].onClick,n[173]=e[t].tooltip,n}function Om(i){let e,t,n,o,r,l,a,s,u,f,p,h,y,b,P,C,M,S=(!i[51]||i[53])&&Fm(i),v=ht(i[56]),E=[];for(let D=0;D<v.length;D+=1)E[D]=Hm(Nm(i,v,D));let G=D=>_(E[D],1,1,()=>{E[D]=null}),W=i[36]&&zm(i),K=i[37]&&qm(i),re=i[57]&&Um(i),te=i[39]&&Km(i),I=i[8]&&Wm(i),Y=i[34]&&Gm(i),X=i[33]&&jm(i),$=i[8]&&Qm(i),x=i[96]&&!i[29]&&Ym(i);return{c(){e=T("div"),t=N(),n=T("div"),S&&S.c(),o=N(),r=T("div");for(let D=0;D<E.length;D+=1)E[D].c();l=N(),W&&W.c(),a=N(),K&&K.c(),s=N(),re&&re.c(),u=N(),te&&te.c(),f=N(),p=T("div"),I&&I.c(),h=N(),Y&&Y.c(),y=N(),X&&X.c(),b=N(),$&&$.c(),P=N(),x&&x.c(),C=nt(),c(e,"class","overlay-mobile svelte-1tcstu3"),O(e,"hidden",!i[42]),c(n,"class","wrapper-top-left svelte-1tcstu3"),O(n,"hidden",!i[3]),O(n,"fullscreen",i[52]),c(r,"class","wrapper-top-right svelte-1tcstu3"),O(r,"hidden",!i[3]&&!i[27]),O(r,"fullscreen",i[52]),c(p,"class","wrapper-middle svelte-1tcstu3"),O(p,"hidden",!i[3]||i[29])},m(D,j){w(D,e,j),w(D,t,j),w(D,n,j),S&&S.m(n,null),w(D,o,j),w(D,r,j);for(let V=0;V<E.length;V+=1)E[V]&&E[V].m(r,null);m(r,l),W&&W.m(r,null),m(r,a),K&&K.m(r,null),m(r,s),re&&re.m(r,null),m(r,u),te&&te.m(r,null),w(D,f,j),w(D,p,j),I&&I.m(p,null),m(p,h),Y&&Y.m(p,null),m(p,y),X&&X.m(p,null),m(p,b),$&&$.m(p,null),w(D,P,j),x&&x.m(D,j),w(D,C,j),M=!0},p(D,j){if((!M||j[1]&2048)&&O(e,"hidden",!D[42]),!D[51]||D[53]?S?(S.p(D,j),j[1]&5242880&&d(S,1)):(S=Fm(D),S.c(),d(S,1),S.m(n,null)):S&&(ue(),_(S,1,1,()=>{S=null}),ce()),(!M||j[0]&8)&&O(n,"hidden",!D[3]),(!M||j[1]&2097152)&&O(n,"fullscreen",D[52]),j[1]&33554432){v=ht(D[56]);let V;for(V=0;V<v.length;V+=1){let Q=Nm(D,v,V);E[V]?(E[V].p(Q,j),d(E[V],1)):(E[V]=Hm(Q),E[V].c(),d(E[V],1),E[V].m(r,l))}for(ue(),V=v.length;V<E.length;V+=1)G(V);ce()}D[36]?W?(W.p(D,j),j[1]&32&&d(W,1)):(W=zm(D),W.c(),d(W,1),W.m(r,a)):W&&(ue(),_(W,1,1,()=>{W=null}),ce()),D[37]?K?(K.p(D,j),j[1]&64&&d(K,1)):(K=qm(D),K.c(),d(K,1),K.m(r,s)):K&&(ue(),_(K,1,1,()=>{K=null}),ce()),D[57]?re?(re.p(D,j),j[1]&67108864&&d(re,1)):(re=Um(D),re.c(),d(re,1),re.m(r,u)):re&&(ue(),_(re,1,1,()=>{re=null}),ce()),D[39]?te?(te.p(D,j),j[1]&256&&d(te,1)):(te=Km(D),te.c(),d(te,1),te.m(r,null)):te&&(ue(),_(te,1,1,()=>{te=null}),ce()),(!M||j[0]&134217736)&&O(r,"hidden",!D[3]&&!D[27]),(!M||j[1]&2097152)&&O(r,"fullscreen",D[52]),D[8]?I?(I.p(D,j),j[0]&256&&d(I,1)):(I=Wm(D),I.c(),d(I,1),I.m(p,h)):I&&(ue(),_(I,1,1,()=>{I=null}),ce()),D[34]?Y?(Y.p(D,j),j[1]&8&&d(Y,1)):(Y=Gm(D),Y.c(),d(Y,1),Y.m(p,y)):Y&&(ue(),_(Y,1,1,()=>{Y=null}),ce()),D[33]?X?(X.p(D,j),j[1]&4&&d(X,1)):(X=jm(D),X.c(),d(X,1),X.m(p,b)):X&&(ue(),_(X,1,1,()=>{X=null}),ce()),D[8]?$?($.p(D,j),j[0]&256&&d($,1)):($=Qm(D),$.c(),d($,1),$.m(p,null)):$&&(ue(),_($,1,1,()=>{$=null}),ce()),(!M||j[0]&536870920)&&O(p,"hidden",!D[3]||D[29]),D[96]&&!D[29]?x?(x.p(D,j),j[0]&536870912&&d(x,1)):(x=Ym(D),x.c(),d(x,1),x.m(C.parentNode,C)):x&&(ue(),_(x,1,1,()=>{x=null}),ce())},i(D){if(!M){d(S);for(let j=0;j<v.length;j+=1)d(E[j]);d(W),d(K),d(re),d(te),d(I),d(Y),d(X),d($),d(x),M=!0}},o(D){_(S),E=E.filter(Boolean);for(let j=0;j<E.length;j+=1)_(E[j]);_(W),_(K),_(re),_(te),_(I),_(Y),_(X),_($),_(x),M=!1},d(D){D&&(k(e),k(t),k(n),k(o),k(r),k(f),k(p),k(P),k(C)),S&&S.d(),Hi(E,D),W&&W.d(),K&&K.d(),re&&re.d(),te&&te.d(),I&&I.d(),Y&&Y.d(),X&&X.d(),$&&$.d(),x&&x.d(D)}}}function Fm(i){let e,t,n;function o(l){i[130](l)}let r={muted:i[54],expanded:i[51]&&!i[70]&&i[55],click:i[106]};return i[20].volume!==void 0&&(r.ref=i[20].volume),e=new Lu({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[1]&8388608&&(s.muted=l[54]),a[1]&17825792&&(s.expanded=l[51]&&!l[70]&&l[55]),!t&&a[0]&1048576&&(t=!0,s.ref=l[20].volume,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function Hm(i){let e,t;return e=new Hr({props:{iconUrl:i[169],ariaLabel:i[170]??i[173],testId:i[171],onClick:i[172]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[1]&33554432&&(r.iconUrl=n[169]),o[1]&33554432&&(r.ariaLabel=n[170]??n[173]),o[1]&33554432&&(r.testId=n[171]),o[1]&33554432&&(r.onClick=n[172]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function zm(i){let e,t,n;function o(l){i[131](l)}let r={isMobile:!0,click:i[104],state:i[28]};return i[20].chromecast!==void 0&&(r.ref=i[20].chromecast),e=new Er({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[0]&268435456&&(s.state=l[28]),!t&&a[0]&1048576&&(t=!0,s.ref=l[20].chromecast,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function qm(i){let e,t,n;function o(l){i[132](l)}let r={click:i[105],isPictureInPictureActive:i[26]};return i[20].pip!==void 0&&(r.ref=i[20].pip),e=new Dm({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[0]&67108864&&(s.isPictureInPictureActive=l[26]),!t&&a[0]&1048576&&(t=!0,s.ref=l[20].pip,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function Um(i){let e,t,n;function o(l){i[133](l)}let r={};return i[22]!==void 0&&(r.ref=i[22]),e=new Il({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};!t&&a[0]&4194304&&(t=!0,s.ref=l[22],Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function Km(i){let e,t,n;function o(l){i[134](l)}let r={click:i[64],targetUrl:i[7],logoClickable:i[6]};return i[20].vkLogo!==void 0&&(r.ref=i[20].vkLogo),e=new Tr({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[0]&128&&(s.targetUrl=l[7]),a[0]&64&&(s.logoClickable=l[6]),!t&&a[0]&1048576&&(t=!0,s.ref=l[20].vkLogo,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function Wm(i){let e,t,n;function o(l){i[135](l)}let r={click:i[13],type:"prev",disabled:!i[10],isMobile:!0};return i[20].prevButton!==void 0&&(r.ref=i[20].prevButton),e=new ll({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[0]&8192&&(s.click=l[13]),a[0]&1024&&(s.disabled=!l[10]),!t&&a[0]&1048576&&(t=!0,s.ref=l[20].prevButton,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function Gm(i){let e,t,n;function o(l){i[136](l)}let r={disabled:i[49],click:i[63],isMobile:!0,isPlaying:i[31]};return i[20].playButton!==void 0&&(r.ref=i[20].playButton),e=new El({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[1]&262144&&(s.disabled=l[49]),a[1]&1&&(s.isPlaying=l[31]),!t&&a[0]&1048576&&(t=!0,s.ref=l[20].playButton,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function jm(i){let e,t,n;function o(l){i[137](l)}let r={disabled:i[48],click:i[107],isMobile:!0};return i[20].replayButton!==void 0&&(r.ref=i[20].replayButton),e=new Ml({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[1]&131072&&(s.disabled=l[48]),!t&&a[0]&1048576&&(t=!0,s.ref=l[20].replayButton,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function Qm(i){let e,t,n;function o(l){i[138](l)}let r={click:i[12],type:"next",disabled:!i[9],isMobile:!0};return i[20].nextButton!==void 0&&(r.ref=i[20].nextButton),e=new ll({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[0]&4096&&(s.click=l[12]),a[0]&512&&(s.disabled=!l[9]),!t&&a[0]&1048576&&(t=!0,s.ref=l[20].nextButton,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function Ym(i){let e,t,n,o,r=i[100]&&mv(i),l=i[98]&&pv(i),a=i[99]&&_v(i);return{c(){r&&r.c(),e=N(),l&&l.c(),t=N(),a&&a.c(),n=nt()},m(s,u){r&&r.m(s,u),w(s,e,u),l&&l.m(s,u),w(s,t,u),a&&a.m(s,u),w(s,n,u),o=!0},p(s,u){s[100]&&r.p(s,u),s[98]&&l.p(s,u),s[99]&&a.p(s,u)},i(s){o||(d(r),d(l),d(a),o=!0)},o(s){_(r),_(l),_(a),o=!1},d(s){s&&(k(e),k(t),k(n)),r&&r.d(s),l&&l.d(s),a&&a.d(s)}}}function mv(i){let e,t,n,o,r,l;function a(u){i[139](u)}let s={hidden:!i[3],disabled:i[47],click:i[18]};return i[20].playPrevChapterButton!==void 0&&(s.ref=i[20].playPrevChapterButton),t=new Fr({props:s}),_e.push(()=>Oe(t,"ref",a)),{c(){e=T("div"),R(t.$$.fragment),c(e,"class","wrapper-middle-left svelte-1tcstu3"),O(e,"fullscreen",i[52]),O(e,"hidden",!i[3])},m(u,f){w(u,e,f),L(t,e,null),o=!0,r||(l=pe(e,"click",i[108]),r=!0)},p(u,f){let p={};f[0]&8&&(p.hidden=!u[3]),f[1]&65536&&(p.disabled=u[47]),f[0]&262144&&(p.click=u[18]),!n&&f[0]&1048576&&(n=!0,p.ref=u[20].playPrevChapterButton,Ne(()=>n=!1)),t.$set(p),(!o||f[1]&2097152)&&O(e,"fullscreen",u[52]),(!o||f[0]&8)&&O(e,"hidden",!u[3])},i(u){o||(d(t.$$.fragment,u),o=!0)},o(u){_(t.$$.fragment,u),o=!1},d(u){u&&k(e),B(t),r=!1,l()}}}function pv(i){let e,t,n,o,r;function l(s){i[140](s)}let a={hidden:!i[3]&&!i[58],disabled:i[50],click:i[17],graphIsOpened:i[58]};return i[20].interactiveGraphButton!==void 0&&(a.ref=i[20].interactiveGraphButton),t=new Nr({props:a}),_e.push(()=>Oe(t,"ref",l)),{c(){e=T("div"),R(t.$$.fragment),c(e,"class",o=Lc(i[100]?"wrapper-middle-left-second":"wrapper-middle-left")+" svelte-1tcstu3"),O(e,"fullscreen",i[52]),O(e,"hidden",!i[3]&&!i[58])},m(s,u){w(s,e,u),L(t,e,null),r=!0},p(s,u){let f={};u[0]&8|u[1]&134217728&&(f.hidden=!s[3]&&!s[58]),u[1]&524288&&(f.disabled=s[50]),u[0]&131072&&(f.click=s[17]),u[1]&134217728&&(f.graphIsOpened=s[58]),!n&&u[0]&1048576&&(n=!0,f.ref=s[20].interactiveGraphButton,Ne(()=>n=!1)),t.$set(f),(!r||u[1]&2097152)&&O(e,"fullscreen",s[52]),(!r||u[0]&8|u[1]&134217728)&&O(e,"hidden",!s[3]&&!s[58])},i(s){r||(d(t.$$.fragment,s),r=!0)},o(s){_(t.$$.fragment,s),r=!1},d(s){s&&k(e),B(t)}}}function _v(i){let e,t,n,o,r,l;function a(u){i[141](u)}let s={hidden:!i[3],disabled:i[46],click:i[16]};return i[20].seekToInteractiveButton!==void 0&&(s.ref=i[20].seekToInteractiveButton),t=new Dr({props:s}),_e.push(()=>Oe(t,"ref",a)),{c(){e=T("div"),R(t.$$.fragment),c(e,"class","wrapper-middle-right svelte-1tcstu3"),O(e,"fullscreen",i[52]),O(e,"hidden",!i[3])},m(u,f){w(u,e,f),L(t,e,null),o=!0,r||(l=pe(e,"click",i[109]),r=!0)},p(u,f){let p={};f[0]&8&&(p.hidden=!u[3]),f[1]&32768&&(p.disabled=u[46]),f[0]&65536&&(p.click=u[16]),!n&&f[0]&1048576&&(n=!0,p.ref=u[20].seekToInteractiveButton,Ne(()=>n=!1)),t.$set(p),(!o||f[1]&2097152)&&O(e,"fullscreen",u[52]),(!o||f[0]&8)&&O(e,"hidden",!u[3])},i(u){o||(d(t.$$.fragment,u),o=!0)},o(u){_(t.$$.fragment,u),o=!1},d(u){u&&k(e),B(t),r=!1,l()}}}function Zm(i){let e,t,n,o,r,l=i[53]&&Xm(i),a=i[32]&&Jm(i);return o=new Lr({props:{position:i[59],duration:i[60]}}),{c(){l&&l.c(),e=N(),a&&a.c(),t=N(),n=T("div"),R(o.$$.fragment),c(n,"class","wrapper-bottom ads-timeline-mobile svelte-1tcstu3"),O(n,"fullscreen",i[52])},m(s,u){l&&l.m(s,u),w(s,e,u),a&&a.m(s,u),w(s,t,u),w(s,n,u),L(o,n,null),r=!0},p(s,u){s[53]?l?(l.p(s,u),u[1]&4194304&&d(l,1)):(l=Xm(s),l.c(),d(l,1),l.m(e.parentNode,e)):l&&(ue(),_(l,1,1,()=>{l=null}),ce()),s[32]?a?(a.p(s,u),u[1]&2&&d(a,1)):(a=Jm(s),a.c(),d(a,1),a.m(t.parentNode,t)):a&&(ue(),_(a,1,1,()=>{a=null}),ce());let f={};u[1]&268435456&&(f.position=s[59]),u[1]&536870912&&(f.duration=s[60]),o.$set(f),(!r||u[1]&2097152)&&O(n,"fullscreen",s[52])},i(s){r||(d(l),d(a),d(o.$$.fragment,s),r=!0)},o(s){_(l),_(a),_(o.$$.fragment,s),r=!1},d(s){s&&(k(e),k(t),k(n)),l&&l.d(s),a&&a.d(s),B(o)}}}function Xm(i){let e,t,n,o;function r(a){i[142](a)}let l={muted:i[54],expanded:!1,click:i[106]};return i[20].volume!==void 0&&(l.ref=i[20].volume),t=new Lu({props:l}),_e.push(()=>Oe(t,"ref",r)),{c(){e=T("div"),R(t.$$.fragment),c(e,"class","wrapper-top-right svelte-1tcstu3"),O(e,"fullscreen",i[52])},m(a,s){w(a,e,s),L(t,e,null),o=!0},p(a,s){let u={};s[1]&8388608&&(u.muted=a[54]),!n&&s[0]&1048576&&(n=!0,u.ref=a[20].volume,Ne(()=>n=!1)),t.$set(u),(!o||s[1]&2097152)&&O(e,"fullscreen",a[52])},i(a){o||(d(t.$$.fragment,a),o=!0)},o(a){_(t.$$.fragment,a),o=!1},d(a){a&&k(e),B(t)}}}function Jm(i){let e,t,n,o;function r(a){i[143](a)}let l={disabled:i[49],click:i[63],isMobile:!0,isPlaying:!i[32]};return i[20].playButton!==void 0&&(l.ref=i[20].playButton),t=new El({props:l}),_e.push(()=>Oe(t,"ref",r)),{c(){e=T("div"),R(t.$$.fragment),c(e,"class","wrapper-middle svelte-1tcstu3")},m(a,s){w(a,e,s),L(t,e,null),o=!0},p(a,s){let u={};s[1]&262144&&(u.disabled=a[49]),s[1]&2&&(u.isPlaying=!a[32]),!n&&s[0]&1048576&&(n=!0,u.ref=a[20].playButton,Ne(()=>n=!1)),t.$set(u)},i(a){o||(d(t.$$.fragment,a),o=!0)},o(a){_(t.$$.fragment,a),o=!1},d(a){a&&k(e),B(t)}}}function hv(i){let e,t,n;function o(l){i[144](l)}let r={disabled:i[48],$$slots:{default:[gv]},$$scope:{ctx:i}};return i[20].replayButton!==void 0&&(r.ref=i[20].replayButton),e=new Mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[1]&131072&&(s.disabled=l[48]),a[1]&131072|a[5]&2097152&&(s.$$scope={dirty:a,ctx:l}),!t&&a[0]&1048576&&(t=!0,s.ref=l[20].replayButton,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function gv(i){let e,t;return e=new Ml({props:{disabled:i[48],click:i[95]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[1]&131072&&(r.disabled=n[48]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function xm(i){let e,t,n;function o(l){i[145](l)}let r={$$slots:{default:[bv]},$$scope:{ctx:i}};return i[20].liveButton!==void 0&&(r.ref=i[20].liveButton),e=new Mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[0]&524288|a[1]&16384|a[5]&2097152&&(s.$$scope={dirty:a,ctx:l}),!t&&a[0]&1048576&&(t=!0,s.ref=l[20].liveButton,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function bv(i){let e,t;return e=new Ar({props:{isActiveLive:i[19],isMobile:!0,ariaLabel:i[45]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&524288&&(r.isActiveLive=n[19]),o[1]&16384&&(r.ariaLabel=n[45]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function $m(i){let e,t,n;function o(l){i[146](l)}let r={showDuration:i[35],position:i[4]?i[59]:i[61],duration:i[4]?i[60]:i[62],isMobile:!0};return i[20].time!==void 0&&(r.ref=i[20].time),e=new kr({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[1]&16&&(s.showDuration=l[35]),a[0]&16|a[1]&1342177280&&(s.position=l[4]?l[59]:l[61]),a[0]&16|a[1]&536870912|a[2]&1&&(s.duration=l[4]?l[60]:l[62]),!t&&a[0]&1048576&&(t=!0,s.ref=l[20].time,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function e0(i){let e,t,n,o;return n=new Rr({props:{position:i[61],duration:i[62],timeCodes:i[84]}}),{c(){e=T("div"),e.textContent="\xB7",t=N(),R(n.$$.fragment),c(e,"aria-hidden","true")},m(r,l){w(r,e,l),w(r,t,l),L(n,r,l),o=!0},p(r,l){let a={};l[1]&1073741824&&(a.position=r[61]),l[2]&1&&(a.duration=r[62]),n.$set(a)},i(r){o||(d(n.$$.fragment,r),o=!0)},o(r){_(n.$$.fragment,r),o=!1},d(r){r&&(k(e),k(t)),B(n,r)}}}function vv(i){let e,t,n=i[43]&&e0(i);return{c(){n&&n.c(),e=nt()},m(o,r){n&&n.m(o,r),w(o,e,r),t=!0},p(o,r){o[43]?n?(n.p(o,r),r[1]&4096&&d(n,1)):(n=e0(o),n.c(),d(n,1),n.m(e.parentNode,e)):n&&(ue(),_(n,1,1,()=>{n=null}),ce())},i(o){t||(d(n),t=!0)},o(o){_(n),t=!1},d(o){o&&k(e),n&&n.d(o)}}}function t0(i){let e,t,n;function o(l){i[149](l)}let r={$$slots:{default:[yv]},$$scope:{ctx:i}};return i[20].settings!==void 0&&(r.ref=i[20].settings),e=new Mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[0]&4194304|a[5]&2097152&&(s.$$scope={dirty:a,ctx:l}),!t&&a[0]&1048576&&(t=!0,s.ref=l[20].settings,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function yv(i){let e,t,n;function o(l){i[148](l)}let r={};return i[22]!==void 0&&(r.ref=i[22]),e=new Il({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};!t&&a[0]&4194304&&(t=!0,s.ref=l[22],Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function i0(i){let e,t,n;function o(l){i[150](l)}let r={$$slots:{default:[kv]},$$scope:{ctx:i}};return i[20].fullscreen!==void 0&&(r.ref=i[20].fullscreen),e=new Mt({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[0]&16384|a[1]&2097152|a[5]&2097152&&(s.$$scope={dirty:a,ctx:l}),!t&&a[0]&1048576&&(t=!0,s.ref=l[20].fullscreen,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function kv(i){let e,t;return e=new Pr({props:{click:i[14],isFullscreen:i[52]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&16384&&(r.click=n[14]),o[1]&2097152&&(r.isFullscreen=n[52]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function n0(i){let e,t,n,o;function r(a){i[153](a)}let l={supportLink:i[11],returnFocus:i[15]};return i[21]!==void 0&&(l.ref=i[21]),t=new yr({props:l}),_e.push(()=>Oe(t,"ref",r)),{c(){e=T("div"),R(t.$$.fragment),c(e,"class","settings-mobile svelte-1tcstu3")},m(a,s){w(a,e,s),L(t,e,null),o=!0},p(a,s){let u={};s[0]&2048&&(u.supportLink=a[11]),s[0]&32768&&(u.returnFocus=a[15]),!n&&s[0]&2097152&&(n=!0,u.ref=a[21],Ne(()=>n=!1)),t.$set(u)},i(a){o||(d(t.$$.fragment,a),o=!0)},o(a){_(t.$$.fragment,a),o=!1},d(a){a&&k(e),B(t)}}}function wv(i){let e,t,n;function o(l){i[154](l)}let r={};return i[20].interactiveTimeIndicator!==void 0&&(r.ref=i[20].interactiveTimeIndicator),e=new Yr({props:r}),_e.push(()=>Oe(e,"ref",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};!t&&a[0]&1048576&&(t=!0,s.ref=l[20].interactiveTimeIndicator,Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function Cv(i){let e,t,n,o,r,l,a,s,u,f,p,h,y,b,P,C,M,S,v=!i[4]&&Om(i),E=i[4]&&i[30]!=="inactive"&&Zm(i),G=i[96]&&hv(i),W=!i[4]&&i[25]&&xm(i),K=i[41]&&$m(i);function re(x){i[147](x)}let te={className:"w-max",disabled:!i[43],$$slots:{default:[vv]},$$scope:{ctx:i}};i[20].episodes!==void 0&&(te.ref=i[20].episodes),u=new Mt({props:te}),_e.push(()=>Oe(u,"ref",re));let I=i[38]&&t0(i),Y=i[40]&&i0(i);b=new Br({props:{isAds:i[4],canRewindLive:i[5],isRewindableLive:i[24]}});let X=i[23]&&n0(i),$=i[101]&&wv(i);return{c(){v&&v.c(),e=N(),E&&E.c(),t=N(),n=T("div"),o=T("div"),r=T("div"),G&&G.c(),l=N(),W&&W.c(),a=N(),K&&K.c(),s=N(),R(u.$$.fragment),p=N(),I&&I.c(),h=N(),Y&&Y.c(),y=N(),R(b.$$.fragment),P=N(),X&&X.c(),C=N(),$&&$.c(),M=nt(),c(r,"class","controls svelte-1tcstu3"),O(r,"mobile",!0),c(o,"class","controls-wrapper svelte-1tcstu3"),O(o,"fullscreen",i[52]),c(n,"class","wrapper-bottom svelte-1tcstu3"),O(n,"hidden",i[1]),O(n,"controls-hidden",!i[3]),O(n,"no-smooth",i[2]),O(n,"mobile",!0)},m(x,D){v&&v.m(x,D),w(x,e,D),E&&E.m(x,D),w(x,t,D),w(x,n,D),m(n,o),m(o,r),G&&G.m(r,null),m(r,l),W&&W.m(r,null),m(r,a),K&&K.m(r,null),m(r,s),L(u,r,null),m(r,p),I&&I.m(r,null),m(r,h),Y&&Y.m(r,null),i[151](r),m(o,y),L(b,o,null),i[152](n),w(x,P,D),X&&X.m(x,D),w(x,C,D),$&&$.m(x,D),w(x,M,D),S=!0},p(x,D){x[4]?v&&(ue(),_(v,1,1,()=>{v=null}),ce()):v?(v.p(x,D),D[0]&16&&d(v,1)):(v=Om(x),v.c(),d(v,1),v.m(e.parentNode,e)),x[4]&&x[30]!=="inactive"?E?(E.p(x,D),D[0]&1073741840&&d(E,1)):(E=Zm(x),E.c(),d(E,1),E.m(t.parentNode,t)):E&&(ue(),_(E,1,1,()=>{E=null}),ce()),x[96]&&G.p(x,D),!x[4]&&x[25]?W?(W.p(x,D),D[0]&33554448&&d(W,1)):(W=xm(x),W.c(),d(W,1),W.m(r,a)):W&&(ue(),_(W,1,1,()=>{W=null}),ce()),x[41]?K?(K.p(x,D),D[1]&1024&&d(K,1)):(K=$m(x),K.c(),d(K,1),K.m(r,s)):K&&(ue(),_(K,1,1,()=>{K=null}),ce());let j={};D[1]&4096&&(j.disabled=!x[43]),D[1]&1073745920|D[2]&1|D[5]&2097152&&(j.$$scope={dirty:D,ctx:x}),!f&&D[0]&1048576&&(f=!0,j.ref=x[20].episodes,Ne(()=>f=!1)),u.$set(j),x[38]?I?(I.p(x,D),D[1]&128&&d(I,1)):(I=t0(x),I.c(),d(I,1),I.m(r,h)):I&&(ue(),_(I,1,1,()=>{I=null}),ce()),x[40]?Y?(Y.p(x,D),D[1]&512&&d(Y,1)):(Y=i0(x),Y.c(),d(Y,1),Y.m(r,null)):Y&&(ue(),_(Y,1,1,()=>{Y=null}),ce());let V={};D[0]&16&&(V.isAds=x[4]),D[0]&32&&(V.canRewindLive=x[5]),D[0]&16777216&&(V.isRewindableLive=x[24]),b.$set(V),(!S||D[1]&2097152)&&O(o,"fullscreen",x[52]),(!S||D[0]&2)&&O(n,"hidden",x[1]),(!S||D[0]&8)&&O(n,"controls-hidden",!x[3]),(!S||D[0]&4)&&O(n,"no-smooth",x[2]),x[23]?X?(X.p(x,D),D[0]&8388608&&d(X,1)):(X=n0(x),X.c(),d(X,1),X.m(C.parentNode,C)):X&&(ue(),_(X,1,1,()=>{X=null}),ce()),x[101]&&$.p(x,D)},i(x){S||(d(v),d(E),d(G),d(W),d(K),d(u.$$.fragment,x),d(I),d(Y),d(b.$$.fragment,x),d(X),d($),S=!0)},o(x){_(v),_(E),_(G),_(W),_(K),_(u.$$.fragment,x),_(I),_(Y),_(b.$$.fragment,x),_(X),_($),S=!1},d(x){x&&(k(e),k(t),k(n),k(P),k(C),k(M)),v&&v.d(x),E&&E.d(x),G&&G.d(),W&&W.d(),K&&K.d(),B(u),I&&I.d(),Y&&Y.d(),i[151](null),B(b),i[152](null),X&&X.d(x),$&&$.d(x)}}}function Sv(i,e,t){let n,o,r,l,a,s,u,f,p,h,y,b,P,C,M,S,v,E,G,W,K,re,te,I,Y,X,$,x,D,j,V,Q,De,We,qe,Ze,Ae,{bottomHidden:ye}=e,{bottomNoSmooth:J}=e,{showControls:ke}=e,{controlsElementRef:Fe=void 0}=e,{isAds:Ye=!1}=e,{canRewindLive:Je}=e,{logoClickable:he}=e,{logoHidden:Ve}=e,{logoTargetUrl:ze=""}=e,{showNextPrevButtons:tt}=e,{nextButtonActive:le}=e,{prevButtonActive:oe}=e,{isOneVideoPlaylist:Ce=!1}=e,{supportLink:fe}=e,{customFullscreenSupported:Ee=!0}=e,{playNextVideo:je}=e,{playPrevVideo:rt}=e,{repeatPlaylist:dt}=e,{toggleFullscreen:st}=e,{returnFocus:de}=e,{seekToInteractive:ct}=e,{toggleGraph:It}=e,{playPrevChapter:_t}=e,{onDisabledPlayPrevChapterClick:yt}=e,{onDisabledSeekToInteractiveClick:Lt}=e,Ue=$e(),Qt=Sn(),ve=Vt(),bt=Ue.actions.internal.toggleMuted,Tt=Ue.actions.internal.togglePlay,Xe=Ue.actions.internal.pause,at=Ue.callbacks?.onAudioDoesNotExistHint,kt=Ue.callbacks?.onAudioDisabledHint,Et=Ue.playerPhase;F(i,Et,ee=>t(126,K=ee));let yi=Ue.state.duration$;F(i,yi,ee=>t(62,Ae=ee));let ki=Ue.state.positionWithScrubbing$;F(i,ki,ee=>t(61,Ze=ee));let wi=Ue.state.playbackState$;F(i,wi,ee=>t(121,h=ee));let Qi=Ue.state.isAudioAvailable$;F(i,Qi,ee=>t(51,y=ee));let ln=Ue.state.isAudioDisabled,si=Ue.state.isEnded$;F(i,si,ee=>t(127,te=ee));let ai=Ue.state.isLive$;F(i,ai,ee=>t(25,S=ee));let Ci=Ue.state.muted$;F(i,Ci,ee=>t(54,D=ee));let Yt=Ue.state.isActiveLive$;F(i,Yt,ee=>t(124,C=ee));let ui=Ue.state.isRewindableLive$;F(i,ui,ee=>t(24,M=ee));let Yi=Ue.ui.scrubbingInProgress;F(i,Yi,ee=>t(29,re=ee));let Si=Ue.ui.mobileNotReportControlHidden$;F(i,Si,ee=>t(27,G=ee));let Pi=Ue.ui.isPictureInPictureActive$;F(i,Pi,ee=>t(26,E=ee));let ci=Ue.ui.pictureInPictureType$;F(i,ci,ee=>t(125,v=ee));let Ii=Ue.ui.mobileUnmuteButtonExpanded;F(i,Ii,ee=>t(55,j=ee));let fi=Ue.ui.mobileUnmuteButtonVisible;F(i,fi,ee=>t(53,x=ee));let Ti=Ue.ui.settingsMenuVisible;F(i,Ti,ee=>t(23,p=ee));let Ei=Ue.ui.settingsMenuOpenedByKeyboard;F(i,Ei,ee=>t(120,f=ee));let At=Ue.ui.controls,zt=Ue.actions.internal.getVideoEpisodes(),Zt=Ue.webApi.pictureInPictureApi,di=Ue.state.chromecastState$;F(i,di,ee=>t(28,W=ee));let Ft=Ue.state.crashed$;F(i,Ft,ee=>t(57,Q=ee));let mi=At.disabledControls$;F(i,mi,ee=>t(128,Y=ee));let Xt=Ue.ui.startedByKeyboard$;F(i,Xt,ee=>t(119,u=ee));let ii=Ue.ads.duration;F(i,ii,ee=>t(60,qe=ee));let Bt=Ue.ads.position;F(i,Bt,ee=>t(59,We=ee));let Rt=Ue.ads.playbackState;F(i,Rt,ee=>t(30,I=ee));let qt=Ue.ui.isFullscreen;F(i,qt,ee=>t(52,$=ee));let Jt=Ue.ui.playerSize;F(i,Jt,ee=>t(123,P=ee));let pi=Ue.ui.additionalButtons$;F(i,pi,ee=>t(56,V=ee));let cn=Ue.actions.internal.getVideoElement,Zi=Ue.actions.internal.replayInteractive,xt=Ue.state.isInteractive,ni=Ue.state.isInteractiveTime$;F(i,ni,ee=>t(122,b=ee));let Mi=Ue.state.showInteractiveGraph,zi=Ue.state.showSeekToInteractive,Ut=Ue.state.showPlayPrevChapter,wt=Ue.state.showInteractiveTimeIndicator,Ai=Ue.state.graphIsOpened$;F(i,Ai,ee=>t(58,De=ee));let Xi=Qt.seekToInteractiveDisabledTooltip$;F(i,Xi,ee=>t(129,X=ee));let oi,Ji,_i,rn,xi,sn,qi,Vi,Kt,$t,hi,Ui,Ki,gi,Li,Bi,Qe,Wi,Ht,He={},Ri=(0,o0.throttleFn)(jr,260,{leading:!1}),$i=()=>Ue.actions.internal.toggleChromecast();function Gi(){ao({isAudioDisabled:ln,audioDisabledHintCallback:kt,isAudioAvailable:y,audioIsNotExistHintCallback:at})&&bt()}async function Di(){Zt?.isActive()?await Zt?.remove():await Zt?.request()}function an(){!ln&&y&&fi.set(!1),Gi()}let Ni=Ce?Tt:dt,en="",Wt=(ee,_n)=>{if(!ee){t(45,en=U("tooltip_live"));return}_n===sl.PlaybackState.PAUSED&&t(45,en=U("tooltip_play"))},tn,li,se=()=>{s&&yt(oi)},ft=()=>{r&&Lt(Ji)};function Gt(ee){i.$$.not_equal(He.volume,ee)&&(He.volume=ee,t(20,He))}function ei(ee){i.$$.not_equal(He.chromecast,ee)&&(He.chromecast=ee,t(20,He))}function Oi(ee){i.$$.not_equal(He.pip,ee)&&(He.pip=ee,t(20,He))}function Fi(ee){li=ee,t(22,li)}function yn(ee){i.$$.not_equal(He.vkLogo,ee)&&(He.vkLogo=ee,t(20,He))}function kn(ee){i.$$.not_equal(He.prevButton,ee)&&(He.prevButton=ee,t(20,He))}function mn(ee){i.$$.not_equal(He.playButton,ee)&&(He.playButton=ee,t(20,He))}function Dt(ee){i.$$.not_equal(He.replayButton,ee)&&(He.replayButton=ee,t(20,He))}function Nn(ee){i.$$.not_equal(He.nextButton,ee)&&(He.nextButton=ee,t(20,He))}function On(ee){i.$$.not_equal(He.playPrevChapterButton,ee)&&(He.playPrevChapterButton=ee,t(20,He))}function wn(ee){i.$$.not_equal(He.interactiveGraphButton,ee)&&(He.interactiveGraphButton=ee,t(20,He))}function En(ee){i.$$.not_equal(He.seekToInteractiveButton,ee)&&(He.seekToInteractiveButton=ee,t(20,He))}function pn(ee){i.$$.not_equal(He.volume,ee)&&(He.volume=ee,t(20,He))}function fn(ee){i.$$.not_equal(He.playButton,ee)&&(He.playButton=ee,t(20,He))}function ie(ee){i.$$.not_equal(He.replayButton,ee)&&(He.replayButton=ee,t(20,He))}function vt(ee){i.$$.not_equal(He.liveButton,ee)&&(He.liveButton=ee,t(20,He))}function Mn(ee){i.$$.not_equal(He.time,ee)&&(He.time=ee,t(20,He))}function Fn(ee){i.$$.not_equal(He.episodes,ee)&&(He.episodes=ee,t(20,He))}function Hn(ee){li=ee,t(22,li)}function Xn(ee){i.$$.not_equal(He.settings,ee)&&(He.settings=ee,t(20,He))}function Jn(ee){i.$$.not_equal(He.fullscreen,ee)&&(He.fullscreen=ee,t(20,He))}function xn(ee){_e[ee?"unshift":"push"](()=>{Wi=ee,t(44,Wi)})}function $n(ee){_e[ee?"unshift":"push"](()=>{Fe=ee,t(0,Fe)})}function eo(ee){tn=ee,t(21,tn)}function po(ee){i.$$.not_equal(He.interactiveTimeIndicator,ee)&&(He.interactiveTimeIndicator=ee,t(20,He))}i.$$set=ee=>{"bottomHidden"in ee&&t(1,ye=ee.bottomHidden),"bottomNoSmooth"in ee&&t(2,J=ee.bottomNoSmooth),"showControls"in ee&&t(3,ke=ee.showControls),"controlsElementRef"in ee&&t(0,Fe=ee.controlsElementRef),"isAds"in ee&&t(4,Ye=ee.isAds),"canRewindLive"in ee&&t(5,Je=ee.canRewindLive),"logoClickable"in ee&&t(6,he=ee.logoClickable),"logoHidden"in ee&&t(110,Ve=ee.logoHidden),"logoTargetUrl"in ee&&t(7,ze=ee.logoTargetUrl),"showNextPrevButtons"in ee&&t(8,tt=ee.showNextPrevButtons),"nextButtonActive"in ee&&t(9,le=ee.nextButtonActive),"prevButtonActive"in ee&&t(10,oe=ee.prevButtonActive),"isOneVideoPlaylist"in ee&&t(111,Ce=ee.isOneVideoPlaylist),"supportLink"in ee&&t(11,fe=ee.supportLink),"customFullscreenSupported"in ee&&t(112,Ee=ee.customFullscreenSupported),"playNextVideo"in ee&&t(12,je=ee.playNextVideo),"playPrevVideo"in ee&&t(13,rt=ee.playPrevVideo),"repeatPlaylist"in ee&&t(113,dt=ee.repeatPlaylist),"toggleFullscreen"in ee&&t(14,st=ee.toggleFullscreen),"returnFocus"in ee&&t(15,de=ee.returnFocus),"seekToInteractive"in ee&&t(16,ct=ee.seekToInteractive),"toggleGraph"in ee&&t(17,It=ee.toggleGraph),"playPrevChapter"in ee&&t(18,_t=ee.playPrevChapter),"onDisabledPlayPrevChapterClick"in ee&&t(114,yt=ee.onDisabledPlayPrevChapterClick),"onDisabledSeekToInteractiveClick"in ee&&t(115,Lt=ee.onDisabledSeekToInteractiveClick)},i.$$.update=()=>{if(i.$$.dirty[4]&32)e:Ji=U(X);if(i.$$.dirty[4]&16)e:t(118,n=Y.has("EPISODE_BUTTON"));if(i.$$.dirty[4]&16)e:t(50,o=Y.has("GRAPH_BUTTON"));if(i.$$.dirty[4]&16)e:t(46,r=Y.has("SEEK_TO_INTERACTIVE_BUTTON"));if(i.$$.dirty[4]&16)e:t(49,l=Y.has("PLAY_BUTTON"));if(i.$$.dirty[4]&16)e:t(48,a=Y.has("REPLAY_BUTTON"));if(i.$$.dirty[4]&16)e:t(47,s=Y.has("PLAY_PREV_CHAPTER_BUTTON"));if(i.$$.dirty[3]&268435456)e:t(31,_i=h===sl.PlaybackState.PLAYING);if(i.$$.dirty[0]&1073741824)e:t(32,rn=I==="paused");if(i.$$.dirty[0]&16|i.$$.dirty[4]&8)e:t(33,xi=te&&!Ye&&!xt);if(i.$$.dirty[0]&16|i.$$.dirty[4]&8)e:t(34,sn=!te||Ye);if(i.$$.dirty[3]&1073741824)e:t(116,qi=P.width>300);if(i.$$.dirty[3]&1073741824)e:t(35,Vi=P.width>400);if(i.$$.dirty[0]&536870912)e:t(117,Kt=re);if(i.$$.dirty[0]&469762048|i.$$.dirty[4]&2)e:t(36,$t=W!==sl.ChromecastState.NOT_AVAILABLE&&!(E&&v===1)&&!G&&!xt);if(i.$$.dirty[0]&402653184|i.$$.dirty[3]&16777216|i.$$.dirty[4]&6)e:{let ee=K==="waitingLive";t(37,hi=!!Zt&&W!==sl.ChromecastState.CONNECTED&&!G&&(v===1&&ee||!ee)&&!Kt&&!xt)}if(i.$$.dirty[3]&16777216)e:t(38,Ui=!Kt);if(i.$$.dirty[3]&1073872896)e:t(39,Ki=!Ve&&P.width>350);if(i.$$.dirty[0]&67108864|i.$$.dirty[3]&17301504|i.$$.dirty[4]&2)e:t(40,gi=ve.features.fullscreen&&!(E&&v===1)&&(xt?Ee:!0)&&!Kt);if(i.$$.dirty[0]&33554448|i.$$.dirty[3]&1090519040)e:t(41,Li=(!S||Ye)&&P.width>260&&!Kt&&!(ve.features.interactiveHideTime&&xt));if(i.$$.dirty[0]&8388616)e:t(42,Bi=p||ke);if(i.$$.dirty[0]&33554448|i.$$.dirty[3]&58720256)e:t(43,Qe=!Ye&&!S&&!!zt?.length&&qi&&!n&&!Kt);if(i.$$.dirty[0]&16777216|i.$$.dirty[4]&1)e:t(19,Ht=!M||C);if(i.$$.dirty[0]&1048584|i.$$.dirty[3]&1610612736)e:Ri(cn(),At,He,ke);if(i.$$.dirty[0]&524288|i.$$.dirty[3]&268435456)e:Wt(Ht,h);if(i.$$.dirty[0]&12582912)e:$o(li,p,Ei);if(i.$$.dirty[0]&10485760|i.$$.dirty[3]&134217728)e:Lo(tn,p,f);if(i.$$.dirty[0]&1048576|i.$$.dirty[3]&67108864)e:Qr(Xt,u,He.playButton)};e:oi=U(Ue.state.playPrevChapterDisabledTooltip);return[Fe,ye,J,ke,Ye,Je,he,ze,tt,le,oe,fe,je,rt,st,de,ct,It,_t,Ht,He,tn,li,p,M,S,E,G,W,re,I,_i,rn,xi,sn,Vi,$t,hi,Ui,Ki,gi,Li,Bi,Qe,Wi,en,r,s,a,l,o,y,$,x,D,j,V,Q,De,We,qe,Ze,Ae,Tt,Xe,Et,yi,ki,wi,Qi,ln,si,ai,Ci,Yt,ui,Yi,Si,Pi,ci,Ii,fi,Ti,Ei,zt,di,Ft,mi,Xt,ii,Bt,Rt,qt,Jt,pi,Zi,xt,ni,Mi,zi,Ut,wt,Ai,Xi,$i,Di,an,Ni,se,ft,Ve,Ce,Ee,dt,yt,Lt,qi,Kt,n,u,f,h,b,P,C,v,K,te,Y,X,Gt,ei,Oi,Fi,yn,kn,mn,Dt,Nn,On,wn,En,pn,fn,ie,vt,Mn,Fn,Hn,Xn,Jn,xn,$n,eo,po]}var Nu=class extends z{constructor(e){super(),q(this,e,Sv,Cv,H,{bottomHidden:1,bottomNoSmooth:2,showControls:3,controlsElementRef:0,isAds:4,canRewindLive:5,logoClickable:6,logoHidden:110,logoTargetUrl:7,showNextPrevButtons:8,nextButtonActive:9,prevButtonActive:10,isOneVideoPlaylist:111,supportLink:11,customFullscreenSupported:112,playNextVideo:12,playPrevVideo:13,repeatPlaylist:113,toggleFullscreen:14,returnFocus:15,seekToInteractive:16,toggleGraph:17,playPrevChapter:18,onDisabledPlayPrevChapterClick:114,onDisabledSeekToInteractiveClick:115},dv,[-1,-1,-1,-1,-1,-1])}},l0=Nu;function Pv(i){let e,t,n;function o(l){i[28](l)}let r={bottomHidden:i[1],bottomNoSmooth:i[2],showControls:i[3],isAds:i[4],canRewindLive:i[5],logoClickable:i[6],logoHidden:i[7],logoTargetUrl:i[8],showNextPrevButtons:i[9],nextButtonActive:i[10],prevButtonActive:i[11],isOneVideoPlaylist:i[12],supportLink:i[13],customFullscreenSupported:i[14],playNextVideo:i[15],playPrevVideo:i[16],repeatPlaylist:i[17],toggleFullscreen:i[18],returnFocus:i[19],seekToInteractive:i[20],toggleGraph:i[21],playPrevChapter:i[22]};return i[0]!==void 0&&(r.controlsElementRef=i[0]),e=new Em({props:r}),_e.push(()=>Oe(e,"controlsElementRef",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a&2&&(s.bottomHidden=l[1]),a&4&&(s.bottomNoSmooth=l[2]),a&8&&(s.showControls=l[3]),a&16&&(s.isAds=l[4]),a&32&&(s.canRewindLive=l[5]),a&64&&(s.logoClickable=l[6]),a&128&&(s.logoHidden=l[7]),a&256&&(s.logoTargetUrl=l[8]),a&512&&(s.showNextPrevButtons=l[9]),a&1024&&(s.nextButtonActive=l[10]),a&2048&&(s.prevButtonActive=l[11]),a&4096&&(s.isOneVideoPlaylist=l[12]),a&8192&&(s.supportLink=l[13]),a&16384&&(s.customFullscreenSupported=l[14]),a&32768&&(s.playNextVideo=l[15]),a&65536&&(s.playPrevVideo=l[16]),a&131072&&(s.repeatPlaylist=l[17]),a&262144&&(s.toggleFullscreen=l[18]),a&524288&&(s.returnFocus=l[19]),a&1048576&&(s.seekToInteractive=l[20]),a&2097152&&(s.toggleGraph=l[21]),a&4194304&&(s.playPrevChapter=l[22]),!t&&a&1&&(t=!0,s.controlsElementRef=l[0],Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function Iv(i){let e,t,n;function o(l){i[27](l)}let r={bottomHidden:i[1],bottomNoSmooth:i[2],showControls:i[3],isAds:i[4],canRewindLive:i[5],logoClickable:i[6],logoHidden:i[7],logoTargetUrl:i[8],showNextPrevButtons:i[9],nextButtonActive:i[10],prevButtonActive:i[11],isOneVideoPlaylist:i[12],supportLink:i[13],customFullscreenSupported:i[14],playNextVideo:i[15],playPrevVideo:i[16],repeatPlaylist:i[17],toggleFullscreen:i[18],returnFocus:i[19],seekToInteractive:i[20],toggleGraph:i[21],playPrevChapter:i[22],onDisabledPlayPrevChapterClick:i[23],onDisabledSeekToInteractiveClick:i[24]};return i[0]!==void 0&&(r.controlsElementRef=i[0]),e=new l0({props:r}),_e.push(()=>Oe(e,"controlsElementRef",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a&2&&(s.bottomHidden=l[1]),a&4&&(s.bottomNoSmooth=l[2]),a&8&&(s.showControls=l[3]),a&16&&(s.isAds=l[4]),a&32&&(s.canRewindLive=l[5]),a&64&&(s.logoClickable=l[6]),a&128&&(s.logoHidden=l[7]),a&256&&(s.logoTargetUrl=l[8]),a&512&&(s.showNextPrevButtons=l[9]),a&1024&&(s.nextButtonActive=l[10]),a&2048&&(s.prevButtonActive=l[11]),a&4096&&(s.isOneVideoPlaylist=l[12]),a&8192&&(s.supportLink=l[13]),a&16384&&(s.customFullscreenSupported=l[14]),a&32768&&(s.playNextVideo=l[15]),a&65536&&(s.playPrevVideo=l[16]),a&131072&&(s.repeatPlaylist=l[17]),a&262144&&(s.toggleFullscreen=l[18]),a&524288&&(s.returnFocus=l[19]),a&1048576&&(s.seekToInteractive=l[20]),a&2097152&&(s.toggleGraph=l[21]),a&4194304&&(s.playPrevChapter=l[22]),a&8388608&&(s.onDisabledPlayPrevChapterClick=l[23]),a&16777216&&(s.onDisabledSeekToInteractiveClick=l[24]),!t&&a&1&&(t=!0,s.controlsElementRef=l[0],Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function Tv(i){let e,t,n,o,r=[Iv,Pv],l=[];function a(s,u){return s[25]?0:1}return e=a(i,-1),t=l[e]=r[e](i),{c(){t.c(),n=nt()},m(s,u){l[e].m(s,u),w(s,n,u),o=!0},p(s,[u]){let f=e;e=a(s,u),e===f?l[e].p(s,u):(ue(),_(l[f],1,1,()=>{l[f]=null}),ce(),t=l[e],t?t.p(s,u):(t=l[e]=r[e](s),t.c()),d(t,1),t.m(n.parentNode,n))},i(s){o||(d(t),o=!0)},o(s){_(t),o=!1},d(s){s&&k(n),l[e].d(s)}}}function Ev(i,e,t){let n,{bottomHidden:o}=e,{bottomNoSmooth:r=!1}=e,{showControls:l}=e,{controlsElementRef:a=void 0}=e,{isAds:s=!1}=e,{canRewindLive:u}=e,{logoClickable:f}=e,{logoHidden:p}=e,{logoTargetUrl:h=""}=e,{showNextPrevButtons:y}=e,{nextButtonActive:b}=e,{prevButtonActive:P}=e,{isOneVideoPlaylist:C=!1}=e,{supportLink:M}=e,{customFullscreenSupported:S=!0}=e,{playNextVideo:v}=e,{playPrevVideo:E}=e,{repeatPlaylist:G}=e,{toggleFullscreen:W}=e,{returnFocus:K=Zr.noop}=e,{seekToInteractive:re}=e,{toggleGraph:te}=e,{playPrevChapter:I}=e,{onDisabledPlayPrevChapterClick:Y=Zr.noop}=e,{onDisabledSeekToInteractiveClick:X=Zr.noop}=e,x=$e().ui.isMobile;F(i,x,V=>t(25,n=V));function D(V){a=V,t(0,a)}function j(V){a=V,t(0,a)}return i.$$set=V=>{"bottomHidden"in V&&t(1,o=V.bottomHidden),"bottomNoSmooth"in V&&t(2,r=V.bottomNoSmooth),"showControls"in V&&t(3,l=V.showControls),"controlsElementRef"in V&&t(0,a=V.controlsElementRef),"isAds"in V&&t(4,s=V.isAds),"canRewindLive"in V&&t(5,u=V.canRewindLive),"logoClickable"in V&&t(6,f=V.logoClickable),"logoHidden"in V&&t(7,p=V.logoHidden),"logoTargetUrl"in V&&t(8,h=V.logoTargetUrl),"showNextPrevButtons"in V&&t(9,y=V.showNextPrevButtons),"nextButtonActive"in V&&t(10,b=V.nextButtonActive),"prevButtonActive"in V&&t(11,P=V.prevButtonActive),"isOneVideoPlaylist"in V&&t(12,C=V.isOneVideoPlaylist),"supportLink"in V&&t(13,M=V.supportLink),"customFullscreenSupported"in V&&t(14,S=V.customFullscreenSupported),"playNextVideo"in V&&t(15,v=V.playNextVideo),"playPrevVideo"in V&&t(16,E=V.playPrevVideo),"repeatPlaylist"in V&&t(17,G=V.repeatPlaylist),"toggleFullscreen"in V&&t(18,W=V.toggleFullscreen),"returnFocus"in V&&t(19,K=V.returnFocus),"seekToInteractive"in V&&t(20,re=V.seekToInteractive),"toggleGraph"in V&&t(21,te=V.toggleGraph),"playPrevChapter"in V&&t(22,I=V.playPrevChapter),"onDisabledPlayPrevChapterClick"in V&&t(23,Y=V.onDisabledPlayPrevChapterClick),"onDisabledSeekToInteractiveClick"in V&&t(24,X=V.onDisabledSeekToInteractiveClick)},[a,o,r,l,s,u,f,p,h,y,b,P,C,M,S,v,E,G,W,K,re,te,I,Y,X,n,x,D,j]}var Ou=class extends z{constructor(e){super(),q(this,e,Ev,Tv,H,{bottomHidden:1,bottomNoSmooth:2,showControls:3,controlsElementRef:0,isAds:4,canRewindLive:5,logoClickable:6,logoHidden:7,logoTargetUrl:8,showNextPrevButtons:9,nextButtonActive:10,prevButtonActive:11,isOneVideoPlaylist:12,supportLink:13,customFullscreenSupported:14,playNextVideo:15,playPrevVideo:16,repeatPlaylist:17,toggleFullscreen:18,returnFocus:19,seekToInteractive:20,toggleGraph:21,playPrevChapter:22,onDisabledPlayPrevChapterClick:23,onDisabledSeekToInteractiveClick:24})}},Xr=Ou;function Mv(i){let e,t,n,o,r,l,a,s,u,f,p,h,y,b,P=i[2].default,C=Se(P,i,i[1],null),M=[{xmlns:"http://www.w3.org/2000/svg"},{width:"48"},{height:"51"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"seek-icon"},{role:"img"},i[0]],S={};for(let v=0;v<M.length;v+=1)S=ne(S,M[v]);return{c(){e=A("svg"),C&&C.c(),t=A("g"),n=A("path"),o=A("path"),r=A("defs"),l=A("filter"),a=A("feFlood"),s=A("feColorMatrix"),u=A("feOffset"),f=A("feGaussianBlur"),p=A("feColorMatrix"),h=A("feBlend"),y=A("feBlend"),c(n,"fill","#fff"),c(n,"d","M15.537 10.534a1.157 1.157 0 0 0 .003 1.96l7.658 4.823c.78.491 1.798-.065 1.798-.981v-3.3c7.265.512 13 6.568 13 13.964 0 7.732-6.268 14-14 14-5.98 0-11.088-3.75-13.093-9.032a1.5 1.5 0 0 0-2.805 1.064C10.531 39.441 16.73 44 23.996 44c9.39 0 17-7.611 17-17 0-9.053-7.076-16.453-16-16.971V6.664c0-.918-1.021-1.473-1.8-.98z"),c(o,"stroke","#000"),c(o,"stroke-opacity",".12"),c(o,"stroke-width",".5"),c(o,"d","M15.404 10.322a1.407 1.407 0 0 0 .003 2.384l7.657 4.823c.944.594 2.182-.076 2.182-1.193v-3.03c7.008.631 12.5 6.522 12.5 13.694 0 7.594-6.156 13.75-13.75 13.75-5.873 0-10.89-3.683-12.86-8.871a1.75 1.75 0 1 0-3.272 1.242c2.469 6.503 8.758 11.129 16.132 11.129 9.527 0 17.25-7.723 17.25-17.25 0-9.107-7.056-16.565-16-17.205V6.664c0-1.118-1.241-1.788-2.184-1.19z"),c(t,"filter","url(#a)"),c(a,"flood-opacity","0"),c(a,"result","BackgroundImageFix"),c(s,"in","SourceAlpha"),c(s,"result","hardAlpha"),c(s,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"),c(f,"stdDeviation","2.5"),c(p,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"),c(h,"in2","BackgroundImageFix"),c(h,"result","effect1_dropShadow_2260_100684"),c(y,"in","SourceGraphic"),c(y,"in2","effect1_dropShadow_2260_100684"),c(y,"result","shape"),c(l,"id","a"),c(l,"width","43.996"),c(l,"height","49.5"),c(l,"x","2.5"),c(l,"y","0"),c(l,"color-interpolation-filters","sRGB"),c(l,"filterUnits","userSpaceOnUse"),be(e,S)},m(v,E){w(v,e,E),C&&C.m(e,null),m(e,t),m(t,n),m(t,o),m(e,r),m(r,l),m(l,a),m(l,s),m(l,u),m(l,f),m(l,p),m(l,h),m(l,y),b=!0},p(v,[E]){C&&C.p&&(!b||E&2)&&Ie(C,P,v,v[1],b?Pe(P,v[1],E,null):Te(v[1]),null),be(e,S=Le(M,[{xmlns:"http://www.w3.org/2000/svg"},{width:"48"},{height:"51"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"seek-icon"},{role:"img"},E&1&&v[0]]))},i(v){b||(d(C,v),b=!0)},o(v){_(C,v),b=!1},d(v){v&&k(e),C&&C.d(v)}}}function Av(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var Fu=class extends z{constructor(e){super(),q(this,e,Av,Mv,H,{})}},r0=Fu;function Vv(i){let e,t;return e=new r0({props:{style:i[0]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,[o]){let r={};o&1&&(r.style=n[0]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Lv(i,e,t){let n,{reversed:o=!1}=e;return i.$$set=r=>{"reversed"in r&&t(1,o=r.reversed)},i.$$.update=()=>{if(i.$$.dirty&2)e:t(0,n=o?"transform: scaleX(-1);":void 0)},[n,o]}var Hu=class extends z{constructor(e){super(),q(this,e,Lv,Vv,H,{reversed:1})}},s0=Hu;function Bv(i){let e,t,n,o,r,l,a,s,u,f,p,h,y,b,P,C,M=i[2].default,S=Se(M,i,i[1],null),v=[{xmlns:"http://www.w3.org/2000/svg"},{width:"48"},{height:"48"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"subtitles-on-icon"},{role:"img"},i[0]],E={};for(let G=0;G<v.length;G+=1)E=ne(E,v[G]);return{c(){e=A("svg"),S&&S.c(),t=A("g"),n=A("path"),o=A("path"),r=A("defs"),l=A("clipPath"),a=A("path"),s=A("filter"),u=A("feFlood"),f=A("feColorMatrix"),p=A("feOffset"),h=A("feGaussianBlur"),y=A("feColorMatrix"),b=A("feBlend"),P=A("feBlend"),c(n,"fill","#fff"),c(n,"fill-rule","evenodd"),c(n,"d","M28.167 7h-8.334c-2.463 0-4.404 0-5.966.128-1.594.13-2.925.4-4.134 1.016a10.5 10.5 0 0 0-4.589 4.59c-.616 1.208-.886 2.54-1.016 4.133C4 18.429 4 20.37 4 22.833v2.334c0 2.463 0 4.404.128 5.966.13 1.594.4 2.925 1.016 4.134a10.5 10.5 0 0 0 4.59 4.589c1.208.616 2.54.886 4.133 1.016 1.562.128 3.502.128 5.966.128h8.334c2.463 0 4.404 0 5.966-.128 1.594-.13 2.925-.4 4.134-1.016a10.5 10.5 0 0 0 4.589-4.59c.616-1.208.886-2.54 1.016-4.133.128-1.562.128-3.502.128-5.966v-2.334c0-2.463 0-4.404-.128-5.966-.13-1.594-.4-2.925-1.016-4.134a10.5 10.5 0 0 0-4.59-4.589c-1.208-.616-2.54-.886-4.133-1.016C32.571 7 30.63 7 28.167 7M13.5 28a1.5 1.5 0 0 0 0 3h11a1.5 1.5 0 0 0 0-3zM12 22a1.5 1.5 0 0 1 1.5-1.5h4a1.5 1.5 0 0 1 0 3h-4A1.5 1.5 0 0 1 12 22m18.5 6a1.5 1.5 0 0 0 0 3h4a1.5 1.5 0 0 0 0-3zM22 22a1.5 1.5 0 0 1 1.5-1.5h11a1.5 1.5 0 0 1 0 3h-11A1.5 1.5 0 0 1 22 22"),c(n,"clip-rule","evenodd"),c(o,"stroke","#000"),c(o,"stroke-opacity",".12"),c(o,"stroke-width",".5"),c(o,"d","M28.167 6.75h-8.344c-2.455 0-4.405 0-5.977.128-1.609.132-2.976.407-4.226 1.044a10.75 10.75 0 0 0-4.698 4.698c-.637 1.25-.912 2.617-1.044 4.226-.128 1.572-.128 3.522-.128 5.977v2.354c0 2.455 0 4.405.128 5.977.132 1.609.407 2.976 1.044 4.226a10.75 10.75 0 0 0 4.698 4.698c1.25.637 2.617.912 4.226 1.044 1.572.128 3.522.128 5.977.128h8.354c2.455 0 4.404 0 5.977-.128 1.609-.132 2.976-.407 4.226-1.044a10.75 10.75 0 0 0 4.698-4.698c.637-1.25.912-2.617 1.044-4.226.128-1.573.128-3.522.128-5.977v-2.354c0-2.455 0-4.405-.128-5.977-.132-1.609-.407-2.976-1.044-4.226a10.75 10.75 0 0 0-4.698-4.698c-1.25-.637-2.617-.912-4.226-1.044-1.572-.128-3.522-.128-5.977-.128zM12.25 29.5c0-.69.56-1.25 1.25-1.25h11a1.25 1.25 0 1 1 0 2.5h-11c-.69 0-1.25-.56-1.25-1.25Zm0-7.5c0-.69.56-1.25 1.25-1.25h4a1.25 1.25 0 1 1 0 2.5h-4c-.69 0-1.25-.56-1.25-1.25Zm17 7.5c0-.69.56-1.25 1.25-1.25h4a1.25 1.25 0 1 1 0 2.5h-4c-.69 0-1.25-.56-1.25-1.25Zm-7-7.5c0-.69.56-1.25 1.25-1.25h11a1.25 1.25 0 1 1 0 2.5h-11c-.69 0-1.25-.56-1.25-1.25Z"),c(t,"clip-path","url(#c)"),c(t,"filter","url(#a)"),c(a,"fill","#fff"),c(a,"d","M0 0h48v48H0z"),c(l,"id","c"),c(u,"flood-opacity","0"),c(u,"result","BackgroundImageFix"),c(f,"in","SourceAlpha"),c(f,"result","hardAlpha"),c(f,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"),c(h,"stdDeviation","2.5"),c(y,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"),c(b,"in2","BackgroundImageFix"),c(b,"result","effect1_dropShadow_2260_104204"),c(P,"in","SourceGraphic"),c(P,"in2","effect1_dropShadow_2260_104204"),c(P,"result","shape"),c(s,"id","a"),c(s,"width","51"),c(s,"height","45"),c(s,"x","-1.5"),c(s,"y","1.5"),c(s,"color-interpolation-filters","sRGB"),c(s,"filterUnits","userSpaceOnUse"),be(e,E)},m(G,W){w(G,e,W),S&&S.m(e,null),m(e,t),m(t,n),m(t,o),m(e,r),m(r,l),m(l,a),m(r,s),m(s,u),m(s,f),m(s,p),m(s,h),m(s,y),m(s,b),m(s,P),C=!0},p(G,[W]){S&&S.p&&(!C||W&2)&&Ie(S,M,G,G[1],C?Pe(M,G[1],W,null):Te(G[1]),null),be(e,E=Le(v,[{xmlns:"http://www.w3.org/2000/svg"},{width:"48"},{height:"48"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"subtitles-on-icon"},{role:"img"},W&1&&G[0]]))},i(G){C||(d(S,G),C=!0)},o(G){_(S,G),C=!1},d(G){G&&k(e),S&&S.d(G)}}}function Rv(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var zu=class extends z{constructor(e){super(),q(this,e,Rv,Bv,H,{})}},a0=zu;function Dv(i){let e,t,n,o,r,l,a,s,u,f,p,h,y,b,P,C,M,S=i[2].default,v=Se(S,i,i[1],null),E=[{xmlns:"http://www.w3.org/2000/svg"},{width:"48"},{height:"48"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"subtitles-off-icon"},{role:"img"},i[0]],G={};for(let W=0;W<E.length;W+=1)G=ne(G,E[W]);return{c(){e=A("svg"),v&&v.c(),t=A("g"),n=A("path"),o=A("path"),r=A("path"),l=A("defs"),a=A("clipPath"),s=A("path"),u=A("filter"),f=A("feFlood"),p=A("feColorMatrix"),h=A("feOffset"),y=A("feGaussianBlur"),b=A("feColorMatrix"),P=A("feBlend"),C=A("feBlend"),c(n,"fill","#fff"),c(n,"fill-rule","evenodd"),c(n,"d","M6.56 4.44a1.5 1.5 0 1 0-2.12 2.12l3.088 3.09a10.5 10.5 0 0 0-2.384 3.083c-.616 1.21-.886 2.54-1.016 4.134C4 18.429 4 20.369 4 22.833v2.334c0 2.463 0 4.404.128 5.966.13 1.594.4 2.925 1.016 4.134a10.5 10.5 0 0 0 4.59 4.589c1.208.616 2.54.886 4.133 1.016 1.562.128 3.502.128 5.966.128h8.334c2.463 0 4.404 0 5.966-.128 1.437-.117 2.66-.348 3.773-.844l3.533 3.533a1.5 1.5 0 0 0 2.122-2.122l-37-37ZM13.5 28a1.5 1.5 0 0 0 0 3h11a1.5 1.5 0 0 0 0-3zM12 22a1.5 1.5 0 0 1 1.5-1.5h4a1.5 1.5 0 0 1 0 3h-4A1.5 1.5 0 0 1 12 22"),c(n,"clip-rule","evenodd"),c(o,"fill","#fff"),c(o,"d","M34.5 23.5h-4.639l12.552 12.551q.237-.381.443-.784c.616-1.21.886-2.54 1.016-4.134.128-1.562.128-3.502.128-5.966v-2.334c0-2.463 0-4.404-.128-5.966-.13-1.594-.4-2.925-1.016-4.134a10.5 10.5 0 0 0-4.59-4.589c-1.208-.616-2.54-.886-4.133-1.016C32.571 7 30.63 7 28.167 7h-8.334c-2.463 0-4.404 0-5.966.128l-.347.03L26.86 20.5h7.64a1.5 1.5 0 0 1 0 3"),c(r,"stroke","#000"),c(r,"stroke-opacity",".12"),c(r,"stroke-width",".5"),c(r,"d","M29.861 23.25h-.603l.427.427 12.55 12.551.223.223.167-.268q.243-.39.453-.803c.637-1.25.912-2.617 1.044-4.226.128-1.573.128-3.522.128-5.977v-2.354c0-2.455 0-4.405-.128-5.977-.132-1.609-.407-2.976-1.044-4.226a10.75 10.75 0 0 0-4.698-4.698c-1.25-.637-2.617-.912-4.226-1.044-1.572-.128-3.522-.128-5.977-.128h-8.354c-2.455 0-4.405 0-5.977.128q-.177.014-.35.032l-.527.051.374.374 13.341 13.342.074.073H34.5a1.25 1.25 0 1 1 0 2.5zM6.737 4.263a1.75 1.75 0 0 0-2.474 2.474l2.903 2.904a10.8 10.8 0 0 0-2.244 2.979c-.637 1.25-.912 2.617-1.044 4.226-.128 1.572-.128 3.522-.128 5.977v2.354c0 2.455 0 4.405.128 5.977.132 1.609.407 2.976 1.044 4.226a10.75 10.75 0 0 0 4.698 4.698c1.25.637 2.617.912 4.226 1.044 1.572.128 3.522.128 5.977.128h8.354c2.455 0 4.404 0 5.977-.128 1.384-.114 2.59-.333 3.696-.797l3.413 3.412a1.75 1.75 0 1 0 2.474-2.474zM12.25 29.5c0-.69.56-1.25 1.25-1.25h11a1.25 1.25 0 1 1 0 2.5h-11c-.69 0-1.25-.56-1.25-1.25Zm0-7.5c0-.69.56-1.25 1.25-1.25h4a1.25 1.25 0 1 1 0 2.5h-4c-.69 0-1.25-.56-1.25-1.25Z"),c(t,"clip-path","url(#c)"),c(t,"filter","url(#a)"),c(s,"fill","#fff"),c(s,"d","M0 0h48v48H0z"),c(a,"id","c"),c(f,"flood-opacity","0"),c(f,"result","BackgroundImageFix"),c(p,"in","SourceAlpha"),c(p,"result","hardAlpha"),c(p,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"),c(y,"stdDeviation","2.5"),c(b,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"),c(P,"in2","BackgroundImageFix"),c(P,"result","effect1_dropShadow_2260_104293"),c(C,"in","SourceGraphic"),c(C,"in2","effect1_dropShadow_2260_104293"),c(C,"result","shape"),c(u,"id","a"),c(u,"width","51"),c(u,"height","51"),c(u,"x","-1.5"),c(u,"y","-1.5"),c(u,"color-interpolation-filters","sRGB"),c(u,"filterUnits","userSpaceOnUse"),be(e,G)},m(W,K){w(W,e,K),v&&v.m(e,null),m(e,t),m(t,n),m(t,o),m(t,r),m(e,l),m(l,a),m(a,s),m(l,u),m(u,f),m(u,p),m(u,h),m(u,y),m(u,b),m(u,P),m(u,C),M=!0},p(W,[K]){v&&v.p&&(!M||K&2)&&Ie(v,S,W,W[1],M?Pe(S,W[1],K,null):Te(W[1]),null),be(e,G=Le(E,[{xmlns:"http://www.w3.org/2000/svg"},{width:"48"},{height:"48"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"subtitles-off-icon"},{role:"img"},K&1&&W[0]]))},i(W){M||(d(v,W),M=!0)},o(W){_(v,W),M=!1},d(W){W&&k(e),v&&v.d(W)}}}function Nv(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var qu=class extends z{constructor(e){super(),q(this,e,Nv,Dv,H,{})}},u0=qu;function Ov(i){let e,t;return e=new a0({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Fv(i){let e,t;return e=new u0({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Hv(i){let e,t,n,o,r=[Fv,Ov],l=[];function a(s,u){return s[0]?0:1}return e=a(i,-1),t=l[e]=r[e](i),{c(){t.c(),n=nt()},m(s,u){l[e].m(s,u),w(s,n,u),o=!0},p(s,[u]){let f=e;e=a(s,u),e!==f&&(ue(),_(l[f],1,1,()=>{l[f]=null}),ce(),t=l[e],t||(t=l[e]=r[e](s),t.c()),d(t,1),t.m(n.parentNode,n))},i(s){o||(d(t),o=!0)},o(s){_(t),o=!1},d(s){s&&k(n),l[e].d(s)}}}function zv(i,e,t){let{isOff:n=!1}=e;return i.$$set=o=>{"isOff"in o&&t(0,n=o.isOff)},[n]}var Uu=class extends z{constructor(e){super(),q(this,e,zv,Hv,H,{isOff:0})}},Ku=Uu;function qv(i){let e,t,n,o,r,l,a,s,u,f,p,h,y,b,P=i[2].default,C=Se(P,i,i[1],null),M=[{xmlns:"http://www.w3.org/2000/svg"},{width:"48"},{height:"48"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"rate-change-icon"},{role:"img"},i[0]],S={};for(let v=0;v<M.length;v+=1)S=ne(S,M[v]);return{c(){e=A("svg"),C&&C.c(),t=A("g"),n=A("path"),o=A("path"),r=A("defs"),l=A("filter"),a=A("feFlood"),s=A("feColorMatrix"),u=A("feOffset"),f=A("feGaussianBlur"),p=A("feColorMatrix"),h=A("feBlend"),y=A("feBlend"),c(n,"fill","#fff"),c(n,"d","M24 22.677v-5.87a1.2 1.2 0 0 0-1.792-1.045L9.51 22.955a1.2 1.2 0 0 0 0 2.088l12.697 7.192a1.2 1.2 0 0 0 1.791-1.044v-5.873l12.21 6.916A1.2 1.2 0 0 0 38 31.19V16.805a1.2 1.2 0 0 0-1.791-1.044z"),c(o,"stroke","#000"),c(o,"stroke-opacity",".12"),c(o,"stroke-width",".5"),c(o,"d","M24.25 16.806v5.442l11.835-6.704a1.45 1.45 0 0 1 2.165 1.261V31.19a1.45 1.45 0 0 1-2.165 1.262L24.25 25.747v5.444a1.45 1.45 0 0 1-2.164 1.262L9.388 25.26a1.45 1.45 0 0 1 0-2.523l12.697-7.192a1.45 1.45 0 0 1 2.164 1.261Z"),c(t,"filter","url(#a)"),c(a,"flood-opacity","0"),c(a,"result","BackgroundImageFix"),c(s,"in","SourceAlpha"),c(s,"result","hardAlpha"),c(s,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"),c(f,"stdDeviation","2.5"),c(p,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"),c(h,"in2","BackgroundImageFix"),c(h,"result","effect1_dropShadow_2260_106627"),c(y,"in","SourceGraphic"),c(y,"in2","effect1_dropShadow_2260_106627"),c(y,"result","shape"),c(l,"id","a"),c(l,"width","40.098"),c(l,"height","27.785"),c(l,"x","3.402"),c(l,"y","10.105"),c(l,"color-interpolation-filters","sRGB"),c(l,"filterUnits","userSpaceOnUse"),be(e,S)},m(v,E){w(v,e,E),C&&C.m(e,null),m(e,t),m(t,n),m(t,o),m(e,r),m(r,l),m(l,a),m(l,s),m(l,u),m(l,f),m(l,p),m(l,h),m(l,y),b=!0},p(v,[E]){C&&C.p&&(!b||E&2)&&Ie(C,P,v,v[1],b?Pe(P,v[1],E,null):Te(v[1]),null),be(e,S=Le(M,[{xmlns:"http://www.w3.org/2000/svg"},{width:"48"},{height:"48"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"rate-change-icon"},{role:"img"},E&1&&v[0]]))},i(v){b||(d(C,v),b=!0)},o(v){_(C,v),b=!1},d(v){v&&k(e),C&&C.d(v)}}}function Uv(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var Wu=class extends z{constructor(e){super(),q(this,e,Uv,qv,H,{})}},c0=Wu;function Kv(i){let e,t;return e=new c0({props:{style:i[0]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,[o]){let r={};o&1&&(r.style=n[0]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Wv(i,e,t){let n,{reversed:o=!1}=e;return i.$$set=r=>{"reversed"in r&&t(1,o=r.reversed)},i.$$.update=()=>{if(i.$$.dirty&2)e:t(0,n=o?"transform: scaleX(-1);":void 0)},[n,o]}var Gu=class extends z{constructor(e){super(),q(this,e,Wv,Kv,H,{reversed:1})}},f0=Gu;function Gv(i){let e,t,n,o,r,l,a,s,u,f,p,h,y,b,P=i[2].default,C=Se(P,i,i[1],null),M=[{xmlns:"http://www.w3.org/2000/svg"},{width:"48"},{height:"48"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"episodes-seek-icon"},{role:"img"},i[0]],S={};for(let v=0;v<M.length;v+=1)S=ne(S,M[v]);return{c(){e=A("svg"),C&&C.c(),t=A("g"),n=A("path"),o=A("path"),r=A("defs"),l=A("filter"),a=A("feFlood"),s=A("feColorMatrix"),u=A("feOffset"),f=A("feGaussianBlur"),p=A("feColorMatrix"),h=A("feBlend"),y=A("feBlend"),c(n,"fill","#fff"),c(n,"d","M14 21.817c.631-.505 1.627-1.054 3.084-1.857l13.009-7.172c2.268-1.25 3.402-1.875 4.332-1.778a2.9 2.9 0 0 1 2.026 1.134c.549.73.549 1.991.549 4.511v14.69c0 2.52 0 3.78-.549 4.51a2.9 2.9 0 0 1-2.026 1.135c-.93.097-2.064-.528-4.332-1.778L17.084 28.04c-1.457-.803-2.453-1.352-3.084-1.857V34.5a1.5 1.5 0 0 1-3 0v-21a1.5 1.5 0 0 1 3 0z"),c(o,"stroke","#000"),c(o,"stroke-opacity",".12"),c(o,"stroke-width",".5"),c(o,"d","m16.964 19.74-.029.016c-1.162.641-2.046 1.129-2.685 1.567V13.5a1.75 1.75 0 1 0-3.5 0v21a1.75 1.75 0 1 0 3.5 0v-7.823c.639.438 1.523.926 2.685 1.567l.029.015 13.008 7.172.012.006c1.124.62 1.983 1.093 2.676 1.398.695.306 1.26.46 1.791.404a3.16 3.16 0 0 0 2.2-1.233c.317-.421.46-.976.53-1.711.069-.733.069-1.688.069-2.936V16.641c0-1.248 0-2.203-.07-2.936-.07-.735-.212-1.29-.529-1.711a3.16 3.16 0 0 0-2.2-1.233c-.53-.055-1.096.098-1.79.404-.694.305-1.553.778-2.677 1.398l-.012.006z"),c(t,"filter","url(#a)"),c(a,"flood-opacity","0"),c(a,"result","BackgroundImageFix"),c(s,"in","SourceAlpha"),c(s,"result","hardAlpha"),c(s,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"),c(f,"stdDeviation","2.5"),c(p,"values","0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"),c(h,"in2","BackgroundImageFix"),c(h,"result","effect1_dropShadow_2340_106922"),c(y,"in","SourceGraphic"),c(y,"in2","effect1_dropShadow_2340_106922"),c(y,"result","shape"),c(l,"id","a"),c(l,"width","37"),c(l,"height","37"),c(l,"x","5.5"),c(l,"y","5.5"),c(l,"color-interpolation-filters","sRGB"),c(l,"filterUnits","userSpaceOnUse"),be(e,S)},m(v,E){w(v,e,E),C&&C.m(e,null),m(e,t),m(t,n),m(t,o),m(e,r),m(r,l),m(l,a),m(l,s),m(l,u),m(l,f),m(l,p),m(l,h),m(l,y),b=!0},p(v,[E]){C&&C.p&&(!b||E&2)&&Ie(C,P,v,v[1],b?Pe(P,v[1],E,null):Te(v[1]),null),be(e,S=Le(M,[{xmlns:"http://www.w3.org/2000/svg"},{width:"48"},{height:"48"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"episodes-seek-icon"},{role:"img"},E&1&&v[0]]))},i(v){b||(d(C,v),b=!0)},o(v){_(C,v),b=!1},d(v){v&&k(e),C&&C.d(v)}}}function jv(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var ju=class extends z{constructor(e){super(),q(this,e,jv,Gv,H,{})}},d0=ju;function Qv(i){let e,t;return e=new d0({props:{style:i[0]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,[o]){let r={};o&1&&(r.style=n[0]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Yv(i,e,t){let n,{reversed:o=!1}=e;return i.$$set=r=>{"reversed"in r&&t(1,o=r.reversed)},i.$$.update=()=>{if(i.$$.dirty&2)e:t(0,n=o?"transform: scaleX(-1);":void 0)},[n,o]}var Qu=class extends z{constructor(e){super(),q(this,e,Yv,Qv,H,{reversed:1})}},m0=Qu;function Zv(i){we(i,"svelte-4ftgwp",`.hot-key-helpers-container.svelte-4ftgwp.svelte-4ftgwp{position:absolute;top:calc(50% - 40px);left:calc(50% - 100px);width:200px;height:120px;display:flex;align-items:center;flex-direction:column;animation:svelte-4ftgwp-fadeIn ease var(--controls-transition-duration);padding-top:14px;box-sizing:border-box}.hot-key-helpers-container.svelte-4ftgwp>div.svelte-4ftgwp{width:48px;height:48px;display:flex;justify-content:center;align-items:center}.hot-key-helpers-container.svelte-4ftgwp svg[data-testid="volume-off-icon"],.hot-key-helpers-container.svelte-4ftgwp svg[data-testid="volume-max-icon"]{transform:scale(2)}.hot-key-helpers-container.svelte-4ftgwp svg[data-testid="replay-icon"],.hot-key-helpers-container.svelte-4ftgwp svg[data-testid="play-icon"],.hot-key-helpers-container.svelte-4ftgwp svg[data-testid="pause-icon"]{transform:scale(2.5)}.hot-key-helpers-container--left.svelte-4ftgwp.svelte-4ftgwp{left:calc(25% - 100px)}.hot-key-helpers-container--right.svelte-4ftgwp.svelte-4ftgwp{left:calc(75% - 100px)}.hot-key-helpers-text.svelte-4ftgwp.svelte-4ftgwp{text-align:center;font-feature-settings:'clig' off, 'liga' off;text-shadow:0px 0px 5px rgba(0, 0, 0, 0.16);font-size:15px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:-0.105px;width:100%;max-height:40px;margin-top:4px;display:-webkit-box;text-overflow:ellipsis;white-space:pre-wrap;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.hidden.svelte-4ftgwp.svelte-4ftgwp{visibility:hidden;animation:svelte-4ftgwp-fadeOut ease var(--controls-transition-duration);width:0;height:0}@keyframes svelte-4ftgwp-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes svelte-4ftgwp-fadeOut{0%{opacity:1}100%{opacity:0}}`)}function p0(i){let e,t=["BACKWARD_SEEK","FORWARD_SEEK"].includes(i[4]),n,o,r,l,a,s,u=["RATE_DOWN","RATE_UP"].includes(i[4]),f,p=["EPISODE_PREV","EPISODE_NEXT"].includes(i[4]),h,y,b,P,C,M=t&&_0(i),S=i[4]==="PAUSE"&&h0(i),v=i[4]==="PLAY"&&g0(i),E=i[4]==="REPLAY"&&b0(i),G=i[4]==="SUBTITLES_OFF"&&v0(i),W=i[4]==="SUBTITLES_ON"&&y0(i),K=u&&k0(i),re=p&&w0(i),te=i[4]==="MUTE"&&C0(i),I=i[4]==="VOLUME"&&S0(i),Y=i[5]&&P0(i);return{c(){e=T("div"),M&&M.c(),n=N(),S&&S.c(),o=N(),v&&v.c(),r=N(),E&&E.c(),l=N(),G&&G.c(),a=N(),W&&W.c(),s=N(),K&&K.c(),f=N(),re&&re.c(),h=N(),te&&te.c(),y=N(),I&&I.c(),b=N(),Y&&Y.c(),P=nt(),c(e,"class","svelte-4ftgwp")},m(X,$){w(X,e,$),M&&M.m(e,null),m(e,n),S&&S.m(e,null),m(e,o),v&&v.m(e,null),m(e,r),E&&E.m(e,null),m(e,l),G&&G.m(e,null),m(e,a),W&&W.m(e,null),m(e,s),K&&K.m(e,null),m(e,f),re&&re.m(e,null),m(e,h),te&&te.m(e,null),m(e,y),I&&I.m(e,null),w(X,b,$),Y&&Y.m(X,$),w(X,P,$),C=!0},p(X,$){$&16&&(t=["BACKWARD_SEEK","FORWARD_SEEK"].includes(X[4])),t?M?(M.p(X,$),$&16&&d(M,1)):(M=_0(X),M.c(),d(M,1),M.m(e,n)):M&&(ue(),_(M,1,1,()=>{M=null}),ce()),X[4]==="PAUSE"?S?$&16&&d(S,1):(S=h0(X),S.c(),d(S,1),S.m(e,o)):S&&(ue(),_(S,1,1,()=>{S=null}),ce()),X[4]==="PLAY"?v?$&16&&d(v,1):(v=g0(X),v.c(),d(v,1),v.m(e,r)):v&&(ue(),_(v,1,1,()=>{v=null}),ce()),X[4]==="REPLAY"?E?$&16&&d(E,1):(E=b0(X),E.c(),d(E,1),E.m(e,l)):E&&(ue(),_(E,1,1,()=>{E=null}),ce()),X[4]==="SUBTITLES_OFF"?G?$&16&&d(G,1):(G=v0(X),G.c(),d(G,1),G.m(e,a)):G&&(ue(),_(G,1,1,()=>{G=null}),ce()),X[4]==="SUBTITLES_ON"?W?$&16&&d(W,1):(W=y0(X),W.c(),d(W,1),W.m(e,s)):W&&(ue(),_(W,1,1,()=>{W=null}),ce()),$&16&&(u=["RATE_DOWN","RATE_UP"].includes(X[4])),u?K?(K.p(X,$),$&16&&d(K,1)):(K=k0(X),K.c(),d(K,1),K.m(e,f)):K&&(ue(),_(K,1,1,()=>{K=null}),ce()),$&16&&(p=["EPISODE_PREV","EPISODE_NEXT"].includes(X[4])),p?re?(re.p(X,$),$&16&&d(re,1)):(re=w0(X),re.c(),d(re,1),re.m(e,h)):re&&(ue(),_(re,1,1,()=>{re=null}),ce()),X[4]==="MUTE"?te?$&16&&d(te,1):(te=C0(X),te.c(),d(te,1),te.m(e,y)):te&&(ue(),_(te,1,1,()=>{te=null}),ce()),X[4]==="VOLUME"?I?$&16&&d(I,1):(I=S0(X),I.c(),d(I,1),I.m(e,null)):I&&(ue(),_(I,1,1,()=>{I=null}),ce()),X[5]?Y?Y.p(X,$):(Y=P0(X),Y.c(),Y.m(P.parentNode,P)):Y&&(Y.d(1),Y=null)},i(X){C||(d(M),d(S),d(v),d(E),d(G),d(W),d(K),d(re),d(te),d(I),C=!0)},o(X){_(M),_(S),_(v),_(E),_(G),_(W),_(K),_(re),_(te),_(I),C=!1},d(X){X&&(k(e),k(b),k(P)),M&&M.d(),S&&S.d(),v&&v.d(),E&&E.d(),G&&G.d(),W&&W.d(),K&&K.d(),re&&re.d(),te&&te.d(),I&&I.d(),Y&&Y.d(X)}}}function _0(i){let e,t;return e=new s0({props:{reversed:i[4]==="FORWARD_SEEK"}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o&16&&(r.reversed=n[4]==="FORWARD_SEEK"),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function h0(i){let e,t;return e=new Ir({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function g0(i){let e,t;return e=new ol({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function b0(i){let e,t;return e=new Or({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function v0(i){let e,t;return e=new Ku({props:{isOff:!0}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function y0(i){let e,t;return e=new Ku({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function k0(i){let e,t;return e=new f0({props:{reversed:i[4]==="RATE_UP"}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o&16&&(r.reversed=n[4]==="RATE_UP"),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function w0(i){let e,t;return e=new m0({props:{reversed:i[4]==="EPISODE_NEXT"}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o&16&&(r.reversed=n[4]==="EPISODE_NEXT"),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function C0(i){let e,t;return e=new Bo({props:{volume:0}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function S0(i){let e,t;return e=new Bo({props:{volume:1}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function P0(i){let e,t;return{c(){e=T("span"),t=Be(i[5]),c(e,"class","hot-key-helpers-text svelte-4ftgwp")},m(n,o){w(n,e,o),m(e,t)},p(n,o){o&32&&Ge(t,n[5])},d(n){n&&k(e)}}}function Xv(i){let e,t,n=!i[1]&&i[4]&&p0(i);return{c(){e=T("div"),n&&n.c(),c(e,"class","hot-key-helpers-container svelte-4ftgwp"),O(e,"hidden",i[1]),O(e,"hot-key-helpers-container--left",i[2]),O(e,"hot-key-helpers-container--right",i[3])},m(o,r){w(o,e,r),n&&n.m(e,null),t=!0},p(o,[r]){!o[1]&&o[4]?n?(n.p(o,r),r&18&&d(n,1)):(n=p0(o),n.c(),d(n,1),n.m(e,null)):n&&(ue(),_(n,1,1,()=>{n=null}),ce()),(!t||r&2)&&O(e,"hidden",o[1]),(!t||r&4)&&O(e,"hot-key-helpers-container--left",o[2]),(!t||r&8)&&O(e,"hot-key-helpers-container--right",o[3])},i(o){t||(d(n),t=!0)},o(o){_(n),t=!1},d(o){o&&k(e),n&&n.d()}}}function Jv(i,e,t){let n,o=me,r=()=>(o(),o=Ot(l,h=>t(6,n=h)),l);i.$$.on_destroy.push(()=>o());let{data:l}=e;r();let a,s,u,f,p;return i.$$set=h=>{"data"in h&&r(t(0,l=h.data))},i.$$.update=()=>{if(i.$$.dirty&64)e:t(1,a=!n),t(2,s=n?.type==="BACKWARD_SEEK"),t(3,u=n?.type==="FORWARD_SEEK"),t(4,f=n?.type),n?.t?t(5,p=U(n.t.key,{value:n.t.value||""})):t(5,p=n?.text)},[l,a,s,u,f,p,n]}var Yu=class extends z{constructor(e){super(),q(this,e,Jv,Xv,H,{data:0},Zv)}},I0=Yu;function xv(i){we(i,"svelte-1yzc86r",".immersive-controls.svelte-1yzc86r{position:absolute;display:flex;flex-direction:row;top:10px;left:10px;width:56px;height:56px;background-color:rgba(0, 0, 0, .56);border-radius:8px;transition-property:top, left;transition-duration:var(--controls-transition-duration);transition-timing-function:var(--controls-transition-fn)}.immersive-controls.m-shifted.svelte-1yzc86r{top:50px;left:20px}.button-block.svelte-1yzc86r{width:40px;height:40px;margin:auto auto;transform:rotate(45deg)}.button-row.svelte-1yzc86r{display:flex;flex-direction:row;position:relative}.button.svelte-1yzc86r{width:20px;height:20px;text-align:center;cursor:pointer}.button.svelte-1yzc86r svg{opacity:0.7;transition:opacity linear 0.2s}.button.button-up.svelte-1yzc86r svg{transform:rotate(-45deg) translate(-1px, -1px)}.button.button-right.svelte-1yzc86r svg{transform:rotate(45deg) translate(1px, -1px)}.button.button-down.svelte-1yzc86r svg{transform:rotate(135deg) translate(1px, -3px)}.button.button-left.svelte-1yzc86r svg{transform:rotate(-135deg) translate(-1px, -3px)}.button.svelte-1yzc86r:hover svg{opacity:1}")}function $v(i){let e,t,n,o,r,l,a,s,u,f,p,h,y,b,P,C,M,S,v;return r=new Kn({props:{direction:"up"}}),s=new Kn({props:{direction:"up"}}),h=new Kn({props:{direction:"up"}}),P=new Kn({props:{direction:"up"}}),{c(){e=T("div"),t=T("div"),n=T("div"),o=T("div"),R(r.$$.fragment),l=N(),a=T("div"),R(s.$$.fragment),u=N(),f=T("div"),p=T("div"),R(h.$$.fragment),y=N(),b=T("div"),R(P.$$.fragment),c(o,"class","button button-up svelte-1yzc86r"),c(a,"class","button button-right svelte-1yzc86r"),c(n,"class","button-row svelte-1yzc86r"),c(p,"class","button button-left svelte-1yzc86r"),c(b,"class","button button-down svelte-1yzc86r"),c(f,"class","button-row svelte-1yzc86r"),c(t,"class","button-block svelte-1yzc86r"),c(t,"aria-hidden","true"),c(e,"class","immersive-controls svelte-1yzc86r"),c(e,"tabindex","0"),c(e,"role","button"),c(e,"aria-label",C=U("aria_label_spherical_control")),O(e,"m-shifted",i[0])},m(E,G){w(E,e,G),m(e,t),m(t,n),m(n,o),L(r,o,null),m(n,l),m(n,a),L(s,a,null),m(t,u),m(t,f),m(f,p),L(h,p,null),m(f,y),m(f,b),L(P,b,null),M=!0,S||(v=[pe(o,"mousedown",i[1]),pe(o,"mouseup",i[5]),pe(o,"mouseleave",i[5]),pe(a,"mousedown",i[3]),pe(a,"mouseup",i[5]),pe(a,"mouseleave",i[5]),pe(p,"mousedown",i[4]),pe(p,"mouseup",i[5]),pe(p,"mouseleave",i[5]),pe(b,"mousedown",i[2]),pe(b,"mouseup",i[5]),pe(b,"mouseleave",i[5]),pe(e,"keydown",i[6]),pe(e,"keyup",i[7])],S=!0)},p(E,[G]){(!M||G&1)&&O(e,"m-shifted",E[0])},i(E){M||(d(r.$$.fragment,E),d(s.$$.fragment,E),d(h.$$.fragment,E),d(P.$$.fragment,E),M=!0)},o(E){_(r.$$.fragment,E),_(s.$$.fragment,E),_(h.$$.fragment,E),_(P.$$.fragment,E),M=!1},d(E){E&&k(e),B(r),B(s),B(h),B(P),S=!1,et(v)}}}function e5(i,e,t){let{isShifted:n=!1}=e,o=$e(),r=new Set(["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"]),l=()=>{o.actions.internal.startCameraManualRotation(0,1)},a=()=>{o.actions.internal.startCameraManualRotation(0,-1)},s=()=>{o.actions.internal.startCameraManualRotation(1,0)},u=()=>{o.actions.internal.startCameraManualRotation(-1,0)},f=()=>(o.actions.internal.stopCameraManualRotation(),null),p=y=>{if(r.has(y.code))switch(y.preventDefault(),y.stopPropagation(),y.code){case"ArrowUp":l();break;case"ArrowDown":a();break;case"ArrowLeft":u();break;case"ArrowRight":s();break}},h=y=>{r.has(y.code)&&(y.preventDefault(),y.stopPropagation(),f())};return i.$$set=y=>{"isShifted"in y&&t(0,n=y.isShifted)},[n,l,a,s,u,f,p,h]}var Zu=class extends z{constructor(e){super(),q(this,e,e5,$v,H,{isShifted:0},xv)}},Jr=Zu;function t5(i){we(i,"svelte-ovfyp5",".subtitles-container.svelte-ovfyp5.svelte-ovfyp5{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;transition:transform var(--controls-transition-duration)}.subtitles-container.shifted.svelte-ovfyp5.svelte-ovfyp5{transform:translateY(calc(var(--controls-height) * -1))}.subtitles-caption.svelte-ovfyp5.svelte-ovfyp5{position:absolute;left:4%;right:4%;bottom:4%;display:flex;justify-content:center}.subtitles-caption.mobile.svelte-ovfyp5.svelte-ovfyp5{bottom:8%}.subtitles-container.auto.svelte-ovfyp5 .subtitles-caption.svelte-ovfyp5{left:24%;right:24%}.caption.svelte-ovfyp5.svelte-ovfyp5{display:block;overflow-wrap:normal;padding:4px 8px;border-radius:4px;background:rgba(0, 0, 0, 0.4)}.subtitles-container.auto.svelte-ovfyp5 .caption.svelte-ovfyp5{width:100%}.caption-line.svelte-ovfyp5.svelte-ovfyp5{display:block;text-align:center}.subtitles-container.auto.svelte-ovfyp5 .caption-line.svelte-ovfyp5{text-align:left}.caption-segment.svelte-ovfyp5.svelte-ovfyp5{display:inline-block;line-height:1.2;font-size:13px;color:var(--white);white-space:pre-wrap}")}function T0(i,e,t){let n=i.slice();return n[16]=e[t].value,n}function E0(i,e,t){let n=i.slice();return n[16]=e[t].value,n[17]=e[t].timeAppeared,n}function M0(i){let e,t;function n(l,a){return l[7]&&l[8]?o5:l[5]?n5:i5}let o=n(i,-1),r=o(i);return{c(){e=T("div"),t=T("span"),r.c(),c(t,"class","caption svelte-ovfyp5"),c(e,"class","subtitles-caption svelte-ovfyp5"),O(e,"mobile",i[3])},m(l,a){w(l,e,a),m(e,t),r.m(t,null)},p(l,a){o===(o=n(l,a))&&r?r.p(l,a):(r.d(1),r=o(l),r&&(r.c(),r.m(t,null))),a&8&&O(e,"mobile",l[3])},d(l){l&&k(e),r.d()}}}function i5(i){let e,t=ht(i[1]),n=[];for(let o=0;o<t.length;o+=1)n[o]=A0(T0(i,t,o));return{c(){for(let o=0;o<n.length;o+=1)n[o].c();e=nt()},m(o,r){for(let l=0;l<n.length;l+=1)n[l]&&n[l].m(o,r);w(o,e,r)},p(o,r){if(r&18){t=ht(o[1]);let l;for(l=0;l<t.length;l+=1){let a=T0(o,t,l);n[l]?n[l].p(a,r):(n[l]=A0(a),n[l].c(),n[l].m(e.parentNode,e))}for(;l<n.length;l+=1)n[l].d(1);n.length=t.length}},d(o){o&&k(e),Hi(n,o)}}}function n5(i){let e,t,n=ht(i[6]),o=[];for(let r=0;r<n.length;r+=1)o[r]=L0(E0(i,n,r));return{c(){e=T("span"),t=T("span");for(let r=0;r<o.length;r+=1)o[r].c();c(t,"class","caption-segment svelte-ovfyp5"),ri(t,"font-size",i[4]+"px"),c(e,"class","caption-line svelte-ovfyp5")},m(r,l){w(r,e,l),m(e,t);for(let a=0;a<o.length;a+=1)o[a]&&o[a].m(t,null)},p(r,l){if(l&68){n=ht(r[6]);let a;for(a=0;a<n.length;a+=1){let s=E0(r,n,a);o[a]?o[a].p(s,l):(o[a]=L0(s),o[a].c(),o[a].m(t,null))}for(;a<o.length;a+=1)o[a].d(1);o.length=n.length}l&16&&ri(t,"font-size",r[4]+"px")},d(r){r&&k(e),Hi(o,r)}}}function o5(i){let e,t,n=U("subtitles_auto_caption")+"",o;return{c(){e=T("span"),t=T("span"),o=Be(n),c(t,"class","caption-segment svelte-ovfyp5"),ri(t,"font-size",i[4]+"px"),c(e,"class","caption-line svelte-ovfyp5")},m(r,l){w(r,e,l),m(e,t),m(t,o)},p(r,l){l&16&&ri(t,"font-size",r[4]+"px")},d(r){r&&k(e)}}}function A0(i){let e,t,n=i[16]+"",o,r;return{c(){e=T("span"),t=T("span"),o=Be(n),r=N(),c(t,"class","caption-segment svelte-ovfyp5"),ri(t,"font-size",i[4]+"px"),c(e,"class","caption-line svelte-ovfyp5")},m(l,a){w(l,e,a),m(e,t),m(t,o),m(e,r)},p(l,a){a&2&&n!==(n=l[16]+"")&&Ge(o,n),a&16&&ri(t,"font-size",l[4]+"px")},d(l){l&&k(e)}}}function V0(i){let e=i[16]+"",t;return{c(){t=Be(e)},m(n,o){w(n,t,o)},p(n,o){o&64&&e!==(e=n[16]+"")&&Ge(t,e)},d(n){n&&k(t)}}}function L0(i){let e,t=(!i[17]||i[17]<=i[2])&&V0(i);return{c(){t&&t.c(),e=nt()},m(n,o){t&&t.m(n,o),w(n,e,o)},p(n,o){!n[17]||n[17]<=n[2]?t?t.p(n,o):(t=V0(n),t.c(),t.m(e.parentNode,e)):t&&(t.d(1),t=null)},d(n){n&&k(e),t&&t.d(n)}}}function l5(i){let e,t=i[1].length>0&&M0(i);return{c(){e=T("div"),t&&t.c(),c(e,"class","subtitles-container svelte-ovfyp5"),O(e,"shifted",i[0]),O(e,"auto",i[5]&&!i[8])},m(n,o){w(n,e,o),t&&t.m(e,null)},p(n,[o]){n[1].length>0?t?t.p(n,o):(t=M0(n),t.c(),t.m(e,null)):t&&(t.d(1),t=null),o&1&&O(e,"shifted",n[0]),o&288&&O(e,"auto",n[5]&&!n[8])},i:me,o:me,d(n){n&&k(e),t&&t.d()}}}function r5(i,e,t){let n,o,{shifted:r}=e,{captions:l}=e,{position:a}=e,{playerSize:s}=e,{isMobile:u=!1}=e,f=$e(),p=Vt(),h=f.state.currentSubtitle$;F(i,h,v=>t(12,n=v));let y=f.state.isAutoSubtitleCaptionVisible$;F(i,y,v=>t(8,o=v));let b,P,C,M,S;return St(()=>{S=window.setTimeout(()=>{y.set(!1)},p.autoSubtitlesTimeout)}),Ln(()=>{window.clearTimeout(S)}),i.$$set=v=>{"shifted"in v&&t(0,r=v.shifted),"captions"in v&&t(1,l=v.captions),"position"in v&&t(2,a=v.position),"playerSize"in v&&t(11,s=v.playerSize),"isMobile"in v&&t(3,u=v.isMobile)},i.$$.update=()=>{if(i.$$.dirty&2048)e:{let v=s.width*.02;t(4,b=v<=p.minSubtitlesFontSize?p.minSubtitlesFontSize:v)}if(i.$$.dirty&2)e:t(5,P=l.some(v=>v.type==="timestamp"));if(i.$$.dirty&2)e:t(6,C=l.reduce((v,{type:E,value:G})=>(E==="timestamp"?v.push({timeAppeared:Number(G),value:""}):v.length===0?v.push({value:String(G)}):v[v.length-1].value=String(G),v),[]));if(i.$$.dirty&4096)e:t(7,M=!!n.isAuto)},[r,l,a,u,b,P,C,M,o,h,y,s,n]}var Xu=class extends z{constructor(e){super(),q(this,e,r5,l5,H,{shifted:0,captions:1,position:2,playerSize:11,isMobile:3},t5)}},xr=Xu;function s5(i){we(i,"svelte-1o62kpz",".wrapper.svelte-1o62kpz{height:100%;background-position:center;background-size:cover;display:flex;align-items:center;justify-content:center;font-size:16px;flex-direction:column}.icon_wrapper.svelte-1o62kpz{display:flex;flex-direction:column;align-items:center;width:400px}.icon.svelte-1o62kpz{width:50px;height:50px}.text.svelte-1o62kpz{margin-top:20px}")}function B0(i){let e,t,n;return{c(){e=T("div"),t=Be("\u0412\u0438\u0434\u0435\u043E \u0432\u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\u044F \u043D\u0430 "),n=Be(i[1]),c(e,"class","text svelte-1o62kpz")},m(o,r){w(o,e,r),m(e,t),m(e,n)},p(o,r){r&2&&Ge(n,o[1])},d(o){o&&k(e)}}}function a5(i){let e,t,n,o,r,l,a=i[1]&&B0(i);return{c(){e=T("div"),t=T("div"),t.innerHTML='<svg class="icon svelte-1o62kpz" width="22" height="22" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M1 18v3h3c0-1.66-1.34-3-3-3zm0-4v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7zm0-4v2a9 9 0 0 1 9 9h2c0-6.08-4.93-11-11-11zm20-7H3c-1.1 0-2 .9-2 2v3h2V5h18v14h-7v2h7c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" fill="#fff"></path><path d="M0 0h24v24H0z"></path></g></svg>',n=N(),a&&a.c(),c(t,"class","icon_wrapper svelte-1o62kpz"),c(e,"class","wrapper svelte-1o62kpz"),c(e,"style",o=`background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('${i[0]||""}')`)},m(s,u){w(s,e,u),m(e,t),m(e,n),a&&a.m(e,null),r||(l=pe(e,"click",i[2]),r=!0)},p(s,[u]){s[1]?a?a.p(s,u):(a=B0(s),a.c(),a.m(e,null)):a&&(a.d(1),a=null),u&1&&o!==(o=`background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('${s[0]||""}')`)&&c(e,"style",o)},i:me,o:me,d(s){s&&k(e),a&&a.d(),r=!1,l()}}}function u5(i,e,t){let{thumbUrl:n}=e,{chromecastDeviceName:o}=e;function r(l){gn.call(this,i,l)}return i.$$set=l=>{"thumbUrl"in l&&t(0,n=l.thumbUrl),"chromecastDeviceName"in l&&t(1,o=l.chromecastDeviceName)},[n,o,r]}var Ju=class extends z{constructor(e){super(),q(this,e,u5,a5,H,{thumbUrl:0,chromecastDeviceName:1},s5)}},$r=Ju;function c5(i){let e,t,n,o=i[2].default,r=Se(o,i,i[1],null),l=[{xmlns:"http://www.w3.org/2000/svg"},{width:"200"},{height:"200"},{"aria-hidden":"true"},{"data-testid":"error-icon"},{viewBox:"460 190 130 90"},{role:"img"},i[0]],a={};for(let s=0;s<l.length;s+=1)a=ne(a,l[s]);return{c(){e=A("svg"),r&&r.c(),t=A("path"),c(t,"fill","#fff"),c(t,"fill-rule","evenodd"),c(t,"d","M460 193.998a3.997 3.997 0 0 1 3.997-3.998h122.006a4.003 4.003 0 0 1 3.997 3.998v82.004a3.997 3.997 0 0 1-3.997 3.998H463.997a4.003 4.003 0 0 1-3.997-3.998zm6 2.993c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm0 12c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm0 12c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm0 12c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm0 12c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm0 12c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm0 12c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm112-72c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm0 12c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm0 12c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm0 12c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm0 12c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm0 12c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zm0 12c0-.546.45-.99.99-.99h4.02c.546 0 .99.45.99.99v4.02c0 .546-.45.99-.99.99h-4.02a.995.995 0 0 1-.99-.99zM507 232a6 6 0 1 0 0-12 6 6 0 0 0 0 12m36 0a6 6 0 1 0 0-12 6 6 0 0 0 0 12m-18.05 15c6.05 0 11.624 4.446 11.944 4.65 2.106 1.35 3.252.772 3.957.156s1.15-2.806-1.044-4.657c-1.735-1.48-5.806-5.16-14.856-5.15s-12.95 3.5-14.792 5.185c-1.84 1.685-2.288 3.498-.973 4.657s2.315 1.158 4.357-.327c-.007.007 5.357-4.515 11.408-4.515z"),be(e,a)},m(s,u){w(s,e,u),r&&r.m(e,null),m(e,t),n=!0},p(s,[u]){r&&r.p&&(!n||u&2)&&Ie(r,o,s,s[1],n?Pe(o,s[1],u,null):Te(s[1]),null),be(e,a=Le(l,[{xmlns:"http://www.w3.org/2000/svg"},{width:"200"},{height:"200"},{"aria-hidden":"true"},{"data-testid":"error-icon"},{viewBox:"460 190 130 90"},{role:"img"},u&1&&s[0]]))},i(s){n||(d(r,s),n=!0)},o(s){_(r,s),n=!1},d(s){s&&k(e),r&&r.d(s)}}}function f5(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var xu=class extends z{constructor(e){super(),q(this,e,f5,c5,H,{})}},R0=xu;function d5(i){we(i,"svelte-13zpvm8",".container.svelte-13zpvm8{position:absolute;top:0;bottom:0;left:0;right:0;background:#000;display:flex;align-items:center;justify-content:center}")}function m5(i){let e,t,n;return t=new R0({}),{c(){e=T("div"),R(t.$$.fragment),c(e,"class","container svelte-13zpvm8")},m(o,r){w(o,e,r),L(t,e,null),n=!0},p:me,i(o){n||(d(t.$$.fragment,o),n=!0)},o(o){_(t.$$.fragment,o),n=!1},d(o){o&&k(e),B(t)}}}var $u=class extends z{constructor(e){super(),q(this,e,null,m5,H,{},d5)}},es=$u;function p5(i){we(i,"svelte-17wno3",".container.svelte-17wno3.svelte-17wno3{position:absolute;top:0;bottom:0;left:0;right:0;background-position:center;background-size:cover;cursor:pointer;transition:opacity 0.2s, visibility 0.2s;will-change:opacity}.container.hidden.svelte-17wno3.svelte-17wno3{opacity:0;visibility:hidden}.playButton.svelte-17wno3.svelte-17wno3{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:var(--big-play-size);height:var(--big-play-size);display:flex;align-items:center;justify-content:center}.playButtonBackground.svelte-17wno3.svelte-17wno3{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:var(--big-play-radius);background-color:var(--big-play-bg-color);transition:background 0.2s, transform 0.2s;transition-timing-function:ease-out;will-change:background, transform}.container.svelte-17wno3:hover .playButtonBackground.svelte-17wno3{background-color:var(--big-play-hover-bg-color);transform:scale(1.15)}.playButton.svelte-17wno3 svg{transform:scale(2)}")}function _5(i){let e,t,n,o,r,l,a,s,u,f;return r=new ol({}),{c(){e=T("div"),t=T("div"),n=T("div"),o=N(),R(r.$$.fragment),c(n,"class","playButtonBackground svelte-17wno3"),c(t,"class","playButton svelte-17wno3"),c(t,"tabindex","0"),c(t,"role","button"),c(t,"aria-label",l=U("tooltip_play")),c(e,"class","container svelte-17wno3"),c(e,"style",a=`background-color: #222; background-image: url('${i[0]||""}')`),O(e,"hidden",i[1])},m(p,h){w(p,e,h),m(e,t),m(t,n),m(t,o),L(r,t,null),s=!0,u||(f=[pe(t,"keydown",i[3]),pe(e,"click",lt(function(){bi(i[2])&&i[2].apply(this,arguments)}))],u=!0)},p(p,[h]){i=p,(!s||h&1&&a!==(a=`background-color: #222; background-image: url('${i[0]||""}')`))&&c(e,"style",a),(!s||h&2)&&O(e,"hidden",i[1])},i(p){s||(d(r.$$.fragment,p),s=!0)},o(p){_(r.$$.fragment,p),s=!1},d(p){p&&k(e),B(r),u=!1,et(f)}}}function h5(i,e,t){let{thumbUrl:n}=e,{hidden:o}=e,{startVideo:r}=e,a=$e().ui.startedByKeyboard$,s=u=>{let f=u.code;["Enter","Space"].includes(f)&&(u.stopPropagation(),u.preventDefault(),a.set(!0),r())};return i.$$set=u=>{"thumbUrl"in u&&t(0,n=u.thumbUrl),"hidden"in u&&t(1,o=u.hidden),"startVideo"in u&&t(2,r=u.startVideo)},[n,o,r,s]}var ec=class extends z{constructor(e){super(),q(this,e,h5,_5,H,{thumbUrl:0,hidden:1,startVideo:2,handlePressKey:3},p5)}get handlePressKey(){return this.$$.ctx[3]}},ts=ec;function g5(i){we(i,"svelte-1bcvcf2",`.title.svelte-1bcvcf2{position:absolute;pointer-events:none;left:0;top:0;width:100%;height:var(--controls-gradient-height);font-size:15px;color:var(--white);box-sizing:border-box;padding:18px 20px 10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition-property:visibility, transform, opacity;transition-duration:var(--controls-transition-duration);transition-timing-function:var(--controls-transition-fn);will-change:transform, opacity;background:linear-gradient(
|
|
26
26
|
0deg,
|
|
27
27
|
rgba(0, 0, 0, 0) 0%,
|
|
28
28
|
rgba(0, 0, 0, 0.02) 19%,
|
|
29
29
|
rgba(0, 0, 0, 0.10) 34%,
|
|
30
30
|
rgba(0, 0, 0, 0.40) 60%,
|
|
31
31
|
rgba(0, 0, 0, 0.60) 100%
|
|
32
|
-
)}.hidden.v-1bcvcf2{visibility:hidden;transform:translateY(calc(var(--controls-gradient-height) * -1));opacity:0}`)}function Zp(t){let e,i;return{c(){e=I("div"),i=Oe(t[0]),u(e,"class","title v-1bcvcf2"),V(e,"hidden",t[1])},m(n,o){A(n,e,o),p(e,i)},p(n,[o]){o&1&&xe(i,n[0]),o&2&&V(e,"hidden",n[1])},i:q,o:q,d(n){n&&P(e)}}}function Wp(t,e,i){let{title:n=""}=e,{isHidden:o=!1}=e;return t.$$set=s=>{"title"in s&&i(0,n=s.title),"isHidden"in s&&i(1,o=s.isHidden)},[n,o]}class jp extends _e{constructor(e){super(),ge(this,e,Wp,Zp,be,{title:0,isHidden:1},qp)}}function Kp(t){Ke(t,"v-1qpxtfg",".timer__container.v-1qpxtfg{display:flex;align-items:flex-start;justify-content:center}.cell.v-1qpxtfg{display:flex;flex-direction:column;align-items:center;width:62px}.cell__value.v-1qpxtfg{font-size:48px;line-height:1.2;font-weight:700}.cell__unit.v-1qpxtfg{font-size:14px;line-height:1.2;font-weight:400}.timer__points.v-1qpxtfg{display:inline-block;margin:0 8px;font-size:42px;line-height:1.2;font-weight:600}")}function ba(t){let e,i,n,o,s,l,r;return{c(){e=I("div"),i=I("span"),n=Oe(t[0]),o=D(),s=I("span"),s.textContent=`${K("waiting_live_day_value")}`,l=D(),r=I("span"),r.textContent=`${K("waiting_live_colon")}`,u(i,"class","cell__value v-1qpxtfg"),u(s,"class","cell__unit v-1qpxtfg"),u(e,"class","timer__cell cell v-1qpxtfg"),u(r,"class","timer__points v-1qpxtfg")},m(a,c){A(a,e,c),p(e,i),p(i,n),p(e,o),p(e,s),A(a,l,c),A(a,r,c)},p(a,c){c&1&&xe(n,a[0])},d(a){a&&(P(e),P(l),P(r))}}}function ga(t){let e,i,n,o,s,l,r;return{c(){e=I("div"),i=I("span"),n=Oe(t[1]),o=D(),s=I("span"),s.textContent=`${K("waiting_live_hour_value")}`,l=D(),r=I("span"),r.textContent=`${K("waiting_live_colon")}`,u(i,"class","cell__value v-1qpxtfg"),u(s,"class","cell__unit v-1qpxtfg"),u(e,"class","timer__cell cell v-1qpxtfg"),u(r,"class","timer__points v-1qpxtfg")},m(a,c){A(a,e,c),p(e,i),p(i,n),p(e,o),p(e,s),A(a,l,c),A(a,r,c)},p(a,c){c&2&&xe(n,a[1])},d(a){a&&(P(e),P(l),P(r))}}}function _a(t){let e,i,n,o,s,l,r;return{c(){e=I("div"),i=I("span"),n=Oe(t[2]),o=D(),s=I("span"),s.textContent=`${K("waiting_live_minute_value")}`,l=D(),r=I("span"),r.textContent=`${K("waiting_live_colon")}`,u(i,"class","cell__value v-1qpxtfg"),u(s,"class","cell__unit v-1qpxtfg"),u(e,"class","timer__cell cell v-1qpxtfg"),u(r,"class","timer__points v-1qpxtfg")},m(a,c){A(a,e,c),p(e,i),p(i,n),p(e,o),p(e,s),A(a,l,c),A(a,r,c)},p(a,c){c&4&&xe(n,a[2])},d(a){a&&(P(e),P(l),P(r))}}}function va(t){let e,i,n,o,s;return{c(){e=I("div"),i=I("span"),n=Oe(t[3]),o=D(),s=I("span"),s.textContent=`${K("waiting_live_second_value")}`,u(i,"class","cell__value v-1qpxtfg"),u(s,"class","cell__unit v-1qpxtfg"),u(e,"class","timer__cell cell v-1qpxtfg")},m(l,r){A(l,e,r),p(e,i),p(i,n),p(e,o),p(e,s)},p(l,r){r&8&&xe(n,l[3])},d(l){l&&P(e)}}}function Gp(t){let e,i,n,o,s=t[0]&&ba(t),l=t[1]&&ga(t),r=t[2]&&_a(t),a=t[3]&&va(t);return{c(){e=I("div"),s&&s.c(),i=D(),l&&l.c(),n=D(),r&&r.c(),o=D(),a&&a.c(),u(e,"class","timer__container v-1qpxtfg")},m(c,f){A(c,e,f),s&&s.m(e,null),p(e,i),l&&l.m(e,null),p(e,n),r&&r.m(e,null),p(e,o),a&&a.m(e,null)},p(c,[f]){c[0]?s?s.p(c,f):(s=ba(c),s.c(),s.m(e,i)):s&&(s.d(1),s=null),c[1]?l?l.p(c,f):(l=ga(c),l.c(),l.m(e,n)):l&&(l.d(1),l=null),c[2]?r?r.p(c,f):(r=_a(c),r.c(),r.m(e,o)):r&&(r.d(1),r=null),c[3]?a?a.p(c,f):(a=va(c),a.c(),a.m(e,null)):a&&(a.d(1),a=null)},i:q,o:q,d(c){c&&P(e),s&&s.d(),l&&l.d(),r&&r.d(),a&&a.d()}}}function Yp(t,e,i){let{startTime:n}=e,{onTimerOver:o}=e,s,l,r,a,c;const f=v=>String(v).padStart(2,"0"),d=v=>{const k=Math.floor(v/86400);k&&(v-=k*86400,i(0,s=f(k)));const _=Math.floor(v/3600);i(1,l=f(_));const S=Math.floor(v/60)%60;i(2,r=f(S));const C=v%60;i(3,a=f(C))},h=()=>{const v=Math.floor(Date.now()/1e3),k=n-v;d(k),k>=1?c=requestAnimationFrame(h):o()};return nn(()=>{c=requestAnimationFrame(h)}),Vo(()=>{cancelAnimationFrame(c)}),t.$$set=v=>{"startTime"in v&&i(4,n=v.startTime),"onTimerOver"in v&&i(5,o=v.onTimerOver)},[s,l,r,a,n,o]}class Qp extends _e{constructor(e){super(),ge(this,e,Yp,Gp,be,{startTime:4,onTimerOver:5},Kp)}}function Xp(t){let e,i,n,o,s;return{c(){e=M("svg"),i=M("path"),n=M("path"),o=M("path"),s=M("path"),u(i,"fill","#fefffe"),u(i,"d","M179.5-.5h40c85.04 12.447 142.207 59.113 171.5 140 3.816 13.264 6.649 26.597 8.5 40v40c-3.699 34.4-15.533 65.733-35.5 94-6.417-8.409-14.584-14.576-24.5-18.5-1.017-1.049-1.184-2.216-.5-3.5 26.495-41.134 34.161-85.467 23-133-21.84-72.167-70.006-114-144.5-125.5C147.251 28.707 93.084 55.874 55 114.5c-26.93 49.402-29.93 100.068-9 152a152.324 152.324 0 0 0 14 25c.684 1.284.517 2.451-.5 3.5-9.916 3.924-18.083 10.091-24.5 18.5-19.967-28.267-31.8-59.6-35.5-94v-40C11.947 94.46 58.613 37.293 139.5 8c13.264-3.816 26.597-6.649 40-8.5Z"),It(i,"opacity",".965"),u(n,"fill","#fefffe"),u(n,"d","M183.5 63.5c57.529-3.65 102.029 18.35 133.5 66 21.628 40.092 24.295 81.425 8 124a186.647 186.647 0 0 1-17.5 29.5 632.842 632.842 0 0 1-38-7c36.445-38.176 42.945-81.01 19.5-128.5-24.178-37.504-58.678-54.337-103.5-50.5-49.5 9.5-79 39-88.5 88.5-3.944 35.587 6.889 65.753 32.5 90.5a1149.466 1149.466 0 0 0-36 7.5c-1.53-.029-2.696-.696-3.5-2-29.298-42.431-34.631-87.764-16-136 21.866-46.852 58.366-74.185 109.5-82Z"),It(n,"opacity",".965"),u(o,"fill","#fefffe"),u(o,"d","M187.5 127.5c44.524-2.948 72.357 17.052 83.5 60 3.431 44.55-16.403 72.383-59.5 83.5-44.55 3.431-72.383-16.403-83.5-59.5-3.229-44.571 16.604-72.571 59.5-84Z"),It(o,"opacity",".985"),u(s,"fill","#fefffe"),u(s,"d","M219.5 399.5h-40c-44.969-5.321-83.969-23.321-117-54a31.738 31.738 0 0 1 3.5-10c5.692-6.431 12.526-11.264 20.5-14.5 36.524-12.956 74.191-18.79 113-17.5 38.809-1.29 76.476 4.544 113 17.5 7.974 3.236 14.808 8.069 20.5 14.5a31.731 31.731 0 0 1 3.5 10c-33.031 30.679-72.031 48.679-117 54Z"),It(s,"opacity",".986"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"viewBox","0 0 400 400"),u(e,"aria-hidden","true"),u(e,"data-testid","podcast-icon"),It(e,"shape-rendering","geometricPrecision"),It(e,"text-rendering","geometricPrecision"),It(e,"image-rendering","optimizeQuality"),It(e,"fill-rule","evenodd"),It(e,"clip-rule","evenodd"),It(e,"width","100%"),It(e,"height","100%")},m(l,r){A(l,e,r),p(e,i),p(e,n),p(e,o),p(e,s)},p:q,i:q,o:q,d(l){l&&P(e)}}}class Jp extends _e{constructor(e){super(),ge(this,e,null,Xp,be,{})}}function xp(t){Ke(t,"v-15pewff",".waiting-container.v-15pewff{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--black);background-position:center;background-size:cover;background-repeat:no-repeat}.waiting-container.v-15pewff::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.56);z-index:1}.upcoming.v-15pewff{position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:0}.upcoming-icon.v-15pewff{width:20%;max-width:200px;margin-bottom:20px}.upcoming__title.v-15pewff{font-size:14px;line-height:1.2;font-weight:400}.waiting-timer.v-15pewff{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:2}.timer.v-15pewff{display:flex;flex-direction:column;align-items:center;justify-content:center}.timer__title.v-15pewff{display:inline-block;vertical-align:middle;margin-bottom:12px;font-size:14px;line-height:1.2;font-weight:400}")}function $p(t){let e,i,n,o,s;return o=new Qp({props:{startTime:t[1]||0,onTimerOver:t[3]}}),{c(){e=I("div"),i=I("span"),i.textContent=`${K("waiting_live_timer_title")}`,n=D(),U(o.$$.fragment),u(i,"class","timer__title v-15pewff"),u(e,"class","waiting-timer timer v-15pewff")},m(l,r){A(l,e,r),p(e,i),p(e,n),H(o,e,null),s=!0},p(l,r){const a={};r&2&&(a.startTime=l[1]||0),r&4&&(a.onTimerOver=l[3]),o.$set(a)},i(l){s||(m(o.$$.fragment,l),s=!0)},o(l){g(o.$$.fragment,l),s=!1},d(l){l&&P(e),F(o)}}}function eh(t){let e,i,n,o,s,l;return n=new Jp({}),{c(){e=I("div"),i=I("div"),U(n.$$.fragment),o=D(),s=I("span"),s.textContent=`${K("waiting_live_upcoming_title")}`,u(i,"class","upcoming-icon v-15pewff"),u(s,"class","upcoming__title v-15pewff"),u(e,"class","upcoming v-15pewff")},m(r,a){A(r,e,a),p(e,i),H(n,i,null),p(e,o),p(e,s),l=!0},p:q,i(r){l||(m(n.$$.fragment,r),l=!0)},o(r){g(n.$$.fragment,r),l=!1},d(r){r&&P(e),F(n)}}}function th(t){let e,i,n,o,s;const l=[eh,$p],r=[];function a(c,f){return c[2]?0:1}return i=a(t),n=r[i]=l[i](t),{c(){e=I("div"),n.c(),u(e,"class","waiting-container v-15pewff"),u(e,"style",o=`background-image: url(${t[2]?"":t[0]})`)},m(c,f){A(c,e,f),r[i].m(e,null),s=!0},p(c,[f]){let d=i;i=a(c),i===d?r[i].p(c,f):(fe(),g(r[d],1,1,()=>{r[d]=null}),de(),n=r[i],n?n.p(c,f):(n=r[i]=l[i](c),n.c()),m(n,1),n.m(e,null)),(!s||f&5&&o!==(o=`background-image: url(${c[2]?"":c[0]})`))&&u(e,"style",o)},i(c){s||(m(n),s=!0)},o(c){g(n),s=!1},d(c){c&&P(e),r[i].d()}}}function ih(t,e,i){let n,{thumbUrl:o}=e,{startTime:s}=e;const l=()=>i(2,n=!0);return t.$$set=r=>{"thumbUrl"in r&&i(0,o=r.thumbUrl),"startTime"in r&&i(1,s=r.startTime)},t.$$.update=()=>{t.$$.dirty&2&&i(2,n=s===void 0||s<Math.floor(Date.now()/1e3))},[o,s,n,l]}class Eu extends _e{constructor(e){super(),ge(this,e,ih,th,be,{thumbUrl:0,startTime:1},xp)}}function nh(t){Ke(t,"v-1bcnzdw",".waiting-container.v-1bcnzdw{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--black)}.waiting-title.v-1bcnzdw{padding:20px;text-align:center;font-size:20px;line-height:1.2;font-weight:400}")}function oh(t){let e,i;return{c(){e=I("div"),i=I("p"),i.textContent=`${K("waiting_record_title")}`,u(i,"class","waiting-title v-1bcnzdw"),u(e,"class","waiting-container v-1bcnzdw")},m(n,o){A(n,e,o),p(e,i)},p:q,i:q,o:q,d(n){n&&P(e)}}}class Vu extends _e{constructor(e){super(),ge(this,e,null,oh,be,{},nh)}}const{window:lh}=n1;function sh(t){Ke(t,"v-1o4wf3x",".player-wrapper.v-1o4wf3x{position:absolute;width:100%;height:100%}.player-wrapper.v-1o4wf3x .player-media{position:absolute;left:0;top:0;width:100%;height:100%;background:var(--black);transition:transform 0.2s ease-in-out}.spherical-video-icon.v-1o4wf3x{display:inline-block;position:absolute;top:calc(50% - 23px);left:calc(50% - 38px)}.video-wrapper.v-1o4wf3x,.video-container.v-1o4wf3x,.ads-container.v-1o4wf3x{position:absolute;width:100%;height:100%;left:0;top:0}.video-wrapper.v-1o4wf3x{z-index:var(--video-container-z-index);background:var(--black)}.video-container.v-1o4wf3x{z-index:var(--video-container-z-index);transition:var(--rotate-transition-duration) ease all}.video-container.fast-rotate.v-1o4wf3x{transition:none}.nocursor.v-1o4wf3x{cursor:none}.ads-container.v-1o4wf3x{background:var(--black)}")}function ka(t){let e,i;return e=new Eu({props:{thumbUrl:t[3],startTime:t[4]?.startTime}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&8&&(s.thumbUrl=n[3]),o[0]&16&&(s.startTime=n[4]?.startTime),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function wa(t){let e,i;return e=new Vu({}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function ya(t){let e,i,n;return i=new M1({props:{adsSlotId:t[8],adsParams:t[9],adsPreviewParam:t[10],duration:t[11]}}),{c(){e=I("div"),U(i.$$.fragment),u(e,"class","ads-container v-1o4wf3x"),V(e,"hidden",t[38]!==De.Ads)},m(o,s){A(o,e,s),H(i,e,null),n=!0},p(o,s){const l={};s[0]&256&&(l.adsSlotId=o[8]),s[0]&512&&(l.adsParams=o[9]),s[0]&1024&&(l.adsPreviewParam=o[10]),s[0]&2048&&(l.duration=o[11]),i.$set(l),(!n||s[1]&128)&&V(e,"hidden",o[38]!==De.Ads)},i(o){n||(m(i.$$.fragment,o),n=!0)},o(o){g(i.$$.fragment,o),n=!1},d(o){o&&P(e),F(i)}}}function Ca(t){let e,i;return e=new h0({props:{title:t[18],thumb:t[19],playNextVideo:t[23]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&262144&&(s.title=n[18]),o[0]&524288&&(s.thumb=n[19]),o[0]&8388608&&(s.playNextVideo=n[23]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Ta(t){let e,i;return e=new jp({props:{title:t[2],isHidden:!t[36]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&4&&(s.title=n[2]),o[1]&32&&(s.isHidden=!n[36]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Sa(t){let e,i;return e=new Tu({props:{isShifted:t[38]===De.Video&&t[36]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[1]&160&&(s.isShifted=n[38]===De.Video&&n[36]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Pa(t){let e,i,n;return i=new T1({props:{ariaLabel:K("video360")}}),{c(){e=I("div"),U(i.$$.fragment),u(e,"class","spherical-video-icon v-1o4wf3x")},m(o,s){A(o,e,s),H(i,e,null),n=!0},p:q,i(o){n||(m(i.$$.fragment,o),n=!0)},o(o){g(i.$$.fragment,o),n=!1},d(o){o&&P(e),F(i)}}}function Aa(t){let e,i;return e=new Pu({props:{thumbUrl:t[3],chromecastDeviceName:t[53]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&8&&(s.thumbUrl=n[3]),o[1]&4194304&&(s.chromecastDeviceName=n[53]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Ia(t){let e,i;return e=new Su({props:{shifted:t[36],captions:t[55],position:t[56],playerSize:t[34]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[1]&32&&(s.shifted=n[36]),o[1]&16777216&&(s.captions=n[55]),o[1]&33554432&&(s.position=n[56]),o[1]&8&&(s.playerSize=n[34]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Ea(t){let e,i,n,o,s;return i=new Au({}),{c(){e=I("div"),U(i.$$.fragment)},m(l,r){A(l,e,r),H(i,e,null),n=!0,o||(s=[he(e,"contextmenu",Jt(t[108])),he(e,"click",ot(t[119]))],o=!0)},p:q,i(l){n||(m(i.$$.fragment,l),n=!0)},o(l){g(i.$$.fragment,l),n=!1},d(l){l&&P(e),F(i),o=!1,nt(s)}}}function Va(t){let e,i,n;function o(l){t[156](l)}let s={bottomHidden:t[38]===De.Thumb||t[38]===De.WaitingLive||t[38]===De.WaitingRecord,bottomNoSmooth:t[50],showControls:t[36],isAds:t[38]===De.Ads,canRewindLive:t[6]&&t[57]!==0,logoClickable:t[12],logoHidden:t[13],logoTargetUrl:t[14],showNextPrevButtons:t[15],nextButtonActive:t[16],prevButtonActive:t[17],isOneVideoPlaylist:t[20],supportLink:t[21],customFullscreenSupported:uh,playNextVideo:t[23],playPrevVideo:t[24],repeatPlaylist:t[25],toggleFullscreen:t[106],returnFocus:t[155],seekToInteractive:t[26],toggleGraph:t[27],playPrevChapter:t[28]};return t[41]!==void 0&&(s.controlsElementRef=t[41]),e=new yu({props:s}),ve.push(()=>Ze(e,"controlsElementRef",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[1]&128&&(a.bottomHidden=l[38]===De.Thumb||l[38]===De.WaitingLive||l[38]===De.WaitingRecord),r[1]&524288&&(a.bottomNoSmooth=l[50]),r[1]&32&&(a.showControls=l[36]),r[1]&128&&(a.isAds=l[38]===De.Ads),r[0]&64|r[1]&67108864&&(a.canRewindLive=l[6]&&l[57]!==0),r[0]&4096&&(a.logoClickable=l[12]),r[0]&8192&&(a.logoHidden=l[13]),r[0]&16384&&(a.logoTargetUrl=l[14]),r[0]&32768&&(a.showNextPrevButtons=l[15]),r[0]&65536&&(a.nextButtonActive=l[16]),r[0]&131072&&(a.prevButtonActive=l[17]),r[0]&1048576&&(a.isOneVideoPlaylist=l[20]),r[0]&2097152&&(a.supportLink=l[21]),r[0]&8388608&&(a.playNextVideo=l[23]),r[0]&16777216&&(a.playPrevVideo=l[24]),r[0]&33554432&&(a.repeatPlaylist=l[25]),r[1]&131072&&(a.returnFocus=l[155]),r[0]&67108864&&(a.seekToInteractive=l[26]),r[0]&134217728&&(a.toggleGraph=l[27]),r[0]&268435456&&(a.playPrevChapter=l[28]),!i&&r[1]&1024&&(i=!0,a.controlsElementRef=l[41],qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function La(t){let e,i;return e=new W1({}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Ma(t){let e,i;return e=new O0({}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Ba(t){let e,i;return e=new H1({}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Na(t){let e,i,n,o,s,l,r,a,c,f,d,h,v,k,_,S,C,T,y,L,le,Y,N,ee;e=new Iu({props:{hidden:t[38]!==De.Thumb||t[37]||t[92]&&t[5],thumbUrl:t[3],startVideo:t[29]}});let Q=t[38]===De.WaitingLive&&ka(t),w=t[38]===De.WaitingRecord&&wa(),$=t[7]&&t[22]&&ya(t),X=t[31]&&t[18]&&t[19]&&Ca(t),O=t[44]&&Ta(t),W=t[49]&&Sa(t),B=t[52]&&Pa(),J=t[39]&&Aa(t),E=t[54].value!=="off"&&Ia(t),z=t[37]&&Ea(t),Te=t[22]&&Va(t);k=new N1({props:{isLive:t[58],isHidden:!t[43],isPlaying:t[59],position:t[56],duration:t[60]}}),S=new yp({props:{data:t[103]}});function ze(Z){t[158](Z)}let Ve={supportLink:t[21],returnFocus:t[157],visible:t[33],playerContainerRef:t[40],controlsContainerRef:t[41],position:t[61]};t[32]!==void 0&&(Ve.menuElementRef=t[32]),T=new Yf({props:Ve}),ve.push(()=>Ze(T,"menuElementRef",ze));let Le=t[42]&&La(),Pe=t[62]&&Ma(),pe=t[63]&&Ba();return{c(){U(e.$$.fragment),i=D(),Q&&Q.c(),n=D(),w&&w.c(),o=D(),$&&$.c(),s=D(),X&&X.c(),l=D(),O&&O.c(),r=D(),W&&W.c(),a=D(),B&&B.c(),c=D(),J&&J.c(),f=D(),E&&E.c(),d=D(),z&&z.c(),h=D(),Te&&Te.c(),v=D(),U(k.$$.fragment),_=D(),U(S.$$.fragment),C=D(),U(T.$$.fragment),L=D(),Le&&Le.c(),le=D(),Pe&&Pe.c(),Y=D(),pe&&pe.c(),N=ct()},m(Z,me){H(e,Z,me),A(Z,i,me),Q&&Q.m(Z,me),A(Z,n,me),w&&w.m(Z,me),A(Z,o,me),$&&$.m(Z,me),A(Z,s,me),X&&X.m(Z,me),A(Z,l,me),O&&O.m(Z,me),A(Z,r,me),W&&W.m(Z,me),A(Z,a,me),B&&B.m(Z,me),A(Z,c,me),J&&J.m(Z,me),A(Z,f,me),E&&E.m(Z,me),A(Z,d,me),z&&z.m(Z,me),A(Z,h,me),Te&&Te.m(Z,me),A(Z,v,me),H(k,Z,me),A(Z,_,me),H(S,Z,me),A(Z,C,me),H(T,Z,me),A(Z,L,me),Le&&Le.m(Z,me),A(Z,le,me),Pe&&Pe.m(Z,me),A(Z,Y,me),pe&&pe.m(Z,me),A(Z,N,me),ee=!0},p(Z,me){const Ae={};me[0]&32|me[1]&192&&(Ae.hidden=Z[38]!==De.Thumb||Z[37]||Z[92]&&Z[5]),me[0]&8&&(Ae.thumbUrl=Z[3]),me[0]&536870912&&(Ae.startVideo=Z[29]),e.$set(Ae),Z[38]===De.WaitingLive?Q?(Q.p(Z,me),me[1]&128&&m(Q,1)):(Q=ka(Z),Q.c(),m(Q,1),Q.m(n.parentNode,n)):Q&&(fe(),g(Q,1,1,()=>{Q=null}),de()),Z[38]===De.WaitingRecord?w?me[1]&128&&m(w,1):(w=wa(),w.c(),m(w,1),w.m(o.parentNode,o)):w&&(fe(),g(w,1,1,()=>{w=null}),de()),Z[7]&&Z[22]?$?($.p(Z,me),me[0]&4194432&&m($,1)):($=ya(Z),$.c(),m($,1),$.m(s.parentNode,s)):$&&(fe(),g($,1,1,()=>{$=null}),de()),Z[31]&&Z[18]&&Z[19]?X?(X.p(Z,me),me[0]&786432|me[1]&1&&m(X,1)):(X=Ca(Z),X.c(),m(X,1),X.m(l.parentNode,l)):X&&(fe(),g(X,1,1,()=>{X=null}),de()),Z[44]?O?(O.p(Z,me),me[1]&8192&&m(O,1)):(O=Ta(Z),O.c(),m(O,1),O.m(r.parentNode,r)):O&&(fe(),g(O,1,1,()=>{O=null}),de()),Z[49]?W?(W.p(Z,me),me[1]&262144&&m(W,1)):(W=Sa(Z),W.c(),m(W,1),W.m(a.parentNode,a)):W&&(fe(),g(W,1,1,()=>{W=null}),de()),Z[52]?B?(B.p(Z,me),me[1]&2097152&&m(B,1)):(B=Pa(),B.c(),m(B,1),B.m(c.parentNode,c)):B&&(fe(),g(B,1,1,()=>{B=null}),de()),Z[39]?J?(J.p(Z,me),me[1]&256&&m(J,1)):(J=Aa(Z),J.c(),m(J,1),J.m(f.parentNode,f)):J&&(fe(),g(J,1,1,()=>{J=null}),de()),Z[54].value!=="off"?E?(E.p(Z,me),me[1]&8388608&&m(E,1)):(E=Ia(Z),E.c(),m(E,1),E.m(d.parentNode,d)):E&&(fe(),g(E,1,1,()=>{E=null}),de()),Z[37]?z?(z.p(Z,me),me[1]&64&&m(z,1)):(z=Ea(Z),z.c(),m(z,1),z.m(h.parentNode,h)):z&&(fe(),g(z,1,1,()=>{z=null}),de()),Z[22]?Te?(Te.p(Z,me),me[0]&4194304&&m(Te,1)):(Te=Va(Z),Te.c(),m(Te,1),Te.m(v.parentNode,v)):Te&&(fe(),g(Te,1,1,()=>{Te=null}),de());const Ue={};me[1]&134217728&&(Ue.isLive=Z[58]),me[1]&4096&&(Ue.isHidden=!Z[43]),me[1]&268435456&&(Ue.isPlaying=Z[59]),me[1]&33554432&&(Ue.position=Z[56]),me[1]&536870912&&(Ue.duration=Z[60]),k.$set(Ue);const Ge={};me[0]&2097152&&(Ge.supportLink=Z[21]),me[1]&131072&&(Ge.returnFocus=Z[157]),me[1]&4&&(Ge.visible=Z[33]),me[1]&512&&(Ge.playerContainerRef=Z[40]),me[1]&1024&&(Ge.controlsContainerRef=Z[41]),me[1]&1073741824&&(Ge.position=Z[61]),!y&&me[1]&2&&(y=!0,Ge.menuElementRef=Z[32],qe(()=>y=!1)),T.$set(Ge),Z[42]?Le?me[1]&2048&&m(Le,1):(Le=La(),Le.c(),m(Le,1),Le.m(le.parentNode,le)):Le&&(fe(),g(Le,1,1,()=>{Le=null}),de()),Z[62]?Pe?me[2]&1&&m(Pe,1):(Pe=Ma(),Pe.c(),m(Pe,1),Pe.m(Y.parentNode,Y)):Pe&&(fe(),g(Pe,1,1,()=>{Pe=null}),de()),Z[63]?pe?me[2]&2&&m(pe,1):(pe=Ba(),pe.c(),m(pe,1),pe.m(N.parentNode,N)):pe&&(fe(),g(pe,1,1,()=>{pe=null}),de())},i(Z){ee||(m(e.$$.fragment,Z),m(Q),m(w),m($),m(X),m(O),m(W),m(B),m(J),m(E),m(z),m(Te),m(k.$$.fragment,Z),m(S.$$.fragment,Z),m(T.$$.fragment,Z),m(Le),m(Pe),m(pe),ee=!0)},o(Z){g(e.$$.fragment,Z),g(Q),g(w),g($),g(X),g(O),g(W),g(B),g(J),g(E),g(z),g(Te),g(k.$$.fragment,Z),g(S.$$.fragment,Z),g(T.$$.fragment,Z),g(Le),g(Pe),g(pe),ee=!1},d(Z){Z&&(P(i),P(n),P(o),P(s),P(l),P(r),P(a),P(c),P(f),P(d),P(h),P(v),P(_),P(C),P(L),P(le),P(Y),P(N)),F(e,Z),Q&&Q.d(Z),w&&w.d(Z),$&&$.d(Z),X&&X.d(Z),O&&O.d(Z),W&&W.d(Z),B&&B.d(Z),J&&J.d(Z),E&&E.d(Z),z&&z.d(Z),Te&&Te.d(Z),F(k,Z),F(S,Z),F(T,Z),Le&&Le.d(Z),Pe&&Pe.d(Z),pe&&pe.d(Z)}}}function rh(t){let e,i,n,o,s=t[51],l,r,a,c,f=Na(t);return{c(){e=I("div"),i=I("div"),o=D(),f.c(),l=ct(),u(i,"class","video-container v-1o4wf3x"),u(i,"style",n=`transform: rotate(${t[35]}deg) scale(${t[46]})`),V(i,"fast-rotate",!t[1].isSmoothVideoRotate),u(e,"class","video-wrapper v-1o4wf3x"),V(e,"hidden",t[38]!==De.Video),V(e,"nocursor",t[45])},m(d,h){A(d,e,h),p(e,i),t[154](i),A(d,o,h),f.m(d,h),A(d,l,h),r=!0,a||(c=[he(e,"contextmenu",Jt(t[108])),he(e,"mousedown",Jt(t[113])),he(e,"mouseup",Jt(t[114])),he(e,"click",Jt(t[116])),he(e,"dblclick",Jt(t[115]))],a=!0)},p(d,h){(!r||h[1]&32784&&n!==(n=`transform: rotate(${d[35]}deg) scale(${d[46]})`))&&u(i,"style",n),(!r||h[0]&2)&&V(i,"fast-rotate",!d[1].isSmoothVideoRotate),(!r||h[1]&128)&&V(e,"hidden",d[38]!==De.Video),(!r||h[1]&16384)&&V(e,"nocursor",d[45]),h[1]&1048576&&be(s,s=d[51])?(fe(),g(f,1,1,q),de(),f=Na(d),f.c(),m(f,1),f.m(l.parentNode,l)):f.p(d,h)},i(d){r||(m(f),r=!0)},o(d){g(f),r=!1},d(d){d&&(P(e),P(o),P(l)),t[154](null),f.d(d),a=!1,nt(c)}}}function ah(t){let e,i,n,o,s,l,r,a={toggleFullscreen:t[106],hideContextMenu:t[107],showHotKeyHelpers:t[117],showKeyMap:t[118],isAds:t[38]===De.Ads,fakePlayButtonHandler:t[47]?t[105]:void 0,$$slots:{default:[rh]},$$scope:{ctx:t}};return i=new v0({props:a}),t[159](i),{c(){e=I("div"),U(i.$$.fragment),n=D(),o=I("div"),u(o,"class","overlay-container"),u(e,"class","player-wrapper v-1o4wf3x")},m(c,f){A(c,e,f),H(i,e,null),p(e,n),p(e,o),t[160](o),t[161](e),s=!0,l||(r=[he(lh,"blur",t[107]),he(e,"mouseenter",t[109]),he(e,"mouseleave",t[111]),he(e,"mousemove",t[112]),he(e,"click",t[120],!0),he(e,"focusin",t[110],!0)],l=!0)},p(c,f){const d={};f[1]&128&&(d.isAds=c[38]===De.Ads),f[1]&65536&&(d.fakePlayButtonHandler=c[47]?c[105]:void 0),f[0]&1073741823|f[1]&2147418111|f[2]&3|f[6]&1&&(d.$$scope={dirty:f,ctx:c}),i.$set(d)},i(c){s||(m(i.$$.fragment,c),s=!0)},o(c){g(i.$$.fragment,c),s=!1},d(c){c&&P(e),t[159](null),F(i),t[160](null),t[161](null),l=!1,nt(r)}}}let uh=!0;function vl(t){return t?t.offsetTop+vl(t.offsetParent):0}function Lu(t){return t?t.offsetLeft+Lu(t.offsetParent):0}function ch(t,e,i){let n,o,s,l,r,a,c,f,d,h,v,k,_,S,C,T,y,L,le,Y,N,ee,Q,w,$,X,O,W,B,J,E,z,Te,ze,Ve,Le,Pe,pe,Z,me,Ae,Ue,Ge,{store:ae}=e,{uiConfig:ye}=e,{title:Me}=e,{thumbUrl:je}=e,{videoContainer:ne}=e,{interactiveContainer:G}=e,{live:Ce}=e,{autoplay:re}=e,{canRewindLive:ke}=e,{showAds:He}=e,{adsSlotId:et=void 0}=e,{adsParams:lt=void 0}=e,{adsPreviewParam:Ne=void 0}=e,{duration:ue=void 0}=e,{logoClickable:st}=e,{logoHidden:vt}=e,{logoTargetUrl:ut=""}=e,{showNextPrevButtons:bt=!1}=e,{nextButtonActive:Ct=!1}=e,{prevButtonActive:Be=!1}=e,{endScreenVideoTitle:Ft=void 0}=e,{endScreenVideoThumb:ce=void 0}=e,{isOneVideoPlaylist:ft=!1}=e,{supportLink:kt}=e,{outerContainerRef:We=void 0}=e,{playerStarted:tt=!1}=e,{fullScreenTarget:gt=void 0}=e,{showMiniTimer:wt=!1}=e,{playNextVideo:hi=ie.noop}=e,{playPrevVideo:bi=ie.noop}=e,{repeatPlaylist:gi=ie.noop}=e,{seekToInteractive:Fi}=e,{toggleGraph:Qi}=e,{playPrevChapter:ii}=e,{firstStart:ni}=e;const _i=ae.getLogger().createComponentLog("Root component"),Ut=ae.interfaceLanguage$;R(t,Ut,b=>i(51,E=b));const oi=ae.state.playbackState$;R(t,oi,b=>i(151,W=b));const Ui=ae.ads.playbackState;R(t,Ui,b=>i(152,B=b));const vi=ae.state.positionWithScrubbing$;R(t,vi,b=>i(56,Le=b));const ki=ae.state.duration$;R(t,ki,b=>i(60,me=b));const li=ae.playerPhase;R(t,li,b=>i(38,Q=b));const wi=ae.ui.isFullscreen;R(t,wi,b=>i(141,k=b));const si=ae.ui.controlsVisible;R(t,si,b=>i(36,L=b));const yi=ae.ui.settingsMenuVisible;R(t,yi,b=>i(139,a=b));const Ci=ae.ui.scrubbingInProgress;R(t,Ci,b=>i(143,T=b));const yt=ae.ui.contextMenu.visible$;R(t,yt,b=>i(33,n=b));const Mt=ae.ui.debugPanelVisible;R(t,Mt,b=>i(63,Ge=b));const qt=ae.state.isLoaderVisible;R(t,qt,b=>i(153,J=b));const ri=ae.state.isEnded$;R(t,ri,b=>i(140,f=b));const Vt=ae.state.chromecastConnected$;R(t,Vt,b=>i(39,X=b));const ai=ae.state.chromecastDeviceName$;R(t,ai,b=>i(53,Te=b));const Zt=ae.ads.postrollPassed;R(t,Zt,b=>i(146,N=b));const xt=ae.state.isLive$;R(t,xt,b=>i(58,pe=b));const Tt=ae.state.isPlaying$;R(t,Tt,b=>i(59,Z=b));const St=ae.state.crashed$;R(t,St,b=>i(37,Y=b));const Bt=ae.webApi.pictureInPictureApi,Wt=ae.state.currentSubtitle$;R(t,Wt,b=>i(54,ze=b));const ui=ae.state.currentSubtitleCaptions$;R(t,ui,b=>i(55,Ve=b));const en=ae.state.duration$;R(t,en,b=>i(57,Pe=b));const qi=ae.state.graphIsOpened$;R(t,qi,b=>i(147,ee=b));const jt=ae.ui.playerSize;R(t,jt,b=>i(34,h=b));const $t=ae.ui.is3DVideo;R(t,$t,b=>i(49,d=b));const Ti=ae.ui.icon3DVideoVisible;R(t,Ti,b=>i(52,z=b));const Ni=ae.ui.rotateAlpha;R(t,Ni,b=>i(35,C=b));const Nt=ae.state.isInteractive,_t=ae.state.isInteractiveTime$;R(t,_t,b=>i(144,y=b));const Si=ae.state.isInteractiveExpectation$;R(t,Si,b=>i(150,O=b));const Zi=ae.state.hasInteractiveBranches,ei=ae.ui.touched;R(t,ei,b=>i(148,w=b));const Wi=ae.ui.modals.hotKeyMap.data;R(t,Wi,b=>i(168,c=b));const ci=ae.ui.modals.hotKeyMap.show;R(t,ci,b=>i(62,Ue=b));const Xi=ae.ui.overlayContainer$,ji=ae.ui.controls.interactiveTimeIndicator;R(t,ji,b=>i(169,v=b));const Ji=ae.state.showInteractiveTimeIndicator,Ri=ae.ui.contextMenu.position$;R(t,Ri,b=>i(61,Ae=b));const Pi=ae.actions.internal.closeSettingsMenu,{fakeIsPlaying$:Rt}=vo();R(t,Rt,b=>i(142,S=b));let Kt,fi,Di,Oi,di;Wi.set(uf());let Ai,Ii;const Fe=Ie(!1);R(t,Fe,b=>i(50,_=b));let zi;const Lt=Ie(!1);R(t,Lt,b=>i(149,$=b));const Ee=Ie(),Ei=Ie(!1);R(t,Ei,b=>i(145,le=b));let Ki=!1,Hi=!1,Vi,xi,Li,Gi,Dt,Yi,ti=!1,oe,it=!1;const{toggle:Ot}=Rt;let Gt=!1,Mi=null,Bi;Bt?.setContext(o1());const un=()=>{re&&!Nt&&Pt(ye.controls.hideTimeout)};ae.setUiCallbacks({onStarted:un});const cn=()=>{window.clearTimeout(Di),Lt.set(!1)},on=()=>{window.clearTimeout(Oi),Ee.set(null)},Pt=b=>{cn(),Lt.set(!0),Di=window.setTimeout(()=>Lt.set(!1),b);const se=b-100;zi=window.setTimeout(()=>{_&&Fe.set(!1)},se>0?se:b)},kn=(b,se)=>{on(),Ee.set(se),Oi=window.setTimeout(()=>Ee.set(null),b)},wn=$t.subscribe(b=>{Ti.set(b),b&&(window.clearTimeout(di),di=window.setTimeout(()=>Ti.set(!1),ye.controls.hide360IconTimeout))}),fn=async()=>{const b=Io();if(b){Pt(ye.controls.hideTimeoutFullscreen);try{await Bt?.remove()}catch(se){_i({message:String(se)})}}wi.set(b),ae.getAdmanWrapper().setFullscreen(b),k?ae.callbacks?.onFullscreenEnter?.():ae.callbacks?.onFullscreenExit?.()},mn=b=>{const se=b;jt.set({width:se.target.width,height:se.target.height})};nn(()=>(V1(fn),Yo(Bt)&&(Bt?.assignPlayerContainer(Kt),Bt?.registryExternalEventHandlers({resize:mn})),G&&ne.parentElement?.insertBefore(G,ne.nextSibling),()=>{window.clearTimeout(Di),window.clearTimeout(zi),window.clearTimeout(Oi),window.clearTimeout(di),wn(),Bt?.dispose(),L1(fn)}));const ln=async()=>{if(Io())await E1(document),_i({message:"exit fullscreen"});else{_i({message:"request fullscreen"});const b=We??Kt,se=b.getRootNode(),we=se instanceof ShadowRoot?se.host:se,Re=gt instanceof HTMLElement&>.contains(we),Qe=ye.allowChangingFullscreenTarget&>&&Re?gt:b;await I1(Qe)}},tn=()=>{Pi(),yt.set(!1)},te=b=>{yt.set(!0),Ri.set({left:b.clientX,top:b.clientY})};function dt(){Ei.set(!0),Nt||Pt(ye.controls.hideTimeoutCursor)}function pn(){Nt||(Fe.set(!0),Pt(ye.controls.hideTimeoutCursor))}function yn(){Ei.set(!1),i(131,Hi=!1),i(130,Ki=!1),Gt=!1,ae.actions.internal.releaseCamera()}function Cn(b){if(v&&Ji){const se=b.currentTarget,we=vl(se),Re=Lu(se),Qe=b.pageX-Re,zt=b.pageY-we,{left:Yt,bottom:At,right:rn}=v,hn=rn-Yt;return Qe>=Yt-hn&&zt<=At+hn}}function Dn(b){if(Kt){const se=vl(b.currentTarget),we=h.height,Re=b.pageY-se;if(Cn(b)){i(131,Hi=!1);return}Re<Kl?i(131,Hi=!0):Re>we-Kl?i(130,Ki=!0):(i(131,Hi=!1),a||i(130,Ki=!1))}}function On(b){Dn(b),xi||Pt(ye.controls.hideTimeoutCursor),d&&Gt&&Mi&&ae.actions.internal.moveCameraFocusPX(Mi.clientX-b.clientX,Mi.clientY-b.clientY,b.timeStamp-Mi.timeStamp),Mi=b}const zn=b=>{b.button===0&&(Gt=!0,ae.actions.internal.holdCamera()),Pt(ye.controls.hideTimeoutCursor)},Hn=b=>{b.button===0&&(Mi=b,Gt=!1,ae.actions.internal.releaseCamera()),Pt(ye.controls.hideTimeoutCursor)},Fn=()=>{_i({message:"double click on video"}),ln(),Pt(ye.controls.hideTimeoutCursor)},Kn=()=>{if(n||a){tn();return}if(!(f&&!Zi)){if(it)return Ot();if(Bi?.focus(),!tt){ni(),Pt(ye.controls.hideTimeoutCursor);return}ae.actions.internal.togglePlay(),Pt(ye.controls.hideTimeoutCursor)}},x=b=>{tn(),ei.set(!0),Pt(ye.controls.hideTimeout),b&&kn(ye.controls.hideHotKeyHelpers,b)},sn=()=>{tn(),ae.callbacks?.onOpenHotKeyMap?ae.callbacks?.onOpenHotKeyMap(c):ci.update(b=>!b)},Gn=()=>{if(n||a){tn();return}},Yn=()=>{ei.set(!0)},Un=ae.ui.contextMenu.openedByBtnKeyboard$;R(t,Un,b=>i(138,r=b));let no=ae.ui.contextMenu.btnRef$;R(t,no,b=>i(137,l=b));let Tn;const qn=ae.ui.contextMenu.openedByHotKey$;R(t,qn,b=>i(136,s=b));const oo=ae.ui.contextMenu.lastActiveElem$;R(t,oo,b=>i(135,o=b));function lo(b){ve[b?"unshift":"push"](()=>{ne=b,i(0,ne)})}const ko=()=>Bi?.focus();function An(b){fi=b,i(41,fi)}const Qn=()=>Bi?.focus();function Xn(b){Tn=b,i(32,Tn)}function so(b){ve[b?"unshift":"push"](()=>{Bi=b,i(48,Bi)})}function Jn(b){ve[b?"unshift":"push"](()=>{Ii=b,i(30,Ii)})}function rt(b){ve[b?"unshift":"push"](()=>{Kt=b,i(40,Kt)})}return t.$$set=b=>{"store"in b&&i(125,ae=b.store),"uiConfig"in b&&i(1,ye=b.uiConfig),"title"in b&&i(2,Me=b.title),"thumbUrl"in b&&i(3,je=b.thumbUrl),"videoContainer"in b&&i(0,ne=b.videoContainer),"interactiveContainer"in b&&i(126,G=b.interactiveContainer),"live"in b&&i(4,Ce=b.live),"autoplay"in b&&i(5,re=b.autoplay),"canRewindLive"in b&&i(6,ke=b.canRewindLive),"showAds"in b&&i(7,He=b.showAds),"adsSlotId"in b&&i(8,et=b.adsSlotId),"adsParams"in b&&i(9,lt=b.adsParams),"adsPreviewParam"in b&&i(10,Ne=b.adsPreviewParam),"duration"in b&&i(11,ue=b.duration),"logoClickable"in b&&i(12,st=b.logoClickable),"logoHidden"in b&&i(13,vt=b.logoHidden),"logoTargetUrl"in b&&i(14,ut=b.logoTargetUrl),"showNextPrevButtons"in b&&i(15,bt=b.showNextPrevButtons),"nextButtonActive"in b&&i(16,Ct=b.nextButtonActive),"prevButtonActive"in b&&i(17,Be=b.prevButtonActive),"endScreenVideoTitle"in b&&i(18,Ft=b.endScreenVideoTitle),"endScreenVideoThumb"in b&&i(19,ce=b.endScreenVideoThumb),"isOneVideoPlaylist"in b&&i(20,ft=b.isOneVideoPlaylist),"supportLink"in b&&i(21,kt=b.supportLink),"outerContainerRef"in b&&i(127,We=b.outerContainerRef),"playerStarted"in b&&i(22,tt=b.playerStarted),"fullScreenTarget"in b&&i(128,gt=b.fullScreenTarget),"showMiniTimer"in b&&i(129,wt=b.showMiniTimer),"playNextVideo"in b&&i(23,hi=b.playNextVideo),"playPrevVideo"in b&&i(24,bi=b.playPrevVideo),"repeatPlaylist"in b&&i(25,gi=b.repeatPlaylist),"seekToInteractive"in b&&i(26,Fi=b.seekToInteractive),"toggleGraph"in b&&i(27,Qi=b.toggleGraph),"playPrevChapter"in b&&i(28,ii=b.playPrevChapter),"firstStart"in b&&i(29,ni=b.firstStart)},t.$$.update=()=>{if(t.$$.dirty[1]&192|t.$$.dirty[4]&805306368&&i(42,Ai=(Q===De.Video&&J||Q===De.Ads&&B===Xt.INACTIVE)&&!Y),t.$$.dirty[0]&1073741824&&Xi.set(Ii),t.$$.dirty[4]&134217728&&i(132,Vi=W!==$e.PlaybackState.PLAYING),t.$$.dirty[4]&68190656&&i(133,xi=y&&!a&&!(Ki||Hi)&&!(Vi&&!O)),t.$$.dirty[1]&448|t.$$.dirty[4]&34112256&&si.set((Vi||a||T||X||$)&&!xi&&(Q===De.Video||Q===De.Ads)&&!Y),t.$$.dirty[0]&2|t.$$.dirty[1]&224|t.$$.dirty[4]&16777248&&i(43,Li=ye.features.thumbTimer&&wt&&Q===De.Video&&!L&&!Y&&!Nt&&(ye.hideThumbTimerAfterTouch&&!w||!ye.hideThumbTimerAfterTouch)),t.$$.dirty[1]&128|t.$$.dirty[4]&8519680&&i(44,Gi=Q===De.Video&&!ee&&k),t.$$.dirty[0]&128|t.$$.dirty[1]&64|t.$$.dirty[4]&4259840&&i(31,Dt=(He&&N||!He)&&f&&!Y),t.$$.dirty[1]&33|t.$$.dirty[4]&3145728&&i(45,Yi=le&&!(L||Dt)&&!y),t.$$.dirty[0]&2|t.$$.dirty[4]&1573888&&(!T&&ti&&!y&&Pt(ye.controls.hideTimeoutCursor),i(134,ti=T)),t.$$.dirty[0]&1|t.$$.dirty[1]&24&&i(46,oe=ne&&C%180?h.height/h.width:1),t.$$.dirty[4]&262144&&i(47,it=S!==null),t.$$.dirty[1]&6|t.$$.dirty[4]&16384&&Qo(Tn,n,r),t.$$.dirty[1]&4|t.$$.dirty[4]&8192){const b=l;b&&Pl(b,n,Un)}if(t.$$.dirty[1]&6|t.$$.dirty[4]&4096&&Qo(Tn,n,s),t.$$.dirty[1]&4|t.$$.dirty[4]&2048){const b=o;b&&zf(b,n,qn)}},[ne,ye,Me,je,Ce,re,ke,He,et,lt,Ne,ue,st,vt,ut,bt,Ct,Be,Ft,ce,ft,kt,tt,hi,bi,gi,Fi,Qi,ii,ni,Ii,Dt,Tn,n,h,C,L,Y,Q,X,Kt,fi,Ai,Li,Gi,Yi,oe,it,Bi,d,_,E,z,Te,ze,Ve,Le,Pe,pe,Z,me,Ae,Ue,Ge,Ut,oi,Ui,vi,ki,li,wi,si,yi,Ci,yt,Mt,qt,ri,Vt,ai,Zt,xt,Tt,St,Wt,ui,en,qi,jt,$t,Ti,Ni,Nt,_t,Si,ei,Wi,ci,ji,Ri,Rt,Fe,Lt,Ee,Ei,Ot,ln,tn,te,dt,pn,yn,On,zn,Hn,Fn,Kn,x,sn,Gn,Yn,Un,no,qn,oo,ae,G,We,gt,wt,Ki,Hi,Vi,xi,ti,o,s,l,r,a,f,k,S,T,y,le,N,ee,w,$,O,W,B,J,lo,ko,An,Qn,Xn,so,Jn,rt]}class fh extends _e{constructor(e){super(),ge(this,e,ch,ah,be,{store:125,uiConfig:1,title:2,thumbUrl:3,videoContainer:0,interactiveContainer:126,live:4,autoplay:5,canRewindLive:6,showAds:7,adsSlotId:8,adsParams:9,adsPreviewParam:10,duration:11,logoClickable:12,logoHidden:13,logoTargetUrl:14,showNextPrevButtons:15,nextButtonActive:16,prevButtonActive:17,endScreenVideoTitle:18,endScreenVideoThumb:19,isOneVideoPlaylist:20,supportLink:21,outerContainerRef:127,playerStarted:22,fullScreenTarget:128,showMiniTimer:129,playNextVideo:23,playPrevVideo:24,repeatPlaylist:25,seekToInteractive:26,toggleGraph:27,playPrevChapter:28,firstStart:29},sh,[-1,-1,-1,-1,-1,-1,-1])}}const dh=t=>{if(!ie.isIOS(!0))return!1;const e=t.device===ie.CurrentClientDevice.iPad||window?.screen.width>700,i=ie.getIOSVersion();return!e||e&&!!i&&i<16};function mh(t){Ke(t,"v-nhq2ld",".double-click-area.v-nhq2ld{position:absolute;top:0;height:100%;width:25%;overflow:hidden}.double-click-area.left.v-nhq2ld{left:0}.double-click-area.right.v-nhq2ld{right:0}.semicircle.v-nhq2ld{position:absolute;top:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5)}.semicircle.left.v-nhq2ld{left:0;border-top-right-radius:50%;border-bottom-right-radius:50%}.semicircle.right.v-nhq2ld{right:0;border-top-left-radius:50%;border-bottom-left-radius:50%}.info.v-nhq2ld{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;flex-direction:column;align-items:center;justify-content:center}.triangles-wrapper.v-nhq2ld{position:relative;display:flex;margin-bottom:10px;justify-content:center}.triangle.v-nhq2ld{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;animation:v-nhq2ld-blink 500ms infinite;opacity:0}.triangle.right.v-nhq2ld:nth-child(1),.triangle.left.v-nhq2ld:nth-child(3){animation-delay:0ms}.triangle.right.v-nhq2ld:nth-child(2),.triangle.left.v-nhq2ld:nth-child(2){animation-delay:100ms}.triangle.right.v-nhq2ld:nth-child(3),.triangle.left.v-nhq2ld:nth-child(1){animation-delay:200ms}@keyframes v-nhq2ld-blink{0%{opacity:0}50%{opacity:1}100%{opacity:0}}.triangle.left.v-nhq2ld{border-right:8px solid var(--white)}.triangle.right.v-nhq2ld{border-left:8px solid var(--white)}.triangle.v-nhq2ld:not(:last-child){margin-right:5px}.step-caption.v-nhq2ld{margin:0;text-align:center;font-size:12px;line-height:1;color:var(--white)}")}function Ra(t){let e,i,n,o,s,l,r,a,c,f,d,h,v,k,_,S=K("doubletap_seek_step",{seconds:t[1].toFixed(0)})+"",C;return{c(){e=I("div"),n=D(),o=I("div"),s=I("div"),l=I("div"),a=D(),c=I("div"),d=D(),h=I("div"),k=D(),_=I("p"),C=Oe(S),u(e,"class",i="semicircle "+t[0]+" v-nhq2ld"),u(l,"class",r="triangle "+t[0]+" v-nhq2ld"),u(c,"class",f="triangle "+t[0]+" v-nhq2ld"),u(h,"class",v="triangle "+t[0]+" v-nhq2ld"),u(s,"class","triangles-wrapper v-nhq2ld"),u(_,"class","step-caption v-nhq2ld"),u(o,"class","info v-nhq2ld")},m(T,y){A(T,e,y),A(T,n,y),A(T,o,y),p(o,s),p(s,l),p(s,a),p(s,c),p(s,d),p(s,h),p(o,k),p(o,_),p(_,C)},p(T,y){y&1&&i!==(i="semicircle "+T[0]+" v-nhq2ld")&&u(e,"class",i),y&1&&r!==(r="triangle "+T[0]+" v-nhq2ld")&&u(l,"class",r),y&1&&f!==(f="triangle "+T[0]+" v-nhq2ld")&&u(c,"class",f),y&1&&v!==(v="triangle "+T[0]+" v-nhq2ld")&&u(h,"class",v),y&2&&S!==(S=K("doubletap_seek_step",{seconds:T[1].toFixed(0)})+"")&&xe(C,S)},d(T){T&&(P(e),P(n),P(o))}}}function ph(t){let e,i,n,o,s=t[2]&&Ra(t);return{c(){e=I("div"),s&&s.c(),u(e,"class",i="double-click-area "+t[0]+" v-nhq2ld")},m(l,r){A(l,e,r),s&&s.m(e,null),n||(o=he(e,"click",ot(t[3]())),n=!0)},p(l,[r]){l[2]?s?s.p(l,r):(s=Ra(l),s.c(),s.m(e,null)):s&&(s.d(1),s=null),r&1&&i!==(i="double-click-area "+l[0]+" v-nhq2ld")&&u(e,"class",i)},i:q,o:q,d(l){l&&P(e),s&&s.d(),n=!1,o()}}}function hh(t,e,i){let{side:n}=e,{seekStep:o}=e,{handleSingleFirstClick:s}=e,{handleSecondClick:l}=e,r=!1,a=0,c=0;const f=()=>{let h=0;return()=>{h+=1,h===1?a=window.setTimeout(()=>{s(),h=0},300):(window.clearTimeout(a),h=0,l(),i(2,r=!0),c=window.setTimeout(()=>{i(2,r=!1)},500))}};return Vo(()=>{window.clearTimeout(a),window.clearTimeout(c)}),t.$$set=d=>{"side"in d&&i(0,n=d.side),"seekStep"in d&&i(1,o=d.seekStep),"handleSingleFirstClick"in d&&i(4,s=d.handleSingleFirstClick),"handleSecondClick"in d&&i(5,l=d.handleSecondClick)},[n,o,r,f,s,l]}class Mu extends _e{constructor(e){super(),ge(this,e,hh,ph,be,{side:0,seekStep:1,handleSingleFirstClick:4,handleSecondClick:5},mh)}}function bh(t,e,i){let{playNextVideo:n}=e;return nn(()=>{n()}),t.$$set=o=>{"playNextVideo"in o&&i(0,n=o.playNextVideo)},[n]}class gh extends _e{constructor(e){super(),ge(this,e,bh,null,be,{playNextVideo:0})}}const{window:_h}=n1;function vh(t){Ke(t,"v-1jy89ut",".player-wrapper.v-1jy89ut{position:absolute;width:100%;height:100%}.player-wrapper.v-1jy89ut .player-media{position:absolute;left:0;top:0;width:100%;height:100%;background:var(--black);transition:transform 0.2s ease-in-out}.spherical-video-icon.v-1jy89ut{display:inline-block;position:absolute;top:calc(50% - 23px);left:calc(50% - 38px)}.video-wrapper.v-1jy89ut,.video-container.v-1jy89ut,.ads-container.v-1jy89ut{position:absolute;width:100%;height:100%;left:0;top:0}.video-wrapper.v-1jy89ut{z-index:var(--video-container-z-index);background:var(--black)}.video-container.v-1jy89ut{z-index:var(--video-container-z-index);transition:var(--rotate-transition-duration) ease all}.video-container.fast-rotate.v-1jy89ut{transition:none}.ads-container.v-1jy89ut{background:var(--black)}")}function Da(t){let e,i,n,o;e=new Mu({props:{side:"left",seekStep:t[1].controls.seekStepMobile/1e3,handleSingleFirstClick:t[100],handleSecondClick:t[130]}});let s=!t[48]&&Oa(t);return{c(){U(e.$$.fragment),i=D(),s&&s.c(),n=ct()},m(l,r){H(e,l,r),A(l,i,r),s&&s.m(l,r),A(l,n,r),o=!0},p(l,r){const a={};r[0]&2&&(a.seekStep=l[1].controls.seekStepMobile/1e3),e.$set(a),l[48]?s&&(fe(),g(s,1,1,()=>{s=null}),de()):s?(s.p(l,r),r[1]&131072&&m(s,1)):(s=Oa(l),s.c(),m(s,1),s.m(n.parentNode,n))},i(l){o||(m(e.$$.fragment,l),m(s),o=!0)},o(l){g(e.$$.fragment,l),g(s),o=!1},d(l){l&&(P(i),P(n)),F(e,l),s&&s.d(l)}}}function Oa(t){let e,i;return e=new Mu({props:{side:"right",seekStep:t[1].controls.seekStepMobile/1e3,handleSingleFirstClick:t[100],handleSecondClick:t[131]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&2&&(s.seekStep=n[1].controls.seekStepMobile/1e3),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function za(t){let e,i;return e=new Eu({props:{thumbUrl:t[2],startTime:t[3]?.startTime}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&4&&(s.thumbUrl=n[2]),o[0]&8&&(s.startTime=n[3]?.startTime),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Ha(t){let e,i;return e=new Vu({}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Fa(t){let e,i,n;return i=new M1({props:{adsSlotId:t[7],adsParams:t[8],adsPreviewParam:t[9],duration:t[10]}}),{c(){e=I("div"),U(i.$$.fragment),u(e,"class","ads-container v-1jy89ut"),V(e,"hidden",t[34]!==De.Ads)},m(o,s){A(o,e,s),H(i,e,null),n=!0},p(o,s){const l={};s[0]&128&&(l.adsSlotId=o[7]),s[0]&256&&(l.adsParams=o[8]),s[0]&512&&(l.adsPreviewParam=o[9]),s[0]&1024&&(l.duration=o[10]),i.$set(l),(!n||s[1]&8)&&V(e,"hidden",o[34]!==De.Ads)},i(o){n||(m(i.$$.fragment,o),n=!0)},o(o){g(i.$$.fragment,o),n=!1},d(o){o&&P(e),F(i)}}}function Ua(t){let e,i;return e=new gh({props:{playNextVideo:t[22]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&4194304&&(s.playNextVideo=n[22]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function qa(t){let e,i;return e=new Tu({}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Za(t){let e,i,n;return i=new T1({props:{ariaLabel:K("video360")}}),{c(){e=I("div"),U(i.$$.fragment),u(e,"class","spherical-video-icon v-1jy89ut")},m(o,s){A(o,e,s),H(i,e,null),n=!0},p:q,i(o){n||(m(i.$$.fragment,o),n=!0)},o(o){g(i.$$.fragment,o),n=!1},d(o){o&&P(e),F(i)}}}function Wa(t){let e,i;return e=new Pu({props:{thumbUrl:t[2],chromecastDeviceName:t[51]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&4&&(s.thumbUrl=n[2]),o[1]&1048576&&(s.chromecastDeviceName=n[51]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function ja(t){let e,i;return e=new Su({props:{shifted:t[30],captions:t[53],position:t[44],playerSize:t[31],isMobile:!0}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o[0]&1073741824&&(s.shifted=n[30]),o[1]&4194304&&(s.captions=n[53]),o[1]&8192&&(s.position=n[44]),o[1]&1&&(s.playerSize=n[31]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Ka(t){let e,i,n,o,s;return i=new Au({}),{c(){e=I("div"),U(i.$$.fragment)},m(l,r){A(l,e,r),H(i,e,null),n=!0,o||(s=he(e,"click",ot(t[101])),o=!0)},p:q,i(l){n||(m(i.$$.fragment,l),n=!0)},o(l){g(i.$$.fragment,l),n=!1},d(l){l&&P(e),F(i),o=!1,s()}}}function Ga(t){let e,i,n;function o(l){t[132](l)}let s={bottomHidden:t[34]===De.Thumb||t[34]===De.WaitingLive||t[34]===De.WaitingRecord||t[34]===De.Ads,showControls:t[30],bottomNoSmooth:t[45],isAds:t[34]===De.Ads,canRewindLive:t[5]&&t[54]!==0,logoClickable:t[11],logoHidden:t[12],logoTargetUrl:t[13],showNextPrevButtons:t[14],nextButtonActive:t[15],prevButtonActive:t[16],isOneVideoPlaylist:t[19],supportLink:t[20],customFullscreenSupported:t[39],playNextVideo:t[22],playPrevVideo:t[23],repeatPlaylist:t[24],toggleFullscreen:t[98],seekToInteractive:t[25],toggleGraph:t[26],playPrevChapter:t[27],onDisabledPlayPrevChapterClick:t[104],onDisabledSeekToInteractiveClick:t[105]};return t[37]!==void 0&&(s.controlsElementRef=t[37]),e=new yu({props:s}),ve.push(()=>Ze(e,"controlsElementRef",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[1]&8&&(a.bottomHidden=l[34]===De.Thumb||l[34]===De.WaitingLive||l[34]===De.WaitingRecord||l[34]===De.Ads),r[0]&1073741824&&(a.showControls=l[30]),r[1]&16384&&(a.bottomNoSmooth=l[45]),r[1]&8&&(a.isAds=l[34]===De.Ads),r[0]&32|r[1]&8388608&&(a.canRewindLive=l[5]&&l[54]!==0),r[0]&2048&&(a.logoClickable=l[11]),r[0]&4096&&(a.logoHidden=l[12]),r[0]&8192&&(a.logoTargetUrl=l[13]),r[0]&16384&&(a.showNextPrevButtons=l[14]),r[0]&32768&&(a.nextButtonActive=l[15]),r[0]&65536&&(a.prevButtonActive=l[16]),r[0]&524288&&(a.isOneVideoPlaylist=l[19]),r[0]&1048576&&(a.supportLink=l[20]),r[1]&256&&(a.customFullscreenSupported=l[39]),r[0]&4194304&&(a.playNextVideo=l[22]),r[0]&8388608&&(a.playPrevVideo=l[23]),r[0]&16777216&&(a.repeatPlaylist=l[24]),r[0]&33554432&&(a.seekToInteractive=l[25]),r[0]&67108864&&(a.toggleGraph=l[26]),r[0]&134217728&&(a.playPrevChapter=l[27]),!i&&r[1]&64&&(i=!0,a.controlsElementRef=l[37],qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function Ya(t){let e,i;return e=new W1({}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Qa(t){let e,i;return e=new H1({}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Xa(t){let e,i,n=t[5]&&t[78]&&!t[47].has(at.TIMELINE),o,s,l,r,a,c,f,d,h,v,k,_,S,C,T,y;e=new Iu({props:{hidden:t[34]!==De.Thumb||t[33]||t[89]&&t[4],thumbUrl:t[2],startVideo:t[28]}});let L=n&&Da(t),le=t[34]===De.WaitingLive&&za(t),Y=t[34]===De.WaitingRecord&&Ha(),N=t[6]&&t[21]&&Fa(t),ee=t[41]&&t[17]&&t[18]&&Ua(t),Q=t[49]&&qa(),w=t[50]&&Za(),$=t[35]&&Wa(t),X=t[52].value!=="off"&&ja(t),O=t[33]&&Ka(t),W=t[21]&&Ga(t);_=new N1({props:{isLive:t[55],isHidden:!t[40],isPlaying:t[56],position:t[44],duration:t[43]}});let B=t[38]&&Ya(),J=t[57]&&Qa();return{c(){U(e.$$.fragment),i=D(),L&&L.c(),o=D(),le&&le.c(),s=D(),Y&&Y.c(),l=D(),N&&N.c(),r=D(),ee&&ee.c(),a=D(),Q&&Q.c(),c=D(),w&&w.c(),f=D(),$&&$.c(),d=D(),X&&X.c(),h=D(),O&&O.c(),v=D(),W&&W.c(),k=D(),U(_.$$.fragment),S=D(),B&&B.c(),C=D(),J&&J.c(),T=ct()},m(E,z){H(e,E,z),A(E,i,z),L&&L.m(E,z),A(E,o,z),le&&le.m(E,z),A(E,s,z),Y&&Y.m(E,z),A(E,l,z),N&&N.m(E,z),A(E,r,z),ee&&ee.m(E,z),A(E,a,z),Q&&Q.m(E,z),A(E,c,z),w&&w.m(E,z),A(E,f,z),$&&$.m(E,z),A(E,d,z),X&&X.m(E,z),A(E,h,z),O&&O.m(E,z),A(E,v,z),W&&W.m(E,z),A(E,k,z),H(_,E,z),A(E,S,z),B&&B.m(E,z),A(E,C,z),J&&J.m(E,z),A(E,T,z),y=!0},p(E,z){const Te={};z[0]&16|z[1]&12&&(Te.hidden=E[34]!==De.Thumb||E[33]||E[89]&&E[4]),z[0]&4&&(Te.thumbUrl=E[2]),z[0]&268435456&&(Te.startVideo=E[28]),e.$set(Te),z[0]&32|z[1]&65536&&(n=E[5]&&E[78]&&!E[47].has(at.TIMELINE)),n?L?(L.p(E,z),z[0]&32|z[1]&65536&&m(L,1)):(L=Da(E),L.c(),m(L,1),L.m(o.parentNode,o)):L&&(fe(),g(L,1,1,()=>{L=null}),de()),E[34]===De.WaitingLive?le?(le.p(E,z),z[1]&8&&m(le,1)):(le=za(E),le.c(),m(le,1),le.m(s.parentNode,s)):le&&(fe(),g(le,1,1,()=>{le=null}),de()),E[34]===De.WaitingRecord?Y?z[1]&8&&m(Y,1):(Y=Ha(),Y.c(),m(Y,1),Y.m(l.parentNode,l)):Y&&(fe(),g(Y,1,1,()=>{Y=null}),de()),E[6]&&E[21]?N?(N.p(E,z),z[0]&2097216&&m(N,1)):(N=Fa(E),N.c(),m(N,1),N.m(r.parentNode,r)):N&&(fe(),g(N,1,1,()=>{N=null}),de()),E[41]&&E[17]&&E[18]?ee?(ee.p(E,z),z[0]&393216|z[1]&1024&&m(ee,1)):(ee=Ua(E),ee.c(),m(ee,1),ee.m(a.parentNode,a)):ee&&(fe(),g(ee,1,1,()=>{ee=null}),de()),E[49]?Q?z[1]&262144&&m(Q,1):(Q=qa(),Q.c(),m(Q,1),Q.m(c.parentNode,c)):Q&&(fe(),g(Q,1,1,()=>{Q=null}),de()),E[50]?w?(w.p(E,z),z[1]&524288&&m(w,1)):(w=Za(),w.c(),m(w,1),w.m(f.parentNode,f)):w&&(fe(),g(w,1,1,()=>{w=null}),de()),E[35]?$?($.p(E,z),z[1]&16&&m($,1)):($=Wa(E),$.c(),m($,1),$.m(d.parentNode,d)):$&&(fe(),g($,1,1,()=>{$=null}),de()),E[52].value!=="off"?X?(X.p(E,z),z[1]&2097152&&m(X,1)):(X=ja(E),X.c(),m(X,1),X.m(h.parentNode,h)):X&&(fe(),g(X,1,1,()=>{X=null}),de()),E[33]?O?(O.p(E,z),z[1]&4&&m(O,1)):(O=Ka(E),O.c(),m(O,1),O.m(v.parentNode,v)):O&&(fe(),g(O,1,1,()=>{O=null}),de()),E[21]?W?(W.p(E,z),z[0]&2097152&&m(W,1)):(W=Ga(E),W.c(),m(W,1),W.m(k.parentNode,k)):W&&(fe(),g(W,1,1,()=>{W=null}),de());const ze={};z[1]&16777216&&(ze.isLive=E[55]),z[1]&512&&(ze.isHidden=!E[40]),z[1]&33554432&&(ze.isPlaying=E[56]),z[1]&8192&&(ze.position=E[44]),z[1]&4096&&(ze.duration=E[43]),_.$set(ze),E[38]?B?z[1]&128&&m(B,1):(B=Ya(),B.c(),m(B,1),B.m(C.parentNode,C)):B&&(fe(),g(B,1,1,()=>{B=null}),de()),E[57]?J?z[1]&67108864&&m(J,1):(J=Qa(),J.c(),m(J,1),J.m(T.parentNode,T)):J&&(fe(),g(J,1,1,()=>{J=null}),de())},i(E){y||(m(e.$$.fragment,E),m(L),m(le),m(Y),m(N),m(ee),m(Q),m(w),m($),m(X),m(O),m(W),m(_.$$.fragment,E),m(B),m(J),y=!0)},o(E){g(e.$$.fragment,E),g(L),g(le),g(Y),g(N),g(ee),g(Q),g(w),g($),g(X),g(O),g(W),g(_.$$.fragment,E),g(B),g(J),y=!1},d(E){E&&(P(i),P(o),P(s),P(l),P(r),P(a),P(c),P(f),P(d),P(h),P(v),P(k),P(S),P(C),P(T)),F(e,E),L&&L.d(E),le&&le.d(E),Y&&Y.d(E),N&&N.d(E),ee&&ee.d(E),Q&&Q.d(E),w&&w.d(E),$&&$.d(E),X&&X.d(E),O&&O.d(E),W&&W.d(E),F(_,E),B&&B.d(E),J&&J.d(E)}}}function kh(t){let e,i,n,o,s,l=t[46],r,a,c,f,d,h=Xa(t);return{c(){e=I("div"),i=I("div"),n=I("div"),s=D(),h.c(),r=D(),a=I("div"),u(n,"class","video-container v-1jy89ut"),u(n,"style",o=`transform: rotate(${t[32]}deg) scale(${t[42]})`),V(n,"fast-rotate",!t[1].isSmoothVideoRotate),u(i,"class","video-wrapper v-1jy89ut"),V(i,"hidden",t[34]!==De.Video),u(a,"class","overlay-container"),u(e,"class","player-wrapper v-1jy89ut"),u(e,"role","region"),u(e,"aria-label",K("aria_label_video_player")),u(e,"tabindex","-1")},m(v,k){A(v,e,k),p(e,i),p(i,n),t[129](n),p(e,s),h.m(e,null),p(e,r),p(e,a),t[133](a),t[134](e),c=!0,f||(d=[he(_h,"blur",t[99]),he(i,"click",Jt(t[100])),he(e,"click",t[102],!0),he(e,"focusin",t[103],!0)],f=!0)},p(v,k){(!c||k[1]&2050&&o!==(o=`transform: rotate(${v[32]}deg) scale(${v[42]})`))&&u(n,"style",o),(!c||k[0]&2)&&V(n,"fast-rotate",!v[1].isSmoothVideoRotate),(!c||k[1]&8)&&V(i,"hidden",v[34]!==De.Video),k[1]&32768&&be(l,l=v[46])?(fe(),g(h,1,1,q),de(),h=Xa(v),h.c(),m(h,1),h.m(e,r)):h.p(v,k)},i(v){c||(m(h),c=!0)},o(v){g(h),c=!1},d(v){v&&P(e),t[129](null),h.d(v),t[133](null),t[134](null),f=!1,nt(d)}}}function wh(t,e,i){let n,o,s,l,r,a,c,f,d,h,v,k,_,S,C,T,y,L,le,Y,N,ee,Q,w,$,X,O,W,B,J,E,z,Te,ze,Ve,Le,Pe,{store:pe}=e,{uiConfig:Z}=e,{thumbUrl:me}=e,{videoContainer:Ae}=e,{interactiveContainer:Ue}=e,{live:Ge}=e,{autoplay:ae}=e,{canRewindLive:ye}=e,{showAds:Me}=e,{adsSlotId:je=void 0}=e,{adsParams:ne=void 0}=e,{adsPreviewParam:G=void 0}=e,{duration:Ce=void 0}=e,{logoClickable:re}=e,{logoHidden:ke}=e,{logoTargetUrl:He=""}=e,{showNextPrevButtons:et=!1}=e,{nextButtonActive:lt=!1}=e,{prevButtonActive:Ne=!1}=e,{endScreenVideoTitle:ue=void 0}=e,{endScreenVideoThumb:st=void 0}=e,{isOneVideoPlaylist:vt=!1}=e,{supportLink:ut}=e,{outerContainerRef:bt=void 0}=e,{showMiniTimer:Ct=!1}=e,{fullScreenTarget:Be=void 0}=e,{playerStarted:Ft=!1}=e,{playNextVideo:ce=ie.noop}=e,{playPrevVideo:ft=ie.noop}=e,{repeatPlaylist:kt=ie.noop}=e,{seekToInteractive:We}=e,{toggleGraph:tt}=e,{playPrevChapter:gt}=e,{firstStart:wt}=e,{seekTime:hi}=e;const bi=pe.getLogger().createComponentLog("Root component"),gi=pe.interfaceLanguage$;R(t,gi,te=>i(46,X=te));const Fi=pe.state.playbackState$;R(t,Fi,te=>i(126,Q=te));const Qi=pe.ads.playbackState;R(t,Qi,te=>i(127,w=te));const ii=pe.state.positionWithScrubbing$;R(t,ii,te=>i(44,r=te));const ni=pe.state.duration$;R(t,ni,te=>i(43,l=te));const _i=pe.playerPhase;R(t,_i,te=>i(34,le=te));const Ut=pe.ui.isFullscreen;R(t,Ut,te=>i(141,c=te));const oi=pe.ui.controlsVisible;R(t,oi,te=>i(30,o=te));const Ui=pe.ui.interactiveHideMobileControls;R(t,Ui,te=>i(118,v=te));const vi=pe.ui.settingsMenuVisible;R(t,vi,te=>i(117,n=te));const ki=pe.ui.scrubbingInProgress;R(t,ki,te=>i(119,_=te));const li=pe.ui.debugPanelVisible;R(t,li,te=>i(57,Pe=te));const wi=pe.state.isLoaderVisible;R(t,wi,te=>i(128,$=te));const si=pe.state.isEnded$;R(t,si,te=>i(121,T=te));const yi=pe.state.chromecastConnected$;R(t,yi,te=>i(35,Y=te));const Ci=pe.state.chromecastDeviceName$;R(t,Ci,te=>i(51,E=te));const yt=pe.ads.postrollPassed;R(t,yt,te=>i(122,y=te));const Mt=pe.ui.mobileUnmuteButtonExpanded,qt=pe.ui.mobileUnmuteButtonVisible,ri=pe.state.isLive$;R(t,ri,te=>i(55,Ve=te));const Vt=pe.state.isPlaying$;R(t,Vt,te=>i(56,Le=te));const ai=pe.state.isActiveLive$;R(t,ai,te=>i(48,W=te));const Zt=pe.state.isRewindableLive$,xt=pe.state.crashed$;R(t,xt,te=>i(33,C=te));const Tt=pe.webApi.pictureInPictureApi,St=pe.state.videoSize$;R(t,St,te=>i(142,d=te));const Bt=pe.state.currentSubtitle$;R(t,Bt,te=>i(52,z=te));const Wt=pe.state.currentSubtitleCaptions$;R(t,Wt,te=>i(53,Te=te));const ui=pe.state.duration$;R(t,ui,te=>i(54,ze=te));const en=pe.state.graphIsOpened$;R(t,en,te=>i(125,ee=te));const qi=pe.ui.playerSize;R(t,qi,te=>i(31,f=te));const jt=pe.ui.is3DVideo;R(t,jt,te=>i(49,B=te));const $t=pe.ui.icon3DVideoVisible;R(t,$t,te=>i(50,J=te));const Ti=pe.ui.rotateAlpha;R(t,Ti,te=>i(32,k=te));const Ni=pe.state.isInteractive,Nt=pe.state.isInteractiveTime$;R(t,Nt,te=>i(120,S=te));const _t=pe.state.isInteractiveExpectation$;R(t,_t,te=>i(124,N=te));const Si=pe.state.hasInteractiveBranches,Zi=pe.ui.controls.disabledControls$;R(t,Zi,te=>i(47,O=te));const ei=pe.ui.touched;R(t,ei,te=>i(123,L=te));const Wi=pe.ui.clientInfo$;R(t,Wi,te=>i(140,a=te));const ci=pe.ui.overlayContainer$,Xi=pe.state.isFirstBytes$;R(t,Xi,te=>i(139,s=te));const ji=pe.actions.internal.closeSettingsMenu,Ji=pe.callbacks?.onDisabledPlayPrevChapterClick,Ri=pe.callbacks?.onDisabledSeekToInteractiveClick;let Pi,Rt,Kt,fi,Di,Oi,di;const Ai=Ie(!1);R(t,Ai,te=>i(45,h=te));let Ii,Fe=!1,zi,Lt=!1,Ee,Ei=!0,Ki,Hi,Vi=!1,xi;Tt?.setContext(o1());const Li=te=>{clearTimeout(fi),te&&(qt.set(!0),Mt.set(!0),fi=window.setTimeout(()=>{Mt.set(!1)},Z.controls.collapseMobileUnmute),Ni||Dt(Z.controls.hideTimeoutMobile))};pe.setUiCallbacks({onStarted:Li});const Gi=()=>{window.clearTimeout(Kt),i(112,Fe=!1),v&&Ui.set(!1)},Dt=te=>{Gi(),i(112,Fe=!0),Kt=window.setTimeout(()=>i(112,Fe=!1),te);const dt=te-100;Ii=window.setTimeout(()=>{h&&Ai.set(!1)},dt>0?dt:te)},Yi=jt.subscribe(te=>{$t.set(te),te&&(window.clearTimeout(Di),Di=window.setTimeout(()=>$t.set(!1),Z.controls.hide360IconTimeout))}),ti=async()=>{const te=Io();if(te){Dt(Z.controls.hideTimeoutFullscreen);try{await Tt?.remove()}catch(dt){bi({message:String(dt)})}try{const dt=d?.width&&d?.height?d:f;await af(dt)}catch(dt){bi({message:String(dt)})}}Ut.set(te),pe.getAdmanWrapper().setFullscreen(te),c?pe.callbacks?.onFullscreenEnter?.():pe.callbacks?.onFullscreenExit?.()},oe=te=>{const dt=te;qi.set({width:dt.target.width,height:dt.target.height})};nn(()=>(V1(ti),Yo(Tt)&&(Tt?.assignPlayerContainer(Pi),Tt?.registryExternalEventHandlers({resize:oe})),i(39,Ei=!dh(a)),Ue&&Ae.parentElement?.insertBefore(Ue,Ae.nextSibling),()=>{window.clearTimeout(Kt),window.clearTimeout(Ii),window.clearTimeout(fi),window.clearTimeout(Di),Yi(),Tt?.dispose(),L1(ti)}));const it=te=>{let dt=r+(te==="forward"?1:-1)*Z.controls.seekStepMobile/1e3;dt<0?dt=0:dt>l&&(dt=l-1),i(114,Lt=!0),hi(dt)},Ot=async()=>{if(Io())await E1(document),bi({message:"exit fullscreen"});else{if(bi({message:"request fullscreen"}),ie.isIOS()&&!s)return;const te=ie.isIOS()||!bt?Pi:bt,dt=te.getRootNode(),pn=dt instanceof ShadowRoot?dt.host:dt,yn=Be instanceof HTMLElement&&Be.contains(pn),Cn=Z.allowChangingFullscreenTarget&&Be&&yn?Be:te;await I1(Cn)}},Gt=()=>{ji()},Mi=()=>{if(n){Gt();return}if(!Ft){wt(),Dt(Z.controls.hideTimeoutCursor);return}i(114,Lt=!1),o?Gi():Dt(Z.controls.hideTimeoutMobile)},Bi=()=>{if(n){Gt();return}},un=()=>{ei.set(!0)},cn=()=>{Ni||(Ai.set(!0),Dt(Z.controls.hideTimeoutCursor))},on=te=>{Ji&&(Ji(te),Dt(Z.controls.hideTimeoutMobile))},Pt=te=>{Ri&&(Ri(te),Dt(Z.controls.hideTimeoutMobile))};function kn(te){ve[te?"unshift":"push"](()=>{Ae=te,i(0,Ae)})}const wn=()=>it("backward"),fn=()=>it("forward");function mn(te){Rt=te,i(37,Rt)}function ln(te){ve[te?"unshift":"push"](()=>{di=te,i(29,di)})}function tn(te){ve[te?"unshift":"push"](()=>{Pi=te,i(36,Pi)})}return t.$$set=te=>{"store"in te&&i(106,pe=te.store),"uiConfig"in te&&i(1,Z=te.uiConfig),"thumbUrl"in te&&i(2,me=te.thumbUrl),"videoContainer"in te&&i(0,Ae=te.videoContainer),"interactiveContainer"in te&&i(107,Ue=te.interactiveContainer),"live"in te&&i(3,Ge=te.live),"autoplay"in te&&i(4,ae=te.autoplay),"canRewindLive"in te&&i(5,ye=te.canRewindLive),"showAds"in te&&i(6,Me=te.showAds),"adsSlotId"in te&&i(7,je=te.adsSlotId),"adsParams"in te&&i(8,ne=te.adsParams),"adsPreviewParam"in te&&i(9,G=te.adsPreviewParam),"duration"in te&&i(10,Ce=te.duration),"logoClickable"in te&&i(11,re=te.logoClickable),"logoHidden"in te&&i(12,ke=te.logoHidden),"logoTargetUrl"in te&&i(13,He=te.logoTargetUrl),"showNextPrevButtons"in te&&i(14,et=te.showNextPrevButtons),"nextButtonActive"in te&&i(15,lt=te.nextButtonActive),"prevButtonActive"in te&&i(16,Ne=te.prevButtonActive),"endScreenVideoTitle"in te&&i(17,ue=te.endScreenVideoTitle),"endScreenVideoThumb"in te&&i(18,st=te.endScreenVideoThumb),"isOneVideoPlaylist"in te&&i(19,vt=te.isOneVideoPlaylist),"supportLink"in te&&i(20,ut=te.supportLink),"outerContainerRef"in te&&i(108,bt=te.outerContainerRef),"showMiniTimer"in te&&i(109,Ct=te.showMiniTimer),"fullScreenTarget"in te&&i(110,Be=te.fullScreenTarget),"playerStarted"in te&&i(21,Ft=te.playerStarted),"playNextVideo"in te&&i(22,ce=te.playNextVideo),"playPrevVideo"in te&&i(23,ft=te.playPrevVideo),"repeatPlaylist"in te&&i(24,kt=te.repeatPlaylist),"seekToInteractive"in te&&i(25,We=te.seekToInteractive),"toggleGraph"in te&&i(26,tt=te.toggleGraph),"playPrevChapter"in te&&i(27,gt=te.playPrevChapter),"firstStart"in te&&i(28,wt=te.firstStart),"seekTime"in te&&i(111,hi=te.seekTime)},t.$$.update=()=>{t.$$.dirty[1]&12|t.$$.dirty[4]&24&&i(38,Oi=(le===De.Video&&$||le===De.Ads&&w===Xt.INACTIVE)&&!C),t.$$.dirty[0]&536870912&&ci.set(di),t.$$.dirty[4]&4&&i(113,zi=Q!==$e.PlaybackState.PLAYING),t.$$.dirty[3]&303562752|t.$$.dirty[4]&3&&i(115,Ee=ee||v||!Fe&&(T&&!!Si||zi&&N)),t.$$.dirty[1]&28|t.$$.dirty[3]&91750400&&oi.set((zi||n||_||Y||Fe&&!Lt)&&!Ee&&le===De.Video&&!C),t.$$.dirty[0]&1073741826|t.$$.dirty[1]&12|t.$$.dirty[3]&1073807360&&i(40,Ki=Z.features.thumbTimer&&Ct&&le===De.Video&&!o&&!C&&!Ni&&(Z.hideThumbTimerAfterTouch&&!L||!Z.hideThumbTimerAfterTouch)),t.$$.dirty[0]&64|t.$$.dirty[1]&4|t.$$.dirty[3]&805306368&&i(41,Hi=(Me&&y||!Me)&&T&&!C),t.$$.dirty[0]&2|t.$$.dirty[3]&209715200&&(!_&&Vi&&!S&&Dt(Z.controls.hideTimeoutMobile),i(116,Vi=_)),t.$$.dirty[0]&1|t.$$.dirty[1]&3&&i(42,xi=Ae&&k%180?f.height/f.width:1)},[Ae,Z,me,Ge,ae,ye,Me,je,ne,G,Ce,re,ke,He,et,lt,Ne,ue,st,vt,ut,Ft,ce,ft,kt,We,tt,gt,wt,di,o,f,k,C,le,Y,Pi,Rt,Oi,Ei,Ki,Hi,xi,l,r,h,X,O,W,B,J,E,z,Te,ze,Ve,Le,Pe,gi,Fi,Qi,ii,ni,_i,Ut,oi,Ui,vi,ki,li,wi,si,yi,Ci,yt,ri,Vt,ai,Zt,xt,St,Bt,Wt,ui,en,qi,jt,$t,Ti,Ni,Nt,_t,Zi,ei,Wi,Xi,Ai,it,Ot,Gt,Mi,Bi,un,cn,on,Pt,pe,Ue,bt,Ct,Be,hi,Fe,zi,Lt,Ee,Vi,n,v,_,S,T,y,L,N,ee,Q,w,$,kn,wn,fn,mn,ln,tn]}class yh extends _e{constructor(e){super(),ge(this,e,wh,kh,be,{store:106,uiConfig:1,thumbUrl:2,videoContainer:0,interactiveContainer:107,live:3,autoplay:4,canRewindLive:5,showAds:6,adsSlotId:7,adsParams:8,adsPreviewParam:9,duration:10,logoClickable:11,logoHidden:12,logoTargetUrl:13,showNextPrevButtons:14,nextButtonActive:15,prevButtonActive:16,endScreenVideoTitle:17,endScreenVideoThumb:18,isOneVideoPlaylist:19,supportLink:20,outerContainerRef:108,showMiniTimer:109,fullScreenTarget:110,playerStarted:21,playNextVideo:22,playPrevVideo:23,repeatPlaylist:24,seekToInteractive:25,toggleGraph:26,playPrevChapter:27,firstStart:28,seekTime:111},vh,[-1,-1,-1,-1,-1,-1])}}function Ch(t){Ke(t,"v-cghoty",`.root.v-cghoty{--white:#fff;--black:#000;--red:#ff3347;--blue-light:#70c1ff;--black-alpha-40:rgba(0, 0, 0, 0.40);--white-alpha-24:rgba(255, 255, 255, 0.24);--white-alpha-72:rgba(255, 255, 255, 0.72);--devider-gray:#dce1e6;--text-gray:#626d7a;--controls-height:40px;--controls-gradient-height:100px;--controls-transition-duration:0.25s;--controls-transition-fn:cubic-bezier(0.455, 0.03, 0.515, 0.955);--controls-desktop-item-margin-left:4px;--focused:var(--white);--focused-element-shadow:inset 0 0 0 2px var(--focused);--focused-slider-shadow:0 0 0 2px var(--focused);--big-play-size:96px;--big-play-radius:50%;--big-play-bg-color:rgba(0, 0, 0, 0.5);--big-play-hover-bg-color:rgba(0, 0, 0, 0.6);--big-play-icon-width:38px;--big-play-icon-height:33px;--interactive-episode-complete:rgba(92, 156, 230, 1);--slider-height:5px;--slider-video-episode-gap:1.5px;--slider-radius:calc(var(--slider-height) / 2);--slider-handle-size:13px;--slider-bg:rgba(255, 255, 255, 0.4);--slider-loaded-bg:rgba(255, 255, 255, 0.4);--slider-filled-bg:var(--white);--slider-filled-active-live-bg:var(--red);--slider-filled-ads:rgba(103, 165, 235, 1);--slider-disabled-color:rgba(248, 248, 248, 0.31);--controls-gradient:linear-gradient(
|
|
32
|
+
)}.hidden.svelte-1bcvcf2{visibility:hidden;transform:translateY(calc(var(--controls-gradient-height) * -1));opacity:0}`)}function b5(i){let e,t;return{c(){e=T("div"),t=Be(i[0]),c(e,"class","title svelte-1bcvcf2"),O(e,"hidden",i[1])},m(n,o){w(n,e,o),m(e,t)},p(n,[o]){o&1&&Ge(t,n[0]),o&2&&O(e,"hidden",n[1])},i:me,o:me,d(n){n&&k(e)}}}function v5(i,e,t){let{title:n=""}=e,{isHidden:o=!1}=e;return i.$$set=r=>{"title"in r&&t(0,n=r.title),"isHidden"in r&&t(1,o=r.isHidden)},[n,o]}var tc=class extends z{constructor(e){super(),q(this,e,v5,b5,H,{title:0,isHidden:1},g5)}},D0=tc;function y5(i){we(i,"svelte-1qpxtfg",".timer__container.svelte-1qpxtfg{display:flex;align-items:flex-start;justify-content:center}.cell.svelte-1qpxtfg{display:flex;flex-direction:column;align-items:center;width:62px}.cell__value.svelte-1qpxtfg{font-size:48px;line-height:1.2;font-weight:700}.cell__unit.svelte-1qpxtfg{font-size:14px;line-height:1.2;font-weight:400}.timer__points.svelte-1qpxtfg{display:inline-block;margin:0 8px;font-size:42px;line-height:1.2;font-weight:600}")}function N0(i){let e,t,n,o,r,l,a;return{c(){e=T("div"),t=T("span"),n=Be(i[0]),o=N(),r=T("span"),r.textContent=`${U("waiting_live_day_value")}`,l=N(),a=T("span"),a.textContent=`${U("waiting_live_colon")}`,c(t,"class","cell__value svelte-1qpxtfg"),c(r,"class","cell__unit svelte-1qpxtfg"),c(e,"class","timer__cell cell svelte-1qpxtfg"),c(a,"class","timer__points svelte-1qpxtfg")},m(s,u){w(s,e,u),m(e,t),m(t,n),m(e,o),m(e,r),w(s,l,u),w(s,a,u)},p(s,u){u&1&&Ge(n,s[0])},d(s){s&&(k(e),k(l),k(a))}}}function O0(i){let e,t,n,o,r,l,a;return{c(){e=T("div"),t=T("span"),n=Be(i[1]),o=N(),r=T("span"),r.textContent=`${U("waiting_live_hour_value")}`,l=N(),a=T("span"),a.textContent=`${U("waiting_live_colon")}`,c(t,"class","cell__value svelte-1qpxtfg"),c(r,"class","cell__unit svelte-1qpxtfg"),c(e,"class","timer__cell cell svelte-1qpxtfg"),c(a,"class","timer__points svelte-1qpxtfg")},m(s,u){w(s,e,u),m(e,t),m(t,n),m(e,o),m(e,r),w(s,l,u),w(s,a,u)},p(s,u){u&2&&Ge(n,s[1])},d(s){s&&(k(e),k(l),k(a))}}}function F0(i){let e,t,n,o,r,l,a;return{c(){e=T("div"),t=T("span"),n=Be(i[2]),o=N(),r=T("span"),r.textContent=`${U("waiting_live_minute_value")}`,l=N(),a=T("span"),a.textContent=`${U("waiting_live_colon")}`,c(t,"class","cell__value svelte-1qpxtfg"),c(r,"class","cell__unit svelte-1qpxtfg"),c(e,"class","timer__cell cell svelte-1qpxtfg"),c(a,"class","timer__points svelte-1qpxtfg")},m(s,u){w(s,e,u),m(e,t),m(t,n),m(e,o),m(e,r),w(s,l,u),w(s,a,u)},p(s,u){u&4&&Ge(n,s[2])},d(s){s&&(k(e),k(l),k(a))}}}function H0(i){let e,t,n,o,r;return{c(){e=T("div"),t=T("span"),n=Be(i[3]),o=N(),r=T("span"),r.textContent=`${U("waiting_live_second_value")}`,c(t,"class","cell__value svelte-1qpxtfg"),c(r,"class","cell__unit svelte-1qpxtfg"),c(e,"class","timer__cell cell svelte-1qpxtfg")},m(l,a){w(l,e,a),m(e,t),m(t,n),m(e,o),m(e,r)},p(l,a){a&8&&Ge(n,l[3])},d(l){l&&k(e)}}}function k5(i){let e,t,n,o,r=i[0]&&N0(i),l=i[1]&&O0(i),a=i[2]&&F0(i),s=i[3]&&H0(i);return{c(){e=T("div"),r&&r.c(),t=N(),l&&l.c(),n=N(),a&&a.c(),o=N(),s&&s.c(),c(e,"class","timer__container svelte-1qpxtfg")},m(u,f){w(u,e,f),r&&r.m(e,null),m(e,t),l&&l.m(e,null),m(e,n),a&&a.m(e,null),m(e,o),s&&s.m(e,null)},p(u,[f]){u[0]?r?r.p(u,f):(r=N0(u),r.c(),r.m(e,t)):r&&(r.d(1),r=null),u[1]?l?l.p(u,f):(l=O0(u),l.c(),l.m(e,n)):l&&(l.d(1),l=null),u[2]?a?a.p(u,f):(a=F0(u),a.c(),a.m(e,o)):a&&(a.d(1),a=null),u[3]?s?s.p(u,f):(s=H0(u),s.c(),s.m(e,null)):s&&(s.d(1),s=null)},i:me,o:me,d(u){u&&k(e),r&&r.d(),l&&l.d(),a&&a.d(),s&&s.d()}}}function w5(i,e,t){let{startTime:n}=e,{onTimerOver:o}=e,r,l,a,s,u,f=y=>String(y).padStart(2,"0"),p=y=>{let b=Math.floor(y/86400);b&&(y-=b*86400,t(0,r=f(b)));let P=Math.floor(y/3600);t(1,l=f(P));let C=Math.floor(y/60)%60;t(2,a=f(C));let M=y%60;t(3,s=f(M))},h=()=>{let y=Math.floor(Date.now()/1e3),b=n-y;p(b),b>=1?u=requestAnimationFrame(h):o()};return St(()=>{u=requestAnimationFrame(h)}),Ln(()=>{cancelAnimationFrame(u)}),i.$$set=y=>{"startTime"in y&&t(4,n=y.startTime),"onTimerOver"in y&&t(5,o=y.onTimerOver)},[r,l,a,s,n,o]}var ic=class extends z{constructor(e){super(),q(this,e,w5,k5,H,{startTime:4,onTimerOver:5},y5)}},z0=ic;function C5(i){let e,t,n,o,r,l,a=i[2].default,s=Se(a,i,i[1],null),u=[{xmlns:"http://www.w3.org/2000/svg"},{"aria-hidden":"true"},{"data-testid":"podcast-icon"},{style:"shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;fill-rule:evenodd;clip-rule:evenodd;width:100%;height:100%"},{viewBox:"0 0 400 400"},{role:"img"},i[0]],f={};for(let p=0;p<u.length;p+=1)f=ne(f,u[p]);return{c(){e=A("svg"),s&&s.c(),t=A("path"),n=A("path"),o=A("path"),r=A("path"),c(t,"fill","#fefffe"),c(t,"d","M179.5-.5h40q127.56 18.67 171.5 140 5.724 19.896 8.5 40v40q-5.549 51.6-35.5 94-9.626-12.614-24.5-18.5-1.526-1.574-.5-3.5 39.742-61.7 23-133Q329.24 50.25 217.5 33 112.126 26.56 55 114.5q-40.395 74.102-9 152a152.3 152.3 0 0 0 14 25q1.026 1.926-.5 3.5-14.874 5.886-24.5 18.5-29.95-42.4-35.5-94v-40Q18.17 51.94 139.5 8q19.896-5.724 40-8.5"),ri(t,"opacity",".965"),c(n,"fill","#fefffe"),c(n,"d","M183.5 63.5q86.294-5.475 133.5 66 32.442 60.138 8 124a186.7 186.7 0 0 1-17.5 29.5 633 633 0 0 1-38-7q54.668-57.264 19.5-128.5Q252.733 91.244 185.5 97q-74.25 14.25-88.5 88.5-5.916 53.38 32.5 90.5a1150 1150 0 0 0-36 7.5q-2.294-.044-3.5-2-43.947-63.646-16-136 32.799-70.278 109.5-82"),ri(n,"opacity",".965"),c(o,"fill","#fefffe"),c(o,"d","M187.5 127.5q66.786-4.422 83.5 60 5.146 66.825-59.5 83.5-66.825 5.146-83.5-59.5-4.844-66.856 59.5-84"),ri(o,"opacity",".985"),c(r,"fill","#fefffe"),c(r,"d","M219.5 399.5h-40q-67.453-7.982-117-54a31.7 31.7 0 0 1 3.5-10q8.539-9.646 20.5-14.5 54.786-19.435 113-17.5 58.214-1.935 113 17.5 11.962 4.854 20.5 14.5a31.7 31.7 0 0 1 3.5 10q-49.547 46.018-117 54"),ri(r,"opacity",".986"),be(e,f)},m(p,h){w(p,e,h),s&&s.m(e,null),m(e,t),m(e,n),m(e,o),m(e,r),l=!0},p(p,[h]){s&&s.p&&(!l||h&2)&&Ie(s,a,p,p[1],l?Pe(a,p[1],h,null):Te(p[1]),null),be(e,f=Le(u,[{xmlns:"http://www.w3.org/2000/svg"},{"aria-hidden":"true"},{"data-testid":"podcast-icon"},{style:"shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;fill-rule:evenodd;clip-rule:evenodd;width:100%;height:100%"},{viewBox:"0 0 400 400"},{role:"img"},h&1&&p[0]]))},i(p){l||(d(s,p),l=!0)},o(p){_(s,p),l=!1},d(p){p&&k(e),s&&s.d(p)}}}function S5(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var nc=class extends z{constructor(e){super(),q(this,e,S5,C5,H,{})}},q0=nc;function P5(i){we(i,"svelte-15pewff",".waiting-container.svelte-15pewff{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--black);background-position:center;background-size:cover;background-repeat:no-repeat}.waiting-container.svelte-15pewff::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.56);z-index:1}.upcoming.svelte-15pewff{position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:0}.upcoming-icon.svelte-15pewff{width:20%;max-width:200px;margin-bottom:20px}.upcoming__title.svelte-15pewff{font-size:14px;line-height:1.2;font-weight:400}.waiting-timer.svelte-15pewff{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:2}.timer.svelte-15pewff{display:flex;flex-direction:column;align-items:center;justify-content:center}.timer__title.svelte-15pewff{display:inline-block;vertical-align:middle;margin-bottom:12px;font-size:14px;line-height:1.2;font-weight:400}")}function I5(i){let e,t,n,o,r;return o=new z0({props:{startTime:i[1]||0,onTimerOver:i[3]}}),{c(){e=T("div"),t=T("span"),t.textContent=`${U("waiting_live_timer_title")}`,n=N(),R(o.$$.fragment),c(t,"class","timer__title svelte-15pewff"),c(e,"class","waiting-timer timer svelte-15pewff")},m(l,a){w(l,e,a),m(e,t),m(e,n),L(o,e,null),r=!0},p(l,a){let s={};a&2&&(s.startTime=l[1]||0),a&4&&(s.onTimerOver=l[3]),o.$set(s)},i(l){r||(d(o.$$.fragment,l),r=!0)},o(l){_(o.$$.fragment,l),r=!1},d(l){l&&k(e),B(o)}}}function T5(i){let e,t,n,o,r,l;return n=new q0({}),{c(){e=T("div"),t=T("div"),R(n.$$.fragment),o=N(),r=T("span"),r.textContent=`${U("waiting_live_upcoming_title")}`,c(t,"class","upcoming-icon svelte-15pewff"),c(r,"class","upcoming__title svelte-15pewff"),c(e,"class","upcoming svelte-15pewff")},m(a,s){w(a,e,s),m(e,t),L(n,t,null),m(e,o),m(e,r),l=!0},p:me,i(a){l||(d(n.$$.fragment,a),l=!0)},o(a){_(n.$$.fragment,a),l=!1},d(a){a&&k(e),B(n)}}}function E5(i){let e,t,n,o,r,l=[T5,I5],a=[];function s(u,f){return u[2]?0:1}return t=s(i,-1),n=a[t]=l[t](i),{c(){e=T("div"),n.c(),c(e,"class","waiting-container svelte-15pewff"),c(e,"style",o=`background-image: url(${i[2]?"":i[0]})`)},m(u,f){w(u,e,f),a[t].m(e,null),r=!0},p(u,[f]){let p=t;t=s(u,f),t===p?a[t].p(u,f):(ue(),_(a[p],1,1,()=>{a[p]=null}),ce(),n=a[t],n?n.p(u,f):(n=a[t]=l[t](u),n.c()),d(n,1),n.m(e,null)),(!r||f&5&&o!==(o=`background-image: url(${u[2]?"":u[0]})`))&&c(e,"style",o)},i(u){r||(d(n),r=!0)},o(u){_(n),r=!1},d(u){u&&k(e),a[t].d()}}}function M5(i,e,t){let n,{thumbUrl:o}=e,{startTime:r}=e,l=()=>t(2,n=!0);return i.$$set=a=>{"thumbUrl"in a&&t(0,o=a.thumbUrl),"startTime"in a&&t(1,r=a.startTime)},i.$$.update=()=>{if(i.$$.dirty&2)e:t(2,n=r===void 0||r<Math.floor(Date.now()/1e3))},[o,r,n,l]}var oc=class extends z{constructor(e){super(),q(this,e,M5,E5,H,{thumbUrl:0,startTime:1},P5)}},is=oc;function A5(i){we(i,"svelte-1bcnzdw",".waiting-container.svelte-1bcnzdw{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--black)}.waiting-title.svelte-1bcnzdw{padding:20px;text-align:center;font-size:20px;line-height:1.2;font-weight:400}")}function V5(i){let e,t;return{c(){e=T("div"),t=T("p"),t.textContent=`${U("waiting_record_title")}`,c(t,"class","waiting-title svelte-1bcnzdw"),c(e,"class","waiting-container svelte-1bcnzdw")},m(n,o){w(n,e,o),m(e,t)},p:me,i:me,o:me,d(n){n&&k(e)}}}var lc=class extends z{constructor(e){super(),q(this,e,null,V5,H,{},A5)}},ns=lc;var{window:L5}=yo;function B5(i){we(i,"svelte-1o4wf3x",".player-wrapper.svelte-1o4wf3x{position:absolute;width:100%;height:100%}.player-wrapper.svelte-1o4wf3x .player-media{position:absolute;left:0;top:0;width:100%;height:100%;background:var(--black);transition:transform 0.2s ease-in-out}.spherical-video-icon.svelte-1o4wf3x{display:inline-block;position:absolute;top:calc(50% - 23px);left:calc(50% - 38px)}.video-wrapper.svelte-1o4wf3x,.video-container.svelte-1o4wf3x,.ads-container.svelte-1o4wf3x{position:absolute;width:100%;height:100%;left:0;top:0}.video-wrapper.svelte-1o4wf3x{z-index:var(--video-container-z-index);background:var(--black)}.video-container.svelte-1o4wf3x{z-index:var(--video-container-z-index);transition:var(--rotate-transition-duration) ease all}.video-container.fast-rotate.svelte-1o4wf3x{transition:none}.nocursor.svelte-1o4wf3x{cursor:none}.ads-container.svelte-1o4wf3x{background:var(--black)}")}function K0(i){let e,t;return e=new is({props:{thumbUrl:i[3],startTime:i[4]?.startTime}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&8&&(r.thumbUrl=n[3]),o[0]&16&&(r.startTime=n[4]?.startTime),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function W0(i){let e,t;return e=new ns({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function G0(i){let e,t,n;return t=new rr({props:{adsSlotId:i[8],adsParams:i[9],adsPreviewParam:i[10],duration:i[11]}}),{c(){e=T("div"),R(t.$$.fragment),c(e,"class","ads-container svelte-1o4wf3x"),O(e,"hidden",i[38]!=="ads")},m(o,r){w(o,e,r),L(t,e,null),n=!0},p(o,r){let l={};r[0]&256&&(l.adsSlotId=o[8]),r[0]&512&&(l.adsParams=o[9]),r[0]&1024&&(l.adsPreviewParam=o[10]),r[0]&2048&&(l.duration=o[11]),t.$set(l),(!n||r[1]&128)&&O(e,"hidden",o[38]!=="ads")},i(o){n||(d(t.$$.fragment,o),n=!0)},o(o){_(t.$$.fragment,o),n=!1},d(o){o&&k(e),B(t)}}}function j0(i){let e,t;return e=new d1({props:{title:i[18],thumb:i[19],playNextVideo:i[23]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&262144&&(r.title=n[18]),o[0]&524288&&(r.thumb=n[19]),o[0]&8388608&&(r.playNextVideo=n[23]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Q0(i){let e,t;return e=new D0({props:{title:i[2],isHidden:!i[36]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&4&&(r.title=n[2]),o[1]&32&&(r.isHidden=!n[36]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Y0(i){let e,t;return e=new Jr({props:{isShifted:i[38]==="video"&&i[36]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[1]&160&&(r.isShifted=n[38]==="video"&&n[36]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Z0(i){let e,t,n;return t=new Jl({props:{"aria-label":U("video360")}}),{c(){e=T("div"),R(t.$$.fragment),c(e,"class","spherical-video-icon svelte-1o4wf3x")},m(o,r){w(o,e,r),L(t,e,null),n=!0},p:me,i(o){n||(d(t.$$.fragment,o),n=!0)},o(o){_(t.$$.fragment,o),n=!1},d(o){o&&k(e),B(t)}}}function X0(i){let e,t;return e=new $r({props:{thumbUrl:i[3],chromecastDeviceName:i[53]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&8&&(r.thumbUrl=n[3]),o[1]&4194304&&(r.chromecastDeviceName=n[53]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function J0(i){let e,t;return e=new xr({props:{shifted:i[36],captions:i[55],position:i[56],playerSize:i[34]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[1]&32&&(r.shifted=n[36]),o[1]&16777216&&(r.captions=n[55]),o[1]&33554432&&(r.position=n[56]),o[1]&8&&(r.playerSize=n[34]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function x0(i){let e,t,n,o,r;return t=new es({}),{c(){e=T("div"),R(t.$$.fragment)},m(l,a){w(l,e,a),L(t,e,null),n=!0,o||(r=[pe(e,"contextmenu",Ct(i[108])),pe(e,"click",lt(i[119]))],o=!0)},p:me,i(l){n||(d(t.$$.fragment,l),n=!0)},o(l){_(t.$$.fragment,l),n=!1},d(l){l&&k(e),B(t),o=!1,et(r)}}}function $0(i){let e,t,n;function o(l){i[156](l)}let r={bottomHidden:i[38]==="thumb"||i[38]==="waitingLive"||i[38]==="waitingRecord",bottomNoSmooth:i[50],showControls:i[36],isAds:i[38]==="ads",canRewindLive:i[6]&&i[57]!==0,logoClickable:i[12],logoHidden:i[13],logoTargetUrl:i[14],showNextPrevButtons:i[15],nextButtonActive:i[16],prevButtonActive:i[17],isOneVideoPlaylist:i[20],supportLink:i[21],customFullscreenSupported:lp,playNextVideo:i[23],playPrevVideo:i[24],repeatPlaylist:i[25],toggleFullscreen:i[106],returnFocus:i[155],seekToInteractive:i[26],toggleGraph:i[27],playPrevChapter:i[28]};return i[41]!==void 0&&(r.controlsElementRef=i[41]),e=new Xr({props:r}),_e.push(()=>Oe(e,"controlsElementRef",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[1]&128&&(s.bottomHidden=l[38]==="thumb"||l[38]==="waitingLive"||l[38]==="waitingRecord"),a[1]&524288&&(s.bottomNoSmooth=l[50]),a[1]&32&&(s.showControls=l[36]),a[1]&128&&(s.isAds=l[38]==="ads"),a[0]&64|a[1]&67108864&&(s.canRewindLive=l[6]&&l[57]!==0),a[0]&4096&&(s.logoClickable=l[12]),a[0]&8192&&(s.logoHidden=l[13]),a[0]&16384&&(s.logoTargetUrl=l[14]),a[0]&32768&&(s.showNextPrevButtons=l[15]),a[0]&65536&&(s.nextButtonActive=l[16]),a[0]&131072&&(s.prevButtonActive=l[17]),a[0]&1048576&&(s.isOneVideoPlaylist=l[20]),a[0]&2097152&&(s.supportLink=l[21]),a[0]&8388608&&(s.playNextVideo=l[23]),a[0]&16777216&&(s.playPrevVideo=l[24]),a[0]&33554432&&(s.repeatPlaylist=l[25]),a[1]&131072&&(s.returnFocus=l[155]),a[0]&67108864&&(s.seekToInteractive=l[26]),a[0]&134217728&&(s.toggleGraph=l[27]),a[0]&268435456&&(s.playPrevChapter=l[28]),!t&&a[1]&1024&&(t=!0,s.controlsElementRef=l[41],Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function ep(i){let e,t;return e=new _r({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function tp(i){let e,t;return e=new C1({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function ip(i){let e,t;return e=new dr({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function np(i){let e,t,n,o,r,l,a,s,u,f,p,h,y,b,P,C,M,S,v,E,G,W,K,re;e=new ts({props:{hidden:i[38]!=="thumb"||i[37]||i[92]&&i[5],thumbUrl:i[3],startVideo:i[29]}});let te=i[38]==="waitingLive"&&K0(i),I=i[38]==="waitingRecord"&&W0(i),Y=i[7]&&i[22]&&G0(i),X=i[31]&&i[18]&&i[19]&&j0(i),$=i[44]&&Q0(i),x=i[49]&&Y0(i),D=i[52]&&Z0(i),j=i[39]&&X0(i),V=i[54].value!=="off"&&J0(i),Q=i[37]&&x0(i),De=i[22]&&$0(i);b=new ar({props:{isLive:i[58],isHidden:!i[43],isPlaying:i[59],position:i[56],duration:i[60]}}),C=new I0({props:{data:i[103]}});function We(J){i[158](J)}let qe={supportLink:i[21],returnFocus:i[157],visible:i[33],playerContainerRef:i[40],controlsContainerRef:i[41],position:i[61]};i[32]!==void 0&&(qe.menuElementRef=i[32]),S=new Yf({props:qe}),_e.push(()=>Oe(S,"menuElementRef",We));let Ze=i[42]&&ep(i),Ae=i[62]&&tp(i),ye=i[63]&&ip(i);return{c(){R(e.$$.fragment),t=N(),te&&te.c(),n=N(),I&&I.c(),o=N(),Y&&Y.c(),r=N(),X&&X.c(),l=N(),$&&$.c(),a=N(),x&&x.c(),s=N(),D&&D.c(),u=N(),j&&j.c(),f=N(),V&&V.c(),p=N(),Q&&Q.c(),h=N(),De&&De.c(),y=N(),R(b.$$.fragment),P=N(),R(C.$$.fragment),M=N(),R(S.$$.fragment),E=N(),Ze&&Ze.c(),G=N(),Ae&&Ae.c(),W=N(),ye&&ye.c(),K=nt()},m(J,ke){L(e,J,ke),w(J,t,ke),te&&te.m(J,ke),w(J,n,ke),I&&I.m(J,ke),w(J,o,ke),Y&&Y.m(J,ke),w(J,r,ke),X&&X.m(J,ke),w(J,l,ke),$&&$.m(J,ke),w(J,a,ke),x&&x.m(J,ke),w(J,s,ke),D&&D.m(J,ke),w(J,u,ke),j&&j.m(J,ke),w(J,f,ke),V&&V.m(J,ke),w(J,p,ke),Q&&Q.m(J,ke),w(J,h,ke),De&&De.m(J,ke),w(J,y,ke),L(b,J,ke),w(J,P,ke),L(C,J,ke),w(J,M,ke),L(S,J,ke),w(J,E,ke),Ze&&Ze.m(J,ke),w(J,G,ke),Ae&&Ae.m(J,ke),w(J,W,ke),ye&&ye.m(J,ke),w(J,K,ke),re=!0},p(J,ke){let Fe={};ke[0]&32|ke[1]&192&&(Fe.hidden=J[38]!=="thumb"||J[37]||J[92]&&J[5]),ke[0]&8&&(Fe.thumbUrl=J[3]),ke[0]&536870912&&(Fe.startVideo=J[29]),e.$set(Fe),J[38]==="waitingLive"?te?(te.p(J,ke),ke[1]&128&&d(te,1)):(te=K0(J),te.c(),d(te,1),te.m(n.parentNode,n)):te&&(ue(),_(te,1,1,()=>{te=null}),ce()),J[38]==="waitingRecord"?I?ke[1]&128&&d(I,1):(I=W0(J),I.c(),d(I,1),I.m(o.parentNode,o)):I&&(ue(),_(I,1,1,()=>{I=null}),ce()),J[7]&&J[22]?Y?(Y.p(J,ke),ke[0]&4194432&&d(Y,1)):(Y=G0(J),Y.c(),d(Y,1),Y.m(r.parentNode,r)):Y&&(ue(),_(Y,1,1,()=>{Y=null}),ce()),J[31]&&J[18]&&J[19]?X?(X.p(J,ke),ke[0]&786432|ke[1]&1&&d(X,1)):(X=j0(J),X.c(),d(X,1),X.m(l.parentNode,l)):X&&(ue(),_(X,1,1,()=>{X=null}),ce()),J[44]?$?($.p(J,ke),ke[1]&8192&&d($,1)):($=Q0(J),$.c(),d($,1),$.m(a.parentNode,a)):$&&(ue(),_($,1,1,()=>{$=null}),ce()),J[49]?x?(x.p(J,ke),ke[1]&262144&&d(x,1)):(x=Y0(J),x.c(),d(x,1),x.m(s.parentNode,s)):x&&(ue(),_(x,1,1,()=>{x=null}),ce()),J[52]?D?(D.p(J,ke),ke[1]&2097152&&d(D,1)):(D=Z0(J),D.c(),d(D,1),D.m(u.parentNode,u)):D&&(ue(),_(D,1,1,()=>{D=null}),ce()),J[39]?j?(j.p(J,ke),ke[1]&256&&d(j,1)):(j=X0(J),j.c(),d(j,1),j.m(f.parentNode,f)):j&&(ue(),_(j,1,1,()=>{j=null}),ce()),J[54].value!=="off"?V?(V.p(J,ke),ke[1]&8388608&&d(V,1)):(V=J0(J),V.c(),d(V,1),V.m(p.parentNode,p)):V&&(ue(),_(V,1,1,()=>{V=null}),ce()),J[37]?Q?(Q.p(J,ke),ke[1]&64&&d(Q,1)):(Q=x0(J),Q.c(),d(Q,1),Q.m(h.parentNode,h)):Q&&(ue(),_(Q,1,1,()=>{Q=null}),ce()),J[22]?De?(De.p(J,ke),ke[0]&4194304&&d(De,1)):(De=$0(J),De.c(),d(De,1),De.m(y.parentNode,y)):De&&(ue(),_(De,1,1,()=>{De=null}),ce());let Ye={};ke[1]&134217728&&(Ye.isLive=J[58]),ke[1]&4096&&(Ye.isHidden=!J[43]),ke[1]&268435456&&(Ye.isPlaying=J[59]),ke[1]&33554432&&(Ye.position=J[56]),ke[1]&536870912&&(Ye.duration=J[60]),b.$set(Ye);let Je={};ke[0]&2097152&&(Je.supportLink=J[21]),ke[1]&131072&&(Je.returnFocus=J[157]),ke[1]&4&&(Je.visible=J[33]),ke[1]&512&&(Je.playerContainerRef=J[40]),ke[1]&1024&&(Je.controlsContainerRef=J[41]),ke[1]&1073741824&&(Je.position=J[61]),!v&&ke[1]&2&&(v=!0,Je.menuElementRef=J[32],Ne(()=>v=!1)),S.$set(Je),J[42]?Ze?ke[1]&2048&&d(Ze,1):(Ze=ep(J),Ze.c(),d(Ze,1),Ze.m(G.parentNode,G)):Ze&&(ue(),_(Ze,1,1,()=>{Ze=null}),ce()),J[62]?Ae?ke[2]&1&&d(Ae,1):(Ae=tp(J),Ae.c(),d(Ae,1),Ae.m(W.parentNode,W)):Ae&&(ue(),_(Ae,1,1,()=>{Ae=null}),ce()),J[63]?ye?ke[2]&2&&d(ye,1):(ye=ip(J),ye.c(),d(ye,1),ye.m(K.parentNode,K)):ye&&(ue(),_(ye,1,1,()=>{ye=null}),ce())},i(J){re||(d(e.$$.fragment,J),d(te),d(I),d(Y),d(X),d($),d(x),d(D),d(j),d(V),d(Q),d(De),d(b.$$.fragment,J),d(C.$$.fragment,J),d(S.$$.fragment,J),d(Ze),d(Ae),d(ye),re=!0)},o(J){_(e.$$.fragment,J),_(te),_(I),_(Y),_(X),_($),_(x),_(D),_(j),_(V),_(Q),_(De),_(b.$$.fragment,J),_(C.$$.fragment,J),_(S.$$.fragment,J),_(Ze),_(Ae),_(ye),re=!1},d(J){J&&(k(t),k(n),k(o),k(r),k(l),k(a),k(s),k(u),k(f),k(p),k(h),k(y),k(P),k(M),k(E),k(G),k(W),k(K)),B(e,J),te&&te.d(J),I&&I.d(J),Y&&Y.d(J),X&&X.d(J),$&&$.d(J),x&&x.d(J),D&&D.d(J),j&&j.d(J),V&&V.d(J),Q&&Q.d(J),De&&De.d(J),B(b,J),B(C,J),B(S,J),Ze&&Ze.d(J),Ae&&Ae.d(J),ye&&ye.d(J)}}}function R5(i){let e,t,n,o,r=i[51],l,a,s,u,f=np(i);return{c(){e=T("div"),t=T("div"),o=N(),f.c(),l=nt(),c(t,"class","video-container svelte-1o4wf3x"),c(t,"style",n=`transform: rotate(${i[35]}deg) scale(${i[46]})`),O(t,"fast-rotate",!i[1].isSmoothVideoRotate),c(e,"class","video-wrapper svelte-1o4wf3x"),O(e,"hidden",i[38]!=="video"),O(e,"nocursor",i[45])},m(p,h){w(p,e,h),m(e,t),i[154](t),w(p,o,h),f.m(p,h),w(p,l,h),a=!0,s||(u=[pe(e,"contextmenu",Ct(i[108])),pe(e,"mousedown",Ct(i[113])),pe(e,"mouseup",Ct(i[114])),pe(e,"click",Ct(i[116])),pe(e,"dblclick",Ct(i[115]))],s=!0)},p(p,h){(!a||h[1]&32784&&n!==(n=`transform: rotate(${p[35]}deg) scale(${p[46]})`))&&c(t,"style",n),(!a||h[0]&2)&&O(t,"fast-rotate",!p[1].isSmoothVideoRotate),(!a||h[1]&128)&&O(e,"hidden",p[38]!=="video"),(!a||h[1]&16384)&&O(e,"nocursor",p[45]),h[1]&1048576&&H(r,r=p[51])?(ue(),_(f,1,1,me),ce(),f=np(p),f.c(),d(f,1),f.m(l.parentNode,l)):f.p(p,h)},i(p){a||(d(f),a=!0)},o(p){_(f),a=!1},d(p){p&&(k(e),k(o),k(l)),i[154](null),f.d(p),s=!1,et(u)}}}function D5(i){let e,t,n,o,r,l,a,s={toggleFullscreen:i[106],hideContextMenu:i[107],showHotKeyHelpers:i[117],showKeyMap:i[118],isAds:i[38]==="ads",fakePlayButtonHandler:i[47]?i[105]:void 0,$$slots:{default:[R5]},$$scope:{ctx:i}};return t=new p1({props:s}),i[159](t),{c(){e=T("div"),R(t.$$.fragment),n=N(),o=T("div"),c(o,"class","overlay-container"),c(e,"class","player-wrapper svelte-1o4wf3x")},m(u,f){w(u,e,f),L(t,e,null),m(e,n),m(e,o),i[160](o),i[161](e),r=!0,l||(a=[pe(L5,"blur",i[107]),pe(e,"mouseenter",i[109]),pe(e,"mouseleave",i[111]),pe(e,"mousemove",i[112]),pe(e,"click",i[120],!0),pe(e,"focusin",i[110],!0)],l=!0)},p(u,f){let p={};f[1]&128&&(p.isAds=u[38]==="ads"),f[1]&65536&&(p.fakePlayButtonHandler=u[47]?u[105]:void 0),f[0]&1073741823|f[1]&2147418111|f[2]&3|f[6]&1&&(p.$$scope={dirty:f,ctx:u}),t.$set(p)},i(u){r||(d(t.$$.fragment,u),r=!0)},o(u){_(t.$$.fragment,u),r=!1},d(u){u&&k(e),i[159](null),B(t),i[160](null),i[161](null),l=!1,et(a)}}}var lp=!0;function rc(i){return i?i.offsetTop+rc(i.offsetParent):0}function rp(i){return i?i.offsetLeft+rp(i.offsetParent):0}function N5(i,e,t){let n,o,r,l,a,s,u,f,p,h,y,b,P,C,M,S,v,E,G,W,K,re,te,I,Y,X,$,x,D,j,V,Q,De,We,qe,Ze,Ae,ye,J,ke,Fe,Ye,Je,{store:he}=e,{uiConfig:Ve}=e,{title:ze}=e,{thumbUrl:tt}=e,{videoContainer:le}=e,{interactiveContainer:oe}=e,{live:Ce}=e,{autoplay:fe}=e,{canRewindLive:Ee}=e,{showAds:je}=e,{adsSlotId:rt=void 0}=e,{adsParams:dt=void 0}=e,{adsPreviewParam:st=void 0}=e,{duration:de=void 0}=e,{logoClickable:ct}=e,{logoHidden:It}=e,{logoTargetUrl:_t=""}=e,{showNextPrevButtons:yt=!1}=e,{nextButtonActive:Lt=!1}=e,{prevButtonActive:Ue=!1}=e,{endScreenVideoTitle:Qt=void 0}=e,{endScreenVideoThumb:ve=void 0}=e,{isOneVideoPlaylist:bt=!1}=e,{supportLink:Tt}=e,{outerContainerRef:Xe=void 0}=e,{playerStarted:at=!1}=e,{fullScreenTarget:kt=void 0}=e,{showMiniTimer:Et=!1}=e,{playNextVideo:yi=os.noop}=e,{playPrevVideo:ki=os.noop}=e,{repeatPlaylist:wi=os.noop}=e,{seekToInteractive:Qi}=e,{toggleGraph:ln}=e,{playPrevChapter:si}=e,{firstStart:ai}=e,Ci=he.getLogger().createComponentLog("Root component"),Yt=he.interfaceLanguage$;F(i,Yt,g=>t(51,V=g));let ui=he.state.playbackState$;F(i,ui,g=>t(151,x=g));let Yi=he.ads.playbackState;F(i,Yi,g=>t(152,D=g));let Si=he.state.positionWithScrubbing$;F(i,Si,g=>t(56,Ze=g));let Pi=he.state.duration$;F(i,Pi,g=>t(60,ke=g));let ci=he.playerPhase;F(i,ci,g=>t(38,te=g));let Ii=he.ui.isFullscreen;F(i,Ii,g=>t(141,b=g));let fi=he.ui.controlsVisible;F(i,fi,g=>t(36,E=g));let Ti=he.ui.settingsMenuVisible;F(i,Ti,g=>t(139,s=g));let Ei=he.ui.scrubbingInProgress;F(i,Ei,g=>t(143,S=g));let At=he.ui.contextMenu.visible$;F(i,At,g=>t(33,n=g));let zt=he.ui.debugPanelVisible;F(i,zt,g=>t(63,Je=g));let Zt=he.state.isLoaderVisible;F(i,Zt,g=>t(153,j=g));let di=he.state.isEnded$;F(i,di,g=>t(140,f=g));let Ft=he.state.chromecastConnected$;F(i,Ft,g=>t(39,X=g));let mi=he.state.chromecastDeviceName$;F(i,mi,g=>t(53,De=g));let Xt=he.ads.postrollPassed;F(i,Xt,g=>t(146,K=g));let ii=he.state.isLive$;F(i,ii,g=>t(58,ye=g));let Bt=he.state.isPlaying$;F(i,Bt,g=>t(59,J=g));let Rt=he.state.crashed$;F(i,Rt,g=>t(37,W=g));let qt=he.webApi.pictureInPictureApi,Jt=he.state.currentSubtitle$;F(i,Jt,g=>t(54,We=g));let pi=he.state.currentSubtitleCaptions$;F(i,pi,g=>t(55,qe=g));let cn=he.state.duration$;F(i,cn,g=>t(57,Ae=g));let Zi=he.state.graphIsOpened$;F(i,Zi,g=>t(147,re=g));let xt=he.ui.playerSize;F(i,xt,g=>t(34,h=g));let ni=he.ui.is3DVideo;F(i,ni,g=>t(49,p=g));let Mi=he.ui.icon3DVideoVisible;F(i,Mi,g=>t(52,Q=g));let zi=he.ui.rotateAlpha;F(i,zi,g=>t(35,M=g));let Ut=he.state.isInteractive,wt=he.state.isInteractiveTime$;F(i,wt,g=>t(144,v=g));let Ai=he.state.isInteractiveExpectation$;F(i,Ai,g=>t(150,$=g));let Xi=he.state.hasInteractiveBranches,oi=he.ui.touched;F(i,oi,g=>t(148,I=g));let Ji=he.ui.modals.hotKeyMap.data;F(i,Ji,g=>t(168,u=g));let _i=he.ui.modals.hotKeyMap.show;F(i,_i,g=>t(62,Ye=g));let rn=he.ui.overlayContainer$,xi=he.ui.controls.interactiveTimeIndicator;F(i,xi,g=>t(169,y=g));let sn=he.state.showInteractiveTimeIndicator,qi=he.ui.contextMenu.position$;F(i,qi,g=>t(61,Fe=g));let Vi=he.actions.internal.closeSettingsMenu,{fakeIsPlaying$:Kt}=Sn();F(i,Kt,g=>t(142,C=g));let $t,hi,Ui,Ki,gi;Ji.set(If());let Li,Bi,Qe=Re(!1);F(i,Qe,g=>t(50,P=g));let Wi,Ht=Re(!1);F(i,Ht,g=>t(149,Y=g));let He=Re(),Ri=Re(!1);F(i,Ri,g=>t(145,G=g));let $i=!1,Gi=!1,Di,an,Ni,en,Wt,tn,li=!1,se,ft=!1,{toggle:Gt}=Kt,ei=!1,Oi=null,Fi;qt?.setContext(gl());let yn=()=>{fe&&!Ut&&Dt(Ve.controls.hideTimeout)};he.setUiCallbacks({onStarted:yn});let kn=()=>{window.clearTimeout(Ui),Ht.set(!1)},mn=()=>{window.clearTimeout(Ki),He.set(null)},Dt=g=>{kn(),Ht.set(!0),Ui=window.setTimeout(()=>Ht.set(!1),g);let ae=g-100;Wi=window.setTimeout(()=>{P&&Qe.set(!1)},ae>0?ae:g)},Nn=(g,ae)=>{mn(),He.set(ae),Ki=window.setTimeout(()=>He.set(null),g)},On=ni.subscribe(g=>{Mi.set(g),g&&(window.clearTimeout(gi),gi=window.setTimeout(()=>Mi.set(!1),Ve.controls.hide360IconTimeout))}),wn=async()=>{let g=lo();if(g){Dt(Ve.controls.hideTimeoutFullscreen);try{await qt?.remove()}catch(ae){Ci({message:String(ae)})}}Ii.set(g),he.getAdmanWrapper().setFullscreen(g),b?he.callbacks?.onFullscreenEnter?.():he.callbacks?.onFullscreenExit?.()},En=g=>{let ae=g;xt.set({width:ae.target.width,height:ae.target.height})};St(()=>(or(wn),Mo(qt)&&(qt?.assignPlayerContainer($t),qt?.registryExternalEventHandlers({resize:En})),oe&&le.parentElement?.insertBefore(oe,le.nextSibling),()=>{window.clearTimeout(Ui),window.clearTimeout(Wi),window.clearTimeout(Ki),window.clearTimeout(gi),On(),qt?.dispose(),lr(wn)}));let pn=async()=>{if(lo())await nr(document),Ci({message:"exit fullscreen"});else{Ci({message:"request fullscreen"});let g=Xe??$t,ae=g.getRootNode(),Me=ae instanceof ShadowRoot?ae.host:ae,Ke=kt instanceof HTMLElement&&kt.contains(Me),ot=Ve.allowChangingFullscreenTarget&&kt&&Ke?kt:g;await ir(ot)}},fn=()=>{Vi(),At.set(!1)},ie=g=>{At.set(!0),qi.set({left:g.clientX,top:g.clientY})};function vt(){Ri.set(!0),Ut||Dt(Ve.controls.hideTimeoutCursor)}function Mn(){Ut||(Qe.set(!0),Dt(Ve.controls.hideTimeoutCursor))}function Fn(){Ri.set(!1),t(131,Gi=!1),t(130,$i=!1),ei=!1,he.actions.internal.releaseCamera()}function Hn(g){if(y&&sn){let ae=g.currentTarget,Me=rc(ae),Ke=rp(ae),ot=g.pageX-Ke,jt=g.pageY-Me,{left:ti,bottom:Nt,right:hn}=y,An=hn-ti;return ot>=ti-An&&jt<=Nt+An}}function Xn(g){if($t){let ae=rc(g.currentTarget),Me=h.height,Ke=g.pageY-ae;if(Hn(g)){t(131,Gi=!1);return}Ke<40?t(131,Gi=!0):Ke>Me-40?t(130,$i=!0):(t(131,Gi=!1),s||t(130,$i=!1))}}function Jn(g){Xn(g),an||Dt(Ve.controls.hideTimeoutCursor),p&&ei&&Oi&&he.actions.internal.moveCameraFocusPX(Oi.clientX-g.clientX,Oi.clientY-g.clientY,g.timeStamp-Oi.timeStamp),Oi=g}let xn=g=>{g.button===0&&(ei=!0,he.actions.internal.holdCamera()),Dt(Ve.controls.hideTimeoutCursor)},$n=g=>{g.button===0&&(Oi=g,ei=!1,he.actions.internal.releaseCamera()),Dt(Ve.controls.hideTimeoutCursor)},eo=()=>{lp&&(Ci({message:"double click on video"}),pn(),Dt(Ve.controls.hideTimeoutCursor))},po=()=>{if(n||s){fn();return}if(!(f&&!Xi)){if(ft)return Gt();if(Fi?.focus(),!at){ai(),Dt(Ve.controls.hideTimeoutCursor);return}he.actions.internal.togglePlay(),Dt(Ve.controls.hideTimeoutCursor)}},ee=g=>{fn(),oi.set(!0),Dt(Ve.controls.hideTimeout),g&&Nn(Ve.controls.hideHotKeyHelpers,g)},_n=()=>{fn(),he.callbacks?.onOpenHotKeyMap?he.callbacks?.onOpenHotKeyMap(u):_i.update(g=>!g)},_o=()=>{if(n||s){fn();return}},ho=()=>{oi.set(!0)},to=he.ui.contextMenu.openedByBtnKeyboard$;F(i,to,g=>t(138,a=g));let No=he.ui.contextMenu.btnRef$;F(i,No,g=>t(137,l=g));let zn,io=he.ui.contextMenu.openedByHotKey$;F(i,io,g=>t(136,r=g));let Oo=he.ui.contextMenu.lastActiveElem$;F(i,Oo,g=>t(135,o=g));function Fo(g){_e[g?"unshift":"push"](()=>{le=g,t(0,le)})}let pl=()=>Fi?.focus();function Gn(g){hi=g,t(41,hi)}let go=()=>Fi?.focus();function bo(g){zn=g,t(32,zn)}function Ho(g){_e[g?"unshift":"push"](()=>{Fi=g,t(48,Fi)})}function vo(g){_e[g?"unshift":"push"](()=>{Bi=g,t(30,Bi)})}function pt(g){_e[g?"unshift":"push"](()=>{$t=g,t(40,$t)})}return i.$$set=g=>{"store"in g&&t(125,he=g.store),"uiConfig"in g&&t(1,Ve=g.uiConfig),"title"in g&&t(2,ze=g.title),"thumbUrl"in g&&t(3,tt=g.thumbUrl),"videoContainer"in g&&t(0,le=g.videoContainer),"interactiveContainer"in g&&t(126,oe=g.interactiveContainer),"live"in g&&t(4,Ce=g.live),"autoplay"in g&&t(5,fe=g.autoplay),"canRewindLive"in g&&t(6,Ee=g.canRewindLive),"showAds"in g&&t(7,je=g.showAds),"adsSlotId"in g&&t(8,rt=g.adsSlotId),"adsParams"in g&&t(9,dt=g.adsParams),"adsPreviewParam"in g&&t(10,st=g.adsPreviewParam),"duration"in g&&t(11,de=g.duration),"logoClickable"in g&&t(12,ct=g.logoClickable),"logoHidden"in g&&t(13,It=g.logoHidden),"logoTargetUrl"in g&&t(14,_t=g.logoTargetUrl),"showNextPrevButtons"in g&&t(15,yt=g.showNextPrevButtons),"nextButtonActive"in g&&t(16,Lt=g.nextButtonActive),"prevButtonActive"in g&&t(17,Ue=g.prevButtonActive),"endScreenVideoTitle"in g&&t(18,Qt=g.endScreenVideoTitle),"endScreenVideoThumb"in g&&t(19,ve=g.endScreenVideoThumb),"isOneVideoPlaylist"in g&&t(20,bt=g.isOneVideoPlaylist),"supportLink"in g&&t(21,Tt=g.supportLink),"outerContainerRef"in g&&t(127,Xe=g.outerContainerRef),"playerStarted"in g&&t(22,at=g.playerStarted),"fullScreenTarget"in g&&t(128,kt=g.fullScreenTarget),"showMiniTimer"in g&&t(129,Et=g.showMiniTimer),"playNextVideo"in g&&t(23,yi=g.playNextVideo),"playPrevVideo"in g&&t(24,ki=g.playPrevVideo),"repeatPlaylist"in g&&t(25,wi=g.repeatPlaylist),"seekToInteractive"in g&&t(26,Qi=g.seekToInteractive),"toggleGraph"in g&&t(27,ln=g.toggleGraph),"playPrevChapter"in g&&t(28,si=g.playPrevChapter),"firstStart"in g&&t(29,ai=g.firstStart)},i.$$.update=()=>{if(i.$$.dirty[1]&192|i.$$.dirty[4]&805306368)e:t(42,Li=(te==="video"&&j||te==="ads"&&D==="inactive")&&!W);if(i.$$.dirty[0]&1073741824)e:rn.set(Bi);if(i.$$.dirty[4]&134217728)e:t(132,Di=x!==op.PlaybackState.PLAYING);if(i.$$.dirty[4]&68190656)e:t(133,an=v&&!s&&!($i||Gi)&&!(Di&&!$));if(i.$$.dirty[1]&448|i.$$.dirty[4]&34112256)e:fi.set((Di||s||S||X||Y)&&!an&&(te==="video"||te==="ads")&&!W);if(i.$$.dirty[0]&2|i.$$.dirty[1]&224|i.$$.dirty[4]&16777248)e:t(43,Ni=Ve.features.thumbTimer&&Et&&te==="video"&&!E&&!W&&!Ut&&(Ve.hideThumbTimerAfterTouch&&!I||!Ve.hideThumbTimerAfterTouch));if(i.$$.dirty[1]&128|i.$$.dirty[4]&8519680)e:t(44,en=te==="video"&&!re&&b);if(i.$$.dirty[0]&128|i.$$.dirty[1]&64|i.$$.dirty[4]&4259840)e:t(31,Wt=(je&&K||!je)&&f&&!W);if(i.$$.dirty[1]&33|i.$$.dirty[4]&3145728)e:t(45,tn=G&&!(E||Wt)&&!v);if(i.$$.dirty[0]&2|i.$$.dirty[4]&1573888)e:!S&&li&&!v&&Dt(Ve.controls.hideTimeoutCursor),t(134,li=S);if(i.$$.dirty[0]&1|i.$$.dirty[1]&24)e:t(46,se=le&&M%180?h.height/h.width:1);if(i.$$.dirty[4]&262144)e:t(47,ft=C!==null);if(i.$$.dirty[1]&6|i.$$.dirty[4]&16384)e:Lo(zn,n,a);if(i.$$.dirty[1]&4|i.$$.dirty[4]&8192)e:{let g=l;g&&$o(g,n,to)}if(i.$$.dirty[1]&6|i.$$.dirty[4]&4096)e:Lo(zn,n,r);if(i.$$.dirty[1]&4|i.$$.dirty[4]&2048)e:{let g=o;g&&qf(g,n,io)}},[le,Ve,ze,tt,Ce,fe,Ee,je,rt,dt,st,de,ct,It,_t,yt,Lt,Ue,Qt,ve,bt,Tt,at,yi,ki,wi,Qi,ln,si,ai,Bi,Wt,zn,n,h,M,E,W,te,X,$t,hi,Li,Ni,en,tn,se,ft,Fi,p,P,V,Q,De,We,qe,Ze,Ae,ye,J,ke,Fe,Ye,Je,Yt,ui,Yi,Si,Pi,ci,Ii,fi,Ti,Ei,At,zt,Zt,di,Ft,mi,Xt,ii,Bt,Rt,Jt,pi,cn,Zi,xt,ni,Mi,zi,Ut,wt,Ai,oi,Ji,_i,xi,qi,Kt,Qe,Ht,He,Ri,Gt,pn,fn,ie,vt,Mn,Fn,Jn,xn,$n,eo,po,ee,_n,_o,ho,to,No,io,Oo,he,oe,Xe,kt,Et,$i,Gi,Di,an,li,o,r,l,a,s,f,b,C,S,v,G,K,re,I,Y,$,x,D,j,Fo,pl,Gn,go,bo,Ho,vo,pt]}var sc=class extends z{constructor(e){super(),q(this,e,N5,D5,H,{store:125,uiConfig:1,title:2,thumbUrl:3,videoContainer:0,interactiveContainer:126,live:4,autoplay:5,canRewindLive:6,showAds:7,adsSlotId:8,adsParams:9,adsPreviewParam:10,duration:11,logoClickable:12,logoHidden:13,logoTargetUrl:14,showNextPrevButtons:15,nextButtonActive:16,prevButtonActive:17,endScreenVideoTitle:18,endScreenVideoThumb:19,isOneVideoPlaylist:20,supportLink:21,outerContainerRef:127,playerStarted:22,fullScreenTarget:128,showMiniTimer:129,playNextVideo:23,playPrevVideo:24,repeatPlaylist:25,seekToInteractive:26,toggleGraph:27,playPrevChapter:28,firstStart:29},B5,[-1,-1,-1,-1,-1,-1,-1])}},sp=sc;var Ip=require("@vkontakte/videoplayer-core"),Do=require("@vkontakte/videoplayer-shared");var al=require("@vkontakte/videoplayer-shared"),ap=i=>{if(!(0,al.isIOS)(!0))return!1;let e=i.device===al.CurrentClientDevice.iPad||window?.screen.width>700,t=(0,al.getIOSVersion)();return!e||e&&!!t&&t<16};function O5(i){we(i,"svelte-nhq2ld",".double-click-area.svelte-nhq2ld{position:absolute;top:0;height:100%;width:25%;overflow:hidden}.double-click-area.left.svelte-nhq2ld{left:0}.double-click-area.right.svelte-nhq2ld{right:0}.semicircle.svelte-nhq2ld{position:absolute;top:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5)}.semicircle.left.svelte-nhq2ld{left:0;border-top-right-radius:50%;border-bottom-right-radius:50%}.semicircle.right.svelte-nhq2ld{right:0;border-top-left-radius:50%;border-bottom-left-radius:50%}.info.svelte-nhq2ld{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;flex-direction:column;align-items:center;justify-content:center}.triangles-wrapper.svelte-nhq2ld{position:relative;display:flex;margin-bottom:10px;justify-content:center}.triangle.svelte-nhq2ld{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;animation:svelte-nhq2ld-blink 500ms infinite;opacity:0}.triangle.right.svelte-nhq2ld:nth-child(1),.triangle.left.svelte-nhq2ld:nth-child(3){animation-delay:0ms}.triangle.right.svelte-nhq2ld:nth-child(2),.triangle.left.svelte-nhq2ld:nth-child(2){animation-delay:100ms}.triangle.right.svelte-nhq2ld:nth-child(3),.triangle.left.svelte-nhq2ld:nth-child(1){animation-delay:200ms}@keyframes svelte-nhq2ld-blink{0%{opacity:0}50%{opacity:1}100%{opacity:0}}.triangle.left.svelte-nhq2ld{border-right:8px solid var(--white)}.triangle.right.svelte-nhq2ld{border-left:8px solid var(--white)}.triangle.svelte-nhq2ld:not(:last-child){margin-right:5px}.step-caption.svelte-nhq2ld{margin:0;text-align:center;font-size:12px;line-height:1;color:var(--white)}")}function up(i){let e,t,n,o,r,l,a,s,u,f,p,h,y,b,P,C=U("doubletap_seek_step",{seconds:i[1].toFixed(0)})+"",M;return{c(){e=T("div"),n=N(),o=T("div"),r=T("div"),l=T("div"),s=N(),u=T("div"),p=N(),h=T("div"),b=N(),P=T("p"),M=Be(C),c(e,"class",t="semicircle "+i[0]+" svelte-nhq2ld"),c(l,"class",a="triangle "+i[0]+" svelte-nhq2ld"),c(u,"class",f="triangle "+i[0]+" svelte-nhq2ld"),c(h,"class",y="triangle "+i[0]+" svelte-nhq2ld"),c(r,"class","triangles-wrapper svelte-nhq2ld"),c(P,"class","step-caption svelte-nhq2ld"),c(o,"class","info svelte-nhq2ld")},m(S,v){w(S,e,v),w(S,n,v),w(S,o,v),m(o,r),m(r,l),m(r,s),m(r,u),m(r,p),m(r,h),m(o,b),m(o,P),m(P,M)},p(S,v){v&1&&t!==(t="semicircle "+S[0]+" svelte-nhq2ld")&&c(e,"class",t),v&1&&a!==(a="triangle "+S[0]+" svelte-nhq2ld")&&c(l,"class",a),v&1&&f!==(f="triangle "+S[0]+" svelte-nhq2ld")&&c(u,"class",f),v&1&&y!==(y="triangle "+S[0]+" svelte-nhq2ld")&&c(h,"class",y),v&2&&C!==(C=U("doubletap_seek_step",{seconds:S[1].toFixed(0)})+"")&&Ge(M,C)},d(S){S&&(k(e),k(n),k(o))}}}function F5(i){let e,t,n,o,r=i[2]&&up(i);return{c(){e=T("div"),r&&r.c(),c(e,"class",t="double-click-area "+i[0]+" svelte-nhq2ld")},m(l,a){w(l,e,a),r&&r.m(e,null),n||(o=pe(e,"click",lt(i[3]())),n=!0)},p(l,[a]){l[2]?r?r.p(l,a):(r=up(l),r.c(),r.m(e,null)):r&&(r.d(1),r=null),a&1&&t!==(t="double-click-area "+l[0]+" svelte-nhq2ld")&&c(e,"class",t)},i:me,o:me,d(l){l&&k(e),r&&r.d(),n=!1,o()}}}function H5(i,e,t){let{side:n}=e,{seekStep:o}=e,{handleSingleFirstClick:r}=e,{handleSecondClick:l}=e,a=!1,s=0,u=0,f=()=>{let h=0;return()=>{h+=1,h===1?s=window.setTimeout(()=>{r(),h=0},300):(window.clearTimeout(s),h=0,l(),t(2,a=!0),u=window.setTimeout(()=>{t(2,a=!1)},500))}};return Ln(()=>{window.clearTimeout(s),window.clearTimeout(u)}),i.$$set=p=>{"side"in p&&t(0,n=p.side),"seekStep"in p&&t(1,o=p.seekStep),"handleSingleFirstClick"in p&&t(4,r=p.handleSingleFirstClick),"handleSecondClick"in p&&t(5,l=p.handleSecondClick)},[n,o,a,f,r,l]}var ac=class extends z{constructor(e){super(),q(this,e,H5,F5,H,{side:0,seekStep:1,handleSingleFirstClick:4,handleSecondClick:5},O5)}},uc=ac;function z5(i,e,t){let{playNextVideo:n}=e;return St(()=>{n()}),i.$$set=o=>{"playNextVideo"in o&&t(0,n=o.playNextVideo)},[n]}var cc=class extends z{constructor(e){super(),q(this,e,z5,null,H,{playNextVideo:0})}},cp=cc;var{window:q5}=yo;function U5(i){we(i,"svelte-1jy89ut",".player-wrapper.svelte-1jy89ut{position:absolute;width:100%;height:100%}.player-wrapper.svelte-1jy89ut .player-media{position:absolute;left:0;top:0;width:100%;height:100%;background:var(--black);transition:transform 0.2s ease-in-out}.spherical-video-icon.svelte-1jy89ut{display:inline-block;position:absolute;top:calc(50% - 23px);left:calc(50% - 38px)}.video-wrapper.svelte-1jy89ut,.video-container.svelte-1jy89ut,.ads-container.svelte-1jy89ut{position:absolute;width:100%;height:100%;left:0;top:0}.video-wrapper.svelte-1jy89ut{z-index:var(--video-container-z-index);background:var(--black)}.video-container.svelte-1jy89ut{z-index:var(--video-container-z-index);transition:var(--rotate-transition-duration) ease all}.video-container.fast-rotate.svelte-1jy89ut{transition:none}.ads-container.svelte-1jy89ut{background:var(--black)}")}function fp(i){let e,t,n,o;e=new uc({props:{side:"left",seekStep:i[1].controls.seekStepMobile/1e3,handleSingleFirstClick:i[100],handleSecondClick:i[130]}});let r=!i[48]&&dp(i);return{c(){R(e.$$.fragment),t=N(),r&&r.c(),n=nt()},m(l,a){L(e,l,a),w(l,t,a),r&&r.m(l,a),w(l,n,a),o=!0},p(l,a){let s={};a[0]&2&&(s.seekStep=l[1].controls.seekStepMobile/1e3),e.$set(s),l[48]?r&&(ue(),_(r,1,1,()=>{r=null}),ce()):r?(r.p(l,a),a[1]&131072&&d(r,1)):(r=dp(l),r.c(),d(r,1),r.m(n.parentNode,n))},i(l){o||(d(e.$$.fragment,l),d(r),o=!0)},o(l){_(e.$$.fragment,l),_(r),o=!1},d(l){l&&(k(t),k(n)),B(e,l),r&&r.d(l)}}}function dp(i){let e,t;return e=new uc({props:{side:"right",seekStep:i[1].controls.seekStepMobile/1e3,handleSingleFirstClick:i[100],handleSecondClick:i[131]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&2&&(r.seekStep=n[1].controls.seekStepMobile/1e3),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function mp(i){let e,t;return e=new is({props:{thumbUrl:i[2],startTime:i[3]?.startTime}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&4&&(r.thumbUrl=n[2]),o[0]&8&&(r.startTime=n[3]?.startTime),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function pp(i){let e,t;return e=new ns({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function _p(i){let e,t,n;return t=new rr({props:{adsSlotId:i[7],adsParams:i[8],adsPreviewParam:i[9],duration:i[10]}}),{c(){e=T("div"),R(t.$$.fragment),c(e,"class","ads-container svelte-1jy89ut"),O(e,"hidden",i[34]!=="ads")},m(o,r){w(o,e,r),L(t,e,null),n=!0},p(o,r){let l={};r[0]&128&&(l.adsSlotId=o[7]),r[0]&256&&(l.adsParams=o[8]),r[0]&512&&(l.adsPreviewParam=o[9]),r[0]&1024&&(l.duration=o[10]),t.$set(l),(!n||r[1]&8)&&O(e,"hidden",o[34]!=="ads")},i(o){n||(d(t.$$.fragment,o),n=!0)},o(o){_(t.$$.fragment,o),n=!1},d(o){o&&k(e),B(t)}}}function hp(i){let e,t;return e=new cp({props:{playNextVideo:i[22]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&4194304&&(r.playNextVideo=n[22]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function gp(i){let e,t;return e=new Jr({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function bp(i){let e,t,n;return t=new Jl({props:{"aria-label":U("video360")}}),{c(){e=T("div"),R(t.$$.fragment),c(e,"class","spherical-video-icon svelte-1jy89ut")},m(o,r){w(o,e,r),L(t,e,null),n=!0},p:me,i(o){n||(d(t.$$.fragment,o),n=!0)},o(o){_(t.$$.fragment,o),n=!1},d(o){o&&k(e),B(t)}}}function vp(i){let e,t;return e=new $r({props:{thumbUrl:i[2],chromecastDeviceName:i[51]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&4&&(r.thumbUrl=n[2]),o[1]&1048576&&(r.chromecastDeviceName=n[51]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function yp(i){let e,t;return e=new xr({props:{shifted:i[30],captions:i[53],position:i[44],playerSize:i[31],isMobile:!0}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o[0]&1073741824&&(r.shifted=n[30]),o[1]&4194304&&(r.captions=n[53]),o[1]&8192&&(r.position=n[44]),o[1]&1&&(r.playerSize=n[31]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function kp(i){let e,t,n,o,r;return t=new es({}),{c(){e=T("div"),R(t.$$.fragment)},m(l,a){w(l,e,a),L(t,e,null),n=!0,o||(r=pe(e,"click",lt(i[101])),o=!0)},p:me,i(l){n||(d(t.$$.fragment,l),n=!0)},o(l){_(t.$$.fragment,l),n=!1},d(l){l&&k(e),B(t),o=!1,r()}}}function wp(i){let e,t,n;function o(l){i[132](l)}let r={bottomHidden:i[34]==="thumb"||i[34]==="waitingLive"||i[34]==="waitingRecord"||i[34]==="ads",showControls:i[30],bottomNoSmooth:i[45],isAds:i[34]==="ads",canRewindLive:i[5]&&i[54]!==0,logoClickable:i[11],logoHidden:i[12],logoTargetUrl:i[13],showNextPrevButtons:i[14],nextButtonActive:i[15],prevButtonActive:i[16],isOneVideoPlaylist:i[19],supportLink:i[20],customFullscreenSupported:i[39],playNextVideo:i[22],playPrevVideo:i[23],repeatPlaylist:i[24],toggleFullscreen:i[98],seekToInteractive:i[25],toggleGraph:i[26],playPrevChapter:i[27],onDisabledPlayPrevChapterClick:i[104],onDisabledSeekToInteractiveClick:i[105]};return i[37]!==void 0&&(r.controlsElementRef=i[37]),e=new Xr({props:r}),_e.push(()=>Oe(e,"controlsElementRef",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[1]&8&&(s.bottomHidden=l[34]==="thumb"||l[34]==="waitingLive"||l[34]==="waitingRecord"||l[34]==="ads"),a[0]&1073741824&&(s.showControls=l[30]),a[1]&16384&&(s.bottomNoSmooth=l[45]),a[1]&8&&(s.isAds=l[34]==="ads"),a[0]&32|a[1]&8388608&&(s.canRewindLive=l[5]&&l[54]!==0),a[0]&2048&&(s.logoClickable=l[11]),a[0]&4096&&(s.logoHidden=l[12]),a[0]&8192&&(s.logoTargetUrl=l[13]),a[0]&16384&&(s.showNextPrevButtons=l[14]),a[0]&32768&&(s.nextButtonActive=l[15]),a[0]&65536&&(s.prevButtonActive=l[16]),a[0]&524288&&(s.isOneVideoPlaylist=l[19]),a[0]&1048576&&(s.supportLink=l[20]),a[1]&256&&(s.customFullscreenSupported=l[39]),a[0]&4194304&&(s.playNextVideo=l[22]),a[0]&8388608&&(s.playPrevVideo=l[23]),a[0]&16777216&&(s.repeatPlaylist=l[24]),a[0]&33554432&&(s.seekToInteractive=l[25]),a[0]&67108864&&(s.toggleGraph=l[26]),a[0]&134217728&&(s.playPrevChapter=l[27]),!t&&a[1]&64&&(t=!0,s.controlsElementRef=l[37],Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function Cp(i){let e,t;return e=new _r({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Sp(i){let e,t;return e=new dr({}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function Pp(i){let e,t,n=i[5]&&i[78]&&!i[47].has("TIMELINE"),o,r,l,a,s,u,f,p,h,y,b,P,C,M,S,v;e=new ts({props:{hidden:i[34]!=="thumb"||i[33]||i[89]&&i[4],thumbUrl:i[2],startVideo:i[28]}});let E=n&&fp(i),G=i[34]==="waitingLive"&&mp(i),W=i[34]==="waitingRecord"&&pp(i),K=i[6]&&i[21]&&_p(i),re=i[41]&&i[17]&&i[18]&&hp(i),te=i[49]&&gp(i),I=i[50]&&bp(i),Y=i[35]&&vp(i),X=i[52].value!=="off"&&yp(i),$=i[33]&&kp(i),x=i[21]&&wp(i);P=new ar({props:{isLive:i[55],isHidden:!i[40],isPlaying:i[56],position:i[44],duration:i[43]}});let D=i[38]&&Cp(i),j=i[57]&&Sp(i);return{c(){R(e.$$.fragment),t=N(),E&&E.c(),o=N(),G&&G.c(),r=N(),W&&W.c(),l=N(),K&&K.c(),a=N(),re&&re.c(),s=N(),te&&te.c(),u=N(),I&&I.c(),f=N(),Y&&Y.c(),p=N(),X&&X.c(),h=N(),$&&$.c(),y=N(),x&&x.c(),b=N(),R(P.$$.fragment),C=N(),D&&D.c(),M=N(),j&&j.c(),S=nt()},m(V,Q){L(e,V,Q),w(V,t,Q),E&&E.m(V,Q),w(V,o,Q),G&&G.m(V,Q),w(V,r,Q),W&&W.m(V,Q),w(V,l,Q),K&&K.m(V,Q),w(V,a,Q),re&&re.m(V,Q),w(V,s,Q),te&&te.m(V,Q),w(V,u,Q),I&&I.m(V,Q),w(V,f,Q),Y&&Y.m(V,Q),w(V,p,Q),X&&X.m(V,Q),w(V,h,Q),$&&$.m(V,Q),w(V,y,Q),x&&x.m(V,Q),w(V,b,Q),L(P,V,Q),w(V,C,Q),D&&D.m(V,Q),w(V,M,Q),j&&j.m(V,Q),w(V,S,Q),v=!0},p(V,Q){let De={};Q[0]&16|Q[1]&12&&(De.hidden=V[34]!=="thumb"||V[33]||V[89]&&V[4]),Q[0]&4&&(De.thumbUrl=V[2]),Q[0]&268435456&&(De.startVideo=V[28]),e.$set(De),Q[0]&32|Q[1]&65536&&(n=V[5]&&V[78]&&!V[47].has("TIMELINE")),n?E?(E.p(V,Q),Q[0]&32|Q[1]&65536&&d(E,1)):(E=fp(V),E.c(),d(E,1),E.m(o.parentNode,o)):E&&(ue(),_(E,1,1,()=>{E=null}),ce()),V[34]==="waitingLive"?G?(G.p(V,Q),Q[1]&8&&d(G,1)):(G=mp(V),G.c(),d(G,1),G.m(r.parentNode,r)):G&&(ue(),_(G,1,1,()=>{G=null}),ce()),V[34]==="waitingRecord"?W?Q[1]&8&&d(W,1):(W=pp(V),W.c(),d(W,1),W.m(l.parentNode,l)):W&&(ue(),_(W,1,1,()=>{W=null}),ce()),V[6]&&V[21]?K?(K.p(V,Q),Q[0]&2097216&&d(K,1)):(K=_p(V),K.c(),d(K,1),K.m(a.parentNode,a)):K&&(ue(),_(K,1,1,()=>{K=null}),ce()),V[41]&&V[17]&&V[18]?re?(re.p(V,Q),Q[0]&393216|Q[1]&1024&&d(re,1)):(re=hp(V),re.c(),d(re,1),re.m(s.parentNode,s)):re&&(ue(),_(re,1,1,()=>{re=null}),ce()),V[49]?te?Q[1]&262144&&d(te,1):(te=gp(V),te.c(),d(te,1),te.m(u.parentNode,u)):te&&(ue(),_(te,1,1,()=>{te=null}),ce()),V[50]?I?(I.p(V,Q),Q[1]&524288&&d(I,1)):(I=bp(V),I.c(),d(I,1),I.m(f.parentNode,f)):I&&(ue(),_(I,1,1,()=>{I=null}),ce()),V[35]?Y?(Y.p(V,Q),Q[1]&16&&d(Y,1)):(Y=vp(V),Y.c(),d(Y,1),Y.m(p.parentNode,p)):Y&&(ue(),_(Y,1,1,()=>{Y=null}),ce()),V[52].value!=="off"?X?(X.p(V,Q),Q[1]&2097152&&d(X,1)):(X=yp(V),X.c(),d(X,1),X.m(h.parentNode,h)):X&&(ue(),_(X,1,1,()=>{X=null}),ce()),V[33]?$?($.p(V,Q),Q[1]&4&&d($,1)):($=kp(V),$.c(),d($,1),$.m(y.parentNode,y)):$&&(ue(),_($,1,1,()=>{$=null}),ce()),V[21]?x?(x.p(V,Q),Q[0]&2097152&&d(x,1)):(x=wp(V),x.c(),d(x,1),x.m(b.parentNode,b)):x&&(ue(),_(x,1,1,()=>{x=null}),ce());let We={};Q[1]&16777216&&(We.isLive=V[55]),Q[1]&512&&(We.isHidden=!V[40]),Q[1]&33554432&&(We.isPlaying=V[56]),Q[1]&8192&&(We.position=V[44]),Q[1]&4096&&(We.duration=V[43]),P.$set(We),V[38]?D?Q[1]&128&&d(D,1):(D=Cp(V),D.c(),d(D,1),D.m(M.parentNode,M)):D&&(ue(),_(D,1,1,()=>{D=null}),ce()),V[57]?j?Q[1]&67108864&&d(j,1):(j=Sp(V),j.c(),d(j,1),j.m(S.parentNode,S)):j&&(ue(),_(j,1,1,()=>{j=null}),ce())},i(V){v||(d(e.$$.fragment,V),d(E),d(G),d(W),d(K),d(re),d(te),d(I),d(Y),d(X),d($),d(x),d(P.$$.fragment,V),d(D),d(j),v=!0)},o(V){_(e.$$.fragment,V),_(E),_(G),_(W),_(K),_(re),_(te),_(I),_(Y),_(X),_($),_(x),_(P.$$.fragment,V),_(D),_(j),v=!1},d(V){V&&(k(t),k(o),k(r),k(l),k(a),k(s),k(u),k(f),k(p),k(h),k(y),k(b),k(C),k(M),k(S)),B(e,V),E&&E.d(V),G&&G.d(V),W&&W.d(V),K&&K.d(V),re&&re.d(V),te&&te.d(V),I&&I.d(V),Y&&Y.d(V),X&&X.d(V),$&&$.d(V),x&&x.d(V),B(P,V),D&&D.d(V),j&&j.d(V)}}}function K5(i){let e,t,n,o,r,l=i[46],a,s,u,f,p,h,y=Pp(i);return{c(){e=T("div"),t=T("div"),n=T("div"),r=N(),y.c(),a=N(),s=T("div"),c(n,"class","video-container svelte-1jy89ut"),c(n,"style",o=`transform: rotate(${i[32]}deg) scale(${i[42]})`),O(n,"fast-rotate",!i[1].isSmoothVideoRotate),c(t,"class","video-wrapper svelte-1jy89ut"),O(t,"hidden",i[34]!=="video"),c(s,"class","overlay-container"),c(e,"class","player-wrapper svelte-1jy89ut"),c(e,"role","region"),c(e,"aria-label",u=U("aria_label_video_player")),c(e,"tabindex","-1")},m(b,P){w(b,e,P),m(e,t),m(t,n),i[129](n),m(e,r),y.m(e,null),m(e,a),m(e,s),i[133](s),i[134](e),f=!0,p||(h=[pe(q5,"blur",i[99]),pe(t,"click",Ct(i[100])),pe(e,"click",i[102],!0),pe(e,"focusin",i[103],!0)],p=!0)},p(b,P){(!f||P[1]&2050&&o!==(o=`transform: rotate(${b[32]}deg) scale(${b[42]})`))&&c(n,"style",o),(!f||P[0]&2)&&O(n,"fast-rotate",!b[1].isSmoothVideoRotate),(!f||P[1]&8)&&O(t,"hidden",b[34]!=="video"),P[1]&32768&&H(l,l=b[46])?(ue(),_(y,1,1,me),ce(),y=Pp(b),y.c(),d(y,1),y.m(e,a)):y.p(b,P)},i(b){f||(d(y),f=!0)},o(b){_(y),f=!1},d(b){b&&k(e),i[129](null),y.d(b),i[133](null),i[134](null),p=!1,et(h)}}}function W5(i,e,t){let n,o,r,l,a,s,u,f,p,h,y,b,P,C,M,S,v,E,G,W,K,re,te,I,Y,X,$,x,D,j,V,Q,De,We,qe,Ze,Ae,{store:ye}=e,{uiConfig:J}=e,{thumbUrl:ke}=e,{videoContainer:Fe}=e,{interactiveContainer:Ye}=e,{live:Je}=e,{autoplay:he}=e,{canRewindLive:Ve}=e,{showAds:ze}=e,{adsSlotId:tt=void 0}=e,{adsParams:le=void 0}=e,{adsPreviewParam:oe=void 0}=e,{duration:Ce=void 0}=e,{logoClickable:fe}=e,{logoHidden:Ee}=e,{logoTargetUrl:je=""}=e,{showNextPrevButtons:rt=!1}=e,{nextButtonActive:dt=!1}=e,{prevButtonActive:st=!1}=e,{endScreenVideoTitle:de=void 0}=e,{endScreenVideoThumb:ct=void 0}=e,{isOneVideoPlaylist:It=!1}=e,{supportLink:_t}=e,{outerContainerRef:yt=void 0}=e,{showMiniTimer:Lt=!1}=e,{fullScreenTarget:Ue=void 0}=e,{playerStarted:Qt=!1}=e,{playNextVideo:ve=Do.noop}=e,{playPrevVideo:bt=Do.noop}=e,{repeatPlaylist:Tt=Do.noop}=e,{seekToInteractive:Xe}=e,{toggleGraph:at}=e,{playPrevChapter:kt}=e,{firstStart:Et}=e,{seekTime:yi}=e,ki=ye.getLogger().createComponentLog("Root component"),wi=ye.interfaceLanguage$;F(i,wi,ie=>t(46,X=ie));let Qi=ye.state.playbackState$;F(i,Qi,ie=>t(126,te=ie));let ln=ye.ads.playbackState;F(i,ln,ie=>t(127,I=ie));let si=ye.state.positionWithScrubbing$;F(i,si,ie=>t(44,a=ie));let ai=ye.state.duration$;F(i,ai,ie=>t(43,l=ie));let Ci=ye.playerPhase;F(i,Ci,ie=>t(34,G=ie));let Yt=ye.ui.isFullscreen;F(i,Yt,ie=>t(141,u=ie));let ui=ye.ui.controlsVisible;F(i,ui,ie=>t(30,o=ie));let Yi=ye.ui.interactiveHideMobileControls;F(i,Yi,ie=>t(118,y=ie));let Si=ye.ui.settingsMenuVisible;F(i,Si,ie=>t(117,n=ie));let Pi=ye.ui.scrubbingInProgress;F(i,Pi,ie=>t(119,P=ie));let ci=ye.ui.debugPanelVisible;F(i,ci,ie=>t(57,Ae=ie));let Ii=ye.state.isLoaderVisible;F(i,Ii,ie=>t(128,Y=ie));let fi=ye.state.isEnded$;F(i,fi,ie=>t(121,S=ie));let Ti=ye.state.chromecastConnected$;F(i,Ti,ie=>t(35,W=ie));let Ei=ye.state.chromecastDeviceName$;F(i,Ei,ie=>t(51,V=ie));let At=ye.ads.postrollPassed;F(i,At,ie=>t(122,v=ie));let zt=ye.ui.mobileUnmuteButtonExpanded,Zt=ye.ui.mobileUnmuteButtonVisible,di=ye.state.isLive$;F(i,di,ie=>t(55,qe=ie));let Ft=ye.state.isPlaying$;F(i,Ft,ie=>t(56,Ze=ie));let mi=ye.state.isActiveLive$;F(i,mi,ie=>t(48,x=ie));let Xt=ye.state.isRewindableLive$,ii=ye.state.crashed$;F(i,ii,ie=>t(33,M=ie));let Bt=ye.webApi.pictureInPictureApi,Rt=ye.state.videoSize$;F(i,Rt,ie=>t(142,p=ie));let qt=ye.state.currentSubtitle$;F(i,qt,ie=>t(52,Q=ie));let Jt=ye.state.currentSubtitleCaptions$;F(i,Jt,ie=>t(53,De=ie));let pi=ye.state.duration$;F(i,pi,ie=>t(54,We=ie));let cn=ye.state.graphIsOpened$;F(i,cn,ie=>t(125,re=ie));let Zi=ye.ui.playerSize;F(i,Zi,ie=>t(31,f=ie));let xt=ye.ui.is3DVideo;F(i,xt,ie=>t(49,D=ie));let ni=ye.ui.icon3DVideoVisible;F(i,ni,ie=>t(50,j=ie));let Mi=ye.ui.rotateAlpha;F(i,Mi,ie=>t(32,b=ie));let zi=ye.state.isInteractive,Ut=ye.state.isInteractiveTime$;F(i,Ut,ie=>t(120,C=ie));let wt=ye.state.isInteractiveExpectation$;F(i,wt,ie=>t(124,K=ie));let Ai=ye.state.hasInteractiveBranches,Xi=ye.ui.controls.disabledControls$;F(i,Xi,ie=>t(47,$=ie));let oi=ye.ui.touched;F(i,oi,ie=>t(123,E=ie));let Ji=ye.ui.clientInfo$;F(i,Ji,ie=>t(140,s=ie));let _i=ye.ui.overlayContainer$,rn=ye.state.isFirstBytes$;F(i,rn,ie=>t(139,r=ie));let xi=ye.actions.internal.closeSettingsMenu,sn=ye.callbacks?.onDisabledPlayPrevChapterClick,qi=ye.callbacks?.onDisabledSeekToInteractiveClick,Vi,Kt,$t,hi,Ui,Ki,gi,Li=Re(!1);F(i,Li,ie=>t(45,h=ie));let Bi,Qe=!1,Wi,Ht=!1,He,Ri=!0,$i,Gi,Di=!1,an;Bt?.setContext(gl());let Ni=ie=>{clearTimeout(hi),ie&&(Zt.set(!0),zt.set(!0),hi=window.setTimeout(()=>{zt.set(!1)},J.controls.collapseMobileUnmute),zi||Wt(J.controls.hideTimeoutMobile))};ye.setUiCallbacks({onStarted:Ni});let en=()=>{window.clearTimeout($t),t(112,Qe=!1),y&&Yi.set(!1)},Wt=ie=>{en(),t(112,Qe=!0),$t=window.setTimeout(()=>t(112,Qe=!1),ie);let vt=ie-100;Bi=window.setTimeout(()=>{h&&Li.set(!1)},vt>0?vt:ie)},tn=xt.subscribe(ie=>{ni.set(ie),ie&&(window.clearTimeout(Ui),Ui=window.setTimeout(()=>ni.set(!1),J.controls.hide360IconTimeout))}),li=async()=>{let ie=lo();if(ie){Wt(J.controls.hideTimeoutFullscreen);try{await Bt?.remove()}catch(vt){ki({message:String(vt)})}try{let vt=p?.width&&p?.height?p:f;await Pf(vt)}catch(vt){ki({message:String(vt)})}}Yt.set(ie),ye.getAdmanWrapper().setFullscreen(ie),u?ye.callbacks?.onFullscreenEnter?.():ye.callbacks?.onFullscreenExit?.()},se=ie=>{let vt=ie;Zi.set({width:vt.target.width,height:vt.target.height})};St(()=>(or(li),Mo(Bt)&&(Bt?.assignPlayerContainer(Vi),Bt?.registryExternalEventHandlers({resize:se})),t(39,Ri=!ap(s)),Ye&&Fe.parentElement?.insertBefore(Ye,Fe.nextSibling),()=>{window.clearTimeout($t),window.clearTimeout(Bi),window.clearTimeout(hi),window.clearTimeout(Ui),tn(),Bt?.dispose(),lr(li)}));let ft=ie=>{let vt=a+(ie==="forward"?1:-1)*J.controls.seekStepMobile/1e3;vt<0?vt=0:vt>l&&(vt=l-1),t(114,Ht=!0),yi(vt)},Gt=async()=>{if(lo())await nr(document),ki({message:"exit fullscreen"});else{if(ki({message:"request fullscreen"}),(0,Do.isIOS)()&&!r)return;let ie=(0,Do.isIOS)()||!yt?Vi:yt,vt=ie.getRootNode(),Mn=vt instanceof ShadowRoot?vt.host:vt,Fn=Ue instanceof HTMLElement&&Ue.contains(Mn),Hn=J.allowChangingFullscreenTarget&&Ue&&Fn?Ue:ie;await ir(Hn)}},ei=()=>{xi()},Oi=()=>{if(n){ei();return}if(!Qt){Et(),Wt(J.controls.hideTimeoutCursor);return}t(114,Ht=!1),o?en():Wt(J.controls.hideTimeoutMobile)},Fi=()=>{if(n){ei();return}},yn=()=>{oi.set(!0)},kn=()=>{zi||(Li.set(!0),Wt(J.controls.hideTimeoutCursor))},mn=ie=>{sn&&(sn(ie),Wt(J.controls.hideTimeoutMobile))},Dt=ie=>{qi&&(qi(ie),Wt(J.controls.hideTimeoutMobile))};function Nn(ie){_e[ie?"unshift":"push"](()=>{Fe=ie,t(0,Fe)})}let On=()=>ft("backward"),wn=()=>ft("forward");function En(ie){Kt=ie,t(37,Kt)}function pn(ie){_e[ie?"unshift":"push"](()=>{gi=ie,t(29,gi)})}function fn(ie){_e[ie?"unshift":"push"](()=>{Vi=ie,t(36,Vi)})}return i.$$set=ie=>{"store"in ie&&t(106,ye=ie.store),"uiConfig"in ie&&t(1,J=ie.uiConfig),"thumbUrl"in ie&&t(2,ke=ie.thumbUrl),"videoContainer"in ie&&t(0,Fe=ie.videoContainer),"interactiveContainer"in ie&&t(107,Ye=ie.interactiveContainer),"live"in ie&&t(3,Je=ie.live),"autoplay"in ie&&t(4,he=ie.autoplay),"canRewindLive"in ie&&t(5,Ve=ie.canRewindLive),"showAds"in ie&&t(6,ze=ie.showAds),"adsSlotId"in ie&&t(7,tt=ie.adsSlotId),"adsParams"in ie&&t(8,le=ie.adsParams),"adsPreviewParam"in ie&&t(9,oe=ie.adsPreviewParam),"duration"in ie&&t(10,Ce=ie.duration),"logoClickable"in ie&&t(11,fe=ie.logoClickable),"logoHidden"in ie&&t(12,Ee=ie.logoHidden),"logoTargetUrl"in ie&&t(13,je=ie.logoTargetUrl),"showNextPrevButtons"in ie&&t(14,rt=ie.showNextPrevButtons),"nextButtonActive"in ie&&t(15,dt=ie.nextButtonActive),"prevButtonActive"in ie&&t(16,st=ie.prevButtonActive),"endScreenVideoTitle"in ie&&t(17,de=ie.endScreenVideoTitle),"endScreenVideoThumb"in ie&&t(18,ct=ie.endScreenVideoThumb),"isOneVideoPlaylist"in ie&&t(19,It=ie.isOneVideoPlaylist),"supportLink"in ie&&t(20,_t=ie.supportLink),"outerContainerRef"in ie&&t(108,yt=ie.outerContainerRef),"showMiniTimer"in ie&&t(109,Lt=ie.showMiniTimer),"fullScreenTarget"in ie&&t(110,Ue=ie.fullScreenTarget),"playerStarted"in ie&&t(21,Qt=ie.playerStarted),"playNextVideo"in ie&&t(22,ve=ie.playNextVideo),"playPrevVideo"in ie&&t(23,bt=ie.playPrevVideo),"repeatPlaylist"in ie&&t(24,Tt=ie.repeatPlaylist),"seekToInteractive"in ie&&t(25,Xe=ie.seekToInteractive),"toggleGraph"in ie&&t(26,at=ie.toggleGraph),"playPrevChapter"in ie&&t(27,kt=ie.playPrevChapter),"firstStart"in ie&&t(28,Et=ie.firstStart),"seekTime"in ie&&t(111,yi=ie.seekTime)},i.$$.update=()=>{if(i.$$.dirty[1]&12|i.$$.dirty[4]&24)e:t(38,Ki=(G==="video"&&Y||G==="ads"&&I==="inactive")&&!M);if(i.$$.dirty[0]&536870912)e:_i.set(gi);if(i.$$.dirty[4]&4)e:t(113,Wi=te!==Ip.PlaybackState.PLAYING);if(i.$$.dirty[3]&303562752|i.$$.dirty[4]&3)e:t(115,He=re||y||!Qe&&(S&&!!Ai||Wi&&K));if(i.$$.dirty[1]&28|i.$$.dirty[3]&91750400)e:ui.set((Wi||n||P||W||Qe&&!Ht)&&!He&&G==="video"&&!M);if(i.$$.dirty[0]&1073741826|i.$$.dirty[1]&12|i.$$.dirty[3]&1073807360)e:t(40,$i=J.features.thumbTimer&&Lt&&G==="video"&&!o&&!M&&!zi&&(J.hideThumbTimerAfterTouch&&!E||!J.hideThumbTimerAfterTouch));if(i.$$.dirty[0]&64|i.$$.dirty[1]&4|i.$$.dirty[3]&805306368)e:t(41,Gi=(ze&&v||!ze)&&S&&!M);if(i.$$.dirty[0]&2|i.$$.dirty[3]&209715200)e:!P&&Di&&!C&&Wt(J.controls.hideTimeoutMobile),t(116,Di=P);if(i.$$.dirty[0]&1|i.$$.dirty[1]&3)e:t(42,an=Fe&&b%180?f.height/f.width:1)},[Fe,J,ke,Je,he,Ve,ze,tt,le,oe,Ce,fe,Ee,je,rt,dt,st,de,ct,It,_t,Qt,ve,bt,Tt,Xe,at,kt,Et,gi,o,f,b,M,G,W,Vi,Kt,Ki,Ri,$i,Gi,an,l,a,h,X,$,x,D,j,V,Q,De,We,qe,Ze,Ae,wi,Qi,ln,si,ai,Ci,Yt,ui,Yi,Si,Pi,ci,Ii,fi,Ti,Ei,At,di,Ft,mi,Xt,ii,Rt,qt,Jt,pi,cn,Zi,xt,ni,Mi,zi,Ut,wt,Xi,oi,Ji,rn,Li,ft,Gt,ei,Oi,Fi,yn,kn,mn,Dt,ye,Ye,yt,Lt,Ue,yi,Qe,Wi,Ht,He,Di,n,y,P,C,S,v,E,K,re,te,I,Y,Nn,On,wn,En,pn,fn]}var fc=class extends z{constructor(e){super(),q(this,e,W5,K5,H,{store:106,uiConfig:1,thumbUrl:2,videoContainer:0,interactiveContainer:107,live:3,autoplay:4,canRewindLive:5,showAds:6,adsSlotId:7,adsParams:8,adsPreviewParam:9,duration:10,logoClickable:11,logoHidden:12,logoTargetUrl:13,showNextPrevButtons:14,nextButtonActive:15,prevButtonActive:16,endScreenVideoTitle:17,endScreenVideoThumb:18,isOneVideoPlaylist:19,supportLink:20,outerContainerRef:108,showMiniTimer:109,fullScreenTarget:110,playerStarted:21,playNextVideo:22,playPrevVideo:23,repeatPlaylist:24,seekToInteractive:25,toggleGraph:26,playPrevChapter:27,firstStart:28,seekTime:111},U5,[-1,-1,-1,-1,-1,-1])}},Tp=fc;function G5(i){we(i,"svelte-cghoty",`.root.svelte-cghoty{--white:#fff;--black:#000;--red:#ff3347;--blue-light:#70c1ff;--black-alpha-40:rgba(0, 0, 0, 0.40);--white-alpha-24:rgba(255, 255, 255, 0.24);--white-alpha-72:rgba(255, 255, 255, 0.72);--devider-gray:#dce1e6;--text-gray:#626d7a;--controls-height:40px;--controls-gradient-height:100px;--controls-transition-duration:0.25s;--controls-transition-fn:cubic-bezier(0.455, 0.03, 0.515, 0.955);--controls-desktop-item-margin-left:4px;--focused:var(--white);--focused-element-shadow:inset 0 0 0 2px var(--focused);--focused-slider-shadow:0 0 0 2px var(--focused);--big-play-size:96px;--big-play-radius:50%;--big-play-bg-color:rgba(0, 0, 0, 0.5);--big-play-hover-bg-color:rgba(0, 0, 0, 0.6);--big-play-icon-width:38px;--big-play-icon-height:33px;--interactive-episode-complete:rgba(92, 156, 230, 1);--slider-height:5px;--slider-video-episode-gap:1.5px;--slider-radius:calc(var(--slider-height) / 2);--slider-handle-size:13px;--slider-bg:rgba(255, 255, 255, 0.4);--slider-loaded-bg:rgba(255, 255, 255, 0.4);--slider-filled-bg:var(--white);--slider-filled-active-live-bg:var(--red);--slider-filled-ads:rgba(103, 165, 235, 1);--slider-disabled-color:rgba(248, 248, 248, 0.31);--controls-gradient:linear-gradient(
|
|
33
33
|
180deg,
|
|
34
34
|
rgba(0, 0, 0, 0.00) 0%,
|
|
35
35
|
rgba(0, 0, 0, 0.01) 6.67%,
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
rgba(0, 0, 0, 0.96) 86.67%,
|
|
48
48
|
rgba(0, 0, 0, 0.99) 93.33%,
|
|
49
49
|
#000 100%
|
|
50
|
-
);--timeline-preview-shadow:rgba(0, 0, 0, 0.08);--timeline-preview-bg:rgba(34, 34, 34, 1);--mobile-settings-bg:#2C2D2E;--button-hover-transition:opacity 0.2s;--video-container-z-index:0;--rotate-transition-duration:0.25s;position:relative;width:100%;height:100%;color:var(--white);font-size:12px;line-height:normal;overflow:hidden;outline:0;user-select:none;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;background:var(--black)}button{border:none;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;cursor:pointer}svg:not(.interactiveContainer svg){pointer-events:none}*:focus, *:focus-visible{outline:none}*:focus-visible{box-shadow:var(--focused-element-shadow)}.hidden{visibility:hidden;opacity:0}.overlay-container{pointer-events:none;top:0;left:0;height:100%;width:100%;position:fixed;z-index:10000}.out-of-view{position:absolute !important;left:-1000vh !important}`)}function Th(t){let e,i,n;function o(l){t[57](l)}let s={store:t[0],uiConfig:t[34],title:t[1],thumbUrl:t[2],interactiveContainer:t[3],live:t[4],autoplay:t[5],canRewindLive:t[6],showAds:t[7],adsSlotId:t[8],adsParams:t[9],adsPreviewParam:t[10],duration:t[11],logoClickable:t[12],logoHidden:t[13],logoTargetUrl:t[35],showNextPrevButtons:t[15],nextButtonActive:t[16],prevButtonActive:t[17],endScreenVideoTitle:t[18],endScreenVideoThumb:t[19],isOneVideoPlaylist:t[20],supportLink:t[21],outerContainerRef:t[22],fullScreenTarget:t[23],showMiniTimer:t[24],playerStarted:t[33],playNextVideo:t[25],playPrevVideo:t[26],repeatPlaylist:t[27],seekToInteractive:t[28],toggleGraph:t[29],playPrevChapter:t[30],firstStart:t[36]};return t[32]!==void 0&&(s.videoContainer=t[32]),e=new fh({props:s}),ve.push(()=>Ze(e,"videoContainer",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[0]&1&&(a.store=l[0]),r[0]&2&&(a.title=l[1]),r[0]&4&&(a.thumbUrl=l[2]),r[0]&8&&(a.interactiveContainer=l[3]),r[0]&16&&(a.live=l[4]),r[0]&32&&(a.autoplay=l[5]),r[0]&64&&(a.canRewindLive=l[6]),r[0]&128&&(a.showAds=l[7]),r[0]&256&&(a.adsSlotId=l[8]),r[0]&512&&(a.adsParams=l[9]),r[0]&1024&&(a.adsPreviewParam=l[10]),r[0]&2048&&(a.duration=l[11]),r[0]&4096&&(a.logoClickable=l[12]),r[0]&8192&&(a.logoHidden=l[13]),r[0]&32768&&(a.showNextPrevButtons=l[15]),r[0]&65536&&(a.nextButtonActive=l[16]),r[0]&131072&&(a.prevButtonActive=l[17]),r[0]&262144&&(a.endScreenVideoTitle=l[18]),r[0]&524288&&(a.endScreenVideoThumb=l[19]),r[0]&1048576&&(a.isOneVideoPlaylist=l[20]),r[0]&2097152&&(a.supportLink=l[21]),r[0]&4194304&&(a.outerContainerRef=l[22]),r[0]&8388608&&(a.fullScreenTarget=l[23]),r[0]&16777216&&(a.showMiniTimer=l[24]),r[1]&4&&(a.playerStarted=l[33]),r[0]&33554432&&(a.playNextVideo=l[25]),r[0]&67108864&&(a.playPrevVideo=l[26]),r[0]&134217728&&(a.repeatPlaylist=l[27]),r[0]&268435456&&(a.seekToInteractive=l[28]),r[0]&536870912&&(a.toggleGraph=l[29]),r[0]&1073741824&&(a.playPrevChapter=l[30]),!i&&r[1]&2&&(i=!0,a.videoContainer=l[32],qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function Sh(t){let e,i,n;function o(l){t[56](l)}let s={store:t[0],uiConfig:t[34],thumbUrl:t[2],interactiveContainer:t[3],live:t[4],autoplay:t[5],canRewindLive:t[6],showAds:t[7],adsSlotId:t[8],adsParams:t[9],adsPreviewParam:t[10],duration:t[11],logoClickable:t[12],logoHidden:t[13],logoTargetUrl:t[35],showNextPrevButtons:t[15],nextButtonActive:t[16],prevButtonActive:t[17],endScreenVideoTitle:t[18],endScreenVideoThumb:t[19],isOneVideoPlaylist:t[20],supportLink:t[21],outerContainerRef:t[22],fullScreenTarget:t[23],showMiniTimer:t[24],playerStarted:t[33],playNextVideo:t[25],playPrevVideo:t[26],repeatPlaylist:t[27],seekToInteractive:t[28],toggleGraph:t[29],playPrevChapter:t[30],firstStart:t[36],seekTime:t[31]};return t[32]!==void 0&&(s.videoContainer=t[32]),e=new yh({props:s}),ve.push(()=>Ze(e,"videoContainer",o)),{c(){U(e.$$.fragment)},m(l,r){H(e,l,r),n=!0},p(l,r){const a={};r[0]&1&&(a.store=l[0]),r[0]&4&&(a.thumbUrl=l[2]),r[0]&8&&(a.interactiveContainer=l[3]),r[0]&16&&(a.live=l[4]),r[0]&32&&(a.autoplay=l[5]),r[0]&64&&(a.canRewindLive=l[6]),r[0]&128&&(a.showAds=l[7]),r[0]&256&&(a.adsSlotId=l[8]),r[0]&512&&(a.adsParams=l[9]),r[0]&1024&&(a.adsPreviewParam=l[10]),r[0]&2048&&(a.duration=l[11]),r[0]&4096&&(a.logoClickable=l[12]),r[0]&8192&&(a.logoHidden=l[13]),r[0]&32768&&(a.showNextPrevButtons=l[15]),r[0]&65536&&(a.nextButtonActive=l[16]),r[0]&131072&&(a.prevButtonActive=l[17]),r[0]&262144&&(a.endScreenVideoTitle=l[18]),r[0]&524288&&(a.endScreenVideoThumb=l[19]),r[0]&1048576&&(a.isOneVideoPlaylist=l[20]),r[0]&2097152&&(a.supportLink=l[21]),r[0]&4194304&&(a.outerContainerRef=l[22]),r[0]&8388608&&(a.fullScreenTarget=l[23]),r[0]&16777216&&(a.showMiniTimer=l[24]),r[1]&4&&(a.playerStarted=l[33]),r[0]&33554432&&(a.playNextVideo=l[25]),r[0]&67108864&&(a.playPrevVideo=l[26]),r[0]&134217728&&(a.repeatPlaylist=l[27]),r[0]&268435456&&(a.seekToInteractive=l[28]),r[0]&536870912&&(a.toggleGraph=l[29]),r[0]&1073741824&&(a.playPrevChapter=l[30]),!i&&r[1]&2&&(i=!0,a.videoContainer=l[32],qe(()=>i=!1)),e.$set(a)},i(l){n||(m(e.$$.fragment,l),n=!0)},o(l){g(e.$$.fragment,l),n=!1},d(l){F(e,l)}}}function Ph(t){let e,i,n,o;const s=[Sh,Th],l=[];function r(a,c){return a[14]?0:1}return i=r(t),n=l[i]=s[i](t),{c(){e=I("div"),n.c(),u(e,"class","root v-cghoty")},m(a,c){A(a,e,c),l[i].m(e,null),o=!0},p(a,c){let f=i;i=r(a),i===f?l[i].p(a,c):(fe(),g(l[f],1,1,()=>{l[f]=null}),de(),n=l[i],n?n.p(a,c):(n=l[i]=s[i](a),n.c()),m(n,1),n.m(e,null))},i(a){o||(m(n),o=!0)},o(a){g(n),o=!1},d(a){a&&P(e),l[i].d()}}}function Ah(t,e,i){let{sources:n}=e,{store:o}=e,{microStoresRoot:s}=e,{videoConfig:l}=e,{uiConfig:r}=e,{title:a}=e,{thumbUrl:c}=e,{interactiveContainer:f}=e,{subtitles:d}=e,{live:h}=e,{preload:v}=e,{autoplay:k}=e,{volume:_=void 0}=e,{muted:S=void 0}=e,{fromTime:C}=e,{canRewindLive:T}=e,{showAds:y}=e,{adsSlotId:L=void 0}=e,{adsParams:le=void 0}=e,{adsPreviewParam:Y=void 0}=e,{duration:N=void 0}=e,{logoClickable:ee}=e,{logoHidden:Q}=e,{isMobile:w}=e,{showNextPrevButtons:$=!1}=e,{nextButtonActive:X=!1}=e,{prevButtonActive:O=!1}=e,{endScreenVideoTitle:W=void 0}=e,{endScreenVideoThumb:B=void 0}=e,{isOneVideoPlaylist:J=!1}=e,{supportLink:E}=e,{outerContainerRef:z=void 0}=e,{fullScreenTarget:Te=void 0}=e,{failoverHosts:ze=void 0}=e,{showMiniTimer:Ve=!1}=e,{playNextVideo:Le=ie.noop}=e,{playPrevVideo:Pe=ie.noop}=e,{repeatPlaylist:pe=ie.noop}=e,{seekToInteractive:Z=ie.noop}=e,{toggleGraph:me=ie.noop}=e,{playPrevChapter:Ae=ie.noop}=e;const{subscribers:Ue,stores:Ge}=s;Ic(r);const ae=an(),ye=r.logoLink,Me=o.ui.debugPanelVisible,je=o.ui.playerSize;let ne,G=null,Ce=!1;o.getAdmanWrapper().init({switchFromAdsToVideo:o.actions.internal.switchFromAdsToVideo,switchFromVideoToAds:o.actions.internal.switchFromVideoToAds,setMuted:o.actions.external.setMuted},o.ads,{isMobile:o.ui.isMobile,mobileUnmuteButtonVisible:o.ui.mobileUnmuteButtonVisible,vsid:o.vsid}),Oc(o,Ge);const re=(ce=!1)=>{i(33,Ce=!0),ce?o.actions.external.firstStart(y):o.actions.internal.firstStart(y)};function ke(ce){const ft=n||ce;ft&&o.initVideo({container:ne,sources:ft,failoverHosts:ze,subtitles:d});const kt=ie.safeStorage.get(bl)==="true";Me.set(kt),C>0&&o.actions.external.seekTime(C);const We=w?ae.volumeDefault:_??k1()??ae.volumeDefault,tt=S??Zc();if(o.actions.external.setVolume(We),o.actions.external.setMuted(tt),o.getAdmanWrapper().setInitialVolume(tt?0:We),ae.features.trafficSaving){const wt=jc();wt&&o.actions.internal.setTrafficSavingEnabled(wt)}const gt=qc(o.videoId);gt&&o.actions.internal.setQuality(gt),o.ui.isAutoplay.set(k),k?re():v&&ae.features.preload&&o.actions.internal.preload()}const He=ce=>{if(window.ResizeObserver){let ft,kt;G=new ResizeObserver(ie.throttleFn(We=>{const tt=We[0];if(tt){if(tt.contentBoxSize){const gt=Array.isArray(tt.contentBoxSize)?tt.contentBoxSize[0]:tt.contentBoxSize;ft=gt.inlineSize,kt=gt.blockSize}else tt.contentRect&&(ft=tt.contentRect.width,kt=tt.contentRect.height);je.set({width:ft,height:kt})}},a1)),G.observe(ce)}je.set({width:ce.clientWidth,height:ce.clientHeight})};nn(()=>{He(ne);const ce=Ue.map(kt=>kt.init({store:o,microStores:Ge,config:l}));if(h?.status==="upcoming"||h?.status==="waiting"){o.actions.internal.setWaitingLive(!0);return}if((h?.status==="finished"||h?.status==="postlive")&&!Object.keys(n||[]).length){o.actions.internal.setWaitingRecord(!0);return}return ke(),()=>{G?.disconnect(),ce.forEach(kt=>kt.unsubscribe()),o.destroy()}});function et(){Ce?o.actions.external.play():re(!0)}function lt(){o.actions.external.pause()}function Ne(ce){w||o.actions.external.setMuted(ce)}function ue(ce){w||ce>=0&&ce<=1&&o.actions.external.setVolume(ce)}function st(ce){o.actions.internal.seekTime(ce,pt.SeekAction.UNKNOWN)}function vt(ce){o.actions.external.seekEpisodeStartTime(ce)}function ut(){o.actions.external.returnFocusToEpisodes()}function bt(ce){o.actions.external.setPlaybackRate(ce)}function Ct(ce){o.actions.external.setAutoQualityLimits(ce)}function Be(ce){ne=ce,i(32,ne)}function Ft(ce){ne=ce,i(32,ne)}return t.$$set=ce=>{"sources"in ce&&i(37,n=ce.sources),"store"in ce&&i(0,o=ce.store),"microStoresRoot"in ce&&i(38,s=ce.microStoresRoot),"videoConfig"in ce&&i(39,l=ce.videoConfig),"uiConfig"in ce&&i(40,r=ce.uiConfig),"title"in ce&&i(1,a=ce.title),"thumbUrl"in ce&&i(2,c=ce.thumbUrl),"interactiveContainer"in ce&&i(3,f=ce.interactiveContainer),"subtitles"in ce&&i(41,d=ce.subtitles),"live"in ce&&i(4,h=ce.live),"preload"in ce&&i(42,v=ce.preload),"autoplay"in ce&&i(5,k=ce.autoplay),"volume"in ce&&i(43,_=ce.volume),"muted"in ce&&i(44,S=ce.muted),"fromTime"in ce&&i(45,C=ce.fromTime),"canRewindLive"in ce&&i(6,T=ce.canRewindLive),"showAds"in ce&&i(7,y=ce.showAds),"adsSlotId"in ce&&i(8,L=ce.adsSlotId),"adsParams"in ce&&i(9,le=ce.adsParams),"adsPreviewParam"in ce&&i(10,Y=ce.adsPreviewParam),"duration"in ce&&i(11,N=ce.duration),"logoClickable"in ce&&i(12,ee=ce.logoClickable),"logoHidden"in ce&&i(13,Q=ce.logoHidden),"isMobile"in ce&&i(14,w=ce.isMobile),"showNextPrevButtons"in ce&&i(15,$=ce.showNextPrevButtons),"nextButtonActive"in ce&&i(16,X=ce.nextButtonActive),"prevButtonActive"in ce&&i(17,O=ce.prevButtonActive),"endScreenVideoTitle"in ce&&i(18,W=ce.endScreenVideoTitle),"endScreenVideoThumb"in ce&&i(19,B=ce.endScreenVideoThumb),"isOneVideoPlaylist"in ce&&i(20,J=ce.isOneVideoPlaylist),"supportLink"in ce&&i(21,E=ce.supportLink),"outerContainerRef"in ce&&i(22,z=ce.outerContainerRef),"fullScreenTarget"in ce&&i(23,Te=ce.fullScreenTarget),"failoverHosts"in ce&&i(46,ze=ce.failoverHosts),"showMiniTimer"in ce&&i(24,Ve=ce.showMiniTimer),"playNextVideo"in ce&&i(25,Le=ce.playNextVideo),"playPrevVideo"in ce&&i(26,Pe=ce.playPrevVideo),"repeatPlaylist"in ce&&i(27,pe=ce.repeatPlaylist),"seekToInteractive"in ce&&i(28,Z=ce.seekToInteractive),"toggleGraph"in ce&&i(29,me=ce.toggleGraph),"playPrevChapter"in ce&&i(30,Ae=ce.playPrevChapter)},t.$$.update=()=>{t.$$.dirty[0]&16385&&o.ui.isMobile.set(w)},[o,a,c,f,h,k,T,y,L,le,Y,N,ee,Q,w,$,X,O,W,B,J,E,z,Te,Ve,Le,Pe,pe,Z,me,Ae,st,ne,Ce,ae,ye,re,n,s,l,r,d,v,_,S,C,ze,ke,et,lt,Ne,ue,vt,ut,bt,Ct,Be,Ft]}class Ih extends _e{constructor(e){super(),ge(this,e,Ah,Ph,be,{sources:37,store:0,microStoresRoot:38,videoConfig:39,uiConfig:40,title:1,thumbUrl:2,interactiveContainer:3,subtitles:41,live:4,preload:42,autoplay:5,volume:43,muted:44,fromTime:45,canRewindLive:6,showAds:7,adsSlotId:8,adsParams:9,adsPreviewParam:10,duration:11,logoClickable:12,logoHidden:13,isMobile:14,showNextPrevButtons:15,nextButtonActive:16,prevButtonActive:17,endScreenVideoTitle:18,endScreenVideoThumb:19,isOneVideoPlaylist:20,supportLink:21,outerContainerRef:22,fullScreenTarget:23,failoverHosts:46,showMiniTimer:24,playNextVideo:25,playPrevVideo:26,repeatPlaylist:27,seekToInteractive:28,toggleGraph:29,playPrevChapter:30,initVideo:47,play:48,pause:49,setMuted:50,setVolume:51,seekTime:31,seekEpisodeStartTime:52,returnFocusToEpisodes:53,setPlaybackRate:54,setAutoQualityLimits:55},Ch,[-1,-1,-1])}get initVideo(){return this.$$.ctx[47]}get play(){return this.$$.ctx[48]}get pause(){return this.$$.ctx[49]}get setMuted(){return this.$$.ctx[50]}get setVolume(){return this.$$.ctx[51]}get seekTime(){return this.$$.ctx[31]}get seekEpisodeStartTime(){return this.$$.ctx[52]}get returnFocusToEpisodes(){return this.$$.ctx[53]}get setPlaybackRate(){return this.$$.ctx[54]}get setAutoQualityLimits(){return this.$$.ctx[55]}}function Eh(t){let e,i;return{c(){e=M("svg"),i=M("path"),u(i,"fill",t[0]),u(i,"d","M38.245 6c3.566 0 4.859.371 6.162 1.069a7.27 7.27 0 0 1 3.025 3.024c.697 1.303 1.068 2.597 1.068 6.163v23.489c0 3.566-.371 4.859-1.069 6.162a7.27 7.27 0 0 1-3.024 3.025C43.104 49.629 41.811 50 38.245 50h-19.49c-3.565 0-4.859-.371-6.162-1.069a7.27 7.27 0 0 1-3.024-3.024C8.87 44.604 8.5 43.311 8.5 39.745v-23.49c0-3.565.371-4.859 1.069-6.162a7.27 7.27 0 0 1 3.024-3.024C13.896 6.37 15.19 6 18.756 6h19.489zm.314 3H18.756c-2.799 0-3.761.186-4.749.714a4.27 4.27 0 0 0-1.793 1.793c-.508.95-.7 1.876-.713 4.434L11.5 39.744c0 2.799.186 3.761.714 4.749a4.27 4.27 0 0 0 1.793 1.793c.988.528 1.95.714 4.749.714h19.489c2.798 0 3.76-.186 4.748-.714a4.27 4.27 0 0 0 1.793-1.793c.528-.988.714-1.95.714-4.748v-23.49c0-2.798-.186-3.76-.714-4.748a4.27 4.27 0 0 0-1.793-1.793c-.95-.508-1.876-.7-4.434-.713zM19.22 38c.445 0 .607.046.77.134a.91.91 0 0 1 .377.378c.088.163.134.324.134.77v1.436c0 .446-.046.607-.134.77a.908.908 0 0 1-.378.378c-.162.088-.324.134-.77.134h-1.436c-.446 0-.608-.046-.77-.134a.908.908 0 0 1-.378-.378c-.088-.163-.134-.324-.134-.77v-1.436c0-.446.046-.607.134-.77a.908.908 0 0 1 .378-.378c.162-.088.324-.134.77-.134h1.436zm20 0c.445 0 .606.046.77.134a.91.91 0 0 1 .377.378c.088.163.134.324.134.77v1.436c0 .446-.046.607-.134.77a.908.908 0 0 1-.378.378c-.163.088-.324.134-.77.134h-1.436c-.446 0-.607-.046-.77-.134a.908.908 0 0 1-.378-.378c-.088-.163-.134-.324-.134-.77v-1.436c0-.446.046-.607.134-.77a.908.908 0 0 1 .378-.378c.163-.088.324-.134.77-.134h1.436zm-20-8c.445 0 .607.046.77.134a.91.91 0 0 1 .377.378c.088.162.134.324.134.77v1.436c0 .446-.046.607-.134.77a.908.908 0 0 1-.378.378c-.162.088-.324.134-.77.134h-1.436c-.446 0-.608-.046-.77-.134a.908.908 0 0 1-.378-.378c-.088-.163-.134-.324-.134-.77v-1.436c0-.446.046-.608.134-.77a.908.908 0 0 1 .378-.378c.162-.088.324-.134.77-.134h1.436zm20 0c.445 0 .606.046.77.134a.91.91 0 0 1 .377.378c.088.162.134.324.134.77v1.436c0 .446-.046.607-.134.77a.908.908 0 0 1-.378.378c-.163.088-.324.134-.77.134h-1.436c-.446 0-.607-.046-.77-.134a.908.908 0 0 1-.378-.378c-.088-.163-.134-.324-.134-.77v-1.436c0-.446.046-.608.134-.77a.908.908 0 0 1 .378-.378c.163-.088.324-.134.77-.134h1.436zm-20-8c.445 0 .607.046.77.134a.91.91 0 0 1 .377.378c.088.162.134.324.134.77v1.436c0 .446-.046.608-.134.77a.908.908 0 0 1-.378.378c-.162.088-.324.134-.77.134h-1.436c-.446 0-.608-.046-.77-.134a.908.908 0 0 1-.378-.378c-.088-.162-.134-.324-.134-.77v-1.436c0-.446.046-.608.134-.77a.908.908 0 0 1 .378-.378c.162-.088.324-.134.77-.134h1.436zm20 0c.445 0 .606.046.77.134a.91.91 0 0 1 .377.378c.088.162.134.324.134.77v1.436c0 .446-.046.608-.134.77a.908.908 0 0 1-.378.378c-.163.088-.324.134-.77.134h-1.436c-.446 0-.607-.046-.77-.134a.908.908 0 0 1-.378-.378c-.088-.162-.134-.324-.134-.77v-1.436c0-.446.046-.608.134-.77a.908.908 0 0 1 .378-.378c.163-.088.324-.134.77-.134h1.436zm-20-8c.445 0 .607.046.77.134a.91.91 0 0 1 .377.378c.088.162.134.324.134.77v1.436c0 .446-.046.608-.134.77a.908.908 0 0 1-.378.378c-.162.088-.324.134-.77.134h-1.436c-.446 0-.608-.046-.77-.134a.908.908 0 0 1-.378-.378c-.088-.162-.134-.324-.134-.77v-1.436c0-.446.046-.607.134-.77a.908.908 0 0 1 .378-.378c.162-.088.324-.134.77-.134h1.436zm20 0c.445 0 .606.046.77.134a.91.91 0 0 1 .377.378c.088.162.134.324.134.77v1.436c0 .446-.046.608-.134.77a.908.908 0 0 1-.378.378c-.163.088-.324.134-.77.134h-1.436c-.446 0-.607-.046-.77-.134a.908.908 0 0 1-.378-.378c-.088-.162-.134-.324-.134-.77v-1.436c0-.446.046-.607.134-.77a.908.908 0 0 1 .378-.378c.163-.088.324-.134.77-.134h1.436z"),u(e,"width","57"),u(e,"height","60"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-hidden","true"),u(e,"data-testid","stub-icon")},m(n,o){A(n,e,o),p(e,i)},p(n,[o]){o&1&&u(i,"fill",n[0])},i:q,o:q,d(n){n&&P(e)}}}function Vh(t,e,i){let{isWhite:n=!1}=e,o;return t.$$set=s=>{"isWhite"in s&&i(1,n=s.isWhite)},t.$$.update=()=>{t.$$.dirty&2&&i(0,o=n?"#fff":"#909499")},[o,n]}class Lh extends _e{constructor(e){super(),ge(this,e,Vh,Eh,be,{isWhite:1})}}function Mh(t){Ke(t,"v-1y9fytq",".playerStub.v-1y9fytq{width:100%;height:100%;background-color:#222;display:flex;justify-content:center;align-items:center;position:relative;background-position:center;background-size:cover;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif}.title.v-1y9fytq{position:absolute;left:0;top:0;width:100%;font-size:15px;color:#fff;box-sizing:border-box;padding:18px 20px 10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}")}function Ja(t){let e,i;return{c(){e=I("div"),i=Oe(t[0]),u(e,"class","title v-1y9fytq")},m(n,o){A(n,e,o),p(e,i)},p(n,o){o&1&&xe(i,n[0])},d(n){n&&P(e)}}}function xa(t){let e,i;return e=new Lh({props:{isWhite:!!t[1]}}),{c(){U(e.$$.fragment)},m(n,o){H(e,n,o),i=!0},p(n,o){const s={};o&2&&(s.isWhite=!!n[1]),e.$set(s)},i(n){i||(m(e.$$.fragment,n),i=!0)},o(n){g(e.$$.fragment,n),i=!1},d(n){F(e,n)}}}function Bh(t){let e,i,n,o,s=t[0]&&Ja(t),l=(!t[0]||!t[1])&&xa(t);return{c(){e=I("div"),s&&s.c(),i=D(),l&&l.c(),u(e,"class","playerStub v-1y9fytq"),u(e,"style",n=t[1]?`background-image: url('${t[1]}')`:"")},m(r,a){A(r,e,a),s&&s.m(e,null),p(e,i),l&&l.m(e,null),o=!0},p(r,[a]){r[0]?s?s.p(r,a):(s=Ja(r),s.c(),s.m(e,i)):s&&(s.d(1),s=null),!r[0]||!r[1]?l?(l.p(r,a),a&3&&m(l,1)):(l=xa(r),l.c(),m(l,1),l.m(e,null)):l&&(fe(),g(l,1,1,()=>{l=null}),de()),(!o||a&2&&n!==(n=r[1]?`background-image: url('${r[1]}')`:""))&&u(e,"style",n)},i(r){o||(m(l),o=!0)},o(r){g(l),o=!1},d(r){r&&P(e),s&&s.d(),l&&l.d()}}}function Nh(t,e,i){let{title:n}=e,{thumbUrl:o}=e;return t.$$set=s=>{"title"in s&&i(0,n=s.title),"thumbUrl"in s&&i(1,o=s.thumbUrl)},[n,o]}class Rh extends _e{constructor(e){super(),ge(this,e,Nh,Bh,be,{title:0,thumbUrl:1},Mh)}}class Dh{isSupported(){return"mediaSession"in navigator}setMetaData({title:e,artist:i="",thumbUrl:n=""}){this.isSupported()&&(navigator.mediaSession.metadata=new MediaMetadata({title:e,artist:i,artwork:[{src:n,sizes:"96x96",type:"image/png"},{src:n,sizes:"128x128",type:"image/png"},{src:n,sizes:"192x192",type:"image/png"},{src:n,sizes:"256x256",type:"image/png"},{src:n,sizes:"384x384",type:"image/png"},{src:n,sizes:"512x512",type:"image/png"}]}))}updateActionHandlers(e){this.resetActionHandlers(),this.setActionHandlers(e)}resetActionHandlers(){const e=[["play",null],["pause",null],["stop",null],["nexttrack",null],["previoustrack",null],["seekto",i=>null],["seekbackward",i=>null],["seekforward",i=>null]];this.setActionHandlers(e)}setActionHandlers(e){if(this.isSupported())for(const[i,n]of e)try{navigator.mediaSession.setActionHandler(i,n)}catch{throw new Error(`The media session action "${i}" is not supported yet.`)}}}function Oh(t){let e,i,n,o;return{c(){e=M("svg"),i=M("g"),n=M("path"),o=M("path"),u(n,"d","m30.744 4 .744.005c2.981.046 4.526.385 6.127 1.24a8.766 8.766 0 0 1 3.475 3.347l.174.312.15.292c.772 1.553 1.066 3.18 1.085 6.251v9.045a1.5 1.5 0 0 1-3 .016l-.008-9.651c-.04-2.032-.228-3.12-.627-4.035l-.126-.27-.13-.252A5.77 5.77 0 0 0 36.2 7.891c-1.187-.635-2.339-.873-5.115-.89L22.255 7c-2.737 0-4.003.2-5.071.698l-.133.064-.251.13a5.77 5.77 0 0 0-2.409 2.408c-.635 1.187-.873 2.339-.89 5.114l-.001 20.83c0 2.738.2 4.004.698 5.072l.064.133.13.251a5.769 5.769 0 0 0 2.408 2.409c1.1.588 2.134.825 4.438.88l.323.006 3.695.005H26a1.5 1.5 0 0 1 0 3h-.756l-3.718-.005c-2.989-.047-4.526-.377-6.14-1.24a8.766 8.766 0 0 1-3.476-3.347l-.174-.312-.15-.292c-.731-1.472-1.036-3.016-1.08-5.803l-.006-.756v-20.49l.005-.743c.046-2.981.385-4.526 1.24-6.127a8.765 8.765 0 0 1 3.347-3.475l.312-.174.292-.15c1.472-.731 3.016-1.036 5.803-1.08L22.256 4h8.488Z"),u(o,"d","M30.5 33.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C32.78 29 33.62 29 35.3 29h6.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311c.327.642.327 1.482.327 3.162v13.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C44.22 52 43.38 52 41.7 52h-6.4c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C30.5 49.72 30.5 48.88 30.5 47.2V33.8Z"),u(i,"fill","#fff"),u(e,"width","57"),u(e,"height","56"),u(e,"fill","none"),u(e,"xmlns","http://www.w3.org/2000/svg"),u(e,"aria-label","dummy-image"),u(e,"data-testid","pip-dummy-icon")},m(s,l){A(s,e,l),p(e,i),p(i,n),p(i,o)},p:q,i:q,o:q,d(s){s&&P(e)}}}class zh extends _e{constructor(e){super(),ge(this,e,null,Oh,be,{})}}function Hh(t){Ke(t,"v-1pbsod4",".player-pip-dummy.v-1pbsod4{width:100%;height:100%;background-color:#19191A;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif}.player-pip-dummy.is-pip-api.v-1pbsod4{position:relative}.dummy-image.v-1pbsod4 svg{transform:scale(1.07143)}.dummy-image.desktop.v-1pbsod4{transform:scale(1.07143) rotate(-90deg) rotateY(180deg)}.title.v-1pbsod4{font-size:16px;color:#fff;padding:18px 20px 10px;text-align:center}")}function Fh(t){let e,i,n,o,s,l,r;return n=new zh({}),{c(){e=I("div"),i=I("div"),U(n.$$.fragment),o=D(),s=I("span"),l=Oe(t[0]),u(i,"class","dummy-image v-1pbsod4"),V(i,"desktop",!t[1]),u(s,"class","title v-1pbsod4"),u(e,"class","player-pip-dummy v-1pbsod4"),V(e,"is-pip-api",t[2])},m(a,c){A(a,e,c),p(e,i),H(n,i,null),p(e,o),p(e,s),p(s,l),r=!0},p(a,[c]){(!r||c&2)&&V(i,"desktop",!a[1]),(!r||c&1)&&xe(l,a[0])},i(a){r||(m(n.$$.fragment,a),r=!0)},o(a){g(n.$$.fragment,a),r=!1},d(a){a&&P(e),F(n)}}}function Uh(t,e,i){let n,o;const s=ht(),l=!!s.webApi.pictureInPictureApi,r=s.interfaceLanguage$;R(t,r,f=>i(5,n=f));const a=s.ui.isMobile;R(t,a,f=>i(1,o=f));let c;return t.$$.update=()=>{t.$$.dirty&32&&i(0,c=n&&K("pip_dummy_title"))},[c,o,l,r,a,n]}class qh extends _e{constructor(e){super(),ge(this,e,Uh,Fh,be,{},Hh)}}const Zh=460,Wh=280;class Bu{playerDomElement;playerParentShadowRoot;playerDummyElement;svelteContext;pipWindow;info={isActive$:new ie.ValueSubject(!1),type:Vn.DocumentPictureInPicture};isSupported(){const e=ie.getCurrentBrowser().browser===ie.CurrentClientBrowser.Yandex,{isEmbed:i}=ie.detectEmbed();return"documentPictureInPicture"in window&&!e&&!i}isActive(){return this.isSupported()&&!!documentPictureInPicture.window}setPlayerDomElement(e,i){this.playerDomElement=e,this.playerParentShadowRoot=i}setContext(e){this.svelteContext=e}async request(){if(!this.isSupported()||!this.playerDomElement||!this.playerParentShadowRoot)return;this.pipWindow=await documentPictureInPicture.requestWindow({width:Zh,height:Wh,copyStyleSheets:!0}),this.pipWindow.document.body.style.margin="0";const e=[...this.playerParentShadowRoot.styleSheets].map(s=>[...s.cssRules].map(l=>l.cssText).join(" ")).filter(Boolean).join(`
|
|
51
|
-
`),i=document.createElement("style");i.textContent=e;const n=this.createStretchedContainer(),o=n.attachShadow({mode:"open"});o.append(i),o.append(this.playerDomElement),this.playerDummyElement=new qh({target:this.playerParentShadowRoot,context:this.svelteContext}),this.pipWindow?.document.body.append(n),this.info.isActive$.next(!0),this.pipWindow?.addEventListener("unload",s=>{!this.playerDomElement||!this.playerParentShadowRoot||!this.playerDummyElement||(this.playerDummyElement.$destroy(),this.playerParentShadowRoot.append(this.playerDomElement),this.info.isActive$.next(!1))})}async remove(){return new Promise(e=>{documentPictureInPicture.window?.close(),e()})}async dispose(){await this.remove()}createStretchedContainer(){const e=document.createElement("div");return e.style.width="100%",e.style.height="100%",e}}function jh(t){return t instanceof Bu}class Kh{static getLatestSupportedVersion(){const e=new Tl,i=new Bu;if(i.isSupported())return i;if(e.isSupported())return e}}function $a(t,e){const i=new Set([...Object.keys(t),...Object.keys(e)]),n={};for(const o of i)n[o]=e[o]??t[o]??void 0;return n}const Gh="Inner error. Unexpectedly root annotation container null reference exception",Yh="Annotation with such name already exists",Qh="Annotation with such name does not exist";class fl extends Error{constructor(e){super(e),this.name="AnnotationError"}}const Xh="1",Jh=100;class xh{rootAnnotationsContainer;annotations=new Map;subscriptions=new ie.Subscription;mutationObserver;playerSize;constructor(e){this.rootAnnotationsContainer=e;const i=ie.throttleFn(()=>{for(const n of this.annotations.values())this.isElementExceedsBoundaries(n,this.playerSize.width,this.playerSize.height)?n.style.visibility="hidden":n.style.visibility="visible"},Jh);this.subscriptions.add(ie.observeElementSize(this.rootAnnotationsContainer).subscribe(({width:n,height:o})=>{this.playerSize={width:n,height:o},i()})),this.mutationObserver=new MutationObserver(i),this.mutationObserver.observe(this.rootAnnotationsContainer,{attributes:!0,childList:!0,subtree:!0,characterData:!0})}add(e,i){if(!this.rootAnnotationsContainer)throw new fl(Gh);if(this.annotations.has(e))throw new fl(Yh);i.style.zIndex=i.style.zIndex??Xh,i.style.position="absolute",this.rootAnnotationsContainer.append(i),this.annotations.set(e,i)}get(e){const i=this.annotations.get(e);if(!i)throw new fl(Qh);return i}remove(e){const i=this.get(e);this.annotations.delete(e)&&i.remove()}clear(){for(const e in this.annotations.keys())this.remove(e)}destroy(){this.annotations.clear(),this.subscriptions.unsubscribe(),this.mutationObserver.disconnect(),this.rootAnnotationsContainer=null}isElementExceedsBoundaries(e,i,n){const o=e.offsetTop,s=e.offsetLeft,l=e.offsetWidth,r=e.offsetHeight;return o<0||s<0||s+l>i||o+r>n}registryRootContainer(e){}addLayer(e){return new HTMLElement}getLayer(e){}removeLayer(e){}clearLayer(e){}detach(){}reattach(){}}class $o{stateName;state$;subscription;init({store:e,microStores:i,config:n}){return ie.assertNonNullable(e),ie.assertNonNullable(i),ie.assertNonNullable(n),this.subscription=new ie.Subscription,this.subscription}}class $h extends $o{stateName="fakeIsPlaying$";state$={...Ie(null),toggle:()=>this.state$.update(e=>!e)};init(e){const i=super.init(e),{isInteractiveExpectation$:n}=e.store.state;return i.add(n.subscribe(o=>{this.state$.set(o?!0:null)})),i}}class e5 extends $o{stateName="interactiveControlsOpacity$";state$={...Ie(null),toggle:()=>this.state$.update(e=>!e)};init(e){const i=super.init(e),{microStores:n,store:o}=e,{fakeIsPlaying$:s}=n,{isInteractiveExpectation$:l,isPlaying$:r}=o.state,{controlsVisible:a,isMobile:c}=o.ui,f=Je(c),d=()=>f&&Je(a);return i.add(a.subscribe(h=>{if(!f)return;const v=Je(s);Je(r)?this.state$.set(h):v!==null&&this.state$.set(!v||h)})),i.add(r.subscribe(h=>{this.state$.set(!h||d())})),i.add(s.subscribe(h=>{if(h===null)return;const v=Je(l);if(d()){this.state$.set(!0);return}v&&this.state$.set(!h)})),i}}class t5 extends $o{stateName="seekToInteractiveDisabledTooltip$";state$=Ie("tooltip_chapter_without_interactive");init(e){const i=super.init(e),{store:n}=e;return i.add(n.state.interactiveEpisodes$.subscribe(o=>{o.length&&(o.every(s=>s.completed)?this.state$.set("tooltip_interactive_of_chapter_completed"):this.state$.set("tooltip_disabled_when_interactive"))})),i}}const dl=Ie(!1);let Wo=null;class i5 extends $o{stateName="showInteractiveTimeIndicatorTooltip$";timeout;state$={...dl,set:(e,i=!1)=>{e!==Je(dl)&&(this.clearTimeout(),dl.set(e),!e&&Wo&&(Wo=!1),e&&i&&(this.timeout=setTimeout(()=>{this.state$.set(!1)},3e3)))},clearTimeout:()=>this.clearTimeout()};init(e){const i=super.init(e),{store:n,config:o}=e,{isInteractiveTime$:s,isPlaying$:l}=n.state,r=n.ui.controlsVisible;i.add(r.subscribe(f=>{Je(s)&&f&&this.state$.set(!1)}));const a=o?.interactiveData||{tooltipHelpHintActive:!1},c=mi([l,s],([f,d])=>f&&d);return i.add(c.subscribe(f=>{const d=Je(l),h=Je(s);if(d){if(!h)return this.state$.set(!1);a.tooltipHelpHintActive&&Wo===null&&(Wo=!0,a.tooltipHelpHintActive=!1,this.state$.set(!0),n.callbacks?.onInteractiveTimeIndicatorHintDeactivated?.())}})),i}clearTimeout(){window.clearTimeout(this.timeout)}}const n5=()=>[$h,e5,t5,i5].reduce(({subscribers:t,stores:e},i)=>{const n=new i;return{subscribers:[...t,n],stores:{...e,[n.stateName]:n.state$}}},{subscribers:[],stores:{}}),o5={preload:!0,autoplay:!1,repeat:!1,fromTime:0,canRewindLive:!0,showAds:!1,interfaceLanguage:ie.InterfaceLanguage.RU,logoClickable:!1,logoHidden:!1,isMobile:ie.isMobile(),isMediaSessionEnabled:!0,isPictureInPictureEnabled:!0,isAudioDisabled:!1,callbacks:{uiInfo:{}},tuningConfig:{configName:[]}};class l5 extends HTMLElement{svelteStubComponent;svelteRootComponent;store;microStoresRoot;statistics;sentry;_shadowRoot;playerContainer;rootContainer;uiConfig;coreConfig;statisticsConfig;interactiveController;interactiveContainer;graphMadePause;currentPlayingVideoIndex=0;needToRepeatPlaylist=!1;videoConfig=void 0;pictureInPictureApi=void 0;mediaSessionApi=void 0;unsubscribePlayerPhaseSubscription=void 0;logger;log;subscription;annotationsApi=void 0;createPlayerTimeout;prevIsid=void 0;isInited=!1;constructor(){super(),this.logger=new ie.Logger,this.log=this.logger.createComponentLog("VKVideoPlayer"),this.subscription=new ie.Subscription,this.graphMadePause=!1,window?.videoPlayerConfig?.debugLogs&&this.subscription.add(this.logger.log$.subscribe(e=>{console.log("%c player web component ","background:#77dd77;",`${e.component}`,e.message)}))}connectedCallback(){if(this.isInited)return;this.initPlayerRootContainers();const e=this.getAttribute("stub-title")??void 0,i=this.getAttribute("stub-thumb-url")??void 0;this.svelteStubComponent=new Rh({target:this.playerContainer,props:{title:e,thumbUrl:i}})}disconnectedCallback(){this.annotationsApi?.destroy(),this.svelteRootComponent?.$destroy(),this.svelteStubComponent?.$destroy(),this.subscription.unsubscribe(),this.unsubscribePlayerPhaseSubscription?.(),this.interactiveController?.destroy()}initPlayerRootContainers(){this.rootContainer=document.createElement("div"),this.rootContainer.style.position="relative",this.rootContainer.className="root-container",this.rootContainer.style.width="100%",this.rootContainer.style.height="100%";const e=document.createElement("div");e.style.position="absolute",e.className="shadow-root-container",e.style.width="100%",e.style.height="100%",this._shadowRoot=e.attachShadow({mode:"open"}),this.playerContainer=document.createElement("div"),this.playerContainer.style.all="initial",this.playerContainer.style.display="block",this.playerContainer.style.contain="strict",this.playerContainer.style.width="100%",this.playerContainer.style.height="100%",this._shadowRoot.append(this.playerContainer),this.rootContainer.append(e),this.append(this.rootContainer)}needToShowNextPrevButtons(){return this.videoConfig?this.videoConfig.videos.length>1:!1}isNextButtonActive(){return this.videoConfig?this.needToShowNextPrevButtons()&&(this.currentPlayingVideoIndex<this.videoConfig.videos.length-1||this.needToRepeatPlaylist):!1}isPrevButtonActive(){return this.videoConfig?this.needToShowNextPrevButtons()&&(this.currentPlayingVideoIndex>0||this.needToRepeatPlaylist):!1}isControlDisabled(e){return this.store?.ui.controls.disabledControls$?.includes(e)||!1}getNextVideoInfo(){if(!this.videoConfig)return{nextVideoTitle:void 0,nextVideoThumb:void 0};const e=this.videoConfig.videos[this.currentPlayingVideoIndex+1]||{};return{nextVideoTitle:e.title,nextVideoThumb:e.thumbUrl}}createPlayer(e,i={},n){if(!this.videoConfig)return;const{albumId:o,statPlace:s,statUserSalt:l,statAuthToken:r,statTrackCode:a,refreshStatAuthToken:c,preload:f,autoplay:d,volume:h,muted:v,fromTime:k,canRewindLive:_,supportLink:S,showAds:C,adsSlotId:T,adsParams:y={},adsPreviewParam:L,interfaceLanguage:le,logoClickable:Y,logoHidden:N,isMobile:ee,isAudioDisabled:Q,isLiveCatchUpMode:w,fullScreenTarget:$,failoverHosts:X,canDownload:O,callbacks:W,interactiveData:B,showThumbTimer:J,additionalButtons:E=[],repeat:z}=$a(this.videoConfig,i),{sources:Te,title:ze,thumbUrl:Ve,unitedVideoId:Le,isClip:Pe=!1,duration:pe,adsParams:Z={},videoEpisodes:me,previewThumbsData:Ae,subtitles:Ue,live:Ge}=e,ae={...y,...Z},ye=this.getNextVideoInfo(),Me={sources:Te,title:ze,thumbUrl:Ve,subtitles:Ue,unitedVideoId:Le,isClip:Pe,live:Ge,albumId:o,statPlace:s,autoplay:d,muted:v,volume:h,fromTime:k,canRewindLive:_,showAds:C,adsSlotId:T,adsParams:ae,adsPreviewParam:L,duration:pe,logoClickable:Y,logoHidden:N,isMobile:ee,repeat:z,showNextPrevButtons:this.needToShowNextPrevButtons(),nextButtonActive:this.isNextButtonActive(),prevButtonActive:this.isPrevButtonActive(),endScreenVideoTitle:ye.nextVideoTitle,endScreenVideoThumb:ye.nextVideoThumb,isOneVideoPlaylist:this.isOneVideoPlaylist()},je={pictureInPictureApi:this.pictureInPictureApi,annotationsApi:this.annotationsApi};this.log({message:`create player, props: ${JSON.stringify(Me)}`});const ne=this.uiConfig.features.statistics&&!!Le,{pid:G}=this.videoConfig?.interactiveData?.projectInfo||{};ne&&(this.statistics=new Um({movieId:Le,albumId:o,place:s,trackCode:a,autoplay:(d&&!this.interactiveController)??!1,mobile:ee,clip:Pe,refDomain:this.videoConfig.refDomain,...G&&!this.isInited&&{projectId:Number(G)}},{refreshAuthToken:c,userSalt:l,config:this.statisticsConfig,...this.interactiveController&&{useIsid:!0,isid:this.prevIsid}})),this.uiConfig.features.sentry&&this.uiConfig.sentry.dsn&&new gl(this.uiConfig.sentry,{version:Xo,env:Dc},{movieId:Le,albumId:o,place:s,autoplay:(d&&!this.interactiveController)??!1,mobile:ee,clip:Pe}),this.interactiveController&&(this.prevIsid??=this.statistics?.oneStat.isid$.getValue()),this.sentry={...this.sentry,...gl.getInstance()};const re=!!B,ke=[];let He="tooltip_interactive_go_back_disabled_first";if(re&&this.interactiveController){const Ne=this.interactiveController.state.isInitialChapter$.getValue(),ue=this.interactiveController.getHistoryState();Ne&&ke.push(at.REPLAY_BUTTON),this.interactiveController.getIsSeekable().getValue()||ke.push(at.SEEK_TO_INTERACTIVE_BUTTON),ue.hasPrevChapter$.getValue()||(ke.push(at.PLAY_PREV_CHAPTER_BUTTON),Ne||(ue.isGoBackLimited$.getValue()?He="tooltip_interactive_go_back_disabled_limit":He="tooltip_interactive_go_back_disabled"))}const et=()=>{this.isInited=!1,this.prevIsid=void 0;const Ne=n?.info.isEnded$.getValue()&&this.interactiveController?.state.isEndChapter$.getValue();W.onReplayInteractiveVideo&&!Ne?W.onReplayInteractiveVideo():this.replayInteractiveVideo()};this.store=qm({player:n,interfaceLanguage:le,videoId:Le,isClip:Pe,isLiveCatchUpMode:w,isAudioDisabled:Q,statAuthToken:r,callbacks:W,webApi:je,videoEpisodes:me,previewThumbsData:Ae,canDownload:O,uiConfig:this.uiConfig,coreConfig:this.coreConfig,disabledControls:ke,isInteractive:re,interactiveRanges$:this.interactiveController?.state.interactiveRanges$,isInteractiveTime$:this.interactiveController?.state.isInteractiveTime$,replayInteractive:et,playPrevChapterDisabledTooltip:He,hasInteractiveBranches:!!this.interactiveController?.getChapterBranches()?.length,additionalButtons:this.uiConfig.features.additionalButtons?E:[],looped:z&&this.videoConfig.videos.length===1,statistics:this.statistics});const{stores:lt}=this.microStoresRoot=n5();this.subscription.add(this.store.state.currentFormat$.subscribe(Ne=>W?.onCurrentFormatChanged?.(Ne))),this.subscription.add(lt.interactiveControlsOpacity$.subscribe(Ne=>{Ne!==null&&this?.interactiveController?.setDisabledControls(Ne)})),this.subscription.add(this.store.state.throughputEstimation$.subscribe(Ne=>W?.onThroughputEstimationChanged?.(Ne))),this.subscription.add(this.store.state.trafficSavingEnabled$.subscribe(Ne=>W?.onTrafficSavingEnabledChanged?.(Ne))),this.subscription.add(this.store.state.currentPlaybackRate$.subscribe(Ne=>W?.onCurrentPlaybackRateChanged?.(Ne))),this.subscription.add(this.store.state.volume$.subscribe(Ne=>W?.onVolumeChange?.(Ne))),this.subscription.add(this.store.state.muted$.subscribe(Ne=>Ne?W?.onMute?.():W?.onUnmute?.())),this.subscription.add(this.store.state.videoBitrate$.subscribe(Ne=>W?.onVideoBitrateChanged?.(Ne))),this.subscription.add(this.store.state.isInteractiveTime$.subscribe(Ne=>{const ue=this.store?.ui.controls.disabledControls$;ue&&(Ne&&!ue.includes(Ko)&&ue.add(Ko),Ne||ue.remove(Ko))})),this.initMediaSession(),this.interactiveController&&ne&&this.initInteractivesStatistics(),this.svelteRootComponent=new Ih({target:this.playerContainer,props:{interactiveContainer:this.interactiveContainer,sources:Te,store:this.store,microStoresRoot:this.microStoresRoot,videoConfig:this.videoConfig,uiConfig:this.uiConfig,title:ze,thumbUrl:Ve,subtitles:Ue,live:Ge,preload:f,autoplay:d,muted:v,volume:h,fromTime:k,canRewindLive:_,supportLink:S,showAds:C,adsSlotId:T,adsParams:ae,adsPreviewParam:L,duration:pe,logoClickable:Y,logoHidden:N,isMobile:ee,failoverHosts:X,fullScreenTarget:$,showMiniTimer:J,outerContainerRef:this.rootContainer,showNextPrevButtons:this.needToShowNextPrevButtons(),nextButtonActive:this.isNextButtonActive(),prevButtonActive:this.isPrevButtonActive(),endScreenVideoTitle:ye.nextVideoTitle,endScreenVideoThumb:ye.nextVideoThumb,isOneVideoPlaylist:this.isOneVideoPlaylist(),playNextVideo:()=>this.playNextVideo(),playPrevVideo:()=>this.playPrevVideo(),repeatPlaylist:()=>this.repeatPlaylist(),playPrevChapter:()=>this.playPrevChapter(),seekToInteractive:()=>this.seekToInteractive(),toggleGraph:()=>this.toggleGraph()}}),this.addPlayerInfoSubscriptions(),this.isInited||(this.isInited=!0,this.videoConfig?.callbacks?.onInited?.())}addPlayerInfoSubscriptions(){const e=this.store;if(!e)return;const i=this.videoConfig?.callbacks;i&&this.subscription.add(e.playerPhase.subscribe(o=>i.onPlayerPhaseChanged?.(o))).add(e.state.playbackState$.subscribe(o=>i.onPlaybackStateChanged?.(o))).add(e.state.isLive$.subscribe(o=>i.onIsLiveChanged?.(o))).add(e.state.isActiveLive$.subscribe(o=>i.onIsActiveLiveChanged?.(o))).add(e.state.isAudioAvailable$.subscribe(o=>i.onIsAudioAvailableChanged?.(o))).add(e.state.currentQuality$.subscribe(o=>i.onCurrentQualityChanged?.(o))).add(e.state.availableQualities$.subscribe(o=>i.onAvailableQualitiesChanged?.(o.map(({value:s})=>s).filter(s=>s!==ho.AUTO)))).add(e.ui.isPictureInPictureActive$.subscribe(o=>o?i.onPiPEnter?.():i.onPiPExit?.()));const n=i?.uiInfo;n&&this.subscription.add(e.ui.controlsVisible.subscribe(o=>n.onControlsVisibleChanged?.(o))).add(e.ui.isMobile.subscribe(o=>n.onIsMobileChanged?.(o))).add(e.ui.playerSize.subscribe(o=>n.onPlayerSizeChanged?.(o))).add(e.ui.controls.prevButton.subscribe(o=>n.onPrevButtonChanged?.(o))).add(e.ui.controls.playButton.subscribe(o=>n.onPlayButtonChanged?.(o))).add(e.ui.controls.replayButton.subscribe(o=>n.onReplayButtonChanged?.(o))).add(e.ui.controls.nextButton.subscribe(o=>n.onNextButtonChanged?.(o))).add(e.ui.controls.playPrevChapterButton.subscribe(o=>n.onPlayPrevChapterChanged?.(o))).add(e.ui.controls.seekToInteractiveButton.subscribe(o=>n.onSeekToInteractiveButtonChanged?.(o))).add(e.ui.controls.interactiveGraphButton.subscribe(o=>n.onGraphButtonChanged?.(o))).add(e.ui.controls.liveButton.subscribe(o=>n.onLiveButtonChanged?.(o))).add(e.ui.controls.time.subscribe(o=>n.onTimeUpdateChanged?.(o))).add(e.ui.controls.episodes.subscribe(o=>n.onEpisodesChanged?.(o))).add(e.ui.controls.subtitles.subscribe(o=>n.onSubtitlesChanged?.(o))).add(e.ui.controls.settings.subscribe(o=>n.onSettingsChanged?.(o))).add(e.ui.controls.fullscreen.subscribe(o=>n.onFullscreenChanged?.(o))).add(e.ui.controls.chromecast.subscribe(o=>n.onChromecastChanged?.(o))).add(e.ui.controls.pip.subscribe(o=>n.onPipChanged?.(o))).add(e.ui.controls.vkLogo.subscribe(o=>n.onVkLogoChanged?.(o))).add(e.ui.controls.interactiveTimeIndicator.subscribe(o=>n.onInteractiveTimeIndicatorChanged?.(o)))}playNextVideo(){if(!this.videoConfig)return;let e=!0;if(this.videoConfig.callbacks?.onNextVideoClick)try{e=this.videoConfig.callbacks.onNextVideoClick()}catch{this.log({message:"onNextVideoClick callback failed to execute"})}e&&(this.currentPlayingVideoIndex++,this.currentPlayingVideoIndex>=this.videoConfig.videos.length&&(this.currentPlayingVideoIndex=0),this.log({message:`play next video, index: ${this.currentPlayingVideoIndex}`}),this.createPlayerWithCurrentVideo())}playPrevVideo(){if(!this.videoConfig)return;let e=!0;if(this.videoConfig.callbacks?.onPrevVideoClick)try{e=this.videoConfig.callbacks.onPrevVideoClick()}catch{this.log({message:"onPrevVideoClick callback failed to execute"})}e&&(this.currentPlayingVideoIndex--,this.currentPlayingVideoIndex<0&&(this.currentPlayingVideoIndex=this.videoConfig.videos.length-1),this.log({message:`play prev video, index: ${this.currentPlayingVideoIndex}`}),this.createPlayerWithCurrentVideo())}repeatPlaylist(){this.currentPlayingVideoIndex=0,this.log({message:"repeat playlist"}),this.createPlayerWithCurrentVideo()}createPlayerWithCurrentVideo(e,i=!0){if(!this.videoConfig)return;const n=this.videoConfig.videos[this.currentPlayingVideoIndex];if(!n){this.log({message:"no next video"});return}this.isInited&&ie.isNonNullable(n.unitedVideoId)&&this.store.actions.internal.nextMovie(n.unitedVideoId),this.svelteRootComponent?.$destroy(),this.createPlayer(n,{autoplay:i,fromTime:0},e)}playPrevChapter(){this.interactiveController?.playPrevChapter()}seekToInteractive(){const e=this.interactiveController?.getNextInteractiveStartTime();typeof e=="number"&&this.seekTime(e/1e3)}toggleGraph(){if(!this.isInited)return;const e=this.store,{isEnded$:i,playbackState$:n,graphIsOpened$:o}=e.state,{disabledControls$:s}=e.ui.controls,l=Je(i),r=Je(n);Je(o)?(o.set(!1),this.interactiveController?.toggleGraphView(!1),s.remove(Gl),!l&&this.graphMadePause&&this.play()):(this.graphMadePause=r==="playing",o.set(!0),this.interactiveController?.toggleGraphView(!0),s.add(Gl),!l&&this.graphMadePause&&this.pause())}async initInteractives(){if(this.videoConfig?.interactiveData)try{const{Interactives:e,EVENT_NAMES:i,CustomError:n}=await import("@vkontakte/videoplayer-interactive/esnext.cjs.js");this.interactiveContainer=document.createElement("div"),this.interactiveContainer.classList.add("interactiveContainer");const o=this.store?.interfaceLanguage$,s=o?Je(o):this.videoConfig.interfaceLanguage,{projectInfo:l,initChapterId:r,historyApi:a,videoLoader:c}=this.videoConfig.interactiveData;this.interactiveController=new e({parentElement:this.interactiveContainer,fullscreenTargetElement:this.playerContainer,lang:s,graph:this.uiConfig.features.interactiveGraph,projectInfo:l,initChapterId:r,historyApi:a,vkVideoLoader:c,lastFrame:this.uiConfig.features.interactiveLastFrame,permanentTextControls:this.uiConfig.features.interactiveTextPermanent,initSeamless:!0,config:this.uiConfig.interactive,coreConfig:this.coreConfig});const{isInteractiveExpectation$:f}=this.interactiveController.state;this.uiConfig.features.seekToInteractive&&this.subscription.add(this.interactiveController.getIsSeekable().subscribe(h=>{if(!this.isInited)return;const v=this.store;h?v.ui.controls.disabledControls$.remove(at.SEEK_TO_INTERACTIVE_BUTTON):v.ui.controls.disabledControls$.add(at.SEEK_TO_INTERACTIVE_BUTTON)})),this.subscription.add(f.subscribe(h=>{this.store&&this.store.state.isInteractiveExpectation$.set(h)}));let d=!0;if(this.interactiveController.on(i.playerChanged,h=>{if(!this.videoConfig)return;this.videoConfig.videos[this.currentPlayingVideoIndex]={...h.config,title:l?.title||h.config.title};const v=d?this.videoConfig.autoplay:!0;this.createPlayerWithCurrentVideo(h.player,v),d&&(d=!1)}),this.interactiveController.on(i.interactives,({type:h,actionType:v})=>{if(!this.store)return;const k=f.getValue();if(h==="action-choice"&&v==="setRandomBranch"&&(this.store.state.graphIsOpened$.set(!1),this.store.ui.controls.disabledControls$.remove(f1)),h==="action-choice-canceled"){const _=Je(this.store.state.isPlaying$)||k;if(this.videoConfig?.isMobile&&_){this.store.ui.interactiveHideMobileControls.set(!0);return}this.videoConfig?.callbacks.onDisabledInteractiveClick?.()}}),await this.interactiveController.setManifest(this.videoConfig.interactiveData.manifest),this.videoConfig?.callbacks?.onInteractiveHistoryChanged){const h=this.interactiveController.getHistoryState();this.subscription.add(h.history$.subscribe(v=>{v.length&&this.videoConfig?.callbacks?.onInteractiveHistoryChanged?.(v)}))}this.uiConfig.features.interactiveTimeIndicator&&this.subscription.add(this.interactiveController.events.noInteraction$.subscribe(()=>{this.microStoresRoot?.stores.showInteractiveTimeIndicatorTooltip$.set(!0,!0),this.videoConfig?.callbacks.onInteractiveTimeIndicatorClick?.()})),this.interactiveController.on(i.errors,h=>{this.log({message:h.toString()})})}catch(e){this.log({message:e.message})}}async initInteractivesStatistics(){const{statSubscription:e,oneStat:i}=this.statistics;if(!(!e||!i||!this.interactiveController))try{const{INTERACTIVE_CLICK_ACTIONS:n}=await import("@vkontakte/videoplayer-interactive/esnext.cjs.js"),o={[n.GO_NEXT_BUTTON]:pt.InteractiveInterfaceClick.NEXT_BUTTON,[n.GO_NEXT_AREA]:pt.InteractiveInterfaceClick.NEXT_AREA,[n.WATCH_AGAIN]:pt.InteractiveInterfaceClick.WATCH_AGAIN,[n.OPEN_GRAPH]:pt.InteractiveInterfaceClick.GRAPH_SHOW,[n.CLOSE_GRAPH]:pt.InteractiveInterfaceClick.GRAPH_HIDE},{click$:s,nextMovie$:l}=this.interactiveController.getStatEvents(),r=new ie.Subject;s.subscribe(a=>{a in o?r.next(o[a]):(i?.logError({errorType:"InteractiveVideosAction",fatal:!1}),this.sentry.report?.(new Error("InteractiveVideosAction"),{errorType:"InteractiveVideosAction",fatal:!1}))}),e.add(i.attachToInteractive({click$:r,nextMovie$:l}))}catch(n){i?.logError({errorType:"InteractiveVideos",fatal:!1}),this.sentry.report?.(n,{errorType:"InteractiveVideosAction",fatal:!1})}}initPlayer(e,i={}){if(!Array.isArray(e.videos)||e.videos.length===0&&!e.interactiveData)throw new Error("empty videos");this.videoConfig=$a(o5,ie.cloneDeepWith(e,n=>n instanceof HTMLElement?n:void 0)),this.uiConfig=Ac(i.ui??{}),this.coreConfig=i.core??{configName:[]},this.statisticsConfig=i.statistics??{},this.sentry={config:this.uiConfig.sentry??{}},ie.isNonNullable(this.videoConfig.isMediaSessionEnabled)&&(this.uiConfig.features.mediaSession=this.videoConfig.isMediaSessionEnabled??!0),ie.isNonNullable(this.videoConfig.isPictureInPictureEnabled)&&(this.uiConfig.features.pip=this.uiConfig.features.pip??this.videoConfig.isPictureInPictureEnabled??!0,this.uiConfig.features.dpip=this.uiConfig.features.dpip??this.videoConfig.isPictureInPictureEnabled??!0),this.videoConfig.isMobile=this.uiConfig.isMobile??this.videoConfig.isMobile,this.videoConfig.autoplay&&=this.uiConfig.features.autoplay,this.videoConfig.showAds=this.uiConfig.ads.enable??this.videoConfig.showAds,this.videoConfig.adsSlotId=this.uiConfig.ads.slot??this.videoConfig.adsSlotId,this.videoConfig.adsPreviewParam=this.uiConfig.ads.preview??this.videoConfig.adsPreviewParam,this.videoConfig.logoHidden=!(this.uiConfig.showLogo??!this.videoConfig.logoHidden),this.videoConfig.canRewindLive&&=this.uiConfig.features.liveRewind,this.videoConfig.supportLink=this.videoConfig.supportLink??this.uiConfig.supportLink,this.currentPlayingVideoIndex=0,this.needToRepeatPlaylist=this.videoConfig.repeat,this.uiConfig.features.pip&&(this.uiConfig.features.dpip?this.pictureInPictureApi=Kh.getLatestSupportedVersion():this.pictureInPictureApi=new Tl),this.mediaSessionApi=this.uiConfig.features.mediaSession?new Dh:void 0,this.annotationsApi=this.uiConfig.features.annotations?new xh(this.rootContainer):void 0,this.svelteStubComponent?.$destroy(),this.svelteRootComponent?.$destroy(),this.isInited=!1,this.prevIsid=void 0,this.interactiveController&&(this.interactiveController.destroy(),this.interactiveController=void 0),e.interactiveData?this.initInteractives():this.createPlayer(e.videos[0]),jh(this.pictureInPictureApi)&&this.pictureInPictureApi.setPlayerDomElement(this.playerContainer,this._shadowRoot)}isOneVideoPlaylist(){return this.videoConfig?this.videoConfig.videos.length===1:!1}updateNextVideos(e){if(!this.videoConfig)return;this.log({message:`update next videos, videos: ${JSON.stringify(e)}`}),this.videoConfig.videos.splice(this.currentPlayingVideoIndex+1),this.videoConfig.videos.push(...e);const i=this.getNextVideoInfo();this.svelteRootComponent?.$set({showNextPrevButtons:this.needToShowNextPrevButtons(),nextButtonActive:this.isNextButtonActive(),prevButtonActive:this.isPrevButtonActive(),endScreenVideoTitle:i.nextVideoTitle,endScreenVideoThumb:i.nextVideoThumb,isOneVideoPlaylist:this.isOneVideoPlaylist()})}initMediaSession(){this.mediaSessionApi&&(this.unsubscribePlayerPhaseSubscription?.(),this.unsubscribePlayerPhaseSubscription=this.store?.playerPhase.subscribe(e=>{e===De.Video?this.setupMediaSessionForVideo():e===De.Ads&&this.setupMediaSessionForAds()}))}setupMediaSessionForVideo(){if(!(!this.videoConfig||!this.mediaSessionApi))try{const{title:e,thumbUrl:i}={...this.videoConfig.videos[this.currentPlayingVideoIndex]},n=[["play",()=>this.play()],["pause",()=>this.pause()],["seekto",o=>this.seekTime(o.seekTime)]];this.videoConfig.videos.length>1&&(this.currentPlayingVideoIndex<this.videoConfig.videos.length-1&&n.push(["nexttrack",()=>this.playNextVideo()]),this.currentPlayingVideoIndex>0&&n.push(["previoustrack",()=>this.playPrevVideo()])),this.mediaSessionApi.setMetaData({title:e,thumbUrl:i}),this.mediaSessionApi.updateActionHandlers(n)}catch(e){this.log({message:e.message})}}setupMediaSessionForAds(){if(!(!this.videoConfig||!this.mediaSessionApi))try{const e="\u0420\u0435\u043A\u043B\u0430\u043C\u0430",i=[["play",()=>this.play()],["pause",()=>this.pause()]];this.mediaSessionApi.setMetaData({title:e}),this.mediaSessionApi.updateActionHandlers(i)}catch(e){this.log({message:e.message})}}play(){this.isControlDisabled(at.PLAY_BUTTON)||this.store?.playerPhase.is(De.WaitingLive)||(this.log({message:"play"}),this.svelteRootComponent?.play())}pause(){this.log({message:"pause"}),this.svelteRootComponent?.pause()}stop(){if(!this.videoConfig)return;this.log({message:"stop"}),this.svelteStubComponent?.$destroy();const e=this.videoConfig.videos[0];e&&(this.svelteRootComponent?.$destroy(),this.createPlayer(e))}setMuted(e){this.log({message:`set muted, muted: ${e}`}),this.svelteRootComponent?.setMuted(e)}setVolume(e){this.log({message:`set volume, volume: ${e}`}),this.svelteRootComponent?.setVolume(e)}setRepeat(e){this.log({message:`set repeat, repeat: ${e}`}),this.needToRepeatPlaylist=e,this.svelteRootComponent?.$set({needToRepeatPlaylist:this.needToRepeatPlaylist,showNextPrevButtons:this.needToShowNextPrevButtons(),nextButtonActive:this.isNextButtonActive(),prevButtonActive:this.isPrevButtonActive()})}seekTime(e){this.isControlDisabled(at.TIMELINE)||(this.log({message:`seek time, time: ${e}`}),this.svelteRootComponent?.seekTime(e))}seekEpisodeStartTime(e){this.log({message:`seek episode start time, time: ${e}`}),this.svelteRootComponent?.seekEpisodeStartTime(e)}returnFocusToEpisodes(){this.log({message:"return focus to episodes button"}),this.svelteRootComponent?.returnFocusToEpisodes()}setPlaybackRate(e){this.log({message:`set playback rate to: ${e}`}),this.svelteRootComponent?.setPlaybackRate(e)}setAutoQualityLimits(e){this.log({message:`set auto quality limitation. Max: ${e.max??"none"}. Min: ${e.min??"none"}`}),this.svelteRootComponent?.setAutoQualityLimits(e)}addLanguage(e){this.store?.actions.internal.addLanguage(e)}async setLanguage(e){await this.store?.actions.internal.setLanguage(e)}setLiveStart(e){this.log({message:"live started"}),this.store?.actions.internal.setWaitingLive(!1),this.svelteRootComponent?.initVideo(e),this.play()}setWaitRecord(){this.log({message:"post live"}),this.store?.actions.internal.setWaitingRecord(!0),this.store?.destroy()}setLiveEnd(e){this.log({message:"live ended"}),this.store?.actions.internal.setWaitingRecord(!1),this.svelteRootComponent?.$destroy(),this.createPlayer(e,{autoplay:!1})}getDeviceId(){return this.statistics?.oneStat.getDeviceId()??void 0}replayInteractiveVideo(){this.interactiveController&&this.interactiveController.setChapter()}showInteractiveIndicatorTooltip(e,i=!1){this.microStoresRoot?.stores.showInteractiveTimeIndicatorTooltip$.set(e,i)}}const s5=()=>{window.customElements.define("vk-video-player",l5)};Object.defineProperty(exports,"VideoFormat",{enumerable:!0,get:function(){return $e.VideoFormat}});Object.defineProperty(exports,"VideoQuality",{enumerable:!0,get:function(){return $e.VideoQuality}});Object.defineProperty(exports,"InterfaceLanguage",{enumerable:!0,get:function(){return ie.InterfaceLanguage}});Object.defineProperty(exports,"VKNumericLanguage",{enumerable:!0,get:function(){return ie.VKNumericLanguage}});Object.defineProperty(exports,"loadVKLangPack",{enumerable:!0,get:function(){return ie.loadVKLangPack}});exports.VERSION=Xo;exports.registerPlayerWebComponent=s5;
|
|
50
|
+
);--timeline-preview-shadow:rgba(0, 0, 0, 0.08);--timeline-preview-bg:rgba(34, 34, 34, 1);--mobile-settings-bg:#2C2D2E;--button-hover-transition:opacity 0.2s;--video-container-z-index:0;--rotate-transition-duration:0.25s;position:relative;width:100%;height:100%;color:var(--white);font-size:12px;line-height:normal;overflow:hidden;outline:0;user-select:none;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;background:var(--black)}button{border:none;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;cursor:pointer}svg:not(.interactiveContainer svg){pointer-events:none}*:focus, *:focus-visible{outline:none}*:focus-visible{box-shadow:var(--focused-element-shadow)}.hidden{visibility:hidden;opacity:0}.overlay-container{pointer-events:none;top:0;left:0;height:100%;width:100%;position:fixed;z-index:10000}.out-of-view{position:absolute !important;left:-1000vh !important}`)}function j5(i){let e,t,n;function o(l){i[57](l)}let r={store:i[0],uiConfig:i[34],title:i[1],thumbUrl:i[2],interactiveContainer:i[3],live:i[4],autoplay:i[5],canRewindLive:i[6],showAds:i[7],adsSlotId:i[8],adsParams:i[9],adsPreviewParam:i[10],duration:i[11],logoClickable:i[12],logoHidden:i[13],logoTargetUrl:i[35],showNextPrevButtons:i[15],nextButtonActive:i[16],prevButtonActive:i[17],endScreenVideoTitle:i[18],endScreenVideoThumb:i[19],isOneVideoPlaylist:i[20],supportLink:i[21],outerContainerRef:i[22],fullScreenTarget:i[23],showMiniTimer:i[24],playerStarted:i[33],playNextVideo:i[25],playPrevVideo:i[26],repeatPlaylist:i[27],seekToInteractive:i[28],toggleGraph:i[29],playPrevChapter:i[30],firstStart:i[36]};return i[32]!==void 0&&(r.videoContainer=i[32]),e=new sp({props:r}),_e.push(()=>Oe(e,"videoContainer",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[0]&1&&(s.store=l[0]),a[0]&2&&(s.title=l[1]),a[0]&4&&(s.thumbUrl=l[2]),a[0]&8&&(s.interactiveContainer=l[3]),a[0]&16&&(s.live=l[4]),a[0]&32&&(s.autoplay=l[5]),a[0]&64&&(s.canRewindLive=l[6]),a[0]&128&&(s.showAds=l[7]),a[0]&256&&(s.adsSlotId=l[8]),a[0]&512&&(s.adsParams=l[9]),a[0]&1024&&(s.adsPreviewParam=l[10]),a[0]&2048&&(s.duration=l[11]),a[0]&4096&&(s.logoClickable=l[12]),a[0]&8192&&(s.logoHidden=l[13]),a[0]&32768&&(s.showNextPrevButtons=l[15]),a[0]&65536&&(s.nextButtonActive=l[16]),a[0]&131072&&(s.prevButtonActive=l[17]),a[0]&262144&&(s.endScreenVideoTitle=l[18]),a[0]&524288&&(s.endScreenVideoThumb=l[19]),a[0]&1048576&&(s.isOneVideoPlaylist=l[20]),a[0]&2097152&&(s.supportLink=l[21]),a[0]&4194304&&(s.outerContainerRef=l[22]),a[0]&8388608&&(s.fullScreenTarget=l[23]),a[0]&16777216&&(s.showMiniTimer=l[24]),a[1]&4&&(s.playerStarted=l[33]),a[0]&33554432&&(s.playNextVideo=l[25]),a[0]&67108864&&(s.playPrevVideo=l[26]),a[0]&134217728&&(s.repeatPlaylist=l[27]),a[0]&268435456&&(s.seekToInteractive=l[28]),a[0]&536870912&&(s.toggleGraph=l[29]),a[0]&1073741824&&(s.playPrevChapter=l[30]),!t&&a[1]&2&&(t=!0,s.videoContainer=l[32],Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function Q5(i){let e,t,n;function o(l){i[56](l)}let r={store:i[0],uiConfig:i[34],thumbUrl:i[2],interactiveContainer:i[3],live:i[4],autoplay:i[5],canRewindLive:i[6],showAds:i[7],adsSlotId:i[8],adsParams:i[9],adsPreviewParam:i[10],duration:i[11],logoClickable:i[12],logoHidden:i[13],logoTargetUrl:i[35],showNextPrevButtons:i[15],nextButtonActive:i[16],prevButtonActive:i[17],endScreenVideoTitle:i[18],endScreenVideoThumb:i[19],isOneVideoPlaylist:i[20],supportLink:i[21],outerContainerRef:i[22],fullScreenTarget:i[23],showMiniTimer:i[24],playerStarted:i[33],playNextVideo:i[25],playPrevVideo:i[26],repeatPlaylist:i[27],seekToInteractive:i[28],toggleGraph:i[29],playPrevChapter:i[30],firstStart:i[36],seekTime:i[31]};return i[32]!==void 0&&(r.videoContainer=i[32]),e=new Tp({props:r}),_e.push(()=>Oe(e,"videoContainer",o)),{c(){R(e.$$.fragment)},m(l,a){L(e,l,a),n=!0},p(l,a){let s={};a[0]&1&&(s.store=l[0]),a[0]&4&&(s.thumbUrl=l[2]),a[0]&8&&(s.interactiveContainer=l[3]),a[0]&16&&(s.live=l[4]),a[0]&32&&(s.autoplay=l[5]),a[0]&64&&(s.canRewindLive=l[6]),a[0]&128&&(s.showAds=l[7]),a[0]&256&&(s.adsSlotId=l[8]),a[0]&512&&(s.adsParams=l[9]),a[0]&1024&&(s.adsPreviewParam=l[10]),a[0]&2048&&(s.duration=l[11]),a[0]&4096&&(s.logoClickable=l[12]),a[0]&8192&&(s.logoHidden=l[13]),a[0]&32768&&(s.showNextPrevButtons=l[15]),a[0]&65536&&(s.nextButtonActive=l[16]),a[0]&131072&&(s.prevButtonActive=l[17]),a[0]&262144&&(s.endScreenVideoTitle=l[18]),a[0]&524288&&(s.endScreenVideoThumb=l[19]),a[0]&1048576&&(s.isOneVideoPlaylist=l[20]),a[0]&2097152&&(s.supportLink=l[21]),a[0]&4194304&&(s.outerContainerRef=l[22]),a[0]&8388608&&(s.fullScreenTarget=l[23]),a[0]&16777216&&(s.showMiniTimer=l[24]),a[1]&4&&(s.playerStarted=l[33]),a[0]&33554432&&(s.playNextVideo=l[25]),a[0]&67108864&&(s.playPrevVideo=l[26]),a[0]&134217728&&(s.repeatPlaylist=l[27]),a[0]&268435456&&(s.seekToInteractive=l[28]),a[0]&536870912&&(s.toggleGraph=l[29]),a[0]&1073741824&&(s.playPrevChapter=l[30]),!t&&a[1]&2&&(t=!0,s.videoContainer=l[32],Ne(()=>t=!1)),e.$set(s)},i(l){n||(d(e.$$.fragment,l),n=!0)},o(l){_(e.$$.fragment,l),n=!1},d(l){B(e,l)}}}function Y5(i){let e,t,n,o,r=[Q5,j5],l=[];function a(s,u){return s[14]?0:1}return t=a(i,[-1,-1,-1]),n=l[t]=r[t](i),{c(){e=T("div"),n.c(),c(e,"class","root svelte-cghoty")},m(s,u){w(s,e,u),l[t].m(e,null),o=!0},p(s,u){let f=t;t=a(s,u),t===f?l[t].p(s,u):(ue(),_(l[f],1,1,()=>{l[f]=null}),ce(),n=l[t],n?n.p(s,u):(n=l[t]=r[t](s),n.c()),d(n,1),n.m(e,null))},i(s){o||(d(n),o=!0)},o(s){_(n),o=!1},d(s){s&&k(e),l[t].d()}}}function Z5(i,e,t){let{sources:n}=e,{store:o}=e,{microStoresRoot:r}=e,{videoConfig:l}=e,{uiConfig:a}=e,{title:s}=e,{thumbUrl:u}=e,{interactiveContainer:f}=e,{subtitles:p}=e,{live:h}=e,{preload:y}=e,{autoplay:b}=e,{volume:P=void 0}=e,{muted:C=void 0}=e,{fromTime:M}=e,{canRewindLive:S}=e,{showAds:v}=e,{adsSlotId:E=void 0}=e,{adsParams:G=void 0}=e,{adsPreviewParam:W=void 0}=e,{duration:K=void 0}=e,{logoClickable:re}=e,{logoHidden:te}=e,{isMobile:I}=e,{showNextPrevButtons:Y=!1}=e,{nextButtonActive:X=!1}=e,{prevButtonActive:$=!1}=e,{endScreenVideoTitle:x=void 0}=e,{endScreenVideoThumb:D=void 0}=e,{isOneVideoPlaylist:j=!1}=e,{supportLink:V}=e,{outerContainerRef:Q=void 0}=e,{fullScreenTarget:De=void 0}=e,{failoverHosts:We=void 0}=e,{showMiniTimer:qe=!1}=e,{playNextVideo:Ze=Dn.noop}=e,{playPrevVideo:Ae=Dn.noop}=e,{repeatPlaylist:ye=Dn.noop}=e,{seekToInteractive:J=Dn.noop}=e,{toggleGraph:ke=Dn.noop}=e,{playPrevChapter:Fe=Dn.noop}=e,{subscribers:Ye,stores:Je}=r;jc(a);let he=Vt(),Ve=a.logoLink,ze=o.ui.debugPanelVisible,tt=o.ui.playerSize,le,oe=null,Ce=!1;o.getAdmanWrapper().init({switchFromAdsToVideo:o.actions.internal.switchFromAdsToVideo,switchFromVideoToAds:o.actions.internal.switchFromVideoToAds,setMuted:o.actions.external.setMuted},o.ads,{isMobile:o.ui.isMobile,mobileUnmuteButtonVisible:o.ui.mobileUnmuteButtonVisible,vsid:o.vsid}),of(o,Je);let fe=(ve=!1)=>{t(33,Ce=!0),ve?o.actions.external.firstStart(v):o.actions.internal.firstStart(v)};function Ee(ve){let bt=n||ve;bt&&o.initVideo({container:le,sources:bt,failoverHosts:We,subtitles:p});let Tt=Dn.safeStorage.get(bl)==="true";ze.set(Tt),M>0&&o.actions.external.seekTime(M);let Xe=I?he.volumeDefault:P??Zl()??he.volumeDefault,at=C??hf();if(o.actions.external.setVolume(Xe),o.actions.external.setMuted(at),o.getAdmanWrapper().setInitialVolume(at?0:Xe),he.features.trafficSaving){let Et=bf();Et&&o.actions.internal.setTrafficSavingEnabled(Et)}let kt=mf(o.videoId);kt&&o.actions.internal.setQuality(kt),o.ui.isAutoplay.set(b),b?fe():y&&he.features.preload&&o.actions.internal.preload()}let je=ve=>{if(window.ResizeObserver){let bt,Tt;oe=new ResizeObserver((0,Dn.throttleFn)(Xe=>{let at=Xe[0];if(at){if(at.contentBoxSize){let kt=Array.isArray(at.contentBoxSize)?at.contentBoxSize[0]:at.contentBoxSize;bt=kt.inlineSize,Tt=kt.blockSize}else at.contentRect&&(bt=at.contentRect.width,Tt=at.contentRect.height);tt.set({width:bt,height:Tt})}},300)),oe.observe(ve)}tt.set({width:ve.clientWidth,height:ve.clientHeight})};St(()=>{je(le);let ve=Ye.map(Tt=>Tt.init({store:o,microStores:Je,config:l}));if(h?.status==="upcoming"||h?.status==="waiting"){o.actions.internal.setWaitingLive(!0);return}if((h?.status==="finished"||h?.status==="postlive")&&!Object.keys(n||[]).length){o.actions.internal.setWaitingRecord(!0);return}return Ee(),()=>{oe?.disconnect(),ve.forEach(Tt=>Tt.unsubscribe()),o.destroy()}});function rt(){Ce?o.actions.external.play():fe(!0)}function dt(){o.actions.external.pause()}function st(ve){I||o.actions.external.setMuted(ve)}function de(ve){I||ve>=0&&ve<=1&&o.actions.external.setVolume(ve)}function ct(ve){o.actions.internal.seekTime(ve,Ep.SeekAction.UNKNOWN)}function It(ve){o.actions.external.seekEpisodeStartTime(ve)}function _t(){o.actions.external.returnFocusToEpisodes()}function yt(ve){o.actions.external.setPlaybackRate(ve)}function Lt(ve){o.actions.external.setAutoQualityLimits(ve)}function Ue(ve){le=ve,t(32,le)}function Qt(ve){le=ve,t(32,le)}return i.$$set=ve=>{"sources"in ve&&t(37,n=ve.sources),"store"in ve&&t(0,o=ve.store),"microStoresRoot"in ve&&t(38,r=ve.microStoresRoot),"videoConfig"in ve&&t(39,l=ve.videoConfig),"uiConfig"in ve&&t(40,a=ve.uiConfig),"title"in ve&&t(1,s=ve.title),"thumbUrl"in ve&&t(2,u=ve.thumbUrl),"interactiveContainer"in ve&&t(3,f=ve.interactiveContainer),"subtitles"in ve&&t(41,p=ve.subtitles),"live"in ve&&t(4,h=ve.live),"preload"in ve&&t(42,y=ve.preload),"autoplay"in ve&&t(5,b=ve.autoplay),"volume"in ve&&t(43,P=ve.volume),"muted"in ve&&t(44,C=ve.muted),"fromTime"in ve&&t(45,M=ve.fromTime),"canRewindLive"in ve&&t(6,S=ve.canRewindLive),"showAds"in ve&&t(7,v=ve.showAds),"adsSlotId"in ve&&t(8,E=ve.adsSlotId),"adsParams"in ve&&t(9,G=ve.adsParams),"adsPreviewParam"in ve&&t(10,W=ve.adsPreviewParam),"duration"in ve&&t(11,K=ve.duration),"logoClickable"in ve&&t(12,re=ve.logoClickable),"logoHidden"in ve&&t(13,te=ve.logoHidden),"isMobile"in ve&&t(14,I=ve.isMobile),"showNextPrevButtons"in ve&&t(15,Y=ve.showNextPrevButtons),"nextButtonActive"in ve&&t(16,X=ve.nextButtonActive),"prevButtonActive"in ve&&t(17,$=ve.prevButtonActive),"endScreenVideoTitle"in ve&&t(18,x=ve.endScreenVideoTitle),"endScreenVideoThumb"in ve&&t(19,D=ve.endScreenVideoThumb),"isOneVideoPlaylist"in ve&&t(20,j=ve.isOneVideoPlaylist),"supportLink"in ve&&t(21,V=ve.supportLink),"outerContainerRef"in ve&&t(22,Q=ve.outerContainerRef),"fullScreenTarget"in ve&&t(23,De=ve.fullScreenTarget),"failoverHosts"in ve&&t(46,We=ve.failoverHosts),"showMiniTimer"in ve&&t(24,qe=ve.showMiniTimer),"playNextVideo"in ve&&t(25,Ze=ve.playNextVideo),"playPrevVideo"in ve&&t(26,Ae=ve.playPrevVideo),"repeatPlaylist"in ve&&t(27,ye=ve.repeatPlaylist),"seekToInteractive"in ve&&t(28,J=ve.seekToInteractive),"toggleGraph"in ve&&t(29,ke=ve.toggleGraph),"playPrevChapter"in ve&&t(30,Fe=ve.playPrevChapter)},i.$$.update=()=>{if(i.$$.dirty[0]&16385)e:o.ui.isMobile.set(I)},[o,s,u,f,h,b,S,v,E,G,W,K,re,te,I,Y,X,$,x,D,j,V,Q,De,qe,Ze,Ae,ye,J,ke,Fe,ct,le,Ce,he,Ve,fe,n,r,l,a,p,y,P,C,M,We,Ee,rt,dt,st,de,It,_t,yt,Lt,Ue,Qt]}var dc=class extends z{constructor(e){super(),q(this,e,Z5,Y5,H,{sources:37,store:0,microStoresRoot:38,videoConfig:39,uiConfig:40,title:1,thumbUrl:2,interactiveContainer:3,subtitles:41,live:4,preload:42,autoplay:5,volume:43,muted:44,fromTime:45,canRewindLive:6,showAds:7,adsSlotId:8,adsParams:9,adsPreviewParam:10,duration:11,logoClickable:12,logoHidden:13,isMobile:14,showNextPrevButtons:15,nextButtonActive:16,prevButtonActive:17,endScreenVideoTitle:18,endScreenVideoThumb:19,isOneVideoPlaylist:20,supportLink:21,outerContainerRef:22,fullScreenTarget:23,failoverHosts:46,showMiniTimer:24,playNextVideo:25,playPrevVideo:26,repeatPlaylist:27,seekToInteractive:28,toggleGraph:29,playPrevChapter:30,initVideo:47,play:48,pause:49,setMuted:50,setVolume:51,seekTime:31,seekEpisodeStartTime:52,returnFocusToEpisodes:53,setPlaybackRate:54,setAutoQualityLimits:55},G5,[-1,-1,-1])}get initVideo(){return this.$$.ctx[47]}get play(){return this.$$.ctx[48]}get pause(){return this.$$.ctx[49]}get setMuted(){return this.$$.ctx[50]}get setVolume(){return this.$$.ctx[51]}get seekTime(){return this.$$.ctx[31]}get seekEpisodeStartTime(){return this.$$.ctx[52]}get returnFocusToEpisodes(){return this.$$.ctx[53]}get setPlaybackRate(){return this.$$.ctx[54]}get setAutoQualityLimits(){return this.$$.ctx[55]}},Mp=dc;function X5(i){let e,t,n,o=i[2].default,r=Se(o,i,i[1],null),l=[{xmlns:"http://www.w3.org/2000/svg"},{width:"57"},{height:"60"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"stub-icon"},{role:"img"},i[0]],a={};for(let s=0;s<l.length;s+=1)a=ne(a,l[s]);return{c(){e=A("svg"),r&&r.c(),t=A("path"),c(t,"fill","currentColor"),c(t,"d","M38.245 6c3.566 0 4.859.371 6.162 1.069a7.27 7.27 0 0 1 3.025 3.024c.697 1.303 1.068 2.597 1.068 6.163v23.489c0 3.566-.371 4.859-1.069 6.162a7.27 7.27 0 0 1-3.024 3.025C43.104 49.629 41.811 50 38.245 50h-19.49c-3.565 0-4.859-.371-6.162-1.069a7.27 7.27 0 0 1-3.024-3.024C8.87 44.604 8.5 43.311 8.5 39.745v-23.49c0-3.565.371-4.859 1.069-6.162a7.27 7.27 0 0 1 3.024-3.024C13.896 6.37 15.19 6 18.756 6zm.314 3H18.756c-2.799 0-3.761.186-4.749.714a4.27 4.27 0 0 0-1.793 1.793c-.508.95-.7 1.876-.713 4.434L11.5 39.744c0 2.799.186 3.761.714 4.749a4.27 4.27 0 0 0 1.793 1.793c.988.528 1.95.714 4.749.714h19.489c2.798 0 3.76-.186 4.748-.714a4.27 4.27 0 0 0 1.793-1.793c.528-.988.714-1.95.714-4.748v-23.49c0-2.798-.186-3.76-.714-4.748a4.27 4.27 0 0 0-1.793-1.793c-.95-.508-1.876-.7-4.434-.713zM19.22 38c.445 0 .607.046.77.134a.9.9 0 0 1 .377.378c.088.163.134.324.134.77v1.436c0 .446-.046.607-.134.77a.9.9 0 0 1-.378.378c-.162.088-.324.134-.77.134h-1.436c-.446 0-.608-.046-.77-.134a.9.9 0 0 1-.378-.378c-.088-.163-.134-.324-.134-.77v-1.436c0-.446.046-.607.134-.77a.9.9 0 0 1 .378-.378c.162-.088.324-.134.77-.134h1.436zm20 0c.445 0 .606.046.77.134a.9.9 0 0 1 .377.378c.088.163.134.324.134.77v1.436c0 .446-.046.607-.134.77a.9.9 0 0 1-.378.378c-.163.088-.324.134-.77.134h-1.436c-.446 0-.607-.046-.77-.134a.9.9 0 0 1-.378-.378c-.088-.163-.134-.324-.134-.77v-1.436c0-.446.046-.607.134-.77a.9.9 0 0 1 .378-.378c.163-.088.324-.134.77-.134zm-20-8c.445 0 .607.046.77.134a.9.9 0 0 1 .377.378c.088.162.134.324.134.77v1.436c0 .446-.046.607-.134.77a.9.9 0 0 1-.378.378c-.162.088-.324.134-.77.134h-1.436c-.446 0-.608-.046-.77-.134a.9.9 0 0 1-.378-.378c-.088-.163-.134-.324-.134-.77v-1.436c0-.446.046-.608.134-.77a.9.9 0 0 1 .378-.378c.162-.088.324-.134.77-.134h1.436zm20 0c.445 0 .606.046.77.134a.9.9 0 0 1 .377.378c.088.162.134.324.134.77v1.436c0 .446-.046.607-.134.77a.9.9 0 0 1-.378.378c-.163.088-.324.134-.77.134h-1.436c-.446 0-.607-.046-.77-.134a.9.9 0 0 1-.378-.378c-.088-.163-.134-.324-.134-.77v-1.436c0-.446.046-.608.134-.77a.9.9 0 0 1 .378-.378c.163-.088.324-.134.77-.134zm-20-8c.445 0 .607.046.77.134a.9.9 0 0 1 .377.378c.088.162.134.324.134.77v1.436c0 .446-.046.608-.134.77a.9.9 0 0 1-.378.378c-.162.088-.324.134-.77.134h-1.436c-.446 0-.608-.046-.77-.134a.9.9 0 0 1-.378-.378c-.088-.162-.134-.324-.134-.77v-1.436c0-.446.046-.608.134-.77a.9.9 0 0 1 .378-.378c.162-.088.324-.134.77-.134h1.436zm20 0c.445 0 .606.046.77.134a.9.9 0 0 1 .377.378c.088.162.134.324.134.77v1.436c0 .446-.046.608-.134.77a.9.9 0 0 1-.378.378c-.163.088-.324.134-.77.134h-1.436c-.446 0-.607-.046-.77-.134a.9.9 0 0 1-.378-.378c-.088-.162-.134-.324-.134-.77v-1.436c0-.446.046-.608.134-.77a.9.9 0 0 1 .378-.378c.163-.088.324-.134.77-.134zm-20-8c.445 0 .607.046.77.134a.9.9 0 0 1 .377.378c.088.162.134.324.134.77v1.436c0 .446-.046.608-.134.77a.9.9 0 0 1-.378.378c-.162.088-.324.134-.77.134h-1.436c-.446 0-.608-.046-.77-.134a.9.9 0 0 1-.378-.378c-.088-.162-.134-.324-.134-.77v-1.436c0-.446.046-.607.134-.77a.9.9 0 0 1 .378-.378c.162-.088.324-.134.77-.134h1.436zm20 0c.445 0 .606.046.77.134a.9.9 0 0 1 .377.378c.088.162.134.324.134.77v1.436c0 .446-.046.608-.134.77a.9.9 0 0 1-.378.378c-.163.088-.324.134-.77.134h-1.436c-.446 0-.607-.046-.77-.134a.9.9 0 0 1-.378-.378c-.088-.162-.134-.324-.134-.77v-1.436c0-.446.046-.607.134-.77a.9.9 0 0 1 .378-.378c.163-.088.324-.134.77-.134z"),be(e,a)},m(s,u){w(s,e,u),r&&r.m(e,null),m(e,t),n=!0},p(s,[u]){r&&r.p&&(!n||u&2)&&Ie(r,o,s,s[1],n?Pe(o,s[1],u,null):Te(s[1]),null),be(e,a=Le(l,[{xmlns:"http://www.w3.org/2000/svg"},{width:"57"},{height:"60"},{fill:"none"},{"aria-hidden":"true"},{"data-testid":"stub-icon"},{role:"img"},u&1&&s[0]]))},i(s){n||(d(r,s),n=!0)},o(s){_(r,s),n=!1},d(s){s&&k(e),r&&r.d(s)}}}function J5(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var mc=class extends z{constructor(e){super(),q(this,e,J5,X5,H,{})}},Ap=mc;function x5(i){let e,t;return e=new Ap({props:{style:i[0]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,[o]){let r={};o&1&&(r.style=n[0]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function $5(i,e,t){let n,{isWhite:o=!1}=e;return i.$$set=r=>{"isWhite"in r&&t(1,o=r.isWhite)},i.$$.update=()=>{if(i.$$.dirty&2)e:t(0,n=o?"color: #fff;":"color: #909499;")},[n,o]}var pc=class extends z{constructor(e){super(),q(this,e,$5,x5,H,{isWhite:1})}},Vp=pc;function e6(i){we(i,"svelte-1y9fytq",".playerStub.svelte-1y9fytq{width:100%;height:100%;background-color:#222;display:flex;justify-content:center;align-items:center;position:relative;background-position:center;background-size:cover;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif}.title.svelte-1y9fytq{position:absolute;left:0;top:0;width:100%;font-size:15px;color:#fff;box-sizing:border-box;padding:18px 20px 10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}")}function Lp(i){let e,t;return{c(){e=T("div"),t=Be(i[0]),c(e,"class","title svelte-1y9fytq")},m(n,o){w(n,e,o),m(e,t)},p(n,o){o&1&&Ge(t,n[0])},d(n){n&&k(e)}}}function Bp(i){let e,t;return e=new Vp({props:{isWhite:!!i[1]}}),{c(){R(e.$$.fragment)},m(n,o){L(e,n,o),t=!0},p(n,o){let r={};o&2&&(r.isWhite=!!n[1]),e.$set(r)},i(n){t||(d(e.$$.fragment,n),t=!0)},o(n){_(e.$$.fragment,n),t=!1},d(n){B(e,n)}}}function t6(i){let e,t,n,o,r=i[0]&&Lp(i),l=(!i[0]||!i[1])&&Bp(i);return{c(){e=T("div"),r&&r.c(),t=N(),l&&l.c(),c(e,"class","playerStub svelte-1y9fytq"),c(e,"style",n=i[1]?`background-image: url('${i[1]}')`:"")},m(a,s){w(a,e,s),r&&r.m(e,null),m(e,t),l&&l.m(e,null),o=!0},p(a,[s]){a[0]?r?r.p(a,s):(r=Lp(a),r.c(),r.m(e,t)):r&&(r.d(1),r=null),!a[0]||!a[1]?l?(l.p(a,s),s&3&&d(l,1)):(l=Bp(a),l.c(),d(l,1),l.m(e,null)):l&&(ue(),_(l,1,1,()=>{l=null}),ce()),(!o||s&2&&n!==(n=a[1]?`background-image: url('${a[1]}')`:""))&&c(e,"style",n)},i(a){o||(d(l),o=!0)},o(a){_(l),o=!1},d(a){a&&k(e),r&&r.d(),l&&l.d()}}}function i6(i,e,t){let{title:n}=e,{thumbUrl:o}=e;return i.$$set=r=>{"title"in r&&t(0,n=r.title),"thumbUrl"in r&&t(1,o=r.thumbUrl)},[n,o]}var _c=class extends z{constructor(e){super(),q(this,e,i6,t6,H,{title:0,thumbUrl:1},e6)}},Rp=_c;var on=require("@vkontakte/videoplayer-shared"),cD=require("@vkontakte/videoplayer-core"),dl=require("@vkontakte/videoplayer-statistics");var ls=class{isSupported(){return"mediaSession"in navigator}setMetaData({title:e,artist:t="",thumbUrl:n=""}){this.isSupported()&&(navigator.mediaSession.metadata=new MediaMetadata({title:e,artist:t,artwork:[{src:n,sizes:"96x96",type:"image/png"},{src:n,sizes:"128x128",type:"image/png"},{src:n,sizes:"192x192",type:"image/png"},{src:n,sizes:"256x256",type:"image/png"},{src:n,sizes:"384x384",type:"image/png"},{src:n,sizes:"512x512",type:"image/png"}]}))}updateActionHandlers(e){this.resetActionHandlers(),this.setActionHandlers(e)}resetActionHandlers(){let e=[["play",null],["pause",null],["stop",null],["nexttrack",null],["previoustrack",null],["seekto",t=>null],["seekbackward",t=>null],["seekforward",t=>null]];this.setActionHandlers(e)}setActionHandlers(e){if(this.isSupported())for(let[t,n]of e)try{navigator.mediaSession.setActionHandler(t,n)}catch{throw new Error(`The media session action "${t}" is not supported yet.`)}}};var mo=require("@vkontakte/videoplayer-shared");function n6(i){let e,t,n,o,r,l=i[2].default,a=Se(l,i,i[1],null),s=[{xmlns:"http://www.w3.org/2000/svg"},{width:"57"},{height:"56"},{fill:"none"},{"aria-label":"dummy-image"},{"data-testid":"pip-dummy-icon"},{role:"img"},i[0]],u={};for(let f=0;f<s.length;f+=1)u=ne(u,s[f]);return{c(){e=A("svg"),a&&a.c(),t=A("g"),n=A("path"),o=A("path"),c(n,"d","m30.744 4 .744.005c2.981.046 4.526.385 6.127 1.24a8.77 8.77 0 0 1 3.475 3.347l.174.312.15.292c.772 1.553 1.066 3.18 1.085 6.251v9.045a1.5 1.5 0 0 1-3 .016l-.008-9.651c-.04-2.032-.228-3.12-.627-4.035l-.126-.27-.13-.252A5.77 5.77 0 0 0 36.2 7.891c-1.187-.635-2.339-.873-5.115-.89L22.255 7c-2.737 0-4.003.2-5.071.698l-.133.064-.251.13a5.77 5.77 0 0 0-2.409 2.408c-.635 1.187-.873 2.339-.89 5.114l-.001 20.83c0 2.738.2 4.004.698 5.072l.064.133.13.251a5.77 5.77 0 0 0 2.408 2.409c1.1.588 2.134.825 4.438.88l.323.006 3.695.005H26a1.5 1.5 0 0 1 0 3h-.756l-3.718-.005c-2.989-.047-4.526-.377-6.14-1.24a8.77 8.77 0 0 1-3.476-3.347l-.174-.312-.15-.292c-.731-1.472-1.036-3.016-1.08-5.803l-.006-.756v-20.49l.005-.743c.046-2.981.385-4.526 1.24-6.127a8.77 8.77 0 0 1 3.347-3.475l.312-.174.292-.15c1.472-.731 3.016-1.036 5.803-1.08L22.256 4z"),c(o,"d","M30.5 33.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C32.78 29 33.62 29 35.3 29h6.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311c.327.642.327 1.482.327 3.162v13.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C44.22 52 43.38 52 41.7 52h-6.4c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C30.5 49.72 30.5 48.88 30.5 47.2z"),c(t,"fill","#fff"),be(e,u)},m(f,p){w(f,e,p),a&&a.m(e,null),m(e,t),m(t,n),m(t,o),r=!0},p(f,[p]){a&&a.p&&(!r||p&2)&&Ie(a,l,f,f[1],r?Pe(l,f[1],p,null):Te(f[1]),null),be(e,u=Le(s,[{xmlns:"http://www.w3.org/2000/svg"},{width:"57"},{height:"56"},{fill:"none"},{"aria-label":"dummy-image"},{"data-testid":"pip-dummy-icon"},{role:"img"},p&1&&f[0]]))},i(f){r||(d(a,f),r=!0)},o(f){_(a,f),r=!1},d(f){f&&k(e),a&&a.d(f)}}}function o6(i,e,t){let{$$slots:n={},$$scope:o}=e;return i.$$set=r=>{t(0,e=ne(ne({},e),ge(r))),"$$scope"in r&&t(1,o=r.$$scope)},e=ge(e),[e,o,n]}var hc=class extends z{constructor(e){super(),q(this,e,o6,n6,H,{})}},Dp=hc;function l6(i){we(i,"svelte-1pbsod4",".player-pip-dummy.svelte-1pbsod4{width:100%;height:100%;background-color:#19191A;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif}.player-pip-dummy.is-pip-api.svelte-1pbsod4{position:relative}.dummy-image.svelte-1pbsod4 svg{transform:scale(1.07143)}.dummy-image.desktop.svelte-1pbsod4{transform:scale(1.07143) rotate(-90deg) rotateY(180deg)}.title.svelte-1pbsod4{font-size:16px;color:#fff;padding:18px 20px 10px;text-align:center}")}function r6(i){let e,t,n,o,r,l,a;return n=new Dp({}),{c(){e=T("div"),t=T("div"),R(n.$$.fragment),o=N(),r=T("span"),l=Be(i[0]),c(t,"class","dummy-image svelte-1pbsod4"),O(t,"desktop",!i[1]),c(r,"class","title svelte-1pbsod4"),c(e,"class","player-pip-dummy svelte-1pbsod4"),O(e,"is-pip-api",i[2])},m(s,u){w(s,e,u),m(e,t),L(n,t,null),m(e,o),m(e,r),m(r,l),a=!0},p(s,[u]){(!a||u&2)&&O(t,"desktop",!s[1]),(!a||u&1)&&Ge(l,s[0])},i(s){a||(d(n.$$.fragment,s),a=!0)},o(s){_(n.$$.fragment,s),a=!1},d(s){s&&k(e),B(n)}}}function s6(i,e,t){let n,o,r=$e(),l=!!r.webApi.pictureInPictureApi,a=r.interfaceLanguage$;F(i,a,f=>t(5,n=f));let s=r.ui.isMobile;F(i,s,f=>t(1,o=f));let u;return i.$$.update=()=>{if(i.$$.dirty&32)e:t(0,u=n&&U("pip_dummy_title"))},[u,o,l,a,s,n]}var gc=class extends z{constructor(e){super(),q(this,e,s6,r6,H,{},l6)}},Np=gc;var a6=460,u6=280,Al=class{constructor(){this.info={isActive$:new mo.ValueSubject(!1),type:1}}isSupported(){let e=(0,mo.getCurrentBrowser)().browser===mo.CurrentClientBrowser.Yandex,{isEmbed:t}=(0,mo.detectEmbed)();return"documentPictureInPicture"in window&&!e&&!t}isActive(){return this.isSupported()&&!!documentPictureInPicture.window}setPlayerDomElement(e,t){this.playerDomElement=e,this.playerParentShadowRoot=t}setContext(e){this.svelteContext=e}async request(){if(!this.isSupported()||!this.playerDomElement||!this.playerParentShadowRoot)return;this.pipWindow=await documentPictureInPicture.requestWindow({width:a6,height:u6,copyStyleSheets:!0}),this.pipWindow.document.body.style.margin="0";let e=[...this.playerParentShadowRoot.styleSheets].map(r=>[...r.cssRules].map(l=>l.cssText).join(" ")).filter(Boolean).join(`
|
|
51
|
+
`),t=document.createElement("style");t.textContent=e;let n=this.createStretchedContainer(),o=n.attachShadow({mode:"open"});o.append(t),o.append(this.playerDomElement),this.playerDummyElement=new Np({target:this.playerParentShadowRoot,context:this.svelteContext}),this.pipWindow?.document.body.append(n),this.info.isActive$.next(!0),this.pipWindow?.addEventListener("unload",r=>{!this.playerDomElement||!this.playerParentShadowRoot||!this.playerDummyElement||(this.playerDummyElement.$destroy(),this.playerParentShadowRoot.append(this.playerDomElement),this.info.isActive$.next(!1))})}async remove(){return new Promise(e=>{documentPictureInPicture.window?.close(),e()})}async dispose(){await this.remove()}createStretchedContainer(){let e=document.createElement("div");return e.style.width="100%",e.style.height="100%",e}};function Op(i){return i instanceof Al}var rs=class{static getLatestSupportedVersion(){let e=new Eo,t=new Al;if(t.isSupported())return t;if(e.isSupported())return e}};function bc(i,e){let t=new Set([...Object.keys(i),...Object.keys(e)]),n={};for(let o of t)n[o]=e[o]??i[o]??void 0;return n}var Fp="Inner error. Unexpectedly root annotation container null reference exception",Hp="Annotation with such name already exists",zp="Annotation with such name does not exist";var ul=class extends Error{constructor(e){super(e),this.name="AnnotationError"}};var cl=require("@vkontakte/videoplayer-shared"),c6="1",f6=100,ss=class{constructor(e){this.annotations=new Map;this.subscriptions=new cl.Subscription;this.rootAnnotationsContainer=e;let t=(0,cl.throttleFn)(()=>{for(let n of this.annotations.values())this.isElementExceedsBoundaries(n,this.playerSize.width,this.playerSize.height)?n.style.visibility="hidden":n.style.visibility="visible"},f6);this.subscriptions.add((0,cl.observeElementSize)(this.rootAnnotationsContainer).subscribe(({width:n,height:o})=>{this.playerSize={width:n,height:o},t()})),this.mutationObserver=new MutationObserver(t),this.mutationObserver.observe(this.rootAnnotationsContainer,{attributes:!0,childList:!0,subtree:!0,characterData:!0})}add(e,t){if(!this.rootAnnotationsContainer)throw new ul(Fp);if(this.annotations.has(e))throw new ul(Hp);t.style.zIndex=t.style.zIndex??c6,t.style.position="absolute",this.rootAnnotationsContainer.append(t),this.annotations.set(e,t)}get(e){let t=this.annotations.get(e);if(!t)throw new ul(zp);return t}remove(e){let t=this.get(e);this.annotations.delete(e)&&t.remove()}clear(){for(let e in this.annotations.keys())this.remove(e)}destroy(){this.annotations.clear(),this.subscriptions.unsubscribe(),this.mutationObserver.disconnect(),this.rootAnnotationsContainer=null}isElementExceedsBoundaries(e,t,n){let o=e.offsetTop,r=e.offsetLeft,l=e.offsetWidth,a=e.offsetHeight;return o<0||r<0||r+l>t||o+a>n}registryRootContainer(e){}addLayer(e){return new HTMLElement}getLayer(e){}removeLayer(e){}clearLayer(e){}detach(){}reattach(){}};var fl=require("@vkontakte/videoplayer-shared"),Wn=class{init({store:e,microStores:t,config:n}){return(0,fl.assertNonNullable)(e),(0,fl.assertNonNullable)(t),(0,fl.assertNonNullable)(n),this.subscription=new fl.Subscription,this.subscription}};var Vl=class extends Wn{constructor(){super(...arguments);this.stateName="fakeIsPlaying$";this.state$={...Re(null),toggle:()=>this.state$.update(t=>!t)}}init(t){let n=super.init(t),{isInteractiveExpectation$:o}=t.store.state;return n.add(o.subscribe(r=>{this.state$.set(r?!0:null)})),n}};var Ll=class extends Wn{constructor(){super(...arguments);this.stateName="interactiveControlsOpacity$";this.state$={...Re(null),toggle:()=>this.state$.update(t=>!t)}}init(t){let n=super.init(t),{microStores:o,store:r}=t,{fakeIsPlaying$:l}=o,{isInteractiveExpectation$:a,isPlaying$:s}=r.state,{controlsVisible:u,isMobile:f}=r.ui,p=xe(f),h=()=>p&&xe(u);return n.add(u.subscribe(y=>{if(!p)return;let b=xe(l);xe(s)?this.state$.set(y):b!==null&&this.state$.set(!b||y)})),n.add(s.subscribe(y=>{this.state$.set(!y||h())})),n.add(l.subscribe(y=>{if(y===null)return;let b=xe(a);if(h()){this.state$.set(!0);return}b&&this.state$.set(!y)})),n}};var Bl=class extends Wn{constructor(){super(...arguments);this.stateName="seekToInteractiveDisabledTooltip$";this.state$=Re("tooltip_chapter_without_interactive")}init(t){let n=super.init(t),{store:o}=t;return n.add(o.state.interactiveEpisodes$.subscribe(r=>{r.length&&(r.every(l=>l.completed)?this.state$.set("tooltip_interactive_of_chapter_completed"):this.state$.set("tooltip_disabled_when_interactive"))})),n}};var qp=require("@vkontakte/videoplayer-shared"),vc=Re(!1),as=null,Rl=class extends Wn{constructor(){super(...arguments);this.stateName="showInteractiveTimeIndicatorTooltip$";this.state$={...vc,set:(t,n=!1)=>{t!==xe(vc)&&(this.clearTimeout(),vc.set(t),!t&&as&&(as=!1),t&&n&&(this.timeout=setTimeout(()=>{this.state$.set(!1)},3e3)))},clearTimeout:()=>this.clearTimeout()}}init(t){let n=super.init(t),{store:o,config:r}=t,{isInteractiveTime$:l,isPlaying$:a}=o.state,s=o.ui.controlsVisible,{interactiveTimeIndicator:u}=o.ui.controls;n.add(s.subscribe(p=>{xe(l)&&p&&this.state$.set(!1)}));let f=r?.interactiveData||{tooltipHelpHintActive:!1};return n.add((0,qp.combine)({isPlaying$:a,isInteractiveTime$:l,interactiveTimeIndicator:u}).subscribe(({isPlaying$:p,isInteractiveTime$:h,interactiveTimeIndicator:y})=>{if(!(!p||!y?.isDisplayed)){if(!h)return this.state$.set(!1);f.tooltipHelpHintActive&&as===null&&(as=!0,f.tooltipHelpHintActive=!1,this.state$.set(!0),o.callbacks?.onInteractiveTimeIndicatorHintDeactivated?.())}})),n}clearTimeout(){window.clearTimeout(this.timeout)}};var Up=()=>[Vl,Ll,Bl,Rl].reduce(({subscribers:i,stores:e},t)=>{let n=new t;return{subscribers:[...i,n],stores:{...e,[n.stateName]:n.state$}}},{subscribers:[],stores:{}});var d6={preload:!0,autoplay:!1,repeat:!1,fromTime:0,canRewindLive:!0,showAds:!1,interfaceLanguage:on.InterfaceLanguage.RU,logoClickable:!1,logoHidden:!1,isMobile:(0,on.isMobile)(),isMediaSessionEnabled:!0,isPictureInPictureEnabled:!0,isAudioDisabled:!1,callbacks:{uiInfo:{}},tuningConfig:{configName:[]}},us=class extends HTMLElement{constructor(){super();this.currentPlayingVideoIndex=0;this.needToRepeatPlaylist=!1;this.videoConfig=void 0;this.pictureInPictureApi=void 0;this.mediaSessionApi=void 0;this.unsubscribePlayerPhaseSubscription=void 0;this.annotationsApi=void 0;this.prevIsid=void 0;this.isInited=!1;this.logger=new on.Logger,this.log=this.logger.createComponentLog("VKVideoPlayer"),this.subscription=new on.Subscription,this.graphMadePause=!1,window?.videoPlayerConfig?.debugLogs&&this.subscription.add(this.logger.log$.subscribe(t=>{console.log("%c player web component ","background:#77dd77;",`${t.component}`,t.message)}))}connectedCallback(){if(this.isInited)return;this.initPlayerRootContainers();let t=this.getAttribute("stub-title")??void 0,n=this.getAttribute("stub-thumb-url")??void 0;this.svelteStubComponent=new Rp({target:this.playerContainer,props:{title:t,thumbUrl:n}})}disconnectedCallback(){this.annotationsApi?.destroy(),this.svelteRootComponent?.$destroy(),this.svelteStubComponent?.$destroy(),this.subscription.unsubscribe(),this.unsubscribePlayerPhaseSubscription?.(),this.interactiveController?.destroy()}initPlayerRootContainers(){this.rootContainer=document.createElement("div"),this.rootContainer.style.position="relative",this.rootContainer.className="root-container",this.rootContainer.style.width="100%",this.rootContainer.style.height="100%";let t=document.createElement("div");t.style.position="absolute",t.className="shadow-root-container",t.style.width="100%",t.style.height="100%",this._shadowRoot=t.attachShadow({mode:"open"}),this.playerContainer=document.createElement("div"),this.playerContainer.style.all="initial",this.playerContainer.style.display="block",this.playerContainer.style.contain="strict",this.playerContainer.style.width="100%",this.playerContainer.style.height="100%",this._shadowRoot.append(this.playerContainer),this.rootContainer.append(t),this.append(this.rootContainer)}needToShowNextPrevButtons(){return this.videoConfig?this.videoConfig.videos.length>1:!1}isNextButtonActive(){return this.videoConfig?this.needToShowNextPrevButtons()&&(this.currentPlayingVideoIndex<this.videoConfig.videos.length-1||this.needToRepeatPlaylist):!1}isPrevButtonActive(){return this.videoConfig?this.needToShowNextPrevButtons()&&(this.currentPlayingVideoIndex>0||this.needToRepeatPlaylist):!1}isControlDisabled(t){return this.store?.ui.controls.disabledControls$?.includes(t)||!1}getNextVideoInfo(){if(!this.videoConfig)return{nextVideoTitle:void 0,nextVideoThumb:void 0};let t=this.videoConfig.videos[this.currentPlayingVideoIndex+1]||{};return{nextVideoTitle:t.title,nextVideoThumb:t.thumbUrl}}createPlayer(t,n={},o){if(!this.videoConfig)return;let{albumId:r,statPlace:l,statUserSalt:a,statAuthToken:s,statTrackCode:u,refreshStatAuthToken:f,preload:p,autoplay:h,volume:y,muted:b,fromTime:P,canRewindLive:C,supportLink:M,showAds:S,adsSlotId:v,adsParams:E={},adsPreviewParam:G,interfaceLanguage:W,logoClickable:K,logoHidden:re,isMobile:te,isAudioDisabled:I,isLiveCatchUpMode:Y,fullScreenTarget:X,failoverHosts:$,canDownload:x,callbacks:D,interactiveData:j,showThumbTimer:V,additionalButtons:Q=[],repeat:De}=bc(this.videoConfig,n),{sources:We,title:qe,thumbUrl:Ze,unitedVideoId:Ae,isClip:ye=!1,duration:J,adsParams:ke={},videoEpisodes:Fe,previewThumbsData:Ye,subtitles:Je,live:he}=t,Ve={...E,...ke},ze=this.getNextVideoInfo(),tt={sources:We,title:qe,thumbUrl:Ze,subtitles:Je,unitedVideoId:Ae,isClip:ye,live:he,albumId:r,statPlace:l,autoplay:h,muted:b,volume:y,fromTime:P,canRewindLive:C,showAds:S,adsSlotId:v,adsParams:Ve,adsPreviewParam:G,duration:J,logoClickable:K,logoHidden:re,isMobile:te,repeat:De,showNextPrevButtons:this.needToShowNextPrevButtons(),nextButtonActive:this.isNextButtonActive(),prevButtonActive:this.isPrevButtonActive(),endScreenVideoTitle:ze.nextVideoTitle,endScreenVideoThumb:ze.nextVideoThumb,isOneVideoPlaylist:this.isOneVideoPlaylist()},le={pictureInPictureApi:this.pictureInPictureApi,annotationsApi:this.annotationsApi};this.log({message:`create player, props: ${JSON.stringify(tt)}`});let oe=this.uiConfig.features.statistics&&!!Ae,{pid:Ce}=this.videoConfig?.interactiveData?.projectInfo||{};oe&&(this.statistics=new Wr({movieId:Ae,albumId:r,place:l,trackCode:u,autoplay:(h&&!this.interactiveController)??!1,mobile:te,clip:ye,refDomain:this.videoConfig.refDomain,...Ce&&!this.isInited&&{projectId:Number(Ce)}},{refreshAuthToken:f,userSalt:a,config:this.statisticsConfig,...this.interactiveController&&{useIsid:!0,isid:this.prevIsid}})),this.uiConfig.features.sentry&&this.uiConfig.sentry.dsn&&new To(this.uiConfig.sentry,{version:Po,env:Ql},{movieId:Ae,albumId:r,place:l,autoplay:(h&&!this.interactiveController)??!1,mobile:te,clip:ye}),this.interactiveController&&(this.prevIsid??=this.statistics?.oneStat.isid$.getValue()),this.sentry={...this.sentry,...To.getInstance()};let Ee=!!j,je=[],rt="tooltip_interactive_go_back_disabled_first";if(Ee&&this.interactiveController){let de=this.interactiveController.state.isInitialChapter$.getValue(),ct=this.interactiveController.getHistoryState();de&&je.push("REPLAY_BUTTON"),this.interactiveController.getIsSeekable().getValue()||je.push("SEEK_TO_INTERACTIVE_BUTTON"),ct.hasPrevChapter$.getValue()||(je.push("PLAY_PREV_CHAPTER_BUTTON"),de||(ct.isGoBackLimited$.getValue()?rt="tooltip_interactive_go_back_disabled_limit":rt="tooltip_interactive_go_back_disabled"))}let dt=()=>{this.isInited=!1,this.prevIsid=void 0;let de=o?.info.isEnded$.getValue()&&this.interactiveController?.state.isEndChapter$.getValue();D.onReplayInteractiveVideo&&!de?D.onReplayInteractiveVideo():this.replayInteractiveVideo()};this.store=um({player:o,interfaceLanguage:W,videoId:Ae,isClip:ye,isLiveCatchUpMode:Y,isAudioDisabled:I,statAuthToken:s,callbacks:D,webApi:le,videoEpisodes:Fe,previewThumbsData:Ye,canDownload:x,uiConfig:this.uiConfig,coreConfig:this.coreConfig,disabledControls:je,isInteractive:Ee,interactiveRanges$:this.interactiveController?.state.interactiveRanges$,isInteractiveTime$:this.interactiveController?.state.isInteractiveTime$,replayInteractive:dt,playPrevChapterDisabledTooltip:rt,hasInteractiveBranches:!!this.interactiveController?.getChapterBranches()?.length,additionalButtons:this.uiConfig.features.additionalButtons?Q:[],looped:De&&this.videoConfig.videos.length===1,statistics:this.statistics});let{stores:st}=this.microStoresRoot=Up();this.subscription.add(this.store.state.currentFormat$.subscribe(de=>D?.onCurrentFormatChanged?.(de))),this.subscription.add(st.interactiveControlsOpacity$.subscribe(de=>{de!==null&&this?.interactiveController?.setDisabledControls(de)})),this.subscription.add(this.store.state.throughputEstimation$.subscribe(de=>D?.onThroughputEstimationChanged?.(de))),this.subscription.add(this.store.state.trafficSavingEnabled$.subscribe(de=>D?.onTrafficSavingEnabledChanged?.(de))),this.subscription.add(this.store.state.currentPlaybackRate$.subscribe(de=>D?.onCurrentPlaybackRateChanged?.(de))),this.subscription.add(this.store.state.volume$.subscribe(de=>D?.onVolumeChange?.(de))),this.subscription.add(this.store.state.muted$.subscribe(de=>de?D?.onMute?.():D?.onUnmute?.())),this.subscription.add(this.store.state.videoBitrate$.subscribe(de=>D?.onVideoBitrateChanged?.(de))),this.subscription.add(this.store.state.isInteractiveTime$.subscribe(de=>{let ct=this.store?.ui.controls.disabledControls$;ct&&(de&&!ct.includes(vl)&&ct.add(vl),de||ct.remove(vl))})),this.initMediaSession(),this.interactiveController&&oe&&this.initInteractivesStatistics(),this.svelteRootComponent=new Mp({target:this.playerContainer,props:{interactiveContainer:this.interactiveContainer,sources:We,store:this.store,microStoresRoot:this.microStoresRoot,videoConfig:this.videoConfig,uiConfig:this.uiConfig,title:qe,thumbUrl:Ze,subtitles:Je,live:he,preload:p,autoplay:h,muted:b,volume:y,fromTime:P,canRewindLive:C,supportLink:M,showAds:S,adsSlotId:v,adsParams:Ve,adsPreviewParam:G,duration:J,logoClickable:K,logoHidden:re,isMobile:te,failoverHosts:$,fullScreenTarget:X,showMiniTimer:V,outerContainerRef:this.rootContainer,showNextPrevButtons:this.needToShowNextPrevButtons(),nextButtonActive:this.isNextButtonActive(),prevButtonActive:this.isPrevButtonActive(),endScreenVideoTitle:ze.nextVideoTitle,endScreenVideoThumb:ze.nextVideoThumb,isOneVideoPlaylist:this.isOneVideoPlaylist(),playNextVideo:()=>this.playNextVideo(),playPrevVideo:()=>this.playPrevVideo(),repeatPlaylist:()=>this.repeatPlaylist(),playPrevChapter:()=>this.playPrevChapter(),seekToInteractive:()=>this.seekToInteractive(),toggleGraph:()=>this.toggleGraph()}}),this.addPlayerInfoSubscriptions(),this.isInited||(this.isInited=!0,this.videoConfig?.callbacks?.onInited?.())}addPlayerInfoSubscriptions(){let t=this.store;if(!t)return;let n=this.videoConfig?.callbacks;n&&this.subscription.add(t.playerPhase.subscribe(r=>n.onPlayerPhaseChanged?.(r))).add(t.state.playbackState$.subscribe(r=>n.onPlaybackStateChanged?.(r))).add(t.state.isLive$.subscribe(r=>n.onIsLiveChanged?.(r))).add(t.state.isActiveLive$.subscribe(r=>n.onIsActiveLiveChanged?.(r))).add(t.state.isAudioAvailable$.subscribe(r=>n.onIsAudioAvailableChanged?.(r))).add(t.state.currentQuality$.subscribe(r=>n.onCurrentQualityChanged?.(r))).add(t.state.availableQualities$.subscribe(r=>n.onAvailableQualitiesChanged?.(r.map(({value:l})=>l).filter(l=>l!=="auto")))).add(t.ui.isPictureInPictureActive$.subscribe(r=>r?n.onPiPEnter?.():n.onPiPExit?.()));let o=n?.uiInfo;o&&this.subscription.add(t.ui.controlsVisible.subscribe(r=>o.onControlsVisibleChanged?.(r))).add(t.ui.isMobile.subscribe(r=>o.onIsMobileChanged?.(r))).add(t.ui.playerSize.subscribe(r=>o.onPlayerSizeChanged?.(r))).add(t.ui.controls.prevButton.subscribe(r=>o.onPrevButtonChanged?.(r))).add(t.ui.controls.playButton.subscribe(r=>o.onPlayButtonChanged?.(r))).add(t.ui.controls.replayButton.subscribe(r=>o.onReplayButtonChanged?.(r))).add(t.ui.controls.nextButton.subscribe(r=>o.onNextButtonChanged?.(r))).add(t.ui.controls.playPrevChapterButton.subscribe(r=>o.onPlayPrevChapterChanged?.(r))).add(t.ui.controls.seekToInteractiveButton.subscribe(r=>o.onSeekToInteractiveButtonChanged?.(r))).add(t.ui.controls.interactiveGraphButton.subscribe(r=>o.onGraphButtonChanged?.(r))).add(t.ui.controls.liveButton.subscribe(r=>o.onLiveButtonChanged?.(r))).add(t.ui.controls.time.subscribe(r=>o.onTimeUpdateChanged?.(r))).add(t.ui.controls.episodes.subscribe(r=>o.onEpisodesChanged?.(r))).add(t.ui.controls.subtitles.subscribe(r=>o.onSubtitlesChanged?.(r))).add(t.ui.controls.settings.subscribe(r=>o.onSettingsChanged?.(r))).add(t.ui.controls.fullscreen.subscribe(r=>o.onFullscreenChanged?.(r))).add(t.ui.controls.chromecast.subscribe(r=>o.onChromecastChanged?.(r))).add(t.ui.controls.pip.subscribe(r=>o.onPipChanged?.(r))).add(t.ui.controls.vkLogo.subscribe(r=>o.onVkLogoChanged?.(r))).add(t.ui.controls.interactiveTimeIndicator.subscribe(r=>o.onInteractiveTimeIndicatorChanged?.(r)))}playNextVideo(){if(!this.videoConfig)return;let t=!0;if(this.videoConfig.callbacks?.onNextVideoClick)try{t=this.videoConfig.callbacks.onNextVideoClick()}catch{this.log({message:"onNextVideoClick callback failed to execute"})}t&&(this.currentPlayingVideoIndex++,this.currentPlayingVideoIndex>=this.videoConfig.videos.length&&(this.currentPlayingVideoIndex=0),this.log({message:`play next video, index: ${this.currentPlayingVideoIndex}`}),this.createPlayerWithCurrentVideo())}playPrevVideo(){if(!this.videoConfig)return;let t=!0;if(this.videoConfig.callbacks?.onPrevVideoClick)try{t=this.videoConfig.callbacks.onPrevVideoClick()}catch{this.log({message:"onPrevVideoClick callback failed to execute"})}t&&(this.currentPlayingVideoIndex--,this.currentPlayingVideoIndex<0&&(this.currentPlayingVideoIndex=this.videoConfig.videos.length-1),this.log({message:`play prev video, index: ${this.currentPlayingVideoIndex}`}),this.createPlayerWithCurrentVideo())}repeatPlaylist(){this.currentPlayingVideoIndex=0,this.log({message:"repeat playlist"}),this.createPlayerWithCurrentVideo()}createPlayerWithCurrentVideo(t,n=!0){if(!this.videoConfig)return;let o=this.videoConfig.videos[this.currentPlayingVideoIndex];if(!o){this.log({message:"no next video"});return}this.isInited&&(0,on.isNonNullable)(o.unitedVideoId)&&this.store.actions.internal.nextMovie(o.unitedVideoId),this.svelteRootComponent?.$destroy(),this.createPlayer(o,{autoplay:n,fromTime:0},t)}playPrevChapter(){this.interactiveController?.playPrevChapter()}seekToInteractive(){let t=this.interactiveController?.getNextInteractiveStartTime();typeof t=="number"&&this.seekTime(t/1e3)}toggleGraph(){if(!this.isInited)return;let t=this.store,{isEnded$:n,playbackState$:o,graphIsOpened$:r}=t.state,{disabledControls$:l}=t.ui.controls,a=xe(n),s=xe(o);xe(r)?(r.set(!1),this.interactiveController?.toggleGraphView(!1),l.remove(ys),!a&&this.graphMadePause&&this.play()):(this.graphMadePause=s==="playing",r.set(!0),this.interactiveController?.toggleGraphView(!0),l.add(ys),!a&&this.graphMadePause&&this.pause())}async initInteractives(){if(this.videoConfig?.interactiveData)try{let{Interactives:t,EVENT_NAMES:n,CustomError:o}=await import("@vkontakte/videoplayer-interactive");this.interactiveContainer=document.createElement("div"),this.interactiveContainer.classList.add("interactiveContainer");let r=this.store?.interfaceLanguage$,l=r?xe(r):this.videoConfig.interfaceLanguage,{projectInfo:a,initChapterId:s,historyApi:u,videoLoader:f}=this.videoConfig.interactiveData;this.interactiveController=new t({parentElement:this.interactiveContainer,fullscreenTargetElement:this.playerContainer,lang:l,graph:this.uiConfig.features.interactiveGraph,projectInfo:a,initChapterId:s,historyApi:u,vkVideoLoader:f,lastFrame:this.uiConfig.features.interactiveLastFrame,permanentTextControls:this.uiConfig.features.interactiveTextPermanent,initSeamless:!0,config:this.uiConfig.interactive,coreConfig:this.coreConfig});let{isInteractiveExpectation$:p}=this.interactiveController.state;this.uiConfig.features.seekToInteractive&&this.subscription.add(this.interactiveController.getIsSeekable().subscribe(y=>{if(!this.isInited)return;let b=this.store;y?b.ui.controls.disabledControls$.remove("SEEK_TO_INTERACTIVE_BUTTON"):b.ui.controls.disabledControls$.add("SEEK_TO_INTERACTIVE_BUTTON")})),this.subscription.add(p.subscribe(y=>{this.store&&this.store.state.isInteractiveExpectation$.set(y)}));let h=!0;if(this.interactiveController.on(n.playerChanged,y=>{if(!this.videoConfig)return;this.videoConfig.videos[this.currentPlayingVideoIndex]={...y.config,title:a?.title||y.config.title};let b=h?this.videoConfig.autoplay:!0;this.createPlayerWithCurrentVideo(y.player,b),h&&(h=!1)}),this.interactiveController.on(n.interactives,({type:y,actionType:b})=>{if(!this.store)return;let P=p.getValue();if(y==="action-choice"&&b==="setRandomBranch"&&(this.store.state.graphIsOpened$.set(!1),this.store.ui.controls.disabledControls$.remove(jl)),y==="action-choice-canceled"){let C=xe(this.store.state.isPlaying$)||P;if(this.videoConfig?.isMobile&&C){this.store.ui.interactiveHideMobileControls.set(!0);return}this.videoConfig?.callbacks.onDisabledInteractiveClick?.()}}),await this.interactiveController.setManifest(this.videoConfig.interactiveData.manifest),this.videoConfig?.callbacks?.onInteractiveHistoryChanged){let y=this.interactiveController.getHistoryState();this.subscription.add(y.history$.subscribe(b=>{b.length&&this.videoConfig?.callbacks?.onInteractiveHistoryChanged?.(b)}))}this.uiConfig.features.interactiveTimeIndicator&&this.subscription.add(this.interactiveController.events.noInteraction$.subscribe(()=>{this.microStoresRoot?.stores.showInteractiveTimeIndicatorTooltip$.set(!0,!0),this.videoConfig?.callbacks.onInteractiveTimeIndicatorClick?.()})),this.interactiveController.on(n.errors,y=>{this.log({message:y.toString()})})}catch(t){this.log({message:t.message})}}async initInteractivesStatistics(){let{statSubscription:t,oneStat:n}=this.statistics;if(!(!t||!n||!this.interactiveController))try{let{INTERACTIVE_CLICK_ACTIONS:o}=await import("@vkontakte/videoplayer-interactive"),r={[o.GO_NEXT_BUTTON]:dl.InteractiveInterfaceClick.NEXT_BUTTON,[o.GO_NEXT_AREA]:dl.InteractiveInterfaceClick.NEXT_AREA,[o.WATCH_AGAIN]:dl.InteractiveInterfaceClick.WATCH_AGAIN,[o.OPEN_GRAPH]:dl.InteractiveInterfaceClick.GRAPH_SHOW,[o.CLOSE_GRAPH]:dl.InteractiveInterfaceClick.GRAPH_HIDE},{click$:l,nextMovie$:a}=this.interactiveController.getStatEvents(),s=new on.Subject;l.subscribe(u=>{u in r?s.next(r[u]):(n?.logError({errorType:"InteractiveVideosAction",fatal:!1}),this.sentry.report?.(new Error("InteractiveVideosAction"),{errorType:"InteractiveVideosAction",fatal:!1}))}),t.add(n.attachToInteractive({click$:s,nextMovie$:a}))}catch(o){n?.logError({errorType:"InteractiveVideos",fatal:!1}),this.sentry.report?.(o,{errorType:"InteractiveVideosAction",fatal:!1})}}initPlayer(t,n={}){if(!Array.isArray(t.videos)||t.videos.length===0&&!t.interactiveData)throw new Error("empty videos");this.videoConfig=bc(d6,(0,on.cloneDeepWith)(t,o=>o instanceof HTMLElement?o:void 0)),this.uiConfig=Gc(n.ui??{}),this.coreConfig=n.core??{configName:[]},this.statisticsConfig=n.statistics??{},this.sentry={config:this.uiConfig.sentry??{}},(0,on.isNonNullable)(this.videoConfig.isMediaSessionEnabled)&&(this.uiConfig.features.mediaSession=this.videoConfig.isMediaSessionEnabled??!0),(0,on.isNonNullable)(this.videoConfig.isPictureInPictureEnabled)&&(this.uiConfig.features.pip=this.uiConfig.features.pip??this.videoConfig.isPictureInPictureEnabled??!0,this.uiConfig.features.dpip=this.uiConfig.features.dpip??this.videoConfig.isPictureInPictureEnabled??!0),this.videoConfig.isMobile=this.uiConfig.isMobile??this.videoConfig.isMobile,this.videoConfig.autoplay&&=this.uiConfig.features.autoplay,this.videoConfig.showAds=this.uiConfig.ads.enable??this.videoConfig.showAds,this.videoConfig.adsSlotId=this.uiConfig.ads.slot??this.videoConfig.adsSlotId,this.videoConfig.adsPreviewParam=this.uiConfig.ads.preview??this.videoConfig.adsPreviewParam,this.videoConfig.logoHidden=!(this.uiConfig.showLogo??!this.videoConfig.logoHidden),this.videoConfig.canRewindLive&&=this.uiConfig.features.liveRewind,this.videoConfig.supportLink=this.videoConfig.supportLink??this.uiConfig.supportLink,this.currentPlayingVideoIndex=0,this.needToRepeatPlaylist=this.videoConfig.repeat,this.uiConfig.features.pip&&(this.uiConfig.features.dpip?this.pictureInPictureApi=rs.getLatestSupportedVersion():this.pictureInPictureApi=new Eo),this.mediaSessionApi=this.uiConfig.features.mediaSession?new ls:void 0,this.annotationsApi=this.uiConfig.features.annotations?new ss(this.rootContainer):void 0,this.svelteStubComponent?.$destroy(),this.svelteRootComponent?.$destroy(),this.isInited=!1,this.prevIsid=void 0,this.interactiveController&&(this.interactiveController.destroy(),this.interactiveController=void 0),t.interactiveData?this.initInteractives():this.createPlayer(t.videos[0]),Op(this.pictureInPictureApi)&&this.pictureInPictureApi.setPlayerDomElement(this.playerContainer,this._shadowRoot)}isOneVideoPlaylist(){return this.videoConfig?this.videoConfig.videos.length===1:!1}updateNextVideos(t){if(!this.videoConfig)return;this.log({message:`update next videos, videos: ${JSON.stringify(t)}`}),this.videoConfig.videos.splice(this.currentPlayingVideoIndex+1),this.videoConfig.videos.push(...t);let n=this.getNextVideoInfo();this.svelteRootComponent?.$set({showNextPrevButtons:this.needToShowNextPrevButtons(),nextButtonActive:this.isNextButtonActive(),prevButtonActive:this.isPrevButtonActive(),endScreenVideoTitle:n.nextVideoTitle,endScreenVideoThumb:n.nextVideoThumb,isOneVideoPlaylist:this.isOneVideoPlaylist()})}initMediaSession(){this.mediaSessionApi&&(this.unsubscribePlayerPhaseSubscription?.(),this.unsubscribePlayerPhaseSubscription=this.store?.playerPhase.subscribe(t=>{t==="video"?this.setupMediaSessionForVideo():t==="ads"&&this.setupMediaSessionForAds()}))}setupMediaSessionForVideo(){if(!(!this.videoConfig||!this.mediaSessionApi))try{let{title:t,thumbUrl:n}={...this.videoConfig.videos[this.currentPlayingVideoIndex]},o=[["play",()=>this.play()],["pause",()=>this.pause()],["seekto",r=>this.seekTime(r.seekTime)]];this.videoConfig.videos.length>1&&(this.currentPlayingVideoIndex<this.videoConfig.videos.length-1&&o.push(["nexttrack",()=>this.playNextVideo()]),this.currentPlayingVideoIndex>0&&o.push(["previoustrack",()=>this.playPrevVideo()])),this.mediaSessionApi.setMetaData({title:t,thumbUrl:n}),this.mediaSessionApi.updateActionHandlers(o)}catch(t){this.log({message:t.message})}}setupMediaSessionForAds(){if(!(!this.videoConfig||!this.mediaSessionApi))try{let t="\u0420\u0435\u043A\u043B\u0430\u043C\u0430",n=[["play",()=>this.play()],["pause",()=>this.pause()]];this.mediaSessionApi.setMetaData({title:t}),this.mediaSessionApi.updateActionHandlers(n)}catch(t){this.log({message:t.message})}}play(){this.isControlDisabled("PLAY_BUTTON")||this.store?.playerPhase.is("waitingLive")||(this.log({message:"play"}),this.svelteRootComponent?.play())}pause(){this.log({message:"pause"}),this.svelteRootComponent?.pause()}stop(){if(!this.videoConfig)return;this.log({message:"stop"}),this.svelteStubComponent?.$destroy();let t=this.videoConfig.videos[0];t&&(this.svelteRootComponent?.$destroy(),this.createPlayer(t))}setMuted(t){this.log({message:`set muted, muted: ${t}`}),this.svelteRootComponent?.setMuted(t)}setVolume(t){this.log({message:`set volume, volume: ${t}`}),this.svelteRootComponent?.setVolume(t)}setRepeat(t){this.log({message:`set repeat, repeat: ${t}`}),this.needToRepeatPlaylist=t,this.svelteRootComponent?.$set({needToRepeatPlaylist:this.needToRepeatPlaylist,showNextPrevButtons:this.needToShowNextPrevButtons(),nextButtonActive:this.isNextButtonActive(),prevButtonActive:this.isPrevButtonActive()})}seekTime(t){this.isControlDisabled("TIMELINE")||(this.log({message:`seek time, time: ${t}`}),this.svelteRootComponent?.seekTime(t))}seekEpisodeStartTime(t){this.log({message:`seek episode start time, time: ${t}`}),this.svelteRootComponent?.seekEpisodeStartTime(t)}returnFocusToEpisodes(){this.log({message:"return focus to episodes button"}),this.svelteRootComponent?.returnFocusToEpisodes()}setPlaybackRate(t){this.log({message:`set playback rate to: ${t}`}),this.svelteRootComponent?.setPlaybackRate(t)}setAutoQualityLimits(t){this.log({message:`set auto quality limitation. Max: ${t.max??"none"}. Min: ${t.min??"none"}`}),this.svelteRootComponent?.setAutoQualityLimits(t)}addLanguage(t){this.store?.actions.internal.addLanguage(t)}async setLanguage(t){await this.store?.actions.internal.setLanguage(t)}setLiveStart(t){this.log({message:"live started"}),this.store?.actions.internal.setWaitingLive(!1),this.svelteRootComponent?.initVideo(t),this.play()}setWaitRecord(){this.log({message:"post live"}),this.store?.actions.internal.setWaitingRecord(!0),this.store?.destroy()}setLiveEnd(t){this.log({message:"live ended"}),this.store?.actions.internal.setWaitingRecord(!1),this.svelteRootComponent?.$destroy(),this.createPlayer(t,{autoplay:!1})}getDeviceId(){return this.statistics?.oneStat.getDeviceId()??void 0}replayInteractiveVideo(){this.interactiveController&&this.interactiveController.setChapter()}showInteractiveIndicatorTooltip(t,n=!1){this.microStoresRoot?.stores.showInteractiveTimeIndicatorTooltip$.set(t,n)}};var ml=require("@vkontakte/videoplayer-shared"),cs=require("@vkontakte/videoplayer-core"),m6=()=>{window.customElements.define("vk-video-player",us)};
|