ranui 0.2.0-alpha.6 → 0.2.0-alpha.7
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/README.md +37 -2
- package/README.zh-CN.md +39 -9
- package/dist/i18n.d.ts +2 -0
- package/dist/i18n.js +6 -0
- package/dist/index.cjs +4 -4
- package/dist/index.iife.js +13 -13
- package/dist/index.js +75 -74
- package/dist/theme-kOWZbKCq.js +70 -0
- package/dist/theme-switch-B09egc6h.js +104 -0
- package/dist/theme-switch.js +1 -1
- package/dist/theme.d.ts +2 -0
- package/dist/theme.js +9 -0
- package/dist/utils/i18n/index.d.ts +17 -1
- package/dist/utils/i18n.js +16 -15
- package/package.json +17 -1
- package/dist/theme-switch-B_FZvqBN.js +0 -170
package/dist/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var Wc=(i,d)=>()=>(d||(i((d={exports:{}}).exports,d),i=null),d.exports),ci="ran-theme",wr=null,Er=null,di=i=>{if(i&&"style"in i)return i;if(i&&"documentElement"in i)return i.documentElement;if(!(typeof document>"u"))return document.documentElement},xo=i=>{const d=typeof window<"u"&&window.matchMedia("(prefers-color-scheme: dark)").matches;i.setAttribute("data-ran-theme",d?"dark":"light"),i.setAttribute("theme",d?"dark":"light")},Xc=()=>{wr&&Er&&(wr.removeEventListener("change",Er),wr=null,Er=null)},La=(i,d)=>{const g=di(d);if(g){if(Xc(),i==="system"){if(typeof window>"u")return;xo(g),wr=window.matchMedia("(prefers-color-scheme: dark)"),Er=()=>xo(g),wr.addEventListener("change",Er);try{localStorage.setItem(ci,"system")}catch{}return}g.setAttribute("data-ran-theme",i),g.setAttribute("theme",i);try{localStorage.setItem(ci,i)}catch{}}},$o=i=>{const d=di(i);if(!d)return"";const g=d.getAttribute("data-ran-theme")||d.getAttribute("theme")||"";if(g==="light"||g==="dark"){try{if(localStorage.getItem(ci)==="system")return"system"}catch{}return g}return""},ts=(i,d,g)=>{const m=di(g);m&&m.style.setProperty(i,String(d))},es=(i,d)=>{const g=di(d);g&&g.style.removeProperty(i)},Jc=(i,d)=>{Object.entries(i).forEach(([g,m])=>{if(m==null){es(g,d);return}ts(g,m,d)})},_c=i=>{if(!(typeof localStorage>"u"))try{const d=localStorage.getItem(ci);(d==="light"||d==="dark"||d==="system")&&La(d,i)}catch{}},rs=class{_events=new Map;tap=(i,d)=>{this._events.get(i)&&i!==Symbol.for("NEW_LISTENER")&&this.call(Symbol.for("NEW_LISTENER"),i);const g=this._events.get(i)||new Set;return typeof d=="function"?g.add({name:i,callback:d}):g.add(d),this._events.set(i,g),this};call=(i,...d)=>((this._events.get(i)||new Set).forEach(g=>{const{callback:m}=g;m(...d)}),this);callSync=async(i,...d)=>{const g=this._events.get(i)||new Set;for(const m of g){const{callback:k}=m;await k(...d)}return this};once=(i,d)=>{let g;if(typeof d=="function")g={name:i,callback:(...m)=>{d(...m),this.off(i,g)},initialCallback:d};else{const{callback:m}=d;g={name:i,callback:(...k)=>{m(...k),this.off(i,g)},initialCallback:m}}return this.tap(i,g),this};off=(i,d)=>{const g=[...this._events.get(i)||new Set].filter(m=>{if(typeof d=="function")return m.callback!==d&&m.initialCallback!==d;{const{callback:k}=d;return m.callback!==k&&m.initialCallback!==k}});return this._events.set(i,new Set(g)),this}},Sa=(i=8)=>Math.random().toString(36).substring(2,i+2),Ro=(i="")=>{if(i.length===0)return 0;if(i.endsWith("%")){const d=Number(i.replace("%",""));return d>1?d/100:d}return Number(i)},Yt=(i,d=0,g=1)=>Math.min(g,Math.max(d,i)),jc=i=>typeof i=="function";function ni(i){return i<10?`0${i}`:i}var We=i=>{if(i===0)return"00:00";if(!i)return"";const d=Math.trunc(i/3600),g=Math.trunc(i%3600/60),m=ni(Math.trunc(i-3600*d-60*g));return d===0?`${ni(g)}:${m}`:`${ni(d)}:${ni(g)}:${m}`},Lo=()=>{if(typeof window<"u"){const i=navigator.userAgent.toLowerCase();return/ipad|ipod/.test(i)?"ipad":/android/.test(i)?"android":/iphone/.test(i)?"iphone":"pc"}return"pc"},is=typeof window<"u",Cr=()=>{if(!is)return!1;const i=window.navigator.userAgent;return!!/Android|webOS|iPhone|iPod|iPad|BlackBerry/i.test(i)},pr=i=>{const d=i.backingStorePixelRatio||i.webkitBackingStorePixelRatio||i.mozBackingStorePixelRatio||i.msBackingStorePixelRatio||i.oBackingStorePixelRatio||1;return(is&&window.devicePixelRatio||1)/d},Zc=12e4,$c="__ranuts_bridge__",td="default",Fo=new class{bridges=new Set;attachedWindow=null;handleMessage=i=>{for(const d of Array.from(this.bridges))d.receive(i)};add(i){this.bridges.add(i),typeof window<"u"&&this.attachedWindow!==window&&(window.addEventListener("message",this.handleMessage),this.attachedWindow=window)}remove(i){this.bridges.delete(i),this.bridges.size===0&&this.attachedWindow&&(this.attachedWindow.removeEventListener("message",this.handleMessage),this.attachedWindow=null)}},ed=class{targetWindow;targetOrigin;messageHandlers;pendingRequests;channel;senderId;available;constructor(i,d="*",g=td){this.targetOrigin=d,this.channel=g,this.senderId=Sa(12),this.messageHandlers=new Map,this.pendingRequests=new Map,this.available=typeof window<"u",this.available?(this.targetWindow=i??window,Fo.add(this)):this.targetWindow=void 0}post(i,d){const g={...d,__bridge:$c,channel:this.channel,senderId:this.senderId};i.postMessage(g,this.targetOrigin)}receive=i=>{if(!this.available||this.targetOrigin!=="*"&&i.origin!==this.targetOrigin||i.source&&i.source!==this.targetWindow)return;const d=i.data;if(!d||typeof d!="object"||d.__bridge!=="__ranuts_bridge__"||(d.channel??"default")!==this.channel)return;const{type:g,payload:m,id:k,isResponse:S,isError:F,senderId:U}=d;if(S&&k){const Z=this.pendingRequests.get(k);Z&&(F?Z.reject(new Error(typeof m=="string"?m:"Bridge request failed")):Z.resolve(m),this.pendingRequests.delete(k));return}if(U&&U===this.senderId||typeof g!="string"||!this.messageHandlers.has(g))return;const tt=this.messageHandlers.get(g);if(jc(tt)){const Z=i.source??this.targetWindow;Promise.resolve(tt(m)).then(Ut=>{k&&this.post(Z,{type:g,payload:Ut,id:k,isResponse:!0})}).catch(Ut=>{k&&this.post(Z,{type:g,payload:Ut instanceof Error?Ut.message:String(Ut),id:k,isResponse:!0,isError:!0})})}};on=(i,d)=>{this.messageHandlers.set(i,d)};off=i=>{this.messageHandlers.delete(i)};send=async(i,d)=>{if(!this.available)return Promise.reject(new Error("PostMessageBridge is unavailable outside a browser environment"));const g=Sa(10);return new Promise((m,k)=>{const S=setTimeout(()=>{this.pendingRequests.has(g)&&(this.pendingRequests.delete(g),k(new Error("Request timeout")))},Zc),F=U=>{clearTimeout(S),k(U)};this.pendingRequests.set(g,{resolve:U=>{clearTimeout(S),m(U)},reject:F});try{this.post(this.targetWindow,{type:i,payload:d,id:g})}catch(U){this.pendingRequests.delete(g),F(U instanceof Error?U:new Error("Failed to post message"))}})};broadcast=i=>{if(this.available)try{this.post(this.targetWindow,{type:i.type,payload:i.payload})}catch{}};destroy=()=>{Fo.remove(this),this.messageHandlers.clear(),this.pendingRequests.forEach(i=>{i.reject(new Error("Bridge destroyed"))}),this.pendingRequests.clear()}},rd=class br{static instance;bridges=new Map;constructor(){}static getInstance(){return br.instance||(br.instance=new br),br.instance}connectClient=({id:d,targetOrigin:g,targetWindow:m,channel:k})=>{const S=new ed(m,g,k);if(d||(d=Sa(10)),this.bridges.has(d))throw new Error(`Bridge ${d} already exists`);return this.bridges.set(d,S),{bridge:S,id:d}};getClient=d=>this.bridges.get(d);removeClient=d=>{const g=this.bridges.get(d);g&&(g.destroy(),this.bridges.delete(d))};removeAllClient=()=>{this.bridges.forEach(d=>{d.destroy()}),this.bridges.clear()};broadcast=d=>{this.bridges.forEach(g=>{g.broadcast(d)})};sendTo=(d,g,m)=>{const k=this.getClient(d);return k?k.send(g,m):Promise.reject(new Error(`Bridge ${d} not found`))}},uu=rd.getInstance(),gu=new rs,G=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],N=class{highOrder;lowOrder;constructor(i,d){this.highOrder=i,this.lowOrder=d}},fu=[new N(G[0],3609767458),new N(G[1],602891725),new N(G[2],3964484399),new N(G[3],2173295548),new N(G[4],4081628472),new N(G[5],3053834265),new N(G[6],2937671579),new N(G[7],3664609560),new N(G[8],2734883394),new N(G[9],1164996542),new N(G[10],1323610764),new N(G[11],3590304994),new N(G[12],4068182383),new N(G[13],991336113),new N(G[14],633803317),new N(G[15],3479774868),new N(G[16],2666613458),new N(G[17],944711139),new N(G[18],2341262773),new N(G[19],2007800933),new N(G[20],1495990901),new N(G[21],1856431235),new N(G[22],3175218132),new N(G[23],2198950837),new N(G[24],3999719339),new N(G[25],766784016),new N(G[26],2566594879),new N(G[27],3203337956),new N(G[28],1034457026),new N(G[29],2466948901),new N(G[30],3758326383),new N(G[31],168717936),new N(G[32],1188179964),new N(G[33],1546045734),new N(G[34],1522805485),new N(G[35],2643833823),new N(G[36],2343527390),new N(G[37],1014477480),new N(G[38],1206759142),new N(G[39],344077627),new N(G[40],1290863460),new N(G[41],3158454273),new N(G[42],3505952657),new N(G[43],106217008),new N(G[44],3606008344),new N(G[45],1432725776),new N(G[46],1467031594),new N(G[47],851169720),new N(G[48],3100823752),new N(G[49],1363258195),new N(G[50],3750685593),new N(G[51],3785050280),new N(G[52],3318307427),new N(G[53],3812723403),new N(G[54],2003034995),new N(G[55],3602036899),new N(G[56],1575990012),new N(G[57],1125592928),new N(G[58],2716904306),new N(G[59],442776044),new N(G[60],593698344),new N(G[61],3733110249),new N(G[62],2999351573),new N(G[63],3815920427),new N(3391569614,3928383900),new N(3515267271,566280711),new N(3940187606,3454069534),new N(4118630271,4000239992),new N(116418474,1914138554),new N(174292421,2731055270),new N(289380356,3203993006),new N(460393269,320620315),new N(685471733,587496836),new N(852142971,1086792851),new N(1017036298,365543100),new N(1126000580,2618297676),new N(1288033470,3409855158),new N(1501505948,4234509866),new N(1607167915,987167468),new N(1816402316,1246189591)],pu=[new N(0,1),new N(0,32898),new N(2147483648,32906),new N(2147483648,2147516416),new N(0,32907),new N(0,2147483649),new N(2147483648,2147516545),new N(2147483648,32777),new N(0,138),new N(0,136),new N(0,2147516425),new N(0,2147483658),new N(0,2147516555),new N(2147483648,139),new N(2147483648,32905),new N(2147483648,32771),new N(2147483648,32770),new N(2147483648,128),new N(0,32778),new N(2147483648,2147483658),new N(2147483648,2147516545),new N(2147483648,32896),new N(0,2147483649),new N(2147483648,2147516424)],Ar=(i,d=500)=>{let g;return(...m)=>{clearTimeout(g),g=setTimeout(()=>{i.apply(void 0,m)},d)}},re=(i,d)=>{if(typeof document>"u")return;const g=i.classList;g.contains(d)||g.add(d)},fe=(i,d)=>{if(typeof document>"u")return;const g=i.classList;g.contains(d)&&g.remove(d)},as=()=>{let i=0,d=null;return function(g,m=300){return function(...k){const S=Date.now();S-i>=m?(d!=null&&(clearTimeout(d),d=null),i=S,g.apply(this,k)):d??=window.setTimeout(()=>{i=Date.now(),g.apply(this,k),d=null},m-(S-i))}}},Aa=new Map([[100,"Continue"],[101,"Switching Protocols"],[102,"Processing"],[103,"Early Hints"],[200,"OK"],[201,"Created"],[202,"Accepted"],[203,"Non-Authoritative Information"],[204,"No Content"],[205,"Reset Content"],[206,"Partial Content"],[207,"Multi-Status"],[208,"Already Reported"],[226,"IM Used"],[300,"Multiple Choices"],[301,"Moved Permanently"],[302,"Found"],[303,"See Other"],[304,"Not Modified"],[305,"Use Proxy"],[307,"Temporary Redirect"],[308,"Permanent Redirect"],[400,"Bad Request"],[401,"Unauthorized"],[402,"Payment Required"],[403,"Forbidden"],[404,"Not Found"],[405,"Method Not Allowed"],[406,"Not Acceptable"],[407,"Proxy Authentication Required"],[408,"Request Timeout"],[409,"Conflict"],[410,"Gone"],[411,"Length Required"],[412,"Precondition Failed"],[413,"Payload Too Large"],[414,"URI Too Long"],[415,"Unsupported Media Type"],[416,"Range Not Satisfiable"],[417,"Expectation Failed"],[418,"I'm a Teapot"],[421,"Misdirected Request"],[422,"Unprocessable Entity"],[423,"Locked"],[424,"Failed Dependency"],[425,"Too Early"],[426,"Upgrade Required"],[428,"Precondition Required"],[429,"Too Many Requests"],[431,"Request Header Fields Too Large"],[451,"Unavailable For Legal Reasons"],[500,"Internal Server Error"],[501,"Not Implemented"],[502,"Bad Gateway"],[503,"Service Unavailable"],[504,"Gateway Timeout"],[505,"HTTP Version Not Supported"],[506,"Variant Also Negotiates"],[507,"Insufficient Storage"],[508,"Loop Detected"],[509,"Bandwidth Limit Exceeded"],[510,"Not Extended"],[511,"Network Authentication Required"]]),Au={message:Aa,code:(function(i){const d=new Map;for(const[g,m]of i)d.set(m.toLowerCase(),g);return d})(Aa),codes:(function(i){const d=[];for(const[g,m]of i)d.push(g);return d})(Aa),redirect:{300:!0,301:!0,302:!0,303:!0,305:!0,307:!0,308:!0},empty:{204:!0,205:!0,304:!0},retry:{502:!0,503:!0,504:!0}},id='.remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{box-sizing:var(--ran-btn-box-sizing, border-box);position:var(--ran-btn-position, relative);display:var(--ran-btn-display, inline-flex);background-image:var(--ran-btn-background-image, none);box-shadow:var(--ran-btn-box-shadow, var(--ran-skin-raised-shadow, 0 2px #00000004));cursor:var(--ran-btn-cursor, pointer);-webkit-user-select:var(--ran-btn-user-select, none);user-select:var(--ran-btn-user-select, none);touch-action:var(--ran-btn-touch-action, manipulation);overflow:var(--ran-btn-overflow, hidden);pointer-events:var(--ran-btn-pointer-events, auto)}:host .ran-btn{box-sizing:var(--ran-btn-contain-box-sizing, border-box);position:var(--ran-btn-contain-position, relative);display:var(--ran-btn-contain-display, block);background-image:var(--ran-btn-contain-background-image, none);cursor:var(--ran-btn-contain-cursor, pointer);transition:var(--ran-btn-contain-transition, opacity var(--ran-motion-duration-base, .2s) cubic-bezier(.645, .045, .355, 1));-webkit-user-select:var(--ran-btn-contain-user-select, none);user-select:var(--ran-btn-contain-user-select, none);touch-action:var(--ran-btn-contain-touch-action, manipulation);border-radius:var(--ran-btn-content-border-radius, var(--ran-radius-sm, 6px));background:var(--ran-btn-contain-background, var(--ran-color-bg-elevated, #fff))}:host,:host(:active),:host(:focus){outline:0;-webkit-tap-highlight-color:transparent}:host .ran-btn,:host(:active) .ran-btn,:host(:focus) .ran-btn{outline:var(--ran-btn-contain-outline, 0)}:host(:focus-visible){outline:var(--ran-btn-focus-outline, 2px solid var(--ran-color-primary));outline-offset:var(--ran-btn-focus-outline-offset, 2px)}:host([type="primary"]) .ran-btn-content{background-color:var(--ran-btn-content-background-color, var(--ran-color-primary, #006bff));background-image:var(--ran-btn-content-background-image, none);border-color:var(--ran-btn-content-border-color, var(--ran-color-primary, #006bff));color:var(--ran-btn-content-color, #fff)}:host([type="primary"]:not([disabled])) .ran-btn:after{background-image:var(--ran-btn-after-background-image, radial-gradient(circle, #fff 10%, transparent 10.01%))}:host([type="primary"]:not([disabled]):active) .ran-btn-content{background-color:var(--ran-btn-content-active-background-color, var(--ran-color-primary-active, #005ff2));border-color:var(--ran-btn-content-active-border-color, var(--ran-color-primary-active, #005ff2))}:host([type="contrast"]) .ran-btn-content{background-color:var(--ran-btn-content-background-color, var(--ran-color-contrast-bg, #171717));background-image:var(--ran-btn-content-background-image, none);border-color:var(--ran-btn-content-border-color, var(--ran-color-contrast-bg, #171717));color:var(--ran-btn-content-color, var(--ran-color-contrast-text, #fff))}:host([type="contrast"]:not([disabled])) .ran-btn:after{background-image:var(--ran-btn-after-background-image, radial-gradient(circle, var(--ran-color-contrast-text, #fff) 10%, transparent 10.01%))}:host([type="contrast"]:not([disabled]):active) .ran-btn-content{background-color:var(--ran-btn-content-active-background-color, var(--ran-color-contrast-bg-active, #4d4d4d));border-color:var(--ran-btn-content-active-border-color, var(--ran-color-contrast-bg-active, #4d4d4d))}@media(min-width:1024px){:host(:not([disabled]):hover) .ran-btn-content{border-color:var(--ran-btn-content-hover-border-color, var(--ran-color-border-hover, #c9c9c9));color:var(--ran-btn-content-hover-color, var(--ran-color-text, #171717))}:host([type="primary"]:not([disabled]):hover) .ran-btn-content{background-color:var(--ran-btn-content-hover-background-color, var(--ran-color-primary-hover, #0059ec));border-color:var(--ran-btn-content-hover-border-color, var(--ran-color-primary-hover, #0059ec));color:var(--ran-btn-content-hover-color, #fff)}:host([type="contrast"]:not([disabled]):hover) .ran-btn-content{background-color:var(--ran-btn-content-hover-background-color, var(--ran-color-contrast-bg-hover, #383838));border-color:var(--ran-btn-content-hover-border-color, var(--ran-color-contrast-bg-hover, #383838));color:var(--ran-btn-content-hover-color, var(--ran-color-contrast-text, #fff))}:host([type="warning"]:not([disabled]):hover) .ran-btn-content{border-color:var(--ran-btn-content-warning-border-color, var(--ran-color-danger, #ff4d4f));background-color:var(--ran-btn-content-warning-background-color, var(--ran-color-danger, #ff4d4f));color:var(--ran-btn-content-warning-color, #fff)}}:host([type="warning"]) .ran-btn-content{border-color:var(--ran-btn-content-warning-border-color, var(--ran-color-danger, #ff4d4f));background-color:var(--ran-btn-content-warning-background-color, var(--ran-color-danger, #ff4d4f));background-image:var(--ran-btn-content-background-image, none);color:var(--ran-btn-content-warning-color, #fff)}:host([type="warning"]:not([disabled])) .ran-btn:after{background-image:var(--ran-btn-after-background-image, radial-gradient(circle, #fff 10%, transparent 10.01%))}:host([type="text"]) .ran-btn-content{border:var(--ran-btn-content-text-border, none)}:host([disabled]){cursor:var(--ran-btn-disabled-cursor, not-allowed);pointer-events:var(--ran-btn-disabled-pointer-events, all);opacity:var(--ran-btn-disabled-opacity, .6)}:host([disabled]) .ran-btn{cursor:var(--ran-btn-disabled-container-cursor, not-allowed);pointer-events:var(--ran-btn-disabled-container-pointer-events, all);opacity:var(--ran-btn-disabled-container-opacity, .6)}:host(:not([disabled]):active) .ran-btn:after{transform:var(--ran-btn-after-transform, translate(-50%, -50%) scale(0));opacity:var(--ran-btn-after-opacity, .3);transition:var(--ran-btn-after-transition, 0s)}@media(min-width:1024px){:host(:not([disabled],[effect])) .ran-btn:after{content:"";display:block;position:absolute;width:100%;height:100%;left:var(--ran-x, 0);top:var(--ran-y, 0);pointer-events:none;background-image:radial-gradient(circle,var(--ran-gray-alpha-400, #00000014) 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;transform:translate(-50%,-50%) scale(10);opacity:0;transition:transform .3s,opacity .8s}}:host .slot{display:var(--ran-btn-slot-display, block)}.ran-btn-content{display:var(--ran-btn-content-display, flex);justify-content:var(--ran-btn-content-display, space-between);align-items:var(--ran-btn-content-align-items, center);padding:var(--ran-btn-content-padding, 4px 15px);border:var(--ran-btn-content-border, 1px solid transparent);border-image-source:var(--ran-btn-content-border-image-source, none);border-image-slice:var(--ran-btn-content-border-image-slice, 8);border-image-width:var(--ran-btn-content-border-image-width, 4px);border-image-outset:0;border-image-repeat:stretch;border-radius:var(--ran-btn-content-border-radius, var(--ran-radius-sm, 6px));border-color:var(--ran-btn-content-border-color, var(--ran-color-border, #eaeaea));color:var(--ran-btn-content-color, var(--ran-color-text, #000000d9));line-height:var(--ran-btn-content-line-height, 22px);font-size:var(--ran-btn-content-font-size, 14px);font-weight:var(--ran-btn-content-font-weight, 400);font-family:var(--ran-btn-content-font-family, var(--ran-skin-font-family, inherit));white-space:var(--ran-btn-content-white-space, nowrap);text-align:var(--ran-btn-content-text-align, center);box-sizing:var(--ran-btn-content-box-sizing, border-box)}.ran-btn-content .icon{margin-right:var(--ran-btn-icon-margin-right, 2px)}',ge=typeof document>"u",Rt=class{ac;constructor(){this.ac=new AbortController}get signal(){return this.ac.signal}on(i,d,g,m){return i.addEventListener(d,g,{...m,signal:this.ac.signal}),this}delegate(i,d,g,m,k){return i.addEventListener(g,S=>{const F=S.target?.closest(d);F&&i.contains(F)&&m(S,F)},{...k,signal:this.ac.signal}),this}abort(){this.ac.abort(),this.ac=new AbortController}},Ir=null,kr=null,Oo=null;function ad(i,d){const g=d?.equals??Object.is;let m=i;const k=new Set;return[()=>(Ir&&kr&&(k.add(Ir),kr.add(k)),m),U=>{const tt=typeof U=="function"?U(m):U;if(!g(m,tt))if(m=tt,Oo)for(const Z of k)Oo.add(Z);else for(const Z of[...k])Z()}]}function oi(i){let d,g=!1;const m=new Set,k=()=>{if(g)return;d?.();for(const U of m)U.delete(k);m.clear();const S=Ir,F=kr;Ir=k,kr=m;try{d=i()??void 0}finally{Ir=S,kr=F}};return k(),()=>{g=!0,d?.();for(const S of m)S.delete(k);m.clear()}}function Xe(i){return typeof i!="string"?String(i):i.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}function Po(i){return Xe(i)}var nd=i=>typeof i=="string"?!1:"tagName"in i&&"childrenList"in i,od=(i,d)=>{const g=d.trim();if(!g)return!1;if(g.startsWith("."))return i.classList.contains(g.slice(1));if(g.startsWith("#"))return i.getAttribute("id")===g.slice(1);if(g.startsWith("[")&&g.endsWith("]")){const[m,k]=g.slice(1,-1).trim().split("="),S=(m||"").trim();if(!S)return!1;if(k==null)return i.hasAttribute(S);const F=k.trim().replace(/^['"]|['"]$/g,"");return i.getAttribute(S)===F}return i.tagName===g.toLowerCase()},hi=(i,d,g)=>{for(const m of i)nd(m)&&(od(m,d)&&g.push(m),hi(m.childrenList,d,g))},Ta=class{childrenList=[];appendChild(i){return this.childrenList.push(i),i}serialize(){return this.childrenList.map(i=>typeof i=="string"?Xe(i):i.serialize()).join("")}querySelector(i){const d=this.querySelectorAll(i);return d.length>0?d[0]:null}querySelectorAll(i){const d=[];return hi(this.childrenList,i,d),d}},Fa=class{tagName;attributes=new Map;inlineStyles=new Map;childrenList=[];shadowRoot=null;textContent=null;content;eventListeners=new Map;style={setProperty:(i,d)=>{const g=i.startsWith("--")?i:i.replace(/([A-Z])/g,"-$1").toLowerCase();this.inlineStyles.set(g,d)},removeProperty:i=>this.inlineStyles.delete(i)};classList={add:(...i)=>{const d=this.attributes.get("class")||"",g=new Set([...d.split(" ").filter(Boolean),...i]);this.attributes.set("class",Array.from(g).join(" "))},remove:(...i)=>{const d=(this.attributes.get("class")||"").split(" ").filter(g=>!i.includes(g));this.attributes.set("class",d.join(" "))},toggle:i=>{this.classList.contains(i)?this.classList.remove(i):this.classList.add(i)},contains:i=>(this.attributes.get("class")||"").split(" ").includes(i)};_innerHTML="";get innerHTML(){return this._innerHTML}set innerHTML(i){this._innerHTML=i,this.tagName==="template"&&this.content&&(this.content.childrenList=[i])}constructor(i="div"){this.tagName=i.toLowerCase(),this.tagName==="template"&&(this.content=new Ta)}get hidden(){return this.hasAttribute("hidden")}set hidden(i){i?this.setAttribute("hidden",""):this.removeAttribute("hidden")}setAttribute(i,d){this.attributes.set(i,d)}getAttribute(i){return this.attributes.get(i)||null}removeAttribute(i){this.attributes.delete(i)}hasAttribute(i){return this.attributes.has(i)}appendChild(i){return this.childrenList.push(i),i}attachShadow(i){return this.shadowRoot=new sd(this,i),this.shadowRoot}querySelector(i){const d=this.querySelectorAll(i);return d.length>0?d[0]:null}querySelectorAll(i){const d=[];return hi(this.childrenList,i,d),d}addEventListener(i,d){const g=this.eventListeners.get(i)||new Set;g.add(d),this.eventListeners.set(i,g)}removeEventListener(i,d){const g=this.eventListeners.get(i);g&&(g.delete(d),g.size===0&&this.eventListeners.delete(i))}dispatchEvent(i){const d=this.eventListeners.get(i.type);if(!d||d.size===0)return!0;for(const g of d)typeof g=="function"?g.call(this,i):g.handleEvent(i);return!i.defaultPrevented}serialize(i){typeof this._preSerialize=="function"&&this._preSerialize();const d=i||this._ssrTag||this.tagName,g=Array.from(this.attributes.entries()).map(([F,U])=>` ${F}="${Po(U)}"`).join(""),m=Array.from(this.inlineStyles.entries()).map(([F,U])=>`${F}:${U}`).join(";"),k=m?` style="${Po(m)}"`:"";let S="";return this.shadowRoot&&(S+=this.shadowRoot.serialize()),this.textContent!==null?S+=Xe(this.textContent):this._innerHTML?S+=this._innerHTML:S+=this.childrenList.map(F=>typeof F=="string"?Xe(F):(F instanceof Ta,F.serialize())).join(""),["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"].includes(d)&&!S?`<${d}${g}${k} />`:`<${d}${g}${k}>${S}</${d}>`}},sd=class{host;options;childrenList=[];adoptedStyleSheets=[];constructor(i,d){this.host=i,this.options=d}appendChild(i){return this.childrenList.push(i),i}querySelector(i){const d=this.querySelectorAll(i);return d.length>0?d[0]:null}querySelectorAll(i){const d=[];return hi(this.childrenList,i,d),d}serialize(){return`<template shadowrootmode="${this.options.mode}"${this.options.delegatesFocus?" shadowrootdelegatesfocus":""}>${this.adoptedStyleSheets.map(i=>`<style>${Xe(i)}</style>`).join("")}${this.childrenList.map(i=>typeof i=="string"?Xe(i):(i instanceof Ta,i.serialize())).join("")}</template>`}},ns=class os{el;constructor(d){this.el=ge?new Fa(d):document.createElement(d)}id(d){return this.el.setAttribute("id",d),this}class(d){return ge?this.el.attributes.set("class",d):this.el.className=d,this}addClass(...d){return d.forEach(g=>this.el.classList.add(g)),this}removeClass(...d){return d.forEach(g=>this.el.classList.remove(g)),this}attr(d,g){return this.el.setAttribute(d,g),this}attrs(d){return Object.entries(d).forEach(([g,m])=>{m!=null&&this.el.setAttribute(g,String(m))}),this}boolAttr(d,g,m=""){return g?this.el.setAttribute(d,m):this.el.removeAttribute(d),this}part(d){return this.el.setAttribute("part",d),this}data(d,g){return this.attr(`data-${d}`,g)}style(d,g){return typeof d=="string"?this.el.style.setProperty(d,g??""):Object.entries(d).forEach(([m,k])=>this.el.style.setProperty(m,k)),this}cssVar(d,g){const m=d.startsWith("--")?d:`--${d}`;return this.style(m,g)}aria(d,g){return this.attr(`aria-${d}`,g)}role(d){return this.attr("role",d)}tabIndex(d){return this.attr("tabindex",String(d))}label(d){return this.aria("label",d)}labelledBy(d){return this.aria("labelledby",d)}describedBy(d){return this.aria("describedby",d)}ariaHidden(d=!0){return this.aria("hidden",String(d))}on(d,g,m){return this.el.addEventListener(d,g,m),this}listen(d,g,m,k){return d.on(this.el,g,m,k),this}delegate(d,g,m,k,S){return d.delegate(this.el,g,m,k,S),this}children(...d){const g=m=>m.reduce((k,S)=>Array.isArray(S)?k.concat(g(S)):k.concat(S),[]);return g(d).forEach(m=>{m!=null&&(m instanceof os?this.el.appendChild(m.build()):typeof m=="string"?ge?this.el.appendChild(m):this.el.appendChild(document.createTextNode(m)):this.el.appendChild(m))}),this}replaceChildren(...d){if(ge){const g=this.el;g.childrenList=[]}else this.el.replaceChildren();return this.children(...d)}text(d){return this.el.textContent=d,this}ref(d){return d.current=this.el,this}shadow(d={mode:"closed"}){const g=this.el.attachShadow(d);return new ld(this.el,g,d)}build(){return this.el}serialize(){if(ge)return this.el.serialize();const d=document.createElement("div");return d.appendChild(this.el.cloneNode(!0)),d.innerHTML}},ld=class{root;hostEl;options;constructor(i,d,g){this.hostEl=i,this.root=d,this.options=g}children(...i){const d=g=>g.reduce((m,k)=>Array.isArray(k)?m.concat(d(k)):m.concat(k),[]);return d(i).forEach(g=>{g!=null&&(g instanceof ns?this.root.appendChild(g.build()):typeof g=="string"?ge?this.root.appendChild(g):this.root.appendChild(document.createTextNode(g)):this.root.appendChild(g))}),this}adoptSheet(...i){return this.root.adoptedStyleSheets=[...this.root.adoptedStyleSheets,...i],this}css(i){if(ge)return this.root.adoptedStyleSheets.push(i),this;if(typeof CSSStyleSheet<"u")try{const g=new CSSStyleSheet;return g.replaceSync(i),this.root.adoptedStyleSheets=[...this.root.adoptedStyleSheets,g],this}catch{}const d=document.createElement("style");return d.textContent=i,this.root.appendChild(d),this}done(){return{host:this.hostEl,shadow:this.root}}serialize(){return ge?this.root.serialize():this.root.innerHTML}},ot=i=>new ns(i),x=()=>ot("div"),ye=()=>ot("span"),It=()=>ot("slot"),Mo=()=>ot("button"),Oa=()=>ot("input"),cd=()=>ot("style"),dd=()=>ot("label"),ee=[!1,"false",null,void 0],bt=i=>{const d=i.hasAttribute("disabled"),g=i.getAttribute("disabled");return!!(d&&!ee.includes(g))},ss=new Map;function ut(i,d){ge?(ss.set(i,d),d.prototype._ssrTag=i):customElements.get(i)||customElements.define(i,d)}function hd(){return ss}var ls=()=>typeof document<"u"?HTMLElement:Fa,dt=ls(),ud=i=>{if(i.tagName&&i.tagName!=="div")return i.tagName;const d=hd();for(const[g,m]of d)if(i instanceof m)return g;return i.constructor.name.toLowerCase()},gd=i=>{if(!i)return"";const d=ud(i);return typeof i.serialize=="function"||i instanceof Fa?i.serialize(d):""},ma=new Map,va=new Map,fd=(i,d)=>{if(!(typeof document>"u")&&d){if(typeof CSSStyleSheet<"u")try{if(!ma.has(d)){const m=new CSSStyleSheet;m.replaceSync(d),ma.set(d,m)}const g=ma.get(d);i.adoptedStyleSheets.includes(g)||(i.adoptedStyleSheets=[...i.adoptedStyleSheets,g]);return}catch{}if(!i.querySelector("style[data-ranui]")){const g=document.createElement("style");g.setAttribute("data-ranui",""),g.textContent=d,i.appendChild(g)}}},pd=(i,d)=>{if(!(typeof document>"u")&&d){if(typeof CSSStyleSheet<"u")try{if(!va.has(d)){const m=new CSSStyleSheet;m.replaceSync(d),va.set(d,m)}const g=va.get(d);i.adoptedStyleSheets.includes(g)||(i.adoptedStyleSheets=[...i.adoptedStyleSheets,g]);return}catch{}if(!Array.from(i.querySelectorAll("style[data-ranui-sheet]")).some(g=>g.textContent===d)){const g=document.createElement("style");g.setAttribute("data-ranui-sheet",""),g.textContent=d,i.appendChild(g)}}},Uo=new WeakMap,Qo="@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}",gt=(i,d="",g={mode:"closed"})=>{const m=i.shadowRoot||Uo.get(i)||i.attachShadow(g);return Uo.set(i,m),fd(m,d?`${d}
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var Wc=(i,d)=>()=>(d||(i((d={exports:{}}).exports,d),i=null),d.exports),ci="ran-theme",wr=null,Er=null,di=i=>{if(i&&"style"in i)return i;if(i&&"documentElement"in i)return i.documentElement;if(!(typeof document>"u"))return document.documentElement},xo=i=>{const d=typeof window<"u"&&window.matchMedia("(prefers-color-scheme: dark)").matches;i.setAttribute("data-ran-theme",d?"dark":"light"),i.setAttribute("theme",d?"dark":"light")},Xc=()=>{wr&&Er&&(wr.removeEventListener("change",Er),wr=null,Er=null)},La=(i,d)=>{const g=di(d);if(g){if(Xc(),i==="system"){if(typeof window>"u")return;xo(g),wr=window.matchMedia("(prefers-color-scheme: dark)"),Er=()=>xo(g),wr.addEventListener("change",Er);try{localStorage.setItem(ci,"system")}catch{}return}g.setAttribute("data-ran-theme",i),g.setAttribute("theme",i);try{localStorage.setItem(ci,i)}catch{}}},$o=i=>{const d=di(i);if(!d)return"";const g=d.getAttribute("data-ran-theme")||d.getAttribute("theme")||"";if(g==="light"||g==="dark"){try{if(localStorage.getItem(ci)==="system")return"system"}catch{}return g}return""},ts=(i,d,g)=>{const m=di(g);m&&m.style.setProperty(i,String(d))},es=(i,d)=>{const g=di(d);g&&g.style.removeProperty(i)},Jc=(i,d)=>{Object.entries(i).forEach(([g,m])=>{if(m==null){es(g,d);return}ts(g,m,d)})},_c=i=>{if(!(typeof localStorage>"u"))try{const d=localStorage.getItem(ci);(d==="light"||d==="dark"||d==="system")&&La(d,i)}catch{}},rs=class{_events=new Map;tap=(i,d)=>{this._events.get(i)&&i!==Symbol.for("NEW_LISTENER")&&this.call(Symbol.for("NEW_LISTENER"),i);const g=this._events.get(i)||new Set;return typeof d=="function"?g.add({name:i,callback:d}):g.add(d),this._events.set(i,g),this};call=(i,...d)=>((this._events.get(i)||new Set).forEach(g=>{const{callback:m}=g;m(...d)}),this);callSync=async(i,...d)=>{const g=this._events.get(i)||new Set;for(const m of g){const{callback:k}=m;await k(...d)}return this};once=(i,d)=>{let g;if(typeof d=="function")g={name:i,callback:(...m)=>{d(...m),this.off(i,g)},initialCallback:d};else{const{callback:m}=d;g={name:i,callback:(...k)=>{m(...k),this.off(i,g)},initialCallback:m}}return this.tap(i,g),this};off=(i,d)=>{const g=[...this._events.get(i)||new Set].filter(m=>{if(typeof d=="function")return m.callback!==d&&m.initialCallback!==d;{const{callback:k}=d;return m.callback!==k&&m.initialCallback!==k}});return this._events.set(i,new Set(g)),this}},Sa=(i=8)=>Math.random().toString(36).substring(2,i+2),Ro=(i="")=>{if(i.length===0)return 0;if(i.endsWith("%")){const d=Number(i.replace("%",""));return d>1?d/100:d}return Number(i)},Yt=(i,d=0,g=1)=>Math.min(g,Math.max(d,i)),jc=i=>typeof i=="function";function ni(i){return i<10?`0${i}`:i}var We=i=>{if(i===0)return"00:00";if(!i)return"";const d=Math.trunc(i/3600),g=Math.trunc(i%3600/60),m=ni(Math.trunc(i-3600*d-60*g));return d===0?`${ni(g)}:${m}`:`${ni(d)}:${ni(g)}:${m}`},Lo=()=>{if(typeof window<"u"){const i=navigator.userAgent.toLowerCase();return/ipad|ipod/.test(i)?"ipad":/android/.test(i)?"android":/iphone/.test(i)?"iphone":"pc"}return"pc"},is=typeof window<"u",Cr=()=>{if(!is)return!1;const i=window.navigator.userAgent;return!!/Android|webOS|iPhone|iPod|iPad|BlackBerry/i.test(i)},pr=i=>{const d=i.backingStorePixelRatio||i.webkitBackingStorePixelRatio||i.mozBackingStorePixelRatio||i.msBackingStorePixelRatio||i.oBackingStorePixelRatio||1;return(is&&window.devicePixelRatio||1)/d},Zc=12e4,$c="__ranuts_bridge__",td="default",Fo=new class{bridges=new Set;attachedWindow=null;handleMessage=i=>{for(const d of Array.from(this.bridges))d.receive(i)};add(i){this.bridges.add(i),typeof window<"u"&&this.attachedWindow!==window&&(window.addEventListener("message",this.handleMessage),this.attachedWindow=window)}remove(i){this.bridges.delete(i),this.bridges.size===0&&this.attachedWindow&&(this.attachedWindow.removeEventListener("message",this.handleMessage),this.attachedWindow=null)}},ed=class{targetWindow;targetOrigin;messageHandlers;pendingRequests;channel;senderId;available;constructor(i,d="*",g=td){this.targetOrigin=d,this.channel=g,this.senderId=Sa(12),this.messageHandlers=new Map,this.pendingRequests=new Map,this.available=typeof window<"u",this.available?(this.targetWindow=i??window,Fo.add(this)):this.targetWindow=void 0}post(i,d){const g={...d,__bridge:$c,channel:this.channel,senderId:this.senderId};i.postMessage(g,this.targetOrigin)}receive=i=>{if(!this.available||this.targetOrigin!=="*"&&i.origin!==this.targetOrigin||i.source&&i.source!==this.targetWindow)return;const d=i.data;if(!d||typeof d!="object"||d.__bridge!=="__ranuts_bridge__"||(d.channel??"default")!==this.channel)return;const{type:g,payload:m,id:k,isResponse:S,isError:F,senderId:U}=d;if(S&&k){const Z=this.pendingRequests.get(k);Z&&(F?Z.reject(new Error(typeof m=="string"?m:"Bridge request failed")):Z.resolve(m),this.pendingRequests.delete(k));return}if(U&&U===this.senderId||typeof g!="string"||!this.messageHandlers.has(g))return;const tt=this.messageHandlers.get(g);if(jc(tt)){const Z=i.source??this.targetWindow;Promise.resolve(tt(m)).then(Ut=>{k&&this.post(Z,{type:g,payload:Ut,id:k,isResponse:!0})}).catch(Ut=>{k&&this.post(Z,{type:g,payload:Ut instanceof Error?Ut.message:String(Ut),id:k,isResponse:!0,isError:!0})})}};on=(i,d)=>{this.messageHandlers.set(i,d)};off=i=>{this.messageHandlers.delete(i)};send=async(i,d)=>{if(!this.available)return Promise.reject(new Error("PostMessageBridge is unavailable outside a browser environment"));const g=Sa(10);return new Promise((m,k)=>{const S=setTimeout(()=>{this.pendingRequests.has(g)&&(this.pendingRequests.delete(g),k(new Error("Request timeout")))},Zc),F=U=>{clearTimeout(S),k(U)};this.pendingRequests.set(g,{resolve:U=>{clearTimeout(S),m(U)},reject:F});try{this.post(this.targetWindow,{type:i,payload:d,id:g})}catch(U){this.pendingRequests.delete(g),F(U instanceof Error?U:new Error("Failed to post message"))}})};broadcast=i=>{if(this.available)try{this.post(this.targetWindow,{type:i.type,payload:i.payload})}catch{}};destroy=()=>{Fo.remove(this),this.messageHandlers.clear(),this.pendingRequests.forEach(i=>{i.reject(new Error("Bridge destroyed"))}),this.pendingRequests.clear()}},rd=class br{static instance;bridges=new Map;constructor(){}static getInstance(){return br.instance||(br.instance=new br),br.instance}connectClient=({id:d,targetOrigin:g,targetWindow:m,channel:k})=>{const S=new ed(m,g,k);if(d||(d=Sa(10)),this.bridges.has(d))throw new Error(`Bridge ${d} already exists`);return this.bridges.set(d,S),{bridge:S,id:d}};getClient=d=>this.bridges.get(d);removeClient=d=>{const g=this.bridges.get(d);g&&(g.destroy(),this.bridges.delete(d))};removeAllClient=()=>{this.bridges.forEach(d=>{d.destroy()}),this.bridges.clear()};broadcast=d=>{this.bridges.forEach(g=>{g.broadcast(d)})};sendTo=(d,g,m)=>{const k=this.getClient(d);return k?k.send(g,m):Promise.reject(new Error(`Bridge ${d} not found`))}},gu=rd.getInstance(),fu=new rs,G=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],N=class{highOrder;lowOrder;constructor(i,d){this.highOrder=i,this.lowOrder=d}},pu=[new N(G[0],3609767458),new N(G[1],602891725),new N(G[2],3964484399),new N(G[3],2173295548),new N(G[4],4081628472),new N(G[5],3053834265),new N(G[6],2937671579),new N(G[7],3664609560),new N(G[8],2734883394),new N(G[9],1164996542),new N(G[10],1323610764),new N(G[11],3590304994),new N(G[12],4068182383),new N(G[13],991336113),new N(G[14],633803317),new N(G[15],3479774868),new N(G[16],2666613458),new N(G[17],944711139),new N(G[18],2341262773),new N(G[19],2007800933),new N(G[20],1495990901),new N(G[21],1856431235),new N(G[22],3175218132),new N(G[23],2198950837),new N(G[24],3999719339),new N(G[25],766784016),new N(G[26],2566594879),new N(G[27],3203337956),new N(G[28],1034457026),new N(G[29],2466948901),new N(G[30],3758326383),new N(G[31],168717936),new N(G[32],1188179964),new N(G[33],1546045734),new N(G[34],1522805485),new N(G[35],2643833823),new N(G[36],2343527390),new N(G[37],1014477480),new N(G[38],1206759142),new N(G[39],344077627),new N(G[40],1290863460),new N(G[41],3158454273),new N(G[42],3505952657),new N(G[43],106217008),new N(G[44],3606008344),new N(G[45],1432725776),new N(G[46],1467031594),new N(G[47],851169720),new N(G[48],3100823752),new N(G[49],1363258195),new N(G[50],3750685593),new N(G[51],3785050280),new N(G[52],3318307427),new N(G[53],3812723403),new N(G[54],2003034995),new N(G[55],3602036899),new N(G[56],1575990012),new N(G[57],1125592928),new N(G[58],2716904306),new N(G[59],442776044),new N(G[60],593698344),new N(G[61],3733110249),new N(G[62],2999351573),new N(G[63],3815920427),new N(3391569614,3928383900),new N(3515267271,566280711),new N(3940187606,3454069534),new N(4118630271,4000239992),new N(116418474,1914138554),new N(174292421,2731055270),new N(289380356,3203993006),new N(460393269,320620315),new N(685471733,587496836),new N(852142971,1086792851),new N(1017036298,365543100),new N(1126000580,2618297676),new N(1288033470,3409855158),new N(1501505948,4234509866),new N(1607167915,987167468),new N(1816402316,1246189591)],Au=[new N(0,1),new N(0,32898),new N(2147483648,32906),new N(2147483648,2147516416),new N(0,32907),new N(0,2147483649),new N(2147483648,2147516545),new N(2147483648,32777),new N(0,138),new N(0,136),new N(0,2147516425),new N(0,2147483658),new N(0,2147516555),new N(2147483648,139),new N(2147483648,32905),new N(2147483648,32771),new N(2147483648,32770),new N(2147483648,128),new N(0,32778),new N(2147483648,2147483658),new N(2147483648,2147516545),new N(2147483648,32896),new N(0,2147483649),new N(2147483648,2147516424)],Ar=(i,d=500)=>{let g;return(...m)=>{clearTimeout(g),g=setTimeout(()=>{i.apply(void 0,m)},d)}},re=(i,d)=>{if(typeof document>"u")return;const g=i.classList;g.contains(d)||g.add(d)},fe=(i,d)=>{if(typeof document>"u")return;const g=i.classList;g.contains(d)&&g.remove(d)},as=()=>{let i=0,d=null;return function(g,m=300){return function(...k){const S=Date.now();S-i>=m?(d!=null&&(clearTimeout(d),d=null),i=S,g.apply(this,k)):d??=window.setTimeout(()=>{i=Date.now(),g.apply(this,k),d=null},m-(S-i))}}},Aa=new Map([[100,"Continue"],[101,"Switching Protocols"],[102,"Processing"],[103,"Early Hints"],[200,"OK"],[201,"Created"],[202,"Accepted"],[203,"Non-Authoritative Information"],[204,"No Content"],[205,"Reset Content"],[206,"Partial Content"],[207,"Multi-Status"],[208,"Already Reported"],[226,"IM Used"],[300,"Multiple Choices"],[301,"Moved Permanently"],[302,"Found"],[303,"See Other"],[304,"Not Modified"],[305,"Use Proxy"],[307,"Temporary Redirect"],[308,"Permanent Redirect"],[400,"Bad Request"],[401,"Unauthorized"],[402,"Payment Required"],[403,"Forbidden"],[404,"Not Found"],[405,"Method Not Allowed"],[406,"Not Acceptable"],[407,"Proxy Authentication Required"],[408,"Request Timeout"],[409,"Conflict"],[410,"Gone"],[411,"Length Required"],[412,"Precondition Failed"],[413,"Payload Too Large"],[414,"URI Too Long"],[415,"Unsupported Media Type"],[416,"Range Not Satisfiable"],[417,"Expectation Failed"],[418,"I'm a Teapot"],[421,"Misdirected Request"],[422,"Unprocessable Entity"],[423,"Locked"],[424,"Failed Dependency"],[425,"Too Early"],[426,"Upgrade Required"],[428,"Precondition Required"],[429,"Too Many Requests"],[431,"Request Header Fields Too Large"],[451,"Unavailable For Legal Reasons"],[500,"Internal Server Error"],[501,"Not Implemented"],[502,"Bad Gateway"],[503,"Service Unavailable"],[504,"Gateway Timeout"],[505,"HTTP Version Not Supported"],[506,"Variant Also Negotiates"],[507,"Insufficient Storage"],[508,"Loop Detected"],[509,"Bandwidth Limit Exceeded"],[510,"Not Extended"],[511,"Network Authentication Required"]]),mu={message:Aa,code:(function(i){const d=new Map;for(const[g,m]of i)d.set(m.toLowerCase(),g);return d})(Aa),codes:(function(i){const d=[];for(const[g,m]of i)d.push(g);return d})(Aa),redirect:{300:!0,301:!0,302:!0,303:!0,305:!0,307:!0,308:!0},empty:{204:!0,205:!0,304:!0},retry:{502:!0,503:!0,504:!0}},id='.remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{box-sizing:var(--ran-btn-box-sizing, border-box);position:var(--ran-btn-position, relative);display:var(--ran-btn-display, inline-flex);background-image:var(--ran-btn-background-image, none);box-shadow:var(--ran-btn-box-shadow, var(--ran-skin-raised-shadow, 0 2px #00000004));cursor:var(--ran-btn-cursor, pointer);-webkit-user-select:var(--ran-btn-user-select, none);user-select:var(--ran-btn-user-select, none);touch-action:var(--ran-btn-touch-action, manipulation);overflow:var(--ran-btn-overflow, hidden);pointer-events:var(--ran-btn-pointer-events, auto)}:host .ran-btn{box-sizing:var(--ran-btn-contain-box-sizing, border-box);position:var(--ran-btn-contain-position, relative);display:var(--ran-btn-contain-display, block);background-image:var(--ran-btn-contain-background-image, none);cursor:var(--ran-btn-contain-cursor, pointer);transition:var(--ran-btn-contain-transition, opacity var(--ran-motion-duration-base, .2s) cubic-bezier(.645, .045, .355, 1));-webkit-user-select:var(--ran-btn-contain-user-select, none);user-select:var(--ran-btn-contain-user-select, none);touch-action:var(--ran-btn-contain-touch-action, manipulation);border-radius:var(--ran-btn-content-border-radius, var(--ran-radius-sm, 6px));background:var(--ran-btn-contain-background, var(--ran-color-bg-elevated, #fff))}:host,:host(:active),:host(:focus){outline:0;-webkit-tap-highlight-color:transparent}:host .ran-btn,:host(:active) .ran-btn,:host(:focus) .ran-btn{outline:var(--ran-btn-contain-outline, 0)}:host(:focus-visible){outline:var(--ran-btn-focus-outline, 2px solid var(--ran-color-primary));outline-offset:var(--ran-btn-focus-outline-offset, 2px)}:host([type="primary"]) .ran-btn-content{background-color:var(--ran-btn-content-background-color, var(--ran-color-primary, #006bff));background-image:var(--ran-btn-content-background-image, none);border-color:var(--ran-btn-content-border-color, var(--ran-color-primary, #006bff));color:var(--ran-btn-content-color, #fff)}:host([type="primary"]:not([disabled])) .ran-btn:after{background-image:var(--ran-btn-after-background-image, radial-gradient(circle, #fff 10%, transparent 10.01%))}:host([type="primary"]:not([disabled]):active) .ran-btn-content{background-color:var(--ran-btn-content-active-background-color, var(--ran-color-primary-active, #005ff2));border-color:var(--ran-btn-content-active-border-color, var(--ran-color-primary-active, #005ff2))}:host([type="contrast"]) .ran-btn-content{background-color:var(--ran-btn-content-background-color, var(--ran-color-contrast-bg, #171717));background-image:var(--ran-btn-content-background-image, none);border-color:var(--ran-btn-content-border-color, var(--ran-color-contrast-bg, #171717));color:var(--ran-btn-content-color, var(--ran-color-contrast-text, #fff))}:host([type="contrast"]:not([disabled])) .ran-btn:after{background-image:var(--ran-btn-after-background-image, radial-gradient(circle, var(--ran-color-contrast-text, #fff) 10%, transparent 10.01%))}:host([type="contrast"]:not([disabled]):active) .ran-btn-content{background-color:var(--ran-btn-content-active-background-color, var(--ran-color-contrast-bg-active, #4d4d4d));border-color:var(--ran-btn-content-active-border-color, var(--ran-color-contrast-bg-active, #4d4d4d))}@media(min-width:1024px){:host(:not([disabled]):hover) .ran-btn-content{border-color:var(--ran-btn-content-hover-border-color, var(--ran-color-border-hover, #c9c9c9));color:var(--ran-btn-content-hover-color, var(--ran-color-text, #171717))}:host([type="primary"]:not([disabled]):hover) .ran-btn-content{background-color:var(--ran-btn-content-hover-background-color, var(--ran-color-primary-hover, #0059ec));border-color:var(--ran-btn-content-hover-border-color, var(--ran-color-primary-hover, #0059ec));color:var(--ran-btn-content-hover-color, #fff)}:host([type="contrast"]:not([disabled]):hover) .ran-btn-content{background-color:var(--ran-btn-content-hover-background-color, var(--ran-color-contrast-bg-hover, #383838));border-color:var(--ran-btn-content-hover-border-color, var(--ran-color-contrast-bg-hover, #383838));color:var(--ran-btn-content-hover-color, var(--ran-color-contrast-text, #fff))}:host([type="warning"]:not([disabled]):hover) .ran-btn-content{border-color:var(--ran-btn-content-warning-border-color, var(--ran-color-danger, #ff4d4f));background-color:var(--ran-btn-content-warning-background-color, var(--ran-color-danger, #ff4d4f));color:var(--ran-btn-content-warning-color, #fff)}}:host([type="warning"]) .ran-btn-content{border-color:var(--ran-btn-content-warning-border-color, var(--ran-color-danger, #ff4d4f));background-color:var(--ran-btn-content-warning-background-color, var(--ran-color-danger, #ff4d4f));background-image:var(--ran-btn-content-background-image, none);color:var(--ran-btn-content-warning-color, #fff)}:host([type="warning"]:not([disabled])) .ran-btn:after{background-image:var(--ran-btn-after-background-image, radial-gradient(circle, #fff 10%, transparent 10.01%))}:host([type="text"]) .ran-btn-content{border:var(--ran-btn-content-text-border, none)}:host([disabled]){cursor:var(--ran-btn-disabled-cursor, not-allowed);pointer-events:var(--ran-btn-disabled-pointer-events, all);opacity:var(--ran-btn-disabled-opacity, .6)}:host([disabled]) .ran-btn{cursor:var(--ran-btn-disabled-container-cursor, not-allowed);pointer-events:var(--ran-btn-disabled-container-pointer-events, all);opacity:var(--ran-btn-disabled-container-opacity, .6)}:host(:not([disabled]):active) .ran-btn:after{transform:var(--ran-btn-after-transform, translate(-50%, -50%) scale(0));opacity:var(--ran-btn-after-opacity, .3);transition:var(--ran-btn-after-transition, 0s)}@media(min-width:1024px){:host(:not([disabled],[effect])) .ran-btn:after{content:"";display:block;position:absolute;width:100%;height:100%;left:var(--ran-x, 0);top:var(--ran-y, 0);pointer-events:none;background-image:radial-gradient(circle,var(--ran-gray-alpha-400, #00000014) 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;transform:translate(-50%,-50%) scale(10);opacity:0;transition:transform .3s,opacity .8s}}:host .slot{display:var(--ran-btn-slot-display, block)}.ran-btn-content{display:var(--ran-btn-content-display, flex);justify-content:var(--ran-btn-content-display, space-between);align-items:var(--ran-btn-content-align-items, center);padding:var(--ran-btn-content-padding, 4px 15px);border:var(--ran-btn-content-border, 1px solid transparent);border-image-source:var(--ran-btn-content-border-image-source, none);border-image-slice:var(--ran-btn-content-border-image-slice, 8);border-image-width:var(--ran-btn-content-border-image-width, 4px);border-image-outset:0;border-image-repeat:stretch;border-radius:var(--ran-btn-content-border-radius, var(--ran-radius-sm, 6px));border-color:var(--ran-btn-content-border-color, var(--ran-color-border, #eaeaea));color:var(--ran-btn-content-color, var(--ran-color-text, #000000d9));line-height:var(--ran-btn-content-line-height, 22px);font-size:var(--ran-btn-content-font-size, 14px);font-weight:var(--ran-btn-content-font-weight, 400);font-family:var(--ran-btn-content-font-family, var(--ran-skin-font-family, inherit));white-space:var(--ran-btn-content-white-space, nowrap);text-align:var(--ran-btn-content-text-align, center);box-sizing:var(--ran-btn-content-box-sizing, border-box)}.ran-btn-content .icon{margin-right:var(--ran-btn-icon-margin-right, 2px)}',ge=typeof document>"u",Rt=class{ac;constructor(){this.ac=new AbortController}get signal(){return this.ac.signal}on(i,d,g,m){return i.addEventListener(d,g,{...m,signal:this.ac.signal}),this}delegate(i,d,g,m,k){return i.addEventListener(g,S=>{const F=S.target?.closest(d);F&&i.contains(F)&&m(S,F)},{...k,signal:this.ac.signal}),this}abort(){this.ac.abort(),this.ac=new AbortController}},Ir=null,kr=null,Oo=null;function ad(i,d){const g=d?.equals??Object.is;let m=i;const k=new Set;return[()=>(Ir&&kr&&(k.add(Ir),kr.add(k)),m),U=>{const tt=typeof U=="function"?U(m):U;if(!g(m,tt))if(m=tt,Oo)for(const Z of k)Oo.add(Z);else for(const Z of[...k])Z()}]}function oi(i){let d,g=!1;const m=new Set,k=()=>{if(g)return;d?.();for(const U of m)U.delete(k);m.clear();const S=Ir,F=kr;Ir=k,kr=m;try{d=i()??void 0}finally{Ir=S,kr=F}};return k(),()=>{g=!0,d?.();for(const S of m)S.delete(k);m.clear()}}function Xe(i){return typeof i!="string"?String(i):i.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}function Po(i){return Xe(i)}var nd=i=>typeof i=="string"?!1:"tagName"in i&&"childrenList"in i,od=(i,d)=>{const g=d.trim();if(!g)return!1;if(g.startsWith("."))return i.classList.contains(g.slice(1));if(g.startsWith("#"))return i.getAttribute("id")===g.slice(1);if(g.startsWith("[")&&g.endsWith("]")){const[m,k]=g.slice(1,-1).trim().split("="),S=(m||"").trim();if(!S)return!1;if(k==null)return i.hasAttribute(S);const F=k.trim().replace(/^['"]|['"]$/g,"");return i.getAttribute(S)===F}return i.tagName===g.toLowerCase()},hi=(i,d,g)=>{for(const m of i)nd(m)&&(od(m,d)&&g.push(m),hi(m.childrenList,d,g))},Ta=class{childrenList=[];appendChild(i){return this.childrenList.push(i),i}serialize(){return this.childrenList.map(i=>typeof i=="string"?Xe(i):i.serialize()).join("")}querySelector(i){const d=this.querySelectorAll(i);return d.length>0?d[0]:null}querySelectorAll(i){const d=[];return hi(this.childrenList,i,d),d}},Fa=class{tagName;attributes=new Map;inlineStyles=new Map;childrenList=[];shadowRoot=null;textContent=null;content;eventListeners=new Map;style={setProperty:(i,d)=>{const g=i.startsWith("--")?i:i.replace(/([A-Z])/g,"-$1").toLowerCase();this.inlineStyles.set(g,d)},removeProperty:i=>this.inlineStyles.delete(i)};classList={add:(...i)=>{const d=this.attributes.get("class")||"",g=new Set([...d.split(" ").filter(Boolean),...i]);this.attributes.set("class",Array.from(g).join(" "))},remove:(...i)=>{const d=(this.attributes.get("class")||"").split(" ").filter(g=>!i.includes(g));this.attributes.set("class",d.join(" "))},toggle:i=>{this.classList.contains(i)?this.classList.remove(i):this.classList.add(i)},contains:i=>(this.attributes.get("class")||"").split(" ").includes(i)};_innerHTML="";get innerHTML(){return this._innerHTML}set innerHTML(i){this._innerHTML=i,this.tagName==="template"&&this.content&&(this.content.childrenList=[i])}constructor(i="div"){this.tagName=i.toLowerCase(),this.tagName==="template"&&(this.content=new Ta)}get hidden(){return this.hasAttribute("hidden")}set hidden(i){i?this.setAttribute("hidden",""):this.removeAttribute("hidden")}setAttribute(i,d){this.attributes.set(i,d)}getAttribute(i){return this.attributes.get(i)||null}removeAttribute(i){this.attributes.delete(i)}hasAttribute(i){return this.attributes.has(i)}appendChild(i){return this.childrenList.push(i),i}attachShadow(i){return this.shadowRoot=new sd(this,i),this.shadowRoot}querySelector(i){const d=this.querySelectorAll(i);return d.length>0?d[0]:null}querySelectorAll(i){const d=[];return hi(this.childrenList,i,d),d}addEventListener(i,d){const g=this.eventListeners.get(i)||new Set;g.add(d),this.eventListeners.set(i,g)}removeEventListener(i,d){const g=this.eventListeners.get(i);g&&(g.delete(d),g.size===0&&this.eventListeners.delete(i))}dispatchEvent(i){const d=this.eventListeners.get(i.type);if(!d||d.size===0)return!0;for(const g of d)typeof g=="function"?g.call(this,i):g.handleEvent(i);return!i.defaultPrevented}serialize(i){typeof this._preSerialize=="function"&&this._preSerialize();const d=i||this._ssrTag||this.tagName,g=Array.from(this.attributes.entries()).map(([F,U])=>` ${F}="${Po(U)}"`).join(""),m=Array.from(this.inlineStyles.entries()).map(([F,U])=>`${F}:${U}`).join(";"),k=m?` style="${Po(m)}"`:"";let S="";return this.shadowRoot&&(S+=this.shadowRoot.serialize()),this.textContent!==null?S+=Xe(this.textContent):this._innerHTML?S+=this._innerHTML:S+=this.childrenList.map(F=>typeof F=="string"?Xe(F):(F instanceof Ta,F.serialize())).join(""),["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"].includes(d)&&!S?`<${d}${g}${k} />`:`<${d}${g}${k}>${S}</${d}>`}},sd=class{host;options;childrenList=[];adoptedStyleSheets=[];constructor(i,d){this.host=i,this.options=d}appendChild(i){return this.childrenList.push(i),i}querySelector(i){const d=this.querySelectorAll(i);return d.length>0?d[0]:null}querySelectorAll(i){const d=[];return hi(this.childrenList,i,d),d}serialize(){return`<template shadowrootmode="${this.options.mode}"${this.options.delegatesFocus?" shadowrootdelegatesfocus":""}>${this.adoptedStyleSheets.map(i=>`<style>${Xe(i)}</style>`).join("")}${this.childrenList.map(i=>typeof i=="string"?Xe(i):(i instanceof Ta,i.serialize())).join("")}</template>`}},ns=class os{el;constructor(d){this.el=ge?new Fa(d):document.createElement(d)}id(d){return this.el.setAttribute("id",d),this}class(d){return ge?this.el.attributes.set("class",d):this.el.className=d,this}addClass(...d){return d.forEach(g=>this.el.classList.add(g)),this}removeClass(...d){return d.forEach(g=>this.el.classList.remove(g)),this}attr(d,g){return this.el.setAttribute(d,g),this}attrs(d){return Object.entries(d).forEach(([g,m])=>{m!=null&&this.el.setAttribute(g,String(m))}),this}boolAttr(d,g,m=""){return g?this.el.setAttribute(d,m):this.el.removeAttribute(d),this}part(d){return this.el.setAttribute("part",d),this}data(d,g){return this.attr(`data-${d}`,g)}style(d,g){return typeof d=="string"?this.el.style.setProperty(d,g??""):Object.entries(d).forEach(([m,k])=>this.el.style.setProperty(m,k)),this}cssVar(d,g){const m=d.startsWith("--")?d:`--${d}`;return this.style(m,g)}aria(d,g){return this.attr(`aria-${d}`,g)}role(d){return this.attr("role",d)}tabIndex(d){return this.attr("tabindex",String(d))}label(d){return this.aria("label",d)}labelledBy(d){return this.aria("labelledby",d)}describedBy(d){return this.aria("describedby",d)}ariaHidden(d=!0){return this.aria("hidden",String(d))}on(d,g,m){return this.el.addEventListener(d,g,m),this}listen(d,g,m,k){return d.on(this.el,g,m,k),this}delegate(d,g,m,k,S){return d.delegate(this.el,g,m,k,S),this}children(...d){const g=m=>m.reduce((k,S)=>Array.isArray(S)?k.concat(g(S)):k.concat(S),[]);return g(d).forEach(m=>{m!=null&&(m instanceof os?this.el.appendChild(m.build()):typeof m=="string"?ge?this.el.appendChild(m):this.el.appendChild(document.createTextNode(m)):this.el.appendChild(m))}),this}replaceChildren(...d){if(ge){const g=this.el;g.childrenList=[]}else this.el.replaceChildren();return this.children(...d)}text(d){return this.el.textContent=d,this}ref(d){return d.current=this.el,this}shadow(d={mode:"closed"}){const g=this.el.attachShadow(d);return new ld(this.el,g,d)}build(){return this.el}serialize(){if(ge)return this.el.serialize();const d=document.createElement("div");return d.appendChild(this.el.cloneNode(!0)),d.innerHTML}},ld=class{root;hostEl;options;constructor(i,d,g){this.hostEl=i,this.root=d,this.options=g}children(...i){const d=g=>g.reduce((m,k)=>Array.isArray(k)?m.concat(d(k)):m.concat(k),[]);return d(i).forEach(g=>{g!=null&&(g instanceof ns?this.root.appendChild(g.build()):typeof g=="string"?ge?this.root.appendChild(g):this.root.appendChild(document.createTextNode(g)):this.root.appendChild(g))}),this}adoptSheet(...i){return this.root.adoptedStyleSheets=[...this.root.adoptedStyleSheets,...i],this}css(i){if(ge)return this.root.adoptedStyleSheets.push(i),this;if(typeof CSSStyleSheet<"u")try{const g=new CSSStyleSheet;return g.replaceSync(i),this.root.adoptedStyleSheets=[...this.root.adoptedStyleSheets,g],this}catch{}const d=document.createElement("style");return d.textContent=i,this.root.appendChild(d),this}done(){return{host:this.hostEl,shadow:this.root}}serialize(){return ge?this.root.serialize():this.root.innerHTML}},ot=i=>new ns(i),x=()=>ot("div"),ye=()=>ot("span"),It=()=>ot("slot"),Mo=()=>ot("button"),Oa=()=>ot("input"),cd=()=>ot("style"),dd=()=>ot("label"),ee=[!1,"false",null,void 0],bt=i=>{const d=i.hasAttribute("disabled"),g=i.getAttribute("disabled");return!!(d&&!ee.includes(g))},ss=new Map;function ut(i,d){ge?(ss.set(i,d),d.prototype._ssrTag=i):customElements.get(i)||customElements.define(i,d)}function hd(){return ss}var ls=()=>typeof document<"u"?HTMLElement:Fa,dt=ls(),ud=i=>{if(i.tagName&&i.tagName!=="div")return i.tagName;const d=hd();for(const[g,m]of d)if(i instanceof m)return g;return i.constructor.name.toLowerCase()},gd=i=>{if(!i)return"";const d=ud(i);return typeof i.serialize=="function"||i instanceof Fa?i.serialize(d):""},ma=new Map,va=new Map,fd=(i,d)=>{if(!(typeof document>"u")&&d){if(typeof CSSStyleSheet<"u")try{if(!ma.has(d)){const m=new CSSStyleSheet;m.replaceSync(d),ma.set(d,m)}const g=ma.get(d);i.adoptedStyleSheets.includes(g)||(i.adoptedStyleSheets=[...i.adoptedStyleSheets,g]);return}catch{}if(!i.querySelector("style[data-ranui]")){const g=document.createElement("style");g.setAttribute("data-ranui",""),g.textContent=d,i.appendChild(g)}}},pd=(i,d)=>{if(!(typeof document>"u")&&d){if(typeof CSSStyleSheet<"u")try{if(!va.has(d)){const m=new CSSStyleSheet;m.replaceSync(d),va.set(d,m)}const g=va.get(d);i.adoptedStyleSheets.includes(g)||(i.adoptedStyleSheets=[...i.adoptedStyleSheets,g]);return}catch{}if(!Array.from(i.querySelectorAll("style[data-ranui-sheet]")).some(g=>g.textContent===d)){const g=document.createElement("style");g.setAttribute("data-ranui-sheet",""),g.textContent=d,i.appendChild(g)}}},Uo=new WeakMap,Qo="@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}",gt=(i,d="",g={mode:"closed"})=>{const m=i.shadowRoot||Uo.get(i)||i.attachShadow(g);return Uo.set(i,m),fd(m,d?`${d}
|
|
2
2
|
${Qo}`:Qo),m},pt=(i,d,g)=>{const m=i.querySelector(d);if(m)return m;const k=g();return i.appendChild(k),k},j=(i,d,g="")=>i.getAttribute(d)??g,et=(i,d,g,m={})=>{if(m.removeEmpty&&!g){i.removeAttribute(d);return}i.setAttribute(d,g??"")},ht=(i,d,g,m,k)=>{if(g!=="sheet"||m===k)return;const S=i.getAttribute("sheet")||"";S&&pd(d,S)},cs=class extends dt{_btn;_btnContent;_iconElement;_slot;_shadowDom;_events=new Rt;debounceTimeId;static get observedAttributes(){return["disabled","icon","effect","iconSize","type","sheet"]}constructor(){super(),this._shadowDom=gt(this,id);const i=pt(this._shadowDom,".ran-btn",()=>x().class("ran-btn").attr("part","button").role("button").tabIndex(0).children(x().class("ran-btn-content").attr("part","content").children(It().class("slot"))).build());this._btn=i,this._btnContent=i.querySelector(".ran-btn-content"),this._slot=i.querySelector("slot")}get sheet(){return this.getAttribute("sheet")||""}set sheet(i){this.setAttribute("sheet",i||""),this.handlerExternalCss()}get disabled(){return bt(this)}set disabled(i){!i||i==="false"?(this.removeAttribute("disabled"),this.removeAttribute("aria-disabled")):(this.setAttribute("disabled",""),this.setAttribute("aria-disabled","true"))}get iconSize(){return this.getAttribute("iconSize")||""}set iconSize(i){!i||i==="false"?this.removeAttribute("iconSize"):(this.setAttribute("iconSize",i),this.setIcon())}get icon(){return this.getAttribute("icon")||""}set icon(i){!i||i==="false"?this.removeAttribute("icon"):(this.setAttribute("icon",i),this.setIcon())}get effect(){return this.getAttribute("effect")||""}set effect(i){ee.includes(i)||!i?this.removeAttribute("effect"):this.setAttribute("effect",i)}get type(){return this.getAttribute("type")||""}set type(i){i?this.setAttribute("type",i):this.removeAttribute("type")}setIcon=()=>{if(typeof document>"u"||!this._slot)return;const i=this.icon;if(!i){this._iconElement&&(this._iconElement.remove(),this._iconElement=void 0);return}if(this._iconElement)this._iconElement.setAttribute("name",i);else{let S=this._shadowDom.querySelector("r-icon");S||(S=ot("r-icon").attr("color","currentColor").class("icon").build(),this._slot.insertAdjacentElement("beforebegin",S)),this._iconElement=S,this._iconElement.setAttribute("name",i)}const{width:d,height:g}=this._slot.getBoundingClientRect(),m=Math.min(d,g)||16,k=this.iconSize||`${m>5?m-5:m}`;this._iconElement.setAttribute("size",String(k))};mousedown=i=>{if(Lo()==="pc"&&!this.disabled){this.debounceMouseEvent();const{left:d,top:g}=this.getBoundingClientRect();this._btn.style.setProperty("--ran-x",`${i.clientX-d}px`),this._btn.style.setProperty("--ran-y",`${i.clientY-g}px`)}};mouseup=()=>{Lo()==="pc"&&(this.debounceTimeId||(this.debounceTimeId=setTimeout(()=>{this._btn.style.removeProperty("--ran-x"),this._btn.style.removeProperty("--ran-y"),this.debounceMouseEvent()},600)))};keydown=i=>{bt(this)||(i.key==="Enter"||i.key===" ")&&(i.preventDefault(),this.click())};debounceMouseEvent=()=>{this.debounceTimeId&&(clearTimeout(this.debounceTimeId),this.debounceTimeId=void 0)};handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};syncA11yState=()=>{const i=bt(this);this._btn.setAttribute("aria-disabled",i?"true":"false"),this._btn.tabIndex=i?-1:0,i?(this.setAttribute("aria-disabled","true"),this._btnContent.setAttribute("disabled","true")):(this.removeAttribute("aria-disabled"),this._btnContent.removeAttribute("disabled"))};connectedCallback(){this.handlerExternalCss(),this.setIcon(),this.syncA11yState(),this._events.on(this._btn,"mousedown",this.mousedown).on(this._btn,"mouseup",this.mouseup).on(this._btn,"keydown",this.keydown)}disconnectedCallback(){this.debounceMouseEvent(),this._events.abort()}attributeChangedCallback(i,d,g){d!==g&&(i==="disabled"&&this._btnContent&&this.syncA11yState(),(i==="icon"||i==="iconSize")&&this.setIcon(),i==="sheet"&&this.handlerExternalCss())}};ut("r-button",cs);var Ad=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{display:var(--ran-icon-host-display, inline-flex)}:host([spin]){animation-name:var(--ran-icon-host-spin-animation-name, rotate);animation-duration:var(--ran-icon-host-spin-animation-name, 1.4s);animation-timing-function:linear;animation-iteration-count:var(--ran-icon-host-spin-animation-name, infinite)}.ran-icon{display:var(--ran-icon-display, flex);align-items:var(--ran-icon-align-items, center);justify-content:var(--ran-icon-justify-content, center);color:var(--ran-icon-color, inherit);font-size:var(--ran-icon-font-size, 1em);margin:var(--ran-icon-margin, 0)}.ran-icon svg{width:var(--ran-icon-svg-width, 1em);height:var(--ran-icon-svg-height, 1em);fill:var(--ran-icon-svg-fill, currentColor);stroke:var(--ran-icon-svg-stroke, currentColor)}@keyframes rotate{to{transform:var(--ran-icon-keyframes-to-transform, rotate(360deg))}}",md=!1,ds=new Map,Pa=!1,yr=i=>/<svg[\s>]/i.test(i),vd=i=>{if(typeof i=="string")return yr(i)?i:void 0;if(!i||typeof i!="object")return;const d=i,g=d.data;if(typeof g=="string"&&yr(g))return g;const m=d.default;if(typeof m=="string"&&yr(m))return m;if(m&&typeof m=="object"){const k=m;if(typeof k.data=="string"&&yr(k.data))return k.data}},Ma=(i,d)=>{Pa=!0;const g=vd(d);g&&(ds.set(`inline:${i}`,g),typeof window<"u"&&window.dispatchEvent(new CustomEvent("ranui-icon-registered",{detail:{name:i}})))},hs=i=>{Pa=!0,Object.entries(i).forEach(([d,g])=>{Ma(d,g)})},us=class extends dt{isDev=md;_events=new Rt;static get observedAttributes(){return["name","size","color","spin","decorative","aria-label","sheet"]}_icon;_div;_shadowDom;_onIconRegistered=i=>{const d=i.detail?.name;d&&d===this.name&&!this._icon&&this.setIcon()};constructor(){super(),this._shadowDom=gt(this,Ad);const i=pt(this._shadowDom,".ran-icon",()=>x().class("ran-icon").part("ran-icon").build());this._div=i}get name(){return j(this,"name")}set name(i){i&&this.setAttribute("name",i)}get size(){return j(this,"size")}set size(i){i&&this.setAttribute("size",i)}get color(){return j(this,"color")}set color(i){i&&this.setAttribute("color",i)}get spin(){return this.hasAttribute("spin")}set spin(i){i?this.setAttribute("spin",""):this.removeAttribute("spin")}get decorative(){const i=this.getAttribute("decorative");return i==null?!this.hasAttribute("aria-label"):i!=="false"&&i!=="0"}set decorative(i){this.setAttribute("decorative",i?"true":"false")}get ariaLabel(){return j(this,"aria-label")}set ariaLabel(i){et(this,"aria-label",i,{removeEmpty:!0})}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};syncA11y=()=>{if(this._icon){if(this.decorative){this.setAttribute("aria-hidden","true"),this.removeAttribute("role"),this._icon.setAttribute("aria-hidden","true"),this._icon.setAttribute("focusable","false");return}this.removeAttribute("aria-hidden"),this.setAttribute("role","img"),this._icon.removeAttribute("aria-hidden"),this._icon.setAttribute("focusable","false")}};setIcon=()=>{if(typeof document>"u")return;this._icon&&(this._icon.remove(),this._icon=void 0);const i=this.name;if(i)if(i.startsWith("<svg"))this.renderSvg(i,i);else try{const d=`inline:${i}`,g=ds.get(d);if(!g){this.isDev&&Pa&&console.warn(`[ranui-icon] icon not registered: ${i}`);return}g&&this.isSvgText(g)?this.renderSvg(g,i):this.isDev&&console.warn(`[ranui-icon] invalid svg text: ${i}`)}catch(d){this.isDev&&console.warn(`[ranui-icon] render icon failed: ${i}`,d)}};isSvgText=i=>yr(i);parseSvg=i=>{const d=new window.DOMParser().parseFromString(i,"image/svg+xml").documentElement;if(!d||d.tagName.toLowerCase()==="parsererror"||d.tagName.toLowerCase()!=="svg")return;const g=new XMLSerializer().serializeToString(d),m=ot("template").build();m.innerHTML=g.trim();const k=m.content.firstElementChild;if(!(!k||k.tagName.toLowerCase()!=="svg"))return k};renderSvg=(i,d)=>{const g=this.parseSvg(i);g?(this._icon=g,this._icon.setAttribute("part","icon-svg"),this._icon.setAttribute("data-name",d),this._div.appendChild(this._icon),this.setSize(),this.setColor(),this.setSpin(),this.syncA11y()):this.isDev&&console.warn(`[ranui-icon] parse svg failed: ${d}`)};setSize=()=>{if(this._icon){const i=this.size||"1em";this._icon.setAttribute("width",i),this._icon.setAttribute("height",i);const d=/^\d+(\.\d+)?$/.test(i)?`${i}px`:i;this._icon.style.setProperty("width",d),this._icon.style.setProperty("height",d)}};setColor=()=>{if(this._icon){const i=this.color||"currentColor";this._icon.style.setProperty("color",i),this._icon.style.setProperty("fill",i),this._icon.style.setProperty("stroke",i)}};setSpin=()=>{this.spin?this._div.classList.add("ran-icon-spin"):this._div.classList.remove("ran-icon-spin")};connectedCallback(){this._events.on(window,"ranui-icon-registered",this._onIconRegistered),this.handlerExternalCss(),this.setIcon()}disconnectedCallback(){this._events.abort()}attributeChangedCallback(i,d,g){d!==g&&(i==="name"&&this.setIcon(),i==="size"&&this.setSize(),i==="color"&&this.setColor(),i==="spin"&&this.setSpin(),(i==="decorative"||i==="aria-label")&&this.syncA11y(),i==="sheet"&&this.handlerExternalCss())}};ut("r-icon",us);var bd=`
|
|
3
3
|
data:image/png;base64,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
|
|
4
|
-
`,yd=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}",gs=class extends dt{static get observedAttributes(){return["src","fallback","sheet","alt"]}_image;_container;_shadowDom;constructor(){super(),this._shadowDom=gt(this,yd);const i=pt(this._shadowDom,".ran-image",()=>x().class("ran-image").build());this._container=i}get fallback(){return j(this,"fallback",bd)}set fallback(i){et(this,"fallback",i,{removeEmpty:!0})}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}get alt(){return j(this,"alt")}set alt(i){et(this,"alt",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};listenFallback(i,d){i==="fallback"&&this._image&&(d?this._image.setAttribute("fallback",d):this._image.removeAttribute("fallback"))}updateSrc=()=>{this._image&&(this._image.src=this.getAttribute("src")||"")};connectedCallback(){this.handlerExternalCss(),this._image=new Image,this._image.alt=this.alt,this._image.addEventListener("error",()=>{this._image&&this.fallback&&(this._image.src=this.fallback)}),this._image.addEventListener("load",()=>{this._image&&this._container.appendChild(this._image)}),this.updateSrc()}attributeChangedCallback(i,d,g){d!==g&&(this.listenFallback(i,g),i==="src"&&this.updateSrc(),i==="alt"&&this._image&&(this._image.alt=g??""),i==="sheet"&&this.handlerExternalCss())}};ut("r-img",gs);var wd=`.remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{position:var(--ran-input-host-position, relative);display:var(--ran-input-host-display, block);box-sizing:var(--ran-input-host-box-sizing, border-box)}:host([placeholder]) .ran-input-label{transform:var(--ran-input-label-placeholder-transform, translateY( calc(-50% - .43em) ) scale(.8));top:var(--ran-input-label-placeholder-top, 0)}:host .ran-input-label{transform:var(--ran-input-label-transform, translateY(-50%));top:var(--ran-input-label-top, 50%)}.ran-input{box-sizing:var(--ran-input-box-sizing, border-box);position:var(--ran-input-position, relative);display:var(--ran-input-display, flex);width:var(--ran-input-width, 100%);height:var(--ran-input-height, auto);min-width:var(--ran-input-min-width, 0);padding:var(--ran-input-padding, 0px 0px 0px 4px);color:var(--ran-input-color, var(--ran-color-text, #000000d9));font-size:var(--ran-input-font-size, 12px);font-family:var(--ran-input-font-family, var(--ran-skin-font-family, inherit));line-height:var(--ran-input-line-height, 1.5715);background-color:var(--ran-input-background-color, var(--ran-color-bg-elevated, #fff));background-image:var(--ran-input-background-image, none);border:var(--ran-input-border, 1px solid var(--ran-color-border, #eaeaea));border-image-source:var(--ran-input-border-image-source, none);border-image-slice:var(--ran-input-border-image-slice, 8);border-image-width:var(--ran-input-border-image-width, 4px);border-image-outset:0;border-image-repeat:stretch;border-radius:var(--ran-input-border-radius, var(--ran-radius-sm, 6px));transition:var(--ran-input-transition, none);min-height:var(--ran-input-min-height, 32px)}.ran-input .ran-icon{display:var(--ran-input-icon-display, flex);align-items:var(--ran-input-icon-align-items, center);justify-content:var(--ran-input-icon-justify-content, center)}.ran-input:focus-within{border-color:var(--ran-input-active-border-color, var(--ran-color-primary, #006bff));box-shadow:var(--ran-input-active-box-shadow, 0 0 0 2px var(--ran-blue-400, #cae7ff));border-right-width:var(--ran-input-active-border-right-width, 1px);outline:var(--ran-input-active-outline, 0)}.ran-input:hover{border-color:var(--ran-input-hover-border-color, var(--ran-color-primary, #006bff));border-right-width:var(--ran-input-hover-border-right-width, 1px)}.ran-input>.ran-input-content:hover~.ran-input-label{color:var(--ran-input-label-hover-color, var(--ran-color-primary, #006bff))}.ran-input[value]>.ran-input-label{transform:var(--ran-input-label-value-transform, translateY( calc(-50% - .43em) ) scale(.8));color:var(--ran-input-label-value-color, var(--ran-color-text-disabled, #00000040))}.ran-input[status=error] .ran-input-content,.ran-input[status=warning] .ran-input-content{padding-right:var(--ran-input-content-status-padding-right, 28px)}.ran-input[status=error]:after,.ran-input[status=warning]:after{content:"";position:absolute;top:50%;right:10px;width:16px;height:16px;transform:translateY(-50%);pointer-events:none;mask-position:center;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain}.ran-input[status=error]{border-color:var(--ran-input-status-error-border-color, var(--ran-color-danger, #ff4d4f))}.ran-input[status=error]>.ran-input-content~.ran-input-label{color:var(--ran-input-label-status-error-color, var(--ran-color-danger, #ff4d4f))}.ran-input[status=error]:after{background-color:var(--ran-color-danger, #ff4d4f);mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a7 7 0 100 14A7 7 0 008 1zm-.75 3.5h1.5v5h-1.5v-5zM8 11a1 1 0 110 2 1 1 0 010-2z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a7 7 0 100 14A7 7 0 008 1zm-.75 3.5h1.5v5h-1.5v-5zM8 11a1 1 0 110 2 1 1 0 010-2z'/%3E%3C/svg%3E")}.ran-input[status=warning]{border-color:var(--ran-input-status-warning-border-color, var(--ran-color-warning, #faad14))}.ran-input[status=warning]>.ran-input-content~.ran-input-label{color:var(--ran-input-label-status-warning-color, var(--ran-color-warning, #faad14))}.ran-input[status=warning]:after{background-color:var(--ran-color-warning, #faad14);mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1.5l6.85 11.86a.5.5 0 01-.43.75H1.58a.5.5 0 01-.43-.75L8 1.5zm-.75 4.25v3.5h1.5v-3.5h-1.5zM8 10.75a1 1 0 110 2 1 1 0 010-2z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1.5l6.85 11.86a.5.5 0 01-.43.75H1.58a.5.5 0 01-.43-.75L8 1.5zm-.75 4.25v3.5h1.5v-3.5h-1.5zM8 10.75a1 1 0 110 2 1 1 0 010-2z'/%3E%3C/svg%3E")}.ran-input[disabled]{color:var(--ran-input-disabled-color, var(--ran-color-text-disabled, #00000040));background-color:var(--ran-input-disabled-background-color, var(--ran-color-bg-muted, #f5f5f5));border-color:var(--ran-input-disabled-border-color, var(--ran-color-border, #eaeaea));box-shadow:var(--ran-input-disabled-box-shadow, none);cursor:var(--ran-input-disabled-cursor, not-allowed);opacity:var(--ran-input-disabled-opacity, 1)}.ran-input[disabled]>.ran-input-content{color:var(--ran-input-content-disabled-color, var(--ran-color-text-disabled, #00000040));background-color:var(--ran-input-content-disabled-background-color, var(--ran-color-bg-muted, #f5f5f5));border-color:var(--ran-input-content-disabled-border-color, var(--ran-color-border, #eaeaea));box-shadow:var(--ran-input-content-disabled-box-shadow, none);cursor:var(--ran-input-content-disabled-cursor, not-allowed);opacity:var(--ran-input-content-disabled-opacity, 1)}.ran-input[disabled]>.ran-input-content~.ran-input-label{color:var(--ran-input-label-disabled-color, var(--ran-color-text-disabled, #00000040));background-color:var(--ran-input-label-disabled-background-color, var(--ran-color-bg-muted, #f5f5f5))}.ran-input[disabled]>.ran-input-label{color:var(--ran-input-label-disabled-color, var(--ran-color-text-disabled, #999));border-color:var(--ran-input-label-disabled-border-color, var(--ran-color-border, #eaeaea));box-shadow:var(--ran-input-label-disabled-box-shadow, none);cursor:var(--ran-input-label-disabled-cursor, not-allowed)}.ran-input-content{writing-mode:var(--ran-input-content-writing-mode, horizontal-tb);text-rendering:var(--ran-input-content-text-rendering, auto);letter-spacing:var(--ran-input-content-letter-spacing, normal);word-spacing:var(--ran-input-content-word-spacing, normal);text-transform:var(--ran-input-content-text-transform, none);text-indent:var(--ran-input-content-text-indent, 0px);text-shadow:var(--ran-input-content-text-shadow, none);text-align:var(--ran-input-content-text-align, start);cursor:var(--ran-input-content-cursor, text);touch-action:var(--ran-input-content-touch-action, manipulation);-webkit-appearance:var(--ran-input-content--webkit-appearance, none);text-overflow:var(--ran-input-content-text-overflow, ellipsis);box-sizing:var(--ran-input-content-box-sizing, border-box);margin:var(--ran-input-content-margin, 0);font-variant:var(--ran-input-content-font-variant, tabular-nums);list-style:var(--ran-input-content-list-style, none);font-feature-settings:var(--ran-input-content-font-feature-settings, "tnum");position:var(--ran-input-content-position, relative);border:var(--ran-input-content-border, none);width:var(--ran-input-content-width, 100%);height:var(--ran-input-content-height, 100%);min-height:var(--ran-input-content-min-height, 30px);min-width:var(--ran-input-content-min-width, 0);color:var(--ran-input-content-color, var(--ran-color-text, #000000d9));font-size:var(--ran-input-content-font-size, 14px);line-height:var(--ran-input-content-line-height, 1.48);background-color:var(--ran-input-content-background-color, var(--ran-color-bg-elevated, #fff));background-image:var(--ran-input-content-background-image, none);transition:var(--ran-input-content-transition, none);outline:var(--ran-input-content-outline, none);border-radius:var(--ran-input-content-border-radius, var(--ran-radius-sm, 6px));padding:var(--ran-input-content-padding, 0 0 0 2px);font-weight:var(--ran-input-content-font-weight, 400)}.ran-input-content:focus,.ran-input-content:hover{border:var(--ran-input-content-hover-border, none);outline:var(--ran-input-content-hover-outline, 0)}.ran-input-content::placeholder{color:var(--ran-input-content-placeholder-color, var(--ran-color-text-disabled, #999))}.ran-input-content:placeholder-shown~.ran-input-label{transform:var(--ran-input-content-placeholder-label-transform, translateY( calc(-50% - .43em) ) scale(.8))}.ran-input-content:focus~.ran-input-label{transform:var(--ran-input-content-focus-label-transform, translateY( calc(-50% - .43em) ) scale(.8));top:var(--ran-input-content-focus-label-top, 0px)}.ran-input-content::-webkit-search-cancel-button{display:none;-webkit-appearance:none}.ran-input-label{box-sizing:var(--ran-input-label-box-sizing, border-box);pointer-events:var(--ran-input-label-pointer-events, none);position:var(--ran-input-label-position, absolute);font-size:var(--ran-input-label-font-size, 14px);left:var(--ran-input-label-left, 8px);transition:var(--ran-input-label-transition, transform .3s, top .3s, font-size .3s);transform-origin:var(--ran-input-label-transform-origin, left);padding:var(--ran-input-label-padding, 0 0);color:var(--ran-input-label-color, var(--ran-color-text-disabled, #999));background:var(--ran-input-label-background, var(--ran-color-bg-elevated, #fff));opacity:var(--ran-input-label-opacity, .9)}.ran-input-message{margin-top:var(--ran-input-message-margin-top, 4px);font-size:var(--ran-input-message-font-size, 12px);line-height:var(--ran-input-message-line-height, 1.5);color:var(--ran-input-message-color, var(--ran-color-text-secondary, #8c8c8c))}.ran-input-message:empty{display:none}:host([status="error"]) .ran-input-message{color:var(--ran-input-message-error-color, var(--ran-color-danger, #ff4d4f))}:host([status="warning"]) .ran-input-message{color:var(--ran-input-message-warning-color, var(--ran-color-warning, #faad14))}`,Ed=0,fs=class extends dt{static formAssociated=!0;_internals;static get observedAttributes(){return["label","disabled","name","placeholder","type","icon","value","status","message","min","max","step","required","sheet"]}_events=new Rt;_shadowDom;_input;_label;_inputContent;_icon;_message;constructor(){super();try{this._internals=this.attachInternals()}catch{this._internals=void 0}this._shadowDom=gt(this,wd);const i=pt(this._shadowDom,".ran-input",()=>x().class("ran-input").part("input").children(Oa().class("ran-input-content").part("content")).build());this._input=i,this._inputContent=i.querySelector(".ran-input-content"),this._inputContent.id||(this._inputContent.id=`ran-input-${++Ed}`)}get value(){return this.getAttribute("value")||""}set value(i){!bt(this)&&i?(this.setAttribute("value",i),this._input.setAttribute("value",i)):(this.removeAttribute("value"),this._input.removeAttribute("value")),this._internals?.setFormValue?.(this.getAttribute("value")??"")}get placeholder(){return this.getAttribute("placeholder")||""}set placeholder(i){i?this.setAttribute("placeholder",i):this.removeAttribute("placeholder")}get required(){return this.hasAttribute("required")}set required(i){!i||i==="false"?this.removeAttribute("required"):this.setAttribute("required","")}get disabled(){return bt(this)}set disabled(i){ee.includes(i)?(this.removeAttribute("disabled"),this._input.removeAttribute("disabled"),this._inputContent.removeAttribute("disabled")):(this.setAttribute("disabled",""),this._input.setAttribute("disabled",""),this._inputContent.setAttribute("disabled",""))}get label(){return this.getAttribute("label")||""}set label(i){this.setAttribute("label",i)}get status(){return this.getAttribute("status")||""}set status(i){i?(this.setAttribute("status",i),this._input.setAttribute("status",i)):(this.removeAttribute("status"),this._input.removeAttribute("status"))}get message(){return this.getAttribute("message")||""}set message(i){i?this.setAttribute("message",i):this.removeAttribute("message")}get name(){return this.getAttribute("name")||""}set name(i){this.setAttribute("name",i)}get min(){return this.getAttribute("min")||""}set min(i){this.type==="number"&&this.setAttribute("min",i)}get max(){return this.getAttribute("max")||""}set max(i){this.type==="number"&&this.setAttribute("max",i)}get step(){return this.getAttribute("step")||""}set step(i){this.type==="number"&&this.setAttribute("step",i)}get icon(){return this.getAttribute("icon")||""}set icon(i){i?this.setAttribute("icon",i):this.removeAttribute("icon")}get type(){return this.getAttribute("type")||""}set type(i){i?this.setAttribute("type",i):this.removeAttribute("type")}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};customInput=i=>{i.stopPropagation(),i.preventDefault();const{target:d,data:g=""}=i;this.value=d?.value||g||"",this.dispatchEvent(new CustomEvent("input",{detail:{value:this.value}}))};customChange=()=>{this.value=this._inputContent?.value??this.value,this.dispatchEvent(new CustomEvent("change",{detail:{value:this.value}}))};listenPlaceholder=(i,d)=>{i==="placeholder"&&this._inputContent&&(d!=null?this._inputContent.setAttribute("placeholder",d):this._inputContent.removeAttribute("placeholder"))};listenLabel=(i,d)=>{i==="label"&&this._inputContent&&(d!=null?this._label?this._label.innerHTML=d:(this._label=dd().class("ran-input-label").part("label").text(d).build(),this._label.htmlFor=this._inputContent.id,this._input.appendChild(this._label)):(this._input.removeAttribute("label"),this._label&&(this._input.removeChild(this._label),this._label=void 0)))};listenType=(i,d)=>{i==="type"&&this._inputContent&&(d?this._inputContent.setAttribute("type",d):(this._inputContent.removeAttribute("type"),this._inputContent.removeAttribute("min"),this._inputContent.removeAttribute("max"),this._inputContent.removeAttribute("step")))};listenStatus=(i,d)=>{i==="status"&&this._input&&(d?this._input.setAttribute("status",d):this._input.removeAttribute("status"))};listenMessage=(i,d)=>{i==="message"&&(d?(this._message||(this._message=x().class("ran-input-message").part("message").build(),this._shadowDom.appendChild(this._message)),this._message.textContent=d):this._message&&(this._message.remove(),this._message=void 0))};listenNumericConstraint=(i,d)=>{(i==="min"||i==="max"||i==="step")&&this._inputContent&&(this.type==="number"&&d!=null?this._inputContent.setAttribute(i,d):this._inputContent.removeAttribute(i))};listenRequired=(i,d)=>{i==="required"&&this._inputContent&&(d!=null?this._inputContent.setAttribute("required",""):this._inputContent.removeAttribute("required"))};listenDisabled=(i,d)=>{i==="disabled"&&this._input&&(ee.includes(d)?this._input.removeAttribute("disabled"):(this._input.setAttribute("disabled",""),this._inputContent.setAttribute("disabled","")))};listenIcon=(i,d,g)=>{i==="icon"&&d&&d!==g&&(this.removeAttribute("label"),this.setAttribute("icon",d),this.dealIcon())};dealIcon=()=>{this._icon||(this._icon=ot("r-icon").class("ran-icon").build(),this._inputContent.insertAdjacentElement("beforebegin",this._icon)),this.icon&&this._icon.setAttribute("name",this.icon)};listenEvent=(i,d,g)=>{this.listenPlaceholder(i,g),this.listenLabel(i,g),this.listenStatus(i,g),this.listenMessage(i,g),this.listenNumericConstraint(i,g),this.listenRequired(i,g),this.listenDisabled(i,g),this.listenIcon(i,g,d),i==="value"&&d!==g&&(this._inputContent.value=g,this._input.setAttribute("value",g))};connectedCallback(){this.handlerExternalCss(),this.value&&(this._inputContent.value=this.value,this._input.setAttribute("value",this.value)),this._internals?.setFormValue?.(this.value),this.status&&this._input.setAttribute("status",this.status),this.message&&this.listenMessage("message",this.message),bt(this)&&(this._input.setAttribute("disabled",""),this._inputContent.setAttribute("disabled","")),this.type&&this._inputContent.setAttribute("type",this.type),this.type==="number"&&(this.min&&this._inputContent.setAttribute("min",this.min),this.max&&this._inputContent.setAttribute("max",this.max),this.step&&this._inputContent.setAttribute("step",this.step)),this.required&&this._inputContent.setAttribute("required",""),this._events.on(this._inputContent,"input",this.customInput),this._events.on(this._inputContent,"change",this.customChange),document.readyState==="complete"&&this.dealIcon()}disconnectedCallback(){this._events.abort()}attributeChangedCallback(i,d,g){d!==g&&(this.listenEvent(i,d,g),i==="sheet"&&this.handlerExternalCss())}};ut("r-input",fs);var Cd='.remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host([type="toast"]) .ran-message-notice{padding:8px;text-align:center;max-width:90%;margin:0 auto;word-break:break-all}:host([type="toast"]) .ran-message-notice-content{display:inline-block;padding:10px 16px;background:#000000b3;border-radius:7px;pointer-events:all}:host([type="toast"]) .ran-message-notice-content-info{align-items:center;display:flex}:host([type="toast"]) .ran-message-notice-content-info span{margin:0;padding:0;font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";z-index:1010;width:100%;pointer-events:none;color:#fff}.ran-message-notice{padding:var(--ran-message-notice-padding, 8px);text-align:var(--ran-message-notice-text-align, center);max-width:var(--ran-message-notice-max-width, 90%);margin:var(--ran-message-notice-margin, 0 auto);word-break:var(--ran-message-notice-word-break, break-all)}.ran-message-notice-content{display:var(--ran-message-notice-content-display, inline-block);padding:var(--ran-message-notice-content-padding, 10px 16px);background:var(--ran-message-notice-content-background, var(--ran-color-bg-elevated, #fff));border-image-source:var(--ran-message-notice-content-border-image-source, none);border-image-slice:var(--ran-message-notice-content-border-image-slice, 8);border-image-width:var(--ran-message-notice-content-border-image-width, 4px);border-image-outset:0;border-image-repeat:stretch;border-radius:var(--ran-message-notice-content-border-radius, var(--ran-radius-md, 12px));box-shadow:var(--ran-message-notice-content-box-shadow, var(--ran-shadow-menu, 0 2px 4px #0000000d, 0 8px 24px -6px #00000024));pointer-events:var(--ran-message-notice-content-pointer-events, all)}.ran-message-notice-content-info{align-items:var(--ran-message-notice-content-info-align-items, center);display:var(--ran-message-notice-content-info-display, flex)}.ran-message-notice-content-info span{margin:var(--ran-message-notice-content-info-span-margin, 0);padding:var(--ran-message-notice-content-info-span-padding, 0);color:var(--ran-message-notice-content-info-span-color, var(--ran-color-text, #000000d9));font-size:var(--ran-message-notice-content-info-span-font-size, 14px);font-variant:var(--ran-message-notice-content-info-span-font-variant, tabular-nums);list-style:var(--ran-message-notice-content-info-span-list-style, none);font-feature-settings:var(--ran-message-notice-content-info-span-font-feature-settings, "tnum");z-index:var(--ran-message-notice-content-info-span-z-index, 1010);width:var(--ran-message-notice-content-info-span-width, 100%);pointer-events:var(--ran-message-notice-content-info-span-pointer-events, none)}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes MessageMoveIn{0%{padding:0;transform:translateY(-100%);opacity:0}to{padding:8px;transform:translateY(0);opacity:1}}@keyframes MessageMoveOut{0%{max-height:150px;padding:8px;opacity:1}to{max-height:0;padding:0;opacity:0}}.ranui-message{box-sizing:var(--ran-message-box-sizing, border-box);margin:var(--ran-message-margin, 0);padding:var(--ran-message-padding, 0);color:var(--ran-message-color, var(--ran-color-text, #000000d9));font-size:var(--ran-message-font-size, 14px);font-variant:var(--ran-message-font-variant, tabular-nums);line-height:var(--ran-message-line-height, 1.5715);list-style:var(--ran-message-ist-style, none);font-feature-settings:var(--ran-message-font-feature-settings, "tnum");position:var(--ran-message-position, fixed);top:var(--ran-message-top, 8px);left:var(--ran-message-left, 0);z-index:var(--ran-message-z-index, var(--ran-z-message, 1200));width:var(--ran-message-width, 100%);pointer-events:var(--ran-message-pointer-events, none)}.ranui-message .message-in{animation-name:var(--ran-message-in-animation-name, MessageMoveIn);animation-duration:var(--ran-message-in-animation-duration, .3s);animation-timing-function:var(--ran-message-in-animation-timing-function, cubic-bezier(.78, .14, .15, .86))}.ranui-message .message-leave{animation-name:var(--ran-message-leave-animation-name, MessageMoveOut);animation-duration:var(--ran-message-leave-animation-duration, .3s);animation-timing-function:var(--ran-message-leave-animation-timing-function, cubic-bezier(.78, .14, .15, .86))}',Id={success:!0,_identification:!0,data:'<svg t="1667965185400" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8572" width="200" height="200"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m193.5 301.7l-210.6 292c-12.7 17.7-39 17.7-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z" p-id="8573"></path></svg>'},kd={success:!0,_identification:!0,data:'<svg t="1667965220951" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8711" width="200" height="200"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m165.4 618.2l-66-0.3L512 563.4l-99.3 118.4-66.1 0.3c-4.4 0-8-3.5-8-8 0-1.9 0.7-3.7 1.9-5.2l130.1-155L340.5 359c-1.2-1.5-1.9-3.3-1.9-5.2 0-4.4 3.6-8 8-8l66.1 0.3L512 464.6l99.3-118.4 66-0.3c4.4 0 8 3.5 8 8 0 1.9-0.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z" p-id="8712"></path></svg>'},Bd={success:!0,_identification:!0,data:'<svg t="1667965239916" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8850" width="200" height="200"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m32 664c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272z m-32-344c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z" p-id="8851"></path></svg>'},Sd={success:!0,_identification:!0,data:'<svg t="1667965273540" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8989" width="200" height="200"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296z m32 440c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z" p-id="8990"></path></svg>'},ps="data-ranui-message-host",Td=()=>`[${ps}="true"]`,Dd=(i,d)=>{const g=d?.top??8,m=d?.zIndex??1200;i.style.setProperty("position","fixed"),i.style.setProperty("top",typeof g=="number"?`${g}px`:String(g)),i.style.setProperty("left","0"),i.style.setProperty("width","100%"),i.style.setProperty("z-index",String(m)),i.style.setProperty("pointer-events","none")},xd=i=>typeof document>"u"?null:i?.getContainer?.()||document.body,Rd=i=>{if(typeof document>"u")return null;const d=xd(i)||document.body;let g=d.querySelector(Td());return g||(g=x().attr(ps,"true").children(x().class("ranui-message").attr("aria-live","polite").attr("aria-atomic","false")).build(),d.appendChild(g)),Dd(g,i),g.querySelector(".ranui-message")},No=300,Ko=3e3;hs({"check-circle-fill":Id,"close-circle-fill":kd,"info-circle-fill":Bd,"warning-circle-fill":Sd});var Ld=new Map([["success","check-circle-fill"],["warning","warning-circle-fill"],["error","close-circle-fill"],["info","info-circle-fill"],["toast",null]]),Fd=new Map([["success","#52c41a"],["warning","#faad14"],["error","#ff4d4f"],["info","#006bff"],["toast","rgba(0, 0, 0, 0.7)"]]),As=class extends dt{_info;_notice;_content;_icon;_span;_shadowDom;timeId;close;static get observedAttributes(){return["type","content","sheet"]}constructor(){super(),this._shadowDom=gt(this,Cd);const i=pt(this._shadowDom,".ran-message-notice",()=>x().class("ran-message-notice").children(x().class("ran-message-notice-content").children(x().class("ran-message-notice-content-info").children(ot("r-icon"),ye()))).build());this._notice=i,this._content=i.querySelector(".ran-message-notice-content"),this._info=i.querySelector(".ran-message-notice-content-info"),this._icon=i.querySelector("r-icon"),this._span=i.querySelector("span"),this.handlerExternalCss()}connectedCallback(){dt.prototype.connectedCallback?.call(this),this.hasAttribute("aria-atomic")||this.setAttribute("aria-atomic","true")}get type(){return this.getAttribute("type")}set type(i){i&&this.setAttribute("type",i)}get content(){return this.getAttribute("content")}set content(i){i&&this.setAttribute("content",i)}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};setA11yRole=i=>{const d=i==="error"||i==="warning";this.setAttribute("role",d?"alert":"status")};setIcon=i=>{const d=Ld.get(i),g=Fd.get(i);d&&(this._icon?.setAttribute("name",d),this._icon?.style.setProperty("margin-right","8px"),this._icon?.setAttribute("size","18"),g&&this._icon?.setAttribute("color",g))};attributeChangedCallback(i,d,g){d!==g&&(i==="content"&&(this._span.textContent=g),i==="type"&&(this.setIcon(g),this.setA11yRole(g)),i==="sheet"&&this.handlerExternalCss())}};ut("r-message",As);function Od(){if(typeof window>"u")return null;const i=g=>m=>{const k={},S=ot("r-message").class("message").build();S.timeId&&clearTimeout(S.timeId),S.setAttribute("type",g);let F=Ko,U;if(!m)return;typeof m=="string"?S.setAttribute("content",m):(S.setAttribute("content",m.content),U=m.close,F=m.duration||Ko,k.top=m.top,k.zIndex=m.zIndex,k.getContainer=m.getContainer);const tt=Rd(k);if(!tt)return;const Z=setTimeout(()=>{S.classList.remove("message-in"),S.classList.add("message-leave"),clearTimeout(Z)},F-No);S.timeId=setTimeout(()=>{S.classList.remove("message-leave"),tt.removeChild(S),U&&U()},F),tt.appendChild(S),S.classList.add("message-in"),setTimeout(()=>{S.classList.remove("message-in")},No)},d={info:i("info"),success:i("success"),error:i("error"),warning:i("warning"),toast:i("toast")};return window.message=d,window.ranui||(window.ranui={}),window.ranui.message=d,d}var mu=Od(),Pd='.remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}@keyframes skeleton{0%{transform:translate(-37.5%)}to{transform:translate(37.5%)}}.ran-skeleton{position:relative;z-index:0;overflow:hidden;background:0 0;width:100%;height:var(--ran-skeleton-height, 16px);background:var(--ran-skeleton-background, var(--ran-gray-alpha-200, rgba(0, 0, 0, .06)));border-radius:var(--ran-skeleton-border-radius, var(--ran-radius-sm, 6px))}.ran-skeleton:after{position:absolute;top:0;inset-inline-end:-150%;bottom:0;inset-inline-start:-150%;background:var(--ran-skeleton-shimmer, linear-gradient(90deg, var(--ran-gray-alpha-200, rgba(0, 0, 0, .06)) 25%, var(--ran-gray-alpha-500, rgba(0, 0, 0, .15)) 37%, var(--ran-gray-alpha-200, rgba(0, 0, 0, .06)) 63%));animation-name:skeleton;animation-duration:var(--ran-skeleton-animation-duration, 1.4s);animation-timing-function:ease;animation-iteration-count:infinite;content:""}',ms=class extends dt{_div;_shadowDom;static get observedAttributes(){return["sheet"]}constructor(){super(),this._shadowDom=gt(this,Pd),this._div=pt(this._shadowDom,".ran-skeleton",()=>x().class("ran-skeleton").build())}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};connectedCallback(){this.handlerExternalCss()}attributeChangedCallback(i,d,g){d!==g&&i==="sheet"&&this.handlerExternalCss()}};ut("r-skeleton",ms);var Md=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}",vs=class extends dt{static get observedAttributes(){return["label","key","disabled","icon","effect","iconSize","sheet"]}_events=new Rt;_div;parent;_shadowDom;constructor(){super(),this._shadowDom=gt(this,Md);const i=pt(this._shadowDom,"slot",()=>It().part("content").build());this._div=i}get label(){return this.getAttribute("label")||""}set label(i){this.setAttribute("label",i)}get icon(){return this.getAttribute("icon")}set icon(i){!i||i==="false"?this.removeAttribute("icon"):this.setAttribute("icon",i)}get iconSize(){return this.getAttribute("iconSize")}set iconSize(i){!i||i==="false"?this.removeAttribute("iconSize"):this.setAttribute("iconSize",i)}get key(){return this.getAttribute("r-key")}set key(i){i?this.setAttribute("r-key",i):this.removeAttribute("r-key")}get disabled(){return this.getAttribute("disabled")}set disabled(i){!i||i==="false"?this.removeAttribute("disabled"):this.setAttribute("disabled",i)}get effect(){return this.getAttribute("effect")}set effect(i){!i||i==="false"?this.removeAttribute("effect"):this.setAttribute("effect",i)}get sheet(){return this.getAttribute("sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};initAttribute=()=>{this.parent=this.parentNode,this.key&&(this.parent?.updateAttribute(this.key,"icon",this.icon),this.parent?.updateAttribute(this.key,"iconSize",this.iconSize),this.parent?.updateAttribute(this.key,"effect",this.effect))};connectedCallback(){this.handlerExternalCss(),this._events.on(document,"DOMContentLoaded",this.initAttribute)}disconnectedCallback(){this._events.abort()}attributeChangedCallback(i,d,g){d!==g&&(this.key&&this.parent?.updateAttribute&&(i==="icon"&&this.parent?.updateAttribute(this.key,"icon",g),i==="iconSize"&&this.parent?.updateAttribute(this.key,"iconSize",g),i==="effect"&&this.parent?.updateAttribute(this.key,"effect",g),i==="disabled"&&this.parent?.updateAttribute(this.key,"disabled",g)),i==="sheet"&&this.handlerExternalCss())}};ut("r-tab",vs);var Ud='.remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}.ran-tab ::slotted(r-tab){box-sizing:border-box;width:100%;height:100%;padding:10px;flex-shrink:0;overflow:auto;text-align:start}.ran-tab-header{position:relative;overflow:hidden;scroll-behavior:smooth}.ran-tab-header-nav{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.ran-tab-header-nav::-webkit-scrollbar{display:none}.ran-tab-header-nav-item{flex-shrink:0}.ran-tab-header-nav .active{color:var(--ran-tab-active-color, var(--ran-color-primary, #006bff))}.ran-tab-header-line{position:absolute;width:0;margin-top:-2px;height:2px;border-radius:2px;background:var(--ran-tab-line-color, var(--ran-color-primary, #006bff));transition:var(--ran-tab-line-transition, left .2s, width .2s, transform .2s)}.ran-tab-content{overflow:hidden}.ran-tab-content-wrap{display:flex;width:100%;height:100%;transition:var(--ran-tab-content-transition, transform .2s)}:host([type="line"]) .ran-tab-header-nav-item{border:solid 1px transparent}:host([type="line"]) .ran-tab-header-nav .active{color:var(--ran-tab-line-color, var(--ran-color-primary, #006bff));border:solid 1px transparent;border-color:var(--ran-tab-border-color, var(--ran-color-border, rgba(0, 0, 0, .2))) var(--ran-tab-border-color, var(--ran-color-border, rgba(0, 0, 0, .2))) transparent;border-radius:var(--ran-tab-border-radius, var(--ran-radius-sm, .25em)) var(--ran-tab-border-radius, var(--ran-radius-sm, .25em)) 0 0}:host([type="line"]) .ran-tab-header-line{transition:none;visibility:hidden}:host([type="line"]) .ran-tab-header-line:after,:host([type="line"]) .ran-tab-header-line:before{content:"";position:absolute;visibility:visible;width:9999px;height:1px;bottom:0;background:var(--ran-tab-border-color, var(--ran-color-border, rgba(0, 0, 0, .2)))}:host([type="line"]) .ran-tab-header-line:after{left:100%}:host([type="line"]) .ran-tab-header-line:before{right:100%}:host([align="center"]) .ran-tab-header-nav{justify-content:center}:host([align="center"]) .ran-tab-header-line{left:50%}:host([align="end"]) .ran-tab-header-nav{justify-content:flex-end}',Qd=0,bs=class extends dt{static get observedAttributes(){return["active","type","align","effect","sheet"]}_events=new Rt;_container;_header;_nav;_line;_content;_wrap;_slot;_shadowDom;_tabsId;tabHeaderKeyMapIndex;constructor(){super(),this._tabsId=++Qd,this._shadowDom=gt(this,Ud),this.tabHeaderKeyMapIndex={};const i=pt(this._shadowDom,".ran-tab",()=>x().class("ran-tab").part("tabs").children(x().class("ran-tab-header").part("header").children(x().class("ran-tab-header-nav").part("nav"),x().class("ran-tab-header-line").part("indicator")),x().class("ran-tab-content").part("content").children(x().class("ran-tab-content-wrap").part("content-wrap").children(It()))).build());this._container=i,this._header=i.querySelector(".ran-tab-header"),this._nav=i.querySelector(".ran-tab-header-nav"),this._line=i.querySelector(".ran-tab-header-line"),this._content=i.querySelector(".ran-tab-content"),this._wrap=i.querySelector(".ran-tab-content-wrap"),this._slot=i.querySelector("slot"),this._nav.setAttribute("role","tablist")}get align(){return j(this,"align","start")}set align(i){this.setAttribute("align",i)}get type(){return j(this,"type","flat")}set type(i){this.setAttribute("type",i)}get active(){return this.getAttribute("active")}set active(i){i?(this.setAttribute("active",i),this.setTabLine(i),this.setTabContent(i),this.syncTabsAria()):this.removeAttribute("active")}get effect(){return this.getAttribute("effect")}set effect(i){!i||i==="false"?this.removeAttribute("effect"):this.setAttribute("effect",i)}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};initTabHeaderKeyMapIndex=(i,d)=>{if(this.tabHeaderKeyMapIndex[i])throw new Error("tab 组件的 key 值存在重复,或者某个 tab 组件缺少 key 属性");this.tabHeaderKeyMapIndex[i]=d};createTabHeader(i,d){const g=i.getAttribute("label")||"",m=i.getAttribute("icon")||"",k=i.getAttribute("iconSize")||"",S=i.getAttribute("r-key")||`${d}`,F=i.getAttribute("type")||"text";this.initTabHeaderKeyMapIndex(S,d);const U=ot("r-button").class("tab-header-nav-item").attr("type",F).attr("r-key",S).text(g);return m&&U.attr("icon",m),k&&U.attr("iconSize",k),bt(i)&&U.attr("disabled",""),this.effect&&(i.setAttribute("effect",this.effect),this._line.style.setProperty("display","none")),i.setAttribute("r-key",S),U.build()}initTabLineAlignCenter=()=>{const{length:i}=this._nav.children;let d=0;for(let g=0;g<i;g++){const{width:m=0}=this._nav.children[g].getBoundingClientRect();d+=m}this._line.style.setProperty("left",`calc(50% - ${d/2}px)`)};initTabLineAlignEnd=()=>{const{length:i}=this._nav.children;let d=0;for(let g=0;g<i;g++){const{width:m=0}=this._nav.children[g].getBoundingClientRect();d+=m}this._line.style.setProperty("left",`calc(100% - ${d}px)`)};setTabLine=i=>{if(i){const d=this.tabHeaderKeyMapIndex[i],{width:g=0}=this._nav.children[d].getBoundingClientRect();this._line.style.setProperty("width",`${g}px`);let m=0;for(let k=0;k<d;k++){const{width:S=0}=this._nav.children[k].getBoundingClientRect();m+=S}this._line.style.setProperty("transform",`translateX(${m}px)`)}};setTabContent=i=>{if(i){const d=this.tabHeaderKeyMapIndex[i];this._wrap.style.setProperty("transform",`translateX(${d*-100}%)`)}};clickTabHead=i=>{const d=i.currentTarget??i.target,g=d.getAttribute("r-key");!bt(d)&&g&&this.activateKey(g)};activateKey=i=>{this.setAttribute("active",i),this.setTabLine(i),this.setTabContent(i),this._nav.querySelectorAll(".active").forEach(g=>g.classList.remove("active"));const d=this.tabHeaderKeyMapIndex[i];this._nav.children[d]?.classList.add("active"),this.syncTabsAria()};tabFocusable=i=>i._btn??i;tabIdFor=i=>`ran-tab-${this._tabsId}-${i}`;panelIdFor=i=>`ran-tabpanel-${this._tabsId}-${i}`;syncTabsAria=()=>{const i=this.active,d=this._slot?.assignedElements?.()??[];[...this._nav.children].forEach((g,m)=>{const k=g.getAttribute("r-key")??`${m}`,S=k===i,F=bt(g),U=this.tabFocusable(g);U.setAttribute("role","tab"),U.id=this.tabIdFor(k),U.setAttribute("aria-controls",this.panelIdFor(k)),U.setAttribute("aria-selected",S?"true":"false"),U.tabIndex=S&&!F?0:-1;const tt=d[m];tt&&(tt.setAttribute("role","tabpanel"),tt.id=this.panelIdFor(k),tt.setAttribute("aria-labelledby",this.tabIdFor(k)),tt.setAttribute("tabindex",S?"0":"-1"),S?tt.removeAttribute("aria-hidden"):tt.setAttribute("aria-hidden","true"))})};onNavKeydown=i=>{if(!["ArrowRight","ArrowLeft","ArrowDown","ArrowUp","Home","End"].includes(i.key))return;const d=[...this._nav.children].filter(F=>!bt(F));if(!d.length)return;const g=i.target?.closest?.(".tab-header-nav-item")??i.target;let m=d.findIndex(F=>F===g);m<0&&(m=d.findIndex(F=>F.getAttribute("r-key")===this.active)),m<0&&(m=0);let k=m;i.key==="ArrowRight"||i.key==="ArrowDown"?k=(m+1)%d.length:i.key==="ArrowLeft"||i.key==="ArrowUp"?k=(m-1+d.length)%d.length:i.key==="Home"?k=0:i.key==="End"&&(k=d.length-1),i.preventDefault();const S=d[k].getAttribute("r-key");S&&(this.activateKey(S),this.tabFocusable(d[k]).focus())};updateAttribute=(i,d,g="")=>{const m=this.tabHeaderKeyMapIndex[i];i&&g&&this._nav.children[m]?this._nav.children[m]?.setAttribute(d,g):this._nav.children[m]?.removeAttribute(d)};initActive=()=>{const i=[...this._nav.children],d=i.filter(S=>!bt(S));let g;if(this.active!=null&&(g=d.find(S=>S.getAttribute("r-key")===this.active),g?.setAttribute("r-key",this.active)),g||(g=d.shift()),!g)return;const m=i.findIndex(S=>S===g),k=g?.getAttribute("r-key")||`${m}`;k!=null&&(this.setAttribute("active",`${k}`),g.classList.add("active"),this.setTabContent(k),setTimeout(()=>{this.setTabLine(k)},200))};listenSlotChange=()=>{this._slot.assignedElements().forEach((i,d)=>{const g=this.createTabHeader(i,d);this._nav.appendChild(g),g.addEventListener("click",this.clickTabHead)}),this.initActive(),this.syncTabsAria(),this.align&&(this.align==="center"&&this.initTabLineAlignCenter(),this.align==="end"&&this.initTabLineAlignEnd())};connectedCallback(){this.handlerExternalCss(),this._events.on(this._slot,"slotchange",this.listenSlotChange),this._events.on(this._nav,"keydown",this.onNavKeydown)}disconnectedCallback(){this._events.abort()}attributeChangedCallback(i,d,g){d!==g&&(this.dispatchEvent(new CustomEvent("change",{detail:{active:this.active}})),i==="align"&&(g==="center"&&this.initTabLineAlignCenter(),g==="end"&&this.initTabLineAlignEnd()),i==="effect"&&[...this._nav.children].forEach(m=>{!this.effect||this.effect==="false"?m.removeAttribute("effect"):m.setAttribute("effect",g)}),i==="active"&&this.setAttribute(i,g),i==="sheet"&&this.handlerExternalCss())}};ut("r-tabs",bs);var Nd=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{--ran-radar-polygon-color: var(--ran-color-border, #e6e6e6);--ran-radar-line-color: var(--ran-color-border, #e6e6e6);--ran-radar-fill-color: rgba(255, 121, 35, .6);--ran-radar-stroke-color: rgba(255, 121, 35, .6)}.ran-radar{position:var(--ran-radar-position, relative);width:var(--ran-radar-width, 100%);height:var(--ran-radar-height, 100%);display:var(--ran-radar-display, block)}.ran-radar canvas{width:100%;height:100%}",Kd="rgba(0,0,0,0)",Yd="rgba(0,0,0,1)",Yo="#e6e6e6",Ho="#e6e6e6",Hd="黑体",Go="rgba(255,121,35,0.60)",Vo="rgba(255,121,35,0.60)",ys=class extends dt{mData;mCount;mW;mCenter;mRadius;mAngle;static get observedAttributes(){return["abilitys","colorpolygon","colorline","fillcolor","strokecolor","sheet"]}abilityRadarChartContainer;abilityRadarChart;_iconElement;_shadowDom;resizeObserver;constructor(){super(),this._shadowDom=gt(this,Nd);const i=pt(this._shadowDom,".ran-radar",()=>x().class("ran-radar").children(ot("canvas").build()).build()),d=i.querySelector("canvas");this.abilityRadarChartContainer=i,this.abilityRadarChart=d,this.resizeObserver=new ResizeObserver(this.resize),this.resizeObserver.observe(this.abilityRadarChartContainer)}resize=()=>{this.refreshData()};get abilitys(){const i=this.getAttribute("abilitys");if(typeof i=="string")try{return JSON.parse(i)}catch(d){return console.error(`Failed to parse the rule in JSON.parse: ${i}, error: ${d}`),i}return i}set abilitys(i){typeof i=="string"?this.setAttribute("abilitys",i||""):this.setAttribute("abilitys",JSON.stringify(i)||"")}_cssVar(i){return typeof getComputedStyle>"u"?"":getComputedStyle(this).getPropertyValue(i).trim()}get colorPolygon(){return this.getAttribute("colorPolygon")||this._cssVar("--ran-radar-polygon-color")||Yo}set colorPolygon(i){this.setAttribute("colorPolygon",i||Yo)}get colorLine(){return this.getAttribute("colorLine")||this._cssVar("--ran-radar-line-color")||Ho}set colorLine(i){this.setAttribute("colorLine",i||Ho)}get fontColor(){return this._cssVar("--ran-color-text")||Yd}get fillColor(){return this.getAttribute("fillColor")||this._cssVar("--ran-radar-fill-color")||Go}set fillColor(i){this.setAttribute("fillColor",i||Go)}get strokeColor(){return this.getAttribute("strokeColor")||this._cssVar("--ran-radar-stroke-color")||Vo}set strokeColor(i){this.setAttribute("strokeColor",i||Vo)}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};refreshData(){const i=this.abilityRadarChart.getContext("2d");if(!this.abilityRadarChartContainer||!i)return;const d=pr(i),g=this.abilityRadarChartContainer.clientWidth*d,m=this.abilityRadarChartContainer.clientHeight*d;this.abilityRadarChart.width=g,this.abilityRadarChart.height=m,this.mW=g,this.mData=this.abilitys,this.mCount=this.mData?.length||1,this.mCenter=this.mW/2,this.mRadius=this.mCenter-50*d,this.mAngle=Math.PI*2/this.mCount,this.drawPolygon(i),this.drawSide(i),this.drawLines(i),this.drawText(i),this.drawRegion(i),this.drawCircle(i)}drawSide(i){if(!this.mRadius||!this.mCount||!this.mCenter||!this.mAngle)return;i.save(),i.strokeStyle=this.colorLine;const d=this.mRadius;for(let g=0;g<this.mCount;g++){const m=this.mCenter+d*Math.sin(this.mAngle*g),k=this.mCenter+d*Math.cos(this.mAngle*g);i.lineTo(m,k)}i.closePath(),i.stroke()}drawPolygon(i){if(!this.mRadius||!this.mCount||!this.mCenter||!this.mAngle)return;i.save(),i.strokeStyle=this.colorPolygon;const d=this.mRadius/4;i.setLineDash([6,6]);for(let g=0;g<4;g++){i.beginPath();const m=d*(g+1);for(let k=0;k<this.mCount;k++){const S=this.mCenter+m*Math.sin(this.mAngle*k),F=this.mCenter+m*Math.cos(this.mAngle*k);i.lineTo(S,F)}i.closePath(),i.stroke()}i.restore()}drawLines(i){if(!(!this.mRadius||!this.mCount||!this.mCenter||!this.mAngle)){i.save(),i.beginPath(),i.strokeStyle=this.colorLine;for(let d=0;d<this.mCount;d++){const g=this.mCenter+this.mRadius*Math.sin(this.mAngle*d),m=this.mCenter+this.mRadius*Math.cos(this.mAngle*d);i.moveTo(this.mCenter,this.mCenter),i.lineTo(g,m)}i.stroke(),i.restore()}}drawText(i){if(!this.mRadius||!this.mCount||!this.mCenter||!this.mAngle||!this.mData)return;i.save();const d=pr(i),g=this.mCenter/12;for(let m=0;m<this.mCount;m++){const k=this.mCenter+this.mRadius*Math.sin(this.mAngle*m),S=this.mCenter+this.mRadius*Math.cos(this.mAngle*m),F=this.mData[m]?.backgroundColor||Kd,U=this.mData[m]?.fontColor||this.fontColor,tt=this.mData[m]?.fontFamily||Hd,Z=this.mData[m]?.fontSize||g;i.font=`${Z}px ${tt}`,this.mAngle*m>=0&&this.mAngle*m<Math.PI/2?this.drawButton(i,F,k,S,44*d,24*d,12*d,this.mData[m].abilityName,U,tt,Z):this.mAngle*m>=Math.PI/2&&this.mAngle*m<Math.PI?this.drawButton(i,F,k,S-24*d,44*d,24*d,12*d,this.mData[m].abilityName,U,tt,Z):this.mAngle*m>=Math.PI&&this.mAngle*m<Math.PI*3/2?this.drawButton(i,F,k-44*d,S-24*d,44*d,24*d,12*d,this.mData[m].abilityName,U,tt,Z):this.drawButton(i,F,k-44*d,S,44*d,24*d,12*d,this.mData[m].abilityName,U,tt,Z)}i.restore()}drawButton(i,d,g,m,k,S,F,U,tt,Z,Ut){i.beginPath();const mt=pr(i);i.fillStyle=d,i.moveTo(g+F,m),i.lineTo(g+k-F,m),i.arc(g+k-F,m+F,F,Math.PI*3/2,Math.PI*2),i.lineTo(g+k,m+S-F),i.arc(g+k-F,m+S-F,F,Math.PI,Math.PI/2),i.lineTo(g+F,m+S),i.arc(g+F,m+S-F,F,Math.PI/2,Math.PI),i.lineTo(g,m+F),i.arc(g+F,m+F,F,Math.PI,Math.PI*3/2),i.fill(),i.closePath(),i.beginPath(),i.fillStyle=tt,i.font=`${Ut||12*mt}px ${Z}`,i.textAlign="center",i.textBaseline="middle",i.fillText(U,g+k/2,m+S/2)}drawRegion(i){if(!this.mRadius||!this.mCount||!this.mCenter||!this.mAngle||!this.mData)return;const d=pr(i);i.save(),i.beginPath();for(let g=0;g<this.mCount;g++){const m=this.mCenter+this.mRadius*Math.sin(this.mAngle*g)*this.mData[g].scoreRate/100,k=this.mCenter+this.mRadius*Math.cos(this.mAngle*g)*this.mData[g].scoreRate/100;i.lineTo(m,k)}i.closePath(),i.fillStyle=this.fillColor,i.fill(),i.strokeStyle=this.strokeColor,i.lineWidth=1*d,i.stroke(),i.restore()}drawCircle(i){if(!this.mRadius||!this.mCount||!this.mCenter||!this.mAngle||!this.mData)return;const d=pr(i);i.save();for(let g=0;g<this.mCount;g++){const m=this.mCenter+this.mRadius*Math.sin(this.mAngle*g)*this.mData[g].scoreRate/100,k=this.mCenter+this.mRadius*Math.cos(this.mAngle*g)*this.mData[g].scoreRate/100;i.beginPath(),i.arc(m,k,3,0,Math.PI*2),i.lineWidth=1.5*d,i.strokeStyle=this.strokeColor,i.stroke()}i.restore()}connectedCallback(){this.handlerExternalCss(),this.refreshData()}disconnectedCallback(){this.resizeObserver.disconnect()}attributeChangedCallback(i,d,g){d!==g&&(["abilitys","colorpolygon","colorline","fillcolor","strokecolor"].includes(i)&&this.abilityRadarChartContainer&&this.refreshData(),i==="sheet"&&this.handlerExternalCss())}};ut("r-radar",ys);var Gd=Wc(((i,d)=>{(function g(m){var k=this,S=function(){"use strict";function F(s,n){var t=Object.keys(s);if(Object.getOwnPropertySymbols){var e=Object.getOwnPropertySymbols(s);n&&(e=e.filter(function(r){return Object.getOwnPropertyDescriptor(s,r).enumerable})),t.push.apply(t,e)}return t}function U(s){for(var n=1;n<arguments.length;n++){var t=arguments[n]!=null?arguments[n]:{};n%2?F(Object(t),!0).forEach(function(e){Ut(s,e,t[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(s,Object.getOwnPropertyDescriptors(t)):F(Object(t)).forEach(function(e){Object.defineProperty(s,e,Object.getOwnPropertyDescriptor(t,e))})}return s}function tt(s,n){for(var t=0;t<n.length;t++){var e=n[t];e.enumerable=e.enumerable||!1,e.configurable=!0,"value"in e&&(e.writable=!0),Object.defineProperty(s,Ae(e.key),e)}}function Z(s,n,t){return n&&tt(s.prototype,n),t&&tt(s,t),Object.defineProperty(s,"prototype",{writable:!1}),s}function Ut(s,n,t){return(n=Ae(n))in s?Object.defineProperty(s,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):s[n]=t,s}function mt(){return mt=Object.assign?Object.assign.bind():function(s){for(var n=1;n<arguments.length;n++){var t=arguments[n];for(var e in t)Object.prototype.hasOwnProperty.call(t,e)&&(s[e]=t[e])}return s},mt.apply(this,arguments)}function kt(s,n){s.prototype=Object.create(n.prototype),s.prototype.constructor=s,Qt(s,n)}function ie(s){return ie=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(n){return n.__proto__||Object.getPrototypeOf(n)},ie(s)}function Qt(s,n){return Qt=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},Qt(s,n)}function Et(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function ae(s,n,t){return ae=Et()?Reflect.construct.bind():function(e,r,a){var o=[null];o.push.apply(o,r);var l=new(Function.bind.apply(e,o));return a&&Qt(l,a.prototype),l},ae.apply(null,arguments)}function zt(s){var n=typeof Map=="function"?new Map:void 0;return zt=function(t){if(t===null||(e=t,Function.toString.call(e).indexOf("[native code]")===-1))return t;var e;if(typeof t!="function")throw new TypeError("Super expression must either be null or a function");if(n!==void 0){if(n.has(t))return n.get(t);n.set(t,r)}function r(){return ae(t,arguments,ie(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),Qt(r,t)},zt(s)}function pe(s,n){(n==null||n>s.length)&&(n=s.length);for(var t=0,e=new Array(n);t<n;t++)e[t]=s[t];return e}function Nt(s,n){var t=typeof Symbol<"u"&&s[Symbol.iterator]||s["@@iterator"];if(t)return(t=t.call(s)).next.bind(t);if(Array.isArray(s)||(t=(function(r,a){if(r){if(typeof r=="string")return pe(r,a);var o=Object.prototype.toString.call(r).slice(8,-1);return o==="Object"&&r.constructor&&(o=r.constructor.name),o==="Map"||o==="Set"?Array.from(r):o==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?pe(r,a):void 0}})(s))||n&&s&&typeof s.length=="number"){t&&(s=t);var e=0;return function(){return e>=s.length?{done:!0}:{done:!1,value:s[e++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
4
|
+
`,yd=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}",gs=class extends dt{static get observedAttributes(){return["src","fallback","sheet","alt"]}_image;_container;_shadowDom;constructor(){super(),this._shadowDom=gt(this,yd);const i=pt(this._shadowDom,".ran-image",()=>x().class("ran-image").build());this._container=i}get fallback(){return j(this,"fallback",bd)}set fallback(i){et(this,"fallback",i,{removeEmpty:!0})}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}get alt(){return j(this,"alt")}set alt(i){et(this,"alt",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};listenFallback(i,d){i==="fallback"&&this._image&&(d?this._image.setAttribute("fallback",d):this._image.removeAttribute("fallback"))}updateSrc=()=>{this._image&&(this._image.src=this.getAttribute("src")||"")};connectedCallback(){this.handlerExternalCss(),this._image=new Image,this._image.alt=this.alt,this._image.addEventListener("error",()=>{this._image&&this.fallback&&(this._image.src=this.fallback)}),this._image.addEventListener("load",()=>{this._image&&this._container.appendChild(this._image)}),this.updateSrc()}attributeChangedCallback(i,d,g){d!==g&&(this.listenFallback(i,g),i==="src"&&this.updateSrc(),i==="alt"&&this._image&&(this._image.alt=g??""),i==="sheet"&&this.handlerExternalCss())}};ut("r-img",gs);var wd=`.remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{position:var(--ran-input-host-position, relative);display:var(--ran-input-host-display, block);box-sizing:var(--ran-input-host-box-sizing, border-box)}:host([placeholder]) .ran-input-label{transform:var(--ran-input-label-placeholder-transform, translateY( calc(-50% - .43em) ) scale(.8));top:var(--ran-input-label-placeholder-top, 0)}:host .ran-input-label{transform:var(--ran-input-label-transform, translateY(-50%));top:var(--ran-input-label-top, 50%)}.ran-input{box-sizing:var(--ran-input-box-sizing, border-box);position:var(--ran-input-position, relative);display:var(--ran-input-display, flex);width:var(--ran-input-width, 100%);height:var(--ran-input-height, auto);min-width:var(--ran-input-min-width, 0);padding:var(--ran-input-padding, 0px 0px 0px 4px);color:var(--ran-input-color, var(--ran-color-text, #000000d9));font-size:var(--ran-input-font-size, 12px);font-family:var(--ran-input-font-family, var(--ran-skin-font-family, inherit));line-height:var(--ran-input-line-height, 1.5715);background-color:var(--ran-input-background-color, var(--ran-color-bg-elevated, #fff));background-image:var(--ran-input-background-image, none);border:var(--ran-input-border, 1px solid var(--ran-color-border, #eaeaea));border-image-source:var(--ran-input-border-image-source, none);border-image-slice:var(--ran-input-border-image-slice, 8);border-image-width:var(--ran-input-border-image-width, 4px);border-image-outset:0;border-image-repeat:stretch;border-radius:var(--ran-input-border-radius, var(--ran-radius-sm, 6px));transition:var(--ran-input-transition, none);min-height:var(--ran-input-min-height, 32px)}.ran-input .ran-icon{display:var(--ran-input-icon-display, flex);align-items:var(--ran-input-icon-align-items, center);justify-content:var(--ran-input-icon-justify-content, center)}.ran-input:focus-within{border-color:var(--ran-input-active-border-color, var(--ran-color-primary, #006bff));box-shadow:var(--ran-input-active-box-shadow, 0 0 0 2px var(--ran-blue-400, #cae7ff));border-right-width:var(--ran-input-active-border-right-width, 1px);outline:var(--ran-input-active-outline, 0)}.ran-input:hover{border-color:var(--ran-input-hover-border-color, var(--ran-color-primary, #006bff));border-right-width:var(--ran-input-hover-border-right-width, 1px)}.ran-input>.ran-input-content:hover~.ran-input-label{color:var(--ran-input-label-hover-color, var(--ran-color-primary, #006bff))}.ran-input[value]>.ran-input-label{transform:var(--ran-input-label-value-transform, translateY( calc(-50% - .43em) ) scale(.8));color:var(--ran-input-label-value-color, var(--ran-color-text-disabled, #00000040))}.ran-input[status=error] .ran-input-content,.ran-input[status=warning] .ran-input-content{padding-right:var(--ran-input-content-status-padding-right, 28px)}.ran-input[status=error]:after,.ran-input[status=warning]:after{content:"";position:absolute;top:50%;right:10px;width:16px;height:16px;transform:translateY(-50%);pointer-events:none;mask-position:center;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain}.ran-input[status=error]{border-color:var(--ran-input-status-error-border-color, var(--ran-color-danger, #ff4d4f))}.ran-input[status=error]>.ran-input-content~.ran-input-label{color:var(--ran-input-label-status-error-color, var(--ran-color-danger, #ff4d4f))}.ran-input[status=error]:after{background-color:var(--ran-color-danger, #ff4d4f);mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a7 7 0 100 14A7 7 0 008 1zm-.75 3.5h1.5v5h-1.5v-5zM8 11a1 1 0 110 2 1 1 0 010-2z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a7 7 0 100 14A7 7 0 008 1zm-.75 3.5h1.5v5h-1.5v-5zM8 11a1 1 0 110 2 1 1 0 010-2z'/%3E%3C/svg%3E")}.ran-input[status=warning]{border-color:var(--ran-input-status-warning-border-color, var(--ran-color-warning, #faad14))}.ran-input[status=warning]>.ran-input-content~.ran-input-label{color:var(--ran-input-label-status-warning-color, var(--ran-color-warning, #faad14))}.ran-input[status=warning]:after{background-color:var(--ran-color-warning, #faad14);mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1.5l6.85 11.86a.5.5 0 01-.43.75H1.58a.5.5 0 01-.43-.75L8 1.5zm-.75 4.25v3.5h1.5v-3.5h-1.5zM8 10.75a1 1 0 110 2 1 1 0 010-2z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1.5l6.85 11.86a.5.5 0 01-.43.75H1.58a.5.5 0 01-.43-.75L8 1.5zm-.75 4.25v3.5h1.5v-3.5h-1.5zM8 10.75a1 1 0 110 2 1 1 0 010-2z'/%3E%3C/svg%3E")}.ran-input[disabled]{color:var(--ran-input-disabled-color, var(--ran-color-text-disabled, #00000040));background-color:var(--ran-input-disabled-background-color, var(--ran-color-bg-muted, #f5f5f5));border-color:var(--ran-input-disabled-border-color, var(--ran-color-border, #eaeaea));box-shadow:var(--ran-input-disabled-box-shadow, none);cursor:var(--ran-input-disabled-cursor, not-allowed);opacity:var(--ran-input-disabled-opacity, 1)}.ran-input[disabled]>.ran-input-content{color:var(--ran-input-content-disabled-color, var(--ran-color-text-disabled, #00000040));background-color:var(--ran-input-content-disabled-background-color, var(--ran-color-bg-muted, #f5f5f5));border-color:var(--ran-input-content-disabled-border-color, var(--ran-color-border, #eaeaea));box-shadow:var(--ran-input-content-disabled-box-shadow, none);cursor:var(--ran-input-content-disabled-cursor, not-allowed);opacity:var(--ran-input-content-disabled-opacity, 1)}.ran-input[disabled]>.ran-input-content~.ran-input-label{color:var(--ran-input-label-disabled-color, var(--ran-color-text-disabled, #00000040));background-color:var(--ran-input-label-disabled-background-color, var(--ran-color-bg-muted, #f5f5f5))}.ran-input[disabled]>.ran-input-label{color:var(--ran-input-label-disabled-color, var(--ran-color-text-disabled, #999));border-color:var(--ran-input-label-disabled-border-color, var(--ran-color-border, #eaeaea));box-shadow:var(--ran-input-label-disabled-box-shadow, none);cursor:var(--ran-input-label-disabled-cursor, not-allowed)}.ran-input-content{writing-mode:var(--ran-input-content-writing-mode, horizontal-tb);text-rendering:var(--ran-input-content-text-rendering, auto);letter-spacing:var(--ran-input-content-letter-spacing, normal);word-spacing:var(--ran-input-content-word-spacing, normal);text-transform:var(--ran-input-content-text-transform, none);text-indent:var(--ran-input-content-text-indent, 0px);text-shadow:var(--ran-input-content-text-shadow, none);text-align:var(--ran-input-content-text-align, start);cursor:var(--ran-input-content-cursor, text);touch-action:var(--ran-input-content-touch-action, manipulation);-webkit-appearance:var(--ran-input-content--webkit-appearance, none);text-overflow:var(--ran-input-content-text-overflow, ellipsis);box-sizing:var(--ran-input-content-box-sizing, border-box);margin:var(--ran-input-content-margin, 0);font-variant:var(--ran-input-content-font-variant, tabular-nums);list-style:var(--ran-input-content-list-style, none);font-feature-settings:var(--ran-input-content-font-feature-settings, "tnum");position:var(--ran-input-content-position, relative);border:var(--ran-input-content-border, none);width:var(--ran-input-content-width, 100%);height:var(--ran-input-content-height, 100%);min-height:var(--ran-input-content-min-height, 30px);min-width:var(--ran-input-content-min-width, 0);color:var(--ran-input-content-color, var(--ran-color-text, #000000d9));font-size:var(--ran-input-content-font-size, 14px);line-height:var(--ran-input-content-line-height, 1.48);background-color:var(--ran-input-content-background-color, var(--ran-color-bg-elevated, #fff));background-image:var(--ran-input-content-background-image, none);transition:var(--ran-input-content-transition, none);outline:var(--ran-input-content-outline, none);border-radius:var(--ran-input-content-border-radius, var(--ran-radius-sm, 6px));padding:var(--ran-input-content-padding, 0 0 0 2px);font-weight:var(--ran-input-content-font-weight, 400)}.ran-input-content:focus,.ran-input-content:hover{border:var(--ran-input-content-hover-border, none);outline:var(--ran-input-content-hover-outline, 0)}.ran-input-content::placeholder{color:var(--ran-input-content-placeholder-color, var(--ran-color-text-disabled, #999))}.ran-input-content:placeholder-shown~.ran-input-label{transform:var(--ran-input-content-placeholder-label-transform, translateY( calc(-50% - .43em) ) scale(.8))}.ran-input-content:focus~.ran-input-label{transform:var(--ran-input-content-focus-label-transform, translateY( calc(-50% - .43em) ) scale(.8));top:var(--ran-input-content-focus-label-top, 0px)}.ran-input-content::-webkit-search-cancel-button{display:none;-webkit-appearance:none}.ran-input-label{box-sizing:var(--ran-input-label-box-sizing, border-box);pointer-events:var(--ran-input-label-pointer-events, none);position:var(--ran-input-label-position, absolute);font-size:var(--ran-input-label-font-size, 14px);left:var(--ran-input-label-left, 8px);transition:var(--ran-input-label-transition, transform .3s, top .3s, font-size .3s);transform-origin:var(--ran-input-label-transform-origin, left);padding:var(--ran-input-label-padding, 0 0);color:var(--ran-input-label-color, var(--ran-color-text-disabled, #999));background:var(--ran-input-label-background, var(--ran-color-bg-elevated, #fff));opacity:var(--ran-input-label-opacity, .9)}.ran-input-message{margin-top:var(--ran-input-message-margin-top, 4px);font-size:var(--ran-input-message-font-size, 12px);line-height:var(--ran-input-message-line-height, 1.5);color:var(--ran-input-message-color, var(--ran-color-text-secondary, #8c8c8c))}.ran-input-message:empty{display:none}:host([status="error"]) .ran-input-message{color:var(--ran-input-message-error-color, var(--ran-color-danger, #ff4d4f))}:host([status="warning"]) .ran-input-message{color:var(--ran-input-message-warning-color, var(--ran-color-warning, #faad14))}`,Ed=0,fs=class extends dt{static formAssociated=!0;_internals;static get observedAttributes(){return["label","disabled","name","placeholder","type","icon","value","status","message","min","max","step","required","sheet"]}_events=new Rt;_shadowDom;_input;_label;_inputContent;_icon;_message;constructor(){super();try{this._internals=this.attachInternals()}catch{this._internals=void 0}this._shadowDom=gt(this,wd);const i=pt(this._shadowDom,".ran-input",()=>x().class("ran-input").part("input").children(Oa().class("ran-input-content").part("content")).build());this._input=i,this._inputContent=i.querySelector(".ran-input-content"),this._inputContent.id||(this._inputContent.id=`ran-input-${++Ed}`)}get value(){return this.getAttribute("value")||""}set value(i){!bt(this)&&i?(this.setAttribute("value",i),this._input.setAttribute("value",i)):(this.removeAttribute("value"),this._input.removeAttribute("value")),this._internals?.setFormValue?.(this.getAttribute("value")??"")}get placeholder(){return this.getAttribute("placeholder")||""}set placeholder(i){i?this.setAttribute("placeholder",i):this.removeAttribute("placeholder")}get required(){return this.hasAttribute("required")}set required(i){!i||i==="false"?this.removeAttribute("required"):this.setAttribute("required","")}get disabled(){return bt(this)}set disabled(i){ee.includes(i)?(this.removeAttribute("disabled"),this._input.removeAttribute("disabled"),this._inputContent.removeAttribute("disabled")):(this.setAttribute("disabled",""),this._input.setAttribute("disabled",""),this._inputContent.setAttribute("disabled",""))}get label(){return this.getAttribute("label")||""}set label(i){this.setAttribute("label",i)}get status(){return this.getAttribute("status")||""}set status(i){i?(this.setAttribute("status",i),this._input.setAttribute("status",i)):(this.removeAttribute("status"),this._input.removeAttribute("status"))}get message(){return this.getAttribute("message")||""}set message(i){i?this.setAttribute("message",i):this.removeAttribute("message")}get name(){return this.getAttribute("name")||""}set name(i){this.setAttribute("name",i)}get min(){return this.getAttribute("min")||""}set min(i){this.type==="number"&&this.setAttribute("min",i)}get max(){return this.getAttribute("max")||""}set max(i){this.type==="number"&&this.setAttribute("max",i)}get step(){return this.getAttribute("step")||""}set step(i){this.type==="number"&&this.setAttribute("step",i)}get icon(){return this.getAttribute("icon")||""}set icon(i){i?this.setAttribute("icon",i):this.removeAttribute("icon")}get type(){return this.getAttribute("type")||""}set type(i){i?this.setAttribute("type",i):this.removeAttribute("type")}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};customInput=i=>{i.stopPropagation(),i.preventDefault();const{target:d,data:g=""}=i;this.value=d?.value||g||"",this.dispatchEvent(new CustomEvent("input",{detail:{value:this.value}}))};customChange=()=>{this.value=this._inputContent?.value??this.value,this.dispatchEvent(new CustomEvent("change",{detail:{value:this.value}}))};listenPlaceholder=(i,d)=>{i==="placeholder"&&this._inputContent&&(d!=null?this._inputContent.setAttribute("placeholder",d):this._inputContent.removeAttribute("placeholder"))};listenLabel=(i,d)=>{i==="label"&&this._inputContent&&(d!=null?this._label?this._label.innerHTML=d:(this._label=dd().class("ran-input-label").part("label").text(d).build(),this._label.htmlFor=this._inputContent.id,this._input.appendChild(this._label)):(this._input.removeAttribute("label"),this._label&&(this._input.removeChild(this._label),this._label=void 0)))};listenType=(i,d)=>{i==="type"&&this._inputContent&&(d?this._inputContent.setAttribute("type",d):(this._inputContent.removeAttribute("type"),this._inputContent.removeAttribute("min"),this._inputContent.removeAttribute("max"),this._inputContent.removeAttribute("step")))};listenStatus=(i,d)=>{i==="status"&&this._input&&(d?this._input.setAttribute("status",d):this._input.removeAttribute("status"))};listenMessage=(i,d)=>{i==="message"&&(d?(this._message||(this._message=x().class("ran-input-message").part("message").build(),this._shadowDom.appendChild(this._message)),this._message.textContent=d):this._message&&(this._message.remove(),this._message=void 0))};listenNumericConstraint=(i,d)=>{(i==="min"||i==="max"||i==="step")&&this._inputContent&&(this.type==="number"&&d!=null?this._inputContent.setAttribute(i,d):this._inputContent.removeAttribute(i))};listenRequired=(i,d)=>{i==="required"&&this._inputContent&&(d!=null?this._inputContent.setAttribute("required",""):this._inputContent.removeAttribute("required"))};listenDisabled=(i,d)=>{i==="disabled"&&this._input&&(ee.includes(d)?this._input.removeAttribute("disabled"):(this._input.setAttribute("disabled",""),this._inputContent.setAttribute("disabled","")))};listenIcon=(i,d,g)=>{i==="icon"&&d&&d!==g&&(this.removeAttribute("label"),this.setAttribute("icon",d),this.dealIcon())};dealIcon=()=>{this._icon||(this._icon=ot("r-icon").class("ran-icon").build(),this._inputContent.insertAdjacentElement("beforebegin",this._icon)),this.icon&&this._icon.setAttribute("name",this.icon)};listenEvent=(i,d,g)=>{this.listenPlaceholder(i,g),this.listenLabel(i,g),this.listenStatus(i,g),this.listenMessage(i,g),this.listenNumericConstraint(i,g),this.listenRequired(i,g),this.listenDisabled(i,g),this.listenIcon(i,g,d),i==="value"&&d!==g&&(this._inputContent.value=g,this._input.setAttribute("value",g))};connectedCallback(){this.handlerExternalCss(),this.value&&(this._inputContent.value=this.value,this._input.setAttribute("value",this.value)),this._internals?.setFormValue?.(this.value),this.status&&this._input.setAttribute("status",this.status),this.message&&this.listenMessage("message",this.message),bt(this)&&(this._input.setAttribute("disabled",""),this._inputContent.setAttribute("disabled","")),this.type&&this._inputContent.setAttribute("type",this.type),this.type==="number"&&(this.min&&this._inputContent.setAttribute("min",this.min),this.max&&this._inputContent.setAttribute("max",this.max),this.step&&this._inputContent.setAttribute("step",this.step)),this.required&&this._inputContent.setAttribute("required",""),this._events.on(this._inputContent,"input",this.customInput),this._events.on(this._inputContent,"change",this.customChange),document.readyState==="complete"&&this.dealIcon()}disconnectedCallback(){this._events.abort()}attributeChangedCallback(i,d,g){d!==g&&(this.listenEvent(i,d,g),i==="sheet"&&this.handlerExternalCss())}};ut("r-input",fs);var Cd='.remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host([type="toast"]) .ran-message-notice{padding:8px;text-align:center;max-width:90%;margin:0 auto;word-break:break-all}:host([type="toast"]) .ran-message-notice-content{display:inline-block;padding:10px 16px;background:#000000b3;border-radius:7px;pointer-events:all}:host([type="toast"]) .ran-message-notice-content-info{align-items:center;display:flex}:host([type="toast"]) .ran-message-notice-content-info span{margin:0;padding:0;font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";z-index:1010;width:100%;pointer-events:none;color:#fff}.ran-message-notice{padding:var(--ran-message-notice-padding, 8px);text-align:var(--ran-message-notice-text-align, center);max-width:var(--ran-message-notice-max-width, 90%);margin:var(--ran-message-notice-margin, 0 auto);word-break:var(--ran-message-notice-word-break, break-all)}.ran-message-notice-content{display:var(--ran-message-notice-content-display, inline-block);padding:var(--ran-message-notice-content-padding, 10px 16px);background:var(--ran-message-notice-content-background, var(--ran-color-bg-elevated, #fff));border-image-source:var(--ran-message-notice-content-border-image-source, none);border-image-slice:var(--ran-message-notice-content-border-image-slice, 8);border-image-width:var(--ran-message-notice-content-border-image-width, 4px);border-image-outset:0;border-image-repeat:stretch;border-radius:var(--ran-message-notice-content-border-radius, var(--ran-radius-md, 12px));box-shadow:var(--ran-message-notice-content-box-shadow, var(--ran-shadow-menu, 0 2px 4px #0000000d, 0 8px 24px -6px #00000024));pointer-events:var(--ran-message-notice-content-pointer-events, all)}.ran-message-notice-content-info{align-items:var(--ran-message-notice-content-info-align-items, center);display:var(--ran-message-notice-content-info-display, flex)}.ran-message-notice-content-info span{margin:var(--ran-message-notice-content-info-span-margin, 0);padding:var(--ran-message-notice-content-info-span-padding, 0);color:var(--ran-message-notice-content-info-span-color, var(--ran-color-text, #000000d9));font-size:var(--ran-message-notice-content-info-span-font-size, 14px);font-variant:var(--ran-message-notice-content-info-span-font-variant, tabular-nums);list-style:var(--ran-message-notice-content-info-span-list-style, none);font-feature-settings:var(--ran-message-notice-content-info-span-font-feature-settings, "tnum");z-index:var(--ran-message-notice-content-info-span-z-index, 1010);width:var(--ran-message-notice-content-info-span-width, 100%);pointer-events:var(--ran-message-notice-content-info-span-pointer-events, none)}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes MessageMoveIn{0%{padding:0;transform:translateY(-100%);opacity:0}to{padding:8px;transform:translateY(0);opacity:1}}@keyframes MessageMoveOut{0%{max-height:150px;padding:8px;opacity:1}to{max-height:0;padding:0;opacity:0}}.ranui-message{box-sizing:var(--ran-message-box-sizing, border-box);margin:var(--ran-message-margin, 0);padding:var(--ran-message-padding, 0);color:var(--ran-message-color, var(--ran-color-text, #000000d9));font-size:var(--ran-message-font-size, 14px);font-variant:var(--ran-message-font-variant, tabular-nums);line-height:var(--ran-message-line-height, 1.5715);list-style:var(--ran-message-ist-style, none);font-feature-settings:var(--ran-message-font-feature-settings, "tnum");position:var(--ran-message-position, fixed);top:var(--ran-message-top, 8px);left:var(--ran-message-left, 0);z-index:var(--ran-message-z-index, var(--ran-z-message, 1200));width:var(--ran-message-width, 100%);pointer-events:var(--ran-message-pointer-events, none)}.ranui-message .message-in{animation-name:var(--ran-message-in-animation-name, MessageMoveIn);animation-duration:var(--ran-message-in-animation-duration, .3s);animation-timing-function:var(--ran-message-in-animation-timing-function, cubic-bezier(.78, .14, .15, .86))}.ranui-message .message-leave{animation-name:var(--ran-message-leave-animation-name, MessageMoveOut);animation-duration:var(--ran-message-leave-animation-duration, .3s);animation-timing-function:var(--ran-message-leave-animation-timing-function, cubic-bezier(.78, .14, .15, .86))}',Id={success:!0,_identification:!0,data:'<svg t="1667965185400" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8572" width="200" height="200"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m193.5 301.7l-210.6 292c-12.7 17.7-39 17.7-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z" p-id="8573"></path></svg>'},kd={success:!0,_identification:!0,data:'<svg t="1667965220951" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8711" width="200" height="200"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m165.4 618.2l-66-0.3L512 563.4l-99.3 118.4-66.1 0.3c-4.4 0-8-3.5-8-8 0-1.9 0.7-3.7 1.9-5.2l130.1-155L340.5 359c-1.2-1.5-1.9-3.3-1.9-5.2 0-4.4 3.6-8 8-8l66.1 0.3L512 464.6l99.3-118.4 66-0.3c4.4 0 8 3.5 8 8 0 1.9-0.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z" p-id="8712"></path></svg>'},Bd={success:!0,_identification:!0,data:'<svg t="1667965239916" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8850" width="200" height="200"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m32 664c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272z m-32-344c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z" p-id="8851"></path></svg>'},Sd={success:!0,_identification:!0,data:'<svg t="1667965273540" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8989" width="200" height="200"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64z m-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296z m32 440c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z" p-id="8990"></path></svg>'},ps="data-ranui-message-host",Td=()=>`[${ps}="true"]`,Dd=(i,d)=>{const g=d?.top??8,m=d?.zIndex??1200;i.style.setProperty("position","fixed"),i.style.setProperty("top",typeof g=="number"?`${g}px`:String(g)),i.style.setProperty("left","0"),i.style.setProperty("width","100%"),i.style.setProperty("z-index",String(m)),i.style.setProperty("pointer-events","none")},xd=i=>typeof document>"u"?null:i?.getContainer?.()||document.body,Rd=i=>{if(typeof document>"u")return null;const d=xd(i)||document.body;let g=d.querySelector(Td());return g||(g=x().attr(ps,"true").children(x().class("ranui-message").attr("aria-live","polite").attr("aria-atomic","false")).build(),d.appendChild(g)),Dd(g,i),g.querySelector(".ranui-message")},No=300,Ko=3e3;hs({"check-circle-fill":Id,"close-circle-fill":kd,"info-circle-fill":Bd,"warning-circle-fill":Sd});var Ld=new Map([["success","check-circle-fill"],["warning","warning-circle-fill"],["error","close-circle-fill"],["info","info-circle-fill"],["toast",null]]),Fd=new Map([["success","#52c41a"],["warning","#faad14"],["error","#ff4d4f"],["info","#006bff"],["toast","rgba(0, 0, 0, 0.7)"]]),As=class extends dt{_info;_notice;_content;_icon;_span;_shadowDom;timeId;close;static get observedAttributes(){return["type","content","sheet"]}constructor(){super(),this._shadowDom=gt(this,Cd);const i=pt(this._shadowDom,".ran-message-notice",()=>x().class("ran-message-notice").children(x().class("ran-message-notice-content").children(x().class("ran-message-notice-content-info").children(ot("r-icon"),ye()))).build());this._notice=i,this._content=i.querySelector(".ran-message-notice-content"),this._info=i.querySelector(".ran-message-notice-content-info"),this._icon=i.querySelector("r-icon"),this._span=i.querySelector("span"),this.handlerExternalCss()}connectedCallback(){dt.prototype.connectedCallback?.call(this),this.hasAttribute("aria-atomic")||this.setAttribute("aria-atomic","true")}get type(){return this.getAttribute("type")}set type(i){i&&this.setAttribute("type",i)}get content(){return this.getAttribute("content")}set content(i){i&&this.setAttribute("content",i)}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};setA11yRole=i=>{const d=i==="error"||i==="warning";this.setAttribute("role",d?"alert":"status")};setIcon=i=>{const d=Ld.get(i),g=Fd.get(i);d&&(this._icon?.setAttribute("name",d),this._icon?.style.setProperty("margin-right","8px"),this._icon?.setAttribute("size","18"),g&&this._icon?.setAttribute("color",g))};attributeChangedCallback(i,d,g){d!==g&&(i==="content"&&(this._span.textContent=g),i==="type"&&(this.setIcon(g),this.setA11yRole(g)),i==="sheet"&&this.handlerExternalCss())}};ut("r-message",As);function Od(){if(typeof window>"u")return null;const i=g=>m=>{const k={},S=ot("r-message").class("message").build();S.timeId&&clearTimeout(S.timeId),S.setAttribute("type",g);let F=Ko,U;if(!m)return;typeof m=="string"?S.setAttribute("content",m):(S.setAttribute("content",m.content),U=m.close,F=m.duration||Ko,k.top=m.top,k.zIndex=m.zIndex,k.getContainer=m.getContainer);const tt=Rd(k);if(!tt)return;const Z=setTimeout(()=>{S.classList.remove("message-in"),S.classList.add("message-leave"),clearTimeout(Z)},F-No);S.timeId=setTimeout(()=>{S.classList.remove("message-leave"),tt.removeChild(S),U&&U()},F),tt.appendChild(S),S.classList.add("message-in"),setTimeout(()=>{S.classList.remove("message-in")},No)},d={info:i("info"),success:i("success"),error:i("error"),warning:i("warning"),toast:i("toast")};return window.message=d,window.ranui||(window.ranui={}),window.ranui.message=d,d}var vu=Od(),Pd='.remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}@keyframes skeleton{0%{transform:translate(-37.5%)}to{transform:translate(37.5%)}}.ran-skeleton{position:relative;z-index:0;overflow:hidden;background:0 0;width:100%;height:var(--ran-skeleton-height, 16px);background:var(--ran-skeleton-background, var(--ran-gray-alpha-200, rgba(0, 0, 0, .06)));border-radius:var(--ran-skeleton-border-radius, var(--ran-radius-sm, 6px))}.ran-skeleton:after{position:absolute;top:0;inset-inline-end:-150%;bottom:0;inset-inline-start:-150%;background:var(--ran-skeleton-shimmer, linear-gradient(90deg, var(--ran-gray-alpha-200, rgba(0, 0, 0, .06)) 25%, var(--ran-gray-alpha-500, rgba(0, 0, 0, .15)) 37%, var(--ran-gray-alpha-200, rgba(0, 0, 0, .06)) 63%));animation-name:skeleton;animation-duration:var(--ran-skeleton-animation-duration, 1.4s);animation-timing-function:ease;animation-iteration-count:infinite;content:""}',ms=class extends dt{_div;_shadowDom;static get observedAttributes(){return["sheet"]}constructor(){super(),this._shadowDom=gt(this,Pd),this._div=pt(this._shadowDom,".ran-skeleton",()=>x().class("ran-skeleton").build())}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};connectedCallback(){this.handlerExternalCss()}attributeChangedCallback(i,d,g){d!==g&&i==="sheet"&&this.handlerExternalCss()}};ut("r-skeleton",ms);var Md=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}",vs=class extends dt{static get observedAttributes(){return["label","key","disabled","icon","effect","iconSize","sheet"]}_events=new Rt;_div;parent;_shadowDom;constructor(){super(),this._shadowDom=gt(this,Md);const i=pt(this._shadowDom,"slot",()=>It().part("content").build());this._div=i}get label(){return this.getAttribute("label")||""}set label(i){this.setAttribute("label",i)}get icon(){return this.getAttribute("icon")}set icon(i){!i||i==="false"?this.removeAttribute("icon"):this.setAttribute("icon",i)}get iconSize(){return this.getAttribute("iconSize")}set iconSize(i){!i||i==="false"?this.removeAttribute("iconSize"):this.setAttribute("iconSize",i)}get key(){return this.getAttribute("r-key")}set key(i){i?this.setAttribute("r-key",i):this.removeAttribute("r-key")}get disabled(){return this.getAttribute("disabled")}set disabled(i){!i||i==="false"?this.removeAttribute("disabled"):this.setAttribute("disabled",i)}get effect(){return this.getAttribute("effect")}set effect(i){!i||i==="false"?this.removeAttribute("effect"):this.setAttribute("effect",i)}get sheet(){return this.getAttribute("sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};initAttribute=()=>{this.parent=this.parentNode,this.key&&(this.parent?.updateAttribute(this.key,"icon",this.icon),this.parent?.updateAttribute(this.key,"iconSize",this.iconSize),this.parent?.updateAttribute(this.key,"effect",this.effect))};connectedCallback(){this.handlerExternalCss(),this._events.on(document,"DOMContentLoaded",this.initAttribute)}disconnectedCallback(){this._events.abort()}attributeChangedCallback(i,d,g){d!==g&&(this.key&&this.parent?.updateAttribute&&(i==="icon"&&this.parent?.updateAttribute(this.key,"icon",g),i==="iconSize"&&this.parent?.updateAttribute(this.key,"iconSize",g),i==="effect"&&this.parent?.updateAttribute(this.key,"effect",g),i==="disabled"&&this.parent?.updateAttribute(this.key,"disabled",g)),i==="sheet"&&this.handlerExternalCss())}};ut("r-tab",vs);var Ud='.remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}.ran-tab ::slotted(r-tab){box-sizing:border-box;width:100%;height:100%;padding:10px;flex-shrink:0;overflow:auto;text-align:start}.ran-tab-header{position:relative;overflow:hidden;scroll-behavior:smooth}.ran-tab-header-nav{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.ran-tab-header-nav::-webkit-scrollbar{display:none}.ran-tab-header-nav-item{flex-shrink:0}.ran-tab-header-nav .active{color:var(--ran-tab-active-color, var(--ran-color-primary, #006bff))}.ran-tab-header-line{position:absolute;width:0;margin-top:-2px;height:2px;border-radius:2px;background:var(--ran-tab-line-color, var(--ran-color-primary, #006bff));transition:var(--ran-tab-line-transition, left .2s, width .2s, transform .2s)}.ran-tab-content{overflow:hidden}.ran-tab-content-wrap{display:flex;width:100%;height:100%;transition:var(--ran-tab-content-transition, transform .2s)}:host([type="line"]) .ran-tab-header-nav-item{border:solid 1px transparent}:host([type="line"]) .ran-tab-header-nav .active{color:var(--ran-tab-line-color, var(--ran-color-primary, #006bff));border:solid 1px transparent;border-color:var(--ran-tab-border-color, var(--ran-color-border, rgba(0, 0, 0, .2))) var(--ran-tab-border-color, var(--ran-color-border, rgba(0, 0, 0, .2))) transparent;border-radius:var(--ran-tab-border-radius, var(--ran-radius-sm, .25em)) var(--ran-tab-border-radius, var(--ran-radius-sm, .25em)) 0 0}:host([type="line"]) .ran-tab-header-line{transition:none;visibility:hidden}:host([type="line"]) .ran-tab-header-line:after,:host([type="line"]) .ran-tab-header-line:before{content:"";position:absolute;visibility:visible;width:9999px;height:1px;bottom:0;background:var(--ran-tab-border-color, var(--ran-color-border, rgba(0, 0, 0, .2)))}:host([type="line"]) .ran-tab-header-line:after{left:100%}:host([type="line"]) .ran-tab-header-line:before{right:100%}:host([align="center"]) .ran-tab-header-nav{justify-content:center}:host([align="center"]) .ran-tab-header-line{left:50%}:host([align="end"]) .ran-tab-header-nav{justify-content:flex-end}',Qd=0,bs=class extends dt{static get observedAttributes(){return["active","type","align","effect","sheet"]}_events=new Rt;_container;_header;_nav;_line;_content;_wrap;_slot;_shadowDom;_tabsId;tabHeaderKeyMapIndex;constructor(){super(),this._tabsId=++Qd,this._shadowDom=gt(this,Ud),this.tabHeaderKeyMapIndex={};const i=pt(this._shadowDom,".ran-tab",()=>x().class("ran-tab").part("tabs").children(x().class("ran-tab-header").part("header").children(x().class("ran-tab-header-nav").part("nav"),x().class("ran-tab-header-line").part("indicator")),x().class("ran-tab-content").part("content").children(x().class("ran-tab-content-wrap").part("content-wrap").children(It()))).build());this._container=i,this._header=i.querySelector(".ran-tab-header"),this._nav=i.querySelector(".ran-tab-header-nav"),this._line=i.querySelector(".ran-tab-header-line"),this._content=i.querySelector(".ran-tab-content"),this._wrap=i.querySelector(".ran-tab-content-wrap"),this._slot=i.querySelector("slot"),this._nav.setAttribute("role","tablist")}get align(){return j(this,"align","start")}set align(i){this.setAttribute("align",i)}get type(){return j(this,"type","flat")}set type(i){this.setAttribute("type",i)}get active(){return this.getAttribute("active")}set active(i){i?(this.setAttribute("active",i),this.setTabLine(i),this.setTabContent(i),this.syncTabsAria()):this.removeAttribute("active")}get effect(){return this.getAttribute("effect")}set effect(i){!i||i==="false"?this.removeAttribute("effect"):this.setAttribute("effect",i)}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};initTabHeaderKeyMapIndex=(i,d)=>{if(this.tabHeaderKeyMapIndex[i])throw new Error("tab 组件的 key 值存在重复,或者某个 tab 组件缺少 key 属性");this.tabHeaderKeyMapIndex[i]=d};createTabHeader(i,d){const g=i.getAttribute("label")||"",m=i.getAttribute("icon")||"",k=i.getAttribute("iconSize")||"",S=i.getAttribute("r-key")||`${d}`,F=i.getAttribute("type")||"text";this.initTabHeaderKeyMapIndex(S,d);const U=ot("r-button").class("tab-header-nav-item").attr("type",F).attr("r-key",S).text(g);return m&&U.attr("icon",m),k&&U.attr("iconSize",k),bt(i)&&U.attr("disabled",""),this.effect&&(i.setAttribute("effect",this.effect),this._line.style.setProperty("display","none")),i.setAttribute("r-key",S),U.build()}initTabLineAlignCenter=()=>{const{length:i}=this._nav.children;let d=0;for(let g=0;g<i;g++){const{width:m=0}=this._nav.children[g].getBoundingClientRect();d+=m}this._line.style.setProperty("left",`calc(50% - ${d/2}px)`)};initTabLineAlignEnd=()=>{const{length:i}=this._nav.children;let d=0;for(let g=0;g<i;g++){const{width:m=0}=this._nav.children[g].getBoundingClientRect();d+=m}this._line.style.setProperty("left",`calc(100% - ${d}px)`)};setTabLine=i=>{if(i){const d=this.tabHeaderKeyMapIndex[i],{width:g=0}=this._nav.children[d].getBoundingClientRect();this._line.style.setProperty("width",`${g}px`);let m=0;for(let k=0;k<d;k++){const{width:S=0}=this._nav.children[k].getBoundingClientRect();m+=S}this._line.style.setProperty("transform",`translateX(${m}px)`)}};setTabContent=i=>{if(i){const d=this.tabHeaderKeyMapIndex[i];this._wrap.style.setProperty("transform",`translateX(${d*-100}%)`)}};clickTabHead=i=>{const d=i.currentTarget??i.target,g=d.getAttribute("r-key");!bt(d)&&g&&this.activateKey(g)};activateKey=i=>{this.setAttribute("active",i),this.setTabLine(i),this.setTabContent(i),this._nav.querySelectorAll(".active").forEach(g=>g.classList.remove("active"));const d=this.tabHeaderKeyMapIndex[i];this._nav.children[d]?.classList.add("active"),this.syncTabsAria()};tabFocusable=i=>i._btn??i;tabIdFor=i=>`ran-tab-${this._tabsId}-${i}`;panelIdFor=i=>`ran-tabpanel-${this._tabsId}-${i}`;syncTabsAria=()=>{const i=this.active,d=this._slot?.assignedElements?.()??[];[...this._nav.children].forEach((g,m)=>{const k=g.getAttribute("r-key")??`${m}`,S=k===i,F=bt(g),U=this.tabFocusable(g);U.setAttribute("role","tab"),U.id=this.tabIdFor(k),U.setAttribute("aria-controls",this.panelIdFor(k)),U.setAttribute("aria-selected",S?"true":"false"),U.tabIndex=S&&!F?0:-1;const tt=d[m];tt&&(tt.setAttribute("role","tabpanel"),tt.id=this.panelIdFor(k),tt.setAttribute("aria-labelledby",this.tabIdFor(k)),tt.setAttribute("tabindex",S?"0":"-1"),S?tt.removeAttribute("aria-hidden"):tt.setAttribute("aria-hidden","true"))})};onNavKeydown=i=>{if(!["ArrowRight","ArrowLeft","ArrowDown","ArrowUp","Home","End"].includes(i.key))return;const d=[...this._nav.children].filter(F=>!bt(F));if(!d.length)return;const g=i.target?.closest?.(".tab-header-nav-item")??i.target;let m=d.findIndex(F=>F===g);m<0&&(m=d.findIndex(F=>F.getAttribute("r-key")===this.active)),m<0&&(m=0);let k=m;i.key==="ArrowRight"||i.key==="ArrowDown"?k=(m+1)%d.length:i.key==="ArrowLeft"||i.key==="ArrowUp"?k=(m-1+d.length)%d.length:i.key==="Home"?k=0:i.key==="End"&&(k=d.length-1),i.preventDefault();const S=d[k].getAttribute("r-key");S&&(this.activateKey(S),this.tabFocusable(d[k]).focus())};updateAttribute=(i,d,g="")=>{const m=this.tabHeaderKeyMapIndex[i];i&&g&&this._nav.children[m]?this._nav.children[m]?.setAttribute(d,g):this._nav.children[m]?.removeAttribute(d)};initActive=()=>{const i=[...this._nav.children],d=i.filter(S=>!bt(S));let g;if(this.active!=null&&(g=d.find(S=>S.getAttribute("r-key")===this.active),g?.setAttribute("r-key",this.active)),g||(g=d.shift()),!g)return;const m=i.findIndex(S=>S===g),k=g?.getAttribute("r-key")||`${m}`;k!=null&&(this.setAttribute("active",`${k}`),g.classList.add("active"),this.setTabContent(k),setTimeout(()=>{this.setTabLine(k)},200))};listenSlotChange=()=>{this._slot.assignedElements().forEach((i,d)=>{const g=this.createTabHeader(i,d);this._nav.appendChild(g),g.addEventListener("click",this.clickTabHead)}),this.initActive(),this.syncTabsAria(),this.align&&(this.align==="center"&&this.initTabLineAlignCenter(),this.align==="end"&&this.initTabLineAlignEnd())};connectedCallback(){this.handlerExternalCss(),this._events.on(this._slot,"slotchange",this.listenSlotChange),this._events.on(this._nav,"keydown",this.onNavKeydown)}disconnectedCallback(){this._events.abort()}attributeChangedCallback(i,d,g){d!==g&&(this.dispatchEvent(new CustomEvent("change",{detail:{active:this.active}})),i==="align"&&(g==="center"&&this.initTabLineAlignCenter(),g==="end"&&this.initTabLineAlignEnd()),i==="effect"&&[...this._nav.children].forEach(m=>{!this.effect||this.effect==="false"?m.removeAttribute("effect"):m.setAttribute("effect",g)}),i==="active"&&this.setAttribute(i,g),i==="sheet"&&this.handlerExternalCss())}};ut("r-tabs",bs);var Nd=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{--ran-radar-polygon-color: var(--ran-color-border, #e6e6e6);--ran-radar-line-color: var(--ran-color-border, #e6e6e6);--ran-radar-fill-color: rgba(255, 121, 35, .6);--ran-radar-stroke-color: rgba(255, 121, 35, .6)}.ran-radar{position:var(--ran-radar-position, relative);width:var(--ran-radar-width, 100%);height:var(--ran-radar-height, 100%);display:var(--ran-radar-display, block)}.ran-radar canvas{width:100%;height:100%}",Kd="rgba(0,0,0,0)",Yd="rgba(0,0,0,1)",Yo="#e6e6e6",Ho="#e6e6e6",Hd="黑体",Go="rgba(255,121,35,0.60)",Vo="rgba(255,121,35,0.60)",ys=class extends dt{mData;mCount;mW;mCenter;mRadius;mAngle;static get observedAttributes(){return["abilitys","colorpolygon","colorline","fillcolor","strokecolor","sheet"]}abilityRadarChartContainer;abilityRadarChart;_iconElement;_shadowDom;resizeObserver;constructor(){super(),this._shadowDom=gt(this,Nd);const i=pt(this._shadowDom,".ran-radar",()=>x().class("ran-radar").children(ot("canvas").build()).build()),d=i.querySelector("canvas");this.abilityRadarChartContainer=i,this.abilityRadarChart=d,this.resizeObserver=new ResizeObserver(this.resize),this.resizeObserver.observe(this.abilityRadarChartContainer)}resize=()=>{this.refreshData()};get abilitys(){const i=this.getAttribute("abilitys");if(typeof i=="string")try{return JSON.parse(i)}catch(d){return console.error(`Failed to parse the rule in JSON.parse: ${i}, error: ${d}`),i}return i}set abilitys(i){typeof i=="string"?this.setAttribute("abilitys",i||""):this.setAttribute("abilitys",JSON.stringify(i)||"")}_cssVar(i){return typeof getComputedStyle>"u"?"":getComputedStyle(this).getPropertyValue(i).trim()}get colorPolygon(){return this.getAttribute("colorPolygon")||this._cssVar("--ran-radar-polygon-color")||Yo}set colorPolygon(i){this.setAttribute("colorPolygon",i||Yo)}get colorLine(){return this.getAttribute("colorLine")||this._cssVar("--ran-radar-line-color")||Ho}set colorLine(i){this.setAttribute("colorLine",i||Ho)}get fontColor(){return this._cssVar("--ran-color-text")||Yd}get fillColor(){return this.getAttribute("fillColor")||this._cssVar("--ran-radar-fill-color")||Go}set fillColor(i){this.setAttribute("fillColor",i||Go)}get strokeColor(){return this.getAttribute("strokeColor")||this._cssVar("--ran-radar-stroke-color")||Vo}set strokeColor(i){this.setAttribute("strokeColor",i||Vo)}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};refreshData(){const i=this.abilityRadarChart.getContext("2d");if(!this.abilityRadarChartContainer||!i)return;const d=pr(i),g=this.abilityRadarChartContainer.clientWidth*d,m=this.abilityRadarChartContainer.clientHeight*d;this.abilityRadarChart.width=g,this.abilityRadarChart.height=m,this.mW=g,this.mData=this.abilitys,this.mCount=this.mData?.length||1,this.mCenter=this.mW/2,this.mRadius=this.mCenter-50*d,this.mAngle=Math.PI*2/this.mCount,this.drawPolygon(i),this.drawSide(i),this.drawLines(i),this.drawText(i),this.drawRegion(i),this.drawCircle(i)}drawSide(i){if(!this.mRadius||!this.mCount||!this.mCenter||!this.mAngle)return;i.save(),i.strokeStyle=this.colorLine;const d=this.mRadius;for(let g=0;g<this.mCount;g++){const m=this.mCenter+d*Math.sin(this.mAngle*g),k=this.mCenter+d*Math.cos(this.mAngle*g);i.lineTo(m,k)}i.closePath(),i.stroke()}drawPolygon(i){if(!this.mRadius||!this.mCount||!this.mCenter||!this.mAngle)return;i.save(),i.strokeStyle=this.colorPolygon;const d=this.mRadius/4;i.setLineDash([6,6]);for(let g=0;g<4;g++){i.beginPath();const m=d*(g+1);for(let k=0;k<this.mCount;k++){const S=this.mCenter+m*Math.sin(this.mAngle*k),F=this.mCenter+m*Math.cos(this.mAngle*k);i.lineTo(S,F)}i.closePath(),i.stroke()}i.restore()}drawLines(i){if(!(!this.mRadius||!this.mCount||!this.mCenter||!this.mAngle)){i.save(),i.beginPath(),i.strokeStyle=this.colorLine;for(let d=0;d<this.mCount;d++){const g=this.mCenter+this.mRadius*Math.sin(this.mAngle*d),m=this.mCenter+this.mRadius*Math.cos(this.mAngle*d);i.moveTo(this.mCenter,this.mCenter),i.lineTo(g,m)}i.stroke(),i.restore()}}drawText(i){if(!this.mRadius||!this.mCount||!this.mCenter||!this.mAngle||!this.mData)return;i.save();const d=pr(i),g=this.mCenter/12;for(let m=0;m<this.mCount;m++){const k=this.mCenter+this.mRadius*Math.sin(this.mAngle*m),S=this.mCenter+this.mRadius*Math.cos(this.mAngle*m),F=this.mData[m]?.backgroundColor||Kd,U=this.mData[m]?.fontColor||this.fontColor,tt=this.mData[m]?.fontFamily||Hd,Z=this.mData[m]?.fontSize||g;i.font=`${Z}px ${tt}`,this.mAngle*m>=0&&this.mAngle*m<Math.PI/2?this.drawButton(i,F,k,S,44*d,24*d,12*d,this.mData[m].abilityName,U,tt,Z):this.mAngle*m>=Math.PI/2&&this.mAngle*m<Math.PI?this.drawButton(i,F,k,S-24*d,44*d,24*d,12*d,this.mData[m].abilityName,U,tt,Z):this.mAngle*m>=Math.PI&&this.mAngle*m<Math.PI*3/2?this.drawButton(i,F,k-44*d,S-24*d,44*d,24*d,12*d,this.mData[m].abilityName,U,tt,Z):this.drawButton(i,F,k-44*d,S,44*d,24*d,12*d,this.mData[m].abilityName,U,tt,Z)}i.restore()}drawButton(i,d,g,m,k,S,F,U,tt,Z,Ut){i.beginPath();const mt=pr(i);i.fillStyle=d,i.moveTo(g+F,m),i.lineTo(g+k-F,m),i.arc(g+k-F,m+F,F,Math.PI*3/2,Math.PI*2),i.lineTo(g+k,m+S-F),i.arc(g+k-F,m+S-F,F,Math.PI,Math.PI/2),i.lineTo(g+F,m+S),i.arc(g+F,m+S-F,F,Math.PI/2,Math.PI),i.lineTo(g,m+F),i.arc(g+F,m+F,F,Math.PI,Math.PI*3/2),i.fill(),i.closePath(),i.beginPath(),i.fillStyle=tt,i.font=`${Ut||12*mt}px ${Z}`,i.textAlign="center",i.textBaseline="middle",i.fillText(U,g+k/2,m+S/2)}drawRegion(i){if(!this.mRadius||!this.mCount||!this.mCenter||!this.mAngle||!this.mData)return;const d=pr(i);i.save(),i.beginPath();for(let g=0;g<this.mCount;g++){const m=this.mCenter+this.mRadius*Math.sin(this.mAngle*g)*this.mData[g].scoreRate/100,k=this.mCenter+this.mRadius*Math.cos(this.mAngle*g)*this.mData[g].scoreRate/100;i.lineTo(m,k)}i.closePath(),i.fillStyle=this.fillColor,i.fill(),i.strokeStyle=this.strokeColor,i.lineWidth=1*d,i.stroke(),i.restore()}drawCircle(i){if(!this.mRadius||!this.mCount||!this.mCenter||!this.mAngle||!this.mData)return;const d=pr(i);i.save();for(let g=0;g<this.mCount;g++){const m=this.mCenter+this.mRadius*Math.sin(this.mAngle*g)*this.mData[g].scoreRate/100,k=this.mCenter+this.mRadius*Math.cos(this.mAngle*g)*this.mData[g].scoreRate/100;i.beginPath(),i.arc(m,k,3,0,Math.PI*2),i.lineWidth=1.5*d,i.strokeStyle=this.strokeColor,i.stroke()}i.restore()}connectedCallback(){this.handlerExternalCss(),this.refreshData()}disconnectedCallback(){this.resizeObserver.disconnect()}attributeChangedCallback(i,d,g){d!==g&&(["abilitys","colorpolygon","colorline","fillcolor","strokecolor"].includes(i)&&this.abilityRadarChartContainer&&this.refreshData(),i==="sheet"&&this.handlerExternalCss())}};ut("r-radar",ys);var Gd=Wc(((i,d)=>{(function g(m){var k=this,S=function(){"use strict";function F(s,n){var t=Object.keys(s);if(Object.getOwnPropertySymbols){var e=Object.getOwnPropertySymbols(s);n&&(e=e.filter(function(r){return Object.getOwnPropertyDescriptor(s,r).enumerable})),t.push.apply(t,e)}return t}function U(s){for(var n=1;n<arguments.length;n++){var t=arguments[n]!=null?arguments[n]:{};n%2?F(Object(t),!0).forEach(function(e){Ut(s,e,t[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(s,Object.getOwnPropertyDescriptors(t)):F(Object(t)).forEach(function(e){Object.defineProperty(s,e,Object.getOwnPropertyDescriptor(t,e))})}return s}function tt(s,n){for(var t=0;t<n.length;t++){var e=n[t];e.enumerable=e.enumerable||!1,e.configurable=!0,"value"in e&&(e.writable=!0),Object.defineProperty(s,Ae(e.key),e)}}function Z(s,n,t){return n&&tt(s.prototype,n),t&&tt(s,t),Object.defineProperty(s,"prototype",{writable:!1}),s}function Ut(s,n,t){return(n=Ae(n))in s?Object.defineProperty(s,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):s[n]=t,s}function mt(){return mt=Object.assign?Object.assign.bind():function(s){for(var n=1;n<arguments.length;n++){var t=arguments[n];for(var e in t)Object.prototype.hasOwnProperty.call(t,e)&&(s[e]=t[e])}return s},mt.apply(this,arguments)}function kt(s,n){s.prototype=Object.create(n.prototype),s.prototype.constructor=s,Qt(s,n)}function ie(s){return ie=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(n){return n.__proto__||Object.getPrototypeOf(n)},ie(s)}function Qt(s,n){return Qt=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},Qt(s,n)}function Et(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function ae(s,n,t){return ae=Et()?Reflect.construct.bind():function(e,r,a){var o=[null];o.push.apply(o,r);var l=new(Function.bind.apply(e,o));return a&&Qt(l,a.prototype),l},ae.apply(null,arguments)}function zt(s){var n=typeof Map=="function"?new Map:void 0;return zt=function(t){if(t===null||(e=t,Function.toString.call(e).indexOf("[native code]")===-1))return t;var e;if(typeof t!="function")throw new TypeError("Super expression must either be null or a function");if(n!==void 0){if(n.has(t))return n.get(t);n.set(t,r)}function r(){return ae(t,arguments,ie(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),Qt(r,t)},zt(s)}function pe(s,n){(n==null||n>s.length)&&(n=s.length);for(var t=0,e=new Array(n);t<n;t++)e[t]=s[t];return e}function Nt(s,n){var t=typeof Symbol<"u"&&s[Symbol.iterator]||s["@@iterator"];if(t)return(t=t.call(s)).next.bind(t);if(Array.isArray(s)||(t=(function(r,a){if(r){if(typeof r=="string")return pe(r,a);var o=Object.prototype.toString.call(r).slice(8,-1);return o==="Object"&&r.constructor&&(o=r.constructor.name),o==="Map"||o==="Set"?Array.from(r):o==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?pe(r,a):void 0}})(s))||n&&s&&typeof s.length=="number"){t&&(s=t);var e=0;return function(){return e>=s.length?{done:!0}:{done:!1,value:s[e++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
5
5
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Ae(s){var n=(function(t,e){if(typeof t!="object"||t===null)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var a=r.call(t,e||"default");if(typeof a!="object")return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)})(s,"string");return typeof n=="symbol"?n:String(n)}function ne(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var me={exports:{}};(function(s,n){var t=/^(?=((?:[a-zA-Z0-9+\-.]+:)?))\1(?=((?:\/\/[^\/?#]*)?))\2(?=((?:(?:[^?#\/]*\/)*[^;?#\/]*)?))\3((?:;[^?#]*)?)(\?[^#]*)?(#[^]*)?$/,e=/^(?=([^\/?#]*))\1([^]*)$/,r=/(?:\/|^)\.(?=\/)/g,a=/(?:\/|^)\.\.\/(?!\.\.\/)[^\/]*(?=\/)/g,o={buildAbsoluteURL:function(l,c,h){if(h=h||{},l=l.trim(),!(c=c.trim())){if(!h.alwaysNormalize)return l;var u=o.parseURL(l);if(!u)throw new Error("Error trying to parse base URL.");return u.path=o.normalizePath(u.path),o.buildURLFromParts(u)}var f=o.parseURL(c);if(!f)throw new Error("Error trying to parse relative URL.");if(f.scheme)return h.alwaysNormalize?(f.path=o.normalizePath(f.path),o.buildURLFromParts(f)):c;var p=o.parseURL(l);if(!p)throw new Error("Error trying to parse base URL.");if(!p.netLoc&&p.path&&p.path[0]!=="/"){var A=e.exec(p.path);p.netLoc=A[1],p.path=A[2]}p.netLoc&&!p.path&&(p.path="/");var v={scheme:p.scheme,netLoc:f.netLoc,path:null,params:f.params,query:f.query,fragment:f.fragment};if(!f.netLoc&&(v.netLoc=p.netLoc,f.path[0]!=="/"))if(f.path){var y=p.path,C=y.substring(0,y.lastIndexOf("/")+1)+f.path;v.path=o.normalizePath(C)}else v.path=p.path,f.params||(v.params=p.params,f.query||(v.query=p.query));return v.path===null&&(v.path=h.alwaysNormalize?o.normalizePath(f.path):f.path),o.buildURLFromParts(v)},parseURL:function(l){var c=t.exec(l);return c?{scheme:c[1]||"",netLoc:c[2]||"",path:c[3]||"",params:c[4]||"",query:c[5]||"",fragment:c[6]||""}:null},normalizePath:function(l){for(l=l.split("").reverse().join("").replace(r,"");l.length!==(l=l.replace(a,"")).length;);return l.split("").reverse().join("")},buildURLFromParts:function(l){return l.scheme+l.netLoc+l.path+l.params+l.query+l.fragment}};s.exports=o})(me);var Je=me.exports,W=Number.isFinite||function(s){return typeof s=="number"&&isFinite(s)},w=(function(s){return s.MEDIA_ATTACHING="hlsMediaAttaching",s.MEDIA_ATTACHED="hlsMediaAttached",s.MEDIA_DETACHING="hlsMediaDetaching",s.MEDIA_DETACHED="hlsMediaDetached",s.BUFFER_RESET="hlsBufferReset",s.BUFFER_CODECS="hlsBufferCodecs",s.BUFFER_CREATED="hlsBufferCreated",s.BUFFER_APPENDING="hlsBufferAppending",s.BUFFER_APPENDED="hlsBufferAppended",s.BUFFER_EOS="hlsBufferEos",s.BUFFER_FLUSHING="hlsBufferFlushing",s.BUFFER_FLUSHED="hlsBufferFlushed",s.MANIFEST_LOADING="hlsManifestLoading",s.MANIFEST_LOADED="hlsManifestLoaded",s.MANIFEST_PARSED="hlsManifestParsed",s.LEVEL_SWITCHING="hlsLevelSwitching",s.LEVEL_SWITCHED="hlsLevelSwitched",s.LEVEL_LOADING="hlsLevelLoading",s.LEVEL_LOADED="hlsLevelLoaded",s.LEVEL_UPDATED="hlsLevelUpdated",s.LEVEL_PTS_UPDATED="hlsLevelPtsUpdated",s.LEVELS_UPDATED="hlsLevelsUpdated",s.AUDIO_TRACKS_UPDATED="hlsAudioTracksUpdated",s.AUDIO_TRACK_SWITCHING="hlsAudioTrackSwitching",s.AUDIO_TRACK_SWITCHED="hlsAudioTrackSwitched",s.AUDIO_TRACK_LOADING="hlsAudioTrackLoading",s.AUDIO_TRACK_LOADED="hlsAudioTrackLoaded",s.SUBTITLE_TRACKS_UPDATED="hlsSubtitleTracksUpdated",s.SUBTITLE_TRACKS_CLEARED="hlsSubtitleTracksCleared",s.SUBTITLE_TRACK_SWITCH="hlsSubtitleTrackSwitch",s.SUBTITLE_TRACK_LOADING="hlsSubtitleTrackLoading",s.SUBTITLE_TRACK_LOADED="hlsSubtitleTrackLoaded",s.SUBTITLE_FRAG_PROCESSED="hlsSubtitleFragProcessed",s.CUES_PARSED="hlsCuesParsed",s.NON_NATIVE_TEXT_TRACKS_FOUND="hlsNonNativeTextTracksFound",s.INIT_PTS_FOUND="hlsInitPtsFound",s.FRAG_LOADING="hlsFragLoading",s.FRAG_LOAD_EMERGENCY_ABORTED="hlsFragLoadEmergencyAborted",s.FRAG_LOADED="hlsFragLoaded",s.FRAG_DECRYPTED="hlsFragDecrypted",s.FRAG_PARSING_INIT_SEGMENT="hlsFragParsingInitSegment",s.FRAG_PARSING_USERDATA="hlsFragParsingUserdata",s.FRAG_PARSING_METADATA="hlsFragParsingMetadata",s.FRAG_PARSED="hlsFragParsed",s.FRAG_BUFFERED="hlsFragBuffered",s.FRAG_CHANGED="hlsFragChanged",s.FPS_DROP="hlsFpsDrop",s.FPS_DROP_LEVEL_CAPPING="hlsFpsDropLevelCapping",s.ERROR="hlsError",s.DESTROYING="hlsDestroying",s.KEY_LOADING="hlsKeyLoading",s.KEY_LOADED="hlsKeyLoaded",s.LIVE_BACK_BUFFER_REACHED="hlsLiveBackBufferReached",s.BACK_BUFFER_REACHED="hlsBackBufferReached",s})({}),X=(function(s){return s.NETWORK_ERROR="networkError",s.MEDIA_ERROR="mediaError",s.KEY_SYSTEM_ERROR="keySystemError",s.MUX_ERROR="muxError",s.OTHER_ERROR="otherError",s})({}),O=(function(s){return s.KEY_SYSTEM_NO_KEYS="keySystemNoKeys",s.KEY_SYSTEM_NO_ACCESS="keySystemNoAccess",s.KEY_SYSTEM_NO_SESSION="keySystemNoSession",s.KEY_SYSTEM_NO_CONFIGURED_LICENSE="keySystemNoConfiguredLicense",s.KEY_SYSTEM_LICENSE_REQUEST_FAILED="keySystemLicenseRequestFailed",s.KEY_SYSTEM_SERVER_CERTIFICATE_REQUEST_FAILED="keySystemServerCertificateRequestFailed",s.KEY_SYSTEM_SERVER_CERTIFICATE_UPDATE_FAILED="keySystemServerCertificateUpdateFailed",s.KEY_SYSTEM_SESSION_UPDATE_FAILED="keySystemSessionUpdateFailed",s.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED="keySystemStatusOutputRestricted",s.KEY_SYSTEM_STATUS_INTERNAL_ERROR="keySystemStatusInternalError",s.MANIFEST_LOAD_ERROR="manifestLoadError",s.MANIFEST_LOAD_TIMEOUT="manifestLoadTimeOut",s.MANIFEST_PARSING_ERROR="manifestParsingError",s.MANIFEST_INCOMPATIBLE_CODECS_ERROR="manifestIncompatibleCodecsError",s.LEVEL_EMPTY_ERROR="levelEmptyError",s.LEVEL_LOAD_ERROR="levelLoadError",s.LEVEL_LOAD_TIMEOUT="levelLoadTimeOut",s.LEVEL_PARSING_ERROR="levelParsingError",s.LEVEL_SWITCH_ERROR="levelSwitchError",s.AUDIO_TRACK_LOAD_ERROR="audioTrackLoadError",s.AUDIO_TRACK_LOAD_TIMEOUT="audioTrackLoadTimeOut",s.SUBTITLE_LOAD_ERROR="subtitleTrackLoadError",s.SUBTITLE_TRACK_LOAD_TIMEOUT="subtitleTrackLoadTimeOut",s.FRAG_LOAD_ERROR="fragLoadError",s.FRAG_LOAD_TIMEOUT="fragLoadTimeOut",s.FRAG_DECRYPT_ERROR="fragDecryptError",s.FRAG_PARSING_ERROR="fragParsingError",s.FRAG_GAP="fragGap",s.REMUX_ALLOC_ERROR="remuxAllocError",s.KEY_LOAD_ERROR="keyLoadError",s.KEY_LOAD_TIMEOUT="keyLoadTimeOut",s.BUFFER_ADD_CODEC_ERROR="bufferAddCodecError",s.BUFFER_INCOMPATIBLE_CODECS_ERROR="bufferIncompatibleCodecsError",s.BUFFER_APPEND_ERROR="bufferAppendError",s.BUFFER_APPENDING_ERROR="bufferAppendingError",s.BUFFER_STALLED_ERROR="bufferStalledError",s.BUFFER_FULL_ERROR="bufferFullError",s.BUFFER_SEEK_OVER_HOLE="bufferSeekOverHole",s.BUFFER_NUDGE_ON_STALL="bufferNudgeOnStall",s.INTERNAL_EXCEPTION="internalException",s.INTERNAL_ABORTED="aborted",s.UNKNOWN="unknown",s})({}),oe=function(){},_e={trace:oe,debug:oe,log:oe,warn:oe,info:oe,error:oe},we=_e;function ui(s){var n=self.console[s];return n?n.bind(self.console,"["+s+"] >"):oe}function Sr(s,n){if(self.console&&s===!0||typeof s=="object"){(function(t){for(var e=arguments.length,r=new Array(e>1?e-1:0),a=1;a<e;a++)r[a-1]=arguments[a];r.forEach(function(o){we[o]=t[o]?t[o].bind(t):ui(o)})})(s,"debug","log","info","warn","error");try{we.log('Debug logs enabled for "'+n+'" in hls.js version 1.4.12')}catch{we=_e}}else we=_e}var D=we,gi=/^(\d+)x(\d+)$/,Tr=/(.+?)=(".*?"|.*?)(?:,|$)/g,yt=(function(){function s(t){for(var e in typeof t=="string"&&(t=s.parseAttrList(t)),t)t.hasOwnProperty(e)&&(e.substring(0,2)==="X-"&&(this.clientAttrs=this.clientAttrs||[],this.clientAttrs.push(e)),this[e]=t[e])}var n=s.prototype;return n.decimalInteger=function(t){var e=parseInt(this[t],10);return e>Number.MAX_SAFE_INTEGER?1/0:e},n.hexadecimalInteger=function(t){if(this[t]){var e=(this[t]||"0x").slice(2);e=(1&e.length?"0":"")+e;for(var r=new Uint8Array(e.length/2),a=0;a<e.length/2;a++)r[a]=parseInt(e.slice(2*a,2*a+2),16);return r}return null},n.hexadecimalIntegerAsNumber=function(t){var e=parseInt(this[t],16);return e>Number.MAX_SAFE_INTEGER?1/0:e},n.decimalFloatingPoint=function(t){return parseFloat(this[t])},n.optionalFloat=function(t,e){var r=this[t];return r?parseFloat(r):e},n.enumeratedString=function(t){return this[t]},n.bool=function(t){return this[t]==="YES"},n.decimalResolution=function(t){var e=gi.exec(this[t]);if(e!==null)return{width:parseInt(e[1],10),height:parseInt(e[2],10)}},s.parseAttrList=function(t){var e,r={};for(Tr.lastIndex=0;(e=Tr.exec(t))!==null;){var a=e[2];a.indexOf('"')===0&&a.lastIndexOf('"')===a.length-1&&(a=a.slice(1,-1)),r[e[1].trim()]=a}return r},s})();function fi(s){return s==="SCTE35-OUT"||s==="SCTE35-IN"}var Dr=(function(){function s(n,t){if(this.attr=void 0,this._startDate=void 0,this._endDate=void 0,this._badValueForSameId=void 0,t){var e=t.attr;for(var r in e)if(Object.prototype.hasOwnProperty.call(n,r)&&n[r]!==e[r]){D.warn('DATERANGE tag attribute: "'+r+'" does not match for tags with ID: "'+n.ID+'"'),this._badValueForSameId=r;break}n=mt(new yt({}),e,n)}if(this.attr=n,this._startDate=new Date(n["START-DATE"]),"END-DATE"in this.attr){var a=new Date(this.attr["END-DATE"]);W(a.getTime())&&(this._endDate=a)}}return Z(s,[{key:"id",get:function(){return this.attr.ID}},{key:"class",get:function(){return this.attr.CLASS}},{key:"startDate",get:function(){return this._startDate}},{key:"endDate",get:function(){if(this._endDate)return this._endDate;var n=this.duration;return n!==null?new Date(this._startDate.getTime()+1e3*n):null}},{key:"duration",get:function(){if("DURATION"in this.attr){var n=this.attr.decimalFloatingPoint("DURATION");if(W(n))return n}else if(this._endDate)return(this._endDate.getTime()-this._startDate.getTime())/1e3;return null}},{key:"plannedDuration",get:function(){return"PLANNED-DURATION"in this.attr?this.attr.decimalFloatingPoint("PLANNED-DURATION"):null}},{key:"endOnNext",get:function(){return this.attr.bool("END-ON-NEXT")}},{key:"isValid",get:function(){return!!this.id&&!this._badValueForSameId&&W(this.startDate.getTime())&&(this.duration===null||this.duration>=0)&&(!this.endOnNext||!!this.class)}}]),s})(),Oe=function(){this.aborted=!1,this.loaded=0,this.retry=0,this.total=0,this.chunkCount=0,this.bwEstimate=0,this.loading={start:0,first:0,end:0},this.parsing={start:0,end:0},this.buffering={start:0,first:0,end:0}},St="audio",Ft="video",je="audiovideo",xr=(function(){function s(n){var t;this._byteRange=null,this._url=null,this.baseurl=void 0,this.relurl=void 0,this.elementaryStreams=((t={})[St]=null,t[Ft]=null,t[je]=null,t),this.baseurl=n}return s.prototype.setByteRange=function(n,t){var e=n.split("@",2),r=[];e.length===1?r[0]=t?t.byteRangeEndOffset:0:r[0]=parseInt(e[1]),r[1]=parseInt(e[0])+r[0],this._byteRange=r},Z(s,[{key:"byteRange",get:function(){return this._byteRange?this._byteRange:[]}},{key:"byteRangeStartOffset",get:function(){return this.byteRange[0]}},{key:"byteRangeEndOffset",get:function(){return this.byteRange[1]}},{key:"url",get:function(){return!this._url&&this.baseurl&&this.relurl&&(this._url=Je.buildAbsoluteURL(this.baseurl,this.relurl,{alwaysNormalize:!0})),this._url||""},set:function(n){this._url=n}}]),s})(),Ze=(function(s){function n(e,r){var a;return(a=s.call(this,r)||this)._decryptdata=null,a.rawProgramDateTime=null,a.programDateTime=null,a.tagList=[],a.duration=0,a.sn=0,a.levelkeys=void 0,a.type=void 0,a.loader=null,a.keyLoader=null,a.level=-1,a.cc=0,a.startPTS=void 0,a.endPTS=void 0,a.startDTS=void 0,a.endDTS=void 0,a.start=0,a.deltaPTS=void 0,a.maxStartPTS=void 0,a.minEndPTS=void 0,a.stats=new Oe,a.urlId=0,a.data=void 0,a.bitrateTest=!1,a.title=null,a.initSegment=null,a.endList=void 0,a.gap=void 0,a.type=e,a}kt(n,s);var t=n.prototype;return t.setKeyFormat=function(e){if(this.levelkeys){var r=this.levelkeys[e];r&&!this._decryptdata&&(this._decryptdata=r.getDecryptData(this.sn))}},t.abortRequests=function(){var e,r;(e=this.loader)==null||e.abort(),(r=this.keyLoader)==null||r.abort()},t.setElementaryStreamInfo=function(e,r,a,o,l,c){c===void 0&&(c=!1);var h=this.elementaryStreams,u=h[e];u?(u.startPTS=Math.min(u.startPTS,r),u.endPTS=Math.max(u.endPTS,a),u.startDTS=Math.min(u.startDTS,o),u.endDTS=Math.max(u.endDTS,l)):h[e]={startPTS:r,endPTS:a,startDTS:o,endDTS:l,partial:c}},t.clearElementaryStreamInfo=function(){var e=this.elementaryStreams;e[St]=null,e[Ft]=null,e[je]=null},Z(n,[{key:"decryptdata",get:function(){if(!this.levelkeys&&!this._decryptdata)return null;if(!this._decryptdata&&this.levelkeys&&!this.levelkeys.NONE){var e=this.levelkeys.identity;if(e)this._decryptdata=e.getDecryptData(this.sn);else{var r=Object.keys(this.levelkeys);if(r.length===1)return this._decryptdata=this.levelkeys[r[0]].getDecryptData(this.sn)}}return this._decryptdata}},{key:"end",get:function(){return this.start+this.duration}},{key:"endProgramDateTime",get:function(){if(this.programDateTime===null||!W(this.programDateTime))return null;var e=W(this.duration)?this.duration:0;return this.programDateTime+1e3*e}},{key:"encrypted",get:function(){var e;if((e=this._decryptdata)!=null&&e.encrypted)return!0;if(this.levelkeys){var r=Object.keys(this.levelkeys),a=r.length;if(a>1||a===1&&this.levelkeys[r[0]].encrypted)return!0}return!1}}]),n})(xr),pi=(function(s){function n(t,e,r,a,o){var l;(l=s.call(this,r)||this).fragOffset=0,l.duration=0,l.gap=!1,l.independent=!1,l.relurl=void 0,l.fragment=void 0,l.index=void 0,l.stats=new Oe,l.duration=t.decimalFloatingPoint("DURATION"),l.gap=t.bool("GAP"),l.independent=t.bool("INDEPENDENT"),l.relurl=t.enumeratedString("URI"),l.fragment=e,l.index=a;var c=t.enumeratedString("BYTERANGE");return c&&l.setByteRange(c,o),o&&(l.fragOffset=o.fragOffset+o.duration),l}return kt(n,s),Z(n,[{key:"start",get:function(){return this.fragment.start+this.fragOffset}},{key:"end",get:function(){return this.start+this.duration}},{key:"loaded",get:function(){var t=this.elementaryStreams;return!!(t.audio||t.video||t.audiovideo)}}]),n})(xr),Ai=(function(){function s(n){this.PTSKnown=!1,this.alignedSliding=!1,this.averagetargetduration=void 0,this.endCC=0,this.endSN=0,this.fragments=void 0,this.fragmentHint=void 0,this.partList=null,this.dateRanges=void 0,this.live=!0,this.ageHeader=0,this.advancedDateTime=void 0,this.updated=!0,this.advanced=!0,this.availabilityDelay=void 0,this.misses=0,this.startCC=0,this.startSN=0,this.startTimeOffset=null,this.targetduration=0,this.totalduration=0,this.type=null,this.url=void 0,this.m3u8="",this.version=null,this.canBlockReload=!1,this.canSkipUntil=0,this.canSkipDateRanges=!1,this.skippedSegments=0,this.recentlyRemovedDateranges=void 0,this.partHoldBack=0,this.holdBack=0,this.partTarget=0,this.preloadHint=void 0,this.renditionReports=void 0,this.tuneInGoal=0,this.deltaUpdateFailed=void 0,this.driftStartTime=0,this.driftEndTime=0,this.driftStart=0,this.driftEnd=0,this.encryptedFragments=void 0,this.playlistParsingError=null,this.variableList=null,this.hasVariableRefs=!1,this.fragments=[],this.encryptedFragments=[],this.dateRanges={},this.url=n}return s.prototype.reloaded=function(n){if(!n)return this.advanced=!0,void(this.updated=!0);var t=this.lastPartSn-n.lastPartSn,e=this.lastPartIndex-n.lastPartIndex;this.updated=this.endSN!==n.endSN||!!e||!!t||!this.live,this.advanced=this.endSN>n.endSN||t>0||t===0&&e>0,this.updated||this.advanced?this.misses=Math.floor(.6*n.misses):this.misses=n.misses+1,this.availabilityDelay=n.availabilityDelay},Z(s,[{key:"hasProgramDateTime",get:function(){return!!this.fragments.length&&W(this.fragments[this.fragments.length-1].programDateTime)}},{key:"levelTargetDuration",get:function(){return this.averagetargetduration||this.targetduration||10}},{key:"drift",get:function(){var n=this.driftEndTime-this.driftStartTime;return n>0?1e3*(this.driftEnd-this.driftStart)/n:1}},{key:"edge",get:function(){return this.partEnd||this.fragmentEnd}},{key:"partEnd",get:function(){var n;return(n=this.partList)!=null&&n.length?this.partList[this.partList.length-1].end:this.fragmentEnd}},{key:"fragmentEnd",get:function(){var n;return(n=this.fragments)!=null&&n.length?this.fragments[this.fragments.length-1].end:0}},{key:"age",get:function(){return this.advancedDateTime?Math.max(Date.now()-this.advancedDateTime,0)/1e3:0}},{key:"lastPartIndex",get:function(){var n;return(n=this.partList)!=null&&n.length?this.partList[this.partList.length-1].index:-1}},{key:"lastPartSn",get:function(){var n;return(n=this.partList)!=null&&n.length?this.partList[this.partList.length-1].fragment.sn:this.endSN}}]),s})();function $e(s){return Uint8Array.from(atob(s),function(n){return n.charCodeAt(0)})}function mi(s){var n,t,e=s.split(":"),r=null;if(e[0]==="data"&&e.length===2){var a=e[1].split(";"),o=a[a.length-1].split(",");if(o.length===2){var l=o[0]==="base64",c=o[1];l?(a.splice(-1,1),r=$e(c)):(n=Rr(c).subarray(0,16),(t=new Uint8Array(16)).set(n,16-n.length),r=t)}}return r}function Rr(s){return Uint8Array.from(unescape(encodeURIComponent(s)),function(n){return n.charCodeAt(0)})}var vt={CLEARKEY:"org.w3.clearkey",FAIRPLAY:"com.apple.fps",PLAYREADY:"com.microsoft.playready",WIDEVINE:"com.widevine.alpha"},tr="org.w3.clearkey",er="com.apple.streamingkeydelivery",Ee="com.microsoft.playready",Lr="urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed";function Qa(s){switch(s){case er:return vt.FAIRPLAY;case Ee:return vt.PLAYREADY;case Lr:return vt.WIDEVINE;case tr:return vt.CLEARKEY}}var Na="edef8ba979d64acea3c827dcd51d21ed";function Ka(s){switch(s){case vt.FAIRPLAY:return er;case vt.PLAYREADY:return Ee;case vt.WIDEVINE:return Lr;case vt.CLEARKEY:return tr}}function vi(s){var n=s.drmSystems,t=s.widevineLicenseUrl,e=n?[vt.FAIRPLAY,vt.WIDEVINE,vt.PLAYREADY,vt.CLEARKEY].filter(function(r){return!!n[r]}):[];return!e[vt.WIDEVINE]&&t&&e.push(vt.WIDEVINE),e}var Ya=typeof self<"u"&&self.navigator&&self.navigator.requestMediaKeySystemAccess?self.navigator.requestMediaKeySystemAccess.bind(self.navigator):null;function Ce(s,n,t){return Uint8Array.prototype.slice?s.slice(n,t):new Uint8Array(Array.prototype.slice.call(s,n,t))}var bi,yi=function(s,n){return n+10<=s.length&&s[n]===73&&s[n+1]===68&&s[n+2]===51&&s[n+3]<255&&s[n+4]<255&&s[n+6]<128&&s[n+7]<128&&s[n+8]<128&&s[n+9]<128},Ha=function(s,n){return n+10<=s.length&&s[n]===51&&s[n+1]===68&&s[n+2]===73&&s[n+3]<255&&s[n+4]<255&&s[n+6]<128&&s[n+7]<128&&s[n+8]<128&&s[n+9]<128},Fr=function(s,n){for(var t=n,e=0;yi(s,n);)e+=10,e+=Or(s,n+6),Ha(s,n+10)&&(e+=10),n+=e;if(e>0)return s.subarray(t,t+e)},Or=function(s,n){var t=0;return t=(127&s[n])<<21,t|=(127&s[n+1])<<14,t|=(127&s[n+2])<<7,t|=127&s[n+3]},Xs=function(s,n){return yi(s,n)&&Or(s,n+6)+10<=s.length-n},Ga=function(s){return s&&s.key==="PRIV"&&s.info==="com.apple.streaming.transportStreamTimestamp"},Js=function(s){var n=String.fromCharCode(s[0],s[1],s[2],s[3]),t=Or(s,4);return{type:n,size:t,data:s.subarray(10,10+t)}},Va=function(s){for(var n=0,t=[];yi(s,n);){for(var e=Or(s,n+6),r=(n+=10)+e;n+8<r;){var a=Js(s.subarray(n)),o=_s(a);o&&t.push(o),n+=a.size+10}Ha(s,n)&&(n+=10)}return t},_s=function(s){return s.type==="PRIV"?js(s):s.type[0]==="W"?$s(s):Zs(s)},js=function(s){if(!(s.size<2)){var n=_t(s.data,!0),t=new Uint8Array(s.data.subarray(n.length+1));return{key:s.type,info:n,data:t.buffer}}},Zs=function(s){if(!(s.size<2)){if(s.type==="TXXX"){var n=1,t=_t(s.data.subarray(n),!0);n+=t.length+1;var e=_t(s.data.subarray(n));return{key:s.type,info:t,data:e}}var r=_t(s.data.subarray(1));return{key:s.type,data:r}}},$s=function(s){if(s.type==="WXXX"){if(s.size<2)return;var n=1,t=_t(s.data.subarray(n),!0);n+=t.length+1;var e=_t(s.data.subarray(n));return{key:s.type,info:t,data:e}}var r=_t(s.data);return{key:s.type,data:r}},tl=function(s){if(s.data.byteLength===8){var n=new Uint8Array(s.data),t=1&n[3],e=(n[4]<<23)+(n[5]<<15)+(n[6]<<7)+n[7];return e/=45,t&&(e+=4772185884e-2),Math.round(e)}},_t=function(s,n){n===void 0&&(n=!1);var t=el();if(t){var e=t.decode(s);if(n){var r=e.indexOf("\0");return r!==-1?e.substring(0,r):e}return e.replace(/\0/g,"")}for(var a,o,l,c=s.length,h="",u=0;u<c;){if((a=s[u++])===0&&n)return h;if(a!==0&&a!==3)switch(a>>4){case 0:case 1:case 2:case 3:case 4:case 5:case 6:case 7:h+=String.fromCharCode(a);break;case 12:case 13:o=s[u++],h+=String.fromCharCode((31&a)<<6|63&o);break;case 14:o=s[u++],l=s[u++],h+=String.fromCharCode((15&a)<<12|(63&o)<<6|(63&l)<<0)}}return h};function el(){return bi||self.TextDecoder===void 0||(bi=new self.TextDecoder("utf-8")),bi}var jt=function(s){for(var n="",t=0;t<s.length;t++){var e=s[t].toString(16);e.length<2&&(e="0"+e),n+=e}return n},Pr=Math.pow(2,32)-1,rl=[].push,qa={video:1,audio:2,id3:3,text:4};function Tt(s){return String.fromCharCode.apply(null,s)}function za(s,n){var t=s[n]<<8|s[n+1];return t<0?65536+t:t}function $(s,n){var t=Wa(s,n);return t<0?4294967296+t:t}function Wa(s,n){return s[n]<<24|s[n+1]<<16|s[n+2]<<8|s[n+3]}function wi(s,n,t){s[n]=t>>24,s[n+1]=t>>16&255,s[n+2]=t>>8&255,s[n+3]=255&t}function st(s,n){var t=[];if(!n.length)return t;for(var e=s.byteLength,r=0;r<e;){var a=$(s,r),o=a>1?r+a:e;if(Tt(s.subarray(r+4,r+8))===n[0])if(n.length===1)t.push(s.subarray(r+8,o));else{var l=st(s.subarray(r+8,o),n.slice(1));l.length&&rl.apply(t,l)}r=o}return t}function il(s){var n=[],t=s[0],e=8,r=$(s,e);e+=4,e+=t===0?8:16,e+=2;var a=s.length+0,o=za(s,e);e+=2;for(var l=0;l<o;l++){var c=e,h=$(s,c);c+=4;var u=2147483647&h;if((2147483648&h)>>>31==1)return D.warn("SIDX has hierarchical references (not supported)"),null;var f=$(s,c);c+=4,n.push({referenceSize:u,subsegmentDuration:f,info:{duration:f/r,start:a,end:a+u-1}}),a+=u,e=c+=4}return{earliestPresentationTime:0,timescale:r,version:t,referencesCount:o,references:n}}function Xa(s){for(var n=[],t=st(s,["moov","trak"]),e=0;e<t.length;e++){var r=t[e],a=st(r,["tkhd"])[0];if(a){var o=a[0],l=o===0?12:20,c=$(a,l),h=st(r,["mdia","mdhd"])[0];if(h){var u=$(h,l=(o=h[0])===0?12:20),f=st(r,["mdia","hdlr"])[0];if(f){var p=Tt(f.subarray(8,12)),A={soun:St,vide:Ft}[p];if(A){var v=st(r,["mdia","minf","stbl","stsd"])[0],y=void 0;v&&(y=Tt(v.subarray(12,16))),n[c]={timescale:u,type:A},n[A]={timescale:u,id:c,codec:y}}}}}}return st(s,["moov","mvex","trex"]).forEach(function(C){var b=n[$(C,4)];b&&(b.default={duration:$(C,12),flags:$(C,20)})}),n}function Ja(s){var n=st(s,["schm"])[0];if(n){var t=Tt(n.subarray(4,8));if(t==="cbcs"||t==="cenc")return st(s,["schi","tenc"])[0]}return D.error("[eme] missing 'schm' box"),null}function al(s){var n=$(s,0),t=8;1&n&&(t+=4),4&n&&(t+=4);for(var e=0,r=$(s,4),a=0;a<r;a++)256&n&&(e+=$(s,t),t+=4),512&n&&(t+=4),1024&n&&(t+=4),2048&n&&(t+=4);return e}function Ie(s,n){var t=new Uint8Array(s.length+n.length);return t.set(s),t.set(n,s.length),t}function _a(s,n){var t=[],e=n.samples,r=n.timescale,a=n.id,o=!1;return st(e,["moof"]).map(function(l){var c=l.byteOffset-8;st(l,["traf"]).map(function(h){var u=st(h,["tfdt"]).map(function(f){var p=f[0],A=$(f,4);return p===1&&(A*=Math.pow(2,32),A+=$(f,8)),A/r})[0];return u!==void 0&&(s=u),st(h,["tfhd"]).map(function(f){var p=$(f,4),A=16777215&$(f,0),v=0,y=(16&A)!=0,C=0,b=(32&A)!=0,E=8;p===a&&((1&A)!=0&&(E+=8),(2&A)!=0&&(E+=4),(8&A)!=0&&(v=$(f,E),E+=4),y&&(C=$(f,E),E+=4),b&&(E+=4),n.type==="video"&&(o=(function(B){if(!B)return!1;var I=B.indexOf("."),T=I<0?B:B.substring(0,I);return T==="hvc1"||T==="hev1"||T==="dvh1"||T==="dvhe"})(n.codec)),st(h,["trun"]).map(function(B){var I=B[0],T=16777215&$(B,0),R=(1&T)!=0,L=0,Q=(4&T)!=0,P=(256&T)!=0,M=0,Y=(512&T)!=0,K=0,V=(1024&T)!=0,J=(2048&T)!=0,q=0,z=$(B,4),_=8;R&&(L=$(B,_),_+=4),Q&&(_+=4);for(var H=L+c,it=0;it<z;it++){if(P?(M=$(B,_),_+=4):M=v,Y?(K=$(B,_),_+=4):K=C,V&&(_+=4),J&&(q=I===0?$(B,_):Wa(B,_),_+=4),n.type===Ft)for(var at=0;at<K;){var lt=$(e,H);nl(o,e[H+=4])&&ja(e.subarray(H,H+lt),o?2:1,s+q/r,t),H+=lt,at+=lt+4}s+=M/r}}))})})}),t}function nl(s,n){if(s){var t=n>>1&63;return t===39||t===40}return(31&n)==6}function ja(s,n,t,e){var r=Za(s),a=0;a+=n;for(var o=0,l=0,c=!1,h=0;a<r.length;){o=0;do{if(a>=r.length)break;o+=h=r[a++]}while(h===255);l=0;do{if(a>=r.length)break;l+=h=r[a++]}while(h===255);var u=r.length-a;if(!c&&o===4&&a<r.length){if(c=!0,r[a++]===181){var f=za(r,a);if(a+=2,f===49){var p=$(r,a);if(a+=4,p===1195456820){var A=r[a++];if(A===3){var v=r[a++],y=64&v,C=y?2+3*(31&v):0,b=new Uint8Array(C);if(y){b[0]=v;for(var E=1;E<C;E++)b[E]=r[a++]}e.push({type:A,payloadType:o,pts:t,bytes:b})}}}}}else if(o===5&&l<u){if(c=!0,l>16){for(var B=[],I=0;I<16;I++){var T=r[a++].toString(16);B.push(T.length==1?"0"+T:T),I!==3&&I!==5&&I!==7&&I!==9||B.push("-")}for(var R=l-16,L=new Uint8Array(R),Q=0;Q<R;Q++)L[Q]=r[a++];e.push({payloadType:o,pts:t,uuid:B.join(""),userData:_t(L),userDataBytes:L})}}else if(l<u)a+=l;else if(l>u)break}}function Za(s){for(var n=s.byteLength,t=[],e=1;e<n-2;)s[e]===0&&s[e+1]===0&&s[e+2]===3?(t.push(e+2),e+=2):e++;if(t.length===0)return s;var r=n-t.length,a=new Uint8Array(r),o=0;for(e=0;e<r;o++,e++)o===t[0]&&(o++,t.shift()),a[e]=s[o];return a}function ol(s,n,t){if(s.byteLength!==16)throw new RangeError("Invalid system id");var e,r,a;if(n){e=1,r=new Uint8Array(16*n.length);for(var o=0;o<n.length;o++){var l=n[o];if(l.byteLength!==16)throw new RangeError("Invalid key");r.set(l,16*o)}}else e=0,r=new Uint8Array;e>0?(a=new Uint8Array(4),n.length>0&&new DataView(a.buffer).setUint32(0,n.length,!1)):a=new Uint8Array;var c=new Uint8Array(4);return t&&t.byteLength>0&&new DataView(c.buffer).setUint32(0,t.byteLength,!1),(function(h){for(var u=arguments.length,f=new Array(u>1?u-1:0),p=1;p<u;p++)f[p-1]=arguments[p];for(var A=f.length,v=8,y=A;y--;)v+=f[y].byteLength;var C=new Uint8Array(v);for(C[0]=v>>24&255,C[1]=v>>16&255,C[2]=v>>8&255,C[3]=255&v,C.set(h,4),y=0,v=8;y<A;y++)C.set(f[y],v),v+=f[y].byteLength;return C})([112,115,115,104],new Uint8Array([e,0,0,0]),s,a,r,c,t||new Uint8Array)}var Mr={},Ei=(function(){function s(t,e,r,a,o){a===void 0&&(a=[1]),o===void 0&&(o=null),this.uri=void 0,this.method=void 0,this.keyFormat=void 0,this.keyFormatVersions=void 0,this.encrypted=void 0,this.isCommonEncryption=void 0,this.iv=null,this.key=null,this.keyId=null,this.pssh=null,this.method=t,this.uri=e,this.keyFormat=r,this.keyFormatVersions=a,this.iv=o,this.encrypted=!!t&&t!=="NONE",this.isCommonEncryption=this.encrypted&&t!=="AES-128"}s.clearKeyUriToKeyIdMap=function(){Mr={}};var n=s.prototype;return n.isSupported=function(){if(this.method){if(this.method==="AES-128"||this.method==="NONE")return!0;if(this.keyFormat==="identity")return this.method==="SAMPLE-AES";switch(this.keyFormat){case er:case Lr:case Ee:case tr:return["ISO-23001-7","SAMPLE-AES","SAMPLE-AES-CENC","SAMPLE-AES-CTR"].indexOf(this.method)!==-1}}return!1},n.getDecryptData=function(t){if(!this.encrypted||!this.uri)return null;if(this.method==="AES-128"&&this.uri&&!this.iv){typeof t!="number"&&(this.method!=="AES-128"||this.iv||D.warn('missing IV for initialization segment with method="'+this.method+'" - compliance issue'),t=0);var e=(function(C){for(var b=new Uint8Array(16),E=12;E<16;E++)b[E]=C>>8*(15-E)&255;return b})(t);return new s(this.method,this.uri,"identity",this.keyFormatVersions,e)}var r=mi(this.uri);if(r)switch(this.keyFormat){case Lr:this.pssh=r,r.length>=22&&(this.keyId=r.subarray(r.length-22,r.length-6));break;case Ee:var a=new Uint8Array([154,4,240,121,152,64,66,134,171,146,230,91,224,136,95,149]);this.pssh=ol(a,null,r);var o=new Uint16Array(r.buffer,r.byteOffset,r.byteLength/2),l=String.fromCharCode.apply(null,Array.from(o)),c=l.substring(l.indexOf("<"),l.length),h=new DOMParser().parseFromString(c,"text/xml").getElementsByTagName("KID")[0];if(h){var u=h.childNodes[0]?h.childNodes[0].nodeValue:h.getAttribute("VALUE");if(u){var f=$e(u).subarray(0,16);(function(C){var b=function(E,B,I){var T=E[B];E[B]=E[I],E[I]=T};b(C,0,3),b(C,1,2),b(C,4,5),b(C,6,7)})(f),this.keyId=f}}break;default:var p=r.subarray(0,16);if(p.length!==16){var A=new Uint8Array(16);A.set(p,16-p.length),p=A}this.keyId=p}if(!this.keyId||this.keyId.byteLength!==16){var v=Mr[this.uri];if(!v){var y=Object.keys(Mr).length%Number.MAX_SAFE_INTEGER;v=new Uint8Array(16),new DataView(v.buffer,12,4).setUint32(0,y),Mr[this.uri]=v}this.keyId=v}return this},s})(),$a=/\{\$([a-zA-Z0-9-_]+)\}/g;function tn(s){return $a.test(s)}function Ot(s,n,t){if(s.variableList!==null||s.hasVariableRefs)for(var e=t.length;e--;){var r=t[e],a=n[r];a&&(n[r]=Ci(s,a))}}function Ci(s,n){if(s.variableList!==null||s.hasVariableRefs){var t=s.variableList;return n.replace($a,function(e){var r=e.substring(2,e.length-1),a=t?.[r];return a===void 0?(s.playlistParsingError||(s.playlistParsingError=new Error('Missing preceding EXT-X-DEFINE tag for Variable Reference: "'+r+'"')),e):a})}return n}function en(s,n,t){var e,r,a=s.variableList;if(a||(s.variableList=a={}),"QUERYPARAM"in n){e=n.QUERYPARAM;try{var o=new self.URL(t).searchParams;if(!o.has(e))throw new Error('"'+e+'" does not match any query parameter in URI: "'+t+'"');r=o.get(e)}catch(l){s.playlistParsingError||(s.playlistParsingError=new Error("EXT-X-DEFINE QUERYPARAM: "+l.message))}}else e=n.NAME,r=n.VALUE;e in a?s.playlistParsingError||(s.playlistParsingError=new Error('EXT-X-DEFINE duplicate Variable Name declarations: "'+e+'"')):a[e]=r||""}function sl(s,n,t){var e=n.IMPORT;if(t&&e in t){var r=s.variableList;r||(s.variableList=r={}),r[e]=t[e]}else s.playlistParsingError||(s.playlistParsingError=new Error('EXT-X-DEFINE IMPORT attribute not found in Multivariant Playlist: "'+e+'"'))}function Ur(){if(typeof self<"u")return self.MediaSource||self.WebKitMediaSource}var ll={audio:{a3ds:!0,"ac-3":!0,"ac-4":!0,alac:!0,alaw:!0,dra1:!0,"dts+":!0,"dts-":!0,dtsc:!0,dtse:!0,dtsh:!0,"ec-3":!0,enca:!0,g719:!0,g726:!0,m4ae:!0,mha1:!0,mha2:!0,mhm1:!0,mhm2:!0,mlpa:!0,mp4a:!0,"raw ":!0,Opus:!0,opus:!0,samr:!0,sawb:!0,sawp:!0,sevc:!0,sqcp:!0,ssmv:!0,twos:!0,ulaw:!0},video:{avc1:!0,avc2:!0,avc3:!0,avc4:!0,avcp:!0,av01:!0,drac:!0,dva1:!0,dvav:!0,dvh1:!0,dvhe:!0,encv:!0,hev1:!0,hvc1:!0,mjp2:!0,mp4v:!0,mvc1:!0,mvc2:!0,mvc3:!0,mvc4:!0,resv:!0,rv60:!0,s263:!0,svc1:!0,svc2:!0,"vc-1":!0,vp08:!0,vp09:!0},text:{stpp:!0,wvtt:!0}},rn=Ur();function Ii(s,n){var t;return(t=rn?.isTypeSupported((n||"video")+'/mp4;codecs="'+s+'"'))!=null&&t}var an=/#EXT-X-STREAM-INF:([^\r\n]*)(?:[\r\n](?:#[^\r\n]*)?)*([^\r\n]+)|#EXT-X-(SESSION-DATA|SESSION-KEY|DEFINE|CONTENT-STEERING|START):([^\r\n]*)[\r\n]+/g,nn=/#EXT-X-MEDIA:(.*)/g,cl=/^#EXT(?:INF|-X-TARGETDURATION):/m,on=new RegExp([/#EXTINF:\s*(\d*(?:\.\d+)?)(?:,(.*)\s+)?/.source,/(?!#) *(\S[\S ]*)/.source,/#EXT-X-BYTERANGE:*(.+)/.source,/#EXT-X-PROGRAM-DATE-TIME:(.+)/.source,/#.*/.source].join("|"),"g"),dl=new RegExp([/#(EXTM3U)/.source,/#EXT-X-(DATERANGE|DEFINE|KEY|MAP|PART|PART-INF|PLAYLIST-TYPE|PRELOAD-HINT|RENDITION-REPORT|SERVER-CONTROL|SKIP|START):(.+)/.source,/#EXT-X-(BITRATE|DISCONTINUITY-SEQUENCE|MEDIA-SEQUENCE|TARGETDURATION|VERSION): *(\d+)/.source,/#EXT-X-(DISCONTINUITY|ENDLIST|GAP)/.source,/(#)([^:]*):(.*)/.source,/(#)(.*)(?:.*)\r?\n?/.source].join("|")),rr=(function(){function s(){}return s.findGroup=function(n,t){for(var e=0;e<n.length;e++){var r=n[e];if(r.id===t)return r}},s.convertAVC1ToAVCOTI=function(n){var t=n.split(".");if(t.length>2){var e=t.shift()+".";return e+=parseInt(t.shift()).toString(16),e+=("000"+parseInt(t.shift()).toString(16)).slice(-4)}return n},s.resolve=function(n,t){return Je.buildAbsoluteURL(t,n,{alwaysNormalize:!0})},s.isMediaPlaylist=function(n){return cl.test(n)},s.parseMasterPlaylist=function(n,t){var e,r={contentSteering:null,levels:[],playlistParsingError:null,sessionData:null,sessionKeys:null,startTimeOffset:null,variableList:null,hasVariableRefs:tn(n)},a=[];for(an.lastIndex=0;(e=an.exec(n))!=null;)if(e[1]){var o,l=new yt(e[1]);Ot(r,l,["CODECS","SUPPLEMENTAL-CODECS","ALLOWED-CPC","PATHWAY-ID","STABLE-VARIANT-ID","AUDIO","VIDEO","SUBTITLES","CLOSED-CAPTIONS","NAME"]);var c=Ci(r,e[2]),h={attrs:l,bitrate:l.decimalInteger("AVERAGE-BANDWIDTH")||l.decimalInteger("BANDWIDTH"),name:l.NAME,url:s.resolve(c,t)},u=l.decimalResolution("RESOLUTION");u&&(h.width=u.width,h.height=u.height),hl((l.CODECS||"").split(/[ ,]+/).filter(function(E){return E}),h),h.videoCodec&&h.videoCodec.indexOf("avc1")!==-1&&(h.videoCodec=s.convertAVC1ToAVCOTI(h.videoCodec)),(o=h.unknownCodecs)!=null&&o.length||a.push(h),r.levels.push(h)}else if(e[3]){var f=e[3],p=e[4];switch(f){case"SESSION-DATA":var A=new yt(p);Ot(r,A,["DATA-ID","LANGUAGE","VALUE","URI"]);var v=A["DATA-ID"];v&&(r.sessionData===null&&(r.sessionData={}),r.sessionData[v]=A);break;case"SESSION-KEY":var y=sn(p,t,r);y.encrypted&&y.isSupported()?(r.sessionKeys===null&&(r.sessionKeys=[]),r.sessionKeys.push(y)):D.warn('[Keys] Ignoring invalid EXT-X-SESSION-KEY tag: "'+p+'"');break;case"DEFINE":var C=new yt(p);Ot(r,C,["NAME","VALUE","QUERYPARAM"]),en(r,C,t);break;case"CONTENT-STEERING":var b=new yt(p);Ot(r,b,["SERVER-URI","PATHWAY-ID"]),r.contentSteering={uri:s.resolve(b["SERVER-URI"],t),pathwayId:b["PATHWAY-ID"]||"."};break;case"START":r.startTimeOffset=ln(p)}}return r.levels=a.length>0&&a.length<r.levels.length?a:r.levels,r.levels.length===0&&(r.playlistParsingError=new Error("no levels found in manifest")),r},s.parseMasterPlaylistMedia=function(n,t,e){var r,a={},o=e.levels,l={AUDIO:o.map(function(y){return{id:y.attrs.AUDIO,audioCodec:y.audioCodec}}),SUBTITLES:o.map(function(y){return{id:y.attrs.SUBTITLES,textCodec:y.textCodec}}),"CLOSED-CAPTIONS":[]},c=0;for(nn.lastIndex=0;(r=nn.exec(n))!==null;){var h=new yt(r[1]),u=h.TYPE;if(u){var f=l[u],p=a[u]||[];a[u]=p,Ot(e,h,["URI","GROUP-ID","LANGUAGE","ASSOC-LANGUAGE","STABLE-RENDITION-ID","NAME","INSTREAM-ID","CHARACTERISTICS","CHANNELS"]);var A={attrs:h,bitrate:0,id:c++,groupId:h["GROUP-ID"]||"",instreamId:h["INSTREAM-ID"],name:h.NAME||h.LANGUAGE||"",type:u,default:h.bool("DEFAULT"),autoselect:h.bool("AUTOSELECT"),forced:h.bool("FORCED"),lang:h.LANGUAGE,url:h.URI?s.resolve(h.URI,t):""};if(f!=null&&f.length){var v=s.findGroup(f,A.groupId)||f[0];cn(A,v,"audioCodec"),cn(A,v,"textCodec")}p.push(A)}}return a},s.parseLevelPlaylist=function(n,t,e,r,a,o){var l,c,h,u=new Ai(t),f=u.fragments,p=null,A=0,v=0,y=0,C=0,b=null,E=new Ze(r,t),B=-1,I=!1;for(on.lastIndex=0,u.m3u8=n,u.hasVariableRefs=tn(n);(l=on.exec(n))!==null;){I&&(I=!1,(E=new Ze(r,t)).start=y,E.sn=A,E.cc=C,E.level=e,p&&(E.initSegment=p,E.rawProgramDateTime=p.rawProgramDateTime,p.rawProgramDateTime=null));var T=l[1];if(T){E.duration=parseFloat(T);var R=(" "+l[2]).slice(1);E.title=R||null,E.tagList.push(R?["INF",T,R]:["INF",T])}else if(l[3]){if(W(E.duration)){E.start=y,h&&un(E,h,u),E.sn=A,E.level=e,E.cc=C,E.urlId=a,f.push(E);var L=(" "+l[3]).slice(1);E.relurl=Ci(u,L),dn(E,b),b=E,y+=E.duration,A++,v=0,I=!0}}else if(l[4]){var Q=(" "+l[4]).slice(1);b?E.setByteRange(Q,b):E.setByteRange(Q)}else if(l[5])E.rawProgramDateTime=(" "+l[5]).slice(1),E.tagList.push(["PROGRAM-DATE-TIME",E.rawProgramDateTime]),B===-1&&(B=f.length);else{if(!(l=l[0].match(dl))){D.warn("No matches on slow regex match for level playlist!");continue}for(c=1;c<l.length&&l[c]===void 0;c++);var P=(" "+l[c]).slice(1),M=(" "+l[c+1]).slice(1),Y=l[c+2]?(" "+l[c+2]).slice(1):"";switch(P){case"PLAYLIST-TYPE":u.type=M.toUpperCase();break;case"MEDIA-SEQUENCE":A=u.startSN=parseInt(M);break;case"SKIP":var K=new yt(M);Ot(u,K,["RECENTLY-REMOVED-DATERANGES"]);var V=K.decimalInteger("SKIPPED-SEGMENTS");if(W(V)){u.skippedSegments=V;for(var J=V;J--;)f.unshift(null);A+=V}var q=K.enumeratedString("RECENTLY-REMOVED-DATERANGES");q&&(u.recentlyRemovedDateranges=q.split(" "));break;case"TARGETDURATION":u.targetduration=Math.max(parseInt(M),1);break;case"VERSION":u.version=parseInt(M);break;case"EXTM3U":break;case"ENDLIST":u.live=!1;break;case"#":(M||Y)&&E.tagList.push(Y?[M,Y]:[M]);break;case"DISCONTINUITY":C++,E.tagList.push(["DIS"]);break;case"GAP":E.gap=!0,E.tagList.push([P]);break;case"BITRATE":E.tagList.push([P,M]);break;case"DATERANGE":var z=new yt(M);Ot(u,z,["ID","CLASS","START-DATE","END-DATE","SCTE35-CMD","SCTE35-OUT","SCTE35-IN"]),Ot(u,z,z.clientAttrs);var _=new Dr(z,u.dateRanges[z.ID]);_.isValid||u.skippedSegments?u.dateRanges[_.id]=_:D.warn('Ignoring invalid DATERANGE tag: "'+M+'"'),E.tagList.push(["EXT-X-DATERANGE",M]);break;case"DEFINE":var H=new yt(M);Ot(u,H,["NAME","VALUE","IMPORT","QUERYPARAM"]),"IMPORT"in H?sl(u,H,o):en(u,H,t);break;case"DISCONTINUITY-SEQUENCE":C=parseInt(M);break;case"KEY":var it=sn(M,t,u);if(it.isSupported()){if(it.method==="NONE"){h=void 0;break}h||(h={}),h[it.keyFormat]&&(h=mt({},h)),h[it.keyFormat]=it}else D.warn('[Keys] Ignoring invalid EXT-X-KEY tag: "'+M+'"');break;case"START":u.startTimeOffset=ln(M);break;case"MAP":var at=new yt(M);if(Ot(u,at,["BYTERANGE","URI"]),E.duration){var lt=new Ze(r,t);hn(lt,at,e,h),p=lt,E.initSegment=p,p.rawProgramDateTime&&!E.rawProgramDateTime&&(E.rawProgramDateTime=p.rawProgramDateTime)}else hn(E,at,e,h),p=E,I=!0;break;case"SERVER-CONTROL":var ft=new yt(M);u.canBlockReload=ft.bool("CAN-BLOCK-RELOAD"),u.canSkipUntil=ft.optionalFloat("CAN-SKIP-UNTIL",0),u.canSkipDateRanges=u.canSkipUntil>0&&ft.bool("CAN-SKIP-DATERANGES"),u.partHoldBack=ft.optionalFloat("PART-HOLD-BACK",0),u.holdBack=ft.optionalFloat("HOLD-BACK",0);break;case"PART-INF":u.partTarget=new yt(M).decimalFloatingPoint("PART-TARGET");break;case"PART":var Bt=u.partList;Bt||(Bt=u.partList=[]);var Lt=v>0?Bt[Bt.length-1]:void 0,Wt=v++,Kt=new yt(M);Ot(u,Kt,["BYTERANGE","URI"]);var qt=new pi(Kt,E,t,Wt,Lt);Bt.push(qt),E.duration+=qt.duration;break;case"PRELOAD-HINT":var Ct=new yt(M);Ot(u,Ct,["URI"]),u.preloadHint=Ct;break;case"RENDITION-REPORT":var xt=new yt(M);Ot(u,xt,["URI"]),u.renditionReports=u.renditionReports||[],u.renditionReports.push(xt);break;default:D.warn("line parsed but not handled: "+l)}}}b&&!b.relurl?(f.pop(),y-=b.duration,u.partList&&(u.fragmentHint=b)):u.partList&&(dn(E,b),E.cc=C,u.fragmentHint=E,h&&un(E,h,u));var Xt=f.length,xe=f[0],Mt=f[Xt-1];if((y+=u.skippedSegments*u.targetduration)>0&&Xt&&Mt){u.averagetargetduration=y/Xt;var ei=Mt.sn;u.endSN=ei!=="initSegment"?ei:0,u.live||(Mt.endList=!0),xe&&(u.startCC=xe.cc)}else u.endSN=0,u.startCC=0;return u.fragmentHint&&(y+=u.fragmentHint.duration),u.totalduration=y,u.endCC=C,B>0&&(function(fr,ri){for(var ze=fr[ri],Re=ri;Re--;){var Le=fr[Re];if(!Le)return;Le.programDateTime=ze.programDateTime-1e3*Le.duration,ze=Le}})(f,B),u},s})();function sn(s,n,t){var e,r,a=new yt(s);Ot(t,a,["KEYFORMAT","KEYFORMATVERSIONS","URI","IV","URI"]);var o=(e=a.METHOD)!=null?e:"",l=a.URI,c=a.hexadecimalInteger("IV"),h=a.KEYFORMATVERSIONS,u=(r=a.KEYFORMAT)!=null?r:"identity";return l&&a.IV&&!c&&D.error("Invalid IV: "+a.IV),new Ei(o,l?rr.resolve(l,n):"",u,(h||"1").split("/").map(Number).filter(Number.isFinite),c)}function ln(s){var n=new yt(s).decimalFloatingPoint("TIME-OFFSET");return W(n)?n:null}function hl(s,n){["video","audio","text"].forEach(function(t){var e=s.filter(function(a){return(function(o,l){var c=ll[l];return!!c&&c[o.slice(0,4)]===!0})(a,t)});if(e.length){var r=e.filter(function(a){return a.lastIndexOf("avc1",0)===0||a.lastIndexOf("mp4a",0)===0});n[t+"Codec"]=r.length>0?r[0]:e[0],s=s.filter(function(a){return e.indexOf(a)===-1})}}),n.unknownCodecs=s}function cn(s,n,t){var e=n[t];e&&(s[t]=e)}function dn(s,n){s.rawProgramDateTime?s.programDateTime=Date.parse(s.rawProgramDateTime):n!=null&&n.programDateTime&&(s.programDateTime=n.endProgramDateTime),W(s.programDateTime)||(s.programDateTime=null,s.rawProgramDateTime=null)}function hn(s,n,t,e){s.relurl=n.URI,n.BYTERANGE&&s.setByteRange(n.BYTERANGE),s.level=t,s.sn="initSegment",e&&(s.levelkeys=e),s.initSegment=null}function un(s,n,t){s.levelkeys=n;var e=t.encryptedFragments;e.length&&e[e.length-1].levelkeys===n||!Object.keys(n).some(function(r){return n[r].isCommonEncryption})||e.push(s)}var Pe="manifest",ke="level",Zt="audioTrack",se="subtitleTrack",ct="main",$t="audio",ve="subtitle";function gn(s){switch(s.type){case Zt:return $t;case se:return ve;default:return ct}}function ki(s,n){var t=s.url;return t!==void 0&&t.indexOf("data:")!==0||(t=n.url),t}var ul=(function(){function s(t){this.hls=void 0,this.loaders=Object.create(null),this.variableList=null,this.hls=t,this.registerListeners()}var n=s.prototype;return n.startLoad=function(t){},n.stopLoad=function(){this.destroyInternalLoaders()},n.registerListeners=function(){var t=this.hls;t.on(w.MANIFEST_LOADING,this.onManifestLoading,this),t.on(w.LEVEL_LOADING,this.onLevelLoading,this),t.on(w.AUDIO_TRACK_LOADING,this.onAudioTrackLoading,this),t.on(w.SUBTITLE_TRACK_LOADING,this.onSubtitleTrackLoading,this)},n.unregisterListeners=function(){var t=this.hls;t.off(w.MANIFEST_LOADING,this.onManifestLoading,this),t.off(w.LEVEL_LOADING,this.onLevelLoading,this),t.off(w.AUDIO_TRACK_LOADING,this.onAudioTrackLoading,this),t.off(w.SUBTITLE_TRACK_LOADING,this.onSubtitleTrackLoading,this)},n.createInternalLoader=function(t){var e=this.hls.config,r=e.pLoader,a=e.loader,o=new(r||a)(e);return this.loaders[t.type]=o,o},n.getInternalLoader=function(t){return this.loaders[t.type]},n.resetInternalLoader=function(t){this.loaders[t]&&delete this.loaders[t]},n.destroyInternalLoaders=function(){for(var t in this.loaders){var e=this.loaders[t];e&&e.destroy(),this.resetInternalLoader(t)}},n.destroy=function(){this.variableList=null,this.unregisterListeners(),this.destroyInternalLoaders()},n.onManifestLoading=function(t,e){var r=e.url;this.variableList=null,this.load({id:null,level:0,responseType:"text",type:Pe,url:r,deliveryDirectives:null})},n.onLevelLoading=function(t,e){var r=e.id,a=e.level,o=e.url,l=e.deliveryDirectives;this.load({id:r,level:a,responseType:"text",type:ke,url:o,deliveryDirectives:l})},n.onAudioTrackLoading=function(t,e){var r=e.id,a=e.groupId,o=e.url,l=e.deliveryDirectives;this.load({id:r,groupId:a,level:null,responseType:"text",type:Zt,url:o,deliveryDirectives:l})},n.onSubtitleTrackLoading=function(t,e){var r=e.id,a=e.groupId,o=e.url,l=e.deliveryDirectives;this.load({id:r,groupId:a,level:null,responseType:"text",type:se,url:o,deliveryDirectives:l})},n.load=function(t){var e,r,a,o=this,l=this.hls.config,c=this.getInternalLoader(t);if(c){var h=c.context;if(h&&h.url===t.url)return void D.trace("[playlist-loader]: playlist request ongoing");D.log("[playlist-loader]: aborting previous loader for type: "+t.type),c.abort()}if(r=t.type===Pe?l.manifestLoadPolicy.default:mt({},l.playlistLoadPolicy.default,{timeoutRetry:null,errorRetry:null}),c=this.createInternalLoader(t),(e=t.deliveryDirectives)!=null&&e.part&&(t.type===ke&&t.level!==null?a=this.hls.levels[t.level].details:t.type===Zt&&t.id!==null?a=this.hls.audioTracks[t.id].details:t.type===se&&t.id!==null&&(a=this.hls.subtitleTracks[t.id].details),a)){var u=a.partTarget,f=a.targetduration;if(u&&f){var p=1e3*Math.max(3*u,.8*f);r=mt({},r,{maxTimeToFirstByteMs:Math.min(p,r.maxTimeToFirstByteMs),maxLoadTimeMs:Math.min(p,r.maxTimeToFirstByteMs)})}}var A=r.errorRetry||r.timeoutRetry||{},v={loadPolicy:r,timeout:r.maxLoadTimeMs,maxRetry:A.maxNumRetry||0,retryDelay:A.retryDelayMs||0,maxRetryDelay:A.maxRetryDelayMs||0};c.load(t,v,{onSuccess:function(y,C,b,E){var B=o.getInternalLoader(b);o.resetInternalLoader(b.type);var I=y.data;I.indexOf("#EXTM3U")===0?(C.parsing.start=performance.now(),rr.isMediaPlaylist(I)?o.handleTrackOrLevelPlaylist(y,C,b,E||null,B):o.handleMasterPlaylist(y,C,b,E)):o.handleManifestParsingError(y,b,new Error("no EXTM3U delimiter"),E||null,C)},onError:function(y,C,b,E){o.handleNetworkError(C,b,!1,y,E)},onTimeout:function(y,C,b){o.handleNetworkError(C,b,!0,void 0,y)}})},n.handleMasterPlaylist=function(t,e,r,a){var o=this.hls,l=t.data,c=ki(t,r),h=rr.parseMasterPlaylist(l,c);if(h.playlistParsingError)this.handleManifestParsingError(t,r,h.playlistParsingError,a,e);else{var u=h.contentSteering,f=h.levels,p=h.sessionData,A=h.sessionKeys,v=h.startTimeOffset,y=h.variableList;this.variableList=y;var C=rr.parseMasterPlaylistMedia(l,c,h),b=C.AUDIO,E=b===void 0?[]:b,B=C.SUBTITLES,I=C["CLOSED-CAPTIONS"];E.length&&(E.some(function(T){return!T.url})||!f[0].audioCodec||f[0].attrs.AUDIO||(D.log("[playlist-loader]: audio codec signaled in quality level, but no embedded audio track signaled, create one"),E.unshift({type:"main",name:"main",groupId:"main",default:!1,autoselect:!1,forced:!1,id:-1,attrs:new yt({}),bitrate:0,url:""}))),o.trigger(w.MANIFEST_LOADED,{levels:f,audioTracks:E,subtitles:B,captions:I,contentSteering:u,url:c,stats:e,networkDetails:a,sessionData:p,sessionKeys:A,startTimeOffset:v,variableList:y})}},n.handleTrackOrLevelPlaylist=function(t,e,r,a,o){var l=this.hls,c=r.id,h=r.level,u=r.type,f=ki(t,r),p=W(c)?c:0,A=W(h)?h:p,v=gn(r),y=rr.parseLevelPlaylist(t.data,f,A,v,p,this.variableList);if(u===Pe){var C={attrs:new yt({}),bitrate:0,details:y,name:"",url:f};l.trigger(w.MANIFEST_LOADED,{levels:[C],audioTracks:[],url:f,stats:e,networkDetails:a,sessionData:null,sessionKeys:null,contentSteering:null,startTimeOffset:null,variableList:null})}e.parsing.end=performance.now(),r.levelDetails=y,this.handlePlaylistLoaded(y,t,e,r,a,o)},n.handleManifestParsingError=function(t,e,r,a,o){this.hls.trigger(w.ERROR,{type:X.NETWORK_ERROR,details:O.MANIFEST_PARSING_ERROR,fatal:e.type===Pe,url:t.url,err:r,error:r,reason:r.message,response:t,context:e,networkDetails:a,stats:o})},n.handleNetworkError=function(t,e,r,a,o){r===void 0&&(r=!1);var l="A network "+(r?"timeout":"error"+(a?" (status "+a.code+")":""))+" occurred while loading "+t.type;t.type===ke?l+=": "+t.level+" id: "+t.id:t.type!==Zt&&t.type!==se||(l+=" id: "+t.id+' group-id: "'+t.groupId+'"');var c=new Error(l);D.warn("[playlist-loader]: "+l);var h=O.UNKNOWN,u=!1,f=this.getInternalLoader(t);switch(t.type){case Pe:h=r?O.MANIFEST_LOAD_TIMEOUT:O.MANIFEST_LOAD_ERROR,u=!0;break;case ke:h=r?O.LEVEL_LOAD_TIMEOUT:O.LEVEL_LOAD_ERROR,u=!1;break;case Zt:h=r?O.AUDIO_TRACK_LOAD_TIMEOUT:O.AUDIO_TRACK_LOAD_ERROR,u=!1;break;case se:h=r?O.SUBTITLE_TRACK_LOAD_TIMEOUT:O.SUBTITLE_LOAD_ERROR,u=!1}f&&this.resetInternalLoader(t.type);var p={type:X.NETWORK_ERROR,details:h,fatal:u,url:t.url,loader:f,context:t,error:c,networkDetails:e,stats:o};a&&(p.response=U({url:e?.url||t.url,data:void 0},a)),this.hls.trigger(w.ERROR,p)},n.handlePlaylistLoaded=function(t,e,r,a,o,l){var c=this.hls,h=a.type,u=a.level,f=a.id,p=a.groupId,A=a.deliveryDirectives,v=ki(e,a),y=gn(a),C=typeof a.level=="number"&&y===ct?u:void 0;if(t.fragments.length){t.targetduration||(t.playlistParsingError=new Error("Missing Target Duration"));var b=t.playlistParsingError;if(b)c.trigger(w.ERROR,{type:X.NETWORK_ERROR,details:O.LEVEL_PARSING_ERROR,fatal:!1,url:v,error:b,reason:b.message,response:e,context:a,level:C,parent:y,networkDetails:o,stats:r});else switch(t.live&&l&&(l.getCacheAge&&(t.ageHeader=l.getCacheAge()||0),l.getCacheAge&&!isNaN(t.ageHeader)||(t.ageHeader=0)),h){case Pe:case ke:c.trigger(w.LEVEL_LOADED,{details:t,level:C||0,id:f||0,stats:r,networkDetails:o,deliveryDirectives:A});break;case Zt:c.trigger(w.AUDIO_TRACK_LOADED,{details:t,id:f||0,groupId:p||"",stats:r,networkDetails:o,deliveryDirectives:A});break;case se:c.trigger(w.SUBTITLE_TRACK_LOADED,{details:t,id:f||0,groupId:p||"",stats:r,networkDetails:o,deliveryDirectives:A})}}else{var E=new Error("No Segments found in Playlist");c.trigger(w.ERROR,{type:X.NETWORK_ERROR,details:O.LEVEL_EMPTY_ERROR,fatal:!1,url:v,error:E,reason:E.message,response:e,context:a,level:C,parent:y,networkDetails:o,stats:r})}},s})();function fn(s,n){var t;try{t=new Event("addtrack")}catch{(t=document.createEvent("Event")).initEvent("addtrack",!1,!1)}t.track=s,n.dispatchEvent(t)}function pn(s,n){var t=s.mode;if(t==="disabled"&&(s.mode="hidden"),s.cues&&!s.cues.getCueById(n.id))try{if(s.addCue(n),!s.cues.getCueById(n.id))throw new Error("addCue is failed for: "+n)}catch(r){D.debug("[texttrack-utils]: "+r);try{var e=new self.TextTrackCue(n.startTime,n.endTime,n.text);e.id=n.id,s.addCue(e)}catch(a){D.debug("[texttrack-utils]: Legacy TextTrackCue fallback failed: "+a)}}t==="disabled"&&(s.mode=t)}function Me(s){var n=s.mode;if(n==="disabled"&&(s.mode="hidden"),s.cues)for(var t=s.cues.length;t--;)s.removeCue(s.cues[t]);n==="disabled"&&(s.mode=n)}function Bi(s,n,t,e){var r=s.mode;if(r==="disabled"&&(s.mode="hidden"),s.cues&&s.cues.length>0)for(var a=(function(l,c,h){var u=[],f=(function(y,C){if(C<y[0].startTime)return 0;var b=y.length-1;if(C>y[b].endTime)return-1;for(var E=0,B=b;E<=B;){var I=Math.floor((B+E)/2);if(C<y[I].startTime)B=I-1;else{if(!(C>y[I].startTime&&E<b))return I;E=I+1}}return y[E].startTime-C<C-y[B].startTime?E:B})(l,c);if(f>-1)for(var p=f,A=l.length;p<A;p++){var v=l[p];if(v.startTime>=c&&v.endTime<=h)u.push(v);else if(v.startTime>h)return u}return u})(s.cues,n,t),o=0;o<a.length;o++)e&&!e(a[o])||s.removeCue(a[o]);r==="disabled"&&(s.mode=r)}var ir="org.id3",gl="com.apple.quicktime.HLS",ar="https://aomedia.org/emsg/ID3";function Si(){if(typeof self<"u")return self.WebKitDataCue||self.VTTCue||self.TextTrackCue}var Qr=(function(){var s=Si();try{new s(0,Number.POSITIVE_INFINITY,"")}catch{return Number.MAX_VALUE}return Number.POSITIVE_INFINITY})();function Ti(s,n){return s.getTime()/1e3-n}var fl=(function(){function s(t){this.hls=void 0,this.id3Track=null,this.media=null,this.dateRangeCuesAppended={},this.hls=t,this._registerListeners()}var n=s.prototype;return n.destroy=function(){this._unregisterListeners(),this.id3Track=null,this.media=null,this.dateRangeCuesAppended={},this.hls=null},n._registerListeners=function(){var t=this.hls;t.on(w.MEDIA_ATTACHED,this.onMediaAttached,this),t.on(w.MEDIA_DETACHING,this.onMediaDetaching,this),t.on(w.MANIFEST_LOADING,this.onManifestLoading,this),t.on(w.FRAG_PARSING_METADATA,this.onFragParsingMetadata,this),t.on(w.BUFFER_FLUSHING,this.onBufferFlushing,this),t.on(w.LEVEL_UPDATED,this.onLevelUpdated,this)},n._unregisterListeners=function(){var t=this.hls;t.off(w.MEDIA_ATTACHED,this.onMediaAttached,this),t.off(w.MEDIA_DETACHING,this.onMediaDetaching,this),t.off(w.MANIFEST_LOADING,this.onManifestLoading,this),t.off(w.FRAG_PARSING_METADATA,this.onFragParsingMetadata,this),t.off(w.BUFFER_FLUSHING,this.onBufferFlushing,this),t.off(w.LEVEL_UPDATED,this.onLevelUpdated,this)},n.onMediaAttached=function(t,e){this.media=e.media},n.onMediaDetaching=function(){this.id3Track&&(Me(this.id3Track),this.id3Track=null,this.media=null,this.dateRangeCuesAppended={})},n.onManifestLoading=function(){this.dateRangeCuesAppended={}},n.createTrack=function(t){var e=this.getID3Track(t.textTracks);return e.mode="hidden",e},n.getID3Track=function(t){if(this.media){for(var e=0;e<t.length;e++){var r=t[e];if(r.kind==="metadata"&&r.label==="id3")return fn(r,this.media),r}return this.media.addTextTrack("metadata","id3")}},n.onFragParsingMetadata=function(t,e){if(this.media){var r=this.hls.config,a=r.enableEmsgMetadataCues,o=r.enableID3MetadataCues;if(a||o){var l=e.samples;this.id3Track||(this.id3Track=this.createTrack(this.media));for(var c=Si(),h=0;h<l.length;h++){var u=l[h].type;if((u!==ar||a)&&o){var f=Va(l[h].data);if(f){var p=l[h].pts,A=p+l[h].duration;A>Qr&&(A=Qr),A-p<=0&&(A=p+.25);for(var v=0;v<f.length;v++){var y=f[v];if(!Ga(y)){this.updateId3CueEnds(p,u);var C=new c(p,A,"");C.value=y,u&&(C.type=u),this.id3Track.addCue(C)}}}}}}}},n.updateId3CueEnds=function(t,e){var r,a=(r=this.id3Track)==null?void 0:r.cues;if(a)for(var o=a.length;o--;){var l=a[o];l.type===e&&l.startTime<t&&l.endTime===Qr&&(l.endTime=t)}},n.onBufferFlushing=function(t,e){var r=e.startOffset,a=e.endOffset,o=e.type,l=this.id3Track,c=this.hls;if(c){var h=c.config,u=h.enableEmsgMetadataCues,f=h.enableID3MetadataCues;l&&(u||f)&&Bi(l,r,a,o==="audio"?function(p){return p.type===ir&&f}:o==="video"?function(p){return p.type===ar&&u}:function(p){return p.type===ir&&f||p.type===ar&&u})}},n.onLevelUpdated=function(t,e){var r=this,a=e.details;if(this.media&&a.hasProgramDateTime&&this.hls.config.enableDateRangeMetadataCues){var o=this.dateRangeCuesAppended,l=this.id3Track,c=a.dateRanges,h=Object.keys(c);if(l)for(var u=Object.keys(o).filter(function(E){return!h.includes(E)}),f=function(){var E=u[p];Object.keys(o[E].cues).forEach(function(B){l.removeCue(o[E].cues[B])}),delete o[E]},p=u.length;p--;)f();var A=a.fragments[a.fragments.length-1];if(h.length!==0&&W(A?.programDateTime)){this.id3Track||(this.id3Track=this.createTrack(this.media));for(var v=A.programDateTime/1e3-A.start,y=Si(),C=function(){var E=h[b],B=c[E],I=o[E],T=I?.cues||{},R=I?.durationKnown||!1,L=Ti(B.startDate,v),Q=Qr,P=B.endDate;if(P)Q=Ti(P,v),R=!0;else if(B.endOnNext&&!R){var M=h.reduce(function(H,it){var at=c[it];return at.class===B.class&&at.id!==it&&at.startDate>B.startDate&&H.push(at),H},[]).sort(function(H,it){return H.startDate.getTime()-it.startDate.getTime()})[0];M&&(Q=Ti(M.startDate,v),R=!0)}for(var Y,K,V=Object.keys(B.attr),J=0;J<V.length;J++){var q=V[J];if((K=q)!=="ID"&&K!=="CLASS"&&K!=="START-DATE"&&K!=="DURATION"&&K!=="END-DATE"&&K!=="END-ON-NEXT"){var z=T[q];if(z)R&&!I.durationKnown&&(z.endTime=Q);else{var _=B.attr[q];z=new y(L,Q,""),fi(q)&&(Y=_,_=Uint8Array.from(Y.replace(/^0x/,"").replace(/([\da-fA-F]{2}) ?/g,"0x$1 ").replace(/ +$/,"").split(" ")).buffer),z.value={key:q,data:_},z.type=gl,z.id=E,r.id3Track.addCue(z),T[q]=z}}}o[E]={cues:T,dateRange:B,durationKnown:R}},b=0;b<h.length;b++)C()}}},s})(),pl=(function(){function s(t){var e=this;this.hls=void 0,this.config=void 0,this.media=null,this.levelDetails=null,this.currentTime=0,this.stallCount=0,this._latency=null,this.timeupdateHandler=function(){return e.timeupdate()},this.hls=t,this.config=t.config,this.registerListeners()}var n=s.prototype;return n.destroy=function(){this.unregisterListeners(),this.onMediaDetaching(),this.levelDetails=null,this.hls=this.timeupdateHandler=null},n.registerListeners=function(){this.hls.on(w.MEDIA_ATTACHED,this.onMediaAttached,this),this.hls.on(w.MEDIA_DETACHING,this.onMediaDetaching,this),this.hls.on(w.MANIFEST_LOADING,this.onManifestLoading,this),this.hls.on(w.LEVEL_UPDATED,this.onLevelUpdated,this),this.hls.on(w.ERROR,this.onError,this)},n.unregisterListeners=function(){this.hls.off(w.MEDIA_ATTACHED,this.onMediaAttached,this),this.hls.off(w.MEDIA_DETACHING,this.onMediaDetaching,this),this.hls.off(w.MANIFEST_LOADING,this.onManifestLoading,this),this.hls.off(w.LEVEL_UPDATED,this.onLevelUpdated,this),this.hls.off(w.ERROR,this.onError,this)},n.onMediaAttached=function(t,e){this.media=e.media,this.media.addEventListener("timeupdate",this.timeupdateHandler)},n.onMediaDetaching=function(){this.media&&(this.media.removeEventListener("timeupdate",this.timeupdateHandler),this.media=null)},n.onManifestLoading=function(){this.levelDetails=null,this._latency=null,this.stallCount=0},n.onLevelUpdated=function(t,e){var r=e.details;this.levelDetails=r,r.advanced&&this.timeupdate(),!r.live&&this.media&&this.media.removeEventListener("timeupdate",this.timeupdateHandler)},n.onError=function(t,e){var r;e.details===O.BUFFER_STALLED_ERROR&&(this.stallCount++,(r=this.levelDetails)!=null&&r.live&&D.warn("[playback-rate-controller]: Stall detected, adjusting target latency"))},n.timeupdate=function(){var t=this.media,e=this.levelDetails;if(t&&e){this.currentTime=t.currentTime;var r=this.computeLatency();if(r!==null){this._latency=r;var a=this.config,o=a.lowLatencyMode,l=a.maxLiveSyncPlaybackRate;if(o&&l!==1){var c=this.targetLatency;if(c!==null){var h=r-c,u=h<Math.min(this.maxLatency,c+e.targetduration);if(e.live&&u&&h>.05&&this.forwardBufferLength>1){var f=Math.min(2,Math.max(1,l)),p=Math.round(2/(1+Math.exp(-.75*h-this.edgeStalled))*20)/20;t.playbackRate=Math.min(f,Math.max(1,p))}else t.playbackRate!==1&&t.playbackRate!==0&&(t.playbackRate=1)}}}}},n.estimateLiveEdge=function(){var t=this.levelDetails;return t===null?null:t.edge+t.age},n.computeLatency=function(){var t=this.estimateLiveEdge();return t===null?null:t-this.currentTime},Z(s,[{key:"latency",get:function(){return this._latency||0}},{key:"maxLatency",get:function(){var t=this.config,e=this.levelDetails;return t.liveMaxLatencyDuration!==void 0?t.liveMaxLatencyDuration:e?t.liveMaxLatencyDurationCount*e.targetduration:0}},{key:"targetLatency",get:function(){var t=this.levelDetails;if(t===null)return null;var e=t.holdBack,r=t.partHoldBack,a=t.targetduration,o=this.config,l=o.liveSyncDuration,c=o.liveSyncDurationCount,h=o.lowLatencyMode,u=this.hls.userConfig,f=h&&r||e;(u.liveSyncDuration||u.liveSyncDurationCount||f===0)&&(f=l!==void 0?l:c*a);var p=a;return f+Math.min(1*this.stallCount,p)}},{key:"liveSyncPosition",get:function(){var t=this.estimateLiveEdge(),e=this.targetLatency,r=this.levelDetails;if(t===null||e===null||r===null)return null;var a=r.edge,o=t-e-this.edgeStalled,l=a-r.totalduration,c=a-(this.config.lowLatencyMode&&r.partTarget||r.targetduration);return Math.min(Math.max(l,o),c)}},{key:"drift",get:function(){var t=this.levelDetails;return t===null?1:t.drift}},{key:"edgeStalled",get:function(){var t=this.levelDetails;if(t===null)return 0;var e=3*(this.config.lowLatencyMode&&t.partTarget||t.targetduration);return Math.max(t.age-e,0)}},{key:"forwardBufferLength",get:function(){var t=this.media,e=this.levelDetails;if(!t||!e)return 0;var r=t.buffered.length;return(r?t.buffered.end(r-1):e.edge)-this.currentTime}}]),s})(),Di=["NONE","TYPE-0","TYPE-1",null],xi="",Al="YES",ml="v2",An=(function(){function s(n,t,e){this.msn=void 0,this.part=void 0,this.skip=void 0,this.msn=n,this.part=t,this.skip=e}return s.prototype.addDirectives=function(n){var t=new self.URL(n);return this.msn!==void 0&&t.searchParams.set("_HLS_msn",this.msn.toString()),this.part!==void 0&&t.searchParams.set("_HLS_part",this.part.toString()),this.skip&&t.searchParams.set("_HLS_skip",this.skip),t.href},s})(),nr=(function(){function s(n){this._attrs=void 0,this.audioCodec=void 0,this.bitrate=void 0,this.codecSet=void 0,this.height=void 0,this.id=void 0,this.name=void 0,this.videoCodec=void 0,this.width=void 0,this.unknownCodecs=void 0,this.audioGroupIds=void 0,this.details=void 0,this.fragmentError=0,this.loadError=0,this.loaded=void 0,this.realBitrate=0,this.textGroupIds=void 0,this.url=void 0,this._urlId=0,this.url=[n.url],this._attrs=[n.attrs],this.bitrate=n.bitrate,n.details&&(this.details=n.details),this.id=n.id||0,this.name=n.name,this.width=n.width||0,this.height=n.height||0,this.audioCodec=n.audioCodec,this.videoCodec=n.videoCodec,this.unknownCodecs=n.unknownCodecs,this.codecSet=[n.videoCodec,n.audioCodec].filter(function(t){return t}).join(",").replace(/\.[^.,]+/g,"")}return s.prototype.addFallback=function(n){this.url.push(n.url),this._attrs.push(n.attrs)},Z(s,[{key:"maxBitrate",get:function(){return Math.max(this.realBitrate,this.bitrate)}},{key:"attrs",get:function(){return this._attrs[this._urlId]}},{key:"pathwayId",get:function(){return this.attrs["PATHWAY-ID"]||"."}},{key:"uri",get:function(){return this.url[this._urlId]||""}},{key:"urlId",get:function(){return this._urlId},set:function(n){var t=n%this.url.length;this._urlId!==t&&(this.fragmentError=0,this.loadError=0,this.details=void 0,this._urlId=t)}},{key:"audioGroupId",get:function(){var n;return(n=this.audioGroupIds)==null?void 0:n[this.urlId]}},{key:"textGroupId",get:function(){var n;return(n=this.textGroupIds)==null?void 0:n[this.urlId]}}]),s})();function Ri(s,n){var t=n.startPTS;if(W(t)){var e,r=0;n.sn>s.sn?(r=t-s.start,e=s):(r=s.start-t,e=n),e.duration!==r&&(e.duration=r)}else n.sn>s.sn?s.cc===n.cc&&s.minEndPTS?n.start=s.start+(s.minEndPTS-s.start):n.start=s.start+s.duration:n.start=Math.max(s.start-n.duration,0)}function mn(s,n,t,e,r,a){e-t<=0&&(D.warn("Fragment should have a positive duration",n),e=t+n.duration,a=r+n.duration);var o=t,l=e,c=n.startPTS,h=n.endPTS;if(W(c)){var u=Math.abs(c-t);W(n.deltaPTS)?n.deltaPTS=Math.max(u,n.deltaPTS):n.deltaPTS=u,o=Math.max(t,c),t=Math.min(t,c),r=Math.min(r,n.startDTS),l=Math.min(e,h),e=Math.max(e,h),a=Math.max(a,n.endDTS)}var f=t-n.start;n.start!==0&&(n.start=t),n.duration=e-n.start,n.startPTS=t,n.maxStartPTS=o,n.startDTS=r,n.endPTS=e,n.minEndPTS=l,n.endDTS=a;var p,A=n.sn;if(!s||A<s.startSN||A>s.endSN)return 0;var v=A-s.startSN,y=s.fragments;for(y[v]=n,p=v;p>0;p--)Ri(y[p],y[p-1]);for(p=v;p<y.length-1;p++)Ri(y[p],y[p+1]);return s.fragmentHint&&Ri(y[y.length-1],s.fragmentHint),s.PTSKnown=s.alignedSliding=!0,f}function vl(s,n){for(var t=null,e=s.fragments,r=e.length-1;r>=0;r--){var a=e[r].initSegment;if(a){t=a;break}}s.fragmentHint&&delete s.fragmentHint.endPTS;var o,l,c,h,u,f=0;if((function(b,E,B){for(var I=E.skippedSegments,T=Math.max(b.startSN,E.startSN)-E.startSN,R=(b.fragmentHint?1:0)+(I?E.endSN:Math.min(b.endSN,E.endSN))-E.startSN,L=E.startSN-b.startSN,Q=E.fragmentHint?E.fragments.concat(E.fragmentHint):E.fragments,P=b.fragmentHint?b.fragments.concat(b.fragmentHint):b.fragments,M=T;M<=R;M++){var Y=P[L+M],K=Q[M];I&&!K&&M<I&&(K=E.fragments[M]=Y),Y&&K&&B(Y,K)}})(s,n,function(b,E){b.relurl&&(f=b.cc-E.cc),W(b.startPTS)&&W(b.endPTS)&&(E.start=E.startPTS=b.startPTS,E.startDTS=b.startDTS,E.maxStartPTS=b.maxStartPTS,E.endPTS=b.endPTS,E.endDTS=b.endDTS,E.minEndPTS=b.minEndPTS,E.duration=b.endPTS-b.startPTS,E.duration&&(o=E),n.PTSKnown=n.alignedSliding=!0),E.elementaryStreams=b.elementaryStreams,E.loader=b.loader,E.stats=b.stats,E.urlId=b.urlId,b.initSegment&&(E.initSegment=b.initSegment,t=b.initSegment)}),t&&(n.fragmentHint?n.fragments.concat(n.fragmentHint):n.fragments).forEach(function(b){var E;b.initSegment&&b.initSegment.relurl!==((E=t)==null?void 0:E.relurl)||(b.initSegment=t)}),n.skippedSegments)if(n.deltaUpdateFailed=n.fragments.some(function(b){return!b}),n.deltaUpdateFailed){D.warn("[level-helper] Previous playlist missing segments skipped in delta playlist");for(var p=n.skippedSegments;p--;)n.fragments.shift();n.startSN=n.fragments[0].sn,n.startCC=n.fragments[0].cc}else n.canSkipDateRanges&&(n.dateRanges=(l=s.dateRanges,c=n.dateRanges,h=n.recentlyRemovedDateranges,u=mt({},l),h&&h.forEach(function(b){delete u[b]}),Object.keys(c).forEach(function(b){var E=new Dr(c[b].attr,u[b]);E.isValid?u[b]=E:D.warn('Ignoring invalid Playlist Delta Update DATERANGE tag: "'+JSON.stringify(c[b].attr)+'"')}),u));var A=n.fragments;if(f){D.warn("discontinuity sliding from playlist, take drift into account");for(var v=0;v<A.length;v++)A[v].cc+=f}n.skippedSegments&&(n.startCC=n.fragments[0].cc),(function(b,E,B){if(b&&E)for(var I=0,T=0,R=b.length;T<=R;T++){var L=b[T],Q=E[T+I];L&&Q&&L.index===Q.index&&L.fragment.sn===Q.fragment.sn?B(L,Q):I--}})(s.partList,n.partList,function(b,E){E.elementaryStreams=b.elementaryStreams,E.stats=b.stats}),o?mn(n,o,o.startPTS,o.endPTS,o.startDTS,o.endDTS):vn(s,n),A.length&&(n.totalduration=n.edge-A[0].start),n.driftStartTime=s.driftStartTime,n.driftStart=s.driftStart;var y=n.advancedDateTime;if(n.advanced&&y){var C=n.edge;n.driftStart||(n.driftStartTime=y,n.driftStart=C),n.driftEndTime=y,n.driftEnd=C}else n.driftEndTime=s.driftEndTime,n.driftEnd=s.driftEnd,n.advancedDateTime=s.advancedDateTime}function vn(s,n){var t=n.startSN+n.skippedSegments-s.startSN,e=s.fragments;t<0||t>=e.length||Li(n,e[t].start)}function Li(s,n){if(n){for(var t=s.fragments,e=s.skippedSegments;e<t.length;e++)t[e].start+=n;s.fragmentHint&&(s.fragmentHint.start+=n)}}function bn(s,n,t){var e;return s!=null&&s.details?yn((e=s.details)==null?void 0:e.partList,n,t):null}function yn(s,n,t){if(s)for(var e=s.length;e--;){var r=s[e];if(r.index===t&&r.fragment.sn===n)return r}return null}function Nr(s){switch(s.details){case O.FRAG_LOAD_TIMEOUT:case O.KEY_LOAD_TIMEOUT:case O.LEVEL_LOAD_TIMEOUT:case O.MANIFEST_LOAD_TIMEOUT:return!0}return!1}function wn(s,n){var t=Nr(n);return s.default[(t?"timeout":"error")+"Retry"]}function Fi(s,n){var t=s.backoff==="linear"?1:Math.pow(2,n);return Math.min(t*s.retryDelayMs,s.maxRetryDelayMs)}function En(s){return U(U({},s),{errorRetry:null,timeoutRetry:null})}function Kr(s,n,t,e){return!!s&&n<s.maxNumRetry&&((function(r){return r===0&&navigator.onLine===!1||!!r&&(r<400||r>499)})(e)||!!t)}var Cn=function(s,n){for(var t=0,e=s.length-1,r=null,a=null;t<=e;){var o=n(a=s[r=(t+e)/2|0]);if(o>0)t=r+1;else{if(!(o<0))return a;e=r-1}}return null};function or(s,n,t,e){t===void 0&&(t=0),e===void 0&&(e=0);var r=null;if(s?r=n[s.sn-n[0].sn+1]||null:t===0&&n[0].start===0&&(r=n[0]),r&&Oi(t,e,r)===0)return r;var a=Cn(n,Oi.bind(null,t,e));return!a||a===s&&r?r:a}function Oi(s,n,t){if(s===void 0&&(s=0),n===void 0&&(n=0),t.start<=s&&t.start+t.duration>s)return 0;var e=Math.min(n,t.duration+(t.deltaPTS?t.deltaPTS:0));return t.start+t.duration-e<=s?1:t.start-e>s&&t.start?-1:0}function bl(s,n,t){var e=1e3*Math.min(n,t.duration+(t.deltaPTS?t.deltaPTS:0));return(t.endProgramDateTime||0)-e>s}var Pi,yl=3e5,Mi=0,le=2,Yr=5,Ue=0,Hr=1,In=2,wl=(function(){function s(t){this.hls=void 0,this.playlistError=0,this.penalizedRenditions={},this.log=void 0,this.warn=void 0,this.error=void 0,this.hls=t,this.log=D.log.bind(D,"[info]:"),this.warn=D.warn.bind(D,"[warning]:"),this.error=D.error.bind(D,"[error]:"),this.registerListeners()}var n=s.prototype;return n.registerListeners=function(){var t=this.hls;t.on(w.ERROR,this.onError,this),t.on(w.MANIFEST_LOADING,this.onManifestLoading,this),t.on(w.LEVEL_UPDATED,this.onLevelUpdated,this)},n.unregisterListeners=function(){var t=this.hls;t&&(t.off(w.ERROR,this.onError,this),t.off(w.ERROR,this.onErrorOut,this),t.off(w.MANIFEST_LOADING,this.onManifestLoading,this),t.off(w.LEVEL_UPDATED,this.onLevelUpdated,this))},n.destroy=function(){this.unregisterListeners(),this.hls=null,this.penalizedRenditions={}},n.startLoad=function(t){this.playlistError=0},n.stopLoad=function(){},n.getVariantLevelIndex=function(t){return t?.type===ct?t.level:this.hls.loadLevel},n.onManifestLoading=function(){this.playlistError=0,this.penalizedRenditions={}},n.onLevelUpdated=function(){this.playlistError=0},n.onError=function(t,e){var r,a;if(!e.fatal){var o=this.hls,l=e.context;switch(e.details){case O.FRAG_LOAD_ERROR:case O.FRAG_LOAD_TIMEOUT:case O.KEY_LOAD_ERROR:case O.KEY_LOAD_TIMEOUT:e.errorAction=this.getFragRetryOrSwitchAction(e);return;case O.FRAG_PARSING_ERROR:if((r=e.frag)!=null&&r.gap)return void(e.errorAction={action:Mi,flags:Ue});case O.FRAG_GAP:case O.FRAG_DECRYPT_ERROR:e.errorAction=this.getFragRetryOrSwitchAction(e),e.errorAction.action=le;return;case O.LEVEL_EMPTY_ERROR:case O.LEVEL_PARSING_ERROR:var c,h,u=e.parent===ct?e.level:o.loadLevel;e.details===O.LEVEL_EMPTY_ERROR&&(c=e.context)!=null&&(h=c.levelDetails)!=null&&h.live?e.errorAction=this.getPlaylistRetryOrSwitchAction(e,u):(e.levelRetry=!1,e.errorAction=this.getLevelSwitchAction(e,u));return;case O.LEVEL_LOAD_ERROR:case O.LEVEL_LOAD_TIMEOUT:typeof l?.level=="number"&&(e.errorAction=this.getPlaylistRetryOrSwitchAction(e,l.level));return;case O.AUDIO_TRACK_LOAD_ERROR:case O.AUDIO_TRACK_LOAD_TIMEOUT:case O.SUBTITLE_LOAD_ERROR:case O.SUBTITLE_TRACK_LOAD_TIMEOUT:if(l){var f=o.levels[o.loadLevel];if(f&&(l.type===Zt&&l.groupId===f.audioGroupId||l.type===se&&l.groupId===f.textGroupId))return e.errorAction=this.getPlaylistRetryOrSwitchAction(e,o.loadLevel),e.errorAction.action=le,void(e.errorAction.flags=Hr)}return;case O.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED:var p=o.levels[o.loadLevel],A=p?.attrs["HDCP-LEVEL"];A&&(e.errorAction={action:le,flags:In,hdcpLevel:A});return;case O.BUFFER_ADD_CODEC_ERROR:case O.REMUX_ALLOC_ERROR:e.errorAction=this.getLevelSwitchAction(e,(a=e.level)!=null?a:o.loadLevel);return;case O.INTERNAL_EXCEPTION:case O.BUFFER_APPENDING_ERROR:case O.BUFFER_APPEND_ERROR:case O.BUFFER_FULL_ERROR:case O.LEVEL_SWITCH_ERROR:case O.BUFFER_STALLED_ERROR:case O.BUFFER_SEEK_OVER_HOLE:case O.BUFFER_NUDGE_ON_STALL:e.errorAction={action:Mi,flags:Ue};return}if(e.type===X.KEY_SYSTEM_ERROR){var v=this.getVariantLevelIndex(e.frag);e.levelRetry=!1,e.errorAction=this.getLevelSwitchAction(e,v);return}}},n.getPlaylistRetryOrSwitchAction=function(t,e){var r,a=wn(this.hls.config.playlistLoadPolicy,t),o=this.playlistError++,l=(r=t.response)==null?void 0:r.code;if(Kr(a,o,Nr(t),l))return{action:Yr,flags:Ue,retryConfig:a,retryCount:o};var c=this.getLevelSwitchAction(t,e);return a&&(c.retryConfig=a,c.retryCount=o),c},n.getFragRetryOrSwitchAction=function(t){var e=this.hls,r=this.getVariantLevelIndex(t.frag),a=e.levels[r],o=e.config,l=o.fragLoadPolicy,c=o.keyLoadPolicy,h=wn(t.details.startsWith("key")?c:l,t),u=e.levels.reduce(function(v,y){return v+y.fragmentError},0);if(a){var f;t.details!==O.FRAG_GAP&&a.fragmentError++;var p=(f=t.response)==null?void 0:f.code;if(Kr(h,u,Nr(t),p))return{action:Yr,flags:Ue,retryConfig:h,retryCount:u}}var A=this.getLevelSwitchAction(t,r);return h&&(A.retryConfig=h,A.retryCount=u),A},n.getLevelSwitchAction=function(t,e){var r=this.hls;e??=r.loadLevel;var a=this.hls.levels[e];if(a&&(a.loadError++,r.autoLevelEnabled)){for(var o,l,c=-1,h=r.levels,u=r.loadLevel,f=r.minAutoLevel,p=r.maxAutoLevel,A=(o=t.frag)==null?void 0:o.type,v=(l=t.context)!=null?l:{},y=v.type,C=v.groupId,b=h.length;b--;){var E=(b+u)%h.length;if(E!==u&&E>=f&&E<=p&&h[E].loadError===0){var B=h[E];if(t.details===O.FRAG_GAP&&t.frag){var I=h[E].details;if(I){var T=or(t.frag,I.fragments,t.frag.start);if(T!=null&&T.gap)continue}}else if(y===Zt&&C===B.audioGroupId||y===se&&C===B.textGroupId||A===$t&&a.audioGroupId===B.audioGroupId||A===ve&&a.textGroupId===B.textGroupId)continue;c=E;break}}if(c>-1&&r.loadLevel!==c)return t.levelRetry=!0,this.playlistError=0,{action:le,flags:Ue,nextAutoLevel:c}}return{action:le,flags:Hr}},n.onErrorOut=function(t,e){var r;switch((r=e.errorAction)==null?void 0:r.action){case Mi:break;case le:this.sendAlternateToPenaltyBox(e),e.errorAction.resolved||e.details===O.FRAG_GAP||(e.fatal=!0)}e.fatal&&this.hls.stopLoad()},n.sendAlternateToPenaltyBox=function(t){var e=this.hls,r=t.errorAction;if(r){var a=r.flags,o=r.hdcpLevel,l=r.nextAutoLevel;switch(a){case Ue:this.switchLevel(t,l);break;case Hr:r.resolved||(r.resolved=this.redundantFailover(t));break;case In:o&&(e.maxHdcpLevel=Di[Di.indexOf(o)-1],r.resolved=!0),this.warn('Restricting playback to HDCP-LEVEL of "'+e.maxHdcpLevel+'" or lower')}r.resolved||this.switchLevel(t,l)}},n.switchLevel=function(t,e){e!==void 0&&t.errorAction&&(this.warn("switching to level "+e+" after "+t.details),this.hls.nextAutoLevel=e,t.errorAction.resolved=!0,this.hls.nextLoadLevel=this.hls.nextAutoLevel)},n.redundantFailover=function(t){var e=this,r=this.hls,a=this.penalizedRenditions,o=t.parent===ct?t.level:r.loadLevel,l=r.levels[o],c=l.url.length,h=t.frag?t.frag.urlId:l.urlId;l.urlId!==h||t.frag&&!l.details||this.penalizeRendition(l,t);for(var u=function(){var A=(h+f)%c,v=a[A];if(!v||(function(y,C,b){if(performance.now()-y.lastErrorPerfMs>yl)return!0;var E=y.details;if(C.details===O.FRAG_GAP&&E&&C.frag){var B=C.frag.start,I=or(null,E.fragments,B);if(I&&!I.gap)return!0}if(b&&y.errors.length<b.errors.length){var T=y.errors[y.errors.length-1];if(E&&T.frag&&C.frag&&Math.abs(T.frag.start-C.frag.start)>3*E.targetduration)return!0}return!1})(v,t,a[h]))return e.warn("Switching to Redundant Stream "+(A+1)+"/"+c+': "'+l.url[A]+'" after '+t.details),e.playlistError=0,r.levels.forEach(function(y){y.urlId=A}),r.nextLoadLevel=o,{v:!0}},f=1;f<c;f++){var p=u();if(typeof p=="object")return p.v}return!1},n.penalizeRendition=function(t,e){var r=this.penalizedRenditions,a=r[t.urlId]||{lastErrorPerfMs:0,errors:[],details:void 0};a.lastErrorPerfMs=performance.now(),a.errors.push(e),a.details=t.details,r[t.urlId]=a},s})(),Ui=(function(){function s(t,e){this.hls=void 0,this.timer=-1,this.requestScheduled=-1,this.canLoad=!1,this.log=void 0,this.warn=void 0,this.log=D.log.bind(D,e+":"),this.warn=D.warn.bind(D,e+":"),this.hls=t}var n=s.prototype;return n.destroy=function(){this.clearTimer(),this.hls=this.log=this.warn=null},n.clearTimer=function(){clearTimeout(this.timer),this.timer=-1},n.startLoad=function(){this.canLoad=!0,this.requestScheduled=-1,this.loadPlaylist()},n.stopLoad=function(){this.canLoad=!1,this.clearTimer()},n.switchParams=function(t,e){var r=e?.renditionReports;if(r){for(var a=-1,o=0;o<r.length;o++){var l=r[o],c=void 0;try{c=new self.URL(l.URI,e.url).href}catch(A){D.warn("Could not construct new URL for Rendition Report: "+A),c=l.URI||""}if(c===t){a=o;break}c===t.substring(0,c.length)&&(a=o)}if(a!==-1){var h=r[a],u=parseInt(h["LAST-MSN"])||e?.lastPartSn,f=parseInt(h["LAST-PART"])||e?.lastPartIndex;if(this.hls.config.lowLatencyMode){var p=Math.min(e.age-e.partTarget,e.targetduration);f>=0&&p>e.partTarget&&(f+=1)}return new An(u,f>=0?f:void 0,xi)}}},n.loadPlaylist=function(t){this.requestScheduled===-1&&(this.requestScheduled=self.performance.now())},n.shouldLoadPlaylist=function(t){return this.canLoad&&!!t&&!!t.url&&(!t.details||t.details.live)},n.shouldReloadPlaylist=function(t){return this.timer===-1&&this.requestScheduled===-1&&this.shouldLoadPlaylist(t)},n.playlistLoaded=function(t,e,r){var a=this,o=e.details,l=e.stats,c=self.performance.now(),h=l.loading.first?Math.max(0,c-l.loading.first):0;if(o.advancedDateTime=Date.now()-h,o.live||r!=null&&r.live){if(o.reloaded(r),r&&this.log("live playlist "+t+" "+(o.advanced?"REFRESHED "+o.lastPartSn+"-"+o.lastPartIndex:o.updated?"UPDATED":"MISSED")),r&&o.fragments.length>0&&vl(r,o),!this.canLoad||!o.live)return;var u,f=void 0,p=void 0;if(o.canBlockReload&&o.endSN&&o.advanced){var A=this.hls.config.lowLatencyMode,v=o.lastPartSn,y=o.endSN,C=o.lastPartIndex,b=v===y;C!==-1?(f=b?y+1:v,p=b?A?0:C:C+1):f=y+1;var E=o.age,B=E+o.ageHeader,I=Math.min(B-o.partTarget,1.5*o.targetduration);if(I>0){if(r&&I>r.tuneInGoal)this.warn("CDN Tune-in goal increased from: "+r.tuneInGoal+" to: "+I+" with playlist age: "+o.age),I=0;else{var T=Math.floor(I/o.targetduration);f+=T,p!==void 0&&(p+=Math.round(I%o.targetduration/o.partTarget)),this.log("CDN Tune-in age: "+o.ageHeader+"s last advanced "+E.toFixed(2)+"s goal: "+I+" skip sn "+T+" to part "+p)}o.tuneInGoal=I}if(u=this.getDeliveryDirectives(o,e.deliveryDirectives,f,p),A||!b)return void this.loadPlaylist(u)}else(o.canBlockReload||o.canSkipUntil)&&(u=this.getDeliveryDirectives(o,e.deliveryDirectives,f,p));var R=this.hls.mainForwardBufferInfo,L=R?R.end-R.len:0,Q=(function(M,Y){Y===void 0&&(Y=1/0);var K=1e3*M.targetduration;if(M.updated){var V=M.fragments;if(V.length&&4*K>Y){var J=1e3*V[V.length-1].duration;J<K&&(K=J)}}else K/=2;return Math.round(K)})(o,1e3*(o.edge-L));o.updated&&c>this.requestScheduled+Q&&(this.requestScheduled=l.loading.start),f!==void 0&&o.canBlockReload?this.requestScheduled=l.loading.first+Q-(1e3*o.partTarget||1e3):this.requestScheduled===-1||this.requestScheduled+Q<c?this.requestScheduled=c:this.requestScheduled-c<=0&&(this.requestScheduled+=Q);var P=this.requestScheduled-c;P=Math.max(0,P),this.log("reload live playlist "+t+" in "+Math.round(P)+" ms"),this.timer=self.setTimeout(function(){return a.loadPlaylist(u)},P)}else this.clearTimer()},n.getDeliveryDirectives=function(t,e,r,a){var o=(function(l,c){var h=l.canSkipUntil,u=l.canSkipDateRanges,f=l.endSN;return h&&(c!==void 0?c-f:0)<h?u?ml:Al:xi})(t,r);return e!=null&&e.skip&&t.deltaUpdateFailed&&(r=e.msn,a=e.part,o=xi),new An(r,a,o)},n.checkRetry=function(t){var e=this,r=t.details,a=Nr(t),o=t.errorAction,l=o||{},c=l.action,h=l.retryCount,u=h===void 0?0:h,f=l.retryConfig,p=!!o&&!!f&&(c===Yr||!o.resolved&&c===le);if(p){var A;if(this.requestScheduled=-1,u>=f.maxNumRetry)return!1;if(a&&(A=t.context)!=null&&A.deliveryDirectives)this.warn("Retrying playlist loading "+(u+1)+"/"+f.maxNumRetry+' after "'+r+'" without delivery-directives'),this.loadPlaylist();else{var v=Fi(f,u);this.timer=self.setTimeout(function(){return e.loadPlaylist()},v),this.warn("Retrying playlist loading "+(u+1)+"/"+f.maxNumRetry+' after "'+r+'" in '+v+"ms")}t.levelRetry=!0,o.resolved=!0}return p},s})(),El=(function(s){function n(e,r){var a;return(a=s.call(this,e,"[level-controller]")||this)._levels=[],a._firstLevel=-1,a._startLevel=void 0,a.currentLevel=null,a.currentLevelIndex=-1,a.manualLevelIndex=-1,a.steering=void 0,a.onParsedComplete=void 0,a.steering=r,a._registerListeners(),a}kt(n,s);var t=n.prototype;return t._registerListeners=function(){var e=this.hls;e.on(w.MANIFEST_LOADING,this.onManifestLoading,this),e.on(w.MANIFEST_LOADED,this.onManifestLoaded,this),e.on(w.LEVEL_LOADED,this.onLevelLoaded,this),e.on(w.LEVELS_UPDATED,this.onLevelsUpdated,this),e.on(w.AUDIO_TRACK_SWITCHED,this.onAudioTrackSwitched,this),e.on(w.FRAG_LOADED,this.onFragLoaded,this),e.on(w.ERROR,this.onError,this)},t._unregisterListeners=function(){var e=this.hls;e.off(w.MANIFEST_LOADING,this.onManifestLoading,this),e.off(w.MANIFEST_LOADED,this.onManifestLoaded,this),e.off(w.LEVEL_LOADED,this.onLevelLoaded,this),e.off(w.LEVELS_UPDATED,this.onLevelsUpdated,this),e.off(w.AUDIO_TRACK_SWITCHED,this.onAudioTrackSwitched,this),e.off(w.FRAG_LOADED,this.onFragLoaded,this),e.off(w.ERROR,this.onError,this)},t.destroy=function(){this._unregisterListeners(),this.steering=null,this.resetLevels(),s.prototype.destroy.call(this)},t.startLoad=function(){this._levels.forEach(function(e){e.loadError=0,e.fragmentError=0}),s.prototype.startLoad.call(this)},t.resetLevels=function(){this._startLevel=void 0,this.manualLevelIndex=-1,this.currentLevelIndex=-1,this.currentLevel=null,this._levels=[]},t.onManifestLoading=function(e,r){this.resetLevels()},t.onManifestLoaded=function(e,r){var a,o=[],l={};r.levels.forEach(function(c){var h,u=c.attrs;((h=c.audioCodec)==null?void 0:h.indexOf("mp4a.40.34"))!==-1&&(Pi||(Pi=/chrome|firefox/i.test(navigator.userAgent)),Pi&&(c.audioCodec=void 0));var f=u.AUDIO,p=u.CODECS,A=u["FRAME-RATE"],v=u["PATHWAY-ID"],y=u.RESOLUTION,C=u.SUBTITLES,b=(v||".")+"-"+c.bitrate+"-"+y+"-"+A+"-"+p;(a=l[b])?a.addFallback(c):(a=new nr(c),l[b]=a,o.push(a)),Gr(a,"audio",f),Gr(a,"text",C)}),this.filterAndSortMediaOptions(o,r)},t.filterAndSortMediaOptions=function(e,r){var a=this,o=[],l=[],c=!1,h=!1,u=!1,f=e.filter(function(E){var B=E.audioCodec,I=E.videoCodec,T=E.width,R=E.height,L=E.unknownCodecs;return c||(c=!(!T||!R)),h||(h=!!I),u||(u=!!B),!(L!=null&&L.length)&&(!B||Ii(B,"audio"))&&(!I||Ii(I,"video"))});if((c||h)&&u&&(f=f.filter(function(E){var B=E.videoCodec,I=E.width,T=E.height;return!!B||!(!I||!T)})),f.length!==0){r.audioTracks&&kn(o=r.audioTracks.filter(function(E){return!E.audioCodec||Ii(E.audioCodec,"audio")})),r.subtitles&&kn(l=r.subtitles);var p=f.slice(0);f.sort(function(E,B){return E.attrs["HDCP-LEVEL"]!==B.attrs["HDCP-LEVEL"]?(E.attrs["HDCP-LEVEL"]||"")>(B.attrs["HDCP-LEVEL"]||"")?1:-1:E.bitrate!==B.bitrate?E.bitrate-B.bitrate:E.attrs["FRAME-RATE"]!==B.attrs["FRAME-RATE"]?E.attrs.decimalFloatingPoint("FRAME-RATE")-B.attrs.decimalFloatingPoint("FRAME-RATE"):E.attrs.SCORE!==B.attrs.SCORE?E.attrs.decimalFloatingPoint("SCORE")-B.attrs.decimalFloatingPoint("SCORE"):c&&E.height!==B.height?E.height-B.height:0});var A=p[0];if(this.steering&&(f=this.steering.filterParsedLevels(f)).length!==p.length){for(var v=0;v<p.length;v++)if(p[v].pathwayId===f[0].pathwayId){A=p[v];break}}this._levels=f;for(var y=0;y<f.length;y++)if(f[y]===A){this._firstLevel=y,this.log("manifest loaded, "+f.length+" level(s) found, first bitrate: "+A.bitrate);break}var C=u&&!h,b={levels:f,audioTracks:o,subtitleTracks:l,sessionData:r.sessionData,sessionKeys:r.sessionKeys,firstLevel:this._firstLevel,stats:r.stats,audio:u,video:h,altAudio:!C&&o.some(function(E){return!!E.url})};this.hls.trigger(w.MANIFEST_PARSED,b),(this.hls.config.autoStartLoad||this.hls.forceStartLoad)&&this.hls.startLoad(this.hls.config.startPosition)}else Promise.resolve().then(function(){if(a.hls){var E=new Error("no level with compatible codecs found in manifest");a.hls.trigger(w.ERROR,{type:X.MEDIA_ERROR,details:O.MANIFEST_INCOMPATIBLE_CODECS_ERROR,fatal:!0,url:r.url,error:E,reason:E.message})}})},t.onError=function(e,r){!r.fatal&&r.context&&r.context.type===ke&&r.context.level===this.level&&this.checkRetry(r)},t.onFragLoaded=function(e,r){var a=r.frag;if(a!==void 0&&a.type===ct){var o=this._levels[a.level];o!==void 0&&(o.loadError=0)}},t.onLevelLoaded=function(e,r){var a,o,l=r.level,c=r.details,h=this._levels[l];if(!h)return this.warn("Invalid level index "+l),void((o=r.deliveryDirectives)!=null&&o.skip&&(c.deltaUpdateFailed=!0));l===this.currentLevelIndex?(h.fragmentError===0&&(h.loadError=0),this.playlistLoaded(l,r,h.details)):(a=r.deliveryDirectives)!=null&&a.skip&&(c.deltaUpdateFailed=!0)},t.onAudioTrackSwitched=function(e,r){var a=this.currentLevel;if(a){var o=this.hls.audioTracks[r.id].groupId;if(a.audioGroupIds&&a.audioGroupId!==o){for(var l=-1,c=0;c<a.audioGroupIds.length;c++)if(a.audioGroupIds[c]===o){l=c;break}l!==-1&&l!==a.urlId&&(a.urlId=l,this.canLoad&&this.startLoad())}}},t.loadPlaylist=function(e){s.prototype.loadPlaylist.call(this);var r=this.currentLevelIndex,a=this.currentLevel;if(a&&this.shouldLoadPlaylist(a)){var o=a.urlId,l=a.uri;if(e)try{l=e.addDirectives(l)}catch(h){this.warn("Could not construct new URL with HLS Delivery Directives: "+h)}var c=a.attrs["PATHWAY-ID"];this.log("Loading level index "+r+(e?.msn!==void 0?" at sn "+e.msn+" part "+e.part:"")+" with"+(c?" Pathway "+c:"")+" URI "+(o+1)+"/"+a.url.length+" "+l),this.clearTimer(),this.hls.trigger(w.LEVEL_LOADING,{url:l,level:r,id:o,deliveryDirectives:e||null})}},t.removeLevel=function(e,r){var a=this,o=function(c,h){return h!==r},l=this._levels.filter(function(c,h){return h!==e||(c.url.length>1&&r!==void 0?(c.url=c.url.filter(o),c.audioGroupIds&&(c.audioGroupIds=c.audioGroupIds.filter(o)),c.textGroupIds&&(c.textGroupIds=c.textGroupIds.filter(o)),c.urlId=0,!0):(a.steering&&a.steering.removeLevel(c),!1))});this.hls.trigger(w.LEVELS_UPDATED,{levels:l})},t.onLevelsUpdated=function(e,r){var a=r.levels;a.forEach(function(o,l){var c=o.details;c!=null&&c.fragments&&c.fragments.forEach(function(h){h.level=l})}),this._levels=a},Z(n,[{key:"levels",get:function(){return this._levels.length===0?null:this._levels}},{key:"level",get:function(){return this.currentLevelIndex},set:function(e){var r=this._levels;if(r.length!==0){if(e<0||e>=r.length){var a=new Error("invalid level idx"),o=e<0;if(this.hls.trigger(w.ERROR,{type:X.OTHER_ERROR,details:O.LEVEL_SWITCH_ERROR,level:e,fatal:o,error:a,reason:a.message}),o)return;e=Math.min(e,r.length-1)}var l=this.currentLevelIndex,c=this.currentLevel,h=c?c.attrs["PATHWAY-ID"]:void 0,u=r[e],f=u.attrs["PATHWAY-ID"];if(this.currentLevelIndex=e,this.currentLevel=u,l!==e||!u.details||!c||h!==f){this.log("Switching to level "+e+(f?" with Pathway "+f:"")+" from level "+l+(h?" with Pathway "+h:""));var p=mt({},u,{level:e,maxBitrate:u.maxBitrate,attrs:u.attrs,uri:u.uri,urlId:u.urlId});delete p._attrs,delete p._urlId,this.hls.trigger(w.LEVEL_SWITCHING,p);var A=u.details;if(!A||A.live){var v=this.switchParams(u.uri,c?.details);this.loadPlaylist(v)}}}}},{key:"manualLevel",get:function(){return this.manualLevelIndex},set:function(e){this.manualLevelIndex=e,this._startLevel===void 0&&(this._startLevel=e),e!==-1&&(this.level=e)}},{key:"firstLevel",get:function(){return this._firstLevel},set:function(e){this._firstLevel=e}},{key:"startLevel",get:function(){if(this._startLevel===void 0){var e=this.hls.config.startLevel;return e!==void 0?e:this._firstLevel}return this._startLevel},set:function(e){this._startLevel=e}},{key:"nextLoadLevel",get:function(){return this.manualLevelIndex!==-1?this.manualLevelIndex:this.hls.nextAutoLevel},set:function(e){this.level=e,this.manualLevelIndex===-1&&(this.hls.nextAutoLevel=e)}}]),n})(Ui);function Gr(s,n,t){t&&(n==="audio"?(s.audioGroupIds||(s.audioGroupIds=[]),s.audioGroupIds[s.url.length-1]=t):n==="text"&&(s.textGroupIds||(s.textGroupIds=[]),s.textGroupIds[s.url.length-1]=t))}function kn(s){var n={};s.forEach(function(t){var e=t.groupId||"";t.id=n[e]=n[e]||0,n[e]++})}var sr="NOT_LOADED",Bn="APPENDING",Qe="PARTIAL",lr="OK",Cl=(function(){function s(t){this.activePartLists=Object.create(null),this.endListFragments=Object.create(null),this.fragments=Object.create(null),this.timeRanges=Object.create(null),this.bufferPadding=.2,this.hls=void 0,this.hasGaps=!1,this.hls=t,this._registerListeners()}var n=s.prototype;return n._registerListeners=function(){var t=this.hls;t.on(w.BUFFER_APPENDED,this.onBufferAppended,this),t.on(w.FRAG_BUFFERED,this.onFragBuffered,this),t.on(w.FRAG_LOADED,this.onFragLoaded,this)},n._unregisterListeners=function(){var t=this.hls;t.off(w.BUFFER_APPENDED,this.onBufferAppended,this),t.off(w.FRAG_BUFFERED,this.onFragBuffered,this),t.off(w.FRAG_LOADED,this.onFragLoaded,this)},n.destroy=function(){this._unregisterListeners(),this.fragments=this.activePartLists=this.endListFragments=this.timeRanges=null},n.getAppendedFrag=function(t,e){var r=this.activePartLists[e];if(r)for(var a=r.length;a--;){var o=r[a];if(!o)break;var l=o.end;if(o.start<=t&&l!==null&&t<=l)return o}return this.getBufferedFrag(t,e)},n.getBufferedFrag=function(t,e){for(var r=this.fragments,a=Object.keys(r),o=a.length;o--;){var l=r[a[o]];if(l?.body.type===e&&l.buffered){var c=l.body;if(c.start<=t&&t<=c.end)return c}}return null},n.detectEvictedFragments=function(t,e,r,a){var o=this;this.timeRanges&&(this.timeRanges[t]=e);var l=a?.fragment.sn||-1;Object.keys(this.fragments).forEach(function(c){var h=o.fragments[c];if(h&&!(l>=h.body.sn))if(h.buffered||h.loaded){var u=h.range[t];u&&u.time.some(function(f){var p=!o.isTimeBuffered(f.startPTS,f.endPTS,e);return p&&o.removeFragment(h.body),p})}else h.body.type===r&&o.removeFragment(h.body)})},n.detectPartialFragments=function(t){var e=this,r=this.timeRanges,a=t.frag,o=t.part;if(r&&a.sn!=="initSegment"){var l=Ne(a),c=this.fragments[l];if(!(!c||c.buffered&&a.gap)){var h=!a.relurl;Object.keys(r).forEach(function(u){var f=a.elementaryStreams[u];if(f){var p=r[u],A=h||f.partial===!0;c.range[u]=e.getBufferedTimes(a,o,A,p)}}),c.loaded=null,Object.keys(c.range).length?(c.buffered=!0,(c.body.endList=a.endList||c.body.endList)&&(this.endListFragments[c.body.type]=c),Vr(c)||this.removeParts(a.sn-1,a.type)):this.removeFragment(c.body)}}},n.removeParts=function(t,e){var r=this.activePartLists[e];r&&(this.activePartLists[e]=r.filter(function(a){return a.fragment.sn>=t}))},n.fragBuffered=function(t,e){var r=Ne(t),a=this.fragments[r];!a&&e&&(a=this.fragments[r]={body:t,appendedPTS:null,loaded:null,buffered:!1,range:Object.create(null)},t.gap&&(this.hasGaps=!0)),a&&(a.loaded=null,a.buffered=!0)},n.getBufferedTimes=function(t,e,r,a){for(var o={time:[],partial:r},l=t.start,c=t.end,h=t.minEndPTS||c,u=t.maxStartPTS||l,f=0;f<a.length;f++){var p=a.start(f)-this.bufferPadding,A=a.end(f)+this.bufferPadding;if(u>=p&&h<=A){o.time.push({startPTS:Math.max(l,a.start(f)),endPTS:Math.min(c,a.end(f))});break}if(l<A&&c>p)o.partial=!0,o.time.push({startPTS:Math.max(l,a.start(f)),endPTS:Math.min(c,a.end(f))});else if(c<=p)break}return o},n.getPartialFragment=function(t){var e,r,a,o=null,l=0,c=this.bufferPadding,h=this.fragments;return Object.keys(h).forEach(function(u){var f=h[u];f&&Vr(f)&&(r=f.body.start-c,a=f.body.end+c,t>=r&&t<=a&&(e=Math.min(t-r,a-t),l<=e&&(o=f.body,l=e)))}),o},n.isEndListAppended=function(t){var e=this.endListFragments[t];return e!==void 0&&(e.buffered||Vr(e))},n.getState=function(t){var e=Ne(t),r=this.fragments[e];return r?r.buffered?Vr(r)?Qe:lr:Bn:sr},n.isTimeBuffered=function(t,e,r){for(var a,o,l=0;l<r.length;l++){if(a=r.start(l)-this.bufferPadding,o=r.end(l)+this.bufferPadding,t>=a&&e<=o)return!0;if(e<=a)return!1}return!1},n.onFragLoaded=function(t,e){var r=e.frag,a=e.part;if(r.sn!=="initSegment"&&!r.bitrateTest){var o=a?null:e,l=Ne(r);this.fragments[l]={body:r,appendedPTS:null,loaded:o,buffered:!1,range:Object.create(null)}}},n.onBufferAppended=function(t,e){var r=this,a=e.frag,o=e.part,l=e.timeRanges;if(a.sn!=="initSegment"){var c=a.type;if(o){var h=this.activePartLists[c];h||(this.activePartLists[c]=h=[]),h.push(o)}this.timeRanges=l,Object.keys(l).forEach(function(u){var f=l[u];r.detectEvictedFragments(u,f,c,o)})}},n.onFragBuffered=function(t,e){this.detectPartialFragments(e)},n.hasFragment=function(t){var e=Ne(t);return!!this.fragments[e]},n.hasParts=function(t){var e;return!((e=this.activePartLists[t])==null||!e.length)},n.removeFragmentsInRange=function(t,e,r,a,o){var l=this;a&&!this.hasGaps||Object.keys(this.fragments).forEach(function(c){var h=l.fragments[c];if(h){var u=h.body;u.type!==r||a&&!u.gap||u.start<e&&u.end>t&&(h.buffered||o)&&l.removeFragment(u)}})},n.removeFragment=function(t){var e=Ne(t);t.stats.loaded=0,t.clearElementaryStreamInfo();var r=this.activePartLists[t.type];if(r){var a=t.sn;this.activePartLists[t.type]=r.filter(function(o){return o.fragment.sn!==a})}delete this.fragments[e],t.endList&&delete this.endListFragments[t.type]},n.removeAllFragments=function(){this.fragments=Object.create(null),this.endListFragments=Object.create(null),this.activePartLists=Object.create(null),this.hasGaps=!1},s})();function Vr(s){var n,t,e;return s.buffered&&(s.body.gap||((n=s.range.video)==null?void 0:n.partial)||((t=s.range.audio)==null?void 0:t.partial)||((e=s.range.audiovideo)==null?void 0:e.partial))}function Ne(s){return s.type+"_"+s.level+"_"+s.urlId+"_"+s.sn}var Sn=Math.pow(2,17),Il=(function(){function s(t){this.config=void 0,this.loader=null,this.partLoadTimeout=-1,this.config=t}var n=s.prototype;return n.destroy=function(){this.loader&&(this.loader.destroy(),this.loader=null)},n.abort=function(){this.loader&&this.loader.abort()},n.load=function(t,e){var r=this,a=t.url;if(!a)return Promise.reject(new ce({type:X.NETWORK_ERROR,details:O.FRAG_LOAD_ERROR,fatal:!1,frag:t,error:new Error("Fragment does not have a "+(a?"part list":"url")),networkDetails:null}));this.abort();var o=this.config,l=o.fLoader,c=o.loader;return new Promise(function(h,u){if(r.loader&&r.loader.destroy(),t.gap){if(t.tagList.some(function(y){return y[0]==="GAP"}))return void u(Dn(t));t.gap=!1}var f=r.loader=t.loader=l?new l(o):new c(o),p=Tn(t),A=En(o.fragLoadPolicy.default),v={loadPolicy:A,timeout:A.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0,highWaterMark:t.sn==="initSegment"?1/0:Sn};t.stats=f.stats,f.load(p,v,{onSuccess:function(y,C,b,E){r.resetLoader(t,f);var B=y.data;b.resetIV&&t.decryptdata&&(t.decryptdata.iv=new Uint8Array(B.slice(0,16)),B=B.slice(16)),h({frag:t,part:null,payload:B,networkDetails:E})},onError:function(y,C,b,E){r.resetLoader(t,f),u(new ce({type:X.NETWORK_ERROR,details:O.FRAG_LOAD_ERROR,fatal:!1,frag:t,response:U({url:a,data:void 0},y),error:new Error("HTTP Error "+y.code+" "+y.text),networkDetails:b,stats:E}))},onAbort:function(y,C,b){r.resetLoader(t,f),u(new ce({type:X.NETWORK_ERROR,details:O.INTERNAL_ABORTED,fatal:!1,frag:t,error:new Error("Aborted"),networkDetails:b,stats:y}))},onTimeout:function(y,C,b){r.resetLoader(t,f),u(new ce({type:X.NETWORK_ERROR,details:O.FRAG_LOAD_TIMEOUT,fatal:!1,frag:t,error:new Error("Timeout after "+v.timeout+"ms"),networkDetails:b,stats:y}))},onProgress:function(y,C,b,E){e&&e({frag:t,part:null,payload:b,networkDetails:E})}})})},n.loadPart=function(t,e,r){var a=this;this.abort();var o=this.config,l=o.fLoader,c=o.loader;return new Promise(function(h,u){if(a.loader&&a.loader.destroy(),t.gap||e.gap)u(Dn(t,e));else{var f=a.loader=t.loader=l?new l(o):new c(o),p=Tn(t,e),A=En(o.fragLoadPolicy.default),v={loadPolicy:A,timeout:A.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0,highWaterMark:Sn};e.stats=f.stats,f.load(p,v,{onSuccess:function(y,C,b,E){a.resetLoader(t,f),a.updateStatsFromPart(t,e);var B={frag:t,part:e,payload:y.data,networkDetails:E};r(B),h(B)},onError:function(y,C,b,E){a.resetLoader(t,f),u(new ce({type:X.NETWORK_ERROR,details:O.FRAG_LOAD_ERROR,fatal:!1,frag:t,part:e,response:U({url:p.url,data:void 0},y),error:new Error("HTTP Error "+y.code+" "+y.text),networkDetails:b,stats:E}))},onAbort:function(y,C,b){t.stats.aborted=e.stats.aborted,a.resetLoader(t,f),u(new ce({type:X.NETWORK_ERROR,details:O.INTERNAL_ABORTED,fatal:!1,frag:t,part:e,error:new Error("Aborted"),networkDetails:b,stats:y}))},onTimeout:function(y,C,b){a.resetLoader(t,f),u(new ce({type:X.NETWORK_ERROR,details:O.FRAG_LOAD_TIMEOUT,fatal:!1,frag:t,part:e,error:new Error("Timeout after "+v.timeout+"ms"),networkDetails:b,stats:y}))}})}})},n.updateStatsFromPart=function(t,e){var r=t.stats,a=e.stats,o=a.total;if(r.loaded+=a.loaded,o){var l=Math.round(t.duration/e.duration),c=Math.min(Math.round(r.loaded/o),l),h=(l-c)*Math.round(r.loaded/c);r.total=r.loaded+h}else r.total=Math.max(r.loaded,r.total);var u=r.loading,f=a.loading;u.start?u.first+=f.first-f.start:(u.start=f.start,u.first=f.first),u.end=f.end},n.resetLoader=function(t,e){t.loader=null,this.loader===e&&(self.clearTimeout(this.partLoadTimeout),this.loader=null),e.destroy()},s})();function Tn(s,n){n===void 0&&(n=null);var t=n||s,e={frag:s,part:n,responseType:"arraybuffer",url:t.url,headers:{},rangeStart:0,rangeEnd:0},r=t.byteRangeStartOffset,a=t.byteRangeEndOffset;if(W(r)&&W(a)){var o,l=r,c=a;if(s.sn==="initSegment"&&((o=s.decryptdata)==null?void 0:o.method)==="AES-128"){var h=a-r;h%16&&(c=a+(16-h%16)),r!==0&&(e.resetIV=!0,l=r-16)}e.rangeStart=l,e.rangeEnd=c}return e}function Dn(s,n){var t=new Error("GAP "+(s.gap?"tag":"attribute")+" found"),e={type:X.MEDIA_ERROR,details:O.FRAG_GAP,fatal:!1,frag:s,error:t,networkDetails:null};return n&&(e.part=n),(n||s).stats.aborted=!0,new ce(e)}var ce=(function(s){function n(t){var e;return(e=s.call(this,t.error.message)||this).data=void 0,e.data=t,e}return kt(n,s),n})(zt(Error)),kl=(function(){function s(t){this.config=void 0,this.keyUriToKeyInfo={},this.emeController=null,this.config=t}var n=s.prototype;return n.abort=function(t){for(var e in this.keyUriToKeyInfo){var r=this.keyUriToKeyInfo[e].loader;if(r){if(t&&t!==r.context.frag.type)return;r.abort()}}},n.detach=function(){for(var t in this.keyUriToKeyInfo){var e=this.keyUriToKeyInfo[t];(e.mediaKeySessionContext||e.decryptdata.isCommonEncryption)&&delete this.keyUriToKeyInfo[t]}},n.destroy=function(){for(var t in this.detach(),this.keyUriToKeyInfo){var e=this.keyUriToKeyInfo[t].loader;e&&e.destroy()}this.keyUriToKeyInfo={}},n.createKeyLoadError=function(t,e,r,a,o){return e===void 0&&(e=O.KEY_LOAD_ERROR),new ce({type:X.NETWORK_ERROR,details:e,fatal:!1,frag:t,response:o,error:r,networkDetails:a})},n.loadClear=function(t,e){var r=this;if(this.emeController&&this.config.emeEnabled)for(var a=t.sn,o=t.cc,l=function(){var h=e[c];if(o<=h.cc&&(a==="initSegment"||h.sn==="initSegment"||a<h.sn))return r.emeController.selectKeySystemFormat(h).then(function(u){h.setKeyFormat(u)}),"break"},c=0;c<e.length&&l()!=="break";c++);},n.load=function(t){var e=this;return!t.decryptdata&&t.encrypted&&this.emeController?this.emeController.selectKeySystemFormat(t).then(function(r){return e.loadInternal(t,r)}):this.loadInternal(t)},n.loadInternal=function(t,e){var r,a;e&&t.setKeyFormat(e);var o=t.decryptdata;if(!o){var l=new Error(e?"Expected frag.decryptdata to be defined after setting format "+e:"Missing decryption data on fragment in onKeyLoading");return Promise.reject(this.createKeyLoadError(t,O.KEY_LOAD_ERROR,l))}var c=o.uri;if(!c)return Promise.reject(this.createKeyLoadError(t,O.KEY_LOAD_ERROR,new Error('Invalid key URI: "'+c+'"')));var h,u=this.keyUriToKeyInfo[c];if((r=u)!=null&&r.decryptdata.key)return o.key=u.decryptdata.key,Promise.resolve({frag:t,keyInfo:u});if((a=u)!=null&&a.keyLoadPromise)switch((h=u.mediaKeySessionContext)==null?void 0:h.keyStatus){case void 0:case"status-pending":case"usable":case"usable-in-future":return u.keyLoadPromise.then(function(f){return o.key=f.keyInfo.decryptdata.key,{frag:t,keyInfo:u}})}switch(u=this.keyUriToKeyInfo[c]={decryptdata:o,keyLoadPromise:null,loader:null,mediaKeySessionContext:null},o.method){case"ISO-23001-7":case"SAMPLE-AES":case"SAMPLE-AES-CENC":case"SAMPLE-AES-CTR":return o.keyFormat==="identity"?this.loadKeyHTTP(u,t):this.loadKeyEME(u,t);case"AES-128":return this.loadKeyHTTP(u,t);default:return Promise.reject(this.createKeyLoadError(t,O.KEY_LOAD_ERROR,new Error('Key supplied with unsupported METHOD: "'+o.method+'"')))}},n.loadKeyEME=function(t,e){var r={frag:e,keyInfo:t};if(this.emeController&&this.config.emeEnabled){var a=this.emeController.loadKey(r);if(a)return(t.keyLoadPromise=a.then(function(o){return t.mediaKeySessionContext=o,r})).catch(function(o){throw t.keyLoadPromise=null,o})}return Promise.resolve(r)},n.loadKeyHTTP=function(t,e){var r=this,a=this.config,o=new a.loader(a);return e.keyLoader=t.loader=o,t.keyLoadPromise=new Promise(function(l,c){var h={keyInfo:t,frag:e,responseType:"arraybuffer",url:t.decryptdata.uri},u=a.keyLoadPolicy.default,f={loadPolicy:u,timeout:u.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0};o.load(h,f,{onSuccess:function(p,A,v,y){var C=v.frag,b=v.keyInfo,E=v.url;if(!C.decryptdata||b!==r.keyUriToKeyInfo[E])return c(r.createKeyLoadError(C,O.KEY_LOAD_ERROR,new Error("after key load, decryptdata unset or changed"),y));b.decryptdata.key=C.decryptdata.key=new Uint8Array(p.data),C.keyLoader=null,b.loader=null,l({frag:C,keyInfo:b})},onError:function(p,A,v,y){r.resetLoader(A),c(r.createKeyLoadError(e,O.KEY_LOAD_ERROR,new Error("HTTP Error "+p.code+" loading key "+p.text),v,U({url:h.url,data:void 0},p)))},onTimeout:function(p,A,v){r.resetLoader(A),c(r.createKeyLoadError(e,O.KEY_LOAD_TIMEOUT,new Error("key loading timed out"),v))},onAbort:function(p,A,v){r.resetLoader(A),c(r.createKeyLoadError(e,O.INTERNAL_ABORTED,new Error("key loading aborted"),v))}})})},n.resetLoader=function(t){var e=t.frag,r=t.keyInfo,a=t.url,o=r.loader;e.keyLoader===o&&(e.keyLoader=null,r.loader=null),delete this.keyUriToKeyInfo[a],o&&o.destroy()},s})(),Bl=(function(){function s(){this._boundTick=void 0,this._tickTimer=null,this._tickInterval=null,this._tickCallCount=0,this._boundTick=this.tick.bind(this)}var n=s.prototype;return n.destroy=function(){this.onHandlerDestroying(),this.onHandlerDestroyed()},n.onHandlerDestroying=function(){this.clearNextTick(),this.clearInterval()},n.onHandlerDestroyed=function(){},n.hasInterval=function(){return!!this._tickInterval},n.hasNextTick=function(){return!!this._tickTimer},n.setInterval=function(t){return!this._tickInterval&&(this._tickCallCount=0,this._tickInterval=self.setInterval(this._boundTick,t),!0)},n.clearInterval=function(){return!!this._tickInterval&&(self.clearInterval(this._tickInterval),this._tickInterval=null,!0)},n.clearNextTick=function(){return!!this._tickTimer&&(self.clearTimeout(this._tickTimer),this._tickTimer=null,!0)},n.tick=function(){this._tickCallCount++,this._tickCallCount===1&&(this.doTick(),this._tickCallCount>1&&this.tickImmediate(),this._tickCallCount=0)},n.tickImmediate=function(){this.clearNextTick(),this._tickTimer=self.setTimeout(this._boundTick,0)},n.doTick=function(){},s})(),Sl={length:0,start:function(){return 0},end:function(){return 0}},wt=(function(){function s(){}return s.isBuffered=function(n,t){try{if(n){for(var e=s.getBuffered(n),r=0;r<e.length;r++)if(t>=e.start(r)&&t<=e.end(r))return!0}}catch{}return!1},s.bufferInfo=function(n,t,e){try{if(n){var r,a=s.getBuffered(n),o=[];for(r=0;r<a.length;r++)o.push({start:a.start(r),end:a.end(r)});return this.bufferedInfo(o,t,e)}}catch{}return{len:0,start:t,end:t,nextStart:void 0}},s.bufferedInfo=function(n,t,e){t=Math.max(0,t),n.sort(function(y,C){return y.start-C.start||C.end-y.end});var r=[];if(e)for(var a=0;a<n.length;a++){var o=r.length;if(o){var l=r[o-1].end;n[a].start-l<e?n[a].end>l&&(r[o-1].end=n[a].end):r.push(n[a])}else r.push(n[a])}else r=n;for(var c,h=0,u=t,f=t,p=0;p<r.length;p++){var A=r[p].start,v=r[p].end;if(t+e>=A&&t<v)u=A,h=(f=v)-t;else if(t+e<A){c=A;break}}return{len:h,start:u||0,end:f||0,nextStart:c}},s.getBuffered=function(n){try{return n.buffered}catch(t){return D.log("failed to get media.buffered",t),Sl}},s})(),Qi=function(s,n,t,e,r,a){e===void 0&&(e=0),r===void 0&&(r=-1),a===void 0&&(a=!1),this.level=void 0,this.sn=void 0,this.part=void 0,this.id=void 0,this.size=void 0,this.partial=void 0,this.transmuxing={start:0,executeStart:0,executeEnd:0,end:0},this.buffering={audio:{start:0,executeStart:0,executeEnd:0,end:0},video:{start:0,executeStart:0,executeEnd:0,end:0},audiovideo:{start:0,executeStart:0,executeEnd:0,end:0}},this.level=s,this.sn=n,this.id=t,this.size=e,this.part=r,this.partial=a};function xn(s,n){for(var t=null,e=0,r=s.length;e<r;e++){var a=s[e];if(a&&a.cc===n){t=a;break}}return t}function Rn(s,n){if(s){var t=s.start+n;s.start=s.startPTS=t,s.endPTS=t+s.duration}}function Ni(s,n){for(var t=n.fragments,e=0,r=t.length;e<r;e++)Rn(t[e],s);n.fragmentHint&&Rn(n.fragmentHint,s),n.alignedSliding=!0}function Tl(s,n,t){n&&((function(e,r,a){if((function(l,c,h){return!(!c.details||!(h.endCC>h.startCC||l&&l.cc<h.startCC))})(e,a,r)){var o=(function(l,c,h){var u=l.fragments,f=c.fragments;if(f.length&&u.length){var p=xn(u,f[0].cc);if(p&&(!p||p.startPTS))return p;D.log("No frag in previous level to align on")}else D.log("No fragments to align")})(a.details,r);o&&W(o.start)&&(D.log("Adjusting PTS using last level due to CC increase within current level "+r.url),Ni(o.start,r))}})(s,t,n),!t.alignedSliding&&n.details&&(function(e,r){if(r.fragments.length&&e.hasProgramDateTime&&r.hasProgramDateTime){var a=r.fragments[0].programDateTime,o=e.fragments[0].programDateTime,l=(o-a)/1e3+r.fragments[0].start;l&&W(l)&&(D.log("Adjusting PTS using programDateTime delta "+(o-a)+"ms, sliding:"+l.toFixed(3)+" "+e.url+" "),Ni(l,e))}})(t,n.details),t.alignedSliding||!n.details||t.skippedSegments||vn(n.details,t))}function Ln(s,n){if(s.hasProgramDateTime&&n.hasProgramDateTime){var t=s.fragments,e=n.fragments;if(t.length&&e.length){var r=e[Math.round(e.length/2)-1],a=xn(t,r.cc)||t[Math.round(t.length/2)-1],o=r.programDateTime,l=a.programDateTime;o!==null&&l!==null&&Ni((l-o)/1e3-(a.start-r.start),s)}}}var Dl=(function(){function s(n,t){this.subtle=void 0,this.aesIV=void 0,this.subtle=n,this.aesIV=t}return s.prototype.decrypt=function(n,t){return this.subtle.decrypt({name:"AES-CBC",iv:this.aesIV},t,n)},s})(),xl=(function(){function s(n,t){this.subtle=void 0,this.key=void 0,this.subtle=n,this.key=t}return s.prototype.expandKey=function(){return this.subtle.importKey("raw",this.key,{name:"AES-CBC"},!1,["encrypt","decrypt"])},s})(),Rl=(function(){function s(){this.rcon=[0,1,2,4,8,16,32,64,128,27,54],this.subMix=[new Uint32Array(256),new Uint32Array(256),new Uint32Array(256),new Uint32Array(256)],this.invSubMix=[new Uint32Array(256),new Uint32Array(256),new Uint32Array(256),new Uint32Array(256)],this.sBox=new Uint32Array(256),this.invSBox=new Uint32Array(256),this.key=new Uint32Array(0),this.ksRows=0,this.keySize=0,this.keySchedule=void 0,this.invKeySchedule=void 0,this.initTable()}var n=s.prototype;return n.uint8ArrayToUint32Array_=function(t){for(var e=new DataView(t),r=new Uint32Array(4),a=0;a<4;a++)r[a]=e.getUint32(4*a);return r},n.initTable=function(){var t=this.sBox,e=this.invSBox,r=this.subMix,a=r[0],o=r[1],l=r[2],c=r[3],h=this.invSubMix,u=h[0],f=h[1],p=h[2],A=h[3],v=new Uint32Array(256),y=0,C=0,b=0;for(b=0;b<256;b++)v[b]=b<128?b<<1:b<<1^283;for(b=0;b<256;b++){var E=C^C<<1^C<<2^C<<3^C<<4;E=E>>>8^255&E^99,t[y]=E,e[E]=y;var B=v[y],I=v[B],T=v[I],R=257*v[E]^16843008*E;a[y]=R<<24|R>>>8,o[y]=R<<16|R>>>16,l[y]=R<<8|R>>>24,c[y]=R,R=16843009*T^65537*I^257*B^16843008*y,u[E]=R<<24|R>>>8,f[E]=R<<16|R>>>16,p[E]=R<<8|R>>>24,A[E]=R,y?(y=B^v[v[v[T^B]]],C^=v[v[C]]):y=C=1}},n.expandKey=function(t){for(var e=this.uint8ArrayToUint32Array_(t),r=!0,a=0;a<e.length&&r;)r=e[a]===this.key[a],a++;if(!r){this.key=e;var o=this.keySize=e.length;if(o!==4&&o!==6&&o!==8)throw new Error("Invalid aes key size="+o);var l,c,h,u,f=this.ksRows=4*(o+6+1),p=this.keySchedule=new Uint32Array(f),A=this.invKeySchedule=new Uint32Array(f),v=this.sBox,y=this.rcon,C=this.invSubMix,b=C[0],E=C[1],B=C[2],I=C[3];for(l=0;l<f;l++)l<o?h=p[l]=e[l]:(u=h,l%o==0?(u=v[(u=u<<8|u>>>24)>>>24]<<24|v[u>>>16&255]<<16|v[u>>>8&255]<<8|v[255&u],u^=y[l/o|0]<<24):o>6&&l%o==4&&(u=v[u>>>24]<<24|v[u>>>16&255]<<16|v[u>>>8&255]<<8|v[255&u]),p[l]=h=(p[l-o]^u)>>>0);for(c=0;c<f;c++)l=f-c,u=3&c?p[l]:p[l-4],A[c]=c<4||l<=4?u:b[v[u>>>24]]^E[v[u>>>16&255]]^B[v[u>>>8&255]]^I[v[255&u]],A[c]=A[c]>>>0}},n.networkToHostOrderSwap=function(t){return t<<24|(65280&t)<<8|(16711680&t)>>8|t>>>24},n.decrypt=function(t,e,r){for(var a,o,l,c,h,u,f,p,A,v,y,C,b,E,B=this.keySize+6,I=this.invKeySchedule,T=this.invSBox,R=this.invSubMix,L=R[0],Q=R[1],P=R[2],M=R[3],Y=this.uint8ArrayToUint32Array_(r),K=Y[0],V=Y[1],J=Y[2],q=Y[3],z=new Int32Array(t),_=new Int32Array(z.length),H=this.networkToHostOrderSwap;e<z.length;){for(A=H(z[e]),v=H(z[e+1]),y=H(z[e+2]),C=H(z[e+3]),h=A^I[0],u=C^I[1],f=y^I[2],p=v^I[3],b=4,E=1;E<B;E++)a=L[h>>>24]^Q[u>>16&255]^P[f>>8&255]^M[255&p]^I[b],o=L[u>>>24]^Q[f>>16&255]^P[p>>8&255]^M[255&h]^I[b+1],l=L[f>>>24]^Q[p>>16&255]^P[h>>8&255]^M[255&u]^I[b+2],c=L[p>>>24]^Q[h>>16&255]^P[u>>8&255]^M[255&f]^I[b+3],h=a,u=o,f=l,p=c,b+=4;a=T[h>>>24]<<24^T[u>>16&255]<<16^T[f>>8&255]<<8^T[255&p]^I[b],o=T[u>>>24]<<24^T[f>>16&255]<<16^T[p>>8&255]<<8^T[255&h]^I[b+1],l=T[f>>>24]<<24^T[p>>16&255]<<16^T[h>>8&255]<<8^T[255&u]^I[b+2],c=T[p>>>24]<<24^T[h>>16&255]<<16^T[u>>8&255]<<8^T[255&f]^I[b+3],_[e]=H(a^K),_[e+1]=H(c^V),_[e+2]=H(l^J),_[e+3]=H(o^q),K=A,V=v,J=y,q=C,e+=4}return _.buffer},s})(),Ki=(function(){function s(t,e){var r=(e===void 0?{}:e).removePKCS7Padding,a=r===void 0||r;if(this.logEnabled=!0,this.removePKCS7Padding=void 0,this.subtle=null,this.softwareDecrypter=null,this.key=null,this.fastAesKey=null,this.remainderData=null,this.currentIV=null,this.currentResult=null,this.useSoftware=void 0,this.useSoftware=t.enableSoftwareAES,this.removePKCS7Padding=a,a)try{var o=self.crypto;o&&(this.subtle=o.subtle||o.webkitSubtle)}catch{}this.subtle===null&&(this.useSoftware=!0)}var n=s.prototype;return n.destroy=function(){this.subtle=null,this.softwareDecrypter=null,this.key=null,this.fastAesKey=null,this.remainderData=null,this.currentIV=null,this.currentResult=null},n.isSync=function(){return this.useSoftware},n.flush=function(){var t=this.currentResult,e=this.remainderData;if(!t||e)return this.reset(),null;var r,a,o,l=new Uint8Array(t);return this.reset(),this.removePKCS7Padding?(a=(r=l).byteLength,(o=a&&new DataView(r.buffer).getUint8(a-1))?Ce(r,0,a-o):r):l},n.reset=function(){this.currentResult=null,this.currentIV=null,this.remainderData=null,this.softwareDecrypter&&(this.softwareDecrypter=null)},n.decrypt=function(t,e,r){var a=this;return this.useSoftware?new Promise(function(o,l){a.softwareDecrypt(new Uint8Array(t),e,r);var c=a.flush();c?o(c.buffer):l(new Error("[softwareDecrypt] Failed to decrypt data"))}):this.webCryptoDecrypt(new Uint8Array(t),e,r)},n.softwareDecrypt=function(t,e,r){var a=this.currentIV,o=this.currentResult,l=this.remainderData;this.logOnce("JS AES decrypt"),l&&(t=Ie(l,t),this.remainderData=null);var c=this.getValidChunk(t);if(!c.length)return null;a&&(r=a);var h=this.softwareDecrypter;h||(h=this.softwareDecrypter=new Rl),h.expandKey(e);var u=o;return this.currentResult=h.decrypt(c.buffer,0,r),this.currentIV=Ce(c,-16).buffer,u||null},n.webCryptoDecrypt=function(t,e,r){var a=this,o=this.subtle;return this.key===e&&this.fastAesKey||(this.key=e,this.fastAesKey=new xl(o,e)),this.fastAesKey.expandKey().then(function(l){return o?(a.logOnce("WebCrypto AES decrypt"),new Dl(o,new Uint8Array(r)).decrypt(t.buffer,l)):Promise.reject(new Error("web crypto not initialized"))}).catch(function(l){return D.warn("[decrypter]: WebCrypto Error, disable WebCrypto API, "+l.name+": "+l.message),a.onWebCryptoError(t,e,r)})},n.onWebCryptoError=function(t,e,r){this.useSoftware=!0,this.logEnabled=!0,this.softwareDecrypt(t,e,r);var a=this.flush();if(a)return a.buffer;throw new Error("WebCrypto and softwareDecrypt: failed to decrypt data")},n.getValidChunk=function(t){var e=t,r=t.length-t.length%16;return r!==t.length&&(e=Ce(t,0,r),this.remainderData=Ce(t,r)),e},n.logOnce=function(t){this.logEnabled&&(D.log("[decrypter]: "+t),this.logEnabled=!1)},s})(),Ll=function(s){for(var n="",t=s.length,e=0;e<t;e++)n+="["+s.start(e).toFixed(3)+"-"+s.end(e).toFixed(3)+"]";return n},Ht="STOPPED",nt="IDLE",Yi="KEY_LOADING",Ke="FRAG_LOADING",Ye="FRAG_LOADING_WAITING_RETRY",cr="WAITING_TRACK",de="PARSING",qr="PARSED",dr="ENDED",He="ERROR",hr="WAITING_INIT_PTS",Be="WAITING_LEVEL",Hi=(function(s){function n(e,r,a,o,l){var c;return(c=s.call(this)||this).hls=void 0,c.fragPrevious=null,c.fragCurrent=null,c.fragmentTracker=void 0,c.transmuxer=null,c._state=Ht,c.playlistType=void 0,c.media=null,c.mediaBuffer=null,c.config=void 0,c.bitrateTest=!1,c.lastCurrentTime=0,c.nextLoadPosition=0,c.startPosition=0,c.startTimeOffset=null,c.loadedmetadata=!1,c.retryDate=0,c.levels=null,c.fragmentLoader=void 0,c.keyLoader=void 0,c.levelLastLoaded=null,c.startFragRequested=!1,c.decrypter=void 0,c.initPTS=[],c.onvseeking=null,c.onvended=null,c.logPrefix="",c.log=void 0,c.warn=void 0,c.playlistType=l,c.logPrefix=o,c.log=D.log.bind(D,o+":"),c.warn=D.warn.bind(D,o+":"),c.hls=e,c.fragmentLoader=new Il(e.config),c.keyLoader=a,c.fragmentTracker=r,c.config=e.config,c.decrypter=new Ki(e.config),e.on(w.MANIFEST_LOADED,c.onManifestLoaded,(function(h){if(h===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return h})(c)),c}kt(n,s);var t=n.prototype;return t.doTick=function(){this.onTickEnd()},t.onTickEnd=function(){},t.startLoad=function(e){},t.stopLoad=function(){this.fragmentLoader.abort(),this.keyLoader.abort(this.playlistType);var e=this.fragCurrent;e!=null&&e.loader&&(e.abortRequests(),this.fragmentTracker.removeFragment(e)),this.resetTransmuxer(),this.fragCurrent=null,this.fragPrevious=null,this.clearInterval(),this.clearNextTick(),this.state=Ht},t._streamEnded=function(e,r){if(r.live||e.nextStart||!e.end||!this.media)return!1;var a=r.partList;if(a!=null&&a.length){var o=a[a.length-1];return wt.isBuffered(this.media,o.start+o.duration/2)}var l=r.fragments[r.fragments.length-1].type;return this.fragmentTracker.isEndListAppended(l)},t.getLevelDetails=function(){var e;if(this.levels&&this.levelLastLoaded!==null)return(e=this.levels[this.levelLastLoaded])==null?void 0:e.details},t.onMediaAttached=function(e,r){var a=this.media=this.mediaBuffer=r.media;this.onvseeking=this.onMediaSeeking.bind(this),this.onvended=this.onMediaEnded.bind(this),a.addEventListener("seeking",this.onvseeking),a.addEventListener("ended",this.onvended);var o=this.config;this.levels&&o.autoStartLoad&&this.state===Ht&&this.startLoad(o.startPosition)},t.onMediaDetaching=function(){var e=this.media;e!=null&&e.ended&&(this.log("MSE detaching and video ended, reset startPosition"),this.startPosition=this.lastCurrentTime=0),e&&this.onvseeking&&this.onvended&&(e.removeEventListener("seeking",this.onvseeking),e.removeEventListener("ended",this.onvended),this.onvseeking=this.onvended=null),this.keyLoader&&this.keyLoader.detach(),this.media=this.mediaBuffer=null,this.loadedmetadata=!1,this.fragmentTracker.removeAllFragments(),this.stopLoad()},t.onMediaSeeking=function(){var e=this.config,r=this.fragCurrent,a=this.media,o=this.mediaBuffer,l=this.state,c=a?a.currentTime:0,h=wt.bufferInfo(o||a,c,e.maxBufferHole);if(this.log("media seeking to "+(W(c)?c.toFixed(3):c)+", state: "+l),this.state===dr)this.resetLoadingState();else if(r){var u=e.maxFragLookUpTolerance,f=r.start-u,p=r.start+r.duration+u;if(!h.len||p<h.start||f>h.end){var A=c>p;(c<f||A)&&(A&&r.loader&&(this.log("seeking outside of buffer while fragment load in progress, cancel fragment load"),r.abortRequests(),this.resetLoadingState()),this.fragPrevious=null)}}a&&(this.fragmentTracker.removeFragmentsInRange(c,1/0,this.playlistType,!0),this.lastCurrentTime=c),this.loadedmetadata||h.len||(this.nextLoadPosition=this.startPosition=c),this.tickImmediate()},t.onMediaEnded=function(){this.startPosition=this.lastCurrentTime=0},t.onManifestLoaded=function(e,r){this.startTimeOffset=r.startTimeOffset,this.initPTS=[]},t.onHandlerDestroying=function(){this.stopLoad(),s.prototype.onHandlerDestroying.call(this)},t.onHandlerDestroyed=function(){this.state=Ht,this.fragmentLoader&&this.fragmentLoader.destroy(),this.keyLoader&&this.keyLoader.destroy(),this.decrypter&&this.decrypter.destroy(),this.hls=this.log=this.warn=this.decrypter=this.keyLoader=this.fragmentLoader=this.fragmentTracker=null,s.prototype.onHandlerDestroyed.call(this)},t.loadFragment=function(e,r,a){this._loadFragForPlayback(e,r,a)},t._loadFragForPlayback=function(e,r,a){var o=this;this._doFragLoad(e,r,a,function(l){if(o.fragContextChanged(e))return o.warn("Fragment "+e.sn+(l.part?" p: "+l.part.index:"")+" of level "+e.level+" was dropped during download."),void o.fragmentTracker.removeFragment(e);e.stats.chunkCount++,o._handleFragmentLoadProgress(l)}).then(function(l){if(l){var c=o.state;o.fragContextChanged(e)?(c===Ke||!o.fragCurrent&&c===de)&&(o.fragmentTracker.removeFragment(e),o.state=nt):("payload"in l&&(o.log("Loaded fragment "+e.sn+" of level "+e.level),o.hls.trigger(w.FRAG_LOADED,l)),o._handleFragmentLoadComplete(l))}}).catch(function(l){o.state!==Ht&&o.state!==He&&(o.warn(l),o.resetFragmentLoading(e))})},t.clearTrackerIfNeeded=function(e){var r,a=this.fragmentTracker;if(a.getState(e)===Bn){var o=e.type,l=this.getFwdBufferInfo(this.mediaBuffer,o),c=Math.max(e.duration,l?l.len:this.config.maxBufferLength);this.reduceMaxBufferLength(c)&&a.removeFragment(e)}else((r=this.mediaBuffer)==null?void 0:r.buffered.length)===0?a.removeAllFragments():a.hasParts(e.type)&&(a.detectPartialFragments({frag:e,part:null,stats:e.stats,id:e.type}),a.getState(e)===Qe&&a.removeFragment(e))},t.checkLiveUpdate=function(e){if(e.updated&&!e.live){var r=e.fragments[e.fragments.length-1];this.fragmentTracker.detectPartialFragments({frag:r,part:null,stats:r.stats,id:r.type})}e.fragments[0]||(e.deltaUpdateFailed=!0)},t.flushMainBuffer=function(e,r,a){if(a===void 0&&(a=null),e-r){var o={startOffset:e,endOffset:r,type:a};this.hls.trigger(w.BUFFER_FLUSHING,o)}},t._loadInitSegment=function(e,r){var a=this;this._doFragLoad(e,r).then(function(o){if(!o||a.fragContextChanged(e)||!a.levels)throw new Error("init load aborted");return o}).then(function(o){var l=a.hls,c=o.payload,h=e.decryptdata;if(c&&c.byteLength>0&&h&&h.key&&h.iv&&h.method==="AES-128"){var u=self.performance.now();return a.decrypter.decrypt(new Uint8Array(c),h.key.buffer,h.iv.buffer).catch(function(f){throw l.trigger(w.ERROR,{type:X.MEDIA_ERROR,details:O.FRAG_DECRYPT_ERROR,fatal:!1,error:f,reason:f.message,frag:e}),f}).then(function(f){var p=self.performance.now();return l.trigger(w.FRAG_DECRYPTED,{frag:e,payload:f,stats:{tstart:u,tdecrypt:p}}),o.payload=f,o})}return o}).then(function(o){var l=a.fragCurrent,c=a.hls;if(!a.levels)throw new Error("init load aborted, missing levels");var h=e.stats;a.state=nt,r.fragmentError=0,e.data=new Uint8Array(o.payload),h.parsing.start=h.buffering.start=self.performance.now(),h.parsing.end=h.buffering.end=self.performance.now(),o.frag===l&&c.trigger(w.FRAG_BUFFERED,{stats:h,frag:l,part:null,id:e.type}),a.tick()}).catch(function(o){a.state!==Ht&&a.state!==He&&(a.warn(o),a.resetFragmentLoading(e))})},t.fragContextChanged=function(e){var r=this.fragCurrent;return!e||!r||e.level!==r.level||e.sn!==r.sn||e.urlId!==r.urlId},t.fragBufferedComplete=function(e,r){var a,o,l,c,h=this.mediaBuffer?this.mediaBuffer:this.media;this.log("Buffered "+e.type+" sn: "+e.sn+(r?" part: "+r.index:"")+" of "+(this.playlistType===ct?"level":"track")+" "+e.level+" (frag:["+((a=e.startPTS)!=null?a:NaN).toFixed(3)+"-"+((o=e.endPTS)!=null?o:NaN).toFixed(3)+"] > buffer:"+(h?Ll(wt.getBuffered(h)):"(detached)")+")"),this.state=nt,h&&(!this.loadedmetadata&&e.type==ct&&h.buffered.length&&((l=this.fragCurrent)==null?void 0:l.sn)===((c=this.fragPrevious)==null?void 0:c.sn)&&(this.loadedmetadata=!0,this.seekToStartPos()),this.tick())},t.seekToStartPos=function(){},t._handleFragmentLoadComplete=function(e){var r=this.transmuxer;if(r){var a=e.frag,o=e.part,l=e.partsLoaded,c=!l||l.length===0||l.some(function(u){return!u}),h=new Qi(a.level,a.sn,a.stats.chunkCount+1,0,o?o.index:-1,!c);r.flush(h)}},t._handleFragmentLoadProgress=function(e){},t._doFragLoad=function(e,r,a,o){var l,c=this;a===void 0&&(a=null);var h=r?.details;if(!this.levels||!h)throw new Error("frag load aborted, missing level"+(h?"":" detail")+"s");var u=null;if(!e.encrypted||(l=e.decryptdata)!=null&&l.key?!e.encrypted&&h.encryptedFragments.length&&this.keyLoader.loadClear(e,h.encryptedFragments):(this.log("Loading key for "+e.sn+" of ["+h.startSN+"-"+h.endSN+"], "+(this.logPrefix==="[stream-controller]"?"level":"track")+" "+e.level),this.state=Yi,this.fragCurrent=e,u=this.keyLoader.load(e).then(function(b){if(!c.fragContextChanged(b.frag))return c.hls.trigger(w.KEY_LOADED,b),c.state===Yi&&(c.state=nt),b}),this.hls.trigger(w.KEY_LOADING,{frag:e}),this.fragCurrent===null&&(u=Promise.reject(new Error("frag load aborted, context changed in KEY_LOADING")))),a=Math.max(e.start,a||0),this.config.lowLatencyMode&&e.sn!=="initSegment"){var f=h.partList;if(f&&o){a>e.end&&h.fragmentHint&&(e=h.fragmentHint);var p=this.getNextPart(f,e,a);if(p>-1){var A,v=f[p];return this.log("Loading part sn: "+e.sn+" p: "+v.index+" cc: "+e.cc+" of playlist ["+h.startSN+"-"+h.endSN+"] parts [0-"+p+"-"+(f.length-1)+"] "+(this.logPrefix==="[stream-controller]"?"level":"track")+": "+e.level+", target: "+parseFloat(a.toFixed(3))),this.nextLoadPosition=v.start+v.duration,this.state=Ke,A=u?u.then(function(b){return!b||c.fragContextChanged(b.frag)?null:c.doFragPartsLoad(e,v,r,o)}).catch(function(b){return c.handleFragLoadError(b)}):this.doFragPartsLoad(e,v,r,o).catch(function(b){return c.handleFragLoadError(b)}),this.hls.trigger(w.FRAG_LOADING,{frag:e,part:v,targetBufferTime:a}),this.fragCurrent===null?Promise.reject(new Error("frag load aborted, context changed in FRAG_LOADING parts")):A}if(!e.url||this.loadedEndOfParts(f,a))return Promise.resolve(null)}}this.log("Loading fragment "+e.sn+" cc: "+e.cc+" "+(h?"of ["+h.startSN+"-"+h.endSN+"] ":"")+(this.logPrefix==="[stream-controller]"?"level":"track")+": "+e.level+", target: "+parseFloat(a.toFixed(3))),W(e.sn)&&!this.bitrateTest&&(this.nextLoadPosition=e.start+e.duration),this.state=Ke;var y,C=this.config.progressive;return y=C&&u?u.then(function(b){return!b||c.fragContextChanged(b?.frag)?null:c.fragmentLoader.load(e,o)}).catch(function(b){return c.handleFragLoadError(b)}):Promise.all([this.fragmentLoader.load(e,C?o:void 0),u]).then(function(b){var E=b[0];return!C&&E&&o&&o(E),E}).catch(function(b){return c.handleFragLoadError(b)}),this.hls.trigger(w.FRAG_LOADING,{frag:e,targetBufferTime:a}),this.fragCurrent===null?Promise.reject(new Error("frag load aborted, context changed in FRAG_LOADING")):y},t.doFragPartsLoad=function(e,r,a,o){var l=this;return new Promise(function(c,h){var u,f=[],p=(u=a.details)==null?void 0:u.partList;(function A(v){l.fragmentLoader.loadPart(e,v,o).then(function(y){f[v.index]=y;var C=y.part;l.hls.trigger(w.FRAG_LOADED,y);var b=bn(a,e.sn,v.index+1)||yn(p,e.sn,v.index+1);if(!b)return c({frag:e,part:C,partsLoaded:f});A(b)}).catch(h)})(r)})},t.handleFragLoadError=function(e){if("data"in e){var r=e.data;e.data&&r.details===O.INTERNAL_ABORTED?this.handleFragLoadAborted(r.frag,r.part):this.hls.trigger(w.ERROR,r)}else this.hls.trigger(w.ERROR,{type:X.OTHER_ERROR,details:O.INTERNAL_EXCEPTION,err:e,error:e,fatal:!0});return null},t._handleTransmuxerFlush=function(e){var r=this.getCurrentContext(e);if(r&&this.state===de){var a=r.frag,o=r.part,l=r.level,c=self.performance.now();a.stats.parsing.end=c,o&&(o.stats.parsing.end=c),this.updateLevelTiming(a,o,l,e.partial)}else this.fragCurrent||this.state===Ht||this.state===He||(this.state=nt)},t.getCurrentContext=function(e){var r=this.levels,a=this.fragCurrent,o=e.level,l=e.sn,c=e.part;if(r==null||!r[o])return this.warn("Levels object was unset while buffering fragment "+l+" of level "+o+". The current chunk will not be buffered."),null;var h=r[o],u=c>-1?bn(h,l,c):null,f=u?u.fragment:(function(p,A,v){if(p==null||!p.details)return null;var y=p.details,C=y.fragments[A-y.startSN];return C||((C=y.fragmentHint)&&C.sn===A?C:A<y.startSN&&v&&v.sn===A?v:null)})(h,l,a);return f?(a&&a!==f&&(f.stats=a.stats),{frag:f,part:u,level:h}):null},t.bufferFragmentData=function(e,r,a,o,l){var c;if(e&&this.state===de){var h=e.data1,u=e.data2,f=h;if(h&&u&&(f=Ie(h,u)),(c=f)!=null&&c.length){var p={type:e.type,frag:r,part:a,chunkMeta:o,parent:r.type,data:f};if(this.hls.trigger(w.BUFFER_APPENDING,p),e.dropped&&e.independent&&!a){if(l)return;this.flushBufferGap(r)}}}},t.flushBufferGap=function(e){var r=this.media;if(r)if(wt.isBuffered(r,r.currentTime)){var a=r.currentTime,o=wt.bufferInfo(r,a,0),l=e.duration,c=Math.min(2*this.config.maxFragLookUpTolerance,.25*l),h=Math.max(Math.min(e.start-c,o.end-c),a+c);e.start-h>c&&this.flushMainBuffer(h,e.start)}else this.flushMainBuffer(0,e.start)},t.getFwdBufferInfo=function(e,r){var a=this.getLoadPosition();return W(a)?this.getFwdBufferInfoAtPos(e,a,r):null},t.getFwdBufferInfoAtPos=function(e,r,a){var o=this.config.maxBufferHole,l=wt.bufferInfo(e,r,o);if(l.len===0&&l.nextStart!==void 0){var c=this.fragmentTracker.getBufferedFrag(r,a);if(c&&l.nextStart<c.end)return wt.bufferInfo(e,r,Math.max(l.nextStart,o))}return l},t.getMaxBufferLength=function(e){var r,a=this.config;return r=e?Math.max(8*a.maxBufferSize/e,a.maxBufferLength):a.maxBufferLength,Math.min(r,a.maxMaxBufferLength)},t.reduceMaxBufferLength=function(e){var r=this.config,a=e||r.maxBufferLength;return r.maxMaxBufferLength>=a&&(r.maxMaxBufferLength/=2,this.warn("Reduce max buffer length to "+r.maxMaxBufferLength+"s"),!0)},t.getAppendedFrag=function(e,r){var a=this.fragmentTracker.getAppendedFrag(e,ct);return a&&"fragment"in a?a.fragment:a},t.getNextFragment=function(e,r){var a=r.fragments,o=a.length;if(!o)return null;var l,c=this.config,h=a[0].start;if(r.live){var u=c.initialLiveManifestSize;if(o<u)return this.warn("Not enough fragments to start playback (have: "+o+", need: "+u+")"),null;r.PTSKnown||this.startFragRequested||this.startPosition!==-1||(l=this.getInitialLiveFragment(r,a),this.startPosition=l?this.hls.liveSyncPosition||l.start:e)}else e<=h&&(l=a[0]);if(!l){var f=c.lowLatencyMode?r.partEnd:r.fragmentEnd;l=this.getFragmentAtPosition(e,f,r)}return this.mapToInitFragWhenRequired(l)},t.isLoopLoading=function(e,r){var a=this.fragmentTracker.getState(e);return(a===lr||a===Qe&&!!e.gap)&&this.nextLoadPosition>r},t.getNextFragmentLoopLoading=function(e,r,a,o,l){var c=e.gap,h=this.getNextFragment(this.nextLoadPosition,r);if(h===null)return h;if(e=h,c&&e&&!e.gap&&a.nextStart){var u=this.getFwdBufferInfoAtPos(this.mediaBuffer?this.mediaBuffer:this.media,a.nextStart,o);if(u!==null&&a.len+u.len>=l)return this.log('buffer full after gaps in "'+o+'" playlist starting at sn: '+e.sn),null}return e},t.mapToInitFragWhenRequired=function(e){return e==null||!e.initSegment||e!=null&&e.initSegment.data||this.bitrateTest?e:e.initSegment},t.getNextPart=function(e,r,a){for(var o=-1,l=!1,c=!0,h=0,u=e.length;h<u;h++){var f=e[h];if(c=c&&!f.independent,o>-1&&a<f.start)break;var p=f.loaded;p?o=-1:(l||f.independent||c)&&f.fragment===r&&(o=h),l=p}return o},t.loadedEndOfParts=function(e,r){var a=e[e.length-1];return a&&r>a.start&&a.loaded},t.getInitialLiveFragment=function(e,r){var a=this.fragPrevious,o=null;if(a){if(e.hasProgramDateTime&&(this.log("Live playlist, switching playlist, load frag with same PDT: "+a.programDateTime),o=(function(u,f,p){if(f===null||!Array.isArray(u)||!u.length||!W(f)||f<(u[0].programDateTime||0)||f>=(u[u.length-1].endProgramDateTime||0))return null;p=p||0;for(var A=0;A<u.length;++A){var v=u[A];if(bl(f,p,v))return v}return null})(r,a.endProgramDateTime,this.config.maxFragLookUpTolerance)),!o){var l=a.sn+1;if(l>=e.startSN&&l<=e.endSN){var c=r[l-e.startSN];a.cc===c.cc&&(o=c,this.log("Live playlist, switching playlist, load frag with next SN: "+o.sn))}o||(o=(function(u,f){return Cn(u,function(p){return p.cc<f?1:p.cc>f?-1:0})})(r,a.cc),o&&this.log("Live playlist, switching playlist, load frag with same CC: "+o.sn))}}else{var h=this.hls.liveSyncPosition;h!==null&&(o=this.getFragmentAtPosition(h,this.bitrateTest?e.fragmentEnd:e.edge,e))}return o},t.getFragmentAtPosition=function(e,r,a){var o,l=this.config,c=this.fragPrevious,h=a.fragments,u=a.endSN,f=a.fragmentHint,p=l.maxFragLookUpTolerance,A=a.partList,v=!!(l.lowLatencyMode&&A!=null&&A.length&&f);if(v&&f&&!this.bitrateTest&&(h=h.concat(f),u=f.sn),o=e<r?or(c,h,e,e>r-p?0:p):h[h.length-1]){var y=o.sn-a.startSN,C=this.fragmentTracker.getState(o);if((C===lr||C===Qe&&o.gap)&&(c=o),c&&o.sn===c.sn&&(!v||A[0].fragment.sn>o.sn)&&c&&o.level===c.level){var b=h[y+1];o=o.sn<u&&this.fragmentTracker.getState(b)!==lr?b:null}}return o},t.synchronizeToLiveEdge=function(e){var r=this.config,a=this.media;if(a){var o=this.hls.liveSyncPosition,l=a.currentTime,c=e.fragments[0].start,h=e.edge,u=l>=c-r.maxFragLookUpTolerance&&l<=h;if(o!==null&&a.duration>o&&(l<o||!u)){var f=r.liveMaxLatencyDuration!==void 0?r.liveMaxLatencyDuration:r.liveMaxLatencyDurationCount*e.targetduration;(!u&&a.readyState<4||l<h-f)&&(this.loadedmetadata||(this.nextLoadPosition=o),a.readyState&&(this.warn("Playback: "+l.toFixed(3)+" is located too far from the end of live sliding playlist: "+h+", reset currentTime to : "+o.toFixed(3)),a.currentTime=o))}}},t.alignPlaylists=function(e,r){var a=this.levels,o=this.levelLastLoaded,l=this.fragPrevious,c=o!==null?a[o]:null,h=e.fragments.length;if(!h)return this.warn("No fragments in live playlist"),0;var u=e.fragments[0].start,f=!r,p=e.alignedSliding&&W(u);if(f||!p&&!u){Tl(l,c,e);var A=e.fragments[0].start;return this.log("Live playlist sliding: "+A.toFixed(2)+" start-sn: "+(r?r.startSN:"na")+"->"+e.startSN+" prev-sn: "+(l?l.sn:"na")+" fragments: "+h),A}return u},t.waitForCdnTuneIn=function(e){return e.live&&e.canBlockReload&&e.partTarget&&e.tuneInGoal>Math.max(e.partHoldBack,3*e.partTarget)},t.setStartPosition=function(e,r){var a=this.startPosition;if(a<r&&(a=-1),a===-1||this.lastCurrentTime===-1){var o=this.startTimeOffset!==null,l=o?this.startTimeOffset:e.startTimeOffset;l!==null&&W(l)?(a=r+l,l<0&&(a+=e.totalduration),a=Math.min(Math.max(r,a),r+e.totalduration),this.log("Start time offset "+l+" found in "+(o?"multivariant":"media")+" playlist, adjust startPosition to "+a),this.startPosition=a):e.live?a=this.hls.liveSyncPosition||r:this.startPosition=a=0,this.lastCurrentTime=a}this.nextLoadPosition=a},t.getLoadPosition=function(){var e=this.media,r=0;return this.loadedmetadata&&e?r=e.currentTime:this.nextLoadPosition&&(r=this.nextLoadPosition),r},t.handleFragLoadAborted=function(e,r){this.transmuxer&&e.sn!=="initSegment"&&e.stats.aborted&&(this.warn("Fragment "+e.sn+(r?" part "+r.index:"")+" of level "+e.level+" was aborted"),this.resetFragmentLoading(e))},t.resetFragmentLoading=function(e){this.fragCurrent&&(this.fragContextChanged(e)||this.state===Ye)||(this.state=nt)},t.onFragmentOrKeyLoadError=function(e,r){if(r.chunkMeta&&!r.frag){var a=this.getCurrentContext(r.chunkMeta);a&&(r.frag=a.frag)}var o=r.frag;if(o&&o.type===e&&this.levels)if(this.fragContextChanged(o)){var l;this.warn("Frag load error must match current frag to retry "+o.url+" > "+((l=this.fragCurrent)==null?void 0:l.url))}else{var c=r.details===O.FRAG_GAP;c&&this.fragmentTracker.fragBuffered(o,!0);var h=r.errorAction,u=h||{},f=u.action,p=u.retryCount,A=p===void 0?0:p,v=u.retryConfig;if(h&&f===Yr&&v){var y;this.resetStartWhenNotLoaded((y=this.levelLastLoaded)!=null?y:o.level);var C=Fi(v,A);this.warn("Fragment "+o.sn+" of "+e+" "+o.level+" errored with "+r.details+", retrying loading "+(A+1)+"/"+v.maxNumRetry+" in "+C+"ms"),h.resolved=!0,this.retryDate=self.performance.now()+C,this.state=Ye}else v&&h?(this.resetFragmentErrors(e),A<v.maxNumRetry?c||(h.resolved=!0):D.warn(r.details+" reached or exceeded max retry ("+A+")")):h?.action===le?this.state=Be:this.state=He;this.tickImmediate()}},t.reduceLengthAndFlushBuffer=function(e){if(this.state===de||this.state===qr){var r=e.parent,a=this.getFwdBufferInfo(this.mediaBuffer,r),o=a&&a.len>.5;o&&this.reduceMaxBufferLength(a.len);var l=!o;return l&&this.warn("Buffer full error while media.currentTime is not buffered, flush "+r+" buffer"),e.frag&&(this.fragmentTracker.removeFragment(e.frag),this.nextLoadPosition=e.frag.start),this.resetLoadingState(),l}return!1},t.resetFragmentErrors=function(e){e===$t&&(this.fragCurrent=null),this.loadedmetadata||(this.startFragRequested=!1),this.state!==Ht&&(this.state=nt)},t.afterBufferFlushed=function(e,r,a){if(e){var o=wt.getBuffered(e);this.fragmentTracker.detectEvictedFragments(r,o,a),this.state===dr&&this.resetLoadingState()}},t.resetLoadingState=function(){this.log("Reset loading state"),this.fragCurrent=null,this.fragPrevious=null,this.state=nt},t.resetStartWhenNotLoaded=function(e){if(!this.loadedmetadata){this.startFragRequested=!1;var r=this.levels?this.levels[e].details:null;r!=null&&r.live?(this.startPosition=-1,this.setStartPosition(r,0),this.resetLoadingState()):this.nextLoadPosition=this.startPosition}},t.resetWhenMissingContext=function(e){var r;this.warn("The loading context changed while buffering fragment "+e.sn+" of level "+e.level+". This chunk will not be buffered."),this.removeUnbufferedFrags(),this.resetStartWhenNotLoaded((r=this.levelLastLoaded)!=null?r:e.level),this.resetLoadingState()},t.removeUnbufferedFrags=function(e){e===void 0&&(e=0),this.fragmentTracker.removeFragmentsInRange(e,1/0,this.playlistType,!1,!0)},t.updateLevelTiming=function(e,r,a,o){var l,c=this,h=a.details;if(h){if(Object.keys(e.elementaryStreams).reduce(function(f,p){var A=e.elementaryStreams[p];if(A){var v=A.endPTS-A.startPTS;if(v<=0)return c.warn("Could not parse fragment "+e.sn+" "+p+" duration reliably ("+v+")"),f||!1;var y=o?0:mn(h,e,A.startPTS,A.endPTS,A.startDTS,A.endDTS);return c.hls.trigger(w.LEVEL_PTS_UPDATED,{details:h,level:a,drift:y,type:p,frag:e,start:A.startPTS,end:A.endPTS}),!0}return f},!1))a.fragmentError=0;else if(((l=this.transmuxer)==null?void 0:l.error)===null){var u=new Error("Found no media in fragment "+e.sn+" of level "+e.level+" resetting transmuxer to fallback to playlist timing");if(a.fragmentError===0&&(a.fragmentError++,e.gap=!0,this.fragmentTracker.removeFragment(e),this.fragmentTracker.fragBuffered(e,!0)),this.warn(u.message),this.hls.trigger(w.ERROR,{type:X.MEDIA_ERROR,details:O.FRAG_PARSING_ERROR,fatal:!1,error:u,frag:e,reason:"Found no media in msn "+e.sn+' of level "'+a.url+'"'}),!this.hls)return;this.resetTransmuxer()}this.state=qr,this.hls.trigger(w.FRAG_PARSED,{frag:e,part:r})}else this.warn("level.details undefined")},t.resetTransmuxer=function(){this.transmuxer&&(this.transmuxer.destroy(),this.transmuxer=null)},t.recoverWorkerError=function(e){var r,a,o;e.event==="demuxerWorker"&&(this.fragmentTracker.removeAllFragments(),this.resetTransmuxer(),this.resetStartWhenNotLoaded((r=(a=this.levelLastLoaded)!=null?a:(o=this.fragCurrent)==null?void 0:o.level)!=null?r:0),this.resetLoadingState())},Z(n,[{key:"state",get:function(){return this._state},set:function(e){var r=this._state;r!==e&&(this._state=e,this.log(r+"->"+e))}}]),n})(Bl);function Fn(){return self.SourceBuffer||self.WebKitSourceBuffer}function te(s,n){return s===void 0&&(s=""),n===void 0&&(n=9e4),{type:s,id:-1,pid:-1,inputTimeScale:n,sequenceNumber:-1,samples:[],dropped:0}}var On=(function(){function s(){this._audioTrack=void 0,this._id3Track=void 0,this.frameIndex=0,this.cachedData=null,this.basePTS=null,this.initPTS=null,this.lastPTS=null}var n=s.prototype;return n.resetInitSegment=function(t,e,r,a){this._id3Track={type:"id3",id:3,pid:-1,inputTimeScale:9e4,sequenceNumber:0,samples:[],dropped:0}},n.resetTimeStamp=function(t){this.initPTS=t,this.resetContiguity()},n.resetContiguity=function(){this.basePTS=null,this.lastPTS=null,this.frameIndex=0},n.canParse=function(t,e){return!1},n.appendFrame=function(t,e,r){},n.demux=function(t,e){this.cachedData&&(t=Ie(this.cachedData,t),this.cachedData=null);var r,a=Fr(t,0),o=a?a.length:0,l=this._audioTrack,c=this._id3Track,h=a?(function(A){for(var v=Va(A),y=0;y<v.length;y++){var C=v[y];if(Ga(C))return tl(C)}})(a):void 0,u=t.length;for((this.basePTS===null||this.frameIndex===0&&W(h))&&(this.basePTS=Fl(h,e,this.initPTS),this.lastPTS=this.basePTS),this.lastPTS===null&&(this.lastPTS=this.basePTS),a&&a.length>0&&c.samples.push({pts:this.lastPTS,dts:this.lastPTS,data:a,type:ir,duration:Number.POSITIVE_INFINITY});o<u;){if(this.canParse(t,o)){var f=this.appendFrame(l,t,o);f?(this.frameIndex++,this.lastPTS=f.sample.pts,r=o+=f.length):o=u}else Xs(t,o)?(a=Fr(t,o),c.samples.push({pts:this.lastPTS,dts:this.lastPTS,data:a,type:ir,duration:Number.POSITIVE_INFINITY}),r=o+=a.length):o++;if(o===u&&r!==u){var p=Ce(t,r);this.cachedData?this.cachedData=Ie(this.cachedData,p):this.cachedData=p}}return{audioTrack:l,videoTrack:te(),id3Track:c,textTrack:te()}},n.demuxSampleAes=function(t,e,r){return Promise.reject(new Error("["+this+"] This demuxer does not support Sample-AES decryption"))},n.flush=function(t){var e=this.cachedData;return e&&(this.cachedData=null,this.demux(e,0)),{audioTrack:this._audioTrack,videoTrack:te(),id3Track:this._id3Track,textTrack:te()}},n.destroy=function(){},s})(),Fl=function(s,n,t){return W(s)?90*s:9e4*n+(t?9e4*t.baseTime/t.timescale:0)};function Pn(s,n){return s[n]===255&&(246&s[n+1])==240}function Mn(s,n){return 1&s[n+1]?7:9}function Gi(s,n){return(3&s[n+3])<<11|s[n+4]<<3|(224&s[n+5])>>>5}function zr(s,n){return n+1<s.length&&Pn(s,n)}function Ol(s,n){if(zr(s,n)){var t=Mn(s,n);if(n+t>=s.length)return!1;var e=Gi(s,n);if(e<=t)return!1;var r=n+e;return r===s.length||zr(s,r)}return!1}function Un(s,n,t,e,r){if(!s.samplerate){var a=(function(o,l,c,h){var u,f,p,A,v=navigator.userAgent.toLowerCase(),y=h,C=[96e3,88200,64e3,48e3,44100,32e3,24e3,22050,16e3,12e3,11025,8e3,7350];u=1+((192&l[c+2])>>>6);var b=(60&l[c+2])>>>2;if(!(b>C.length-1))return p=(1&l[c+2])<<2,p|=(192&l[c+3])>>>6,D.log("manifest codec:"+h+", ADTS type:"+u+", samplingIndex:"+b),/firefox/i.test(v)?b>=6?(u=5,A=new Array(4),f=b-3):(u=2,A=new Array(2),f=b):v.indexOf("android")!==-1?(u=2,A=new Array(2),f=b):(u=5,A=new Array(4),h&&(h.indexOf("mp4a.40.29")!==-1||h.indexOf("mp4a.40.5")!==-1)||!h&&b>=6?f=b-3:((h&&h.indexOf("mp4a.40.2")!==-1&&(b>=6&&p===1||/vivaldi/i.test(v))||!h&&p===1)&&(u=2,A=new Array(2)),f=b)),A[0]=u<<3,A[0]|=(14&b)>>1,A[1]|=(1&b)<<7,A[1]|=p<<3,u===5&&(A[1]|=(14&f)>>1,A[2]=(1&f)<<7,A[2]|=8,A[3]=0),{config:A,samplerate:C[b],channelCount:p,codec:"mp4a.40."+u,manifestCodec:y};o.trigger(w.ERROR,{type:X.MEDIA_ERROR,details:O.FRAG_PARSING_ERROR,fatal:!0,reason:"invalid ADTS sampling index:"+b})})(n,t,e,r);if(!a)return;s.config=a.config,s.samplerate=a.samplerate,s.channelCount=a.channelCount,s.codec=a.codec,s.manifestCodec=a.manifestCodec,D.log("parsed codec:"+s.codec+", rate:"+a.samplerate+", channels:"+a.channelCount)}}function Qn(s){return 9216e4/s}function Nn(s,n,t,e,r){var a,o=e+r*Qn(s.samplerate),l=(function(v,y){var C=Mn(v,y);if(y+C<=v.length){var b=Gi(v,y)-C;if(b>0)return{headerLength:C,frameLength:b}}})(n,t);if(l){var c=l.frameLength,h=l.headerLength,u=h+c,f=Math.max(0,t+u-n.length);f?(a=new Uint8Array(u-h)).set(n.subarray(t+h,n.length),0):a=n.subarray(t+h,t+u);var p={unit:a,pts:o};return f||s.samples.push(p),{sample:p,length:u,missing:f}}var A=n.length-t;return(a=new Uint8Array(A)).set(n.subarray(t,n.length),0),{sample:{unit:a,pts:o},length:A,missing:-1}}var Pl=(function(s){function n(e,r){var a;return(a=s.call(this)||this).observer=void 0,a.config=void 0,a.observer=e,a.config=r,a}kt(n,s);var t=n.prototype;return t.resetInitSegment=function(e,r,a,o){s.prototype.resetInitSegment.call(this,e,r,a,o),this._audioTrack={container:"audio/adts",type:"audio",id:2,pid:-1,sequenceNumber:0,segmentCodec:"aac",samples:[],manifestCodec:r,duration:o,inputTimeScale:9e4,dropped:0}},n.probe=function(e){if(!e)return!1;for(var r=(Fr(e,0)||[]).length,a=e.length;r<a;r++)if(Ol(e,r))return D.log("ADTS sync word found !"),!0;return!1},t.canParse=function(e,r){return(function(a,o){return(function(l,c){return c+5<l.length})(a,o)&&Pn(a,o)&&Gi(a,o)<=a.length-o})(e,r)},t.appendFrame=function(e,r,a){Un(e,this.observer,r,a,e.manifestCodec);var o=Nn(e,r,a,this.basePTS,this.frameIndex);if(o&&o.missing===0)return o},n})(On),Ml=/\/emsg[-/]ID3/i,Ul=(function(){function s(t,e){this.remainderData=null,this.timeOffset=0,this.config=void 0,this.videoTrack=void 0,this.audioTrack=void 0,this.id3Track=void 0,this.txtTrack=void 0,this.config=e}var n=s.prototype;return n.resetTimeStamp=function(){},n.resetInitSegment=function(t,e,r,a){var o=this.videoTrack=te("video",1),l=this.audioTrack=te("audio",1),c=this.txtTrack=te("text",1);if(this.id3Track=te("id3",1),this.timeOffset=0,t!=null&&t.byteLength){var h=Xa(t);if(h.video){var u=h.video,f=u.id,p=u.timescale,A=u.codec;o.id=f,o.timescale=c.timescale=p,o.codec=A}if(h.audio){var v=h.audio,y=v.id,C=v.timescale,b=v.codec;l.id=y,l.timescale=C,l.codec=b}c.id=qa.text,o.sampleDuration=0,o.duration=l.duration=a}},n.resetContiguity=function(){this.remainderData=null},s.probe=function(t){return st(t=t.length>16384?t.subarray(0,16384):t,["moof"]).length>0},n.demux=function(t,e){this.timeOffset=e;var r=t,a=this.videoTrack,o=this.txtTrack;if(this.config.progressive){this.remainderData&&(r=Ie(this.remainderData,t));var l=(function(h){var u={valid:null,remainder:null},f=st(h,["moof"]);if(!f)return u;if(f.length<2)return u.remainder=h,u;var p=f[f.length-1];return u.valid=Ce(h,0,p.byteOffset-8),u.remainder=Ce(h,p.byteOffset-8),u})(r);this.remainderData=l.remainder,a.samples=l.valid||new Uint8Array}else a.samples=r;var c=this.extractID3Track(a,e);return o.samples=_a(e,a),{videoTrack:a,audioTrack:this.audioTrack,id3Track:c,textTrack:this.txtTrack}},n.flush=function(){var t=this.timeOffset,e=this.videoTrack,r=this.txtTrack;e.samples=this.remainderData||new Uint8Array,this.remainderData=null;var a=this.extractID3Track(e,this.timeOffset);return r.samples=_a(t,e),{videoTrack:e,audioTrack:te(),id3Track:a,textTrack:te()}},n.extractID3Track=function(t,e){var r=this.id3Track;if(t.samples.length){var a=st(t.samples,["emsg"]);a&&a.forEach(function(o){var l=(function(f){var p=f[0],A="",v="",y=0,C=0,b=0,E=0,B=0,I=0;if(p===0){for(;Tt(f.subarray(I,I+1))!=="\0";)A+=Tt(f.subarray(I,I+1)),I+=1;for(A+=Tt(f.subarray(I,I+1)),I+=1;Tt(f.subarray(I,I+1))!=="\0";)v+=Tt(f.subarray(I,I+1)),I+=1;v+=Tt(f.subarray(I,I+1)),I+=1,y=$(f,12),C=$(f,16),E=$(f,20),B=$(f,24),I=28}else if(p===1){y=$(f,I+=4);var T=$(f,I+=4),R=$(f,I+=4);for(I+=4,b=Math.pow(2,32)*T+R,Number.isSafeInteger(b)||(b=Number.MAX_SAFE_INTEGER,D.warn("Presentation time exceeds safe integer limit and wrapped to max safe integer in parsing emsg box")),E=$(f,I),B=$(f,I+=4),I+=4;Tt(f.subarray(I,I+1))!=="\0";)A+=Tt(f.subarray(I,I+1)),I+=1;for(A+=Tt(f.subarray(I,I+1)),I+=1;Tt(f.subarray(I,I+1))!=="\0";)v+=Tt(f.subarray(I,I+1)),I+=1;v+=Tt(f.subarray(I,I+1)),I+=1}return{schemeIdUri:A,value:v,timeScale:y,presentationTime:b,presentationTimeDelta:C,eventDuration:E,id:B,payload:f.subarray(I,f.byteLength)}})(o);if(Ml.test(l.schemeIdUri)){var c=W(l.presentationTime)?l.presentationTime/l.timeScale:e+l.presentationTimeDelta/l.timeScale,h=l.eventDuration===4294967295?Number.POSITIVE_INFINITY:l.eventDuration/l.timeScale;h<=.001&&(h=Number.POSITIVE_INFINITY);var u=l.payload;r.samples.push({data:u,len:u.byteLength,dts:c,pts:c,type:ar,duration:h})}})}return r},n.demuxSampleAes=function(t,e,r){return Promise.reject(new Error("The MP4 demuxer does not support SAMPLE-AES decryption"))},n.destroy=function(){},s})(),Wr=null,Ql=[32,64,96,128,160,192,224,256,288,320,352,384,416,448,32,48,56,64,80,96,112,128,160,192,224,256,320,384,32,40,48,56,64,80,96,112,128,160,192,224,256,320,32,48,56,64,80,96,112,128,144,160,176,192,224,256,8,16,24,32,40,48,56,64,80,96,112,128,144,160],Nl=[44100,48e3,32e3,22050,24e3,16e3,11025,12e3,8e3],Kl=[[0,72,144,12],[0,0,0,0],[0,72,144,12],[0,144,144,12]],Yl=[0,1,1,4];function Kn(s,n,t,e,r){if(!(t+24>n.length)){var a=Yn(n,t);if(a&&t+a.frameLength<=n.length){var o=e+r*(9e4*a.samplesPerFrame/a.sampleRate),l={unit:n.subarray(t,t+a.frameLength),pts:o,dts:o};return s.config=[],s.channelCount=a.channelCount,s.samplerate=a.sampleRate,s.samples.push(l),{sample:l,length:a.frameLength,missing:0}}}}function Yn(s,n){var t=s[n+1]>>3&3,e=s[n+1]>>1&3,r=s[n+2]>>4&15,a=s[n+2]>>2&3;if(t!==1&&r!==0&&r!==15&&a!==3){var o=s[n+2]>>1&1,l=s[n+3]>>6,c=1e3*Ql[14*(t===3?3-e:e===3?3:4)+r-1],h=Nl[3*(t===3?0:t===2?1:2)+a],u=l===3?1:2,f=Kl[t][e],p=Yl[e],A=8*f*p,v=Math.floor(f*c/h+o)*p;if(Wr===null){var y=(navigator.userAgent||"").match(/Chrome\/(\d+)/i);Wr=y?parseInt(y[1]):0}return Wr&&Wr<=87&&e===2&&c>=224e3&&l===0&&(s[n+3]=128|s[n+3]),{sampleRate:h,channelCount:u,frameLength:v,samplesPerFrame:A}}}function Vi(s,n){return s[n]===255&&(224&s[n+1])==224&&(6&s[n+1])!=0}function Hn(s,n){return n+1<s.length&&Vi(s,n)}function Hl(s,n){if(n+1<s.length&&Vi(s,n)){var t=Yn(s,n),e=4;t!=null&&t.frameLength&&(e=t.frameLength);var r=n+e;return r===s.length||Hn(s,r)}return!1}var Gn=(function(){function s(t){this.data=void 0,this.bytesAvailable=void 0,this.word=void 0,this.bitsAvailable=void 0,this.data=t,this.bytesAvailable=t.byteLength,this.word=0,this.bitsAvailable=0}var n=s.prototype;return n.loadWord=function(){var t=this.data,e=this.bytesAvailable,r=t.byteLength-e,a=new Uint8Array(4),o=Math.min(4,e);if(o===0)throw new Error("no bytes available");a.set(t.subarray(r,r+o)),this.word=new DataView(a.buffer).getUint32(0),this.bitsAvailable=8*o,this.bytesAvailable-=o},n.skipBits=function(t){var e;t=Math.min(t,8*this.bytesAvailable+this.bitsAvailable),this.bitsAvailable>t?(this.word<<=t,this.bitsAvailable-=t):(t-=this.bitsAvailable,t-=(e=t>>3)<<3,this.bytesAvailable-=e,this.loadWord(),this.word<<=t,this.bitsAvailable-=t)},n.readBits=function(t){var e=Math.min(this.bitsAvailable,t),r=this.word>>>32-e;if(t>32&&D.error("Cannot read more than 32 bits at a time"),this.bitsAvailable-=e,this.bitsAvailable>0)this.word<<=e;else{if(!(this.bytesAvailable>0))throw new Error("no bits available");this.loadWord()}return(e=t-e)>0&&this.bitsAvailable?r<<e|this.readBits(e):r},n.skipLZ=function(){var t;for(t=0;t<this.bitsAvailable;++t)if((this.word&2147483648>>>t)!=0)return this.word<<=t,this.bitsAvailable-=t,t;return this.loadWord(),t+this.skipLZ()},n.skipUEG=function(){this.skipBits(1+this.skipLZ())},n.skipEG=function(){this.skipBits(1+this.skipLZ())},n.readUEG=function(){var t=this.skipLZ();return this.readBits(t+1)-1},n.readEG=function(){var t=this.readUEG();return 1&t?1+t>>>1:-1*(t>>>1)},n.readBoolean=function(){return this.readBits(1)===1},n.readUByte=function(){return this.readBits(8)},n.readUShort=function(){return this.readBits(16)},n.readUInt=function(){return this.readBits(32)},n.skipScalingList=function(t){for(var e=8,r=8,a=0;a<t;a++)r!==0&&(r=(e+this.readEG()+256)%256),e=r===0?e:r},n.readSPS=function(){var t,e,r,a=0,o=0,l=0,c=0,h=this.readUByte.bind(this),u=this.readBits.bind(this),f=this.readUEG.bind(this),p=this.readBoolean.bind(this),A=this.skipBits.bind(this),v=this.skipEG.bind(this),y=this.skipUEG.bind(this),C=this.skipScalingList.bind(this);h();var b=h();if(u(5),A(3),h(),y(),b===100||b===110||b===122||b===244||b===44||b===83||b===86||b===118||b===128){var E=f();if(E===3&&A(1),y(),y(),A(1),p())for(e=E!==3?8:12,r=0;r<e;r++)p()&&C(r<6?16:64)}y();var B=f();if(B===0)f();else if(B===1)for(A(1),v(),v(),t=f(),r=0;r<t;r++)v();y(),A(1);var I=f(),T=f(),R=u(1);R===0&&A(1),A(1),p()&&(a=f(),o=f(),l=f(),c=f());var L=[1,1];if(p()&&p())switch(h()){case 1:L=[1,1];break;case 2:L=[12,11];break;case 3:L=[10,11];break;case 4:L=[16,11];break;case 5:L=[40,33];break;case 6:L=[24,11];break;case 7:L=[20,11];break;case 8:L=[32,11];break;case 9:L=[80,33];break;case 10:L=[18,11];break;case 11:L=[15,11];break;case 12:L=[64,33];break;case 13:L=[160,99];break;case 14:L=[4,3];break;case 15:L=[3,2];break;case 16:L=[2,1];break;case 255:L=[h()<<8|h(),h()<<8|h()]}return{width:Math.ceil(16*(I+1)-2*a-2*o),height:(2-R)*(T+1)*16-(R?2:4)*(l+c),pixelRatio:L}},n.readSliceType=function(){return this.readUByte(),this.readUEG(),this.readUEG()},s})(),Gl=(function(){function s(t,e,r){this.keyData=void 0,this.decrypter=void 0,this.keyData=r,this.decrypter=new Ki(e,{removePKCS7Padding:!1})}var n=s.prototype;return n.decryptBuffer=function(t){return this.decrypter.decrypt(t,this.keyData.key.buffer,this.keyData.iv.buffer)},n.decryptAacSample=function(t,e,r){var a=this,o=t[e].unit;if(!(o.length<=16)){var l=o.subarray(16,o.length-o.length%16),c=l.buffer.slice(l.byteOffset,l.byteOffset+l.length);this.decryptBuffer(c).then(function(h){var u=new Uint8Array(h);o.set(u,16),a.decrypter.isSync()||a.decryptAacSamples(t,e+1,r)})}},n.decryptAacSamples=function(t,e,r){for(;;e++){if(e>=t.length)return void r();if(!(t[e].unit.length<32||(this.decryptAacSample(t,e,r),this.decrypter.isSync())))return}},n.getAvcEncryptedData=function(t){for(var e=16*Math.floor((t.length-48)/160)+16,r=new Int8Array(e),a=0,o=32;o<t.length-16;o+=160,a+=16)r.set(t.subarray(o,o+16),a);return r},n.getAvcDecryptedUnit=function(t,e){for(var r=new Uint8Array(e),a=0,o=32;o<t.length-16;o+=160,a+=16)t.set(r.subarray(a,a+16),o);return t},n.decryptAvcSample=function(t,e,r,a,o){var l=this,c=Za(o.data),h=this.getAvcEncryptedData(c);this.decryptBuffer(h.buffer).then(function(u){o.data=l.getAvcDecryptedUnit(c,u),l.decrypter.isSync()||l.decryptAvcSamples(t,e,r+1,a)})},n.decryptAvcSamples=function(t,e,r,a){if(t instanceof Uint8Array)throw new Error("Cannot decrypt samples of type Uint8Array");for(;;e++,r=0){if(e>=t.length)return void a();for(var o=t[e].units;!(r>=o.length);r++){var l=o[r];if(!(l.data.length<=48||l.type!==1&&l.type!==5||(this.decryptAvcSample(t,e,r,a,l),this.decrypter.isSync())))return}}},s})(),Pt=188,Vl=(function(){function s(t,e,r){this.observer=void 0,this.config=void 0,this.typeSupported=void 0,this.sampleAes=null,this.pmtParsed=!1,this.audioCodec=void 0,this.videoCodec=void 0,this._duration=0,this._pmtId=-1,this._avcTrack=void 0,this._audioTrack=void 0,this._id3Track=void 0,this._txtTrack=void 0,this.aacOverFlow=null,this.avcSample=null,this.remainderData=null,this.observer=t,this.config=e,this.typeSupported=r}s.probe=function(t){var e=s.syncOffset(t);return e>0&&D.warn("MPEG2-TS detected but first sync word found @ offset "+e),e!==-1},s.syncOffset=function(t){for(var e=t.length,r=Math.min(940,t.length-Pt)+1,a=0;a<r;){for(var o=!1,l=-1,c=0,h=a;h<e;h+=Pt){if(t[h]!==71){if(c)return-1;break}if(c++,l===-1&&(l=h)!==0&&(r=Math.min(l+18612,t.length-Pt)+1),o||(o=qi(t,h)===0),o&&c>1&&(l===0&&c>2||h+Pt>r))return l}a++}return-1},s.createTrack=function(t,e){return{container:t==="video"||t==="audio"?"video/mp2t":void 0,type:t,id:qa[t],pid:-1,inputTimeScale:9e4,sequenceNumber:0,samples:[],dropped:0,duration:t==="audio"?e:void 0}};var n=s.prototype;return n.resetInitSegment=function(t,e,r,a){this.pmtParsed=!1,this._pmtId=-1,this._avcTrack=s.createTrack("video"),this._audioTrack=s.createTrack("audio",a),this._id3Track=s.createTrack("id3"),this._txtTrack=s.createTrack("text"),this._audioTrack.segmentCodec="aac",this.aacOverFlow=null,this.avcSample=null,this.remainderData=null,this.audioCodec=e,this.videoCodec=r,this._duration=a},n.resetTimeStamp=function(){},n.resetContiguity=function(){var t=this._audioTrack,e=this._avcTrack,r=this._id3Track;t&&(t.pesData=null),e&&(e.pesData=null),r&&(r.pesData=null),this.aacOverFlow=null,this.avcSample=null,this.remainderData=null},n.demux=function(t,e,r,a){var o;r===void 0&&(r=!1),a===void 0&&(a=!1),r||(this.sampleAes=null);var l=this._avcTrack,c=this._audioTrack,h=this._id3Track,u=this._txtTrack,f=l.pid,p=l.pesData,A=c.pid,v=h.pid,y=c.pesData,C=h.pesData,b=null,E=this.pmtParsed,B=this._pmtId,I=t.length;if(this.remainderData&&(I=(t=Ie(this.remainderData,t)).length,this.remainderData=null),I<Pt&&!a)return this.remainderData=t,{audioTrack:c,videoTrack:l,id3Track:h,textTrack:u};var T=Math.max(0,s.syncOffset(t));(I-=(I-T)%Pt)<t.byteLength&&!a&&(this.remainderData=new Uint8Array(t.buffer,I,t.buffer.byteLength-I));for(var R=0,L=T;L<I;L+=Pt)if(t[L]===71){var Q=!!(64&t[L+1]),P=qi(t,L),M=void 0;if((48&t[L+3])>>4>1){if((M=L+5+t[L+4])===L+Pt)continue}else M=L+4;switch(P){case f:Q&&(p&&(o=Ge(p))&&this.parseAVCPES(l,u,o,!1),p={data:[],size:0}),p&&(p.data.push(t.subarray(M,L+Pt)),p.size+=L+Pt-M);break;case A:if(Q){if(y&&(o=Ge(y)))switch(c.segmentCodec){case"aac":this.parseAACPES(c,o);break;case"mp3":this.parseMPEGPES(c,o)}y={data:[],size:0}}y&&(y.data.push(t.subarray(M,L+Pt)),y.size+=L+Pt-M);break;case v:Q&&(C&&(o=Ge(C))&&this.parseID3PES(h,o),C={data:[],size:0}),C&&(C.data.push(t.subarray(M,L+Pt)),C.size+=L+Pt-M);break;case 0:Q&&(M+=t[M]+1),B=this._pmtId=ql(t,M);break;case B:Q&&(M+=t[M]+1);var Y=zl(t,M,this.typeSupported,r);(f=Y.avc)>0&&(l.pid=f),(A=Y.audio)>0&&(c.pid=A,c.segmentCodec=Y.segmentCodec),(v=Y.id3)>0&&(h.pid=v),b===null||E||(D.warn("MPEG-TS PMT found at "+L+" after unknown PID '"+b+"'. Backtracking to sync byte @"+T+" to parse all TS packets."),b=null,L=T-188),E=this.pmtParsed=!0;break;case 17:case 8191:break;default:b=P}}else R++;if(R>0){var K=new Error("Found "+R+" TS packet/s that do not start with 0x47");this.observer.emit(w.ERROR,w.ERROR,{type:X.MEDIA_ERROR,details:O.FRAG_PARSING_ERROR,fatal:!1,error:K,reason:K.message})}l.pesData=p,c.pesData=y,h.pesData=C;var V={audioTrack:c,videoTrack:l,id3Track:h,textTrack:u};return a&&this.extractRemainingSamples(V),V},n.flush=function(){var t,e=this.remainderData;return this.remainderData=null,t=e?this.demux(e,-1,!1,!0):{videoTrack:this._avcTrack,audioTrack:this._audioTrack,id3Track:this._id3Track,textTrack:this._txtTrack},this.extractRemainingSamples(t),this.sampleAes?this.decrypt(t,this.sampleAes):t},n.extractRemainingSamples=function(t){var e,r=t.audioTrack,a=t.videoTrack,o=t.id3Track,l=t.textTrack,c=a.pesData,h=r.pesData,u=o.pesData;if(c&&(e=Ge(c))?(this.parseAVCPES(a,l,e,!0),a.pesData=null):a.pesData=c,h&&(e=Ge(h))){switch(r.segmentCodec){case"aac":this.parseAACPES(r,e);break;case"mp3":this.parseMPEGPES(r,e)}r.pesData=null}else h!=null&&h.size&&D.log("last AAC PES packet truncated,might overlap between fragments"),r.pesData=h;u&&(e=Ge(u))?(this.parseID3PES(o,e),o.pesData=null):o.pesData=u},n.demuxSampleAes=function(t,e,r){var a=this.demux(t,r,!0,!this.config.progressive),o=this.sampleAes=new Gl(this.observer,this.config,e);return this.decrypt(a,o)},n.decrypt=function(t,e){return new Promise(function(r){var a=t.audioTrack,o=t.videoTrack;a.samples&&a.segmentCodec==="aac"?e.decryptAacSamples(a.samples,0,function(){o.samples?e.decryptAvcSamples(o.samples,0,0,function(){r(t)}):r(t)}):o.samples&&e.decryptAvcSamples(o.samples,0,0,function(){r(t)})})},n.destroy=function(){this._duration=0},n.parseAVCPES=function(t,e,r,a){var o,l=this,c=this.parseAVCNALu(t,r.data),h=this.avcSample,u=!1;r.data=null,h&&c.length&&!t.audFound&&(ur(h,t),h=this.avcSample=Xr(!1,r.pts,r.dts,"")),c.forEach(function(f){var p;switch(f.type){case 1:var A=!1;o=!0;var v,y=f.data;if(u&&y.length>4){var C=new Gn(y).readSliceType();C!==2&&C!==4&&C!==7&&C!==9||(A=!0)}A&&(v=h)!=null&&v.frame&&!h.key&&(ur(h,t),h=l.avcSample=null),h||(h=l.avcSample=Xr(!0,r.pts,r.dts,"")),h.frame=!0,h.key=A;break;case 5:o=!0,(p=h)!=null&&p.frame&&!h.key&&(ur(h,t),h=l.avcSample=null),h||(h=l.avcSample=Xr(!0,r.pts,r.dts,"")),h.key=!0,h.frame=!0;break;case 6:o=!0,ja(f.data,1,r.pts,e.samples);break;case 7:if(o=!0,u=!0,!t.sps){var b=f.data,E=new Gn(b).readSPS();t.width=E.width,t.height=E.height,t.pixelRatio=E.pixelRatio,t.sps=[b],t.duration=l._duration;for(var B=b.subarray(1,4),I="avc1.",T=0;T<3;T++){var R=B[T].toString(16);R.length<2&&(R="0"+R),I+=R}t.codec=I}break;case 8:o=!0,t.pps||(t.pps=[f.data]);break;case 9:o=!1,t.audFound=!0,h&&ur(h,t),h=l.avcSample=Xr(!1,r.pts,r.dts,"");break;case 12:o=!0;break;default:o=!1,h&&(h.debug+="unknown NAL "+f.type+" ")}h&&o&&h.units.push(f)}),a&&h&&(ur(h,t),this.avcSample=null)},n.getLastNalUnit=function(t){var e,r,a=this.avcSample;if(a&&a.units.length!==0||(a=t[t.length-1]),(e=a)!=null&&e.units){var o=a.units;r=o[o.length-1]}return r},n.parseAVCNALu=function(t,e){var r,a,o=e.byteLength,l=t.naluState||0,c=l,h=[],u=0,f=-1,p=0;for(l===-1&&(f=0,p=31&e[0],l=0,u=1);u<o;)if(r=e[u++],l)if(l!==1)if(r)if(r===1){if(f>=0){var A={data:e.subarray(f,u-l-1),type:p};h.push(A)}else{var v=this.getLastNalUnit(t.samples);if(v&&(c&&u<=4-c&&v.state&&(v.data=v.data.subarray(0,v.data.byteLength-c)),(a=u-l-1)>0)){var y=new Uint8Array(v.data.byteLength+a);y.set(v.data,0),y.set(e.subarray(0,a),v.data.byteLength),v.data=y,v.state=0}}u<o?(f=u,p=31&e[u],l=0):l=-1}else l=0;else l=3;else l=r?0:2;else l=r?0:1;if(f>=0&&l>=0){var C={data:e.subarray(f,o),type:p,state:l};h.push(C)}if(h.length===0){var b=this.getLastNalUnit(t.samples);if(b){var E=new Uint8Array(b.data.byteLength+e.byteLength);E.set(b.data,0),E.set(e,b.data.byteLength),b.data=E}}return t.naluState=l,h},n.parseAACPES=function(t,e){var r,a,o,l=0,c=this.aacOverFlow,h=e.data;if(c){this.aacOverFlow=null;var u=c.missing,f=c.sample.unit.byteLength;if(u===-1){var p=new Uint8Array(f+h.byteLength);p.set(c.sample.unit,0),p.set(h,f),h=p}else{var A=f-u;c.sample.unit.set(h.subarray(0,u),A),t.samples.push(c.sample),l=c.missing}}for(r=l,a=h.length;r<a-1&&!zr(h,r);r++);if(r!==l){var v,y=r<a-1;v=y?"AAC PES did not start with ADTS header,offset:"+r:"No ADTS header found in AAC PES";var C=new Error(v);if(D.warn("parsing error: "+v),this.observer.emit(w.ERROR,w.ERROR,{type:X.MEDIA_ERROR,details:O.FRAG_PARSING_ERROR,fatal:!1,levelRetry:y,error:C,reason:v}),!y)return}if(Un(t,this.observer,h,r,this.audioCodec),e.pts!==void 0)o=e.pts;else{if(!c)return void D.warn("[tsdemuxer]: AAC PES unknown PTS");var b=Qn(t.samplerate);o=c.sample.pts+b}for(var E,B=0;r<a;){if(r+=(E=Nn(t,h,r,o,B)).length,E.missing){this.aacOverFlow=E;break}for(B++;r<a-1&&!zr(h,r);r++);}},n.parseMPEGPES=function(t,e){var r=e.data,a=r.length,o=0,l=0,c=e.pts;if(c!==void 0)for(;l<a;)if(Hn(r,l)){var h=Kn(t,r,l,c,o);if(!h)break;l+=h.length,o++}else l++;else D.warn("[tsdemuxer]: MPEG PES unknown PTS")},n.parseID3PES=function(t,e){if(e.pts!==void 0){var r=mt({},e,{type:this._avcTrack?ar:ir,duration:Number.POSITIVE_INFINITY});t.samples.push(r)}else D.warn("[tsdemuxer]: ID3 PES unknown PTS")},s})();function Xr(s,n,t,e){return{key:s,frame:!1,pts:n,dts:t,units:[],debug:e,length:0}}function qi(s,n){return((31&s[n+1])<<8)+s[n+2]}function ql(s,n){return(31&s[n+10])<<8|s[n+11]}function zl(s,n,t,e){var r={audio:-1,avc:-1,id3:-1,segmentCodec:"aac"},a=n+3+((15&s[n+1])<<8|s[n+2])-4;for(n+=12+((15&s[n+10])<<8|s[n+11]);n<a;){var o=qi(s,n);switch(s[n]){case 207:if(!e){D.log("ADTS AAC with AES-128-CBC frame encryption found in unencrypted stream");break}case 15:r.audio===-1&&(r.audio=o);break;case 21:r.id3===-1&&(r.id3=o);break;case 219:if(!e){D.log("H.264 with AES-128-CBC slice encryption found in unencrypted stream");break}case 27:r.avc===-1&&(r.avc=o);break;case 3:case 4:t.mpeg!==!0&&t.mp3!==!0?D.log("MPEG audio found, not supported in this browser"):r.audio===-1&&(r.audio=o,r.segmentCodec="mp3");break;case 36:D.warn("Unsupported HEVC stream type found")}n+=5+((15&s[n+3])<<8|s[n+4])}return r}function Ge(s){var n,t,e,r,a,o=0,l=s.data;if(!s||s.size===0)return null;for(;l[0].length<19&&l.length>1;){var c=new Uint8Array(l[0].length+l[1].length);c.set(l[0]),c.set(l[1],l[0].length),l[0]=c,l.splice(1,1)}if(((n=l[0])[0]<<16)+(n[1]<<8)+n[2]===1){if((t=(n[4]<<8)+n[5])&&t>s.size-6)return null;var h=n[7];192&h&&(r=536870912*(14&n[9])+4194304*(255&n[10])+16384*(254&n[11])+128*(255&n[12])+(254&n[13])/2,64&h?r-(a=536870912*(14&n[14])+4194304*(255&n[15])+16384*(254&n[16])+128*(255&n[17])+(254&n[18])/2)>54e5&&(D.warn(Math.round((r-a)/9e4)+"s delta between PTS and DTS, align them"),r=a):a=r);var u=(e=n[8])+9;if(s.size<=u)return null;s.size-=u;for(var f=new Uint8Array(s.size),p=0,A=l.length;p<A;p++){var v=(n=l[p]).byteLength;if(u){if(u>v){u-=v;continue}n=n.subarray(u),v-=u,u=0}f.set(n,o),o+=v}return t&&(t-=e+3),{data:f,pts:r,dts:a,len:t}}return null}function ur(s,n){if(s.units.length&&s.frame){if(s.pts===void 0){var t=n.samples,e=t.length;if(!e)return void n.dropped++;var r=t[e-1];s.pts=r.pts,s.dts=r.dts}n.samples.push(s)}s.debug.length&&D.log(s.pts+"/"+s.dts+":"+s.debug)}var Wl=(function(s){function n(){return s.apply(this,arguments)||this}kt(n,s);var t=n.prototype;return t.resetInitSegment=function(e,r,a,o){s.prototype.resetInitSegment.call(this,e,r,a,o),this._audioTrack={container:"audio/mpeg",type:"audio",id:2,pid:-1,sequenceNumber:0,segmentCodec:"mp3",samples:[],manifestCodec:r,duration:o,inputTimeScale:9e4,dropped:0}},n.probe=function(e){if(!e)return!1;for(var r=(Fr(e,0)||[]).length,a=e.length;r<a;r++)if(Hl(e,r))return D.log("MPEG Audio sync word found !"),!0;return!1},t.canParse=function(e,r){return(function(a,o){return Vi(a,o)&&4<=a.length-o})(e,r)},t.appendFrame=function(e,r,a){if(this.basePTS!==null)return Kn(e,r,a,this.basePTS,this.frameIndex)},n})(On),Vn=(function(){function s(){}return s.getSilentFrame=function(n,t){if(n==="mp4a.40.2"){if(t===1)return new Uint8Array([0,200,0,128,35,128]);if(t===2)return new Uint8Array([33,0,73,144,2,25,0,35,128]);if(t===3)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,142]);if(t===4)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,128,44,128,8,2,56]);if(t===5)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,130,48,4,153,0,33,144,2,56]);if(t===6)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,130,48,4,153,0,33,144,2,0,178,0,32,8,224])}else{if(t===1)return new Uint8Array([1,64,34,128,163,78,230,128,186,8,0,0,0,28,6,241,193,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94]);if(t===2)return new Uint8Array([1,64,34,128,163,94,230,128,186,8,0,0,0,0,149,0,6,241,161,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94]);if(t===3)return new Uint8Array([1,64,34,128,163,94,230,128,186,8,0,0,0,0,149,0,6,241,161,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94])}},s})(),be=Math.pow(2,32)-1,Dt=(function(){function s(){}return s.init=function(){var n;for(n in s.types={avc1:[],avcC:[],btrt:[],dinf:[],dref:[],esds:[],ftyp:[],hdlr:[],mdat:[],mdhd:[],mdia:[],mfhd:[],minf:[],moof:[],moov:[],mp4a:[],".mp3":[],mvex:[],mvhd:[],pasp:[],sdtp:[],stbl:[],stco:[],stsc:[],stsd:[],stsz:[],stts:[],tfdt:[],tfhd:[],traf:[],trak:[],trun:[],trex:[],tkhd:[],vmhd:[],smhd:[]},s.types)s.types.hasOwnProperty(n)&&(s.types[n]=[n.charCodeAt(0),n.charCodeAt(1),n.charCodeAt(2),n.charCodeAt(3)]);s.HDLR_TYPES={video:new Uint8Array([0,0,0,0,0,0,0,0,118,105,100,101,0,0,0,0,0,0,0,0,0,0,0,0,86,105,100,101,111,72,97,110,100,108,101,114,0]),audio:new Uint8Array([0,0,0,0,0,0,0,0,115,111,117,110,0,0,0,0,0,0,0,0,0,0,0,0,83,111,117,110,100,72,97,110,100,108,101,114,0])};var t=new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,12,117,114,108,32,0,0,0,1]);s.STTS=s.STSC=s.STCO=new Uint8Array([0,0,0,0,0,0,0,0]),s.STSZ=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0]),s.VMHD=new Uint8Array([0,0,0,1,0,0,0,0,0,0,0,0]),s.SMHD=new Uint8Array([0,0,0,0,0,0,0,0]),s.STSD=new Uint8Array([0,0,0,0,0,0,0,1]);var e=new Uint8Array([105,115,111,109]),r=new Uint8Array([97,118,99,49]),a=new Uint8Array([0,0,0,1]);s.FTYP=s.box(s.types.ftyp,e,a,e,r),s.DINF=s.box(s.types.dinf,s.box(s.types.dref,t))},s.box=function(n){for(var t=8,e=arguments.length,r=new Array(e>1?e-1:0),a=1;a<e;a++)r[a-1]=arguments[a];for(var o=r.length,l=o;o--;)t+=r[o].byteLength;var c=new Uint8Array(t);for(c[0]=t>>24&255,c[1]=t>>16&255,c[2]=t>>8&255,c[3]=255&t,c.set(n,4),o=0,t=8;o<l;o++)c.set(r[o],t),t+=r[o].byteLength;return c},s.hdlr=function(n){return s.box(s.types.hdlr,s.HDLR_TYPES[n])},s.mdat=function(n){return s.box(s.types.mdat,n)},s.mdhd=function(n,t){t*=n;var e=Math.floor(t/(be+1)),r=Math.floor(t%(be+1));return s.box(s.types.mdhd,new Uint8Array([1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,3,n>>24&255,n>>16&255,n>>8&255,255&n,e>>24,e>>16&255,e>>8&255,255&e,r>>24,r>>16&255,r>>8&255,255&r,85,196,0,0]))},s.mdia=function(n){return s.box(s.types.mdia,s.mdhd(n.timescale,n.duration),s.hdlr(n.type),s.minf(n))},s.mfhd=function(n){return s.box(s.types.mfhd,new Uint8Array([0,0,0,0,n>>24,n>>16&255,n>>8&255,255&n]))},s.minf=function(n){return n.type==="audio"?s.box(s.types.minf,s.box(s.types.smhd,s.SMHD),s.DINF,s.stbl(n)):s.box(s.types.minf,s.box(s.types.vmhd,s.VMHD),s.DINF,s.stbl(n))},s.moof=function(n,t,e){return s.box(s.types.moof,s.mfhd(n),s.traf(e,t))},s.moov=function(n){for(var t=n.length,e=[];t--;)e[t]=s.trak(n[t]);return s.box.apply(null,[s.types.moov,s.mvhd(n[0].timescale,n[0].duration)].concat(e).concat(s.mvex(n)))},s.mvex=function(n){for(var t=n.length,e=[];t--;)e[t]=s.trex(n[t]);return s.box.apply(null,[s.types.mvex].concat(e))},s.mvhd=function(n,t){t*=n;var e=Math.floor(t/(be+1)),r=Math.floor(t%(be+1)),a=new Uint8Array([1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,3,n>>24&255,n>>16&255,n>>8&255,255&n,e>>24,e>>16&255,e>>8&255,255&e,r>>24,r>>16&255,r>>8&255,255&r,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255]);return s.box(s.types.mvhd,a)},s.sdtp=function(n){var t,e,r=n.samples||[],a=new Uint8Array(4+r.length);for(t=0;t<r.length;t++)e=r[t].flags,a[t+4]=e.dependsOn<<4|e.isDependedOn<<2|e.hasRedundancy;return s.box(s.types.sdtp,a)},s.stbl=function(n){return s.box(s.types.stbl,s.stsd(n),s.box(s.types.stts,s.STTS),s.box(s.types.stsc,s.STSC),s.box(s.types.stsz,s.STSZ),s.box(s.types.stco,s.STCO))},s.avc1=function(n){var t,e,r,a=[],o=[];for(t=0;t<n.sps.length;t++)r=(e=n.sps[t]).byteLength,a.push(r>>>8&255),a.push(255&r),a=a.concat(Array.prototype.slice.call(e));for(t=0;t<n.pps.length;t++)r=(e=n.pps[t]).byteLength,o.push(r>>>8&255),o.push(255&r),o=o.concat(Array.prototype.slice.call(e));var l=s.box(s.types.avcC,new Uint8Array([1,a[3],a[4],a[5],255,224|n.sps.length].concat(a).concat([n.pps.length]).concat(o))),c=n.width,h=n.height,u=n.pixelRatio[0],f=n.pixelRatio[1];return s.box(s.types.avc1,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,c>>8&255,255&c,h>>8&255,255&h,0,72,0,0,0,72,0,0,0,0,0,0,0,1,18,100,97,105,108,121,109,111,116,105,111,110,47,104,108,115,46,106,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,17,17]),l,s.box(s.types.btrt,new Uint8Array([0,28,156,128,0,45,198,192,0,45,198,192])),s.box(s.types.pasp,new Uint8Array([u>>24,u>>16&255,u>>8&255,255&u,f>>24,f>>16&255,f>>8&255,255&f])))},s.esds=function(n){var t=n.config.length;return new Uint8Array([0,0,0,0,3,23+t,0,1,0,4,15+t,64,21,0,0,0,0,0,0,0,0,0,0,0,5].concat([t]).concat(n.config).concat([6,1,2]))},s.mp4a=function(n){var t=n.samplerate;return s.box(s.types.mp4a,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,n.channelCount,0,16,0,0,0,0,t>>8&255,255&t,0,0]),s.box(s.types.esds,s.esds(n)))},s.mp3=function(n){var t=n.samplerate;return s.box(s.types[".mp3"],new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,n.channelCount,0,16,0,0,0,0,t>>8&255,255&t,0,0]))},s.stsd=function(n){return n.type==="audio"?n.segmentCodec==="mp3"&&n.codec==="mp3"?s.box(s.types.stsd,s.STSD,s.mp3(n)):s.box(s.types.stsd,s.STSD,s.mp4a(n)):s.box(s.types.stsd,s.STSD,s.avc1(n))},s.tkhd=function(n){var t=n.id,e=n.duration*n.timescale,r=n.width,a=n.height,o=Math.floor(e/(be+1)),l=Math.floor(e%(be+1));return s.box(s.types.tkhd,new Uint8Array([1,0,0,7,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,3,t>>24&255,t>>16&255,t>>8&255,255&t,0,0,0,0,o>>24,o>>16&255,o>>8&255,255&o,l>>24,l>>16&255,l>>8&255,255&l,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,r>>8&255,255&r,0,0,a>>8&255,255&a,0,0]))},s.traf=function(n,t){var e=s.sdtp(n),r=n.id,a=Math.floor(t/(be+1)),o=Math.floor(t%(be+1));return s.box(s.types.traf,s.box(s.types.tfhd,new Uint8Array([0,0,0,0,r>>24,r>>16&255,r>>8&255,255&r])),s.box(s.types.tfdt,new Uint8Array([1,0,0,0,a>>24,a>>16&255,a>>8&255,255&a,o>>24,o>>16&255,o>>8&255,255&o])),s.trun(n,e.length+16+20+8+16+8+8),e)},s.trak=function(n){return n.duration=n.duration||4294967295,s.box(s.types.trak,s.tkhd(n),s.mdia(n))},s.trex=function(n){var t=n.id;return s.box(s.types.trex,new Uint8Array([0,0,0,0,t>>24,t>>16&255,t>>8&255,255&t,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1]))},s.trun=function(n,t){var e,r,a,o,l,c,h=n.samples||[],u=h.length,f=12+16*u,p=new Uint8Array(f);for(t+=8+f,p.set([n.type==="video"?1:0,0,15,1,u>>>24&255,u>>>16&255,u>>>8&255,255&u,t>>>24&255,t>>>16&255,t>>>8&255,255&t],0),e=0;e<u;e++)a=(r=h[e]).duration,o=r.size,l=r.flags,c=r.cts,p.set([a>>>24&255,a>>>16&255,a>>>8&255,255&a,o>>>24&255,o>>>16&255,o>>>8&255,255&o,l.isLeading<<2|l.dependsOn,l.isDependedOn<<6|l.hasRedundancy<<4|l.paddingValue<<1|l.isNonSync,61440&l.degradPrio,15&l.degradPrio,c>>>24&255,c>>>16&255,c>>>8&255,255&c],12+16*e);return s.box(s.types.trun,p)},s.initSegment=function(n){s.types||s.init();var t=s.moov(n),e=new Uint8Array(s.FTYP.byteLength+t.byteLength);return e.set(s.FTYP),e.set(t,s.FTYP.byteLength),e},s})();function zi(s,n,t,e){t===void 0&&(t=1),e===void 0&&(e=!1);var r=s*n*t;return e?Math.round(r):r}function gr(s,n){return n===void 0&&(n=!1),zi(s,1e3,1/9e4,n)}Dt.types=void 0,Dt.HDLR_TYPES=void 0,Dt.STTS=void 0,Dt.STSC=void 0,Dt.STCO=void 0,Dt.STSZ=void 0,Dt.VMHD=void 0,Dt.SMHD=void 0,Dt.STSD=void 0,Dt.FTYP=void 0,Dt.DINF=void 0;var Jr=null,Wi=null,Xi=(function(){function s(t,e,r,a){if(this.observer=void 0,this.config=void 0,this.typeSupported=void 0,this.ISGenerated=!1,this._initPTS=null,this._initDTS=null,this.nextAvcDts=null,this.nextAudioPts=null,this.videoSampleDuration=null,this.isAudioContiguous=!1,this.isVideoContiguous=!1,this.observer=t,this.config=e,this.typeSupported=r,this.ISGenerated=!1,Jr===null){var o=(navigator.userAgent||"").match(/Chrome\/(\d+)/i);Jr=o?parseInt(o[1]):0}if(Wi===null){var l=navigator.userAgent.match(/Safari\/(\d+)/i);Wi=l?parseInt(l[1]):0}}var n=s.prototype;return n.destroy=function(){},n.resetTimeStamp=function(t){D.log("[mp4-remuxer]: initPTS & initDTS reset"),this._initPTS=this._initDTS=t},n.resetNextTimestamp=function(){D.log("[mp4-remuxer]: reset next timestamp"),this.isVideoContiguous=!1,this.isAudioContiguous=!1},n.resetInitSegment=function(){D.log("[mp4-remuxer]: ISGenerated flag reset"),this.ISGenerated=!1},n.getVideoStartPts=function(t){var e=!1,r=t.reduce(function(a,o){var l=o.pts-a;return l<-4294967296?(e=!0,Gt(a,o.pts)):l>0?a:o.pts},t[0].pts);return e&&D.debug("PTS rollover detected"),r},n.remux=function(t,e,r,a,o,l,c,h){var u,f,p,A,v,y,C=o,b=o,E=t.pid>-1,B=e.pid>-1,I=e.samples.length,T=t.samples.length>0,R=c&&I>0||I>1;if((!E||T)&&(!B||R)||this.ISGenerated||c){this.ISGenerated||(p=this.generateIS(t,e,o,l));var L,Q=this.isVideoContiguous,P=-1;if(R&&(P=(function(J){for(var q=0;q<J.length;q++)if(J[q].key)return q;return-1})(e.samples),!Q&&this.config.forceKeyFrameOnDiscontinuity))if(y=!0,P>0){D.warn("[mp4-remuxer]: Dropped "+P+" out of "+I+" video samples due to a missing keyframe");var M=this.getVideoStartPts(e.samples);e.samples=e.samples.slice(P),e.dropped+=P,L=b+=(e.samples[0].pts-M)/e.inputTimeScale}else P===-1&&(D.warn("[mp4-remuxer]: No keyframe found out of "+I+" video samples"),y=!1);if(this.ISGenerated){if(T&&R){var Y=this.getVideoStartPts(e.samples),K=(Gt(t.samples[0].pts,Y)-Y)/e.inputTimeScale;C+=Math.max(0,K),b+=Math.max(0,-K)}if(T){if(t.samplerate||(D.warn("[mp4-remuxer]: regenerate InitSegment as audio detected"),p=this.generateIS(t,e,o,l)),f=this.remuxAudio(t,C,this.isAudioContiguous,l,B||R||h===$t?b:void 0),R){var V=f?f.endPTS-f.startPTS:0;e.inputTimeScale||(D.warn("[mp4-remuxer]: regenerate InitSegment as video detected"),p=this.generateIS(t,e,o,l)),u=this.remuxVideo(e,b,Q,V)}}else R&&(u=this.remuxVideo(e,b,Q,0));u&&(u.firstKeyFrame=P,u.independent=P!==-1,u.firstKeyFramePTS=L)}}return this.ISGenerated&&this._initPTS&&this._initDTS&&(r.samples.length&&(v=qn(r,o,this._initPTS,this._initDTS)),a.samples.length&&(A=zn(a,o,this._initPTS))),{audio:f,video:u,initSegment:p,independent:y,text:A,id3:v}},n.generateIS=function(t,e,r,a){var o,l,c,h=t.samples,u=e.samples,f=this.typeSupported,p={},A=this._initPTS,v=!A||a,y="audio/mp4";if(v&&(o=l=1/0),t.config&&h.length&&(t.timescale=t.samplerate,t.segmentCodec==="mp3"&&(f.mpeg?(y="audio/mpeg",t.codec=""):f.mp3&&(t.codec="mp3")),p.audio={id:"audio",container:y,codec:t.codec,initSegment:t.segmentCodec==="mp3"&&f.mpeg?new Uint8Array(0):Dt.initSegment([t]),metadata:{channelCount:t.channelCount}},v&&(c=t.inputTimeScale,A&&c===A.timescale?v=!1:o=l=h[0].pts-Math.round(c*r))),e.sps&&e.pps&&u.length&&(e.timescale=e.inputTimeScale,p.video={id:"main",container:"video/mp4",codec:e.codec,initSegment:Dt.initSegment([e]),metadata:{width:e.width,height:e.height}},v))if(c=e.inputTimeScale,A&&c===A.timescale)v=!1;else{var C=this.getVideoStartPts(u),b=Math.round(c*r);l=Math.min(l,Gt(u[0].dts,C)-b),o=Math.min(o,C-b)}if(Object.keys(p).length)return this.ISGenerated=!0,v?(this._initPTS={baseTime:o,timescale:c},this._initDTS={baseTime:l,timescale:c}):o=c=void 0,{tracks:p,initPTS:o,timescale:c}},n.remuxVideo=function(t,e,r,a){var o,l,c=t.inputTimeScale,h=t.samples,u=[],f=h.length,p=this._initPTS,A=this.nextAvcDts,v=8,y=this.videoSampleDuration,C=Number.POSITIVE_INFINITY,b=Number.NEGATIVE_INFINITY,E=!1;r&&A!==null||(A=e*c-(h[0].pts-Gt(h[0].dts,h[0].pts)));for(var B=p.baseTime*c/p.timescale,I=0;I<f;I++){var T=h[I];T.pts=Gt(T.pts-B,A),T.dts=Gt(T.dts-B,A),T.dts<h[I>0?I-1:I].dts&&(E=!0)}E&&h.sort(function(ai,Do){var qc=ai.dts-Do.dts,zc=ai.pts-Do.pts;return qc||zc}),o=h[0].dts;var R=(l=h[h.length-1].dts)-o,L=R?Math.round(R/(f-1)):y||t.inputTimeScale/30;if(r){var Q=o-A,P=Q>L,M=Q<-1;if((P||M)&&(P?D.warn("AVC: "+gr(Q,!0)+" ms ("+Q+"dts) hole between fragments detected, filling it"):D.warn("AVC: "+gr(-Q,!0)+" ms ("+Q+"dts) overlapping between fragments detected"),!M||A>=h[0].pts)){o=A;var Y=h[0].pts-Q;h[0].dts=o,h[0].pts=Y,D.log("Video: First PTS/DTS adjusted: "+gr(Y,!0)+"/"+gr(o,!0)+", delta: "+gr(Q,!0)+" ms")}}o=Math.max(0,o);for(var K=0,V=0,J=0;J<f;J++){for(var q=h[J],z=q.units,_=z.length,H=0,it=0;it<_;it++)H+=z[it].data.length;V+=H,K+=_,q.length=H,q.dts=Math.max(q.dts,o),C=Math.min(q.pts,C),b=Math.max(q.pts,b)}l=h[f-1].dts;var at,lt=V+4*K+8;try{at=new Uint8Array(lt)}catch(ai){this.observer.emit(w.ERROR,w.ERROR,{type:X.MUX_ERROR,details:O.REMUX_ALLOC_ERROR,fatal:!1,error:ai,bytes:lt,reason:"fail allocating video mdat "+lt});return}var ft=new DataView(at.buffer);ft.setUint32(0,lt),at.set(Dt.types.mdat,4);for(var Bt=!1,Lt=Number.POSITIVE_INFINITY,Wt=Number.POSITIVE_INFINITY,Kt=Number.NEGATIVE_INFINITY,qt=Number.NEGATIVE_INFINITY,Ct=0;Ct<f;Ct++){for(var xt=h[Ct],Xt=xt.units,xe=0,Mt=0,ei=Xt.length;Mt<ei;Mt++){var fr=Xt[Mt],ri=fr.data,ze=fr.data.byteLength;ft.setUint32(v,ze),v+=4,at.set(ri,v),v+=ze,xe+=4+ze}var Re=void 0;if(Ct<f-1)y=h[Ct+1].dts-xt.dts,Re=h[Ct+1].pts-xt.pts;else{var Le=this.config,ii=Ct>0?xt.dts-h[Ct-1].dts:L;if(Re=Ct>0?xt.pts-h[Ct-1].pts:L,Le.stretchShortVideoTrack&&this.nextAudioPts!==null){var Kc=Math.floor(Le.maxBufferHole*c),fa=(a?C+a*c:this.nextAudioPts)-xt.pts;fa>Kc?((y=fa-ii)<0?y=ii:Bt=!0,D.log("[mp4-remuxer]: It is approximately "+fa/90+" ms to the next segment; using duration "+y/90+" ms for the last video frame.")):y=ii}else y=ii}var Yc=Math.round(xt.pts-xt.dts);Lt=Math.min(Lt,y),Kt=Math.max(Kt,y),Wt=Math.min(Wt,Re),qt=Math.max(qt,Re),u.push(new Wn(xt.key,y,xe,Yc))}if(u.length){if(Jr){if(Jr<70){var Bo=u[0].flags;Bo.dependsOn=2,Bo.isNonSync=0}}else if(Wi&&qt-Wt<Kt-Lt&&L/Kt<.025&&u[0].cts===0){D.warn("Found irregular gaps in sample duration. Using PTS instead of DTS to determine MP4 sample duration.");for(var pa=o,Jt=0,So=u.length;Jt<So;Jt++){var To=pa+u[Jt].duration,Hc=pa+u[Jt].cts;if(Jt<So-1){var Gc=To+u[Jt+1].cts;u[Jt].duration=Gc-Hc}else u[Jt].duration=Jt?u[Jt-1].duration:L;u[Jt].cts=0,pa=To}}}y=Bt||!y?L:y,this.nextAvcDts=A=l+y,this.videoSampleDuration=y,this.isVideoContiguous=!0;var Vc={data1:Dt.moof(t.sequenceNumber++,o,mt({},t,{samples:u})),data2:at,startPTS:C/c,endPTS:(b+y)/c,startDTS:o/c,endDTS:A/c,type:"video",hasAudio:!1,hasVideo:!0,nb:u.length,dropped:t.dropped};return t.samples=[],t.dropped=0,Vc},n.remuxAudio=function(t,e,r,a,o){var l=t.inputTimeScale,c=l/(t.samplerate?t.samplerate:l),h=t.segmentCodec==="aac"?1024:1152,u=h*c,f=this._initPTS,p=t.segmentCodec==="mp3"&&this.typeSupported.mpeg,A=[],v=o!==void 0,y=t.samples,C=p?0:8,b=this.nextAudioPts||-1,E=e*l,B=f.baseTime*l/f.timescale;if(this.isAudioContiguous=r=r||y.length&&b>0&&(a&&Math.abs(E-b)<9e3||Math.abs(Gt(y[0].pts-B,E)-b)<20*u),y.forEach(function(Mt){Mt.pts=Gt(Mt.pts-B,E)}),!r||b<0){if(y=y.filter(function(Mt){return Mt.pts>=0}),!y.length)return;b=o===0?0:a&&!v?Math.max(0,E):y[0].pts}if(t.segmentCodec==="aac")for(var I=this.config.maxAudioFramesDrift,T=0,R=b;T<y.length;T++){var L=y[T],Q=L.pts,P=Q-R,M=Math.abs(1e3*P/l);if(P<=-I*u&&v)T===0&&(D.warn("Audio frame @ "+(Q/l).toFixed(3)+"s overlaps nextAudioPts by "+Math.round(1e3*P/l)+" ms."),this.nextAudioPts=b=R=Q);else if(P>=I*u&&M<1e4&&v){var Y=Math.round(P/u);(R=Q-Y*u)<0&&(Y--,R+=u),T===0&&(this.nextAudioPts=b=R),D.warn("[mp4-remuxer]: Injecting "+Y+" audio frame @ "+(R/l).toFixed(3)+"s due to "+Math.round(1e3*P/l)+" ms gap.");for(var K=0;K<Y;K++){var V=Math.max(R,0),J=Vn.getSilentFrame(t.manifestCodec||t.codec,t.channelCount);J||(D.log("[mp4-remuxer]: Unable to get silent frame for given audio codec; duplicating last frame instead."),J=L.unit.subarray()),y.splice(T,0,{unit:J,pts:V}),R+=u,T++}}L.pts=R,R+=u}for(var q,z=null,_=null,H=0,it=y.length;it--;)H+=y[it].unit.byteLength;for(var at=0,lt=y.length;at<lt;at++){var ft=y[at],Bt=ft.unit,Lt=ft.pts;if(_!==null)A[at-1].duration=Math.round((Lt-_)/c);else{if(r&&t.segmentCodec==="aac"&&(Lt=b),z=Lt,!(H>0))return;H+=C;try{q=new Uint8Array(H)}catch(Mt){this.observer.emit(w.ERROR,w.ERROR,{type:X.MUX_ERROR,details:O.REMUX_ALLOC_ERROR,fatal:!1,error:Mt,bytes:H,reason:"fail allocating audio mdat "+H});return}p||(new DataView(q.buffer).setUint32(0,H),q.set(Dt.types.mdat,4))}q.set(Bt,C);var Wt=Bt.byteLength;C+=Wt,A.push(new Wn(!0,h,Wt,0)),_=Lt}var Kt=A.length;if(Kt){var qt=A[A.length-1];this.nextAudioPts=b=_+c*qt.duration;var Ct=p?new Uint8Array(0):Dt.moof(t.sequenceNumber++,z/c,mt({},t,{samples:A}));t.samples=[];var xt=z/l,Xt=b/l,xe={data1:Ct,data2:q,startPTS:xt,endPTS:Xt,startDTS:xt,endDTS:Xt,type:"audio",hasAudio:!0,hasVideo:!1,nb:Kt};return this.isAudioContiguous=!0,xe}},n.remuxEmptyAudio=function(t,e,r,a){var o=t.inputTimeScale,l=o/(t.samplerate?t.samplerate:o),c=this.nextAudioPts,h=this._initDTS,u=9e4*h.baseTime/h.timescale,f=(c!==null?c:a.startDTS*o)+u,p=a.endDTS*o+u,A=1024*l,v=Math.ceil((p-f)/A),y=Vn.getSilentFrame(t.manifestCodec||t.codec,t.channelCount);if(D.warn("[mp4-remuxer]: remux empty Audio"),y){for(var C=[],b=0;b<v;b++){var E=f+b*A;C.push({unit:y,pts:E,dts:E})}return t.samples=C,this.remuxAudio(t,e,r,!1)}D.trace("[mp4-remuxer]: Unable to remuxEmptyAudio since we were unable to get a silent frame for given audio codec")},s})();function Gt(s,n){var t;if(n===null)return s;for(t=n<s?-8589934592:8589934592;Math.abs(s-n)>4294967296;)s+=t;return s}function qn(s,n,t,e){var r=s.samples.length;if(r){for(var a=s.inputTimeScale,o=0;o<r;o++){var l=s.samples[o];l.pts=Gt(l.pts-t.baseTime*a/t.timescale,n*a)/a,l.dts=Gt(l.dts-e.baseTime*a/e.timescale,n*a)/a}var c=s.samples;return s.samples=[],{samples:c}}}function zn(s,n,t){var e=s.samples.length;if(e){for(var r=s.inputTimeScale,a=0;a<e;a++){var o=s.samples[a];o.pts=Gt(o.pts-t.baseTime*r/t.timescale,n*r)/r}s.samples.sort(function(c,h){return c.pts-h.pts});var l=s.samples;return s.samples=[],{samples:l}}}var he,Wn=function(s,n,t,e){this.size=void 0,this.duration=void 0,this.cts=void 0,this.flags=void 0,this.duration=n,this.size=t,this.cts=e,this.flags=new Xl(s)},Xl=function(s){this.isLeading=0,this.isDependedOn=0,this.hasRedundancy=0,this.degradPrio=0,this.dependsOn=1,this.isNonSync=1,this.dependsOn=s?2:1,this.isNonSync=s?0:1},Jl=(function(){function s(){this.emitInitSegment=!1,this.audioCodec=void 0,this.videoCodec=void 0,this.initData=void 0,this.initPTS=null,this.initTracks=void 0,this.lastEndTime=null}var n=s.prototype;return n.destroy=function(){},n.resetTimeStamp=function(t){this.initPTS=t,this.lastEndTime=null},n.resetNextTimestamp=function(){this.lastEndTime=null},n.resetInitSegment=function(t,e,r,a){this.audioCodec=e,this.videoCodec=r,this.generateInitSegment((function(o,l){if(!o||!l)return o;var c=l.keyId;return c&&l.isCommonEncryption&&st(o,["moov","trak"]).forEach(function(h){var u=st(h,["mdia","minf","stbl","stsd"])[0].subarray(8),f=st(u,["enca"]),p=f.length>0;p||(f=st(u,["encv"])),f.forEach(function(A){st(p?A.subarray(28):A.subarray(78),["sinf"]).forEach(function(v){var y=Ja(v);if(y){var C=y.subarray(8,24);C.some(function(b){return b!==0})||(D.log("[eme] Patching keyId in 'enc"+(p?"a":"v")+">sinf>>tenc' box: "+jt(C)+" -> "+jt(c)),y.set(c,8))}})})}),o})(t,a)),this.emitInitSegment=!0},n.generateInitSegment=function(t){var e=this.audioCodec,r=this.videoCodec;if(t==null||!t.byteLength)return this.initTracks=void 0,void(this.initData=void 0);var a=this.initData=Xa(t);e||(e=Xn(a.audio,St)),r||(r=Xn(a.video,Ft));var o={};a.audio&&a.video?o.audiovideo={container:"video/mp4",codec:e+","+r,initSegment:t,id:"main"}:a.audio?o.audio={container:"audio/mp4",codec:e,initSegment:t,id:"audio"}:a.video?o.video={container:"video/mp4",codec:r,initSegment:t,id:"main"}:D.warn("[passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes."),this.initTracks=o},n.remux=function(t,e,r,a,o,l){var c,h,u=this.initPTS,f=this.lastEndTime,p={audio:void 0,video:void 0,text:a,id3:r,initSegment:void 0};W(f)||(f=this.lastEndTime=o||0);var A=e.samples;if(A==null||!A.length)return p;var v={initPTS:void 0,timescale:1},y=this.initData;if((c=y)!=null&&c.length||(this.generateInitSegment(A),y=this.initData),(h=y)==null||!h.length)return D.warn("[passthrough-remuxer.ts]: Failed to generate initSegment."),p;this.emitInitSegment&&(v.tracks=this.initTracks,this.emitInitSegment=!1);var C=(function(P,M){for(var Y=0,K=0,V=0,J=st(P,["moof","traf"]),q=0;q<J.length;q++){var z=J[q],_=st(z,["tfhd"])[0],H=M[$(_,4)];if(H){var it=H.default,at=$(_,0)|it?.flags,lt=it?.duration;8&at&&(lt=$(_,2&at?12:8));for(var ft=H.timescale||9e4,Bt=st(z,["trun"]),Lt=0;Lt<Bt.length;Lt++)!(Y=al(Bt[Lt]))&<&&(Y=lt*$(Bt[Lt],4)),H.type===Ft?K+=Y/ft:H.type===St&&(V+=Y/ft)}}if(K===0&&V===0){for(var Wt=0,Kt=st(P,["sidx"]),qt=0;qt<Kt.length;qt++){var Ct=il(Kt[qt]);Ct!=null&&Ct.references&&(Wt+=Ct.references.reduce(function(xt,Xt){return xt+Xt.info.duration||0},0))}return Wt}return K||V})(A,y),b=(function(P,M){return st(M,["moof","traf"]).reduce(function(Y,K){var V=st(K,["tfdt"])[0],J=V[0],q=st(K,["tfhd"]).reduce(function(z,_){var H=P[$(_,4)];if(H){var it=$(V,4);if(J===1){if(it===Pr)return D.warn("[mp4-demuxer]: Ignoring assumed invalid signed 64-bit track fragment decode time"),z;it*=Pr+1,it+=$(V,8)}var at=it/(H.timescale||9e4);if(isFinite(at)&&(z===null||at<z))return at}return z},null);return q!==null&&isFinite(q)&&(Y===null||q<Y)?q:Y},null)})(y,A),E=b===null?o:b;((function(P,M,Y,K){if(P===null)return!0;var V=Math.max(K,1),J=M-P.baseTime/P.timescale;return Math.abs(J-Y)>V})(u,E,o,C)||v.timescale!==u.timescale&&l)&&(v.initPTS=E-o,u&&u.timescale===1&&D.warn("Adjusting initPTS by "+(v.initPTS-u.baseTime)),this.initPTS=u={baseTime:v.initPTS,timescale:1});var B=t?E-u.baseTime/u.timescale:f,I=B+C;(function(P,M,Y){st(M,["moof","traf"]).forEach(function(K){st(K,["tfhd"]).forEach(function(V){var J=P[$(V,4)];if(J){var q=J.timescale||9e4;st(K,["tfdt"]).forEach(function(z){var _=z[0],H=$(z,4);if(_===0)H-=Y*q,wi(z,4,H=Math.max(H,0));else{H*=Math.pow(2,32),H+=$(z,8),H-=Y*q,H=Math.max(H,0);var it=Math.floor(H/(Pr+1)),at=Math.floor(H%(Pr+1));wi(z,4,it),wi(z,8,at)}})}})})})(y,A,u.baseTime/u.timescale),C>0?this.lastEndTime=I:(D.warn("Duration parsed from mp4 should be greater than zero"),this.resetNextTimestamp());var T=!!y.audio,R=!!y.video,L="";T&&(L+="audio"),R&&(L+="video");var Q={data1:A,startPTS:B,startDTS:B,endPTS:I,endDTS:I,type:L,hasAudio:T,hasVideo:R,nb:1,dropped:0};return p.audio=Q.type==="audio"?Q:void 0,p.video=Q.type!=="audio"?Q:void 0,p.initSegment=v,p.id3=qn(r,o,u,u),a.samples.length&&(p.text=zn(a,o,u)),p},s})();function Xn(s,n){var t=s?.codec;return t&&t.length>4?t:t==="hvc1"||t==="hev1"?"hvc1.1.6.L120.90":t==="av01"?"av01.0.04M.08":t==="avc1"||n===Ft?"avc1.42e01e":"mp4a.40.5"}try{he=self.performance.now.bind(self.performance)}catch{D.debug("Unable to use Performance API on this environment"),he=typeof self<"u"&&self.Date.now}var Ji=[{demux:Ul,remux:Jl},{demux:Vl,remux:Xi},{demux:Pl,remux:Xi},{demux:Wl,remux:Xi}],_i=(function(){function s(t,e,r,a,o){this.async=!1,this.observer=void 0,this.typeSupported=void 0,this.config=void 0,this.vendor=void 0,this.id=void 0,this.demuxer=void 0,this.remuxer=void 0,this.decrypter=void 0,this.probe=void 0,this.decryptionPromise=null,this.transmuxConfig=void 0,this.currentTransmuxState=void 0,this.observer=t,this.typeSupported=e,this.config=r,this.vendor=a,this.id=o}var n=s.prototype;return n.configure=function(t){this.transmuxConfig=t,this.decrypter&&this.decrypter.reset()},n.push=function(t,e,r,a){var o=this,l=r.transmuxing;l.executeStart=he();var c=new Uint8Array(t),h=this.currentTransmuxState,u=this.transmuxConfig;a&&(this.currentTransmuxState=a);var f=a||h,p=f.contiguous,A=f.discontinuity,v=f.trackSwitch,y=f.accurateTimeOffset,C=f.timeOffset,b=f.initSegmentChange,E=u.audioCodec,B=u.videoCodec,I=u.defaultInitPts,T=u.duration,R=u.initSegmentData,L=(function(J,q){var z=null;return J.byteLength>0&&q!=null&&q.key!=null&&q.iv!==null&&q.method!=null&&(z=q),z})(c,e);if(L&&L.method==="AES-128"){var Q=this.getDecrypter();if(!Q.isSync())return this.decryptionPromise=Q.webCryptoDecrypt(c,L.key.buffer,L.iv.buffer).then(function(J){var q=o.push(J,null,r);return o.decryptionPromise=null,q}),this.decryptionPromise;var P=Q.softwareDecrypt(c,L.key.buffer,L.iv.buffer);if(r.part>-1&&(P=Q.flush()),!P)return l.executeEnd=he(),ji(r);c=new Uint8Array(P)}var M=this.needsProbing(A,v);if(M){var Y=this.configureTransmuxer(c);if(Y)return D.warn("[transmuxer] "+Y.message),this.observer.emit(w.ERROR,w.ERROR,{type:X.MEDIA_ERROR,details:O.FRAG_PARSING_ERROR,fatal:!1,error:Y,reason:Y.message}),l.executeEnd=he(),ji(r)}(A||v||b||M)&&this.resetInitSegment(R,E,B,T,e),(A||b||M)&&this.resetInitialTimestamp(I),p||this.resetContiguity();var K=this.transmux(c,L,C,y,r),V=this.currentTransmuxState;return V.contiguous=!0,V.discontinuity=!1,V.trackSwitch=!1,l.executeEnd=he(),K},n.flush=function(t){var e=this,r=t.transmuxing;r.executeStart=he();var a=this.decrypter,o=this.currentTransmuxState,l=this.decryptionPromise;if(l)return l.then(function(){return e.flush(t)});var c=[],h=o.timeOffset;if(a){var u=a.flush();u&&c.push(this.push(u,null,t))}var f=this.demuxer,p=this.remuxer;if(!f||!p)return r.executeEnd=he(),[ji(t)];var A=f.flush(h);return Se(A)?A.then(function(v){return e.flushRemux(c,v,t),c}):(this.flushRemux(c,A,t),c)},n.flushRemux=function(t,e,r){var a=e.audioTrack,o=e.videoTrack,l=e.id3Track,c=e.textTrack,h=this.currentTransmuxState,u=h.accurateTimeOffset,f=h.timeOffset;D.log("[transmuxer.ts]: Flushed fragment "+r.sn+(r.part>-1?" p: "+r.part:"")+" of level "+r.level);var p=this.remuxer.remux(a,o,l,c,f,u,!0,this.id);t.push({remuxResult:p,chunkMeta:r}),r.transmuxing.executeEnd=he()},n.resetInitialTimestamp=function(t){var e=this.demuxer,r=this.remuxer;e&&r&&(e.resetTimeStamp(t),r.resetTimeStamp(t))},n.resetContiguity=function(){var t=this.demuxer,e=this.remuxer;t&&e&&(t.resetContiguity(),e.resetNextTimestamp())},n.resetInitSegment=function(t,e,r,a,o){var l=this.demuxer,c=this.remuxer;l&&c&&(l.resetInitSegment(t,e,r,a),c.resetInitSegment(t,e,r,o))},n.destroy=function(){this.demuxer&&(this.demuxer.destroy(),this.demuxer=void 0),this.remuxer&&(this.remuxer.destroy(),this.remuxer=void 0)},n.transmux=function(t,e,r,a,o){return e&&e.method==="SAMPLE-AES"?this.transmuxSampleAes(t,e,r,a,o):this.transmuxUnencrypted(t,r,a,o)},n.transmuxUnencrypted=function(t,e,r,a){var o=this.demuxer.demux(t,e,!1,!this.config.progressive),l=o.audioTrack,c=o.videoTrack,h=o.id3Track,u=o.textTrack;return{remuxResult:this.remuxer.remux(l,c,h,u,e,r,!1,this.id),chunkMeta:a}},n.transmuxSampleAes=function(t,e,r,a,o){var l=this;return this.demuxer.demuxSampleAes(t,e,r).then(function(c){return{remuxResult:l.remuxer.remux(c.audioTrack,c.videoTrack,c.id3Track,c.textTrack,r,a,!1,l.id),chunkMeta:o}})},n.configureTransmuxer=function(t){for(var e,r=this.config,a=this.observer,o=this.typeSupported,l=this.vendor,c=0,h=Ji.length;c<h;c++)if(Ji[c].demux.probe(t)){e=Ji[c];break}if(!e)return new Error("Failed to find demuxer by probing fragment data");var u=this.demuxer,f=this.remuxer,p=e.remux,A=e.demux;f&&f instanceof p||(this.remuxer=new p(a,r,o,l)),u&&u instanceof A||(this.demuxer=new A(a,r,o),this.probe=A.probe)},n.needsProbing=function(t,e){return!this.demuxer||!this.remuxer||t||e},n.getDecrypter=function(){var t=this.decrypter;return t||(t=this.decrypter=new Ki(this.config)),t},s})(),ji=function(s){return{remuxResult:{},chunkMeta:s}};function Se(s){return"then"in s&&s.then instanceof Function}var _l=function(s,n,t,e,r){this.audioCodec=void 0,this.videoCodec=void 0,this.initSegmentData=void 0,this.duration=void 0,this.defaultInitPts=void 0,this.audioCodec=s,this.videoCodec=n,this.initSegmentData=t,this.duration=e,this.defaultInitPts=r||null},jl=function(s,n,t,e,r,a){this.discontinuity=void 0,this.contiguous=void 0,this.accurateTimeOffset=void 0,this.trackSwitch=void 0,this.timeOffset=void 0,this.initSegmentChange=void 0,this.discontinuity=s,this.contiguous=n,this.accurateTimeOffset=t,this.trackSwitch=e,this.timeOffset=r,this.initSegmentChange=a},Jn={exports:{}};(function(s){var n=Object.prototype.hasOwnProperty,t="~";function e(){}function r(c,h,u){this.fn=c,this.context=h,this.once=u||!1}function a(c,h,u,f,p){if(typeof u!="function")throw new TypeError("The listener must be a function");var A=new r(u,f||c,p),v=t?t+h:h;return c._events[v]?c._events[v].fn?c._events[v]=[c._events[v],A]:c._events[v].push(A):(c._events[v]=A,c._eventsCount++),c}function o(c,h){--c._eventsCount==0?c._events=new e:delete c._events[h]}function l(){this._events=new e,this._eventsCount=0}Object.create&&(e.prototype=Object.create(null),new e().__proto__||(t=!1)),l.prototype.eventNames=function(){var c,h,u=[];if(this._eventsCount===0)return u;for(h in c=this._events)n.call(c,h)&&u.push(t?h.slice(1):h);return Object.getOwnPropertySymbols?u.concat(Object.getOwnPropertySymbols(c)):u},l.prototype.listeners=function(c){var h=t?t+c:c,u=this._events[h];if(!u)return[];if(u.fn)return[u.fn];for(var f=0,p=u.length,A=new Array(p);f<p;f++)A[f]=u[f].fn;return A},l.prototype.listenerCount=function(c){var h=t?t+c:c,u=this._events[h];return u?u.fn?1:u.length:0},l.prototype.emit=function(c,h,u,f,p,A){var v=t?t+c:c;if(!this._events[v])return!1;var y,C,b=this._events[v],E=arguments.length;if(b.fn){switch(b.once&&this.removeListener(c,b.fn,void 0,!0),E){case 1:return b.fn.call(b.context),!0;case 2:return b.fn.call(b.context,h),!0;case 3:return b.fn.call(b.context,h,u),!0;case 4:return b.fn.call(b.context,h,u,f),!0;case 5:return b.fn.call(b.context,h,u,f,p),!0;case 6:return b.fn.call(b.context,h,u,f,p,A),!0}for(C=1,y=new Array(E-1);C<E;C++)y[C-1]=arguments[C];b.fn.apply(b.context,y)}else{var B,I=b.length;for(C=0;C<I;C++)switch(b[C].once&&this.removeListener(c,b[C].fn,void 0,!0),E){case 1:b[C].fn.call(b[C].context);break;case 2:b[C].fn.call(b[C].context,h);break;case 3:b[C].fn.call(b[C].context,h,u);break;case 4:b[C].fn.call(b[C].context,h,u,f);break;default:if(!y)for(B=1,y=new Array(E-1);B<E;B++)y[B-1]=arguments[B];b[C].fn.apply(b[C].context,y)}}return!0},l.prototype.on=function(c,h,u){return a(this,c,h,u,!1)},l.prototype.once=function(c,h,u){return a(this,c,h,u,!0)},l.prototype.removeListener=function(c,h,u,f){var p=t?t+c:c;if(!this._events[p])return this;if(!h)return o(this,p),this;var A=this._events[p];if(A.fn)A.fn!==h||f&&!A.once||u&&A.context!==u||o(this,p);else{for(var v=0,y=[],C=A.length;v<C;v++)(A[v].fn!==h||f&&!A[v].once||u&&A[v].context!==u)&&y.push(A[v]);y.length?this._events[p]=y.length===1?y[0]:y:o(this,p)}return this},l.prototype.removeAllListeners=function(c){var h;return c?(h=t?t+c:c,this._events[h]&&o(this,h)):(this._events=new e,this._eventsCount=0),this},l.prototype.off=l.prototype.removeListener,l.prototype.addListener=l.prototype.on,l.prefixed=t,l.EventEmitter=l,s.exports=l})(Jn);var _r=ne(Jn.exports);function Zi(s,n){if(!((t=n.remuxResult).audio||t.video||t.text||t.id3||t.initSegment))return!1;var t,e=[],r=n.remuxResult,a=r.audio,o=r.video;return a&&_n(e,a),o&&_n(e,o),s.postMessage({event:"transmuxComplete",data:n},e),!0}function _n(s,n){n.data1&&s.push(n.data1.buffer),n.data2&&s.push(n.data2.buffer)}function jn(s,n,t){n.reduce(function(e,r){return Zi(s,r)||e},!1)||s.postMessage({event:"transmuxComplete",data:n[0]}),s.postMessage({event:"flush",data:t})}m!==void 0&&m&&(function(s){var n=new _r,t=function(r,a){s.postMessage({event:r,data:a})};n.on(w.FRAG_DECRYPTED,t),n.on(w.ERROR,t);var e=function(){var r=function(o){var l=function(c){t("workerLog",{logType:o,message:c})};D[o]=l};for(var a in D)r(a)};s.addEventListener("message",function(r){var a=r.data;switch(a.cmd){case"init":var o=JSON.parse(a.config);s.transmuxer=new _i(n,a.typeSupported,o,a.vendor,a.id),Sr(o.debug,a.id),e(),t("init",null);break;case"configure":s.transmuxer.configure(a.config);break;case"demux":var l=s.transmuxer.push(a.data,a.decryptdata,a.chunkMeta,a.state);Se(l)?(s.transmuxer.async=!0,l.then(function(u){Zi(s,u)}).catch(function(u){t(w.ERROR,{type:X.MEDIA_ERROR,details:O.FRAG_PARSING_ERROR,chunkMeta:a.chunkMeta,fatal:!1,error:u,err:u,reason:"transmuxer-worker push error"})})):(s.transmuxer.async=!1,Zi(s,l));break;case"flush":var c=a.chunkMeta,h=s.transmuxer.flush(c);Se(h)||s.transmuxer.async?(Se(h)||(h=Promise.resolve(h)),h.then(function(u){jn(s,u,c)}).catch(function(u){t(w.ERROR,{type:X.MEDIA_ERROR,details:O.FRAG_PARSING_ERROR,chunkMeta:a.chunkMeta,fatal:!1,error:u,err:u,reason:"transmuxer-worker flush error"})})):jn(s,h,c)}})})(self);var $i=Ur()||{isTypeSupported:function(){return!1}},Zn=(function(){function s(t,e,r,a){var o=this;this.error=null,this.hls=void 0,this.id=void 0,this.observer=void 0,this.frag=null,this.part=null,this.useWorker=void 0,this.workerContext=null,this.onwmsg=void 0,this.transmuxer=null,this.onTransmuxComplete=void 0,this.onFlush=void 0;var l=t.config;this.hls=t,this.id=e,this.useWorker=!!l.enableWorker,this.onTransmuxComplete=r,this.onFlush=a;var c=function(C,b){(b=b||{}).frag=o.frag,b.id=o.id,C===w.ERROR&&(o.error=b.error),o.hls.trigger(C,b)};this.observer=new _r,this.observer.on(w.FRAG_DECRYPTED,c),this.observer.on(w.ERROR,c);var h,u,f,p,A={mp4:$i.isTypeSupported("video/mp4"),mpeg:$i.isTypeSupported("audio/mpeg"),mp3:$i.isTypeSupported('audio/mp4; codecs="mp3"')},v=navigator.vendor;if(!this.useWorker||typeof Worker>"u"||(l.workerPath,0))this.transmuxer=new _i(this.observer,A,l,v,e);else try{l.workerPath?(D.log("loading Web Worker "+l.workerPath+' for "'+e+'"'),this.workerContext=(f=l.workerPath,p=new self.URL(f,self.location.href).href,{worker:new self.Worker(p),scriptURL:p})):(D.log('injecting Web Worker for "'+e+'"'),this.workerContext=(h=new self.Blob(["var exports={};var module={exports:exports};function define(f){f()};define.amd=true;("+g.toString()+")(true);"],{type:"text/javascript"}),u=self.URL.createObjectURL(h),{worker:new self.Worker(u),objectURL:u})),this.onwmsg=function(C){return o.onWorkerMessage(C)};var y=this.workerContext.worker;y.addEventListener("message",this.onwmsg),y.onerror=function(C){var b=new Error(C.message+" ("+C.filename+":"+C.lineno+")");l.enableWorker=!1,D.warn('Error in "'+e+'" Web Worker, fallback to inline'),o.hls.trigger(w.ERROR,{type:X.OTHER_ERROR,details:O.INTERNAL_EXCEPTION,fatal:!1,event:"demuxerWorker",error:b})},y.postMessage({cmd:"init",typeSupported:A,vendor:v,id:e,config:JSON.stringify(l)})}catch(C){D.warn('Error setting up "'+e+'" Web Worker, fallback to inline',C),this.resetWorker(),this.error=null,this.transmuxer=new _i(this.observer,A,l,v,e)}}var n=s.prototype;return n.resetWorker=function(){if(this.workerContext){var t=this.workerContext,e=t.worker,r=t.objectURL;r&&self.URL.revokeObjectURL(r),e.removeEventListener("message",this.onwmsg),e.onerror=null,e.terminate(),this.workerContext=null}},n.destroy=function(){if(this.workerContext)this.resetWorker(),this.onwmsg=void 0;else{var t=this.transmuxer;t&&(t.destroy(),this.transmuxer=null)}var e=this.observer;e&&e.removeAllListeners(),this.frag=null,this.observer=null,this.hls=null},n.push=function(t,e,r,a,o,l,c,h,u,f){var p,A,v=this;u.transmuxing.start=self.performance.now();var y=this.transmuxer,C=l?l.start:o.start,b=o.decryptdata,E=this.frag,B=!(E&&o.cc===E.cc),I=!(E&&u.level===E.level),T=E?u.sn-E.sn:-1,R=this.part?u.part-this.part.index:-1,L=T===0&&u.id>1&&u.id===E?.stats.chunkCount,Q=!I&&(T===1||T===0&&(R===1||L&&R<=0)),P=self.performance.now();(I||T||o.stats.parsing.start===0)&&(o.stats.parsing.start=P),!l||!R&&Q||(l.stats.parsing.start=P);var M=!(E&&((p=o.initSegment)==null?void 0:p.url)===((A=E.initSegment)==null?void 0:A.url)),Y=new jl(B,Q,h,I,C,M);if(!Q||B||M){D.log("[transmuxer-interface, "+o.type+"]: Starting new transmux session for sn: "+u.sn+" p: "+u.part+" level: "+u.level+" id: "+u.id+`
|
|
6
6
|
discontinuity: `+B+`
|
|
7
7
|
trackSwitch: `+I+`
|
|
@@ -27,9 +27,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
27
27
|
`),p=[],A=n?(l=n.baseTime,(c=n.timescale)===void 0&&(c=1),zi(l,9e4,1/c)):0,v="00:00.000",y=0,C=0,b=!0;u.oncue=function(E){var B=t[e],I=t.ccOffset,T=(y-A)/9e4;if(B!=null&&B.new&&(C!==void 0?I=t.ccOffset=B.start:(function(P,M,Y){var K=P[M],V=P[K.prevCC];if(!V||!V.new&&K.new)return P.ccOffset=P.presentationOffset=K.start,void(K.new=!1);for(;(J=V)!=null&&J.new;){var J;P.ccOffset+=K.start-V.start,K.new=!1,V=P[(K=V).prevCC]}P.presentationOffset=Y})(t,e,T)),T){if(!n)return void(h=new Error("Missing initPTS for VTT MPEGTS"));I=T-t.presentationOffset}var R=E.endTime-E.startTime,L=Gt(9e4*(E.startTime+I-C),9e4*r)/9e4;E.startTime=Math.max(L,0),E.endTime=Math.max(L+R,0);var Q=E.text.trim();E.text=decodeURIComponent(encodeURIComponent(Q)),E.id||(E.id=oa(E.startTime,E.endTime,Q)),E.endTime>0&&p.push(E)},u.onparsingerror=function(E){h=E},u.onflush=function(){h?o(h):a(p)},f.forEach(function(E){if(b){if(aa(E,"X-TIMESTAMP-MAP=")){b=!1,E.slice(16).split(",").forEach(function(B){aa(B,"LOCAL:")?v=B.slice(6):aa(B,"MPEGTS:")&&(y=parseInt(B.slice(7)))});try{C=(function(B){var I=parseInt(B.slice(-3)),T=parseInt(B.slice(-6,-4)),R=parseInt(B.slice(-9,-7)),L=B.length>9?parseInt(B.substring(0,B.indexOf(":"))):0;if(!(W(I)&&W(T)&&W(R)&&W(L)))throw Error("Malformed X-TIMESTAMP-MAP: Local:"+B);return I+=1e3*T,(I+=6e4*R)+36e5*L})(v)/1e3}catch(B){h=B}return}E===""&&(b=!1)}u.parse(E+`
|
|
28
28
|
`)}),u.flush()}var sa="stpp.ttml.im1t",go=/^(\d{2,}):(\d{2}):(\d{2}):(\d{2})\.?(\d+)?$/,fo=/^(\d*(?:\.\d*)?)(h|m|s|ms|f|t)$/,Ic={left:"start",center:"center",right:"end",start:"start",end:"end"};function po(s,n,t,e){var r=st(new Uint8Array(s),["mdat"]);if(r.length!==0){var a,o,l,c,h=r.map(function(f){return _t(f)}),u=(a=n.baseTime,o=1,(l=n.timescale)===void 0&&(l=1),c===void 0&&(c=!1),zi(a,o,1/l,c));try{h.forEach(function(f){return t((function(p,A){var v=new DOMParser().parseFromString(p,"text/xml").getElementsByTagName("tt")[0];if(!v)throw new Error("Invalid ttml");var y={frameRate:30,subFrameRate:1,frameRateMultiplier:0,tickRate:0},C=Object.keys(y).reduce(function(T,R){return T[R]=v.getAttribute("ttp:"+R)||y[R],T},{}),b=v.getAttribute("xml:space")!=="preserve",E=Ao(la(v,"styling","style")),B=Ao(la(v,"layout","region")),I=la(v,"body","[begin]");return[].map.call(I,function(T){var R=mo(T,b);if(!R||!T.hasAttribute("begin"))return null;var L=da(T.getAttribute("begin"),C),Q=da(T.getAttribute("dur"),C),P=da(T.getAttribute("end"),C);if(L===null)throw vo(T);if(P===null){if(Q===null)throw vo(T);P=L+Q}var M=new ra(L-A,P-A,R);M.id=oa(M.startTime,M.endTime,M.text);var Y=(function(J,q,z){var _="http://www.w3.org/ns/ttml#styling",H=null,it=["displayAlign","textAlign","color","backgroundColor","fontSize","fontFamily"],at=J!=null&&J.hasAttribute("style")?J.getAttribute("style"):null;return at&&z.hasOwnProperty(at)&&(H=z[at]),it.reduce(function(lt,ft){var Bt=ca(q,_,ft)||ca(J,_,ft)||ca(H,_,ft);return Bt&&(lt[ft]=Bt),lt},{})})(B[T.getAttribute("region")],E[T.getAttribute("style")],E),K=Y.textAlign;if(K){var V=Ic[K];V&&(M.lineAlign=V),M.align=K}return mt(M,Y),M}).filter(function(T){return T!==null})})(f,u))})}catch(f){e(f)}}else e(new Error("Could not parse IMSC1 mdat"))}function la(s,n,t){var e=s.getElementsByTagName(n)[0];return e?[].slice.call(e.querySelectorAll(t)):[]}function Ao(s){return s.reduce(function(n,t){var e=t.getAttribute("xml:id");return e&&(n[e]=t),n},{})}function mo(s,n){return[].slice.call(s.childNodes).reduce(function(t,e,r){var a;return e.nodeName==="br"&&r?t+`
|
|
29
29
|
`:(a=e.childNodes)!=null&&a.length?mo(e,n):n?t+e.textContent.trim().replace(/\s+/g," "):t+e.textContent},"")}function ca(s,n,t){return s&&s.hasAttributeNS(n,t)?s.getAttributeNS(n,t):null}function vo(s){return new Error("Could not parse ttml timestamp "+s)}function da(s,n){if(!s)return null;var t=co(s);return t===null&&(go.test(s)?t=(function(e,r){var a=go.exec(e),o=(0|a[4])+(0|a[5])/r.subFrameRate;return 3600*(0|a[1])+60*(0|a[2])+(0|a[3])+o/r.frameRate})(s,n):fo.test(s)&&(t=(function(e,r){var a=fo.exec(e),o=Number(a[1]);switch(a[2]){case"h":return 3600*o;case"m":return 60*o;case"ms":return 1e3*o;case"f":return o/r.frameRate;case"t":return o/r.tickRate}return o})(s,n))),t}var kc=(function(){function s(t){if(this.hls=void 0,this.media=null,this.config=void 0,this.enabled=!0,this.Cues=void 0,this.textTracks=[],this.tracks=[],this.initPTS=[],this.unparsedVttFrags=[],this.captionsTracks={},this.nonNativeCaptionsTracks={},this.cea608Parser1=void 0,this.cea608Parser2=void 0,this.lastSn=-1,this.lastPartIndex=-1,this.prevCC=-1,this.vttCCs={ccOffset:0,presentationOffset:0,0:{start:0,prevCC:-1,new:!0}},this.captionsProperties=void 0,this.hls=t,this.config=t.config,this.Cues=t.config.cueHandler,this.captionsProperties={textTrack1:{label:this.config.captionsTextTrack1Label,languageCode:this.config.captionsTextTrack1LanguageCode},textTrack2:{label:this.config.captionsTextTrack2Label,languageCode:this.config.captionsTextTrack2LanguageCode},textTrack3:{label:this.config.captionsTextTrack3Label,languageCode:this.config.captionsTextTrack3LanguageCode},textTrack4:{label:this.config.captionsTextTrack4Label,languageCode:this.config.captionsTextTrack4LanguageCode}},this.config.enableCEA708Captions){var e=new jr(this,"textTrack1"),r=new jr(this,"textTrack2"),a=new jr(this,"textTrack3"),o=new jr(this,"textTrack4");this.cea608Parser1=new so(1,e,r),this.cea608Parser2=new so(3,a,o)}t.on(w.MEDIA_ATTACHING,this.onMediaAttaching,this),t.on(w.MEDIA_DETACHING,this.onMediaDetaching,this),t.on(w.MANIFEST_LOADING,this.onManifestLoading,this),t.on(w.MANIFEST_LOADED,this.onManifestLoaded,this),t.on(w.SUBTITLE_TRACKS_UPDATED,this.onSubtitleTracksUpdated,this),t.on(w.FRAG_LOADING,this.onFragLoading,this),t.on(w.FRAG_LOADED,this.onFragLoaded,this),t.on(w.FRAG_PARSING_USERDATA,this.onFragParsingUserdata,this),t.on(w.FRAG_DECRYPTED,this.onFragDecrypted,this),t.on(w.INIT_PTS_FOUND,this.onInitPtsFound,this),t.on(w.SUBTITLE_TRACKS_CLEARED,this.onSubtitleTracksCleared,this),t.on(w.BUFFER_FLUSHING,this.onBufferFlushing,this)}var n=s.prototype;return n.destroy=function(){var t=this.hls;t.off(w.MEDIA_ATTACHING,this.onMediaAttaching,this),t.off(w.MEDIA_DETACHING,this.onMediaDetaching,this),t.off(w.MANIFEST_LOADING,this.onManifestLoading,this),t.off(w.MANIFEST_LOADED,this.onManifestLoaded,this),t.off(w.SUBTITLE_TRACKS_UPDATED,this.onSubtitleTracksUpdated,this),t.off(w.FRAG_LOADING,this.onFragLoading,this),t.off(w.FRAG_LOADED,this.onFragLoaded,this),t.off(w.FRAG_PARSING_USERDATA,this.onFragParsingUserdata,this),t.off(w.FRAG_DECRYPTED,this.onFragDecrypted,this),t.off(w.INIT_PTS_FOUND,this.onInitPtsFound,this),t.off(w.SUBTITLE_TRACKS_CLEARED,this.onSubtitleTracksCleared,this),t.off(w.BUFFER_FLUSHING,this.onBufferFlushing,this),this.hls=this.config=this.cea608Parser1=this.cea608Parser2=null},n.addCues=function(t,e,r,a,o){for(var l,c,h,u,f=!1,p=o.length;p--;){var A=o[p],v=(l=A[0],c=A[1],h=e,u=r,Math.min(c,u)-Math.max(l,h));if(v>=0&&(A[0]=Math.min(A[0],e),A[1]=Math.max(A[1],r),f=!0,v/(r-e)>.5))return}if(f||o.push([e,r]),this.config.renderTextTracksNatively){var y=this.captionsTracks[t];this.Cues.newCue(y,e,r,a)}else{var C=this.Cues.newCue(null,e,r,a);this.hls.trigger(w.CUES_PARSED,{type:"captions",cues:C,track:t})}},n.onInitPtsFound=function(t,e){var r=this,a=e.frag,o=e.id,l=e.initPTS,c=e.timescale,h=this.unparsedVttFrags;o==="main"&&(this.initPTS[a.cc]={baseTime:l,timescale:c}),h.length&&(this.unparsedVttFrags=[],h.forEach(function(u){r.onFragLoaded(w.FRAG_LOADED,u)}))},n.getExistingTrack=function(t){var e=this.media;if(e)for(var r=0;r<e.textTracks.length;r++){var a=e.textTracks[r];if(a[t])return a}return null},n.createCaptionsTrack=function(t){this.config.renderTextTracksNatively?this.createNativeTrack(t):this.createNonNativeTrack(t)},n.createNativeTrack=function(t){if(!this.captionsTracks[t]){var e=this.captionsProperties,r=this.captionsTracks,a=this.media,o=e[t],l=o.label,c=o.languageCode,h=this.getExistingTrack(t);if(h)r[t]=h,Me(r[t]),fn(r[t],a);else{var u=this.createTextTrack("captions",l,c);u&&(u[t]=!0,r[t]=u)}}},n.createNonNativeTrack=function(t){if(!this.nonNativeCaptionsTracks[t]){var e=this.captionsProperties[t];if(e){var r={_id:t,label:e.label,kind:"captions",default:!!e.media&&!!e.media.default,closedCaptions:e.media};this.nonNativeCaptionsTracks[t]=r,this.hls.trigger(w.NON_NATIVE_TEXT_TRACKS_FOUND,{tracks:[r]})}}},n.createTextTrack=function(t,e,r){var a=this.media;if(a)return a.addTextTrack(t,e,r)},n.onMediaAttaching=function(t,e){this.media=e.media,this._cleanTracks()},n.onMediaDetaching=function(){var t=this.captionsTracks;Object.keys(t).forEach(function(e){Me(t[e]),delete t[e]}),this.nonNativeCaptionsTracks={}},n.onManifestLoading=function(){this.lastSn=-1,this.lastPartIndex=-1,this.prevCC=-1,this.vttCCs={ccOffset:0,presentationOffset:0,0:{start:0,prevCC:-1,new:!0}},this._cleanTracks(),this.tracks=[],this.captionsTracks={},this.nonNativeCaptionsTracks={},this.textTracks=[],this.unparsedVttFrags=[],this.initPTS=[],this.cea608Parser1&&this.cea608Parser2&&(this.cea608Parser1.reset(),this.cea608Parser2.reset())},n._cleanTracks=function(){var t=this.media;if(t){var e=t.textTracks;if(e)for(var r=0;r<e.length;r++)Me(e[r])}},n.onSubtitleTracksUpdated=function(t,e){var r=this,a=e.subtitleTracks||[],o=a.some(function(h){return h.textCodec===sa});if(this.config.enableWebVTT||o&&this.config.enableIMSC1){if(to(this.tracks,a))return void(this.tracks=a);if(this.textTracks=[],this.tracks=a,this.config.renderTextTracksNatively){var l=this.media?this.media.textTracks:null;this.tracks.forEach(function(h,u){var f;if(l&&u<l.length){for(var p=null,A=0;A<l.length;A++)if(Bc(l[A],h)){p=l[A];break}p&&(f=p)}if(f)Me(f);else{var v=r._captionsOrSubtitlesFromCharacteristics(h);(f=r.createTextTrack(v,h.name,h.lang))&&(f.mode="disabled")}f&&(f.groupId=h.groupId,r.textTracks.push(f))})}else if(this.tracks.length){var c=this.tracks.map(function(h){return{label:h.name,kind:h.type.toLowerCase(),default:h.default,subtitleTrack:h}});this.hls.trigger(w.NON_NATIVE_TEXT_TRACKS_FOUND,{tracks:c})}}},n._captionsOrSubtitlesFromCharacteristics=function(t){if(t.attrs.CHARACTERISTICS){var e=/transcribes-spoken-dialog/gi.test(t.attrs.CHARACTERISTICS),r=/describes-music-and-sound/gi.test(t.attrs.CHARACTERISTICS);if(e&&r)return"captions"}return"subtitles"},n.onManifestLoaded=function(t,e){var r=this;this.config.enableCEA708Captions&&e.captions&&e.captions.forEach(function(a){var o=/(?:CC|SERVICE)([1-4])/.exec(a.instreamId);if(o){var l="textTrack"+o[1],c=r.captionsProperties[l];c&&(c.label=a.name,a.lang&&(c.languageCode=a.lang),c.media=a)}})},n.closedCaptionsForLevel=function(t){var e=this.hls.levels[t.level];return e?.attrs["CLOSED-CAPTIONS"]},n.onFragLoading=function(t,e){var r=this.cea608Parser1,a=this.cea608Parser2,o=this.lastSn,l=this.lastPartIndex;if(this.enabled&&r&&a&&e.frag.type===ct){var c,h,u=e.frag.sn,f=(c=e==null||(h=e.part)==null?void 0:h.index)!=null?c:-1;u===o+1||u===o&&f===l+1||(r.reset(),a.reset()),this.lastSn=u,this.lastPartIndex=f}},n.onFragLoaded=function(t,e){var r=e.frag,a=e.payload;if(r.type===ve)if(a.byteLength){var o=r.decryptdata,l="stats"in e;if(o==null||!o.encrypted||l){var c=this.tracks[r.level],h=this.vttCCs;h[r.cc]||(h[r.cc]={start:r.start,prevCC:this.prevCC,new:!0},this.prevCC=r.cc),c&&c.textCodec===sa?this._parseIMSC1(r,a):this._parseVTTs(e)}}else this.hls.trigger(w.SUBTITLE_FRAG_PROCESSED,{success:!1,frag:r,error:new Error("Empty subtitle payload")})},n._parseIMSC1=function(t,e){var r=this,a=this.hls;po(e,this.initPTS[t.cc],function(o){r._appendCues(o,t.level),a.trigger(w.SUBTITLE_FRAG_PROCESSED,{success:!0,frag:t})},function(o){D.log("Failed to parse IMSC1: "+o),a.trigger(w.SUBTITLE_FRAG_PROCESSED,{success:!1,frag:t,error:o})})},n._parseVTTs=function(t){var e,r=this,a=t.frag,o=t.payload,l=this.initPTS,c=this.unparsedVttFrags,h=l.length-1;if(l[a.cc]||h!==-1){var u=this.hls;Cc((e=a.initSegment)!=null&&e.data?Ie(a.initSegment.data,new Uint8Array(o)):o,this.initPTS[a.cc],this.vttCCs,a.cc,a.start,function(f){r._appendCues(f,a.level),u.trigger(w.SUBTITLE_FRAG_PROCESSED,{success:!0,frag:a})},function(f){var p=f.message==="Missing initPTS for VTT MPEGTS";p?c.push(t):r._fallbackToIMSC1(a,o),D.log("Failed to parse VTT cue: "+f),p&&h>a.cc||u.trigger(w.SUBTITLE_FRAG_PROCESSED,{success:!1,frag:a,error:f})})}else c.push(t)},n._fallbackToIMSC1=function(t,e){var r=this,a=this.tracks[t.level];a.textCodec||po(e,this.initPTS[t.cc],function(){a.textCodec=sa,r._parseIMSC1(t,e)},function(){a.textCodec="wvtt"})},n._appendCues=function(t,e){var r=this.hls;if(this.config.renderTextTracksNatively){var a=this.textTracks[e];if(!a||a.mode==="disabled")return;t.forEach(function(c){return pn(a,c)})}else{var o=this.tracks[e];if(!o)return;var l=o.default?"default":"subtitles"+e;r.trigger(w.CUES_PARSED,{type:"subtitles",cues:t,track:l})}},n.onFragDecrypted=function(t,e){e.frag.type===ve&&this.onFragLoaded(w.FRAG_LOADED,e)},n.onSubtitleTracksCleared=function(){this.tracks=[],this.captionsTracks={}},n.onFragParsingUserdata=function(t,e){var r=this.cea608Parser1,a=this.cea608Parser2;if(this.enabled&&r&&a){var o=e.frag,l=e.samples;if(o.type!==ct||this.closedCaptionsForLevel(o)!=="NONE")for(var c=0;c<l.length;c++){var h=l[c].bytes;if(h){var u=this.extractCea608Data(h);r.addData(l[c].pts,u[0]),a.addData(l[c].pts,u[1])}}}},n.onBufferFlushing=function(t,e){var r=e.startOffset,a=e.endOffset,o=e.endOffsetSubtitles,l=e.type,c=this.media;if(c&&!(c.currentTime<a)){if(!l||l==="video"){var h=this.captionsTracks;Object.keys(h).forEach(function(f){return Bi(h[f],r,a)})}if(this.config.renderTextTracksNatively&&r===0&&o!==void 0){var u=this.textTracks;Object.keys(u).forEach(function(f){return Bi(u[f],r,o)})}}},n.extractCea608Data=function(t){for(var e=[[],[]],r=31&t[0],a=2,o=0;o<r;o++){var l=t[a++],c=127&t[a++],h=127&t[a++];if((c!==0||h!==0)&&(4&l)!=0){var u=3&l;u!==0&&u!==1||(e[u].push(c),e[u].push(h))}}return e},s})();function Bc(s,n){return!!s&&s.label===n.name&&!(s.textTrack1||s.textTrack2)}var Sc=(function(){function s(t){this.hls=void 0,this.autoLevelCapping=void 0,this.firstLevel=void 0,this.media=void 0,this.restrictedLevels=void 0,this.timer=void 0,this.clientRect=void 0,this.streamController=void 0,this.hls=t,this.autoLevelCapping=Number.POSITIVE_INFINITY,this.firstLevel=-1,this.media=null,this.restrictedLevels=[],this.timer=void 0,this.clientRect=null,this.registerListeners()}var n=s.prototype;return n.setStreamController=function(t){this.streamController=t},n.destroy=function(){this.unregisterListener(),this.hls.config.capLevelToPlayerSize&&this.stopCapping(),this.media=null,this.clientRect=null,this.hls=this.streamController=null},n.registerListeners=function(){var t=this.hls;t.on(w.FPS_DROP_LEVEL_CAPPING,this.onFpsDropLevelCapping,this),t.on(w.MEDIA_ATTACHING,this.onMediaAttaching,this),t.on(w.MANIFEST_PARSED,this.onManifestParsed,this),t.on(w.BUFFER_CODECS,this.onBufferCodecs,this),t.on(w.MEDIA_DETACHING,this.onMediaDetaching,this)},n.unregisterListener=function(){var t=this.hls;t.off(w.FPS_DROP_LEVEL_CAPPING,this.onFpsDropLevelCapping,this),t.off(w.MEDIA_ATTACHING,this.onMediaAttaching,this),t.off(w.MANIFEST_PARSED,this.onManifestParsed,this),t.off(w.BUFFER_CODECS,this.onBufferCodecs,this),t.off(w.MEDIA_DETACHING,this.onMediaDetaching,this)},n.onFpsDropLevelCapping=function(t,e){var r=this.hls.levels[e.droppedLevel];this.isLevelAllowed(r)&&this.restrictedLevels.push({bitrate:r.bitrate,height:r.height,width:r.width})},n.onMediaAttaching=function(t,e){this.media=e.media instanceof HTMLVideoElement?e.media:null,this.clientRect=null},n.onManifestParsed=function(t,e){var r=this.hls;this.restrictedLevels=[],this.firstLevel=e.firstLevel,r.config.capLevelToPlayerSize&&e.video&&this.startCapping()},n.onBufferCodecs=function(t,e){this.hls.config.capLevelToPlayerSize&&e.video&&this.startCapping()},n.onMediaDetaching=function(){this.stopCapping()},n.detectPlayerSize=function(){if(this.media&&this.mediaHeight>0&&this.mediaWidth>0){var t=this.hls.levels;if(t.length){var e=this.hls;e.autoLevelCapping=this.getMaxLevel(t.length-1),e.autoLevelCapping>this.autoLevelCapping&&this.streamController&&this.streamController.nextLevelSwitch(),this.autoLevelCapping=e.autoLevelCapping}}},n.getMaxLevel=function(t){var e=this,r=this.hls.levels;if(!r.length)return-1;var a=r.filter(function(o,l){return e.isLevelAllowed(o)&&l<=t});return this.clientRect=null,s.getMaxLevelByMediaSize(a,this.mediaWidth,this.mediaHeight)},n.startCapping=function(){this.timer||(this.autoLevelCapping=Number.POSITIVE_INFINITY,this.hls.firstLevel=this.getMaxLevel(this.firstLevel),self.clearInterval(this.timer),this.timer=self.setInterval(this.detectPlayerSize.bind(this),1e3),this.detectPlayerSize())},n.stopCapping=function(){this.restrictedLevels=[],this.firstLevel=-1,this.autoLevelCapping=Number.POSITIVE_INFINITY,this.timer&&(self.clearInterval(this.timer),this.timer=void 0)},n.getDimensions=function(){if(this.clientRect)return this.clientRect;var t=this.media,e={width:0,height:0};if(t){var r=t.getBoundingClientRect();e.width=r.width,e.height=r.height,e.width||e.height||(e.width=r.right-r.left||t.width||0,e.height=r.bottom-r.top||t.height||0)}return this.clientRect=e,e},n.isLevelAllowed=function(t){return!this.restrictedLevels.some(function(e){return t.bitrate===e.bitrate&&t.width===e.width&&t.height===e.height})},s.getMaxLevelByMediaSize=function(t,e,r){if(t==null||!t.length)return-1;for(var a,o,l=t.length-1,c=0;c<t.length;c+=1){var h=t[c];if((h.width>=e||h.height>=r)&&(a=h,!(o=t[c+1])||a.width!==o.width||a.height!==o.height)){l=c;break}}return l},Z(s,[{key:"mediaWidth",get:function(){return this.getDimensions().width*this.contentScaleFactor}},{key:"mediaHeight",get:function(){return this.getDimensions().height*this.contentScaleFactor}},{key:"contentScaleFactor",get:function(){var t=1;if(!this.hls.config.ignoreDevicePixelRatio)try{t=self.devicePixelRatio}catch{}return t}}]),s})(),Tc=(function(){function s(t){this.hls=void 0,this.isVideoPlaybackQualityAvailable=!1,this.timer=void 0,this.media=null,this.lastTime=void 0,this.lastDroppedFrames=0,this.lastDecodedFrames=0,this.streamController=void 0,this.hls=t,this.registerListeners()}var n=s.prototype;return n.setStreamController=function(t){this.streamController=t},n.registerListeners=function(){this.hls.on(w.MEDIA_ATTACHING,this.onMediaAttaching,this)},n.unregisterListeners=function(){this.hls.off(w.MEDIA_ATTACHING,this.onMediaAttaching,this)},n.destroy=function(){this.timer&&clearInterval(this.timer),this.unregisterListeners(),this.isVideoPlaybackQualityAvailable=!1,this.media=null},n.onMediaAttaching=function(t,e){var r=this.hls.config;if(r.capLevelOnFPSDrop){var a=e.media instanceof self.HTMLVideoElement?e.media:null;this.media=a,a&&typeof a.getVideoPlaybackQuality=="function"&&(this.isVideoPlaybackQualityAvailable=!0),self.clearInterval(this.timer),this.timer=self.setInterval(this.checkFPSInterval.bind(this),r.fpsDroppedMonitoringPeriod)}},n.checkFPS=function(t,e,r){var a=performance.now();if(e){if(this.lastTime){var o=a-this.lastTime,l=r-this.lastDroppedFrames,c=e-this.lastDecodedFrames,h=1e3*l/o,u=this.hls;if(u.trigger(w.FPS_DROP,{currentDropped:l,currentDecoded:c,totalDroppedFrames:r}),h>0&&l>u.config.fpsDroppedMonitoringThreshold*c){var f=u.currentLevel;D.warn("drop FPS ratio greater than max allowed value for currentLevel: "+f),f>0&&(u.autoLevelCapping===-1||u.autoLevelCapping>=f)&&(f-=1,u.trigger(w.FPS_DROP_LEVEL_CAPPING,{level:f,droppedLevel:u.currentLevel}),u.autoLevelCapping=f,this.streamController.nextLevelSwitch())}}this.lastTime=a,this.lastDroppedFrames=r,this.lastDecodedFrames=e}},n.checkFPSInterval=function(){var t=this.media;if(t)if(this.isVideoPlaybackQualityAvailable){var e=t.getVideoPlaybackQuality();this.checkFPS(t,e.totalVideoFrames,e.droppedVideoFrames)}else this.checkFPS(t,t.webkitDecodedFrameCount,t.webkitDroppedFrameCount)},s})(),$r="[eme]",bo=(function(){function s(t){this.hls=void 0,this.config=void 0,this.media=null,this.keyFormatPromise=null,this.keySystemAccessPromises={},this._requestLicenseFailureCount=0,this.mediaKeySessions=[],this.keyIdToKeySessionPromise={},this.setMediaKeysQueue=s.CDMCleanupPromise?[s.CDMCleanupPromise]:[],this.onMediaEncrypted=this._onMediaEncrypted.bind(this),this.onWaitingForKey=this._onWaitingForKey.bind(this),this.debug=D.debug.bind(D,$r),this.log=D.log.bind(D,$r),this.warn=D.warn.bind(D,$r),this.error=D.error.bind(D,$r),this.hls=t,this.config=t.config,this.registerListeners()}var n=s.prototype;return n.destroy=function(){this.unregisterListeners(),this.onMediaDetached();var t=this.config;t.requestMediaKeySystemAccessFunc=null,t.licenseXhrSetup=t.licenseResponseCallback=void 0,t.drmSystems=t.drmSystemOptions={},this.hls=this.onMediaEncrypted=this.onWaitingForKey=this.keyIdToKeySessionPromise=null,this.config=null},n.registerListeners=function(){this.hls.on(w.MEDIA_ATTACHED,this.onMediaAttached,this),this.hls.on(w.MEDIA_DETACHED,this.onMediaDetached,this),this.hls.on(w.MANIFEST_LOADING,this.onManifestLoading,this),this.hls.on(w.MANIFEST_LOADED,this.onManifestLoaded,this)},n.unregisterListeners=function(){this.hls.off(w.MEDIA_ATTACHED,this.onMediaAttached,this),this.hls.off(w.MEDIA_DETACHED,this.onMediaDetached,this),this.hls.off(w.MANIFEST_LOADING,this.onManifestLoading,this),this.hls.off(w.MANIFEST_LOADED,this.onManifestLoaded,this)},n.getLicenseServerUrl=function(t){var e=this.config,r=e.drmSystems,a=e.widevineLicenseUrl,o=r[t];if(o)return o.licenseUrl;if(t===vt.WIDEVINE&&a)return a;throw new Error('no license server URL configured for key-system "'+t+'"')},n.getServerCertificateUrl=function(t){var e=this.config.drmSystems[t];if(e)return e.serverCertificateUrl;this.log('No Server Certificate in config.drmSystems["'+t+'"]')},n.attemptKeySystemAccess=function(t){var e=this,r=this.hls.levels,a=function(c,h,u){return!!c&&u.indexOf(c)===h},o=r.map(function(c){return c.audioCodec}).filter(a),l=r.map(function(c){return c.videoCodec}).filter(a);return o.length+l.length===0&&l.push("avc1.42e01e"),new Promise(function(c,h){(function u(f){var p=f.shift();e.getMediaKeysPromise(p,o,l).then(function(A){return c({keySystem:p,mediaKeys:A})}).catch(function(A){f.length?u(f):h(A instanceof Vt?A:new Vt({type:X.KEY_SYSTEM_ERROR,details:O.KEY_SYSTEM_NO_ACCESS,error:A,fatal:!0},A.message))})})(t)})},n.requestMediaKeySystemAccess=function(t,e){var r=this.config.requestMediaKeySystemAccessFunc;if(typeof r!="function"){var a="Configured requestMediaKeySystemAccess is not a function "+r;return Ya===null&&self.location.protocol==="http:"&&(a="navigator.requestMediaKeySystemAccess is not available over insecure protocol "+location.protocol),Promise.reject(new Error(a))}return r(t,e)},n.getMediaKeysPromise=function(t,e,r){var a=this,o=(function(u,f,p,A){var v;switch(u){case vt.FAIRPLAY:v=["cenc","sinf"];break;case vt.WIDEVINE:case vt.PLAYREADY:v=["cenc"];break;case vt.CLEARKEY:v=["cenc","keyids"];break;default:throw new Error("Unknown key-system: "+u)}return(function(y,C,b,E){return[{initDataTypes:y,persistentState:E.persistentState||"not-allowed",distinctiveIdentifier:E.distinctiveIdentifier||"not-allowed",sessionTypes:E.sessionTypes||[E.sessionType||"temporary"],audioCapabilities:C.map(function(B){return{contentType:'audio/mp4; codecs="'+B+'"',robustness:E.audioRobustness||"",encryptionScheme:E.audioEncryptionScheme||null}}),videoCapabilities:b.map(function(B){return{contentType:'video/mp4; codecs="'+B+'"',robustness:E.videoRobustness||"",encryptionScheme:E.videoEncryptionScheme||null}})}]})(v,f,p,A)})(t,e,r,this.config.drmSystemOptions),l=this.keySystemAccessPromises[t],c=l?.keySystemAccess;if(!c){this.log('Requesting encrypted media "'+t+'" key-system access with config: '+JSON.stringify(o)),c=this.requestMediaKeySystemAccess(t,o);var h=this.keySystemAccessPromises[t]={keySystemAccess:c};return c.catch(function(u){a.log('Failed to obtain access to key-system "'+t+'": '+u)}),c.then(function(u){a.log('Access for key-system "'+u.keySystem+'" obtained');var f=a.fetchServerCertificate(t);return a.log('Create media-keys for "'+t+'"'),h.mediaKeys=u.createMediaKeys().then(function(p){return a.log('Media-keys created for "'+t+'"'),f.then(function(A){return A?a.setMediaKeysServerCertificate(p,t,A):p})}),h.mediaKeys.catch(function(p){a.error('Failed to create media-keys for "'+t+'"}: '+p)}),h.mediaKeys})}return c.then(function(){return l.mediaKeys})},n.createMediaKeySessionContext=function(t){var e=t.decryptdata,r=t.keySystem,a=t.mediaKeys;this.log('Creating key-system session "'+r+'" keyId: '+jt(e.keyId||[]));var o={decryptdata:e,keySystem:r,mediaKeys:a,mediaKeysSession:a.createSession(),keyStatus:"status-pending"};return this.mediaKeySessions.push(o),o},n.renewKeySession=function(t){var e=t.decryptdata;if(e.pssh){var r=this.createMediaKeySessionContext(t),a=this.getKeyIdString(e);this.keyIdToKeySessionPromise[a]=this.generateRequestWithPreferredKeySession(r,"cenc",e.pssh,"expired")}else this.warn("Could not renew expired session. Missing pssh initData.");this.removeSession(t)},n.getKeyIdString=function(t){if(!t)throw new Error("Could not read keyId of undefined decryptdata");if(t.keyId===null)throw new Error("keyId is null");return jt(t.keyId)},n.updateKeySession=function(t,e){var r,a=t.mediaKeysSession;return this.log('Updating key-session "'+a.sessionId+'" for keyID '+jt(((r=t.decryptdata)==null?void 0:r.keyId)||[])+`
|
|
30
|
-
} (data length: `+(e&&e.byteLength)+")"),a.update(e)},n.selectKeySystemFormat=function(t){var e=Object.keys(t.levelkeys||{});return this.keyFormatPromise||(this.log("Selecting key-system from fragment (sn: "+t.sn+" "+t.type+": "+t.level+") key formats "+e.join(", ")),this.keyFormatPromise=this.getKeyFormatPromise(e)),this.keyFormatPromise},n.getKeyFormatPromise=function(t){var e=this;return new Promise(function(r,a){var o=vi(e.config),l=t.map(Qa).filter(function(c){return!!c&&o.indexOf(c)!==-1});return e.getKeySystemSelectionPromise(l).then(function(c){var h=c.keySystem,u=Ka(h);u?r(u):a(new Error('Unable to find format for key-system "'+h+'"'))}).catch(a)})},n.loadKey=function(t){var e=this,r=t.keyInfo.decryptdata,a=this.getKeyIdString(r),o="(keyId: "+a+' format: "'+r.keyFormat+'" method: '+r.method+" uri: "+r.uri+")";this.log("Starting session for key "+o);var l=this.keyIdToKeySessionPromise[a];return l||(l=this.keyIdToKeySessionPromise[a]=this.getKeySystemForKeyPromise(r).then(function(c){var h=c.keySystem,u=c.mediaKeys;return e.throwIfDestroyed(),e.log("Handle encrypted media sn: "+t.frag.sn+" "+t.frag.type+": "+t.frag.level+" using key "+o),e.attemptSetMediaKeys(h,u).then(function(){e.throwIfDestroyed();var f=e.createMediaKeySessionContext({keySystem:h,mediaKeys:u,decryptdata:r});return e.generateRequestWithPreferredKeySession(f,"cenc",r.pssh,"playlist-key")})})).catch(function(c){return e.handleError(c)}),l},n.throwIfDestroyed=function(t){if(!this.hls)throw new Error("invalid state")},n.handleError=function(t){this.hls&&(this.error(t.message),t instanceof Vt?this.hls.trigger(w.ERROR,t.data):this.hls.trigger(w.ERROR,{type:X.KEY_SYSTEM_ERROR,details:O.KEY_SYSTEM_NO_KEYS,error:t,fatal:!0}))},n.getKeySystemForKeyPromise=function(t){var e=this.getKeyIdString(t),r=this.keyIdToKeySessionPromise[e];if(!r){var a=Qa(t.keyFormat),o=a?[a]:vi(this.config);return this.attemptKeySystemAccess(o)}return r},n.getKeySystemSelectionPromise=function(t){if(t.length||(t=vi(this.config)),t.length===0)throw new Vt({type:X.KEY_SYSTEM_ERROR,details:O.KEY_SYSTEM_NO_CONFIGURED_LICENSE,fatal:!0},"Missing key-system license configuration options "+JSON.stringify({drmSystems:this.config.drmSystems}));return this.attemptKeySystemAccess(t)},n._onMediaEncrypted=function(t){var e=this,r=t.initDataType,a=t.initData;if(this.debug('"'+t.type+'" event: init data type: "'+r+'"'),a!==null){var o,l;if(r==="sinf"&&this.config.drmSystems[vt.FAIRPLAY]){var c=Tt(new Uint8Array(a));try{var h=$e(JSON.parse(c).sinf),u=Ja(new Uint8Array(h));if(!u)return;o=u.subarray(8,24),l=vt.FAIRPLAY}catch{this.warn('Failed to parse sinf "encrypted" event message initData');return}}else{var f=(function(B){if(!(B instanceof ArrayBuffer)||B.byteLength<32)return null;var I={version:0,systemId:"",kids:null,data:null},T=new DataView(B),R=T.getUint32(0);if(B.byteLength!==R&&R>44||T.getUint32(4)!==1886614376||(I.version=T.getUint32(8)>>>24,I.version>1))return null;I.systemId=jt(new Uint8Array(B,12,16));var L=T.getUint32(28);if(I.version===0){if(R-32<L)return null;I.data=new Uint8Array(B,32,L)}else if(I.version===1){I.kids=[];for(var Q=0;Q<L;Q++)I.kids.push(new Uint8Array(B,32+16*Q,16))}return I})(a);if(f===null)return;f.version===0&&f.systemId===Na&&f.data&&(o=f.data.subarray(8,24)),l=(function(B){if(B===Na)return vt.WIDEVINE})(f.systemId)}if(l&&o){for(var p=jt(o),A=this.keyIdToKeySessionPromise,v=this.mediaKeySessions,y=A[p],C=function(){var B=v[b],I=B.decryptdata;if(I.pssh||!I.keyId)return"continue";var T=jt(I.keyId);return p===T||I.uri.replace(/-/g,"").indexOf(p)!==-1?(y=A[T],delete A[T],I.pssh=new Uint8Array(a),I.keyId=o,y=A[p]=y.then(function(){return e.generateRequestWithPreferredKeySession(B,r,a,"encrypted-event-key-match")}),"break"):void 0},b=0;b<v.length;b++){var E=C();if(E!=="continue"&&E==="break")break}y||(y=A[p]=this.getKeySystemSelectionPromise([l]).then(function(B){var I,T=B.keySystem,R=B.mediaKeys;e.throwIfDestroyed();var L=new Ei("ISO-23001-7",p,(I=Ka(T))!=null?I:"");return L.pssh=new Uint8Array(a),L.keyId=o,e.attemptSetMediaKeys(T,R).then(function(){e.throwIfDestroyed();var Q=e.createMediaKeySessionContext({decryptdata:L,keySystem:T,mediaKeys:R});return e.generateRequestWithPreferredKeySession(Q,r,a,"encrypted-event-no-match")})})),y.catch(function(B){return e.handleError(B)})}}},n._onWaitingForKey=function(t){this.log('"'+t.type+'" event')},n.attemptSetMediaKeys=function(t,e){var r=this,a=this.setMediaKeysQueue.slice();this.log('Setting media-keys for "'+t+'"');var o=Promise.all(a).then(function(){if(!r.media)throw new Error("Attempted to set mediaKeys without media element attached");return r.media.setMediaKeys(e)});return this.setMediaKeysQueue.push(o),o.then(function(){r.log('Media-keys set for "'+t+'"'),a.push(o),r.setMediaKeysQueue=r.setMediaKeysQueue.filter(function(l){return a.indexOf(l)===-1})})},n.generateRequestWithPreferredKeySession=function(t,e,r,a){var o,l,c=this,h=(o=this.config.drmSystems)==null||(l=o[t.keySystem])==null?void 0:l.generateRequest;if(h)try{var u=h.call(this.hls,e,r,t);if(!u)throw new Error("Invalid response from configured generateRequest filter");e=u.initDataType,r=t.decryptdata.pssh=u.initData?new Uint8Array(u.initData):null}catch(y){var f;if(this.warn(y.message),(f=this.hls)!=null&&f.config.debug)throw y}if(r===null)return this.log('Skipping key-session request for "'+a+'" (no initData)'),Promise.resolve(t);var p=this.getKeyIdString(t.decryptdata);this.log('Generating key-session request for "'+a+'": '+p+" (init data type: "+e+" length: "+(r?r.byteLength:null)+")");var A=new _r;t.mediaKeysSession.onmessage=function(y){var C=t.mediaKeysSession;if(C){var b=y.messageType,E=y.message;c.log('"'+b+'" message event for session "'+C.sessionId+'" message size: '+E.byteLength),b==="license-request"||b==="license-renewal"?c.renewLicense(t,E).catch(function(B){c.handleError(B),A.emit("error",B)}):b==="license-release"?t.keySystem===vt.FAIRPLAY&&(c.updateKeySession(t,Rr("acknowledged")),c.removeSession(t)):c.warn('unhandled media key message type "'+b+'"')}else A.emit("error",new Error("invalid state"))},t.mediaKeysSession.onkeystatuseschange=function(y){if(t.mediaKeysSession){c.onKeyStatusChange(t);var C=t.keyStatus;A.emit("keyStatus",C),C==="expired"&&(c.warn(t.keySystem+" expired for key "+p),c.renewKeySession(t))}else A.emit("error",new Error("invalid state"))};var v=new Promise(function(y,C){A.on("error",C),A.on("keyStatus",function(b){b.startsWith("usable")?y():b==="output-restricted"?C(new Vt({type:X.KEY_SYSTEM_ERROR,details:O.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED,fatal:!1},"HDCP level output restricted")):b==="internal-error"?C(new Vt({type:X.KEY_SYSTEM_ERROR,details:O.KEY_SYSTEM_STATUS_INTERNAL_ERROR,fatal:!0},'key status changed to "'+b+'"')):b==="expired"?C(new Error("key expired while generating request")):c.warn('unhandled key status change "'+b+'"')})});return t.mediaKeysSession.generateRequest(e,r).then(function(){var y;c.log('Request generated for key-session "'+((y=t.mediaKeysSession)==null?void 0:y.sessionId)+'" keyId: '+p)}).catch(function(y){throw new Vt({type:X.KEY_SYSTEM_ERROR,details:O.KEY_SYSTEM_NO_SESSION,error:y,fatal:!1},"Error generating key-session request: "+y)}).then(function(){return v}).catch(function(y){throw A.removeAllListeners(),c.removeSession(t),y}).then(function(){return A.removeAllListeners(),t})},n.onKeyStatusChange=function(t){var e=this;t.mediaKeysSession.keyStatuses.forEach(function(r,a){e.log('key status change "'+r+'" for keyStatuses keyId: '+jt("buffer"in a?new Uint8Array(a.buffer,a.byteOffset,a.byteLength):new Uint8Array(a))+" session keyId: "+jt(new Uint8Array(t.decryptdata.keyId||[]))+" uri: "+t.decryptdata.uri),t.keyStatus=r})},n.fetchServerCertificate=function(t){var e=this.config,r=new e.loader(e),a=this.getServerCertificateUrl(t);return a?(this.log('Fetching serverCertificate for "'+t+'"'),new Promise(function(o,l){var c={responseType:"arraybuffer",url:a},h=e.certLoadPolicy.default,u={loadPolicy:h,timeout:h.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0};r.load(c,u,{onSuccess:function(f,p,A,v){o(f.data)},onError:function(f,p,A,v){l(new Vt({type:X.KEY_SYSTEM_ERROR,details:O.KEY_SYSTEM_SERVER_CERTIFICATE_REQUEST_FAILED,fatal:!0,networkDetails:A,response:U({url:c.url,data:void 0},f)},'"'+t+'" certificate request failed ('+a+"). Status: "+f.code+" ("+f.text+")"))},onTimeout:function(f,p,A){l(new Vt({type:X.KEY_SYSTEM_ERROR,details:O.KEY_SYSTEM_SERVER_CERTIFICATE_REQUEST_FAILED,fatal:!0,networkDetails:A,response:{url:c.url,data:void 0}},'"'+t+'" certificate request timed out ('+a+")"))},onAbort:function(f,p,A){l(new Error("aborted"))}})})):Promise.resolve()},n.setMediaKeysServerCertificate=function(t,e,r){var a=this;return new Promise(function(o,l){t.setServerCertificate(r).then(function(c){a.log("setServerCertificate "+(c?"success":"not supported by CDM")+" ("+r?.byteLength+') on "'+e+'"'),o(t)}).catch(function(c){l(new Vt({type:X.KEY_SYSTEM_ERROR,details:O.KEY_SYSTEM_SERVER_CERTIFICATE_UPDATE_FAILED,error:c,fatal:!0},c.message))})})},n.renewLicense=function(t,e){var r=this;return this.requestLicense(t,new Uint8Array(e)).then(function(a){return r.updateKeySession(t,new Uint8Array(a)).catch(function(o){throw new Vt({type:X.KEY_SYSTEM_ERROR,details:O.KEY_SYSTEM_SESSION_UPDATE_FAILED,error:o,fatal:!0},o.message)})})},n.setupLicenseXHR=function(t,e,r,a){var o=this,l=this.config.licenseXhrSetup;return l?Promise.resolve().then(function(){if(!r.decryptdata)throw new Error("Key removed");return l.call(o.hls,t,e,r,a)}).catch(function(c){if(!r.decryptdata)throw c;return t.open("POST",e,!0),l.call(o.hls,t,e,r,a)}).then(function(c){return t.readyState||t.open("POST",e,!0),{xhr:t,licenseChallenge:c||a}}):(t.open("POST",e,!0),Promise.resolve({xhr:t,licenseChallenge:a}))},n.requestLicense=function(t,e){var r=this,a=this.config.keyLoadPolicy.default;return new Promise(function(o,l){var c=r.getLicenseServerUrl(t.keySystem);r.log("Sending license request to URL: "+c);var h=new XMLHttpRequest;h.responseType="arraybuffer",h.onreadystatechange=function(){if(!r.hls||!t.mediaKeysSession)return l(new Error("invalid state"));if(h.readyState===4)if(h.status===200){r._requestLicenseFailureCount=0;var u=h.response;r.log("License received "+(u instanceof ArrayBuffer?u.byteLength:u));var f=r.config.licenseResponseCallback;if(f)try{u=f.call(r.hls,h,c,t)}catch(y){r.error(y)}o(u)}else{var p=a.errorRetry,A=p?p.maxNumRetry:0;if(r._requestLicenseFailureCount++,r._requestLicenseFailureCount>A||h.status>=400&&h.status<500)l(new Vt({type:X.KEY_SYSTEM_ERROR,details:O.KEY_SYSTEM_LICENSE_REQUEST_FAILED,fatal:!0,networkDetails:h,response:{url:c,data:void 0,code:h.status,text:h.statusText}},"License Request XHR failed ("+c+"). Status: "+h.status+" ("+h.statusText+")"));else{var v=A-r._requestLicenseFailureCount+1;r.warn("Retrying license request, "+v+" attempts left"),r.requestLicense(t,e).then(o,l)}}},t.licenseXhr&&t.licenseXhr.readyState!==XMLHttpRequest.DONE&&t.licenseXhr.abort(),t.licenseXhr=h,r.setupLicenseXHR(h,c,t,e).then(function(u){var f=u.xhr,p=u.licenseChallenge;f.send(p)})})},n.onMediaAttached=function(t,e){if(this.config.emeEnabled){var r=e.media;this.media=r,r.addEventListener("encrypted",this.onMediaEncrypted),r.addEventListener("waitingforkey",this.onWaitingForKey)}},n.onMediaDetached=function(){var t=this,e=this.media,r=this.mediaKeySessions;e&&(e.removeEventListener("encrypted",this.onMediaEncrypted),e.removeEventListener("waitingforkey",this.onWaitingForKey),this.media=null),this._requestLicenseFailureCount=0,this.setMediaKeysQueue=[],this.mediaKeySessions=[],this.keyIdToKeySessionPromise={},Ei.clearKeyUriToKeyIdMap();var a=r.length;s.CDMCleanupPromise=Promise.all(r.map(function(o){return t.removeSession(o)}).concat(e?.setMediaKeys(null).catch(function(o){t.log("Could not clear media keys: "+o+". media.src: "+e?.src)}))).then(function(){a&&(t.log("finished closing key sessions and clearing media keys"),r.length=0)}).catch(function(o){t.log("Could not close sessions and clear media keys: "+o+". media.src: "+e?.src)})},n.onManifestLoading=function(){this.keyFormatPromise=null},n.onManifestLoaded=function(t,e){var r=e.sessionKeys;if(r&&this.config.emeEnabled&&!this.keyFormatPromise){var a=r.reduce(function(o,l){return o.indexOf(l.keyFormat)===-1&&o.push(l.keyFormat),o},[]);this.log("Selecting key-system from session-keys "+a.join(", ")),this.keyFormatPromise=this.getKeyFormatPromise(a)}},n.removeSession=function(t){var e=this,r=t.mediaKeysSession,a=t.licenseXhr;if(r){this.log("Remove licenses and keys and close session "+r.sessionId),r.onmessage=null,r.onkeystatuseschange=null,a&&a.readyState!==XMLHttpRequest.DONE&&a.abort(),t.mediaKeysSession=t.decryptdata=t.licenseXhr=void 0;var o=this.mediaKeySessions.indexOf(t);return o>-1&&this.mediaKeySessions.splice(o,1),r.remove().catch(function(l){e.log("Could not remove session: "+l)}).then(function(){return r.close()}).catch(function(l){e.log("Could not close session: "+l)})}},s})();bo.CDMCleanupPromise=void 0;var Vt=(function(s){function n(t,e){var r;return(r=s.call(this,e)||this).data=void 0,t.error||(t.error=new Error(e)),r.data=t,t.err=t.error,r}return kt(n,s),n})(zt(Error)),Dc="m",ti="a",ha="v",ua="av",yo="i",xc="tt",Rc=(function(){function s(t){var e=this;this.hls=void 0,this.config=void 0,this.media=void 0,this.sid=void 0,this.cid=void 0,this.useHeaders=!1,this.initialized=!1,this.starved=!1,this.buffering=!0,this.audioBuffer=void 0,this.videoBuffer=void 0,this.onWaiting=function(){e.initialized&&(e.starved=!0),e.buffering=!0},this.onPlaying=function(){e.initialized||(e.initialized=!0),e.buffering=!1},this.applyPlaylistData=function(o){try{e.apply(o,{ot:Dc,su:!e.initialized})}catch(l){D.warn("Could not generate manifest CMCD data.",l)}},this.applyFragmentData=function(o){try{var l=o.frag,c=e.hls.levels[l.level],h=e.getObjectType(l),u={d:1e3*l.duration,ot:h};h!==ha&&h!==ti&&h!=ua||(u.br=c.bitrate/1e3,u.tb=e.getTopBandwidth(h)/1e3,u.bl=e.getBufferLength(h)),e.apply(o,u)}catch(f){D.warn("Could not generate segment CMCD data.",f)}},this.hls=t;var r=this.config=t.config,a=r.cmcd;a!=null&&(r.pLoader=this.createPlaylistLoader(),r.fLoader=this.createFragmentLoader(),this.sid=a.sessionId||s.uuid(),this.cid=a.contentId,this.useHeaders=a.useHeaders===!0,this.registerListeners())}var n=s.prototype;return n.registerListeners=function(){var t=this.hls;t.on(w.MEDIA_ATTACHED,this.onMediaAttached,this),t.on(w.MEDIA_DETACHED,this.onMediaDetached,this),t.on(w.BUFFER_CREATED,this.onBufferCreated,this)},n.unregisterListeners=function(){var t=this.hls;t.off(w.MEDIA_ATTACHED,this.onMediaAttached,this),t.off(w.MEDIA_DETACHED,this.onMediaDetached,this),t.off(w.BUFFER_CREATED,this.onBufferCreated,this)},n.destroy=function(){this.unregisterListeners(),this.onMediaDetached(),this.hls=this.config=this.audioBuffer=this.videoBuffer=null},n.onMediaAttached=function(t,e){this.media=e.media,this.media.addEventListener("waiting",this.onWaiting),this.media.addEventListener("playing",this.onPlaying)},n.onMediaDetached=function(){this.media&&(this.media.removeEventListener("waiting",this.onWaiting),this.media.removeEventListener("playing",this.onPlaying),this.media=null)},n.onBufferCreated=function(t,e){var r,a;this.audioBuffer=(r=e.tracks.audio)==null?void 0:r.buffer,this.videoBuffer=(a=e.tracks.video)==null?void 0:a.buffer},n.createData=function(){var t;return{v:1,sf:"h",sid:this.sid,cid:this.cid,pr:(t=this.media)==null?void 0:t.playbackRate,mtp:this.hls.bandwidthEstimate/1e3}},n.apply=function(t,e){e===void 0&&(e={}),mt(e,this.createData());var r=e.ot===yo||e.ot===ha||e.ot===ua;if(this.starved&&r&&(e.bs=!0,e.su=!0,this.starved=!1),e.su??(e.su=this.buffering),this.useHeaders){var a=s.toHeaders(e);if(!Object.keys(a).length)return;t.headers||(t.headers={}),mt(t.headers,a)}else{var o=s.toQuery(e);if(!o)return;t.url=s.appendQueryToUri(t.url,o)}},n.getObjectType=function(t){var e=t.type;return e==="subtitle"?xc:t.sn==="initSegment"?yo:e==="audio"?ti:e==="main"?this.hls.audioTracks.length?ha:ua:void 0},n.getTopBandwidth=function(t){var e,r=0,a=this.hls;if(t===ti)e=a.audioTracks;else{var o=a.maxAutoLevel,l=o>-1?o+1:a.levels.length;e=a.levels.slice(0,l)}for(var c,h=Nt(e);!(c=h()).done;){var u=c.value;u.bitrate>r&&(r=u.bitrate)}return r>0?r:NaN},n.getBufferLength=function(t){var e=this.hls.media,r=t===ti?this.audioBuffer:this.videoBuffer;return r&&e?1e3*wt.bufferInfo(r,e.currentTime,this.config.maxBufferHole).len:NaN},n.createPlaylistLoader=function(){var t=this.config.pLoader,e=this.applyPlaylistData,r=t||this.config.loader;return(function(){function a(l){this.loader=void 0,this.loader=new r(l)}var o=a.prototype;return o.destroy=function(){this.loader.destroy()},o.abort=function(){this.loader.abort()},o.load=function(l,c,h){e(l),this.loader.load(l,c,h)},Z(a,[{key:"stats",get:function(){return this.loader.stats}},{key:"context",get:function(){return this.loader.context}}]),a})()},n.createFragmentLoader=function(){var t=this.config.fLoader,e=this.applyFragmentData,r=t||this.config.loader;return(function(){function a(l){this.loader=void 0,this.loader=new r(l)}var o=a.prototype;return o.destroy=function(){this.loader.destroy()},o.abort=function(){this.loader.abort()},o.load=function(l,c,h){e(l),this.loader.load(l,c,h)},Z(a,[{key:"stats",get:function(){return this.loader.stats}},{key:"context",get:function(){return this.loader.context}}]),a})()},s.uuid=function(){var t=URL.createObjectURL(new Blob),e=t.toString();return URL.revokeObjectURL(t),e.slice(e.lastIndexOf("/")+1)},s.serialize=function(t){for(var e,r=[],a=function(y){return!Number.isNaN(y)&&y!=null&&y!==""&&y!==!1},o=function(y){return Math.round(y)},l=function(y){return 100*o(y/100)},c={br:o,d:o,bl:l,dl:l,mtp:l,nor:function(y){return encodeURIComponent(y)},rtp:l,tb:o},h=Nt(Object.keys(t||{}).sort());!(e=h()).done;){var u=e.value,f=t[u];if(a(f)&&!(u==="v"&&f===1||u=="pr"&&f===1)){var p=c[u];p&&(f=p(f));var A=typeof f,v=void 0;v=u==="ot"||u==="sf"||u==="st"?u+"="+f:A==="boolean"?u:A==="number"?u+"="+f:u+"="+JSON.stringify(f),r.push(v)}}return r.join(",")},s.toHeaders=function(t){for(var e={},r=["Object","Request","Session","Status"],a=[{},{},{},{}],o={br:0,d:0,ot:0,tb:0,bl:1,dl:1,mtp:1,nor:1,nrr:1,su:1,cid:2,pr:2,sf:2,sid:2,st:2,v:2,bs:3,rtp:3},l=0,c=Object.keys(t);l<c.length;l++){var h=c[l];a[o[h]!=null?o[h]:1][h]=t[h]}for(var u=0;u<a.length;u++){var f=s.serialize(a[u]);f&&(e["CMCD-"+r[u]]=f)}return e},s.toQuery=function(t){return"CMCD="+encodeURIComponent(s.serialize(t))},s.appendQueryToUri=function(t,e){if(!e)return t;var r=t.includes("?")?"&":"?";return""+t+r+e},s})(),Lc=(function(){function s(t){this.hls=void 0,this.log=void 0,this.loader=null,this.uri=null,this.pathwayId=".",this.pathwayPriority=null,this.timeToLoad=300,this.reloadTimer=-1,this.updated=0,this.started=!1,this.enabled=!0,this.levels=null,this.audioTracks=null,this.subtitleTracks=null,this.penalizedPathways={},this.hls=t,this.log=D.log.bind(D,"[content-steering]:"),this.registerListeners()}var n=s.prototype;return n.registerListeners=function(){var t=this.hls;t.on(w.MANIFEST_LOADING,this.onManifestLoading,this),t.on(w.MANIFEST_LOADED,this.onManifestLoaded,this),t.on(w.MANIFEST_PARSED,this.onManifestParsed,this),t.on(w.ERROR,this.onError,this)},n.unregisterListeners=function(){var t=this.hls;t&&(t.off(w.MANIFEST_LOADING,this.onManifestLoading,this),t.off(w.MANIFEST_LOADED,this.onManifestLoaded,this),t.off(w.MANIFEST_PARSED,this.onManifestParsed,this),t.off(w.ERROR,this.onError,this))},n.startLoad=function(){if(this.started=!0,self.clearTimeout(this.reloadTimer),this.enabled&&this.uri)if(this.updated){var t=Math.max(1e3*this.timeToLoad-(performance.now()-this.updated),0);this.scheduleRefresh(this.uri,t)}else this.loadSteeringManifest(this.uri)},n.stopLoad=function(){this.started=!1,this.loader&&(this.loader.destroy(),this.loader=null),self.clearTimeout(this.reloadTimer)},n.destroy=function(){this.unregisterListeners(),this.stopLoad(),this.hls=null,this.levels=this.audioTracks=this.subtitleTracks=null},n.removeLevel=function(t){var e=this.levels;e&&(this.levels=e.filter(function(r){return r!==t}))},n.onManifestLoading=function(){this.stopLoad(),this.enabled=!0,this.timeToLoad=300,this.updated=0,this.uri=null,this.pathwayId=".",this.levels=this.audioTracks=this.subtitleTracks=null},n.onManifestLoaded=function(t,e){var r=e.contentSteering;r!==null&&(this.pathwayId=r.pathwayId,this.uri=r.uri,this.started&&this.startLoad())},n.onManifestParsed=function(t,e){this.audioTracks=e.audioTracks,this.subtitleTracks=e.subtitleTracks},n.onError=function(t,e){var r=e.errorAction;if(r?.action===le&&r.flags===Hr){var a=this.pathwayPriority,o=this.pathwayId;this.penalizedPathways[o]||(this.penalizedPathways[o]=performance.now()),!a&&this.levels&&(a=this.levels.reduce(function(l,c){return l.indexOf(c.pathwayId)===-1&&l.push(c.pathwayId),l},[])),a&&a.length>1&&(this.updatePathwayPriority(a),r.resolved=this.pathwayId!==o)}},n.filterParsedLevels=function(t){this.levels=t;var e=this.getLevelsForPathway(this.pathwayId);if(e.length===0){var r=t[0].pathwayId;this.log("No levels found in Pathway "+this.pathwayId+'. Setting initial Pathway to "'+r+'"'),e=this.getLevelsForPathway(r),this.pathwayId=r}return e.length!==t.length?(this.log("Found "+e.length+"/"+t.length+' levels in Pathway "'+this.pathwayId+'"'),e):t},n.getLevelsForPathway=function(t){return this.levels===null?[]:this.levels.filter(function(e){return t===e.pathwayId})},n.updatePathwayPriority=function(t){var e;this.pathwayPriority=t;var r=this.penalizedPathways,a=performance.now();Object.keys(r).forEach(function(f){a-r[f]>3e5&&delete r[f]});for(var o=0;o<t.length;o++){var l=t[o];if(!r[l]){if(l===this.pathwayId)return;var c=this.hls.nextLoadLevel,h=this.hls.levels[c];if((e=this.getLevelsForPathway(l)).length>0){this.log('Setting Pathway to "'+l+'"'),this.pathwayId=l,this.hls.trigger(w.LEVELS_UPDATED,{levels:e});var u=this.hls.levels[c];h&&u&&this.levels&&(u.attrs["STABLE-VARIANT-ID"]!==h.attrs["STABLE-VARIANT-ID"]&&u.bitrate!==h.bitrate&&this.log("Unstable Pathways change from bitrate "+h.bitrate+" to "+u.bitrate),this.hls.nextLoadLevel=c);break}}}},n.clonePathways=function(t){var e=this,r=this.levels;if(r){var a={},o={};t.forEach(function(l){var c=l.ID,h=l["BASE-ID"],u=l["URI-REPLACEMENT"];if(!r.some(function(p){return p.pathwayId===c})){var f=e.getLevelsForPathway(h).map(function(p){var A=mt({},p);A.details=void 0,A.url=Eo(p.uri,p.attrs["STABLE-VARIANT-ID"],"PER-VARIANT-URIS",u);var v=new yt(p.attrs);v["PATHWAY-ID"]=c;var y=v.AUDIO&&v.AUDIO+"_clone_"+c,C=v.SUBTITLES&&v.SUBTITLES+"_clone_"+c;y&&(a[v.AUDIO]=y,v.AUDIO=y),C&&(o[v.SUBTITLES]=C,v.SUBTITLES=C),A.attrs=v;var b=new nr(A);return Gr(b,"audio",y),Gr(b,"text",C),b});r.push.apply(r,f),wo(e.audioTracks,a,u,c),wo(e.subtitleTracks,o,u,c)}})}},n.loadSteeringManifest=function(t){var e,r=this,a=this.hls.config,o=a.loader;this.loader&&this.loader.destroy(),this.loader=new o(a);try{e=new self.URL(t)}catch{this.enabled=!1,this.log("Failed to parse Steering Manifest URI: "+t);return}if(e.protocol!=="data:"){var l=0|(this.hls.bandwidthEstimate||a.abrEwmaDefaultEstimate);e.searchParams.set("_HLS_pathway",this.pathwayId),e.searchParams.set("_HLS_throughput",""+l)}var c={responseType:"json",url:e.href},h=a.steeringManifestLoadPolicy.default,u=h.errorRetry||h.timeoutRetry||{},f={loadPolicy:h,timeout:h.maxLoadTimeMs,maxRetry:u.maxNumRetry||0,retryDelay:u.retryDelayMs||0,maxRetryDelay:u.maxRetryDelayMs||0};this.log("Requesting steering manifest: "+e),this.loader.load(c,f,{onSuccess:function(p,A,v,y){r.log('Loaded steering manifest: "'+e+'"');var C=p.data;if(C.VERSION===1){r.updated=performance.now(),r.timeToLoad=C.TTL;var b=C["RELOAD-URI"],E=C["PATHWAY-CLONES"],B=C["PATHWAY-PRIORITY"];if(b)try{r.uri=new self.URL(b,e).href}catch{r.enabled=!1,r.log("Failed to parse Steering Manifest RELOAD-URI: "+b);return}r.scheduleRefresh(r.uri||v.url),E&&r.clonePathways(E),B&&r.updatePathwayPriority(B)}else r.log("Steering VERSION "+C.VERSION+" not supported!")},onError:function(p,A,v,y){if(r.log("Error loading steering manifest: "+p.code+" "+p.text+" ("+A.url+")"),r.stopLoad(),p.code===410)return r.enabled=!1,void r.log("Steering manifest "+A.url+" no longer available");var C=1e3*r.timeToLoad;if(p.code!==429)r.scheduleRefresh(r.uri||A.url,C);else{var b=r.loader;if(typeof b?.getResponseHeader=="function"){var E=b.getResponseHeader("Retry-After");E&&(C=1e3*parseFloat(E))}r.log("Steering manifest "+A.url+" rate limited")}},onTimeout:function(p,A,v){r.log("Timeout loading steering manifest ("+A.url+")"),r.scheduleRefresh(r.uri||A.url)}})},n.scheduleRefresh=function(t,e){var r=this;e===void 0&&(e=1e3*this.timeToLoad),self.clearTimeout(this.reloadTimer),this.reloadTimer=self.setTimeout(function(){r.loadSteeringManifest(t)},e)},s})();function wo(s,n,t,e){s&&Object.keys(n).forEach(function(r){var a=s.filter(function(o){return o.groupId===r}).map(function(o){var l=mt({},o);return l.details=void 0,l.attrs=new yt(l.attrs),l.url=l.attrs.URI=Eo(o.url,o.attrs["STABLE-RENDITION-ID"],"PER-RENDITION-URIS",t),l.groupId=l.attrs["GROUP-ID"]=n[r],l.attrs["PATHWAY-ID"]=e,l});s.push.apply(s,a)})}function Eo(s,n,t,e){var r,a=e.HOST,o=e.PARAMS,l=e[t];n&&(r=l?.[n])&&(s=r);var c=new self.URL(s);return a&&!r&&(c.host=a),o&&Object.keys(o).sort().forEach(function(h){h&&c.searchParams.set(h,o[h])}),c.href}var Fc=/^age:\s*[\d.]+\s*$/im,Co=(function(){function s(t){this.xhrSetup=void 0,this.requestTimeout=void 0,this.retryTimeout=void 0,this.retryDelay=void 0,this.config=null,this.callbacks=null,this.context=void 0,this.loader=null,this.stats=void 0,this.xhrSetup=t&&t.xhrSetup||null,this.stats=new Oe,this.retryDelay=0}var n=s.prototype;return n.destroy=function(){this.callbacks=null,this.abortInternal(),this.loader=null,this.config=null},n.abortInternal=function(){var t=this.loader;self.clearTimeout(this.requestTimeout),self.clearTimeout(this.retryTimeout),t&&(t.onreadystatechange=null,t.onprogress=null,t.readyState!==4&&(this.stats.aborted=!0,t.abort()))},n.abort=function(){var t;this.abortInternal(),(t=this.callbacks)!=null&&t.onAbort&&this.callbacks.onAbort(this.stats,this.context,this.loader)},n.load=function(t,e,r){if(this.stats.loading.start)throw new Error("Loader can only be used once.");this.stats.loading.start=self.performance.now(),this.context=t,this.config=e,this.callbacks=r,this.loadInternal()},n.loadInternal=function(){var t=this,e=this.config,r=this.context;if(e){var a=this.loader=new self.XMLHttpRequest,o=this.stats;o.loading.first=0,o.loaded=0,o.aborted=!1;var l=this.xhrSetup;l?Promise.resolve().then(function(){if(!t.stats.aborted)return l(a,r.url)}).catch(function(c){return a.open("GET",r.url,!0),l(a,r.url)}).then(function(){t.stats.aborted||t.openAndSendXhr(a,r,e)}).catch(function(c){t.callbacks.onError({code:a.status,text:c.message},r,a,o)}):this.openAndSendXhr(a,r,e)}},n.openAndSendXhr=function(t,e,r){t.readyState||t.open("GET",e.url,!0);var a=this.context.headers,o=r.loadPolicy,l=o.maxTimeToFirstByteMs,c=o.maxLoadTimeMs;if(a)for(var h in a)t.setRequestHeader(h,a[h]);e.rangeEnd&&t.setRequestHeader("Range","bytes="+e.rangeStart+"-"+(e.rangeEnd-1)),t.onreadystatechange=this.readystatechange.bind(this),t.onprogress=this.loadprogress.bind(this),t.responseType=e.responseType,self.clearTimeout(this.requestTimeout),r.timeout=l&&W(l)?l:c,this.requestTimeout=self.setTimeout(this.loadtimeout.bind(this),r.timeout),t.send()},n.readystatechange=function(){var t=this.context,e=this.loader,r=this.stats;if(t&&e){var a=e.readyState,o=this.config;if(!r.aborted&&a>=2&&(r.loading.first===0&&(r.loading.first=Math.max(self.performance.now(),r.loading.start),o.timeout!==o.loadPolicy.maxLoadTimeMs&&(self.clearTimeout(this.requestTimeout),o.timeout=o.loadPolicy.maxLoadTimeMs,this.requestTimeout=self.setTimeout(this.loadtimeout.bind(this),o.loadPolicy.maxLoadTimeMs-(r.loading.first-r.loading.start)))),a===4)){self.clearTimeout(this.requestTimeout),e.onreadystatechange=null,e.onprogress=null;var l=e.status,c=e.responseType!=="text";if(l>=200&&l<300&&(c&&e.response||e.responseText!==null)){r.loading.end=Math.max(self.performance.now(),r.loading.first);var h=c?e.response:e.responseText;if(r.loaded=r.total=e.responseType==="arraybuffer"?h.byteLength:h.length,r.bwEstimate=8e3*r.total/(r.loading.end-r.loading.first),!this.callbacks)return;var u=this.callbacks.onProgress;if(u&&u(r,t,h,e),!this.callbacks)return;var f={url:e.responseURL,data:h,code:l};this.callbacks.onSuccess(f,r,t,e)}else{var p=o.loadPolicy.errorRetry;Kr(p,r.retry,!1,l)?this.retry(p):(D.error(l+" while loading "+t.url),this.callbacks.onError({code:l,text:e.statusText},t,e,r))}}}},n.loadtimeout=function(){var t,e=(t=this.config)==null?void 0:t.loadPolicy.timeoutRetry;if(Kr(e,this.stats.retry,!0))this.retry(e);else{D.warn("timeout while loading "+this.context.url);var r=this.callbacks;r&&(this.abortInternal(),r.onTimeout(this.stats,this.context,this.loader))}},n.retry=function(t){var e=this.context,r=this.stats;this.retryDelay=Fi(t,r.retry),r.retry++,D.warn((status?"HTTP Status "+status:"Timeout")+" while loading "+e.url+", retrying "+r.retry+"/"+t.maxNumRetry+" in "+this.retryDelay+"ms"),this.abortInternal(),this.loader=null,self.clearTimeout(this.retryTimeout),this.retryTimeout=self.setTimeout(this.loadInternal.bind(this),this.retryDelay)},n.loadprogress=function(t){var e=this.stats;e.loaded=t.loaded,t.lengthComputable&&(e.total=t.total)},n.getCacheAge=function(){var t=null;if(this.loader&&Fc.test(this.loader.getAllResponseHeaders())){var e=this.loader.getResponseHeader("age");t=e?parseFloat(e):null}return t},n.getResponseHeader=function(t){return this.loader&&new RegExp("^"+t+":\\s*[\\d.]+\\s*$","im").test(this.loader.getAllResponseHeaders())?this.loader.getResponseHeader(t):null},s})(),Oc=/(\d+)-(\d+)\/(\d+)/,Io=(function(){function s(t){this.fetchSetup=void 0,this.requestTimeout=void 0,this.request=void 0,this.response=void 0,this.controller=void 0,this.context=void 0,this.config=null,this.callbacks=null,this.stats=void 0,this.loader=null,this.fetchSetup=t.fetchSetup||Pc,this.controller=new self.AbortController,this.stats=new Oe}var n=s.prototype;return n.destroy=function(){this.loader=this.callbacks=null,this.abortInternal()},n.abortInternal=function(){var t=this.response;t!=null&&t.ok||(this.stats.aborted=!0,this.controller.abort())},n.abort=function(){var t;this.abortInternal(),(t=this.callbacks)!=null&&t.onAbort&&this.callbacks.onAbort(this.stats,this.context,this.response)},n.load=function(t,e,r){var a=this,o=this.stats;if(o.loading.start)throw new Error("Loader can only be used once.");o.loading.start=self.performance.now();var l=(function(v,y){var C={method:"GET",mode:"cors",credentials:"same-origin",signal:y,headers:new self.Headers(mt({},v.headers))};return v.rangeEnd&&C.headers.set("Range","bytes="+v.rangeStart+"-"+String(v.rangeEnd-1)),C})(t,this.controller.signal),c=r.onProgress,h=t.responseType==="arraybuffer",u=h?"byteLength":"length",f=e.loadPolicy,p=f.maxTimeToFirstByteMs,A=f.maxLoadTimeMs;this.context=t,this.config=e,this.callbacks=r,this.request=this.fetchSetup(t,l),self.clearTimeout(this.requestTimeout),e.timeout=p&&W(p)?p:A,this.requestTimeout=self.setTimeout(function(){a.abortInternal(),r.onTimeout(o,t,a.response)},e.timeout),self.fetch(this.request).then(function(v){a.response=a.loader=v;var y=Math.max(self.performance.now(),o.loading.start);if(self.clearTimeout(a.requestTimeout),e.timeout=A,a.requestTimeout=self.setTimeout(function(){a.abortInternal(),r.onTimeout(o,t,a.response)},A-(y-o.loading.start)),!v.ok){var C=v.status,b=v.statusText;throw new Mc(b||"fetch, bad network response",C,v)}return o.loading.first=y,o.total=(function(E){var B=E.get("Content-Range");if(B){var I=(function(R){var L=Oc.exec(R);if(L)return parseInt(L[2])-parseInt(L[1])+1})(B);if(W(I))return I}var T=E.get("Content-Length");if(T)return parseInt(T)})(v.headers)||o.total,c&&W(e.highWaterMark)?a.loadProgressively(v,o,t,e.highWaterMark,c):h?v.arrayBuffer():t.responseType==="json"?v.json():v.text()}).then(function(v){var y=a.response;self.clearTimeout(a.requestTimeout),o.loading.end=Math.max(self.performance.now(),o.loading.first);var C=v[u];C&&(o.loaded=o.total=C);var b={url:y.url,data:v,code:y.status};c&&!W(e.highWaterMark)&&c(o,t,v,y),r.onSuccess(b,o,t,y)}).catch(function(v){if(self.clearTimeout(a.requestTimeout),!o.aborted){var y=v&&v.code||0,C=v?v.message:null;r.onError({code:y,text:C},t,v?v.details:null,o)}})},n.getCacheAge=function(){var t=null;if(this.response){var e=this.response.headers.get("age");t=e?parseFloat(e):null}return t},n.getResponseHeader=function(t){return this.response?this.response.headers.get(t):null},n.loadProgressively=function(t,e,r,a,o){a===void 0&&(a=0);var l=new $n,c=t.body.getReader();return(function h(){return c.read().then(function(u){if(u.done)return l.dataLength&&o(e,r,l.flush(),t),Promise.resolve(new ArrayBuffer(0));var f=u.value,p=f.length;return e.loaded+=p,p<a||l.dataLength?(l.push(f),l.dataLength>=a&&o(e,r,l.flush(),t)):o(e,r,f,t),h()}).catch(function(){return Promise.reject()})})()},s})();function Pc(s,n){return new self.Request(s.url,n)}var Mc=(function(s){function n(t,e,r){var a;return(a=s.call(this,t)||this).code=void 0,a.details=void 0,a.code=e,a.details=r,a}return kt(n,s),n})(zt(Error)),Uc=/\s/,Qc=U(U({autoStartLoad:!0,startPosition:-1,defaultAudioCodec:void 0,debug:!1,capLevelOnFPSDrop:!1,capLevelToPlayerSize:!1,ignoreDevicePixelRatio:!1,initialLiveManifestSize:1,maxBufferLength:30,backBufferLength:1/0,maxBufferSize:6e7,maxBufferHole:.1,highBufferWatchdogPeriod:2,nudgeOffset:.1,nudgeMaxRetry:3,maxFragLookUpTolerance:.25,liveSyncDurationCount:3,liveMaxLatencyDurationCount:1/0,liveSyncDuration:void 0,liveMaxLatencyDuration:void 0,maxLiveSyncPlaybackRate:1,liveDurationInfinity:!1,liveBackBufferLength:null,maxMaxBufferLength:600,enableWorker:!0,workerPath:null,enableSoftwareAES:!0,startLevel:void 0,startFragPrefetch:!1,fpsDroppedMonitoringPeriod:5e3,fpsDroppedMonitoringThreshold:.2,appendErrorMaxRetry:3,loader:Co,fLoader:void 0,pLoader:void 0,xhrSetup:void 0,licenseXhrSetup:void 0,licenseResponseCallback:void 0,abrController:ec,bufferController:cc,capLevelController:Sc,errorController:wl,fpsController:Tc,stretchShortVideoTrack:!1,maxAudioFramesDrift:1,forceKeyFrameOnDiscontinuity:!0,abrEwmaFastLive:3,abrEwmaSlowLive:9,abrEwmaFastVoD:3,abrEwmaSlowVoD:9,abrEwmaDefaultEstimate:5e5,abrBandWidthFactor:.95,abrBandWidthUpFactor:.7,abrMaxWithRealBitrate:!1,maxStarvationDelay:4,maxLoadingDelay:4,minAutoBitrate:0,emeEnabled:!1,widevineLicenseUrl:void 0,drmSystems:{},drmSystemOptions:{},requestMediaKeySystemAccessFunc:Ya,testBandwidth:!0,progressive:!1,lowLatencyMode:!0,cmcd:void 0,enableDateRangeMetadataCues:!0,enableEmsgMetadataCues:!0,enableID3MetadataCues:!0,certLoadPolicy:{default:{maxTimeToFirstByteMs:8e3,maxLoadTimeMs:2e4,timeoutRetry:null,errorRetry:null}},keyLoadPolicy:{default:{maxTimeToFirstByteMs:8e3,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:1,retryDelayMs:1e3,maxRetryDelayMs:2e4,backoff:"linear"},errorRetry:{maxNumRetry:8,retryDelayMs:1e3,maxRetryDelayMs:2e4,backoff:"linear"}}},manifestLoadPolicy:{default:{maxTimeToFirstByteMs:1/0,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:2,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:1,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},playlistLoadPolicy:{default:{maxTimeToFirstByteMs:1e4,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:2,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:2,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},fragLoadPolicy:{default:{maxTimeToFirstByteMs:1e4,maxLoadTimeMs:12e4,timeoutRetry:{maxNumRetry:4,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:6,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},steeringManifestLoadPolicy:{default:{maxTimeToFirstByteMs:1e4,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:2,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:1,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},manifestLoadingTimeOut:1e4,manifestLoadingMaxRetry:1,manifestLoadingRetryDelay:1e3,manifestLoadingMaxRetryTimeout:64e3,levelLoadingTimeOut:1e4,levelLoadingMaxRetry:4,levelLoadingRetryDelay:1e3,levelLoadingMaxRetryTimeout:64e3,fragLoadingTimeOut:2e4,fragLoadingMaxRetry:6,fragLoadingRetryDelay:1e3,fragLoadingMaxRetryTimeout:64e3},{cueHandler:{newCue:function(s,n,t,e){for(var r,a,o,l,c,h=[],u=self.VTTCue||self.TextTrackCue,f=0;f<e.rows.length;f++)if(o=!0,l=0,c="",!(r=e.rows[f]).isEmpty()){for(var p,A=0;A<r.chars.length;A++)Uc.test(r.chars[A].uchar)&&o?l++:(c+=r.chars[A].uchar,o=!1);r.cueStartTime=n,n===t&&(t+=1e-4),l>=16?l--:l++;var v=uo(c.trim()),y=oa(n,t,v);s!=null&&(p=s.cues)!=null&&p.getCueById(y)||((a=new u(n,t,v)).id=y,a.line=f+1,a.align="left",a.position=10+Math.min(80,10*Math.floor(8*l/32)),h.push(a))}return s&&h.length&&(h.sort(function(C,b){return C.line==="auto"||b.line==="auto"?0:C.line>8&&b.line>8?b.line-C.line:C.line-b.line}),h.forEach(function(C){return pn(s,C)})),h}},enableWebVTT:!0,enableIMSC1:!0,enableCEA708Captions:!0,captionsTextTrack1Label:"English",captionsTextTrack1LanguageCode:"en",captionsTextTrack2Label:"Spanish",captionsTextTrack2LanguageCode:"es",captionsTextTrack3Label:"Unknown CC",captionsTextTrack3LanguageCode:"",captionsTextTrack4Label:"Unknown CC",captionsTextTrack4LanguageCode:"",renderTextTracksNatively:!0}),{},{subtitleStreamController:nc,subtitleTrackController:sc,timelineController:kc,audioStreamController:rc,audioTrackController:ic,emeController:bo,cmcdController:Rc,contentSteeringController:Lc});function ga(s){return s&&typeof s=="object"?Array.isArray(s)?s.map(ga):Object.keys(s).reduce(function(n,t){return n[t]=ga(s[t]),n},{}):s}function Nc(s){var n=s.loader;n!==Io&&n!==Co?(D.log("[config]: Custom loader detected, cannot enable progressive streaming"),s.progressive=!1):(function(){if(self.fetch&&self.AbortController&&self.ReadableStream&&self.Request)try{return new self.ReadableStream({}),!0}catch{}return!1})()&&(s.loader=Io,s.progressive=!0,s.enableSoftwareAES=!0,D.log("[config]: Progressive streaming enabled, using FetchLoader"))}var ko=(function(){function s(t){t===void 0&&(t={}),this.config=void 0,this.userConfig=void 0,this.coreComponents=void 0,this.networkControllers=void 0,this._emitter=new _r,this._autoLevelCapping=void 0,this._maxHdcpLevel=null,this.abrController=void 0,this.bufferController=void 0,this.capLevelController=void 0,this.latencyController=void 0,this.levelController=void 0,this.streamController=void 0,this.audioTrackController=void 0,this.subtitleTrackController=void 0,this.emeController=void 0,this.cmcdController=void 0,this._media=null,this.url=null,Sr(t.debug||!1,"Hls instance");var e=this.config=(function(Y,K){if((K.liveSyncDurationCount||K.liveMaxLatencyDurationCount)&&(K.liveSyncDuration||K.liveMaxLatencyDuration))throw new Error("Illegal hls.js config: don't mix up liveSyncDurationCount/liveMaxLatencyDurationCount and liveSyncDuration/liveMaxLatencyDuration");if(K.liveMaxLatencyDurationCount!==void 0&&(K.liveSyncDurationCount===void 0||K.liveMaxLatencyDurationCount<=K.liveSyncDurationCount))throw new Error('Illegal hls.js config: "liveMaxLatencyDurationCount" must be greater than "liveSyncDurationCount"');if(K.liveMaxLatencyDuration!==void 0&&(K.liveSyncDuration===void 0||K.liveMaxLatencyDuration<=K.liveSyncDuration))throw new Error('Illegal hls.js config: "liveMaxLatencyDuration" must be greater than "liveSyncDuration"');var V=ga(Y),J=["TimeOut","MaxRetry","RetryDelay","MaxRetryTimeout"];return["manifest","level","frag"].forEach(function(q){var z=(q==="level"?"playlist":q)+"LoadPolicy",_=K[z]===void 0,H=[];J.forEach(function(it){var at=q+"Loading"+it,lt=K[at];if(lt!==void 0&&_){H.push(at);var ft=V[z].default;switch(K[z]={default:ft},it){case"TimeOut":ft.maxLoadTimeMs=lt,ft.maxTimeToFirstByteMs=lt;break;case"MaxRetry":ft.errorRetry.maxNumRetry=lt,ft.timeoutRetry.maxNumRetry=lt;break;case"RetryDelay":ft.errorRetry.retryDelayMs=lt,ft.timeoutRetry.retryDelayMs=lt;break;case"MaxRetryTimeout":ft.errorRetry.maxRetryDelayMs=lt,ft.timeoutRetry.maxRetryDelayMs=lt}}}),H.length&&D.warn('hls.js config: "'+H.join('", "')+'" setting(s) are deprecated, use "'+z+'": '+JSON.stringify(K[z]))}),U(U({},V),K)})(s.DefaultConfig,t);this.userConfig=t,this._autoLevelCapping=-1,e.progressive&&Nc(e);var r=e.abrController,a=e.bufferController,o=e.capLevelController,l=e.errorController,c=e.fpsController,h=new l(this),u=this.abrController=new r(this),f=this.bufferController=new a(this),p=this.capLevelController=new o(this),A=new c(this),v=new ul(this),y=new fl(this),C=e.contentSteeringController,b=C?new C(this):null,E=this.levelController=new El(this,b),B=new Cl(this),I=new kl(this.config),T=this.streamController=new $l(this,B,I);p.setStreamController(T),A.setStreamController(T);var R=[v,E,T];b&&R.splice(1,0,b),this.networkControllers=R;var L=[u,f,p,A,y,B];this.audioTrackController=this.createController(e.audioTrackController,R);var Q=e.audioStreamController;Q&&R.push(new Q(this,B,I)),this.subtitleTrackController=this.createController(e.subtitleTrackController,R);var P=e.subtitleStreamController;P&&R.push(new P(this,B,I)),this.createController(e.timelineController,L),I.emeController=this.emeController=this.createController(e.emeController,L),this.cmcdController=this.createController(e.cmcdController,L),this.latencyController=this.createController(pl,L),this.coreComponents=L,R.push(h);var M=h.onErrorOut;typeof M=="function"&&this.on(w.ERROR,M,h)}s.isSupported=function(){return(function(){var t=Ur();if(!t)return!1;var e=Fn(),r=t&&typeof t.isTypeSupported=="function"&&t.isTypeSupported('video/mp4; codecs="avc1.42E01E,mp4a.40.2"'),a=!e||e.prototype&&typeof e.prototype.appendBuffer=="function"&&typeof e.prototype.remove=="function";return!!r&&!!a})()};var n=s.prototype;return n.createController=function(t,e){if(t){var r=new t(this);return e&&e.push(r),r}return null},n.on=function(t,e,r){r===void 0&&(r=this),this._emitter.on(t,e,r)},n.once=function(t,e,r){r===void 0&&(r=this),this._emitter.once(t,e,r)},n.removeAllListeners=function(t){this._emitter.removeAllListeners(t)},n.off=function(t,e,r,a){r===void 0&&(r=this),this._emitter.off(t,e,r,a)},n.listeners=function(t){return this._emitter.listeners(t)},n.emit=function(t,e,r){return this._emitter.emit(t,e,r)},n.trigger=function(t,e){if(this.config.debug)return this.emit(t,t,e);try{return this.emit(t,t,e)}catch(r){D.error("An internal error happened while handling event "+t+'. Error message: "'+r.message+'". Here is a stacktrace:',r),this.trigger(w.ERROR,{type:X.OTHER_ERROR,details:O.INTERNAL_EXCEPTION,fatal:!1,event:t,error:r})}return!1},n.listenerCount=function(t){return this._emitter.listenerCount(t)},n.destroy=function(){D.log("destroy"),this.trigger(w.DESTROYING,void 0),this.detachMedia(),this.removeAllListeners(),this._autoLevelCapping=-1,this.url=null,this.networkControllers.forEach(function(e){return e.destroy()}),this.networkControllers.length=0,this.coreComponents.forEach(function(e){return e.destroy()}),this.coreComponents.length=0;var t=this.config;t.xhrSetup=t.fetchSetup=void 0,this.userConfig=null},n.attachMedia=function(t){D.log("attachMedia"),this._media=t,this.trigger(w.MEDIA_ATTACHING,{media:t})},n.detachMedia=function(){D.log("detachMedia"),this.trigger(w.MEDIA_DETACHING,void 0),this._media=null},n.loadSource=function(t){this.stopLoad();var e=this.media,r=this.url,a=this.url=Je.buildAbsoluteURL(self.location.href,t,{alwaysNormalize:!0});D.log("loadSource:"+a),e&&r&&(r!==a||this.bufferController.hasSourceTypes())&&(this.detachMedia(),this.attachMedia(e)),this.trigger(w.MANIFEST_LOADING,{url:t})},n.startLoad=function(t){t===void 0&&(t=-1),D.log("startLoad("+t+")"),this.networkControllers.forEach(function(e){e.startLoad(t)})},n.stopLoad=function(){D.log("stopLoad"),this.networkControllers.forEach(function(t){t.stopLoad()})},n.swapAudioCodec=function(){D.log("swapAudioCodec"),this.streamController.swapAudioCodec()},n.recoverMediaError=function(){D.log("recoverMediaError");var t=this._media;this.detachMedia(),t&&this.attachMedia(t)},n.removeLevel=function(t,e){e===void 0&&(e=0),this.levelController.removeLevel(t,e)},Z(s,[{key:"levels",get:function(){return this.levelController.levels||[]}},{key:"currentLevel",get:function(){return this.streamController.currentLevel},set:function(t){D.log("set currentLevel:"+t),this.loadLevel=t,this.abrController.clearTimer(),this.streamController.immediateLevelSwitch()}},{key:"nextLevel",get:function(){return this.streamController.nextLevel},set:function(t){D.log("set nextLevel:"+t),this.levelController.manualLevel=t,this.streamController.nextLevelSwitch()}},{key:"loadLevel",get:function(){return this.levelController.level},set:function(t){D.log("set loadLevel:"+t),this.levelController.manualLevel=t}},{key:"nextLoadLevel",get:function(){return this.levelController.nextLoadLevel},set:function(t){this.levelController.nextLoadLevel=t}},{key:"firstLevel",get:function(){return Math.max(this.levelController.firstLevel,this.minAutoLevel)},set:function(t){D.log("set firstLevel:"+t),this.levelController.firstLevel=t}},{key:"startLevel",get:function(){return this.levelController.startLevel},set:function(t){D.log("set startLevel:"+t),t!==-1&&(t=Math.max(t,this.minAutoLevel)),this.levelController.startLevel=t}},{key:"capLevelToPlayerSize",get:function(){return this.config.capLevelToPlayerSize},set:function(t){var e=!!t;e!==this.config.capLevelToPlayerSize&&(e?this.capLevelController.startCapping():(this.capLevelController.stopCapping(),this.autoLevelCapping=-1,this.streamController.nextLevelSwitch()),this.config.capLevelToPlayerSize=e)}},{key:"autoLevelCapping",get:function(){return this._autoLevelCapping},set:function(t){this._autoLevelCapping!==t&&(D.log("set autoLevelCapping:"+t),this._autoLevelCapping=t)}},{key:"bandwidthEstimate",get:function(){var t=this.abrController.bwEstimator;return t?t.getEstimate():NaN}},{key:"ttfbEstimate",get:function(){var t=this.abrController.bwEstimator;return t?t.getEstimateTTFB():NaN}},{key:"maxHdcpLevel",get:function(){return this._maxHdcpLevel},set:function(t){Di.indexOf(t)>-1&&(this._maxHdcpLevel=t)}},{key:"autoLevelEnabled",get:function(){return this.levelController.manualLevel===-1}},{key:"manualLevel",get:function(){return this.levelController.manualLevel}},{key:"minAutoLevel",get:function(){var t=this.levels,e=this.config.minAutoBitrate;if(!t)return 0;for(var r=t.length,a=0;a<r;a++)if(t[a].maxBitrate>=e)return a;return 0}},{key:"maxAutoLevel",get:function(){var t,e=this.levels,r=this.autoLevelCapping,a=this.maxHdcpLevel;if(t=r===-1&&e&&e.length?e.length-1:r,a)for(var o=t;o--;){var l=e[o].attrs["HDCP-LEVEL"];if(l&&l<=a)return o}return t}},{key:"nextAutoLevel",get:function(){return Math.min(Math.max(this.abrController.nextAutoLevel,this.minAutoLevel),this.maxAutoLevel)},set:function(t){this.abrController.nextAutoLevel=Math.max(this.minAutoLevel,t)}},{key:"playingDate",get:function(){return this.streamController.currentProgramDateTime}},{key:"mainForwardBufferInfo",get:function(){return this.streamController.getMainFwdBufferInfo()}},{key:"audioTracks",get:function(){var t=this.audioTrackController;return t?t.audioTracks:[]}},{key:"audioTrack",get:function(){var t=this.audioTrackController;return t?t.audioTrack:-1},set:function(t){var e=this.audioTrackController;e&&(e.audioTrack=t)}},{key:"subtitleTracks",get:function(){var t=this.subtitleTrackController;return t?t.subtitleTracks:[]}},{key:"subtitleTrack",get:function(){var t=this.subtitleTrackController;return t?t.subtitleTrack:-1},set:function(t){var e=this.subtitleTrackController;e&&(e.subtitleTrack=t)}},{key:"media",get:function(){return this._media}},{key:"subtitleDisplay",get:function(){var t=this.subtitleTrackController;return!!t&&t.subtitleDisplay},set:function(t){var e=this.subtitleTrackController;e&&(e.subtitleDisplay=t)}},{key:"lowLatencyMode",get:function(){return this.config.lowLatencyMode},set:function(t){this.config.lowLatencyMode=t}},{key:"liveSyncPosition",get:function(){return this.latencyController.liveSyncPosition}},{key:"latency",get:function(){return this.latencyController.latency}},{key:"maxLatency",get:function(){return this.latencyController.maxLatency}},{key:"targetLatency",get:function(){return this.latencyController.targetLatency}},{key:"drift",get:function(){return this.latencyController.drift}},{key:"forceStartLoad",get:function(){return this.streamController.forceStartLoad}}],[{key:"version",get:function(){return"1.4.12"}},{key:"Events",get:function(){return w}},{key:"ErrorTypes",get:function(){return X}},{key:"ErrorDetails",get:function(){return O}},{key:"DefaultConfig",get:function(){return s.defaultConfig?s.defaultConfig:Qc},set:function(t){s.defaultConfig=t}}]),s})();return ko.defaultConfig=void 0,ko};typeof i=="object"&&typeof d<"u"?d.exports=S():typeof define=="function"&&define.amd?define(S):(k=typeof globalThis<"u"?globalThis:k||self).Hls=S()})(!1)})),vu=Gd(),Vd='.remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{position:var(--ran-select-host-position, relative);display:var(--ran-select-host-display, inline-block);cursor:var(--ran-select-host-cursor, pointer);height:var(--ran-select-host-height, 32px);outline:var(--ran-select-host-outline, 0);-webkit-tap-highlight-color:var(--ran-select-host-tap-highlight-color, transparent)}:host,:host(:focus),:host(:active){outline:var(--ran-select-host-focus-outline, 0);-webkit-tap-highlight-color:transparent}:host ::slotted(r-option){display:var(--ran-select-option-display, none)}:host([disabled]){cursor:var(--ran-select-host-disabled-cursor, not-allowed);pointer-events:var(--ran-select-host-disabled-pointer-events, all);opacity:var(--ran-select-host-disabled-opacity, .6)}:host(:not([disabled]):hover) .ran-select{cursor:var(--ran-select-host-hover-cursor, pointer)}:host(:not([disabled],[type="text"]):hover) .selection{border:var(--ran-select-selection-hover-border, 1px solid var(--ran-color-primary, #006bff))}:host(:not([disabled],[type="text"]):hover) .selection-search{cursor:var(--ran-select-selection-hover-search-cursor, pointer)}:host(:not([disabled],[type="text"]):hover) .selection-item{cursor:var(--ran-select-selection-hover-item-cursor, pointer);color:var(--ran-select-selection-hover-item-color, var(--ran-color-text-disabled, #bfbfbf))}:host([type="text"]) .selection{border:var(--ran-select-selection-text-border, none);background:var(--ran-select-selection-text-background, transparent)}:host([type="text"]) .icon{display:var(--ran-select-icon-text-display, none)}:host(:not([disabled],[type="text"]):focus) .selection{border:var(--ran-select-selection-focus-border, 1px solid var(--ran-color-primary, #006bff))}:host(:not([disabled],[type="text"]):focus) .selection-search{cursor:var(--ran-select-selection-focus-search-cursor, pointer)}:host(:not([disabled],[type="text"]):focus) .selection-item{cursor:var(--ran-select-selection-focus-item-cursor, pointer);color:var(--ran-select-selection-focus-item-color, var(--ran-color-text-disabled, #bfbfbf))}:host .selection-search{display:var(--ran-select-selection-search-display, none)}:host([showSearch]:not([disabled])) .selection-search{cursor:var(--ran-select-selection-search-visible-cursor, text);display:var(--ran-select-selection-search-visible-display, block)}:host([showSearch]:not([disabled])) .selection-item{cursor:var(--ran-select-selection-search-visible-item-cursor, pointer)}:host([showSearch]:not([disabled]):focus) .selection-search{display:var(--ran-select-selection-search-visible-display, block);cursor:var(--ran-select-selection-search-visible-cursor, text);opacity:var(--ran-select-selection-search-visible-opacity, 1)}.ran-select{width:var(--ran-select-root-width, 100%);height:var(--ran-select-root-height, 100%);font-size:var(--ran-select-root-font-size, 14px);box-sizing:var(--ran-select-root-box-sizing, border-box);margin:var(--ran-select-root-margin, 0);padding:var(--ran-select-root-padding, 0);color:var(--ran-select-root-color, var(--ran-color-text, rgba(0, 0, 0, .88)));line-height:var(--ran-select-root-line-height, 1.57142857);list-style:var(--ran-select-root-list-style, none);font-family:var(--ran-select-root-font-family, var(--ran-skin-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"));position:var(--ran-select-root-position, relative);display:var(--ran-select-root-display, inline-block)}.ran-select .selection{position:var(--ran-select-selection-position, relative);background-color:var(--ran-select-selection-background-color, var(--ran-color-bg-elevated, #ffffff));background-image:var(--ran-select-selection-background-image, none);border:var(--ran-select-selection-border, 1px solid var(--ran-color-border, #eaeaea));transition:var(--ran-select-selection-transition, none);width:var(--ran-select-selection-width, 100%);height:var(--ran-select-selection-height, 100%);padding:var(--ran-select-selection-padding, 0 11px);box-sizing:var(--ran-select-selection-box-sizing, border-box);margin:var(--ran-select-selection-margin, 0);color:var(--ran-select-selection-color, var(--ran-color-text, rgba(0, 0, 0, .88)));font-size:var(--ran-select-selection-font-size, 14px);line-height:var(--ran-select-selection-line-height, 1.57142857);list-style:var(--ran-select-selection-list-style, none);font-family:var(--ran-select-selection-font-family, inherit);display:var(--ran-select-selection-display, flex);border-radius:var(--ran-select-selection-border-radius, var(--ran-radius-sm, 6px))}.ran-select .selection-search{position:var(--ran-select-selection-search-position, absolute);opacity:var(--ran-select-selection-search-opacity, 0);top:var(--ran-select-selection-search-top, 0);left:var(--ran-select-selection-search-left, 0);height:var(--ran-select-selection-search-height, 100%);inset-inline-start:var(--ran-select-selection-search-inset-inline-start, 11px);inset-inline-end:var(--ran-select-selection-search-inset-inline-end, 11px);margin:var(--ran-select-selection-search-margin, 0);padding:var(--ran-select-selection-search-padding, 0);background:var(--ran-select-selection-search-background, transparent);border:var(--ran-select-selection-search-border, none);outline:var(--ran-select-selection-search-outline, none);appearance:var(--ran-select-selection-search-appearance, none);font-family:var(--ran-select-selection-search-font-family, inherit);cursor:var(--ran-select-selection-search-cursor, not-allowed)}.ran-select .selection-search::-webkit-search-cancel-button{display:var(--ran-select-selection-search-cancel-display, none);-webkit-appearance:var(--ran-select-selection-search-cancel-appearance, none)}.ran-select .selection-search::part(input){border:var(--ran-select-selection-search-input-border, none);padding:var(--ran-select-selection-search-input-padding, 0);height:100%;min-height:100%;box-sizing:border-box;outline:var(--ran-select-selection-search-input-outline, none)}.ran-select .selection-search::part(input):active{border:var(--ran-select-selection-search-input-active-border, none);padding:var(--ran-select-selection-search-input-active-padding, 0);height:var(--ran-select-selection-search-input-active-height, 100%);outline:var(--ran-select-selection-search-input-active-outline, none);border-color:var(--ran-select-selection-search-input-active-border-color, transparent);box-shadow:var(--ran-select-selection-search-input-active-box-shadow, none);border-right-width:var(--ran-select-selection-search-input-active-border-right-width, 0px)}.ran-select .selection-search::part(content){min-height:var(--ran-select-selection-search-input-content-min-height, 0)}.ran-select .selection-item{position:var(--ran-select-selection-item-position, absolute);top:var(--ran-select-selection-item-top, 0);left:var(--ran-select-selection-item-left, 12px);right:var(--ran-select-selection-item-right, 28px);margin:var(--ran-select-selection-item-margin, 0);padding:var(--ran-select-selection-item-padding, 0);background:var(--ran-select-selection-item-background, transparent);border:var(--ran-select-selection-item-border, none);outline:var(--ran-select-selection-item-outline, none);appearance:var(--ran-select-selection-item-appearance, none);font-family:var(--ran-select-selection-item-font-family, inherit);height:var(--ran-select-selection-item-height, 100%);display:var(--ran-select-selection-item-display, flex);align-items:var(--ran-select-selection-item-align-items, center);-webkit-user-select:var(--ran-select-selection-item-user-select, none);user-select:var(--ran-select-selection-item-user-select, none);overflow:var(--ran-select-selection-item-overflow, hidden);white-space:var(--ran-select-selection-item-white-space, nowrap);text-overflow:var(--ran-select-selection-item-text-overflow, ellipsis);cursor:var(--ran-select-selection-item-cursor, pointer)}.ran-select .selection-select{color:var(--ran-select-selection-select-color, var(--ran-color-text-disabled, rgba(0, 0, 0, .25)))}.ran-select .selection .icon{display:var(--ran-select-selection-icon-display, flex);align-items:var(--ran-select-selection-icon-align-items, center);color:var(--ran-select-selection-icon-color, var(--ran-color-text-disabled, rgba(0, 0, 0, .25)));font-style:var(--ran-select-selection-icon-font-style, normal);text-align:var(--ran-select-selection-icon-text-align, center);text-transform:var(--ran-select-selection-icon-text-transform, none);text-rendering:var(--ran-select-selection-icon-text-rendering, optimizeLegibility);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:var(--ran-select-selection-icon-position, absolute);top:var(--ran-select-selection-icon-top, 50%);inset-inline-start:var(--ran-select-selection-icon-inset-inline-start, auto);inset-inline-end:var(--ran-select-selection-icon-inset-inline-end, 8px);height:var(--ran-select-selection-icon-height, 16px);transform:var(--ran-select-selection-icon-transform, translateY(-50%));margin-top:var(--ran-select-selection-icon-margin-top, 0);font-size:var(--ran-select-selection-icon-font-size, 12px);pointer-events:var(--ran-select-selection-icon-pointer-events, none)}',qd={success:!0,_identification:!0,data:`<svg viewBox="0 0 1024 1024" width="200" height="200" version="1.1"
|
|
30
|
+
} (data length: `+(e&&e.byteLength)+")"),a.update(e)},n.selectKeySystemFormat=function(t){var e=Object.keys(t.levelkeys||{});return this.keyFormatPromise||(this.log("Selecting key-system from fragment (sn: "+t.sn+" "+t.type+": "+t.level+") key formats "+e.join(", ")),this.keyFormatPromise=this.getKeyFormatPromise(e)),this.keyFormatPromise},n.getKeyFormatPromise=function(t){var e=this;return new Promise(function(r,a){var o=vi(e.config),l=t.map(Qa).filter(function(c){return!!c&&o.indexOf(c)!==-1});return e.getKeySystemSelectionPromise(l).then(function(c){var h=c.keySystem,u=Ka(h);u?r(u):a(new Error('Unable to find format for key-system "'+h+'"'))}).catch(a)})},n.loadKey=function(t){var e=this,r=t.keyInfo.decryptdata,a=this.getKeyIdString(r),o="(keyId: "+a+' format: "'+r.keyFormat+'" method: '+r.method+" uri: "+r.uri+")";this.log("Starting session for key "+o);var l=this.keyIdToKeySessionPromise[a];return l||(l=this.keyIdToKeySessionPromise[a]=this.getKeySystemForKeyPromise(r).then(function(c){var h=c.keySystem,u=c.mediaKeys;return e.throwIfDestroyed(),e.log("Handle encrypted media sn: "+t.frag.sn+" "+t.frag.type+": "+t.frag.level+" using key "+o),e.attemptSetMediaKeys(h,u).then(function(){e.throwIfDestroyed();var f=e.createMediaKeySessionContext({keySystem:h,mediaKeys:u,decryptdata:r});return e.generateRequestWithPreferredKeySession(f,"cenc",r.pssh,"playlist-key")})})).catch(function(c){return e.handleError(c)}),l},n.throwIfDestroyed=function(t){if(!this.hls)throw new Error("invalid state")},n.handleError=function(t){this.hls&&(this.error(t.message),t instanceof Vt?this.hls.trigger(w.ERROR,t.data):this.hls.trigger(w.ERROR,{type:X.KEY_SYSTEM_ERROR,details:O.KEY_SYSTEM_NO_KEYS,error:t,fatal:!0}))},n.getKeySystemForKeyPromise=function(t){var e=this.getKeyIdString(t),r=this.keyIdToKeySessionPromise[e];if(!r){var a=Qa(t.keyFormat),o=a?[a]:vi(this.config);return this.attemptKeySystemAccess(o)}return r},n.getKeySystemSelectionPromise=function(t){if(t.length||(t=vi(this.config)),t.length===0)throw new Vt({type:X.KEY_SYSTEM_ERROR,details:O.KEY_SYSTEM_NO_CONFIGURED_LICENSE,fatal:!0},"Missing key-system license configuration options "+JSON.stringify({drmSystems:this.config.drmSystems}));return this.attemptKeySystemAccess(t)},n._onMediaEncrypted=function(t){var e=this,r=t.initDataType,a=t.initData;if(this.debug('"'+t.type+'" event: init data type: "'+r+'"'),a!==null){var o,l;if(r==="sinf"&&this.config.drmSystems[vt.FAIRPLAY]){var c=Tt(new Uint8Array(a));try{var h=$e(JSON.parse(c).sinf),u=Ja(new Uint8Array(h));if(!u)return;o=u.subarray(8,24),l=vt.FAIRPLAY}catch{this.warn('Failed to parse sinf "encrypted" event message initData');return}}else{var f=(function(B){if(!(B instanceof ArrayBuffer)||B.byteLength<32)return null;var I={version:0,systemId:"",kids:null,data:null},T=new DataView(B),R=T.getUint32(0);if(B.byteLength!==R&&R>44||T.getUint32(4)!==1886614376||(I.version=T.getUint32(8)>>>24,I.version>1))return null;I.systemId=jt(new Uint8Array(B,12,16));var L=T.getUint32(28);if(I.version===0){if(R-32<L)return null;I.data=new Uint8Array(B,32,L)}else if(I.version===1){I.kids=[];for(var Q=0;Q<L;Q++)I.kids.push(new Uint8Array(B,32+16*Q,16))}return I})(a);if(f===null)return;f.version===0&&f.systemId===Na&&f.data&&(o=f.data.subarray(8,24)),l=(function(B){if(B===Na)return vt.WIDEVINE})(f.systemId)}if(l&&o){for(var p=jt(o),A=this.keyIdToKeySessionPromise,v=this.mediaKeySessions,y=A[p],C=function(){var B=v[b],I=B.decryptdata;if(I.pssh||!I.keyId)return"continue";var T=jt(I.keyId);return p===T||I.uri.replace(/-/g,"").indexOf(p)!==-1?(y=A[T],delete A[T],I.pssh=new Uint8Array(a),I.keyId=o,y=A[p]=y.then(function(){return e.generateRequestWithPreferredKeySession(B,r,a,"encrypted-event-key-match")}),"break"):void 0},b=0;b<v.length;b++){var E=C();if(E!=="continue"&&E==="break")break}y||(y=A[p]=this.getKeySystemSelectionPromise([l]).then(function(B){var I,T=B.keySystem,R=B.mediaKeys;e.throwIfDestroyed();var L=new Ei("ISO-23001-7",p,(I=Ka(T))!=null?I:"");return L.pssh=new Uint8Array(a),L.keyId=o,e.attemptSetMediaKeys(T,R).then(function(){e.throwIfDestroyed();var Q=e.createMediaKeySessionContext({decryptdata:L,keySystem:T,mediaKeys:R});return e.generateRequestWithPreferredKeySession(Q,r,a,"encrypted-event-no-match")})})),y.catch(function(B){return e.handleError(B)})}}},n._onWaitingForKey=function(t){this.log('"'+t.type+'" event')},n.attemptSetMediaKeys=function(t,e){var r=this,a=this.setMediaKeysQueue.slice();this.log('Setting media-keys for "'+t+'"');var o=Promise.all(a).then(function(){if(!r.media)throw new Error("Attempted to set mediaKeys without media element attached");return r.media.setMediaKeys(e)});return this.setMediaKeysQueue.push(o),o.then(function(){r.log('Media-keys set for "'+t+'"'),a.push(o),r.setMediaKeysQueue=r.setMediaKeysQueue.filter(function(l){return a.indexOf(l)===-1})})},n.generateRequestWithPreferredKeySession=function(t,e,r,a){var o,l,c=this,h=(o=this.config.drmSystems)==null||(l=o[t.keySystem])==null?void 0:l.generateRequest;if(h)try{var u=h.call(this.hls,e,r,t);if(!u)throw new Error("Invalid response from configured generateRequest filter");e=u.initDataType,r=t.decryptdata.pssh=u.initData?new Uint8Array(u.initData):null}catch(y){var f;if(this.warn(y.message),(f=this.hls)!=null&&f.config.debug)throw y}if(r===null)return this.log('Skipping key-session request for "'+a+'" (no initData)'),Promise.resolve(t);var p=this.getKeyIdString(t.decryptdata);this.log('Generating key-session request for "'+a+'": '+p+" (init data type: "+e+" length: "+(r?r.byteLength:null)+")");var A=new _r;t.mediaKeysSession.onmessage=function(y){var C=t.mediaKeysSession;if(C){var b=y.messageType,E=y.message;c.log('"'+b+'" message event for session "'+C.sessionId+'" message size: '+E.byteLength),b==="license-request"||b==="license-renewal"?c.renewLicense(t,E).catch(function(B){c.handleError(B),A.emit("error",B)}):b==="license-release"?t.keySystem===vt.FAIRPLAY&&(c.updateKeySession(t,Rr("acknowledged")),c.removeSession(t)):c.warn('unhandled media key message type "'+b+'"')}else A.emit("error",new Error("invalid state"))},t.mediaKeysSession.onkeystatuseschange=function(y){if(t.mediaKeysSession){c.onKeyStatusChange(t);var C=t.keyStatus;A.emit("keyStatus",C),C==="expired"&&(c.warn(t.keySystem+" expired for key "+p),c.renewKeySession(t))}else A.emit("error",new Error("invalid state"))};var v=new Promise(function(y,C){A.on("error",C),A.on("keyStatus",function(b){b.startsWith("usable")?y():b==="output-restricted"?C(new Vt({type:X.KEY_SYSTEM_ERROR,details:O.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED,fatal:!1},"HDCP level output restricted")):b==="internal-error"?C(new Vt({type:X.KEY_SYSTEM_ERROR,details:O.KEY_SYSTEM_STATUS_INTERNAL_ERROR,fatal:!0},'key status changed to "'+b+'"')):b==="expired"?C(new Error("key expired while generating request")):c.warn('unhandled key status change "'+b+'"')})});return t.mediaKeysSession.generateRequest(e,r).then(function(){var y;c.log('Request generated for key-session "'+((y=t.mediaKeysSession)==null?void 0:y.sessionId)+'" keyId: '+p)}).catch(function(y){throw new Vt({type:X.KEY_SYSTEM_ERROR,details:O.KEY_SYSTEM_NO_SESSION,error:y,fatal:!1},"Error generating key-session request: "+y)}).then(function(){return v}).catch(function(y){throw A.removeAllListeners(),c.removeSession(t),y}).then(function(){return A.removeAllListeners(),t})},n.onKeyStatusChange=function(t){var e=this;t.mediaKeysSession.keyStatuses.forEach(function(r,a){e.log('key status change "'+r+'" for keyStatuses keyId: '+jt("buffer"in a?new Uint8Array(a.buffer,a.byteOffset,a.byteLength):new Uint8Array(a))+" session keyId: "+jt(new Uint8Array(t.decryptdata.keyId||[]))+" uri: "+t.decryptdata.uri),t.keyStatus=r})},n.fetchServerCertificate=function(t){var e=this.config,r=new e.loader(e),a=this.getServerCertificateUrl(t);return a?(this.log('Fetching serverCertificate for "'+t+'"'),new Promise(function(o,l){var c={responseType:"arraybuffer",url:a},h=e.certLoadPolicy.default,u={loadPolicy:h,timeout:h.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0};r.load(c,u,{onSuccess:function(f,p,A,v){o(f.data)},onError:function(f,p,A,v){l(new Vt({type:X.KEY_SYSTEM_ERROR,details:O.KEY_SYSTEM_SERVER_CERTIFICATE_REQUEST_FAILED,fatal:!0,networkDetails:A,response:U({url:c.url,data:void 0},f)},'"'+t+'" certificate request failed ('+a+"). Status: "+f.code+" ("+f.text+")"))},onTimeout:function(f,p,A){l(new Vt({type:X.KEY_SYSTEM_ERROR,details:O.KEY_SYSTEM_SERVER_CERTIFICATE_REQUEST_FAILED,fatal:!0,networkDetails:A,response:{url:c.url,data:void 0}},'"'+t+'" certificate request timed out ('+a+")"))},onAbort:function(f,p,A){l(new Error("aborted"))}})})):Promise.resolve()},n.setMediaKeysServerCertificate=function(t,e,r){var a=this;return new Promise(function(o,l){t.setServerCertificate(r).then(function(c){a.log("setServerCertificate "+(c?"success":"not supported by CDM")+" ("+r?.byteLength+') on "'+e+'"'),o(t)}).catch(function(c){l(new Vt({type:X.KEY_SYSTEM_ERROR,details:O.KEY_SYSTEM_SERVER_CERTIFICATE_UPDATE_FAILED,error:c,fatal:!0},c.message))})})},n.renewLicense=function(t,e){var r=this;return this.requestLicense(t,new Uint8Array(e)).then(function(a){return r.updateKeySession(t,new Uint8Array(a)).catch(function(o){throw new Vt({type:X.KEY_SYSTEM_ERROR,details:O.KEY_SYSTEM_SESSION_UPDATE_FAILED,error:o,fatal:!0},o.message)})})},n.setupLicenseXHR=function(t,e,r,a){var o=this,l=this.config.licenseXhrSetup;return l?Promise.resolve().then(function(){if(!r.decryptdata)throw new Error("Key removed");return l.call(o.hls,t,e,r,a)}).catch(function(c){if(!r.decryptdata)throw c;return t.open("POST",e,!0),l.call(o.hls,t,e,r,a)}).then(function(c){return t.readyState||t.open("POST",e,!0),{xhr:t,licenseChallenge:c||a}}):(t.open("POST",e,!0),Promise.resolve({xhr:t,licenseChallenge:a}))},n.requestLicense=function(t,e){var r=this,a=this.config.keyLoadPolicy.default;return new Promise(function(o,l){var c=r.getLicenseServerUrl(t.keySystem);r.log("Sending license request to URL: "+c);var h=new XMLHttpRequest;h.responseType="arraybuffer",h.onreadystatechange=function(){if(!r.hls||!t.mediaKeysSession)return l(new Error("invalid state"));if(h.readyState===4)if(h.status===200){r._requestLicenseFailureCount=0;var u=h.response;r.log("License received "+(u instanceof ArrayBuffer?u.byteLength:u));var f=r.config.licenseResponseCallback;if(f)try{u=f.call(r.hls,h,c,t)}catch(y){r.error(y)}o(u)}else{var p=a.errorRetry,A=p?p.maxNumRetry:0;if(r._requestLicenseFailureCount++,r._requestLicenseFailureCount>A||h.status>=400&&h.status<500)l(new Vt({type:X.KEY_SYSTEM_ERROR,details:O.KEY_SYSTEM_LICENSE_REQUEST_FAILED,fatal:!0,networkDetails:h,response:{url:c,data:void 0,code:h.status,text:h.statusText}},"License Request XHR failed ("+c+"). Status: "+h.status+" ("+h.statusText+")"));else{var v=A-r._requestLicenseFailureCount+1;r.warn("Retrying license request, "+v+" attempts left"),r.requestLicense(t,e).then(o,l)}}},t.licenseXhr&&t.licenseXhr.readyState!==XMLHttpRequest.DONE&&t.licenseXhr.abort(),t.licenseXhr=h,r.setupLicenseXHR(h,c,t,e).then(function(u){var f=u.xhr,p=u.licenseChallenge;f.send(p)})})},n.onMediaAttached=function(t,e){if(this.config.emeEnabled){var r=e.media;this.media=r,r.addEventListener("encrypted",this.onMediaEncrypted),r.addEventListener("waitingforkey",this.onWaitingForKey)}},n.onMediaDetached=function(){var t=this,e=this.media,r=this.mediaKeySessions;e&&(e.removeEventListener("encrypted",this.onMediaEncrypted),e.removeEventListener("waitingforkey",this.onWaitingForKey),this.media=null),this._requestLicenseFailureCount=0,this.setMediaKeysQueue=[],this.mediaKeySessions=[],this.keyIdToKeySessionPromise={},Ei.clearKeyUriToKeyIdMap();var a=r.length;s.CDMCleanupPromise=Promise.all(r.map(function(o){return t.removeSession(o)}).concat(e?.setMediaKeys(null).catch(function(o){t.log("Could not clear media keys: "+o+". media.src: "+e?.src)}))).then(function(){a&&(t.log("finished closing key sessions and clearing media keys"),r.length=0)}).catch(function(o){t.log("Could not close sessions and clear media keys: "+o+". media.src: "+e?.src)})},n.onManifestLoading=function(){this.keyFormatPromise=null},n.onManifestLoaded=function(t,e){var r=e.sessionKeys;if(r&&this.config.emeEnabled&&!this.keyFormatPromise){var a=r.reduce(function(o,l){return o.indexOf(l.keyFormat)===-1&&o.push(l.keyFormat),o},[]);this.log("Selecting key-system from session-keys "+a.join(", ")),this.keyFormatPromise=this.getKeyFormatPromise(a)}},n.removeSession=function(t){var e=this,r=t.mediaKeysSession,a=t.licenseXhr;if(r){this.log("Remove licenses and keys and close session "+r.sessionId),r.onmessage=null,r.onkeystatuseschange=null,a&&a.readyState!==XMLHttpRequest.DONE&&a.abort(),t.mediaKeysSession=t.decryptdata=t.licenseXhr=void 0;var o=this.mediaKeySessions.indexOf(t);return o>-1&&this.mediaKeySessions.splice(o,1),r.remove().catch(function(l){e.log("Could not remove session: "+l)}).then(function(){return r.close()}).catch(function(l){e.log("Could not close session: "+l)})}},s})();bo.CDMCleanupPromise=void 0;var Vt=(function(s){function n(t,e){var r;return(r=s.call(this,e)||this).data=void 0,t.error||(t.error=new Error(e)),r.data=t,t.err=t.error,r}return kt(n,s),n})(zt(Error)),Dc="m",ti="a",ha="v",ua="av",yo="i",xc="tt",Rc=(function(){function s(t){var e=this;this.hls=void 0,this.config=void 0,this.media=void 0,this.sid=void 0,this.cid=void 0,this.useHeaders=!1,this.initialized=!1,this.starved=!1,this.buffering=!0,this.audioBuffer=void 0,this.videoBuffer=void 0,this.onWaiting=function(){e.initialized&&(e.starved=!0),e.buffering=!0},this.onPlaying=function(){e.initialized||(e.initialized=!0),e.buffering=!1},this.applyPlaylistData=function(o){try{e.apply(o,{ot:Dc,su:!e.initialized})}catch(l){D.warn("Could not generate manifest CMCD data.",l)}},this.applyFragmentData=function(o){try{var l=o.frag,c=e.hls.levels[l.level],h=e.getObjectType(l),u={d:1e3*l.duration,ot:h};h!==ha&&h!==ti&&h!=ua||(u.br=c.bitrate/1e3,u.tb=e.getTopBandwidth(h)/1e3,u.bl=e.getBufferLength(h)),e.apply(o,u)}catch(f){D.warn("Could not generate segment CMCD data.",f)}},this.hls=t;var r=this.config=t.config,a=r.cmcd;a!=null&&(r.pLoader=this.createPlaylistLoader(),r.fLoader=this.createFragmentLoader(),this.sid=a.sessionId||s.uuid(),this.cid=a.contentId,this.useHeaders=a.useHeaders===!0,this.registerListeners())}var n=s.prototype;return n.registerListeners=function(){var t=this.hls;t.on(w.MEDIA_ATTACHED,this.onMediaAttached,this),t.on(w.MEDIA_DETACHED,this.onMediaDetached,this),t.on(w.BUFFER_CREATED,this.onBufferCreated,this)},n.unregisterListeners=function(){var t=this.hls;t.off(w.MEDIA_ATTACHED,this.onMediaAttached,this),t.off(w.MEDIA_DETACHED,this.onMediaDetached,this),t.off(w.BUFFER_CREATED,this.onBufferCreated,this)},n.destroy=function(){this.unregisterListeners(),this.onMediaDetached(),this.hls=this.config=this.audioBuffer=this.videoBuffer=null},n.onMediaAttached=function(t,e){this.media=e.media,this.media.addEventListener("waiting",this.onWaiting),this.media.addEventListener("playing",this.onPlaying)},n.onMediaDetached=function(){this.media&&(this.media.removeEventListener("waiting",this.onWaiting),this.media.removeEventListener("playing",this.onPlaying),this.media=null)},n.onBufferCreated=function(t,e){var r,a;this.audioBuffer=(r=e.tracks.audio)==null?void 0:r.buffer,this.videoBuffer=(a=e.tracks.video)==null?void 0:a.buffer},n.createData=function(){var t;return{v:1,sf:"h",sid:this.sid,cid:this.cid,pr:(t=this.media)==null?void 0:t.playbackRate,mtp:this.hls.bandwidthEstimate/1e3}},n.apply=function(t,e){e===void 0&&(e={}),mt(e,this.createData());var r=e.ot===yo||e.ot===ha||e.ot===ua;if(this.starved&&r&&(e.bs=!0,e.su=!0,this.starved=!1),e.su??(e.su=this.buffering),this.useHeaders){var a=s.toHeaders(e);if(!Object.keys(a).length)return;t.headers||(t.headers={}),mt(t.headers,a)}else{var o=s.toQuery(e);if(!o)return;t.url=s.appendQueryToUri(t.url,o)}},n.getObjectType=function(t){var e=t.type;return e==="subtitle"?xc:t.sn==="initSegment"?yo:e==="audio"?ti:e==="main"?this.hls.audioTracks.length?ha:ua:void 0},n.getTopBandwidth=function(t){var e,r=0,a=this.hls;if(t===ti)e=a.audioTracks;else{var o=a.maxAutoLevel,l=o>-1?o+1:a.levels.length;e=a.levels.slice(0,l)}for(var c,h=Nt(e);!(c=h()).done;){var u=c.value;u.bitrate>r&&(r=u.bitrate)}return r>0?r:NaN},n.getBufferLength=function(t){var e=this.hls.media,r=t===ti?this.audioBuffer:this.videoBuffer;return r&&e?1e3*wt.bufferInfo(r,e.currentTime,this.config.maxBufferHole).len:NaN},n.createPlaylistLoader=function(){var t=this.config.pLoader,e=this.applyPlaylistData,r=t||this.config.loader;return(function(){function a(l){this.loader=void 0,this.loader=new r(l)}var o=a.prototype;return o.destroy=function(){this.loader.destroy()},o.abort=function(){this.loader.abort()},o.load=function(l,c,h){e(l),this.loader.load(l,c,h)},Z(a,[{key:"stats",get:function(){return this.loader.stats}},{key:"context",get:function(){return this.loader.context}}]),a})()},n.createFragmentLoader=function(){var t=this.config.fLoader,e=this.applyFragmentData,r=t||this.config.loader;return(function(){function a(l){this.loader=void 0,this.loader=new r(l)}var o=a.prototype;return o.destroy=function(){this.loader.destroy()},o.abort=function(){this.loader.abort()},o.load=function(l,c,h){e(l),this.loader.load(l,c,h)},Z(a,[{key:"stats",get:function(){return this.loader.stats}},{key:"context",get:function(){return this.loader.context}}]),a})()},s.uuid=function(){var t=URL.createObjectURL(new Blob),e=t.toString();return URL.revokeObjectURL(t),e.slice(e.lastIndexOf("/")+1)},s.serialize=function(t){for(var e,r=[],a=function(y){return!Number.isNaN(y)&&y!=null&&y!==""&&y!==!1},o=function(y){return Math.round(y)},l=function(y){return 100*o(y/100)},c={br:o,d:o,bl:l,dl:l,mtp:l,nor:function(y){return encodeURIComponent(y)},rtp:l,tb:o},h=Nt(Object.keys(t||{}).sort());!(e=h()).done;){var u=e.value,f=t[u];if(a(f)&&!(u==="v"&&f===1||u=="pr"&&f===1)){var p=c[u];p&&(f=p(f));var A=typeof f,v=void 0;v=u==="ot"||u==="sf"||u==="st"?u+"="+f:A==="boolean"?u:A==="number"?u+"="+f:u+"="+JSON.stringify(f),r.push(v)}}return r.join(",")},s.toHeaders=function(t){for(var e={},r=["Object","Request","Session","Status"],a=[{},{},{},{}],o={br:0,d:0,ot:0,tb:0,bl:1,dl:1,mtp:1,nor:1,nrr:1,su:1,cid:2,pr:2,sf:2,sid:2,st:2,v:2,bs:3,rtp:3},l=0,c=Object.keys(t);l<c.length;l++){var h=c[l];a[o[h]!=null?o[h]:1][h]=t[h]}for(var u=0;u<a.length;u++){var f=s.serialize(a[u]);f&&(e["CMCD-"+r[u]]=f)}return e},s.toQuery=function(t){return"CMCD="+encodeURIComponent(s.serialize(t))},s.appendQueryToUri=function(t,e){if(!e)return t;var r=t.includes("?")?"&":"?";return""+t+r+e},s})(),Lc=(function(){function s(t){this.hls=void 0,this.log=void 0,this.loader=null,this.uri=null,this.pathwayId=".",this.pathwayPriority=null,this.timeToLoad=300,this.reloadTimer=-1,this.updated=0,this.started=!1,this.enabled=!0,this.levels=null,this.audioTracks=null,this.subtitleTracks=null,this.penalizedPathways={},this.hls=t,this.log=D.log.bind(D,"[content-steering]:"),this.registerListeners()}var n=s.prototype;return n.registerListeners=function(){var t=this.hls;t.on(w.MANIFEST_LOADING,this.onManifestLoading,this),t.on(w.MANIFEST_LOADED,this.onManifestLoaded,this),t.on(w.MANIFEST_PARSED,this.onManifestParsed,this),t.on(w.ERROR,this.onError,this)},n.unregisterListeners=function(){var t=this.hls;t&&(t.off(w.MANIFEST_LOADING,this.onManifestLoading,this),t.off(w.MANIFEST_LOADED,this.onManifestLoaded,this),t.off(w.MANIFEST_PARSED,this.onManifestParsed,this),t.off(w.ERROR,this.onError,this))},n.startLoad=function(){if(this.started=!0,self.clearTimeout(this.reloadTimer),this.enabled&&this.uri)if(this.updated){var t=Math.max(1e3*this.timeToLoad-(performance.now()-this.updated),0);this.scheduleRefresh(this.uri,t)}else this.loadSteeringManifest(this.uri)},n.stopLoad=function(){this.started=!1,this.loader&&(this.loader.destroy(),this.loader=null),self.clearTimeout(this.reloadTimer)},n.destroy=function(){this.unregisterListeners(),this.stopLoad(),this.hls=null,this.levels=this.audioTracks=this.subtitleTracks=null},n.removeLevel=function(t){var e=this.levels;e&&(this.levels=e.filter(function(r){return r!==t}))},n.onManifestLoading=function(){this.stopLoad(),this.enabled=!0,this.timeToLoad=300,this.updated=0,this.uri=null,this.pathwayId=".",this.levels=this.audioTracks=this.subtitleTracks=null},n.onManifestLoaded=function(t,e){var r=e.contentSteering;r!==null&&(this.pathwayId=r.pathwayId,this.uri=r.uri,this.started&&this.startLoad())},n.onManifestParsed=function(t,e){this.audioTracks=e.audioTracks,this.subtitleTracks=e.subtitleTracks},n.onError=function(t,e){var r=e.errorAction;if(r?.action===le&&r.flags===Hr){var a=this.pathwayPriority,o=this.pathwayId;this.penalizedPathways[o]||(this.penalizedPathways[o]=performance.now()),!a&&this.levels&&(a=this.levels.reduce(function(l,c){return l.indexOf(c.pathwayId)===-1&&l.push(c.pathwayId),l},[])),a&&a.length>1&&(this.updatePathwayPriority(a),r.resolved=this.pathwayId!==o)}},n.filterParsedLevels=function(t){this.levels=t;var e=this.getLevelsForPathway(this.pathwayId);if(e.length===0){var r=t[0].pathwayId;this.log("No levels found in Pathway "+this.pathwayId+'. Setting initial Pathway to "'+r+'"'),e=this.getLevelsForPathway(r),this.pathwayId=r}return e.length!==t.length?(this.log("Found "+e.length+"/"+t.length+' levels in Pathway "'+this.pathwayId+'"'),e):t},n.getLevelsForPathway=function(t){return this.levels===null?[]:this.levels.filter(function(e){return t===e.pathwayId})},n.updatePathwayPriority=function(t){var e;this.pathwayPriority=t;var r=this.penalizedPathways,a=performance.now();Object.keys(r).forEach(function(f){a-r[f]>3e5&&delete r[f]});for(var o=0;o<t.length;o++){var l=t[o];if(!r[l]){if(l===this.pathwayId)return;var c=this.hls.nextLoadLevel,h=this.hls.levels[c];if((e=this.getLevelsForPathway(l)).length>0){this.log('Setting Pathway to "'+l+'"'),this.pathwayId=l,this.hls.trigger(w.LEVELS_UPDATED,{levels:e});var u=this.hls.levels[c];h&&u&&this.levels&&(u.attrs["STABLE-VARIANT-ID"]!==h.attrs["STABLE-VARIANT-ID"]&&u.bitrate!==h.bitrate&&this.log("Unstable Pathways change from bitrate "+h.bitrate+" to "+u.bitrate),this.hls.nextLoadLevel=c);break}}}},n.clonePathways=function(t){var e=this,r=this.levels;if(r){var a={},o={};t.forEach(function(l){var c=l.ID,h=l["BASE-ID"],u=l["URI-REPLACEMENT"];if(!r.some(function(p){return p.pathwayId===c})){var f=e.getLevelsForPathway(h).map(function(p){var A=mt({},p);A.details=void 0,A.url=Eo(p.uri,p.attrs["STABLE-VARIANT-ID"],"PER-VARIANT-URIS",u);var v=new yt(p.attrs);v["PATHWAY-ID"]=c;var y=v.AUDIO&&v.AUDIO+"_clone_"+c,C=v.SUBTITLES&&v.SUBTITLES+"_clone_"+c;y&&(a[v.AUDIO]=y,v.AUDIO=y),C&&(o[v.SUBTITLES]=C,v.SUBTITLES=C),A.attrs=v;var b=new nr(A);return Gr(b,"audio",y),Gr(b,"text",C),b});r.push.apply(r,f),wo(e.audioTracks,a,u,c),wo(e.subtitleTracks,o,u,c)}})}},n.loadSteeringManifest=function(t){var e,r=this,a=this.hls.config,o=a.loader;this.loader&&this.loader.destroy(),this.loader=new o(a);try{e=new self.URL(t)}catch{this.enabled=!1,this.log("Failed to parse Steering Manifest URI: "+t);return}if(e.protocol!=="data:"){var l=0|(this.hls.bandwidthEstimate||a.abrEwmaDefaultEstimate);e.searchParams.set("_HLS_pathway",this.pathwayId),e.searchParams.set("_HLS_throughput",""+l)}var c={responseType:"json",url:e.href},h=a.steeringManifestLoadPolicy.default,u=h.errorRetry||h.timeoutRetry||{},f={loadPolicy:h,timeout:h.maxLoadTimeMs,maxRetry:u.maxNumRetry||0,retryDelay:u.retryDelayMs||0,maxRetryDelay:u.maxRetryDelayMs||0};this.log("Requesting steering manifest: "+e),this.loader.load(c,f,{onSuccess:function(p,A,v,y){r.log('Loaded steering manifest: "'+e+'"');var C=p.data;if(C.VERSION===1){r.updated=performance.now(),r.timeToLoad=C.TTL;var b=C["RELOAD-URI"],E=C["PATHWAY-CLONES"],B=C["PATHWAY-PRIORITY"];if(b)try{r.uri=new self.URL(b,e).href}catch{r.enabled=!1,r.log("Failed to parse Steering Manifest RELOAD-URI: "+b);return}r.scheduleRefresh(r.uri||v.url),E&&r.clonePathways(E),B&&r.updatePathwayPriority(B)}else r.log("Steering VERSION "+C.VERSION+" not supported!")},onError:function(p,A,v,y){if(r.log("Error loading steering manifest: "+p.code+" "+p.text+" ("+A.url+")"),r.stopLoad(),p.code===410)return r.enabled=!1,void r.log("Steering manifest "+A.url+" no longer available");var C=1e3*r.timeToLoad;if(p.code!==429)r.scheduleRefresh(r.uri||A.url,C);else{var b=r.loader;if(typeof b?.getResponseHeader=="function"){var E=b.getResponseHeader("Retry-After");E&&(C=1e3*parseFloat(E))}r.log("Steering manifest "+A.url+" rate limited")}},onTimeout:function(p,A,v){r.log("Timeout loading steering manifest ("+A.url+")"),r.scheduleRefresh(r.uri||A.url)}})},n.scheduleRefresh=function(t,e){var r=this;e===void 0&&(e=1e3*this.timeToLoad),self.clearTimeout(this.reloadTimer),this.reloadTimer=self.setTimeout(function(){r.loadSteeringManifest(t)},e)},s})();function wo(s,n,t,e){s&&Object.keys(n).forEach(function(r){var a=s.filter(function(o){return o.groupId===r}).map(function(o){var l=mt({},o);return l.details=void 0,l.attrs=new yt(l.attrs),l.url=l.attrs.URI=Eo(o.url,o.attrs["STABLE-RENDITION-ID"],"PER-RENDITION-URIS",t),l.groupId=l.attrs["GROUP-ID"]=n[r],l.attrs["PATHWAY-ID"]=e,l});s.push.apply(s,a)})}function Eo(s,n,t,e){var r,a=e.HOST,o=e.PARAMS,l=e[t];n&&(r=l?.[n])&&(s=r);var c=new self.URL(s);return a&&!r&&(c.host=a),o&&Object.keys(o).sort().forEach(function(h){h&&c.searchParams.set(h,o[h])}),c.href}var Fc=/^age:\s*[\d.]+\s*$/im,Co=(function(){function s(t){this.xhrSetup=void 0,this.requestTimeout=void 0,this.retryTimeout=void 0,this.retryDelay=void 0,this.config=null,this.callbacks=null,this.context=void 0,this.loader=null,this.stats=void 0,this.xhrSetup=t&&t.xhrSetup||null,this.stats=new Oe,this.retryDelay=0}var n=s.prototype;return n.destroy=function(){this.callbacks=null,this.abortInternal(),this.loader=null,this.config=null},n.abortInternal=function(){var t=this.loader;self.clearTimeout(this.requestTimeout),self.clearTimeout(this.retryTimeout),t&&(t.onreadystatechange=null,t.onprogress=null,t.readyState!==4&&(this.stats.aborted=!0,t.abort()))},n.abort=function(){var t;this.abortInternal(),(t=this.callbacks)!=null&&t.onAbort&&this.callbacks.onAbort(this.stats,this.context,this.loader)},n.load=function(t,e,r){if(this.stats.loading.start)throw new Error("Loader can only be used once.");this.stats.loading.start=self.performance.now(),this.context=t,this.config=e,this.callbacks=r,this.loadInternal()},n.loadInternal=function(){var t=this,e=this.config,r=this.context;if(e){var a=this.loader=new self.XMLHttpRequest,o=this.stats;o.loading.first=0,o.loaded=0,o.aborted=!1;var l=this.xhrSetup;l?Promise.resolve().then(function(){if(!t.stats.aborted)return l(a,r.url)}).catch(function(c){return a.open("GET",r.url,!0),l(a,r.url)}).then(function(){t.stats.aborted||t.openAndSendXhr(a,r,e)}).catch(function(c){t.callbacks.onError({code:a.status,text:c.message},r,a,o)}):this.openAndSendXhr(a,r,e)}},n.openAndSendXhr=function(t,e,r){t.readyState||t.open("GET",e.url,!0);var a=this.context.headers,o=r.loadPolicy,l=o.maxTimeToFirstByteMs,c=o.maxLoadTimeMs;if(a)for(var h in a)t.setRequestHeader(h,a[h]);e.rangeEnd&&t.setRequestHeader("Range","bytes="+e.rangeStart+"-"+(e.rangeEnd-1)),t.onreadystatechange=this.readystatechange.bind(this),t.onprogress=this.loadprogress.bind(this),t.responseType=e.responseType,self.clearTimeout(this.requestTimeout),r.timeout=l&&W(l)?l:c,this.requestTimeout=self.setTimeout(this.loadtimeout.bind(this),r.timeout),t.send()},n.readystatechange=function(){var t=this.context,e=this.loader,r=this.stats;if(t&&e){var a=e.readyState,o=this.config;if(!r.aborted&&a>=2&&(r.loading.first===0&&(r.loading.first=Math.max(self.performance.now(),r.loading.start),o.timeout!==o.loadPolicy.maxLoadTimeMs&&(self.clearTimeout(this.requestTimeout),o.timeout=o.loadPolicy.maxLoadTimeMs,this.requestTimeout=self.setTimeout(this.loadtimeout.bind(this),o.loadPolicy.maxLoadTimeMs-(r.loading.first-r.loading.start)))),a===4)){self.clearTimeout(this.requestTimeout),e.onreadystatechange=null,e.onprogress=null;var l=e.status,c=e.responseType!=="text";if(l>=200&&l<300&&(c&&e.response||e.responseText!==null)){r.loading.end=Math.max(self.performance.now(),r.loading.first);var h=c?e.response:e.responseText;if(r.loaded=r.total=e.responseType==="arraybuffer"?h.byteLength:h.length,r.bwEstimate=8e3*r.total/(r.loading.end-r.loading.first),!this.callbacks)return;var u=this.callbacks.onProgress;if(u&&u(r,t,h,e),!this.callbacks)return;var f={url:e.responseURL,data:h,code:l};this.callbacks.onSuccess(f,r,t,e)}else{var p=o.loadPolicy.errorRetry;Kr(p,r.retry,!1,l)?this.retry(p):(D.error(l+" while loading "+t.url),this.callbacks.onError({code:l,text:e.statusText},t,e,r))}}}},n.loadtimeout=function(){var t,e=(t=this.config)==null?void 0:t.loadPolicy.timeoutRetry;if(Kr(e,this.stats.retry,!0))this.retry(e);else{D.warn("timeout while loading "+this.context.url);var r=this.callbacks;r&&(this.abortInternal(),r.onTimeout(this.stats,this.context,this.loader))}},n.retry=function(t){var e=this.context,r=this.stats;this.retryDelay=Fi(t,r.retry),r.retry++,D.warn((status?"HTTP Status "+status:"Timeout")+" while loading "+e.url+", retrying "+r.retry+"/"+t.maxNumRetry+" in "+this.retryDelay+"ms"),this.abortInternal(),this.loader=null,self.clearTimeout(this.retryTimeout),this.retryTimeout=self.setTimeout(this.loadInternal.bind(this),this.retryDelay)},n.loadprogress=function(t){var e=this.stats;e.loaded=t.loaded,t.lengthComputable&&(e.total=t.total)},n.getCacheAge=function(){var t=null;if(this.loader&&Fc.test(this.loader.getAllResponseHeaders())){var e=this.loader.getResponseHeader("age");t=e?parseFloat(e):null}return t},n.getResponseHeader=function(t){return this.loader&&new RegExp("^"+t+":\\s*[\\d.]+\\s*$","im").test(this.loader.getAllResponseHeaders())?this.loader.getResponseHeader(t):null},s})(),Oc=/(\d+)-(\d+)\/(\d+)/,Io=(function(){function s(t){this.fetchSetup=void 0,this.requestTimeout=void 0,this.request=void 0,this.response=void 0,this.controller=void 0,this.context=void 0,this.config=null,this.callbacks=null,this.stats=void 0,this.loader=null,this.fetchSetup=t.fetchSetup||Pc,this.controller=new self.AbortController,this.stats=new Oe}var n=s.prototype;return n.destroy=function(){this.loader=this.callbacks=null,this.abortInternal()},n.abortInternal=function(){var t=this.response;t!=null&&t.ok||(this.stats.aborted=!0,this.controller.abort())},n.abort=function(){var t;this.abortInternal(),(t=this.callbacks)!=null&&t.onAbort&&this.callbacks.onAbort(this.stats,this.context,this.response)},n.load=function(t,e,r){var a=this,o=this.stats;if(o.loading.start)throw new Error("Loader can only be used once.");o.loading.start=self.performance.now();var l=(function(v,y){var C={method:"GET",mode:"cors",credentials:"same-origin",signal:y,headers:new self.Headers(mt({},v.headers))};return v.rangeEnd&&C.headers.set("Range","bytes="+v.rangeStart+"-"+String(v.rangeEnd-1)),C})(t,this.controller.signal),c=r.onProgress,h=t.responseType==="arraybuffer",u=h?"byteLength":"length",f=e.loadPolicy,p=f.maxTimeToFirstByteMs,A=f.maxLoadTimeMs;this.context=t,this.config=e,this.callbacks=r,this.request=this.fetchSetup(t,l),self.clearTimeout(this.requestTimeout),e.timeout=p&&W(p)?p:A,this.requestTimeout=self.setTimeout(function(){a.abortInternal(),r.onTimeout(o,t,a.response)},e.timeout),self.fetch(this.request).then(function(v){a.response=a.loader=v;var y=Math.max(self.performance.now(),o.loading.start);if(self.clearTimeout(a.requestTimeout),e.timeout=A,a.requestTimeout=self.setTimeout(function(){a.abortInternal(),r.onTimeout(o,t,a.response)},A-(y-o.loading.start)),!v.ok){var C=v.status,b=v.statusText;throw new Mc(b||"fetch, bad network response",C,v)}return o.loading.first=y,o.total=(function(E){var B=E.get("Content-Range");if(B){var I=(function(R){var L=Oc.exec(R);if(L)return parseInt(L[2])-parseInt(L[1])+1})(B);if(W(I))return I}var T=E.get("Content-Length");if(T)return parseInt(T)})(v.headers)||o.total,c&&W(e.highWaterMark)?a.loadProgressively(v,o,t,e.highWaterMark,c):h?v.arrayBuffer():t.responseType==="json"?v.json():v.text()}).then(function(v){var y=a.response;self.clearTimeout(a.requestTimeout),o.loading.end=Math.max(self.performance.now(),o.loading.first);var C=v[u];C&&(o.loaded=o.total=C);var b={url:y.url,data:v,code:y.status};c&&!W(e.highWaterMark)&&c(o,t,v,y),r.onSuccess(b,o,t,y)}).catch(function(v){if(self.clearTimeout(a.requestTimeout),!o.aborted){var y=v&&v.code||0,C=v?v.message:null;r.onError({code:y,text:C},t,v?v.details:null,o)}})},n.getCacheAge=function(){var t=null;if(this.response){var e=this.response.headers.get("age");t=e?parseFloat(e):null}return t},n.getResponseHeader=function(t){return this.response?this.response.headers.get(t):null},n.loadProgressively=function(t,e,r,a,o){a===void 0&&(a=0);var l=new $n,c=t.body.getReader();return(function h(){return c.read().then(function(u){if(u.done)return l.dataLength&&o(e,r,l.flush(),t),Promise.resolve(new ArrayBuffer(0));var f=u.value,p=f.length;return e.loaded+=p,p<a||l.dataLength?(l.push(f),l.dataLength>=a&&o(e,r,l.flush(),t)):o(e,r,f,t),h()}).catch(function(){return Promise.reject()})})()},s})();function Pc(s,n){return new self.Request(s.url,n)}var Mc=(function(s){function n(t,e,r){var a;return(a=s.call(this,t)||this).code=void 0,a.details=void 0,a.code=e,a.details=r,a}return kt(n,s),n})(zt(Error)),Uc=/\s/,Qc=U(U({autoStartLoad:!0,startPosition:-1,defaultAudioCodec:void 0,debug:!1,capLevelOnFPSDrop:!1,capLevelToPlayerSize:!1,ignoreDevicePixelRatio:!1,initialLiveManifestSize:1,maxBufferLength:30,backBufferLength:1/0,maxBufferSize:6e7,maxBufferHole:.1,highBufferWatchdogPeriod:2,nudgeOffset:.1,nudgeMaxRetry:3,maxFragLookUpTolerance:.25,liveSyncDurationCount:3,liveMaxLatencyDurationCount:1/0,liveSyncDuration:void 0,liveMaxLatencyDuration:void 0,maxLiveSyncPlaybackRate:1,liveDurationInfinity:!1,liveBackBufferLength:null,maxMaxBufferLength:600,enableWorker:!0,workerPath:null,enableSoftwareAES:!0,startLevel:void 0,startFragPrefetch:!1,fpsDroppedMonitoringPeriod:5e3,fpsDroppedMonitoringThreshold:.2,appendErrorMaxRetry:3,loader:Co,fLoader:void 0,pLoader:void 0,xhrSetup:void 0,licenseXhrSetup:void 0,licenseResponseCallback:void 0,abrController:ec,bufferController:cc,capLevelController:Sc,errorController:wl,fpsController:Tc,stretchShortVideoTrack:!1,maxAudioFramesDrift:1,forceKeyFrameOnDiscontinuity:!0,abrEwmaFastLive:3,abrEwmaSlowLive:9,abrEwmaFastVoD:3,abrEwmaSlowVoD:9,abrEwmaDefaultEstimate:5e5,abrBandWidthFactor:.95,abrBandWidthUpFactor:.7,abrMaxWithRealBitrate:!1,maxStarvationDelay:4,maxLoadingDelay:4,minAutoBitrate:0,emeEnabled:!1,widevineLicenseUrl:void 0,drmSystems:{},drmSystemOptions:{},requestMediaKeySystemAccessFunc:Ya,testBandwidth:!0,progressive:!1,lowLatencyMode:!0,cmcd:void 0,enableDateRangeMetadataCues:!0,enableEmsgMetadataCues:!0,enableID3MetadataCues:!0,certLoadPolicy:{default:{maxTimeToFirstByteMs:8e3,maxLoadTimeMs:2e4,timeoutRetry:null,errorRetry:null}},keyLoadPolicy:{default:{maxTimeToFirstByteMs:8e3,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:1,retryDelayMs:1e3,maxRetryDelayMs:2e4,backoff:"linear"},errorRetry:{maxNumRetry:8,retryDelayMs:1e3,maxRetryDelayMs:2e4,backoff:"linear"}}},manifestLoadPolicy:{default:{maxTimeToFirstByteMs:1/0,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:2,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:1,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},playlistLoadPolicy:{default:{maxTimeToFirstByteMs:1e4,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:2,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:2,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},fragLoadPolicy:{default:{maxTimeToFirstByteMs:1e4,maxLoadTimeMs:12e4,timeoutRetry:{maxNumRetry:4,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:6,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},steeringManifestLoadPolicy:{default:{maxTimeToFirstByteMs:1e4,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:2,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:1,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},manifestLoadingTimeOut:1e4,manifestLoadingMaxRetry:1,manifestLoadingRetryDelay:1e3,manifestLoadingMaxRetryTimeout:64e3,levelLoadingTimeOut:1e4,levelLoadingMaxRetry:4,levelLoadingRetryDelay:1e3,levelLoadingMaxRetryTimeout:64e3,fragLoadingTimeOut:2e4,fragLoadingMaxRetry:6,fragLoadingRetryDelay:1e3,fragLoadingMaxRetryTimeout:64e3},{cueHandler:{newCue:function(s,n,t,e){for(var r,a,o,l,c,h=[],u=self.VTTCue||self.TextTrackCue,f=0;f<e.rows.length;f++)if(o=!0,l=0,c="",!(r=e.rows[f]).isEmpty()){for(var p,A=0;A<r.chars.length;A++)Uc.test(r.chars[A].uchar)&&o?l++:(c+=r.chars[A].uchar,o=!1);r.cueStartTime=n,n===t&&(t+=1e-4),l>=16?l--:l++;var v=uo(c.trim()),y=oa(n,t,v);s!=null&&(p=s.cues)!=null&&p.getCueById(y)||((a=new u(n,t,v)).id=y,a.line=f+1,a.align="left",a.position=10+Math.min(80,10*Math.floor(8*l/32)),h.push(a))}return s&&h.length&&(h.sort(function(C,b){return C.line==="auto"||b.line==="auto"?0:C.line>8&&b.line>8?b.line-C.line:C.line-b.line}),h.forEach(function(C){return pn(s,C)})),h}},enableWebVTT:!0,enableIMSC1:!0,enableCEA708Captions:!0,captionsTextTrack1Label:"English",captionsTextTrack1LanguageCode:"en",captionsTextTrack2Label:"Spanish",captionsTextTrack2LanguageCode:"es",captionsTextTrack3Label:"Unknown CC",captionsTextTrack3LanguageCode:"",captionsTextTrack4Label:"Unknown CC",captionsTextTrack4LanguageCode:"",renderTextTracksNatively:!0}),{},{subtitleStreamController:nc,subtitleTrackController:sc,timelineController:kc,audioStreamController:rc,audioTrackController:ic,emeController:bo,cmcdController:Rc,contentSteeringController:Lc});function ga(s){return s&&typeof s=="object"?Array.isArray(s)?s.map(ga):Object.keys(s).reduce(function(n,t){return n[t]=ga(s[t]),n},{}):s}function Nc(s){var n=s.loader;n!==Io&&n!==Co?(D.log("[config]: Custom loader detected, cannot enable progressive streaming"),s.progressive=!1):(function(){if(self.fetch&&self.AbortController&&self.ReadableStream&&self.Request)try{return new self.ReadableStream({}),!0}catch{}return!1})()&&(s.loader=Io,s.progressive=!0,s.enableSoftwareAES=!0,D.log("[config]: Progressive streaming enabled, using FetchLoader"))}var ko=(function(){function s(t){t===void 0&&(t={}),this.config=void 0,this.userConfig=void 0,this.coreComponents=void 0,this.networkControllers=void 0,this._emitter=new _r,this._autoLevelCapping=void 0,this._maxHdcpLevel=null,this.abrController=void 0,this.bufferController=void 0,this.capLevelController=void 0,this.latencyController=void 0,this.levelController=void 0,this.streamController=void 0,this.audioTrackController=void 0,this.subtitleTrackController=void 0,this.emeController=void 0,this.cmcdController=void 0,this._media=null,this.url=null,Sr(t.debug||!1,"Hls instance");var e=this.config=(function(Y,K){if((K.liveSyncDurationCount||K.liveMaxLatencyDurationCount)&&(K.liveSyncDuration||K.liveMaxLatencyDuration))throw new Error("Illegal hls.js config: don't mix up liveSyncDurationCount/liveMaxLatencyDurationCount and liveSyncDuration/liveMaxLatencyDuration");if(K.liveMaxLatencyDurationCount!==void 0&&(K.liveSyncDurationCount===void 0||K.liveMaxLatencyDurationCount<=K.liveSyncDurationCount))throw new Error('Illegal hls.js config: "liveMaxLatencyDurationCount" must be greater than "liveSyncDurationCount"');if(K.liveMaxLatencyDuration!==void 0&&(K.liveSyncDuration===void 0||K.liveMaxLatencyDuration<=K.liveSyncDuration))throw new Error('Illegal hls.js config: "liveMaxLatencyDuration" must be greater than "liveSyncDuration"');var V=ga(Y),J=["TimeOut","MaxRetry","RetryDelay","MaxRetryTimeout"];return["manifest","level","frag"].forEach(function(q){var z=(q==="level"?"playlist":q)+"LoadPolicy",_=K[z]===void 0,H=[];J.forEach(function(it){var at=q+"Loading"+it,lt=K[at];if(lt!==void 0&&_){H.push(at);var ft=V[z].default;switch(K[z]={default:ft},it){case"TimeOut":ft.maxLoadTimeMs=lt,ft.maxTimeToFirstByteMs=lt;break;case"MaxRetry":ft.errorRetry.maxNumRetry=lt,ft.timeoutRetry.maxNumRetry=lt;break;case"RetryDelay":ft.errorRetry.retryDelayMs=lt,ft.timeoutRetry.retryDelayMs=lt;break;case"MaxRetryTimeout":ft.errorRetry.maxRetryDelayMs=lt,ft.timeoutRetry.maxRetryDelayMs=lt}}}),H.length&&D.warn('hls.js config: "'+H.join('", "')+'" setting(s) are deprecated, use "'+z+'": '+JSON.stringify(K[z]))}),U(U({},V),K)})(s.DefaultConfig,t);this.userConfig=t,this._autoLevelCapping=-1,e.progressive&&Nc(e);var r=e.abrController,a=e.bufferController,o=e.capLevelController,l=e.errorController,c=e.fpsController,h=new l(this),u=this.abrController=new r(this),f=this.bufferController=new a(this),p=this.capLevelController=new o(this),A=new c(this),v=new ul(this),y=new fl(this),C=e.contentSteeringController,b=C?new C(this):null,E=this.levelController=new El(this,b),B=new Cl(this),I=new kl(this.config),T=this.streamController=new $l(this,B,I);p.setStreamController(T),A.setStreamController(T);var R=[v,E,T];b&&R.splice(1,0,b),this.networkControllers=R;var L=[u,f,p,A,y,B];this.audioTrackController=this.createController(e.audioTrackController,R);var Q=e.audioStreamController;Q&&R.push(new Q(this,B,I)),this.subtitleTrackController=this.createController(e.subtitleTrackController,R);var P=e.subtitleStreamController;P&&R.push(new P(this,B,I)),this.createController(e.timelineController,L),I.emeController=this.emeController=this.createController(e.emeController,L),this.cmcdController=this.createController(e.cmcdController,L),this.latencyController=this.createController(pl,L),this.coreComponents=L,R.push(h);var M=h.onErrorOut;typeof M=="function"&&this.on(w.ERROR,M,h)}s.isSupported=function(){return(function(){var t=Ur();if(!t)return!1;var e=Fn(),r=t&&typeof t.isTypeSupported=="function"&&t.isTypeSupported('video/mp4; codecs="avc1.42E01E,mp4a.40.2"'),a=!e||e.prototype&&typeof e.prototype.appendBuffer=="function"&&typeof e.prototype.remove=="function";return!!r&&!!a})()};var n=s.prototype;return n.createController=function(t,e){if(t){var r=new t(this);return e&&e.push(r),r}return null},n.on=function(t,e,r){r===void 0&&(r=this),this._emitter.on(t,e,r)},n.once=function(t,e,r){r===void 0&&(r=this),this._emitter.once(t,e,r)},n.removeAllListeners=function(t){this._emitter.removeAllListeners(t)},n.off=function(t,e,r,a){r===void 0&&(r=this),this._emitter.off(t,e,r,a)},n.listeners=function(t){return this._emitter.listeners(t)},n.emit=function(t,e,r){return this._emitter.emit(t,e,r)},n.trigger=function(t,e){if(this.config.debug)return this.emit(t,t,e);try{return this.emit(t,t,e)}catch(r){D.error("An internal error happened while handling event "+t+'. Error message: "'+r.message+'". Here is a stacktrace:',r),this.trigger(w.ERROR,{type:X.OTHER_ERROR,details:O.INTERNAL_EXCEPTION,fatal:!1,event:t,error:r})}return!1},n.listenerCount=function(t){return this._emitter.listenerCount(t)},n.destroy=function(){D.log("destroy"),this.trigger(w.DESTROYING,void 0),this.detachMedia(),this.removeAllListeners(),this._autoLevelCapping=-1,this.url=null,this.networkControllers.forEach(function(e){return e.destroy()}),this.networkControllers.length=0,this.coreComponents.forEach(function(e){return e.destroy()}),this.coreComponents.length=0;var t=this.config;t.xhrSetup=t.fetchSetup=void 0,this.userConfig=null},n.attachMedia=function(t){D.log("attachMedia"),this._media=t,this.trigger(w.MEDIA_ATTACHING,{media:t})},n.detachMedia=function(){D.log("detachMedia"),this.trigger(w.MEDIA_DETACHING,void 0),this._media=null},n.loadSource=function(t){this.stopLoad();var e=this.media,r=this.url,a=this.url=Je.buildAbsoluteURL(self.location.href,t,{alwaysNormalize:!0});D.log("loadSource:"+a),e&&r&&(r!==a||this.bufferController.hasSourceTypes())&&(this.detachMedia(),this.attachMedia(e)),this.trigger(w.MANIFEST_LOADING,{url:t})},n.startLoad=function(t){t===void 0&&(t=-1),D.log("startLoad("+t+")"),this.networkControllers.forEach(function(e){e.startLoad(t)})},n.stopLoad=function(){D.log("stopLoad"),this.networkControllers.forEach(function(t){t.stopLoad()})},n.swapAudioCodec=function(){D.log("swapAudioCodec"),this.streamController.swapAudioCodec()},n.recoverMediaError=function(){D.log("recoverMediaError");var t=this._media;this.detachMedia(),t&&this.attachMedia(t)},n.removeLevel=function(t,e){e===void 0&&(e=0),this.levelController.removeLevel(t,e)},Z(s,[{key:"levels",get:function(){return this.levelController.levels||[]}},{key:"currentLevel",get:function(){return this.streamController.currentLevel},set:function(t){D.log("set currentLevel:"+t),this.loadLevel=t,this.abrController.clearTimer(),this.streamController.immediateLevelSwitch()}},{key:"nextLevel",get:function(){return this.streamController.nextLevel},set:function(t){D.log("set nextLevel:"+t),this.levelController.manualLevel=t,this.streamController.nextLevelSwitch()}},{key:"loadLevel",get:function(){return this.levelController.level},set:function(t){D.log("set loadLevel:"+t),this.levelController.manualLevel=t}},{key:"nextLoadLevel",get:function(){return this.levelController.nextLoadLevel},set:function(t){this.levelController.nextLoadLevel=t}},{key:"firstLevel",get:function(){return Math.max(this.levelController.firstLevel,this.minAutoLevel)},set:function(t){D.log("set firstLevel:"+t),this.levelController.firstLevel=t}},{key:"startLevel",get:function(){return this.levelController.startLevel},set:function(t){D.log("set startLevel:"+t),t!==-1&&(t=Math.max(t,this.minAutoLevel)),this.levelController.startLevel=t}},{key:"capLevelToPlayerSize",get:function(){return this.config.capLevelToPlayerSize},set:function(t){var e=!!t;e!==this.config.capLevelToPlayerSize&&(e?this.capLevelController.startCapping():(this.capLevelController.stopCapping(),this.autoLevelCapping=-1,this.streamController.nextLevelSwitch()),this.config.capLevelToPlayerSize=e)}},{key:"autoLevelCapping",get:function(){return this._autoLevelCapping},set:function(t){this._autoLevelCapping!==t&&(D.log("set autoLevelCapping:"+t),this._autoLevelCapping=t)}},{key:"bandwidthEstimate",get:function(){var t=this.abrController.bwEstimator;return t?t.getEstimate():NaN}},{key:"ttfbEstimate",get:function(){var t=this.abrController.bwEstimator;return t?t.getEstimateTTFB():NaN}},{key:"maxHdcpLevel",get:function(){return this._maxHdcpLevel},set:function(t){Di.indexOf(t)>-1&&(this._maxHdcpLevel=t)}},{key:"autoLevelEnabled",get:function(){return this.levelController.manualLevel===-1}},{key:"manualLevel",get:function(){return this.levelController.manualLevel}},{key:"minAutoLevel",get:function(){var t=this.levels,e=this.config.minAutoBitrate;if(!t)return 0;for(var r=t.length,a=0;a<r;a++)if(t[a].maxBitrate>=e)return a;return 0}},{key:"maxAutoLevel",get:function(){var t,e=this.levels,r=this.autoLevelCapping,a=this.maxHdcpLevel;if(t=r===-1&&e&&e.length?e.length-1:r,a)for(var o=t;o--;){var l=e[o].attrs["HDCP-LEVEL"];if(l&&l<=a)return o}return t}},{key:"nextAutoLevel",get:function(){return Math.min(Math.max(this.abrController.nextAutoLevel,this.minAutoLevel),this.maxAutoLevel)},set:function(t){this.abrController.nextAutoLevel=Math.max(this.minAutoLevel,t)}},{key:"playingDate",get:function(){return this.streamController.currentProgramDateTime}},{key:"mainForwardBufferInfo",get:function(){return this.streamController.getMainFwdBufferInfo()}},{key:"audioTracks",get:function(){var t=this.audioTrackController;return t?t.audioTracks:[]}},{key:"audioTrack",get:function(){var t=this.audioTrackController;return t?t.audioTrack:-1},set:function(t){var e=this.audioTrackController;e&&(e.audioTrack=t)}},{key:"subtitleTracks",get:function(){var t=this.subtitleTrackController;return t?t.subtitleTracks:[]}},{key:"subtitleTrack",get:function(){var t=this.subtitleTrackController;return t?t.subtitleTrack:-1},set:function(t){var e=this.subtitleTrackController;e&&(e.subtitleTrack=t)}},{key:"media",get:function(){return this._media}},{key:"subtitleDisplay",get:function(){var t=this.subtitleTrackController;return!!t&&t.subtitleDisplay},set:function(t){var e=this.subtitleTrackController;e&&(e.subtitleDisplay=t)}},{key:"lowLatencyMode",get:function(){return this.config.lowLatencyMode},set:function(t){this.config.lowLatencyMode=t}},{key:"liveSyncPosition",get:function(){return this.latencyController.liveSyncPosition}},{key:"latency",get:function(){return this.latencyController.latency}},{key:"maxLatency",get:function(){return this.latencyController.maxLatency}},{key:"targetLatency",get:function(){return this.latencyController.targetLatency}},{key:"drift",get:function(){return this.latencyController.drift}},{key:"forceStartLoad",get:function(){return this.streamController.forceStartLoad}}],[{key:"version",get:function(){return"1.4.12"}},{key:"Events",get:function(){return w}},{key:"ErrorTypes",get:function(){return X}},{key:"ErrorDetails",get:function(){return O}},{key:"DefaultConfig",get:function(){return s.defaultConfig?s.defaultConfig:Qc},set:function(t){s.defaultConfig=t}}]),s})();return ko.defaultConfig=void 0,ko};typeof i=="object"&&typeof d<"u"?d.exports=S():typeof define=="function"&&define.amd?define(S):(k=typeof globalThis<"u"?globalThis:k||self).Hls=S()})(!1)})),bu=Gd(),Vd='.remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{position:var(--ran-select-host-position, relative);display:var(--ran-select-host-display, inline-block);cursor:var(--ran-select-host-cursor, pointer);height:var(--ran-select-host-height, 32px);outline:var(--ran-select-host-outline, 0);-webkit-tap-highlight-color:var(--ran-select-host-tap-highlight-color, transparent)}:host,:host(:focus),:host(:active){outline:var(--ran-select-host-focus-outline, 0);-webkit-tap-highlight-color:transparent}:host ::slotted(r-option){display:var(--ran-select-option-display, none)}:host([disabled]){cursor:var(--ran-select-host-disabled-cursor, not-allowed);pointer-events:var(--ran-select-host-disabled-pointer-events, all);opacity:var(--ran-select-host-disabled-opacity, .6)}:host(:not([disabled]):hover) .ran-select{cursor:var(--ran-select-host-hover-cursor, pointer)}:host(:not([disabled],[type="text"]):hover) .selection{border:var(--ran-select-selection-hover-border, 1px solid var(--ran-color-primary, #006bff))}:host(:not([disabled],[type="text"]):hover) .selection-search{cursor:var(--ran-select-selection-hover-search-cursor, pointer)}:host(:not([disabled],[type="text"]):hover) .selection-item{cursor:var(--ran-select-selection-hover-item-cursor, pointer);color:var(--ran-select-selection-hover-item-color, var(--ran-color-text-disabled, #bfbfbf))}:host([type="text"]) .selection{border:var(--ran-select-selection-text-border, none);background:var(--ran-select-selection-text-background, transparent)}:host([type="text"]) .icon{display:var(--ran-select-icon-text-display, none)}:host(:not([disabled],[type="text"]):focus) .selection{border:var(--ran-select-selection-focus-border, 1px solid var(--ran-color-primary, #006bff))}:host(:not([disabled],[type="text"]):focus) .selection-search{cursor:var(--ran-select-selection-focus-search-cursor, pointer)}:host(:not([disabled],[type="text"]):focus) .selection-item{cursor:var(--ran-select-selection-focus-item-cursor, pointer);color:var(--ran-select-selection-focus-item-color, var(--ran-color-text-disabled, #bfbfbf))}:host .selection-search{display:var(--ran-select-selection-search-display, none)}:host([showSearch]:not([disabled])) .selection-search{cursor:var(--ran-select-selection-search-visible-cursor, text);display:var(--ran-select-selection-search-visible-display, block)}:host([showSearch]:not([disabled])) .selection-item{cursor:var(--ran-select-selection-search-visible-item-cursor, pointer)}:host([showSearch]:not([disabled]):focus) .selection-search{display:var(--ran-select-selection-search-visible-display, block);cursor:var(--ran-select-selection-search-visible-cursor, text);opacity:var(--ran-select-selection-search-visible-opacity, 1)}.ran-select{width:var(--ran-select-root-width, 100%);height:var(--ran-select-root-height, 100%);font-size:var(--ran-select-root-font-size, 14px);box-sizing:var(--ran-select-root-box-sizing, border-box);margin:var(--ran-select-root-margin, 0);padding:var(--ran-select-root-padding, 0);color:var(--ran-select-root-color, var(--ran-color-text, rgba(0, 0, 0, .88)));line-height:var(--ran-select-root-line-height, 1.57142857);list-style:var(--ran-select-root-list-style, none);font-family:var(--ran-select-root-font-family, var(--ran-skin-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"));position:var(--ran-select-root-position, relative);display:var(--ran-select-root-display, inline-block)}.ran-select .selection{position:var(--ran-select-selection-position, relative);background-color:var(--ran-select-selection-background-color, var(--ran-color-bg-elevated, #ffffff));background-image:var(--ran-select-selection-background-image, none);border:var(--ran-select-selection-border, 1px solid var(--ran-color-border, #eaeaea));transition:var(--ran-select-selection-transition, none);width:var(--ran-select-selection-width, 100%);height:var(--ran-select-selection-height, 100%);padding:var(--ran-select-selection-padding, 0 11px);box-sizing:var(--ran-select-selection-box-sizing, border-box);margin:var(--ran-select-selection-margin, 0);color:var(--ran-select-selection-color, var(--ran-color-text, rgba(0, 0, 0, .88)));font-size:var(--ran-select-selection-font-size, 14px);line-height:var(--ran-select-selection-line-height, 1.57142857);list-style:var(--ran-select-selection-list-style, none);font-family:var(--ran-select-selection-font-family, inherit);display:var(--ran-select-selection-display, flex);border-radius:var(--ran-select-selection-border-radius, var(--ran-radius-sm, 6px))}.ran-select .selection-search{position:var(--ran-select-selection-search-position, absolute);opacity:var(--ran-select-selection-search-opacity, 0);top:var(--ran-select-selection-search-top, 0);left:var(--ran-select-selection-search-left, 0);height:var(--ran-select-selection-search-height, 100%);inset-inline-start:var(--ran-select-selection-search-inset-inline-start, 11px);inset-inline-end:var(--ran-select-selection-search-inset-inline-end, 11px);margin:var(--ran-select-selection-search-margin, 0);padding:var(--ran-select-selection-search-padding, 0);background:var(--ran-select-selection-search-background, transparent);border:var(--ran-select-selection-search-border, none);outline:var(--ran-select-selection-search-outline, none);appearance:var(--ran-select-selection-search-appearance, none);font-family:var(--ran-select-selection-search-font-family, inherit);cursor:var(--ran-select-selection-search-cursor, not-allowed)}.ran-select .selection-search::-webkit-search-cancel-button{display:var(--ran-select-selection-search-cancel-display, none);-webkit-appearance:var(--ran-select-selection-search-cancel-appearance, none)}.ran-select .selection-search::part(input){border:var(--ran-select-selection-search-input-border, none);padding:var(--ran-select-selection-search-input-padding, 0);height:100%;min-height:100%;box-sizing:border-box;outline:var(--ran-select-selection-search-input-outline, none)}.ran-select .selection-search::part(input):active{border:var(--ran-select-selection-search-input-active-border, none);padding:var(--ran-select-selection-search-input-active-padding, 0);height:var(--ran-select-selection-search-input-active-height, 100%);outline:var(--ran-select-selection-search-input-active-outline, none);border-color:var(--ran-select-selection-search-input-active-border-color, transparent);box-shadow:var(--ran-select-selection-search-input-active-box-shadow, none);border-right-width:var(--ran-select-selection-search-input-active-border-right-width, 0px)}.ran-select .selection-search::part(content){min-height:var(--ran-select-selection-search-input-content-min-height, 0)}.ran-select .selection-item{position:var(--ran-select-selection-item-position, absolute);top:var(--ran-select-selection-item-top, 0);left:var(--ran-select-selection-item-left, 12px);right:var(--ran-select-selection-item-right, 28px);margin:var(--ran-select-selection-item-margin, 0);padding:var(--ran-select-selection-item-padding, 0);background:var(--ran-select-selection-item-background, transparent);border:var(--ran-select-selection-item-border, none);outline:var(--ran-select-selection-item-outline, none);appearance:var(--ran-select-selection-item-appearance, none);font-family:var(--ran-select-selection-item-font-family, inherit);height:var(--ran-select-selection-item-height, 100%);display:var(--ran-select-selection-item-display, flex);align-items:var(--ran-select-selection-item-align-items, center);-webkit-user-select:var(--ran-select-selection-item-user-select, none);user-select:var(--ran-select-selection-item-user-select, none);overflow:var(--ran-select-selection-item-overflow, hidden);white-space:var(--ran-select-selection-item-white-space, nowrap);text-overflow:var(--ran-select-selection-item-text-overflow, ellipsis);cursor:var(--ran-select-selection-item-cursor, pointer)}.ran-select .selection-select{color:var(--ran-select-selection-select-color, var(--ran-color-text-disabled, rgba(0, 0, 0, .25)))}.ran-select .selection .icon{display:var(--ran-select-selection-icon-display, flex);align-items:var(--ran-select-selection-icon-align-items, center);color:var(--ran-select-selection-icon-color, var(--ran-color-text-disabled, rgba(0, 0, 0, .25)));font-style:var(--ran-select-selection-icon-font-style, normal);text-align:var(--ran-select-selection-icon-text-align, center);text-transform:var(--ran-select-selection-icon-text-transform, none);text-rendering:var(--ran-select-selection-icon-text-rendering, optimizeLegibility);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:var(--ran-select-selection-icon-position, absolute);top:var(--ran-select-selection-icon-top, 50%);inset-inline-start:var(--ran-select-selection-icon-inset-inline-start, auto);inset-inline-end:var(--ran-select-selection-icon-inset-inline-end, 8px);height:var(--ran-select-selection-icon-height, 16px);transform:var(--ran-select-selection-icon-transform, translateY(-50%));margin-top:var(--ran-select-selection-icon-margin-top, 0);font-size:var(--ran-select-selection-icon-font-size, 12px);pointer-events:var(--ran-select-selection-icon-pointer-events, none)}',qd={success:!0,_identification:!0,data:`<svg viewBox="0 0 1024 1024" width="200" height="200" version="1.1"
|
|
31
31
|
fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
32
32
|
<path
|
|
33
33
|
d="M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z"></path>
|
|
34
34
|
</svg>`},zd=class extends dt{_option;_optionContent;_shadowDom;_slot;static get observedAttributes(){return["disabled","sheet","value"]}constructor(){super(),this._shadowDom=gt(this);const i=pt(this._shadowDom,".ran-select-dropdown-option",()=>{const m=It().build(),k=x().class("ran-select-dropdown-option-content").children(m).build();return x().class("ran-select-dropdown-option").children(k).build()}),d=i.querySelector(".ran-select-dropdown-option-content"),g=i.querySelector("slot");this._slot=g,this._optionContent=d,this._option=i}get value(){return this.getAttribute("value")}set value(i){et(this,"value",i)}get sheet(){return this.getAttribute("sheet")}set sheet(i){et(this,"sheet",i)}get disabled(){return bt(this)}set disabled(i){!i||i==="false"?this.removeAttribute("disabled"):this.setAttribute("disabled","")}handlerExternalCss(){ht(this,this._shadowDom,"sheet",null,this.sheet)}connectedCallback(){this.classList.contains("ran-option")||this.classList.add("ran-option")}attributeChangedCallback(i,d,g){d!==g&&(i==="disabled"&&this._option&&(!g||g==="false"?this._option.setAttribute("disabled",""):this._option.removeAttribute("disabled")),i==="sheet"&&this._shadowDom&&this.handlerExternalCss())}};ut("r-option",zd);var Wd='.remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}@keyframes ranui-dropdown-up-in{0%{transform:scaleY(.8);transform-origin:100% 100%;opacity:0}to{transform:scaleY(1);transform-origin:100% 100%;opacity:1}}@keyframes ranui-dropdown-up-out{0%{transform:scaleY(1);transform-origin:100% 100%;opacity:1}to{transform:scaleY(.8);transform-origin:100% 100%;opacity:0}}@keyframes ranui-dropdown-down-in{0%{transform:scaleY(.8);transform-origin:0% 0%;opacity:0}to{transform:scaleY(1);transform-origin:0% 0%;opacity:1}}@keyframes ranui-dropdown-down-out{0%{transform:scaleY(1);transform-origin:0% 0%;opacity:1}to{transform:scaleY(.8);transform-origin:0% 0%;opacity:0}}@keyframes ranui-dropdown-left-in{0%{transform:scaleX(.8);transform-origin:100% 0%;opacity:0}to{transform:scaleX(1);transform-origin:100% 0%;opacity:1}}@keyframes ranui-dropdown-left-out{0%{transform:scaleX(1);transform-origin:100% 0%;opacity:1}to{transform:scaleX(.8);transform-origin:100% 0%;opacity:0}}@keyframes ranui-dropdown-right-in{0%{transform:scaleX(.8);transform-origin:0% 0%;opacity:0}to{transform:scaleX(1);transform-origin:0% 0%;opacity:1}}@keyframes ranui-dropdown-right-out{0%{transform:scaleX(1);transform-origin:0% 0%;opacity:1}to{transform:scaleX(.8);transform-origin:0% 0%;opacity:0}}.ran-dropdown-down-in{animation:ranui-dropdown-down-in .1s;animation-fill-mode:forwards}.ran-dropdown-down-out{animation:ranui-dropdown-down-out .1s;animation-fill-mode:forwards}.ran-dropdown-up-in{animation:ranui-dropdown-up-in .1s;animation-fill-mode:forwards}.ran-dropdown-up-out{animation:ranui-dropdown-up-out .1s;animation-fill-mode:forwards}.ran-dropdown-left-in{animation:ranui-dropdown-left-in .1s;animation-fill-mode:forwards}.ran-dropdown-left-out{animation:ranui-dropdown-left-out .1s;animation-fill-mode:forwards}.ran-dropdown-right-in{animation:ranui-dropdown-right-in .1s;animation-fill-mode:forwards}.ran-dropdown-right-out{animation:ranui-dropdown-right-out .1s;animation-fill-mode:forwards}:host{text-align:var(--ran-dropdown-host-text-align, left);z-index:var(--ran-dropdown-host-z-index, var(--ran-z-dropdown, 1100))}.ranui-dropdown{transform-origin:var(--ran-x, 50%) var(--ran-y, 50%);box-sizing:var(--ran-dropdown-box-sizing, border-box);margin:var(--ran-dropdown-margin, 0);padding:var(--ran-dropdown-padding, 0);color:var(--ran-dropdown-color, var(--ran-color-text, rgba(0, 0, 0, .88)));font-size:var(--ran-dropdown-font-size, 14px);list-style:var(--ran-dropdown-list-style, none);font-family:var(--ran-dropdown-font-family, var(--ran-skin-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"));z-index:var(--ran-dropdown-z-index, 1050);overflow:var(--ran-dropdown-overflow, hidden);font-variant:var(--ran-dropdown-font-variant, initial);background:var(--ran-dropdown-background, var(--ran-color-bg-elevated, #ffffff));border-radius:var(--ran-dropdown-border-radius, var(--ran-radius-md, 12px));outline:var(--ran-dropdown-outline, none);box-shadow:var(--ran-dropdown-box-shadow, var(--ran-shadow-menu, var(--ran-shadow-elevated, 0 6px 16px 0 rgba(0, 0, 0, .08), 0 3px 6px -4px rgba(0, 0, 0, .12), 0 9px 28px 8px rgba(0, 0, 0, .05))));cursor:var(--ran-dropdown-cursor, auto);width:var(--ran-dropdown-width, 100%);height:var(--ran-dropdown-height, 100%);min-height:var(--ran-dropdown-min-height, 100%);min-width:var(--ran-dropdown-min-width, 100%)}.ranui-dropdown-container{position:var(--ran-dropdown-container-position, relative);display:var(--ran-dropdown-container-display, block);width:var(--ran-dropdown-container-width, 100%);height:var(--ran-dropdown-container-height, 100%);box-sizing:var(--ran-dropdown-container-box-sizing, border-box)}.ranui-dropdown-container .top{transform:translate(calc(var(--ran-dropdown-arrow-anchor-width, var(--ran-dropdown-min-width, 100%)) / 2 - calc(var(--ran-dropdown-arrow-width, 16px) / 2))) translateY(calc(-1 * var(--ran-dropdown-arrow-height, var(--ran-dropdown-arrow-width, 16px)) + var(--ran-dropdown-arrow-overlap, 2px))) rotate(0);top:0}.ranui-dropdown-container .bottom{transform:translate(calc(var(--ran-dropdown-arrow-anchor-width, var(--ran-dropdown-min-width, 100%)) / 2 - calc(var(--ran-dropdown-arrow-width, 16px) / 2))) translateY(var(--ran-dropdown-arrow-overlap, 2px)) rotate(180deg);top:max(0px,calc(var(--ran-dropdown-min-height, 100%) - calc(var(--ran-dropdown-arrow-width, 16px) / 4)))}.ranui-dropdown-container .left{transform:translate(calc(0px - var(--ran-dropdown-arrow-width, 16px))) translateY(calc(var(--ran-dropdown-arrow-width, 16px) / 2 + var(--ran-dropdown-arrow-overlap, 2px))) rotate(270deg);top:max(0px,calc(var(--ran-dropdown-arrow-anchor-height, var(--ran-dropdown-min-height, 100%)) / 2 - var(--ran-dropdown-arrow-width, 16px)))}.ranui-dropdown-container .right{left:100%;transform:translate(0) translateY(calc(var(--ran-dropdown-arrow-anchor-height, var(--ran-dropdown-min-height, 100%)) / 2 - calc(var(--ran-dropdown-arrow-width, 16px) / 2) + var(--ran-dropdown-arrow-overlap, 2px))) rotate(90deg);top:0}.ranui-dropdown-arrow{position:var(--ran-dropdown-arrow-position, absolute);box-sizing:var(--ran-dropdown-arrow-box-sizing, border-box);z-index:var(--ran-dropdown-arrow-z-index, 1);display:var(--ran-dropdown-arrow-display, block);pointer-events:var(--ran-dropdown-arrow-pointer-events, none);width:var(--ran-dropdown-arrow-width, var(--ran-dropdown-arrow-width, 16px));height:var(--ran-dropdown-arrow-height, var(--ran-dropdown-arrow-width, 16px));overflow:var(--ran-dropdown-arrow-overflow, hidden)}.ranui-dropdown-arrow:before{background:var(--ran-dropdown-arrow-before-background, var(--ran-color-bg-elevated, #fff));position:var(--ran-dropdown-arrow-before-position, absolute);bottom:var(--ran-dropdown-arrow-before-bottom, 0);inset-inline-start:0;width:var(--ran-dropdown-arrow-before-width, var(--ran-dropdown-arrow-width, 16px));height:var(--ran-dropdown-arrow-before-height, calc(var(--ran-dropdown-arrow-width, 16px) / 2));clip-path:path("M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z");content:var(--ran-dropdown-arrow-before-content, "")}.ranui-dropdown-arrow:after{content:var(--ran-dropdown-arrow-after-content, "");position:var(--ran-dropdown-arrow-after-position, absolute);width:var(--ran-dropdown-arrow-after-width, 9px);height:var(--ran-dropdown-arrow-after-height, 9px);bottom:var(--ran-dropdown-arrow-after-bottom, 0);inset-inline:0;margin:var(--ran-dropdown-arrow-after-margin, auto);border-radius:var(--ran-dropdown-arrow-after-border-radius, 0 0 2px 0);transform:var(--ran-dropdown-arrow-after-transform, translateY(50%) rotate(-135deg));box-shadow:var(--ran-dropdown-arrow-after-box-shadow, 2px 2px 5px rgba(0, 0, 0, .05));z-index:var(--ran-dropdown-arrow-after-z-index, 0);background:var(--ran-dropdown-arrow-after-background, var(--ran-color-bg-elevated, #fff))}',qo=300,Xd=(function(i){return i.TOP="top",i.BOTTOM="bottom",i.LEFT="left",i.RIGHT="right",i})({}),ws=class extends dt{dropdown;_slot;_shadowDom;arrowIcon;container;static get observedAttributes(){return["transit","arrow","sheet"]}constructor(){super(),this._shadowDom=gt(this,Wd);const i=pt(this._shadowDom,".ranui-dropdown-container",()=>x().class("ranui-dropdown-container").children(x().style("-webkit-tap-highlight-color","transparent").style("outline","0").class("ranui-dropdown").part("dropdown").children(It().class("slot"))).build());this.container=i,this.dropdown=i.querySelector(".ranui-dropdown"),this._slot=i.querySelector(".slot")}get transit(){return j(this,"transit")}set transit(i){et(this,"transit",i,{removeEmpty:!0})}get arrow(){return j(this,"arrow")}set arrow(i){et(this,"arrow",i,{removeEmpty:!0})}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};handlerTransit=()=>{this.transit&&this.dropdown&&(re(this.dropdown,this.transit),setTimeout(()=>{fe(this.dropdown,this.transit)},qo))};handlerArrow=()=>{const i=(this.arrow||"").trim();if(!i){this.arrowIcon&&this.container.contains(this.arrowIcon)&&this.container.removeChild(this.arrowIcon),this.arrowIcon=void 0;return}!this.arrowIcon&&this.container&&(this.arrowIcon=x().class("ranui-dropdown-arrow").build(),this.container.appendChild(this.arrowIcon)),this.arrowIcon&&(this.arrowIcon.className=`ranui-dropdown-arrow ${i}`)};stopPropagation=i=>{i.stopPropagation()};connectedCallback(){this.handlerExternalCss(),this.handlerTransit(),this.handlerArrow()}disconnectedCallback(){}attributeChangedCallback(i,d,g){i==="transit"&&g&&(re(this.dropdown,this.transit),setTimeout(()=>{fe(this.dropdown,this.transit)},qo)),i==="arrow"&&this.handlerArrow(),i==="sheet"&&d!==g&&this.handlerExternalCss()}};ut("r-dropdown",ws);var Jd='.remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}.ranui-dropdown-option-item{position:var(--ran-dropdown-option-item-position, relative);display:var(--ran-dropdown-option-item-display, block);padding:var(--ran-dropdown-option-item-padding, 5px 12px);color:var(--ran-dropdown-option-item-color, var(--ran-color-text, rgba(0, 0, 0, .88)));font-weight:var(--ran-dropdown-option-item-font-weight, normal);font-size:var(--ran-dropdown-option-item-font-size, 14px);transition:var(--ran-dropdown-option-item-transition, none);border-radius:var(--ran-dropdown-option-item-border-radius, var(--ran-radius-sm, 6px));cursor:var(--ran-dropdown-option-item-cursor, pointer)}.ranui-dropdown-option-item:hover{background-color:var(--ran-dropdown-option-item-hover-background-color, var(--ran-gray-alpha-100, rgba(0, 0, 0, .04)))}.ranui-dropdown-option-item-content{text-align:var(--ran-dropdown-option-item-content-text-align, left);overflow:var(--ran-dropdown-option-item-content-overflow, hidden);white-space:var(--ran-dropdown-option-item-content-white-space, nowrap);text-overflow:var(--ran-dropdown-option-item-content-text-overflow, ellipsis);color:var(--ran-dropdown-option-item-content-color, var(--ran-color-text, rgba(0, 0, 0, .88)));font-size:var(--ran-dropdown-option-item-content-font-size, 14px);line-height:var(--ran-dropdown-option-item-content-line-height, 1.57142857);box-sizing:var(--ran-dropdown-option-item-content-box-sizing, border-box);list-style:var(--ran-dropdown-option-item-content-list-style, none);font-family:var(--ran-dropdown-option-item-content-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-variant:var(--ran-dropdown-option-item-content-font-variant, initial)}.ranui-dropdown-option-active{background-color:var(--ran-dropdown-option-active-background-color, var(--ran-blue-100, #e6f7ff));font-weight:var(--ran-dropdown-option-active-font-weight, bold)}.ranui-dropdown-option-active:hover{background-color:var(--ran-dropdown-option-active-hover-background-color, var(--ran-blue-100, #e6f7ff))}',_d=class extends dt{ionDropdownItem;_slot;_shadowDom;ionDropdownItemContent;static get observedAttributes(){return["active","value","title","sheet"]}constructor(){super(),this._shadowDom=gt(this,Jd);const i=pt(this._shadowDom,".ranui-dropdown-option-item",()=>{const m=It().class("slot").build(),k=x().class("ranui-dropdown-option-item-content").part("content").children(m).build();return x().class("ranui-dropdown-option-item").part("item").children(k).build()}),d=i.querySelector(".ranui-dropdown-option-item-content"),g=i.querySelector("slot");this._slot=g,this.ionDropdownItemContent=d,this.ionDropdownItem=i}get value(){return j(this,"value")}set value(i){!bt(this)&&i?this.setAttribute("value",i):this.removeAttribute("value")}get active(){return j(this,"active")}set active(i){i?this.setAttribute("active",i):this.removeAttribute("active")}get title(){return j(this,"title")}set title(i){i?this.setAttribute("title",i):this.removeAttribute("title")}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};connectedCallback(){this.handlerExternalCss(),this.active&&re(this.ionDropdownItem,"ranui-dropdown-option-active")}attributeChangedCallback(i,d,g){if(i==="sheet"){this.handlerExternalCss();return}i==="active"&&g?re(this.ionDropdownItem,"ranui-dropdown-option-active"):fe(this.ionDropdownItem,"ranui-dropdown-option-active")}};ut("r-dropdown-item",_d);var zo={bottom:{add:"ran-dropdown-down-in",remove:"ran-dropdown-down-out"},top:{add:"ran-dropdown-up-in",remove:"ran-dropdown-up-out"}};Ma("arrow-down",qd);var jd=as(),Wo=300,Es=class extends dt{static formAssociated=!0;_internals;_events=new Rt;_searchEvents=new Rt;removeTimeId;_listboxId;_activeIndex;_slot;_shadowDom;_select;_selection;_search;_icon;_selectDropdown;_selectionDropdown;_selectDropDownInTimeId;_selectDropDownOutTimeId;_optionList;_optionLabelMapValue;_optionValueMapLabel;_activeOption;_text;_selector;onSearch;static get observedAttributes(){return["disabled","sheet","type","value","defaultvalue","showsearch","placement","getPopupContainerId","dropdownclass","trigger"]}constructor(){super();try{this._internals=this.attachInternals()}catch{this._internals=void 0}this._listboxId=`ran-select-listbox-${Math.random().toString(36).slice(2,9)}`,this._activeIndex=-1,this._optionList=[],this._optionLabelMapValue=new Map,this._optionValueMapLabel=new Map,this._shadowDom=gt(this,Vd);const i=pt(this._shadowDom,".ran-select",()=>x().class("ran-select").part("select").children(x().class("selection").part("selection").children(ot("r-icon").class("icon").part("icon").attr("name","arrow-down").attr("color","var(--ran-color-text-secondary)").attr("size","16"),x().children(ye().class("selection-item").part("selection-item"),Oa().class("selection-search").part("search").attr("type","search").attr("autocomplete","off"))),It().class("slot")).build());this._select=i,this._selection=i.querySelector(".selection"),this._selector=this._selection.querySelector("div"),this._icon=i.querySelector(".icon"),this._text=i.querySelector(".selection-item"),this._search=i.querySelector(".selection-search"),this._slot=i.querySelector("slot")}get value(){return this.getAttribute("value")||""}set value(i){!bt(this)&&i?this.setAttribute("value",i):this.removeAttribute("value"),this.syncFormValue()}syncFormValue=()=>{this._internals?.setFormValue?.(this.value)};get defaultValue(){return this.getAttribute("defaultValue")||""}set defaultValue(i){this.setAttribute("defaultValue",i||"")}get showSearch(){return this.getAttribute("showSearch")||""}set showSearch(i){this.setAttribute("showSearch",i||"")}get type(){return this.getAttribute("type")||""}set type(i){this.setAttribute("type",i||"")}get placement(){return this.getAttribute("placement")||"bottom"}set placement(i){this.setAttribute("placement",i||"")}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}get getPopupContainerId(){return this.getAttribute("getPopupContainerId")||""}set getPopupContainerId(i){this.setAttribute("getPopupContainerId",i||"")}get dropdownclass(){return this.getAttribute("dropdownclass")||""}set dropdownclass(i){this.setAttribute("dropdownclass",i||"")}get trigger(){return this.getAttribute("trigger")||"click"}set trigger(i){this.setAttribute("trigger",i||"")}get disabled(){return bt(this)}set disabled(i){!i||i==="false"?(this.removeAttribute("disabled"),this._selection.removeAttribute("disabled"),this.removeAttribute("aria-disabled"),this.tabIndex=0):(this.setAttribute("disabled",""),this._selection.setAttribute("disabled",""),this.setAttribute("aria-disabled","true"),this.tabIndex=-1)}initAria=()=>{this.hasAttribute("tabindex")||(this.tabIndex=0),this.setAttribute("role","combobox"),this.setAttribute("aria-haspopup","listbox"),this.setAttribute("aria-controls",this._listboxId),this.setAttribute("aria-expanded","false"),this.setAttribute("aria-disabled",this.disabled?"true":"false")};updateAriaExpanded=i=>{this.setAttribute("aria-expanded",i?"true":"false")};getDropdownOptions=()=>this._selectionDropdown?Array.from(this._selectionDropdown.querySelectorAll("r-dropdown-item")):[];syncActiveState=()=>{this.getDropdownOptions().forEach((i,d)=>{i.setAttribute("role","option"),i.setAttribute("aria-selected",i===this._activeOption?"true":"false"),i.id||(i.id=`${this._listboxId}-option-${d}`)}),this._activeOption?.id?this.setAttribute("aria-activedescendant",this._activeOption.id):this.removeAttribute("aria-activedescendant")};setActiveOptionByIndex=i=>{const d=this.getDropdownOptions();if(d.length===0)return;const g=Math.max(0,Math.min(i,d.length-1)),m=d[g];if(!m)return;this._activeOption&&this._activeOption!==m&&(this._activeOption.removeAttribute("active"),this._activeOption.setAttribute("aria-selected","false")),this._activeIndex=g,this._activeOption=m;const k=m.getAttribute("value")||"";m.setAttribute("active",k),m.setAttribute("aria-selected","true"),m.scrollIntoView({block:"nearest"}),this.syncActiveState()};selectOptionElement=(i,d=!0)=>{if(!i)return;const g=i.getAttribute("title")||i.textContent?.trim()||"",m=i.getAttribute("value")||this._optionLabelMapValue.get(g)||"";if(!m)return;this.setAttribute("value",m),this.syncFormValue(),this._text.textContent=g,this._text.setAttribute("title",g),this._search.setAttribute("placeholder",g);const{height:k}=this.getBoundingClientRect();this._text.style.setProperty("line-height",`${k}px`),this._activeOption&&this._activeOption!==i&&(this._activeOption.removeAttribute("active"),this._activeOption.setAttribute("aria-selected","false")),this._activeOption=i,this._activeIndex=this.getDropdownOptions().findIndex(S=>S===i),i.setAttribute("active",m),i.setAttribute("aria-selected","true"),this.syncActiveState(),this.setSelectDropdownDisplayNone(),d&&this.dispatchEvent(new CustomEvent("change",{detail:{value:m,label:g}}))};isDropdownOpen=()=>this._selectionDropdown?this._selectionDropdown.style.display==="block":!1;_nextEnabledIndex=(i,d)=>{const g=this.getDropdownOptions(),m=g.length;if(m===0)return-1;let k=Math.max(0,Math.min(i,m-1));for(let S=0;S<m;S++){if(!bt(g[k]))return k;const F=k+d;if(F<0||F>m-1)return-1;k=F}return-1};keydownSelect=i=>{if(!this.disabled){if(i.key==="ArrowDown"||i.key==="ArrowUp"){if(i.preventDefault(),this.isDropdownOpen()||this.selectMouseDown(i),this.getDropdownOptions().length===0)return;const d=i.key==="ArrowDown"?1:-1,g=this._activeIndex>=0?this._activeIndex:0,m=this._nextEnabledIndex(g+d,d);m>=0&&this.setActiveOptionByIndex(m);return}if(i.key==="Enter"||i.key===" "){if(i.preventDefault(),!this.isDropdownOpen()){this.selectMouseDown(i);return}this._activeOption&&this.selectOptionElement(this._activeOption);return}i.key==="Escape"&&(i.preventDefault(),this.setSelectDropdownDisplayNone())}};handlerExternalCss(){ht(this,this._shadowDom,"sheet",null,this.sheet)}setSelectDropdownDisplayNone=()=>{this._selectDropDownOutTimeId||(this.updateAriaExpanded(!1),this._selectionDropdown&&this._selectionDropdown.style.display!=="none"&&(this._detachReposition(),this._selectionDropdown.setAttribute("transit",zo[this.placement].remove),this._selectDropDownOutTimeId=setTimeout(()=>{this._selectionDropdown?.style.setProperty("display","none"),this._selectionDropdown&&this._selectionDropdown.removeAttribute("transit"),clearTimeout(this._selectDropDownOutTimeId),this._selectDropDownOutTimeId=void 0},Wo)))};setSelectDropdownDisplayBlock=()=>{this._selectDropDownInTimeId||(this.updateAriaExpanded(!0),this._selectionDropdown&&this._selectionDropdown.style.display!=="block"&&(this._selectionDropdown.setAttribute("transit",zo[this.placement].add),this._selectionDropdown?.style.setProperty("display","block"),this._attachReposition(),this._selectDropDownInTimeId=setTimeout(()=>{this._selectionDropdown&&this._selectionDropdown.removeAttribute("transit"),clearTimeout(this._selectDropDownInTimeId),this._selectDropDownInTimeId=void 0},Wo)))};placementPosition=()=>{!this._selectionDropdown||!this._selectDropdown||requestAnimationFrame(()=>{if(!this._selectionDropdown||!this._selectDropdown)return;const{top:i,left:d,bottom:g,width:m}=this.getBoundingClientRect(),k=this.getRootNode(),S=(k.getElementById?k.getElementById(this.getPopupContainerId):null)||document.getElementById(this.getPopupContainerId);this._selectionDropdown.style.setProperty("position","absolute"),this._selectionDropdown.style.setProperty("--ran-x",`${i+window.scrollX}`),this._selectionDropdown.style.setProperty("--ran-y",`${d+window.scrollY}`);const F=4;let U=g+window.scrollY+F,tt=d+window.scrollX;if(this._selectionDropdown.style.setProperty("width",`${m}px`),this.placement==="top"&&(U=i+window.scrollY-this._selectionDropdown.clientHeight-F),this.getPopupContainerId&&S){const Z=S.getBoundingClientRect();tt=d-Z.left,this.placement==="top"?U=i-Z.top-this._selectionDropdown.clientHeight-F:U=g-Z.top+F}this._selectionDropdown.style.setProperty("inset",`${U}px auto auto ${tt}px`)})};_repositionBound=!1;_repositionDropdown=()=>{this._selectionDropdown?.style.display==="block"&&this.placementPosition()};_attachReposition=()=>{this._repositionBound||typeof window>"u"||(window.addEventListener("scroll",this._repositionDropdown,!0),window.addEventListener("resize",this._repositionDropdown),this._repositionBound=!0)};_detachReposition=()=>{!this._repositionBound||typeof window>"u"||(window.removeEventListener("scroll",this._repositionDropdown,!0),window.removeEventListener("resize",this._repositionDropdown),this._repositionBound=!1)};selectMouseDown=i=>{i.stopPropagation(),!bt(this)&&(this.removeDropDownTimeId(i),this.setSelectDropdownDisplayNone(),this.setSelectDropdownDisplayBlock(),this.placementPosition())};removeDropDownTimeId=i=>{i.stopPropagation(),this._search.setAttribute("value",""),this.trigger.includes("hover")&&!Cr()&&(clearTimeout(this.removeTimeId),this.removeTimeId=void 0)};selectBlur=i=>{i.stopPropagation(),this.removeTimeId&&this.removeDropDownTimeId(i),this.removeTimeId=setTimeout(()=>{this.removeDropDownTimeId(i),this.setSelectDropdownDisplayNone()},300)};clickOption=i=>{i.stopPropagation();const d=i.target.closest("r-dropdown-item");if(d&&bt(d)){this.removeDropDownTimeId(i);return}this.selectOptionElement(d),this.removeDropDownTimeId(i)};createOption=()=>{if(!this._selectDropdown){const i=this.getRootNode(),d=(i.getElementById?i.getElementById(this.getPopupContainerId):null)||document.getElementById(this.getPopupContainerId)||document.body;this._selectDropdown=x().style("-webkit-tap-highlight-color","transparent").style("outline","0").on("click",this.clickOption).build(),this._selectionDropdown=ot("r-dropdown").id(this._listboxId).attr("role","listbox").style("position","absolute").style("display","none").build(),this.dropdownclass&&this._selectionDropdown.setAttribute("class",this.dropdownclass),this.trigger.includes("hover")&&!Cr()&&(this._selectDropdown.addEventListener("mouseleave",this.selectBlur),this._selectDropdown.addEventListener("mouseenter",this.removeDropDownTimeId)),this._selectDropdown.appendChild(this._selectionDropdown),d.appendChild(this._selectDropdown)}};removeSelectDropdown=()=>{try{if(this._selectDropdown){const i=this.getRootNode(),d=(i.getElementById?i.getElementById(this.getPopupContainerId):null)||document.getElementById(this.getPopupContainerId)||document.body;d&&this._selectDropdown.parentNode===d&&d.removeChild(this._selectDropdown)}}catch(i){console.error("removeSelectDropdown error",i)}};addOptionToSlot=()=>{this._optionList=[],this._optionLabelMapValue.clear(),this._optionValueMapLabel.clear(),this._slot.assignedElements().forEach(i=>{if(i.tagName!=="R-OPTION")return;const d=i.innerHTML,g=i.getAttribute("value")||"",m=bt(i);this._optionList?.push({label:d,value:g,disabled:m}),this._optionLabelMapValue.get(d)&&console.warn(`${d} is repeat option`),this._optionValueMapLabel.get(g)&&console.warn(`${g} is repeat option`),this._optionLabelMapValue.set(d,g),this._optionValueMapLabel.set(g,d)}),this.createSelectDropdownContent(this._optionList)};createSelectDropdownContent=(i=[])=>{i.length===0?this._selectDropdown?.style.setProperty("display","none"):this._selectDropdown?.style.setProperty("display","block"),this._selectionDropdown&&(this._selectionDropdown.innerHTML="",this._activeOption=void 0,this._activeIndex=-1),i.forEach(d=>{if(this._selectionDropdown){const{label:g,value:m,disabled:k}=d,S=ot("r-dropdown-item").attr("role","option").attr("value",`${m}`).attr("title",`${g}`).text(`${g}`).build();k&&(S.setAttribute("disabled",""),S.setAttribute("aria-disabled","true")),(this.getAttribute("defaultValue")||this.getAttribute("value"))===m?(S.setAttribute("active",m),this._activeOption=S):S.removeAttribute("active"),this._selectionDropdown.appendChild(S)}}),this._activeIndex=this.getDropdownOptions().findIndex(d=>d===this._activeOption),this.syncActiveState(),this.setDefaultValue()};setDefaultValue=()=>{const i=this.getAttribute("defaultValue")||this.getAttribute("value");if(!i)return;const d=this._optionValueMapLabel.get(i);if(!d)return;this.setAttribute("value",i);const{height:g}=this.getBoundingClientRect();this._text.style.setProperty("line-height",`${g}px`),this._text.textContent=d,this._text.setAttribute("title",d);const m=this.getDropdownOptions().find(k=>k.getAttribute("value")===i)||null;m&&this.selectOptionElement(m,!1)};changeSearch=i=>{const d=i.detail.value||"";if(this.dispatchEvent(new CustomEvent("search",{detail:{value:d}})),this._selectionDropdown&&(this._selectionDropdown.innerHTML=""),d.length>0){const g=this._optionList.map(m=>{const{label:k}=m;if(`${k}`.toLowerCase().includes(d))return{label:k,value:m.value,disabled:m.disabled}}).filter(m=>m);this.createSelectDropdownContent(g)}else this.createSelectDropdownContent(this._optionList)};clickRemoveSelect=i=>{i.stopPropagation(),this.setSelectDropdownDisplayNone()};connectedCallback(){this.handlerExternalCss(),this.createOption(),this.initAria(),this.syncFormValue(),this._events.on(this._slot,"slotchange",this.addOptionToSlot).on(this,"keydown",this.keydownSelect).on(document,"click",this.clickRemoveSelect),this.trigger.includes("hover")&&!Cr()&&this._events.on(this,"mouseenter",this.selectMouseDown).on(this,"mouseleave",this.selectBlur),this.trigger.includes("click")&&this._events.on(this,"click",this.selectMouseDown).on(this,"blur",this.selectBlur),this._applyShowSearch()}_applyShowSearch=()=>{this._searchEvents.abort(),this.showSearch&&(this.onSearch=jd(this.changeSearch),this.onSearch&&this._searchEvents.on(this._search,"change",this.onSearch).on(this._search,"click",this.onSearch))};disconnectedCallback(){this._events.abort(),this._searchEvents.abort(),this._detachReposition(),this.removeSelectDropdown()}attributeChangedCallback(i,d,g){d!==g&&(i==="disabled"&&this._select&&(!g||g==="false"?(this._select.removeAttribute("disabled"),this._selection.removeAttribute("disabled"),this.removeAttribute("aria-disabled"),this.hasAttribute("tabindex")||(this.tabIndex=0)):(this._select.setAttribute("disabled",""),this._selection.setAttribute("disabled",""),this.setAttribute("aria-disabled","true"),this.tabIndex=-1)),i==="value"&&this.syncSelectedFromValue(g),i==="sheet"&&this._shadowDom&&this.handlerExternalCss(),i==="defaultvalue"&&this.setDefaultValue(),i==="showsearch"&&this._search&&this._applyShowSearch())}syncSelectedFromValue=i=>{if(!i||this._activeOption?.getAttribute("value")===i)return;const d=Array.from(this.querySelectorAll("r-option")).find(g=>g.getAttribute("value")===i);d&&this.selectOptionElement(d,!1)}};ut("r-select",Es);var ba=["play","playing","timeupdate"],Zd=[{label:"2.0X",value:2},{label:"1.5X",value:1.5},{label:"1.0X",value:1},{label:"0.8X",value:.8},{label:"0.5X",value:.5}],$d=[{target:"container",eventName:"click",handler:"onContainerClick"},{target:"playerBtn",eventName:"click",handler:"onPlayerBtnClick"},{target:"host",eventName:"keydown",handler:"onKeydown"},{target:"progressDot",eventName:"mousedown",handler:"onProgressDotMouseDown"},{target:"playBtn",eventName:"click",handler:"onPlayBtnClick"},{target:"progress",eventName:"click",handler:"onProgressClick"},{target:"progress",eventName:"mouseenter",handler:"onProgressMouseEnter"},{target:"progress",eventName:"mousemove",handler:"onProgressMouseMove"},{target:"progress",eventName:"mouseleave",handler:"onProgressMouseLeave"},{target:"player",eventName:"mousemove",handler:"onPlayerMouseMove"},{target:"document",eventName:"mousemove",handler:"onDocumentMouseMove"},{target:"document",eventName:"mouseup",handler:"onDocumentMouseUp"},{target:"volumeProgress",eventName:"change",handler:"onVolumeChange"},{target:"fullScreenBtn",eventName:"click",handler:"onFullScreenClick"},{target:"volumeIcon",eventName:"click",handler:"onVolumeIconClick"},{target:"document",eventName:"fullscreenchange",handler:"onFullscreenChange"},{target:"window",eventName:"resize",handler:"onResize"}];function th(i,d){return d==="document"?document:d==="window"?window:i[d]}function Cs(i,d,g){$d.forEach(m=>{const k=th(d,m.target),S=g[m.handler];k[i](m.eventName,S)})}function eh(i,d){Cs("addEventListener",i,d)}function rh(i,d){Cs("removeEventListener",i,d)}function Xo(i){return!!i&&!i.paused&&!i.ended}function ih(i,d){return i>0?i:d}function ah(i){return{currentTime:i.currentTime,playbackRate:i.playbackRate,volume:i.volume,shouldResume:i.shouldResume}}var Is=[["canplay","onCanplay"],["canplaythrough","onCanplaythrough"],["complete","onComplete"],["durationchange","onDurationchange"],["emptied","onEmptied"],["ended","onEnded"],["error","onError"],["loadeddata","onLoadeddata"],["loadedmetadata","onLoadedmetadata"],["loadstart","onLoadstart"],["pause","onPause"],["play","onPlay"],["playing","onPlaying"],["progress","onProgress"],["ratechange","onRatechange"],["seeked","onSeeked"],["seeking","onSeeking"],["stalled","onStalled"],["suspend","onSuspend"],["timeupdate","onTimeupdate"],["volumechange","onVolumechange"],["waiting","onWaiting"]];function nh(i,d){for(const[g,m]of Is)i.addEventListener(g,d[m])}function oh(i,d){for(const[g,m]of Is)i.removeEventListener(g,d[m])}function sh(i){const{video:d,src:g,Hls:m,existingHls:k,onManifestLoaded:S,onHlsError:F}=i;if(k&&k.destroy(),m?.isSupported()&&g)try{const U=new m;return U.off(m.Events.MANIFEST_LOADED,S),U.on(m.Events.MANIFEST_LOADED,S),U.off(m.Events.ERROR,F),U.on(m.Events.ERROR,F),U.loadSource(g),U.attachMedia(d),U}catch{}g&&(d.src=g)}function lh(i){return i.name||(i.height?`${i.height}p`:"")||(i.bitrate?`${Math.round(i.bitrate/1e3)}k`:"")}function ch(i){const d=[],g=[];return i.levels.forEach(m=>{const k=lh(m);if(!k)return;const S=m.url||i.manifestUrl;i.existingLevelMap.get(k)!==S&&(d.push({...m,name:k,url:S}),g.push([k,S]))}),i.existingLevelMap.get("Auto")||(d.push({name:"Auto",url:i.manifestUrl}),g.push(["Auto",i.manifestUrl])),{levels:d,levelMapEntries:g}}function ks(i,d){const g=d.find(m=>typeof i[m]=="function");return g?Promise.resolve(i[g]?.call(i)):Promise.reject(new Error("fullscreen API is not available"))}function dh(i){return ks(i,["requestFullscreen","mozRequestFullScreen","msRequestFullscreen","oRequestFullscreen","webkitRequestFullscreen","webkitEnterFullscreen"])}function hh(i){return ks(i,["exitFullscreen","msExitFullscreen","mozCancelFullScreen","oCancelFullScreen","webkitExitFullscreen"])}function uh(i){const{isDraggingProgress:d,video:g}=i;return!d&&!!g&&!g.paused}function gh(i){const{isSeeking:d,video:g}=i;return!!g&&!g.paused&&!g.ended&&!d}function si(i,d){if(d){fe(i,"ran-player-controller-bottom-left-btn-play"),re(i,"ran-player-controller-bottom-left-btn-pause");return}fe(i,"ran-player-controller-bottom-left-btn-pause"),re(i,"ran-player-controller-bottom-left-btn-play")}function Jo(i,d){i.style.setProperty("display",d?"block":"none")}function ya(i){return Yt(i)}function fh(i,d){if(!Number.isFinite(d)||d<=0)return 0;const{buffered:g,currentTime:m}=i;let k=0;for(let S=0;S<g.length;S++){const F=g.start(S),U=g.end(S);if(F<=m&&m<=U){k=U;break}U>k&&(k=U)}return Yt(k/d)}function ph(i){return{currentTime:0,duration:0,currentState:"",action:i,volume:.5,playbackRate:1,clarity:"",fullScreen:!1,levels:[],url:"",levelMap:new Map}}function Ah(i){i.levels=[],i.levelMap=new Map,i.clarity="",i.url=""}function mh(){return{moveProgress:{percentage:0,mouseDown:!1},isSeeking:!1,wasPlayingBeforeSeek:!1,isBuffering:!1,pendingPlaybackRestore:void 0}}function vh(i){i.moveProgress.mouseDown=!1,i.isSeeking=!1,i.wasPlayingBeforeSeek=!1,i.pendingPlaybackRestore=void 0}function At(i,d){if(!i)throw new Error(`r-player view node not found: ${d}`);return i}function bh(i){const{shadowDom:d,speedOptions:g,onSpeedChange:m}=i;let k=d.querySelector(".ran-player"),S=d.querySelector(".ran-player-contain"),F=d.querySelector(".ran-player-play-btn"),U=d.querySelector(".ran-player-controller");if(!k||!S||!F||!U){S=x().build(),F=x().class("ran-player-play-btn").build();const we=x().class("ran-player-controller-progress-wrap-buffer").build(),ui=x().class("ran-player-controller-progress-wrap-value").build(),Sr=x().class("ran-player-controller-progress-wrap").children(we,ui).build(),D=x().class("ran-player-controller-progress-dot").build(),gi=x().class("ran-player-controller-progress").children(Sr,D).build(),Tr=x().class("ran-player-controller-bottom-left-btn").build(),yt=x().class("ran-player-controller-bottom-left-time-current").build(),fi=x().class("ran-player-controller-bottom-left-time-divide").build(),Dr=x().class("ran-player-controller-bottom-left-time-duration").build(),Oe=x().class("ran-player-controller-bottom-left").children(Tr,yt,fi,Dr).build(),St="ran-player"+`${performance.now()}`.replace(".",""),Ft=ot("r-select").attr("value","1").attr("trigger","hover,click").attr("type","text").attr("placement","top").attr("getPopupContainerId",St).attr("dropdownclass","video-speed-dropdown").children(...g.map(Ee=>ot("r-option").attr("value",`${Ee.value}`).text(Ee.label).build())).build();Ft.addEventListener("change",m);const je=x().class("ran-player-controller-bottom-right-speed").children(Ft).build(),xr=x().class("ran-player-controller-bottom-right-volume-icon ran-player-controller-bottom-right-volume-icon-volume").build(),Ze=ot("r-progress").class("ran-player-controller-bottom-right-volume-progress").attr("percent","50").attr("type","drag").build(),pi=x().class("ran-player-controller-bottom-right-volume").children(xr,Ze).build(),Ai=x().class("ran-player-controller-bottom-right-clarity").build(),$e=x().class("ran-player-controller-bottom-right-full").build(),mi=x().class("ran-player-controller-bottom-right").children(Ai,je,pi,$e).build(),Rr=x().class("ran-player-controller-bottom").children(Oe,mi).build(),vt=x().class("ran-player-controller-tip-time").build(),tr=x().class("ran-player-controller-tip-text").build(),er=x().class("ran-player-controller-tip").children(vt,tr).build();U=x().class("ran-player-controller").children(er,gi,Rr).build(),k=x().class("ran-player").id(St).children(S,F,U).build(),d.appendChild(k)}const tt=At(U.querySelector(".ran-player-controller-progress"),".ran-player-controller-progress"),Z=At(tt.querySelector(".ran-player-controller-progress-wrap"),".ran-player-controller-progress-wrap"),Ut=At(Z.querySelector(".ran-player-controller-progress-wrap-buffer"),".ran-player-controller-progress-wrap-buffer"),mt=At(Z.querySelector(".ran-player-controller-progress-wrap-value"),".ran-player-controller-progress-wrap-value"),kt=At(tt.querySelector(".ran-player-controller-progress-dot"),".ran-player-controller-progress-dot"),ie=At(U.querySelector(".ran-player-controller-bottom"),".ran-player-controller-bottom"),Qt=At(ie.querySelector(".ran-player-controller-bottom-left"),".ran-player-controller-bottom-left"),Et=At(Qt.querySelector(".ran-player-controller-bottom-left-btn"),".ran-player-controller-bottom-left-btn"),ae=At(Qt.querySelector(".ran-player-controller-bottom-left-time-current"),".ran-player-controller-bottom-left-time-current"),zt=At(Qt.querySelector(".ran-player-controller-bottom-left-time-divide"),".ran-player-controller-bottom-left-time-divide"),pe=At(Qt.querySelector(".ran-player-controller-bottom-left-time-duration"),".ran-player-controller-bottom-left-time-duration"),Nt=At(ie.querySelector(".ran-player-controller-bottom-right"),".ran-player-controller-bottom-right"),Ae=At(Nt.querySelector(".ran-player-controller-bottom-right-speed"),".ran-player-controller-bottom-right-speed"),ne=At(Ae.querySelector("r-select"),"r-select");ne.addEventListener("change",m);const me=At(Nt.querySelector(".ran-player-controller-bottom-right-volume"),".ran-player-controller-bottom-right-volume"),Je=At(me.querySelector("r-progress"),"r-progress"),W=At(me.querySelector(".ran-player-controller-bottom-right-volume-icon"),".ran-player-controller-bottom-right-volume-icon"),w=At(Nt.querySelector(".ran-player-controller-bottom-right-clarity"),".ran-player-controller-bottom-right-clarity"),X=At(Nt.querySelector(".ran-player-controller-bottom-right-full"),".ran-player-controller-bottom-right-full"),O=At(U.querySelector(".ran-player-controller-tip"),".ran-player-controller-tip"),oe=At(O.querySelector(".ran-player-controller-tip-time"),".ran-player-controller-tip-time"),_e=At(O.querySelector(".ran-player-controller-tip-text"),".ran-player-controller-tip-text");return{player:At(k,".ran-player"),container:At(S,".ran-player-contain"),playerBtn:At(F,".ran-player-play-btn"),playerController:At(U,".ran-player-controller"),progress:tt,progressWrap:Z,progressWrapBuffer:Ut,progressWrapValue:mt,progressDot:kt,playerControllerBottom:ie,playerControllerBottomRight:Nt,playerControllerBottomLeft:Qt,playerControllerBottomPlayBtn:Et,playerControllerBottomTimeCurrent:ae,playerControllerBottomTimeDuration:pe,playerControllerBottomTimeDivide:zt,playControllerBottomClarity:w,playControllerBottomSpeed:Ae,playControllerBottomSpeedIcon:W,playControllerBottomVolumeProgress:Je,playControllerBottomRightFullScreen:X,playControllerBottomVolume:me,playControllerBottomSpeedPopover:ne,playerTip:O,playerTipTime:oe,playerTipText:_e}}var yh=`.remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}@keyframes loading{2.04%{background-image:url(data:image/png;base64,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)}4.08%{background-image:url(data:image/png;base64,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)}6.12%{background-image:url(data:image/png;base64,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)}8.16%{background-image:url(data:image/png;base64,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)}10.2%{background-image:url(data:image/png;base64,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)}12.24%{background-image:url(data:image/png;base64,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)}14.29%{background-image:url(data:image/png;base64,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)}16.33%{background-image:url(data:image/png;base64,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)}18.37%{background-image:url(data:image/png;base64,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)}20.41%{background-image:url(data:image/png;base64,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)}22.45%{background-image:url(data:image/png;base64,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)}24.49%{background-image:url(data:image/png;base64,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)}26.53%{background-image:url(data:image/png;base64,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)}28.57%{background-image:url(data:image/png;base64,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)}30.61%{background-image:url(data:image/png;base64,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)}32.65%{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJHpUWHRDcmVhdG9yAAAImXNMyU9KVXBMK0ktUnBNS0tNLikGAEF6Bs5qehXFAAAI3UlEQVR4nO3dfajfVR3A8ffdk0rZ1LkMGwXqiKkDZ2VWZC2nqYloQUaiaDOTAu1xlm0l2INKYVHZJpqDslKo1vBhrY3CmYlZBu5qYkMKjUpn2ZMPm97+OK3C7v3s/n6/7/d7zvn93q+/7z3nXLhvzvfp9/uOTUxMIGlyM3IvQCqZgUgBA5ECBiIFDEQKGIgUMBApYCBSwECkgIFIAQORAgYiBQxEChiIFDAQKWAgUsBApICBSAEDkQIGIgUMRAoYiBQwEClgIFLAQKSAgUgBA5ECBiIFDEQKGIgUMBApMCv3Aio2E1gIvBzYC9gO3A88lnNRapaB9GYWsAw4AzgZ2GeSn7kXWAtcDfy9s5WpFWO+YWpaFgLnA2cC86f5O38E3g98t61FqX0GMrUx0i5xIXDsAON8GljVyIrUOQP5f7NJh1ArgEUNjbkS+ExDY6lDBvJfM0hhfAo4uOGxJ4A3AlsaHlctM5DkRODzwKEtzvEr4EhSLKrEqN8HWQjcBNxCu3EAHMFg5zLKYFQDmU06cd4KvLXDeU/vcC41YBTvg7wKuA44PMPcr8swpwYwSjvITOBi4GfkiQPgkEzzqk+jcpK+ALgeOCb3Qkj3V1SJUTjEWgrcCOyfeyHAU7kXoN4M+yHWh4FNlBEHwAO5F6DeDOsOMhv4GrA890Ke57bcC1BvhjGQuaRDquNzL2QS38q9APVm2AKZD/wQWJJ7IZO4Dbgz9yLUm2G6inUgKY5cl3Ajz5Duv9ybeyHqzbDsIAuAn9D8Q4ZNOR/jqNIwXMWaD2ygzDh2AueR7tyrQrXvIHNJh1WH5V7IJMaBc/G8o2o1BzKH9HHWkk7IdwI/Aq4B1gHP5V2OBlVzIGso5/Hx+4HVwHeAP2VeixpUayAXAWfnXgRwK3AF6QKBhlCNl3mXkc47cl5gWA9cAtyTcQ3qQG2BvIz0T7lfpvl/DnwQ+Gmm+dWxmg6xZgLfJk8cT5AefLwOT7xHSk2BrCTPJ/LWA+8F/pBhbmVWyyHW0cDtpF2kK/8kHU5d3eGcKkwNgewB/IJubwZuA07Dx0NGXg2PmnycbuPYiA8W6t9K30FeQfpHnd3RfNeSHizc2dF8KlzpO8gX6S6Oy0nPThmH/qPkQE4CTuhorlXAxzqaSxUp9RBrjHRo1cW5x+UYh6ZQ6g6ylG7iWINxKFBqIKd1MMcG0hugpCmVGshRLY//IOmLpJ9teR5VrtRAFrQ49j+AU4G/tjiHhkSpgezR4tgXAve1OL6GSKmBbG9p3O+RbgZK01JqIOMtjPk48L4WxtUQKzWQzS2MuYL07nJp2kq9UTgPeBjYs6Hx7iI9Ml/kH6tylbqDbAeuamisCeACjEN9KHUHAdib9OrkgwYc50rgQ4MvR6Oo5EAgPW6yBdi3z9/fRHqL7TONrUgjpdRDrF3GSe8VfKiP370ROAXj0ABKDwTSu8yXAF8Gdkzj5x8BziI9SvJki+vSCCj9EOv5DgTOAI4jHX7NB54mRXE36RtI1uGuoYbUFojUqRoOsaRsDEQKGIgUMBApYCBSwECkgIFIAQORAgYiBQxEChiIFDAQKWAgUsBApICBSAEDkQIGIgUMRAoYiBQwEClgIFLAQKSAgUgBA5ECBiIFDEQKGIgUMBApYCBSwECkgIFIAQORAgYiBQxEChiIFDAQNWkO8A7gm8Cvgb+RXqj6CLAR+CjpRazV8CWeasqZwOeAl+7m53YAq4FVwBNtL2pQBqJB7QWsJe0cvXgIOAXY2vSCmmQgGsQc4GZgWZ+//2fgDcB4YytqmOcgGsRl9B8HwL7AemDvZpbTPANRv14DfKCBcQ4CLmlgnFZ4iKV+jAF3Akc1NN5TwAJge0PjNcYdRP14N83FAbAn8M4Gx2uMgahXBwBXtDDusS2MOTADUa+uAvZrYdzDWhhzYAaiXiwH3tbS2PNaGncgBqLpOhT4UovjP93i2H0zEE3Hi4B1wAtanOPhFsfum4Fod2YCNwALW57nrpbH74uBaHe+CpzQwTzf72COnnmjUJHLgIs6mGccWAwU98/oDqKprKSbOABWUGAcALNyL0BF6mrnANgA3NLRXD3zEEv/axbpw0zLO5pvB+nQ6oGO5uuZO4h22Yd0ter4Duf8LAXHAe4gShaTriId3OGc48ArKfQG4S6epOs80qPrXcbxLHAuhccBHmKNspcAa0ifC+/apaQoi+ch1uiZAZwDfAGYm2H+O4BjSLtI8QxktLweuBJ4dab5HweWAL/LNH/PPAcZDUuAHwC3ky+O54DTqSgO8Bxk2L2JdJf6xMzrALgY2JR7Eb3yEGv4vJj0+e7zgUWZ17LLWtJ5T3UMZDjMAE4lXTo9jrKODDYDJ5G+o7c6BlK/o4FrKPMz3fcAS6ngO3in4kl63d4DbKHMOMaBt1BxHOAOUrNzgK/nXsQUtpEuEBT5MdpeGEidFgN3k748ujRbSTvH73MvpAkeYtXpK5QZxz3AmxmSOMBAanQ06VGN0mwknZA/mnshTTKQ+rwr9wImcS1wMpWfkE/GQOpT0u7xHPAR0v2XHZnX0gpP0uvzJOnb0HN7jPTatR/nXkib3EHqU0Ict5EegBzqOMBAapTzkY2dwCdIV6qqv8cxHQZSn99kmncr8FrSFy1U8WGnJhhIfe7oeL5ngE8CR5JuTo4UA6nPDR3OdTNwOOkz5EN5lWp3vIpVnzHgl8ARLc5xH+ny7a0tzlEFd5D6TAAX0M532W4DziI96zXycYCB1GoLsKrB8e4nPR28CPgG6Qag8BCrdpeSvoW9X5tJr1W7iUK/XT03A6nf20kvuTlgmj//KGmXWA082NaihoWBDIcXkr5C9GzS+cPz/YW0S1xP+maRnZ2trHIGMnz2J51LzCM9t/Vb0k4xMjf3mmQgUsCrWFLAQKSAgUgBA5ECBiIFDEQKGIgUMBApYCBSwECkgIFIAQORAgYiBQxEChiIFDAQKWAgUsBApICBSAEDkQIGIgUMRAoYiBQwEClgIFLAQKSAgUgBA5ECBiIFDEQKGIgU+BcqaIq/jbff/wAAAABJRU5ErkJggg==)}34.69%{background-image:url(data:image/png;base64,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)}36.73%{background-image:url(data:image/png;base64,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)}38.78%{background-image:url(data:image/png;base64,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)}40.82%{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJHpUWHRDcmVhdG9yAAAImXNMyU9KVXBMK0ktUnBNS0tNLikGAEF6Bs5qehXFAAAGXUlEQVR4nO3dW6ilYxzH8e8ae5TzqbiYDDKGRCQihZwmkkJKDnHhxoXTBckFMlNKXIxwqRwGiVCIyAgRJZkGySGnXFDDOGdmWC7epdkze83P3rP3ep9n7ff7qXWzZ+33+Tezv/s9rHfN6jFEv98f9mVpXuv1elO+tqDAHNLYMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApmCg9gGZkB+BIYAmwK/An8DmwFthQcK55y0DGwxLgBuAiYM8hf74BeB94d/B4A/iutenmsakfiICfD1KRhcBy4EaavcdMrAFeHDzeBjbN7Wjzz7DPBzGQeu0GPAucNgfbWg88BawC3gT+mYNtzjsGMj52oPnNf+YItv0N8BjwAM35iwYMZHzcDNwx4jX6wAvASuDVEa81FgxkPOwHfAns1OKaHwJ30uxZOnv45WcUjoeraDcOgCOAR2hO5g9qee2quQepz1qaH9hS1gGn01wF6xQPseq3G/Az2/h3adEPwLHAt4XnaJWHWPVbTPk4APYFHio9RA0MpC4LSw8wyanAOaWHKM1A6vJH6QG2ck3pAUrzHKQuC4HfqWdPsgnYB/il9CBt8BykfhtpLrXWYgI4pvQQJRlIfR4uPcBWFpUeoCQDqc8qmvulalHL4V4RBlKfDcDVpYeY5KfSA5RkIHV6DlhReoiBj0sPUJKB1OtW4LbCM3wNfFZ4hqIMpG7LgWWU+yF9sNC61fB1kPEwAZwHXAycQvPaxKitBw4GfmxhrSp4s+L8cQhwPHACzZ23h41gjSuo75LzSBnI/HUgzX1T59O8h322NzzeA1w/y22MHQPphkXApcCVwNLt+P4VNBcHOvdDYCDd0gPOotkTLJvG8z8YPPf1UQ5VMwPprqU0e5VTgUNp/vO532jeEPUW8DSwmg7uNSYzECnwbl5phgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxkuB5wOnA/sAZYB/wFfA+8AdwOLC02nVrTG/bFfr/f9hw1OQVYCRw9jee+PHjuS0Cn/9Lmg15vag4GslmPZs9wy3Z876fAA8CjwHdzOZTaYyDZSuC6WW6jD6wGngFeAL6a5fbUIgPZtsuBh0aw3U+AV4F3gHeBz0awhuaIgQy3N/AFsGcLa60DXgceB54FNrWwpqZpWCBexYJraScOgH2AC4AngY+BM1taV9vJPUhznnBAwfVvA5YXXF8D7kGmOoSycUBz5cxAKtX1QA4vPcDALcC5pYfQVF0PZK/SA0xyH7Bj6SG0pa4HsrH0AJMsBi4rPYS21PVAanvV+/LSA2hLXb+KtTvNaxMTpQcZ2AjsQl17ts7wKtZUv9C80l2LhcBBpYfQZl0PBODe0gNsZefSA2gzA2luKnyt9BCTeHhVka6fg/xnf+A9YN/Cc/SBPYBfC8/RSZ6DbNu3wDKaE/aSPsI4qmIgm60BjqO5Lb2UpwqurSE8xJpqAXAJcBNwRIvr/klzBev7FtfUJB5iTc8/wCrgSOAM4Hnaeb/5CoyjOu5BpmcJcCXNnmXxCLb/CnA28PcItq1p8h2Fs7cAOInmnqkLmZs3Wq0GzsOT8+IMZG5NACfS/OY/Gzhqht//N3AXcCu+9lEFAxmtRcDJwPGDxzEMv319PfAEcDfweWvT6X8ZSLt2pDnRXwLsBPxGE8RaPNeokoFIgZd5pRkyECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECn4F109/5jz2BfBAAAAAElFTkSuQmCC)}42.86%{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJHpUWHRDcmVhdG9yAAAImXNMyU9KVXBMK0ktUnBNS0tNLikGAEF6Bs5qehXFAAAGGklEQVR4nO3dR4hdVRzH8e/EKLZNrFhAsxAxlgQLBOwLRbAgiBtBEQyxFxCN2FYq6kKwRiSCKLoJLiIKRhciKgQbCZaQuFBh1KjRIFgGS8bFNTDI8HPie/fc9879frZ5c/5n8+Xcm7n3zcT09DSSZjev6w1Io8xApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApMBApGB+1xtQUQuBC4ATgEOAXYAfgY+B14F3gO2d7W4ETfhHPHvhOOAB4Jz/+Nxm4B7geQwFMJA+uBW4j+a0mKsNwApgbSs7GiMGUreHgRsG+PlXgOuBz4eznfHjTXq9rmOwOADOBT4F7gJ2HXhHY8gTpE6HAxuB3Ye45gbgcmD9ENcceZ4gdbqT4cYBsBh4j+Y02Zn7mbHmCVKfvYHvGX4gM70FXAJMtjhjJHiC1OcM2o0D4FSaS61TWp7TOQOpz5JCc/YFXgOWFprXCQOpz34FZ+0BvAgsKDizKAPRoA4G7u16E20xkPp818HMZZQ9uYoxkPp08XuKXYGLO5jbOgOpz5vALx3MPbODma0zkPr8AjzXwdwjO5jZOn9RWKdDgU3AngVnfknziEtVPEHqNMngDyrurKnC84owkHo9TfOSVClVPhJvIHW7jeZ9jt8LzFpXYEZxBlK/x4BjgZdbnrO65fU7YSD9sBk4HzgN+KCF9dfSvFhVHf8Xq3/mActp3lMfxjNUvwPHA58MYa2R4wnSP9uBJ4FFwJohrHcTlcYBBtJnW4ALgSuB3/7nGrcBK4e2oxHkJZYAjgKeBU6c4+e/pblMe6m1HY0IA9EO82geOLyW5k3BiVk+8xmwCngC+Lnc1rpjIJrNApqvJz2I5gsatgIf0TxO0isGIgXepEuBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUjB/K430JHDgGOB/YC/gG+AD4BtXW5Ko6dPgewNXAMsA46Y5d+ngbeBx4HVwPZyW9Oompienu56DyVcADwFHDjHz78PXAZsbG1HGgt9uAdZAaxh7nEAnEhzybW8lR1pbNR+glwNPDHgGmuAq4Atg29H46bmQI4GPgR2G8Ja24DbaS7TvDfpkZovsR5iOHEALABWAu8Cpw5pTY2BWk+QRcAnLa7/MnAzsLnFGRoBtZ4gF7e8/nnAR8B1Lc9Rx2oNZGmBGbsBjwL3F5iljtQayMKCs1YAVxScp4JqvQf5guZxklJ+BY4EJgvOVAG1niA/FZ63J3BH4ZkqoNZANnUw81Jgrw7mqkW1BvJGBzP3Ak7vYK5aVGsgq4E/Opi7pIOZalGtgWwFVnUw94AOZqpFtQYCzU3z111vQuOt5kC2ARcBvxWcubXgLBVQcyAA64CzgR8KzVtfaI4KqfUXhf92KPAC7T6JOwXsD/zc4gwVVvsJssMkcCZwN/BnSzOexziq05cTZKYlwDPA4iGuOQUcRfOIiyrSlxNkpvXASTSnydSQ1rwF46hSH0+QmRbSPLJ+7gBrPALcOJztaNT08QSZ6XOal5/OATbs5M/+RfOou3FUrO+B7LAWOJ7mu7Dm8hrtq/98/sE2N6Xu9f0SazbzgJOBs4BjgH1oTouvaL4r6yWak0c9YCBS4CWWFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFBiIFPwNh2DX1pOZxIQAAAAASUVORK5CYII=)}44.9%{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJHpUWHRDcmVhdG9yAAAImXNMyU9KVXBMK0ktUnBNS0tNLikGAEF6Bs5qehXFAAAF2klEQVR4nO3cT4iVVRyH8WfKJq0gECSULMEgAqEIgjYRGmhgFmGhgbRQ2hltCvsnZWUotEtoESmEkDsJE8KFokFEgRUIEmRoRhaKkJilZLfFOzemYfo6f95zr+fyfEBEmPd3juDjed9778xQp9NB0viu6fcGpKuZgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUiBgUjBjH5vQFe9a4GlwHLgHmAezX+sp4FvgX3Ax8DFfm2wpKFOp9PvPejqtQrYDCy8wtedBt4A3gMul95ULxmIxnMD8AGwepLXHQSeAM60vqM+MRCNNQx8Ciye4vVHgCU0p0r1fEjXWNuYehwAi4D9wJx2ttNfniAabTHNP+42DMRJYiAa7RDwQIvzDgMPAudbnNlTBqKuhcD3BebuA1YAlwrMLs5nEHUtKzR3Kc3Lv1UyEHUtKjh7LfB0wfnFGIi6bik8/x3gxsJrtM5A1FX6GWEOsKbwGq0zEHWd6sEak31nvu8MRF1f9WCN+2k+/FgNX+ZV12yaU2S48DrzgZ8Kr9EaTxB1nQU+6sE61/VgjdZ4gmi024GjwKyCa8yjN887rfAE0WgngPUF558Hfik4v3UGorG2A68Xmn0IqOqWxUA0nk3A1gJzdxWYWZTPIEq2ABtamnUcuJPKPrToCaLkJWBHS7PWU1kcYCDKOsAzwJ5pznkb2Dv97fSegehKLtN8RGT3FK9/C3ilve30loFoIi4AK4HngHMTvOZH4FFgY6lN9YIP6Zqs2cA64EngXv772aqLwOfAzpFf1T1zjGUgmo6ZwIKR338DTgJ/9XNDbTMQKfAZRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRAoMRApm9HsDBcwA5gM3A38Cx0d+lyZtUE6QYWAtsB84D/wAfA0cHfnzl8ALwOx+bVB1Gup0Ov3ew3StALYBt03ga88BG4F3ger/4iqv9kDeBF6dwnW7gTXAhXa3o0FTcyCbgZencf0e4HHgcjvb0SCqNZDlwCctzNkBrMPbLf2PGgMZBr4DFrQ0byvwYkuzNGBqfBVrFe3FAbAB2NLiPA2QGgNZXWDmBuC1AnNVudpusYZoXqq9qdD8dcD2QrNVodoCmQv8XHD+H8BdwImCa6gitd1izSw8fxawqfAaqkhtJ8itwMnCa1yiOanOFl5HFajtBDlF+Q8eDgPLCq+hStQWyGXgix6sc18P1lAFagsEYFcP1pjbgzVUgRoD2QmcLrzGcOH5qkSNgfwOPF94jV8Lz1clagwE4EPKvqF3pOBsVaS2l3lHG6b5yPrSArPvAI4VmKvK1HqCQPN+xUrgcMtzP8M4NKLmQKD5fvOHafeWyA8t6l+1BwLNK1pLaCeS94EDLczRgKj5GWSsOTQ/1WTRFK8/QHMaXWptR6reIJwgXaeBxcDBKVy7C3gE49AYgxQIwBngIeBZJvZm4jGab8B6Cn/CicYxSLdYY10PPEbzMvDdNLdgf9N8P8k3wF5gH/5UEwWDHIg0bYN2iyW1ykCkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECk4B9ond6XzYmBagAAAABJRU5ErkJggg==)}46.94%{background-image:url(data:image/png;base64,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)}48.98%{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJHpUWHRDcmVhdG9yAAAImXNMyU9KVXBMK0ktUnBNS0tNLikGAEF6Bs5qehXFAAAFI0lEQVR4nO3dUcjv9xzA8feDjpYxa4uSudiWJMWFVrhU3K415hTKhZhIaFeSG3dKSHHngmKmkztZrtQoXFhJ0qzFUtZOzKxFnMfFr2md9Nlznv/vd/5/53m9bs/5f/qeet7n+///f7/f9ykAAAAAAAAAAAAAAAAA4Np3dHx8vO81wMF60b4XAIdMIDAQCAwEAgOBwEAgMBAIDAQCA4HAQCAwEAgMBAIDgcBAIDAQCAwEAgOBwEAgMBAIDAQCA4HAQCAwEAgMBAIDgcBAIDAQCAwEAgOBwEAgMBAIDAQCA4HAQCAwEAgMBAIDgcBAIDAQCAwEAgOBwEAgMBAIDAQCA4HAQCAwEAgMBAIDgcBAIDAQCAwEAgOBwEAgMHjJvhfAmXJj9frquurZ6pHq4l5X9AIEwtZuru6t3le98X/8+W+r+6uvVU9exXWdyNHx8fG+18C16aj6RPWF6uUn+PvPVJ+rvlwdzA+lQNjCuerb1XtO8doL1fnqn6uu6JQEwtqOWt4ynSaO51yo7u4AdhLfYrG2j7VbHFV3VZ9aYS07s4Owppuq31c3rDDr79Vt1RMrzDo1Owhr+kjrxFF1ffXRlWadmkBY03tXnnd+5XlXzFss1vKK6qkN5t5SPb7B3BOxg7CW2zaa+7aN5p6IQFjLWp89Lnf7RnNPRCCs5a8bzX3pRnNPRCCs5dG2ubC31yvqAmEtf6t+vcHcRzeYeWICYU0PbjDzoQ1mnphAWNP9K8/7afXHlWdeEYGwpl9UP1lx3hdXnHUqLhSytjdXv2z3h/EerN69+3J2YwdhbQ+3PCi1iz9UH1xhLTsTCFv4RvWZ6tIpXvtI9c7qz6uu6JQEwla+1PIW6bEreM23qjtaIjkIPoOwtXPVB6oPtdxXdfl/yherH7Qc2vCrq7u0FyYQrqaXVW9oOcTh39Wf2u4K/CoEAgOfQWAgEBgIBAYCgYFAYHDoh1cfVbdWr6leXD3dctjxM/tcFGfHoQbylurj1Z0th5E936XqZ9U3W668HsQZrlybDu06yI3VV1quvJ7EY9WHqx9vtSDOtkMK5Pbqh135KRaXqvta7v2BVR1KIK+ufl69bocZ97bcRQqrOZRAflS9a8cZ/6re2vI8AqziEL7mvbPd46jlC4evrjAH/usQdpCHqrevOO+OlmejYWf73kFuad04qu5ZeR5n2L4DeccGM9d4uwbV/gO5dYOZb2o5ih92tu9Azm0w87nbU2Bn+w7kHxvNfeVGczlj9h3IVqdXbPGbjjiD9v0172vb5uzVG1pOG4ed7HsHebzl9vU1PZw4WMm+A6n6zsrzvrfyPM6wfb/FqnpVyy+fv36FWU+1/DLJiyvMgoPYQZ6oPr/SrM8mDlZ0CDtILdcuvl/dtcOMB1puMzmIfxDXhkPYQWr5oT5fXTjl6x+o3p84WNmhBFLLs+V3V5/u5IcyPF19smXn8Gw6qzuUt1iXu7nl0IZ7Wg47vtxvqu9WX6+evIrr4ow51ECe76aW59Svq56tflf9Za8r4sz4fwgE9uaQPoPAwREIDAQCA4HAQCAwEAgMBAIDgcBAIDAQCAwEAgOBwEAgMBAIDAQCA4HAQCAwEAgMBAIDgcBAIDAQCAwEAgOBwEAgMBAIDAQCA4HAQCAwEAgMBAIDgcBAIDAQCAwEAgOBwEAgMBAIDAQCA4HAQCAwEAgMBAIDgcBAIDAQCAwEAgOBwEAgMBAIDAQCA4HAQCAwEAgAAAAAAAAAAAAAAAAAAGfcfwCQI7TGlZBEdwAAAABJRU5ErkJggg==)}51.02%{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJHpUWHRDcmVhdG9yAAAImXNMyU9KVXBMK0ktUnBNS0tNLikGAEF6Bs5qehXFAAAEjUlEQVR4nO3cTYydUxzH8V+rKkUbjSYoCyKIsJAQC1ILJBJWiJdgISFNpTY2Nt4W2FixKxErBAlWGpaIjaQ7qdAIG9omraq3omosnpJq9O/eO+eZc/H5JLOYzDz/nNzkOzPPfc6ZBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4V1q2sLDQew0wt5b3XgDMM4FAQSBQEAgUBAIFgUBBIFAQCBQEAgWBQEEgUBAIFAQCBYFAQSBQEAgUBAIFgUBBIFAQCBQEAgWBQEEgUBAIFAQCBYFAQSBQEAgUBAIFgUBBIFAQCBQEAgWBQEEgUBAIFAQCBYFAQSBQEAgUBAIFgUBhRe8F8L91yuGP75Ps6byWY5rHQFYnuT7JlUnOOfz5viSfJXkvyTtJfu62Oma1IsmNSe5IsiHJqUd87bskHyR5LckrSQ4s+eqOYdnCwkLvNfxhbZJHk2xMcmLxfV8neSbJU0l+WoJ1sXhXJ9mS5LwJvndnkgeSvDrqiiY0L4FsyPCCnDHFNZ8kuSnJ9lFWRCsPJXk8ybIpr9uS5P4kh5qvaArzEMgNSd5McvwM1+5Pck2SbU1XRCsPZ4hjVi8kuafRWmbSO5CLk3yYZNUiZuxOckmSXU1WRCvXJXm7wZxNSZ5tMGcmPQNZniGOSxvMeiPJzQ3m0MbKDH8Cn91g1rdJzk2nd7p6Pge5JW3iSIZ7kcsazWLxbkubOJJkTZLNjWZNrWcg9zaet7HxPGZ3V+N5dzaeN7Fef2KdlOHZxiw35sfyZZKzGs5jNsdleK6xmPvKv7M+w1vAS6rXb5AL0zaOJDkzf334RB/r0z6OJDl/hJn/qFcgp48097SR5jK5sX5IrR1pbqlXIGNtcVk50lwm98tIc38daW6pVyD7Rpq7d6S5TG73SHO7POfqFcinI8w8kOSrEeYynb0Z3jBp6WCSjxvPnEivQHYm2dF45vvpvG+HP21tPO/dJD80njmRns9BXmo878XG85jdc43nPd943sR6bjVZl+GMx5oGs75IckHGu0Fkeq9n2OGwWNuSXJ7ktwazptbzN8ieJA82mrUp4pg3m7P4G/YDSe5OpziS/mfSn82wpXkxHslwypD5sivDUYb9M15/MMN+vY+arWgGvQNJhj1UW2a4biHDeYMn2i6HhrYluSLDzt5p7Mxwzuet5iua0jwEcijJfUluz+R7bXYkuTbJk2Mtima2Zziv81iG49KVH5M8neSiDO9Kdtf7wNTRVmUI5dYM/7Rh9RFf25vhRXs5wwnELk9WWZQTMhykuirDGY+1GTY2fp7hnzZsPfz53Ji3QI62LsnJSb45/AFLat4Dga7m4R4E5pZAoCAQKAgECgKBgkCgIBAoCAQKAoGCQKAgECgIBAoCgYJAoCAQKAgECgKBgkCgIBAoCAQKAoGCQKAgECgIBAoCgYJAoCAQKAgECgKBgkCgIBAoCAQKAoGCQKAgECgIBAoCgYJAoCAQKAgECgKBgkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPjv+R02e5WvOhUGtgAAAABJRU5ErkJggg==)}53.06%{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJHpUWHRDcmVhdG9yAAAImXNMyU9KVXBMK0ktUnBNS0tNLikGAEF6Bs5qehXFAAAFEElEQVR4nO3dTehlcxzH8c8wiIXyEAkRIrKgmISQsCDJUvKwsNJEQllLUh6ahZqlLGRhYeNhYSJCoqZRIjKiIZkIG0/D/C3O0Bj5/u//3t/vf47u67Wcmfvtt3nPuefcc34nAQAAAAAAAAAAAAAAAACApbZhZWVl7DXAZB009gJgygQCBYFAQSBQEAgUBAIFgUBBIFAQCBQEAgWBQEEgUBAIFAQCBYFAQSBQEAgUBAIFgUBBIFAQCBQEAgWBQEEgUBAIFAQCBYFAQSBQEAgUBAIFgUBBIFAQCBQEAgWBQEEgUBAIFAQCBYFAQSBQEAgUBAIFgUBBIFAQCBQEAgWBQEEgUBAIFAQCBYFAQSBQEAgUBAKFjWMvYAanJjkxySFJvk/ySZKfx1wQy2OqgZybZHOSG5Mcd8Df/ZHkzSRPJ3kmyW/ruzSWyYaVlZWx17C/I5NsSXJ7kg0z/PvPktyR5LWOa2KJTSmQk5JsS3LWGj+3N8n9SZ5oviKW3lQCOTbJO0lOX2DGnUm2tlkODKYSyItJrl1wxp4km5LsWHw5MJjCZd7rs3gcyXCVa0uDOfC3KQRyX8NZl2c4ikATYwdyQpLLGs+8qfE8ltjYgVzZYealHWaypMYO5MIOMxe5Egb/MHYgJ3eYeVSHmSypsQM5uMPM7zrMZEmNHchPHWZ+2mEmS2rsQD7sMPOdDjNZUmMH8mqHma90mMmSGvtWk4OSfJzkjEbzvslw4r+n0TyW3NhHkL1JHmo475GIg4bGPoIkw3Mf27L4j4bvJbk4ye8Lrwj2mUIgyfDU4NuZ/0e+r5JckuSLZiuCjP8V6y+7k1yRZPscn/0ow/1c4qC5qQSSJF9m+Ir0YGbblGFPkseTXJDh0VtobipfsQ50bJJbklyX5PwkR+/78x+TvJ/k5QybNnw9yupYGlMN5ECHZdjNxAk46+r/EgiMYkrnIDA5AoGCQKAgEMawMcOFl8kTCOvhhCQPJHk9yQ8ZfsP6JcPDbduS3JPh0v7kuIpFT0dk+OH3rgz7llV+TvJokoeT/Np5XTMTCL2cluSFJGev8XPbk9yQ4c6K0QmEHk5J8laG97rMY2eG2452N1vRnJyD0NrGJM9l/jiS4a7uZzPbKzC6EgitbU6b/c6uTHJrgzkL8RWLlg5JsivJ8Y3mfZrhfTF7G81bM0cQWrom7eJIhr0KLmo4b80EQktXd5jZY//mmQmElnr8b39Oh5kzEwgttdq+aX9HdJg5M4HQ0jEdZv7RYebMBEJL33eYuavDzJkJhJZ2dpj5XoeZMxMILb3ZYWaP/ZtnJhBaerbxvDcy8s41AqGldzM889HKYw1nzcWtJrR2XoZQVnv+YzUvZdgXbVSOILS2I8ndC87YmeS2BmtZmEDoYWuSezPfTYYfZ9in+duWC5qXQOjliSRXZfZ9k1eSPJVkUybyNGHiHIT+Dk1yc4avTJfm32823p3k+SRPJvlgfZe2OoGwng5PcmaGd9nvyfBel8/HXNBqBAIF5yBQEAgUBAIFgUBBIFAQCBQEAgWBQEEgUBAIFAQCBYFAQSBQEAgUBAIFgUBBIFAQCBQEAgWBQEEgUBAIFAQCBYFAQSBQEAgUBAIFgUBBIFAQCBQEAgWBQEEgUBAIFAQCBYFAQSBQEAgUBAIFgUBBIFAQCBQEAgWBQEEgUBAIFAQCBYFAQSBQEAgUBAIFgUBBIFAQCAAAAAAAAAAAAAAAAAAAAP/lTwgpqTr0JDXaAAAAAElFTkSuQmCC)}55.1%{background-image:url(data:image/png;base64,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)}57.14%{background-image:url(data:image/png;base64,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)}59.18%{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJHpUWHRDcmVhdG9yAAAImXNMyU9KVXBMK0ktUnBNS0tNLikGAEF6Bs5qehXFAAAFz0lEQVR4nO3dS6hVVRzH8a9pmdKkN2VEJUlRYhSGI4lsUoFJDaJCKirpQUTmwIJqGkRBI0mCsrKQJtagcCCVNIhedDGIDC1CC/LRpCzzcRvsBAfxy+vde5191/5+xves/wLv17X3OWfrtPHxcST9t5NGvQGpzwxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgxECgykMR94HvgC+AMYBw4C24H1wK3AjJHtTiMzbeD/DfRc4EVg6XH87A7gCWBjpztSrww1kJOBJ4GngJkTfO0a4FHgcNubUv8MMZCrgNeABZNY4w3gbppLMVVsSPcg04Gngc+ZXBwAy4GVk96Rem8oJ8j5wNvA4hbX/BOYB+xscU31zBBOkBuAMdqNA2AWsKrlNdUztZ8gtwNv0t1btHuBc/GGvVo1nyCLaG6mu/z84kwmfz+jHqs1kFOAdTRv53bt8gIzNCK1BnIvzQ10CWcVmqMRqDWQhwrOOlBwlgqrMZA5lL0v2FFwlgqrMZCrC846AnxZcJ4KqzGQ8wrO2kLzVq8qVWMgJT+TeKngLI1AjYHsKzTnI+DdQrM0IjUGMlZgxm78Nu8g1BjIDuC7DtffDSwBfupwhnqixkAAXulo3U+Aa4GtHa2vnqn1y4qzgW00n4m04TdgNU14R1paU1NArSfIfuA+2vllfp/mH3VY29J6mkJqDQRgE/DIJF7/F7ACuBnY1cqONOXUeol1rLto/vafPYHXfAPcifcag1fzCXLUeuAKYAP/f4m0j+a59YUYhxjGCXKsOcAymoepLgZOA34Fvgc2Ax/QPGsuAcMLRJqQIVxiSSfMQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKRgxqg3oN6ZBdwILAEuBc4Bfgd+AD4FNgK7Rra7wqaNj4+Peg/qh1OBVcDjwBnh544A7wCrgR+739ZoGYgA5gNvAVdO4DX7gRXA+k521BPeg+gB4DMmFgfAbOBN4MHWd9QjniDDNQdYC9w0yXWO/LvGpknvqIcMZHhOAu4HngNOb2nNXcA8msuuqniJNSwXAR8DL9NeHNCcRg+3uF5veIIMx3xgM3B2R+t/B1zW0dojYyDDcCHwBd3FcdRcYEfHM4ryEqt+04B1dB8HwIICM4oykPrdAlxXaFb6gHFKMpD6PVZw1vSCs4owkLqdCSwuOO+XgrOKMJC6XUPZP+OvCs4qwkDqdknBWWNU+C1fA6nbzIKz1hScVYyB1G1PoTnbgFcLzSrKQOr2bYEZB4G7gb8LzCrOQOo2BuztcP1DwHKaJw2rZCB1O0zzzEYX9tA8mruho/V7we9i1e8CmnuEWS2uuQW4A/i5xTV7yROkfjuBp1ta6xDwDHA9A4gDPEGG4ugXFpdPYo0x4B7g6zY2NFV4ggzDOHAvJ/ZZxQHgWWAhA4sDPEGGaBnwAsf3Kft7wEpge6c76jEDGaYZwFLgNmARzQNVM2ieKf8W+BB4Hdg6qg32hYFIgfcgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUmAgUvAPsjfNuCouGV8AAAAASUVORK5CYII=)}61.22%{background-image:url(data:image/png;base64,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)}63.27%{background-image:url(data:image/png;base64,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)}65.31%{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJHpUWHRDcmVhdG9yAAAImXNMyU9KVXBMK0ktUnBNS0tNLikGAEF6Bs5qehXFAAAGaElEQVR4nO3dS4hVdQDH8e9MRfaytDfZQzTRgoogekIPyqiIym0UBLUQqpURFLQoCqIWQUGLIqLAXYVERW+llxGURalYUZZRaWrZG9NpcSZGhpnfzGnuuf9z73w/MBtx5v4Y/c65M/ecMwNM0dDQ0FQ/hNSYgYGBKb3/YId2SH3JQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKTAQKRg79IDprnjgGOBfYCZjHzB2g3sAP4A/gK2AD8O/7m6yEC67yTgZuAa4Kga77cL2AxsAjYC60a9/d3ZmQKY2r3h8dcf1HAQ8CBwEx34vI/yD/AJ8AHwNrCSKqRpb6q//sBAumMO8DLV0aNbNgAvAS8CbwI7u/jYrWEg7TcLWA0sKLhhO/AC8DTwGtPoexkDab9ngCWlR+xhDXAr8FbpId3gb5hqt0toVxwApwGrgDtKD+kFBtKs20oPGMcAcC9wd+khbedTrOYcRvXaRdu/CF0NrCg9oik+xWqvc+iNz++jwAGlR7RVL/wD9qp5pQdM0tHAjaVHtJWBNOfg0gNquL70gLYykOZsLz2ghtOBQ0qPaCMDac4XpQfUtLD0gDYykOasprdesT609IA2MpDmbAVeKT2iBs8GHoOBNOv+0gNq+Kr0gDYykGatBJaXHjEJWzGQMRlI85YCn5YeMYHn6K3vl7rGQJq3A7iI6izaNhoCHik9oq0MpDu2UJ168hDVpbNt8iTwcekRbeXJit03j5Fr0o8vvGU9cCbVUa4vecFUbzscmAvsD/zKyNFlP2AGMBs4AjiG6g4oi6he0DuwA4/9OdVTv76+dt1Apqf5VE/Zzh1+O7nm+z9LdfOIbR3e1ToGIqieql0FXAmcT3WfrdF2A69S3Vnlte5NK8tANNpM4Cyqo8yBwO/A18B7TIMjxmgGIgVeUSg1yECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkwECkYO/SA3rUbOBs4ATgAOA34AtgNbCj3Cx1moHUczGwDLiEsY++O4FVwPPACmBj96apCQNT/QBDQ0Od2NF2s4HHgCU13+8z4J3ht3epjjLqooGBqf0XN5CJzQHeAE7swMf6DVgPrAO+Ab4DNgPbgL+AP4f/3l7AQcAfwFfAlg489rRkIM2aCbwPLCy8YyPwHPAI8GXhLT3FQJr1BHBD6RF72AU8DNzByNFGgYE051TgIzrwOWrAGmAxPvWa0FQD8XWQ8d1CO+MAOI3q+6KZpYf0O48gYxuk+ub50NJDJrAcuLb0iDbzKVYz5tE7P5K9EFhZekRb+RSrGXNLD6jh9tID+pmBjG3f0gNqWEz7nwr2LAMZ29bSA2oYBM4qPaJfGcjY1pceUNP80gP6lYGM7Wfgw9IjaphVekC/MpDxPVV6QA2/lB7QrwxkfI8D35ceMUmen9UQAxnf78DS0iMmYTfVqfRqgIFkK4B7So+YwOvAT6VH9CsDmdhdwJ1AW08ZeKD0gH5mIJNzH3A+1Vm0bfIs8GrpEf3Mc7HqGaS6Lv064ArK/nh1A9ULhNsLbmg9T1YsZx+qEwUvBy4DFnTxsdcClwKbuviYPclA2mMOcAFwHnAGcAqdv2vMENXNI5YBv3b4Y/clA2mvfYFFo96OpwrpCKobM0zWD4xck762szP7m4H0pkHgSOBwYAawP9XVgf/90GQX1RFiJ/At1R1Q9D8YiBR4wZTUIAORAgORAgORAgORAgORAgORAgORAgORAgORAgORAgORAgORAgORAgORAgORAgORAgORAgORAgORAgORAgORAgORAgORAgORAgORAgORAgORgn8BLyjxnaJDDwEAAAAASUVORK5CYII=)}67.35%{background-image:url(data:image/png;base64,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)}69.39%{background-image:url(data:image/png;base64,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)}71.43%{background-image:url(data:image/png;base64,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)}73.47%{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJHpUWHRDcmVhdG9yAAAImXNMyU9KVXBMK0ktUnBNS0tNLikGAEF6Bs5qehXFAAAJw0lEQVR4nO3de6hlZRnH8e854w0vY0pThhKZjpZNU1mZ0QVLsoHu96KgsAv4hyYRaVJElqVCoUYUFhaSUGRlWaBGNUThpZq8jPdOhShpEzPqqHg75/TH44kxju/sffZ63nftvb+ff4fzPJvh/M6z11rvet+ZxcVFJC1vtvUHkPrMgEgFBkQqMCBSgQGRCgyIVGBApAIDIhUYEKnAgEgFBkQqMCBSgQGRCgyIVGBApAIDIhUYEKnAgEgFBkQqMCBSgQGRCgyIVGBApAIDIhUYEKnAgEgFBkQqMCBSgQGRCgyIVGBApAIDIhUYEKnAgEgFBkQqMCBSgQGRCgyIVGBApAIDIhUYEKnAgEgFu7T+AOq1WWAtcAiwG3A/cBtwZ8sPVZMB0XKOAE4G3gXsv8y/zwEXAd8A/lPxc1U3s7i42PozqD/2BM4GTmCwr9/bgc8A3878UC0ZEC1ZA1wGHLmCn70Q+DjwaKefqAcMiAD2Av4AvHiEGlcA7yamysTwLpYAvsZo4QA4DtgIPHPkT9MjThC9BPgLMNNRvTngGCbkTpcTRJ+iu3BA3BLeCBzQYc1mnCDTbRdgG7B3Qu3NwOuBLQm1q3GCTLf15IQDYB3wa2B1Uv0qDMh0OyS5/ouAHwO7JvdJY0Cm214VehwHnE+31znVGJDpdl+lPh8hnriPHQMy3W6v2OsrxEX7WPEu1nSbBe4mlpnUsIV47nJXpX4jc4JMtwXgRxX7rSEu2sdmFbkB0TnAYxX7vRI4tWK/kRgQzRHXBzV9gdHXflXhNYgAVgG/BDZU7Hk9cBTwSMWeQ3OCCGCeeHvw0oo91wOfrdhvRZwg2tEq4qHe8ZX6PUy83vuPSv2G5gTRjuaBjwKnV+q3B/D1Sr1WxAmip3IacEalXhuAyyv1GooBUcmZwCkV+mwmFjYuVOg1FL9iqeRU4DsV+qwD3luhz9CcINqZWreAbyaC0qsp4gTRzswD7yN/YePzgQ8k9xiaE0SDeiFwFbG5XJbNT/TpDSeIBnUDcGJyj3XAsck9hmJANIwLiOuRTCcl1x+KX7E0rAOAG1l+U+suLBI7ys8l1R+KE0TDupt4iJhlhtjntxecIFqJWeBPrGyj60HcBTybHtzydYJoJRbIvVY4kJ68v25AtFJ/JHf91IcSaw/Mr1gaxSuIZyMZthHvsM8n1R+IE0SjuJq8KbIf8Nqk2gMzIBrVeYm135ZYeyB+xdKoZomFhocl1L4VeF5C3YE5QTSqBfKWxB9O43NGDIi6cBF5zyya3u41IOrCv4DfJNU+JqnuQAyIunJJUt2XJdUdiBfp6sqB5Bzc+ThxClaTDeb6GpBVxBtmzyH+c7YTb7TdTqz2VD9tBl6QUPcoYu1XdX3bZfsI4GTiQPr9lvn3e4AfEnsp3VHxc2kwG8kJyDoaBaQv1yB7ELuMX08sdV4uHBCH1H+SmCSfIyaN+uP3SXXXJtXdqT4EZD/gd8Qv/qC/8LsBXwJ+Su470hrOn5PqHp5Ud6daB2R34FfA0Sv8+bcCP2BMD4icQH8H7k2oe2hCzYG0DshXiQNVRvEO8jcT0OBuSqj5rISaA2l5F+tQ4Ba6uY64HzgY2NpBLY3me8Sptl3bjbonYQFtJ8jJdHeRvRr4WEe1NJqsowyekVS3qFVAZohbuV3qup5W5p6kurVO4n2SVgF5LnHLtktHEreL1dbdSXX3Sqpb1CogByfUXEU8eVdb9yXVnaqA7J1U1wnS3vakuk2ed7W+zavJ03STha4ZEKlg0gLi2ix1qlVAHkqqu09SXQ3u4aS6DyTVLWoVkAeT6u6bVFeD+yc51yFNzlKftIA03QFDQEyQTR3XvIdYCFldq4BsSarb9cNHrczFCfWaLBpsFZB/J9XNeACp4X2XWEDahXniZbomWgXkMXKmSMbufhreVuDzHdU6D/hbR7WG1nK5+3XA+o5r3stTv66rumaAnxDv66zUlcDraLSjCbR9DpLxV+FpxEJItbdInPHxixX+/FXAm2gYDmgbkFuT6jbdaExP8hDwTuLr1qMD/sw8cC4xObYlfa6BtQzI7Ul1m58poSeZB75M7ExyLk/9vsg2YhPs9cTLdFkPHIfS8hrk5cA1CXVvJPZRUj/NEGFZS6x8eIB4uHgzPVzo2DIguxP/ORmb1x1EnJQqjaTlV6xHgBuSajc/mUiTofVq3qyNxt6eVFdTpnVANibVPZaGeylpcrQOyG+T6s4CH0yqrSnSh+MPbiFn79XbiCMUso4G0xRoPUEALkuqexiwIam2pkQfAvLzxNonJdbWFOjDV6xVxMrerEWGRwNXJ9XWhOvDBJln5QvaBvHFxNqacH0ICMQZH1neCLwqsb4mWB++YkEE9Q7ipNQMm4i1X97R0lD6MkEWyJ0iRxJnH0pD6csEATiEWAKfdZzaVuIE1qzdxzWB+jJBAOaASxPr70+8byANrE8BgXhBP9ObgeOTe2iC9Okr1pIbyH3h6SHi2UjWUntNkL5NEIAzk+vvSey2sTq5jyZAHyfILLCZWGiY6TLiK1fvXvNUf/RxgiwAp1foswH4VoU+GmN9nCAQwb2OOpsvnAWcWqGPxlAfJwjEFPl0pV6nAKdV6qUx09eAAFwOXFKp1xm4qFHL6OtXrCUHAzdR7/TaC4BP4IW7ntDnCQJxqtBZFfsdD/yMRkcOq3/6PkEgNpi7hu53gi/xFrCA/k8QiA3mPgw8XrHnBro730JjbBwCAnAt9S+iTyNWGGuKjUtAIJagXFmx367ELuOaYuNwDbKjA4G/Amsq9dtCnJzrm4hTapwmCMSO7e+n3i/sGuCISr3UQ+MWEIjtSms++V5bsZd6ZhwDAnA28P1Kvfat1Ec9NK4BWSSeeF9RodeDFXqop8Y1IBBnrb+HWPWbaS65vnps3O5iLWcNcV2SsTT+AWJL1JoPKdUj4zxBlmwB3kDOX/pLMBxTbRImyJKDiBOrunr6vQi8lHjuoik1CRNkyZ3EHrybOqp3PoZj6k3SBFmyD3AxcNwINa4FXo13sKbeJE2QJduBtwAXrvDnNxHhMhyayIAAPEoskT+BCMwgFoBvAq8hLvylifyK9f+eDpxInHq73AX8VmIjuXOI13ul/5mGgOzoIOJwz9XElJkjdpR3ta6WNW0BkYYyqdcgUicMiFRgQKQCAyIVGBCpwIBIBQZEKjAgUoEBkQoMiFRgQKQCAyIVGBCpwIBIBQZEKjAgUoEBkQoMiFRgQKQCAyIVGBCpwIBIBQZEKjAgUoEBkQoMiFRgQKQCAyIVGBCpwIBIBQZEKjAgUoEBkQoMiFRgQKQCAyIVGBCpwIBIBQZEKjAgUoEBkQoMiFTwX5SHo1b+jj/nAAAAAElFTkSuQmCC)}75.51%{background-image:url(data:image/png;base64,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)}77.55%{background-image:url(data:image/png;base64,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)}79.59%{background-image:url(data:image/png;base64,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)}81.63%{background-image:url(data:image/png;base64,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)}83.67%{background-image:url(data:image/png;base64,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)}85.71%{background-image:url(data:image/png;base64,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)}87.76%{background-image:url(data:image/png;base64,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)}89.8%{background-image:url(data:image/png;base64,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)}91.84%{background-image:url(data:image/png;base64,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)}93.88%{background-image:url(data:image/png;base64,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)}95.92%{background-image:url(data:image/png;base64,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)}97.96%{background-image:url(data:image/png;base64,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)}to{background-image:url(data:image/png;base64,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)}}.video-speed-dropdown,.video-clarity-dropdown{z-index:1011;--ran-dropdown-padding: 4px 0;--ran-dropdown-background: rgba(43, 43, 43, .9);--ran-dropdown-option-item-hover-background-color: rgba(255, 255, 255, .15);--ran-dropdown-option-active-hover-background-color: rgba(255, 255, 255, .25);--ran-dropdown-option-item-padding: 4px 2px;--ran-dropdown-option-item-color: #fff;--ran-dropdown-option-item-content-color: #fff;--ran-dropdown-option-item-content-font-size: 11px;--ran-dropdown-option-active-background-color: rgba(255, 255, 255, .2);--ran-dropdown-option-item-content-text-align: center;--ran-dropdown-box-shadow: 0 2px 8px rgba(0, 0, 0, .45)}.video-control_loading{z-index:var(--video-control-loading-z-index, 10);top:var(--video-control-loading-top, calc(50vh - 60px) );left:var(--video-control-loading-left, calc(50vw - 60px) );position:var(--video-control-loading-position, fixed);width:var(--video-control-loading-width, 120px);height:var(--video-control-loading-height, 120px);background-position:var(--video-control-loading-background-position, center);background-repeat:var(--video-control-loading-background-repeat, no-repeat);background-size:var(--video-control-loading-background-size, contain);animation:var(--video-control-loading-animation, loading 1s infinite)}.ran-player{display:var(--ran-player-display, block);height:var(--ran-player-height, 100%);width:var(--ran-player-width, 100%);position:var(--ran-player-position, relative);overflow:var(--ran-player-overflow, hidden)}.ran-player.ran-player-buffering:before{content:"";position:absolute;inset:0;z-index:var(--ran-player-loading-mask-z-index, 10);background:var(--ran-player-loading-mask-background, rgba(0, 0, 0, .35));-webkit-backdrop-filter:var(--ran-player-loading-mask-backdrop-filter, blur(1px));backdrop-filter:var(--ran-player-loading-mask-backdrop-filter, blur(1px));pointer-events:none}.ran-player.ran-player-buffering:after{content:"";position:var(--ran-player-loading-position, absolute);z-index:var(--ran-player-loading-z-index, 11);top:var(--ran-player-loading-top, calc(50% - 36px) );left:var(--ran-player-loading-left, calc(50% - 36px) );width:var(--ran-player-loading-width, 72px);height:var(--ran-player-loading-height, 72px);background-position:var(--ran-player-loading-background-position, center);background-repeat:var(--ran-player-loading-background-repeat, no-repeat);background-size:var(--ran-player-loading-background-size, contain);animation:var(--ran-player-loading-animation, loading 1s steps(1) infinite);filter:var(--ran-player-loading-filter, drop-shadow(0 2px 8px rgba(0, 0, 0, .6)));pointer-events:none}.ran-player-contain{width:var(--ran-player-contain-width, 100%);height:var(--ran-player-contain-height, 100%)}.ran-player-contain-video{width:var(--ran-player-contain-video-width, 100%);height:var(--ran-player-contain-video-height, 100%)}.ran-player video::-webkit-media-controls-fullscreen-button{display:none}.ran-player video::-webkit-media-controls-play-button{display:none}.ran-player video::-webkit-media-controls-timeline{display:none}.ran-player video::-webkit-media-controls-current-time-display{display:none}.ran-player video::-webkit-media-controls-time-remaining-display{display:none}.ran-player video::-webkit-media-controls-mute-button{display:none}.ran-player video::-webkit-media-controls-toggle-closed-captions-button{display:none}.ran-player video::-webkit-media-controls-volume-slider{display:none}.ran-player video::-webkit-media-controls-enclosure{display:none}.ran-player video{outline:none}.ran-player .prism-player{position:var(--ran-player-prism-position, relative)}.ran-player-play-btn{background:var(--ran-player-play-btn-background, url(data:image/png;base64,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) no-repeat);background-size:var(--ran-player-play-btn-background-size, contain);width:var(--ran-player-play-btn-width, 64px);height:var(--ran-player-play-btn-height, 64px);position:var(--ran-player-play-btn-position, absolute);top:var(--ran-player-play-btn-top, 50%);left:var(--ran-player-play-btn-left, 50%);transform:var(--ran-player-play-btn-transform, translate(-50%, -50%))}.ran-player .prism-auto-stream-selector{display:var(--ran-player-prism-auto-stream-selector-display, none)}.ran-player-controller{position:var(--ran-player-controller-position, absolute);bottom:var(--ran-player-controller-bottom, 0);left:var(--ran-player-controller-left, 0);background:var(--ran-player-controller-background, linear-gradient(180deg, rgba(217, 217, 217, .5) 0%, rgba(91, 91, 91, .5) 100%));width:var(--ran-player-controller-width, calc(100% - 32px) );height:var(--ran-player-controller-height, 34px);padding:var(--ran-player-controller-padding, 16px);opacity:var(--ran-player-controller-opacity, 0);transition:var(--ran-player-controller-transition, opacity .5s);box-sizing:var(--ran-player-controller-box-sizing, content-box)}.ran-player-controller-tip{position:var(--ran-player-controller-tip-position, absolute);top:var(--ran-player-controller-tip-top, -12px);max-width:var(--ran-player-controller-tip-max-width, 60px);height:var(--ran-player-controller-tip-height, 24px);line-height:var(--ran-player-controller-tip-line-height, 9px);transform-origin:var(--ran-x, 50%) var(--ran-y, 50%);box-sizing:var(--ran-player-controller-tip-box-sizing, border-box);margin:var(--ran-player-controller-tip-margin, 0);padding:var(--ran-player-controller-tip-padding, 4px 6px);color:var(--ran-player-controller-tip-color, #fff);font-size:var(--ran-player-controller-tip-font-size, 10px);list-style:var(--ran-player-controller-tip-list-style, none);font-family:var(--ran-player-controller-tip-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");z-index:var(--ran-player-controller-tip-z-index, 100);font-variant:var(--ran-player-controller-tip-font-variant, initial);background:var(--ran-player-controller-tip-background, rgba(0, 0, 0, .5));border-radius:var(--ran-player-controller-tip-border-radius, 8px);outline:var(--ran-player-controller-tip-outline, none);box-shadow:var(--ran-player-controller-tip-box-shadow, 0 6px 16px 0 rgba(0, 0, 0, .08), 0 3px 6px -4px rgba(0, 0, 0, .12), 0 9px 28px 8px rgba(0, 0, 0, .05));overflow:var(--ran-player-controller-tip-overflow, hidden);white-space:var(--ran-player-controller-tip-white-space, nowrap);text-overflow:var(--ran-player-controller-tip-text-overflow, ellipsis);opacity:var(--ran-player-controller-tip-opacity, 0);text-align:var(--ran-player-controller-tip-text-align, center)}.ran-player-controller-tip-time{margin-top:var(--ran-player-controller-tip-time-margin-top, 4px);max-width:var(--ran-player-controller-tip-time-max-width, 80px);overflow:var(--ran-player-controller-tip-time-overflow, hidden);white-space:var(--ran-player-controller-tip-time-white-space, nowrap);text-overflow:var(--ran-player-controller-tip-time-text-overflow, ellipsis);text-align:var(--ran-player-controller-tip-time-text-align, center)}.ran-player-controller-tip-text{margin-top:var(--ran-player-controller-tip-text-margin-top, 4px);max-width:var(--ran-player-controller-tip-text-max-width, 80px);overflow:var(--ran-player-controller-tip-text-overflow, hidden);white-space:var(--ran-player-controller-tip-text-white-space, nowrap);text-overflow:var(--ran-player-controller-tip-text-text-overflow, ellipsis);text-align:var(--ran-player-controller-tip-text-text-align, center)}.ran-player-controller-progress{position:var(--ran-player-controller-progress-position, relative);width:var(--ran-player-controller-progress-width, 100%);height:var(--ran-player-controller-progress-height, 4px);cursor:var(--ran-player-controller-progress-cursor, pointer);box-sizing:var(--ran-player-controller-progress-box-sizing, content-box)}.ran-player-controller-progress:focus{outline:var(--ran-player-controller-progress-focus-outline, 0);-webkit-tap-highlight-color:transparent}.ran-player-controller-progress:active{outline:var(--ran-player-controller-progress-active-outline, 0);-webkit-tap-highlight-color:transparent}.ran-player-controller-progress-wrap{width:var(--ran-player-controller-progress-wrap-width, 100%);height:var(--ran-player-controller-progress-wrap-height, 100%);border-radius:var(--ran-player-controller-progress-wrap-border-radius, 20px);background:var(--ran-player-controller-progress-wrap-background, rgba(255, 255, 255, .3));position:var(--ran-player-controller-progress-wrap-position, relative);overflow:var(--ran-player-controller-progress-wrap-overflow, hidden);pointer-events:var(--ran-player-controller-progress-wrap-pointer-events, none);box-sizing:var(--ran-player-controller-progress-wrap-box-sizing, content-box)}.ran-player-controller-progress-wrap-buffer{position:var(--ran-player-controller-progress-wrap-buffer-position, absolute);top:var(--ran-player-controller-progress-wrap-buffer-top, 0px);left:var(--ran-player-controller-progress-wrap-buffer-left, 0);height:var(--ran-player-controller-progress-wrap-buffer-height, 100%);width:var(--ran-player-controller-progress-wrap-buffer-width, 100%);transform:var(--ran-player-controller-progress-wrap-buffer-transform, scaleX(0));transform-origin:var(--ran-player-controller-progress-wrap-buffer-transform-origin, 0 0);will-change:var(--ran-player-controller-progress-wrap-buffer-will-change, transform);background:var(--ran-player-controller-progress-wrap-buffer-background, rgba(255, 255, 255, .45));border-radius:var(--ran-player-controller-progress-wrap-buffer-border-radius, 20px);box-sizing:var(--ran-player-controller-progress-wrap-buffer-box-sizing, content-box);z-index:var(--ran-player-controller-progress-wrap-buffer-z-index, 1)}.ran-player-controller-progress-wrap-value{position:var(--ran-player-controller-progress-wrap-value-position, absolute);top:var(--ran-player-controller-progress-wrap-value-top, 0px);left:var(--ran-player-controller-progress-wrap-value-left, 0);height:var(--ran-player-controller-progress-wrap-value-height, 100%);width:var(--ran-player-controller-progress-wrap-value-width, 100%);transform:var(--ran-player-controller-progress-wrap-value-transform, scaleX(0));transform-origin:var(--ran-player-controller-progress-wrap-value-transform-origin, 0 0);will-change:var(--ran-player-controller-progress-wrap-value-will-change, transform);background:var(--ran-player-controller-progress-wrap-value-background, rgba(255, 255, 255, .8));border-radius:var(--ran-player-controller-progress-wrap-value-border-radius, 20px);box-sizing:var(--ran-player-controller-progress-wrap-value-box-sizing, content-box);cursor:var(--ran-player-controller-progress-wrap-value-cursor, pointer);z-index:var(--ran-player-controller-progress-wrap-value-z-index, 2)}.ran-player-controller-progress-dot{position:var(--ran-player-controller-progress-dot-position, absolute);top:var(--ran-player-controller-progress-dot-top, -2px);left:var(--ran-player-controller-progress-dot-left, -2px);border-radius:var(--ran-player-controller-progress-dot-border-radius, 50%);z-index:var(--ran-player-controller-progress-dot-z-index, 9);width:var(--ran-player-controller-progress-dot-width, 8px);height:var(--ran-player-controller-progress-dot-height, 8px);background:var(--ran-player-controller-progress-dot-background, #ffffff);cursor:var(--ran-player-controller-progress-dot-cursor, pointer)}.ran-player-controller-bottom{margin-top:var(--ran-player-controller-bottom-margin-top, 8px);width:var(--ran-player-controller-bottom-width, 100%);display:var(--ran-player-controller-bottom-display, flex);justify-content:var(--ran-player-controller-bottom-justify-content, space-between);align-items:var(--ran-player-controller-bottom-align-items, center)}.ran-player-controller-bottom-left{-webkit-user-select:var(--ran-player-controller-bottom-left-user-select, none);user-select:var(--ran-player-controller-bottom-left-user-select, none);display:var(--ran-player-controller-bottom-left-display, flex);justify-content:var(--ran-player-controller-bottom-left-justify-content, flex-start);align-items:var(--ran-player-controller-bottom-left-align-items, center)}.ran-player-controller-bottom-left-btn{width:var(--ran-player-controller-bottom-left-btn-width, 20px);height:var(--ran-player-controller-bottom-left-btn-height, 20px);cursor:var(--ran-player-controller-bottom-left-btn-cursor, pointer);outline:var(--ran-player-controller-bottom-left-btn-outline, 0);-webkit-tap-highlight-color:transparent}.ran-player-controller-bottom-left-btn:active,.ran-player-controller-bottom-left-btn:focus{outline:var(--ran-player-controller-bottom-left-btn-focus-outline, 0);-webkit-tap-highlight-color:transparent}.ran-player-controller-bottom-left-btn-play{background:var(--ran-player-controller-bottom-left-btn-play-background, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAA8JJREFUeAHtmktoE0EYxzPZpA001M1mRVFQUETBixcP3r148SYIgngRm7ZQKSgqUlAQUdCD9VBE0INY8HHw4gMfIB5EraBIsRX0pijdTZqa2qZ5jP+tNp2mSbvZ7mOmnYWw385jM//ffDP7zeyGQvKQBCQBSUASkAQkAUmgQQKGYTxIp9MbGqzGXfGw0xbRUGhvqVz+bKTTxymlUaf3CboecdqAEcMAg38HIWQwTEhK07RXM2minB17ACsQHrC9TOlLwzRvjI2N6Wwe77YrACyRgEDwOzRVKAybpnnYuuZdvNU+x41kh0AtoRgWr5VwOJVIJD7WyuclzTUPqBYED9iFSXJgxDQvwY5X5/Ny7ZkHsALhDd/xR13JZPI+m86D7ZkHsOLgAesxSd6DNzwcHR3dxOYFbfsCoCKS0j2FYnEQQdRpQGmqpAdo+DIEaunDHw+HIpF2XVVf1Mr3K81fD2BUIYraSovF5/CGW7lcbg2T5asZGIAZlQBxYDKfH0ZI3Y5h4Xt7AhsCMwDYMxrzjkYiqdWq+p5N99L2nfhCYuANO0mp9Bbe0IuV5qqFyrqVxxUAS5Q1DGi53IkgaggQ9rsltN59uAPANHQtIPRjgfU0m81uYdJdNXkGMC0UHrEbC6xPCKLOwI65qh4342oStCHuK/YdOhBSP7FR1lYR7j2gSsVmhNSPMSzujIyPr6vKc3QpGoBpkRgK+8jExBD2HbpgK46U/68k2hCYr5WQD9iJadN1/c38zMVThPSAObIo3RHC5gu8oQ8rzcScPBsX4gOASAwDgrnhCFaaQ1hbHLShu1JkWQCoqHHwVIswlYU1seNk7cBeUxTlpKqqmUaEiA8AkyDGQFvS4SQoLAD0+G/0fA9exvTiXGqk19myQgKA4Ls0Fjuqt7T8YMU4sUUD4HooLAqAPJ71F3RNO4/en3TS0/XqcA8Agp81RaMdra2tX+qJWEo6zwB+4tVaNya5/qUIXKwud4EQerxMwuGrEL/Na/EWHK48AI+2AaoobX5uinIBAL2exSR3KplI9FkesJjbupkfOAD0+u1Yc3N3PB7/5aYwu/cKDACEc/FqLAgAkxB/Dvt6F+HuU3Z7yqty/gIg5FFUUTqxYvvmlaBG7+sLAPQ0tx9IeAoAwkt43XUlqWk9sHON9o4f5T0DAMFCfCTlOgAIT2OSO4Eo7jpsOADfh6sAIPgmFi7HsHAx+JY92zpXAEC4sJ/KLhXAHyxcziKEvQwIhVmuK8CyPpfPZDIbV4BUKVESkAQkAUlAEpAElimBv8g7O0lnTWYLAAAAAElFTkSuQmCC) no-repeat);background-size:var(--ran-player-controller-bottom-left-btn-play-background-size, contain)}.ran-player-controller-bottom-left-btn-pause{background:var(--ran-player-controller-bottom-left-btn-pause-background, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAAHdbkFIAAAAAXNSR0IArs4c6QAAAQdJREFUeAHtmdkOwjAMBFv+/5+hllhkKrlRz0B38uIoh2OPVyGiw3BYe75bOMz9R+uECxa0QjhyPnKXv9y/IM3mEYrrPDvOXWcE49Q0X43vzgEHQuxtP0oLDJXaqvHYg5Bg8Bs6iChofQl8XSfzUPI1kufyD14eX7s+9u6+jnIAW/oEAAEIQKA7gS2XF3sgAIF7EeBJ1v0qJgAIQAACEIAABCAAge4E7vXGJxsIQAACEIDAvxFY/H9qKZnq82C1p/rMWK0/27/OtX8LAUBScLUowLXyyhsFiISrRQGulVfeKEAkXC0KcK288kYBIuFqUYBr5ZU3ChAJV4sCXCtP3hCAAAQgMBF4AShmQIQewFksAAAAAElFTkSuQmCC) no-repeat);background-size:var(--ran-player-controller-bottom-left-btn-pause-background-size, contain)}.ran-player-controller-bottom-left-time{margin-left:var(--ran-player-controller-bottom-left-time-margin-left, 16px);display:var(--ran-player-controller-bottom-left-time-display, flex);justify-content:var(--ran-player-controller-bottom-left-time-justify-content, flex-start);align-items:var(--ran-player-controller-bottom-left-time-align-items, center)}.ran-player-controller-bottom-left-time-current{color:var(--ran-player-controller-bottom-left-time-current-color, #fff);font-family:var(--ran-player-controller-bottom-left-time-current-font-family, PingFang SC);font-size:var(--ran-player-controller-bottom-left-time-current-font-size, 12px);min-width:var(--ran-player-controller-bottom-left-time-current-min-width, 40px);font-style:var(--ran-player-controller-bottom-left-time-current-font-style, normal);font-weight:var(--ran-player-controller-bottom-left-time-current-font-weight, 400);line-height:var(--ran-player-controller-bottom-left-time-current-line-height, normal);text-align:var(--ran-player-controller-bottom-left-time-current-text-align, center);position:var(--ran-player-controller-bottom-left-time-current-position, relative);top:var(--ran-player-controller-bottom-left-time-current-top, 2px)}.ran-player-controller-bottom-left-time-divide{color:var(--ran-player-controller-bottom-left-time-divide-color, #fff);font-family:var(--ran-player-controller-bottom-left-time-divide-font-family, PingFang SC);font-size:var(--ran-player-controller-bottom-left-time-divide-font-size, 12px);font-style:var(--ran-player-controller-bottom-left-time-divide-font-style, normal);font-weight:var(--ran-player-controller-bottom-left-time-divide-font-weight, 400);line-height:var(--ran-player-controller-bottom-left-time-divide-line-height, normal);margin:var(--ran-player-controller-bottom-left-time-divide-margin, 0 2px);text-align:var(--ran-player-controller-bottom-left-time-divide-text-align, center);position:var(--ran-player-controller-bottom-left-time-divide-position, relative);top:var(--ran-player-controller-bottom-left-time-divide-top, 2px)}.ran-player-controller-bottom-left-time-duration{color:var(--ran-player-controller-bottom-left-time-duration-color, #fff);font-family:var(--ran-player-controller-bottom-left-time-duration-font-family, PingFang SC);font-size:var(--ran-player-controller-bottom-left-time-duration-font-size, 12px);font-style:var(--ran-player-controller-bottom-left-time-duration-font-style, normal);font-weight:var(--ran-player-controller-bottom-left-time-duration-font-weight, 400);line-height:var(--ran-player-controller-bottom-left-time-duration-line-height, normal);min-width:var(--ran-player-controller-bottom-left-time-duration-min-width, 40px);text-align:var(--ran-player-controller-bottom-left-time-duration-text-align, center);position:var(--ran-player-controller-bottom-left-time-duration-position, relative);top:var(--ran-player-controller-bottom-left-time-duration-top, 2px)}.ran-player-controller-bottom-right{-webkit-user-select:var(--ran-player-controller-bottom-right-user-select, none);user-select:var(--ran-player-controller-bottom-right-user-select, none);display:var(--ran-player-controller-bottom-right-display, flex);justify-content:var(--ran-player-controller-bottom-right-justify-content, flex-end);align-items:var(--ran-player-controller-bottom-right-align-items, center)}.ran-player-controller-bottom-right-volume{display:var(--ran-player-controller-bottom-right-volume-display, flex);justify-content:var(--ran-player-controller-bottom-right-volume-justify-content, space-between);align-items:var(--ran-player-controller-bottom-right-volume-align-items, center);margin-right:var(--ran-player-controller-bottom-right-volume-margin-right, 12px);cursor:var(--ran-player-controller-bottom-right-align-volume-cursor, pointer)}.ran-player-controller-bottom-right-volume-icon-volume{background:var(--ran-player-controller-bottom-right-align-volume-icon-volume-background, url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cg%20opacity='0.8'%3e%3cpath%20d='M7.12053%2017.4845L7.42033%2016.797L7.27695%2016.7345H7.12053V17.4845ZM7.00016%207.48447V8.23447H7.1541L7.2956%208.17383L7.00016%207.48447ZM12.6061%205.08193L12.3106%204.39257L12.3106%204.39257L12.6061%205.08193ZM12.6003%2019.8741L12.3005%2020.5616L12.6003%2019.8741ZM7.12053%2016.7345H5V18.2345H7.12053V16.7345ZM5%2016.7345C4.30964%2016.7345%203.75%2016.1748%203.75%2015.4845H2.25C2.25%2017.0033%203.48122%2018.2345%205%2018.2345V16.7345ZM3.75%2015.4845V9.48447H2.25V15.4845H3.75ZM3.75%209.48447C3.75%208.79411%204.30964%208.23447%205%208.23447V6.73447C3.48122%206.73447%202.25%207.96569%202.25%209.48447H3.75ZM5%208.23447H7.00016V6.73447H5V8.23447ZM7.2956%208.17383L12.9015%205.77129L12.3106%204.39257L6.70472%206.79511L7.2956%208.17383ZM12.9015%205.77129C13.0665%205.70059%2013.25%205.8216%2013.25%206.00108H14.75C14.75%204.74472%2013.4654%203.89767%2012.3106%204.39257L12.9015%205.77129ZM13.25%206.00108V18.9575H14.75V6.00108H13.25ZM13.25%2018.9575C13.25%2019.1377%2013.0652%2019.2587%2012.9001%2019.1867L12.3005%2020.5616C13.4565%2021.0657%2014.75%2020.2186%2014.75%2018.9575H13.25ZM12.9001%2019.1867L7.42033%2016.797L6.82073%2018.1719L12.3005%2020.5616L12.9001%2019.1867Z'%20fill='white'/%3e%3cpath%20d='M17.625%2010.4849C17.8679%2011.2753%2017.9986%2012.1148%2017.9986%2012.9849C17.9986%2013.8549%2017.8679%2014.6944%2017.625%2015.4849'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20d='M19.3359%206.48486C20.3972%208.41302%2021.0009%2010.6284%2021.0009%2012.9849C21.0009%2014.9436%2020%2017.4849%2019.3359%2018.4849'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") no-repeat);background-size:var(--ran-player-controller-bottom-right-align-volume-icon-volume-background-size, contain)}.ran-player-controller-bottom-right-volume-icon-mute{background:var(--ran-player-controller-bottom-right-align-volume-icon-mute-background, url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cg%20opacity='0.8'%3e%3cpath%20d='M7.15802%2017.4845L7.4592%2016.7976L7.31522%2016.7345H7.15802V17.4845ZM7.00016%207.48447V8.23447H7.1541L7.2956%208.17383L7.00016%207.48447ZM12.6061%205.08193L12.3106%204.39257L12.3106%204.39257L12.6061%205.08193ZM12.5984%2019.87L12.8996%2019.1831H12.8996L12.5984%2019.87ZM7.15802%2016.7345H5V18.2345H7.15802V16.7345ZM5%2016.7345C4.30964%2016.7345%203.75%2016.1748%203.75%2015.4845H2.25C2.25%2017.0033%203.48122%2018.2345%205%2018.2345V16.7345ZM3.75%2015.4845V9.48447H2.25V15.4845H3.75ZM3.75%209.48447C3.75%208.79411%204.30964%208.23447%205%208.23447V6.73447C3.48122%206.73447%202.25%207.96569%202.25%209.48447H3.75ZM5%208.23447H7.00016V6.73447H5V8.23447ZM7.2956%208.17383L12.9015%205.77129L12.3106%204.39257L6.70472%206.79511L7.2956%208.17383ZM12.9015%205.77129C13.0665%205.70059%2013.25%205.8216%2013.25%206.00108H14.75C14.75%204.74472%2013.4654%203.89767%2012.3106%204.39257L12.9015%205.77129ZM13.25%206.00108V18.9542H14.75V6.00108H13.25ZM13.25%2018.9542C13.25%2019.1345%2013.0648%2019.2555%2012.8996%2019.1831L12.2972%2020.5568C13.4536%2021.0639%2014.75%2020.2168%2014.75%2018.9542H13.25ZM12.8996%2019.1831L7.4592%2016.7976L6.85684%2018.1713L12.2972%2020.5568L12.8996%2019.1831Z'%20fill='white'/%3e%3c/g%3e%3cg%20opacity='0.8'%3e%3cpath%20d='M18%2014.2427L22.2426%2010'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22.2422%2014.2427L17.9995%2010'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") no-repeat);background-size:var(--ran-player-controller-bottom-right-align-volume-icon-mute-background-size, contain)}.ran-player-controller-bottom-right-volume-icon{width:var(--ran-player-controller-bottom-right-align-volume-icon-width, 18px);height:var(--ran-player-controller-bottom-right-align-volume-icon-height, 18px);margin-right:6px}.ran-player-controller-bottom-right-volume-progress{width:var(--ran-player-controller-bottom-right-align-volume-progress-width, 50px);--ran-progress-wrap-height: 4px;--ran-progress-wrap-background: rgba(255, 255, 255, .3);--ran-progress-wrap-value-background: rgba(255, 255, 255, .8);--ran-progress-dot-top: -2px;--ran-progress-dot-left: -4px;--ran-progress-dot-width: 8px;--ran-progress-dot-height: 8px;--ran-progress-dot-background: #ffffff}.ran-player-controller-bottom-right-volume-progress .ran-progress-wrap{--ran-progress-wrap-height: 4px;--ran-progress-wrap-background: rgba(255, 255, 255, .3)}.ran-player-controller-bottom-right-volume-progress .ran-progress-wrap-value{--ran-progress-wrap-value-background: rgba(255, 255, 255, .8)}.ran-player-controller-bottom-right-volume-progress .ran-progress-dot{--ran-progress-dot-top: -2px;--ran-progress-dot-left: -4px;--ran-progress-dot-width: 8px;--ran-progress-dot-height: 8px;--ran-progress-dot-background: #ffffff}.ran-player-controller-bottom-right-speed{width:var(--ran-player-controller-bottom-right-align-speed-width, 30px);height:var(--ran-player-controller-bottom-right-align-speed-height, 20px);color:var(--ran-player-controller-bottom-right-align-speed-color, #fff);font-family:var(--ran-player-controller-bottom-right-align-speed-font-family, PingFang SC);font-size:var(--ran-player-controller-bottom-right-align-speed-font-size, 14px);font-style:var(--ran-player-controller-bottom-right-align-speed-font-style, normal);font-weight:var(--ran-player-controller-bottom-right-align-speed-font-weight, 400);line-height:var(--ran-player-controller-bottom-right-align-speed-line-height, normal);margin-right:var(--ran-player-controller-bottom-right-align-speed-margin-right, 22px);cursor:var(--ran-player-controller-bottom-right-align-speed-cursor, pointer);outline:var(--ran-player-controller-bottom-right-align-speed-outline, 0);-webkit-tap-highlight-color:transparent}.ran-player-controller-bottom-right-speed:active,.ran-player-controller-bottom-right-speed:focus{outline:var(--ran-player-controller-bottom-right-align-speed-focus-outline, 0);-webkit-tap-highlight-color:transparent}.ran-player-controller-bottom-right-speed r-select{width:46px;height:20px;outline:0;-webkit-tap-highlight-color:transparent}.ran-player-controller-bottom-right-speed r-select:active,.ran-player-controller-bottom-right-speed r-select:focus{outline:0;-webkit-tap-highlight-color:transparent}.ran-player-controller-bottom-right-speed r-select:hover{border:none}.ran-player-controller-bottom-right-speed r-select::part(selection){background-color:transparent;padding:0;border:none}.ran-player-controller-bottom-right-speed r-select::part(icon){display:none}.ran-player-controller-bottom-right-speed r-select::part(selection-item){width:100%;text-align:center;left:0;color:#fff;font-size:12px}.ran-player-controller-bottom-right-clarity{color:var(--ran-player-controller-bottom-right-align-clarity-color, #fff);font-family:var(--ran-player-controller-bottom-right-align-clarity-font-family, PingFang SC);font-size:var(--ran-player-controller-bottom-right-align-clarity-font-size, 14px);width:var(--ran-player-controller-bottom-right-align-clarity-width, 30px);height:var(--ran-player-controller-bottom-right-align-clarity-height, 20px);font-style:var(--ran-player-controller-bottom-right-align-clarity-font-style, normal);font-weight:var(--ran-player-controller-bottom-right-align-clarity-font-weight, 400);line-height:var(--ran-player-controller-bottom-right-align-clarity-line-height, normal);cursor:var(--ran-player-controller-bottom-right-align-clarity-cursor, pointer);margin-right:var(--ran-player-controller-bottom-right-align-clarity-margin-right, 12px);outline:var(--ran-player-controller-bottom-right-align-clarity-outline, 0);-webkit-tap-highlight-color:transparent}.ran-player-controller-bottom-right-clarity:active,.ran-player-controller-bottom-right-clarity:focus{outline:var(--ran-player-controller-bottom-right-align-clarity-focus-outline, 0);-webkit-tap-highlight-color:transparent}.ran-player-controller-bottom-right-clarity r-select{width:46px;height:20px;outline:0;-webkit-tap-highlight-color:transparent}.ran-player-controller-bottom-right-clarity r-select:active,.ran-player-controller-bottom-right-clarity r-select:focus{outline:0;-webkit-tap-highlight-color:transparent}.ran-player-controller-bottom-right-clarity r-select::part(selection){background-color:transparent;padding:0;border:none}.ran-player-controller-bottom-right-clarity r-select::part(icon){display:none}.ran-player-controller-bottom-right-clarity r-select::part(selection-item){width:100%;text-align:center;left:0;color:#fff;font-size:12px}.ran-player-controller-bottom-right-knowledge{color:var(--ran-player-controller-bottom-right-align-knowledge-color, #fff);font-family:var(--ran-player-controller-bottom-right-align-knowledge-font-family, PingFang SC);font-size:var(--ran-player-controller-bottom-right-align-knowledge-font-size, 14px);font-style:var(--ran-player-controller-bottom-right-align-knowledge-font-style, normal);font-weight:var(--ran-player-controller-bottom-right-align-knowledge-font-weight, 400);line-height:var(--ran-player-controller-bottom-right-align-knowledge-line-height, normal);margin-right:var(--ran-player-controller-bottom-right-align-knowledge-margin-right, 24px);cursor:var(--ran-player-controller-bottom-right-align-knowledge-cursor, pointer)}.ran-player-controller-bottom-right-full{background:var(--ran-player-controller-bottom-right-align-full-background, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGFSURBVHgB7VjRcYJAEN1j/KUAKcAUYAGhAK3AAvxPA1pAGrCAVBD/QwGhACnAFGABZF+yMMt5es4IBx/3ZnaUu2PfOzjg9hlyoK7rlH9yjrmj+2yMOdID4DzrGzkqjhPn+bE7Zg4hbxxruk9EPlEiZucZgxwHLSxRnZjJh09Mz1hBkHD/wSgxB45MDS7p/9JerCR93LKlRJuTY8N5L82JO45viS+OJQ0M5siFq+HdNx1z1YjIKRAwcYs7xRp6UWNKvmwFBQJzYVmUqukVghaqoaTwqNT/LKHx0XlopiCogyjIBwjS35Mzhcc1P96oHCsaCWPzR0RERFxhSi/Gma4OHqkmhhCj+fEt05vwjMKjwx+3Hz5MXlBKI8PeoC0oPHRRWkFQoTtDVK0NpCjVfKdE6ulP1fgeonqViWt35AgXpDEbsHbgfNhmg6twfNZsABeWhm02bFtBcrLLAbmFfR/+kC0GB+1TJg1b6t6+oYFJbbRhZVyj5GrBhHA9dX34QxBQtH6Qwi//yug9jgFQZgAAAABJRU5ErkJggg==));background-size:var(--ran-player-controller-bottom-right-align-full-background-size, contain);width:var(--ran-player-controller-bottom-right-align-full-width, 16px);height:var(--ran-player-controller-bottom-right-align-full-height, 16px);cursor:var(--ran-player-controller-bottom-right-align-full-cursor, pointer)}`,wh=as(),_o=class extends ls(){ctx;_player;_container;_playerController;_playerBtn;_progress;_progressDot;_progressWrap;_progressWrapBuffer;_progressWrapValue;requestAnimationFrameId;moveProgress;_isSeeking;_wasPlayingBeforeSeek;_isBuffering;_isSwitchingSource;_playerControllerBottom;_playerControllerBottomRight;_playerControllerBottomLeft;_playerControllerBottomPlayBtn;_playerControllerBottomTimeCurrent;_playerControllerBottomTimeDuration;_playerControllerBottomTimeDivide;_playControllerBottomClarity;_playControllerBottomSpeed;_playControllerBottomSpeedIcon;_playControllerBottomVolumeProgress;_playControllerBottomRightFullScreen;_playControllerBottomVolume;_playControllerBottomSpeedPopover;controllerBarTimeId;_playerTip;_playerTipTime;_playerTipText;_shadowDom;_volume;_video;_hls;_pendingPlaybackRestore;static get observedAttributes(){return["src","volume","currentTime","currenttime","playbackRate","playbackrate","debug","sheet"]}constructor(){super(),this._shadowDom=gt(this,yh),this.innerHTML="";const i=bh({shadowDom:this._shadowDom,speedOptions:Zd,onSpeedChange:this.changeSpeed});this._player=i.player,this._container=i.container,this._playerBtn=i.playerBtn,this._progress=i.progress,this._progressWrap=i.progressWrap,this._progressWrapBuffer=i.progressWrapBuffer,this._progressWrapValue=i.progressWrapValue,this._progressDot=i.progressDot,this._playerControllerBottom=i.playerControllerBottom,this._playerControllerBottomRight=i.playerControllerBottomRight,this._playerControllerBottomLeft=i.playerControllerBottomLeft,this._playerControllerBottomPlayBtn=i.playerControllerBottomPlayBtn,this._playerControllerBottomTimeCurrent=i.playerControllerBottomTimeCurrent,this._playerControllerBottomTimeDivide=i.playerControllerBottomTimeDivide,this._playerControllerBottomTimeDuration=i.playerControllerBottomTimeDuration,this._playControllerBottomSpeed=i.playControllerBottomSpeed,this._playControllerBottomSpeedPopover=i.playControllerBottomSpeedPopover,this._playControllerBottomVolume=i.playControllerBottomVolume,this._playControllerBottomVolumeProgress=i.playControllerBottomVolumeProgress,this._playControllerBottomSpeedIcon=i.playControllerBottomSpeedIcon,this._playControllerBottomClarity=i.playControllerBottomClarity,this._playControllerBottomRightFullScreen=i.playControllerBottomRightFullScreen,this._playerController=i.playerController,this._playerTip=i.playerTip,this._playerTipTime=i.playerTipTime,this._playerTipText=i.playerTipText,this.ctx=ph(new rs),this.applyRuntimeState(mh()),this._isSwitchingSource=!1}get src(){return this.getAttribute("src")||""}set src(i){this.setAttribute("src",i||"")}get debug(){return this.getAttribute("debug")||""}set debug(i){this.setAttribute("debug",i||"")}get volume(){return this.getAttribute("volume")||""}set volume(i){this.setAttribute("volume",i||"")}get currentTime(){return this.getAttribute("currentTime")||""}set currentTime(i){this.setAttribute("currentTime",i||"")}get playbackRate(){return this.getAttribute("playbackRate")||""}set playbackRate(i){this.setAttribute("playbackRate",i||"")}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};getRuntimeState=()=>({moveProgress:this.moveProgress,isSeeking:this._isSeeking,wasPlayingBeforeSeek:this._wasPlayingBeforeSeek,isBuffering:this._isBuffering,pendingPlaybackRestore:this._pendingPlaybackRestore});applyRuntimeState=i=>{this.moveProgress=i.moveProgress,this._isSeeking=i.isSeeking,this._wasPlayingBeforeSeek=i.wasPlayingBeforeSeek,this._isBuffering=i.isBuffering,this._pendingPlaybackRestore=i.pendingPlaybackRestore};resetTransientState=()=>{const i=this.getRuntimeState();vh(i),this.applyRuntimeState(i)};capturePlaybackSnapshot=()=>ah({currentTime:this.getCurrentTime(),playbackRate:this.getPlaybackRate()||this.ctx.playbackRate||1,volume:this.getVolume()||this.ctx.volume,shouldResume:Xo(this._video)});restorePlaybackSnapshot=i=>{if(this.setCurrentTime(i.currentTime),this.setPlaybackRate(i.playbackRate),this.setVolume(i.volume),i.shouldResume){this.safePlay(!0);return}this.pause()};changeClarity=i=>{this.ctx.clarity=i.detail.value;const d=this.ctx.levelMap.get(i.detail.value);d&&this._hls&&(this._pendingPlaybackRestore=this.capturePlaybackSnapshot(),this._isSwitchingSource=!0,this.setLoadingState(!0),this._hls.loadSource(d),this._hls.startLoad())};createClaritySelect=()=>{const{levels:i}=this.ctx;if(this._playControllerBottomClarity.innerHTML="",i.length<=0)return;const d=document.createDocumentFragment();i.forEach(k=>{const{name:S,url:F}=k;if(!S||!F)return;this.ctx.levelMap.set(S,F);const U=ot("r-option").attr("value",S).text(S).build();d.appendChild(U)});const g=this._player.getAttribute("id"),m=ot("r-select").attr("value",this.ctx.clarity||"Auto").attr("type","text").attr("trigger","hover,click").attr("placement","top").attr("dropdownclass","video-clarity-dropdown").children(d).build();g&&m.setAttribute("getPopupContainerId",g),m.addEventListener("change",this.changeClarity),this._playControllerBottomClarity.appendChild(m)};manifestLoaded=(i,d)=>{if(i==="hlsManifestLoaded"){const{url:g,levels:m=[]}=d;if(m.length<=0)return;const k=ch({levels:m,manifestUrl:g,existingLevelMap:this.ctx.levelMap});this.ctx.levels.push(...k.levels),k.levelMapEntries.forEach(([S,F])=>this.ctx.levelMap.set(S,F)),this.ctx.url=g,this.createClaritySelect(),this.change("hlsManifestLoaded",{data:d})}};updatePlayer=()=>{const i=window.Hls;!i&&this.debug&&console.warn("r-player: Hls.js is not loaded from window.Hls"),Ah(this.ctx),this._playControllerBottomClarity.innerHTML="",this.innerHTML="",this._shadowDom.contains(this._player)||this._shadowDom.appendChild(this._player),this._isSwitchingSource=!1,this.setLoadingState(!1),this.resetTransientState(),this._container.innerHTML="",this._video=ot("video").class("ran-player-video").attr("preload","auto").attr("x5-video-player-type","h5").attr("x5-video-orientation","portrait").attr("webkit-playsinline","true").attr("playsinline","true").attr("controls","false").attr("initial-time","0.01").build(),this._video.controls=!1;try{this._hls=sh({video:this._video,src:this.src,Hls:i,existingHls:this._hls,onManifestLoaded:this.manifestLoaded,onHlsError:this.hlsError}),this._container.contains(this._video)||this._container.appendChild(this._video),this._video.parentElement?.setAttribute("class","ran-player-contain"),this.listenEvent()}catch(d){this.debug&&console.warn("r-player update player error:",d)}};hlsError=(i,d)=>{this._isSwitchingSource=!1,this.setLoadingState(!1),this.change("hlsError",{event:i,data:d}),this._video&&(this._video.src=this.src)};change=(i,d)=>{const g=this.getCurrentTime(),m=this.getTotalTime();this.debug,this.dispatchEvent(new CustomEvent("change",{detail:{type:i,data:d,currentTime:g,duration:m,tag:this}}))};onCanplay=i=>{this.ctx.currentState=i.type,this._isSwitchingSource=!1,this.setLoadingState(!1),si(this._playerControllerBottomPlayBtn,!1),this.change("canplay",i),this.resize()};onCanplaythrough=i=>{this.ctx.currentState=i.type,this._isSwitchingSource=!1,this.setLoadingState(!1),this.change("canplaythrough",i)};onComplete=i=>{this.ctx.currentState=i.type,this.change("complete",i)};onDurationchange=i=>{this.ctx.currentState=i.type,this.updateBufferedProgress(),this.change("durationchange",i)};onEmptied=i=>{this.ctx.currentState=i.type,this.change("emptied",i)};onEnded=i=>{this.ctx.currentState=i.type,this._isSwitchingSource=!1,this.setLoadingState(!1),this.change("ended",i)};onError=i=>{this.ctx.currentState=i.type,this._isSwitchingSource=!1,this.setLoadingState(!1),this.change("error",i)};onLoadedmetadata=i=>{this.ctx.currentState=i.type,this._pendingPlaybackRestore&&(this.restorePlaybackSnapshot(this._pendingPlaybackRestore),this._pendingPlaybackRestore=void 0),this._isSwitchingSource=!1,this.updateBufferedProgress(),this.change("loadedmetadata",i)};onLoadstart=i=>{this.ctx.currentState=i.type,this.change("loadstart",i)};onProgress=i=>{this.ctx.currentState=i.type,this.updateBufferedProgress(),this.change("progress",i)};onRatechange=i=>{this.ctx.currentState=i.type,this.change("ratechange",i)};onSeeked=i=>{this.ctx.currentState=i.type,this._isSwitchingSource=!1,this.setLoadingState(!1),this.change("seeked",i)};onSeeking=i=>{this.ctx.currentState=i.type,this.setLoadingState(uh({isDraggingProgress:this.moveProgress.mouseDown,video:this._video})),this.change("seeking",i)};onStalled=i=>{this.ctx.currentState=i.type,this.change("stalled",i)};onSuspend=i=>{this.ctx.currentState=i.type,this.change("suspend",i)};onLoadeddata=i=>{this.ctx.currentState=i.type;const d=this.getTotalTime();this.ctx.duration=d,this.updateBufferedProgress();const g=this._isSwitchingSource&&this._pendingPlaybackRestore?this._pendingPlaybackRestore.currentTime:0;this.syncProgressByPercentage(d>0?g/d:0),this._playerControllerBottomTimeCurrent.innerText=We(g),this._playerControllerBottomTimeDivide.innerText="/",this._playerControllerBottomTimeDuration.innerText=We(this.ctx.duration),this.change("loadeddata",i)};onTimeupdate=i=>{this.ctx.currentState=i.type,this.change("timeupdate",i)};onVolumechange=i=>{this.ctx.currentState=i.type,this.change("volumechange",i)};onWaiting=i=>{this.ctx.currentState=i.type,this.setLoadingState(this._isSwitchingSource||gh({isSeeking:this._isSeeking,video:this._video})),this.change("waiting",i)};onPlay=i=>{this.ctx.currentState=i.type,this.setLoadingState(!1),this.requestAnimationFrame(this.updateCurrentProgress),si(this._playerControllerBottomPlayBtn,!0),this.showControllerBar(),this.change("play",i)};onPlaying=i=>{this.ctx.currentState=i.type,this._isSwitchingSource=!1,this.setLoadingState(!1),Jo(this._playerBtn,!1),si(this._playerControllerBottomPlayBtn,!0),this.requestAnimationFrame(this.updateCurrentProgress),this.showControllerBar(),this.change("playing",i)};onPause=i=>{this.ctx.currentState=i.type,this.setLoadingState(!1),Jo(this._playerBtn,!this._isSeeking),this.change("pause",i),si(this._playerControllerBottomPlayBtn,!1),this.cancelAnimationFrame(),this._playerController.style.setProperty("opacity","1"),this.controllerBarTimeId&&(clearTimeout(this.controllerBarTimeId),this.controllerBarTimeId=void 0)};getMediaHandlers=()=>({onCanplay:this.onCanplay,onCanplaythrough:this.onCanplaythrough,onComplete:this.onComplete,onDurationchange:this.onDurationchange,onEmptied:this.onEmptied,onEnded:this.onEnded,onError:this.onError,onLoadeddata:this.onLoadeddata,onLoadedmetadata:this.onLoadedmetadata,onLoadstart:this.onLoadstart,onPause:this.onPause,onPlay:this.onPlay,onPlaying:this.onPlaying,onProgress:this.onProgress,onRatechange:this.onRatechange,onSeeked:this.onSeeked,onSeeking:this.onSeeking,onStalled:this.onStalled,onSuspend:this.onSuspend,onTimeupdate:this.onTimeupdate,onVolumechange:this.onVolumechange,onWaiting:this.onWaiting});clearListenerEvent=()=>{this._video&&typeof this._video.removeEventListener=="function"&&oh(this._video,this.getMediaHandlers())};listenEvent=()=>{this._video&&(this.clearListenerEvent(),nh(this._video,this.getMediaHandlers()))};showControllerBar=i=>{if(i&&i.target?.classList.value.includes("ran-player-controller")){this._playerController.style.setProperty("opacity","1"),this.controllerBarTimeId&&(clearTimeout(this.controllerBarTimeId),this.controllerBarTimeId=void 0);return}ba.includes(this.ctx.currentState)?(this._playerController.style.setProperty("opacity","1"),this.controllerBarTimeId&&(clearTimeout(this.controllerBarTimeId),this.controllerBarTimeId=void 0),this.controllerBarTimeId=setTimeout(()=>{this._playerController.style.setProperty("opacity","0"),clearTimeout(this.controllerBarTimeId),this.controllerBarTimeId=void 0},2e3)):(this._playerController.style.setProperty("opacity","1"),this.controllerBarTimeId&&(clearTimeout(this.controllerBarTimeId),this.controllerBarTimeId=void 0))};setLoadingState=i=>{if(this._isBuffering!==i){if(this._isBuffering=i,i){re(this._player,"ran-player-buffering");return}fe(this._player,"ran-player-buffering")}};updateBufferedProgress=()=>{if(!this._video)return;const i=this.getTotalTime(),d=fh(this._video,i);this._progressWrapBuffer.style.setProperty("transform",`scaleX(${d})`)};syncProgressByPercentage=i=>{const d=ya(i);this._progressWrapValue.style.setProperty("transform",`scaleX(${d})`),this._progressDot.style.setProperty("transform",`translateX(${d*this._progress.offsetWidth}px)`)};seekToPercentage=i=>{const d=this.ctx.duration,g=ih(this.getTotalTime(),d);!Number.isFinite(g)||g<=0||(this.setCurrentTime(g*ya(i)),this.updateCurrentProgress())};progressClick=i=>{const d=this._progressWrap.getBoundingClientRect(),g=Yt((i.clientX-d.left)/this._progress.offsetWidth);this.seekToPercentage(g)};progressDotMouseDown=()=>{this._playerBtn.style.setProperty("display","none"),this.moveProgress.mouseDown=!0;const i=this.getTotalTime()||this.ctx.duration,d=this.getCurrentTime();this.moveProgress.percentage=i>0?Math.floor(ya(d/i)*100)/100:0,this._isSeeking=!0,this._wasPlayingBeforeSeek=!!this._video&&!this._video.paused&&!this._video.ended,this.cancelAnimationFrame()};progressDotMouseMove=i=>{if(this.showControllerBar(i),!this.moveProgress.mouseDown)return;const d=this._progress.getBoundingClientRect(),g=Yt((i.clientX-d.left-9)/this._progress.offsetWidth);this.syncProgressByPercentage(g),this.moveProgress.percentage=Math.floor(g*100)/100};progressDotMouseMoveDocument=i=>{if(!this.moveProgress.mouseDown)return;const d=this._progress.getBoundingClientRect(),g=Yt((i.clientX-d.left-9)/this._progress.offsetWidth);this.syncProgressByPercentage(g),this.moveProgress.percentage=Math.floor(g*100)/100};progressDotMouseUp=()=>{if(!this.moveProgress.mouseDown)return;const i=this._wasPlayingBeforeSeek;if(this.seekToPercentage(this.moveProgress.percentage),this.moveProgress.mouseDown=!1,this._isSeeking=!1,this._wasPlayingBeforeSeek=!1,i){this.safePlay(!0),this.requestAnimationFrame(this.updateCurrentProgress);return}this.pause(),this.cancelAnimationFrame()};requestAnimationFrame=i=>{this.requestAnimationFrameId||(this.requestAnimationFrameId=window.requestAnimationFrame(()=>{i(),this.requestAnimationFrameId&&cancelAnimationFrame(this.requestAnimationFrameId),this.requestAnimationFrameId=void 0,this.requestAnimationFrame(i)}))};cancelAnimationFrame=()=>{this.requestAnimationFrameId&&(cancelAnimationFrame(this.requestAnimationFrameId),this.requestAnimationFrameId=void 0)};updateCurrentProgress=()=>{if(this._isSwitchingSource&&this._pendingPlaybackRestore){const g=this.ctx.duration,m=this._pendingPlaybackRestore.currentTime;Number.isFinite(g)&&g>0&&this.syncProgressByPercentage(m/g),this._playerControllerBottomTimeCurrent.innerText=We(m);return}const i=this.getCurrentTime();this.ctx.currentTime=i;const{duration:d}=this.ctx;if(!Number.isFinite(d)||d<=0){this.syncProgressByPercentage(0);return}this.syncProgressByPercentage(i/d),this.updateBufferedProgress(),i>=0&&(this._playerControllerBottomTimeCurrent.innerText=We(i))};changeAttribute=(i,d,g,m,k)=>{i===m&&d!==g&&wh(k)()};dispatchClickPlayerContainerAction=i=>{i.stopPropagation(),i.preventDefault(),ba.includes(this.ctx.currentState)?(this.pause(),this._playerBtn.style.setProperty("display","block")):(this.play(),this._playerBtn.style.setProperty("display","none"))};SpaceKeyDown=i=>{const{currentTime:d,duration:g}=this.ctx;if(i.code==="Space"&&this.dispatchClickPlayerBtnAction(i),i.code==="Escape"&&this.customExitFullscreen().then(()=>{this.ctx.fullScreen=!1}).catch(m=>{this.debug&&console.warn(`exit full screen error:${m}`)}),i.code==="ArrowLeft"){const m=Yt(d-5,0,g);this.setCurrentTime(m),this.play()}if(i.code==="ArrowRight"){const m=Yt(d+5,0,g);this.setCurrentTime(m),this.play()}};dispatchClickPlayerBtnAction=i=>{i.stopPropagation(),i.preventDefault(),ba.includes(this.ctx.currentState)?(this.pause(),this._playerBtn.style.setProperty("display","block")):(this.play(),this._playerBtn.style.setProperty("display","none"))};changeVolumeProgress=i=>{if(this._video){const d=i.detail.value/100;this.setVolume(d),this.change("volume",d),d>0&&(this._volume=d)}};customRequestFullscreen=()=>dh(this._player);customExitFullscreen=()=>hh(document);openFullScreen=()=>{this.ctx.fullScreen?this.customExitFullscreen().then(()=>{this.resize(),this.ctx.fullScreen=!1}).catch(i=>{this.debug&&console.warn(`exit full screen error:${i}`)}):this.customRequestFullscreen().then(()=>{this.resize(),this.ctx.fullScreen=!0}).catch(i=>{this.debug&&console.warn(`full screen error:${i}`)})};changeSpeed=i=>{const d=Number(i.detail.value)||1,g=Xo(this._video);this.ctx.playbackRate=d,this.change("speed",d),this.setPlaybackRate(d),g&&this.safePlay(!1)};progressMouseEnter=i=>{this._playerTip.style.setProperty("opacity","1");const d=this._progress.getBoundingClientRect(),g=i.clientX-d.left;this._playerTipText.innerText?this._playerTip.style.setProperty("transform",`translate(calc(${g}px - 50%),-20px)`):this._playerTip.style.setProperty("transform",`translateX(calc(${g}px - 50%))`),this._playerTipTime.innerText=We(g/this._progress.clientWidth*this.ctx.duration)};progressMouseLeave=i=>{i.target?.classList.contains("ran-player-controller-progress-wrap-dot")||this._playerTip.style.setProperty("opacity","0")};progressMouseMove=i=>{const d=this._progress.getBoundingClientRect();this._playerTip.style.setProperty("opacity","1");const g=i.clientX-d.left;this._playerTipText.innerText?this._playerTip.style.setProperty("transform",`translate(calc(${g}px - 50%),-20px)`):this._playerTip.style.setProperty("transform",`translateX(calc(${g}px - 50%))`),this._playerTipTime.innerText=We(g/this._progress.clientWidth*this.ctx.duration)};changePlayerVolume=()=>{if(!this._video)return;const{volume:i}=this.ctx;if(i>0)re(this._playControllerBottomSpeedIcon,"ran-player-controller-bottom-right-volume-icon-mute"),fe(this._playControllerBottomSpeedIcon,"ran-player-controller-bottom-right-volume-icon-volume"),this._playControllerBottomVolumeProgress.setAttribute("percent","0"),this.setVolume(0),this.change("volume",0);else{const d=this._volume||.5;re(this._playControllerBottomSpeedIcon,"ran-player-controller-bottom-right-volume-icon-volume"),fe(this._playControllerBottomSpeedIcon,"ran-player-controller-bottom-right-volume-icon-mute"),this._playControllerBottomVolumeProgress.setAttribute("percent",`${d}`),this.setVolume(d),this.change("volume",d)}};resize=()=>{if(this._video){const{width:i,height:d}=this._player.getBoundingClientRect();this._video.style.setProperty("width",`${i}px`),this._video.style.setProperty("height",`${d}px`),document.body.clientWidth<500?this._playControllerBottomVolume.style.setProperty("display","none"):this._playControllerBottomVolume.style.setProperty("display","flex")}this.updateCurrentProgress()};fullScreenChange=()=>{document.fullscreenElement?.classList.contains("ran-player")?(this.change("fullscreen",!0),this.ctx.fullScreen=!0):(this.change("fullscreen",!1),this.ctx.fullScreen=!1)};getPlaybackRate=()=>(this._video&&(this.ctx.playbackRate=this._video.playbackRate||0),this.ctx.playbackRate);setPlaybackRate=i=>(this._video&&(this.ctx.playbackRate=i,this._video.playbackRate=i),this.ctx.playbackRate);setVolume=i=>(this._video&&(this.ctx.volume=i,this._video.volume=i),this.ctx.volume);getVolume=()=>(this._video&&(this.ctx.volume=this._video.volume||0),this.ctx.volume);setCurrentTime=i=>(this._video&&(this.ctx.currentTime=i,this._video.currentTime=i),this.ctx.currentTime);getCurrentTime=()=>(this._video&&(this.ctx.currentTime=this._video.currentTime||0),this.ctx.currentTime);getTotalTime=()=>(this._video&&(this.ctx.duration=this._video.duration||0),this.ctx.duration);safePlay=i=>{if(!this._video)return;i&&this.setLoadingState(!0);const d=this._video.play();d&&typeof d.catch=="function"&&d.catch(()=>{this.setLoadingState(!1)})};play=i=>{this._video&&(i!==void 0&&i>=0&&(this.ctx.currentTime=i,this._video.currentTime=i),this.safePlay(!1))};pause=()=>{this._video&&this._video.pause()};getControllerElements=()=>({host:this,container:this._container,player:this._player,playerBtn:this._playerBtn,progress:this._progress,progressDot:this._progressDot,playBtn:this._playerControllerBottomPlayBtn,volumeProgress:this._playControllerBottomVolumeProgress,fullScreenBtn:this._playControllerBottomRightFullScreen,volumeIcon:this._playControllerBottomSpeedIcon});getControllerHandlers=()=>({onContainerClick:this.dispatchClickPlayerContainerAction,onPlayerBtnClick:this.dispatchClickPlayerBtnAction,onKeydown:this.SpaceKeyDown,onProgressDotMouseDown:this.progressDotMouseDown,onPlayBtnClick:this.dispatchClickPlayerBtnAction,onProgressClick:this.progressClick,onProgressMouseEnter:this.progressMouseEnter,onProgressMouseMove:this.progressMouseMove,onProgressMouseLeave:this.progressMouseLeave,onPlayerMouseMove:this.progressDotMouseMove,onDocumentMouseMove:this.progressDotMouseMoveDocument,onDocumentMouseUp:this.progressDotMouseUp,onVolumeChange:this.changeVolumeProgress,onFullScreenClick:this.openFullScreen,onVolumeIconClick:this.changePlayerVolume,onFullscreenChange:this.fullScreenChange,onResize:this.resize});connectedCallback(){this.handlerExternalCss(),eh(this.getControllerElements(),this.getControllerHandlers()),this.updatePlayer()}disconnectedCallback(){rh(this.getControllerElements(),this.getControllerHandlers()),this.clearListenerEvent(),this._hls?.destroy?.(),this._hls=void 0,this.cancelAnimationFrame(),this.resetTransientState(),this._isSwitchingSource=!1,this.setLoadingState(!1)}attributeChangedCallback(i,d,g){i==="src"&&d!==g&&this.updatePlayer(),i==="volume"&&d!==g&&this.setVolume(Number(g)/100),(i==="currentTime"||i==="currenttime")&&d!==g&&this.setCurrentTime(Number(g)),(i==="playbackRate"||i==="playbackrate")&&d!==g&&this.setPlaybackRate(Number(g)),i==="sheet"&&d!==g&&this.handlerExternalCss()}};function Eh(){return ut("r-player",_o),_o}var Ch=Eh(),Ih=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{position:var(--ran-modal-host-position, static)}.ran-modal-root{position:var(--ran-modal-root-position, fixed);inset:var(--ran-modal-root-inset, 0);z-index:var(--ran-modal-root-z-index, var(--ran-z-modal, 1000));display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.ran-modal-root[open]{opacity:1;visibility:visible}.ran-modal-mask{position:var(--ran-modal-mask-position, absolute);inset:var(--ran-modal-mask-inset, 0);background:var(--ran-modal-mask-background, rgba(0, 0, 0, .45))}.ran-modal-dialog{position:var(--ran-modal-dialog-position, relative);width:var(--ran-modal-dialog-width, min(560px, calc(100vw - 32px) ));margin:var(--ran-modal-dialog-margin, 0 auto);background:var(--ran-modal-dialog-background, var(--ran-color-bg-elevated, #fff));border-image-source:var(--ran-modal-dialog-border-image-source, none);border-image-slice:var(--ran-modal-dialog-border-image-slice, 8);border-image-width:var(--ran-modal-dialog-border-image-width, 4px);border-image-outset:0;border-image-repeat:stretch;border-radius:var(--ran-modal-dialog-border-radius, var(--ran-radius-md, 12px));box-shadow:var(--ran-modal-dialog-box-shadow, var(--ran-shadow-modal, var(--ran-shadow-elevated, 0 10px 32px rgba(0, 0, 0, .2))));outline:var(--ran-modal-dialog-outline, none);max-height:var(--ran-modal-dialog-max-height, 80vh );overflow:var(--ran-modal-dialog-overflow, hidden);transform:translateY(var(--ran-modal-dialog-offset-y, clamp(-56px, -6vh, -24px))) scale(.9);transition:transform .3s cubic-bezier(.075,.82,.165,1)}.ran-modal-root[open] .ran-modal-dialog{transform:translateY(var(--ran-modal-dialog-offset-y, clamp(-56px, -6vh, -24px))) scale(1)}.ran-modal-header{display:var(--ran-modal-header-display, flex);align-items:var(--ran-modal-header-align-items, center);justify-content:var(--ran-modal-header-justify-content, space-between);padding:var(--ran-modal-header-padding, 16px 18px);border-bottom:var(--ran-modal-header-border-bottom, 1px solid var(--ran-color-border-secondary, #f0f0f0))}.ran-modal-title{margin:var(--ran-modal-title-margin, 0);font-size:var(--ran-modal-title-font-size, 16px);line-height:var(--ran-modal-title-line-height, 1.5);color:var(--ran-modal-title-color, var(--ran-color-text, #111827))}.ran-modal-close{border:var(--ran-modal-close-border, none);background:var(--ran-modal-close-background, transparent);color:var(--ran-modal-close-color, var(--ran-color-text-secondary, #667085));font-size:var(--ran-modal-close-font-size, 18px);cursor:var(--ran-modal-close-cursor, pointer);padding:var(--ran-modal-close-padding, 0 4px)}.ran-modal-body{padding:var(--ran-modal-body-padding, 18px);max-height:var(--ran-modal-body-max-height, 68vh );overflow:var(--ran-modal-body-overflow, auto);color:var(--ran-modal-body-color, var(--ran-color-text-secondary, #344054))}.ran-modal-footer{display:none;align-items:var(--ran-modal-footer-align-items, center);justify-content:var(--ran-modal-footer-justify-content, flex-end);gap:var(--ran-modal-footer-gap, 10px);padding:var(--ran-modal-footer-padding, 12px 18px 18px);border-top:var(--ran-modal-footer-border-top, 1px solid var(--ran-color-border-secondary, #f0f0f0))}.ran-modal-root.has-footer .ran-modal-footer{display:flex}.ran-modal-footer::slotted(.ran-modal-actions){display:inline-flex;align-items:center;justify-content:flex-end;gap:10px}.ran-modal-footer::slotted(.ran-modal-action){border:1px solid var(--ran-color-border, #d0d5dd);background:var(--ran-color-bg-elevated, #fff);border-radius:var(--ran-radius-sm, 6px);height:34px;line-height:32px;padding:0 14px;cursor:pointer;font-size:14px;color:var(--ran-color-text-secondary, #344054)}.ran-modal-footer::slotted(.ran-modal-action-confirm){border-color:var(--ran-color-primary, #155eef);background:var(--ran-color-primary, #155eef);color:#fff}.ran-modal-footer::slotted(.ran-modal-action:disabled){opacity:.6;cursor:not-allowed}",jo='button:not([disabled]), [href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), [tabindex]:not([tabindex="-1"])',Bs=class rt extends dt{static _openStack=[];static _bodyScrollLockCount=0;static _bodyOverflow="";static _bodyPaddingRight="";static _inertSnapshot=new Map;_events=new Rt;_shadowDom;_root;_mask;_dialog;_title;_closeBtn;_slot;_footer;_footerSlot;_labelId;_previousActiveElement;_isDialogOpen;_scrollLocked;_afterOpenTimer;_afterCloseTimer;static get observedAttributes(){return["open","title","maskClosable","closeOnEsc","lockScroll","autoFocus","closable","sheet"]}constructor(){super(),this._labelId=`ran-modal-title-${Math.random().toString(36).slice(2,9)}`,this._previousActiveElement=null,this._isDialogOpen=!1,this._scrollLocked=!1,this._afterOpenTimer=null,this._afterCloseTimer=null,this._shadowDom=gt(this,Ih);const d=pt(this._shadowDom,".ran-modal-root",()=>x().class("ran-modal-root").part("root").children(x().class("ran-modal-mask").part("mask"),x().class("ran-modal-dialog").part("dialog").role("dialog").attr("aria-modal","true").tabIndex(-1).labelledBy(this._labelId).children(ot("header").class("ran-modal-header").part("header").children(ot("h3").class("ran-modal-title").part("title").id(this._labelId),ot("button").class("ran-modal-close").part("close").attr("type","button").label("Close dialog").text("x")),x().class("ran-modal-body").part("body").children(It()),ot("footer").class("ran-modal-footer").part("footer").children(It().attr("name","footer")))).build());this._root=d,this._mask=this._root.querySelector(".ran-modal-mask"),this._dialog=this._root.querySelector(".ran-modal-dialog"),this._title=this._root.querySelector(".ran-modal-title"),this._closeBtn=this._root.querySelector(".ran-modal-close"),this._slot=this._root.querySelector("slot"),this._footer=this._root.querySelector(".ran-modal-footer"),this._footerSlot=this._root.querySelector('slot[name="footer"]'),this.syncTitle(),this.syncClosable(),this.syncFooter()}get open(){return this.hasAttribute("open")&&!ee.includes(this.getAttribute("open"))}set open(d){!d||d==="false"?this.removeAttribute("open"):this.setAttribute("open","")}get title(){return this.getAttribute("title")||""}set title(d){this.setAttribute("title",d||"")}get maskClosable(){const d=this.getAttribute("maskClosable");return!(d==="false"||d==="0")}set maskClosable(d){!d||d==="false"||d==="0"?this.setAttribute("maskClosable","false"):this.setAttribute("maskClosable","true")}get sheet(){return j(this,"sheet")}set sheet(d){et(this,"sheet",d)}get closeOnEsc(){const d=this.getAttribute("closeOnEsc");return!(d==="false"||d==="0")}set closeOnEsc(d){!d||d==="false"||d==="0"?this.setAttribute("closeOnEsc","false"):this.setAttribute("closeOnEsc","true")}get lockScroll(){const d=this.getAttribute("lockScroll");return!(d==="false"||d==="0")}set lockScroll(d){!d||d==="false"||d==="0"?this.setAttribute("lockScroll","false"):this.setAttribute("lockScroll","true")}get autoFocus(){const d=this.getAttribute("autoFocus");return!(d==="false"||d==="0")}set autoFocus(d){!d||d==="false"||d==="0"?this.setAttribute("autoFocus","false"):this.setAttribute("autoFocus","true")}get closable(){const d=this.getAttribute("closable");return!(d==="false"||d==="0")}set closable(d){!d||d==="false"||d==="0"?this.setAttribute("closable","false"):this.setAttribute("closable","true")}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};syncTitle=()=>{this._title.textContent=this.title||"Modal"};syncClosable=()=>{const d=this.closable;this._closeBtn.hidden=!d,this._closeBtn.setAttribute("aria-hidden",d?"false":"true"),this._closeBtn.tabIndex=d?0:-1};syncFooter=()=>{const d=(this._footerSlot?.assignedNodes({flatten:!0})||[]).some(g=>g.nodeType===Node.ELEMENT_NODE?!0:g.nodeType===Node.TEXT_NODE?(g.textContent||"").trim().length>0:!1);this._root.classList.toggle("has-footer",d)};getFocusableElements=()=>{const d=Array.from(this._dialog.querySelectorAll(jo)),g=Array.from(this.querySelectorAll(jo));return[...d,...g].filter(m=>{if(m.hasAttribute("disabled"))return!1;const k=m;return k.offsetParent!==null||k.getClientRects().length>0})};static getTopModal=()=>rt._openStack.length===0?null:rt._openStack[rt._openStack.length-1]||null;static pushOpenModal=d=>{rt._openStack.includes(d)||rt._openStack.push(d)};static removeOpenModal=d=>{rt._openStack=rt._openStack.filter(g=>g!==d)};static syncBackgroundInert=()=>{if(typeof document>"u")return;const d=document.body;if(!d)return;for(const[m,k]of rt._inertSnapshot.entries())m.inert=k.inert,k.ariaHidden===null?m.removeAttribute("aria-hidden"):m.setAttribute("aria-hidden",k.ariaHidden);if(rt._inertSnapshot.clear(),rt._openStack.length===0)return;const g=rt._openStack.map(m=>m);Array.from(d.children).forEach(m=>{g.some(k=>m===k||m.contains(k))||(rt._inertSnapshot.set(m,{inert:m.inert,ariaHidden:m.getAttribute("aria-hidden")}),m.inert=!0,m.setAttribute("aria-hidden","true"))})};static lockBodyScroll=()=>{if(typeof document>"u")return;const d=document.body;if(d){if(rt._bodyScrollLockCount===0){rt._bodyOverflow=d.style.overflow,rt._bodyPaddingRight=d.style.paddingRight;const g=Math.max(0,window.innerWidth-document.documentElement.clientWidth);if(g>0){const m=Number.parseFloat(window.getComputedStyle(d).paddingRight)||0;d.style.paddingRight=`${m+g}px`}d.style.overflow="hidden"}rt._bodyScrollLockCount+=1}};static unlockBodyScroll=()=>{if(typeof document>"u")return;const d=document.body;!d||rt._bodyScrollLockCount===0||(rt._bodyScrollLockCount-=1,rt._bodyScrollLockCount===0&&(d.style.overflow=rt._bodyOverflow,d.style.paddingRight=rt._bodyPaddingRight))};clearAfterTimers=()=>{this._afterOpenTimer!==null&&(window.clearTimeout(this._afterOpenTimer),this._afterOpenTimer=null),this._afterCloseTimer!==null&&(window.clearTimeout(this._afterCloseTimer),this._afterCloseTimer=null)};getTransitionTimeout=()=>{const d=window.getComputedStyle(this._dialog),g=S=>{const F=S.split(",")[0]?.trim()||"0s";return F.endsWith("ms")?Number.parseFloat(F):F.endsWith("s")?Number.parseFloat(F)*1e3:Number.parseFloat(F)||0},m=g(d.transitionDelay),k=g(d.transitionDuration);return Math.max(0,m+k)};emitAfterOpen=()=>{const d=this.getTransitionTimeout();this._afterOpenTimer=window.setTimeout(()=>{this._afterOpenTimer=null,this.dispatchEvent(new CustomEvent("afteropen"))},d)};emitAfterClose=d=>{const g=this.getTransitionTimeout();this._afterCloseTimer=window.setTimeout(()=>{this._afterCloseTimer=null,this.dispatchEvent(new CustomEvent("afterclose",{detail:{trigger:d}}))},g)};trapFocus=d=>{if(d.key!=="Tab")return;const g=this.getFocusableElements();if(g.length===0){d.preventDefault(),this._dialog.focus();return}const m=g[0],k=g[g.length-1],S=this._shadowDom.activeElement||document.activeElement;if(d.shiftKey&&S===m){d.preventDefault(),k.focus();return}!d.shiftKey&&S===k&&(d.preventDefault(),m.focus())};close=(d="program")=>{if(!this.open)return;const g=new CustomEvent("beforeclose",{cancelable:!0,detail:{trigger:d}});this.dispatchEvent(g)&&(this.removeAttribute("open"),this.dispatchEvent(new CustomEvent("close",{detail:{trigger:d}})),this.emitAfterClose(d))};openDialog=()=>{if(this._isDialogOpen||this._root.hasAttribute("open"))return;const d=new CustomEvent("beforeopen",{cancelable:!0});if(!this.dispatchEvent(d)){this.removeAttribute("open");return}this._previousActiveElement=document.activeElement,rt.pushOpenModal(this),rt.syncBackgroundInert(),this.lockScroll&&(rt.lockBodyScroll(),this._scrollLocked=!0),this._isDialogOpen=!0,this._root.setAttribute("open",""),this._dialog.setAttribute("aria-hidden","false"),this.dispatchEvent(new CustomEvent("open")),this.clearAfterTimers(),this.emitAfterOpen(),requestAnimationFrame(()=>{this.autoFocus&&(this.getFocusableElements()[0]||this._dialog).focus()})};closeDialog=()=>{if(!this._isDialogOpen){this._root.removeAttribute("open"),this._dialog.setAttribute("aria-hidden","true");return}this._isDialogOpen=!1,rt.removeOpenModal(this),rt.syncBackgroundInert(),this._scrollLocked&&(rt.unlockBodyScroll(),this._scrollLocked=!1),this._root.removeAttribute("open"),this._dialog.setAttribute("aria-hidden","true"),this._previousActiveElement instanceof HTMLElement&&this._previousActiveElement.focus()};onMaskClick=d=>{this.maskClosable&&(d.composedPath().includes(this._dialog)||this.close("mask"))};onCloseButtonClick=()=>{this.close("button")};onKeydown=d=>{if(this.open&&rt.getTopModal()===this){if(d.key==="Escape"&&this.closeOnEsc){d.preventDefault(),this.close("escape");return}this.trapFocus(d)}};onDocumentFocusIn=d=>{if(!this.open||rt.getTopModal()!==this)return;const g=d.composedPath();g.includes(this)||g.includes(this._dialog)||(this.getFocusableElements()[0]||this._dialog).focus()};connectedCallback(){this.handlerExternalCss(),this._events.on(this._mask,"click",this.onMaskClick).on(this._closeBtn,"click",this.onCloseButtonClick).on(document,"keydown",this.onKeydown).on(document,"focusin",this.onDocumentFocusIn).on(this._footerSlot,"slotchange",this.syncFooter),this.syncTitle(),this.syncClosable(),this.syncFooter(),this.open?this.openDialog():this.closeDialog()}disconnectedCallback(){this._root.hasAttribute("open")&&this.closeDialog(),this._events.abort(),this.clearAfterTimers()}attributeChangedCallback(d,g,m){if(g!==m){if(d==="title"){this.syncTitle();return}if(d==="closable"){this.syncClosable();return}if(d==="open"){this.open?this.openDialog():this.closeDialog();return}d==="sheet"&&this.handlerExternalCss()}}static normalizeProgrammaticOptions=d=>typeof d=="string"?{content:d}:d||{};static open=d=>{if(typeof document>"u")return Promise.resolve({action:"dismiss",trigger:"program"});const{title:g="Confirm",content:m="",okText:k="OK",cancelText:S="Cancel",showCancel:F=!1,maskClosable:U=!1,closeOnEsc:tt=!0,lockScroll:Z=!0,autoFocus:Ut=!0,closable:mt=!0,onConfirm:kt,onCancel:ie}=rt.normalizeProgrammaticOptions(d);return new Promise(Qt=>{const Et=ot("r-modal").build();Et.title=g,Et.maskClosable=U,Et.closeOnEsc=tt,Et.lockScroll=Z,Et.autoFocus=Ut,Et.closable=mt;const ae=x().build();typeof m=="string"?ae.textContent=m:m instanceof Node&&ae.appendChild(m),Et.appendChild(ae);let zt="dismiss";const pe=x().attr("slot","footer").class("ran-modal-actions");if(F){const ne=Mo().attr("type","button").class("ran-modal-action ran-modal-action-cancel").text(S).build();ne.addEventListener("click",async()=>{await ie?.()!==!1&&(zt="cancel",Et.close("program"))}),pe.children(ne)}const Nt=Mo().attr("type","button").class("ran-modal-action ran-modal-action-confirm").text(k).build();Nt.addEventListener("click",async()=>{Nt.disabled=!0;try{if(await kt?.()===!1)return;zt="confirm",Et.close("program")}finally{Nt.disabled=!1}}),pe.children(Nt),Et.appendChild(pe.build());const Ae=ne=>{const me=ne.detail?.trigger||"program";Et.removeEventListener("afterclose",Ae),Et.parentElement&&Et.parentElement.removeChild(Et),Qt({action:zt,trigger:me})};Et.addEventListener("afterclose",Ae),document.body.appendChild(Et),Et.open=!0})};static confirm=d=>{const g=rt.normalizeProgrammaticOptions(d);return rt.open({...g,showCancel:!0})};static info=d=>{const g=rt.normalizeProgrammaticOptions(d);return rt.open({...g,showCancel:!1,title:g.title||"Info"})};static success=d=>{const g=rt.normalizeProgrammaticOptions(d);return rt.open({...g,showCancel:!1,title:g.title||"Success"})};static warning=d=>{const g=rt.normalizeProgrammaticOptions(d);return rt.open({...g,showCancel:!1,title:g.title||"Warning"})};static error=d=>{const g=rt.normalizeProgrammaticOptions(d);return rt.open({...g,showCancel:!1,title:g.title||"Error"})}};ut("r-modal",Bs);var kh=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{display:block;height:var(--ran-progress-height, 20px)}:host:active,:host:focus{outline:0;-webkit-tap-highlight-color:transparent}:host(:focus-visible){outline:var(--ran-progress-focus-outline, 2px solid var(--ran-color-primary, #006bff));outline-offset:var(--ran-progress-focus-outline-offset, 2px);border-radius:var(--ran-radius-full, 9999px)}.ran-progress{position:var(--ran-progress-position, relative);cursor:var(--ran-progress-cursor, pointer);width:var(--ran-progress-width, 100%);height:100%}.ran-progress:active,.ran-progress:focus{outline:0;-webkit-tap-highlight-color:transparent}.ran-progress-wrap{width:var(--ran-progress-wrap-width, 100%);height:var(--ran-progress-wrap-height, 8px);border-radius:var(--ran-progress-wrap-border-radius, 20px);background:var(--ran-progress-wrap-background, var(--ran-gray-200, #ebebeb));position:var(--ran-progress-wrap-position, relative);overflow:var(--ran-progress-wrap-overflow, hidden)}.ran-progress-wrap-value{position:var(--ran-progress-wrap-value-position, absolute);top:var(--ran-progress-wrap-value-top, 0);left:var(--ran-progress-wrap-value-left, 0);height:var(--ran-progress-wrap-value-height, 100%);width:var(--ran-progress-wrap-value-width, 100%);transform:scaleX(var(--progress-percent, 0));transform-origin:var(--ran-progress-wrap-value-transform-origin, 0 0);will-change:var(--ran-progress-wrap-value-will-change, transform);background:var(--ran-progress-wrap-value-background, linear-gradient(90deg, #0bc8bb 2.42%, #00d297 98.79%));border-radius:var(--ran-progress-wrap-value-border-radius, 20px)}.ran-progress-dot{position:var(--ran-progress-dot-position, absolute);top:var(--ran-progress-dot-top, -5px);left:calc(var(--progress-percent, 0) * 100%);transform:translate(-50%);border-radius:var(--ran-progress-dot-border-radius, 50%);width:var(--ran-progress-dot-width, 18px);height:var(--ran-progress-dot-height, 18px);background:var(--ran-progress-dot-background, linear-gradient(90deg, #0bc8bb 2.42%, #00d297 98.79%));cursor:var(--ran-progress-dot-cursor, pointer)}",Bh=["percent","type","total","dot","sheet"],Ss=class extends dt{_progress;_progressWrap;_progressWrapValue;_progressDot;_shadowDom;_events=new Rt;moveProgress={mouseDown:!1};static get observedAttributes(){return Bh}constructor(){super(),this._shadowDom=gt(this,kh);const i=pt(this._shadowDom,".ran-progress",()=>x().class("ran-progress").role("progressbar").children(x().class("ran-progress-wrap").part("track").children(x().class("ran-progress-wrap-value").part("fill")),x().class("ran-progress-dot").part("dot")).build());this._progress=i,this._progressWrap=i.querySelector(".ran-progress-wrap"),this._progressWrapValue=i.querySelector(".ran-progress-wrap-value"),this._progressDot=i.querySelector(".ran-progress-dot")}get percent(){const i=Ro(this.getAttribute("percent")||"0"),d=Number(this.total);return i>d?String(d):String(i)}set percent(i){this.setAttribute("percent",i||"0"),this.setAttribute("aria-valuenow",i||"0")}get total(){const i=this.getAttribute("total");return i?`${Ro(i)}`:"100"}set total(i){this.setAttribute("total",i||"100")}get type(){const i=this.getAttribute("type")||"primary";return["primary","drag"].includes(i)?i:"primary"}set type(i){this.setAttribute("type",i||"primary")}get dot(){const i=this.getAttribute("dot")||"true";return["true","false"].includes(i)?i:"true"}set dot(i){this.setAttribute("dot",i||"true")}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};progressClick=i=>{if(this.type!=="drag")return;const d=this._progress.getBoundingClientRect(),g=i.clientX-d.left,m=Math.min(1,Math.max(0,g/this._progress.offsetWidth)),k=m*Number(this.total);this.percent=String(k),this.updateUI(m),this.change()};progressDotMouseDown=i=>{this.moveProgress.mouseDown=!0,i.stopPropagation()};progressDotMouseMove=i=>{if(!this.moveProgress.mouseDown)return;const d=this._progress.getBoundingClientRect(),g=i.clientX-d.left,m=Math.min(1,Math.max(0,g/this._progress.offsetWidth)),k=m*Number(this.total);this.percent=String(k),this.updateUI(m),this.change()};progressDotMouseUp=()=>{this.moveProgress.mouseDown=!1};updateUI=i=>{this.style.setProperty("--progress-percent",String(i))};_preSerialize(){const i=Number(this.getAttribute("percent")||"0"),d=Number(this.getAttribute("total")||"100"),g=Math.min(1,Math.max(0,i/d));this.style.setProperty("--progress-percent",String(g))}change=()=>{this.dispatchEvent(new CustomEvent("change",{detail:{value:this.percent,percent:this.percent,total:this.total}}))};appendProgressDot=()=>{if(!this._progress||!this._progressDot)return;const i=this.dot==="true"&&this.type==="drag";i&&!this._progress.contains(this._progressDot)&&this._progress.appendChild(this._progressDot),!i&&this._progress.contains(this._progressDot)&&this._progress.removeChild(this._progressDot)};updateCurrentProgress=()=>{if(!this._progress)return;const i=Number(this.total)||100,d=Number(this.percent)/i;this.updateUI(d)};dragEvent=()=>{this.type==="drag"&&this._events.on(this._progress,"click",this.progressClick).on(this._progressDot,"mousedown",this.progressDotMouseDown).on(document,"mousemove",this.progressDotMouseMove).on(document,"mouseup",this.progressDotMouseUp)};resize=()=>{this.updateCurrentProgress()};connectedCallback(){this.handlerExternalCss(),this.hasAttribute("type")||this.setAttribute("type","primary"),this.dragEvent(),this.updateCurrentProgress(),this.appendProgressDot(),this._events.on(window,"resize",this.resize)}disconnectedCallback(){this._events.abort()}attributeChangedCallback(i,d,g){d!==g&&((i==="dot"||i==="type")&&this.appendProgressDot(),(i==="percent"||i==="total")&&this.updateCurrentProgress(),i==="sheet"&&this.handlerExternalCss())}};ut("r-progress",Ss);var Sh='.remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{position:var(--ran-checkbox-host-position, relative);display:var(--ran-checkbox-host-display, inline-flex);margin:var(--ran-checkbox-host-margin, 0);padding:var(--ran-checkbox-host-padding, 0);box-sizing:var(--ran-checkbox-host-box-sizing, border-box);list-style:var(--ran-checkbox-host-list-style, none)}:host([disabled]){opacity:var(--ran-checkbox-disabled-opacity, .6)}:host([disabled]) .ran-checkbox-input{cursor:var(--ran-checkbox-disabled-cursor, not-allowed);pointer-events:var(--ran-checkbox-disabled-pointer-events, all)}:host([disabled]) .ran-checkbox-inner{background-color:var(--ran-checkbox-checked-background-color, var(--ran-color-bg-muted, #f2f2f2));border:1px solid var(--ran-color-border, #eaeaea)}:host([disabled]) .ran-checkbox-inner:after{cursor:not-allowed;pointer-events:none;opacity:var(--ran-checkbox-checked-after-opacity, 1)}:host([disabled]) .ran-checkbox-checked .ran-checkbox-inner{background-color:var(--ran-checkbox-checked-background-color, var(--ran-color-bg-muted, #f2f2f2))}:host([disabled]) .ran-checkbox-checked .ran-checkbox-inner:after{opacity:var(--ran-checkbox-checked-after-opacity, 0)}.ran-checkbox-wrapper{display:inline-flex;align-items:center;gap:var(--ran-checkbox-label-gap, 8px);cursor:pointer;line-height:1}.ran-checkbox-label{color:var(--ran-checkbox-label-color, var(--ran-color-text, rgba(0, 0, 0, .88)));font-size:var(--ran-checkbox-label-font-size, 14px);font-family:var(--ran-checkbox-label-font-family, var(--ran-skin-font-family, inherit));line-height:var(--ran-checkbox-label-line-height, 1.5);-webkit-user-select:none;user-select:none}.ran-checkbox{position:var(--ran-checkbox-position, relative);display:var(--ran-checkbox-display, block);box-sizing:var(--ran-checkbox-box-sizing, border-box);margin:var(--ran-checkbox-margin, 0);width:var(--ran-checkbox-width, 16px);height:var(--ran-checkbox-height, 16px);padding:var(--ran-checkbox-padding, 0);color:var(--ran-checkbox-color, var(--ran-color-text, rgba(0, 0, 0, .88)));font-size:var(--ran-checkbox-font-size, 14px);line-height:var(--ran-checkbox-line-height, 1);list-style:var(--ran-checkbox-list-style, none);font-family:var(--ran-checkbox-font-family, var(--ran-skin-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"));white-space:var(--ran-checkbox-white-space, nowrap);cursor:var(--ran-checkbox-cursor, pointer);border-radius:var(--ran-checkbox-border-radius, 4px)}.ran-checkbox-input{position:var(--ran-checkbox-input-position, absolute);inset:var(--ran-checkbox-input-inset, 0);z-index:var(--ran-checkbox-input-z-index, 1);cursor:var(--ran-checkbox-input-cursor, pointer);opacity:var(--ran-checkbox-input-opacity, 0);margin:var(--ran-checkbox-input-margin, 0)}.ran-checkbox-inner{box-sizing:var(--ran-checkbox-inner-box-sizing, border-box);display:var(--ran-checkbox-inner-display, block);width:var(--ran-checkbox-inner-width, 16px);height:var(--ran-checkbox-inner-height, 16px);direction:var(--ran-checkbox-inner-direction, ltr);background-color:var(--ran-checkbox-inner-background-color, var(--ran-color-bg-elevated, #fff));border:var(--ran-checkbox-inner-border, 1px solid var(--ran-color-border, #eaeaea));border-image-source:var(--ran-checkbox-inner-border-image-source, none);border-image-slice:var(--ran-checkbox-inner-border-image-slice, 8);border-image-width:var(--ran-checkbox-inner-border-image-width, 4px);border-image-outset:0;border-image-repeat:stretch;border-radius:var(--ran-checkbox-inner-border-radius, 4px);border-collapse:var(--ran-checkbox-inner-border-collapse, separate)}.ran-checkbox-inner:after{box-sizing:var(--ran-checkbox-inner-after-box-sizing, border-box);position:var(--ran-checkbox-inner-after-position, absolute);top:var(--ran-checkbox-inner-after-top, 50%);inset-inline-start:var(--ran-checkbox-inner-after-inset-inline-start, 25%);display:var(--ran-checkbox-inner-after-display, table);width:var(--ran-checkbox-inner-after-width, calc(16px / 14 * 5));height:var(--ran-checkbox-inner-after-height, calc(16px / 14 * 8));border:var(--ran-checkbox-inner-after-border, 2px solid #fff);border-top:var(--ran-checkbox-inner-after-border-top, 0);border-inline-start:var(--ran-checkbox-inner-after-border-inline-start, 0);opacity:var(--ran-checkbox-inner-after-opacity, 0);content:var(--ran-checkbox-inner-after-content, "");transition:var(--ran-checkbox-inner-after-transition, transform .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s);transform:var(--ran-checkbox-inner-after-transform, rotate(45deg) scale(1) translate(-50%, -50%))}.ran-checkbox-checked .ran-checkbox-inner{background-color:var(--ran-checkbox-checked-background-color, var(--ran-color-primary, #006bff));background-image:var(--ran-checkbox-checked-background-image, none);border:var(--ran-checkbox-checked-border, 1px solid var(--ran-color-primary, #006bff))}.ran-checkbox-checked .ran-checkbox-inner:after{opacity:var(--ran-checkbox-checked-after-opacity, 1)}.ran-checkbox:focus-within .ran-checkbox-inner{box-shadow:var(--ran-checkbox-focus-box-shadow, 0 0 0 2px var(--ran-blue-400, #cae7ff));border-color:var(--ran-checkbox-focus-border-color, var(--ran-color-primary, #006bff))}',Ts=class extends dt{static formAssociated=!0;_events=new Rt;_internals;checkInput;checkInner;context;container;_shadowDom;static get observedAttributes(){return["disabled","checked","value","sheet"]}constructor(){super();try{this._internals=this.attachInternals()}catch{this._internals=void 0}this._shadowDom=gt(this,Sh);const i=pt(this._shadowDom,".ran-checkbox-wrapper",()=>x().class("ran-checkbox-wrapper").part("wrapper").children(x().class("ran-checkbox").part("checkbox").children(Oa().class("ran-checkbox-input").part("input").attr("type","checkbox"),ye().class("ran-checkbox-inner").part("inner")),ye().class("ran-checkbox-label").part("label").children(It())).build());this.container=i.querySelector(".ran-checkbox"),this.checkInput=i.querySelector(".ran-checkbox-input"),this.checkInner=i.querySelector(".ran-checkbox-inner"),this.checkInput.setAttribute("aria-hidden","true"),this.checkInput.tabIndex=-1,this.context={checked:!1}}get disabled(){return bt(this)}set disabled(i){ee.includes(i)?this.removeAttribute("disabled"):this.setAttribute("disabled","")}get value(){const i=this.getAttribute("value");return ee.includes(i)&&(this.context.checked=!1),`${this.context.checked}`}set value(i){ee.includes(i)?(this.setAttribute("value","false"),this.context.checked=!1):(this.setAttribute("value","true"),this.context.checked=!0),this.updateChecked()}get checked(){const i=this.getAttribute("checked");return ee.includes(i)&&(this.context.checked=!1),this.context.checked}set checked(i){ee.includes(i)?(this.setAttribute("checked","false"),this.context.checked=!1):(this.setAttribute("checked","true"),this.context.checked=!0),this.updateChecked()}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};updateChecked=()=>{const{checked:i}=this.context;i?(this.setAttribute("checked","true"),this.setAttribute("value","true"),re(this.container,"ran-checkbox-checked")):(this.setAttribute("checked","false"),this.setAttribute("value","false"),fe(this.container,"ran-checkbox-checked")),this.syncA11yAndForm()};syncA11yAndForm=()=>{const{checked:i}=this.context;this.setAttribute("role","checkbox"),this.setAttribute("aria-checked",i?"true":"false"),this.disabled?(this.setAttribute("aria-disabled","true"),this.tabIndex=-1):(this.removeAttribute("aria-disabled"),(this.tabIndex<0||!this.hasAttribute("tabindex"))&&(this.tabIndex=0)),this._internals?.setFormValue?.(i?this.getAttribute("value")||"true":null)};update=()=>{this.updateChecked()};onChange=()=>{if(this.disabled)return;const{checked:i}=this.context;this.context.checked=!i,this.dispatchEvent(new CustomEvent("change",{detail:{checked:this.context.checked}})),this.update()};onKeydown=i=>{(i.key===" "||i.key==="Spacebar"||i.key==="Enter")&&(i.preventDefault(),this.onChange())};connectedCallback(){this.handlerExternalCss(),this._events.on(this,"click",this.onChange),this._events.on(this,"keydown",this.onKeydown),this.syncA11yAndForm()}disconnectedCallback(){this._events.abort()}attributeChangedCallback(i,d,g){d!==g&&(i==="checked"&&(this.checked=g,this.value=g),i==="value"&&(this.checked=g,this.value=g),i==="sheet"&&this.handlerExternalCss())}};ut("r-checkbox",Ts);var Th=i=>{const{r:d,g,b:m}=Dh(i);return Da(d,g,m)},Dh=i=>(i[0]==="#"&&(i=i.substr(1)),i.length===3?{r:parseInt(i[0]+i[0],16),g:parseInt(i[1]+i[1],16),b:parseInt(i[2]+i[2],16)}:{r:parseInt(i.substr(0,2),16),g:parseInt(i.substr(2,2),16),b:parseInt(i.substr(4,2),16)}),Da=(i,d,g)=>{let m;const k=Math.max(i,d,g),S=k-Math.min(i,d,g);S===0?m=0:i===k?m=(d-g)/S%6:d===k?m=(g-i)/S+2:m=(i-d)/S+4,m=Math.round(m*60),m<0&&(m+=360);const F=Math.round((k===0?0:S/k)*100),U=Math.round(k/255*100);return{h:m,s:F,v:U}},wa=(i,d,g)=>{d=d/100,g=g/100;let m=[];const k=g*d,S=i/60,F=k*(1-Math.abs(S%2-1)),U=g-k;return S>=0&&S<1?m=[k,F,0]:S>=1&&S<2?m=[F,k,0]:S>=2&&S<3?m=[0,k,F]:i>=3&&S<4?m=[0,F,k]:i>=4&&S<5?m=[F,0,k]:i>=5&&S<=6?m=[k,0,F]:m=[0,0,0],{r:Math.round(255*(m[0]+U)),g:Math.round(255*(m[1]+U)),b:Math.round(255*(m[2]+U))}},Ea=i=>{const d=i.toString(16);return d.length===1?"0"+d:d},Ca=(i,d,g)=>"#"+[Ea(i),Ea(d),Ea(g)].join(""),xh=/^#([\da-f]{6}|[\da-f]{3})$/i,Rh=/^rgb\((\d{1,3}),(\d{1,3}),(\d{1,3})\)$/,Lh=/^rgba\((\d{1,3}),(\d{1,3}),(\d{1,3}),(\d{1,3}(\.\d+)?)\)$/,Fh=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{visibility:hidden;position:absolute}",Oh=class extends dt{observer;_shadowDom;_slot;constructor(){super(),this._shadowDom=gt(this,Fh);const i=pt(this._shadowDom,".slot",()=>It().class("slot").build());this._slot=i,this.observer=new MutationObserver(this.callback)}callback=i=>{for(const d of i)d.type==="childList"?this.onChange(d):d.type==="attributes"&&this.onChange(d)};onChange=i=>{this.dispatchEvent(new CustomEvent("change",{detail:{type:i.type,value:{content:this.children,mutation:i}}}))};connectedCallback(){this.observer.observe(this,{attributes:!0,childList:!0,subtree:!0})}disconnectedCallback(){this.observer.disconnect()}};ut("r-content",Oh);var Ph=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{display:var(--ran-popover-host-display, block)}.ran-popover{box-sizing:var(--ran-popover-box-sizing, border-box);position:var(--ran-popover-position, relative);display:var(--ran-popover-display, block);margin:var(--ran-popover-margin, 0);padding:var(--ran-popover-padding, 0)}.ran-popover-block{display:var(--ran-popover-block-display, block)}",mr=8,Ia=300,vr=16,Zo={bottom:{add:"ran-dropdown-down-in",remove:"ran-dropdown-down-out"},top:{add:"ran-dropdown-up-in",remove:"ran-dropdown-up-out"},left:{add:"ran-dropdown-left-in",remove:"ran-dropdown-left-out"},right:{add:"ran-dropdown-right-in",remove:"ran-dropdown-right-out"}},Mh=(function(i){return i.TOP="top",i.BOTTOM="bottom",i.LEFT="left",i.RIGHT="right",i})({}),Ds=class extends dt{_events=new Rt;_slot;popoverBlock;popoverContent;popoverInner;popoverInnerBlock;_shadowDom;dropDownInTimeId;dropDownOutTimeId;removeTimeId;static get observedAttributes(){return["placement","trigger","sheet"]}closePopover=()=>{this.setDropdownDisplayNone()};constructor(){super(),this._shadowDom=gt(this,Ph);const i=pt(this._shadowDom,".ran-popover-block",()=>x().class("ran-popover-block").role("tooltip").children(It().class("slot")).build());this.popoverBlock=i,this._slot=i.querySelector(".slot")}get placement(){return j(this,"placement","top")}set placement(i){et(this,"placement",i)}get trigger(){return j(this,"trigger","hover")}set trigger(i){et(this,"trigger",i)}get getPopupContainerId(){return j(this,"getPopupContainerId")}set getPopupContainerId(i){et(this,"getPopupContainerId",i)}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};initAria=()=>{this.hasAttribute("tabindex")||(this.tabIndex=0),this.setAttribute("aria-haspopup","dialog"),this.setAttribute("aria-expanded","false")};updateAriaExpanded=i=>{this.setAttribute("aria-expanded",i?"true":"false")};stopPropagation=i=>{i.stopPropagation()};createContent=i=>{if(i){if(!this.popoverContent){this.popoverContent=ot("r-dropdown").class("ran-popover-dropdown").style("display","none").style("position","absolute").build(),this.popoverContent?.addEventListener("click",this.stopPropagation);const d=x().children(this.popoverContent).build();this.trigger.includes("hover")&&!Cr()&&(this.popoverContent?.addEventListener("mouseleave",this.blur),this.popoverContent?.addEventListener("mouseenter",this.removeDropDownTimeId)),document.body.appendChild(d)}if(this.popoverContent&&i.length>0){this.popoverContent.innerHTML="";const d=document.createDocumentFragment();for(const g of i)d.appendChild(g);this.popoverContent.appendChild(d)}}};watchContent=i=>{const{value:d}=i.detail;this.createContent(d.content)};blur=Ar(()=>{this.removeTimeId&&this.removeDropDownTimeId(),this.removeTimeId=setTimeout(()=>{this.removeDropDownTimeId(),this.setDropdownDisplayNone()},Ia)},vr);removeDropDownTimeId=Ar(()=>{this.trigger.includes("hover")&&!Cr()&&(clearTimeout(this.removeTimeId),this.removeTimeId=void 0)},vr);setDropdownDisplayBlock=Ar(()=>{this.dropDownInTimeId||(clearTimeout(this.dropDownInTimeId),this.dropDownInTimeId=void 0,clearTimeout(this.dropDownOutTimeId),this.dropDownOutTimeId=void 0,this.popoverContent&&this.popoverContent.style.display!=="block"&&(this.updateAriaExpanded(!0),this.popoverContent.setAttribute("transit",Zo[this.placement].add),this.popoverContent?.style.setProperty("display","block"),this.placementPosition(),this.dropDownInTimeId=setTimeout(()=>{this.popoverContent&&this.popoverContent.removeAttribute("transit"),clearTimeout(this.dropDownInTimeId),this.dropDownInTimeId=void 0},Ia)))},vr);setDropdownDisplayNone=Ar(()=>{this.dropDownOutTimeId||(clearTimeout(this.dropDownInTimeId),this.dropDownInTimeId=void 0,clearTimeout(this.dropDownOutTimeId),this.dropDownOutTimeId=void 0,this.popoverContent&&this.popoverContent.style.display!=="none"&&(this.updateAriaExpanded(!1),this.popoverContent.setAttribute("transit",Zo[this.placement].remove),this.dropDownOutTimeId=setTimeout(()=>{this.popoverContent?.style.setProperty("display","none"),this.popoverContent&&this.popoverContent.removeAttribute("transit"),clearTimeout(this.dropDownOutTimeId),this.dropDownOutTimeId=void 0},Ia)))},vr);placementPosition=()=>{if(!this.popoverContent)return;const{top:i,left:d,bottom:g,width:m,height:k}=this.getBoundingClientRect();let S=g+window.scrollY+mr,F=d+window.scrollX;const U=document.getElementById(this.getPopupContainerId),tt=this.popoverContent.getBoundingClientRect();this.placement==="top"&&(S=i+window.scrollY-Math.max(tt.height,k)-mr,this.getPopupContainerId&&U&&(F=d-U.getBoundingClientRect().left,S=i-U.getBoundingClientRect().top-this.popoverContent.clientHeight-mr,F=d-U.getBoundingClientRect().left)),this.placement==="left"&&(F=d-Math.max(tt.width,m)-mr,S=i+window.scrollY),this.placement==="right"&&(F=d+m+mr,S=i+window.scrollY),this.popoverContent.style.setProperty("inset",`${S}px auto auto ${F}px`),this.popoverContent.style.setProperty("--ran-x",`${F}px`),this.popoverContent.style.setProperty("--ran-y",`${S}px`),this.popoverContent.style.setProperty("--ran-dropdown-arrow-anchor-width",`${m}px`),this.popoverContent.style.setProperty("--ran-dropdown-arrow-anchor-height",`${k}px`),this.popoverContent.style.setProperty("--ran-dropdown-min-width",`${tt.width}px`),this.popoverContent.style.setProperty("--ran-dropdown-min-height",`${tt.height}px`)};hoverPopover=i=>{this.clickPopover(i)};clickContent=i=>{i.stopPropagation()};clickPopover=i=>{i.stopPropagation(),i.preventDefault(),this.setDropdownDisplayBlock()};keydownPopover=i=>{(i.key==="Enter"||i.key===" ")&&(i.preventDefault(),this.setDropdownDisplayBlock()),i.key==="Escape"&&(i.preventDefault(),this.setDropdownDisplayNone())};clickRemovePopover=i=>{this.hoverRemovePopover(i)};popoverTrigger=()=>{this._events.abort();for(const i of this.children)i.tagName==="R-CONTENT"&&this._events.on(i,"change",this.watchContent);this.trigger.includes("hover")&&(this._events.on(this,"mouseenter",this.hoverPopover),this._events.on(this,"mouseleave",this.blur)),this._events.on(this,"click",this.clickPopover).on(this,"keydown",this.keydownPopover).on(document,"click",this.clickRemovePopover)};hoverRemovePopover=i=>{i.stopPropagation(),this.setDropdownDisplayNone()};changePlacement=Ar(()=>{this.placement==="top"&&this.popoverContent?.setAttribute("arrow","bottom"),this.placement==="bottom"&&this.popoverContent?.setAttribute("arrow","top"),this.placement==="left"&&this.popoverContent?.setAttribute("arrow","right"),this.placement==="right"&&this.popoverContent?.setAttribute("arrow","left")},vr);connectedCallback(){this.initAria(),this.handlerExternalCss();for(const i of this.children)i.tagName==="R-CONTENT"&&this.createContent(i.children);this.popoverTrigger(),this.changePlacement()}disconnectedCallback(){this._events.abort()}attributeChangedCallback(i,d,g){d!==g&&(i==="trigger"&&this.popoverTrigger(),i==="placement"&&this.changePlacement(),i==="sheet"&&this.handlerExternalCss())}};ut("r-popover",Ds);var Uh=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}.ran-colorpicker{box-sizing:border-box;min-width:32px;height:32px;border-radius:var(--ran-colorpicker-border-radius, var(--ran-radius-md, 8px));border:var(--ran-colorpicker-border, 1px solid var(--ran-color-border, #eaeaea));cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:var(--ran-colorpicker-transition, none);background:var(--ran-colorpicker-background, var(--ran-color-bg-elevated, #ffffff));padding:3px}.ran-colorpicker:hover{border-color:var(--ran-colorpicker-border-hover, var(--ran-color-border-hover, var(--ran-gray-500)))}.ran-colorpicker-block{position:relative;border-radius:var(--ran-colorpicker-block-border-radius, var(--ran-radius-sm, 4px));width:24px;height:24px;box-shadow:inset 0 0 0 1px var(--ran-gray-alpha-200, rgba(0, 0, 0, .09));background-image:conic-gradient(var(--ran-gray-alpha-100, rgba(0, 0, 0, .06)) 0 25%,transparent 0 50%,var(--ran-gray-alpha-100, rgba(0, 0, 0, .06)) 0 75%,transparent 0);background-size:50% 50%}.ran-colorpicker-inner{width:100%;height:100%;border-radius:inherit}.ran-colorpicker-block[disabled]{cursor:var(--ran-colorpicker-disabled-cursor, not-allowed);opacity:var(--ran-colorpicker-disabled-opacity, .5)}",Qh=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}.ran-color-picker-inner{box-sizing:border-box}.ran-color-picker-inner-content{box-sizing:border-box;display:flex;flex-direction:column;gap:12px;width:224px;padding:12px;font-family:var(--ran-font-family, inherit)}.ran-color-picker-inner-content *,.ran-color-picker-inner-content *:before,.ran-color-picker-inner-content *:after{box-sizing:border-box}.ran-color-picker-palette{position:relative;width:100%;height:160px;border-radius:var(--ran-radius-sm, 6px);overflow:hidden;cursor:crosshair;box-shadow:inset 0 0 0 1px var(--ran-gray-alpha-200, rgba(0, 0, 0, .09));touch-action:none}.ran-color-picker-saturation{position:absolute;inset:0;border-radius:inherit;background-image:linear-gradient(to top,#000,#0000),linear-gradient(to right,#fff,#fff0)}.ran-color-picker-palette-dot{position:absolute;top:0;left:0;z-index:2;width:14px;height:14px;transform:translate(-50%,-50%);border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #0003,0 1px 3px #00000059;pointer-events:none}.ran-color-picker-controls{display:flex;align-items:center;gap:12px}.ran-color-picker-preview{position:relative;flex:none;width:28px;height:28px;border-radius:50%;overflow:hidden;box-shadow:inset 0 0 0 1px var(--ran-gray-alpha-200, rgba(0, 0, 0, .09));background-image:conic-gradient(var(--ran-gray-alpha-100, rgba(0, 0, 0, .06)) 0 25%,transparent 0 50%,var(--ran-gray-alpha-100, rgba(0, 0, 0, .06)) 0 75%,transparent 0);background-size:12px 12px}.ran-color-picker-preview-inner{position:absolute;inset:0;border-radius:inherit}.ran-color-picker-sliders{flex:1;min-width:0;display:flex;flex-direction:column;gap:12px}.ran-color-picker-slider{position:relative;height:10px;border-radius:999px;cursor:pointer;box-shadow:inset 0 0 0 1px var(--ran-gray-alpha-200, rgba(0, 0, 0, .09));touch-action:none}.ran-color-picker-slider-hue{background:linear-gradient(to right,red,#ff0,#0f0,#0ff,#00f,#f0f,red)}.ran-color-picker-slider-alpha{background-image:conic-gradient(var(--ran-gray-alpha-100, rgba(0, 0, 0, .06)) 0 25%,transparent 0 50%,var(--ran-gray-alpha-100, rgba(0, 0, 0, .06)) 0 75%,transparent 0);background-size:8px 8px}.ran-color-picker-slider-alpha-track{position:absolute;inset:0;border-radius:inherit}.ran-color-picker-slider-thumb{position:absolute;top:50%;left:0;z-index:1;width:14px;height:14px;transform:translate(-50%,-50%);border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #0003,0 1px 3px #00000059;pointer-events:none}.ran-color-picker-input-container{display:flex;align-items:center;gap:8px}.ran-color-picker-format{flex:none;width:68px}.ran-color-picker-value{flex:1;min-width:0}",li=360,xs=class extends dt{colorpicker;colorpickerInner;context;_shadowDom;_events=new Rt;_effectDisposers=[];popoverBlock;popoverContent;colorPickerInner;colorPickerPalette;colorPickerSaturation;colorPickerPaletteDot;colorPickerHueSlider;colorPickerHueThumb;colorPickerAlphaSlider;colorPickerAlphaTrack;colorPickerAlphaThumb;colorPickerPreviewInner;colorPickerValueInput;colorPickerFormatSelect;colorPickerPaletteSelect;_activeSlider=null;_format="HEX";_editingInput=!1;static get observedAttributes(){return["disabled","value","sheet"]}constructor(){super(),this._shadowDom=gt(this,Uh);const i=pt(this._shadowDom,"r-popover",()=>{const d=x().class("ran-colorpicker-inner").part("swatch").build(),g=x().class("ran-colorpicker-block").part("block").children(d).build(),m=ot("r-content").class("ran-content").build();return ot("r-popover").class("ran-popover").attr("trigger","click").children(g,m).build()});this.popoverBlock=i,this.popoverContent=i.querySelector("r-content"),this.colorpicker=i.querySelector(".ran-colorpicker-block"),this.colorpickerInner=i.querySelector(".ran-colorpicker-inner"),this.colorpicker.setAttribute("role","button"),this.colorpicker.setAttribute("tabindex","0"),this.colorpicker.setAttribute("aria-haspopup","dialog"),this.colorpicker.setAttribute("aria-label","Choose color"),this.colorPickerPaletteSelect=!1,this.createContext()}get value(){return this.context?.value.getter()||""}set value(i){this.setAttribute("value",i)}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}get disabled(){return bt(this)}set disabled(i){i===!1||i===void 0||i===null?this.removeAttribute("disabled"):this.setAttribute("disabled","")}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};syncDisabledState=()=>{const i=bt(this);this.context?.disabled.setter(i),i?(this.setAttribute("aria-disabled","true"),this.colorpicker?.setAttribute("disabled","")):(this.removeAttribute("aria-disabled"),this.colorpicker?.removeAttribute("disabled")),this.colorpicker?.setAttribute("aria-disabled",i?"true":"false"),this.colorpicker?.setAttribute("tabindex",i?"-1":"0")};blockWhenDisabled=i=>{bt(this)&&(i.stopImmediatePropagation(),i.preventDefault())};createContext=()=>{const i=d=>{const[g,m]=ad(d);return{getter:g,setter:m}};this.context={value:i(""),disabled:i(!1),hue:i(0),saturation:i(0),lightness:i(100),transparency:i(100)}};currentRgba=()=>{const{hue:i,saturation:d,lightness:g,transparency:m}=this.context,{r:k,g:S,b:F}=wa(i.getter(),d.getter(),g.getter());return{r:k,g:S,b:F,a:m.getter()/100}};currentValue=()=>{const{r:i,g:d,b:g,a:m}=this.currentRgba();return m<1?`rgba(${i}, ${d}, ${g}, ${Number(m.toFixed(2))})`:Ca(i,d,g)};currentDisplay=()=>{const{r:i,g:d,b:g,a:m}=this.currentRgba();return this._format==="RGB"?m<1?`rgba(${i}, ${d}, ${g}, ${Number(m.toFixed(2))})`:`rgb(${i}, ${d}, ${g})`:Ca(i,d,g)};updateColorValue=i=>{if(i===this.context?.value.getter())return;const d=i.replace(/\s+/g,""),g=xh.exec(i),m=Lh.exec(d),k=Rh.exec(d);if(g){const{h:S,s:F,v:U}=Th(g[0]);this.context.hue.setter(S),this.context.saturation.setter(F),this.context.lightness.setter(U),this.context.transparency.setter(100)}else if(m){const{h:S,s:F,v:U}=Da(Number(m[1]),Number(m[2]),Number(m[3]));this.context.hue.setter(S),this.context.saturation.setter(F),this.context.lightness.setter(U),this.context.transparency.setter(Number(m[4])*100)}else if(k){const{h:S,s:F,v:U}=Da(Number(k[1]),Number(k[2]),Number(k[3]));this.context.hue.setter(S),this.context.saturation.setter(F),this.context.lightness.setter(U),this.context.transparency.setter(100)}else return;this.setAttribute("value",i),this.context?.value.setter(i)};emitChange=()=>{const i=this.currentValue(),{r:d,g,b:m,a:k}=this.currentRgba();this.context?.value.setter(i),this.setAttribute("value",i),this.dispatchEvent(new CustomEvent("change",{detail:{value:i,hex:Ca(d,g,m),rgb:`rgb(${d}, ${g}, ${m})`,rgba:`rgba(${d}, ${g}, ${m}, ${Number(k.toFixed(2))})`,alpha:Number(k.toFixed(2))},bubbles:!0,composed:!0}))};palettePointerDown=i=>{i.preventDefault(),this.colorPickerPaletteSelect=!0,this.updatePaletteFromEvent(i)};updatePaletteFromEvent=i=>{if(!this.colorPickerPalette)return;const{left:d,top:g,width:m,height:k}=this.colorPickerPalette.getBoundingClientRect();if(!m||!k)return;const S=Yt(i.clientX-d,0,m),F=Yt(i.clientY-g,0,k);this.context.saturation.setter(S/m*100),this.context.lightness.setter((1-F/k)*100),this.emitChange()};sliderPointerDown=i=>d=>{d.preventDefault(),this._activeSlider=i,this.updateSliderFromEvent(i,d)};updateSliderFromEvent=(i,d)=>{const g=i==="hue"?this.colorPickerHueSlider:this.colorPickerAlphaSlider;if(!g)return;const{left:m,width:k}=g.getBoundingClientRect();if(!k)return;const S=Yt(d.clientX-m,0,k)/k;i==="hue"?this.context.hue.setter(S*li):this.context.transparency.setter(S*100),this.emitChange()};onPointerMove=i=>{const d=i;this.colorPickerPaletteSelect?this.updatePaletteFromEvent(d):this._activeSlider&&this.updateSliderFromEvent(this._activeSlider,d)};initSliderA11y=(i,d,g)=>{i.setAttribute("role","slider"),i.setAttribute("tabindex","0"),i.setAttribute("aria-label",d),i.setAttribute("aria-orientation","horizontal"),i.setAttribute("aria-valuemin","0"),i.setAttribute("aria-valuemax",String(g))};sliderKeydown=i=>d=>{const g=i==="hue"?li:100,m=i==="hue"?this.context.hue:this.context.transparency,k=d.shiftKey?10:1,S=m.getter();let F=S;switch(d.key){case"ArrowRight":case"ArrowUp":F=S+k;break;case"ArrowLeft":case"ArrowDown":F=S-k;break;case"Home":F=0;break;case"End":F=g;break;default:return}d.preventDefault(),m.setter(Yt(F,0,g)),this.emitChange()};onPointerUp=()=>{this.colorPickerPaletteSelect=!1,this._activeSlider=null};onSwatchKeydown=i=>{bt(this)||(i.key==="Enter"||i.key===" "||i.key==="Spacebar")&&(i.preventDefault(),this.colorpicker?.click())};onValueInput=i=>{const d=i.target,g=i.detail?.value??d?.value;typeof g=="string"&&(this._editingInput=!0,this.updateColorValue(g.trim()),this._editingInput=!1,this.emitChange())};onFormatChange=i=>{const d=i.detail?.value;this._format=d==="RGB"?"RGB":"HEX",this.syncValueInput()};syncValueInput=()=>{this._editingInput||!this.colorPickerValueInput||(this.colorPickerValueInput.value=this.currentDisplay())};setupEffects=()=>{this._effectDisposers.push(oi(()=>{const{r:i,g:d,b:g}=wa(this.context.hue.getter(),100,100);this.colorPickerSaturation?.style.setProperty("background-color",`rgb(${i}, ${d}, ${g})`)}),oi(()=>{const i=Yt(this.context.saturation.getter(),0,100),d=Yt(this.context.lightness.getter(),0,100);this.colorPickerPaletteDot?.style.setProperty("left",`${i}%`),this.colorPickerPaletteDot?.style.setProperty("top",`${100-d}%`)}),oi(()=>{const i=this.context.hue.getter(),{r:d,g,b:m}=wa(i,100,100);this.colorPickerHueThumb?.style.setProperty("left",`${i/li*100}%`),this.colorPickerHueThumb?.style.setProperty("background",`rgb(${d}, ${g}, ${m})`),this.colorPickerHueSlider?.setAttribute("aria-valuenow",String(Math.round(i)))}),oi(()=>{const{r:i,g:d,b:g,a:m}=this.currentRgba(),k=`rgb(${i}, ${d}, ${g})`,S=`rgba(${i}, ${d}, ${g}, ${Number(m.toFixed(3))})`;this.colorPickerAlphaTrack?.style.setProperty("background",`linear-gradient(to right, rgba(${i}, ${d}, ${g}, 0), ${k})`),this.colorPickerAlphaThumb?.style.setProperty("left",`${m*100}%`),this.colorPickerAlphaThumb?.style.setProperty("background",S),this.colorPickerPreviewInner?.style.setProperty("background",S),this.colorpickerInner?.style.setProperty("background",S),this.colorPickerAlphaSlider?.setAttribute("aria-valuenow",String(Math.round(m*100))),this.colorPickerAlphaSlider?.setAttribute("aria-valuetext",`${Math.round(m*100)}%`),this.syncValueInput()}))};disposeEffects=()=>{for(const i of this._effectDisposers)i();this._effectDisposers=[]};openColorPicker=()=>{if(bt(this)||this.colorPickerInner)return;this.colorPickerSaturation=x().class("ran-color-picker-saturation").build(),this.colorPickerPaletteDot=x().class("ran-color-picker-palette-dot").build(),this.colorPickerPalette=x().class("ran-color-picker-palette").on("mousedown",this.palettePointerDown).children(this.colorPickerSaturation,this.colorPickerPaletteDot).build(),this.colorPickerPreviewInner=x().class("ran-color-picker-preview-inner").build();const i=x().class("ran-color-picker-preview").children(this.colorPickerPreviewInner).build();this.colorPickerHueThumb=x().class("ran-color-picker-slider-thumb").build(),this.colorPickerHueSlider=x().class("ran-color-picker-slider ran-color-picker-slider-hue").on("mousedown",this.sliderPointerDown("hue")).on("keydown",this.sliderKeydown("hue")).children(this.colorPickerHueThumb).build(),this.initSliderA11y(this.colorPickerHueSlider,"Hue",li),this.colorPickerAlphaTrack=x().class("ran-color-picker-slider-alpha-track").build(),this.colorPickerAlphaThumb=x().class("ran-color-picker-slider-thumb").build(),this.colorPickerAlphaSlider=x().class("ran-color-picker-slider ran-color-picker-slider-alpha").on("mousedown",this.sliderPointerDown("alpha")).on("keydown",this.sliderKeydown("alpha")).children(this.colorPickerAlphaTrack,this.colorPickerAlphaThumb).build(),this.initSliderA11y(this.colorPickerAlphaSlider,"Alpha opacity",100);const d=x().class("ran-color-picker-sliders").children(this.colorPickerHueSlider,this.colorPickerAlphaSlider).build(),g=x().class("ran-color-picker-controls").children(i,d).build();this.colorPickerFormatSelect=ot("r-select").class("ran-color-picker-format").attr("value",this._format).attr("defaultValue",this._format).attr("trigger","click").children(...["HEX","RGB"].map(S=>ot("r-option").attr("value",S).text(S).build())).on("change",this.onFormatChange).build(),this.colorPickerValueInput=ot("r-input").class("ran-color-picker-value").on("change",this.onValueInput).build();const m=x().class("ran-color-picker-input-container").children(this.colorPickerFormatSelect,this.colorPickerValueInput).build(),k=x().class("ran-color-picker-inner-content").children(this.colorPickerPalette,g,m).build();this.colorPickerInner=x().class("ran-color-picker-inner").children(cd().text(Qh).build(),k).build(),this.popoverContent.appendChild(this.colorPickerInner),this.setupEffects(),this.syncValueInput()};connectedCallback(){this.handlerExternalCss(),this.setAttribute("class","ran-colorpicker"),this._events.on(this,"click",this.blockWhenDisabled,{capture:!0}),this._events.on(this,"keydown",this.blockWhenDisabled,{capture:!0}),this._events.on(this.popoverBlock,"click",this.openColorPicker),this._events.on(this.colorpicker,"keydown",this.onSwatchKeydown),this._events.on(document,"mousemove",this.onPointerMove),this._events.on(document,"mouseup",this.onPointerUp),this.syncDisabledState(),this.value&&this.updateColorValue(this.value)}disconnectedCallback(){this._events.abort(),this.disposeEffects()}attributeChangedCallback(i,d,g){d!==g&&(i==="value"&&this.updateColorValue(g),i==="disabled"&&this.syncDisabledState(),i==="sheet"&&this.handlerExternalCss())}};ut("r-colorpicker",xs);var Nh='.remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}.ran-loading .stretch{width:var(--loading-stretch-width, 4em);height:var(--loading-stretch-height, 5em);text-align:var(--loading-stretch-text-align, center);display:var(--loading-stretch-display, flex);flex-flow:var(--loading-stretch-flex-flow, row nowrap);justify-content:var(--loading-stretch-justify-content, space-between);align-items:var(--loading-stretch-align-items, center)}@keyframes ran-loading-stretch{0%,40%,to{transform:var(--loading-stretch-keyframes-0, scaleY(.4))}20%{transform:var(--loading-stretch-keyframes-20, scaleY(1))}}.ran-loading .stretch div{background-color:var(--loading-stretch-div-background-color, var(--ran-color-primary, #4096ff));height:var(--loading-stretch-div-height, 100%);width:var(--loading-stretch-div-width, .4em);animation:var(--loading-stretch-div-animation, ran-loading-stretch 1.2s infinite ease-in-out);animation-play-state:var(--loading-stretch-div-animation-play-state, running)}.ran-loading .stretch .rect5{animation-delay:var(--loading-stretch-rect-animation-delay, -.8s)}.ran-loading .stretch .rect4{animation-delay:var(--loading-stretch-rect-animation-delay, -.9s)}.ran-loading .stretch .rect3{animation-delay:var(--loading-stretch-rect-animation-delay, -1s)}.ran-loading .stretch .rect2{animation-delay:var(--loading-stretch-rect-animation-delay, -1.1s)}.ran-loading .rotate{width:var(--loading-rotate-width, 4em);height:var(--loading-rotate-height, 4em);background:var(--loading-rotate-background, var(--ran-color-primary, #4096ff));animation:var(--loading-rotate-animation, ran-loading-rotate 1.2s infinite ease-in-out);animation-play-state:var(--loading-rotate-div-animation-play-state, running)}@keyframes ran-loading-rotate{0%{transform:var(--loading-rotate-keyframes-0, perspective(120px) rotateX(0deg) rotateY(0deg))}50%{transform:var(--loading-rotate-keyframes-50, perspective(120px) rotateX(-180.1deg) rotateY(0deg))}to{transform:var(--loading-rotate-keyframes-100, perspective(120px) rotateX(-180deg) rotateY(-179.9deg))}}.ran-loading .double-bounce{width:var(--loading-double-bounce-width, 4em);height:var(--loading-double-bounce-height, 4em);position:var(--loading-double-bounce-height, relative)}.ran-loading .double-bounce .double-bounce1{width:var(--loading-double-bounce1-width, 100%);height:var(--loading-double-bounce1-height, 100%);border-radius:var(--loading-double-bounce1-border-radius, 50%);background:var(--loading-double-bounce1-background, var(--ran-color-primary, #4096ff));opacity:var(--loading-double-bounce1-opacity, .6);position:var(--loading-double-bounce1-position, absolute);top:var(--loading-double-bounce1-top, 0);left:var(--loading-double-bounce1-left, 0);animation:var(--loading-double-bounce1-animation, ran-loading-bounce 2s infinite ease-in-out);animation-play-state:var(--loading-double-bounce1-animation-play-state, running)}.ran-loading .double-bounce .double-bounce2{width:var(--loading-double-bounce2-width, 100%);height:var(--loading-double-bounce2-height, 100%);border-radius:var(--loading-double-bounce2-border-radius, 50%);background:var(--loading-double-bounce2-background, var(--ran-color-primary, #4096ff));opacity:var(--loading-double-bounce2-opacity, .6);position:var(--loading-double-bounce2-position, absolute);top:var(--loading-double-bounce2-top, 0);left:var(--loading-double-bounce2-left, 0);animation:var(--loading-double-bounce2-animation, ran-loading-bounce 2s infinite ease-in-out);animation-delay:var(--loading-double-bounce2-animation-delay, -1s);animation-play-state:var(--loading-double-bounce2-animation-play-state, running)}@keyframes ran-loading-bounce{0%,to{transform:var(--loading-double-bounce-keyframes-0, scale(0))}50%{transform:var(--loading-double-bounce-keyframes-50, scale(1))}}.ran-loading .cube{width:var(--loading-cube-width, 2em);height:var(--loading-cube-width, 2em);position:var(--loading-cube-width, relative)}.ran-loading .cube .cube1{background:var(--loading-cube1-background, var(--ran-color-primary, #4096ff));width:var(--loading-cube1-width, 2em);height:var(--loading-cube1-height, 2em);position:var(--loading-cube1-position, absolute);top:var(--loading-cube1-top, 0);left:var(--loading-cube1-left, 0);animation:var(--loading-cube1-animation, ran-loading-cube 1.8s infinite ease-in-out);animation-play-state:var(--loading-cube1-animation-play-state, running)}.ran-loading .cube .cube2{background:var(--loading-cube2-background, var(--ran-color-primary, #4096ff));width:var(--loading-cube2-width, 2em);height:var(--loading-cube2-height, 2em);position:var(--loading-cube2-position, absolute);top:var(--loading-cube2-top, 0);left:var(--loading-cube2-left, 0);animation:var(--loading-cube2-animation, ran-loading-cube 1.8s infinite ease-in-out);animation-delay:var(--loading-cube2-animation-delay, -.9s);animation-play-state:var(--loading-cube2-animation-play-state, running)}@keyframes ran-loading-cube{25%{transform:var(--loading-cube-keyframes-25, translateX(42px) rotate(-90deg) scale(.5))}50%{transform:var(--loading-cube-keyframes-50, translateX(42px) translateY(42px) rotate(-179deg))}50.1%{transform:var(--loading-cube-keyframes-501, translateX(42px) translateY(42px) rotate(-180deg))}75%{transform:var(--loading-cube-keyframes-75, translateX(0px) translateY(42px) rotate(-270deg) scale(.5))}to{transform:var(--loading-cube-keyframes-100, rotate(-360deg))}}.ran-loading .dot{width:var(--loading-dot-width, 4em);height:var(--loading-dot-height, 4em);position:var(--loading-dot-position, relative);text-align:var(--loading-dot-text-align, center);animation:var(--loading-dot-animation, ran-loading-dot-rotate 2s infinite linear);animation-play-state:var(--loading-dot-animation-play-state, running)}.ran-loading .dot .dot1{width:var(--loading-dot1-width, 60%);height:var(--loading-dot1-height, 60%);display:var(--loading-dot1-display, inline-block);position:var(--loading-dot1-position, absolute);top:var(--loading-dot1-top, 0);background:var(--loading-dot1-background, var(--ran-color-primary, #4096ff));border-radius:var(--loading-dot1-border-radius, 100%);animation:var(--loading-dot1-animation, ran-loading-dot-bounce 2s infinite ease-in-out);animation-play-state:var(--loading-dot1-animation-play-state, running)}.ran-loading .dot .dot2{width:var(--loading-dot2-width, 60%);height:var(--loading-dot2-height, 60%);display:var(--loading-dot2-display, inline-block);position:var(--loading-dot2-position, absolute);background:var(--loading-dot2-background, var(--ran-color-primary, #4096ff));border-radius:var(--loading-dot2-border-radius, 100%);animation:var(--loading-dot2-animation, ran-loading-dot-bounce 2s infinite ease-in-out);top:var(--loading-dot2-top, auto);bottom:var(--loading-dot2-bottom, 0px);animation-delay:var(--loading-dot2-animation-delay, -1s);animation-play-state:var(--loading-dot2-animation-play-state, running)}@keyframes ran-loading-dot-rotate{to{transform:var(--loading-dot-keyframes-rotate, rotate(360deg))}}@keyframes ran-loading-dot-bounce{0%,to{transform:var(--loading-dot-keyframes-bounce-0, scale(0))}50%{transform:var(--loading-dot-keyframes-bounce-50, scale(1))}}.ran-loading .triple-bounce{width:var(--loading-triple-bounce-width, 10em);text-align:var(--loading-triple-bounce-text-align, center)}.ran-loading .triple-bounce div{width:var(--loading-triple-bounce-div-width, 2em);height:var(--loading-triple-bounce-div-height, 2em);background:var(--loading-triple-bounce-div-background, var(--ran-color-primary, #4096ff));border-radius:var(--loading-triple-bounce-div-border-radius, 100%);display:var(--loading-triple-bounce-div-display, inline-block);animation:var(--loading-triple-bounce-div-animation, ran-loading-triple-bounce 1.4s infinite ease-in-out);animation-play-state:var(--loading-triple-bounce-div-animation-play-state, running);animation-fill-mode:var(--loading-triple-bounce-div-animation-fill-mode, both)}.ran-loading .triple-bounce .triple-bounce1{animation-delay:var(--loading-triple-bounce1-animation-delay, -.32s)}.ran-loading .triple-bounce .triple-bounce2{animation-delay:var(--loading-triple-bounce2-animation-delay, -.16s)}@keyframes ran-loading-triple-bounce{0%,80%,to{transform:var(--loading-triple-bounce-keyframes-0, scale(0))}40%{transform:var(--loading-triple-bounce-keyframes-40, scale(1))}}.ran-loading .scale-out{width:var(--loading-scale-out-width, 4em);height:var(--loading-scale-out-height, 4em);background:var(--loading-scale-out-background, var(--ran-color-primary, #4096ff));border-radius:var(--loading-scale-out-border-radius, 100%);animation:var(--loading-scale-out-animation, ran-loading-scale-out 1s infinite ease-in-out);animation-play-state:var(--loading-scale-out-animation-play-state, running)}@keyframes ran-loading-scale-out{0%{transform:var(--loading-scale-out-keyframes-0-transform, scale(0))}to{transform:var(--loading-scale-out-keyframes-100-transform, scale(1));opacity:var(--loading-scale-out-keyframes-100-transform, 0)}}.ran-loading .circle{width:var(--loading-circle-width, 4em);height:var(--loading-circle-height, 4em);position:var(--loading-circle-position, relative)}.ran-loading .circle-container{position:var(--loading-circle-container-position, absolute);width:var(--loading-circle-container-width, 100%);height:var(--loading-circle-container-height, 100%)}.ran-loading .circle-container div{width:var(--loading-circle-container-div-width, 1em);height:var(--loading-circle-container-div-height, 1em);background:var(--loading-circle-container-div-background, var(--ran-color-primary, #4096ff));border-radius:var(--loading-circle-container-div-border-radius, 100%);position:var(--loading-circle-container-div-position, absolute);animation:var(--loading-circle-container-div-animation, ran-loading-circle 1.2s infinite ease-in-out);animation-play-state:var(--loading-circle-container-div-animation-play-state, running);animation-fill-mode:var(--loading-circle-container-div-animation-fill-mode, both)}.ran-loading .circle .container1 .circle2{animation-delay:var(--loading-circle-container1-circle2-animation-delay, -.9s)}.ran-loading .circle .container1 .circle3{animation-delay:var(--loading-circle-container1-circle3-animation-delay, -.6s)}.ran-loading .circle .container1 .circle4{animation-delay:var(--loading-circle-container1-circle4-animation-delay, -.3s)}.ran-loading .circle .container2{transform:var(--loading-circle-container2-transform, rotateZ(45deg))}.ran-loading .circle .container2 .circle1{animation-delay:var(--loading-circle-container2-circle1-animation-delay, -1.1s)}.ran-loading .circle .container2 .circle2{animation-delay:var(--loading-circle-container2-circle2-animation-delay, -.8s)}.ran-loading .circle .container2 .circle3{animation-delay:var(--loading-circle-container2-circle3-animation-delay, -.5s)}.ran-loading .circle .container2 .circle4{animation-delay:var(--loading-circle-container2-circle4-animation-delay, -.2s)}.ran-loading .circle .container3{transform:var(--loading-circle-container3-transform, rotateZ(90deg))}.ran-loading .circle .container3 .circle1{animation-delay:var(--loading-circle-container3-circle1-transform, -1s)}.ran-loading .circle .container3 .circle2{animation-delay:var(--loading-circle-container3-circle2-transform, -.7s)}.ran-loading .circle .container3 .circle3{animation-delay:var(--loading-circle-container3-circle3-transform, -.4s)}.ran-loading .circle .container3 .circle4{animation-delay:var(--loading-circle-container3-circle4-transform, -.1s)}.ran-loading .circle .circle1{top:var(--loading-circle1-top, 0);left:var(--loading-circle1-left, 0)}.ran-loading .circle .circle2{top:var(--loading-circle2-top, 0);right:var(--loading-circle2-right, 0)}.ran-loading .circle .circle3{right:var(--loading-circle3-right, 0);bottom:var(--loading-circle3-bottom, 0)}.ran-loading .circle .circle4{left:var(--loading-circle3-left, 0);bottom:var(--loading-circle3-bottom, 0)}@keyframes ran-loading-circle{0%,80%,to{transform:var(--loading-circle-keyframes-0, scale(0))}40%{transform:var(--loading-circle-keyframes-40, scale(1))}}@keyframes circle-line{0%{transform:var(--loading-circle-line-keyframes-from, rotate(0))}to{transform:var(--loading-circle-line-keyframes-to, rotate(359deg))}}.ran-loading .circle-line-border{width:var(--loading-circle-line-border-width, 50px);height:var(--loading-circle-line-border-height, 50px);padding:var(--loading-circle-line-border-padding, 3px);display:var(--loading-circle-line-border-display, flex);justify-content:var(--loading-circle-line-border-justify-content, center);align-items:var(--loading-circle-line-border-align-items, center);border-radius:var(--loading-circle-line-border-border-radius, 50%);background:var(--loading-circle-line-border-background, linear-gradient(0deg, rgba(63, 249, 220, .1) 33%, #3ff9dc 100%));animation:var(--loading-circle-line-border-animation, circle-line .8s linear 0s infinite);animation-play-state:var(--loading-circle-line-border-animation-play-state, running)}.ran-loading .circle-line-core{width:var(--loading-circle-line-core-width, 100%);height:var(--loading-circle-line-core-height, 100%);background:var(--loading-circle-line-core-background, #fff);border-radius:var(--loading-circle-line-core-border-radius, 50%)}@keyframes square-box1{0%{transform:var(--loading-square-box1-keyframes-0, rotate(0))}25%{transform:var(--loading-square-box1-keyframes-25, rotate(90deg))}50%{transform:var(--loading-square-box1-keyframes-50, rotate(180deg))}75%{transform:var(--loading-square-box1-keyframes-75, rotate(270deg))}to{transform:var(--loading-square-box1-keyframes-100, rotate(360deg))}}@keyframes square-box2{0%{transform:var(--loading-square-box2-keyframes-0, rotate(45deg))}25%{transform:var(--loading-square-box2-keyframes-25, rotate(-45deg))}50%{transform:var(--loading-square-box2-keyframes-50, rotate(-135deg))}75%{transform:var(--loading-square-box2-keyframes-75, rotate(-225deg))}to{transform:var(--loading-square-box2-keyframes-100, rotate(-315deg))}}.ran-loading .square-box1{width:var(--loading-square-box1-width, 50px);height:var(--loading-square-box1-height, 50px);padding:var(--loading-square-box1-padding, 3px);position:var(--loading-square-box1-position, absolute);display:var(--loading-square-box1-display, flex);justify-content:var(--loading-square-box1-justify-content, center);align-items:var(--loading-square-box1-align-items, center);background:var(--loading-square-box1-background, #ffab91);animation:var(--loading-square-box1-animation, square-box1 3s ease-in-out 0s infinite alternate);animation-play-state:var(--loading-square-box1-animation-play-state, running)}.ran-loading .square-box2{width:var(--loading-square-box2-width, 50px);height:var(--loading-square-box2-height, 50px);padding:var(--loading-square-box2-padding, 3px);left:var(--loading-square-box2-left, -50px);display:var(--loading-square-box2-display, flex);justify-content:var(--loading-square-box2-justify-content, center);align-items:var(--loading-square-box2-align-items, center);background:var(--loading-square-box2-background, #3ff9dc);transform:var(--loading-square-box2-transform, rotate(45deg));animation:var(--loading-square-box2-animation, square-box2 3s ease-in-out 0s infinite alternate);animation-play-state:var(--loading-square-box2-animation-play-state, running)}.ran-loading .square-core{width:var(--loading-square-core-width, 100%);height:var(--loading-square-core-height, 100%);background:var(--loading-square-core-background, #37474f)}.ran-loading .pulse{width:var(--loading-pulse-width, 120px);display:var(--loading-pulse-display, flex);justify-content:var(--loading-pulse-justify-content, space-between);align-items:var(--loading-pulse-align-items, center)}.ran-loading .pulse-bubble{width:var(--loading-pulse-bubble-width, 20px);height:var(--loading-pulse-bubble-height, 20px);border-radius:var(--loading-pulse-bubble-border-radius, 50%);background:var(--loading-pulse-bubble-background, #3ff9dc)}@keyframes pulse{0%{opacity:var(--loading-pulse-bubble-keyframes-from-opacity, 1);transform:var(--loading-pulse-bubble-keyframes-from-transform, scale(1))}to{opacity:var(--loading-pulse-bubble-keyframes-to-opacity, .25);transform:var(--loading-pulse-bubble-keyframes-to-transform, scale(.75))}}.ran-loading .pulse-bubble-1{animation:var(--loading-pulse-bubble-1-animation, pulse .4s ease 0s infinite alternate);animation-play-state:var(--loading-pulse-bubble-1-animation-play-state, running)}.ran-loading .pulse-bubble-2{animation:var(--loading-pulse-bubble-2-animation, pulse .4s ease .2s infinite alternate);animation-play-state:var(--loading-pulse-bubble-2-animation-play-state, running)}.ran-loading .pulse-bubble-3{animation:var(--loading-pulse-bubble-3-animation, pulse .4s ease .4s infinite alternate);animation-play-state:var(--loading-pulse-bubble-3-animation-play-state, running)}.ran-loading .solar{width:var(--loading-solar-width, 250px);height:var(--loading-solar-height, 250px);display:var(--loading-solar-display, flex);justify-content:var(--loading-solar-justify-content, center);align-items:var(--loading-solar-align-items, center)}@keyframes solar{0%{transform:var(--loading-solar-keyframes-from, rotate(0))}to{transform:var(--loading-solar-keyframes-to, rotate(359deg))}}.ran-loading .solar .orbit{position:var(--loading-solar-orbit-position, relative);display:var(--loading-solar-orbit-display, flex);justify-content:var(--loading-solar-orbit-justify-content, center);align-items:var(--loading-solar-orbit-align-items, center);border:var(--loading-solar-orbit-border, 1px solid #77777d);border-radius:var(--loading-solar-orbit-border-radius, 50%)}.ran-loading .solar .earth-orbit{width:var(--loading-solar-earth-orbit-width, 165px);height:var(--loading-solar-earth-orbit-height, 165px);animation:var(--loading-solar-earth-orbit-animation, solar 12s linear 0s infinite);animation-play-state:var(--loading-solar-earth-orbit-animation-play-state, running)}.ran-loading .solar .venus-orbit{width:var(--loading-solar-venus-orbit-width, 120px);height:var(--loading-solar-venus-orbit-height, 120px);animation:var(--loading-solar-venus-orbit-width, solar 7.4s linear 0s infinite);animation-play-state:var(--loading-solar-venus-orbit-animation-play-state, running)}.ran-loading .solar .mercury-orbit{width:var(--loading-solar-mercury-orbit-width, 90px);height:var(--loading-solar-mercury-orbit-height, 90px);animation:var(--loading-solar-mercury-orbit-animation, solar 3s linear 0s infinite);animation-play-state:var(--loading-solar-mercury-orbit-animation-play-state, running)}.ran-loading .solar .planet{position:var(--loading-solar-planet-position, absolute);top:var(--loading-solar-planet-top, -5px);width:var(--loading-solar-planet-width, 10px);height:var(--loading-solar-planet-height, 10px);border-radius:var(--loading-solar-planet-border-radius, 50%);background:var(--loading-solar-planet-background, #3ff9dc)}.ran-loading .solar .sun{width:var(--loading-solar-sun-width, 35px);height:var(--loading-solar-sun-height, 35px);border-radius:var(--loading-solar-sun-border-radius, 50%);background:var(--loading-solar-sun-background, #ffab91)}.ran-loading .cube-fold{width:var(--loading-cube-fold-width, 4em);height:var(--loading-cube-fold-height, 4em);position:var(--loading-cube-fold-position, relative);margin:var(--loading-cube-fold-margin, auto);transform:var(--loading-cube-fold-transform, rotateZ(45deg))}@keyframes cube-fold{0%,10%{transform:var(--loading-cube-fold-keyframes-0-transform, perspective(140px) rotateX(-180deg));opacity:var(--loading-cube-fold-keyframes-0-opacity, 0)}25%,75%{transform:var(--loading-cube-fold-keyframes-25-transform, perspective(140px) rotateX(0deg));opacity:var(--loading-cube-fold-keyframes-25-opacity, 1)}90%,to{transform:var(--loading-cube-fold-keyframes-90-transform, perspective(140px) rotateY(180deg));opacity:var(--loading-cube-fold-keyframes-90-opacity, 0)}}.ran-loading .cube-fold-item{float:var(--loading-cube-fold-item-float, left);width:var(--loading-cube-fold-item-width, 50%);height:var(--loading-cube-fold-item-height, 50%);position:var(--loading-cube-fold-item-position, relative);transform:var(--loading-cube-fold-item-transform, scale(1.1))}.ran-loading .cube-fold-item:before{content:var(--loading-cube-fold-item-before-content, " ");position:var(--loading-cube-fold-item-before-position, absolute);top:var(--loading-cube-fold-item-before-top, 0);left:var(--loading-cube-fold-item-before-left, 0);width:var(--loading-cube-fold-item-before-width, 100%);height:var(--loading-cube-fold-item-before-height, 100%);background:var(--loading-cube-fold-item-before-background, #337ab7);animation:var(--loading-cube-fold-item-before-animation, cube-fold 2.4s infinite linear both);animation-play-state:var(--loading-cube-fold-item-before-animation-play-state, running);transform-origin:var(--loading-cube-fold-item-before-transform-origin, 100% 100%)}.ran-loading .cube-fold-item-2{transform:var(--loading-cube-fold-item-2-transform, scale(1.1) rotateZ(90deg))}.ran-loading .cube-fold-item-2:before{animation-delay:var(--loading-cube-fold-item-2-before-animation-delay, .3s)}.ran-loading .cube-fold-item-3{transform:var(--loading-cube-fold-item-3-transform, scale(1.1) rotateZ(270deg))}.ran-loading .cube-fold-item-3:before{animation-delay:var(--loading-cube-fold-item-3-before-animation-delay, .9s)}.ran-loading .cube-fold-item-4{transform:var(--loading-cube-fold-item-4-transform, scale(1.1) rotateZ(180deg))}.ran-loading .cube-fold-item-4:before{animation-delay:var(--loading-cube-fold-item-4-before-animation-delay, .6s)}.ran-loading .circle-fold{width:var(--loading-circle-fold-width, 4em);height:var(--loading-circle-fold-height, 4em);position:var(--loading-circle-fold-position, relative);margin:var(--loading-circle-fold-margin, auto)}@keyframes circle-fold{0%,39%,to{opacity:var(--loading-circle-fold-keyframes-0-opacity, 0)}40%{opacity:var(--loading-circle-fold-keyframes-40-opacity, 1)}}.ran-loading .circle-fold-item{width:var(--loading-circle-fold-item-width, 100%);height:var(--loading-circle-fold-item-height, 100%);position:var(--loading-circle-fold-item-position, absolute);left:var(--loading-circle-fold-item-left, 0);top:var(--loading-circle-fold-item-top, 0)}.ran-loading .circle-fold-item:before{content:var(--loading-circle-fold-item-before-content, " ");display:var(--loading-circle-fold-item-before-display, block);margin:var(--loading-circle-fold-item-before-margin, 0 auto);width:var(--loading-circle-fold-item-before-width, 15%);height:var(--loading-circle-fold-item-before-height, 15%);background:var(--loading-circle-fold-item-before-background, #337ab7);border-radius:var(--loading-circle-fold-item-before-border-radius, 100%);animation:var(--loading-circle-fold-item-before-animation, circle-fold 1.2s infinite ease-in-out both);animation-play-state:var(--loading-circle-fold-item-before-animation-play-state, running)}.ran-loading .circle-fold-item-2{transform:var(--loading-circle-fold-item-2-transform, rotate(30deg))}.ran-loading .circle-fold-item-2:before{animation-delay:var(--loading-circle-fold-item-2-before-animation-delay, -1.1s)}.ran-loading .circle-fold-item-3{transform:var(--loading-circle-fold-item-3-transform, rotate(60deg))}.ran-loading .circle-fold-item-3:before{animation-delay:var(--loading-circle-fold-item-3-before-animation-delay, -1s)}.ran-loading .circle-fold-item-4{transform:var(--loading-circle-fold-item-4-transform, rotate(90deg))}.ran-loading .circle-fold-item-4:before{animation-delay:var(--loading-circle-fold-item-4-before-animation-delay, -.9s)}.ran-loading .circle-fold-item-5{transform:var(--loading-circle-fold-item-5-transform, rotate(120deg))}.ran-loading .circle-fold-item-5:before{animation-delay:var(--loading-circle-fold-item-5-before-animation-delay, -.8s)}.ran-loading .circle-fold-item-6{transform:var(--loading-circle-fold-item-6-transform, rotate(150deg))}.ran-loading .circle-fold-item-6:before{animation-delay:var(--loading-circle-fold-item-6-before-animation-delay, -.7s)}.ran-loading .circle-fold-item-7{transform:var(--loading-circle-fold-item-7-transform, rotate(180deg))}.ran-loading .circle-fold-item-7:before{animation-delay:var(--loading-circle-fold-item-7-before-animation-delay, -.6s)}.ran-loading .circle-fold-item-8{transform:var(--loading-circle-fold-item-8-transform, rotate(210deg))}.ran-loading .circle-fold-item-8:before{animation-delay:var(--loading-circle-fold-item-8-before-animation-delay, -.5s)}.ran-loading .circle-fold-item-9{transform:var(--loading-circle-fold-item-9-transform, rotate(240deg))}.ran-loading .circle-fold-item-9:before{animation-delay:var(--loading-circle-fold-item-9-before-animation-delay, -.4s)}.ran-loading .circle-fold-item-10{transform:var(--loading-circle-fold-item-10-transform, rotate(270deg))}.ran-loading .circle-fold-item-10:before{animation-delay:var(--loading-circle-fold-item-10-before-animation-delay, -.3s)}.ran-loading .circle-fold-item-11{transform:var(--loading-circle-fold-item-11-transform, rotate(300deg))}.ran-loading .circle-fold-item-11:before{animation-delay:var(--loading-circle-fold-item-11-before-animation-delay, -.2s)}.ran-loading .circle-fold-item-12{transform:var(--loading-circle-fold-item-12-transform, rotate(330deg))}.ran-loading .circle-fold-item-12:before{animation-delay:var(--loading-circle-fold-item-12-before-animation-delay, -.1s)}.ran-loading .cube-grid{width:var(--loading-cube-grid-width, 4em);height:var(--loading-cube-grid-height, 4em);margin:var(--loading-cube-grid-margin, auto)}@keyframes cube-grid{0%,70%,to{transform:var(--loading-cube-grid-keyframes-0-transform, scale3D(1, 1, 1))}35%{transform:var(--loading-cube-grid-keyframes-35-transform, scale3D(0, 0, 1))}}.ran-loading .cube-grid-item{width:var(--loading-cube-grid-item-width, 33%);height:var(--loading-cube-grid-item-height, 33%);background:var(--loading-cube-grid-item-background, #337ab7);float:var(--loading-cube-grid-item-float, left);animation:var(--loading-cube-grid-item-animation, cube-grid 1.3s infinite ease-in-out);animation-play-state:var(--loading-cube-grid-item-animation-play-state, running)}.ran-loading .cube-grid-item-1{animation-delay:var(--loading-cube-grid-item-1-animation-delay, .2s)}.ran-loading .cube-grid-item-2{animation-delay:var(--loading-cube-grid-item-2-animation-delay, .3s)}.ran-loading .cube-grid-item-3{animation-delay:var(--loading-cube-grid-item-3-animation-delay, .4s)}.ran-loading .cube-grid-item-4{animation-delay:var(--loading-cube-grid-item-4-animation-delay, .1s)}.ran-loading .cube-grid-item-5{animation-delay:var(--loading-cube-grid-item-5-animation-delay, .2s)}.ran-loading .cube-grid-item-6{animation-delay:var(--loading-cube-grid-item-6-animation-delay, .3s)}.ran-loading .cube-grid-item-7{animation-delay:var(--loading-cube-grid-item-7-animation-delay, 0s)}.ran-loading .cube-grid-item-8{animation-delay:var(--loading-cube-grid-item-8-animation-delay, .1s)}.ran-loading .cube-grid-item-9{animation-delay:var(--loading-cube-grid-item-9-animation-delay, .2s)}.ran-loading .circle-turn{width:var(--loading-circle-turn-width, 30px);height:var(--loading-circle-turn-height, 30px);border:var(--loading-circle-turn-border, 8px solid #fff);border-right-color:var(--loading-circle-turn-border-right-color, transparent);border-top-color:var(--loading-circle-turn-border-top-color, transparent);border-radius:var(--loading-circle-turn-border-radius, 50%);box-shadow:var(--loading-circle-turn-box-shadow, 0 0 25px 2px);border-color:var(--loading-circle-turn-border-color, #f00);color:var(--loading-circle-turn-color, #cc0000);animation:var(--loading-circle-turn-animation, circle-turn 1s linear infinite normal);animation-play-state:var(--loading-circle-turn-animation-play-state, running);animation-delay:var(--loading-circle-turn-animation-delay, 0);margin:var(--loading-circle-turn-margin, 30px auto 0)}@keyframes circle-turn{0%{transform:var(--loading-circle-turn-keyframes-from-transform, rotate(0deg));opacity:var(--loading-circle-turn-keyframes-from-opacity, .2)}50%{transform:var(--loading-circle-turn-keyframes-50-transform, rotate(180deg));opacity:var(--loading-circle-turn-keyframes-50-opacity, 1)}to{transform:var(--loading-circle-turn-keyframes-50-transform, rotate(360deg));opacity:var(--loading-circle-turn-keyframes-50-opacity, .2)}}.ran-loading .circle-turn:after{display:var(--loading-circle-turn-after-display, block);width:var(--loading-circle-turn-after-width, 13px);height:var(--loading-circle-turn-after-height, 13px);margin:var(--loading-circle-turn-after-margin, 3px);border:var(--loading-circle-turn-after-border, 6px solid #f00);content:var(--loading-circle-turn-after-content, " ");border-radius:var(--loading-circle-turn-after-border-radius, 50%);border-left-color:var(--loading-circle-turn-after-border-left-color, transparent);border-bottom-color:var(--loading-circle-turn-after-border-bottom-color, transparent)}.ran-loading .circle-rotate{margin:var(--loading-circle-rotate-margin, 30px auto 0)}@keyframes spin-right{0%{transform:var(--loading-circle-rotate-keyframes-spin-right-from-transform, rotate(0deg));opacity:var(--loading-circle-rotate-keyframes-spin-right-from-opacity, var(--loading-circle-rotate-margin, .2))}50%{transform:var(--loading-circle-rotate-keyframes-spin-right-50-opacity, rotate(180deg));opacity:var(--loading-circle-rotate-keyframes-spin-right-50-opacity, 1)}to{transform:var(--loading-circle-rotate-keyframes-spin-right-to-opacity, rotate(360deg));opacity:var(--loading-circle-rotate-keyframes-spin-right-to-opacity, .2)}}@keyframes spin-left{0%{transform:var(--loading-circle-rotate-keyframes-spin-left-from-transform, rotate(0deg));opacity:var(--loading-circle-rotate-keyframes-spin-left-from-opacity, .2)}50%{transform:var(--loading-circle-rotate-keyframes-spin-left-50-transform, rotate(-180deg));opacity:var(--loading-circle-rotate-keyframes-spin-left-50-opacity, 1)}to{transform:var(--loading-circle-rotate-keyframes-spin-left-to-transform, rotate(-360deg));opacity:var(--loading-circle-rotate-keyframes-spin-left-to-opacity, .2)}}.ran-loading .circle-rotate-outer{border:var(--loading-circle-rotate-outer-border, 5px solid rgba(0, 183, 229, .9));opacity:var(--loading-circle-rotate-outer-opacity, .9);width:var(--loading-circle-rotate-outer-width, 50px);height:var(--loading-circle-rotate-outer-height, 50px);border-top-color:var(--loading-circle-rotate-outer-border-top-color, transparent);border-bottom-color:var(--loading-circle-rotate-outer-border-bottom-color, transparent);border-radius:var(--loading-circle-rotate-outer-border-radius, 50%);box-shadow:var(--loading-circle-rotate-outer-box-shadow, 0 0 35px rgba(0, 61, 76, .9));animation:var(--loading-circle-rotate-outer-animation, spin-right .5s linear infinite normal);animation-play-state:var(--loading-circle-rotate-outer-animation-play-state, running);animation-delay:var(--loading-circle-rotate-outer-animation-delay, 0);margin:var(--loading-circle-rotate-outer-margin, 0 auto)}.ran-loading .circle-rotate-inner{display:var(--loading-circle-rotate-inner-display, block);width:var(--loading-circle-rotate-inner-width, 30px);height:var(--loading-circle-rotate-inner-height, 30px);border:var(--loading-circle-rotate-inner-border, 5px solid rgba(0, 183, 229, .9));opacity:var(--loading-circle-rotate-inner-opacity, .9);border-radius:var(--loading-circle-rotate-inner-border-radius, 50%);border-left-color:var(--loading-circle-rotate-inner-border-left-color, transparent);border-bottom-color:var(--loading-circle-rotate-inner-border-bottom-color, transparent);box-shadow:var(--loading-circle-rotate-inner-box-shadow, 0 0 35px rgba(0, 61, 76, .9));position:var(--loading-circle-rotate-inner-position, relative);top:var(--loading-circle-rotate-inner-top, -50px);margin:var(--loading-circle-rotate-inner-margin, 0 auto);animation:var(--loading-circle-rotate-inner-animation, spin-left .5s linear infinite normal);animation-play-state:var(--loading-circle-rotate-inner-animation-play-state, running);animation-delay:var(--loading-circle-rotate-inner-animation-delay, 0)}@keyframes spin-right{0%{transform:var(--loading-circle-spin-keyframes-spin-right-from-transform, rotate(0deg));opacity:var(--loading-circle-spin-keyframes-spin-right-from-opacity, .2)}50%{transform:var(--loading-circle-spin-keyframes-spin-right-50-transform, rotate(180deg));opacity:var(--loading-circle-spin-keyframes-spin-right-50-opacity, 1)}to{transform:var(--loading-circle-spin-keyframes-spin-right-to-transform, rotate(360deg));opacity:var(--loading-circle-spin-keyframes-spin-right-to-opacity, .2)}}@keyframes spin-pulse{0%{transform:var(--loading-circle-spin-keyframes-spin-pulse-from-transform, rotate(160deg));opacity:var(--loading-circle-spin-keyframes-spin-pulse-from-opacity, 0);box-shadow:var(--loading-circle-spin-keyframes-spin-pulse-from-box-shadow, 0 0 1px rgba(0, 61, 76, .9))}50%{transform:var(--loading-circle-spin-keyframes-spin-pulse-50-transform, rotate(145deg));opacity:var(--loading-circle-spin-keyframes-spin-pulse-50-opacity, 1)}to{transform:var(--loading-circle-spin-keyframes-spin-pulse-to-transform, rotate(-320deg));opacity:var(--loading-circle-spin-keyframes-spin-pulse-to-opacity, 0)}}.ran-loading .circle-spin-inner{border:var(--loading-circle-spin-inner-border, 5px solid rgba(0, 229, 183, .9));opacity:var(--loading-circle-spin-inner-opacity, .9);border-left-color:var(--loading-circle-spin-inner-border-left-color, transparent);border-right-color:var(--loading-circle-spin-inner-border-right-color, transparent);border-radius:var(--loading-circle-spin-inner-border-radius, 50%);box-shadow:var(--loading-circle-spin-inner-box-shadow, 0 0 15px rgba(0, 76, 61, .9));width:var(--loading-circle-spin-inner-width, 30px);height:var(--loading-circle-spin-inner-height, 30px);position:var(--loading-circle-spin-inner-position, relative);top:var(--loading-circle-spin-inner-top, -50px);margin:var(--loading-circle-spin-inner-margin, 0 auto);animation:var(--loading-circle-spin-inner-animation, spin-right 1s linear infinite normal);animation-play-state:var(--loading-circle-spin-inner-animation-play-state, running);animation-delay:var(--loading-circle-spin-inner-animation-delay, 0)}.ran-loading .circle-spin-outer{border:var(--loading-circle-spin-inner-border, 5px solid rgba(0, 229, 183, .9));opacity:var(--loading-circle-spin-inner-border, .9);border-right-color:var(--loading-circle-spin-inner-border, transparent);border-left-color:var(--loading-circle-spin-inner-border, transparent);width:var(--loading-circle-spin-inner-border, 50px);height:var(--loading-circle-spin-inner-border, 50px);margin:var(--loading-circle-spin-inner-border, 0 auto);border-radius:var(--loading-circle-spin-inner-border, 50%);box-shadow:var(--loading-circle-spin-inner-border, 0 0 35px rgba(0, 76, 61, .9));animation:var(--loading-circle-spin-inner-border, spin-pulse 1s linear infinite normal);animation-play-state:var(--loading-circle-spin-outer-animation-play-state, running);animation-delay:var(--loading-circle-spin-inner-border, 0)}.ran-loading .dot-bar{margin:var(--loading-dot-bar-margin, 0 auto);overflow:var(--loading-dot-bar-overflow, hidden);width:var(--loading-dot-bar-width, 90px)}@keyframes pulse{0%{transform:var(--loading-dot-bar-keyframes-from-transform, scale(1.2));opacity:var(--loading-dot-bar-margin-from-opacity, 1)}to{transform:var(--loading-dot-bar-keyframes-to-transform, scale(.7));opacity:var(--loading-dot-bar-keyframes-to-opacity, .1)}}.ran-loading .dot-bar-item{background-color:var(--loading-dot-bar-item-background-color, #8aff51);background-image:var(--loading-dot-bar-item-background-image, linear-gradient(45deg, #8aff51 25%, #f1ffea));width:var(--loading-dot-bar-item-width, 10px);height:var(--loading-dot-bar-item-height, 10px);float:var(--loading-dot-bar-item-float, left);margin-left:var(--loading-dot-bar-item-margin-left, 5px);opacity:var(--loading-dot-bar-item-opacity, .1);animation:var(--loading-dot-bar-item-animation, pulse 1s linear infinite normal);animation-play-state:var(--loading-dot-bar-item-animation-play-state, running);animation-delay:var(--loading-dot-bar-item-animation-delay, 0)}.ran-loading .dot-bar-item-1{animation-delay:var(--loading-dot-bar-item-1-animation-delay, .3s)}.ran-loading .dot-bar-item-2{animation-delay:var(--loading-dot-bar-item-2-animation-delay, .2s)}.ran-loading .dot-bar-item-3{animation-delay:var(--loading-dot-bar-item-3-animation-delay, .1s)}.ran-loading .dot-bar-item-4{animation-delay:var(--loading-dot-bar-item-4-animation-delay, .2s)}.ran-loading .dot-bar-item-5{animation-delay:var(--loading-dot-bar-item-5-animation-delay, .3s)}.ran-loading .dot-circle-item{background-color:var(--loading-dot-circle-item-background-color, #f00);background-image:var(--loading-dot-circle-item-background-image, linear-gradient(90deg, #f00 25%, #ff9999));width:var(--loading-dot-circle-item-width, 3px);height:var(--loading-dot-circle-item-height, 3px);border-radius:var(--loading-dot-circle-item-border-radius, 50%);box-shadow:var(--loading-dot-circle-item-box-shadow, 0 0 5px #cc0000);margin:var(--loading-dot-circle-item-margin, 0 auto);position:var(--loading-dot-circle-item-position, relative);animation:var(--loading-dot-circle-item-animation, dot-circle 2s infinite cubic-bezier(0, 0, .35, 1) normal)}.ran-loading .dot-circle-item-1{animation-play-state:var(--loading-dot-circle-item-1-animation-play-state, running);animation-delay:var(--loading-dot-circle-item-1-animation-delay, 0)}.ran-loading .dot-circle-item-2{opacity:var(--loading-dot-circle-item-2-opacity, .7);top:var(--loading-dot-circle-item-2-top, 1px);animation-play-state:var(--loading-dot-circle-item-2-animation-play-state, running);animation-delay:var(--loading-dot-circle-item-2-animation-delay, .1s)}.ran-loading .dot-circle-item-3{opacity:var(--loading-dot-circle-item-3-opacity, .5);top:var(--loading-dot-circle-item-3-top, 2px);animation-play-state:var(--loading-dot-circle-item-3-animation-play-state, running);animation-delay:var(--loading-dot-circle-item-3-animation-delay, .2s)}.ran-loading .dot-circle-item-4{opacity:var(--loading-dot-circle-item-4-opacity, .3);top:var(--loading-dot-circle-item-4-top, 3px);animation-play-state:var(--loading-dot-circle-item-4-animation-play-state, running);animation-delay:var(--loading-dot-circle-item-4-animation-delay, .3s)}.ran-loading .dot-circle-item-5{opacity:var(--loading-dot-circle-item-5-opacity, .1);top:var(--loading-dot-circle-item-5-top, 4px);animation-play-state:var(--loading-dot-circle-item-5-animation-play-state, running);animation-delay:var(--loading-dot-circle-item-5-animation-delay, .4s)}@keyframes dot-circle{0%{transform:var(--loading-dot-circle-keyframes-from-transform, translateX(0px))}25%{transform:var(--loading-dot-circle-keyframes-25-transform, translateX(25px));animation-timing-function:ease-in}50%{transform:var(--loading-dot-circle-keyframes-50-transform, translateX(0px))}75%{transform:var(--loading-dot-circle-keyframes-75-transform, translateX(-25px));animation-timing-function:ease-in}to{transform:var(--loading-dot-circle-keyframes-to-transform, translateX(0px))}}.ran-loading .line{width:var(--loading-line-width, 32px);height:var(--loading-line-width, 32px);margin:var(--loading-line-width, 0 auto)}@keyframes line{10%{margin-top:var(--loading-line-keyframes-10-margin-top, 5px);height:var(--loading-line-keyframes-10-height, 22px);border-color:var(--loading-line-keyframes-10-border-color, #d1d8e6);background-color:var(--loading-line-keyframes-10-background-color, #bac5db)}20%{margin-top:var(--loading-line-keyframes-20-margin-top, 0px);height:var(--loading-line-keyframes-20-height, 32px);border-color:var(--loading-line-keyframes-20-border-color, #d1d7e2);background-color:var(--loading-line-keyframes-20-background-color, #bac5db)}30%{margin-top:var(--loading-line-keyframes-30-margin-top, 1px);height:var(--loading-line-keyframes-30-height, 30px);border-color:var(--loading-line-keyframes-30-border-color, #d1d8e6);background-color:var(--loading-line-keyframes-30-background-color, #bac5db)}40%{margin-top:var(--loading-line-keyframes-40-margin-top, 3px);height:var(--loading-line-keyframes-40-height, 26px)}50%{margin-top:var(--loading-line-keyframes-50-margin-top, 5px);height:var(--loading-line-keyframes-50-height, 22px)}60%{margin-top:var(--loading-line-keyframes-60-margin-top, 6px);height:var(--loading-line-keyframes-60-height, 18px)}}.ran-loading .line-item{background:var(--loading-line-item-background, #99aaca);border:var(--loading-line-item-border, 1px solid #96a6c9);float:var(--loading-line-item-float, left);margin:var(--loading-line-item-margin, 6px 4px 0 0);width:var(--loading-line-item-width, 6px);height:var(--loading-line-item-height, 18px);animation:var(--loading-line-item-animation, line 1s linear infinite normal);animation-play-state:var(--loading-line-item-animation-play-state, running);animation-delay:var(--loading-line-item-animation-delay, 0)}.ran-loading .line-item:nth-child(2){animation-delay:var(--loading-line-nth-child-2-animation-delay, .1s)}.ran-loading .line-item:last-child{margin-right:var(--loading-line-last-child-margin-right, 0);animation-delay:var(--loading-line-last-child-animation-delay, .2s)}.ran-loading .dot-pulse{width:var(--loading-dot-pulse-width, 48px);padding:var(--loading-dot-pulse-padding, 8px 5px);margin:var(--loading-dot-pulse-margin, 30px auto);overflow:var(--loading-dot-pulse-overflow, hidden)}@keyframes dot-pulse{0%{transform:var(--loading-dot-pulse-keyframes-from, scale(0))}to{transform:var(--loading-dot-pulse-keyframes-to, scale(1))}}@keyframes dot-pulse-glow{0%{transform:var(--loading-dot-pulse-keyframes-glow-from-transform, scale(0));opacity:var(--loading-dot-pulse-keyframes-glow-from-opacity, 0)}10%{transform:var(--loading-dot-pulse-keyframes-glow-10-transform, scale(1));opacity:var(--loading-dot-pulse-keyframes-glow-10-opacity, .5)}50%{transform:var(--loading-dot-pulse-keyframes-glow-50-transform, scale(1.75));opacity:var(--loading-dot-pulse-keyframes-glow-50-opacity, 0)}to{transform:var(--loading-dot-pulse-keyframes-glow-to-transform, scale(0));opacity:var(--loading-dot-pulse-keyframes-glow-to-opacity, 0)}}.ran-loading .dot-pulse-item{float:var(--loading-dot-pulse-item-float, left);position:var(--loading-dot-pulse-item-position, relative);width:var(--loading-dot-pulse-item-width, 6px);height:var(--loading-dot-pulse-item-height, 6px);border-radius:var(--loading-dot-pulse-item-border-radius, 50px);margin-left:var(--loading-dot-pulse-item-margin-left, 2px)}.ran-loading .dot-pulse-item:first-child{margin-left:var(--loading-dot-pulse-item-first-child-margin-left, 0)}.ran-loading .dot-pulse-item-dot{background-color:var(--loading-dot-pulse-item-dot-background-color, #2187e7);background-image:var(--loading-dot-pulse-item-dot-background-image, linear-gradient(90deg, #2187e7 25%, #a0eaff));width:var(--loading-dot-pulse-item-dot-width, 6px);height:var(--loading-dot-pulse-item-dot-height, 6px);border-radius:var(--loading-dot-pulse-item-dot-border-radius, 50px);transform:var(--loading-dot-pulse-item-dot-transform, scale(0));animation:var(--loading-dot-pulse-item-dot-animation, dot-pulse 1s linear forwards normal);animation-play-state:var(--loading-dot-pulse-item-dot-animation-play-state, running);animation-delay:var(--loading-dot-pulse-item-dot-animation-delay, 0)}.ran-loading .dot-pulse-item-dot-1{animation-delay:var(--loading-dot-pulse-item-dot-1-animation-delay, .5s)}.ran-loading .dot-pulse-item-dot-2{animation-delay:var(--loading-dot-pulse-item-dot-2-animation-delay, 1s)}.ran-loading .dot-pulse-item-dot-3{animation-delay:var(--loading-dot-pulse-item-dot-3-animation-delay, 1.5s)}.ran-loading .dot-pulse-item-dot-4{animation-delay:var(--loading-dot-pulse-item-dot-4-animation-delay, 2s)}.ran-loading .dot-pulse-item-dot-5{animation-delay:var(--loading-dot-pulse-item-dot-5-animation-delay, 2.5s)}.ran-loading .dot-pulse-item-ball{width:var(--loading-dot-pulse-item-ball-width, 6px);height:var(--loading-dot-pulse-item-ball-height, 6px);border-radius:var(--loading-dot-pulse-item-ball-border-radius, 30px);border:var(--loading-dot-pulse-item-ball-border, 1px solid #00c6ff);box-shadow:var(--loading-dot-pulse-item-ball-box-shadow, 0 0 5px #00c6ff);position:var(--loading-dot-pulse-item-ball-position, absolute);top:var(--loading-dot-pulse-item-ball-top, -1px);left:var(--loading-dot-pulse-item-ball-left, -1px);transform:var(--loading-dot-pulse-item-ball-transform, scale(0));animation:var(--loading-dot-pulse-item-ball-animation, dot-pulse-glow 3s infinite ease-out normal);animation-play-state:var(--loading-dot-pulse-item-ball-animation-play-state, running);animation-delay:var(--loading-dot-pulse-item-ball-animation-delay, 0)}.ran-loading .dot-pulse-item-ball-1{animation-delay:var(--loading-dot-pulse-item-ball-1-animation-delay, 1.5s)}.ran-loading .dot-pulse-item-ball-2{animation-delay:var(--loading-dot-pulse-item-ball-2-animation-delay, 2s)}.ran-loading .dot-pulse-item-ball-3{animation-delay:var(--loading-dot-pulse-item-ball-3-animation-delay, 2.5s)}.ran-loading .dot-pulse-item-ball-4{animation-delay:var(--loading-dot-pulse-item-ball-4-animation-delay, 3s)}.ran-loading .dot-pulse-item-ball-5{animation-delay:var(--loading-dot-pulse-item-ball-5-animation-delay, 3.5s)}.ran-loading .line-scale{display:var(--loading-line-scale-display, block);position:var(--loading-line-scale-position, relative);overflow:var(--loading-line-scale-overflow, hidden);width:var(--loading-line-scale-width, 5em);margin:var(--loading-line-scale-margin, 30px auto);padding:var(--loading-line-scale-padding, 20px 10px)}@keyframes pound{to{transform:var(--loading-line-scale-keyframes-to-transform, scale(1.2))}}.ran-loading .line-scale-item{display:var(--loading-line-scale-item-display, block);float:var(--loading-line-scale-item-float, left);width:var(--loading-line-scale-item-width, .5em);height:var(--loading-line-scale-item-height, 3em);margin:var(--loading-line-scale-item-margin, 0 .5em 0 0);background:var(--loading-line-scale-item-background, #635863);background-image:var(--loading-line-scale-item-background-image, linear-gradient(top, #635863 25%, #3d353b));box-shadow:var(--loading-line-scale-item-box-shadow, 1px 1px 1px 0 rgba(0, 0, 0, 0), 1px 1px 1px 0 rgba(0, 0, 0, 0), 1px 1px 1px 0 rgba(0, 0, 0, 0));animation:var(--loading-line-scale-item-animation, pound .7s ease-in-out infinite alternate);animation-play-state:var(--loading-line-scale-item-animation-play-state, running);animation-delay:var(--loading-line-scale-item-animation-delay, .05s);transform-origin:var(--loading-line-scale-item-transform-origin, center bottom)}.ran-loading .line-scale-item:nth-child(2){animation-delay:var(--loading-line-scale-item--nth-child-2-animation-delay, .2s)}.ran-loading .line-scale-item:nth-child(3){animation-delay:var(--loading-line-scale-item--nth-child-3-animation-delay, .35s)}.ran-loading .line-scale-item:nth-child(4){animation-delay:var(--loading-line-scale-item--nth-child-4-animation-delay, .5s)}.ran-loading .line-scale-item:nth-child(5){animation-delay:var(--loading-line-scale-item--nth-child-5-animation-delay, .65s)}.ran-loading .text{text-align:var(--loading-text-text-align, center);text-transform:var(--loading-text-text-transform, uppercase);font-family:var(--loading-text-font-family, "Nunito", sans-serif);font-size:var(--loading-text-font-size, 4em);color:var(--loading-text-color, transparent);letter-spacing:var(--loading-text-letter-spacing, .4em)}@keyframes letters{to{text-shadow:var(--loading-text-keyframes-to-text-shadow, 0 0 2px rgba(204, 208, 212, .2), 0 0 3px rgba(0, 0, 0, .02), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(255, 255, 255, 0))}}.ran-loading .text-item{text-shadow:var(--loading-text-item-text-shadow, 0 0 2px rgba(22, 22, 22, .9), 0 15px 25px rgba(0, 0, 0, .3), 0 -2px 3px rgba(0, 0, 0, .1), 0 -5px 10px rgba(22, 22, 22, .5), 0 5px 10px rgba(0, 0, 0, .3), 0 3px 4px rgba(22, 22, 22, .2), 0 0 20px rgba(22, 22, 22, .45));animation:var(--loading-text-item-animation, letters .85s ease-in-out infinite alternate);animation-play-state:var(--loading-text-item-animation-play-state, running);animation-delay:var(--loading-text-item-animation-delay, 0)}.ran-loading .text-item:nth-child(2){animation-delay:var(--loading-text-item-nth-child-2-animation-delay, .15s)}.ran-loading .text-item:nth-child(3){animation-delay:var(--loading-text-item-nth-child-3-animation-delay, .3s)}.ran-loading .text-item:nth-child(4){animation-delay:var(--loading-text-item-nth-child-4-animation-delay, .45s)}.ran-loading .text-item:nth-child(5){animation-delay:var(--loading-text-item-nth-child-5-animation-delay, .6s)}.ran-loading .text-item:nth-child(6){animation-delay:var(--loading-text-item-nth-child-6-animation-delay, .75s)}.ran-loading .text-item:nth-child(7){animation-delay:var(--loading-text-item-nth-child-7-animation-delay, .9s)}.ran-loading .cube-dim{height:var(--loading-cube-dim-height, 9em);width:var(--loading-cube-dim-width, 9em);padding:var(--loading-cube-dim-padding, 3em);transform:var(--loading-cube-dim-transform, rotateX(45deg) rotateZ(45deg));transform-style:var(--loading-cube-dim-transform-style, preserve-3d)}@keyframes anim{50%{transform:var(--loading-cube-dim-width, translateZ(.5em))}}.ran-loading .cube-dim-item{background-color:var(--loading-cube-dim-item-background-color, #05afd1);position:var(--loading-cube-dim-item-position, relative);transform:var(--loading-cube-dim-item-transform, translateZ(3em));transform-style:var(--loading-cube-dim-item-transform-style, preserve-3d);transition:var(--loading-cube-dim-item-transition, transform .25s);box-shadow:var(--loading-cube-dim-item-box-shadow, 13em 13em 1.5em rgba(0, 0, 0, .1));animation:var(--loading-cube-dim-item-animation, anim 1s infinite);animation-play-state:var(--loading-cube-dim-item-animation-play-state, running);float:var(--loading-cube-dim-item-float, left);height:var(--loading-cube-dim-item-height, 3em);width:var(--loading-cube-dim-item-width, 3em)}.ran-loading .cube-dim-item:nth-child(1){animation-delay:var(--loading-cube-dim-item-nth-child-1-animation-delay, .05s)}.ran-loading .cube-dim-item:nth-child(2){animation-delay:var(--loading-cube-dim-item-nth-child-2-animation-delay, .1s)}.ran-loading .cube-dim-item:nth-child(3){animation-delay:var(--loading-cube-dim-item-nth-child-3-animation-delay, .15s)}.ran-loading .cube-dim-item:nth-child(4){animation-delay:var(--loading-cube-dim-item-nth-child-4-animation-delay, .2s)}.ran-loading .cube-dim-item:nth-child(5){animation-delay:var(--loading-cube-dim-item-nth-child-5-animation-delay, .25s)}.ran-loading .cube-dim-item:nth-child(6){animation-delay:var(--loading-cube-dim-item-nth-child-6-animation-delay, .3s)}.ran-loading .cube-dim-item:nth-child(7){animation-delay:var(--loading-cube-dim-item-nth-child-7-animation-delay, .35s)}.ran-loading .cube-dim-item:nth-child(8){animation-delay:var(--loading-cube-dim-item-nth-child-8-animation-delay, .4s)}.ran-loading .cube-dim-item:nth-child(9){animation-delay:var(--loading-cube-dim-item-nth-child-9-animation-delay, .45s)}.ran-loading .cube-dim-item:before{content:var(--loading-cube-dim-item-before-content, "");float:var(--loading-cube-dim-item-before-float, left);height:var(--loading-cube-dim-item-before-height, 3em);position:var(--loading-cube-dim-item-before-position, absolute);width:var(--loading-cube-dim-item-before-width, 3em);background-color:var(--loading-cube-dim-item-before-background-color, #048ca7);transform:var(--loading-cube-dim-item-before-transform, rotateY(90deg) translateX(3em));transform-origin:var(--loading-cube-dim-item-before-transform-origin, 100% 0)}.ran-loading .cube-dim-item:after{content:var(--loading-cube-dim-item-after-content, "");float:var(--loading-cube-dim-item-after-float, left);height:var(--loading-cube-dim-item-after-height, 3em);position:var(--loading-cube-dim-item-after-position, absolute);width:var(--loading-cube-dim-item-after-width, 3em);background-color:var(--loading-cube-dim-item-after-background-color, #049dbc);transform:var(--loading-cube-dim-item-after-transform, rotateX(-90deg) translateY(3em));transform-origin:var(--loading-cube-dim-item-after-transform-origin, 100% 100%)}.ran-loading .dot-line{width:var(--loading-dot-line-width, 20em);height:var(--loading-dot-line-height, 20em);font-size:var(--loading-dot-line-font-size, 10px);position:var(--loading-dot-line-position, relative);display:var(--loading-dot-line-display, flex);align-items:var(--loading-dot-line-align-items, center);justify-content:var(--loading-dot-line-justify-content, center)}@keyframes dot-line{to{transform:var(--loading-dot-line-keyframes-to-transform, rotate(1turn))}}.ran-loading .dot-line-item{position:var(--loading-dot-line-item-position, absolute);border-radius:var(--loading-dot-line-item-border-radius, 50%);border-style:var(--loading-dot-line-item-order-style, solid);animation:var(--loading-dot-line-item-animation, dot-line 3s linear infinite);animation-play-state:var(--loading-dot-line-item-animation-play-state, running)}.ran-loading .dot-line-item:nth-child(1){width:var(--loading-dot-line-item-nth-child-1-width, 100%);height:var(--loading-dot-line-item-nth-child-1-height, 100%);color:var(--loading-dot-line-item-nth-child-1-color, gold);border-color:var(--loading-dot-line-item-nth-child-1-border-color, currentColor transparent transparent currentColor);border-width:var(--loading-dot-line-item-nth-child-1-border-width, .2em .2em 0em 0em);--deg: var(--loading-dot-line-item-nth-child-1-deg, -45deg);animation-direction:var(--loading-dot-line-item-nth-child-1-animation-direction, normal)}.ran-loading .dot-line-item:nth-child(2){width:var(--loading-dot-line-item-nth-child-2-width, 70%);height:var(--loading-dot-line-item-nth-child-2-height, 70%);color:var(--loading-dot-line-item-nth-child-2-color, lime);border-color:var(--loading-dot-line-item-nth-child-2-border-color, currentColor currentColor transparent transparent);border-width:var(--loading-dot-line-item-nth-child-2-border-width, .2em 0em 0em .2em);--deg: var(--loading-dot-line-item-nth-child-2-deg, -135deg);animation-direction:var(--loading-dot-line-item-nth-child-2-animation-direction, reverse)}.ran-loading .dot-line-item-circle{position:var(--loading-dot-line-item-circle-position, absolute);width:var(--loading-dot-line-item-circle-width, 50%);height:var(--loading-dot-line-item-circle-height, .1em);top:var(--loading-dot-line-item-circle-top, 50%);left:var(--loading-dot-line-item-circle-left, 50%);background-color:var(--loading-dot-line-item-circle-background-color, transparent);transform:rotate(var(--deg));transform-origin:var(--loading-dot-line-item-circle-transform-origin, left)}.ran-loading .dot-line-item-circle:before{position:var(--loading-dot-line-item-circle-before-position, absolute);top:var(--loading-dot-line-item-circle-before-top, -.5em);right:var(--loading-dot-line-item-circle-before-right, -.5em);content:var(--loading-dot-line-item-circle-before-content, "");width:var(--loading-dot-line-item-circle-before-width, 1em);height:var(--loading-dot-line-item-circle-before-height, 1em);background-color:var(--loading-dot-line-item-circle-before-background-color, currentColor);border-radius:var(--loading-dot-line-item-circle-before-border-radius, 50%);box-shadow:var(--loading-dot-line-item-circle-before-box-shadow, 0 0 2em, 0 0 4em, 0 0 6em, 0 0 8em, 0 0 10em, 0 0 0 .5em rgba(255, 255, 0, .1))}.ran-loading .arc{position:relative}@keyframes rt{to{transform:var(--loading-arc-keyframes-rt, rotate(360deg))}}@keyframes cw{0%{width:var(--loading-arc-keyframes-cw-0-width, 0);height:var(--loading-arc-keyframes-cw-0-height, 0)}75%{width:var(--loading-arc-keyframes-cw-75-width, 40px);height:var(--loading-arc-keyframes-cw-75-height, 40px)}to{width:var(--loading-arc-keyframes-cw-100-width, 0);height:var(--loading-arc-keyframes-cw-100-height, 0)}}@keyframes txt{0%{content:var(--loading-arc-keyframes-txt-0-content, "LOADING.")}50%{content:var(--loading-arc-keyframes-txt-50-content, "LOADING..")}to{content:var(--loading-arc-keyframes-txt-100-content, "LOADING...")}}.ran-loading .arc-item{margin:var(--loading-arc-item-margin, auto);width:var(--loading-arc-item-width, 100px);height:var(--loading-arc-item-height, 100px);border-radius:var(--loading-arc-item-border-radius, 50%);border-top:var(--loading-arc-item-border-top, 2px solid #ffea29);border-left:var(--loading-arc-item-border-left, 1px solid transparent);border-right:var(--loading-arc-item-border-right, 1px solid transparent);animation:var(--loading-arc-item-animation, rt 2s infinite linear);animation-play-state:var(--loading-arc-item-animation-play-state, running)}.ran-loading .arc-item:before{position:var(--loading-arc-item-before-position, absolute);margin:var(--loading-arc-item-before-margin, auto);top:var(--loading-arc-item-before-top, 0);right:var(--loading-arc-item-before-right, 0);bottom:var(--loading-arc-item-before-bottom, 0);left:var(--loading-arc-item-before-left, 0);width:var(--loading-arc-item-before-width, 70px);height:var(--loading-arc-item-before-height, 70px);border-radius:var(--loading-arc-item-before-border-radius, 50%);border-top:var(--loading-arc-item-before-border-top, 2px solid #8d29ff);border-left:var(--loading-arc-item-before-border-left, 1px solid transparent);border-right:var(--loading-arc-item-before-border-right, 1px solid transparent);animation:var(--loading-arc-item-before-animation, rt 4s infinite linear reverse);animation-play-state:var(--loading-arc-item-before-animation-play-state, running);content:var(--loading-arc-item-before-content, "")}.ran-loading .arc-item:after{position:var(--loading-arc-item-after-position, absolute);margin:var(--loading-arc-item-after-margin, auto);top:var(--loading-arc-item-after-top, 0);right:var(--loading-arc-item-after-right, 0);bottom:var(--loading-arc-item-after-bottom, 0);left:var(--loading-arc-item-after-left, 0);width:var(--loading-arc-item-after-width, 0);height:var(--loading-arc-item-after-height, 0);border-radius:var(--loading-arc-item-after-border-radius, 50%);border-top:var(--loading-arc-item-after-border-top, initial);border-left:var(--loading-arc-item-after-border-left, initial);border-right:var(--loading-arc-item-after-border-right, initial);animation:var(--loading-arc-item-after-animation, cw 1s infinite);animation-play-state:var(--loading-arc-item-after-animation-play-state, running);content:var(--loading-arc-item-after-content, "");background:var(--loading-arc-item-after-background, snow)}.ran-loading .arc h1{position:var(--loading-arc-h1-position, absolute);margin:var(--loading-arc-h1-margin, auto);top:var(--loading-arc-h1-top, 140px);left:var(--loading-arc-h1-left, 0);right:var(--loading-arc-h1-right, 0);bottom:var(--loading-arc-h1-bottom, 0);text-transform:var(--loading-arc-h1-text-transform, uppercase);text-align:var(--loading-arc-h1-text-align, center);letter-spacing:var(--loading-arc-h1-letter-spacing, .1em);font-size:var(--loading-arc-h1-font-size, 14px);font-weight:var(--loading-arc-h1-ont-weight, lighter);color:var(--loading-arc-h1-color, white)}.ran-loading .arc h1:after{animation:var(--loading-arc-h1-after-animation, txt 5s infinite);animation-play-state:var(--loading-arc-h1-after-animation-play-state, running);content:var(--loading-arc-h1-after-content, "");font-family:var(--loading-arc-h1-after-font-family, "Inconsolata", monospace)}.ran-loading .arc span{display:var(--loading-arc-span-display, none)}.ran-loading .drop{position:var(--loading-drop-position, relative);width:var(--loading-drop-position, 120px);height:var(--loading-drop-position, 120px)}@keyframes fade-in{0%{opacity:var(--loading-drop-keyframes-fade-in-0-opacity, 0)}to{opacity:var(--loading-drop-keyframes-fade-in-100-opacity, 1)}}@keyframes drop{0%{bottom:var(--loading-drop-keyframes-drop-0-bottom, 0px);opacity:var(--loading-drop-keyframes-drop-0-opacity, 1)}80%{opacity:var(--loading-drop-keyframes-drop-80-opacity, 1)}to{opacity:var(--loading-drop-keyframes-drop-100-opacity, 1);bottom:var(--loading-drop-keyframes-drop-100-bottom, -200px)}}@keyframes wave{0%{background-position:var(--loading-drop-keyframes-wave-0-background-position, 0 160px);background-size:var(--loading-drop-keyframes-wave-0-background-size, 170px 300px)}to{background-position:var(--loading-drop-keyframes-wave-100-background-position, 500px -18px);background-size:var(--loading-drop-keyframes-wave-100-background-size, 250px 150px)}}.ran-loading .drop-item{position:var(--loading-drop-item-position, absolute);width:var(--loading-drop-item-width, 100%);height:var(--loading-drop-item-height, 100%);left:var(--loading-drop-item-left, 0);right:var(--loading-drop-item-right, 0);top:var(--loading-drop-item-top, 0);bottom:var(--loading-drop-item-bottom, 0);background:var(--loading-drop-item-background, transparent repeat-x 0 100px/150px 300px url(data:image/png;base64,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));z-index:var(--loading-drop-item-z-index, 2);animation:var(--loading-drop-item-animation, wave 1s ease-out forwards);animation-play-state:var(--loading-drop-item-animation-play-state, running)}.ran-loading .drop-item-bg{text-align:var(--loading-drop-item-text-align, center);line-height:var(--loading-drop-item-line-height, 120px);font-family:var(--loading-drop-item-font-family, sans-serif);color:var(--loading-drop-item-color, #ffffff);font-size:var(--loading-drop-item-font-size, 16px)}.ran-loading .drop-dot{position:var(--loading-drop-dot-position, absolute);top:var(--loading-drop-dot-top, 0);left:var(--loading-drop-dot-left, 0);bottom:var(--loading-drop-dot-bottom, 0);right:var(--loading-drop-dot-right, 0);z-index:var(--loading-drop-dot-z-index, 1);opacity:var(--loading-drop-dot-opacity, 0);animation:var(--loading-drop-dot-animation, fade-in .1s linear .4s forwards);animation-play-state:var(--loading-drop-dot-animation-play-state, running);filter:var(--loading-drop-dot-filter, url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSI+CiAgICA8ZGVmcz4KICAgICAgPGZpbHRlciBpZD0icmFuLWxvYWRpbmctZHJvcCI+CiAgICAgICAgPGZlR2F1c3NpYW5CbHVyIGluPSJTb3VyY2VHcmFwaGljIiBzdGREZXZpYXRpb249IjEwIiByZXN1bHQ9ImJsdXIiIC8+CiAgICAgICAgPGZlQ29sb3JNYXRyaXggaW49ImJsdXIiIG1vZGU9Im1hdHJpeCIgdmFsdWVzPSIxIDAgMCAwIDAgIDAgMSAwIDAgMCAgMCAwIDEgMCAwICAwIDAgMCAxOCAtNyIgcmVzdWx0PSJyYW4tbG9hZGluZy1kcm9wIiAvPgogICAgICA8L2ZpbHRlcj4KICAgIDwvZGVmcz4KICA8L3N2Zz4=#ran-loading-drop))}.ran-loading .drop-dot-1{position:var(--loading-drop-dot-1-position, absolute);left:var(--loading-drop-dot-1-left, 0);right:var(--loading-drop-dot-1-right, 0);bottom:var(--loading-drop-dot-1-bottom, 0);margin:var(--loading-drop-dot-1-margin, auto);background-color:var(--loading-drop-dot-1-background-color, #10a7c1);width:var(--loading-drop-dot-1-width, 90px);height:var(--loading-drop-dot-1-height, 16px);bottom:var(--loading-drop-dot-1-bottom, 2px);border-radius:var(--loading-drop-dot-1-border-radius, 0)}.ran-loading .drop-dot-2{width:var(--loading-drop-dot-2-width, 21px);height:var(--loading-drop-dot-2-height, 24px);border-radius:var(--loading-drop-dot-2-border-radius, 50%);position:var(--loading-drop-dot-2-position, absolute);left:var(--loading-drop-dot-2-left, 0);right:var(--loading-drop-dot-2-right, 0);bottom:var(--loading-drop-dot-2-bottom, 0);margin:var(--loading-drop-dot-2-margin, auto);background-color:var(--loading-drop-dot-2-background-color, #10a7c1);animation:var(--loading-drop-dot-2-animation, drop 1.3s cubic-bezier(1, .19, .66, .12) .5s infinite);animation-play-state:var(--loading-drop-dot-2-animation-play-state, running)}.ran-loading .pacman{position:var(--loading-pacman-position, relative)}@keyframes rotate_pacman_half_up{0%{transform:var(--loading-pacman-keyframes-0-transform, rotate(270deg))}50%{transform:var(--loading-pacman-keyframes-50-transform, rotate(360deg))}to{transform:var(--loading-pacman-keyframes-100-transform, rotate(270deg))}}@keyframes pacman-balls{75%{opacity:var(--loading-pacman-keyframes-balls-75-opacity, .7)}to{transform:var(--loading-pacman-keyframes-balls-100-transform, translate(-100px, -6.25px))}}@keyframes rotate_pacman_half_down{0%{transform:var(--loading-pacman-keyframes-balls-100-transform, rotate(90deg))}50%{transform:var(--loading-pacman-keyframes-balls-100-transform, rotate(0deg))}to{transform:var(--loading-pacman-keyframes-balls-100-transform, rotate(90deg))}}.ran-loading .pacman div:nth-child(2){width:var(--loading-pacman-div-nth-child-2-width, 0px);height:var(--loading-pacman-div-nth-child-2-height, 0px);border-right:var(--loading-pacman-div-nth-child-2-border-right, 25px solid transparent);border-top:var(--loading-pacman-div-nth-child-2-border-top, 25px solid #279fcf);border-left:var(--loading-pacman-div-nth-child-2-border-left, 25px solid #279fcf);border-bottom:var(--loading-pacman-div-nth-child-2-border-bottom, 25px solid #279fcf);border-radius:var(--loading-pacman-div-nth-child-2-border-radius, 25px);margin-top:var(--loading-pacman-div-nth-child-2-margin-top, -50px);animation:var(--loading-pacman-div-nth-child-2-animation, rotate_pacman_half_down .5s 0s infinite);animation-play-state:var(--loading-pacman-div-nth-child-2-animation-play-state, running)}.ran-loading .pacman div:nth-child(3){background-color:var(--loading-pacman-div-nth-child-3-background-color, #279fcf);border-radius:var(--loading-pacman-div-nth-child-3-border-radius, 100%);margin:var(--loading-pacman-div-nth-child-3-margin, 2px);width:var(--loading-pacman-div-nth-child-3-width, 10px);height:var(--loading-pacman-div-nth-child-3-height, 10px);position:var(--loading-pacman-div-nth-child-3-position, absolute);transform:var(--loading-pacman-div-nth-child-3-transform, translate(0, -6.25px));top:var(--loading-pacman-div-nth-child-3-top, 25px);left:var(--loading-pacman-div-nth-child-3-left, 100px);animation:var(--loading-pacman-div-nth-child-3-animation, pacman-balls 1s .33s infinite linear);animation-play-state:var(--loading-pacman-div-nth-child-3-animation-play-state, running)}.ran-loading .pacman div:nth-child(4){background-color:var(--loading-pacman-div-nth-child-4-background-color, #279fcf);border-radius:var(--loading-pacman-div-nth-child-4-border-radius, 100%);margin:var(--loading-pacman-div-nth-child-4-margin, 2px);width:var(--loading-pacman-div-nth-child-4-width, 10px);height:var(--loading-pacman-div-nth-child-4-height, 10px);position:var(--loading-pacman-div-nth-child-4-position, absolute);transform:var(--loading-pacman-div-nth-child-4-transform, translate(0, -6.25px));top:var(--loading-pacman-div-nth-child-4-top, 25px);left:var(--loading-pacman-div-nth-child-4-left, 100px);animation:var(--loading-pacman-div-nth-child-4-animation, pacman-balls 1s .66s infinite linear);animation-play-state:var(--loading-pacman-div-nth-child-4-animation-play-state, running)}.ran-loading .pacman div:nth-child(5){background-color:var(--loading-pacman-div-nth-child-5-background-color, #279fcf);border-radius:var(--loading-pacman-div-nth-child-5-border-radius, 100%);margin:var(--loading-pacman-div-nth-child-5-margin, 2px);width:var(--loading-pacman-div-nth-child-5-width, 10px);height:var(--loading-pacman-div-nth-child-5-height, 10px);position:var(--loading-pacman-div-nth-child-5-position, absolute);transform:var(--loading-pacman-div-nth-child-5-transform, translate(0, -6.25px));top:var(--loading-pacman-div-nth-child-5-top, 25px);left:var(--loading-pacman-div-nth-child-5-left, 100px);animation:var(--loading-pacman-div-nth-child-5-animation, pacman-balls 1s .99s infinite linear);animation-play-state:var(--loading-pacman-div-nth-child-5-animation-play-state, running)}.ran-loading .pacman div:first-of-type{width:var(--loading-pacman-div-first-of-type-width, 0px);height:var(--loading-pacman-div-first-of-type-height, 0px);border-right:var(--loading-pacman-div-first-of-type-border-right, 25px solid transparent);border-top:var(--loading-pacman-div-first-of-type-border-top, 25px solid #279fcf);border-left:var(--loading-pacman-div-first-of-type-border-left, 25px solid #279fcf);border-bottom:var(--loading-pacman-div-first-of-type-border-bottom, 25px solid #279fcf);border-radius:var(--loading-pacman-div-first-of-type-border-radius, 25px);animation:var(--loading-pacman-div-first-of-type-animation, rotate_pacman_half_up .5s 0s infinite);animation-play-state:var(--loading-pacman-div-first-of-type-animation-play-state, running)}',Kh=(function(i){return i.DOUBLE_BOUNCE="double-bounce",i.ROTATE="rotate",i.STRETCH="stretch",i.CUBE="cube",i.DOT="dot",i.TRIPLE_BOUNCE="triple-bounce",i.SCALE_OUT="scale-out",i.CIRCLE="circle",i.CIRCLE_LINE="circle-line",i.SQUARE="square",i.PULSE="pulse",i.SOLAR="solar",i.CUBE_FOLD="cube-fold",i.CIRCLE_FOLD="circle-fold",i.CUBE_GRID="cube-grid",i.CIRCLE_TURN="circle-turn",i.CIRCLE_ROTATE="circle-rotate",i.CIRCLE_SPIN="circle-spin",i.DOT_BAR="dot-bar",i.DOT_CIRCLE="dot-circle",i.LINE="line",i.DOT_PULSE="dot-pulse",i.LINE_SCALE="line-scale",i.TEXT="text",i.CUBE_DIM="cube-dim",i.DOT_LINE="dot-line",i.ARC="arc",i.DROP="drop",i.PACMAN="pacman",i})({}),Rs=class extends dt{contain;_shadowDom;static get observedAttributes(){return["name","sheet"]}constructor(){super(),this._shadowDom=gt(this,Nh);const i=pt(this._shadowDom,".ran-loading",()=>x().class("ran-loading").build());this.contain=i}get name(){const i=j(this,"name");return i||"circle"}set name(i){et(this,"name",i)}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};rotateLoading=()=>{const i=x().class("rotate").part("rotate").build();this.contain.appendChild(i)};stretchLoading=()=>{const i=x().class("stretch").part("stretch").children(...Array(5).fill(1).map((d,g)=>x().class(`rect${g+1}`))).build();this.contain.appendChild(i)};doubleBounceLoading=()=>{const i=x().class("double-bounce").part("double-bounce").children(...Array(2).fill(1).map((d,g)=>x().class(`double-bounce${g+1}`))).build();this.contain.appendChild(i)};cubeLoading=()=>{const i=x().class("cube").part("cube").children(...Array(2).fill(1).map((d,g)=>x().class(`cube${g+1}`))).build();this.contain.appendChild(i)};dotLoading=()=>{const i=x().class("dot").part("dot").children(...Array(2).fill(1).map((d,g)=>x().class(`dot${g+1}`))).build();this.contain.appendChild(i)};tripleBounceLoading=()=>{const i=x().class("triple-bounce").part("triple-bounce").children(...Array(3).fill(1).map((d,g)=>x().class(`triple-bounce${g+1}`))).build();this.contain.appendChild(i)};scaleOutLoading=()=>{const i=x().class("scale-out").part("scale-out").build();this.contain.appendChild(i)};circleLoading=()=>{const i=x().class("circle").part("circle").build();Array(3).fill(1).map(()=>Array(4).fill(1)).forEach((d,g)=>{const m=x().class(`circle-container container${g+1}`).children(...d.map((k,S)=>x().class(`circle${S+1}`))).build();i.appendChild(m)}),this.contain.appendChild(i)};circleLineLoading=()=>{const i=x().class("circle-line").part("circle-line").children(x().class("circle-line-border").children(x().class("circle-line-core"))).build();this.contain.appendChild(i)};squareLoading=()=>{const i=x().class("square").part("square").children(x().class("square-box1").children(x().class("square-core")),x().class("square-box2").children(x().class("square-core"))).build();this.contain.appendChild(i)};pulseLoading=()=>{const i=x().class("pulse").part("pulse").children(...Array(3).fill(1).map((d,g)=>x().class(`pulse-bubble pulse-bubble-${g+1}`))).build();this.contain.appendChild(i)};solarLoading=()=>{const i=x().class("solar").part("solar").children(x().class("earth-orbit orbit").children(x().class("planet earth"),x().class("venus-orbit orbit").children(x().class("planet venus"),x().class("mercury-orbit orbit").children(x().class("planet mercury"),x().class("sun").part("sun"))))).build();this.contain.appendChild(i)};cubeFoldLoading=()=>{const i=x().class("cube-fold").part("cube-fold").children(...Array(4).fill(1).map((d,g)=>x().class(`cube-fold-item cube-fold-item-${g+1}`))).build();this.contain.appendChild(i)};circleFoldLoading=()=>{const i=x().class("circle-fold").part("circle-fold").children(...Array(12).fill(1).map((d,g)=>x().class(`circle-fold-item circle-fold-item-${g+1}`))).build();this.contain.appendChild(i)};cubeGridLoading=()=>{const i=x().class("cube-grid").part("cube-grid").children(...Array(9).fill(1).map((d,g)=>x().class(`cube-grid-item cube-grid-item-${g+1}`))).build();this.contain.appendChild(i)};circleTurnLoading=()=>{const i=x().class("circle-turn").part("circle-turn").build();this.contain.appendChild(i)};circleRotateLoading=()=>{const i=x().class("circle-rotate").part("circle-rotate").children(x().class("circle-rotate-outer"),x().class("circle-rotate-inner")).build();this.contain.appendChild(i)};circleSpinLoading=()=>{const i=x().class("circle-spin").part("circle-spin").children(x().class("circle-spin-outer"),x().class("circle-spin-inner")).build();this.contain.appendChild(i)};dotBarLoading=()=>{const i=x().class("dot-bar").part("dot-bar").children(...Array(5).fill(1).map((d,g)=>x().class(`dot-bar-item dot-bar-item-${g+1}`))).build();this.contain.appendChild(i)};dotCircleLoading=()=>{const i=x().class("dot-circle").part("dot-circle").children(...Array(5).fill(1).map((d,g)=>x().class(`dot-circle-item dot-circle-item-${g+1}`))).build();this.contain.appendChild(i)};lineLoading=()=>{const i=x().class("line").part("line").children(...Array(3).fill(1).map(()=>x().class("line-item"))).build();this.contain.appendChild(i)};dotPulseLoading=()=>{const i=x().class("dot-pulse").part("dot-pulse").children(...Array(5).fill(1).map((d,g)=>x().class("dot-pulse-item").children(x().class(`dot-pulse-item-dot dot-pulse-item-dot-${g+1}`),x().class(`dot-pulse-item-ball dot-pulse-item-ball-${g+1}`)))).build();this.contain.appendChild(i)};lineScaleLoading=()=>{const i=x().class("line-scale").part("line-scale").children(...Array(5).fill(1).map(()=>x().class("line-scale-item"))).build();this.contain.appendChild(i)};textLoading=()=>{const i=x().class("text").part("text").children(...["L","o","a","d","i","n","g"].map(d=>ye().class("text-item").text(d))).build();this.contain.appendChild(i)};cubeDimLoading=()=>{const i=x().class("cube-dim").part("cube-dim").children(...Array(9).fill(1).map(()=>x().class("cube-dim-item"))).build();this.contain.appendChild(i)};dotLineLoading=()=>{const i=x().class("dot-line").part("dot-line").children(...Array(2).fill(1).map(()=>x().class("dot-line-item").children(x().class("dot-line-item-circle")))).build();this.contain.appendChild(i)};arcLoading=()=>{const i=x().class("arc").part("arc").children(x().class("arc-item"),ot("h1").children(ye().text("LOADING"))).build();this.contain.appendChild(i)};dropLoading=()=>{const i=x().class("drop").part("drop").children(x().class("drop-item").children(x().class("drop-item-bg").children(ye().text("LOADING")),x().class("drop-dot").children(x().class("drop-dot-1"),x().class("drop-dot-2"))),x().class("drop-dot").children(x().class("drop-dot-1"),x().class("drop-dot-2"))).build();this.contain.appendChild(i)};pacmanLoading=()=>{const i=x().class("pacman").part("pacman").children(...Array(5).fill(1).map(()=>x())).build();this.contain.appendChild(i)};createLoading=()=>{this.contain.innerHTML="";const i={stretch:this.stretchLoading,rotate:this.rotateLoading,"double-bounce":this.doubleBounceLoading,cube:this.cubeLoading,dot:this.dotLoading,"triple-bounce":this.tripleBounceLoading,"scale-out":this.scaleOutLoading,circle:this.circleLoading,"circle-line":this.circleLineLoading,square:this.squareLoading,pulse:this.pulseLoading,solar:this.solarLoading,"cube-fold":this.cubeFoldLoading,"circle-fold":this.circleFoldLoading,"cube-grid":this.cubeGridLoading,"circle-turn":this.circleTurnLoading,"circle-rotate":this.circleRotateLoading,"circle-spin":this.circleSpinLoading,"dot-bar":this.dotBarLoading,"dot-circle":this.dotCircleLoading,line:this.lineLoading,"dot-pulse":this.dotPulseLoading,"line-scale":this.lineScaleLoading,text:this.textLoading,"cube-dim":this.cubeDimLoading,"dot-line":this.dotLineLoading,arc:this.arcLoading,drop:this.dropLoading,pacman:this.pacmanLoading}[this.name];i&&i()};connectedCallback(){this.handlerExternalCss(),this.createLoading()}attributeChangedCallback(i,d,g){d!==g&&(i==="name"&&this.createLoading(),i==="sheet"&&this.handlerExternalCss())}};ut("r-loading",Rs);var Yh=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{position:var(--ran-math-position, relative)}.ran-math{display:var(--ran-math-display, flex);justify-content:var(--ran-math-justify-content, space-around);align-items:var(--ran-math-align-items, center)}.katex-html{display:var(--ran-math-katex-display, none)}",Ls=class extends dt{contain;_shadowDom;static get observedAttributes(){return["latex","sheet"]}constructor(){super(),this._shadowDom=gt(this,Yh);const i=pt(this._shadowDom,".ran-math",()=>x().class("ran-math").build());this.contain=i}get latex(){const i=j(this,"latex");return decodeURIComponent(i)}set latex(i){et(this,"latex",i)}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};render(){this.latex&&Promise.resolve().then(()=>require("./katex-es-BTpuCxxV.cjs")).then(i=>{if(this.contain.innerHTML="",this.latex){const d=ye().text(`$$${this.latex}$$`).build();this.contain.appendChild(d),i.renderMathInElement(this.contain)}}).catch(function(i){console.warn(`ranui math component warning: ${i.message}
|
|
35
|
-
${i}`)})}connectedCallback(){this.handlerExternalCss(),this.render()}attributeChangedCallback(i,d,g){d!==g&&(i==="latex"&&this.render(),i==="sheet"&&this.handlerExternalCss())}};ut("r-math",Ls);var Hh=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}",Fs=class extends dt{_form;_shadowDom;static get observedAttributes(){return["sheet"]}constructor(){super(),this._shadowDom=gt(this,Hh),this._form=pt(this._shadowDom,".r-form",()=>ot("form").class("r-form").children(It().attr("name","r-form_content")).build())}get value(){return this.getAttribute("value")}set value(i){i!=null&&this.setAttribute("value",i)}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};connectedCallback(){this.handlerExternalCss();const i={},d=new FormData(this._form);d.forEach((g,m)=>{i[m]||(i[m]=d.getAll(m).length>1?d.getAll(m):d.get(m))}),this._form.addEventListener("submit",()=>{this.value=JSON.stringify(i)})}attributeChangedCallback(i,d,g){d!==g&&i==="sheet"&&this.handlerExternalCss()}};ut("r-form",Fs);var Gh=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{display:var(--ran-card-display, block);box-sizing:border-box;min-height:var(--ran-card-min-height, 0)}:host([hoverable]:hover) .ran-card{border-color:var(--ran-card-hover-border-color, var(--ran-color-border-hover, #c9c9c9));box-shadow:var(--ran-card-hover-shadow, var(--ran-shadow-elevated, 0 1px 2px rgba(0, 0, 0, .04)))}.ran-card{display:grid;align-content:start;gap:var(--ran-card-gap, 14px);height:100%;min-width:0;padding:var(--ran-card-padding, 16px);border-width:var(--ran-skin-border-width, 1px);border-style:var(--ran-skin-border-style, solid);border-color:var(--ran-card-border-color, var(--ran-color-border, #eaeaea));border-radius:var(--ran-card-radius, var(--ran-radius-md));background:var(--ran-card-background, var(--ran-color-bg));box-shadow:var(--ran-card-shadow, none);box-sizing:border-box}.ran-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.ran-card-title-area{flex:1;min-width:0}.ran-card-title{margin:0;color:var(--ran-card-title-color, var(--ran-color-text));font-size:var(--ran-card-title-font-size, 16px);font-weight:var(--ran-card-title-font-weight, 600);line-height:1.3}.ran-card-title:empty{display:none}.ran-card-description{margin:4px 0 0;color:var(--ran-card-description-color, var(--ran-color-text-secondary));font-size:var(--ran-card-description-font-size, 14px);line-height:1.5}.ran-card-description:empty{display:none}.ran-card-body,.ran-card-footer{min-width:0}:host(:not([title]):not([description])) .ran-card-header{display:none}",Os=class extends dt{_shadowDom;_titleEl;_descriptionEl;_headerEl;_footerEl;static get observedAttributes(){return["title","description","sheet","hoverable"]}constructor(){super(),this._shadowDom=gt(this,Gh);const i=pt(this._shadowDom,".ran-card",()=>x().class("ran-card").attr("part","card").children(x().class("ran-card-header").attr("part","header").children(x().class("ran-card-title-area").children(x().class("ran-card-title").attr("part","title"),x().class("ran-card-description").attr("part","description")),It().attr("name","extra").attr("part","extra")),x().class("ran-card-body").attr("part","body").children(It()),x().class("ran-card-footer").attr("part","footer").children(It().attr("name","footer"))).build());this._headerEl=i.querySelector(".ran-card-header"),this._titleEl=i.querySelector(".ran-card-title"),this._descriptionEl=i.querySelector(".ran-card-description"),this._footerEl=i.querySelector(".ran-card-footer"),this._footerEl.style.display="none";const d=this._footerEl.querySelector('slot[name="footer"]');d.addEventListener("slotchange",()=>{this._footerEl.style.display=d.assignedElements().length>0?"":"none"})}get title(){return j(this,"title")}set title(i){et(this,"title",i)}get description(){return j(this,"description")}set description(i){et(this,"description",i)}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}get hoverable(){return this.hasAttribute("hoverable")}set hoverable(i){i?this.setAttribute("hoverable",""):this.removeAttribute("hoverable")}_syncTitle(){this._titleEl.textContent=this.getAttribute("title")??""}_syncDescription(){this._descriptionEl.textContent=this.getAttribute("description")??""}connectedCallback(){this._syncTitle(),this._syncDescription(),ht(this,this._shadowDom,"sheet",null,this.sheet)}attributeChangedCallback(i,d,g){d!==g&&(i==="title"&&this._syncTitle(),i==="description"&&this._syncDescription(),i==="sheet"&&ht(this,this._shadowDom,i,d,g))}};ut("r-card",Os);var Vh=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{display:block;scroll-margin-top:96px;border-width:var(--ran-skin-border-width, 1px);border-style:var(--ran-skin-border-style, solid);border-color:var(--ran-section-border-color, var(--ran-color-border, #eaeaea));border-radius:var(--ran-section-radius, var(--ran-radius-md, 8px));background:var(--ran-section-background, var(--ran-color-bg-elevated, #ffffff));box-shadow:var(--ran-section-shadow, var(--ran-shadow-elevated, none));padding:var(--ran-section-padding, 28px);box-sizing:border-box}.ran-section-header{display:grid;gap:8px;max-width:760px;margin-bottom:22px}.ran-section-heading{margin:0;color:var(--ran-section-heading-color, var(--ran-color-text, #0f172a));font-size:var(--ran-section-heading-font-size, 24px);font-weight:var(--ran-section-heading-font-weight, 700);line-height:1.25;letter-spacing:0}.ran-section-heading:empty{display:none}.ran-section-subtitle{max-width:620px;margin:0;color:var(--ran-section-subtitle-color, var(--ran-color-text-secondary, #607086))}.ran-section-subtitle:empty{display:none}.ran-section-body{min-width:0}",Ps=class extends dt{_shadowDom;_headerEl;_headingEl;_subtitleEl;_events=new Rt;static get observedAttributes(){return["heading","subtitle","sheet"]}constructor(){super(),this._shadowDom=gt(this,Vh);const i=pt(this._shadowDom,".ran-section-header",()=>{const d=x().class("ran-section-header").attr("part","header").children(x().class("ran-section-heading").attr("part","heading").attr("role","heading").attr("aria-level","2"),x().class("ran-section-subtitle").attr("part","subtitle")).build(),g=x().class("ran-section-body").attr("part","body").children(It()).build();return this._shadowDom.appendChild(d),this._shadowDom.appendChild(g),d});this._headerEl=i,this._headingEl=i.querySelector(".ran-section-heading"),this._subtitleEl=i.querySelector(".ran-section-subtitle")}get heading(){return j(this,"heading")}set heading(i){et(this,"heading",i)}get subtitle(){return j(this,"subtitle")}set subtitle(i){et(this,"subtitle",i)}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}_syncHeading(){this._headingEl.textContent=this.getAttribute("heading")??"",this._headerEl.style.display=this._headingEl.textContent||this._subtitleEl.textContent?"":"none"}_syncSubtitle(){this._subtitleEl.textContent=this.getAttribute("subtitle")??"",this._headerEl.style.display=this._headingEl.textContent||this._subtitleEl.textContent?"":"none"}connectedCallback(){this._syncHeading(),this._syncSubtitle(),ht(this,this._shadowDom,"sheet",null,this.sheet)}disconnectedCallback(){this._events.abort()}attributeChangedCallback(i,d,g){d!==g&&(i==="heading"&&this._syncHeading(),i==="subtitle"&&this._syncSubtitle(),i==="sheet"&&ht(this,this._shadowDom,i,d,g))}};ut("r-section",Ps);var qh=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{display:block;width:100%}",xa=null,Fe=null,Ua=null;function Ms(){return Ua}function Us(i){Ua=i}function Qs(){Ua=null}function zh(i){const d={};return i&&new URLSearchParams(i.startsWith("?")?i.slice(1):i).forEach((g,m)=>{d[m]=g}),d}function Wh(){return typeof document<"u"&&"startViewTransition"in document}function Xh(i){Wh()?document.startViewTransition(i):i()}function Ns(){typeof document>"u"||Fe&&document.head.contains(Fe)||(Fe=document.createElement("style"),Fe.textContent="@view-transition { navigation: auto; }",document.head.appendChild(Fe))}function Ks(){Fe?.remove(),Fe=null}function Jh(i){return i===!0||i==="spa"||i==="both"}function _h(i){return i==="mpa"||i==="both"}var Ys=class{_mode;_base;_routes;_vtMode;_beforeGuards=[];_afterGuards=[];_changeHandlers=[];_pageSwapHandlers=[];_pageRevealHandlers=[];_components=new Set;_current=null;_mpaActive=!1;constructor(i={}){this._mode=i.mode??"history",this._base=i.base??"",this._routes=i.routes??[],this._vtMode=i.viewTransition,_h(this._vtMode)&&this._enableMpa()}get mode(){return this._mode}get base(){return this._base}get routes(){return[...this._routes]}get currentRoute(){return this._current}_matchConfigPath(i,d){const g=[],m=d.path.split("/").map(k=>k.startsWith(":")?(g.push(k.slice(1)),"([^/]+)"):k==="*"?"(.*)":k.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")).join("/");return(d.exact?new RegExp(`^${m}$`):new RegExp(`^${m}(?:/.*)?$`)).test(i)}matchRoute(i){return this._routes.find(d=>this._matchConfigPath(i,d))??null}getStaticPaths(){return this._routes.map(i=>i.path)}_enableMpa(){this._mpaActive||(this._mpaActive=!0,Ns(),typeof window<"u"&&(window.addEventListener("pageswap",this._onPageSwap),window.addEventListener("pagereveal",this._onPageReveal)))}_disableMpa(){this._mpaActive&&(this._mpaActive=!1,Ks(),typeof window<"u"&&(window.removeEventListener("pageswap",this._onPageSwap),window.removeEventListener("pagereveal",this._onPageReveal)))}_onPageSwap=i=>{this._pageSwapHandlers.forEach(d=>d(i))};_onPageReveal=i=>{this._pageRevealHandlers.forEach(d=>d(i))};_bind(i){this._components.add(i)}_unbind(i){this._components.delete(i)}_buildLocation(i){const d=i.indexOf("?"),g=d===-1?i:i.slice(0,d),m=d===-1?"":i.slice(d+1);return{path:g||"/",params:{},query:zh(m),fullPath:i||"/"}}_getCurrentPath(){if(typeof window>"u")return"/";if(this._mode==="hash")return window.location.hash.slice(1)||"/";const i=window.location.pathname,d=this._base;return(d&&i.startsWith(d)?i.slice(d.length)||"/":i)+(window.location.search||"")}_notify(){const i=this._buildLocation(this._getCurrentPath()),d=this._current;this._current=i;const g=()=>{this._components.forEach(m=>m._syncRoutes())};Jh(this._vtMode)?Xh(g):g(),this._afterGuards.forEach(m=>m(i,d)),this._changeHandlers.forEach(m=>m(i,d))}async _navigate(i,d){const g=this._buildLocation(i),m=this._current;for(const k of this._beforeGuards){const S=await new Promise(F=>{k(g,m,F)});if(S===!1)return;if(typeof S=="string")return this._navigate(S,d)}if(typeof window<"u"){const k=this._mode==="hash"?`#${i}`:this._base+i;d?window.history.replaceState({path:i},"",k):window.history.pushState({path:i},"",k)}this._notify()}push(i){return this._navigate(i,!1)}replace(i){return this._navigate(i,!0)}back(){typeof window<"u"&&window.history.back()}forward(){typeof window<"u"&&window.history.forward()}go(i){typeof window<"u"&&window.history.go(i)}destroy(){this._disableMpa(),this._components.clear()}beforeEach(i){return this._beforeGuards.push(i),()=>{const d=this._beforeGuards.indexOf(i);d!==-1&&this._beforeGuards.splice(d,1)}}afterEach(i){return this._afterGuards.push(i),()=>{const d=this._afterGuards.indexOf(i);d!==-1&&this._afterGuards.splice(d,1)}}onRouteChange(i){return this._changeHandlers.push(i),()=>{const d=this._changeHandlers.indexOf(i);d!==-1&&this._changeHandlers.splice(d,1)}}onPageSwap(i){return this._pageSwapHandlers.push(i),()=>{const d=this._pageSwapHandlers.indexOf(i);d!==-1&&this._pageSwapHandlers.splice(d,1)}}onPageReveal(i){return this._pageRevealHandlers.push(i),()=>{const d=this._pageRevealHandlers.indexOf(i);d!==-1&&this._pageRevealHandlers.splice(d,1)}}};function jh(i){xa?.destroy();const d=new Ys(i);return xa=d,d}function Br(){return xa}function Zh(){return Ns(),()=>Ks()}var Hs=class extends dt{static get observedAttributes(){return["mode","base","sheet"]}_events=new Rt;_shadowDom;_slot;_currentPath="";constructor(){super(),this._shadowDom=gt(this,qh);const i=pt(this._shadowDom,"slot",()=>It().build());this._slot=i}get mode(){return this.getAttribute("mode")==="hash"?"hash":"history"}get base(){return j(this,"base")}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};_getPath(){if(this.mode==="hash")return window.location.hash.slice(1)||"/";const i=this.base,d=window.location.pathname;return i&&d.startsWith(i)?d.slice(i.length)||"/":d}navigate(i,d=!1){const g=this.mode==="hash"?`#${i}`:this.base+i;d?window.history.replaceState(null,"",g):window.history.pushState(null,"",g),this._syncRoutes()}_syncRoutes(){const i=this._getPath();this._currentPath=i,this.querySelectorAll("r-route").forEach(d=>{typeof d._update=="function"&&d._update(i)}),this.dispatchEvent(new CustomEvent("routechange",{detail:{path:i},bubbles:!0}))}_handlePopState=()=>{this._syncRoutes()};_handleNavigate=i=>{const{path:d,replace:g}=i.detail;i.stopPropagation(),this.navigate(d,g)};connectedCallback(){this.handlerExternalCss(),this._events.on(window,"popstate",this._handlePopState),this._events.on(this,"ran-navigate",this._handleNavigate),this._events.on(this._slot,"slotchange",()=>this._syncRoutes());const i=Br();i&&i._bind(this),this._syncRoutes(),typeof customElements<"u"&&customElements.whenDefined("r-route").then(()=>this._syncRoutes())}disconnectedCallback(){const i=Br();i&&i._unbind(this),this._events.abort()}attributeChangedCallback(i,d,g){d!==g&&i==="sheet"&&this.handlerExternalCss()}};ut("r-router",Hs);var $h=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{display:block}:host([hidden]){display:none!important}",Gs=class extends dt{static get observedAttributes(){return["path","exact","sheet"]}_events=new Rt;_shadowDom;_params={};constructor(){super(),this._shadowDom=gt(this,$h),pt(this._shadowDom,"slot",()=>It().build())}get path(){return j(this,"path","/")}set path(i){et(this,"path",i)}get exact(){return this.hasAttribute("exact")}get params(){return{...this._params}}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};_matchPath(i){const d=this.path,g={},m=[],k=d.split("/").map(U=>U.startsWith(":")?(m.push(U.slice(1)),"([^/]+)"):U==="*"?"(.*)":U.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")).join("/"),S=this.exact?new RegExp(`^${k}$`):new RegExp(`^${k}(?:/.*)?$`),F=i.match(S);return F?(m.forEach((U,tt)=>{g[U]=decodeURIComponent(F[tt+1]??"")}),{matched:!0,params:g}):{matched:!1,params:g}}_update(i){const{matched:d,params:g}=this._matchPath(i);this._params=g,this.hidden=!d,d&&this.dispatchEvent(new CustomEvent("routematch",{detail:{path:i,params:g},bubbles:!0}))}_preSerialize(){const i=Ms();i!==null&&this._update(i)}connectedCallback(){this.handlerExternalCss();const i=this.closest("r-router");i&&i._currentPath&&this._update(i._currentPath)}disconnectedCallback(){this._events.abort()}attributeChangedCallback(i,d,g){if(d!==g){if(i==="path"||i==="exact"){const m=this.closest("r-router");m&&this._update(m._currentPath)}i==="sheet"&&this.handlerExternalCss()}}};ut("r-route",Gs);var tu=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{display:inline}a{color:var(--ran-color-link, #006bff);text-decoration:none;cursor:pointer;font-family:inherit;font-size:inherit;border-radius:var(--ran-radius-sm, 6px)}a:hover{text-decoration:underline;opacity:.85}a:focus-visible{outline:2px solid var(--ran-color-primary, #006bff);outline-offset:2px}:host([active]) a{font-weight:600;text-decoration:underline}",Vs=class extends dt{static get observedAttributes(){return["href","replace","sheet"]}_events=new Rt;_shadowDom;_anchor;constructor(){super(),this._shadowDom=gt(this,tu);const i=pt(this._shadowDom,"a",()=>{const d=document.createElement("a");return d.appendChild(document.createElement("slot")),d});this._anchor=i}get href(){return j(this,"href")}set href(i){et(this,"href",i)}get replace(){return this.hasAttribute("replace")}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};_handleClick=i=>{if(i.defaultPrevented||i.button!==0||i.metaKey||i.ctrlKey||i.shiftKey||i.altKey)return;const d=this.href;if(!d||/^(https?:\/\/|\/\/|mailto:|tel:)/.test(d))return;i.preventDefault();const g=Br();if(g){this.replace?g.replace(d):g.push(d);return}this.dispatchEvent(new CustomEvent("ran-navigate",{detail:{path:d,replace:this.replace},bubbles:!0,composed:!0}))};_syncHref(){this._anchor&&(this._anchor.href=this.href)}connectedCallback(){this.handlerExternalCss(),this._syncHref(),this._events.on(this._anchor,"click",this._handleClick)}disconnectedCallback(){this._events.abort()}attributeChangedCallback(i,d,g){d!==g&&(i==="href"&&this._syncHref(),i==="sheet"&&this.handlerExternalCss())}};ut("r-link",Vs);var eu=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{display:var(--ran-theme-switch-display, inline-flex);box-sizing:border-box}.ran-theme-switch{display:inline-flex;align-items:center;gap:var(--ran-theme-switch-gap, 2px);padding:var(--ran-theme-switch-padding, 2px);border-width:var(--ran-skin-border-width, 1px);border-style:var(--ran-skin-border-style, solid);border-color:var(--ran-theme-switch-border-color, var(--ran-color-border, #eaeaea));border-radius:var(--ran-theme-switch-radius, var(--ran-radius-full, 9999px));background:var(--ran-theme-switch-background, transparent);box-sizing:border-box}.ran-theme-switch button{width:var(--ran-theme-switch-button-size, 28px);height:var(--ran-theme-switch-button-size, 28px);display:grid;place-items:center;border:none;border-radius:var(--ran-theme-switch-radius, var(--ran-radius-full, 9999px));background:transparent;color:var(--ran-theme-switch-color, var(--ran-color-text-secondary, #4d4d4d));cursor:pointer;padding:0}.ran-theme-switch button:hover{color:var(--ran-theme-switch-hover-color, var(--ran-color-text, #171717))}.ran-theme-switch button[aria-pressed=true]{background:var(--ran-theme-switch-active-background, var(--ran-color-bg-hover, #ebebeb));color:var(--ran-theme-switch-active-color, var(--ran-color-text, #171717))}.ran-theme-switch button:focus-visible{outline:var(--ran-theme-switch-focus-outline, 2px solid var(--ran-color-primary, #006bff));outline-offset:2px}.ran-theme-switch svg{width:var(--ran-theme-switch-icon-size, 16px);height:var(--ran-theme-switch-icon-size, 16px)}",ka=["system","light","dark"],ru={system:'<svg viewBox="0 0 16 16" aria-hidden="true"><rect x="1.5" y="2.5" width="13" height="9" rx="1.5" fill="none" stroke="currentColor" stroke-width="1.5"/><path d="M5.5 14h5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>',light:'<svg viewBox="0 0 16 16" aria-hidden="true"><circle cx="8" cy="8" r="3" fill="none" stroke="currentColor" stroke-width="1.5"/><path d="M8 1v1.8M8 13.2V15M15 8h-1.8M2.8 8H1m11.4-4.4-1.3 1.3M4.9 11.1l-1.3 1.3m9.8 0-1.3-1.3M4.9 4.9 3.6 3.6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>',dark:'<svg viewBox="0 0 16 16" aria-hidden="true"><path d="M13.5 9.5A6 6 0 0 1 6.5 2.5a6 6 0 1 0 7 7z" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"/></svg>'},Ba="ran-theme-switch-sync",qs=class extends dt{static get observedAttributes(){return["label-system","label-light","label-dark","sheet"]}_events=new Rt;_shadowDom;_group;constructor(){super(),this._shadowDom=gt(this,eu),this._group=pt(this._shadowDom,".ran-theme-switch",()=>{const i=document.createElement("div");i.className="ran-theme-switch",i.setAttribute("part","switch"),i.setAttribute("role","group");for(const d of ka){const g=document.createElement("button");g.type="button",g.dataset.choice=d,g.setAttribute("part",`button ${d}`),g.setAttribute("aria-pressed","false"),g.innerHTML=ru[d],i.appendChild(g)}return i})}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}get value(){return $o()||"system"}set value(i){ka.includes(i)&&this._select(i)}_label(i){const d={system:"System theme",light:"Light theme",dark:"Dark theme"}[i];return this.getAttribute(`label-${i}`)||d}_syncLabels(){this._group.setAttribute("aria-label",this.getAttribute("label")||"Theme");for(const i of this._group.querySelectorAll("button"))i.setAttribute("aria-label",this._label(i.dataset.choice))}_reflect(){const i=this.value;for(const d of this._group.querySelectorAll("button"))d.setAttribute("aria-pressed",d.dataset.choice===i?"true":"false")}_select(i){La(i),this._reflect(),this._syncMeta(i),document.dispatchEvent(new CustomEvent(Ba)),this.dispatchEvent(new CustomEvent("change",{detail:{theme:i},bubbles:!0,composed:!0}))}_syncMeta(i){if(typeof requestAnimationFrame>"u")return;const d=document.querySelectorAll('meta[name="theme-color"]');d.length&&requestAnimationFrame(()=>{for(const g of d)if(g.dataset.ranOriginalContent===void 0&&(g.dataset.ranOriginalContent=g.getAttribute("content")||""),i==="system")g.setAttribute("content",g.dataset.ranOriginalContent);else{const m=getComputedStyle(document.documentElement).getPropertyValue("--ran-color-bg").trim()||getComputedStyle(document.body).backgroundColor;g.setAttribute("content",m)}})}_handleClick=i=>{const d=i.target.closest?.("button")?.dataset.choice;d&&ka.includes(d)&&this._select(d)};_handleSync=()=>this._reflect();handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};connectedCallback(){this.handlerExternalCss(),this._syncLabels(),this._reflect(),this._events.on(this._group,"click",this._handleClick),document.addEventListener(Ba,this._handleSync),typeof window<"u"&&window.addEventListener("storage",this._handleSync)}disconnectedCallback(){this._events.abort(),document.removeEventListener(Ba,this._handleSync),typeof window<"u"&&window.removeEventListener("storage",this._handleSync)}attributeChangedCallback(i,d,g){d!==g&&(i==="sheet"&&this.handlerExternalCss(),i.startsWith("label")&&this._syncLabels())}};ut("r-theme-switch",qs);function zs(i,d){Us(d);try{return gd(i)}finally{Qs()}}function iu(i,d){const g=Br();return(d?.paths??g?.getStaticPaths()??[]).map(m=>({path:m,html:zs(i(),m)}))}var au="ran-locale",nu=i=>{if(typeof localStorage>"u")return null;try{return localStorage.getItem(i)}catch{return null}},ou=(i,d)=>{if(!(typeof localStorage>"u"))try{localStorage.setItem(i,d)}catch{}},su=i=>{if(typeof navigator>"u"||!navigator.language)return null;const d=navigator.language.toLowerCase();return i.find(g=>g.toLowerCase()===d)??i.find(g=>d.startsWith(g.toLowerCase()))??i.find(g=>d.startsWith(`${g.toLowerCase()}-`))??null},Ws=class{_locale;_fallback;_messages;_persist;_storageKey;_handlers=new Set;constructor(i={}){this._messages={...i.messages},this._fallback=i.fallbackLocale??"en",this._persist=i.persist??!1,this._storageKey=i.storageKey??au,this._locale=this._resolveInitialLocale(i)}_resolveInitialLocale(i){const d=Object.keys(this._messages),g=this._persist?nu(this._storageKey):null;if(g&&(this._messages[g]||d.length===0))return g;if(i.locale)return i.locale;if(i.detectNavigator){const m=su(d);if(m)return m}return this._fallback}get locale(){return this._locale}getLocale(){return this._locale}setLocale(i){i!==this._locale&&(this._locale=i,this._persist&&ou(this._storageKey,i),this._notify())}addMessages(i,d){this._messages[i]={...this._messages[i],...d}}getMessages(i=this._locale){return this._messages[i]??{}}get availableLocales(){return Object.keys(this._messages)}t(i,d){const g=this._messages[this._locale]?.[i]??this._messages[this._fallback]?.[i]??i;return this._interpolate(g,d)}_interpolate(i,d){return d?i.replace(/\{(\w+)\}/g,(g,m)=>d[m]!=null?String(d[m]):g):i}onChange(i){return this._handlers.add(i),()=>{this._handlers.delete(i)}}_notify(){for(const i of this._handlers)i(this._locale)}destroy(){this._handlers.clear()}},Ra=null;function lu(i={}){return Ra=new Ws(i),Ra}function cu(){return Ra}var du=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{position:relative;display:block}.ran-scratch-ticket{position:relative;display:block;width:100%;height:100%}.ran-scratch-ticket-award{position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:#000;z-index:1}.ran-scratch-ticket-canvas{position:absolute;top:0;left:0;display:block;width:100%;height:100%;z-index:2}",hu=class extends dt{scratchTicketContainer;scratchTicket;state;scratchAward;_shadowDom;static get observedAttributes(){return["disabled","icon","effect","iconSize","sheet"]}constructor(){super(),this._shadowDom=gt(this,du);const i=pt(this._shadowDom,".ran-scratch-ticket",()=>{const m=ot("canvas").class("ran-scratch-ticket-canvas").style("width","100%").style("height","100%").build(),k=x().class("ran-scratch-ticket-award").build();return x().class("ran-scratch-ticket").children(m,k).build()}),d=i.querySelector(".ran-scratch-ticket-award"),g=i.querySelector(".ran-scratch-ticket-canvas");this.scratchTicketContainer=i,this.scratchAward=d,this.scratchTicket=g,this.state={touchStart:!1,scratchArea:0}}touchStartScratch=i=>{this.state.touchStart=!0};touchMoveScratch=()=>{if(this.state.touchStart){const i=this.scratchTicket.getContext("2d");if(!i)return;this.state.scratchArea+=30,i.beginPath(),i.arc(100,100,30,0,2*Math.PI),i.globalCompositeOperation="destination-out",i.fill(),i.closePath()}};touchEndScratch=()=>{this.state.touchStart=!1;const{width:i,height:d}=this.scratchTicket,g=this.scratchTicket.getContext("2d");g&&this.state.scratchArea>i*d*.03&&(this.state.scratchArea=0,g.clearRect(0,0,i,d))};drawScratchTicket=()=>{const i=this.scratchTicket.getContext("2d");if(!this.scratchTicketContainer||!i)return;const d=new Image;d.src="",d.onload=()=>{i.drawImage(d,0,0,this.scratchTicket.width,this.scratchTicket.height)},this.scratchTicket.addEventListener("touchstart",this.touchStartScratch),this.scratchTicket.addEventListener("touchmove",this.touchMoveScratch),this.scratchTicket.addEventListener("touchend",this.touchEndScratch)};attributeChangedCallback(){this._shadowDom.contains(this.scratchTicketContainer)||this._shadowDom.appendChild(this.scratchTicketContainer),this.drawScratchTicket()}};ut("r-scratch",hu);exports.ARROW_TYPE=Xd;exports.Button=cs;exports.Card=Os;exports.CustomMessage=As;exports.Dropdown=ws;exports.Form=Fs;exports.I18nCore=Ws;exports.ICON_NAME_AMP=Kh;exports.Icon=us;exports.ImageElement=gs;exports.Input=fs;exports.Link=Vs;exports.Loading=Rs;exports.Math=Ls;exports.PLACEMENT_TYPE=Mh;exports.Popover=Ds;exports.Progress=Ss;exports.RadarChart=ys;exports.RanCheckbox=Ts;exports.RanColorPicker=xs;exports.RanModal=Bs;exports.RanPlayer=Ch;exports.Route=Gs;exports.Router=Hs;exports.RouterCore=Ys;exports.Section=Ps;exports.Select=Es;exports.Skeleton=ms;exports.TabPane=vs;exports.Tabs=bs;exports.ThemeSwitch=qs;exports.clearSSGPath=Qs;exports.clearThemeToken=es;exports.createI18n=lu;exports.createRouter=jh;exports.enableMpaViewTransitions=Zh;exports.generateStaticPages=iu;exports.getSSGPath=Ms;exports.getTheme=$o;exports.initTheme=_c;exports.registerIcon=Ma;exports.registerIcons=hs;exports.renderStaticPage=zs;exports.setSSGPath=Us;exports.setTheme=La;exports.setThemeToken=ts;exports.setThemeTokens=Jc;exports.useI18n=cu;exports.useRouter=Br;
|
|
35
|
+
${i}`)})}connectedCallback(){this.handlerExternalCss(),this.render()}attributeChangedCallback(i,d,g){d!==g&&(i==="latex"&&this.render(),i==="sheet"&&this.handlerExternalCss())}};ut("r-math",Ls);var Hh=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}",Fs=class extends dt{_form;_shadowDom;static get observedAttributes(){return["sheet"]}constructor(){super(),this._shadowDom=gt(this,Hh),this._form=pt(this._shadowDom,".r-form",()=>ot("form").class("r-form").children(It().attr("name","r-form_content")).build())}get value(){return this.getAttribute("value")}set value(i){i!=null&&this.setAttribute("value",i)}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};connectedCallback(){this.handlerExternalCss();const i={},d=new FormData(this._form);d.forEach((g,m)=>{i[m]||(i[m]=d.getAll(m).length>1?d.getAll(m):d.get(m))}),this._form.addEventListener("submit",()=>{this.value=JSON.stringify(i)})}attributeChangedCallback(i,d,g){d!==g&&i==="sheet"&&this.handlerExternalCss()}};ut("r-form",Fs);var Gh=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{display:var(--ran-card-display, block);box-sizing:border-box;min-height:var(--ran-card-min-height, 0)}:host([hoverable]:hover) .ran-card{border-color:var(--ran-card-hover-border-color, var(--ran-color-border-hover, #c9c9c9));box-shadow:var(--ran-card-hover-shadow, var(--ran-shadow-elevated, 0 1px 2px rgba(0, 0, 0, .04)))}.ran-card{display:grid;align-content:start;gap:var(--ran-card-gap, 14px);height:100%;min-width:0;padding:var(--ran-card-padding, 16px);border-width:var(--ran-skin-border-width, 1px);border-style:var(--ran-skin-border-style, solid);border-color:var(--ran-card-border-color, var(--ran-color-border, #eaeaea));border-radius:var(--ran-card-radius, var(--ran-radius-md));background:var(--ran-card-background, var(--ran-color-bg));box-shadow:var(--ran-card-shadow, none);box-sizing:border-box}.ran-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.ran-card-title-area{flex:1;min-width:0}.ran-card-title{margin:0;color:var(--ran-card-title-color, var(--ran-color-text));font-size:var(--ran-card-title-font-size, 16px);font-weight:var(--ran-card-title-font-weight, 600);line-height:1.3}.ran-card-title:empty{display:none}.ran-card-description{margin:4px 0 0;color:var(--ran-card-description-color, var(--ran-color-text-secondary));font-size:var(--ran-card-description-font-size, 14px);line-height:1.5}.ran-card-description:empty{display:none}.ran-card-body,.ran-card-footer{min-width:0}:host(:not([title]):not([description])) .ran-card-header{display:none}",Os=class extends dt{_shadowDom;_titleEl;_descriptionEl;_headerEl;_footerEl;static get observedAttributes(){return["title","description","sheet","hoverable"]}constructor(){super(),this._shadowDom=gt(this,Gh);const i=pt(this._shadowDom,".ran-card",()=>x().class("ran-card").attr("part","card").children(x().class("ran-card-header").attr("part","header").children(x().class("ran-card-title-area").children(x().class("ran-card-title").attr("part","title"),x().class("ran-card-description").attr("part","description")),It().attr("name","extra").attr("part","extra")),x().class("ran-card-body").attr("part","body").children(It()),x().class("ran-card-footer").attr("part","footer").children(It().attr("name","footer"))).build());this._headerEl=i.querySelector(".ran-card-header"),this._titleEl=i.querySelector(".ran-card-title"),this._descriptionEl=i.querySelector(".ran-card-description"),this._footerEl=i.querySelector(".ran-card-footer"),this._footerEl.style.display="none";const d=this._footerEl.querySelector('slot[name="footer"]');d.addEventListener("slotchange",()=>{this._footerEl.style.display=d.assignedElements().length>0?"":"none"})}get title(){return j(this,"title")}set title(i){et(this,"title",i)}get description(){return j(this,"description")}set description(i){et(this,"description",i)}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}get hoverable(){return this.hasAttribute("hoverable")}set hoverable(i){i?this.setAttribute("hoverable",""):this.removeAttribute("hoverable")}_syncTitle(){this._titleEl.textContent=this.getAttribute("title")??""}_syncDescription(){this._descriptionEl.textContent=this.getAttribute("description")??""}connectedCallback(){this._syncTitle(),this._syncDescription(),ht(this,this._shadowDom,"sheet",null,this.sheet)}attributeChangedCallback(i,d,g){d!==g&&(i==="title"&&this._syncTitle(),i==="description"&&this._syncDescription(),i==="sheet"&&ht(this,this._shadowDom,i,d,g))}};ut("r-card",Os);var Vh=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{display:block;scroll-margin-top:96px;border-width:var(--ran-skin-border-width, 1px);border-style:var(--ran-skin-border-style, solid);border-color:var(--ran-section-border-color, var(--ran-color-border, #eaeaea));border-radius:var(--ran-section-radius, var(--ran-radius-md, 8px));background:var(--ran-section-background, var(--ran-color-bg-elevated, #ffffff));box-shadow:var(--ran-section-shadow, var(--ran-shadow-elevated, none));padding:var(--ran-section-padding, 28px);box-sizing:border-box}.ran-section-header{display:grid;gap:8px;max-width:760px;margin-bottom:22px}.ran-section-heading{margin:0;color:var(--ran-section-heading-color, var(--ran-color-text, #0f172a));font-size:var(--ran-section-heading-font-size, 24px);font-weight:var(--ran-section-heading-font-weight, 700);line-height:1.25;letter-spacing:0}.ran-section-heading:empty{display:none}.ran-section-subtitle{max-width:620px;margin:0;color:var(--ran-section-subtitle-color, var(--ran-color-text-secondary, #607086))}.ran-section-subtitle:empty{display:none}.ran-section-body{min-width:0}",Ps=class extends dt{_shadowDom;_headerEl;_headingEl;_subtitleEl;_events=new Rt;static get observedAttributes(){return["heading","subtitle","sheet"]}constructor(){super(),this._shadowDom=gt(this,Vh);const i=pt(this._shadowDom,".ran-section-header",()=>{const d=x().class("ran-section-header").attr("part","header").children(x().class("ran-section-heading").attr("part","heading").attr("role","heading").attr("aria-level","2"),x().class("ran-section-subtitle").attr("part","subtitle")).build(),g=x().class("ran-section-body").attr("part","body").children(It()).build();return this._shadowDom.appendChild(d),this._shadowDom.appendChild(g),d});this._headerEl=i,this._headingEl=i.querySelector(".ran-section-heading"),this._subtitleEl=i.querySelector(".ran-section-subtitle")}get heading(){return j(this,"heading")}set heading(i){et(this,"heading",i)}get subtitle(){return j(this,"subtitle")}set subtitle(i){et(this,"subtitle",i)}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}_syncHeading(){this._headingEl.textContent=this.getAttribute("heading")??"",this._headerEl.style.display=this._headingEl.textContent||this._subtitleEl.textContent?"":"none"}_syncSubtitle(){this._subtitleEl.textContent=this.getAttribute("subtitle")??"",this._headerEl.style.display=this._headingEl.textContent||this._subtitleEl.textContent?"":"none"}connectedCallback(){this._syncHeading(),this._syncSubtitle(),ht(this,this._shadowDom,"sheet",null,this.sheet)}disconnectedCallback(){this._events.abort()}attributeChangedCallback(i,d,g){d!==g&&(i==="heading"&&this._syncHeading(),i==="subtitle"&&this._syncSubtitle(),i==="sheet"&&ht(this,this._shadowDom,i,d,g))}};ut("r-section",Ps);var qh=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{display:block;width:100%}",xa=null,Fe=null,Ua=null;function Ms(){return Ua}function Us(i){Ua=i}function Qs(){Ua=null}function zh(i){const d={};return i&&new URLSearchParams(i.startsWith("?")?i.slice(1):i).forEach((g,m)=>{d[m]=g}),d}function Wh(){return typeof document<"u"&&"startViewTransition"in document}function Xh(i){Wh()?document.startViewTransition(i):i()}function Ns(){typeof document>"u"||Fe&&document.head.contains(Fe)||(Fe=document.createElement("style"),Fe.textContent="@view-transition { navigation: auto; }",document.head.appendChild(Fe))}function Ks(){Fe?.remove(),Fe=null}function Jh(i){return i===!0||i==="spa"||i==="both"}function _h(i){return i==="mpa"||i==="both"}var Ys=class{_mode;_base;_routes;_vtMode;_beforeGuards=[];_afterGuards=[];_changeHandlers=[];_pageSwapHandlers=[];_pageRevealHandlers=[];_components=new Set;_current=null;_mpaActive=!1;constructor(i={}){this._mode=i.mode??"history",this._base=i.base??"",this._routes=i.routes??[],this._vtMode=i.viewTransition,_h(this._vtMode)&&this._enableMpa()}get mode(){return this._mode}get base(){return this._base}get routes(){return[...this._routes]}get currentRoute(){return this._current}_matchConfigPath(i,d){const g=[],m=d.path.split("/").map(k=>k.startsWith(":")?(g.push(k.slice(1)),"([^/]+)"):k==="*"?"(.*)":k.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")).join("/");return(d.exact?new RegExp(`^${m}$`):new RegExp(`^${m}(?:/.*)?$`)).test(i)}matchRoute(i){return this._routes.find(d=>this._matchConfigPath(i,d))??null}getStaticPaths(){return this._routes.map(i=>i.path)}_enableMpa(){this._mpaActive||(this._mpaActive=!0,Ns(),typeof window<"u"&&(window.addEventListener("pageswap",this._onPageSwap),window.addEventListener("pagereveal",this._onPageReveal)))}_disableMpa(){this._mpaActive&&(this._mpaActive=!1,Ks(),typeof window<"u"&&(window.removeEventListener("pageswap",this._onPageSwap),window.removeEventListener("pagereveal",this._onPageReveal)))}_onPageSwap=i=>{this._pageSwapHandlers.forEach(d=>d(i))};_onPageReveal=i=>{this._pageRevealHandlers.forEach(d=>d(i))};_bind(i){this._components.add(i)}_unbind(i){this._components.delete(i)}_buildLocation(i){const d=i.indexOf("?"),g=d===-1?i:i.slice(0,d),m=d===-1?"":i.slice(d+1);return{path:g||"/",params:{},query:zh(m),fullPath:i||"/"}}_getCurrentPath(){if(typeof window>"u")return"/";if(this._mode==="hash")return window.location.hash.slice(1)||"/";const i=window.location.pathname,d=this._base;return(d&&i.startsWith(d)?i.slice(d.length)||"/":i)+(window.location.search||"")}_notify(){const i=this._buildLocation(this._getCurrentPath()),d=this._current;this._current=i;const g=()=>{this._components.forEach(m=>m._syncRoutes())};Jh(this._vtMode)?Xh(g):g(),this._afterGuards.forEach(m=>m(i,d)),this._changeHandlers.forEach(m=>m(i,d))}async _navigate(i,d){const g=this._buildLocation(i),m=this._current;for(const k of this._beforeGuards){const S=await new Promise(F=>{k(g,m,F)});if(S===!1)return;if(typeof S=="string")return this._navigate(S,d)}if(typeof window<"u"){const k=this._mode==="hash"?`#${i}`:this._base+i;d?window.history.replaceState({path:i},"",k):window.history.pushState({path:i},"",k)}this._notify()}push(i){return this._navigate(i,!1)}replace(i){return this._navigate(i,!0)}back(){typeof window<"u"&&window.history.back()}forward(){typeof window<"u"&&window.history.forward()}go(i){typeof window<"u"&&window.history.go(i)}destroy(){this._disableMpa(),this._components.clear()}beforeEach(i){return this._beforeGuards.push(i),()=>{const d=this._beforeGuards.indexOf(i);d!==-1&&this._beforeGuards.splice(d,1)}}afterEach(i){return this._afterGuards.push(i),()=>{const d=this._afterGuards.indexOf(i);d!==-1&&this._afterGuards.splice(d,1)}}onRouteChange(i){return this._changeHandlers.push(i),()=>{const d=this._changeHandlers.indexOf(i);d!==-1&&this._changeHandlers.splice(d,1)}}onPageSwap(i){return this._pageSwapHandlers.push(i),()=>{const d=this._pageSwapHandlers.indexOf(i);d!==-1&&this._pageSwapHandlers.splice(d,1)}}onPageReveal(i){return this._pageRevealHandlers.push(i),()=>{const d=this._pageRevealHandlers.indexOf(i);d!==-1&&this._pageRevealHandlers.splice(d,1)}}};function jh(i){xa?.destroy();const d=new Ys(i);return xa=d,d}function Br(){return xa}function Zh(){return Ns(),()=>Ks()}var Hs=class extends dt{static get observedAttributes(){return["mode","base","sheet"]}_events=new Rt;_shadowDom;_slot;_currentPath="";constructor(){super(),this._shadowDom=gt(this,qh);const i=pt(this._shadowDom,"slot",()=>It().build());this._slot=i}get mode(){return this.getAttribute("mode")==="hash"?"hash":"history"}get base(){return j(this,"base")}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};_getPath(){if(this.mode==="hash")return window.location.hash.slice(1)||"/";const i=this.base,d=window.location.pathname;return i&&d.startsWith(i)?d.slice(i.length)||"/":d}navigate(i,d=!1){const g=this.mode==="hash"?`#${i}`:this.base+i;d?window.history.replaceState(null,"",g):window.history.pushState(null,"",g),this._syncRoutes()}_syncRoutes(){const i=this._getPath();this._currentPath=i,this.querySelectorAll("r-route").forEach(d=>{typeof d._update=="function"&&d._update(i)}),this.dispatchEvent(new CustomEvent("routechange",{detail:{path:i},bubbles:!0}))}_handlePopState=()=>{this._syncRoutes()};_handleNavigate=i=>{const{path:d,replace:g}=i.detail;i.stopPropagation(),this.navigate(d,g)};connectedCallback(){this.handlerExternalCss(),this._events.on(window,"popstate",this._handlePopState),this._events.on(this,"ran-navigate",this._handleNavigate),this._events.on(this._slot,"slotchange",()=>this._syncRoutes());const i=Br();i&&i._bind(this),this._syncRoutes(),typeof customElements<"u"&&customElements.whenDefined("r-route").then(()=>this._syncRoutes())}disconnectedCallback(){const i=Br();i&&i._unbind(this),this._events.abort()}attributeChangedCallback(i,d,g){d!==g&&i==="sheet"&&this.handlerExternalCss()}};ut("r-router",Hs);var $h=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{display:block}:host([hidden]){display:none!important}",Gs=class extends dt{static get observedAttributes(){return["path","exact","sheet"]}_events=new Rt;_shadowDom;_params={};constructor(){super(),this._shadowDom=gt(this,$h),pt(this._shadowDom,"slot",()=>It().build())}get path(){return j(this,"path","/")}set path(i){et(this,"path",i)}get exact(){return this.hasAttribute("exact")}get params(){return{...this._params}}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};_matchPath(i){const d=this.path,g={},m=[],k=d.split("/").map(U=>U.startsWith(":")?(m.push(U.slice(1)),"([^/]+)"):U==="*"?"(.*)":U.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")).join("/"),S=this.exact?new RegExp(`^${k}$`):new RegExp(`^${k}(?:/.*)?$`),F=i.match(S);return F?(m.forEach((U,tt)=>{g[U]=decodeURIComponent(F[tt+1]??"")}),{matched:!0,params:g}):{matched:!1,params:g}}_update(i){const{matched:d,params:g}=this._matchPath(i);this._params=g,this.hidden=!d,d&&this.dispatchEvent(new CustomEvent("routematch",{detail:{path:i,params:g},bubbles:!0}))}_preSerialize(){const i=Ms();i!==null&&this._update(i)}connectedCallback(){this.handlerExternalCss();const i=this.closest("r-router");i&&i._currentPath&&this._update(i._currentPath)}disconnectedCallback(){this._events.abort()}attributeChangedCallback(i,d,g){if(d!==g){if(i==="path"||i==="exact"){const m=this.closest("r-router");m&&this._update(m._currentPath)}i==="sheet"&&this.handlerExternalCss()}}};ut("r-route",Gs);var tu=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{display:inline}a{color:var(--ran-color-link, #006bff);text-decoration:none;cursor:pointer;font-family:inherit;font-size:inherit;border-radius:var(--ran-radius-sm, 6px)}a:hover{text-decoration:underline;opacity:.85}a:focus-visible{outline:2px solid var(--ran-color-primary, #006bff);outline-offset:2px}:host([active]) a{font-weight:600;text-decoration:underline}",Vs=class extends dt{static get observedAttributes(){return["href","replace","sheet"]}_events=new Rt;_shadowDom;_anchor;constructor(){super(),this._shadowDom=gt(this,tu);const i=pt(this._shadowDom,"a",()=>{const d=document.createElement("a");return d.appendChild(document.createElement("slot")),d});this._anchor=i}get href(){return j(this,"href")}set href(i){et(this,"href",i)}get replace(){return this.hasAttribute("replace")}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};_handleClick=i=>{if(i.defaultPrevented||i.button!==0||i.metaKey||i.ctrlKey||i.shiftKey||i.altKey)return;const d=this.href;if(!d||/^(https?:\/\/|\/\/|mailto:|tel:)/.test(d))return;i.preventDefault();const g=Br();if(g){this.replace?g.replace(d):g.push(d);return}this.dispatchEvent(new CustomEvent("ran-navigate",{detail:{path:d,replace:this.replace},bubbles:!0,composed:!0}))};_syncHref(){this._anchor&&(this._anchor.href=this.href)}connectedCallback(){this.handlerExternalCss(),this._syncHref(),this._events.on(this._anchor,"click",this._handleClick)}disconnectedCallback(){this._events.abort()}attributeChangedCallback(i,d,g){d!==g&&(i==="href"&&this._syncHref(),i==="sheet"&&this.handlerExternalCss())}};ut("r-link",Vs);var eu=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{display:var(--ran-theme-switch-display, inline-flex);box-sizing:border-box}.ran-theme-switch{display:inline-flex;align-items:center;gap:var(--ran-theme-switch-gap, 2px);padding:var(--ran-theme-switch-padding, 2px);border-width:var(--ran-skin-border-width, 1px);border-style:var(--ran-skin-border-style, solid);border-color:var(--ran-theme-switch-border-color, var(--ran-color-border, #eaeaea));border-radius:var(--ran-theme-switch-radius, var(--ran-radius-full, 9999px));background:var(--ran-theme-switch-background, transparent);box-sizing:border-box}.ran-theme-switch button{width:var(--ran-theme-switch-button-size, 28px);height:var(--ran-theme-switch-button-size, 28px);display:grid;place-items:center;border:none;border-radius:var(--ran-theme-switch-radius, var(--ran-radius-full, 9999px));background:transparent;color:var(--ran-theme-switch-color, var(--ran-color-text-secondary, #4d4d4d));cursor:pointer;padding:0}.ran-theme-switch button:hover{color:var(--ran-theme-switch-hover-color, var(--ran-color-text, #171717))}.ran-theme-switch button[aria-pressed=true]{background:var(--ran-theme-switch-active-background, var(--ran-color-bg-hover, #ebebeb));color:var(--ran-theme-switch-active-color, var(--ran-color-text, #171717))}.ran-theme-switch button:focus-visible{outline:var(--ran-theme-switch-focus-outline, 2px solid var(--ran-color-primary, #006bff));outline-offset:2px}.ran-theme-switch svg{width:var(--ran-theme-switch-icon-size, 16px);height:var(--ran-theme-switch-icon-size, 16px)}",ka=["system","light","dark"],ru={system:'<svg viewBox="0 0 16 16" aria-hidden="true"><rect x="1.5" y="2.5" width="13" height="9" rx="1.5" fill="none" stroke="currentColor" stroke-width="1.5"/><path d="M5.5 14h5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>',light:'<svg viewBox="0 0 16 16" aria-hidden="true"><circle cx="8" cy="8" r="3" fill="none" stroke="currentColor" stroke-width="1.5"/><path d="M8 1v1.8M8 13.2V15M15 8h-1.8M2.8 8H1m11.4-4.4-1.3 1.3M4.9 11.1l-1.3 1.3m9.8 0-1.3-1.3M4.9 4.9 3.6 3.6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>',dark:'<svg viewBox="0 0 16 16" aria-hidden="true"><path d="M13.5 9.5A6 6 0 0 1 6.5 2.5a6 6 0 1 0 7 7z" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"/></svg>'},Ba="ran-theme-switch-sync",qs=class extends dt{static get observedAttributes(){return["label-system","label-light","label-dark","sheet"]}_events=new Rt;_shadowDom;_group;constructor(){super(),this._shadowDom=gt(this,eu),this._group=pt(this._shadowDom,".ran-theme-switch",()=>{const i=document.createElement("div");i.className="ran-theme-switch",i.setAttribute("part","switch"),i.setAttribute("role","group");for(const d of ka){const g=document.createElement("button");g.type="button",g.dataset.choice=d,g.setAttribute("part",`button ${d}`),g.setAttribute("aria-pressed","false"),g.innerHTML=ru[d],i.appendChild(g)}return i})}get sheet(){return j(this,"sheet")}set sheet(i){et(this,"sheet",i)}get value(){return $o()||"system"}set value(i){ka.includes(i)&&this._select(i)}_label(i){const d={system:"System theme",light:"Light theme",dark:"Dark theme"}[i];return this.getAttribute(`label-${i}`)||d}_syncLabels(){this._group.setAttribute("aria-label",this.getAttribute("label")||"Theme");for(const i of this._group.querySelectorAll("button"))i.setAttribute("aria-label",this._label(i.dataset.choice))}_reflect(){const i=this.value;for(const d of this._group.querySelectorAll("button"))d.setAttribute("aria-pressed",d.dataset.choice===i?"true":"false")}_select(i){La(i),this._reflect(),this._syncMeta(i),document.dispatchEvent(new CustomEvent(Ba)),this.dispatchEvent(new CustomEvent("change",{detail:{theme:i},bubbles:!0,composed:!0}))}_syncMeta(i){if(typeof requestAnimationFrame>"u")return;const d=document.querySelectorAll('meta[name="theme-color"]');d.length&&requestAnimationFrame(()=>{for(const g of d)if(g.dataset.ranOriginalContent===void 0&&(g.dataset.ranOriginalContent=g.getAttribute("content")||""),i==="system")g.setAttribute("content",g.dataset.ranOriginalContent);else{const m=getComputedStyle(document.documentElement).getPropertyValue("--ran-color-bg").trim()||getComputedStyle(document.body).backgroundColor;g.setAttribute("content",m)}})}_handleClick=i=>{const d=i.target.closest?.("button")?.dataset.choice;d&&ka.includes(d)&&this._select(d)};_handleSync=()=>this._reflect();handlerExternalCss=()=>{ht(this,this._shadowDom,"sheet",null,this.sheet)};connectedCallback(){this.handlerExternalCss(),this._syncLabels(),this._reflect(),this._events.on(this._group,"click",this._handleClick),document.addEventListener(Ba,this._handleSync),typeof window<"u"&&window.addEventListener("storage",this._handleSync)}disconnectedCallback(){this._events.abort(),document.removeEventListener(Ba,this._handleSync),typeof window<"u"&&window.removeEventListener("storage",this._handleSync)}attributeChangedCallback(i,d,g){d!==g&&(i==="sheet"&&this.handlerExternalCss(),i.startsWith("label")&&this._syncLabels())}};ut("r-theme-switch",qs);function zs(i,d){Us(d);try{return gd(i)}finally{Qs()}}function iu(i,d){const g=Br();return(d?.paths??g?.getStaticPaths()??[]).map(m=>({path:m,html:zs(i(),m)}))}var au="ran-locale",nu=Object.freeze({}),ou=i=>{if(typeof localStorage>"u")return null;try{return localStorage.getItem(i)}catch{return null}},su=(i,d)=>{if(!(typeof localStorage>"u"))try{localStorage.setItem(i,d)}catch{}},lu=i=>{if(typeof navigator>"u"||!navigator.language)return null;const d=navigator.language.toLowerCase();return i.find(g=>g.toLowerCase()===d)??i.find(g=>d.startsWith(g.toLowerCase()))??i.find(g=>d.startsWith(`${g.toLowerCase()}-`))??null},Ws=class{_locale;_fallback;_messages;_persist;_storageKey;_handlers=new Set;constructor(i={}){this._messages={...i.messages},this._fallback=i.fallbackLocale??"en",this._persist=i.persist??!1,this._storageKey=i.storageKey??au,this._locale=this._resolveInitialLocale(i)}_resolveInitialLocale(i){const d=Object.keys(this._messages),g=this._persist?ou(this._storageKey):null;if(g&&(this._messages[g]||d.length===0))return g;if(i.locale)return i.locale;if(i.detectNavigator){const m=lu(d);if(m)return m}return this._fallback}get locale(){return this._locale}getLocale(){return this._locale}setLocale(i){i!==this._locale&&(this._locale=i,this._persist&&su(this._storageKey,i),this._notify())}addMessages(i,d){this._messages[i]={...this._messages[i],...d}}getMessages(i=this._locale){return this._messages[i]??{}}get availableLocales(){return Object.keys(this._messages)}t(i,d){const g=this._messages[this._locale]?.[i]??this._messages[this._fallback]?.[i]??i;return this._interpolate(g,d)}_interpolate(i,d){const g=d??nu;return i.replace(/\{\{|\}\}|\{(\w+)\}/g,(m,k)=>m==="{{"?"{":m==="}}"?"}":g[k]!=null?String(g[k]):m)}onChange(i){return this._handlers.add(i),()=>{this._handlers.delete(i)}}_notify(){for(const i of this._handlers)i(this._locale)}destroy(){this._handlers.clear()}},Ra=null;function cu(i={}){return Ra=new Ws(i),Ra}function du(){return Ra}var hu=".remove-wap-active-focus{outline:0;-webkit-tap-highlight-color:transparent}.remove-wap-active-focus:active,.remove-wap-active-focus:focus{outline:0;-webkit-tap-highlight-color:transparent}:host{position:relative;display:block}.ran-scratch-ticket{position:relative;display:block;width:100%;height:100%}.ran-scratch-ticket-award{position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:#000;z-index:1}.ran-scratch-ticket-canvas{position:absolute;top:0;left:0;display:block;width:100%;height:100%;z-index:2}",uu=class extends dt{scratchTicketContainer;scratchTicket;state;scratchAward;_shadowDom;static get observedAttributes(){return["disabled","icon","effect","iconSize","sheet"]}constructor(){super(),this._shadowDom=gt(this,hu);const i=pt(this._shadowDom,".ran-scratch-ticket",()=>{const m=ot("canvas").class("ran-scratch-ticket-canvas").style("width","100%").style("height","100%").build(),k=x().class("ran-scratch-ticket-award").build();return x().class("ran-scratch-ticket").children(m,k).build()}),d=i.querySelector(".ran-scratch-ticket-award"),g=i.querySelector(".ran-scratch-ticket-canvas");this.scratchTicketContainer=i,this.scratchAward=d,this.scratchTicket=g,this.state={touchStart:!1,scratchArea:0}}touchStartScratch=i=>{this.state.touchStart=!0};touchMoveScratch=()=>{if(this.state.touchStart){const i=this.scratchTicket.getContext("2d");if(!i)return;this.state.scratchArea+=30,i.beginPath(),i.arc(100,100,30,0,2*Math.PI),i.globalCompositeOperation="destination-out",i.fill(),i.closePath()}};touchEndScratch=()=>{this.state.touchStart=!1;const{width:i,height:d}=this.scratchTicket,g=this.scratchTicket.getContext("2d");g&&this.state.scratchArea>i*d*.03&&(this.state.scratchArea=0,g.clearRect(0,0,i,d))};drawScratchTicket=()=>{const i=this.scratchTicket.getContext("2d");if(!this.scratchTicketContainer||!i)return;const d=new Image;d.src="",d.onload=()=>{i.drawImage(d,0,0,this.scratchTicket.width,this.scratchTicket.height)},this.scratchTicket.addEventListener("touchstart",this.touchStartScratch),this.scratchTicket.addEventListener("touchmove",this.touchMoveScratch),this.scratchTicket.addEventListener("touchend",this.touchEndScratch)};attributeChangedCallback(){this._shadowDom.contains(this.scratchTicketContainer)||this._shadowDom.appendChild(this.scratchTicketContainer),this.drawScratchTicket()}};ut("r-scratch",uu);exports.ARROW_TYPE=Xd;exports.Button=cs;exports.Card=Os;exports.CustomMessage=As;exports.Dropdown=ws;exports.Form=Fs;exports.I18nCore=Ws;exports.ICON_NAME_AMP=Kh;exports.Icon=us;exports.ImageElement=gs;exports.Input=fs;exports.Link=Vs;exports.Loading=Rs;exports.Math=Ls;exports.PLACEMENT_TYPE=Mh;exports.Popover=Ds;exports.Progress=Ss;exports.RadarChart=ys;exports.RanCheckbox=Ts;exports.RanColorPicker=xs;exports.RanModal=Bs;exports.RanPlayer=Ch;exports.Route=Gs;exports.Router=Hs;exports.RouterCore=Ys;exports.Section=Ps;exports.Select=Es;exports.Skeleton=ms;exports.TabPane=vs;exports.Tabs=bs;exports.ThemeSwitch=qs;exports.clearSSGPath=Qs;exports.clearThemeToken=es;exports.createI18n=cu;exports.createRouter=jh;exports.enableMpaViewTransitions=Zh;exports.generateStaticPages=iu;exports.getSSGPath=Ms;exports.getTheme=$o;exports.initTheme=_c;exports.registerIcon=Ma;exports.registerIcons=hs;exports.renderStaticPage=zs;exports.setSSGPath=Us;exports.setTheme=La;exports.setThemeToken=ts;exports.setThemeTokens=Jc;exports.useI18n=du;exports.useRouter=Br;
|