@hyperframes/studio 0.6.2 → 0.6.3
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/dist/assets/index-C_Hp2qSf.js +117 -0
- package/dist/assets/index-DMJCfYoN.css +1 -0
- package/dist/index.html +2 -2
- package/package.json +4 -4
- package/src/App.tsx +14 -18
- package/src/components/StudioRightPanel.tsx +15 -1
- package/src/components/editor/DomEditOverlay.test.ts +165 -1
- package/src/components/editor/DomEditOverlay.tsx +0 -1
- package/src/components/editor/LayersPanel.tsx +302 -0
- package/src/components/editor/SourceEditor.tsx +20 -3
- package/src/components/editor/propertyPanelPrimitives.tsx +24 -5
- package/src/components/editor/propertyPanelStyleSections.tsx +6 -6
- package/src/components/editor/useDomEditOverlayGestures.ts +1 -10
- package/src/components/nle/NLELayout.tsx +4 -2
- package/src/components/nle/NLEPreview.tsx +250 -30
- package/src/components/nle/previewZoom.test.ts +118 -0
- package/src/components/nle/previewZoom.ts +84 -0
- package/src/components/renders/RenderQueue.tsx +2 -2
- package/src/contexts/DomEditContext.tsx +3 -0
- package/src/hooks/useConsoleErrorCapture.ts +3 -3
- package/src/hooks/useDomEditSession.ts +1 -0
- package/src/hooks/useDomSelection.ts +27 -6
- package/src/hooks/usePanelLayout.ts +8 -2
- package/src/player/hooks/useTimelinePlayer.ts +11 -1
- package/src/player/store/playerStore.ts +18 -2
- package/src/utils/studioHelpers.ts +1 -1
- package/src/utils/studioUiPreferences.test.ts +49 -0
- package/src/utils/studioUiPreferences.ts +84 -0
- package/dist/assets/index-D1JDq7Gg.css +0 -1
- package/dist/assets/index-hYc4aP7M.js +0 -117
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
(function(){const e=document.createElement("link").relList;if(e&&e.supports&&e.supports("modulepreload"))return;for(const i of document.querySelectorAll('link[rel="modulepreload"]'))r(i);new MutationObserver(i=>{for(const l of i)if(l.type==="childList")for(const o of l.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&r(o)}).observe(document,{childList:!0,subtree:!0});function n(i){const l={};return i.integrity&&(l.integrity=i.integrity),i.referrerPolicy&&(l.referrerPolicy=i.referrerPolicy),i.crossOrigin==="use-credentials"?l.credentials="include":i.crossOrigin==="anonymous"?l.credentials="omit":l.credentials="same-origin",l}function r(i){if(i.ep)return;i.ep=!0;const l=n(i);fetch(i.href,l)}})();function mT(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var nm={exports:{}},Go={};/**
|
|
2
|
-
* @license React
|
|
3
|
-
* react-jsx-runtime.production.js
|
|
4
|
-
*
|
|
5
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
6
|
-
*
|
|
7
|
-
* This source code is licensed under the MIT license found in the
|
|
8
|
-
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var K4;function pT(){if(K4)return Go;K4=1;var t=Symbol.for("react.transitional.element"),e=Symbol.for("react.fragment");function n(r,i,l){var o=null;if(l!==void 0&&(o=""+l),i.key!==void 0&&(o=""+i.key),"key"in i){l={};for(var c in i)c!=="key"&&(l[c]=i[c])}else l=i;return i=l.ref,{$$typeof:t,type:r,key:o,ref:i!==void 0?i:null,props:l}}return Go.Fragment=e,Go.jsx=n,Go.jsxs=n,Go}var J4;function gT(){return J4||(J4=1,nm.exports=pT()),nm.exports}var O=gT(),rm={exports:{}},Ce={};/**
|
|
10
|
-
* @license React
|
|
11
|
-
* react.production.js
|
|
12
|
-
*
|
|
13
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
14
|
-
*
|
|
15
|
-
* This source code is licensed under the MIT license found in the
|
|
16
|
-
* LICENSE file in the root directory of this source tree.
|
|
17
|
-
*/var e5;function OT(){if(e5)return Ce;e5=1;var t=Symbol.for("react.transitional.element"),e=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),l=Symbol.for("react.consumer"),o=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),f=Symbol.for("react.suspense"),m=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),g=Symbol.for("react.activity"),y=Symbol.iterator;function v(M){return M===null||typeof M!="object"?null:(M=y&&M[y]||M["@@iterator"],typeof M=="function"?M:null)}var S={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},w=Object.assign,k={};function A(M,P,X){this.props=M,this.context=P,this.refs=k,this.updater=X||S}A.prototype.isReactComponent={},A.prototype.setState=function(M,P){if(typeof M!="object"&&typeof M!="function"&&M!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,M,P,"setState")},A.prototype.forceUpdate=function(M){this.updater.enqueueForceUpdate(this,M,"forceUpdate")};function E(){}E.prototype=A.prototype;function Q(M,P,X){this.props=M,this.context=P,this.refs=k,this.updater=X||S}var C=Q.prototype=new E;C.constructor=Q,w(C,A.prototype),C.isPureReactComponent=!0;var $=Array.isArray;function j(){}var Z={H:null,A:null,T:null,S:null},L=Object.prototype.hasOwnProperty;function F(M,P,X){var U=X.ref;return{$$typeof:t,type:M,key:P,ref:U!==void 0?U:null,props:X}}function q(M,P){return F(M.type,P,M.props)}function z(M){return typeof M=="object"&&M!==null&&M.$$typeof===t}function B(M){var P={"=":"=0",":":"=2"};return"$"+M.replace(/[=:]/g,function(X){return P[X]})}var H=/\/+/g;function te(M,P){return typeof M=="object"&&M!==null&&M.key!=null?B(""+M.key):P.toString(36)}function D(M){switch(M.status){case"fulfilled":return M.value;case"rejected":throw M.reason;default:switch(typeof M.status=="string"?M.then(j,j):(M.status="pending",M.then(function(P){M.status==="pending"&&(M.status="fulfilled",M.value=P)},function(P){M.status==="pending"&&(M.status="rejected",M.reason=P)})),M.status){case"fulfilled":return M.value;case"rejected":throw M.reason}}throw M}function N(M,P,X,U,ee){var le=typeof M;(le==="undefined"||le==="boolean")&&(M=null);var se=!1;if(M===null)se=!0;else switch(le){case"bigint":case"string":case"number":se=!0;break;case"object":switch(M.$$typeof){case t:case e:se=!0;break;case p:return se=M._init,N(se(M._payload),P,X,U,ee)}}if(se)return ee=ee(M),se=U===""?"."+te(M,0):U,$(ee)?(X="",se!=null&&(X=se.replace(H,"$&/")+"/"),N(ee,P,X,"",function(Me){return Me})):ee!=null&&(z(ee)&&(ee=q(ee,X+(ee.key==null||M&&M.key===ee.key?"":(""+ee.key).replace(H,"$&/")+"/")+se)),P.push(ee)),1;se=0;var ge=U===""?".":U+":";if($(M))for(var de=0;de<M.length;de++)U=M[de],le=ge+te(U,de),se+=N(U,P,X,le,ee);else if(de=v(M),typeof de=="function")for(M=de.call(M),de=0;!(U=M.next()).done;)U=U.value,le=ge+te(U,de++),se+=N(U,P,X,le,ee);else if(le==="object"){if(typeof M.then=="function")return N(D(M),P,X,U,ee);throw P=String(M),Error("Objects are not valid as a React child (found: "+(P==="[object Object]"?"object with keys {"+Object.keys(M).join(", ")+"}":P)+"). If you meant to render a collection of children, use an array instead.")}return se}function Y(M,P,X){if(M==null)return M;var U=[],ee=0;return N(M,U,"","",function(le){return P.call(X,le,ee++)}),U}function V(M){if(M._status===-1){var P=M._result;P=P(),P.then(function(X){(M._status===0||M._status===-1)&&(M._status=1,M._result=X)},function(X){(M._status===0||M._status===-1)&&(M._status=2,M._result=X)}),M._status===-1&&(M._status=0,M._result=P)}if(M._status===1)return M._result.default;throw M._result}var _=typeof reportError=="function"?reportError:function(M){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var P=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof M=="object"&&M!==null&&typeof M.message=="string"?String(M.message):String(M),error:M});if(!window.dispatchEvent(P))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",M);return}console.error(M)},G={map:Y,forEach:function(M,P,X){Y(M,function(){P.apply(this,arguments)},X)},count:function(M){var P=0;return Y(M,function(){P++}),P},toArray:function(M){return Y(M,function(P){return P})||[]},only:function(M){if(!z(M))throw Error("React.Children.only expected to receive a single React element child.");return M}};return Ce.Activity=g,Ce.Children=G,Ce.Component=A,Ce.Fragment=n,Ce.Profiler=i,Ce.PureComponent=Q,Ce.StrictMode=r,Ce.Suspense=f,Ce.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=Z,Ce.__COMPILER_RUNTIME={__proto__:null,c:function(M){return Z.H.useMemoCache(M)}},Ce.cache=function(M){return function(){return M.apply(null,arguments)}},Ce.cacheSignal=function(){return null},Ce.cloneElement=function(M,P,X){if(M==null)throw Error("The argument must be a React element, but you passed "+M+".");var U=w({},M.props),ee=M.key;if(P!=null)for(le in P.key!==void 0&&(ee=""+P.key),P)!L.call(P,le)||le==="key"||le==="__self"||le==="__source"||le==="ref"&&P.ref===void 0||(U[le]=P[le]);var le=arguments.length-2;if(le===1)U.children=X;else if(1<le){for(var se=Array(le),ge=0;ge<le;ge++)se[ge]=arguments[ge+2];U.children=se}return F(M.type,ee,U)},Ce.createContext=function(M){return M={$$typeof:o,_currentValue:M,_currentValue2:M,_threadCount:0,Provider:null,Consumer:null},M.Provider=M,M.Consumer={$$typeof:l,_context:M},M},Ce.createElement=function(M,P,X){var U,ee={},le=null;if(P!=null)for(U in P.key!==void 0&&(le=""+P.key),P)L.call(P,U)&&U!=="key"&&U!=="__self"&&U!=="__source"&&(ee[U]=P[U]);var se=arguments.length-2;if(se===1)ee.children=X;else if(1<se){for(var ge=Array(se),de=0;de<se;de++)ge[de]=arguments[de+2];ee.children=ge}if(M&&M.defaultProps)for(U in se=M.defaultProps,se)ee[U]===void 0&&(ee[U]=se[U]);return F(M,le,ee)},Ce.createRef=function(){return{current:null}},Ce.forwardRef=function(M){return{$$typeof:c,render:M}},Ce.isValidElement=z,Ce.lazy=function(M){return{$$typeof:p,_payload:{_status:-1,_result:M},_init:V}},Ce.memo=function(M,P){return{$$typeof:m,type:M,compare:P===void 0?null:P}},Ce.startTransition=function(M){var P=Z.T,X={};Z.T=X;try{var U=M(),ee=Z.S;ee!==null&&ee(X,U),typeof U=="object"&&U!==null&&typeof U.then=="function"&&U.then(j,_)}catch(le){_(le)}finally{P!==null&&X.types!==null&&(P.types=X.types),Z.T=P}},Ce.unstable_useCacheRefresh=function(){return Z.H.useCacheRefresh()},Ce.use=function(M){return Z.H.use(M)},Ce.useActionState=function(M,P,X){return Z.H.useActionState(M,P,X)},Ce.useCallback=function(M,P){return Z.H.useCallback(M,P)},Ce.useContext=function(M){return Z.H.useContext(M)},Ce.useDebugValue=function(){},Ce.useDeferredValue=function(M,P){return Z.H.useDeferredValue(M,P)},Ce.useEffect=function(M,P){return Z.H.useEffect(M,P)},Ce.useEffectEvent=function(M){return Z.H.useEffectEvent(M)},Ce.useId=function(){return Z.H.useId()},Ce.useImperativeHandle=function(M,P,X){return Z.H.useImperativeHandle(M,P,X)},Ce.useInsertionEffect=function(M,P){return Z.H.useInsertionEffect(M,P)},Ce.useLayoutEffect=function(M,P){return Z.H.useLayoutEffect(M,P)},Ce.useMemo=function(M,P){return Z.H.useMemo(M,P)},Ce.useOptimistic=function(M,P){return Z.H.useOptimistic(M,P)},Ce.useReducer=function(M,P,X){return Z.H.useReducer(M,P,X)},Ce.useRef=function(M){return Z.H.useRef(M)},Ce.useState=function(M){return Z.H.useState(M)},Ce.useSyncExternalStore=function(M,P,X){return Z.H.useSyncExternalStore(M,P,X)},Ce.useTransition=function(){return Z.H.useTransition()},Ce.version="19.2.6",Ce}var t5;function qp(){return t5||(t5=1,rm.exports=OT()),rm.exports}var h=qp();const b0=mT(h);var im={exports:{}},Wo={},am={exports:{}},lm={};/**
|
|
18
|
-
* @license React
|
|
19
|
-
* scheduler.production.js
|
|
20
|
-
*
|
|
21
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
22
|
-
*
|
|
23
|
-
* This source code is licensed under the MIT license found in the
|
|
24
|
-
* LICENSE file in the root directory of this source tree.
|
|
25
|
-
*/var n5;function xT(){return n5||(n5=1,(function(t){function e(N,Y){var V=N.length;N.push(Y);e:for(;0<V;){var _=V-1>>>1,G=N[_];if(0<i(G,Y))N[_]=Y,N[V]=G,V=_;else break e}}function n(N){return N.length===0?null:N[0]}function r(N){if(N.length===0)return null;var Y=N[0],V=N.pop();if(V!==Y){N[0]=V;e:for(var _=0,G=N.length,M=G>>>1;_<M;){var P=2*(_+1)-1,X=N[P],U=P+1,ee=N[U];if(0>i(X,V))U<G&&0>i(ee,X)?(N[_]=ee,N[U]=V,_=U):(N[_]=X,N[P]=V,_=P);else if(U<G&&0>i(ee,V))N[_]=ee,N[U]=V,_=U;else break e}}return Y}function i(N,Y){var V=N.sortIndex-Y.sortIndex;return V!==0?V:N.id-Y.id}if(t.unstable_now=void 0,typeof performance=="object"&&typeof performance.now=="function"){var l=performance;t.unstable_now=function(){return l.now()}}else{var o=Date,c=o.now();t.unstable_now=function(){return o.now()-c}}var f=[],m=[],p=1,g=null,y=3,v=!1,S=!1,w=!1,k=!1,A=typeof setTimeout=="function"?setTimeout:null,E=typeof clearTimeout=="function"?clearTimeout:null,Q=typeof setImmediate<"u"?setImmediate:null;function C(N){for(var Y=n(m);Y!==null;){if(Y.callback===null)r(m);else if(Y.startTime<=N)r(m),Y.sortIndex=Y.expirationTime,e(f,Y);else break;Y=n(m)}}function $(N){if(w=!1,C(N),!S)if(n(f)!==null)S=!0,j||(j=!0,B());else{var Y=n(m);Y!==null&&D($,Y.startTime-N)}}var j=!1,Z=-1,L=5,F=-1;function q(){return k?!0:!(t.unstable_now()-F<L)}function z(){if(k=!1,j){var N=t.unstable_now();F=N;var Y=!0;try{e:{S=!1,w&&(w=!1,E(Z),Z=-1),v=!0;var V=y;try{t:{for(C(N),g=n(f);g!==null&&!(g.expirationTime>N&&q());){var _=g.callback;if(typeof _=="function"){g.callback=null,y=g.priorityLevel;var G=_(g.expirationTime<=N);if(N=t.unstable_now(),typeof G=="function"){g.callback=G,C(N),Y=!0;break t}g===n(f)&&r(f),C(N)}else r(f);g=n(f)}if(g!==null)Y=!0;else{var M=n(m);M!==null&&D($,M.startTime-N),Y=!1}}break e}finally{g=null,y=V,v=!1}Y=void 0}}finally{Y?B():j=!1}}}var B;if(typeof Q=="function")B=function(){Q(z)};else if(typeof MessageChannel<"u"){var H=new MessageChannel,te=H.port2;H.port1.onmessage=z,B=function(){te.postMessage(null)}}else B=function(){A(z,0)};function D(N,Y){Z=A(function(){N(t.unstable_now())},Y)}t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(N){N.callback=null},t.unstable_forceFrameRate=function(N){0>N||125<N?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):L=0<N?Math.floor(1e3/N):5},t.unstable_getCurrentPriorityLevel=function(){return y},t.unstable_next=function(N){switch(y){case 1:case 2:case 3:var Y=3;break;default:Y=y}var V=y;y=Y;try{return N()}finally{y=V}},t.unstable_requestPaint=function(){k=!0},t.unstable_runWithPriority=function(N,Y){switch(N){case 1:case 2:case 3:case 4:case 5:break;default:N=3}var V=y;y=N;try{return Y()}finally{y=V}},t.unstable_scheduleCallback=function(N,Y,V){var _=t.unstable_now();switch(typeof V=="object"&&V!==null?(V=V.delay,V=typeof V=="number"&&0<V?_+V:_):V=_,N){case 1:var G=-1;break;case 2:G=250;break;case 5:G=1073741823;break;case 4:G=1e4;break;default:G=5e3}return G=V+G,N={id:p++,callback:Y,priorityLevel:N,startTime:V,expirationTime:G,sortIndex:-1},V>_?(N.sortIndex=V,e(m,N),n(f)===null&&N===n(m)&&(w?(E(Z),Z=-1):w=!0,D($,V-_))):(N.sortIndex=G,e(f,N),S||v||(S=!0,j||(j=!0,B()))),N},t.unstable_shouldYield=q,t.unstable_wrapCallback=function(N){var Y=y;return function(){var V=y;y=Y;try{return N.apply(this,arguments)}finally{y=V}}}})(lm)),lm}var r5;function yT(){return r5||(r5=1,am.exports=xT()),am.exports}var sm={exports:{}},fn={};/**
|
|
26
|
-
* @license React
|
|
27
|
-
* react-dom.production.js
|
|
28
|
-
*
|
|
29
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
30
|
-
*
|
|
31
|
-
* This source code is licensed under the MIT license found in the
|
|
32
|
-
* LICENSE file in the root directory of this source tree.
|
|
33
|
-
*/var i5;function bT(){if(i5)return fn;i5=1;var t=qp();function e(f){var m="https://react.dev/errors/"+f;if(1<arguments.length){m+="?args[]="+encodeURIComponent(arguments[1]);for(var p=2;p<arguments.length;p++)m+="&args[]="+encodeURIComponent(arguments[p])}return"Minified React error #"+f+"; visit "+m+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function n(){}var r={d:{f:n,r:function(){throw Error(e(522))},D:n,C:n,L:n,m:n,X:n,S:n,M:n},p:0,findDOMNode:null},i=Symbol.for("react.portal");function l(f,m,p){var g=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:i,key:g==null?null:""+g,children:f,containerInfo:m,implementation:p}}var o=t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function c(f,m){if(f==="font")return"";if(typeof m=="string")return m==="use-credentials"?m:""}return fn.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=r,fn.createPortal=function(f,m){var p=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!m||m.nodeType!==1&&m.nodeType!==9&&m.nodeType!==11)throw Error(e(299));return l(f,m,null,p)},fn.flushSync=function(f){var m=o.T,p=r.p;try{if(o.T=null,r.p=2,f)return f()}finally{o.T=m,r.p=p,r.d.f()}},fn.preconnect=function(f,m){typeof f=="string"&&(m?(m=m.crossOrigin,m=typeof m=="string"?m==="use-credentials"?m:"":void 0):m=null,r.d.C(f,m))},fn.prefetchDNS=function(f){typeof f=="string"&&r.d.D(f)},fn.preinit=function(f,m){if(typeof f=="string"&&m&&typeof m.as=="string"){var p=m.as,g=c(p,m.crossOrigin),y=typeof m.integrity=="string"?m.integrity:void 0,v=typeof m.fetchPriority=="string"?m.fetchPriority:void 0;p==="style"?r.d.S(f,typeof m.precedence=="string"?m.precedence:void 0,{crossOrigin:g,integrity:y,fetchPriority:v}):p==="script"&&r.d.X(f,{crossOrigin:g,integrity:y,fetchPriority:v,nonce:typeof m.nonce=="string"?m.nonce:void 0})}},fn.preinitModule=function(f,m){if(typeof f=="string")if(typeof m=="object"&&m!==null){if(m.as==null||m.as==="script"){var p=c(m.as,m.crossOrigin);r.d.M(f,{crossOrigin:p,integrity:typeof m.integrity=="string"?m.integrity:void 0,nonce:typeof m.nonce=="string"?m.nonce:void 0})}}else m==null&&r.d.M(f)},fn.preload=function(f,m){if(typeof f=="string"&&typeof m=="object"&&m!==null&&typeof m.as=="string"){var p=m.as,g=c(p,m.crossOrigin);r.d.L(f,p,{crossOrigin:g,integrity:typeof m.integrity=="string"?m.integrity:void 0,nonce:typeof m.nonce=="string"?m.nonce:void 0,type:typeof m.type=="string"?m.type:void 0,fetchPriority:typeof m.fetchPriority=="string"?m.fetchPriority:void 0,referrerPolicy:typeof m.referrerPolicy=="string"?m.referrerPolicy:void 0,imageSrcSet:typeof m.imageSrcSet=="string"?m.imageSrcSet:void 0,imageSizes:typeof m.imageSizes=="string"?m.imageSizes:void 0,media:typeof m.media=="string"?m.media:void 0})}},fn.preloadModule=function(f,m){if(typeof f=="string")if(m){var p=c(m.as,m.crossOrigin);r.d.m(f,{as:typeof m.as=="string"&&m.as!=="script"?m.as:void 0,crossOrigin:p,integrity:typeof m.integrity=="string"?m.integrity:void 0})}else r.d.m(f)},fn.requestFormReset=function(f){r.d.r(f)},fn.unstable_batchedUpdates=function(f,m){return f(m)},fn.useFormState=function(f,m,p){return o.H.useFormState(f,m,p)},fn.useFormStatus=function(){return o.H.useHostTransitionStatus()},fn.version="19.2.6",fn}var a5;function kb(){if(a5)return sm.exports;a5=1;function t(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(t)}catch(e){console.error(e)}}return t(),sm.exports=bT(),sm.exports}/**
|
|
34
|
-
* @license React
|
|
35
|
-
* react-dom-client.production.js
|
|
36
|
-
*
|
|
37
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
38
|
-
*
|
|
39
|
-
* This source code is licensed under the MIT license found in the
|
|
40
|
-
* LICENSE file in the root directory of this source tree.
|
|
41
|
-
*/var l5;function vT(){if(l5)return Wo;l5=1;var t=yT(),e=qp(),n=kb();function r(a){var s="https://react.dev/errors/"+a;if(1<arguments.length){s+="?args[]="+encodeURIComponent(arguments[1]);for(var u=2;u<arguments.length;u++)s+="&args[]="+encodeURIComponent(arguments[u])}return"Minified React error #"+a+"; visit "+s+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function i(a){return!(!a||a.nodeType!==1&&a.nodeType!==9&&a.nodeType!==11)}function l(a){var s=a,u=a;if(a.alternate)for(;s.return;)s=s.return;else{a=s;do s=a,(s.flags&4098)!==0&&(u=s.return),a=s.return;while(a)}return s.tag===3?u:null}function o(a){if(a.tag===13){var s=a.memoizedState;if(s===null&&(a=a.alternate,a!==null&&(s=a.memoizedState)),s!==null)return s.dehydrated}return null}function c(a){if(a.tag===31){var s=a.memoizedState;if(s===null&&(a=a.alternate,a!==null&&(s=a.memoizedState)),s!==null)return s.dehydrated}return null}function f(a){if(l(a)!==a)throw Error(r(188))}function m(a){var s=a.alternate;if(!s){if(s=l(a),s===null)throw Error(r(188));return s!==a?null:a}for(var u=a,d=s;;){var x=u.return;if(x===null)break;var b=x.alternate;if(b===null){if(d=x.return,d!==null){u=d;continue}break}if(x.child===b.child){for(b=x.child;b;){if(b===u)return f(x),a;if(b===d)return f(x),s;b=b.sibling}throw Error(r(188))}if(u.return!==d.return)u=x,d=b;else{for(var T=!1,R=x.child;R;){if(R===u){T=!0,u=x,d=b;break}if(R===d){T=!0,d=x,u=b;break}R=R.sibling}if(!T){for(R=b.child;R;){if(R===u){T=!0,u=b,d=x;break}if(R===d){T=!0,d=b,u=x;break}R=R.sibling}if(!T)throw Error(r(189))}}if(u.alternate!==d)throw Error(r(190))}if(u.tag!==3)throw Error(r(188));return u.stateNode.current===u?a:s}function p(a){var s=a.tag;if(s===5||s===26||s===27||s===6)return a;for(a=a.child;a!==null;){if(s=p(a),s!==null)return s;a=a.sibling}return null}var g=Object.assign,y=Symbol.for("react.element"),v=Symbol.for("react.transitional.element"),S=Symbol.for("react.portal"),w=Symbol.for("react.fragment"),k=Symbol.for("react.strict_mode"),A=Symbol.for("react.profiler"),E=Symbol.for("react.consumer"),Q=Symbol.for("react.context"),C=Symbol.for("react.forward_ref"),$=Symbol.for("react.suspense"),j=Symbol.for("react.suspense_list"),Z=Symbol.for("react.memo"),L=Symbol.for("react.lazy"),F=Symbol.for("react.activity"),q=Symbol.for("react.memo_cache_sentinel"),z=Symbol.iterator;function B(a){return a===null||typeof a!="object"?null:(a=z&&a[z]||a["@@iterator"],typeof a=="function"?a:null)}var H=Symbol.for("react.client.reference");function te(a){if(a==null)return null;if(typeof a=="function")return a.$$typeof===H?null:a.displayName||a.name||null;if(typeof a=="string")return a;switch(a){case w:return"Fragment";case A:return"Profiler";case k:return"StrictMode";case $:return"Suspense";case j:return"SuspenseList";case F:return"Activity"}if(typeof a=="object")switch(a.$$typeof){case S:return"Portal";case Q:return a.displayName||"Context";case E:return(a._context.displayName||"Context")+".Consumer";case C:var s=a.render;return a=a.displayName,a||(a=s.displayName||s.name||"",a=a!==""?"ForwardRef("+a+")":"ForwardRef"),a;case Z:return s=a.displayName||null,s!==null?s:te(a.type)||"Memo";case L:s=a._payload,a=a._init;try{return te(a(s))}catch{}}return null}var D=Array.isArray,N=e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Y=n.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,V={pending:!1,data:null,method:null,action:null},_=[],G=-1;function M(a){return{current:a}}function P(a){0>G||(a.current=_[G],_[G]=null,G--)}function X(a,s){G++,_[G]=a.current,a.current=s}var U=M(null),ee=M(null),le=M(null),se=M(null);function ge(a,s){switch(X(le,s),X(ee,a),X(U,null),s.nodeType){case 9:case 11:a=(a=s.documentElement)&&(a=a.namespaceURI)?v4(a):0;break;default:if(a=s.tagName,s=s.namespaceURI)s=v4(s),a=S4(s,a);else switch(a){case"svg":a=1;break;case"math":a=2;break;default:a=0}}P(U),X(U,a)}function de(){P(U),P(ee),P(le)}function Me(a){a.memoizedState!==null&&X(se,a);var s=U.current,u=S4(s,a.type);s!==u&&(X(ee,a),X(U,u))}function Fe(a){ee.current===a&&(P(U),P(ee)),se.current===a&&(P(se),Fo._currentValue=V)}var ke,zt;function Mt(a){if(ke===void 0)try{throw Error()}catch(u){var s=u.stack.trim().match(/\n( *(at )?)/);ke=s&&s[1]||"",zt=-1<u.stack.indexOf(`
|
|
42
|
-
at`)?" (<anonymous>)":-1<u.stack.indexOf("@")?"@unknown:0:0":""}return`
|
|
43
|
-
`+ke+a+zt}var ft=!1;function Ht(a,s){if(!a||ft)return"";ft=!0;var u=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var d={DetermineComponentFrameRoot:function(){try{if(s){var ue=function(){throw Error()};if(Object.defineProperty(ue.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(ue,[])}catch(ae){var ie=ae}Reflect.construct(a,[],ue)}else{try{ue.call()}catch(ae){ie=ae}a.call(ue.prototype)}}else{try{throw Error()}catch(ae){ie=ae}(ue=a())&&typeof ue.catch=="function"&&ue.catch(function(){})}}catch(ae){if(ae&&ie&&typeof ae.stack=="string")return[ae.stack,ie.stack]}return[null,null]}};d.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var x=Object.getOwnPropertyDescriptor(d.DetermineComponentFrameRoot,"name");x&&x.configurable&&Object.defineProperty(d.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var b=d.DetermineComponentFrameRoot(),T=b[0],R=b[1];if(T&&R){var I=T.split(`
|
|
44
|
-
`),re=R.split(`
|
|
45
|
-
`);for(x=d=0;d<I.length&&!I[d].includes("DetermineComponentFrameRoot");)d++;for(;x<re.length&&!re[x].includes("DetermineComponentFrameRoot");)x++;if(d===I.length||x===re.length)for(d=I.length-1,x=re.length-1;1<=d&&0<=x&&I[d]!==re[x];)x--;for(;1<=d&&0<=x;d--,x--)if(I[d]!==re[x]){if(d!==1||x!==1)do if(d--,x--,0>x||I[d]!==re[x]){var oe=`
|
|
46
|
-
`+I[d].replace(" at new "," at ");return a.displayName&&oe.includes("<anonymous>")&&(oe=oe.replace("<anonymous>",a.displayName)),oe}while(1<=d&&0<=x);break}}}finally{ft=!1,Error.prepareStackTrace=u}return(u=a?a.displayName||a.name:"")?Mt(u):""}function yt(a,s){switch(a.tag){case 26:case 27:case 5:return Mt(a.type);case 16:return Mt("Lazy");case 13:return a.child!==s&&s!==null?Mt("Suspense Fallback"):Mt("Suspense");case 19:return Mt("SuspenseList");case 0:case 15:return Ht(a.type,!1);case 11:return Ht(a.type.render,!1);case 1:return Ht(a.type,!0);case 31:return Mt("Activity");default:return""}}function Kt(a){try{var s="",u=null;do s+=yt(a,u),u=a,a=a.return;while(a);return s}catch(d){return`
|
|
47
|
-
Error generating stack: `+d.message+`
|
|
48
|
-
`+d.stack}}var he=Object.prototype.hasOwnProperty,ze=t.unstable_scheduleCallback,qe=t.unstable_cancelCallback,Ee=t.unstable_shouldYield,Ve=t.unstable_requestPaint,Qe=t.unstable_now,ht=t.unstable_getCurrentPriorityLevel,dt=t.unstable_ImmediatePriority,Et=t.unstable_UserBlockingPriority,Qr=t.unstable_NormalPriority,_i=t.unstable_LowPriority,ni=t.unstable_IdlePriority,ri=t.log,Di=t.unstable_setDisableYieldValue,er=null,$t=null;function Rt(a){if(typeof ri=="function"&&Di(a),$t&&typeof $t.setStrictMode=="function")try{$t.setStrictMode(er,a)}catch{}}var vt=Math.clz32?Math.clz32:be,Pa=Math.log,ja=Math.LN2;function be(a){return a>>>=0,a===0?32:31-(Pa(a)/ja|0)|0}var bt=256,un=262144,tr=4194304;function nr(a){var s=a&42;if(s!==0)return s;switch(a&-a){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:return 64;case 128:return 128;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:return a&261888;case 262144:case 524288:case 1048576:case 2097152:return a&3932160;case 4194304:case 8388608:case 16777216:case 33554432:return a&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return a}}function Cr(a,s,u){var d=a.pendingLanes;if(d===0)return 0;var x=0,b=a.suspendedLanes,T=a.pingedLanes;a=a.warmLanes;var R=d&134217727;return R!==0?(d=R&~b,d!==0?x=nr(d):(T&=R,T!==0?x=nr(T):u||(u=R&~a,u!==0&&(x=nr(u))))):(R=d&~b,R!==0?x=nr(R):T!==0?x=nr(T):u||(u=d&~a,u!==0&&(x=nr(u)))),x===0?0:s!==0&&s!==x&&(s&b)===0&&(b=x&-x,u=s&-s,b>=u||b===32&&(u&4194048)!==0)?s:x}function Zr(a,s){return(a.pendingLanes&~(a.suspendedLanes&~a.pingedLanes)&s)===0}function El(a,s){switch(a){case 1:case 2:case 4:case 8:case 64:return s+250;case 16:case 32:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return s+5e3;case 4194304:case 8388608:case 16777216:case 33554432:return-1;case 67108864:case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function Ra(){var a=tr;return tr<<=1,(tr&62914560)===0&&(tr=4194304),a}function $l(a){for(var s=[],u=0;31>u;u++)s.push(a);return s}function Xi(a,s){a.pendingLanes|=s,s!==268435456&&(a.suspendedLanes=0,a.pingedLanes=0,a.warmLanes=0)}function pe(a,s,u,d,x,b){var T=a.pendingLanes;a.pendingLanes=u,a.suspendedLanes=0,a.pingedLanes=0,a.warmLanes=0,a.expiredLanes&=u,a.entangledLanes&=u,a.errorRecoveryDisabledLanes&=u,a.shellSuspendCounter=0;var R=a.entanglements,I=a.expirationTimes,re=a.hiddenUpdates;for(u=T&~u;0<u;){var oe=31-vt(u),ue=1<<oe;R[oe]=0,I[oe]=-1;var ie=re[oe];if(ie!==null)for(re[oe]=null,oe=0;oe<ie.length;oe++){var ae=ie[oe];ae!==null&&(ae.lane&=-536870913)}u&=~ue}d!==0&&Le(a,d,0),b!==0&&x===0&&a.tag!==0&&(a.suspendedLanes|=b&~(T&~s))}function Le(a,s,u){a.pendingLanes|=s,a.suspendedLanes&=~s;var d=31-vt(s);a.entangledLanes|=s,a.entanglements[d]=a.entanglements[d]|1073741824|u&261930}function st(a,s){var u=a.entangledLanes|=s;for(a=a.entanglements;u;){var d=31-vt(u),x=1<<d;x&s|a[d]&s&&(a[d]|=s),u&=~x}}function wn(a,s){var u=s&-s;return u=(u&42)!==0?1:Ql(u),(u&(a.suspendedLanes|s))!==0?0:u}function Ql(a){switch(a){case 2:a=1;break;case 8:a=4;break;case 32:a=16;break;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:a=128;break;case 268435456:a=134217728;break;default:a=0}return a}function Cl(a){return a&=-a,2<a?8<a?(a&134217727)!==0?32:268435456:8:2}function lO(){var a=Y.p;return a!==0?a:(a=window.event,a===void 0?32:B4(a.type))}function sO(a,s){var u=Y.p;try{return Y.p=a,s()}finally{Y.p=u}}var zi=Math.random().toString(36).slice(2),Jt="__reactFiber$"+zi,An="__reactProps$"+zi,Zl="__reactContainer$"+zi,qf="__reactEvents$"+zi,rA="__reactListeners$"+zi,iA="__reactHandles$"+zi,oO="__reactResources$"+zi,lo="__reactMarker$"+zi;function Uf(a){delete a[Jt],delete a[An],delete a[qf],delete a[rA],delete a[iA]}function Pl(a){var s=a[Jt];if(s)return s;for(var u=a.parentNode;u;){if(s=u[Zl]||u[Jt]){if(u=s.alternate,s.child!==null||u!==null&&u.child!==null)for(a=$4(a);a!==null;){if(u=a[Jt])return u;a=$4(a)}return s}a=u,u=a.parentNode}return null}function jl(a){if(a=a[Jt]||a[Zl]){var s=a.tag;if(s===5||s===6||s===13||s===31||s===26||s===27||s===3)return a}return null}function so(a){var s=a.tag;if(s===5||s===26||s===27||s===6)return a.stateNode;throw Error(r(33))}function Rl(a){var s=a[oO];return s||(s=a[oO]={hoistableStyles:new Map,hoistableScripts:new Map}),s}function qt(a){a[lo]=!0}var cO=new Set,uO={};function Na(a,s){Nl(a,s),Nl(a+"Capture",s)}function Nl(a,s){for(uO[a]=s,a=0;a<s.length;a++)cO.add(s[a])}var aA=RegExp("^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"),fO={},hO={};function lA(a){return he.call(hO,a)?!0:he.call(fO,a)?!1:aA.test(a)?hO[a]=!0:(fO[a]=!0,!1)}function ou(a,s,u){if(lA(s))if(u===null)a.removeAttribute(s);else{switch(typeof u){case"undefined":case"function":case"symbol":a.removeAttribute(s);return;case"boolean":var d=s.toLowerCase().slice(0,5);if(d!=="data-"&&d!=="aria-"){a.removeAttribute(s);return}}a.setAttribute(s,""+u)}}function cu(a,s,u){if(u===null)a.removeAttribute(s);else{switch(typeof u){case"undefined":case"function":case"symbol":case"boolean":a.removeAttribute(s);return}a.setAttribute(s,""+u)}}function ii(a,s,u,d){if(d===null)a.removeAttribute(u);else{switch(typeof d){case"undefined":case"function":case"symbol":case"boolean":a.removeAttribute(u);return}a.setAttributeNS(s,u,""+d)}}function rr(a){switch(typeof a){case"bigint":case"boolean":case"number":case"string":case"undefined":return a;case"object":return a;default:return""}}function dO(a){var s=a.type;return(a=a.nodeName)&&a.toLowerCase()==="input"&&(s==="checkbox"||s==="radio")}function sA(a,s,u){var d=Object.getOwnPropertyDescriptor(a.constructor.prototype,s);if(!a.hasOwnProperty(s)&&typeof d<"u"&&typeof d.get=="function"&&typeof d.set=="function"){var x=d.get,b=d.set;return Object.defineProperty(a,s,{configurable:!0,get:function(){return x.call(this)},set:function(T){u=""+T,b.call(this,T)}}),Object.defineProperty(a,s,{enumerable:d.enumerable}),{getValue:function(){return u},setValue:function(T){u=""+T},stopTracking:function(){a._valueTracker=null,delete a[s]}}}}function If(a){if(!a._valueTracker){var s=dO(a)?"checked":"value";a._valueTracker=sA(a,s,""+a[s])}}function mO(a){if(!a)return!1;var s=a._valueTracker;if(!s)return!0;var u=s.getValue(),d="";return a&&(d=dO(a)?a.checked?"true":"false":a.value),a=d,a!==u?(s.setValue(a),!0):!1}function uu(a){if(a=a||(typeof document<"u"?document:void 0),typeof a>"u")return null;try{return a.activeElement||a.body}catch{return a.body}}var oA=/[\n"\\]/g;function ir(a){return a.replace(oA,function(s){return"\\"+s.charCodeAt(0).toString(16)+" "})}function Gf(a,s,u,d,x,b,T,R){a.name="",T!=null&&typeof T!="function"&&typeof T!="symbol"&&typeof T!="boolean"?a.type=T:a.removeAttribute("type"),s!=null?T==="number"?(s===0&&a.value===""||a.value!=s)&&(a.value=""+rr(s)):a.value!==""+rr(s)&&(a.value=""+rr(s)):T!=="submit"&&T!=="reset"||a.removeAttribute("value"),s!=null?Wf(a,T,rr(s)):u!=null?Wf(a,T,rr(u)):d!=null&&a.removeAttribute("value"),x==null&&b!=null&&(a.defaultChecked=!!b),x!=null&&(a.checked=x&&typeof x!="function"&&typeof x!="symbol"),R!=null&&typeof R!="function"&&typeof R!="symbol"&&typeof R!="boolean"?a.name=""+rr(R):a.removeAttribute("name")}function pO(a,s,u,d,x,b,T,R){if(b!=null&&typeof b!="function"&&typeof b!="symbol"&&typeof b!="boolean"&&(a.type=b),s!=null||u!=null){if(!(b!=="submit"&&b!=="reset"||s!=null)){If(a);return}u=u!=null?""+rr(u):"",s=s!=null?""+rr(s):u,R||s===a.value||(a.value=s),a.defaultValue=s}d=d??x,d=typeof d!="function"&&typeof d!="symbol"&&!!d,a.checked=R?a.checked:!!d,a.defaultChecked=!!d,T!=null&&typeof T!="function"&&typeof T!="symbol"&&typeof T!="boolean"&&(a.name=T),If(a)}function Wf(a,s,u){s==="number"&&uu(a.ownerDocument)===a||a.defaultValue===""+u||(a.defaultValue=""+u)}function Vl(a,s,u,d){if(a=a.options,s){s={};for(var x=0;x<u.length;x++)s["$"+u[x]]=!0;for(u=0;u<a.length;u++)x=s.hasOwnProperty("$"+a[u].value),a[u].selected!==x&&(a[u].selected=x),x&&d&&(a[u].defaultSelected=!0)}else{for(u=""+rr(u),s=null,x=0;x<a.length;x++){if(a[x].value===u){a[x].selected=!0,d&&(a[x].defaultSelected=!0);return}s!==null||a[x].disabled||(s=a[x])}s!==null&&(s.selected=!0)}}function gO(a,s,u){if(s!=null&&(s=""+rr(s),s!==a.value&&(a.value=s),u==null)){a.defaultValue!==s&&(a.defaultValue=s);return}a.defaultValue=u!=null?""+rr(u):""}function OO(a,s,u,d){if(s==null){if(d!=null){if(u!=null)throw Error(r(92));if(D(d)){if(1<d.length)throw Error(r(93));d=d[0]}u=d}u==null&&(u=""),s=u}u=rr(s),a.defaultValue=u,d=a.textContent,d===u&&d!==""&&d!==null&&(a.value=d),If(a)}function Ll(a,s){if(s){var u=a.firstChild;if(u&&u===a.lastChild&&u.nodeType===3){u.nodeValue=s;return}}a.textContent=s}var cA=new Set("animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(" "));function xO(a,s,u){var d=s.indexOf("--")===0;u==null||typeof u=="boolean"||u===""?d?a.setProperty(s,""):s==="float"?a.cssFloat="":a[s]="":d?a.setProperty(s,u):typeof u!="number"||u===0||cA.has(s)?s==="float"?a.cssFloat=u:a[s]=(""+u).trim():a[s]=u+"px"}function yO(a,s,u){if(s!=null&&typeof s!="object")throw Error(r(62));if(a=a.style,u!=null){for(var d in u)!u.hasOwnProperty(d)||s!=null&&s.hasOwnProperty(d)||(d.indexOf("--")===0?a.setProperty(d,""):d==="float"?a.cssFloat="":a[d]="");for(var x in s)d=s[x],s.hasOwnProperty(x)&&u[x]!==d&&xO(a,x,d)}else for(var b in s)s.hasOwnProperty(b)&&xO(a,b,s[b])}function Kf(a){if(a.indexOf("-")===-1)return!1;switch(a){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var uA=new Map([["acceptCharset","accept-charset"],["htmlFor","for"],["httpEquiv","http-equiv"],["crossOrigin","crossorigin"],["accentHeight","accent-height"],["alignmentBaseline","alignment-baseline"],["arabicForm","arabic-form"],["baselineShift","baseline-shift"],["capHeight","cap-height"],["clipPath","clip-path"],["clipRule","clip-rule"],["colorInterpolation","color-interpolation"],["colorInterpolationFilters","color-interpolation-filters"],["colorProfile","color-profile"],["colorRendering","color-rendering"],["dominantBaseline","dominant-baseline"],["enableBackground","enable-background"],["fillOpacity","fill-opacity"],["fillRule","fill-rule"],["floodColor","flood-color"],["floodOpacity","flood-opacity"],["fontFamily","font-family"],["fontSize","font-size"],["fontSizeAdjust","font-size-adjust"],["fontStretch","font-stretch"],["fontStyle","font-style"],["fontVariant","font-variant"],["fontWeight","font-weight"],["glyphName","glyph-name"],["glyphOrientationHorizontal","glyph-orientation-horizontal"],["glyphOrientationVertical","glyph-orientation-vertical"],["horizAdvX","horiz-adv-x"],["horizOriginX","horiz-origin-x"],["imageRendering","image-rendering"],["letterSpacing","letter-spacing"],["lightingColor","lighting-color"],["markerEnd","marker-end"],["markerMid","marker-mid"],["markerStart","marker-start"],["overlinePosition","overline-position"],["overlineThickness","overline-thickness"],["paintOrder","paint-order"],["panose-1","panose-1"],["pointerEvents","pointer-events"],["renderingIntent","rendering-intent"],["shapeRendering","shape-rendering"],["stopColor","stop-color"],["stopOpacity","stop-opacity"],["strikethroughPosition","strikethrough-position"],["strikethroughThickness","strikethrough-thickness"],["strokeDasharray","stroke-dasharray"],["strokeDashoffset","stroke-dashoffset"],["strokeLinecap","stroke-linecap"],["strokeLinejoin","stroke-linejoin"],["strokeMiterlimit","stroke-miterlimit"],["strokeOpacity","stroke-opacity"],["strokeWidth","stroke-width"],["textAnchor","text-anchor"],["textDecoration","text-decoration"],["textRendering","text-rendering"],["transformOrigin","transform-origin"],["underlinePosition","underline-position"],["underlineThickness","underline-thickness"],["unicodeBidi","unicode-bidi"],["unicodeRange","unicode-range"],["unitsPerEm","units-per-em"],["vAlphabetic","v-alphabetic"],["vHanging","v-hanging"],["vIdeographic","v-ideographic"],["vMathematical","v-mathematical"],["vectorEffect","vector-effect"],["vertAdvY","vert-adv-y"],["vertOriginX","vert-origin-x"],["vertOriginY","vert-origin-y"],["wordSpacing","word-spacing"],["writingMode","writing-mode"],["xmlnsXlink","xmlns:xlink"],["xHeight","x-height"]]),fA=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i;function fu(a){return fA.test(""+a)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":a}function ai(){}var Jf=null;function eh(a){return a=a.target||a.srcElement||window,a.correspondingUseElement&&(a=a.correspondingUseElement),a.nodeType===3?a.parentNode:a}var _l=null,Dl=null;function bO(a){var s=jl(a);if(s&&(a=s.stateNode)){var u=a[An]||null;e:switch(a=s.stateNode,s.type){case"input":if(Gf(a,u.value,u.defaultValue,u.defaultValue,u.checked,u.defaultChecked,u.type,u.name),s=u.name,u.type==="radio"&&s!=null){for(u=a;u.parentNode;)u=u.parentNode;for(u=u.querySelectorAll('input[name="'+ir(""+s)+'"][type="radio"]'),s=0;s<u.length;s++){var d=u[s];if(d!==a&&d.form===a.form){var x=d[An]||null;if(!x)throw Error(r(90));Gf(d,x.value,x.defaultValue,x.defaultValue,x.checked,x.defaultChecked,x.type,x.name)}}for(s=0;s<u.length;s++)d=u[s],d.form===a.form&&mO(d)}break e;case"textarea":gO(a,u.value,u.defaultValue);break e;case"select":s=u.value,s!=null&&Vl(a,!!u.multiple,s,!1)}}}var th=!1;function vO(a,s,u){if(th)return a(s,u);th=!0;try{var d=a(s);return d}finally{if(th=!1,(_l!==null||Dl!==null)&&(Ku(),_l&&(s=_l,a=Dl,Dl=_l=null,bO(s),a)))for(s=0;s<a.length;s++)bO(a[s])}}function oo(a,s){var u=a.stateNode;if(u===null)return null;var d=u[An]||null;if(d===null)return null;u=d[s];e:switch(s){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(d=!d.disabled)||(a=a.type,d=!(a==="button"||a==="input"||a==="select"||a==="textarea")),a=!d;break e;default:a=!1}if(a)return null;if(u&&typeof u!="function")throw Error(r(231,s,typeof u));return u}var li=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),nh=!1;if(li)try{var co={};Object.defineProperty(co,"passive",{get:function(){nh=!0}}),window.addEventListener("test",co,co),window.removeEventListener("test",co,co)}catch{nh=!1}var Hi=null,rh=null,hu=null;function SO(){if(hu)return hu;var a,s=rh,u=s.length,d,x="value"in Hi?Hi.value:Hi.textContent,b=x.length;for(a=0;a<u&&s[a]===x[a];a++);var T=u-a;for(d=1;d<=T&&s[u-d]===x[b-d];d++);return hu=x.slice(a,1<d?1-d:void 0)}function du(a){var s=a.keyCode;return"charCode"in a?(a=a.charCode,a===0&&s===13&&(a=13)):a=s,a===10&&(a=13),32<=a||a===13?a:0}function mu(){return!0}function wO(){return!1}function kn(a){function s(u,d,x,b,T){this._reactName=u,this._targetInst=x,this.type=d,this.nativeEvent=b,this.target=T,this.currentTarget=null;for(var R in a)a.hasOwnProperty(R)&&(u=a[R],this[R]=u?u(b):b[R]);return this.isDefaultPrevented=(b.defaultPrevented!=null?b.defaultPrevented:b.returnValue===!1)?mu:wO,this.isPropagationStopped=wO,this}return g(s.prototype,{preventDefault:function(){this.defaultPrevented=!0;var u=this.nativeEvent;u&&(u.preventDefault?u.preventDefault():typeof u.returnValue!="unknown"&&(u.returnValue=!1),this.isDefaultPrevented=mu)},stopPropagation:function(){var u=this.nativeEvent;u&&(u.stopPropagation?u.stopPropagation():typeof u.cancelBubble!="unknown"&&(u.cancelBubble=!0),this.isPropagationStopped=mu)},persist:function(){},isPersistent:mu}),s}var Va={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(a){return a.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},pu=kn(Va),uo=g({},Va,{view:0,detail:0}),hA=kn(uo),ih,ah,fo,gu=g({},uo,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:sh,button:0,buttons:0,relatedTarget:function(a){return a.relatedTarget===void 0?a.fromElement===a.srcElement?a.toElement:a.fromElement:a.relatedTarget},movementX:function(a){return"movementX"in a?a.movementX:(a!==fo&&(fo&&a.type==="mousemove"?(ih=a.screenX-fo.screenX,ah=a.screenY-fo.screenY):ah=ih=0,fo=a),ih)},movementY:function(a){return"movementY"in a?a.movementY:ah}}),AO=kn(gu),dA=g({},gu,{dataTransfer:0}),mA=kn(dA),pA=g({},uo,{relatedTarget:0}),lh=kn(pA),gA=g({},Va,{animationName:0,elapsedTime:0,pseudoElement:0}),OA=kn(gA),xA=g({},Va,{clipboardData:function(a){return"clipboardData"in a?a.clipboardData:window.clipboardData}}),yA=kn(xA),bA=g({},Va,{data:0}),kO=kn(bA),vA={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},SA={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},wA={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function AA(a){var s=this.nativeEvent;return s.getModifierState?s.getModifierState(a):(a=wA[a])?!!s[a]:!1}function sh(){return AA}var kA=g({},uo,{key:function(a){if(a.key){var s=vA[a.key]||a.key;if(s!=="Unidentified")return s}return a.type==="keypress"?(a=du(a),a===13?"Enter":String.fromCharCode(a)):a.type==="keydown"||a.type==="keyup"?SA[a.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:sh,charCode:function(a){return a.type==="keypress"?du(a):0},keyCode:function(a){return a.type==="keydown"||a.type==="keyup"?a.keyCode:0},which:function(a){return a.type==="keypress"?du(a):a.type==="keydown"||a.type==="keyup"?a.keyCode:0}}),TA=kn(kA),MA=g({},gu,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),TO=kn(MA),EA=g({},uo,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:sh}),$A=kn(EA),QA=g({},Va,{propertyName:0,elapsedTime:0,pseudoElement:0}),CA=kn(QA),ZA=g({},gu,{deltaX:function(a){return"deltaX"in a?a.deltaX:"wheelDeltaX"in a?-a.wheelDeltaX:0},deltaY:function(a){return"deltaY"in a?a.deltaY:"wheelDeltaY"in a?-a.wheelDeltaY:"wheelDelta"in a?-a.wheelDelta:0},deltaZ:0,deltaMode:0}),PA=kn(ZA),jA=g({},Va,{newState:0,oldState:0}),RA=kn(jA),NA=[9,13,27,32],oh=li&&"CompositionEvent"in window,ho=null;li&&"documentMode"in document&&(ho=document.documentMode);var VA=li&&"TextEvent"in window&&!ho,MO=li&&(!oh||ho&&8<ho&&11>=ho),EO=" ",$O=!1;function QO(a,s){switch(a){case"keyup":return NA.indexOf(s.keyCode)!==-1;case"keydown":return s.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function CO(a){return a=a.detail,typeof a=="object"&&"data"in a?a.data:null}var Xl=!1;function LA(a,s){switch(a){case"compositionend":return CO(s);case"keypress":return s.which!==32?null:($O=!0,EO);case"textInput":return a=s.data,a===EO&&$O?null:a;default:return null}}function _A(a,s){if(Xl)return a==="compositionend"||!oh&&QO(a,s)?(a=SO(),hu=rh=Hi=null,Xl=!1,a):null;switch(a){case"paste":return null;case"keypress":if(!(s.ctrlKey||s.altKey||s.metaKey)||s.ctrlKey&&s.altKey){if(s.char&&1<s.char.length)return s.char;if(s.which)return String.fromCharCode(s.which)}return null;case"compositionend":return MO&&s.locale!=="ko"?null:s.data;default:return null}}var DA={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function ZO(a){var s=a&&a.nodeName&&a.nodeName.toLowerCase();return s==="input"?!!DA[a.type]:s==="textarea"}function PO(a,s,u,d){_l?Dl?Dl.push(d):Dl=[d]:_l=d,s=a0(s,"onChange"),0<s.length&&(u=new pu("onChange","change",null,u,d),a.push({event:u,listeners:s}))}var mo=null,po=null;function XA(a){p4(a,0)}function Ou(a){var s=so(a);if(mO(s))return a}function jO(a,s){if(a==="change")return s}var RO=!1;if(li){var ch;if(li){var uh="oninput"in document;if(!uh){var NO=document.createElement("div");NO.setAttribute("oninput","return;"),uh=typeof NO.oninput=="function"}ch=uh}else ch=!1;RO=ch&&(!document.documentMode||9<document.documentMode)}function VO(){mo&&(mo.detachEvent("onpropertychange",LO),po=mo=null)}function LO(a){if(a.propertyName==="value"&&Ou(po)){var s=[];PO(s,po,a,eh(a)),vO(XA,s)}}function zA(a,s,u){a==="focusin"?(VO(),mo=s,po=u,mo.attachEvent("onpropertychange",LO)):a==="focusout"&&VO()}function HA(a){if(a==="selectionchange"||a==="keyup"||a==="keydown")return Ou(po)}function YA(a,s){if(a==="click")return Ou(s)}function BA(a,s){if(a==="input"||a==="change")return Ou(s)}function FA(a,s){return a===s&&(a!==0||1/a===1/s)||a!==a&&s!==s}var _n=typeof Object.is=="function"?Object.is:FA;function go(a,s){if(_n(a,s))return!0;if(typeof a!="object"||a===null||typeof s!="object"||s===null)return!1;var u=Object.keys(a),d=Object.keys(s);if(u.length!==d.length)return!1;for(d=0;d<u.length;d++){var x=u[d];if(!he.call(s,x)||!_n(a[x],s[x]))return!1}return!0}function _O(a){for(;a&&a.firstChild;)a=a.firstChild;return a}function DO(a,s){var u=_O(a);a=0;for(var d;u;){if(u.nodeType===3){if(d=a+u.textContent.length,a<=s&&d>=s)return{node:u,offset:s-a};a=d}e:{for(;u;){if(u.nextSibling){u=u.nextSibling;break e}u=u.parentNode}u=void 0}u=_O(u)}}function XO(a,s){return a&&s?a===s?!0:a&&a.nodeType===3?!1:s&&s.nodeType===3?XO(a,s.parentNode):"contains"in a?a.contains(s):a.compareDocumentPosition?!!(a.compareDocumentPosition(s)&16):!1:!1}function zO(a){a=a!=null&&a.ownerDocument!=null&&a.ownerDocument.defaultView!=null?a.ownerDocument.defaultView:window;for(var s=uu(a.document);s instanceof a.HTMLIFrameElement;){try{var u=typeof s.contentWindow.location.href=="string"}catch{u=!1}if(u)a=s.contentWindow;else break;s=uu(a.document)}return s}function fh(a){var s=a&&a.nodeName&&a.nodeName.toLowerCase();return s&&(s==="input"&&(a.type==="text"||a.type==="search"||a.type==="tel"||a.type==="url"||a.type==="password")||s==="textarea"||a.contentEditable==="true")}var qA=li&&"documentMode"in document&&11>=document.documentMode,zl=null,hh=null,Oo=null,dh=!1;function HO(a,s,u){var d=u.window===u?u.document:u.nodeType===9?u:u.ownerDocument;dh||zl==null||zl!==uu(d)||(d=zl,"selectionStart"in d&&fh(d)?d={start:d.selectionStart,end:d.selectionEnd}:(d=(d.ownerDocument&&d.ownerDocument.defaultView||window).getSelection(),d={anchorNode:d.anchorNode,anchorOffset:d.anchorOffset,focusNode:d.focusNode,focusOffset:d.focusOffset}),Oo&&go(Oo,d)||(Oo=d,d=a0(hh,"onSelect"),0<d.length&&(s=new pu("onSelect","select",null,s,u),a.push({event:s,listeners:d}),s.target=zl)))}function La(a,s){var u={};return u[a.toLowerCase()]=s.toLowerCase(),u["Webkit"+a]="webkit"+s,u["Moz"+a]="moz"+s,u}var Hl={animationend:La("Animation","AnimationEnd"),animationiteration:La("Animation","AnimationIteration"),animationstart:La("Animation","AnimationStart"),transitionrun:La("Transition","TransitionRun"),transitionstart:La("Transition","TransitionStart"),transitioncancel:La("Transition","TransitionCancel"),transitionend:La("Transition","TransitionEnd")},mh={},YO={};li&&(YO=document.createElement("div").style,"AnimationEvent"in window||(delete Hl.animationend.animation,delete Hl.animationiteration.animation,delete Hl.animationstart.animation),"TransitionEvent"in window||delete Hl.transitionend.transition);function _a(a){if(mh[a])return mh[a];if(!Hl[a])return a;var s=Hl[a],u;for(u in s)if(s.hasOwnProperty(u)&&u in YO)return mh[a]=s[u];return a}var BO=_a("animationend"),FO=_a("animationiteration"),qO=_a("animationstart"),UA=_a("transitionrun"),IA=_a("transitionstart"),GA=_a("transitioncancel"),UO=_a("transitionend"),IO=new Map,ph="abort auxClick beforeToggle cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");ph.push("scrollEnd");function xr(a,s){IO.set(a,s),Na(s,[a])}var xu=typeof reportError=="function"?reportError:function(a){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var s=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof a=="object"&&a!==null&&typeof a.message=="string"?String(a.message):String(a),error:a});if(!window.dispatchEvent(s))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",a);return}console.error(a)},ar=[],Yl=0,gh=0;function yu(){for(var a=Yl,s=gh=Yl=0;s<a;){var u=ar[s];ar[s++]=null;var d=ar[s];ar[s++]=null;var x=ar[s];ar[s++]=null;var b=ar[s];if(ar[s++]=null,d!==null&&x!==null){var T=d.pending;T===null?x.next=x:(x.next=T.next,T.next=x),d.pending=x}b!==0&&GO(u,x,b)}}function bu(a,s,u,d){ar[Yl++]=a,ar[Yl++]=s,ar[Yl++]=u,ar[Yl++]=d,gh|=d,a.lanes|=d,a=a.alternate,a!==null&&(a.lanes|=d)}function Oh(a,s,u,d){return bu(a,s,u,d),vu(a)}function Da(a,s){return bu(a,null,null,s),vu(a)}function GO(a,s,u){a.lanes|=u;var d=a.alternate;d!==null&&(d.lanes|=u);for(var x=!1,b=a.return;b!==null;)b.childLanes|=u,d=b.alternate,d!==null&&(d.childLanes|=u),b.tag===22&&(a=b.stateNode,a===null||a._visibility&1||(x=!0)),a=b,b=b.return;return a.tag===3?(b=a.stateNode,x&&s!==null&&(x=31-vt(u),a=b.hiddenUpdates,d=a[x],d===null?a[x]=[s]:d.push(s),s.lane=u|536870912),b):null}function vu(a){if(50<_o)throw _o=0,Td=null,Error(r(185));for(var s=a.return;s!==null;)a=s,s=a.return;return a.tag===3?a.stateNode:null}var Bl={};function WA(a,s,u,d){this.tag=a,this.key=u,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.refCleanup=this.ref=null,this.pendingProps=s,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=d,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Dn(a,s,u,d){return new WA(a,s,u,d)}function xh(a){return a=a.prototype,!(!a||!a.isReactComponent)}function si(a,s){var u=a.alternate;return u===null?(u=Dn(a.tag,s,a.key,a.mode),u.elementType=a.elementType,u.type=a.type,u.stateNode=a.stateNode,u.alternate=a,a.alternate=u):(u.pendingProps=s,u.type=a.type,u.flags=0,u.subtreeFlags=0,u.deletions=null),u.flags=a.flags&65011712,u.childLanes=a.childLanes,u.lanes=a.lanes,u.child=a.child,u.memoizedProps=a.memoizedProps,u.memoizedState=a.memoizedState,u.updateQueue=a.updateQueue,s=a.dependencies,u.dependencies=s===null?null:{lanes:s.lanes,firstContext:s.firstContext},u.sibling=a.sibling,u.index=a.index,u.ref=a.ref,u.refCleanup=a.refCleanup,u}function WO(a,s){a.flags&=65011714;var u=a.alternate;return u===null?(a.childLanes=0,a.lanes=s,a.child=null,a.subtreeFlags=0,a.memoizedProps=null,a.memoizedState=null,a.updateQueue=null,a.dependencies=null,a.stateNode=null):(a.childLanes=u.childLanes,a.lanes=u.lanes,a.child=u.child,a.subtreeFlags=0,a.deletions=null,a.memoizedProps=u.memoizedProps,a.memoizedState=u.memoizedState,a.updateQueue=u.updateQueue,a.type=u.type,s=u.dependencies,a.dependencies=s===null?null:{lanes:s.lanes,firstContext:s.firstContext}),a}function Su(a,s,u,d,x,b){var T=0;if(d=a,typeof a=="function")xh(a)&&(T=1);else if(typeof a=="string")T=nT(a,u,U.current)?26:a==="html"||a==="head"||a==="body"?27:5;else e:switch(a){case F:return a=Dn(31,u,s,x),a.elementType=F,a.lanes=b,a;case w:return Xa(u.children,x,b,s);case k:T=8,x|=24;break;case A:return a=Dn(12,u,s,x|2),a.elementType=A,a.lanes=b,a;case $:return a=Dn(13,u,s,x),a.elementType=$,a.lanes=b,a;case j:return a=Dn(19,u,s,x),a.elementType=j,a.lanes=b,a;default:if(typeof a=="object"&&a!==null)switch(a.$$typeof){case Q:T=10;break e;case E:T=9;break e;case C:T=11;break e;case Z:T=14;break e;case L:T=16,d=null;break e}T=29,u=Error(r(130,a===null?"null":typeof a,"")),d=null}return s=Dn(T,u,s,x),s.elementType=a,s.type=d,s.lanes=b,s}function Xa(a,s,u,d){return a=Dn(7,a,d,s),a.lanes=u,a}function yh(a,s,u){return a=Dn(6,a,null,s),a.lanes=u,a}function KO(a){var s=Dn(18,null,null,0);return s.stateNode=a,s}function bh(a,s,u){return s=Dn(4,a.children!==null?a.children:[],a.key,s),s.lanes=u,s.stateNode={containerInfo:a.containerInfo,pendingChildren:null,implementation:a.implementation},s}var JO=new WeakMap;function lr(a,s){if(typeof a=="object"&&a!==null){var u=JO.get(a);return u!==void 0?u:(s={value:a,source:s,stack:Kt(s)},JO.set(a,s),s)}return{value:a,source:s,stack:Kt(s)}}var Fl=[],ql=0,wu=null,xo=0,sr=[],or=0,Yi=null,Pr=1,jr="";function oi(a,s){Fl[ql++]=xo,Fl[ql++]=wu,wu=a,xo=s}function e8(a,s,u){sr[or++]=Pr,sr[or++]=jr,sr[or++]=Yi,Yi=a;var d=Pr;a=jr;var x=32-vt(d)-1;d&=~(1<<x),u+=1;var b=32-vt(s)+x;if(30<b){var T=x-x%5;b=(d&(1<<T)-1).toString(32),d>>=T,x-=T,Pr=1<<32-vt(s)+x|u<<x|d,jr=b+a}else Pr=1<<b|u<<x|d,jr=a}function vh(a){a.return!==null&&(oi(a,1),e8(a,1,0))}function Sh(a){for(;a===wu;)wu=Fl[--ql],Fl[ql]=null,xo=Fl[--ql],Fl[ql]=null;for(;a===Yi;)Yi=sr[--or],sr[or]=null,jr=sr[--or],sr[or]=null,Pr=sr[--or],sr[or]=null}function t8(a,s){sr[or++]=Pr,sr[or++]=jr,sr[or++]=Yi,Pr=s.id,jr=s.overflow,Yi=a}var en=null,mt=null,Be=!1,Bi=null,cr=!1,wh=Error(r(519));function Fi(a){var s=Error(r(418,1<arguments.length&&arguments[1]!==void 0&&arguments[1]?"text":"HTML",""));throw yo(lr(s,a)),wh}function n8(a){var s=a.stateNode,u=a.type,d=a.memoizedProps;switch(s[Jt]=a,s[An]=d,u){case"dialog":De("cancel",s),De("close",s);break;case"iframe":case"object":case"embed":De("load",s);break;case"video":case"audio":for(u=0;u<Xo.length;u++)De(Xo[u],s);break;case"source":De("error",s);break;case"img":case"image":case"link":De("error",s),De("load",s);break;case"details":De("toggle",s);break;case"input":De("invalid",s),pO(s,d.value,d.defaultValue,d.checked,d.defaultChecked,d.type,d.name,!0);break;case"select":De("invalid",s);break;case"textarea":De("invalid",s),OO(s,d.value,d.defaultValue,d.children)}u=d.children,typeof u!="string"&&typeof u!="number"&&typeof u!="bigint"||s.textContent===""+u||d.suppressHydrationWarning===!0||y4(s.textContent,u)?(d.popover!=null&&(De("beforetoggle",s),De("toggle",s)),d.onScroll!=null&&De("scroll",s),d.onScrollEnd!=null&&De("scrollend",s),d.onClick!=null&&(s.onclick=ai),s=!0):s=!1,s||Fi(a,!0)}function r8(a){for(en=a.return;en;)switch(en.tag){case 5:case 31:case 13:cr=!1;return;case 27:case 3:cr=!0;return;default:en=en.return}}function Ul(a){if(a!==en)return!1;if(!Be)return r8(a),Be=!0,!1;var s=a.tag,u;if((u=s!==3&&s!==27)&&((u=s===5)&&(u=a.type,u=!(u!=="form"&&u!=="button")||Xd(a.type,a.memoizedProps)),u=!u),u&&mt&&Fi(a),r8(a),s===13){if(a=a.memoizedState,a=a!==null?a.dehydrated:null,!a)throw Error(r(317));mt=E4(a)}else if(s===31){if(a=a.memoizedState,a=a!==null?a.dehydrated:null,!a)throw Error(r(317));mt=E4(a)}else s===27?(s=mt,la(a.type)?(a=Fd,Fd=null,mt=a):mt=s):mt=en?fr(a.stateNode.nextSibling):null;return!0}function za(){mt=en=null,Be=!1}function Ah(){var a=Bi;return a!==null&&($n===null?$n=a:$n.push.apply($n,a),Bi=null),a}function yo(a){Bi===null?Bi=[a]:Bi.push(a)}var kh=M(null),Ha=null,ci=null;function qi(a,s,u){X(kh,s._currentValue),s._currentValue=u}function ui(a){a._currentValue=kh.current,P(kh)}function Th(a,s,u){for(;a!==null;){var d=a.alternate;if((a.childLanes&s)!==s?(a.childLanes|=s,d!==null&&(d.childLanes|=s)):d!==null&&(d.childLanes&s)!==s&&(d.childLanes|=s),a===u)break;a=a.return}}function Mh(a,s,u,d){var x=a.child;for(x!==null&&(x.return=a);x!==null;){var b=x.dependencies;if(b!==null){var T=x.child;b=b.firstContext;e:for(;b!==null;){var R=b;b=x;for(var I=0;I<s.length;I++)if(R.context===s[I]){b.lanes|=u,R=b.alternate,R!==null&&(R.lanes|=u),Th(b.return,u,a),d||(T=null);break e}b=R.next}}else if(x.tag===18){if(T=x.return,T===null)throw Error(r(341));T.lanes|=u,b=T.alternate,b!==null&&(b.lanes|=u),Th(T,u,a),T=null}else T=x.child;if(T!==null)T.return=x;else for(T=x;T!==null;){if(T===a){T=null;break}if(x=T.sibling,x!==null){x.return=T.return,T=x;break}T=T.return}x=T}}function Il(a,s,u,d){a=null;for(var x=s,b=!1;x!==null;){if(!b){if((x.flags&524288)!==0)b=!0;else if((x.flags&262144)!==0)break}if(x.tag===10){var T=x.alternate;if(T===null)throw Error(r(387));if(T=T.memoizedProps,T!==null){var R=x.type;_n(x.pendingProps.value,T.value)||(a!==null?a.push(R):a=[R])}}else if(x===se.current){if(T=x.alternate,T===null)throw Error(r(387));T.memoizedState.memoizedState!==x.memoizedState.memoizedState&&(a!==null?a.push(Fo):a=[Fo])}x=x.return}a!==null&&Mh(s,a,u,d),s.flags|=262144}function Au(a){for(a=a.firstContext;a!==null;){if(!_n(a.context._currentValue,a.memoizedValue))return!0;a=a.next}return!1}function Ya(a){Ha=a,ci=null,a=a.dependencies,a!==null&&(a.firstContext=null)}function tn(a){return i8(Ha,a)}function ku(a,s){return Ha===null&&Ya(a),i8(a,s)}function i8(a,s){var u=s._currentValue;if(s={context:s,memoizedValue:u,next:null},ci===null){if(a===null)throw Error(r(308));ci=s,a.dependencies={lanes:0,firstContext:s},a.flags|=524288}else ci=ci.next=s;return u}var KA=typeof AbortController<"u"?AbortController:function(){var a=[],s=this.signal={aborted:!1,addEventListener:function(u,d){a.push(d)}};this.abort=function(){s.aborted=!0,a.forEach(function(u){return u()})}},JA=t.unstable_scheduleCallback,ek=t.unstable_NormalPriority,Nt={$$typeof:Q,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function Eh(){return{controller:new KA,data:new Map,refCount:0}}function bo(a){a.refCount--,a.refCount===0&&JA(ek,function(){a.controller.abort()})}var vo=null,$h=0,Gl=0,Wl=null;function tk(a,s){if(vo===null){var u=vo=[];$h=0,Gl=Zd(),Wl={status:"pending",value:void 0,then:function(d){u.push(d)}}}return $h++,s.then(a8,a8),s}function a8(){if(--$h===0&&vo!==null){Wl!==null&&(Wl.status="fulfilled");var a=vo;vo=null,Gl=0,Wl=null;for(var s=0;s<a.length;s++)(0,a[s])()}}function nk(a,s){var u=[],d={status:"pending",value:null,reason:null,then:function(x){u.push(x)}};return a.then(function(){d.status="fulfilled",d.value=s;for(var x=0;x<u.length;x++)(0,u[x])(s)},function(x){for(d.status="rejected",d.reason=x,x=0;x<u.length;x++)(0,u[x])(void 0)}),d}var l8=N.S;N.S=function(a,s){H6=Qe(),typeof s=="object"&&s!==null&&typeof s.then=="function"&&tk(a,s),l8!==null&&l8(a,s)};var Ba=M(null);function Qh(){var a=Ba.current;return a!==null?a:ot.pooledCache}function Tu(a,s){s===null?X(Ba,Ba.current):X(Ba,s.pool)}function s8(){var a=Qh();return a===null?null:{parent:Nt._currentValue,pool:a}}var Kl=Error(r(460)),Ch=Error(r(474)),Mu=Error(r(542)),Eu={then:function(){}};function o8(a){return a=a.status,a==="fulfilled"||a==="rejected"}function c8(a,s,u){switch(u=a[u],u===void 0?a.push(s):u!==s&&(s.then(ai,ai),s=u),s.status){case"fulfilled":return s.value;case"rejected":throw a=s.reason,f8(a),a;default:if(typeof s.status=="string")s.then(ai,ai);else{if(a=ot,a!==null&&100<a.shellSuspendCounter)throw Error(r(482));a=s,a.status="pending",a.then(function(d){if(s.status==="pending"){var x=s;x.status="fulfilled",x.value=d}},function(d){if(s.status==="pending"){var x=s;x.status="rejected",x.reason=d}})}switch(s.status){case"fulfilled":return s.value;case"rejected":throw a=s.reason,f8(a),a}throw qa=s,Kl}}function Fa(a){try{var s=a._init;return s(a._payload)}catch(u){throw u!==null&&typeof u=="object"&&typeof u.then=="function"?(qa=u,Kl):u}}var qa=null;function u8(){if(qa===null)throw Error(r(459));var a=qa;return qa=null,a}function f8(a){if(a===Kl||a===Mu)throw Error(r(483))}var Jl=null,So=0;function $u(a){var s=So;return So+=1,Jl===null&&(Jl=[]),c8(Jl,a,s)}function wo(a,s){s=s.props.ref,a.ref=s!==void 0?s:null}function Qu(a,s){throw s.$$typeof===y?Error(r(525)):(a=Object.prototype.toString.call(s),Error(r(31,a==="[object Object]"?"object with keys {"+Object.keys(s).join(", ")+"}":a)))}function h8(a){function s(J,K){if(a){var ne=J.deletions;ne===null?(J.deletions=[K],J.flags|=16):ne.push(K)}}function u(J,K){if(!a)return null;for(;K!==null;)s(J,K),K=K.sibling;return null}function d(J){for(var K=new Map;J!==null;)J.key!==null?K.set(J.key,J):K.set(J.index,J),J=J.sibling;return K}function x(J,K){return J=si(J,K),J.index=0,J.sibling=null,J}function b(J,K,ne){return J.index=ne,a?(ne=J.alternate,ne!==null?(ne=ne.index,ne<K?(J.flags|=67108866,K):ne):(J.flags|=67108866,K)):(J.flags|=1048576,K)}function T(J){return a&&J.alternate===null&&(J.flags|=67108866),J}function R(J,K,ne,ce){return K===null||K.tag!==6?(K=yh(ne,J.mode,ce),K.return=J,K):(K=x(K,ne),K.return=J,K)}function I(J,K,ne,ce){var Te=ne.type;return Te===w?oe(J,K,ne.props.children,ce,ne.key):K!==null&&(K.elementType===Te||typeof Te=="object"&&Te!==null&&Te.$$typeof===L&&Fa(Te)===K.type)?(K=x(K,ne.props),wo(K,ne),K.return=J,K):(K=Su(ne.type,ne.key,ne.props,null,J.mode,ce),wo(K,ne),K.return=J,K)}function re(J,K,ne,ce){return K===null||K.tag!==4||K.stateNode.containerInfo!==ne.containerInfo||K.stateNode.implementation!==ne.implementation?(K=bh(ne,J.mode,ce),K.return=J,K):(K=x(K,ne.children||[]),K.return=J,K)}function oe(J,K,ne,ce,Te){return K===null||K.tag!==7?(K=Xa(ne,J.mode,ce,Te),K.return=J,K):(K=x(K,ne),K.return=J,K)}function ue(J,K,ne){if(typeof K=="string"&&K!==""||typeof K=="number"||typeof K=="bigint")return K=yh(""+K,J.mode,ne),K.return=J,K;if(typeof K=="object"&&K!==null){switch(K.$$typeof){case v:return ne=Su(K.type,K.key,K.props,null,J.mode,ne),wo(ne,K),ne.return=J,ne;case S:return K=bh(K,J.mode,ne),K.return=J,K;case L:return K=Fa(K),ue(J,K,ne)}if(D(K)||B(K))return K=Xa(K,J.mode,ne,null),K.return=J,K;if(typeof K.then=="function")return ue(J,$u(K),ne);if(K.$$typeof===Q)return ue(J,ku(J,K),ne);Qu(J,K)}return null}function ie(J,K,ne,ce){var Te=K!==null?K.key:null;if(typeof ne=="string"&&ne!==""||typeof ne=="number"||typeof ne=="bigint")return Te!==null?null:R(J,K,""+ne,ce);if(typeof ne=="object"&&ne!==null){switch(ne.$$typeof){case v:return ne.key===Te?I(J,K,ne,ce):null;case S:return ne.key===Te?re(J,K,ne,ce):null;case L:return ne=Fa(ne),ie(J,K,ne,ce)}if(D(ne)||B(ne))return Te!==null?null:oe(J,K,ne,ce,null);if(typeof ne.then=="function")return ie(J,K,$u(ne),ce);if(ne.$$typeof===Q)return ie(J,K,ku(J,ne),ce);Qu(J,ne)}return null}function ae(J,K,ne,ce,Te){if(typeof ce=="string"&&ce!==""||typeof ce=="number"||typeof ce=="bigint")return J=J.get(ne)||null,R(K,J,""+ce,Te);if(typeof ce=="object"&&ce!==null){switch(ce.$$typeof){case v:return J=J.get(ce.key===null?ne:ce.key)||null,I(K,J,ce,Te);case S:return J=J.get(ce.key===null?ne:ce.key)||null,re(K,J,ce,Te);case L:return ce=Fa(ce),ae(J,K,ne,ce,Te)}if(D(ce)||B(ce))return J=J.get(ne)||null,oe(K,J,ce,Te,null);if(typeof ce.then=="function")return ae(J,K,ne,$u(ce),Te);if(ce.$$typeof===Q)return ae(J,K,ne,ku(K,ce),Te);Qu(K,ce)}return null}function ye(J,K,ne,ce){for(var Te=null,Ke=null,we=K,Re=K=0,Ye=null;we!==null&&Re<ne.length;Re++){we.index>Re?(Ye=we,we=null):Ye=we.sibling;var Je=ie(J,we,ne[Re],ce);if(Je===null){we===null&&(we=Ye);break}a&&we&&Je.alternate===null&&s(J,we),K=b(Je,K,Re),Ke===null?Te=Je:Ke.sibling=Je,Ke=Je,we=Ye}if(Re===ne.length)return u(J,we),Be&&oi(J,Re),Te;if(we===null){for(;Re<ne.length;Re++)we=ue(J,ne[Re],ce),we!==null&&(K=b(we,K,Re),Ke===null?Te=we:Ke.sibling=we,Ke=we);return Be&&oi(J,Re),Te}for(we=d(we);Re<ne.length;Re++)Ye=ae(we,J,Re,ne[Re],ce),Ye!==null&&(a&&Ye.alternate!==null&&we.delete(Ye.key===null?Re:Ye.key),K=b(Ye,K,Re),Ke===null?Te=Ye:Ke.sibling=Ye,Ke=Ye);return a&&we.forEach(function(fa){return s(J,fa)}),Be&&oi(J,Re),Te}function $e(J,K,ne,ce){if(ne==null)throw Error(r(151));for(var Te=null,Ke=null,we=K,Re=K=0,Ye=null,Je=ne.next();we!==null&&!Je.done;Re++,Je=ne.next()){we.index>Re?(Ye=we,we=null):Ye=we.sibling;var fa=ie(J,we,Je.value,ce);if(fa===null){we===null&&(we=Ye);break}a&&we&&fa.alternate===null&&s(J,we),K=b(fa,K,Re),Ke===null?Te=fa:Ke.sibling=fa,Ke=fa,we=Ye}if(Je.done)return u(J,we),Be&&oi(J,Re),Te;if(we===null){for(;!Je.done;Re++,Je=ne.next())Je=ue(J,Je.value,ce),Je!==null&&(K=b(Je,K,Re),Ke===null?Te=Je:Ke.sibling=Je,Ke=Je);return Be&&oi(J,Re),Te}for(we=d(we);!Je.done;Re++,Je=ne.next())Je=ae(we,J,Re,Je.value,ce),Je!==null&&(a&&Je.alternate!==null&&we.delete(Je.key===null?Re:Je.key),K=b(Je,K,Re),Ke===null?Te=Je:Ke.sibling=Je,Ke=Je);return a&&we.forEach(function(dT){return s(J,dT)}),Be&&oi(J,Re),Te}function lt(J,K,ne,ce){if(typeof ne=="object"&&ne!==null&&ne.type===w&&ne.key===null&&(ne=ne.props.children),typeof ne=="object"&&ne!==null){switch(ne.$$typeof){case v:e:{for(var Te=ne.key;K!==null;){if(K.key===Te){if(Te=ne.type,Te===w){if(K.tag===7){u(J,K.sibling),ce=x(K,ne.props.children),ce.return=J,J=ce;break e}}else if(K.elementType===Te||typeof Te=="object"&&Te!==null&&Te.$$typeof===L&&Fa(Te)===K.type){u(J,K.sibling),ce=x(K,ne.props),wo(ce,ne),ce.return=J,J=ce;break e}u(J,K);break}else s(J,K);K=K.sibling}ne.type===w?(ce=Xa(ne.props.children,J.mode,ce,ne.key),ce.return=J,J=ce):(ce=Su(ne.type,ne.key,ne.props,null,J.mode,ce),wo(ce,ne),ce.return=J,J=ce)}return T(J);case S:e:{for(Te=ne.key;K!==null;){if(K.key===Te)if(K.tag===4&&K.stateNode.containerInfo===ne.containerInfo&&K.stateNode.implementation===ne.implementation){u(J,K.sibling),ce=x(K,ne.children||[]),ce.return=J,J=ce;break e}else{u(J,K);break}else s(J,K);K=K.sibling}ce=bh(ne,J.mode,ce),ce.return=J,J=ce}return T(J);case L:return ne=Fa(ne),lt(J,K,ne,ce)}if(D(ne))return ye(J,K,ne,ce);if(B(ne)){if(Te=B(ne),typeof Te!="function")throw Error(r(150));return ne=Te.call(ne),$e(J,K,ne,ce)}if(typeof ne.then=="function")return lt(J,K,$u(ne),ce);if(ne.$$typeof===Q)return lt(J,K,ku(J,ne),ce);Qu(J,ne)}return typeof ne=="string"&&ne!==""||typeof ne=="number"||typeof ne=="bigint"?(ne=""+ne,K!==null&&K.tag===6?(u(J,K.sibling),ce=x(K,ne),ce.return=J,J=ce):(u(J,K),ce=yh(ne,J.mode,ce),ce.return=J,J=ce),T(J)):u(J,K)}return function(J,K,ne,ce){try{So=0;var Te=lt(J,K,ne,ce);return Jl=null,Te}catch(we){if(we===Kl||we===Mu)throw we;var Ke=Dn(29,we,null,J.mode);return Ke.lanes=ce,Ke.return=J,Ke}finally{}}}var Ua=h8(!0),d8=h8(!1),Ui=!1;function Zh(a){a.updateQueue={baseState:a.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function Ph(a,s){a=a.updateQueue,s.updateQueue===a&&(s.updateQueue={baseState:a.baseState,firstBaseUpdate:a.firstBaseUpdate,lastBaseUpdate:a.lastBaseUpdate,shared:a.shared,callbacks:null})}function Ii(a){return{lane:a,tag:0,payload:null,callback:null,next:null}}function Gi(a,s,u){var d=a.updateQueue;if(d===null)return null;if(d=d.shared,(et&2)!==0){var x=d.pending;return x===null?s.next=s:(s.next=x.next,x.next=s),d.pending=s,s=vu(a),GO(a,null,u),s}return bu(a,d,s,u),vu(a)}function Ao(a,s,u){if(s=s.updateQueue,s!==null&&(s=s.shared,(u&4194048)!==0)){var d=s.lanes;d&=a.pendingLanes,u|=d,s.lanes=u,st(a,u)}}function jh(a,s){var u=a.updateQueue,d=a.alternate;if(d!==null&&(d=d.updateQueue,u===d)){var x=null,b=null;if(u=u.firstBaseUpdate,u!==null){do{var T={lane:u.lane,tag:u.tag,payload:u.payload,callback:null,next:null};b===null?x=b=T:b=b.next=T,u=u.next}while(u!==null);b===null?x=b=s:b=b.next=s}else x=b=s;u={baseState:d.baseState,firstBaseUpdate:x,lastBaseUpdate:b,shared:d.shared,callbacks:d.callbacks},a.updateQueue=u;return}a=u.lastBaseUpdate,a===null?u.firstBaseUpdate=s:a.next=s,u.lastBaseUpdate=s}var Rh=!1;function ko(){if(Rh){var a=Wl;if(a!==null)throw a}}function To(a,s,u,d){Rh=!1;var x=a.updateQueue;Ui=!1;var b=x.firstBaseUpdate,T=x.lastBaseUpdate,R=x.shared.pending;if(R!==null){x.shared.pending=null;var I=R,re=I.next;I.next=null,T===null?b=re:T.next=re,T=I;var oe=a.alternate;oe!==null&&(oe=oe.updateQueue,R=oe.lastBaseUpdate,R!==T&&(R===null?oe.firstBaseUpdate=re:R.next=re,oe.lastBaseUpdate=I))}if(b!==null){var ue=x.baseState;T=0,oe=re=I=null,R=b;do{var ie=R.lane&-536870913,ae=ie!==R.lane;if(ae?(He&ie)===ie:(d&ie)===ie){ie!==0&&ie===Gl&&(Rh=!0),oe!==null&&(oe=oe.next={lane:0,tag:R.tag,payload:R.payload,callback:null,next:null});e:{var ye=a,$e=R;ie=s;var lt=u;switch($e.tag){case 1:if(ye=$e.payload,typeof ye=="function"){ue=ye.call(lt,ue,ie);break e}ue=ye;break e;case 3:ye.flags=ye.flags&-65537|128;case 0:if(ye=$e.payload,ie=typeof ye=="function"?ye.call(lt,ue,ie):ye,ie==null)break e;ue=g({},ue,ie);break e;case 2:Ui=!0}}ie=R.callback,ie!==null&&(a.flags|=64,ae&&(a.flags|=8192),ae=x.callbacks,ae===null?x.callbacks=[ie]:ae.push(ie))}else ae={lane:ie,tag:R.tag,payload:R.payload,callback:R.callback,next:null},oe===null?(re=oe=ae,I=ue):oe=oe.next=ae,T|=ie;if(R=R.next,R===null){if(R=x.shared.pending,R===null)break;ae=R,R=ae.next,ae.next=null,x.lastBaseUpdate=ae,x.shared.pending=null}}while(!0);oe===null&&(I=ue),x.baseState=I,x.firstBaseUpdate=re,x.lastBaseUpdate=oe,b===null&&(x.shared.lanes=0),ta|=T,a.lanes=T,a.memoizedState=ue}}function m8(a,s){if(typeof a!="function")throw Error(r(191,a));a.call(s)}function p8(a,s){var u=a.callbacks;if(u!==null)for(a.callbacks=null,a=0;a<u.length;a++)m8(u[a],s)}var es=M(null),Cu=M(0);function g8(a,s){a=yi,X(Cu,a),X(es,s),yi=a|s.baseLanes}function Nh(){X(Cu,yi),X(es,es.current)}function Vh(){yi=Cu.current,P(es),P(Cu)}var Xn=M(null),ur=null;function Wi(a){var s=a.alternate;X(Qt,Qt.current&1),X(Xn,a),ur===null&&(s===null||es.current!==null||s.memoizedState!==null)&&(ur=a)}function Lh(a){X(Qt,Qt.current),X(Xn,a),ur===null&&(ur=a)}function O8(a){a.tag===22?(X(Qt,Qt.current),X(Xn,a),ur===null&&(ur=a)):Ki()}function Ki(){X(Qt,Qt.current),X(Xn,Xn.current)}function zn(a){P(Xn),ur===a&&(ur=null),P(Qt)}var Qt=M(0);function Zu(a){for(var s=a;s!==null;){if(s.tag===13){var u=s.memoizedState;if(u!==null&&(u=u.dehydrated,u===null||Yd(u)||Bd(u)))return s}else if(s.tag===19&&(s.memoizedProps.revealOrder==="forwards"||s.memoizedProps.revealOrder==="backwards"||s.memoizedProps.revealOrder==="unstable_legacy-backwards"||s.memoizedProps.revealOrder==="together")){if((s.flags&128)!==0)return s}else if(s.child!==null){s.child.return=s,s=s.child;continue}if(s===a)break;for(;s.sibling===null;){if(s.return===null||s.return===a)return null;s=s.return}s.sibling.return=s.return,s=s.sibling}return null}var fi=0,je=null,it=null,Vt=null,Pu=!1,ts=!1,Ia=!1,ju=0,Mo=0,ns=null,rk=0;function St(){throw Error(r(321))}function _h(a,s){if(s===null)return!1;for(var u=0;u<s.length&&u<a.length;u++)if(!_n(a[u],s[u]))return!1;return!0}function Dh(a,s,u,d,x,b){return fi=b,je=s,s.memoizedState=null,s.updateQueue=null,s.lanes=0,N.H=a===null||a.memoizedState===null?e6:td,Ia=!1,b=u(d,x),Ia=!1,ts&&(b=y8(s,u,d,x)),x8(a),b}function x8(a){N.H=Qo;var s=it!==null&&it.next!==null;if(fi=0,Vt=it=je=null,Pu=!1,Mo=0,ns=null,s)throw Error(r(300));a===null||Lt||(a=a.dependencies,a!==null&&Au(a)&&(Lt=!0))}function y8(a,s,u,d){je=a;var x=0;do{if(ts&&(ns=null),Mo=0,ts=!1,25<=x)throw Error(r(301));if(x+=1,Vt=it=null,a.updateQueue!=null){var b=a.updateQueue;b.lastEffect=null,b.events=null,b.stores=null,b.memoCache!=null&&(b.memoCache.index=0)}N.H=t6,b=s(u,d)}while(ts);return b}function ik(){var a=N.H,s=a.useState()[0];return s=typeof s.then=="function"?Eo(s):s,a=a.useState()[0],(it!==null?it.memoizedState:null)!==a&&(je.flags|=1024),s}function Xh(){var a=ju!==0;return ju=0,a}function zh(a,s,u){s.updateQueue=a.updateQueue,s.flags&=-2053,a.lanes&=~u}function Hh(a){if(Pu){for(a=a.memoizedState;a!==null;){var s=a.queue;s!==null&&(s.pending=null),a=a.next}Pu=!1}fi=0,Vt=it=je=null,ts=!1,Mo=ju=0,ns=null}function xn(){var a={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Vt===null?je.memoizedState=Vt=a:Vt=Vt.next=a,Vt}function Ct(){if(it===null){var a=je.alternate;a=a!==null?a.memoizedState:null}else a=it.next;var s=Vt===null?je.memoizedState:Vt.next;if(s!==null)Vt=s,it=a;else{if(a===null)throw je.alternate===null?Error(r(467)):Error(r(310));it=a,a={memoizedState:it.memoizedState,baseState:it.baseState,baseQueue:it.baseQueue,queue:it.queue,next:null},Vt===null?je.memoizedState=Vt=a:Vt=Vt.next=a}return Vt}function Ru(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function Eo(a){var s=Mo;return Mo+=1,ns===null&&(ns=[]),a=c8(ns,a,s),s=je,(Vt===null?s.memoizedState:Vt.next)===null&&(s=s.alternate,N.H=s===null||s.memoizedState===null?e6:td),a}function Nu(a){if(a!==null&&typeof a=="object"){if(typeof a.then=="function")return Eo(a);if(a.$$typeof===Q)return tn(a)}throw Error(r(438,String(a)))}function Yh(a){var s=null,u=je.updateQueue;if(u!==null&&(s=u.memoCache),s==null){var d=je.alternate;d!==null&&(d=d.updateQueue,d!==null&&(d=d.memoCache,d!=null&&(s={data:d.data.map(function(x){return x.slice()}),index:0})))}if(s==null&&(s={data:[],index:0}),u===null&&(u=Ru(),je.updateQueue=u),u.memoCache=s,u=s.data[s.index],u===void 0)for(u=s.data[s.index]=Array(a),d=0;d<a;d++)u[d]=q;return s.index++,u}function hi(a,s){return typeof s=="function"?s(a):s}function Vu(a){var s=Ct();return Bh(s,it,a)}function Bh(a,s,u){var d=a.queue;if(d===null)throw Error(r(311));d.lastRenderedReducer=u;var x=a.baseQueue,b=d.pending;if(b!==null){if(x!==null){var T=x.next;x.next=b.next,b.next=T}s.baseQueue=x=b,d.pending=null}if(b=a.baseState,x===null)a.memoizedState=b;else{s=x.next;var R=T=null,I=null,re=s,oe=!1;do{var ue=re.lane&-536870913;if(ue!==re.lane?(He&ue)===ue:(fi&ue)===ue){var ie=re.revertLane;if(ie===0)I!==null&&(I=I.next={lane:0,revertLane:0,gesture:null,action:re.action,hasEagerState:re.hasEagerState,eagerState:re.eagerState,next:null}),ue===Gl&&(oe=!0);else if((fi&ie)===ie){re=re.next,ie===Gl&&(oe=!0);continue}else ue={lane:0,revertLane:re.revertLane,gesture:null,action:re.action,hasEagerState:re.hasEagerState,eagerState:re.eagerState,next:null},I===null?(R=I=ue,T=b):I=I.next=ue,je.lanes|=ie,ta|=ie;ue=re.action,Ia&&u(b,ue),b=re.hasEagerState?re.eagerState:u(b,ue)}else ie={lane:ue,revertLane:re.revertLane,gesture:re.gesture,action:re.action,hasEagerState:re.hasEagerState,eagerState:re.eagerState,next:null},I===null?(R=I=ie,T=b):I=I.next=ie,je.lanes|=ue,ta|=ue;re=re.next}while(re!==null&&re!==s);if(I===null?T=b:I.next=R,!_n(b,a.memoizedState)&&(Lt=!0,oe&&(u=Wl,u!==null)))throw u;a.memoizedState=b,a.baseState=T,a.baseQueue=I,d.lastRenderedState=b}return x===null&&(d.lanes=0),[a.memoizedState,d.dispatch]}function Fh(a){var s=Ct(),u=s.queue;if(u===null)throw Error(r(311));u.lastRenderedReducer=a;var d=u.dispatch,x=u.pending,b=s.memoizedState;if(x!==null){u.pending=null;var T=x=x.next;do b=a(b,T.action),T=T.next;while(T!==x);_n(b,s.memoizedState)||(Lt=!0),s.memoizedState=b,s.baseQueue===null&&(s.baseState=b),u.lastRenderedState=b}return[b,d]}function b8(a,s,u){var d=je,x=Ct(),b=Be;if(b){if(u===void 0)throw Error(r(407));u=u()}else u=s();var T=!_n((it||x).memoizedState,u);if(T&&(x.memoizedState=u,Lt=!0),x=x.queue,Ih(w8.bind(null,d,x,a),[a]),x.getSnapshot!==s||T||Vt!==null&&Vt.memoizedState.tag&1){if(d.flags|=2048,rs(9,{destroy:void 0},S8.bind(null,d,x,u,s),null),ot===null)throw Error(r(349));b||(fi&127)!==0||v8(d,s,u)}return u}function v8(a,s,u){a.flags|=16384,a={getSnapshot:s,value:u},s=je.updateQueue,s===null?(s=Ru(),je.updateQueue=s,s.stores=[a]):(u=s.stores,u===null?s.stores=[a]:u.push(a))}function S8(a,s,u,d){s.value=u,s.getSnapshot=d,A8(s)&&k8(a)}function w8(a,s,u){return u(function(){A8(s)&&k8(a)})}function A8(a){var s=a.getSnapshot;a=a.value;try{var u=s();return!_n(a,u)}catch{return!0}}function k8(a){var s=Da(a,2);s!==null&&Qn(s,a,2)}function qh(a){var s=xn();if(typeof a=="function"){var u=a;if(a=u(),Ia){Rt(!0);try{u()}finally{Rt(!1)}}}return s.memoizedState=s.baseState=a,s.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:hi,lastRenderedState:a},s}function T8(a,s,u,d){return a.baseState=u,Bh(a,it,typeof d=="function"?d:hi)}function ak(a,s,u,d,x){if(Du(a))throw Error(r(485));if(a=s.action,a!==null){var b={payload:x,action:a,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(T){b.listeners.push(T)}};N.T!==null?u(!0):b.isTransition=!1,d(b),u=s.pending,u===null?(b.next=s.pending=b,M8(s,b)):(b.next=u.next,s.pending=u.next=b)}}function M8(a,s){var u=s.action,d=s.payload,x=a.state;if(s.isTransition){var b=N.T,T={};N.T=T;try{var R=u(x,d),I=N.S;I!==null&&I(T,R),E8(a,s,R)}catch(re){Uh(a,s,re)}finally{b!==null&&T.types!==null&&(b.types=T.types),N.T=b}}else try{b=u(x,d),E8(a,s,b)}catch(re){Uh(a,s,re)}}function E8(a,s,u){u!==null&&typeof u=="object"&&typeof u.then=="function"?u.then(function(d){$8(a,s,d)},function(d){return Uh(a,s,d)}):$8(a,s,u)}function $8(a,s,u){s.status="fulfilled",s.value=u,Q8(s),a.state=u,s=a.pending,s!==null&&(u=s.next,u===s?a.pending=null:(u=u.next,s.next=u,M8(a,u)))}function Uh(a,s,u){var d=a.pending;if(a.pending=null,d!==null){d=d.next;do s.status="rejected",s.reason=u,Q8(s),s=s.next;while(s!==d)}a.action=null}function Q8(a){a=a.listeners;for(var s=0;s<a.length;s++)(0,a[s])()}function C8(a,s){return s}function Z8(a,s){if(Be){var u=ot.formState;if(u!==null){e:{var d=je;if(Be){if(mt){t:{for(var x=mt,b=cr;x.nodeType!==8;){if(!b){x=null;break t}if(x=fr(x.nextSibling),x===null){x=null;break t}}b=x.data,x=b==="F!"||b==="F"?x:null}if(x){mt=fr(x.nextSibling),d=x.data==="F!";break e}}Fi(d)}d=!1}d&&(s=u[0])}}return u=xn(),u.memoizedState=u.baseState=s,d={pending:null,lanes:0,dispatch:null,lastRenderedReducer:C8,lastRenderedState:s},u.queue=d,u=W8.bind(null,je,d),d.dispatch=u,d=qh(!1),b=ed.bind(null,je,!1,d.queue),d=xn(),x={state:s,dispatch:null,action:a,pending:null},d.queue=x,u=ak.bind(null,je,x,b,u),x.dispatch=u,d.memoizedState=a,[s,u,!1]}function P8(a){var s=Ct();return j8(s,it,a)}function j8(a,s,u){if(s=Bh(a,s,C8)[0],a=Vu(hi)[0],typeof s=="object"&&s!==null&&typeof s.then=="function")try{var d=Eo(s)}catch(T){throw T===Kl?Mu:T}else d=s;s=Ct();var x=s.queue,b=x.dispatch;return u!==s.memoizedState&&(je.flags|=2048,rs(9,{destroy:void 0},lk.bind(null,x,u),null)),[d,b,a]}function lk(a,s){a.action=s}function R8(a){var s=Ct(),u=it;if(u!==null)return j8(s,u,a);Ct(),s=s.memoizedState,u=Ct();var d=u.queue.dispatch;return u.memoizedState=a,[s,d,!1]}function rs(a,s,u,d){return a={tag:a,create:u,deps:d,inst:s,next:null},s=je.updateQueue,s===null&&(s=Ru(),je.updateQueue=s),u=s.lastEffect,u===null?s.lastEffect=a.next=a:(d=u.next,u.next=a,a.next=d,s.lastEffect=a),a}function N8(){return Ct().memoizedState}function Lu(a,s,u,d){var x=xn();je.flags|=a,x.memoizedState=rs(1|s,{destroy:void 0},u,d===void 0?null:d)}function _u(a,s,u,d){var x=Ct();d=d===void 0?null:d;var b=x.memoizedState.inst;it!==null&&d!==null&&_h(d,it.memoizedState.deps)?x.memoizedState=rs(s,b,u,d):(je.flags|=a,x.memoizedState=rs(1|s,b,u,d))}function V8(a,s){Lu(8390656,8,a,s)}function Ih(a,s){_u(2048,8,a,s)}function sk(a){je.flags|=4;var s=je.updateQueue;if(s===null)s=Ru(),je.updateQueue=s,s.events=[a];else{var u=s.events;u===null?s.events=[a]:u.push(a)}}function L8(a){var s=Ct().memoizedState;return sk({ref:s,nextImpl:a}),function(){if((et&2)!==0)throw Error(r(440));return s.impl.apply(void 0,arguments)}}function _8(a,s){return _u(4,2,a,s)}function D8(a,s){return _u(4,4,a,s)}function X8(a,s){if(typeof s=="function"){a=a();var u=s(a);return function(){typeof u=="function"?u():s(null)}}if(s!=null)return a=a(),s.current=a,function(){s.current=null}}function z8(a,s,u){u=u!=null?u.concat([a]):null,_u(4,4,X8.bind(null,s,a),u)}function Gh(){}function H8(a,s){var u=Ct();s=s===void 0?null:s;var d=u.memoizedState;return s!==null&&_h(s,d[1])?d[0]:(u.memoizedState=[a,s],a)}function Y8(a,s){var u=Ct();s=s===void 0?null:s;var d=u.memoizedState;if(s!==null&&_h(s,d[1]))return d[0];if(d=a(),Ia){Rt(!0);try{a()}finally{Rt(!1)}}return u.memoizedState=[d,s],d}function Wh(a,s,u){return u===void 0||(fi&1073741824)!==0&&(He&261930)===0?a.memoizedState=s:(a.memoizedState=u,a=B6(),je.lanes|=a,ta|=a,u)}function B8(a,s,u,d){return _n(u,s)?u:es.current!==null?(a=Wh(a,u,d),_n(a,s)||(Lt=!0),a):(fi&42)===0||(fi&1073741824)!==0&&(He&261930)===0?(Lt=!0,a.memoizedState=u):(a=B6(),je.lanes|=a,ta|=a,s)}function F8(a,s,u,d,x){var b=Y.p;Y.p=b!==0&&8>b?b:8;var T=N.T,R={};N.T=R,ed(a,!1,s,u);try{var I=x(),re=N.S;if(re!==null&&re(R,I),I!==null&&typeof I=="object"&&typeof I.then=="function"){var oe=nk(I,d);$o(a,s,oe,Bn(a))}else $o(a,s,d,Bn(a))}catch(ue){$o(a,s,{then:function(){},status:"rejected",reason:ue},Bn())}finally{Y.p=b,T!==null&&R.types!==null&&(T.types=R.types),N.T=T}}function ok(){}function Kh(a,s,u,d){if(a.tag!==5)throw Error(r(476));var x=q8(a).queue;F8(a,x,s,V,u===null?ok:function(){return U8(a),u(d)})}function q8(a){var s=a.memoizedState;if(s!==null)return s;s={memoizedState:V,baseState:V,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:hi,lastRenderedState:V},next:null};var u={};return s.next={memoizedState:u,baseState:u,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:hi,lastRenderedState:u},next:null},a.memoizedState=s,a=a.alternate,a!==null&&(a.memoizedState=s),s}function U8(a){var s=q8(a);s.next===null&&(s=a.alternate.memoizedState),$o(a,s.next.queue,{},Bn())}function Jh(){return tn(Fo)}function I8(){return Ct().memoizedState}function G8(){return Ct().memoizedState}function ck(a){for(var s=a.return;s!==null;){switch(s.tag){case 24:case 3:var u=Bn();a=Ii(u);var d=Gi(s,a,u);d!==null&&(Qn(d,s,u),Ao(d,s,u)),s={cache:Eh()},a.payload=s;return}s=s.return}}function uk(a,s,u){var d=Bn();u={lane:d,revertLane:0,gesture:null,action:u,hasEagerState:!1,eagerState:null,next:null},Du(a)?K8(s,u):(u=Oh(a,s,u,d),u!==null&&(Qn(u,a,d),J8(u,s,d)))}function W8(a,s,u){var d=Bn();$o(a,s,u,d)}function $o(a,s,u,d){var x={lane:d,revertLane:0,gesture:null,action:u,hasEagerState:!1,eagerState:null,next:null};if(Du(a))K8(s,x);else{var b=a.alternate;if(a.lanes===0&&(b===null||b.lanes===0)&&(b=s.lastRenderedReducer,b!==null))try{var T=s.lastRenderedState,R=b(T,u);if(x.hasEagerState=!0,x.eagerState=R,_n(R,T))return bu(a,s,x,0),ot===null&&yu(),!1}catch{}finally{}if(u=Oh(a,s,x,d),u!==null)return Qn(u,a,d),J8(u,s,d),!0}return!1}function ed(a,s,u,d){if(d={lane:2,revertLane:Zd(),gesture:null,action:d,hasEagerState:!1,eagerState:null,next:null},Du(a)){if(s)throw Error(r(479))}else s=Oh(a,u,d,2),s!==null&&Qn(s,a,2)}function Du(a){var s=a.alternate;return a===je||s!==null&&s===je}function K8(a,s){ts=Pu=!0;var u=a.pending;u===null?s.next=s:(s.next=u.next,u.next=s),a.pending=s}function J8(a,s,u){if((u&4194048)!==0){var d=s.lanes;d&=a.pendingLanes,u|=d,s.lanes=u,st(a,u)}}var Qo={readContext:tn,use:Nu,useCallback:St,useContext:St,useEffect:St,useImperativeHandle:St,useLayoutEffect:St,useInsertionEffect:St,useMemo:St,useReducer:St,useRef:St,useState:St,useDebugValue:St,useDeferredValue:St,useTransition:St,useSyncExternalStore:St,useId:St,useHostTransitionStatus:St,useFormState:St,useActionState:St,useOptimistic:St,useMemoCache:St,useCacheRefresh:St};Qo.useEffectEvent=St;var e6={readContext:tn,use:Nu,useCallback:function(a,s){return xn().memoizedState=[a,s===void 0?null:s],a},useContext:tn,useEffect:V8,useImperativeHandle:function(a,s,u){u=u!=null?u.concat([a]):null,Lu(4194308,4,X8.bind(null,s,a),u)},useLayoutEffect:function(a,s){return Lu(4194308,4,a,s)},useInsertionEffect:function(a,s){Lu(4,2,a,s)},useMemo:function(a,s){var u=xn();s=s===void 0?null:s;var d=a();if(Ia){Rt(!0);try{a()}finally{Rt(!1)}}return u.memoizedState=[d,s],d},useReducer:function(a,s,u){var d=xn();if(u!==void 0){var x=u(s);if(Ia){Rt(!0);try{u(s)}finally{Rt(!1)}}}else x=s;return d.memoizedState=d.baseState=x,a={pending:null,lanes:0,dispatch:null,lastRenderedReducer:a,lastRenderedState:x},d.queue=a,a=a.dispatch=uk.bind(null,je,a),[d.memoizedState,a]},useRef:function(a){var s=xn();return a={current:a},s.memoizedState=a},useState:function(a){a=qh(a);var s=a.queue,u=W8.bind(null,je,s);return s.dispatch=u,[a.memoizedState,u]},useDebugValue:Gh,useDeferredValue:function(a,s){var u=xn();return Wh(u,a,s)},useTransition:function(){var a=qh(!1);return a=F8.bind(null,je,a.queue,!0,!1),xn().memoizedState=a,[!1,a]},useSyncExternalStore:function(a,s,u){var d=je,x=xn();if(Be){if(u===void 0)throw Error(r(407));u=u()}else{if(u=s(),ot===null)throw Error(r(349));(He&127)!==0||v8(d,s,u)}x.memoizedState=u;var b={value:u,getSnapshot:s};return x.queue=b,V8(w8.bind(null,d,b,a),[a]),d.flags|=2048,rs(9,{destroy:void 0},S8.bind(null,d,b,u,s),null),u},useId:function(){var a=xn(),s=ot.identifierPrefix;if(Be){var u=jr,d=Pr;u=(d&~(1<<32-vt(d)-1)).toString(32)+u,s="_"+s+"R_"+u,u=ju++,0<u&&(s+="H"+u.toString(32)),s+="_"}else u=rk++,s="_"+s+"r_"+u.toString(32)+"_";return a.memoizedState=s},useHostTransitionStatus:Jh,useFormState:Z8,useActionState:Z8,useOptimistic:function(a){var s=xn();s.memoizedState=s.baseState=a;var u={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return s.queue=u,s=ed.bind(null,je,!0,u),u.dispatch=s,[a,s]},useMemoCache:Yh,useCacheRefresh:function(){return xn().memoizedState=ck.bind(null,je)},useEffectEvent:function(a){var s=xn(),u={impl:a};return s.memoizedState=u,function(){if((et&2)!==0)throw Error(r(440));return u.impl.apply(void 0,arguments)}}},td={readContext:tn,use:Nu,useCallback:H8,useContext:tn,useEffect:Ih,useImperativeHandle:z8,useInsertionEffect:_8,useLayoutEffect:D8,useMemo:Y8,useReducer:Vu,useRef:N8,useState:function(){return Vu(hi)},useDebugValue:Gh,useDeferredValue:function(a,s){var u=Ct();return B8(u,it.memoizedState,a,s)},useTransition:function(){var a=Vu(hi)[0],s=Ct().memoizedState;return[typeof a=="boolean"?a:Eo(a),s]},useSyncExternalStore:b8,useId:I8,useHostTransitionStatus:Jh,useFormState:P8,useActionState:P8,useOptimistic:function(a,s){var u=Ct();return T8(u,it,a,s)},useMemoCache:Yh,useCacheRefresh:G8};td.useEffectEvent=L8;var t6={readContext:tn,use:Nu,useCallback:H8,useContext:tn,useEffect:Ih,useImperativeHandle:z8,useInsertionEffect:_8,useLayoutEffect:D8,useMemo:Y8,useReducer:Fh,useRef:N8,useState:function(){return Fh(hi)},useDebugValue:Gh,useDeferredValue:function(a,s){var u=Ct();return it===null?Wh(u,a,s):B8(u,it.memoizedState,a,s)},useTransition:function(){var a=Fh(hi)[0],s=Ct().memoizedState;return[typeof a=="boolean"?a:Eo(a),s]},useSyncExternalStore:b8,useId:I8,useHostTransitionStatus:Jh,useFormState:R8,useActionState:R8,useOptimistic:function(a,s){var u=Ct();return it!==null?T8(u,it,a,s):(u.baseState=a,[a,u.queue.dispatch])},useMemoCache:Yh,useCacheRefresh:G8};t6.useEffectEvent=L8;function nd(a,s,u,d){s=a.memoizedState,u=u(d,s),u=u==null?s:g({},s,u),a.memoizedState=u,a.lanes===0&&(a.updateQueue.baseState=u)}var rd={enqueueSetState:function(a,s,u){a=a._reactInternals;var d=Bn(),x=Ii(d);x.payload=s,u!=null&&(x.callback=u),s=Gi(a,x,d),s!==null&&(Qn(s,a,d),Ao(s,a,d))},enqueueReplaceState:function(a,s,u){a=a._reactInternals;var d=Bn(),x=Ii(d);x.tag=1,x.payload=s,u!=null&&(x.callback=u),s=Gi(a,x,d),s!==null&&(Qn(s,a,d),Ao(s,a,d))},enqueueForceUpdate:function(a,s){a=a._reactInternals;var u=Bn(),d=Ii(u);d.tag=2,s!=null&&(d.callback=s),s=Gi(a,d,u),s!==null&&(Qn(s,a,u),Ao(s,a,u))}};function n6(a,s,u,d,x,b,T){return a=a.stateNode,typeof a.shouldComponentUpdate=="function"?a.shouldComponentUpdate(d,b,T):s.prototype&&s.prototype.isPureReactComponent?!go(u,d)||!go(x,b):!0}function r6(a,s,u,d){a=s.state,typeof s.componentWillReceiveProps=="function"&&s.componentWillReceiveProps(u,d),typeof s.UNSAFE_componentWillReceiveProps=="function"&&s.UNSAFE_componentWillReceiveProps(u,d),s.state!==a&&rd.enqueueReplaceState(s,s.state,null)}function Ga(a,s){var u=s;if("ref"in s){u={};for(var d in s)d!=="ref"&&(u[d]=s[d])}if(a=a.defaultProps){u===s&&(u=g({},u));for(var x in a)u[x]===void 0&&(u[x]=a[x])}return u}function i6(a){xu(a)}function a6(a){console.error(a)}function l6(a){xu(a)}function Xu(a,s){try{var u=a.onUncaughtError;u(s.value,{componentStack:s.stack})}catch(d){setTimeout(function(){throw d})}}function s6(a,s,u){try{var d=a.onCaughtError;d(u.value,{componentStack:u.stack,errorBoundary:s.tag===1?s.stateNode:null})}catch(x){setTimeout(function(){throw x})}}function id(a,s,u){return u=Ii(u),u.tag=3,u.payload={element:null},u.callback=function(){Xu(a,s)},u}function o6(a){return a=Ii(a),a.tag=3,a}function c6(a,s,u,d){var x=u.type.getDerivedStateFromError;if(typeof x=="function"){var b=d.value;a.payload=function(){return x(b)},a.callback=function(){s6(s,u,d)}}var T=u.stateNode;T!==null&&typeof T.componentDidCatch=="function"&&(a.callback=function(){s6(s,u,d),typeof x!="function"&&(na===null?na=new Set([this]):na.add(this));var R=d.stack;this.componentDidCatch(d.value,{componentStack:R!==null?R:""})})}function fk(a,s,u,d,x){if(u.flags|=32768,d!==null&&typeof d=="object"&&typeof d.then=="function"){if(s=u.alternate,s!==null&&Il(s,u,x,!0),u=Xn.current,u!==null){switch(u.tag){case 31:case 13:return ur===null?Ju():u.alternate===null&&wt===0&&(wt=3),u.flags&=-257,u.flags|=65536,u.lanes=x,d===Eu?u.flags|=16384:(s=u.updateQueue,s===null?u.updateQueue=new Set([d]):s.add(d),$d(a,d,x)),!1;case 22:return u.flags|=65536,d===Eu?u.flags|=16384:(s=u.updateQueue,s===null?(s={transitions:null,markerInstances:null,retryQueue:new Set([d])},u.updateQueue=s):(u=s.retryQueue,u===null?s.retryQueue=new Set([d]):u.add(d)),$d(a,d,x)),!1}throw Error(r(435,u.tag))}return $d(a,d,x),Ju(),!1}if(Be)return s=Xn.current,s!==null?((s.flags&65536)===0&&(s.flags|=256),s.flags|=65536,s.lanes=x,d!==wh&&(a=Error(r(422),{cause:d}),yo(lr(a,u)))):(d!==wh&&(s=Error(r(423),{cause:d}),yo(lr(s,u))),a=a.current.alternate,a.flags|=65536,x&=-x,a.lanes|=x,d=lr(d,u),x=id(a.stateNode,d,x),jh(a,x),wt!==4&&(wt=2)),!1;var b=Error(r(520),{cause:d});if(b=lr(b,u),Lo===null?Lo=[b]:Lo.push(b),wt!==4&&(wt=2),s===null)return!0;d=lr(d,u),u=s;do{switch(u.tag){case 3:return u.flags|=65536,a=x&-x,u.lanes|=a,a=id(u.stateNode,d,a),jh(u,a),!1;case 1:if(s=u.type,b=u.stateNode,(u.flags&128)===0&&(typeof s.getDerivedStateFromError=="function"||b!==null&&typeof b.componentDidCatch=="function"&&(na===null||!na.has(b))))return u.flags|=65536,x&=-x,u.lanes|=x,x=o6(x),c6(x,a,u,d),jh(u,x),!1}u=u.return}while(u!==null);return!1}var ad=Error(r(461)),Lt=!1;function nn(a,s,u,d){s.child=a===null?d8(s,null,u,d):Ua(s,a.child,u,d)}function u6(a,s,u,d,x){u=u.render;var b=s.ref;if("ref"in d){var T={};for(var R in d)R!=="ref"&&(T[R]=d[R])}else T=d;return Ya(s),d=Dh(a,s,u,T,b,x),R=Xh(),a!==null&&!Lt?(zh(a,s,x),di(a,s,x)):(Be&&R&&vh(s),s.flags|=1,nn(a,s,d,x),s.child)}function f6(a,s,u,d,x){if(a===null){var b=u.type;return typeof b=="function"&&!xh(b)&&b.defaultProps===void 0&&u.compare===null?(s.tag=15,s.type=b,h6(a,s,b,d,x)):(a=Su(u.type,null,d,s,s.mode,x),a.ref=s.ref,a.return=s,s.child=a)}if(b=a.child,!dd(a,x)){var T=b.memoizedProps;if(u=u.compare,u=u!==null?u:go,u(T,d)&&a.ref===s.ref)return di(a,s,x)}return s.flags|=1,a=si(b,d),a.ref=s.ref,a.return=s,s.child=a}function h6(a,s,u,d,x){if(a!==null){var b=a.memoizedProps;if(go(b,d)&&a.ref===s.ref)if(Lt=!1,s.pendingProps=d=b,dd(a,x))(a.flags&131072)!==0&&(Lt=!0);else return s.lanes=a.lanes,di(a,s,x)}return ld(a,s,u,d,x)}function d6(a,s,u,d){var x=d.children,b=a!==null?a.memoizedState:null;if(a===null&&s.stateNode===null&&(s.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),d.mode==="hidden"){if((s.flags&128)!==0){if(b=b!==null?b.baseLanes|u:u,a!==null){for(d=s.child=a.child,x=0;d!==null;)x=x|d.lanes|d.childLanes,d=d.sibling;d=x&~b}else d=0,s.child=null;return m6(a,s,b,u,d)}if((u&536870912)!==0)s.memoizedState={baseLanes:0,cachePool:null},a!==null&&Tu(s,b!==null?b.cachePool:null),b!==null?g8(s,b):Nh(),O8(s);else return d=s.lanes=536870912,m6(a,s,b!==null?b.baseLanes|u:u,u,d)}else b!==null?(Tu(s,b.cachePool),g8(s,b),Ki(),s.memoizedState=null):(a!==null&&Tu(s,null),Nh(),Ki());return nn(a,s,x,u),s.child}function Co(a,s){return a!==null&&a.tag===22||s.stateNode!==null||(s.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),s.sibling}function m6(a,s,u,d,x){var b=Qh();return b=b===null?null:{parent:Nt._currentValue,pool:b},s.memoizedState={baseLanes:u,cachePool:b},a!==null&&Tu(s,null),Nh(),O8(s),a!==null&&Il(a,s,d,!0),s.childLanes=x,null}function zu(a,s){return s=Yu({mode:s.mode,children:s.children},a.mode),s.ref=a.ref,a.child=s,s.return=a,s}function p6(a,s,u){return Ua(s,a.child,null,u),a=zu(s,s.pendingProps),a.flags|=2,zn(s),s.memoizedState=null,a}function hk(a,s,u){var d=s.pendingProps,x=(s.flags&128)!==0;if(s.flags&=-129,a===null){if(Be){if(d.mode==="hidden")return a=zu(s,d),s.lanes=536870912,Co(null,a);if(Lh(s),(a=mt)?(a=M4(a,cr),a=a!==null&&a.data==="&"?a:null,a!==null&&(s.memoizedState={dehydrated:a,treeContext:Yi!==null?{id:Pr,overflow:jr}:null,retryLane:536870912,hydrationErrors:null},u=KO(a),u.return=s,s.child=u,en=s,mt=null)):a=null,a===null)throw Fi(s);return s.lanes=536870912,null}return zu(s,d)}var b=a.memoizedState;if(b!==null){var T=b.dehydrated;if(Lh(s),x)if(s.flags&256)s.flags&=-257,s=p6(a,s,u);else if(s.memoizedState!==null)s.child=a.child,s.flags|=128,s=null;else throw Error(r(558));else if(Lt||Il(a,s,u,!1),x=(u&a.childLanes)!==0,Lt||x){if(d=ot,d!==null&&(T=wn(d,u),T!==0&&T!==b.retryLane))throw b.retryLane=T,Da(a,T),Qn(d,a,T),ad;Ju(),s=p6(a,s,u)}else a=b.treeContext,mt=fr(T.nextSibling),en=s,Be=!0,Bi=null,cr=!1,a!==null&&t8(s,a),s=zu(s,d),s.flags|=4096;return s}return a=si(a.child,{mode:d.mode,children:d.children}),a.ref=s.ref,s.child=a,a.return=s,a}function Hu(a,s){var u=s.ref;if(u===null)a!==null&&a.ref!==null&&(s.flags|=4194816);else{if(typeof u!="function"&&typeof u!="object")throw Error(r(284));(a===null||a.ref!==u)&&(s.flags|=4194816)}}function ld(a,s,u,d,x){return Ya(s),u=Dh(a,s,u,d,void 0,x),d=Xh(),a!==null&&!Lt?(zh(a,s,x),di(a,s,x)):(Be&&d&&vh(s),s.flags|=1,nn(a,s,u,x),s.child)}function g6(a,s,u,d,x,b){return Ya(s),s.updateQueue=null,u=y8(s,d,u,x),x8(a),d=Xh(),a!==null&&!Lt?(zh(a,s,b),di(a,s,b)):(Be&&d&&vh(s),s.flags|=1,nn(a,s,u,b),s.child)}function O6(a,s,u,d,x){if(Ya(s),s.stateNode===null){var b=Bl,T=u.contextType;typeof T=="object"&&T!==null&&(b=tn(T)),b=new u(d,b),s.memoizedState=b.state!==null&&b.state!==void 0?b.state:null,b.updater=rd,s.stateNode=b,b._reactInternals=s,b=s.stateNode,b.props=d,b.state=s.memoizedState,b.refs={},Zh(s),T=u.contextType,b.context=typeof T=="object"&&T!==null?tn(T):Bl,b.state=s.memoizedState,T=u.getDerivedStateFromProps,typeof T=="function"&&(nd(s,u,T,d),b.state=s.memoizedState),typeof u.getDerivedStateFromProps=="function"||typeof b.getSnapshotBeforeUpdate=="function"||typeof b.UNSAFE_componentWillMount!="function"&&typeof b.componentWillMount!="function"||(T=b.state,typeof b.componentWillMount=="function"&&b.componentWillMount(),typeof b.UNSAFE_componentWillMount=="function"&&b.UNSAFE_componentWillMount(),T!==b.state&&rd.enqueueReplaceState(b,b.state,null),To(s,d,b,x),ko(),b.state=s.memoizedState),typeof b.componentDidMount=="function"&&(s.flags|=4194308),d=!0}else if(a===null){b=s.stateNode;var R=s.memoizedProps,I=Ga(u,R);b.props=I;var re=b.context,oe=u.contextType;T=Bl,typeof oe=="object"&&oe!==null&&(T=tn(oe));var ue=u.getDerivedStateFromProps;oe=typeof ue=="function"||typeof b.getSnapshotBeforeUpdate=="function",R=s.pendingProps!==R,oe||typeof b.UNSAFE_componentWillReceiveProps!="function"&&typeof b.componentWillReceiveProps!="function"||(R||re!==T)&&r6(s,b,d,T),Ui=!1;var ie=s.memoizedState;b.state=ie,To(s,d,b,x),ko(),re=s.memoizedState,R||ie!==re||Ui?(typeof ue=="function"&&(nd(s,u,ue,d),re=s.memoizedState),(I=Ui||n6(s,u,I,d,ie,re,T))?(oe||typeof b.UNSAFE_componentWillMount!="function"&&typeof b.componentWillMount!="function"||(typeof b.componentWillMount=="function"&&b.componentWillMount(),typeof b.UNSAFE_componentWillMount=="function"&&b.UNSAFE_componentWillMount()),typeof b.componentDidMount=="function"&&(s.flags|=4194308)):(typeof b.componentDidMount=="function"&&(s.flags|=4194308),s.memoizedProps=d,s.memoizedState=re),b.props=d,b.state=re,b.context=T,d=I):(typeof b.componentDidMount=="function"&&(s.flags|=4194308),d=!1)}else{b=s.stateNode,Ph(a,s),T=s.memoizedProps,oe=Ga(u,T),b.props=oe,ue=s.pendingProps,ie=b.context,re=u.contextType,I=Bl,typeof re=="object"&&re!==null&&(I=tn(re)),R=u.getDerivedStateFromProps,(re=typeof R=="function"||typeof b.getSnapshotBeforeUpdate=="function")||typeof b.UNSAFE_componentWillReceiveProps!="function"&&typeof b.componentWillReceiveProps!="function"||(T!==ue||ie!==I)&&r6(s,b,d,I),Ui=!1,ie=s.memoizedState,b.state=ie,To(s,d,b,x),ko();var ae=s.memoizedState;T!==ue||ie!==ae||Ui||a!==null&&a.dependencies!==null&&Au(a.dependencies)?(typeof R=="function"&&(nd(s,u,R,d),ae=s.memoizedState),(oe=Ui||n6(s,u,oe,d,ie,ae,I)||a!==null&&a.dependencies!==null&&Au(a.dependencies))?(re||typeof b.UNSAFE_componentWillUpdate!="function"&&typeof b.componentWillUpdate!="function"||(typeof b.componentWillUpdate=="function"&&b.componentWillUpdate(d,ae,I),typeof b.UNSAFE_componentWillUpdate=="function"&&b.UNSAFE_componentWillUpdate(d,ae,I)),typeof b.componentDidUpdate=="function"&&(s.flags|=4),typeof b.getSnapshotBeforeUpdate=="function"&&(s.flags|=1024)):(typeof b.componentDidUpdate!="function"||T===a.memoizedProps&&ie===a.memoizedState||(s.flags|=4),typeof b.getSnapshotBeforeUpdate!="function"||T===a.memoizedProps&&ie===a.memoizedState||(s.flags|=1024),s.memoizedProps=d,s.memoizedState=ae),b.props=d,b.state=ae,b.context=I,d=oe):(typeof b.componentDidUpdate!="function"||T===a.memoizedProps&&ie===a.memoizedState||(s.flags|=4),typeof b.getSnapshotBeforeUpdate!="function"||T===a.memoizedProps&&ie===a.memoizedState||(s.flags|=1024),d=!1)}return b=d,Hu(a,s),d=(s.flags&128)!==0,b||d?(b=s.stateNode,u=d&&typeof u.getDerivedStateFromError!="function"?null:b.render(),s.flags|=1,a!==null&&d?(s.child=Ua(s,a.child,null,x),s.child=Ua(s,null,u,x)):nn(a,s,u,x),s.memoizedState=b.state,a=s.child):a=di(a,s,x),a}function x6(a,s,u,d){return za(),s.flags|=256,nn(a,s,u,d),s.child}var sd={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function od(a){return{baseLanes:a,cachePool:s8()}}function cd(a,s,u){return a=a!==null?a.childLanes&~u:0,s&&(a|=Yn),a}function y6(a,s,u){var d=s.pendingProps,x=!1,b=(s.flags&128)!==0,T;if((T=b)||(T=a!==null&&a.memoizedState===null?!1:(Qt.current&2)!==0),T&&(x=!0,s.flags&=-129),T=(s.flags&32)!==0,s.flags&=-33,a===null){if(Be){if(x?Wi(s):Ki(),(a=mt)?(a=M4(a,cr),a=a!==null&&a.data!=="&"?a:null,a!==null&&(s.memoizedState={dehydrated:a,treeContext:Yi!==null?{id:Pr,overflow:jr}:null,retryLane:536870912,hydrationErrors:null},u=KO(a),u.return=s,s.child=u,en=s,mt=null)):a=null,a===null)throw Fi(s);return Bd(a)?s.lanes=32:s.lanes=536870912,null}var R=d.children;return d=d.fallback,x?(Ki(),x=s.mode,R=Yu({mode:"hidden",children:R},x),d=Xa(d,x,u,null),R.return=s,d.return=s,R.sibling=d,s.child=R,d=s.child,d.memoizedState=od(u),d.childLanes=cd(a,T,u),s.memoizedState=sd,Co(null,d)):(Wi(s),ud(s,R))}var I=a.memoizedState;if(I!==null&&(R=I.dehydrated,R!==null)){if(b)s.flags&256?(Wi(s),s.flags&=-257,s=fd(a,s,u)):s.memoizedState!==null?(Ki(),s.child=a.child,s.flags|=128,s=null):(Ki(),R=d.fallback,x=s.mode,d=Yu({mode:"visible",children:d.children},x),R=Xa(R,x,u,null),R.flags|=2,d.return=s,R.return=s,d.sibling=R,s.child=d,Ua(s,a.child,null,u),d=s.child,d.memoizedState=od(u),d.childLanes=cd(a,T,u),s.memoizedState=sd,s=Co(null,d));else if(Wi(s),Bd(R)){if(T=R.nextSibling&&R.nextSibling.dataset,T)var re=T.dgst;T=re,d=Error(r(419)),d.stack="",d.digest=T,yo({value:d,source:null,stack:null}),s=fd(a,s,u)}else if(Lt||Il(a,s,u,!1),T=(u&a.childLanes)!==0,Lt||T){if(T=ot,T!==null&&(d=wn(T,u),d!==0&&d!==I.retryLane))throw I.retryLane=d,Da(a,d),Qn(T,a,d),ad;Yd(R)||Ju(),s=fd(a,s,u)}else Yd(R)?(s.flags|=192,s.child=a.child,s=null):(a=I.treeContext,mt=fr(R.nextSibling),en=s,Be=!0,Bi=null,cr=!1,a!==null&&t8(s,a),s=ud(s,d.children),s.flags|=4096);return s}return x?(Ki(),R=d.fallback,x=s.mode,I=a.child,re=I.sibling,d=si(I,{mode:"hidden",children:d.children}),d.subtreeFlags=I.subtreeFlags&65011712,re!==null?R=si(re,R):(R=Xa(R,x,u,null),R.flags|=2),R.return=s,d.return=s,d.sibling=R,s.child=d,Co(null,d),d=s.child,R=a.child.memoizedState,R===null?R=od(u):(x=R.cachePool,x!==null?(I=Nt._currentValue,x=x.parent!==I?{parent:I,pool:I}:x):x=s8(),R={baseLanes:R.baseLanes|u,cachePool:x}),d.memoizedState=R,d.childLanes=cd(a,T,u),s.memoizedState=sd,Co(a.child,d)):(Wi(s),u=a.child,a=u.sibling,u=si(u,{mode:"visible",children:d.children}),u.return=s,u.sibling=null,a!==null&&(T=s.deletions,T===null?(s.deletions=[a],s.flags|=16):T.push(a)),s.child=u,s.memoizedState=null,u)}function ud(a,s){return s=Yu({mode:"visible",children:s},a.mode),s.return=a,a.child=s}function Yu(a,s){return a=Dn(22,a,null,s),a.lanes=0,a}function fd(a,s,u){return Ua(s,a.child,null,u),a=ud(s,s.pendingProps.children),a.flags|=2,s.memoizedState=null,a}function b6(a,s,u){a.lanes|=s;var d=a.alternate;d!==null&&(d.lanes|=s),Th(a.return,s,u)}function hd(a,s,u,d,x,b){var T=a.memoizedState;T===null?a.memoizedState={isBackwards:s,rendering:null,renderingStartTime:0,last:d,tail:u,tailMode:x,treeForkCount:b}:(T.isBackwards=s,T.rendering=null,T.renderingStartTime=0,T.last=d,T.tail=u,T.tailMode=x,T.treeForkCount=b)}function v6(a,s,u){var d=s.pendingProps,x=d.revealOrder,b=d.tail;d=d.children;var T=Qt.current,R=(T&2)!==0;if(R?(T=T&1|2,s.flags|=128):T&=1,X(Qt,T),nn(a,s,d,u),d=Be?xo:0,!R&&a!==null&&(a.flags&128)!==0)e:for(a=s.child;a!==null;){if(a.tag===13)a.memoizedState!==null&&b6(a,u,s);else if(a.tag===19)b6(a,u,s);else if(a.child!==null){a.child.return=a,a=a.child;continue}if(a===s)break e;for(;a.sibling===null;){if(a.return===null||a.return===s)break e;a=a.return}a.sibling.return=a.return,a=a.sibling}switch(x){case"forwards":for(u=s.child,x=null;u!==null;)a=u.alternate,a!==null&&Zu(a)===null&&(x=u),u=u.sibling;u=x,u===null?(x=s.child,s.child=null):(x=u.sibling,u.sibling=null),hd(s,!1,x,u,b,d);break;case"backwards":case"unstable_legacy-backwards":for(u=null,x=s.child,s.child=null;x!==null;){if(a=x.alternate,a!==null&&Zu(a)===null){s.child=x;break}a=x.sibling,x.sibling=u,u=x,x=a}hd(s,!0,u,null,b,d);break;case"together":hd(s,!1,null,null,void 0,d);break;default:s.memoizedState=null}return s.child}function di(a,s,u){if(a!==null&&(s.dependencies=a.dependencies),ta|=s.lanes,(u&s.childLanes)===0)if(a!==null){if(Il(a,s,u,!1),(u&s.childLanes)===0)return null}else return null;if(a!==null&&s.child!==a.child)throw Error(r(153));if(s.child!==null){for(a=s.child,u=si(a,a.pendingProps),s.child=u,u.return=s;a.sibling!==null;)a=a.sibling,u=u.sibling=si(a,a.pendingProps),u.return=s;u.sibling=null}return s.child}function dd(a,s){return(a.lanes&s)!==0?!0:(a=a.dependencies,!!(a!==null&&Au(a)))}function dk(a,s,u){switch(s.tag){case 3:ge(s,s.stateNode.containerInfo),qi(s,Nt,a.memoizedState.cache),za();break;case 27:case 5:Me(s);break;case 4:ge(s,s.stateNode.containerInfo);break;case 10:qi(s,s.type,s.memoizedProps.value);break;case 31:if(s.memoizedState!==null)return s.flags|=128,Lh(s),null;break;case 13:var d=s.memoizedState;if(d!==null)return d.dehydrated!==null?(Wi(s),s.flags|=128,null):(u&s.child.childLanes)!==0?y6(a,s,u):(Wi(s),a=di(a,s,u),a!==null?a.sibling:null);Wi(s);break;case 19:var x=(a.flags&128)!==0;if(d=(u&s.childLanes)!==0,d||(Il(a,s,u,!1),d=(u&s.childLanes)!==0),x){if(d)return v6(a,s,u);s.flags|=128}if(x=s.memoizedState,x!==null&&(x.rendering=null,x.tail=null,x.lastEffect=null),X(Qt,Qt.current),d)break;return null;case 22:return s.lanes=0,d6(a,s,u,s.pendingProps);case 24:qi(s,Nt,a.memoizedState.cache)}return di(a,s,u)}function S6(a,s,u){if(a!==null)if(a.memoizedProps!==s.pendingProps)Lt=!0;else{if(!dd(a,u)&&(s.flags&128)===0)return Lt=!1,dk(a,s,u);Lt=(a.flags&131072)!==0}else Lt=!1,Be&&(s.flags&1048576)!==0&&e8(s,xo,s.index);switch(s.lanes=0,s.tag){case 16:e:{var d=s.pendingProps;if(a=Fa(s.elementType),s.type=a,typeof a=="function")xh(a)?(d=Ga(a,d),s.tag=1,s=O6(null,s,a,d,u)):(s.tag=0,s=ld(null,s,a,d,u));else{if(a!=null){var x=a.$$typeof;if(x===C){s.tag=11,s=u6(null,s,a,d,u);break e}else if(x===Z){s.tag=14,s=f6(null,s,a,d,u);break e}}throw s=te(a)||a,Error(r(306,s,""))}}return s;case 0:return ld(a,s,s.type,s.pendingProps,u);case 1:return d=s.type,x=Ga(d,s.pendingProps),O6(a,s,d,x,u);case 3:e:{if(ge(s,s.stateNode.containerInfo),a===null)throw Error(r(387));d=s.pendingProps;var b=s.memoizedState;x=b.element,Ph(a,s),To(s,d,null,u);var T=s.memoizedState;if(d=T.cache,qi(s,Nt,d),d!==b.cache&&Mh(s,[Nt],u,!0),ko(),d=T.element,b.isDehydrated)if(b={element:d,isDehydrated:!1,cache:T.cache},s.updateQueue.baseState=b,s.memoizedState=b,s.flags&256){s=x6(a,s,d,u);break e}else if(d!==x){x=lr(Error(r(424)),s),yo(x),s=x6(a,s,d,u);break e}else{switch(a=s.stateNode.containerInfo,a.nodeType){case 9:a=a.body;break;default:a=a.nodeName==="HTML"?a.ownerDocument.body:a}for(mt=fr(a.firstChild),en=s,Be=!0,Bi=null,cr=!0,u=d8(s,null,d,u),s.child=u;u;)u.flags=u.flags&-3|4096,u=u.sibling}else{if(za(),d===x){s=di(a,s,u);break e}nn(a,s,d,u)}s=s.child}return s;case 26:return Hu(a,s),a===null?(u=P4(s.type,null,s.pendingProps,null))?s.memoizedState=u:Be||(u=s.type,a=s.pendingProps,d=l0(le.current).createElement(u),d[Jt]=s,d[An]=a,rn(d,u,a),qt(d),s.stateNode=d):s.memoizedState=P4(s.type,a.memoizedProps,s.pendingProps,a.memoizedState),null;case 27:return Me(s),a===null&&Be&&(d=s.stateNode=Q4(s.type,s.pendingProps,le.current),en=s,cr=!0,x=mt,la(s.type)?(Fd=x,mt=fr(d.firstChild)):mt=x),nn(a,s,s.pendingProps.children,u),Hu(a,s),a===null&&(s.flags|=4194304),s.child;case 5:return a===null&&Be&&((x=d=mt)&&(d=Hk(d,s.type,s.pendingProps,cr),d!==null?(s.stateNode=d,en=s,mt=fr(d.firstChild),cr=!1,x=!0):x=!1),x||Fi(s)),Me(s),x=s.type,b=s.pendingProps,T=a!==null?a.memoizedProps:null,d=b.children,Xd(x,b)?d=null:T!==null&&Xd(x,T)&&(s.flags|=32),s.memoizedState!==null&&(x=Dh(a,s,ik,null,null,u),Fo._currentValue=x),Hu(a,s),nn(a,s,d,u),s.child;case 6:return a===null&&Be&&((a=u=mt)&&(u=Yk(u,s.pendingProps,cr),u!==null?(s.stateNode=u,en=s,mt=null,a=!0):a=!1),a||Fi(s)),null;case 13:return y6(a,s,u);case 4:return ge(s,s.stateNode.containerInfo),d=s.pendingProps,a===null?s.child=Ua(s,null,d,u):nn(a,s,d,u),s.child;case 11:return u6(a,s,s.type,s.pendingProps,u);case 7:return nn(a,s,s.pendingProps,u),s.child;case 8:return nn(a,s,s.pendingProps.children,u),s.child;case 12:return nn(a,s,s.pendingProps.children,u),s.child;case 10:return d=s.pendingProps,qi(s,s.type,d.value),nn(a,s,d.children,u),s.child;case 9:return x=s.type._context,d=s.pendingProps.children,Ya(s),x=tn(x),d=d(x),s.flags|=1,nn(a,s,d,u),s.child;case 14:return f6(a,s,s.type,s.pendingProps,u);case 15:return h6(a,s,s.type,s.pendingProps,u);case 19:return v6(a,s,u);case 31:return hk(a,s,u);case 22:return d6(a,s,u,s.pendingProps);case 24:return Ya(s),d=tn(Nt),a===null?(x=Qh(),x===null&&(x=ot,b=Eh(),x.pooledCache=b,b.refCount++,b!==null&&(x.pooledCacheLanes|=u),x=b),s.memoizedState={parent:d,cache:x},Zh(s),qi(s,Nt,x)):((a.lanes&u)!==0&&(Ph(a,s),To(s,null,null,u),ko()),x=a.memoizedState,b=s.memoizedState,x.parent!==d?(x={parent:d,cache:d},s.memoizedState=x,s.lanes===0&&(s.memoizedState=s.updateQueue.baseState=x),qi(s,Nt,d)):(d=b.cache,qi(s,Nt,d),d!==x.cache&&Mh(s,[Nt],u,!0))),nn(a,s,s.pendingProps.children,u),s.child;case 29:throw s.pendingProps}throw Error(r(156,s.tag))}function mi(a){a.flags|=4}function md(a,s,u,d,x){if((s=(a.mode&32)!==0)&&(s=!1),s){if(a.flags|=16777216,(x&335544128)===x)if(a.stateNode.complete)a.flags|=8192;else if(I6())a.flags|=8192;else throw qa=Eu,Ch}else a.flags&=-16777217}function w6(a,s){if(s.type!=="stylesheet"||(s.state.loading&4)!==0)a.flags&=-16777217;else if(a.flags|=16777216,!L4(s))if(I6())a.flags|=8192;else throw qa=Eu,Ch}function Bu(a,s){s!==null&&(a.flags|=4),a.flags&16384&&(s=a.tag!==22?Ra():536870912,a.lanes|=s,ss|=s)}function Zo(a,s){if(!Be)switch(a.tailMode){case"hidden":s=a.tail;for(var u=null;s!==null;)s.alternate!==null&&(u=s),s=s.sibling;u===null?a.tail=null:u.sibling=null;break;case"collapsed":u=a.tail;for(var d=null;u!==null;)u.alternate!==null&&(d=u),u=u.sibling;d===null?s||a.tail===null?a.tail=null:a.tail.sibling=null:d.sibling=null}}function pt(a){var s=a.alternate!==null&&a.alternate.child===a.child,u=0,d=0;if(s)for(var x=a.child;x!==null;)u|=x.lanes|x.childLanes,d|=x.subtreeFlags&65011712,d|=x.flags&65011712,x.return=a,x=x.sibling;else for(x=a.child;x!==null;)u|=x.lanes|x.childLanes,d|=x.subtreeFlags,d|=x.flags,x.return=a,x=x.sibling;return a.subtreeFlags|=d,a.childLanes=u,s}function mk(a,s,u){var d=s.pendingProps;switch(Sh(s),s.tag){case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return pt(s),null;case 1:return pt(s),null;case 3:return u=s.stateNode,d=null,a!==null&&(d=a.memoizedState.cache),s.memoizedState.cache!==d&&(s.flags|=2048),ui(Nt),de(),u.pendingContext&&(u.context=u.pendingContext,u.pendingContext=null),(a===null||a.child===null)&&(Ul(s)?mi(s):a===null||a.memoizedState.isDehydrated&&(s.flags&256)===0||(s.flags|=1024,Ah())),pt(s),null;case 26:var x=s.type,b=s.memoizedState;return a===null?(mi(s),b!==null?(pt(s),w6(s,b)):(pt(s),md(s,x,null,d,u))):b?b!==a.memoizedState?(mi(s),pt(s),w6(s,b)):(pt(s),s.flags&=-16777217):(a=a.memoizedProps,a!==d&&mi(s),pt(s),md(s,x,a,d,u)),null;case 27:if(Fe(s),u=le.current,x=s.type,a!==null&&s.stateNode!=null)a.memoizedProps!==d&&mi(s);else{if(!d){if(s.stateNode===null)throw Error(r(166));return pt(s),null}a=U.current,Ul(s)?n8(s):(a=Q4(x,d,u),s.stateNode=a,mi(s))}return pt(s),null;case 5:if(Fe(s),x=s.type,a!==null&&s.stateNode!=null)a.memoizedProps!==d&&mi(s);else{if(!d){if(s.stateNode===null)throw Error(r(166));return pt(s),null}if(b=U.current,Ul(s))n8(s);else{var T=l0(le.current);switch(b){case 1:b=T.createElementNS("http://www.w3.org/2000/svg",x);break;case 2:b=T.createElementNS("http://www.w3.org/1998/Math/MathML",x);break;default:switch(x){case"svg":b=T.createElementNS("http://www.w3.org/2000/svg",x);break;case"math":b=T.createElementNS("http://www.w3.org/1998/Math/MathML",x);break;case"script":b=T.createElement("div"),b.innerHTML="<script><\/script>",b=b.removeChild(b.firstChild);break;case"select":b=typeof d.is=="string"?T.createElement("select",{is:d.is}):T.createElement("select"),d.multiple?b.multiple=!0:d.size&&(b.size=d.size);break;default:b=typeof d.is=="string"?T.createElement(x,{is:d.is}):T.createElement(x)}}b[Jt]=s,b[An]=d;e:for(T=s.child;T!==null;){if(T.tag===5||T.tag===6)b.appendChild(T.stateNode);else if(T.tag!==4&&T.tag!==27&&T.child!==null){T.child.return=T,T=T.child;continue}if(T===s)break e;for(;T.sibling===null;){if(T.return===null||T.return===s)break e;T=T.return}T.sibling.return=T.return,T=T.sibling}s.stateNode=b;e:switch(rn(b,x,d),x){case"button":case"input":case"select":case"textarea":d=!!d.autoFocus;break e;case"img":d=!0;break e;default:d=!1}d&&mi(s)}}return pt(s),md(s,s.type,a===null?null:a.memoizedProps,s.pendingProps,u),null;case 6:if(a&&s.stateNode!=null)a.memoizedProps!==d&&mi(s);else{if(typeof d!="string"&&s.stateNode===null)throw Error(r(166));if(a=le.current,Ul(s)){if(a=s.stateNode,u=s.memoizedProps,d=null,x=en,x!==null)switch(x.tag){case 27:case 5:d=x.memoizedProps}a[Jt]=s,a=!!(a.nodeValue===u||d!==null&&d.suppressHydrationWarning===!0||y4(a.nodeValue,u)),a||Fi(s,!0)}else a=l0(a).createTextNode(d),a[Jt]=s,s.stateNode=a}return pt(s),null;case 31:if(u=s.memoizedState,a===null||a.memoizedState!==null){if(d=Ul(s),u!==null){if(a===null){if(!d)throw Error(r(318));if(a=s.memoizedState,a=a!==null?a.dehydrated:null,!a)throw Error(r(557));a[Jt]=s}else za(),(s.flags&128)===0&&(s.memoizedState=null),s.flags|=4;pt(s),a=!1}else u=Ah(),a!==null&&a.memoizedState!==null&&(a.memoizedState.hydrationErrors=u),a=!0;if(!a)return s.flags&256?(zn(s),s):(zn(s),null);if((s.flags&128)!==0)throw Error(r(558))}return pt(s),null;case 13:if(d=s.memoizedState,a===null||a.memoizedState!==null&&a.memoizedState.dehydrated!==null){if(x=Ul(s),d!==null&&d.dehydrated!==null){if(a===null){if(!x)throw Error(r(318));if(x=s.memoizedState,x=x!==null?x.dehydrated:null,!x)throw Error(r(317));x[Jt]=s}else za(),(s.flags&128)===0&&(s.memoizedState=null),s.flags|=4;pt(s),x=!1}else x=Ah(),a!==null&&a.memoizedState!==null&&(a.memoizedState.hydrationErrors=x),x=!0;if(!x)return s.flags&256?(zn(s),s):(zn(s),null)}return zn(s),(s.flags&128)!==0?(s.lanes=u,s):(u=d!==null,a=a!==null&&a.memoizedState!==null,u&&(d=s.child,x=null,d.alternate!==null&&d.alternate.memoizedState!==null&&d.alternate.memoizedState.cachePool!==null&&(x=d.alternate.memoizedState.cachePool.pool),b=null,d.memoizedState!==null&&d.memoizedState.cachePool!==null&&(b=d.memoizedState.cachePool.pool),b!==x&&(d.flags|=2048)),u!==a&&u&&(s.child.flags|=8192),Bu(s,s.updateQueue),pt(s),null);case 4:return de(),a===null&&Nd(s.stateNode.containerInfo),pt(s),null;case 10:return ui(s.type),pt(s),null;case 19:if(P(Qt),d=s.memoizedState,d===null)return pt(s),null;if(x=(s.flags&128)!==0,b=d.rendering,b===null)if(x)Zo(d,!1);else{if(wt!==0||a!==null&&(a.flags&128)!==0)for(a=s.child;a!==null;){if(b=Zu(a),b!==null){for(s.flags|=128,Zo(d,!1),a=b.updateQueue,s.updateQueue=a,Bu(s,a),s.subtreeFlags=0,a=u,u=s.child;u!==null;)WO(u,a),u=u.sibling;return X(Qt,Qt.current&1|2),Be&&oi(s,d.treeForkCount),s.child}a=a.sibling}d.tail!==null&&Qe()>Gu&&(s.flags|=128,x=!0,Zo(d,!1),s.lanes=4194304)}else{if(!x)if(a=Zu(b),a!==null){if(s.flags|=128,x=!0,a=a.updateQueue,s.updateQueue=a,Bu(s,a),Zo(d,!0),d.tail===null&&d.tailMode==="hidden"&&!b.alternate&&!Be)return pt(s),null}else 2*Qe()-d.renderingStartTime>Gu&&u!==536870912&&(s.flags|=128,x=!0,Zo(d,!1),s.lanes=4194304);d.isBackwards?(b.sibling=s.child,s.child=b):(a=d.last,a!==null?a.sibling=b:s.child=b,d.last=b)}return d.tail!==null?(a=d.tail,d.rendering=a,d.tail=a.sibling,d.renderingStartTime=Qe(),a.sibling=null,u=Qt.current,X(Qt,x?u&1|2:u&1),Be&&oi(s,d.treeForkCount),a):(pt(s),null);case 22:case 23:return zn(s),Vh(),d=s.memoizedState!==null,a!==null?a.memoizedState!==null!==d&&(s.flags|=8192):d&&(s.flags|=8192),d?(u&536870912)!==0&&(s.flags&128)===0&&(pt(s),s.subtreeFlags&6&&(s.flags|=8192)):pt(s),u=s.updateQueue,u!==null&&Bu(s,u.retryQueue),u=null,a!==null&&a.memoizedState!==null&&a.memoizedState.cachePool!==null&&(u=a.memoizedState.cachePool.pool),d=null,s.memoizedState!==null&&s.memoizedState.cachePool!==null&&(d=s.memoizedState.cachePool.pool),d!==u&&(s.flags|=2048),a!==null&&P(Ba),null;case 24:return u=null,a!==null&&(u=a.memoizedState.cache),s.memoizedState.cache!==u&&(s.flags|=2048),ui(Nt),pt(s),null;case 25:return null;case 30:return null}throw Error(r(156,s.tag))}function pk(a,s){switch(Sh(s),s.tag){case 1:return a=s.flags,a&65536?(s.flags=a&-65537|128,s):null;case 3:return ui(Nt),de(),a=s.flags,(a&65536)!==0&&(a&128)===0?(s.flags=a&-65537|128,s):null;case 26:case 27:case 5:return Fe(s),null;case 31:if(s.memoizedState!==null){if(zn(s),s.alternate===null)throw Error(r(340));za()}return a=s.flags,a&65536?(s.flags=a&-65537|128,s):null;case 13:if(zn(s),a=s.memoizedState,a!==null&&a.dehydrated!==null){if(s.alternate===null)throw Error(r(340));za()}return a=s.flags,a&65536?(s.flags=a&-65537|128,s):null;case 19:return P(Qt),null;case 4:return de(),null;case 10:return ui(s.type),null;case 22:case 23:return zn(s),Vh(),a!==null&&P(Ba),a=s.flags,a&65536?(s.flags=a&-65537|128,s):null;case 24:return ui(Nt),null;case 25:return null;default:return null}}function A6(a,s){switch(Sh(s),s.tag){case 3:ui(Nt),de();break;case 26:case 27:case 5:Fe(s);break;case 4:de();break;case 31:s.memoizedState!==null&&zn(s);break;case 13:zn(s);break;case 19:P(Qt);break;case 10:ui(s.type);break;case 22:case 23:zn(s),Vh(),a!==null&&P(Ba);break;case 24:ui(Nt)}}function Po(a,s){try{var u=s.updateQueue,d=u!==null?u.lastEffect:null;if(d!==null){var x=d.next;u=x;do{if((u.tag&a)===a){d=void 0;var b=u.create,T=u.inst;d=b(),T.destroy=d}u=u.next}while(u!==x)}}catch(R){rt(s,s.return,R)}}function Ji(a,s,u){try{var d=s.updateQueue,x=d!==null?d.lastEffect:null;if(x!==null){var b=x.next;d=b;do{if((d.tag&a)===a){var T=d.inst,R=T.destroy;if(R!==void 0){T.destroy=void 0,x=s;var I=u,re=R;try{re()}catch(oe){rt(x,I,oe)}}}d=d.next}while(d!==b)}}catch(oe){rt(s,s.return,oe)}}function k6(a){var s=a.updateQueue;if(s!==null){var u=a.stateNode;try{p8(s,u)}catch(d){rt(a,a.return,d)}}}function T6(a,s,u){u.props=Ga(a.type,a.memoizedProps),u.state=a.memoizedState;try{u.componentWillUnmount()}catch(d){rt(a,s,d)}}function jo(a,s){try{var u=a.ref;if(u!==null){switch(a.tag){case 26:case 27:case 5:var d=a.stateNode;break;case 30:d=a.stateNode;break;default:d=a.stateNode}typeof u=="function"?a.refCleanup=u(d):u.current=d}}catch(x){rt(a,s,x)}}function Rr(a,s){var u=a.ref,d=a.refCleanup;if(u!==null)if(typeof d=="function")try{d()}catch(x){rt(a,s,x)}finally{a.refCleanup=null,a=a.alternate,a!=null&&(a.refCleanup=null)}else if(typeof u=="function")try{u(null)}catch(x){rt(a,s,x)}else u.current=null}function M6(a){var s=a.type,u=a.memoizedProps,d=a.stateNode;try{e:switch(s){case"button":case"input":case"select":case"textarea":u.autoFocus&&d.focus();break e;case"img":u.src?d.src=u.src:u.srcSet&&(d.srcset=u.srcSet)}}catch(x){rt(a,a.return,x)}}function pd(a,s,u){try{var d=a.stateNode;Vk(d,a.type,u,s),d[An]=s}catch(x){rt(a,a.return,x)}}function E6(a){return a.tag===5||a.tag===3||a.tag===26||a.tag===27&&la(a.type)||a.tag===4}function gd(a){e:for(;;){for(;a.sibling===null;){if(a.return===null||E6(a.return))return null;a=a.return}for(a.sibling.return=a.return,a=a.sibling;a.tag!==5&&a.tag!==6&&a.tag!==18;){if(a.tag===27&&la(a.type)||a.flags&2||a.child===null||a.tag===4)continue e;a.child.return=a,a=a.child}if(!(a.flags&2))return a.stateNode}}function Od(a,s,u){var d=a.tag;if(d===5||d===6)a=a.stateNode,s?(u.nodeType===9?u.body:u.nodeName==="HTML"?u.ownerDocument.body:u).insertBefore(a,s):(s=u.nodeType===9?u.body:u.nodeName==="HTML"?u.ownerDocument.body:u,s.appendChild(a),u=u._reactRootContainer,u!=null||s.onclick!==null||(s.onclick=ai));else if(d!==4&&(d===27&&la(a.type)&&(u=a.stateNode,s=null),a=a.child,a!==null))for(Od(a,s,u),a=a.sibling;a!==null;)Od(a,s,u),a=a.sibling}function Fu(a,s,u){var d=a.tag;if(d===5||d===6)a=a.stateNode,s?u.insertBefore(a,s):u.appendChild(a);else if(d!==4&&(d===27&&la(a.type)&&(u=a.stateNode),a=a.child,a!==null))for(Fu(a,s,u),a=a.sibling;a!==null;)Fu(a,s,u),a=a.sibling}function $6(a){var s=a.stateNode,u=a.memoizedProps;try{for(var d=a.type,x=s.attributes;x.length;)s.removeAttributeNode(x[0]);rn(s,d,u),s[Jt]=a,s[An]=u}catch(b){rt(a,a.return,b)}}var pi=!1,_t=!1,xd=!1,Q6=typeof WeakSet=="function"?WeakSet:Set,Ut=null;function gk(a,s){if(a=a.containerInfo,_d=d0,a=zO(a),fh(a)){if("selectionStart"in a)var u={start:a.selectionStart,end:a.selectionEnd};else e:{u=(u=a.ownerDocument)&&u.defaultView||window;var d=u.getSelection&&u.getSelection();if(d&&d.rangeCount!==0){u=d.anchorNode;var x=d.anchorOffset,b=d.focusNode;d=d.focusOffset;try{u.nodeType,b.nodeType}catch{u=null;break e}var T=0,R=-1,I=-1,re=0,oe=0,ue=a,ie=null;t:for(;;){for(var ae;ue!==u||x!==0&&ue.nodeType!==3||(R=T+x),ue!==b||d!==0&&ue.nodeType!==3||(I=T+d),ue.nodeType===3&&(T+=ue.nodeValue.length),(ae=ue.firstChild)!==null;)ie=ue,ue=ae;for(;;){if(ue===a)break t;if(ie===u&&++re===x&&(R=T),ie===b&&++oe===d&&(I=T),(ae=ue.nextSibling)!==null)break;ue=ie,ie=ue.parentNode}ue=ae}u=R===-1||I===-1?null:{start:R,end:I}}else u=null}u=u||{start:0,end:0}}else u=null;for(Dd={focusedElem:a,selectionRange:u},d0=!1,Ut=s;Ut!==null;)if(s=Ut,a=s.child,(s.subtreeFlags&1028)!==0&&a!==null)a.return=s,Ut=a;else for(;Ut!==null;){switch(s=Ut,b=s.alternate,a=s.flags,s.tag){case 0:if((a&4)!==0&&(a=s.updateQueue,a=a!==null?a.events:null,a!==null))for(u=0;u<a.length;u++)x=a[u],x.ref.impl=x.nextImpl;break;case 11:case 15:break;case 1:if((a&1024)!==0&&b!==null){a=void 0,u=s,x=b.memoizedProps,b=b.memoizedState,d=u.stateNode;try{var ye=Ga(u.type,x);a=d.getSnapshotBeforeUpdate(ye,b),d.__reactInternalSnapshotBeforeUpdate=a}catch($e){rt(u,u.return,$e)}}break;case 3:if((a&1024)!==0){if(a=s.stateNode.containerInfo,u=a.nodeType,u===9)Hd(a);else if(u===1)switch(a.nodeName){case"HEAD":case"HTML":case"BODY":Hd(a);break;default:a.textContent=""}}break;case 5:case 26:case 27:case 6:case 4:case 17:break;default:if((a&1024)!==0)throw Error(r(163))}if(a=s.sibling,a!==null){a.return=s.return,Ut=a;break}Ut=s.return}}function C6(a,s,u){var d=u.flags;switch(u.tag){case 0:case 11:case 15:Oi(a,u),d&4&&Po(5,u);break;case 1:if(Oi(a,u),d&4)if(a=u.stateNode,s===null)try{a.componentDidMount()}catch(T){rt(u,u.return,T)}else{var x=Ga(u.type,s.memoizedProps);s=s.memoizedState;try{a.componentDidUpdate(x,s,a.__reactInternalSnapshotBeforeUpdate)}catch(T){rt(u,u.return,T)}}d&64&&k6(u),d&512&&jo(u,u.return);break;case 3:if(Oi(a,u),d&64&&(a=u.updateQueue,a!==null)){if(s=null,u.child!==null)switch(u.child.tag){case 27:case 5:s=u.child.stateNode;break;case 1:s=u.child.stateNode}try{p8(a,s)}catch(T){rt(u,u.return,T)}}break;case 27:s===null&&d&4&&$6(u);case 26:case 5:Oi(a,u),s===null&&d&4&&M6(u),d&512&&jo(u,u.return);break;case 12:Oi(a,u);break;case 31:Oi(a,u),d&4&&j6(a,u);break;case 13:Oi(a,u),d&4&&R6(a,u),d&64&&(a=u.memoizedState,a!==null&&(a=a.dehydrated,a!==null&&(u=kk.bind(null,u),Bk(a,u))));break;case 22:if(d=u.memoizedState!==null||pi,!d){s=s!==null&&s.memoizedState!==null||_t,x=pi;var b=_t;pi=d,(_t=s)&&!b?xi(a,u,(u.subtreeFlags&8772)!==0):Oi(a,u),pi=x,_t=b}break;case 30:break;default:Oi(a,u)}}function Z6(a){var s=a.alternate;s!==null&&(a.alternate=null,Z6(s)),a.child=null,a.deletions=null,a.sibling=null,a.tag===5&&(s=a.stateNode,s!==null&&Uf(s)),a.stateNode=null,a.return=null,a.dependencies=null,a.memoizedProps=null,a.memoizedState=null,a.pendingProps=null,a.stateNode=null,a.updateQueue=null}var gt=null,Tn=!1;function gi(a,s,u){for(u=u.child;u!==null;)P6(a,s,u),u=u.sibling}function P6(a,s,u){if($t&&typeof $t.onCommitFiberUnmount=="function")try{$t.onCommitFiberUnmount(er,u)}catch{}switch(u.tag){case 26:_t||Rr(u,s),gi(a,s,u),u.memoizedState?u.memoizedState.count--:u.stateNode&&(u=u.stateNode,u.parentNode.removeChild(u));break;case 27:_t||Rr(u,s);var d=gt,x=Tn;la(u.type)&&(gt=u.stateNode,Tn=!1),gi(a,s,u),Ho(u.stateNode),gt=d,Tn=x;break;case 5:_t||Rr(u,s);case 6:if(d=gt,x=Tn,gt=null,gi(a,s,u),gt=d,Tn=x,gt!==null)if(Tn)try{(gt.nodeType===9?gt.body:gt.nodeName==="HTML"?gt.ownerDocument.body:gt).removeChild(u.stateNode)}catch(b){rt(u,s,b)}else try{gt.removeChild(u.stateNode)}catch(b){rt(u,s,b)}break;case 18:gt!==null&&(Tn?(a=gt,k4(a.nodeType===9?a.body:a.nodeName==="HTML"?a.ownerDocument.body:a,u.stateNode),ps(a)):k4(gt,u.stateNode));break;case 4:d=gt,x=Tn,gt=u.stateNode.containerInfo,Tn=!0,gi(a,s,u),gt=d,Tn=x;break;case 0:case 11:case 14:case 15:Ji(2,u,s),_t||Ji(4,u,s),gi(a,s,u);break;case 1:_t||(Rr(u,s),d=u.stateNode,typeof d.componentWillUnmount=="function"&&T6(u,s,d)),gi(a,s,u);break;case 21:gi(a,s,u);break;case 22:_t=(d=_t)||u.memoizedState!==null,gi(a,s,u),_t=d;break;default:gi(a,s,u)}}function j6(a,s){if(s.memoizedState===null&&(a=s.alternate,a!==null&&(a=a.memoizedState,a!==null))){a=a.dehydrated;try{ps(a)}catch(u){rt(s,s.return,u)}}}function R6(a,s){if(s.memoizedState===null&&(a=s.alternate,a!==null&&(a=a.memoizedState,a!==null&&(a=a.dehydrated,a!==null))))try{ps(a)}catch(u){rt(s,s.return,u)}}function Ok(a){switch(a.tag){case 31:case 13:case 19:var s=a.stateNode;return s===null&&(s=a.stateNode=new Q6),s;case 22:return a=a.stateNode,s=a._retryCache,s===null&&(s=a._retryCache=new Q6),s;default:throw Error(r(435,a.tag))}}function qu(a,s){var u=Ok(a);s.forEach(function(d){if(!u.has(d)){u.add(d);var x=Tk.bind(null,a,d);d.then(x,x)}})}function Mn(a,s){var u=s.deletions;if(u!==null)for(var d=0;d<u.length;d++){var x=u[d],b=a,T=s,R=T;e:for(;R!==null;){switch(R.tag){case 27:if(la(R.type)){gt=R.stateNode,Tn=!1;break e}break;case 5:gt=R.stateNode,Tn=!1;break e;case 3:case 4:gt=R.stateNode.containerInfo,Tn=!0;break e}R=R.return}if(gt===null)throw Error(r(160));P6(b,T,x),gt=null,Tn=!1,b=x.alternate,b!==null&&(b.return=null),x.return=null}if(s.subtreeFlags&13886)for(s=s.child;s!==null;)N6(s,a),s=s.sibling}var yr=null;function N6(a,s){var u=a.alternate,d=a.flags;switch(a.tag){case 0:case 11:case 14:case 15:Mn(s,a),En(a),d&4&&(Ji(3,a,a.return),Po(3,a),Ji(5,a,a.return));break;case 1:Mn(s,a),En(a),d&512&&(_t||u===null||Rr(u,u.return)),d&64&&pi&&(a=a.updateQueue,a!==null&&(d=a.callbacks,d!==null&&(u=a.shared.hiddenCallbacks,a.shared.hiddenCallbacks=u===null?d:u.concat(d))));break;case 26:var x=yr;if(Mn(s,a),En(a),d&512&&(_t||u===null||Rr(u,u.return)),d&4){var b=u!==null?u.memoizedState:null;if(d=a.memoizedState,u===null)if(d===null)if(a.stateNode===null){e:{d=a.type,u=a.memoizedProps,x=x.ownerDocument||x;t:switch(d){case"title":b=x.getElementsByTagName("title")[0],(!b||b[lo]||b[Jt]||b.namespaceURI==="http://www.w3.org/2000/svg"||b.hasAttribute("itemprop"))&&(b=x.createElement(d),x.head.insertBefore(b,x.querySelector("head > title"))),rn(b,d,u),b[Jt]=a,qt(b),d=b;break e;case"link":var T=N4("link","href",x).get(d+(u.href||""));if(T){for(var R=0;R<T.length;R++)if(b=T[R],b.getAttribute("href")===(u.href==null||u.href===""?null:u.href)&&b.getAttribute("rel")===(u.rel==null?null:u.rel)&&b.getAttribute("title")===(u.title==null?null:u.title)&&b.getAttribute("crossorigin")===(u.crossOrigin==null?null:u.crossOrigin)){T.splice(R,1);break t}}b=x.createElement(d),rn(b,d,u),x.head.appendChild(b);break;case"meta":if(T=N4("meta","content",x).get(d+(u.content||""))){for(R=0;R<T.length;R++)if(b=T[R],b.getAttribute("content")===(u.content==null?null:""+u.content)&&b.getAttribute("name")===(u.name==null?null:u.name)&&b.getAttribute("property")===(u.property==null?null:u.property)&&b.getAttribute("http-equiv")===(u.httpEquiv==null?null:u.httpEquiv)&&b.getAttribute("charset")===(u.charSet==null?null:u.charSet)){T.splice(R,1);break t}}b=x.createElement(d),rn(b,d,u),x.head.appendChild(b);break;default:throw Error(r(468,d))}b[Jt]=a,qt(b),d=b}a.stateNode=d}else V4(x,a.type,a.stateNode);else a.stateNode=R4(x,d,a.memoizedProps);else b!==d?(b===null?u.stateNode!==null&&(u=u.stateNode,u.parentNode.removeChild(u)):b.count--,d===null?V4(x,a.type,a.stateNode):R4(x,d,a.memoizedProps)):d===null&&a.stateNode!==null&&pd(a,a.memoizedProps,u.memoizedProps)}break;case 27:Mn(s,a),En(a),d&512&&(_t||u===null||Rr(u,u.return)),u!==null&&d&4&&pd(a,a.memoizedProps,u.memoizedProps);break;case 5:if(Mn(s,a),En(a),d&512&&(_t||u===null||Rr(u,u.return)),a.flags&32){x=a.stateNode;try{Ll(x,"")}catch(ye){rt(a,a.return,ye)}}d&4&&a.stateNode!=null&&(x=a.memoizedProps,pd(a,x,u!==null?u.memoizedProps:x)),d&1024&&(xd=!0);break;case 6:if(Mn(s,a),En(a),d&4){if(a.stateNode===null)throw Error(r(162));d=a.memoizedProps,u=a.stateNode;try{u.nodeValue=d}catch(ye){rt(a,a.return,ye)}}break;case 3:if(c0=null,x=yr,yr=s0(s.containerInfo),Mn(s,a),yr=x,En(a),d&4&&u!==null&&u.memoizedState.isDehydrated)try{ps(s.containerInfo)}catch(ye){rt(a,a.return,ye)}xd&&(xd=!1,V6(a));break;case 4:d=yr,yr=s0(a.stateNode.containerInfo),Mn(s,a),En(a),yr=d;break;case 12:Mn(s,a),En(a);break;case 31:Mn(s,a),En(a),d&4&&(d=a.updateQueue,d!==null&&(a.updateQueue=null,qu(a,d)));break;case 13:Mn(s,a),En(a),a.child.flags&8192&&a.memoizedState!==null!=(u!==null&&u.memoizedState!==null)&&(Iu=Qe()),d&4&&(d=a.updateQueue,d!==null&&(a.updateQueue=null,qu(a,d)));break;case 22:x=a.memoizedState!==null;var I=u!==null&&u.memoizedState!==null,re=pi,oe=_t;if(pi=re||x,_t=oe||I,Mn(s,a),_t=oe,pi=re,En(a),d&8192)e:for(s=a.stateNode,s._visibility=x?s._visibility&-2:s._visibility|1,x&&(u===null||I||pi||_t||Wa(a)),u=null,s=a;;){if(s.tag===5||s.tag===26){if(u===null){I=u=s;try{if(b=I.stateNode,x)T=b.style,typeof T.setProperty=="function"?T.setProperty("display","none","important"):T.display="none";else{R=I.stateNode;var ue=I.memoizedProps.style,ie=ue!=null&&ue.hasOwnProperty("display")?ue.display:null;R.style.display=ie==null||typeof ie=="boolean"?"":(""+ie).trim()}}catch(ye){rt(I,I.return,ye)}}}else if(s.tag===6){if(u===null){I=s;try{I.stateNode.nodeValue=x?"":I.memoizedProps}catch(ye){rt(I,I.return,ye)}}}else if(s.tag===18){if(u===null){I=s;try{var ae=I.stateNode;x?T4(ae,!0):T4(I.stateNode,!1)}catch(ye){rt(I,I.return,ye)}}}else if((s.tag!==22&&s.tag!==23||s.memoizedState===null||s===a)&&s.child!==null){s.child.return=s,s=s.child;continue}if(s===a)break e;for(;s.sibling===null;){if(s.return===null||s.return===a)break e;u===s&&(u=null),s=s.return}u===s&&(u=null),s.sibling.return=s.return,s=s.sibling}d&4&&(d=a.updateQueue,d!==null&&(u=d.retryQueue,u!==null&&(d.retryQueue=null,qu(a,u))));break;case 19:Mn(s,a),En(a),d&4&&(d=a.updateQueue,d!==null&&(a.updateQueue=null,qu(a,d)));break;case 30:break;case 21:break;default:Mn(s,a),En(a)}}function En(a){var s=a.flags;if(s&2){try{for(var u,d=a.return;d!==null;){if(E6(d)){u=d;break}d=d.return}if(u==null)throw Error(r(160));switch(u.tag){case 27:var x=u.stateNode,b=gd(a);Fu(a,b,x);break;case 5:var T=u.stateNode;u.flags&32&&(Ll(T,""),u.flags&=-33);var R=gd(a);Fu(a,R,T);break;case 3:case 4:var I=u.stateNode.containerInfo,re=gd(a);Od(a,re,I);break;default:throw Error(r(161))}}catch(oe){rt(a,a.return,oe)}a.flags&=-3}s&4096&&(a.flags&=-4097)}function V6(a){if(a.subtreeFlags&1024)for(a=a.child;a!==null;){var s=a;V6(s),s.tag===5&&s.flags&1024&&s.stateNode.reset(),a=a.sibling}}function Oi(a,s){if(s.subtreeFlags&8772)for(s=s.child;s!==null;)C6(a,s.alternate,s),s=s.sibling}function Wa(a){for(a=a.child;a!==null;){var s=a;switch(s.tag){case 0:case 11:case 14:case 15:Ji(4,s,s.return),Wa(s);break;case 1:Rr(s,s.return);var u=s.stateNode;typeof u.componentWillUnmount=="function"&&T6(s,s.return,u),Wa(s);break;case 27:Ho(s.stateNode);case 26:case 5:Rr(s,s.return),Wa(s);break;case 22:s.memoizedState===null&&Wa(s);break;case 30:Wa(s);break;default:Wa(s)}a=a.sibling}}function xi(a,s,u){for(u=u&&(s.subtreeFlags&8772)!==0,s=s.child;s!==null;){var d=s.alternate,x=a,b=s,T=b.flags;switch(b.tag){case 0:case 11:case 15:xi(x,b,u),Po(4,b);break;case 1:if(xi(x,b,u),d=b,x=d.stateNode,typeof x.componentDidMount=="function")try{x.componentDidMount()}catch(re){rt(d,d.return,re)}if(d=b,x=d.updateQueue,x!==null){var R=d.stateNode;try{var I=x.shared.hiddenCallbacks;if(I!==null)for(x.shared.hiddenCallbacks=null,x=0;x<I.length;x++)m8(I[x],R)}catch(re){rt(d,d.return,re)}}u&&T&64&&k6(b),jo(b,b.return);break;case 27:$6(b);case 26:case 5:xi(x,b,u),u&&d===null&&T&4&&M6(b),jo(b,b.return);break;case 12:xi(x,b,u);break;case 31:xi(x,b,u),u&&T&4&&j6(x,b);break;case 13:xi(x,b,u),u&&T&4&&R6(x,b);break;case 22:b.memoizedState===null&&xi(x,b,u),jo(b,b.return);break;case 30:break;default:xi(x,b,u)}s=s.sibling}}function yd(a,s){var u=null;a!==null&&a.memoizedState!==null&&a.memoizedState.cachePool!==null&&(u=a.memoizedState.cachePool.pool),a=null,s.memoizedState!==null&&s.memoizedState.cachePool!==null&&(a=s.memoizedState.cachePool.pool),a!==u&&(a!=null&&a.refCount++,u!=null&&bo(u))}function bd(a,s){a=null,s.alternate!==null&&(a=s.alternate.memoizedState.cache),s=s.memoizedState.cache,s!==a&&(s.refCount++,a!=null&&bo(a))}function br(a,s,u,d){if(s.subtreeFlags&10256)for(s=s.child;s!==null;)L6(a,s,u,d),s=s.sibling}function L6(a,s,u,d){var x=s.flags;switch(s.tag){case 0:case 11:case 15:br(a,s,u,d),x&2048&&Po(9,s);break;case 1:br(a,s,u,d);break;case 3:br(a,s,u,d),x&2048&&(a=null,s.alternate!==null&&(a=s.alternate.memoizedState.cache),s=s.memoizedState.cache,s!==a&&(s.refCount++,a!=null&&bo(a)));break;case 12:if(x&2048){br(a,s,u,d),a=s.stateNode;try{var b=s.memoizedProps,T=b.id,R=b.onPostCommit;typeof R=="function"&&R(T,s.alternate===null?"mount":"update",a.passiveEffectDuration,-0)}catch(I){rt(s,s.return,I)}}else br(a,s,u,d);break;case 31:br(a,s,u,d);break;case 13:br(a,s,u,d);break;case 23:break;case 22:b=s.stateNode,T=s.alternate,s.memoizedState!==null?b._visibility&2?br(a,s,u,d):Ro(a,s):b._visibility&2?br(a,s,u,d):(b._visibility|=2,is(a,s,u,d,(s.subtreeFlags&10256)!==0||!1)),x&2048&&yd(T,s);break;case 24:br(a,s,u,d),x&2048&&bd(s.alternate,s);break;default:br(a,s,u,d)}}function is(a,s,u,d,x){for(x=x&&((s.subtreeFlags&10256)!==0||!1),s=s.child;s!==null;){var b=a,T=s,R=u,I=d,re=T.flags;switch(T.tag){case 0:case 11:case 15:is(b,T,R,I,x),Po(8,T);break;case 23:break;case 22:var oe=T.stateNode;T.memoizedState!==null?oe._visibility&2?is(b,T,R,I,x):Ro(b,T):(oe._visibility|=2,is(b,T,R,I,x)),x&&re&2048&&yd(T.alternate,T);break;case 24:is(b,T,R,I,x),x&&re&2048&&bd(T.alternate,T);break;default:is(b,T,R,I,x)}s=s.sibling}}function Ro(a,s){if(s.subtreeFlags&10256)for(s=s.child;s!==null;){var u=a,d=s,x=d.flags;switch(d.tag){case 22:Ro(u,d),x&2048&&yd(d.alternate,d);break;case 24:Ro(u,d),x&2048&&bd(d.alternate,d);break;default:Ro(u,d)}s=s.sibling}}var No=8192;function as(a,s,u){if(a.subtreeFlags&No)for(a=a.child;a!==null;)_6(a,s,u),a=a.sibling}function _6(a,s,u){switch(a.tag){case 26:as(a,s,u),a.flags&No&&a.memoizedState!==null&&rT(u,yr,a.memoizedState,a.memoizedProps);break;case 5:as(a,s,u);break;case 3:case 4:var d=yr;yr=s0(a.stateNode.containerInfo),as(a,s,u),yr=d;break;case 22:a.memoizedState===null&&(d=a.alternate,d!==null&&d.memoizedState!==null?(d=No,No=16777216,as(a,s,u),No=d):as(a,s,u));break;default:as(a,s,u)}}function D6(a){var s=a.alternate;if(s!==null&&(a=s.child,a!==null)){s.child=null;do s=a.sibling,a.sibling=null,a=s;while(a!==null)}}function Vo(a){var s=a.deletions;if((a.flags&16)!==0){if(s!==null)for(var u=0;u<s.length;u++){var d=s[u];Ut=d,z6(d,a)}D6(a)}if(a.subtreeFlags&10256)for(a=a.child;a!==null;)X6(a),a=a.sibling}function X6(a){switch(a.tag){case 0:case 11:case 15:Vo(a),a.flags&2048&&Ji(9,a,a.return);break;case 3:Vo(a);break;case 12:Vo(a);break;case 22:var s=a.stateNode;a.memoizedState!==null&&s._visibility&2&&(a.return===null||a.return.tag!==13)?(s._visibility&=-3,Uu(a)):Vo(a);break;default:Vo(a)}}function Uu(a){var s=a.deletions;if((a.flags&16)!==0){if(s!==null)for(var u=0;u<s.length;u++){var d=s[u];Ut=d,z6(d,a)}D6(a)}for(a=a.child;a!==null;){switch(s=a,s.tag){case 0:case 11:case 15:Ji(8,s,s.return),Uu(s);break;case 22:u=s.stateNode,u._visibility&2&&(u._visibility&=-3,Uu(s));break;default:Uu(s)}a=a.sibling}}function z6(a,s){for(;Ut!==null;){var u=Ut;switch(u.tag){case 0:case 11:case 15:Ji(8,u,s);break;case 23:case 22:if(u.memoizedState!==null&&u.memoizedState.cachePool!==null){var d=u.memoizedState.cachePool.pool;d!=null&&d.refCount++}break;case 24:bo(u.memoizedState.cache)}if(d=u.child,d!==null)d.return=u,Ut=d;else e:for(u=a;Ut!==null;){d=Ut;var x=d.sibling,b=d.return;if(Z6(d),d===u){Ut=null;break e}if(x!==null){x.return=b,Ut=x;break e}Ut=b}}}var xk={getCacheForType:function(a){var s=tn(Nt),u=s.data.get(a);return u===void 0&&(u=a(),s.data.set(a,u)),u},cacheSignal:function(){return tn(Nt).controller.signal}},yk=typeof WeakMap=="function"?WeakMap:Map,et=0,ot=null,_e=null,He=0,nt=0,Hn=null,ea=!1,ls=!1,vd=!1,yi=0,wt=0,ta=0,Ka=0,Sd=0,Yn=0,ss=0,Lo=null,$n=null,wd=!1,Iu=0,H6=0,Gu=1/0,Wu=null,na=null,Yt=0,ra=null,os=null,bi=0,Ad=0,kd=null,Y6=null,_o=0,Td=null;function Bn(){return(et&2)!==0&&He!==0?He&-He:N.T!==null?Zd():lO()}function B6(){if(Yn===0)if((He&536870912)===0||Be){var a=un;un<<=1,(un&3932160)===0&&(un=262144),Yn=a}else Yn=536870912;return a=Xn.current,a!==null&&(a.flags|=32),Yn}function Qn(a,s,u){(a===ot&&(nt===2||nt===9)||a.cancelPendingCommit!==null)&&(cs(a,0),ia(a,He,Yn,!1)),Xi(a,u),((et&2)===0||a!==ot)&&(a===ot&&((et&2)===0&&(Ka|=u),wt===4&&ia(a,He,Yn,!1)),Nr(a))}function F6(a,s,u){if((et&6)!==0)throw Error(r(327));var d=!u&&(s&127)===0&&(s&a.expiredLanes)===0||Zr(a,s),x=d?Sk(a,s):Ed(a,s,!0),b=d;do{if(x===0){ls&&!d&&ia(a,s,0,!1);break}else{if(u=a.current.alternate,b&&!bk(u)){x=Ed(a,s,!1),b=!1;continue}if(x===2){if(b=s,a.errorRecoveryDisabledLanes&b)var T=0;else T=a.pendingLanes&-536870913,T=T!==0?T:T&536870912?536870912:0;if(T!==0){s=T;e:{var R=a;x=Lo;var I=R.current.memoizedState.isDehydrated;if(I&&(cs(R,T).flags|=256),T=Ed(R,T,!1),T!==2){if(vd&&!I){R.errorRecoveryDisabledLanes|=b,Ka|=b,x=4;break e}b=$n,$n=x,b!==null&&($n===null?$n=b:$n.push.apply($n,b))}x=T}if(b=!1,x!==2)continue}}if(x===1){cs(a,0),ia(a,s,0,!0);break}e:{switch(d=a,b=x,b){case 0:case 1:throw Error(r(345));case 4:if((s&4194048)!==s)break;case 6:ia(d,s,Yn,!ea);break e;case 2:$n=null;break;case 3:case 5:break;default:throw Error(r(329))}if((s&62914560)===s&&(x=Iu+300-Qe(),10<x)){if(ia(d,s,Yn,!ea),Cr(d,0,!0)!==0)break e;bi=s,d.timeoutHandle=w4(q6.bind(null,d,u,$n,Wu,wd,s,Yn,Ka,ss,ea,b,"Throttled",-0,0),x);break e}q6(d,u,$n,Wu,wd,s,Yn,Ka,ss,ea,b,null,-0,0)}}break}while(!0);Nr(a)}function q6(a,s,u,d,x,b,T,R,I,re,oe,ue,ie,ae){if(a.timeoutHandle=-1,ue=s.subtreeFlags,ue&8192||(ue&16785408)===16785408){ue={stylesheets:null,count:0,imgCount:0,imgBytes:0,suspenseyImages:[],waitingForImages:!0,waitingForViewTransition:!1,unsuspend:ai},_6(s,b,ue);var ye=(b&62914560)===b?Iu-Qe():(b&4194048)===b?H6-Qe():0;if(ye=iT(ue,ye),ye!==null){bi=b,a.cancelPendingCommit=ye(t4.bind(null,a,s,b,u,d,x,T,R,I,oe,ue,null,ie,ae)),ia(a,b,T,!re);return}}t4(a,s,b,u,d,x,T,R,I)}function bk(a){for(var s=a;;){var u=s.tag;if((u===0||u===11||u===15)&&s.flags&16384&&(u=s.updateQueue,u!==null&&(u=u.stores,u!==null)))for(var d=0;d<u.length;d++){var x=u[d],b=x.getSnapshot;x=x.value;try{if(!_n(b(),x))return!1}catch{return!1}}if(u=s.child,s.subtreeFlags&16384&&u!==null)u.return=s,s=u;else{if(s===a)break;for(;s.sibling===null;){if(s.return===null||s.return===a)return!0;s=s.return}s.sibling.return=s.return,s=s.sibling}}return!0}function ia(a,s,u,d){s&=~Sd,s&=~Ka,a.suspendedLanes|=s,a.pingedLanes&=~s,d&&(a.warmLanes|=s),d=a.expirationTimes;for(var x=s;0<x;){var b=31-vt(x),T=1<<b;d[b]=-1,x&=~T}u!==0&&Le(a,u,s)}function Ku(){return(et&6)===0?(Do(0),!1):!0}function Md(){if(_e!==null){if(nt===0)var a=_e.return;else a=_e,ci=Ha=null,Hh(a),Jl=null,So=0,a=_e;for(;a!==null;)A6(a.alternate,a),a=a.return;_e=null}}function cs(a,s){var u=a.timeoutHandle;u!==-1&&(a.timeoutHandle=-1,Dk(u)),u=a.cancelPendingCommit,u!==null&&(a.cancelPendingCommit=null,u()),bi=0,Md(),ot=a,_e=u=si(a.current,null),He=s,nt=0,Hn=null,ea=!1,ls=Zr(a,s),vd=!1,ss=Yn=Sd=Ka=ta=wt=0,$n=Lo=null,wd=!1,(s&8)!==0&&(s|=s&32);var d=a.entangledLanes;if(d!==0)for(a=a.entanglements,d&=s;0<d;){var x=31-vt(d),b=1<<x;s|=a[x],d&=~b}return yi=s,yu(),u}function U6(a,s){je=null,N.H=Qo,s===Kl||s===Mu?(s=u8(),nt=3):s===Ch?(s=u8(),nt=4):nt=s===ad?8:s!==null&&typeof s=="object"&&typeof s.then=="function"?6:1,Hn=s,_e===null&&(wt=1,Xu(a,lr(s,a.current)))}function I6(){var a=Xn.current;return a===null?!0:(He&4194048)===He?ur===null:(He&62914560)===He||(He&536870912)!==0?a===ur:!1}function G6(){var a=N.H;return N.H=Qo,a===null?Qo:a}function W6(){var a=N.A;return N.A=xk,a}function Ju(){wt=4,ea||(He&4194048)!==He&&Xn.current!==null||(ls=!0),(ta&134217727)===0&&(Ka&134217727)===0||ot===null||ia(ot,He,Yn,!1)}function Ed(a,s,u){var d=et;et|=2;var x=G6(),b=W6();(ot!==a||He!==s)&&(Wu=null,cs(a,s)),s=!1;var T=wt;e:do try{if(nt!==0&&_e!==null){var R=_e,I=Hn;switch(nt){case 8:Md(),T=6;break e;case 3:case 2:case 9:case 6:Xn.current===null&&(s=!0);var re=nt;if(nt=0,Hn=null,us(a,R,I,re),u&&ls){T=0;break e}break;default:re=nt,nt=0,Hn=null,us(a,R,I,re)}}vk(),T=wt;break}catch(oe){U6(a,oe)}while(!0);return s&&a.shellSuspendCounter++,ci=Ha=null,et=d,N.H=x,N.A=b,_e===null&&(ot=null,He=0,yu()),T}function vk(){for(;_e!==null;)K6(_e)}function Sk(a,s){var u=et;et|=2;var d=G6(),x=W6();ot!==a||He!==s?(Wu=null,Gu=Qe()+500,cs(a,s)):ls=Zr(a,s);e:do try{if(nt!==0&&_e!==null){s=_e;var b=Hn;t:switch(nt){case 1:nt=0,Hn=null,us(a,s,b,1);break;case 2:case 9:if(o8(b)){nt=0,Hn=null,J6(s);break}s=function(){nt!==2&&nt!==9||ot!==a||(nt=7),Nr(a)},b.then(s,s);break e;case 3:nt=7;break e;case 4:nt=5;break e;case 7:o8(b)?(nt=0,Hn=null,J6(s)):(nt=0,Hn=null,us(a,s,b,7));break;case 5:var T=null;switch(_e.tag){case 26:T=_e.memoizedState;case 5:case 27:var R=_e;if(T?L4(T):R.stateNode.complete){nt=0,Hn=null;var I=R.sibling;if(I!==null)_e=I;else{var re=R.return;re!==null?(_e=re,e0(re)):_e=null}break t}}nt=0,Hn=null,us(a,s,b,5);break;case 6:nt=0,Hn=null,us(a,s,b,6);break;case 8:Md(),wt=6;break e;default:throw Error(r(462))}}wk();break}catch(oe){U6(a,oe)}while(!0);return ci=Ha=null,N.H=d,N.A=x,et=u,_e!==null?0:(ot=null,He=0,yu(),wt)}function wk(){for(;_e!==null&&!Ee();)K6(_e)}function K6(a){var s=S6(a.alternate,a,yi);a.memoizedProps=a.pendingProps,s===null?e0(a):_e=s}function J6(a){var s=a,u=s.alternate;switch(s.tag){case 15:case 0:s=g6(u,s,s.pendingProps,s.type,void 0,He);break;case 11:s=g6(u,s,s.pendingProps,s.type.render,s.ref,He);break;case 5:Hh(s);default:A6(u,s),s=_e=WO(s,yi),s=S6(u,s,yi)}a.memoizedProps=a.pendingProps,s===null?e0(a):_e=s}function us(a,s,u,d){ci=Ha=null,Hh(s),Jl=null,So=0;var x=s.return;try{if(fk(a,x,s,u,He)){wt=1,Xu(a,lr(u,a.current)),_e=null;return}}catch(b){if(x!==null)throw _e=x,b;wt=1,Xu(a,lr(u,a.current)),_e=null;return}s.flags&32768?(Be||d===1?a=!0:ls||(He&536870912)!==0?a=!1:(ea=a=!0,(d===2||d===9||d===3||d===6)&&(d=Xn.current,d!==null&&d.tag===13&&(d.flags|=16384))),e4(s,a)):e0(s)}function e0(a){var s=a;do{if((s.flags&32768)!==0){e4(s,ea);return}a=s.return;var u=mk(s.alternate,s,yi);if(u!==null){_e=u;return}if(s=s.sibling,s!==null){_e=s;return}_e=s=a}while(s!==null);wt===0&&(wt=5)}function e4(a,s){do{var u=pk(a.alternate,a);if(u!==null){u.flags&=32767,_e=u;return}if(u=a.return,u!==null&&(u.flags|=32768,u.subtreeFlags=0,u.deletions=null),!s&&(a=a.sibling,a!==null)){_e=a;return}_e=a=u}while(a!==null);wt=6,_e=null}function t4(a,s,u,d,x,b,T,R,I){a.cancelPendingCommit=null;do t0();while(Yt!==0);if((et&6)!==0)throw Error(r(327));if(s!==null){if(s===a.current)throw Error(r(177));if(b=s.lanes|s.childLanes,b|=gh,pe(a,u,b,T,R,I),a===ot&&(_e=ot=null,He=0),os=s,ra=a,bi=u,Ad=b,kd=x,Y6=d,(s.subtreeFlags&10256)!==0||(s.flags&10256)!==0?(a.callbackNode=null,a.callbackPriority=0,Mk(Qr,function(){return l4(),null})):(a.callbackNode=null,a.callbackPriority=0),d=(s.flags&13878)!==0,(s.subtreeFlags&13878)!==0||d){d=N.T,N.T=null,x=Y.p,Y.p=2,T=et,et|=4;try{gk(a,s,u)}finally{et=T,Y.p=x,N.T=d}}Yt=1,n4(),r4(),i4()}}function n4(){if(Yt===1){Yt=0;var a=ra,s=os,u=(s.flags&13878)!==0;if((s.subtreeFlags&13878)!==0||u){u=N.T,N.T=null;var d=Y.p;Y.p=2;var x=et;et|=4;try{N6(s,a);var b=Dd,T=zO(a.containerInfo),R=b.focusedElem,I=b.selectionRange;if(T!==R&&R&&R.ownerDocument&&XO(R.ownerDocument.documentElement,R)){if(I!==null&&fh(R)){var re=I.start,oe=I.end;if(oe===void 0&&(oe=re),"selectionStart"in R)R.selectionStart=re,R.selectionEnd=Math.min(oe,R.value.length);else{var ue=R.ownerDocument||document,ie=ue&&ue.defaultView||window;if(ie.getSelection){var ae=ie.getSelection(),ye=R.textContent.length,$e=Math.min(I.start,ye),lt=I.end===void 0?$e:Math.min(I.end,ye);!ae.extend&&$e>lt&&(T=lt,lt=$e,$e=T);var J=DO(R,$e),K=DO(R,lt);if(J&&K&&(ae.rangeCount!==1||ae.anchorNode!==J.node||ae.anchorOffset!==J.offset||ae.focusNode!==K.node||ae.focusOffset!==K.offset)){var ne=ue.createRange();ne.setStart(J.node,J.offset),ae.removeAllRanges(),$e>lt?(ae.addRange(ne),ae.extend(K.node,K.offset)):(ne.setEnd(K.node,K.offset),ae.addRange(ne))}}}}for(ue=[],ae=R;ae=ae.parentNode;)ae.nodeType===1&&ue.push({element:ae,left:ae.scrollLeft,top:ae.scrollTop});for(typeof R.focus=="function"&&R.focus(),R=0;R<ue.length;R++){var ce=ue[R];ce.element.scrollLeft=ce.left,ce.element.scrollTop=ce.top}}d0=!!_d,Dd=_d=null}finally{et=x,Y.p=d,N.T=u}}a.current=s,Yt=2}}function r4(){if(Yt===2){Yt=0;var a=ra,s=os,u=(s.flags&8772)!==0;if((s.subtreeFlags&8772)!==0||u){u=N.T,N.T=null;var d=Y.p;Y.p=2;var x=et;et|=4;try{C6(a,s.alternate,s)}finally{et=x,Y.p=d,N.T=u}}Yt=3}}function i4(){if(Yt===4||Yt===3){Yt=0,Ve();var a=ra,s=os,u=bi,d=Y6;(s.subtreeFlags&10256)!==0||(s.flags&10256)!==0?Yt=5:(Yt=0,os=ra=null,a4(a,a.pendingLanes));var x=a.pendingLanes;if(x===0&&(na=null),Cl(u),s=s.stateNode,$t&&typeof $t.onCommitFiberRoot=="function")try{$t.onCommitFiberRoot(er,s,void 0,(s.current.flags&128)===128)}catch{}if(d!==null){s=N.T,x=Y.p,Y.p=2,N.T=null;try{for(var b=a.onRecoverableError,T=0;T<d.length;T++){var R=d[T];b(R.value,{componentStack:R.stack})}}finally{N.T=s,Y.p=x}}(bi&3)!==0&&t0(),Nr(a),x=a.pendingLanes,(u&261930)!==0&&(x&42)!==0?a===Td?_o++:(_o=0,Td=a):_o=0,Do(0)}}function a4(a,s){(a.pooledCacheLanes&=s)===0&&(s=a.pooledCache,s!=null&&(a.pooledCache=null,bo(s)))}function t0(){return n4(),r4(),i4(),l4()}function l4(){if(Yt!==5)return!1;var a=ra,s=Ad;Ad=0;var u=Cl(bi),d=N.T,x=Y.p;try{Y.p=32>u?32:u,N.T=null,u=kd,kd=null;var b=ra,T=bi;if(Yt=0,os=ra=null,bi=0,(et&6)!==0)throw Error(r(331));var R=et;if(et|=4,X6(b.current),L6(b,b.current,T,u),et=R,Do(0,!1),$t&&typeof $t.onPostCommitFiberRoot=="function")try{$t.onPostCommitFiberRoot(er,b)}catch{}return!0}finally{Y.p=x,N.T=d,a4(a,s)}}function s4(a,s,u){s=lr(u,s),s=id(a.stateNode,s,2),a=Gi(a,s,2),a!==null&&(Xi(a,2),Nr(a))}function rt(a,s,u){if(a.tag===3)s4(a,a,u);else for(;s!==null;){if(s.tag===3){s4(s,a,u);break}else if(s.tag===1){var d=s.stateNode;if(typeof s.type.getDerivedStateFromError=="function"||typeof d.componentDidCatch=="function"&&(na===null||!na.has(d))){a=lr(u,a),u=o6(2),d=Gi(s,u,2),d!==null&&(c6(u,d,s,a),Xi(d,2),Nr(d));break}}s=s.return}}function $d(a,s,u){var d=a.pingCache;if(d===null){d=a.pingCache=new yk;var x=new Set;d.set(s,x)}else x=d.get(s),x===void 0&&(x=new Set,d.set(s,x));x.has(u)||(vd=!0,x.add(u),a=Ak.bind(null,a,s,u),s.then(a,a))}function Ak(a,s,u){var d=a.pingCache;d!==null&&d.delete(s),a.pingedLanes|=a.suspendedLanes&u,a.warmLanes&=~u,ot===a&&(He&u)===u&&(wt===4||wt===3&&(He&62914560)===He&&300>Qe()-Iu?(et&2)===0&&cs(a,0):Sd|=u,ss===He&&(ss=0)),Nr(a)}function o4(a,s){s===0&&(s=Ra()),a=Da(a,s),a!==null&&(Xi(a,s),Nr(a))}function kk(a){var s=a.memoizedState,u=0;s!==null&&(u=s.retryLane),o4(a,u)}function Tk(a,s){var u=0;switch(a.tag){case 31:case 13:var d=a.stateNode,x=a.memoizedState;x!==null&&(u=x.retryLane);break;case 19:d=a.stateNode;break;case 22:d=a.stateNode._retryCache;break;default:throw Error(r(314))}d!==null&&d.delete(s),o4(a,u)}function Mk(a,s){return ze(a,s)}var n0=null,fs=null,Qd=!1,r0=!1,Cd=!1,aa=0;function Nr(a){a!==fs&&a.next===null&&(fs===null?n0=fs=a:fs=fs.next=a),r0=!0,Qd||(Qd=!0,$k())}function Do(a,s){if(!Cd&&r0){Cd=!0;do for(var u=!1,d=n0;d!==null;){if(a!==0){var x=d.pendingLanes;if(x===0)var b=0;else{var T=d.suspendedLanes,R=d.pingedLanes;b=(1<<31-vt(42|a)+1)-1,b&=x&~(T&~R),b=b&201326741?b&201326741|1:b?b|2:0}b!==0&&(u=!0,h4(d,b))}else b=He,b=Cr(d,d===ot?b:0,d.cancelPendingCommit!==null||d.timeoutHandle!==-1),(b&3)===0||Zr(d,b)||(u=!0,h4(d,b));d=d.next}while(u);Cd=!1}}function Ek(){c4()}function c4(){r0=Qd=!1;var a=0;aa!==0&&_k()&&(a=aa);for(var s=Qe(),u=null,d=n0;d!==null;){var x=d.next,b=u4(d,s);b===0?(d.next=null,u===null?n0=x:u.next=x,x===null&&(fs=u)):(u=d,(a!==0||(b&3)!==0)&&(r0=!0)),d=x}Yt!==0&&Yt!==5||Do(a),aa!==0&&(aa=0)}function u4(a,s){for(var u=a.suspendedLanes,d=a.pingedLanes,x=a.expirationTimes,b=a.pendingLanes&-62914561;0<b;){var T=31-vt(b),R=1<<T,I=x[T];I===-1?((R&u)===0||(R&d)!==0)&&(x[T]=El(R,s)):I<=s&&(a.expiredLanes|=R),b&=~R}if(s=ot,u=He,u=Cr(a,a===s?u:0,a.cancelPendingCommit!==null||a.timeoutHandle!==-1),d=a.callbackNode,u===0||a===s&&(nt===2||nt===9)||a.cancelPendingCommit!==null)return d!==null&&d!==null&&qe(d),a.callbackNode=null,a.callbackPriority=0;if((u&3)===0||Zr(a,u)){if(s=u&-u,s===a.callbackPriority)return s;switch(d!==null&&qe(d),Cl(u)){case 2:case 8:u=Et;break;case 32:u=Qr;break;case 268435456:u=ni;break;default:u=Qr}return d=f4.bind(null,a),u=ze(u,d),a.callbackPriority=s,a.callbackNode=u,s}return d!==null&&d!==null&&qe(d),a.callbackPriority=2,a.callbackNode=null,2}function f4(a,s){if(Yt!==0&&Yt!==5)return a.callbackNode=null,a.callbackPriority=0,null;var u=a.callbackNode;if(t0()&&a.callbackNode!==u)return null;var d=He;return d=Cr(a,a===ot?d:0,a.cancelPendingCommit!==null||a.timeoutHandle!==-1),d===0?null:(F6(a,d,s),u4(a,Qe()),a.callbackNode!=null&&a.callbackNode===u?f4.bind(null,a):null)}function h4(a,s){if(t0())return null;F6(a,s,!0)}function $k(){Xk(function(){(et&6)!==0?ze(dt,Ek):c4()})}function Zd(){if(aa===0){var a=Gl;a===0&&(a=bt,bt<<=1,(bt&261888)===0&&(bt=256)),aa=a}return aa}function d4(a){return a==null||typeof a=="symbol"||typeof a=="boolean"?null:typeof a=="function"?a:fu(""+a)}function m4(a,s){var u=s.ownerDocument.createElement("input");return u.name=s.name,u.value=s.value,a.id&&u.setAttribute("form",a.id),s.parentNode.insertBefore(u,s),a=new FormData(a),u.parentNode.removeChild(u),a}function Qk(a,s,u,d,x){if(s==="submit"&&u&&u.stateNode===x){var b=d4((x[An]||null).action),T=d.submitter;T&&(s=(s=T[An]||null)?d4(s.formAction):T.getAttribute("formAction"),s!==null&&(b=s,T=null));var R=new pu("action","action",null,d,x);a.push({event:R,listeners:[{instance:null,listener:function(){if(d.defaultPrevented){if(aa!==0){var I=T?m4(x,T):new FormData(x);Kh(u,{pending:!0,data:I,method:x.method,action:b},null,I)}}else typeof b=="function"&&(R.preventDefault(),I=T?m4(x,T):new FormData(x),Kh(u,{pending:!0,data:I,method:x.method,action:b},b,I))},currentTarget:x}]})}}for(var Pd=0;Pd<ph.length;Pd++){var jd=ph[Pd],Ck=jd.toLowerCase(),Zk=jd[0].toUpperCase()+jd.slice(1);xr(Ck,"on"+Zk)}xr(BO,"onAnimationEnd"),xr(FO,"onAnimationIteration"),xr(qO,"onAnimationStart"),xr("dblclick","onDoubleClick"),xr("focusin","onFocus"),xr("focusout","onBlur"),xr(UA,"onTransitionRun"),xr(IA,"onTransitionStart"),xr(GA,"onTransitionCancel"),xr(UO,"onTransitionEnd"),Nl("onMouseEnter",["mouseout","mouseover"]),Nl("onMouseLeave",["mouseout","mouseover"]),Nl("onPointerEnter",["pointerout","pointerover"]),Nl("onPointerLeave",["pointerout","pointerover"]),Na("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),Na("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),Na("onBeforeInput",["compositionend","keypress","textInput","paste"]),Na("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),Na("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),Na("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Xo="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),Pk=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(Xo));function p4(a,s){s=(s&4)!==0;for(var u=0;u<a.length;u++){var d=a[u],x=d.event;d=d.listeners;e:{var b=void 0;if(s)for(var T=d.length-1;0<=T;T--){var R=d[T],I=R.instance,re=R.currentTarget;if(R=R.listener,I!==b&&x.isPropagationStopped())break e;b=R,x.currentTarget=re;try{b(x)}catch(oe){xu(oe)}x.currentTarget=null,b=I}else for(T=0;T<d.length;T++){if(R=d[T],I=R.instance,re=R.currentTarget,R=R.listener,I!==b&&x.isPropagationStopped())break e;b=R,x.currentTarget=re;try{b(x)}catch(oe){xu(oe)}x.currentTarget=null,b=I}}}}function De(a,s){var u=s[qf];u===void 0&&(u=s[qf]=new Set);var d=a+"__bubble";u.has(d)||(g4(s,a,2,!1),u.add(d))}function Rd(a,s,u){var d=0;s&&(d|=4),g4(u,a,d,s)}var i0="_reactListening"+Math.random().toString(36).slice(2);function Nd(a){if(!a[i0]){a[i0]=!0,cO.forEach(function(u){u!=="selectionchange"&&(Pk.has(u)||Rd(u,!1,a),Rd(u,!0,a))});var s=a.nodeType===9?a:a.ownerDocument;s===null||s[i0]||(s[i0]=!0,Rd("selectionchange",!1,s))}}function g4(a,s,u,d){switch(B4(s)){case 2:var x=sT;break;case 8:x=oT;break;default:x=Wd}u=x.bind(null,s,u,a),x=void 0,!nh||s!=="touchstart"&&s!=="touchmove"&&s!=="wheel"||(x=!0),d?x!==void 0?a.addEventListener(s,u,{capture:!0,passive:x}):a.addEventListener(s,u,!0):x!==void 0?a.addEventListener(s,u,{passive:x}):a.addEventListener(s,u,!1)}function Vd(a,s,u,d,x){var b=d;if((s&1)===0&&(s&2)===0&&d!==null)e:for(;;){if(d===null)return;var T=d.tag;if(T===3||T===4){var R=d.stateNode.containerInfo;if(R===x)break;if(T===4)for(T=d.return;T!==null;){var I=T.tag;if((I===3||I===4)&&T.stateNode.containerInfo===x)return;T=T.return}for(;R!==null;){if(T=Pl(R),T===null)return;if(I=T.tag,I===5||I===6||I===26||I===27){d=b=T;continue e}R=R.parentNode}}d=d.return}vO(function(){var re=b,oe=eh(u),ue=[];e:{var ie=IO.get(a);if(ie!==void 0){var ae=pu,ye=a;switch(a){case"keypress":if(du(u)===0)break e;case"keydown":case"keyup":ae=TA;break;case"focusin":ye="focus",ae=lh;break;case"focusout":ye="blur",ae=lh;break;case"beforeblur":case"afterblur":ae=lh;break;case"click":if(u.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":ae=AO;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":ae=mA;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":ae=$A;break;case BO:case FO:case qO:ae=OA;break;case UO:ae=CA;break;case"scroll":case"scrollend":ae=hA;break;case"wheel":ae=PA;break;case"copy":case"cut":case"paste":ae=yA;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":ae=TO;break;case"toggle":case"beforetoggle":ae=RA}var $e=(s&4)!==0,lt=!$e&&(a==="scroll"||a==="scrollend"),J=$e?ie!==null?ie+"Capture":null:ie;$e=[];for(var K=re,ne;K!==null;){var ce=K;if(ne=ce.stateNode,ce=ce.tag,ce!==5&&ce!==26&&ce!==27||ne===null||J===null||(ce=oo(K,J),ce!=null&&$e.push(zo(K,ce,ne))),lt)break;K=K.return}0<$e.length&&(ie=new ae(ie,ye,null,u,oe),ue.push({event:ie,listeners:$e}))}}if((s&7)===0){e:{if(ie=a==="mouseover"||a==="pointerover",ae=a==="mouseout"||a==="pointerout",ie&&u!==Jf&&(ye=u.relatedTarget||u.fromElement)&&(Pl(ye)||ye[Zl]))break e;if((ae||ie)&&(ie=oe.window===oe?oe:(ie=oe.ownerDocument)?ie.defaultView||ie.parentWindow:window,ae?(ye=u.relatedTarget||u.toElement,ae=re,ye=ye?Pl(ye):null,ye!==null&&(lt=l(ye),$e=ye.tag,ye!==lt||$e!==5&&$e!==27&&$e!==6)&&(ye=null)):(ae=null,ye=re),ae!==ye)){if($e=AO,ce="onMouseLeave",J="onMouseEnter",K="mouse",(a==="pointerout"||a==="pointerover")&&($e=TO,ce="onPointerLeave",J="onPointerEnter",K="pointer"),lt=ae==null?ie:so(ae),ne=ye==null?ie:so(ye),ie=new $e(ce,K+"leave",ae,u,oe),ie.target=lt,ie.relatedTarget=ne,ce=null,Pl(oe)===re&&($e=new $e(J,K+"enter",ye,u,oe),$e.target=ne,$e.relatedTarget=lt,ce=$e),lt=ce,ae&&ye)t:{for($e=jk,J=ae,K=ye,ne=0,ce=J;ce;ce=$e(ce))ne++;ce=0;for(var Te=K;Te;Te=$e(Te))ce++;for(;0<ne-ce;)J=$e(J),ne--;for(;0<ce-ne;)K=$e(K),ce--;for(;ne--;){if(J===K||K!==null&&J===K.alternate){$e=J;break t}J=$e(J),K=$e(K)}$e=null}else $e=null;ae!==null&&O4(ue,ie,ae,$e,!1),ye!==null&<!==null&&O4(ue,lt,ye,$e,!0)}}e:{if(ie=re?so(re):window,ae=ie.nodeName&&ie.nodeName.toLowerCase(),ae==="select"||ae==="input"&&ie.type==="file")var Ke=jO;else if(ZO(ie))if(RO)Ke=BA;else{Ke=HA;var we=zA}else ae=ie.nodeName,!ae||ae.toLowerCase()!=="input"||ie.type!=="checkbox"&&ie.type!=="radio"?re&&Kf(re.elementType)&&(Ke=jO):Ke=YA;if(Ke&&(Ke=Ke(a,re))){PO(ue,Ke,u,oe);break e}we&&we(a,ie,re),a==="focusout"&&re&&ie.type==="number"&&re.memoizedProps.value!=null&&Wf(ie,"number",ie.value)}switch(we=re?so(re):window,a){case"focusin":(ZO(we)||we.contentEditable==="true")&&(zl=we,hh=re,Oo=null);break;case"focusout":Oo=hh=zl=null;break;case"mousedown":dh=!0;break;case"contextmenu":case"mouseup":case"dragend":dh=!1,HO(ue,u,oe);break;case"selectionchange":if(qA)break;case"keydown":case"keyup":HO(ue,u,oe)}var Re;if(oh)e:{switch(a){case"compositionstart":var Ye="onCompositionStart";break e;case"compositionend":Ye="onCompositionEnd";break e;case"compositionupdate":Ye="onCompositionUpdate";break e}Ye=void 0}else Xl?QO(a,u)&&(Ye="onCompositionEnd"):a==="keydown"&&u.keyCode===229&&(Ye="onCompositionStart");Ye&&(MO&&u.locale!=="ko"&&(Xl||Ye!=="onCompositionStart"?Ye==="onCompositionEnd"&&Xl&&(Re=SO()):(Hi=oe,rh="value"in Hi?Hi.value:Hi.textContent,Xl=!0)),we=a0(re,Ye),0<we.length&&(Ye=new kO(Ye,a,null,u,oe),ue.push({event:Ye,listeners:we}),Re?Ye.data=Re:(Re=CO(u),Re!==null&&(Ye.data=Re)))),(Re=VA?LA(a,u):_A(a,u))&&(Ye=a0(re,"onBeforeInput"),0<Ye.length&&(we=new kO("onBeforeInput","beforeinput",null,u,oe),ue.push({event:we,listeners:Ye}),we.data=Re)),Qk(ue,a,re,u,oe)}p4(ue,s)})}function zo(a,s,u){return{instance:a,listener:s,currentTarget:u}}function a0(a,s){for(var u=s+"Capture",d=[];a!==null;){var x=a,b=x.stateNode;if(x=x.tag,x!==5&&x!==26&&x!==27||b===null||(x=oo(a,u),x!=null&&d.unshift(zo(a,x,b)),x=oo(a,s),x!=null&&d.push(zo(a,x,b))),a.tag===3)return d;a=a.return}return[]}function jk(a){if(a===null)return null;do a=a.return;while(a&&a.tag!==5&&a.tag!==27);return a||null}function O4(a,s,u,d,x){for(var b=s._reactName,T=[];u!==null&&u!==d;){var R=u,I=R.alternate,re=R.stateNode;if(R=R.tag,I!==null&&I===d)break;R!==5&&R!==26&&R!==27||re===null||(I=re,x?(re=oo(u,b),re!=null&&T.unshift(zo(u,re,I))):x||(re=oo(u,b),re!=null&&T.push(zo(u,re,I)))),u=u.return}T.length!==0&&a.push({event:s,listeners:T})}var Rk=/\r\n?/g,Nk=/\u0000|\uFFFD/g;function x4(a){return(typeof a=="string"?a:""+a).replace(Rk,`
|
|
49
|
-
`).replace(Nk,"")}function y4(a,s){return s=x4(s),x4(a)===s}function at(a,s,u,d,x,b){switch(u){case"children":typeof d=="string"?s==="body"||s==="textarea"&&d===""||Ll(a,d):(typeof d=="number"||typeof d=="bigint")&&s!=="body"&&Ll(a,""+d);break;case"className":cu(a,"class",d);break;case"tabIndex":cu(a,"tabindex",d);break;case"dir":case"role":case"viewBox":case"width":case"height":cu(a,u,d);break;case"style":yO(a,d,b);break;case"data":if(s!=="object"){cu(a,"data",d);break}case"src":case"href":if(d===""&&(s!=="a"||u!=="href")){a.removeAttribute(u);break}if(d==null||typeof d=="function"||typeof d=="symbol"||typeof d=="boolean"){a.removeAttribute(u);break}d=fu(""+d),a.setAttribute(u,d);break;case"action":case"formAction":if(typeof d=="function"){a.setAttribute(u,"javascript:throw new Error('A React form was unexpectedly submitted. If you called form.submit() manually, consider using form.requestSubmit() instead. If you\\'re trying to use event.stopPropagation() in a submit event handler, consider also calling event.preventDefault().')");break}else typeof b=="function"&&(u==="formAction"?(s!=="input"&&at(a,s,"name",x.name,x,null),at(a,s,"formEncType",x.formEncType,x,null),at(a,s,"formMethod",x.formMethod,x,null),at(a,s,"formTarget",x.formTarget,x,null)):(at(a,s,"encType",x.encType,x,null),at(a,s,"method",x.method,x,null),at(a,s,"target",x.target,x,null)));if(d==null||typeof d=="symbol"||typeof d=="boolean"){a.removeAttribute(u);break}d=fu(""+d),a.setAttribute(u,d);break;case"onClick":d!=null&&(a.onclick=ai);break;case"onScroll":d!=null&&De("scroll",a);break;case"onScrollEnd":d!=null&&De("scrollend",a);break;case"dangerouslySetInnerHTML":if(d!=null){if(typeof d!="object"||!("__html"in d))throw Error(r(61));if(u=d.__html,u!=null){if(x.children!=null)throw Error(r(60));a.innerHTML=u}}break;case"multiple":a.multiple=d&&typeof d!="function"&&typeof d!="symbol";break;case"muted":a.muted=d&&typeof d!="function"&&typeof d!="symbol";break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":break;case"autoFocus":break;case"xlinkHref":if(d==null||typeof d=="function"||typeof d=="boolean"||typeof d=="symbol"){a.removeAttribute("xlink:href");break}u=fu(""+d),a.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",u);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":d!=null&&typeof d!="function"&&typeof d!="symbol"?a.setAttribute(u,""+d):a.removeAttribute(u);break;case"inert":case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":d&&typeof d!="function"&&typeof d!="symbol"?a.setAttribute(u,""):a.removeAttribute(u);break;case"capture":case"download":d===!0?a.setAttribute(u,""):d!==!1&&d!=null&&typeof d!="function"&&typeof d!="symbol"?a.setAttribute(u,d):a.removeAttribute(u);break;case"cols":case"rows":case"size":case"span":d!=null&&typeof d!="function"&&typeof d!="symbol"&&!isNaN(d)&&1<=d?a.setAttribute(u,d):a.removeAttribute(u);break;case"rowSpan":case"start":d==null||typeof d=="function"||typeof d=="symbol"||isNaN(d)?a.removeAttribute(u):a.setAttribute(u,d);break;case"popover":De("beforetoggle",a),De("toggle",a),ou(a,"popover",d);break;case"xlinkActuate":ii(a,"http://www.w3.org/1999/xlink","xlink:actuate",d);break;case"xlinkArcrole":ii(a,"http://www.w3.org/1999/xlink","xlink:arcrole",d);break;case"xlinkRole":ii(a,"http://www.w3.org/1999/xlink","xlink:role",d);break;case"xlinkShow":ii(a,"http://www.w3.org/1999/xlink","xlink:show",d);break;case"xlinkTitle":ii(a,"http://www.w3.org/1999/xlink","xlink:title",d);break;case"xlinkType":ii(a,"http://www.w3.org/1999/xlink","xlink:type",d);break;case"xmlBase":ii(a,"http://www.w3.org/XML/1998/namespace","xml:base",d);break;case"xmlLang":ii(a,"http://www.w3.org/XML/1998/namespace","xml:lang",d);break;case"xmlSpace":ii(a,"http://www.w3.org/XML/1998/namespace","xml:space",d);break;case"is":ou(a,"is",d);break;case"innerText":case"textContent":break;default:(!(2<u.length)||u[0]!=="o"&&u[0]!=="O"||u[1]!=="n"&&u[1]!=="N")&&(u=uA.get(u)||u,ou(a,u,d))}}function Ld(a,s,u,d,x,b){switch(u){case"style":yO(a,d,b);break;case"dangerouslySetInnerHTML":if(d!=null){if(typeof d!="object"||!("__html"in d))throw Error(r(61));if(u=d.__html,u!=null){if(x.children!=null)throw Error(r(60));a.innerHTML=u}}break;case"children":typeof d=="string"?Ll(a,d):(typeof d=="number"||typeof d=="bigint")&&Ll(a,""+d);break;case"onScroll":d!=null&&De("scroll",a);break;case"onScrollEnd":d!=null&&De("scrollend",a);break;case"onClick":d!=null&&(a.onclick=ai);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(!uO.hasOwnProperty(u))e:{if(u[0]==="o"&&u[1]==="n"&&(x=u.endsWith("Capture"),s=u.slice(2,x?u.length-7:void 0),b=a[An]||null,b=b!=null?b[u]:null,typeof b=="function"&&a.removeEventListener(s,b,x),typeof d=="function")){typeof b!="function"&&b!==null&&(u in a?a[u]=null:a.hasAttribute(u)&&a.removeAttribute(u)),a.addEventListener(s,d,x);break e}u in a?a[u]=d:d===!0?a.setAttribute(u,""):ou(a,u,d)}}}function rn(a,s,u){switch(s){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":De("error",a),De("load",a);var d=!1,x=!1,b;for(b in u)if(u.hasOwnProperty(b)){var T=u[b];if(T!=null)switch(b){case"src":d=!0;break;case"srcSet":x=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(r(137,s));default:at(a,s,b,T,u,null)}}x&&at(a,s,"srcSet",u.srcSet,u,null),d&&at(a,s,"src",u.src,u,null);return;case"input":De("invalid",a);var R=b=T=x=null,I=null,re=null;for(d in u)if(u.hasOwnProperty(d)){var oe=u[d];if(oe!=null)switch(d){case"name":x=oe;break;case"type":T=oe;break;case"checked":I=oe;break;case"defaultChecked":re=oe;break;case"value":b=oe;break;case"defaultValue":R=oe;break;case"children":case"dangerouslySetInnerHTML":if(oe!=null)throw Error(r(137,s));break;default:at(a,s,d,oe,u,null)}}pO(a,b,R,I,re,T,x,!1);return;case"select":De("invalid",a),d=T=b=null;for(x in u)if(u.hasOwnProperty(x)&&(R=u[x],R!=null))switch(x){case"value":b=R;break;case"defaultValue":T=R;break;case"multiple":d=R;default:at(a,s,x,R,u,null)}s=b,u=T,a.multiple=!!d,s!=null?Vl(a,!!d,s,!1):u!=null&&Vl(a,!!d,u,!0);return;case"textarea":De("invalid",a),b=x=d=null;for(T in u)if(u.hasOwnProperty(T)&&(R=u[T],R!=null))switch(T){case"value":d=R;break;case"defaultValue":x=R;break;case"children":b=R;break;case"dangerouslySetInnerHTML":if(R!=null)throw Error(r(91));break;default:at(a,s,T,R,u,null)}OO(a,d,x,b);return;case"option":for(I in u)if(u.hasOwnProperty(I)&&(d=u[I],d!=null))switch(I){case"selected":a.selected=d&&typeof d!="function"&&typeof d!="symbol";break;default:at(a,s,I,d,u,null)}return;case"dialog":De("beforetoggle",a),De("toggle",a),De("cancel",a),De("close",a);break;case"iframe":case"object":De("load",a);break;case"video":case"audio":for(d=0;d<Xo.length;d++)De(Xo[d],a);break;case"image":De("error",a),De("load",a);break;case"details":De("toggle",a);break;case"embed":case"source":case"link":De("error",a),De("load",a);case"area":case"base":case"br":case"col":case"hr":case"keygen":case"meta":case"param":case"track":case"wbr":case"menuitem":for(re in u)if(u.hasOwnProperty(re)&&(d=u[re],d!=null))switch(re){case"children":case"dangerouslySetInnerHTML":throw Error(r(137,s));default:at(a,s,re,d,u,null)}return;default:if(Kf(s)){for(oe in u)u.hasOwnProperty(oe)&&(d=u[oe],d!==void 0&&Ld(a,s,oe,d,u,void 0));return}}for(R in u)u.hasOwnProperty(R)&&(d=u[R],d!=null&&at(a,s,R,d,u,null))}function Vk(a,s,u,d){switch(s){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var x=null,b=null,T=null,R=null,I=null,re=null,oe=null;for(ae in u){var ue=u[ae];if(u.hasOwnProperty(ae)&&ue!=null)switch(ae){case"checked":break;case"value":break;case"defaultValue":I=ue;default:d.hasOwnProperty(ae)||at(a,s,ae,null,d,ue)}}for(var ie in d){var ae=d[ie];if(ue=u[ie],d.hasOwnProperty(ie)&&(ae!=null||ue!=null))switch(ie){case"type":b=ae;break;case"name":x=ae;break;case"checked":re=ae;break;case"defaultChecked":oe=ae;break;case"value":T=ae;break;case"defaultValue":R=ae;break;case"children":case"dangerouslySetInnerHTML":if(ae!=null)throw Error(r(137,s));break;default:ae!==ue&&at(a,s,ie,ae,d,ue)}}Gf(a,T,R,I,re,oe,b,x);return;case"select":ae=T=R=ie=null;for(b in u)if(I=u[b],u.hasOwnProperty(b)&&I!=null)switch(b){case"value":break;case"multiple":ae=I;default:d.hasOwnProperty(b)||at(a,s,b,null,d,I)}for(x in d)if(b=d[x],I=u[x],d.hasOwnProperty(x)&&(b!=null||I!=null))switch(x){case"value":ie=b;break;case"defaultValue":R=b;break;case"multiple":T=b;default:b!==I&&at(a,s,x,b,d,I)}s=R,u=T,d=ae,ie!=null?Vl(a,!!u,ie,!1):!!d!=!!u&&(s!=null?Vl(a,!!u,s,!0):Vl(a,!!u,u?[]:"",!1));return;case"textarea":ae=ie=null;for(R in u)if(x=u[R],u.hasOwnProperty(R)&&x!=null&&!d.hasOwnProperty(R))switch(R){case"value":break;case"children":break;default:at(a,s,R,null,d,x)}for(T in d)if(x=d[T],b=u[T],d.hasOwnProperty(T)&&(x!=null||b!=null))switch(T){case"value":ie=x;break;case"defaultValue":ae=x;break;case"children":break;case"dangerouslySetInnerHTML":if(x!=null)throw Error(r(91));break;default:x!==b&&at(a,s,T,x,d,b)}gO(a,ie,ae);return;case"option":for(var ye in u)if(ie=u[ye],u.hasOwnProperty(ye)&&ie!=null&&!d.hasOwnProperty(ye))switch(ye){case"selected":a.selected=!1;break;default:at(a,s,ye,null,d,ie)}for(I in d)if(ie=d[I],ae=u[I],d.hasOwnProperty(I)&&ie!==ae&&(ie!=null||ae!=null))switch(I){case"selected":a.selected=ie&&typeof ie!="function"&&typeof ie!="symbol";break;default:at(a,s,I,ie,d,ae)}return;case"img":case"link":case"area":case"base":case"br":case"col":case"embed":case"hr":case"keygen":case"meta":case"param":case"source":case"track":case"wbr":case"menuitem":for(var $e in u)ie=u[$e],u.hasOwnProperty($e)&&ie!=null&&!d.hasOwnProperty($e)&&at(a,s,$e,null,d,ie);for(re in d)if(ie=d[re],ae=u[re],d.hasOwnProperty(re)&&ie!==ae&&(ie!=null||ae!=null))switch(re){case"children":case"dangerouslySetInnerHTML":if(ie!=null)throw Error(r(137,s));break;default:at(a,s,re,ie,d,ae)}return;default:if(Kf(s)){for(var lt in u)ie=u[lt],u.hasOwnProperty(lt)&&ie!==void 0&&!d.hasOwnProperty(lt)&&Ld(a,s,lt,void 0,d,ie);for(oe in d)ie=d[oe],ae=u[oe],!d.hasOwnProperty(oe)||ie===ae||ie===void 0&&ae===void 0||Ld(a,s,oe,ie,d,ae);return}}for(var J in u)ie=u[J],u.hasOwnProperty(J)&&ie!=null&&!d.hasOwnProperty(J)&&at(a,s,J,null,d,ie);for(ue in d)ie=d[ue],ae=u[ue],!d.hasOwnProperty(ue)||ie===ae||ie==null&&ae==null||at(a,s,ue,ie,d,ae)}function b4(a){switch(a){case"css":case"script":case"font":case"img":case"image":case"input":case"link":return!0;default:return!1}}function Lk(){if(typeof performance.getEntriesByType=="function"){for(var a=0,s=0,u=performance.getEntriesByType("resource"),d=0;d<u.length;d++){var x=u[d],b=x.transferSize,T=x.initiatorType,R=x.duration;if(b&&R&&b4(T)){for(T=0,R=x.responseEnd,d+=1;d<u.length;d++){var I=u[d],re=I.startTime;if(re>R)break;var oe=I.transferSize,ue=I.initiatorType;oe&&b4(ue)&&(I=I.responseEnd,T+=oe*(I<R?1:(R-re)/(I-re)))}if(--d,s+=8*(b+T)/(x.duration/1e3),a++,10<a)break}}if(0<a)return s/a/1e6}return navigator.connection&&(a=navigator.connection.downlink,typeof a=="number")?a:5}var _d=null,Dd=null;function l0(a){return a.nodeType===9?a:a.ownerDocument}function v4(a){switch(a){case"http://www.w3.org/2000/svg":return 1;case"http://www.w3.org/1998/Math/MathML":return 2;default:return 0}}function S4(a,s){if(a===0)switch(s){case"svg":return 1;case"math":return 2;default:return 0}return a===1&&s==="foreignObject"?0:a}function Xd(a,s){return a==="textarea"||a==="noscript"||typeof s.children=="string"||typeof s.children=="number"||typeof s.children=="bigint"||typeof s.dangerouslySetInnerHTML=="object"&&s.dangerouslySetInnerHTML!==null&&s.dangerouslySetInnerHTML.__html!=null}var zd=null;function _k(){var a=window.event;return a&&a.type==="popstate"?a===zd?!1:(zd=a,!0):(zd=null,!1)}var w4=typeof setTimeout=="function"?setTimeout:void 0,Dk=typeof clearTimeout=="function"?clearTimeout:void 0,A4=typeof Promise=="function"?Promise:void 0,Xk=typeof queueMicrotask=="function"?queueMicrotask:typeof A4<"u"?function(a){return A4.resolve(null).then(a).catch(zk)}:w4;function zk(a){setTimeout(function(){throw a})}function la(a){return a==="head"}function k4(a,s){var u=s,d=0;do{var x=u.nextSibling;if(a.removeChild(u),x&&x.nodeType===8)if(u=x.data,u==="/$"||u==="/&"){if(d===0){a.removeChild(x),ps(s);return}d--}else if(u==="$"||u==="$?"||u==="$~"||u==="$!"||u==="&")d++;else if(u==="html")Ho(a.ownerDocument.documentElement);else if(u==="head"){u=a.ownerDocument.head,Ho(u);for(var b=u.firstChild;b;){var T=b.nextSibling,R=b.nodeName;b[lo]||R==="SCRIPT"||R==="STYLE"||R==="LINK"&&b.rel.toLowerCase()==="stylesheet"||u.removeChild(b),b=T}}else u==="body"&&Ho(a.ownerDocument.body);u=x}while(u);ps(s)}function T4(a,s){var u=a;a=0;do{var d=u.nextSibling;if(u.nodeType===1?s?(u._stashedDisplay=u.style.display,u.style.display="none"):(u.style.display=u._stashedDisplay||"",u.getAttribute("style")===""&&u.removeAttribute("style")):u.nodeType===3&&(s?(u._stashedText=u.nodeValue,u.nodeValue=""):u.nodeValue=u._stashedText||""),d&&d.nodeType===8)if(u=d.data,u==="/$"){if(a===0)break;a--}else u!=="$"&&u!=="$?"&&u!=="$~"&&u!=="$!"||a++;u=d}while(u)}function Hd(a){var s=a.firstChild;for(s&&s.nodeType===10&&(s=s.nextSibling);s;){var u=s;switch(s=s.nextSibling,u.nodeName){case"HTML":case"HEAD":case"BODY":Hd(u),Uf(u);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(u.rel.toLowerCase()==="stylesheet")continue}a.removeChild(u)}}function Hk(a,s,u,d){for(;a.nodeType===1;){var x=u;if(a.nodeName.toLowerCase()!==s.toLowerCase()){if(!d&&(a.nodeName!=="INPUT"||a.type!=="hidden"))break}else if(d){if(!a[lo])switch(s){case"meta":if(!a.hasAttribute("itemprop"))break;return a;case"link":if(b=a.getAttribute("rel"),b==="stylesheet"&&a.hasAttribute("data-precedence"))break;if(b!==x.rel||a.getAttribute("href")!==(x.href==null||x.href===""?null:x.href)||a.getAttribute("crossorigin")!==(x.crossOrigin==null?null:x.crossOrigin)||a.getAttribute("title")!==(x.title==null?null:x.title))break;return a;case"style":if(a.hasAttribute("data-precedence"))break;return a;case"script":if(b=a.getAttribute("src"),(b!==(x.src==null?null:x.src)||a.getAttribute("type")!==(x.type==null?null:x.type)||a.getAttribute("crossorigin")!==(x.crossOrigin==null?null:x.crossOrigin))&&b&&a.hasAttribute("async")&&!a.hasAttribute("itemprop"))break;return a;default:return a}}else if(s==="input"&&a.type==="hidden"){var b=x.name==null?null:""+x.name;if(x.type==="hidden"&&a.getAttribute("name")===b)return a}else return a;if(a=fr(a.nextSibling),a===null)break}return null}function Yk(a,s,u){if(s==="")return null;for(;a.nodeType!==3;)if((a.nodeType!==1||a.nodeName!=="INPUT"||a.type!=="hidden")&&!u||(a=fr(a.nextSibling),a===null))return null;return a}function M4(a,s){for(;a.nodeType!==8;)if((a.nodeType!==1||a.nodeName!=="INPUT"||a.type!=="hidden")&&!s||(a=fr(a.nextSibling),a===null))return null;return a}function Yd(a){return a.data==="$?"||a.data==="$~"}function Bd(a){return a.data==="$!"||a.data==="$?"&&a.ownerDocument.readyState!=="loading"}function Bk(a,s){var u=a.ownerDocument;if(a.data==="$~")a._reactRetry=s;else if(a.data!=="$?"||u.readyState!=="loading")s();else{var d=function(){s(),u.removeEventListener("DOMContentLoaded",d)};u.addEventListener("DOMContentLoaded",d),a._reactRetry=d}}function fr(a){for(;a!=null;a=a.nextSibling){var s=a.nodeType;if(s===1||s===3)break;if(s===8){if(s=a.data,s==="$"||s==="$!"||s==="$?"||s==="$~"||s==="&"||s==="F!"||s==="F")break;if(s==="/$"||s==="/&")return null}}return a}var Fd=null;function E4(a){a=a.nextSibling;for(var s=0;a;){if(a.nodeType===8){var u=a.data;if(u==="/$"||u==="/&"){if(s===0)return fr(a.nextSibling);s--}else u!=="$"&&u!=="$!"&&u!=="$?"&&u!=="$~"&&u!=="&"||s++}a=a.nextSibling}return null}function $4(a){a=a.previousSibling;for(var s=0;a;){if(a.nodeType===8){var u=a.data;if(u==="$"||u==="$!"||u==="$?"||u==="$~"||u==="&"){if(s===0)return a;s--}else u!=="/$"&&u!=="/&"||s++}a=a.previousSibling}return null}function Q4(a,s,u){switch(s=l0(u),a){case"html":if(a=s.documentElement,!a)throw Error(r(452));return a;case"head":if(a=s.head,!a)throw Error(r(453));return a;case"body":if(a=s.body,!a)throw Error(r(454));return a;default:throw Error(r(451))}}function Ho(a){for(var s=a.attributes;s.length;)a.removeAttributeNode(s[0]);Uf(a)}var hr=new Map,C4=new Set;function s0(a){return typeof a.getRootNode=="function"?a.getRootNode():a.nodeType===9?a:a.ownerDocument}var vi=Y.d;Y.d={f:Fk,r:qk,D:Uk,C:Ik,L:Gk,m:Wk,X:Jk,S:Kk,M:eT};function Fk(){var a=vi.f(),s=Ku();return a||s}function qk(a){var s=jl(a);s!==null&&s.tag===5&&s.type==="form"?U8(s):vi.r(a)}var hs=typeof document>"u"?null:document;function Z4(a,s,u){var d=hs;if(d&&typeof s=="string"&&s){var x=ir(s);x='link[rel="'+a+'"][href="'+x+'"]',typeof u=="string"&&(x+='[crossorigin="'+u+'"]'),C4.has(x)||(C4.add(x),a={rel:a,crossOrigin:u,href:s},d.querySelector(x)===null&&(s=d.createElement("link"),rn(s,"link",a),qt(s),d.head.appendChild(s)))}}function Uk(a){vi.D(a),Z4("dns-prefetch",a,null)}function Ik(a,s){vi.C(a,s),Z4("preconnect",a,s)}function Gk(a,s,u){vi.L(a,s,u);var d=hs;if(d&&a&&s){var x='link[rel="preload"][as="'+ir(s)+'"]';s==="image"&&u&&u.imageSrcSet?(x+='[imagesrcset="'+ir(u.imageSrcSet)+'"]',typeof u.imageSizes=="string"&&(x+='[imagesizes="'+ir(u.imageSizes)+'"]')):x+='[href="'+ir(a)+'"]';var b=x;switch(s){case"style":b=ds(a);break;case"script":b=ms(a)}hr.has(b)||(a=g({rel:"preload",href:s==="image"&&u&&u.imageSrcSet?void 0:a,as:s},u),hr.set(b,a),d.querySelector(x)!==null||s==="style"&&d.querySelector(Yo(b))||s==="script"&&d.querySelector(Bo(b))||(s=d.createElement("link"),rn(s,"link",a),qt(s),d.head.appendChild(s)))}}function Wk(a,s){vi.m(a,s);var u=hs;if(u&&a){var d=s&&typeof s.as=="string"?s.as:"script",x='link[rel="modulepreload"][as="'+ir(d)+'"][href="'+ir(a)+'"]',b=x;switch(d){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":b=ms(a)}if(!hr.has(b)&&(a=g({rel:"modulepreload",href:a},s),hr.set(b,a),u.querySelector(x)===null)){switch(d){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(u.querySelector(Bo(b)))return}d=u.createElement("link"),rn(d,"link",a),qt(d),u.head.appendChild(d)}}}function Kk(a,s,u){vi.S(a,s,u);var d=hs;if(d&&a){var x=Rl(d).hoistableStyles,b=ds(a);s=s||"default";var T=x.get(b);if(!T){var R={loading:0,preload:null};if(T=d.querySelector(Yo(b)))R.loading=5;else{a=g({rel:"stylesheet",href:a,"data-precedence":s},u),(u=hr.get(b))&&qd(a,u);var I=T=d.createElement("link");qt(I),rn(I,"link",a),I._p=new Promise(function(re,oe){I.onload=re,I.onerror=oe}),I.addEventListener("load",function(){R.loading|=1}),I.addEventListener("error",function(){R.loading|=2}),R.loading|=4,o0(T,s,d)}T={type:"stylesheet",instance:T,count:1,state:R},x.set(b,T)}}}function Jk(a,s){vi.X(a,s);var u=hs;if(u&&a){var d=Rl(u).hoistableScripts,x=ms(a),b=d.get(x);b||(b=u.querySelector(Bo(x)),b||(a=g({src:a,async:!0},s),(s=hr.get(x))&&Ud(a,s),b=u.createElement("script"),qt(b),rn(b,"link",a),u.head.appendChild(b)),b={type:"script",instance:b,count:1,state:null},d.set(x,b))}}function eT(a,s){vi.M(a,s);var u=hs;if(u&&a){var d=Rl(u).hoistableScripts,x=ms(a),b=d.get(x);b||(b=u.querySelector(Bo(x)),b||(a=g({src:a,async:!0,type:"module"},s),(s=hr.get(x))&&Ud(a,s),b=u.createElement("script"),qt(b),rn(b,"link",a),u.head.appendChild(b)),b={type:"script",instance:b,count:1,state:null},d.set(x,b))}}function P4(a,s,u,d){var x=(x=le.current)?s0(x):null;if(!x)throw Error(r(446));switch(a){case"meta":case"title":return null;case"style":return typeof u.precedence=="string"&&typeof u.href=="string"?(s=ds(u.href),u=Rl(x).hoistableStyles,d=u.get(s),d||(d={type:"style",instance:null,count:0,state:null},u.set(s,d)),d):{type:"void",instance:null,count:0,state:null};case"link":if(u.rel==="stylesheet"&&typeof u.href=="string"&&typeof u.precedence=="string"){a=ds(u.href);var b=Rl(x).hoistableStyles,T=b.get(a);if(T||(x=x.ownerDocument||x,T={type:"stylesheet",instance:null,count:0,state:{loading:0,preload:null}},b.set(a,T),(b=x.querySelector(Yo(a)))&&!b._p&&(T.instance=b,T.state.loading=5),hr.has(a)||(u={rel:"preload",as:"style",href:u.href,crossOrigin:u.crossOrigin,integrity:u.integrity,media:u.media,hrefLang:u.hrefLang,referrerPolicy:u.referrerPolicy},hr.set(a,u),b||tT(x,a,u,T.state))),s&&d===null)throw Error(r(528,""));return T}if(s&&d!==null)throw Error(r(529,""));return null;case"script":return s=u.async,u=u.src,typeof u=="string"&&s&&typeof s!="function"&&typeof s!="symbol"?(s=ms(u),u=Rl(x).hoistableScripts,d=u.get(s),d||(d={type:"script",instance:null,count:0,state:null},u.set(s,d)),d):{type:"void",instance:null,count:0,state:null};default:throw Error(r(444,a))}}function ds(a){return'href="'+ir(a)+'"'}function Yo(a){return'link[rel="stylesheet"]['+a+"]"}function j4(a){return g({},a,{"data-precedence":a.precedence,precedence:null})}function tT(a,s,u,d){a.querySelector('link[rel="preload"][as="style"]['+s+"]")?d.loading=1:(s=a.createElement("link"),d.preload=s,s.addEventListener("load",function(){return d.loading|=1}),s.addEventListener("error",function(){return d.loading|=2}),rn(s,"link",u),qt(s),a.head.appendChild(s))}function ms(a){return'[src="'+ir(a)+'"]'}function Bo(a){return"script[async]"+a}function R4(a,s,u){if(s.count++,s.instance===null)switch(s.type){case"style":var d=a.querySelector('style[data-href~="'+ir(u.href)+'"]');if(d)return s.instance=d,qt(d),d;var x=g({},u,{"data-href":u.href,"data-precedence":u.precedence,href:null,precedence:null});return d=(a.ownerDocument||a).createElement("style"),qt(d),rn(d,"style",x),o0(d,u.precedence,a),s.instance=d;case"stylesheet":x=ds(u.href);var b=a.querySelector(Yo(x));if(b)return s.state.loading|=4,s.instance=b,qt(b),b;d=j4(u),(x=hr.get(x))&&qd(d,x),b=(a.ownerDocument||a).createElement("link"),qt(b);var T=b;return T._p=new Promise(function(R,I){T.onload=R,T.onerror=I}),rn(b,"link",d),s.state.loading|=4,o0(b,u.precedence,a),s.instance=b;case"script":return b=ms(u.src),(x=a.querySelector(Bo(b)))?(s.instance=x,qt(x),x):(d=u,(x=hr.get(b))&&(d=g({},u),Ud(d,x)),a=a.ownerDocument||a,x=a.createElement("script"),qt(x),rn(x,"link",d),a.head.appendChild(x),s.instance=x);case"void":return null;default:throw Error(r(443,s.type))}else s.type==="stylesheet"&&(s.state.loading&4)===0&&(d=s.instance,s.state.loading|=4,o0(d,u.precedence,a));return s.instance}function o0(a,s,u){for(var d=u.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),x=d.length?d[d.length-1]:null,b=x,T=0;T<d.length;T++){var R=d[T];if(R.dataset.precedence===s)b=R;else if(b!==x)break}b?b.parentNode.insertBefore(a,b.nextSibling):(s=u.nodeType===9?u.head:u,s.insertBefore(a,s.firstChild))}function qd(a,s){a.crossOrigin==null&&(a.crossOrigin=s.crossOrigin),a.referrerPolicy==null&&(a.referrerPolicy=s.referrerPolicy),a.title==null&&(a.title=s.title)}function Ud(a,s){a.crossOrigin==null&&(a.crossOrigin=s.crossOrigin),a.referrerPolicy==null&&(a.referrerPolicy=s.referrerPolicy),a.integrity==null&&(a.integrity=s.integrity)}var c0=null;function N4(a,s,u){if(c0===null){var d=new Map,x=c0=new Map;x.set(u,d)}else x=c0,d=x.get(u),d||(d=new Map,x.set(u,d));if(d.has(a))return d;for(d.set(a,null),u=u.getElementsByTagName(a),x=0;x<u.length;x++){var b=u[x];if(!(b[lo]||b[Jt]||a==="link"&&b.getAttribute("rel")==="stylesheet")&&b.namespaceURI!=="http://www.w3.org/2000/svg"){var T=b.getAttribute(s)||"";T=a+T;var R=d.get(T);R?R.push(b):d.set(T,[b])}}return d}function V4(a,s,u){a=a.ownerDocument||a,a.head.insertBefore(u,s==="title"?a.querySelector("head > title"):null)}function nT(a,s,u){if(u===1||s.itemProp!=null)return!1;switch(a){case"meta":case"title":return!0;case"style":if(typeof s.precedence!="string"||typeof s.href!="string"||s.href==="")break;return!0;case"link":if(typeof s.rel!="string"||typeof s.href!="string"||s.href===""||s.onLoad||s.onError)break;switch(s.rel){case"stylesheet":return a=s.disabled,typeof s.precedence=="string"&&a==null;default:return!0}case"script":if(s.async&&typeof s.async!="function"&&typeof s.async!="symbol"&&!s.onLoad&&!s.onError&&s.src&&typeof s.src=="string")return!0}return!1}function L4(a){return!(a.type==="stylesheet"&&(a.state.loading&3)===0)}function rT(a,s,u,d){if(u.type==="stylesheet"&&(typeof d.media!="string"||matchMedia(d.media).matches!==!1)&&(u.state.loading&4)===0){if(u.instance===null){var x=ds(d.href),b=s.querySelector(Yo(x));if(b){s=b._p,s!==null&&typeof s=="object"&&typeof s.then=="function"&&(a.count++,a=u0.bind(a),s.then(a,a)),u.state.loading|=4,u.instance=b,qt(b);return}b=s.ownerDocument||s,d=j4(d),(x=hr.get(x))&&qd(d,x),b=b.createElement("link"),qt(b);var T=b;T._p=new Promise(function(R,I){T.onload=R,T.onerror=I}),rn(b,"link",d),u.instance=b}a.stylesheets===null&&(a.stylesheets=new Map),a.stylesheets.set(u,s),(s=u.state.preload)&&(u.state.loading&3)===0&&(a.count++,u=u0.bind(a),s.addEventListener("load",u),s.addEventListener("error",u))}}var Id=0;function iT(a,s){return a.stylesheets&&a.count===0&&h0(a,a.stylesheets),0<a.count||0<a.imgCount?function(u){var d=setTimeout(function(){if(a.stylesheets&&h0(a,a.stylesheets),a.unsuspend){var b=a.unsuspend;a.unsuspend=null,b()}},6e4+s);0<a.imgBytes&&Id===0&&(Id=62500*Lk());var x=setTimeout(function(){if(a.waitingForImages=!1,a.count===0&&(a.stylesheets&&h0(a,a.stylesheets),a.unsuspend)){var b=a.unsuspend;a.unsuspend=null,b()}},(a.imgBytes>Id?50:800)+s);return a.unsuspend=u,function(){a.unsuspend=null,clearTimeout(d),clearTimeout(x)}}:null}function u0(){if(this.count--,this.count===0&&(this.imgCount===0||!this.waitingForImages)){if(this.stylesheets)h0(this,this.stylesheets);else if(this.unsuspend){var a=this.unsuspend;this.unsuspend=null,a()}}}var f0=null;function h0(a,s){a.stylesheets=null,a.unsuspend!==null&&(a.count++,f0=new Map,s.forEach(aT,a),f0=null,u0.call(a))}function aT(a,s){if(!(s.state.loading&4)){var u=f0.get(a);if(u)var d=u.get(null);else{u=new Map,f0.set(a,u);for(var x=a.querySelectorAll("link[data-precedence],style[data-precedence]"),b=0;b<x.length;b++){var T=x[b];(T.nodeName==="LINK"||T.getAttribute("media")!=="not all")&&(u.set(T.dataset.precedence,T),d=T)}d&&u.set(null,d)}x=s.instance,T=x.getAttribute("data-precedence"),b=u.get(T)||d,b===d&&u.set(null,x),u.set(T,x),this.count++,d=u0.bind(this),x.addEventListener("load",d),x.addEventListener("error",d),b?b.parentNode.insertBefore(x,b.nextSibling):(a=a.nodeType===9?a.head:a,a.insertBefore(x,a.firstChild)),s.state.loading|=4}}var Fo={$$typeof:Q,Provider:null,Consumer:null,_currentValue:V,_currentValue2:V,_threadCount:0};function lT(a,s,u,d,x,b,T,R,I){this.tag=1,this.containerInfo=a,this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.next=this.pendingContext=this.context=this.cancelPendingCommit=null,this.callbackPriority=0,this.expirationTimes=$l(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=$l(0),this.hiddenUpdates=$l(null),this.identifierPrefix=d,this.onUncaughtError=x,this.onCaughtError=b,this.onRecoverableError=T,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=I,this.incompleteTransitions=new Map}function _4(a,s,u,d,x,b,T,R,I,re,oe,ue){return a=new lT(a,s,u,T,I,re,oe,ue,R),s=1,b===!0&&(s|=24),b=Dn(3,null,null,s),a.current=b,b.stateNode=a,s=Eh(),s.refCount++,a.pooledCache=s,s.refCount++,b.memoizedState={element:d,isDehydrated:u,cache:s},Zh(b),a}function D4(a){return a?(a=Bl,a):Bl}function X4(a,s,u,d,x,b){x=D4(x),d.context===null?d.context=x:d.pendingContext=x,d=Ii(s),d.payload={element:u},b=b===void 0?null:b,b!==null&&(d.callback=b),u=Gi(a,d,s),u!==null&&(Qn(u,a,s),Ao(u,a,s))}function z4(a,s){if(a=a.memoizedState,a!==null&&a.dehydrated!==null){var u=a.retryLane;a.retryLane=u!==0&&u<s?u:s}}function Gd(a,s){z4(a,s),(a=a.alternate)&&z4(a,s)}function H4(a){if(a.tag===13||a.tag===31){var s=Da(a,67108864);s!==null&&Qn(s,a,67108864),Gd(a,67108864)}}function Y4(a){if(a.tag===13||a.tag===31){var s=Bn();s=Ql(s);var u=Da(a,s);u!==null&&Qn(u,a,s),Gd(a,s)}}var d0=!0;function sT(a,s,u,d){var x=N.T;N.T=null;var b=Y.p;try{Y.p=2,Wd(a,s,u,d)}finally{Y.p=b,N.T=x}}function oT(a,s,u,d){var x=N.T;N.T=null;var b=Y.p;try{Y.p=8,Wd(a,s,u,d)}finally{Y.p=b,N.T=x}}function Wd(a,s,u,d){if(d0){var x=Kd(d);if(x===null)Vd(a,s,d,m0,u),F4(a,d);else if(uT(x,a,s,u,d))d.stopPropagation();else if(F4(a,d),s&4&&-1<cT.indexOf(a)){for(;x!==null;){var b=jl(x);if(b!==null)switch(b.tag){case 3:if(b=b.stateNode,b.current.memoizedState.isDehydrated){var T=nr(b.pendingLanes);if(T!==0){var R=b;for(R.pendingLanes|=2,R.entangledLanes|=2;T;){var I=1<<31-vt(T);R.entanglements[1]|=I,T&=~I}Nr(b),(et&6)===0&&(Gu=Qe()+500,Do(0))}}break;case 31:case 13:R=Da(b,2),R!==null&&Qn(R,b,2),Ku(),Gd(b,2)}if(b=Kd(d),b===null&&Vd(a,s,d,m0,u),b===x)break;x=b}x!==null&&d.stopPropagation()}else Vd(a,s,d,null,u)}}function Kd(a){return a=eh(a),Jd(a)}var m0=null;function Jd(a){if(m0=null,a=Pl(a),a!==null){var s=l(a);if(s===null)a=null;else{var u=s.tag;if(u===13){if(a=o(s),a!==null)return a;a=null}else if(u===31){if(a=c(s),a!==null)return a;a=null}else if(u===3){if(s.stateNode.current.memoizedState.isDehydrated)return s.tag===3?s.stateNode.containerInfo:null;a=null}else s!==a&&(a=null)}}return m0=a,null}function B4(a){switch(a){case"beforetoggle":case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"toggle":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 2;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 8;case"message":switch(ht()){case dt:return 2;case Et:return 8;case Qr:case _i:return 32;case ni:return 268435456;default:return 32}default:return 32}}var em=!1,sa=null,oa=null,ca=null,qo=new Map,Uo=new Map,ua=[],cT="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset".split(" ");function F4(a,s){switch(a){case"focusin":case"focusout":sa=null;break;case"dragenter":case"dragleave":oa=null;break;case"mouseover":case"mouseout":ca=null;break;case"pointerover":case"pointerout":qo.delete(s.pointerId);break;case"gotpointercapture":case"lostpointercapture":Uo.delete(s.pointerId)}}function Io(a,s,u,d,x,b){return a===null||a.nativeEvent!==b?(a={blockedOn:s,domEventName:u,eventSystemFlags:d,nativeEvent:b,targetContainers:[x]},s!==null&&(s=jl(s),s!==null&&H4(s)),a):(a.eventSystemFlags|=d,s=a.targetContainers,x!==null&&s.indexOf(x)===-1&&s.push(x),a)}function uT(a,s,u,d,x){switch(s){case"focusin":return sa=Io(sa,a,s,u,d,x),!0;case"dragenter":return oa=Io(oa,a,s,u,d,x),!0;case"mouseover":return ca=Io(ca,a,s,u,d,x),!0;case"pointerover":var b=x.pointerId;return qo.set(b,Io(qo.get(b)||null,a,s,u,d,x)),!0;case"gotpointercapture":return b=x.pointerId,Uo.set(b,Io(Uo.get(b)||null,a,s,u,d,x)),!0}return!1}function q4(a){var s=Pl(a.target);if(s!==null){var u=l(s);if(u!==null){if(s=u.tag,s===13){if(s=o(u),s!==null){a.blockedOn=s,sO(a.priority,function(){Y4(u)});return}}else if(s===31){if(s=c(u),s!==null){a.blockedOn=s,sO(a.priority,function(){Y4(u)});return}}else if(s===3&&u.stateNode.current.memoizedState.isDehydrated){a.blockedOn=u.tag===3?u.stateNode.containerInfo:null;return}}}a.blockedOn=null}function p0(a){if(a.blockedOn!==null)return!1;for(var s=a.targetContainers;0<s.length;){var u=Kd(a.nativeEvent);if(u===null){u=a.nativeEvent;var d=new u.constructor(u.type,u);Jf=d,u.target.dispatchEvent(d),Jf=null}else return s=jl(u),s!==null&&H4(s),a.blockedOn=u,!1;s.shift()}return!0}function U4(a,s,u){p0(a)&&u.delete(s)}function fT(){em=!1,sa!==null&&p0(sa)&&(sa=null),oa!==null&&p0(oa)&&(oa=null),ca!==null&&p0(ca)&&(ca=null),qo.forEach(U4),Uo.forEach(U4)}function g0(a,s){a.blockedOn===s&&(a.blockedOn=null,em||(em=!0,t.unstable_scheduleCallback(t.unstable_NormalPriority,fT)))}var O0=null;function I4(a){O0!==a&&(O0=a,t.unstable_scheduleCallback(t.unstable_NormalPriority,function(){O0===a&&(O0=null);for(var s=0;s<a.length;s+=3){var u=a[s],d=a[s+1],x=a[s+2];if(typeof d!="function"){if(Jd(d||u)===null)continue;break}var b=jl(u);b!==null&&(a.splice(s,3),s-=3,Kh(b,{pending:!0,data:x,method:u.method,action:d},d,x))}}))}function ps(a){function s(I){return g0(I,a)}sa!==null&&g0(sa,a),oa!==null&&g0(oa,a),ca!==null&&g0(ca,a),qo.forEach(s),Uo.forEach(s);for(var u=0;u<ua.length;u++){var d=ua[u];d.blockedOn===a&&(d.blockedOn=null)}for(;0<ua.length&&(u=ua[0],u.blockedOn===null);)q4(u),u.blockedOn===null&&ua.shift();if(u=(a.ownerDocument||a).$$reactFormReplay,u!=null)for(d=0;d<u.length;d+=3){var x=u[d],b=u[d+1],T=x[An]||null;if(typeof b=="function")T||I4(u);else if(T){var R=null;if(b&&b.hasAttribute("formAction")){if(x=b,T=b[An]||null)R=T.formAction;else if(Jd(x)!==null)continue}else R=T.action;typeof R=="function"?u[d+1]=R:(u.splice(d,3),d-=3),I4(u)}}}function G4(){function a(b){b.canIntercept&&b.info==="react-transition"&&b.intercept({handler:function(){return new Promise(function(T){return x=T})},focusReset:"manual",scroll:"manual"})}function s(){x!==null&&(x(),x=null),d||setTimeout(u,20)}function u(){if(!d&&!navigation.transition){var b=navigation.currentEntry;b&&b.url!=null&&navigation.navigate(b.url,{state:b.getState(),info:"react-transition",history:"replace"})}}if(typeof navigation=="object"){var d=!1,x=null;return navigation.addEventListener("navigate",a),navigation.addEventListener("navigatesuccess",s),navigation.addEventListener("navigateerror",s),setTimeout(u,100),function(){d=!0,navigation.removeEventListener("navigate",a),navigation.removeEventListener("navigatesuccess",s),navigation.removeEventListener("navigateerror",s),x!==null&&(x(),x=null)}}}function tm(a){this._internalRoot=a}x0.prototype.render=tm.prototype.render=function(a){var s=this._internalRoot;if(s===null)throw Error(r(409));var u=s.current,d=Bn();X4(u,d,a,s,null,null)},x0.prototype.unmount=tm.prototype.unmount=function(){var a=this._internalRoot;if(a!==null){this._internalRoot=null;var s=a.containerInfo;X4(a.current,2,null,a,null,null),Ku(),s[Zl]=null}};function x0(a){this._internalRoot=a}x0.prototype.unstable_scheduleHydration=function(a){if(a){var s=lO();a={blockedOn:null,target:a,priority:s};for(var u=0;u<ua.length&&s!==0&&s<ua[u].priority;u++);ua.splice(u,0,a),u===0&&q4(a)}};var W4=e.version;if(W4!=="19.2.6")throw Error(r(527,W4,"19.2.6"));Y.findDOMNode=function(a){var s=a._reactInternals;if(s===void 0)throw typeof a.render=="function"?Error(r(188)):(a=Object.keys(a).join(","),Error(r(268,a)));return a=m(s),a=a!==null?p(a):null,a=a===null?null:a.stateNode,a};var hT={bundleType:0,version:"19.2.6",rendererPackageName:"react-dom",currentDispatcherRef:N,reconcilerVersion:"19.2.6"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var y0=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!y0.isDisabled&&y0.supportsFiber)try{er=y0.inject(hT),$t=y0}catch{}}return Wo.createRoot=function(a,s){if(!i(a))throw Error(r(299));var u=!1,d="",x=i6,b=a6,T=l6;return s!=null&&(s.unstable_strictMode===!0&&(u=!0),s.identifierPrefix!==void 0&&(d=s.identifierPrefix),s.onUncaughtError!==void 0&&(x=s.onUncaughtError),s.onCaughtError!==void 0&&(b=s.onCaughtError),s.onRecoverableError!==void 0&&(T=s.onRecoverableError)),s=_4(a,1,!1,null,null,u,d,null,x,b,T,G4),a[Zl]=s.current,Nd(a),new tm(s)},Wo.hydrateRoot=function(a,s,u){if(!i(a))throw Error(r(299));var d=!1,x="",b=i6,T=a6,R=l6,I=null;return u!=null&&(u.unstable_strictMode===!0&&(d=!0),u.identifierPrefix!==void 0&&(x=u.identifierPrefix),u.onUncaughtError!==void 0&&(b=u.onUncaughtError),u.onCaughtError!==void 0&&(T=u.onCaughtError),u.onRecoverableError!==void 0&&(R=u.onRecoverableError),u.formState!==void 0&&(I=u.formState)),s=_4(a,1,!0,s,u??null,d,x,I,b,T,R,G4),s.context=D4(null),u=s.current,d=Bn(),d=Ql(d),x=Ii(d),x.callback=null,Gi(u,x,d),u=d,s.current.lanes=u,Xi(s,u),Nr(s),a[Zl]=s.current,Nd(a),new x0(s)},Wo.version="19.2.6",Wo}var s5;function ST(){if(s5)return im.exports;s5=1;function t(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(t)}catch(e){console.error(e)}}return t(),im.exports=vT(),im.exports}var wT=ST();function kt(t){h.useEffect(t,[])}function AT(t){const[e,n]=h.useState([]),r=h.useRef(null),i=h.useRef(null),l=h.useCallback(async()=>{if(t)try{const m=await fetch(`/api/projects/${t}/renders`);if(!m.ok)return;const p=await m.json();Array.isArray(p.renders)&&n(g=>{const y=new Set(g.map(S=>S.id)),v=p.renders.filter(S=>!y.has(S.id)).map(S=>({id:S.id,status:S.status==="failed"?"failed":"complete",progress:100,filename:S.filename,createdAt:S.createdAt,durationMs:S.durationMs}));return[...g,...v]})}catch{}},[t]);h.useEffect(()=>{l()},[l]);const o=h.useCallback(async(m={})=>{if(!t)return;const p=m.fps??30,g=m.quality??"standard",y=m.format??"mp4",v=m.resolution,S=Date.now(),w={fps:p,quality:g,format:y};v&&v!=="auto"&&(w.resolution=v);let k;try{k=await fetch(`/api/projects/${t}/render`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(w)})}catch{const j={id:crypto.randomUUID(),status:"failed",progress:0,error:"Could not reach render server. Use `hyperframes render` from the CLI instead.",filename:"Export failed",createdAt:S};n(Z=>[...Z,j]);return}if(!k.ok){const j={id:crypto.randomUUID(),status:"failed",progress:0,error:`Server error (${k.status}). Check the terminal for details.`,filename:"Export failed",createdAt:S};n(Z=>[...Z,j]);return}const{jobId:A}=await k.json(),Q={mp4:".mp4",webm:".webm",mov:".mov"}[y]??".mp4",C={id:A,status:"rendering",progress:0,filename:`${A}${Q}`,createdAt:S};n(j=>[...j,C]),i.current=A;const $=new EventSource(`/api/render/${A}/progress`);return r.current=$,$.addEventListener("progress",j=>{try{const Z=JSON.parse(j.data);n(L=>L.map(F=>F.id===A?{...F,progress:Z.progress??F.progress,stage:Z.stage??Z.message??F.stage,status:Z.status==="complete"?"complete":Z.status==="failed"?"failed":F.status,durationMs:Z.status==="complete"?Date.now()-S:void 0,error:Z.error??F.error}:F)),(Z.status==="complete"||Z.status==="failed")&&($.close(),i.current=null)}catch{}}),$.onerror=()=>{$.close(),n(j=>j.map(Z=>Z.id===A&&Z.status==="rendering"?{...Z,status:"failed",error:"Connection lost. Is the render server running?"}:Z)),i.current=null},A},[t]),c=h.useCallback(async m=>{try{await fetch(`/api/render/${m}`,{method:"DELETE"})}catch{}n(p=>p.filter(g=>g.id!==m))},[]),f=h.useCallback(()=>{n(m=>m.filter(p=>p.status==="rendering"))},[]);return h.useEffect(()=>()=>{var m;(m=r.current)==null||m.close(),r.current=null},[t]),{jobs:e,startRender:o,deleteRender:c,clearCompleted:f,isRendering:e.some(m=>m.status==="rendering")}}const kT="modulepreload",TT=function(t){return"/"+t},o5={},MT=function(e,n,r){let i=Promise.resolve();if(n&&n.length>0){let o=function(m){return Promise.all(m.map(p=>Promise.resolve(p).then(g=>({status:"fulfilled",value:g}),g=>({status:"rejected",reason:g}))))};document.getElementsByTagName("link");const c=document.querySelector("meta[property=csp-nonce]"),f=(c==null?void 0:c.nonce)||(c==null?void 0:c.getAttribute("nonce"));i=o(n.map(m=>{if(m=TT(m),m in o5)return;o5[m]=!0;const p=m.endsWith(".css"),g=p?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${m}"]${g}`))return;const y=document.createElement("link");if(y.rel=p?"stylesheet":kT,p||(y.as="script"),y.crossOrigin="",y.href=m,f&&y.setAttribute("nonce",f),document.head.appendChild(y),p)return new Promise((v,S)=>{y.addEventListener("load",v),y.addEventListener("error",()=>S(new Error(`Unable to preload CSS for ${m}`)))})}))}function l(o){const c=new Event("vite:preloadError",{cancelable:!0});if(c.payload=o,window.dispatchEvent(c),!c.defaultPrevented)throw o}return i.then(o=>{for(const c of o||[])c.status==="rejected"&&l(c.reason);return e().catch(l)})};function ET(t){if(typeof t!="object"||t===null)return!0;const e=t;return e.isLoaded===!0||typeof e.totalFrames=="number"&&e.totalFrames>0}const Tb={primary:["bg-white text-neutral-950 font-medium","shadow-btn-primary","hover:bg-neutral-200","active:scale-[0.97]"].join(" "),secondary:["bg-transparent text-neutral-300 font-medium","border border-border","hover:bg-surface-hover hover:text-white hover:border-border-strong","active:scale-[0.98]"].join(" "),danger:["bg-accent-red text-white font-medium","hover:bg-red-600","active:scale-[0.97]"].join(" "),ghost:["bg-transparent text-neutral-400","hover:bg-surface-hover hover:text-white","active:scale-[0.98]"].join(" ")},$T={sm:"h-7 px-2.5 text-xs gap-1.5 rounded-button",md:"h-8 px-3 text-sm gap-1.5 rounded-button",lg:"h-9 px-4 text-base gap-2 rounded-button"},QT=h.forwardRef(({variant:t="secondary",size:e="md",loading:n,icon:r,children:i,className:l="",disabled:o,...c},f)=>O.jsxs("button",{ref:f,disabled:o||n,className:["inline-flex items-center justify-center","transition-all duration-press ease-standard","disabled:opacity-40 disabled:pointer-events-none","select-none cursor-pointer",Tb[t],$T[e],l].join(" "),...c,children:[n?O.jsxs("svg",{className:"animate-spin h-3.5 w-3.5",viewBox:"0 0 24 24",fill:"none",children:[O.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),O.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4z"})]}):r?O.jsx("span",{className:"flex-shrink-0",children:r}):null,i&&O.jsx("span",{children:i})]}));QT.displayName="Button";const CT={sm:"min-w-7 min-h-7 rounded-button",md:"min-w-8 min-h-8 rounded-button",lg:"min-w-9 min-h-9 rounded-button"},ZT=h.forwardRef(({icon:t,size:e="md",variant:n="ghost",className:r="",...i},l)=>O.jsx("button",{ref:l,className:["inline-flex items-center justify-center","transition-all duration-press ease-standard","disabled:opacity-40 disabled:pointer-events-none","select-none cursor-pointer",Tb[n],CT[e],r].join(" "),...i,children:t}));ZT.displayName="IconButton";function c5({title:t,detail:e,mono:n,size:r=64,progress:i}){const l=typeof i=="number"&&Number.isFinite(i)?Math.min(1,Math.max(0,i)):void 0,o=Math.round(r*1.16);return O.jsxs("div",{className:"hf-loader",draggable:!1,children:[O.jsx("div",{className:"hf-loader-mark-frame",style:{width:o,height:o},draggable:!1,children:O.jsxs("svg",{className:"hf-loader-mark",width:r,height:r,viewBox:"0 0 100 100",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",children:[O.jsx("g",{className:"hf-loader-mark__mark",transform:"translate(50 50)",children:O.jsx("g",{className:"hf-loader-mark__core",transform:"scale(1)",opacity:".92",children:O.jsxs("g",{transform:"translate(-50 -50)",children:[O.jsx("path",{d:"M10.1851 57.8021L33.1145 73.8313C36.2202 75.9978 41.5173 73.5433 42.4816 69.4984L51.7611 30.4271C52.7253 26.3822 48.5802 23.9277 44.4602 26.0942L13.917 42.1235C6.96677 45.7676 4.97564 54.1579 10.1851 57.8021Z",fill:"url(#hf-loader-grad-left)"}),O.jsx("path",{d:"M87.5129 57.5141L56.9696 73.5433C52.8371 75.7098 48.7046 73.2553 49.6688 69.2104L58.9483 30.1391C59.9125 26.0942 65.2097 23.6397 68.3154 25.8062L91.2447 41.8354C96.4668 45.4796 94.4631 53.8699 87.5129 57.5141Z",fill:"url(#hf-loader-grad-right)"})]})})}),O.jsxs("defs",{children:[O.jsxs("linearGradient",{id:"hf-loader-grad-left",x1:"48.5676",y1:"25",x2:"44.7804",y2:"71.9384",gradientUnits:"userSpaceOnUse",children:[O.jsx("stop",{stopColor:"#06E3FA"}),O.jsx("stop",{offset:"1",stopColor:"#4FDB5E"})]}),O.jsxs("linearGradient",{id:"hf-loader-grad-right",x1:"54.8282",y1:"73.8392",x2:"72.0989",y2:"32.8932",gradientUnits:"userSpaceOnUse",children:[O.jsx("stop",{stopColor:"#06E3FA"}),O.jsx("stop",{offset:"1",stopColor:"#4FDB5E"})]})]})]})}),O.jsx("div",{className:"hf-loader-title",children:t}),e&&O.jsx("div",{className:"hf-loader-detail",children:e}),l!==void 0&&O.jsx("div",{className:"hf-loader-progress","aria-hidden":"true",children:O.jsx("div",{className:"hf-loader-progress__fill",style:{transform:`scaleX(${l})`}})}),n&&O.jsx("div",{className:"hf-loader-mono",children:n})]})}const PT=3,jT=3;function u5(t){return typeof t=="object"&&t!==null}function RT(t){if(!(t instanceof CustomEvent))return null;const e=t.detail;if(!u5(e))return null;const n=e.state;return u5(n)?n.loading===!0&&n.ready!==!0:null}const NT=400;function VT(t){const e=t.shadowRoot;if(!e)return;const n=e.querySelector(".hfp-container"),r=e.querySelector(".hfp-iframe");n==null||n.style.setProperty("pointer-events","auto"),r==null||r.style.setProperty("pointer-events","auto")}function LT(t){const e=t.tagName.toLowerCase();return e==="video"||e==="audio"}function f5(t,e){try{const n=t.contentWindow,r=t.contentDocument;if(!n||!r)return e;for(const l of r.querySelectorAll("video, audio"))if(LT(l)&&!l.error&&l.networkState!==jT&&l.readyState<PT)return!0;const i=n.__hfLottie;if(i!=null&&i.length){for(const l of i)if(!ET(l))return!0}return!1}catch{return e}}const v2=h.forwardRef(({projectId:t,directUrl:e,onLoad:n,onCompositionLoadingChange:r,portrait:i,style:l,suppressLoadingOverlay:o},c)=>{const f=h.useRef(null),m=h.useRef(0),p=h.useRef(null),g=h.useRef(null),[y,v]=h.useState(!1),[S,w]=h.useState(!1),[k,A]=h.useState(!1),[E,Q]=h.useState(!1),[C,$]=h.useState(!0),[j,Z]=h.useState(!0);h.useEffect(()=>{if(!C){Z(!0);return}const q=setTimeout(()=>Z(!1),NT);return()=>clearTimeout(q)},[C]),kt(()=>{const q=f.current;if(!q)return;let z=!1,B;return MT(()=>import("./hyperframes-player-CzwFysqv.js"),[]).then(()=>{if(z)return;const H=document.createElement("hyperframes-player"),te=e||`/api/projects/${t}/preview`;H.setAttribute("shader-capture-scale","1"),H.setAttribute("shader-loading","player"),H.setAttribute("src",te),H.setAttribute("width",String(i?1080:1920)),H.setAttribute("height",String(i?1920:1080)),H.style.width="100%",H.style.height="100%",H.style.display="block",q.appendChild(H),VT(H);const D=H.iframeElement;typeof c=="function"?c(D):c&&(c.current=D);const N=M=>M.stopImmediatePropagation();H.addEventListener("click",N,{capture:!0});const Y=M=>{const P=RT(M);P!==null&&Q(P)};H.addEventListener("shadertransitionstate",Y);const V=()=>{$(!1)},_=()=>{$(!1)};H.addEventListener("ready",V),H.addEventListener("error",_);const G=()=>{if(m.current++,Q(!1),$(!0),m.current>1){q.classList.remove("preview-revealing"),q.offsetWidth,q.classList.add("preview-revealing");const P=()=>q.classList.remove("preview-revealing");q.addEventListener("animationend",P,{once:!0})}n(),p.current&&clearInterval(p.current);let M=f5(D,!1);if(M){v(!0);let P=0;p.current=setInterval(()=>{P+=1,M=f5(D,M),(!M||P>100)&&(p.current&&clearInterval(p.current),p.current=null,v(!1),M&&console.debug("[Player] Asset-loading overlay timed out after 10s; hiding anyway. Check network or asset integrity."))},100)}else v(!1)};D.addEventListener("load",G),B=()=>{D.removeEventListener("load",G),H.removeEventListener("click",N,{capture:!0}),H.removeEventListener("shadertransitionstate",Y),H.removeEventListener("ready",V),H.removeEventListener("error",_),p.current&&clearInterval(p.current),p.current=null,q.removeChild(H),typeof c=="function"?c(null):c&&(c.current=null)}}),()=>{z=!0,B==null||B()}}),h.useEffect(()=>{if(g.current&&(clearTimeout(g.current),g.current=null),y){w(!0),A(!1);return}return A(!0),g.current=setTimeout(()=>{w(!1),A(!1),g.current=null},240),()=>{g.current&&(clearTimeout(g.current),g.current=null)}},[y]);const L=!o&&!j&&C,F=S&&!E&&!L;return h.useEffect(()=>{r==null||r(L||F)},[r,L,F]),O.jsxs("div",{className:"relative w-full h-full max-w-full max-h-full overflow-hidden bg-black flex items-center justify-center",style:l,children:[O.jsx("div",{ref:f,className:"w-full h-full"}),L&&O.jsx("div",{className:"absolute inset-0 bg-black flex items-center justify-center z-30 select-none","data-hyperframes-ignore":"","data-testid":"composition-loading-overlay",draggable:!1,onDragStart:q=>q.preventDefault(),onMouseDown:q=>q.preventDefault(),onPointerDown:q=>q.preventDefault(),children:O.jsx(c5,{title:"Loading composition",detail:"Preparing the Studio preview.",size:56})}),F&&O.jsx("div",{className:"absolute inset-0 bg-black flex items-center justify-center z-20 select-none","data-hyperframes-ignore":"",draggable:!1,style:{opacity:k?0:1,pointerEvents:k?"none":"auto",transition:"opacity 240ms ease-out"},onDragStart:q=>q.preventDefault(),onMouseDown:q=>q.preventDefault(),onPointerDown:q=>q.preventDefault(),children:O.jsx(c5,{title:"Preparing preview assets",detail:"Waiting for media and motion assets before playback starts.",size:56})})]})});v2.displayName="Player";const Uc=30;function bn(t){if(!Number.isFinite(t)||t<0)return"0:00";const e=Math.floor(t/60),n=Math.floor(t%60);return`${e}:${n.toString().padStart(2,"0")}`}function S2(t,e=Uc){return!Number.isFinite(t)||t<=0||!Number.isFinite(e)||e<=0?0:Math.round(t*e)}function Mb(t,e=Uc){return!Number.isFinite(t)||t<=0||!Number.isFinite(e)||e<=0?0:t/e}function w2(t,e,n=Uc){const r=S2(t,n),i=Math.max(0,r+e);return Mb(i,n)}function h5(t,e,n=Uc){const r=S2(t,n),i=S2(e,n);return`${r}f / ${i}f`}const d5=t=>{let e;const n=new Set,r=(m,p)=>{const g=typeof m=="function"?m(e):m;if(!Object.is(g,e)){const y=e;e=p??(typeof g!="object"||g===null)?g:Object.assign({},e,g),n.forEach(v=>v(e,y))}},i=()=>e,c={setState:r,getState:i,getInitialState:()=>f,subscribe:m=>(n.add(m),()=>n.delete(m))},f=e=t(r,i,c);return c},_T=(t=>t?d5(t):d5),DT=t=>t;function XT(t,e=DT){const n=b0.useSyncExternalStore(t.subscribe,b0.useCallback(()=>e(t.getState()),[t,e]),b0.useCallback(()=>e(t.getInitialState()),[t,e]));return b0.useDebugValue(n),n}const m5=t=>{const e=_T(t),n=r=>XT(e,r);return Object.assign(n,e),n},Eb=(t=>t?m5(t):m5),om=new Set,Hr={notify:t=>om.forEach(e=>e(t)),subscribe:t=>(om.add(t),()=>om.delete(t))},Oe=Eb(t=>({isPlaying:!1,currentTime:0,duration:0,timelineReady:!1,elements:[],selectedElementId:null,playbackRate:1,loopEnabled:!1,zoomMode:"fit",manualZoomPercent:100,setIsPlaying:e=>t({isPlaying:e}),setPlaybackRate:e=>t({playbackRate:e}),setLoopEnabled:e=>t({loopEnabled:e}),setZoomMode:e=>t({zoomMode:e}),setManualZoomPercent:e=>t({manualZoomPercent:Math.max(10,Math.min(2e3,Math.round(e)))}),setCurrentTime:e=>t({currentTime:Number.isFinite(e)?e:0}),setDuration:e=>t({duration:Number.isFinite(e)?e:0}),setTimelineReady:e=>t({timelineReady:e}),setElements:e=>t({elements:e}),setSelectedElementId:e=>t({selectedElementId:e}),updateElement:(e,n)=>t(r=>({elements:r.elements.map(i=>(i.key??i.id)===e?{...i,...n}:i)})),reset:()=>t({isPlaying:!1,currentTime:0,duration:0,timelineReady:!1,elements:[],selectedElementId:null})})),zT=[.25,.5,1,1.5,2],HT=8,YT=[{key:"J",label:"Play backward"},{key:"K",label:"Stop playback"},{key:"L",label:"Play forward"},{key:"←/→",label:"Step one frame backward or forward"}];function BT(t,e,n){if(!Number.isFinite(n)||n<=0)return 0;const r=(t-e)/n,i=Math.max(0,Math.min(1,r)),l=Math.min(.5,HT/n);return i<=l?0:i>=1-l?1:i}const FT=h.memo(function({onTogglePlay:e,onSeek:n,disabled:r=!1}){const i=Oe(V=>V.isPlaying),l=Oe(V=>V.duration),o=Oe(V=>V.timelineReady),c=Oe(V=>V.playbackRate),f=Oe(V=>V.loopEnabled),m=Oe.getState().setPlaybackRate,p=Oe.getState().setLoopEnabled,[g,y]=h.useState(!1),[v,S]=h.useState("time"),[w,k]=h.useState(""),A=h.useRef(null),E=h.useRef(null),Q=h.useRef(null),C=h.useRef(null),$=h.useRef(null),j=h.useRef(null),Z=h.useRef(!1),L=h.useRef(0),F=h.useRef(v);F.current=v;const q=h.useRef(l);q.current=l;const z=r||!o;kt(()=>{const V=M=>{L.current=M;const P=q.current,X=P>0?Math.min(100,M/P*100):0;A.current&&(A.current.style.width=`${X}%`),E.current&&(E.current.style.left=`${X}%`),Q.current&&(Q.current.textContent=F.current==="frame"?h5(M,P):bn(M)),$.current&&$.current.setAttribute("aria-valuenow",String(Math.round(M)))},_=Hr.subscribe(V);V(Oe.getState().currentTime);const G=setInterval(()=>{const M=Oe.getState().currentTime,P=Oe.getState().duration;if(P>0&&M>0){const X=Math.min(100,M/P*100);A.current&&(A.current.style.width=`${X}%`),E.current&&(E.current.style.left=`${X}%`)}},500);return()=>{_(),clearInterval(G)}}),h.useEffect(()=>{if(!Q.current)return;const V=L.current;Q.current.textContent=v==="frame"?h5(V,l):bn(V)},[l,v]),h.useEffect(()=>{if(!g)return;const V=_=>{j.current&&!j.current.contains(_.target)&&y(!1)};return document.addEventListener("mousedown",V),()=>{document.removeEventListener("mousedown",V)}},[g]);const B=h.useCallback(V=>{if(r)return;const _=C.current;if(!_||l<=0)return;const G=_.getBoundingClientRect(),M=BT(V,G.left,G.width),P=M*100;A.current&&(A.current.style.width=`${P}%`),E.current&&(E.current.style.left=`${P}%`),n(M*l)},[r,l,n]),H=h.useCallback(V=>{if(V.button!==0)return;V.preventDefault(),V.currentTarget.focus(),Z.current=!0;const _=V.currentTarget,G=V.pointerId;try{_.setPointerCapture(G)}catch{}B(V.clientX);const M=ee=>{ee.pointerId===G&&Z.current&&B(ee.clientX)},P=()=>{Z.current=!1;try{_.releasePointerCapture(G)}catch{}_.removeEventListener("pointermove",M),_.removeEventListener("pointerup",X),_.removeEventListener("pointercancel",X),window.removeEventListener("pointerup",X),window.removeEventListener("pointercancel",X),document.removeEventListener("visibilitychange",U),window.removeEventListener("blur",P)},X=ee=>{ee.pointerId===G&&P()},U=()=>{document.visibilityState==="hidden"&&P()};_.addEventListener("pointermove",M),_.addEventListener("pointerup",X),_.addEventListener("pointercancel",X),window.addEventListener("pointerup",X),window.addEventListener("pointercancel",X),document.addEventListener("visibilitychange",U),window.addEventListener("blur",P)},[B]),te=h.useCallback(V=>{if(r||!o||l<=0)return;const _=V.shiftKey?10:1;V.key==="ArrowLeft"?(V.preventDefault(),n(w2(L.current,-_))):V.key==="ArrowRight"&&(V.preventDefault(),n(Math.min(l,w2(L.current,_))))},[r,o,l,n]),D=h.useCallback(()=>{if(r)return;const V=Number.parseInt(w,10);!Number.isFinite(V)||l<=0||n(Math.min(l,Mb(Math.max(0,V))))},[r,l,w,n]),N=h.useCallback(V=>{V.preventDefault(),D()},[D]),Y=h.useCallback(V=>{V.key==="Enter"&&(V.preventDefault(),D())},[D]);return O.jsxs("div",{className:"px-4 py-2 flex flex-wrap items-center gap-x-2 gap-y-1","aria-disabled":r||void 0,style:{borderTop:"1px solid rgba(255,255,255,0.04)",paddingBottom:"calc(0.5rem + env(safe-area-inset-bottom))"},children:[O.jsx("button",{type:"button","aria-label":i?"Pause":"Play",onClick:e,disabled:z,className:"flex-shrink-0 w-8 h-8 flex items-center justify-center rounded-lg disabled:opacity-30 disabled:pointer-events-none transition-colors",style:{background:"rgba(255,255,255,0.06)"},children:i?O.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"#FAFAFA","aria-hidden":"true",children:[O.jsx("rect",{x:"6",y:"4",width:"4",height:"16",rx:"1"}),O.jsx("rect",{x:"14",y:"4",width:"4",height:"16",rx:"1"})]}):O.jsx("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"#FAFAFA","aria-hidden":"true",children:O.jsx("polygon",{points:"6,3 20,12 6,21"})})}),O.jsxs("span",{className:"font-mono text-[11px] tabular-nums flex-shrink-0 w-[118px]",style:{color:"#A1A1AA"},children:[O.jsx("span",{ref:Q,children:bn(0)}),v==="time"?O.jsxs(O.Fragment,{children:[O.jsx("span",{style:{color:"#3F3F46",margin:"0 2px"},children:"/"}),O.jsx("span",{style:{color:"#52525B"},children:bn(l)})]}):null]}),O.jsx("div",{ref:V=>{C.current=V,$.current=V},role:"slider",tabIndex:r?-1:0,"aria-label":"Seek","aria-disabled":r||void 0,"aria-valuemin":0,"aria-valuemax":Math.round(l),"aria-valuenow":0,className:`min-w-[96px] flex-1 h-6 flex items-center group ${r?"cursor-not-allowed opacity-50":"cursor-pointer"}`,style:{touchAction:"none"},onPointerDown:H,onKeyDown:te,children:O.jsxs("div",{className:"w-full rounded-full relative",style:{background:"rgba(255,255,255,0.15)",height:"3px"},children:[O.jsx("div",{ref:A,className:"absolute top-0 bottom-0 left-0 z-[1] rounded-full",style:{background:"linear-gradient(90deg, var(--hf-accent, #3CE6AC), #2BBFA0)"}}),O.jsx("div",{ref:E,className:"absolute top-1/2 z-[2] w-3 h-3 rounded-full -translate-y-1/2 -translate-x-1/2 transition-transform group-hover:scale-125",style:{background:"var(--hf-accent, #3CE6AC)",boxShadow:"0 0 6px rgba(60,230,172,0.4), 0 1px 4px rgba(0,0,0,0.4)"}})]})}),O.jsxs("div",{ref:j,className:"relative flex-shrink-0",children:[O.jsx("button",{type:"button",onClick:()=>y(V=>!V),disabled:r,className:"w-10 px-2 py-1 rounded-md text-[10px] font-mono tabular-nums transition-colors",style:{color:"#71717A",background:"rgba(255,255,255,0.04)"},children:c===1?"1x":`${c}x`}),g&&O.jsx("div",{className:"absolute bottom-full right-0 mb-1.5 rounded-lg shadow-xl z-50 min-w-[56px] overflow-hidden",style:{background:"#161618",border:"1px solid rgba(255,255,255,0.08)"},children:zT.map(V=>O.jsxs("button",{onClick:()=>{m(V),y(!1)},className:"block w-full px-3 py-1.5 text-[11px] text-left font-mono tabular-nums transition-colors",style:{color:V===c?"#FAFAFA":"#71717A",background:V===c?"rgba(255,255,255,0.06)":"transparent"},onMouseEnter:_=>{V!==c&&(_.currentTarget.style.background="rgba(255,255,255,0.04)")},onMouseLeave:_=>{V!==c&&(_.currentTarget.style.background="transparent")},children:[V,"x"]},V))})]}),O.jsx("button",{type:"button",onClick:()=>p(!f),disabled:r,className:`h-7 w-14 rounded-md border px-2 text-[10px] font-medium transition-colors ${f?"text-studio-accent bg-studio-accent/10 border-studio-accent/30":"border-neutral-700 text-neutral-400 hover:border-neutral-500 hover:bg-neutral-800"}`,title:"Loop playback","aria-label":f?"Disable loop playback":"Enable loop playback","aria-pressed":f,children:"Loop"}),O.jsx("button",{type:"button",onClick:()=>S(V=>V==="time"?"frame":"time"),disabled:r,className:"h-7 w-14 rounded-md border border-neutral-700 px-2 text-[10px] font-mono text-neutral-300 transition-colors hover:border-neutral-500 hover:bg-neutral-800",title:"Toggle time/frame display","aria-label":"Toggle time and frame display",children:v==="time"?"m:ss":"frames"}),O.jsx("form",{onSubmit:N,className:"hidden sm:flex flex-shrink-0 w-[58px] items-center",children:O.jsx("input",{value:w,onChange:V=>k(V.target.value),disabled:r,inputMode:"numeric",pattern:"[0-9]*","aria-label":"Jump to frame",placeholder:"frame",className:"h-7 w-[58px] rounded-md border border-neutral-700 bg-neutral-900 px-2 text-[10px] font-mono tabular-nums text-neutral-200 outline-none transition-colors placeholder:text-neutral-600 focus:border-studio-accent/60",onKeyDown:Y,onBlur:D})}),O.jsx("div",{className:"hidden lg:flex items-center gap-1 text-[9px] font-mono text-neutral-500","aria-label":"Playback shortcuts: J backward, K stop, L forward, arrows step one frame",children:YT.map(V=>O.jsxs("span",{className:"group relative rounded border border-neutral-800 px-1 py-0.5",children:[V.key,O.jsx("span",{className:"pointer-events-none absolute bottom-full left-1/2 z-50 mb-1.5 hidden -translate-x-1/2 whitespace-nowrap rounded-md border border-neutral-700 bg-neutral-950 px-2 py-1 font-sans text-[10px] text-neutral-200 shadow-lg group-hover:block",children:V.label})]},V.key))})]})}),p5=100;function Ss(t){return Math.round(t*p5)/p5}function kc(t,e,n){return Math.min(Math.max(t,e),n)}const g5=.55,v0=40,O5=12;function x5(t,e,n){const r=(i,l,o)=>{if(o<i+v0){const c=Math.max(0,1-(o-i)/v0);return-Math.round(O5*c)}if(o>l-v0){const c=Math.max(0,1-(l-o)/v0);return Math.round(O5*c)}return 0};return{x:r(t.left,t.right,e),y:r(t.top,t.bottom,n)}}function qT(t,e,n){const r=(t.currentScrollLeft??0)-(t.originScrollLeft??0),i=(t.currentScrollTop??0)-(t.originScrollTop??0),l=(e-t.originClientX+r)/Math.max(t.pixelsPerSecond,1),o=(n-t.originClientY+i)/Math.max(t.trackHeight,1),c=Math.round(o),f=Math.max(0,t.trackOrder.indexOf(t.track)),m=f+c,p=kc(m,0,Math.max(0,t.trackOrder.length-1)),g=Math.min(...t.trackOrder),y=Math.max(...t.trackOrder);let v=t.trackOrder[p]??t.track;const S=f===0,w=f===t.trackOrder.length-1;return S&&m<0&&f+o<=-g5?v=g-1:w&&m>t.trackOrder.length-1&&f+o>=t.trackOrder.length-1+g5&&(v=y+1),{start:kc(Ss(t.start+l),0,Math.max(0,t.maxStart)),track:v}}function cm(t){const e=Array.from(new Set(t)).sort((r,i)=>r-i),n=e.length;return new Map(e.map((r,i)=>[r,n-i]))}function UT(t,e,n){const r=Math.max(.05,t.minDuration??.1),i=(n-t.originClientX)/Math.max(t.pixelsPerSecond,1);if(e==="end"){const v=kc(Ss(t.duration+i),r,Math.max(r,t.maxEnd-t.start));return{start:t.start,duration:v,playbackStart:t.playbackStart}}const l=Math.max(.1,t.playbackRate??1),o=t.playbackStart!=null?t.playbackStart/l:Number.POSITIVE_INFINITY,c=-Math.min(t.start-t.minStart,o),f=t.duration-r,m=kc(i,c,f),p=Ss(t.start+m),g=Ss(t.duration-m),y=t.playbackStart!=null?Ss(Math.max(0,t.playbackStart+m*l)):void 0;return{start:p,duration:g,playbackStart:y}}function IT(t){if(t.compositionSrc||t.playbackStartAttr!=null||t.sourceDuration!=null&&Number.isFinite(t.sourceDuration)&&t.sourceDuration>0)return!0;const e=t.tag.toLowerCase();return["video","audio","img"].includes(e)}function GT(t){return!!(t.domId||t.selector)}function WT(t){if(t.playbackStartAttr!=null||t.playbackStart!=null)return!0;const e=t.tag.toLowerCase();return["video","audio"].includes(e)}function $b(t){if(t.timingSource==="implicit")return{canMove:!1,canTrimStart:!1,canTrimEnd:!1};const e=GT(t),n=Number.isFinite(t.duration)&&t.duration>0,r=IT(t);return{canMove:e&&(r||n),canTrimEnd:e&&n&&r,canTrimStart:e&&n&&WT(t)}}function KT(t){if(t.capabilities.canMove)return null;const e=Math.max(0,t.width),n=kc(t.offsetX,0,e),r=Math.max(0,t.handleWidth);return n<=r&&!t.capabilities.canTrimStart?"resize-start":n>=Math.max(0,e-r)&&!t.capabilities.canTrimEnd?"resize-end":"move"}function JT(t,e){return{start:t.start,end:t.start+t.duration,anchorX:e.anchorX,anchorY:e.anchorY}}function eM({rangeStart:t,rangeEnd:e,elements:n,prompt:r}){const i=Math.min(t,e),l=Math.max(t,e),o=n.map(c=>`- #${c.id} (${c.tag}) — ${bn(c.start)} to ${bn(c.start+c.duration)}, track ${c.track}`).join(`
|
|
50
|
-
`);return`Edit the following HyperFrames composition:
|
|
51
|
-
|
|
52
|
-
Time range: ${bn(i)} — ${bn(l)}
|
|
53
|
-
|
|
54
|
-
Elements in range:
|
|
55
|
-
${o||"(none)"}
|
|
56
|
-
|
|
57
|
-
User request:
|
|
58
|
-
${r.trim()||"(no prompt provided)"}
|
|
59
|
-
|
|
60
|
-
Instructions:
|
|
61
|
-
Modify only the elements listed above within the specified time range.
|
|
62
|
-
The composition uses HyperFrames data attributes (data-start, data-duration, data-track-index) and GSAP for animations.
|
|
63
|
-
Preserve all other elements and timing outside this range.`}function y5(t){return t.trim()}function Ja(t){return Number(Ss(t).toFixed(2)).toString()}function b5(t){if(typeof document>"u"||!document.body||!document.execCommand)return!1;const e=document.createElement("textarea");e.value=t,e.setAttribute("readonly","true"),e.style.position="fixed",e.style.top="0",e.style.left="0",e.style.width="1px",e.style.height="1px",e.style.padding="0",e.style.border="0",e.style.opacity="0",e.style.pointerEvents="none",document.body.appendChild(e),e.focus({preventScroll:!0}),e.select(),e.setSelectionRange(0,t.length);try{return document.execCommand("copy")}catch{return!1}finally{document.body.removeChild(e)}}function tM(){if(typeof navigator>"u")return!1;const t=navigator.userAgent;return/Safari/i.test(t)&&!/Chrome|Chromium|CriOS|FxiOS|Edg|OPR/i.test(t)}async function Tc(t){const e=tM();if(e&&b5(t))return!0;const n=typeof navigator<"u"?navigator.clipboard:void 0;if(n!=null&&n.writeText)try{return await n.writeText(t),!0}catch{}return!e&&b5(t)}function nM({rangeStart:t,rangeEnd:e,anchorX:n,anchorY:r,onClose:i}){const l=Oe($=>$.elements),[o,c]=h.useState(""),[f,m]=h.useState(!1),[p,g]=h.useState(!1),y=h.useRef(null),v=h.useRef(null),S=Math.min(t,e),w=Math.max(t,e),k=h.useMemo(()=>l.filter($=>{const j=$.start+$.duration;return $.start<w&&j>S}),[l,S,w]);kt(()=>{setTimeout(()=>{var $;return($=v.current)==null?void 0:$.focus()},50)}),kt(()=>{const $=j=>{j.key==="Escape"&&i()};return window.addEventListener("keydown",$),()=>window.removeEventListener("keydown",$)}),kt(()=>{const $=j=>{y.current&&!y.current.contains(j.target)&&i()};return setTimeout(()=>window.addEventListener("mousedown",$),100),()=>window.removeEventListener("mousedown",$)});const A=h.useCallback(()=>eM({rangeStart:S,rangeEnd:w,elements:k,prompt:o}),[S,w,k,o]),E=h.useCallback(async()=>{await Tc(A())&&(m(!0),setTimeout(()=>{m(!1),i()},800))},[A,i]),Q=h.useCallback(async()=>{const $=y5(o);!$||!await Tc($)||(g(!0),setTimeout(()=>{g(!1)},800))},[o]),C={position:"fixed",left:Math.max(8,Math.min(n-160,window.innerWidth-336)),top:Math.max(8,r-280),zIndex:200};return O.jsx("div",{ref:y,style:C,children:O.jsxs("div",{className:"w-80 bg-neutral-900 border border-neutral-700/60 rounded-xl shadow-2xl shadow-black/40 overflow-hidden",children:[O.jsxs("div",{className:"flex items-center justify-between px-4 py-2.5 border-b border-neutral-800/60",children:[O.jsxs("div",{className:"flex items-center gap-2",children:[O.jsx("div",{className:"w-1.5 h-1.5 rounded-full bg-studio-accent"}),O.jsxs("span",{className:"text-[11px] font-medium text-neutral-300",children:[bn(S)," — ",bn(w)]})]}),O.jsxs("span",{className:"text-[10px] text-neutral-600",children:[k.length," element",k.length!==1?"s":""]})]}),k.length>0&&O.jsx("div",{className:"px-4 py-2 border-b border-neutral-800/40 max-h-24 overflow-y-auto",children:k.map($=>O.jsxs("div",{className:"flex items-center justify-between py-0.5",children:[O.jsxs("span",{className:"text-[10px] font-mono text-studio-accent/80",children:["#",$.id]}),O.jsx("span",{className:"text-[10px] text-neutral-600",children:$.tag})]},$.id))}),O.jsx("div",{className:"p-3",children:O.jsx("textarea",{ref:v,value:o,onChange:$=>c($.target.value),onKeyDown:$=>{$.key==="Enter"&&($.metaKey||$.ctrlKey)&&($.preventDefault(),E())},placeholder:"What should change?",rows:2,className:"w-full px-3 py-2 text-xs bg-neutral-800/60 border border-neutral-700/40 rounded-lg text-neutral-200 placeholder:text-neutral-600 resize-none focus:outline-none focus:border-studio-accent/40 transition-colors"})}),O.jsxs("div",{className:"grid grid-cols-2 gap-2 px-3 pb-3",children:[O.jsx("button",{onClick:Q,disabled:!y5(o),className:`py-1.5 text-[11px] font-medium rounded-lg transition-all border ${p?"bg-green-500/20 text-green-400 border-green-500/30":"bg-neutral-800/70 text-neutral-200 border-neutral-700/50 hover:bg-neutral-800"} disabled:opacity-50 disabled:cursor-not-allowed`,children:p?"Prompt Copied!":"Copy Prompt"}),O.jsxs("button",{onClick:E,className:`py-1.5 text-[11px] font-medium rounded-lg transition-all ${f?"bg-green-500/20 text-green-400 border border-green-500/30":"bg-studio-accent/15 text-studio-accent border border-studio-accent/25 hover:bg-studio-accent/25"}`,children:[f?"Copied!":"Copy to Agent",!f&&O.jsx("span",{className:"text-[9px] text-studio-accent/50 ml-1.5",children:"Cmd+Enter"})]})]})]})})}const v5="#3CE6AC",rM="#E9FFF6",iM="rgba(60,230,172,0.12)";function Dr(){return{clip:v5,accent:v5,label:rM,iconBackground:iM}}const S5={video:Dr(),audio:Dr(),img:Dr(),div:Dr(),span:Dr(),p:Dr(),h1:Dr(),section:Dr(),sfx:Dr()},aM=Dr(),Qb={shellBackground:"#0A0A0B",shellBorder:"rgba(255,255,255,0.05)",rulerBorder:"rgba(255,255,255,0.045)",rowBackground:"#0A0A0B",rowBorder:"rgba(255,255,255,0.05)",gutterBackground:"#0A0A0B",gutterBorder:"rgba(255,255,255,0.05)",textPrimary:"#E8EDF5",textSecondary:"#8391A8",tickText:"rgba(131,145,168,0.92)",tickMajor:"rgba(255,255,255,0.13)",tickMinor:"rgba(255,255,255,0.08)",clipBackground:"linear-gradient(180deg, rgba(20,25,34,0.98), rgba(14,18,27,0.98))",clipBackgroundActive:"linear-gradient(180deg, rgba(24,30,40,0.99), rgba(15,20,29,0.99))",clipBorder:"rgba(255,255,255,0.07)",clipBorderHover:"rgba(255,255,255,0.11)",clipBorderActive:"rgba(255,255,255,0.14)",clipShadow:"inset 0 1px 0 rgba(255,255,255,0.03), 0 6px 18px rgba(0,0,0,0.18)",clipShadowHover:"inset 0 1px 0 rgba(255,255,255,0.035), 0 8px 20px rgba(0,0,0,0.2)",clipShadowActive:"inset 0 1px 0 rgba(255,255,255,0.04), 0 10px 24px rgba(0,0,0,0.22), 0 0 0 1px rgba(255,255,255,0.035)",clipShadowDragging:"inset 0 1px 0 rgba(255,255,255,0.04), 0 18px 36px rgba(0,0,0,0.34), 0 8px 16px rgba(0,0,0,0.18), 0 0 0 1px rgba(255,255,255,0.04)",handleColor:"rgba(255,255,255,0.11)",panelResizeSeam:"rgba(255,255,255,0.12)",panelResizeActive:"rgba(255,255,255,0.24)",clipRadius:"11px 15px 13px 9px / 10px 14px 12px 10px"};function lM(t){const e=t.toLowerCase();return e.startsWith("h")&&e.length===2&&"123456".includes(e[1]??"")?S5.h1:S5[e]??aM}function sM({isHovered:t,isSelected:e,isDragging:n}){return n?.95:e?.82:t?.76:0}function oM({element:t,draggedElementId:e,previewStart:n,previewTrack:r}){return(t.key??t.id)!==e||n===null||r===null?t:{...t,start:n,track:r}}const Ft=32,Mc=72,_s=24,w5=3,cM=18,uM=20;function fM(t,e){const n=[.25,.5,1,2,5,10,15,30,60,120,300,600];if(Number.isFinite(e)&&(e??0)>0)return n.find(o=>o*(e??0)>=128)??600;const r=[.25,.5,1,2,5,10,15,30,60],i=t/6;return r.find(l=>l>=i)??60}function hM(t,e){let n=t/2;return t>=30?n=t/6:t>=15?n=t/3:t>=5?n=t/5:t>=1&&(n=t/4),Number.isFinite(e)&&(e??0)>0&&n*(e??0)<20?Math.max(.25,t/2):Math.max(.25,n)}function dM(t,e){if(t<=0||!Number.isFinite(t)||t>7200)return{major:[],minor:[]};const n=fM(t,e),r=hM(n,e),i=[],l=[],o=2e3;for(let c=0;c<=t+.001&&i.length+l.length<o;c+=r){const f=Math.round(c*100)/100;Math.abs(f%n)<.01||Math.abs(f%n-n)<.01?i.push(f):l.push(f)}return{major:i,minor:l}}function mM(t,e,n){if(!Number.isFinite(t))return"0:00";const r=Math.max(0,t);if(n<1){const i=Math.round(r*10),l=Math.floor(i/10),o=i%10;return`${bn(l)}.${o}`}if(e>=3600||r>=3600){const i=Math.floor(r),l=Math.floor(i/3600),o=Math.floor(i%3600/60),c=i%60;return`${l}:${o.toString().padStart(2,"0")}:${c.toString().padStart(2,"0")}`}return bn(r)}function A5(t,e,n){return t==="fit"||!Number.isFinite(e)||!Number.isFinite(n)?!1:e-n>1}function pM(t,e,n){return t==="manual"&&e==="fit"?0:n}function gM(t){const e=Math.max(0,t.currentPixelsPerSecond),n=Math.max(0,t.nextPixelsPerSecond);if(!Number.isFinite(t.pointerX)||!Number.isFinite(t.currentScrollLeft)||!Number.isFinite(t.duration)||t.duration<=0||e<=0||n<=0)return Math.max(0,t.currentScrollLeft);const r=Math.max(0,t.currentScrollLeft+t.pointerX-t.gutter),i=Math.max(0,Math.min(t.duration,r/e));return Math.max(0,t.gutter+i*n-t.pointerX)}function k5(t,e){return!Number.isFinite(t)||!Number.isFinite(e)?Ft:Ft+Math.max(0,t)*Math.max(0,e)}function OM(t){return _s+Math.max(0,t)*Mc+uM}function xM(t,e){return!Number.isFinite(t)||!Number.isFinite(e)?!0:t-e<=1}function yM(t,e){return t.length===0?0:e==null||e<0?t[0]:e>=t.length?Math.max(...t)+1:t[e]??t[t.length-1]??0}function T5(t,e,n){const r=e-t.rectLeft+t.scrollLeft-Ft,i=n-t.rectTop+t.scrollTop-_s,l=Math.max(0,Math.min(t.duration,Math.round(r/Math.max(t.pixelsPerSecond,1)*100)/100)),o=Math.floor(i/Math.max(t.trackHeight,1));return{start:l,track:yM(t.trackOrder,o)}}function bM({scrollRef:t,ppsRef:e,effectiveDuration:n,pps:r,onSeek:i,seekFromX:l,autoScrollDuringDrag:o,dragScrollRaf:c,isDragging:f,setShowPopover:m}){const p=h.useRef(!1),g=h.useRef(0),[y,v]=h.useState(null),S=h.useRef(null),w=h.useCallback(E=>{var Q,C;if(E.button===0){if(E.shiftKey){E.currentTarget.setPointerCapture(E.pointerId),p.current=!0,m(!1);const $=(Q=t.current)==null?void 0:Q.getBoundingClientRect();if($){const j=E.clientX-$.left+(((C=t.current)==null?void 0:C.scrollLeft)??0)-Ft,Z=Math.max(0,j/r);g.current=Z,v({start:Z,end:Z,anchorX:E.clientX,anchorY:E.clientY})}return}S.current=null,!E.target.closest("[data-clip]")&&(E.currentTarget.setPointerCapture(E.pointerId),f.current=!0,v(null),m(!1),l(E.clientX))}},[l,r,t,f,m]),k=h.useCallback(E=>{var Q,C;if(p.current){const $=(Q=t.current)==null?void 0:Q.getBoundingClientRect();if($){const j=E.clientX-$.left+(((C=t.current)==null?void 0:C.scrollLeft)??0)-Ft;v(Z=>Z?{...Z,end:Math.max(0,j/r),anchorX:E.clientX,anchorY:E.clientY}:null)}return}f.current&&(l(E.clientX),o(E.clientX))},[l,o,r,t,f]),A=h.useCallback(()=>{if(p.current){p.current=!1;const E=S.current;S.current=null,v(Q=>Q&&E&&Math.abs(Q.end-Q.start)<=.2?(m(!0),JT(E.element,E)):Q&&Math.abs(Q.end-Q.start)>.2?(m(!0),Q):null);return}f.current=!1,cancelAnimationFrame(c.current)},[f,c,m]);return{rangeSelection:y,setRangeSelection:v,shiftClickClipRef:S,handlePointerDown:w,handlePointerMove:k,handlePointerUp:A}}const vM=10,SM=2e3,wM=.8,AM=1.25,kM=.0035;function Up(t){return Number.isFinite(t)?Math.max(vM,Math.min(SM,Math.round(t))):100}function hf(t,e){return t==="fit"?100:Up(e)}function TM(t,e,n){if(!Number.isFinite(t)||t<=0)return 100;const r=hf(e,n);return e==="fit"?t:t*(r/100)}function M5(t,e,n){const r=hf(e,n),i=t==="in"?r*AM:r*wM;return Up(i)}function MM(t,e,n){const r=hf(e,n);return!Number.isFinite(t)||t===0?r:Up(r*Math.exp(-t*kM))}function EM({playheadRef:t,scrollRef:e,ppsRef:n,durationRef:r,isDragging:i,currentTime:l,zoomMode:o,zoomModeRef:c,manualZoomPercentRef:f,fitPps:m,fitPpsRef:p,effectiveDuration:g,pps:y,timelineReady:v,elementsLength:S,setZoomMode:w,setManualZoomPercent:k,onSeek:A}){const E=h.useRef(0),Q=h.useRef(o),C=h.useCallback(L=>{!t.current||r.current<=0||(t.current.style.left=`${k5(L,n.current)}px`)},[t,r,n]);h.useEffect(()=>{C(l)},[l,y,C]),h.useEffect(()=>{const L=e.current;if(!L){Q.current=o;return}L.scrollLeft=pM(Q.current,o,L.scrollLeft),Q.current=o},[o,e]),kt(()=>Hr.subscribe(F=>{if(!t.current||r.current<=0)return;const q=k5(F,n.current);t.current.style.left=`${q}px`;const z=e.current;if(z&&!i.current&&A5(c.current,z.scrollWidth,z.clientWidth)){const B=z.clientWidth*.12;q>z.scrollLeft+z.clientWidth-B?z.scrollLeft=q-z.clientWidth*.15:q<z.scrollLeft+Ft&&(z.scrollLeft=Math.max(0,q-Ft))}}));const $=h.useCallback(L=>{const F=e.current;if(!F||g<=0)return;const q=F.getBoundingClientRect(),z=L-q.left+F.scrollLeft-Ft;if(z<0)return;const B=Math.max(0,Math.min(g,z/y));Hr.notify(B),A==null||A(B)},[e,g,y,A]),j=h.useCallback(L=>{cancelAnimationFrame(E.current);const F=e.current;if(!F||!i.current||!A5(c.current,F.scrollWidth,F.clientWidth))return;const q=F.getBoundingClientRect(),z=40,B=12;let H=0;L<q.left+z?H=-B*Math.max(0,1-(L-q.left)/z):L>q.right-z&&(H=B*Math.max(0,1-(q.right-L)/z)),H!==0&&(F.scrollLeft+=H,$(L),E.current=requestAnimationFrame(()=>j(L)))},[e,i,c,$]),Z=h.useCallback(L=>{if(!L.ctrlKey)return;const F=e.current;if(!F||r.current<=0||p.current<=0||n.current<=0)return;L.preventDefault(),L.stopPropagation();const q=F.getBoundingClientRect(),z=MM(L.deltaY,c.current,f.current);if(z===f.current&&c.current==="manual")return;const B=p.current*(z/100),H=gM({pointerX:L.clientX-q.left,currentScrollLeft:F.scrollLeft,gutter:Ft,currentPixelsPerSecond:n.current,nextPixelsPerSecond:B,duration:r.current});w("manual"),k(z),requestAnimationFrame(()=>{const te=Math.max(0,F.scrollWidth-F.clientWidth);F.scrollLeft=Math.min(te,H)})},[e,r,p,n,c,f,k,w]);return h.useEffect(()=>{const L=e.current;if(L)return L.addEventListener("wheel",Z,{passive:!1,capture:!0}),()=>{L.removeEventListener("wheel",Z,{capture:!0})}},[Z,e,v,S]),{seekFromX:$,autoScrollDuringDrag:j,dragScrollRaf:E}}const Js="/icons/timeline";function eo({src:t}){return O.jsx("img",{src:t,alt:"",width:12,height:12,style:{filter:"brightness(0) invert(1)"},draggable:!1})}const $M=O.jsx(eo,{src:`${Js}/captions.svg`}),E5=O.jsx(eo,{src:`${Js}/image.svg`}),QM=O.jsx(eo,{src:`${Js}/music.svg`}),$5=O.jsx(eo,{src:`${Js}/text.svg`}),A2=O.jsx(eo,{src:`${Js}/composition.svg`}),CM=O.jsx(eo,{src:`${Js}/audio.svg`}),Q5={video:E5,audio:QM,img:E5,div:A2,span:$M,p:$5,h1:$5,section:A2,sfx:CM};function C5(t){const e=lM(t),n=t.toLowerCase(),r=n.startsWith("h")&&n.length===2&&"123456".includes(n[1]??"")?Q5.h1:Q5[n]??A2;return{...e,icon:r}}const Ec=/\.(jpg|jpeg|png|gif|webp|svg|ico)$/i,Ip=/\.(mp4|webm|mov)$/i,Gp=/\.(mp3|wav|ogg|m4a|aac)$/i,c1=/\.(woff|woff2|ttf|ttc|otf|eot)$/i,Cb=/\.(mp4|webm|mov|mp3|wav|ogg|m4a|aac|jpg|jpeg|png|gif|webp|svg|ico)$/i;function Zb(t){return Cb.test(t)}const k2="application/x-hyperframes-asset",ZM=5;function Z5(t){return Ec.test(t)?"image":Ip.test(t)?"video":Gp.test(t)?"audio":null}function PM(t,e){const i=(t.split("/").pop()??"asset").replace(/\.[^.]+$/,"").replace(/[^a-zA-Z0-9_-]+/g,"_").replace(/^_+|_+$/g,"").toLowerCase()||"asset",l=new Set(e);if(!l.has(i))return i;let o=2;for(;l.has(`${i}_${o}`);)o+=1;return`${i}_${o}`}function jM(t,e){const n=t.includes("/")?t.slice(0,t.lastIndexOf("/")):"";if(!n)return e;const r=n.split("/").filter(Boolean),i=e.split("/").filter(Boolean);for(;r.length>0&&i.length>0&&r[0]===i[0];)r.shift(),i.shift();return[...r.map(()=>".."),...i].join("/")||e.split("/").pop()||e}function RM(t,e,n=[]){let r=Math.round(Math.max(0,t.start)*100)/100;const i=r,l=e.map(m=>Number.isFinite(m)&&m>0?m:ZM),o=l.reduce((m,p)=>Math.round((m+p)*100)/100,i),f=n.some(m=>{if(m.track!==t.track)return!1;const p=Math.max(0,m.start),g=p+Math.max(0,m.duration);return i<g&&o>p})?Math.max(t.track,...n.map(m=>m.track))+1:t.track;return l.map(m=>{const p=r;return r=Math.round((r+m)*100)/100,{start:p,track:f}})}function NM(t){var r,i;const e=Number.parseFloat(((r=t.match(/\bdata-width=(["'])([^"']+)\1/i))==null?void 0:r[2])??""),n=Number.parseFloat(((i=t.match(/\bdata-height=(["'])([^"']+)\1/i))==null?void 0:i[2])??"");return{left:0,top:0,width:Number.isFinite(e)&&e>0?Math.round(e):640,height:Number.isFinite(n)&&n>0?Math.round(n):360}}function VM(t){const e=`id="${t.id}" class="clip" src="${t.assetPath}" data-start="${t.start}" data-duration="${t.duration}" data-track-index="${t.track}"`,n=t.geometry??{left:0,top:0,width:640,height:360},r=`position: absolute; left: ${n.left}px; top: ${n.top}px; width: ${n.width}px; height: ${n.height}px; object-fit: contain; z-index: ${t.zIndex}`;return t.kind==="image"?`<img ${e} style="${r}" />`:t.kind==="video"?`<video ${e} muted playsinline style="${r}"></video>`:`<audio ${e} style="z-index: ${t.zIndex}"></audio>`}function LM(t,e){const r=/<[^>]*data-composition-id="[^"]+"[^>]*>/i.exec(t);if(!r||r.index==null)throw new Error("No composition root found in target source");const i=r.index+r[0].length;return`${t.slice(0,i)}${e}${t.slice(i)}`}function _M({isDragOver:t,onFileDrop:e,onDragOver:n,onDragLeave:r,onDrop:i}){return O.jsxs("div",{className:`h-full border-t bg-[#0a0a0b] flex flex-col select-none transition-colors duration-150 ${t?"border-studio-accent/50 bg-studio-accent/[0.03]":"border-neutral-800/50"}`,onDragOver:n,onDragLeave:r,onDrop:i,children:[O.jsx("div",{className:"flex-shrink-0 border-b border-neutral-800/40 flex items-end relative",style:{height:_s,paddingLeft:Ft},children:[0,10,20,30,40,50].map(l=>O.jsxs("div",{className:"flex flex-col items-center",style:{position:"absolute",left:Ft+l*14},children:[O.jsx("span",{className:"text-[9px] text-neutral-600 font-mono tabular-nums leading-none mb-0.5",children:`${Math.floor(l/60)}:${(l%60).toString().padStart(2,"0")}`}),O.jsx("div",{className:"w-px h-[5px] bg-neutral-700/40"})]},l))}),O.jsx("div",{className:"flex-1 flex items-center justify-center",children:O.jsx("div",{className:`flex items-center gap-3 px-6 py-3 border border-dashed rounded-lg transition-colors duration-150 ${t?"border-studio-accent/60 bg-studio-accent/[0.06]":"border-neutral-700/50"}`,children:t?O.jsxs(O.Fragment,{children:[O.jsxs("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",className:"text-studio-accent flex-shrink-0",children:[O.jsx("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),O.jsx("polyline",{points:"7 10 12 15 17 10"}),O.jsx("line",{x1:"12",y1:"15",x2:"12",y2:"3"})]}),O.jsx("span",{className:"text-[13px] text-studio-accent",children:"Drop media files to import"})]}):O.jsxs(O.Fragment,{children:[O.jsxs("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",className:"text-neutral-600 flex-shrink-0",children:[O.jsx("rect",{x:"2",y:"2",width:"20",height:"20",rx:"2"}),O.jsx("path",{d:"M7 2v20"}),O.jsx("path",{d:"M17 2v20"}),O.jsx("path",{d:"M2 7h20"}),O.jsx("path",{d:"M2 17h20"})]}),O.jsx("span",{className:"text-[13px] text-neutral-500",children:e?"Drop media here or describe your video to start":"Describe your video to start creating"})]})})})]})}const P5=h.memo(function({el:e,pps:n,clipY:r,isSelected:i,isHovered:l,isDragging:o=!1,hasCustomContent:c,theme:f=Qb,trackStyle:m,isComposition:p,onHoverStart:g,onHoverEnd:y,onPointerDown:v,onResizeStart:S,onClick:w,onDoubleClick:k,children:A}){const E=e.start*n,Q=Math.max(e.duration*n,4),C=sM({isHovered:l,isSelected:i,isDragging:o}),$=i?f.clipBorderActive:l?f.clipBorderHover:f.clipBorder,j=o?f.clipShadowDragging:i?f.clipShadowActive:l?f.clipShadowHover:f.clipShadow,Z=$b(e),L=e.label||e.id||e.tag,F=C>.01;return O.jsxs("div",{"data-clip":"true",className:c?"absolute overflow-hidden":"absolute flex items-center overflow-hidden",style:{left:E,width:Q,top:r,bottom:r,borderRadius:f.clipRadius,background:i?`linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0)), linear-gradient(120deg, ${m.accent}22, transparent 28%), ${f.clipBackgroundActive}`:`linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0)), linear-gradient(120deg, ${m.accent}1e, transparent 28%), ${f.clipBackground}`,backgroundImage:p&&!c?"repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255,255,255,0.05) 3px, rgba(255,255,255,0.05) 6px)":void 0,border:`1px solid ${$}`,boxShadow:j,transition:"border-color 120ms ease-out, box-shadow 140ms ease-out, background 140ms ease-out",zIndex:o?20:i?10:l?5:1,cursor:Z.canMove?"grab":"default",transform:o?"translateY(-1px)":void 0},title:p?`${e.compositionSrc} • Double-click to open`:`${L} • ${e.start.toFixed(1)}s – ${(e.start+e.duration).toFixed(1)}s`,onPointerEnter:g,onPointerLeave:y,onPointerDown:v,onClick:w,onDoubleClick:k,children:[O.jsx("div",{"aria-hidden":"true",role:"presentation",onPointerDown:q=>S==null?void 0:S("start",q),style:{position:"absolute",left:0,top:0,bottom:0,width:18,opacity:F&&Z.canTrimStart?1:0,pointerEvents:S&&Z.canTrimStart?"auto":"none",zIndex:4,transition:"opacity 120ms ease-out",cursor:"col-resize",background:F&&Z.canTrimStart?`linear-gradient(90deg, ${m.accent}4d 0%, ${m.accent}22 42%, transparent 100%)`:"transparent"},children:O.jsx("div",{style:{position:"absolute",left:6,top:7,bottom:7,width:3,borderRadius:999,background:f.handleColor,boxShadow:`0 0 0 1px ${m.accent}38, 0 0 12px ${m.accent}18`,opacity:C,pointerEvents:"none"}})}),O.jsx("div",{"aria-hidden":"true",role:"presentation",onPointerDown:q=>S==null?void 0:S("end",q),style:{position:"absolute",right:0,top:0,bottom:0,width:18,opacity:F&&Z.canTrimEnd?1:0,pointerEvents:S&&Z.canTrimEnd?"auto":"none",zIndex:4,transition:"opacity 120ms ease-out",cursor:"col-resize",background:F&&Z.canTrimEnd?`linear-gradient(270deg, ${m.accent}4d 0%, ${m.accent}22 42%, transparent 100%)`:"transparent"},children:O.jsx("div",{style:{position:"absolute",right:6,top:7,bottom:7,width:3,borderRadius:999,background:f.handleColor,boxShadow:`0 0 0 1px ${m.accent}38, 0 0 12px ${m.accent}18`,opacity:C,pointerEvents:"none"}})}),A]})}),DM=h.memo(function({major:e,minor:n,pps:r,trackContentWidth:i,totalH:l,effectiveDuration:o,majorTickInterval:c,shiftHeld:f,rangeSelection:m,theme:p}){return O.jsxs(O.Fragment,{children:[O.jsx("svg",{className:"absolute pointer-events-none",style:{left:Ft,width:i},height:l,children:e.map(g=>{const y=g*r;return O.jsx("line",{x1:y,y1:_s,x2:y,y2:l,stroke:p.tickMinor,strokeWidth:"1"},`g-${g}`)})}),O.jsxs("div",{className:"relative overflow-hidden",style:{height:_s,marginLeft:Ft,width:i},children:[f&&!m&&O.jsx("div",{className:"absolute inset-0 flex items-center justify-center pointer-events-none z-10",children:O.jsx("span",{className:"text-[9px] font-medium",style:{color:p.textSecondary},children:"Drag or click a clip to edit range"})}),n.map(g=>O.jsx("div",{className:"absolute bottom-0",style:{left:g*r},children:O.jsx("div",{className:"w-px h-[3px]",style:{background:p.tickMinor}})},`m-${g}`)),e.map(g=>O.jsxs("div",{className:"absolute bottom-0 flex flex-col items-center",style:{left:g*r},children:[O.jsx("span",{className:"text-[9px] font-mono tabular-nums leading-none mb-0.5",style:{color:p.tickText},children:mM(g,o,c)}),O.jsx("div",{className:"w-px h-[5px]",style:{background:p.tickMajor}})]},`M-${g}`))]})]})}),XM=h.memo(function({major:e,minor:n,pps:r,trackContentWidth:i,totalH:l,effectiveDuration:o,majorTickInterval:c,shiftHeld:f,rangeSelection:m,theme:p,displayTrackOrder:g,trackOrder:y,tracks:v,trackStyles:S,selectedElementId:w,hoveredClip:k,draggedClip:A,resizingClip:E,blockedClipRef:Q,suppressClickRef:C,scrollRef:$,renderClipContent:j,renderClipOverlay:Z,playheadRef:L,onResizeElement:F,onMoveElement:q,onDrillDown:z,onSelectElement:B,setHoveredClip:H,setShowPopover:te,setRangeSelection:D,setResizingClip:N,setDraggedClip:Y,setSelectedElementId:V,syncClipDragAutoScroll:_,shiftClickClipRef:G,getPreviewElement:M,getTrackStyle:P}){const X=(A==null?void 0:A.element)??null,U=(A==null?void 0:A.started)===!0&&X?oM({element:X,draggedElementId:X.key??X.id,previewStart:A.previewStart,previewTrack:A.previewTrack}):null,ee=(A==null?void 0:A.started)===!0&&U&&$.current?{left:A.pointerClientX-$.current.getBoundingClientRect().left+$.current.scrollLeft-A.pointerOffsetX,top:A.pointerClientY-$.current.getBoundingClientRect().top+$.current.scrollTop-A.pointerOffsetY}:null,le=(se,ge)=>O.jsxs(O.Fragment,{children:[Z==null?void 0:Z(se),O.jsx("div",{className:j?"absolute inset-0 overflow-hidden":"flex flex-col justify-center overflow-hidden flex-1 min-w-0 px-6",children:(j==null?void 0:j(se,ge))??O.jsxs("div",{className:"flex h-full min-h-0 flex-col justify-between py-3",children:[O.jsx("span",{className:"max-w-full truncate rounded-md px-1.5 py-0.5 text-[10px] font-semibold uppercase tracking-[0.08em] leading-none",style:{color:ge.label,background:`${ge.accent}26`,boxShadow:`inset 0 0 0 1px ${ge.accent}33`},children:se.tag}),O.jsxs("span",{className:"max-w-full truncate rounded-md px-1.5 py-0.5 text-[10px] font-medium tabular-nums leading-none",style:{color:p.textSecondary,background:"rgba(255,255,255,0.04)"},children:[bn(se.start)," ","→"," ",bn(se.start+se.duration)]})]})})]});return O.jsxs("div",{className:"relative",style:{height:l,width:Ft+i},children:[O.jsx(DM,{major:e,minor:n,pps:r,trackContentWidth:i,totalH:l,effectiveDuration:o,majorTickInterval:c,shiftHeld:f,rangeSelection:m,theme:p}),g.map(se=>{var Fe;const ge=((Fe=v.find(([ke])=>ke===se))==null?void 0:Fe[1])??[],de=S.get(se)??P(""),Me=(A==null?void 0:A.started)===!0&&!y.includes(se)&&ge.length===0;return O.jsxs("div",{className:"relative flex",style:{height:Mc,background:p.rowBackground,borderBottom:`1px solid ${p.rowBorder}`},children:[O.jsx("div",{className:"flex-shrink-0 flex items-center justify-center",style:{width:Ft,background:p.gutterBackground,borderRight:`1px solid ${p.gutterBorder}`},children:O.jsx("div",{className:"flex items-center justify-center",style:{width:18,height:18,borderRadius:6,backgroundColor:de.iconBackground,border:`1px solid ${p.gutterBorder}`,color:"#fff"},children:de.icon})}),O.jsxs("div",{style:{width:i},className:"relative",children:[Me&&O.jsx("div",{className:"absolute inset-0 flex items-center",style:{paddingLeft:16,color:de.label,fontSize:11,letterSpacing:"0.08em",textTransform:"uppercase",background:`linear-gradient(90deg, ${de.accent}14, transparent 28%)`,boxShadow:`inset 0 0 0 1px ${de.accent}24`},children:"New track"}),ge.map((ke,zt)=>{const Mt=P(ke.tag),ft=ke.key??ke.id,Ht=$b(ke),yt=w===ft,Kt=!!ke.compositionSrc,he=`${ft}-${zt}`;if((A==null?void 0:A.started)===!0&&((X==null?void 0:X.key)??(X==null?void 0:X.id))===ft)return null;const qe=M(ke);return O.jsx(P5,{el:qe,pps:r,clipY:w5,isSelected:yt,isHovered:k===he,isDragging:!1,hasCustomContent:!!j,theme:p,trackStyle:Mt,isComposition:Kt,onHoverStart:()=>H(he),onHoverEnd:()=>H(null),onResizeStart:(Ee,Ve)=>{Ve.button!==0||Ve.shiftKey||!F||Ee==="start"&&!Ht.canTrimStart||Ee==="end"&&!Ht.canTrimEnd||(Ve.stopPropagation(),Q.current=null,te(!1),D(null),N({element:ke,edge:Ee,originClientX:Ve.clientX,previewStart:ke.start,previewDuration:ke.duration,previewPlaybackStart:ke.playbackStart,started:!1}))},onPointerDown:Ee=>{var dt,Et;if(Ee.button!==0)return;if(Ee.shiftKey){G.current={element:ke,anchorX:Ee.clientX,anchorY:Ee.clientY};return}const Qe=Ee.currentTarget.getBoundingClientRect(),ht=KT({width:Qe.width,offsetX:Ee.clientX-Qe.left,handleWidth:cM,capabilities:Ht});if(ht&&(ht==="move"&&q||ht!=="move"&&F)){Q.current={element:ke,intent:ht,originClientX:Ee.clientX,originClientY:Ee.clientY,started:!1};return}!q||!Ht.canMove||(Q.current=null,te(!1),D(null),Y({element:ke,originClientX:Ee.clientX,originClientY:Ee.clientY,originScrollLeft:((dt=$.current)==null?void 0:dt.scrollLeft)??0,originScrollTop:((Et=$.current)==null?void 0:Et.scrollTop)??0,pointerClientX:Ee.clientX,pointerClientY:Ee.clientY,pointerOffsetX:Ee.clientX-Qe.left,pointerOffsetY:Ee.clientY-Qe.top,previewStart:ke.start,previewTrack:ke.track,started:!1}),_(Ee.clientX,Ee.clientY))},onClick:Ee=>{if(Ee.stopPropagation(),C.current)return;const Ve=yt?null:ke;V(Ve?ft:null),B==null||B(Ve)},onDoubleClick:Ee=>{Ee.stopPropagation(),!C.current&&Kt&&z&&z(ke)},children:le(qe,Mt)},he)})]})]},se)}),U&&ee&&O.jsx("div",{className:"absolute pointer-events-none",style:{top:ee.top,left:ee.left,width:Math.max(U.duration*r,4),height:Mc-w5*2,zIndex:40},children:O.jsx(P5,{el:{...U,start:0},pps:r,clipY:0,isSelected:w===(U.key??U.id),isHovered:!1,isDragging:!0,hasCustomContent:!!j,theme:p,trackStyle:P(U.tag),isComposition:!!U.compositionSrc,onHoverStart:()=>{},onHoverEnd:()=>{},onResizeStart:()=>{},onClick:()=>{},onDoubleClick:()=>{},children:le(U,P(U.tag))})}),m&&O.jsx("div",{className:"absolute pointer-events-none",style:{left:Ft+Math.min(m.start,m.end)*r,width:Math.abs(m.end-m.start)*r,top:_s,bottom:0,backgroundColor:"rgba(59, 130, 246, 0.12)",borderLeft:"1px solid rgba(59, 130, 246, 0.4)",borderRight:"1px solid rgba(59, 130, 246, 0.4)",zIndex:50}}),O.jsxs("div",{ref:L,className:"absolute top-0 bottom-0 pointer-events-none",style:{left:`${Ft}px`,zIndex:100},children:[O.jsx("div",{className:"absolute top-0 bottom-0",style:{left:"50%",width:2,marginLeft:-1,background:"var(--hf-accent, #3CE6AC)",boxShadow:"0 0 8px rgba(60,230,172,0.5)"}}),O.jsx("div",{className:"absolute",style:{left:"50%",top:0,transform:"translateX(-50%)"},children:O.jsx("div",{style:{width:0,height:0,borderLeft:"6px solid transparent",borderRight:"6px solid transparent",borderTop:"8px solid var(--hf-accent, #3CE6AC)",filter:"drop-shadow(0 1px 3px rgba(0,0,0,0.6))"}})})]})]})});function zM({scrollRef:t,ppsRef:e,durationRef:n,trackOrderRef:r,onMoveElement:i,onResizeElement:l,onBlockedEditAttempt:o,setShowPopover:c,setRangeSelectionRef:f}){const m=Oe(H=>H.updateElement),[p,g]=h.useState(null),y=h.useRef(null);y.current=p;const[v,S]=h.useState(null),w=h.useRef(null);w.current=v;const k=h.useRef(null),A=h.useRef(!1),E=h.useRef(i);E.current=i;const Q=h.useRef(l);Q.current=l;const C=h.useRef(0),$=h.useRef(null),j=h.useCallback((H,te,D)=>{const N=t.current,Y=qT({start:H.element.start,track:H.element.track,duration:H.element.duration,originClientX:H.originClientX,originClientY:H.originClientY,originScrollLeft:H.originScrollLeft,originScrollTop:H.originScrollTop,currentScrollLeft:(N==null?void 0:N.scrollLeft)??H.originScrollLeft,currentScrollTop:(N==null?void 0:N.scrollTop)??H.originScrollTop,pixelsPerSecond:e.current,trackHeight:Mc,maxStart:Math.max(0,n.current-H.element.duration),trackOrder:r.current},te,D);return{...H,started:!0,pointerClientX:te,pointerClientY:D,previewStart:Y.start,previewTrack:Y.track}},[t,e,n,r]),Z=h.useCallback(()=>{$.current=null,C.current&&(cancelAnimationFrame(C.current),C.current=0)},[]),L=h.useCallback(()=>{C.current=0;const H=y.current,te=$.current,D=t.current;if(!H||!te||!D)return;const N=D.getBoundingClientRect(),Y=x5(N,te.clientX,te.clientY);if(Y.x===0&&Y.y===0)return;const V=Math.max(0,D.scrollWidth-D.clientWidth),_=Math.max(0,D.scrollHeight-D.clientHeight),G=Math.max(0,Math.min(V,D.scrollLeft+Y.x)),M=Math.max(0,Math.min(_,D.scrollTop+Y.y));G===D.scrollLeft&&M===D.scrollTop||(D.scrollLeft=G,D.scrollTop=M,g(P=>P&&j(P,te.clientX,te.clientY)),C.current=requestAnimationFrame(L))},[t,j]),F=h.useCallback((H,te)=>{$.current={clientX:H,clientY:te};const D=t.current;if(!D)return;const N=D.getBoundingClientRect(),Y=x5(N,H,te);if(Y.x===0&&Y.y===0){C.current&&(cancelAnimationFrame(C.current),C.current=0);return}C.current||(C.current=requestAnimationFrame(L))},[t,L]),q=h.useRef(j);q.current=j;const z=h.useRef(F);z.current=F;const B=h.useRef(Z);return B.current=Z,kt(()=>{const H=()=>{requestAnimationFrame(()=>{A.current=!1})},te=N=>{var M,P,X;const Y=y.current,V=w.current,_=k.current;if(V){const U=Math.abs(N.clientX-V.originClientX);if(!V.started&&U<2)return;c(!1),(M=f.current)==null||M.call(f,null);const ee=V.element.sourceDuration!=null?Math.max(0,(V.element.sourceDuration-(V.element.playbackStart??0))/Math.max(V.element.playbackRate??1,.1)):Number.POSITIVE_INFINITY,le=V.element.tag.toLowerCase(),se=le==="audio"||le==="video",ge=UT({start:V.element.start,duration:V.element.duration,originClientX:V.originClientX,pixelsPerSecond:e.current,minStart:0,maxEnd:Math.min(n.current,V.element.start+ee),playbackStart:V.edge==="start"&&se?V.element.playbackStart??0:V.element.playbackStart,playbackRate:V.element.playbackRate},V.edge,N.clientX);S(de=>de&&{...de,started:!0,previewStart:ge.start,previewDuration:ge.duration,previewPlaybackStart:ge.playbackStart});return}if(_){const U=Math.hypot(N.clientX-_.originClientX,N.clientY-_.originClientY),ee=_.intent==="move"?4:2;if(!_.started&&U<ee)return;_.started||(_.started=!0,k.current=_,A.current=!0,c(!1),(P=f.current)==null||P.call(f,null),o==null||o(_.element,_.intent));return}if(!Y)return;const G=Math.hypot(N.clientX-Y.originClientX,N.clientY-Y.originClientY);!Y.started&&G<4||(c(!1),(X=f.current)==null||X.call(f,null),g(U=>U&&q.current(U,N.clientX,N.clientY)),z.current(N.clientX,N.clientY))},D=()=>{var G,M;B.current();const N=w.current;if(N){if(w.current=null,S(null),!N.started||(A.current=!0,H(),!(N.previewStart!==N.element.start||N.previewDuration!==N.element.duration||N.previewPlaybackStart!==N.element.playbackStart)))return;m(N.element.key??N.element.id,{start:N.previewStart,duration:N.previewDuration,playbackStart:N.previewPlaybackStart}),Promise.resolve((G=Q.current)==null?void 0:G.call(Q,N.element,{start:N.previewStart,duration:N.previewDuration,playbackStart:N.previewPlaybackStart})).catch(X=>{m(N.element.key??N.element.id,{start:N.element.start,duration:N.element.duration,playbackStart:N.element.playbackStart}),console.error("[Timeline] Failed to persist clip resize",X)});return}const Y=k.current;if(Y){if(k.current=null,!Y.started)return;H();return}const V=y.current;!V||(y.current=null,g(null),!V.started)||(A.current=!0,H(),!(V.previewStart!==V.element.start||V.previewTrack!==V.element.track))||(m(V.element.key??V.element.id,{start:V.previewStart,track:V.previewTrack}),Promise.resolve((M=E.current)==null?void 0:M.call(E,V.element,{start:V.previewStart,track:V.previewTrack})).catch(P=>{m(V.element.key??V.element.id,{start:V.element.start,track:V.element.track}),console.error("[Timeline] Failed to persist clip move",P)}))};return window.addEventListener("pointermove",te),window.addEventListener("pointerup",D),window.addEventListener("pointercancel",D),()=>{B.current(),window.removeEventListener("pointermove",te),window.removeEventListener("pointerup",D),window.removeEventListener("pointercancel",D)}}),{draggedClip:p,setDraggedClip:g,resizingClip:v,setResizingClip:S,blockedClipRef:k,suppressClickRef:A,syncClipDragAutoScroll:F,stopClipDragAutoScroll:Z}}const HM=h.memo(function({onSeek:e,onDrillDown:n,renderClipContent:r,renderClipOverlay:i,onFileDrop:l,onAssetDrop:o,onDeleteElement:c,onMoveElement:f,onResizeElement:m,onBlockedEditAttempt:p,onSelectElement:g,theme:y}={}){const v=h.useMemo(()=>({...Qb,...y}),[y]),S=Oe(pe=>pe.elements),w=Oe(pe=>pe.duration),k=Oe(pe=>pe.timelineReady),A=Oe(pe=>pe.selectedElementId),E=Oe(pe=>pe.setSelectedElementId),Q=Oe(pe=>pe.currentTime),C=Oe(pe=>pe.zoomMode),$=Oe(pe=>pe.manualZoomPercent),j=Oe(pe=>pe.setZoomMode),Z=Oe(pe=>pe.setManualZoomPercent),L=h.useRef(null),F=h.useRef(null),q=h.useRef(null),[z,B]=h.useState(null),H=h.useRef(!1),[te,D]=h.useState(!1);kt(()=>{const pe=wn=>wn.key==="Shift"&&D(!0),Le=wn=>wn.key==="Shift"&&D(!1),st=()=>D(!1);return window.addEventListener("keydown",pe),window.addEventListener("keyup",Le),window.addEventListener("blur",st),()=>{window.removeEventListener("keydown",pe),window.removeEventListener("keyup",Le),window.removeEventListener("blur",st)}});const[N,Y]=h.useState(!1),[V,_]=h.useState(!0),[G,M]=h.useState(0),P=h.useRef(null),X=h.useRef(0),U=h.useCallback(()=>{const pe=q.current;_(pe?xM(pe.scrollHeight,pe.clientHeight):!0)},[]),ee=h.useCallback(()=>{X.current&&cancelAnimationFrame(X.current),X.current=requestAnimationFrame(()=>{X.current=0,U()})},[U]),le=h.useCallback(pe=>{P.current&&(P.current.disconnect(),P.current=null),F.current=pe,pe&&(M(pe.clientWidth),ee(),P.current=new ResizeObserver(([Le])=>{M(Le.contentRect.width),ee()}),P.current.observe(pe))},[ee]);kt(()=>()=>{var pe;(pe=P.current)==null||pe.disconnect(),X.current&&cancelAnimationFrame(X.current)});const se=h.useMemo(()=>{const pe=Number.isFinite(w)?w:0;if(S.length===0)return pe;const Le=Math.max(...S.map(wn=>wn.start+wn.duration)),st=Math.max(pe,Le);return Number.isFinite(st)?st:pe},[S,w]),ge=h.useMemo(()=>{const pe=new Map;for(const Le of S){const st=pe.get(Le.track)??[];st.push(Le),pe.set(Le.track,st)}return Array.from(pe.entries()).sort(([Le],[st])=>Le-st)},[S]),de=h.useMemo(()=>{var Le;const pe=new Map;for(const[st,wn]of ge)pe.set(st,C5(((Le=wn[0])==null?void 0:Le.tag)??""));return pe},[ge]),Me=h.useMemo(()=>ge.map(([pe])=>pe),[ge]),Fe=h.useRef(Me);Fe.current=Me;const ke=h.useRef(100),zt=h.useRef(se);zt.current=se;const Mt=h.useRef(null),{draggedClip:ft,setDraggedClip:Ht,resizingClip:yt,setResizingClip:Kt,blockedClipRef:he,suppressClickRef:ze,syncClipDragAutoScroll:qe}=zM({scrollRef:q,ppsRef:ke,durationRef:zt,trackOrderRef:Fe,onMoveElement:f,onResizeElement:m,onBlockedEditAttempt:p,setShowPopover:Y,setRangeSelectionRef:Mt}),Ee=h.useMemo(()=>!(ft!=null&&ft.started)||Me.length===0||Me.includes(ft.previewTrack)?Me:[...Me,ft.previewTrack].sort((pe,Le)=>pe-Le),[ft,Me]),Ve=OM(Ee.length),Qe=h.useMemo(()=>S.find(pe=>(pe.key??pe.id)===A)??null,[S,A]),ht=h.useRef(Qe);ht.current=Qe;const dt=G>Ft&&se>0?(G-Ft-2)/se:100,Et=TM(dt,C,$);ke.current=Et;const Qr=Math.max(0,se*Et),_i=h.useRef(C);_i.current=C;const ni=h.useRef($);ni.current=$;const ri=h.useRef(dt);ri.current=dt;const{seekFromX:Di,autoScrollDuringDrag:er,dragScrollRaf:$t}=EM({playheadRef:L,scrollRef:q,ppsRef:ke,durationRef:zt,isDragging:H,currentTime:Q,zoomMode:C,zoomModeRef:_i,manualZoomPercentRef:ni,fitPps:dt,fitPpsRef:ri,effectiveDuration:se,pps:Et,timelineReady:k,elementsLength:S.length,setZoomMode:j,setManualZoomPercent:Z,onSeek:e}),{rangeSelection:Rt,setRangeSelection:vt,shiftClickClipRef:Pa,handlePointerDown:ja,handlePointerMove:be,handlePointerUp:bt}=bM({scrollRef:q,ppsRef:ke,effectiveDuration:se,pps:Et,onSeek:e,seekFromX:Di,autoScrollDuringDrag:er,dragScrollRaf:$t,isDragging:H,setShowPopover:Y});Mt.current=vt;const un=h.useRef(ht.current);h.useEffect(()=>{const pe=un.current,Le=ht.current;un.current=Le,pe&&!Le&&(Y(!1),vt(null))});const{major:tr,minor:nr}=h.useMemo(()=>dM(se,Et),[se,Et]),Cr=tr.length>=2?Math.max(.25,tr[1]-tr[0]):se;h.useEffect(()=>{U()},[U,k,S.length,Ve]);const Zr=h.useCallback(pe=>yt&&(yt.element.key??yt.element.id)===(pe.key??pe.id)?{...pe,start:yt.previewStart,duration:yt.previewDuration,playbackStart:yt.previewPlaybackStart}:pe,[yt]),[El,Ra]=h.useState(!1),$l=h.useCallback(pe=>{const Le=pe.dataTransfer.files.length>0,st=Array.from(pe.dataTransfer.types).includes(k2);!Le&&!st||(pe.preventDefault(),st&&(pe.dataTransfer.dropEffect="copy"),Ra(!0))},[]),Xi=h.useCallback(pe=>{pe.preventDefault(),Ra(!1);const Le=q.current,st=Le==null?void 0:Le.getBoundingClientRect(),wn={rectLeft:(st==null?void 0:st.left)??0,rectTop:(st==null?void 0:st.top)??0,scrollLeft:(Le==null?void 0:Le.scrollLeft)??0,scrollTop:(Le==null?void 0:Le.scrollTop)??0,pixelsPerSecond:ke.current,duration:zt.current,trackHeight:Mc,trackOrder:Fe.current};if(l&&pe.dataTransfer.files.length>0){l(Array.from(pe.dataTransfer.files),Le&&st?T5(wn,pe.clientX,pe.clientY):void 0);return}const Ql=pe.dataTransfer.getData(k2);if(!(!Ql||!o||!Le||!st))try{const Cl=JSON.parse(Ql);Cl.path&&o(Cl.path,T5(wn,pe.clientX,pe.clientY))}catch{}},[o,l]);return!k||S.length===0?O.jsx(_M,{isDragOver:El,onFileDrop:!!l,onDragOver:$l,onDragLeave:()=>Ra(!1),onDrop:Xi}):O.jsxs("div",{ref:le,"aria-label":"Timeline",className:`relative border-t select-none h-full overflow-hidden ${te?"cursor-crosshair":"cursor-default"}`,style:{touchAction:"pan-x pan-y",background:v.shellBackground,borderColor:v.shellBorder},children:[O.jsx("div",{ref:q,className:`${C==="fit"?"overflow-x-hidden":"overflow-x-auto"} overflow-y-auto h-full`,onDragOver:$l,onDragLeave:()=>Ra(!1),onDrop:Xi,onPointerDown:ja,onPointerMove:be,onPointerUp:bt,onLostPointerCapture:bt,children:O.jsx(XM,{major:tr,minor:nr,pps:Et,trackContentWidth:Qr,totalH:Ve,effectiveDuration:se,majorTickInterval:Cr,shiftHeld:te,rangeSelection:Rt,theme:v,displayTrackOrder:Ee,trackOrder:Me,tracks:ge,trackStyles:de,selectedElementId:A,hoveredClip:z,draggedClip:ft,resizingClip:yt,blockedClipRef:he,suppressClickRef:ze,scrollRef:q,renderClipContent:r,renderClipOverlay:i,playheadRef:L,onResizeElement:m,onMoveElement:f,onDrillDown:n,onSelectElement:g,setHoveredClip:B,setShowPopover:Y,setRangeSelection:vt,setResizingClip:Kt,setDraggedClip:Ht,setSelectedElementId:E,syncClipDragAutoScroll:qe,shiftClickClipRef:Pa,getPreviewElement:Zr,getTrackStyle:C5})}),V&&!N&&!Rt&&O.jsx("div",{className:"absolute bottom-2 right-3 pointer-events-none z-20",children:O.jsxs("div",{className:"flex items-center gap-1.5 px-2 py-1 rounded-md border",style:{background:"rgba(17,23,35,0.84)",borderColor:v.gutterBorder},children:[O.jsx("kbd",{className:"text-[9px] font-mono px-1 py-0.5 rounded",style:{color:v.textSecondary,background:"rgba(255,255,255,0.06)"},children:"Shift"}),O.jsx("span",{className:"text-[9px]",style:{color:v.textSecondary},children:"+ drag/click to edit range"})]})}),N&&Rt&&O.jsx(nM,{rangeStart:Rt.start,rangeEnd:Rt.end,anchorX:Rt.anchorX,anchorY:Rt.anchorY,onClose:()=>{Y(!1),vt(null)}})]})}),j5=66,R5=6,YM=h.memo(function({videoSrc:e,label:n,labelColor:r,duration:i=5}){const[l,o]=h.useState(0),[c,f]=h.useState(!1),[m,p]=h.useState([]),[g,y]=h.useState(16/9),v=h.useRef(null),S=h.useRef(null),w=h.useRef(!1),k=h.useCallback(Q=>{var j,Z,L;if((j=v.current)==null||j.disconnect(),(Z=S.current)==null||Z.disconnect(),!Q)return;const C=((L=Q.parentElement)==null?void 0:L.clientWidth)||Q.clientWidth;o(C),v.current=new IntersectionObserver(([F])=>{var q;F.isIntersecting&&(f(!0),(q=v.current)==null||q.disconnect())},{rootMargin:"200px"}),v.current.observe(Q);const $=Q.parentElement||Q;S.current=new ResizeObserver(([F])=>{o(F.contentRect.width)}),S.current.observe($)},[]);kt(()=>()=>{var Q,C;(Q=v.current)==null||Q.disconnect(),(C=S.current)==null||C.disconnect()}),h.useEffect(()=>{if(!c||w.current)return;w.current=!0;const Q=document.createElement("video");Q.crossOrigin="anonymous",Q.muted=!0,Q.preload="auto";const C=document.createElement("canvas"),$=C.getContext("2d");if(!$){w.current=!1;return}const j=[],Z=Math.min(.4,i*.05);for(let z=0;z<R5;z++){const B=z/(R5-1)*i;j.push(Math.max(B,Z))}let L=0,F=!1;const q=()=>{if(F||L>=j.length){F||(Q.src="",Q.load());return}Q.currentTime=j[L]};return Q.addEventListener("loadedmetadata",()=>{if(Q.videoWidth>0&&Q.videoHeight>0){y(Q.videoWidth/Q.videoHeight);const z=j5*2,B=Math.round(z*(Q.videoWidth/Q.videoHeight));C.width=B,C.height=z}q()}),Q.addEventListener("seeked",()=>{if(F)return;$.drawImage(Q,0,0,C.width,C.height);const z=C.toDataURL("image/jpeg",.6);p(B=>[...B,z]),L++,q()}),Q.addEventListener("error",()=>{}),Q.src=e,Q.load(),()=>{F=!0,w.current=!1,p([]),Q.src="",Q.load()}},[c,e,i]);const A=Math.round(j5*g),E=l>0?Math.max(1,Math.ceil(l/A)):1;return O.jsxs("div",{ref:k,className:"absolute inset-0 overflow-hidden",children:[c&&m.length>0&&O.jsx("div",{className:"absolute inset-0 flex",children:Array.from({length:E}).map((Q,C)=>{const $=m[C%m.length];return O.jsx("div",{className:"flex-shrink-0 h-full relative overflow-hidden bg-neutral-900",style:{width:A},children:O.jsx("img",{src:$,alt:"",draggable:!1,className:"absolute inset-0 w-full h-full object-cover"})},C)})}),c&&m.length===0&&O.jsx("div",{className:"absolute inset-0 animate-pulse",style:{background:"linear-gradient(90deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.05) 50%, rgba(255,255,255,0.02) 100%)"}}),O.jsx("div",{className:"absolute bottom-0 left-0 right-0 z-10 px-1.5 pb-0.5 pt-3",style:{background:"linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 60%, transparent 100%)"},children:O.jsx("span",{className:"text-[9px] font-semibold truncate block leading-tight",style:{color:r,textShadow:"0 1px 2px rgba(0,0,0,0.9)"},children:n})})]})}),BM=66,FM="v3",N5=10;function qM({previewUrl:t,seekTime:e=2,duration:n=5,selector:r,selectorIndex:i,origin:l}){const o=t.replace("/preview/comp/","/thumbnail/").replace(/\/preview$/,"/thumbnail/index.html"),c=e+n/2,f=new URL(o,l);return f.searchParams.set("t",c.toFixed(2)),f.searchParams.set("v",FM),r&&(f.searchParams.set("selector",r),i!=null&&i>0&&f.searchParams.set("selectorIndex",String(i))),f.toString()}const um=h.memo(function({previewUrl:e,label:n,labelColor:r,accentColor:i="#6B7280",selector:l,selectorIndex:o,seekTime:c=2,duration:f=5}){const[m,p]=h.useState(0),[g,y]=h.useState(!1),[v,S]=h.useState(16/9),w=h.useRef(null),k=h.useCallback(C=>{var Z,L;if((Z=w.current)==null||Z.disconnect(),!C)return;const $=((L=C.parentElement)==null?void 0:L.clientWidth)||C.clientWidth;p($);const j=C.parentElement||C;w.current=new ResizeObserver(([F])=>{p(F.contentRect.width)}),w.current.observe(j)},[]);kt(()=>()=>{var C;(C=w.current)==null||C.disconnect()});const A=qM({previewUrl:e,seekTime:c,duration:f,selector:l,selectorIndex:o,origin:window.location.origin}),E=Math.max(48,Math.round(BM*v)),Q=m>0?Math.max(1,Math.ceil(m/E)):1;return O.jsxs("div",{ref:k,className:"absolute inset-0 overflow-hidden",children:[O.jsx("img",{src:A,alt:"",draggable:!1,loading:"eager",onLoad:C=>{const $=C.currentTarget;$.naturalWidth>0&&$.naturalHeight>0&&S($.naturalWidth/$.naturalHeight),y(!0)},className:"hidden"}),g?O.jsx("div",{className:"absolute inset-0 flex",children:Array.from({length:Q}).map((C,$)=>O.jsx("div",{className:"relative h-full flex-shrink-0 overflow-hidden",style:{width:E},children:O.jsx("img",{src:A,alt:"",draggable:!1,className:"absolute inset-0 h-full w-full object-cover opacity-60"})},$))}):O.jsx("div",{className:"absolute inset-0 animate-pulse",style:{background:"linear-gradient(90deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.05) 50%, rgba(255,255,255,0.02) 100%)"}}),O.jsx("div",{className:"absolute inset-0",style:{background:`linear-gradient(120deg, ${i}2e, transparent 34%), linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.08))`}}),O.jsx("div",{className:"absolute left-2 top-2",style:{zIndex:N5},children:O.jsx("span",{className:"block max-w-full truncate rounded-md px-1.5 py-0.5 text-[9px] font-semibold uppercase leading-none",style:{color:r,background:`${i}2e`,boxShadow:`inset 0 0 0 1px ${i}40`},children:n})}),O.jsx("div",{className:"absolute bottom-0 left-0 right-0 px-1.5 pb-0.5 pt-3",style:{zIndex:N5,background:"linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 60%, transparent 100%)"},children:O.jsx("span",{className:"block truncate text-[9px] font-semibold leading-tight",style:{color:r,textShadow:"0 1px 2px rgba(0,0,0,0.9)"},children:n})})]})});let UM=0;const V5={isEditMode:!1,model:null,selectedSegmentIds:new Set,selectedGroupId:null,sourceFilePath:null},Ge=Eb(t=>({...V5,setEditMode:e=>t({isEditMode:e}),setModel:e=>t({model:e}),setSourceFilePath:e=>t({sourceFilePath:e}),selectSegment:(e,n=!1)=>t(r=>{if(n){const i=new Set(r.selectedSegmentIds);return i.has(e)?i.delete(e):i.add(e),{selectedSegmentIds:i,selectedGroupId:null}}return{selectedSegmentIds:new Set([e]),selectedGroupId:null}}),selectGroup:e=>t(n=>{var i;const r=(i=n.model)==null?void 0:i.groups.get(e);return r?{selectedSegmentIds:new Set(r.segmentIds),selectedGroupId:e}:{}}),selectAll:()=>t(e=>e.model?{selectedSegmentIds:new Set(e.model.segments.keys()),selectedGroupId:null}:{}),clearSelection:()=>t({selectedSegmentIds:new Set,selectedGroupId:null}),updateSegmentStyle:(e,n)=>t(r=>{if(!r.model)return{};const i=r.model.segments.get(e);if(!i)return{};const l=new Map(r.model.segments);return l.set(e,{...i,style:{...i.style,...n}}),{model:{...r.model,segments:l}}}),updateSegmentText:(e,n)=>t(r=>{if(!r.model)return{};const i=r.model.segments.get(e);if(!i)return{};const l=new Map(r.model.segments);return l.set(e,{...i,text:n}),{model:{...r.model,segments:l}}}),updateSegmentTiming:(e,n,r)=>t(i=>{if(!i.model)return{};const l=i.model.segments.get(e);if(!l)return{};const o=new Map(i.model.segments);return o.set(e,{...l,start:n,end:r}),{model:{...i.model,segments:o}}}),updateGroupStyle:(e,n)=>t(r=>{if(!r.model)return{};const i=r.model.groups.get(e);if(!i)return{};const l=new Map(r.model.groups);return l.set(e,{...i,style:{...i.style,...n}}),{model:{...r.model,groups:l}}}),updateGroupContainer:(e,n)=>t(r=>{if(!r.model)return{};const i=r.model.groups.get(e);if(!i)return{};const l=new Map(r.model.groups);return l.set(e,{...i,containerStyle:{...i.containerStyle,...n}}),{model:{...r.model,groups:l}}}),updateGroupAnimation:(e,n,r)=>t(i=>{if(!i.model)return{};const l=i.model.groups.get(e);if(!l)return{};const o=new Map(i.model.groups),c=l.animation[n],f=c!==null?{...c,...r}:r;return o.set(e,{...l,animation:{...l.animation,[n]:f}}),{model:{...i.model,groups:o}}}),splitGroup:(e,n)=>t(r=>{if(!r.model)return{};const i=r.model.groups.get(e);if(!i)return{};const l=i.segmentIds.indexOf(n);if(l<=0)return{};const o=i.segmentIds.slice(0,l),c=i.segmentIds.slice(l),f=`group-split-${UM++}`,m=new Map(r.model.groups);m.set(e,{...i,segmentIds:o}),m.set(f,{...i,id:f,segmentIds:c});const p=r.model.groupOrder.indexOf(e),g=[...r.model.groupOrder];g.splice(p+1,0,f);const y=new Map(r.model.segments);return c.forEach((v,S)=>{const w=y.get(v);w&&y.set(v,{...w,groupIndex:S})}),{model:{...r.model,groups:m,segments:y,groupOrder:g}}}),mergeGroups:(e,n)=>t(r=>{if(!r.model)return{};const i=r.model.groups.get(e),l=r.model.groups.get(n);if(!i||!l)return{};const o=[...i.segmentIds,...l.segmentIds],c=new Map(r.model.groups);c.set(e,{...i,segmentIds:o}),c.delete(n);const f=r.model.groupOrder.filter(g=>g!==n),m=new Map(r.model.segments);l.segmentIds.forEach((g,y)=>{const v=m.get(g);v&&m.set(g,{...v,groupIndex:i.segmentIds.length+y})});const p=r.selectedGroupId===n?null:r.selectedGroupId;return{model:{...r.model,groups:c,segments:m,groupOrder:f},selectedGroupId:p}}),updateSelectedStyle:e=>t(n=>{if(!n.model||n.selectedSegmentIds.size===0)return{};const r=new Map(n.model.segments);for(const i of n.selectedSegmentIds){const l=r.get(i);l&&r.set(i,{...l,style:{...l.style,...e}})}return{model:{...n.model,segments:r}}}),applyAnimationToAll:e=>t(n=>{if(!n.model)return{};const r=new Map(n.model.groups);for(const[i,l]of r)r.set(i,{...l,animation:e});return{model:{...n.model,groups:r}}}),reset:()=>t({...V5,selectedSegmentIds:new Set})})),IM=new Set(["ArrowLeft","ArrowRight"]),GM=["input","textarea","select","button","a[href]","[contenteditable='true']","[role='button']","[role='checkbox']","[role='combobox']","[role='menuitem']","[role='radio']","[role='slider']","[role='spinbutton']","[role='switch']","[role='textbox']"].join(",");function WM(t){if(!t||typeof t!="object")return!1;const e=t;return typeof e.closest!="function"?!1:e.closest.call(t,GM)!==null}function KM(t,e={isCaptionEditMode:!1,selectedCaptionSegmentCount:0}){return t.metaKey||t.ctrlKey||t.altKey||WM(t.target)?!0:IM.has(t.code)&&e.isCaptionEditMode&&e.selectedCaptionSegmentCount>0}const L5=[1,2,4];function JM({iframeRef:t,shuttleDirectionRef:e,shuttleSpeedIndexRef:n,iframeShortcutCleanupRef:r,getAdapter:i,play:l,playBackward:o,pause:c,seek:f}){const m=h.useRef(new Set),p=h.useRef(()=>{}),g=h.useRef(()=>{}),y=h.useCallback(E=>{const Q=i(),C=(Q==null?void 0:Q.getTime())??Oe.getState().currentTime;f(w2(C,E,Uc))},[i,f]),v=h.useCallback(E=>{e.current===E?n.current=Math.min(n.current+1,L5.length-1):n.current=0;const Q=L5[n.current];Oe.getState().setPlaybackRate(Q),E==="forward"?l():o(Q)},[l,o,e,n]),S=h.useCallback(()=>{Oe.getState().isPlaying?c():l()},[l,c]),w=h.useCallback(E=>{if(E.defaultPrevented)return;const Q=Ge.getState();if(!KM(E,{isCaptionEditMode:Q.isEditMode,selectedCaptionSegmentCount:Q.selectedSegmentIds.size})){if(m.current.add(E.code),E.code==="Space"){E.preventDefault(),S();return}if(E.code==="ArrowLeft"){E.preventDefault(),y(E.shiftKey?-10:-1);return}if(E.code==="ArrowRight"){E.preventDefault(),y(E.shiftKey?10:1);return}if(!E.repeat){if(E.code==="KeyK"){E.preventDefault(),c();return}if(E.code==="KeyJ"){if(E.preventDefault(),m.current.has("KeyK")){y(-1);return}v("backward");return}if(E.code==="KeyL"){if(E.preventDefault(),m.current.has("KeyK")){y(1);return}v("forward")}}}},[c,v,y,S]),k=h.useCallback(E=>{m.current.delete(E.code)},[]);p.current=w,g.current=k;const A=h.useCallback(()=>{var j,Z,L;(j=r.current)==null||j.call(r),r.current=null;const E=(Z=t.current)==null?void 0:Z.contentWindow,Q=(L=t.current)==null?void 0:L.contentDocument;if(!E&&!Q)return;const C=F=>p.current(F),$=F=>g.current(F);E==null||E.addEventListener("keydown",C,!0),E==null||E.addEventListener("keyup",$,!0),Q==null||Q.addEventListener("keydown",C,!0),Q==null||Q.addEventListener("keyup",$,!0),r.current=()=>{E==null||E.removeEventListener("keydown",C,!0),E==null||E.removeEventListener("keyup",$,!0),Q==null||Q.removeEventListener("keydown",C,!0),Q==null||Q.removeEventListener("keyup",$,!0)}},[t,r]);return{playbackKeyDownRef:p,playbackKeyUpRef:g,attachIframeShortcutListeners:A,togglePlay:S}}function Pb(t){return Number.isFinite(t)&&t>0}function _5(t,e){const n=Math.max(0,Number.isFinite(e)?e:0),r=Math.max(0,Number.isFinite(t)?t:0);return n>0?Math.min(r,n):r}function fm(t){if(!t)return 0;try{const e=Number(t.getDuration());return Pb(e)?e:0}catch{return 0}}function eE(t){return{now:()=>t.performance.now(),requestAnimationFrame:e=>t.requestAnimationFrame(e),cancelAnimationFrame:e=>t.cancelAnimationFrame(e)}}function tE(t,e,n,r=()=>1){var v;const i=Math.max(0,Number.isFinite(e)?e:0);let l=_5(Number(((v=t.getTime)==null?void 0:v.call(t))??0),i),o=!1,c=0,f=l,m=n.now();const p=S=>{var w;if(l=_5(S,i),typeof t.renderSeek=="function"){t.renderSeek(l);return}(w=t.seek)==null||w.call(t,l)},g=()=>{c&&(n.cancelAnimationFrame(c),c=0)},y=S=>{if(!o)return;const w=Math.max(.1,Number(r())||1),k=(S-m)/1e3*w;if(p(f+k),l>=i){o=!1,c=0;return}c=n.requestAnimationFrame(y)};return{play:()=>{o||i<=0||(l>=i&&p(0),o=!0,f=l,m=n.now(),g(),c=n.requestAnimationFrame(y))},pause:()=>{o=!1,g()},seek:S=>{p(S),o&&(f=l,m=n.now())},getTime:()=>l,getDuration:()=>i,isPlaying:()=>o}}function D5(t){return{play:()=>t.play(),pause:()=>t.pause(),seek:e=>{t.pause(),t.seek(e)},getTime:()=>t.time(),getDuration:()=>t.duration(),isPlaying:()=>t.isActive()}}function X5(t){if(!t)return 0;const e=Number.parseFloat(t.getAttribute("data-duration")??"")||Number.parseFloat(t.getAttribute("data-hf-authored-duration")??"");return Pb(e)?e:0}function nE(t){if(!t)return 0;const e=X5(t.querySelector("[data-composition-id]"));if(e>0)return e;let n=0;for(const r of Array.from(t.querySelectorAll("[data-start]"))){const i=Number.parseFloat(r.getAttribute("data-start")??""),l=X5(r);!Number.isFinite(i)||i<0||l<=0||(n=Math.max(n,i+l))}return n}function T2(t){var n;const e=((n=t.ownerDocument.defaultView)==null?void 0:n.HTMLElement)??globalThis.HTMLElement;return typeof e<"u"&&t instanceof e}function jb(t){const e=t.ownerDocument.defaultView??window,n=e.HTMLMediaElement??globalThis.HTMLMediaElement,r=e.HTMLImageElement??globalThis.HTMLImageElement;if(t instanceof n||t instanceof r)return t;const i=t.querySelector("video, audio, img");return i instanceof n||i instanceof r?i:null}function Rb(t,e){const n=e.getAttribute("data-playback-start")?"playback-start":e.getAttribute("data-media-start")?"media-start":void 0,r=e.getAttribute("data-playback-start")??e.getAttribute("data-media-start");if(r!=null){const g=parseFloat(r);Number.isFinite(g)&&(t.playbackStart=g)}n&&(t.playbackStartAttr=n);const i=jb(e);if(!i)return;t.tag=i.tagName.toLowerCase();const l=i.getAttribute("src");l&&(t.src=l);const c=(i.ownerDocument.defaultView??window).HTMLMediaElement??globalThis.HTMLMediaElement;if(typeof c>"u"||!(i instanceof c))return;const f=e.getAttribute("data-source-duration")??i.getAttribute("data-source-duration"),m=f?parseFloat(f):i.duration;Number.isFinite(m)&&m>0&&(t.sourceDuration=m);const p=i.defaultPlaybackRate;Number.isFinite(p)&&p>0&&(t.playbackRate=p)}function Ic(t){var i,l,o;const e=(i=t.label)==null?void 0:i.trim();if(e)return e;const n=(l=t.id)==null?void 0:l.trim();if(n)return n;const r=(o=t.tag)==null?void 0:o.trim().toLowerCase();return r?`${r} clip`:"Timeline clip"}const rE=new Set(["base","link","meta","noscript","script","style","template"]);function z5(t){return t.trim().replace(/[_-]+/g," ").replace(/\s+/g," ").replace(/\b\w/g,e=>e.toUpperCase())}function iE(t){const e=t.getAttribute("data-timeline-label")??t.getAttribute("data-label")??t.getAttribute("aria-label");if(e!=null&&e.trim())return e.trim();if(t.id.trim())return z5(t.id);const n=t.className.split(/\s+/).filter(Boolean),r=n.find(i=>i!=="clip")??n[0];return r?z5(r):Ic({tag:t.tagName})}function fl(t){if(T2(t)&&t.id)return`#${t.id}`;const e=t.getAttribute("data-composition-id");if(e)return`[data-composition-id="${e}"]`;if(T2(t)){const n=t.className.split(/\s+/).filter(Boolean),r=n.find(i=>i!=="clip")??n[0];if(r)return`.${r}`}}function $c(t){var n;const e=(n=t.parentElement)==null?void 0:n.closest("[data-composition-id]");return(e==null?void 0:e.getAttribute("data-composition-file"))??(e==null?void 0:e.getAttribute("data-composition-src"))??void 0}function Qc(t,e,n){if(!(!n||n.startsWith("#")||n.startsWith("[data-composition-id=")))try{const i=Array.from(t.querySelectorAll(n)).indexOf(e);return i>=0?i:void 0}catch{return}}function M2(t){const e=t.sourceFile??"index.html";return t.domId?`${e}#${t.domId}`:t.selector?`${e}:${t.selector}:${t.selectorIndex??0}`:`${e}:${t.id}:${t.fallbackIndex}`}function Cc(t){var r;const e=((r=t.preferredId)==null?void 0:r.trim())||M2({id:t.label,fallbackIndex:t.fallbackIndex,domId:t.domId,selector:t.selector,selectorIndex:t.selectorIndex,sourceFile:t.sourceFile}),n=M2({id:e,fallbackIndex:t.fallbackIndex,domId:t.domId,selector:t.selector,selectorIndex:t.selectorIndex,sourceFile:t.sourceFile});return{id:e,key:n}}function E2(t){return t.key??t.id}function aE(t){const e=t.querySelector("[data-composition-id]");return Array.from(t.querySelectorAll("[data-start]")).filter(n=>n!==e)}function H5(t,e){return Math.abs(t-e)<.001}function lE(t,e){var o;const n=(o=e.tagName)==null?void 0:o.toLowerCase();if(n&&t.tagName.toLowerCase()!==n)return!1;const r=Number.parseFloat(t.getAttribute("data-start")??"");if(Number.isFinite(r)&&!H5(r,e.start))return!1;const i=Number.parseFloat(t.getAttribute("data-duration")??"");if(Number.isFinite(i)&&!H5(i,e.duration))return!1;const l=Number.parseInt(t.getAttribute("data-track-index")??"",10);return!(Number.isFinite(l)&&l!==e.track)}function sE(t,e){return t.getElementById(e)??t.querySelector(`[data-composition-id="${e}"]`)??t.querySelector(`.${e}`)??null}function oE(t,e,n,r=new Set){const i=e.id?sE(t,e.id):null;if(i&&!r.has(i))return i;const l=aE(t).filter(c=>!r.has(c)),o=l.find(c=>lE(c,e));return o||(l[n]??null)}function cE(t,e){if(!T2(e)||e.parentElement!==t)return!1;const n=e.tagName.toLowerCase();return rE.has(n)||e.hasAttribute("data-start")||e.hasAttribute("data-track-index")?!1:!!fl(e)}function uE(t,e){t.documentElement&&(t.documentElement.style.overflow="hidden",t.documentElement.style.margin="0"),t.body&&(t.body.style.overflow="hidden",t.body.style.margin="0"),e.scrollTo({top:0,left:0,behavior:"auto"})}function fE(t){const e=/data-composition-id=["']([^"']+)["']/gi,n=new Set,r=Array.from(t.querySelectorAll("style, script"));for(const o of r){const c=o.textContent||"";if(!c)continue;let f;for(;(f=e.exec(c))!==null;){const m=(f[1]||"").trim();m&&n.add(m)}}if(n.size===0)return;const i=new Set,l=Array.from(t.querySelectorAll("[data-composition-id]"));for(const o of l){const c=o.getAttribute("data-composition-id");c&&i.add(c)}for(const o of n){if(o==="root"||i.has(o))continue;const c=t.getElementById(`${o}-layer`)||t.getElementById(`${o}-comp`)||t.getElementById(o);c&&(c.getAttribute("data-composition-id")||c.setAttribute("data-composition-id",o))}}function $2(t){var e;if(t)try{(e=t.contentWindow)==null||e.postMessage({source:"hf-parent",type:"control",action:"set-muted",muted:!1},"*")}catch(n){console.warn("[useTimelinePlayer] Failed to unmute preview media",n)}}function hE(t,e,n,r){const i=new Set(n.map(g=>g.id)),l=t.querySelector("[data-composition-id]"),o=l==null?void 0:l.getAttribute("data-composition-id"),c=t.querySelectorAll("[data-composition-id][data-start]"),f=[];c.forEach(g=>{var q,z,B,H,te,D,N,Y,V;const y=g,v=y.getAttribute("data-composition-id");if(!v||v===o||i.has(y.id)||i.has(v))return;const S=y.getAttribute("data-start")??"0";let w=parseFloat(S);if(isNaN(w)){const _=t.getElementById(S)||t.querySelector(`[data-composition-id="${S}"]`);if(_){const G=_.getAttribute("data-start")??"0";let M=parseFloat(G);if(isNaN(M)){const U=t.getElementById(G)||t.querySelector(`[data-composition-id="${G}"]`),ee=parseFloat((U==null?void 0:U.getAttribute("data-start"))??"0")||0,le=U==null?void 0:U.getAttribute("data-composition-id"),se=parseFloat((U==null?void 0:U.getAttribute("data-duration"))??"")||(le?((B=(z=(q=e.__timelines)==null?void 0:q[le])==null?void 0:z.duration)==null?void 0:B.call(z))??0:0);M=ee+se}const P=_.getAttribute("data-composition-id"),X=parseFloat(_.getAttribute("data-duration")??"")||(P?((D=(te=(H=e.__timelines)==null?void 0:H[P])==null?void 0:te.duration)==null?void 0:D.call(te))??0:0);w=M+X}else w=0}let k=parseFloat(y.getAttribute("data-duration")??"");if((isNaN(k)||k<=0)&&(k=((V=(Y=(N=e.__timelines)==null?void 0:N[v])==null?void 0:Y.duration)==null?void 0:V.call(Y))??0),!Number.isFinite(k)||k<=0||(Number.isFinite(w)||(w=0),Number.isFinite(r)&&r>0&&(w>=r||(k=Math.min(k,Math.max(0,r-w)),k<=0))))return;const A=y.getAttribute("data-track-index"),E=A!=null?parseInt(A,10):0,Q=y.getAttribute("data-composition-src")||y.getAttribute("data-composition-file"),C=fl(y),$=$c(y),j=Qc(t,y,C),Z=Ic({id:y.id||v||null,label:y.getAttribute("data-timeline-label")??y.getAttribute("data-label"),tag:y.tagName}),L=Cc({preferredId:y.id||v||null,label:Z,fallbackIndex:f.length,domId:y.id||void 0,selector:C,selectorIndex:j,sourceFile:$}),F={id:L.id,label:Z,key:L.key,tag:y.tagName.toLowerCase(),start:w,duration:k,track:isNaN(E)?0:E,domId:y.id||void 0,selector:C,selectorIndex:j,sourceFile:$};if(Q)F.compositionSrc=Q;else{const _=y.querySelector("video[src]");_&&(F.src=_.getAttribute("src")||void 0,F.tag="video")}f.push(F)});let m=!1;const p=n.map(g=>{if(g.compositionSrc)return g;const y=t.getElementById(g.id)??t.querySelector(`[data-composition-id="${g.id}"]`);if(!y)return g;const v=y.getAttribute("data-composition-src")||y.getAttribute("data-composition-file");return v?(m=!0,{...g,compositionSrc:v}):g});return{missing:f,updatedEls:p,patched:m}}function dE(t){const{clip:e,fallbackIndex:n,doc:r}=t;let i=t.hostEl??null;const l=Ic({id:e.id,label:e.label,tag:e.tagName||e.kind});let o,c,f,m;i&&(o=i.id||void 0,c=fl(i),f=r&&c?Qc(r,i,c):void 0,m=$c(i));const p=Cc({preferredId:e.id,label:l,fallbackIndex:n,domId:o,selector:c,selectorIndex:f,sourceFile:m}),g={id:p.id,label:l,key:p.key,tag:e.tagName||e.kind,start:e.start,duration:e.duration,track:e.track,domId:o,selector:c,selectorIndex:f,sourceFile:m};if(i&&Rb(g,i),e.assetUrl&&(g.src=e.assetUrl),e.kind==="composition"&&e.compositionId){let y=e.compositionSrc;if(y||(i=(r==null?void 0:r.querySelector(`[data-composition-id="${e.compositionId}"]`))??i,y=(i==null?void 0:i.getAttribute("data-composition-src"))??(i==null?void 0:i.getAttribute("data-composition-file"))??null),y)g.compositionSrc=y;else if(i){const v=i.querySelector("video[src]");v&&(g.src=v.getAttribute("src")||void 0,g.tag="video")}if(i){g.domId=i.id||void 0,g.selector=fl(i),g.selectorIndex=r&&g.selector?Qc(r,i,g.selector):void 0,g.sourceFile=$c(i);const v=Cc({preferredId:e.id,label:l,fallbackIndex:n,domId:g.domId,selector:g.selector,selectorIndex:g.selectorIndex,sourceFile:g.sourceFile});g.id=v.id,g.key=v.key}}return g}function Nb(t,e,n=[]){if(!Number.isFinite(e)||e<=0)return[];const r=t.querySelector("[data-composition-id]");if(!r)return[];const i=new Set(n.map(E2)),l=n.reduce((c,f)=>Math.max(c,Number.isFinite(f.track)?f.track:0),-1),o=[];for(const c of Array.from(r.children)){if(!cE(r,c))continue;const f=fl(c);if(!f)continue;const m=Qc(t,c,f),p=$c(c),g=iE(c),y=Cc({preferredId:c.id||null,label:g,fallbackIndex:n.length+o.length,domId:c.id||void 0,selector:f,selectorIndex:m,sourceFile:p});i.has(y.key)||i.has(y.id)||o.push({domId:c.id||void 0,duration:e,id:y.id,key:y.key,label:g,selector:f,selectorIndex:m,sourceFile:p,start:0,tag:c.tagName.toLowerCase(),timingSource:"implicit",track:l+1+o.length})}return o}function Vb(t,e){const n=t.querySelector("[data-composition-id]"),r=t.querySelectorAll("[data-start]"),i=[];let l=0;return r.forEach(o=>{if(o===n)return;const c=o,f=c.getAttribute("data-start");if(f==null)return;const m=parseFloat(f);if(isNaN(m)||Number.isFinite(e)&&e>0&&m>=e)return;const p=c.tagName.toLowerCase();let g=0;const y=c.getAttribute("data-duration");if(y!=null&&(g=parseFloat(y)),(isNaN(g)||g<=0)&&(g=Math.max(0,e-m)),Number.isFinite(e)&&e>0&&(g=Math.min(g,Math.max(0,e-m))),!Number.isFinite(g)||g<=0)return;const v=c.getAttribute("data-track-index"),S=v!=null?parseInt(v,10):l++,w=c.getAttribute("data-composition-id"),k=fl(c),A=$c(c),E=Qc(t,c,k),Q=Ic({id:c.id||w||null,label:c.getAttribute("data-timeline-label")??c.getAttribute("data-label"),tag:p}),C=Cc({preferredId:c.id||w||null,label:Q,fallbackIndex:i.length,domId:c.id||void 0,selector:k,selectorIndex:E,sourceFile:A}),$={id:C.id,label:Q,key:C.key,tag:p,start:m,duration:g,track:isNaN(S)?0:S,domId:c.id||void 0,selector:k,selectorIndex:E,sourceFile:A,timingSource:"authored"},j=jb(c);if(j){j.tagName==="IMG"&&($.tag="img");const L=j.getAttribute("src");L&&($.src=L);const F=c.getAttribute("data-volume")??j.getAttribute("data-volume");F&&($.volume=parseFloat(F)),Rb($,c)}const Z=c.getAttribute("data-composition-src")||c.getAttribute("data-composition-file");if(Z)$.compositionSrc=Z;else if(w&&w!==(n==null?void 0:n.getAttribute("data-composition-id"))){const L=c.querySelector("video[src]");L&&($.src=L.getAttribute("src")||void 0,$.tag="video")}i.push($)}),[...i,...Nb(t,e,i)]}function mE(t,e,n,r){const i=Number.isFinite(n)?n:0,l=Number.isFinite(r)?r:0;if(t.length===0||e.length>=t.length||l>i)return e;const o=new Set(e.map(E2)),c=t.filter(f=>!o.has(E2(f)));return c.length===0?e:[...e,...c]}function pE(t){const e=t.match(/\/preview\/comp\/(.+?)(?:\?|$)/);return e?decodeURIComponent(e[1]):void 0}function gE(t){if(!Number.isFinite(t.rootDuration)||t.rootDuration<=0)return null;const e=pE(t.iframeSrc);return{id:t.compositionId,label:Ic({id:t.compositionId,tag:t.tagName}),key:M2({id:t.compositionId,fallbackIndex:0,selector:t.selector,selectorIndex:t.selectorIndex,sourceFile:e}),tag:t.tagName.toLowerCase()||"div",start:0,duration:t.rootDuration,track:0,compositionSrc:e,selector:t.selector,selectorIndex:t.selectorIndex,sourceFile:e}}function OE({iframeRef:t,probeIntervalRef:e,pendingSeekRef:n,isRefreshingRef:r,getAdapter:i,syncTimelineElements:l,setDuration:o,setCurrentTime:c,setTimelineReady:f,setIsPlaying:m,attachIframeShortcutListeners:p}){const g=h.useCallback(A=>{var B;if(!A.clips||A.clips.length===0)return;const E=new Set(A.clips.map(H=>H.compositionId).filter(Boolean)),Q=A.clips.filter(H=>!H.parentCompositionId||!E.has(H.parentCompositionId));let C=null;try{C=((B=t.current)==null?void 0:B.contentDocument)??null}catch{C=null}const $=new Set,j=Q.map((H,te)=>{const D=C?oE(C,H,te,$):null;return D&&$.add(D),dE({clip:H,fallbackIndex:te,doc:C,hostEl:D})}),Z=A.durationInFrames/30,L=Number.isFinite(Z)&&Z<7200?Z:0,F=L>0?L:Oe.getState().duration,q=F>0?j.filter(H=>H.start<F).map(H=>({...H,duration:Math.min(H.duration,F-H.start)})).filter(H=>H.duration>0):j,z=C&&F>0?[...q,...Nb(C,F,q)]:q;z.length>0&&l(z,L>0?L:void 0)},[t,l]),y=h.useCallback(()=>{try{const A=t.current,E=A==null?void 0:A.contentDocument,Q=A==null?void 0:A.contentWindow;if(!E||!Q)return;const C=Oe.getState().elements,$=Oe.getState().duration,{missing:j,updatedEls:Z,patched:L}=hE(E,Q,C,$);if(j.length>0||L){const F=new Set(Z.map(z=>z.id)),q=j.filter(z=>!F.has(z.id));l([...Z,...q])}}catch(A){console.warn("[useTimelinePlayer] enrichMissingCompositions failed",A)}},[t,l]),v=h.useCallback(()=>{const A=i();if(!A||A.getDuration()<=0)return!1;A.pause();const E=n.current;n.current=null;const Q=E!=null?Math.min(E,A.getDuration()):0;A.seek(Q);const C=A.getDuration();Number.isFinite(C)&&C>0&&C<7200&&C!==Oe.getState().duration&&o(C),c(Q),r.current||f(!0),r.current=!1,m(!1);try{const $=t.current,j=$==null?void 0:$.contentDocument,Z=$==null?void 0:$.contentWindow;j&&Z&&(uE(j,Z),fE(j),p());const L=Z==null?void 0:Z.__clipManifest;if(L&&L.clips.length>0&&g(L),y(),Oe.getState().elements.length===0&&j){const F=Vb(j,A.getDuration());F.length>0&&l(F)}if(Oe.getState().elements.length===0&&j){const F=j.querySelector("[data-composition-id]"),q=A.getDuration();if(F&&q>0){const z=gE({compositionId:F.getAttribute("data-composition-id")||"composition",tagName:F.tagName||"div",rootDuration:q,iframeSrc:($==null?void 0:$.src)||"",selector:fl(F)});z&&l([z])}}}catch($){console.warn("[useTimelinePlayer] Could not read timeline elements from iframe",$)}return!0},[i,o,c,f,m,g,y,l,p,t,r,n]),S=h.useCallback(()=>{if($2(t.current),e.current&&clearInterval(e.current),v())return;const A=t.current;let E=!1;const Q=()=>{E||v()&&(E=!0,window.removeEventListener("message",C),e.current&&clearInterval(e.current))},C=$=>{if($.source&&A&&$.source!==A.contentWindow)return;const j=$.data;(j==null?void 0:j.source)==="hf-preview"&&((j==null?void 0:j.type)==="state"||(j==null?void 0:j.type)==="timeline")&&Q()};window.addEventListener("message",C),e.current=setTimeout(()=>{E||(Q(),E||console.warn("[useTimelinePlayer] Runtime did not signal readiness within 5s")),window.removeEventListener("message",C)},5e3)},[v,t,e]);return{processTimelineMessage:g,processTimelineMessageRef:{current:g},enrichMissingCompositions:y,enrichMissingCompositionsRef:{current:y},initializeAdapter:v,onIframeLoad:S}}function xE(){const t=h.useRef(null),e=h.useRef(0),n=h.useRef(void 0),r=h.useRef(null),i=h.useRef(!1),l=h.useRef(0),o=h.useRef(null),c=h.useRef(0),f=h.useRef(null),m=h.useRef(0),p=h.useRef(null),{setIsPlaying:g,setCurrentTime:y,setDuration:v,setTimelineReady:S,setElements:w}=Oe.getState(),k=h.useCallback((M,P)=>{const X=Oe.getState(),U=P??X.duration,ee=mE(X.elements,M,X.duration,U);(ee.length!==X.elements.length||ee.some((se,ge)=>{const de=X.elements[ge];return!de||se.id!==de.id||se.start!==de.start||se.duration!==de.duration||se.track!==de.track}))&&w(ee),Number.isFinite(P)&&(P??0)>0&&P!==X.duration&&v(P??0),X.timelineReady||S(!0)},[w,S,v]),A=h.useCallback(()=>{var M,P;try{const X=t.current,U=X==null?void 0:X.contentWindow;if(!X||!U)return null;const ee=U.__player&&typeof U.__player.play=="function"?U.__player:null;if(fm(ee)>0)return ee;if(U.__timeline){const se=D5(U.__timeline);if(fm(se)>0)return se}if(U.__timelines){const se=Object.keys(U.__timelines);if(se.length>0){const ge=(P=(M=X==null?void 0:X.contentDocument)==null?void 0:M.querySelector("[data-composition-id]"))==null?void 0:P.getAttribute("data-composition-id"),de=ge&&ge in U.__timelines?ge:se[se.length-1],Me=D5(U.__timelines[de]);if(fm(Me)>0)return Me}}const le=Math.max(Oe.getState().duration,nE(X.contentDocument));if(ee&&le>0&&(typeof ee.renderSeek=="function"||typeof ee.seek=="function")){const se=p.current;if((se==null?void 0:se.player)===ee&&se.duration===le)return se.adapter;se==null||se.adapter.pause();const ge=tE(ee,le,eE(U),()=>Oe.getState().playbackRate);return p.current={player:ee,duration:le,adapter:ge},ge}return ee}catch(X){return console.warn("[useTimelinePlayer] Could not get playback adapter (cross-origin)",X),null}},[]),E=h.useCallback(()=>{cancelAnimationFrame(l.current)},[]),Q=h.useCallback(()=>{const M=()=>{const P=A();if(P){const X=P.getTime(),U=P.getDuration();if(Hr.notify(X),X>=U&&!P.isPlaying()){if(Oe.getState().loopEnabled&&U>0){P.seek(0),Hr.notify(0),P.play(),g(!0),e.current=requestAnimationFrame(M);return}y(X),g(!1),cancelAnimationFrame(e.current);return}}e.current=requestAnimationFrame(M)};e.current=requestAnimationFrame(M)},[A,y,g]),C=h.useCallback(()=>{cancelAnimationFrame(e.current)},[]),$=h.useCallback(M=>{var X;const P=t.current;if(P){(X=P.contentWindow)==null||X.postMessage({source:"hf-parent",type:"control",action:"set-playback-rate",playbackRate:M},"*");try{const U=P.contentWindow;if(U!=null&&U.__timelines)for(const ee of Object.values(U.__timelines))ee&&typeof ee.timeScale=="function"&&ee.timeScale(M)}catch(U){console.warn("[useTimelinePlayer] Could not set playback rate (cross-origin)",U)}}},[]),j=h.useCallback(()=>{C(),E();const M=A();M&&(M.getTime()>=M.getDuration()&&M.seek(0),$2(t.current),$(Oe.getState().playbackRate),M.play(),o.current="forward",g(!0),Q())},[A,g,Q,$,C,E]),Z=h.useCallback(M=>{C(),E();const P=A();if(!P)return;const X=Math.max(0,P.getDuration()),U=P.getTime()<=0&&X>0?X:P.getTime();P.pause(),U!==P.getTime()&&P.seek(U),$2(t.current);const ee=Math.max(.1,Math.min(4,M));let le=U,se=performance.now();const ge=de=>{const Me=(de-se)/1e3*ee;let Fe=le-Me;if(Fe<=0)if(Oe.getState().loopEnabled&&X>0)le=X,se=de,Fe=X;else{P.seek(0),Hr.notify(0),y(0),g(!1),o.current=null,l.current=0;return}P.seek(Math.max(0,Fe)),Hr.notify(Math.max(0,Fe)),g(!0),l.current=requestAnimationFrame(ge)};g(!0),o.current="backward",l.current=requestAnimationFrame(ge)},[A,y,g,C,E]),L=h.useCallback(()=>{E();const M=A();M&&(M.pause(),y(M.getTime()),g(!1),o.current=null,c.current=0,C())},[A,y,g,C,E]),F=h.useCallback(M=>{E();const P=A();if(!P)return;const X=Math.max(0,P.getDuration()),U=Math.max(0,X>0?Math.min(X,M):M);P.seek(U),Hr.notify(U),y(U),C(),Oe.getState().isPlaying&&g(!1),o.current=null,c.current=0},[A,y,g,C,E]),{playbackKeyDownRef:q,playbackKeyUpRef:z,attachIframeShortcutListeners:B,togglePlay:H}=JM({iframeRef:t,shuttleDirectionRef:o,shuttleSpeedIndexRef:c,iframeShortcutCleanupRef:f,getAdapter:A,play:j,playBackward:Z,pause:L,seek:F}),{processTimelineMessageRef:te,enrichMissingCompositionsRef:D,onIframeLoad:N}=OE({iframeRef:t,probeIntervalRef:n,pendingSeekRef:r,isRefreshingRef:i,getAdapter:A,syncTimelineElements:k,setDuration:v,setCurrentTime:y,setTimelineReady:S,setIsPlaying:g,attachIframeShortcutListeners:B}),Y=h.useCallback(()=>{const M=A();r.current=M?M.getTime():Oe.getState().currentTime??0,i.current=!0,C(),E(),g(!1)},[A,C,g,E]),V=h.useCallback(()=>{const M=t.current;if(!M)return;Y();const P=M.src,X=new URL(P,window.location.origin);X.searchParams.set("_t",String(Date.now())),M.src=X.toString()},[Y]),_=h.useRef(A);_.current=A,kt(()=>{const M=ee=>q.current(ee),P=ee=>z.current(ee),X=ee=>{const le=ee.data,se=t.current;if(!(ee.source&&se&&ee.source!==se.contentWindow)){if((le==null?void 0:le.source)==="hf-preview"&&(le==null?void 0:le.type)==="state")try{if(Oe.getState().elements.length===0){const de=se==null?void 0:se.contentWindow,Me=de==null?void 0:de.__clipManifest;Me&&Me.clips.length>0&&te.current(Me)}Date.now()-m.current>500&&D.current()}catch(ge){console.warn("[useTimelinePlayer] Could not read clip manifest from iframe",ge)}if((le==null?void 0:le.source)==="hf-preview"&&(le==null?void 0:le.type)==="timeline"&&Array.isArray(le.clips)&&(m.current=Date.now(),te.current(le),D.current(),Oe.getState().elements.length===0))try{const ge=se==null?void 0:se.contentDocument,de=A();if(ge&&de){const Me=Vb(ge,de.getDuration());Me.length>0&&k(Me)}}catch(ge){console.warn("[useTimelinePlayer] Could not read timeline elements on navigate (cross-origin)",ge)}}},U=()=>{var ee;if(document.hidden&&Oe.getState().isPlaying){const le=(ee=_.current)==null?void 0:ee.call(_);le&&(le.pause(),g(!1),C())}};return window.addEventListener("keydown",M,!0),window.addEventListener("keyup",P,!0),window.addEventListener("message",X),document.addEventListener("visibilitychange",U),()=>{var ee;window.removeEventListener("keydown",M,!0),window.removeEventListener("keyup",P,!0),(ee=f.current)==null||ee.call(f),f.current=null,window.removeEventListener("message",X),document.removeEventListener("visibilitychange",U),C(),E(),n.current&&clearInterval(n.current)}});const G=h.useCallback(()=>{C(),E(),n.current&&clearInterval(n.current),Oe.getState().reset()},[C,E]);return{iframeRef:t,play:j,pause:L,togglePlay:H,seek:F,onIframeLoad:N,refreshPlayer:V,saveSeekPosition:Y,resetPlayer:G}}const yE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M244,56v48a12,12,0,0,1-12,12H184a12,12,0,1,1,0-24H201.1l-19-17.38c-.13-.12-.26-.24-.38-.37A76,76,0,1,0,127,204h1a75.53,75.53,0,0,0,52.15-20.72,12,12,0,0,1,16.49,17.45A99.45,99.45,0,0,1,128,228h-1.37A100,100,0,1,1,198.51,57.06L220,76.72V56a12,12,0,0,1,24,0Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,128a88,88,0,1,1-88-88A88,88,0,0,1,216,128Z",opacity:"0.2"}),h.createElement("path",{d:"M240,56v48a8,8,0,0,1-8,8H184a8,8,0,0,1,0-16H211.4L184.81,71.64l-.25-.24a80,80,0,1,0-1.67,114.78,8,8,0,0,1,11,11.63A95.44,95.44,0,0,1,128,224h-1.32A96,96,0,1,1,195.75,60L224,85.8V56a8,8,0,1,1,16,0Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M240,56v48a8,8,0,0,1-8,8H184a8,8,0,0,1-5.66-13.66l17-17-10.55-9.65-.25-.24a80,80,0,1,0-1.67,114.78,8,8,0,1,1,11,11.63A95.44,95.44,0,0,1,128,224h-1.32A96,96,0,1,1,195.75,60l10.93,10L226.34,50.3A8,8,0,0,1,240,56Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M238,56v48a6,6,0,0,1-6,6H184a6,6,0,0,1,0-12h32.55l-30.38-27.8c-.06-.06-.12-.13-.19-.19a82,82,0,1,0-1.7,117.65,6,6,0,0,1,8.24,8.73A93.46,93.46,0,0,1,128,222h-1.28A94,94,0,1,1,194.37,61.4L226,90.35V56a6,6,0,1,1,12,0Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M240,56v48a8,8,0,0,1-8,8H184a8,8,0,0,1,0-16H211.4L184.81,71.64l-.25-.24a80,80,0,1,0-1.67,114.78,8,8,0,0,1,11,11.63A95.44,95.44,0,0,1,128,224h-1.32A96,96,0,1,1,195.75,60L224,85.8V56a8,8,0,1,1,16,0Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M236,56v48a4,4,0,0,1-4,4H184a4,4,0,0,1,0-8h37.7L187.53,68.69l-.13-.12a84,84,0,1,0-1.75,120.51,4,4,0,0,1,5.5,5.82A91.43,91.43,0,0,1,128,220h-1.26A92,92,0,1,1,193,62.84l35,32.05V56a4,4,0,1,1,8,0Z"}))]]),bE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M228,128a100,100,0,0,1-98.66,100H128a99.39,99.39,0,0,1-68.62-27.29,12,12,0,0,1,16.48-17.45,76,76,0,1,0-1.57-109c-.13.13-.25.25-.39.37L54.89,92H72a12,12,0,0,1,0,24H24a12,12,0,0,1-12-12V56a12,12,0,0,1,24,0V76.72L57.48,57.06A100,100,0,0,1,228,128Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,128a88,88,0,1,1-88-88A88,88,0,0,1,216,128Z",opacity:"0.2"}),h.createElement("path",{d:"M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L44.59,96H72a8,8,0,0,1,0,16H24a8,8,0,0,1-8-8V56a8,8,0,0,1,16,0V85.8L60.25,60A96,96,0,0,1,224,128Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L60.63,81.29l17,17A8,8,0,0,1,72,112H24a8,8,0,0,1-8-8V56A8,8,0,0,1,29.66,50.3L49.31,70,60.25,60A96,96,0,0,1,224,128Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M222,128a94,94,0,0,1-92.74,94H128a93.43,93.43,0,0,1-64.5-25.65,6,6,0,1,1,8.24-8.72A82,82,0,1,0,70,70l-.19.19L39.44,98H72a6,6,0,0,1,0,12H24a6,6,0,0,1-6-6V56a6,6,0,0,1,12,0V90.34L61.63,61.4A94,94,0,0,1,222,128Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L44.59,96H72a8,8,0,0,1,0,16H24a8,8,0,0,1-8-8V56a8,8,0,0,1,16,0V85.8L60.25,60A96,96,0,0,1,224,128Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M220,128a92,92,0,0,1-90.77,92H128a91.47,91.47,0,0,1-63.13-25.1,4,4,0,1,1,5.5-5.82A84,84,0,1,0,68.6,68.57l-.13.12L34.3,100H72a4,4,0,0,1,0,8H24a4,4,0,0,1-4-4V56a4,4,0,0,1,8,0V94.89l35-32A92,92,0,0,1,220,128Z"}))]]),vE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M228,128a12,12,0,0,1-12,12H69l51.52,51.51a12,12,0,0,1-17,17l-72-72a12,12,0,0,1,0-17l72-72a12,12,0,0,1,17,17L69,116H216A12,12,0,0,1,228,128Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M112,56V200L40,128Z",opacity:"0.2"}),h.createElement("path",{d:"M216,120H120V56a8,8,0,0,0-13.66-5.66l-72,72a8,8,0,0,0,0,11.32l72,72A8,8,0,0,0,120,200V136h96a8,8,0,0,0,0-16ZM104,180.69,51.31,128,104,75.31Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,128a8,8,0,0,1-8,8H120v64a8,8,0,0,1-13.66,5.66l-72-72a8,8,0,0,1,0-11.32l72-72A8,8,0,0,1,120,56v64h96A8,8,0,0,1,224,128Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M222,128a6,6,0,0,1-6,6H54.49l61.75,61.76a6,6,0,1,1-8.48,8.48l-72-72a6,6,0,0,1,0-8.48l72-72a6,6,0,0,1,8.48,8.48L54.49,122H216A6,6,0,0,1,222,128Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M220,128a4,4,0,0,1-4,4H49.66l65.17,65.17a4,4,0,0,1-5.66,5.66l-72-72a4,4,0,0,1,0-5.66l72-72a4,4,0,0,1,5.66,5.66L49.66,124H216A4,4,0,0,1,220,128Z"}))]]),SE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M87.51,64.49a12,12,0,0,1,0-17l32-32a12,12,0,0,1,17,0l32,32a12,12,0,0,1-17,17L140,53V96a12,12,0,0,1-24,0V53L104.49,64.49A12,12,0,0,1,87.51,64.49Zm64,127L140,203V160a12,12,0,0,0-24,0v43l-11.51-11.52a12,12,0,0,0-17,17l32,32a12,12,0,0,0,17,0l32-32a12,12,0,0,0-17-17Zm89-72-32-32a12,12,0,0,0-17,17L203,116H160a12,12,0,0,0,0,24h43l-11.52,11.51a12,12,0,0,0,17,17l32-32A12,12,0,0,0,240.49,119.51ZM53,140H96a12,12,0,0,0,0-24H53l11.52-11.51a12,12,0,1,0-17-17l-32,32a12,12,0,0,0,0,17l32,32a12,12,0,1,0,17-17Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M232,128,128,232,24,128,128,24Z",opacity:"0.2"}),h.createElement("path",{d:"M90.34,61.66a8,8,0,0,1,0-11.32l32-32a8,8,0,0,1,11.32,0l32,32a8,8,0,0,1-11.32,11.32L136,43.31V96a8,8,0,0,1-16,0V43.31L101.66,61.66A8,8,0,0,1,90.34,61.66Zm64,132.68L136,212.69V160a8,8,0,0,0-16,0v52.69l-18.34-18.35a8,8,0,0,0-11.32,11.32l32,32a8,8,0,0,0,11.32,0l32-32a8,8,0,0,0-11.32-11.32Zm83.32-72-32-32a8,8,0,0,0-11.32,11.32L212.69,120H160a8,8,0,0,0,0,16h52.69l-18.35,18.34a8,8,0,0,0,11.32,11.32l32-32A8,8,0,0,0,237.66,122.34ZM43.31,136H96a8,8,0,0,0,0-16H43.31l18.35-18.34A8,8,0,0,0,50.34,90.34l-32,32a8,8,0,0,0,0,11.32l32,32a8,8,0,0,0,11.32-11.32Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M96,136H64v24a8,8,0,0,1-13.66,5.66l-32-32a8,8,0,0,1,0-11.32l32-32A8,8,0,0,1,64,96v24H96a8,8,0,0,1,0,16Zm0-72h24V96a8,8,0,0,0,16,0V64h24a8,8,0,0,0,5.66-13.66l-32-32a8,8,0,0,0-11.32,0l-32,32A8,8,0,0,0,96,64Zm141.66,58.34-32-32A8,8,0,0,0,192,96v24H160a8,8,0,0,0,0,16h32v24a8,8,0,0,0,13.66,5.66l32-32A8,8,0,0,0,237.66,122.34ZM160,192H136V160a8,8,0,0,0-16,0v32H96a8,8,0,0,0-5.66,13.66l32,32a8,8,0,0,0,11.32,0l32-32A8,8,0,0,0,160,192Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M91.76,60.24a6,6,0,0,1,0-8.48l32-32a6,6,0,0,1,8.48,0l32,32a6,6,0,1,1-8.48,8.48L134,38.49V96a6,6,0,0,1-12,0V38.49L100.24,60.24A6,6,0,0,1,91.76,60.24Zm64,135.52L134,217.51V160a6,6,0,0,0-12,0v57.51l-21.76-21.75a6,6,0,0,0-8.48,8.48l32,32a6,6,0,0,0,8.48,0l32-32a6,6,0,0,0-8.48-8.48Zm80.48-72-32-32a6,6,0,0,0-8.48,8.48L217.51,122H160a6,6,0,0,0,0,12h57.51l-21.75,21.76a6,6,0,1,0,8.48,8.48l32-32A6,6,0,0,0,236.24,123.76ZM38.49,134H96a6,6,0,0,0,0-12H38.49l21.75-21.76a6,6,0,0,0-8.48-8.48l-32,32a6,6,0,0,0,0,8.48l32,32a6,6,0,0,0,8.48-8.48Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M90.34,61.66a8,8,0,0,1,0-11.32l32-32a8,8,0,0,1,11.32,0l32,32a8,8,0,0,1-11.32,11.32L136,43.31V96a8,8,0,0,1-16,0V43.31L101.66,61.66A8,8,0,0,1,90.34,61.66Zm64,132.68L136,212.69V160a8,8,0,0,0-16,0v52.69l-18.34-18.35a8,8,0,0,0-11.32,11.32l32,32a8,8,0,0,0,11.32,0l32-32a8,8,0,0,0-11.32-11.32Zm83.32-72-32-32a8,8,0,0,0-11.32,11.32L212.69,120H160a8,8,0,0,0,0,16h52.69l-18.35,18.34a8,8,0,0,0,11.32,11.32l32-32A8,8,0,0,0,237.66,122.34ZM43.31,136H96a8,8,0,0,0,0-16H43.31l18.35-18.34A8,8,0,0,0,50.34,90.34l-32,32a8,8,0,0,0,0,11.32l32,32a8,8,0,0,0,11.32-11.32Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M93.17,58.83a4,4,0,0,1,0-5.66l32-32a4,4,0,0,1,5.66,0l32,32a4,4,0,0,1-5.66,5.66L132,33.66V96a4,4,0,0,1-8,0V33.66L98.83,58.83A4,4,0,0,1,93.17,58.83Zm64,138.34L132,222.34V160a4,4,0,0,0-8,0v62.34L98.83,197.17a4,4,0,0,0-5.66,5.66l32,32a4,4,0,0,0,5.66,0l32-32a4,4,0,0,0-5.66-5.66Zm77.66-72-32-32a4,4,0,0,0-5.66,5.66L222.34,124H160a4,4,0,0,0,0,8h62.34l-25.17,25.17a4,4,0,0,0,5.66,5.66l32-32A4,4,0,0,0,234.83,125.17ZM33.66,132H96a4,4,0,0,0,0-8H33.66L58.83,98.83a4,4,0,0,0-5.66-5.66l-32,32a4,4,0,0,0,0,5.66l32,32a4,4,0,1,0,5.66-5.66Z"}))]]),wE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,52H182.42L170,33.34A12,12,0,0,0,160,28H96a12,12,0,0,0-10,5.34L73.57,52H48A28,28,0,0,0,20,80V192a28,28,0,0,0,28,28H208a28,28,0,0,0,28-28V80A28,28,0,0,0,208,52Zm4,140a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V80a4,4,0,0,1,4-4H80a12,12,0,0,0,10-5.34L102.42,52h51.15L166,70.66A12,12,0,0,0,176,76h32a4,4,0,0,1,4,4ZM128,84a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,84Zm0,72a24,24,0,1,1,24-24A24,24,0,0,1,128,156Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,64H176L160,40H96L80,64H48A16,16,0,0,0,32,80V192a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V80A16,16,0,0,0,208,64ZM128,168a36,36,0,1,1,36-36A36,36,0,0,1,128,168Z",opacity:"0.2"}),h.createElement("path",{d:"M208,56H180.28L166.65,35.56A8,8,0,0,0,160,32H96a8,8,0,0,0-6.65,3.56L75.71,56H48A24,24,0,0,0,24,80V192a24,24,0,0,0,24,24H208a24,24,0,0,0,24-24V80A24,24,0,0,0,208,56Zm8,136a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V80a8,8,0,0,1,8-8H80a8,8,0,0,0,6.66-3.56L100.28,48h55.43l13.63,20.44A8,8,0,0,0,176,72h32a8,8,0,0,1,8,8ZM128,88a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,88Zm0,72a28,28,0,1,1,28-28A28,28,0,0,1,128,160Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,56H180.28L166.65,35.56A8,8,0,0,0,160,32H96a8,8,0,0,0-6.65,3.56L75.71,56H48A24,24,0,0,0,24,80V192a24,24,0,0,0,24,24H208a24,24,0,0,0,24-24V80A24,24,0,0,0,208,56Zm-44,76a36,36,0,1,1-36-36A36,36,0,0,1,164,132Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,58H179.21L165,36.67A6,6,0,0,0,160,34H96a6,6,0,0,0-5,2.67L76.78,58H48A22,22,0,0,0,26,80V192a22,22,0,0,0,22,22H208a22,22,0,0,0,22-22V80A22,22,0,0,0,208,58Zm10,134a10,10,0,0,1-10,10H48a10,10,0,0,1-10-10V80A10,10,0,0,1,48,70H80a6,6,0,0,0,5-2.67L99.21,46h57.57L171,67.33A6,6,0,0,0,176,70h32a10,10,0,0,1,10,10ZM128,90a42,42,0,1,0,42,42A42,42,0,0,0,128,90Zm0,72a30,30,0,1,1,30-30A30,30,0,0,1,128,162Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,56H180.28L166.65,35.56A8,8,0,0,0,160,32H96a8,8,0,0,0-6.65,3.56L75.71,56H48A24,24,0,0,0,24,80V192a24,24,0,0,0,24,24H208a24,24,0,0,0,24-24V80A24,24,0,0,0,208,56Zm8,136a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V80a8,8,0,0,1,8-8H80a8,8,0,0,0,6.66-3.56L100.28,48h55.43l13.63,20.44A8,8,0,0,0,176,72h32a8,8,0,0,1,8,8ZM128,88a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,88Zm0,72a28,28,0,1,1,28-28A28,28,0,0,1,128,160Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,60H178.13L163.32,37.78A4,4,0,0,0,160,36H96a4,4,0,0,0-3.32,1.78L77.85,60H48A20,20,0,0,0,28,80V192a20,20,0,0,0,20,20H208a20,20,0,0,0,20-20V80A20,20,0,0,0,208,60Zm12,132a12,12,0,0,1-12,12H48a12,12,0,0,1-12-12V80A12,12,0,0,1,48,68H80a4,4,0,0,0,3.33-1.78L98.13,44h59.72l14.82,22.22A4,4,0,0,0,176,68h32a12,12,0,0,1,12,12ZM128,92a40,40,0,1,0,40,40A40,40,0,0,0,128,92Zm0,72a32,32,0,1,1,32-32A32,32,0,0,1,128,164Z"}))]]),AE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216.49,104.49l-80,80a12,12,0,0,1-17,0l-80-80a12,12,0,0,1,17-17L128,159l71.51-71.52a12,12,0,0,1,17,17Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,96l-80,80L48,96Z",opacity:"0.2"}),h.createElement("path",{d:"M215.39,92.94A8,8,0,0,0,208,88H48a8,8,0,0,0-5.66,13.66l80,80a8,8,0,0,0,11.32,0l80-80A8,8,0,0,0,215.39,92.94ZM128,164.69,67.31,104H188.69Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,48,88H208a8,8,0,0,1,5.66,13.66Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M212.24,100.24l-80,80a6,6,0,0,1-8.48,0l-80-80a6,6,0,0,1,8.48-8.48L128,167.51l75.76-75.75a6,6,0,0,1,8.48,8.48Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M210.83,98.83l-80,80a4,4,0,0,1-5.66,0l-80-80a4,4,0,0,1,5.66-5.66L128,170.34l77.17-77.17a4,4,0,1,1,5.66,5.66Z"}))]]),kE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M184.49,136.49l-80,80a12,12,0,0,1-17-17L159,128,87.51,56.49a12,12,0,1,1,17-17l80,80A12,12,0,0,1,184.49,136.49Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M176,128,96,208V48Z",opacity:"0.2"}),h.createElement("path",{d:"M181.66,122.34l-80-80A8,8,0,0,0,88,48V208a8,8,0,0,0,13.66,5.66l80-80A8,8,0,0,0,181.66,122.34ZM104,188.69V67.31L164.69,128Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M181.66,133.66l-80,80A8,8,0,0,1,88,208V48a8,8,0,0,1,13.66-5.66l80,80A8,8,0,0,1,181.66,133.66Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M180.24,132.24l-80,80a6,6,0,0,1-8.48-8.48L167.51,128,91.76,52.24a6,6,0,0,1,8.48-8.48l80,80A6,6,0,0,1,180.24,132.24Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M178.83,130.83l-80,80a4,4,0,0,1-5.66-5.66L170.34,128,93.17,50.83a4,4,0,0,1,5.66-5.66l80,80A4,4,0,0,1,178.83,130.83Z"}))]]),TE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M84,100A12,12,0,0,1,96,88h64a12,12,0,0,1,0,24H96A12,12,0,0,1,84,100Zm12,52h64a12,12,0,0,0,0-24H96a12,12,0,0,0,0,24ZM236,56V184a20,20,0,0,1-20,20H157.89l-12.52,21.92a20,20,0,0,1-34.74,0L98.11,204H40a20,20,0,0,1-20-20V56A20,20,0,0,1,40,36H216A20,20,0,0,1,236,56Zm-24,4H44V180h61.07a12,12,0,0,1,10.42,6.05L128,207.94l12.51-21.89A12,12,0,0,1,150.93,180H212Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,56V184a8,8,0,0,1-8,8H150.93l-16,28a8,8,0,0,1-13.9,0l-16-28H40a8,8,0,0,1-8-8V56a8,8,0,0,1,8-8H216A8,8,0,0,1,224,56Z",opacity:"0.2"}),h.createElement("path",{d:"M88,104a8,8,0,0,1,8-8h64a8,8,0,0,1,0,16H96A8,8,0,0,1,88,104Zm8,40h64a8,8,0,0,0,0-16H96a8,8,0,0,0,0,16ZM232,56V184a16,16,0,0,1-16,16H155.57l-13.68,23.94a16,16,0,0,1-27.78,0L100.43,200H40a16,16,0,0,1-16-16V56A16,16,0,0,1,40,40H216A16,16,0,0,1,232,56Zm-16,0H40V184h65.07a8,8,0,0,1,7,4l16,28,16-28a8,8,0,0,1,7-4H216Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,40H40A16,16,0,0,0,24,56V184a16,16,0,0,0,16,16h60.43l13.68,23.94a16,16,0,0,0,27.78,0L155.57,200H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40ZM160,144H96a8,8,0,0,1,0-16h64a8,8,0,0,1,0,16Zm0-32H96a8,8,0,0,1,0-16h64a8,8,0,0,1,0,16Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M166,104a6,6,0,0,1-6,6H96a6,6,0,0,1,0-12h64A6,6,0,0,1,166,104Zm-6,26H96a6,6,0,0,0,0,12h64a6,6,0,0,0,0-12Zm70-74V184a14,14,0,0,1-14,14H154.41L140.16,223a14,14,0,0,1-24.32,0L101.59,198H40a14,14,0,0,1-14-14V56A14,14,0,0,1,40,42H216A14,14,0,0,1,230,56Zm-12,0a2,2,0,0,0-2-2H40a2,2,0,0,0-2,2V184a2,2,0,0,0,2,2h65.07a6,6,0,0,1,5.21,3l16,28a2,2,0,0,0,3.48,0l16-28a6,6,0,0,1,5.21-3H216a2,2,0,0,0,2-2Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M88,104a8,8,0,0,1,8-8h64a8,8,0,0,1,0,16H96A8,8,0,0,1,88,104Zm8,40h64a8,8,0,0,0,0-16H96a8,8,0,0,0,0,16ZM232,56V184a16,16,0,0,1-16,16H155.57l-13.68,23.94a16,16,0,0,1-27.78,0L100.43,200H40a16,16,0,0,1-16-16V56A16,16,0,0,1,40,40H216A16,16,0,0,1,232,56Zm-16,0H40V184h65.07a8,8,0,0,1,7,4l16,28,16-28a8,8,0,0,1,7-4H216Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M164,104a4,4,0,0,1-4,4H96a4,4,0,0,1,0-8h64A4,4,0,0,1,164,104Zm-4,28H96a4,4,0,0,0,0,8h64a4,4,0,0,0,0-8Zm68-76V184a12,12,0,0,1-12,12H153.25L138.42,222a12,12,0,0,1-20.84,0L102.75,196H40a12,12,0,0,1-12-12V56A12,12,0,0,1,40,44H216A12,12,0,0,1,228,56Zm-8,0a4,4,0,0,0-4-4H40a4,4,0,0,0-4,4V184a4,4,0,0,0,4,4h65.07a4,4,0,0,1,3.47,2l16,28a4,4,0,0,0,6.94,0l16-28a4,4,0,0,1,3.47-2H216a4,4,0,0,0,4-4Z"}))]]),ME=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M176.49,95.51a12,12,0,0,1,0,17l-56,56a12,12,0,0,1-17,0l-24-24a12,12,0,1,1,17-17L112,143l47.51-47.52A12,12,0,0,1,176.49,95.51ZM236,128A108,108,0,1,1,128,20,108.12,108.12,0,0,1,236,128Zm-24,0a84,84,0,1,0-84,84A84.09,84.09,0,0,0,212,128Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,128a96,96,0,1,1-96-96A96,96,0,0,1,224,128Z",opacity:"0.2"}),h.createElement("path",{d:"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm45.66,85.66-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35a8,8,0,0,1,11.32,11.32Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M172.24,99.76a6,6,0,0,1,0,8.48l-56,56a6,6,0,0,1-8.48,0l-24-24a6,6,0,0,1,8.48-8.48L112,151.51l51.76-51.75A6,6,0,0,1,172.24,99.76ZM230,128A102,102,0,1,1,128,26,102.12,102.12,0,0,1,230,128Zm-12,0a90,90,0,1,0-90,90A90.1,90.1,0,0,0,218,128Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M170.83,101.17a4,4,0,0,1,0,5.66l-56,56a4,4,0,0,1-5.66,0l-24-24a4,4,0,0,1,5.66-5.66L112,154.34l53.17-53.17A4,4,0,0,1,170.83,101.17ZM228,128A100,100,0,1,1,128,28,100.11,100.11,0,0,1,228,128Zm-8,0a92,92,0,1,0-92,92A92.1,92.1,0,0,0,220,128Z"}))]]),EE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,28H88A12,12,0,0,0,76,40V76H40A12,12,0,0,0,28,88V216a12,12,0,0,0,12,12H168a12,12,0,0,0,12-12V180h36a12,12,0,0,0,12-12V40A12,12,0,0,0,216,28ZM156,204H52V100H156Zm48-48H180V88a12,12,0,0,0-12-12H100V52H204Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,40V168H168V88H88V40Z",opacity:"0.2"}),h.createElement("path",{d:"M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32ZM160,208H48V96H160Zm48-48H176V88a8,8,0,0,0-8-8H96V48H208Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32Zm-8,128H176V88a8,8,0,0,0-8-8H96V48H208Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,34H88a6,6,0,0,0-6,6V82H40a6,6,0,0,0-6,6V216a6,6,0,0,0,6,6H168a6,6,0,0,0,6-6V174h42a6,6,0,0,0,6-6V40A6,6,0,0,0,216,34ZM162,210H46V94H162Zm48-48H174V88a6,6,0,0,0-6-6H94V46H210Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32ZM160,208H48V96H160Zm48-48H176V88a8,8,0,0,0-8-8H96V48H208Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,36H88a4,4,0,0,0-4,4V84H40a4,4,0,0,0-4,4V216a4,4,0,0,0,4,4H168a4,4,0,0,0,4-4V172h44a4,4,0,0,0,4-4V40A4,4,0,0,0,216,36ZM164,212H44V92H164Zm48-48H172V88a4,4,0,0,0-4-4H92V44H212Z"}))]]),$E=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M251,123.13c-.37-.81-9.13-20.26-28.48-39.61C196.63,57.67,164,44,128,44S59.37,57.67,33.51,83.52C14.16,102.87,5.4,122.32,5,123.13a12.08,12.08,0,0,0,0,9.75c.37.82,9.13,20.26,28.49,39.61C59.37,198.34,92,212,128,212s68.63-13.66,94.48-39.51c19.36-19.35,28.12-38.79,28.49-39.61A12.08,12.08,0,0,0,251,123.13Zm-46.06,33C183.47,177.27,157.59,188,128,188s-55.47-10.73-76.91-31.88A130.36,130.36,0,0,1,29.52,128,130.45,130.45,0,0,1,51.09,99.89C72.54,78.73,98.41,68,128,68s55.46,10.73,76.91,31.89A130.36,130.36,0,0,1,226.48,128,130.45,130.45,0,0,1,204.91,156.12ZM128,84a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,84Zm0,64a20,20,0,1,1,20-20A20,20,0,0,1,128,148Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M128,56C48,56,16,128,16,128s32,72,112,72,112-72,112-72S208,56,128,56Zm0,112a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z",opacity:"0.2"}),h.createElement("path",{d:"M247.31,124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57,61.26,162.88,48,128,48S61.43,61.26,36.34,86.35C17.51,105.18,9,124,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208s66.57-13.26,91.66-38.34c18.83-18.83,27.3-37.61,27.65-38.4A8,8,0,0,0,247.31,124.76ZM128,192c-30.78,0-57.67-11.19-79.93-33.25A133.47,133.47,0,0,1,25,128,133.33,133.33,0,0,1,48.07,97.25C70.33,75.19,97.22,64,128,64s57.67,11.19,79.93,33.25A133.46,133.46,0,0,1,231.05,128C223.84,141.46,192.43,192,128,192Zm0-112a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M247.31,124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57,61.26,162.88,48,128,48S61.43,61.26,36.34,86.35C17.51,105.18,9,124,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208s66.57-13.26,91.66-38.34c18.83-18.83,27.3-37.61,27.65-38.4A8,8,0,0,0,247.31,124.76ZM128,168a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M245.48,125.57c-.34-.78-8.66-19.23-27.24-37.81C201,70.54,171.38,50,128,50S55,70.54,37.76,87.76c-18.58,18.58-26.9,37-27.24,37.81a6,6,0,0,0,0,4.88c.34.77,8.66,19.22,27.24,37.8C55,185.47,84.62,206,128,206s73-20.53,90.24-37.75c18.58-18.58,26.9-37,27.24-37.8A6,6,0,0,0,245.48,125.57ZM128,194c-31.38,0-58.78-11.42-81.45-33.93A134.77,134.77,0,0,1,22.69,128,134.56,134.56,0,0,1,46.55,95.94C69.22,73.42,96.62,62,128,62s58.78,11.42,81.45,33.94A134.56,134.56,0,0,1,233.31,128C226.94,140.21,195,194,128,194Zm0-112a46,46,0,1,0,46,46A46.06,46.06,0,0,0,128,82Zm0,80a34,34,0,1,1,34-34A34,34,0,0,1,128,162Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M247.31,124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57,61.26,162.88,48,128,48S61.43,61.26,36.34,86.35C17.51,105.18,9,124,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208s66.57-13.26,91.66-38.34c18.83-18.83,27.3-37.61,27.65-38.4A8,8,0,0,0,247.31,124.76ZM128,192c-30.78,0-57.67-11.19-79.93-33.25A133.47,133.47,0,0,1,25,128,133.33,133.33,0,0,1,48.07,97.25C70.33,75.19,97.22,64,128,64s57.67,11.19,79.93,33.25A133.46,133.46,0,0,1,231.05,128C223.84,141.46,192.43,192,128,192Zm0-112a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M243.66,126.38c-.34-.76-8.52-18.89-26.83-37.2C199.87,72.22,170.7,52,128,52S56.13,72.22,39.17,89.18c-18.31,18.31-26.49,36.44-26.83,37.2a4.08,4.08,0,0,0,0,3.25c.34.77,8.52,18.89,26.83,37.2,17,17,46.14,37.17,88.83,37.17s71.87-20.21,88.83-37.17c18.31-18.31,26.49-36.43,26.83-37.2A4.08,4.08,0,0,0,243.66,126.38Zm-32.7,35c-23.07,23-51,34.62-83,34.62s-59.89-11.65-83-34.62A135.71,135.71,0,0,1,20.44,128,135.69,135.69,0,0,1,45,94.62C68.11,71.65,96,60,128,60s59.89,11.65,83,34.62A135.79,135.79,0,0,1,235.56,128,135.71,135.71,0,0,1,211,161.38ZM128,84a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,84Zm0,80a36,36,0,1,1,36-36A36,36,0,0,1,128,164Z"}))]]),QE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216.49,79.52l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40V216a20,20,0,0,0,20,20H200a20,20,0,0,0,20-20V88A12,12,0,0,0,216.49,79.52ZM160,57l23,23H160ZM60,212V44h76V92a12,12,0,0,0,12,12h48V212Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM200,216H56V40h88V88a8,8,0,0,0,8,8h48V216Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM152,88V44l44,44Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40V216a14,14,0,0,0,14,14H200a14,14,0,0,0,14-14V88A6,6,0,0,0,212.24,83.76ZM158,46.48,193.52,82H158ZM200,218H56a2,2,0,0,1-2-2V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50V216A2,2,0,0,1,200,218Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM200,216H56V40h88V88a8,8,0,0,0,8,8h48V216Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40V216a12,12,0,0,0,12,12H200a12,12,0,0,0,12-12V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM200,220H56a4,4,0,0,1-4-4V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52V216A4,4,0,0,1,200,220Z"}))]]),CE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M180.49,143.51a12,12,0,0,1,0,17l-24,24a12,12,0,0,1-17-17L155,152l-15.52-15.51a12,12,0,1,1,17-17Zm-64-24a12,12,0,0,0-17,0l-24,24a12,12,0,0,0,0,17l24,24a12,12,0,0,0,17-17L101,152l15.52-15.51A12,12,0,0,0,116.49,119.51ZM220,88V216a20,20,0,0,1-20,20H56a20,20,0,0,1-20-20V40A20,20,0,0,1,56,20h96a12,12,0,0,1,8.49,3.52l56,56A12,12,0,0,1,220,88ZM160,57V80h23Zm36,155V104H148a12,12,0,0,1-12-12V44H60V212Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M181.66,146.34a8,8,0,0,1,0,11.32l-24,24a8,8,0,0,1-11.32-11.32L164.69,152l-18.35-18.34a8,8,0,0,1,11.32-11.32Zm-72-24a8,8,0,0,0-11.32,0l-24,24a8,8,0,0,0,0,11.32l24,24a8,8,0,0,0,11.32-11.32L91.31,152l18.35-18.34A8,8,0,0,0,109.66,122.34ZM216,88V216a16,16,0,0,1-16,16H56a16,16,0,0,1-16-16V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88Zm-56-8h28.69L160,51.31Zm40,136V96H152a8,8,0,0,1-8-8V40H56V216H200Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34Zm-104,88a8,8,0,0,1-11.32,11.32l-24-24a8,8,0,0,1,0-11.32l24-24a8,8,0,0,1,11.32,11.32L91.31,152Zm72-12.68-24,24a8,8,0,0,1-11.32-11.32L164.69,152l-18.35-18.34a8,8,0,0,1,11.32-11.32l24,24A8,8,0,0,1,181.66,157.66ZM152,88V44l44,44Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M180.24,147.76a6,6,0,0,1,0,8.48l-24,24a6,6,0,0,1-8.48-8.48L167.51,152l-19.75-19.76a6,6,0,1,1,8.48-8.48Zm-72-24a6,6,0,0,0-8.48,0l-24,24a6,6,0,0,0,0,8.48l24,24a6,6,0,1,0,8.48-8.48L88.49,152l19.75-19.76A6,6,0,0,0,108.24,123.76ZM214,88V216a14,14,0,0,1-14,14H56a14,14,0,0,1-14-14V40A14,14,0,0,1,56,26h96a6,6,0,0,1,4.25,1.76l56,56A6,6,0,0,1,214,88Zm-56-6h35.52L158,46.48Zm44,134V94H152a6,6,0,0,1-6-6V38H56a2,2,0,0,0-2,2V216a2,2,0,0,0,2,2H200A2,2,0,0,0,202,216Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M181.66,146.34a8,8,0,0,1,0,11.32l-24,24a8,8,0,0,1-11.32-11.32L164.69,152l-18.35-18.34a8,8,0,0,1,11.32-11.32Zm-72-24a8,8,0,0,0-11.32,0l-24,24a8,8,0,0,0,0,11.32l24,24a8,8,0,0,0,11.32-11.32L91.31,152l18.35-18.34A8,8,0,0,0,109.66,122.34ZM216,88V216a16,16,0,0,1-16,16H56a16,16,0,0,1-16-16V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88Zm-56-8h28.69L160,51.31Zm40,136V96H152a8,8,0,0,1-8-8V40H56V216H200Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M178.83,149.17a4,4,0,0,1,0,5.66l-24,24a4,4,0,0,1-5.66-5.66L170.34,152l-21.17-21.17a4,4,0,1,1,5.66-5.66Zm-72-24a4,4,0,0,0-5.66,0l-24,24a4,4,0,0,0,0,5.66l24,24a4,4,0,1,0,5.66-5.66L85.66,152l21.17-21.17A4,4,0,0,0,106.83,125.17ZM212,88V216a12,12,0,0,1-12,12H56a12,12,0,0,1-12-12V40A12,12,0,0,1,56,28h96a4,4,0,0,1,2.83,1.17l56,56A4,4,0,0,1,212,88Zm-56-4h42.34L156,41.65Zm48,132V92H152a4,4,0,0,1-4-4V36H56a4,4,0,0,0-4,4V216a4,4,0,0,0,4,4H200A4,4,0,0,0,204,216Z"}))]]),ZE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M48,180c0,8.67,5.5,16,12,16a10.27,10.27,0,0,0,7.33-3.43,12,12,0,1,1,17.34,16.6A34,34,0,0,1,60,220C40.15,220,24,202,24,180s16.15-40,36-40a34,34,0,0,1,24.67,10.83,12,12,0,1,1-17.34,16.6A10.27,10.27,0,0,0,60,164C53.5,164,48,171.31,48,180Zm97.51-5.71c-5.12-3.45-11.32-5.24-16.8-6.82a79.5,79.5,0,0,1-7.91-2.59c2.45-1.18,9.71-1.3,16.07.33A12,12,0,0,0,143,142a69,69,0,0,0-12-1.86c-9.93-.66-18,1.08-24.1,5.17a24.45,24.45,0,0,0-10.69,17.76c-1.1,8.74,2.49,16.27,10.11,21.19,4.78,3.09,10.36,4.7,15.75,6.26,3,.89,7.94,2.3,9.88,3.53a2.48,2.48,0,0,1-.21.71c-1.37,1.55-9.58,1.79-16.39-.06a12,12,0,1,0-6.46,23.11A63.75,63.75,0,0,0,125.1,220c6.46,0,13.73-1.17,19.73-5.15a24.73,24.73,0,0,0,10.95-18C157,187.53,153.33,179.53,145.51,174.27Zm68,0c-5.12-3.45-11.32-5.24-16.8-6.82a79.5,79.5,0,0,1-7.91-2.59c2.45-1.18,9.71-1.3,16.07.33A12,12,0,0,0,211,142a69,69,0,0,0-12-1.86c-9.93-.66-18,1.08-24.1,5.17a24.45,24.45,0,0,0-10.69,17.76c-1.1,8.74,2.49,16.27,10.11,21.19,4.78,3.09,10.36,4.7,15.75,6.26,3,.89,7.94,2.3,9.88,3.53a2.48,2.48,0,0,1-.21.71c-1.37,1.55-9.58,1.79-16.39-.06a12,12,0,1,0-6.46,23.11A63.75,63.75,0,0,0,193.1,220c6.46,0,13.73-1.17,19.73-5.15a24.73,24.73,0,0,0,10.95-18C225,187.53,221.33,179.53,213.51,174.27ZM36,108V40A20,20,0,0,1,56,20h96a12,12,0,0,1,8.49,3.51l56,56A12,12,0,0,1,220,88v20a12,12,0,1,1-24,0v-4H148a12,12,0,0,1-12-12V44H60v64a12,12,0,1,1-24,0ZM160,80h23L160,57Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M48,180c0,11,7.18,20,16,20a14.2,14.2,0,0,0,10.22-4.66A8,8,0,1,1,85.77,206.4,30,30,0,0,1,64,216c-17.65,0-32-16.15-32-36s14.35-36,32-36a30,30,0,0,1,21.77,9.6,8,8,0,1,1-11.55,11.06A14.24,14.24,0,0,0,64,160C55.18,160,48,169,48,180Zm79.6-8.69c-4-1.16-8.14-2.35-10.45-3.84-1.26-.81-1.23-1-1.12-1.9a4.54,4.54,0,0,1,2-3.67c4.6-3.12,15.35-1.73,19.83-.56a8,8,0,0,0,4.07-15.48c-2.12-.55-21-5.22-32.83,2.76a20.55,20.55,0,0,0-9,14.95c-2,15.88,13.64,20.41,23,23.11,12.07,3.49,13.13,4.92,12.78,7.59-.31,2.41-1.26,3.34-2.14,3.93-4.6,3.06-15.17,1.56-19.55.36a8,8,0,0,0-4.3,15.41,61.23,61.23,0,0,0,15.18,2c5.83,0,12.3-1,17.49-4.46a20.82,20.82,0,0,0,9.19-15.23C154,179,137.48,174.17,127.6,171.31Zm64,0c-4-1.16-8.14-2.35-10.45-3.84-1.25-.81-1.23-1-1.12-1.9a4.54,4.54,0,0,1,2-3.67c4.6-3.12,15.34-1.73,19.82-.56a8,8,0,0,0,4.07-15.48c-2.11-.55-21-5.22-32.83,2.76a20.58,20.58,0,0,0-8.95,14.95c-2,15.88,13.65,20.41,23,23.11,12.06,3.49,13.12,4.92,12.78,7.59-.31,2.41-1.26,3.34-2.15,3.93-4.6,3.06-15.16,1.56-19.54.36A8,8,0,0,0,173.93,214a61.34,61.34,0,0,0,15.19,2c5.82,0,12.3-1,17.49-4.46a20.81,20.81,0,0,0,9.18-15.23C218,179,201.48,174.17,191.59,171.31ZM40,112V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88v24a8,8,0,1,1-16,0V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,0,1-16,0ZM160,80h28.68L160,51.31Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M48,180c0,11,7.18,20,16,20a14.18,14.18,0,0,0,10.06-4.5,8.2,8.2,0,0,1,10.9-.91,8,8,0,0,1,.81,11.81A30,30,0,0,1,64,216c-17.65,0-32-16.15-32-36s14.35-36,32-36a30,30,0,0,1,21.38,9.19,8.26,8.26,0,0,1,.74,11.09,8,8,0,0,1-11.9.38A14.2,14.2,0,0,0,64,160C55.18,160,48,169,48,180Zm79.6-8.69c-4-1.16-8.14-2.35-10.45-3.84-1.26-.81-1.23-1-1.12-1.9a4.54,4.54,0,0,1,2-3.67c4.6-3.12,15.35-1.73,19.83-.56a8,8,0,0,0,4.07-15.48c-2.12-.55-21-5.22-32.83,2.76a20.55,20.55,0,0,0-9,14.95c-2,15.88,13.64,20.41,23,23.11,12.07,3.49,13.13,4.92,12.78,7.59-.31,2.41-1.26,3.34-2.14,3.93-4.6,3.06-15.17,1.56-19.55.36a8,8,0,0,0-4.3,15.41,61.23,61.23,0,0,0,15.18,2c5.83,0,12.3-1,17.49-4.46a20.82,20.82,0,0,0,9.19-15.23C154,179,137.48,174.17,127.6,171.31Zm64,0c-4-1.16-8.14-2.35-10.45-3.84-1.25-.81-1.23-1-1.12-1.9a4.54,4.54,0,0,1,2-3.67c4.6-3.12,15.34-1.73,19.82-.56a8,8,0,0,0,4.07-15.48c-2.11-.55-21-5.22-32.83,2.76a20.58,20.58,0,0,0-8.95,14.95c-2,15.88,13.65,20.41,23,23.11,12.06,3.49,13.12,4.92,12.78,7.59-.31,2.41-1.26,3.34-2.15,3.93-4.6,3.06-15.16,1.56-19.54.36A8,8,0,0,0,173.93,214a61.34,61.34,0,0,0,15.19,2c5.82,0,12.3-1,17.49-4.46a20.81,20.81,0,0,0,9.18-15.23C218,179,201.48,174.17,191.59,171.31ZM40,116V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88v28a4,4,0,0,1-4,4H44A4,4,0,0,1,40,116ZM152,88h44L152,44Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M46,180c0,12.13,8.07,22,18,22a16.21,16.21,0,0,0,11.66-5.28,6,6,0,0,1,8.67,8.3A28.09,28.09,0,0,1,64,214c-16.54,0-30-15.25-30-34s13.46-34,30-34a28.09,28.09,0,0,1,20.33,9,6,6,0,0,1-8.67,8.3A16.21,16.21,0,0,0,64,158C54.07,158,46,167.86,46,180Zm81-6.77c-10.85-3.13-13.4-4.69-13-7.91a6.56,6.56,0,0,1,2.88-5.08c5.59-3.79,17.66-1.82,21.44-.84a6,6,0,1,0,3.06-11.6c-2-.53-20.09-5-31.2,2.48a18.62,18.62,0,0,0-8.09,13.54c-1.79,14.19,12.27,18.25,21.57,20.94,12.12,3.5,14.78,5.33,14.21,9.76a6.89,6.89,0,0,1-3,5.34c-5.6,3.73-17.48,1.64-21.18.62A6,6,0,1,0,110.48,212a59.29,59.29,0,0,0,14.67,2c5.49,0,11.55-.95,16.36-4.14a18.89,18.89,0,0,0,8.31-13.81C151.83,180.39,136.92,176.08,127,173.22Zm64,0c-10.85-3.13-13.41-4.69-13-7.91a6.59,6.59,0,0,1,2.88-5.08c5.6-3.79,17.65-1.83,21.44-.84a6,6,0,0,0,3.07-11.6c-2-.54-20.1-5-31.21,2.48a18.64,18.64,0,0,0-8.08,13.54c-1.8,14.19,12.26,18.25,21.57,20.94,12.12,3.5,14.77,5.33,14.2,9.76a6.85,6.85,0,0,1-3,5.34c-5.61,3.73-17.48,1.64-21.19.62A6,6,0,0,0,174.47,212a59.41,59.41,0,0,0,14.68,2c5.49,0,11.54-.95,16.36-4.14a18.89,18.89,0,0,0,8.31-13.81C215.83,180.39,200.91,176.08,191,173.22ZM202,94H152a6,6,0,0,1-6-6V38H56a2,2,0,0,0-2,2v72a6,6,0,1,1-12,0V40A14,14,0,0,1,56,26h96a6,6,0,0,1,4.24,1.76l56,56A6,6,0,0,1,214,88v24a6,6,0,1,1-12,0ZM193.5,82,158,46.48V82Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M48,180c0,11,7.18,20,16,20a14.24,14.24,0,0,0,10.22-4.66A8,8,0,1,1,85.77,206.4,30,30,0,0,1,64,216c-17.65,0-32-16.15-32-36s14.35-36,32-36a30,30,0,0,1,21.77,9.6,8,8,0,1,1-11.55,11.06A14.24,14.24,0,0,0,64,160C55.18,160,48,169,48,180Zm79.6-8.69c-4-1.16-8.14-2.35-10.45-3.84-1.26-.81-1.23-1-1.12-1.9a4.54,4.54,0,0,1,2-3.67c4.6-3.12,15.34-1.73,19.83-.56a8,8,0,0,0,4.07-15.48c-2.12-.55-21-5.22-32.83,2.76a20.55,20.55,0,0,0-9,14.95c-2,15.88,13.64,20.41,23,23.11,12.07,3.49,13.13,4.92,12.78,7.59-.31,2.41-1.26,3.34-2.14,3.93-4.6,3.06-15.17,1.56-19.55.36a8,8,0,0,0-4.3,15.41,61.23,61.23,0,0,0,15.18,2c5.83,0,12.3-1,17.49-4.46a20.82,20.82,0,0,0,9.19-15.23C154,179,137.48,174.17,127.6,171.31Zm64,0c-4-1.16-8.14-2.35-10.45-3.84-1.25-.81-1.23-1-1.12-1.9a4.54,4.54,0,0,1,2-3.67c4.6-3.12,15.34-1.73,19.82-.56a8,8,0,0,0,4.07-15.48c-2.11-.55-21-5.22-32.83,2.76a20.58,20.58,0,0,0-8.95,14.95c-2,15.88,13.65,20.41,23,23.11,12.06,3.49,13.12,4.92,12.78,7.59-.31,2.41-1.26,3.34-2.15,3.93-4.6,3.06-15.16,1.56-19.54.36A8,8,0,0,0,173.93,214a61.34,61.34,0,0,0,15.19,2c5.82,0,12.3-1,17.49-4.46a20.81,20.81,0,0,0,9.18-15.23C218,179,201.48,174.17,191.59,171.31ZM40,112V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88v24a8,8,0,1,1-16,0V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,0,1-16,0ZM160,80h28.68L160,51.31Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M44,180c0,13.23,9,24,20,24a18.15,18.15,0,0,0,13.11-5.9,4,4,0,0,1,5.78,5.54A26.13,26.13,0,0,1,64,212c-15.44,0-28-14.36-28-32s12.56-32,28-32a26.13,26.13,0,0,1,18.89,8.36,4,4,0,0,1-5.78,5.54A18.15,18.15,0,0,0,64,156C53,156,44,166.77,44,180Zm82.49-4.85c-10.53-3-15.08-4.91-14.43-10.08a8.57,8.57,0,0,1,3.75-6.49c6.26-4.23,18.77-2.24,23.07-1.11a4,4,0,0,0,2-7.74,61.11,61.11,0,0,0-10.47-1.61c-8.12-.54-14.54.75-19.1,3.82a16.63,16.63,0,0,0-7.22,12.13c-1.58,12.49,10.46,16,20.14,18.77,11.25,3.25,16.47,5.49,15.63,11.94a8.93,8.93,0,0,1-3.9,6.75c-6.28,4.17-18.61,2.05-22.83.88a4,4,0,1,0-2.15,7.7A57.79,57.79,0,0,0,125.19,212c5.18,0,10.83-.86,15.22-3.77a17,17,0,0,0,7.43-12.41C149.64,181.84,136.26,178,126.49,175.15Zm64,0c-10.53-3-15.08-4.91-14.43-10.08a8.57,8.57,0,0,1,3.75-6.49c6.26-4.23,18.77-2.24,23.07-1.11a4,4,0,0,0,2-7.74,61.33,61.33,0,0,0-10.48-1.61c-8.11-.54-14.54.75-19.09,3.82a16.63,16.63,0,0,0-7.22,12.13c-1.59,12.49,10.46,16,20.14,18.77,11.25,3.25,16.46,5.49,15.63,11.94a8.93,8.93,0,0,1-3.9,6.75c-6.28,4.17-18.61,2.05-22.83.88a4,4,0,1,0-2.15,7.7A57.7,57.7,0,0,0,189.19,212c5.17,0,10.83-.86,15.22-3.77a17,17,0,0,0,7.43-12.41C213.63,181.84,200.26,178,190.49,175.15ZM204,92H152a4,4,0,0,1-4-4V36H56a4,4,0,0,0-4,4v72a4,4,0,0,1-8,0V40A12,12,0,0,1,56,28h96a4,4,0,0,1,2.83,1.17l56,56A4,4,0,0,1,212,88v24a4,4,0,0,1-8,0Zm-5.65-8L156,41.65V84Z"}))]]),PE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M48,128a12,12,0,0,0,12-12V44h76V92a12,12,0,0,0,12,12h48v12a12,12,0,0,0,24,0V88a12,12,0,0,0-3.51-8.49l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v76A12,12,0,0,0,48,128ZM183,80H160V57ZM68,160v48a12,12,0,0,1-24,0V196H32v12a12,12,0,0,1-24,0V160a12,12,0,0,1,24,0v12H44V160a12,12,0,0,1,24,0Zm60,0a12,12,0,0,1-12,12h-4v36a12,12,0,0,1-24,0V172H84a12,12,0,0,1,0-24h32A12,12,0,0,1,128,160Zm72,0v48a12,12,0,0,1-24,0v-9.36l-.11.16a12,12,0,0,1-19.78,0l-.11-.16V208a12,12,0,0,1-24,0V160a12,12,0,0,1,21.89-6.8L166,170.82l12.11-17.62A12,12,0,0,1,200,160Zm56,48a12,12,0,0,1-12,12H220a12,12,0,0,1-12-12V160a12,12,0,0,1,24,0v36h12A12,12,0,0,1,256,208Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M216,120V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v80a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48v24a8,8,0,0,0,16,0ZM160,51.31,188.69,80H160ZM68,160v48a8,8,0,0,1-16,0V192H32v16a8,8,0,0,1-16,0V160a8,8,0,0,1,16,0v16H52V160a8,8,0,0,1,16,0Zm56,0a8,8,0,0,1-8,8h-8v40a8,8,0,0,1-16,0V168H84a8,8,0,0,1,0-16h32A8,8,0,0,1,124,160Zm72,0v48a8,8,0,0,1-16,0V184l-9.6,12.8a8,8,0,0,1-12.8,0L148,184v24a8,8,0,0,1-16,0V160a8,8,0,0,1,14.4-4.8L164,178.67l17.6-23.47A8,8,0,0,1,196,160Zm56,48a8,8,0,0,1-8,8H216a8,8,0,0,1-8-8V160a8,8,0,0,1,16,0v40h20A8,8,0,0,1,252,208Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M44,128H212a4,4,0,0,0,4-4V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v84A4,4,0,0,0,44,128ZM152,44l44,44H152ZM68,160v48a8,8,0,0,1-16,0V192H32v16a8,8,0,0,1-16,0V160a8,8,0,0,1,16,0v16H52V160a8,8,0,0,1,16,0Zm56,0a8,8,0,0,1-8,8h-8v40a8,8,0,0,1-16,0V168H84a8,8,0,0,1,0-16h32A8,8,0,0,1,124,160Zm72,0v48a8,8,0,0,1-16,0V184l-9.6,12.8a8,8,0,0,1-12.8,0L148,184v24a8,8,0,0,1-16,0V160a8,8,0,0,1,14.4-4.8L164,178.67l17.6-23.47A8,8,0,0,1,196,160Zm56,48a8,8,0,0,1-8,8H216a8,8,0,0,1-8-8V160a8,8,0,0,1,16,0v40h20A8,8,0,0,1,252,208Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M214,120V88a6,6,0,0,0-1.76-4.24l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v80a6,6,0,0,0,12,0V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50v26a6,6,0,0,0,12,0ZM158,46.48,193.52,82H158ZM66,160v48a6,6,0,0,1-12,0V190H30v18a6,6,0,0,1-12,0V160a6,6,0,0,1,12,0v18H54V160a6,6,0,0,1,12,0Zm56,0a6,6,0,0,1-6,6H106v42a6,6,0,0,1-12,0V166H84a6,6,0,0,1,0-12h32A6,6,0,0,1,122,160Zm72,0v48a6,6,0,0,1-12,0V178l-13.2,17.6a6,6,0,0,1-9.6,0L146,178v30a6,6,0,0,1-12,0V160a6,6,0,0,1,10.8-3.6L164,182l19.2-25.6A6,6,0,0,1,194,160Zm56,48a6,6,0,0,1-6,6H216a6,6,0,0,1-6-6V160a6,6,0,0,1,12,0v42h22A6,6,0,0,1,250,208Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,120V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v80a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48v24a8,8,0,0,0,16,0ZM160,51.31,188.69,80H160ZM68,160v48a8,8,0,0,1-16,0V192H32v16a8,8,0,0,1-16,0V160a8,8,0,0,1,16,0v16H52V160a8,8,0,0,1,16,0Zm56,0a8,8,0,0,1-8,8h-8v40a8,8,0,0,1-16,0V168H84a8,8,0,0,1,0-16h32A8,8,0,0,1,124,160Zm72,0v48a8,8,0,0,1-16,0V184l-9.6,12.8a8,8,0,0,1-12.8,0L148,184v24a8,8,0,0,1-16,0V160a8,8,0,0,1,14.4-4.8L164,178.67l17.6-23.47A8,8,0,0,1,196,160Zm56,48a8,8,0,0,1-8,8H216a8,8,0,0,1-8-8V160a8,8,0,0,1,16,0v40h20A8,8,0,0,1,252,208Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M212,88a4,4,0,0,0-1.17-2.83l-2-2h0l-54-54A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v80a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52v28a4,4,0,0,0,8,0ZM156,41.65,198.34,84H156ZM64,160v48a4,4,0,0,1-8,0V188H28v20a4,4,0,0,1-8,0V160a4,4,0,0,1,8,0v20H56V160a4,4,0,0,1,8,0Zm56,0a4,4,0,0,1-4,4H104v44a4,4,0,0,1-8,0V164H84a4,4,0,0,1,0-8h32A4,4,0,0,1,120,160Zm72,0v48a4,4,0,0,1-8,0V172l-16.8,22.4a4,4,0,0,1-6.4,0L144,172v36a4,4,0,0,1-8,0V160a4,4,0,0,1,7.2-2.4L164,185.33l20.8-27.73A4,4,0,0,1,192,160Zm56,48a4,4,0,0,1-4,4H216a4,4,0,0,1-4-4V160a4,4,0,0,1,8,0v44h24A4,4,0,0,1,248,208Z"}))]]),jE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M120,140H104a12,12,0,0,0-12,12v56a12,12,0,0,0,24,0v-4h4a32,32,0,0,0,0-64Zm0,40h-4V164h4a8,8,0,0,1,0,16Zm104,20.87a12,12,0,0,1-3.33,8.3A34,34,0,0,1,196,220c-19.85,0-36-17.94-36-40s16.15-40,36-40a33.39,33.39,0,0,1,18.71,5.8,12,12,0,1,1-13.42,19.89A9.39,9.39,0,0,0,196,164c-6.5,0-12,7.33-12,16s5.5,16,12,16a9,9,0,0,0,2.7-.42A12,12,0,0,1,208,176h4a12,12,0,0,1,12,12ZM80,152v38a30,30,0,0,1-60,0,12,12,0,0,1,24,0,6,6,0,0,0,12,0V152a12,12,0,0,1,24,0ZM48,120a12,12,0,0,0,12-12V44h76V92a12,12,0,0,0,12,12h48v4a12,12,0,0,0,24,0V88a12,12,0,0,0-3.51-8.48l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v68A12,12,0,0,0,48,120ZM160,57l23,23H160Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M120,144H104a8,8,0,0,0-8,8v56a8,8,0,0,0,16,0v-8h8a28,28,0,0,0,0-56Zm0,40h-8V160h8a12,12,0,0,1,0,24Zm96,0v16.87a8,8,0,0,1-2.22,5.53A30.06,30.06,0,0,1,192,216c-17.64,0-32-16.15-32-36s14.36-36,32-36a29.38,29.38,0,0,1,16.48,5.12,8,8,0,0,1-9,13.26A13.21,13.21,0,0,0,192,160c-8.82,0-16,9-16,20s7.18,20,16,20a13.63,13.63,0,0,0,8-2.71V192a8,8,0,0,1,0-16h8A8,8,0,0,1,216,184ZM80,152v38a26,26,0,0,1-52,0,8,8,0,0,1,16,0,10,10,0,0,0,20,0V152a8,8,0,0,1,16,0ZM213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48v16a8,8,0,0,0,16,0V88A8,8,0,0,0,213.66,82.34ZM160,80V51.31L188.69,80Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M44,120H212a4,4,0,0,0,4-4V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v76A4,4,0,0,0,44,120ZM152,44l44,44H152ZM120,144H104a8,8,0,0,0-8,8v55.73a8.17,8.17,0,0,0,7.47,8.25,8,8,0,0,0,8.53-8v-8h7.4c15.24,0,28.13-11.92,28.59-27.15A28,28,0,0,0,120,144Zm-.35,40H112V160h8a12,12,0,0,1,11.94,13.16A12.23,12.23,0,0,1,119.65,184ZM216,200.87a8,8,0,0,1-2.26,5.57A30,30,0,0,1,192,216c-17.64,0-32-16.15-32-36s14.36-36,32-36a29.36,29.36,0,0,1,16.09,4.86,8.21,8.21,0,0,1,3,10.64,8,8,0,0,1-11.55,2.88A13.21,13.21,0,0,0,192,160c-8.82,0-16,9-16,20s7.18,20,16,20a13.63,13.63,0,0,0,8-2.71V192a8,8,0,0,1-8-8.53,8.17,8.17,0,0,1,8.25-7.47H208a8,8,0,0,1,8,8ZM80,152v37.41c0,14.22-11.18,26.26-25.41,26.58A26,26,0,0,1,28,190.37,8.17,8.17,0,0,1,35.31,182,8,8,0,0,1,44,190.22a8.89,8.89,0,0,0,4,8c7.85,4.82,16-.75,16-8.2V152.27A8.17,8.17,0,0,1,71.47,144,8,8,0,0,1,80,152Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M120,146H104a6,6,0,0,0-6,6v56a6,6,0,0,0,12,0V198h10a26,26,0,0,0,0-52Zm0,40H110V158h10a14,14,0,0,1,0,28Zm94-2v16.87a6,6,0,0,1-1.67,4.15A28.06,28.06,0,0,1,192,214c-16.54,0-30-15.25-30-34s13.46-34,30-34a27.43,27.43,0,0,1,15.36,4.77,6,6,0,0,1-6.72,9.95A15.25,15.25,0,0,0,192,158c-9.93,0-18,9.87-18,22s8.07,22,18,22a15.75,15.75,0,0,0,10-3.73V190h-2a6,6,0,0,1,0-12h8A6,6,0,0,1,214,184ZM78,152v38a24,24,0,0,1-48,0,6,6,0,0,1,12,0,12,12,0,0,0,24,0V152a6,6,0,0,1,12,0ZM212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72a6,6,0,0,0,12,0V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50v18a6,6,0,0,0,12,0V88A6,6,0,0,0,212.24,83.76ZM158,82V46.48L193.52,82Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M120,144H104a8,8,0,0,0-8,8v56a8,8,0,0,0,16,0v-8h8a28,28,0,0,0,0-56Zm0,40h-8V160h8a12,12,0,0,1,0,24Zm96,0v16.87a8,8,0,0,1-2.22,5.53A30.06,30.06,0,0,1,192,216c-17.65,0-32-16.15-32-36s14.35-36,32-36a29.38,29.38,0,0,1,16.48,5.12,8,8,0,0,1-9,13.26A13.21,13.21,0,0,0,192,160c-8.82,0-16,9-16,20s7.18,20,16,20a13.63,13.63,0,0,0,8-2.71V192a8,8,0,0,1,0-16h8A8,8,0,0,1,216,184ZM80,152v38a26,26,0,0,1-52,0,8,8,0,0,1,16,0,10,10,0,0,0,20,0V152a8,8,0,0,1,16,0ZM213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48v16a8,8,0,0,0,16,0V88A8,8,0,0,0,213.66,82.34ZM160,80V51.31L188.69,80Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M120,148H104a4,4,0,0,0-4,4v56a4,4,0,0,0,8,0V196h12a24,24,0,0,0,0-48Zm0,40H108V156h12a16,16,0,0,1,0,32Zm92-4v16.87a4,4,0,0,1-1.11,2.77A26.11,26.11,0,0,1,192,212c-15.44,0-28-14.36-28-32s12.56-32,28-32a25.41,25.41,0,0,1,14.24,4.43,4,4,0,1,1-4.48,6.63A17.45,17.45,0,0,0,192,156c-11,0-20,10.77-20,24s9,24,20,24a17.87,17.87,0,0,0,12-4.82V188h-4a4,4,0,0,1,0-8h8A4,4,0,0,1,212,184ZM76,152v38a22,22,0,0,1-44,0,4,4,0,0,1,8,0,14,14,0,0,0,28,0V152a4,4,0,0,1,8,0ZM210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52v20a4,4,0,0,0,8,0V88A4,4,0,0,0,210.83,85.17ZM156,84V41.65L198.34,84Z"}))]]),RE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216.49,79.51l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v68a12,12,0,0,0,24,0V44h76V92a12,12,0,0,0,12,12h48V212H180a12,12,0,0,0,0,24h20a20,20,0,0,0,20-20V88A12,12,0,0,0,216.49,79.51ZM160,57l23,23H160Zm-4.22,139.85a24.75,24.75,0,0,1-10.95,18.06c-6,4-13.27,5.15-19.73,5.15a63.75,63.75,0,0,1-16.23-2.21,12,12,0,0,1,6.46-23.12c6.81,1.86,15,1.61,16.39.06a2.48,2.48,0,0,0,.21-.71c-1.94-1.23-6.83-2.64-9.88-3.52-5.39-1.56-11-3.18-15.75-6.27-7.62-4.92-11.21-12.45-10.11-21.2a24.45,24.45,0,0,1,10.69-17.75c6.06-4.09,14.17-5.84,24.1-5.18A68.53,68.53,0,0,1,143,142a12,12,0,0,1-6.1,23.21c-6.36-1.63-13.62-1.51-16.07-.33a79.5,79.5,0,0,0,7.91,2.59c5.48,1.58,11.68,3.37,16.8,6.82C153.33,179.55,157,187.55,155.78,196.82ZM84,152v38a30,30,0,0,1-60,0,12,12,0,0,1,24,0,6,6,0,0,0,12,0V152a12,12,0,0,1,24,0Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V216H176a8,8,0,0,0,0,16h24a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160Zm-12.19,145a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216A61.14,61.14,0,0,1,106,214a8,8,0,1,1,4.3-15.41c4.38,1.2,15,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.35-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.56,20.56,0,0,1,9-14.95c11.84-8,30.71-3.31,32.83-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.12.9-.14,1.09,1.11,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150.05,179,147.81,196.31ZM80,152v38a26,26,0,0,1-52,0,8,8,0,0,1,16,0,10,10,0,0,0,20,0V152a8,8,0,0,1,16,0Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v76a4,4,0,0,0,4,4H164a4,4,0,0,1,4,4V228a4,4,0,0,0,4,4h28a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM152,88V44l44,44Zm-4.19,108.31a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216a61.34,61.34,0,0,1-15.19-2,8,8,0,0,1,4.31-15.41c4.38,1.2,15,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.34-2.67-.72-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.58,20.58,0,0,1,9-14.95c11.85-8,30.72-3.31,32.84-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.57,4.57,0,0,0-2,3.67c-.11.9-.13,1.09,1.12,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150,179,147.81,196.31ZM80,152v37.41c0,14.22-11.18,26.26-25.41,26.58A26,26,0,0,1,28,190.37,8.17,8.17,0,0,1,35.31,182,8,8,0,0,1,44,190.22a8.89,8.89,0,0,0,4,8c7.85,4.82,16-.75,16-8.2V152.27A8.17,8.17,0,0,1,71.47,144,8,8,0,0,1,80,152Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72a6,6,0,0,0,12,0V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50V216a2,2,0,0,1-2,2H176a6,6,0,0,0,0,12h24a14,14,0,0,0,14-14V88A6,6,0,0,0,212.24,83.76ZM158,46.48,193.52,82H158ZM145.83,196.06a18.89,18.89,0,0,1-8.31,13.81c-4.82,3.19-10.87,4.14-16.36,4.14a58.89,58.89,0,0,1-14.68-2,6,6,0,0,1,3.23-11.56c3.71,1,15.58,3.11,21.19-.62a6.85,6.85,0,0,0,3-5.34c.58-4.43-2.08-6.26-14.2-9.76-9.31-2.69-23.37-6.75-21.57-20.94a18.61,18.61,0,0,1,8.08-13.54c11.11-7.49,29.18-3,31.21-2.48a6,6,0,0,1-3.06,11.6c-3.78-1-15.85-3-21.45.84a6.59,6.59,0,0,0-2.88,5.08c-.41,3.22,2.14,4.78,13,7.91C132.92,176.09,147.84,180.4,145.83,196.06ZM78,152v38a24,24,0,0,1-48,0,6,6,0,0,1,12,0,12,12,0,0,0,24,0V152a6,6,0,0,1,12,0Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V216H176a8,8,0,0,0,0,16h24a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160Zm-12.19,145a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216a61.34,61.34,0,0,1-15.19-2,8,8,0,0,1,4.31-15.41c4.38,1.2,15,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.34-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.56,20.56,0,0,1,9-14.95c11.84-8,30.71-3.31,32.83-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.12.9-.14,1.09,1.11,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150.05,179,147.81,196.31ZM80,152v38a26,26,0,0,1-52,0,8,8,0,0,1,16,0,10,10,0,0,0,20,0V152a8,8,0,0,1,16,0Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52V216a4,4,0,0,1-4,4H176a4,4,0,0,0,0,8h24a12,12,0,0,0,12-12V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM143.84,195.8a17,17,0,0,1-7.43,12.41c-4.39,2.91-10,3.77-15.22,3.77A57.89,57.89,0,0,1,107,210.11a4,4,0,0,1,2.15-7.7c4.22,1.17,16.56,3.29,22.83-.88a8.94,8.94,0,0,0,3.91-6.75c.83-6.45-4.38-8.69-15.64-11.94-9.68-2.8-21.72-6.28-20.14-18.77a16.66,16.66,0,0,1,7.22-12.13c4.56-3.07,11-4.36,19.1-3.82a61.33,61.33,0,0,1,10.48,1.61,4,4,0,0,1-2.05,7.74c-4.29-1.13-16.81-3.12-23.06,1.11a8.51,8.51,0,0,0-3.75,6.49c-.66,5.17,3.89,7,14.42,10.08C132.26,178,145.64,181.84,143.84,195.8ZM76,152v38a22,22,0,0,1-44,0,4,4,0,0,1,8,0,14,14,0,0,0,28,0V152a4,4,0,0,1,8,0Z"}))]]),NE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M151.78,196.8a24.73,24.73,0,0,1-10.95,18c-6,4-13.27,5.15-19.73,5.15a63.75,63.75,0,0,1-16.23-2.21,12,12,0,1,1,6.46-23.11c6.81,1.85,15,1.61,16.39.06a2.48,2.48,0,0,0,.21-.71c-1.94-1.23-6.83-2.64-9.88-3.53-5.39-1.56-11-3.17-15.75-6.26-7.63-4.92-11.21-12.45-10.11-21.19a24.45,24.45,0,0,1,10.69-17.76c6.06-4.09,14.17-5.83,24.1-5.17A69,69,0,0,1,139,142a12,12,0,0,1-6.1,23.21c-6.36-1.63-13.62-1.51-16.07-.33a79.5,79.5,0,0,0,7.91,2.59c5.47,1.58,11.68,3.37,16.8,6.82C149.33,179.53,153,187.53,151.78,196.8ZM68,140a12,12,0,0,0-12,12v38a6,6,0,0,1-12,0,12,12,0,0,0-24,0,30,30,0,0,0,60,0V152A12,12,0,0,0,68,140Zm138.75,40,15-21a12,12,0,0,0-19.53-14L192,159.34,181.76,145a12,12,0,0,0-19.53,14l15,21-15,21A12,12,0,1,0,181.76,215L192,200.62,202.23,215A12,12,0,0,0,221.76,201ZM36,108V40A20,20,0,0,1,56,20h96a12,12,0,0,1,8.49,3.51l56,56A12,12,0,0,1,220,88v20a12,12,0,1,1-24,0v-4H148a12,12,0,0,1-12-12V44H60v64a12,12,0,1,1-24,0ZM160,80h23L160,57Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M147.81,196.31a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216A60.43,60.43,0,0,1,106,214a8,8,0,1,1,4.3-15.41c4.38,1.21,15,2.71,19.55-.35.88-.6,1.83-1.52,2.14-3.93.34-2.67-.72-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.12a20.58,20.58,0,0,1,9-14.94c11.85-8,30.72-3.31,32.84-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.12.9-.14,1.08,1.11,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150,179,147.81,196.31ZM72,144a8,8,0,0,0-8,8v38a10,10,0,0,1-20,0,8,8,0,0,0-16,0,26,26,0,0,0,52,0V152A8,8,0,0,0,72,144Zm140.65,1.49a8,8,0,0,0-11.16,1.86L188,166.24l-13.49-18.89a8,8,0,0,0-13,9.3L178.17,180l-16.68,23.35a8,8,0,0,0,13,9.3L188,193.76l13.49,18.89a8,8,0,0,0,13-9.3L197.83,180l16.68-23.35A8,8,0,0,0,212.65,145.49ZM216,88v24a8,8,0,0,1-16,0V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,0,1-16,0V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88Zm-27.31-8L160,51.31V80Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v76a4,4,0,0,0,4,4H212a4,4,0,0,0,4-4V88A8,8,0,0,0,213.66,82.34ZM152,88V44l44,44Zm-4.19,108.31a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216a60.63,60.63,0,0,1-15.19-2,8,8,0,0,1,4.31-15.41c4.38,1.21,15,2.71,19.55-.35.88-.6,1.83-1.52,2.14-3.93.34-2.67-.72-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.12a20.58,20.58,0,0,1,9-14.94c11.85-8,30.72-3.31,32.84-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.57,4.57,0,0,0-2,3.67c-.11.9-.13,1.08,1.12,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150,179,147.81,196.31ZM80,152v37.4c0,14.23-11.18,26.27-25.41,26.59A26,26,0,0,1,28,190.37,8.17,8.17,0,0,1,35.31,182,8,8,0,0,1,44,190.22a8.89,8.89,0,0,0,4,8c7.85,4.82,16-.76,16-8.2V152.27A8.17,8.17,0,0,1,71.47,144,8,8,0,0,1,80,152Zm134.51,4.65L197.83,180l16.68,23.35a8,8,0,0,1-13,9.3L188,193.76l-13.49,18.89a8,8,0,1,1-13-9.3L178.17,180l-16.68-23.35a8,8,0,0,1,13-9.3L188,166.24l13.49-18.89a8,8,0,0,1,13,9.3Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M145.83,196.05a18.89,18.89,0,0,1-8.31,13.81c-4.82,3.19-10.87,4.14-16.36,4.14a59.41,59.41,0,0,1-14.68-2,6,6,0,0,1,3.23-11.56c3.71,1,15.58,3.11,21.19-.62a6.85,6.85,0,0,0,3-5.34c.58-4.43-2.08-6.26-14.2-9.76-9.31-2.69-23.37-6.75-21.57-20.94a18.61,18.61,0,0,1,8.08-13.54c11.11-7.49,29.18-3,31.21-2.48a6,6,0,0,1-3.06,11.6c-3.79-1-15.85-2.95-21.45.84a6.59,6.59,0,0,0-2.88,5.08c-.41,3.22,2.14,4.78,13,7.91C132.92,176.08,147.84,180.39,145.83,196.05ZM72,146a6,6,0,0,0-6,6v38a12,12,0,0,1-24,0,6,6,0,0,0-12,0,24,24,0,0,0,48,0V152A6,6,0,0,0,72,146Zm139.49,1.12a6,6,0,0,0-8.37,1.39L188,169.67,172.88,148.5a6,6,0,0,0-9.76,7L180.63,180,163.12,204.5a6,6,0,1,0,9.76,7L188,190.31l15.12,21.16a6,6,0,1,0,9.76-7L195.37,180l17.51-24.51A6,6,0,0,0,211.49,147.11ZM214,88v24a6,6,0,1,1-12,0V94H152a6,6,0,0,1-6-6V38H56a2,2,0,0,0-2,2v72a6,6,0,1,1-12,0V40A14,14,0,0,1,56,26h96a6,6,0,0,1,4.25,1.76l56,56A6,6,0,0,1,214,88Zm-20.49-6L158,46.48V82Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M147.81,196.31a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216a60.63,60.63,0,0,1-15.19-2,8,8,0,0,1,4.31-15.41c4.38,1.21,15,2.71,19.55-.35.88-.6,1.83-1.52,2.14-3.93.34-2.67-.72-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.58,20.58,0,0,1,9-14.95c11.85-8,30.72-3.31,32.84-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.12.9-.14,1.08,1.11,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150,179,147.81,196.31ZM72,144a8,8,0,0,0-8,8v38a10,10,0,0,1-20,0,8,8,0,0,0-16,0,26,26,0,0,0,52,0V152A8,8,0,0,0,72,144Zm140.65,1.49a8,8,0,0,0-11.16,1.86L188,166.24l-13.49-18.89a8,8,0,0,0-13,9.3L178.17,180l-16.68,23.35a8,8,0,0,0,13,9.3L188,193.76l13.49,18.89a8,8,0,0,0,13-9.3L197.83,180l16.68-23.35A8,8,0,0,0,212.65,145.49ZM216,88v24a8,8,0,0,1-16,0V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,0,1-16,0V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88Zm-27.31-8L160,51.31V80Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M143.84,195.8a17,17,0,0,1-7.43,12.41c-4.39,2.91-10,3.77-15.22,3.77A57.89,57.89,0,0,1,107,210.11a4,4,0,1,1,2.15-7.7c4.22,1.17,16.56,3.29,22.83-.88a8.94,8.94,0,0,0,3.91-6.75c.83-6.45-4.38-8.69-15.64-11.94-9.68-2.8-21.72-6.28-20.14-18.77a16.66,16.66,0,0,1,7.22-12.13c4.56-3.07,11-4.36,19.1-3.82a61.33,61.33,0,0,1,10.48,1.61,4,4,0,0,1-2.05,7.74c-4.29-1.13-16.81-3.12-23.06,1.11a8.51,8.51,0,0,0-3.75,6.49c-.66,5.17,3.89,7,14.42,10.08C132.26,178,145.64,181.84,143.84,195.8ZM72,148a4,4,0,0,0-4,4v38a14,14,0,0,1-28,0,4,4,0,0,0-8,0,22,22,0,0,0,44,0V152A4,4,0,0,0,72,148Zm138.32.75a4,4,0,0,0-5.58.92L188,173.12l-16.75-23.45a4,4,0,0,0-6.51,4.66L183.08,180l-18.34,25.67a4,4,0,0,0,.93,5.58,4,4,0,0,0,5.58-.92L188,186.88l16.74,23.45A4,4,0,0,0,208,212a3.91,3.91,0,0,0,2.32-.75,4,4,0,0,0,.93-5.58L192.92,180l18.33-25.67A4,4,0,0,0,210.32,148.75ZM212,88v24a4,4,0,0,1-8,0V92H152a4,4,0,0,1-4-4V36H56a4,4,0,0,0-4,4v72a4,4,0,0,1-8,0V40A12,12,0,0,1,56,28h96a4,4,0,0,1,2.83,1.17l56,56A4,4,0,0,1,212,88Zm-13.66-4L156,41.65V84Z"}))]]),VE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M100,152v56a12,12,0,0,1-24,0V190.07l-6.17,8.81a12,12,0,0,1-19.66,0L44,190.07V208a12,12,0,0,1-24,0V152a12,12,0,0,1,21.83-6.88L60,171.07l18.17-25.95A12,12,0,0,1,100,152Zm84,28a40,40,0,0,1-40,40H128a12,12,0,0,1-12-12V152a12,12,0,0,1,12-12h16A40,40,0,0,1,184,180Zm-24,0a16,16,0,0,0-16-16h-4v32h4A16,16,0,0,0,160,180Zm60-92V224a12,12,0,0,1-24,0V104H148a12,12,0,0,1-12-12V44H60v64a12,12,0,0,1-24,0V40A20,20,0,0,1,56,20h96a12,12,0,0,1,8.49,3.52l56,56A12,12,0,0,1,220,88Zm-60-8h23L160,57Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V224a8,8,0,0,0,16,0V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM144,144H128a8,8,0,0,0-8,8v56a8,8,0,0,0,8,8h16a36,36,0,0,0,0-72Zm0,56h-8V160h8a20,20,0,0,1,0,40Zm-40-48v56a8,8,0,0,1-16,0V177.38L74.55,196.59a8,8,0,0,1-13.1,0L48,177.38V208a8,8,0,0,1-16,0V152a8,8,0,0,1,14.55-4.59L68,178.05l21.45-30.64A8,8,0,0,1,104,152Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v76a4,4,0,0,0,4,4H196a4,4,0,0,1,4,4V224a8,8,0,0,0,9.19,7.91,8.15,8.15,0,0,0,6.81-8.16V88A8,8,0,0,0,213.66,82.34ZM152,88V44l44,44Zm-8,56H128a8,8,0,0,0-8,8v56a8,8,0,0,0,8,8h15.32c19.66,0,36.21-15.48,36.67-35.13A36,36,0,0,0,144,144Zm-.49,56H136V160h8a20,20,0,0,1,20,20.77C163.58,191.59,154.34,200,143.51,200ZM104,152v55.73A8.17,8.17,0,0,1,96.53,216,8,8,0,0,1,88,208V177.38l-13.32,19a8.3,8.3,0,0,1-4.2,3.2,8,8,0,0,1-9-3L48,177.38v30.35A8.17,8.17,0,0,1,40.53,216,8,8,0,0,1,32,208V152.31a8.27,8.27,0,0,1,4.56-7.53,8,8,0,0,1,10,2.63L68,178.05l21.27-30.39a8.28,8.28,0,0,1,8.06-3.55A8,8,0,0,1,104,152Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72a6,6,0,0,0,12,0V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50V224a6,6,0,0,0,12,0V88A6,6,0,0,0,212.24,83.76ZM158,46.48,193.52,82H158ZM144,146H128a6,6,0,0,0-6,6v56a6,6,0,0,0,6,6h16a34,34,0,0,0,0-68Zm0,56H134V158h10a22,22,0,0,1,0,44Zm-42-50v56a6,6,0,0,1-12,0V171L72.92,195.44a6,6,0,0,1-9.84,0L46,171v37a6,6,0,0,1-12,0V152a6,6,0,0,1,10.92-3.44l23.08,33,23.08-33A6,6,0,0,1,102,152Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V224a8,8,0,0,0,16,0V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM144,144H128a8,8,0,0,0-8,8v56a8,8,0,0,0,8,8h16a36,36,0,0,0,0-72Zm0,56h-8V160h8a20,20,0,0,1,0,40Zm-40-48v56a8,8,0,0,1-16,0V177.38L74.55,196.59a8,8,0,0,1-13.1,0L48,177.38V208a8,8,0,0,1-16,0V152a8,8,0,0,1,14.55-4.59L68,178.05l21.45-30.64A8,8,0,0,1,104,152Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52V224a4,4,0,0,0,8,0V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM144,148H128a4,4,0,0,0-4,4v56a4,4,0,0,0,4,4h16a32,32,0,0,0,0-64Zm0,56H132V156h12a24,24,0,0,1,0,48Zm-44-52v56a4,4,0,0,1-8,0V164.69l-20.72,29.6a4,4,0,0,1-6.56,0L44,164.69V208a4,4,0,0,1-8,0V152a4,4,0,0,1,7.28-2.29L68,185l24.72-35.31A4,4,0,0,1,100,152Z"}))]]),LE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216.49,79.51l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40V216a20,20,0,0,0,20,20H200a20,20,0,0,0,20-20V88A12,12,0,0,0,216.49,79.51ZM160,57l23,23H160ZM60,212V44h76V92a12,12,0,0,0,12,12h48V212Zm104-60a12,12,0,0,1-12,12H140v12a12,12,0,0,1-24,0V164H104a12,12,0,0,1,0-24h12V128a12,12,0,0,1,24,0v12h12A12,12,0,0,1,164,152Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM200,216H56V40h88V88a8,8,0,0,0,8,8h48V216Zm-40-64a8,8,0,0,1-8,8H136v16a8,8,0,0,1-16,0V160H104a8,8,0,0,1,0-16h16V128a8,8,0,0,1,16,0v16h16A8,8,0,0,1,160,152Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM152,160H136v16a8,8,0,0,1-16,0V160H104a8,8,0,0,1,0-16h16V128a8,8,0,0,1,16,0v16h16a8,8,0,0,1,0,16Zm0-72V43.31L196.69,88Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40V216a14,14,0,0,0,14,14H200a14,14,0,0,0,14-14V88A6,6,0,0,0,212.24,83.76ZM158,46.48,193.52,82H158ZM200,218H56a2,2,0,0,1-2-2V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50V216A2,2,0,0,1,200,218Zm-42-66a6,6,0,0,1-6,6H134v18a6,6,0,0,1-12,0V158H104a6,6,0,0,1,0-12h18V128a6,6,0,0,1,12,0v18h18A6,6,0,0,1,158,152Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM200,216H56V40h88V88a8,8,0,0,0,8,8h48V216Zm-40-64a8,8,0,0,1-8,8H136v16a8,8,0,0,1-16,0V160H104a8,8,0,0,1,0-16h16V128a8,8,0,0,1,16,0v16h16A8,8,0,0,1,160,152Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40V216a12,12,0,0,0,12,12H200a12,12,0,0,0,12-12V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM200,220H56a4,4,0,0,1-4-4V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52V216A4,4,0,0,1,200,220Zm-44-68a4,4,0,0,1-4,4H132v20a4,4,0,0,1-8,0V156H104a4,4,0,0,1,0-8h20V128a4,4,0,0,1,8,0v20h20A4,4,0,0,1,156,152Z"}))]]),_E=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M56,140H40a12,12,0,0,0-12,12v56a12,12,0,0,0,24,0v-4h4a32,32,0,0,0,0-64Zm0,40H52V164h4a8,8,0,0,1,0,16Zm176,20.87a12,12,0,0,1-3.33,8.3A34,34,0,0,1,204,220c-19.85,0-36-17.95-36-40s16.15-40,36-40a33.39,33.39,0,0,1,18.71,5.8,12,12,0,1,1-13.42,19.89A9.39,9.39,0,0,0,204,164c-6.5,0-12,7.33-12,16s5.5,16,12,16a9,9,0,0,0,2.7-.42A12,12,0,0,1,216,176h4a12,12,0,0,1,12,12ZM160,152v56a12,12,0,0,1-8.34,11.43A12.15,12.15,0,0,1,148,220a12,12,0,0,1-9.76-5L120,189.44V208a12,12,0,0,1-24,0V152a12,12,0,0,1,21.76-7L136,170.55V152a12,12,0,0,1,24,0ZM48,120a12,12,0,0,0,12-12V44h76V92a12,12,0,0,0,12,12h48v4a12,12,0,0,0,24,0V88a12,12,0,0,0-3.51-8.49l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v68A12,12,0,0,0,48,120ZM160,57l23,23H160Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M60,144H44a8,8,0,0,0-8,8v56a8,8,0,0,0,16,0v-8h8a28,28,0,0,0,0-56Zm0,40H52V160h8a12,12,0,0,1,0,24Zm164,16.87a8,8,0,0,1-2.22,5.53A30.06,30.06,0,0,1,200,216c-17.64,0-32-16.15-32-36s14.36-36,32-36a29.45,29.45,0,0,1,16.48,5.11,8,8,0,0,1-9,13.27A13.21,13.21,0,0,0,200,160c-8.82,0-16,9-16,20s7.18,20,16,20a13.57,13.57,0,0,0,8-2.72V192a8,8,0,0,1,0-16h8a8,8,0,0,1,8,8ZM156,152v56a8,8,0,0,1-5.56,7.62A7.91,7.91,0,0,1,148,216a8,8,0,0,1-6.51-3.35L116,177v31a8,8,0,0,1-16,0V152a8,8,0,0,1,14.51-4.65L140,183V152a8,8,0,0,1,16,0ZM48,120a8,8,0,0,0,8-8V40h88V88a8,8,0,0,0,8,8h48v16a8,8,0,0,0,16,0V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72A8,8,0,0,0,48,120ZM160,51.31,188.69,80H160Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M44,120H212a4,4,0,0,0,4-4V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v76A4,4,0,0,0,44,120ZM152,44l44,44H152ZM60,144H44a8,8,0,0,0-8,8v55.72A8.17,8.17,0,0,0,43.47,216,8,8,0,0,0,52,208v-8h7.4c15.24,0,28.14-11.92,28.59-27.15A28,28,0,0,0,60,144Zm-.35,40H52V160h8a12,12,0,0,1,12,13.16A12.25,12.25,0,0,1,59.65,184ZM224,200.87a8,8,0,0,1-2.26,5.57A30.07,30.07,0,0,1,200,216c-17.64,0-32-16.15-32-36s14.36-36,32-36a29.36,29.36,0,0,1,16.09,4.86,8.21,8.21,0,0,1,3,10.64,8,8,0,0,1-11.55,2.88A13.21,13.21,0,0,0,200,160c-8.82,0-16,9-16,20s7.18,20,16,20a13.57,13.57,0,0,0,8-2.72V192a8,8,0,0,1-8-8.53,8.17,8.17,0,0,1,8.25-7.47H216a8,8,0,0,1,8,8ZM156,152v55.76a8.22,8.22,0,0,1-4.12,7.24,8,8,0,0,1-10.39-2.35L116,177v30.76a8.17,8.17,0,0,1-7.47,8.26,8,8,0,0,1-8.53-8V152.31a8.27,8.27,0,0,1,4.53-7.52,8,8,0,0,1,10,2.56L140,183V152.27a8.17,8.17,0,0,1,7.47-8.25A8,8,0,0,1,156,152Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M60,146H44a6,6,0,0,0-6,6v56a6,6,0,0,0,12,0V198H60a26,26,0,0,0,0-52Zm0,40H50V158H60a14,14,0,0,1,0,28Zm162,14.87a6,6,0,0,1-1.67,4.15A28.06,28.06,0,0,1,200,214c-16.54,0-30-15.25-30-34s13.46-34,30-34a27.43,27.43,0,0,1,15.36,4.77,6,6,0,0,1-6.72,9.95A15.25,15.25,0,0,0,200,158c-9.93,0-18,9.87-18,22s8.07,22,18,22a15.75,15.75,0,0,0,10-3.73V190h-2a6,6,0,0,1,0-12h8a6,6,0,0,1,6,6ZM154,152v56a6,6,0,0,1-4.17,5.71A5.78,5.78,0,0,1,148,214a6,6,0,0,1-4.88-2.51L114,170.72V208a6,6,0,0,1-12,0V152a6,6,0,0,1,10.88-3.49L142,189.28V152a6,6,0,0,1,12,0ZM48,118a6,6,0,0,0,6-6V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50v18a6,6,0,0,0,12,0V88a6,6,0,0,0-1.76-4.24l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72A6,6,0,0,0,48,118ZM158,46.48,193.52,82H158Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M60,144H44a8,8,0,0,0-8,8v56a8,8,0,0,0,16,0v-8h8a28,28,0,0,0,0-56Zm0,40H52V160h8a12,12,0,0,1,0,24Zm164,16.87a8,8,0,0,1-2.22,5.53A30.06,30.06,0,0,1,200,216c-17.65,0-32-16.15-32-36s14.35-36,32-36a29.45,29.45,0,0,1,16.48,5.11,8,8,0,0,1-9,13.27A13.21,13.21,0,0,0,200,160c-8.82,0-16,9-16,20s7.18,20,16,20a13.57,13.57,0,0,0,8-2.72V192a8,8,0,0,1,0-16h8a8,8,0,0,1,8,8ZM156,152v56a8,8,0,0,1-5.56,7.62A7.91,7.91,0,0,1,148,216a8,8,0,0,1-6.51-3.35L116,177v31a8,8,0,0,1-16,0V152a8,8,0,0,1,14.51-4.65L140,183V152a8,8,0,0,1,16,0ZM48,120a8,8,0,0,0,8-8V40h88V88a8,8,0,0,0,8,8h48v16a8,8,0,0,0,16,0V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72A8,8,0,0,0,48,120ZM160,51.31,188.69,80H160Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M60,148H44a4,4,0,0,0-4,4v56a4,4,0,0,0,8,0V196H60a24,24,0,0,0,0-48Zm0,40H48V156H60a16,16,0,0,1,0,32Zm160,12.87a4,4,0,0,1-1.11,2.77A26.11,26.11,0,0,1,200,212c-15.44,0-28-14.36-28-32s12.56-32,28-32a25.41,25.41,0,0,1,14.24,4.43,4,4,0,1,1-4.48,6.63A17.45,17.45,0,0,0,200,156c-11,0-20,10.77-20,24s9,24,20,24a17.87,17.87,0,0,0,12-4.82V188h-4a4,4,0,0,1,0-8h8a4,4,0,0,1,4,4ZM152,152v56a4,4,0,0,1-2.78,3.81A3.93,3.93,0,0,1,148,212a4,4,0,0,1-3.25-1.67L112,164.48V208a4,4,0,0,1-8,0V152a4,4,0,0,1,7.25-2.33L144,195.52V152a4,4,0,0,1,8,0Zm52-40a4,4,0,0,0,8,0V88a4,4,0,0,0-1.17-2.83l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52ZM156,84V41.65L198.34,84Z"}))]]),DE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M48,120a12,12,0,0,0,12-12V44h76V92a12,12,0,0,0,12,12h48v4a12,12,0,1,0,24,0V88a12,12,0,0,0-3.51-8.48l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v68A12,12,0,0,0,48,120ZM183,80H160V57ZM87.78,196.8a24.72,24.72,0,0,1-10.94,18c-6,4-13.27,5.15-19.74,5.15a63.75,63.75,0,0,1-16.23-2.21,12,12,0,1,1,6.46-23.11c6.82,1.85,15,1.61,16.39.06a2.48,2.48,0,0,0,.21-.71c-1.94-1.23-6.82-2.64-9.88-3.53-5.39-1.56-11-3.17-15.75-6.26-7.62-4.92-11.21-12.45-10.1-21.19a24.44,24.44,0,0,1,10.68-17.76c6.07-4.09,14.17-5.82,24.1-5.17A69,69,0,0,1,75,142a12,12,0,0,1-6.1,23.21c-6.35-1.63-13.61-1.51-16.07-.33a79.69,79.69,0,0,0,7.92,2.59c5.47,1.58,11.67,3.37,16.8,6.82C85.33,179.53,89,187.53,87.78,196.8ZM155.3,156l-20,56a12,12,0,0,1-22.6,0l-20-56A12,12,0,1,1,115.3,148L124,172.3,132.7,148A12,12,0,1,1,155.3,156ZM224,188v12.87a12,12,0,0,1-3.33,8.3A34,34,0,0,1,196,220c-19.85,0-36-17.94-36-40s16.15-40,36-40a33.39,33.39,0,0,1,18.71,5.8,12,12,0,1,1-13.42,19.89A9.39,9.39,0,0,0,196,164c-6.5,0-12,7.33-12,16s5.5,16,12,16a9,9,0,0,0,2.7-.42A12,12,0,0,1,208,176h4A12,12,0,0,1,224,188Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,1,0,16,0V40h88V88a8,8,0,0,0,8,8h48v16a8,8,0,0,0,16,0V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160Zm-72.18,145a20.82,20.82,0,0,1-9.19,15.23C73.44,215,67,216,61.14,216A61.23,61.23,0,0,1,46,214a8,8,0,0,1,4.3-15.41c4.38,1.2,14.95,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.35-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.55,20.55,0,0,1,9-14.95c11.84-8,30.72-3.31,32.83-2.76a8,8,0,0,1-4.07,15.48c-4.48-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.11.9-.14,1.09,1.12,1.9,2.31,1.49,6.44,2.68,10.45,3.84C73.5,174.17,90.06,179,87.82,196.31Zm63.72-41.62-20,56a8,8,0,0,1-15.07,0l-20-56a8,8,0,1,1,15.06-5.38L124,184.21l12.46-34.9a8,8,0,0,1,15.07,5.38ZM216,184v16.87a8,8,0,0,1-2.22,5.53A30.06,30.06,0,0,1,192,216c-17.64,0-32-16.15-32-36s14.36-36,32-36a29.38,29.38,0,0,1,16.48,5.12,8,8,0,0,1-8.95,13.26A13.27,13.27,0,0,0,192,160c-8.82,0-16,9-16,20s7.18,20,16,20a13.38,13.38,0,0,0,8-2.71V192a8,8,0,0,1,0-16h8A8,8,0,0,1,216,184Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v76a4,4,0,0,0,4,4H212a4,4,0,0,0,4-4V88A8,8,0,0,0,213.66,82.34ZM152,88V44l44,44ZM87.82,196.31a20.82,20.82,0,0,1-9.19,15.23C73.44,215,67,216,61.14,216A61.23,61.23,0,0,1,46,214a8,8,0,0,1,4.3-15.41c4.38,1.2,14.95,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.35-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.55,20.55,0,0,1,9-14.95c11.84-8,30.72-3.31,32.83-2.76a8,8,0,0,1-4.07,15.48c-4.48-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.11.9-.14,1.09,1.12,1.9,2.31,1.49,6.44,2.68,10.45,3.84C73.5,174.17,90.06,179,87.82,196.31Zm63.72-41.62-19.9,55.72a8.25,8.25,0,0,1-6.5,5.51,8,8,0,0,1-8.67-5.23L96.59,155a8.21,8.21,0,0,1,4.5-10.45,8,8,0,0,1,10.45,4.76L124,184.21l12.46-34.9a8,8,0,0,1,15.07,5.38ZM216,184v16.87a8,8,0,0,1-2.26,5.57A30,30,0,0,1,192,216c-17.64,0-32-16.15-32-36s14.36-36,32-36a29.36,29.36,0,0,1,16.09,4.86,8.22,8.22,0,0,1,3,10.64,8,8,0,0,1-11.54,2.88A13.27,13.27,0,0,0,192,160c-8.82,0-16,9-16,20s7.18,20,16,20a13.38,13.38,0,0,0,8-2.71V192a8,8,0,0,1-8-8.53,8.18,8.18,0,0,1,8.26-7.47H208A8,8,0,0,1,216,184Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M212.24,83.75l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72a6,6,0,0,0,12,0V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50v18a6,6,0,1,0,12,0V88A6,6,0,0,0,212.24,83.75ZM158,46.48,193.52,82H158ZM85.83,196.05a18.85,18.85,0,0,1-8.3,13.81C72.71,213.05,66.66,214,61.16,214a59.38,59.38,0,0,1-14.67-2,6,6,0,0,1,3.23-11.56c3.71,1,15.58,3.11,21.19-.62a6.85,6.85,0,0,0,3-5.34c.57-4.43-2.08-6.26-14.2-9.76-9.31-2.69-23.37-6.75-21.57-20.94a18.61,18.61,0,0,1,8.08-13.54c11.11-7.49,29.18-3,31.2-2.48a6,6,0,0,1-3,11.6c-3.79-1-15.85-2.95-21.45.84a6.59,6.59,0,0,0-2.88,5.08c-.41,3.22,2.14,4.78,13,7.91C72.93,176.08,87.85,180.39,85.83,196.05Zm63.82-42-20,56a6,6,0,0,1-11.3,0l-20-56a6,6,0,1,1,11.3-4L124,190.15,138.35,150a6,6,0,0,1,11.3,4ZM214,184v16.87a6,6,0,0,1-1.67,4.15A28.06,28.06,0,0,1,192,214c-16.54,0-30-15.25-30-34s13.46-34,30-34a27.43,27.43,0,0,1,15.36,4.77,6,6,0,0,1-6.72,10A15.25,15.25,0,0,0,192,158c-9.92,0-18,9.87-18,22s8.08,22,18,22a15.7,15.7,0,0,0,10-3.74V190h-2a6,6,0,0,1,0-12h8A6,6,0,0,1,214,184Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M87.82,196.31a20.82,20.82,0,0,1-9.19,15.23C73.44,215,67,216,61.14,216A61.23,61.23,0,0,1,46,214a8,8,0,0,1,4.3-15.41c4.38,1.2,14.95,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.35-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.55,20.55,0,0,1,9-14.95c11.84-8,30.72-3.31,32.83-2.76a8,8,0,0,1-4.07,15.48c-4.48-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.11.9-.14,1.09,1.12,1.9,2.31,1.49,6.44,2.68,10.45,3.84C73.5,174.17,90.06,179,87.82,196.31ZM216,88v24a8,8,0,0,1-16,0V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,1,1-16,0V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.65,2.34l56,56A8,8,0,0,1,216,88Zm-56-8h28.69L160,51.31Zm-13.3,64.47a8,8,0,0,0-10.23,4.84L124,184.21l-12.47-34.9a8,8,0,1,0-15.06,5.38l20,56a8,8,0,0,0,15.07,0l20-56A8,8,0,0,0,146.7,144.47ZM208,176h-8a8,8,0,0,0,0,16v5.29a13.38,13.38,0,0,1-8,2.71c-8.82,0-16-9-16-20s7.18-20,16-20a13.27,13.27,0,0,1,7.53,2.38,8,8,0,0,0,8.95-13.26A29.38,29.38,0,0,0,192,144c-17.64,0-32,16.15-32,36s14.36,36,32,36a30.06,30.06,0,0,0,21.78-9.6,8,8,0,0,0,2.22-5.53V184A8,8,0,0,0,208,176Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,1,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52v20a4,4,0,0,0,8,0V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM83.85,195.8a17,17,0,0,1-7.43,12.41C72,211.12,66.38,212,61.2,212A57.89,57.89,0,0,1,47,210.11a4,4,0,1,1,2.15-7.7c4.22,1.17,16.56,3.29,22.83-.88a8.94,8.94,0,0,0,3.91-6.75c.83-6.45-4.38-8.69-15.64-11.94-9.68-2.8-21.72-6.28-20.14-18.77a16.66,16.66,0,0,1,7.22-12.13c4.56-3.07,11-4.36,19.1-3.82a61.11,61.11,0,0,1,10.47,1.61,4,4,0,0,1-2,7.74c-4.29-1.13-16.81-3.12-23.06,1.11a8.51,8.51,0,0,0-3.75,6.49c-.66,5.17,3.89,7,14.42,10.08C72.27,178,85.65,181.84,83.85,195.8Zm63.92-42.45-20,56a4,4,0,0,1-7.53,0l-20-56a4,4,0,1,1,7.53-2.7L124,196.11l16.23-45.46a4,4,0,1,1,7.53,2.7ZM212,184v16.87a4,4,0,0,1-1.11,2.77A26.11,26.11,0,0,1,192,212c-15.44,0-28-14.36-28-32s12.56-32,28-32a25.41,25.41,0,0,1,14.24,4.43,4,4,0,1,1-4.48,6.63A17.43,17.43,0,0,0,192,156c-11,0-20,10.77-20,24s9,24,20,24a17.87,17.87,0,0,0,12-4.82V188h-4a4,4,0,0,1,0-8h8A4,4,0,0,1,212,184Z"}))]]),XE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216.49,79.51l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v68a12,12,0,0,0,24,0V44h76V92a12,12,0,0,0,12,12h48V212H180a12,12,0,0,0,0,24h20a20,20,0,0,0,20-20V88A12,12,0,0,0,216.49,79.51ZM160,57l23,23H160Zm-4.22,139.85a24.75,24.75,0,0,1-10.95,18.06c-6,4-13.27,5.15-19.73,5.15a63.75,63.75,0,0,1-16.23-2.21,12,12,0,0,1,6.46-23.12c6.81,1.86,15,1.61,16.39.06a2.48,2.48,0,0,0,.21-.71c-1.94-1.23-6.83-2.64-9.88-3.52-5.39-1.56-11-3.18-15.75-6.27-7.62-4.92-11.21-12.45-10.11-21.2a24.45,24.45,0,0,1,10.69-17.75c6.06-4.09,14.17-5.83,24.1-5.18A68.53,68.53,0,0,1,143,142a12,12,0,0,1-6.1,23.21c-6.36-1.63-13.62-1.51-16.07-.33a79.5,79.5,0,0,0,7.91,2.59c5.48,1.58,11.68,3.37,16.8,6.82C153.33,179.55,157,187.55,155.78,196.82ZM92,152a12,12,0,0,1-12,12H72v44a12,12,0,0,1-24,0V164H40a12,12,0,0,1,0-24H80A12,12,0,0,1,92,152Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V216H176a8,8,0,0,0,0,16h24a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160Zm-12.19,145a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216A61.14,61.14,0,0,1,106,214a8,8,0,1,1,4.3-15.41c4.38,1.2,15,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.35-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.56,20.56,0,0,1,9-14.95c11.84-8,30.71-3.31,32.83-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.12.9-.14,1.09,1.11,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150.05,179,147.81,196.31ZM88,152a8,8,0,0,1-8,8H68v48a8,8,0,0,1-16,0V160H40a8,8,0,0,1,0-16H80A8,8,0,0,1,88,152Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v76a4,4,0,0,0,4,4H164a4,4,0,0,1,4,4V228a4,4,0,0,0,4,4h28a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM152,88V44l44,44Zm-4.19,108.31a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216A61.14,61.14,0,0,1,106,214a8,8,0,1,1,4.3-15.41c4.38,1.2,15,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.35-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.56,20.56,0,0,1,9-14.95c11.84-8,30.71-3.31,32.83-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.12.9-.14,1.09,1.11,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150.05,179,147.81,196.31ZM88,152.53A8.17,8.17,0,0,1,79.73,160H68v47.73A8.17,8.17,0,0,1,60.53,216,8,8,0,0,1,52,208V160H40.27A8.17,8.17,0,0,1,32,152.53,8,8,0,0,1,40,144H80A8,8,0,0,1,88,152.53Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72a6,6,0,0,0,12,0V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50V216a2,2,0,0,1-2,2H176a6,6,0,0,0,0,12h24a14,14,0,0,0,14-14V88A6,6,0,0,0,212.24,83.76ZM158,46.48,193.52,82H158ZM145.83,196.06a18.89,18.89,0,0,1-8.31,13.81c-4.82,3.19-10.87,4.14-16.36,4.14a58.89,58.89,0,0,1-14.68-2,6,6,0,0,1,3.23-11.56c3.71,1,15.58,3.11,21.19-.62a6.85,6.85,0,0,0,3-5.34c.58-4.43-2.08-6.26-14.2-9.76-9.31-2.69-23.37-6.75-21.57-20.94a18.61,18.61,0,0,1,8.08-13.54c11.11-7.49,29.18-3,31.21-2.48a6,6,0,0,1-3.06,11.6c-3.78-1-15.85-3-21.45.84a6.59,6.59,0,0,0-2.88,5.08c-.41,3.22,2.14,4.78,13,7.91C132.92,176.09,147.84,180.4,145.83,196.06ZM86,152a6,6,0,0,1-6,6H66v50a6,6,0,0,1-12,0V158H40a6,6,0,0,1,0-12H80A6,6,0,0,1,86,152Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M147.81,196.31a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216a61.34,61.34,0,0,1-15.19-2,8,8,0,0,1,4.31-15.41c4.38,1.2,15,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.34-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.56,20.56,0,0,1,9-14.95c11.84-8,30.71-3.31,32.83-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.12.9-.14,1.09,1.11,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150.05,179,147.81,196.31ZM216,88V216a16,16,0,0,1-16,16H176a8,8,0,0,1,0-16h24V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,0,1-16,0V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88Zm-56-8h28.69L160,51.31ZM80,144H40a8,8,0,0,0,0,16H52v48a8,8,0,0,0,16,0V160H80a8,8,0,0,0,0-16Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52V216a4,4,0,0,1-4,4H176a4,4,0,0,0,0,8h24a12,12,0,0,0,12-12V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM143.84,195.8a17,17,0,0,1-7.43,12.41c-4.39,2.91-10,3.77-15.22,3.77A57.89,57.89,0,0,1,107,210.11a4,4,0,0,1,2.15-7.7c4.22,1.17,16.56,3.29,22.83-.88a8.94,8.94,0,0,0,3.91-6.75c.83-6.45-4.38-8.69-15.64-11.94-9.68-2.8-21.72-6.28-20.14-18.77a16.66,16.66,0,0,1,7.22-12.13c4.56-3.07,11-4.36,19.1-3.82a61.33,61.33,0,0,1,10.48,1.61,4,4,0,0,1-2.05,7.74c-4.29-1.13-16.81-3.12-23.06,1.11a8.51,8.51,0,0,0-3.75,6.49c-.66,5.17,3.89,7,14.42,10.08C132.26,178,145.64,181.84,143.84,195.8ZM84,152a4,4,0,0,1-4,4H64v52a4,4,0,0,1-8,0V156H40a4,4,0,0,1,0-8H80A4,4,0,0,1,84,152Z"}))]]),zE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M221.76,201A12,12,0,1,1,202.23,215L192,200.62,181.76,215A12,12,0,1,1,162.23,201l15-21-15-21a12,12,0,0,1,19.53-14L192,159.34,202.23,145a12,12,0,0,1,19.53,14l-15,21Zm-80.25-26.73c-5.12-3.45-11.33-5.24-16.8-6.82a79.5,79.5,0,0,1-7.91-2.59c2.45-1.18,9.71-1.3,16.07.33A12,12,0,0,0,139,142a69,69,0,0,0-12-1.86c-9.93-.66-18,1.08-24.1,5.17a24.45,24.45,0,0,0-10.69,17.76c-1.1,8.74,2.48,16.27,10.11,21.19,4.78,3.09,10.36,4.7,15.75,6.26,3,.89,7.94,2.3,9.88,3.53a2.48,2.48,0,0,1-.21.71c-1.37,1.55-9.58,1.79-16.39-.06a12,12,0,1,0-6.46,23.11A63.75,63.75,0,0,0,121.1,220c6.46,0,13.73-1.17,19.73-5.15a24.73,24.73,0,0,0,10.95-18C153,187.53,149.33,179.53,141.51,174.27ZM76,140H36a12,12,0,0,0,0,24h8v44a12,12,0,0,0,24,0V164h8a12,12,0,0,0,0-24ZM36,108V40A20,20,0,0,1,56,20h96a12,12,0,0,1,8.49,3.51l56,56A12,12,0,0,1,220,88v20a12,12,0,1,1-24,0v-4H148a12,12,0,0,1-12-12V44H60v64a12,12,0,1,1-24,0ZM160,80h23L160,57Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M214.51,156.65,197.83,180l16.68,23.35a8,8,0,0,1-13,9.3L188,193.76l-13.49,18.89a8,8,0,1,1-13-9.3L178.17,180l-16.68-23.35a8,8,0,0,1,13-9.3L188,166.24l13.49-18.89a8,8,0,0,1,13,9.3ZM123.6,171.31c-4-1.16-8.14-2.35-10.45-3.84-1.25-.82-1.23-1-1.11-1.9a4.54,4.54,0,0,1,2-3.67c4.6-3.12,15.34-1.73,19.83-.56A8,8,0,0,0,138,145.86c-2.12-.55-21-5.22-32.84,2.76a20.58,20.58,0,0,0-9,14.94c-2,15.89,13.65,20.42,23,23.12,12.06,3.49,13.12,4.92,12.78,7.59-.31,2.41-1.26,3.33-2.14,3.93-4.6,3.06-15.17,1.56-19.55.35A8,8,0,1,0,106,214a60.43,60.43,0,0,0,15.18,2c5.82,0,12.3-1,17.49-4.46a20.82,20.82,0,0,0,9.19-15.23C150,179,133.49,174.17,123.6,171.31ZM80,144H40a8,8,0,0,0,0,16H52v48a8,8,0,0,0,16,0V160H80a8,8,0,0,0,0-16ZM216,88v24a8,8,0,0,1-16,0V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,0,1-16,0V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88Zm-27.31-8L160,51.31V80Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v76a4,4,0,0,0,4,4H212a4,4,0,0,0,4-4V88A8,8,0,0,0,213.66,82.34ZM152,88V44l44,44Zm62.51,68.65L197.83,180l16.68,23.35a8,8,0,0,1-13,9.3L188,193.76l-13.49,18.89a8,8,0,1,1-13-9.3L178.17,180l-16.68-23.35a8,8,0,0,1,2.3-11.46,8.19,8.19,0,0,1,10.88,2.38L188,166.24l13.49-18.89a8,8,0,0,1,13,9.3Zm-66.7,39.66a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216A60.43,60.43,0,0,1,106,214a8,8,0,1,1,4.3-15.41c4.38,1.21,15,2.71,19.55-.35.88-.6,1.83-1.52,2.14-3.93.34-2.67-.72-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.12a20.58,20.58,0,0,1,9-14.94c11.85-8,30.72-3.31,32.84-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.12.9-.14,1.08,1.11,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150,179,147.81,196.31ZM88,152.53A8.18,8.18,0,0,1,79.73,160H68v47.72A8.18,8.18,0,0,1,60.53,216,8,8,0,0,1,52,208V160H40.27A8.18,8.18,0,0,1,32,152.53,8,8,0,0,1,40,144H80A8,8,0,0,1,88,152.53Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M212.88,155.48,195.37,180l17.51,24.51a6,6,0,1,1-9.76,7L188,190.31l-15.12,21.16a6,6,0,1,1-9.76-7L180.63,180l-17.51-24.51a6,6,0,0,1,9.76-7L188,169.67l15.12-21.17a6,6,0,1,1,9.76,7Zm-89.83,17.74c-10.86-3.13-13.41-4.69-13-7.91a6.59,6.59,0,0,1,2.88-5.08c5.6-3.79,17.66-1.83,21.45-.84a6,6,0,0,0,3.06-11.6c-2-.53-20.1-5-31.21,2.48a18.61,18.61,0,0,0-8.08,13.54c-1.8,14.19,12.26,18.25,21.57,20.94,12.12,3.5,14.78,5.33,14.2,9.76a6.85,6.85,0,0,1-3,5.34c-5.61,3.73-17.48,1.64-21.19.62A6,6,0,0,0,106.48,212a59.41,59.41,0,0,0,14.68,2c5.49,0,11.54-.95,16.36-4.14a18.89,18.89,0,0,0,8.31-13.81C147.84,180.39,132.92,176.08,123.05,173.22ZM80,146H40a6,6,0,0,0,0,12H54v50a6,6,0,0,0,12,0V158H80a6,6,0,0,0,0-12ZM214,88v24a6,6,0,1,1-12,0V94H152a6,6,0,0,1-6-6V38H56a2,2,0,0,0-2,2v72a6,6,0,1,1-12,0V40A14,14,0,0,1,56,26h96a6,6,0,0,1,4.25,1.76l56,56A6,6,0,0,1,214,88Zm-20.49-6L158,46.48V82Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M214.51,156.65,197.83,180l16.68,23.35a8,8,0,0,1-13,9.3L188,193.76l-13.49,18.89a8,8,0,1,1-13-9.3L178.17,180l-16.68-23.35a8,8,0,0,1,13-9.3L188,166.24l13.49-18.89a8,8,0,0,1,13,9.3ZM123.6,171.31c-4-1.16-8.14-2.35-10.45-3.84-1.25-.82-1.23-1-1.11-1.9a4.54,4.54,0,0,1,2-3.67c4.6-3.12,15.34-1.73,19.83-.56A8,8,0,0,0,138,145.86c-2.12-.55-21-5.22-32.84,2.76a20.58,20.58,0,0,0-9,14.95c-2,15.88,13.65,20.41,23,23.11,12.06,3.49,13.12,4.92,12.78,7.59-.31,2.41-1.26,3.33-2.14,3.93-4.6,3.06-15.17,1.56-19.55.35A8,8,0,0,0,105.94,214a60.63,60.63,0,0,0,15.19,2c5.82,0,12.3-1,17.49-4.46a20.82,20.82,0,0,0,9.19-15.23C150,179,133.49,174.17,123.6,171.31ZM80,144H40a8,8,0,0,0,0,16H52v48a8,8,0,0,0,16,0V160H80a8,8,0,0,0,0-16ZM216,88v24a8,8,0,0,1-16,0V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,0,1-16,0V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88Zm-27.31-8L160,51.31V80Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M211.25,154.33,192.92,180l18.33,25.67a4,4,0,0,1-.93,5.58A3.91,3.91,0,0,1,208,212a4,4,0,0,1-3.26-1.67L188,186.88l-16.75,23.45a4,4,0,0,1-6.51-4.66L183.08,180l-18.34-25.67a4,4,0,0,1,6.51-4.66L188,173.12l16.74-23.45a4,4,0,0,1,6.51,4.66Zm-88.76,20.82c-10.53-3-15.08-4.91-14.42-10.08a8.51,8.51,0,0,1,3.75-6.49c6.25-4.23,18.77-2.24,23.06-1.11a4,4,0,0,0,2.05-7.74,61.33,61.33,0,0,0-10.48-1.61c-8.12-.54-14.54.75-19.1,3.82a16.66,16.66,0,0,0-7.22,12.13c-1.58,12.49,10.46,16,20.14,18.77,11.26,3.25,16.47,5.49,15.64,11.94a8.94,8.94,0,0,1-3.91,6.75c-6.27,4.17-18.61,2.05-22.83.88a4,4,0,1,0-2.15,7.7A57.89,57.89,0,0,0,121.19,212c5.18,0,10.83-.86,15.22-3.77a17,17,0,0,0,7.43-12.41C145.64,181.84,132.26,178,122.49,175.15ZM80,148H40a4,4,0,0,0,0,8H56v52a4,4,0,0,0,8,0V156H80a4,4,0,0,0,0-8ZM212,88v24a4,4,0,0,1-8,0V92H152a4,4,0,0,1-4-4V36H56a4,4,0,0,0-4,4v72a4,4,0,0,1-8,0V40A12,12,0,0,1,56,28h96a4,4,0,0,1,2.83,1.17l56,56A4,4,0,0,1,212,88Zm-13.66-4L156,41.65V84Z"}))]]),HE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M48,120a12,12,0,0,0,12-12V44h76V92a12,12,0,0,0,12,12h48v4a12,12,0,0,0,24,0V88a12,12,0,0,0-3.51-8.49l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v68A12,12,0,0,0,48,120ZM183,80H160V57Zm-25.27,79-15,21,15,21A12,12,0,1,1,138.24,215L128,200.65,117.76,215A12,12,0,1,1,98.24,201l15-21-15-21A12,12,0,1,1,117.76,145L128,159.35,138.24,145A12,12,0,1,1,157.76,159ZM92,152a12,12,0,0,1-12,12H72v44a12,12,0,0,1-24,0V164H40a12,12,0,0,1,0-24H80A12,12,0,0,1,92,152Zm136,0a12,12,0,0,1-12,12h-8v44a12,12,0,0,1-24,0V164h-8a12,12,0,0,1,0-24h40A12,12,0,0,1,228,152Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M48,120a8,8,0,0,0,8-8V40h88V88a8,8,0,0,0,8,8h48v16a8,8,0,0,0,16,0V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72A8,8,0,0,0,48,120ZM160,51.31,188.69,80H160Zm-5.49,105.34L137.83,180l16.68,23.35a8,8,0,0,1-13,9.3L128,193.76l-13.49,18.89a8,8,0,1,1-13-9.3L118.17,180l-16.68-23.35a8,8,0,1,1,13-9.3L128,166.24l13.49-18.89a8,8,0,0,1,13,9.3ZM92,152a8,8,0,0,1-8,8H72v48a8,8,0,0,1-16,0V160H44a8,8,0,0,1,0-16H84A8,8,0,0,1,92,152Zm128,0a8,8,0,0,1-8,8H200v48a8,8,0,0,1-16,0V160H172a8,8,0,0,1,0-16h40A8,8,0,0,1,220,152Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M154.31,156.92,137.83,180l16.53,23.14a8.18,8.18,0,0,1-1.22,11,8,8,0,0,1-11.65-1.48L128,193.76l-13.49,18.89a8,8,0,0,1-11.64,1.49,8.17,8.17,0,0,1-1.23-11L118.17,180l-16.48-23.08a8.22,8.22,0,0,1,1.46-11.28,8,8,0,0,1,11.36,1.71L128,166.24l13.49-18.89a8,8,0,0,1,11.36-1.71A8.22,8.22,0,0,1,154.31,156.92ZM84,144H44.27A8.18,8.18,0,0,0,36,151.47,8,8,0,0,0,44,160H56v47.73A8.17,8.17,0,0,0,63.47,216,8,8,0,0,0,72,208V160H83.73A8.18,8.18,0,0,0,92,152.53,8,8,0,0,0,84,144Zm128,0H172.27a8.18,8.18,0,0,0-8.25,7.47,8,8,0,0,0,8,8.53h12v47.73a8.17,8.17,0,0,0,7.47,8.25,8,8,0,0,0,8.53-8V160h11.73a8.18,8.18,0,0,0,8.25-7.47A8,8,0,0,0,212,144ZM40,116V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88v28a4,4,0,0,1-4,4H44A4,4,0,0,1,40,116ZM152,88h44L152,44Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M48,118a6,6,0,0,0,6-6V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50v18a6,6,0,0,0,12,0V88a6,6,0,0,0-1.76-4.24l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72A6,6,0,0,0,48,118ZM158,46.48,193.52,82H158Zm-5.12,109L135.37,180l17.51,24.51a6,6,0,1,1-9.76,7L128,190.32l-15.12,21.17a6,6,0,0,1-9.76-7L120.63,180l-17.51-24.51a6,6,0,1,1,9.76-7L128,169.68l15.12-21.17a6,6,0,0,1,9.76,7ZM90,152a6,6,0,0,1-6,6H70v50a6,6,0,0,1-12,0V158H44a6,6,0,0,1,0-12H84A6,6,0,0,1,90,152Zm128,0a6,6,0,0,1-6,6H198v50a6,6,0,0,1-12,0V158H172a6,6,0,0,1,0-12h40A6,6,0,0,1,218,152Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M48,120a8,8,0,0,0,8-8V40h88V88a8,8,0,0,0,8,8h48v16a8,8,0,0,0,16,0V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72A8,8,0,0,0,48,120ZM160,51.31,188.69,80H160Zm-5.49,105.34L137.83,180l16.68,23.35a8,8,0,0,1-13,9.3L128,193.76l-13.49,18.89a8,8,0,1,1-13-9.3L118.17,180l-16.68-23.35a8,8,0,1,1,13-9.3L128,166.24l13.49-18.89a8,8,0,0,1,13,9.3ZM92,152a8,8,0,0,1-8,8H72v48a8,8,0,0,1-16,0V160H44a8,8,0,0,1,0-16H84A8,8,0,0,1,92,152Zm128,0a8,8,0,0,1-8,8H200v48a8,8,0,0,1-16,0V160H172a8,8,0,0,1,0-16h40A8,8,0,0,1,220,152Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M204,112a4,4,0,0,0,8,0V88a4,4,0,0,0-1.17-2.83l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52ZM156,41.65,198.34,84H156Zm-4.75,112.67L132.92,180l18.33,25.67a4,4,0,1,1-6.5,4.65L128,186.88l-16.75,23.44a4,4,0,1,1-6.5-4.65L123.08,180l-18.33-25.68a4,4,0,1,1,6.5-4.65L128,173.12l16.75-23.45a4,4,0,1,1,6.5,4.65ZM88,152a4,4,0,0,1-4,4H68v52a4,4,0,0,1-8,0V156H44a4,4,0,0,1,0-8H84A4,4,0,0,1,88,152Zm128,0a4,4,0,0,1-4,4H196v52a4,4,0,0,1-8,0V156H172a4,4,0,0,1,0-8h40A4,4,0,0,1,216,152Z"}))]]),YE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216.49,79.51l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v68a12,12,0,0,0,24,0V44h76V92a12,12,0,0,0,12,12h48V212a12,12,0,0,0,0,24h4a20,20,0,0,0,20-20V88A12,12,0,0,0,216.49,79.51ZM160,57l23,23H160Zm-1.91,84.69a12,12,0,0,0-11.92-.15L126.5,152.44A20,20,0,0,0,108,140H48a20,20,0,0,0-20,20v48a20,20,0,0,0,20,20h60a20,20,0,0,0,18.5-12.44l19.67,10.93A12,12,0,0,0,164,216V152A12,12,0,0,0,158.09,141.66ZM104,204H52V164h52Zm36-8.39-12-6.67v-9.88l12-6.67Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Zm-88,72a8,8,0,0,0-8-8H48a8,8,0,0,0-8,8v48a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V196l32,20V152l-32,20Z",opacity:"0.2"}),h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V216h-8a8,8,0,0,0,0,16h8a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM155.88,145a8,8,0,0,0-8.12.22l-19.95,12.46A16,16,0,0,0,112,144H48a16,16,0,0,0-16,16v48a16,16,0,0,0,16,16h64a16,16,0,0,0,15.81-13.68l19.95,12.46A8,8,0,0,0,160,216V152A8,8,0,0,0,155.88,145ZM112,208H48V160h64v48Zm32-6.43-16-10V176.43l16-10Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V216h-8a8,8,0,0,0,0,16h8a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM155.88,145a8,8,0,0,0-8.12.22l-19.95,12.46A16,16,0,0,0,112,144H48a16,16,0,0,0-16,16v48a16,16,0,0,0,16,16h64a16,16,0,0,0,15.81-13.68l19.95,12.46A8,8,0,0,0,160,216V152A8,8,0,0,0,155.88,145ZM144,201.57l-16-10V176.43l16-10Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72a6,6,0,0,0,12,0V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50V216a2,2,0,0,1-2,2h-8a6,6,0,0,0,0,12h8a14,14,0,0,0,14-14V88A6,6,0,0,0,212.24,83.76ZM158,46.48,193.52,82H158Zm-3.09,100.27a6,6,0,0,0-6.09.16L126,161.17V160a14,14,0,0,0-14-14H48a14,14,0,0,0-14,14v48a14,14,0,0,0,14,14h64a14,14,0,0,0,14-14v-1.17l22.82,14.26A6,6,0,0,0,158,216V152A6,6,0,0,0,154.91,146.75ZM114,208a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V160a2,2,0,0,1,2-2h64a2,2,0,0,1,2,2Zm32-2.83-20-12.5V175.33l20-12.5Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V216h-8a8,8,0,0,0,0,16h8a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM155.88,145a8,8,0,0,0-8.12.22l-19.95,12.46A16,16,0,0,0,112,144H48a16,16,0,0,0-16,16v48a16,16,0,0,0,16,16h64a16,16,0,0,0,15.81-13.68l19.95,12.46A8,8,0,0,0,160,216V152A8,8,0,0,0,155.88,145ZM112,208H48V160h64v48Zm32-6.43-16-10V176.43l16-10Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52V216a4,4,0,0,1-4,4h-8a4,4,0,0,0,0,8h8a12,12,0,0,0,12-12V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM153.94,148.5a4,4,0,0,0-4.06.11L124,164.78V160a12,12,0,0,0-12-12H48a12,12,0,0,0-12,12v48a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12v-4.78l25.88,16.17A4,4,0,0,0,152,220a4.06,4.06,0,0,0,1.94-.5A4,4,0,0,0,156,216V152A4,4,0,0,0,153.94,148.5ZM116,208a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V160a4,4,0,0,1,4-4h64a4,4,0,0,1,4,4Zm32,.78-24-15V174.22l24-15Z"}))]]),BE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,68H132L105.33,48a20.12,20.12,0,0,0-12-4H40A20,20,0,0,0,20,64V200a20,20,0,0,0,20,20H216.89A19.13,19.13,0,0,0,236,200.89V88A20,20,0,0,0,216,68Zm-4,128H44V68H92l28.8,21.6A12,12,0,0,0,128,92h84Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,88V200.89a7.11,7.11,0,0,1-7.11,7.11H40a8,8,0,0,1-8-8V64a8,8,0,0,1,8-8H93.33a8,8,0,0,1,4.8,1.6L128,80h88A8,8,0,0,1,224,88Z",opacity:"0.2"}),h.createElement("path",{d:"M216,72H130.67L102.93,51.2a16.12,16.12,0,0,0-9.6-3.2H40A16,16,0,0,0,24,64V200a16,16,0,0,0,16,16H216.89A15.13,15.13,0,0,0,232,200.89V88A16,16,0,0,0,216,72Zm0,128H40V64H93.33L123.2,86.4A8,8,0,0,0,128,88h88Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M232,88V200.89A15.13,15.13,0,0,1,216.89,216H40a16,16,0,0,1-16-16V64A16,16,0,0,1,40,48H93.33a16.12,16.12,0,0,1,9.6,3.2L130.67,72H216A16,16,0,0,1,232,88Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,74H130L101.73,52.8a14,14,0,0,0-8.4-2.8H40A14,14,0,0,0,26,64V200a14,14,0,0,0,14,14H216.89A13.12,13.12,0,0,0,230,200.89V88A14,14,0,0,0,216,74Zm2,126.89a1.11,1.11,0,0,1-1.11,1.11H40a2,2,0,0,1-2-2V64a2,2,0,0,1,2-2H93.33a2,2,0,0,1,1.2.4L124.4,84.8A6,6,0,0,0,128,86h88a2,2,0,0,1,2,2Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,72H130.67L102.93,51.2a16.12,16.12,0,0,0-9.6-3.2H40A16,16,0,0,0,24,64V200a16,16,0,0,0,16,16H216.89A15.13,15.13,0,0,0,232,200.89V88A16,16,0,0,0,216,72Zm0,128H40V64H93.33L123.2,86.4A8,8,0,0,0,128,88h88Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,76H129.33l-28.8-21.6a12.05,12.05,0,0,0-7.2-2.4H40A12,12,0,0,0,28,64V200a12,12,0,0,0,12,12H216.89A11.12,11.12,0,0,0,228,200.89V88A12,12,0,0,0,216,76Zm4,124.89a3.12,3.12,0,0,1-3.11,3.11H40a4,4,0,0,1-4-4V64a4,4,0,0,1,4-4H93.33a4,4,0,0,1,2.4.8L125.6,83.2a4,4,0,0,0,2.4.8h88a4,4,0,0,1,4,4Z"}))]]),FE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,68H132L105.33,48a20.12,20.12,0,0,0-12-4H40A20,20,0,0,0,20,64V200a20,20,0,0,0,20,20H216.89A19.13,19.13,0,0,0,236,200.89V88A20,20,0,0,0,216,68Zm-4,128H44V68H92l28.8,21.6A12,12,0,0,0,128,92h84Zm-84-88a12,12,0,0,1,12,12v12h12a12,12,0,0,1,0,24H140v12a12,12,0,0,1-24,0V156H104a12,12,0,0,1,0-24h12V120A12,12,0,0,1,128,108Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,88V200.89a7.11,7.11,0,0,1-7.11,7.11H40a8,8,0,0,1-8-8V64a8,8,0,0,1,8-8H93.33a8,8,0,0,1,4.8,1.6L128,80h88A8,8,0,0,1,224,88Z",opacity:"0.2"}),h.createElement("path",{d:"M216,72H130.67L102.93,51.2a16.12,16.12,0,0,0-9.6-3.2H40A16,16,0,0,0,24,64V200a16,16,0,0,0,16,16H216.89A15.13,15.13,0,0,0,232,200.89V88A16,16,0,0,0,216,72Zm0,128H40V64H93.33L123.2,86.4A8,8,0,0,0,128,88h88Zm-56-56a8,8,0,0,1-8,8H136v16a8,8,0,0,1-16,0V152H104a8,8,0,0,1,0-16h16V120a8,8,0,0,1,16,0v16h16A8,8,0,0,1,160,144Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,72H130.67L102.93,51.2a16.12,16.12,0,0,0-9.6-3.2H40A16,16,0,0,0,24,64V200a16,16,0,0,0,16,16H216.89A15.13,15.13,0,0,0,232,200.89V88A16,16,0,0,0,216,72Zm-64,80H136v16a8,8,0,0,1-16,0V152H104a8,8,0,0,1,0-16h16V120a8,8,0,0,1,16,0v16h16a8,8,0,0,1,0,16Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,74H130L101.73,52.8a14,14,0,0,0-8.4-2.8H40A14,14,0,0,0,26,64V200a14,14,0,0,0,14,14H216.89A13.12,13.12,0,0,0,230,200.89V88A14,14,0,0,0,216,74Zm2,126.89a1.11,1.11,0,0,1-1.11,1.11H40a2,2,0,0,1-2-2V64a2,2,0,0,1,2-2H93.33a2,2,0,0,1,1.2.4L124.4,84.8A6,6,0,0,0,128,86h88a2,2,0,0,1,2,2ZM158,144a6,6,0,0,1-6,6H134v18a6,6,0,0,1-12,0V150H104a6,6,0,0,1,0-12h18V120a6,6,0,0,1,12,0v18h18A6,6,0,0,1,158,144Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,72H130.67L102.93,51.2a16.12,16.12,0,0,0-9.6-3.2H40A16,16,0,0,0,24,64V200a16,16,0,0,0,16,16H216.89A15.13,15.13,0,0,0,232,200.89V88A16,16,0,0,0,216,72Zm0,128H40V64H93.33L123.2,86.4A8,8,0,0,0,128,88h88Zm-56-56a8,8,0,0,1-8,8H136v16a8,8,0,0,1-16,0V152H104a8,8,0,0,1,0-16h16V120a8,8,0,0,1,16,0v16h16A8,8,0,0,1,160,144Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,76H129.33l-28.8-21.6a12.05,12.05,0,0,0-7.2-2.4H40A12,12,0,0,0,28,64V200a12,12,0,0,0,12,12H216.89A11.12,11.12,0,0,0,228,200.89V88A12,12,0,0,0,216,76Zm4,124.89a3.12,3.12,0,0,1-3.11,3.11H40a4,4,0,0,1-4-4V64a4,4,0,0,1,4-4H93.33a4,4,0,0,1,2.4.8L125.6,83.2a4,4,0,0,0,2.4.8h88a4,4,0,0,1,4,4ZM156,144a4,4,0,0,1-4,4H132v20a4,4,0,0,1-8,0V148H104a4,4,0,0,1,0-8h20V120a4,4,0,0,1,8,0v20h20A4,4,0,0,1,156,144Z"}))]]),qE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M128,76a52,52,0,1,0,52,52A52.06,52.06,0,0,0,128,76Zm0,80a28,28,0,1,1,28-28A28,28,0,0,1,128,156Zm92-27.21v-1.58l14-17.51a12,12,0,0,0,2.23-10.59A111.75,111.75,0,0,0,225,71.89,12,12,0,0,0,215.89,66L193.61,63.5l-1.11-1.11L190,40.1A12,12,0,0,0,184.11,31a111.67,111.67,0,0,0-27.23-11.27A12,12,0,0,0,146.3,22L128.79,36h-1.58L109.7,22a12,12,0,0,0-10.59-2.23A111.75,111.75,0,0,0,71.89,31.05,12,12,0,0,0,66,40.11L63.5,62.39,62.39,63.5,40.1,66A12,12,0,0,0,31,71.89,111.67,111.67,0,0,0,19.77,99.12,12,12,0,0,0,22,109.7l14,17.51v1.58L22,146.3a12,12,0,0,0-2.23,10.59,111.75,111.75,0,0,0,11.29,27.22A12,12,0,0,0,40.11,190l22.28,2.48,1.11,1.11L66,215.9A12,12,0,0,0,71.89,225a111.67,111.67,0,0,0,27.23,11.27A12,12,0,0,0,109.7,234l17.51-14h1.58l17.51,14a12,12,0,0,0,10.59,2.23A111.75,111.75,0,0,0,184.11,225a12,12,0,0,0,5.91-9.06l2.48-22.28,1.11-1.11L215.9,190a12,12,0,0,0,9.06-5.91,111.67,111.67,0,0,0,11.27-27.23A12,12,0,0,0,234,146.3Zm-24.12-4.89a70.1,70.1,0,0,1,0,8.2,12,12,0,0,0,2.61,8.22l12.84,16.05A86.47,86.47,0,0,1,207,166.86l-20.43,2.27a12,12,0,0,0-7.65,4,69,69,0,0,1-5.8,5.8,12,12,0,0,0-4,7.65L166.86,207a86.47,86.47,0,0,1-10.49,4.35l-16.05-12.85a12,12,0,0,0-7.5-2.62c-.24,0-.48,0-.72,0a70.1,70.1,0,0,1-8.2,0,12.06,12.06,0,0,0-8.22,2.6L99.63,211.33A86.47,86.47,0,0,1,89.14,207l-2.27-20.43a12,12,0,0,0-4-7.65,69,69,0,0,1-5.8-5.8,12,12,0,0,0-7.65-4L49,166.86a86.47,86.47,0,0,1-4.35-10.49l12.84-16.05a12,12,0,0,0,2.61-8.22,70.1,70.1,0,0,1,0-8.2,12,12,0,0,0-2.61-8.22L44.67,99.63A86.47,86.47,0,0,1,49,89.14l20.43-2.27a12,12,0,0,0,7.65-4,69,69,0,0,1,5.8-5.8,12,12,0,0,0,4-7.65L89.14,49a86.47,86.47,0,0,1,10.49-4.35l16.05,12.85a12.06,12.06,0,0,0,8.22,2.6,70.1,70.1,0,0,1,8.2,0,12,12,0,0,0,8.22-2.6l16.05-12.85A86.47,86.47,0,0,1,166.86,49l2.27,20.43a12,12,0,0,0,4,7.65,69,69,0,0,1,5.8,5.8,12,12,0,0,0,7.65,4L207,89.14a86.47,86.47,0,0,1,4.35,10.49l-12.84,16.05A12,12,0,0,0,195.88,123.9Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M207.86,123.18l16.78-21a99.14,99.14,0,0,0-10.07-24.29l-26.7-3a81,81,0,0,0-6.81-6.81l-3-26.71a99.43,99.43,0,0,0-24.3-10l-21,16.77a81.59,81.59,0,0,0-9.64,0l-21-16.78A99.14,99.14,0,0,0,77.91,41.43l-3,26.7a81,81,0,0,0-6.81,6.81l-26.71,3a99.43,99.43,0,0,0-10,24.3l16.77,21a81.59,81.59,0,0,0,0,9.64l-16.78,21a99.14,99.14,0,0,0,10.07,24.29l26.7,3a81,81,0,0,0,6.81,6.81l3,26.71a99.43,99.43,0,0,0,24.3,10l21-16.77a81.59,81.59,0,0,0,9.64,0l21,16.78a99.14,99.14,0,0,0,24.29-10.07l3-26.7a81,81,0,0,0,6.81-6.81l26.71-3a99.43,99.43,0,0,0,10-24.3l-16.77-21A81.59,81.59,0,0,0,207.86,123.18ZM128,168a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z",opacity:"0.2"}),h.createElement("path",{d:"M128,80a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Zm88-29.84q.06-2.16,0-4.32l14.92-18.64a8,8,0,0,0,1.48-7.06,107.6,107.6,0,0,0-10.88-26.25,8,8,0,0,0-6-3.93l-23.72-2.64q-1.48-1.56-3-3L186,40.54a8,8,0,0,0-3.94-6,107.29,107.29,0,0,0-26.25-10.86,8,8,0,0,0-7.06,1.48L130.16,40Q128,40,125.84,40L107.2,25.11a8,8,0,0,0-7.06-1.48A107.6,107.6,0,0,0,73.89,34.51a8,8,0,0,0-3.93,6L67.32,64.27q-1.56,1.49-3,3L40.54,70a8,8,0,0,0-6,3.94,107.71,107.71,0,0,0-10.87,26.25,8,8,0,0,0,1.49,7.06L40,125.84Q40,128,40,130.16L25.11,148.8a8,8,0,0,0-1.48,7.06,107.6,107.6,0,0,0,10.88,26.25,8,8,0,0,0,6,3.93l23.72,2.64q1.49,1.56,3,3L70,215.46a8,8,0,0,0,3.94,6,107.71,107.71,0,0,0,26.25,10.87,8,8,0,0,0,7.06-1.49L125.84,216q2.16.06,4.32,0l18.64,14.92a8,8,0,0,0,7.06,1.48,107.21,107.21,0,0,0,26.25-10.88,8,8,0,0,0,3.93-6l2.64-23.72q1.56-1.48,3-3L215.46,186a8,8,0,0,0,6-3.94,107.71,107.71,0,0,0,10.87-26.25,8,8,0,0,0-1.49-7.06Zm-16.1-6.5a73.93,73.93,0,0,1,0,8.68,8,8,0,0,0,1.74,5.48l14.19,17.73a91.57,91.57,0,0,1-6.23,15L187,173.11a8,8,0,0,0-5.1,2.64,74.11,74.11,0,0,1-6.14,6.14,8,8,0,0,0-2.64,5.1l-2.51,22.58a91.32,91.32,0,0,1-15,6.23l-17.74-14.19a8,8,0,0,0-5-1.75h-.48a73.93,73.93,0,0,1-8.68,0,8.06,8.06,0,0,0-5.48,1.74L100.45,215.8a91.57,91.57,0,0,1-15-6.23L82.89,187a8,8,0,0,0-2.64-5.1,74.11,74.11,0,0,1-6.14-6.14,8,8,0,0,0-5.1-2.64L46.43,170.6a91.32,91.32,0,0,1-6.23-15l14.19-17.74a8,8,0,0,0,1.74-5.48,73.93,73.93,0,0,1,0-8.68,8,8,0,0,0-1.74-5.48L40.2,100.45a91.57,91.57,0,0,1,6.23-15L69,82.89a8,8,0,0,0,5.1-2.64,74.11,74.11,0,0,1,6.14-6.14A8,8,0,0,0,82.89,69L85.4,46.43a91.32,91.32,0,0,1,15-6.23l17.74,14.19a8,8,0,0,0,5.48,1.74,73.93,73.93,0,0,1,8.68,0,8.06,8.06,0,0,0,5.48-1.74L155.55,40.2a91.57,91.57,0,0,1,15,6.23L173.11,69a8,8,0,0,0,2.64,5.1,74.11,74.11,0,0,1,6.14,6.14,8,8,0,0,0,5.1,2.64l22.58,2.51a91.32,91.32,0,0,1,6.23,15l-14.19,17.74A8,8,0,0,0,199.87,123.66Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,130.16q.06-2.16,0-4.32l14.92-18.64a8,8,0,0,0,1.48-7.06,107.6,107.6,0,0,0-10.88-26.25,8,8,0,0,0-6-3.93l-23.72-2.64q-1.48-1.56-3-3L186,40.54a8,8,0,0,0-3.94-6,107.29,107.29,0,0,0-26.25-10.86,8,8,0,0,0-7.06,1.48L130.16,40Q128,40,125.84,40L107.2,25.11a8,8,0,0,0-7.06-1.48A107.6,107.6,0,0,0,73.89,34.51a8,8,0,0,0-3.93,6L67.32,64.27q-1.56,1.49-3,3L40.54,70a8,8,0,0,0-6,3.94,107.71,107.71,0,0,0-10.87,26.25,8,8,0,0,0,1.49,7.06L40,125.84Q40,128,40,130.16L25.11,148.8a8,8,0,0,0-1.48,7.06,107.6,107.6,0,0,0,10.88,26.25,8,8,0,0,0,6,3.93l23.72,2.64q1.49,1.56,3,3L70,215.46a8,8,0,0,0,3.94,6,107.71,107.71,0,0,0,26.25,10.87,8,8,0,0,0,7.06-1.49L125.84,216q2.16.06,4.32,0l18.64,14.92a8,8,0,0,0,7.06,1.48,107.21,107.21,0,0,0,26.25-10.88,8,8,0,0,0,3.93-6l2.64-23.72q1.56-1.48,3-3L215.46,186a8,8,0,0,0,6-3.94,107.71,107.71,0,0,0,10.87-26.25,8,8,0,0,0-1.49-7.06ZM128,168a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M128,82a46,46,0,1,0,46,46A46.06,46.06,0,0,0,128,82Zm0,80a34,34,0,1,1,34-34A34,34,0,0,1,128,162ZM214,130.84c.06-1.89.06-3.79,0-5.68L229.33,106a6,6,0,0,0,1.11-5.29A105.34,105.34,0,0,0,219.76,74.9a6,6,0,0,0-4.53-3l-24.45-2.71q-1.93-2.07-4-4l-2.72-24.46a6,6,0,0,0-3-4.53,105.65,105.65,0,0,0-25.77-10.66A6,6,0,0,0,150,26.68l-19.2,15.37c-1.89-.06-3.79-.06-5.68,0L106,26.67a6,6,0,0,0-5.29-1.11A105.34,105.34,0,0,0,74.9,36.24a6,6,0,0,0-3,4.53L69.23,65.22q-2.07,1.94-4,4L40.76,72a6,6,0,0,0-4.53,3,105.65,105.65,0,0,0-10.66,25.77A6,6,0,0,0,26.68,106l15.37,19.2c-.06,1.89-.06,3.79,0,5.68L26.67,150.05a6,6,0,0,0-1.11,5.29A105.34,105.34,0,0,0,36.24,181.1a6,6,0,0,0,4.53,3l24.45,2.71q1.94,2.07,4,4L72,215.24a6,6,0,0,0,3,4.53,105.65,105.65,0,0,0,25.77,10.66,6,6,0,0,0,5.29-1.11L125.16,214c1.89.06,3.79.06,5.68,0l19.21,15.38a6,6,0,0,0,3.75,1.31,6.2,6.2,0,0,0,1.54-.2,105.34,105.34,0,0,0,25.76-10.68,6,6,0,0,0,3-4.53l2.71-24.45q2.07-1.93,4-4l24.46-2.72a6,6,0,0,0,4.53-3,105.49,105.49,0,0,0,10.66-25.77,6,6,0,0,0-1.11-5.29Zm-3.1,41.63-23.64,2.63a6,6,0,0,0-3.82,2,75.14,75.14,0,0,1-6.31,6.31,6,6,0,0,0-2,3.82l-2.63,23.63A94.28,94.28,0,0,1,155.14,218l-18.57-14.86a6,6,0,0,0-3.75-1.31h-.36a78.07,78.07,0,0,1-8.92,0,6,6,0,0,0-4.11,1.3L100.87,218a94.13,94.13,0,0,1-17.34-7.17L80.9,187.21a6,6,0,0,0-2-3.82,75.14,75.14,0,0,1-6.31-6.31,6,6,0,0,0-3.82-2l-23.63-2.63A94.28,94.28,0,0,1,38,155.14l14.86-18.57a6,6,0,0,0,1.3-4.11,78.07,78.07,0,0,1,0-8.92,6,6,0,0,0-1.3-4.11L38,100.87a94.13,94.13,0,0,1,7.17-17.34L68.79,80.9a6,6,0,0,0,3.82-2,75.14,75.14,0,0,1,6.31-6.31,6,6,0,0,0,2-3.82l2.63-23.63A94.28,94.28,0,0,1,100.86,38l18.57,14.86a6,6,0,0,0,4.11,1.3,78.07,78.07,0,0,1,8.92,0,6,6,0,0,0,4.11-1.3L155.13,38a94.13,94.13,0,0,1,17.34,7.17l2.63,23.64a6,6,0,0,0,2,3.82,75.14,75.14,0,0,1,6.31,6.31,6,6,0,0,0,3.82,2l23.63,2.63A94.28,94.28,0,0,1,218,100.86l-14.86,18.57a6,6,0,0,0-1.3,4.11,78.07,78.07,0,0,1,0,8.92,6,6,0,0,0,1.3,4.11L218,155.13A94.13,94.13,0,0,1,210.85,172.47Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M128,80a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Zm88-29.84q.06-2.16,0-4.32l14.92-18.64a8,8,0,0,0,1.48-7.06,107.21,107.21,0,0,0-10.88-26.25,8,8,0,0,0-6-3.93l-23.72-2.64q-1.48-1.56-3-3L186,40.54a8,8,0,0,0-3.94-6,107.71,107.71,0,0,0-26.25-10.87,8,8,0,0,0-7.06,1.49L130.16,40Q128,40,125.84,40L107.2,25.11a8,8,0,0,0-7.06-1.48A107.6,107.6,0,0,0,73.89,34.51a8,8,0,0,0-3.93,6L67.32,64.27q-1.56,1.49-3,3L40.54,70a8,8,0,0,0-6,3.94,107.71,107.71,0,0,0-10.87,26.25,8,8,0,0,0,1.49,7.06L40,125.84Q40,128,40,130.16L25.11,148.8a8,8,0,0,0-1.48,7.06,107.21,107.21,0,0,0,10.88,26.25,8,8,0,0,0,6,3.93l23.72,2.64q1.49,1.56,3,3L70,215.46a8,8,0,0,0,3.94,6,107.71,107.71,0,0,0,26.25,10.87,8,8,0,0,0,7.06-1.49L125.84,216q2.16.06,4.32,0l18.64,14.92a8,8,0,0,0,7.06,1.48,107.21,107.21,0,0,0,26.25-10.88,8,8,0,0,0,3.93-6l2.64-23.72q1.56-1.48,3-3L215.46,186a8,8,0,0,0,6-3.94,107.71,107.71,0,0,0,10.87-26.25,8,8,0,0,0-1.49-7.06Zm-16.1-6.5a73.93,73.93,0,0,1,0,8.68,8,8,0,0,0,1.74,5.48l14.19,17.73a91.57,91.57,0,0,1-6.23,15L187,173.11a8,8,0,0,0-5.1,2.64,74.11,74.11,0,0,1-6.14,6.14,8,8,0,0,0-2.64,5.1l-2.51,22.58a91.32,91.32,0,0,1-15,6.23l-17.74-14.19a8,8,0,0,0-5-1.75h-.48a73.93,73.93,0,0,1-8.68,0,8,8,0,0,0-5.48,1.74L100.45,215.8a91.57,91.57,0,0,1-15-6.23L82.89,187a8,8,0,0,0-2.64-5.1,74.11,74.11,0,0,1-6.14-6.14,8,8,0,0,0-5.1-2.64L46.43,170.6a91.32,91.32,0,0,1-6.23-15l14.19-17.74a8,8,0,0,0,1.74-5.48,73.93,73.93,0,0,1,0-8.68,8,8,0,0,0-1.74-5.48L40.2,100.45a91.57,91.57,0,0,1,6.23-15L69,82.89a8,8,0,0,0,5.1-2.64,74.11,74.11,0,0,1,6.14-6.14A8,8,0,0,0,82.89,69L85.4,46.43a91.32,91.32,0,0,1,15-6.23l17.74,14.19a8,8,0,0,0,5.48,1.74,73.93,73.93,0,0,1,8.68,0,8,8,0,0,0,5.48-1.74L155.55,40.2a91.57,91.57,0,0,1,15,6.23L173.11,69a8,8,0,0,0,2.64,5.1,74.11,74.11,0,0,1,6.14,6.14,8,8,0,0,0,5.1,2.64l22.58,2.51a91.32,91.32,0,0,1,6.23,15l-14.19,17.74A8,8,0,0,0,199.87,123.66Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M128,84a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,84Zm0,80a36,36,0,1,1,36-36A36,36,0,0,1,128,164Zm83.93-32.49q.13-3.51,0-7l15.83-19.79a4,4,0,0,0,.75-3.53A103.64,103.64,0,0,0,218,75.9a4,4,0,0,0-3-2l-25.19-2.8c-1.58-1.71-3.24-3.37-4.95-4.95L182.07,41a4,4,0,0,0-2-3A104,104,0,0,0,154.82,27.5a4,4,0,0,0-3.53.74L131.51,44.07q-3.51-.14-7,0L104.7,28.24a4,4,0,0,0-3.53-.75A103.64,103.64,0,0,0,75.9,38a4,4,0,0,0-2,3l-2.8,25.19c-1.71,1.58-3.37,3.24-4.95,4.95L41,73.93a4,4,0,0,0-3,2A104,104,0,0,0,27.5,101.18a4,4,0,0,0,.74,3.53l15.83,19.78q-.14,3.51,0,7L28.24,151.3a4,4,0,0,0-.75,3.53A103.64,103.64,0,0,0,38,180.1a4,4,0,0,0,3,2l25.19,2.8c1.58,1.71,3.24,3.37,4.95,4.95l2.8,25.2a4,4,0,0,0,2,3,104,104,0,0,0,25.28,10.46,4,4,0,0,0,3.53-.74l19.78-15.83q3.51.13,7,0l19.79,15.83a4,4,0,0,0,2.5.88,4,4,0,0,0,1-.13A103.64,103.64,0,0,0,180.1,218a4,4,0,0,0,2-3l2.8-25.19c1.71-1.58,3.37-3.24,4.95-4.95l25.2-2.8a4,4,0,0,0,3-2,104,104,0,0,0,10.46-25.28,4,4,0,0,0-.74-3.53Zm.17,42.83-24.67,2.74a4,4,0,0,0-2.55,1.32,76.2,76.2,0,0,1-6.48,6.48,4,4,0,0,0-1.32,2.55l-2.74,24.66a95.45,95.45,0,0,1-19.64,8.15l-19.38-15.51a4,4,0,0,0-2.5-.87h-.24a73.67,73.67,0,0,1-9.16,0,4,4,0,0,0-2.74.87l-19.37,15.5a95.33,95.33,0,0,1-19.65-8.13l-2.74-24.67a4,4,0,0,0-1.32-2.55,76.2,76.2,0,0,1-6.48-6.48,4,4,0,0,0-2.55-1.32l-24.66-2.74a95.45,95.45,0,0,1-8.15-19.64l15.51-19.38a4,4,0,0,0,.87-2.74,77.76,77.76,0,0,1,0-9.16,4,4,0,0,0-.87-2.74l-15.5-19.37A95.33,95.33,0,0,1,43.9,81.66l24.67-2.74a4,4,0,0,0,2.55-1.32,76.2,76.2,0,0,1,6.48-6.48,4,4,0,0,0,1.32-2.55l2.74-24.66a95.45,95.45,0,0,1,19.64-8.15l19.38,15.51a4,4,0,0,0,2.74.87,73.67,73.67,0,0,1,9.16,0,4,4,0,0,0,2.74-.87l19.37-15.5a95.33,95.33,0,0,1,19.65,8.13l2.74,24.67a4,4,0,0,0,1.32,2.55,76.2,76.2,0,0,1,6.48,6.48,4,4,0,0,0,2.55,1.32l24.66,2.74a95.45,95.45,0,0,1,8.15,19.64l-15.51,19.38a4,4,0,0,0-.87,2.74,77.76,77.76,0,0,1,0,9.16,4,4,0,0,0,.87,2.74l15.5,19.37A95.33,95.33,0,0,1,212.1,174.34Z"}))]]),UE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M144,96a16,16,0,1,1,16,16A16,16,0,0,1,144,96Zm92-40V200a20,20,0,0,1-20,20H40a20,20,0,0,1-20-20V56A20,20,0,0,1,40,36H216A20,20,0,0,1,236,56ZM44,60v79.72l33.86-33.86a20,20,0,0,1,28.28,0L147.31,147l17.18-17.17a20,20,0,0,1,28.28,0L212,149.09V60Zm0,136H162.34L92,125.66l-48,48Zm168,0V183l-33.37-33.37L164.28,164l32,32Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,56V178.06l-39.72-39.72a8,8,0,0,0-11.31,0L147.31,164,97.66,114.34a8,8,0,0,0-11.32,0L32,168.69V56a8,8,0,0,1,8-8H216A8,8,0,0,1,224,56Z",opacity:"0.2"}),h.createElement("path",{d:"M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40Zm0,16V158.75l-26.07-26.06a16,16,0,0,0-22.63,0l-20,20-44-44a16,16,0,0,0-22.62,0L40,149.37V56ZM40,172l52-52,80,80H40Zm176,28H194.63l-36-36,20-20L216,181.38V200ZM144,100a12,12,0,1,1,12,12A12,12,0,0,1,144,100Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40ZM156,88a12,12,0,1,1-12,12A12,12,0,0,1,156,88Zm60,112H40V160.69l46.34-46.35a8,8,0,0,1,11.32,0h0L165,181.66a8,8,0,0,0,11.32-11.32l-17.66-17.65L173,138.34a8,8,0,0,1,11.31,0L216,170.07V200Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,42H40A14,14,0,0,0,26,56V200a14,14,0,0,0,14,14H216a14,14,0,0,0,14-14V56A14,14,0,0,0,216,42ZM40,54H216a2,2,0,0,1,2,2V163.57L188.53,134.1a14,14,0,0,0-19.8,0l-21.42,21.42L101.9,110.1a14,14,0,0,0-19.8,0L38,154.2V56A2,2,0,0,1,40,54ZM38,200V171.17l52.58-52.58a2,2,0,0,1,2.84,0L176.83,202H40A2,2,0,0,1,38,200Zm178,2H193.8l-38-38,21.41-21.42a2,2,0,0,1,2.83,0l38,38V200A2,2,0,0,1,216,202ZM146,100a10,10,0,1,1,10,10A10,10,0,0,1,146,100Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40Zm0,16V158.75l-26.07-26.06a16,16,0,0,0-22.63,0l-20,20-44-44a16,16,0,0,0-22.62,0L40,149.37V56ZM40,172l52-52,80,80H40Zm176,28H194.63l-36-36,20-20L216,181.38V200ZM144,100a12,12,0,1,1,12,12A12,12,0,0,1,144,100Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,44H40A12,12,0,0,0,28,56V200a12,12,0,0,0,12,12H216a12,12,0,0,0,12-12V56A12,12,0,0,0,216,44ZM40,52H216a4,4,0,0,1,4,4V168.4l-32.89-32.89a12,12,0,0,0-17,0l-22.83,22.83-46.82-46.83a12,12,0,0,0-17,0L36,159V56A4,4,0,0,1,40,52ZM36,200V170.34l53.17-53.17a4,4,0,0,1,5.66,0L181.66,204H40A4,4,0,0,1,36,200Zm180,4H193l-40-40,22.83-22.83a4,4,0,0,1,5.66,0L220,179.71V200A4,4,0,0,1,216,204ZM148,100a8,8,0,1,1,8,8A8,8,0,0,1,148,100Z"}))]]),IE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M219.71,117.38a12,12,0,0,0-7.25-8.52L161.28,88.39l10.59-70.61a12,12,0,0,0-20.64-10l-112,120a12,12,0,0,0,4.31,19.33l51.18,20.47L84.13,238.22a12,12,0,0,0,20.64,10l112-120A12,12,0,0,0,219.71,117.38ZM113.6,203.55l6.27-41.77a12,12,0,0,0-7.41-12.92L68.74,131.37,142.4,52.45l-6.27,41.77a12,12,0,0,0,7.41,12.92l43.72,17.49Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M96,240l16-80L48,136,160,16,144,96l64,24Z",opacity:"0.2"}),h.createElement("path",{d:"M215.79,118.17a8,8,0,0,0-5-5.66L153.18,90.9l14.66-73.33a8,8,0,0,0-13.69-7l-112,120a8,8,0,0,0,3,13l57.63,21.61L88.16,238.43a8,8,0,0,0,13.69,7l112-120A8,8,0,0,0,215.79,118.17ZM109.37,214l10.47-52.38a8,8,0,0,0-5-9.06L62,132.71l84.62-90.66L136.16,94.43a8,8,0,0,0,5,9.06l52.8,19.8Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.85,125.46l-112,120a8,8,0,0,1-13.69-7l14.66-73.33L45.19,143.49a8,8,0,0,1-3-13l112-120a8,8,0,0,1,13.69,7L153.18,90.9l57.63,21.61a8,8,0,0,1,3,12.95Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.84,118.63a6,6,0,0,0-3.73-4.25L150.88,92.17l15-75a6,6,0,0,0-10.27-5.27l-112,120a6,6,0,0,0,2.28,9.71l59.23,22.21-15,75a6,6,0,0,0,3.14,6.52A6.07,6.07,0,0,0,96,246a6,6,0,0,0,4.39-1.91l112-120A6,6,0,0,0,213.84,118.63ZM106,220.46l11.85-59.28a6,6,0,0,0-3.77-6.8l-55.6-20.85,91.46-98L138.12,94.82a6,6,0,0,0,3.77,6.8l55.6,20.85Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M215.79,118.17a8,8,0,0,0-5-5.66L153.18,90.9l14.66-73.33a8,8,0,0,0-13.69-7l-112,120a8,8,0,0,0,3,13l57.63,21.61L88.16,238.43a8,8,0,0,0,13.69,7l112-120A8,8,0,0,0,215.79,118.17ZM109.37,214l10.47-52.38a8,8,0,0,0-5-9.06L62,132.71l84.62-90.66L136.16,94.43a8,8,0,0,0,5,9.06l52.8,19.8Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M211.89,119.09a4,4,0,0,0-2.49-2.84l-60.81-22.8,15.33-76.67a4,4,0,0,0-6.84-3.51l-112,120a4,4,0,0,0-1,3.64,4,4,0,0,0,2.49,2.84l60.81,22.8L92.08,239.22a4,4,0,0,0,6.84,3.51l112-120A4,4,0,0,0,211.89,119.09ZM102.68,227l13.24-66.2a4,4,0,0,0-2.52-4.53L55,134.36,153.32,29l-13.24,66.2a4,4,0,0,0,2.52,4.53L201,121.64Z"}))]]),GE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M203.57,51A107.9,107.9,0,0,0,20,128c0,44.72,27.6,82.25,72,97.94A36,36,0,0,0,140,192a12,12,0,0,1,12-12h46.21a35.79,35.79,0,0,0,35.1-28A108.6,108.6,0,0,0,236,127.09,107.23,107.23,0,0,0,203.57,51Zm6.34,95.67a11.91,11.91,0,0,1-11.7,9.3H152a36,36,0,0,0-36,36,12,12,0,0,1-16,11.3c-16.65-5.88-30.65-15.76-40.48-28.56A76,76,0,0,1,44,128a84,84,0,0,1,83.13-84H128a84.35,84.35,0,0,1,84,83.29A84.72,84.72,0,0,1,209.91,146.71ZM144,76a16,16,0,1,1-16-16A16,16,0,0,1,144,76Zm-44,24A16,16,0,1,1,84,84,16,16,0,0,1,100,100Zm0,56a16,16,0,1,1-16-16A16,16,0,0,1,100,156Zm88-56a16,16,0,1,1-16-16A16,16,0,0,1,188,100Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,127.17a96.48,96.48,0,0,1-2.39,22.18A24,24,0,0,1,198.21,168H152a24,24,0,0,0-24,24,24,24,0,0,1-32,22.61C58.73,201.44,32,169.81,32,128a96,96,0,0,1,95-96C179.84,31.47,223.55,74.35,224,127.17Z",opacity:"0.2"}),h.createElement("path",{d:"M200.77,53.89A103.27,103.27,0,0,0,128,24h-1.07A104,104,0,0,0,24,128c0,43,26.58,79.06,69.36,94.17A32,32,0,0,0,136,192a16,16,0,0,1,16-16h46.21a31.81,31.81,0,0,0,31.2-24.88,104.43,104.43,0,0,0,2.59-24A103.28,103.28,0,0,0,200.77,53.89Zm13,93.71A15.89,15.89,0,0,1,198.21,160H152a32,32,0,0,0-32,32,16,16,0,0,1-21.31,15.07C62.49,194.3,40,164,40,128a88,88,0,0,1,87.09-88h.9a88.35,88.35,0,0,1,88,87.25A88.86,88.86,0,0,1,213.81,147.6ZM140,76a12,12,0,1,1-12-12A12,12,0,0,1,140,76ZM96,100A12,12,0,1,1,84,88,12,12,0,0,1,96,100Zm0,56a12,12,0,1,1-12-12A12,12,0,0,1,96,156Zm88-56a12,12,0,1,1-12-12A12,12,0,0,1,184,100Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M200.77,53.89A103.27,103.27,0,0,0,128,24h-1.07A104,104,0,0,0,24,128c0,43,26.58,79.06,69.36,94.17A32,32,0,0,0,136,192a16,16,0,0,1,16-16h46.21a31.81,31.81,0,0,0,31.2-24.88,104.43,104.43,0,0,0,2.59-24A103.28,103.28,0,0,0,200.77,53.89ZM84,168a12,12,0,1,1,12-12A12,12,0,0,1,84,168Zm0-56a12,12,0,1,1,12-12A12,12,0,0,1,84,112Zm44-24a12,12,0,1,1,12-12A12,12,0,0,1,128,88Zm44,24a12,12,0,1,1,12-12A12,12,0,0,1,172,112Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M199.37,55.31A101.32,101.32,0,0,0,128,26h-1A102,102,0,0,0,26,128c0,42.09,26.07,77.44,68,92.26A30.21,30.21,0,0,0,104.11,222,30.06,30.06,0,0,0,134,192a18,18,0,0,1,18-18h46.21a29.82,29.82,0,0,0,29.25-23.31A102.71,102.71,0,0,0,230,127.11,101.25,101.25,0,0,0,199.37,55.31ZM215.76,148a17.89,17.89,0,0,1-17.55,14H152a30,30,0,0,0-30,30,18,18,0,0,1-24,17C61,195.86,38,164.85,38,128a90,90,0,0,1,89.07-90H128a90.34,90.34,0,0,1,90,89.22A90.46,90.46,0,0,1,215.76,148ZM138,76a10,10,0,1,1-10-10A10,10,0,0,1,138,76ZM94,100A10,10,0,1,1,84,90,10,10,0,0,1,94,100Zm0,56a10,10,0,1,1-10-10A10,10,0,0,1,94,156Zm88-56a10,10,0,1,1-10-10A10,10,0,0,1,182,100Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M200.77,53.89A103.27,103.27,0,0,0,128,24h-1.07A104,104,0,0,0,24,128c0,43,26.58,79.06,69.36,94.17A32,32,0,0,0,136,192a16,16,0,0,1,16-16h46.21a31.81,31.81,0,0,0,31.2-24.88,104.43,104.43,0,0,0,2.59-24A103.28,103.28,0,0,0,200.77,53.89Zm13,93.71A15.89,15.89,0,0,1,198.21,160H152a32,32,0,0,0-32,32,16,16,0,0,1-21.31,15.07C62.49,194.3,40,164,40,128a88,88,0,0,1,87.09-88h.9a88.35,88.35,0,0,1,88,87.25A88.86,88.86,0,0,1,213.81,147.6ZM140,76a12,12,0,1,1-12-12A12,12,0,0,1,140,76ZM96,100A12,12,0,1,1,84,88,12,12,0,0,1,96,100Zm0,56a12,12,0,1,1-12-12A12,12,0,0,1,96,156Zm88-56a12,12,0,1,1-12-12A12,12,0,0,1,184,100Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M198,56.74A99.31,99.31,0,0,0,128,28h-1A100,100,0,0,0,28,128c0,41.22,25.55,75.85,66.69,90.38a28.34,28.34,0,0,0,9.42,1.63A28,28,0,0,0,132,192a20,20,0,0,1,20-20h46.21a27.84,27.84,0,0,0,27.3-21.76,100.37,100.37,0,0,0,2.49-23.1A99.26,99.26,0,0,0,198,56.74Zm19.74,91.72A19.89,19.89,0,0,1,198.21,164H152a28,28,0,0,0-28,28,20,20,0,0,1-26.64,18.83C59.51,197.46,36,165.72,36,128a92,92,0,0,1,91.05-92H128a92,92,0,0,1,89.72,112.46ZM136,76a8,8,0,1,1-8-8A8,8,0,0,1,136,76ZM92,100a8,8,0,1,1-8-8A8,8,0,0,1,92,100Zm0,56a8,8,0,1,1-8-8A8,8,0,0,1,92,156Zm88-56a8,8,0,1,1-8-8A8,8,0,0,1,180,100Z"}))]]),WE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M230.14,70.54,185.46,25.85a20,20,0,0,0-28.29,0L33.86,149.17A19.85,19.85,0,0,0,28,163.31V208a20,20,0,0,0,20,20H92.69a19.86,19.86,0,0,0,14.14-5.86L230.14,98.82a20,20,0,0,0,0-28.28ZM91,204H52V165l84-84,39,39ZM192,103,153,64l18.34-18.34,39,39Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M221.66,90.34,192,120,136,64l29.66-29.66a8,8,0,0,1,11.31,0L221.66,79A8,8,0,0,1,221.66,90.34Z",opacity:"0.2"}),h.createElement("path",{d:"M227.31,73.37,182.63,28.68a16,16,0,0,0-22.63,0L36.69,152A15.86,15.86,0,0,0,32,163.31V208a16,16,0,0,0,16,16H92.69A15.86,15.86,0,0,0,104,219.31L227.31,96a16,16,0,0,0,0-22.63ZM92.69,208H48V163.31l88-88L180.69,120ZM192,108.68,147.31,64l24-24L216,84.68Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M227.31,73.37,182.63,28.68a16,16,0,0,0-22.63,0L36.69,152A15.86,15.86,0,0,0,32,163.31V208a16,16,0,0,0,16,16H92.69A15.86,15.86,0,0,0,104,219.31L227.31,96a16,16,0,0,0,0-22.63ZM192,108.68,147.31,64l24-24L216,84.68Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M225.9,74.78,181.21,30.09a14,14,0,0,0-19.8,0L38.1,153.41a13.94,13.94,0,0,0-4.1,9.9V208a14,14,0,0,0,14,14H92.69a13.94,13.94,0,0,0,9.9-4.1L225.9,94.58a14,14,0,0,0,0-19.8ZM94.1,209.41a2,2,0,0,1-1.41.59H48a2,2,0,0,1-2-2V163.31a2,2,0,0,1,.59-1.41L136,72.48,183.51,120ZM217.41,86.1,192,111.51,144.49,64,169.9,38.58a2,2,0,0,1,2.83,0l44.68,44.69a2,2,0,0,1,0,2.83Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M227.31,73.37,182.63,28.68a16,16,0,0,0-22.63,0L36.69,152A15.86,15.86,0,0,0,32,163.31V208a16,16,0,0,0,16,16H92.69A15.86,15.86,0,0,0,104,219.31L227.31,96a16,16,0,0,0,0-22.63ZM92.69,208H48V163.31l88-88L180.69,120ZM192,108.68,147.31,64l24-24L216,84.68Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224.49,76.2,179.8,31.51a12,12,0,0,0-17,0L133.17,61.17h0L39.52,154.83A11.9,11.9,0,0,0,36,163.31V208a12,12,0,0,0,12,12H92.69a12,12,0,0,0,8.48-3.51L224.48,93.17a12,12,0,0,0,0-17Zm-129,134.63A4,4,0,0,1,92.69,212H48a4,4,0,0,1-4-4V163.31a4,4,0,0,1,1.17-2.83L136,69.65,186.34,120ZM218.83,87.51,192,114.34,141.66,64l26.82-26.83a4,4,0,0,1,5.66,0l44.69,44.68a4,4,0,0,1,0,5.66Z"}))]]),KE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M228,128a12,12,0,0,1-12,12H140v76a12,12,0,0,1-24,0V140H40a12,12,0,0,1,0-24h76V40a12,12,0,0,1,24,0v76h76A12,12,0,0,1,228,128Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,56V200a16,16,0,0,1-16,16H56a16,16,0,0,1-16-16V56A16,16,0,0,1,56,40H200A16,16,0,0,1,216,56Z",opacity:"0.2"}),h.createElement("path",{d:"M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM184,136H136v48a8,8,0,0,1-16,0V136H72a8,8,0,0,1,0-16h48V72a8,8,0,0,1,16,0v48h48a8,8,0,0,1,0,16Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M222,128a6,6,0,0,1-6,6H134v82a6,6,0,0,1-12,0V134H40a6,6,0,0,1,0-12h82V40a6,6,0,0,1,12,0v82h82A6,6,0,0,1,222,128Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M220,128a4,4,0,0,1-4,4H132v84a4,4,0,0,1-8,0V132H40a4,4,0,0,1,0-8h84V40a4,4,0,0,1,8,0v84h84A4,4,0,0,1,220,128Z"}))]]),JE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,28H48A20,20,0,0,0,28,48V208a20,20,0,0,0,20,20H208a20,20,0,0,0,20-20V48A20,20,0,0,0,208,28Zm-4,176H52V52H204Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,48V208a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V48a8,8,0,0,1,8-8H208A8,8,0,0,1,216,48Z",opacity:"0.2"}),h.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32Zm0,176H48V48H208V208Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,48V208a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V48A16,16,0,0,1,48,32H208A16,16,0,0,1,224,48Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,34H48A14,14,0,0,0,34,48V208a14,14,0,0,0,14,14H208a14,14,0,0,0,14-14V48A14,14,0,0,0,208,34Zm2,174a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V48a2,2,0,0,1,2-2H208a2,2,0,0,1,2,2Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32Zm0,176H48V48H208V208Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,36H48A12,12,0,0,0,36,48V208a12,12,0,0,0,12,12H208a12,12,0,0,0,12-12V48A12,12,0,0,0,208,36Zm4,172a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V48a4,4,0,0,1,4-4H208a4,4,0,0,1,4,4Z"}))]]),e$=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M234.36,170A12,12,0,0,1,230,186.37l-96,56a12,12,0,0,1-12.1,0l-96-56a12,12,0,0,1,12.09-20.74l90,52.48L218,165.63A12,12,0,0,1,234.36,170ZM218,117.63,128,170.11,38.05,117.63A12,12,0,0,0,26,138.37l96,56a12,12,0,0,0,12.1,0l96-56A12,12,0,0,0,218,117.63ZM20,80a12,12,0,0,1,6-10.37l96-56a12.06,12.06,0,0,1,12.1,0l96,56a12,12,0,0,1,0,20.74l-96,56a12,12,0,0,1-12.1,0l-96-56A12,12,0,0,1,20,80Zm35.82,0L128,122.11,200.18,80,128,37.89Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,80l-96,56L32,80l96-56Z",opacity:"0.2"}),h.createElement("path",{d:"M230.91,172A8,8,0,0,1,228,182.91l-96,56a8,8,0,0,1-8.06,0l-96-56A8,8,0,0,1,36,169.09l92,53.65,92-53.65A8,8,0,0,1,230.91,172ZM220,121.09l-92,53.65L36,121.09A8,8,0,0,0,28,134.91l96,56a8,8,0,0,0,8.06,0l96-56A8,8,0,1,0,220,121.09ZM24,80a8,8,0,0,1,4-6.91l96-56a8,8,0,0,1,8.06,0l96,56a8,8,0,0,1,0,13.82l-96,56a8,8,0,0,1-8.06,0l-96-56A8,8,0,0,1,24,80Zm23.88,0L128,126.74,208.12,80,128,33.26Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M220,169.09l-92,53.65L36,169.09A8,8,0,0,0,28,182.91l96,56a8,8,0,0,0,8.06,0l96-56A8,8,0,1,0,220,169.09Z"}),h.createElement("path",{d:"M220,121.09l-92,53.65L36,121.09A8,8,0,0,0,28,134.91l96,56a8,8,0,0,0,8.06,0l96-56A8,8,0,1,0,220,121.09Z"}),h.createElement("path",{d:"M28,86.91l96,56a8,8,0,0,0,8.06,0l96-56a8,8,0,0,0,0-13.82l-96-56a8,8,0,0,0-8.06,0l-96,56a8,8,0,0,0,0,13.82Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M229.18,173a6,6,0,0,1-2.16,8.2l-96,56a6,6,0,0,1-6,0l-96-56a6,6,0,0,1,6-10.36l93,54.23,93-54.23A6,6,0,0,1,229.18,173ZM221,122.82l-93,54.23L35,122.82a6,6,0,0,0-6,10.36l96,56a6,6,0,0,0,6,0l96-56a6,6,0,0,0-6-10.36ZM26,80a6,6,0,0,1,3-5.18l96-56a6,6,0,0,1,6,0l96,56a6,6,0,0,1,0,10.36l-96,56a6,6,0,0,1-6,0l-96-56A6,6,0,0,1,26,80Zm17.91,0L128,129.05,212.09,80,128,31Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M230.91,172A8,8,0,0,1,228,182.91l-96,56a8,8,0,0,1-8.06,0l-96-56A8,8,0,0,1,36,169.09l92,53.65,92-53.65A8,8,0,0,1,230.91,172ZM220,121.09l-92,53.65L36,121.09A8,8,0,0,0,28,134.91l96,56a8,8,0,0,0,8.06,0l96-56A8,8,0,1,0,220,121.09ZM24,80a8,8,0,0,1,4-6.91l96-56a8,8,0,0,1,8.06,0l96,56a8,8,0,0,1,0,13.82l-96,56a8,8,0,0,1-8.06,0l-96-56A8,8,0,0,1,24,80Zm23.88,0L128,126.74,208.12,80,128,33.26Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M227.45,174a4,4,0,0,1-1.44,5.48l-96,56a4,4,0,0,1-4,0l-96-56a4,4,0,0,1,4-6.92l94,54.83,94-54.83A4,4,0,0,1,227.45,174ZM222,124.54l-94,54.83L34,124.54a4,4,0,0,0-4,6.92l96,56a4,4,0,0,0,4,0l96-56a4,4,0,0,0-4-6.92ZM28,80a4,4,0,0,1,2-3.46l96-56a4,4,0,0,1,4,0l96,56a4,4,0,0,1,0,6.92l-96,56a4,4,0,0,1-4,0l-96-56A4,4,0,0,1,28,80Zm11.94,0L128,131.37,216.06,80,128,28.63Z"}))]]),t$=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M90.86,50.89a12,12,0,0,0-21.72,0l-64,136a12,12,0,0,0,21.71,10.22L42.44,164h75.12l15.58,33.11a12,12,0,0,0,21.72-10.22ZM53.74,140,80,84.18,106.27,140ZM200,84c-13.85,0-24.77,3.86-32.45,11.48a12,12,0,1,0,16.9,17c3-3,8.26-4.52,15.55-4.52,11,0,20,7.18,20,16v4.39A47.28,47.28,0,0,0,200,124c-24.26,0-44,17.94-44,40s19.74,40,44,40a47.18,47.18,0,0,0,22-5.38A12,12,0,0,0,244,192V124C244,101.94,224.26,84,200,84Zm0,96c-11,0-20-7.18-20-16s9-16,20-16,20,7.18,20,16S211,180,200,180Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M232,164c0,15.46-14.33,28-32,28s-32-12.54-32-28,14.33-28,32-28S232,148.54,232,164ZM34.82,152h90.36L80,56Z",opacity:"0.2"}),h.createElement("path",{d:"M87.24,52.59a8,8,0,0,0-14.48,0l-64,136a8,8,0,1,0,14.48,6.81L39.9,160h80.2l16.66,35.4a8,8,0,1,0,14.48-6.81ZM47.43,144,80,74.79,112.57,144ZM200,96c-12.76,0-22.73,3.47-29.63,10.32a8,8,0,0,0,11.26,11.36c3.8-3.77,10-5.68,18.37-5.68,13.23,0,24,9,24,20v3.22A42.76,42.76,0,0,0,200,128c-22.06,0-40,16.15-40,36s17.94,36,40,36a42.73,42.73,0,0,0,24-7.25,8,8,0,0,0,16-.75V132C240,112.15,222.06,96,200,96Zm0,88c-13.23,0-24-9-24-20s10.77-20,24-20,24,9,24,20S213.23,184,200,184Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M200,156c0,6.5-7.33,12-16,12s-16-5.5-16-12,7.33-12,16-12S200,149.5,200,156ZM232,56V200a16,16,0,0,1-16,16H40a16,16,0,0,1-16-16V56A16,16,0,0,1,40,40H216A16,16,0,0,1,232,56ZM143.37,172.88l-44-104a8,8,0,0,0-14.74,0l-44,104a8,8,0,0,0,14.74,6.24L66.84,152h50.32l11.47,27.12a8,8,0,0,0,14.74-6.24ZM216,124c0-15.44-14.36-28-32-28a34.86,34.86,0,0,0-20.78,6.68,8,8,0,0,0,9.56,12.83A18.84,18.84,0,0,1,184,112c8.56,0,15.8,5.36,16,11.76v8A35.24,35.24,0,0,0,184,128c-17.64,0-32,12.56-32,28s14.36,28,32,28a35.13,35.13,0,0,0,16.93-4.26A8,8,0,0,0,216,176ZM73.61,136h36.78L92,92.53Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M85.43,53.45a6,6,0,0,0-10.86,0l-64,136a6,6,0,1,0,10.86,5.11L38.63,158h82.74l17.2,36.55a6,6,0,1,0,10.86-5.11ZM44.28,146,80,70.09,115.72,146ZM200,98c-12.21,0-21.71,3.28-28.23,9.74a6,6,0,0,0,8.46,8.52c4.18-4.15,10.84-6.26,19.77-6.26,14.34,0,26,9.87,26,22v7.24A40.36,40.36,0,0,0,200,130c-20.95,0-38,15.25-38,34s17.05,34,38,34a40.36,40.36,0,0,0,26-9.24V192a6,6,0,0,0,12,0V132C238,113.25,221,98,200,98Zm0,88c-14.34,0-26-9.87-26-22s11.66-22,26-22,26,9.87,26,22S214.34,186,200,186Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M87.24,52.59a8,8,0,0,0-14.48,0l-64,136a8,8,0,1,0,14.48,6.81L39.9,160h80.2l16.66,35.4a8,8,0,1,0,14.48-6.81ZM47.43,144,80,74.79,112.57,144ZM200,96c-12.76,0-22.73,3.47-29.63,10.32a8,8,0,0,0,11.26,11.36c3.8-3.77,10-5.68,18.37-5.68,13.23,0,24,9,24,20v3.22A42.76,42.76,0,0,0,200,128c-22.06,0-40,16.15-40,36s17.94,36,40,36a42.73,42.73,0,0,0,24-7.25,8,8,0,0,0,16-.75V132C240,112.15,222.06,96,200,96Zm0,88c-13.23,0-24-9-24-20s10.77-20,24-20,24,9,24,20S213.23,184,200,184Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M83.62,54.3a4,4,0,0,0-7.24,0l-64,136a4,4,0,0,0,7.24,3.4L37.36,156h85.28l17.74,37.7a4,4,0,1,0,7.24-3.4ZM41.13,148,80,65.39,118.87,148ZM200,100c-11.67,0-20.69,3.08-26.82,9.16a4,4,0,1,0,5.64,5.68c4.57-4.54,11.7-6.84,21.18-6.84,15.44,0,28,10.77,28,24v11.92A37.78,37.78,0,0,0,200,132c-19.85,0-36,14.35-36,32s16.15,32,36,32a37.78,37.78,0,0,0,28-11.92V192a4,4,0,0,0,8,0V132C236,114.36,219.85,100,200,100Zm0,88c-15.44,0-28-10.77-28-24s12.56-24,28-24,28,10.77,28,24S215.44,188,200,188Z"}))]]),n$=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M212,56V88a12,12,0,0,1-24,0V68H140V188h20a12,12,0,0,1,0,24H96a12,12,0,0,1,0-24h20V68H68V88a12,12,0,0,1-24,0V56A12,12,0,0,1,56,44H200A12,12,0,0,1,212,56Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M200,56V184a16,16,0,0,1-16,16H72a16,16,0,0,1-16-16V56Z",opacity:"0.2"}),h.createElement("path",{d:"M208,56V88a8,8,0,0,1-16,0V64H136V192h24a8,8,0,0,1,0,16H96a8,8,0,0,1,0-16h24V64H64V88a8,8,0,0,1-16,0V56a8,8,0,0,1,8-8H200A8,8,0,0,1,208,56Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM184,96a8,8,0,0,1-16,0V88H136v88h12a8,8,0,0,1,0,16H108a8,8,0,0,1,0-16h12V88H88v8a8,8,0,0,1-16,0V80a8,8,0,0,1,8-8h96a8,8,0,0,1,8,8Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M206,56V88a6,6,0,0,1-12,0V62H134V194h26a6,6,0,0,1,0,12H96a6,6,0,0,1,0-12h26V62H62V88a6,6,0,0,1-12,0V56a6,6,0,0,1,6-6H200A6,6,0,0,1,206,56Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,56V88a8,8,0,0,1-16,0V64H136V192h24a8,8,0,0,1,0,16H96a8,8,0,0,1,0-16h24V64H64V88a8,8,0,0,1-16,0V56a8,8,0,0,1,8-8H200A8,8,0,0,1,208,56Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M204,56V88a4,4,0,0,1-8,0V60H132V196h28a4,4,0,0,1,0,8H96a4,4,0,0,1,0-8h28V60H60V88a4,4,0,0,1-8,0V56a4,4,0,0,1,4-4H200A4,4,0,0,1,204,56Z"}))]]),r$=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,48H180V36A28,28,0,0,0,152,8H104A28,28,0,0,0,76,36V48H40a12,12,0,0,0,0,24h4V208a20,20,0,0,0,20,20H192a20,20,0,0,0,20-20V72h4a12,12,0,0,0,0-24ZM100,36a4,4,0,0,1,4-4h48a4,4,0,0,1,4,4V48H100Zm88,168H68V72H188ZM116,104v64a12,12,0,0,1-24,0V104a12,12,0,0,1,24,0Zm48,0v64a12,12,0,0,1-24,0V104a12,12,0,0,1,24,0Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M200,56V208a8,8,0,0,1-8,8H64a8,8,0,0,1-8-8V56Z",opacity:"0.2"}),h.createElement("path",{d:"M216,48H176V40a24,24,0,0,0-24-24H104A24,24,0,0,0,80,40v8H40a8,8,0,0,0,0,16h8V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V64h8a8,8,0,0,0,0-16ZM96,40a8,8,0,0,1,8-8h48a8,8,0,0,1,8,8v8H96Zm96,168H64V64H192ZM112,104v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm48,0v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,48H176V40a24,24,0,0,0-24-24H104A24,24,0,0,0,80,40v8H40a8,8,0,0,0,0,16h8V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V64h8a8,8,0,0,0,0-16ZM112,168a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm48,0a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm0-120H96V40a8,8,0,0,1,8-8h48a8,8,0,0,1,8,8Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,50H174V40a22,22,0,0,0-22-22H104A22,22,0,0,0,82,40V50H40a6,6,0,0,0,0,12H50V208a14,14,0,0,0,14,14H192a14,14,0,0,0,14-14V62h10a6,6,0,0,0,0-12ZM94,40a10,10,0,0,1,10-10h48a10,10,0,0,1,10,10V50H94ZM194,208a2,2,0,0,1-2,2H64a2,2,0,0,1-2-2V62H194ZM110,104v64a6,6,0,0,1-12,0V104a6,6,0,0,1,12,0Zm48,0v64a6,6,0,0,1-12,0V104a6,6,0,0,1,12,0Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,48H176V40a24,24,0,0,0-24-24H104A24,24,0,0,0,80,40v8H40a8,8,0,0,0,0,16h8V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V64h8a8,8,0,0,0,0-16ZM96,40a8,8,0,0,1,8-8h48a8,8,0,0,1,8,8v8H96Zm96,168H64V64H192ZM112,104v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm48,0v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,52H172V40a20,20,0,0,0-20-20H104A20,20,0,0,0,84,40V52H40a4,4,0,0,0,0,8H52V208a12,12,0,0,0,12,12H192a12,12,0,0,0,12-12V60h12a4,4,0,0,0,0-8ZM92,40a12,12,0,0,1,12-12h48a12,12,0,0,1,12,12V52H92ZM196,208a4,4,0,0,1-4,4H64a4,4,0,0,1-4-4V60H196ZM108,104v64a4,4,0,0,1-8,0V104a4,4,0,0,1,8,0Zm48,0v64a4,4,0,0,1-8,0V104a4,4,0,0,1,8,0Z"}))]]),i$=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M240.26,186.1,152.81,34.23h0a28.74,28.74,0,0,0-49.62,0L15.74,186.1a27.45,27.45,0,0,0,0,27.71A28.31,28.31,0,0,0,40.55,228h174.9a28.31,28.31,0,0,0,24.79-14.19A27.45,27.45,0,0,0,240.26,186.1Zm-20.8,15.7a4.46,4.46,0,0,1-4,2.2H40.55a4.46,4.46,0,0,1-4-2.2,3.56,3.56,0,0,1,0-3.73L124,46.2a4.77,4.77,0,0,1,8,0l87.44,151.87A3.56,3.56,0,0,1,219.46,201.8ZM116,136V104a12,12,0,0,1,24,0v32a12,12,0,0,1-24,0Zm28,40a16,16,0,1,1-16-16A16,16,0,0,1,144,176Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M215.46,216H40.54C27.92,216,20,202.79,26.13,192.09L113.59,40.22c6.3-11,22.52-11,28.82,0l87.46,151.87C236,202.79,228.08,216,215.46,216Z",opacity:"0.2"}),h.createElement("path",{d:"M236.8,188.09,149.35,36.22h0a24.76,24.76,0,0,0-42.7,0L19.2,188.09a23.51,23.51,0,0,0,0,23.72A24.35,24.35,0,0,0,40.55,224h174.9a24.35,24.35,0,0,0,21.33-12.19A23.51,23.51,0,0,0,236.8,188.09ZM222.93,203.8a8.5,8.5,0,0,1-7.48,4.2H40.55a8.5,8.5,0,0,1-7.48-4.2,7.59,7.59,0,0,1,0-7.72L120.52,44.21a8.75,8.75,0,0,1,15,0l87.45,151.87A7.59,7.59,0,0,1,222.93,203.8ZM120,144V104a8,8,0,0,1,16,0v40a8,8,0,0,1-16,0Zm20,36a12,12,0,1,1-12-12A12,12,0,0,1,140,180Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M236.8,188.09,149.35,36.22h0a24.76,24.76,0,0,0-42.7,0L19.2,188.09a23.51,23.51,0,0,0,0,23.72A24.35,24.35,0,0,0,40.55,224h174.9a24.35,24.35,0,0,0,21.33-12.19A23.51,23.51,0,0,0,236.8,188.09ZM120,104a8,8,0,0,1,16,0v40a8,8,0,0,1-16,0Zm8,88a12,12,0,1,1,12-12A12,12,0,0,1,128,192Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M235.07,189.09,147.61,37.22h0a22.75,22.75,0,0,0-39.22,0L20.93,189.09a21.53,21.53,0,0,0,0,21.72A22.35,22.35,0,0,0,40.55,222h174.9a22.35,22.35,0,0,0,19.6-11.19A21.53,21.53,0,0,0,235.07,189.09ZM224.66,204.8a10.46,10.46,0,0,1-9.21,5.2H40.55a10.46,10.46,0,0,1-9.21-5.2,9.51,9.51,0,0,1,0-9.72L118.79,43.21a10.75,10.75,0,0,1,18.42,0l87.46,151.87A9.51,9.51,0,0,1,224.66,204.8ZM122,144V104a6,6,0,0,1,12,0v40a6,6,0,0,1-12,0Zm16,36a10,10,0,1,1-10-10A10,10,0,0,1,138,180Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M236.8,188.09,149.35,36.22h0a24.76,24.76,0,0,0-42.7,0L19.2,188.09a23.51,23.51,0,0,0,0,23.72A24.35,24.35,0,0,0,40.55,224h174.9a24.35,24.35,0,0,0,21.33-12.19A23.51,23.51,0,0,0,236.8,188.09ZM222.93,203.8a8.5,8.5,0,0,1-7.48,4.2H40.55a8.5,8.5,0,0,1-7.48-4.2,7.59,7.59,0,0,1,0-7.72L120.52,44.21a8.75,8.75,0,0,1,15,0l87.45,151.87A7.59,7.59,0,0,1,222.93,203.8ZM120,144V104a8,8,0,0,1,16,0v40a8,8,0,0,1-16,0Zm20,36a12,12,0,1,1-12-12A12,12,0,0,1,140,180Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M233.34,190.09,145.88,38.22h0a20.75,20.75,0,0,0-35.76,0L22.66,190.09a19.52,19.52,0,0,0,0,19.71A20.36,20.36,0,0,0,40.54,220H215.46a20.36,20.36,0,0,0,17.86-10.2A19.52,19.52,0,0,0,233.34,190.09ZM226.4,205.8a12.47,12.47,0,0,1-10.94,6.2H40.54a12.47,12.47,0,0,1-10.94-6.2,11.45,11.45,0,0,1,0-11.72L117.05,42.21a12.76,12.76,0,0,1,21.9,0L226.4,194.08A11.45,11.45,0,0,1,226.4,205.8ZM124,144V104a4,4,0,0,1,8,0v40a4,4,0,0,1-8,0Zm12,36a8,8,0,1,1-8-8A8,8,0,0,1,136,180Z"}))]]),a$=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M60,96v64a12,12,0,0,1-24,0V96a12,12,0,0,1,24,0ZM88,20A12,12,0,0,0,76,32V224a12,12,0,0,0,24,0V32A12,12,0,0,0,88,20Zm40,32a12,12,0,0,0-12,12V192a12,12,0,0,0,24,0V64A12,12,0,0,0,128,52Zm40,32a12,12,0,0,0-12,12v64a12,12,0,0,0,24,0V96A12,12,0,0,0,168,84Zm40-16a12,12,0,0,0-12,12v96a12,12,0,0,0,24,0V80A12,12,0,0,0,208,68Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,96v64H48V96Z",opacity:"0.2"}),h.createElement("path",{d:"M56,96v64a8,8,0,0,1-16,0V96a8,8,0,0,1,16,0ZM88,24a8,8,0,0,0-8,8V224a8,8,0,0,0,16,0V32A8,8,0,0,0,88,24Zm40,32a8,8,0,0,0-8,8V192a8,8,0,0,0,16,0V64A8,8,0,0,0,128,56Zm40,32a8,8,0,0,0-8,8v64a8,8,0,0,0,16,0V96A8,8,0,0,0,168,88Zm40-16a8,8,0,0,0-8,8v96a8,8,0,0,0,16,0V80A8,8,0,0,0,208,72Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40ZM72,152a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm32,32a8,8,0,0,1-16,0V72a8,8,0,0,1,16,0Zm32-16a8,8,0,0,1-16,0V88a8,8,0,0,1,16,0Zm32-16a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm32,8a8,8,0,0,1-16,0V96a8,8,0,0,1,16,0Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M54,96v64a6,6,0,0,1-12,0V96a6,6,0,0,1,12,0ZM88,26a6,6,0,0,0-6,6V224a6,6,0,0,0,12,0V32A6,6,0,0,0,88,26Zm40,32a6,6,0,0,0-6,6V192a6,6,0,0,0,12,0V64A6,6,0,0,0,128,58Zm40,32a6,6,0,0,0-6,6v64a6,6,0,0,0,12,0V96A6,6,0,0,0,168,90Zm40-16a6,6,0,0,0-6,6v96a6,6,0,0,0,12,0V80A6,6,0,0,0,208,74Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M56,96v64a8,8,0,0,1-16,0V96a8,8,0,0,1,16,0ZM88,24a8,8,0,0,0-8,8V224a8,8,0,0,0,16,0V32A8,8,0,0,0,88,24Zm40,32a8,8,0,0,0-8,8V192a8,8,0,0,0,16,0V64A8,8,0,0,0,128,56Zm40,32a8,8,0,0,0-8,8v64a8,8,0,0,0,16,0V96A8,8,0,0,0,168,88Zm40-16a8,8,0,0,0-8,8v96a8,8,0,0,0,16,0V80A8,8,0,0,0,208,72Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M52,96v64a4,4,0,0,1-8,0V96a4,4,0,0,1,8,0ZM88,28a4,4,0,0,0-4,4V224a4,4,0,0,0,8,0V32A4,4,0,0,0,88,28Zm40,32a4,4,0,0,0-4,4V192a4,4,0,0,0,8,0V64A4,4,0,0,0,128,60Zm40,32a4,4,0,0,0-4,4v64a4,4,0,0,0,8,0V96A4,4,0,0,0,168,92Zm40-16a4,4,0,0,0-4,4v96a4,4,0,0,0,8,0V80A4,4,0,0,0,208,76Z"}))]]),l$=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208.49,191.51a12,12,0,0,1-17,17L128,145,64.49,208.49a12,12,0,0,1-17-17L111,128,47.51,64.49a12,12,0,0,1,17-17L128,111l63.51-63.52a12,12,0,0,1,17,17L145,128Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,56V200a16,16,0,0,1-16,16H56a16,16,0,0,1-16-16V56A16,16,0,0,1,56,40H200A16,16,0,0,1,216,56Z",opacity:"0.2"}),h.createElement("path",{d:"M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM181.66,170.34a8,8,0,0,1-11.32,11.32L128,139.31,85.66,181.66a8,8,0,0,1-11.32-11.32L116.69,128,74.34,85.66A8,8,0,0,1,85.66,74.34L128,116.69l42.34-42.35a8,8,0,0,1,11.32,11.32L139.31,128Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M204.24,195.76a6,6,0,1,1-8.48,8.48L128,136.49,60.24,204.24a6,6,0,0,1-8.48-8.48L119.51,128,51.76,60.24a6,6,0,0,1,8.48-8.48L128,119.51l67.76-67.75a6,6,0,0,1,8.48,8.48L136.49,128Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M202.83,197.17a4,4,0,0,1-5.66,5.66L128,133.66,58.83,202.83a4,4,0,0,1-5.66-5.66L122.34,128,53.17,58.83a4,4,0,0,1,5.66-5.66L128,122.34l69.17-69.17a4,4,0,1,1,5.66,5.66L133.66,128Z"}))]]),s$=h.createContext({color:"currentColor",size:"1em",weight:"regular",mirrored:!1}),Pe=h.forwardRef((t,e)=>{const{alt:n,color:r,size:i,weight:l,mirrored:o,children:c,weights:f,...m}=t,{color:p="currentColor",size:g,weight:y="regular",mirrored:v=!1,...S}=h.useContext(s$);return h.createElement("svg",{ref:e,xmlns:"http://www.w3.org/2000/svg",width:i??g,height:i??g,fill:r??p,viewBox:"0 0 256 256",transform:o||v?"scale(-1, 1)":void 0,...S,...m},!!n&&h.createElement("title",null,n),c,f.get(l??y))});Pe.displayName="IconBase";const Lb=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:yE}));Lb.displayName="ArrowClockwiseIcon";const o$=Lb,_b=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:bE}));_b.displayName="ArrowCounterClockwiseIcon";const c$=_b,Db=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:vE}));Db.displayName="ArrowLeftIcon";const u$=Db,Xb=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:SE}));Xb.displayName="ArrowsOutCardinalIcon";const f$=Xb,zb=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:wE}));zb.displayName="CameraIcon";const h$=zb,Hb=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:AE}));Hb.displayName="CaretDownIcon";const d$=Hb,A1=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:kE}));A1.displayName="CaretRightIcon";const Yb=A1,Bb=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:TE}));Bb.displayName="ChatCenteredTextIcon";const m$=Bb,Fb=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:ME}));Fb.displayName="CheckCircleIcon";const qb=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:EE}));qb.displayName="CopyIcon";const p$=qb,Ub=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:$E}));Ub.displayName="EyeIcon";const g$=Ub,Ib=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:QE}));Ib.displayName="FileIcon";const O$=Ib,Gb=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:CE}));Gb.displayName="FileCodeIcon";const x$=Gb,Wb=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:ZE}));Wb.displayName="FileCssIcon";const y$=Wb,Kb=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:PE}));Kb.displayName="FileHtmlIcon";const b$=Kb,Jb=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:jE}));Jb.displayName="FileJpgIcon";const v$=Jb,ev=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:RE}));ev.displayName="FileJsIcon";const S$=ev,tv=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:NE}));tv.displayName="FileJsxIcon";const w$=tv,nv=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:VE}));nv.displayName="FileMdIcon";const A$=nv,rv=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:LE}));rv.displayName="FilePlusIcon";const Y5=rv,iv=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:_E}));iv.displayName="FilePngIcon";const k$=iv,av=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:DE}));av.displayName="FileSvgIcon";const T$=av,lv=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:XE}));lv.displayName="FileTsIcon";const M$=lv,sv=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:zE}));sv.displayName="FileTsxIcon";const E$=sv,ov=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:HE}));ov.displayName="FileTxtIcon";const $$=ov,cv=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:YE}));cv.displayName="FileVideoIcon";const Q$=cv,uv=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:BE}));uv.displayName="FolderSimpleIcon";const C$=uv,fv=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:FE}));fv.displayName="FolderSimplePlusIcon";const hv=fv,dv=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:qE}));dv.displayName="GearIcon";const Z$=dv,mv=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:UE}));mv.displayName="ImageIcon";const P$=mv,pv=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:IE}));pv.displayName="LightningIcon";const j$=pv,gv=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:GE}));gv.displayName="PaletteIcon";const R$=gv,Ov=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:WE}));Ov.displayName="PencilSimpleIcon";const N$=Ov,xv=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:KE}));xv.displayName="PlusIcon";const yv=xv,bv=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:JE}));bv.displayName="SquareIcon";const V$=bv,vv=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:e$}));vv.displayName="StackIcon";const L$=vv,Sv=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:t$}));Sv.displayName="TextAaIcon";const _$=Sv,wv=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:n$}));wv.displayName="TextTIcon";const D$=wv,Av=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:r$}));Av.displayName="TrashIcon";const X$=Av,u1=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:i$}));u1.displayName="WarningIcon";const kv=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:a$}));kv.displayName="WaveformIcon";const z$=kv,Wp=h.forwardRef((t,e)=>h.createElement(Pe,{ref:e,...t,weights:l$}));Wp.displayName="XIcon";const H$=Wp;function B5({findings:t,projectId:e,onClose:n}){const r=t.filter(m=>m.severity==="error"),i=t.filter(m=>m.severity==="warning"),l=t.length>0,[o,c]=h.useState(!1),f=async()=>{const m=t.map(y=>{let v=`[${y.severity}] ${y.message}`;return y.file&&(v+=`
|
|
64
|
-
File: ${y.file}`),y.fixHint&&(v+=`
|
|
65
|
-
Fix: ${y.fixHint}`),v}),p=`Fix these HyperFrames lint issues for project "${e}":
|
|
66
|
-
|
|
67
|
-
Project path: ${window.location.href}
|
|
68
|
-
|
|
69
|
-
${m.join(`
|
|
70
|
-
|
|
71
|
-
`)}`;await Tc(p)&&(c(!0),setTimeout(()=>c(!1),2e3))};return O.jsx("div",{className:"fixed inset-0 z-[100] flex items-center justify-center bg-black/60 backdrop-blur-sm",onClick:n,children:O.jsxs("div",{className:"bg-neutral-950 border border-neutral-800 rounded-xl shadow-2xl w-full max-w-xl max-h-[80vh] flex flex-col overflow-hidden",onClick:m=>m.stopPropagation(),children:[O.jsxs("div",{className:"flex items-center justify-between px-5 py-4 border-b border-neutral-800",children:[O.jsxs("div",{className:"flex items-center gap-3",children:[l?O.jsx("div",{className:"w-8 h-8 rounded-full bg-red-500/10 flex items-center justify-center",children:O.jsx(u1,{size:18,className:"text-red-400",weight:"fill"})}):O.jsx("div",{className:"w-8 h-8 rounded-full bg-studio-accent/10 flex items-center justify-center",children:O.jsx(Fb,{size:18,className:"text-studio-accent",weight:"fill"})}),O.jsxs("div",{children:[O.jsx("h2",{className:"text-sm font-semibold text-neutral-200",children:l?`${r.length} error${r.length!==1?"s":""}, ${i.length} warning${i.length!==1?"s":""}`:"All checks passed"}),O.jsx("p",{className:"text-xs text-neutral-500",children:"HyperFrame Lint Results"})]})]}),O.jsx("button",{onClick:n,className:"p-1.5 rounded-lg text-neutral-500 hover:text-neutral-200 hover:bg-neutral-800 transition-colors",children:O.jsx(Wp,{size:16})})]}),l&&O.jsx("div",{className:"flex items-center justify-end px-5 py-2 border-b border-neutral-800/50",children:O.jsx("button",{onClick:f,className:`px-3 py-1 text-xs font-medium rounded-lg transition-colors ${o?"bg-green-600 text-white":"bg-studio-accent hover:bg-studio-accent/80 text-white"}`,children:o?"Copied!":"Copy to Agent"})}),O.jsxs("div",{className:"flex-1 overflow-y-auto px-5 py-3",children:[!l&&O.jsx("div",{className:"py-8 text-center text-neutral-500 text-sm",children:"No errors or warnings found. Your composition looks good!"}),r.map((m,p)=>O.jsx("div",{className:"py-3 border-b border-neutral-800/50 last:border-0",children:O.jsxs("div",{className:"flex items-start gap-2",children:[O.jsx(u1,{size:14,className:"text-red-400 flex-shrink-0 mt-0.5",weight:"fill"}),O.jsxs("div",{className:"min-w-0",children:[O.jsx("p",{className:"text-sm text-neutral-200",children:m.message}),m.file&&O.jsx("p",{className:"text-xs text-neutral-600 font-mono mt-0.5",children:m.file}),m.fixHint&&O.jsxs("div",{className:"flex items-start gap-1 mt-1.5",children:[O.jsx(A1,{size:10,className:"text-studio-accent flex-shrink-0 mt-0.5"}),O.jsx("p",{className:"text-xs text-studio-accent",children:m.fixHint})]})]})]})},`e-${p}`)),i.map((m,p)=>O.jsx("div",{className:"py-3 border-b border-neutral-800/50 last:border-0",children:O.jsxs("div",{className:"flex items-start gap-2",children:[O.jsx(u1,{size:14,className:"text-amber-400 flex-shrink-0 mt-0.5"}),O.jsxs("div",{className:"min-w-0",children:[O.jsx("p",{className:"text-sm text-neutral-300",children:m.message}),m.file&&O.jsx("p",{className:"text-xs text-neutral-600 font-mono mt-0.5",children:m.file}),m.fixHint&&O.jsxs("div",{className:"flex items-start gap-1 mt-1.5",children:[O.jsx(A1,{size:10,className:"text-studio-accent flex-shrink-0 mt-0.5"}),O.jsx("p",{className:"text-xs text-studio-accent",children:m.fixHint})]})]})]})},`w-${p}`))]})]})})}function Y$(t){const e=[];let n=0;for(const r of t.groupOrder){const i=t.groups.get(r);if(i)for(const l of i.segmentIds){const o=t.segments.get(l);if(o&&Object.keys(o.style).length>0){const c={wordIndex:n};o.wordId&&(c.wordId=o.wordId);const f=o.style;f.x!==void 0&&(c.x=f.x),f.y!==void 0&&(c.y=f.y),f.scaleX!==void 0&&(c.scale=f.scaleX),f.rotation!==void 0&&(c.rotation=f.rotation),f.activeColor!==void 0&&(c.activeColor=f.activeColor),f.dimColor!==void 0&&(c.dimColor=f.dimColor),f.opacity!==void 0&&(c.opacity=f.opacity),f.fontSize!==void 0&&(c.fontSize=f.fontSize),f.fontWeight!==void 0&&(c.fontWeight=f.fontWeight),f.fontFamily!==void 0&&(c.fontFamily=f.fontFamily),e.push(c)}n++}}return e}function B$(t){const e=h.useRef(t);e.current=t;const n=h.useRef(null),r=h.useRef(!1),i=h.useCallback(()=>{const o=Ge.getState();if(!o.model||!o.sourceFilePath||!o.isEditMode)return;const c=e.current;if(!c)return;const f=Y$(o.model);fetch(`/api/projects/${c}/files/${encodeURIComponent("caption-overrides.json")}`,{method:"PUT",headers:{"Content-Type":"text/plain"},body:JSON.stringify(f,null,2)}).catch(m=>console.warn("[captions] auto-save failed:",m))},[]);kt(()=>{let o=Ge.getState().model;const c=Ge.subscribe(f=>{if(!(!f.isEditMode||f.model===o||!f.model)){if(o=f.model,r.current){r.current=!1;return}n.current&&clearTimeout(n.current),n.current=setTimeout(i,800)}});return()=>{c(),n.current&&clearTimeout(n.current)}});const l=h.useCallback(async()=>{const o=Ge.getState();if(!o.model||!o.sourceFilePath)return;const c=e.current;if(c)try{const f=await fetch(`/api/projects/${c}/files/${encodeURIComponent("caption-overrides.json")}`);if(!f.ok)return;const m=await f.json();if(!m.content)return;const p=JSON.parse(m.content);if(!Array.isArray(p))return;const g=o.model,y=[],v=new Map;for(const w of g.groupOrder){const k=g.groups.get(w);if(k)for(const A of k.segmentIds){y.push(A);const E=g.segments.get(A);E!=null&&E.wordId&&v.set(E.wordId,A)}}const S=new Map(g.segments);for(const w of p){const k=(w.wordId?v.get(w.wordId):void 0)??y[w.wordIndex];if(!k)continue;const A=S.get(k);if(!A)continue;const E={...A.style};w.x!==void 0&&(E.x=w.x),w.y!==void 0&&(E.y=w.y),w.scale!==void 0&&(E.scaleX=w.scale,E.scaleY=w.scale),w.rotation!==void 0&&(E.rotation=w.rotation),w.activeColor!==void 0&&(E.activeColor=w.activeColor),w.dimColor!==void 0&&(E.dimColor=w.dimColor),w.opacity!==void 0&&(E.opacity=w.opacity),w.fontSize!==void 0&&(E.fontSize=w.fontSize),w.fontWeight!==void 0&&(E.fontWeight=w.fontWeight),w.fontFamily!==void 0&&(E.fontFamily=w.fontFamily),S.set(k,{...A,style:E})}r.current=!0,Ge.getState().setModel({...g,segments:S})}catch{}},[]);return{save:i,loadOverrides:l}}const F$=100,q$=1500;function Q2(t){let e=2166136261;for(let n=0;n<t.length;n+=1)e^=t.charCodeAt(n),e=Math.imul(e,16777619);return(e>>>0).toString(16).padStart(8,"0")}function C2(t){return{version:1,updatedAt:0,undo:[],redo:[]}}function U$(t){const e={};for(const[n,r]of Object.entries(t.files))r.before!==r.after&&(e[n]={before:r.before,after:r.after,beforeHash:Q2(r.before),afterHash:Q2(r.after)});return{id:t.id,projectId:t.projectId,label:t.label,kind:t.kind??"manual",coalesceKey:t.coalesceKey,createdAt:t.now,files:e}}function I$(t,e,n){if(Object.keys(e.files).length===0)return t;const r=q$,i=F$,l=t.undo[t.undo.length-1];let o=t.undo;if(l&&l.coalesceKey&&l.coalesceKey===e.coalesceKey&&e.createdAt-l.createdAt<=r){const c={};for(const[f,m]of Object.entries(e.files)){const p=l.files[f];c[f]=p?{before:p.before,after:m.after,beforeHash:p.beforeHash,afterHash:m.afterHash}:m}o=[...t.undo.slice(0,-1),{...e,files:c}]}else o=[...t.undo,e];return{version:1,updatedAt:e.createdAt,undo:o.slice(Math.max(0,o.length-i)),redo:[]}}function Tv(t,e,n){for(const[r,i]of Object.entries(t.files)){const l=e==="undo"?i.afterHash:i.beforeHash;if(n[r]!==l)return{ok:!1,reason:"content-mismatch",path:r}}return{ok:!0}}function G$(t,e,n){const r=t.undo[t.undo.length-1];if(!r)return{ok:!1,reason:"empty",state:t,filesToWrite:{}};const i=Tv(r,"undo",e);return i.ok?{ok:!0,entry:r,filesToWrite:Object.fromEntries(Object.entries(r.files).map(([l,o])=>[l,o.before])),state:{version:1,updatedAt:n,undo:t.undo.slice(0,-1),redo:[...t.redo,r]}}:{ok:!1,reason:i.reason,path:i.path,state:t,filesToWrite:{}}}function W$(t,e,n){const r=t.redo[t.redo.length-1];if(!r)return{ok:!1,reason:"empty",state:t,filesToWrite:{}};const i=Tv(r,"redo",e);return i.ok?{ok:!0,entry:r,filesToWrite:Object.fromEntries(Object.entries(r.files).map(([l,o])=>[l,o.after])),state:{version:1,updatedAt:n,undo:[...t.undo,r],redo:t.redo.slice(0,-1)}}:{ok:!1,reason:i.reason,path:i.path,state:t,filesToWrite:{}}}const K$="hyperframes-studio-edit-history",J$=1,k1="project-history";function eQ(){return new Promise((t,e)=>{if(!globalThis.indexedDB){e(new Error("IndexedDB is not available"));return}const n=globalThis.indexedDB.open(K$,J$);n.onupgradeneeded=()=>{const r=n.result;r.objectStoreNames.contains(k1)||r.createObjectStore(k1)},n.onerror=()=>e(n.error??new Error("Failed to open edit history db")),n.onsuccess=()=>t(n.result)})}function hm(t,e){return eQ().then(n=>new Promise((r,i)=>{const l=n.transaction(k1,t),o=e(l.objectStore(k1));o.onerror=()=>i(o.error??new Error("IndexedDB request failed")),o.onsuccess=()=>r(o.result),l.oncomplete=()=>n.close(),l.onerror=()=>{n.close(),i(l.error??new Error("IndexedDB transaction failed"))}}))}function tQ(){return{async get(t){return await hm("readonly",e=>e.get(t))??null},async set(t,e){await hm("readwrite",n=>n.put(e,t))},async delete(t){await hm("readwrite",e=>e.delete(t))}}}async function nQ(t,e){return await t.get(e)??C2()}async function rQ(t,e,n){await t.set(e,n)}function iQ(t){return`edit-${t.toString(36)}-${Math.random().toString(36).slice(2,10)}`}function Mv(t){const e=t.undo[t.undo.length-1]??null,n=t.redo[t.redo.length-1]??null;return{canUndo:!!e,canRedo:!!n,undoLabel:(e==null?void 0:e.label)??null,redoLabel:(n==null?void 0:n.label)??null,undoPaths:e?Object.keys(e.files):[],redoPaths:n?Object.keys(n.files):[],state:t}}async function F5(t,e){const n={},r={};for(const i of t){const l=await e(i);n[i]=l,r[i]=Q2(l)}return{currentFiles:n,currentHashes:r}}async function q5({files:t,rollbackFiles:e,writeFile:n}){const r=[];try{for(const[i,l]of Object.entries(t))await n(i,l),r.push(i)}catch(i){try{for(const l of r.reverse())await n(l,e[l])}catch(l){throw new AggregateError([i,l],"Failed to apply edit history and rollback did not complete")}throw i}}function U5({projectId:t,storage:e,initialState:n,now:r=Date.now,onChange:i}){let l=n,o=Promise.resolve();const c=async m=>{l=m,i(m);try{await rQ(e,t,m)}catch{}},f=async m=>{const p=o.then(async()=>{const{state:g,result:y}=await m(l);return g!==l&&await c(g),y});return o=p.then(()=>{},()=>{}),p};return{snapshot:()=>Mv(l),async recordEdit(m){await f(async p=>{const g=r(),y=U$({...m,id:iQ(g),projectId:t,now:g});return{state:I$(p,y),result:void 0}})},async undo(m){return f(async p=>{const g=p.undo[p.undo.length-1];if(!g)return{state:p,result:{ok:!1,reason:"empty"}};const{currentFiles:y,currentHashes:v}=await F5(Object.keys(g.files),m.readFile),S=G$(p,v,r());return S.ok?(await q5({files:S.filesToWrite,rollbackFiles:y,writeFile:m.writeFile}),{state:S.state,result:{ok:!0,label:S.entry.label,paths:Object.keys(S.entry.files)}}):{state:p,result:{ok:!1,reason:S.reason}}})},async redo(m){return f(async p=>{const g=p.redo[p.redo.length-1];if(!g)return{state:p,result:{ok:!1,reason:"empty"}};const{currentFiles:y,currentHashes:v}=await F5(Object.keys(g.files),m.readFile),S=W$(p,v,r());return S.ok?(await q5({files:S.filesToWrite,rollbackFiles:y,writeFile:m.writeFile}),{state:S.state,result:{ok:!0,label:S.entry.label,paths:Object.keys(S.entry.files)}}):{state:p,result:{ok:!1,reason:S.reason}}})}}}function aQ(t){const e=h.useMemo(()=>t.storage??tQ(),[t.storage]),n=t.now??Date.now,[r,i]=h.useState(()=>C2()),[l,o]=h.useState(!1),c=t.projectId,f=h.useRef(null);h.useEffect(()=>{let y=!1;const v=C2();if(f.current=null,i(v),o(!1),!c){o(!0);return}return nQ(e,c).then(S=>{y||(f.current=U5({projectId:c,storage:e,initialState:S,now:n,onChange:i}),i(S))}).catch(()=>{y||(f.current=U5({projectId:c,storage:e,initialState:v,now:n,onChange:i}),i(v))}).finally(()=>{y||o(!0)}),()=>{y=!0}},[n,c,e]);const m=h.useCallback(async y=>{var v;await((v=f.current)==null?void 0:v.recordEdit(y))},[]),p=h.useCallback(async y=>{var v;return((v=f.current)==null?void 0:v.undo(y))??{ok:!1,reason:"empty"}},[]),g=h.useCallback(async y=>{var v;return((v=f.current)==null?void 0:v.redo(y))??{ok:!1,reason:"empty"}},[]);return{loaded:l,...Mv(r),recordEdit:m,undo:p,redo:g}}function lQ(){const[t,e]=h.useState(240),[n,r]=h.useState(400),[i,l]=h.useState(!1),[o,c]=h.useState(!0),[f,m]=h.useState("renders"),p=h.useRef(null),g=h.useCallback(()=>{l(w=>!w)},[]),y=h.useCallback((w,k)=>{k.preventDefault(),k.target.setPointerCapture(k.pointerId),p.current={side:w,startX:k.clientX,startW:w==="left"?t:n}},[t,n]),v=h.useCallback(w=>{const k=p.current;if(!k)return;const A=w.clientX-k.startX,E=Math.floor(window.innerWidth*.5),Q=Math.max(160,Math.min(k.side==="left"?E:600,k.startW+(k.side==="left"?A:-A)));k.side==="left"?e(Q):r(Q)},[]),S=h.useCallback(()=>{p.current=null},[]);return{leftWidth:t,setLeftWidth:e,rightWidth:n,leftCollapsed:i,setLeftCollapsed:l,rightCollapsed:o,setRightCollapsed:c,rightPanelTab:f,setRightPanelTab:m,toggleLeftSidebar:g,handlePanelResizeStart:y,handlePanelResizeMove:v,handlePanelResizeEnd:S}}const sQ=/\.(eot|otf|ttc|ttf|woff2?)$/i,I5=/\s+(thin|extralight|extra light|light|regular|roman|medium|semibold|semi bold|bold|extrabold|extra bold|black|italic|oblique|variable)$/i;function G5(t){return JSON.stringify(t)}function Ds(t){const e=decodeURIComponent(t.split(/[\\/]/).pop()??t).replace(sQ,"");let n=e.replace(/[_-]+/g," ").replace(/([a-z])([A-Z])/g,"$1 $2").replace(/\s+/g," ").trim();for(;I5.test(n);)n=n.replace(I5,"").trim();return n||e}function Kp(t,e=t.url){return`@font-face { font-family: ${G5(t.family)}; src: url(${G5(e)}); font-display: swap; }`}async function Ei({label:t,kind:e,coalesceKey:n,files:r,readFile:i,writeFile:l,recordEdit:o}){const c={};for(const[p,g]of Object.entries(r)){const y=await i(p);y!==g&&(c[p]={before:y,after:g})}const f=Object.keys(c);if(f.length===0)return[];const m=[];try{for(const p of f)await l(p,c[p].after),m.push(p);await o({label:t,kind:e,coalesceKey:n,files:c})}catch(p){try{for(const g of m.reverse())await l(g,c[g].before)}catch(g){throw new AggregateError([p,g],"Failed to save project files and rollback did not complete")}throw p}return f}function oQ({projectId:t,showToast:e,recordEdit:n,domEditSaveTimestampRef:r,setRefreshKey:i}){const[l,o]=h.useState(null),[c,f]=h.useState(null),[m,p]=h.useState([]),g=h.useRef(l==null?void 0:l.path);g.current=l==null?void 0:l.path;const y=h.useRef(t);y.current=t;const v=h.useRef(null),S=h.useRef(null),w=h.useRef([]);h.useEffect(()=>{if(!t)return;let V=!1;return fetch(`/api/projects/${t}`).then(_=>_.json()).then(_=>{!V&&_.files&&p(_.files),V||f(typeof _.dir=="string"?_.dir:null)}).catch(()=>{V||f(null)}),()=>{V=!0}},[t]);const k=h.useCallback(async V=>{const _=y.current;if(!_)throw new Error("No active project");const G=await fetch(`/api/projects/${_}/files/${encodeURIComponent(V)}`);if(!G.ok)throw new Error(`Failed to read ${V}`);const M=await G.json();if(typeof M.content!="string")throw new Error(`Missing file contents for ${V}`);return M.content},[]),A=h.useCallback(async(V,_)=>{const G=y.current;if(!G)throw new Error("No active project");if(!(await fetch(`/api/projects/${G}/files/${encodeURIComponent(V)}`,{method:"PUT",headers:{"Content-Type":"text/plain"},body:_})).ok)throw new Error(`Failed to save ${V}`);g.current===V&&o({path:V,content:_})},[]),E=h.useCallback(async V=>{const _=y.current;if(!_)throw new Error("No active project");const G=await fetch(`/api/projects/${_}/files/${encodeURIComponent(V)}`);if(G.status===404)return"";if(!G.ok)throw new Error(`Failed to read ${V}`);const M=await G.json();return typeof M.content=="string"?M.content:""},[]),Q=h.useCallback(V=>{const _=y.current;if(_){if(Zb(V)){o({path:V,content:null});return}fetch(`/api/projects/${_}/files/${encodeURIComponent(V)}`).then(G=>G.json()).then(G=>{G.content!=null&&o({path:V,content:G.content})}).catch(()=>{})}},[]),C=h.useCallback(V=>{const _=y.current;if(!_)return;const G=g.current;G&&(v.current&&clearTimeout(v.current),v.current=setTimeout(()=>{r.current=Date.now(),Ei({projectId:_,label:"Edit source",kind:"source",coalesceKey:`source:${G}`,files:{[G]:V},readFile:k,writeFile:A,recordEdit:n}).then(()=>{S.current&&clearTimeout(S.current),S.current=setTimeout(()=>i(M=>M+1),600)}).catch(()=>{})},600))},[r,k,n,i,A]),$=h.useCallback(async()=>{const V=y.current;if(!V)return;const G=await(await fetch(`/api/projects/${V}`)).json();G.files&&p(G.files)},[]),j=h.useCallback(async(V,_)=>{var U,ee;const G=y.current,M=Array.from(V);if(!G||M.length===0)return[];const P=new FormData;for(const le of M)P.append("file",le);const X=_?`?dir=${encodeURIComponent(_)}`:"";try{const le=await fetch(`/api/projects/${G}/upload${X}`,{method:"POST",body:P});if(le.ok){const se=await le.json();if((U=se.skipped)!=null&&U.length&&e(`Skipped (too large): ${se.skipped.join(", ")}`),(ee=se.invalid)!=null&&ee.length){const ge=se.invalid.map(de=>de.name).join(", ");e(`Unsupported media skipped: ${ge}`)}return await $(),i(ge=>ge+1),Array.isArray(se.files)?se.files:[]}else le.status===413?e("Upload rejected: payload too large"):e(`Upload failed (${le.status})`)}catch{e("Upload failed: network error")}return[]},[$,i,e]),Z=h.useCallback(async V=>{const _=y.current;if(!_)return;let G="";V.endsWith(".html")&&(G=`<!DOCTYPE html>
|
|
72
|
-
<html>
|
|
73
|
-
<head>
|
|
74
|
-
<meta charset="UTF-8">
|
|
75
|
-
</head>
|
|
76
|
-
<body>
|
|
77
|
-
|
|
78
|
-
</body>
|
|
79
|
-
</html>
|
|
80
|
-
`);const M=await fetch(`/api/projects/${_}/files/${encodeURIComponent(V)}`,{method:"POST",headers:{"Content-Type":"text/plain"},body:G});if(M.ok)await $(),Q(V);else{const P=await M.json().catch(()=>({error:"unknown"}));console.error(`Create file failed: ${P.error}`)}},[$,Q]),L=h.useCallback(async V=>{const _=y.current;if(!_)return;const G=await fetch(`/api/projects/${_}/files/${encodeURIComponent(V+"/.gitkeep")}`,{method:"POST",headers:{"Content-Type":"text/plain"},body:""});if(G.ok)await $();else{const M=await G.json().catch(()=>({error:"unknown"}));console.error(`Create folder failed: ${M.error}`)}},[$]),F=h.useCallback(async V=>{const _=y.current;if(!_)return;const G=await fetch(`/api/projects/${_}/files/${encodeURIComponent(V)}`,{method:"DELETE"});if(G.ok)g.current===V&&o(null),await $();else{const M=await G.json().catch(()=>({error:"unknown"}));console.error(`Delete failed: ${M.error}`)}},[$]),q=h.useCallback(async(V,_)=>{const G=y.current;if(!G)return;const M=await fetch(`/api/projects/${G}/files/${encodeURIComponent(V)}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({newPath:_})});if(M.ok)g.current===V&&Q(_),await $(),i(P=>P+1);else{const P=await M.json().catch(()=>({error:"unknown"}));console.error(`Rename failed: ${P.error}`)}},[$,Q,i]),z=h.useCallback(async V=>{const _=y.current;if(!_)return;const G=await fetch(`/api/projects/${_}/duplicate-file`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({path:V})});if(G.ok){const M=await G.json();await $(),M.path&&Q(M.path)}else{const M=await G.json().catch(()=>({error:"unknown"}));console.error(`Duplicate failed: ${M.error}`)}},[$,Q]),B=q,H=h.useCallback(async(V,_)=>j(Array.from(V),_),[j]),te=h.useCallback(async V=>{const _=await j(Array.from(V).filter(P=>c1.test(P.name)),"assets/fonts"),G=y.current,M=_.filter(P=>c1.test(P)).map(P=>({family:Ds(P),path:P,url:`/api/projects/${G}/preview/${P}`}));return w.current=[...M,...w.current.filter(P=>!M.some(X=>X.family.toLowerCase()===P.family.toLowerCase()))],M},[j]),D=h.useMemo(()=>m.filter(V=>V==="index.html"||V.startsWith("compositions/")),[m]),N=h.useMemo(()=>m.filter(V=>!V.endsWith(".html")&&!V.endsWith(".md")&&!V.endsWith(".json")),[m]),Y=h.useMemo(()=>N.filter(V=>c1.test(V)).map(V=>({family:Ds(V),path:V,url:`/api/projects/${t}/preview/${V}`})),[N,t]);return{editingFile:l,setEditingFile:o,projectDir:c,fileTree:m,setFileTree:p,editingPathRef:g,projectIdRef:y,saveTimerRef:v,importedFontAssetsRef:w,readProjectFile:k,writeProjectFile:A,readOptionalProjectFile:E,handleFileSelect:Q,handleContentChange:C,refreshFileTree:$,uploadProjectFiles:j,handleCreateFile:Z,handleCreateFolder:L,handleDeleteFile:F,handleRenameFile:q,handleDuplicateFile:z,handleMoveFile:B,handleImportFiles:H,handleImportFonts:te,compositions:D,assets:N,fontAssets:Y}}const rl=".hyperframes/studio-manual-edits.json",Pi="--hf-studio-offset-x",ji="--hf-studio-offset-y",Sl="--hf-studio-width",wl="--hf-studio-height",Vi="--hf-studio-rotation",hl="data-hf-studio-path-offset",Xs="data-hf-studio-manual-edit-gesture",dl="data-hf-studio-box-size",ml="data-hf-studio-rotation",wa="data-hf-studio-original-translate",pl="data-hf-studio-original-inline-translate",df="data-hf-studio-original-width",mf="data-hf-studio-original-height",Gc="data-hf-studio-original-min-width",pf="data-hf-studio-original-min-height",gf="data-hf-studio-original-max-width",Of="data-hf-studio-original-max-height",Wc="data-hf-studio-original-flex-basis",xf="data-hf-studio-original-flex-grow",yf="data-hf-studio-original-flex-shrink",bf="data-hf-studio-original-box-sizing",$i="data-hf-studio-original-scale",zs="data-hf-studio-original-transform-origin",vf="data-hf-studio-original-display",Aa="data-hf-studio-original-rotate",gl="data-hf-studio-original-inline-rotate",Ol="data-hf-studio-original-rotation-transform-origin",Al="data-hf-studio-rotation-draft",Zc="data-hf-studio-original-transform-display",cQ="__hfStudioManualEditsApply",Z2="__hfStudioManualEditsWrapped",S0="__hfStudioManualEditsPlaybackFrame",uQ="center center";function Qi(t){return typeof t=="number"&&Number.isFinite(t)?t:null}function ws(){return{version:1,edits:[]}}function fQ(t){if(!t||typeof t!="object")return null;const e=t;if(e.kind!=="path-offset")return null;const n=e.target;if(!n||typeof n!="object")return null;const r=n,i=typeof r.sourceFile=="string"?r.sourceFile:"";if(!i)return null;const l=typeof r.selector=="string"?r.selector:void 0,o=typeof r.id=="string"?r.id:void 0;if(!l&&!o)return null;const c=Qi(e.x),f=Qi(e.y);return c==null||f==null?null:{kind:"path-offset",target:{sourceFile:i,selector:l,selectorIndex:Qi(r.selectorIndex)??void 0,id:o},x:c,y:f,updatedAt:typeof e.updatedAt=="string"?e.updatedAt:void 0}}function hQ(t){if(!t||typeof t!="object")return null;const e=t;if(e.kind!=="box-size")return null;const n=e.target;if(!n||typeof n!="object")return null;const r=n,i=typeof r.sourceFile=="string"?r.sourceFile:"";if(!i)return null;const l=typeof r.selector=="string"?r.selector:void 0,o=typeof r.id=="string"?r.id:void 0;if(!l&&!o)return null;const c=Qi(e.width),f=Qi(e.height);return c==null||f==null||c<=0||f<=0?null:{kind:"box-size",target:{sourceFile:i,selector:l,selectorIndex:Qi(r.selectorIndex)??void 0,id:o},width:c,height:f,updatedAt:typeof e.updatedAt=="string"?e.updatedAt:void 0}}function dQ(t){if(!t||typeof t!="object")return null;const e=t;if(e.kind!=="rotation")return null;const n=e.target;if(!n||typeof n!="object")return null;const r=n,i=typeof r.sourceFile=="string"?r.sourceFile:"";if(!i)return null;const l=typeof r.selector=="string"?r.selector:void 0,o=typeof r.id=="string"?r.id:void 0;if(!l&&!o)return null;const c=Qi(e.angle);return c==null?null:{kind:"rotation",target:{sourceFile:i,selector:l,selectorIndex:Qi(r.selectorIndex)??void 0,id:o},angle:c,updatedAt:typeof e.updatedAt=="string"?e.updatedAt:void 0}}function mQ(t){return fQ(t)??hQ(t)??dQ(t)}function W5(t){if(!t.trim())return ws();try{const e=JSON.parse(t);if(!e||typeof e!="object")return ws();const n=e.edits;return Array.isArray(n)?{version:1,edits:n.map(mQ).filter(r=>r!==null)}:ws()}catch{return ws()}}function dm(t){return`${JSON.stringify(t,null,2)}
|
|
81
|
-
`}function oc(t){return t.trim().replace(/\\/g,"/").replace(/^\.?\//,"")}function P2(t){if(typeof t=="string"){const n=t.trim();if(!n)return null;if(n.startsWith("{"))try{return P2(JSON.parse(n))}catch{return oc(n)}return oc(n)}if(!t||typeof t!="object")return null;const e=t;return typeof e.path=="string"?oc(e.path):typeof e.filePath=="string"?oc(e.filePath):"data"in e?P2(e.data):null}function pQ(t){return P2(t)}function gQ(t){if(!t)return!1;const e=oc(t);return e===rl||e.endsWith(`/${rl}`)}function Sf(t){return{sourceFile:t.sourceFile||"index.html",selector:t.selector,selectorIndex:t.selectorIndex,id:t.id??void 0}}function ka(t){return[t.sourceFile,t.id??"",t.selector??"",t.selectorIndex??""].join("|")}function Jp(t){return Math.round(t*10)/10}function K5(t,e,n){const r=Sf(e),i=ka(r),l={kind:"path-offset",target:r,x:Math.round(n.x),y:Math.round(n.y),updatedAt:new Date().toISOString()},o=t.edits.filter(c=>c.kind!=="path-offset"||ka(c.target)!==i);return o.push(l),{version:1,edits:o}}function OQ(t,e,n){const r=Sf(e),i=ka(r),l={kind:"box-size",target:r,width:Math.round(Math.max(1,n.width)),height:Math.round(Math.max(1,n.height)),updatedAt:new Date().toISOString()},o=t.edits.filter(c=>c.kind!=="box-size"||ka(c.target)!==i);return o.push(l),{version:1,edits:o}}function xQ(t,e,n){const r=Sf(e),i=ka(r),l={kind:"rotation",target:r,angle:Jp(n.angle),updatedAt:new Date().toISOString()},o=t.edits.filter(c=>c.kind!=="rotation"||ka(c.target)!==i);return o.push(l),{version:1,edits:o}}function yQ(t,e){const n=ka(Sf(e)),r=t.edits.filter(i=>ka(i.target)!==n);return r.length===t.edits.length?t:{version:1,edits:r}}function bQ(t){return{width:t.style.getPropertyValue("width"),height:t.style.getPropertyValue("height"),minWidth:t.style.getPropertyValue("min-width"),minHeight:t.style.getPropertyValue("min-height"),maxWidth:t.style.getPropertyValue("max-width"),maxHeight:t.style.getPropertyValue("max-height"),flexBasis:t.style.getPropertyValue("flex-basis"),flexGrow:t.style.getPropertyValue("flex-grow"),flexShrink:t.style.getPropertyValue("flex-shrink"),boxSizing:t.style.getPropertyValue("box-sizing"),scale:t.style.getPropertyValue("scale"),transformOrigin:t.style.getPropertyValue("transform-origin"),display:t.style.getPropertyValue("display"),studioWidth:t.style.getPropertyValue(Sl),studioHeight:t.style.getPropertyValue(wl),marker:t.getAttribute(dl),originalWidth:t.getAttribute(df),originalHeight:t.getAttribute(mf),originalMinWidth:t.getAttribute(Gc),originalMinHeight:t.getAttribute(pf),originalMaxWidth:t.getAttribute(gf),originalMaxHeight:t.getAttribute(Of),originalFlexBasis:t.getAttribute(Wc),originalFlexGrow:t.getAttribute(xf),originalFlexShrink:t.getAttribute(yf),originalBoxSizing:t.getAttribute(bf),originalScale:t.getAttribute($i),originalTransformOrigin:t.getAttribute(zs),originalDisplay:t.getAttribute(vf)}}function vQ(t){return{rotate:t.style.getPropertyValue("rotate"),transformOrigin:t.style.getPropertyValue("transform-origin"),studioRotation:t.style.getPropertyValue(Vi),marker:t.getAttribute(ml),draftMarker:t.getAttribute(Al),originalRotate:t.getAttribute(Aa),originalInlineRotate:t.getAttribute(gl),originalTransformOrigin:t.getAttribute(Ol)}}function eg(t){return{translate:t.style.getPropertyValue("translate"),x:t.style.getPropertyValue(Pi),y:t.style.getPropertyValue(ji),marker:t.getAttribute(hl),originalTranslate:t.getAttribute(wa),originalInlineTranslate:t.getAttribute(pl)}}function At(t,e,n){n==null?t.removeAttribute(e):t.setAttribute(e,n)}function It(t,e,n){n?t.style.setProperty(e,n):t.style.removeProperty(e)}function mm(t,e){It(t,"width",e.width),It(t,"height",e.height),It(t,"min-width",e.minWidth),It(t,"min-height",e.minHeight),It(t,"max-width",e.maxWidth),It(t,"max-height",e.maxHeight),It(t,"flex-basis",e.flexBasis),It(t,"flex-grow",e.flexGrow),It(t,"flex-shrink",e.flexShrink),It(t,"box-sizing",e.boxSizing),It(t,"scale",e.scale),It(t,"transform-origin",e.transformOrigin),It(t,"display",e.display),It(t,Sl,e.studioWidth),It(t,wl,e.studioHeight),At(t,dl,e.marker),At(t,df,e.originalWidth),At(t,mf,e.originalHeight),At(t,Gc,e.originalMinWidth),At(t,pf,e.originalMinHeight),At(t,gf,e.originalMaxWidth),At(t,Of,e.originalMaxHeight),At(t,Wc,e.originalFlexBasis),At(t,xf,e.originalFlexGrow),At(t,yf,e.originalFlexShrink),At(t,bf,e.originalBoxSizing),At(t,$i,e.originalScale),At(t,zs,e.originalTransformOrigin),At(t,vf,e.originalDisplay)}function pm(t,e){It(t,"rotate",e.rotate),It(t,"transform-origin",e.transformOrigin),It(t,Vi,e.studioRotation),At(t,ml,e.marker),At(t,Al,e.draftMarker),At(t,Aa,e.originalRotate),At(t,gl,e.originalInlineRotate),At(t,Ol,e.originalTransformOrigin)}function il(t,e){e.translate?t.style.setProperty("translate",e.translate):t.style.removeProperty("translate"),e.x?t.style.setProperty(Pi,e.x):t.style.removeProperty(Pi),e.y?t.style.setProperty(ji,e.y):t.style.removeProperty(ji),At(t,hl,e.marker),At(t,wa,e.originalTranslate),At(t,pl,e.originalInlineTranslate)}function SQ(t){var r;const e=(r=t.defaultView)==null?void 0:r.HTMLElement;return e?[t.documentElement,...Array.from(t.getElementsByTagName("*"))].filter(i=>i instanceof e).filter(i=>i.hasAttribute(hl)||i.hasAttribute(Xs)||i.hasAttribute(dl)||i.hasAttribute(ml)||i.hasAttribute(Al)||i.hasAttribute(wa)||i.hasAttribute(pl)||i.hasAttribute(Zc)||i.hasAttribute(Gc)||i.hasAttribute(Wc)||i.hasAttribute($i)||i.hasAttribute(Aa)||i.hasAttribute(gl)||!!i.style.getPropertyValue(Pi)||!!i.style.getPropertyValue(ji)||!!i.style.getPropertyValue(Sl)||!!i.style.getPropertyValue(wl)||!!i.style.getPropertyValue(Vi)):[]}function Fn(t,e,n){const r=t.getAttribute(n);r==null||r===""?t.style.removeProperty(e):t.style.setProperty(e,r),t.removeAttribute(n)}function wQ(t){const e=t.getAttribute(gl);e==null||e===""?t.style.removeProperty("rotate"):t.style.setProperty("rotate",e),t.removeAttribute(gl),t.removeAttribute(Aa);const n=t.getAttribute(Ol);n!=null&&(n===""?t.style.removeProperty("transform-origin"):t.style.setProperty("transform-origin",n)),t.removeAttribute(Ol)}function AQ(t){const e=t.getAttribute(pl);e==null||e===""?t.style.removeProperty("translate"):t.style.setProperty("translate",e),t.removeAttribute(pl),t.removeAttribute(wa)}function kQ(t){(t.hasAttribute(hl)||N2(t.style.getPropertyValue("translate")))&&AQ(t),ng(t),t.style.removeProperty(Pi),t.style.removeProperty(ji),t.removeAttribute(hl),t.removeAttribute(wa),t.removeAttribute(pl)}function TQ(t){(t.hasAttribute(ml)||V2(t.style.getPropertyValue("rotate")))&&wQ(t),ng(t),t.style.removeProperty(Vi),t.removeAttribute(ml),t.removeAttribute(Al),t.removeAttribute(Aa),t.removeAttribute(gl),t.removeAttribute(Ol)}function MQ(t){(t.hasAttribute(dl)||ex(t.style.getPropertyValue("width"))||ex(t.style.getPropertyValue("height"))||t.hasAttribute($i))&&(Fn(t,"width",df),Fn(t,"height",mf),Fn(t,"min-width",Gc),Fn(t,"min-height",pf),Fn(t,"max-width",gf),Fn(t,"max-height",Of),Fn(t,"flex-basis",Wc),Fn(t,"flex-grow",xf),Fn(t,"flex-shrink",yf),Fn(t,"box-sizing",bf),Fn(t,"scale",$i),Fn(t,"transform-origin",zs),Fn(t,"display",vf)),ng(t),t.style.removeProperty(Sl),t.style.removeProperty(wl),t.removeAttribute(dl)}let J5=0;function Ev(t){J5+=1;const e=`gesture-${J5}`;return t.setAttribute(Xs,e),e}function vr(t,e){e&&t.getAttribute(Xs)!==e||t.removeAttribute(Xs)}function T1(t){return t.hasAttribute(Xs)}function w0(t,e){return t.getAttribute(Xs)===e}function M1(t,e){const n=Number.parseFloat(t.style.getPropertyValue(e));return Number.isFinite(n)?n:0}function j2(t){return{x:M1(t,Pi),y:M1(t,ji)}}function E1(t){return{width:M1(t,Sl),height:M1(t,wl)}}function $v(t){const e=Number.parseFloat(t.style.getPropertyValue(Vi));return{angle:Number.isFinite(e)?e:0}}function tg(t,e){var n;try{return((n=t.ownerDocument.defaultView)==null?void 0:n.getComputedStyle(t).getPropertyValue(e))??""}catch{return""}}function R2(t,e){return t.style.getPropertyValue(e)||tg(t,e)}function Qv(t,e){const n=R2(t,e).trim();return n==="none"?"":n}function N2(t){return t.includes(Pi)||t.includes(ji)}function ex(t){return t.includes(Sl)||t.includes(wl)}function V2(t){return t.includes(Vi)}function tx(t){return t.replace(/\s+/g,"").toLowerCase()}function EQ(t,e){if(!t.hasAttribute(Al))return!1;const n=t.style.getPropertyValue(Vi).trim();return!n||!e.trim()?!1:tx(e)===tx(rg(t,n))}function to(t){tg(t,"display")==="inline"&&(t.hasAttribute(Zc)||t.setAttribute(Zc,t.style.getPropertyValue("display")),t.style.setProperty("display","inline-block"))}function ng(t){const e=t.getAttribute(Zc);e!=null&&(e===""?t.style.removeProperty("display"):t.style.setProperty("display",e),t.removeAttribute(Zc))}function $Q(t){const e=[];let n=0,r="";for(const i of t.trim())i==="("&&(n+=1),i===")"&&(n=Math.max(0,n-1)),/\s/.test(i)&&n===0?(r&&e.push(r),r=""):r+=i;return r&&e.push(r),e}function Cv(t,e,n){var l;const r=(l=t.getAttribute(wa))==null?void 0:l.trim();if(!r||r==="none")return`${e} ${n}`;const i=$Q(r);return i.length===1?`calc(${i[0]} + ${e}) ${n}`:i.length===2?`calc(${i[0]} + ${e}) calc(${i[1]} + ${n})`:i.length===3?`calc(${i[0]} + ${e}) calc(${i[1]} + ${n}) ${i[2]}`:`${e} ${n}`}function QQ(t,e){const n=t.style.getPropertyValue("translate"),r=Qv(t,"translate"),i=t.hasAttribute(hl),l=!N2(r);i?e&&l&&!T1(t)&&t.setAttribute(wa,r):(t.setAttribute(pl,N2(n)?"":n),t.setAttribute(wa,l?r:""))}function Zv(t,e,n={}){QQ(t,n.updateBase??!0),t.setAttribute(hl,"true"),t.style.setProperty(Pi,`${Math.round(e.x)}px`),t.style.setProperty(ji,`${Math.round(e.y)}px`)}function Pv(t,e){to(t),Zv(t,e),t.style.setProperty("translate",Cv(t,`var(${Pi}, 0px)`,`var(${ji}, 0px)`))}function f1(t,e){to(t),Zv(t,e,{updateBase:!1}),t.style.setProperty("translate",Cv(t,`${Math.round(e.x)}px`,`${Math.round(e.y)}px`))}function CQ(t,e){const n=t.parentElement;if(!n)return null;const r=R2(n,"display").trim();if(r!=="flex"&&r!=="inline-flex")return null;const i=R2(n,"flex-direction").trim();return Math.round(Math.max(1,i.startsWith("column")?e.height:e.width))}function ZQ(t){if(!t.hasAttribute($i))return;const e=t.getAttribute($i);e==null||e===""?t.style.removeProperty("scale"):t.style.setProperty("scale",e),t.removeAttribute($i);const n=t.getAttribute(zs);n==null||n===""?t.style.removeProperty("transform-origin"):t.style.setProperty("transform-origin",n),t.removeAttribute(zs)}function PQ(t,e){t.hasAttribute(dl)||(t.setAttribute(df,t.style.getPropertyValue("width")),t.setAttribute(mf,t.style.getPropertyValue("height")),t.setAttribute(Gc,t.style.getPropertyValue("min-width")),t.setAttribute(pf,t.style.getPropertyValue("min-height")),t.setAttribute(gf,t.style.getPropertyValue("max-width")),t.setAttribute(Of,t.style.getPropertyValue("max-height")),t.setAttribute(Wc,t.style.getPropertyValue("flex-basis")),t.setAttribute(xf,t.style.getPropertyValue("flex-grow")),t.setAttribute(yf,t.style.getPropertyValue("flex-shrink")),t.setAttribute(bf,t.style.getPropertyValue("box-sizing")),t.setAttribute($i,t.style.getPropertyValue("scale")),t.setAttribute(zs,t.style.getPropertyValue("transform-origin")),t.setAttribute(vf,t.style.getPropertyValue("display"))),t.setAttribute(dl,"true"),t.style.setProperty(Sl,`${Math.round(Math.max(1,e.width))}px`),t.style.setProperty(wl,`${Math.round(Math.max(1,e.height))}px`)}function jv(t,e){PQ(t,e),ZQ(t);const n=Math.round(Math.max(1,e.width)),r=Math.round(Math.max(1,e.height));t.style.setProperty("box-sizing","border-box"),t.style.setProperty("width",`${n}px`),t.style.setProperty("height",`${r}px`),t.style.setProperty("min-width","0px"),t.style.setProperty("min-height","0px"),t.style.setProperty("max-width","none"),t.style.setProperty("max-height","none");const i=CQ(t,e);i!=null&&(t.style.setProperty("flex-basis",`${i}px`),t.style.setProperty("flex-grow","0"),t.style.setProperty("flex-shrink","0")),tg(t,"display")==="inline"&&t.style.setProperty("display","inline-block")}function Rv(t,e){to(t),jv(t,e)}function jQ(t,e){to(t),jv(t,e)}function RQ(t){return/^-?(?:\d+(?:\.\d+)?|\.\d+)(?:deg|rad|turn|grad)$/.test(t.trim())}function rg(t,e){var r;const n=(r=t.getAttribute(Aa))==null?void 0:r.trim();return!n||n==="none"||!RQ(n)?e:`calc(${n} + ${e})`}function NQ(t,e){const n=t.style.getPropertyValue("rotate"),r=Qv(t,"rotate"),i=t.hasAttribute(ml),l=!V2(r)&&!EQ(t,r);i?e&&l&&!T1(t)&&t.setAttribute(Aa,r):(t.setAttribute(gl,V2(n)?"":n),t.setAttribute(Aa,l?r:"")),t.hasAttribute(Ol)||t.setAttribute(Ol,t.style.getPropertyValue("transform-origin"))}function Nv(t,e,n={}){NQ(t,n.updateBase??!0),t.setAttribute(ml,"true"),t.style.setProperty(Vi,`${Jp(e.angle)}deg`),t.style.setProperty("transform-origin",uQ)}function Vv(t,e){to(t),Nv(t,e),t.removeAttribute(Al),t.style.setProperty("rotate",rg(t,`var(${Vi}, 0deg)`))}function VQ(t,e){to(t),Nv(t,e,{updateBase:!1}),t.setAttribute(Al,"true"),t.style.setProperty("rotate",rg(t,`${Jp(e.angle)}deg`))}function ig(t){try{Object.defineProperty(t,Z2,{configurable:!1,enumerable:!1,value:!0})}catch{try{t[Z2]=!0}catch{}}}function ag(t){return!!t[Z2]}function Ko(t,e,n){const r=e==null?void 0:e[n];if(!e||typeof r!="function")return!1;const i=r;if(ag(i))return!0;const l=function(...o){var f;const c=i.apply(this,o);return(f=t.__hfStudioManualEditsApply)==null||f.call(t),c};ig(l);try{e[n]=l}catch{return!1}return!0}function Jo(t,e){const n=t[e];if(typeof n!="function")return null;try{return Qi(n.call(t))}catch{return null}}function LQ(t){const e=Jo(t,"duration")??Jo(t,"getDuration");if(e==null)return!0;if(e<=0)return!1;const n=Jo(t,"time")??Jo(t,"totalTime")??Jo(t,"getTime");return n==null?!0:n<e}function gm(t){if(!t)return!1;const e=t.isPlaying;if(typeof e=="function")try{return!!e.call(t)}catch{return!1}const n=t.paused;if(typeof n=="function"){try{if(n.call(t))return!1}catch{return!1}const i=t.isActive;if(typeof i=="function")try{if(i.call(t))return!0}catch{return!1}return LQ(t)}const r=t.isActive;if(typeof r=="function")try{return!!r.call(t)}catch{return!1}return!1}function Lv(t){return gm(t.__player)||gm(t.__timeline)?!0:Object.values(t.__timelines??{}).some(gm)}function _v(t){var n;if((n=t.__hfStudioManualEditsApply)==null||n.call(t),t[S0]!=null)return;const e=()=>{var r;if((r=t.__hfStudioManualEditsApply)==null||r.call(t),!Lv(t)){t[S0]=null;return}t[S0]=t.requestAnimationFrame(e)};t[S0]=t.requestAnimationFrame(e)}function Om(t,e,n){const r=e==null?void 0:e[n];if(!e||typeof r!="function")return!1;const i=r;if(ag(i))return!0;const l=function(...o){const c=i.apply(this,o);return _v(t),c};ig(l);try{e[n]=l}catch{return!1}return!0}function xm(t,e,n){const r=e==null?void 0:e[n];if(!e||typeof r!="function")return!1;const i=r;if(ag(i))return!0;const l=function(...o){var f;const c=i.apply(this,o);return(f=t.__hfStudioManualEditsApply)==null||f.call(t),c};ig(l);try{e[n]=l}catch{return!1}return!0}function _Q(t,e){const n=t;n[cQ]=e;const r=Ko(n,n.__hf,"seek"),i=Ko(n,n.__player,"seek"),l=Ko(n,n.__player,"renderSeek"),o=Ko(n,n.__timeline,"seek"),c=Om(n,n.__player,"play"),f=Om(n,n.__timeline,"play"),m=xm(n,n.__player,"pause"),p=xm(n,n.__timeline,"pause");let g=!1,y=!1,v=!1;for(const S of Object.values(n.__timelines??{}))g=Ko(n,S,"seek")||g,y=Om(n,S,"play")||y,v=xm(n,S,"pause")||v;return Lv(n)&&_v(n),r||i||l||o||c||f||m||p||g||y||v}function DQ(t,e){let n=t;for(;n;){const r=n.getAttribute("data-composition-file")??n.getAttribute("data-composition-src");if(r)return r;n=n.parentElement}return e??"index.html"}function ym(t,e,n){return DQ(t,n)===e}function XQ(t,e,n){var l;const r=o=>o instanceof n,i=(l=e.match(/^\.([A-Za-z0-9_-]+)$/))==null?void 0:l[1];return i?Array.from(t.getElementsByTagName("*")).filter(o=>r(o)&&o.classList.contains(i)):/^[A-Za-z][A-Za-z0-9-]*$/.test(e)?Array.from(t.getElementsByTagName(e)).filter(r):Array.from(t.querySelectorAll(e)).filter(r)}function zQ(t,e,n){var i;const r=(i=t.defaultView)==null?void 0:i.HTMLElement;if(!r)return null;if(e.target.id){const l=t.getElementById(e.target.id);if(l instanceof r&&ym(l,e.target.sourceFile,n))return l;const o=[t.documentElement,...Array.from(t.getElementsByTagName("*"))].filter(c=>c instanceof r&&c.id===e.target.id&&ym(c,e.target.sourceFile,n));if(o[0])return o[0]}if(!e.target.selector)return null;try{return XQ(t,e.target.selector,r).filter(o=>ym(o,e.target.sourceFile,n))[e.target.selectorIndex??0]??null}catch{return null}}function HQ(t,e,n){const r=[],i=new Set,l=new Set,o=new Set;for(const f of e.edits){const m=zQ(t,f,n);m&&(T1(m)||(r.push({edit:f,element:m}),f.kind==="path-offset"&&i.add(m),f.kind==="box-size"&&l.add(m),f.kind==="rotation"&&o.add(m)))}for(const f of SQ(t))T1(f)||(i.has(f)||kQ(f),l.has(f)||MQ(f),o.has(f)||TQ(f));let c=0;for(const{edit:f,element:m}of r)f.kind==="path-offset"?Pv(m,{x:f.x,y:f.y}):f.kind==="box-size"?Rv(m,{width:f.width,height:f.height}):Vv(m,{angle:f.angle}),c+=1;return c}const cc=".hyperframes/studio-motion.json",bm="studio-motion",Pc="data-hf-studio-motion",L2="data-hf-studio-motion-original-transform",_2="data-hf-studio-motion-original-opacity",D2="data-hf-studio-motion-original-visibility",A0=["none","power1.in","power1.out","power1.inOut","power2.in","power2.out","power2.inOut","power3.in","power3.out","power3.inOut","power4.in","power4.out","power4.inOut","sine.in","sine.out","sine.inOut","expo.in","expo.out","expo.inOut","circ.in","circ.out","circ.inOut","back.in(1.7)","back.out(1.7)","back.inOut(1.7)","elastic.out(1, 0.45)","bounce.out"],uc={x1:.215,y1:.61,x2:.355,y2:1},YQ={none:{x1:0,y1:0,x2:1,y2:1},"power1.in":{x1:.55,y1:.085,x2:.68,y2:.53},"power1.out":{x1:.25,y1:.46,x2:.45,y2:.94},"power1.inOut":{x1:.455,y1:.03,x2:.515,y2:.955},"power2.in":{x1:.55,y1:.055,x2:.675,y2:.19},"power2.out":{x1:.215,y1:.61,x2:.355,y2:1},"power2.inOut":{x1:.645,y1:.045,x2:.355,y2:1},"power3.in":{x1:.895,y1:.03,x2:.685,y2:.22},"power3.out":{x1:.165,y1:.84,x2:.44,y2:1},"power3.inOut":{x1:.77,y1:0,x2:.175,y2:1},"power4.in":{x1:.755,y1:.05,x2:.855,y2:.06},"power4.out":{x1:.23,y1:1,x2:.32,y2:1},"power4.inOut":{x1:.86,y1:0,x2:.07,y2:1},"sine.in":{x1:.47,y1:0,x2:.745,y2:.715},"sine.out":{x1:.39,y1:.575,x2:.565,y2:1},"sine.inOut":{x1:.445,y1:.05,x2:.55,y2:.95},"expo.in":{x1:.95,y1:.05,x2:.795,y2:.035},"expo.out":{x1:.19,y1:1,x2:.22,y2:1},"expo.inOut":{x1:1,y1:0,x2:0,y2:1},"circ.in":{x1:.6,y1:.04,x2:.98,y2:.335},"circ.out":{x1:.075,y1:.82,x2:.165,y2:1},"circ.inOut":{x1:.785,y1:.135,x2:.15,y2:.86},"back.in(1.7)":{x1:.6,y1:-.28,x2:.735,y2:.045},"back.out(1.7)":{x1:.175,y1:.885,x2:.32,y2:1.275},"back.inOut(1.7)":{x1:.68,y1:-.55,x2:.265,y2:1.55},"elastic.out(1, 0.45)":{x1:.16,y1:1.32,x2:.28,y2:.86},"bounce.out":{x1:.34,y1:1.56,x2:.64,y2:.74}},BQ=/^M\s*0\s*,\s*0\s*C\s*(-?\d+(?:\.\d+)?)\s*,\s*(-?\d+(?:\.\d+)?)\s+(-?\d+(?:\.\d+)?)\s*,\s*(-?\d+(?:\.\d+)?)\s+1\s*,\s*1\s*$/i;function nx(t,e){return Number.isFinite(t)&&t>0?t:e}function FQ(t,e){return Number.isFinite(t)&&t>=0?t:e}function qQ(t){return t.trim()||"none"}function fc(t){return Math.round(t*1e3)/1e3}function k0(t,e,n,r){return Number.isFinite(t)?Math.min(n,Math.max(e,t)):r}function T0(t){const e=fc(t);return Object.is(e,-0)?"0":`${e}`}function $1(t){return typeof t=="number"&&Number.isFinite(t)?t:null}function lg(t){return{x1:fc(k0(t.x1??uc.x1,0,1,.215)),y1:fc(k0(t.y1??uc.y1,-.6,1.6,.61)),x2:fc(k0(t.x2??uc.x2,0,1,.355)),y2:fc(k0(t.y2??uc.y2,-.6,1.6,1))}}function rx(t){if(!t)return null;const e=t.trim().match(BQ);if(!e)return null;const n={x1:Number.parseFloat(e[1]??""),y1:Number.parseFloat(e[2]??""),x2:Number.parseFloat(e[3]??""),y2:Number.parseFloat(e[4]??"")};return Object.values(n).every(Number.isFinite)?lg(n):null}function Dv(t){const e=lg(t);return`M0,0 C${T0(e.x1)},${T0(e.y1)} ${T0(e.x2)},${T0(e.y2)} 1,1`}function Xv(t){return YQ[t]??uc}function UQ(t,e){const n=FQ(e.start,0),r=nx(e.duration,.6),i=nx(e.distance,32),l=qQ(e.ease),o=e.direction??"up",c={start:n,duration:r,ease:l,customEase:e.customEase};if(t==="pop")return{...c,from:{scale:.88,autoAlpha:0},to:{scale:1,autoAlpha:1}};if(t==="slide"){const f=o==="right"?-i:o==="left"?i:0,m=o==="down"?-i:o==="up"?i:0;return{...c,from:{x:f,y:m,autoAlpha:0},to:{x:0,y:0,autoAlpha:1}}}return{...c,from:{y:o==="down"?-i:i,autoAlpha:0},to:{y:0,autoAlpha:1}}}function ix(t){if(!t||typeof t!="object")return null;const e=t,n={};for(const r of["x","y","scale","rotation","opacity","autoAlpha"]){const i=$1(e[r]);i!=null&&(n[r]=i)}return Object.keys(n).length>0?n:null}function IQ(t){if(!t||typeof t!="object")return null;const e=t,n=typeof e.sourceFile=="string"?e.sourceFile:"";if(!n)return null;const r=typeof e.selector=="string"?e.selector:void 0,i=typeof e.id=="string"?e.id:void 0;return!r&&!i?null:{sourceFile:n,selector:r,selectorIndex:$1(e.selectorIndex)??void 0,id:i}}function GQ(t){if(!t||typeof t!="object")return;const e=t,n=typeof e.id=="string"?e.id.trim():"",r=typeof e.data=="string"?e.data.trim():"";if(!(!n||!r))return{id:n,data:r}}function WQ(t){if(!t||typeof t!="object")return null;const e=t;if(e.kind!=="gsap-motion")return null;const n=IQ(e.target);if(!n)return null;const r=$1(e.start),i=$1(e.duration);if(r==null||i==null||r<0||i<=0)return null;const l=typeof e.ease=="string"&&e.ease.trim()?e.ease.trim():"none",o=ix(e.from),c=ix(e.to);return!o||!c?null:{kind:"gsap-motion",target:n,start:r,duration:i,ease:l,customEase:GQ(e.customEase),from:o,to:c,updatedAt:typeof e.updatedAt=="string"?e.updatedAt:void 0}}function As(){return{version:1,motions:[]}}function ax(t){if(!t.trim())return As();try{const e=JSON.parse(t);if(!e||typeof e!="object")return As();const n=e.motions;return Array.isArray(n)?{version:1,motions:n.map(WQ).filter(r=>r!==null)}:As()}catch{return As()}}function vm(t){return`${JSON.stringify(t,null,2)}
|
|
82
|
-
`}function KQ(t){return t.trim().replace(/\\/g,"/").replace(/^\.?\//,"")}function JQ(t){if(!t)return!1;const e=KQ(t);return e==="./"+".hyperframes/studio-motion.json".slice(1)||e===".hyperframes/studio-motion.json"||e.endsWith("/.hyperframes/studio-motion.json")}function zv(t){return{sourceFile:t.sourceFile||"index.html",selector:t.selector,selectorIndex:t.selectorIndex,id:t.id??void 0}}function Q1(t){return[t.sourceFile,t.id?`id:${t.id}`:"",t.selector?`selector:${t.selector}`:"",t.selectorIndex!=null?`index:${t.selectorIndex}`:""].join("|")}function Hv(t,e){const n=zv(e);return t.target.sourceFile!==n.sourceFile?!1:t.target.id&&n.id&&t.target.id===n.id?!0:Q1(t.target)===Q1(n)}function eC(t,e,n){const r=zv(e),i={kind:"gsap-motion",target:r,...n,updatedAt:new Date().toISOString()};return{version:1,motions:[...t.motions.filter(l=>Q1(l.target)!==Q1(r)),i]}}function tC(t,e){return{version:1,motions:t.motions.filter(n=>!Hv(n,e))}}function nC(t,e){return t.motions.find(n=>Hv(n,e))??null}function rC(t,e){let n=t;for(;n;){const r=n.getAttribute("data-composition-file")??n.getAttribute("data-composition-src");if(r)return r;n=n.parentElement}return e??"index.html"}function lx(t,e,n){return rC(t,n)===e}function iC(t,e){var i;const n=l=>{var c;const o=(c=l.ownerDocument.defaultView)==null?void 0:c.HTMLElement;return!!(o&&l instanceof o)},r=(i=e.match(/^\.([A-Za-z0-9_-]+)$/))==null?void 0:i[1];return r?Array.from(t.getElementsByTagName("*")).filter(l=>n(l)&&l.classList.contains(r)):/^[A-Za-z][A-Za-z0-9-]*$/.test(e)?Array.from(t.getElementsByTagName(e)).filter(n):Array.from(t.querySelectorAll(e)).filter(n)}function aC(t,e,n){var i;const r=(i=t.defaultView)==null?void 0:i.HTMLElement;if(e.id){const l=t.getElementById(e.id);if(r&&l instanceof r&&lx(l,e.sourceFile,n))return l}if(!e.selector)return null;try{return iC(t,e.selector).filter(o=>lx(o,e.sourceFile,n))[Math.max(0,Math.floor(e.selectorIndex??0))]??null}catch{return null}}function lC(t){t.hasAttribute(Pc)||(t.setAttribute(L2,t.style.transform),t.setAttribute(_2,t.style.opacity),t.setAttribute(D2,t.style.visibility))}function sC(t,e){var n;t.hasAttribute(Pc)&&((n=e==null?void 0:e.set)==null||n.call(e,t,{clearProps:"transform,opacity,visibility"}),t.style.transform=t.getAttribute(L2)??"",t.style.opacity=t.getAttribute(_2)??"",t.style.visibility=t.getAttribute(D2)??"",t.removeAttribute(Pc),t.removeAttribute(L2),t.removeAttribute(_2),t.removeAttribute(D2))}function oC(t,e){var r;const n=(r=t.defaultView)==null?void 0:r.HTMLElement;if(n)for(const i of Array.from(t.querySelectorAll(`[${Pc}]`)))i instanceof n&&sC(i,e)}function cC(t,e){var i,l;const n=e.customEase;if(!n)return e.ease;const r=t.CustomEase;if(typeof(r==null?void 0:r.create)!="function")return e.ease;try{return(l=(i=t.gsap)==null?void 0:i.registerPlugin)==null||l.call(i,r),r.create(n.id,n.data),n.id}catch{return e.ease}}function uC(t,e){var n,r,i,l;try{const o=(r=(n=t.__player)==null?void 0:n.getTime)==null?void 0:r.call(n);if(typeof o=="number"&&Number.isFinite(o))return Math.max(0,o)}catch{}try{const o=(l=(i=t.__timeline)==null?void 0:i.time)==null?void 0:l.call(i);if(typeof o=="number"&&Number.isFinite(o))return Math.max(0,o)}catch{}return 0}function fC(t,e,n=null,r){var m,p,g,y,v;const i=t.defaultView;if(!i)return 0;const l=i.gsap;if(i.__timelines=i.__timelines??{},(p=(m=i.__timelines[bm])==null?void 0:m.kill)==null||p.call(m),delete i.__timelines[bm],oC(t,l),!(l!=null&&l.timeline)||e.motions.length===0)return 0;const o=l.timeline({paused:!0,defaults:{overwrite:"auto"}});let c=0;for(const S of e.motions){const w=aC(t,S.target,n);if(!w||!o.fromTo)continue;lC(w),w.setAttribute(Pc,"true");const k={...S.from},A={...S.to,duration:S.duration,ease:cC(i,S),overwrite:"auto",immediateRender:!1};o.fromTo(w,k,A,S.start),c+=1}if(c===0)return(g=o.kill)==null||g.call(o),0;i.__timelines[bm]=o,(y=o.pause)==null||y.call(o);const f=uC(i);return o.totalTime?o.totalTime(f,!1):(v=o.time)==null||v.call(o,f),c}function hC(t,e){const n=t;if(n.__hfStudioMotionApply=()=>(e(),0),n.__hfStudioMotionWrapped)return!1;const r=n.__player;if(!r)return!1;const i=l=>{const o=r[l];typeof o=="function"&&(r[l]=c=>{var f;o.call(r,c),(f=n.__hfStudioMotionApply)==null||f.call(n)})};return i("renderSeek"),i("seek"),n.__hfStudioMotionWrapped=!0,!0}function dC({projectId:t,showToast:e,readOptionalProjectFile:n,writeProjectFile:r,recordEdit:i,previewIframeRef:l,activeCompPathRef:o}){const[,c]=h.useState(0),f=h.useRef(0),m=h.useRef(0),p=h.useRef(Promise.resolve()),g=h.useRef(ws()),y=h.useRef(0),v=h.useRef(As()),S=h.useRef(0),w=h.useRef(async()=>{}),k=h.useRef(async()=>{}),A=h.useRef(t),E=h.useRef(t);E.current=t;const Q=h.useCallback(B=>{const H=p.current.catch(()=>{}).then(B);return p.current=H.then(()=>{},()=>{}),H},[]),C=h.useCallback(async()=>{await p.current.catch(()=>{})},[]),$=h.useCallback((B=l.current)=>{var V,_,G,M,P,X;if(!B)return;let H=null;try{H=B.contentDocument}catch{return}if(!H)return;const te=H,D=()=>{HQ(te,g.current,o.current)},N=()=>{D(),B.contentWindow&&_Q(B.contentWindow,D)},Y=B.contentWindow;N(),(V=Y==null?void 0:Y.requestAnimationFrame)==null||V.call(Y,N),(_=Y==null?void 0:Y.setTimeout)==null||_.call(Y,N,80),(G=Y==null?void 0:Y.setTimeout)==null||G.call(Y,N,250),(M=Y==null?void 0:Y.setTimeout)==null||M.call(Y,N,500),(P=Y==null?void 0:Y.setTimeout)==null||P.call(Y,N,1e3),(X=Y==null?void 0:Y.setTimeout)==null||X.call(Y,N,2e3)},[o,l]),j=h.useCallback(async(B=l.current,H)=>{if(!!!(H!=null&&H.forceFromDisk||H!=null&&H.readFromDiskFirst)){$(B);return}const D=y.current;let N;try{N=await n(rl)}catch(Y){const V=Y instanceof Error?Y.message:"Failed to read manual edit manifest";e(V),$(B);return}(H!=null&&H.forceFromDisk||D===y.current)&&(g.current=W5(N),H!=null&&H.forceFromDisk&&(y.current+=1)),$(B)},[$,l,n,e]);w.current=j;const Z=h.useCallback((B=l.current)=>{var V,_;if(!B)return;let H=null;try{H=B.contentDocument}catch{return}if(!H)return;const te=H,D=()=>{fC(te,v.current,o.current)},N=()=>{D(),B.contentWindow&&hC(B.contentWindow,D)},Y=B.contentWindow;(V=Y==null?void 0:Y.requestAnimationFrame)==null||V.call(Y,N),(_=Y==null?void 0:Y.setTimeout)==null||_.call(Y,N,120)},[o,l]),L=h.useCallback(async(B=l.current,H)=>{if(!!!(H!=null&&H.forceFromDisk||H!=null&&H.readFromDiskFirst)){Z(B);return}const D=S.current;let N;try{N=await n(cc)}catch(Y){const V=Y instanceof Error?Y.message:"Failed to read motion manifest";e(V),Z(B);return}(H!=null&&H.forceFromDisk||D===S.current)&&(v.current=ax(N),H!=null&&H.forceFromDisk&&(S.current+=1),c(Y=>Y+1)),Z(B)},[Z,l,n,e]);k.current=L;const F=h.useCallback((B,H)=>{const te=g.current,D=B(te),N=dm(te);if(dm(D)===N)return;const V=y.current+1;y.current=V,g.current=D,$(l.current),Q(async()=>{const G=await n(rl),M=W5(G),P=B(M),X=dm(P);if(X===G)return;const U=E.current;if(!U)throw new Error("No active project");f.current=Date.now(),await Ei({projectId:U,label:H.label,kind:"manual",coalesceKey:H.coalesceKey,files:{[rl]:X},readFile:async()=>G,writeFile:r,recordEdit:i}),f.current=Date.now(),y.current===V&&(g.current=P,$(l.current))}).catch(G=>{y.current===V&&(y.current+=1,g.current=te,$(l.current));const M=G instanceof Error?G.message:"Failed to save manual edit";e(M)})},[$,i,Q,n,e,r,l]),q=h.useCallback((B,H)=>{const te=v.current,D=B(te),N=vm(te);if(vm(D)===N)return;const V=S.current+1;S.current=V,v.current=D,c(G=>G+1),Z(l.current),Q(async()=>{const G=await n(cc),M=ax(G),P=B(M),X=vm(P);if(X===G)return;const U=E.current;if(!U)throw new Error("No active project");f.current=Date.now(),await Ei({projectId:U,label:H.label,kind:"motion",coalesceKey:H.coalesceKey,files:{[cc]:X},readFile:async()=>G,writeFile:r,recordEdit:i}),f.current=Date.now(),S.current===V&&(v.current=P,c(ee=>ee+1),Z(l.current))}).catch(G=>{S.current===V&&(S.current+=1,v.current=te,c(P=>P+1),Z(l.current));const M=G instanceof Error?G.message:"Failed to save motion edit";e(M)})},[Z,i,Q,n,e,r,l]),z=h.useCallback(async B=>{const H=B??[],te=H.length>0&&H.every(Y=>Y===rl),D=H.length>0&&H.every(Y=>Y===cc);if(te){await j(l.current,{forceFromDisk:!0});return}if(D){await L(l.current,{forceFromDisk:!0});return}const N=l.current;if(N!=null&&N.contentWindow)try{N.contentWindow.location.reload();return}catch{}},[j,L,l]);return h.useEffect(()=>{const B=A.current;A.current=t,!(!B||B===t)&&(g.current=ws(),y.current+=1,v.current=As(),S.current+=1,c(H=>H+1))},[t]),kt(()=>{const B=te=>{const D=pQ(te),N=Date.now()-f.current<1200;if(gQ(D)){N||w.current(l.current,{forceFromDisk:!0});return}if(JQ(D)){N||k.current(l.current,{forceFromDisk:!0});return}},H=new EventSource("/api/events");return H.addEventListener("file-change",B),()=>H.close()}),{domEditSaveTimestampRef:f,domTextCommitVersionRef:m,domEditSaveQueueRef:p,studioManualEditManifestRef:g,studioManualEditRevisionRef:y,studioMotionManifestRef:v,studioMotionRevisionRef:S,applyStudioManualEditsToPreviewRef:w,applyStudioMotionToPreviewRef:k,studioManualEditProjectRef:A,queueDomEditSave:Q,waitForPendingDomEditSaves:C,applyCurrentStudioManualEditsToPreview:$,applyStudioManualEditsToPreview:j,applyCurrentStudioMotionToPreview:Z,applyStudioMotionToPreview:L,commitStudioManualEditManifestOptimistically:F,commitStudioMotionManifestOptimistically:q,syncHistoryPreviewAfterApply:z}}function cl(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function sx(t,e){return e==='"'?t.replace(/"/g,"""):t.replace(/'/g,"'")}function mC(t){const e=[];let n="",r=null,i=!1,l=0;for(const o of t){if(i){n+=o,o===";"&&(i=!1);continue}if(o==="&"){i=!0,n+=o;continue}if(r){n+=o,o===r&&(r=null);continue}if(o==='"'||o==="'"){r=o,n+=o;continue}if(o==="("){l+=1,n+=o;continue}if(o===")"){l=Math.max(0,l-1),n+=o;continue}if(o===";"&&l===0){e.push(n),n="";continue}n+=o}return n&&e.push(n),e}function pC(t,e,n,r){const l=new RegExp(`(<[^>]*\\bid=(["'])${cl(e)}\\2[^>]*)>`,"i").exec(t);if(!l)return t;const o=l[1];return Yv(t,o,n,r)}function Yv(t,e,n,r){if(!e)return t;const i=/\bstyle=(["'])([\s\S]*?)\1/.exec(e);if(i){const l=i[2],o=i[1],c=new Map;for(const p of mC(l)){const g=p.indexOf(":");if(g<0)continue;const y=p.slice(0,g).trim(),v=p.slice(g+1).trim();y&&c.set(y,v)}c.set(n,r);const f=Array.from(c.entries()).map(([p,g])=>`${p}: ${sx(g,o)}`).join("; "),m=e.replace(i[0],`style=${o}${f}${o}`);return t.replace(e,m)}else{const l=e.replace(/>$/,"")+` style="${n}: ${sx(r,'"')}"`;return t.replace(e,l)}}function gC(t,e,n,r){const i=Kc(t,e);if(!i)return t;const l=Yv(i.tag,i.tag,n,r);return X2(t,i,l)}function X2(t,e,n){return`${t.slice(0,e.start)}${n}${t.slice(e.end)}`}function Kc(t,e){if(e.id){const l=new RegExp(`(<[^>]*\\bid=(["'])${cl(e.id)}\\2[^>]*)>`,"i").exec(t);if((l==null?void 0:l.index)!=null)return{tag:l[1],start:l.index,end:l.index+l[1].length}}if(!e.selector)return null;const n=e.selector.match(/^\[data-composition-id="([^"]+)"\]$/);if(n){const i=n[1],o=new RegExp(`(<[^>]*\\bdata-composition-id=(["'])${cl(i)}\\2[^>]*)>`,"i").exec(t);if((o==null?void 0:o.index)!=null)return{tag:o[1],start:o.index,end:o.index+o[1].length}}const r=e.selector.match(/^\.([a-zA-Z0-9_-]+)$/);if(r){const i=r[1],l=new RegExp(`(<[^>]*\\bclass=(["'])[^"']*\\b${cl(i)}\\b[^"']*\\2[^>]*)>`,"gi"),o=e.selectorIndex??0;let c,f=0;for(;(c=l.exec(t))!==null;){if(f===o&&c.index!=null)return{tag:c[1],start:c.index,end:c.index+c[1].length};f+=1}}return null}function ox(t,e,n){const r=Kc(t,e);if(!r)return;const i=n.startsWith("data-")?n:`data-${n}`,l=new RegExp(`\\b${i}=(["'])([^"']*)\\1`).exec(r.tag);return l==null?void 0:l[2]}function OC(t,e){const n=Kc(t,e);return n==null?void 0:n.tag}function xC(t,e,n,r){const i=Kc(t,e);if(!i)return t;const l=n.startsWith("data-")?n:`data-${n}`,o=new RegExp(`\\b${l}=(["'])([^"']*)\\1`),c=i.tag;if(o.test(c)){const m=c.replace(o,`${l}="${r}"`);return X2(t,i,m)}const f=c+` ${l}="${r}"`;return X2(t,i,f)}function yC(t,e,n,r){const l=new RegExp(`(<[^>]*\\bid=(["'])${cl(e)}\\2[^>]*)>`,"i").exec(t);if(!l)return t;const o=l[1],c=n.startsWith("data-")?n:`data-${n}`,f=new RegExp(`\\b${c}=(["'])([^"']*)\\1`);if(f.test(o)){const m=o.replace(f,`${c}="${r}"`);return t.replace(o,m)}else{const m=o+` ${c}="${r}"`;return t.replace(o,m)}}function bC(t,e,n){const i=new RegExp(`(<([a-z0-9-]+)[^>]*\\bid=(["'])${cl(e)}\\3[^>]*>)`,"i").exec(t);if(!i||i.index==null)return t;const l=i[1],o=i[2],c=i.index+l.length,f=Bv(t,o,c);return f<0?t:`${t.slice(0,c)}${n}${t.slice(f)}`}function Bv(t,e,n){const r=new RegExp(`</?${cl(e)}\\b[^>]*>`,"gi");r.lastIndex=n;let i=1,l;for(;(l=r.exec(t))!==null;){const o=l[0];if(o.startsWith("</")){if(i-=1,i===0)return l.index;continue}o.endsWith("/>")||(i+=1)}return-1}function vC(t,e,n){const r=Kc(t,e);if(!r)return t;const i=/^<([a-z0-9-]+)/i.exec(r.tag),l=i==null?void 0:i[1];if(!l)return t;const o=Bv(t,l,r.end+1);return o<0?t:`${t.slice(0,r.end+1)}${n}${t.slice(o)}`}function SC(t,e,n){switch(n.type){case"inline-style":return pC(t,e,n.property,n.value);case"attribute":return yC(t,e,n.property,n.value);case"text-content":return bC(t,e,n.value);default:return t}}function wi(t,e,n){if(e.id){const r=SC(t,e.id,n);if(r!==t||!e.selector)return r}switch(n.type){case"inline-style":return gC(t,e,n.property,n.value);case"attribute":return xC(t,e,n.property,n.value);case"text-content":return vC(t,e,n.value);default:return t}}function xs(t){return t.label||t.id||t.tag}function cx(t){const e=t.trim(),n=/^[a-z]+:\/\//i.test(e)?new URL(e).pathname:e;return decodeURIComponent(n).replace(/\\/g,"/").replace(/^\.?\//,"")}function wC(t,e){const n=cx(t).split("/").filter(Boolean),r=cx(e).split("/").filter(Boolean);for(n.pop();n.length>0&&r.length>0&&n[0]===r[0];)n.shift(),r.shift();return[...n.map(()=>".."),...r].join("/")||e}function AC(t){return/^(?:\/|[A-Za-z]:[\\/]|\\\\)/.test(t)}function kC(t,e){const n=e.trim();if(!n)return;const r=n.replace(/\\/g,"/");if(AC(r))return r;const i=t==null?void 0:t.trim().replace(/\\/g,"/").replace(/\/+$/,"");if(i)return`${i}/${r.replace(/^\.?\//,"")}`}function Sm(t,e){const n=e.trim();return n&&(["border-radius","border-width","font-size","letter-spacing"].includes(t)&&/^-?\d+(\.\d+)?$/.test(n)?`${n}px`:n)}function ux(t){return/^url\(/i.test(t.trim())}function TC(t){return t==="left"||t==="top"||t==="width"||t==="height"}function Fv(t){if(!t||typeof t!="object")return null;const e=t;return e.nodeType===1?t:e.nodeType===3&&e.parentElement?e.parentElement:null}function fx(t){const e=Fv(t);return e?!!e.closest("input, textarea, select, [contenteditable='true'], [role='textbox'], .cm-editor"):!1}function M0(t){const n=typeof navigator<"u"&&/Mac|iPhone|iPad|iPod/i.test(navigator.platform)?"Cmd":"Ctrl";return t==="undo"?`${n}+Z`:`${n}+Shift+Z`}function hx(t,e){const n=t.sourceFile||"index.html";for(const r of e){const i=r.sourceFile||"index.html";if(t.id&&r.domId===t.id&&i===n||t.isCompositionHost&&t.compositionSrc&&r.compositionSrc===t.compositionSrc||t.selector&&r.selector===t.selector&&(r.selectorIndex??0)===(t.selectorIndex??0)&&(r.sourceFile??"index.html")===t.sourceFile)return r.key??r.id}return null}function dx(t,e,n){return n<e?e:Math.min(Math.max(t,e),n)}function MC(t){return Array.from(t.matchAll(/\bid="([^"]+)"/g),e=>e[1]??"")}const E0={image:3,video:5,audio:5};async function mx(t,e,n){if(n==="image")return E0.image;const r=document.createElement(n==="video"?"video":"audio");r.preload="metadata",r.src=`/api/projects/${t}/preview/${e}`;const i=await new Promise(l=>{const o=window.setTimeout(()=>l(E0[n]),3e3),c=f=>{window.clearTimeout(o),l(f)};r.addEventListener("loadedmetadata",()=>{const f=Number(r.duration);c(Number.isFinite(f)&&f>0?Math.round(f*100)/100:E0[n])},{once:!0}),r.addEventListener("error",()=>c(E0[n]),{once:!0})});return r.src="",r.load(),i}function gs(t){return t.domId?{id:t.domId,selector:t.selector,selectorIndex:t.selectorIndex}:t.selector?{selector:t.selector,selectorIndex:t.selectorIndex}:null}async function $0(t,e){const n=await fetch(`/api/projects/${t}/files/${encodeURIComponent(e)}`);if(!n.ok)throw new Error(`Failed to read ${e}`);const r=await n.json();if(typeof r.content!="string")throw new Error(`Missing file contents for ${e}`);return r.content}function EC({projectId:t,activeCompPath:e,timelineElements:n,showToast:r,writeProjectFile:i,recordEdit:l,domEditSaveTimestampRef:o,reloadPreview:c,uploadProjectFiles:f}){const m=h.useRef(t);m.current=t;const p=h.useRef(0),g=h.useCallback(async(A,E)=>{const Q=m.current;if(!Q)throw new Error("No active project");const C=A.sourceFile||e||"index.html",$=await $0(Q,C),j=gs(A);if(!j)throw new Error(`Timeline element ${A.id} is missing a patchable target`);const Z=C,L=n.map(z=>(z.key??z.id)===(A.key??A.id)?{...z,start:E.start,track:E.track}:z).filter(z=>(z.sourceFile||e||"index.html")===Z),F=cm(L.map(z=>z.track));let q=wi($,j,{type:"attribute",property:"start",value:Ja(E.start)});q=wi(q,j,{type:"attribute",property:"track-index",value:String(E.track)});for(const z of L){const B=gs(z);if(!B)continue;const H=F.get(z.track);H!=null&&(q=wi(q,B,{type:"inline-style",property:"z-index",value:String(H)}))}if(q===$)throw new Error(`Unable to patch timeline element ${A.id} in ${C}`);o.current=Date.now(),await Ei({projectId:Q,label:"Move timeline clip",kind:"timeline",files:{[C]:q},readFile:async()=>$,writeFile:i,recordEdit:l}),c()},[e,l,n,i,o,c]),y=h.useCallback(async(A,E)=>{const Q=m.current;if(!Q)throw new Error("No active project");const C=A.sourceFile||e||"index.html",$=await $0(Q,C),j=gs(A);if(!j)throw new Error(`Timeline element ${A.id} is missing a patchable target`);const Z=A.playbackStartAttr==="playback-start"?"playback-start":"media-start",L=ox($,j,"playback-start")??ox($,j,"media-start"),F=L!=null?parseFloat(L):void 0,q=E.start-A.start,z=E.playbackStart==null&&q!==0&&Number.isFinite(F)&&F!=null?Math.max(0,F+q*Math.max(A.playbackRate??1,.1)):void 0,B=E.playbackStart??z;let H=$;if(H=wi(H,j,{type:"attribute",property:"start",value:Ja(E.start)}),H=wi(H,j,{type:"attribute",property:"duration",value:Ja(E.duration)}),B!=null&&(H=wi(H,j,{type:"attribute",property:Z,value:Ja(B)})),H===$)throw new Error(`Unable to patch timeline element ${A.id} in ${C}`);o.current=Date.now(),await Ei({projectId:Q,label:"Resize timeline clip",kind:"timeline",files:{[C]:H},readFile:async()=>$,writeFile:i,recordEdit:l}),c()},[e,l,i,o,c]),v=h.useCallback(async A=>{const E=m.current;if(!E)throw new Error("No active project");const Q=xs(A),C=A.sourceFile||e||"index.html";try{const $=await $0(E,C),j=gs(A);if(!j)throw new Error(`Timeline element ${A.id} is missing a patchable target`);const Z=C||"index.html",L=n.filter(H=>(H.key??H.id)!==(A.key??A.id)&&(H.sourceFile||e||"index.html")===Z),F=cm(L.map(H=>H.track)),q=await fetch(`/api/projects/${E}/file-mutations/remove-element/${encodeURIComponent(C)}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({target:j})});if(!q.ok)throw new Error(`Failed to delete ${A.id} from ${C}`);const z=await q.json();let B=typeof z.content=="string"?z.content:$;for(const H of L){const te=gs(H);if(!te)continue;const D=F.get(H.track);D!=null&&(B=wi(B,te,{type:"inline-style",property:"z-index",value:String(D)}))}o.current=Date.now(),await Ei({projectId:E,label:"Delete timeline clip",kind:"timeline",files:{[C]:B},readFile:async()=>$,writeFile:i,recordEdit:l}),Oe.getState().setElements(n.filter(H=>(H.key??H.id)!==(A.key??A.id))),Oe.getState().setSelectedElementId(null),c(),r(`Deleted ${Q}. Use Undo to restore it.`,"info")}catch($){const j=$ instanceof Error?$.message:"Failed to delete timeline clip";r(j)}},[e,l,r,n,i,o,c]),S=h.useCallback(async(A,E,Q)=>{const C=m.current;if(!C)throw new Error("No active project");const $=Z5(A);if(!$){r("Only image, video, and audio assets can be dropped onto the timeline.");return}const j=e||"index.html";try{const Z=await $0(C,j),L=Number(Ja(E.start)),F=Number.isFinite(Q)&&Q!=null&&Q>0?Q:await mx(C,A,$),q=Number(Ja(F)),z=PM(A,MC(Z)),B=jM(j,A),H=j||"index.html",te=n.filter(Y=>(Y.sourceFile||e||"index.html")===H),D=cm([...te.map(Y=>Y.track),E.track]);let N=Z;for(const Y of te){const V=gs(Y);if(!V)continue;const _=D.get(Y.track);_!=null&&(N=wi(N,V,{type:"inline-style",property:"z-index",value:String(_)}))}N=LM(N,VM({id:z,assetPath:B,kind:$,start:L,duration:q,track:E.track,zIndex:D.get(E.track)??1,geometry:NM(Z)})),o.current=Date.now(),await Ei({projectId:C,label:"Add timeline asset",kind:"timeline",files:{[j]:N},readFile:async()=>Z,writeFile:i,recordEdit:l}),c()}catch(Z){const L=Z instanceof Error?Z.message:"Failed to drop asset onto timeline";r(L)}},[e,l,r,n,i,o,c]),w=h.useCallback(async(A,E)=>{const Q=m.current;if(!Q)return;const C=await f(A);if(C.length===0)return;const $=[];for(const Z of C){const L=Z5(Z),F=L?await mx(Q,Z,L):0;$.push(Number(Ja(F)))}const j=RM(E??{start:0,track:0},$,n.filter(Z=>(Z.sourceFile||e||"index.html")===(e||"index.html")).map(Z=>({start:Z.start,duration:Z.duration,track:Z.track})));for(const[Z,L]of C.entries())await S(L,j[Z]??j[0],$[Z])},[e,S,n,f]),k=h.useCallback(A=>{const E=Date.now();E-p.current<1500||(p.current=E,r("This clip can't be moved or resized from the timeline yet.","info"))},[r]);return{handleTimelineElementMove:g,handleTimelineElementResize:y,handleTimelineElementDelete:v,handleTimelineAssetDrop:S,handleTimelineFileDrop:w,handleBlockedTimelineEdit:k}}const $C={BASE_URL:"/",DEV:!1,MODE:"production",PROD:!0,SSR:!1},QC="VITE_STUDIO_ENABLE_PREVIEW_MANUAL_DRAGGING",CC="VITE_STUDIO_ENABLE_INSPECTOR_PANELS",ZC="VITE_STUDIO_ENABLE_MOTION_PANEL",PC="VITE_STUDIO_ENABLE_TIMELINE_LAYER_INSPECTOR",jC=new Set(["1","true","yes","on","enabled"]),RC=new Set(["0","false","no","off","disabled"]);function wf(t,e,n){for(const r of e){const i=t[r];if(typeof i=="boolean")return i;if(typeof i!="string")continue;const l=i.trim().toLowerCase();if(l){if(jC.has(l))return!0;if(RC.has(l))return!1}}return n}const Af=$C,NC=wf(Af,[QC,"VITE_STUDIO_PREVIEW_MANUAL_EDITING_ENABLED"],!0),cn=wf(Af,[CC,"VITE_STUDIO_INSPECTOR_PANELS_ENABLED"],!0),qv=wf(Af,[ZC,"VITE_STUDIO_MOTION_PANEL_ENABLED"],!1);cn&&wf(Af,[PC,"VITE_STUDIO_TIMELINE_LAYER_INSPECTOR_ENABLED"],!0);const z2=cn,px="Manual editing is temporarily disabled",Uv=["position","display","top","left","right","bottom","inset","width","height","gap","justify-content","align-items","flex-direction","font-size","font-style","font-weight","font-family","line-height","letter-spacing","text-align","text-transform","color","background-color","background-image","opacity","mix-blend-mode","border-radius","border-width","border-style","border-color","border-top-width","border-top-style","border-top-color","outline-color","overflow","clip-path","box-shadow","filter","backdrop-filter","z-index","transform"];function Kr(t){return typeof t=="object"&&t!==null&&"nodeType"in t&&typeof t.nodeType=="number"&&t.nodeType===1}function ha(t){if(!t)return null;const e=t.trim();if(!e.endsWith("px"))return null;const n=parseFloat(e);return Number.isFinite(n)?n:null}function VC(t){const e=(t??"none").trim();if(!e||e==="none")return!0;const n=e.match(/^matrix\(([^)]+)\)$/i);if(n){const o=n[1].split(",").map(c=>Number.parseFloat(c.trim()));return o.length!==6||o.some(c=>!Number.isFinite(c))?!1:Math.abs(o[0]-1)<1e-4&&Math.abs(o[1])<1e-4&&Math.abs(o[2])<1e-4&&Math.abs(o[3]-1)<1e-4&&Math.abs(o[4])<1e-4&&Math.abs(o[5])<1e-4}const r=e.match(/^matrix3d\(([^)]+)\)$/i);if(!r)return!1;const i=r[1].split(",").map(o=>Number.parseFloat(o.trim()));if(i.length!==16||i.some(o=>!Number.isFinite(o)))return!1;const l=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1];return i.every((o,c)=>Math.abs(o-l[c])<1e-4)}function Iv(t){return["div","span","p","strong","h1","h2","h3","h4","h5","h6"].includes(t)}function Gv(t){var r;const e={},n=(r=t.ownerDocument.defaultView)==null?void 0:r.getComputedStyle(t);if(!n)return e;for(const i of Uv){const l=n.getPropertyValue(i);l&&(e[i]=l)}return e}function Wv(t){const e={};for(const n of Uv){const r=t.style.getPropertyValue(n);r&&(e[n]=r)}return e}function LC(t){const e={};for(const n of t.attributes)n.name.startsWith("data-")&&(e[n.name.slice(5)]=n.value);return e}function gx(t,e){let n=t;for(;n;){const r=n;if(e.some(i=>r.hasAttribute(i)))return r;n=n.parentElement}return null}function _C(t){let e=0,n=t.parentElement;for(;n;)e+=1,n=n.parentElement;return e}function ul(t,e){const n=gx(t,["data-composition-file","data-composition-src"]),r=gx(t,["data-composition-id"]),i=(n==null?void 0:n.getAttribute("data-composition-file"))??(n==null?void 0:n.getAttribute("data-composition-src"))??(r==null?void 0:r.getAttribute("data-composition-file"))??(r==null?void 0:r.getAttribute("data-composition-src"))??e??"index.html";return{sourceFile:i,compositionPath:i}}function Ox(t){const e=t==null?void 0:t.trim();if(!e)return;let n=e;try{n=new URL(e,"http://studio.local").pathname}catch{n=e}for(const r of["/preview/comp/","/preview/"]){const i=n.indexOf(r);if(i<0)continue;return n.slice(i+r.length).replace(/^\/+/,"")||e}return e}function Kv(t){const e=globalThis.CSS;if(typeof(e==null?void 0:e.escape)=="function")return e.escape(t);if(t==="-")return"\\-";let n="";for(let r=0;r<t.length;r+=1){const i=t[r]??"",l=i.charCodeAt(0);if(l===0){n+="�";continue}const o=l>=48&&l<=57,c=l>=65&&l<=90,f=l>=97&&l<=122,m=l>=1&&l<=31||l===127,p=r===0&&o,g=r===1&&t.startsWith("-")&&o;if(m||p||g){n+=`\\${l.toString(16)} `;continue}if(c||f||o||i==="-"||i==="_"||l>=128){n+=i;continue}n+=`\\${i}`}return n}function H2(t){return t.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\a ").replace(/\r/g,"\\d ").replace(/\f/g,"\\c ")}function Y2(t,e){try{return Array.from(t.querySelectorAll(e))}catch{return[]}}function Q0(t){var e;return((e=t.replace(/\.html$/i,"").replace(/^compositions\//i,"").split("/").at(-1))==null?void 0:e.replace(/[-_]+/g," ").replace(/\b\w/g,n=>n.toUpperCase()))??t}function Jv(t){if(t.id)return`#${Kv(t.id)}`;const e=t.getAttribute("data-composition-id");return e?`[data-composition-id="${H2(e)}"]`:eS(t)}function eS(t){const e=Array.from(t.classList).map(r=>r.trim()).filter(Boolean);if(e.length===0)return;const n=e.find(r=>r!=="clip"&&!r.startsWith("__hf-"))??e[0];return n?`.${Kv(n)}`:void 0}function tS(t,e,n,r,i){if(!(n!=null&&n.startsWith(".")))return;const o=Y2(t,n).filter(c=>Kr(c)&&ul(c,i).sourceFile===r).indexOf(e);return o>=0?o:void 0}function nS(t){const e=t.ownerDocument.defaultView;if(!e)return!0;let n=t;for(;n;){const r=e.getComputedStyle(n);if(r.display==="none"||r.visibility==="hidden")return!1;const i=Number.parseFloat(r.opacity);if(Number.isFinite(i)&&i<=.01)return!1;n=n.parentElement}return!0}const xx=new Set(["img","video","canvas","svg","audio"]);function DC(t){const e=t.tagName.toLowerCase();if(xx.has(e))return!1;const{children:n}=t;if(n.length===0)return(t.textContent??"").trim().length===0;for(let r=0;r<n.length;r+=1){const i=n[r];if(Kr(i)&&(xx.has(i.tagName.toLowerCase())||nS(i)))return!1}return!0}function XC(t){const e=t.getBoundingClientRect();return!(e.width<=1||e.height<=1||!nS(t)||DC(t))}function zC(t){return Iv(t.tagName.toLowerCase())&&t.children.length===0}function HC(t,e){const n=t.tagName.toLowerCase(),r=t.getBoundingClientRect(),i=Math.max(1,r.width*r.height),l=Math.max(0,1e6-Math.min(i,1e6))/1e3,o=zC(t)||["img","video","canvas","svg"].includes(n)?2e3:0;return _C(t)*1e4+o+l-e}const YC=new Set(["base","br","canvas","link","meta","script","source","style","template","track","wbr"]);function BC(t){var r;const e=t.tagName.toLowerCase();if(YC.has(e))return!1;const n=(r=t.ownerDocument.defaultView)==null?void 0:r.getComputedStyle(t);return!((n==null?void 0:n.display)==="none"||(n==null?void 0:n.visibility)==="hidden")}function sg(t,e){if(!BC(t))return null;const n=Jv(t);if(!n)return null;const{sourceFile:r}=ul(t,e);return{id:t.id||void 0,selector:n,selectorIndex:tS(t.ownerDocument,t,n,r,e),sourceFile:r}}function FC(t){let e=t;for(;e;){if(e.classList.contains("clip")&&(!(e.hasAttribute("data-composition-src")||e.hasAttribute("data-composition-file"))||e===t))return e;e=e.parentElement}return null}function qC(t,e){if(e.preferClipAncestor){const n=FC(t);if(n)return n}return t}function UC(t,e){let n=null,r=0;for(const i of t){if(!Kr(i)){r+=1;continue}if(XC(i)&&sg(i,e.activeCompositionPath)){const l=HC(i,r);(!n||l>n.score)&&(n={element:i,score:l})}r+=1}return(n==null?void 0:n.element)??null}function IC(t){var n;const e=(n=t.computedStyles["background-image"])==null?void 0:n.trim();return!!(e&&e!=="none")}function GC(t,e){if(!(t.tagName.toLowerCase()==="img"||IC(t)))return!1;const{width:i,height:l}=t.boundingBox;if(i<=1||l<=1)return!1;if(!e||e.width<=1||e.height<=1)return i>=960&&l>=540;const o=i*l/(e.width*e.height),c=i/e.width,f=l/e.height;return o>=.4||c>=.7&&f>=.5}function wr(t,e,n=null){if(e.id){const i=t.getElementById(e.id);if(Kr(i)&&(!e.sourceFile||ul(i,n).sourceFile===e.sourceFile))return i}return e.selector?e.selector.startsWith(".")&&e.selectorIndex!=null?Y2(t,e.selector).filter(l=>Kr(l)&&(!e.sourceFile||ul(l,n).sourceFile===e.sourceFile))[e.selectorIndex]??null:Y2(t,e.selector).filter(i=>Kr(i)&&(!e.sourceFile||ul(i,n).sourceFile===e.sourceFile))[0]??null:null}function WC(t,e,n){var g;const r=typeof e.id=="string"?e.id:"",i=Ox(e.compositionSrc)??((g=n.compIdToSrc)==null?void 0:g.get(r)),l=i??Ox(e.sourceFile)??n.activeCompositionPath??"index.html",o=H2(r),c=i?H2(i):null,f=e.selector??(i?`[data-composition-src="${c}"],[data-composition-file="${c}"],[data-composition-id="${o}"]`:o?`[data-composition-id="${o}"]`:void 0);if(f||e.domId){const y=wr(t,{id:e.domId??void 0,selector:f,selectorIndex:e.selectorIndex,sourceFile:l},n.activeCompositionPath);if(y)return y}const m=!!(e.domId||e.selector||i);if(n.isMasterView||m||!n.activeCompositionPath)return null;const p=t.querySelector("[data-composition-id]");return Kr(p)&&ul(p,n.activeCompositionPath).sourceFile===l?p:null}function KC(t,e){return Array.from(t.children).filter(n=>Kr(n)&&sg(n,e.activeCompositionPath)!==null)}function yx(t){return Iv(t.tagName.toLowerCase())&&t.children.length===0}function JC(t,e,n,r){return r==="self"||n===1?"Content":`Text ${e+1}`}function bx(t,e,n,r){const i=t.tagName.toLowerCase();return{key:t.getAttribute("data-hf-text-key")??`${r}:${e}:${i}`,label:JC(i,e,n,r),value:t.textContent??"",tagName:i,attributes:Array.from(t.attributes).filter(o=>o.name!=="style").map(o=>({name:o.name,value:o.value})),inlineStyles:Wv(t),computedStyles:Gv(t),source:r}}function eZ(t){const e=Array.from(t.children).filter(Kr).filter(yx);return e.length>0?e.map((n,r)=>bx(n,r,e.length,"child")):yx(t)?[bx(t,0,1,"self")]:[]}function tZ(t){return t.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">")}function nZ(t){const e=Object.entries(t.inlineStyles).filter(([,n])=>!!n);return e.length===0?"":e.map(([n,r])=>`${n}: ${r}`).join("; ")}function vx(t){return t.filter(e=>e.source==="child").map(e=>{const n=[...e.attributes.filter(l=>l.name!=="data-hf-text-key"),{name:"data-hf-text-key",value:e.key}].map(l=>` ${l.name}="${l.value.replace(/"/g,""")}"`).join(""),r=nZ(e),i=r?` style="${r.replace(/"/g,""")}"`:"";return`<${e.tagName}${n}${i}>${tZ(e.value)}</${e.tagName}>`}).join("")}function rZ(t){var e,n,r,i;return{key:`child:new:${Date.now()}`,label:"Text",value:"New text",tagName:"span",attributes:[],inlineStyles:{"font-family":((e=t==null?void 0:t.computedStyles)==null?void 0:e["font-family"])??"inherit","font-size":((n=t==null?void 0:t.computedStyles)==null?void 0:n["font-size"])??"16px","font-weight":((r=t==null?void 0:t.computedStyles)==null?void 0:r["font-weight"])??"400",color:((i=t==null?void 0:t.computedStyles)==null?void 0:i.color)??"inherit"},computedStyles:{},source:"child"}}function iZ(t){if(!t.selector)return{canSelect:!1,canEditStyles:!1,canMove:!1,canResize:!1,canApplyManualOffset:!1,canApplyManualSize:!1,canApplyManualRotation:!1,reasonIfDisabled:"Studio could not resolve a stable patch target for this element."};const e=t.computedStyles.position,n=ha(t.inlineStyles.left)??ha(t.computedStyles.left),r=ha(t.inlineStyles.top)??ha(t.computedStyles.top),i=ha(t.inlineStyles.width)??ha(t.computedStyles.width),l=ha(t.inlineStyles.height)??ha(t.computedStyles.height),o=!VC(t.computedStyles.transform),c=(e==="absolute"||e==="fixed")&&n!=null&&r!=null&&!o,f=c&&(i!=null||l!=null),m=!t.isCompositionHost,p=m,g=m,y=m,v=m?void 0:"Select an internal layer to transform it.";return t.isCompositionHost&&t.isMasterView?{canSelect:!0,canEditStyles:!1,canMove:c,canResize:f,canApplyManualOffset:p,canApplyManualSize:g,canApplyManualRotation:y,reasonIfDisabled:v}:{canSelect:!0,canEditStyles:!0,canMove:c,canResize:f,canApplyManualOffset:p,canApplyManualSize:g,canApplyManualRotation:y,reasonIfDisabled:v}}function rS(t){const e=t.getAttribute("data-composition-id");if(e&&e!=="main")return Q0(e);const n=t.getAttribute("data-composition-src")??t.getAttribute("data-composition-file");if(n)return Q0(n);if(t.id)return Q0(t.id);const r=eS(t);if(r)return Q0(r.replace(/^\./,""));const i=(t.textContent??"").trim().replace(/\s+/g," ");return i?i.length>40?`${i.slice(0,39)}…`:i:t.tagName.toLowerCase()}function iS(t,e){var i;if(!t)return null;const n=t.ownerDocument;let r=qC(t,e);for(;r&&r!==n.body&&r!==n.documentElement;){const l=Jv(r);if(!l){r=r.parentElement;continue}const{sourceFile:o,compositionPath:c}=ul(r,e.activeCompositionPath),f=tS(n,r,l,o,e.activeCompositionPath),m=r.getAttribute("data-composition-src")??r.getAttribute("data-composition-file")??void 0,p=Wv(r),g=Gv(r),y=eZ(r),v=iZ({selector:l,tagName:r.tagName.toLowerCase(),className:r.className,inlineStyles:p,computedStyles:g,isCompositionHost:!!m,isMasterView:e.isMasterView}),S=r.getBoundingClientRect();return{element:r,id:r.id||void 0,selector:l,selectorIndex:f,sourceFile:o,compositionPath:c,compositionSrc:m,isCompositionHost:!!m,label:rS(r),tagName:r.tagName.toLowerCase(),boundingBox:{x:S.left,y:S.top,width:S.width,height:S.height},textContent:((i=r.textContent)==null?void 0:i.trim())||null,dataAttributes:LC(r),inlineStyles:p,computedStyles:g,textFields:y,capabilities:v}}return null}function aS(t){const e=t.selectorIndex??0;return`${t.sourceFile}:${t.id??t.selector??"layer"}:${e}`}function aZ(t,e,n=80){if(!t)return[];const r=[],i=(l,o)=>{if(r.length>=n)return;const c=sg(l,e.activeCompositionPath);c&&r.push({key:aS(c),element:l,label:rS(l),tagName:l.tagName.toLowerCase(),depth:o,childCount:KC(l,e).length,id:c.id??void 0,selector:c.selector??void 0,selectorIndex:c.selectorIndex,sourceFile:c.sourceFile});const f=c?o+1:o;for(const m of Array.from(l.children))if(Kr(m)&&(i(m,f),r.length>=n))return};return i(t,0),r}function C0(t,e){return{type:"inline-style",property:t,value:e}}function Sx(t){return{type:"text-content",property:"text",value:t}}function Ai(t){return[t.sourceFile||"index.html",t.id??"",t.selector??"",t.selectorIndex??""].join("|")}function og(t){return t.textFields.length>0&&!t.isCompositionHost}function lZ(t){return`x=${Math.round(t.x)}, y=${Math.round(t.y)}, width=${Math.round(t.width)}, height=${Math.round(t.height)}`}function wx(t){return Object.entries(t).filter(([,e])=>e&&e!=="initial").map(([e,n])=>`${e}: ${n}`).join(`
|
|
83
|
-
`)}function sZ(t){return t.map(e=>`- key=${e.key}; tag=<${e.tagName}>; source=${e.source}; text=${JSON.stringify(e.value)}`).join(`
|
|
84
|
-
`)}function oZ({selection:t,currentTime:e,tagSnippet:n,selectionContext:r,userInstruction:i,sourceFilePath:l}){const o=(l==null?void 0:l.trim())||t.sourceFile,c=["## HyperFrames element edit request v1","Schema version: 1","",(i==null?void 0:i.trim())||"Edit this selected HyperFrames element.","",`Composition: ${t.compositionPath}`,`Playback time: ${bn(e)}`,`Source file: ${o}`,`DOM id: ${t.id??"(none)"}`,`Selector: ${t.selector??"(none)"}`,`Selector index: ${t.selectorIndex??0}`,`Tag: <${t.tagName}>`,`Bounds: ${lZ(t.boundingBox)}`];t.textContent&&c.push(`Text: ${t.textContent}`);const f=r==null?void 0:r.trim();f&&c.push("","Selection context:",f);const m=sZ(t.textFields);m&&c.push("","Text fields:",m);const p=wx(t.inlineStyles);p&&c.push("","Inline styles:",p);const g=wx(t.computedStyles);return g&&c.push("","Computed styles (browser-resolved):",g),n&&c.push("","Target HTML:",n),c.push("","Guardrails:","- Make a targeted change to this element only.","- Preserve the rest of the composition and its timing.","- Do not modify other elements' data-* attributes or positioning.","- Prefer existing inline styles or existing CSS rules for this element over adding unrelated selectors."),c.join(`
|
|
85
|
-
`)}function cZ({activeCompPath:t,projectDir:e,projectIdRef:n,currentTime:r,showToast:i,domEditSelectionRef:l,domEditSelection:o}){const[c,f]=h.useState(),[m,p]=h.useState(),[g,y]=h.useState(null),[v,S]=h.useState(!1),[w,k]=h.useState(!1),A=h.useRef(null),E=h.useCallback(async $=>{const j=n.current;if(!j)return;const Z=$.sourceFile||t||"index.html";try{const L=await fetch(`/api/projects/${j}/files/${encodeURIComponent(Z)}`);if(!L.ok)return;const q=(await L.json()).content,z=typeof q=="string"?OC(q,$):void 0;f(B=>l.current!==$?B:z)}catch{}},[t,l,n]),Q=h.useCallback(()=>{o&&(f(void 0),p(void 0),y(null),E(o),k(!0))},[o,E]),C=h.useCallback(async $=>{if(!o)return;const j=o.sourceFile||t||"index.html",Z=c??o.element.outerHTML,L=oZ({selection:o,currentTime:r,tagSnippet:Z,selectionContext:m,userInstruction:$,sourceFilePath:kC(e,j)});if(!await Tc(L)){i("Could not copy prompt to clipboard.","error");return}k(!1),p(void 0),y(null),A.current&&clearTimeout(A.current),S(!0),A.current=setTimeout(()=>S(!1),1600)},[t,m,c,r,o,e,i]);return h.useEffect(()=>{f(void 0),p(void 0),y(null),S(!1)},[o]),h.useEffect(()=>()=>{A.current&&clearTimeout(A.current)},[]),{agentModalOpen:w,agentModalAnchorPoint:g,copiedAgentPrompt:v,agentPromptSelectionContext:m,setAgentModalOpen:k,setAgentPromptSelectionContext:p,setAgentModalAnchorPoint:y,preloadAgentPromptSnippet:E,handleAskAgent:Q,handleAgentModalSubmit:C}}function lS(t,e,n,r,i){const l=t.getBoundingClientRect(),o=e.querySelector("[data-composition-id]")??e.documentElement??null,c=o==null?void 0:o.getBoundingClientRect(),f=(c==null?void 0:c.width)||n.innerWidth,m=(c==null?void 0:c.height)||n.innerHeight;if(!f||!m)return null;const p=l.width/f,g=l.height/m;return{x:(r-l.left)/p,y:(i-l.top)/g,viewport:{width:f,height:m}}}function uZ(t,e,n){let r=null,i=null;try{r=t.contentDocument,i=t.contentWindow}catch{return null}return!r||!i?null:lS(t,r,i,e,n)}function fZ(t,e,n,r){let i=null,l=null;try{i=t.contentDocument,l=t.contentWindow}catch{return null}if(!i||!l)return null;const o=lS(t,i,l,e,n);if(!o)return null;if(typeof i.elementsFromPoint=="function"){const c=UC(i.elementsFromPoint(o.x,o.y),{activeCompositionPath:r});if(c)return c}return Fv(i.elementFromPoint(o.x,o.y))}function hZ(t,e){return["The user clicked a large raster/background element in the Studio preview.",`Preview click: x=${Math.round(e.x)}px, y=${Math.round(e.y)}px in a ${Math.round(e.viewport.width)}x${Math.round(e.viewport.height)} composition.`,`Selected target: <${t.tagName}> ${t.selector??t.id??t.label}.`,"Visible copy or artwork at that point may be baked into the selected image/background rather than a selectable DOM text layer.","If the request mentions text seen at the click location, inspect or replace the image asset, or recreate that visible copy as editable DOM."].join(`
|
|
86
|
-
`)}function Z0(t){return t&&(typeof t=="object"||typeof t=="function")?t:null}function wm(t,e){const n=t?Reflect.get(t,e):null;if(typeof n=="function")try{n.call(t)}catch{}}function Am(t,e){const n=t?Reflect.get(t,e):null;if(typeof n!="function")return null;try{const r=n.call(t);return typeof r=="number"&&Number.isFinite(r)?r:null}catch{return null}}function dZ(t){const e=t==null?void 0:t.contentWindow;if(!e)return null;try{let n=null;const r=Z0(Reflect.get(e,"__player"));n=Am(r,"getTime")??n,wm(r,"pause");const i=Z0(Reflect.get(e,"__timeline"));n=n??Am(i,"time"),wm(i,"pause");const l=Z0(Reflect.get(e,"__timelines"));if(l)for(const o of Object.values(l)){const c=Z0(o);n=n??Am(c,"time"),wm(c,"pause")}return n}catch{return null}}function al(t,e){return t===e?!0:!t||!e?!1:Ai(t)===Ai(e)}function Oc(t,e){return e?t.some(n=>al(n,e)):!1}function mZ(t,e){return Oc(t,e)?t.filter(n=>!al(n,e)):[...t,e]}function pZ(t,e){let n=!1;const r=t.map(i=>al(i,e)?(n=!0,e):i);return n?r:[...t,e]}function gZ(t,e){return!e||Oc(t,e)?t:[e,...t]}function OZ({projectId:t,activeCompPath:e,isMasterView:n,compIdToSrc:r,captionEditMode:i,previewIframeRef:l,timelineElements:o,setSelectedTimelineElementId:c,setRightCollapsed:f,setRightPanelTab:m,previewIframe:p,refreshKey:g,rightPanelTab:y}){const[v,S]=h.useState(null),[w,k]=h.useState([]),[A,E]=h.useState(null),Q=h.useRef(v),C=h.useRef(w),$=h.useRef(A);Q.current=v,C.current=w,$.current=A;const j=h.useCallback((D,N)=>{if(!D){Q.current=null,C.current=[],S(null),k([]),c(null);return}if(!cn){Q.current=null,C.current=[],S(null),k([]),c(null);return}const Y=!!(N!=null&&N.additive),V=Q.current,_=C.current,G=Y?gZ(_,V):_,M=Oc(G,D),P=N!=null&&N.preserveGroup?pZ(G,D):Y?mZ(G,D):[D],X=N!=null&&N.preserveGroup?D:Y&&M?al(V,D)?P[0]??null:Oc(P,V)?V:P[0]??null:D;if(Q.current=X,C.current=P,S(X),k(P),X){(N==null?void 0:N.revealPanel)!==!1&&(f(!1),m("design"));const U=hx(X,o);c(U);return}c(null)},[c,o,f,m]),Z=h.useCallback(()=>{j(null,{revealPanel:!1})},[j]),L=h.useCallback((D,N)=>iS(D,{activeCompositionPath:e,isMasterView:n,preferClipAncestor:N==null?void 0:N.preferClipAncestor}),[e,n]),F=h.useCallback((D,N,Y)=>{const V=l.current;if(!V||i)return null;const _=fZ(V,D,N,e);return _?L(_,{preferClipAncestor:Y==null?void 0:Y.preferClipAncestor}):null},[e,L,i,l]),q=h.useCallback(D=>{al($.current,D)||($.current=D,E(D))},[]),z=h.useCallback(D=>{const N=l.current;let Y=null;try{Y=(N==null?void 0:N.contentDocument)??null}catch{return null}if(!Y)return null;const V=WC(Y,D,{activeCompositionPath:e,compIdToSrc:r,isMasterView:n});return V?L(V,{preferClipAncestor:!1}):null},[e,L,r,n,l]),B=h.useCallback(D=>{if(!cn)return;if(!D){j(null,{revealPanel:!1});return}const N=z(D);N&&j(N)},[j,z]),H=h.useCallback(D=>{const N=l.current;let Y=null;try{Y=(N==null?void 0:N.contentDocument)??null}catch{return}if(!Y)return;const V=wr(Y,D,e);if(!V)return;const _=L(V);_&&j(_,{revealPanel:!1,preserveGroup:!0})},[e,j,L,l]),te=h.useCallback(D=>{const N=l.current;let Y=null;try{Y=(N==null?void 0:N.contentDocument)??null}catch{return}if(!Y)return;const V=[];for(const M of D){const P=wr(Y,M,e);if(!P)continue;const X=L(P);X&&V.push(X)}if(V.length===0)return;const _=Q.current,G=V.find(M=>al(M,_))??V[0]??null;Q.current=G,C.current=V,S(G),k(V),c(G?hx(G,o):null)},[e,L,c,o,l]);return h.useEffect(()=>{i&&q(null)},[i,q]),h.useEffect(()=>{q(null)},[e,t,p,g,q]),h.useEffect(()=>{if(!A)return;const D=al(A,v),N=Oc(w,A);!D&&!N||q(null)},[w,A,v,q]),h.useEffect(()=>{A&&(A.element.isConnected||q(null))},[A,q]),h.useEffect(()=>{i&&j(null,{revealPanel:!1})},[j,i]),h.useEffect(()=>{cn||(q(null),j(null,{revealPanel:!1}),y!=="renders"&&m("renders"))},[j,y,q,m]),{domEditSelection:v,domEditGroupSelections:w,domEditHoverSelection:A,domEditSelectionRef:Q,domEditGroupSelectionsRef:C,domEditHoverSelectionRef:$,setDomEditSelection:S,setDomEditGroupSelections:k,applyDomSelection:j,clearDomSelection:Z,buildDomSelectionFromTarget:L,resolveDomSelectionFromPreviewPoint:F,updateDomEditHoverSelection:q,buildDomSelectionForTimelineElement:z,handleTimelineElementSelect:B,refreshDomEditSelectionFromPreview:H,refreshDomEditGroupSelectionsFromPreview:te}}function xZ({captionEditMode:t,compositionLoading:e,previewIframeRef:n,showToast:r,applyDomSelection:i,resolveDomSelectionFromPreviewPoint:l,updateDomEditHoverSelection:o,preloadAgentPromptSnippet:c,setAgentPromptSelectionContext:f,setAgentModalAnchorPoint:m,setAgentModalOpen:p}){const g=h.useCallback((k,A)=>{if(!z2||t||e)return;const E=l(k.clientX,k.clientY,{preferClipAncestor:(A==null?void 0:A.preferClipAncestor)??!1});if(!E){k.shiftKey||i(null,{revealPanel:!1});return}k.preventDefault(),k.stopPropagation();const Q=n.current?uZ(n.current,k.clientX,k.clientY):null;i(E,{additive:k.shiftKey}),!k.shiftKey&&Q&&GC(E,Q.viewport)&&(f(hZ(E,Q)),m({x:k.clientX,y:k.clientY}),c(E),p(!0))},[i,t,e,c,l,n,m,p,f]),y=h.useCallback((k,A)=>{if(!z2||t||e)return o(null),null;const E=l(k.clientX,k.clientY,{preferClipAncestor:(A==null?void 0:A.preferClipAncestor)??!1});return o(E),E},[t,e,l,o]),v=h.useCallback(()=>{o(null)},[o]),S=h.useCallback(k=>{r(k.capabilities.reasonIfDisabled??"This element can't be adjusted directly from the preview.","info")},[r]),w=h.useCallback(()=>{const k=dZ(n.current),A=Oe.getState();A.setIsPlaying(!1),k!=null&&(A.setCurrentTime(k),Hr.notify(k))},[n]);return{handlePreviewCanvasMouseDown:g,handlePreviewCanvasPointerMove:y,handlePreviewCanvasPointerLeave:v,handleBlockedDomMove:S,handleDomManualDragStart:w}}const Ax=["ABeeZee","Abel","Abril Fatface","Alegreya","Alegreya Sans","Anton","Archivo","Archivo Black","Arimo","Assistant","Barlow","Barlow Condensed","Bebas Neue","Bitter","Bricolage Grotesque","Cabin","Cardo","Catamaran","Caveat","Chivo","Cormorant Garamond","Crimson Text","Dancing Script","DM Sans","DM Serif Display","Domine","EB Garamond","Exo 2","Figtree","Fira Code","Fira Sans","Fraunces","Fredoka","IBM Plex Mono","IBM Plex Sans","IBM Plex Serif","Inconsolata","Instrument Sans","Instrument Serif","Inter","JetBrains Mono","Josefin Sans","Jost","Kanit","Karla","Lato","League Gothic","Lexend","Libre Baskerville","Libre Franklin","Lora","Manrope","Merriweather","Montserrat","Mukta","Mulish","Newsreader","Noto Sans","Noto Sans JP","Noto Serif","Nunito","Nunito Sans","Open Sans","Oswald","Outfit","Overpass","Pacifico","Pathway Extreme","Permanent Marker","Playfair Display","Plus Jakarta Sans","Poppins","Prata","PT Sans","PT Serif","Public Sans","Quicksand","Raleway","Red Hat Display","Roboto","Roboto Condensed","Roboto Mono","Roboto Serif","Rubik","Schibsted Grotesk","Signika","Source Code Pro","Source Sans 3","Source Serif 4","Space Grotesk","Space Mono","Spectral","Sora","Syne","Teko","Titillium Web","Ubuntu","Ubuntu Mono","Unbounded","Urbanist","Varela Round","Work Sans","Young Serif","Zilla Slab"],B2=["TT Norms Pro","SF Pro Display","SF Pro Text","Avenir","Avenir Next","Helvetica Neue","Arial","Georgia","Times New Roman","Menlo","Monaco","Courier New"];function sS(t){return`https://fonts.googleapis.com/css2?family=${encodeURIComponent(t.trim()).replace(/%20/g,"+")}:wght@300;400;500;600;700;800;900&display=swap`}const yZ=new Set(["inherit","initial","revert","revert-layer","serif","sans-serif","monospace","cursive","fantasy","system-ui","ui-sans-serif","ui-serif","ui-monospace","ui-rounded","emoji","math","fangsong"]);function bZ(t){return(t.split(",")[0]??"").trim().replace(/^["']|["']$/g,"")}function vZ(t){var e;return((e=t.split(",")[0])==null?void 0:e.trim().replace(/^["']|["']$/g,"").trim())??""}function kx(t,e){const n=bZ(e);if(!n||yZ.has(n.toLowerCase()))return;const r=`studio-preview-google-font-${n.toLowerCase().replace(/[^a-z0-9]+/g,"-")}`;if(t.getElementById(r))return;const i=t.createElement("link");i.id=r,i.rel="stylesheet",i.href=sS(n),t.head.appendChild(i)}function Tx(t,e){const n=`studio-imported-font-${e.family.toLowerCase().replace(/[^a-z0-9]+/g,"-")}`;if(t.getElementById(n))return;const r=t.createElement("style");r.id=n,r.textContent=Kp(e),t.head.appendChild(r)}function Mx(t,e,n){const r=Kp(e,wC(n,e.path));if(t.includes(r))return t;const l=/<style\b[^>]*data-hf-studio-fonts=(["'])true\1[^>]*>([\s\S]*?)<\/style>/i.exec(t);if(l){const c=`${l[2].trim()}
|
|
87
|
-
${r}`.trim();return t.replace(l[0],`<style data-hf-studio-fonts="true">
|
|
88
|
-
${c}
|
|
89
|
-
</style>`)}const o=`<style data-hf-studio-fonts="true">
|
|
90
|
-
${r}
|
|
91
|
-
</style>`;return/<\/head>/i.test(t)?t.replace(/<\/head>/i,` ${o}
|
|
92
|
-
</head>`):`${o}
|
|
93
|
-
${t}`}function SZ({activeCompPath:t,previewIframeRef:e,domEditSelection:n,applyDomSelection:r,refreshDomEditSelectionFromPreview:i,buildDomSelectionFromTarget:l,persistDomEditOperations:o,resolveImportedFontAsset:c}){const f=h.useRef(0),m=h.useCallback(async(w,k)=>{if(!n||TC(w)||!n.capabilities.canEditStyles)return;const A=w==="font-family"?c(k):null,E=e.current,Q=E==null?void 0:E.contentDocument;if(Q){const j=wr(Q,n,t);j&&(j.style.setProperty(w,Sm(w,k)),w==="font-family"&&(kx(Q,k),A&&Tx(Q,A)),w==="background-image"&&ux(k)&&(j.style.setProperty("background-position","center"),j.style.setProperty("background-repeat","no-repeat"),j.style.setProperty("background-size","contain")))}const C=[C0(w,Sm(w,k))];w==="background-image"&&ux(k)&&C.push(C0("background-position","center"),C0("background-repeat","no-repeat"),C0("background-size","contain"));const $=w!=="z-index";try{await o(n,C,{label:"Edit layer style",skipRefresh:$,prepareContent:A?(j,Z)=>Mx(j,A,Z):void 0})}catch(j){console.warn("[Studio] Style persist failed:",j instanceof Error?j.message:j)}i(n)},[t,n,o,i,c,e]),p=h.useCallback(async(w,k)=>{if(!n||!og(n))return;const A=f.current+1;f.current=A;const E=n.textFields.length>0?n.textFields.map(j=>j.key===k?{...j,value:w}:j):[],Q=E.length>1||E.some(j=>j.source==="child")?vx(E):w,C=e.current,$=C==null?void 0:C.contentDocument;if($){const j=wr($,n,t);j&&(E.length>1||E.some(Z=>Z.source==="child")?j.innerHTML=Q:j.textContent=w)}if(await o(n,[Sx(Q)],{label:"Edit text",skipRefresh:!0,shouldSave:()=>f.current===A}),f.current===A&&$){const j=wr($,n,t);if(j){const Z=l(j);Z&&r(Z,{revealPanel:!1,preserveGroup:!0})}}},[t,r,l,n,o,e]),g=h.useCallback(async(w,k,A)=>{var j;const E=k.length>1||k.some(Z=>Z.source==="child")?vx(k):((j=k[0])==null?void 0:j.value)??"",Q=e.current,C=Q==null?void 0:Q.contentDocument;if(C){const Z=wr(C,w,t);Z&&(k.length>1||k.some(L=>L.source==="child")?Z.innerHTML=E:Z.textContent=E)}const $=(A==null?void 0:A.importedFont)??null;if(await o(w,[Sx(E)],{label:"Edit text",skipRefresh:!0,prepareContent:$?(Z,L)=>Mx(Z,$,L):void 0}),C){const Z=wr(C,w,t);if(Z){const L=l(Z);L&&r(L,{revealPanel:!1,preserveGroup:!0})}}},[t,r,l,o,e]),y=h.useCallback(async(w,k,A)=>{var j;if(!n)return;const E=n.textFields.find(Z=>Z.key===w);if(!E)return;if(E.source==="self"){await m(k,A);return}const Q=Sm(k,A),C=k==="font-family"?c(A):null;if(k==="font-family"){const Z=(j=e.current)==null?void 0:j.contentDocument;Z&&(kx(Z,Q),C&&Tx(Z,C))}const $=n.textFields.map(Z=>Z.key===w?{...Z,inlineStyles:{...Z.inlineStyles,[k]:Q},computedStyles:{...Z.computedStyles,[k]:Q}}:Z);await g(n,$,{importedFont:C})},[g,n,m,c,e]),v=h.useCallback(async w=>{if(!n||!n.textFields.some(C=>C.source==="child"))return null;const k=n.textFields.findIndex(C=>C.key===w),A=n.textFields[k>=0?k:0]??n.textFields[0],E=rZ(A),Q=[...n.textFields];return Q.splice(k>=0?k+1:Q.length,0,E),await g(n,Q),E.key},[g,n]),S=h.useCallback(async w=>{if(!n)return;const k=n.textFields.find(E=>E.key===w);if(!k)return;if(k.source==="self"){await p("",w);return}const A=n.textFields.filter(E=>E.key!==w);await g(n,A)},[g,n,p]);return{handleDomStyleCommit:m,handleDomTextCommit:p,commitDomTextFields:g,handleDomTextFieldStyleCommit:y,handleDomAddTextField:v,handleDomRemoveTextField:S}}function wZ({activeCompPath:t,previewIframeRef:e,showToast:n,commitStudioManualEditManifestOptimistically:r,commitStudioMotionManifestOptimistically:i,applyCurrentStudioManualEditsToPreview:l,applyCurrentStudioMotionToPreview:o,writeProjectFile:c,domEditSaveTimestampRef:f,editHistory:m,fileTree:p,importedFontAssetsRef:g,projectId:y,projectIdRef:v,reloadPreview:S,domEditSelection:w,domEditGroupSelectionsRef:k,applyDomSelection:A,clearDomSelection:E,refreshDomEditSelectionFromPreview:Q,refreshDomEditGroupSelectionsFromPreview:C,buildDomSelectionFromTarget:$}){const j=h.useCallback(P=>{const X=vZ(P);if(!X)return null;const U=g.current.find(le=>le.family.toLowerCase()===X.toLowerCase());if(U)return U;const ee=p.find(le=>c1.test(le)&&Ds(le).toLowerCase()===X.toLowerCase());return ee?{family:Ds(ee),path:ee,url:`/api/projects/${y}/preview/${ee}`}:null},[p,y,g]),Z=h.useCallback(async(P,X,U)=>{const ee=v.current;if(!ee)throw new Error("No active project");if(U!=null&&U.shouldSave&&!U.shouldSave())return;const le=P.sourceFile||t||"index.html",se=await fetch(`/api/projects/${ee}/files/${encodeURIComponent(le)}`);if(!se.ok)throw new Error(`Failed to read ${le}`);const de=(await se.json()).content;if(typeof de!="string")throw new Error(`Missing file contents for ${le}`);let Me=de;for(const Fe of X)Me=wi(Me,P,Fe);if(U!=null&&U.prepareContent&&(Me=U.prepareContent(Me,le)),!(U!=null&&U.shouldSave&&!U.shouldSave())){if(Me===de)throw new Error(`Unable to patch ${P.selector??P.id??"selection"}`);await Ei({projectId:ee,label:(U==null?void 0:U.label)??"Edit layer",kind:"manual",coalesceKey:U==null?void 0:U.coalesceKey,files:{[le]:Me},readFile:async()=>de,writeFile:c,recordEdit:m.recordEdit}),U!=null&&U.skipRefresh?f.current=Date.now():S()}},[t,m.recordEdit,c,v,f,S]),{handleDomStyleCommit:L,handleDomTextCommit:F,commitDomTextFields:q,handleDomTextFieldStyleCommit:z,handleDomAddTextField:B,handleDomRemoveTextField:H}=SZ({activeCompPath:t,previewIframeRef:e,domEditSelection:w,applyDomSelection:A,refreshDomEditSelectionFromPreview:Q,buildDomSelectionFromTarget:$,persistDomEditOperations:Z,resolveImportedFontAsset:j}),te=h.useCallback((P,X)=>{r(U=>K5(U,P,X),{label:"Move layer",coalesceKey:`path-offset:${Ai(P)}`}),Q(P)},[r,Q]),D=h.useCallback(P=>{if(P.length===0)return;const X=P.map(U=>Ai(U.selection)).sort().join(":");r(U=>P.reduce((ee,le)=>K5(ee,le.selection,le.next),U),{label:`Move ${P.length} layers`,coalesceKey:`group-path-offset:${X}`}),C(k.current)},[r,k,C]),N=h.useCallback((P,X)=>{r(U=>OQ(U,P,X),{label:"Resize layer box",coalesceKey:`box-size:${Ai(P)}`}),Q(P)},[r,Q]),Y=h.useCallback((P,X)=>{r(U=>xQ(U,P,X),{label:"Rotate layer",coalesceKey:`rotation:${Ai(P)}`}),Q(P)},[r,Q]),V=h.useCallback(P=>{r(X=>yQ(X,P),{label:"Reset layer edits",coalesceKey:`manual-reset:${Ai(P)}`}),l(e.current),Q(P)},[l,r,Q,e]),_=h.useCallback((P,X)=>{i(U=>eC(U,P,X),{label:"Set GSAP motion",coalesceKey:`motion:${Ai(P)}`}),Q(P)},[i,Q]),G=h.useCallback(P=>{i(X=>tC(X,P),{label:"Clear GSAP motion",coalesceKey:`motion:${Ai(P)}`}),o(e.current),Q(P)},[o,i,Q,e]),M=h.useCallback(async P=>{const X=v.current;if(!X)return;const U=P.label||P.id||P.selector||P.tagName,ee=P.sourceFile||t||"index.html";try{const le=await fetch(`/api/projects/${X}/files/${encodeURIComponent(ee)}`);if(!le.ok)throw new Error(`Failed to read ${ee}`);const ge=(await le.json()).content;if(typeof ge!="string")throw new Error(`Missing file contents for ${ee}`);const de=P.id?{id:P.id,selector:P.selector,selectorIndex:P.selectorIndex}:P.selector?{selector:P.selector,selectorIndex:P.selectorIndex}:{};if(!de.id&&!de.selector)throw new Error("Selected element has no patchable target");const Me=await fetch(`/api/projects/${X}/file-mutations/remove-element/${encodeURIComponent(ee)}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({target:de})});if(!Me.ok)throw new Error(`Failed to delete element from ${ee}`);const Fe=await Me.json(),ke=typeof Fe.content=="string"?Fe.content:ge;f.current=Date.now(),await Ei({projectId:X,label:"Delete element",kind:"timeline",files:{[ee]:ke},readFile:async()=>ge,writeFile:c,recordEdit:m.recordEdit}),E(),Oe.getState().setSelectedElementId(null),S(),n(`Deleted ${U}. Use Undo to restore it.`,"info")}catch(le){const se=le instanceof Error?le.message:"Failed to delete element";n(se)}},[t,E,f,m.recordEdit,v,S,n,c]);return{resolveImportedFontAsset:j,handleDomStyleCommit:L,handleDomTextCommit:F,commitDomTextFields:q,handleDomTextFieldStyleCommit:z,handleDomAddTextField:B,handleDomRemoveTextField:H,handleDomPathOffsetCommit:te,handleDomGroupPathOffsetCommit:D,handleDomBoxSizeCommit:N,handleDomRotationCommit:Y,handleDomManualEditsReset:V,handleDomMotionCommit:_,handleDomMotionClear:G,handleDomEditElementDelete:M}}function AZ({projectId:t,activeCompPath:e,isMasterView:n,compIdToSrc:r,captionEditMode:i,compositionLoading:l,previewIframeRef:o,timelineElements:c,currentTime:f,setSelectedTimelineElementId:m,setRightCollapsed:p,setRightPanelTab:g,showToast:y,refreshPreviewDocumentVersion:v,commitStudioManualEditManifestOptimistically:S,commitStudioMotionManifestOptimistically:w,applyCurrentStudioManualEditsToPreview:k,applyCurrentStudioMotionToPreview:A,readProjectFile:E,writeProjectFile:Q,domEditSaveTimestampRef:C,editHistory:$,fileTree:j,importedFontAssetsRef:Z,projectDir:L,projectIdRef:F,previewIframe:q,refreshKey:z,rightPanelTab:B,applyStudioManualEditsToPreviewRef:H,applyStudioMotionToPreviewRef:te,syncPreviewHistoryHotkey:D,reloadPreview:N,setRefreshKey:Y}){const{domEditSelection:V,domEditGroupSelections:_,domEditHoverSelection:G,domEditSelectionRef:M,domEditGroupSelectionsRef:P,applyDomSelection:X,clearDomSelection:U,buildDomSelectionFromTarget:ee,resolveDomSelectionFromPreviewPoint:le,updateDomEditHoverSelection:se,buildDomSelectionForTimelineElement:ge,handleTimelineElementSelect:de,refreshDomEditSelectionFromPreview:Me,refreshDomEditGroupSelectionsFromPreview:Fe}=OZ({projectId:t,activeCompPath:e,isMasterView:n,compIdToSrc:r,captionEditMode:i,previewIframeRef:o,timelineElements:c,setSelectedTimelineElementId:m,setRightCollapsed:p,setRightPanelTab:g,previewIframe:q,refreshKey:z,rightPanelTab:B}),{agentModalOpen:ke,agentModalAnchorPoint:zt,copiedAgentPrompt:Mt,agentPromptSelectionContext:ft,setAgentModalOpen:Ht,setAgentPromptSelectionContext:yt,setAgentModalAnchorPoint:Kt,preloadAgentPromptSnippet:he,handleAskAgent:ze,handleAgentModalSubmit:qe}=cZ({activeCompPath:e,projectDir:L,projectIdRef:F,currentTime:f,showToast:y,domEditSelectionRef:M,domEditSelection:V}),{handlePreviewCanvasMouseDown:Ee,handlePreviewCanvasPointerMove:Ve,handlePreviewCanvasPointerLeave:Qe,handleBlockedDomMove:ht,handleDomManualDragStart:dt}=xZ({captionEditMode:i,compositionLoading:l,previewIframeRef:o,showToast:y,applyDomSelection:X,resolveDomSelectionFromPreviewPoint:le,updateDomEditHoverSelection:se,preloadAgentPromptSnippet:he,setAgentPromptSelectionContext:yt,setAgentModalAnchorPoint:Kt,setAgentModalOpen:Ht}),{resolveImportedFontAsset:Et,handleDomStyleCommit:Qr,handleDomTextCommit:_i,handleDomTextFieldStyleCommit:ni,handleDomAddTextField:ri,handleDomRemoveTextField:Di,handleDomPathOffsetCommit:er,handleDomGroupPathOffsetCommit:$t,handleDomBoxSizeCommit:Rt,handleDomRotationCommit:vt,handleDomManualEditsReset:Pa,handleDomMotionCommit:ja,handleDomMotionClear:be,handleDomEditElementDelete:bt}=wZ({activeCompPath:e,previewIframeRef:o,showToast:y,commitStudioManualEditManifestOptimistically:S,commitStudioMotionManifestOptimistically:w,applyCurrentStudioManualEditsToPreview:k,applyCurrentStudioMotionToPreview:A,writeProjectFile:Q,domEditSaveTimestampRef:C,editHistory:$,fileTree:j,importedFontAssetsRef:Z,projectId:t,projectIdRef:F,reloadPreview:N,domEditSelection:V,domEditSelectionRef:M,domEditGroupSelectionsRef:P,applyDomSelection:X,clearDomSelection:U,refreshDomEditSelectionFromPreview:Me,refreshDomEditGroupSelectionsFromPreview:Fe,buildDomSelectionFromTarget:ee});return h.useEffect(()=>{if(!q)return;const un=()=>{if(!cn||i)return;const nr=M.current;if(!nr)return;let Cr=null;try{Cr=q.contentDocument}catch{return}if(!Cr)return;const Zr=wr(Cr,nr,e);if(!Zr){X(null,{revealPanel:!1});return}const El=ee(Zr);El&&X(El,{revealPanel:!1,preserveGroup:!0})};D(q),(async()=>(await H.current(q),await te.current(q)))(),un(),v();const tr=()=>{D(q),(async()=>(await H.current(q),await te.current(q)))(),un(),v()};return q.addEventListener("load",tr),()=>{q.removeEventListener("load",tr)}},[e,X,ee,i,M,q,v,D,H,te]),{domEditSelection:V,domEditGroupSelections:_,domEditHoverSelection:G,agentModalOpen:ke,agentModalAnchorPoint:zt,copiedAgentPrompt:Mt,agentPromptSelectionContext:ft,domEditSelectionRef:M,handleTimelineElementSelect:de,handlePreviewCanvasMouseDown:Ee,handlePreviewCanvasPointerMove:Ve,handlePreviewCanvasPointerLeave:Qe,applyDomSelection:X,clearDomSelection:U,handleDomStyleCommit:Qr,handleDomPathOffsetCommit:er,handleDomGroupPathOffsetCommit:$t,handleDomBoxSizeCommit:Rt,handleDomRotationCommit:vt,handleDomManualEditsReset:Pa,handleDomMotionCommit:ja,handleDomMotionClear:be,handleDomTextCommit:_i,handleDomTextFieldStyleCommit:ni,handleDomAddTextField:ri,handleDomRemoveTextField:Di,handleAskAgent:ze,handleAgentModalSubmit:qe,handleBlockedDomMove:ht,handleDomManualDragStart:dt,handleDomEditElementDelete:bt,buildDomSelectionForTimelineElement:ge,resolveImportedFontAsset:Et,setAgentModalOpen:Ht,setAgentPromptSelectionContext:yt,setAgentModalAnchorPoint:Kt}}const oS="Shift+T";function cS(t){var i,l,o;if(!t||typeof t!="object")return!1;const e=t,n=(i=e.tagName)==null?void 0:i.toLowerCase();if(n==="input"||n==="textarea"||n==="select"||e.isContentEditable)return!0;const r=(l=e.getAttribute)==null?void 0:l.call(e,"role");return r==="textbox"||r==="searchbox"||r==="combobox"?!0:!!((o=e.closest)!=null&&o.call(e,"input, textarea, select, [contenteditable='true'], [role='textbox'], .cm-editor"))}function kZ(t){return t.metaKey||t.ctrlKey||t.altKey||!t.shiftKey||t.key.toLowerCase()!=="t"?!1:!cS(t.target)}function uS(t){return`${t?"Hide":"Show"} timeline editor (${oS})`}function TZ({toggleTimelineVisibility:t,handleTimelineElementDelete:e,handleDomEditElementDelete:n,domEditSelectionRef:r,clearDomSelectionRef:i,editHistory:l,readOptionalProjectFile:o,readProjectFile:c,writeProjectFile:f,domEditSaveTimestampRef:m,showToast:p,syncHistoryPreviewAfterApply:g,waitForPendingDomEditSaves:y,leftSidebarRef:v}){const S=h.useRef(null),w=h.useRef(void 0),k=h.useRef(null),A=h.useCallback(D=>{kZ(D)&&(D.preventDefault(),t())},[t]),E=h.useCallback(async D=>D===rl||D===cc?o(D):c(D),[o,c]),Q=h.useCallback(async(D,N)=>{m.current=Date.now(),await f(D,N)},[m,f]),C=h.useCallback(async()=>{await y();const D=await l.undo({readFile:E,writeFile:Q});if(!D.ok&&D.reason==="content-mismatch"){p("File changed outside Studio. Undo history was not applied.","info");return}D.ok&&D.label&&(i.current(),await g(D.paths),p(`Undid ${D.label}`,"info"))},[i,l,E,p,g,y,Q]),$=h.useCallback(async()=>{await y();const D=await l.redo({readFile:E,writeFile:Q});if(!D.ok&&D.reason==="content-mismatch"){p("File changed outside Studio. Redo history was not applied.","info");return}D.ok&&D.label&&(i.current(),await g(D.paths),p(`Redid ${D.label}`,"info"))},[i,l,E,p,g,y,Q]),j=h.useRef(A);j.current=A;const Z=h.useRef(e);Z.current=e;const L=h.useRef(n);L.current=n;const F=h.useRef(C);F.current=C;const q=h.useRef($);q.current=$,w.current=D=>{var N,Y;if(j.current(D),D.metaKey||D.ctrlKey){if(!fx(D.target)){const V=D.key.toLowerCase();if(V==="z"&&!D.shiftKey){D.preventDefault(),F.current();return}if(V==="z"&&D.shiftKey||D.ctrlKey&&!D.metaKey&&V==="y"){D.preventDefault(),q.current();return}}if(D.key==="1"){D.preventDefault(),(N=v.current)==null||N.selectTab("compositions");return}if(D.key==="2"){D.preventDefault(),(Y=v.current)==null||Y.selectTab("assets");return}}if((D.key==="Delete"||D.key==="Backspace")&&!D.metaKey&&!D.ctrlKey&&!D.altKey&&!cS(D.target)){const{selectedElementId:V,elements:_}=Oe.getState();if(V){const M=_.find(P=>(P.key??P.id)===V);if(M){D.preventDefault(),Z.current(M);return}}const G=r.current;G&&(D.preventDefault(),L.current(G))}},h.useEffect(()=>{function D(N){var Y;(Y=w.current)==null||Y.call(w,N)}return window.addEventListener("keydown",D,!0),()=>window.removeEventListener("keydown",D,!0)},[]);const z=h.useCallback(D=>{var N;(N=w.current)==null||N.call(w,D)},[]),B=h.useCallback(D=>{const N=(D==null?void 0:D.contentWindow)??null;S.current!==N&&(S.current&&S.current.removeEventListener("keydown",z),S.current=N,N==null||N.addEventListener("keydown",z,!0))},[z]);h.useEffect(()=>()=>{S.current&&(S.current.removeEventListener("keydown",z),S.current=null)},[z]);const H=h.useCallback(D=>{if(!(D.metaKey||D.ctrlKey)||fx(D.target))return;const N=D.key.toLowerCase();if(N==="z"&&!D.shiftKey){D.preventDefault(),F.current();return}(N==="z"&&D.shiftKey||D.ctrlKey&&!D.metaKey&&N==="y")&&(D.preventDefault(),q.current())},[]),te=h.useCallback(D=>{var V;(V=k.current)==null||V.call(k),k.current=null;const N=(D==null?void 0:D.contentWindow)??null;let Y=null;try{Y=(D==null?void 0:D.contentDocument)??null}catch{Y=null}!N&&!Y||(N==null||N.addEventListener("keydown",H,!0),Y==null||Y.addEventListener("keydown",H,!0),k.current=()=>{N==null||N.removeEventListener("keydown",H,!0),Y==null||Y.removeEventListener("keydown",H,!0)})},[H]);return h.useEffect(()=>()=>{var D;(D=k.current)==null||D.call(k),k.current=null},[]),{handleUndo:C,handleRedo:$,syncPreviewTimelineHotkey:B,syncPreviewHistoryHotkey:te,handleTimelineToggleHotkey:A}}const fS={fontFamily:"sans-serif",fontSize:48,fontWeight:700,fontStyle:"normal",textDecoration:"none",textTransform:"none",letterSpacing:0,lineHeight:1.2,color:"#ffffff",activeColor:"#ffffff",dimColor:"rgba(255, 255, 255, 0.3)",opacity:1,gradientFill:null,strokeWidth:0,strokeColor:"#000000",shadows:[],glow:null,x:0,y:0,rotation:0,scaleX:1,scaleY:1,skewX:0,skewY:0,transformOrigin:"center center",blendMode:"normal"},MZ={backgroundColor:"transparent",backgroundOpacity:0,paddingTop:0,paddingRight:0,paddingBottom:0,paddingLeft:0,borderRadius:0,borderWidth:0,borderColor:"transparent",borderStyle:"solid",boxShadow:"none"},Ex={preset:"fade",duration:.2,ease:"power2.out",stagger:0,staggerDirection:"start",intensity:1},Os={entrance:Ex,highlight:null,exit:{...Ex}};function EZ(t,e){const{width:n,height:r,duration:i,wordsPerGroup:l=5}=e,o=new Map,c=new Map,f=[];for(let m=0;m<t.length;m+=l){const p=t.slice(m,m+l),g=`group-${m/l}`,y=[];p.forEach((S,w)=>{const k=`segment-${m+w}`,A={id:k,wordId:S.id??`w${m+w}`,text:S.text,start:S.start,end:S.end,groupIndex:w,style:{},animation:{}};o.set(k,A),y.push(k)});const v={id:g,segmentIds:y,style:{...fS},animation:{entrance:{...Os.entrance},highlight:Os.highlight,exit:{...Os.exit}},containerStyle:{...MZ}};c.set(g,v),f.push(g)}return{width:n,height:r,duration:i,segments:o,groups:c,groupOrder:f,defaultAnimation:{entrance:{...Os.entrance},highlight:Os.highlight,exit:{...Os.exit}}}}function $Z(t){const e=/(?:const|let|var)\s+(?:TRANSCRIPT|script)\s*=\s*(\[[\s\S]*?\]);/,n=t.match(e);if(!n)return[];const r=n[1];try{return CZ(r)}catch{return[]}}function QZ(t,e,n,r,i,l){const o=$Z(n);if(o.length===0)return null;const c=t.querySelectorAll(".caption-group, .caption-line, .caption-block"),f=t.querySelectorAll(".word, .caption-word");let m=5;c.length>0&&f.length>0&&(m=Math.round(f.length/c.length),m<1&&(m=1));const p=EZ(o,{width:r,height:i,duration:l,wordsPerGroup:m}),g=f.item(0),y=c.item(0),v=g??y;if(v){const S=e.getComputedStyle(v),w={},k=parseFloat(S.fontSize);!isNaN(k)&&k>0&&(w.fontSize=k);const A=S.fontWeight;if(A){const Z=parseInt(A,10);w.fontWeight=isNaN(Z)?A:Z}const E=S.fontFamily;E&&(w.fontFamily=E);const Q=S.color;Q&&(w.color=Q);const C=S.textTransform;(C==="none"||C==="uppercase"||C==="lowercase"||C==="capitalize")&&(w.textTransform=C);const $=S.letterSpacing;if($&&$!=="normal"){const Z=parseFloat($),L=w.fontSize??fS.fontSize;!isNaN(Z)&&L>0&&(w.letterSpacing=Z/L)}const j={};if(y){const Z=e.getComputedStyle(y),L=Z.backgroundColor;L&&L!=="rgba(0, 0, 0, 0)"&&L!=="transparent"&&(j.backgroundColor=L,j.backgroundOpacity=1);const F=parseFloat(Z.borderRadius);!isNaN(F)&&F>0&&(j.borderRadius=F);const q=parseFloat(Z.paddingTop),z=parseFloat(Z.paddingRight),B=parseFloat(Z.paddingBottom),H=parseFloat(Z.paddingLeft);isNaN(q)||(j.paddingTop=q),isNaN(z)||(j.paddingRight=z),isNaN(B)||(j.paddingBottom=B),isNaN(H)||(j.paddingLeft=H)}for(const Z of p.groupOrder){const L=p.groups.get(Z);L&&(L.style={...L.style,...w},L.containerStyle={...L.containerStyle,...j})}}return p}function CZ(t){let e;try{e=JSON.parse(t)}catch{let r=t;r=r.replace(/'((?:[^'\\]|\\.)*)'/g,(i,l)=>`"${l.replace(/\\'/g,"'").replace(/"/g,'\\"')}"`),r=r.replace(/([{,]\s*)([a-zA-Z_$][a-zA-Z0-9_$]*)\s*:/g,'$1"$2":'),r=r.replace(/,(\s*[}\]])/g,"$1"),e=JSON.parse(r)}if(!Array.isArray(e))return[];const n=[];for(const r of e)if(r!==null&&typeof r=="object"&&typeof r.text=="string"&&typeof r.start=="number"&&typeof r.end=="number"){const i=r;n.push({...typeof i.id=="string"?{id:i.id}:{},text:i.text,start:i.start,end:i.end})}return n}function ZZ({projectId:t,activeCompPath:e,compIdToSrc:n,captionEditMode:r,captionHasSelection:i,previewIframeRef:l,captionSync:o,setRightCollapsed:c}){h.useEffect(()=>{if(!t)return;let f=!1;const m=()=>{if(Ge.getState().isEditMode||f)return;const g=l.current;let y=null,v=null;try{y=(g==null?void 0:g.contentDocument)??null,v=(g==null?void 0:g.contentWindow)??null}catch{return}if(!y||!v||y.querySelectorAll(".caption-group").length===0)return;let w=null;const k=y.querySelectorAll("[data-composition-src], [data-composition-file]");for(const E of k){const Q=E.getAttribute("data-composition-src")||E.getAttribute("data-composition-file");if(Q&&Q.includes("captions")){w=Q;break}}if(!w){for(const[E,Q]of n)if(E.includes("caption")||Q.includes("caption")){w=Q;break}}if(!w&&(e!=null&&e.includes("captions"))&&(w=e),!w){const E=y.querySelector('[data-composition-id*="caption"]');if(E){const Q=E.getAttribute("data-composition-id")||"";w=n.get(Q)||null}}if(!w)return;f=!0;const A=w;fetch(`/api/projects/${t}/files/${encodeURIComponent(A)}`).then(E=>E.json()).then(E=>{if(!E.content||!y||!v||Ge.getState().isEditMode)return;const Q=y.querySelector("[data-composition-id]"),C=parseInt((Q==null?void 0:Q.getAttribute("data-width"))??"1920",10),$=parseInt((Q==null?void 0:Q.getAttribute("data-height"))??"1080",10),j=parseFloat((Q==null?void 0:Q.getAttribute("data-duration"))??"0"),Z=QZ(y,v,E.content,C,$,j);if(!Z)return;const L=Ge.getState();L.setModel(Z),L.setSourceFilePath(A),L.setEditMode(!0),o.loadOverrides()}).catch(()=>{}).finally(()=>{f=!1})},p=g=>{const y=g.data;(y==null?void 0:y.source)==="hf-preview"&&((y==null?void 0:y.type)==="state"||(y==null?void 0:y.type)==="timeline")&&m()};return window.addEventListener("message",p),m(),()=>{window.removeEventListener("message",p)}},[e,t,n,o,l]),h.useEffect(()=>{r&&c(!i)},[i,r,c])}const hS=2,PZ=1,$x=hS+PZ;function jZ(t,e){const n=[],r=Math.floor(t.length/e);if(r===0)return Array(e).fill(0);for(let l=0;l<e;l++){let o=0;const c=l*r,f=Math.min(c+r,t.length);for(let m=c;m<f;m++){const p=Math.abs(t[m]??0);p>o&&(o=p)}n.push(o)}const i=Math.max(...n,.001);return n.map(l=>l/i)}function RZ(t,e){let n=0;for(let l=0;l<t.length;l++)n=(n<<5)-n+t.charCodeAt(l)|0;n=Math.abs(n)||42;const r=()=>(n=n*16807%2147483647,(n&2147483647)/2147483647),i=[];for(let l=0;l<e;l++){const o=l/e,c=.3+.3*Math.sin(o*Math.PI*3.2)+.2*Math.sin(o*Math.PI*7.1);i.push(Math.max(.05,Math.min(1,c*(.4+.6*r()))))}return i}const Qx=new Map,km=new Map,NZ=h.memo(function({audioUrl:e,waveformUrl:n,label:r,labelColor:i}){const l=h.useRef(null),o=h.useRef(null),c=h.useRef(null),f=n??e,[m,p]=h.useState(Qx.get(f)??null);h.useEffect(()=>{if(m||!f)return;let v=!1,S=km.get(f);return S||(S=(n?fetch(n).then(w=>w.json()).then(w=>{if(!Array.isArray(w.peaks))throw new Error("bad response");return w.peaks}):fetch(e).then(w=>w.arrayBuffer()).then(w=>{const k=new AudioContext;return k.decodeAudioData(w).finally(()=>k.close())}).then(w=>jZ(w.getChannelData(0),4e3))).catch(()=>RZ(f,4e3)).then(w=>(Qx.set(f,w),w)).finally(()=>km.delete(f)),km.set(f,S)),S.then(w=>{v||p(w)}),()=>{v=!0}},[e,n,f,m]);const g=h.useCallback(()=>{const v=l.current,S=o.current;if(!v||!S||!m)return;const w=v.clientWidth||400,k=Math.min(Math.floor(w/$x),m.length);let A="";for(let E=0;E<k;E++){const Q=Math.floor(E/k*m.length),C=m[Q]??0,$=Math.max(3,Math.round(C*100)),j=(.45+C*.4).toFixed(2);A+=`<div style="position:absolute;bottom:0;left:${E*$x}px;width:${hS}px;height:${$}%;background:rgba(75,163,210,${j})"></div>`}S.innerHTML=A},[m]),y=h.useCallback(v=>{var S;(S=c.current)==null||S.disconnect(),l.current=v,v&&(g(),c.current=new ResizeObserver(()=>g()),c.current.observe(v))},[g]);return h.useEffect(()=>{g()},[g]),h.useEffect(()=>()=>{var v;(v=c.current)==null||v.disconnect()},[]),O.jsxs("div",{ref:y,className:"absolute inset-0 overflow-hidden",children:[O.jsx("div",{ref:o,className:"absolute left-0 right-0 bottom-0",style:{top:16}}),!m&&O.jsx("div",{className:"absolute left-0 right-0 bottom-0 animate-pulse",style:{top:16,background:"linear-gradient(90deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.05) 50%, rgba(255,255,255,0.02) 100%)"}}),O.jsx("div",{className:"absolute top-0 left-0 right-0 px-1.5 py-0.5 z-10",children:O.jsx("span",{className:"text-[9px] font-semibold truncate block leading-tight",style:{color:i,textShadow:"0 1px 3px rgba(0,0,0,0.9)"},children:r})})]})});function VZ({projectIdRef:t,compIdToSrc:e,activePreviewUrl:n,effectiveTimelineDuration:r}){return h.useCallback((i,l)=>{var m;const o=t.current;if(!o)return null;let c=i.compositionSrc;if(c&&e.size>0){const p=e.get(i.id)||e.get(c.replace(/^compositions\//,"").replace(/\.html$/,""));p&&(c=p)}if(c)return h.createElement(um,{previewUrl:`/api/projects/${o}/preview/comp/${c}`,label:xs(i),labelColor:l.label,accentColor:l.clip,seekTime:0,duration:i.duration});if(n&&i.duration>0)return h.createElement(um,{previewUrl:n,label:xs(i),labelColor:l.label,accentColor:l.clip,selector:i.selector,selectorIndex:i.selectorIndex,seekTime:i.start,duration:i.duration});const f=i.duration>0&&r>0&&i.duration<r*.92&&!/(backdrop|background|overlay|scrim|mask)/i.test(i.id);if(i.tag==="audio"){const p=`/api/projects/${o}/preview/`,g=(m=i.src)!=null&&m.startsWith("http")?i.src.indexOf(p):-1,y=i.src?g!==-1?decodeURIComponent(i.src.slice(g+p.length)):i.src.startsWith("http")?null:i.src:null,v=y?`/api/projects/${o}/preview/${y}`:i.src??"",S=y?`/api/projects/${o}/waveform/${y}`:void 0;return h.createElement(NZ,{audioUrl:v,waveformUrl:S,label:xs(i),labelColor:l.label})}if((i.tag==="video"||i.tag==="img")&&i.src){const p=i.src.startsWith("http")?i.src:`/api/projects/${o}/preview/${i.src}`;return h.createElement(YM,{videoSrc:p,label:xs(i),labelColor:l.label,duration:i.duration})}return f?h.createElement(um,{previewUrl:`/api/projects/${o}/preview`,label:xs(i),labelColor:l.label,accentColor:l.clip,selector:i.selector,selectorIndex:i.selectorIndex,seekTime:i.start,duration:i.duration}):null},[t,e,n,r])}function LZ(t){const[e,n]=h.useState(null),r=h.useRef([]),i=()=>{r.current=[],n(null)};return h.useEffect(()=>{if(!t)return;const l=()=>{try{const c=t.contentWindow;if(!c||c.__hfErrorCapture)return;c.__hfErrorCapture=!0;const f=c.console.error.bind(c.console);c.console.error=function(...m){f(...m);const p=m.map(g=>g instanceof Error?g.message:String(g)).join(" ");p.includes("favicon")||(r.current=[...r.current,{severity:"error",message:p}],n([...r.current]))},c.addEventListener("error",m=>{const p=m.message||String(m);r.current=[...r.current,{severity:"error",message:p}],n([...r.current])})}catch{}};l();const o=()=>{r.current=[],n(null),l()};return t.addEventListener("load",o),()=>t.removeEventListener("load",o)},[t]),{consoleErrors:e,setConsoleErrors:n,resetErrors:i}}const F2="#project/";function dS(t){return encodeURIComponent(t)}function _Z(t){return`${F2}${dS(t)}`}function DZ(t){if(!t.startsWith(F2))return null;const e=t.slice(F2.length);if(!e||e.includes("/"))return null;try{return decodeURIComponent(e)}catch{return e}}function XZ(t,e=""){const n=e&&!e.startsWith("/")?`/${e}`:e;return`/api/projects/${dS(t)}${n}`}function mS(t){return t&&t!=="master"?t:"index.html"}function Cx({projectId:t,compositionPath:e,currentTime:n,origin:r=window.location.origin}){const i=mS(e),l=new URL(XZ(t,`/thumbnail/${encodeURIComponent(i)}`),r);return l.searchParams.set("t",Math.max(0,n).toFixed(3)),l.searchParams.set("format","png"),l.searchParams.set("v",String(Date.now())),l.toString()}function Zx(t,e){var l;const r=((l=mS(t).split("/").pop())==null?void 0:l.replace(/\.html$/i,""))||"frame",i=Math.max(0,e).toFixed(3).replace(".","-");return`${r}-${i}s.png`}function zZ({projectId:t,activeCompPath:e,showToast:n,waitForPendingDomEditSaves:r}){const[i,l]=h.useState(0);kt(()=>(l(Oe.getState().currentTime),Hr.subscribe(l)));const o=h.useCallback(()=>{l(Oe.getState().currentTime)},[]),c=h.useCallback(async p=>{if(!t)return;p.preventDefault();const g=Oe.getState().currentTime;l(g),await r();const y=Cx({projectId:t,compositionPath:e,currentTime:g}),v=Zx(e,g);try{const S=await fetch(y,{cache:"no-store"});if(!S.ok)throw new Error(`Capture failed (${S.status})`);const w=await S.blob(),k=URL.createObjectURL(w),A=document.createElement("a");A.href=k,A.download=v,document.body.appendChild(A),A.click(),A.remove(),setTimeout(()=>URL.revokeObjectURL(k),0)}catch(S){n(S instanceof Error?S.message:"Capture failed")}},[e,t,n,r]),f=t?Cx({projectId:t,compositionPath:e,currentTime:i}):"#",m=Zx(e,i);return{captureFrameHref:f,captureFrameFilename:m,handleCaptureFrameClick:c,refreshCaptureFrameTime:o}}function HZ(t){const[e,n]=h.useState(null),[r,i]=h.useState(!1),l=h.useCallback(async()=>{if(t){i(!0);try{const f=await(await fetch(`/api/projects/${t}/lint`)).json();n((f.findings??[]).map(m=>({severity:m.severity==="error"?"error":"warning",message:m.message??"",file:m.file,fixHint:m.fixHint})))}catch(c){const f=c instanceof Error?c.message:String(c);n([{severity:"error",message:`Failed to run lint: ${f}`}])}finally{i(!1)}}},[t]),o=h.useCallback(()=>n(null),[]);return{lintModal:e,linting:r,handleLint:l,closeLintModal:o}}function YZ(){const[t,e]=h.useState(null);return kt(()=>{const n=r=>{const i=r.data;if((i==null?void 0:i.source)!=="hf-preview"||(i==null?void 0:i.type)!=="stage-size")return;const{width:l,height:o}=i;!(l>0)||!(o>0)||e(c=>c&&c.width===l&&c.height===o?c:{width:l,height:o})};return window.addEventListener("message",n),()=>window.removeEventListener("message",n)}),t}function BZ(){const[t,e]=h.useState(null),n=h.useRef(null),r=h.useCallback((i,l="error")=>{n.current&&clearTimeout(n.current),e({message:i,tone:l}),n.current=setTimeout(()=>e(null),4e3)},[]);return kt(()=>()=>{n.current&&clearTimeout(n.current)}),{appToast:t,showToast:r}}const FZ=.08;function qZ(t){return t?t.key??t.id:null}function UZ(t,e,n=FZ){if(!e||!Number.isFinite(t)||!Number.isFinite(e.start)||!Number.isFinite(e.duration))return!1;const r=Math.max(0,e.start),i=Math.max(r,r+Math.max(0,e.duration)),l=Math.max(0,n);return t>=r-l&&t<=i+l}function IZ(t){if(!t||typeof window>"u")return;const e=480,n=270,r=16,i=dx(t.x,r+e/2,window.innerWidth-r-e/2),l=dx(t.y+12,r,window.innerHeight-r-n);return{left:i,top:l,transform:"translateX(-50%)"}}function GZ({selectionLabel:t,anchorPoint:e=null,onSubmit:n,onClose:r}){const[i,l]=h.useState(""),o=h.useRef(null),c=IZ(e);kt(()=>{requestAnimationFrame(()=>{var m;return(m=o.current)==null?void 0:m.focus()})});const f=()=>{i.trim()&&n(i.trim())};return O.jsx("div",{className:e?"fixed inset-0 z-[100] bg-black/60 backdrop-blur-sm":"fixed inset-0 z-[100] flex items-center justify-center bg-black/60 backdrop-blur-sm",onClick:r,children:O.jsxs("div",{className:`w-[480px] rounded-2xl border border-neutral-800 bg-neutral-950 shadow-2xl ${e?"fixed":""}`,style:c,onClick:m=>m.stopPropagation(),children:[O.jsxs("div",{className:"flex items-center justify-between px-5 py-4 border-b border-neutral-800/60",children:[O.jsxs("div",{children:[O.jsx("h3",{className:"text-sm font-medium text-neutral-200",children:"Ask agent"}),O.jsx("p",{className:"text-xs text-neutral-500 mt-0.5",children:t.length>50?`${t.slice(0,49)}…`:t})]}),O.jsx("button",{className:"p-1 rounded-md text-neutral-500 hover:text-neutral-300 hover:bg-neutral-800/50",onClick:r,children:O.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",children:[O.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),O.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})})]}),O.jsx("div",{className:"px-5 py-4",children:O.jsx("textarea",{ref:o,className:"w-full h-24 px-3 py-2 rounded-lg border border-neutral-800 bg-neutral-900/60 text-sm text-neutral-200 placeholder-neutral-600 resize-none focus:outline-none focus:border-studio-accent/60 focus:ring-1 focus:ring-studio-accent/30",placeholder:"Describe what you want to change…",value:i,onChange:m=>l(m.target.value),onKeyDown:m=>{m.key==="Enter"&&(m.metaKey||m.ctrlKey)&&f(),m.key==="Escape"&&r()}})}),O.jsxs("div",{className:"flex items-center justify-between px-5 py-3 border-t border-neutral-800/60",children:[O.jsxs("span",{className:"text-[11px] text-neutral-600",children:[navigator.platform.includes("Mac")?"⌘":"Ctrl","+Enter to copy"]}),O.jsx("button",{className:"px-4 py-1.5 rounded-lg bg-studio-accent/90 text-xs font-medium text-neutral-950 hover:bg-studio-accent disabled:opacity-40 disabled:cursor-not-allowed",disabled:!i.trim(),onClick:f,children:"Copy prompt"})]})]})})}const gn=t=>({title:n,...r})=>O.jsx(t,{alt:n,"aria-label":n,"aria-hidden":n?void 0:!0,...r}),pS=gn(g$),C1=gn(L$),WZ=gn(m$),KZ=gn(f$),JZ=gn(R$),cg=gn(yv),eP=gn(V$),Px=gn(D$),kf=gn(H$),ug=gn(j$),tP=gn(d$),nP=gn(Yb),Tf=gn(c$),rP=gn(h$),iP=gn(o$),aP=gn(Z$),gS=h.createContext(null);function Mf(){const t=h.useContext(gS);if(!t)throw new Error("useStudioContext must be used within StudioProvider");return t}function lP({value:t,children:e}){const{projectId:n,activeCompPath:r,setActiveCompPath:i,showToast:l,previewIframeRef:o,captionEditMode:c,compositionLoading:f,refreshKey:m,setRefreshKey:p,currentTime:g,timelineElements:y,isPlaying:v,editHistory:S,handleUndo:w,handleRedo:k,renderQueue:A,compositionDimensions:E,waitForPendingDomEditSaves:Q,handlePreviewIframeRef:C,refreshPreviewDocumentVersion:$,timelineVisible:j,toggleTimelineVisibility:Z}=t,L=h.useMemo(()=>({projectId:n,activeCompPath:r,setActiveCompPath:i,showToast:l,previewIframeRef:o,captionEditMode:c,compositionLoading:f,refreshKey:m,setRefreshKey:p,currentTime:g,timelineElements:y,isPlaying:v,editHistory:S,handleUndo:w,handleRedo:k,renderQueue:A,compositionDimensions:E,waitForPendingDomEditSaves:Q,handlePreviewIframeRef:C,refreshPreviewDocumentVersion:$,timelineVisible:j,toggleTimelineVisibility:Z}),[n,r,c,f,m,g,v,E,j,S,y,A,i,l,o,p,w,k,Q,C,$,Z]);return O.jsx(gS,{value:L,children:e})}const OS=h.createContext(null);function fg(){const t=h.useContext(OS);if(!t)throw new Error("usePanelLayoutContext must be used within PanelLayoutProvider");return t}function sP({value:{leftWidth:t,setLeftWidth:e,rightWidth:n,leftCollapsed:r,setLeftCollapsed:i,rightCollapsed:l,setRightCollapsed:o,rightPanelTab:c,setRightPanelTab:f,toggleLeftSidebar:m,handlePanelResizeStart:p,handlePanelResizeMove:g,handlePanelResizeEnd:y},children:v}){const S=h.useMemo(()=>({leftWidth:t,setLeftWidth:e,rightWidth:n,leftCollapsed:r,setLeftCollapsed:i,rightCollapsed:l,setRightCollapsed:o,rightPanelTab:c,setRightPanelTab:f,toggleLeftSidebar:m,handlePanelResizeStart:p,handlePanelResizeMove:g,handlePanelResizeEnd:y}),[t,e,n,r,i,l,o,c,f,m,p,g,y]);return O.jsx(OS,{value:S,children:v})}const xS=h.createContext(null);function hg(){const t=h.useContext(xS);if(!t)throw new Error("useDomEditContext must be used within DomEditProvider");return t}function oP({value:{domEditSelection:t,domEditGroupSelections:e,domEditHoverSelection:n,agentModalOpen:r,agentModalAnchorPoint:i,copiedAgentPrompt:l,agentPromptSelectionContext:o,domEditSelectionRef:c,handleTimelineElementSelect:f,handlePreviewCanvasMouseDown:m,handlePreviewCanvasPointerMove:p,handlePreviewCanvasPointerLeave:g,applyDomSelection:y,clearDomSelection:v,handleDomStyleCommit:S,handleDomPathOffsetCommit:w,handleDomGroupPathOffsetCommit:k,handleDomBoxSizeCommit:A,handleDomRotationCommit:E,handleDomManualEditsReset:Q,handleDomMotionCommit:C,handleDomMotionClear:$,handleDomTextCommit:j,handleDomTextFieldStyleCommit:Z,handleDomAddTextField:L,handleDomRemoveTextField:F,handleAskAgent:q,handleAgentModalSubmit:z,handleBlockedDomMove:B,handleDomManualDragStart:H,handleDomEditElementDelete:te,buildDomSelectionForTimelineElement:D,resolveImportedFontAsset:N,setAgentModalOpen:Y,setAgentPromptSelectionContext:V,setAgentModalAnchorPoint:_},children:G}){const M=h.useMemo(()=>({domEditSelection:t,domEditGroupSelections:e,domEditHoverSelection:n,agentModalOpen:r,agentModalAnchorPoint:i,copiedAgentPrompt:l,agentPromptSelectionContext:o,domEditSelectionRef:c,handleTimelineElementSelect:f,handlePreviewCanvasMouseDown:m,handlePreviewCanvasPointerMove:p,handlePreviewCanvasPointerLeave:g,applyDomSelection:y,clearDomSelection:v,handleDomStyleCommit:S,handleDomPathOffsetCommit:w,handleDomGroupPathOffsetCommit:k,handleDomBoxSizeCommit:A,handleDomRotationCommit:E,handleDomManualEditsReset:Q,handleDomMotionCommit:C,handleDomMotionClear:$,handleDomTextCommit:j,handleDomTextFieldStyleCommit:Z,handleDomAddTextField:L,handleDomRemoveTextField:F,handleAskAgent:q,handleAgentModalSubmit:z,handleBlockedDomMove:B,handleDomManualDragStart:H,handleDomEditElementDelete:te,buildDomSelectionForTimelineElement:D,resolveImportedFontAsset:N,setAgentModalOpen:Y,setAgentPromptSelectionContext:V,setAgentModalAnchorPoint:_}),[t,e,n,r,i,l,o,c,f,m,p,g,y,v,S,w,k,A,E,Q,C,$,j,Z,L,F,q,z,B,H,te,D,N,Y,V,_]);return O.jsx(xS,{value:M,children:G})}function cP({captureFrameHref:t,captureFrameFilename:e,handleCaptureFrameClick:n,refreshCaptureFrameTime:r,inspectorButtonActive:i,inspectorPanelActive:l}){const{projectId:o,editHistory:c,handleUndo:f,handleRedo:m}=Mf(),{rightCollapsed:p,setRightCollapsed:g,setRightPanelTab:y}=fg(),{clearDomSelection:v}=hg();return O.jsxs("div",{className:"flex items-center justify-between h-10 px-3 bg-neutral-900 border-b border-neutral-800 flex-shrink-0",children:[O.jsx("div",{className:"flex items-center gap-2",children:O.jsx("span",{className:"text-[11px] font-medium text-neutral-400",children:o})}),O.jsxs("div",{className:"flex items-center gap-1.5",children:[O.jsx("button",{type:"button",onClick:()=>void f(),disabled:!c.canUndo,className:`h-7 w-7 flex items-center justify-center rounded-md border transition-colors ${c.canUndo?"border-neutral-700 text-neutral-300 hover:border-neutral-500 hover:bg-neutral-800":"border-neutral-900 text-neutral-700"}`,title:c.undoLabel?`Undo ${c.undoLabel} (${M0("undo")})`:`Undo (${M0("undo")})`,"aria-label":"Undo",children:O.jsx(Tf,{size:14})}),O.jsx("button",{type:"button",onClick:()=>void m(),disabled:!c.canRedo,className:`h-7 w-7 flex items-center justify-center rounded-md border transition-colors ${c.canRedo?"border-neutral-700 text-neutral-300 hover:border-neutral-500 hover:bg-neutral-800":"border-neutral-900 text-neutral-700"}`,title:c.redoLabel?`Redo ${c.redoLabel} (${M0("redo")})`:`Redo (${M0("redo")})`,"aria-label":"Redo",children:O.jsx(iP,{size:14})}),O.jsxs("a",{href:t,download:e,onClick:n,onFocus:r,onPointerDown:r,className:"h-7 flex items-center gap-1.5 px-2.5 rounded-md text-[11px] font-medium border border-neutral-700 text-neutral-300 transition-colors hover:border-neutral-500 hover:bg-neutral-800",title:"Capture current frame","aria-label":"Capture current frame",children:[O.jsx(rP,{size:14}),O.jsx("span",{children:"Capture"})]}),O.jsxs("button",{type:"button",onClick:()=>{if(cn){if(p||!l){y("design"),g(!1);return}v(),g(!0)}},disabled:!cn,className:`h-7 flex items-center gap-1.5 px-2.5 rounded-md text-[11px] font-medium border transition-colors ${i?"text-studio-accent bg-studio-accent/10 border-studio-accent/30":cn?"text-neutral-500 hover:text-neutral-300 hover:bg-neutral-800 border-transparent":"cursor-not-allowed border-transparent text-neutral-700"}`,title:cn?"Inspector":px,"aria-label":cn?"Inspector":px,children:[O.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[O.jsx("circle",{cx:"12",cy:"12",r:"10"}),O.jsx("polygon",{points:"10 8 16 12 10 16",fill:"currentColor",stroke:"none"})]}),"Inspector"]})]})]})}let q2=[],yS=[];(()=>{let t="lc,34,7n,7,7b,19,,,,2,,2,,,20,b,1c,l,g,,2t,7,2,6,2,2,,4,z,,u,r,2j,b,1m,9,9,,o,4,,9,,3,,5,17,3,3b,f,,w,1j,,,,4,8,4,,3,7,a,2,t,,1m,,,,2,4,8,,9,,a,2,q,,2,2,1l,,4,2,4,2,2,3,3,,u,2,3,,b,2,1l,,4,5,,2,4,,k,2,m,6,,,1m,,,2,,4,8,,7,3,a,2,u,,1n,,,,c,,9,,14,,3,,1l,3,5,3,,4,7,2,b,2,t,,1m,,2,,2,,3,,5,2,7,2,b,2,s,2,1l,2,,,2,4,8,,9,,a,2,t,,20,,4,,2,3,,,8,,29,,2,7,c,8,2q,,2,9,b,6,22,2,r,,,,,,1j,e,,5,,2,5,b,,10,9,,2u,4,,6,,2,2,2,p,2,4,3,g,4,d,,2,2,6,,f,,jj,3,qa,3,t,3,t,2,u,2,1s,2,,7,8,,2,b,9,,19,3,3b,2,y,,3a,3,4,2,9,,6,3,63,2,2,,1m,,,7,,,,,2,8,6,a,2,,1c,h,1r,4,1c,7,,,5,,14,9,c,2,w,4,2,2,,3,1k,,,2,3,,,3,1m,8,2,2,48,3,,d,,7,4,,6,,3,2,5i,1m,,5,ek,,5f,x,2da,3,3x,,2o,w,fe,6,2x,2,n9w,4,,a,w,2,28,2,7k,,3,,4,,p,2,5,,47,2,q,i,d,,12,8,p,b,1a,3,1c,,2,4,2,2,13,,1v,6,2,2,2,2,c,,8,,1b,,1f,,,3,2,2,5,2,,,16,2,8,,6m,,2,,4,,fn4,,kh,g,g,g,a6,2,gt,,6a,,45,5,1ae,3,,2,5,4,14,3,4,,4l,2,fx,4,ar,2,49,b,4w,,1i,f,1k,3,1d,4,2,2,1x,3,10,5,,8,1q,,c,2,1g,9,a,4,2,,2n,3,2,,,2,6,,4g,,3,8,l,2,1l,2,,,,,m,,e,7,3,5,5f,8,2,3,,,n,,29,,2,6,,,2,,,2,,2,6j,,2,4,6,2,,2,r,2,2d,8,2,,,2,2y,,,,2,6,,,2t,3,2,4,,5,77,9,,2,6t,,a,2,,,4,,40,4,2,2,4,,w,a,14,6,2,4,8,,9,6,2,3,1a,d,,2,ba,7,,6,,,2a,m,2,7,,2,,2,3e,6,3,,,2,,7,,,20,2,3,,,,9n,2,f0b,5,1n,7,t4,,1r,4,29,,f5k,2,43q,,,3,4,5,8,8,2,7,u,4,44,3,1iz,1j,4,1e,8,,e,,m,5,,f,11s,7,,h,2,7,,2,,5,79,7,c5,4,15s,7,31,7,240,5,gx7k,2o,3k,6o".split(",").map(e=>e?parseInt(e,36):1);for(let e=0,n=0;e<t.length;e++)(e%2?yS:q2).push(n=n+t[e])})();function uP(t){if(t<768)return!1;for(let e=0,n=q2.length;;){let r=e+n>>1;if(t<q2[r])n=r;else if(t>=yS[r])e=r+1;else return!0;if(e==n)return!1}}function jx(t){return t>=127462&&t<=127487}const Rx=8205;function fP(t,e,n=!0,r=!0){return(n?bS:hP)(t,e,r)}function bS(t,e,n){if(e==t.length)return e;e&&vS(t.charCodeAt(e))&&SS(t.charCodeAt(e-1))&&e--;let r=Tm(t,e);for(e+=Nx(r);e<t.length;){let i=Tm(t,e);if(r==Rx||i==Rx||n&&uP(i))e+=Nx(i),r=i;else if(jx(i)){let l=0,o=e-2;for(;o>=0&&jx(Tm(t,o));)l++,o-=2;if(l%2==0)break;e+=2}else break}return e}function hP(t,e,n){for(;e>0;){let r=bS(t,e-2,n);if(r<e)return r;e--}return 0}function Tm(t,e){let n=t.charCodeAt(e);if(!SS(n)||e+1==t.length)return n;let r=t.charCodeAt(e+1);return vS(r)?(n-55296<<10)+(r-56320)+65536:n}function vS(t){return t>=56320&&t<57344}function SS(t){return t>=55296&&t<56320}function Nx(t){return t<65536?1:2}class Ue{lineAt(e){if(e<0||e>this.length)throw new RangeError(`Invalid position ${e} in document of length ${this.length}`);return this.lineInner(e,!1,1,0)}line(e){if(e<1||e>this.lines)throw new RangeError(`Invalid line number ${e} in ${this.lines}-line document`);return this.lineInner(e,!0,1,0)}replace(e,n,r){[e,n]=Hs(this,e,n);let i=[];return this.decompose(0,e,i,2),r.length&&r.decompose(0,r.length,i,3),this.decompose(n,this.length,i,1),Yr.from(i,this.length-(n-e)+r.length)}append(e){return this.replace(this.length,this.length,e)}slice(e,n=this.length){[e,n]=Hs(this,e,n);let r=[];return this.decompose(e,n,r,0),Yr.from(r,n-e)}eq(e){if(e==this)return!0;if(e.length!=this.length||e.lines!=this.lines)return!1;let n=this.scanIdentical(e,1),r=this.length-this.scanIdentical(e,-1),i=new xc(this),l=new xc(e);for(let o=n,c=n;;){if(i.next(o),l.next(o),o=0,i.lineBreak!=l.lineBreak||i.done!=l.done||i.value!=l.value)return!1;if(c+=i.value.length,i.done||c>=r)return!0}}iter(e=1){return new xc(this,e)}iterRange(e,n=this.length){return new wS(this,e,n)}iterLines(e,n){let r;if(e==null)r=this.iter();else{n==null&&(n=this.lines+1);let i=this.line(e).from;r=this.iterRange(i,Math.max(i,n==this.lines+1?this.length:n<=1?0:this.line(n-1).to))}return new AS(r)}toString(){return this.sliceString(0)}toJSON(){let e=[];return this.flatten(e),e}constructor(){}static of(e){if(e.length==0)throw new RangeError("A document must have at least one line");return e.length==1&&!e[0]?Ue.empty:e.length<=32?new Zt(e):Yr.from(Zt.split(e,[]))}}class Zt extends Ue{constructor(e,n=dP(e)){super(),this.text=e,this.length=n}get lines(){return this.text.length}get children(){return null}lineInner(e,n,r,i){for(let l=0;;l++){let o=this.text[l],c=i+o.length;if((n?r:c)>=e)return new mP(i,c,r,o);i=c+1,r++}}decompose(e,n,r,i){let l=e<=0&&n>=this.length?this:new Zt(Vx(this.text,e,n),Math.min(n,this.length)-Math.max(0,e));if(i&1){let o=r.pop(),c=h1(l.text,o.text.slice(),0,l.length);if(c.length<=32)r.push(new Zt(c,o.length+l.length));else{let f=c.length>>1;r.push(new Zt(c.slice(0,f)),new Zt(c.slice(f)))}}else r.push(l)}replace(e,n,r){if(!(r instanceof Zt))return super.replace(e,n,r);[e,n]=Hs(this,e,n);let i=h1(this.text,h1(r.text,Vx(this.text,0,e)),n),l=this.length+r.length-(n-e);return i.length<=32?new Zt(i,l):Yr.from(Zt.split(i,[]),l)}sliceString(e,n=this.length,r=`
|
|
94
|
-
`){[e,n]=Hs(this,e,n);let i="";for(let l=0,o=0;l<=n&&o<this.text.length;o++){let c=this.text[o],f=l+c.length;l>e&&o&&(i+=r),e<f&&n>l&&(i+=c.slice(Math.max(0,e-l),n-l)),l=f+1}return i}flatten(e){for(let n of this.text)e.push(n)}scanIdentical(){return 0}static split(e,n){let r=[],i=-1;for(let l of e)r.push(l),i+=l.length+1,r.length==32&&(n.push(new Zt(r,i)),r=[],i=-1);return i>-1&&n.push(new Zt(r,i)),n}}class Yr extends Ue{constructor(e,n){super(),this.children=e,this.length=n,this.lines=0;for(let r of e)this.lines+=r.lines}lineInner(e,n,r,i){for(let l=0;;l++){let o=this.children[l],c=i+o.length,f=r+o.lines-1;if((n?f:c)>=e)return o.lineInner(e,n,r,i);i=c+1,r=f+1}}decompose(e,n,r,i){for(let l=0,o=0;o<=n&&l<this.children.length;l++){let c=this.children[l],f=o+c.length;if(e<=f&&n>=o){let m=i&((o<=e?1:0)|(f>=n?2:0));o>=e&&f<=n&&!m?r.push(c):c.decompose(e-o,n-o,r,m)}o=f+1}}replace(e,n,r){if([e,n]=Hs(this,e,n),r.lines<this.lines)for(let i=0,l=0;i<this.children.length;i++){let o=this.children[i],c=l+o.length;if(e>=l&&n<=c){let f=o.replace(e-l,n-l,r),m=this.lines-o.lines+f.lines;if(f.lines<m>>4&&f.lines>m>>6){let p=this.children.slice();return p[i]=f,new Yr(p,this.length-(n-e)+r.length)}return super.replace(l,c,f)}l=c+1}return super.replace(e,n,r)}sliceString(e,n=this.length,r=`
|
|
95
|
-
`){[e,n]=Hs(this,e,n);let i="";for(let l=0,o=0;l<this.children.length&&o<=n;l++){let c=this.children[l],f=o+c.length;o>e&&l&&(i+=r),e<f&&n>o&&(i+=c.sliceString(e-o,n-o,r)),o=f+1}return i}flatten(e){for(let n of this.children)n.flatten(e)}scanIdentical(e,n){if(!(e instanceof Yr))return 0;let r=0,[i,l,o,c]=n>0?[0,0,this.children.length,e.children.length]:[this.children.length-1,e.children.length-1,-1,-1];for(;;i+=n,l+=n){if(i==o||l==c)return r;let f=this.children[i],m=e.children[l];if(f!=m)return r+f.scanIdentical(m,n);r+=f.length+1}}static from(e,n=e.reduce((r,i)=>r+i.length+1,-1)){let r=0;for(let v of e)r+=v.lines;if(r<32){let v=[];for(let S of e)S.flatten(v);return new Zt(v,n)}let i=Math.max(32,r>>5),l=i<<1,o=i>>1,c=[],f=0,m=-1,p=[];function g(v){let S;if(v.lines>l&&v instanceof Yr)for(let w of v.children)g(w);else v.lines>o&&(f>o||!f)?(y(),c.push(v)):v instanceof Zt&&f&&(S=p[p.length-1])instanceof Zt&&v.lines+S.lines<=32?(f+=v.lines,m+=v.length+1,p[p.length-1]=new Zt(S.text.concat(v.text),S.length+1+v.length)):(f+v.lines>i&&y(),f+=v.lines,m+=v.length+1,p.push(v))}function y(){f!=0&&(c.push(p.length==1?p[0]:Yr.from(p,m)),m=-1,f=p.length=0)}for(let v of e)g(v);return y(),c.length==1?c[0]:new Yr(c,n)}}Ue.empty=new Zt([""],0);function dP(t){let e=-1;for(let n of t)e+=n.length+1;return e}function h1(t,e,n=0,r=1e9){for(let i=0,l=0,o=!0;l<t.length&&i<=r;l++){let c=t[l],f=i+c.length;f>=n&&(f>r&&(c=c.slice(0,r-i)),i<n&&(c=c.slice(n-i)),o?(e[e.length-1]+=c,o=!1):e.push(c)),i=f+1}return e}function Vx(t,e,n){return h1(t,[""],e,n)}class xc{constructor(e,n=1){this.dir=n,this.done=!1,this.lineBreak=!1,this.value="",this.nodes=[e],this.offsets=[n>0?1:(e instanceof Zt?e.text.length:e.children.length)<<1]}nextInner(e,n){for(this.done=this.lineBreak=!1;;){let r=this.nodes.length-1,i=this.nodes[r],l=this.offsets[r],o=l>>1,c=i instanceof Zt?i.text.length:i.children.length;if(o==(n>0?c:0)){if(r==0)return this.done=!0,this.value="",this;n>0&&this.offsets[r-1]++,this.nodes.pop(),this.offsets.pop()}else if((l&1)==(n>0?0:1)){if(this.offsets[r]+=n,e==0)return this.lineBreak=!0,this.value=`
|
|
96
|
-
`,this;e--}else if(i instanceof Zt){let f=i.text[o+(n<0?-1:0)];if(this.offsets[r]+=n,f.length>Math.max(0,e))return this.value=e==0?f:n>0?f.slice(e):f.slice(0,f.length-e),this;e-=f.length}else{let f=i.children[o+(n<0?-1:0)];e>f.length?(e-=f.length,this.offsets[r]+=n):(n<0&&this.offsets[r]--,this.nodes.push(f),this.offsets.push(n>0?1:(f instanceof Zt?f.text.length:f.children.length)<<1))}}}next(e=0){return e<0&&(this.nextInner(-e,-this.dir),e=this.value.length),this.nextInner(e,this.dir)}}class wS{constructor(e,n,r){this.value="",this.done=!1,this.cursor=new xc(e,n>r?-1:1),this.pos=n>r?e.length:0,this.from=Math.min(n,r),this.to=Math.max(n,r)}nextInner(e,n){if(n<0?this.pos<=this.from:this.pos>=this.to)return this.value="",this.done=!0,this;e+=Math.max(0,n<0?this.pos-this.to:this.from-this.pos);let r=n<0?this.pos-this.from:this.to-this.pos;e>r&&(e=r),r-=e;let{value:i}=this.cursor.next(e);return this.pos+=(i.length+e)*n,this.value=i.length<=r?i:n<0?i.slice(i.length-r):i.slice(0,r),this.done=!this.value,this}next(e=0){return e<0?e=Math.max(e,this.from-this.pos):e>0&&(e=Math.min(e,this.to-this.pos)),this.nextInner(e,this.cursor.dir)}get lineBreak(){return this.cursor.lineBreak&&this.value!=""}}class AS{constructor(e){this.inner=e,this.afterBreak=!0,this.value="",this.done=!1}next(e=0){let{done:n,lineBreak:r,value:i}=this.inner.next(e);return n&&this.afterBreak?(this.value="",this.afterBreak=!1):n?(this.done=!0,this.value=""):r?this.afterBreak?this.value="":(this.afterBreak=!0,this.next()):(this.value=i,this.afterBreak=!1),this}get lineBreak(){return!1}}typeof Symbol<"u"&&(Ue.prototype[Symbol.iterator]=function(){return this.iter()},xc.prototype[Symbol.iterator]=wS.prototype[Symbol.iterator]=AS.prototype[Symbol.iterator]=function(){return this});class mP{constructor(e,n,r,i){this.from=e,this.to=n,this.number=r,this.text=i}get length(){return this.to-this.from}}function Hs(t,e,n){return e=Math.max(0,Math.min(t.length,e)),[e,Math.max(e,Math.min(t.length,n))]}function Wt(t,e,n=!0,r=!0){return fP(t,e,n,r)}function pP(t){return t>=56320&&t<57344}function gP(t){return t>=55296&&t<56320}function kl(t,e){let n=t.charCodeAt(e);if(!gP(n)||e+1==t.length)return n;let r=t.charCodeAt(e+1);return pP(r)?(n-55296<<10)+(r-56320)+65536:n}function kS(t){return t<=65535?String.fromCharCode(t):(t-=65536,String.fromCharCode((t>>10)+55296,(t&1023)+56320))}function Jc(t){return t<65536?1:2}const U2=/\r\n?|\n/;var dn=(function(t){return t[t.Simple=0]="Simple",t[t.TrackDel=1]="TrackDel",t[t.TrackBefore=2]="TrackBefore",t[t.TrackAfter=3]="TrackAfter",t})(dn||(dn={}));class Jr{constructor(e){this.sections=e}get length(){let e=0;for(let n=0;n<this.sections.length;n+=2)e+=this.sections[n];return e}get newLength(){let e=0;for(let n=0;n<this.sections.length;n+=2){let r=this.sections[n+1];e+=r<0?this.sections[n]:r}return e}get empty(){return this.sections.length==0||this.sections.length==2&&this.sections[1]<0}iterGaps(e){for(let n=0,r=0,i=0;n<this.sections.length;){let l=this.sections[n++],o=this.sections[n++];o<0?(e(r,i,l),i+=l):i+=o,r+=l}}iterChangedRanges(e,n=!1){I2(this,e,n)}get invertedDesc(){let e=[];for(let n=0;n<this.sections.length;){let r=this.sections[n++],i=this.sections[n++];i<0?e.push(r,i):e.push(i,r)}return new Jr(e)}composeDesc(e){return this.empty?e:e.empty?this:TS(this,e)}mapDesc(e,n=!1){return e.empty?this:G2(this,e,n)}mapPos(e,n=-1,r=dn.Simple){let i=0,l=0;for(let o=0;o<this.sections.length;){let c=this.sections[o++],f=this.sections[o++],m=i+c;if(f<0){if(m>e)return l+(e-i);l+=c}else{if(r!=dn.Simple&&m>=e&&(r==dn.TrackDel&&i<e&&m>e||r==dn.TrackBefore&&i<e||r==dn.TrackAfter&&m>e))return null;if(m>e||m==e&&n<0&&!c)return e==i||n<0?l:l+f;l+=f}i=m}if(e>i)throw new RangeError(`Position ${e} is out of range for changeset of length ${i}`);return l}touchesRange(e,n=e){for(let r=0,i=0;r<this.sections.length&&i<=n;){let l=this.sections[r++],o=this.sections[r++],c=i+l;if(o>=0&&i<=n&&c>=e)return i<e&&c>n?"cover":!0;i=c}return!1}toString(){let e="";for(let n=0;n<this.sections.length;){let r=this.sections[n++],i=this.sections[n++];e+=(e?" ":"")+r+(i>=0?":"+i:"")}return e}toJSON(){return this.sections}static fromJSON(e){if(!Array.isArray(e)||e.length%2||e.some(n=>typeof n!="number"))throw new RangeError("Invalid JSON representation of ChangeDesc");return new Jr(e)}static create(e){return new Jr(e)}}class Bt extends Jr{constructor(e,n){super(e),this.inserted=n}apply(e){if(this.length!=e.length)throw new RangeError("Applying change set to a document with the wrong length");return I2(this,(n,r,i,l,o)=>e=e.replace(i,i+(r-n),o),!1),e}mapDesc(e,n=!1){return G2(this,e,n,!0)}invert(e){let n=this.sections.slice(),r=[];for(let i=0,l=0;i<n.length;i+=2){let o=n[i],c=n[i+1];if(c>=0){n[i]=c,n[i+1]=o;let f=i>>1;for(;r.length<f;)r.push(Ue.empty);r.push(o?e.slice(l,l+o):Ue.empty)}l+=o}return new Bt(n,r)}compose(e){return this.empty?e:e.empty?this:TS(this,e,!0)}map(e,n=!1){return e.empty?this:G2(this,e,n,!0)}iterChanges(e,n=!1){I2(this,e,n)}get desc(){return Jr.create(this.sections)}filter(e){let n=[],r=[],i=[],l=new jc(this);e:for(let o=0,c=0;;){let f=o==e.length?1e9:e[o++];for(;c<f||c==f&&l.len==0;){if(l.done)break e;let p=Math.min(l.len,f-c);hn(i,p,-1);let g=l.ins==-1?-1:l.off==0?l.ins:0;hn(n,p,g),g>0&&ba(r,n,l.text),l.forward(p),c+=p}let m=e[o++];for(;c<m;){if(l.done)break e;let p=Math.min(l.len,m-c);hn(n,p,-1),hn(i,p,l.ins==-1?-1:l.off==0?l.ins:0),l.forward(p),c+=p}}return{changes:new Bt(n,r),filtered:Jr.create(i)}}toJSON(){let e=[];for(let n=0;n<this.sections.length;n+=2){let r=this.sections[n],i=this.sections[n+1];i<0?e.push(r):i==0?e.push([r]):e.push([r].concat(this.inserted[n>>1].toJSON()))}return e}static of(e,n,r){let i=[],l=[],o=0,c=null;function f(p=!1){if(!p&&!i.length)return;o<n&&hn(i,n-o,-1);let g=new Bt(i,l);c=c?c.compose(g.map(c)):g,i=[],l=[],o=0}function m(p){if(Array.isArray(p))for(let g of p)m(g);else if(p instanceof Bt){if(p.length!=n)throw new RangeError(`Mismatched change set length (got ${p.length}, expected ${n})`);f(),c=c?c.compose(p.map(c)):p}else{let{from:g,to:y=g,insert:v}=p;if(g>y||g<0||y>n)throw new RangeError(`Invalid change range ${g} to ${y} (in doc of length ${n})`);let S=v?typeof v=="string"?Ue.of(v.split(r||U2)):v:Ue.empty,w=S.length;if(g==y&&w==0)return;g<o&&f(),g>o&&hn(i,g-o,-1),hn(i,y-g,w),ba(l,i,S),o=y}}return m(e),f(!c),c}static empty(e){return new Bt(e?[e,-1]:[],[])}static fromJSON(e){if(!Array.isArray(e))throw new RangeError("Invalid JSON representation of ChangeSet");let n=[],r=[];for(let i=0;i<e.length;i++){let l=e[i];if(typeof l=="number")n.push(l,-1);else{if(!Array.isArray(l)||typeof l[0]!="number"||l.some((o,c)=>c&&typeof o!="string"))throw new RangeError("Invalid JSON representation of ChangeSet");if(l.length==1)n.push(l[0],0);else{for(;r.length<i;)r.push(Ue.empty);r[i]=Ue.of(l.slice(1)),n.push(l[0],r[i].length)}}}return new Bt(n,r)}static createSet(e,n){return new Bt(e,n)}}function hn(t,e,n,r=!1){if(e==0&&n<=0)return;let i=t.length-2;i>=0&&n<=0&&n==t[i+1]?t[i]+=e:i>=0&&e==0&&t[i]==0?t[i+1]+=n:r?(t[i]+=e,t[i+1]+=n):t.push(e,n)}function ba(t,e,n){if(n.length==0)return;let r=e.length-2>>1;if(r<t.length)t[t.length-1]=t[t.length-1].append(n);else{for(;t.length<r;)t.push(Ue.empty);t.push(n)}}function I2(t,e,n){let r=t.inserted;for(let i=0,l=0,o=0;o<t.sections.length;){let c=t.sections[o++],f=t.sections[o++];if(f<0)i+=c,l+=c;else{let m=i,p=l,g=Ue.empty;for(;m+=c,p+=f,f&&r&&(g=g.append(r[o-2>>1])),!(n||o==t.sections.length||t.sections[o+1]<0);)c=t.sections[o++],f=t.sections[o++];e(i,m,l,p,g),i=m,l=p}}}function G2(t,e,n,r=!1){let i=[],l=r?[]:null,o=new jc(t),c=new jc(e);for(let f=-1;;){if(o.done&&c.len||c.done&&o.len)throw new Error("Mismatched change set lengths");if(o.ins==-1&&c.ins==-1){let m=Math.min(o.len,c.len);hn(i,m,-1),o.forward(m),c.forward(m)}else if(c.ins>=0&&(o.ins<0||f==o.i||o.off==0&&(c.len<o.len||c.len==o.len&&!n))){let m=c.len;for(hn(i,c.ins,-1);m;){let p=Math.min(o.len,m);o.ins>=0&&f<o.i&&o.len<=p&&(hn(i,0,o.ins),l&&ba(l,i,o.text),f=o.i),o.forward(p),m-=p}c.next()}else if(o.ins>=0){let m=0,p=o.len;for(;p;)if(c.ins==-1){let g=Math.min(p,c.len);m+=g,p-=g,c.forward(g)}else if(c.ins==0&&c.len<p)p-=c.len,c.next();else break;hn(i,m,f<o.i?o.ins:0),l&&f<o.i&&ba(l,i,o.text),f=o.i,o.forward(o.len-p)}else{if(o.done&&c.done)return l?Bt.createSet(i,l):Jr.create(i);throw new Error("Mismatched change set lengths")}}}function TS(t,e,n=!1){let r=[],i=n?[]:null,l=new jc(t),o=new jc(e);for(let c=!1;;){if(l.done&&o.done)return i?Bt.createSet(r,i):Jr.create(r);if(l.ins==0)hn(r,l.len,0,c),l.next();else if(o.len==0&&!o.done)hn(r,0,o.ins,c),i&&ba(i,r,o.text),o.next();else{if(l.done||o.done)throw new Error("Mismatched change set lengths");{let f=Math.min(l.len2,o.len),m=r.length;if(l.ins==-1){let p=o.ins==-1?-1:o.off?0:o.ins;hn(r,f,p,c),i&&p&&ba(i,r,o.text)}else o.ins==-1?(hn(r,l.off?0:l.len,f,c),i&&ba(i,r,l.textBit(f))):(hn(r,l.off?0:l.len,o.off?0:o.ins,c),i&&!o.off&&ba(i,r,o.text));c=(l.ins>f||o.ins>=0&&o.len>f)&&(c||r.length>m),l.forward2(f),o.forward(f)}}}}class jc{constructor(e){this.set=e,this.i=0,this.next()}next(){let{sections:e}=this.set;this.i<e.length?(this.len=e[this.i++],this.ins=e[this.i++]):(this.len=0,this.ins=-2),this.off=0}get done(){return this.ins==-2}get len2(){return this.ins<0?this.len:this.ins}get text(){let{inserted:e}=this.set,n=this.i-2>>1;return n>=e.length?Ue.empty:e[n]}textBit(e){let{inserted:n}=this.set,r=this.i-2>>1;return r>=n.length&&!e?Ue.empty:n[r].slice(this.off,e==null?void 0:this.off+e)}forward(e){e==this.len?this.next():(this.len-=e,this.off+=e)}forward2(e){this.ins==-1?this.forward(e):e==this.ins?this.next():(this.ins-=e,this.off+=e)}}class ll{constructor(e,n,r){this.from=e,this.to=n,this.flags=r}get anchor(){return this.flags&32?this.to:this.from}get head(){return this.flags&32?this.from:this.to}get empty(){return this.from==this.to}get assoc(){return this.flags&8?-1:this.flags&16?1:0}get bidiLevel(){let e=this.flags&7;return e==7?null:e}get goalColumn(){let e=this.flags>>6;return e==16777215?void 0:e}map(e,n=-1){let r,i;return this.empty?r=i=e.mapPos(this.from,n):(r=e.mapPos(this.from,1),i=e.mapPos(this.to,-1)),r==this.from&&i==this.to?this:new ll(r,i,this.flags)}extend(e,n=e,r=0){if(e<=this.anchor&&n>=this.anchor)return fe.range(e,n,void 0,void 0,r);let i=Math.abs(e-this.anchor)>Math.abs(n-this.anchor)?e:n;return fe.range(this.anchor,i,void 0,void 0,r)}eq(e,n=!1){return this.anchor==e.anchor&&this.head==e.head&&this.goalColumn==e.goalColumn&&(!n||!this.empty||this.assoc==e.assoc)}toJSON(){return{anchor:this.anchor,head:this.head}}static fromJSON(e){if(!e||typeof e.anchor!="number"||typeof e.head!="number")throw new RangeError("Invalid JSON representation for SelectionRange");return fe.range(e.anchor,e.head)}static create(e,n,r){return new ll(e,n,r)}}class fe{constructor(e,n){this.ranges=e,this.mainIndex=n}map(e,n=-1){return e.empty?this:fe.create(this.ranges.map(r=>r.map(e,n)),this.mainIndex)}eq(e,n=!1){if(this.ranges.length!=e.ranges.length||this.mainIndex!=e.mainIndex)return!1;for(let r=0;r<this.ranges.length;r++)if(!this.ranges[r].eq(e.ranges[r],n))return!1;return!0}get main(){return this.ranges[this.mainIndex]}asSingle(){return this.ranges.length==1?this:new fe([this.main],0)}addRange(e,n=!0){return fe.create([e].concat(this.ranges),n?0:this.mainIndex+1)}replaceRange(e,n=this.mainIndex){let r=this.ranges.slice();return r[n]=e,fe.create(r,this.mainIndex)}toJSON(){return{ranges:this.ranges.map(e=>e.toJSON()),main:this.mainIndex}}static fromJSON(e){if(!e||!Array.isArray(e.ranges)||typeof e.main!="number"||e.main>=e.ranges.length)throw new RangeError("Invalid JSON representation for EditorSelection");return new fe(e.ranges.map(n=>ll.fromJSON(n)),e.main)}static single(e,n=e){return new fe([fe.range(e,n)],0)}static create(e,n=0){if(e.length==0)throw new RangeError("A selection needs at least one range");for(let r=0,i=0;i<e.length;i++){let l=e[i];if(l.empty?l.from<=r:l.from<r)return fe.normalized(e.slice(),n);r=l.to}return new fe(e,n)}static cursor(e,n=0,r,i){return ll.create(e,e,(n==0?0:n<0?8:16)|(r==null?7:Math.min(6,r))|(i??16777215)<<6)}static range(e,n,r,i,l){let o=(r??16777215)<<6|(i==null?7:Math.min(6,i));return!l&&e!=n&&(l=n<e?1:-1),n<e?ll.create(n,e,48|o):ll.create(e,n,(l?l<0?8:16:0)|o)}static normalized(e,n=0){let r=e[n];e.sort((i,l)=>i.from-l.from),n=e.indexOf(r);for(let i=1;i<e.length;i++){let l=e[i],o=e[i-1];if(l.empty?l.from<=o.to:l.from<o.to){let c=o.from,f=Math.max(l.to,o.to);i<=n&&n--,e.splice(--i,2,l.anchor>l.head?fe.range(f,c):fe.range(c,f))}}return new fe(e,n)}}function MS(t,e){for(let n of t.ranges)if(n.to>e)throw new RangeError("Selection points outside of document")}let dg=0;class Se{constructor(e,n,r,i,l){this.combine=e,this.compareInput=n,this.compare=r,this.isStatic=i,this.id=dg++,this.default=e([]),this.extensions=typeof l=="function"?l(this):l}get reader(){return this}static define(e={}){return new Se(e.combine||(n=>n),e.compareInput||((n,r)=>n===r),e.compare||(e.combine?(n,r)=>n===r:mg),!!e.static,e.enables)}of(e){return new d1([],this,0,e)}compute(e,n){if(this.isStatic)throw new Error("Can't compute a static facet");return new d1(e,this,1,n)}computeN(e,n){if(this.isStatic)throw new Error("Can't compute a static facet");return new d1(e,this,2,n)}from(e,n){return n||(n=r=>r),this.compute([e],r=>n(r.field(e)))}}function mg(t,e){return t==e||t.length==e.length&&t.every((n,r)=>n===e[r])}class d1{constructor(e,n,r,i){this.dependencies=e,this.facet=n,this.type=r,this.value=i,this.id=dg++}dynamicSlot(e){var n;let r=this.value,i=this.facet.compareInput,l=this.id,o=e[l]>>1,c=this.type==2,f=!1,m=!1,p=[];for(let g of this.dependencies)g=="doc"?f=!0:g=="selection"?m=!0:(((n=e[g.id])!==null&&n!==void 0?n:1)&1)==0&&p.push(e[g.id]);return{create(g){return g.values[o]=r(g),1},update(g,y){if(f&&y.docChanged||m&&(y.docChanged||y.selection)||W2(g,p)){let v=r(g);if(c?!Lx(v,g.values[o],i):!i(v,g.values[o]))return g.values[o]=v,1}return 0},reconfigure:(g,y)=>{let v,S=y.config.address[l];if(S!=null){let w=P1(y,S);if(this.dependencies.every(k=>k instanceof Se?y.facet(k)===g.facet(k):k instanceof Kn?y.field(k,!1)==g.field(k,!1):!0)||(c?Lx(v=r(g),w,i):i(v=r(g),w)))return g.values[o]=w,0}else v=r(g);return g.values[o]=v,1}}}}function Lx(t,e,n){if(t.length!=e.length)return!1;for(let r=0;r<t.length;r++)if(!n(t[r],e[r]))return!1;return!0}function W2(t,e){let n=!1;for(let r of e)yc(t,r)&1&&(n=!0);return n}function OP(t,e,n){let r=n.map(f=>t[f.id]),i=n.map(f=>f.type),l=r.filter(f=>!(f&1)),o=t[e.id]>>1;function c(f){let m=[];for(let p=0;p<r.length;p++){let g=P1(f,r[p]);if(i[p]==2)for(let y of g)m.push(y);else m.push(g)}return e.combine(m)}return{create(f){for(let m of r)yc(f,m);return f.values[o]=c(f),1},update(f,m){if(!W2(f,l))return 0;let p=c(f);return e.compare(p,f.values[o])?0:(f.values[o]=p,1)},reconfigure(f,m){let p=W2(f,r),g=m.config.facets[e.id],y=m.facet(e);if(g&&!p&&mg(n,g))return f.values[o]=y,0;let v=c(f);return e.compare(v,y)?(f.values[o]=y,0):(f.values[o]=v,1)}}}const P0=Se.define({static:!0});class Kn{constructor(e,n,r,i,l){this.id=e,this.createF=n,this.updateF=r,this.compareF=i,this.spec=l,this.provides=void 0}static define(e){let n=new Kn(dg++,e.create,e.update,e.compare||((r,i)=>r===i),e);return e.provide&&(n.provides=e.provide(n)),n}create(e){let n=e.facet(P0).find(r=>r.field==this);return((n==null?void 0:n.create)||this.createF)(e)}slot(e){let n=e[this.id]>>1;return{create:r=>(r.values[n]=this.create(r),1),update:(r,i)=>{let l=r.values[n],o=this.updateF(l,i);return this.compareF(l,o)?0:(r.values[n]=o,1)},reconfigure:(r,i)=>{let l=r.facet(P0),o=i.facet(P0),c;return(c=l.find(f=>f.field==this))&&c!=o.find(f=>f.field==this)?(r.values[n]=c.create(r),1):i.config.address[this.id]!=null?(r.values[n]=i.field(this),0):(r.values[n]=this.create(r),1)}}}init(e){return[this,P0.of({field:this,create:e})]}get extension(){return this}}const nl={lowest:4,low:3,default:2,high:1,highest:0};function ec(t){return e=>new ES(e,t)}const eu={highest:ec(nl.highest),high:ec(nl.high),default:ec(nl.default),low:ec(nl.low),lowest:ec(nl.lowest)};class ES{constructor(e,n){this.inner=e,this.prec=n}}class Ef{of(e){return new K2(this,e)}reconfigure(e){return Ef.reconfigure.of({compartment:this,extension:e})}get(e){return e.config.compartments.get(this)}}class K2{constructor(e,n){this.compartment=e,this.inner=n}}class Z1{constructor(e,n,r,i,l,o){for(this.base=e,this.compartments=n,this.dynamicSlots=r,this.address=i,this.staticValues=l,this.facets=o,this.statusTemplate=[];this.statusTemplate.length<r.length;)this.statusTemplate.push(0)}staticFacet(e){let n=this.address[e.id];return n==null?e.default:this.staticValues[n>>1]}static resolve(e,n,r){let i=[],l=Object.create(null),o=new Map;for(let y of xP(e,n,o))y instanceof Kn?i.push(y):(l[y.facet.id]||(l[y.facet.id]=[])).push(y);let c=Object.create(null),f=[],m=[];for(let y of i)c[y.id]=m.length<<1,m.push(v=>y.slot(v));let p=r==null?void 0:r.config.facets;for(let y in l){let v=l[y],S=v[0].facet,w=p&&p[y]||[];if(v.every(k=>k.type==0))if(c[S.id]=f.length<<1|1,mg(w,v))f.push(r.facet(S));else{let k=S.combine(v.map(A=>A.value));f.push(r&&S.compare(k,r.facet(S))?r.facet(S):k)}else{for(let k of v)k.type==0?(c[k.id]=f.length<<1|1,f.push(k.value)):(c[k.id]=m.length<<1,m.push(A=>k.dynamicSlot(A)));c[S.id]=m.length<<1,m.push(k=>OP(k,S,v))}}let g=m.map(y=>y(c));return new Z1(e,o,g,c,f,l)}}function xP(t,e,n){let r=[[],[],[],[],[]],i=new Map;function l(o,c){let f=i.get(o);if(f!=null){if(f<=c)return;let m=r[f].indexOf(o);m>-1&&r[f].splice(m,1),o instanceof K2&&n.delete(o.compartment)}if(i.set(o,c),Array.isArray(o))for(let m of o)l(m,c);else if(o instanceof K2){if(n.has(o.compartment))throw new RangeError("Duplicate use of compartment in extensions");let m=e.get(o.compartment)||o.inner;n.set(o.compartment,m),l(m,c)}else if(o instanceof ES)l(o.inner,o.prec);else if(o instanceof Kn)r[c].push(o),o.provides&&l(o.provides,c);else if(o instanceof d1)r[c].push(o),o.facet.extensions&&l(o.facet.extensions,nl.default);else{let m=o.extension;if(!m)throw new Error(`Unrecognized extension value in extension set (${o}). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks.`);l(m,c)}}return l(t,nl.default),r.reduce((o,c)=>o.concat(c))}function yc(t,e){if(e&1)return 2;let n=e>>1,r=t.status[n];if(r==4)throw new Error("Cyclic dependency between fields and/or facets");if(r&2)return r;t.status[n]=4;let i=t.computeSlot(t,t.config.dynamicSlots[n]);return t.status[n]=2|i}function P1(t,e){return e&1?t.config.staticValues[e>>1]:t.values[e>>1]}const $S=Se.define(),J2=Se.define({combine:t=>t.some(e=>e),static:!0}),QS=Se.define({combine:t=>t.length?t[0]:void 0,static:!0}),CS=Se.define(),ZS=Se.define(),PS=Se.define(),jS=Se.define({combine:t=>t.length?t[0]:!1});class Li{constructor(e,n){this.type=e,this.value=n}static define(){return new yP}}class yP{of(e){return new Li(this,e)}}class bP{constructor(e){this.map=e}of(e){return new We(this,e)}}class We{constructor(e,n){this.type=e,this.value=n}map(e){let n=this.type.map(this.value,e);return n===void 0?void 0:n==this.value?this:new We(this.type,n)}is(e){return this.type==e}static define(e={}){return new bP(e.map||(n=>n))}static mapEffects(e,n){if(!e.length)return e;let r=[];for(let i of e){let l=i.map(n);l&&r.push(l)}return r}}We.reconfigure=We.define();We.appendConfig=We.define();class Xt{constructor(e,n,r,i,l,o){this.startState=e,this.changes=n,this.selection=r,this.effects=i,this.annotations=l,this.scrollIntoView=o,this._doc=null,this._state=null,r&&MS(r,n.newLength),l.some(c=>c.type==Xt.time)||(this.annotations=l.concat(Xt.time.of(Date.now())))}static create(e,n,r,i,l,o){return new Xt(e,n,r,i,l,o)}get newDoc(){return this._doc||(this._doc=this.changes.apply(this.startState.doc))}get newSelection(){return this.selection||this.startState.selection.map(this.changes)}get state(){return this._state||this.startState.applyTransaction(this),this._state}annotation(e){for(let n of this.annotations)if(n.type==e)return n.value}get docChanged(){return!this.changes.empty}get reconfigured(){return this.startState.config!=this.state.config}isUserEvent(e){let n=this.annotation(Xt.userEvent);return!!(n&&(n==e||n.length>e.length&&n.slice(0,e.length)==e&&n[e.length]=="."))}}Xt.time=Li.define();Xt.userEvent=Li.define();Xt.addToHistory=Li.define();Xt.remote=Li.define();function vP(t,e){let n=[];for(let r=0,i=0;;){let l,o;if(r<t.length&&(i==e.length||e[i]>=t[r]))l=t[r++],o=t[r++];else if(i<e.length)l=e[i++],o=e[i++];else return n;!n.length||n[n.length-1]<l?n.push(l,o):n[n.length-1]<o&&(n[n.length-1]=o)}}function RS(t,e,n){var r;let i,l,o;return n?(i=e.changes,l=Bt.empty(e.changes.length),o=t.changes.compose(e.changes)):(i=e.changes.map(t.changes),l=t.changes.mapDesc(e.changes,!0),o=t.changes.compose(i)),{changes:o,selection:e.selection?e.selection.map(l):(r=t.selection)===null||r===void 0?void 0:r.map(i),effects:We.mapEffects(t.effects,i).concat(We.mapEffects(e.effects,l)),annotations:t.annotations.length?t.annotations.concat(e.annotations):e.annotations,scrollIntoView:t.scrollIntoView||e.scrollIntoView}}function ep(t,e,n){let r=e.selection,i=Zs(e.annotations);return e.userEvent&&(i=i.concat(Xt.userEvent.of(e.userEvent))),{changes:e.changes instanceof Bt?e.changes:Bt.of(e.changes||[],n,t.facet(QS)),selection:r&&(r instanceof fe?r:fe.single(r.anchor,r.head)),effects:Zs(e.effects),annotations:i,scrollIntoView:!!e.scrollIntoView}}function NS(t,e,n){let r=ep(t,e.length?e[0]:{},t.doc.length);e.length&&e[0].filter===!1&&(n=!1);for(let l=1;l<e.length;l++){e[l].filter===!1&&(n=!1);let o=!!e[l].sequential;r=RS(r,ep(t,e[l],o?r.changes.newLength:t.doc.length),o)}let i=Xt.create(t,r.changes,r.selection,r.effects,r.annotations,r.scrollIntoView);return wP(n?SP(i):i)}function SP(t){let e=t.startState,n=!0;for(let i of e.facet(CS)){let l=i(t);if(l===!1){n=!1;break}Array.isArray(l)&&(n=n===!0?l:vP(n,l))}if(n!==!0){let i,l;if(n===!1)l=t.changes.invertedDesc,i=Bt.empty(e.doc.length);else{let o=t.changes.filter(n);i=o.changes,l=o.filtered.mapDesc(o.changes).invertedDesc}t=Xt.create(e,i,t.selection&&t.selection.map(l),We.mapEffects(t.effects,l),t.annotations,t.scrollIntoView)}let r=e.facet(ZS);for(let i=r.length-1;i>=0;i--){let l=r[i](t);l instanceof Xt?t=l:Array.isArray(l)&&l.length==1&&l[0]instanceof Xt?t=l[0]:t=NS(e,Zs(l),!1)}return t}function wP(t){let e=t.startState,n=e.facet(PS),r=t;for(let i=n.length-1;i>=0;i--){let l=n[i](t);l&&Object.keys(l).length&&(r=RS(r,ep(e,l,t.changes.newLength),!0))}return r==t?t:Xt.create(e,t.changes,t.selection,r.effects,r.annotations,r.scrollIntoView)}const AP=[];function Zs(t){return t==null?AP:Array.isArray(t)?t:[t]}var Ot=(function(t){return t[t.Word=0]="Word",t[t.Space=1]="Space",t[t.Other=2]="Other",t})(Ot||(Ot={}));const kP=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;let tp;try{tp=new RegExp("[\\p{Alphabetic}\\p{Number}_]","u")}catch{}function TP(t){if(tp)return tp.test(t);for(let e=0;e<t.length;e++){let n=t[e];if(/\w/.test(n)||n>""&&(n.toUpperCase()!=n.toLowerCase()||kP.test(n)))return!0}return!1}function MP(t){return e=>{if(!/\S/.test(e))return Ot.Space;if(TP(e))return Ot.Word;for(let n=0;n<t.length;n++)if(e.indexOf(t[n])>-1)return Ot.Word;return Ot.Other}}class Ie{constructor(e,n,r,i,l,o){this.config=e,this.doc=n,this.selection=r,this.values=i,this.status=e.statusTemplate.slice(),this.computeSlot=l,o&&(o._state=this);for(let c=0;c<this.config.dynamicSlots.length;c++)yc(this,c<<1);this.computeSlot=null}field(e,n=!0){let r=this.config.address[e.id];if(r==null){if(n)throw new RangeError("Field is not present in this state");return}return yc(this,r),P1(this,r)}update(...e){return NS(this,e,!0)}applyTransaction(e){let n=this.config,{base:r,compartments:i}=n;for(let c of e.effects)c.is(Ef.reconfigure)?(n&&(i=new Map,n.compartments.forEach((f,m)=>i.set(m,f)),n=null),i.set(c.value.compartment,c.value.extension)):c.is(We.reconfigure)?(n=null,r=c.value):c.is(We.appendConfig)&&(n=null,r=Zs(r).concat(c.value));let l;n?l=e.startState.values.slice():(n=Z1.resolve(r,i,this),l=new Ie(n,this.doc,this.selection,n.dynamicSlots.map(()=>null),(f,m)=>m.reconfigure(f,this),null).values);let o=e.startState.facet(J2)?e.newSelection:e.newSelection.asSingle();new Ie(n,e.newDoc,o,l,(c,f)=>f.update(c,e),e)}replaceSelection(e){return typeof e=="string"&&(e=this.toText(e)),this.changeByRange(n=>({changes:{from:n.from,to:n.to,insert:e},range:fe.cursor(n.from+e.length)}))}changeByRange(e){let n=this.selection,r=e(n.ranges[0]),i=this.changes(r.changes),l=[r.range],o=Zs(r.effects);for(let c=1;c<n.ranges.length;c++){let f=e(n.ranges[c]),m=this.changes(f.changes),p=m.map(i);for(let y=0;y<c;y++)l[y]=l[y].map(p);let g=i.mapDesc(m,!0);l.push(f.range.map(g)),i=i.compose(p),o=We.mapEffects(o,p).concat(We.mapEffects(Zs(f.effects),g))}return{changes:i,selection:fe.create(l,n.mainIndex),effects:o}}changes(e=[]){return e instanceof Bt?e:Bt.of(e,this.doc.length,this.facet(Ie.lineSeparator))}toText(e){return Ue.of(e.split(this.facet(Ie.lineSeparator)||U2))}sliceDoc(e=0,n=this.doc.length){return this.doc.sliceString(e,n,this.lineBreak)}facet(e){let n=this.config.address[e.id];return n==null?e.default:(yc(this,n),P1(this,n))}toJSON(e){let n={doc:this.sliceDoc(),selection:this.selection.toJSON()};if(e)for(let r in e){let i=e[r];i instanceof Kn&&this.config.address[i.id]!=null&&(n[r]=i.spec.toJSON(this.field(e[r]),this))}return n}static fromJSON(e,n={},r){if(!e||typeof e.doc!="string")throw new RangeError("Invalid JSON representation for EditorState");let i=[];if(r){for(let l in r)if(Object.prototype.hasOwnProperty.call(e,l)){let o=r[l],c=e[l];i.push(o.init(f=>o.spec.fromJSON(c,f)))}}return Ie.create({doc:e.doc,selection:fe.fromJSON(e.selection),extensions:n.extensions?i.concat([n.extensions]):i})}static create(e={}){let n=Z1.resolve(e.extensions||[],new Map),r=e.doc instanceof Ue?e.doc:Ue.of((e.doc||"").split(n.staticFacet(Ie.lineSeparator)||U2)),i=e.selection?e.selection instanceof fe?e.selection:fe.single(e.selection.anchor,e.selection.head):fe.single(0);return MS(i,r.length),n.staticFacet(J2)||(i=i.asSingle()),new Ie(n,r,i,n.dynamicSlots.map(()=>null),(l,o)=>o.create(l),null)}get tabSize(){return this.facet(Ie.tabSize)}get lineBreak(){return this.facet(Ie.lineSeparator)||`
|
|
97
|
-
`}get readOnly(){return this.facet(jS)}phrase(e,...n){for(let r of this.facet(Ie.phrases))if(Object.prototype.hasOwnProperty.call(r,e)){e=r[e];break}return n.length&&(e=e.replace(/\$(\$|\d*)/g,(r,i)=>{if(i=="$")return"$";let l=+(i||1);return!l||l>n.length?r:n[l-1]})),e}languageDataAt(e,n,r=-1){let i=[];for(let l of this.facet($S))for(let o of l(this,n,r))Object.prototype.hasOwnProperty.call(o,e)&&i.push(o[e]);return i}charCategorizer(e){let n=this.languageDataAt("wordChars",e);return MP(n.length?n[0]:"")}wordAt(e){let{text:n,from:r,length:i}=this.doc.lineAt(e),l=this.charCategorizer(e),o=e-r,c=e-r;for(;o>0;){let f=Wt(n,o,!1);if(l(n.slice(f,o))!=Ot.Word)break;o=f}for(;c<i;){let f=Wt(n,c);if(l(n.slice(c,f))!=Ot.Word)break;c=f}return o==c?null:fe.range(o+r,c+r)}}Ie.allowMultipleSelections=J2;Ie.tabSize=Se.define({combine:t=>t.length?t[0]:4});Ie.lineSeparator=QS;Ie.readOnly=jS;Ie.phrases=Se.define({compare(t,e){let n=Object.keys(t),r=Object.keys(e);return n.length==r.length&&n.every(i=>t[i]==e[i])}});Ie.languageData=$S;Ie.changeFilter=CS;Ie.transactionFilter=ZS;Ie.transactionExtender=PS;Ef.reconfigure=We.define();function no(t,e,n={}){let r={};for(let i of t)for(let l of Object.keys(i)){let o=i[l],c=r[l];if(c===void 0)r[l]=o;else if(!(c===o||o===void 0))if(Object.hasOwnProperty.call(n,l))r[l]=n[l](c,o);else throw new Error("Config merge conflict for field "+l)}for(let i in e)r[i]===void 0&&(r[i]=e[i]);return r}class Ta{eq(e){return this==e}range(e,n=e){return np.create(e,n,this)}}Ta.prototype.startSide=Ta.prototype.endSide=0;Ta.prototype.point=!1;Ta.prototype.mapMode=dn.TrackDel;function pg(t,e){return t==e||t.constructor==e.constructor&&t.eq(e)}let np=class VS{constructor(e,n,r){this.from=e,this.to=n,this.value=r}static create(e,n,r){return new VS(e,n,r)}};function rp(t,e){return t.from-e.from||t.value.startSide-e.value.startSide}class gg{constructor(e,n,r,i){this.from=e,this.to=n,this.value=r,this.maxPoint=i}get length(){return this.to[this.to.length-1]}findIndex(e,n,r,i=0){let l=r?this.to:this.from;for(let o=i,c=l.length;;){if(o==c)return o;let f=o+c>>1,m=l[f]-e||(r?this.value[f].endSide:this.value[f].startSide)-n;if(f==o)return m>=0?o:c;m>=0?c=f:o=f+1}}between(e,n,r,i){for(let l=this.findIndex(n,-1e9,!0),o=this.findIndex(r,1e9,!1,l);l<o;l++)if(i(this.from[l]+e,this.to[l]+e,this.value[l])===!1)return!1}map(e,n){let r=[],i=[],l=[],o=-1,c=-1;for(let f=0;f<this.value.length;f++){let m=this.value[f],p=this.from[f]+e,g=this.to[f]+e,y,v;if(p==g){let S=n.mapPos(p,m.startSide,m.mapMode);if(S==null||(y=v=S,m.startSide!=m.endSide&&(v=n.mapPos(p,m.endSide),v<y)))continue}else if(y=n.mapPos(p,m.startSide),v=n.mapPos(g,m.endSide),y>v||y==v&&m.startSide>0&&m.endSide<=0)continue;(v-y||m.endSide-m.startSide)<0||(o<0&&(o=y),m.point&&(c=Math.max(c,v-y)),r.push(m),i.push(y-o),l.push(v-o))}return{mapped:r.length?new gg(i,l,r,c):null,pos:o}}}class Xe{constructor(e,n,r,i){this.chunkPos=e,this.chunk=n,this.nextLayer=r,this.maxPoint=i}static create(e,n,r,i){return new Xe(e,n,r,i)}get length(){let e=this.chunk.length-1;return e<0?0:Math.max(this.chunkEnd(e),this.nextLayer.length)}get size(){if(this.isEmpty)return 0;let e=this.nextLayer.size;for(let n of this.chunk)e+=n.value.length;return e}chunkEnd(e){return this.chunkPos[e]+this.chunk[e].length}update(e){let{add:n=[],sort:r=!1,filterFrom:i=0,filterTo:l=this.length}=e,o=e.filter;if(n.length==0&&!o)return this;if(r&&(n=n.slice().sort(rp)),this.isEmpty)return n.length?Xe.of(n):this;let c=new LS(this,null,-1).goto(0),f=0,m=[],p=new xl;for(;c.value||f<n.length;)if(f<n.length&&(c.from-n[f].from||c.startSide-n[f].value.startSide)>=0){let g=n[f++];p.addInner(g.from,g.to,g.value)||m.push(g)}else c.rangeIndex==1&&c.chunkIndex<this.chunk.length&&(f==n.length||this.chunkEnd(c.chunkIndex)<n[f].from)&&(!o||i>this.chunkEnd(c.chunkIndex)||l<this.chunkPos[c.chunkIndex])&&p.addChunk(this.chunkPos[c.chunkIndex],this.chunk[c.chunkIndex])?c.nextChunk():((!o||i>c.to||l<c.from||o(c.from,c.to,c.value))&&(p.addInner(c.from,c.to,c.value)||m.push(np.create(c.from,c.to,c.value))),c.next());return p.finishInner(this.nextLayer.isEmpty&&!m.length?Xe.empty:this.nextLayer.update({add:m,filter:o,filterFrom:i,filterTo:l}))}map(e){if(e.empty||this.isEmpty)return this;let n=[],r=[],i=-1;for(let o=0;o<this.chunk.length;o++){let c=this.chunkPos[o],f=this.chunk[o],m=e.touchesRange(c,c+f.length);if(m===!1)i=Math.max(i,f.maxPoint),n.push(f),r.push(e.mapPos(c));else if(m===!0){let{mapped:p,pos:g}=f.map(c,e);p&&(i=Math.max(i,p.maxPoint),n.push(p),r.push(g))}}let l=this.nextLayer.map(e);return n.length==0?l:new Xe(r,n,l||Xe.empty,i)}between(e,n,r){if(!this.isEmpty){for(let i=0;i<this.chunk.length;i++){let l=this.chunkPos[i],o=this.chunk[i];if(n>=l&&e<=l+o.length&&o.between(l,e-l,n-l,r)===!1)return}this.nextLayer.between(e,n,r)}}iter(e=0){return Rc.from([this]).goto(e)}get isEmpty(){return this.nextLayer==this}static iter(e,n=0){return Rc.from(e).goto(n)}static compare(e,n,r,i,l=-1){let o=e.filter(g=>g.maxPoint>0||!g.isEmpty&&g.maxPoint>=l),c=n.filter(g=>g.maxPoint>0||!g.isEmpty&&g.maxPoint>=l),f=_x(o,c,r),m=new tc(o,f,l),p=new tc(c,f,l);r.iterGaps((g,y,v)=>Dx(m,g,p,y,v,i)),r.empty&&r.length==0&&Dx(m,0,p,0,0,i)}static eq(e,n,r=0,i){i==null&&(i=999999999);let l=e.filter(p=>!p.isEmpty&&n.indexOf(p)<0),o=n.filter(p=>!p.isEmpty&&e.indexOf(p)<0);if(l.length!=o.length)return!1;if(!l.length)return!0;let c=_x(l,o),f=new tc(l,c,0).goto(r),m=new tc(o,c,0).goto(r);for(;;){if(f.to!=m.to||!ip(f.active,m.active)||f.point&&(!m.point||!pg(f.point,m.point)))return!1;if(f.to>i)return!0;f.next(),m.next()}}static spans(e,n,r,i,l=-1){let o=new tc(e,null,l).goto(n),c=n,f=o.openStart;for(;;){let m=Math.min(o.to,r);if(o.point){let p=o.activeForPoint(o.to),g=o.pointFrom<n?p.length+1:o.point.startSide<0?p.length:Math.min(p.length,f);i.point(c,m,o.point,p,g,o.pointRank),f=Math.min(o.openEnd(m),p.length)}else m>c&&(i.span(c,m,o.active,f),f=o.openEnd(m));if(o.to>r)return f+(o.point&&o.to>r?1:0);c=o.to,o.next()}}static of(e,n=!1){let r=new xl;for(let i of e instanceof np?[e]:n?EP(e):e)r.add(i.from,i.to,i.value);return r.finish()}static join(e){if(!e.length)return Xe.empty;let n=e[e.length-1];for(let r=e.length-2;r>=0;r--)for(let i=e[r];i!=Xe.empty;i=i.nextLayer)n=new Xe(i.chunkPos,i.chunk,n,Math.max(i.maxPoint,n.maxPoint));return n}}Xe.empty=new Xe([],[],null,-1);function EP(t){if(t.length>1)for(let e=t[0],n=1;n<t.length;n++){let r=t[n];if(rp(e,r)>0)return t.slice().sort(rp);e=r}return t}Xe.empty.nextLayer=Xe.empty;class xl{finishChunk(e){this.chunks.push(new gg(this.from,this.to,this.value,this.maxPoint)),this.chunkPos.push(this.chunkStart),this.chunkStart=-1,this.setMaxPoint=Math.max(this.setMaxPoint,this.maxPoint),this.maxPoint=-1,e&&(this.from=[],this.to=[],this.value=[])}constructor(){this.chunks=[],this.chunkPos=[],this.chunkStart=-1,this.last=null,this.lastFrom=-1e9,this.lastTo=-1e9,this.from=[],this.to=[],this.value=[],this.maxPoint=-1,this.setMaxPoint=-1,this.nextLayer=null}add(e,n,r){this.addInner(e,n,r)||(this.nextLayer||(this.nextLayer=new xl)).add(e,n,r)}addInner(e,n,r){let i=e-this.lastTo||r.startSide-this.last.endSide;if(i<=0&&(e-this.lastFrom||r.startSide-this.last.startSide)<0)throw new Error("Ranges must be added sorted by `from` position and `startSide`");return i<0?!1:(this.from.length==250&&this.finishChunk(!0),this.chunkStart<0&&(this.chunkStart=e),this.from.push(e-this.chunkStart),this.to.push(n-this.chunkStart),this.last=r,this.lastFrom=e,this.lastTo=n,this.value.push(r),r.point&&(this.maxPoint=Math.max(this.maxPoint,n-e)),!0)}addChunk(e,n){if((e-this.lastTo||n.value[0].startSide-this.last.endSide)<0)return!1;this.from.length&&this.finishChunk(!0),this.setMaxPoint=Math.max(this.setMaxPoint,n.maxPoint),this.chunks.push(n),this.chunkPos.push(e);let r=n.value.length-1;return this.last=n.value[r],this.lastFrom=n.from[r]+e,this.lastTo=n.to[r]+e,!0}finish(){return this.finishInner(Xe.empty)}finishInner(e){if(this.from.length&&this.finishChunk(!1),this.chunks.length==0)return e;let n=Xe.create(this.chunkPos,this.chunks,this.nextLayer?this.nextLayer.finishInner(e):e,this.setMaxPoint);return this.from=null,n}}function _x(t,e,n){let r=new Map;for(let l of t)for(let o=0;o<l.chunk.length;o++)l.chunk[o].maxPoint<=0&&r.set(l.chunk[o],l.chunkPos[o]);let i=new Set;for(let l of e)for(let o=0;o<l.chunk.length;o++){let c=r.get(l.chunk[o]);c!=null&&(n?n.mapPos(c):c)==l.chunkPos[o]&&!(n!=null&&n.touchesRange(c,c+l.chunk[o].length))&&i.add(l.chunk[o])}return i}class LS{constructor(e,n,r,i=0){this.layer=e,this.skip=n,this.minPoint=r,this.rank=i}get startSide(){return this.value?this.value.startSide:0}get endSide(){return this.value?this.value.endSide:0}goto(e,n=-1e9){return this.chunkIndex=this.rangeIndex=0,this.gotoInner(e,n,!1),this}gotoInner(e,n,r){for(;this.chunkIndex<this.layer.chunk.length;){let i=this.layer.chunk[this.chunkIndex];if(!(this.skip&&this.skip.has(i)||this.layer.chunkEnd(this.chunkIndex)<e||i.maxPoint<this.minPoint))break;this.chunkIndex++,r=!1}if(this.chunkIndex<this.layer.chunk.length){let i=this.layer.chunk[this.chunkIndex].findIndex(e-this.layer.chunkPos[this.chunkIndex],n,!0);(!r||this.rangeIndex<i)&&this.setRangeIndex(i)}this.next()}forward(e,n){(this.to-e||this.endSide-n)<0&&this.gotoInner(e,n,!0)}next(){for(;;)if(this.chunkIndex==this.layer.chunk.length){this.from=this.to=1e9,this.value=null;break}else{let e=this.layer.chunkPos[this.chunkIndex],n=this.layer.chunk[this.chunkIndex],r=e+n.from[this.rangeIndex];if(this.from=r,this.to=e+n.to[this.rangeIndex],this.value=n.value[this.rangeIndex],this.setRangeIndex(this.rangeIndex+1),this.minPoint<0||this.value.point&&this.to-this.from>=this.minPoint)break}}setRangeIndex(e){if(e==this.layer.chunk[this.chunkIndex].value.length){if(this.chunkIndex++,this.skip)for(;this.chunkIndex<this.layer.chunk.length&&this.skip.has(this.layer.chunk[this.chunkIndex]);)this.chunkIndex++;this.rangeIndex=0}else this.rangeIndex=e}nextChunk(){this.chunkIndex++,this.rangeIndex=0,this.next()}compare(e){return this.from-e.from||this.startSide-e.startSide||this.rank-e.rank||this.to-e.to||this.endSide-e.endSide}}class Rc{constructor(e){this.heap=e}static from(e,n=null,r=-1){let i=[];for(let l=0;l<e.length;l++)for(let o=e[l];!o.isEmpty;o=o.nextLayer)o.maxPoint>=r&&i.push(new LS(o,n,r,l));return i.length==1?i[0]:new Rc(i)}get startSide(){return this.value?this.value.startSide:0}goto(e,n=-1e9){for(let r of this.heap)r.goto(e,n);for(let r=this.heap.length>>1;r>=0;r--)Mm(this.heap,r);return this.next(),this}forward(e,n){for(let r of this.heap)r.forward(e,n);for(let r=this.heap.length>>1;r>=0;r--)Mm(this.heap,r);(this.to-e||this.value.endSide-n)<0&&this.next()}next(){if(this.heap.length==0)this.from=this.to=1e9,this.value=null,this.rank=-1;else{let e=this.heap[0];this.from=e.from,this.to=e.to,this.value=e.value,this.rank=e.rank,e.value&&e.next(),Mm(this.heap,0)}}}function Mm(t,e){for(let n=t[e];;){let r=(e<<1)+1;if(r>=t.length)break;let i=t[r];if(r+1<t.length&&i.compare(t[r+1])>=0&&(i=t[r+1],r++),n.compare(i)<0)break;t[r]=n,t[e]=i,e=r}}class tc{constructor(e,n,r){this.minPoint=r,this.active=[],this.activeTo=[],this.activeRank=[],this.minActive=-1,this.point=null,this.pointFrom=0,this.pointRank=0,this.to=-1e9,this.endSide=0,this.openStart=-1,this.cursor=Rc.from(e,n,r)}goto(e,n=-1e9){return this.cursor.goto(e,n),this.active.length=this.activeTo.length=this.activeRank.length=0,this.minActive=-1,this.to=e,this.endSide=n,this.openStart=-1,this.next(),this}forward(e,n){for(;this.minActive>-1&&(this.activeTo[this.minActive]-e||this.active[this.minActive].endSide-n)<0;)this.removeActive(this.minActive);this.cursor.forward(e,n)}removeActive(e){j0(this.active,e),j0(this.activeTo,e),j0(this.activeRank,e),this.minActive=Xx(this.active,this.activeTo)}addActive(e){let n=0,{value:r,to:i,rank:l}=this.cursor;for(;n<this.activeRank.length&&(l-this.activeRank[n]||i-this.activeTo[n])>0;)n++;R0(this.active,n,r),R0(this.activeTo,n,i),R0(this.activeRank,n,l),e&&R0(e,n,this.cursor.from),this.minActive=Xx(this.active,this.activeTo)}next(){let e=this.to,n=this.point;this.point=null;let r=this.openStart<0?[]:null;for(;;){let i=this.minActive;if(i>-1&&(this.activeTo[i]-this.cursor.from||this.active[i].endSide-this.cursor.startSide)<0){if(this.activeTo[i]>e){this.to=this.activeTo[i],this.endSide=this.active[i].endSide;break}this.removeActive(i),r&&j0(r,i)}else if(this.cursor.value)if(this.cursor.from>e){this.to=this.cursor.from,this.endSide=this.cursor.startSide;break}else{let l=this.cursor.value;if(!l.point)this.addActive(r),this.cursor.next();else if(n&&this.cursor.to==this.to&&this.cursor.from<this.cursor.to)this.cursor.next();else{this.point=l,this.pointFrom=this.cursor.from,this.pointRank=this.cursor.rank,this.to=this.cursor.to,this.endSide=l.endSide,this.cursor.next(),this.forward(this.to,this.endSide);break}}else{this.to=this.endSide=1e9;break}}if(r){this.openStart=0;for(let i=r.length-1;i>=0&&r[i]<e;i--)this.openStart++}}activeForPoint(e){if(!this.active.length)return this.active;let n=[];for(let r=this.active.length-1;r>=0&&!(this.activeRank[r]<this.pointRank);r--)(this.activeTo[r]>e||this.activeTo[r]==e&&this.active[r].endSide>=this.point.endSide)&&n.push(this.active[r]);return n.reverse()}openEnd(e){let n=0;for(let r=this.activeTo.length-1;r>=0&&this.activeTo[r]>e;r--)n++;return n}}function Dx(t,e,n,r,i,l){t.goto(e),n.goto(r);let o=r+i,c=r,f=r-e,m=!!l.boundChange;for(let p=!1;;){let g=t.to+f-n.to,y=g||t.endSide-n.endSide,v=y<0?t.to+f:n.to,S=Math.min(v,o);if(t.point||n.point?(t.point&&n.point&&pg(t.point,n.point)&&ip(t.activeForPoint(t.to),n.activeForPoint(n.to))||l.comparePoint(c,S,t.point,n.point),p=!1):(p&&l.boundChange(c),S>c&&!ip(t.active,n.active)&&l.compareRange(c,S,t.active,n.active),m&&S<o&&(g||t.openEnd(v)!=n.openEnd(v))&&(p=!0)),v>o)break;c=v,y<=0&&t.next(),y>=0&&n.next()}}function ip(t,e){if(t.length!=e.length)return!1;for(let n=0;n<t.length;n++)if(t[n]!=e[n]&&!pg(t[n],e[n]))return!1;return!0}function j0(t,e){for(let n=e,r=t.length-1;n<r;n++)t[n]=t[n+1];t.pop()}function R0(t,e,n){for(let r=t.length-1;r>=e;r--)t[r+1]=t[r];t[e]=n}function Xx(t,e){let n=-1,r=1e9;for(let i=0;i<e.length;i++)(e[i]-r||t[i].endSide-t[n].endSide)<0&&(n=i,r=e[i]);return n}function $f(t,e,n=t.length){let r=0;for(let i=0;i<n&&i<t.length;)t.charCodeAt(i)==9?(r+=e-r%e,i++):(r++,i=Wt(t,i));return r}function $P(t,e,n,r){for(let i=0,l=0;;){if(l>=e)return i;if(i==t.length)break;l+=t.charCodeAt(i)==9?n-l%n:1,i=Wt(t,i)}return t.length}const ap="ͼ",zx=typeof Symbol>"u"?"__"+ap:Symbol.for(ap),lp=typeof Symbol>"u"?"__styleSet"+Math.floor(Math.random()*1e8):Symbol("styleSet"),Hx=typeof globalThis<"u"?globalThis:typeof window<"u"?window:{};class Ma{constructor(e,n){this.rules=[];let{finish:r}=n||{};function i(o){return/^@/.test(o)?[o]:o.split(/,\s*/)}function l(o,c,f,m){let p=[],g=/^@(\w+)\b/.exec(o[0]),y=g&&g[1]=="keyframes";if(g&&c==null)return f.push(o[0]+";");for(let v in c){let S=c[v];if(/&/.test(v))l(v.split(/,\s*/).map(w=>o.map(k=>w.replace(/&/,k))).reduce((w,k)=>w.concat(k)),S,f);else if(S&&typeof S=="object"){if(!g)throw new RangeError("The value of a property ("+v+") should be a primitive value.");l(i(v),S,p,y)}else S!=null&&p.push(v.replace(/_.*/,"").replace(/[A-Z]/g,w=>"-"+w.toLowerCase())+": "+S+";")}(p.length||y)&&f.push((r&&!g&&!m?o.map(r):o).join(", ")+" {"+p.join(" ")+"}")}for(let o in e)l(i(o),e[o],this.rules)}getRules(){return this.rules.join(`
|
|
98
|
-
`)}static newName(){let e=Hx[zx]||1;return Hx[zx]=e+1,ap+e.toString(36)}static mount(e,n,r){let i=e[lp],l=r&&r.nonce;i?l&&i.setNonce(l):i=new QP(e,l),i.mount(Array.isArray(n)?n:[n],e)}}let Yx=new Map;class QP{constructor(e,n){let r=e.ownerDocument||e,i=r.defaultView;if(!e.head&&e.adoptedStyleSheets&&i.CSSStyleSheet){let l=Yx.get(r);if(l)return e[lp]=l;this.sheet=new i.CSSStyleSheet,Yx.set(r,this)}else this.styleTag=r.createElement("style"),n&&this.styleTag.setAttribute("nonce",n);this.modules=[],e[lp]=this}mount(e,n){let r=this.sheet,i=0,l=0;for(let o=0;o<e.length;o++){let c=e[o],f=this.modules.indexOf(c);if(f<l&&f>-1&&(this.modules.splice(f,1),l--,f=-1),f==-1){if(this.modules.splice(l++,0,c),r)for(let m=0;m<c.rules.length;m++)r.insertRule(c.rules[m],i++)}else{for(;l<f;)i+=this.modules[l++].rules.length;i+=c.rules.length,l++}}if(r)n.adoptedStyleSheets.indexOf(this.sheet)<0&&(n.adoptedStyleSheets=[this.sheet,...n.adoptedStyleSheets]);else{let o="";for(let f=0;f<this.modules.length;f++)o+=this.modules[f].getRules()+`
|
|
99
|
-
`;this.styleTag.textContent=o;let c=n.head||n;this.styleTag.parentNode!=c&&c.insertBefore(this.styleTag,c.firstChild)}}setNonce(e){this.styleTag&&this.styleTag.getAttribute("nonce")!=e&&this.styleTag.setAttribute("nonce",e)}}var Ea={8:"Backspace",9:"Tab",10:"Enter",12:"NumLock",13:"Enter",16:"Shift",17:"Control",18:"Alt",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",44:"PrintScreen",45:"Insert",46:"Delete",59:";",61:"=",91:"Meta",92:"Meta",106:"*",107:"+",108:",",109:"-",110:".",111:"/",144:"NumLock",145:"ScrollLock",160:"Shift",161:"Shift",162:"Control",163:"Control",164:"Alt",165:"Alt",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"},Nc={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},CP=typeof navigator<"u"&&/Mac/.test(navigator.platform),ZP=typeof navigator<"u"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);for(var on=0;on<10;on++)Ea[48+on]=Ea[96+on]=String(on);for(var on=1;on<=24;on++)Ea[on+111]="F"+on;for(var on=65;on<=90;on++)Ea[on]=String.fromCharCode(on+32),Nc[on]=String.fromCharCode(on);for(var Em in Ea)Nc.hasOwnProperty(Em)||(Nc[Em]=Ea[Em]);function PP(t){var e=CP&&t.metaKey&&t.shiftKey&&!t.ctrlKey&&!t.altKey||ZP&&t.shiftKey&&t.key&&t.key.length==1||t.key=="Unidentified",n=!e&&t.key||(t.shiftKey?Nc:Ea)[t.keyCode]||t.key||"Unidentified";return n=="Esc"&&(n="Escape"),n=="Del"&&(n="Delete"),n=="Left"&&(n="ArrowLeft"),n=="Up"&&(n="ArrowUp"),n=="Right"&&(n="ArrowRight"),n=="Down"&&(n="ArrowDown"),n}function Gt(){var t=arguments[0];typeof t=="string"&&(t=document.createElement(t));var e=1,n=arguments[1];if(n&&typeof n=="object"&&n.nodeType==null&&!Array.isArray(n)){for(var r in n)if(Object.prototype.hasOwnProperty.call(n,r)){var i=n[r];typeof i=="string"?t.setAttribute(r,i):i!=null&&(t[r]=i)}e++}for(;e<arguments.length;e++)_S(t,arguments[e]);return t}function _S(t,e){if(typeof e=="string")t.appendChild(document.createTextNode(e));else if(e!=null)if(e.nodeType!=null)t.appendChild(e);else if(Array.isArray(e))for(var n=0;n<e.length;n++)_S(t,e[n]);else throw new RangeError("Unsupported child node: "+e)}let yn=typeof navigator<"u"?navigator:{userAgent:"",vendor:"",platform:""},sp=typeof document<"u"?document:{documentElement:{style:{}}};const op=/Edge\/(\d+)/.exec(yn.userAgent),DS=/MSIE \d/.test(yn.userAgent),cp=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(yn.userAgent),Qf=!!(DS||cp||op),Bx=!Qf&&/gecko\/(\d+)/i.test(yn.userAgent),$m=!Qf&&/Chrome\/(\d+)/.exec(yn.userAgent),jP="webkitFontSmoothing"in sp.documentElement.style,up=!Qf&&/Apple Computer/.test(yn.vendor),Fx=up&&(/Mobile\/\w+/.test(yn.userAgent)||yn.maxTouchPoints>2);var xe={mac:Fx||/Mac/.test(yn.platform),windows:/Win/.test(yn.platform),linux:/Linux|X11/.test(yn.platform),ie:Qf,ie_version:DS?sp.documentMode||6:cp?+cp[1]:op?+op[1]:0,gecko:Bx,gecko_version:Bx?+(/Firefox\/(\d+)/.exec(yn.userAgent)||[0,0])[1]:0,chrome:!!$m,chrome_version:$m?+$m[1]:0,ios:Fx,android:/Android\b/.test(yn.userAgent),webkit_version:jP?+(/\bAppleWebKit\/(\d+)/.exec(yn.userAgent)||[0,0])[1]:0,safari:up,safari_version:up?+(/\bVersion\/(\d+(\.\d+)?)/.exec(yn.userAgent)||[0,0])[1]:0,tabSize:sp.documentElement.style.tabSize!=null?"tab-size":"-moz-tab-size"};function Og(t,e){for(let n in t)n=="class"&&e.class?e.class+=" "+t.class:n=="style"&&e.style?e.style+=";"+t.style:e[n]=t[n];return e}const j1=Object.create(null);function xg(t,e,n){if(t==e)return!0;t||(t=j1),e||(e=j1);let r=Object.keys(t),i=Object.keys(e);if(r.length-0!=i.length-0)return!1;for(let l of r)if(l!=n&&(i.indexOf(l)==-1||t[l]!==e[l]))return!1;return!0}function RP(t,e){for(let n=t.attributes.length-1;n>=0;n--){let r=t.attributes[n].name;e[r]==null&&t.removeAttribute(r)}for(let n in e){let r=e[n];n=="style"?t.style.cssText=r:t.getAttribute(n)!=r&&t.setAttribute(n,r)}}function qx(t,e,n){let r=!1;if(e)for(let i in e)n&&i in n||(r=!0,i=="style"?t.style.cssText="":t.removeAttribute(i));if(n)for(let i in n)e&&e[i]==n[i]||(r=!0,i=="style"?t.style.cssText=n[i]:t.setAttribute(i,n[i]));return r}function NP(t){let e=Object.create(null);for(let n=0;n<t.attributes.length;n++){let r=t.attributes[n];e[r.name]=r.value}return e}class Tl{eq(e){return!1}updateDOM(e,n,r){return!1}compare(e){return this==e||this.constructor==e.constructor&&this.eq(e)}get estimatedHeight(){return-1}get lineBreaks(){return 0}ignoreEvent(e){return!0}coordsAt(e,n,r){return null}get isHidden(){return!1}get editable(){return!1}destroy(e){}}var Nn=(function(t){return t[t.Text=0]="Text",t[t.WidgetBefore=1]="WidgetBefore",t[t.WidgetAfter=2]="WidgetAfter",t[t.WidgetRange=3]="WidgetRange",t})(Nn||(Nn={}));class Ze extends Ta{constructor(e,n,r,i){super(),this.startSide=e,this.endSide=n,this.widget=r,this.spec=i}get heightRelevant(){return!1}static mark(e){return new tu(e)}static widget(e){let n=Math.max(-1e4,Math.min(1e4,e.side||0)),r=!!e.block;return n+=r&&!e.inlineOrder?n>0?3e8:-4e8:n>0?1e8:-1e8,new yl(e,n,n,r,e.widget||null,!1)}static replace(e){let n=!!e.block,r,i;if(e.isBlockGap)r=-5e8,i=4e8;else{let{start:l,end:o}=XS(e,n);r=(l?n?-3e8:-1:5e8)-1,i=(o?n?2e8:1:-6e8)+1}return new yl(e,r,i,n,e.widget||null,!0)}static line(e){return new nu(e)}static set(e,n=!1){return Xe.of(e,n)}hasHeight(){return this.widget?this.widget.estimatedHeight>-1:!1}}Ze.none=Xe.empty;class tu extends Ze{constructor(e){let{start:n,end:r}=XS(e);super(n?-1:5e8,r?1:-6e8,null,e),this.tagName=e.tagName||"span",this.attrs=e.class&&e.attributes?Og(e.attributes,{class:e.class}):e.class?{class:e.class}:e.attributes||j1}eq(e){return this==e||e instanceof tu&&this.tagName==e.tagName&&xg(this.attrs,e.attrs)}range(e,n=e){if(e>=n)throw new RangeError("Mark decorations may not be empty");return super.range(e,n)}}tu.prototype.point=!1;class nu extends Ze{constructor(e){super(-2e8,-2e8,null,e)}eq(e){return e instanceof nu&&this.spec.class==e.spec.class&&xg(this.spec.attributes,e.spec.attributes)}range(e,n=e){if(n!=e)throw new RangeError("Line decoration ranges must be zero-length");return super.range(e,n)}}nu.prototype.mapMode=dn.TrackBefore;nu.prototype.point=!0;class yl extends Ze{constructor(e,n,r,i,l,o){super(n,r,l,e),this.block=i,this.isReplace=o,this.mapMode=i?n<=0?dn.TrackBefore:dn.TrackAfter:dn.TrackDel}get type(){return this.startSide!=this.endSide?Nn.WidgetRange:this.startSide<=0?Nn.WidgetBefore:Nn.WidgetAfter}get heightRelevant(){return this.block||!!this.widget&&(this.widget.estimatedHeight>=5||this.widget.lineBreaks>0)}eq(e){return e instanceof yl&&VP(this.widget,e.widget)&&this.block==e.block&&this.startSide==e.startSide&&this.endSide==e.endSide}range(e,n=e){if(this.isReplace&&(e>n||e==n&&this.startSide>0&&this.endSide<=0))throw new RangeError("Invalid range for replacement decoration");if(!this.isReplace&&n!=e)throw new RangeError("Widget decorations can only have zero-length ranges");return super.range(e,n)}}yl.prototype.point=!0;function XS(t,e=!1){let{inclusiveStart:n,inclusiveEnd:r}=t;return n==null&&(n=t.inclusive),r==null&&(r=t.inclusive),{start:n??e,end:r??e}}function VP(t,e){return t==e||!!(t&&e&&t.compare(e))}function Ps(t,e,n,r=0){let i=n.length-1;i>=0&&n[i]+r>=t?n[i]=Math.max(n[i],e):n.push(t,e)}class Vc extends Ta{constructor(e,n){super(),this.tagName=e,this.attributes=n}eq(e){return e==this||e instanceof Vc&&this.tagName==e.tagName&&xg(this.attributes,e.attributes)}static create(e){return new Vc(e.tagName,e.attributes||j1)}static set(e,n=!1){return Xe.of(e,n)}}Vc.prototype.startSide=Vc.prototype.endSide=-1;function Lc(t){let e;return t.nodeType==11?e=t.getSelection?t:t.ownerDocument:e=t,e.getSelection()}function fp(t,e){return e?t==e||t.contains(e.nodeType!=1?e.parentNode:e):!1}function bc(t,e){if(!e.anchorNode)return!1;try{return fp(t,e.anchorNode)}catch{return!1}}function m1(t){return t.nodeType==3?_c(t,0,t.nodeValue.length).getClientRects():t.nodeType==1?t.getClientRects():[]}function vc(t,e,n,r){return n?Ux(t,e,n,r,-1)||Ux(t,e,n,r,1):!1}function $a(t){for(var e=0;;e++)if(t=t.previousSibling,!t)return e}function R1(t){return t.nodeType==1&&/^(DIV|P|LI|UL|OL|BLOCKQUOTE|DD|DT|H\d|SECTION|PRE)$/.test(t.nodeName)}function Ux(t,e,n,r,i){for(;;){if(t==n&&e==r)return!0;if(e==(i<0?0:Ri(t))){if(t.nodeName=="DIV")return!1;let l=t.parentNode;if(!l||l.nodeType!=1)return!1;e=$a(t)+(i<0?0:1),t=l}else if(t.nodeType==1){if(t=t.childNodes[e+(i<0?-1:0)],t.nodeType==1&&t.contentEditable=="false")return!1;e=i<0?Ri(t):0}else return!1}}function Ri(t){return t.nodeType==3?t.nodeValue.length:t.childNodes.length}function N1(t,e){let n=e?t.left:t.right;return{left:n,right:n,top:t.top,bottom:t.bottom}}function LP(t){let e=t.visualViewport;return e?{left:0,right:e.width,top:0,bottom:e.height}:{left:0,right:t.innerWidth,top:0,bottom:t.innerHeight}}function zS(t,e){let n=e.width/t.offsetWidth,r=e.height/t.offsetHeight;return(n>.995&&n<1.005||!isFinite(n)||Math.abs(e.width-t.offsetWidth)<1)&&(n=1),(r>.995&&r<1.005||!isFinite(r)||Math.abs(e.height-t.offsetHeight)<1)&&(r=1),{scaleX:n,scaleY:r}}function _P(t,e,n,r,i,l,o,c){let f=t.ownerDocument,m=f.defaultView||window;for(let p=t,g=!1;p&&!g;)if(p.nodeType==1){let y,v=p==f.body,S=1,w=1;if(v)y=LP(m);else{if(/^(fixed|sticky)$/.test(getComputedStyle(p).position)&&(g=!0),p.scrollHeight<=p.clientHeight&&p.scrollWidth<=p.clientWidth){p=p.assignedSlot||p.parentNode;continue}let E=p.getBoundingClientRect();({scaleX:S,scaleY:w}=zS(p,E)),y={left:E.left,right:E.left+p.clientWidth*S,top:E.top,bottom:E.top+p.clientHeight*w}}let k=0,A=0;if(i=="nearest")e.top<y.top?(A=e.top-(y.top+o),n>0&&e.bottom>y.bottom+A&&(A=e.bottom-y.bottom+o)):e.bottom>y.bottom&&(A=e.bottom-y.bottom+o,n<0&&e.top-A<y.top&&(A=e.top-(y.top+o)));else{let E=e.bottom-e.top,Q=y.bottom-y.top;A=(i=="center"&&E<=Q?e.top+E/2-Q/2:i=="start"||i=="center"&&n<0?e.top-o:e.bottom-Q+o)-y.top}if(r=="nearest"?e.left<y.left?(k=e.left-(y.left+l),n>0&&e.right>y.right+k&&(k=e.right-y.right+l)):e.right>y.right&&(k=e.right-y.right+l,n<0&&e.left<y.left+k&&(k=e.left-(y.left+l))):k=(r=="center"?e.left+(e.right-e.left)/2-(y.right-y.left)/2:r=="start"==c?e.left-l:e.right-(y.right-y.left)+l)-y.left,k||A)if(v)m.scrollBy(k,A);else{let E=0,Q=0;if(A){let C=p.scrollTop;p.scrollTop+=A/w,Q=(p.scrollTop-C)*w}if(k){let C=p.scrollLeft;p.scrollLeft+=k/S,E=(p.scrollLeft-C)*S}e={left:e.left-E,top:e.top-Q,right:e.right-E,bottom:e.bottom-Q},E&&Math.abs(E-k)<1&&(r="nearest"),Q&&Math.abs(Q-A)<1&&(i="nearest")}if(v)break;(e.top<y.top||e.bottom>y.bottom||e.left<y.left||e.right>y.right)&&(e={left:Math.max(e.left,y.left),right:Math.min(e.right,y.right),top:Math.max(e.top,y.top),bottom:Math.min(e.bottom,y.bottom)}),p=p.assignedSlot||p.parentNode}else if(p.nodeType==11)p=p.host;else break}function HS(t,e=!0){let n=t.ownerDocument,r=null,i=null;for(let l=t.parentNode;l&&!(l==n.body||(!e||r)&&i);)if(l.nodeType==1)!i&&l.scrollHeight>l.clientHeight&&(i=l),e&&!r&&l.scrollWidth>l.clientWidth&&(r=l),l=l.assignedSlot||l.parentNode;else if(l.nodeType==11)l=l.host;else break;return{x:r,y:i}}class DP{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}eq(e){return this.anchorNode==e.anchorNode&&this.anchorOffset==e.anchorOffset&&this.focusNode==e.focusNode&&this.focusOffset==e.focusOffset}setRange(e){let{anchorNode:n,focusNode:r}=e;this.set(n,Math.min(e.anchorOffset,n?Ri(n):0),r,Math.min(e.focusOffset,r?Ri(r):0))}set(e,n,r,i){this.anchorNode=e,this.anchorOffset=n,this.focusNode=r,this.focusOffset=i}}let tl=null;xe.safari&&xe.safari_version>=26&&(tl=!1);function YS(t){if(t.setActive)return t.setActive();if(tl)return t.focus(tl);let e=[];for(let n=t;n&&(e.push(n,n.scrollTop,n.scrollLeft),n!=n.ownerDocument);n=n.parentNode);if(t.focus(tl==null?{get preventScroll(){return tl={preventScroll:!0},!0}}:void 0),!tl){tl=!1;for(let n=0;n<e.length;){let r=e[n++],i=e[n++],l=e[n++];r.scrollTop!=i&&(r.scrollTop=i),r.scrollLeft!=l&&(r.scrollLeft=l)}}}let Ix;function _c(t,e,n=e){let r=Ix||(Ix=document.createRange());return r.setEnd(t,n),r.setStart(t,e),r}function js(t,e,n,r){let i={key:e,code:e,keyCode:n,which:n,cancelable:!0};r&&({altKey:i.altKey,ctrlKey:i.ctrlKey,shiftKey:i.shiftKey,metaKey:i.metaKey}=r);let l=new KeyboardEvent("keydown",i);l.synthetic=!0,t.dispatchEvent(l);let o=new KeyboardEvent("keyup",i);return o.synthetic=!0,t.dispatchEvent(o),l.defaultPrevented||o.defaultPrevented}function XP(t){for(;t;){if(t&&(t.nodeType==9||t.nodeType==11&&t.host))return t;t=t.assignedSlot||t.parentNode}return null}function zP(t,e){let n=e.focusNode,r=e.focusOffset;if(!n||e.anchorNode!=n||e.anchorOffset!=r)return!1;for(r=Math.min(r,Ri(n));;)if(r){if(n.nodeType!=1)return!1;let i=n.childNodes[r-1];i.contentEditable=="false"?r--:(n=i,r=Ri(n))}else{if(n==t)return!0;r=$a(n),n=n.parentNode}}function BS(t){return t instanceof Window?t.pageYOffset>Math.max(0,t.document.documentElement.scrollHeight-t.innerHeight-4):t.scrollTop>Math.max(1,t.scrollHeight-t.clientHeight-4)}function FS(t,e){for(let n=t,r=e;;){if(n.nodeType==3&&r>0)return{node:n,offset:r};if(n.nodeType==1&&r>0){if(n.contentEditable=="false")return null;n=n.childNodes[r-1],r=Ri(n)}else if(n.parentNode&&!R1(n))r=$a(n),n=n.parentNode;else return null}}function qS(t,e){for(let n=t,r=e;;){if(n.nodeType==3&&r<n.nodeValue.length)return{node:n,offset:r};if(n.nodeType==1&&r<n.childNodes.length){if(n.contentEditable=="false")return null;n=n.childNodes[r],r=0}else if(n.parentNode&&!R1(n))r=$a(n)+1,n=n.parentNode;else return null}}class kr{constructor(e,n,r=!0){this.node=e,this.offset=n,this.precise=r}static before(e,n){return new kr(e.parentNode,$a(e),n)}static after(e,n){return new kr(e.parentNode,$a(e)+1,n)}}var Pt=(function(t){return t[t.LTR=0]="LTR",t[t.RTL=1]="RTL",t})(Pt||(Pt={}));const bl=Pt.LTR,yg=Pt.RTL;function US(t){let e=[];for(let n=0;n<t.length;n++)e.push(1<<+t[n]);return e}const HP=US("88888888888888888888888888888888888666888888787833333333337888888000000000000000000000000008888880000000000000000000000000088888888888888888888888888888888888887866668888088888663380888308888800000000000000000000000800000000000000000000000000000008"),YP=US("4444448826627288999999999992222222222222222222222222222222222222222222222229999999999999999999994444444444644222822222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222999999949999999229989999223333333333"),hp=Object.create(null),Vr=[];for(let t of["()","[]","{}"]){let e=t.charCodeAt(0),n=t.charCodeAt(1);hp[e]=n,hp[n]=-e}function IS(t){return t<=247?HP[t]:1424<=t&&t<=1524?2:1536<=t&&t<=1785?YP[t-1536]:1774<=t&&t<=2220?4:8192<=t&&t<=8204?256:64336<=t&&t<=65023?4:1}const BP=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac\ufb50-\ufdff]/;class Fr{get dir(){return this.level%2?yg:bl}constructor(e,n,r){this.from=e,this.to=n,this.level=r}side(e,n){return this.dir==n==e?this.to:this.from}forward(e,n){return e==(this.dir==n)}static find(e,n,r,i){let l=-1;for(let o=0;o<e.length;o++){let c=e[o];if(c.from<=n&&c.to>=n){if(c.level==r)return o;(l<0||(i!=0?i<0?c.from<n:c.to>n:e[l].level>c.level))&&(l=o)}}if(l<0)throw new RangeError("Index out of range");return l}}function GS(t,e){if(t.length!=e.length)return!1;for(let n=0;n<t.length;n++){let r=t[n],i=e[n];if(r.from!=i.from||r.to!=i.to||r.direction!=i.direction||!GS(r.inner,i.inner))return!1}return!0}const ct=[];function FP(t,e,n,r,i){for(let l=0;l<=r.length;l++){let o=l?r[l-1].to:e,c=l<r.length?r[l].from:n,f=l?256:i;for(let m=o,p=f,g=f;m<c;m++){let y=IS(t.charCodeAt(m));y==512?y=p:y==8&&g==4&&(y=16),ct[m]=y==4?2:y,y&7&&(g=y),p=y}for(let m=o,p=f,g=f;m<c;m++){let y=ct[m];if(y==128)m<c-1&&p==ct[m+1]&&p&24?y=ct[m]=p:ct[m]=256;else if(y==64){let v=m+1;for(;v<c&&ct[v]==64;)v++;let S=m&&p==8||v<n&&ct[v]==8?g==1?1:8:256;for(let w=m;w<v;w++)ct[w]=S;m=v-1}else y==8&&g==1&&(ct[m]=1);p=y,y&7&&(g=y)}}}function qP(t,e,n,r,i){let l=i==1?2:1;for(let o=0,c=0,f=0;o<=r.length;o++){let m=o?r[o-1].to:e,p=o<r.length?r[o].from:n;for(let g=m,y,v,S;g<p;g++)if(v=hp[y=t.charCodeAt(g)])if(v<0){for(let w=c-3;w>=0;w-=3)if(Vr[w+1]==-v){let k=Vr[w+2],A=k&2?i:k&4?k&1?l:i:0;A&&(ct[g]=ct[Vr[w]]=A),c=w;break}}else{if(Vr.length==189)break;Vr[c++]=g,Vr[c++]=y,Vr[c++]=f}else if((S=ct[g])==2||S==1){let w=S==i;f=w?0:1;for(let k=c-3;k>=0;k-=3){let A=Vr[k+2];if(A&2)break;if(w)Vr[k+2]|=2;else{if(A&4)break;Vr[k+2]|=4}}}}}function UP(t,e,n,r){for(let i=0,l=r;i<=n.length;i++){let o=i?n[i-1].to:t,c=i<n.length?n[i].from:e;for(let f=o;f<c;){let m=ct[f];if(m==256){let p=f+1;for(;;)if(p==c){if(i==n.length)break;p=n[i++].to,c=i<n.length?n[i].from:e}else if(ct[p]==256)p++;else break;let g=l==1,y=(p<e?ct[p]:r)==1,v=g==y?g?1:2:r;for(let S=p,w=i,k=w?n[w-1].to:t;S>f;)S==k&&(S=n[--w].from,k=w?n[w-1].to:t),ct[--S]=v;f=p}else l=m,f++}}}function dp(t,e,n,r,i,l,o){let c=r%2?2:1;if(r%2==i%2)for(let f=e,m=0;f<n;){let p=!0,g=!1;if(m==l.length||f<l[m].from){let w=ct[f];w!=c&&(p=!1,g=w==16)}let y=!p&&c==1?[]:null,v=p?r:r+1,S=f;e:for(;;)if(m<l.length&&S==l[m].from){if(g)break e;let w=l[m];if(!p)for(let k=w.to,A=m+1;;){if(k==n)break e;if(A<l.length&&l[A].from==k)k=l[A++].to;else{if(ct[k]==c)break e;break}}if(m++,y)y.push(w);else{w.from>f&&o.push(new Fr(f,w.from,v));let k=w.direction==bl!=!(v%2);mp(t,k?r+1:r,i,w.inner,w.from,w.to,o),f=w.to}S=w.to}else{if(S==n||(p?ct[S]!=c:ct[S]==c))break;S++}y?dp(t,f,S,r+1,i,y,o):f<S&&o.push(new Fr(f,S,v)),f=S}else for(let f=n,m=l.length;f>e;){let p=!0,g=!1;if(!m||f>l[m-1].to){let w=ct[f-1];w!=c&&(p=!1,g=w==16)}let y=!p&&c==1?[]:null,v=p?r:r+1,S=f;e:for(;;)if(m&&S==l[m-1].to){if(g)break e;let w=l[--m];if(!p)for(let k=w.from,A=m;;){if(k==e)break e;if(A&&l[A-1].to==k)k=l[--A].from;else{if(ct[k-1]==c)break e;break}}if(y)y.push(w);else{w.to<f&&o.push(new Fr(w.to,f,v));let k=w.direction==bl!=!(v%2);mp(t,k?r+1:r,i,w.inner,w.from,w.to,o),f=w.from}S=w.from}else{if(S==e||(p?ct[S-1]!=c:ct[S-1]==c))break;S--}y?dp(t,S,f,r+1,i,y,o):S<f&&o.push(new Fr(S,f,v)),f=S}}function mp(t,e,n,r,i,l,o){let c=e%2?2:1;FP(t,i,l,r,c),qP(t,i,l,r,c),UP(i,l,r,c),dp(t,i,l,e,n,r,o)}function IP(t,e,n){if(!t)return[new Fr(0,0,e==yg?1:0)];if(e==bl&&!n.length&&!BP.test(t))return WS(t.length);if(n.length)for(;t.length>ct.length;)ct[ct.length]=256;let r=[],i=e==bl?0:1;return mp(t,i,i,n,0,t.length,r),r}function WS(t){return[new Fr(0,t,0)]}let KS="";function GP(t,e,n,r,i){var l;let o=r.head-t.from,c=Fr.find(e,o,(l=r.bidiLevel)!==null&&l!==void 0?l:-1,r.assoc),f=e[c],m=f.side(i,n);if(o==m){let y=c+=i?1:-1;if(y<0||y>=e.length)return null;f=e[c=y],o=f.side(!i,n),m=f.side(i,n)}let p=Wt(t.text,o,f.forward(i,n));(p<f.from||p>f.to)&&(p=m),KS=t.text.slice(Math.min(o,p),Math.max(o,p));let g=c==(i?e.length-1:0)?null:e[c+(i?1:-1)];return g&&p==m&&g.level+(i?0:1)<f.level?fe.cursor(g.side(!i,n)+t.from,g.forward(i,n)?1:-1,g.level):fe.cursor(p+t.from,f.forward(i,n)?-1:1,f.level)}function WP(t,e,n){for(let r=e;r<n;r++){let i=IS(t.charCodeAt(r));if(i==1)return bl;if(i==2||i==4)return yg}return bl}const JS=Se.define(),e7=Se.define(),t7=Se.define(),n7=Se.define(),pp=Se.define(),r7=Se.define(),i7=Se.define(),bg=Se.define(),vg=Se.define(),a7=Se.define({combine:t=>t.some(e=>e)}),KP=Se.define({combine:t=>t.some(e=>e)}),l7=Se.define();class Rs{constructor(e,n="nearest",r="nearest",i=5,l=5,o=!1){this.range=e,this.y=n,this.x=r,this.yMargin=i,this.xMargin=l,this.isSnapshot=o}map(e){return e.empty?this:new Rs(this.range.map(e),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}clip(e){return this.range.to<=e.doc.length?this:new Rs(fe.cursor(e.doc.length),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}}const N0=We.define({map:(t,e)=>t.map(e)}),s7=We.define();function qr(t,e,n){let r=t.facet(n7);r.length?r[0](e):window.onerror&&window.onerror(String(e),n,void 0,void 0,e)||(n?console.error(n+":",e):console.error(e))}const Ti=Se.define({combine:t=>t.length?t[0]:!0});let JP=0;const ks=Se.define({combine(t){return t.filter((e,n)=>{for(let r=0;r<n;r++)if(t[r].plugin==e.plugin)return!1;return!0})}});class Vn{constructor(e,n,r,i,l){this.id=e,this.create=n,this.domEventHandlers=r,this.domEventObservers=i,this.baseExtensions=l(this),this.extension=this.baseExtensions.concat(ks.of({plugin:this,arg:void 0}))}of(e){return this.baseExtensions.concat(ks.of({plugin:this,arg:e}))}static define(e,n){const{eventHandlers:r,eventObservers:i,provide:l,decorations:o}=n||{};return new Vn(JP++,e,r,i,c=>{let f=[];return o&&f.push(Cf.of(m=>{let p=m.plugin(c);return p?o(p):Ze.none})),l&&f.push(l(c)),f})}static fromClass(e,n){return Vn.define((r,i)=>new e(r,i),n)}}class Qm{constructor(e){this.spec=e,this.mustUpdate=null,this.value=null}get plugin(){return this.spec&&this.spec.plugin}update(e){if(this.value){if(this.mustUpdate){let n=this.mustUpdate;if(this.mustUpdate=null,this.value.update)try{this.value.update(n)}catch(r){if(qr(n.state,r,"CodeMirror plugin crashed"),this.value.destroy)try{this.value.destroy()}catch{}this.deactivate()}}}else if(this.spec)try{this.value=this.spec.plugin.create(e,this.spec.arg)}catch(n){qr(e.state,n,"CodeMirror plugin crashed"),this.deactivate()}return this}destroy(e){var n;if(!((n=this.value)===null||n===void 0)&&n.destroy)try{this.value.destroy()}catch(r){qr(e.state,r,"CodeMirror plugin crashed")}}deactivate(){this.spec=this.value=null}}const o7=Se.define(),Sg=Se.define(),Cf=Se.define(),c7=Se.define(),wg=Se.define(),ru=Se.define(),u7=Se.define();function Gx(t,e){let n=t.state.facet(u7);if(!n.length)return n;let r=n.map(l=>l instanceof Function?l(t):l),i=[];return Xe.spans(r,e.from,e.to,{point(){},span(l,o,c,f){let m=l-e.from,p=o-e.from,g=i;for(let y=c.length-1;y>=0;y--,f--){let v=c[y].spec.bidiIsolate,S;if(v==null&&(v=WP(e.text,m,p)),f>0&&g.length&&(S=g[g.length-1]).to==m&&S.direction==v)S.to=p,g=S.inner;else{let w={from:m,to:p,direction:v,inner:[]};g.push(w),g=w.inner}}}}),i}const f7=Se.define();function h7(t){let e=0,n=0,r=0,i=0;for(let l of t.state.facet(f7)){let o=l(t);o&&(o.left!=null&&(e=Math.max(e,o.left)),o.right!=null&&(n=Math.max(n,o.right)),o.top!=null&&(r=Math.max(r,o.top)),o.bottom!=null&&(i=Math.max(i,o.bottom)))}return{left:e,right:n,top:r,bottom:i}}const hc=Se.define();class mr{constructor(e,n,r,i){this.fromA=e,this.toA=n,this.fromB=r,this.toB=i}join(e){return new mr(Math.min(this.fromA,e.fromA),Math.max(this.toA,e.toA),Math.min(this.fromB,e.fromB),Math.max(this.toB,e.toB))}addToSet(e){let n=e.length,r=this;for(;n>0;n--){let i=e[n-1];if(!(i.fromA>r.toA)){if(i.toA<r.fromA)break;r=r.join(i),e.splice(n-1,1)}}return e.splice(n,0,r),e}static extendWithRanges(e,n){if(n.length==0)return e;let r=[];for(let i=0,l=0,o=0;;){let c=i<e.length?e[i].fromB:1e9,f=l<n.length?n[l]:1e9,m=Math.min(c,f);if(m==1e9)break;let p=m+o,g=m,y=p;for(;;)if(l<n.length&&n[l]<=g){let v=n[l+1];l+=2,g=Math.max(g,v);for(let S=i;S<e.length&&e[S].fromB<=g;S++)o=e[S].toA-e[S].toB;y=Math.max(y,v+o)}else if(i<e.length&&e[i].fromB<=g){let v=e[i++];g=Math.max(g,v.toB),y=Math.max(y,v.toA),o=v.toA-v.toB}else break;r.push(new mr(p,y,m,g))}return r}}class V1{constructor(e,n,r){this.view=e,this.state=n,this.transactions=r,this.flags=0,this.startState=e.state,this.changes=Bt.empty(this.startState.doc.length);for(let l of r)this.changes=this.changes.compose(l.changes);let i=[];this.changes.iterChangedRanges((l,o,c,f)=>i.push(new mr(l,o,c,f))),this.changedRanges=i}static create(e,n,r){return new V1(e,n,r)}get viewportChanged(){return(this.flags&4)>0}get viewportMoved(){return(this.flags&8)>0}get heightChanged(){return(this.flags&2)>0}get geometryChanged(){return this.docChanged||(this.flags&18)>0}get focusChanged(){return(this.flags&1)>0}get docChanged(){return!this.changes.empty}get selectionSet(){return this.transactions.some(e=>e.selection)}get empty(){return this.flags==0&&this.transactions.length==0}}const ej=[];class Tt{constructor(e,n,r=0){this.dom=e,this.length=n,this.flags=r,this.parent=null,e.cmTile=this}get breakAfter(){return this.flags&1}get children(){return ej}isWidget(){return!1}get isHidden(){return!1}isComposite(){return!1}isLine(){return!1}isText(){return!1}isBlock(){return!1}get domAttrs(){return null}sync(e){if(this.flags|=2,this.flags&4){this.flags&=-5;let n=this.domAttrs;n&&RP(this.dom,n)}}toString(){return this.constructor.name+(this.children.length?`(${this.children})`:"")+(this.breakAfter?"#":"")}destroy(){this.parent=null}setDOM(e){this.dom=e,e.cmTile=this}get posAtStart(){return this.parent?this.parent.posBefore(this):0}get posAtEnd(){return this.posAtStart+this.length}posBefore(e,n=this.posAtStart){let r=n;for(let i of this.children){if(i==e)return r;r+=i.length+i.breakAfter}throw new RangeError("Invalid child in posBefore")}posAfter(e){return this.posBefore(e)+e.length}covers(e){return!0}coordsIn(e,n){return null}domPosFor(e,n){let r=$a(this.dom),i=this.length?e>0:n>0;return new kr(this.parent.dom,r+(i?1:0),e==0||e==this.length)}markDirty(e){this.flags&=-3,e&&(this.flags|=4),this.parent&&this.parent.flags&2&&this.parent.markDirty(!1)}get overrideDOMText(){return null}get root(){for(let e=this;e;e=e.parent)if(e instanceof Pf)return e;return null}static get(e){return e.cmTile}}class Zf extends Tt{constructor(e){super(e,0),this._children=[]}isComposite(){return!0}get children(){return this._children}get lastChild(){return this.children.length?this.children[this.children.length-1]:null}append(e){this.children.push(e),e.parent=this}sync(e){if(this.flags&2)return;super.sync(e);let n=this.dom,r=null,i,l=(e==null?void 0:e.node)==n?e:null,o=0;for(let c of this.children){if(c.sync(e),o+=c.length+c.breakAfter,i=r?r.nextSibling:n.firstChild,l&&i!=c.dom&&(l.written=!0),c.dom.parentNode==n)for(;i&&i!=c.dom;)i=Wx(i);else n.insertBefore(c.dom,i);r=c.dom}for(i=r?r.nextSibling:n.firstChild,l&&i&&(l.written=!0);i;)i=Wx(i);this.length=o}}function Wx(t){let e=t.nextSibling;return t.parentNode.removeChild(t),e}class Pf extends Zf{constructor(e,n){super(n),this.view=e}owns(e){for(;e;e=e.parent)if(e==this)return!0;return!1}isBlock(){return!0}nearest(e){for(;;){if(!e)return null;let n=Tt.get(e);if(n&&this.owns(n))return n;e=e.parentNode}}blockTiles(e){for(let n=[],r=this,i=0,l=0;;)if(i==r.children.length){if(!n.length)return;r=r.parent,r.breakAfter&&l++,i=n.pop()}else{let o=r.children[i++];if(o instanceof Ci)n.push(i),r=o,i=0;else{let c=l+o.length,f=e(o,l);if(f!==void 0)return f;l=c+o.breakAfter}}}resolveBlock(e,n){let r,i=-1,l,o=-1;if(this.blockTiles((c,f)=>{let m=f+c.length;if(e>=f&&e<=m){if(c.isWidget()&&n>=-1&&n<=1){if(c.flags&32)return!0;c.flags&16&&(r=void 0)}(f<e||e==m&&(n<-1?c.length:c.covers(1)))&&(!r||!c.isWidget()&&r.isWidget())&&(r=c,i=e-f),(m>e||e==f&&(n>1?c.length:c.covers(-1)))&&(!l||!c.isWidget()&&l.isWidget())&&(l=c,o=e-f)}}),!r&&!l)throw new Error("No tile at position "+e);return r&&n<0||!l?{tile:r,offset:i}:{tile:l,offset:o}}}class Ci extends Zf{constructor(e,n){super(e),this.wrapper=n}isBlock(){return!0}covers(e){return this.children.length?e<0?this.children[0].covers(-1):this.lastChild.covers(1):!1}get domAttrs(){return this.wrapper.attributes}static of(e,n){let r=new Ci(n||document.createElement(e.tagName),e);return n||(r.flags|=4),r}}class Ys extends Zf{constructor(e,n){super(e),this.attrs=n}isLine(){return!0}static start(e,n,r){let i=new Ys(n||document.createElement("div"),e);return(!n||!r)&&(i.flags|=4),i}get domAttrs(){return this.attrs}resolveInline(e,n,r){let i=null,l=-1,o=null,c=-1;function f(p,g){for(let y=0,v=0;y<p.children.length&&v<=g;y++){let S=p.children[y],w=v+S.length;w>=g&&(S.isComposite()?f(S,g-v):(!o||o.isHidden&&(n>0||r&&nj(o,S)))&&(w>g||S.flags&32)?(o=S,c=g-v):(v<g||S.flags&16&&!S.isHidden)&&(i=S,l=g-v)),v=w}}f(this,e);let m=(n<0?i:o)||i||o;return m?{tile:m,offset:m==i?l:c}:null}coordsIn(e,n){let r=this.resolveInline(e,n,!0);return r?r.tile.coordsIn(Math.max(0,r.offset),n):tj(this)}domIn(e,n){let r=this.resolveInline(e,n);if(r){let{tile:i,offset:l}=r;if(this.dom.contains(i.dom))return i.isText()?new kr(i.dom,Math.min(i.dom.nodeValue.length,l)):i.domPosFor(l,i.flags&16?1:i.flags&32?-1:n);let o=r.tile.parent,c=!1;for(let f of o.children){if(c)return new kr(f.dom,0);f==r.tile&&(c=!0)}}return new kr(this.dom,0)}}function tj(t){let e=t.dom.lastChild;if(!e)return t.dom.getBoundingClientRect();let n=m1(e);return n[n.length-1]||null}function nj(t,e){let n=t.coordsIn(0,1),r=e.coordsIn(0,1);return n&&r&&r.top<n.bottom}class jn extends Zf{constructor(e,n){super(e),this.mark=n}get domAttrs(){return this.mark.attrs}static of(e,n){let r=new jn(n||document.createElement(e.tagName),e);return n||(r.flags|=4),r}}class sl extends Tt{constructor(e,n){super(e,n.length),this.text=n}sync(e){this.flags&2||(super.sync(e),this.dom.nodeValue!=this.text&&(e&&e.node==this.dom&&(e.written=!0),this.dom.nodeValue=this.text))}isText(){return!0}toString(){return JSON.stringify(this.text)}coordsIn(e,n){let r=this.dom.nodeValue.length;e>r&&(e=r);let i=e,l=e,o=0;e==0&&n<0||e==r&&n>=0?xe.chrome||xe.gecko||(e?(i--,o=1):l<r&&(l++,o=-1)):n<0?i--:l<r&&l++;let c=_c(this.dom,i,l).getClientRects();if(!c.length)return null;let f=c[(o?o<0:n>=0)?0:c.length-1];return xe.safari&&!o&&f.width==0&&(f=Array.prototype.find.call(c,m=>m.width)||f),o?N1(f,o<0):f||null}static of(e,n){let r=new sl(n||document.createTextNode(e),e);return n||(r.flags|=2),r}}class vl extends Tt{constructor(e,n,r,i){super(e,n,i),this.widget=r}isWidget(){return!0}get isHidden(){return this.widget.isHidden}covers(e){return this.flags&48?!1:(this.flags&(e<0?64:128))>0}coordsIn(e,n){return this.coordsInWidget(e,n,!1)}coordsInWidget(e,n,r){let i=this.widget.coordsAt(this.dom,e,n);if(i)return i;if(r)return N1(this.dom.getBoundingClientRect(),this.length?e==0:n<=0);{let l=this.dom.getClientRects(),o=null;if(!l.length)return null;let c=this.flags&16?!0:this.flags&32?!1:e>0;for(let f=c?l.length-1:0;o=l[f],!(e>0?f==0:f==l.length-1||o.top<o.bottom);f+=c?-1:1);return N1(o,!c)}}get overrideDOMText(){if(!this.length)return Ue.empty;let{root:e}=this;if(!e)return Ue.empty;let n=this.posAtStart;return e.view.state.doc.slice(n,n+this.length)}destroy(){super.destroy(),this.widget.destroy(this.dom)}static of(e,n,r,i,l){return l||(l=e.toDOM(n),e.editable||(l.contentEditable="false")),new vl(l,r,e,i)}}class L1 extends Tt{constructor(e){let n=document.createElement("img");n.className="cm-widgetBuffer",n.setAttribute("aria-hidden","true"),super(n,0,e)}get isHidden(){return!0}get overrideDOMText(){return Ue.empty}coordsIn(e){return this.dom.getBoundingClientRect()}}class rj{constructor(e){this.index=0,this.beforeBreak=!1,this.parents=[],this.tile=e}advance(e,n,r){let{tile:i,index:l,beforeBreak:o,parents:c}=this;for(;e||n>0;)if(i.isComposite())if(o){if(!e)break;r&&r.break(),e--,o=!1}else if(l==i.children.length){if(!e&&!c.length)break;r&&r.leave(i),o=!!i.breakAfter,{tile:i,index:l}=c.pop(),l++}else{let f=i.children[l],m=f.breakAfter;(n>0?f.length<=e:f.length<e)&&(!r||r.skip(f,0,f.length)!==!1||!f.isComposite)?(o=!!m,l++,e-=f.length):(c.push({tile:i,index:l}),i=f,l=0,r&&f.isComposite()&&r.enter(f))}else if(l==i.length)o=!!i.breakAfter,{tile:i,index:l}=c.pop(),l++;else if(e){let f=Math.min(e,i.length-l);r&&r.skip(i,l,l+f),e-=f,l+=f}else break;return this.tile=i,this.index=l,this.beforeBreak=o,this}get root(){return this.parents.length?this.parents[0].tile:this.tile}}class ij{constructor(e,n,r,i){this.from=e,this.to=n,this.wrapper=r,this.rank=i}}class aj{constructor(e,n,r){this.cache=e,this.root=n,this.blockWrappers=r,this.curLine=null,this.lastBlock=null,this.afterWidget=null,this.pos=0,this.wrappers=[],this.wrapperPos=0}addText(e,n,r,i){var l;this.flushBuffer();let o=this.ensureMarks(n,r),c=o.lastChild;if(c&&c.isText()&&!(c.flags&8)&&c.length+e.length<512){this.cache.reused.set(c,2);let f=o.children[o.children.length-1]=new sl(c.dom,c.text+e);f.parent=o}else o.append(i||sl.of(e,(l=this.cache.find(sl))===null||l===void 0?void 0:l.dom));this.pos+=e.length,this.afterWidget=null}addComposition(e,n){let r=this.curLine;r.dom!=n.line.dom&&(r.setDOM(this.cache.reused.has(n.line)?Cm(n.line.dom):n.line.dom),this.cache.reused.set(n.line,2));let i=r;for(let c=n.marks.length-1;c>=0;c--){let f=n.marks[c],m=i.lastChild;if(m instanceof jn&&m.mark.eq(f.mark))m.dom!=f.dom&&m.setDOM(Cm(f.dom)),i=m;else{if(this.cache.reused.get(f)){let g=Tt.get(f.dom);g&&g.setDOM(Cm(f.dom))}let p=jn.of(f.mark,f.dom);i.append(p),i=p}this.cache.reused.set(f,2)}let l=Tt.get(e.text);l&&this.cache.reused.set(l,2);let o=new sl(e.text,e.text.nodeValue);o.flags|=8,i.append(o)}addInlineWidget(e,n,r){let i=this.afterWidget&&e.flags&48&&(this.afterWidget.flags&48)==(e.flags&48);i||this.flushBuffer();let l=this.ensureMarks(n,r);!i&&!(e.flags&16)&&l.append(this.getBuffer(1)),l.append(e),this.pos+=e.length,this.afterWidget=e}addMark(e,n,r){this.flushBuffer(),this.ensureMarks(n,r).append(e),this.pos+=e.length,this.afterWidget=null}addBlockWidget(e){this.getBlockPos().append(e),this.pos+=e.length,this.lastBlock=e,this.endLine()}continueWidget(e){let n=this.afterWidget||this.lastBlock;n.length+=e,this.pos+=e}addLineStart(e,n){var r;e||(e=d7);let i=Ys.start(e,n||((r=this.cache.find(Ys))===null||r===void 0?void 0:r.dom),!!n);this.getBlockPos().append(this.lastBlock=this.curLine=i)}addLine(e){this.getBlockPos().append(e),this.pos+=e.length,this.lastBlock=e,this.endLine()}addBreak(){this.lastBlock.flags|=1,this.endLine(),this.pos++}addLineStartIfNotCovered(e){this.blockPosCovered()||this.addLineStart(e)}ensureLine(e){this.curLine||this.addLineStart(e)}ensureMarks(e,n){var r;let i=this.curLine;for(let l=e.length-1;l>=0;l--){let o=e[l],c;if(n>0&&(c=i.lastChild)&&c instanceof jn&&c.mark.eq(o))i=c,n--;else{let f=jn.of(o,(r=this.cache.find(jn,m=>m.mark.eq(o)))===null||r===void 0?void 0:r.dom);i.append(f),i=f,n=0}}return i}endLine(){if(this.curLine){this.flushBuffer();let e=this.curLine.lastChild;(!e||!Kx(this.curLine,!1)||e.dom.nodeName!="BR"&&e.isWidget()&&!(xe.ios&&Kx(this.curLine,!0)))&&this.curLine.append(this.cache.findWidget(Zm,0,32)||new vl(Zm.toDOM(),0,Zm,32)),this.curLine=this.afterWidget=null}}updateBlockWrappers(){this.wrapperPos>this.pos+1e4&&(this.blockWrappers.goto(this.pos),this.wrappers.length=0);for(let e=this.wrappers.length-1;e>=0;e--)this.wrappers[e].to<this.pos&&this.wrappers.splice(e,1);for(let e=this.blockWrappers;e.value&&e.from<=this.pos;e.next())if(e.to>=this.pos){let n=new ij(e.from,e.to,e.value,e.rank),r=this.wrappers.length;for(;r>0&&(this.wrappers[r-1].rank-n.rank||this.wrappers[r-1].to-n.to)<0;)r--;this.wrappers.splice(r,0,n)}this.wrapperPos=this.pos}getBlockPos(){var e;this.updateBlockWrappers();let n=this.root;for(let r of this.wrappers){let i=n.lastChild;if(r.from<this.pos&&i instanceof Ci&&i.wrapper.eq(r.wrapper))n=i;else{let l=Ci.of(r.wrapper,(e=this.cache.find(Ci,o=>o.wrapper.eq(r.wrapper)))===null||e===void 0?void 0:e.dom);n.append(l),n=l}}return n}blockPosCovered(){let e=this.lastBlock;return e!=null&&!e.breakAfter&&(!e.isWidget()||(e.flags&160)>0)}getBuffer(e){let n=2|(e<0?16:32),r=this.cache.find(L1,void 0,1);return r&&(r.flags=n),r||new L1(n)}flushBuffer(){this.afterWidget&&!(this.afterWidget.flags&32)&&(this.afterWidget.parent.append(this.getBuffer(-1)),this.afterWidget=null)}}class lj{constructor(e){this.skipCount=0,this.text="",this.textOff=0,this.cursor=e.iter()}skip(e){this.textOff+e<=this.text.length?this.textOff+=e:(this.skipCount+=e-(this.text.length-this.textOff),this.text="",this.textOff=0)}next(e){if(this.textOff==this.text.length){let{value:i,lineBreak:l,done:o}=this.cursor.next(this.skipCount);if(this.skipCount=0,o)throw new Error("Ran out of text content when drawing inline views");this.text=i;let c=this.textOff=Math.min(e,i.length);return l?null:i.slice(0,c)}let n=Math.min(this.text.length,this.textOff+e),r=this.text.slice(this.textOff,n);return this.textOff=n,r}}const _1=[vl,Ys,sl,jn,L1,Ci,Pf];for(let t=0;t<_1.length;t++)_1[t].bucket=t;class sj{constructor(e){this.view=e,this.buckets=_1.map(()=>[]),this.index=_1.map(()=>0),this.reused=new Map}add(e){let n=e.constructor.bucket,r=this.buckets[n];r.length<6?r.push(e):r[this.index[n]=(this.index[n]+1)%6]=e}find(e,n,r=2){let i=e.bucket,l=this.buckets[i],o=this.index[i];for(let c=l.length-1;c>=0;c--){let f=(c+o)%l.length,m=l[f];if((!n||n(m))&&!this.reused.has(m))return l.splice(f,1),f<o&&this.index[i]--,this.reused.set(m,r),m}return null}findWidget(e,n,r){let i=this.buckets[0];if(i.length)for(let l=0,o=0;;l++){if(l==i.length){if(o)return null;o=1,l=0}let c=i[l];if(!this.reused.has(c)&&(o==0?c.widget.compare(e):c.widget.constructor==e.constructor&&e.updateDOM(c.dom,this.view,c.widget)))return i.splice(l,1),l<this.index[0]&&this.index[0]--,c.widget==e&&c.length==n&&(c.flags&497)==r?(this.reused.set(c,1),c):(this.reused.set(c,2),new vl(c.dom,n,e,c.flags&-498|r))}}reuse(e){return this.reused.set(e,1),e}maybeReuse(e,n=2){if(!this.reused.has(e))return this.reused.set(e,n),e.dom}clear(){for(let e=0;e<this.buckets.length;e++)this.buckets[e].length=this.index[e]=0}}class oj{constructor(e,n,r,i,l){this.view=e,this.decorations=i,this.disallowBlockEffectsFor=l,this.openWidget=!1,this.openMarks=0,this.cache=new sj(e),this.text=new lj(e.state.doc),this.builder=new aj(this.cache,new Pf(e,e.contentDOM),Xe.iter(r)),this.cache.reused.set(n,2),this.old=new rj(n),this.reuseWalker={skip:(o,c,f)=>{if(this.cache.add(o),o.isComposite())return!1},enter:o=>this.cache.add(o),leave:()=>{},break:()=>{}}}run(e,n){let r=n&&this.getCompositionContext(n.text);for(let i=0,l=0,o=0;;){let c=o<e.length?e[o++]:null,f=c?c.fromA:this.old.root.length;if(f>i){let m=f-i;this.preserve(m,!o,!c),i=f,l+=m}if(!c)break;n&&c.fromA<=n.range.fromA&&c.toA>=n.range.toA?(this.forward(c.fromA,n.range.fromA,n.range.fromA<n.range.toA?1:-1),this.emit(l,n.range.fromB),this.cache.clear(),this.builder.addComposition(n,r),this.text.skip(n.range.toB-n.range.fromB),this.forward(n.range.fromA,c.toA),this.emit(n.range.toB,c.toB)):(this.forward(c.fromA,c.toA),this.emit(l,c.toB)),l=c.toB,i=c.toA}return this.builder.curLine&&this.builder.endLine(),this.builder.root}preserve(e,n,r){let i=fj(this.old),l=this.openMarks;this.old.advance(e,r?1:-1,{skip:(o,c,f)=>{if(o.isWidget())if(this.openWidget)this.builder.continueWidget(f-c);else{let m=f>0||c<o.length?vl.of(o.widget,this.view,f-c,o.flags&496,this.cache.maybeReuse(o)):this.cache.reuse(o);m.flags&256?(m.flags&=-2,this.builder.addBlockWidget(m)):(this.builder.ensureLine(null),this.builder.addInlineWidget(m,i,l),l=i.length)}else if(o.isText())this.builder.ensureLine(null),!c&&f==o.length&&!this.cache.reused.has(o)?this.builder.addText(o.text,i,l,this.cache.reuse(o)):(this.cache.add(o),this.builder.addText(o.text.slice(c,f),i,l)),l=i.length;else if(o.isLine())o.flags&=-2,this.cache.reused.set(o,1),this.builder.addLine(o);else if(o instanceof L1)this.cache.add(o);else if(o instanceof jn)this.builder.ensureLine(null),this.builder.addMark(o,i,l),this.cache.reused.set(o,1),l=i.length;else return!1;this.openWidget=!1},enter:o=>{o.isLine()?this.builder.addLineStart(o.attrs,this.cache.maybeReuse(o)):(this.cache.add(o),o instanceof jn&&i.unshift(o.mark)),this.openWidget=!1},leave:o=>{o.isLine()?i.length&&(i.length=l=0):o instanceof jn&&(i.shift(),l=Math.min(l,i.length))},break:()=>{this.builder.addBreak(),this.openWidget=!1}}),this.text.skip(e)}emit(e,n){let r=null,i=this.builder,l=0,o=Xe.spans(this.decorations,e,n,{point:(c,f,m,p,g,y)=>{if(m instanceof yl){if(this.disallowBlockEffectsFor[y]){if(m.block)throw new RangeError("Block decorations may not be specified via plugins");if(f>this.view.state.doc.lineAt(c).to)throw new RangeError("Decorations that replace line breaks may not be specified via plugins")}if(l=p.length,g>p.length)i.continueWidget(f-c);else{let v=m.widget||(m.block?Bs.block:Bs.inline),S=cj(m),w=this.cache.findWidget(v,f-c,S)||vl.of(v,this.view,f-c,S);m.block?(m.startSide>0&&i.addLineStartIfNotCovered(r),i.addBlockWidget(w)):(i.ensureLine(r),i.addInlineWidget(w,p,g))}r=null}else r=uj(r,m);f>c&&this.text.skip(f-c)},span:(c,f,m,p)=>{for(let g=c;g<f;){let y=this.text.next(Math.min(512,f-g));y==null?(i.addLineStartIfNotCovered(r),i.addBreak(),g++):(i.ensureLine(r),i.addText(y,m,g==c?p:m.length),g+=y.length),r=null}}});i.addLineStartIfNotCovered(r),this.openWidget=o>l,this.openMarks=o}forward(e,n,r=1){n-e<=10?this.old.advance(n-e,r,this.reuseWalker):(this.old.advance(5,-1,this.reuseWalker),this.old.advance(n-e-10,-1),this.old.advance(5,r,this.reuseWalker))}getCompositionContext(e){let n=[],r=null;for(let i=e.parentNode;;i=i.parentNode){let l=Tt.get(i);if(i==this.view.contentDOM)break;l instanceof jn?n.push(l):l!=null&&l.isLine()?r=l:l instanceof Ci||(i.nodeName=="DIV"&&!r&&i!=this.view.contentDOM?r=new Ys(i,d7):r||n.push(jn.of(new tu({tagName:i.nodeName.toLowerCase(),attributes:NP(i)}),i)))}return{line:r,marks:n}}}function Kx(t,e){let n=r=>{for(let i of r.children)if((e?i.isText():i.length)||n(i))return!0;return!1};return n(t)}function cj(t){let e=t.isReplace?(t.startSide<0?64:0)|(t.endSide>0?128:0):t.startSide>0?32:16;return t.block&&(e|=256),e}const d7={class:"cm-line"};function uj(t,e){let n=e.spec.attributes,r=e.spec.class;return!n&&!r||(t||(t={class:"cm-line"}),n&&Og(n,t),r&&(t.class+=" "+r)),t}function fj(t){let e=[];for(let n=t.parents.length;n>1;n--){let r=n==t.parents.length?t.tile:t.parents[n].tile;r instanceof jn&&e.push(r.mark)}return e}function Cm(t){let e=Tt.get(t);return e&&e.setDOM(t.cloneNode()),t}class Bs extends Tl{constructor(e){super(),this.tag=e}eq(e){return e.tag==this.tag}toDOM(){return document.createElement(this.tag)}updateDOM(e){return e.nodeName.toLowerCase()==this.tag}get isHidden(){return!0}}Bs.inline=new Bs("span");Bs.block=new Bs("div");const Zm=new class extends Tl{toDOM(){return document.createElement("br")}get isHidden(){return!0}get editable(){return!0}};class Jx{constructor(e){this.view=e,this.decorations=[],this.blockWrappers=[],this.dynamicDecorationMap=[!1],this.domChanged=null,this.hasComposition=null,this.editContextFormatting=Ze.none,this.lastCompositionAfterCursor=!1,this.minWidth=0,this.minWidthFrom=0,this.minWidthTo=0,this.impreciseAnchor=null,this.impreciseHead=null,this.forceSelection=!1,this.lastUpdate=Date.now(),this.updateDeco(),this.tile=new Pf(e,e.contentDOM),this.updateInner([new mr(0,0,0,e.state.doc.length)],null)}update(e){var n;let r=e.changedRanges;this.minWidth>0&&r.length&&(r.every(({fromA:p,toA:g})=>g<this.minWidthFrom||p>this.minWidthTo)?(this.minWidthFrom=e.changes.mapPos(this.minWidthFrom,1),this.minWidthTo=e.changes.mapPos(this.minWidthTo,1)):this.minWidth=this.minWidthFrom=this.minWidthTo=0),this.updateEditContextFormatting(e);let i=-1;this.view.inputState.composing>=0&&!this.view.observer.editContext&&(!((n=this.domChanged)===null||n===void 0)&&n.newSel?i=this.domChanged.newSel.head:!bj(e.changes,this.hasComposition)&&!e.selectionSet&&(i=e.state.selection.main.head));let l=i>-1?dj(this.view,e.changes,i):null;if(this.domChanged=null,this.hasComposition){let{from:p,to:g}=this.hasComposition;r=new mr(p,g,e.changes.mapPos(p,-1),e.changes.mapPos(g,1)).addToSet(r.slice())}this.hasComposition=l?{from:l.range.fromB,to:l.range.toB}:null,(xe.ie||xe.chrome)&&!l&&e&&e.state.doc.lines!=e.startState.doc.lines&&(this.forceSelection=!0);let o=this.decorations,c=this.blockWrappers;this.updateDeco();let f=gj(o,this.decorations,e.changes);f.length&&(r=mr.extendWithRanges(r,f));let m=xj(c,this.blockWrappers,e.changes);return m.length&&(r=mr.extendWithRanges(r,m)),l&&!r.some(p=>p.fromA<=l.range.fromA&&p.toA>=l.range.toA)&&(r=l.range.addToSet(r.slice())),this.tile.flags&2&&r.length==0?!1:(this.updateInner(r,l),e.transactions.length&&(this.lastUpdate=Date.now()),!0)}updateInner(e,n){this.view.viewState.mustMeasureContent=!0;let{observer:r}=this.view;r.ignore(()=>{if(n||e.length){let o=this.tile,c=new oj(this.view,o,this.blockWrappers,this.decorations,this.dynamicDecorationMap);n&&Tt.get(n.text)&&c.cache.reused.set(Tt.get(n.text),2),this.tile=c.run(e,n),gp(o,c.cache.reused)}this.tile.dom.style.height=this.view.viewState.contentHeight/this.view.scaleY+"px",this.tile.dom.style.flexBasis=this.minWidth?this.minWidth+"px":"";let l=xe.chrome||xe.ios?{node:r.selectionRange.focusNode,written:!1}:void 0;this.tile.sync(l),l&&(l.written||r.selectionRange.focusNode!=l.node||!this.tile.dom.contains(l.node))&&(this.forceSelection=!0),this.tile.dom.style.height=""});let i=[];if(this.view.viewport.from||this.view.viewport.to<this.view.state.doc.length)for(let l of this.tile.children)l.isWidget()&&l.widget instanceof Pm&&i.push(l.dom);r.updateGaps(i)}updateEditContextFormatting(e){this.editContextFormatting=this.editContextFormatting.map(e.changes);for(let n of e.transactions)for(let r of n.effects)r.is(s7)&&(this.editContextFormatting=r.value)}updateSelection(e=!1,n=!1){(e||!this.view.observer.selectionRange.focusNode)&&this.view.observer.readSelectionRange();let{dom:r}=this.tile,i=this.view.root.activeElement,l=i==r,o=!l&&!(this.view.state.facet(Ti)||r.tabIndex>-1)&&bc(r,this.view.observer.selectionRange)&&!(i&&r.contains(i));if(!(l||n||o))return;let c=this.forceSelection;this.forceSelection=!1;let f=this.view.state.selection.main,m,p;if(f.empty?p=m=this.inlineDOMNearPos(f.anchor,f.assoc||1):(p=this.inlineDOMNearPos(f.head,f.head==f.from?1:-1),m=this.inlineDOMNearPos(f.anchor,f.anchor==f.from?1:-1)),xe.gecko&&f.empty&&!this.hasComposition&&hj(m)){let y=document.createTextNode("");this.view.observer.ignore(()=>m.node.insertBefore(y,m.node.childNodes[m.offset]||null)),m=p=new kr(y,0),c=!0}let g=this.view.observer.selectionRange;(c||!g.focusNode||(!vc(m.node,m.offset,g.anchorNode,g.anchorOffset)||!vc(p.node,p.offset,g.focusNode,g.focusOffset))&&!this.suppressWidgetCursorChange(g,f))&&(this.view.observer.ignore(()=>{xe.android&&xe.chrome&&r.contains(g.focusNode)&&yj(g.focusNode,r)&&(r.blur(),r.focus({preventScroll:!0}));let y=Lc(this.view.root);if(y)if(f.empty){if(xe.gecko){let v=mj(m.node,m.offset);if(v&&v!=3){let S=(v==1?FS:qS)(m.node,m.offset);S&&(m=new kr(S.node,S.offset))}}y.collapse(m.node,m.offset),f.bidiLevel!=null&&y.caretBidiLevel!==void 0&&(y.caretBidiLevel=f.bidiLevel)}else if(y.extend){y.collapse(m.node,m.offset);try{y.extend(p.node,p.offset)}catch{}}else{let v=document.createRange();f.anchor>f.head&&([m,p]=[p,m]),v.setEnd(p.node,p.offset),v.setStart(m.node,m.offset),y.removeAllRanges(),y.addRange(v)}o&&this.view.root.activeElement==r&&(r.blur(),i&&i.focus())}),this.view.observer.setSelectionRange(m,p)),this.impreciseAnchor=m.precise?null:new kr(g.anchorNode,g.anchorOffset),this.impreciseHead=p.precise?null:new kr(g.focusNode,g.focusOffset)}suppressWidgetCursorChange(e,n){return this.hasComposition&&n.empty&&vc(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset)&&this.posFromDOM(e.focusNode,e.focusOffset)==n.head}enforceCursorAssoc(){if(this.hasComposition)return;let{view:e}=this,n=e.state.selection.main,r=Lc(e.root),{anchorNode:i,anchorOffset:l}=e.observer.selectionRange;if(!r||!n.empty||!n.assoc||!r.modify)return;let o=this.lineAt(n.head,n.assoc);if(!o)return;let c=o.posAtStart;if(n.head==c||n.head==c+o.length)return;let f=this.coordsAt(n.head,-1),m=this.coordsAt(n.head,1);if(!f||!m||f.bottom>m.top)return;let p=this.domAtPos(n.head+n.assoc,n.assoc);r.collapse(p.node,p.offset),r.modify("move",n.assoc<0?"forward":"backward","lineboundary"),e.observer.readSelectionRange();let g=e.observer.selectionRange;e.docView.posFromDOM(g.anchorNode,g.anchorOffset)!=n.from&&r.collapse(i,l)}posFromDOM(e,n){let r=this.tile.nearest(e);if(!r)return this.tile.dom.compareDocumentPosition(e)&2?0:this.view.state.doc.length;let i=r.posAtStart;if(r.isComposite()){let l;if(e==r.dom)l=r.dom.childNodes[n];else{let o=Ri(e)==0?0:n==0?-1:1;for(;;){let c=e.parentNode;if(c==r.dom)break;o==0&&c.firstChild!=c.lastChild&&(e==c.firstChild?o=-1:o=1),e=c}o<0?l=e:l=e.nextSibling}if(l==r.dom.firstChild)return i;for(;l&&!Tt.get(l);)l=l.nextSibling;if(!l)return i+r.length;for(let o=0,c=i;;o++){let f=r.children[o];if(f.dom==l)return c;c+=f.length+f.breakAfter}}else return r.isText()?e==r.dom?i+n:i+(n?r.length:0):i}domAtPos(e,n){let{tile:r,offset:i}=this.tile.resolveBlock(e,n);return r.isWidget()?r.domPosFor(e,n):r.domIn(i,n)}inlineDOMNearPos(e,n){let r,i=-1,l=!1,o,c=-1,f=!1;return this.tile.blockTiles((m,p)=>{if(m.isWidget()){if(m.flags&32&&p>=e)return!0;m.flags&16&&(l=!0)}else{let g=p+m.length;if(p<=e&&(r=m,i=e-p,l=g<e),g>=e&&!o&&(o=m,c=e-p,f=p>e),p>e&&o)return!0}}),!r&&!o?this.domAtPos(e,n):(l&&o?r=null:f&&r&&(o=null),r&&n<0||!o?r.domIn(i,n):o.domIn(c,n))}coordsAt(e,n){let{tile:r,offset:i}=this.tile.resolveBlock(e,n);return r.isWidget()?r.widget instanceof Pm?null:r.coordsInWidget(i,n,!0):r.coordsIn(i,n)}lineAt(e,n){let{tile:r}=this.tile.resolveBlock(e,n);return r.isLine()?r:null}coordsForChar(e){let{tile:n,offset:r}=this.tile.resolveBlock(e,1);if(!n.isLine())return null;function i(l,o){if(l.isComposite())for(let c of l.children){if(c.length>=o){let f=i(c,o);if(f)return f}if(o-=c.length,o<0)break}else if(l.isText()&&o<l.length){let c=Wt(l.text,o);if(c==o)return null;let f=_c(l.dom,o,c).getClientRects();for(let m=0;m<f.length;m++){let p=f[m];if(m==f.length-1||p.top<p.bottom&&p.left<p.right)return p}}return null}return i(n,r)}measureVisibleLineHeights(e){let n=[],{from:r,to:i}=e,l=this.view.contentDOM.clientWidth,o=l>Math.max(this.view.scrollDOM.clientWidth,this.minWidth)+1,c=-1,f=this.view.textDirection==Pt.LTR,m=0,p=(g,y,v)=>{for(let S=0;S<g.children.length&&!(y>i);S++){let w=g.children[S],k=y+w.length,A=w.dom.getBoundingClientRect(),{height:E}=A;if(v&&!S&&(m+=A.top-v.top),w instanceof Ci)k>r&&p(w,y,A);else if(y>=r&&(m>0&&n.push(-m),n.push(E+m),m=0,o)){let Q=w.dom.lastChild,C=Q?m1(Q):[];if(C.length){let $=C[C.length-1],j=f?$.right-A.left:A.right-$.left;j>c&&(c=j,this.minWidth=l,this.minWidthFrom=y,this.minWidthTo=k)}}v&&S==g.children.length-1&&(m+=v.bottom-A.bottom),y=k+w.breakAfter}};return p(this.tile,0,null),n}textDirectionAt(e){let{tile:n}=this.tile.resolveBlock(e,1);return getComputedStyle(n.dom).direction=="rtl"?Pt.RTL:Pt.LTR}measureTextSize(){let e=this.tile.blockTiles(o=>{if(o.isLine()&&o.children.length&&o.length<=20){let c=0,f;for(let m of o.children){if(!m.isText()||/[^ -~]/.test(m.text))return;let p=m1(m.dom);if(p.length!=1)return;c+=p[0].width,f=p[0].height}if(c)return{lineHeight:o.dom.getBoundingClientRect().height,charWidth:c/o.length,textHeight:f}}});if(e)return e;let n=document.createElement("div"),r,i,l;return n.className="cm-line",n.style.width="99999px",n.style.position="absolute",n.textContent="abc def ghi jkl mno pqr stu",this.view.observer.ignore(()=>{this.tile.dom.appendChild(n);let o=m1(n.firstChild)[0];r=n.getBoundingClientRect().height,i=o&&o.width?o.width/27:7,l=o&&o.height?o.height:r,n.remove()}),{lineHeight:r,charWidth:i,textHeight:l}}computeBlockGapDeco(){let e=[],n=this.view.viewState;for(let r=0,i=0;;i++){let l=i==n.viewports.length?null:n.viewports[i],o=l?l.from-1:this.view.state.doc.length;if(o>r){let c=(n.lineBlockAt(o).bottom-n.lineBlockAt(r).top)/this.view.scaleY;e.push(Ze.replace({widget:new Pm(c),block:!0,inclusive:!0,isBlockGap:!0}).range(r,o))}if(!l)break;r=l.to+1}return Ze.set(e)}updateDeco(){let e=1,n=this.view.state.facet(Cf).map(l=>(this.dynamicDecorationMap[e++]=typeof l=="function")?l(this.view):l),r=!1,i=this.view.state.facet(wg).map((l,o)=>{let c=typeof l=="function";return c&&(r=!0),c?l(this.view):l});for(i.length&&(this.dynamicDecorationMap[e++]=r,n.push(Xe.join(i))),this.decorations=[this.editContextFormatting,...n,this.computeBlockGapDeco(),this.view.viewState.lineGapDeco];e<this.decorations.length;)this.dynamicDecorationMap[e++]=!1;this.blockWrappers=this.view.state.facet(c7).map(l=>typeof l=="function"?l(this.view):l)}scrollIntoView(e){var n;if(e.isSnapshot){let p=this.view.viewState.lineBlockAt(e.range.head);this.view.scrollDOM.scrollTop=p.top-e.yMargin,this.view.scrollDOM.scrollLeft=e.xMargin;return}for(let p of this.view.state.facet(l7))try{if(p(this.view,e.range,e))return!0}catch(g){qr(this.view.state,g,"scroll handler")}let{range:r}=e,i=this.coordsAt(r.head,(n=r.assoc)!==null&&n!==void 0?n:r.empty?0:r.head>r.anchor?-1:1),l;if(!i)return;!r.empty&&(l=this.coordsAt(r.anchor,r.anchor>r.head?-1:1))&&(i={left:Math.min(i.left,l.left),top:Math.min(i.top,l.top),right:Math.max(i.right,l.right),bottom:Math.max(i.bottom,l.bottom)});let o=h7(this.view),c={left:i.left-o.left,top:i.top-o.top,right:i.right+o.right,bottom:i.bottom+o.bottom},{offsetWidth:f,offsetHeight:m}=this.view.scrollDOM;if(_P(this.view.scrollDOM,c,r.head<r.anchor?-1:1,e.x,e.y,Math.max(Math.min(e.xMargin,f),-f),Math.max(Math.min(e.yMargin,m),-m),this.view.textDirection==Pt.LTR),window.visualViewport&&window.innerHeight-window.visualViewport.height>1&&(i.top>window.pageYOffset+window.visualViewport.offsetTop+window.visualViewport.height||i.bottom<window.pageYOffset+window.visualViewport.offsetTop)){let p=this.view.docView.lineAt(r.head,1);p&&p.dom.scrollIntoView({block:"nearest"})}}lineHasWidget(e){let n=r=>r.isWidget()||r.children.some(n);return n(this.tile.resolveBlock(e,1).tile)}destroy(){gp(this.tile)}}function gp(t,e){let n=e==null?void 0:e.get(t);if(n!=1){n==null&&t.destroy();for(let r of t.children)gp(r,e)}}function hj(t){return t.node.nodeType==1&&t.node.firstChild&&(t.offset==0||t.node.childNodes[t.offset-1].contentEditable=="false")&&(t.offset==t.node.childNodes.length||t.node.childNodes[t.offset].contentEditable=="false")}function m7(t,e){let n=t.observer.selectionRange;if(!n.focusNode)return null;let r=FS(n.focusNode,n.focusOffset),i=qS(n.focusNode,n.focusOffset),l=r||i;if(i&&r&&i.node!=r.node){let c=Tt.get(i.node);if(!c||c.isText()&&c.text!=i.node.nodeValue)l=i;else if(t.docView.lastCompositionAfterCursor){let f=Tt.get(r.node);!f||f.isText()&&f.text!=r.node.nodeValue||(l=i)}}if(t.docView.lastCompositionAfterCursor=l!=r,!l)return null;let o=e-l.offset;return{from:o,to:o+l.node.nodeValue.length,node:l.node}}function dj(t,e,n){let r=m7(t,n);if(!r)return null;let{node:i,from:l,to:o}=r,c=i.nodeValue;if(/[\n\r]/.test(c)||t.state.doc.sliceString(r.from,r.to)!=c)return null;let f=e.invertedDesc;return{range:new mr(f.mapPos(l),f.mapPos(o),l,o),text:i}}function mj(t,e){return t.nodeType!=1?0:(e&&t.childNodes[e-1].contentEditable=="false"?1:0)|(e<t.childNodes.length&&t.childNodes[e].contentEditable=="false"?2:0)}let pj=class{constructor(){this.changes=[]}compareRange(e,n){Ps(e,n,this.changes)}comparePoint(e,n){Ps(e,n,this.changes)}boundChange(e){Ps(e,e,this.changes)}};function gj(t,e,n){let r=new pj;return Xe.compare(t,e,n,r),r.changes}class Oj{constructor(){this.changes=[]}compareRange(e,n){Ps(e,n,this.changes)}comparePoint(){}boundChange(e){Ps(e,e,this.changes)}}function xj(t,e,n){let r=new Oj;return Xe.compare(t,e,n,r),r.changes}function yj(t,e){for(let n=t;n&&n!=e;n=n.assignedSlot||n.parentNode)if(n.nodeType==1&&n.contentEditable=="false")return!0;return!1}function bj(t,e){let n=!1;return e&&t.iterChangedRanges((r,i)=>{r<e.to&&i>e.from&&(n=!0)}),n}class Pm extends Tl{constructor(e){super(),this.height=e}toDOM(){let e=document.createElement("div");return e.className="cm-gap",this.updateDOM(e),e}eq(e){return e.height==this.height}updateDOM(e){return e.style.height=this.height+"px",!0}get editable(){return!0}get estimatedHeight(){return this.height}ignoreEvent(){return!1}}function vj(t,e,n=1){let r=t.charCategorizer(e),i=t.doc.lineAt(e),l=e-i.from;if(i.length==0)return fe.cursor(e);l==0?n=1:l==i.length&&(n=-1);let o=l,c=l;n<0?o=Wt(i.text,l,!1):c=Wt(i.text,l);let f=r(i.text.slice(o,c));for(;o>0;){let m=Wt(i.text,o,!1);if(r(i.text.slice(m,o))!=f)break;o=m}for(;c<i.length;){let m=Wt(i.text,c);if(r(i.text.slice(c,m))!=f)break;c=m}return fe.range(o+i.from,c+i.from)}function Sj(t,e,n,r,i){let l=Math.round((r-e.left)*t.defaultCharacterWidth);if(t.lineWrapping&&n.height>t.defaultLineHeight*1.5){let c=t.viewState.heightOracle.textHeight,f=Math.floor((i-n.top-(t.defaultLineHeight-c)*.5)/c);l+=f*t.viewState.heightOracle.lineLength}let o=t.state.sliceDoc(n.from,n.to);return n.from+$P(o,l,t.state.tabSize)}function wj(t,e,n){let r=t.lineBlockAt(e);if(Array.isArray(r.type)){let i;for(let l of r.type){if(l.from>e)break;if(!(l.to<e)){if(l.from<e&&l.to>e)return l;(!i||l.type==Nn.Text&&(i.type!=l.type||(n<0?l.from<e:l.to>e)))&&(i=l)}}return i||r}return r}function Aj(t,e,n,r){let i=wj(t,e.head,e.assoc||-1),l=!r||i.type!=Nn.Text||!(t.lineWrapping||i.widgetLineBreaks)?null:t.coordsAtPos(e.assoc<0&&e.head>i.from?e.head-1:e.head);if(l){let o=t.dom.getBoundingClientRect(),c=t.textDirectionAt(i.from),f=t.posAtCoords({x:n==(c==Pt.LTR)?o.right-1:o.left+1,y:(l.top+l.bottom)/2});if(f!=null)return fe.cursor(f,n?-1:1)}return fe.cursor(n?i.to:i.from,n?-1:1)}function ey(t,e,n,r){let i=t.state.doc.lineAt(e.head),l=t.bidiSpans(i),o=t.textDirectionAt(i.from);for(let c=e,f=null;;){let m=GP(i,l,o,c,n),p=KS;if(!m){if(i.number==(n?t.state.doc.lines:1))return c;p=`
|
|
100
|
-
`,i=t.state.doc.line(i.number+(n?1:-1)),l=t.bidiSpans(i),m=t.visualLineSide(i,!n)}if(f){if(!f(p))return c}else{if(!r)return m;f=r(p)}c=m}}function kj(t,e,n){let r=t.state.charCategorizer(e),i=r(n);return l=>{let o=r(l);return i==Ot.Space&&(i=o),i==o}}function Tj(t,e,n,r){let i=e.head,l=n?1:-1;if(i==(n?t.state.doc.length:0))return fe.cursor(i,e.assoc);let o=e.goalColumn,c,f=t.contentDOM.getBoundingClientRect(),m=t.coordsAtPos(i,e.assoc||((e.empty?n:e.head==e.from)?1:-1)),p=t.documentTop;if(m)o==null&&(o=m.left-f.left),c=l<0?m.top:m.bottom;else{let S=t.viewState.lineBlockAt(i);o==null&&(o=Math.min(f.right-f.left,t.defaultCharacterWidth*(i-S.from))),c=(l<0?S.top:S.bottom)+p}let g=f.left+o,y=t.viewState.heightOracle.textHeight>>1,v=r??y;for(let S=0;;S+=y){let w=c+(v+S)*l,k=Op(t,{x:g,y:w},!1,l);if(n?w>f.bottom:w<f.top)return fe.cursor(k.pos,k.assoc);let A=t.coordsAtPos(k.pos,k.assoc),E=A?(A.top+A.bottom)/2:0;if(!A||(n?E>c:E<c))return fe.cursor(k.pos,k.assoc,void 0,o)}}function Sc(t,e,n){for(;;){let r=0;for(let i of t)i.between(e-1,e+1,(l,o,c)=>{if(e>l&&e<o){let f=r||n||(e-l<o-e?-1:1);e=f<0?l:o,r=f}});if(!r)return e}}function p7(t,e){let n=null;for(let r=0;r<e.ranges.length;r++){let i=e.ranges[r],l=null;if(i.empty){let o=Sc(t,i.from,0);o!=i.from&&(l=fe.cursor(o,-1))}else{let o=Sc(t,i.from,-1),c=Sc(t,i.to,1);(o!=i.from||c!=i.to)&&(l=fe.range(i.from==i.anchor?o:c,i.from==i.head?o:c))}l&&(n||(n=e.ranges.slice()),n[r]=l)}return n?fe.create(n,e.mainIndex):e}function jm(t,e,n){let r=Sc(t.state.facet(ru).map(i=>i(t)),n.from,e.head>n.from?-1:1);return r==n.from?n:fe.cursor(r,r<n.from?1:-1)}class Br{constructor(e,n){this.pos=e,this.assoc=n}}function Op(t,e,n,r){let i=t.contentDOM.getBoundingClientRect(),l=i.top+t.viewState.paddingTop,{x:o,y:c}=e,f=c-l,m;for(;;){if(f<0)return new Br(0,1);if(f>t.viewState.docHeight)return new Br(t.state.doc.length,-1);if(m=t.elementAtHeight(f),r==null)break;if(m.type==Nn.Text){if(r<0?m.to<t.viewport.from:m.from>t.viewport.to)break;let y=t.docView.coordsAt(r<0?m.from:m.to,r>0?-1:1);if(y&&(r<0?y.top<=f+l:y.bottom>=f+l))break}let g=t.viewState.heightOracle.textHeight/2;f=r>0?m.bottom+g:m.top-g}if(t.viewport.from>=m.to||t.viewport.to<=m.from){if(n)return null;if(m.type==Nn.Text){let g=Sj(t,i,m,o,c);return new Br(g,g==m.from?1:-1)}}if(m.type!=Nn.Text)return f<(m.top+m.bottom)/2?new Br(m.from,1):new Br(m.to,-1);let p=t.docView.lineAt(m.from,2);return(!p||p.length!=m.length)&&(p=t.docView.lineAt(m.from,-2)),new Mj(t,o,c,t.textDirectionAt(m.from)).scanTile(p,m.from)}class Mj{constructor(e,n,r,i){this.view=e,this.x=n,this.y=r,this.baseDir=i,this.line=null,this.spans=null}bidiSpansAt(e){return(!this.line||this.line.from>e||this.line.to<e)&&(this.line=this.view.state.doc.lineAt(e),this.spans=this.view.bidiSpans(this.line)),this}baseDirAt(e,n){let{line:r,spans:i}=this.bidiSpansAt(e);return i[Fr.find(i,e-r.from,-1,n)].level==this.baseDir}dirAt(e,n){let{line:r,spans:i}=this.bidiSpansAt(e);return i[Fr.find(i,e-r.from,-1,n)].dir}bidiIn(e,n){let{spans:r,line:i}=this.bidiSpansAt(e);return r.length>1||r.length&&(r[0].level!=this.baseDir||r[0].to+i.from<n)}scan(e,n){let r=0,i=e.length-1,l=new Set,o=this.bidiIn(e[0],e[i]),c,f,m=-1,p=1e9,g;e:for(;r<i;){let v=i-r,S=r+i>>1;t:if(l.has(S)){let k=r+Math.floor(Math.random()*v);for(let A=0;A<v;A++){if(!l.has(k)){S=k;break t}k++,k==i&&(k=r)}break e}l.add(S);let w=n(S);if(w)for(let k=0;k<w.length;k++){let A=w[k],E=0;if(!(A.width==0&&w.length>1)){if(A.bottom<this.y)(!c||c.bottom<A.bottom)&&(c=A),E=1;else if(A.top>this.y)(!f||f.top>A.top)&&(f=A),E=-1;else{let Q=A.left>this.x?this.x-A.left:A.right<this.x?this.x-A.right:0,C=Math.abs(Q);C<p&&(m=S,p=C,g=A),Q&&(E=Q<0==(this.baseDir==Pt.LTR)?-1:1)}E==-1&&(!o||this.baseDirAt(e[S],1))?i=S:E==1&&(!o||this.baseDirAt(e[S+1],-1))&&(r=S+1)}}}if(!g){let v=c&&(!f||this.y-c.bottom<f.top-this.y)?c:f;return this.y=(v.top+v.bottom)/2,this.scan(e,n)}let y=(o?this.dirAt(e[m],1):this.baseDir)==Pt.LTR;return{i:m,after:this.x>(g.left+g.right)/2==y}}scanText(e,n){let r=[];for(let l=0;l<e.length;l=Wt(e.text,l))r.push(n+l);r.push(n+e.length);let i=this.scan(r,l=>{let o=r[l]-n,c=r[l+1]-n;return _c(e.dom,o,c).getClientRects()});return i.after?new Br(r[i.i+1],-1):new Br(r[i.i],1)}scanTile(e,n){if(!e.length)return new Br(n,1);if(e.children.length==1){let c=e.children[0];if(c.isText())return this.scanText(c,n);if(c.isComposite())return this.scanTile(c,n)}let r=[n];for(let c=0,f=n;c<e.children.length;c++)r.push(f+=e.children[c].length);let i=this.scan(r,c=>{let f=e.children[c];return f.flags&48?null:(f.dom.nodeType==1?f.dom:_c(f.dom,0,f.length)).getClientRects()}),l=e.children[i.i],o=r[i.i];return l.isText()?this.scanText(l,o):l.isComposite()?this.scanTile(l,o):i.after?new Br(r[i.i+1],-1):new Br(o,1)}}const ys="";class Ej{constructor(e,n){this.points=e,this.view=n,this.text="",this.lineSeparator=n.state.facet(Ie.lineSeparator)}append(e){this.text+=e}lineBreak(){this.text+=ys}readRange(e,n){if(!e)return this;let r=e.parentNode;for(let i=e;;){this.findPointBefore(r,i);let l=this.text.length;this.readNode(i);let o=Tt.get(i),c=i.nextSibling;if(c==n){o!=null&&o.breakAfter&&!c&&r!=this.view.contentDOM&&this.lineBreak();break}let f=Tt.get(c);(o&&f?o.breakAfter:(o?o.breakAfter:R1(i))||R1(c)&&(i.nodeName!="BR"||o!=null&&o.isWidget())&&this.text.length>l)&&!Qj(c,n)&&this.lineBreak(),i=c}return this.findPointBefore(r,n),this}readTextNode(e){let n=e.nodeValue;for(let r of this.points)r.node==e&&(r.pos=this.text.length+Math.min(r.offset,n.length));for(let r=0,i=this.lineSeparator?null:/\r\n?|\n/g;;){let l=-1,o=1,c;if(this.lineSeparator?(l=n.indexOf(this.lineSeparator,r),o=this.lineSeparator.length):(c=i.exec(n))&&(l=c.index,o=c[0].length),this.append(n.slice(r,l<0?n.length:l)),l<0)break;if(this.lineBreak(),o>1)for(let f of this.points)f.node==e&&f.pos>this.text.length&&(f.pos-=o-1);r=l+o}}readNode(e){let n=Tt.get(e),r=n&&n.overrideDOMText;if(r!=null){this.findPointInside(e,r.length);for(let i=r.iter();!i.next().done;)i.lineBreak?this.lineBreak():this.append(i.value)}else e.nodeType==3?this.readTextNode(e):e.nodeName=="BR"?e.nextSibling&&this.lineBreak():e.nodeType==1&&this.readRange(e.firstChild,null)}findPointBefore(e,n){for(let r of this.points)r.node==e&&e.childNodes[r.offset]==n&&(r.pos=this.text.length)}findPointInside(e,n){for(let r of this.points)(e.nodeType==3?r.node==e:e.contains(r.node))&&(r.pos=this.text.length+($j(e,r.node,r.offset)?n:0))}}function $j(t,e,n){for(;;){if(!e||n<Ri(e))return!1;if(e==t)return!0;n=$a(e)+1,e=e.parentNode}}function Qj(t,e){let n;for(;!(t==e||!t);t=t.nextSibling){let r=Tt.get(t);if(!(r!=null&&r.isWidget()))return!1;r&&(n||(n=[])).push(r)}if(n)for(let r of n){let i=r.overrideDOMText;if(i!=null&&i.length)return!1}return!0}class ty{constructor(e,n){this.node=e,this.offset=n,this.pos=-1}}class Cj{constructor(e,n,r,i){this.typeOver=i,this.bounds=null,this.text="",this.domChanged=n>-1;let{impreciseHead:l,impreciseAnchor:o}=e.docView,c=e.state.selection;if(e.state.readOnly&&n>-1)this.newSel=null;else if(n>-1&&(this.bounds=g7(e.docView.tile,n,r,0))){let f=l||o?[]:Pj(e),m=new Ej(f,e);m.readRange(this.bounds.startDOM,this.bounds.endDOM),this.text=m.text,this.newSel=jj(f,this.bounds.from)}else{let f=e.observer.selectionRange,m=l&&l.node==f.focusNode&&l.offset==f.focusOffset||!fp(e.contentDOM,f.focusNode)?c.main.head:e.docView.posFromDOM(f.focusNode,f.focusOffset),p=o&&o.node==f.anchorNode&&o.offset==f.anchorOffset||!fp(e.contentDOM,f.anchorNode)?c.main.anchor:e.docView.posFromDOM(f.anchorNode,f.anchorOffset),g=e.viewport;if((xe.ios||xe.chrome)&&c.main.empty&&m!=p&&(g.from>0||g.to<e.state.doc.length)){let y=Math.min(m,p),v=Math.max(m,p),S=g.from-y,w=g.to-v;(S==0||S==1||y==0)&&(w==0||w==-1||v==e.state.doc.length)&&(m=0,p=e.state.doc.length)}if(e.inputState.composing>-1&&c.ranges.length>1)this.newSel=c.replaceRange(fe.range(p,m));else if(e.lineWrapping&&p==m&&!(c.main.empty&&c.main.head==m)&&e.inputState.lastTouchTime>Date.now()-100){let y=e.coordsAtPos(m,-1),v=0;y&&(v=e.inputState.lastTouchY<=y.bottom?-1:1),this.newSel=fe.create([fe.cursor(m,v)])}else this.newSel=fe.single(p,m)}}}function g7(t,e,n,r){if(t.isComposite()){let i=-1,l=-1,o=-1,c=-1;for(let f=0,m=r,p=r;f<t.children.length;f++){let g=t.children[f],y=m+g.length;if(m<e&&y>n)return g7(g,e,n,m);if(y>=e&&i==-1&&(i=f,l=m),m>n&&g.dom.parentNode==t.dom){o=f,c=p;break}p=y,m=y+g.breakAfter}return{from:l,to:c<0?r+t.length:c,startDOM:(i?t.children[i-1].dom.nextSibling:null)||t.dom.firstChild,endDOM:o<t.children.length&&o>=0?t.children[o].dom:null}}else return t.isText()?{from:r,to:r+t.length,startDOM:t.dom,endDOM:t.dom.nextSibling}:null}function O7(t,e){let n,{newSel:r}=e,{state:i}=t,l=i.selection.main,o=t.inputState.lastKeyTime>Date.now()-100?t.inputState.lastKeyCode:-1;if(e.bounds){let{from:c,to:f}=e.bounds,m=l.from,p=null;(o===8||xe.android&&e.text.length<f-c)&&(m=l.to,p="end");let g=i.doc.sliceString(c,f,ys),y,v;!l.empty&&l.from>=c&&l.to<=f&&(e.typeOver||g!=e.text)&&g.slice(0,l.from-c)==e.text.slice(0,l.from-c)&&g.slice(l.to-c)==e.text.slice(y=e.text.length-(g.length-(l.to-c)))?n={from:l.from,to:l.to,insert:Ue.of(e.text.slice(l.from-c,y).split(ys))}:(v=x7(g,e.text,m-c,p))&&(xe.chrome&&o==13&&v.toB==v.from+2&&e.text.slice(v.from,v.toB)==ys+ys&&v.toB--,n={from:c+v.from,to:c+v.toA,insert:Ue.of(e.text.slice(v.from,v.toB).split(ys))})}else r&&(!t.hasFocus&&i.facet(Ti)||D1(r,l))&&(r=null);if(!n&&!r)return!1;if((xe.mac||xe.android)&&n&&n.from==n.to&&n.from==l.head-1&&/^\. ?$/.test(n.insert.toString())&&t.contentDOM.getAttribute("autocorrect")=="off"?(r&&n.insert.length==2&&(r=fe.single(r.main.anchor-1,r.main.head-1)),n={from:n.from,to:n.to,insert:Ue.of([n.insert.toString().replace("."," ")])}):i.doc.lineAt(l.from).to<l.to&&t.docView.lineHasWidget(l.to)&&t.inputState.insertingTextAt>Date.now()-50?n={from:l.from,to:l.to,insert:i.toText(t.inputState.insertingText)}:xe.chrome&&n&&n.from==n.to&&n.from==l.head&&n.insert.toString()==`
|
|
101
|
-
`&&t.lineWrapping&&(r&&(r=fe.single(r.main.anchor-1,r.main.head-1)),n={from:l.from,to:l.to,insert:Ue.of([" "])}),n)return Ag(t,n,r,o);if(r&&!D1(r,l)){let c=!1,f="select";return t.inputState.lastSelectionTime>Date.now()-50&&(t.inputState.lastSelectionOrigin=="select"&&(c=!0),f=t.inputState.lastSelectionOrigin,f=="select.pointer"&&(r=p7(i.facet(ru).map(m=>m(t)),r))),t.dispatch({selection:r,scrollIntoView:c,userEvent:f}),!0}else return!1}function Ag(t,e,n,r=-1){if(xe.ios&&t.inputState.flushIOSKey(e))return!0;let i=t.state.selection.main;if(xe.android&&(e.to==i.to&&(e.from==i.from||e.from==i.from-1&&t.state.sliceDoc(e.from,i.from)==" ")&&e.insert.length==1&&e.insert.lines==2&&js(t.contentDOM,"Enter",13)||(e.from==i.from-1&&e.to==i.to&&e.insert.length==0||r==8&&e.insert.length<e.to-e.from&&e.to>i.head)&&js(t.contentDOM,"Backspace",8)||e.from==i.from&&e.to==i.to+1&&e.insert.length==0&&js(t.contentDOM,"Delete",46)))return!0;let l=e.insert.toString();t.inputState.composing>=0&&t.inputState.composing++;let o,c=()=>o||(o=Zj(t,e,n));return t.state.facet(r7).some(f=>f(t,e.from,e.to,l,c))||t.dispatch(c()),!0}function Zj(t,e,n){let r,i=t.state,l=i.selection.main,o=-1;if(e.from==e.to&&e.from<l.from||e.from>l.to){let f=e.from<l.from?-1:1,m=f<0?l.from:l.to,p=Sc(i.facet(ru).map(g=>g(t)),m,f);e.from==p&&(o=p)}if(o>-1)r={changes:e,selection:fe.cursor(e.from+e.insert.length,-1)};else if(e.from>=l.from&&e.to<=l.to&&e.to-e.from>=(l.to-l.from)/3&&(!n||n.main.empty&&n.main.from==e.from+e.insert.length)&&t.inputState.composing<0){let f=l.from<e.from?i.sliceDoc(l.from,e.from):"",m=l.to>e.to?i.sliceDoc(e.to,l.to):"";r=i.replaceSelection(t.state.toText(f+e.insert.sliceString(0,void 0,t.state.lineBreak)+m))}else{let f=i.changes(e),m=n&&n.main.to<=f.newLength?n.main:void 0;if(i.selection.ranges.length>1&&(t.inputState.composing>=0||t.inputState.compositionPendingChange)&&e.to<=l.to+10&&e.to>=l.to-10){let p=t.state.sliceDoc(e.from,e.to),g,y=n&&m7(t,n.main.head);if(y){let S=e.insert.length-(e.to-e.from);g={from:y.from,to:y.to-S}}else g=t.state.doc.lineAt(l.head);let v=l.to-e.to;r=i.changeByRange(S=>{if(S.from==l.from&&S.to==l.to)return{changes:f,range:m||S.map(f)};let w=S.to-v,k=w-p.length;if(t.state.sliceDoc(k,w)!=p||w>=g.from&&k<=g.to)return{range:S};let A=i.changes({from:k,to:w,insert:e.insert}),E=S.to-l.to;return{changes:A,range:m?fe.range(Math.max(0,m.anchor+E),Math.max(0,m.head+E)):S.map(A)}})}else r={changes:f,selection:m&&i.selection.replaceRange(m)}}let c="input.type";return(t.composing||t.inputState.compositionPendingChange&&t.inputState.compositionEndedAt>Date.now()-50)&&(t.inputState.compositionPendingChange=!1,c+=".compose",t.inputState.compositionFirstChange&&(c+=".start",t.inputState.compositionFirstChange=!1)),i.update(r,{userEvent:c,scrollIntoView:!0})}function x7(t,e,n,r){let i=Math.min(t.length,e.length),l=0;for(;l<i&&t.charCodeAt(l)==e.charCodeAt(l);)l++;if(l==i&&t.length==e.length)return null;let o=t.length,c=e.length;for(;o>0&&c>0&&t.charCodeAt(o-1)==e.charCodeAt(c-1);)o--,c--;if(r=="end"){let f=Math.max(0,l-Math.min(o,c));n-=o+f-l}if(o<l&&t.length<e.length){let f=n<=l&&n>=o?l-n:0;l-=f,c=l+(c-o),o=l}else if(c<l){let f=n<=l&&n>=c?l-n:0;l-=f,o=l+(o-c),c=l}return{from:l,toA:o,toB:c}}function Pj(t){let e=[];if(t.root.activeElement!=t.contentDOM)return e;let{anchorNode:n,anchorOffset:r,focusNode:i,focusOffset:l}=t.observer.selectionRange;return n&&(e.push(new ty(n,r)),(i!=n||l!=r)&&e.push(new ty(i,l))),e}function jj(t,e){if(t.length==0)return null;let n=t[0].pos,r=t.length==2?t[1].pos:n;return n>-1&&r>-1?fe.single(n+e,r+e):null}function D1(t,e){return e.head==t.main.head&&e.anchor==t.main.anchor}class Rj{setSelectionOrigin(e){this.lastSelectionOrigin=e,this.lastSelectionTime=Date.now()}constructor(e){this.view=e,this.lastKeyCode=0,this.lastKeyTime=0,this.lastTouchTime=0,this.lastTouchX=0,this.lastTouchY=0,this.lastFocusTime=0,this.lastScrollTop=0,this.lastScrollLeft=0,this.lastWheelEvent=0,this.pendingIOSKey=void 0,this.tabFocusMode=-1,this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastContextMenu=0,this.scrollHandlers=[],this.handlers=Object.create(null),this.composing=-1,this.compositionFirstChange=null,this.compositionEndedAt=0,this.compositionPendingKey=!1,this.compositionPendingChange=!1,this.insertingText="",this.insertingTextAt=0,this.mouseSelection=null,this.draggedContent=null,this.handleEvent=this.handleEvent.bind(this),this.notifiedFocused=e.hasFocus,xe.safari&&e.contentDOM.addEventListener("input",()=>null),xe.gecko&&Gj(e.contentDOM.ownerDocument)}handleEvent(e){!Hj(this.view,e)||this.ignoreDuringComposition(e)||e.type=="keydown"&&this.keydown(e)||(this.view.updateState!=0?Promise.resolve().then(()=>this.runHandlers(e.type,e)):this.runHandlers(e.type,e))}runHandlers(e,n){let r=this.handlers[e];if(r){for(let i of r.observers)i(this.view,n);for(let i of r.handlers){if(n.defaultPrevented)break;if(i(this.view,n)){n.preventDefault();break}}}}ensureHandlers(e){let n=Nj(e),r=this.handlers,i=this.view.contentDOM;for(let l in n)if(l!="scroll"){let o=!n[l].handlers.length,c=r[l];c&&o!=!c.handlers.length&&(i.removeEventListener(l,this.handleEvent),c=null),c||i.addEventListener(l,this.handleEvent,{passive:o})}for(let l in r)l!="scroll"&&!n[l]&&i.removeEventListener(l,this.handleEvent);this.handlers=n}keydown(e){if(this.lastKeyCode=e.keyCode,this.lastKeyTime=Date.now(),e.keyCode==9&&this.tabFocusMode>-1&&(!this.tabFocusMode||Date.now()<=this.tabFocusMode))return!0;if(this.tabFocusMode>0&&e.keyCode!=27&&b7.indexOf(e.keyCode)<0&&(this.tabFocusMode=-1),xe.android&&xe.chrome&&!e.synthetic&&(e.keyCode==13||e.keyCode==8))return this.view.observer.delayAndroidKey(e.key,e.keyCode),!0;let n;return xe.ios&&!e.synthetic&&!e.altKey&&!e.metaKey&&!e.shiftKey&&((n=y7.find(r=>r.keyCode==e.keyCode))&&!e.ctrlKey||Vj.indexOf(e.key)>-1&&e.ctrlKey)?(this.pendingIOSKey=n||e,setTimeout(()=>this.flushIOSKey(),250),!0):(e.keyCode!=229&&this.view.observer.forceFlush(),!1)}flushIOSKey(e){let n=this.pendingIOSKey;return!n||n.key=="Enter"&&e&&e.from<e.to&&/^\S+$/.test(e.insert.toString())?!1:(this.pendingIOSKey=void 0,js(this.view.contentDOM,n.key,n.keyCode,n instanceof KeyboardEvent?n:void 0))}ignoreDuringComposition(e){return!/^key/.test(e.type)||e.synthetic?!1:this.composing>0?!0:xe.safari&&!xe.ios&&this.compositionPendingKey&&Date.now()-this.compositionEndedAt<100?(this.compositionPendingKey=!1,!0):!1}startMouseSelection(e){this.mouseSelection&&this.mouseSelection.destroy(),this.mouseSelection=e}update(e){this.view.observer.update(e),this.mouseSelection&&this.mouseSelection.update(e),this.draggedContent&&e.docChanged&&(this.draggedContent=this.draggedContent.map(e.changes)),e.transactions.length&&(this.lastKeyCode=this.lastSelectionTime=0)}destroy(){this.mouseSelection&&this.mouseSelection.destroy()}}function ny(t,e){return(n,r)=>{try{return e.call(t,r,n)}catch(i){qr(n.state,i)}}}function Nj(t){let e=Object.create(null);function n(r){return e[r]||(e[r]={observers:[],handlers:[]})}for(let r of t){let i=r.spec,l=i&&i.plugin.domEventHandlers,o=i&&i.plugin.domEventObservers;if(l)for(let c in l){let f=l[c];f&&n(c).handlers.push(ny(r.value,f))}if(o)for(let c in o){let f=o[c];f&&n(c).observers.push(ny(r.value,f))}}for(let r in Mr)n(r).handlers.push(Mr[r]);for(let r in Ln)n(r).observers.push(Ln[r]);return e}const y7=[{key:"Backspace",keyCode:8,inputType:"deleteContentBackward"},{key:"Enter",keyCode:13,inputType:"insertParagraph"},{key:"Enter",keyCode:13,inputType:"insertLineBreak"},{key:"Delete",keyCode:46,inputType:"deleteContentForward"}],Vj="dthko",b7=[16,17,18,20,91,92,224,225],V0=6;function L0(t){return Math.max(0,t)*.7+8}function Lj(t,e){return Math.max(Math.abs(t.clientX-e.clientX),Math.abs(t.clientY-e.clientY))}class _j{constructor(e,n,r,i){this.view=e,this.startEvent=n,this.style=r,this.mustSelect=i,this.scrollSpeed={x:0,y:0},this.scrolling=-1,this.lastEvent=n,this.scrollParents=HS(e.contentDOM),this.atoms=e.state.facet(ru).map(o=>o(e));let l=e.contentDOM.ownerDocument;l.addEventListener("mousemove",this.move=this.move.bind(this)),l.addEventListener("mouseup",this.up=this.up.bind(this)),this.extend=n.shiftKey,this.multiple=e.state.facet(Ie.allowMultipleSelections)&&Dj(e,n),this.dragging=zj(e,n)&&w7(n)==1?null:!1}start(e){this.dragging===!1&&this.select(e)}move(e){if(e.buttons==0)return this.destroy();if(this.dragging||this.dragging==null&&Lj(this.startEvent,e)<10)return;this.select(this.lastEvent=e);let n=0,r=0,i=0,l=0,o=this.view.win.innerWidth,c=this.view.win.innerHeight;this.scrollParents.x&&({left:i,right:o}=this.scrollParents.x.getBoundingClientRect()),this.scrollParents.y&&({top:l,bottom:c}=this.scrollParents.y.getBoundingClientRect());let f=h7(this.view);e.clientX-f.left<=i+V0?n=-L0(i-e.clientX):e.clientX+f.right>=o-V0&&(n=L0(e.clientX-o)),e.clientY-f.top<=l+V0?r=-L0(l-e.clientY):e.clientY+f.bottom>=c-V0&&(r=L0(e.clientY-c)),this.setScrollSpeed(n,r)}up(e){this.dragging==null&&this.select(this.lastEvent),this.dragging||e.preventDefault(),this.destroy()}destroy(){this.setScrollSpeed(0,0);let e=this.view.contentDOM.ownerDocument;e.removeEventListener("mousemove",this.move),e.removeEventListener("mouseup",this.up),this.view.inputState.mouseSelection=this.view.inputState.draggedContent=null}setScrollSpeed(e,n){this.scrollSpeed={x:e,y:n},e||n?this.scrolling<0&&(this.scrolling=setInterval(()=>this.scroll(),50)):this.scrolling>-1&&(clearInterval(this.scrolling),this.scrolling=-1)}scroll(){let{x:e,y:n}=this.scrollSpeed;e&&this.scrollParents.x&&(this.scrollParents.x.scrollLeft+=e,e=0),n&&this.scrollParents.y&&(this.scrollParents.y.scrollTop+=n,n=0),(e||n)&&this.view.win.scrollBy(e,n),this.dragging===!1&&this.select(this.lastEvent)}select(e){let{view:n}=this,r=p7(this.atoms,this.style.get(e,this.extend,this.multiple));(this.mustSelect||!r.eq(n.state.selection,this.dragging===!1))&&this.view.dispatch({selection:r,userEvent:"select.pointer"}),this.mustSelect=!1}update(e){e.transactions.some(n=>n.isUserEvent("input.type"))?this.destroy():this.style.update(e)&&setTimeout(()=>this.select(this.lastEvent),20)}}function Dj(t,e){let n=t.state.facet(JS);return n.length?n[0](e):xe.mac?e.metaKey:e.ctrlKey}function Xj(t,e){let n=t.state.facet(e7);return n.length?n[0](e):xe.mac?!e.altKey:!e.ctrlKey}function zj(t,e){let{main:n}=t.state.selection;if(n.empty)return!1;let r=Lc(t.root);if(!r||r.rangeCount==0)return!0;let i=r.getRangeAt(0).getClientRects();for(let l=0;l<i.length;l++){let o=i[l];if(o.left<=e.clientX&&o.right>=e.clientX&&o.top<=e.clientY&&o.bottom>=e.clientY)return!0}return!1}function Hj(t,e){if(!e.bubbles)return!0;if(e.defaultPrevented)return!1;for(let n=e.target,r;n!=t.contentDOM;n=n.parentNode)if(!n||n.nodeType==11||(r=Tt.get(n))&&r.isWidget()&&!r.isHidden&&r.widget.ignoreEvent(e))return!1;return!0}const Mr=Object.create(null),Ln=Object.create(null),v7=xe.ie&&xe.ie_version<15||xe.ios&&xe.webkit_version<604;function Yj(t){let e=t.dom.parentNode;if(!e)return;let n=e.appendChild(document.createElement("textarea"));n.style.cssText="position: fixed; left: -10000px; top: 10px",n.focus(),setTimeout(()=>{t.focus(),n.remove(),S7(t,n.value)},50)}function jf(t,e,n){for(let r of t.facet(e))n=r(n,t);return n}function S7(t,e){e=jf(t.state,bg,e);let{state:n}=t,r,i=1,l=n.toText(e),o=l.lines==n.selection.ranges.length;if(xp!=null&&n.selection.ranges.every(f=>f.empty)&&xp==l.toString()){let f=-1;r=n.changeByRange(m=>{let p=n.doc.lineAt(m.from);if(p.from==f)return{range:m};f=p.from;let g=n.toText((o?l.line(i++).text:e)+n.lineBreak);return{changes:{from:p.from,insert:g},range:fe.cursor(m.from+g.length)}})}else o?r=n.changeByRange(f=>{let m=l.line(i++);return{changes:{from:f.from,to:f.to,insert:m.text},range:fe.cursor(f.from+m.length)}}):r=n.replaceSelection(l);t.dispatch(r,{userEvent:"input.paste",scrollIntoView:!0})}Ln.scroll=t=>{t.inputState.lastScrollTop=t.scrollDOM.scrollTop,t.inputState.lastScrollLeft=t.scrollDOM.scrollLeft};Ln.wheel=Ln.mousewheel=t=>{t.inputState.lastWheelEvent=Date.now()};Mr.keydown=(t,e)=>(t.inputState.setSelectionOrigin("select"),e.keyCode==27&&t.inputState.tabFocusMode!=0&&(t.inputState.tabFocusMode=Date.now()+2e3),!1);Ln.touchstart=(t,e)=>{let n=t.inputState,r=e.targetTouches[0];n.lastTouchTime=Date.now(),r&&(n.lastTouchX=r.clientX,n.lastTouchY=r.clientY),n.setSelectionOrigin("select.pointer")};Ln.touchmove=t=>{t.inputState.setSelectionOrigin("select.pointer")};Mr.mousedown=(t,e)=>{if(t.observer.flush(),t.inputState.lastTouchTime>Date.now()-2e3)return!1;let n=null;for(let r of t.state.facet(t7))if(n=r(t,e),n)break;if(!n&&e.button==0&&(n=Fj(t,e)),n){let r=!t.hasFocus;t.inputState.startMouseSelection(new _j(t,e,n,r)),r&&t.observer.ignore(()=>{YS(t.contentDOM);let l=t.root.activeElement;l&&!l.contains(t.contentDOM)&&l.blur()});let i=t.inputState.mouseSelection;if(i)return i.start(e),i.dragging===!1}else t.inputState.setSelectionOrigin("select.pointer");return!1};function ry(t,e,n,r){if(r==1)return fe.cursor(e,n);if(r==2)return vj(t.state,e,n);{let i=t.docView.lineAt(e,n),l=t.state.doc.lineAt(i?i.posAtEnd:e),o=i?i.posAtStart:l.from,c=i?i.posAtEnd:l.to;return c<t.state.doc.length&&c==l.to&&c++,fe.range(o,c)}}const Bj=xe.ie&&xe.ie_version<=11;let iy=null,ay=0,ly=0;function w7(t){if(!Bj)return t.detail;let e=iy,n=ly;return iy=t,ly=Date.now(),ay=!e||n>Date.now()-400&&Math.abs(e.clientX-t.clientX)<2&&Math.abs(e.clientY-t.clientY)<2?(ay+1)%3:1}function Fj(t,e){let n=t.posAndSideAtCoords({x:e.clientX,y:e.clientY},!1),r=w7(e),i=t.state.selection;return{update(l){l.docChanged&&(n.pos=l.changes.mapPos(n.pos),i=i.map(l.changes))},get(l,o,c){let f=t.posAndSideAtCoords({x:l.clientX,y:l.clientY},!1),m,p=ry(t,f.pos,f.assoc,r);if(n.pos!=f.pos&&!o){let g=ry(t,n.pos,n.assoc,r),y=Math.min(g.from,p.from),v=Math.max(g.to,p.to);p=y<p.from?fe.range(y,v,p.assoc):fe.range(v,y,p.assoc)}return o?i.replaceRange(i.main.extend(p.from,p.to,p.assoc)):c&&r==1&&i.ranges.length>1&&(m=qj(i,f.pos))?m:c?i.addRange(p):fe.create([p])}}}function qj(t,e){for(let n=0;n<t.ranges.length;n++){let{from:r,to:i}=t.ranges[n];if(r<=e&&i>=e)return fe.create(t.ranges.slice(0,n).concat(t.ranges.slice(n+1)),t.mainIndex==n?0:t.mainIndex-(t.mainIndex>n?1:0))}return null}Mr.dragstart=(t,e)=>{let{selection:{main:n}}=t.state;if(e.target.draggable){let i=t.docView.tile.nearest(e.target);if(i&&i.isWidget()){let l=i.posAtStart,o=l+i.length;(l>=n.to||o<=n.from)&&(n=fe.range(l,o))}}let{inputState:r}=t;return r.mouseSelection&&(r.mouseSelection.dragging=!0),r.draggedContent=n,e.dataTransfer&&(e.dataTransfer.setData("Text",jf(t.state,vg,t.state.sliceDoc(n.from,n.to))),e.dataTransfer.effectAllowed="copyMove"),!1};Mr.dragend=t=>(t.inputState.draggedContent=null,!1);function sy(t,e,n,r){if(n=jf(t.state,bg,n),!n)return;let i=t.posAtCoords({x:e.clientX,y:e.clientY},!1),{draggedContent:l}=t.inputState,o=r&&l&&Xj(t,e)?{from:l.from,to:l.to}:null,c={from:i,insert:n},f=t.state.changes(o?[o,c]:c);t.focus(),t.dispatch({changes:f,selection:{anchor:f.mapPos(i,-1),head:f.mapPos(i,1)},userEvent:o?"move.drop":"input.drop"}),t.inputState.draggedContent=null}Mr.drop=(t,e)=>{if(!e.dataTransfer)return!1;if(t.state.readOnly)return!0;let n=e.dataTransfer.files;if(n&&n.length){let r=Array(n.length),i=0,l=()=>{++i==n.length&&sy(t,e,r.filter(o=>o!=null).join(t.state.lineBreak),!1)};for(let o=0;o<n.length;o++){let c=new FileReader;c.onerror=l,c.onload=()=>{/[\x00-\x08\x0e-\x1f]{2}/.test(c.result)||(r[o]=c.result),l()},c.readAsText(n[o])}return!0}else{let r=e.dataTransfer.getData("Text");if(r)return sy(t,e,r,!0),!0}return!1};Mr.paste=(t,e)=>{if(t.state.readOnly)return!0;t.observer.flush();let n=v7?null:e.clipboardData;return n?(S7(t,n.getData("text/plain")||n.getData("text/uri-list")),!0):(Yj(t),!1)};function Uj(t,e){let n=t.dom.parentNode;if(!n)return;let r=n.appendChild(document.createElement("textarea"));r.style.cssText="position: fixed; left: -10000px; top: 10px",r.value=e,r.focus(),r.selectionEnd=e.length,r.selectionStart=0,setTimeout(()=>{r.remove(),t.focus()},50)}function Ij(t){let e=[],n=[],r=!1;for(let i of t.selection.ranges)i.empty||(e.push(t.sliceDoc(i.from,i.to)),n.push(i));if(!e.length){let i=-1;for(let{from:l}of t.selection.ranges){let o=t.doc.lineAt(l);o.number>i&&(e.push(o.text),n.push({from:o.from,to:Math.min(t.doc.length,o.to+1)})),i=o.number}r=!0}return{text:jf(t,vg,e.join(t.lineBreak)),ranges:n,linewise:r}}let xp=null;Mr.copy=Mr.cut=(t,e)=>{if(!bc(t.contentDOM,t.observer.selectionRange))return!1;let{text:n,ranges:r,linewise:i}=Ij(t.state);if(!n&&!i)return!1;xp=i?n:null,e.type=="cut"&&!t.state.readOnly&&t.dispatch({changes:r,scrollIntoView:!0,userEvent:"delete.cut"});let l=v7?null:e.clipboardData;return l?(l.clearData(),l.setData("text/plain",n),!0):(Uj(t,n),!1)};const A7=Li.define();function k7(t,e){let n=[];for(let r of t.facet(i7)){let i=r(t,e);i&&n.push(i)}return n.length?t.update({effects:n,annotations:A7.of(!0)}):null}function T7(t){setTimeout(()=>{let e=t.hasFocus;if(e!=t.inputState.notifiedFocused){let n=k7(t.state,e);n?t.dispatch(n):t.update([])}},10)}Ln.focus=t=>{t.inputState.lastFocusTime=Date.now(),!t.scrollDOM.scrollTop&&(t.inputState.lastScrollTop||t.inputState.lastScrollLeft)&&(t.scrollDOM.scrollTop=t.inputState.lastScrollTop,t.scrollDOM.scrollLeft=t.inputState.lastScrollLeft),T7(t)};Ln.blur=t=>{t.observer.clearSelectionRange(),T7(t)};Ln.compositionstart=Ln.compositionupdate=t=>{t.observer.editContext||(t.inputState.compositionFirstChange==null&&(t.inputState.compositionFirstChange=!0),t.inputState.composing<0&&(t.inputState.composing=0))};Ln.compositionend=t=>{t.observer.editContext||(t.inputState.composing=-1,t.inputState.compositionEndedAt=Date.now(),t.inputState.compositionPendingKey=!0,t.inputState.compositionPendingChange=t.observer.pendingRecords().length>0,t.inputState.compositionFirstChange=null,xe.chrome&&xe.android?t.observer.flushSoon():t.inputState.compositionPendingChange?Promise.resolve().then(()=>t.observer.flush()):setTimeout(()=>{t.inputState.composing<0&&t.docView.hasComposition&&t.update([])},50))};Ln.contextmenu=t=>{t.inputState.lastContextMenu=Date.now()};Mr.beforeinput=(t,e)=>{var n,r;if((e.inputType=="insertText"||e.inputType=="insertCompositionText")&&(t.inputState.insertingText=e.data,t.inputState.insertingTextAt=Date.now()),e.inputType=="insertReplacementText"&&t.observer.editContext){let l=(n=e.dataTransfer)===null||n===void 0?void 0:n.getData("text/plain"),o=e.getTargetRanges();if(l&&o.length){let c=o[0],f=t.posAtDOM(c.startContainer,c.startOffset),m=t.posAtDOM(c.endContainer,c.endOffset);return Ag(t,{from:f,to:m,insert:t.state.toText(l)},null),!0}}let i;if(xe.chrome&&xe.android&&(i=y7.find(l=>l.inputType==e.inputType))&&(t.observer.delayAndroidKey(i.key,i.keyCode),i.key=="Backspace"||i.key=="Delete")){let l=((r=window.visualViewport)===null||r===void 0?void 0:r.height)||0;setTimeout(()=>{var o;(((o=window.visualViewport)===null||o===void 0?void 0:o.height)||0)>l+10&&t.hasFocus&&(t.contentDOM.blur(),t.focus())},100)}return xe.ios&&e.inputType=="deleteContentForward"&&t.observer.flushSoon(),xe.safari&&e.inputType=="insertText"&&t.inputState.composing>=0&&setTimeout(()=>Ln.compositionend(t,e),20),!1};const oy=new Set;function Gj(t){oy.has(t)||(oy.add(t),t.addEventListener("copy",()=>{}),t.addEventListener("cut",()=>{}))}const cy=["pre-wrap","normal","pre-line","break-spaces"];let Fs=!1;function uy(){Fs=!1}class Wj{constructor(e){this.lineWrapping=e,this.doc=Ue.empty,this.heightSamples={},this.lineHeight=14,this.charWidth=7,this.textHeight=14,this.lineLength=30}heightForGap(e,n){let r=this.doc.lineAt(n).number-this.doc.lineAt(e).number+1;return this.lineWrapping&&(r+=Math.max(0,Math.ceil((n-e-r*this.lineLength*.5)/this.lineLength))),this.lineHeight*r}heightForLine(e){return this.lineWrapping?(1+Math.max(0,Math.ceil((e-this.lineLength)/Math.max(1,this.lineLength-5))))*this.lineHeight:this.lineHeight}setDoc(e){return this.doc=e,this}mustRefreshForWrapping(e){return cy.indexOf(e)>-1!=this.lineWrapping}mustRefreshForHeights(e){let n=!1;for(let r=0;r<e.length;r++){let i=e[r];i<0?r++:this.heightSamples[Math.floor(i*10)]||(n=!0,this.heightSamples[Math.floor(i*10)]=!0)}return n}refresh(e,n,r,i,l,o){let c=cy.indexOf(e)>-1,f=Math.abs(n-this.lineHeight)>.3||this.lineWrapping!=c||Math.abs(r-this.charWidth)>.1;if(this.lineWrapping=c,this.lineHeight=n,this.charWidth=r,this.textHeight=i,this.lineLength=l,f){this.heightSamples={};for(let m=0;m<o.length;m++){let p=o[m];p<0?m++:this.heightSamples[Math.floor(p*10)]=!0}}return f}}class Kj{constructor(e,n){this.from=e,this.heights=n,this.index=0}get more(){return this.index<this.heights.length}}class Ar{constructor(e,n,r,i,l){this.from=e,this.length=n,this.top=r,this.height=i,this._content=l}get type(){return typeof this._content=="number"?Nn.Text:Array.isArray(this._content)?this._content:this._content.type}get to(){return this.from+this.length}get bottom(){return this.top+this.height}get widget(){return this._content instanceof yl?this._content.widget:null}get widgetLineBreaks(){return typeof this._content=="number"?this._content:0}join(e){let n=(Array.isArray(this._content)?this._content:[this]).concat(Array.isArray(e._content)?e._content:[e]);return new Ar(this.from,this.length+e.length,this.top,this.height+e.height,n)}}var ut=(function(t){return t[t.ByPos=0]="ByPos",t[t.ByHeight=1]="ByHeight",t[t.ByPosNoHeight=2]="ByPosNoHeight",t})(ut||(ut={}));const p1=.001;class vn{constructor(e,n,r=2){this.length=e,this.height=n,this.flags=r}get outdated(){return(this.flags&2)>0}set outdated(e){this.flags=(e?2:0)|this.flags&-3}setHeight(e){this.height!=e&&(Math.abs(this.height-e)>p1&&(Fs=!0),this.height=e)}replace(e,n,r){return vn.of(r)}decomposeLeft(e,n){n.push(this)}decomposeRight(e,n){n.push(this)}applyChanges(e,n,r,i){let l=this,o=r.doc;for(let c=i.length-1;c>=0;c--){let{fromA:f,toA:m,fromB:p,toB:g}=i[c],y=l.lineAt(f,ut.ByPosNoHeight,r.setDoc(n),0,0),v=y.to>=m?y:l.lineAt(m,ut.ByPosNoHeight,r,0,0);for(g+=v.to-m,m=v.to;c>0&&y.from<=i[c-1].toA;)f=i[c-1].fromA,p=i[c-1].fromB,c--,f<y.from&&(y=l.lineAt(f,ut.ByPosNoHeight,r,0,0));p+=y.from-f,f=y.from;let S=kg.build(r.setDoc(o),e,p,g);l=X1(l,l.replace(f,m,S))}return l.updateHeight(r,0)}static empty(){return new Gn(0,0,0)}static of(e){if(e.length==1)return e[0];let n=0,r=e.length,i=0,l=0;for(;;)if(n==r)if(i>l*2){let c=e[n-1];c.break?e.splice(--n,1,c.left,null,c.right):e.splice(--n,1,c.left,c.right),r+=1+c.break,i-=c.size}else if(l>i*2){let c=e[r];c.break?e.splice(r,1,c.left,null,c.right):e.splice(r,1,c.left,c.right),r+=2+c.break,l-=c.size}else break;else if(i<l){let c=e[n++];c&&(i+=c.size)}else{let c=e[--r];c&&(l+=c.size)}let o=0;return e[n-1]==null?(o=1,n--):e[n]==null&&(o=1,r++),new eR(vn.of(e.slice(0,n)),o,vn.of(e.slice(r)))}}function X1(t,e){return t==e?t:(t.constructor!=e.constructor&&(Fs=!0),e)}vn.prototype.size=1;const Jj=Ze.replace({});class M7 extends vn{constructor(e,n,r){super(e,n),this.deco=r,this.spaceAbove=0}mainBlock(e,n){return new Ar(n,this.length,e+this.spaceAbove,this.height-this.spaceAbove,this.deco||0)}blockAt(e,n,r,i){return this.spaceAbove&&e<r+this.spaceAbove?new Ar(i,0,r,this.spaceAbove,Jj):this.mainBlock(r,i)}lineAt(e,n,r,i,l){let o=this.mainBlock(i,l);return this.spaceAbove?this.blockAt(0,r,i,l).join(o):o}forEachLine(e,n,r,i,l,o){e<=l+this.length&&n>=l&&o(this.lineAt(0,ut.ByPos,r,i,l))}setMeasuredHeight(e){let n=e.heights[e.index++];n<0?(this.spaceAbove=-n,n=e.heights[e.index++]):this.spaceAbove=0,this.setHeight(n)}updateHeight(e,n=0,r=!1,i){return i&&i.from<=n&&i.more&&this.setMeasuredHeight(i),this.outdated=!1,this}toString(){return`block(${this.length})`}}class Gn extends M7{constructor(e,n,r){super(e,n,null),this.collapsed=0,this.widgetHeight=0,this.breaks=0,this.spaceAbove=r}mainBlock(e,n){return new Ar(n,this.length,e+this.spaceAbove,this.height-this.spaceAbove,this.breaks)}replace(e,n,r){let i=r[0];return r.length==1&&(i instanceof Gn||i instanceof sn&&i.flags&4)&&Math.abs(this.length-i.length)<10?(i instanceof sn?i=new Gn(i.length,this.height,this.spaceAbove):i.height=this.height,this.outdated||(i.outdated=!1),i):vn.of(r)}updateHeight(e,n=0,r=!1,i){return i&&i.from<=n&&i.more?this.setMeasuredHeight(i):(r||this.outdated)&&(this.spaceAbove=0,this.setHeight(Math.max(this.widgetHeight,e.heightForLine(this.length-this.collapsed))+this.breaks*e.lineHeight)),this.outdated=!1,this}toString(){return`line(${this.length}${this.collapsed?-this.collapsed:""}${this.widgetHeight?":"+this.widgetHeight:""})`}}class sn extends vn{constructor(e){super(e,0)}heightMetrics(e,n){let r=e.doc.lineAt(n).number,i=e.doc.lineAt(n+this.length).number,l=i-r+1,o,c=0;if(e.lineWrapping){let f=Math.min(this.height,e.lineHeight*l);o=f/l,this.length>l+1&&(c=(this.height-f)/(this.length-l-1))}else o=this.height/l;return{firstLine:r,lastLine:i,perLine:o,perChar:c}}blockAt(e,n,r,i){let{firstLine:l,lastLine:o,perLine:c,perChar:f}=this.heightMetrics(n,i);if(n.lineWrapping){let m=i+(e<n.lineHeight?0:Math.round(Math.max(0,Math.min(1,(e-r)/this.height))*this.length)),p=n.doc.lineAt(m),g=c+p.length*f,y=Math.max(r,e-g/2);return new Ar(p.from,p.length,y,g,0)}else{let m=Math.max(0,Math.min(o-l,Math.floor((e-r)/c))),{from:p,length:g}=n.doc.line(l+m);return new Ar(p,g,r+c*m,c,0)}}lineAt(e,n,r,i,l){if(n==ut.ByHeight)return this.blockAt(e,r,i,l);if(n==ut.ByPosNoHeight){let{from:v,to:S}=r.doc.lineAt(e);return new Ar(v,S-v,0,0,0)}let{firstLine:o,perLine:c,perChar:f}=this.heightMetrics(r,l),m=r.doc.lineAt(e),p=c+m.length*f,g=m.number-o,y=i+c*g+f*(m.from-l-g);return new Ar(m.from,m.length,Math.max(i,Math.min(y,i+this.height-p)),p,0)}forEachLine(e,n,r,i,l,o){e=Math.max(e,l),n=Math.min(n,l+this.length);let{firstLine:c,perLine:f,perChar:m}=this.heightMetrics(r,l);for(let p=e,g=i;p<=n;){let y=r.doc.lineAt(p);if(p==e){let S=y.number-c;g+=f*S+m*(e-l-S)}let v=f+m*y.length;o(new Ar(y.from,y.length,g,v,0)),g+=v,p=y.to+1}}replace(e,n,r){let i=this.length-n;if(i>0){let l=r[r.length-1];l instanceof sn?r[r.length-1]=new sn(l.length+i):r.push(null,new sn(i-1))}if(e>0){let l=r[0];l instanceof sn?r[0]=new sn(e+l.length):r.unshift(new sn(e-1),null)}return vn.of(r)}decomposeLeft(e,n){n.push(new sn(e-1),null)}decomposeRight(e,n){n.push(null,new sn(this.length-e-1))}updateHeight(e,n=0,r=!1,i){let l=n+this.length;if(i&&i.from<=n+this.length&&i.more){let o=[],c=Math.max(n,i.from),f=-1;for(i.from>n&&o.push(new sn(i.from-n-1).updateHeight(e,n));c<=l&&i.more;){let p=e.doc.lineAt(c).length;o.length&&o.push(null);let g=i.heights[i.index++],y=0;g<0&&(y=-g,g=i.heights[i.index++]),f==-1?f=g:Math.abs(g-f)>=p1&&(f=-2);let v=new Gn(p,g,y);v.outdated=!1,o.push(v),c+=p+1}c<=l&&o.push(null,new sn(l-c).updateHeight(e,c));let m=vn.of(o);return(f<0||Math.abs(m.height-this.height)>=p1||Math.abs(f-this.heightMetrics(e,n).perLine)>=p1)&&(Fs=!0),X1(this,m)}else(r||this.outdated)&&(this.setHeight(e.heightForGap(n,n+this.length)),this.outdated=!1);return this}toString(){return`gap(${this.length})`}}class eR extends vn{constructor(e,n,r){super(e.length+n+r.length,e.height+r.height,n|(e.outdated||r.outdated?2:0)),this.left=e,this.right=r,this.size=e.size+r.size}get break(){return this.flags&1}blockAt(e,n,r,i){let l=r+this.left.height;return e<l?this.left.blockAt(e,n,r,i):this.right.blockAt(e,n,l,i+this.left.length+this.break)}lineAt(e,n,r,i,l){let o=i+this.left.height,c=l+this.left.length+this.break,f=n==ut.ByHeight?e<o:e<c,m=f?this.left.lineAt(e,n,r,i,l):this.right.lineAt(e,n,r,o,c);if(this.break||(f?m.to<c:m.from>c))return m;let p=n==ut.ByPosNoHeight?ut.ByPosNoHeight:ut.ByPos;return f?m.join(this.right.lineAt(c,p,r,o,c)):this.left.lineAt(c,p,r,i,l).join(m)}forEachLine(e,n,r,i,l,o){let c=i+this.left.height,f=l+this.left.length+this.break;if(this.break)e<f&&this.left.forEachLine(e,n,r,i,l,o),n>=f&&this.right.forEachLine(e,n,r,c,f,o);else{let m=this.lineAt(f,ut.ByPos,r,i,l);e<m.from&&this.left.forEachLine(e,m.from-1,r,i,l,o),m.to>=e&&m.from<=n&&o(m),n>m.to&&this.right.forEachLine(m.to+1,n,r,c,f,o)}}replace(e,n,r){let i=this.left.length+this.break;if(n<i)return this.balanced(this.left.replace(e,n,r),this.right);if(e>this.left.length)return this.balanced(this.left,this.right.replace(e-i,n-i,r));let l=[];e>0&&this.decomposeLeft(e,l);let o=l.length;for(let c of r)l.push(c);if(e>0&&fy(l,o-1),n<this.length){let c=l.length;this.decomposeRight(n,l),fy(l,c)}return vn.of(l)}decomposeLeft(e,n){let r=this.left.length;if(e<=r)return this.left.decomposeLeft(e,n);n.push(this.left),this.break&&(r++,e>=r&&n.push(null)),e>r&&this.right.decomposeLeft(e-r,n)}decomposeRight(e,n){let r=this.left.length,i=r+this.break;if(e>=i)return this.right.decomposeRight(e-i,n);e<r&&this.left.decomposeRight(e,n),this.break&&e<i&&n.push(null),n.push(this.right)}balanced(e,n){return e.size>2*n.size||n.size>2*e.size?vn.of(this.break?[e,null,n]:[e,n]):(this.left=X1(this.left,e),this.right=X1(this.right,n),this.setHeight(e.height+n.height),this.outdated=e.outdated||n.outdated,this.size=e.size+n.size,this.length=e.length+this.break+n.length,this)}updateHeight(e,n=0,r=!1,i){let{left:l,right:o}=this,c=n+l.length+this.break,f=null;return i&&i.from<=n+l.length&&i.more?f=l=l.updateHeight(e,n,r,i):l.updateHeight(e,n,r),i&&i.from<=c+o.length&&i.more?f=o=o.updateHeight(e,c,r,i):o.updateHeight(e,c,r),f?this.balanced(l,o):(this.height=this.left.height+this.right.height,this.outdated=!1,this)}toString(){return this.left+(this.break?" ":"-")+this.right}}function fy(t,e){let n,r;t[e]==null&&(n=t[e-1])instanceof sn&&(r=t[e+1])instanceof sn&&t.splice(e-1,3,new sn(n.length+1+r.length))}const tR=5;class kg{constructor(e,n){this.pos=e,this.oracle=n,this.nodes=[],this.lineStart=-1,this.lineEnd=-1,this.covering=null,this.writtenTo=e}get isCovered(){return this.covering&&this.nodes[this.nodes.length-1]==this.covering}span(e,n){if(this.lineStart>-1){let r=Math.min(n,this.lineEnd),i=this.nodes[this.nodes.length-1];i instanceof Gn?i.length+=r-this.pos:(r>this.pos||!this.isCovered)&&this.nodes.push(new Gn(r-this.pos,-1,0)),this.writtenTo=r,n>r&&(this.nodes.push(null),this.writtenTo++,this.lineStart=-1)}this.pos=n}point(e,n,r){if(e<n||r.heightRelevant){let i=r.widget?r.widget.estimatedHeight:0,l=r.widget?r.widget.lineBreaks:0;i<0&&(i=this.oracle.lineHeight);let o=n-e;r.block?this.addBlock(new M7(o,i,r)):(o||l||i>=tR)&&this.addLineDeco(i,l,o)}else n>e&&this.span(e,n);this.lineEnd>-1&&this.lineEnd<this.pos&&(this.lineEnd=this.oracle.doc.lineAt(this.pos).to)}enterLine(){if(this.lineStart>-1)return;let{from:e,to:n}=this.oracle.doc.lineAt(this.pos);this.lineStart=e,this.lineEnd=n,this.writtenTo<e&&((this.writtenTo<e-1||this.nodes[this.nodes.length-1]==null)&&this.nodes.push(this.blankContent(this.writtenTo,e-1)),this.nodes.push(null)),this.pos>e&&this.nodes.push(new Gn(this.pos-e,-1,0)),this.writtenTo=this.pos}blankContent(e,n){let r=new sn(n-e);return this.oracle.doc.lineAt(e).to==n&&(r.flags|=4),r}ensureLine(){this.enterLine();let e=this.nodes.length?this.nodes[this.nodes.length-1]:null;if(e instanceof Gn)return e;let n=new Gn(0,-1,0);return this.nodes.push(n),n}addBlock(e){this.enterLine();let n=e.deco;n&&n.startSide>0&&!this.isCovered&&this.ensureLine(),this.nodes.push(e),this.writtenTo=this.pos=this.pos+e.length,n&&n.endSide>0&&(this.covering=e)}addLineDeco(e,n,r){let i=this.ensureLine();i.length+=r,i.collapsed+=r,i.widgetHeight=Math.max(i.widgetHeight,e),i.breaks+=n,this.writtenTo=this.pos=this.pos+r}finish(e){let n=this.nodes.length==0?null:this.nodes[this.nodes.length-1];this.lineStart>-1&&!(n instanceof Gn)&&!this.isCovered?this.nodes.push(new Gn(0,-1,0)):(this.writtenTo<this.pos||n==null)&&this.nodes.push(this.blankContent(this.writtenTo,this.pos));let r=e;for(let i of this.nodes)i instanceof Gn&&i.updateHeight(this.oracle,r),r+=i?i.length:1;return this.nodes}static build(e,n,r,i){let l=new kg(r,e);return Xe.spans(n,r,i,l,0),l.finish(r)}}function nR(t,e,n){let r=new rR;return Xe.compare(t,e,n,r,0),r.changes}class rR{constructor(){this.changes=[]}compareRange(){}comparePoint(e,n,r,i){(e<n||r&&r.heightRelevant||i&&i.heightRelevant)&&Ps(e,n,this.changes,5)}}function iR(t,e){let n=t.getBoundingClientRect(),r=t.ownerDocument,i=r.defaultView||window,l=Math.max(0,n.left),o=Math.min(i.innerWidth,n.right),c=Math.max(0,n.top),f=Math.min(i.innerHeight,n.bottom);for(let m=t.parentNode;m&&m!=r.body;)if(m.nodeType==1){let p=m,g=window.getComputedStyle(p);if((p.scrollHeight>p.clientHeight||p.scrollWidth>p.clientWidth)&&g.overflow!="visible"){let y=p.getBoundingClientRect();l=Math.max(l,y.left),o=Math.min(o,y.right),c=Math.max(c,y.top),f=Math.min(m==t.parentNode?i.innerHeight:f,y.bottom)}m=g.position=="absolute"||g.position=="fixed"?p.offsetParent:p.parentNode}else if(m.nodeType==11)m=m.host;else break;return{left:l-n.left,right:Math.max(l,o)-n.left,top:c-(n.top+e),bottom:Math.max(c,f)-(n.top+e)}}function aR(t){let e=t.getBoundingClientRect(),n=t.ownerDocument.defaultView||window;return e.left<n.innerWidth&&e.right>0&&e.top<n.innerHeight&&e.bottom>0}function lR(t,e){let n=t.getBoundingClientRect();return{left:0,right:n.right-n.left,top:e,bottom:n.bottom-(n.top+e)}}class Rm{constructor(e,n,r,i){this.from=e,this.to=n,this.size=r,this.displaySize=i}static same(e,n){if(e.length!=n.length)return!1;for(let r=0;r<e.length;r++){let i=e[r],l=n[r];if(i.from!=l.from||i.to!=l.to||i.size!=l.size)return!1}return!0}draw(e,n){return Ze.replace({widget:new sR(this.displaySize*(n?e.scaleY:e.scaleX),n)}).range(this.from,this.to)}}class sR extends Tl{constructor(e,n){super(),this.size=e,this.vertical=n}eq(e){return e.size==this.size&&e.vertical==this.vertical}toDOM(){let e=document.createElement("div");return this.vertical?e.style.height=this.size+"px":(e.style.width=this.size+"px",e.style.height="2px",e.style.display="inline-block"),e}get estimatedHeight(){return this.vertical?this.size:-1}}class hy{constructor(e,n){this.view=e,this.state=n,this.pixelViewport={left:0,right:window.innerWidth,top:0,bottom:0},this.inView=!0,this.paddingTop=0,this.paddingBottom=0,this.contentDOMWidth=0,this.contentDOMHeight=0,this.editorHeight=0,this.editorWidth=0,this.scaleX=1,this.scaleY=1,this.scrollOffset=0,this.scrolledToBottom=!1,this.scrollAnchorPos=0,this.scrollAnchorHeight=-1,this.scaler=dy,this.scrollTarget=null,this.printing=!1,this.mustMeasureContent=!0,this.defaultTextDirection=Pt.LTR,this.visibleRanges=[],this.mustEnforceCursorAssoc=!1;let r=n.facet(Sg).some(i=>typeof i!="function"&&i.class=="cm-lineWrapping");this.heightOracle=new Wj(r),this.stateDeco=my(n),this.heightMap=vn.empty().applyChanges(this.stateDeco,Ue.empty,this.heightOracle.setDoc(n.doc),[new mr(0,0,0,n.doc.length)]);for(let i=0;i<2&&(this.viewport=this.getViewport(0,null),!!this.updateForViewport());i++);this.updateViewportLines(),this.lineGaps=this.ensureLineGaps([]),this.lineGapDeco=Ze.set(this.lineGaps.map(i=>i.draw(this,!1))),this.scrollParent=e.scrollDOM,this.computeVisibleRanges()}updateForViewport(){let e=[this.viewport],{main:n}=this.state.selection;for(let r=0;r<=1;r++){let i=r?n.head:n.anchor;if(!e.some(({from:l,to:o})=>i>=l&&i<=o)){let{from:l,to:o}=this.lineBlockAt(i);e.push(new _0(l,o))}}return this.viewports=e.sort((r,i)=>r.from-i.from),this.updateScaler()}updateScaler(){let e=this.scaler;return this.scaler=this.heightMap.height<=7e6?dy:new Tg(this.heightOracle,this.heightMap,this.viewports),e.eq(this.scaler)?0:2}updateViewportLines(){this.viewportLines=[],this.heightMap.forEachLine(this.viewport.from,this.viewport.to,this.heightOracle.setDoc(this.state.doc),0,0,e=>{this.viewportLines.push(dc(e,this.scaler))})}update(e,n=null){this.state=e.state;let r=this.stateDeco;this.stateDeco=my(this.state);let i=e.changedRanges,l=mr.extendWithRanges(i,nR(r,this.stateDeco,e?e.changes:Bt.empty(this.state.doc.length))),o=this.heightMap.height,c=this.scrolledToBottom?null:this.scrollAnchorAt(this.scrollOffset);uy(),this.heightMap=this.heightMap.applyChanges(this.stateDeco,e.startState.doc,this.heightOracle.setDoc(this.state.doc),l),(this.heightMap.height!=o||Fs)&&(e.flags|=2),c?(this.scrollAnchorPos=e.changes.mapPos(c.from,-1),this.scrollAnchorHeight=c.top):(this.scrollAnchorPos=-1,this.scrollAnchorHeight=o);let f=l.length?this.mapViewport(this.viewport,e.changes):this.viewport;(n&&(n.range.head<f.from||n.range.head>f.to)||!this.viewportIsAppropriate(f))&&(f=this.getViewport(0,n));let m=f.from!=this.viewport.from||f.to!=this.viewport.to;this.viewport=f,e.flags|=this.updateForViewport(),(m||!e.changes.empty||e.flags&2)&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>4e3)&&this.updateLineGaps(this.ensureLineGaps(this.mapLineGaps(this.lineGaps,e.changes))),e.flags|=this.computeVisibleRanges(e.changes),n&&(this.scrollTarget=n),!this.mustEnforceCursorAssoc&&(e.selectionSet||e.focusChanged)&&e.view.lineWrapping&&e.state.selection.main.empty&&e.state.selection.main.assoc&&!e.state.facet(KP)&&(this.mustEnforceCursorAssoc=!0)}measure(){let{view:e}=this,n=e.contentDOM,r=window.getComputedStyle(n),i=this.heightOracle,l=r.whiteSpace;this.defaultTextDirection=r.direction=="rtl"?Pt.RTL:Pt.LTR;let o=this.heightOracle.mustRefreshForWrapping(l)||this.mustMeasureContent==="refresh",c=n.getBoundingClientRect(),f=o||this.mustMeasureContent||this.contentDOMHeight!=c.height;this.contentDOMHeight=c.height,this.mustMeasureContent=!1;let m=0,p=0;if(c.width&&c.height){let{scaleX:$,scaleY:j}=zS(n,c);($>.005&&Math.abs(this.scaleX-$)>.005||j>.005&&Math.abs(this.scaleY-j)>.005)&&(this.scaleX=$,this.scaleY=j,m|=16,o=f=!0)}let g=(parseInt(r.paddingTop)||0)*this.scaleY,y=(parseInt(r.paddingBottom)||0)*this.scaleY;(this.paddingTop!=g||this.paddingBottom!=y)&&(this.paddingTop=g,this.paddingBottom=y,m|=18),this.editorWidth!=e.scrollDOM.clientWidth&&(i.lineWrapping&&(f=!0),this.editorWidth=e.scrollDOM.clientWidth,m|=16);let v=HS(this.view.contentDOM,!1).y;v!=this.scrollParent&&(this.scrollParent=v,this.scrollAnchorHeight=-1,this.scrollOffset=0);let S=this.getScrollOffset();this.scrollOffset!=S&&(this.scrollAnchorHeight=-1,this.scrollOffset=S),this.scrolledToBottom=BS(this.scrollParent||e.win);let w=(this.printing?lR:iR)(n,this.paddingTop),k=w.top-this.pixelViewport.top,A=w.bottom-this.pixelViewport.bottom;this.pixelViewport=w;let E=this.pixelViewport.bottom>this.pixelViewport.top&&this.pixelViewport.right>this.pixelViewport.left;if(E!=this.inView&&(this.inView=E,E&&(f=!0)),!this.inView&&!this.scrollTarget&&!aR(e.dom))return 0;let Q=c.width;if((this.contentDOMWidth!=Q||this.editorHeight!=e.scrollDOM.clientHeight)&&(this.contentDOMWidth=c.width,this.editorHeight=e.scrollDOM.clientHeight,m|=16),f){let $=e.docView.measureVisibleLineHeights(this.viewport);if(i.mustRefreshForHeights($)&&(o=!0),o||i.lineWrapping&&Math.abs(Q-this.contentDOMWidth)>i.charWidth){let{lineHeight:j,charWidth:Z,textHeight:L}=e.docView.measureTextSize();o=j>0&&i.refresh(l,j,Z,L,Math.max(5,Q/Z),$),o&&(e.docView.minWidth=0,m|=16)}k>0&&A>0?p=Math.max(k,A):k<0&&A<0&&(p=Math.min(k,A)),uy();for(let j of this.viewports){let Z=j.from==this.viewport.from?$:e.docView.measureVisibleLineHeights(j);this.heightMap=(o?vn.empty().applyChanges(this.stateDeco,Ue.empty,this.heightOracle,[new mr(0,0,0,e.state.doc.length)]):this.heightMap).updateHeight(i,0,o,new Kj(j.from,Z))}Fs&&(m|=2)}let C=!this.viewportIsAppropriate(this.viewport,p)||this.scrollTarget&&(this.scrollTarget.range.head<this.viewport.from||this.scrollTarget.range.head>this.viewport.to);return C&&(m&2&&(m|=this.updateScaler()),this.viewport=this.getViewport(p,this.scrollTarget),m|=this.updateForViewport()),(m&2||C)&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>4e3)&&this.updateLineGaps(this.ensureLineGaps(o?[]:this.lineGaps,e)),m|=this.computeVisibleRanges(),this.mustEnforceCursorAssoc&&(this.mustEnforceCursorAssoc=!1,e.docView.enforceCursorAssoc()),m}get visibleTop(){return this.scaler.fromDOM(this.pixelViewport.top)}get visibleBottom(){return this.scaler.fromDOM(this.pixelViewport.bottom)}getViewport(e,n){let r=.5-Math.max(-.5,Math.min(.5,e/1e3/2)),i=this.heightMap,l=this.heightOracle,{visibleTop:o,visibleBottom:c}=this,f=new _0(i.lineAt(o-r*1e3,ut.ByHeight,l,0,0).from,i.lineAt(c+(1-r)*1e3,ut.ByHeight,l,0,0).to);if(n){let{head:m}=n.range;if(m<f.from||m>f.to){let p=Math.min(this.editorHeight,this.pixelViewport.bottom-this.pixelViewport.top),g=i.lineAt(m,ut.ByPos,l,0,0),y;n.y=="center"?y=(g.top+g.bottom)/2-p/2:n.y=="start"||n.y=="nearest"&&m<f.from?y=g.top:y=g.bottom-p,f=new _0(i.lineAt(y-1e3/2,ut.ByHeight,l,0,0).from,i.lineAt(y+p+1e3/2,ut.ByHeight,l,0,0).to)}}return f}mapViewport(e,n){let r=n.mapPos(e.from,-1),i=n.mapPos(e.to,1);return new _0(this.heightMap.lineAt(r,ut.ByPos,this.heightOracle,0,0).from,this.heightMap.lineAt(i,ut.ByPos,this.heightOracle,0,0).to)}viewportIsAppropriate({from:e,to:n},r=0){if(!this.inView)return!0;let{top:i}=this.heightMap.lineAt(e,ut.ByPos,this.heightOracle,0,0),{bottom:l}=this.heightMap.lineAt(n,ut.ByPos,this.heightOracle,0,0),{visibleTop:o,visibleBottom:c}=this;return(e==0||i<=o-Math.max(10,Math.min(-r,250)))&&(n==this.state.doc.length||l>=c+Math.max(10,Math.min(r,250)))&&i>o-2*1e3&&l<c+2*1e3}mapLineGaps(e,n){if(!e.length||n.empty)return e;let r=[];for(let i of e)n.touchesRange(i.from,i.to)||r.push(new Rm(n.mapPos(i.from),n.mapPos(i.to),i.size,i.displaySize));return r}ensureLineGaps(e,n){let r=this.heightOracle.lineWrapping,i=r?1e4:2e3,l=i>>1,o=i<<1;if(this.defaultTextDirection!=Pt.LTR&&!r)return[];let c=[],f=(p,g,y,v)=>{if(g-p<l)return;let S=this.state.selection.main,w=[S.from];S.empty||w.push(S.to);for(let A of w)if(A>p&&A<g){f(p,A-10,y,v),f(A+10,g,y,v);return}let k=cR(e,A=>A.from>=y.from&&A.to<=y.to&&Math.abs(A.from-p)<l&&Math.abs(A.to-g)<l&&!w.some(E=>A.from<E&&A.to>E));if(!k){if(g<y.to&&n&&r&&n.visibleRanges.some(Q=>Q.from<=g&&Q.to>=g)){let Q=n.moveToLineBoundary(fe.cursor(g),!1,!0).head;Q>p&&(g=Q)}let A=this.gapSize(y,p,g,v),E=r||A<2e6?A:2e6;k=new Rm(p,g,A,E)}c.push(k)},m=p=>{if(p.length<o||p.type!=Nn.Text)return;let g=oR(p.from,p.to,this.stateDeco);if(g.total<o)return;let y=this.scrollTarget?this.scrollTarget.range.head:null,v,S;if(r){let w=i/this.heightOracle.lineLength*this.heightOracle.lineHeight,k,A;if(y!=null){let E=X0(g,y),Q=((this.visibleBottom-this.visibleTop)/2+w)/p.height;k=E-Q,A=E+Q}else k=(this.visibleTop-p.top-w)/p.height,A=(this.visibleBottom-p.top+w)/p.height;v=D0(g,k),S=D0(g,A)}else{let w=g.total*this.heightOracle.charWidth,k=i*this.heightOracle.charWidth,A=0;if(w>2e6)for(let j of e)j.from>=p.from&&j.from<p.to&&j.size!=j.displaySize&&j.from*this.heightOracle.charWidth+A<this.pixelViewport.left&&(A=j.size-j.displaySize);let E=this.pixelViewport.left+A,Q=this.pixelViewport.right+A,C,$;if(y!=null){let j=X0(g,y),Z=((Q-E)/2+k)/w;C=j-Z,$=j+Z}else C=(E-k)/w,$=(Q+k)/w;v=D0(g,C),S=D0(g,$)}v>p.from&&f(p.from,v,p,g),S<p.to&&f(S,p.to,p,g)};for(let p of this.viewportLines)Array.isArray(p.type)?p.type.forEach(m):m(p);return c}gapSize(e,n,r,i){let l=X0(i,r)-X0(i,n);return this.heightOracle.lineWrapping?e.height*l:i.total*this.heightOracle.charWidth*l}updateLineGaps(e){Rm.same(e,this.lineGaps)||(this.lineGaps=e,this.lineGapDeco=Ze.set(e.map(n=>n.draw(this,this.heightOracle.lineWrapping))))}computeVisibleRanges(e){let n=this.stateDeco;this.lineGaps.length&&(n=n.concat(this.lineGapDeco));let r=[];Xe.spans(n,this.viewport.from,this.viewport.to,{span(l,o){r.push({from:l,to:o})},point(){}},20);let i=0;if(r.length!=this.visibleRanges.length)i=12;else for(let l=0;l<r.length&&!(i&8);l++){let o=this.visibleRanges[l],c=r[l];(o.from!=c.from||o.to!=c.to)&&(i|=4,e&&e.mapPos(o.from,-1)==c.from&&e.mapPos(o.to,1)==c.to||(i|=8))}return this.visibleRanges=r,i}lineBlockAt(e){return e>=this.viewport.from&&e<=this.viewport.to&&this.viewportLines.find(n=>n.from<=e&&n.to>=e)||dc(this.heightMap.lineAt(e,ut.ByPos,this.heightOracle,0,0),this.scaler)}lineBlockAtHeight(e){return e>=this.viewportLines[0].top&&e<=this.viewportLines[this.viewportLines.length-1].bottom&&this.viewportLines.find(n=>n.top<=e&&n.bottom>=e)||dc(this.heightMap.lineAt(this.scaler.fromDOM(e),ut.ByHeight,this.heightOracle,0,0),this.scaler)}getScrollOffset(){return(this.scrollParent==this.view.scrollDOM?this.scrollParent.scrollTop:(this.scrollParent?this.scrollParent.getBoundingClientRect().top:0)-this.view.contentDOM.getBoundingClientRect().top)*this.scaleY}scrollAnchorAt(e){let n=this.lineBlockAtHeight(e+8);return n.from>=this.viewport.from||this.viewportLines[0].top-e>200?n:this.viewportLines[0]}elementAtHeight(e){return dc(this.heightMap.blockAt(this.scaler.fromDOM(e),this.heightOracle,0,0),this.scaler)}get docHeight(){return this.scaler.toDOM(this.heightMap.height)}get contentHeight(){return this.docHeight+this.paddingTop+this.paddingBottom}}class _0{constructor(e,n){this.from=e,this.to=n}}function oR(t,e,n){let r=[],i=t,l=0;return Xe.spans(n,t,e,{span(){},point(o,c){o>i&&(r.push({from:i,to:o}),l+=o-i),i=c}},20),i<e&&(r.push({from:i,to:e}),l+=e-i),{total:l,ranges:r}}function D0({total:t,ranges:e},n){if(n<=0)return e[0].from;if(n>=1)return e[e.length-1].to;let r=Math.floor(t*n);for(let i=0;;i++){let{from:l,to:o}=e[i],c=o-l;if(r<=c)return l+r;r-=c}}function X0(t,e){let n=0;for(let{from:r,to:i}of t.ranges){if(e<=i){n+=e-r;break}n+=i-r}return n/t.total}function cR(t,e){for(let n of t)if(e(n))return n}const dy={toDOM(t){return t},fromDOM(t){return t},scale:1,eq(t){return t==this}};function my(t){let e=t.facet(Cf).filter(r=>typeof r!="function"),n=t.facet(wg).filter(r=>typeof r!="function");return n.length&&e.push(Xe.join(n)),e}class Tg{constructor(e,n,r){let i=0,l=0,o=0;this.viewports=r.map(({from:c,to:f})=>{let m=n.lineAt(c,ut.ByPos,e,0,0).top,p=n.lineAt(f,ut.ByPos,e,0,0).bottom;return i+=p-m,{from:c,to:f,top:m,bottom:p,domTop:0,domBottom:0}}),this.scale=(7e6-i)/(n.height-i);for(let c of this.viewports)c.domTop=o+(c.top-l)*this.scale,o=c.domBottom=c.domTop+(c.bottom-c.top),l=c.bottom}toDOM(e){for(let n=0,r=0,i=0;;n++){let l=n<this.viewports.length?this.viewports[n]:null;if(!l||e<l.top)return i+(e-r)*this.scale;if(e<=l.bottom)return l.domTop+(e-l.top);r=l.bottom,i=l.domBottom}}fromDOM(e){for(let n=0,r=0,i=0;;n++){let l=n<this.viewports.length?this.viewports[n]:null;if(!l||e<l.domTop)return r+(e-i)/this.scale;if(e<=l.domBottom)return l.top+(e-l.domTop);r=l.bottom,i=l.domBottom}}eq(e){return e instanceof Tg?this.scale==e.scale&&this.viewports.length==e.viewports.length&&this.viewports.every((n,r)=>n.from==e.viewports[r].from&&n.to==e.viewports[r].to):!1}}function dc(t,e){if(e.scale==1)return t;let n=e.toDOM(t.top),r=e.toDOM(t.bottom);return new Ar(t.from,t.length,n,r-n,Array.isArray(t._content)?t._content.map(i=>dc(i,e)):t._content)}const z0=Se.define({combine:t=>t.join(" ")}),yp=Se.define({combine:t=>t.indexOf(!0)>-1}),bp=Ma.newName(),E7=Ma.newName(),$7=Ma.newName(),Q7={"&light":"."+E7,"&dark":"."+$7};function vp(t,e,n){return new Ma(e,{finish(r){return/&/.test(r)?r.replace(/&\w*/,i=>{if(i=="&")return t;if(!n||!n[i])throw new RangeError(`Unsupported selector: ${i}`);return n[i]}):t+" "+r}})}const uR=vp("."+bp,{"&":{position:"relative !important",boxSizing:"border-box","&.cm-focused":{outline:"1px dotted #212121"},display:"flex !important",flexDirection:"column"},".cm-scroller":{display:"flex !important",alignItems:"flex-start !important",fontFamily:"monospace",lineHeight:1.4,height:"100%",overflowX:"auto",position:"relative",zIndex:0,overflowAnchor:"none"},".cm-content":{margin:0,flexGrow:2,flexShrink:0,display:"block",whiteSpace:"pre",wordWrap:"normal",boxSizing:"border-box",minHeight:"100%",padding:"4px 0",outline:"none","&[contenteditable=true]":{WebkitUserModify:"read-write-plaintext-only"}},".cm-lineWrapping":{whiteSpace_fallback:"pre-wrap",whiteSpace:"break-spaces",wordBreak:"break-word",overflowWrap:"anywhere",flexShrink:1},"&light .cm-content":{caretColor:"black"},"&dark .cm-content":{caretColor:"white"},".cm-line":{display:"block",padding:"0 2px 0 6px"},".cm-layer":{position:"absolute",left:0,top:0,contain:"size style","& > *":{position:"absolute"}},"&light .cm-selectionBackground":{background:"#d9d9d9"},"&dark .cm-selectionBackground":{background:"#222"},"&light.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground":{background:"#d7d4f0"},"&dark.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground":{background:"#233"},".cm-cursorLayer":{pointerEvents:"none"},"&.cm-focused > .cm-scroller > .cm-cursorLayer":{animation:"steps(1) cm-blink 1.2s infinite"},"@keyframes cm-blink":{"0%":{},"50%":{opacity:0},"100%":{}},"@keyframes cm-blink2":{"0%":{},"50%":{opacity:0},"100%":{}},".cm-cursor, .cm-dropCursor":{borderLeft:"1.2px solid black",marginLeft:"-0.6px",pointerEvents:"none"},".cm-cursor":{display:"none"},"&dark .cm-cursor":{borderLeftColor:"#ddd"},".cm-selectionHandle":{backgroundColor:"currentColor",width:"1.5px"},".cm-selectionHandle-start::before, .cm-selectionHandle-end::before":{content:'""',backgroundColor:"inherit",borderRadius:"50%",width:"8px",height:"8px",position:"absolute",left:"-3.25px"},".cm-selectionHandle-start::before":{top:"-8px"},".cm-selectionHandle-end::before":{bottom:"-8px"},".cm-dropCursor":{position:"absolute"},"&.cm-focused > .cm-scroller > .cm-cursorLayer .cm-cursor":{display:"block"},".cm-iso":{unicodeBidi:"isolate"},".cm-announced":{position:"fixed",top:"-10000px"},"@media print":{".cm-announced":{display:"none"}},"&light .cm-activeLine":{backgroundColor:"#cceeff44"},"&dark .cm-activeLine":{backgroundColor:"#99eeff33"},"&light .cm-specialChar":{color:"red"},"&dark .cm-specialChar":{color:"#f78"},".cm-gutters":{flexShrink:0,display:"flex",height:"100%",boxSizing:"border-box",zIndex:200},".cm-gutters-before":{insetInlineStart:0},".cm-gutters-after":{insetInlineEnd:0},"&light .cm-gutters":{backgroundColor:"#f5f5f5",color:"#6c6c6c",border:"0px solid #ddd","&.cm-gutters-before":{borderRightWidth:"1px"},"&.cm-gutters-after":{borderLeftWidth:"1px"}},"&dark .cm-gutters":{backgroundColor:"#333338",color:"#ccc"},".cm-gutter":{display:"flex !important",flexDirection:"column",flexShrink:0,boxSizing:"border-box",minHeight:"100%",overflow:"hidden"},".cm-gutterElement":{boxSizing:"border-box"},".cm-lineNumbers .cm-gutterElement":{padding:"0 3px 0 5px",minWidth:"20px",textAlign:"right",whiteSpace:"nowrap"},"&light .cm-activeLineGutter":{backgroundColor:"#e2f2ff"},"&dark .cm-activeLineGutter":{backgroundColor:"#222227"},".cm-panels":{boxSizing:"border-box",position:"sticky",left:0,right:0,zIndex:300},"&light .cm-panels":{backgroundColor:"#f5f5f5",color:"black"},"&light .cm-panels-top":{borderBottom:"1px solid #ddd"},"&light .cm-panels-bottom":{borderTop:"1px solid #ddd"},"&dark .cm-panels":{backgroundColor:"#333338",color:"white"},".cm-dialog":{padding:"2px 19px 4px 6px",position:"relative","& label":{fontSize:"80%"}},".cm-dialog-close":{position:"absolute",top:"3px",right:"4px",backgroundColor:"inherit",border:"none",font:"inherit",fontSize:"14px",padding:"0"},".cm-tab":{display:"inline-block",overflow:"hidden",verticalAlign:"bottom"},".cm-widgetBuffer":{verticalAlign:"text-top",height:"1em",width:0,display:"inline"},".cm-placeholder":{color:"#888",display:"inline-block",verticalAlign:"top",userSelect:"none"},".cm-highlightSpace":{backgroundImage:"radial-gradient(circle at 50% 55%, #aaa 20%, transparent 5%)",backgroundPosition:"center"},".cm-highlightTab":{backgroundImage:`url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="20"><path stroke="%23888" stroke-width="1" fill="none" d="M1 10H196L190 5M190 15L196 10M197 4L197 16"/></svg>')`,backgroundSize:"auto 100%",backgroundPosition:"right 90%",backgroundRepeat:"no-repeat"},".cm-trailingSpace":{backgroundColor:"#ff332255"},".cm-button":{verticalAlign:"middle",color:"inherit",fontSize:"70%",padding:".2em 1em",borderRadius:"1px"},"&light .cm-button":{backgroundImage:"linear-gradient(#eff1f5, #d9d9df)",border:"1px solid #888","&:active":{backgroundImage:"linear-gradient(#b4b4b4, #d0d3d6)"}},"&dark .cm-button":{backgroundImage:"linear-gradient(#393939, #111)",border:"1px solid #888","&:active":{backgroundImage:"linear-gradient(#111, #333)"}},".cm-textfield":{verticalAlign:"middle",color:"inherit",fontSize:"70%",border:"1px solid silver",padding:".2em .5em"},"&light .cm-textfield":{backgroundColor:"white"},"&dark .cm-textfield":{border:"1px solid #555",backgroundColor:"inherit"}},Q7),fR={childList:!0,characterData:!0,subtree:!0,attributes:!0,characterDataOldValue:!0},Nm=xe.ie&&xe.ie_version<=11;class hR{constructor(e){this.view=e,this.active=!1,this.editContext=null,this.selectionRange=new DP,this.selectionChanged=!1,this.delayedFlush=-1,this.resizeTimeout=-1,this.queue=[],this.delayedAndroidKey=null,this.flushingAndroidKey=-1,this.lastChange=0,this.scrollTargets=[],this.intersection=null,this.resizeScroll=null,this.intersecting=!1,this.gapIntersection=null,this.gaps=[],this.printQuery=null,this.parentCheck=-1,this.dom=e.contentDOM,this.observer=new MutationObserver(n=>{for(let r of n)this.queue.push(r);(xe.ie&&xe.ie_version<=11||xe.ios&&e.composing)&&n.some(r=>r.type=="childList"&&r.removedNodes.length||r.type=="characterData"&&r.oldValue.length>r.target.nodeValue.length)?this.flushSoon():this.flush()}),window.EditContext&&xe.android&&e.constructor.EDIT_CONTEXT!==!1&&!(xe.chrome&&xe.chrome_version<126)&&(this.editContext=new mR(e),e.state.facet(Ti)&&(e.contentDOM.editContext=this.editContext.editContext)),Nm&&(this.onCharData=n=>{this.queue.push({target:n.target,type:"characterData",oldValue:n.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this),this.onResize=this.onResize.bind(this),this.onPrint=this.onPrint.bind(this),this.onScroll=this.onScroll.bind(this),window.matchMedia&&(this.printQuery=window.matchMedia("print")),typeof ResizeObserver=="function"&&(this.resizeScroll=new ResizeObserver(()=>{var n;((n=this.view.docView)===null||n===void 0?void 0:n.lastUpdate)<Date.now()-75&&this.onResize()}),this.resizeScroll.observe(e.scrollDOM)),this.addWindowListeners(this.win=e.win),this.start(),typeof IntersectionObserver=="function"&&(this.intersection=new IntersectionObserver(n=>{this.parentCheck<0&&(this.parentCheck=setTimeout(this.listenForScroll.bind(this),1e3)),n.length>0&&n[n.length-1].intersectionRatio>0!=this.intersecting&&(this.intersecting=!this.intersecting,this.intersecting!=this.view.inView&&this.onScrollChanged(document.createEvent("Event")))},{threshold:[0,.001]}),this.intersection.observe(this.dom),this.gapIntersection=new IntersectionObserver(n=>{n.length>0&&n[n.length-1].intersectionRatio>0&&this.onScrollChanged(document.createEvent("Event"))},{})),this.listenForScroll(),this.readSelectionRange()}onScrollChanged(e){this.view.inputState.runHandlers("scroll",e),this.intersecting&&this.view.measure()}onScroll(e){this.intersecting&&this.flush(!1),this.editContext&&this.view.requestMeasure(this.editContext.measureReq),this.onScrollChanged(e)}onResize(){this.resizeTimeout<0&&(this.resizeTimeout=setTimeout(()=>{this.resizeTimeout=-1,this.view.requestMeasure()},50))}onPrint(e){(e.type=="change"||!e.type)&&!e.matches||(this.view.viewState.printing=!0,this.view.measure(),setTimeout(()=>{this.view.viewState.printing=!1,this.view.requestMeasure()},500))}updateGaps(e){if(this.gapIntersection&&(e.length!=this.gaps.length||this.gaps.some((n,r)=>n!=e[r]))){this.gapIntersection.disconnect();for(let n of e)this.gapIntersection.observe(n);this.gaps=e}}onSelectionChange(e){let n=this.selectionChanged;if(!this.readSelectionRange()||this.delayedAndroidKey)return;let{view:r}=this,i=this.selectionRange;if(r.state.facet(Ti)?r.root.activeElement!=this.dom:!bc(this.dom,i))return;let l=i.anchorNode&&r.docView.tile.nearest(i.anchorNode);if(l&&l.isWidget()&&l.widget.ignoreEvent(e)){n||(this.selectionChanged=!1);return}(xe.ie&&xe.ie_version<=11||xe.android&&xe.chrome)&&!r.state.selection.main.empty&&i.focusNode&&vc(i.focusNode,i.focusOffset,i.anchorNode,i.anchorOffset)?this.flushSoon():this.flush(!1)}readSelectionRange(){let{view:e}=this,n=Lc(e.root);if(!n)return!1;let r=xe.safari&&e.root.nodeType==11&&e.root.activeElement==this.dom&&dR(this.view,n)||n;if(!r||this.selectionRange.eq(r))return!1;let i=bc(this.dom,r);return i&&!this.selectionChanged&&e.inputState.lastFocusTime>Date.now()-200&&e.inputState.lastTouchTime<Date.now()-300&&zP(this.dom,r)?(this.view.inputState.lastFocusTime=0,e.docView.updateSelection(),!1):(this.selectionRange.setRange(r),i&&(this.selectionChanged=!0),!0)}setSelectionRange(e,n){this.selectionRange.set(e.node,e.offset,n.node,n.offset),this.selectionChanged=!1}clearSelectionRange(){this.selectionRange.set(null,0,null,0)}listenForScroll(){this.parentCheck=-1;let e=0,n=null;for(let r=this.dom;r;)if(r.nodeType==1)!n&&e<this.scrollTargets.length&&this.scrollTargets[e]==r?e++:n||(n=this.scrollTargets.slice(0,e)),n&&n.push(r),r=r.assignedSlot||r.parentNode;else if(r.nodeType==11)r=r.host;else break;if(e<this.scrollTargets.length&&!n&&(n=this.scrollTargets.slice(0,e)),n){for(let r of this.scrollTargets)r.removeEventListener("scroll",this.onScroll);for(let r of this.scrollTargets=n)r.addEventListener("scroll",this.onScroll)}}ignore(e){if(!this.active)return e();try{return this.stop(),e()}finally{this.start(),this.clear()}}start(){this.active||(this.observer.observe(this.dom,fR),Nm&&this.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.active=!0)}stop(){this.active&&(this.active=!1,this.observer.disconnect(),Nm&&this.dom.removeEventListener("DOMCharacterDataModified",this.onCharData))}clear(){this.processRecords(),this.queue.length=0,this.selectionChanged=!1}delayAndroidKey(e,n){var r;if(!this.delayedAndroidKey){let i=()=>{let l=this.delayedAndroidKey;l&&(this.clearDelayedAndroidKey(),this.view.inputState.lastKeyCode=l.keyCode,this.view.inputState.lastKeyTime=Date.now(),!this.flush()&&l.force&&js(this.dom,l.key,l.keyCode))};this.flushingAndroidKey=this.view.win.requestAnimationFrame(i)}(!this.delayedAndroidKey||e=="Enter")&&(this.delayedAndroidKey={key:e,keyCode:n,force:this.lastChange<Date.now()-50||!!(!((r=this.delayedAndroidKey)===null||r===void 0)&&r.force)})}clearDelayedAndroidKey(){this.win.cancelAnimationFrame(this.flushingAndroidKey),this.delayedAndroidKey=null,this.flushingAndroidKey=-1}flushSoon(){this.delayedFlush<0&&(this.delayedFlush=this.view.win.requestAnimationFrame(()=>{this.delayedFlush=-1,this.flush()}))}forceFlush(){this.delayedFlush>=0&&(this.view.win.cancelAnimationFrame(this.delayedFlush),this.delayedFlush=-1),this.flush()}pendingRecords(){for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}processRecords(){let e=this.pendingRecords();e.length&&(this.queue=[]);let n=-1,r=-1,i=!1;for(let l of e){let o=this.readMutation(l);o&&(o.typeOver&&(i=!0),n==-1?{from:n,to:r}=o:(n=Math.min(o.from,n),r=Math.max(o.to,r)))}return{from:n,to:r,typeOver:i}}readChange(){let{from:e,to:n,typeOver:r}=this.processRecords(),i=this.selectionChanged&&bc(this.dom,this.selectionRange);if(e<0&&!i)return null;e>-1&&(this.lastChange=Date.now()),this.view.inputState.lastFocusTime=0,this.selectionChanged=!1;let l=new Cj(this.view,e,n,r);return this.view.docView.domChanged={newSel:l.newSel?l.newSel.main:null},l}flush(e=!0){if(this.delayedFlush>=0||this.delayedAndroidKey)return!1;e&&this.readSelectionRange();let n=this.readChange();if(!n)return this.view.requestMeasure(),!1;let r=this.view.state,i=O7(this.view,n);return this.view.state==r&&(n.domChanged||n.newSel&&!D1(this.view.state.selection,n.newSel.main))&&this.view.update([]),i}readMutation(e){let n=this.view.docView.tile.nearest(e.target);if(!n||n.isWidget())return null;if(n.markDirty(e.type=="attributes"),e.type=="childList"){let r=py(n,e.previousSibling||e.target.previousSibling,-1),i=py(n,e.nextSibling||e.target.nextSibling,1);return{from:r?n.posAfter(r):n.posAtStart,to:i?n.posBefore(i):n.posAtEnd,typeOver:!1}}else return e.type=="characterData"?{from:n.posAtStart,to:n.posAtEnd,typeOver:e.target.nodeValue==e.oldValue}:null}setWindow(e){e!=this.win&&(this.removeWindowListeners(this.win),this.win=e,this.addWindowListeners(this.win))}addWindowListeners(e){e.addEventListener("resize",this.onResize),this.printQuery?this.printQuery.addEventListener?this.printQuery.addEventListener("change",this.onPrint):this.printQuery.addListener(this.onPrint):e.addEventListener("beforeprint",this.onPrint),e.addEventListener("scroll",this.onScroll),e.document.addEventListener("selectionchange",this.onSelectionChange)}removeWindowListeners(e){e.removeEventListener("scroll",this.onScroll),e.removeEventListener("resize",this.onResize),this.printQuery?this.printQuery.removeEventListener?this.printQuery.removeEventListener("change",this.onPrint):this.printQuery.removeListener(this.onPrint):e.removeEventListener("beforeprint",this.onPrint),e.document.removeEventListener("selectionchange",this.onSelectionChange)}update(e){this.editContext&&(this.editContext.update(e),e.startState.facet(Ti)!=e.state.facet(Ti)&&(e.view.contentDOM.editContext=e.state.facet(Ti)?this.editContext.editContext:null))}destroy(){var e,n,r;this.stop(),(e=this.intersection)===null||e===void 0||e.disconnect(),(n=this.gapIntersection)===null||n===void 0||n.disconnect(),(r=this.resizeScroll)===null||r===void 0||r.disconnect();for(let i of this.scrollTargets)i.removeEventListener("scroll",this.onScroll);this.removeWindowListeners(this.win),clearTimeout(this.parentCheck),clearTimeout(this.resizeTimeout),this.win.cancelAnimationFrame(this.delayedFlush),this.win.cancelAnimationFrame(this.flushingAndroidKey),this.editContext&&(this.view.contentDOM.editContext=null,this.editContext.destroy())}}function py(t,e,n){for(;e;){let r=Tt.get(e);if(r&&r.parent==t)return r;let i=e.parentNode;e=i!=t.dom?i:n>0?e.nextSibling:e.previousSibling}return null}function gy(t,e){let n=e.startContainer,r=e.startOffset,i=e.endContainer,l=e.endOffset,o=t.docView.domAtPos(t.state.selection.main.anchor,1);return vc(o.node,o.offset,i,l)&&([n,r,i,l]=[i,l,n,r]),{anchorNode:n,anchorOffset:r,focusNode:i,focusOffset:l}}function dR(t,e){if(e.getComposedRanges){let i=e.getComposedRanges(t.root)[0];if(i)return gy(t,i)}let n=null;function r(i){i.preventDefault(),i.stopImmediatePropagation(),n=i.getTargetRanges()[0]}return t.contentDOM.addEventListener("beforeinput",r,!0),t.dom.ownerDocument.execCommand("indent"),t.contentDOM.removeEventListener("beforeinput",r,!0),n?gy(t,n):null}class mR{constructor(e){this.from=0,this.to=0,this.pendingContextChange=null,this.handlers=Object.create(null),this.composing=null,this.resetRange(e.state);let n=this.editContext=new window.EditContext({text:e.state.doc.sliceString(this.from,this.to),selectionStart:this.toContextPos(Math.max(this.from,Math.min(this.to,e.state.selection.main.anchor))),selectionEnd:this.toContextPos(e.state.selection.main.head)});this.handlers.textupdate=r=>{let i=e.state.selection.main,{anchor:l,head:o}=i,c=this.toEditorPos(r.updateRangeStart),f=this.toEditorPos(r.updateRangeEnd);e.inputState.composing>=0&&!this.composing&&(this.composing={contextBase:r.updateRangeStart,editorBase:c,drifted:!1});let m=f-c>r.text.length;c==this.from&&l<this.from?c=l:f==this.to&&l>this.to&&(f=l);let p=x7(e.state.sliceDoc(c,f),r.text,(m?i.from:i.to)-c,m?"end":null);if(!p){let y=fe.single(this.toEditorPos(r.selectionStart),this.toEditorPos(r.selectionEnd));D1(y,i)||e.dispatch({selection:y,userEvent:"select"});return}let g={from:p.from+c,to:p.toA+c,insert:Ue.of(r.text.slice(p.from,p.toB).split(`
|
|
102
|
-
`))};if((xe.mac||xe.android)&&g.from==o-1&&/^\. ?$/.test(r.text)&&e.contentDOM.getAttribute("autocorrect")=="off"&&(g={from:c,to:f,insert:Ue.of([r.text.replace("."," ")])}),this.pendingContextChange=g,!e.state.readOnly){let y=this.to-this.from+(g.to-g.from+g.insert.length);Ag(e,g,fe.single(this.toEditorPos(r.selectionStart,y),this.toEditorPos(r.selectionEnd,y)))}this.pendingContextChange&&(this.revertPending(e.state),this.setSelection(e.state)),g.from<g.to&&!g.insert.length&&e.inputState.composing>=0&&!/[\\p{Alphabetic}\\p{Number}_]/.test(n.text.slice(Math.max(0,r.updateRangeStart-1),Math.min(n.text.length,r.updateRangeStart+1)))&&this.handlers.compositionend(r)},this.handlers.characterboundsupdate=r=>{let i=[],l=null;for(let o=this.toEditorPos(r.rangeStart),c=this.toEditorPos(r.rangeEnd);o<c;o++){let f=e.coordsForChar(o);l=f&&new DOMRect(f.left,f.top,f.right-f.left,f.bottom-f.top)||l||new DOMRect,i.push(l)}n.updateCharacterBounds(r.rangeStart,i)},this.handlers.textformatupdate=r=>{let i=[];for(let l of r.getTextFormats()){let o=l.underlineStyle,c=l.underlineThickness;if(!/none/i.test(o)&&!/none/i.test(c)){let f=this.toEditorPos(l.rangeStart),m=this.toEditorPos(l.rangeEnd);if(f<m){let p=`text-decoration: underline ${/^[a-z]/.test(o)?o+" ":o=="Dashed"?"dashed ":o=="Squiggle"?"wavy ":""}${/thin/i.test(c)?1:2}px`;i.push(Ze.mark({attributes:{style:p}}).range(f,m))}}}e.dispatch({effects:s7.of(Ze.set(i))})},this.handlers.compositionstart=()=>{e.inputState.composing<0&&(e.inputState.composing=0,e.inputState.compositionFirstChange=!0)},this.handlers.compositionend=()=>{if(e.inputState.composing=-1,e.inputState.compositionFirstChange=null,this.composing){let{drifted:r}=this.composing;this.composing=null,r&&this.reset(e.state)}};for(let r in this.handlers)n.addEventListener(r,this.handlers[r]);this.measureReq={read:r=>{this.editContext.updateControlBounds(r.contentDOM.getBoundingClientRect());let i=Lc(r.root);i&&i.rangeCount&&this.editContext.updateSelectionBounds(i.getRangeAt(0).getBoundingClientRect())}}}applyEdits(e){let n=0,r=!1,i=this.pendingContextChange;return e.changes.iterChanges((l,o,c,f,m)=>{if(r)return;let p=m.length-(o-l);if(i&&o>=i.to)if(i.from==l&&i.to==o&&i.insert.eq(m)){i=this.pendingContextChange=null,n+=p,this.to+=p;return}else i=null,this.revertPending(e.state);if(l+=n,o+=n,o<=this.from)this.from+=p,this.to+=p;else if(l<this.to){if(l<this.from||o>this.to||this.to-this.from+m.length>3e4){r=!0;return}this.editContext.updateText(this.toContextPos(l),this.toContextPos(o),m.toString()),this.to+=p}n+=p}),i&&!r&&this.revertPending(e.state),!r}update(e){let n=this.pendingContextChange,r=e.startState.selection.main;this.composing&&(this.composing.drifted||!e.changes.touchesRange(r.from,r.to)&&e.transactions.some(i=>!i.isUserEvent("input.type")&&i.changes.touchesRange(this.from,this.to)))?(this.composing.drifted=!0,this.composing.editorBase=e.changes.mapPos(this.composing.editorBase)):!this.applyEdits(e)||!this.rangeIsValid(e.state)?(this.pendingContextChange=null,this.reset(e.state)):(e.docChanged||e.selectionSet||n)&&this.setSelection(e.state),(e.geometryChanged||e.docChanged||e.selectionSet)&&e.view.requestMeasure(this.measureReq)}resetRange(e){let{head:n}=e.selection.main;this.from=Math.max(0,n-1e4),this.to=Math.min(e.doc.length,n+1e4)}reset(e){this.resetRange(e),this.editContext.updateText(0,this.editContext.text.length,e.doc.sliceString(this.from,this.to)),this.setSelection(e)}revertPending(e){let n=this.pendingContextChange;this.pendingContextChange=null,this.editContext.updateText(this.toContextPos(n.from),this.toContextPos(n.from+n.insert.length),e.doc.sliceString(n.from,n.to))}setSelection(e){let{main:n}=e.selection,r=this.toContextPos(Math.max(this.from,Math.min(this.to,n.anchor))),i=this.toContextPos(n.head);(this.editContext.selectionStart!=r||this.editContext.selectionEnd!=i)&&this.editContext.updateSelection(r,i)}rangeIsValid(e){let{head:n}=e.selection.main;return!(this.from>0&&n-this.from<500||this.to<e.doc.length&&this.to-n<500||this.to-this.from>1e4*3)}toEditorPos(e,n=this.to-this.from){e=Math.min(e,n);let r=this.composing;return r&&r.drifted?r.editorBase+(e-r.contextBase):e+this.from}toContextPos(e){let n=this.composing;return n&&n.drifted?n.contextBase+(e-n.editorBase):e-this.from}destroy(){for(let e in this.handlers)this.editContext.removeEventListener(e,this.handlers[e])}}class ve{get state(){return this.viewState.state}get viewport(){return this.viewState.viewport}get visibleRanges(){return this.viewState.visibleRanges}get inView(){return this.viewState.inView}get composing(){return!!this.inputState&&this.inputState.composing>0}get compositionStarted(){return!!this.inputState&&this.inputState.composing>=0}get root(){return this._root}get win(){return this.dom.ownerDocument.defaultView||window}constructor(e={}){var n;this.plugins=[],this.pluginMap=new Map,this.editorAttrs={},this.contentAttrs={},this.bidiCache=[],this.destroyed=!1,this.updateState=2,this.measureScheduled=-1,this.measureRequests=[],this.contentDOM=document.createElement("div"),this.scrollDOM=document.createElement("div"),this.scrollDOM.tabIndex=-1,this.scrollDOM.className="cm-scroller",this.scrollDOM.appendChild(this.contentDOM),this.announceDOM=document.createElement("div"),this.announceDOM.className="cm-announced",this.announceDOM.setAttribute("aria-live","polite"),this.dom=document.createElement("div"),this.dom.appendChild(this.announceDOM),this.dom.appendChild(this.scrollDOM),e.parent&&e.parent.appendChild(this.dom);let{dispatch:r}=e;this.dispatchTransactions=e.dispatchTransactions||r&&(i=>i.forEach(l=>r(l,this)))||(i=>this.update(i)),this.dispatch=this.dispatch.bind(this),this._root=e.root||XP(e.parent)||document,this.viewState=new hy(this,e.state||Ie.create(e)),e.scrollTo&&e.scrollTo.is(N0)&&(this.viewState.scrollTarget=e.scrollTo.value.clip(this.viewState.state)),this.plugins=this.state.facet(ks).map(i=>new Qm(i));for(let i of this.plugins)i.update(this);this.observer=new hR(this),this.inputState=new Rj(this),this.inputState.ensureHandlers(this.plugins),this.docView=new Jx(this),this.mountStyles(),this.updateAttrs(),this.updateState=0,this.requestMeasure(),!((n=document.fonts)===null||n===void 0)&&n.ready&&document.fonts.ready.then(()=>{this.viewState.mustMeasureContent="refresh",this.requestMeasure()})}dispatch(...e){let n=e.length==1&&e[0]instanceof Xt?e:e.length==1&&Array.isArray(e[0])?e[0]:[this.state.update(...e)];this.dispatchTransactions(n,this)}update(e){if(this.updateState!=0)throw new Error("Calls to EditorView.update are not allowed while an update is in progress");let n=!1,r=!1,i,l=this.state;for(let y of e){if(y.startState!=l)throw new RangeError("Trying to update state with a transaction that doesn't start from the previous state.");l=y.state}if(this.destroyed){this.viewState.state=l;return}let o=this.hasFocus,c=0,f=null;e.some(y=>y.annotation(A7))?(this.inputState.notifiedFocused=o,c=1):o!=this.inputState.notifiedFocused&&(this.inputState.notifiedFocused=o,f=k7(l,o),f||(c=1));let m=this.observer.delayedAndroidKey,p=null;if(m?(this.observer.clearDelayedAndroidKey(),p=this.observer.readChange(),(p&&!this.state.doc.eq(l.doc)||!this.state.selection.eq(l.selection))&&(p=null)):this.observer.clear(),l.facet(Ie.phrases)!=this.state.facet(Ie.phrases))return this.setState(l);i=V1.create(this,l,e),i.flags|=c;let g=this.viewState.scrollTarget;try{this.updateState=2;for(let y of e){if(g&&(g=g.map(y.changes)),y.scrollIntoView){let{main:v}=y.state.selection;g=new Rs(v.empty?v:fe.cursor(v.head,v.head>v.anchor?-1:1))}for(let v of y.effects)v.is(N0)&&(g=v.value.clip(this.state))}this.viewState.update(i,g),this.bidiCache=z1.update(this.bidiCache,i.changes),i.empty||(this.updatePlugins(i),this.inputState.update(i)),n=this.docView.update(i),this.state.facet(hc)!=this.styleModules&&this.mountStyles(),r=this.updateAttrs(),this.showAnnouncements(e),this.docView.updateSelection(n,e.some(y=>y.isUserEvent("select.pointer")))}finally{this.updateState=0}if(i.startState.facet(z0)!=i.state.facet(z0)&&(this.viewState.mustMeasureContent=!0),(n||r||g||this.viewState.mustEnforceCursorAssoc||this.viewState.mustMeasureContent)&&this.requestMeasure(),n&&this.docViewUpdate(),!i.empty)for(let y of this.state.facet(pp))try{y(i)}catch(v){qr(this.state,v,"update listener")}(f||p)&&Promise.resolve().then(()=>{f&&this.state==f.startState&&this.dispatch(f),p&&!O7(this,p)&&m.force&&js(this.contentDOM,m.key,m.keyCode)})}setState(e){if(this.updateState!=0)throw new Error("Calls to EditorView.setState are not allowed while an update is in progress");if(this.destroyed){this.viewState.state=e;return}this.updateState=2;let n=this.hasFocus;try{for(let r of this.plugins)r.destroy(this);this.viewState=new hy(this,e),this.plugins=e.facet(ks).map(r=>new Qm(r)),this.pluginMap.clear();for(let r of this.plugins)r.update(this);this.docView.destroy(),this.docView=new Jx(this),this.inputState.ensureHandlers(this.plugins),this.mountStyles(),this.updateAttrs(),this.bidiCache=[]}finally{this.updateState=0}n&&this.focus(),this.requestMeasure()}updatePlugins(e){let n=e.startState.facet(ks),r=e.state.facet(ks);if(n!=r){let i=[];for(let l of r){let o=n.indexOf(l);if(o<0)i.push(new Qm(l));else{let c=this.plugins[o];c.mustUpdate=e,i.push(c)}}for(let l of this.plugins)l.mustUpdate!=e&&l.destroy(this);this.plugins=i,this.pluginMap.clear()}else for(let i of this.plugins)i.mustUpdate=e;for(let i=0;i<this.plugins.length;i++)this.plugins[i].update(this);n!=r&&this.inputState.ensureHandlers(this.plugins)}docViewUpdate(){for(let e of this.plugins){let n=e.value;if(n&&n.docViewUpdate)try{n.docViewUpdate(this)}catch(r){qr(this.state,r,"doc view update listener")}}}measure(e=!0){if(this.destroyed)return;if(this.measureScheduled>-1&&this.win.cancelAnimationFrame(this.measureScheduled),this.observer.delayedAndroidKey){this.measureScheduled=-1,this.requestMeasure();return}this.measureScheduled=0,e&&this.observer.forceFlush();let n=null,r=this.viewState.scrollParent,i=this.viewState.getScrollOffset(),{scrollAnchorPos:l,scrollAnchorHeight:o}=this.viewState;Math.abs(i-this.viewState.scrollOffset)>1&&(o=-1),this.viewState.scrollAnchorHeight=-1;try{for(let c=0;;c++){if(o<0)if(BS(r||this.win))l=-1,o=this.viewState.heightMap.height;else{let v=this.viewState.scrollAnchorAt(i);l=v.from,o=v.top}this.updateState=1;let f=this.viewState.measure();if(!f&&!this.measureRequests.length&&this.viewState.scrollTarget==null)break;if(c>5){console.warn(this.measureRequests.length?"Measure loop restarted more than 5 times":"Viewport failed to stabilize");break}let m=[];f&4||([this.measureRequests,m]=[m,this.measureRequests]);let p=m.map(v=>{try{return v.read(this)}catch(S){return qr(this.state,S),Oy}}),g=V1.create(this,this.state,[]),y=!1;g.flags|=f,n?n.flags|=f:n=g,this.updateState=2,g.empty||(this.updatePlugins(g),this.inputState.update(g),this.updateAttrs(),y=this.docView.update(g),y&&this.docViewUpdate());for(let v=0;v<m.length;v++)if(p[v]!=Oy)try{let S=m[v];S.write&&S.write(p[v],this)}catch(S){qr(this.state,S)}if(y&&this.docView.updateSelection(!0),!g.viewportChanged&&this.measureRequests.length==0){if(this.viewState.editorHeight)if(this.viewState.scrollTarget){this.docView.scrollIntoView(this.viewState.scrollTarget),this.viewState.scrollTarget=null,o=-1;continue}else{let S=((l<0?this.viewState.heightMap.height:this.viewState.lineBlockAt(l).top)-o)/this.scaleY;if((S>1||S<-1)&&(r==this.scrollDOM||this.hasFocus||Math.max(this.inputState.lastWheelEvent,this.inputState.lastTouchTime)>Date.now()-100)){i=i+S,r?r.scrollTop+=S:this.win.scrollBy(0,S),o=-1;continue}}break}}}finally{this.updateState=0,this.measureScheduled=-1}if(n&&!n.empty)for(let c of this.state.facet(pp))c(n)}get themeClasses(){return bp+" "+(this.state.facet(yp)?$7:E7)+" "+this.state.facet(z0)}updateAttrs(){let e=xy(this,o7,{class:"cm-editor"+(this.hasFocus?" cm-focused ":" ")+this.themeClasses}),n={spellcheck:"false",autocorrect:"off",autocapitalize:"off",writingsuggestions:"false",translate:"no",contenteditable:this.state.facet(Ti)?"true":"false",class:"cm-content",style:`${xe.tabSize}: ${this.state.tabSize}`,role:"textbox","aria-multiline":"true"};this.state.readOnly&&(n["aria-readonly"]="true"),xy(this,Sg,n);let r=this.observer.ignore(()=>{let i=qx(this.contentDOM,this.contentAttrs,n),l=qx(this.dom,this.editorAttrs,e);return i||l});return this.editorAttrs=e,this.contentAttrs=n,r}showAnnouncements(e){let n=!0;for(let r of e)for(let i of r.effects)if(i.is(ve.announce)){n&&(this.announceDOM.textContent=""),n=!1;let l=this.announceDOM.appendChild(document.createElement("div"));l.textContent=i.value}}mountStyles(){this.styleModules=this.state.facet(hc);let e=this.state.facet(ve.cspNonce);Ma.mount(this.root,this.styleModules.concat(uR).reverse(),e?{nonce:e}:void 0)}readMeasured(){if(this.updateState==2)throw new Error("Reading the editor layout isn't allowed during an update");this.updateState==0&&this.measureScheduled>-1&&this.measure(!1)}requestMeasure(e){if(this.measureScheduled<0&&(this.measureScheduled=this.win.requestAnimationFrame(()=>this.measure())),e){if(this.measureRequests.indexOf(e)>-1)return;if(e.key!=null){for(let n=0;n<this.measureRequests.length;n++)if(this.measureRequests[n].key===e.key){this.measureRequests[n]=e;return}}this.measureRequests.push(e)}}plugin(e){let n=this.pluginMap.get(e);return(n===void 0||n&&n.plugin!=e)&&this.pluginMap.set(e,n=this.plugins.find(r=>r.plugin==e)||null),n&&n.update(this).value}get documentTop(){return this.contentDOM.getBoundingClientRect().top+this.viewState.paddingTop}get documentPadding(){return{top:this.viewState.paddingTop,bottom:this.viewState.paddingBottom}}get scaleX(){return this.viewState.scaleX}get scaleY(){return this.viewState.scaleY}elementAtHeight(e){return this.readMeasured(),this.viewState.elementAtHeight(e)}lineBlockAtHeight(e){return this.readMeasured(),this.viewState.lineBlockAtHeight(e)}get viewportLineBlocks(){return this.viewState.viewportLines}lineBlockAt(e){return this.viewState.lineBlockAt(e)}get contentHeight(){return this.viewState.contentHeight}moveByChar(e,n,r){return jm(this,e,ey(this,e,n,r))}moveByGroup(e,n){return jm(this,e,ey(this,e,n,r=>kj(this,e.head,r)))}visualLineSide(e,n){let r=this.bidiSpans(e),i=this.textDirectionAt(e.from),l=r[n?r.length-1:0];return fe.cursor(l.side(n,i)+e.from,l.forward(!n,i)?1:-1)}moveToLineBoundary(e,n,r=!0){return Aj(this,e,n,r)}moveVertically(e,n,r){return jm(this,e,Tj(this,e,n,r))}domAtPos(e,n=1){return this.docView.domAtPos(e,n)}posAtDOM(e,n=0){return this.docView.posFromDOM(e,n)}posAtCoords(e,n=!0){this.readMeasured();let r=Op(this,e,n);return r&&r.pos}posAndSideAtCoords(e,n=!0){return this.readMeasured(),Op(this,e,n)}coordsAtPos(e,n=1){this.readMeasured();let r=this.docView.coordsAt(e,n);if(!r||r.left==r.right)return r;let i=this.state.doc.lineAt(e),l=this.bidiSpans(i),o=l[Fr.find(l,e-i.from,-1,n)];return N1(r,o.dir==Pt.LTR==n>0)}coordsForChar(e){return this.readMeasured(),this.docView.coordsForChar(e)}get defaultCharacterWidth(){return this.viewState.heightOracle.charWidth}get defaultLineHeight(){return this.viewState.heightOracle.lineHeight}get textDirection(){return this.viewState.defaultTextDirection}textDirectionAt(e){return!this.state.facet(a7)||e<this.viewport.from||e>this.viewport.to?this.textDirection:(this.readMeasured(),this.docView.textDirectionAt(e))}get lineWrapping(){return this.viewState.heightOracle.lineWrapping}bidiSpans(e){if(e.length>pR)return WS(e.length);let n=this.textDirectionAt(e.from),r;for(let l of this.bidiCache)if(l.from==e.from&&l.dir==n&&(l.fresh||GS(l.isolates,r=Gx(this,e))))return l.order;r||(r=Gx(this,e));let i=IP(e.text,n,r);return this.bidiCache.push(new z1(e.from,e.to,n,r,!0,i)),i}get hasFocus(){var e;return(this.dom.ownerDocument.hasFocus()||xe.safari&&((e=this.inputState)===null||e===void 0?void 0:e.lastContextMenu)>Date.now()-3e4)&&this.root.activeElement==this.contentDOM}focus(){this.observer.ignore(()=>{YS(this.contentDOM),this.docView.updateSelection()})}setRoot(e){this._root!=e&&(this._root=e,this.observer.setWindow((e.nodeType==9?e:e.ownerDocument).defaultView||window),this.mountStyles())}destroy(){this.root.activeElement==this.contentDOM&&this.contentDOM.blur();for(let e of this.plugins)e.destroy(this);this.plugins=[],this.inputState.destroy(),this.docView.destroy(),this.dom.remove(),this.observer.destroy(),this.measureScheduled>-1&&this.win.cancelAnimationFrame(this.measureScheduled),this.destroyed=!0}static scrollIntoView(e,n={}){return N0.of(new Rs(typeof e=="number"?fe.cursor(e):e,n.y,n.x,n.yMargin,n.xMargin))}scrollSnapshot(){let{scrollTop:e,scrollLeft:n}=this.scrollDOM,r=this.viewState.scrollAnchorAt(e);return N0.of(new Rs(fe.cursor(r.from),"start","start",r.top-e,n,!0))}setTabFocusMode(e){e==null?this.inputState.tabFocusMode=this.inputState.tabFocusMode<0?0:-1:typeof e=="boolean"?this.inputState.tabFocusMode=e?0:-1:this.inputState.tabFocusMode!=0&&(this.inputState.tabFocusMode=Date.now()+e)}static domEventHandlers(e){return Vn.define(()=>({}),{eventHandlers:e})}static domEventObservers(e){return Vn.define(()=>({}),{eventObservers:e})}static theme(e,n){let r=Ma.newName(),i=[z0.of(r),hc.of(vp(`.${r}`,e))];return n&&n.dark&&i.push(yp.of(!0)),i}static baseTheme(e){return eu.lowest(hc.of(vp("."+bp,e,Q7)))}static findFromDOM(e){var n;let r=e.querySelector(".cm-content"),i=r&&Tt.get(r)||Tt.get(e);return((n=i==null?void 0:i.root)===null||n===void 0?void 0:n.view)||null}}ve.styleModule=hc;ve.inputHandler=r7;ve.clipboardInputFilter=bg;ve.clipboardOutputFilter=vg;ve.scrollHandler=l7;ve.focusChangeEffect=i7;ve.perLineTextDirection=a7;ve.exceptionSink=n7;ve.updateListener=pp;ve.editable=Ti;ve.mouseSelectionStyle=t7;ve.dragMovesSelection=e7;ve.clickAddsSelectionRange=JS;ve.decorations=Cf;ve.blockWrappers=c7;ve.outerDecorations=wg;ve.atomicRanges=ru;ve.bidiIsolatedRanges=u7;ve.scrollMargins=f7;ve.darkTheme=yp;ve.cspNonce=Se.define({combine:t=>t.length?t[0]:""});ve.contentAttributes=Sg;ve.editorAttributes=o7;ve.lineWrapping=ve.contentAttributes.of({class:"cm-lineWrapping"});ve.announce=We.define();const pR=4096,Oy={};class z1{constructor(e,n,r,i,l,o){this.from=e,this.to=n,this.dir=r,this.isolates=i,this.fresh=l,this.order=o}static update(e,n){if(n.empty&&!e.some(l=>l.fresh))return e;let r=[],i=e.length?e[e.length-1].dir:Pt.LTR;for(let l=Math.max(0,e.length-10);l<e.length;l++){let o=e[l];o.dir==i&&!n.touchesRange(o.from,o.to)&&r.push(new z1(n.mapPos(o.from,1),n.mapPos(o.to,-1),o.dir,o.isolates,!1,o.order))}return r}}function xy(t,e,n){for(let r=t.state.facet(e),i=r.length-1;i>=0;i--){let l=r[i],o=typeof l=="function"?l(t):l;o&&Og(o,n)}return n}const gR=xe.mac?"mac":xe.windows?"win":xe.linux?"linux":"key";function OR(t,e){const n=t.split(/-(?!$)/);let r=n[n.length-1];r=="Space"&&(r=" ");let i,l,o,c;for(let f=0;f<n.length-1;++f){const m=n[f];if(/^(cmd|meta|m)$/i.test(m))c=!0;else if(/^a(lt)?$/i.test(m))i=!0;else if(/^(c|ctrl|control)$/i.test(m))l=!0;else if(/^s(hift)?$/i.test(m))o=!0;else if(/^mod$/i.test(m))e=="mac"?c=!0:l=!0;else throw new Error("Unrecognized modifier name: "+m)}return i&&(r="Alt-"+r),l&&(r="Ctrl-"+r),c&&(r="Meta-"+r),o&&(r="Shift-"+r),r}function H0(t,e,n){return e.altKey&&(t="Alt-"+t),e.ctrlKey&&(t="Ctrl-"+t),e.metaKey&&(t="Meta-"+t),n!==!1&&e.shiftKey&&(t="Shift-"+t),t}const xR=eu.default(ve.domEventHandlers({keydown(t,e){return Z7(C7(e.state),t,e,"editor")}})),Mg=Se.define({enables:xR}),yy=new WeakMap;function C7(t){let e=t.facet(Mg),n=yy.get(e);return n||yy.set(e,n=vR(e.reduce((r,i)=>r.concat(i),[]))),n}function yR(t,e,n){return Z7(C7(t.state),e,t,n)}let xa=null;const bR=4e3;function vR(t,e=gR){let n=Object.create(null),r=Object.create(null),i=(o,c)=>{let f=r[o];if(f==null)r[o]=c;else if(f!=c)throw new Error("Key binding "+o+" is used both as a regular binding and as a multi-stroke prefix")},l=(o,c,f,m,p)=>{var g,y;let v=n[o]||(n[o]=Object.create(null)),S=c.split(/ (?!$)/).map(A=>OR(A,e));for(let A=1;A<S.length;A++){let E=S.slice(0,A).join(" ");i(E,!0),v[E]||(v[E]={preventDefault:!0,stopPropagation:!1,run:[Q=>{let C=xa={view:Q,prefix:E,scope:o};return setTimeout(()=>{xa==C&&(xa=null)},bR),!0}]})}let w=S.join(" ");i(w,!1);let k=v[w]||(v[w]={preventDefault:!1,stopPropagation:!1,run:((y=(g=v._any)===null||g===void 0?void 0:g.run)===null||y===void 0?void 0:y.slice())||[]});f&&k.run.push(f),m&&(k.preventDefault=!0),p&&(k.stopPropagation=!0)};for(let o of t){let c=o.scope?o.scope.split(" "):["editor"];if(o.any)for(let m of c){let p=n[m]||(n[m]=Object.create(null));p._any||(p._any={preventDefault:!1,stopPropagation:!1,run:[]});let{any:g}=o;for(let y in p)p[y].run.push(v=>g(v,Sp))}let f=o[e]||o.key;if(f)for(let m of c)l(m,f,o.run,o.preventDefault,o.stopPropagation),o.shift&&l(m,"Shift-"+f,o.shift,o.preventDefault,o.stopPropagation)}return n}let Sp=null;function Z7(t,e,n,r){Sp=e;let i=PP(e),l=kl(i,0),o=Jc(l)==i.length&&i!=" ",c="",f=!1,m=!1,p=!1;xa&&xa.view==n&&xa.scope==r&&(c=xa.prefix+" ",b7.indexOf(e.keyCode)<0&&(m=!0,xa=null));let g=new Set,y=k=>{if(k){for(let A of k.run)if(!g.has(A)&&(g.add(A),A(n)))return k.stopPropagation&&(p=!0),!0;k.preventDefault&&(k.stopPropagation&&(p=!0),m=!0)}return!1},v=t[r],S,w;return v&&(y(v[c+H0(i,e,!o)])?f=!0:o&&(e.altKey||e.metaKey||e.ctrlKey)&&!(xe.windows&&e.ctrlKey&&e.altKey)&&!(xe.mac&&e.altKey&&!(e.ctrlKey||e.metaKey))&&(S=Ea[e.keyCode])&&S!=i?(y(v[c+H0(S,e,!0)])||e.shiftKey&&(w=Nc[e.keyCode])!=i&&w!=S&&y(v[c+H0(w,e,!1)]))&&(f=!0):o&&e.shiftKey&&y(v[c+H0(i,e,!0)])&&(f=!0),!f&&y(v._any)&&(f=!0)),m&&(f=!0),f&&p&&e.stopPropagation(),Sp=null,f}function SR(){return AR}const wR=Ze.line({class:"cm-activeLine"}),AR=Vn.fromClass(class{constructor(t){this.decorations=this.getDeco(t)}update(t){(t.docChanged||t.selectionSet)&&(this.decorations=this.getDeco(t.view))}getDeco(t){let e=-1,n=[];for(let r of t.state.selection.ranges){let i=t.lineBlockAt(r.head);i.from>e&&(n.push(wR.range(i.from)),e=i.from)}return Ze.set(n)}},{decorations:t=>t.decorations}),by=Se.define({combine(t){let e,n;for(let r of t)e=e||r.topContainer,n=n||r.bottomContainer;return{topContainer:e,bottomContainer:n}}});function P7(t,e){let n=t.plugin(j7),r=n?n.specs.indexOf(e):-1;return r>-1?n.panels[r]:null}const j7=Vn.fromClass(class{constructor(t){this.input=t.state.facet(H1),this.specs=this.input.filter(n=>n),this.panels=this.specs.map(n=>n(t));let e=t.state.facet(by);this.top=new Y0(t,!0,e.topContainer),this.bottom=new Y0(t,!1,e.bottomContainer),this.top.sync(this.panels.filter(n=>n.top)),this.bottom.sync(this.panels.filter(n=>!n.top));for(let n of this.panels)n.dom.classList.add("cm-panel"),n.mount&&n.mount()}update(t){let e=t.state.facet(by);this.top.container!=e.topContainer&&(this.top.sync([]),this.top=new Y0(t.view,!0,e.topContainer)),this.bottom.container!=e.bottomContainer&&(this.bottom.sync([]),this.bottom=new Y0(t.view,!1,e.bottomContainer)),this.top.syncClasses(),this.bottom.syncClasses();let n=t.state.facet(H1);if(n!=this.input){let r=n.filter(f=>f),i=[],l=[],o=[],c=[];for(let f of r){let m=this.specs.indexOf(f),p;m<0?(p=f(t.view),c.push(p)):(p=this.panels[m],p.update&&p.update(t)),i.push(p),(p.top?l:o).push(p)}this.specs=r,this.panels=i,this.top.sync(l),this.bottom.sync(o);for(let f of c)f.dom.classList.add("cm-panel"),f.mount&&f.mount()}else for(let r of this.panels)r.update&&r.update(t)}destroy(){this.top.sync([]),this.bottom.sync([])}},{provide:t=>ve.scrollMargins.of(e=>{let n=e.plugin(t);return n&&{top:n.top.scrollMargin(),bottom:n.bottom.scrollMargin()}})});class Y0{constructor(e,n,r){this.view=e,this.top=n,this.container=r,this.dom=void 0,this.classes="",this.panels=[],this.syncClasses()}sync(e){for(let n of this.panels)n.destroy&&e.indexOf(n)<0&&n.destroy();this.panels=e,this.syncDOM()}syncDOM(){if(this.panels.length==0){this.dom&&(this.dom.remove(),this.dom=void 0);return}if(!this.dom){this.dom=document.createElement("div"),this.dom.className=this.top?"cm-panels cm-panels-top":"cm-panels cm-panels-bottom",this.dom.style[this.top?"top":"bottom"]="0";let n=this.container||this.view.dom;n.insertBefore(this.dom,this.top?n.firstChild:null)}let e=this.dom.firstChild;for(let n of this.panels)if(n.dom.parentNode==this.dom){for(;e!=n.dom;)e=vy(e);e=e.nextSibling}else this.dom.insertBefore(n.dom,e);for(;e;)e=vy(e)}scrollMargin(){return!this.dom||this.container?0:Math.max(0,this.top?this.dom.getBoundingClientRect().bottom-Math.max(0,this.view.scrollDOM.getBoundingClientRect().top):Math.min(innerHeight,this.view.scrollDOM.getBoundingClientRect().bottom)-this.dom.getBoundingClientRect().top)}syncClasses(){if(!(!this.container||this.classes==this.view.themeClasses)){for(let e of this.classes.split(" "))e&&this.container.classList.remove(e);for(let e of(this.classes=this.view.themeClasses).split(" "))e&&this.container.classList.add(e)}}}function vy(t){let e=t.nextSibling;return t.remove(),e}const H1=Se.define({enables:j7});function kR(t,e){let n,r=new Promise(o=>n=o),i=o=>TR(o,e,n);t.state.field(Vm,!1)?t.dispatch({effects:R7.of(i)}):t.dispatch({effects:We.appendConfig.of(Vm.init(()=>[i]))});let l=N7.of(i);return{close:l,result:r.then(o=>((t.win.queueMicrotask||(f=>t.win.setTimeout(f,10)))(()=>{t.state.field(Vm).indexOf(i)>-1&&t.dispatch({effects:l})}),o))}}const Vm=Kn.define({create(){return[]},update(t,e){for(let n of e.effects)n.is(R7)?t=[n.value].concat(t):n.is(N7)&&(t=t.filter(r=>r!=n.value));return t},provide:t=>H1.computeN([t],e=>e.field(t))}),R7=We.define(),N7=We.define();function TR(t,e,n){let r=e.content?e.content(t,()=>o(null)):null;if(!r){if(r=Gt("form"),e.input){let c=Gt("input",e.input);/^(text|password|number|email|tel|url)$/.test(c.type)&&c.classList.add("cm-textfield"),c.name||(c.name="input"),r.appendChild(Gt("label",(e.label||"")+": ",c))}else r.appendChild(document.createTextNode(e.label||""));r.appendChild(document.createTextNode(" ")),r.appendChild(Gt("button",{class:"cm-button",type:"submit"},e.submitLabel||"OK"))}let i=r.nodeName=="FORM"?[r]:r.querySelectorAll("form");for(let c=0;c<i.length;c++){let f=i[c];f.addEventListener("keydown",m=>{m.keyCode==27?(m.preventDefault(),o(null)):m.keyCode==13&&(m.preventDefault(),o(f))}),f.addEventListener("submit",m=>{m.preventDefault(),o(f)})}let l=Gt("div",r,Gt("button",{onclick:()=>o(null),"aria-label":t.state.phrase("close"),class:"cm-dialog-close",type:"button"},["×"]));e.class&&(l.className=e.class),l.classList.add("cm-dialog");function o(c){l.contains(l.ownerDocument.activeElement)&&t.focus(),n(c)}return{dom:l,top:e.top,mount:()=>{if(e.focus){let c;typeof e.focus=="string"?c=r.querySelector(e.focus):c=r.querySelector("input")||r.querySelector("button"),c&&"select"in c?c.select():c&&"focus"in c&&c.focus()}}}}class Ni extends Ta{compare(e){return this==e||this.constructor==e.constructor&&this.eq(e)}eq(e){return!1}destroy(e){}}Ni.prototype.elementClass="";Ni.prototype.toDOM=void 0;Ni.prototype.mapMode=dn.TrackBefore;Ni.prototype.startSide=Ni.prototype.endSide=-1;Ni.prototype.point=!0;const g1=Se.define(),MR=Se.define(),ER={class:"",renderEmptyElements:!1,elementStyle:"",markers:()=>Xe.empty,lineMarker:()=>null,widgetMarker:()=>null,lineMarkerChange:null,initialSpacer:null,updateSpacer:null,domEventHandlers:{},side:"before"},wc=Se.define();function $R(t){return[V7(),wc.of({...ER,...t})]}const Sy=Se.define({combine:t=>t.some(e=>e)});function V7(t){return[QR]}const QR=Vn.fromClass(class{constructor(t){this.view=t,this.domAfter=null,this.prevViewport=t.viewport,this.dom=document.createElement("div"),this.dom.className="cm-gutters cm-gutters-before",this.dom.setAttribute("aria-hidden","true"),this.dom.style.minHeight=this.view.contentHeight/this.view.scaleY+"px",this.gutters=t.state.facet(wc).map(e=>new Ay(t,e)),this.fixed=!t.state.facet(Sy);for(let e of this.gutters)e.config.side=="after"?this.getDOMAfter().appendChild(e.dom):this.dom.appendChild(e.dom);this.fixed&&(this.dom.style.position="sticky"),this.syncGutters(!1),t.scrollDOM.insertBefore(this.dom,t.contentDOM)}getDOMAfter(){return this.domAfter||(this.domAfter=document.createElement("div"),this.domAfter.className="cm-gutters cm-gutters-after",this.domAfter.setAttribute("aria-hidden","true"),this.domAfter.style.minHeight=this.view.contentHeight/this.view.scaleY+"px",this.domAfter.style.position=this.fixed?"sticky":"",this.view.scrollDOM.appendChild(this.domAfter)),this.domAfter}update(t){if(this.updateGutters(t)){let e=this.prevViewport,n=t.view.viewport,r=Math.min(e.to,n.to)-Math.max(e.from,n.from);this.syncGutters(r<(n.to-n.from)*.8)}if(t.geometryChanged){let e=this.view.contentHeight/this.view.scaleY+"px";this.dom.style.minHeight=e,this.domAfter&&(this.domAfter.style.minHeight=e)}this.view.state.facet(Sy)!=!this.fixed&&(this.fixed=!this.fixed,this.dom.style.position=this.fixed?"sticky":"",this.domAfter&&(this.domAfter.style.position=this.fixed?"sticky":"")),this.prevViewport=t.view.viewport}syncGutters(t){let e=this.dom.nextSibling;t&&(this.dom.remove(),this.domAfter&&this.domAfter.remove());let n=Xe.iter(this.view.state.facet(g1),this.view.viewport.from),r=[],i=this.gutters.map(l=>new CR(l,this.view.viewport,-this.view.documentPadding.top));for(let l of this.view.viewportLineBlocks)if(r.length&&(r=[]),Array.isArray(l.type)){let o=!0;for(let c of l.type)if(c.type==Nn.Text&&o){wp(n,r,c.from);for(let f of i)f.line(this.view,c,r);o=!1}else if(c.widget)for(let f of i)f.widget(this.view,c)}else if(l.type==Nn.Text){wp(n,r,l.from);for(let o of i)o.line(this.view,l,r)}else if(l.widget)for(let o of i)o.widget(this.view,l);for(let l of i)l.finish();t&&(this.view.scrollDOM.insertBefore(this.dom,e),this.domAfter&&this.view.scrollDOM.appendChild(this.domAfter))}updateGutters(t){let e=t.startState.facet(wc),n=t.state.facet(wc),r=t.docChanged||t.heightChanged||t.viewportChanged||!Xe.eq(t.startState.facet(g1),t.state.facet(g1),t.view.viewport.from,t.view.viewport.to);if(e==n)for(let i of this.gutters)i.update(t)&&(r=!0);else{r=!0;let i=[];for(let l of n){let o=e.indexOf(l);o<0?i.push(new Ay(this.view,l)):(this.gutters[o].update(t),i.push(this.gutters[o]))}for(let l of this.gutters)l.dom.remove(),i.indexOf(l)<0&&l.destroy();for(let l of i)l.config.side=="after"?this.getDOMAfter().appendChild(l.dom):this.dom.appendChild(l.dom);this.gutters=i}return r}destroy(){for(let t of this.gutters)t.destroy();this.dom.remove(),this.domAfter&&this.domAfter.remove()}},{provide:t=>ve.scrollMargins.of(e=>{let n=e.plugin(t);if(!n||n.gutters.length==0||!n.fixed)return null;let r=n.dom.offsetWidth*e.scaleX,i=n.domAfter?n.domAfter.offsetWidth*e.scaleX:0;return e.textDirection==Pt.LTR?{left:r,right:i}:{right:r,left:i}})});function wy(t){return Array.isArray(t)?t:[t]}function wp(t,e,n){for(;t.value&&t.from<=n;)t.from==n&&e.push(t.value),t.next()}class CR{constructor(e,n,r){this.gutter=e,this.height=r,this.i=0,this.cursor=Xe.iter(e.markers,n.from)}addElement(e,n,r){let{gutter:i}=this,l=(n.top-this.height)/e.scaleY,o=n.height/e.scaleY;if(this.i==i.elements.length){let c=new L7(e,o,l,r);i.elements.push(c),i.dom.appendChild(c.dom)}else i.elements[this.i].update(e,o,l,r);this.height=n.bottom,this.i++}line(e,n,r){let i=[];wp(this.cursor,i,n.from),r.length&&(i=i.concat(r));let l=this.gutter.config.lineMarker(e,n,i);l&&i.unshift(l);let o=this.gutter;i.length==0&&!o.config.renderEmptyElements||this.addElement(e,n,i)}widget(e,n){let r=this.gutter.config.widgetMarker(e,n.widget,n),i=r?[r]:null;for(let l of e.state.facet(MR)){let o=l(e,n.widget,n);o&&(i||(i=[])).push(o)}i&&this.addElement(e,n,i)}finish(){let e=this.gutter;for(;e.elements.length>this.i;){let n=e.elements.pop();e.dom.removeChild(n.dom),n.destroy()}}}class Ay{constructor(e,n){this.view=e,this.config=n,this.elements=[],this.spacer=null,this.dom=document.createElement("div"),this.dom.className="cm-gutter"+(this.config.class?" "+this.config.class:"");for(let r in n.domEventHandlers)this.dom.addEventListener(r,i=>{let l=i.target,o;if(l!=this.dom&&this.dom.contains(l)){for(;l.parentNode!=this.dom;)l=l.parentNode;let f=l.getBoundingClientRect();o=(f.top+f.bottom)/2}else o=i.clientY;let c=e.lineBlockAtHeight(o-e.documentTop);n.domEventHandlers[r](e,c,i)&&i.preventDefault()});this.markers=wy(n.markers(e)),n.initialSpacer&&(this.spacer=new L7(e,0,0,[n.initialSpacer(e)]),this.dom.appendChild(this.spacer.dom),this.spacer.dom.style.cssText+="visibility: hidden; pointer-events: none")}update(e){let n=this.markers;if(this.markers=wy(this.config.markers(e.view)),this.spacer&&this.config.updateSpacer){let i=this.config.updateSpacer(this.spacer.markers[0],e);i!=this.spacer.markers[0]&&this.spacer.update(e.view,0,0,[i])}let r=e.view.viewport;return!Xe.eq(this.markers,n,r.from,r.to)||(this.config.lineMarkerChange?this.config.lineMarkerChange(e):!1)}destroy(){for(let e of this.elements)e.destroy()}}class L7{constructor(e,n,r,i){this.height=-1,this.above=0,this.markers=[],this.dom=document.createElement("div"),this.dom.className="cm-gutterElement",this.update(e,n,r,i)}update(e,n,r,i){this.height!=n&&(this.height=n,this.dom.style.height=n+"px"),this.above!=r&&(this.dom.style.marginTop=(this.above=r)?r+"px":""),ZR(this.markers,i)||this.setMarkers(e,i)}setMarkers(e,n){let r="cm-gutterElement",i=this.dom.firstChild;for(let l=0,o=0;;){let c=o,f=l<n.length?n[l++]:null,m=!1;if(f){let p=f.elementClass;p&&(r+=" "+p);for(let g=o;g<this.markers.length;g++)if(this.markers[g].compare(f)){c=g,m=!0;break}}else c=this.markers.length;for(;o<c;){let p=this.markers[o++];if(p.toDOM){p.destroy(i);let g=i.nextSibling;i.remove(),i=g}}if(!f)break;f.toDOM&&(m?i=i.nextSibling:this.dom.insertBefore(f.toDOM(e),i)),m&&o++}this.dom.className=r,this.markers=n}destroy(){this.setMarkers(null,[])}}function ZR(t,e){if(t.length!=e.length)return!1;for(let n=0;n<t.length;n++)if(!t[n].compare(e[n]))return!1;return!0}const PR=Se.define(),jR=Se.define(),Ts=Se.define({combine(t){return no(t,{formatNumber:String,domEventHandlers:{}},{domEventHandlers(e,n){let r=Object.assign({},e);for(let i in n){let l=r[i],o=n[i];r[i]=l?(c,f,m)=>l(c,f,m)||o(c,f,m):o}return r}})}});class Lm extends Ni{constructor(e){super(),this.number=e}eq(e){return this.number==e.number}toDOM(){return document.createTextNode(this.number)}}function _m(t,e){return t.state.facet(Ts).formatNumber(e,t.state)}const RR=wc.compute([Ts],t=>({class:"cm-lineNumbers",renderEmptyElements:!1,markers(e){return e.state.facet(PR)},lineMarker(e,n,r){return r.some(i=>i.toDOM)?null:new Lm(_m(e,e.state.doc.lineAt(n.from).number))},widgetMarker:(e,n,r)=>{for(let i of e.state.facet(jR)){let l=i(e,n,r);if(l)return l}return null},lineMarkerChange:e=>e.startState.facet(Ts)!=e.state.facet(Ts),initialSpacer(e){return new Lm(_m(e,ky(e.state.doc.lines)))},updateSpacer(e,n){let r=_m(n.view,ky(n.view.state.doc.lines));return r==e.number?e:new Lm(r)},domEventHandlers:t.facet(Ts).domEventHandlers,side:"before"}));function NR(t={}){return[Ts.of(t),V7(),RR]}function ky(t){let e=9;for(;e<t;)e=e*10+9;return e}const VR=new class extends Ni{constructor(){super(...arguments),this.elementClass="cm-activeLineGutter"}},LR=g1.compute(["selection"],t=>{let e=[],n=-1;for(let r of t.selection.ranges){let i=t.doc.lineAt(r.head).from;i>n&&(n=i,e.push(VR.range(i)))}return Xe.of(e)});function _R(){return LR}const _7=1024;let DR=0;class pr{constructor(e,n){this.from=e,this.to=n}}class Ne{constructor(e={}){this.id=DR++,this.perNode=!!e.perNode,this.deserialize=e.deserialize||(()=>{throw new Error("This node type doesn't define a deserialize function")}),this.combine=e.combine||null}add(e){if(this.perNode)throw new RangeError("Can't add per-node props to node types");return typeof e!="function"&&(e=Sn.match(e)),n=>{let r=e(n);return r===void 0?null:[this,r]}}}Ne.closedBy=new Ne({deserialize:t=>t.split(" ")});Ne.openedBy=new Ne({deserialize:t=>t.split(" ")});Ne.group=new Ne({deserialize:t=>t.split(" ")});Ne.isolate=new Ne({deserialize:t=>{if(t&&t!="rtl"&&t!="ltr"&&t!="auto")throw new RangeError("Invalid value for isolate: "+t);return t||"auto"}});Ne.contextHash=new Ne({perNode:!0});Ne.lookAhead=new Ne({perNode:!0});Ne.mounted=new Ne({perNode:!0});class Ns{constructor(e,n,r,i=!1){this.tree=e,this.overlay=n,this.parser=r,this.bracketed=i}static get(e){return e&&e.props&&e.props[Ne.mounted.id]}}const XR=Object.create(null);class Sn{constructor(e,n,r,i=0){this.name=e,this.props=n,this.id=r,this.flags=i}static define(e){let n=e.props&&e.props.length?Object.create(null):XR,r=(e.top?1:0)|(e.skipped?2:0)|(e.error?4:0)|(e.name==null?8:0),i=new Sn(e.name||"",n,e.id,r);if(e.props){for(let l of e.props)if(Array.isArray(l)||(l=l(i)),l){if(l[0].perNode)throw new RangeError("Can't store a per-node prop on a node type");n[l[0].id]=l[1]}}return i}prop(e){return this.props[e.id]}get isTop(){return(this.flags&1)>0}get isSkipped(){return(this.flags&2)>0}get isError(){return(this.flags&4)>0}get isAnonymous(){return(this.flags&8)>0}is(e){if(typeof e=="string"){if(this.name==e)return!0;let n=this.prop(Ne.group);return n?n.indexOf(e)>-1:!1}return this.id==e}static match(e){let n=Object.create(null);for(let r in e)for(let i of r.split(" "))n[i]=e[r];return r=>{for(let i=r.prop(Ne.group),l=-1;l<(i?i.length:0);l++){let o=n[l<0?r.name:i[l]];if(o)return o}}}}Sn.none=new Sn("",Object.create(null),0,8);class Eg{constructor(e){this.types=e;for(let n=0;n<e.length;n++)if(e[n].id!=n)throw new RangeError("Node type ids should correspond to array positions when creating a node set")}extend(...e){let n=[];for(let r of this.types){let i=null;for(let l of e){let o=l(r);if(o){i||(i=Object.assign({},r.props));let c=o[1],f=o[0];f.combine&&f.id in i&&(c=f.combine(i[f.id],c)),i[f.id]=c}}n.push(i?new Sn(r.name,i,r.id,r.flags):r)}return new Eg(n)}}const B0=new WeakMap,Ty=new WeakMap;var tt;(function(t){t[t.ExcludeBuffers=1]="ExcludeBuffers",t[t.IncludeAnonymous=2]="IncludeAnonymous",t[t.IgnoreMounts=4]="IgnoreMounts",t[t.IgnoreOverlays=8]="IgnoreOverlays",t[t.EnterBracketed=16]="EnterBracketed"})(tt||(tt={}));class xt{constructor(e,n,r,i,l){if(this.type=e,this.children=n,this.positions=r,this.length=i,this.props=null,l&&l.length){this.props=Object.create(null);for(let[o,c]of l)this.props[typeof o=="number"?o:o.id]=c}}toString(){let e=Ns.get(this);if(e&&!e.overlay)return e.tree.toString();let n="";for(let r of this.children){let i=r.toString();i&&(n&&(n+=","),n+=i)}return this.type.name?(/\W/.test(this.type.name)&&!this.type.isError?JSON.stringify(this.type.name):this.type.name)+(n.length?"("+n+")":""):n}cursor(e=0){return new Y1(this.topNode,e)}cursorAt(e,n=0,r=0){let i=B0.get(this)||this.topNode,l=new Y1(i);return l.moveTo(e,n),B0.set(this,l._tree),l}get topNode(){return new pn(this,0,0,null)}resolve(e,n=0){let r=Dc(B0.get(this)||this.topNode,e,n,!1);return B0.set(this,r),r}resolveInner(e,n=0){let r=Dc(Ty.get(this)||this.topNode,e,n,!0);return Ty.set(this,r),r}resolveStack(e,n=0){return YR(this,e,n)}iterate(e){let{enter:n,leave:r,from:i=0,to:l=this.length}=e,o=e.mode||0,c=(o&tt.IncludeAnonymous)>0;for(let f=this.cursor(o|tt.IncludeAnonymous);;){let m=!1;if(f.from<=l&&f.to>=i&&(!c&&f.type.isAnonymous||n(f)!==!1)){if(f.firstChild())continue;m=!0}for(;m&&r&&(c||!f.type.isAnonymous)&&r(f),!f.nextSibling();){if(!f.parent())return;m=!0}}}prop(e){return e.perNode?this.props?this.props[e.id]:void 0:this.type.prop(e)}get propValues(){let e=[];if(this.props)for(let n in this.props)e.push([+n,this.props[n]]);return e}balance(e={}){return this.children.length<=8?this:Cg(Sn.none,this.children,this.positions,0,this.children.length,0,this.length,(n,r,i)=>new xt(this.type,n,r,i,this.propValues),e.makeTree||((n,r,i)=>new xt(Sn.none,n,r,i)))}static build(e){return BR(e)}}xt.empty=new xt(Sn.none,[],[],0);class $g{constructor(e,n){this.buffer=e,this.index=n}get id(){return this.buffer[this.index-4]}get start(){return this.buffer[this.index-3]}get end(){return this.buffer[this.index-2]}get size(){return this.buffer[this.index-1]}get pos(){return this.index}next(){this.index-=4}fork(){return new $g(this.buffer,this.index)}}class Qa{constructor(e,n,r){this.buffer=e,this.length=n,this.set=r}get type(){return Sn.none}toString(){let e=[];for(let n=0;n<this.buffer.length;)e.push(this.childString(n)),n=this.buffer[n+3];return e.join(",")}childString(e){let n=this.buffer[e],r=this.buffer[e+3],i=this.set.types[n],l=i.name;if(/\W/.test(l)&&!i.isError&&(l=JSON.stringify(l)),e+=4,r==e)return l;let o=[];for(;e<r;)o.push(this.childString(e)),e=this.buffer[e+3];return l+"("+o.join(",")+")"}findChild(e,n,r,i,l){let{buffer:o}=this,c=-1;for(let f=e;f!=n&&!(D7(l,i,o[f+1],o[f+2])&&(c=f,r>0));f=o[f+3]);return c}slice(e,n,r){let i=this.buffer,l=new Uint16Array(n-e),o=0;for(let c=e,f=0;c<n;){l[f++]=i[c++],l[f++]=i[c++]-r;let m=l[f++]=i[c++]-r;l[f++]=i[c++]-e,o=Math.max(o,m)}return new Qa(l,o,this.set)}}function D7(t,e,n,r){switch(t){case-2:return n<e;case-1:return r>=e&&n<e;case 0:return n<e&&r>e;case 1:return n<=e&&r>e;case 2:return r>e;case 4:return!0}}function Dc(t,e,n,r){for(var i;t.from==t.to||(n<1?t.from>=e:t.from>e)||(n>-1?t.to<=e:t.to<e);){let o=!r&&t instanceof pn&&t.index<0?null:t.parent;if(!o)return t;t=o}let l=r?0:tt.IgnoreOverlays;if(r)for(let o=t,c=o.parent;c;o=c,c=o.parent)o instanceof pn&&o.index<0&&((i=c.enter(e,n,l))===null||i===void 0?void 0:i.from)!=o.from&&(t=c);for(;;){let o=t.enter(e,n,l);if(!o)return t;t=o}}class X7{cursor(e=0){return new Y1(this,e)}getChild(e,n=null,r=null){let i=My(this,e,n,r);return i.length?i[0]:null}getChildren(e,n=null,r=null){return My(this,e,n,r)}resolve(e,n=0){return Dc(this,e,n,!1)}resolveInner(e,n=0){return Dc(this,e,n,!0)}matchContext(e){return Ap(this.parent,e)}enterUnfinishedNodesBefore(e){let n=this.childBefore(e),r=this;for(;n;){let i=n.lastChild;if(!i||i.to!=n.to)break;i.type.isError&&i.from==i.to?(r=n,n=i.prevSibling):n=i}return r}get node(){return this}get next(){return this.parent}}class pn extends X7{constructor(e,n,r,i){super(),this._tree=e,this.from=n,this.index=r,this._parent=i}get type(){return this._tree.type}get name(){return this._tree.type.name}get to(){return this.from+this._tree.length}nextChild(e,n,r,i,l=0){for(let o=this;;){for(let{children:c,positions:f}=o._tree,m=n>0?c.length:-1;e!=m;e+=n){let p=c[e],g=f[e]+o.from,y;if(!(!(l&tt.EnterBracketed&&p instanceof xt&&(y=Ns.get(p))&&!y.overlay&&y.bracketed&&r>=g&&r<=g+p.length)&&!D7(i,r,g,g+p.length))){if(p instanceof Qa){if(l&tt.ExcludeBuffers)continue;let v=p.findChild(0,p.buffer.length,n,r-g,i);if(v>-1)return new Ur(new zR(o,p,e,g),null,v)}else if(l&tt.IncludeAnonymous||!p.type.isAnonymous||Qg(p)){let v;if(!(l&tt.IgnoreMounts)&&(v=Ns.get(p))&&!v.overlay)return new pn(v.tree,g,e,o);let S=new pn(p,g,e,o);return l&tt.IncludeAnonymous||!S.type.isAnonymous?S:S.nextChild(n<0?p.children.length-1:0,n,r,i,l)}}}if(l&tt.IncludeAnonymous||!o.type.isAnonymous||(o.index>=0?e=o.index+n:e=n<0?-1:o._parent._tree.children.length,o=o._parent,!o))return null}}get firstChild(){return this.nextChild(0,1,0,4)}get lastChild(){return this.nextChild(this._tree.children.length-1,-1,0,4)}childAfter(e){return this.nextChild(0,1,e,2)}childBefore(e){return this.nextChild(this._tree.children.length-1,-1,e,-2)}prop(e){return this._tree.prop(e)}enter(e,n,r=0){let i;if(!(r&tt.IgnoreOverlays)&&(i=Ns.get(this._tree))&&i.overlay){let l=e-this.from,o=r&tt.EnterBracketed&&i.bracketed;for(let{from:c,to:f}of i.overlay)if((n>0||o?c<=l:c<l)&&(n<0||o?f>=l:f>l))return new pn(i.tree,i.overlay[0].from+this.from,-1,this)}return this.nextChild(0,1,e,n,r)}nextSignificantParent(){let e=this;for(;e.type.isAnonymous&&e._parent;)e=e._parent;return e}get parent(){return this._parent?this._parent.nextSignificantParent():null}get nextSibling(){return this._parent&&this.index>=0?this._parent.nextChild(this.index+1,1,0,4):null}get prevSibling(){return this._parent&&this.index>=0?this._parent.nextChild(this.index-1,-1,0,4):null}get tree(){return this._tree}toTree(){return this._tree}toString(){return this._tree.toString()}}function My(t,e,n,r){let i=t.cursor(),l=[];if(!i.firstChild())return l;if(n!=null){for(let o=!1;!o;)if(o=i.type.is(n),!i.nextSibling())return l}for(;;){if(r!=null&&i.type.is(r))return l;if(i.type.is(e)&&l.push(i.node),!i.nextSibling())return r==null?l:[]}}function Ap(t,e,n=e.length-1){for(let r=t;n>=0;r=r.parent){if(!r)return!1;if(!r.type.isAnonymous){if(e[n]&&e[n]!=r.name)return!1;n--}}return!0}class zR{constructor(e,n,r,i){this.parent=e,this.buffer=n,this.index=r,this.start=i}}class Ur extends X7{get name(){return this.type.name}get from(){return this.context.start+this.context.buffer.buffer[this.index+1]}get to(){return this.context.start+this.context.buffer.buffer[this.index+2]}constructor(e,n,r){super(),this.context=e,this._parent=n,this.index=r,this.type=e.buffer.set.types[e.buffer.buffer[r]]}child(e,n,r){let{buffer:i}=this.context,l=i.findChild(this.index+4,i.buffer[this.index+3],e,n-this.context.start,r);return l<0?null:new Ur(this.context,this,l)}get firstChild(){return this.child(1,0,4)}get lastChild(){return this.child(-1,0,4)}childAfter(e){return this.child(1,e,2)}childBefore(e){return this.child(-1,e,-2)}prop(e){return this.type.prop(e)}enter(e,n,r=0){if(r&tt.ExcludeBuffers)return null;let{buffer:i}=this.context,l=i.findChild(this.index+4,i.buffer[this.index+3],n>0?1:-1,e-this.context.start,n);return l<0?null:new Ur(this.context,this,l)}get parent(){return this._parent||this.context.parent.nextSignificantParent()}externalSibling(e){return this._parent?null:this.context.parent.nextChild(this.context.index+e,e,0,4)}get nextSibling(){let{buffer:e}=this.context,n=e.buffer[this.index+3];return n<(this._parent?e.buffer[this._parent.index+3]:e.buffer.length)?new Ur(this.context,this._parent,n):this.externalSibling(1)}get prevSibling(){let{buffer:e}=this.context,n=this._parent?this._parent.index+4:0;return this.index==n?this.externalSibling(-1):new Ur(this.context,this._parent,e.findChild(n,this.index,-1,0,4))}get tree(){return null}toTree(){let e=[],n=[],{buffer:r}=this.context,i=this.index+4,l=r.buffer[this.index+3];if(l>i){let o=r.buffer[this.index+1];e.push(r.slice(i,l,o)),n.push(0)}return new xt(this.type,e,n,this.to-this.from)}toString(){return this.context.buffer.childString(this.index)}}function z7(t){if(!t.length)return null;let e=0,n=t[0];for(let l=1;l<t.length;l++){let o=t[l];(o.from>n.from||o.to<n.to)&&(n=o,e=l)}let r=n instanceof pn&&n.index<0?null:n.parent,i=t.slice();return r?i[e]=r:i.splice(e,1),new HR(i,n)}class HR{constructor(e,n){this.heads=e,this.node=n}get next(){return z7(this.heads)}}function YR(t,e,n){let r=t.resolveInner(e,n),i=null;for(let l=r instanceof pn?r:r.context.parent;l;l=l.parent)if(l.index<0){let o=l.parent;(i||(i=[r])).push(o.resolve(e,n)),l=o}else{let o=Ns.get(l.tree);if(o&&o.overlay&&o.overlay[0].from<=e&&o.overlay[o.overlay.length-1].to>=e){let c=new pn(o.tree,o.overlay[0].from+l.from,-1,l);(i||(i=[r])).push(Dc(c,e,n,!1))}}return i?z7(i):r}class Y1{get name(){return this.type.name}constructor(e,n=0){if(this.buffer=null,this.stack=[],this.index=0,this.bufferNode=null,this.mode=n&~tt.EnterBracketed,e instanceof pn)this.yieldNode(e);else{this._tree=e.context.parent,this.buffer=e.context;for(let r=e._parent;r;r=r._parent)this.stack.unshift(r.index);this.bufferNode=e,this.yieldBuf(e.index)}}yieldNode(e){return e?(this._tree=e,this.type=e.type,this.from=e.from,this.to=e.to,!0):!1}yieldBuf(e,n){this.index=e;let{start:r,buffer:i}=this.buffer;return this.type=n||i.set.types[i.buffer[e]],this.from=r+i.buffer[e+1],this.to=r+i.buffer[e+2],!0}yield(e){return e?e instanceof pn?(this.buffer=null,this.yieldNode(e)):(this.buffer=e.context,this.yieldBuf(e.index,e.type)):!1}toString(){return this.buffer?this.buffer.buffer.childString(this.index):this._tree.toString()}enterChild(e,n,r){if(!this.buffer)return this.yield(this._tree.nextChild(e<0?this._tree._tree.children.length-1:0,e,n,r,this.mode));let{buffer:i}=this.buffer,l=i.findChild(this.index+4,i.buffer[this.index+3],e,n-this.buffer.start,r);return l<0?!1:(this.stack.push(this.index),this.yieldBuf(l))}firstChild(){return this.enterChild(1,0,4)}lastChild(){return this.enterChild(-1,0,4)}childAfter(e){return this.enterChild(1,e,2)}childBefore(e){return this.enterChild(-1,e,-2)}enter(e,n,r=this.mode){return this.buffer?r&tt.ExcludeBuffers?!1:this.enterChild(1,e,n):this.yield(this._tree.enter(e,n,r))}parent(){if(!this.buffer)return this.yieldNode(this.mode&tt.IncludeAnonymous?this._tree._parent:this._tree.parent);if(this.stack.length)return this.yieldBuf(this.stack.pop());let e=this.mode&tt.IncludeAnonymous?this.buffer.parent:this.buffer.parent.nextSignificantParent();return this.buffer=null,this.yieldNode(e)}sibling(e){if(!this.buffer)return this._tree._parent?this.yield(this._tree.index<0?null:this._tree._parent.nextChild(this._tree.index+e,e,0,4,this.mode)):!1;let{buffer:n}=this.buffer,r=this.stack.length-1;if(e<0){let i=r<0?0:this.stack[r]+4;if(this.index!=i)return this.yieldBuf(n.findChild(i,this.index,-1,0,4))}else{let i=n.buffer[this.index+3];if(i<(r<0?n.buffer.length:n.buffer[this.stack[r]+3]))return this.yieldBuf(i)}return r<0?this.yield(this.buffer.parent.nextChild(this.buffer.index+e,e,0,4,this.mode)):!1}nextSibling(){return this.sibling(1)}prevSibling(){return this.sibling(-1)}atLastNode(e){let n,r,{buffer:i}=this;if(i){if(e>0){if(this.index<i.buffer.buffer.length)return!1}else for(let l=0;l<this.index;l++)if(i.buffer.buffer[l+3]<this.index)return!1;({index:n,parent:r}=i)}else({index:n,_parent:r}=this._tree);for(;r;{index:n,_parent:r}=r)if(n>-1)for(let l=n+e,o=e<0?-1:r._tree.children.length;l!=o;l+=e){let c=r._tree.children[l];if(this.mode&tt.IncludeAnonymous||c instanceof Qa||!c.type.isAnonymous||Qg(c))return!1}return!0}move(e,n){if(n&&this.enterChild(e,0,4))return!0;for(;;){if(this.sibling(e))return!0;if(this.atLastNode(e)||!this.parent())return!1}}next(e=!0){return this.move(1,e)}prev(e=!0){return this.move(-1,e)}moveTo(e,n=0){for(;(this.from==this.to||(n<1?this.from>=e:this.from>e)||(n>-1?this.to<=e:this.to<e))&&this.parent(););for(;this.enterChild(1,e,n););return this}get node(){if(!this.buffer)return this._tree;let e=this.bufferNode,n=null,r=0;if(e&&e.context==this.buffer)e:for(let i=this.index,l=this.stack.length;l>=0;){for(let o=e;o;o=o._parent)if(o.index==i){if(i==this.index)return o;n=o,r=l+1;break e}i=this.stack[--l]}for(let i=r;i<this.stack.length;i++)n=new Ur(this.buffer,n,this.stack[i]);return this.bufferNode=new Ur(this.buffer,n,this.index)}get tree(){return this.buffer?null:this._tree._tree}iterate(e,n){for(let r=0;;){let i=!1;if(this.type.isAnonymous||e(this)!==!1){if(this.firstChild()){r++;continue}this.type.isAnonymous||(i=!0)}for(;;){if(i&&n&&n(this),i=this.type.isAnonymous,!r)return;if(this.nextSibling())break;this.parent(),r--,i=!0}}}matchContext(e){if(!this.buffer)return Ap(this.node.parent,e);let{buffer:n}=this.buffer,{types:r}=n.set;for(let i=e.length-1,l=this.stack.length-1;i>=0;l--){if(l<0)return Ap(this._tree,e,i);let o=r[n.buffer[this.stack[l]]];if(!o.isAnonymous){if(e[i]&&e[i]!=o.name)return!1;i--}}return!0}}function Qg(t){return t.children.some(e=>e instanceof Qa||!e.type.isAnonymous||Qg(e))}function BR(t){var e;let{buffer:n,nodeSet:r,maxBufferLength:i=_7,reused:l=[],minRepeatType:o=r.types.length}=t,c=Array.isArray(n)?new $g(n,n.length):n,f=r.types,m=0,p=0;function g($,j,Z,L,F,q){let{id:z,start:B,end:H,size:te}=c,D=p,N=m;if(te<0)if(c.next(),te==-1){let M=l[z];Z.push(M),L.push(B-$);return}else if(te==-3){m=z;return}else if(te==-4){p=z;return}else throw new RangeError(`Unrecognized record size: ${te}`);let Y=f[z],V,_,G=B-$;if(H-B<=i&&(_=k(c.pos-j,F))){let M=new Uint16Array(_.size-_.skip),P=c.pos-_.size,X=M.length;for(;c.pos>P;)X=A(_.start,M,X);V=new Qa(M,H-_.start,r),G=_.start-$}else{let M=c.pos-te;c.next();let P=[],X=[],U=z>=o?z:-1,ee=0,le=H;for(;c.pos>M;)U>=0&&c.id==U&&c.size>=0?(c.end<=le-i&&(S(P,X,B,ee,c.end,le,U,D,N),ee=P.length,le=c.end),c.next()):q>2500?y(B,M,P,X):g(B,M,P,X,U,q+1);if(U>=0&&ee>0&&ee<P.length&&S(P,X,B,ee,B,le,U,D,N),P.reverse(),X.reverse(),U>-1&&ee>0){let se=v(Y,N);V=Cg(Y,P,X,0,P.length,0,H-B,se,se)}else V=w(Y,P,X,H-B,D-H,N)}Z.push(V),L.push(G)}function y($,j,Z,L){let F=[],q=0,z=-1;for(;c.pos>j;){let{id:B,start:H,end:te,size:D}=c;if(D>4)c.next();else{if(z>-1&&H<z)break;z<0&&(z=te-i),F.push(B,H,te),q++,c.next()}}if(q){let B=new Uint16Array(q*4),H=F[F.length-2];for(let te=F.length-3,D=0;te>=0;te-=3)B[D++]=F[te],B[D++]=F[te+1]-H,B[D++]=F[te+2]-H,B[D++]=D;Z.push(new Qa(B,F[2]-H,r)),L.push(H-$)}}function v($,j){return(Z,L,F)=>{let q=0,z=Z.length-1,B,H;if(z>=0&&(B=Z[z])instanceof xt){if(!z&&B.type==$&&B.length==F)return B;(H=B.prop(Ne.lookAhead))&&(q=L[z]+B.length+H)}return w($,Z,L,F,q,j)}}function S($,j,Z,L,F,q,z,B,H){let te=[],D=[];for(;$.length>L;)te.push($.pop()),D.push(j.pop()+Z-F);$.push(w(r.types[z],te,D,q-F,B-q,H)),j.push(F-Z)}function w($,j,Z,L,F,q,z){if(q){let B=[Ne.contextHash,q];z=z?[B].concat(z):[B]}if(F>25){let B=[Ne.lookAhead,F];z=z?[B].concat(z):[B]}return new xt($,j,Z,L,z)}function k($,j){let Z=c.fork(),L=0,F=0,q=0,z=Z.end-i,B={size:0,start:0,skip:0};e:for(let H=Z.pos-$;Z.pos>H;){let te=Z.size;if(Z.id==j&&te>=0){B.size=L,B.start=F,B.skip=q,q+=4,L+=4,Z.next();continue}let D=Z.pos-te;if(te<0||D<H||Z.start<z)break;let N=Z.id>=o?4:0,Y=Z.start;for(Z.next();Z.pos>D;){if(Z.size<0)if(Z.size==-3||Z.size==-4)N+=4;else break e;else Z.id>=o&&(N+=4);Z.next()}F=Y,L+=te,q+=N}return(j<0||L==$)&&(B.size=L,B.start=F,B.skip=q),B.size>4?B:void 0}function A($,j,Z){let{id:L,start:F,end:q,size:z}=c;if(c.next(),z>=0&&L<o){let B=Z;if(z>4){let H=c.pos-(z-4);for(;c.pos>H;)Z=A($,j,Z)}j[--Z]=B,j[--Z]=q-$,j[--Z]=F-$,j[--Z]=L}else z==-3?m=L:z==-4&&(p=L);return Z}let E=[],Q=[];for(;c.pos>0;)g(t.start||0,t.bufferStart||0,E,Q,-1,0);let C=(e=t.length)!==null&&e!==void 0?e:E.length?Q[0]+E[0].length:0;return new xt(f[t.topID],E.reverse(),Q.reverse(),C)}const Ey=new WeakMap;function O1(t,e){if(!t.isAnonymous||e instanceof Qa||e.type!=t)return 1;let n=Ey.get(e);if(n==null){n=1;for(let r of e.children){if(r.type!=t||!(r instanceof xt)){n=1;break}n+=O1(t,r)}Ey.set(e,n)}return n}function Cg(t,e,n,r,i,l,o,c,f){let m=0;for(let S=r;S<i;S++)m+=O1(t,e[S]);let p=Math.ceil(m*1.5/8),g=[],y=[];function v(S,w,k,A,E){for(let Q=k;Q<A;){let C=Q,$=w[Q],j=O1(t,S[Q]);for(Q++;Q<A;Q++){let Z=O1(t,S[Q]);if(j+Z>=p)break;j+=Z}if(Q==C+1){if(j>p){let Z=S[C];v(Z.children,Z.positions,0,Z.children.length,w[C]+E);continue}g.push(S[C])}else{let Z=w[Q-1]+S[Q-1].length-$;g.push(Cg(t,S,w,C,Q,$,Z,null,f))}y.push($+E-l)}}return v(e,n,r,i,0),(c||f)(g,y,o)}class H7{constructor(){this.map=new WeakMap}setBuffer(e,n,r){let i=this.map.get(e);i||this.map.set(e,i=new Map),i.set(n,r)}getBuffer(e,n){let r=this.map.get(e);return r&&r.get(n)}set(e,n){e instanceof Ur?this.setBuffer(e.context.buffer,e.index,n):e instanceof pn&&this.map.set(e.tree,n)}get(e){return e instanceof Ur?this.getBuffer(e.context.buffer,e.index):e instanceof pn?this.map.get(e.tree):void 0}cursorSet(e,n){e.buffer?this.setBuffer(e.buffer.buffer,e.index,n):this.map.set(e.tree,n)}cursorGet(e){return e.buffer?this.getBuffer(e.buffer.buffer,e.index):this.map.get(e.tree)}}class Zi{constructor(e,n,r,i,l=!1,o=!1){this.from=e,this.to=n,this.tree=r,this.offset=i,this.open=(l?1:0)|(o?2:0)}get openStart(){return(this.open&1)>0}get openEnd(){return(this.open&2)>0}static addTree(e,n=[],r=!1){let i=[new Zi(0,e.length,e,0,!1,r)];for(let l of n)l.to>e.length&&i.push(l);return i}static applyChanges(e,n,r=128){if(!n.length)return e;let i=[],l=1,o=e.length?e[0]:null;for(let c=0,f=0,m=0;;c++){let p=c<n.length?n[c]:null,g=p?p.fromA:1e9;if(g-f>=r)for(;o&&o.from<g;){let y=o;if(f>=y.from||g<=y.to||m){let v=Math.max(y.from,f)-m,S=Math.min(y.to,g)-m;y=v>=S?null:new Zi(v,S,y.tree,y.offset+m,c>0,!!p)}if(y&&i.push(y),o.to>g)break;o=l<e.length?e[l++]:null}if(!p)break;f=p.toA,m=p.toA-p.toB}return i}}class Y7{startParse(e,n,r){return typeof e=="string"&&(e=new FR(e)),r=r?r.length?r.map(i=>new pr(i.from,i.to)):[new pr(0,0)]:[new pr(0,e.length)],this.createParse(e,n||[],r)}parse(e,n,r){let i=this.startParse(e,n,r);for(;;){let l=i.advance();if(l)return l}}}class FR{constructor(e){this.string=e}get length(){return this.string.length}chunk(e){return this.string.slice(e)}get lineChunks(){return!1}read(e,n){return this.string.slice(e,n)}}function qR(t){return(e,n,r,i)=>new IR(e,t,n,r,i)}class $y{constructor(e,n,r,i,l,o){this.parser=e,this.parse=n,this.overlay=r,this.bracketed=i,this.target=l,this.from=o}}function Qy(t){if(!t.length||t.some(e=>e.from>=e.to))throw new RangeError("Invalid inner parse ranges given: "+JSON.stringify(t))}class UR{constructor(e,n,r,i,l,o,c,f){this.parser=e,this.predicate=n,this.mounts=r,this.index=i,this.start=l,this.bracketed=o,this.target=c,this.prev=f,this.depth=0,this.ranges=[]}}const kp=new Ne({perNode:!0});class IR{constructor(e,n,r,i,l){this.nest=n,this.input=r,this.fragments=i,this.ranges=l,this.inner=[],this.innerDone=0,this.baseTree=null,this.stoppedAt=null,this.baseParse=e}advance(){if(this.baseParse){let r=this.baseParse.advance();if(!r)return null;if(this.baseParse=null,this.baseTree=r,this.startInner(),this.stoppedAt!=null)for(let i of this.inner)i.parse.stopAt(this.stoppedAt)}if(this.innerDone==this.inner.length){let r=this.baseTree;return this.stoppedAt!=null&&(r=new xt(r.type,r.children,r.positions,r.length,r.propValues.concat([[kp,this.stoppedAt]]))),r}let e=this.inner[this.innerDone],n=e.parse.advance();if(n){this.innerDone++;let r=Object.assign(Object.create(null),e.target.props);r[Ne.mounted.id]=new Ns(n,e.overlay,e.parser,e.bracketed),e.target.props=r}return null}get parsedPos(){if(this.baseParse)return 0;let e=this.input.length;for(let n=this.innerDone;n<this.inner.length;n++)this.inner[n].from<e&&(e=Math.min(e,this.inner[n].parse.parsedPos));return e}stopAt(e){if(this.stoppedAt=e,this.baseParse)this.baseParse.stopAt(e);else for(let n=this.innerDone;n<this.inner.length;n++)this.inner[n].parse.stopAt(e)}startInner(){let e=new KR(this.fragments),n=null,r=null,i=new Y1(new pn(this.baseTree,this.ranges[0].from,0,null),tt.IncludeAnonymous|tt.IgnoreMounts);e:for(let l,o;;){let c=!0,f;if(this.stoppedAt!=null&&i.from>=this.stoppedAt)c=!1;else if(e.hasNode(i)){if(n){let m=n.mounts.find(p=>p.frag.from<=i.from&&p.frag.to>=i.to&&p.mount.overlay);if(m)for(let p of m.mount.overlay){let g=p.from+m.pos,y=p.to+m.pos;g>=i.from&&y<=i.to&&!n.ranges.some(v=>v.from<y&&v.to>g)&&n.ranges.push({from:g,to:y})}}c=!1}else if(r&&(o=GR(r.ranges,i.from,i.to)))c=o!=2;else if(!i.type.isAnonymous&&(l=this.nest(i,this.input))&&(i.from<i.to||!l.overlay)){i.tree||(WR(i),n&&n.depth++,r&&r.depth++);let m=e.findMounts(i.from,l.parser);if(typeof l.overlay=="function")n=new UR(l.parser,l.overlay,m,this.inner.length,i.from,!!l.bracketed,i.tree,n);else{let p=Py(this.ranges,l.overlay||(i.from<i.to?[new pr(i.from,i.to)]:[]));p.length&&Qy(p),(p.length||!l.overlay)&&this.inner.push(new $y(l.parser,p.length?l.parser.startParse(this.input,jy(m,p),p):l.parser.startParse(""),l.overlay?l.overlay.map(g=>new pr(g.from-i.from,g.to-i.from)):null,!!l.bracketed,i.tree,p.length?p[0].from:i.from)),l.overlay?p.length&&(r={ranges:p,depth:0,prev:r}):c=!1}}else if(n&&(f=n.predicate(i))&&(f===!0&&(f=new pr(i.from,i.to)),f.from<f.to)){let m=n.ranges.length-1;m>=0&&n.ranges[m].to==f.from?n.ranges[m]={from:n.ranges[m].from,to:f.to}:n.ranges.push(f)}if(c&&i.firstChild())n&&n.depth++,r&&r.depth++;else for(;!i.nextSibling();){if(!i.parent())break e;if(n&&!--n.depth){let m=Py(this.ranges,n.ranges);m.length&&(Qy(m),this.inner.splice(n.index,0,new $y(n.parser,n.parser.startParse(this.input,jy(n.mounts,m),m),n.ranges.map(p=>new pr(p.from-n.start,p.to-n.start)),n.bracketed,n.target,m[0].from))),n=n.prev}r&&!--r.depth&&(r=r.prev)}}}}function GR(t,e,n){for(let r of t){if(r.from>=n)break;if(r.to>e)return r.from<=e&&r.to>=n?2:1}return 0}function Cy(t,e,n,r,i,l){if(e<n){let o=t.buffer[e+1];r.push(t.slice(e,n,o)),i.push(o-l)}}function WR(t){let{node:e}=t,n=[],r=e.context.buffer;do n.push(t.index),t.parent();while(!t.tree);let i=t.tree,l=i.children.indexOf(r),o=i.children[l],c=o.buffer,f=[l];function m(p,g,y,v,S,w){let k=n[w],A=[],E=[];Cy(o,p,k,A,E,v);let Q=c[k+1],C=c[k+2];f.push(A.length);let $=w?m(k+4,c[k+3],o.set.types[c[k]],Q,C-Q,w-1):e.toTree();return A.push($),E.push(Q-v),Cy(o,c[k+3],g,A,E,v),new xt(y,A,E,S)}i.children[l]=m(0,c.length,Sn.none,0,o.length,n.length-1);for(let p of f){let g=t.tree.children[p],y=t.tree.positions[p];t.yield(new pn(g,y+t.from,p,t._tree))}}class Zy{constructor(e,n){this.offset=n,this.done=!1,this.cursor=e.cursor(tt.IncludeAnonymous|tt.IgnoreMounts)}moveTo(e){let{cursor:n}=this,r=e-this.offset;for(;!this.done&&n.from<r;)if(!(n.to>=e&&n.enter(r,1,tt.IgnoreOverlays|tt.ExcludeBuffers)))if(n.to<=e)n.next(!1)||(this.done=!0);else break}hasNode(e){if(this.moveTo(e.from),!this.done&&this.cursor.from+this.offset==e.from&&this.cursor.tree)for(let n=this.cursor.tree;;){if(n==e.tree)return!0;if(n.children.length&&n.positions[0]==0&&n.children[0]instanceof xt)n=n.children[0];else break}return!1}}let KR=class{constructor(e){var n;if(this.fragments=e,this.curTo=0,this.fragI=0,e.length){let r=this.curFrag=e[0];this.curTo=(n=r.tree.prop(kp))!==null&&n!==void 0?n:r.to,this.inner=new Zy(r.tree,-r.offset)}else this.curFrag=this.inner=null}hasNode(e){for(;this.curFrag&&e.from>=this.curTo;)this.nextFrag();return this.curFrag&&this.curFrag.from<=e.from&&this.curTo>=e.to&&this.inner.hasNode(e)}nextFrag(){var e;if(this.fragI++,this.fragI==this.fragments.length)this.curFrag=this.inner=null;else{let n=this.curFrag=this.fragments[this.fragI];this.curTo=(e=n.tree.prop(kp))!==null&&e!==void 0?e:n.to,this.inner=new Zy(n.tree,-n.offset)}}findMounts(e,n){var r;let i=[];if(this.inner){this.inner.cursor.moveTo(e,1);for(let l=this.inner.cursor.node;l;l=l.parent){let o=(r=l.tree)===null||r===void 0?void 0:r.prop(Ne.mounted);if(o&&o.parser==n)for(let c=this.fragI;c<this.fragments.length;c++){let f=this.fragments[c];if(f.from>=l.to)break;f.tree==this.curFrag.tree&&i.push({frag:f,pos:l.from-f.offset,mount:o})}}}return i}};function Py(t,e){let n=null,r=e;for(let i=1,l=0;i<t.length;i++){let o=t[i-1].to,c=t[i].from;for(;l<r.length;l++){let f=r[l];if(f.from>=c)break;f.to<=o||(n||(r=n=e.slice()),f.from<o?(n[l]=new pr(f.from,o),f.to>c&&n.splice(l+1,0,new pr(c,f.to))):f.to>c?n[l--]=new pr(c,f.to):n.splice(l--,1))}}return r}function JR(t,e,n,r){let i=0,l=0,o=!1,c=!1,f=-1e9,m=[];for(;;){let p=i==t.length?1e9:o?t[i].to:t[i].from,g=l==e.length?1e9:c?e[l].to:e[l].from;if(o!=c){let y=Math.max(f,n),v=Math.min(p,g,r);y<v&&m.push(new pr(y,v))}if(f=Math.min(p,g),f==1e9)break;p==f&&(o?(o=!1,i++):o=!0),g==f&&(c?(c=!1,l++):c=!0)}return m}function jy(t,e){let n=[];for(let{pos:r,mount:i,frag:l}of t){let o=r+(i.overlay?i.overlay[0].from:0),c=o+i.tree.length,f=Math.max(l.from,o),m=Math.min(l.to,c);if(i.overlay){let p=i.overlay.map(y=>new pr(y.from+r,y.to+r)),g=JR(e,p,f,m);for(let y=0,v=f;;y++){let S=y==g.length,w=S?m:g[y].from;if(w>v&&n.push(new Zi(v,w,i.tree,-o,l.from>=v||l.openStart,l.to<=w||l.openEnd)),S)break;v=g[y].to}}else n.push(new Zi(f,m,i.tree,-o,l.from>=o||l.openStart,l.to<=c||l.openEnd))}return n}let eN=0;class dr{constructor(e,n,r,i){this.name=e,this.set=n,this.base=r,this.modified=i,this.id=eN++}toString(){let{name:e}=this;for(let n of this.modified)n.name&&(e=`${n.name}(${e})`);return e}static define(e,n){let r=typeof e=="string"?e:"?";if(e instanceof dr&&(n=e),n!=null&&n.base)throw new Error("Can not derive from a modified tag");let i=new dr(r,[],null,[]);if(i.set.push(i),n)for(let l of n.set)i.set.push(l);return i}static defineModifier(e){let n=new B1(e);return r=>r.modified.indexOf(n)>-1?r:B1.get(r.base||r,r.modified.concat(n).sort((i,l)=>i.id-l.id))}}let tN=0;class B1{constructor(e){this.name=e,this.instances=[],this.id=tN++}static get(e,n){if(!n.length)return e;let r=n[0].instances.find(c=>c.base==e&&nN(n,c.modified));if(r)return r;let i=[],l=new dr(e.name,i,e,n);for(let c of n)c.instances.push(l);let o=rN(n);for(let c of e.set)if(!c.modified.length)for(let f of o)i.push(B1.get(c,f));return l}}function nN(t,e){return t.length==e.length&&t.every((n,r)=>n==e[r])}function rN(t){let e=[[]];for(let n=0;n<t.length;n++)for(let r=0,i=e.length;r<i;r++)e.push(e[r].concat(t[n]));return e.sort((n,r)=>r.length-n.length)}function Rf(t){let e=Object.create(null);for(let n in t){let r=t[n];Array.isArray(r)||(r=[r]);for(let i of n.split(" "))if(i){let l=[],o=2,c=i;for(let g=0;;){if(c=="..."&&g>0&&g+3==i.length){o=1;break}let y=/^"(?:[^"\\]|\\.)*?"|[^\/!]+/.exec(c);if(!y)throw new RangeError("Invalid path: "+i);if(l.push(y[0]=="*"?"":y[0][0]=='"'?JSON.parse(y[0]):y[0]),g+=y[0].length,g==i.length)break;let v=i[g++];if(g==i.length&&v=="!"){o=0;break}if(v!="/")throw new RangeError("Invalid path: "+i);c=i.slice(g)}let f=l.length-1,m=l[f];if(!m)throw new RangeError("Invalid path: "+i);let p=new Xc(r,o,f>0?l.slice(0,f):null);e[m]=p.sort(e[m])}}return B7.add(e)}const B7=new Ne({combine(t,e){let n,r,i;for(;t||e;){if(!t||e&&t.depth>=e.depth?(i=e,e=e.next):(i=t,t=t.next),n&&n.mode==i.mode&&!i.context&&!n.context)continue;let l=new Xc(i.tags,i.mode,i.context);n?n.next=l:r=l,n=l}return r}});class Xc{constructor(e,n,r,i){this.tags=e,this.mode=n,this.context=r,this.next=i}get opaque(){return this.mode==0}get inherit(){return this.mode==1}sort(e){return!e||e.depth<this.depth?(this.next=e,this):(e.next=this.sort(e.next),e)}get depth(){return this.context?this.context.length:0}}Xc.empty=new Xc([],2,null);function F7(t,e){let n=Object.create(null);for(let l of t)if(!Array.isArray(l.tag))n[l.tag.id]=l.class;else for(let o of l.tag)n[o.id]=l.class;let{scope:r,all:i=null}=e||{};return{style:l=>{let o=i;for(let c of l)for(let f of c.set){let m=n[f.id];if(m){o=o?o+" "+m:m;break}}return o},scope:r}}function iN(t,e){let n=null;for(let r of t){let i=r.style(e);i&&(n=n?n+" "+i:i)}return n}function aN(t,e,n,r=0,i=t.length){let l=new lN(r,Array.isArray(e)?e:[e],n);l.highlightRange(t.cursor(),r,i,"",l.highlighters),l.flush(i)}class lN{constructor(e,n,r){this.at=e,this.highlighters=n,this.span=r,this.class=""}startSpan(e,n){n!=this.class&&(this.flush(e),e>this.at&&(this.at=e),this.class=n)}flush(e){e>this.at&&this.class&&this.span(this.at,e,this.class)}highlightRange(e,n,r,i,l){let{type:o,from:c,to:f}=e;if(c>=r||f<=n)return;o.isTop&&(l=this.highlighters.filter(v=>!v.scope||v.scope(o)));let m=i,p=sN(e)||Xc.empty,g=iN(l,p.tags);if(g&&(m&&(m+=" "),m+=g,p.mode==1&&(i+=(i?" ":"")+g)),this.startSpan(Math.max(n,c),m),p.opaque)return;let y=e.tree&&e.tree.prop(Ne.mounted);if(y&&y.overlay){let v=e.node.enter(y.overlay[0].from+c,1),S=this.highlighters.filter(k=>!k.scope||k.scope(y.tree.type)),w=e.firstChild();for(let k=0,A=c;;k++){let E=k<y.overlay.length?y.overlay[k]:null,Q=E?E.from+c:f,C=Math.max(n,A),$=Math.min(r,Q);if(C<$&&w)for(;e.from<$&&(this.highlightRange(e,C,$,i,l),this.startSpan(Math.min($,e.to),m),!(e.to>=Q||!e.nextSibling())););if(!E||Q>r)break;A=E.to+c,A>n&&(this.highlightRange(v.cursor(),Math.max(n,E.from+c),Math.min(r,A),"",S),this.startSpan(Math.min(r,A),m))}w&&e.parent()}else if(e.firstChild()){y&&(i="");do if(!(e.to<=n)){if(e.from>=r)break;this.highlightRange(e,n,r,i,l),this.startSpan(Math.min(r,e.to),m)}while(e.nextSibling());e.parent()}}}function sN(t){let e=t.type.prop(B7);for(;e&&e.context&&!t.matchContext(e.context);)e=e.next;return e||null}const me=dr.define,F0=me(),da=me(),Ry=me(da),Ny=me(da),ma=me(),q0=me(ma),Dm=me(ma),Xr=me(),el=me(Xr),Lr=me(),_r=me(),Tp=me(),nc=me(Tp),U0=me(),W={comment:F0,lineComment:me(F0),blockComment:me(F0),docComment:me(F0),name:da,variableName:me(da),typeName:Ry,tagName:me(Ry),propertyName:Ny,attributeName:me(Ny),className:me(da),labelName:me(da),namespace:me(da),macroName:me(da),literal:ma,string:q0,docString:me(q0),character:me(q0),attributeValue:me(q0),number:Dm,integer:me(Dm),float:me(Dm),bool:me(ma),regexp:me(ma),escape:me(ma),color:me(ma),url:me(ma),keyword:Lr,self:me(Lr),null:me(Lr),atom:me(Lr),unit:me(Lr),modifier:me(Lr),operatorKeyword:me(Lr),controlKeyword:me(Lr),definitionKeyword:me(Lr),moduleKeyword:me(Lr),operator:_r,derefOperator:me(_r),arithmeticOperator:me(_r),logicOperator:me(_r),bitwiseOperator:me(_r),compareOperator:me(_r),updateOperator:me(_r),definitionOperator:me(_r),typeOperator:me(_r),controlOperator:me(_r),punctuation:Tp,separator:me(Tp),bracket:nc,angleBracket:me(nc),squareBracket:me(nc),paren:me(nc),brace:me(nc),content:Xr,heading:el,heading1:me(el),heading2:me(el),heading3:me(el),heading4:me(el),heading5:me(el),heading6:me(el),contentSeparator:me(Xr),list:me(Xr),quote:me(Xr),emphasis:me(Xr),strong:me(Xr),link:me(Xr),monospace:me(Xr),strikethrough:me(Xr),inserted:me(),deleted:me(),changed:me(),invalid:me(),meta:U0,documentMeta:me(U0),annotation:me(U0),processingInstruction:me(U0),definition:dr.defineModifier("definition"),constant:dr.defineModifier("constant"),function:dr.defineModifier("function"),standard:dr.defineModifier("standard"),local:dr.defineModifier("local"),special:dr.defineModifier("special")};for(let t in W){let e=W[t];e instanceof dr&&(e.name=t)}F7([{tag:W.link,class:"tok-link"},{tag:W.heading,class:"tok-heading"},{tag:W.emphasis,class:"tok-emphasis"},{tag:W.strong,class:"tok-strong"},{tag:W.keyword,class:"tok-keyword"},{tag:W.atom,class:"tok-atom"},{tag:W.bool,class:"tok-bool"},{tag:W.url,class:"tok-url"},{tag:W.labelName,class:"tok-labelName"},{tag:W.inserted,class:"tok-inserted"},{tag:W.deleted,class:"tok-deleted"},{tag:W.literal,class:"tok-literal"},{tag:W.string,class:"tok-string"},{tag:W.number,class:"tok-number"},{tag:[W.regexp,W.escape,W.special(W.string)],class:"tok-string2"},{tag:W.variableName,class:"tok-variableName"},{tag:W.local(W.variableName),class:"tok-variableName tok-local"},{tag:W.definition(W.variableName),class:"tok-variableName tok-definition"},{tag:W.special(W.variableName),class:"tok-variableName2"},{tag:W.definition(W.propertyName),class:"tok-propertyName tok-definition"},{tag:W.typeName,class:"tok-typeName"},{tag:W.namespace,class:"tok-namespace"},{tag:W.className,class:"tok-className"},{tag:W.macroName,class:"tok-macroName"},{tag:W.propertyName,class:"tok-propertyName"},{tag:W.operator,class:"tok-operator"},{tag:W.comment,class:"tok-comment"},{tag:W.meta,class:"tok-meta"},{tag:W.invalid,class:"tok-invalid"},{tag:W.punctuation,class:"tok-punctuation"}]);var Xm;const Ms=new Ne;function q7(t){return Se.define({combine:t?e=>e.concat(t):void 0})}const Zg=new Ne;class Tr{constructor(e,n,r=[],i=""){this.data=e,this.name=i,Ie.prototype.hasOwnProperty("tree")||Object.defineProperty(Ie.prototype,"tree",{get(){return jt(this)}}),this.parser=n,this.extension=[Ca.of(this),Ie.languageData.of((l,o,c)=>{let f=Vy(l,o,c),m=f.type.prop(Ms);if(!m)return[];let p=l.facet(m),g=f.type.prop(Zg);if(g){let y=f.resolve(o-f.from,c);for(let v of g)if(v.test(y,l)){let S=l.facet(v.facet);return v.type=="replace"?S:S.concat(p)}}return p})].concat(r)}isActiveAt(e,n,r=-1){return Vy(e,n,r).type.prop(Ms)==this.data}findRegions(e){let n=e.facet(Ca);if((n==null?void 0:n.data)==this.data)return[{from:0,to:e.doc.length}];if(!n||!n.allowsNesting)return[];let r=[],i=(l,o)=>{if(l.prop(Ms)==this.data){r.push({from:o,to:o+l.length});return}let c=l.prop(Ne.mounted);if(c){if(c.tree.prop(Ms)==this.data){if(c.overlay)for(let f of c.overlay)r.push({from:f.from+o,to:f.to+o});else r.push({from:o,to:o+l.length});return}else if(c.overlay){let f=r.length;if(i(c.tree,c.overlay[0].from+o),r.length>f)return}}for(let f=0;f<l.children.length;f++){let m=l.children[f];m instanceof xt&&i(m,l.positions[f]+o)}};return i(jt(e),0),r}get allowsNesting(){return!0}}Tr.setState=We.define();function Vy(t,e,n){let r=t.facet(Ca),i=jt(t).topNode;if(!r||r.allowsNesting)for(let l=i;l;l=l.enter(e,n,tt.ExcludeBuffers|tt.EnterBracketed))l.type.isTop&&(i=l);return i}class qs extends Tr{constructor(e,n,r){super(e,n,[],r),this.parser=n}static define(e){let n=q7(e.languageData);return new qs(n,e.parser.configure({props:[Ms.add(r=>r.isTop?n:void 0)]}),e.name)}configure(e,n){return new qs(this.data,this.parser.configure(e),n||this.name)}get allowsNesting(){return this.parser.hasWrappers()}}function jt(t){let e=t.field(Tr.state,!1);return e?e.tree:xt.empty}class oN{constructor(e){this.doc=e,this.cursorPos=0,this.string="",this.cursor=e.iter()}get length(){return this.doc.length}syncTo(e){return this.string=this.cursor.next(e-this.cursorPos).value,this.cursorPos=e+this.string.length,this.cursorPos-this.string.length}chunk(e){return this.syncTo(e),this.string}get lineChunks(){return!0}read(e,n){let r=this.cursorPos-this.string.length;return e<r||n>=this.cursorPos?this.doc.sliceString(e,n):this.string.slice(e-r,n-r)}}let rc=null;class F1{constructor(e,n,r=[],i,l,o,c,f){this.parser=e,this.state=n,this.fragments=r,this.tree=i,this.treeLen=l,this.viewport=o,this.skipped=c,this.scheduleOn=f,this.parse=null,this.tempSkipped=[]}static create(e,n,r){return new F1(e,n,[],xt.empty,0,r,[],null)}startParse(){return this.parser.startParse(new oN(this.state.doc),this.fragments)}work(e,n){return n!=null&&n>=this.state.doc.length&&(n=void 0),this.tree!=xt.empty&&this.isDone(n??this.state.doc.length)?(this.takeTree(),!0):this.withContext(()=>{var r;if(typeof e=="number"){let i=Date.now()+e;e=()=>Date.now()>i}for(this.parse||(this.parse=this.startParse()),n!=null&&(this.parse.stoppedAt==null||this.parse.stoppedAt>n)&&n<this.state.doc.length&&this.parse.stopAt(n);;){let i=this.parse.advance();if(i)if(this.fragments=this.withoutTempSkipped(Zi.addTree(i,this.fragments,this.parse.stoppedAt!=null)),this.treeLen=(r=this.parse.stoppedAt)!==null&&r!==void 0?r:this.state.doc.length,this.tree=i,this.parse=null,this.treeLen<(n??this.state.doc.length))this.parse=this.startParse();else return!0;if(e())return!1}})}takeTree(){let e,n;this.parse&&(e=this.parse.parsedPos)>=this.treeLen&&((this.parse.stoppedAt==null||this.parse.stoppedAt>e)&&this.parse.stopAt(e),this.withContext(()=>{for(;!(n=this.parse.advance()););}),this.treeLen=e,this.tree=n,this.fragments=this.withoutTempSkipped(Zi.addTree(this.tree,this.fragments,!0)),this.parse=null)}withContext(e){let n=rc;rc=this;try{return e()}finally{rc=n}}withoutTempSkipped(e){for(let n;n=this.tempSkipped.pop();)e=Ly(e,n.from,n.to);return e}changes(e,n){let{fragments:r,tree:i,treeLen:l,viewport:o,skipped:c}=this;if(this.takeTree(),!e.empty){let f=[];if(e.iterChangedRanges((m,p,g,y)=>f.push({fromA:m,toA:p,fromB:g,toB:y})),r=Zi.applyChanges(r,f),i=xt.empty,l=0,o={from:e.mapPos(o.from,-1),to:e.mapPos(o.to,1)},this.skipped.length){c=[];for(let m of this.skipped){let p=e.mapPos(m.from,1),g=e.mapPos(m.to,-1);p<g&&c.push({from:p,to:g})}}}return new F1(this.parser,n,r,i,l,o,c,this.scheduleOn)}updateViewport(e){if(this.viewport.from==e.from&&this.viewport.to==e.to)return!1;this.viewport=e;let n=this.skipped.length;for(let r=0;r<this.skipped.length;r++){let{from:i,to:l}=this.skipped[r];i<e.to&&l>e.from&&(this.fragments=Ly(this.fragments,i,l),this.skipped.splice(r--,1))}return this.skipped.length>=n?!1:(this.reset(),!0)}reset(){this.parse&&(this.takeTree(),this.parse=null)}skipUntilInView(e,n){this.skipped.push({from:e,to:n})}static getSkippingParser(e){return new class extends Y7{createParse(n,r,i){let l=i[0].from,o=i[i.length-1].to;return{parsedPos:l,advance(){let f=rc;if(f){for(let m of i)f.tempSkipped.push(m);e&&(f.scheduleOn=f.scheduleOn?Promise.all([f.scheduleOn,e]):e)}return this.parsedPos=o,new xt(Sn.none,[],[],o-l)},stoppedAt:null,stopAt(){}}}}}isDone(e){e=Math.min(e,this.state.doc.length);let n=this.fragments;return this.treeLen>=e&&n.length&&n[0].from==0&&n[0].to>=e}static get(){return rc}}function Ly(t,e,n){return Zi.applyChanges(t,[{fromA:e,toA:n,fromB:e,toB:n}])}class Us{constructor(e){this.context=e,this.tree=e.tree}apply(e){if(!e.docChanged&&this.tree==this.context.tree)return this;let n=this.context.changes(e.changes,e.state),r=this.context.treeLen==e.startState.doc.length?void 0:Math.max(e.changes.mapPos(this.context.treeLen),n.viewport.to);return n.work(20,r)||n.takeTree(),new Us(n)}static init(e){let n=Math.min(3e3,e.doc.length),r=F1.create(e.facet(Ca).parser,e,{from:0,to:n});return r.work(20,n)||r.takeTree(),new Us(r)}}Tr.state=Kn.define({create:Us.init,update(t,e){for(let n of e.effects)if(n.is(Tr.setState))return n.value;return e.startState.facet(Ca)!=e.state.facet(Ca)?Us.init(e.state):t.apply(e)}});let U7=t=>{let e=setTimeout(()=>t(),500);return()=>clearTimeout(e)};typeof requestIdleCallback<"u"&&(U7=t=>{let e=-1,n=setTimeout(()=>{e=requestIdleCallback(t,{timeout:400})},100);return()=>e<0?clearTimeout(n):cancelIdleCallback(e)});const zm=typeof navigator<"u"&&(!((Xm=navigator.scheduling)===null||Xm===void 0)&&Xm.isInputPending)?()=>navigator.scheduling.isInputPending():null,cN=Vn.fromClass(class{constructor(e){this.view=e,this.working=null,this.workScheduled=0,this.chunkEnd=-1,this.chunkBudget=-1,this.work=this.work.bind(this),this.scheduleWork()}update(e){let n=this.view.state.field(Tr.state).context;(n.updateViewport(e.view.viewport)||this.view.viewport.to>n.treeLen)&&this.scheduleWork(),(e.docChanged||e.selectionSet)&&(this.view.hasFocus&&(this.chunkBudget+=50),this.scheduleWork()),this.checkAsyncSchedule(n)}scheduleWork(){if(this.working)return;let{state:e}=this.view,n=e.field(Tr.state);(n.tree!=n.context.tree||!n.context.isDone(e.doc.length))&&(this.working=U7(this.work))}work(e){this.working=null;let n=Date.now();if(this.chunkEnd<n&&(this.chunkEnd<0||this.view.hasFocus)&&(this.chunkEnd=n+3e4,this.chunkBudget=3e3),this.chunkBudget<=0)return;let{state:r,viewport:{to:i}}=this.view,l=r.field(Tr.state);if(l.tree==l.context.tree&&l.context.isDone(i+1e5))return;let o=Date.now()+Math.min(this.chunkBudget,100,e&&!zm?Math.max(25,e.timeRemaining()-5):1e9),c=l.context.treeLen<i&&r.doc.length>i+1e3,f=l.context.work(()=>zm&&zm()||Date.now()>o,i+(c?0:1e5));this.chunkBudget-=Date.now()-n,(f||this.chunkBudget<=0)&&(l.context.takeTree(),this.view.dispatch({effects:Tr.setState.of(new Us(l.context))})),this.chunkBudget>0&&!(f&&!c)&&this.scheduleWork(),this.checkAsyncSchedule(l.context)}checkAsyncSchedule(e){e.scheduleOn&&(this.workScheduled++,e.scheduleOn.then(()=>this.scheduleWork()).catch(n=>qr(this.view.state,n)).then(()=>this.workScheduled--),e.scheduleOn=null)}destroy(){this.working&&this.working()}isWorking(){return!!(this.working||this.workScheduled>0)}},{eventHandlers:{focus(){this.scheduleWork()}}}),Ca=Se.define({combine(t){return t.length?t[0]:null},enables:t=>[Tr.state,cN,ve.contentAttributes.compute([t],e=>{let n=e.facet(t);return n&&n.name?{"data-language":n.name}:{}})]});class Pg{constructor(e,n=[]){this.language=e,this.support=n,this.extension=[e,n]}}const uN=Se.define(),Nf=Se.define({combine:t=>{if(!t.length)return" ";let e=t[0];if(!e||/\S/.test(e)||Array.from(e).some(n=>n!=e[0]))throw new Error("Invalid indent unit: "+JSON.stringify(t[0]));return e}});function q1(t){let e=t.facet(Nf);return e.charCodeAt(0)==9?t.tabSize*e.length:e.length}function zc(t,e){let n="",r=t.tabSize,i=t.facet(Nf)[0];if(i==" "){for(;e>=r;)n+=" ",e-=r;i=" "}for(let l=0;l<e;l++)n+=i;return n}function jg(t,e){t instanceof Ie&&(t=new Vf(t));for(let r of t.state.facet(uN)){let i=r(t,e);if(i!==void 0)return i}let n=jt(t.state);return n.length>=e?fN(t,n,e):null}class Vf{constructor(e,n={}){this.state=e,this.options=n,this.unit=q1(e)}lineAt(e,n=1){let r=this.state.doc.lineAt(e),{simulateBreak:i,simulateDoubleBreak:l}=this.options;return i!=null&&i>=r.from&&i<=r.to?l&&i==e?{text:"",from:e}:(n<0?i<e:i<=e)?{text:r.text.slice(i-r.from),from:i}:{text:r.text.slice(0,i-r.from),from:r.from}:r}textAfterPos(e,n=1){if(this.options.simulateDoubleBreak&&e==this.options.simulateBreak)return"";let{text:r,from:i}=this.lineAt(e,n);return r.slice(e-i,Math.min(r.length,e+100-i))}column(e,n=1){let{text:r,from:i}=this.lineAt(e,n),l=this.countColumn(r,e-i),o=this.options.overrideIndentation?this.options.overrideIndentation(i):-1;return o>-1&&(l+=o-this.countColumn(r,r.search(/\S|$/))),l}countColumn(e,n=e.length){return $f(e,this.state.tabSize,n)}lineIndent(e,n=1){let{text:r,from:i}=this.lineAt(e,n),l=this.options.overrideIndentation;if(l){let o=l(i);if(o>-1)return o}return this.countColumn(r,r.search(/\S|$/))}get simulatedBreak(){return this.options.simulateBreak||null}}const Lf=new Ne;function fN(t,e,n){let r=e.resolveStack(n),i=e.resolveInner(n,-1).resolve(n,0).enterUnfinishedNodesBefore(n);if(i!=r.node){let l=[];for(let o=i;o&&!(o.from<r.node.from||o.to>r.node.to||o.from==r.node.from&&o.type==r.node.type);o=o.parent)l.push(o);for(let o=l.length-1;o>=0;o--)r={node:l[o],next:r}}return I7(r,t,n)}function I7(t,e,n){for(let r=t;r;r=r.next){let i=dN(r.node);if(i)return i(Rg.create(e,n,r))}return 0}function hN(t){return t.pos==t.options.simulateBreak&&t.options.simulateDoubleBreak}function dN(t){let e=t.type.prop(Lf);if(e)return e;let n=t.firstChild,r;if(n&&(r=n.type.prop(Ne.closedBy))){let i=t.lastChild,l=i&&r.indexOf(i.name)>-1;return o=>G7(o,!0,1,void 0,l&&!hN(o)?i.from:void 0)}return t.parent==null?mN:null}function mN(){return 0}class Rg extends Vf{constructor(e,n,r){super(e.state,e.options),this.base=e,this.pos=n,this.context=r}get node(){return this.context.node}static create(e,n,r){return new Rg(e,n,r)}get textAfter(){return this.textAfterPos(this.pos)}get baseIndent(){return this.baseIndentFor(this.node)}baseIndentFor(e){let n=this.state.doc.lineAt(e.from);for(;;){let r=e.resolve(n.from);for(;r.parent&&r.parent.from==r.from;)r=r.parent;if(pN(r,e))break;n=this.state.doc.lineAt(r.from)}return this.lineIndent(n.from)}continue(){return I7(this.context.next,this.base,this.pos)}}function pN(t,e){for(let n=e;n;n=n.parent)if(t==n)return!0;return!1}function gN(t){let e=t.node,n=e.childAfter(e.from),r=e.lastChild;if(!n)return null;let i=t.options.simulateBreak,l=t.state.doc.lineAt(n.from),o=i==null||i<=l.from?l.to:Math.min(l.to,i);for(let c=n.to;;){let f=e.childAfter(c);if(!f||f==r)return null;if(!f.type.isSkipped){if(f.from>=o)return null;let m=/^ */.exec(l.text.slice(n.to-l.from))[0].length;return{from:n.from,to:n.to+m}}c=f.to}}function ON({closing:t,align:e=!0,units:n=1}){return r=>G7(r,e,n,t)}function G7(t,e,n,r,i){let l=t.textAfter,o=l.match(/^\s*/)[0].length,c=r&&l.slice(o,o+r.length)==r||i==t.pos+o,f=e?gN(t):null;return f?c?t.column(f.from):t.column(f.to):t.baseIndent+(c?0:t.unit*n)}const xN=t=>t.baseIndent;function x1({except:t,units:e=1}={}){return n=>{let r=t&&t.test(n.textAfter);return n.baseIndent+(r?0:e*n.unit)}}const yN=200;function bN(){return Ie.transactionFilter.of(t=>{if(!t.docChanged||!t.isUserEvent("input.type")&&!t.isUserEvent("input.complete"))return t;let e=t.startState.languageDataAt("indentOnInput",t.startState.selection.main.head);if(!e.length)return t;let n=t.newDoc,{head:r}=t.newSelection.main,i=n.lineAt(r);if(r>i.from+yN)return t;let l=n.sliceString(i.from,r);if(!e.some(m=>m.test(l)))return t;let{state:o}=t,c=-1,f=[];for(let{head:m}of o.selection.ranges){let p=o.doc.lineAt(m);if(p.from==c)continue;c=p.from;let g=jg(o,p.from);if(g==null)continue;let y=/^\s*/.exec(p.text)[0],v=zc(o,g);y!=v&&f.push({from:p.from,to:p.from+y.length,insert:v})}return f.length?[t,{changes:f,sequential:!0}]:t})}const vN=Se.define(),_f=new Ne;function W7(t){let e=t.firstChild,n=t.lastChild;return e&&e.to<n.from?{from:e.to,to:n.type.isError?t.to:n.from}:null}function SN(t,e,n){let r=jt(t);if(r.length<n)return null;let i=r.resolveStack(n,1),l=null;for(let o=i;o;o=o.next){let c=o.node;if(c.to<=n||c.from>n)continue;if(l&&c.from<e)break;let f=c.type.prop(_f);if(f&&(c.to<r.length-50||r.length==t.doc.length||!wN(c))){let m=f(c,t);m&&m.from<=n&&m.from>=e&&m.to>n&&(l=m)}}return l}function wN(t){let e=t.lastChild;return e&&e.to==t.to&&e.type.isError}function _y(t,e,n){for(let r of t.facet(vN)){let i=r(t,e,n);if(i)return i}return SN(t,e,n)}function K7(t,e){let n=e.mapPos(t.from,1),r=e.mapPos(t.to,-1);return n>=r?void 0:{from:n,to:r}}const J7=We.define({map:K7}),Ng=We.define({map:K7}),U1=Kn.define({create(){return Ze.none},update(t,e){e.isUserEvent("delete")&&e.changes.iterChangedRanges((n,r)=>t=Dy(t,n,r)),t=t.map(e.changes);for(let n of e.effects)if(n.is(J7)&&!AN(t,n.value.from,n.value.to)){let{preparePlaceholder:r}=e.state.facet(ew),i=r?Ze.replace({widget:new MN(r(e.state,n.value))}):Xy;t=t.update({add:[i.range(n.value.from,n.value.to)]})}else n.is(Ng)&&(t=t.update({filter:(r,i)=>n.value.from!=r||n.value.to!=i,filterFrom:n.value.from,filterTo:n.value.to}));return e.selection&&(t=Dy(t,e.selection.main.head)),t},provide:t=>ve.decorations.from(t),toJSON(t,e){let n=[];return t.between(0,e.doc.length,(r,i)=>{n.push(r,i)}),n},fromJSON(t){if(!Array.isArray(t)||t.length%2)throw new RangeError("Invalid JSON for fold state");let e=[];for(let n=0;n<t.length;){let r=t[n++],i=t[n++];if(typeof r!="number"||typeof i!="number")throw new RangeError("Invalid JSON for fold state");e.push(Xy.range(r,i))}return Ze.set(e,!0)}});function Dy(t,e,n=e){let r=!1;return t.between(e,n,(i,l)=>{i<n&&l>e&&(r=!0)}),r?t.update({filterFrom:e,filterTo:n,filter:(i,l)=>i>=n||l<=e}):t}function Mp(t,e,n){var r;let i=null;return(r=t.field(U1,!1))===null||r===void 0||r.between(e,n,(l,o)=>{(!i||i.from>l)&&(i={from:l,to:o})}),i}function AN(t,e,n){let r=!1;return t.between(e,e,(i,l)=>{i==e&&l==n&&(r=!0)}),r}const kN={placeholderDOM:null,preparePlaceholder:null,placeholderText:"…"},ew=Se.define({combine(t){return no(t,kN)}});function TN(t){return[U1,QN]}function tw(t,e){let{state:n}=t,r=n.facet(ew),i=o=>{let c=t.lineBlockAt(t.posAtDOM(o.target)),f=Mp(t.state,c.from,c.to);f&&t.dispatch({effects:Ng.of(f)}),o.preventDefault()};if(r.placeholderDOM)return r.placeholderDOM(t,i,e);let l=document.createElement("span");return l.textContent=r.placeholderText,l.setAttribute("aria-label",n.phrase("folded code")),l.title=n.phrase("unfold"),l.className="cm-foldPlaceholder",l.onclick=i,l}const Xy=Ze.replace({widget:new class extends Tl{toDOM(t){return tw(t,null)}}});class MN extends Tl{constructor(e){super(),this.value=e}eq(e){return this.value==e.value}toDOM(e){return tw(e,this.value)}}const EN={openText:"⌄",closedText:"›",markerDOM:null,domEventHandlers:{},foldingChanged:()=>!1};class Hm extends Ni{constructor(e,n){super(),this.config=e,this.open=n}eq(e){return this.config==e.config&&this.open==e.open}toDOM(e){if(this.config.markerDOM)return this.config.markerDOM(this.open);let n=document.createElement("span");return n.textContent=this.open?this.config.openText:this.config.closedText,n.title=e.state.phrase(this.open?"Fold line":"Unfold line"),n}}function $N(t={}){let e={...EN,...t},n=new Hm(e,!0),r=new Hm(e,!1),i=Vn.fromClass(class{constructor(o){this.from=o.viewport.from,this.markers=this.buildMarkers(o)}update(o){(o.docChanged||o.viewportChanged||o.startState.facet(Ca)!=o.state.facet(Ca)||o.startState.field(U1,!1)!=o.state.field(U1,!1)||jt(o.startState)!=jt(o.state)||e.foldingChanged(o))&&(this.markers=this.buildMarkers(o.view))}buildMarkers(o){let c=new xl;for(let f of o.viewportLineBlocks){let m=Mp(o.state,f.from,f.to)?r:_y(o.state,f.from,f.to)?n:null;m&&c.add(f.from,f.from,m)}return c.finish()}}),{domEventHandlers:l}=e;return[i,$R({class:"cm-foldGutter",markers(o){var c;return((c=o.plugin(i))===null||c===void 0?void 0:c.markers)||Xe.empty},initialSpacer(){return new Hm(e,!1)},domEventHandlers:{...l,click:(o,c,f)=>{if(l.click&&l.click(o,c,f))return!0;let m=Mp(o.state,c.from,c.to);if(m)return o.dispatch({effects:Ng.of(m)}),!0;let p=_y(o.state,c.from,c.to);return p?(o.dispatch({effects:J7.of(p)}),!0):!1}}}),TN()]}const QN=ve.baseTheme({".cm-foldPlaceholder":{backgroundColor:"#eee",border:"1px solid #ddd",color:"#888",borderRadius:".2em",margin:"0 1px",padding:"0 1px",cursor:"pointer"},".cm-foldGutter span":{padding:"0 1px",cursor:"pointer"}});class Df{constructor(e,n){this.specs=e;let r;function i(c){let f=Ma.newName();return(r||(r=Object.create(null)))["."+f]=c,f}const l=typeof n.all=="string"?n.all:n.all?i(n.all):void 0,o=n.scope;this.scope=o instanceof Tr?c=>c.prop(Ms)==o.data:o?c=>c==o:void 0,this.style=F7(e.map(c=>({tag:c.tag,class:c.class||i(Object.assign({},c,{tag:null}))})),{all:l}).style,this.module=r?new Ma(r):null,this.themeType=n.themeType}static define(e,n){return new Df(e,n||{})}}const Ep=Se.define(),CN=Se.define({combine(t){return t.length?[t[0]]:null}});function Ym(t){let e=t.facet(Ep);return e.length?e:t.facet(CN)}function ZN(t,e){let n=[jN],r;return t instanceof Df&&(t.module&&n.push(ve.styleModule.of(t.module)),r=t.themeType),r?n.push(Ep.computeN([ve.darkTheme],i=>i.facet(ve.darkTheme)==(r=="dark")?[t]:[])):n.push(Ep.of(t)),n}class PN{constructor(e){this.markCache=Object.create(null),this.tree=jt(e.state),this.decorations=this.buildDeco(e,Ym(e.state)),this.decoratedTo=e.viewport.to}update(e){let n=jt(e.state),r=Ym(e.state),i=r!=Ym(e.startState),{viewport:l}=e.view,o=e.changes.mapPos(this.decoratedTo,1);n.length<l.to&&!i&&n.type==this.tree.type&&o>=l.to?(this.decorations=this.decorations.map(e.changes),this.decoratedTo=o):(n!=this.tree||e.viewportChanged||i)&&(this.tree=n,this.decorations=this.buildDeco(e.view,r),this.decoratedTo=l.to)}buildDeco(e,n){if(!n||!this.tree.length)return Ze.none;let r=new xl;for(let{from:i,to:l}of e.visibleRanges)aN(this.tree,n,(o,c,f)=>{r.add(o,c,this.markCache[f]||(this.markCache[f]=Ze.mark({class:f})))},i,l);return r.finish()}}const jN=eu.high(Vn.fromClass(PN,{decorations:t=>t.decorations})),RN=ve.baseTheme({"&.cm-focused .cm-matchingBracket":{backgroundColor:"#328c8252"},"&.cm-focused .cm-nonmatchingBracket":{backgroundColor:"#bb555544"}}),nw=1e4,rw="()[]{}",iw=Se.define({combine(t){return no(t,{afterCursor:!0,brackets:rw,maxScanDistance:nw,renderMatch:LN})}}),NN=Ze.mark({class:"cm-matchingBracket"}),VN=Ze.mark({class:"cm-nonmatchingBracket"});function LN(t){let e=[],n=t.matched?NN:VN;return e.push(n.range(t.start.from,t.start.to)),t.end&&e.push(n.range(t.end.from,t.end.to)),e}function zy(t){let e=[],n=t.facet(iw);for(let r of t.selection.ranges){if(!r.empty)continue;let i=Ir(t,r.head,-1,n)||r.head>0&&Ir(t,r.head-1,1,n)||n.afterCursor&&(Ir(t,r.head,1,n)||r.head<t.doc.length&&Ir(t,r.head+1,-1,n));i&&(e=e.concat(n.renderMatch(i,t)))}return Ze.set(e,!0)}const _N=Vn.fromClass(class{constructor(t){this.paused=!1,this.decorations=zy(t.state)}update(t){(t.docChanged||t.selectionSet||this.paused)&&(t.view.composing?(this.decorations=this.decorations.map(t.changes),this.paused=!0):(this.decorations=zy(t.state),this.paused=!1))}},{decorations:t=>t.decorations}),DN=[_N,RN];function XN(t={}){return[iw.of(t),DN]}const aw=new Ne;function $p(t,e,n){let r=t.prop(e<0?Ne.openedBy:Ne.closedBy);if(r)return r;if(t.name.length==1){let i=n.indexOf(t.name);if(i>-1&&i%2==(e<0?1:0))return[n[i+e]]}return null}function Qp(t){let e=t.type.prop(aw);return e?e(t.node):t}function Ir(t,e,n,r={}){let i=r.maxScanDistance||nw,l=r.brackets||rw,o=jt(t),c=o.resolveInner(e,n);for(let f=c;f;f=f.parent){let m=$p(f.type,n,l);if(m&&f.from<f.to){let p=Qp(f);if(p&&(n>0?e>=p.from&&e<p.to:e>p.from&&e<=p.to))return zN(t,e,n,f,p,m,l)}}return HN(t,e,n,o,c.type,i,l)}function zN(t,e,n,r,i,l,o){let c=r.parent,f={from:i.from,to:i.to},m=0,p=c==null?void 0:c.cursor();if(p&&(n<0?p.childBefore(r.from):p.childAfter(r.to)))do if(n<0?p.to<=r.from:p.from>=r.to){if(m==0&&l.indexOf(p.type.name)>-1&&p.from<p.to){let g=Qp(p);return{start:f,end:g?{from:g.from,to:g.to}:void 0,matched:!0}}else if($p(p.type,n,o))m++;else if($p(p.type,-n,o)){if(m==0){let g=Qp(p);return{start:f,end:g&&g.from<g.to?{from:g.from,to:g.to}:void 0,matched:!1}}m--}}while(n<0?p.prevSibling():p.nextSibling());return{start:f,matched:!1}}function HN(t,e,n,r,i,l,o){if(n<0?!e:e==t.doc.length)return null;let c=n<0?t.sliceDoc(e-1,e):t.sliceDoc(e,e+1),f=o.indexOf(c);if(f<0||f%2==0!=n>0)return null;let m={from:n<0?e-1:e,to:n>0?e+1:e},p=t.doc.iterRange(e,n>0?t.doc.length:0),g=0;for(let y=0;!p.next().done&&y<=l;){let v=p.value;n<0&&(y+=v.length);let S=e+y*n;for(let w=n>0?0:v.length-1,k=n>0?v.length:-1;w!=k;w+=n){let A=o.indexOf(v[w]);if(!(A<0||r.resolveInner(S+w,1).type!=i))if(A%2==0==n>0)g++;else{if(g==1)return{start:m,end:{from:S+w,to:S+w+1},matched:A>>1==f>>1};g--}}n>0&&(y+=v.length)}return p.done?{start:m,matched:!1}:null}const YN=Object.create(null),Hy=[Sn.none],Yy=[],By=Object.create(null),BN=Object.create(null);for(let[t,e]of[["variable","variableName"],["variable-2","variableName.special"],["string-2","string.special"],["def","variableName.definition"],["tag","tagName"],["attribute","attributeName"],["type","typeName"],["builtin","variableName.standard"],["qualifier","modifier"],["error","invalid"],["header","heading"],["property","propertyName"]])BN[t]=FN(YN,e);function Bm(t,e){Yy.indexOf(t)>-1||(Yy.push(t),console.warn(e))}function FN(t,e){let n=[];for(let c of e.split(" ")){let f=[];for(let m of c.split(".")){let p=t[m]||W[m];p?typeof p=="function"?f.length?f=f.map(p):Bm(m,`Modifier ${m} used at start of tag`):f.length?Bm(m,`Tag ${m} used as modifier`):f=Array.isArray(p)?p:[p]:Bm(m,`Unknown highlighting tag ${m}`)}for(let m of f)n.push(m)}if(!n.length)return 0;let r=e.replace(/ /g,"_"),i=r+" "+n.map(c=>c.id),l=By[i];if(l)return l.id;let o=By[i]=Sn.define({id:Hy.length,name:r,props:[Rf({[r]:n})]});return Hy.push(o),o.id}Pt.RTL,Pt.LTR;const qN=t=>{let{state:e}=t,n=e.doc.lineAt(e.selection.main.from),r=Lg(t.state,n.from);return r.line?UN(t):r.block?GN(t):!1};function Vg(t,e){return({state:n,dispatch:r})=>{if(n.readOnly)return!1;let i=t(e,n);return i?(r(n.update(i)),!0):!1}}const UN=Vg(JN,0),IN=Vg(lw,0),GN=Vg((t,e)=>lw(t,e,KN(e)),0);function Lg(t,e){let n=t.languageDataAt("commentTokens",e,1);return n.length?n[0]:{}}const ic=50;function WN(t,{open:e,close:n},r,i){let l=t.sliceDoc(r-ic,r),o=t.sliceDoc(i,i+ic),c=/\s*$/.exec(l)[0].length,f=/^\s*/.exec(o)[0].length,m=l.length-c;if(l.slice(m-e.length,m)==e&&o.slice(f,f+n.length)==n)return{open:{pos:r-c,margin:c&&1},close:{pos:i+f,margin:f&&1}};let p,g;i-r<=2*ic?p=g=t.sliceDoc(r,i):(p=t.sliceDoc(r,r+ic),g=t.sliceDoc(i-ic,i));let y=/^\s*/.exec(p)[0].length,v=/\s*$/.exec(g)[0].length,S=g.length-v-n.length;return p.slice(y,y+e.length)==e&&g.slice(S,S+n.length)==n?{open:{pos:r+y+e.length,margin:/\s/.test(p.charAt(y+e.length))?1:0},close:{pos:i-v-n.length,margin:/\s/.test(g.charAt(S-1))?1:0}}:null}function KN(t){let e=[];for(let n of t.selection.ranges){let r=t.doc.lineAt(n.from),i=n.to<=r.to?r:t.doc.lineAt(n.to);i.from>r.from&&i.from==n.to&&(i=n.to==r.to+1?r:t.doc.lineAt(n.to-1));let l=e.length-1;l>=0&&e[l].to>r.from?e[l].to=i.to:e.push({from:r.from+/^\s*/.exec(r.text)[0].length,to:i.to})}return e}function lw(t,e,n=e.selection.ranges){let r=n.map(l=>Lg(e,l.from).block);if(!r.every(l=>l))return null;let i=n.map((l,o)=>WN(e,r[o],l.from,l.to));if(t!=2&&!i.every(l=>l))return{changes:e.changes(n.map((l,o)=>i[o]?[]:[{from:l.from,insert:r[o].open+" "},{from:l.to,insert:" "+r[o].close}]))};if(t!=1&&i.some(l=>l)){let l=[];for(let o=0,c;o<i.length;o++)if(c=i[o]){let f=r[o],{open:m,close:p}=c;l.push({from:m.pos-f.open.length,to:m.pos+m.margin},{from:p.pos-p.margin,to:p.pos+f.close.length})}return{changes:l}}return null}function JN(t,e,n=e.selection.ranges){let r=[],i=-1;e:for(let{from:l,to:o}of n){let c=r.length,f=1e9,m;for(let p=l;p<=o;){let g=e.doc.lineAt(p);if(m==null&&(m=Lg(e,g.from).line,!m))continue e;if(g.from>i&&(l==o||o>g.from)){i=g.from;let y=/^\s*/.exec(g.text)[0].length,v=y==g.length,S=g.text.slice(y,y+m.length)==m?y:-1;y<g.text.length&&y<f&&(f=y),r.push({line:g,comment:S,token:m,indent:y,empty:v,single:!1})}p=g.to+1}if(f<1e9)for(let p=c;p<r.length;p++)r[p].indent<r[p].line.text.length&&(r[p].indent=f);r.length==c+1&&(r[c].single=!0)}if(t!=2&&r.some(l=>l.comment<0&&(!l.empty||l.single))){let l=[];for(let{line:c,token:f,indent:m,empty:p,single:g}of r)(g||!p)&&l.push({from:c.from+m,insert:f+" "});let o=e.changes(l);return{changes:o,selection:e.selection.map(o,1)}}else if(t!=1&&r.some(l=>l.comment>=0)){let l=[];for(let{line:o,comment:c,token:f}of r)if(c>=0){let m=o.from+c,p=m+f.length;o.text[p-o.from]==" "&&p++,l.push({from:m,to:p})}return{changes:l}}return null}const Cp=Li.define(),eV=Li.define(),tV=Se.define(),sw=Se.define({combine(t){return no(t,{minDepth:100,newGroupDelay:500,joinToEvent:(e,n)=>n},{minDepth:Math.max,newGroupDelay:Math.min,joinToEvent:(e,n)=>(r,i)=>e(r,i)||n(r,i)})}}),ow=Kn.define({create(){return Gr.empty},update(t,e){let n=e.state.facet(sw),r=e.annotation(Cp);if(r){let f=Rn.fromTransaction(e,r.selection),m=r.side,p=m==0?t.undone:t.done;return f?p=I1(p,p.length,n.minDepth,f):p=fw(p,e.startState.selection),new Gr(m==0?r.rest:p,m==0?p:r.rest)}let i=e.annotation(eV);if((i=="full"||i=="before")&&(t=t.isolate()),e.annotation(Xt.addToHistory)===!1)return e.changes.empty?t:t.addMapping(e.changes.desc);let l=Rn.fromTransaction(e),o=e.annotation(Xt.time),c=e.annotation(Xt.userEvent);return l?t=t.addChanges(l,o,c,n,e):e.selection&&(t=t.addSelection(e.startState.selection,o,c,n.newGroupDelay)),(i=="full"||i=="after")&&(t=t.isolate()),t},toJSON(t){return{done:t.done.map(e=>e.toJSON()),undone:t.undone.map(e=>e.toJSON())}},fromJSON(t){return new Gr(t.done.map(Rn.fromJSON),t.undone.map(Rn.fromJSON))}});function nV(t={}){return[ow,sw.of(t),ve.domEventHandlers({beforeinput(e,n){let r=e.inputType=="historyUndo"?cw:e.inputType=="historyRedo"?Zp:null;return r?(e.preventDefault(),r(n)):!1}})]}function Xf(t,e){return function({state:n,dispatch:r}){if(!e&&n.readOnly)return!1;let i=n.field(ow,!1);if(!i)return!1;let l=i.pop(t,n,e);return l?(r(l),!0):!1}}const cw=Xf(0,!1),Zp=Xf(1,!1),rV=Xf(0,!0),iV=Xf(1,!0);class Rn{constructor(e,n,r,i,l){this.changes=e,this.effects=n,this.mapped=r,this.startSelection=i,this.selectionsAfter=l}setSelAfter(e){return new Rn(this.changes,this.effects,this.mapped,this.startSelection,e)}toJSON(){var e,n,r;return{changes:(e=this.changes)===null||e===void 0?void 0:e.toJSON(),mapped:(n=this.mapped)===null||n===void 0?void 0:n.toJSON(),startSelection:(r=this.startSelection)===null||r===void 0?void 0:r.toJSON(),selectionsAfter:this.selectionsAfter.map(i=>i.toJSON())}}static fromJSON(e){return new Rn(e.changes&&Bt.fromJSON(e.changes),[],e.mapped&&Jr.fromJSON(e.mapped),e.startSelection&&fe.fromJSON(e.startSelection),e.selectionsAfter.map(fe.fromJSON))}static fromTransaction(e,n){let r=gr;for(let i of e.startState.facet(tV)){let l=i(e);l.length&&(r=r.concat(l))}return!r.length&&e.changes.empty?null:new Rn(e.changes.invert(e.startState.doc),r,void 0,n||e.startState.selection,gr)}static selection(e){return new Rn(void 0,gr,void 0,void 0,e)}}function I1(t,e,n,r){let i=e+1>n+20?e-n-1:0,l=t.slice(i,e);return l.push(r),l}function aV(t,e){let n=[],r=!1;return t.iterChangedRanges((i,l)=>n.push(i,l)),e.iterChangedRanges((i,l,o,c)=>{for(let f=0;f<n.length;){let m=n[f++],p=n[f++];c>=m&&o<=p&&(r=!0)}}),r}function lV(t,e){return t.ranges.length==e.ranges.length&&t.ranges.filter((n,r)=>n.empty!=e.ranges[r].empty).length===0}function uw(t,e){return t.length?e.length?t.concat(e):t:e}const gr=[],sV=200;function fw(t,e){if(t.length){let n=t[t.length-1],r=n.selectionsAfter.slice(Math.max(0,n.selectionsAfter.length-sV));return r.length&&r[r.length-1].eq(e)?t:(r.push(e),I1(t,t.length-1,1e9,n.setSelAfter(r)))}else return[Rn.selection([e])]}function oV(t){let e=t[t.length-1],n=t.slice();return n[t.length-1]=e.setSelAfter(e.selectionsAfter.slice(0,e.selectionsAfter.length-1)),n}function Fm(t,e){if(!t.length)return t;let n=t.length,r=gr;for(;n;){let i=cV(t[n-1],e,r);if(i.changes&&!i.changes.empty||i.effects.length){let l=t.slice(0,n);return l[n-1]=i,l}else e=i.mapped,n--,r=i.selectionsAfter}return r.length?[Rn.selection(r)]:gr}function cV(t,e,n){let r=uw(t.selectionsAfter.length?t.selectionsAfter.map(c=>c.map(e)):gr,n);if(!t.changes)return Rn.selection(r);let i=t.changes.map(e),l=e.mapDesc(t.changes,!0),o=t.mapped?t.mapped.composeDesc(l):l;return new Rn(i,We.mapEffects(t.effects,e),o,t.startSelection.map(l),r)}const uV=/^(input\.type|delete)($|\.)/;class Gr{constructor(e,n,r=0,i=void 0){this.done=e,this.undone=n,this.prevTime=r,this.prevUserEvent=i}isolate(){return this.prevTime?new Gr(this.done,this.undone):this}addChanges(e,n,r,i,l){let o=this.done,c=o[o.length-1];return c&&c.changes&&!c.changes.empty&&e.changes&&(!r||uV.test(r))&&(!c.selectionsAfter.length&&n-this.prevTime<i.newGroupDelay&&i.joinToEvent(l,aV(c.changes,e.changes))||r=="input.type.compose")?o=I1(o,o.length-1,i.minDepth,new Rn(e.changes.compose(c.changes),uw(We.mapEffects(e.effects,c.changes),c.effects),c.mapped,c.startSelection,gr)):o=I1(o,o.length,i.minDepth,e),new Gr(o,gr,n,r)}addSelection(e,n,r,i){let l=this.done.length?this.done[this.done.length-1].selectionsAfter:gr;return l.length>0&&n-this.prevTime<i&&r==this.prevUserEvent&&r&&/^select($|\.)/.test(r)&&lV(l[l.length-1],e)?this:new Gr(fw(this.done,e),this.undone,n,r)}addMapping(e){return new Gr(Fm(this.done,e),Fm(this.undone,e),this.prevTime,this.prevUserEvent)}pop(e,n,r){let i=e==0?this.done:this.undone;if(i.length==0)return null;let l=i[i.length-1],o=l.selectionsAfter[0]||(l.startSelection?l.startSelection.map(l.changes.invertedDesc,1):n.selection);if(r&&l.selectionsAfter.length)return n.update({selection:l.selectionsAfter[l.selectionsAfter.length-1],annotations:Cp.of({side:e,rest:oV(i),selection:o}),userEvent:e==0?"select.undo":"select.redo",scrollIntoView:!0});if(l.changes){let c=i.length==1?gr:i.slice(0,i.length-1);return l.mapped&&(c=Fm(c,l.mapped)),n.update({changes:l.changes,selection:l.startSelection,effects:l.effects,annotations:Cp.of({side:e,rest:c,selection:o}),filter:!1,userEvent:e==0?"undo":"redo",scrollIntoView:!0})}else return null}}Gr.empty=new Gr(gr,gr);const fV=[{key:"Mod-z",run:cw,preventDefault:!0},{key:"Mod-y",mac:"Mod-Shift-z",run:Zp,preventDefault:!0},{linux:"Ctrl-Shift-z",run:Zp,preventDefault:!0},{key:"Mod-u",run:rV,preventDefault:!0},{key:"Alt-u",mac:"Mod-Shift-u",run:iV,preventDefault:!0}];function ro(t,e){return fe.create(t.ranges.map(e),t.mainIndex)}function Er(t,e){return t.update({selection:e,scrollIntoView:!0,userEvent:"select"})}function $r({state:t,dispatch:e},n){let r=ro(t.selection,n);return r.eq(t.selection,!0)?!1:(e(Er(t,r)),!0)}function zf(t,e){return fe.cursor(e?t.to:t.from)}function hw(t,e){return $r(t,n=>n.empty?t.moveByChar(n,e):zf(n,e))}function On(t){return t.textDirectionAt(t.state.selection.main.head)==Pt.LTR}const dw=t=>hw(t,!On(t)),mw=t=>hw(t,On(t));function pw(t,e){return $r(t,n=>n.empty?t.moveByGroup(n,e):zf(n,e))}const hV=t=>pw(t,!On(t)),dV=t=>pw(t,On(t));function mV(t,e,n){if(e.type.prop(n))return!0;let r=e.to-e.from;return r&&(r>2||/[^\s,.;:]/.test(t.sliceDoc(e.from,e.to)))||e.firstChild}function Hf(t,e,n){let r=jt(t).resolveInner(e.head),i=n?Ne.closedBy:Ne.openedBy;for(let f=e.head;;){let m=n?r.childAfter(f):r.childBefore(f);if(!m)break;mV(t,m,i)?r=m:f=n?m.to:m.from}let l=r.type.prop(i),o,c;return l&&(o=n?Ir(t,r.from,1):Ir(t,r.to,-1))&&o.matched?c=n?o.end.to:o.end.from:c=n?r.to:r.from,fe.cursor(c,n?-1:1)}const pV=t=>$r(t,e=>Hf(t.state,e,!On(t))),gV=t=>$r(t,e=>Hf(t.state,e,On(t)));function gw(t,e){return $r(t,n=>{if(!n.empty)return zf(n,e);let r=t.moveVertically(n,e);return r.head!=n.head?r:t.moveToLineBoundary(n,e)})}const Ow=t=>gw(t,!1),xw=t=>gw(t,!0);function yw(t){let e=t.scrollDOM.clientHeight<t.scrollDOM.scrollHeight-2,n=0,r=0,i;if(e){for(let l of t.state.facet(ve.scrollMargins)){let o=l(t);o!=null&&o.top&&(n=Math.max(o==null?void 0:o.top,n)),o!=null&&o.bottom&&(r=Math.max(o==null?void 0:o.bottom,r))}i=t.scrollDOM.clientHeight-n-r}else i=(t.dom.ownerDocument.defaultView||window).innerHeight;return{marginTop:n,marginBottom:r,selfScroll:e,height:Math.max(t.defaultLineHeight,i-5)}}function bw(t,e){let n=yw(t),{state:r}=t,i=ro(r.selection,o=>o.empty?t.moveVertically(o,e,n.height):zf(o,e));if(i.eq(r.selection))return!1;let l;if(n.selfScroll){let o=t.coordsAtPos(r.selection.main.head),c=t.scrollDOM.getBoundingClientRect(),f=c.top+n.marginTop,m=c.bottom-n.marginBottom;o&&o.top>f&&o.bottom<m&&(l=ve.scrollIntoView(i.main.head,{y:"start",yMargin:o.top-f}))}return t.dispatch(Er(r,i),{effects:l}),!0}const Fy=t=>bw(t,!1),Pp=t=>bw(t,!0);function Za(t,e,n){let r=t.lineBlockAt(e.head),i=t.moveToLineBoundary(e,n);if(i.head==e.head&&i.head!=(n?r.to:r.from)&&(i=t.moveToLineBoundary(e,n,!1)),!n&&i.head==r.from&&r.length){let l=/^\s*/.exec(t.state.sliceDoc(r.from,Math.min(r.from+100,r.to)))[0].length;l&&e.head!=r.from+l&&(i=fe.cursor(r.from+l))}return i}const OV=t=>$r(t,e=>Za(t,e,!0)),xV=t=>$r(t,e=>Za(t,e,!1)),yV=t=>$r(t,e=>Za(t,e,!On(t))),bV=t=>$r(t,e=>Za(t,e,On(t))),vV=t=>$r(t,e=>fe.cursor(t.lineBlockAt(e.head).from,1)),SV=t=>$r(t,e=>fe.cursor(t.lineBlockAt(e.head).to,-1));function wV(t,e,n){let r=!1,i=ro(t.selection,l=>{let o=Ir(t,l.head,-1)||Ir(t,l.head,1)||l.head>0&&Ir(t,l.head-1,1)||l.head<t.doc.length&&Ir(t,l.head+1,-1);if(!o||!o.end)return l;r=!0;let c=o.start.from==l.head?o.end.to:o.end.from;return fe.cursor(c)});return r?(e(Er(t,i)),!0):!1}const AV=({state:t,dispatch:e})=>wV(t,e);function Or(t,e){let n=ro(t.state.selection,r=>{let i=e(r);return fe.range(r.anchor,i.head,i.goalColumn,i.bidiLevel||void 0,i.assoc)});return n.eq(t.state.selection)?!1:(t.dispatch(Er(t.state,n)),!0)}function vw(t,e){return Or(t,n=>t.moveByChar(n,e))}const Sw=t=>vw(t,!On(t)),ww=t=>vw(t,On(t));function Aw(t,e){return Or(t,n=>t.moveByGroup(n,e))}const kV=t=>Aw(t,!On(t)),TV=t=>Aw(t,On(t)),MV=t=>Or(t,e=>Hf(t.state,e,!On(t))),EV=t=>Or(t,e=>Hf(t.state,e,On(t)));function kw(t,e){return Or(t,n=>t.moveVertically(n,e))}const Tw=t=>kw(t,!1),Mw=t=>kw(t,!0);function Ew(t,e){return Or(t,n=>t.moveVertically(n,e,yw(t).height))}const qy=t=>Ew(t,!1),Uy=t=>Ew(t,!0),$V=t=>Or(t,e=>Za(t,e,!0)),QV=t=>Or(t,e=>Za(t,e,!1)),CV=t=>Or(t,e=>Za(t,e,!On(t))),ZV=t=>Or(t,e=>Za(t,e,On(t))),PV=t=>Or(t,e=>fe.cursor(t.lineBlockAt(e.head).from)),jV=t=>Or(t,e=>fe.cursor(t.lineBlockAt(e.head).to)),Iy=({state:t,dispatch:e})=>(e(Er(t,{anchor:0})),!0),Gy=({state:t,dispatch:e})=>(e(Er(t,{anchor:t.doc.length})),!0),Wy=({state:t,dispatch:e})=>(e(Er(t,{anchor:t.selection.main.anchor,head:0})),!0),Ky=({state:t,dispatch:e})=>(e(Er(t,{anchor:t.selection.main.anchor,head:t.doc.length})),!0),RV=({state:t,dispatch:e})=>(e(t.update({selection:{anchor:0,head:t.doc.length},userEvent:"select"})),!0),NV=({state:t,dispatch:e})=>{let n=Yf(t).map(({from:r,to:i})=>fe.range(r,Math.min(i+1,t.doc.length)));return e(t.update({selection:fe.create(n),userEvent:"select"})),!0},VV=({state:t,dispatch:e})=>{let n=ro(t.selection,r=>{let i=jt(t),l=i.resolveStack(r.from,1);if(r.empty){let o=i.resolveStack(r.from,-1);o.node.from>=l.node.from&&o.node.to<=l.node.to&&(l=o)}for(let o=l;o;o=o.next){let{node:c}=o;if((c.from<r.from&&c.to>=r.to||c.to>r.to&&c.from<=r.from)&&o.next)return fe.range(c.to,c.from)}return r});return n.eq(t.selection)?!1:(e(Er(t,n)),!0)};function $w(t,e){let{state:n}=t,r=n.selection,i=n.selection.ranges.slice();for(let l of n.selection.ranges){let o=n.doc.lineAt(l.head);if(e?o.to<t.state.doc.length:o.from>0)for(let c=l;;){let f=t.moveVertically(c,e);if(f.head<o.from||f.head>o.to){i.some(m=>m.head==f.head)||i.push(f);break}else{if(f.head==c.head)break;c=f}}}return i.length==r.ranges.length?!1:(t.dispatch(Er(n,fe.create(i,i.length-1))),!0)}const LV=t=>$w(t,!1),_V=t=>$w(t,!0),DV=({state:t,dispatch:e})=>{let n=t.selection,r=null;return n.ranges.length>1?r=fe.create([n.main]):n.main.empty||(r=fe.create([fe.cursor(n.main.head)])),r?(e(Er(t,r)),!0):!1};function iu(t,e){if(t.state.readOnly)return!1;let n="delete.selection",{state:r}=t,i=r.changeByRange(l=>{let{from:o,to:c}=l;if(o==c){let f=e(l);f<o?(n="delete.backward",f=I0(t,f,!1)):f>o&&(n="delete.forward",f=I0(t,f,!0)),o=Math.min(o,f),c=Math.max(c,f)}else o=I0(t,o,!1),c=I0(t,c,!0);return o==c?{range:l}:{changes:{from:o,to:c},range:fe.cursor(o,o<l.head?-1:1)}});return i.changes.empty?!1:(t.dispatch(r.update(i,{scrollIntoView:!0,userEvent:n,effects:n=="delete.selection"?ve.announce.of(r.phrase("Selection deleted")):void 0})),!0)}function I0(t,e,n){if(t instanceof ve)for(let r of t.state.facet(ve.atomicRanges).map(i=>i(t)))r.between(e,e,(i,l)=>{i<e&&l>e&&(e=n?l:i)});return e}const Qw=(t,e,n)=>iu(t,r=>{let i=r.from,{state:l}=t,o=l.doc.lineAt(i),c,f;if(n&&!e&&i>o.from&&i<o.from+200&&!/[^ \t]/.test(c=o.text.slice(0,i-o.from))){if(c[c.length-1]==" ")return i-1;let m=$f(c,l.tabSize),p=m%q1(l)||q1(l);for(let g=0;g<p&&c[c.length-1-g]==" ";g++)i--;f=i}else f=Wt(o.text,i-o.from,e,e)+o.from,f==i&&o.number!=(e?l.doc.lines:1)?f+=e?1:-1:!e&&/[\ufe00-\ufe0f]/.test(o.text.slice(f-o.from,i-o.from))&&(f=Wt(o.text,f-o.from,!1,!1)+o.from);return f}),jp=t=>Qw(t,!1,!0),Cw=t=>Qw(t,!0,!1),Zw=(t,e)=>iu(t,n=>{let r=n.head,{state:i}=t,l=i.doc.lineAt(r),o=i.charCategorizer(r);for(let c=null;;){if(r==(e?l.to:l.from)){r==n.head&&l.number!=(e?i.doc.lines:1)&&(r+=e?1:-1);break}let f=Wt(l.text,r-l.from,e)+l.from,m=l.text.slice(Math.min(r,f)-l.from,Math.max(r,f)-l.from),p=o(m);if(c!=null&&p!=c)break;(m!=" "||r!=n.head)&&(c=p),r=f}return r}),Pw=t=>Zw(t,!1),XV=t=>Zw(t,!0),zV=t=>iu(t,e=>{let n=t.lineBlockAt(e.head).to;return e.head<n?n:Math.min(t.state.doc.length,e.head+1)}),HV=t=>iu(t,e=>{let n=t.moveToLineBoundary(e,!1).head;return e.head>n?n:Math.max(0,e.head-1)}),YV=t=>iu(t,e=>{let n=t.moveToLineBoundary(e,!0).head;return e.head<n?n:Math.min(t.state.doc.length,e.head+1)}),BV=({state:t,dispatch:e})=>{if(t.readOnly)return!1;let n=t.changeByRange(r=>({changes:{from:r.from,to:r.to,insert:Ue.of(["",""])},range:fe.cursor(r.from)}));return e(t.update(n,{scrollIntoView:!0,userEvent:"input"})),!0},FV=({state:t,dispatch:e})=>{if(t.readOnly)return!1;let n=t.changeByRange(r=>{if(!r.empty||r.from==0||r.from==t.doc.length)return{range:r};let i=r.from,l=t.doc.lineAt(i),o=i==l.from?i-1:Wt(l.text,i-l.from,!1)+l.from,c=i==l.to?i+1:Wt(l.text,i-l.from,!0)+l.from;return{changes:{from:o,to:c,insert:t.doc.slice(i,c).append(t.doc.slice(o,i))},range:fe.cursor(c)}});return n.changes.empty?!1:(e(t.update(n,{scrollIntoView:!0,userEvent:"move.character"})),!0)};function Yf(t){let e=[],n=-1;for(let r of t.selection.ranges){let i=t.doc.lineAt(r.from),l=t.doc.lineAt(r.to);if(!r.empty&&r.to==l.from&&(l=t.doc.lineAt(r.to-1)),n>=i.number){let o=e[e.length-1];o.to=l.to,o.ranges.push(r)}else e.push({from:i.from,to:l.to,ranges:[r]});n=l.number+1}return e}function jw(t,e,n){if(t.readOnly)return!1;let r=[],i=[];for(let l of Yf(t)){if(n?l.to==t.doc.length:l.from==0)continue;let o=t.doc.lineAt(n?l.to+1:l.from-1),c=o.length+1;if(n){r.push({from:l.to,to:o.to},{from:l.from,insert:o.text+t.lineBreak});for(let f of l.ranges)i.push(fe.range(Math.min(t.doc.length,f.anchor+c),Math.min(t.doc.length,f.head+c)))}else{r.push({from:o.from,to:l.from},{from:l.to,insert:t.lineBreak+o.text});for(let f of l.ranges)i.push(fe.range(f.anchor-c,f.head-c))}}return r.length?(e(t.update({changes:r,scrollIntoView:!0,selection:fe.create(i,t.selection.mainIndex),userEvent:"move.line"})),!0):!1}const qV=({state:t,dispatch:e})=>jw(t,e,!1),UV=({state:t,dispatch:e})=>jw(t,e,!0);function Rw(t,e,n){if(t.readOnly)return!1;let r=[];for(let l of Yf(t))n?r.push({from:l.from,insert:t.doc.slice(l.from,l.to)+t.lineBreak}):r.push({from:l.to,insert:t.lineBreak+t.doc.slice(l.from,l.to)});let i=t.changes(r);return e(t.update({changes:i,selection:t.selection.map(i,n?1:-1),scrollIntoView:!0,userEvent:"input.copyline"})),!0}const IV=({state:t,dispatch:e})=>Rw(t,e,!1),GV=({state:t,dispatch:e})=>Rw(t,e,!0),WV=t=>{if(t.state.readOnly)return!1;let{state:e}=t,n=e.changes(Yf(e).map(({from:i,to:l})=>(i>0?i--:l<e.doc.length&&l++,{from:i,to:l}))),r=ro(e.selection,i=>{let l;if(t.lineWrapping){let o=t.lineBlockAt(i.head),c=t.coordsAtPos(i.head,i.assoc||1);c&&(l=o.bottom+t.documentTop-c.bottom+t.defaultLineHeight/2)}return t.moveVertically(i,!0,l)}).map(n);return t.dispatch({changes:n,selection:r,scrollIntoView:!0,userEvent:"delete.line"}),!0};function KV(t,e){if(/\(\)|\[\]|\{\}/.test(t.sliceDoc(e-1,e+1)))return{from:e,to:e};let n=jt(t).resolveInner(e),r=n.childBefore(e),i=n.childAfter(e),l;return r&&i&&r.to<=e&&i.from>=e&&(l=r.type.prop(Ne.closedBy))&&l.indexOf(i.name)>-1&&t.doc.lineAt(r.to).from==t.doc.lineAt(i.from).from&&!/\S/.test(t.sliceDoc(r.to,i.from))?{from:r.to,to:i.from}:null}const Jy=Nw(!1),JV=Nw(!0);function Nw(t){return({state:e,dispatch:n})=>{if(e.readOnly)return!1;let r=e.changeByRange(i=>{let{from:l,to:o}=i,c=e.doc.lineAt(l),f=!t&&l==o&&KV(e,l);t&&(l=o=(o<=c.to?c:e.doc.lineAt(o)).to);let m=new Vf(e,{simulateBreak:l,simulateDoubleBreak:!!f}),p=jg(m,l);for(p==null&&(p=$f(/^\s*/.exec(e.doc.lineAt(l).text)[0],e.tabSize));o<c.to&&/\s/.test(c.text[o-c.from]);)o++;f?{from:l,to:o}=f:l>c.from&&l<c.from+100&&!/\S/.test(c.text.slice(0,l))&&(l=c.from);let g=["",zc(e,p)];return f&&g.push(zc(e,m.lineIndent(c.from,-1))),{changes:{from:l,to:o,insert:Ue.of(g)},range:fe.cursor(l+1+g[1].length)}});return n(e.update(r,{scrollIntoView:!0,userEvent:"input"})),!0}}function _g(t,e){let n=-1;return t.changeByRange(r=>{let i=[];for(let o=r.from;o<=r.to;){let c=t.doc.lineAt(o);c.number>n&&(r.empty||r.to>c.from)&&(e(c,i,r),n=c.number),o=c.to+1}let l=t.changes(i);return{changes:i,range:fe.range(l.mapPos(r.anchor,1),l.mapPos(r.head,1))}})}const eL=({state:t,dispatch:e})=>{if(t.readOnly)return!1;let n=Object.create(null),r=new Vf(t,{overrideIndentation:l=>{let o=n[l];return o??-1}}),i=_g(t,(l,o,c)=>{let f=jg(r,l.from);if(f==null)return;/\S/.test(l.text)||(f=0);let m=/^\s*/.exec(l.text)[0],p=zc(t,f);(m!=p||c.from<l.from+m.length)&&(n[l.from]=f,o.push({from:l.from,to:l.from+m.length,insert:p}))});return i.changes.empty||e(t.update(i,{userEvent:"indent"})),!0},tL=({state:t,dispatch:e})=>t.readOnly?!1:(e(t.update(_g(t,(n,r)=>{r.push({from:n.from,insert:t.facet(Nf)})}),{userEvent:"input.indent"})),!0),nL=({state:t,dispatch:e})=>t.readOnly?!1:(e(t.update(_g(t,(n,r)=>{let i=/^\s*/.exec(n.text)[0];if(!i)return;let l=$f(i,t.tabSize),o=0,c=zc(t,Math.max(0,l-q1(t)));for(;o<i.length&&o<c.length&&i.charCodeAt(o)==c.charCodeAt(o);)o++;r.push({from:n.from+o,to:n.from+i.length,insert:c.slice(o)})}),{userEvent:"delete.dedent"})),!0),rL=t=>(t.setTabFocusMode(),!0),iL=[{key:"Ctrl-b",run:dw,shift:Sw,preventDefault:!0},{key:"Ctrl-f",run:mw,shift:ww},{key:"Ctrl-p",run:Ow,shift:Tw},{key:"Ctrl-n",run:xw,shift:Mw},{key:"Ctrl-a",run:vV,shift:PV},{key:"Ctrl-e",run:SV,shift:jV},{key:"Ctrl-d",run:Cw},{key:"Ctrl-h",run:jp},{key:"Ctrl-k",run:zV},{key:"Ctrl-Alt-h",run:Pw},{key:"Ctrl-o",run:BV},{key:"Ctrl-t",run:FV},{key:"Ctrl-v",run:Pp}],aL=[{key:"ArrowLeft",run:dw,shift:Sw,preventDefault:!0},{key:"Mod-ArrowLeft",mac:"Alt-ArrowLeft",run:hV,shift:kV,preventDefault:!0},{mac:"Cmd-ArrowLeft",run:yV,shift:CV,preventDefault:!0},{key:"ArrowRight",run:mw,shift:ww,preventDefault:!0},{key:"Mod-ArrowRight",mac:"Alt-ArrowRight",run:dV,shift:TV,preventDefault:!0},{mac:"Cmd-ArrowRight",run:bV,shift:ZV,preventDefault:!0},{key:"ArrowUp",run:Ow,shift:Tw,preventDefault:!0},{mac:"Cmd-ArrowUp",run:Iy,shift:Wy},{mac:"Ctrl-ArrowUp",run:Fy,shift:qy},{key:"ArrowDown",run:xw,shift:Mw,preventDefault:!0},{mac:"Cmd-ArrowDown",run:Gy,shift:Ky},{mac:"Ctrl-ArrowDown",run:Pp,shift:Uy},{key:"PageUp",run:Fy,shift:qy},{key:"PageDown",run:Pp,shift:Uy},{key:"Home",run:xV,shift:QV,preventDefault:!0},{key:"Mod-Home",run:Iy,shift:Wy},{key:"End",run:OV,shift:$V,preventDefault:!0},{key:"Mod-End",run:Gy,shift:Ky},{key:"Enter",run:Jy,shift:Jy},{key:"Mod-a",run:RV},{key:"Backspace",run:jp,shift:jp,preventDefault:!0},{key:"Delete",run:Cw,preventDefault:!0},{key:"Mod-Backspace",mac:"Alt-Backspace",run:Pw,preventDefault:!0},{key:"Mod-Delete",mac:"Alt-Delete",run:XV,preventDefault:!0},{mac:"Mod-Backspace",run:HV,preventDefault:!0},{mac:"Mod-Delete",run:YV,preventDefault:!0}].concat(iL.map(t=>({mac:t.key,run:t.run,shift:t.shift}))),lL=[{key:"Alt-ArrowLeft",mac:"Ctrl-ArrowLeft",run:pV,shift:MV},{key:"Alt-ArrowRight",mac:"Ctrl-ArrowRight",run:gV,shift:EV},{key:"Alt-ArrowUp",run:qV},{key:"Shift-Alt-ArrowUp",run:IV},{key:"Alt-ArrowDown",run:UV},{key:"Shift-Alt-ArrowDown",run:GV},{key:"Mod-Alt-ArrowUp",run:LV},{key:"Mod-Alt-ArrowDown",run:_V},{key:"Escape",run:DV},{key:"Mod-Enter",run:JV},{key:"Alt-l",mac:"Ctrl-l",run:NV},{key:"Mod-i",run:VV,preventDefault:!0},{key:"Mod-[",run:nL},{key:"Mod-]",run:tL},{key:"Mod-Alt-\\",run:eL},{key:"Shift-Mod-k",run:WV},{key:"Shift-Mod-\\",run:AV},{key:"Mod-/",run:qN},{key:"Alt-A",run:IN},{key:"Ctrl-m",mac:"Shift-Alt-m",run:rL}].concat(aL);function e3(t){let e=Object.keys(t).join(""),n=/\w/.test(e);return n&&(e=e.replace(/\w/g,"")),`[${n?"\\w":""}${e.replace(/[^\w\s]/g,"\\$&")}]`}function sL(t){let e=Object.create(null),n=Object.create(null);for(let{label:i}of t){e[i[0]]=!0;for(let l=1;l<i.length;l++)n[i[l]]=!0}let r=e3(e)+e3(n)+"*$";return[new RegExp("^"+r),new RegExp(r)]}function oL(t){let e=t.map(i=>typeof i=="string"?{label:i}:i),[n,r]=e.every(i=>/^\w+$/.test(i.label))?[/\w*$/,/\w+$/]:sL(e);return i=>{let l=i.matchBefore(r);return l||i.explicit?{from:l?l.from:i.pos,options:e,validFor:n}:null}}function cL(t,e){return n=>{for(let r=jt(n.state).resolveInner(n.pos,-1);r;r=r.parent){if(t.indexOf(r.name)>-1)return null;if(r.type.isTop)break}return e(n)}}const uL=Li.define(),fL=ve.baseTheme({".cm-tooltip.cm-tooltip-autocomplete":{"& > ul":{fontFamily:"monospace",whiteSpace:"nowrap",overflow:"hidden auto",maxWidth_fallback:"700px",maxWidth:"min(700px, 95vw)",minWidth:"250px",maxHeight:"10em",height:"100%",listStyle:"none",margin:0,padding:0,"& > li, & > completion-section":{padding:"1px 3px",lineHeight:1.2},"& > li":{overflowX:"hidden",textOverflow:"ellipsis",cursor:"pointer"},"& > completion-section":{display:"list-item",borderBottom:"1px solid silver",paddingLeft:"0.5em",opacity:.7}}},"&light .cm-tooltip-autocomplete ul li[aria-selected]":{background:"#17c",color:"white"},"&light .cm-tooltip-autocomplete-disabled ul li[aria-selected]":{background:"#777"},"&dark .cm-tooltip-autocomplete ul li[aria-selected]":{background:"#347",color:"white"},"&dark .cm-tooltip-autocomplete-disabled ul li[aria-selected]":{background:"#444"},".cm-completionListIncompleteTop:before, .cm-completionListIncompleteBottom:after":{content:'"···"',opacity:.5,display:"block",textAlign:"center",cursor:"pointer"},".cm-tooltip.cm-completionInfo":{position:"absolute",padding:"3px 9px",width:"max-content",maxWidth:"400px",boxSizing:"border-box",whiteSpace:"pre-line"},".cm-completionInfo.cm-completionInfo-left":{right:"100%"},".cm-completionInfo.cm-completionInfo-right":{left:"100%"},".cm-completionInfo.cm-completionInfo-left-narrow":{right:"30px"},".cm-completionInfo.cm-completionInfo-right-narrow":{left:"30px"},"&light .cm-snippetField":{backgroundColor:"#00000022"},"&dark .cm-snippetField":{backgroundColor:"#ffffff22"},".cm-snippetFieldPosition":{verticalAlign:"text-top",width:0,height:"1.15em",display:"inline-block",margin:"0 -0.7px -.7em",borderLeft:"1.4px dotted #888"},".cm-completionMatchedText":{textDecoration:"underline"},".cm-completionDetail":{marginLeft:"0.5em",fontStyle:"italic"},".cm-completionIcon":{fontSize:"90%",width:".8em",display:"inline-block",textAlign:"center",paddingRight:".6em",opacity:"0.6",boxSizing:"content-box"},".cm-completionIcon-function, .cm-completionIcon-method":{"&:after":{content:"'ƒ'"}},".cm-completionIcon-class":{"&:after":{content:"'○'"}},".cm-completionIcon-interface":{"&:after":{content:"'◌'"}},".cm-completionIcon-variable":{"&:after":{content:"'𝑥'"}},".cm-completionIcon-constant":{"&:after":{content:"'𝐶'"}},".cm-completionIcon-type":{"&:after":{content:"'𝑡'"}},".cm-completionIcon-enum":{"&:after":{content:"'∪'"}},".cm-completionIcon-property":{"&:after":{content:"'□'"}},".cm-completionIcon-keyword":{"&:after":{content:"'🔑︎'"}},".cm-completionIcon-namespace":{"&:after":{content:"'▢'"}},".cm-completionIcon-text":{"&:after":{content:"'abc'",fontSize:"50%",verticalAlign:"middle"}}});class hL{constructor(e,n,r,i){this.field=e,this.line=n,this.from=r,this.to=i}}class Dg{constructor(e,n,r){this.field=e,this.from=n,this.to=r}map(e){let n=e.mapPos(this.from,-1,dn.TrackDel),r=e.mapPos(this.to,1,dn.TrackDel);return n==null||r==null?null:new Dg(this.field,n,r)}}class Xg{constructor(e,n){this.lines=e,this.fieldPositions=n}instantiate(e,n){let r=[],i=[n],l=e.doc.lineAt(n),o=/^\s*/.exec(l.text)[0];for(let f of this.lines){if(r.length){let m=o,p=/^\t*/.exec(f)[0].length;for(let g=0;g<p;g++)m+=e.facet(Nf);i.push(n+m.length-p),f=m+f.slice(p)}r.push(f),n+=f.length+1}let c=this.fieldPositions.map(f=>new Dg(f.field,i[f.line]+f.from,i[f.line]+f.to));return{text:r,ranges:c}}static parse(e){let n=[],r=[],i=[],l;for(let o of e.split(/\r\n?|\n/)){for(;l=/[#$]\{(?:(\d+)(?::([^{}]*))?|((?:\\[{}]|[^{}])*))\}/.exec(o);){let c=l[1]?+l[1]:null,f=l[2]||l[3]||"",m=-1,p=f.replace(/\\[{}]/g,g=>g[1]);for(let g=0;g<n.length;g++)(c!=null?n[g].seq==c:p&&n[g].name==p)&&(m=g);if(m<0){let g=0;for(;g<n.length&&(c==null||n[g].seq!=null&&n[g].seq<c);)g++;n.splice(g,0,{seq:c,name:p}),m=g;for(let y of i)y.field>=m&&y.field++}for(let g of i)if(g.line==r.length&&g.from>l.index){let y=l[2]?3+(l[1]||"").length:2;g.from-=y,g.to-=y}i.push(new hL(m,r.length,l.index,l.index+p.length)),o=o.slice(0,l.index)+f+o.slice(l.index+l[0].length)}o=o.replace(/\\([{}])/g,(c,f,m)=>{for(let p of i)p.line==r.length&&p.from>m&&(p.from--,p.to--);return f}),r.push(o)}return new Xg(r,i)}}let dL=Ze.widget({widget:new class extends Tl{toDOM(){let t=document.createElement("span");return t.className="cm-snippetFieldPosition",t}ignoreEvent(){return!1}}}),mL=Ze.mark({class:"cm-snippetField"});class io{constructor(e,n){this.ranges=e,this.active=n,this.deco=Ze.set(e.map(r=>(r.from==r.to?dL:mL).range(r.from,r.to)),!0)}map(e){let n=[];for(let r of this.ranges){let i=r.map(e);if(!i)return null;n.push(i)}return new io(n,this.active)}selectionInsideField(e){return e.ranges.every(n=>this.ranges.some(r=>r.field==this.active&&r.from<=n.from&&r.to>=n.to))}}const au=We.define({map(t,e){return t&&t.map(e)}}),pL=We.define(),Hc=Kn.define({create(){return null},update(t,e){for(let n of e.effects){if(n.is(au))return n.value;if(n.is(pL)&&t)return new io(t.ranges,n.value)}return t&&e.docChanged&&(t=t.map(e.changes)),t&&e.selection&&!t.selectionInsideField(e.selection)&&(t=null),t},provide:t=>ve.decorations.from(t,e=>e?e.deco:Ze.none)});function zg(t,e){return fe.create(t.filter(n=>n.field==e).map(n=>fe.range(n.from,n.to)))}function gL(t){let e=Xg.parse(t);return(n,r,i,l)=>{let{text:o,ranges:c}=e.instantiate(n.state,i),{main:f}=n.state.selection,m={changes:{from:i,to:l==f.from?f.to:l,insert:Ue.of(o)},scrollIntoView:!0,annotations:r?[uL.of(r),Xt.userEvent.of("input.complete")]:void 0};if(c.length&&(m.selection=zg(c,0)),c.some(p=>p.field>0)){let p=new io(c,0),g=m.effects=[au.of(p)];n.state.field(Hc,!1)===void 0&&g.push(We.appendConfig.of([Hc,vL,SL,fL]))}n.dispatch(n.state.update(m))}}function Vw(t){return({state:e,dispatch:n})=>{let r=e.field(Hc,!1);if(!r||t<0&&r.active==0)return!1;let i=r.active+t,l=t>0&&!r.ranges.some(o=>o.field==i+t);return n(e.update({selection:zg(r.ranges,i),effects:au.of(l?null:new io(r.ranges,i)),scrollIntoView:!0})),!0}}const OL=({state:t,dispatch:e})=>t.field(Hc,!1)?(e(t.update({effects:au.of(null)})),!0):!1,xL=Vw(1),yL=Vw(-1),bL=[{key:"Tab",run:xL,shift:yL},{key:"Escape",run:OL}],t3=Se.define({combine(t){return t.length?t[0]:bL}}),vL=eu.highest(Mg.compute([t3],t=>t.facet(t3)));function Zn(t,e){return{...e,apply:gL(t)}}const SL=ve.domEventHandlers({mousedown(t,e){let n=e.state.field(Hc,!1),r;if(!n||(r=e.posAtCoords({x:t.clientX,y:t.clientY}))==null)return!1;let i=n.ranges.find(l=>l.from<=r&&l.to>=r);return!i||i.field==n.active?!1:(e.dispatch({selection:zg(n.ranges,i.field),effects:au.of(n.ranges.some(l=>l.field>i.field)?new io(n.ranges,i.field):null),scrollIntoView:!0}),!0)}}),Yc={brackets:["(","[","{","'",'"'],before:")]}:;>",stringPrefixes:[]},ol=We.define({map(t,e){let n=e.mapPos(t,-1,dn.TrackAfter);return n??void 0}}),Hg=new class extends Ta{};Hg.startSide=1;Hg.endSide=-1;const Lw=Kn.define({create(){return Xe.empty},update(t,e){if(t=t.map(e.changes),e.selection){let n=e.state.doc.lineAt(e.selection.main.head);t=t.update({filter:r=>r>=n.from&&r<=n.to})}for(let n of e.effects)n.is(ol)&&(t=t.update({add:[Hg.range(n.value,n.value+1)]}));return t}});function wL(){return[kL,Lw]}const qm="()[]{}<>«»»«[]{}";function _w(t){for(let e=0;e<qm.length;e+=2)if(qm.charCodeAt(e)==t)return qm.charAt(e+1);return kS(t<128?t:t+1)}function Dw(t,e){return t.languageDataAt("closeBrackets",e)[0]||Yc}const AL=typeof navigator=="object"&&/Android\b/.test(navigator.userAgent),kL=ve.inputHandler.of((t,e,n,r)=>{if((AL?t.composing:t.compositionStarted)||t.state.readOnly)return!1;let i=t.state.selection.main;if(r.length>2||r.length==2&&Jc(kl(r,0))==1||e!=i.from||n!=i.to)return!1;let l=EL(t.state,r);return l?(t.dispatch(l),!0):!1}),TL=({state:t,dispatch:e})=>{if(t.readOnly)return!1;let r=Dw(t,t.selection.main.head).brackets||Yc.brackets,i=null,l=t.changeByRange(o=>{if(o.empty){let c=$L(t.doc,o.head);for(let f of r)if(f==c&&Bf(t.doc,o.head)==_w(kl(f,0)))return{changes:{from:o.head-f.length,to:o.head+f.length},range:fe.cursor(o.head-f.length)}}return{range:i=o}});return i||e(t.update(l,{scrollIntoView:!0,userEvent:"delete.backward"})),!i},ML=[{key:"Backspace",run:TL}];function EL(t,e){let n=Dw(t,t.selection.main.head),r=n.brackets||Yc.brackets;for(let i of r){let l=_w(kl(i,0));if(e==i)return l==i?ZL(t,i,r.indexOf(i+i+i)>-1,n):QL(t,i,l,n.before||Yc.before);if(e==l&&Xw(t,t.selection.main.from))return CL(t,i,l)}return null}function Xw(t,e){let n=!1;return t.field(Lw).between(0,t.doc.length,r=>{r==e&&(n=!0)}),n}function Bf(t,e){let n=t.sliceString(e,e+2);return n.slice(0,Jc(kl(n,0)))}function $L(t,e){let n=t.sliceString(e-2,e);return Jc(kl(n,0))==n.length?n:n.slice(1)}function QL(t,e,n,r){let i=null,l=t.changeByRange(o=>{if(!o.empty)return{changes:[{insert:e,from:o.from},{insert:n,from:o.to}],effects:ol.of(o.to+e.length),range:fe.range(o.anchor+e.length,o.head+e.length)};let c=Bf(t.doc,o.head);return!c||/\s/.test(c)||r.indexOf(c)>-1?{changes:{insert:e+n,from:o.head},effects:ol.of(o.head+e.length),range:fe.cursor(o.head+e.length)}:{range:i=o}});return i?null:t.update(l,{scrollIntoView:!0,userEvent:"input.type"})}function CL(t,e,n){let r=null,i=t.changeByRange(l=>l.empty&&Bf(t.doc,l.head)==n?{changes:{from:l.head,to:l.head+n.length,insert:n},range:fe.cursor(l.head+n.length)}:r={range:l});return r?null:t.update(i,{scrollIntoView:!0,userEvent:"input.type"})}function ZL(t,e,n,r){let i=r.stringPrefixes||Yc.stringPrefixes,l=null,o=t.changeByRange(c=>{if(!c.empty)return{changes:[{insert:e,from:c.from},{insert:e,from:c.to}],effects:ol.of(c.to+e.length),range:fe.range(c.anchor+e.length,c.head+e.length)};let f=c.head,m=Bf(t.doc,f),p;if(m==e){if(n3(t,f))return{changes:{insert:e+e,from:f},effects:ol.of(f+e.length),range:fe.cursor(f+e.length)};if(Xw(t,f)){let y=n&&t.sliceDoc(f,f+e.length*3)==e+e+e?e+e+e:e;return{changes:{from:f,to:f+y.length,insert:y},range:fe.cursor(f+y.length)}}}else{if(n&&t.sliceDoc(f-2*e.length,f)==e+e&&(p=r3(t,f-2*e.length,i))>-1&&n3(t,p))return{changes:{insert:e+e+e+e,from:f},effects:ol.of(f+e.length),range:fe.cursor(f+e.length)};if(t.charCategorizer(f)(m)!=Ot.Word&&r3(t,f,i)>-1&&!PL(t,f,e,i))return{changes:{insert:e+e,from:f},effects:ol.of(f+e.length),range:fe.cursor(f+e.length)}}return{range:l=c}});return l?null:t.update(o,{scrollIntoView:!0,userEvent:"input.type"})}function n3(t,e){let n=jt(t).resolveInner(e+1);return n.parent&&n.from==e}function PL(t,e,n,r){let i=jt(t).resolveInner(e,-1),l=r.reduce((o,c)=>Math.max(o,c.length),0);for(let o=0;o<5;o++){let c=t.sliceDoc(i.from,Math.min(i.to,i.from+n.length+l)),f=c.indexOf(n);if(!f||f>-1&&r.indexOf(c.slice(0,f))>-1){let p=i.firstChild;for(;p&&p.from==i.from&&p.to-p.from>n.length+f;){if(t.sliceDoc(p.to-n.length,p.to)==n)return!1;p=p.firstChild}return!0}let m=i.to==e&&i.parent;if(!m)break;i=m}return!1}function r3(t,e,n){let r=t.charCategorizer(e);if(r(t.sliceDoc(e-1,e))!=Ot.Word)return e;for(let i of n){let l=e-i.length;if(t.sliceDoc(l,e)==i&&r(t.sliceDoc(l-1,l))!=Ot.Word)return l}return-1}const i3=typeof String.prototype.normalize=="function"?t=>t.normalize("NFKD"):t=>t;class Is{constructor(e,n,r=0,i=e.length,l,o){this.test=o,this.value={from:0,to:0,precise:!1},this.done=!1,this.matches=[],this.buffer="",this.bufferPos=0,this.iter=e.iterRange(r,i),this.bufferStart=r,this.normalize=l?c=>l(i3(c)):i3,this.query=this.normalize(n)}peek(){if(this.bufferPos==this.buffer.length){if(this.bufferStart+=this.buffer.length,this.iter.next(),this.iter.done)return-1;this.bufferPos=0,this.buffer=this.iter.value}return kl(this.buffer,this.bufferPos)}next(){for(;this.matches.length;)this.matches.pop();return this.nextOverlapping()}nextOverlapping(){for(;;){let e=this.peek();if(e<0)return this.done=!0,this;let n=kS(e),r=this.bufferStart+this.bufferPos;this.bufferPos+=Jc(e);let i=this.normalize(n);if(i.length)for(let l=0,o=r,c=!0;;l++){let f=i.charCodeAt(l),m=this.match(f,o,c,this.bufferPos+this.bufferStart,l==i.length-1);if(m)return this.value=m,this;if(l==i.length-1)break;c&&l<n.length&&n.charCodeAt(l)==f?o++:c=!1}}}match(e,n,r,i,l){let o=null;for(let c=0;c<this.matches.length;){let f=this.matches[c],m=!1;this.query.charCodeAt(f.index)==e&&(f.index==this.query.length-1?o={from:f.from,to:i,precise:l&&f.precise}:(f.index++,m=!0)),m?c++:this.matches.splice(c,1)}return this.query.charCodeAt(0)==e&&(this.query.length==1?o={from:n,to:i,precise:r&&l}:this.matches.push({from:n,index:1,precise:r})),o&&this.test&&!this.test(o.from,o.to,this.buffer,this.bufferStart)&&(o=null),o}}typeof Symbol<"u"&&(Is.prototype[Symbol.iterator]=function(){return this});const zw={from:-1,to:-1,match:/.*/.exec(""),precise:!0},Yg="gm"+(/x/.unicode==null?"":"u");class Hw{constructor(e,n,r,i=0,l=e.length){if(this.text=e,this.to=l,this.curLine="",this.done=!1,this.value=zw,/\\[sWDnr]|\n|\r|\[\^/.test(n))return new Yw(e,n,r,i,l);this.re=new RegExp(n,Yg+(r!=null&&r.ignoreCase?"i":"")),this.test=r==null?void 0:r.test,this.iter=e.iter();let o=e.lineAt(i);this.curLineStart=o.from,this.matchPos=G1(e,i),this.getLine(this.curLineStart)}getLine(e){this.iter.next(e),this.iter.lineBreak?this.curLine="":(this.curLine=this.iter.value,this.curLineStart+this.curLine.length>this.to&&(this.curLine=this.curLine.slice(0,this.to-this.curLineStart)),this.iter.next())}nextLine(){this.curLineStart=this.curLineStart+this.curLine.length+1,this.curLineStart>this.to?this.curLine="":this.getLine(0)}next(){for(let e=this.matchPos-this.curLineStart;;){this.re.lastIndex=e;let n=this.matchPos<=this.to&&this.re.exec(this.curLine);if(n){let r=this.curLineStart+n.index,i=r+n[0].length;if(this.matchPos=G1(this.text,i+(r==i?1:0)),r==this.curLineStart+this.curLine.length&&this.nextLine(),(r<i||r>this.value.to)&&(!this.test||this.test(r,i,n)))return this.value={from:r,to:i,precise:!0,match:n},this;e=this.matchPos-this.curLineStart}else if(this.curLineStart+this.curLine.length<this.to)this.nextLine(),e=0;else return this.done=!0,this}}}const Um=new WeakMap;class Vs{constructor(e,n){this.from=e,this.text=n}get to(){return this.from+this.text.length}static get(e,n,r){let i=Um.get(e);if(!i||i.from>=r||i.to<=n){let c=new Vs(n,e.sliceString(n,r));return Um.set(e,c),c}if(i.from==n&&i.to==r)return i;let{text:l,from:o}=i;return o>n&&(l=e.sliceString(n,o)+l,o=n),i.to<r&&(l+=e.sliceString(i.to,r)),Um.set(e,new Vs(o,l)),new Vs(n,l.slice(n-o,r-o))}}class Yw{constructor(e,n,r,i,l){this.text=e,this.to=l,this.done=!1,this.value=zw,this.matchPos=G1(e,i),this.re=new RegExp(n,Yg+(r!=null&&r.ignoreCase?"i":"")),this.test=r==null?void 0:r.test,this.flat=Vs.get(e,i,this.chunkEnd(i+5e3))}chunkEnd(e){return e>=this.to?this.to:this.text.lineAt(e).to}next(){for(;;){let e=this.re.lastIndex=this.matchPos-this.flat.from,n=this.re.exec(this.flat.text);if(n&&!n[0]&&n.index==e&&(this.re.lastIndex=e+1,n=this.re.exec(this.flat.text)),n){let r=this.flat.from+n.index,i=r+n[0].length;if((this.flat.to>=this.to||n.index+n[0].length<=this.flat.text.length-10)&&(!this.test||this.test(r,i,n)))return this.value={from:r,to:i,precise:!0,match:n},this.matchPos=G1(this.text,i+(r==i?1:0)),this}if(this.flat.to==this.to)return this.done=!0,this;this.flat=Vs.get(this.text,this.flat.from,this.chunkEnd(this.flat.from+this.flat.text.length*2))}}}typeof Symbol<"u"&&(Hw.prototype[Symbol.iterator]=Yw.prototype[Symbol.iterator]=function(){return this});function jL(t){try{return new RegExp(t,Yg),!0}catch{return!1}}function G1(t,e){if(e>=t.length)return e;let n=t.lineAt(e),r;for(;e<n.to&&(r=n.text.charCodeAt(e-n.from))>=56320&&r<57344;)e++;return e}const RL=t=>{let{state:e}=t,n=String(e.doc.lineAt(t.state.selection.main.head).number),{close:r,result:i}=kR(t,{label:e.phrase("Go to line"),input:{type:"text",name:"line",value:n},focus:!0,submitLabel:e.phrase("go")});return i.then(l=>{let o=l&&/^([+-])?(\d+)?(:\d+)?(%)?$/.exec(l.elements.line.value);if(!o){t.dispatch({effects:r});return}let c=e.doc.lineAt(e.selection.main.head),[,f,m,p,g]=o,y=p?+p.slice(1):0,v=m?+m:c.number;if(m&&g){let k=v/100;f&&(k=k*(f=="-"?-1:1)+c.number/e.doc.lines),v=Math.round(e.doc.lines*k)}else m&&f&&(v=v*(f=="-"?-1:1)+c.number);let S=e.doc.line(Math.max(1,Math.min(e.doc.lines,v))),w=fe.cursor(S.from+Math.max(0,Math.min(y,S.length)));t.dispatch({effects:[r,ve.scrollIntoView(w.from,{y:"center"})],selection:w})}),!0},NL={highlightWordAroundCursor:!1,minSelectionLength:1,maxMatches:100,wholeWords:!1},VL=Se.define({combine(t){return no(t,NL,{highlightWordAroundCursor:(e,n)=>e||n,minSelectionLength:Math.min,maxMatches:Math.min})}});function LL(t){return[HL,zL]}const _L=Ze.mark({class:"cm-selectionMatch"}),DL=Ze.mark({class:"cm-selectionMatch cm-selectionMatch-main"});function a3(t,e,n,r){return(n==0||t(e.sliceDoc(n-1,n))!=Ot.Word)&&(r==e.doc.length||t(e.sliceDoc(r,r+1))!=Ot.Word)}function XL(t,e,n,r){return t(e.sliceDoc(n,n+1))==Ot.Word&&t(e.sliceDoc(r-1,r))==Ot.Word}const zL=Vn.fromClass(class{constructor(t){this.decorations=this.getDeco(t)}update(t){(t.selectionSet||t.docChanged||t.viewportChanged)&&(this.decorations=this.getDeco(t.view))}getDeco(t){let e=t.state.facet(VL),{state:n}=t,r=n.selection;if(r.ranges.length>1)return Ze.none;let i=r.main,l,o=null;if(i.empty){if(!e.highlightWordAroundCursor)return Ze.none;let f=n.wordAt(i.head);if(!f)return Ze.none;o=n.charCategorizer(i.head),l=n.sliceDoc(f.from,f.to)}else{let f=i.to-i.from;if(f<e.minSelectionLength||f>200)return Ze.none;if(e.wholeWords){if(l=n.sliceDoc(i.from,i.to),o=n.charCategorizer(i.head),!(a3(o,n,i.from,i.to)&&XL(o,n,i.from,i.to)))return Ze.none}else if(l=n.sliceDoc(i.from,i.to),!l)return Ze.none}let c=[];for(let f of t.visibleRanges){let m=new Is(n.doc,l,f.from,f.to);for(;!m.next().done;){let{from:p,to:g}=m.value;if((!o||a3(o,n,p,g))&&(i.empty&&p<=i.from&&g>=i.to?c.push(DL.range(p,g)):(p>=i.to||g<=i.from)&&c.push(_L.range(p,g)),c.length>e.maxMatches))return Ze.none}}return Ze.set(c)}},{decorations:t=>t.decorations}),HL=ve.baseTheme({".cm-selectionMatch":{backgroundColor:"#99ff7780"},".cm-searchMatch .cm-selectionMatch":{backgroundColor:"transparent"}}),YL=({state:t,dispatch:e})=>{let{selection:n}=t,r=fe.create(n.ranges.map(i=>t.wordAt(i.head)||fe.cursor(i.head)),n.mainIndex);return r.eq(n)?!1:(e(t.update({selection:r})),!0)};function BL(t,e){let{main:n,ranges:r}=t.selection,i=t.wordAt(n.head),l=i&&i.from==n.from&&i.to==n.to;for(let o=!1,c=new Is(t.doc,e,r[r.length-1].to);;)if(c.next(),c.done){if(o)return null;c=new Is(t.doc,e,0,Math.max(0,r[r.length-1].from-1)),o=!0}else{if(o&&r.some(f=>f.from==c.value.from))continue;if(l){let f=t.wordAt(c.value.from);if(!f||f.from!=c.value.from||f.to!=c.value.to)continue}return c.value}}const FL=({state:t,dispatch:e})=>{let{ranges:n}=t.selection;if(n.some(l=>l.from===l.to))return YL({state:t,dispatch:e});let r=t.sliceDoc(n[0].from,n[0].to);if(t.selection.ranges.some(l=>t.sliceDoc(l.from,l.to)!=r))return!1;let i=BL(t,r);return i?(e(t.update({selection:t.selection.addRange(fe.range(i.from,i.to),!1),effects:ve.scrollIntoView(i.to)})),!0):!1},ao=Se.define({combine(t){return no(t,{top:!1,caseSensitive:!1,literal:!1,regexp:!1,wholeWord:!1,createPanel:e=>new l_(e),scrollToMatch:e=>ve.scrollIntoView(e)})}});class Bw{constructor(e){this.search=e.search,this.caseSensitive=!!e.caseSensitive,this.literal=!!e.literal,this.regexp=!!e.regexp,this.replace=e.replace||"",this.valid=!!this.search&&(!this.regexp||jL(this.search)),this.unquoted=this.unquote(this.search),this.wholeWord=!!e.wholeWord,this.test=e.test}unquote(e){return this.literal?e:e.replace(/\\([nrt\\])/g,(n,r)=>r=="n"?`
|
|
103
|
-
`:r=="r"?"\r":r=="t"?" ":"\\")}eq(e){return this.search==e.search&&this.replace==e.replace&&this.caseSensitive==e.caseSensitive&&this.regexp==e.regexp&&this.wholeWord==e.wholeWord&&this.test==e.test}create(){return this.regexp?new KL(this):new IL(this)}getCursor(e,n=0,r){let i=e.doc?e:Ie.create({doc:e});return r==null&&(r=i.doc.length),this.regexp?vs(this,i,n,r):bs(this,i,n,r)}}class Fw{constructor(e){this.spec=e}}function qL(t,e,n){return(r,i,l,o)=>{if(n&&!n(r,i,l,o))return!1;let c=r>=o&&i<=o+l.length?l.slice(r-o,i-o):e.doc.sliceString(r,i);return t(c,e,r,i)}}function bs(t,e,n,r){let i;return t.wholeWord&&(i=UL(e.doc,e.charCategorizer(e.selection.main.head))),t.test&&(i=qL(t.test,e,i)),new Is(e.doc,t.unquoted,n,r,t.caseSensitive?void 0:l=>l.toLowerCase(),i)}function UL(t,e){return(n,r,i,l)=>((l>n||l+i.length<r)&&(l=Math.max(0,n-2),i=t.sliceString(l,Math.min(t.length,r+2))),(e(W1(i,n-l))!=Ot.Word||e(K1(i,n-l))!=Ot.Word)&&(e(K1(i,r-l))!=Ot.Word||e(W1(i,r-l))!=Ot.Word))}class IL extends Fw{constructor(e){super(e)}nextMatch(e,n,r){let i=bs(this.spec,e,r,e.doc.length).nextOverlapping();if(i.done){let l=Math.min(e.doc.length,n+this.spec.unquoted.length);i=bs(this.spec,e,0,l).nextOverlapping()}return i.done||i.value.from==n&&i.value.to==r?null:i.value}prevMatchInRange(e,n,r){for(let i=r;;){let l=Math.max(n,i-1e4-this.spec.unquoted.length),o=bs(this.spec,e,l,i),c=null;for(;!o.nextOverlapping().done;)c=o.value;if(c)return c;if(l==n)return null;i-=1e4}}prevMatch(e,n,r){let i=this.prevMatchInRange(e,0,n);return i||(i=this.prevMatchInRange(e,Math.max(0,r-this.spec.unquoted.length),e.doc.length)),i&&(i.from!=n||i.to!=r)?i:null}getReplacement(e){return this.spec.unquote(this.spec.replace)}matchAll(e,n){let r=bs(this.spec,e,0,e.doc.length),i=[];for(;!r.next().done;){if(i.length>=n)return null;i.push(r.value)}return i}highlight(e,n,r,i){let l=bs(this.spec,e,Math.max(0,n-this.spec.unquoted.length),Math.min(r+this.spec.unquoted.length,e.doc.length));for(;!l.next().done;)i(l.value.from,l.value.to)}}function GL(t,e,n){return(r,i,l)=>(!n||n(r,i,l))&&t(l[0],e,r,i)}function vs(t,e,n,r){let i;return t.wholeWord&&(i=WL(e.charCategorizer(e.selection.main.head))),t.test&&(i=GL(t.test,e,i)),new Hw(e.doc,t.search,{ignoreCase:!t.caseSensitive,test:i},n,r)}function W1(t,e){return t.slice(Wt(t,e,!1),e)}function K1(t,e){return t.slice(e,Wt(t,e))}function WL(t){return(e,n,r)=>!r[0].length||(t(W1(r.input,r.index))!=Ot.Word||t(K1(r.input,r.index))!=Ot.Word)&&(t(K1(r.input,r.index+r[0].length))!=Ot.Word||t(W1(r.input,r.index+r[0].length))!=Ot.Word)}class KL extends Fw{nextMatch(e,n,r){let i=vs(this.spec,e,r,e.doc.length).next();return i.done&&(i=vs(this.spec,e,0,n).next()),i.done?null:i.value}prevMatchInRange(e,n,r){for(let i=1;;i++){let l=Math.max(n,r-i*1e4),o=vs(this.spec,e,l,r),c=null;for(;!o.next().done;)c=o.value;if(c&&(l==n||c.from>l+10))return c;if(l==n)return null}}prevMatch(e,n,r){return this.prevMatchInRange(e,0,n)||this.prevMatchInRange(e,r,e.doc.length)}getReplacement(e){return this.spec.unquote(this.spec.replace).replace(/\$([$&]|\d+)/g,(n,r)=>{if(r=="&")return e.match[0];if(r=="$")return"$";for(let i=r.length;i>0;i--){let l=+r.slice(0,i);if(l>0&&l<e.match.length)return e.match[l]+r.slice(i)}return n})}matchAll(e,n){let r=vs(this.spec,e,0,e.doc.length),i=[];for(;!r.next().done;){if(i.length>=n)return null;i.push(r.value)}return i}highlight(e,n,r,i){let l=vs(this.spec,e,Math.max(0,n-250),Math.min(r+250,e.doc.length));for(;!l.next().done;)i(l.value.from,l.value.to)}}const Bc=We.define(),Bg=We.define(),Sa=Kn.define({create(t){return new Im(Rp(t).create(),null)},update(t,e){for(let n of e.effects)n.is(Bc)?t=new Im(n.value.create(),t.panel):n.is(Bg)&&(t=new Im(t.query,n.value?Fg:null));return t},provide:t=>H1.from(t,e=>e.panel)});class Im{constructor(e,n){this.query=e,this.panel=n}}const JL=Ze.mark({class:"cm-searchMatch"}),e_=Ze.mark({class:"cm-searchMatch cm-searchMatch-selected"}),t_=Vn.fromClass(class{constructor(t){this.view=t,this.decorations=this.highlight(t.state.field(Sa))}update(t){let e=t.state.field(Sa);(e!=t.startState.field(Sa)||t.docChanged||t.selectionSet||t.viewportChanged)&&(this.decorations=this.highlight(e))}highlight({query:t,panel:e}){if(!e||!t.spec.valid)return Ze.none;let{view:n}=this,r=new xl;for(let i=0,l=n.visibleRanges,o=l.length;i<o;i++){let{from:c,to:f}=l[i];for(;i<o-1&&f>l[i+1].from-500;)f=l[++i].to;t.highlight(n.state,c,f,(m,p)=>{let g=n.state.selection.ranges.some(y=>y.from==m&&y.to==p);r.add(m,p,g?e_:JL)})}return r.finish()}},{decorations:t=>t.decorations});function lu(t){return e=>{let n=e.state.field(Sa,!1);return n&&n.query.spec.valid?t(e,n):Iw(e)}}const J1=lu((t,{query:e})=>{let{to:n}=t.state.selection.main,r=e.nextMatch(t.state,n,n);if(!r)return!1;let i=fe.single(r.from,r.to),l=t.state.facet(ao);return t.dispatch({selection:i,effects:[qg(t,r),l.scrollToMatch(i.main,t)],userEvent:"select.search"}),Uw(t),!0}),ef=lu((t,{query:e})=>{let{state:n}=t,{from:r}=n.selection.main,i=e.prevMatch(n,r,r);if(!i)return!1;let l=fe.single(i.from,i.to),o=t.state.facet(ao);return t.dispatch({selection:l,effects:[qg(t,i),o.scrollToMatch(l.main,t)],userEvent:"select.search"}),Uw(t),!0}),n_=lu((t,{query:e})=>{let n=e.matchAll(t.state,1e3);return!n||!n.length?!1:(t.dispatch({selection:fe.create(n.map(r=>fe.range(r.from,r.to))),userEvent:"select.search.matches"}),!0)}),r_=({state:t,dispatch:e})=>{let n=t.selection;if(n.ranges.length>1||n.main.empty)return!1;let{from:r,to:i}=n.main,l=[],o=0;for(let c=new Is(t.doc,t.sliceDoc(r,i));!c.next().done;){if(l.length>1e3)return!1;c.value.from==r&&(o=l.length),l.push(fe.range(c.value.from,c.value.to))}return e(t.update({selection:fe.create(l,o),userEvent:"select.search.matches"})),!0},l3=lu((t,{query:e})=>{let{state:n}=t,{from:r,to:i}=n.selection.main;if(n.readOnly)return!1;let l=e.nextMatch(n,r,r);if(!l)return!1;let o=l,c=[],f,m,p=[];o.precise?o.from==r&&o.to==i&&(m=n.toText(e.getReplacement(o)),c.push({from:o.from,to:o.to,insert:m}),p.push(ve.announce.of(n.phrase("replaced match on line $",n.doc.lineAt(r).number)+"."))):o=e.nextMatch(n,o.from,o.to);let g=t.state.changes(c);return o&&(f=fe.single(o.from,o.to).map(g),p.push(qg(t,o)),p.push(n.facet(ao).scrollToMatch(f.main,t))),t.dispatch({changes:g,selection:f,effects:p,userEvent:"input.replace"}),!0}),i_=lu((t,{query:e})=>{if(t.state.readOnly)return!1;let n=[];for(let i of e.matchAll(t.state,1e9)){let{from:l,to:o,precise:c}=i;c&&n.push({from:l,to:o,insert:e.getReplacement(i)})}if(!n.length)return!1;let r=t.state.phrase("replaced $ matches",n.length)+".";return t.dispatch({changes:n,effects:ve.announce.of(r),userEvent:"input.replace.all"}),!0});function Fg(t){return t.state.facet(ao).createPanel(t)}function Rp(t,e){var n,r,i,l,o;let c=t.selection.main,f=c.empty||c.to>c.from+100?"":t.sliceDoc(c.from,c.to);if(e&&!f)return e;let m=t.facet(ao);return new Bw({search:((n=e==null?void 0:e.literal)!==null&&n!==void 0?n:m.literal)?f:f.replace(/\n/g,"\\n"),caseSensitive:(r=e==null?void 0:e.caseSensitive)!==null&&r!==void 0?r:m.caseSensitive,literal:(i=e==null?void 0:e.literal)!==null&&i!==void 0?i:m.literal,regexp:(l=e==null?void 0:e.regexp)!==null&&l!==void 0?l:m.regexp,wholeWord:(o=e==null?void 0:e.wholeWord)!==null&&o!==void 0?o:m.wholeWord})}function qw(t){let e=P7(t,Fg);return e&&e.dom.querySelector("[main-field]")}function Uw(t){let e=qw(t);e&&e==t.root.activeElement&&e.select()}const Iw=t=>{let e=t.state.field(Sa,!1);if(e&&e.panel){let n=qw(t);if(n&&n!=t.root.activeElement){let r=Rp(t.state,e.query.spec);r.valid&&t.dispatch({effects:Bc.of(r)}),n.focus(),n.select()}}else t.dispatch({effects:[Bg.of(!0),e?Bc.of(Rp(t.state,e.query.spec)):We.appendConfig.of(o_)]});return!0},Gw=t=>{let e=t.state.field(Sa,!1);if(!e||!e.panel)return!1;let n=P7(t,Fg);return n&&n.dom.contains(t.root.activeElement)&&t.focus(),t.dispatch({effects:Bg.of(!1)}),!0},a_=[{key:"Mod-f",run:Iw,scope:"editor search-panel"},{key:"F3",run:J1,shift:ef,scope:"editor search-panel",preventDefault:!0},{key:"Mod-g",run:J1,shift:ef,scope:"editor search-panel",preventDefault:!0},{key:"Escape",run:Gw,scope:"editor search-panel"},{key:"Mod-Shift-l",run:r_},{key:"Mod-Alt-g",run:RL},{key:"Mod-d",run:FL,preventDefault:!0}];class l_{constructor(e){this.view=e;let n=this.query=e.state.field(Sa).query.spec;this.commit=this.commit.bind(this),this.searchField=Gt("input",{value:n.search,placeholder:qn(e,"Find"),"aria-label":qn(e,"Find"),class:"cm-textfield",name:"search",form:"","main-field":"true",onchange:this.commit,onkeyup:this.commit}),this.replaceField=Gt("input",{value:n.replace,placeholder:qn(e,"Replace"),"aria-label":qn(e,"Replace"),class:"cm-textfield",name:"replace",form:"",onchange:this.commit,onkeyup:this.commit}),this.caseField=Gt("input",{type:"checkbox",name:"case",form:"",checked:n.caseSensitive,onchange:this.commit}),this.reField=Gt("input",{type:"checkbox",name:"re",form:"",checked:n.regexp,onchange:this.commit}),this.wordField=Gt("input",{type:"checkbox",name:"word",form:"",checked:n.wholeWord,onchange:this.commit});function r(i,l,o){return Gt("button",{class:"cm-button",name:i,onclick:l,type:"button"},o)}this.dom=Gt("div",{onkeydown:i=>this.keydown(i),class:"cm-search"},[this.searchField,r("next",()=>J1(e),[qn(e,"next")]),r("prev",()=>ef(e),[qn(e,"previous")]),r("select",()=>n_(e),[qn(e,"all")]),Gt("label",null,[this.caseField,qn(e,"match case")]),Gt("label",null,[this.reField,qn(e,"regexp")]),Gt("label",null,[this.wordField,qn(e,"by word")]),...e.state.readOnly?[]:[Gt("br"),this.replaceField,r("replace",()=>l3(e),[qn(e,"replace")]),r("replaceAll",()=>i_(e),[qn(e,"replace all")])],Gt("button",{name:"close",onclick:()=>Gw(e),"aria-label":qn(e,"close"),type:"button"},["×"])])}commit(){let e=new Bw({search:this.searchField.value,caseSensitive:this.caseField.checked,regexp:this.reField.checked,wholeWord:this.wordField.checked,replace:this.replaceField.value});e.eq(this.query)||(this.query=e,this.view.dispatch({effects:Bc.of(e)}))}keydown(e){yR(this.view,e,"search-panel")?e.preventDefault():e.keyCode==13&&e.target==this.searchField?(e.preventDefault(),(e.shiftKey?ef:J1)(this.view)):e.keyCode==13&&e.target==this.replaceField&&(e.preventDefault(),l3(this.view))}update(e){for(let n of e.transactions)for(let r of n.effects)r.is(Bc)&&!r.value.eq(this.query)&&this.setQuery(r.value)}setQuery(e){this.query=e,this.searchField.value=e.search,this.replaceField.value=e.replace,this.caseField.checked=e.caseSensitive,this.reField.checked=e.regexp,this.wordField.checked=e.wholeWord}mount(){this.searchField.select()}get pos(){return 80}get top(){return this.view.state.facet(ao).top}}function qn(t,e){return t.state.phrase(e)}const G0=30,W0=/[\s\.,:;?!]/;function qg(t,{from:e,to:n}){let r=t.state.doc.lineAt(e),i=t.state.doc.lineAt(n).to,l=Math.max(r.from,e-G0),o=Math.min(i,n+G0),c=t.state.sliceDoc(l,o);if(l!=r.from){for(let f=0;f<G0;f++)if(!W0.test(c[f+1])&&W0.test(c[f])){c=c.slice(f);break}}if(o!=i){for(let f=c.length-1;f>c.length-G0;f--)if(!W0.test(c[f-1])&&W0.test(c[f])){c=c.slice(0,f);break}}return ve.announce.of(`${t.state.phrase("current match")}. ${c} ${t.state.phrase("on line")} ${r.number}.`)}const s_=ve.baseTheme({".cm-panel.cm-search":{padding:"2px 6px 4px",position:"relative","& [name=close]":{position:"absolute",top:"0",right:"4px",backgroundColor:"inherit",border:"none",font:"inherit",padding:0,margin:0},"& input, & button, & label":{margin:".2em .6em .2em 0"},"& input[type=checkbox]":{marginRight:".2em"},"& label":{fontSize:"80%",whiteSpace:"pre"}},"&light .cm-searchMatch":{backgroundColor:"#ffff0054"},"&dark .cm-searchMatch":{backgroundColor:"#00ffff8a"},"&light .cm-searchMatch-selected":{backgroundColor:"#ff6a0054"},"&dark .cm-searchMatch-selected":{backgroundColor:"#ff00ff8a"}}),o_=[Sa,eu.low(t_),s_],c_="#e5c07b",s3="#e06c75",u_="#56b6c2",f_="#ffffff",y1="#abb2bf",Np="#7d8799",h_="#61afef",d_="#98c379",o3="#d19a66",m_="#c678dd",p_="#21252b",c3="#2c313a",u3="#282c34",Gm="#353a42",g_="#3E4451",f3="#528bff",O_=ve.theme({"&":{color:y1,backgroundColor:u3},".cm-content":{caretColor:f3},".cm-cursor, .cm-dropCursor":{borderLeftColor:f3},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:g_},".cm-panels":{backgroundColor:p_,color:y1},".cm-panels.cm-panels-top":{borderBottom:"2px solid black"},".cm-panels.cm-panels-bottom":{borderTop:"2px solid black"},".cm-searchMatch":{backgroundColor:"#72a1ff59",outline:"1px solid #457dff"},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:"#6199ff2f"},".cm-activeLine":{backgroundColor:"#6699ff0b"},".cm-selectionMatch":{backgroundColor:"#aafe661a"},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:"#bad0f847"},".cm-gutters":{backgroundColor:u3,color:Np,border:"none"},".cm-activeLineGutter":{backgroundColor:c3},".cm-foldPlaceholder":{backgroundColor:"transparent",border:"none",color:"#ddd"},".cm-tooltip":{border:"none",backgroundColor:Gm},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:"transparent",borderBottomColor:"transparent"},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:Gm,borderBottomColor:Gm},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{backgroundColor:c3,color:y1}}},{dark:!0}),x_=Df.define([{tag:W.keyword,color:m_},{tag:[W.name,W.deleted,W.character,W.propertyName,W.macroName],color:s3},{tag:[W.function(W.variableName),W.labelName],color:h_},{tag:[W.color,W.constant(W.name),W.standard(W.name)],color:o3},{tag:[W.definition(W.name),W.separator],color:y1},{tag:[W.typeName,W.className,W.number,W.changed,W.annotation,W.modifier,W.self,W.namespace],color:c_},{tag:[W.operator,W.operatorKeyword,W.url,W.escape,W.regexp,W.link,W.special(W.string)],color:u_},{tag:[W.meta,W.comment],color:Np},{tag:W.strong,fontWeight:"bold"},{tag:W.emphasis,fontStyle:"italic"},{tag:W.strikethrough,textDecoration:"line-through"},{tag:W.link,color:Np,textDecoration:"underline"},{tag:W.heading,fontWeight:"bold",color:s3},{tag:[W.atom,W.bool,W.special(W.variableName)],color:o3},{tag:[W.processingInstruction,W.string,W.inserted],color:d_},{tag:W.invalid,color:f_}]),y_=[O_,ZN(x_)];var h3={};class tf{constructor(e,n,r,i,l,o,c,f,m,p=0,g){this.p=e,this.stack=n,this.state=r,this.reducePos=i,this.pos=l,this.score=o,this.buffer=c,this.bufferBase=f,this.curContext=m,this.lookAhead=p,this.parent=g}toString(){return`[${this.stack.filter((e,n)=>n%3==0).concat(this.state)}]@${this.pos}${this.score?"!"+this.score:""}`}static start(e,n,r=0){let i=e.parser.context;return new tf(e,[],n,r,r,0,[],0,i?new d3(i,i.start):null,0,null)}get context(){return this.curContext?this.curContext.context:null}pushState(e,n){this.stack.push(this.state,n,this.bufferBase+this.buffer.length),this.state=e}reduce(e){var n;let r=e>>19,i=e&65535,{parser:l}=this.p,o=this.reducePos<this.pos-25&&this.setLookAhead(this.pos),c=l.dynamicPrecedence(i);if(c&&(this.score+=c),r==0){i<l.minRepeatTerm&&this.reducePos<this.pos&&(this.reducePos=this.pos),this.pushState(l.getGoto(this.state,i,!0),this.reducePos),i<l.minRepeatTerm&&this.storeNode(i,this.reducePos,this.reducePos,o?8:4,!0),this.reduceContext(i,this.reducePos);return}let f=this.stack.length-(r-1)*3-(e&262144?6:0),m=f?this.stack[f-2]:this.p.ranges[0].from;i<l.minRepeatTerm&&m==this.reducePos&&this.reducePos<this.pos&&(this.reducePos=this.pos);let p=this.reducePos-m;p>=2e3&&!(!((n=this.p.parser.nodeSet.types[i])===null||n===void 0)&&n.isAnonymous)&&(m==this.p.lastBigReductionStart?(this.p.bigReductionCount++,this.p.lastBigReductionSize=p):this.p.lastBigReductionSize<p&&(this.p.bigReductionCount=1,this.p.lastBigReductionStart=m,this.p.lastBigReductionSize=p));let g=f?this.stack[f-1]:0,y=this.bufferBase+this.buffer.length-g;if(i<l.minRepeatTerm||e&131072){let v=l.stateFlag(this.state,1)?this.pos:this.reducePos;this.storeNode(i,m,v,y+4,!0)}if(e&262144)this.state=this.stack[f];else{let v=this.stack[f-3];this.state=l.getGoto(v,i,!0)}for(;this.stack.length>f;)this.stack.pop();this.reduceContext(i,m)}storeNode(e,n,r,i=4,l=!1){if(e==0&&(!this.stack.length||this.stack[this.stack.length-1]<this.buffer.length+this.bufferBase)){let o=this.buffer.length;if(o>0&&this.buffer[o-4]==0&&this.buffer[o-1]>-1){if(n==r)return;if(this.buffer[o-2]>=n){this.buffer[o-2]=r;return}}}if(!l||this.pos==r)this.buffer.push(e,n,r,i);else{let o=this.buffer.length;if(o>0&&(this.buffer[o-4]!=0||this.buffer[o-1]<0)){let c=!1;for(let f=o;f>0&&this.buffer[f-2]>r;f-=4)if(this.buffer[f-1]>=0){c=!0;break}if(c)for(;o>0&&this.buffer[o-2]>r;)this.buffer[o]=this.buffer[o-4],this.buffer[o+1]=this.buffer[o-3],this.buffer[o+2]=this.buffer[o-2],this.buffer[o+3]=this.buffer[o-1],o-=4,i>4&&(i-=4)}this.buffer[o]=e,this.buffer[o+1]=n,this.buffer[o+2]=r,this.buffer[o+3]=i}}shift(e,n,r,i){if(e&131072)this.pushState(e&65535,this.pos);else if((e&262144)==0){let l=e,{parser:o}=this.p;this.pos=i;let c=o.stateFlag(l,1);!c&&(i>r||n<=o.maxNode)&&(this.reducePos=i),this.pushState(l,c?r:Math.min(r,this.reducePos)),this.shiftContext(n,r),n<=o.maxNode&&this.buffer.push(n,r,i,4)}else this.pos=i,this.shiftContext(n,r),n<=this.p.parser.maxNode&&this.buffer.push(n,r,i,4)}apply(e,n,r,i){e&65536?this.reduce(e):this.shift(e,n,r,i)}useNode(e,n){let r=this.p.reused.length-1;(r<0||this.p.reused[r]!=e)&&(this.p.reused.push(e),r++);let i=this.pos;this.reducePos=this.pos=i+e.length,this.pushState(n,i),this.buffer.push(r,i,this.reducePos,-1),this.curContext&&this.updateContext(this.curContext.tracker.reuse(this.curContext.context,e,this,this.p.stream.reset(this.pos-e.length)))}split(){let e=this,n=e.buffer.length;for(n&&e.buffer[n-4]==0&&(n-=4);n>0&&e.buffer[n-2]>e.reducePos;)n-=4;let r=e.buffer.slice(n),i=e.bufferBase+n;for(;e&&i==e.bufferBase;)e=e.parent;return new tf(this.p,this.stack.slice(),this.state,this.reducePos,this.pos,this.score,r,i,this.curContext,this.lookAhead,e)}recoverByDelete(e,n){let r=e<=this.p.parser.maxNode;r&&this.storeNode(e,this.pos,n,4),this.storeNode(0,this.pos,n,r?8:4),this.pos=this.reducePos=n,this.score-=190}canShift(e){for(let n=new b_(this);;){let r=this.p.parser.stateSlot(n.state,4)||this.p.parser.hasAction(n.state,e);if(r==0)return!1;if((r&65536)==0)return!0;n.reduce(r)}}recoverByInsert(e){if(this.stack.length>=300)return[];let n=this.p.parser.nextStates(this.state);if(n.length>8||this.stack.length>=120){let i=[];for(let l=0,o;l<n.length;l+=2)(o=n[l+1])!=this.state&&this.p.parser.hasAction(o,e)&&i.push(n[l],o);if(this.stack.length<120)for(let l=0;i.length<8&&l<n.length;l+=2){let o=n[l+1];i.some((c,f)=>f&1&&c==o)||i.push(n[l],o)}n=i}let r=[];for(let i=0;i<n.length&&r.length<4;i+=2){let l=n[i+1];if(l==this.state)continue;let o=this.split();o.pushState(l,this.pos),o.storeNode(0,o.pos,o.pos,4,!0),o.shiftContext(n[i],this.pos),o.reducePos=this.pos,o.score-=200,r.push(o)}return r}forceReduce(){let{parser:e}=this.p,n=e.stateSlot(this.state,5);if((n&65536)==0)return!1;if(!e.validAction(this.state,n)){let r=n>>19,i=n&65535,l=this.stack.length-r*3;if(l<0||e.getGoto(this.stack[l],i,!1)<0){let o=this.findForcedReduction();if(o==null)return!1;n=o}this.storeNode(0,this.pos,this.pos,4,!0),this.score-=100}return this.reducePos=this.pos,this.reduce(n),!0}findForcedReduction(){let{parser:e}=this.p,n=[],r=(i,l)=>{if(!n.includes(i))return n.push(i),e.allActions(i,o=>{if(!(o&393216))if(o&65536){let c=(o>>19)-l;if(c>1){let f=o&65535,m=this.stack.length-c*3;if(m>=0&&e.getGoto(this.stack[m],f,!1)>=0)return c<<19|65536|f}}else{let c=r(o,l+1);if(c!=null)return c}})};return r(this.state,0)}forceAll(){for(;!this.p.parser.stateFlag(this.state,2);)if(!this.forceReduce()){this.storeNode(0,this.pos,this.pos,4,!0);break}return this}get deadEnd(){if(this.stack.length!=3)return!1;let{parser:e}=this.p;return e.data[e.stateSlot(this.state,1)]==65535&&!e.stateSlot(this.state,4)}restart(){this.storeNode(0,this.pos,this.pos,4,!0),this.state=this.stack[0],this.stack.length=0}sameState(e){if(this.state!=e.state||this.stack.length!=e.stack.length)return!1;for(let n=0;n<this.stack.length;n+=3)if(this.stack[n]!=e.stack[n])return!1;return!0}get parser(){return this.p.parser}dialectEnabled(e){return this.p.parser.dialect.flags[e]}shiftContext(e,n){this.curContext&&this.updateContext(this.curContext.tracker.shift(this.curContext.context,e,this,this.p.stream.reset(n)))}reduceContext(e,n){this.curContext&&this.updateContext(this.curContext.tracker.reduce(this.curContext.context,e,this,this.p.stream.reset(n)))}emitContext(){let e=this.buffer.length-1;(e<0||this.buffer[e]!=-3)&&this.buffer.push(this.curContext.hash,this.pos,this.pos,-3)}emitLookAhead(){let e=this.buffer.length-1;(e<0||this.buffer[e]!=-4)&&this.buffer.push(this.lookAhead,this.pos,this.pos,-4)}updateContext(e){if(e!=this.curContext.context){let n=new d3(this.curContext.tracker,e);n.hash!=this.curContext.hash&&this.emitContext(),this.curContext=n}}setLookAhead(e){return e<=this.lookAhead?!1:(this.emitLookAhead(),this.lookAhead=e,!0)}close(){this.curContext&&this.curContext.tracker.strict&&this.emitContext(),this.lookAhead>0&&this.emitLookAhead()}}class d3{constructor(e,n){this.tracker=e,this.context=n,this.hash=e.strict?e.hash(n):0}}class b_{constructor(e){this.start=e,this.state=e.state,this.stack=e.stack,this.base=this.stack.length}reduce(e){let n=e&65535,r=e>>19;r==0?(this.stack==this.start.stack&&(this.stack=this.stack.slice()),this.stack.push(this.state,0,0),this.base+=3):this.base-=(r-1)*3;let i=this.start.p.parser.getGoto(this.stack[this.base-3],n,!0);this.state=i}}class nf{constructor(e,n,r){this.stack=e,this.pos=n,this.index=r,this.buffer=e.buffer,this.index==0&&this.maybeNext()}static create(e,n=e.bufferBase+e.buffer.length){return new nf(e,n,n-e.bufferBase)}maybeNext(){let e=this.stack.parent;e!=null&&(this.index=this.stack.bufferBase-e.bufferBase,this.stack=e,this.buffer=e.buffer)}get id(){return this.buffer[this.index-4]}get start(){return this.buffer[this.index-3]}get end(){return this.buffer[this.index-2]}get size(){return this.buffer[this.index-1]}next(){this.index-=4,this.pos-=4,this.index==0&&this.maybeNext()}fork(){return new nf(this.stack,this.pos,this.index)}}function mc(t,e=Uint16Array){if(typeof t!="string")return t;let n=null;for(let r=0,i=0;r<t.length;){let l=0;for(;;){let o=t.charCodeAt(r++),c=!1;if(o==126){l=65535;break}o>=92&&o--,o>=34&&o--;let f=o-32;if(f>=46&&(f-=46,c=!0),l+=f,c)break;l*=46}n?n[i++]=l:n=new e(l)}return n}class b1{constructor(){this.start=-1,this.value=-1,this.end=-1,this.extended=-1,this.lookAhead=0,this.mask=0,this.context=0}}const m3=new b1;class v_{constructor(e,n){this.input=e,this.ranges=n,this.chunk="",this.chunkOff=0,this.chunk2="",this.chunk2Pos=0,this.next=-1,this.token=m3,this.rangeIndex=0,this.pos=this.chunkPos=n[0].from,this.range=n[0],this.end=n[n.length-1].to,this.readNext()}resolveOffset(e,n){let r=this.range,i=this.rangeIndex,l=this.pos+e;for(;l<r.from;){if(!i)return null;let o=this.ranges[--i];l-=r.from-o.to,r=o}for(;n<0?l>r.to:l>=r.to;){if(i==this.ranges.length-1)return null;let o=this.ranges[++i];l+=o.from-r.to,r=o}return l}clipPos(e){if(e>=this.range.from&&e<this.range.to)return e;for(let n of this.ranges)if(n.to>e)return Math.max(e,n.from);return this.end}peek(e){let n=this.chunkOff+e,r,i;if(n>=0&&n<this.chunk.length)r=this.pos+e,i=this.chunk.charCodeAt(n);else{let l=this.resolveOffset(e,1);if(l==null)return-1;if(r=l,r>=this.chunk2Pos&&r<this.chunk2Pos+this.chunk2.length)i=this.chunk2.charCodeAt(r-this.chunk2Pos);else{let o=this.rangeIndex,c=this.range;for(;c.to<=r;)c=this.ranges[++o];this.chunk2=this.input.chunk(this.chunk2Pos=r),r+this.chunk2.length>c.to&&(this.chunk2=this.chunk2.slice(0,c.to-r)),i=this.chunk2.charCodeAt(0)}}return r>=this.token.lookAhead&&(this.token.lookAhead=r+1),i}acceptToken(e,n=0){let r=n?this.resolveOffset(n,-1):this.pos;if(r==null||r<this.token.start)throw new RangeError("Token end out of bounds");this.token.value=e,this.token.end=r}acceptTokenTo(e,n){this.token.value=e,this.token.end=n}getChunk(){if(this.pos>=this.chunk2Pos&&this.pos<this.chunk2Pos+this.chunk2.length){let{chunk:e,chunkPos:n}=this;this.chunk=this.chunk2,this.chunkPos=this.chunk2Pos,this.chunk2=e,this.chunk2Pos=n,this.chunkOff=this.pos-this.chunkPos}else{this.chunk2=this.chunk,this.chunk2Pos=this.chunkPos;let e=this.input.chunk(this.pos),n=this.pos+e.length;this.chunk=n>this.range.to?e.slice(0,this.range.to-this.pos):e,this.chunkPos=this.pos,this.chunkOff=0}}readNext(){return this.chunkOff>=this.chunk.length&&(this.getChunk(),this.chunkOff==this.chunk.length)?this.next=-1:this.next=this.chunk.charCodeAt(this.chunkOff)}advance(e=1){for(this.chunkOff+=e;this.pos+e>=this.range.to;){if(this.rangeIndex==this.ranges.length-1)return this.setDone();e-=this.range.to-this.pos,this.range=this.ranges[++this.rangeIndex],this.pos=this.range.from}return this.pos+=e,this.pos>=this.token.lookAhead&&(this.token.lookAhead=this.pos+1),this.readNext()}setDone(){return this.pos=this.chunkPos=this.end,this.range=this.ranges[this.rangeIndex=this.ranges.length-1],this.chunk="",this.next=-1}reset(e,n){if(n?(this.token=n,n.start=e,n.lookAhead=e+1,n.value=n.extended=-1):this.token=m3,this.pos!=e){if(this.pos=e,e==this.end)return this.setDone(),this;for(;e<this.range.from;)this.range=this.ranges[--this.rangeIndex];for(;e>=this.range.to;)this.range=this.ranges[++this.rangeIndex];e>=this.chunkPos&&e<this.chunkPos+this.chunk.length?this.chunkOff=e-this.chunkPos:(this.chunk="",this.chunkOff=0),this.readNext()}return this}read(e,n){if(e>=this.chunkPos&&n<=this.chunkPos+this.chunk.length)return this.chunk.slice(e-this.chunkPos,n-this.chunkPos);if(e>=this.chunk2Pos&&n<=this.chunk2Pos+this.chunk2.length)return this.chunk2.slice(e-this.chunk2Pos,n-this.chunk2Pos);if(e>=this.range.from&&n<=this.range.to)return this.input.read(e,n);let r="";for(let i of this.ranges){if(i.from>=n)break;i.to>e&&(r+=this.input.read(Math.max(i.from,e),Math.min(i.to,n)))}return r}}class Ls{constructor(e,n){this.data=e,this.id=n}token(e,n){let{parser:r}=n.p;Ww(this.data,e,n,this.id,r.data,r.tokenPrecTable)}}Ls.prototype.contextual=Ls.prototype.fallback=Ls.prototype.extend=!1;class rf{constructor(e,n,r){this.precTable=n,this.elseToken=r,this.data=typeof e=="string"?mc(e):e}token(e,n){let r=e.pos,i=0;for(;;){let l=e.next<0,o=e.resolveOffset(1,1);if(Ww(this.data,e,n,0,this.data,this.precTable),e.token.value>-1)break;if(this.elseToken==null)return;if(l||i++,o==null)break;e.reset(o,e.token)}i&&(e.reset(r,e.token),e.acceptToken(this.elseToken,i))}}rf.prototype.contextual=Ls.prototype.fallback=Ls.prototype.extend=!1;class Jn{constructor(e,n={}){this.token=e,this.contextual=!!n.contextual,this.fallback=!!n.fallback,this.extend=!!n.extend}}function Ww(t,e,n,r,i,l){let o=0,c=1<<r,{dialect:f}=n.p.parser;e:for(;(c&t[o])!=0;){let m=t[o+1];for(let v=o+3;v<m;v+=2)if((t[v+1]&c)>0){let S=t[v];if(f.allows(S)&&(e.token.value==-1||e.token.value==S||S_(S,e.token.value,i,l))){e.acceptToken(S);break}}let p=e.next,g=0,y=t[o+2];if(e.next<0&&y>g&&t[m+y*3-3]==65535){o=t[m+y*3-1];continue e}for(;g<y;){let v=g+y>>1,S=m+v+(v<<1),w=t[S],k=t[S+1]||65536;if(p<w)y=v;else if(p>=k)g=v+1;else{o=t[S+2],e.advance();continue e}}break}}function p3(t,e,n){for(let r=e,i;(i=t[r])!=65535;r++)if(i==n)return r-e;return-1}function S_(t,e,n,r){let i=p3(n,r,e);return i<0||p3(n,r,t)<i}const Un=typeof process<"u"&&h3&&/\bparse\b/.test(h3.LOG);let Wm=null;function g3(t,e,n){let r=t.cursor(tt.IncludeAnonymous);for(r.moveTo(e);;)if(!(n<0?r.childBefore(e):r.childAfter(e)))for(;;){if((n<0?r.to<e:r.from>e)&&!r.type.isError)return n<0?Math.max(0,Math.min(r.to-1,e-25)):Math.min(t.length,Math.max(r.from+1,e+25));if(n<0?r.prevSibling():r.nextSibling())break;if(!r.parent())return n<0?0:t.length}}class w_{constructor(e,n){this.fragments=e,this.nodeSet=n,this.i=0,this.fragment=null,this.safeFrom=-1,this.safeTo=-1,this.trees=[],this.start=[],this.index=[],this.nextFragment()}nextFragment(){let e=this.fragment=this.i==this.fragments.length?null:this.fragments[this.i++];if(e){for(this.safeFrom=e.openStart?g3(e.tree,e.from+e.offset,1)-e.offset:e.from,this.safeTo=e.openEnd?g3(e.tree,e.to+e.offset,-1)-e.offset:e.to;this.trees.length;)this.trees.pop(),this.start.pop(),this.index.pop();this.trees.push(e.tree),this.start.push(-e.offset),this.index.push(0),this.nextStart=this.safeFrom}else this.nextStart=1e9}nodeAt(e){if(e<this.nextStart)return null;for(;this.fragment&&this.safeTo<=e;)this.nextFragment();if(!this.fragment)return null;for(;;){let n=this.trees.length-1;if(n<0)return this.nextFragment(),null;let r=this.trees[n],i=this.index[n];if(i==r.children.length){this.trees.pop(),this.start.pop(),this.index.pop();continue}let l=r.children[i],o=this.start[n]+r.positions[i];if(o>e)return this.nextStart=o,null;if(l instanceof xt){if(o==e){if(o<this.safeFrom)return null;let c=o+l.length;if(c<=this.safeTo){let f=l.prop(Ne.lookAhead);if(!f||c+f<this.fragment.to)return l}}this.index[n]++,o+l.length>=Math.max(this.safeFrom,e)&&(this.trees.push(l),this.start.push(o),this.index.push(0))}else this.index[n]++,this.nextStart=o+l.length}}}class A_{constructor(e,n){this.stream=n,this.tokens=[],this.mainToken=null,this.actions=[],this.tokens=e.tokenizers.map(r=>new b1)}getActions(e){let n=0,r=null,{parser:i}=e.p,{tokenizers:l}=i,o=i.stateSlot(e.state,3),c=e.curContext?e.curContext.hash:0,f=0;for(let m=0;m<l.length;m++){if((1<<m&o)==0)continue;let p=l[m],g=this.tokens[m];if(!(r&&!p.fallback)&&((p.contextual||g.start!=e.pos||g.mask!=o||g.context!=c)&&(this.updateCachedToken(g,p,e),g.mask=o,g.context=c),g.lookAhead>g.end+25&&(f=Math.max(g.lookAhead,f)),g.value!=0)){let y=n;if(g.extended>-1&&(n=this.addActions(e,g.extended,g.end,n)),n=this.addActions(e,g.value,g.end,n),!p.extend&&(r=g,n>y))break}}for(;this.actions.length>n;)this.actions.pop();return f&&e.setLookAhead(f),!r&&e.pos==this.stream.end&&(r=new b1,r.value=e.p.parser.eofTerm,r.start=r.end=e.pos,n=this.addActions(e,r.value,r.end,n)),this.mainToken=r,this.actions}getMainToken(e){if(this.mainToken)return this.mainToken;let n=new b1,{pos:r,p:i}=e;return n.start=r,n.end=Math.min(r+1,i.stream.end),n.value=r==i.stream.end?i.parser.eofTerm:0,n}updateCachedToken(e,n,r){let i=this.stream.clipPos(r.pos);if(n.token(this.stream.reset(i,e),r),e.value>-1){let{parser:l}=r.p;for(let o=0;o<l.specialized.length;o++)if(l.specialized[o]==e.value){let c=l.specializers[o](this.stream.read(e.start,e.end),r);if(c>=0&&r.p.parser.dialect.allows(c>>1)){(c&1)==0?e.value=c>>1:e.extended=c>>1;break}}}else e.value=0,e.end=this.stream.clipPos(i+1)}putAction(e,n,r,i){for(let l=0;l<i;l+=3)if(this.actions[l]==e)return i;return this.actions[i++]=e,this.actions[i++]=n,this.actions[i++]=r,i}addActions(e,n,r,i){let{state:l}=e,{parser:o}=e.p,{data:c}=o;for(let f=0;f<2;f++)for(let m=o.stateSlot(l,f?2:1);;m+=3){if(c[m]==65535)if(c[m+1]==1)m=ki(c,m+2);else{i==0&&c[m+1]==2&&(i=this.putAction(ki(c,m+2),n,r,i));break}c[m]==n&&(i=this.putAction(ki(c,m+1),n,r,i))}return i}}class k_{constructor(e,n,r,i){this.parser=e,this.input=n,this.ranges=i,this.recovering=0,this.nextStackID=9812,this.minStackPos=0,this.reused=[],this.stoppedAt=null,this.lastBigReductionStart=-1,this.lastBigReductionSize=0,this.bigReductionCount=0,this.stream=new v_(n,i),this.tokens=new A_(e,this.stream),this.topTerm=e.top[1];let{from:l}=i[0];this.stacks=[tf.start(this,e.top[0],l)],this.fragments=r.length&&this.stream.end-l>e.bufferLength*4?new w_(r,e.nodeSet):null}get parsedPos(){return this.minStackPos}advance(){let e=this.stacks,n=this.minStackPos,r=this.stacks=[],i,l;if(this.bigReductionCount>300&&e.length==1){let[o]=e;for(;o.forceReduce()&&o.stack.length&&o.stack[o.stack.length-2]>=this.lastBigReductionStart;);this.bigReductionCount=this.lastBigReductionSize=0}for(let o=0;o<e.length;o++){let c=e[o];for(;;){if(this.tokens.mainToken=null,c.pos>n)r.push(c);else{if(this.advanceStack(c,r,e))continue;{i||(i=[],l=[]),i.push(c);let f=this.tokens.getMainToken(c);l.push(f.value,f.end)}}break}}if(!r.length){let o=i&&M_(i);if(o)return Un&&console.log("Finish with "+this.stackID(o)),this.stackToTree(o);if(this.parser.strict)throw Un&&i&&console.log("Stuck with token "+(this.tokens.mainToken?this.parser.getName(this.tokens.mainToken.value):"none")),new SyntaxError("No parse at "+n);this.recovering||(this.recovering=5)}if(this.recovering&&i){let o=this.stoppedAt!=null&&i[0].pos>this.stoppedAt?i[0]:this.runRecovery(i,l,r);if(o)return Un&&console.log("Force-finish "+this.stackID(o)),this.stackToTree(o.forceAll())}if(this.recovering){let o=this.recovering==1?1:this.recovering*3;if(r.length>o)for(r.sort((c,f)=>f.score-c.score);r.length>o;)r.pop();r.some(c=>c.reducePos>n)&&this.recovering--}else if(r.length>1){e:for(let o=0;o<r.length-1;o++){let c=r[o];for(let f=o+1;f<r.length;f++){let m=r[f];if(c.sameState(m)||c.buffer.length>500&&m.buffer.length>500)if((c.score-m.score||c.buffer.length-m.buffer.length)>0)r.splice(f--,1);else{r.splice(o--,1);continue e}}}r.length>12&&(r.sort((o,c)=>c.score-o.score),r.splice(12,r.length-12))}this.minStackPos=r[0].pos;for(let o=1;o<r.length;o++)r[o].pos<this.minStackPos&&(this.minStackPos=r[o].pos);return null}stopAt(e){if(this.stoppedAt!=null&&this.stoppedAt<e)throw new RangeError("Can't move stoppedAt forward");this.stoppedAt=e}advanceStack(e,n,r){let i=e.pos,{parser:l}=this,o=Un?this.stackID(e)+" -> ":"";if(this.stoppedAt!=null&&i>this.stoppedAt)return e.forceReduce()?e:null;if(this.fragments){let m=e.curContext&&e.curContext.tracker.strict,p=m?e.curContext.hash:0;for(let g=this.fragments.nodeAt(i);g;){let y=this.parser.nodeSet.types[g.type.id]==g.type?l.getGoto(e.state,g.type.id):-1;if(y>-1&&g.length&&(!m||(g.prop(Ne.contextHash)||0)==p))return e.useNode(g,y),Un&&console.log(o+this.stackID(e)+` (via reuse of ${l.getName(g.type.id)})`),!0;if(!(g instanceof xt)||g.children.length==0||g.positions[0]>0)break;let v=g.children[0];if(v instanceof xt&&g.positions[0]==0)g=v;else break}}let c=l.stateSlot(e.state,4);if(c>0)return e.reduce(c),Un&&console.log(o+this.stackID(e)+` (via always-reduce ${l.getName(c&65535)})`),!0;if(e.stack.length>=8400)for(;e.stack.length>6e3&&e.forceReduce(););let f=this.tokens.getActions(e);for(let m=0;m<f.length;){let p=f[m++],g=f[m++],y=f[m++],v=m==f.length||!r,S=v?e:e.split(),w=this.tokens.mainToken;if(S.apply(p,g,w?w.start:S.pos,y),Un&&console.log(o+this.stackID(S)+` (via ${(p&65536)==0?"shift":`reduce of ${l.getName(p&65535)}`} for ${l.getName(g)} @ ${i}${S==e?"":", split"})`),v)return!0;S.pos>i?n.push(S):r.push(S)}return!1}advanceFully(e,n){let r=e.pos;for(;;){if(!this.advanceStack(e,null,null))return!1;if(e.pos>r)return O3(e,n),!0}}runRecovery(e,n,r){let i=null,l=!1;for(let o=0;o<e.length;o++){let c=e[o],f=n[o<<1],m=n[(o<<1)+1],p=Un?this.stackID(c)+" -> ":"";if(c.deadEnd&&(l||(l=!0,c.restart(),Un&&console.log(p+this.stackID(c)+" (restarted)"),this.advanceFully(c,r))))continue;let g=c.split(),y=p;for(let v=0;v<10&&g.forceReduce()&&(Un&&console.log(y+this.stackID(g)+" (via force-reduce)"),!this.advanceFully(g,r));v++)Un&&(y=this.stackID(g)+" -> ");for(let v of c.recoverByInsert(f))Un&&console.log(p+this.stackID(v)+" (via recover-insert)"),this.advanceFully(v,r);this.stream.end>c.pos?(m==c.pos&&(m++,f=0),c.recoverByDelete(f,m),Un&&console.log(p+this.stackID(c)+` (via recover-delete ${this.parser.getName(f)})`),O3(c,r)):(!i||i.score<g.score)&&(i=g)}return i}stackToTree(e){return e.close(),xt.build({buffer:nf.create(e),nodeSet:this.parser.nodeSet,topID:this.topTerm,maxBufferLength:this.parser.bufferLength,reused:this.reused,start:this.ranges[0].from,length:e.pos-this.ranges[0].from,minRepeatType:this.parser.minRepeatTerm})}stackID(e){let n=(Wm||(Wm=new WeakMap)).get(e);return n||Wm.set(e,n=String.fromCodePoint(this.nextStackID++)),n+e}}function O3(t,e){for(let n=0;n<e.length;n++){let r=e[n];if(r.pos==t.pos&&r.sameState(t)){e[n].score<t.score&&(e[n]=t);return}}e.push(t)}class T_{constructor(e,n,r){this.source=e,this.flags=n,this.disabled=r}allows(e){return!this.disabled||this.disabled[e]==0}}const Km=t=>t;class Kw{constructor(e){this.start=e.start,this.shift=e.shift||Km,this.reduce=e.reduce||Km,this.reuse=e.reuse||Km,this.hash=e.hash||(()=>0),this.strict=e.strict!==!1}}class Gs extends Y7{constructor(e){if(super(),this.wrappers=[],e.version!=14)throw new RangeError(`Parser version (${e.version}) doesn't match runtime version (14)`);let n=e.nodeNames.split(" ");this.minRepeatTerm=n.length;for(let c=0;c<e.repeatNodeCount;c++)n.push("");let r=Object.keys(e.topRules).map(c=>e.topRules[c][1]),i=[];for(let c=0;c<n.length;c++)i.push([]);function l(c,f,m){i[c].push([f,f.deserialize(String(m))])}if(e.nodeProps)for(let c of e.nodeProps){let f=c[0];typeof f=="string"&&(f=Ne[f]);for(let m=1;m<c.length;){let p=c[m++];if(p>=0)l(p,f,c[m++]);else{let g=c[m+-p];for(let y=-p;y>0;y--)l(c[m++],f,g);m++}}}this.nodeSet=new Eg(n.map((c,f)=>Sn.define({name:f>=this.minRepeatTerm?void 0:c,id:f,props:i[f],top:r.indexOf(f)>-1,error:f==0,skipped:e.skippedNodes&&e.skippedNodes.indexOf(f)>-1}))),e.propSources&&(this.nodeSet=this.nodeSet.extend(...e.propSources)),this.strict=!1,this.bufferLength=_7;let o=mc(e.tokenData);this.context=e.context,this.specializerSpecs=e.specialized||[],this.specialized=new Uint16Array(this.specializerSpecs.length);for(let c=0;c<this.specializerSpecs.length;c++)this.specialized[c]=this.specializerSpecs[c].term;this.specializers=this.specializerSpecs.map(x3),this.states=mc(e.states,Uint32Array),this.data=mc(e.stateData),this.goto=mc(e.goto),this.maxTerm=e.maxTerm,this.tokenizers=e.tokenizers.map(c=>typeof c=="number"?new Ls(o,c):c),this.topRules=e.topRules,this.dialects=e.dialects||{},this.dynamicPrecedences=e.dynamicPrecedences||null,this.tokenPrecTable=e.tokenPrec,this.termNames=e.termNames||null,this.maxNode=this.nodeSet.types.length-1,this.dialect=this.parseDialect(),this.top=this.topRules[Object.keys(this.topRules)[0]]}createParse(e,n,r){let i=new k_(this,e,n,r);for(let l of this.wrappers)i=l(i,e,n,r);return i}getGoto(e,n,r=!1){let i=this.goto;if(n>=i[0])return-1;for(let l=i[n+1];;){let o=i[l++],c=o&1,f=i[l++];if(c&&r)return f;for(let m=l+(o>>1);l<m;l++)if(i[l]==e)return f;if(c)return-1}}hasAction(e,n){let r=this.data;for(let i=0;i<2;i++)for(let l=this.stateSlot(e,i?2:1),o;;l+=3){if((o=r[l])==65535)if(r[l+1]==1)o=r[l=ki(r,l+2)];else{if(r[l+1]==2)return ki(r,l+2);break}if(o==n||o==0)return ki(r,l+1)}return 0}stateSlot(e,n){return this.states[e*6+n]}stateFlag(e,n){return(this.stateSlot(e,0)&n)>0}validAction(e,n){return!!this.allActions(e,r=>r==n?!0:null)}allActions(e,n){let r=this.stateSlot(e,4),i=r?n(r):void 0;for(let l=this.stateSlot(e,1);i==null;l+=3){if(this.data[l]==65535)if(this.data[l+1]==1)l=ki(this.data,l+2);else break;i=n(ki(this.data,l+1))}return i}nextStates(e){let n=[];for(let r=this.stateSlot(e,1);;r+=3){if(this.data[r]==65535)if(this.data[r+1]==1)r=ki(this.data,r+2);else break;if((this.data[r+2]&1)==0){let i=this.data[r+1];n.some((l,o)=>o&1&&l==i)||n.push(this.data[r],i)}}return n}configure(e){let n=Object.assign(Object.create(Gs.prototype),this);if(e.props&&(n.nodeSet=this.nodeSet.extend(...e.props)),e.top){let r=this.topRules[e.top];if(!r)throw new RangeError(`Invalid top rule name ${e.top}`);n.top=r}return e.tokenizers&&(n.tokenizers=this.tokenizers.map(r=>{let i=e.tokenizers.find(l=>l.from==r);return i?i.to:r})),e.specializers&&(n.specializers=this.specializers.slice(),n.specializerSpecs=this.specializerSpecs.map((r,i)=>{let l=e.specializers.find(c=>c.from==r.external);if(!l)return r;let o=Object.assign(Object.assign({},r),{external:l.to});return n.specializers[i]=x3(o),o})),e.contextTracker&&(n.context=e.contextTracker),e.dialect&&(n.dialect=this.parseDialect(e.dialect)),e.strict!=null&&(n.strict=e.strict),e.wrap&&(n.wrappers=n.wrappers.concat(e.wrap)),e.bufferLength!=null&&(n.bufferLength=e.bufferLength),n}hasWrappers(){return this.wrappers.length>0}getName(e){return this.termNames?this.termNames[e]:String(e<=this.maxNode&&this.nodeSet.types[e].name||e)}get eofTerm(){return this.maxNode+1}get topNode(){return this.nodeSet.types[this.top[1]]}dynamicPrecedence(e){let n=this.dynamicPrecedences;return n==null?0:n[e]||0}parseDialect(e){let n=Object.keys(this.dialects),r=n.map(()=>!1);if(e)for(let l of e.split(" ")){let o=n.indexOf(l);o>=0&&(r[o]=!0)}let i=null;for(let l=0;l<n.length;l++)if(!r[l])for(let o=this.dialects[n[l]],c;(c=this.data[o++])!=65535;)(i||(i=new Uint8Array(this.maxTerm+1)))[c]=1;return new T_(e,r,i)}static deserialize(e){return new Gs(e)}}function ki(t,e){return t[e]|t[e+1]<<16}function M_(t){let e=null;for(let n of t){let r=n.p.stoppedAt;(n.pos==n.p.stream.end||r!=null&&n.pos>r)&&n.p.parser.stateFlag(n.state,2)&&(!e||e.score<n.score)&&(e=n)}return e}function x3(t){if(t.external){let e=t.extend?1:0;return(n,r)=>t.external(n,r)<<1|e}return t.get}const E_=55,$_=1,Q_=56,C_=2,Z_=57,P_=3,y3=4,j_=5,Ug=6,Jw=7,e9=8,t9=9,n9=10,R_=11,N_=12,V_=13,Jm=58,L_=14,__=15,b3=59,r9=21,D_=23,i9=24,X_=25,Vp=27,a9=28,z_=29,H_=32,Y_=35,B_=37,F_=38,q_=0,U_=1,I_={area:!0,base:!0,br:!0,col:!0,command:!0,embed:!0,frame:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0,menuitem:!0},G_={dd:!0,li:!0,optgroup:!0,option:!0,p:!0,rp:!0,rt:!0,tbody:!0,td:!0,tfoot:!0,th:!0,tr:!0},v3={dd:{dd:!0,dt:!0},dt:{dd:!0,dt:!0},li:{li:!0},option:{option:!0,optgroup:!0},optgroup:{optgroup:!0},p:{address:!0,article:!0,aside:!0,blockquote:!0,dir:!0,div:!0,dl:!0,fieldset:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,menu:!0,nav:!0,ol:!0,p:!0,pre:!0,section:!0,table:!0,ul:!0},rp:{rp:!0,rt:!0},rt:{rp:!0,rt:!0},tbody:{tbody:!0,tfoot:!0},td:{td:!0,th:!0},tfoot:{tbody:!0},th:{td:!0,th:!0},thead:{tbody:!0,tfoot:!0},tr:{tr:!0}};function W_(t){return t==45||t==46||t==58||t>=65&&t<=90||t==95||t>=97&&t<=122||t>=161}let S3=null,w3=null,A3=0;function Lp(t,e){let n=t.pos+e;if(A3==n&&w3==t)return S3;let r=t.peek(e),i="";for(;W_(r);)i+=String.fromCharCode(r),r=t.peek(++e);return w3=t,A3=n,S3=i?i.toLowerCase():r==K_||r==J_?void 0:null}const l9=60,af=62,Ig=47,K_=63,J_=33,eD=45;function k3(t,e){this.name=t,this.parent=e}const tD=[Ug,n9,Jw,e9,t9],nD=new Kw({start:null,shift(t,e,n,r){return tD.indexOf(e)>-1?new k3(Lp(r,1)||"",t):t},reduce(t,e){return e==r9&&t?t.parent:t},reuse(t,e,n,r){let i=e.type.id;return i==Ug||i==B_?new k3(Lp(r,1)||"",t):t},strict:!1}),rD=new Jn((t,e)=>{if(t.next!=l9){t.next<0&&e.context&&t.acceptToken(Jm);return}t.advance();let n=t.next==Ig;n&&t.advance();let r=Lp(t,0);if(r===void 0)return;if(!r)return t.acceptToken(n?__:L_);let i=e.context?e.context.name:null;if(n){if(r==i)return t.acceptToken(R_);if(i&&G_[i])return t.acceptToken(Jm,-2);if(e.dialectEnabled(q_))return t.acceptToken(N_);for(let l=e.context;l;l=l.parent)if(l.name==r)return;t.acceptToken(V_)}else{if(r=="script")return t.acceptToken(Jw);if(r=="style")return t.acceptToken(e9);if(r=="textarea")return t.acceptToken(t9);if(I_.hasOwnProperty(r))return t.acceptToken(n9);i&&v3[i]&&v3[i][r]?t.acceptToken(Jm,-1):t.acceptToken(Ug)}},{contextual:!0}),iD=new Jn(t=>{for(let e=0,n=0;;n++){if(t.next<0){n&&t.acceptToken(b3);break}if(t.next==eD)e++;else if(t.next==af&&e>=2){n>=3&&t.acceptToken(b3,-2);break}else e=0;t.advance()}});function aD(t){for(;t;t=t.parent)if(t.name=="svg"||t.name=="math")return!0;return!1}const lD=new Jn((t,e)=>{if(t.next==Ig&&t.peek(1)==af){let n=e.dialectEnabled(U_)||aD(e.context);t.acceptToken(n?j_:y3,2)}else t.next==af&&t.acceptToken(y3,1)});function Gg(t,e,n){let r=2+t.length;return new Jn(i=>{for(let l=0,o=0,c=0;;c++){if(i.next<0){c&&i.acceptToken(e);break}if(l==0&&i.next==l9||l==1&&i.next==Ig||l>=2&&l<r&&i.next==t.charCodeAt(l-2))l++,o++;else if(l==r&&i.next==af){c>o?i.acceptToken(e,-o):i.acceptToken(n,-(o-2));break}else if((i.next==10||i.next==13)&&c){i.acceptToken(e,1);break}else l=o=0;i.advance()}})}const sD=Gg("script",E_,$_),oD=Gg("style",Q_,C_),cD=Gg("textarea",Z_,P_),uD=Rf({"Text RawText IncompleteTag IncompleteCloseTag":W.content,"StartTag StartCloseTag SelfClosingEndTag EndTag":W.angleBracket,TagName:W.tagName,"MismatchedCloseTag/TagName":[W.tagName,W.invalid],AttributeName:W.attributeName,"AttributeValue UnquotedAttributeValue":W.attributeValue,Is:W.definitionOperator,"EntityReference CharacterReference":W.character,Comment:W.blockComment,ProcessingInst:W.processingInstruction,DoctypeDecl:W.documentMeta}),fD=Gs.deserialize({version:14,states:",xOVO!rOOO!ZQ#tO'#CrO!`Q#tO'#C{O!eQ#tO'#DOO!jQ#tO'#DRO!oQ#tO'#DTO!tOaO'#CqO#PObO'#CqO#[OdO'#CqO$kO!rO'#CqOOO`'#Cq'#CqO$rO$fO'#DUO$zQ#tO'#DWO%PQ#tO'#DXOOO`'#Dl'#DlOOO`'#DZ'#DZQVO!rOOO%UQ&rO,59^O%aQ&rO,59gO%lQ&rO,59jO%wQ&rO,59mO&SQ&rO,59oOOOa'#D_'#D_O&_OaO'#CyO&jOaO,59]OOOb'#D`'#D`O&rObO'#C|O&}ObO,59]OOOd'#Da'#DaO'VOdO'#DPO'bOdO,59]OOO`'#Db'#DbO'jO!rO,59]O'qQ#tO'#DSOOO`,59],59]OOOp'#Dc'#DcO'vO$fO,59pOOO`,59p,59pO(OQ#|O,59rO(TQ#|O,59sOOO`-E7X-E7XO(YQ&rO'#CtOOQW'#D['#D[O(hQ&rO1G.xOOOa1G.x1G.xOOO`1G/Z1G/ZO(sQ&rO1G/ROOOb1G/R1G/RO)OQ&rO1G/UOOOd1G/U1G/UO)ZQ&rO1G/XOOO`1G/X1G/XO)fQ&rO1G/ZOOOa-E7]-E7]O)qQ#tO'#CzOOO`1G.w1G.wOOOb-E7^-E7^O)vQ#tO'#C}OOOd-E7_-E7_O){Q#tO'#DQOOO`-E7`-E7`O*QQ#|O,59nOOOp-E7a-E7aOOO`1G/[1G/[OOO`1G/^1G/^OOO`1G/_1G/_O*VQ,UO,59`OOQW-E7Y-E7YOOOa7+$d7+$dOOO`7+$u7+$uOOOb7+$m7+$mOOOd7+$p7+$pOOO`7+$s7+$sO*bQ#|O,59fO*gQ#|O,59iO*lQ#|O,59lOOO`1G/Y1G/YO*qO7[O'#CwO+SOMhO'#CwOOQW1G.z1G.zOOO`1G/Q1G/QOOO`1G/T1G/TOOO`1G/W1G/WOOOO'#D]'#D]O+eO7[O,59cOOQW,59c,59cOOOO'#D^'#D^O+vOMhO,59cOOOO-E7Z-E7ZOOQW1G.}1G.}OOOO-E7[-E7[",stateData:",c~O!_OS~OUSOVPOWQOXROYTO[]O][O^^O_^Oa^Ob^Oc^Od^Oy^O|_O!eZO~OgaO~OgbO~OgcO~OgdO~OgeO~O!XfOPmP![mP~O!YiOQpP![pP~O!ZlORsP![sP~OUSOVPOWQOXROYTOZqO[]O][O^^O_^Oa^Ob^Oc^Od^Oy^O!eZO~O![rO~P#gO!]sO!fuO~OgvO~OgwO~OS|OT}OiyO~OS!POT}OiyO~OS!ROT}OiyO~OS!TOT}OiyO~OS}OT}OiyO~O!XfOPmX![mX~OP!WO![!XO~O!YiOQpX![pX~OQ!ZO![!XO~O!ZlORsX![sX~OR!]O![!XO~O![!XO~P#gOg!_O~O!]sO!f!aO~OS!bO~OS!cO~Oj!dOShXThXihX~OS!fOT!gOiyO~OS!hOT!gOiyO~OS!iOT!gOiyO~OS!jOT!gOiyO~OS!gOT!gOiyO~Og!kO~Og!lO~Og!mO~OS!nO~Ol!qO!a!oO!c!pO~OS!rO~OS!sO~OS!tO~Ob!uOc!uOd!uO!a!wO!b!uO~Ob!xOc!xOd!xO!c!wO!d!xO~Ob!uOc!uOd!uO!a!{O!b!uO~Ob!xOc!xOd!xO!c!{O!d!xO~OT~cbd!ey|!e~",goto:"%q!aPPPPPPPPPPPPPPPPPPPPP!b!hP!nPP!zP!}#Q#T#Z#^#a#g#j#m#s#y!bP!b!bP$P$V$m$s$y%P%V%]%cPPPPPPPP%iX^OX`pXUOX`pezabcde{!O!Q!S!UR!q!dRhUR!XhXVOX`pRkVR!XkXWOX`pRnWR!XnXXOX`pQrXR!XpXYOX`pQ`ORx`Q{aQ!ObQ!QcQ!SdQ!UeZ!e{!O!Q!S!UQ!v!oR!z!vQ!y!pR!|!yQgUR!VgQjVR!YjQmWR![mQpXR!^pQtZR!`tS_O`ToXp",nodeNames:"⚠ StartCloseTag StartCloseTag StartCloseTag EndTag SelfClosingEndTag StartTag StartTag StartTag StartTag StartTag StartCloseTag StartCloseTag StartCloseTag IncompleteTag IncompleteCloseTag Document Text EntityReference CharacterReference InvalidEntity Element OpenTag TagName Attribute AttributeName Is AttributeValue UnquotedAttributeValue ScriptText CloseTag OpenTag StyleText CloseTag OpenTag TextareaText CloseTag OpenTag CloseTag SelfClosingTag Comment ProcessingInst MismatchedCloseTag CloseTag DoctypeDecl",maxTerm:68,context:nD,nodeProps:[["closedBy",-10,1,2,3,7,8,9,10,11,12,13,"EndTag",6,"EndTag SelfClosingEndTag",-4,22,31,34,37,"CloseTag"],["openedBy",4,"StartTag StartCloseTag",5,"StartTag",-4,30,33,36,38,"OpenTag"],["group",-10,14,15,18,19,20,21,40,41,42,43,"Entity",17,"Entity TextContent",-3,29,32,35,"TextContent Entity"],["isolate",-11,22,30,31,33,34,36,37,38,39,42,43,"ltr",-3,27,28,40,""]],propSources:[uD],skippedNodes:[0],repeatNodeCount:9,tokenData:"!<p!aR!YOX$qXY,QYZ,QZ[$q[]&X]^,Q^p$qpq,Qqr-_rs3_sv-_vw3}wxHYx}-_}!OH{!O!P-_!P!Q$q!Q![-_![!]Mz!]!^-_!^!_!$S!_!`!;x!`!a&X!a!c-_!c!}Mz!}#R-_#R#SMz#S#T1k#T#oMz#o#s-_#s$f$q$f%W-_%W%oMz%o%p-_%p&aMz&a&b-_&b1pMz1p4U-_4U4dMz4d4e-_4e$ISMz$IS$I`-_$I`$IbMz$Ib$Kh-_$Kh%#tMz%#t&/x-_&/x&EtMz&Et&FV-_&FV;'SMz;'S;:j!#|;:j;=`3X<%l?&r-_?&r?AhMz?Ah?BY$q?BY?MnMz?MnO$q!Z$|caPlW!b`!dpOX$qXZ&XZ[$q[^&X^p$qpq&Xqr$qrs&}sv$qvw+Pwx(tx!^$q!^!_*V!_!a&X!a#S$q#S#T&X#T;'S$q;'S;=`+z<%lO$q!R&bXaP!b`!dpOr&Xrs&}sv&Xwx(tx!^&X!^!_*V!_;'S&X;'S;=`*y<%lO&Xq'UVaP!dpOv&}wx'kx!^&}!^!_(V!_;'S&};'S;=`(n<%lO&}P'pTaPOv'kw!^'k!_;'S'k;'S;=`(P<%lO'kP(SP;=`<%l'kp([S!dpOv(Vx;'S(V;'S;=`(h<%lO(Vp(kP;=`<%l(Vq(qP;=`<%l&}a({WaP!b`Or(trs'ksv(tw!^(t!^!_)e!_;'S(t;'S;=`*P<%lO(t`)jT!b`Or)esv)ew;'S)e;'S;=`)y<%lO)e`)|P;=`<%l)ea*SP;=`<%l(t!Q*^V!b`!dpOr*Vrs(Vsv*Vwx)ex;'S*V;'S;=`*s<%lO*V!Q*vP;=`<%l*V!R*|P;=`<%l&XW+UYlWOX+PZ[+P^p+Pqr+Psw+Px!^+P!a#S+P#T;'S+P;'S;=`+t<%lO+PW+wP;=`<%l+P!Z+}P;=`<%l$q!a,]`aP!b`!dp!_^OX&XXY,QYZ,QZ]&X]^,Q^p&Xpq,Qqr&Xrs&}sv&Xwx(tx!^&X!^!_*V!_;'S&X;'S;=`*y<%lO&X!_-ljiSaPlW!b`!dpOX$qXZ&XZ[$q[^&X^p$qpq&Xqr-_rs&}sv-_vw/^wx(tx!P-_!P!Q$q!Q!^-_!^!_*V!_!a&X!a#S-_#S#T1k#T#s-_#s$f$q$f;'S-_;'S;=`3X<%l?Ah-_?Ah?BY$q?BY?Mn-_?MnO$q[/ebiSlWOX+PZ[+P^p+Pqr/^sw/^x!P/^!P!Q+P!Q!^/^!a#S/^#S#T0m#T#s/^#s$f+P$f;'S/^;'S;=`1e<%l?Ah/^?Ah?BY+P?BY?Mn/^?MnO+PS0rXiSqr0msw0mx!P0m!Q!^0m!a#s0m$f;'S0m;'S;=`1_<%l?Ah0m?BY?Mn0mS1bP;=`<%l0m[1hP;=`<%l/^!V1vciSaP!b`!dpOq&Xqr1krs&}sv1kvw0mwx(tx!P1k!P!Q&X!Q!^1k!^!_*V!_!a&X!a#s1k#s$f&X$f;'S1k;'S;=`3R<%l?Ah1k?Ah?BY&X?BY?Mn1k?MnO&X!V3UP;=`<%l1k!_3[P;=`<%l-_!Z3hV!ahaP!dpOv&}wx'kx!^&}!^!_(V!_;'S&};'S;=`(n<%lO&}!_4WiiSlWd!ROX5uXZ7SZ[5u[^7S^p5uqr8trs7Sst>]tw8twx7Sx!P8t!P!Q5u!Q!]8t!]!^/^!^!a7S!a#S8t#S#T;{#T#s8t#s$f5u$f;'S8t;'S;=`>V<%l?Ah8t?Ah?BY5u?BY?Mn8t?MnO5u!Z5zblWOX5uXZ7SZ[5u[^7S^p5uqr5urs7Sst+Ptw5uwx7Sx!]5u!]!^7w!^!a7S!a#S5u#S#T7S#T;'S5u;'S;=`8n<%lO5u!R7VVOp7Sqs7St!]7S!]!^7l!^;'S7S;'S;=`7q<%lO7S!R7qOb!R!R7tP;=`<%l7S!Z8OYlWb!ROX+PZ[+P^p+Pqr+Psw+Px!^+P!a#S+P#T;'S+P;'S;=`+t<%lO+P!Z8qP;=`<%l5u!_8{iiSlWOX5uXZ7SZ[5u[^7S^p5uqr8trs7Sst/^tw8twx7Sx!P8t!P!Q5u!Q!]8t!]!^:j!^!a7S!a#S8t#S#T;{#T#s8t#s$f5u$f;'S8t;'S;=`>V<%l?Ah8t?Ah?BY5u?BY?Mn8t?MnO5u!_:sbiSlWb!ROX+PZ[+P^p+Pqr/^sw/^x!P/^!P!Q+P!Q!^/^!a#S/^#S#T0m#T#s/^#s$f+P$f;'S/^;'S;=`1e<%l?Ah/^?Ah?BY+P?BY?Mn/^?MnO+P!V<QciSOp7Sqr;{rs7Sst0mtw;{wx7Sx!P;{!P!Q7S!Q!];{!]!^=]!^!a7S!a#s;{#s$f7S$f;'S;{;'S;=`>P<%l?Ah;{?Ah?BY7S?BY?Mn;{?MnO7S!V=dXiSb!Rqr0msw0mx!P0m!Q!^0m!a#s0m$f;'S0m;'S;=`1_<%l?Ah0m?BY?Mn0m!V>SP;=`<%l;{!_>YP;=`<%l8t!_>dhiSlWOX@OXZAYZ[@O[^AY^p@OqrBwrsAYswBwwxAYx!PBw!P!Q@O!Q!]Bw!]!^/^!^!aAY!a#SBw#S#TE{#T#sBw#s$f@O$f;'SBw;'S;=`HS<%l?AhBw?Ah?BY@O?BY?MnBw?MnO@O!Z@TalWOX@OXZAYZ[@O[^AY^p@Oqr@OrsAYsw@OwxAYx!]@O!]!^Az!^!aAY!a#S@O#S#TAY#T;'S@O;'S;=`Bq<%lO@O!RA]UOpAYq!]AY!]!^Ao!^;'SAY;'S;=`At<%lOAY!RAtOc!R!RAwP;=`<%lAY!ZBRYlWc!ROX+PZ[+P^p+Pqr+Psw+Px!^+P!a#S+P#T;'S+P;'S;=`+t<%lO+P!ZBtP;=`<%l@O!_COhiSlWOX@OXZAYZ[@O[^AY^p@OqrBwrsAYswBwwxAYx!PBw!P!Q@O!Q!]Bw!]!^Dj!^!aAY!a#SBw#S#TE{#T#sBw#s$f@O$f;'SBw;'S;=`HS<%l?AhBw?Ah?BY@O?BY?MnBw?MnO@O!_DsbiSlWc!ROX+PZ[+P^p+Pqr/^sw/^x!P/^!P!Q+P!Q!^/^!a#S/^#S#T0m#T#s/^#s$f+P$f;'S/^;'S;=`1e<%l?Ah/^?Ah?BY+P?BY?Mn/^?MnO+P!VFQbiSOpAYqrE{rsAYswE{wxAYx!PE{!P!QAY!Q!]E{!]!^GY!^!aAY!a#sE{#s$fAY$f;'SE{;'S;=`G|<%l?AhE{?Ah?BYAY?BY?MnE{?MnOAY!VGaXiSc!Rqr0msw0mx!P0m!Q!^0m!a#s0m$f;'S0m;'S;=`1_<%l?Ah0m?BY?Mn0m!VHPP;=`<%lE{!_HVP;=`<%lBw!ZHcW!cxaP!b`Or(trs'ksv(tw!^(t!^!_)e!_;'S(t;'S;=`*P<%lO(t!aIYliSaPlW!b`!dpOX$qXZ&XZ[$q[^&X^p$qpq&Xqr-_rs&}sv-_vw/^wx(tx}-_}!OKQ!O!P-_!P!Q$q!Q!^-_!^!_*V!_!a&X!a#S-_#S#T1k#T#s-_#s$f$q$f;'S-_;'S;=`3X<%l?Ah-_?Ah?BY$q?BY?Mn-_?MnO$q!aK_kiSaPlW!b`!dpOX$qXZ&XZ[$q[^&X^p$qpq&Xqr-_rs&}sv-_vw/^wx(tx!P-_!P!Q$q!Q!^-_!^!_*V!_!`&X!`!aMS!a#S-_#S#T1k#T#s-_#s$f$q$f;'S-_;'S;=`3X<%l?Ah-_?Ah?BY$q?BY?Mn-_?MnO$q!TM_XaP!b`!dp!fQOr&Xrs&}sv&Xwx(tx!^&X!^!_*V!_;'S&X;'S;=`*y<%lO&X!aNZ!ZiSgQaPlW!b`!dpOX$qXZ&XZ[$q[^&X^p$qpq&Xqr-_rs&}sv-_vw/^wx(tx}-_}!OMz!O!PMz!P!Q$q!Q![Mz![!]Mz!]!^-_!^!_*V!_!a&X!a!c-_!c!}Mz!}#R-_#R#SMz#S#T1k#T#oMz#o#s-_#s$f$q$f$}-_$}%OMz%O%W-_%W%oMz%o%p-_%p&aMz&a&b-_&b1pMz1p4UMz4U4dMz4d4e-_4e$ISMz$IS$I`-_$I`$IbMz$Ib$Je-_$Je$JgMz$Jg$Kh-_$Kh%#tMz%#t&/x-_&/x&EtMz&Et&FV-_&FV;'SMz;'S;:j!#|;:j;=`3X<%l?&r-_?&r?AhMz?Ah?BY$q?BY?MnMz?MnO$q!a!$PP;=`<%lMz!R!$ZY!b`!dpOq*Vqr!$yrs(Vsv*Vwx)ex!a*V!a!b!4t!b;'S*V;'S;=`*s<%lO*V!R!%Q]!b`!dpOr*Vrs(Vsv*Vwx)ex}*V}!O!%y!O!f*V!f!g!']!g#W*V#W#X!0`#X;'S*V;'S;=`*s<%lO*V!R!&QX!b`!dpOr*Vrs(Vsv*Vwx)ex}*V}!O!&m!O;'S*V;'S;=`*s<%lO*V!R!&vV!b`!dp!ePOr*Vrs(Vsv*Vwx)ex;'S*V;'S;=`*s<%lO*V!R!'dX!b`!dpOr*Vrs(Vsv*Vwx)ex!q*V!q!r!(P!r;'S*V;'S;=`*s<%lO*V!R!(WX!b`!dpOr*Vrs(Vsv*Vwx)ex!e*V!e!f!(s!f;'S*V;'S;=`*s<%lO*V!R!(zX!b`!dpOr*Vrs(Vsv*Vwx)ex!v*V!v!w!)g!w;'S*V;'S;=`*s<%lO*V!R!)nX!b`!dpOr*Vrs(Vsv*Vwx)ex!{*V!{!|!*Z!|;'S*V;'S;=`*s<%lO*V!R!*bX!b`!dpOr*Vrs(Vsv*Vwx)ex!r*V!r!s!*}!s;'S*V;'S;=`*s<%lO*V!R!+UX!b`!dpOr*Vrs(Vsv*Vwx)ex!g*V!g!h!+q!h;'S*V;'S;=`*s<%lO*V!R!+xY!b`!dpOr!+qrs!,hsv!+qvw!-Swx!.[x!`!+q!`!a!/j!a;'S!+q;'S;=`!0Y<%lO!+qq!,mV!dpOv!,hvx!-Sx!`!,h!`!a!-q!a;'S!,h;'S;=`!.U<%lO!,hP!-VTO!`!-S!`!a!-f!a;'S!-S;'S;=`!-k<%lO!-SP!-kO|PP!-nP;=`<%l!-Sq!-xS!dp|POv(Vx;'S(V;'S;=`(h<%lO(Vq!.XP;=`<%l!,ha!.aX!b`Or!.[rs!-Ssv!.[vw!-Sw!`!.[!`!a!.|!a;'S!.[;'S;=`!/d<%lO!.[a!/TT!b`|POr)esv)ew;'S)e;'S;=`)y<%lO)ea!/gP;=`<%l!.[!R!/sV!b`!dp|POr*Vrs(Vsv*Vwx)ex;'S*V;'S;=`*s<%lO*V!R!0]P;=`<%l!+q!R!0gX!b`!dpOr*Vrs(Vsv*Vwx)ex#c*V#c#d!1S#d;'S*V;'S;=`*s<%lO*V!R!1ZX!b`!dpOr*Vrs(Vsv*Vwx)ex#V*V#V#W!1v#W;'S*V;'S;=`*s<%lO*V!R!1}X!b`!dpOr*Vrs(Vsv*Vwx)ex#h*V#h#i!2j#i;'S*V;'S;=`*s<%lO*V!R!2qX!b`!dpOr*Vrs(Vsv*Vwx)ex#m*V#m#n!3^#n;'S*V;'S;=`*s<%lO*V!R!3eX!b`!dpOr*Vrs(Vsv*Vwx)ex#d*V#d#e!4Q#e;'S*V;'S;=`*s<%lO*V!R!4XX!b`!dpOr*Vrs(Vsv*Vwx)ex#X*V#X#Y!+q#Y;'S*V;'S;=`*s<%lO*V!R!4{Y!b`!dpOr!4trs!5ksv!4tvw!6Vwx!8]x!a!4t!a!b!:]!b;'S!4t;'S;=`!;r<%lO!4tq!5pV!dpOv!5kvx!6Vx!a!5k!a!b!7W!b;'S!5k;'S;=`!8V<%lO!5kP!6YTO!a!6V!a!b!6i!b;'S!6V;'S;=`!7Q<%lO!6VP!6lTO!`!6V!`!a!6{!a;'S!6V;'S;=`!7Q<%lO!6VP!7QOyPP!7TP;=`<%l!6Vq!7]V!dpOv!5kvx!6Vx!`!5k!`!a!7r!a;'S!5k;'S;=`!8V<%lO!5kq!7yS!dpyPOv(Vx;'S(V;'S;=`(h<%lO(Vq!8YP;=`<%l!5ka!8bX!b`Or!8]rs!6Vsv!8]vw!6Vw!a!8]!a!b!8}!b;'S!8];'S;=`!:V<%lO!8]a!9SX!b`Or!8]rs!6Vsv!8]vw!6Vw!`!8]!`!a!9o!a;'S!8];'S;=`!:V<%lO!8]a!9vT!b`yPOr)esv)ew;'S)e;'S;=`)y<%lO)ea!:YP;=`<%l!8]!R!:dY!b`!dpOr!4trs!5ksv!4tvw!6Vwx!8]x!`!4t!`!a!;S!a;'S!4t;'S;=`!;r<%lO!4t!R!;]V!b`!dpyPOr*Vrs(Vsv*Vwx)ex;'S*V;'S;=`*s<%lO*V!R!;uP;=`<%l!4t!V!<TXjSaP!b`!dpOr&Xrs&}sv&Xwx(tx!^&X!^!_*V!_;'S&X;'S;=`*y<%lO&X",tokenizers:[sD,oD,cD,lD,rD,iD,0,1,2,3,4,5],topRules:{Document:[0,16]},dialects:{noMatch:0,selfClosing:515},tokenPrec:517});function s9(t,e){let n=Object.create(null);for(let r of t.getChildren(i9)){let i=r.getChild(X_),l=r.getChild(Vp)||r.getChild(a9);i&&(n[e.read(i.from,i.to)]=l?l.type.id==Vp?e.read(l.from+1,l.to-1):e.read(l.from,l.to):"")}return n}function T3(t,e){let n=t.getChild(D_);return n?e.read(n.from,n.to):" "}function e2(t,e,n){let r;for(let i of n)if(!i.attrs||i.attrs(r||(r=s9(t.node.parent.firstChild,e))))return{parser:i.parser,bracketed:!0};return null}function o9(t=[],e=[]){let n=[],r=[],i=[],l=[];for(let c of t)(c.tag=="script"?n:c.tag=="style"?r:c.tag=="textarea"?i:l).push(c);let o=e.length?Object.create(null):null;for(let c of e)(o[c.name]||(o[c.name]=[])).push(c);return qR((c,f)=>{let m=c.type.id;if(m==z_)return e2(c,f,n);if(m==H_)return e2(c,f,r);if(m==Y_)return e2(c,f,i);if(m==r9&&l.length){let p=c.node,g=p.firstChild,y=g&&T3(g,f),v;if(y){for(let S of l)if(S.tag==y&&(!S.attrs||S.attrs(v||(v=s9(g,f))))){let w=p.lastChild,k=w.type.id==F_?w.from:p.to;if(k>g.to)return{parser:S.parser,overlay:[{from:g.to,to:k}]}}}}if(o&&m==i9){let p=c.node,g;if(g=p.firstChild){let y=o[f.read(g.from,g.to)];if(y)for(let v of y){if(v.tagName&&v.tagName!=T3(p.parent,f))continue;let S=p.lastChild;if(S.type.id==Vp){let w=S.from+1,k=S.lastChild,A=S.to-(k&&k.isError?0:1);if(A>w)return{parser:v.parser,overlay:[{from:w,to:A}],bracketed:!0}}else if(S.type.id==a9)return{parser:v.parser,overlay:[{from:S.from,to:S.to}]}}}}return null})}const hD=135,M3=1,dD=136,mD=137,c9=2,pD=138,gD=3,OD=4,u9=[9,10,11,12,13,32,133,160,5760,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8232,8233,8239,8287,12288],xD=58,yD=40,f9=95,bD=91,v1=45,vD=46,SD=35,wD=37,AD=38,kD=92,TD=10,MD=42;function Fc(t){return t>=65&&t<=90||t>=97&&t<=122||t>=161}function Wg(t){return t>=48&&t<=57}function E3(t){return Wg(t)||t>=97&&t<=102||t>=65&&t<=70}const h9=(t,e,n)=>(r,i)=>{for(let l=!1,o=0,c=0;;c++){let{next:f}=r;if(Fc(f)||f==v1||f==f9||l&&Wg(f))!l&&(f!=v1||c>0)&&(l=!0),o===c&&f==v1&&o++,r.advance();else if(f==kD&&r.peek(1)!=TD){if(r.advance(),E3(r.next)){do r.advance();while(E3(r.next));r.next==32&&r.advance()}else r.next>-1&&r.advance();l=!0}else{l&&r.acceptToken(o==2&&i.canShift(c9)?e:f==yD?n:t);break}}},ED=new Jn(h9(dD,c9,mD),{contextual:!0}),$D=new Jn(h9(pD,gD,OD),{contextual:!0}),QD=new Jn(t=>{if(u9.includes(t.peek(-1))){let{next:e}=t;(Fc(e)||e==f9||e==SD||e==vD||e==MD||e==bD||e==xD&&Fc(t.peek(1))||e==v1||e==AD)&&t.acceptToken(hD)}}),CD=new Jn(t=>{if(!u9.includes(t.peek(-1))){let{next:e}=t;if(e==wD&&(t.advance(),t.acceptToken(M3)),Fc(e)){do t.advance();while(Fc(t.next)||Wg(t.next));t.acceptToken(M3)}}}),ZD=Rf({"AtKeyword import charset namespace keyframes media supports font-feature-values":W.definitionKeyword,"from to selector scope MatchFlag":W.keyword,NamespaceName:W.namespace,KeyframeName:W.labelName,KeyframeRangeName:W.operatorKeyword,TagName:W.tagName,ClassName:W.className,PseudoClassName:W.constant(W.className),IdName:W.labelName,"FeatureName PropertyName":W.propertyName,AttributeName:W.attributeName,NumberLiteral:W.number,KeywordQuery:W.keyword,UnaryQueryOp:W.operatorKeyword,"CallTag ValueName FontName":W.atom,VariableName:W.variableName,Callee:W.operatorKeyword,Unit:W.unit,"UniversalSelector NestingSelector":W.definitionOperator,"MatchOp CompareOp":W.compareOperator,"ChildOp SiblingOp, LogicOp":W.logicOperator,BinOp:W.arithmeticOperator,Important:W.modifier,Comment:W.blockComment,ColorLiteral:W.color,"ParenthesizedContent StringLiteral":W.string,":":W.punctuation,"PseudoOp #":W.derefOperator,"; , |":W.separator,"( )":W.paren,"[ ]":W.squareBracket,"{ }":W.brace}),PD={__proto__:null,lang:44,"nth-child":44,"nth-last-child":44,"nth-of-type":44,"nth-last-of-type":44,dir:44,"host-context":44,if:90,url:132,"url-prefix":132,domain:132,regexp:132},jD={__proto__:null,or:104,and:104,not:112,only:112,layer:186},RD={__proto__:null,selector:118,layer:182},ND={__proto__:null,"@import":178,"@media":190,"@charset":194,"@namespace":198,"@keyframes":204,"@supports":216,"@scope":220,"@font-feature-values":226},VD={__proto__:null,to:223},LD=Gs.deserialize({version:14,states:"IpQYQdOOO#}QdOOP$UO`OOO%OQaO'#CfOOQP'#Ce'#CeO%VQdO'#CgO%[Q`O'#CgO%aQaO'#FdO&XQdO'#CkO&xQaO'#CcO'SQdO'#CnO'_QdO'#DtO'dQdO'#DvO'oQdO'#D}O'oQdO'#EQOOQP'#Fd'#FdO)OQhO'#EsOOQS'#Fc'#FcOOQS'#Ev'#EvQYQdOOO)VQdO'#EWO*cQhO'#E^O)VQdO'#E`O*jQdO'#EbO*uQdO'#EeO)zQhO'#EkO*}QdO'#EmO+YQdO'#EpO+_QaO'#CfO+fQ`O'#ETO+kQ`O'#FnO+vQdO'#FnQOQ`OOP,QO&jO'#CaPOOO)CAR)CAROOQP'#Ci'#CiOOQP,59R,59RO%VQdO,59ROOQP'#Cm'#CmOOQP,59V,59VO&XQdO,59VO,]QdO,59YO'_QdO,5:`O'dQdO,5:bO'oQdO,5:iO'oQdO,5:kO'oQdO,5:lO'oQdO'#E}O,hQ`O,58}O,pQdO'#ESOOQS,58},58}OOQP'#Cq'#CqOOQO'#Dr'#DrOOQP,59Y,59YO,wQ`O,59YO,|Q`O,59YOOQP'#Du'#DuOOQP,5:`,5:`O-RQpO'#DwO-^QdO'#DxO-cQ`O'#DxO-hQpO,5:bO.RQaO,5:iO.iQaO,5:lOOQW'#D^'#D^O/eQhO'#DgO/xQhO,5;_O)zQhO'#DeO0VQ`O'#DkO0[QhO'#DnOOQW'#Fj'#FjOOQS,5;_,5;_O0aQ`O'#DhOOQS-E8t-E8tOOQ['#Cv'#CvO0fQdO'#CwO0|QdO'#C}O1dQdO'#DQO1zQ!pO'#DSO4TQ!jO,5:rOOQO'#DX'#DXO,|Q`O'#DWO4eQ!nO'#FgO6hQ`O'#DYO6mQ`O'#DoOOQ['#Fg'#FgO6rQhO'#FqO7QQ`O,5:xO7VQ!bO,5:zOOQS'#Ed'#EdO7_Q`O,5:|O7dQdO,5:|OOQO'#Eg'#EgO7lQ`O,5;PO7qQhO,5;VO'oQdO'#DjOOQS,5;X,5;XO0aQ`O,5;XO7yQdO,5;XOOQS'#FU'#FUO8RQdO'#ErO7QQ`O,5;[O8ZQdO,5:oO8kQdO'#FPO8xQ`O,5<YO8xQ`O,5<YPOOO'#Eu'#EuP9TO&jO,58{POOO,58{,58{OOQP1G.m1G.mOOQP1G.q1G.qOOQP1G.t1G.tO,wQ`O1G.tO,|Q`O1G.tOOQP1G/z1G/zO9`QpO1G/|O9hQaO1G0TO:OQaO1G0VO:fQaO1G0WO:|QaO,5;iOOQO-E8{-E8{OOQS1G.i1G.iO;WQ`O,5:nO;]QdO'#DsO;dQdO'#CuOOQO'#Dz'#DzOOQO,5:d,5:dO-^QdO,5:dOOQP1G/|1G/|O)VQdO1G/|O;kQ!jO'#D^O;yQ!bO,59yO<RQhO,5:ROOQO'#Fk'#FkO;|Q!bO,59}O<ZQhO'#FVO)zQhO,59{O)zQhO'#FVO=OQhO1G0yOOQS1G0y1G0yO=YQhO,5:PO>QQhO'#DlOOQW,5:V,5:VOOQW,5:Y,5:YOOQW,5:S,5:SO>[Q!fO'#FhOOQS'#Fh'#FhOOQS'#Ex'#ExO?lQdO,59cOOQ[,59c,59cO@SQdO,59iOOQ[,59i,59iO@jQdO,59lOOQ[,59l,59lOOQ[,59n,59nO)VQdO,59pOAQQhO'#EYOOQW'#EY'#EYOAlQ`O1G0^O4^QhO1G0^OOQ[,59r,59rO)zQhO'#D[OOQ[,59t,59tOAqQ#tO,5:ZOA|QhO'#FROBZQ`O,5<]OOQS1G0d1G0dOOQS1G0f1G0fOOQS1G0h1G0hOBfQ`O1G0hOBkQdO'#EhOOQS1G0k1G0kOOQS1G0q1G0qOBvQaO,5:UO7QQ`O1G0sOOQS1G0s1G0sO0aQ`O1G0sOOQS-E9S-E9SOOQS1G0v1G0vOB}Q!fO1G0ZOCeQ`O'#EVOOQO1G0Z1G0ZOOQO,5;k,5;kOCjQdO,5;kOOQO-E8}-E8}OCwQ`O1G1tPOOO-E8s-E8sPOOO1G.g1G.gOOQP7+$`7+$`OOQP7+%h7+%hO)VQdO7+%hOOQS1G0Y1G0YODSQaO'#FmOD^Q`O,5:_ODcQ!fO'#EwOEaQdO'#FfOEkQ`O,59aOOQO1G0O1G0OOEpQ!bO7+%hO)VQdO1G/eOE{QhO1G/iOOQW1G/m1G/mOOQW1G/g1G/gOF^QhO,5;qOOQW-E9T-E9TOOQS7+&e7+&eOGRQhO'#D^OGaQhO'#FlOGlQ`O'#FlOGqQ`O,5:WOOQS-E8v-E8vOOQ[1G.}1G.}OOQ[1G/T1G/TOOQ[1G/W1G/WOOQ[1G/[1G/[OGvQdO,5:tOOQS7+%x7+%xOG{Q`O7+%xOHQQhO'#D]OHYQ`O,59vO)zQhO,59vOOQ[1G/u1G/uOHbQ`O1G/uOHgQhO,5;mOOQO-E9P-E9POOQS7+&S7+&SOHuQbO'#DSOOQO'#Ej'#EjOITQ`O'#EiOOQO'#Ei'#EiOI`Q`O'#FSOIhQdO,5;SOOQS,5;S,5;SOOQ[1G/p1G/pOOQS7+&_7+&_O7QQ`O7+&_OIsQ!fO'#FOO)VQdO'#FOOJzQdO7+%uOOQO7+%u7+%uOOQO,5:q,5:qOOQO1G1V1G1VOK_Q!bO<<ISOKjQdO'#E|OKtQ`O,5<XOOQP1G/y1G/yOOQS-E8u-E8uOK|QdO'#E{OLWQ`O,5<QOOQ]1G.{1G.{OOQP<<IS<<ISOL`Q`O<<ISOLeQdO7+%POOQO'#D`'#D`OLlQ!bO7+%TOLtQhO'#EzOMRQ`O,5<WO)VQdO,5<WOOQW1G/r1G/rOOQO'#E['#E[OMZQ`O1G0`OOQS<<Id<<IdO)VQdO,59wOMzQhO1G/bOOQ[1G/b1G/bONRQ`O1G/bOOQW-E8w-E8wOOQ[7+%a7+%aOOQO,5;T,5;TOBnQdO'#FTOI`Q`O,5;nOOQS,5;n,5;nOOQS-E9Q-E9QOOQS1G0n1G0nOOQS<<Iy<<IyONZQ!fO,5;jOOQS-E8|-E8|OOQO<<Ia<<IaOOQPAN>nAN>nO! bQ`OAN>nO! gQaO,5;hOOQO-E8z-E8zO! qQdO,5;gOOQO-E8y-E8yOOQW<<Hk<<HkOOQW<<Ho<<HoO! {QhO<<HoO!!^QhO,5;fO!!iQ`O,5;fOOQO-E8x-E8xO!!nQdO1G1rOGvQdO'#FQO!!xQ`O7+%zOOQW7+%z7+%zO!#QQ!bO1G/cOOQ[7+$|7+$|O!#]QhO7+$|P!#dQ`O'#EyOOQO,5;o,5;oOOQO-E9R-E9ROOQS1G1Y1G1YOOQPG24YG24YO!#iQ`OAN>ZO)VQdO1G1QO!#nQ`O7+'^OOQO,5;l,5;lOOQO-E9O-E9OOOQW<<If<<IfOOQ[<<Hh<<HhPOQW,5;e,5;eOOQWG23uG23uO!#vQdO7+&l",stateData:"!$Z~O$QOS$RQQ~OWVO^_O`WOcYOdYOl`OmZOp[O!r]O!u^O!{dO#ReO#TfO#VgO#YhO#`iO#bjO#ekO#|RO$XTO~OQmOWVO^_O`WOcYOdYOl`OmZOp[O!r]O!u^O!{dO#ReO#TfO#VgO#YhO#`iO#bjO#ekO#|lO$XTO~O#z$bP~P!jO$RqO~O`YXcYXdYXmYXpYXsYX!aYX!rYX!uYX#{YX$X[X~OgYX~P$ZO#|sO~O$XuO~O$XuO`$WXc$WXd$WXm$WXp$WXs$WX!a$WX!r$WX!u$WX#{$WXg$WX~O#|vO~O`xOcyOdyOmzOp{O!r|O!u!OO#{}O~Os!RO!a!PO~P&^Of!XO#|!TO#}!UO~O#|!YO~OW!^O#|![O$X!]O~OWVO^_O`WOcYOdYOmZOp[O!r]O!u^O#|RO$XTO~OS!fOc!gOd!gOh!cOs!RO!Y!eO!]!jO$O!bO~On!iO~P(dOQ!tOh!mOp!nOs!oOu!wOw!wO}!uO!d!vO#|!lO#}!rO$]!pO~OS!fOc!gOd!gOh!cO!Y!eO!]!jO$O!bO~Os$eP~P)zOw!|O!d!vO#|!{O~Ow#OO#|#OO~Oh#ROs!RO#c#TO~O#|#VO~Oc!xX~P$ZOc#YO~On#ZO#z$bXr$bX~O#z$bXr$bX~P!jO$S#^O$T#^O$U#`O~Of#eO#|!TO#}!UO~Os!RO!a!PO~Or$bP~P!jOh#oO~Oh#pO~Oo!kX!o!kX$X!mX~O#|#qO~O$X#sO~Oo#tO!o#uO~O`xOcyOdyOmzOp{O~Os!qa!a!qa!r!qa!u!qa#{!qag!qa~P-pOs!ta!a!ta!r!ta!u!ta#{!tag!ta~P-pOS!fOc!gOd!gOh!cO!Y!eO!]!jO~OR#yOu#yOw#yO$O#vO$]!pO~P/POn$PO!U#|O!a#}O~P(dOh$RO~O$O$TO~Oh#RO~O`$WOc$WOg$ZOl$WOm$WOn$WO~P)VO`$WOc$WOl$WOm$WOn$WOo$]O~P)VO`$WOc$WOl$WOm$WOn$WOr$_O~P)VOP$`OSvXcvXdvXhvXnvXyvX!YvX!]vX!}vX#PvX$OvX!WvXQvX`vXgvXlvXmvXpvXsvXuvXwvX}vX!dvX#|vX#}vX$]vXovXrvX!avX#zvX$dvX!pvX~Oy$aO!}$bO#P$cOn$eP~P)zOh#pOS$ZXc$ZXd$ZXn$ZXy$ZX!Y$ZX!]$ZX!}$ZX#P$ZX$O$ZXQ$ZX`$ZXg$ZXl$ZXm$ZXp$ZXs$ZXu$ZXw$ZX}$ZX!d$ZX#|$ZX#}$ZX$]$ZXo$ZXr$ZX!a$ZX#z$ZX$d$ZX!p$ZX~Oh$gO~Oh$iO~O!U#|O!a$jOs$eXn$eX~Os!RO~On$mOy$aO~On$nO~Ow$oO!d!vO~Os$pO~Os!RO!U#|O~Os!RO#c$vO~O#|#VOs#fX~O$d$zOn!wa#z!war!wa~P)VOn#sX#z#sXr#sX~P!jOn#ZO#z$bar$ba~O$S#^O$T#^O$U%RO~Oo%TO!o%UO~Os!qi!a!qi!r!qi!u!qi#{!qig!qi~P-pOs!si!a!si!r!si!u!si#{!sig!si~P-pOs!ti!a!ti!r!ti!u!ti#{!tig!ti~P-pOs#qa!a#qa~P&^Or%VO~Og$aP~P'oOg$YP~P)VOc!SXg!QX!U!QX!W!SX~Oc%_O!W%`O~Og%aO!U#|O~O!U#|OS#yXc#yXd#yXh#yXn#yXs#yX!Y#yX!]#yX!a#yX$O#yX~On%eO!a#}O~P(dO!U#|OS!Xac!Xad!Xah!Xan!Xas!Xa!Y!Xa!]!Xa!a!Xa$O!Xag!Xa~O$O%fOg$`P~P/POy$aOQ$[X`$[Xc$[Xg$[Xh$[Xl$[Xm$[Xn$[Xp$[Xs$[Xu$[Xw$[X}$[X!d$[X#|$[X#}$[X$]$[Xo$[Xr$[X~O`$WOc$WOg%kOl$WOm$WOn$WO~P)VO`$WOc$WOl$WOm$WOn$WOo%lO~P)VO`$WOc$WOl$WOm$WOn$WOr%mO~P)VOh%oOS!|Xc!|Xd!|Xn!|X!Y!|X!]!|X$O!|X~On%pO~Og%uOw%vO!e%vO~Os#uX!a#uXn#uX~P)zO!a$jOs$ean$ea~On%yO~Or&QO#|%{O$]%zO~Og&RO~P&^Oy$aO!a&VO$d$zOn!wi#z!wir!wi~P)VO$c&YO~On#sa#z#sar#sa~P!jOn#ZO#z$bir$bi~O!a&]Og$aX~P&^Og&_O~Oy$aOQ#kXg#kXh#kXp#kXs#kXu#kXw#kX}#kX!a#kX!d#kX#|#kX#}#kX$]#kX~O!a&aOg$YX~P)VOg&cO~Oo&dOy$aO!p&eO~OR#yOu#yOw#yO$O&gO$]!pO~O!U#|OS#yac#yad#yah#yan#yas#ya!Y#ya!]#ya!a#ya$O#ya~Oc!SXg!QX!U!QX!a!QX~O!U#|O!a&iOg$`X~Oc&kO~Og&lO~O#|&mO~On&oO~Oc&pO!U#|O~Og&rOn&qO~Og&uO~O!U#|Os#ua!a#uan#ua~OP$`OsvX!avXgvX~O$]%zOs#]X!a#]X~Os!RO!a&wO~Or&{O#|%{O$]%zO~Oy$aOQ#rXh#rXn#rXp#rXs#rXu#rXw#rX}#rX!a#rX!d#rX#z#rX#|#rX#}#rX$]#rX$d#rXr#rX~O!a&VO$d$zOn!wq#z!wqr!wq~P)VOo'QOy$aO!p'RO~Og#pX!a#pX~P'oO!a&]Og$aa~Og#oX!a#oX~P)VO!a&aOg$Ya~Oo'QO~Og'WO~P)VOg'XO!W'YO~O$O%fOg#nX!a#nX~P/PO!a&iOg$`a~O`'_Og'aO~OS#mac#mad#mah#ma!Y#ma!]#ma$O#ma~Og'cO~PMcOg'cOn'dO~Oy$aOQ#rah#ran#rap#ras#rau#raw#ra}#ra!a#ra!d#ra#z#ra#|#ra#}#ra$]#ra$d#rar#ra~Oo'iO~Og#pa!a#pa~P&^Og#oa!a#oa~P)VOR#yOu#yOw#yO$O&gO$]%zO~O!U#|Og#na!a#na~Oc'kO~O!a&iOg$`i~P)VO`'_Og'oO~Oy$aOg!Pin!Pi~Og'pO~PMcOn'qO~Og'rO~O!a&iOg$`q~Og#nq!a#nq~P)VO$Q!e$R$]`$]y!u~",goto:"4h$fPPPPP$gP$jP$s%V$s%i%{P$sP&R$sPP&XPPP&_&i&iPPPPP&iPP&iP'VP&iP&i(Q&iP(n(q(w(w)Z(wP(wP(wP(w(wP)j(w)vP(w)yPP*m*s$s*y$s+P+P+V+ZPP$sP$s$sP+a,],j,q$jP,zP,}P$jP$jP$jP-T$jP-W-Z-^-e$jP$jPP$jP-j$jP-m-s.S.j.x/O/Y/`/f/l/r/|0S0Y0`0f0lPPPPPPPPPPP0r0{P1q1t2vP3O3x4R4U4XPP4_RrQ_aOPco!R#Z$}q_OP]^co|}!O!P!R#R#Z#o$}&]qSOP]^co|}!O!P!R#R#Z#o$}&]qUOP]^co|}!O!P!R#R#Z#o$}&]QtTR#auQwWR#bxQ!VYR#cyQ#c!XS$f!s!tR%S#e!V!wdf!m!n!o#Y#p#u$Y$[$^$a$y%U%Z%_&V&W&a&f&k&p'U'^'k's!U!wdf!m!n!o#Y#p#u$Y$[$^$a$y%U%Z%_&V&W&a&f&k&p'U'^'k'sU#y!c%`'YU%}$p&P&wR&v%|!V!sdf!m!n!o#Y#p#u$Y$[$^$a$y%U%Z%_&V&W&a&f&k&p'U'^'k'sR$h!uQ%s$gR&s%tq!h`ei!c!d!e!q#|#}$O$R$e$g$j%t&iQ#w!cQ%h$RQ&h%`Q'[&iR'j'YQ#UjQ$U!jQ$t#TR&T$vR$S!f!U!wdf!m!n!o#Y#p#u$Y$[$^$a$y%U%Z%_&V&W&a&f&k&p'U'^'k'sQ!|gR$o!}Q!WYR#dyQ#c!WR%S#dQ!ZZR#fzQ!_[R#g{T!^[{Q#r!]R%]#sQ!SXQ!i`Q#SjQ#m!QQ$P!dQ$l!yQ$r#QQ$u#UQ$x#XQ%e$OQ&S$tQ&y&OQ&|&TR'h&xSnP!RQ#]oQ$|#ZR&Z$}ZmPo!R#Z$}Q${#YQ&X$yR'P&WR$e!qQ&n%oR'm'_R!}gR#PhR$q#PS&O$p&PR'f&wV%|$p&P&wR#XkQ#_qR%Q#_QcOSoP!RU!kco$}R$}#ZQ%Z#pY&`%Z&f'U'^'sQ&f%_Q'U&aQ'^&kR's'kQ$Y!mQ$[!nQ$^!oV%j$Y$[$^Q%t$gR&t%tQ&j%gS']&j'lR'l'^Q&b%ZR'V&bQ&^%WR'T&^Q!QXR#l!QQ&W$yR'O&WQ#[nS%O#[%PR%P#]Q'`&nR'n'`Q$k!xR%x$kQ&P$pR&z&PQ&x&OR'g&xQ#WkR$w#WQ$O!dR%d$O_bOPco!R#Z$}^XOPco!R#Z$}Q!`]Q!a^Q#h|Q#i}Q#j!OQ#k!PQ$s#RQ%W#oR'S&]R%[#pQ!qdQ!zf[$V!m!n!o$Y$[$^Q$y#Yd%Y#p%Z%_&a&f&k'U'^'k'sQ%^#uQ%n$aS&U$y&WQ&[%UQ&}&VR'b&p]$X!m!n!o$Y$[$^Q!d`U!xe!q$eQ#QiQ#x!cS#{!d$OQ$Q!eQ%b#|Q%c#}Q%g$RS%r$g%tQ%w$jR'Z&iQ#z!cQ&h%`R'j'YR%i$RR%X#oQpPR#n!RQ!yeQ$d!qR%q$e",nodeNames:"⚠ Unit VariableName VariableName QueryCallee Comment StyleSheet RuleSet UniversalSelector TagSelector TagName NamespacedTagSelector NamespaceName TagName NestingSelector ClassSelector . ClassName PseudoClassSelector : :: PseudoClassName PseudoClassName ) ( ArgList ValueName ParenthesizedValue AtKeyword # ; ] [ BracketedValue } { BracedValue ColorLiteral NumberLiteral StringLiteral BinaryExpression BinOp CallExpression Callee IfExpression if ArgList IfBranch KeywordQuery FeatureQuery FeatureName BinaryQuery LogicOp ComparisonQuery CompareOp UnaryQuery UnaryQueryOp ParenthesizedQuery SelectorQuery selector ParenthesizedSelector CallQuery ArgList , PseudoQuery CallLiteral CallTag ParenthesizedContent PseudoClassName ArgList IdSelector IdName AttributeSelector AttributeName NamespacedAttribute NamespaceName AttributeName MatchOp MatchFlag ChildSelector ChildOp DescendantSelector SiblingSelector SiblingOp Block Declaration PropertyName Important ImportStatement import Layer layer LayerName layer MediaStatement media CharsetStatement charset NamespaceStatement namespace NamespaceName KeyframesStatement keyframes KeyframeName KeyframeList KeyframeSelector KeyframeRangeName SupportsStatement supports ScopeStatement scope to FontFeatureStatement font-feature-values FontName AtRule Styles",maxTerm:159,nodeProps:[["isolate",-2,5,39,""],["openedBy",23,"(",31,"[",34,"{"],["closedBy",24,")",32,"]",35,"}"]],propSources:[ZD],skippedNodes:[0,5,117],repeatNodeCount:17,tokenData:"K`~R!bOX%ZX^&R^p%Zpq&Rqr)ers)vst+jtu2Xuv%Zvw3Rwx3dxy5Ryz5dz{5i{|6S|}:u}!O;W!O!P;u!P!Q<^!Q![=V![!]>Q!]!^>|!^!_?_!_!`@Z!`!a@n!a!b%Z!b!cAo!c!k%Z!k!lC|!l!u%Z!u!vC|!v!}%Z!}#OD_#O#P%Z#P#QDp#Q#R2X#R#]%Z#]#^ER#^#g%Z#g#hC|#h#o%Z#o#pIf#p#qIw#q#rJ`#r#sJq#s#y%Z#y#z&R#z$f%Z$f$g&R$g#BY%Z#BY#BZ&R#BZ$IS%Z$IS$I_&R$I_$I|%Z$I|$JO&R$JO$JT%Z$JT$JU&R$JU$KV%Z$KV$KW&R$KW&FU%Z&FU&FV&R&FV;'S%Z;'S;=`KY<%lO%Z`%^SOy%jz;'S%j;'S;=`%{<%lO%j`%oS!e`Oy%jz;'S%j;'S;=`%{<%lO%j`&OP;=`<%l%j~&Wh$Q~OX%jX^'r^p%jpq'rqy%jz#y%j#y#z'r#z$f%j$f$g'r$g#BY%j#BY#BZ'r#BZ$IS%j$IS$I_'r$I_$I|%j$I|$JO'r$JO$JT%j$JT$JU'r$JU$KV%j$KV$KW'r$KW&FU%j&FU&FV'r&FV;'S%j;'S;=`%{<%lO%j~'yh$Q~!e`OX%jX^'r^p%jpq'rqy%jz#y%j#y#z'r#z$f%j$f$g'r$g#BY%j#BY#BZ'r#BZ$IS%j$IS$I_'r$I_$I|%j$I|$JO'r$JO$JT%j$JT$JU'r$JU$KV%j$KV$KW'r$KW&FU%j&FU&FV'r&FV;'S%j;'S;=`%{<%lO%jj)jS$dYOy%jz;'S%j;'S;=`%{<%lO%j~)yWOY)vZr)vrs*cs#O)v#O#P*h#P;'S)v;'S;=`+d<%lO)v~*hOw~~*kRO;'S)v;'S;=`*t;=`O)v~*wXOY)vZr)vrs*cs#O)v#O#P*h#P;'S)v;'S;=`+d;=`<%l)v<%lO)v~+gP;=`<%l)vj+oYmYOy%jz!Q%j!Q![,_![!c%j!c!i,_!i#T%j#T#Z,_#Z;'S%j;'S;=`%{<%lO%jj,dY!e`Oy%jz!Q%j!Q![-S![!c%j!c!i-S!i#T%j#T#Z-S#Z;'S%j;'S;=`%{<%lO%jj-XY!e`Oy%jz!Q%j!Q![-w![!c%j!c!i-w!i#T%j#T#Z-w#Z;'S%j;'S;=`%{<%lO%jj.OYuY!e`Oy%jz!Q%j!Q![.n![!c%j!c!i.n!i#T%j#T#Z.n#Z;'S%j;'S;=`%{<%lO%jj.uYuY!e`Oy%jz!Q%j!Q![/e![!c%j!c!i/e!i#T%j#T#Z/e#Z;'S%j;'S;=`%{<%lO%jj/jY!e`Oy%jz!Q%j!Q![0Y![!c%j!c!i0Y!i#T%j#T#Z0Y#Z;'S%j;'S;=`%{<%lO%jj0aYuY!e`Oy%jz!Q%j!Q![1P![!c%j!c!i1P!i#T%j#T#Z1P#Z;'S%j;'S;=`%{<%lO%jj1UY!e`Oy%jz!Q%j!Q![1t![!c%j!c!i1t!i#T%j#T#Z1t#Z;'S%j;'S;=`%{<%lO%jj1{SuY!e`Oy%jz;'S%j;'S;=`%{<%lO%jd2[UOy%jz!_%j!_!`2n!`;'S%j;'S;=`%{<%lO%jd2uS!oS!e`Oy%jz;'S%j;'S;=`%{<%lO%jb3WS^QOy%jz;'S%j;'S;=`%{<%lO%j~3gWOY3dZw3dwx*cx#O3d#O#P4P#P;'S3d;'S;=`4{<%lO3d~4SRO;'S3d;'S;=`4];=`O3d~4`XOY3dZw3dwx*cx#O3d#O#P4P#P;'S3d;'S;=`4{;=`<%l3d<%lO3d~5OP;=`<%l3dj5WShYOy%jz;'S%j;'S;=`%{<%lO%j~5iOg~n5pUWQyWOy%jz!_%j!_!`2n!`;'S%j;'S;=`%{<%lO%jj6ZWyW!uQOy%jz!O%j!O!P6s!P!Q%j!Q![9x![;'S%j;'S;=`%{<%lO%jj6xU!e`Oy%jz!Q%j!Q![7[![;'S%j;'S;=`%{<%lO%jj7cY!e`$]YOy%jz!Q%j!Q![7[![!g%j!g!h8R!h#X%j#X#Y8R#Y;'S%j;'S;=`%{<%lO%jj8WY!e`Oy%jz{%j{|8v|}%j}!O8v!O!Q%j!Q![9_![;'S%j;'S;=`%{<%lO%jj8{U!e`Oy%jz!Q%j!Q![9_![;'S%j;'S;=`%{<%lO%jj9fU!e`$]YOy%jz!Q%j!Q![9_![;'S%j;'S;=`%{<%lO%jj:P[!e`$]YOy%jz!O%j!O!P7[!P!Q%j!Q![9x![!g%j!g!h8R!h#X%j#X#Y8R#Y;'S%j;'S;=`%{<%lO%jj:zS!aYOy%jz;'S%j;'S;=`%{<%lO%jj;]WyWOy%jz!O%j!O!P6s!P!Q%j!Q![9x![;'S%j;'S;=`%{<%lO%jj;zU`YOy%jz!Q%j!Q![7[![;'S%j;'S;=`%{<%lO%j~<cTyWOy%jz{<r{;'S%j;'S;=`%{<%lO%j~<yS!e`$R~Oy%jz;'S%j;'S;=`%{<%lO%jj=[[$]YOy%jz!O%j!O!P7[!P!Q%j!Q![9x![!g%j!g!h8R!h#X%j#X#Y8R#Y;'S%j;'S;=`%{<%lO%jj>VUcYOy%jz![%j![!]>i!];'S%j;'S;=`%{<%lO%jj>pSdY!e`Oy%jz;'S%j;'S;=`%{<%lO%jj?RSnYOy%jz;'S%j;'S;=`%{<%lO%jh?dU!WWOy%jz!_%j!_!`?v!`;'S%j;'S;=`%{<%lO%jh?}S!WW!e`Oy%jz;'S%j;'S;=`%{<%lO%jl@bS!WW!oSOy%jz;'S%j;'S;=`%{<%lO%jj@uV!rQ!WWOy%jz!_%j!_!`?v!`!aA[!a;'S%j;'S;=`%{<%lO%jbAcS!rQ!e`Oy%jz;'S%j;'S;=`%{<%lO%jjArYOy%jz}%j}!OBb!O!c%j!c!}CP!}#T%j#T#oCP#o;'S%j;'S;=`%{<%lO%jjBgW!e`Oy%jz!c%j!c!}CP!}#T%j#T#oCP#o;'S%j;'S;=`%{<%lO%jjCW[lY!e`Oy%jz}%j}!OCP!O!Q%j!Q![CP![!c%j!c!}CP!}#T%j#T#oCP#o;'S%j;'S;=`%{<%lO%jhDRS!pWOy%jz;'S%j;'S;=`%{<%lO%jjDdSpYOy%jz;'S%j;'S;=`%{<%lO%jnDuSo^Oy%jz;'S%j;'S;=`%{<%lO%jjEWU!pWOy%jz#a%j#a#bEj#b;'S%j;'S;=`%{<%lO%jbEoU!e`Oy%jz#d%j#d#eFR#e;'S%j;'S;=`%{<%lO%jbFWU!e`Oy%jz#c%j#c#dFj#d;'S%j;'S;=`%{<%lO%jbFoU!e`Oy%jz#f%j#f#gGR#g;'S%j;'S;=`%{<%lO%jbGWU!e`Oy%jz#h%j#h#iGj#i;'S%j;'S;=`%{<%lO%jbGoU!e`Oy%jz#T%j#T#UHR#U;'S%j;'S;=`%{<%lO%jbHWU!e`Oy%jz#b%j#b#cHj#c;'S%j;'S;=`%{<%lO%jbHoU!e`Oy%jz#h%j#h#iIR#i;'S%j;'S;=`%{<%lO%jbIYS$cQ!e`Oy%jz;'S%j;'S;=`%{<%lO%jjIkSsYOy%jz;'S%j;'S;=`%{<%lO%jfI|U$XUOy%jz!_%j!_!`2n!`;'S%j;'S;=`%{<%lO%jjJeSrYOy%jz;'S%j;'S;=`%{<%lO%jfJvU!uQOy%jz!_%j!_!`2n!`;'S%j;'S;=`%{<%lO%j`K]P;=`<%l%Z",tokenizers:[QD,CD,ED,$D,1,2,3,4,new rf("m~RRYZ[z{a~~g~aO$T~~dP!P!Qg~lO$U~~",28,142)],topRules:{StyleSheet:[0,6],Styles:[1,116]},dynamicPrecedences:{84:1},specialized:[{term:137,get:t=>PD[t]||-1},{term:138,get:t=>jD[t]||-1},{term:4,get:t=>RD[t]||-1},{term:28,get:t=>ND[t]||-1},{term:136,get:t=>VD[t]||-1}],tokenPrec:2256});let t2=null;function n2(){if(!t2&&typeof document=="object"&&document.body){let{style:t}=document.body,e=[],n=new Set;for(let r in t)r!="cssText"&&r!="cssFloat"&&typeof t[r]=="string"&&(/[A-Z]/.test(r)&&(r=r.replace(/[A-Z]/g,i=>"-"+i.toLowerCase())),n.has(r)||(e.push(r),n.add(r)));t2=e.sort().map(r=>({type:"property",label:r,apply:r+": "}))}return t2||[]}const $3=["active","after","any-link","autofill","backdrop","before","checked","cue","default","defined","disabled","empty","enabled","file-selector-button","first","first-child","first-letter","first-line","first-of-type","focus","focus-visible","focus-within","fullscreen","has","host","host-context","hover","in-range","indeterminate","invalid","is","lang","last-child","last-of-type","left","link","marker","modal","not","nth-child","nth-last-child","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","part","placeholder","placeholder-shown","read-only","read-write","required","right","root","scope","selection","slotted","target","target-text","valid","visited","where"].map(t=>({type:"class",label:t})),Q3=["above","absolute","activeborder","additive","activecaption","after-white-space","ahead","alias","all","all-scroll","alphabetic","alternate","always","antialiased","appworkspace","asterisks","attr","auto","auto-flow","avoid","avoid-column","avoid-page","avoid-region","axis-pan","background","backwards","baseline","below","bidi-override","blink","block","block-axis","bold","bolder","border","border-box","both","bottom","break","break-all","break-word","bullets","button","button-bevel","buttonface","buttonhighlight","buttonshadow","buttontext","calc","capitalize","caps-lock-indicator","caption","captiontext","caret","cell","center","checkbox","circle","cjk-decimal","clear","clip","close-quote","col-resize","collapse","color","color-burn","color-dodge","column","column-reverse","compact","condensed","contain","content","contents","content-box","context-menu","continuous","copy","counter","counters","cover","crop","cross","crosshair","currentcolor","cursive","cyclic","darken","dashed","decimal","decimal-leading-zero","default","default-button","dense","destination-atop","destination-in","destination-out","destination-over","difference","disc","discard","disclosure-closed","disclosure-open","document","dot-dash","dot-dot-dash","dotted","double","down","e-resize","ease","ease-in","ease-in-out","ease-out","element","ellipse","ellipsis","embed","end","ethiopic-abegede-gez","ethiopic-halehame-aa-er","ethiopic-halehame-gez","ew-resize","exclusion","expanded","extends","extra-condensed","extra-expanded","fantasy","fast","fill","fill-box","fixed","flat","flex","flex-end","flex-start","footnotes","forwards","from","geometricPrecision","graytext","grid","groove","hand","hard-light","help","hidden","hide","higher","highlight","highlighttext","horizontal","hsl","hsla","hue","icon","ignore","inactiveborder","inactivecaption","inactivecaptiontext","infinite","infobackground","infotext","inherit","initial","inline","inline-axis","inline-block","inline-flex","inline-grid","inline-table","inset","inside","intrinsic","invert","italic","justify","keep-all","landscape","large","larger","left","level","lighter","lighten","line-through","linear","linear-gradient","lines","list-item","listbox","listitem","local","logical","loud","lower","lower-hexadecimal","lower-latin","lower-norwegian","lowercase","ltr","luminosity","manipulation","match","matrix","matrix3d","medium","menu","menutext","message-box","middle","min-intrinsic","mix","monospace","move","multiple","multiple_mask_images","multiply","n-resize","narrower","ne-resize","nesw-resize","no-close-quote","no-drop","no-open-quote","no-repeat","none","normal","not-allowed","nowrap","ns-resize","numbers","numeric","nw-resize","nwse-resize","oblique","opacity","open-quote","optimizeLegibility","optimizeSpeed","outset","outside","outside-shape","overlay","overline","padding","padding-box","painted","page","paused","perspective","pinch-zoom","plus-darker","plus-lighter","pointer","polygon","portrait","pre","pre-line","pre-wrap","preserve-3d","progress","push-button","radial-gradient","radio","read-only","read-write","read-write-plaintext-only","rectangle","region","relative","repeat","repeating-linear-gradient","repeating-radial-gradient","repeat-x","repeat-y","reset","reverse","rgb","rgba","ridge","right","rotate","rotate3d","rotateX","rotateY","rotateZ","round","row","row-resize","row-reverse","rtl","run-in","running","s-resize","sans-serif","saturation","scale","scale3d","scaleX","scaleY","scaleZ","screen","scroll","scrollbar","scroll-position","se-resize","self-start","self-end","semi-condensed","semi-expanded","separate","serif","show","single","skew","skewX","skewY","skip-white-space","slide","slider-horizontal","slider-vertical","sliderthumb-horizontal","sliderthumb-vertical","slow","small","small-caps","small-caption","smaller","soft-light","solid","source-atop","source-in","source-out","source-over","space","space-around","space-between","space-evenly","spell-out","square","start","static","status-bar","stretch","stroke","stroke-box","sub","subpixel-antialiased","svg_masks","super","sw-resize","symbolic","symbols","system-ui","table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row","table-row-group","text","text-bottom","text-top","textarea","textfield","thick","thin","threeddarkshadow","threedface","threedhighlight","threedlightshadow","threedshadow","to","top","transform","translate","translate3d","translateX","translateY","translateZ","transparent","ultra-condensed","ultra-expanded","underline","unidirectional-pan","unset","up","upper-latin","uppercase","url","var","vertical","vertical-text","view-box","visible","visibleFill","visiblePainted","visibleStroke","visual","w-resize","wait","wave","wider","window","windowframe","windowtext","words","wrap","wrap-reverse","x-large","x-small","xor","xx-large","xx-small"].map(t=>({type:"keyword",label:t})).concat(["aliceblue","antiquewhite","aqua","aquamarine","azure","beige","bisque","black","blanchedalmond","blue","blueviolet","brown","burlywood","cadetblue","chartreuse","chocolate","coral","cornflowerblue","cornsilk","crimson","cyan","darkblue","darkcyan","darkgoldenrod","darkgray","darkgreen","darkkhaki","darkmagenta","darkolivegreen","darkorange","darkorchid","darkred","darksalmon","darkseagreen","darkslateblue","darkslategray","darkturquoise","darkviolet","deeppink","deepskyblue","dimgray","dodgerblue","firebrick","floralwhite","forestgreen","fuchsia","gainsboro","ghostwhite","gold","goldenrod","gray","grey","green","greenyellow","honeydew","hotpink","indianred","indigo","ivory","khaki","lavender","lavenderblush","lawngreen","lemonchiffon","lightblue","lightcoral","lightcyan","lightgoldenrodyellow","lightgray","lightgreen","lightpink","lightsalmon","lightseagreen","lightskyblue","lightslategray","lightsteelblue","lightyellow","lime","limegreen","linen","magenta","maroon","mediumaquamarine","mediumblue","mediumorchid","mediumpurple","mediumseagreen","mediumslateblue","mediumspringgreen","mediumturquoise","mediumvioletred","midnightblue","mintcream","mistyrose","moccasin","navajowhite","navy","oldlace","olive","olivedrab","orange","orangered","orchid","palegoldenrod","palegreen","paleturquoise","palevioletred","papayawhip","peachpuff","peru","pink","plum","powderblue","purple","rebeccapurple","red","rosybrown","royalblue","saddlebrown","salmon","sandybrown","seagreen","seashell","sienna","silver","skyblue","slateblue","slategray","snow","springgreen","steelblue","tan","teal","thistle","tomato","turquoise","violet","wheat","white","whitesmoke","yellow","yellowgreen"].map(t=>({type:"constant",label:t}))),_D=["a","abbr","address","article","aside","b","bdi","bdo","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","dd","del","details","dfn","dialog","div","dl","dt","em","figcaption","figure","footer","form","header","hgroup","h1","h2","h3","h4","h5","h6","hr","html","i","iframe","img","input","ins","kbd","label","legend","li","main","meter","nav","ol","output","p","pre","ruby","section","select","small","source","span","strong","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","tr","u","ul"].map(t=>({type:"type",label:t})),DD=["@charset","@color-profile","@container","@counter-style","@font-face","@font-feature-values","@font-palette-values","@import","@keyframes","@layer","@media","@namespace","@page","@position-try","@property","@scope","@starting-style","@supports","@view-transition"].map(t=>({type:"keyword",label:t})),Si=/^(\w[\w-]*|-\w[\w-]*|)$/,XD=/^-(-[\w-]*)?$/;function zD(t,e){var n;if((t.name=="("||t.type.isError)&&(t=t.parent||t),t.name!="ArgList")return!1;let r=(n=t.parent)===null||n===void 0?void 0:n.firstChild;return(r==null?void 0:r.name)!="Callee"?!1:e.sliceString(r.from,r.to)=="var"}const C3=new H7,HD=["Declaration"];function YD(t){for(let e=t;;){if(e.type.isTop)return e;if(!(e=e.parent))return t}}function d9(t,e,n){if(e.to-e.from>4096){let r=C3.get(e);if(r)return r;let i=[],l=new Set,o=e.cursor(tt.IncludeAnonymous);if(o.firstChild())do for(let c of d9(t,o.node,n))l.has(c.label)||(l.add(c.label),i.push(c));while(o.nextSibling());return C3.set(e,i),i}else{let r=[],i=new Set;return e.cursor().iterate(l=>{var o;if(n(l)&&l.matchContext(HD)&&((o=l.node.nextSibling)===null||o===void 0?void 0:o.name)==":"){let c=t.sliceString(l.from,l.to);i.has(c)||(i.add(c),r.push({label:c,type:"variable"}))}}),r}}const BD=t=>e=>{let{state:n,pos:r}=e,i=jt(n).resolveInner(r,-1),l=i.type.isError&&i.from==i.to-1&&n.doc.sliceString(i.from,i.to)=="-";if(i.name=="PropertyName"||(l||i.name=="TagName")&&/^(Block|Styles)$/.test(i.resolve(i.to).name))return{from:i.from,options:n2(),validFor:Si};if(i.name=="ValueName")return{from:i.from,options:Q3,validFor:Si};if(i.name=="PseudoClassName")return{from:i.from,options:$3,validFor:Si};if(t(i)||(e.explicit||l)&&zD(i,n.doc))return{from:t(i)||l?i.from:r,options:d9(n.doc,YD(i),t),validFor:XD};if(i.name=="TagName"){for(let{parent:f}=i;f;f=f.parent)if(f.name=="Block")return{from:i.from,options:n2(),validFor:Si};return{from:i.from,options:_D,validFor:Si}}if(i.name=="AtKeyword")return{from:i.from,options:DD,validFor:Si};if(!e.explicit)return null;let o=i.resolve(r),c=o.childBefore(r);return c&&c.name==":"&&o.name=="PseudoClassSelector"?{from:r,options:$3,validFor:Si}:c&&c.name==":"&&o.name=="Declaration"||o.name=="ArgList"?{from:r,options:Q3,validFor:Si}:o.name=="Block"||o.name=="Styles"?{from:r,options:n2(),validFor:Si}:null},FD=BD(t=>t.name=="VariableName"),lf=qs.define({name:"css",parser:LD.configure({props:[Lf.add({Declaration:x1()}),_f.add({"Block KeyframeList":W7})]}),languageData:{commentTokens:{block:{open:"/*",close:"*/"}},indentOnInput:/^\s*\}$/,wordChars:"-"}});function m9(){return new Pg(lf,lf.data.of({autocomplete:FD}))}const qD=316,UD=317,Z3=1,ID=2,GD=3,WD=4,KD=318,JD=320,eX=321,tX=5,nX=6,rX=0,_p=[9,10,11,12,13,32,133,160,5760,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8232,8233,8239,8287,12288],p9=125,iX=59,Dp=47,aX=42,lX=43,sX=45,oX=60,cX=44,uX=63,fX=46,hX=91,dX=new Kw({start:!1,shift(t,e){return e==tX||e==nX||e==JD?t:e==eX},strict:!1}),mX=new Jn((t,e)=>{let{next:n}=t;(n==p9||n==-1||e.context)&&t.acceptToken(KD)},{contextual:!0,fallback:!0}),pX=new Jn((t,e)=>{let{next:n}=t,r;_p.indexOf(n)>-1||n==Dp&&((r=t.peek(1))==Dp||r==aX)||n!=p9&&n!=iX&&n!=-1&&!e.context&&t.acceptToken(qD)},{contextual:!0}),gX=new Jn((t,e)=>{t.next==hX&&!e.context&&t.acceptToken(UD)},{contextual:!0}),OX=new Jn((t,e)=>{let{next:n}=t;if(n==lX||n==sX){if(t.advance(),n==t.next){t.advance();let r=!e.context&&e.canShift(Z3);t.acceptToken(r?Z3:ID)}}else n==uX&&t.peek(1)==fX&&(t.advance(),t.advance(),(t.next<48||t.next>57)&&t.acceptToken(GD))},{contextual:!0});function r2(t,e){return t>=65&&t<=90||t>=97&&t<=122||t==95||t>=192||!e&&t>=48&&t<=57}const xX=new Jn((t,e)=>{if(t.next!=oX||!e.dialectEnabled(rX)||(t.advance(),t.next==Dp))return;let n=0;for(;_p.indexOf(t.next)>-1;)t.advance(),n++;if(r2(t.next,!0)){for(t.advance(),n++;r2(t.next,!1);)t.advance(),n++;for(;_p.indexOf(t.next)>-1;)t.advance(),n++;if(t.next==cX)return;for(let r=0;;r++){if(r==7){if(!r2(t.next,!0))return;break}if(t.next!="extends".charCodeAt(r))break;t.advance(),n++}}t.acceptToken(WD,-n)}),yX=Rf({"get set async static":W.modifier,"for while do if else switch try catch finally return throw break continue default case defer":W.controlKeyword,"in of await yield void typeof delete instanceof as satisfies":W.operatorKeyword,"let var const using function class extends":W.definitionKeyword,"import export from":W.moduleKeyword,"with debugger new":W.keyword,TemplateString:W.special(W.string),super:W.atom,BooleanLiteral:W.bool,this:W.self,null:W.null,Star:W.modifier,VariableName:W.variableName,"CallExpression/VariableName TaggedTemplateExpression/VariableName":W.function(W.variableName),VariableDefinition:W.definition(W.variableName),Label:W.labelName,PropertyName:W.propertyName,PrivatePropertyName:W.special(W.propertyName),"CallExpression/MemberExpression/PropertyName":W.function(W.propertyName),"FunctionDeclaration/VariableDefinition":W.function(W.definition(W.variableName)),"ClassDeclaration/VariableDefinition":W.definition(W.className),"NewExpression/VariableName":W.className,PropertyDefinition:W.definition(W.propertyName),PrivatePropertyDefinition:W.definition(W.special(W.propertyName)),UpdateOp:W.updateOperator,"LineComment Hashbang":W.lineComment,BlockComment:W.blockComment,Number:W.number,String:W.string,Escape:W.escape,ArithOp:W.arithmeticOperator,LogicOp:W.logicOperator,BitOp:W.bitwiseOperator,CompareOp:W.compareOperator,RegExp:W.regexp,Equals:W.definitionOperator,Arrow:W.function(W.punctuation),": Spread":W.punctuation,"( )":W.paren,"[ ]":W.squareBracket,"{ }":W.brace,"InterpolationStart InterpolationEnd":W.special(W.brace),".":W.derefOperator,", ;":W.separator,"@":W.meta,TypeName:W.typeName,TypeDefinition:W.definition(W.typeName),"type enum interface implements namespace module declare":W.definitionKeyword,"abstract global Privacy readonly override":W.modifier,"is keyof unique infer asserts":W.operatorKeyword,JSXAttributeValue:W.attributeValue,JSXText:W.content,"JSXStartTag JSXStartCloseTag JSXSelfCloseEndTag JSXEndTag":W.angleBracket,"JSXIdentifier JSXNameSpacedName":W.tagName,"JSXAttribute/JSXIdentifier JSXAttribute/JSXNameSpacedName":W.attributeName,"JSXBuiltin/JSXIdentifier":W.standard(W.tagName)}),bX={__proto__:null,export:20,as:25,from:33,default:36,async:41,function:42,in:52,out:55,const:56,extends:60,this:64,true:72,false:72,null:84,void:88,typeof:92,super:108,new:142,delete:154,yield:163,await:167,class:172,public:235,private:235,protected:235,readonly:237,instanceof:256,satisfies:259,import:292,keyof:349,unique:353,infer:359,asserts:395,is:397,abstract:417,implements:419,type:421,let:424,var:426,using:429,interface:435,enum:439,namespace:445,module:447,declare:451,global:455,defer:471,for:476,of:485,while:488,with:492,do:496,if:500,else:502,switch:506,case:512,try:518,catch:522,finally:526,return:530,throw:534,break:538,continue:542,debugger:546},vX={__proto__:null,async:129,get:131,set:133,declare:195,public:197,private:197,protected:197,static:199,abstract:201,override:203,readonly:209,accessor:211,new:401},SX={__proto__:null,"<":193},wX=Gs.deserialize({version:14,states:"$F|Q%TQlOOO%[QlOOO'_QpOOP(lO`OOO*zQ!0MxO'#CiO+RO#tO'#CjO+aO&jO'#CjO+oO#@ItO'#DaO.QQlO'#DgO.bQlO'#DrO%[QlO'#DzO0fQlO'#ESOOQ!0Lf'#E['#E[O1PQ`O'#EXOOQO'#Ep'#EpOOQO'#Il'#IlO1XQ`O'#GsO1dQ`O'#EoO1iQ`O'#EoO3hQ!0MxO'#JrO6[Q!0MxO'#JsO6uQ`O'#F]O6zQ,UO'#FtOOQ!0Lf'#Ff'#FfO7VO7dO'#FfO9XQMhO'#F|O9`Q`O'#F{OOQ!0Lf'#Js'#JsOOQ!0Lb'#Jr'#JrO9eQ`O'#GwOOQ['#K_'#K_O9pQ`O'#IYO9uQ!0LrO'#IZOOQ['#J`'#J`OOQ['#I_'#I_Q`QlOOQ`QlOOO9}Q!L^O'#DvO:UQlO'#EOO:]QlO'#EQO9kQ`O'#GsO:dQMhO'#CoO:rQ`O'#EnO:}Q`O'#EyO;hQMhO'#FeO;xQ`O'#GsOOQO'#K`'#K`O;}Q`O'#K`O<]Q`O'#G{O<]Q`O'#G|O<]Q`O'#HOO9kQ`O'#HRO=SQ`O'#HUO>kQ`O'#CeO>{Q`O'#HcO?TQ`O'#HiO?TQ`O'#HkO`QlO'#HmO?TQ`O'#HoO?TQ`O'#HrO?YQ`O'#HxO?_Q!0LsO'#IOO%[QlO'#IQO?jQ!0LsO'#ISO?uQ!0LsO'#IUO9uQ!0LrO'#IWO@QQ!0MxO'#CiOASQpO'#DlQOQ`OOO%[QlO'#EQOAjQ`O'#ETO:dQMhO'#EnOAuQ`O'#EnOBQQ!bO'#FeOOQ['#Cg'#CgOOQ!0Lb'#Dq'#DqOOQ!0Lb'#Jv'#JvO%[QlO'#JvOOQO'#Jy'#JyOOQO'#Ih'#IhOCQQpO'#EgOOQ!0Lb'#Ef'#EfOOQ!0Lb'#J}'#J}OC|Q!0MSO'#EgODWQpO'#EWOOQO'#Jx'#JxODlQpO'#JyOEyQpO'#EWODWQpO'#EgPFWO&2DjO'#CbPOOO)CD})CD}OOOO'#I`'#I`OFcO#tO,59UOOQ!0Lh,59U,59UOOOO'#Ia'#IaOFqO&jO,59UOGPQ!L^O'#DcOOOO'#Ic'#IcOGWO#@ItO,59{OOQ!0Lf,59{,59{OGfQlO'#IdOGyQ`O'#JtOIxQ!fO'#JtO+}QlO'#JtOJPQ`O,5:ROJgQ`O'#EpOJtQ`O'#KTOKPQ`O'#KSOKPQ`O'#KSOKXQ`O,5;^OK^Q`O'#KROOQ!0Ln,5:^,5:^OKeQlO,5:^OMcQ!0MxO,5:fONSQ`O,5:nONmQ!0LrO'#KQONtQ`O'#KPO9eQ`O'#KPO! YQ`O'#KPO! bQ`O,5;]O! gQ`O'#KPO!#lQ!fO'#JsOOQ!0Lh'#Ci'#CiO%[QlO'#ESO!$[Q!fO,5:sOOQS'#Jz'#JzOOQO-E<j-E<jO9kQ`O,5=_O!$rQ`O,5=_O!$wQlO,5;ZO!&zQMhO'#EkO!(eQ`O,5;ZO!(jQlO'#DyO!(tQpO,5;dO!(|QpO,5;dO%[QlO,5;dOOQ['#FT'#FTOOQ['#FV'#FVO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eOOQ['#FZ'#FZO!)[QlO,5;tOOQ!0Lf,5;y,5;yOOQ!0Lf,5;z,5;zOOQ!0Lf,5;|,5;|O%[QlO'#IpO!+_Q!0LrO,5<iO%[QlO,5;eO!&zQMhO,5;eO!+|QMhO,5;eO!-nQMhO'#E^O%[QlO,5;wOOQ!0Lf,5;{,5;{O!-uQ,UO'#FjO!.rQ,UO'#KXO!.^Q,UO'#KXO!.yQ,UO'#KXOOQO'#KX'#KXO!/_Q,UO,5<SOOOW,5<`,5<`O!/pQlO'#FvOOOW'#Io'#IoO7VO7dO,5<QO!/wQ,UO'#FxOOQ!0Lf,5<Q,5<QO!0hQ$IUO'#CyOOQ!0Lh'#C}'#C}O!0{O#@ItO'#DRO!1iQMjO,5<eO!1pQ`O,5<hO!3YQ(CWO'#GXO!3jQ`O'#GYO!3oQ`O'#GYO!5_Q(CWO'#G^O!6dQpO'#GbOOQO'#Gn'#GnO!,TQMhO'#GmOOQO'#Gp'#GpO!,TQMhO'#GoO!7VQ$IUO'#JlOOQ!0Lh'#Jl'#JlO!7aQ`O'#JkO!7oQ`O'#JjO!7wQ`O'#CuOOQ!0Lh'#C{'#C{O!8YQ`O'#C}OOQ!0Lh'#DV'#DVOOQ!0Lh'#DX'#DXO!8_Q`O,5<eO1SQ`O'#DZO!,TQMhO'#GPO!,TQMhO'#GRO!8gQ`O'#GTO!8lQ`O'#GUO!3oQ`O'#G[O!,TQMhO'#GaO<]Q`O'#JkO!8qQ`O'#EqO!9`Q`O,5<gOOQ!0Lb'#Cr'#CrO!9hQ`O'#ErO!:bQpO'#EsOOQ!0Lb'#KR'#KRO!:iQ!0LrO'#KaO9uQ!0LrO,5=cO`QlO,5>tOOQ['#Jh'#JhOOQ[,5>u,5>uOOQ[-E<]-E<]O!<hQ!0MxO,5:bO!:]QpO,5:`O!?RQ!0MxO,5:jO%[QlO,5:jO!AiQ!0MxO,5:lOOQO,5@z,5@zO!BYQMhO,5=_O!BhQ!0LrO'#JiO9`Q`O'#JiO!ByQ!0LrO,59ZO!CUQpO,59ZO!C^QMhO,59ZO:dQMhO,59ZO!CiQ`O,5;ZO!CqQ`O'#HbO!DVQ`O'#KdO%[QlO,5;}O!:]QpO,5<PO!D_Q`O,5=zO!DdQ`O,5=zO!DiQ`O,5=zO!DwQ`O,5=zO9uQ!0LrO,5=zO<]Q`O,5=jOOQO'#Cy'#CyO!EOQpO,5=gO!EWQMhO,5=hO!EcQ`O,5=jO!EhQ!bO,5=mO!EpQ`O'#K`O?YQ`O'#HWO9kQ`O'#HYO!EuQ`O'#HYO:dQMhO'#H[O!EzQ`O'#H[OOQ[,5=p,5=pO!FPQ`O'#H]O!FbQ`O'#CoO!FgQ`O,59PO!FqQ`O,59PO!HvQlO,59POOQ[,59P,59PO!IWQ!0LrO,59PO%[QlO,59PO!KcQlO'#HeOOQ['#Hf'#HfOOQ['#Hg'#HgO`QlO,5=}O!KyQ`O,5=}O`QlO,5>TO`QlO,5>VO!LOQ`O,5>XO`QlO,5>ZO!LTQ`O,5>^O!LYQlO,5>dOOQ[,5>j,5>jO%[QlO,5>jO9uQ!0LrO,5>lOOQ[,5>n,5>nO#!dQ`O,5>nOOQ[,5>p,5>pO#!dQ`O,5>pOOQ[,5>r,5>rO##QQpO'#D_O%[QlO'#JvO##sQpO'#JvO##}QpO'#DmO#$`QpO'#DmO#&qQlO'#DmO#&xQ`O'#JuO#'QQ`O,5:WO#'VQ`O'#EtO#'eQ`O'#KUO#'mQ`O,5;_O#'rQpO'#DmO#(PQpO'#EVOOQ!0Lf,5:o,5:oO%[QlO,5:oO#(WQ`O,5:oO?YQ`O,5;YO!CUQpO,5;YO!C^QMhO,5;YO:dQMhO,5;YO#(`Q`O,5@bO#(eQ07dO,5:sOOQO-E<f-E<fO#)kQ!0MSO,5;RODWQpO,5:rO#)uQpO,5:rODWQpO,5;RO!ByQ!0LrO,5:rOOQ!0Lb'#Ej'#EjOOQO,5;R,5;RO%[QlO,5;RO#*SQ!0LrO,5;RO#*_Q!0LrO,5;RO!CUQpO,5:rOOQO,5;X,5;XO#*mQ!0LrO,5;RPOOO'#I^'#I^P#+RO&2DjO,58|POOO,58|,58|OOOO-E<^-E<^OOQ!0Lh1G.p1G.pOOOO-E<_-E<_OOOO,59},59}O#+^Q!bO,59}OOOO-E<a-E<aOOQ!0Lf1G/g1G/gO#+cQ!fO,5?OO+}QlO,5?OOOQO,5?U,5?UO#+mQlO'#IdOOQO-E<b-E<bO#+zQ`O,5@`O#,SQ!fO,5@`O#,ZQ`O,5@nOOQ!0Lf1G/m1G/mO%[QlO,5@oO#,cQ`O'#IjOOQO-E<h-E<hO#,ZQ`O,5@nOOQ!0Lb1G0x1G0xOOQ!0Ln1G/x1G/xOOQ!0Ln1G0Y1G0YO%[QlO,5@lO#,wQ!0LrO,5@lO#-YQ!0LrO,5@lO#-aQ`O,5@kO9eQ`O,5@kO#-iQ`O,5@kO#-wQ`O'#ImO#-aQ`O,5@kOOQ!0Lb1G0w1G0wO!(tQpO,5:uO!)PQpO,5:uOOQS,5:w,5:wO#.iQdO,5:wO#.qQMhO1G2yO9kQ`O1G2yOOQ!0Lf1G0u1G0uO#/PQ!0MxO1G0uO#0UQ!0MvO,5;VOOQ!0Lh'#GW'#GWO#0rQ!0MzO'#JlO!$wQlO1G0uO#2}Q!fO'#JwO%[QlO'#JwO#3XQ`O,5:eOOQ!0Lh'#D_'#D_OOQ!0Lf1G1O1G1OO%[QlO1G1OOOQ!0Lf1G1f1G1fO#3^Q`O1G1OO#5rQ!0MxO1G1PO#5yQ!0MxO1G1PO#8aQ!0MxO1G1PO#8hQ!0MxO1G1PO#;OQ!0MxO1G1PO#=fQ!0MxO1G1PO#=mQ!0MxO1G1PO#=tQ!0MxO1G1PO#@[Q!0MxO1G1PO#@cQ!0MxO1G1PO#BpQ?MtO'#CiO#DkQ?MtO1G1`O#DrQ?MtO'#JsO#EVQ!0MxO,5?[OOQ!0Lb-E<n-E<nO#GdQ!0MxO1G1PO#HaQ!0MzO1G1POOQ!0Lf1G1P1G1PO#IdQMjO'#J|O#InQ`O,5:xO#IsQ!0MxO1G1cO#JgQ,UO,5<WO#JoQ,UO,5<XO#JwQ,UO'#FoO#K`Q`O'#FnOOQO'#KY'#KYOOQO'#In'#InO#KeQ,UO1G1nOOQ!0Lf1G1n1G1nOOOW1G1y1G1yO#KvQ?MtO'#JrO#LQQ`O,5<bO!)[QlO,5<bOOOW-E<m-E<mOOQ!0Lf1G1l1G1lO#LVQpO'#KXOOQ!0Lf,5<d,5<dO#L_QpO,5<dO#LdQMhO'#DTOOOO'#Ib'#IbO#LkO#@ItO,59mOOQ!0Lh,59m,59mO%[QlO1G2PO!8lQ`O'#IrO#LvQ`O,5<zOOQ!0Lh,5<w,5<wO!,TQMhO'#IuO#MdQMjO,5=XO!,TQMhO'#IwO#NVQMjO,5=ZO!&zQMhO,5=]OOQO1G2S1G2SO#NaQ!dO'#CrO#NtQ(CWO'#ErO$ |QpO'#GbO$!dQ!dO,5<sO$!kQ`O'#K[O9eQ`O'#K[O$!yQ`O,5<uO$#aQ!dO'#C{O!,TQMhO,5<tO$#kQ`O'#GZO$$PQ`O,5<tO$$UQ!dO'#GWO$$cQ!dO'#K]O$$mQ`O'#K]O!&zQMhO'#K]O$$rQ`O,5<xO$$wQlO'#JvO$%RQpO'#GcO#$`QpO'#GcO$%dQ`O'#GgO!3oQ`O'#GkO$%iQ!0LrO'#ItO$%tQpO,5<|OOQ!0Lp,5<|,5<|O$%{QpO'#GcO$&YQpO'#GdO$&kQpO'#GdO$&pQMjO,5=XO$'QQMjO,5=ZOOQ!0Lh,5=^,5=^O!,TQMhO,5@VO!,TQMhO,5@VO$'bQ`O'#IyO$'vQ`O,5@UO$(OQ`O,59aOOQ!0Lh,59i,59iO$(TQ`O,5@VO$)TQ$IYO,59uOOQ!0Lh'#Jp'#JpO$)vQMjO,5<kO$*iQMjO,5<mO@zQ`O,5<oOOQ!0Lh,5<p,5<pO$*sQ`O,5<vO$*xQMjO,5<{O$+YQ`O'#KPO!$wQlO1G2RO$+_Q`O1G2RO9eQ`O'#KSO9eQ`O'#EtO%[QlO'#EtO9eQ`O'#I{O$+dQ!0LrO,5@{OOQ[1G2}1G2}OOQ[1G4`1G4`OOQ!0Lf1G/|1G/|OOQ!0Lf1G/z1G/zO$-fQ!0MxO1G0UOOQ[1G2y1G2yO!&zQMhO1G2yO%[QlO1G2yO#.tQ`O1G2yO$/jQMhO'#EkOOQ!0Lb,5@T,5@TO$/wQ!0LrO,5@TOOQ[1G.u1G.uO!ByQ!0LrO1G.uO!CUQpO1G.uO!C^QMhO1G.uO$0YQ`O1G0uO$0_Q`O'#CiO$0jQ`O'#KeO$0rQ`O,5=|O$0wQ`O'#KeO$0|Q`O'#KeO$1[Q`O'#JRO$1jQ`O,5AOO$1rQ!fO1G1iOOQ!0Lf1G1k1G1kO9kQ`O1G3fO@zQ`O1G3fO$1yQ`O1G3fO$2OQ`O1G3fO!DiQ`O1G3fO9uQ!0LrO1G3fOOQ[1G3f1G3fO!EcQ`O1G3UO!&zQMhO1G3RO$2TQ`O1G3ROOQ[1G3S1G3SO!&zQMhO1G3SO$2YQ`O1G3SO$2bQpO'#HQOOQ[1G3U1G3UO!6_QpO'#I}O!EhQ!bO1G3XOOQ[1G3X1G3XOOQ[,5=r,5=rO$2jQMhO,5=tO9kQ`O,5=tO$%dQ`O,5=vO9`Q`O,5=vO!CUQpO,5=vO!C^QMhO,5=vO:dQMhO,5=vO$2xQ`O'#KcO$3TQ`O,5=wOOQ[1G.k1G.kO$3YQ!0LrO1G.kO@zQ`O1G.kO$3eQ`O1G.kO9uQ!0LrO1G.kO$5mQ!fO,5AQO$5zQ`O,5AQO9eQ`O,5AQO$6VQlO,5>PO$6^Q`O,5>POOQ[1G3i1G3iO`QlO1G3iOOQ[1G3o1G3oOOQ[1G3q1G3qO?TQ`O1G3sO$6cQlO1G3uO$:gQlO'#HtOOQ[1G3x1G3xO$:tQ`O'#HzO?YQ`O'#H|OOQ[1G4O1G4OO$:|QlO1G4OO9uQ!0LrO1G4UOOQ[1G4W1G4WOOQ!0Lb'#G_'#G_O9uQ!0LrO1G4YO9uQ!0LrO1G4[O$?TQ`O,5@bO!)[QlO,5;`O9eQ`O,5;`O?YQ`O,5:XO!)[QlO,5:XO!CUQpO,5:XO$?YQ?MtO,5:XOOQO,5;`,5;`O$?dQpO'#IeO$?zQ`O,5@aOOQ!0Lf1G/r1G/rO$@SQpO'#IkO$@^Q`O,5@pOOQ!0Lb1G0y1G0yO#$`QpO,5:XOOQO'#Ig'#IgO$@fQpO,5:qOOQ!0Ln,5:q,5:qO#(ZQ`O1G0ZOOQ!0Lf1G0Z1G0ZO%[QlO1G0ZOOQ!0Lf1G0t1G0tO?YQ`O1G0tO!CUQpO1G0tO!C^QMhO1G0tOOQ!0Lb1G5|1G5|O!ByQ!0LrO1G0^OOQO1G0m1G0mO%[QlO1G0mO$@mQ!0LrO1G0mO$@xQ!0LrO1G0mO!CUQpO1G0^ODWQpO1G0^O$AWQ!0LrO1G0mOOQO1G0^1G0^O$AlQ!0MxO1G0mPOOO-E<[-E<[POOO1G.h1G.hOOOO1G/i1G/iO$AvQ!bO,5<iO$BOQ!fO1G4jOOQO1G4p1G4pO%[QlO,5?OO$BYQ`O1G5zO$BbQ`O1G6YO$BjQ!fO1G6ZO9eQ`O,5?UO$BtQ!0MxO1G6WO%[QlO1G6WO$CUQ!0LrO1G6WO$CgQ`O1G6VO$CgQ`O1G6VO9eQ`O1G6VO$CoQ`O,5?XO9eQ`O,5?XOOQO,5?X,5?XO$DTQ`O,5?XO$+YQ`O,5?XOOQO-E<k-E<kOOQS1G0a1G0aOOQS1G0c1G0cO#.lQ`O1G0cOOQ[7+(e7+(eO!&zQMhO7+(eO%[QlO7+(eO$DcQ`O7+(eO$DnQMhO7+(eO$D|Q!0MzO,5=XO$GXQ!0MzO,5=ZO$IdQ!0MzO,5=XO$KuQ!0MzO,5=ZO$NWQ!0MzO,59uO%!]Q!0MzO,5<kO%$hQ!0MzO,5<mO%&sQ!0MzO,5<{OOQ!0Lf7+&a7+&aO%)UQ!0MxO7+&aO%)xQlO'#IfO%*VQ`O,5@cO%*_Q!fO,5@cOOQ!0Lf1G0P1G0PO%*iQ`O7+&jOOQ!0Lf7+&j7+&jO%*nQ?MtO,5:fO%[QlO7+&zO%*xQ?MtO,5:bO%+VQ?MtO,5:jO%+aQ?MtO,5:lO%+kQMhO'#IiO%+uQ`O,5@hOOQ!0Lh1G0d1G0dOOQO1G1r1G1rOOQO1G1s1G1sO%+}Q!jO,5<ZO!)[QlO,5<YOOQO-E<l-E<lOOQ!0Lf7+'Y7+'YOOOW7+'e7+'eOOOW1G1|1G1|O%,YQ`O1G1|OOQ!0Lf1G2O1G2OOOOO,59o,59oO%,_Q!dO,59oOOOO-E<`-E<`OOQ!0Lh1G/X1G/XO%,fQ!0MxO7+'kOOQ!0Lh,5?^,5?^O%-YQMhO1G2fP%-aQ`O'#IrPOQ!0Lh-E<p-E<pO%-}QMjO,5?aOOQ!0Lh-E<s-E<sO%.pQMjO,5?cOOQ!0Lh-E<u-E<uO%.zQ!dO1G2wO%/RQ!dO'#CrO%/iQMhO'#KSO$$wQlO'#JvOOQ!0Lh1G2_1G2_O%/sQ`O'#IqO%0[Q`O,5@vO%0[Q`O,5@vO%0dQ`O,5@vO%0oQ`O,5@vOOQO1G2a1G2aO%0}QMjO1G2`O$+YQ`O'#K[O!,TQMhO1G2`O%1_Q(CWO'#IsO%1lQ`O,5@wO!&zQMhO,5@wO%1tQ!dO,5@wOOQ!0Lh1G2d1G2dO%4UQ!fO'#CiO%4`Q`O,5=POOQ!0Lb,5<},5<}O%4hQpO,5<}OOQ!0Lb,5=O,5=OOCwQ`O,5<}O%4sQpO,5<}OOQ!0Lb,5=R,5=RO$+YQ`O,5=VOOQO,5?`,5?`OOQO-E<r-E<rOOQ!0Lp1G2h1G2hO#$`QpO,5<}O$$wQlO,5=PO%5RQ`O,5=OO%5^QpO,5=OO!,TQMhO'#IuO%6WQMjO1G2sO!,TQMhO'#IwO%6yQMjO1G2uO%7TQMjO1G5qO%7_QMjO1G5qOOQO,5?e,5?eOOQO-E<w-E<wOOQO1G.{1G.{O!,TQMhO1G5qO!,TQMhO1G5qO!:]QpO,59wO%[QlO,59wOOQ!0Lh,5<j,5<jO%7lQ`O1G2ZO!,TQMhO1G2bO%7qQ!0MxO7+'mOOQ!0Lf7+'m7+'mO!$wQlO7+'mO%8eQ`O,5;`OOQ!0Lb,5?g,5?gOOQ!0Lb-E<y-E<yO%8jQ!dO'#K^O#(ZQ`O7+(eO4UQ!fO7+(eO$DfQ`O7+(eO%8tQ!0MvO'#CiO%9XQ!0MvO,5=SO%9lQ`O,5=SO%9tQ`O,5=SOOQ!0Lb1G5o1G5oOOQ[7+$a7+$aO!ByQ!0LrO7+$aO!CUQpO7+$aO!$wQlO7+&aO%9yQ`O'#JQO%:bQ`O,5APOOQO1G3h1G3hO9kQ`O,5APO%:bQ`O,5APO%:jQ`O,5APOOQO,5?m,5?mOOQO-E=P-E=POOQ!0Lf7+'T7+'TO%:oQ`O7+)QO9uQ!0LrO7+)QO9kQ`O7+)QO@zQ`O7+)QO%:tQ`O7+)QOOQ[7+)Q7+)QOOQ[7+(p7+(pO%:yQ!0MvO7+(mO!&zQMhO7+(mO!E^Q`O7+(nOOQ[7+(n7+(nO!&zQMhO7+(nO%;TQ`O'#KbO%;`Q`O,5=lOOQO,5?i,5?iOOQO-E<{-E<{OOQ[7+(s7+(sO%<rQpO'#HZOOQ[1G3`1G3`O!&zQMhO1G3`O%[QlO1G3`O%<yQ`O1G3`O%=UQMhO1G3`O9uQ!0LrO1G3bO$%dQ`O1G3bO9`Q`O1G3bO!CUQpO1G3bO!C^QMhO1G3bO%=dQ`O'#JPO%=xQ`O,5@}O%>QQpO,5@}OOQ!0Lb1G3c1G3cOOQ[7+$V7+$VO@zQ`O7+$VO9uQ!0LrO7+$VO%>]Q`O7+$VO%[QlO1G6lO%[QlO1G6mO%>bQ!0LrO1G6lO%>lQlO1G3kO%>sQ`O1G3kO%>xQlO1G3kOOQ[7+)T7+)TO9uQ!0LrO7+)_O`QlO7+)aOOQ['#Kh'#KhOOQ['#JS'#JSO%?PQlO,5>`OOQ[,5>`,5>`O%[QlO'#HuO%?^Q`O'#HwOOQ[,5>f,5>fO9eQ`O,5>fOOQ[,5>h,5>hOOQ[7+)j7+)jOOQ[7+)p7+)pOOQ[7+)t7+)tOOQ[7+)v7+)vO%?cQpO1G5|O%?}Q?MtO1G0zO%@XQ`O1G0zOOQO1G/s1G/sO%@dQ?MtO1G/sO?YQ`O1G/sO!)[QlO'#DmOOQO,5?P,5?POOQO-E<c-E<cOOQO,5?V,5?VOOQO-E<i-E<iO!CUQpO1G/sOOQO-E<e-E<eOOQ!0Ln1G0]1G0]OOQ!0Lf7+%u7+%uO#(ZQ`O7+%uOOQ!0Lf7+&`7+&`O?YQ`O7+&`O!CUQpO7+&`OOQO7+%x7+%xO$AlQ!0MxO7+&XOOQO7+&X7+&XO%[QlO7+&XO%@nQ!0LrO7+&XO!ByQ!0LrO7+%xO!CUQpO7+%xO%@yQ!0LrO7+&XO%AXQ!0MxO7++rO%[QlO7++rO%AiQ`O7++qO%AiQ`O7++qOOQO1G4s1G4sO9eQ`O1G4sO%AqQ`O1G4sOOQS7+%}7+%}O#(ZQ`O<<LPO4UQ!fO<<LPO%BPQ`O<<LPOOQ[<<LP<<LPO!&zQMhO<<LPO%[QlO<<LPO%BXQ`O<<LPO%BdQ!0MzO,5?aO%DoQ!0MzO,5?cO%FzQ!0MzO1G2`O%I]Q!0MzO1G2sO%KhQ!0MzO1G2uO%MsQ!fO,5?QO%[QlO,5?QOOQO-E<d-E<dO%M}Q`O1G5}OOQ!0Lf<<JU<<JUO%NVQ?MtO1G0uO&!^Q?MtO1G1PO&!eQ?MtO1G1PO&$fQ?MtO1G1PO&$mQ?MtO1G1PO&&nQ?MtO1G1PO&(oQ?MtO1G1PO&(vQ?MtO1G1PO&(}Q?MtO1G1PO&+OQ?MtO1G1PO&+VQ?MtO1G1PO&+^Q!0MxO<<JfO&-UQ?MtO1G1PO&.RQ?MvO1G1PO&/UQ?MvO'#JlO&1[Q?MtO1G1cO&1iQ?MtO1G0UO&1sQMjO,5?TOOQO-E<g-E<gO!)[QlO'#FqOOQO'#KZ'#KZOOQO1G1u1G1uO&1}Q`O1G1tO&2SQ?MtO,5?[OOOW7+'h7+'hOOOO1G/Z1G/ZO&2^Q!dO1G4xOOQ!0Lh7+(Q7+(QP!&zQMhO,5?^O!,TQMhO7+(cO&2eQ`O,5?]O9eQ`O,5?]O$+YQ`O,5?]OOQO-E<o-E<oO&2sQ`O1G6bO&2sQ`O1G6bO&2{Q`O1G6bO&3WQMjO7+'zO&3hQ!dO,5?_O&3rQ`O,5?_O!&zQMhO,5?_OOQO-E<q-E<qO&3wQ!dO1G6cO&4RQ`O1G6cO&4ZQ`O1G2kO!&zQMhO1G2kOOQ!0Lb1G2i1G2iOOQ!0Lb1G2j1G2jO%4hQpO1G2iO!CUQpO1G2iOCwQ`O1G2iOOQ!0Lb1G2q1G2qO&4`QpO1G2iO&4nQ`O1G2kO$+YQ`O1G2jOCwQ`O1G2jO$$wQlO1G2kO&4vQ`O1G2jO&5jQMjO,5?aOOQ!0Lh-E<t-E<tO&6]QMjO,5?cOOQ!0Lh-E<v-E<vO!,TQMhO7++]O&6gQMjO7++]O&6qQMjO7++]OOQ!0Lh1G/c1G/cO&7OQ`O1G/cOOQ!0Lh7+'u7+'uO&7TQMjO7+'|O&7eQ!0MxO<<KXOOQ!0Lf<<KX<<KXO&8XQ`O1G0zO!&zQMhO'#IzO&8^Q`O,5@xO&:`Q!fO<<LPO!&zQMhO1G2nO&:gQ!0LrO1G2nOOQ[<<G{<<G{O!ByQ!0LrO<<G{O&:xQ!0MxO<<I{OOQ!0Lf<<I{<<I{OOQO,5?l,5?lO&;lQ`O,5?lO&;qQ`O,5?lOOQO-E=O-E=OO&<PQ`O1G6kO&<PQ`O1G6kO9kQ`O1G6kO@zQ`O<<LlOOQ[<<Ll<<LlO&<XQ`O<<LlO9uQ!0LrO<<LlO9kQ`O<<LlOOQ[<<LX<<LXO%:yQ!0MvO<<LXOOQ[<<LY<<LYO!E^Q`O<<LYO&<^QpO'#I|O&<iQ`O,5@|O!)[QlO,5@|OOQ[1G3W1G3WOOQO'#JO'#JOO9uQ!0LrO'#JOO&<qQpO,5=uOOQ[,5=u,5=uO&<xQpO'#EgO&=PQpO'#GeO&=UQ`O7+(zO&=ZQ`O7+(zOOQ[7+(z7+(zO!&zQMhO7+(zO%[QlO7+(zO&=cQ`O7+(zOOQ[7+(|7+(|O9uQ!0LrO7+(|O$%dQ`O7+(|O9`Q`O7+(|O!CUQpO7+(|O&=nQ`O,5?kOOQO-E<}-E<}OOQO'#H^'#H^O&=yQ`O1G6iO9uQ!0LrO<<GqOOQ[<<Gq<<GqO@zQ`O<<GqO&>RQ`O7+,WO&>WQ`O7+,XO%[QlO7+,WO%[QlO7+,XOOQ[7+)V7+)VO&>]Q`O7+)VO&>bQlO7+)VO&>iQ`O7+)VOOQ[<<Ly<<LyOOQ[<<L{<<L{OOQ[-E=Q-E=QOOQ[1G3z1G3zO&>nQ`O,5>aOOQ[,5>c,5>cO&>sQ`O1G4QO9eQ`O7+&fO!)[QlO7+&fOOQO7+%_7+%_O&>xQ?MtO1G6ZO?YQ`O7+%_OOQ!0Lf<<Ia<<IaOOQ!0Lf<<Iz<<IzO?YQ`O<<IzOOQO<<Is<<IsO$AlQ!0MxO<<IsO%[QlO<<IsOOQO<<Id<<IdO!ByQ!0LrO<<IdO&?SQ!0LrO<<IsO&?_Q!0MxO<= ^O&?oQ`O<= ]OOQO7+*_7+*_O9eQ`O7+*_OOQ[ANAkANAkO&?wQ!fOANAkO!&zQMhOANAkO#(ZQ`OANAkO4UQ!fOANAkO&@OQ`OANAkO%[QlOANAkO&@WQ!0MzO7+'zO&BiQ!0MzO,5?aO&DtQ!0MzO,5?cO&GPQ!0MzO7+'|O&IbQ!fO1G4lO&IlQ?MtO7+&aO&KpQ?MvO,5=XO&MwQ?MvO,5=ZO&NXQ?MvO,5=XO&NiQ?MvO,5=ZO&NyQ?MvO,59uO'#PQ?MvO,5<kO'%SQ?MvO,5<mO''hQ?MvO,5<{O')^Q?MtO7+'kO')kQ?MtO7+'mO')xQ`O,5<]OOQO7+'`7+'`OOQ!0Lh7+*d7+*dO')}QMjO<<K}OOQO1G4w1G4wO'*UQ`O1G4wO'*aQ`O1G4wO'*oQ`O7++|O'*oQ`O7++|O!&zQMhO1G4yO'*wQ!dO1G4yO'+RQ`O7++}O'+ZQ`O7+(VO'+fQ!dO7+(VOOQ!0Lb7+(T7+(TOOQ!0Lb7+(U7+(UO!CUQpO7+(TOCwQ`O7+(TO'+pQ`O7+(VO!&zQMhO7+(VO$+YQ`O7+(UO'+uQ`O7+(VOCwQ`O7+(UO'+}QMjO<<NwO!,TQMhO<<NwOOQ!0Lh7+$}7+$}O',XQ!dO,5?fOOQO-E<x-E<xO',cQ!0MvO7+(YO!&zQMhO7+(YOOQ[AN=gAN=gO9kQ`O1G5WOOQO1G5W1G5WO',sQ`O1G5WO',xQ`O7+,VO',xQ`O7+,VO9uQ!0LrOANBWO@zQ`OANBWOOQ[ANBWANBWO'-QQ`OANBWOOQ[ANAsANAsOOQ[ANAtANAtO'-VQ`O,5?hOOQO-E<z-E<zO'-bQ?MtO1G6hOOQO,5?j,5?jOOQO-E<|-E<|OOQ[1G3a1G3aO'-lQ`O,5=POOQ[<<Lf<<LfO!&zQMhO<<LfO&=UQ`O<<LfO'-qQ`O<<LfO%[QlO<<LfOOQ[<<Lh<<LhO9uQ!0LrO<<LhO$%dQ`O<<LhO9`Q`O<<LhO'-yQpO1G5VO'.UQ`O7+,TOOQ[AN=]AN=]O9uQ!0LrOAN=]OOQ[<= r<= rOOQ[<= s<= sO'.^Q`O<= rO'.cQ`O<= sOOQ[<<Lq<<LqO'.hQ`O<<LqO'.mQlO<<LqOOQ[1G3{1G3{O?YQ`O7+)lO'.tQ`O<<JQO'/PQ?MtO<<JQOOQO<<Hy<<HyOOQ!0LfAN?fAN?fOOQOAN?_AN?_O$AlQ!0MxOAN?_OOQOAN?OAN?OO%[QlOAN?_OOQO<<My<<MyOOQ[G27VG27VO!&zQMhOG27VO#(ZQ`OG27VO'/ZQ!fOG27VO4UQ!fOG27VO'/bQ`OG27VO'/jQ?MtO<<JfO'/wQ?MvO1G2`O'1mQ?MvO,5?aO'3pQ?MvO,5?cO'5sQ?MvO1G2sO'7vQ?MvO1G2uO'9yQ?MtO<<KXO':WQ?MtO<<I{OOQO1G1w1G1wO!,TQMhOANAiOOQO7+*c7+*cO':eQ`O7+*cO':pQ`O<= hO':xQ!dO7+*eOOQ!0Lb<<Kq<<KqO$+YQ`O<<KqOCwQ`O<<KqO';SQ`O<<KqO!&zQMhO<<KqOOQ!0Lb<<Ko<<KoO!CUQpO<<KoO';_Q!dO<<KqOOQ!0Lb<<Kp<<KpO';iQ`O<<KqO!&zQMhO<<KqO$+YQ`O<<KpO';nQMjOANDcO';xQ!0MvO<<KtOOQO7+*r7+*rO9kQ`O7+*rO'<YQ`O<= qOOQ[G27rG27rO9uQ!0LrOG27rO@zQ`OG27rO!)[QlO1G5SO'<bQ`O7+,SO'<jQ`O1G2kO&=UQ`OANBQOOQ[ANBQANBQO!&zQMhOANBQO'<oQ`OANBQOOQ[ANBSANBSO9uQ!0LrOANBSO$%dQ`OANBSOOQO'#H_'#H_OOQO7+*q7+*qOOQ[G22wG22wOOQ[ANE^ANE^OOQ[ANE_ANE_OOQ[ANB]ANB]O'<wQ`OANB]OOQ[<<MW<<MWO!)[QlOAN?lOOQOG24yG24yO$AlQ!0MxOG24yO#(ZQ`OLD,qOOQ[LD,qLD,qO!&zQMhOLD,qO'<|Q!fOLD,qO'=TQ?MvO7+'zO'>yQ?MvO,5?aO'@|Q?MvO,5?cO'CPQ?MvO7+'|O'DuQMjOG27TOOQO<<M}<<M}OOQ!0LbANA]ANA]O$+YQ`OANA]OCwQ`OANA]O'EVQ!dOANA]OOQ!0LbANAZANAZO'E^Q`OANA]O!&zQMhOANA]O'EiQ!dOANA]OOQ!0LbANA[ANA[OOQO<<N^<<N^OOQ[LD-^LD-^O9uQ!0LrOLD-^O'EsQ?MtO7+*nOOQO'#Gf'#GfOOQ[G27lG27lO&=UQ`OG27lO!&zQMhOG27lOOQ[G27nG27nO9uQ!0LrOG27nOOQ[G27wG27wO'E}Q?MtOG25WOOQOLD*eLD*eOOQ[!$(!]!$(!]O#(ZQ`O!$(!]O!&zQMhO!$(!]O'FXQ!0MzOG27TOOQ!0LbG26wG26wO$+YQ`OG26wO'HjQ`OG26wOCwQ`OG26wO'HuQ!dOG26wO!&zQMhOG26wOOQ[!$(!x!$(!xOOQ[LD-WLD-WO&=UQ`OLD-WOOQ[LD-YLD-YOOQ[!)9Ew!)9EwO#(ZQ`O!)9EwOOQ!0LbLD,cLD,cO$+YQ`OLD,cOCwQ`OLD,cO'H|Q`OLD,cO'IXQ!dOLD,cOOQ[!$(!r!$(!rOOQ[!.K;c!.K;cO'I`Q?MvOG27TOOQ!0Lb!$( }!$( }O$+YQ`O!$( }OCwQ`O!$( }O'KUQ`O!$( }OOQ!0Lb!)9Ei!)9EiO$+YQ`O!)9EiOCwQ`O!)9EiOOQ!0Lb!.K;T!.K;TO$+YQ`O!.K;TOOQ!0Lb!4/0o!4/0oO!)[QlO'#DzO1PQ`O'#EXO'KaQ!fO'#JrO'KhQ!L^O'#DvO'KoQlO'#EOO'KvQ!fO'#CiO'N^Q!fO'#CiO!)[QlO'#EQO'NnQlO,5;ZO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO'#IpO(!qQ`O,5<iO!)[QlO,5;eO(!yQMhO,5;eO($dQMhO,5;eO!)[QlO,5;wO!&zQMhO'#GmO(!yQMhO'#GmO!&zQMhO'#GoO(!yQMhO'#GoO1SQ`O'#DZO1SQ`O'#DZO!&zQMhO'#GPO(!yQMhO'#GPO!&zQMhO'#GRO(!yQMhO'#GRO!&zQMhO'#GaO(!yQMhO'#GaO!)[QlO,5:jO($kQpO'#D_O($uQpO'#JvO!)[QlO,5@oO'NnQlO1G0uO(%PQ?MtO'#CiO!)[QlO1G2PO!&zQMhO'#IuO(!yQMhO'#IuO!&zQMhO'#IwO(!yQMhO'#IwO(%ZQ!dO'#CrO!&zQMhO,5<tO(!yQMhO,5<tO'NnQlO1G2RO!)[QlO7+&zO!&zQMhO1G2`O(!yQMhO1G2`O!&zQMhO'#IuO(!yQMhO'#IuO!&zQMhO'#IwO(!yQMhO'#IwO!&zQMhO1G2bO(!yQMhO1G2bO'NnQlO7+'mO'NnQlO7+&aO!&zQMhOANAiO(!yQMhOANAiO(%nQ`O'#EoO(%sQ`O'#EoO(%{Q`O'#F]O(&QQ`O'#EyO(&VQ`O'#KTO(&bQ`O'#KRO(&mQ`O,5;ZO(&rQMjO,5<eO(&yQ`O'#GYO('OQ`O'#GYO('TQ`O,5<eO(']Q`O,5<gO('eQ`O,5;ZO('mQ?MtO1G1`O('tQ`O,5<tO('yQ`O,5<tO((OQ`O,5<vO((TQ`O,5<vO((YQ`O1G2RO((_Q`O1G0uO((dQMjO<<K}O((kQMjO<<K}O((rQMhO'#F|O9`Q`O'#F{OAuQ`O'#EnO!)[QlO,5;tO!3oQ`O'#GYO!3oQ`O'#GYO!3oQ`O'#G[O!3oQ`O'#G[O!,TQMhO7+(cO!,TQMhO7+(cO%.zQ!dO1G2wO%.zQ!dO1G2wO!&zQMhO,5=]O!&zQMhO,5=]",stateData:"()x~O'|OS'}OSTOS(ORQ~OPYOQYOSfOY!VOaqOdzOeyOl!POpkOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!_XO!iuO!lZO!oYO!pYO!qYO!svO!uwO!xxO!|]O$W|O$niO%h}O%j!QO%l!OO%m!OO%n!OO%q!RO%s!SO%v!TO%w!TO%y!UO&W!WO&^!XO&`!YO&b!ZO&d![O&g!]O&m!^O&s!_O&u!`O&w!aO&y!bO&{!cO(TSO(VTO(YUO(aVO(o[O~OWtO~P`OPYOQYOSfOd!jOe!iOpkOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!_!eO!iuO!lZO!oYO!pYO!qYO!svO!u!gO!x!hO$W!kO$niO(T!dO(VTO(YUO(aVO(o[O~Oa!wOs!nO!S!oO!b!yO!c!vO!d!vO!|<VO#T!pO#U!pO#V!xO#W!pO#X!pO#[!zO#]!zO(U!lO(VTO(YUO(e!mO(o!sO~O(O!{O~OP]XR]X[]Xa]Xj]Xr]X!Q]X!S]X!]]X!l]X!p]X#R]X#S]X#`]X#kfX#n]X#o]X#p]X#q]X#r]X#s]X#t]X#u]X#v]X#x]X#z]X#{]X$Q]X'z]X(a]X(r]X(y]X(z]X~O!g%RX~P(qO_!}O(V#PO(W!}O(X#PO~O_#QO(X#PO(Y#PO(Z#QO~Ox#SO!U#TO(b#TO(c#VO~OPYOQYOSfOd!jOe!iOpkOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!_!eO!iuO!lZO!oYO!pYO!qYO!svO!u!gO!x!hO$W!kO$niO(T<ZO(VTO(YUO(aVO(o[O~O![#ZO!]#WO!Y(hP!Y(vP~P+}O!^#cO~P`OPYOQYOSfOd!jOe!iOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!_!eO!iuO!lZO!oYO!pYO!qYO!svO!u!gO!x!hO$W!kO$niO(VTO(YUO(aVO(o[O~Op#mO![#iO!|]O#i#lO#j#iO(T<[O!k(sP~P.iO!l#oO(T#nO~O!x#sO!|]O%h#tO~O#k#uO~O!g#vO#k#uO~OP$[OR#zO[$cOj$ROr$aO!Q#yO!S#{O!]$_O!l#xO!p$[O#R$RO#n$OO#o$PO#p$PO#q$PO#r$QO#s$RO#t$RO#u$bO#v$SO#x$UO#z$WO#{$XO(aVO(r$YO(y#|O(z#}O~Oa(fX'z(fX'w(fX!k(fX!Y(fX!_(fX%i(fX!g(fX~P1qO#S$dO#`$eO$Q$eOP(gXR(gX[(gXj(gXr(gX!Q(gX!S(gX!](gX!l(gX!p(gX#R(gX#n(gX#o(gX#p(gX#q(gX#r(gX#s(gX#t(gX#u(gX#v(gX#x(gX#z(gX#{(gX(a(gX(r(gX(y(gX(z(gX!_(gX%i(gX~Oa(gX'z(gX'w(gX!Y(gX!k(gXv(gX!g(gX~P4UO#`$eO~O$]$hO$_$gO$f$mO~OSfO!_$nO$i$oO$k$qO~Oh%VOj%dOk%dOp%WOr%XOs$tOt$tOz%YO|%ZO!O%]O!S${O!_$|O!i%bO!l$xO#j%cO$W%`O$t%^O$v%_O$y%aO(T$sO(VTO(YUO(a$uO(y$}O(z%POg(^P~Ol%[O~P7eO!l%eO~O!S%hO!_%iO(T%gO~O!g%mO~Oa%nO'z%nO~O!Q%rO~P%[O(U!lO~P%[O%n%vO~P%[Oh%VO!l%eO(T%gO(U!lO~Oe%}O!l%eO(T%gO~Oj$RO~O!_&PO(T%gO(U!lO(VTO(YUO`)WP~O!Q&SO!l&RO%j&VO&T&WO~P;SO!x#sO~O%s&YO!S)SX!_)SX(T)SX~O(T&ZO~Ol!PO!u&`O%j!QO%l!OO%m!OO%n!OO%q!RO%s!SO%v!TO%w!TO~Od&eOe&dO!x&bO%h&cO%{&aO~P<bOd&hOeyOl!PO!_&gO!u&`O!xxO!|]O%h}O%l!OO%m!OO%n!OO%q!RO%s!SO%v!TO%w!TO%y!UO~Ob&kO#`&nO%j&iO(U!lO~P=gO!l&oO!u&sO~O!l#oO~O!_XO~Oa%nO'x&{O'z%nO~Oa%nO'x'OO'z%nO~Oa%nO'x'QO'z%nO~O'w]X!Y]Xv]X!k]X&[]X!_]X%i]X!g]X~P(qO!b'_O!c'WO!d'WO(U!lO(VTO(YUO~Os'UO!S'TO!['XO(e'SO!^(iP!^(xP~P@nOn'bO!_'`O(T%gO~Oe'gO!l%eO(T%gO~O!Q&SO!l&RO~Os!nO!S!oO!|<VO#T!pO#U!pO#W!pO#X!pO(U!lO(VTO(YUO(e!mO(o!sO~O!b'mO!c'lO!d'lO#V!pO#['nO#]'nO~PBYOa%nOh%VO!g#vO!l%eO'z%nO(r'pO~O!p'tO#`'rO~PChOs!nO!S!oO(VTO(YUO(e!mO(o!sO~O!_XOs(mX!S(mX!b(mX!c(mX!d(mX!|(mX#T(mX#U(mX#V(mX#W(mX#X(mX#[(mX#](mX(U(mX(V(mX(Y(mX(e(mX(o(mX~O!c'lO!d'lO(U!lO~PDWO(P'xO(Q'xO(R'zO~O_!}O(V'|O(W!}O(X'|O~O_#QO(X'|O(Y'|O(Z#QO~Ov(OO~P%[Ox#SO!U#TO(b#TO(c(RO~O![(TO!Y'WX!Y'^X!]'WX!]'^X~P+}O!](VO!Y(hX~OP$[OR#zO[$cOj$ROr$aO!Q#yO!S#{O!](VO!l#xO!p$[O#R$RO#n$OO#o$PO#p$PO#q$PO#r$QO#s$RO#t$RO#u$bO#v$SO#x$UO#z$WO#{$XO(aVO(r$YO(y#|O(z#}O~O!Y(hX~PHRO!Y([O~O!Y(uX!](uX!g(uX!k(uX(r(uX~O#`(uX#k#dX!^(uX~PJUO#`(]O!Y(wX!](wX~O!](^O!Y(vX~O!Y(aO~O#`$eO~PJUO!^(bO~P`OR#zO!Q#yO!S#{O!l#xO(aVOP!na[!naj!nar!na!]!na!p!na#R!na#n!na#o!na#p!na#q!na#r!na#s!na#t!na#u!na#v!na#x!na#z!na#{!na(r!na(y!na(z!na~Oa!na'z!na'w!na!Y!na!k!nav!na!_!na%i!na!g!na~PKlO!k(cO~O!g#vO#`(dO(r'pO!](tXa(tX'z(tX~O!k(tX~PNXO!S%hO!_%iO!|]O#i(iO#j(hO(T%gO~O!](jO!k(sX~O!k(lO~O!S%hO!_%iO#j(hO(T%gO~OP(gXR(gX[(gXj(gXr(gX!Q(gX!S(gX!](gX!l(gX!p(gX#R(gX#n(gX#o(gX#p(gX#q(gX#r(gX#s(gX#t(gX#u(gX#v(gX#x(gX#z(gX#{(gX(a(gX(r(gX(y(gX(z(gX~O!g#vO!k(gX~P! uOR(nO!Q(mO!l#xO#S$dO!|!{a!S!{a~O!x!{a%h!{a!_!{a#i!{a#j!{a(T!{a~P!#vO!x(rO~OPYOQYOSfOd!jOe!iOpkOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!_XO!iuO!lZO!oYO!pYO!qYO!svO!u!gO!x!hO$W!kO$niO(T!dO(VTO(YUO(aVO(o[O~Oh%VOp%WOr%XOs$tOt$tOz%YO|%ZO!O<sO!S${O!_$|O!i>VO!l$xO#j<yO$W%`O$t<uO$v<wO$y%aO(T(vO(VTO(YUO(a$uO(y$}O(z%PO~O#k(xO~O![(zO!k(kP~P%[O(e(|O(o[O~O!S)OO!l#xO(e(|O(o[O~OP<UOQ<UOSfOd>ROe!iOpkOr<UOskOtkOzkO|<UO!O<UO!SWO!WkO!XkO!_!eO!i<XO!lZO!o<UO!p<UO!q<UO!s<YO!u<]O!x!hO$W!kO$n>PO(T)]O(VTO(YUO(aVO(o[O~O!]$_Oa$qa'z$qa'w$qa!k$qa!Y$qa!_$qa%i$qa!g$qa~Ol)dO~P!&zOh%VOp%WOr%XOs$tOt$tOz%YO|%ZO!O%]O!S${O!_$|O!i%bO!l$xO#j%cO$W%`O$t%^O$v%_O$y%aO(T(vO(VTO(YUO(a$uO(y$}O(z%PO~Og(pP~P!,TO!Q)iO!g)hO!_$^X$Z$^X$]$^X$_$^X$f$^X~O!g)hO!_({X$Z({X$]({X$_({X$f({X~O!Q)iO~P!.^O!Q)iO!_({X$Z({X$]({X$_({X$f({X~O!_)kO$Z)oO$])jO$_)jO$f)pO~O![)sO~P!)[O$]$hO$_$gO$f)wO~On$zX!Q$zX#S$zX'y$zX(y$zX(z$zX~OgmXg$zXnmX!]mX#`mX~P!0SOx)yO(b)zO(c)|O~On*VO!Q*OO'y*PO(y$}O(z%PO~Og)}O~P!1WOg*WO~Oh%VOr%XOs$tOt$tOz%YO|%ZO!O<sO!S*YO!_*ZO!i>VO!l$xO#j<yO$W%`O$t<uO$v<wO$y%aO(VTO(YUO(a$uO(y$}O(z%PO~Op*`O}O(T&ZO~O!l+SO~O(T(vO~Op+WO!S%hO![#iO!_%iO!|]O#i#lO#j#iO(T%gO!k(sP~O!g#vO#k+XO~O!S%hOTX'z)TX~OP$[OR#zO[$cOj$ROr$aO!Q#yO!S#{O!l#xO!p$[O#R$RO#n$OO#o$PO#p$PO#q$PO#r$QO#s$RO#t$RO#u$bO#v$SO#x$UO#z$WO#{$XO(aVO(r$YO(y#|O(z#}O~Oa!ja!]!ja'z!ja'w!ja!Y!ja!k!jav!ja!_!ja%i!ja!g!ja~P!:tOR#zO!Q#yO!S#{O!l#xO(aVOP!ra[!raj!rar!ra!]!ra!p!ra#R!ra#n!ra#o!ra#p!ra#q!ra#r!ra#s!ra#t!ra#u!ra#v!ra#x!ra#z!ra#{!ra(r!ra(y!ra(z!ra~Oa!ra'z!ra'w!ra!Y!ra!k!rav!ra!_!ra%i!ra!g!ra~P!=[OR#zO!Q#yO!S#{O!l#xO(aVOP!ta[!taj!tar!ta!]!ta!p!ta#R!ta#n!ta#o!ta#p!ta#q!ta#r!ta#s!ta#t!ta#u!ta#v!ta#x!ta#z!ta#{!ta(r!ta(y!ta(z!ta~Oa!ta'z!ta'w!ta!Y!ta!k!tav!ta!_!ta%i!ta!g!ta~P!?rOh%VOn+gO!_'`O%i+fO~O!g+iOa(]X!_(]X'z(]X!](]X~Oa%nO!_XO'z%nO~Oh%VO!l%eO~Oh%VO!l%eO(T%gO~O!g#vO#k(xO~Ob+tO%j+uO(T+qO(VTO(YUO!^)XP~O!]+vO`)WX~O[+zO~O`+{O~O!_&PO(T%gO(U!lO`)WP~O%j,OO~P;SOh%VO#`,SO~Oh%VOn,VO!_$|O~O!_,XO~O!Q,ZO!_XO~O%n%vO~O!x,`O~Oe,eO~Ob,fO(T#nO(VTO(YUO!^)VP~Oe%}O~O%j!QO(T&ZO~P=gO[,kO`,jO~OPYOQYOSfOdzOeyOpkOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!iuO!lZO!oYO!pYO!qYO!svO!xxO!|]O$niO%h}O(VTO(YUO(aVO(o[O~O!_!eO!u!gO$W!kO(T!dO~P!FyO`,jOa%nO'z%nO~OPYOQYOSfOd!jOe!iOpkOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!_!eO!iuO!lZO!oYO!pYO!qYO!svO!x!hO$W!kO$niO(T!dO(VTO(YUO(aVO(o[O~Oa,pOl!OO!uwO%l!OO%m!OO%n!OO~P!IcO!l&oO~O&^,vO~O!_,xO~O&o,zO&q,{OP&laQ&laS&laY&laa&lad&lae&lal&lap&lar&las&lat&laz&la|&la!O&la!S&la!W&la!X&la!_&la!i&la!l&la!o&la!p&la!q&la!s&la!u&la!x&la!|&la$W&la$n&la%h&la%j&la%l&la%m&la%n&la%q&la%s&la%v&la%w&la%y&la&W&la&^&la&`&la&b&la&d&la&g&la&m&la&s&la&u&la&w&la&y&la&{&la'w&la(T&la(V&la(Y&la(a&la(o&la!^&la&e&lab&la&j&la~O(T-QO~Oh!eX!]!RX!^!RX!g!RX!g!eX!l!eX#`!RX~O!]!eX!^!eX~P#!iO!g-VO#`-UOh(jX!]#hX!^#hX!g(jX!l(jX~O!](jX!^(jX~P##[Oh%VO!g-XO!l%eO!]!aX!^!aX~Os!nO!S!oO(VTO(YUO(e!mO~OP<UOQ<UOSfOd>ROe!iOpkOr<UOskOtkOzkO|<UO!O<UO!SWO!WkO!XkO!_!eO!i<XO!lZO!o<UO!p<UO!q<UO!s<YO!u<]O!x!hO$W!kO$n>PO(VTO(YUO(aVO(o[O~O(T=QO~P#$qO!]-]O!^(iX~O!^-_O~O!g-VO#`-UO!]#hX!^#hX~O!]-`O!^(xX~O!^-bO~O!c-cO!d-cO(U!lO~P#$`O!^-fO~P'_On-iO!_'`O~O!Y-nO~Os!{a!b!{a!c!{a!d!{a#T!{a#U!{a#V!{a#W!{a#X!{a#[!{a#]!{a(U!{a(V!{a(Y!{a(e!{a(o!{a~P!#vO!p-sO#`-qO~PChO!c-uO!d-uO(U!lO~PDWOa%nO#`-qO'z%nO~Oa%nO!g#vO#`-qO'z%nO~Oa%nO!g#vO!p-sO#`-qO'z%nO(r'pO~O(P'xO(Q'xO(R-zO~Ov-{O~O!Y'Wa!]'Wa~P!:tO![.PO!Y'WX!]'WX~P%[O!](VO!Y(ha~O!Y(ha~PHRO!](^O!Y(va~O!S%hO![.TO!_%iO(T%gO!Y'^X!]'^X~O#`.VO!](ta!k(taa(ta'z(ta~O!g#vO~P#,wO!](jO!k(sa~O!S%hO!_%iO#j.ZO(T%gO~Op.`O!S%hO![.]O!_%iO!|]O#i._O#j.]O(T%gO!]'aX!k'aX~OR.dO!l#xO~Oh%VOn.gO!_'`O%i.fO~Oa#ci!]#ci'z#ci'w#ci!Y#ci!k#civ#ci!_#ci%i#ci!g#ci~P!:tOn>]O!Q*OO'y*PO(y$}O(z%PO~O#k#_aa#_a#`#_a'z#_a!]#_a!k#_a!_#_a!Y#_a~P#/sO#k(`XP(`XR(`X[(`Xa(`Xj(`Xr(`X!S(`X!l(`X!p(`X#R(`X#n(`X#o(`X#p(`X#q(`X#r(`X#s(`X#t(`X#u(`X#v(`X#x(`X#z(`X#{(`X'z(`X(a(`X(r(`X!k(`X!Y(`X'w(`Xv(`X!_(`X%i(`X!g(`X~P!6kO!].tO!k(kX~P!:tO!k.wO~O!Y.yO~OP$[OR#zO!Q#yO!S#{O!l#xO!p$[O(aVO[#mia#mij#mir#mi!]#mi#R#mi#o#mi#p#mi#q#mi#r#mi#s#mi#t#mi#u#mi#v#mi#x#mi#z#mi#{#mi'z#mi(r#mi(y#mi(z#mi'w#mi!Y#mi!k#miv#mi!_#mi%i#mi!g#mi~O#n#mi~P#3cO#n$OO~P#3cOP$[OR#zOr$aO!Q#yO!S#{O!l#xO!p$[O#n$OO#o$PO#p$PO#q$PO(aVO[#mia#mij#mi!]#mi#R#mi#s#mi#t#mi#u#mi#v#mi#x#mi#z#mi#{#mi'z#mi(r#mi(y#mi(z#mi'w#mi!Y#mi!k#miv#mi!_#mi%i#mi!g#mi~O#r#mi~P#6QO#r$QO~P#6QOP$[OR#zO[$cOj$ROr$aO!Q#yO!S#{O!l#xO!p$[O#R$RO#n$OO#o$PO#p$PO#q$PO#r$QO#s$RO#t$RO#u$bO(aVOa#mi!]#mi#x#mi#z#mi#{#mi'z#mi(r#mi(y#mi(z#mi'w#mi!Y#mi!k#miv#mi!_#mi%i#mi!g#mi~O#v#mi~P#8oOP$[OR#zO[$cOj$ROr$aO!Q#yO!S#{O!l#xO!p$[O#R$RO#n$OO#o$PO#p$PO#q$PO#r$QO#s$RO#t$RO#u$bO#v$SO(aVO(z#}Oa#mi!]#mi#z#mi#{#mi'z#mi(r#mi(y#mi'w#mi!Y#mi!k#miv#mi!_#mi%i#mi!g#mi~O#x$UO~P#;VO#x#mi~P#;VO#v$SO~P#8oOP$[OR#zO[$cOj$ROr$aO!Q#yO!S#{O!l#xO!p$[O#R$RO#n$OO#o$PO#p$PO#q$PO#r$QO#s$RO#t$RO#u$bO#v$SO#x$UO(aVO(y#|O(z#}Oa#mi!]#mi#{#mi'z#mi(r#mi'w#mi!Y#mi!k#miv#mi!_#mi%i#mi!g#mi~O#z#mi~P#={O#z$WO~P#={OP]XR]X[]Xj]Xr]X!Q]X!S]X!l]X!p]X#R]X#S]X#`]X#kfX#n]X#o]X#p]X#q]X#r]X#s]X#t]X#u]X#v]X#x]X#z]X#{]X$Q]X(a]X(r]X(y]X(z]X!]]X!^]X~O$O]X~P#@jOP$[OR#zO[<mOj<bOr<kO!Q#yO!S#{O!l#xO!p$[O#R<bO#n<_O#o<`O#p<`O#q<`O#r<aO#s<bO#t<bO#u<lO#v<cO#x<eO#z<gO#{<hO(aVO(r$YO(y#|O(z#}O~O$O.{O~P#BwO#S$dO#`<nO$Q<nO$O(gX!^(gX~P! uOa'da!]'da'z'da'w'da!k'da!Y'dav'da!_'da%i'da!g'da~P!:tO[#mia#mij#mir#mi!]#mi#R#mi#r#mi#s#mi#t#mi#u#mi#v#mi#x#mi#z#mi#{#mi'z#mi(r#mi'w#mi!Y#mi!k#miv#mi!_#mi%i#mi!g#mi~OP$[OR#zO!Q#yO!S#{O!l#xO!p$[O#n$OO#o$PO#p$PO#q$PO(aVO(y#mi(z#mi~P#EyOn>]O!Q*OO'y*PO(y$}O(z%POP#miR#mi!S#mi!l#mi!p#mi#n#mi#o#mi#p#mi#q#mi(a#mi~P#EyO!]/POg(pX~P!1WOg/RO~Oa$Pi!]$Pi'z$Pi'w$Pi!Y$Pi!k$Piv$Pi!_$Pi%i$Pi!g$Pi~P!:tO$]/SO$_/SO~O$]/TO$_/TO~O!g)hO#`/UO!_$cX$Z$cX$]$cX$_$cX$f$cX~O![/VO~O!_)kO$Z/XO$])jO$_)jO$f/YO~O!]<iO!^(fX~P#BwO!^/ZO~O!g)hO$f({X~O$f/]O~Ov/^O~P!&zOx)yO(b)zO(c/aO~O!S/dO~O(y$}On%aa!Q%aa'y%aa(z%aa!]%aa#`%aa~Og%aa$O%aa~P#L{O(z%POn%ca!Q%ca'y%ca(y%ca!]%ca#`%ca~Og%ca$O%ca~P#MnO!]fX!gfX!kfX!k$zX(rfX~P!0SOp%WOPP~P!1uOr*sO!b*qO!c*kO!d*kO!l*bO#[*rO%`*mO(U!lO(VTO(YUO~Os<}O!S/nO![+[O!^*pO(e<|O!^(xP~P$ [O!k/oO~P#/sO!]/pO!g#vO(r'pO!k)OX~O!k/uO~OnoX!QoX'yoX(yoX(zoX~O!g#vO!koX~P$#OOp/wO!S%hO![*^O!_%iO(T%gO!k)OP~O#k/xO~O!Y$zX!]$zX!g%RX~P!0SO!]/yO!Y)PX~P#/sO!g/{O~O!Y/}O~OpkO(T0OO~P.iOh%VOr0TO!g#vO!l%eO(r'pO~O!g+iO~Oa%nO!]0XO'z%nO~O!^0ZO~P!5iO!c0[O!d0[O(U!lO~P#$`Os!nO!S0]O(VTO(YUO(e!mO~O#[0_O~Og%aa!]%aa#`%aa$O%aa~P!1WOg%ca!]%ca#`%ca$O%ca~P!1WOj%dOk%dOl%dO(T&ZOg'mX!]'mX~O!]*yOg(^a~Og0hO~On0jO#`0iOg(_a!](_a~OR0kO!Q0kO!S0lO#S$dOn}a'y}a(y}a(z}a!]}a#`}a~Og}a$O}a~P$(cO!Q*OO'y*POn$sa(y$sa(z$sa!]$sa#`$sa~Og$sa$O$sa~P$)_O!Q*OO'y*POn$ua(y$ua(z$ua!]$ua#`$ua~Og$ua$O$ua~P$*QO#k0oO~Og%Ta!]%Ta#`%Ta$O%Ta~P!1WO!g#vO~O#k0rO~O!]+^Oa)Ta'z)Ta~OR#zO!Q#yO!S#{O!l#xO(aVOP!ri[!rij!rir!ri!]!ri!p!ri#R!ri#n!ri#o!ri#p!ri#q!ri#r!ri#s!ri#t!ri#u!ri#v!ri#x!ri#z!ri#{!ri(r!ri(y!ri(z!ri~Oa!ri'z!ri'w!ri!Y!ri!k!riv!ri!_!ri%i!ri!g!ri~P$+oOh%VOr%XOs$tOt$tOz%YO|%ZO!O<sO!S${O!_$|O!i>VO!l$xO#j<yO$W%`O$t<uO$v<wO$y%aO(VTO(YUO(a$uO(y$}O(z%PO~Op0{O%]0|O(T0zO~P$.VO!g+iOa(]a!_(]a'z(]a!](]a~O#k1SO~O[]X!]fX!^fX~O!]1TO!^)XX~O!^1VO~O[1WO~Ob1YO(T+qO(VTO(YUO~O!_&PO(T%gO`'uX!]'uX~O!]+vO`)Wa~O!k1]O~P!:tO[1`O~O`1aO~O#`1fO~On1iO!_$|O~O(e(|O!^)UP~Oh%VOn1rO!_1oO%i1qO~O[1|O!]1zO!^)VX~O!^1}O~O`2POa%nO'z%nO~O(T#nO(VTO(YUO~O#S$dO#`$eO$Q$eOP(gXR(gX[(gXr(gX!Q(gX!S(gX!](gX!l(gX!p(gX#R(gX#n(gX#o(gX#p(gX#q(gX#r(gX#s(gX#t(gX#u(gX#v(gX#x(gX#z(gX#{(gX(a(gX(r(gX(y(gX(z(gX~Oj2SO&[2TOa(gX~P$3pOj2SO#`$eO&[2TO~Oa2VO~P%[Oa2XO~O&e2[OP&ciQ&ciS&ciY&cia&cid&cie&cil&cip&cir&cis&cit&ciz&ci|&ci!O&ci!S&ci!W&ci!X&ci!_&ci!i&ci!l&ci!o&ci!p&ci!q&ci!s&ci!u&ci!x&ci!|&ci$W&ci$n&ci%h&ci%j&ci%l&ci%m&ci%n&ci%q&ci%s&ci%v&ci%w&ci%y&ci&W&ci&^&ci&`&ci&b&ci&d&ci&g&ci&m&ci&s&ci&u&ci&w&ci&y&ci&{&ci'w&ci(T&ci(V&ci(Y&ci(a&ci(o&ci!^&cib&ci&j&ci~Ob2bO!^2`O&j2aO~P`O!_XO!l2dO~O&q,{OP&liQ&liS&liY&lia&lid&lie&lil&lip&lir&lis&lit&liz&li|&li!O&li!S&li!W&li!X&li!_&li!i&li!l&li!o&li!p&li!q&li!s&li!u&li!x&li!|&li$W&li$n&li%h&li%j&li%l&li%m&li%n&li%q&li%s&li%v&li%w&li%y&li&W&li&^&li&`&li&b&li&d&li&g&li&m&li&s&li&u&li&w&li&y&li&{&li'w&li(T&li(V&li(Y&li(a&li(o&li!^&li&e&lib&li&j&li~O!Y2jO~O!]!aa!^!aa~P#BwOs!nO!S!oO![2pO(e!mO!]'XX!^'XX~P@nO!]-]O!^(ia~O!]'_X!^'_X~P!9|O!]-`O!^(xa~O!^2wO~P'_Oa%nO#`3QO'z%nO~Oa%nO!g#vO#`3QO'z%nO~Oa%nO!g#vO!p3UO#`3QO'z%nO(r'pO~Oa%nO'z%nO~P!:tO!]$_Ov$qa~O!Y'Wi!]'Wi~P!:tO!](VO!Y(hi~O!](^O!Y(vi~O!Y(wi!](wi~P!:tO!](ti!k(tia(ti'z(ti~P!:tO#`3WO!](ti!k(tia(ti'z(ti~O!](jO!k(si~O!S%hO!_%iO!|]O#i3]O#j3[O(T%gO~O!S%hO!_%iO#j3[O(T%gO~On3dO!_'`O%i3cO~Oh%VOn3dO!_'`O%i3cO~O#k%aaP%aaR%aa[%aaa%aaj%aar%aa!S%aa!l%aa!p%aa#R%aa#n%aa#o%aa#p%aa#q%aa#r%aa#s%aa#t%aa#u%aa#v%aa#x%aa#z%aa#{%aa'z%aa(a%aa(r%aa!k%aa!Y%aa'w%aav%aa!_%aa%i%aa!g%aa~P#L{O#k%caP%caR%ca[%caa%caj%car%ca!S%ca!l%ca!p%ca#R%ca#n%ca#o%ca#p%ca#q%ca#r%ca#s%ca#t%ca#u%ca#v%ca#x%ca#z%ca#{%ca'z%ca(a%ca(r%ca!k%ca!Y%ca'w%cav%ca!_%ca%i%ca!g%ca~P#MnO#k%aaP%aaR%aa[%aaa%aaj%aar%aa!S%aa!]%aa!l%aa!p%aa#R%aa#n%aa#o%aa#p%aa#q%aa#r%aa#s%aa#t%aa#u%aa#v%aa#x%aa#z%aa#{%aa'z%aa(a%aa(r%aa!k%aa!Y%aa'w%aa#`%aav%aa!_%aa%i%aa!g%aa~P#/sO#k%caP%caR%ca[%caa%caj%car%ca!S%ca!]%ca!l%ca!p%ca#R%ca#n%ca#o%ca#p%ca#q%ca#r%ca#s%ca#t%ca#u%ca#v%ca#x%ca#z%ca#{%ca'z%ca(a%ca(r%ca!k%ca!Y%ca'w%ca#`%cav%ca!_%ca%i%ca!g%ca~P#/sO#k}aP}a[}aa}aj}ar}a!l}a!p}a#R}a#n}a#o}a#p}a#q}a#r}a#s}a#t}a#u}a#v}a#x}a#z}a#{}a'z}a(a}a(r}a!k}a!Y}a'w}av}a!_}a%i}a!g}a~P$(cO#k$saP$saR$sa[$saa$saj$sar$sa!S$sa!l$sa!p$sa#R$sa#n$sa#o$sa#p$sa#q$sa#r$sa#s$sa#t$sa#u$sa#v$sa#x$sa#z$sa#{$sa'z$sa(a$sa(r$sa!k$sa!Y$sa'w$sav$sa!_$sa%i$sa!g$sa~P$)_O#k$uaP$uaR$ua[$uaa$uaj$uar$ua!S$ua!l$ua!p$ua#R$ua#n$ua#o$ua#p$ua#q$ua#r$ua#s$ua#t$ua#u$ua#v$ua#x$ua#z$ua#{$ua'z$ua(a$ua(r$ua!k$ua!Y$ua'w$uav$ua!_$ua%i$ua!g$ua~P$*QO#k%TaP%TaR%Ta[%Taa%Taj%Tar%Ta!S%Ta!]%Ta!l%Ta!p%Ta#R%Ta#n%Ta#o%Ta#p%Ta#q%Ta#r%Ta#s%Ta#t%Ta#u%Ta#v%Ta#x%Ta#z%Ta#{%Ta'z%Ta(a%Ta(r%Ta!k%Ta!Y%Ta'w%Ta#`%Tav%Ta!_%Ta%i%Ta!g%Ta~P#/sOa#cq!]#cq'z#cq'w#cq!Y#cq!k#cqv#cq!_#cq%i#cq!g#cq~P!:tO![3lO!]'YX!k'YX~P%[O!].tO!k(ka~O!].tO!k(ka~P!:tO!Y3oO~O$O!na!^!na~PKlO$O!ja!]!ja!^!ja~P#BwO$O!ra!^!ra~P!=[O$O!ta!^!ta~P!?rOg']X!]']X~P!,TO!]/POg(pa~OSfO!_4TO$d4UO~O!^4YO~Ov4ZO~P#/sOa$mq!]$mq'z$mq'w$mq!Y$mq!k$mqv$mq!_$mq%i$mq!g$mq~P!:tO!Y4]O~P!&zO!S4^O~O!Q*OO'y*PO(z%POn'ia(y'ia!]'ia#`'ia~Og'ia$O'ia~P%-fO!Q*OO'y*POn'ka(y'ka(z'ka!]'ka#`'ka~Og'ka$O'ka~P%.XO(r$YO~P#/sO!YfX!Y$zX!]fX!]$zX!g%RX#`fX~P!0SOp%WO(T=WO~P!1uOp4bO!S%hO![4aO!_%iO(T%gO!]'eX!k'eX~O!]/pO!k)Oa~O!]/pO!g#vO!k)Oa~O!]/pO!g#vO(r'pO!k)Oa~Og$|i!]$|i#`$|i$O$|i~P!1WO![4jO!Y'gX!]'gX~P!3tO!]/yO!Y)Pa~O!]/yO!Y)Pa~P#/sOP]XR]X[]Xj]Xr]X!Q]X!S]X!Y]X!]]X!l]X!p]X#R]X#S]X#`]X#kfX#n]X#o]X#p]X#q]X#r]X#s]X#t]X#u]X#v]X#x]X#z]X#{]X$Q]X(a]X(r]X(y]X(z]X~Oj%YX!g%YX~P%2OOj4oO!g#vO~Oh%VO!g#vO!l%eO~Oh%VOr4tO!l%eO(r'pO~Or4yO!g#vO(r'pO~Os!nO!S4zO(VTO(YUO(e!mO~O(y$}On%ai!Q%ai'y%ai(z%ai!]%ai#`%ai~Og%ai$O%ai~P%5oO(z%POn%ci!Q%ci'y%ci(y%ci!]%ci#`%ci~Og%ci$O%ci~P%6bOg(_i!](_i~P!1WO#`5QOg(_i!](_i~P!1WO!k5VO~Oa$oq!]$oq'z$oq'w$oq!Y$oq!k$oqv$oq!_$oq%i$oq!g$oq~P!:tO!Y5ZO~O!]5[O!_)QX~P#/sOa$zX!_$zX%^]X'z$zX!]$zX~P!0SO%^5_OaoX!_oX'zoX!]oX~P$#OOp5`O(T#nO~O%^5_O~Ob5fO%j5gO(T+qO(VTO(YUO!]'tX!^'tX~O!]1TO!^)Xa~O[5kO~O`5lO~O[5pO~Oa%nO'z%nO~P#/sO!]5uO#`5wO!^)UX~O!^5xO~Or6OOs!nO!S*iO!b!yO!c!vO!d!vO!|<VO#T!pO#U!pO#V!pO#W!pO#X!pO#[5}O#]!zO(U!lO(VTO(YUO(e!mO(o!sO~O!^5|O~P%;eOn6TO!_1oO%i6SO~Oh%VOn6TO!_1oO%i6SO~Ob6[O(T#nO(VTO(YUO!]'sX!^'sX~O!]1zO!^)Va~O(VTO(YUO(e6^O~O`6bO~Oj6eO&[6fO~PNXO!k6gO~P%[Oa6iO~Oa6iO~P%[Ob2bO!^6nO&j2aO~P`O!g6pO~O!g6rOh(ji!](ji!^(ji!g(ji!l(jir(ji(r(ji~O!]#hi!^#hi~P#BwO#`6sO!]#hi!^#hi~O!]!ai!^!ai~P#BwOa%nO#`6|O'z%nO~Oa%nO!g#vO#`6|O'z%nO~O!](tq!k(tqa(tq'z(tq~P!:tO!](jO!k(sq~O!S%hO!_%iO#j7TO(T%gO~O!_'`O%i7WO~On7[O!_'`O%i7WO~O#k'iaP'iaR'ia['iaa'iaj'iar'ia!S'ia!l'ia!p'ia#R'ia#n'ia#o'ia#p'ia#q'ia#r'ia#s'ia#t'ia#u'ia#v'ia#x'ia#z'ia#{'ia'z'ia(a'ia(r'ia!k'ia!Y'ia'w'iav'ia!_'ia%i'ia!g'ia~P%-fO#k'kaP'kaR'ka['kaa'kaj'kar'ka!S'ka!l'ka!p'ka#R'ka#n'ka#o'ka#p'ka#q'ka#r'ka#s'ka#t'ka#u'ka#v'ka#x'ka#z'ka#{'ka'z'ka(a'ka(r'ka!k'ka!Y'ka'w'kav'ka!_'ka%i'ka!g'ka~P%.XO#k$|iP$|iR$|i[$|ia$|ij$|ir$|i!S$|i!]$|i!l$|i!p$|i#R$|i#n$|i#o$|i#p$|i#q$|i#r$|i#s$|i#t$|i#u$|i#v$|i#x$|i#z$|i#{$|i'z$|i(a$|i(r$|i!k$|i!Y$|i'w$|i#`$|iv$|i!_$|i%i$|i!g$|i~P#/sO#k%aiP%aiR%ai[%aia%aij%air%ai!S%ai!l%ai!p%ai#R%ai#n%ai#o%ai#p%ai#q%ai#r%ai#s%ai#t%ai#u%ai#v%ai#x%ai#z%ai#{%ai'z%ai(a%ai(r%ai!k%ai!Y%ai'w%aiv%ai!_%ai%i%ai!g%ai~P%5oO#k%ciP%ciR%ci[%cia%cij%cir%ci!S%ci!l%ci!p%ci#R%ci#n%ci#o%ci#p%ci#q%ci#r%ci#s%ci#t%ci#u%ci#v%ci#x%ci#z%ci#{%ci'z%ci(a%ci(r%ci!k%ci!Y%ci'w%civ%ci!_%ci%i%ci!g%ci~P%6bO!]'Ya!k'Ya~P!:tO!].tO!k(ki~O$O#ci!]#ci!^#ci~P#BwOP$[OR#zO!Q#yO!S#{O!l#xO!p$[O(aVO[#mij#mir#mi#R#mi#o#mi#p#mi#q#mi#r#mi#s#mi#t#mi#u#mi#v#mi#x#mi#z#mi#{#mi$O#mi(r#mi(y#mi(z#mi!]#mi!^#mi~O#n#mi~P%NdO#n<_O~P%NdOP$[OR#zOr<kO!Q#yO!S#{O!l#xO!p$[O#n<_O#o<`O#p<`O#q<`O(aVO[#mij#mi#R#mi#s#mi#t#mi#u#mi#v#mi#x#mi#z#mi#{#mi$O#mi(r#mi(y#mi(z#mi!]#mi!^#mi~O#r#mi~P&!lO#r<aO~P&!lOP$[OR#zO[<mOj<bOr<kO!Q#yO!S#{O!l#xO!p$[O#R<bO#n<_O#o<`O#p<`O#q<`O#r<aO#s<bO#t<bO#u<lO(aVO#x#mi#z#mi#{#mi$O#mi(r#mi(y#mi(z#mi!]#mi!^#mi~O#v#mi~P&$tOP$[OR#zO[<mOj<bOr<kO!Q#yO!S#{O!l#xO!p$[O#R<bO#n<_O#o<`O#p<`O#q<`O#r<aO#s<bO#t<bO#u<lO#v<cO(aVO(z#}O#z#mi#{#mi$O#mi(r#mi(y#mi!]#mi!^#mi~O#x<eO~P&&uO#x#mi~P&&uO#v<cO~P&$tOP$[OR#zO[<mOj<bOr<kO!Q#yO!S#{O!l#xO!p$[O#R<bO#n<_O#o<`O#p<`O#q<`O#r<aO#s<bO#t<bO#u<lO#v<cO#x<eO(aVO(y#|O(z#}O#{#mi$O#mi(r#mi!]#mi!^#mi~O#z#mi~P&)UO#z<gO~P&)UOa#|y!]#|y'z#|y'w#|y!Y#|y!k#|yv#|y!_#|y%i#|y!g#|y~P!:tO[#mij#mir#mi#R#mi#r#mi#s#mi#t#mi#u#mi#v#mi#x#mi#z#mi#{#mi$O#mi(r#mi!]#mi!^#mi~OP$[OR#zO!Q#yO!S#{O!l#xO!p$[O#n<_O#o<`O#p<`O#q<`O(aVO(y#mi(z#mi~P&,QOn>^O!Q*OO'y*PO(y$}O(z%POP#miR#mi!S#mi!l#mi!p#mi#n#mi#o#mi#p#mi#q#mi(a#mi~P&,QO#S$dOP(`XR(`X[(`Xj(`Xn(`Xr(`X!Q(`X!S(`X!l(`X!p(`X#R(`X#n(`X#o(`X#p(`X#q(`X#r(`X#s(`X#t(`X#u(`X#v(`X#x(`X#z(`X#{(`X$O(`X'y(`X(a(`X(r(`X(y(`X(z(`X!](`X!^(`X~O$O$Pi!]$Pi!^$Pi~P#BwO$O!ri!^!ri~P$+oOg']a!]']a~P!1WO!^7nO~O!]'da!^'da~P#BwO!Y7oO~P#/sO!g#vO(r'pO!]'ea!k'ea~O!]/pO!k)Oi~O!]/pO!g#vO!k)Oi~Og$|q!]$|q#`$|q$O$|q~P!1WO!Y'ga!]'ga~P#/sO!g7vO~O!]/yO!Y)Pi~P#/sO!]/yO!Y)Pi~O!Y7yO~Oh%VOr8OO!l%eO(r'pO~Oj8QO!g#vO~Or8TO!g#vO(r'pO~O!Q*OO'y*PO(z%POn'ja(y'ja!]'ja#`'ja~Og'ja$O'ja~P&5RO!Q*OO'y*POn'la(y'la(z'la!]'la#`'la~Og'la$O'la~P&5tOg(_q!](_q~P!1WO#`8VOg(_q!](_q~P!1WO!Y8WO~Og%Oq!]%Oq#`%Oq$O%Oq~P!1WOa$oy!]$oy'z$oy'w$oy!Y$oy!k$oyv$oy!_$oy%i$oy!g$oy~P!:tO!g6rO~O!]5[O!_)Qa~O!_'`OP$TaR$Ta[$Taj$Tar$Ta!Q$Ta!S$Ta!]$Ta!l$Ta!p$Ta#R$Ta#n$Ta#o$Ta#p$Ta#q$Ta#r$Ta#s$Ta#t$Ta#u$Ta#v$Ta#x$Ta#z$Ta#{$Ta(a$Ta(r$Ta(y$Ta(z$Ta~O%i7WO~P&8fO%^8[Oa%[i!_%[i'z%[i!]%[i~Oa#cy!]#cy'z#cy'w#cy!Y#cy!k#cyv#cy!_#cy%i#cy!g#cy~P!:tO[8^O~Ob8`O(T+qO(VTO(YUO~O!]1TO!^)Xi~O`8dO~O(e(|O!]'pX!^'pX~O!]5uO!^)Ua~O!^8nO~P%;eO(o!sO~P$&YO#[8oO~O!_1oO~O!_1oO%i8qO~On8tO!_1oO%i8qO~O[8yO!]'sa!^'sa~O!]1zO!^)Vi~O!k8}O~O!k9OO~O!k9RO~O!k9RO~P%[Oa9TO~O!g9UO~O!k9VO~O!](wi!^(wi~P#BwOa%nO#`9_O'z%nO~O!](ty!k(tya(ty'z(ty~P!:tO!](jO!k(sy~O%i9bO~P&8fO!_'`O%i9bO~O#k$|qP$|qR$|q[$|qa$|qj$|qr$|q!S$|q!]$|q!l$|q!p$|q#R$|q#n$|q#o$|q#p$|q#q$|q#r$|q#s$|q#t$|q#u$|q#v$|q#x$|q#z$|q#{$|q'z$|q(a$|q(r$|q!k$|q!Y$|q'w$|q#`$|qv$|q!_$|q%i$|q!g$|q~P#/sO#k'jaP'jaR'ja['jaa'jaj'jar'ja!S'ja!l'ja!p'ja#R'ja#n'ja#o'ja#p'ja#q'ja#r'ja#s'ja#t'ja#u'ja#v'ja#x'ja#z'ja#{'ja'z'ja(a'ja(r'ja!k'ja!Y'ja'w'jav'ja!_'ja%i'ja!g'ja~P&5RO#k'laP'laR'la['laa'laj'lar'la!S'la!l'la!p'la#R'la#n'la#o'la#p'la#q'la#r'la#s'la#t'la#u'la#v'la#x'la#z'la#{'la'z'la(a'la(r'la!k'la!Y'la'w'lav'la!_'la%i'la!g'la~P&5tO#k%OqP%OqR%Oq[%Oqa%Oqj%Oqr%Oq!S%Oq!]%Oq!l%Oq!p%Oq#R%Oq#n%Oq#o%Oq#p%Oq#q%Oq#r%Oq#s%Oq#t%Oq#u%Oq#v%Oq#x%Oq#z%Oq#{%Oq'z%Oq(a%Oq(r%Oq!k%Oq!Y%Oq'w%Oq#`%Oqv%Oq!_%Oq%i%Oq!g%Oq~P#/sO!]'Yi!k'Yi~P!:tO$O#cq!]#cq!^#cq~P#BwO(y$}OP%aaR%aa[%aaj%aar%aa!S%aa!l%aa!p%aa#R%aa#n%aa#o%aa#p%aa#q%aa#r%aa#s%aa#t%aa#u%aa#v%aa#x%aa#z%aa#{%aa$O%aa(a%aa(r%aa!]%aa!^%aa~On%aa!Q%aa'y%aa(z%aa~P&IyO(z%POP%caR%ca[%caj%car%ca!S%ca!l%ca!p%ca#R%ca#n%ca#o%ca#p%ca#q%ca#r%ca#s%ca#t%ca#u%ca#v%ca#x%ca#z%ca#{%ca$O%ca(a%ca(r%ca!]%ca!^%ca~On%ca!Q%ca'y%ca(y%ca~P&LQOn>^O!Q*OO'y*PO(z%PO~P&IyOn>^O!Q*OO'y*PO(y$}O~P&LQOR0kO!Q0kO!S0lO#S$dOP}a[}aj}an}ar}a!l}a!p}a#R}a#n}a#o}a#p}a#q}a#r}a#s}a#t}a#u}a#v}a#x}a#z}a#{}a$O}a'y}a(a}a(r}a(y}a(z}a!]}a!^}a~O!Q*OO'y*POP$saR$sa[$saj$san$sar$sa!S$sa!l$sa!p$sa#R$sa#n$sa#o$sa#p$sa#q$sa#r$sa#s$sa#t$sa#u$sa#v$sa#x$sa#z$sa#{$sa$O$sa(a$sa(r$sa(y$sa(z$sa!]$sa!^$sa~O!Q*OO'y*POP$uaR$ua[$uaj$uan$uar$ua!S$ua!l$ua!p$ua#R$ua#n$ua#o$ua#p$ua#q$ua#r$ua#s$ua#t$ua#u$ua#v$ua#x$ua#z$ua#{$ua$O$ua(a$ua(r$ua(y$ua(z$ua!]$ua!^$ua~On>^O!Q*OO'y*PO(y$}O(z%PO~OP%TaR%Ta[%Taj%Tar%Ta!S%Ta!l%Ta!p%Ta#R%Ta#n%Ta#o%Ta#p%Ta#q%Ta#r%Ta#s%Ta#t%Ta#u%Ta#v%Ta#x%Ta#z%Ta#{%Ta$O%Ta(a%Ta(r%Ta!]%Ta!^%Ta~P''VO$O$mq!]$mq!^$mq~P#BwO$O$oq!]$oq!^$oq~P#BwO!^9oO~O$O9pO~P!1WO!g#vO!]'ei!k'ei~O!g#vO(r'pO!]'ei!k'ei~O!]/pO!k)Oq~O!Y'gi!]'gi~P#/sO!]/yO!Y)Pq~Or9wO!g#vO(r'pO~O[9yO!Y9xO~P#/sO!Y9xO~Oj:PO!g#vO~Og(_y!](_y~P!1WO!]'na!_'na~P#/sOa%[q!_%[q'z%[q!]%[q~P#/sO[:UO~O!]1TO!^)Xq~O`:YO~O#`:ZO!]'pa!^'pa~O!]5uO!^)Ui~P#BwO!S:]O~O!_1oO%i:`O~O(VTO(YUO(e:eO~O!]1zO!^)Vq~O!k:hO~O!k:iO~O!k:jO~O!k:jO~P%[O#`:mO!]#hy!^#hy~O!]#hy!^#hy~P#BwO%i:rO~P&8fO!_'`O%i:rO~O$O#|y!]#|y!^#|y~P#BwOP$|iR$|i[$|ij$|ir$|i!S$|i!l$|i!p$|i#R$|i#n$|i#o$|i#p$|i#q$|i#r$|i#s$|i#t$|i#u$|i#v$|i#x$|i#z$|i#{$|i$O$|i(a$|i(r$|i!]$|i!^$|i~P''VO!Q*OO'y*PO(z%POP'iaR'ia['iaj'ian'iar'ia!S'ia!l'ia!p'ia#R'ia#n'ia#o'ia#p'ia#q'ia#r'ia#s'ia#t'ia#u'ia#v'ia#x'ia#z'ia#{'ia$O'ia(a'ia(r'ia(y'ia!]'ia!^'ia~O!Q*OO'y*POP'kaR'ka['kaj'kan'kar'ka!S'ka!l'ka!p'ka#R'ka#n'ka#o'ka#p'ka#q'ka#r'ka#s'ka#t'ka#u'ka#v'ka#x'ka#z'ka#{'ka$O'ka(a'ka(r'ka(y'ka(z'ka!]'ka!^'ka~O(y$}OP%aiR%ai[%aij%ain%air%ai!Q%ai!S%ai!l%ai!p%ai#R%ai#n%ai#o%ai#p%ai#q%ai#r%ai#s%ai#t%ai#u%ai#v%ai#x%ai#z%ai#{%ai$O%ai'y%ai(a%ai(r%ai(z%ai!]%ai!^%ai~O(z%POP%ciR%ci[%cij%cin%cir%ci!Q%ci!S%ci!l%ci!p%ci#R%ci#n%ci#o%ci#p%ci#q%ci#r%ci#s%ci#t%ci#u%ci#v%ci#x%ci#z%ci#{%ci$O%ci'y%ci(a%ci(r%ci(y%ci!]%ci!^%ci~O$O$oy!]$oy!^$oy~P#BwO$O#cy!]#cy!^#cy~P#BwO!g#vO!]'eq!k'eq~O!]/pO!k)Oy~O!Y'gq!]'gq~P#/sOr:|O!g#vO(r'pO~O[;QO!Y;PO~P#/sO!Y;PO~Og(_!R!](_!R~P!1WOa%[y!_%[y'z%[y!]%[y~P#/sO!]1TO!^)Xy~O!]5uO!^)Uq~O(T;XO~O!_1oO%i;[O~O!k;_O~O%i;dO~P&8fOP$|qR$|q[$|qj$|qr$|q!S$|q!l$|q!p$|q#R$|q#n$|q#o$|q#p$|q#q$|q#r$|q#s$|q#t$|q#u$|q#v$|q#x$|q#z$|q#{$|q$O$|q(a$|q(r$|q!]$|q!^$|q~P''VO!Q*OO'y*PO(z%POP'jaR'ja['jaj'jan'jar'ja!S'ja!l'ja!p'ja#R'ja#n'ja#o'ja#p'ja#q'ja#r'ja#s'ja#t'ja#u'ja#v'ja#x'ja#z'ja#{'ja$O'ja(a'ja(r'ja(y'ja!]'ja!^'ja~O!Q*OO'y*POP'laR'la['laj'lan'lar'la!S'la!l'la!p'la#R'la#n'la#o'la#p'la#q'la#r'la#s'la#t'la#u'la#v'la#x'la#z'la#{'la$O'la(a'la(r'la(y'la(z'la!]'la!^'la~OP%OqR%Oq[%Oqj%Oqr%Oq!S%Oq!l%Oq!p%Oq#R%Oq#n%Oq#o%Oq#p%Oq#q%Oq#r%Oq#s%Oq#t%Oq#u%Oq#v%Oq#x%Oq#z%Oq#{%Oq$O%Oq(a%Oq(r%Oq!]%Oq!^%Oq~P''VOg%e!Z!]%e!Z#`%e!Z$O%e!Z~P!1WO!Y;hO~P#/sOr;iO!g#vO(r'pO~O[;kO!Y;hO~P#/sO!]'pq!^'pq~P#BwO!]#h!Z!^#h!Z~P#BwO#k%e!ZP%e!ZR%e!Z[%e!Za%e!Zj%e!Zr%e!Z!S%e!Z!]%e!Z!l%e!Z!p%e!Z#R%e!Z#n%e!Z#o%e!Z#p%e!Z#q%e!Z#r%e!Z#s%e!Z#t%e!Z#u%e!Z#v%e!Z#x%e!Z#z%e!Z#{%e!Z'z%e!Z(a%e!Z(r%e!Z!k%e!Z!Y%e!Z'w%e!Z#`%e!Zv%e!Z!_%e!Z%i%e!Z!g%e!Z~P#/sOr;tO!g#vO(r'pO~O!Y;uO~P#/sOr;|O!g#vO(r'pO~O!Y;}O~P#/sOP%e!ZR%e!Z[%e!Zj%e!Zr%e!Z!S%e!Z!l%e!Z!p%e!Z#R%e!Z#n%e!Z#o%e!Z#p%e!Z#q%e!Z#r%e!Z#s%e!Z#t%e!Z#u%e!Z#v%e!Z#x%e!Z#z%e!Z#{%e!Z$O%e!Z(a%e!Z(r%e!Z!]%e!Z!^%e!Z~P''VOr<QO!g#vO(r'pO~Ov(fX~P1qO!Q%rO~P!)[O(U!lO~P!)[O!YfX!]fX#`fX~P%2OOP]XR]X[]Xj]Xr]X!Q]X!S]X!]]X!]fX!l]X!p]X#R]X#S]X#`]X#`fX#kfX#n]X#o]X#p]X#q]X#r]X#s]X#t]X#u]X#v]X#x]X#z]X#{]X$Q]X(a]X(r]X(y]X(z]X~O!gfX!k]X!kfX(rfX~P'LTOP<UOQ<UOSfOd>ROe!iOpkOr<UOskOtkOzkO|<UO!O<UO!SWO!WkO!XkO!_XO!i<XO!lZO!o<UO!p<UO!q<UO!s<YO!u<]O!x!hO$W!kO$n>PO(T)]O(VTO(YUO(aVO(o[O~O!]<iO!^$qa~Oh%VOp%WOr%XOs$tOt$tOz%YO|%ZO!O<tO!S${O!_$|O!i>WO!l$xO#j<zO$W%`O$t<vO$v<xO$y%aO(T(vO(VTO(YUO(a$uO(y$}O(z%PO~Ol)dO~P(!yOr!eX(r!eX~P#!iOr(jX(r(jX~P##[O!^]X!^fX~P'LTO!YfX!Y$zX!]fX!]$zX#`fX~P!0SO#k<^O~O!g#vO#k<^O~O#`<nO~Oj<bO~O#`=OO!](wX!^(wX~O#`<nO!](uX!^(uX~O#k=PO~Og=RO~P!1WO#k=XO~O#k=YO~Og=RO(T&ZO~O!g#vO#k=ZO~O!g#vO#k=PO~O$O=[O~P#BwO#k=]O~O#k=^O~O#k=cO~O#k=dO~O#k=eO~O#k=fO~O$O=gO~P!1WO$O=hO~P!1WOl=sO~P7eOk#S#T#U#W#X#[#i#j#u$n$t$v$y%]%^%h%i%j%q%s%v%w%y%{~(OT#o!X'|(U#ps#n#qr!Q'}$]'}(T$_(e~",goto:"$9Y)]PPPPPP)^PP)aP)rP+W/]PPPP6mPP7TPP=QPPP@tPA^PA^PPPA^PCfPA^PA^PA^PCjPCoPD^PIWPPPI[PPPPI[L_PPPLeMVPI[PI[PP! eI[PPPI[PI[P!#lI[P!'S!(X!(bP!)U!)Y!)U!,gPPPPPPP!-W!(XPP!-h!/YP!2iI[I[!2n!5z!:h!:h!>gPPP!>oI[PPPPPPPPP!BOP!C]PPI[!DnPI[PI[I[I[I[I[PI[!FQP!I[P!LbP!Lf!Lp!Lt!LtP!IXP!Lx!LxP#!OP#!SI[PI[#!Y#%_CjA^PA^PA^A^P#&lA^A^#)OA^#+vA^#.SA^A^#.r#1W#1W#1]#1f#1W#1qPP#1WPA^#2ZA^#6YA^A^6mPPP#:_PPP#:x#:xP#:xP#;`#:xPP#;fP#;]P#;]#;y#;]#<e#<k#<n)aP#<q)aP#<z#<z#<zP)aP)aP)aP)aPP)aP#=Q#=TP#=T)aP#=XP#=[P)aP)aP)aP)aP)aP)a)aPP#=b#=h#=s#=y#>P#>V#>]#>k#>q#>{#?R#?]#?c#?s#?y#@k#@}#AT#AZ#Ai#BO#Cs#DR#DY#Et#FS#Gt#HS#HY#H`#Hf#Hp#Hv#H|#IW#Ij#IpPPPPPPPPPPP#IvPPPPPPP#Jk#Mx$ b$ i$ qPPP$']P$'f$*_$0x$0{$1O$1}$2Q$2X$2aP$2g$2jP$3W$3[$4S$5b$5g$5}PP$6S$6Y$6^$6a$6e$6i$7e$7|$8e$8i$8l$8o$8y$8|$9Q$9UR!|RoqOXst!Z#d%m&r&t&u&w,s,x2[2_Y!vQ'`-e1o5{Q%tvQ%|yQ&T|Q&j!VS'W!e-]Q'f!iS'l!r!yU*k$|*Z*oQ+o%}S+|&V&WQ,d&dQ-c'_Q-m'gQ-u'mQ0[*qQ1b,OQ1y,eR<{<Y%SdOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&r&t&u&w&{'T'b'r(T(V(](d(x(z)O)}*i+X+],p,s,x-i-q.P.V.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3l4z6T6e6f6i6|8t9T9_S#q]<V!r)_$Z$n'X)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SU+P%]<s<tQ+t&PQ,f&gQ,m&oQ0x+gQ0}+iQ1Y+uQ2R,kQ3`.gQ5`0|Q5f1TQ6[1zQ7Y3dQ8`5gR9e7['QkOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>S!S!nQ!r!v!y!z$|'W'_'`'l'm'n*k*o*q*r-]-c-e-u0[0_1o5{5}%[$ti#v$b$c$d$x${%O%Q%^%_%c)y*R*T*V*Y*a*g*w*x+f+i,S,V.f/P/d/m/x/y/{0`0b0i0j0o1f1i1q3c4^4_4j4o5Q5[5_6S7W7v8Q8V8[8q9b9p9y:P:`:r;Q;[;d;k<l<m<o<p<q<r<u<v<w<x<y<z=S=T=U=V=X=Y=]=^=_=`=a=b=c=d=g=h>P>X>Y>]>^Q&X|Q'U!eS'[%i-`Q+t&PQ,P&WQ,f&gQ0n+SQ1Y+uQ1_+{Q2Q,jQ2R,kQ5f1TQ5o1aQ6[1zQ6_1|Q6`2PQ8`5gQ8c5lQ8|6bQ:X8dQ:f8yQ;V:YR<}*ZrnOXst!V!Z#d%m&i&r&t&u&w,s,x2[2_R,h&k&z^OPXYstuvwz!Z!`!g!j!o#S#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n%m%t&R&k&n&o&r&t&u&w&{'T'b'r(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>R>S[#]WZ#W#Z'X(T!b%jm#h#i#l$x%e%h(^(h(i(j*Y*^*b+Z+[+^,o-V.T.Z.[.]._/m/p2d3[3]4a6r7TQ%wxQ%{yW&Q|&V&W,OQ&_!TQ'c!hQ'e!iQ(q#sS+n%|%}Q+r&PQ,_&bQ,c&dS-l'f'gQ.i(rQ1R+oQ1X+uQ1Z+vQ1^+zQ1t,`S1x,d,eQ2|-mQ5e1TQ5i1WQ5n1`Q6Z1yQ8_5gQ8b5kQ8f5pQ:T8^R;T:U!U$zi$d%O%Q%^%_%c*R*T*a*w*x/P/x0`0b0i0j0o4_5Q8V9p>P>X>Y!^%yy!i!u%{%|%}'V'e'f'g'k'u*j+n+o-Y-l-m-t0R0U1R2u2|3T4r4s4v7}9{Q+h%wQ,T&[Q,W&]Q,b&dQ.h(qQ1s,_U1w,c,d,eQ3e.iQ6U1tS6Y1x1yQ8x6Z#f>T#v$b$c$x${)y*V*Y*g+f+i,S,V.f/d/m/y/{1f1i1q3c4^4j4o5[5_6S7W7v8Q8[8q9b9y:P:`:r;Q;[;d;k<o<q<u<w<y=S=U=X=]=_=a=c=g>]>^o>U<l<m<p<r<v<x<z=T=V=Y=^=`=b=d=hW%Ti%V*y>PS&[!Q&iQ&]!RQ&^!SU*}%[%d=sR,R&Y%]%Si#v$b$c$d$x${%O%Q%^%_%c)y*R*T*V*Y*a*g*w*x+f+i,S,V.f/P/d/m/x/y/{0`0b0i0j0o1f1i1q3c4^4_4j4o5Q5[5_6S7W7v8Q8V8[8q9b9p9y:P:`:r;Q;[;d;k<l<m<o<p<q<r<u<v<w<x<y<z=S=T=U=V=X=Y=]=^=_=`=a=b=c=d=g=h>P>X>Y>]>^T)z$u){V+P%]<s<tW'[!e%i*Z-`S(}#y#zQ+c%rQ+y&SS.b(m(nQ1j,XQ5T0kR8i5u'QkOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>S$i$^c#Y#e%q%s%u(S(Y(t(y)R)S)T)U)V)W)X)Y)Z)[)^)`)b)g)q+d+x-Z-x-}.S.U.s.v.z.|.}/O/b0p2k2n3O3V3k3p3q3r3s3t3u3v3w3x3y3z3{3|4P4Q4X5X5c6u6{7Q7a7b7k7l8k9X9]9g9m9n:o;W;`<W=vT#TV#U'RkOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SQ'Y!eR2q-]!W!nQ!e!r!v!y!z$|'W'_'`'l'm'n*Z*k*o*q*r-]-c-e-u0[0_1o5{5}R1l,ZnqOXst!Z#d%m&r&t&u&w,s,x2[2_Q&y!^Q'v!xS(s#u<^Q+l%zQ,]&_Q,^&aQ-j'dQ-w'oS.r(x=PS0q+X=ZQ1P+mQ1n,[Q2c,zQ2e,{Q2m-WQ2z-kQ2}-oS5Y0r=eQ5a1QS5d1S=fQ6t2oQ6x2{Q6}3SQ8]5bQ9Y6vQ9Z6yQ9^7OR:l9V$d$]c#Y#e%s%u(S(Y(t(y)R)S)T)U)V)W)X)Y)Z)[)^)`)b)g)q+d+x-Z-x-}.S.U.s.v.z.}/O/b0p2k2n3O3V3k3p3q3r3s3t3u3v3w3x3y3z3{3|4P4Q4X5X5c6u6{7Q7a7b7k7l8k9X9]9g9m9n:o;W;`<W=vS(o#p'iQ)P#zS+b%q.|S.c(n(pR3^.d'QkOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SS#q]<VQ&t!XQ&u!YQ&w![Q&x!]R2Z,vQ'a!hQ+e%wQ-h'cS.e(q+hQ2x-gW3b.h.i0w0yQ6w2yW7U3_3a3e5^U9a7V7X7ZU:q9c9d9fS;b:p:sQ;p;cR;x;qU!wQ'`-eT5y1o5{!Q_OXZ`st!V!Z#d#h%e%m&i&k&r&t&u&w(j,s,x.[2[2_]!pQ!r'`-e1o5{T#q]<V%^{OPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&o&r&t&u&w&{'T'b'r(T(V(](d(x(z)O)}*i+X+]+g,p,s,x-i-q.P.V.g.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3d3l4z6T6e6f6i6|7[8t9T9_S(}#y#zS.b(m(n!s=l$Z$n'X)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SU$fd)_,mS(p#p'iU*v%R(w4OU0m+O.n7gQ5^0xQ7V3`Q9d7YR:s9em!tQ!r!v!y!z'`'l'm'n-e-u1o5{5}Q't!uS(f#g2US-s'k'wQ/s*]Q0R*jQ3U-vQ4f/tQ4r0TQ4s0UQ4x0^Q7r4`S7}4t4vS8R4y4{Q9r7sQ9v7yQ9{8OQ:Q8TS:{9w9xS;g:|;PS;s;h;iS;{;t;uS<P;|;}R<S<QQ#wbQ's!uS(e#g2US(g#m+WQ+Y%fQ+j%xQ+p&OU-r'k't'wQ.W(fU/r*]*`/wQ0S*jQ0V*lQ1O+kQ1u,aS3R-s-vQ3Z.`S4e/s/tQ4n0PS4q0R0^Q4u0WQ6W1vQ7P3US7q4`4bQ7u4fU7|4r4x4{Q8P4wQ8v6XS9q7r7sQ9u7yQ9}8RQ:O8SQ:c8wQ:y9rS:z9v9xQ;S:QQ;^:dS;f:{;PS;r;g;hS;z;s;uS<O;{;}Q<R<PQ<T<SQ=o=jQ={=tR=|=uV!wQ'`-e%^aOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&o&r&t&u&w&{'T'b'r(T(V(](d(x(z)O)}*i+X+]+g,p,s,x-i-q.P.V.g.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3d3l4z6T6e6f6i6|7[8t9T9_S#wz!j!r=i$Z$n'X)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SR=o>R%^bOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&o&r&t&u&w&{'T'b'r(T(V(](d(x(z)O)}*i+X+]+g,p,s,x-i-q.P.V.g.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3d3l4z6T6e6f6i6|7[8t9T9_Q%fj!^%xy!i!u%{%|%}'V'e'f'g'k'u*j+n+o-Y-l-m-t0R0U1R2u2|3T4r4s4v7}9{S&Oz!jQ+k%yQ,a&dW1v,b,c,d,eU6X1w1x1yS8w6Y6ZQ:d8x!r=j$Z$n'X)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SQ=t>QR=u>R%QeOPXYstuvw!Z!`!g!o#S#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&r&t&u&w&{'T'b'r(V(](d(x(z)O)}*i+X+]+g,p,s,x-i-q.P.V.g.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3d3l4z6T6e6f6i6|7[8t9T9_Y#bWZ#W#Z(T!b%jm#h#i#l$x%e%h(^(h(i(j*Y*^*b+Z+[+^,o-V.T.Z.[.]._/m/p2d3[3]4a6r7TQ,n&o!p=k$Z$n)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SR=n'XU']!e%i*ZR2s-`%SdOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&r&t&u&w&{'T'b'r(T(V(](d(x(z)O)}*i+X+],p,s,x-i-q.P.V.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3l4z6T6e6f6i6|8t9T9_!r)_$Z$n'X)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SQ,m&oQ0x+gQ3`.gQ7Y3dR9e7[!b$Tc#Y%q(S(Y(t(y)Z)[)`)g+x-x-}.S.U.s.v/b0p3O3V3k3{5X5c6{7Q7a9]:o<W!P<d)^)q-Z.|2k2n3p3y3z4P4X6u7b7k7l8k9X9g9m9n;W;`=v!f$Vc#Y%q(S(Y(t(y)W)X)Z)[)`)g+x-x-}.S.U.s.v/b0p3O3V3k3{5X5c6{7Q7a9]:o<W!T<f)^)q-Z.|2k2n3p3v3w3y3z4P4X6u7b7k7l8k9X9g9m9n;W;`=v!^$Zc#Y%q(S(Y(t(y)`)g+x-x-}.S.U.s.v/b0p3O3V3k3{5X5c6{7Q7a9]:o<WQ4_/kz>S)^)q-Z.|2k2n3p4P4X6u7b7k7l8k9X9g9m9n;W;`=vQ>X>ZR>Y>['QkOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SS$oh$pR4U/U'XgOPWXYZhstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n$p%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/U/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>ST$kf$qQ$ifS)j$l)nR)v$qT$jf$qT)l$l)n'XhOPWXYZhstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n$p%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/U/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>ST$oh$pQ$rhR)u$p%^jOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&o&r&t&u&w&{'T'b'r(T(V(](d(x(z)O)}*i+X+]+g,p,s,x-i-q.P.V.g.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3d3l4z6T6e6f6i6|7[8t9T9_!s>Q$Z$n'X)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>S#glOPXZst!Z!`!o#S#d#o#{$n%m&k&n&o&r&t&u&w&{'T'b)O)s*i+]+g,p,s,x-i.g/V/n0]0l1r2S2T2V2X2[2_2a3d4T4z6T6e6f6i7[8t9T!U%Ri$d%O%Q%^%_%c*R*T*a*w*x/P/x0`0b0i0j0o4_5Q8V9p>P>X>Y#f(w#v$b$c$x${)y*V*Y*g+f+i,S,V.f/d/m/y/{1f1i1q3c4^4j4o5[5_6S7W7v8Q8[8q9b9y:P:`:r;Q;[;d;k<o<q<u<w<y=S=U=X=]=_=a=c=g>]>^Q+T%aQ/c*Oo4O<l<m<p<r<v<x<z=T=V=Y=^=`=b=d=h!U$yi$d%O%Q%^%_%c*R*T*a*w*x/P/x0`0b0i0j0o4_5Q8V9p>P>X>YQ*c$zU*l$|*Z*oQ+U%bQ0W*m#f=q#v$b$c$x${)y*V*Y*g+f+i,S,V.f/d/m/y/{1f1i1q3c4^4j4o5[5_6S7W7v8Q8[8q9b9y:P:`:r;Q;[;d;k<o<q<u<w<y=S=U=X=]=_=a=c=g>]>^n=r<l<m<p<r<v<x<z=T=V=Y=^=`=b=d=hQ=w>TQ=x>UQ=y>VR=z>W!U%Ri$d%O%Q%^%_%c*R*T*a*w*x/P/x0`0b0i0j0o4_5Q8V9p>P>X>Y#f(w#v$b$c$x${)y*V*Y*g+f+i,S,V.f/d/m/y/{1f1i1q3c4^4j4o5[5_6S7W7v8Q8[8q9b9y:P:`:r;Q;[;d;k<o<q<u<w<y=S=U=X=]=_=a=c=g>]>^o4O<l<m<p<r<v<x<z=T=V=Y=^=`=b=d=hnoOXst!Z#d%m&r&t&u&w,s,x2[2_S*f${*YQ-R'OQ-S'QR4i/y%[%Si#v$b$c$d$x${%O%Q%^%_%c)y*R*T*V*Y*a*g*w*x+f+i,S,V.f/P/d/m/x/y/{0`0b0i0j0o1f1i1q3c4^4_4j4o5Q5[5_6S7W7v8Q8V8[8q9b9p9y:P:`:r;Q;[;d;k<l<m<o<p<q<r<u<v<w<x<y<z=S=T=U=V=X=Y=]=^=_=`=a=b=c=d=g=h>P>X>Y>]>^Q,U&]Q1h,WQ5s1gR8h5tV*n$|*Z*oU*n$|*Z*oT5z1o5{S0P*i/nQ4w0]T8S4z:]Q+j%xQ0V*lQ1O+kQ1u,aQ6W1vQ8v6XQ:c8wR;^:d!U%Oi$d%O%Q%^%_%c*R*T*a*w*x/P/x0`0b0i0j0o4_5Q8V9p>P>X>Yx*R$v)e*S*u+V/v0d0e4R4g5R5S5W7p8U:R:x=p=}>OS0`*t0a#f<o#v$b$c$x${)y*V*Y*g+f+i,S,V.f/d/m/y/{1f1i1q3c4^4j4o5[5_6S7W7v8Q8[8q9b9y:P:`:r;Q;[;d;k<o<q<u<w<y=S=U=X=]=_=a=c=g>]>^n<p<l<m<p<r<v<x<z=T=V=Y=^=`=b=d=h!d=S(u)c*[*e.j.m.q/_/k/|0v1e3h4[4h4l5r7]7`7w7z8X8Z9t9|:S:};R;e;j;v>Z>[`=T3}7c7f7j9h:t:w;yS=_.l3iT=`7e9k!U%Qi$d%O%Q%^%_%c*R*T*a*w*x/P/x0`0b0i0j0o4_5Q8V9p>P>X>Y|*T$v)e*U*t+V/g/v0d0e4R4g4|5R5S5W7p8U:R:x=p=}>OS0b*u0c#f<q#v$b$c$x${)y*V*Y*g+f+i,S,V.f/d/m/y/{1f1i1q3c4^4j4o5[5_6S7W7v8Q8[8q9b9y:P:`:r;Q;[;d;k<o<q<u<w<y=S=U=X=]=_=a=c=g>]>^n<r<l<m<p<r<v<x<z=T=V=Y=^=`=b=d=h!h=U(u)c*[*e.k.l.q/_/k/|0v1e3f3h4[4h4l5r7]7^7`7w7z8X8Z9t9|:S:};R;e;j;v>Z>[d=V3}7d7e7j9h9i:t:u:w;yS=a.m3jT=b7f9lrnOXst!V!Z#d%m&i&r&t&u&w,s,x2[2_Q&f!UR,p&ornOXst!V!Z#d%m&i&r&t&u&w,s,x2[2_R&f!UQ,Y&^R1d,RsnOXst!V!Z#d%m&i&r&t&u&w,s,x2[2_Q1p,_S6R1s1tU8p6P6Q6US:_8r8sS;Y:^:aQ;m;ZR;w;nQ&m!VR,i&iR6_1|R:f8yW&Q|&V&W,OR1Z+vQ&r!WR,s&sR,y&xT2],x2_R,}&yQ,|&yR2f,}Q'y!{R-y'ySsOtQ#dXT%ps#dQ#OTR'{#OQ#RUR'}#RQ){$uR/`){Q#UVR(Q#UQ#XWU(W#X(X.QQ(X#YR.Q(YQ-^'YR2r-^Q.u(yS3m.u3nR3n.vQ-e'`R2v-eY!rQ'`-e1o5{R'j!rQ/Q)eR4S/QU#_W%h*YU(_#_(`.RQ(`#`R.R(ZQ-a']R2t-at`OXst!V!Z#d%m&i&k&r&t&u&w,s,x2[2_S#hZ%eU#r`#h.[R.[(jQ(k#jQ.X(gW.a(k.X3X7RQ3X.YR7R3YQ)n$lR/W)nQ$phR)t$pQ$`cU)a$`-|<jQ-|<WR<j)qQ/q*]W4c/q4d7t9sU4d/r/s/tS7t4e4fR9s7u$e*Q$v(u)c)e*[*e*t*u+Q+R+V.l.m.o.p.q/_/g/i/k/v/|0d0e0v1e3f3g3h3}4R4[4g4h4l4|5O5R5S5W5r7]7^7_7`7e7f7h7i7j7p7w7z8U8X8Z9h9i9j9t9|:R:S:t:u:v:w:x:};R;e;j;v;y=p=}>O>Z>[Q/z*eU4k/z4m7xQ4m/|R7x4lS*o$|*ZR0Y*ox*S$v)e*t*u+V/v0d0e4R4g5R5S5W7p8U:R:x=p=}>O!d.j(u)c*[*e.l.m.q/_/k/|0v1e3h4[4h4l5r7]7`7w7z8X8Z9t9|:S:};R;e;j;v>Z>[U/h*S.j7ca7c3}7e7f7j9h:t:w;yQ0a*tQ3i.lU4}0a3i9kR9k7e|*U$v)e*t*u+V/g/v0d0e4R4g4|5R5S5W7p8U:R:x=p=}>O!h.k(u)c*[*e.l.m.q/_/k/|0v1e3f3h4[4h4l5r7]7^7`7w7z8X8Z9t9|:S:};R;e;j;v>Z>[U/j*U.k7de7d3}7e7f7j9h9i:t:u:w;yQ0c*uQ3j.mU5P0c3j9lR9l7fQ*z%UR0g*zQ5]0vR8Y5]Q+_%kR0u+_Q5v1jS8j5v:[R:[8kQ,[&_R1m,[Q5{1oR8m5{Q1{,fS6]1{8zR8z6_Q1U+rW5h1U5j8a:VQ5j1XQ8a5iR:V8bQ+w&QR1[+wQ2_,xR6m2_YrOXst#dQ&v!ZQ+a%mQ,r&rQ,t&tQ,u&uQ,w&wQ2Y,sS2],x2_R6l2[Q%opQ&z!_Q&}!aQ'P!bQ'R!cQ'q!uQ+`%lQ+l%zQ,Q&XQ,h&mQ-P&|W-p'k's't'wQ-w'oQ0X*nQ1P+mQ1c,PS2O,i,lQ2g-OQ2h-RQ2i-SQ2}-oW3P-r-s-v-xQ5a1QQ5m1_Q5q1eQ6V1uQ6a2QQ6k2ZU6z3O3R3UQ6}3SQ8]5bQ8e5oQ8g5rQ8l5zQ8u6WQ8{6`S9[6{7PQ9^7OQ:W8cQ:b8vQ:g8|Q:n9]Q;U:XQ;]:cQ;a:oQ;l;VR;o;^Q%zyQ'd!iQ'o!uU+m%{%|%}Q-W'VU-k'e'f'gS-o'k'uQ0Q*jS1Q+n+oQ2o-YS2{-l-mQ3S-tS4p0R0UQ5b1RQ6v2uQ6y2|Q7O3TU7{4r4s4vQ9z7}R;O9{S$wi>PR*{%VU%Ui%V>PR0f*yQ$viS(u#v+iS)c$b$cQ)e$dQ*[$xS*e${*YQ*t%OQ*u%QQ+Q%^Q+R%_Q+V%cQ.l<oQ.m<qQ.o<uQ.p<wQ.q<yQ/_)yQ/g*RQ/i*TQ/k*VQ/v*aS/|*g/mQ0d*wQ0e*xl0v+f,V.f1i1q3c6S7W8q9b:`:r;[;dQ1e,SQ3f=SQ3g=UQ3h=XS3}<l<mQ4R/PS4[/d4^Q4g/xQ4h/yQ4l/{Q4|0`Q5O0bQ5R0iQ5S0jQ5W0oQ5r1fQ7]=]Q7^=_Q7_=aQ7`=cQ7e<pQ7f<rQ7h<vQ7i<xQ7j<zQ7p4_Q7w4jQ7z4oQ8U5QQ8X5[Q8Z5_Q9h=YQ9i=TQ9j=VQ9t7vQ9|8QQ:R8VQ:S8[Q:t=^Q:u=`Q:v=bQ:w=dQ:x9pQ:}9yQ;R:PQ;e=gQ;j;QQ;v;kQ;y=hQ=p>PQ=}>XQ>O>YQ>Z>]R>[>^Q+O%]Q.n<sR7g<tnpOXst!Z#d%m&r&t&u&w,s,x2[2_Q!fPS#fZ#oQ&|!`W'h!o*i0]4zQ(P#SQ)Q#{Q)r$nS,l&k&nQ,q&oQ-O&{S-T'T/nQ-g'bQ.x)OQ/[)sQ0s+]Q0y+gQ2W,pQ2y-iQ3a.gQ4W/VQ5U0lQ6Q1rQ6c2SQ6d2TQ6h2VQ6j2XQ6o2aQ7Z3dQ7m4TQ8s6TQ9P6eQ9Q6fQ9S6iQ9f7[Q:a8tR:k9T#[cOPXZst!Z!`!o#d#o#{%m&k&n&o&r&t&u&w&{'T'b)O*i+]+g,p,s,x-i.g/n0]0l1r2S2T2V2X2[2_2a3d4z6T6e6f6i7[8t9TQ#YWQ#eYQ%quQ%svS%uw!gS(S#W(VQ(Y#ZQ(t#uQ(y#xQ)R$OQ)S$PQ)T$QQ)U$RQ)V$SQ)W$TQ)X$UQ)Y$VQ)Z$WQ)[$XQ)^$ZQ)`$_Q)b$aQ)g$eW)q$n)s/V4TQ+d%tQ+x&RS-Z'X2pQ-x'rS-}(T.PQ.S(]Q.U(dQ.s(xQ.v(zQ.z<UQ.|<XQ.}<YQ/O<]Q/b)}Q0p+XQ2k-UQ2n-XQ3O-qQ3V.VQ3k.tQ3p<^Q3q<_Q3r<`Q3s<aQ3t<bQ3u<cQ3v<dQ3w<eQ3x<fQ3y<gQ3z<hQ3{.{Q3|<kQ4P<nQ4Q<{Q4X<iQ5X0rQ5c1SQ6u=OQ6{3QQ7Q3WQ7a3lQ7b=PQ7k=RQ7l=ZQ8k5wQ9X6sQ9]6|Q9g=[Q9m=eQ9n=fQ:o9_Q;W:ZQ;`:mQ<W#SR=v>SR#[WR'Z!el!tQ!r!v!y!z'`'l'm'n-e-u1o5{5}S'V!e-]U*j$|*Z*oS-Y'W'_S0U*k*qQ0^*rQ2u-cQ4v0[R4{0_R({#xQ!fQT-d'`-e]!qQ!r'`-e1o5{Q#p]R'i<VR)f$dY!uQ'`-e1o5{Q'k!rS'u!v!yS'w!z5}S-t'l'mQ-v'nR3T-uT#kZ%eS#jZ%eS%km,oU(g#h#i#lS.Y(h(iQ.^(jQ0t+^Q3Y.ZU3Z.[.]._S7S3[3]R9`7Td#^W#W#Z%h(T(^*Y+Z.T/mr#gZm#h#i#l%e(h(i(j+^.Z.[.]._3[3]7TS*]$x*bQ/t*^Q2U,oQ2l-VQ4`/pQ6q2dQ7s4aQ9W6rT=m'X+[V#aW%h*YU#`W%h*YS(U#W(^U(Z#Z+Z/mS-['X+[T.O(T.TV'^!e%i*ZQ$lfR)x$qT)m$l)nR4V/UT*_$x*bT*h${*YQ0w+fQ1g,VQ3_.fQ5t1iQ6P1qQ7X3cQ8r6SQ9c7WQ:^8qQ:p9bQ;Z:`Q;c:rQ;n;[R;q;dnqOXst!Z#d%m&r&t&u&w,s,x2[2_Q&l!VR,h&itmOXst!U!V!Z#d%m&i&r&t&u&w,s,x2[2_R,o&oT%lm,oR1k,XR,g&gQ&U|S+}&V&WR1^,OR+s&PT&p!W&sT&q!W&sT2^,x2_",nodeNames:"⚠ ArithOp ArithOp ?. JSXStartTag LineComment BlockComment Script Hashbang ExportDeclaration export Star as VariableName String Escape from ; default FunctionDeclaration async function VariableDefinition > < TypeParamList in out const TypeDefinition extends ThisType this LiteralType ArithOp Number BooleanLiteral TemplateType InterpolationEnd Interpolation InterpolationStart NullType null VoidType void TypeofType typeof MemberExpression . PropertyName [ TemplateString Escape Interpolation super RegExp ] ArrayExpression Spread , } { ObjectExpression Property async get set PropertyDefinition Block : NewTarget new NewExpression ) ( ArgList UnaryExpression delete LogicOp BitOp YieldExpression yield AwaitExpression await ParenthesizedExpression ClassExpression class ClassBody MethodDeclaration Decorator @ MemberExpression PrivatePropertyName CallExpression TypeArgList CompareOp < declare Privacy static abstract override PrivatePropertyDefinition PropertyDeclaration readonly accessor Optional TypeAnnotation Equals StaticBlock FunctionExpression ArrowFunction ParamList ParamList ArrayPattern ObjectPattern PatternProperty Privacy readonly Arrow MemberExpression BinaryExpression ArithOp ArithOp ArithOp ArithOp BitOp CompareOp instanceof satisfies CompareOp BitOp BitOp BitOp LogicOp LogicOp ConditionalExpression LogicOp LogicOp AssignmentExpression UpdateOp PostfixExpression CallExpression InstantiationExpression TaggedTemplateExpression DynamicImport import ImportMeta JSXElement JSXSelfCloseEndTag JSXSelfClosingTag JSXIdentifier JSXBuiltin JSXIdentifier JSXNamespacedName JSXMemberExpression JSXSpreadAttribute JSXAttribute JSXAttributeValue JSXEscape JSXEndTag JSXOpenTag JSXFragmentTag JSXText JSXEscape JSXStartCloseTag JSXCloseTag PrefixCast < ArrowFunction TypeParamList SequenceExpression InstantiationExpression KeyofType keyof UniqueType unique ImportType InferredType infer TypeName ParenthesizedType FunctionSignature ParamList NewSignature IndexedType TupleType Label ArrayType ReadonlyType ObjectType MethodType PropertyType IndexSignature PropertyDefinition CallSignature TypePredicate asserts is NewSignature new UnionType LogicOp IntersectionType LogicOp ConditionalType ParameterizedType ClassDeclaration abstract implements type VariableDeclaration let var using TypeAliasDeclaration InterfaceDeclaration interface EnumDeclaration enum EnumBody NamespaceDeclaration namespace module AmbientDeclaration declare GlobalDeclaration global ClassDeclaration ClassBody AmbientFunctionDeclaration ExportGroup VariableName VariableName ImportDeclaration defer ImportGroup ForStatement for ForSpec ForInSpec ForOfSpec of WhileStatement while WithStatement with DoStatement do IfStatement if else SwitchStatement switch SwitchBody CaseLabel case DefaultLabel TryStatement try CatchClause catch FinallyClause finally ReturnStatement return ThrowStatement throw BreakStatement break ContinueStatement continue DebuggerStatement debugger LabeledStatement ExpressionStatement SingleExpression SingleClassItem",maxTerm:380,context:dX,nodeProps:[["isolate",-8,5,6,14,37,39,51,53,55,""],["group",-26,9,17,19,68,207,211,215,216,218,221,224,234,237,243,245,247,249,252,258,264,266,268,270,272,274,275,"Statement",-34,13,14,32,35,36,42,51,54,55,57,62,70,72,76,80,82,84,85,110,111,120,121,136,139,141,142,143,144,145,147,148,167,169,171,"Expression",-23,31,33,37,41,43,45,173,175,177,178,180,181,182,184,185,186,188,189,190,201,203,205,206,"Type",-3,88,103,109,"ClassItem"],["openedBy",23,"<",38,"InterpolationStart",56,"[",60,"{",73,"(",160,"JSXStartCloseTag"],["closedBy",-2,24,168,">",40,"InterpolationEnd",50,"]",61,"}",74,")",165,"JSXEndTag"]],propSources:[yX],skippedNodes:[0,5,6,278],repeatNodeCount:37,tokenData:"$Fq07[R!bOX%ZXY+gYZ-yZ[+g[]%Z]^.c^p%Zpq+gqr/mrs3cst:_tuEruvJSvwLkwx! Yxy!'iyz!(sz{!)}{|!,q|}!.O}!O!,q!O!P!/Y!P!Q!9j!Q!R#:O!R![#<_![!]#I_!]!^#Jk!^!_#Ku!_!`$![!`!a$$v!a!b$*T!b!c$,r!c!}Er!}#O$-|#O#P$/W#P#Q$4o#Q#R$5y#R#SEr#S#T$7W#T#o$8b#o#p$<r#p#q$=h#q#r$>x#r#s$@U#s$f%Z$f$g+g$g#BYEr#BY#BZ$A`#BZ$ISEr$IS$I_$A`$I_$I|Er$I|$I}$Dk$I}$JO$Dk$JO$JTEr$JT$JU$A`$JU$KVEr$KV$KW$A`$KW&FUEr&FU&FV$A`&FV;'SEr;'S;=`I|<%l?HTEr?HT?HU$A`?HUOEr(n%d_$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z&j&hT$i&jO!^&c!_#o&c#p;'S&c;'S;=`&w<%lO&c&j&zP;=`<%l&c'|'U]$i&j(Z!bOY&}YZ&cZw&}wx&cx!^&}!^!_'}!_#O&}#O#P&c#P#o&}#o#p'}#p;'S&};'S;=`(l<%lO&}!b(SU(Z!bOY'}Zw'}x#O'}#P;'S'};'S;=`(f<%lO'}!b(iP;=`<%l'}'|(oP;=`<%l&}'[(y]$i&j(WpOY(rYZ&cZr(rrs&cs!^(r!^!_)r!_#O(r#O#P&c#P#o(r#o#p)r#p;'S(r;'S;=`*a<%lO(rp)wU(WpOY)rZr)rs#O)r#P;'S)r;'S;=`*Z<%lO)rp*^P;=`<%l)r'[*dP;=`<%l(r#S*nX(Wp(Z!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g#S+^P;=`<%l*g(n+dP;=`<%l%Z07[+rq$i&j(Wp(Z!b'|0/lOX%ZXY+gYZ&cZ[+g[p%Zpq+gqr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p$f%Z$f$g+g$g#BY%Z#BY#BZ+g#BZ$IS%Z$IS$I_+g$I_$JT%Z$JT$JU+g$JU$KV%Z$KV$KW+g$KW&FU%Z&FU&FV+g&FV;'S%Z;'S;=`+a<%l?HT%Z?HT?HU+g?HUO%Z07[.ST(X#S$i&j'}0/lO!^&c!_#o&c#p;'S&c;'S;=`&w<%lO&c07[.n_$i&j(Wp(Z!b'}0/lOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z)3p/x`$i&j!p),Q(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`0z!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW1V`#v(Ch$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`2X!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW2d_#v(Ch$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'At3l_(V':f$i&j(Z!bOY4kYZ5qZr4krs7nsw4kwx5qx!^4k!^!_8p!_#O4k#O#P5q#P#o4k#o#p8p#p;'S4k;'S;=`:X<%lO4k(^4r_$i&j(Z!bOY4kYZ5qZr4krs7nsw4kwx5qx!^4k!^!_8p!_#O4k#O#P5q#P#o4k#o#p8p#p;'S4k;'S;=`:X<%lO4k&z5vX$i&jOr5qrs6cs!^5q!^!_6y!_#o5q#o#p6y#p;'S5q;'S;=`7h<%lO5q&z6jT$d`$i&jO!^&c!_#o&c#p;'S&c;'S;=`&w<%lO&c`6|TOr6yrs7]s;'S6y;'S;=`7b<%lO6y`7bO$d``7eP;=`<%l6y&z7kP;=`<%l5q(^7w]$d`$i&j(Z!bOY&}YZ&cZw&}wx&cx!^&}!^!_'}!_#O&}#O#P&c#P#o&}#o#p'}#p;'S&};'S;=`(l<%lO&}!r8uZ(Z!bOY8pYZ6yZr8prs9hsw8pwx6yx#O8p#O#P6y#P;'S8p;'S;=`:R<%lO8p!r9oU$d`(Z!bOY'}Zw'}x#O'}#P;'S'};'S;=`(f<%lO'}!r:UP;=`<%l8p(^:[P;=`<%l4k%9[:hh$i&j(Wp(Z!bOY%ZYZ&cZq%Zqr<Srs&}st%ZtuCruw%Zwx(rx!^%Z!^!_*g!_!c%Z!c!}Cr!}#O%Z#O#P&c#P#R%Z#R#SCr#S#T%Z#T#oCr#o#p*g#p$g%Z$g;'SCr;'S;=`El<%lOCr(r<__WS$i&j(Wp(Z!bOY<SYZ&cZr<Srs=^sw<Swx@nx!^<S!^!_Bm!_#O<S#O#P>`#P#o<S#o#pBm#p;'S<S;'S;=`Cl<%lO<S(Q=g]WS$i&j(Z!bOY=^YZ&cZw=^wx>`x!^=^!^!_?q!_#O=^#O#P>`#P#o=^#o#p?q#p;'S=^;'S;=`@h<%lO=^&n>gXWS$i&jOY>`YZ&cZ!^>`!^!_?S!_#o>`#o#p?S#p;'S>`;'S;=`?k<%lO>`S?XSWSOY?SZ;'S?S;'S;=`?e<%lO?SS?hP;=`<%l?S&n?nP;=`<%l>`!f?xWWS(Z!bOY?qZw?qwx?Sx#O?q#O#P?S#P;'S?q;'S;=`@b<%lO?q!f@eP;=`<%l?q(Q@kP;=`<%l=^'`@w]WS$i&j(WpOY@nYZ&cZr@nrs>`s!^@n!^!_Ap!_#O@n#O#P>`#P#o@n#o#pAp#p;'S@n;'S;=`Bg<%lO@ntAwWWS(WpOYApZrAprs?Ss#OAp#O#P?S#P;'SAp;'S;=`Ba<%lOAptBdP;=`<%lAp'`BjP;=`<%l@n#WBvYWS(Wp(Z!bOYBmZrBmrs?qswBmwxApx#OBm#O#P?S#P;'SBm;'S;=`Cf<%lOBm#WCiP;=`<%lBm(rCoP;=`<%l<S%9[C}i$i&j(o%1l(Wp(Z!bOY%ZYZ&cZr%Zrs&}st%ZtuCruw%Zwx(rx!Q%Z!Q![Cr![!^%Z!^!_*g!_!c%Z!c!}Cr!}#O%Z#O#P&c#P#R%Z#R#SCr#S#T%Z#T#oCr#o#p*g#p$g%Z$g;'SCr;'S;=`El<%lOCr%9[EoP;=`<%lCr07[FRk$i&j(Wp(Z!b$]#t(T,2j(e$I[OY%ZYZ&cZr%Zrs&}st%ZtuEruw%Zwx(rx}%Z}!OGv!O!Q%Z!Q![Er![!^%Z!^!_*g!_!c%Z!c!}Er!}#O%Z#O#P&c#P#R%Z#R#SEr#S#T%Z#T#oEr#o#p*g#p$g%Z$g;'SEr;'S;=`I|<%lOEr+dHRk$i&j(Wp(Z!b$]#tOY%ZYZ&cZr%Zrs&}st%ZtuGvuw%Zwx(rx}%Z}!OGv!O!Q%Z!Q![Gv![!^%Z!^!_*g!_!c%Z!c!}Gv!}#O%Z#O#P&c#P#R%Z#R#SGv#S#T%Z#T#oGv#o#p*g#p$g%Z$g;'SGv;'S;=`Iv<%lOGv+dIyP;=`<%lGv07[JPP;=`<%lEr(KWJ_`$i&j(Wp(Z!b#p(ChOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KWKl_$i&j$Q(Ch(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z,#xLva(z+JY$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sv%ZvwM{wx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KWNW`$i&j#z(Ch(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'At! c_(Y';W$i&j(WpOY!!bYZ!#hZr!!brs!#hsw!!bwx!$xx!^!!b!^!_!%z!_#O!!b#O#P!#h#P#o!!b#o#p!%z#p;'S!!b;'S;=`!'c<%lO!!b'l!!i_$i&j(WpOY!!bYZ!#hZr!!brs!#hsw!!bwx!$xx!^!!b!^!_!%z!_#O!!b#O#P!#h#P#o!!b#o#p!%z#p;'S!!b;'S;=`!'c<%lO!!b&z!#mX$i&jOw!#hwx6cx!^!#h!^!_!$Y!_#o!#h#o#p!$Y#p;'S!#h;'S;=`!$r<%lO!#h`!$]TOw!$Ywx7]x;'S!$Y;'S;=`!$l<%lO!$Y`!$oP;=`<%l!$Y&z!$uP;=`<%l!#h'l!%R]$d`$i&j(WpOY(rYZ&cZr(rrs&cs!^(r!^!_)r!_#O(r#O#P&c#P#o(r#o#p)r#p;'S(r;'S;=`*a<%lO(r!Q!&PZ(WpOY!%zYZ!$YZr!%zrs!$Ysw!%zwx!&rx#O!%z#O#P!$Y#P;'S!%z;'S;=`!']<%lO!%z!Q!&yU$d`(WpOY)rZr)rs#O)r#P;'S)r;'S;=`*Z<%lO)r!Q!'`P;=`<%l!%z'l!'fP;=`<%l!!b/5|!'t_!l/.^$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z#&U!)O_!k!Lf$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z-!n!*[b$i&j(Wp(Z!b(U%&f#q(ChOY%ZYZ&cZr%Zrs&}sw%Zwx(rxz%Zz{!+d{!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW!+o`$i&j(Wp(Z!b#n(ChOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z+;x!,|`$i&j(Wp(Z!br+4YOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z,$U!.Z_!]+Jf$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z07[!/ec$i&j(Wp(Z!b!Q.2^OY%ZYZ&cZr%Zrs&}sw%Zwx(rx!O%Z!O!P!0p!P!Q%Z!Q![!3Y![!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z#%|!0ya$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!O%Z!O!P!2O!P!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z#%|!2Z_![!L^$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad!3eg$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![!3Y![!^%Z!^!_*g!_!g%Z!g!h!4|!h#O%Z#O#P&c#P#R%Z#R#S!3Y#S#X%Z#X#Y!4|#Y#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad!5Vg$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx{%Z{|!6n|}%Z}!O!6n!O!Q%Z!Q![!8S![!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S!8S#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad!6wc$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![!8S![!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S!8S#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad!8_c$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![!8S![!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S!8S#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z07[!9uf$i&j(Wp(Z!b#o(ChOY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Lcxz!;Zz{#-}{!P!;Z!P!Q#/d!Q!^!;Z!^!_#(i!_!`#7S!`!a#8i!a!}!;Z!}#O#,f#O#P!Dy#P#o!;Z#o#p#(i#p;'S!;Z;'S;=`#-w<%lO!;Z?O!;fb$i&j(Wp(Z!b!X7`OY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Lcx!P!;Z!P!Q#&`!Q!^!;Z!^!_#(i!_!}!;Z!}#O#,f#O#P!Dy#P#o!;Z#o#p#(i#p;'S!;Z;'S;=`#-w<%lO!;Z>^!<w`$i&j(Z!b!X7`OY!<nYZ&cZw!<nwx!=yx!P!<n!P!Q!Eq!Q!^!<n!^!_!Gr!_!}!<n!}#O!KS#O#P!Dy#P#o!<n#o#p!Gr#p;'S!<n;'S;=`!L]<%lO!<n<z!>Q^$i&j!X7`OY!=yYZ&cZ!P!=y!P!Q!>|!Q!^!=y!^!_!@c!_!}!=y!}#O!CW#O#P!Dy#P#o!=y#o#p!@c#p;'S!=y;'S;=`!Ek<%lO!=y<z!?Td$i&j!X7`O!^&c!_#W&c#W#X!>|#X#Z&c#Z#[!>|#[#]&c#]#^!>|#^#a&c#a#b!>|#b#g&c#g#h!>|#h#i&c#i#j!>|#j#k!>|#k#m&c#m#n!>|#n#o&c#p;'S&c;'S;=`&w<%lO&c7`!@hX!X7`OY!@cZ!P!@c!P!Q!AT!Q!}!@c!}#O!Ar#O#P!Bq#P;'S!@c;'S;=`!CQ<%lO!@c7`!AYW!X7`#W#X!AT#Z#[!AT#]#^!AT#a#b!AT#g#h!AT#i#j!AT#j#k!AT#m#n!AT7`!AuVOY!ArZ#O!Ar#O#P!B[#P#Q!@c#Q;'S!Ar;'S;=`!Bk<%lO!Ar7`!B_SOY!ArZ;'S!Ar;'S;=`!Bk<%lO!Ar7`!BnP;=`<%l!Ar7`!BtSOY!@cZ;'S!@c;'S;=`!CQ<%lO!@c7`!CTP;=`<%l!@c<z!C][$i&jOY!CWYZ&cZ!^!CW!^!_!Ar!_#O!CW#O#P!DR#P#Q!=y#Q#o!CW#o#p!Ar#p;'S!CW;'S;=`!Ds<%lO!CW<z!DWX$i&jOY!CWYZ&cZ!^!CW!^!_!Ar!_#o!CW#o#p!Ar#p;'S!CW;'S;=`!Ds<%lO!CW<z!DvP;=`<%l!CW<z!EOX$i&jOY!=yYZ&cZ!^!=y!^!_!@c!_#o!=y#o#p!@c#p;'S!=y;'S;=`!Ek<%lO!=y<z!EnP;=`<%l!=y>^!Ezl$i&j(Z!b!X7`OY&}YZ&cZw&}wx&cx!^&}!^!_'}!_#O&}#O#P&c#P#W&}#W#X!Eq#X#Z&}#Z#[!Eq#[#]&}#]#^!Eq#^#a&}#a#b!Eq#b#g&}#g#h!Eq#h#i&}#i#j!Eq#j#k!Eq#k#m&}#m#n!Eq#n#o&}#o#p'}#p;'S&};'S;=`(l<%lO&}8r!GyZ(Z!b!X7`OY!GrZw!Grwx!@cx!P!Gr!P!Q!Hl!Q!}!Gr!}#O!JU#O#P!Bq#P;'S!Gr;'S;=`!J|<%lO!Gr8r!Hse(Z!b!X7`OY'}Zw'}x#O'}#P#W'}#W#X!Hl#X#Z'}#Z#[!Hl#[#]'}#]#^!Hl#^#a'}#a#b!Hl#b#g'}#g#h!Hl#h#i'}#i#j!Hl#j#k!Hl#k#m'}#m#n!Hl#n;'S'};'S;=`(f<%lO'}8r!JZX(Z!bOY!JUZw!JUwx!Arx#O!JU#O#P!B[#P#Q!Gr#Q;'S!JU;'S;=`!Jv<%lO!JU8r!JyP;=`<%l!JU8r!KPP;=`<%l!Gr>^!KZ^$i&j(Z!bOY!KSYZ&cZw!KSwx!CWx!^!KS!^!_!JU!_#O!KS#O#P!DR#P#Q!<n#Q#o!KS#o#p!JU#p;'S!KS;'S;=`!LV<%lO!KS>^!LYP;=`<%l!KS>^!L`P;=`<%l!<n=l!Ll`$i&j(Wp!X7`OY!LcYZ&cZr!Lcrs!=ys!P!Lc!P!Q!Mn!Q!^!Lc!^!_# o!_!}!Lc!}#O#%P#O#P!Dy#P#o!Lc#o#p# o#p;'S!Lc;'S;=`#&Y<%lO!Lc=l!Mwl$i&j(Wp!X7`OY(rYZ&cZr(rrs&cs!^(r!^!_)r!_#O(r#O#P&c#P#W(r#W#X!Mn#X#Z(r#Z#[!Mn#[#](r#]#^!Mn#^#a(r#a#b!Mn#b#g(r#g#h!Mn#h#i(r#i#j!Mn#j#k!Mn#k#m(r#m#n!Mn#n#o(r#o#p)r#p;'S(r;'S;=`*a<%lO(r8Q# vZ(Wp!X7`OY# oZr# ors!@cs!P# o!P!Q#!i!Q!}# o!}#O#$R#O#P!Bq#P;'S# o;'S;=`#$y<%lO# o8Q#!pe(Wp!X7`OY)rZr)rs#O)r#P#W)r#W#X#!i#X#Z)r#Z#[#!i#[#])r#]#^#!i#^#a)r#a#b#!i#b#g)r#g#h#!i#h#i)r#i#j#!i#j#k#!i#k#m)r#m#n#!i#n;'S)r;'S;=`*Z<%lO)r8Q#$WX(WpOY#$RZr#$Rrs!Ars#O#$R#O#P!B[#P#Q# o#Q;'S#$R;'S;=`#$s<%lO#$R8Q#$vP;=`<%l#$R8Q#$|P;=`<%l# o=l#%W^$i&j(WpOY#%PYZ&cZr#%Prs!CWs!^#%P!^!_#$R!_#O#%P#O#P!DR#P#Q!Lc#Q#o#%P#o#p#$R#p;'S#%P;'S;=`#&S<%lO#%P=l#&VP;=`<%l#%P=l#&]P;=`<%l!Lc?O#&kn$i&j(Wp(Z!b!X7`OY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#W%Z#W#X#&`#X#Z%Z#Z#[#&`#[#]%Z#]#^#&`#^#a%Z#a#b#&`#b#g%Z#g#h#&`#h#i%Z#i#j#&`#j#k#&`#k#m%Z#m#n#&`#n#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z9d#(r](Wp(Z!b!X7`OY#(iZr#(irs!Grsw#(iwx# ox!P#(i!P!Q#)k!Q!}#(i!}#O#+`#O#P!Bq#P;'S#(i;'S;=`#,`<%lO#(i9d#)th(Wp(Z!b!X7`OY*gZr*grs'}sw*gwx)rx#O*g#P#W*g#W#X#)k#X#Z*g#Z#[#)k#[#]*g#]#^#)k#^#a*g#a#b#)k#b#g*g#g#h#)k#h#i*g#i#j#)k#j#k#)k#k#m*g#m#n#)k#n;'S*g;'S;=`+Z<%lO*g9d#+gZ(Wp(Z!bOY#+`Zr#+`rs!JUsw#+`wx#$Rx#O#+`#O#P!B[#P#Q#(i#Q;'S#+`;'S;=`#,Y<%lO#+`9d#,]P;=`<%l#+`9d#,cP;=`<%l#(i?O#,o`$i&j(Wp(Z!bOY#,fYZ&cZr#,frs!KSsw#,fwx#%Px!^#,f!^!_#+`!_#O#,f#O#P!DR#P#Q!;Z#Q#o#,f#o#p#+`#p;'S#,f;'S;=`#-q<%lO#,f?O#-tP;=`<%l#,f?O#-zP;=`<%l!;Z07[#.[b$i&j(Wp(Z!b(O0/l!X7`OY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Lcx!P!;Z!P!Q#&`!Q!^!;Z!^!_#(i!_!}!;Z!}#O#,f#O#P!Dy#P#o!;Z#o#p#(i#p;'S!;Z;'S;=`#-w<%lO!;Z07[#/o_$i&j(Wp(Z!bT0/lOY#/dYZ&cZr#/drs#0nsw#/dwx#4Ox!^#/d!^!_#5}!_#O#/d#O#P#1p#P#o#/d#o#p#5}#p;'S#/d;'S;=`#6|<%lO#/d06j#0w]$i&j(Z!bT0/lOY#0nYZ&cZw#0nwx#1px!^#0n!^!_#3R!_#O#0n#O#P#1p#P#o#0n#o#p#3R#p;'S#0n;'S;=`#3x<%lO#0n05W#1wX$i&jT0/lOY#1pYZ&cZ!^#1p!^!_#2d!_#o#1p#o#p#2d#p;'S#1p;'S;=`#2{<%lO#1p0/l#2iST0/lOY#2dZ;'S#2d;'S;=`#2u<%lO#2d0/l#2xP;=`<%l#2d05W#3OP;=`<%l#1p01O#3YW(Z!bT0/lOY#3RZw#3Rwx#2dx#O#3R#O#P#2d#P;'S#3R;'S;=`#3r<%lO#3R01O#3uP;=`<%l#3R06j#3{P;=`<%l#0n05x#4X]$i&j(WpT0/lOY#4OYZ&cZr#4Ors#1ps!^#4O!^!_#5Q!_#O#4O#O#P#1p#P#o#4O#o#p#5Q#p;'S#4O;'S;=`#5w<%lO#4O00^#5XW(WpT0/lOY#5QZr#5Qrs#2ds#O#5Q#O#P#2d#P;'S#5Q;'S;=`#5q<%lO#5Q00^#5tP;=`<%l#5Q05x#5zP;=`<%l#4O01p#6WY(Wp(Z!bT0/lOY#5}Zr#5}rs#3Rsw#5}wx#5Qx#O#5}#O#P#2d#P;'S#5};'S;=`#6v<%lO#5}01p#6yP;=`<%l#5}07[#7PP;=`<%l#/d)3h#7ab$i&j$Q(Ch(Wp(Z!b!X7`OY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Lcx!P!;Z!P!Q#&`!Q!^!;Z!^!_#(i!_!}!;Z!}#O#,f#O#P!Dy#P#o!;Z#o#p#(i#p;'S!;Z;'S;=`#-w<%lO!;ZAt#8vb$Z#t$i&j(Wp(Z!b!X7`OY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Lcx!P!;Z!P!Q#&`!Q!^!;Z!^!_#(i!_!}!;Z!}#O#,f#O#P!Dy#P#o!;Z#o#p#(i#p;'S!;Z;'S;=`#-w<%lO!;Z'Ad#:Zp$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!O%Z!O!P!3Y!P!Q%Z!Q![#<_![!^%Z!^!_*g!_!g%Z!g!h!4|!h#O%Z#O#P&c#P#R%Z#R#S#<_#S#U%Z#U#V#?i#V#X%Z#X#Y!4|#Y#b%Z#b#c#>_#c#d#Bq#d#l%Z#l#m#Es#m#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#<jk$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!O%Z!O!P!3Y!P!Q%Z!Q![#<_![!^%Z!^!_*g!_!g%Z!g!h!4|!h#O%Z#O#P&c#P#R%Z#R#S#<_#S#X%Z#X#Y!4|#Y#b%Z#b#c#>_#c#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#>j_$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#?rd$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q!R#AQ!R!S#AQ!S!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S#AQ#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#A]f$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q!R#AQ!R!S#AQ!S!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S#AQ#S#b%Z#b#c#>_#c#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#Bzc$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q!Y#DV!Y!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S#DV#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#Dbe$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q!Y#DV!Y!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S#DV#S#b%Z#b#c#>_#c#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#E|g$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![#Ge![!^%Z!^!_*g!_!c%Z!c!i#Ge!i#O%Z#O#P&c#P#R%Z#R#S#Ge#S#T%Z#T#Z#Ge#Z#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#Gpi$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![#Ge![!^%Z!^!_*g!_!c%Z!c!i#Ge!i#O%Z#O#P&c#P#R%Z#R#S#Ge#S#T%Z#T#Z#Ge#Z#b%Z#b#c#>_#c#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z*)x#Il_!g$b$i&j$O)Lv(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z)[#Jv_al$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z04f#LS^h#)`#R-<U(Wp(Z!b$n7`OY*gZr*grs'}sw*gwx)rx!P*g!P!Q#MO!Q!^*g!^!_#Mt!_!`$ f!`#O*g#P;'S*g;'S;=`+Z<%lO*g(n#MXX$k&j(Wp(Z!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g(El#M}Z#r(Ch(Wp(Z!bOY*gZr*grs'}sw*gwx)rx!_*g!_!`#Np!`#O*g#P;'S*g;'S;=`+Z<%lO*g(El#NyX$Q(Ch(Wp(Z!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g(El$ oX#s(Ch(Wp(Z!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g*)x$!ga#`*!Y$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`0z!`!a$#l!a#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(K[$#w_#k(Cl$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z*)x$%Vag!*r#s(Ch$f#|$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`$&[!`!a$'f!a#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW$&g_#s(Ch$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW$'qa#r(Ch$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`!a$(v!a#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW$)R`#r(Ch$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(Kd$*`a(r(Ct$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!a%Z!a!b$+e!b#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW$+p`$i&j#{(Ch(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z%#`$,}_!|$Ip$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z04f$.X_!S0,v$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(n$/]Z$i&jO!^$0O!^!_$0f!_#i$0O#i#j$0k#j#l$0O#l#m$2^#m#o$0O#o#p$0f#p;'S$0O;'S;=`$4i<%lO$0O(n$0VT_#S$i&jO!^&c!_#o&c#p;'S&c;'S;=`&w<%lO&c#S$0kO_#S(n$0p[$i&jO!Q&c!Q![$1f![!^&c!_!c&c!c!i$1f!i#T&c#T#Z$1f#Z#o&c#o#p$3|#p;'S&c;'S;=`&w<%lO&c(n$1kZ$i&jO!Q&c!Q![$2^![!^&c!_!c&c!c!i$2^!i#T&c#T#Z$2^#Z#o&c#p;'S&c;'S;=`&w<%lO&c(n$2cZ$i&jO!Q&c!Q![$3U![!^&c!_!c&c!c!i$3U!i#T&c#T#Z$3U#Z#o&c#p;'S&c;'S;=`&w<%lO&c(n$3ZZ$i&jO!Q&c!Q![$0O![!^&c!_!c&c!c!i$0O!i#T&c#T#Z$0O#Z#o&c#p;'S&c;'S;=`&w<%lO&c#S$4PR!Q![$4Y!c!i$4Y#T#Z$4Y#S$4]S!Q![$4Y!c!i$4Y#T#Z$4Y#q#r$0f(n$4lP;=`<%l$0O#1[$4z_!Y#)l$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW$6U`#x(Ch$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z+;p$7c_$i&j(Wp(Z!b(a+4QOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z07[$8qk$i&j(Wp(Z!b(T,2j$_#t(e$I[OY%ZYZ&cZr%Zrs&}st%Ztu$8buw%Zwx(rx}%Z}!O$:f!O!Q%Z!Q![$8b![!^%Z!^!_*g!_!c%Z!c!}$8b!}#O%Z#O#P&c#P#R%Z#R#S$8b#S#T%Z#T#o$8b#o#p*g#p$g%Z$g;'S$8b;'S;=`$<l<%lO$8b+d$:qk$i&j(Wp(Z!b$_#tOY%ZYZ&cZr%Zrs&}st%Ztu$:fuw%Zwx(rx}%Z}!O$:f!O!Q%Z!Q![$:f![!^%Z!^!_*g!_!c%Z!c!}$:f!}#O%Z#O#P&c#P#R%Z#R#S$:f#S#T%Z#T#o$:f#o#p*g#p$g%Z$g;'S$:f;'S;=`$<f<%lO$:f+d$<iP;=`<%l$:f07[$<oP;=`<%l$8b#Jf$<{X!_#Hb(Wp(Z!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g,#x$=sa(y+JY$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p#q$+e#q;'S%Z;'S;=`+a<%lO%Z)>v$?V_!^(CdvBr$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z?O$@a_!q7`$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z07[$Aq|$i&j(Wp(Z!b'|0/l$]#t(T,2j(e$I[OX%ZXY+gYZ&cZ[+g[p%Zpq+gqr%Zrs&}st%ZtuEruw%Zwx(rx}%Z}!OGv!O!Q%Z!Q![Er![!^%Z!^!_*g!_!c%Z!c!}Er!}#O%Z#O#P&c#P#R%Z#R#SEr#S#T%Z#T#oEr#o#p*g#p$f%Z$f$g+g$g#BYEr#BY#BZ$A`#BZ$ISEr$IS$I_$A`$I_$JTEr$JT$JU$A`$JU$KVEr$KV$KW$A`$KW&FUEr&FU&FV$A`&FV;'SEr;'S;=`I|<%l?HTEr?HT?HU$A`?HUOEr07[$D|k$i&j(Wp(Z!b'}0/l$]#t(T,2j(e$I[OY%ZYZ&cZr%Zrs&}st%ZtuEruw%Zwx(rx}%Z}!OGv!O!Q%Z!Q![Er![!^%Z!^!_*g!_!c%Z!c!}Er!}#O%Z#O#P&c#P#R%Z#R#SEr#S#T%Z#T#oEr#o#p*g#p$g%Z$g;'SEr;'S;=`I|<%lOEr",tokenizers:[pX,gX,OX,xX,2,3,4,5,6,7,8,9,10,11,12,13,14,mX,new rf("$S~RRtu[#O#Pg#S#T#|~_P#o#pb~gOx~~jVO#i!P#i#j!U#j#l!P#l#m!q#m;'S!P;'S;=`#v<%lO!P~!UO!U~~!XS!Q![!e!c!i!e#T#Z!e#o#p#Z~!hR!Q![!q!c!i!q#T#Z!q~!tR!Q![!}!c!i!}#T#Z!}~#QR!Q![!P!c!i!P#T#Z!P~#^R!Q![#g!c!i#g#T#Z#g~#jS!Q![#g!c!i#g#T#Z#g#q#r!P~#yP;=`<%l!P~$RO(c~~",141,340),new rf("j~RQYZXz{^~^O(Q~~aP!P!Qd~iO(R~~",25,323)],topRules:{Script:[0,7],SingleExpression:[1,276],SingleClassItem:[2,277]},dialects:{jsx:0,ts:15175},dynamicPrecedences:{80:1,82:1,94:1,169:1,199:1},specialized:[{term:327,get:t=>bX[t]||-1},{term:343,get:t=>vX[t]||-1},{term:95,get:t=>SX[t]||-1}],tokenPrec:15201}),g9=[Zn("function ${name}(${params}) {\n ${}\n}",{label:"function",detail:"definition",type:"keyword"}),Zn("for (let ${index} = 0; ${index} < ${bound}; ${index}++) {\n ${}\n}",{label:"for",detail:"loop",type:"keyword"}),Zn("for (let ${name} of ${collection}) {\n ${}\n}",{label:"for",detail:"of loop",type:"keyword"}),Zn("do {\n ${}\n} while (${})",{label:"do",detail:"loop",type:"keyword"}),Zn("while (${}) {\n ${}\n}",{label:"while",detail:"loop",type:"keyword"}),Zn(`try {
|
|
104
|
-
\${}
|
|
105
|
-
} catch (\${error}) {
|
|
106
|
-
\${}
|
|
107
|
-
}`,{label:"try",detail:"/ catch block",type:"keyword"}),Zn("if (${}) {\n ${}\n}",{label:"if",detail:"block",type:"keyword"}),Zn(`if (\${}) {
|
|
108
|
-
\${}
|
|
109
|
-
} else {
|
|
110
|
-
\${}
|
|
111
|
-
}`,{label:"if",detail:"/ else block",type:"keyword"}),Zn(`class \${name} {
|
|
112
|
-
constructor(\${params}) {
|
|
113
|
-
\${}
|
|
114
|
-
}
|
|
115
|
-
}`,{label:"class",detail:"definition",type:"keyword"}),Zn('import {${names}} from "${module}"\n${}',{label:"import",detail:"named",type:"keyword"}),Zn('import ${name} from "${module}"\n${}',{label:"import",detail:"default",type:"keyword"})],AX=g9.concat([Zn("interface ${name} {\n ${}\n}",{label:"interface",detail:"definition",type:"keyword"}),Zn("type ${name} = ${type}",{label:"type",detail:"definition",type:"keyword"}),Zn("enum ${name} {\n ${}\n}",{label:"enum",detail:"definition",type:"keyword"})]),P3=new H7,O9=new Set(["Script","Block","FunctionExpression","FunctionDeclaration","ArrowFunction","MethodDeclaration","ForStatement"]);function ac(t){return(e,n)=>{let r=e.node.getChild("VariableDefinition");return r&&n(r,t),!0}}const kX=["FunctionDeclaration"],TX={FunctionDeclaration:ac("function"),ClassDeclaration:ac("class"),ClassExpression:()=>!0,EnumDeclaration:ac("constant"),TypeAliasDeclaration:ac("type"),NamespaceDeclaration:ac("namespace"),VariableDefinition(t,e){t.matchContext(kX)||e(t,"variable")},TypeDefinition(t,e){e(t,"type")},__proto__:null};function x9(t,e){let n=P3.get(e);if(n)return n;let r=[],i=!0;function l(o,c){let f=t.sliceString(o.from,o.to);r.push({label:f,type:c})}return e.cursor(tt.IncludeAnonymous).iterate(o=>{if(i)i=!1;else if(o.name){let c=TX[o.name];if(c&&c(o,l)||O9.has(o.name))return!1}else if(o.to-o.from>8192){for(let c of x9(t,o.node))r.push(c);return!1}}),P3.set(e,r),r}const j3=/^[\w$\xa1-\uffff][\w$\d\xa1-\uffff]*$/,y9=["TemplateString","String","RegExp","LineComment","BlockComment","VariableDefinition","TypeDefinition","Label","PropertyDefinition","PropertyName","PrivatePropertyDefinition","PrivatePropertyName","JSXText","JSXAttributeValue","JSXOpenTag","JSXCloseTag","JSXSelfClosingTag",".","?."];function MX(t){let e=jt(t.state).resolveInner(t.pos,-1);if(y9.indexOf(e.name)>-1)return null;let n=e.name=="VariableName"||e.to-e.from<20&&j3.test(t.state.sliceDoc(e.from,e.to));if(!n&&!t.explicit)return null;let r=[];for(let i=e;i;i=i.parent)O9.has(i.name)&&(r=r.concat(x9(t.state.doc,i)));return{options:r,from:n?e.from:t.pos,validFor:j3}}const ei=qs.define({name:"javascript",parser:wX.configure({props:[Lf.add({IfStatement:x1({except:/^\s*({|else\b)/}),TryStatement:x1({except:/^\s*({|catch\b|finally\b)/}),LabeledStatement:xN,SwitchBody:t=>{let e=t.textAfter,n=/^\s*\}/.test(e),r=/^\s*(case|default)\b/.test(e);return t.baseIndent+(n?0:r?1:2)*t.unit},Block:ON({closing:"}"}),ArrowFunction:t=>t.baseIndent+t.unit,"TemplateString BlockComment":()=>null,"Statement Property":x1({except:/^\s*{/}),JSXElement(t){let e=/^\s*<\//.test(t.textAfter);return t.lineIndent(t.node.from)+(e?0:t.unit)},JSXEscape(t){let e=/\s*\}/.test(t.textAfter);return t.lineIndent(t.node.from)+(e?0:t.unit)},"JSXOpenTag JSXSelfClosingTag"(t){return t.column(t.node.from)+t.unit}}),_f.add({"Block ClassBody SwitchBody EnumBody ObjectExpression ArrayExpression ObjectType":W7,BlockComment(t){return{from:t.from+2,to:t.to-2}},JSXElement(t){let e=t.firstChild;if(!e||e.name=="JSXSelfClosingTag")return null;let n=t.lastChild;return{from:e.to,to:n.type.isError?t.to:n.from}},"JSXSelfClosingTag JSXOpenTag"(t){var e;let n=(e=t.firstChild)===null||e===void 0?void 0:e.nextSibling,r=t.lastChild;return!n||n.type.isError?null:{from:n.to,to:r.type.isError?t.to:r.from}}})]}),languageData:{closeBrackets:{brackets:["(","[","{","'",'"',"`"]},commentTokens:{line:"//",block:{open:"/*",close:"*/"}},indentOnInput:/^\s*(?:case |default:|\{|\}|<\/)$/,wordChars:"$"}}),b9={test:t=>/^JSX/.test(t.name),facet:q7({commentTokens:{block:{open:"{/*",close:"*/}"}}})},v9=ei.configure({dialect:"ts"},"typescript"),S9=ei.configure({dialect:"jsx",props:[Zg.add(t=>t.isTop?[b9]:void 0)]}),w9=ei.configure({dialect:"jsx ts",props:[Zg.add(t=>t.isTop?[b9]:void 0)]},"typescript");let A9=t=>({label:t,type:"keyword"});const k9="break case const continue default delete export extends false finally in instanceof let new return static super switch this throw true typeof var yield".split(" ").map(A9),EX=k9.concat(["declare","implements","private","protected","public"].map(A9));function T9(t={}){let e=t.jsx?t.typescript?w9:S9:t.typescript?v9:ei,n=t.typescript?AX.concat(EX):g9.concat(k9);return new Pg(e,[ei.data.of({autocomplete:cL(y9,oL(n))}),ei.data.of({autocomplete:MX}),t.jsx?CX:[]])}function $X(t){for(;;){if(t.name=="JSXOpenTag"||t.name=="JSXSelfClosingTag"||t.name=="JSXFragmentTag")return t;if(t.name=="JSXEscape"||!t.parent)return null;t=t.parent}}function R3(t,e,n=t.length){for(let r=e==null?void 0:e.firstChild;r;r=r.nextSibling)if(r.name=="JSXIdentifier"||r.name=="JSXBuiltin"||r.name=="JSXNamespacedName"||r.name=="JSXMemberExpression")return t.sliceString(r.from,Math.min(r.to,n));return""}const QX=typeof navigator=="object"&&/Android\b/.test(navigator.userAgent),CX=ve.inputHandler.of((t,e,n,r,i)=>{if((QX?t.composing:t.compositionStarted)||t.state.readOnly||e!=n||r!=">"&&r!="/"||!ei.isActiveAt(t.state,e,-1))return!1;let l=i(),{state:o}=l,c=o.changeByRange(f=>{var m;let{head:p}=f,g=jt(o).resolveInner(p-1,-1),y;if(g.name=="JSXStartTag"&&(g=g.parent),!(o.doc.sliceString(p-1,p)!=r||g.name=="JSXAttributeValue"&&g.to>p)){if(r==">"&&g.name=="JSXFragmentTag")return{range:f,changes:{from:p,insert:"</>"}};if(r=="/"&&g.name=="JSXStartCloseTag"){let v=g.parent,S=v.parent;if(S&&v.from==p-2&&((y=R3(o.doc,S.firstChild,p))||((m=S.firstChild)===null||m===void 0?void 0:m.name)=="JSXFragmentTag")){let w=`${y}>`;return{range:fe.cursor(p+w.length,-1),changes:{from:p,insert:w}}}}else if(r==">"){let v=$X(g);if(v&&v.name=="JSXOpenTag"&&!/^\/?>|^<\//.test(o.doc.sliceString(p,p+2))&&(y=R3(o.doc,v,p)))return{range:f,changes:{from:p,insert:`</${y}>`}}}}return{range:f}});return c.changes.empty?!1:(t.dispatch([l,o.update(c,{userEvent:"input.complete",scrollIntoView:!0})]),!0)}),lc=["_blank","_self","_top","_parent"],i2=["ascii","utf-8","utf-16","latin1","latin1"],a2=["get","post","put","delete"],l2=["application/x-www-form-urlencoded","multipart/form-data","text/plain"],In=["true","false"],Ae={},ZX={a:{attrs:{href:null,ping:null,type:null,media:null,target:lc,hreflang:null}},abbr:Ae,address:Ae,area:{attrs:{alt:null,coords:null,href:null,target:null,ping:null,media:null,hreflang:null,type:null,shape:["default","rect","circle","poly"]}},article:Ae,aside:Ae,audio:{attrs:{src:null,mediagroup:null,crossorigin:["anonymous","use-credentials"],preload:["none","metadata","auto"],autoplay:["autoplay"],loop:["loop"],controls:["controls"]}},b:Ae,base:{attrs:{href:null,target:lc}},bdi:Ae,bdo:Ae,blockquote:{attrs:{cite:null}},body:Ae,br:Ae,button:{attrs:{form:null,formaction:null,name:null,value:null,autofocus:["autofocus"],disabled:["autofocus"],formenctype:l2,formmethod:a2,formnovalidate:["novalidate"],formtarget:lc,type:["submit","reset","button"]}},canvas:{attrs:{width:null,height:null}},caption:Ae,center:Ae,cite:Ae,code:Ae,col:{attrs:{span:null}},colgroup:{attrs:{span:null}},command:{attrs:{type:["command","checkbox","radio"],label:null,icon:null,radiogroup:null,command:null,title:null,disabled:["disabled"],checked:["checked"]}},data:{attrs:{value:null}},datagrid:{attrs:{disabled:["disabled"],multiple:["multiple"]}},datalist:{attrs:{data:null}},dd:Ae,del:{attrs:{cite:null,datetime:null}},details:{attrs:{open:["open"]}},dfn:Ae,div:Ae,dl:Ae,dt:Ae,em:Ae,embed:{attrs:{src:null,type:null,width:null,height:null}},eventsource:{attrs:{src:null}},fieldset:{attrs:{disabled:["disabled"],form:null,name:null}},figcaption:Ae,figure:Ae,footer:Ae,form:{attrs:{action:null,name:null,"accept-charset":i2,autocomplete:["on","off"],enctype:l2,method:a2,novalidate:["novalidate"],target:lc}},h1:Ae,h2:Ae,h3:Ae,h4:Ae,h5:Ae,h6:Ae,head:{children:["title","base","link","style","meta","script","noscript","command"]},header:Ae,hgroup:Ae,hr:Ae,html:{attrs:{manifest:null}},i:Ae,iframe:{attrs:{src:null,srcdoc:null,name:null,width:null,height:null,sandbox:["allow-top-navigation","allow-same-origin","allow-forms","allow-scripts"],seamless:["seamless"]}},img:{attrs:{alt:null,src:null,ismap:null,usemap:null,width:null,height:null,crossorigin:["anonymous","use-credentials"]}},input:{attrs:{alt:null,dirname:null,form:null,formaction:null,height:null,list:null,max:null,maxlength:null,min:null,name:null,pattern:null,placeholder:null,size:null,src:null,step:null,value:null,width:null,accept:["audio/*","video/*","image/*"],autocomplete:["on","off"],autofocus:["autofocus"],checked:["checked"],disabled:["disabled"],formenctype:l2,formmethod:a2,formnovalidate:["novalidate"],formtarget:lc,multiple:["multiple"],readonly:["readonly"],required:["required"],type:["hidden","text","search","tel","url","email","password","datetime","date","month","week","time","datetime-local","number","range","color","checkbox","radio","file","submit","image","reset","button"]}},ins:{attrs:{cite:null,datetime:null}},kbd:Ae,keygen:{attrs:{challenge:null,form:null,name:null,autofocus:["autofocus"],disabled:["disabled"],keytype:["RSA"]}},label:{attrs:{for:null,form:null}},legend:Ae,li:{attrs:{value:null}},link:{attrs:{href:null,type:null,hreflang:null,media:null,sizes:["all","16x16","16x16 32x32","16x16 32x32 64x64"]}},map:{attrs:{name:null}},mark:Ae,menu:{attrs:{label:null,type:["list","context","toolbar"]}},meta:{attrs:{content:null,charset:i2,name:["viewport","application-name","author","description","generator","keywords"],"http-equiv":["content-language","content-type","default-style","refresh"]}},meter:{attrs:{value:null,min:null,low:null,high:null,max:null,optimum:null}},nav:Ae,noscript:Ae,object:{attrs:{data:null,type:null,name:null,usemap:null,form:null,width:null,height:null,typemustmatch:["typemustmatch"]}},ol:{attrs:{reversed:["reversed"],start:null,type:["1","a","A","i","I"]},children:["li","script","template","ul","ol"]},optgroup:{attrs:{disabled:["disabled"],label:null}},option:{attrs:{disabled:["disabled"],label:null,selected:["selected"],value:null}},output:{attrs:{for:null,form:null,name:null}},p:Ae,param:{attrs:{name:null,value:null}},pre:Ae,progress:{attrs:{value:null,max:null}},q:{attrs:{cite:null}},rp:Ae,rt:Ae,ruby:Ae,samp:Ae,script:{attrs:{type:["text/javascript"],src:null,async:["async"],defer:["defer"],charset:i2}},section:Ae,select:{attrs:{form:null,name:null,size:null,autofocus:["autofocus"],disabled:["disabled"],multiple:["multiple"]}},slot:{attrs:{name:null}},small:Ae,source:{attrs:{src:null,type:null,media:null}},span:Ae,strong:Ae,style:{attrs:{type:["text/css"],media:null,scoped:null}},sub:Ae,summary:Ae,sup:Ae,table:Ae,tbody:Ae,td:{attrs:{colspan:null,rowspan:null,headers:null}},template:Ae,textarea:{attrs:{dirname:null,form:null,maxlength:null,name:null,placeholder:null,rows:null,cols:null,autofocus:["autofocus"],disabled:["disabled"],readonly:["readonly"],required:["required"],wrap:["soft","hard"]}},tfoot:Ae,th:{attrs:{colspan:null,rowspan:null,headers:null,scope:["row","col","rowgroup","colgroup"]}},thead:Ae,time:{attrs:{datetime:null}},title:Ae,tr:Ae,track:{attrs:{src:null,label:null,default:null,kind:["subtitles","captions","descriptions","chapters","metadata"],srclang:null}},ul:{children:["li","script","template","ul","ol"]},var:Ae,video:{attrs:{src:null,poster:null,width:null,height:null,crossorigin:["anonymous","use-credentials"],preload:["auto","metadata","none"],autoplay:["autoplay"],mediagroup:["movie"],muted:["muted"],controls:["controls"]}},wbr:Ae},M9={accesskey:null,class:null,contenteditable:In,contextmenu:null,dir:["ltr","rtl","auto"],draggable:["true","false","auto"],dropzone:["copy","move","link","string:","file:"],hidden:["hidden"],id:null,inert:["inert"],itemid:null,itemprop:null,itemref:null,itemscope:["itemscope"],itemtype:null,lang:["ar","bn","de","en-GB","en-US","es","fr","hi","id","ja","pa","pt","ru","tr","zh"],spellcheck:In,autocorrect:In,autocapitalize:In,style:null,tabindex:null,title:null,translate:["yes","no"],rel:["stylesheet","alternate","author","bookmark","help","license","next","nofollow","noreferrer","prefetch","prev","search","tag"],role:"alert application article banner button cell checkbox complementary contentinfo dialog document feed figure form grid gridcell heading img list listbox listitem main navigation region row rowgroup search switch tab table tabpanel textbox timer".split(" "),"aria-activedescendant":null,"aria-atomic":In,"aria-autocomplete":["inline","list","both","none"],"aria-busy":In,"aria-checked":["true","false","mixed","undefined"],"aria-controls":null,"aria-describedby":null,"aria-disabled":In,"aria-dropeffect":null,"aria-expanded":["true","false","undefined"],"aria-flowto":null,"aria-grabbed":["true","false","undefined"],"aria-haspopup":In,"aria-hidden":In,"aria-invalid":["true","false","grammar","spelling"],"aria-label":null,"aria-labelledby":null,"aria-level":null,"aria-live":["off","polite","assertive"],"aria-multiline":In,"aria-multiselectable":In,"aria-owns":null,"aria-posinset":null,"aria-pressed":["true","false","mixed","undefined"],"aria-readonly":In,"aria-relevant":null,"aria-required":In,"aria-selected":["true","false","undefined"],"aria-setsize":null,"aria-sort":["ascending","descending","none","other"],"aria-valuemax":null,"aria-valuemin":null,"aria-valuenow":null,"aria-valuetext":null},E9="beforeunload copy cut dragstart dragover dragleave dragenter dragend drag paste focus blur change click load mousedown mouseenter mouseleave mouseup keydown keyup resize scroll unload".split(" ").map(t=>"on"+t);for(let t of E9)M9[t]=null;class sf{constructor(e,n){this.tags={...ZX,...e},this.globalAttrs={...M9,...n},this.allTags=Object.keys(this.tags),this.globalAttrNames=Object.keys(this.globalAttrs)}}sf.default=new sf;function Ws(t,e,n=t.length){if(!e)return"";let r=e.firstChild,i=r&&r.getChild("TagName");return i?t.sliceString(i.from,Math.min(i.to,n)):""}function Ks(t,e=!1){for(;t;t=t.parent)if(t.name=="Element")if(e)e=!1;else return t;return null}function $9(t,e,n){let r=n.tags[Ws(t,Ks(e))];return(r==null?void 0:r.children)||n.allTags}function Kg(t,e){let n=[];for(let r=Ks(e);r&&!r.type.isTop;r=Ks(r.parent)){let i=Ws(t,r);if(i&&r.lastChild.name=="CloseTag")break;i&&n.indexOf(i)<0&&(e.name=="EndTag"||e.from>=r.firstChild.to)&&n.push(i)}return n}const Q9=/^[:\-\.\w\u00b7-\uffff]*$/;function N3(t,e,n,r,i){let l=/\s*>/.test(t.sliceDoc(i,i+5))?"":">",o=Ks(n,n.name=="StartTag"||n.name=="TagName");return{from:r,to:i,options:$9(t.doc,o,e).map(c=>({label:c,type:"type"})).concat(Kg(t.doc,n).map((c,f)=>({label:"/"+c,apply:"/"+c+l,type:"type",boost:99-f}))),validFor:/^\/?[:\-\.\w\u00b7-\uffff]*$/}}function V3(t,e,n,r){let i=/\s*>/.test(t.sliceDoc(r,r+5))?"":">";return{from:n,to:r,options:Kg(t.doc,e).map((l,o)=>({label:l,apply:l+i,type:"type",boost:99-o})),validFor:Q9}}function PX(t,e,n,r){let i=[],l=0;for(let o of $9(t.doc,n,e))i.push({label:"<"+o,type:"type"});for(let o of Kg(t.doc,n))i.push({label:"</"+o+">",type:"type",boost:99-l++});return{from:r,to:r,options:i,validFor:/^<\/?[:\-\.\w\u00b7-\uffff]*$/}}function jX(t,e,n,r,i){let l=Ks(n),o=l?e.tags[Ws(t.doc,l)]:null,c=o&&o.attrs?Object.keys(o.attrs):[],f=o&&o.globalAttrs===!1?c:c.length?c.concat(e.globalAttrNames):e.globalAttrNames;return{from:r,to:i,options:f.map(m=>({label:m,type:"property"})),validFor:Q9}}function RX(t,e,n,r,i){var l;let o=(l=n.parent)===null||l===void 0?void 0:l.getChild("AttributeName"),c=[],f;if(o){let m=t.sliceDoc(o.from,o.to),p=e.globalAttrs[m];if(!p){let g=Ks(n),y=g?e.tags[Ws(t.doc,g)]:null;p=(y==null?void 0:y.attrs)&&y.attrs[m]}if(p){let g=t.sliceDoc(r,i).toLowerCase(),y='"',v='"';/^['"]/.test(g)?(f=g[0]=='"'?/^[^"]*$/:/^[^']*$/,y="",v=t.sliceDoc(i,i+1)==g[0]?"":g[0],g=g.slice(1),r++):f=/^[^\s<>='"]*$/;for(let S of p)c.push({label:S,apply:y+S+v,type:"constant"})}}return{from:r,to:i,options:c,validFor:f}}function NX(t,e){let{state:n,pos:r}=e,i=jt(n).resolveInner(r,-1),l=i.resolve(r);for(let o=r,c;l==i&&(c=i.childBefore(o));){let f=c.lastChild;if(!f||!f.type.isError||f.from<f.to)break;l=i=c,o=f.from}return i.name=="TagName"?i.parent&&/CloseTag$/.test(i.parent.name)?V3(n,i,i.from,r):N3(n,t,i,i.from,r):i.name=="StartTag"||i.name=="IncompleteTag"?N3(n,t,i,r,r):i.name=="StartCloseTag"||i.name=="IncompleteCloseTag"?V3(n,i,r,r):i.name=="OpenTag"||i.name=="SelfClosingTag"||i.name=="AttributeName"?jX(n,t,i,i.name=="AttributeName"?i.from:r,r):i.name=="Is"||i.name=="AttributeValue"||i.name=="UnquotedAttributeValue"?RX(n,t,i,i.name=="Is"?r:i.from,r):e.explicit&&(l.name=="Element"||l.name=="Text"||l.name=="Document")?PX(n,t,i,r):null}function VX(t){let{extraTags:e,extraGlobalAttributes:n}=t,r=n||e?new sf(e,n):sf.default;return i=>NX(r,i)}const LX=ei.parser.configure({top:"SingleExpression"}),C9=[{tag:"script",attrs:t=>t.type=="text/typescript"||t.lang=="ts",parser:v9.parser},{tag:"script",attrs:t=>t.type=="text/babel"||t.type=="text/jsx",parser:S9.parser},{tag:"script",attrs:t=>t.type=="text/typescript-jsx",parser:w9.parser},{tag:"script",attrs(t){return/^(importmap|speculationrules|application\/(.+\+)?json)$/i.test(t.type)},parser:LX},{tag:"script",attrs(t){return!t.type||/^(?:text|application)\/(?:x-)?(?:java|ecma)script$|^module$|^$/i.test(t.type)},parser:ei.parser},{tag:"style",attrs(t){return(!t.lang||t.lang=="css")&&(!t.type||/^(text\/)?(x-)?(stylesheet|css)$/i.test(t.type))},parser:lf.parser}],Z9=[{name:"style",parser:lf.parser.configure({top:"Styles"})}].concat(E9.map(t=>({name:t,parser:ei.parser}))),P9=qs.define({name:"html",parser:fD.configure({props:[Lf.add({Element(t){let e=/^(\s*)(<\/)?/.exec(t.textAfter);return t.node.to<=t.pos+e[0].length?t.continue():t.lineIndent(t.node.from)+(e[2]?0:t.unit)},"OpenTag CloseTag SelfClosingTag"(t){return t.column(t.node.from)+t.unit},Document(t){if(t.pos+/\s*/.exec(t.textAfter)[0].length<t.node.to)return t.continue();let e=null,n;for(let r=t.node;;){let i=r.lastChild;if(!i||i.name!="Element"||i.to!=r.to)break;e=r=i}return e&&!((n=e.lastChild)&&(n.name=="CloseTag"||n.name=="SelfClosingTag"))?t.lineIndent(e.from)+t.unit:null}}),_f.add({Element(t){let e=t.firstChild,n=t.lastChild;return!e||e.name!="OpenTag"?null:{from:e.to,to:n.name=="CloseTag"?n.from:t.to}}}),aw.add({"OpenTag CloseTag":t=>t.getChild("TagName")})]}),languageData:{commentTokens:{block:{open:"<!--",close:"-->"}},indentOnInput:/^\s*<\/\w+\W$/,wordChars:"-_"}}),S1=P9.configure({wrap:o9(C9,Z9)});function L3(t={}){let e="",n;t.matchClosingTags===!1&&(e="noMatch"),t.selfClosingTags===!0&&(e=(e?e+" ":"")+"selfClosing"),(t.nestedLanguages&&t.nestedLanguages.length||t.nestedAttributes&&t.nestedAttributes.length)&&(n=o9((t.nestedLanguages||[]).concat(C9),(t.nestedAttributes||[]).concat(Z9)));let r=n?P9.configure({wrap:n,dialect:e}):e?S1.configure({dialect:e}):S1;return new Pg(r,[S1.data.of({autocomplete:VX(t)}),t.autoCloseTags!==!1?_X:[],T9().support,m9().support])}const _3=new Set("area base br col command embed frame hr img input keygen link meta param source track wbr menuitem".split(" ")),_X=ve.inputHandler.of((t,e,n,r,i)=>{if(t.composing||t.state.readOnly||e!=n||r!=">"&&r!="/"||!S1.isActiveAt(t.state,e,-1))return!1;let l=i(),{state:o}=l,c=o.changeByRange(f=>{var m,p,g;let y=o.doc.sliceString(f.from-1,f.to)==r,{head:v}=f,S=jt(o).resolveInner(v,-1),w;if(y&&r==">"&&S.name=="EndTag"){let k=S.parent;if(((p=(m=k.parent)===null||m===void 0?void 0:m.lastChild)===null||p===void 0?void 0:p.name)!="CloseTag"&&(w=Ws(o.doc,k.parent,v))&&!_3.has(w)){let A=v+(o.doc.sliceString(v,v+1)===">"?1:0),E=`</${w}>`;return{range:f,changes:{from:v,to:A,insert:E}}}}else if(y&&r=="/"&&S.name=="IncompleteCloseTag"){let k=S.parent;if(S.from==v-2&&((g=k.lastChild)===null||g===void 0?void 0:g.name)!="CloseTag"&&(w=Ws(o.doc,k,v))&&!_3.has(w)){let A=v+(o.doc.sliceString(v,v+1)===">"?1:0),E=`${w}>`;return{range:fe.cursor(v+E.length,-1),changes:{from:v,to:A,insert:E}}}}return{range:f}});return c.changes.empty?!1:(t.dispatch([l,o.update(c,{userEvent:"input.complete",scrollIntoView:!0})]),!0)});function DX(t){switch(t){case"html":return L3();case"css":return m9();case"javascript":case"js":case"typescript":case"ts":return T9({typescript:t==="typescript"||t==="ts"});default:return L3()}}function XX(t){var r;const e=((r=t.split(".").pop())==null?void 0:r.toLowerCase())??"";return{html:"html",htm:"html",css:"css",js:"javascript",ts:"typescript",jsx:"javascript",tsx:"typescript",json:"javascript"}[e]??"html"}const zX=h.memo(function({content:e,filePath:n,language:r,onChange:i,readOnly:l=!1}){const o=h.useRef(null),c=h.useRef(null),f=h.useRef(i);f.current=i;const m=h.useCallback(p=>{if(o.current&&(o.current.destroy(),o.current=null),!p)return;c.current=p;const g=r??(n?XX(n):"html"),y=ve.updateListener.of(S=>{S.docChanged&&f.current&&f.current(S.state.doc.toString())}),v=Ie.create({doc:e,extensions:[NR(),SR(),_R(),nV(),$N(),bN(),XN(),wL(),LL(),Mg.of([...ML,...lL,...a_,...fV]),DX(g),y_,y,Ie.readOnly.of(l),ve.theme({"&":{height:"100%"},".cm-scroller":{overflow:"auto"}})]});o.current=new ve({state:v,parent:p})},[e,n,r,l]);return O.jsx("div",{ref:m,className:"h-full w-full overflow-hidden"})}),Es={width:1920,height:1080},D3=3,HX=10;function YX(t){const e=Number.isFinite(t.stageWidth)&&t.stageWidth>0?t.stageWidth:Es.width,n=Number.isFinite(t.stageHeight)&&t.stageHeight>0?t.stageHeight:Es.height,r=t.cardWidth/e,i=t.cardHeight/n;return Math.min(r,i)}function BX(t){return Number.isFinite(t)&&t!=null&&t>0&&t<D3?t/2:D3}function X3(t){if(t==null)return null;const e=Number.parseFloat(t);return Number.isFinite(e)&&e>0?e:null}function FX(t){var l,o;const e=t==null?void 0:t.contentWindow,n=(o=(l=e==null?void 0:e.__player)==null?void 0:l.getDuration)==null?void 0:o.call(l);if(Number.isFinite(n)&&n!=null&&n>0)return n;const r=t==null?void 0:t.contentDocument,i=(r==null?void 0:r.querySelector("[data-composition-id]"))??(r==null?void 0:r.documentElement)??null;return X3((i==null?void 0:i.getAttribute("data-composition-duration"))??null)??X3((i==null?void 0:i.getAttribute("data-duration"))??null)}function qX(t,e){var r,i,l,o;const n=(r=t==null?void 0:t.contentWindow)==null?void 0:r.__player;return n?e?((i=n.play)==null||i.call(n),!0):((l=n.pause)==null||l.call(n),(o=n.seek)==null||o.call(n,BX(FX(t))),!0):!1}function UX({projectId:t,comp:e,isActive:n,onSelect:r}){const[i,l]=h.useState(!1),[o,c]=h.useState(Es),f=h.useRef(null),m=h.useRef(null),p=h.useRef(null),g=h.useCallback(A=>{p.current&&(clearTimeout(p.current),p.current=null);const E=Q=>{qX(f.current,A)||Q<=0||(p.current=setTimeout(()=>E(Q-1),100))};E(HX)},[]),y=()=>{m.current=setTimeout(()=>l(!0),300)},v=()=>{m.current&&(clearTimeout(m.current),m.current=null),l(!1)},S=e.replace(/^compositions\//,"").replace(/\.html$/,""),w=`/api/projects/${t}/preview/comp/${e}`,k=YX({cardWidth:80,cardHeight:45,stageWidth:o.width,stageHeight:o.height});return h.useEffect(()=>{g(i)},[i,g]),h.useEffect(()=>()=>{m.current&&clearTimeout(m.current),p.current&&clearTimeout(p.current)},[]),O.jsxs("div",{onClick:r,onPointerEnter:y,onPointerLeave:v,className:`w-full text-left px-2 py-1.5 flex items-center gap-2.5 transition-colors cursor-pointer ${n?"bg-studio-accent/10 border-l-2 border-studio-accent":"border-l-2 border-transparent hover:bg-neutral-800/50"}`,children:[O.jsx("div",{className:"w-20 h-[45px] rounded overflow-hidden bg-neutral-900 flex-shrink-0 relative",children:O.jsx("iframe",{ref:f,src:w,sandbox:"allow-scripts allow-same-origin",loading:"lazy",className:"absolute left-0 top-0 border-none pointer-events-none",style:{transformOrigin:"0 0",width:o.width,height:o.height,transform:`scale(${k})`},onLoad:A=>{var E;try{const C=(E=A.currentTarget.contentDocument)==null?void 0:E.querySelector("[data-composition-id]"),$=Number(C==null?void 0:C.getAttribute("data-width"))||Es.width,j=Number(C==null?void 0:C.getAttribute("data-height"))||Es.height;c({width:$,height:j}),g(i)}catch{c(Es)}},title:`${S} preview`,tabIndex:-1})}),O.jsxs("div",{className:"min-w-0 flex-1",children:[O.jsx("span",{className:"text-[11px] font-medium text-neutral-300 truncate block",children:S}),O.jsx("span",{className:"text-[9px] text-neutral-600 truncate block",children:e})]})]})}const IX=h.memo(function({projectId:e,compositions:n,activeComposition:r,onSelect:i}){return n.length===0?O.jsx("div",{className:"flex-1 flex items-center justify-center px-4",children:O.jsx("p",{className:"text-xs text-neutral-600 text-center",children:"No compositions found"})}):O.jsx("div",{className:"flex-1 overflow-y-auto",children:n.map(l=>O.jsx(UX,{projectId:e,comp:l,isActive:r===l,onSelect:()=>i(l)},l))})});function j9({src:t}){const[e,n]=h.useState(null);return h.useEffect(()=>{const r=document.createElement("video");r.crossOrigin="anonymous",r.muted=!0,r.preload="metadata";const i=document.createElement("canvas"),l=i.getContext("2d"),o=()=>{r.src="",r.load()};return r.addEventListener("loadedmetadata",()=>{r.currentTime=Math.min(2,r.duration*.1||2)}),r.addEventListener("seeked",()=>{l&&(i.width=r.videoWidth,i.height=r.videoHeight,l.drawImage(r,0,0),n(i.toDataURL("image/jpeg",.7)),o())}),r.addEventListener("error",o),r.src=t,r.load(),o},[t]),e?O.jsx("img",{src:e,alt:"",draggable:!1,className:"w-full h-full object-contain"}):O.jsx("div",{className:"w-full h-full bg-neutral-800 animate-pulse"})}function GX({serveUrl:t,name:e,isImage:n,isVideo:r,isAudio:i}){return O.jsxs(O.Fragment,{children:[n&&O.jsx("img",{src:t,alt:e,loading:"lazy",className:"w-full h-full object-contain",onError:l=>{l.target.style.display="none"}}),r&&O.jsx(j9,{src:t}),i&&O.jsx("div",{className:"w-full h-full flex items-center justify-center",children:O.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",className:"text-purple-400",children:[O.jsx("path",{d:"M9 18V5l12-2v13",strokeLinecap:"round",strokeLinejoin:"round"}),O.jsx("circle",{cx:"6",cy:"18",r:"3"}),O.jsx("circle",{cx:"18",cy:"16",r:"3"})]})}),!n&&!r&&!i&&O.jsx("div",{className:"w-full h-full flex items-center justify-center",children:O.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",className:"text-neutral-600",children:[O.jsx("path",{d:"M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z",strokeLinecap:"round",strokeLinejoin:"round"}),O.jsx("polyline",{points:"14 2 14 8 20 8",strokeLinecap:"round",strokeLinejoin:"round"})]})})]})}function WX({projectId:t,asset:e,onCopy:n,isCopied:r,onDelete:i,onRename:l}){const[o,c]=h.useState(!1),[f,m]=h.useState(null),[p,g]=h.useState(!1),[y,v]=h.useState(""),[S,w]=h.useState(!1),k=e.split("/").pop()??e,A=`/api/projects/${t}/preview/${e}`,E=Ip.test(e);return O.jsxs(O.Fragment,{children:[O.jsxs("div",{draggable:!0,onClick:()=>n(e),onDragStart:Q=>{Q.dataTransfer.effectAllowed="copy",Q.dataTransfer.setData(k2,JSON.stringify({path:e})),Q.dataTransfer.setData("text/plain",e)},onContextMenu:Q=>{Q.preventDefault(),m({x:Q.clientX,y:Q.clientY})},onPointerEnter:()=>c(!0),onPointerLeave:()=>c(!1),className:`w-full text-left px-2 py-1.5 flex items-center gap-2.5 transition-colors cursor-pointer ${r?"bg-studio-accent/10 border-l-2 border-studio-accent":"border-l-2 border-transparent hover:bg-neutral-800/50"}`,children:[O.jsxs("div",{className:"w-16 h-10 rounded overflow-hidden bg-neutral-900 flex-shrink-0 relative",children:[O.jsx(GX,{serveUrl:A,name:k,isImage:Ec.test(e),isVideo:E,isAudio:Gp.test(e)}),E&&o&&O.jsx("video",{src:A,autoPlay:!0,muted:!0,loop:!0,playsInline:!0,className:"absolute inset-0 w-full h-full object-contain"})]}),O.jsx("div",{className:"min-w-0 flex-1",children:p?O.jsx("input",{autoFocus:!0,value:y,onChange:Q=>v(Q.target.value),onKeyDown:Q=>{if(Q.key==="Enter"){Q.preventDefault();const C=y.trim();if(C&&C!==k){const $=e.includes("/")?e.slice(0,e.lastIndexOf("/")+1):"";l==null||l(e,$+C)}g(!1)}else Q.key==="Escape"&&g(!1)},onBlur:()=>{const Q=y.trim();if(Q&&Q!==k){const C=e.includes("/")?e.slice(0,e.lastIndexOf("/")+1):"";l==null||l(e,C+Q)}g(!1)},onClick:Q=>Q.stopPropagation(),className:"w-full bg-neutral-800 text-neutral-200 text-[11px] px-1.5 py-0.5 rounded border border-neutral-600 outline-none focus:border-studio-accent",spellCheck:!1}):O.jsxs(O.Fragment,{children:[O.jsx("span",{className:"text-[11px] font-medium text-neutral-300 truncate block",children:k}),r?O.jsx("span",{className:"text-[9px] text-studio-accent",children:"Copied!"}):O.jsx("span",{className:"text-[9px] text-neutral-600 truncate block",children:e})]})})]}),f&&O.jsx("div",{className:"fixed inset-0 z-[200]",onClick:()=>m(null),onContextMenu:Q=>{Q.preventDefault(),m(null)},children:O.jsxs("div",{className:"absolute bg-neutral-900 border border-neutral-700 rounded-lg shadow-xl py-1 min-w-[140px] text-xs",style:{left:f.x,top:f.y},children:[O.jsx("button",{onClick:Q=>{Q.stopPropagation(),n(e),m(null)},className:"w-full text-left px-3 py-1.5 text-neutral-300 hover:bg-neutral-800 transition-colors",children:"Copy path"}),l&&O.jsx("button",{onClick:Q=>{Q.stopPropagation(),v(k),g(!0),m(null)},className:"w-full text-left px-3 py-1.5 text-neutral-300 hover:bg-neutral-800 transition-colors",children:"Rename"}),i&&O.jsx("button",{onClick:Q=>{Q.stopPropagation(),w(!0),m(null)},className:"w-full text-left px-3 py-1.5 text-red-400 hover:bg-neutral-800 transition-colors",children:"Delete"})]})}),S&&O.jsxs("div",{className:"px-2 py-1.5 bg-red-950/30 border-l-2 border-red-500 flex items-center justify-between gap-2",children:[O.jsxs("span",{className:"text-[10px] text-red-400 truncate",children:["Delete ",k,"?"]}),O.jsxs("div",{className:"flex items-center gap-1 flex-shrink-0",children:[O.jsx("button",{onClick:Q=>{Q.stopPropagation(),i==null||i(e),w(!1)},className:"px-2 py-0.5 text-[10px] rounded bg-red-600 text-white hover:bg-red-500 transition-colors",children:"Delete"}),O.jsx("button",{onClick:Q=>{Q.stopPropagation(),w(!1)},className:"px-2 py-0.5 text-[10px] rounded text-neutral-400 hover:text-neutral-200 transition-colors",children:"Cancel"})]})]})]})}const KX=h.memo(function({projectId:e,assets:n,onImport:r,onDelete:i,onRename:l}){const o=h.useRef(null),[c,f]=h.useState(!1),[m,p]=h.useState(null),g=h.useCallback(S=>{S.preventDefault(),f(!1),S.dataTransfer.files.length&&(r==null||r(S.dataTransfer.files))},[r]),y=h.useCallback(async S=>{await Tc(S)&&(p(S),setTimeout(()=>p(null),1500))},[]),v=n.filter(S=>Cb.test(S));return O.jsxs("div",{className:`flex-1 flex flex-col min-h-0 transition-colors ${c?"bg-studio-accent/[0.05]":""}`,onDragOver:S=>{S.preventDefault(),f(!0)},onDragLeave:()=>f(!1),onDrop:g,children:[r&&O.jsxs("div",{className:"px-3 py-2 border-b border-neutral-800/40 flex-shrink-0",children:[O.jsxs("button",{onClick:()=>{var S;return(S=o.current)==null?void 0:S.click()},className:"w-full flex items-center justify-center gap-1.5 px-2 py-1.5 text-[11px] rounded-lg border border-dashed border-neutral-700/50 text-neutral-500 hover:text-neutral-300 hover:border-neutral-600 transition-colors",children:[O.jsx("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",children:O.jsx("path",{d:"M12 5v14M5 12h14"})}),"Import media"]}),O.jsx("input",{ref:o,type:"file",accept:"video/*,image/*,audio/*",multiple:!0,className:"hidden",onChange:S=>{var w;(w=S.target.files)!=null&&w.length&&(r(S.target.files),S.target.value="")}})]}),O.jsx("div",{className:"flex-1 overflow-y-auto",children:v.length===0?O.jsxs("div",{className:"flex flex-col items-center justify-center h-full px-4 gap-2",children:[O.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",className:"text-neutral-700",children:[O.jsx("path",{d:"M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4",strokeLinecap:"round",strokeLinejoin:"round"}),O.jsx("polyline",{points:"17 8 12 3 7 8",strokeLinecap:"round",strokeLinejoin:"round"}),O.jsx("line",{x1:"12",y1:"3",x2:"12",y2:"15",strokeLinecap:"round"})]}),O.jsx("p",{className:"text-[10px] text-neutral-600 text-center",children:"Drop media files here"})]}):v.map(S=>O.jsx(WX,{projectId:e,asset:S,onCopy:y,isCopied:m===S,onDelete:i,onRename:l},S))})]})}),an=14,ln="duotone";function R9({path:t}){var r;const e=((r=t.split(".").pop())==null?void 0:r.toLowerCase())??"",n="flex-shrink-0";return e==="html"?O.jsx(b$,{size:an,weight:ln,color:"#E44D26",className:n}):e==="css"?O.jsx(y$,{size:an,weight:ln,color:"#264DE4",className:n}):e==="js"||e==="mjs"||e==="cjs"?O.jsx(S$,{size:an,weight:ln,color:"#F0DB4F",className:n}):e==="jsx"?O.jsx(w$,{size:an,weight:ln,color:"#61DAFB",className:n}):e==="ts"||e==="mts"?O.jsx(M$,{size:an,weight:ln,color:"#3178C6",className:n}):e==="tsx"?O.jsx(E$,{size:an,weight:ln,color:"#3178C6",className:n}):e==="json"?O.jsx(x$,{size:an,weight:ln,color:"#4ADE80",className:n}):e==="svg"?O.jsx(T$,{size:an,weight:ln,color:"#F97316",className:n}):e==="md"||e==="mdx"?O.jsx(A$,{size:an,weight:ln,color:"#9CA3AF",className:n}):e==="txt"?O.jsx($$,{size:an,weight:ln,color:"#9CA3AF",className:n}):e==="png"?O.jsx(k$,{size:an,weight:ln,color:"#22C55E",className:n}):e==="jpg"||e==="jpeg"?O.jsx(v$,{size:an,weight:ln,color:"#22C55E",className:n}):e==="webp"||e==="gif"||e==="ico"?O.jsx(P$,{size:an,weight:ln,color:"#22C55E",className:n}):e==="mp4"||e==="webm"||e==="mov"?O.jsx(Q$,{size:an,weight:ln,color:"#A855F7",className:n}):e==="mp3"||e==="wav"||e==="ogg"||e==="m4a"?O.jsx(z$,{size:an,weight:ln,color:"#3CE6AC",className:n}):e==="woff"||e==="woff2"||e==="ttf"||e==="otf"?O.jsx(_$,{size:an,weight:ln,color:"#6B7280",className:n}):O.jsx(O$,{size:an,weight:ln,color:"#6B7280",className:n})}function JX(t){const e={name:"",fullPath:"",children:new Map,isFile:!1};for(const n of t){const r=n.split("/");let i=e;for(let l=0;l<r.length;l++){const o=r[l],c=l===r.length-1,f=r.slice(0,l+1).join("/");i.children.has(o)||i.children.set(o,{name:o,fullPath:f,children:new Map,isFile:c}),i=i.children.get(o),c&&(i.isFile=!0)}}return e}function N9(t){return Array.from(t.values()).sort((e,n)=>e.name==="index.html"?-1:n.name==="index.html"?1:!e.isFile&&n.isFile?-1:e.isFile&&!n.isFile?1:e.name.localeCompare(n.name))}function Jg(t,e){if(!e)return!1;if(t.fullPath===e)return!0;for(const n of t.children.values())if(Jg(n,e))return!0;return!1}const ez=14;function tz({state:t,onClose:e,onNewFile:n,onNewFolder:r,onRename:i,onDuplicate:l,onDelete:o}){const c=h.useRef(null);h.useEffect(()=>{const g=v=>{c.current&&!c.current.contains(v.target)&&e()},y=v=>{v.key==="Escape"&&e()};return document.addEventListener("mousedown",g),document.addEventListener("keydown",y),()=>{document.removeEventListener("mousedown",g),document.removeEventListener("keydown",y)}},[e]);const f=Math.min(t.x,window.innerWidth-180),m=Math.min(t.y,window.innerHeight-200),p=t.targetIsFolder?t.targetPath:t.targetPath.includes("/")?t.targetPath.slice(0,t.targetPath.lastIndexOf("/")):"";return O.jsxs("div",{ref:c,className:"fixed z-50 bg-neutral-900 border border-neutral-700 rounded-md shadow-lg py-1 min-w-[160px]",style:{left:f,top:m},children:[t.targetIsFolder&&O.jsxs(O.Fragment,{children:[O.jsxs("button",{className:"w-full flex items-center gap-2 px-3 py-1.5 text-xs text-neutral-300 hover:bg-neutral-800 cursor-pointer text-left",onClick:()=>{n(t.targetPath),e()},children:[O.jsx(Y5,{size:12,weight:"duotone",className:"text-neutral-500"}),"New File"]}),O.jsxs("button",{className:"w-full flex items-center gap-2 px-3 py-1.5 text-xs text-neutral-300 hover:bg-neutral-800 cursor-pointer text-left",onClick:()=>{r(t.targetPath),e()},children:[O.jsx(hv,{size:12,weight:"duotone",className:"text-neutral-500"}),"New Folder"]}),O.jsx("div",{className:"border-t border-neutral-700 my-1"})]}),!t.targetIsFolder&&O.jsxs(O.Fragment,{children:[O.jsxs("button",{className:"w-full flex items-center gap-2 px-3 py-1.5 text-xs text-neutral-300 hover:bg-neutral-800 cursor-pointer text-left",onClick:()=>{n(p),e()},children:[O.jsx(Y5,{size:12,weight:"duotone",className:"text-neutral-500"}),"New File"]}),O.jsx("div",{className:"border-t border-neutral-700 my-1"})]}),O.jsxs("button",{className:"w-full flex items-center gap-2 px-3 py-1.5 text-xs text-neutral-300 hover:bg-neutral-800 cursor-pointer text-left",onClick:()=>{i(t.targetPath),e()},children:[O.jsx(N$,{size:12,weight:"duotone",className:"text-neutral-500"}),"Rename"]}),!t.targetIsFolder&&O.jsxs("button",{className:"w-full flex items-center gap-2 px-3 py-1.5 text-xs text-neutral-300 hover:bg-neutral-800 cursor-pointer text-left",onClick:()=>{l(t.targetPath),e()},children:[O.jsx(p$,{size:12,weight:"duotone",className:"text-neutral-500"}),"Duplicate"]}),O.jsx("div",{className:"border-t border-neutral-700 my-1"}),O.jsxs("button",{className:"w-full flex items-center gap-2 px-3 py-1.5 text-xs text-red-400 hover:bg-red-900/30 cursor-pointer text-left",onClick:()=>{o(t.targetPath),e()},children:[O.jsx(X$,{size:12,weight:"duotone"}),"Delete"]})]})}function of({defaultValue:t,depth:e,isFolder:n,onCommit:r,onCancel:i}){const l=h.useRef(null),o=h.useRef(!1),[c,f]=h.useState(t);h.useEffect(()=>{const y=l.current;if(y)if(y.focus(),t&&t.includes(".")){const v=t.lastIndexOf(".");y.setSelectionRange(0,v)}else y.select()},[t]);const m=y=>{o.current||(o.current=!0,r(y))},p=y=>{if(y.key==="Enter"){y.preventDefault();const v=c.trim();v&&!(/[/\\]/.test(v)||v.includes(".."))?m(v):i()}else y.key==="Escape"&&(y.preventDefault(),i())},g=()=>{const y=c.trim();y&&y!==t&&!(/[/\\]/.test(y)||y.includes(".."))?m(y):i()};return O.jsxs("div",{className:"flex items-center gap-2 py-0.5 min-h-7",style:{paddingLeft:`${8+e*12+(n?0:14)}px`},children:[n?O.jsx(C$,{size:ez,weight:"duotone",color:"#6B7280",className:"flex-shrink-0"}):O.jsx(R9,{path:c}),O.jsx("input",{ref:l,value:c,onChange:y=>f(y.target.value),onKeyDown:p,onBlur:g,className:"flex-1 min-w-0 bg-neutral-800 text-neutral-200 text-xs px-1.5 py-0.5 rounded border border-neutral-600 outline-none focus:border-[#3CE6AC]",spellCheck:!1})]})}function nz({name:t,onConfirm:e,onCancel:n}){const r=h.useRef(null);return h.useEffect(()=>{const i=o=>{o.key==="Escape"&&n()},l=o=>{r.current&&!r.current.contains(o.target)&&n()};return document.addEventListener("keydown",i),document.addEventListener("mousedown",l),()=>{document.removeEventListener("keydown",i),document.removeEventListener("mousedown",l)}},[n]),O.jsxs("div",{ref:r,className:"mx-1 my-0.5 p-2 bg-neutral-800 border border-neutral-700 rounded-md text-xs",children:[O.jsxs("p",{className:"text-neutral-300 mb-2",children:["Delete ",O.jsx("span",{className:"font-medium text-neutral-100",children:t}),"?"]}),O.jsxs("div",{className:"flex gap-1.5",children:[O.jsx("button",{onClick:n,className:"flex-1 px-2 py-1 rounded bg-neutral-700 text-neutral-300 hover:bg-neutral-600 transition-colors",children:"Cancel"}),O.jsx("button",{onClick:e,className:"flex-1 px-2 py-1 rounded bg-red-900/60 text-red-300 hover:bg-red-800/60 transition-colors",children:"Delete"})]})]})}const Xp=h.memo(function({node:e,depth:n,activeFile:r,onSelectFile:i,onContextMenu:l,inlineInput:o,onDragStart:c}){const f=e.fullPath===r;return(o==null?void 0:o.mode)==="rename"&&o.originalPath===e.fullPath?O.jsx(of,{defaultValue:o.originalName??e.name,depth:n,isFolder:!1,onCommit:p=>{var g;(g=o==null?void 0:o.onCommit)==null||g.call(o,p)},onCancel:()=>{var p;(p=o==null?void 0:o.onCancel)==null||p.call(o)}}):O.jsxs("button",{draggable:!0,onDragStart:p=>c(p,e.fullPath),onClick:()=>i(e.fullPath),onContextMenu:p=>{p.preventDefault(),l(p,e.fullPath,!1)},className:`w-full flex items-center gap-2 py-1 min-h-7 text-left transition-all text-xs ${f?"bg-neutral-800/60 text-neutral-200":"text-neutral-500 hover:bg-neutral-800/30 hover:text-neutral-300"}`,style:{paddingLeft:`${8+n*12+14}px`},children:[O.jsx(R9,{path:e.name}),O.jsx("span",{className:"truncate",children:e.name})]})}),rz=h.memo(function t({node:e,depth:n,activeFile:r,onSelectFile:i,defaultOpen:l,onContextMenu:o,inlineInput:c,onDragStart:f,onDragOver:m,onDrop:p,onDragLeave:g,dragOverFolder:y}){const[v,S]=h.useState(l),w=h.useCallback(()=>S(C=>!C),[]),k=h.useMemo(()=>N9(e.children),[e.children]),A=v?tP:nP,E=y===e.fullPath;return(c==null?void 0:c.mode)==="rename"&&c.originalPath===e.fullPath?O.jsx(of,{defaultValue:c.originalName??e.name,depth:n,isFolder:!0,onCommit:C=>{var $;($=c==null?void 0:c.onCommit)==null||$.call(c,C)},onCancel:()=>{var C;(C=c==null?void 0:c.onCancel)==null||C.call(c)}}):O.jsxs(O.Fragment,{children:[O.jsxs("button",{draggable:!0,onDragStart:C=>f(C,e.fullPath),onClick:w,onContextMenu:C=>{C.preventDefault(),o(C,e.fullPath,!0)},onDragOver:C=>{C.preventDefault(),C.stopPropagation(),m(C,e.fullPath)},onDrop:C=>{C.preventDefault(),C.stopPropagation(),p(C,e.fullPath)},onDragLeave:g,className:`w-full flex items-center gap-1.5 px-2.5 py-1 min-h-7 text-left text-xs text-neutral-400 hover:bg-neutral-800/30 hover:text-neutral-300 transition-colors ${E?"bg-[#3CE6AC]/10 outline outline-1 outline-[#3CE6AC]/40":""}`,style:{paddingLeft:`${8+n*12}px`},children:[O.jsx(A,{size:10,className:"flex-shrink-0 text-neutral-600"}),O.jsx("span",{className:"truncate font-medium",children:e.name})]}),v&&O.jsxs(O.Fragment,{children:[c&&(c.mode==="new-file"||c.mode==="new-folder")&&c.parentPath===e.fullPath&&O.jsx(of,{defaultValue:"",depth:n+1,isFolder:c.mode==="new-folder",onCommit:C=>{var $;($=c==null?void 0:c.onCommit)==null||$.call(c,C)},onCancel:()=>{var C;(C=c==null?void 0:c.onCancel)==null||C.call(c)}}),k.map(C=>C.isFile&&C.children.size===0?O.jsx(Xp,{node:C,depth:n+1,activeFile:r,onSelectFile:i,onContextMenu:o,inlineInput:c,onDragStart:f},C.fullPath):C.children.size>0?O.jsx(t,{node:C,depth:n+1,activeFile:r,onSelectFile:i,defaultOpen:Jg(C,r),onContextMenu:o,inlineInput:c,onDragStart:f,onDragOver:m,onDrop:p,onDragLeave:g,dragOverFolder:y},C.fullPath):O.jsx(Xp,{node:C,depth:n+1,activeFile:r,onSelectFile:i,onContextMenu:o,inlineInput:c,onDragStart:f},C.fullPath))]})]})}),iz=h.memo(function({files:e,activeFile:n,onSelectFile:r,onCreateFile:i,onCreateFolder:l,onDeleteFile:o,onRenameFile:c,onDuplicateFile:f,onMoveFile:m,onImportFiles:p}){const g=h.useMemo(()=>JX(e),[e]),y=h.useMemo(()=>N9(g.children),[g]),[v,S]=h.useState(null),[w,k]=h.useState(null),[A,E]=h.useState(null),[Q,C]=h.useState(null),$=h.useRef(null),j=!!(i||l||o||c||f),Z=h.useCallback((M,P,X)=>{j&&(M.preventDefault(),S({x:M.clientX,y:M.clientY,targetPath:P,targetIsFolder:X}))},[j]),L=h.useCallback(()=>S(null),[]),F=h.useCallback(M=>{k({parentPath:M,mode:"new-file",onCommit:P=>{const X=M?`${M}/${P}`:P;i==null||i(X),k(null)},onCancel:()=>k(null)})},[i]),q=h.useCallback(M=>{k({parentPath:M,mode:"new-folder",onCommit:P=>{const X=M?`${M}/${P}`:P;l==null||l(X),k(null)},onCancel:()=>k(null)})},[l]),z=h.useCallback(M=>{const P=M.includes("/")?M.slice(M.lastIndexOf("/")+1):M,X=M.includes("/")?M.slice(0,M.lastIndexOf("/")):"";k({parentPath:X,mode:"rename",originalPath:M,originalName:P,onCommit:U=>{if(U!==P){const ee=X?`${X}/${U}`:U;c==null||c(M,ee)}k(null)},onCancel:()=>k(null)})},[c]),B=h.useCallback(M=>{f==null||f(M)},[f]),H=h.useCallback(M=>{E(M)},[]),te=h.useCallback(()=>{A&&(o==null||o(A),E(null))},[A,o]),D=h.useCallback(()=>{E(null)},[]),N=h.useCallback((M,P)=>{$.current=P,M.dataTransfer.effectAllowed="move",M.dataTransfer.setData("text/plain",P)},[]),Y=h.useCallback((M,P)=>{C(P)},[]),V=h.useCallback((M,P)=>{if(M.dataTransfer.files.length>0&&!$.current){M.preventDefault(),p==null||p(M.dataTransfer.files,P||void 0),C(null);return}const X=$.current;if(!X||!m){C(null);return}const U=X.includes("/")?X.slice(X.lastIndexOf("/")+1):X,ee=P?`${P}/${U}`:U;ee!==X&&!P.startsWith(X+"/")&&m(X,ee),C(null),$.current=null},[m,p]),_=h.useCallback(()=>{C(null)},[]),G=h.useCallback(M=>{j&&M.target===M.currentTarget&&(M.preventDefault(),S({x:M.clientX,y:M.clientY,targetPath:"",targetIsFolder:!0}))},[j]);return O.jsxs("div",{className:"flex flex-col h-full min-h-0",children:[j&&O.jsxs("div",{className:"flex items-center justify-between px-2.5 py-1.5 border-b border-neutral-800/50 flex-shrink-0",children:[O.jsx("span",{className:"text-[10px] font-semibold tracking-wider text-neutral-600 uppercase",children:"Files"}),O.jsxs("div",{className:"flex items-center gap-0.5",children:[O.jsx("button",{onClick:()=>F(""),className:"p-0.5 rounded hover:bg-neutral-800 text-neutral-600 hover:text-neutral-400 transition-colors",title:"New File",children:O.jsx(yv,{size:12,weight:"bold"})}),O.jsx("button",{onClick:()=>q(""),className:"p-0.5 rounded hover:bg-neutral-800 text-neutral-600 hover:text-neutral-400 transition-colors",title:"New Folder",children:O.jsx(hv,{size:12,weight:"duotone"})})]})]}),O.jsxs("div",{className:`flex-1 overflow-y-auto py-1 transition-colors ${Q===""?"bg-[#3CE6AC]/5 outline outline-1 outline-[#3CE6AC]/30 -outline-offset-1":""}`,onContextMenu:G,onDragOver:M=>{M.preventDefault(),M.target===M.currentTarget&&C("")},onDragLeave:M=>{M.target===M.currentTarget&&C(null)},onDrop:M=>{M.preventDefault(),V(M,"")},children:[w&&(w.mode==="new-file"||w.mode==="new-folder")&&w.parentPath===""&&O.jsx(of,{defaultValue:"",depth:0,isFolder:w.mode==="new-folder",onCommit:M=>{var P;return(P=w.onCommit)==null?void 0:P.call(w,M)},onCancel:()=>{var M;return(M=w.onCancel)==null?void 0:M.call(w)}}),y.map(M=>M.isFile&&M.children.size===0?O.jsx(Xp,{node:M,depth:0,activeFile:n,onSelectFile:r,onContextMenu:Z,inlineInput:w,onDragStart:N},M.fullPath):O.jsx(rz,{node:M,depth:0,activeFile:n,onSelectFile:r,defaultOpen:Jg(M,n),onContextMenu:Z,inlineInput:w,onDragStart:N,onDragOver:Y,onDrop:V,onDragLeave:_,dragOverFolder:Q},M.fullPath))]}),A&&O.jsx("div",{className:"border-t border-neutral-800/50 flex-shrink-0",children:O.jsx(nz,{name:A.includes("/")?A.slice(A.lastIndexOf("/")+1):A,onConfirm:te,onCancel:D})}),v&&O.jsx(tz,{state:v,onClose:L,onNewFile:F,onNewFolder:q,onRename:z,onDuplicate:B,onDelete:H})]})}),V9="hf-studio-sidebar-tab";function az(){const t=localStorage.getItem(V9);return t==="assets"?"assets":t==="code"?"code":"compositions"}const lz=h.memo(h.forwardRef(function({width:e=240,projectId:n,compositions:r,assets:i,activeComposition:l,onSelectComposition:o,onImportFiles:c,fileTree:f,editingFile:m,onSelectFile:p,onCreateFile:g,onCreateFolder:y,onDeleteFile:v,onRenameFile:S,onDuplicateFile:w,onMoveFile:k,codeChildren:A,onLint:E,linting:Q,onToggleCollapse:C,takeoverContent:$},j){const[Z,L]=h.useState(az),F=h.useCallback(q=>{L(q),localStorage.setItem(V9,q)},[]);return h.useImperativeHandle(j,()=>({selectTab:F}),[F]),O.jsx("div",{className:"flex flex-col h-full bg-neutral-950 border-r border-neutral-800/50",style:{width:e},children:$?O.jsx("div",{className:"flex min-h-0 flex-1",children:$}):O.jsxs(O.Fragment,{children:[O.jsx("div",{className:"border-b border-neutral-800/50 px-3 py-3 flex-shrink-0",children:O.jsxs("div",{className:"flex items-center gap-2",children:[O.jsxs("div",{className:"grid min-w-0 flex-1 gap-0.5 rounded-[18px] bg-neutral-900 p-1 shadow-[inset_0_1px_0_rgba(255,255,255,0.03)]",style:{gridTemplateColumns:"1fr 1fr 1fr"},children:[O.jsx("button",{type:"button",onClick:()=>F("code"),className:`rounded-[14px] px-1.5 py-2 text-[10px] font-semibold truncate transition-all ${Z==="code"?"bg-neutral-800 text-white":"text-neutral-500 hover:text-neutral-200"}`,children:"Code"}),O.jsx("button",{type:"button",onClick:()=>F("compositions"),className:`rounded-[14px] px-1.5 py-2 text-[10px] font-semibold truncate transition-all ${Z==="compositions"?"bg-neutral-800 text-white":"text-neutral-500 hover:text-neutral-200"}`,children:"Comps"}),O.jsx("button",{type:"button",onClick:()=>F("assets"),className:`rounded-[14px] px-1.5 py-2 text-[10px] font-semibold truncate transition-all ${Z==="assets"?"bg-neutral-800 text-white":"text-neutral-500 hover:text-neutral-200"}`,children:"Assets"})]}),C&&O.jsx("button",{type:"button",onClick:C,className:"flex h-8 w-8 flex-shrink-0 items-center justify-center rounded-md border border-transparent text-neutral-500 transition-colors hover:border-neutral-800 hover:bg-neutral-900 hover:text-neutral-300",title:"Hide sidebar","aria-label":"Hide sidebar",children:O.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[O.jsx("path",{d:"m14 7-5 5 5 5"}),O.jsx("path",{d:"M19 4v16"})]})})]})}),Z==="compositions"&&O.jsx(IX,{projectId:n,compositions:r,activeComposition:l,onSelect:o}),Z==="assets"&&O.jsx(KX,{projectId:n,assets:i,onImport:c,onDelete:v,onRename:S}),Z==="code"&&O.jsxs("div",{className:"flex flex-1 min-h-0",children:[((f==null?void 0:f.length)??0)>0&&O.jsx("div",{className:"w-[160px] flex-shrink-0 border-r border-neutral-800 overflow-y-auto",children:O.jsx(iz,{files:f??[],activeFile:(m==null?void 0:m.path)??null,onSelectFile:p??(()=>{}),onCreateFile:g,onCreateFolder:y,onDeleteFile:v,onRenameFile:S,onDuplicateFile:w,onMoveFile:k,onImportFiles:c})}),O.jsx("div",{className:"flex-1 overflow-hidden min-w-0",children:A??O.jsx("div",{className:"flex items-center justify-center h-full text-neutral-600 text-sm",children:"Select a file to edit"})})]}),E&&O.jsx("div",{className:"border-t border-neutral-800 p-2 flex-shrink-0",children:O.jsxs("button",{onClick:E,disabled:Q,className:"w-full flex items-center justify-center gap-1.5 px-2 py-1.5 rounded-md text-[11px] font-medium text-neutral-500 hover:text-amber-300 hover:bg-neutral-800 transition-colors disabled:opacity-40",children:[O.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[O.jsx("path",{d:"M9 11l3 3L22 4"}),O.jsx("path",{d:"M21 12v7a2 2 0 01-2 2H5a2 2 0 01-2-2V5a2 2 0 012-2h11"})]}),Q?"Linting…":"Lint"]})})]})})}));function sz({projectId:t,filePath:e}){const n=`/api/projects/${t}/preview/${e}`,r=e.split("/").pop()??e;return Ec.test(e)?O.jsxs("div",{className:"flex flex-col items-center justify-center h-full p-4 bg-neutral-950",children:[O.jsx("img",{src:n,alt:r,className:"max-w-full max-h-[70%] object-contain rounded border border-neutral-800"}),O.jsx("span",{className:"mt-3 text-[11px] text-neutral-500 font-mono",children:e})]}):Ip.test(e)?O.jsxs("div",{className:"flex flex-col items-center justify-center h-full p-4 bg-neutral-950",children:[O.jsx("video",{src:n,controls:!0,className:"max-w-full max-h-[70%] rounded border border-neutral-800"}),O.jsx("span",{className:"mt-3 text-[11px] text-neutral-500 font-mono",children:e})]}):Gp.test(e)?O.jsxs("div",{className:"flex flex-col items-center justify-center h-full p-4 bg-neutral-950 gap-3",children:[O.jsxs("svg",{width:"48",height:"48",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",className:"text-neutral-600",children:[O.jsx("path",{d:"M9 18V5l12-2v13",strokeLinecap:"round",strokeLinejoin:"round"}),O.jsx("circle",{cx:"6",cy:"18",r:"3"}),O.jsx("circle",{cx:"18",cy:"16",r:"3"})]}),O.jsx("audio",{src:n,controls:!0,className:"w-full max-w-[280px]"}),O.jsx("span",{className:"text-[11px] text-neutral-500 font-mono",children:e})]}):O.jsxs("div",{className:"flex flex-col items-center justify-center h-full p-4 bg-neutral-950 gap-2",children:[O.jsxs("svg",{width:"40",height:"40",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",className:"text-neutral-600",children:[O.jsx("path",{d:"M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z",strokeLinecap:"round",strokeLinejoin:"round"}),O.jsx("polyline",{points:"14 2 14 8 20 8",strokeLinecap:"round",strokeLinejoin:"round"})]}),O.jsx("span",{className:"text-sm text-neutral-400 font-medium",children:r}),O.jsx("span",{className:"text-[11px] text-neutral-600 font-mono",children:e}),O.jsx("span",{className:"text-[10px] text-neutral-600",children:"Binary file — preview not available"})]})}const L9=h.createContext(null);function _9(){const t=h.useContext(L9);if(!t)throw new Error("useFileManagerContext must be used within FileManagerProvider");return t}function oz({value:{editingFile:t,setEditingFile:e,projectDir:n,fileTree:r,setFileTree:i,editingPathRef:l,projectIdRef:o,saveTimerRef:c,importedFontAssetsRef:f,readProjectFile:m,writeProjectFile:p,readOptionalProjectFile:g,handleFileSelect:y,handleContentChange:v,refreshFileTree:S,uploadProjectFiles:w,handleCreateFile:k,handleCreateFolder:A,handleDeleteFile:E,handleRenameFile:Q,handleDuplicateFile:C,handleMoveFile:$,handleImportFiles:j,handleImportFonts:Z,compositions:L,assets:F,fontAssets:q},children:z}){const B=h.useMemo(()=>({editingFile:t,setEditingFile:e,projectDir:n,fileTree:r,setFileTree:i,editingPathRef:l,projectIdRef:o,saveTimerRef:c,importedFontAssetsRef:f,readProjectFile:m,writeProjectFile:p,readOptionalProjectFile:g,handleFileSelect:y,handleContentChange:v,refreshFileTree:S,uploadProjectFiles:w,handleCreateFile:k,handleCreateFolder:A,handleDeleteFile:E,handleRenameFile:Q,handleDuplicateFile:C,handleMoveFile:$,handleImportFiles:j,handleImportFonts:Z,compositions:L,assets:F,fontAssets:q}),[t,e,n,r,i,l,o,c,f,m,p,g,y,v,S,w,k,A,E,Q,C,$,j,Z,L,F,q]);return O.jsx(L9,{value:B,children:z})}function cz({leftSidebarRef:t,onSelectComposition:e,onLint:n,linting:r}){const{leftCollapsed:i,leftWidth:l,toggleLeftSidebar:o,handlePanelResizeStart:c,handlePanelResizeMove:f,handlePanelResizeEnd:m}=fg(),{projectId:p}=Mf(),{compositions:g,assets:y,editingFile:v,fileTree:S,handleFileSelect:w,handleCreateFile:k,handleCreateFolder:A,handleDeleteFile:E,handleRenameFile:Q,handleDuplicateFile:C,handleMoveFile:$,handleImportFiles:j,handleContentChange:Z}=_9();return i?O.jsx("div",{className:"flex w-10 flex-shrink-0 flex-col items-center border-r border-neutral-800/50 bg-neutral-950 pt-1",children:O.jsx("button",{type:"button",onClick:o,className:"flex h-8 w-8 items-center justify-center rounded-md border border-transparent text-neutral-500 transition-colors hover:border-neutral-800 hover:bg-neutral-900 hover:text-neutral-300",title:"Show sidebar","aria-label":"Show sidebar",children:O.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[O.jsx("path",{d:"M5 4v16"}),O.jsx("path",{d:"m10 7 5 5-5 5"})]})})}):O.jsxs(O.Fragment,{children:[O.jsx(lz,{ref:t,width:l,projectId:p,compositions:g,assets:y,activeComposition:(v==null?void 0:v.path)??null,onSelectComposition:e,fileTree:S,editingFile:v,onSelectFile:w,onCreateFile:k,onCreateFolder:A,onDeleteFile:E,onRenameFile:Q,onDuplicateFile:C,onMoveFile:$,onImportFiles:j,codeChildren:v?Zb(v.path)?O.jsx(sz,{projectId:p,filePath:v.path}):O.jsx(zX,{content:v.content??"",filePath:v.path,onChange:Z}):void 0,onLint:n,linting:r,onToggleCollapse:o}),O.jsx("div",{className:"group w-2 flex-shrink-0 cursor-col-resize flex items-center justify-center",style:{touchAction:"none"},onPointerDown:L=>c("left",L),onPointerMove:f,onPointerUp:m,children:O.jsx("div",{className:"h-[52px] w-px bg-white/12 transition-colors group-hover:bg-white/18 group-active:bg-white/24"})})]})}function uz({projectId:t,directUrl:e}){return e??t}const fz=h.memo(function({projectId:e,iframeRef:n,onIframeLoad:r,onCompositionLoadingChange:i,portrait:l,directUrl:o,refreshKey:c,suppressLoadingOverlay:f}){const m=uz({projectId:e,directUrl:o}),p=h.useRef(c),[g,y]=h.useState(null),v=h.useRef(null);if(c!==p.current){const k=`${m}:${p.current??0}`;p.current=c,y(k)}const S=`${m}:${c??0}`,w=()=>{r(),v.current&&clearTimeout(v.current),v.current=setTimeout(()=>{y(null),v.current=null},160)};return O.jsx("div",{className:"flex flex-col h-full min-h-0",children:O.jsxs("div",{className:"relative flex-1 flex items-center justify-center p-2 overflow-hidden min-h-0 outline-none focus:ring-1 focus:ring-studio-accent/40",tabIndex:0,"aria-label":"Composition preview",children:[g&&O.jsx(v2,{projectId:o?void 0:e,directUrl:o,onLoad:()=>{},portrait:l,style:{position:"absolute",inset:0,zIndex:0,opacity:1}},g),O.jsx(v2,{ref:n,projectId:o?void 0:e,directUrl:o,onLoad:g?w:r,onCompositionLoadingChange:i,portrait:l,style:g?{position:"absolute",inset:0,zIndex:1}:void 0,suppressLoadingOverlay:f},S)]})})});function hz({stack:t,onNavigate:e}){return t.length<=1?null:O.jsxs("nav",{"aria-label":"Composition navigation",className:"flex items-center gap-1 px-2 h-8 border-b border-neutral-800/50 bg-neutral-900/50 flex-shrink-0",children:[O.jsx("button",{type:"button",onClick:()=>e(t.length-2),className:"flex items-center gap-1 px-1.5 py-0.5 rounded text-xs text-neutral-400 hover:text-white hover:bg-neutral-800 transition-colors",title:"Back (Esc)",children:O.jsx(u$,{size:12,weight:"bold"})}),t.map((n,r)=>{const i=r===t.length-1;return O.jsxs("span",{className:"flex items-center gap-1",children:[r>0&&O.jsx(Yb,{size:10,className:"text-neutral-600 flex-shrink-0"}),i?O.jsx("span",{className:"text-xs text-neutral-200 font-medium",children:n.label}):O.jsx("button",{type:"button",onClick:()=>e(r),className:"text-xs text-neutral-500 hover:text-neutral-200 transition-colors",children:n.label})]},n.id)})]})}function dz({projectId:t,activeCompositionPath:e,onCompositionChange:n}){const[r,i]=h.useState([{id:"master",label:"Master",previewUrl:`/api/projects/${t}/preview`}]),l=h.useRef(n);l.current=n;const o=h.useCallback(v=>{i(S=>{var A;const w=typeof v=="function"?v(S):v,k=(A=w[w.length-1])==null?void 0:A.id;return queueMicrotask(()=>{var E;return(E=l.current)==null?void 0:E.call(l,k==="master"?null:k)}),w})},[]),c=h.useRef(0),[f,m]=h.useState(new Map),p=h.useRef(f);p.current=f;const g=h.useCallback(v=>{v===0&&c.current>0&&Oe.getState().setCurrentTime(c.current),Oe.getState().setElements([]),o(S=>S.slice(0,v+1))},[]),y=h.useCallback(v=>{if(!v.compositionSrc)return;c.current=Oe.getState().currentTime;const S=v.id;let w=p.current.get(S);if(!w){const k=v.compositionSrc,A=k.match(/compositions\/.*\.html/);w=A?A[0]:k}Oe.getState().setElements([]),o(k=>{var C;if(k[k.length-1].id===w&&k.length>1)return k.slice(0,-1);const E=((C=w.split("/").pop())==null?void 0:C.replace(/\.html$/,""))||w,Q=`/api/projects/${t}/preview/comp/${w}`;return[...k,{id:w,label:E,previewUrl:Q}]})},[t]);return h.useEffect(()=>{if(e==="index.html")Oe.getState().setElements([]),o(v=>v.length>1?[v[0]]:v);else if(e&&e.startsWith("compositions/")){const v=e.replace(/^compositions\//,"").replace(/\.html$/,""),S=`/api/projects/${t}/preview/comp/${e}`;Oe.getState().setElements([]),o(w=>{var k;return((k=w[w.length-1])==null?void 0:k.id)===e?w:[{id:"master",label:"Master",previewUrl:`/api/projects/${t}/preview`},{id:e,label:v,previewUrl:S}]})}else e||Oe.getState().setElements([])},[e,t,o]),{compositionStack:r,updateCompositionStack:o,handleNavigateComposition:g,handleDrillDown:y,masterSeekRef:c,compIdToSrc:f,setCompIdToSrc:m}}const mz=100,pz=220,gz=120;const Oz=h.memo(function({projectId:e,portrait:n,previewOverlay:r,timelineToolbar:i,timelineFooter:l,refreshKey:o,activeCompositionPath:c,onIframeRef:f,onCompositionChange:m,renderClipContent:p,onFileDrop:g,onDeleteElement:y,onAssetDrop:v,onMoveElement:S,onResizeElement:w,onBlockedEditAttempt:k,onSelectTimelineElement:A,onCompIdToSrcChange:E,timelineVisible:Q,onToggleTimeline:C,onCompositionLoadingChange:$}){const{iframeRef:j,togglePlay:Z,seek:L,onIframeLoad:F,saveSeekPosition:q}=xE(),z=h.useRef(e);z.current!==e&&(z.current=e,Oe.getState().reset());const B=h.useRef(o);h.useEffect(()=>{o!==B.current&&(B.current=o,q())},[o,q]);const H=h.useCallback(()=>{F(),f==null||f(j.current)},[F,j,f]),{compositionStack:te,updateCompositionStack:D,handleNavigateComposition:N,handleDrillDown:Y,compIdToSrc:V,setCompIdToSrc:_}=dz({projectId:e,activeCompositionPath:c,onCompositionChange:m}),G=j,M=h.useCallback(he=>{var Ee;if(!he.compositionSrc)return;const ze=he.id;let qe=V.get(ze);if(!qe)try{const Ve=(Ee=G.current)==null?void 0:Ee.contentDocument;if(Ve){const Qe=Ve.querySelector(`[data-composition-id="${ze}"][data-composition-src]`);Qe&&(qe=Qe.getAttribute("data-composition-src")||void 0)}}catch{}Y({id:ze,compositionSrc:qe??he.compositionSrc})},[V,Y,G]),P=h.useRef(V);P.current=V,kt(()=>{fetch(`/api/projects/${e}/files/index.html`).then(he=>he.json()).then(he=>{const ze=he.content||"",qe=new Map,Ee=/data-composition-id=["']([^"']+)["'][^>]*data-composition-src=["']([^"']+)["']|data-composition-src=["']([^"']+)["'][^>]*data-composition-id=["']([^"']+)["']/g;let Ve;for(;(Ve=Ee.exec(ze))!==null;){const Qe=Ve[1]||Ve[4],ht=Ve[2]||Ve[3];Qe&&ht&&qe.set(Qe,ht)}_(qe),E==null||E(qe)}).catch(()=>{})}),h.useEffect(()=>{if(V.size===0)return;const he=Ee=>{const Ve=P.current;if(Ve.size===0)return null;let Qe=!1;const ht=Ee.map(dt=>{if(dt.compositionSrc)return dt;const Et=Ve.get(dt.id)??Ve.get(dt.id.replace(/-(host|comp|layer)$/,""));return Et?(Qe=!0,{...dt,compositionSrc:Et}):dt});return Qe?ht:null},ze=he(Oe.getState().elements);ze&&Oe.getState().setElements(ze);let qe=!1;return Oe.subscribe((Ee,Ve)=>{if(qe||Ee.elements===Ve.elements||Ee.elements.length===0||Ee.elements.every(ht=>ht.compositionSrc))return;qe=!0;const Qe=he(Ee.elements);Qe&&Ee.setElements(Qe),qe=!1})},[V]);const[X,U]=h.useState(pz),ee=h.useRef(!1),[le,se]=h.useState(!0),ge=h.useCallback(he=>{he||(ee.current=!0),!(he&&ee.current)&&se(he)},[]),de=le;h.useEffect(()=>{$==null||$(le)},[le,$]);const Me=Q??!0,Fe=h.useRef(!1),ke=h.useRef(null),zt=te[te.length-1],Mt=te.length>1?zt.previewUrl:void 0;h.useEffect(()=>{f==null||f(j.current)},[te.length,f,o,j]);const ft=h.useCallback(he=>{de||(he.preventDefault(),Fe.current=!0,he.target.setPointerCapture(he.pointerId))},[de]),Ht=h.useCallback(he=>{if(de||!Fe.current||!ke.current)return;const ze=ke.current.getBoundingClientRect(),qe=he.clientY-ze.top,Ee=ze.height,Ve=Math.max(mz,Math.min(Ee-gz,Ee-qe));U(Ve)},[de]),yt=h.useCallback(()=>{Fe.current=!1},[]),Kt=h.useCallback(he=>{he.key==="Escape"&&te.length>1&&D(ze=>ze.slice(0,-1))},[te.length]);return O.jsxs("div",{ref:ke,className:"flex flex-col h-full min-h-0 bg-neutral-950",onKeyDown:Kt,tabIndex:-1,children:[O.jsxs("div",{className:"flex-1 min-h-0 flex flex-col",children:[O.jsxs("div",{className:"flex-1 min-h-0 relative",children:[O.jsx(fz,{projectId:e,iframeRef:j,onIframeLoad:H,onCompositionLoadingChange:ge,portrait:n,directUrl:Mt,refreshKey:o,suppressLoadingOverlay:ee.current}),r]}),O.jsxs("div",{className:"bg-neutral-950 border-t border-neutral-800/50 flex-shrink-0",children:[te.length>1&&O.jsx(hz,{stack:te,onNavigate:N}),O.jsx(FT,{onTogglePlay:Z,onSeek:L,disabled:de})]})]}),Me?O.jsxs(O.Fragment,{children:[O.jsx("div",{className:"group h-2 flex-shrink-0 cursor-row-resize flex items-center justify-center z-10",style:{touchAction:"none"},onPointerDown:ft,onPointerMove:Ht,onPointerUp:yt,children:O.jsx("div",{className:"h-px w-full bg-white/10 transition-colors group-hover:bg-white/16 group-active:bg-white/22"})}),O.jsxs("div",{className:"relative flex flex-col flex-shrink-0",style:{height:X},"aria-disabled":de||void 0,children:[O.jsxs("div",{className:"flex flex-col flex-1 min-h-0 overflow-hidden bg-neutral-950",onDoubleClick:he=>{he.target.closest("[data-clip]")||de||te.length>1&&D(ze=>ze.slice(0,-1))},children:[O.jsx("div",{className:"flex-shrink-0",children:i}),O.jsx(HM,{onSeek:L,onDrillDown:M,renderClipContent:p,onFileDrop:g,onDeleteElement:y,onAssetDrop:v,onMoveElement:S,onResizeElement:w,onBlockedEditAttempt:k,onSelectElement:A})]}),l&&O.jsx("div",{className:"flex-shrink-0",children:l}),de&&O.jsx("div",{className:"absolute inset-0 z-30 cursor-not-allowed bg-black/18","data-testid":"timeline-loading-disabled-overlay","aria-hidden":"true",onPointerDown:he=>he.preventDefault(),onDragOver:he=>he.preventDefault(),onDrop:he=>he.preventDefault()})]})]}):C?O.jsx("div",{className:"flex-shrink-0 border-t border-neutral-800/50 bg-neutral-950/96",children:O.jsxs("div",{className:"flex h-10 items-center justify-between px-3",children:[O.jsx("div",{className:"text-[10px] font-medium uppercase tracking-[0.16em] text-neutral-500",children:"Timeline"}),O.jsxs("button",{type:"button",onClick:C,className:"flex h-7 items-center gap-1.5 rounded-md border border-neutral-800 px-2.5 text-[11px] font-medium text-neutral-300 transition-colors hover:border-neutral-700 hover:bg-neutral-900 hover:text-neutral-100",title:uS(!1),"aria-label":"Show timeline editor",children:[O.jsxs("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.7",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[O.jsx("rect",{x:"3",y:"13",width:"18",height:"8",rx:"1"}),O.jsx("path",{d:"M7 9h10"}),O.jsx("path",{d:"M8 5h8"})]}),O.jsx("span",{children:"Show"}),O.jsx("span",{className:"hidden rounded bg-white/5 px-1 py-0.5 font-mono text-[9px] text-neutral-500 sm:inline",children:oS})]})]})}):null]})}),xz=new Set(["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"]);function yz(t){return t.metaKey||t.ctrlKey||t.altKey?!1:xz.has(t.key)}function bz(t,e,n){var v,S;let r=null,i=null;try{r=t.contentDocument,i=t.contentWindow}catch{return[]}if(!r||!i)return[];const l=t.getBoundingClientRect(),o=n.getBoundingClientRect(),c=parseFloat(t.style.width)||l.width,f=l.width/c,m=l.left-o.left,p=l.top-o.top,g=r.querySelectorAll(".caption-group"),y=[];for(let w=0;w<e.groupOrder.length;w++){const k=e.groupOrder[w],A=e.groups.get(k);if(!A)continue;const E=g[w];if(!E)continue;const Q=i.getComputedStyle(E);if(parseFloat(Q.opacity)<=.01||Q.visibility==="hidden")continue;const C=[];for(const $ of E.children){const j=$;if(j.dataset.captionWrapper==="true"){const Z=j.querySelector(":scope > span");Z&&C.push(Z)}else j.tagName==="SPAN"&&C.push(j)}if(C.length===0&&((v=E.textContent)!=null&&v.trim())){const $=E.childNodes[0];if($&&$.nodeType===Node.TEXT_NODE){const j=($.textContent||"").split(/\s+/).filter(Boolean),Z=r.createDocumentFragment();for(const L of j){const F=r.createElement("span");F.textContent=L+" ",F.style.display="inline",Z.appendChild(F),C.push(F)}E.replaceChild(Z,$)}else{const j=E.querySelector(":scope > span");if(j&&((S=j.textContent)!=null&&S.trim())){const Z=j.textContent.split(/\s+/).filter(Boolean),L=r.createDocumentFragment();for(const F of Z){const q=r.createElement("span");q.textContent=F+" ",q.style.display="inline",L.appendChild(q),C.push(q)}j.replaceWith(L)}}}for(let $=0;$<A.segmentIds.length;$++){const j=A.segmentIds[$],Z=C[$];if(!Z)continue;const L=Z.getBoundingClientRect();y.push({segmentId:j,groupId:k,groupIndex:w,wordIndex:$,x:L.left*f+m,y:L.top*f+p,width:L.width*f,height:L.height*f})}}return y}function K0(t,e,n){let r=null;try{r=t.contentDocument}catch{return null}if(!r)return null;const i=r.querySelectorAll(".caption-group")[e];if(!i)return null;const l=[];for(const o of i.children){const c=o;if(c.dataset.captionWrapper==="true"){const f=c.querySelector(":scope > span");f&&l.push(f)}else c.tagName==="SPAN"&&l.push(c)}return l[n]??null}function pc(t,e){const n=e.gsap;if(n&&n.getProperty)return{x:n.getProperty(t,"x")||0,y:n.getProperty(t,"y")||0,scale:n.getProperty(t,"scale")||1,rotation:n.getProperty(t,"rotation")||0};const r=t.style.transform||"",i=r.match(/scale\(([^)]+)\)/),l=r.match(/rotate\(([^)]+)deg\)/),o=r.match(/translate\(([^,]+)px,\s*([^)]+)px\)/);return{x:o?parseFloat(o[1]):0,y:o?parseFloat(o[2]):0,scale:i?parseFloat(i[1]):1,rotation:l?parseFloat(l[1]):0}}function $s(t){var i;if(t.dataset.captionWrapper==="true")return t;const e=t.parentElement;if(e&&e.dataset.captionWrapper==="true")return e;const r=t.ownerDocument.createElement("span");return r.style.display="inline-block",r.dataset.captionWrapper="true",(i=t.parentNode)==null||i.insertBefore(r,t),r.appendChild(t),r}function J0(t,e,n,r,i,l){const o=$s(t),c=e.gsap;c&&c.set?c.set(o,{x:n,y:r,scale:i,rotation:l}):o.style.transform=`translate(${n.toFixed(1)}px, ${r.toFixed(1)}px) rotate(${l.toFixed(1)}deg) scale(${i.toFixed(3)})`}function vz(t,e){const n=$s(t),{x:r,y:i,scale:l,rotation:o}=pc(n,e),c={};return Math.abs(r)>.5&&(c.x=r),Math.abs(i)>.5&&(c.y=i),Math.abs(l-1)>.001&&(c.scaleX=l,c.scaleY=l),Math.abs(o)>.1&&(c.rotation=o),c}const Cn=8,s2=20;function z3(t,e,n){const r=vz(e,n);Object.keys(r).length>0&&Ge.getState().updateSegmentStyle(t,r)}const Sz=h.memo(function({iframeRef:e}){const n=Ge(C=>C.isEditMode),r=Ge(C=>C.model),i=Ge(C=>C.selectedSegmentIds),l=Ge(C=>C.selectSegment),o=Ge(C=>C.clearSelection),[c,f]=h.useState([]),m=h.useRef(null),p=h.useRef(r);p.current=r;const g=h.useRef(null);kt(()=>{if(!n)return;let C=[];const $=()=>{const L=e.current,F=p.current,q=m.current;if(!L||!F||!q)return;const z=bz(L,F,q);z.length===C.length&&z.every((B,H)=>Math.abs(B.x-C[H].x)<.5&&Math.abs(B.y-C[H].y)<.5)||(C=z,f(z))},j=setInterval($,66);$();const Z=L=>{const{selectedSegmentIds:F,model:q}=Ge.getState();if(F.size===0||!q)return;const z=L.key;if(!yz(L))return;L.preventDefault();const B=L.shiftKey?10:1,H=z==="ArrowLeft"?-B:z==="ArrowRight"?B:0,te=z==="ArrowUp"?-B:z==="ArrowDown"?B:0,D=e.current,N=D==null?void 0:D.contentWindow;if(!(!D||!N))for(const Y of F)for(let V=0;V<q.groupOrder.length;V++){const _=q.groups.get(q.groupOrder[V]);if(!_)continue;const G=_.segmentIds.indexOf(Y);if(G<0)continue;const M=K0(D,V,G);if(!M)continue;const P=$s(M),X=pc(P,N);J0(M,N,X.x+H,X.y+te,X.scale,X.rotation),z3(Y,M,N);break}};return window.addEventListener("keydown",Z),()=>{clearInterval(j),window.removeEventListener("keydown",Z)}});const y=h.useCallback(()=>{const C=e.current;if(!C)return 1;const $=C.getBoundingClientRect(),j=parseFloat(C.style.width)||$.width;return $.width/j},[e]),v=h.useCallback((C,$,j,Z)=>{Z.stopPropagation(),Z.currentTarget.setPointerCapture(Z.pointerId);const L=e.current;if(!L)return;const F=K0(L,C,$),q=L.contentWindow;if(!F||!q)return;const z=pc($s(F),q);g.current={type:"move",wordEl:F,segmentId:j,startMX:Z.clientX,startMY:Z.clientY,origTX:z.x,origTY:z.y,origScale:z.scale,origRotation:z.rotation}},[e]),S=h.useCallback((C,$,j,Z)=>{var D;Z.stopPropagation(),Z.preventDefault(),Z.currentTarget.setPointerCapture(Z.pointerId);const L=e.current;if(!L)return;const F=K0(L,C,$),q=L.contentWindow;if(!F||!q)return;const z=F.getBoundingClientRect(),B=y(),H=z.left*B+(((D=e.current)==null?void 0:D.getBoundingClientRect().left)??0)+z.width*B/2,te=pc($s(F),q);g.current={type:"scale",wordEl:F,segmentId:j,startMX:Z.clientX,startDxFromCenter:Z.clientX-H,origTX:te.x,origTY:te.y,origScale:te.scale,origRotation:te.rotation}},[e,y]),w=h.useCallback((C,$)=>{$.stopPropagation(),$.preventDefault(),$.currentTarget.setPointerCapture($.pointerId);const j=e.current;if(!j)return;const Z=K0(j,C.groupIndex,C.wordIndex),L=j.contentWindow;if(!Z||!L)return;const F=pc($s(Z),L);g.current={type:"rotate",wordEl:Z,segmentId:C.segmentId,startMX:$.clientX,origTX:F.x,origTY:F.y,origRotation:F.rotation,origScale:F.scale}},[e]),k=h.useCallback(()=>{var C;try{return((C=e.current)==null?void 0:C.contentWindow)??null}catch{return null}},[e]),A=h.useCallback(C=>{const $=g.current;if(!$)return;const j=k();if(j){if($.type==="move"){const Z=y(),L=(C.clientX-$.startMX)/Z,F=(C.clientY-$.startMY)/Z;J0($.wordEl,j,$.origTX+L,$.origTY+F,$.origScale,$.origRotation)}else if($.type==="scale"){const Z=$.startMX-$.startDxFromCenter,L=Math.abs($.startDxFromCenter),F=Math.abs(C.clientX-Z),q=L>5?F/L:1,z=Math.max(.1,$.origScale*q);J0($.wordEl,j,$.origTX,$.origTY,z,$.origRotation)}else if($.type==="rotate"){const L=(C.clientX-$.startMX)/200*90;J0($.wordEl,j,$.origTX,$.origTY,$.origScale,$.origRotation+L)}}},[y,k]),E=h.useCallback(()=>{const C=g.current;if(C){const $=k();$&&z3(C.segmentId,C.wordEl,$),g.current=null}},[k]),Q=h.useCallback(C=>{C.target===C.currentTarget&&o()},[o]);return n?O.jsx("div",{ref:m,className:"absolute inset-0 z-50",style:{pointerEvents:"auto"},onClick:Q,onPointerMove:A,onPointerUp:E,onLostPointerCapture:E,children:c.map(C=>{const $=i.has(C.segmentId);return O.jsx("div",{className:["absolute",$?"ring-2 ring-studio-accent":"hover:ring-1 hover:ring-white/30"].join(" "),style:{left:C.x,top:C.y,width:C.width,height:C.height,cursor:$?"move":"pointer",touchAction:"none",borderRadius:2},onClick:j=>{j.stopPropagation(),l(C.segmentId,j.shiftKey)},onPointerDown:j=>{$&&v(C.groupIndex,C.wordIndex,C.segmentId,j)},children:$&&O.jsxs(O.Fragment,{children:[O.jsx("div",{style:{position:"absolute",left:"50%",top:-s2-Cn,marginLeft:-Cn/2,width:Cn,height:Cn,borderRadius:"50%",backgroundColor:"var(--hf-accent, #3CE6AC)",border:"1px solid rgba(0,0,0,0.5)",cursor:"grab",touchAction:"none"},onPointerDown:j=>w(C,j)}),O.jsx("div",{style:{position:"absolute",left:"50%",top:-s2,width:1,height:s2,marginLeft:-.5,backgroundColor:"var(--hf-accent, #3CE6AC)",opacity:.5,pointerEvents:"none"}}),[{right:-Cn/2,bottom:-Cn/2,cursor:"nwse-resize"},{left:-Cn/2,top:-Cn/2,cursor:"nwse-resize"},{right:-Cn/2,top:-Cn/2,cursor:"nesw-resize"},{left:-Cn/2,bottom:-Cn/2,cursor:"nesw-resize"}].map((j,Z)=>O.jsx("div",{style:{position:"absolute",...j,width:Cn,height:Cn,backgroundColor:"var(--hf-accent, #3CE6AC)",border:"1px solid rgba(0,0,0,0.5)",borderRadius:2,touchAction:"none"},onPointerDown:L=>S(C.groupIndex,C.wordIndex,C.segmentId,L)},Z))]})},C.segmentId)})}):null}),H3=["#3CE6AC","#FF6B6B","#4ECDC4","#FFE66D","#A78BFA","#F472B6","#34D399","#FB923C","#60A5FA","#C084FC"],wz=h.memo(function({pixelsPerSecond:e,onSeek:n}){const r=Ge(w=>w.model),i=Ge(w=>w.selectedSegmentIds),l=Ge(w=>w.selectSegment),o=Ge(w=>w.updateSegmentTiming),c=Ge(w=>w.splitGroup),f=h.useRef(null),m=h.useCallback((w,k,A,E,Q)=>{w.stopPropagation(),w.preventDefault(),w.target.setPointerCapture(w.pointerId),f.current={segId:k,edge:A,originalStart:E,originalEnd:Q,startX:w.clientX}},[]),p=h.useCallback(w=>{const k=f.current;if(!k)return;const A=(w.clientX-k.startX)/e;if(k.edge==="start"){const E=Math.max(0,k.originalStart+A),Q=Math.min(E,k.originalEnd-.05);o(k.segId,Q,k.originalEnd)}else{const E=Math.max(k.originalStart+.05,k.originalEnd+A),Q=Math.max(0,E);o(k.segId,k.originalStart,Q)}},[e,o]),g=h.useCallback(()=>{f.current=null},[]),y=h.useCallback((w,k)=>{w.stopPropagation(),l(k,w.shiftKey)},[l]),v=h.useCallback((w,k,A)=>{w.stopPropagation(),c(k,A)},[c]),S=h.useCallback(w=>{if(!n)return;const k=w.currentTarget.getBoundingClientRect(),A=w.clientX-k.left-32,E=Math.max(0,A/e);n(E)},[n,e]);return r?O.jsx("div",{className:"relative select-none overflow-x-auto",style:{height:40,minWidth:"100%"},onPointerMove:p,onPointerUp:g,onPointerLeave:g,onClick:S,children:r.groupOrder.map((w,k)=>{const A=r.groups.get(w);if(!A)return null;const E=H3[k%H3.length];return A.segmentIds.map(Q=>{const C=r.segments.get(Q);if(!C)return null;const $=32+C.start*e,j=Math.max((C.end-C.start)*e,4),Z=i.has(Q);return O.jsxs("div",{className:`absolute top-1 bottom-1 rounded flex items-center overflow-hidden cursor-pointer${Z?" ring-1 ring-white/50 z-10":""}`,style:{left:$,width:j,backgroundColor:E,zIndex:Z?10:1},onClick:L=>y(L,Q),onDoubleClick:L=>v(L,w,Q),children:[O.jsx("div",{className:"absolute left-0 top-0 bottom-0 cursor-col-resize z-20",style:{width:6},onPointerDown:L=>m(L,Q,"start",C.start,C.end)}),O.jsx("span",{className:"flex-1 truncate px-2 pointer-events-none",style:{fontSize:9,color:"#000000",lineHeight:1},children:C.text}),O.jsx("div",{className:"absolute right-0 top-0 bottom-0 cursor-col-resize z-20",style:{width:6},onPointerDown:L=>m(L,Q,"end",C.start,C.end)})]},Q)})})}):null});function Az(t){const e=t.ownerDocument.defaultView;if(!e)return!0;let n=t;for(;n;){const r=e.getComputedStyle(n);if(r.display==="none"||r.visibility==="hidden")return!1;const i=Number.parseFloat(r.opacity);if(Number.isFinite(i)&&i<=.01)return!1;n=n.parentElement}return!0}function Y3(t){if(!t)return null;const e=Number.parseFloat(t);return Number.isFinite(e)&&e>0?e:null}function kz(t){let e=t;for(;e;){if(e.hasAttribute("data-composition-file")||e.hasAttribute("data-composition-src"))return e;e=e.parentElement}return null}function Tz(t){const e=t.rootScaleX>0?t.rootScaleX:1,n=t.rootScaleY>0?t.rootScaleY:1,r=t.sourceRectWidth&&t.sourceRectWidth>0&&t.sourceWidth&&t.sourceWidth>0?t.sourceRectWidth*e/t.sourceWidth:e,i=t.sourceRectHeight&&t.sourceRectHeight>0&&t.sourceHeight&&t.sourceHeight>0?t.sourceRectHeight*n/t.sourceHeight:n;return{scaleX:r>0?r:e,scaleY:i>0?i:n}}function w1(t,e,n){const r=e.getBoundingClientRect(),i=t.getBoundingClientRect(),l=e.contentDocument,o=(l==null?void 0:l.querySelector("[data-composition-id]"))??(l==null?void 0:l.documentElement)??null,c=o==null?void 0:o.getBoundingClientRect(),f=c==null?void 0:c.width,m=c==null?void 0:c.height;if(!f||!m)return null;const p=n.getBoundingClientRect(),g=r.width/f,y=r.height/m,v=kz(n),S=v==null?void 0:v.getBoundingClientRect(),w=Tz({rootScaleX:g,rootScaleY:y,sourceRectWidth:S==null?void 0:S.width,sourceRectHeight:S==null?void 0:S.height,sourceWidth:Y3((v==null?void 0:v.getAttribute("data-width"))??null),sourceHeight:Y3((v==null?void 0:v.getAttribute("data-height"))??null)});return{left:r.left-i.left+(p.left-c.left)*g,top:r.top-i.top+(p.top-c.top)*y,width:p.width*g,height:p.height*y,editScaleX:w.scaleX,editScaleY:w.scaleY}}const e1=.5;function cf(t,e){return t===e?!0:!t||!e?!1:Math.abs(t.left-e.left)<e1&&Math.abs(t.top-e.top)<e1&&Math.abs(t.width-e.width)<e1&&Math.abs(t.height-e.height)<e1&&Math.abs(t.editScaleX-e.editScaleX)<.001&&Math.abs(t.editScaleY-e.editScaleY)<.001}function D9(t,e){return t===e?!0:t.length!==e.length?!1:t.every((n,r)=>{const i=e[r];return!!(i&&n.key===i.key&&n.element===i.element&&n.selection===i.selection&&cf(n.rect,i.rect))})}function Mz(t){const e=t[0];if(!e)return null;let n=e.left,r=e.top,i=e.left+e.width,l=e.top+e.height;for(const o of t.slice(1))n=Math.min(n,o.left),r=Math.min(r,o.top),i=Math.max(i,o.left+o.width),l=Math.max(l,o.top+o.height);return{left:n,top:r,width:i-n,height:l-r,editScaleX:1,editScaleY:1}}function Ez(t){return t.filter(e=>!t.some(n=>n!==e&&n.element.contains(e.element)))}function pa(t){return[t.sourceFile??"",t.id??"",t.selector??"",t.selectorIndex??""].join("|")}function B3(t,e,n,r){const i=pa(e),l=r.current;if((l==null?void 0:l.key)===i&&l.element.isConnected&&l.element.ownerDocument===t)return l.element;const o=wr(t,e,n);return r.current=o?{key:i,element:o}:null,o}const t1=4,n1=20,$z=.05,F3=15;function Qz(t){t==null||t.focus({preventScroll:!0})}function Cz(t){const e=t.scaleX>0?t.scaleX:1,n=t.scaleY>0?t.scaleY:1;if(t.uniform){const r=t.dx/e,i=t.dy/n,l=Math.abs(r)>=Math.abs(i)?r:i,o=Math.max(1,Math.max(t.actualWidth,t.actualHeight)+l);return{overlayWidth:Math.max(n1,o*e),overlayHeight:Math.max(n1,o*n),width:o,height:o}}return{overlayWidth:Math.max(n1,t.originWidth+t.dx),overlayHeight:Math.max(n1,t.originHeight+t.dy),width:Math.max(1,t.actualWidth+t.dx/e),height:Math.max(1,t.actualHeight+t.dy/n)}}function q3(t,e,n,r){return Math.atan2(r-e,n-t)*180/Math.PI}function Zz(t){return((t+180)%360+360)%360-180}function Pz(t){return Math.round(t*10)/10}function U3(t){const e=q3(t.centerX,t.centerY,t.startX,t.startY),n=q3(t.centerX,t.centerY,t.currentX,t.currentY),r=Zz(n-e),i=t.actualAngle+r;return{angle:t.snap?Math.round(i/F3)*F3:Pz(i)}}function jz(t,e){return Math.abs(e-t)>=$z}function Rz({iframeRef:t,overlayRef:e,selectionRef:n,activeCompositionPathRef:r,groupSelectionsRef:i,hoverSelectionRef:l,rafPausedRef:o}){const[c,f]=h.useState(null),[m,p]=h.useState(null),[g,y]=h.useState([]),v=h.useRef(null),S=h.useRef(null),w=h.useRef([]),k=h.useRef(null),A=h.useRef(null),E=h.useRef(new Map),Q=Z=>{cf(v.current,Z)||(v.current=Z,f(Z))},C=Z=>{cf(S.current,Z)||(S.current=Z,p(Z))},$=Z=>{D9(w.current,Z)||(w.current=Z,y(Z))},j=(Z,L)=>{const F=pa(L),q=E.current.get(F);if(q!=null&&q.isConnected&&q.ownerDocument===Z)return q;const z=wr(Z,L,r.current);return z?E.current.set(F,z):E.current.delete(F),z};return kt(()=>{let Z=0;const L=()=>{Q(null),C(null),$([])},F=()=>{if(Z=requestAnimationFrame(F),o.current)return;const q=n.current,z=t.current,B=e.current;if(!z||!B){k.current=null,A.current=null,E.current.clear(),L();return}const H=z.contentDocument;if(!H){k.current=null,A.current=null,E.current.clear(),L();return}if(q){const _=B3(H,q,r.current,k);_&&Az(_)?Q(w1(B,z,_)):Q(null)}else k.current=null,Q(null);const te=i.current;if(te.length>0){const _=[],G=new Set;for(const M of te){const P=pa(M);G.add(P);const X=j(H,M),U=X?w1(B,z,X):null;X&&U&&_.push({key:P,selection:M,element:X,rect:U})}for(const M of E.current.keys())G.has(M)||E.current.delete(M);$(_)}else E.current.clear(),$([]);const D=l.current,N=!!(q&&D&&pa(q)===pa(D)),Y=!!(D&&te.some(_=>pa(_)===pa(D)));if(!D||N||Y){A.current=null,C(null);return}const V=B3(H,D,r.current,A);if(!V){C(null);return}C(w1(B,z,V))};return Z=requestAnimationFrame(F),()=>cancelAnimationFrame(Z)}),{overlayRect:c,overlayRectRef:v,setOverlayRect:Q,hoverRect:m,hoverRectRef:S,setHoverRect:C,groupOverlayItems:g,groupOverlayItemsRef:w,setGroupOverlayItems:$}}const Nz=100,I3=.01,Vz=1e-6;function G3(t){return Number.isFinite(t.x)&&Number.isFinite(t.y)}function W3(t){return Math.hypot(t.x,t.y)}function K3(t){return Number.isFinite(t.left)&&Number.isFinite(t.top)&&Number.isFinite(t.width)&&Number.isFinite(t.height)}function Lz(t){const e=t.document.documentElement,n=t.innerWidth||e.clientWidth||1,r=t.innerHeight||e.clientHeight||1;return{width:n>0?n:1,height:r>0?r:1}}function _z(t){try{const e=t.frameElement;if(!e)return null;const n=e.ownerDocument.defaultView,r=n==null?void 0:n.HTMLElement;return r&&e instanceof r?e:null}catch{return null}}function o2(t){const e=t.getBoundingClientRect();if(!K3(e)||e.width<=0&&e.height<=0)return null;let n={x:e.left+e.width/2,y:e.top+e.height/2},r=t.ownerDocument.defaultView;for(;r;){const i=_z(r);if(!i)break;const l=i.getBoundingClientRect();if(!K3(l)||l.width<=0||l.height<=0)return null;const o=Lz(r);n={x:l.left+n.x*(l.width/o.width),y:l.top+n.y*(l.height/o.height)},r=i.ownerDocument.defaultView}return n}function Dz(t){const e=t.a*t.d-t.b*t.c;return!Number.isFinite(e)||Math.abs(e)<Vz?null:{a:t.d/e,b:-t.b/e,c:-t.c/e,d:t.a/e}}function Xz(t,e){return{x:t.a*e.x+t.c*e.y,y:t.b*e.x+t.d*e.y}}function zz(t,e,n={}){const r=n.probeSize??Nz;if(!Number.isFinite(r)||r<=0)return{ok:!1,reason:"Invalid movement probe size."};const i=eg(t);try{f1(t,e);const l=o2(t);if(!l)return{ok:!1,reason:"Element has no measurable box."};f1(t,{x:e.x+r,y:e.y});const o=o2(t);if(!o)return{ok:!1,reason:"Element X movement could not be measured."};f1(t,{x:e.x,y:e.y+r});const c=o2(t);if(!c)return{ok:!1,reason:"Element Y movement could not be measured."};const f={x:(o.x-l.x)/r,y:(o.y-l.y)/r},m={x:(c.x-l.x)/r,y:(c.y-l.y)/r};if(!G3(f)||!G3(m)||W3(f)<I3||W3(m)<I3)return{ok:!1,reason:"Element movement response is too small to measure."};const p={a:f.x,b:f.y,c:m.x,d:m.y},g=Dz(p);return g?{ok:!0,matrix:g}:{ok:!1,reason:"Element movement response is not invertible."}}finally{il(t,i)}}function Hz(t){const e=Xz(t.screenToOffset,{x:t.dx,y:t.dy});return{x:t.initialOffset.x+e.x,y:t.initialOffset.y+e.y}}function X9(t){const e=j2(t.element),n=eg(t.element),r=Ev(t.element),i=zz(t.element,e);return i.ok?{ok:!0,member:{key:t.key,selection:t.selection,element:t.element,initialOffset:e,initialPathOffset:n,gestureToken:r,screenToOffset:i.matrix,originRect:t.rect}}:(il(t.element,n),vr(t.element,r),{ok:!1,reason:i.reason,selection:t.selection})}function z9(t,e,n){return Hz({initialOffset:t.initialOffset,screenToOffset:t.screenToOffset,dx:e,dy:n})}function J3(t,e,n){const r=z9(t,e,n);return f1(t.element,r),r}function eb(t,e,n){const r=z9(t,e,n);return Pv(t.element,r),r}function Yz(t){il(t.element,t.initialPathOffset),vr(t.element,t.gestureToken)}function H9(t){for(const e of t)Yz(e)}function tb(t){for(const e of t)vr(e.element,e.gestureToken)}function Bz(t,e){var o,c,f;const n=e.groupOverlayItemsRef.current;if(n.length<=1)return!1;const r=(o=n.find(m=>!m.selection.capabilities.canApplyManualOffset))==null?void 0:o.selection;if(r)return t.preventDefault(),t.stopPropagation(),e.onBlockedMoveRef.current(r),!1;(f=(c=e.onManualDragStartRef).current)==null||f.call(c);const i=Ez(n),l=[];for(const m of i){const p=X9({key:m.key,selection:m.selection,element:m.element,rect:m.rect});if(!p.ok)return H9(l),t.preventDefault(),t.stopPropagation(),e.onBlockedMoveRef.current(p.selection),!1;l.push(p.member)}return t.preventDefault(),t.stopPropagation(),t.currentTarget.setPointerCapture(t.pointerId),e.rafPausedRef.current=!0,e.groupGestureRef.current={startX:t.clientX,startY:t.clientY,originItems:n,members:l},!0}function Fz(t,e,n,r){var Q,C;const i=(r==null?void 0:r.selection)??n.selectionRef.current,l=(r==null?void 0:r.rect)??n.overlayRectRef.current,o=n.boxRef.current,c=n.overlayRef.current;if(!i||!l||t!=="drag"&&!o)return!1;const f=t==="rotate"?"rotation":t==="drag"?"path-offset":"box-size";if(t==="drag"&&!i.capabilities.canApplyManualOffset||t==="resize"&&!i.capabilities.canApplyManualSize||t==="rotate"&&!i.capabilities.canApplyManualRotation||t==="resize"&&(!Number.isFinite(l.width)||!Number.isFinite(l.height)))return!1;const m=E1(i.element),p=$v(i.element),g=m.width>0?m.width:l.width/l.editScaleX,y=m.height>0?m.height:l.height/l.editScaleY;let v=eg(i.element),S,w;if(t==="drag"){(C=(Q=n.onManualDragStartRef).current)==null||C.call(Q);const $=X9({key:pa(i),selection:i,element:i.element,rect:l});if(!$.ok)return n.onBlockedMoveRef.current($.selection),!1;w=$.member,v=$.member.initialPathOffset,S=$.member.gestureToken}else S=Ev(i.element);const k=c==null?void 0:c.getBoundingClientRect(),A=((k==null?void 0:k.left)??0)+l.left+l.width/2,E=((k==null?void 0:k.top)??0)+l.top+l.height/2;return e.preventDefault(),e.stopPropagation(),e.currentTarget.setPointerCapture(e.pointerId),n.rafPausedRef.current=!0,n.gestureRef.current={kind:t,mode:f,selection:i,startX:e.clientX,startY:e.clientY,centerX:A,centerY:E,initialPathOffset:v,initialRotation:vQ(i.element),initialBoxSize:bQ(i.element),pathOffsetMember:w,originLeft:l.left,originTop:l.top,originWidth:l.width,originHeight:l.height,actualWidth:g,actualHeight:y,actualRotation:p.angle,editScaleX:l.editScaleX,editScaleY:l.editScaleY,manualEditDragToken:S},!0}function qz(t){const e=p=>{cf(t.overlayRectRef.current,p)||(t.overlayRectRef.current=p,t.setOverlayRect(p))},n=p=>{e({left:p.originLeft,top:p.originTop,width:p.originWidth,height:p.originHeight,editScaleX:p.editScaleX,editScaleY:p.editScaleY})},r=p=>{D9(t.groupOverlayItemsRef.current,p)||(t.groupOverlayItemsRef.current=p,t.setGroupOverlayItems(p))},i=p=>{H9(p.members),r(p.originItems)};return{startGesture:(p,g,y)=>Fz(p,g,t,y),startGroupDrag:p=>Bz(p,t),onPointerMove:p=>{const g=t.gestureRef.current,y=t.groupGestureRef.current,v=(g==null?void 0:g.selection)??t.selectionRef.current,S=t.boxRef.current,w=t.blockedMoveRef.current;if(!w&&!g&&!y&&t.onCanvasPointerMoveRef.current(p,{preferClipAncestor:!1}),w&&v){const E=p.clientX-w.startX,Q=p.clientY-w.startY;!w.notified&&Math.hypot(E,Q)>=t1&&(w.notified=!0,t.suppressNextBoxClickRef.current=!0,t.onBlockedMoveRef.current(v));return}if(y){const E=p.clientX-y.startX,Q=p.clientY-y.startY;r(y.originItems.map(C=>({...C,rect:{...C.rect,left:C.rect.left+E,top:C.rect.top+Q}})));for(const C of y.members)J3(C,E,Q);return}if(!g||!v)return;const k=p.clientX-g.startX,A=p.clientY-g.startY;if(g.kind==="rotate"){VQ(v.element,U3({centerX:g.centerX,centerY:g.centerY,startX:g.startX,startY:g.startY,currentX:p.clientX,currentY:p.clientY,actualAngle:g.actualRotation,snap:p.shiftKey}));return}if(g.kind==="drag"){const E=g.originLeft+k,Q=g.originTop+A;e({left:E,top:Q,width:g.originWidth,height:g.originHeight,editScaleX:g.editScaleX,editScaleY:g.editScaleY}),S&&(S.style.left=`${E}px`,S.style.top=`${Q}px`),g.pathOffsetMember&&J3(g.pathOffsetMember,k,A)}else{if(!S)return;const E=Cz({originWidth:g.originWidth,originHeight:g.originHeight,actualWidth:g.actualWidth,actualHeight:g.actualHeight,scaleX:g.editScaleX,scaleY:g.editScaleY,dx:k,dy:A,uniform:p.shiftKey});e({left:g.originLeft,top:g.originTop,width:E.overlayWidth,height:E.overlayHeight,editScaleX:g.editScaleX,editScaleY:g.editScaleY}),S.style.width=`${E.overlayWidth}px`,S.style.height=`${E.overlayHeight}px`,jQ(v.element,E)}},onPointerUp:p=>{const g=t.gestureRef.current,y=t.groupGestureRef.current,v=(g==null?void 0:g.selection)??t.selectionRef.current,S=t.boxRef.current;if(t.blockedMoveRef.current=null,y){t.groupGestureRef.current=null,t.rafPausedRef.current=!1;const k=p.clientX-y.startX,A=p.clientY-y.startY;if(Math.hypot(k,A)<t1){i(y),t.suppressNextBoxClickRef.current=!0;return}r(y.originItems.map(Q=>({...Q,rect:{...Q.rect,left:Q.rect.left+k,top:Q.rect.top+A}})));const E=y.members.map(Q=>({selection:Q.selection,next:eb(Q,k,A)}));Promise.resolve(t.onGroupPathOffsetCommitRef.current(E)).catch(()=>{for(const Q of y.members)Q.gestureToken&&w0(Q.element,Q.gestureToken)&&il(Q.element,Q.initialPathOffset)}).finally(()=>tb(y.members));return}if(!g||!v){t.gestureRef.current=null,t.rafPausedRef.current=!1;return}t.gestureRef.current=null,t.rafPausedRef.current=!1;const w=Math.hypot(p.clientX-g.startX,p.clientY-g.startY);if(g.kind==="drag"&&w<t1){il(v.element,g.initialPathOffset),vr(v.element,g.manualEditDragToken),S&&(S.style.left=`${g.originLeft}px`,S.style.top=`${g.originTop}px`),n(g),t.suppressNextBoxClickRef.current=!0,t.onCanvasMouseDown(p,{preferClipAncestor:!1});return}if(g.kind==="resize"&&w<t1){mm(v.element,g.initialBoxSize),vr(v.element,g.manualEditDragToken),S&&(S.style.width=`${g.originWidth}px`,S.style.height=`${g.originHeight}px`),n(g);return}if(g.kind==="rotate"){const k=U3({centerX:g.centerX,centerY:g.centerY,startX:g.startX,startY:g.startY,currentX:p.clientX,currentY:p.clientY,actualAngle:g.actualRotation,snap:p.shiftKey});if(!jz(g.actualRotation,k.angle)){pm(v.element,g.initialRotation),vr(v.element,g.manualEditDragToken);return}Vv(v.element,k),Promise.resolve(t.onRotationCommitRef.current(v,k)).catch(()=>{g.manualEditDragToken&&w0(v.element,g.manualEditDragToken)&&pm(v.element,g.initialRotation)}).finally(()=>vr(v.element,g.manualEditDragToken))}else if(g.kind==="drag"){const k=p.clientX-g.startX,A=p.clientY-g.startY;if(!g.pathOffsetMember)return;const E=eb(g.pathOffsetMember,k,A),Q=g.originLeft+k,C=g.originTop+A;e({left:Q,top:C,width:g.originWidth,height:g.originHeight,editScaleX:g.editScaleX,editScaleY:g.editScaleY}),S&&(S.style.left=`${Q}px`,S.style.top=`${C}px`),Promise.resolve(t.onPathOffsetCommitRef.current(v,E)).catch(()=>{var $;($=g.pathOffsetMember)!=null&&$.gestureToken&&w0(v.element,g.pathOffsetMember.gestureToken)&&il(v.element,g.initialPathOffset)}).finally(()=>{g.pathOffsetMember&&tb([g.pathOffsetMember])})}else{const k=E1(v.element);Rv(v.element,k),Promise.resolve(t.onBoxSizeCommitRef.current(v,k)).catch(()=>{g.manualEditDragToken&&w0(v.element,g.manualEditDragToken)&&mm(v.element,g.initialBoxSize)}).finally(()=>vr(v.element,g.manualEditDragToken))}},clearPointerState:p=>{const g=t.groupGestureRef.current;g&&i(g);const y=t.gestureRef.current,v=(y==null?void 0:y.selection)??p.current;(y==null?void 0:y.mode)==="path-offset"&&v&&(il(v.element,y.initialPathOffset),vr(v.element,y.manualEditDragToken),n(y)),(y==null?void 0:y.mode)==="box-size"&&v&&(mm(v.element,y.initialBoxSize),vr(v.element,y.manualEditDragToken),n(y)),(y==null?void 0:y.mode)==="rotation"&&v&&(pm(v.element,y.initialRotation),vr(v.element,y.manualEditDragToken)),t.blockedMoveRef.current=null,t.groupGestureRef.current=null,t.gestureRef.current=null,t.rafPausedRef.current=!1}}}const Uz=h.memo(function({iframeRef:e,activeCompositionPath:n,selection:r,groupSelections:i=[],hoverSelection:l,allowCanvasMovement:o=!0,onCanvasMouseDown:c,onCanvasPointerMove:f,onCanvasPointerLeave:m,onSelectionChange:p,onBlockedMove:g,onManualDragStart:y,onPathOffsetCommit:v,onGroupPathOffsetCommit:S,onBoxSizeCommit:w,onRotationCommit:k}){const A=h.useRef(null),E=h.useRef(null),Q=h.useRef(null),C=h.useRef(null),$=h.useRef(null),j=h.useRef(!1),Z=h.useRef(!1),L=h.useRef(!1),F=h.useRef(!1),q=h.useRef(r);q.current=r;const z=h.useRef(n);z.current=n;const B=h.useRef(i);B.current=i;const H=h.useRef(l);H.current=l;const te=h.useRef(v);te.current=v;const D=h.useRef(S);D.current=S;const N=h.useRef(w);N.current=w;const Y=h.useRef(k);Y.current=k;const V=h.useRef(g);V.current=g;const _=h.useRef(y);_.current=y;const G=h.useRef(f);G.current=f;const M=h.useRef(m);M.current=m;const P=h.useRef(p);P.current=p;const{overlayRect:X,overlayRectRef:U,setOverlayRect:ee,hoverRect:le,groupOverlayItems:se,groupOverlayItemsRef:ge,setGroupOverlayItems:de}=Rz({iframeRef:e,overlayRef:A,selectionRef:q,activeCompositionPathRef:z,groupSelectionsRef:B,hoverSelectionRef:H,rafPausedRef:F}),Me=qz({overlayRef:A,boxRef:E,selectionRef:q,overlayRectRef:U,groupOverlayItemsRef:ge,gestureRef:Q,groupGestureRef:C,blockedMoveRef:$,rafPausedRef:F,suppressNextBoxClickRef:j,setOverlayRect:ee,setGroupOverlayItems:de,onBlockedMoveRef:V,onManualDragStartRef:_,onPathOffsetCommitRef:te,onGroupPathOffsetCommitRef:D,onBoxSizeCommitRef:N,onRotationCommitRef:Y,onCanvasPointerMoveRef:G,onCanvasMouseDown:c}),Fe=h.useMemo(()=>r?`${r.sourceFile}:${r.id??r.selector??r.label}:${r.selectorIndex??0}`:"none",[r]),ke=h.useMemo(()=>Mz(se.map(he=>he.rect)),[se]),zt=i.length>1,Mt=zt&&se.length>1&&se.every(he=>he.selection.capabilities.canApplyManualOffset),ft=he=>{if(L.current){L.current=!1,Z.current=!1,j.current=!1,he.preventDefault(),he.stopPropagation();return}const ze=he.target;ze!=null&&ze.closest('[data-dom-edit-selection-box="true"]')||(c(he,{preferClipAncestor:!1}),he.shiftKey&&(Z.current=!0,j.current=!0))},Ht=he=>{if(!o||he.button!==0)return;if(he.shiftKey){const dt=G.current(he,{preferClipAncestor:!1})??H.current;if(!dt)return;he.preventDefault(),he.stopPropagation(),L.current=!0,Z.current=!0,j.current=!0,P.current(dt,{additive:!0});return}const ze=he.target;if(ze!=null&&ze.closest('[data-dom-edit-selection-box="true"]'))return;const qe=G.current(he,{preferClipAncestor:!1})??H.current;if(!(qe!=null&&qe.capabilities.canApplyManualOffset))return;const Ee=A.current,Ve=e.current,Qe=Ee&&Ve?w1(Ee,Ve,qe.element):null;if(!Qe)return;if(L.current=!0,q.current=qe,U.current=Qe,ee(Qe),!Me.startGesture("drag",he,{selection:qe,rect:Qe})){L.current=!1;return}P.current(qe)},yt=he=>{if(!(Q.current||C.current)){if(j.current){j.current=!1,he.stopPropagation();return}c(he,{preferClipAncestor:!1})}},Kt=he=>{Z.current&&(Z.current=!1,he.preventDefault(),he.stopPropagation())};return O.jsxs("div",{ref:A,className:"absolute inset-0 z-10 pointer-events-auto outline-none",tabIndex:-1,"aria-label":"Composition canvas",onPointerDownCapture:he=>Qz(he.currentTarget),onPointerDown:Ht,onMouseDown:ft,onPointerMove:Me.onPointerMove,onPointerLeave:()=>M.current(),onPointerUp:Me.onPointerUp,onPointerCancel:()=>Me.clearPointerState(q),children:[l&&le&&O.jsx("div",{"aria-hidden":"true","data-dom-edit-hover-box":"true",className:"pointer-events-none absolute rounded-xl border border-studio-accent/80 bg-studio-accent/5 shadow-[0_0_0_1px_rgba(60,230,172,0.25)]",style:{left:le.left,top:le.top,width:le.width,height:le.height}}),zt&&se.length>1&&ke&&O.jsxs(O.Fragment,{children:[se.map(he=>O.jsx("div",{"aria-hidden":"true",className:"pointer-events-none absolute rounded-xl border border-studio-accent/70 bg-studio-accent/[0.03]",style:{left:he.rect.left,top:he.rect.top,width:he.rect.width,height:he.rect.height}},he.key)),O.jsx("div",{"data-dom-edit-selection-box":"true",className:"pointer-events-auto absolute rounded-xl border border-studio-accent bg-studio-accent/5 shadow-[0_0_0_1px_rgba(60,230,172,0.3)]",style:{left:ke.left,top:ke.top,width:ke.width,height:ke.height,cursor:o&&Mt?"move":"default"},onPointerDown:he=>{!o||he.shiftKey||Me.startGroupDrag(he)},onMouseDown:Kt,onClick:yt})]}),!zt&&r&&X&&O.jsxs(O.Fragment,{children:[o&&r.capabilities.canApplyManualRotation&&O.jsxs("div",{className:"pointer-events-none absolute",style:{left:X.left+X.width/2,top:X.top-34,width:28,height:34,transform:"translateX(-50%)"},children:[O.jsx("div",{className:"absolute left-1/2 top-3 bottom-0 w-px -translate-x-1/2 bg-studio-accent/60"}),O.jsx("button",{type:"button",className:"pointer-events-auto absolute left-1/2 top-0 h-3 w-3 -translate-x-1/2 rounded-full border border-studio-accent bg-studio-accent p-0 shadow-[0_0_0_2px_rgba(60,230,172,0.18)]",style:{cursor:"grab",touchAction:"none"},title:"Rotate","aria-label":"Rotate selection",onPointerDown:he=>{he.stopPropagation(),Me.startGesture("rotate",he)}})]}),O.jsx("div",{ref:E,"data-dom-edit-selection-box":"true",className:"pointer-events-auto absolute rounded-xl border border-studio-accent/80 bg-studio-accent/5 shadow-[0_0_0_1px_rgba(60,230,172,0.25)]",style:{left:X.left,top:X.top,width:X.width,height:X.height,cursor:o&&r.capabilities.canApplyManualOffset?"move":"default"},onPointerDown:he=>{if(!(!o||he.shiftKey)){if(r.capabilities.canApplyManualOffset){Me.startGesture("drag",he);return}he.preventDefault(),he.stopPropagation(),he.currentTarget.setPointerCapture(he.pointerId),$.current={pointerId:he.pointerId,startX:he.clientX,startY:he.clientY,notified:!1}}},onMouseDown:Kt,onClick:yt,children:o&&r.capabilities.canApplyManualSize&&O.jsx("div",{className:"absolute -right-1.5 -bottom-1.5 w-3 h-3 rounded-sm bg-studio-accent border border-studio-accent/60",style:{cursor:"se-resize",touchAction:"none"},onPointerDown:he=>{he.stopPropagation(),Me.startGesture("resize",he)}})},Fe)]})]})});function Iz({timelineToolbar:t,renderClipContent:e,handleTimelineElementDelete:n,handleTimelineAssetDrop:r,handleTimelineFileDrop:i,handleTimelineElementMove:l,handleTimelineElementResize:o,handleBlockedTimelineEdit:c,setCompIdToSrc:f,setCompositionLoading:m,shouldShowSelectedDomBounds:p}){const{projectId:g,refreshKey:y,activeCompPath:v,setActiveCompPath:S,captionEditMode:w,compositionLoading:k,isPlaying:A,previewIframeRef:E,refreshPreviewDocumentVersion:Q,handlePreviewIframeRef:C,timelineVisible:$,toggleTimelineVisibility:j}=Mf(),{domEditHoverSelection:Z,domEditSelection:L,domEditGroupSelections:F,handleTimelineElementSelect:q,handlePreviewCanvasMouseDown:z,handlePreviewCanvasPointerMove:B,handlePreviewCanvasPointerLeave:H,applyDomSelection:te,handleBlockedDomMove:D,handleDomManualDragStart:N,handleDomPathOffsetCommit:Y,handleDomGroupPathOffsetCommit:V,handleDomBoxSizeCommit:_,handleDomRotationCommit:G}=hg();return O.jsx("div",{className:"flex-1 relative min-w-0",children:O.jsx(Oz,{projectId:g,refreshKey:y,activeCompositionPath:v,timelineToolbar:t,renderClipContent:e,onDeleteElement:n,onAssetDrop:r,onFileDrop:i,onMoveElement:l,onResizeElement:o,onBlockedEditAttempt:c,onSelectTimelineElement:q,onCompIdToSrcChange:f,onCompositionLoadingChange:m,onCompositionChange:M=>{M!==v&&(S(M),Q())},onIframeRef:C,previewOverlay:w?O.jsx(Sz,{iframeRef:E}):cn?O.jsx(Uz,{iframeRef:E,activeCompositionPath:v,hoverSelection:z2&&!w&&!k&&!A?Z:null,selection:p?L:null,groupSelections:p?F:[],allowCanvasMovement:NC,onCanvasMouseDown:z,onCanvasPointerMove:B,onCanvasPointerLeave:H,onSelectionChange:te,onBlockedMove:D,onManualDragStart:N,onPathOffsetCommit:Y,onGroupPathOffsetCommit:V,onBoxSizeCommit:_,onRotationCommit:G}):null,timelineFooter:w?O.jsxs("div",{className:"border-t border-neutral-800/30 flex-shrink-0",style:{height:60},children:[O.jsx("div",{className:"flex items-center gap-1.5 px-2 py-0.5",children:O.jsx("span",{className:"text-[9px] font-medium text-neutral-500 uppercase tracking-wider",children:"Captions"})}),O.jsx(wz,{pixelsPerSecond:100})]}):void 0,timelineVisible:$,onToggleTimeline:j})})}function Wn(t){return Math.max(0,Math.min(255,Math.round(t)))}function eO(t){return Math.max(0,Math.min(1,t))}function c2(t){return Wn(t).toString(16).padStart(2,"0")}function Gz(t){return`${Math.round(eO(t)*100)/100}`}function Y9(t){const e=t.trim().toLowerCase();if(!e)return null;if(e==="transparent")return{red:0,green:0,blue:0,alpha:0};const n=e.match(/^#([0-9a-f]{3})$/i);if(n){const[l,o,c]=n[1].split("");return{red:Number.parseInt(l+l,16),green:Number.parseInt(o+o,16),blue:Number.parseInt(c+c,16),alpha:1}}const r=e.match(/^#([0-9a-f]{6})$/i);if(r)return{red:Number.parseInt(r[1].slice(0,2),16),green:Number.parseInt(r[1].slice(2,4),16),blue:Number.parseInt(r[1].slice(4,6),16),alpha:1};const i=e.match(/^rgba?\(\s*([0-9.]+)\s*,\s*([0-9.]+)\s*,\s*([0-9.]+)(?:\s*,\s*([0-9.]+))?\s*\)$/i);return i?{red:Wn(Number.parseFloat(i[1])),green:Wn(Number.parseFloat(i[2])),blue:Wn(Number.parseFloat(i[3])),alpha:eO(i[4]!=null?Number.parseFloat(i[4]):1)}:null}function u2(t){return`#${c2(t.red)}${c2(t.green)}${c2(t.blue)}`}function r1(t){const e=Wn(t.red),n=Wn(t.green),r=Wn(t.blue),i=eO(t.alpha);return i>=1?`rgb(${e}, ${n}, ${r})`:`rgba(${e}, ${n}, ${r}, ${Gz(i)})`}function Wz(t){const e=Wn(t.red)/255,n=Wn(t.green)/255,r=Wn(t.blue)/255,i=Math.max(e,n,r),l=Math.min(e,n,r),o=i-l;let c=0;return o!==0&&(i===e?c=60*((n-r)/o%6):i===n?c=60*((r-e)/o+2):c=60*((e-n)/o+4)),c<0&&(c+=360),{hue:c,saturation:i===0?0:o/i,value:i}}function nb(t){const e=(t.hue%360+360)%360/60,n=Math.max(0,Math.min(1,t.saturation)),r=Math.max(0,Math.min(1,t.value)),i=r*n,l=i*(1-Math.abs(e%2-1)),o=r-i;let c=0,f=0,m=0;return e>=0&&e<1?(c=i,f=l):e>=1&&e<2?(c=l,f=i):e>=2&&e<3?(f=i,m=l):e>=3&&e<4?(f=l,m=i):e>=4&&e<5?(c=l,m=i):(c=i,m=l),{red:Wn((c+o)*255),green:Wn((f+o)*255),blue:Wn((m+o)*255)}}const B9=new Set(["inherit","initial","revert","revert-layer","serif","sans-serif","monospace","cursive","fantasy","system-ui","ui-sans-serif","ui-serif","ui-monospace","ui-rounded","emoji","math","fangsong"]),Kz=[...B2,"Inter","system-ui","sans-serif","serif","monospace"];function rb(t){return t.replace(/[^\w .-]+/g," ").replace(/\s+/g," ").trim()}function i1(t){var r,i;const e=((r=t.style)==null?void 0:r.toLowerCase())??"",n=((i=t.fullName)==null?void 0:i.toLowerCase())??"";return e==="regular"||n.endsWith(" regular")?0:e==="normal"||n.endsWith(" normal")?1:e==="medium"||n.endsWith(" medium")?2:3}function f2(t){const e=new Set;return t.reduce((n,r)=>{const i=r.trim();if(!i)return n;const l=i.toLowerCase();return e.has(l)||(e.add(l),n.push(i)),n},[])}function ib(t){const e=new Set;return t.reduce((n,r)=>{const i=r.family.trim();if(!i)return n;const l=i.toLowerCase();return e.has(l)||(e.add(l),n.push({family:i,source:r.source})),n},[])}function Jz(t){return[...t].sort((e,n)=>{const r=ab(e.source)-ab(n.source);if(r!==0)return r;const i=B2.findIndex(c=>c.toLowerCase()===e.family.toLowerCase()),l=B2.findIndex(c=>c.toLowerCase()===n.family.toLowerCase()),o=(i===-1?Number.MAX_SAFE_INTEGER:i)-(l===-1?Number.MAX_SAFE_INTEGER:l);return o===0?e.family.localeCompare(n.family):o})}function ab(t){return t==="Current"?0:t==="Document"?1:t==="Imported"?2:t==="Google"?3:t==="Local"?4:5}const ti="min-w-0 rounded-xl border border-neutral-800 bg-neutral-900/95 px-3 py-2 text-neutral-100 shadow-[inset_0_1px_0_rgba(255,255,255,0.03)] transition-colors focus-within:border-neutral-600",mn="text-[11px] font-medium uppercase tracking-[0.18em] text-neutral-500",Wr="grid grid-cols-[repeat(auto-fit,minmax(118px,1fr))] gap-3",eH={},zp="none",F9={none:"none",soft:"0 12px 36px rgba(0, 0, 0, 0.28)",lift:"0 18px 54px rgba(0, 0, 0, 0.38)",glow:"0 0 0 1px rgba(60, 230, 172, 0.34), 0 18px 56px rgba(60, 230, 172, 0.2)"};function h2(t){return Y9(t)??{red:0,green:0,blue:0,alpha:1}}function lb(t){if(!t)return null;const e=Number.parseFloat(t);return Number.isFinite(e)?e:null}function Dt(t){const e=Math.round(t*100)/100;return Number.isInteger(e)?`${e}`:e.toFixed(2).replace(/0+$/,"").replace(/\.$/,"")}function Ml(t){if(!t)return null;const e=t.trim().match(/^(-?\d+(?:\.\d+)?)([a-z%]*)$/i);if(!e)return null;const n=Number.parseFloat(e[1]);return Number.isFinite(n)?{value:n,unit:e[2]??""}:null}function ga(t){const e=Ml(t);return!e||e.unit&&e.unit.toLowerCase()!=="px"?null:e.value}function q9(t,e,n,r){return Number.isFinite(t)?Math.max(e,Math.min(n,t)):r}function tH(t,e={}){const n=Ml(t.trim());if(!n||n.unit&&n.unit.toLowerCase()!=="px")return null;const r=q9(n.value,e.min??Number.NEGATIVE_INFINITY,e.max??Number.POSITIVE_INFINITY,e.fallback??0);return`${Dt(r)}px`}function Qs(t){return`${Dt(t)}px`}function sb(t,e){const n=e.trim();if(!n||n==="normal")return n||"normal";const r=Ml(n);return r?t==="letter-spacing"?r.unit?n:`${Dt(r.value)}px`:r.unit?n:r.value>4?`${Dt(r.value)}px`:Dt(r.value):n}function nH(t){const e=[];let n="",r=0;for(const i of t.trim()){if(i==="("&&(r+=1),i===")"&&(r=Math.max(0,r-1)),/\s/.test(i)&&r===0){n.trim()&&e.push(n.trim()),n="";continue}n+=i}return n.trim()&&e.push(n.trim()),e}function ob(t,e){const n=t==null?void 0:t.trim();if(!n||n===zp)return 0;const r=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),i=new RegExp(`(?:^|\\s)${r}\\((-?\\d+(?:\\.\\d+)?)px\\)`,"i").exec(n);if(!i)return 0;const l=Number.parseFloat(i[1]);return Number.isFinite(l)?Math.max(0,l):0}function cb(t,e,n){const r=q9(n,0,200,0),i=nH(t&&t.trim()!==zp?t:""),l=e.toLowerCase(),o=i.filter(c=>!c.toLowerCase().startsWith(`${l}(`));return r>0&&o.push(`${e}(${Dt(r)}px)`),o.length>0?o.join(" "):zp}function rH(t){const e=(t==null?void 0:t.trim())||"none";for(const[n,r]of Object.entries(F9))if(e===r)return n;return e==="none"?"none":"custom"}function iH(t,e){return t==="custom"?(e==null?void 0:e.trim())||"none":F9[t]}function aH(t){const e=t==null?void 0:t.trim();return!e||e==="none"?"none":/^inset\(/i.test(e)?"inset":/^circle\(/i.test(e)?"circle":"custom"}function lH(t){const e=/^inset\(\s*(-?\d+(?:\.\d+)?)px\b/i.exec((t==null?void 0:t.trim())??"");if(!e)return 0;const n=Number.parseFloat(e[1]);return Number.isFinite(n)?Math.max(0,n):0}function sH(t,e){const n=[["border-width",t]],r=Ml(t),i=(e==null?void 0:e.trim().toLowerCase())||"none";return r&&r.value>0&&(i==="none"||i==="hidden")&&n.push(["border-style","solid"]),n}function oH(t,e){const n=[["border-style",t]],r=t.trim().toLowerCase();if(!r||r==="none"||r==="hidden")return n;const i=Ml((e==null?void 0:e.trim())||"0");return(!i||i.value<=0)&&n.push(["border-width","1px"]),n}function cH(t,e,n){return t==="custom"?(n==null?void 0:n.trim())||"none":t==="circle"?"circle(50% at 50% 50%)":t==="inset"?`inset(0 round ${Dt(Math.max(0,e))}px)`:"none"}function uH(t,e){return`inset(${Dt(Math.max(0,t))}px round ${Dt(Math.max(0,e))}px)`}function ub(t,e,n){const r=Ml(t);if(!r)return null;const i=n!=null&&n.altKey?.1:n!=null&&n.shiftKey?10:1,l=r.value+i*e;return`${Dt(l)}${r.unit}`}function fH(t){if(!t)return"";const n=t.toLowerCase().indexOf("url(");if(n<0)return"";let r=n+4;for(;r<t.length&&(t[r]===" "||t[r]===`
|
|
116
|
-
`||t[r]==="\r"||t[r]===" "||t[r]==="\f");)r+=1;const i=t[r]==='"'||t[r]==="'"?t[r]:null;if(i){r+=1;const o=t.indexOf(i,r);return o>=r?t.slice(r,o):""}const l=t.indexOf(")",r);return l<r?"":t.slice(r,l).trim()}function U9({value:t,disabled:e,liveCommit:n,onCommit:r}){const[i,l]=h.useState(t),o=h.useRef(null),c=h.useRef(t),f=h.useRef(i),m=h.useRef(null);c.current=t,f.current=i,h.useEffect(()=>{l(t)},[t]),h.useEffect(()=>{const v=m.current;if(!v)return;const S=w=>{if(e)return;const k=w.deltaY===0?w.deltaX:w.deltaY;if(k===0)return;const A=ub(f.current,k<0?1:-1,w);A&&(w.preventDefault(),w.stopPropagation(),l(A),y.current(A))};return v.addEventListener("wheel",S,{passive:!1}),()=>v.removeEventListener("wheel",S)},[e]),h.useEffect(()=>()=>{o.current&&clearTimeout(o.current)},[]);const p=v=>{o.current&&clearTimeout(o.current),v!==c.current&&r(v)},g=v=>{o.current&&clearTimeout(o.current),o.current=setTimeout(()=>{v!==c.current&&r(v)},120)},y=h.useRef(g);return y.current=g,O.jsx("input",{ref:m,type:"text",value:i,disabled:e,onChange:v=>{l(v.target.value),n&&g(v.target.value)},onBlur:()=>p(i),onKeyDown:v=>{if(v.key==="Enter"){v.target.blur();return}if(v.key!=="ArrowUp"&&v.key!=="ArrowDown")return;const S=ub(i,v.key==="ArrowUp"?1:-1,v);S&&(v.preventDefault(),l(S),g(S))},title:Ml(t)?"Scroll or use Arrow keys to adjust":void 0,className:"min-w-0 w-full bg-transparent text-[11px] font-medium text-neutral-100 outline-none disabled:cursor-not-allowed disabled:text-neutral-600"})}function Oa({label:t,value:e,disabled:n,liveCommit:r,scrub:i,onCommit:l}){const o=h.useRef(null),c=h.useCallback(g=>{if(n||!i)return;const y=parseFloat(e);Number.isFinite(y)&&(g.target.setPointerCapture(g.pointerId),o.current={startX:g.clientX,startValue:y,pointerId:g.pointerId})},[n,i,e]),f=h.useCallback(g=>{const y=o.current;if(!y)return;const v=g.clientX-y.startX;l(String(Math.round(y.startValue+v)))},[l]),m=h.useCallback(()=>{o.current=null},[]),p=i&&!n?{className:"flex-shrink-0 text-[11px] font-medium text-neutral-500 cursor-ew-resize select-none",onPointerDown:c,onPointerMove:f,onPointerUp:m}:{className:"flex-shrink-0 text-[11px] font-medium text-neutral-500"};return O.jsx("div",{className:ti,children:O.jsxs("div",{className:"flex min-w-0 items-center gap-3",children:[O.jsx("span",{...p,children:t}),O.jsx(U9,{value:e,disabled:n,liveCommit:r,onCommit:l})]})})}function tO({label:t,value:e,disabled:n,onCommit:r}){return O.jsxs("label",{className:"grid min-w-0 gap-1.5",children:[O.jsx("span",{className:mn,children:t}),O.jsx("div",{className:ti,children:O.jsx(U9,{value:e,disabled:n,onCommit:r})})]})}function ya({value:t,min:e,max:n,step:r,displayValue:i,formatDisplayValue:l,disabled:o,onCommit:c}){const[f,m]=h.useState(t),p=h.useRef(null),g=h.useRef(t);g.current=t,h.useEffect(()=>{m(t)},[t]),h.useEffect(()=>()=>{p.current&&clearTimeout(p.current)},[]);const y=S=>{p.current&&clearTimeout(p.current),S!==g.current&&c(S)},v=S=>{p.current&&clearTimeout(p.current),p.current=setTimeout(()=>{S!==g.current&&c(S)},40)};return O.jsxs("div",{className:"grid min-w-0 grid-cols-[minmax(0,1fr)_auto] items-center gap-2",children:[O.jsx("input",{type:"range",min:e,max:n,step:r,value:f,disabled:o,onChange:S=>{const w=Number(S.target.value);m(w),v(w)},onMouseUp:()=>y(f),onTouchEnd:()=>y(f),onBlur:()=>y(f),className:"h-2 min-w-0 w-full cursor-pointer appearance-none rounded-full bg-neutral-800 accent-[#3ce6ac] disabled:cursor-not-allowed"}),O.jsx("div",{className:"min-w-[52px] rounded-xl border border-neutral-800 bg-neutral-900 px-2 py-2 text-right text-[11px] font-medium text-neutral-100 shadow-[inset_0_1px_0_rgba(255,255,255,0.03)]",children:(l==null?void 0:l(f))??i})]})}function Hp({options:t,value:e,disabled:n,onChange:r}){return O.jsx("div",{className:"grid min-w-0 gap-1 rounded-xl bg-neutral-900 p-1 shadow-[inset_0_1px_0_rgba(255,255,255,0.03)]",style:{gridTemplateColumns:`repeat(${t.length}, minmax(0, 1fr))`},children:t.map(i=>O.jsx("button",{type:"button",disabled:n,onClick:()=>r(i.value),className:`min-w-0 truncate rounded-lg px-2 py-1.5 text-[11px] font-medium transition-colors disabled:cursor-not-allowed ${i.value===e?"bg-neutral-800 text-white shadow-[0_1px_3px_rgba(0,0,0,0.28)]":"text-neutral-500 hover:text-neutral-200"}`,children:i.label},i.value))})}function Pn({label:t,value:e,disabled:n,options:r,onChange:i}){const l=e&&!r.includes(e)?[e,...r]:r;return O.jsxs("label",{className:`${ti} flex items-center gap-3`,children:[O.jsx("span",{className:"flex-shrink-0 text-[11px] font-medium text-neutral-500",children:t}),O.jsx("select",{value:e,disabled:n,onChange:o=>i(o.target.value),className:"min-w-0 w-full appearance-none bg-transparent text-[11px] font-medium text-neutral-100 outline-none disabled:cursor-not-allowed disabled:text-neutral-600",children:l.map(o=>O.jsx("option",{value:o,children:o},o))})]})}function Sr({title:t,icon:e,children:n,accessory:r}){return O.jsxs("section",{className:"min-w-0 border-t border-neutral-800/80 px-4 py-4",children:[O.jsxs("div",{className:"mb-3 flex min-w-0 flex-wrap items-center justify-between gap-2",children:[O.jsxs("div",{className:"flex min-w-0 items-center gap-2.5",children:[O.jsx("span",{className:"flex-shrink-0 text-neutral-500",children:e}),O.jsx("h3",{className:"text-[11px] font-semibold uppercase tracking-[0.12em] text-neutral-300",children:t})]}),r]}),n]})}var hH=kb();function d2(t,e,n){return Math.max(e,Math.min(n,t))}function dH(t,e,n,r){const o=Math.max(12,e.width-n.width-12),c=t.left+t.width/2-n.width/2,f=d2(c,12,o),m=t.bottom+8,p=t.top-n.height-8,g=m+n.height<=e.height-12,y=p>=12;return g||!y?{left:f,top:d2(m,12,Math.max(12,e.height-n.height-12)),placement:"bottom"}:{left:f,top:d2(p,12,Math.max(12,e.height-n.height-12)),placement:"top"}}const fb={width:292,height:386};function hb({label:t,value:e,min:n,max:r,step:i,displayValue:l,background:o,thumbColor:c,disabled:f,onCommit:m}){const p=h.useRef(null),g=(e-n)/(r-n)*100,y=S=>{var E;const w=(E=p.current)==null?void 0:E.getBoundingClientRect();if(!w||w.width<=0)return;const k=n+(S-w.left)/w.width*(r-n),A=Math.round(k/i)*i;m(Math.max(n,Math.min(r,A)))},v=S=>{m(Math.max(n,Math.min(r,S)))};return O.jsxs("div",{className:"grid gap-1.5",children:[O.jsxs("div",{className:"flex items-center justify-between",children:[O.jsx("span",{className:mn,children:t}),O.jsx("span",{className:"text-[10px] font-medium text-neutral-400",children:l})]}),O.jsx("div",{ref:p,role:"slider",tabIndex:f?-1:0,"aria-label":t,"aria-valuemin":n,"aria-valuemax":r,"aria-valuenow":e,"aria-disabled":f,className:`relative h-4 rounded-full border border-neutral-700 shadow-[inset_0_1px_2px_rgba(0,0,0,0.55)] outline-none focus:border-[#f5a400] focus:ring-2 focus:ring-[#f5a400]/40 ${f?"cursor-not-allowed opacity-50":"cursor-ew-resize"}`,style:{background:o},onPointerDown:S=>{f||(S.currentTarget.setPointerCapture(S.pointerId),y(S.clientX))},onPointerMove:S=>{f||S.buttons!==1||y(S.clientX)},onKeyDown:S=>{f||(S.key==="ArrowRight"||S.key==="ArrowUp"?(S.preventDefault(),v(e+i)):S.key==="ArrowLeft"||S.key==="ArrowDown"?(S.preventDefault(),v(e-i)):S.key==="Home"?(S.preventDefault(),v(n)):S.key==="End"&&(S.preventDefault(),v(r)))},children:O.jsx("div",{className:"pointer-events-none absolute top-1/2 h-6 w-6 -translate-x-1/2 -translate-y-1/2 rounded-full border-2 border-white shadow-[0_0_0_1px_rgba(0,0,0,0.85),0_6px_14px_rgba(0,0,0,0.5)]",style:{left:`${Math.max(0,Math.min(100,g))}%`,backgroundColor:c}})})]})}function Ac({label:t,value:e,disabled:n,onCommit:r}){const i=h.useRef(null),l=h.useRef(null),[o,c]=h.useState(!1),[f,m]=h.useState(null),[p,g]=h.useState(()=>h2(e)),[y,v]=h.useState(()=>u2(h2(e)).toUpperCase()),S=Wz(p),w=r1({...nb({hue:S.hue,saturation:1,value:1}),alpha:1}),k=r1({...p,alpha:1}),A=r1(p),E=Math.round(S.saturation*100),Q=Math.round(S.value*100),C=Math.round(p.alpha*100);h.useEffect(()=>{const B=h2(e);g(B),v(u2(B).toUpperCase())},[e]);const $=h.useCallback(()=>{var te,D;const B=(te=i.current)==null?void 0:te.getBoundingClientRect();if(!B)return;const H=(D=l.current)==null?void 0:D.getBoundingClientRect();m(dH(B,{width:window.innerWidth,height:window.innerHeight},{width:(H==null?void 0:H.width)||fb.width,height:(H==null?void 0:H.height)||fb.height}))},[]);h.useLayoutEffect(()=>{if(!o)return;$();const B=()=>$();return window.addEventListener("resize",B),window.addEventListener("scroll",B,!0),()=>{window.removeEventListener("resize",B),window.removeEventListener("scroll",B,!0)}},[o,$]),h.useEffect(()=>{if(!o)return;const B=te=>{var N,Y;const D=te.target;D&&((N=l.current)!=null&&N.contains(D)||(Y=i.current)!=null&&Y.contains(D)||c(!1))},H=te=>{te.key==="Escape"&&c(!1)};return document.addEventListener("pointerdown",B),document.addEventListener("keydown",H),()=>{document.removeEventListener("pointerdown",B),document.removeEventListener("keydown",H)}},[o]);const j=B=>{g(B),v(u2(B).toUpperCase()),r(r1(B))},Z=B=>{const H=nb({hue:B.hue??S.hue,saturation:B.saturation??S.saturation,value:B.value??S.value});j({...H,alpha:p.alpha})},L=(B,H,te)=>{const D=te.getBoundingClientRect(),N=Math.max(0,Math.min(1,(B-D.left)/D.width)),Y=Math.max(0,Math.min(1,1-(H-D.top)/D.height));Z({saturation:N,value:Y})},F=B=>{v(B);const H=B.trim().startsWith("#")?B.trim():`#${B.trim()}`,te=Y9(H);te&&j({...te,alpha:p.alpha})},q=o?hH.createPortal(O.jsxs("div",{ref:l,className:"fixed z-[9999] w-[292px] overflow-hidden rounded-2xl border border-neutral-700 bg-neutral-950 shadow-2xl shadow-black/50",style:{left:(f==null?void 0:f.left)??-9999,top:(f==null?void 0:f.top)??-9999},children:[O.jsxs("div",{className:"flex items-center justify-between border-b border-neutral-800 px-3 py-2",children:[O.jsxs("div",{className:"min-w-0",children:[O.jsx("div",{className:"truncate text-[11px] font-medium text-neutral-100",children:t}),O.jsx("div",{className:"text-[9px] uppercase tracking-[0.16em] text-neutral-600",children:"Color"})]}),O.jsx("button",{type:"button",onClick:()=>c(!1),className:"flex h-7 w-7 items-center justify-center rounded-lg text-neutral-500 transition-colors hover:bg-neutral-900 hover:text-neutral-200","aria-label":"Close color picker",children:O.jsx(kf,{size:13})})]}),O.jsxs("div",{className:"space-y-3 p-3",children:[O.jsxs("div",{className:"relative h-36 cursor-crosshair overflow-hidden rounded-xl border border-neutral-700 shadow-[inset_0_0_0_1px_rgba(255,255,255,0.06)]",style:{backgroundColor:w},onPointerDown:B=>{B.currentTarget.setPointerCapture(B.pointerId),L(B.clientX,B.clientY,B.currentTarget)},onPointerMove:B=>{B.buttons===1&&L(B.clientX,B.clientY,B.currentTarget)},children:[O.jsx("div",{className:"absolute inset-0 bg-gradient-to-r from-white to-transparent"}),O.jsx("div",{className:"absolute inset-0 bg-gradient-to-t from-black to-transparent"}),O.jsx("div",{className:"pointer-events-none absolute top-0 h-full w-px -translate-x-1/2 bg-white/70 shadow-[0_0_0_1px_rgba(0,0,0,0.45)] mix-blend-difference",style:{left:`${S.saturation*100}%`}}),O.jsx("div",{className:"pointer-events-none absolute left-0 h-px w-full -translate-y-1/2 bg-white/70 shadow-[0_0_0_1px_rgba(0,0,0,0.45)] mix-blend-difference",style:{top:`${(1-S.value)*100}%`}}),O.jsx("div",{className:"pointer-events-none absolute h-6 w-6 -translate-x-1/2 -translate-y-1/2 rounded-full border-2 border-white shadow-[0_0_0_1px_rgba(0,0,0,0.85),0_8px_18px_rgba(0,0,0,0.45)]",style:{left:`${S.saturation*100}%`,top:`${(1-S.value)*100}%`,backgroundColor:k}})]}),O.jsxs("div",{className:"flex min-w-0 items-center gap-3",children:[O.jsx("div",{className:"h-9 w-9 flex-shrink-0 rounded-xl border border-neutral-600 shadow-[inset_0_1px_0_rgba(255,255,255,0.08)]",style:{backgroundColor:A}}),O.jsxs("div",{className:"min-w-0 flex-1",children:[O.jsx("div",{className:"truncate text-[11px] font-medium text-neutral-100",children:A}),O.jsxs("div",{className:"mt-0.5 text-[9px] uppercase tracking-[0.12em] text-neutral-600",children:["S ",E,"% · B ",Q,"% · A ",C,"%"]})]})]}),O.jsx(hb,{label:"Hue",value:S.hue,min:0,max:360,step:1,displayValue:`${Math.round(S.hue)}°`,background:"linear-gradient(90deg, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00)",thumbColor:w,disabled:n,onCommit:B=>Z({hue:B})}),O.jsx(hb,{label:"Alpha",value:p.alpha,min:0,max:1,step:.01,displayValue:`${C}%`,background:`linear-gradient(90deg, transparent, ${k})`,thumbColor:A,disabled:n,onCommit:B=>j({...p,alpha:B})}),O.jsxs("label",{className:"grid gap-1.5",children:[O.jsx("span",{className:mn,children:"Hex"}),O.jsx("input",{value:y,onChange:B=>F(B.target.value),className:`${ti} h-10 w-full text-[11px] font-medium outline-none`,spellCheck:!1})]})]})]}),document.body):null,z=()=>{n||(c(B=>!B),o||requestAnimationFrame($))};return O.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[O.jsx("span",{className:mn,children:t}),O.jsxs("button",{type:"button",disabled:n,"aria-label":`Pick ${t.toLowerCase()} color`,ref:i,onClick:z,className:`${ti} flex items-center gap-3 text-left hover:border-neutral-700 disabled:cursor-not-allowed ${o?"border-neutral-600":""}`,children:[O.jsx("div",{className:"relative h-7 w-7 flex-shrink-0 overflow-hidden rounded-lg border border-neutral-700 bg-neutral-950 shadow-[inset_0_1px_0_rgba(255,255,255,0.04)]",style:{backgroundColor:e||"transparent"}}),O.jsx("span",{className:"min-w-0 flex-1 truncate text-[11px] font-medium text-neutral-100",children:e})]}),q]})}function mH(t){const e=[];let n="",r=null;for(const i of t){if((i==='"'||i==="'")&&!r){r=i;continue}if(i===r){r=null;continue}if(i===","&&!r){n.trim()&&e.push(n.trim()),n="";continue}n+=i}return n.trim()&&e.push(n.trim()),e.map(i=>i.replace(/^["']|["']$/g,"").trim()).filter(Boolean)}function pH(t){return mH(t)[0]??"inherit"}function gH(t){const e=t.trim();return B9.has(e.toLowerCase())?e:`"${e.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`}function a1(t){const e=t.trim();return e?B9.has(e.toLowerCase())?e:`${gH(e)}, ui-sans-serif, system-ui, sans-serif`:"inherit"}function OH(){if(typeof document>"u")return[];const t=document.fonts;return t?Array.from(t,e=>e.family.replace(/^["']|["']$/g,"").trim()).filter(Boolean).sort((e,n)=>e.localeCompare(n)):[]}function db(t){return t.toLowerCase().replace(/[^a-z0-9]+/g,"")}function xH(t,e){const n=e.trim().toLowerCase();return!n||t.toLowerCase().includes(n)?!0:db(t).includes(db(n))}function mb(t){if(typeof document>"u")return;const e=t.trim();if(!e)return;const n=`studio-google-font-${e.toLowerCase().replace(/[^a-z0-9]+/g,"-")}`;if(document.getElementById(n))return;if(!document.querySelector('link[data-studio-google-font-preconnect="true"]')){const l=document.createElement("link");l.setAttribute("data-studio-google-font-preconnect","true"),l.rel="preconnect",l.href="https://fonts.gstatic.com",l.crossOrigin="anonymous",document.head.appendChild(l)}const i=document.createElement("link");i.id=n,i.rel="stylesheet",i.href=sS(e),document.head.appendChild(i)}function l1(t){if(typeof document>"u")return;const e=`studio-imported-font-${t.family.toLowerCase().replace(/[^a-z0-9]+/g,"-")}`;if(document.getElementById(e))return;const n=document.createElement("style");n.id=e,n.textContent=Kp(t),document.head.appendChild(n)}function yH({value:t,disabled:e,importedFonts:n,onImportFonts:r,onCommit:i}){const l=pH(t),o=h.useRef(null),c=h.useRef(null),f=h.useRef(null),[m,p]=h.useState(!1),[g,y]=h.useState(""),[v,S]=h.useState([]),[w,k]=h.useState([]),[A,E]=h.useState(()=>[...Ax]),[Q,C]=h.useState(!1),[$,j]=h.useState(!1),[Z,L]=h.useState(!1),[F,q]=h.useState(null),z=typeof window<"u"&&typeof window.queryLocalFonts=="function";h.useEffect(()=>{if(!m)return;const _=G=>{var P;const M=G.target;M instanceof Node&&((P=o.current)!=null&&P.contains(M)||p(!1))};return document.addEventListener("pointerdown",_),()=>document.removeEventListener("pointerdown",_)},[m]),h.useEffect(()=>{m&&requestAnimationFrame(()=>{var _;return(_=c.current)==null?void 0:_.focus()})},[m]),h.useEffect(()=>{let _=!1;return fetch("/api/fonts").then(G=>G.ok?G.json():null).then(G=>{_||!Array.isArray(G==null?void 0:G.fonts)||S(M=>f2([...M,...G.fonts]))}).catch(()=>{}),()=>{_=!0}},[]),h.useEffect(()=>{let _=!1;return j(!0),fetch("/api/fonts/google").then(G=>G.ok?G.json():null).then(G=>{_||!Array.isArray(G==null?void 0:G.fonts)||E(f2([...G.fonts,...Ax]))}).catch(()=>{}).finally(()=>{_||j(!1)}),()=>{_=!0}},[]),h.useEffect(()=>{A.some(G=>G.toLowerCase()===l.toLowerCase())&&mb(l);const _=n.find(G=>G.family.toLowerCase()===l.toLowerCase());_&&l1(_)},[l,A,n]);const B=async()=>{if(!z||!window.queryLocalFonts){q("This browser does not expose installed fonts. Import a font file instead.");return}C(!0),q(null);try{const _=await window.queryLocalFonts(),G=[..._].sort((P,X)=>i1(P)-i1(X)),M=G.map(P=>P.family).filter(P=>!!P).map(P=>Ds(`${P}.ttf`));k(G),S(P=>f2([...P,...M])),q(_.length===0?"No browser-local fonts were returned.":null)}catch(_){const G=_ instanceof Error?_.name:"";q(G==="NotAllowedError"?"Local font access was denied. Import a font file instead.":"Local font access is unavailable. Import a font file instead.")}finally{C(!1)}},H=async _=>{if(!(!(_!=null&&_.length)||!r)){L(!0),q(null);try{const G=await r(_);for(const P of G)l1(P);const M=G[0];M?(i(a1(M.family)),y(""),p(!1)):q("No supported font files were imported.")}finally{L(!1)}}},te=h.useMemo(()=>ib(n.map(_=>({family:_.family,source:"Imported"}))),[n]),D=h.useMemo(()=>{const _=OH(),G=new Set(A.map(P=>P.toLowerCase())),M=v.map(P=>({family:P,source:G.has(P.toLowerCase())?"Google":"Local"}));return Jz(ib([{family:l,source:"Current"},..._.map(P=>({family:P,source:"Document"})),...te,...A.map(P=>({family:P,source:"Google"})),...M,...Kz.map(P=>({family:P,source:"System"}))]))},[l,A,v,te]),N=h.useMemo(()=>{const _=D.filter(P=>xH(P.family,g));if(g.trim())return _.slice(0,200);const G=new Map;for(const P of _){const X=G.get(P.source)??[];X.push(P),G.set(P.source,X)}const M=[];for(const P of["Current","Document","Imported"])M.push(...G.get(P)??[]);return M.push(...(G.get("Google")??[]).slice(0,100)),M.push(...(G.get("Local")??[]).slice(0,80)),M.push(...G.get("System")??[]),M},[D,g]),Y=async _=>{if(!r)return null;const M=w.filter(se=>Ds(`${se.family}.ttf`)===_).sort((se,ge)=>i1(se)-i1(ge)).find(se=>typeof se.blob=="function");if(!(M!=null&&M.blob))return null;const P=await M.blob(),X=rb(M.style??"Regular")||"Regular",U=rb(`${_} ${X}`)||_,ee=new File([P],`${U}.ttf`,{type:P.type||"font/ttf"}),le=await r([ee]);return le.find(se=>se.family.toLowerCase()===_.toLowerCase())??le[0]??null},V=async _=>{if(_.source==="Local"){L(!0),q(null);try{const M=await Y(_.family);if(M){l1(M),i(a1(M.family)),y(""),p(!1);return}i(a1(_.family)),y(""),p(!1)}finally{L(!1)}return}_.source==="Google"&&mb(_.family);const G=n.find(M=>M.family.toLowerCase()===_.family.toLowerCase());G&&l1(G),i(a1(_.family)),y(""),p(!1)};return O.jsxs("div",{ref:o,className:"relative grid min-w-0 gap-1.5",children:[O.jsx("span",{className:mn,children:"Font family"}),O.jsxs("button",{type:"button",disabled:e,onClick:()=>p(_=>!_),className:`${ti} flex h-10 items-center justify-between gap-3 text-left hover:border-neutral-700 disabled:cursor-not-allowed`,children:[O.jsx("span",{className:"min-w-0 flex-1 truncate text-[11px] font-medium text-neutral-100",style:{fontFamily:t},children:l}),O.jsx("span",{className:"flex-shrink-0 text-[10px] uppercase tracking-[0.14em] text-neutral-600",children:"Font"})]}),m&&O.jsxs("div",{className:"absolute left-0 right-0 top-[calc(100%+6px)] z-50 overflow-hidden rounded-xl border border-neutral-700 bg-neutral-950 shadow-2xl",children:[O.jsxs("div",{className:"grid grid-cols-[minmax(0,1fr)_auto_auto] gap-2 border-b border-neutral-800 p-2",children:[O.jsx("input",{ref:c,type:"text",value:g,disabled:e,placeholder:$?"Loading Google Fonts...":"Search fonts",onChange:_=>y(_.target.value),onKeyDown:_=>{_.key==="Escape"&&(_.preventDefault(),p(!1)),_.key==="Enter"&&N[0]&&(_.preventDefault(),V(N[0]))},className:"min-w-0 rounded-lg border border-neutral-800 bg-neutral-900 px-2.5 py-2 text-[11px] font-medium text-neutral-100 outline-none placeholder:text-neutral-600 focus:border-neutral-600"}),z&&O.jsx("button",{type:"button",disabled:e||Q,onClick:B,className:"rounded-lg border border-neutral-700 bg-neutral-900 px-2.5 text-[10px] font-medium text-neutral-400 transition-colors hover:border-neutral-600 hover:text-neutral-100 disabled:cursor-not-allowed disabled:text-neutral-700",children:Q?"...":"Local"}),O.jsx("button",{type:"button",disabled:e||Z||!r,onClick:()=>{var _;return(_=f.current)==null?void 0:_.click()},className:"rounded-lg border border-neutral-700 bg-neutral-900 px-2.5 text-[10px] font-medium text-neutral-400 transition-colors hover:border-neutral-600 hover:text-neutral-100 disabled:cursor-not-allowed disabled:text-neutral-700",children:Z?"...":"Import"}),O.jsx("input",{ref:f,type:"file",accept:".ttf,.otf,.ttc,.woff,.woff2,.eot,font/*",multiple:!0,"aria-label":"Import local font files",disabled:e||Z||!r,className:"hidden",onChange:async _=>{await H(_.target.files),_.target.value=""}})]}),F&&O.jsx("div",{className:"border-b border-neutral-800 px-3 py-2 text-[10px] leading-4 text-neutral-500",children:F}),O.jsx("div",{className:"max-h-64 overflow-y-auto p-1",children:N.length===0?O.jsx("div",{className:"px-2 py-3 text-[11px] text-neutral-500",children:"No fonts found."}):N.map(_=>O.jsxs("button",{type:"button",onClick:()=>V(_),className:`flex w-full min-w-0 items-center justify-between gap-3 rounded-lg px-2 py-2 text-left text-[11px] transition-colors ${_.family===l?"bg-studio-accent/15 text-neutral-50":"text-neutral-300 hover:bg-neutral-900 hover:text-neutral-100"}`,children:[O.jsx("span",{className:"min-w-0 truncate font-medium",children:_.family}),O.jsx("span",{className:"flex-shrink-0 text-[9px] uppercase tracking-[0.14em] text-neutral-600",children:_.source})]},`${_.source}-${_.family}`))})]})]})}const bH=["closest-side","closest-corner","farthest-side","farthest-corner"];function I9(t){return t===" "||t===`
|
|
117
|
-
`||t==="\r"||t===" "||t==="\f"}function Yp(t){return t!=null&&t>="0"&&t<="9"}function G9(t){if(!t)return!1;let e=t[0]==="-"?1:0,n=0;for(;Yp(t[e]);)e+=1,n+=1;if(t[e]===".")for(e+=1;Yp(t[e]);)e+=1,n+=1;return n>0&&e===t.length}function nO(t){if(!t)return null;const e=t.trim();if(!G9(e))return null;const n=Number(e);return Number.isFinite(n)?n:null}function rO(t){const e=[];let n="";for(const r of t){if(I9(r)){n&&(e.push(n),n="");continue}n+=r}return n&&e.push(n),e}function Cs(t,e){return rO(t.toLowerCase()).includes(e)}function uf(t,e){if(!(t!=null&&t.endsWith("%")))return e;const n=nO(t.slice(0,-1));return n==null?e:su(n,0,100)}function W9(t){const e=t==null?void 0:t.trim().toLowerCase();return e!=null&&e.endsWith("deg")?nO(e.slice(0,-3)):null}function vH(t){if(!t.endsWith("%"))return null;const e=t.slice(0,-1).trimEnd();let n=e.length;for(;n>0&&(Yp(e[n-1])||e[n-1]===".");)n-=1;n>0&&e[n-1]==="-"&&(n-=1);const r=e.slice(n);return!G9(r)||n===0||!I9(e[n-1])?null:n}function su(t,e,n){return Math.min(n,Math.max(e,t))}function zr(t){return Math.round(t*100)/100}function SH(t,e){const n=nO(t);return n==null?e:su(n,0,100)}function iO(t){const e=t.trim(),n=vH(e);if(n==null)return{color:e,position:null};const r=e.slice(0,-1).trimEnd();return{color:r.slice(0,n).trim(),position:SH(r.slice(n),0)}}function Ff(t){return t.length===0?[{color:"rgba(60, 230, 172, 0.18)",position:0},{color:"rgba(255, 255, 255, 0.04)",position:100}]:t.length===1?[{color:t[0].color,position:0},{color:t[0].color,position:100}]:t.map((n,r)=>({color:n.color,position:n.position??r/(t.length-1)*100})).map(n=>({color:n.color,position:zr(su(n.position,0,100))}))}function wH(t){const e=[];let n="",r=0;for(const i of t){if(i==="("&&(r+=1),i===")"&&(r=Math.max(0,r-1)),i===","&&r===0){n.trim()&&e.push(n.trim()),n="";continue}n+=i}return n.trim()&&e.push(n.trim()),e}function AH(t){const e=t.trim().toLowerCase(),n={"to top":0,"to top right":45,"to right top":45,"to right":90,"to bottom right":135,"to right bottom":135,"to bottom":180,"to bottom left":225,"to left bottom":225,"to left":270,"to top left":315,"to left top":315};return e in n?n[e]:null}function kH(t){const e=t[0]??"",n=AH(e),r=W9(e),i=r!=null,l=r??n??180,o=i||n!=null?t.slice(1):t;return{kind:"linear",repeating:!1,angle:l,centerX:50,centerY:50,shape:"ellipse",radialSize:"farthest-corner",stops:Ff(o.map(iO))}}function TH(t){const e=t[0]??"",n=e.toLowerCase(),r=Cs(n,"at")||Cs(n,"circle")||Cs(n,"ellipse")||n.includes("closest-")||n.includes("farthest-"),i=r?e:"",l=r?t.slice(1):t,o=i.toLowerCase(),c=rO(o),f=c.indexOf("at"),m=Cs(o,"circle")?"circle":"ellipse",p=bH.find(g=>c.includes(g))??"farthest-corner";return{kind:"radial",repeating:!1,angle:180,centerX:uf(c[f+1],50),centerY:uf(c[f+2],50),shape:m,radialSize:p,stops:Ff(l.map(iO))}}function MH(t){const e=t[0]??"",n=e.toLowerCase(),r=Cs(n,"from")||Cs(n,"at"),i=r?e:"",l=r?t.slice(1):t,o=rO(i.toLowerCase()),c=o.indexOf("from"),f=o.indexOf("at");return{kind:"conic",repeating:!1,angle:W9(o[c+1])??0,centerX:uf(o[f+1],50),centerY:uf(o[f+2],50),shape:"ellipse",radialSize:"farthest-corner",stops:Ff(l.map(iO))}}function Bp(t){return{kind:"linear",repeating:!1,angle:135,centerX:50,centerY:50,shape:"ellipse",radialSize:"farthest-corner",stops:Ff([{color:t&&t!=="transparent"?t:"rgba(60, 230, 172, 0.18)",position:0},{color:"rgba(255, 255, 255, 0.04)",position:100}])}}function EH(t){if(!t||t==="none")return null;const e=t.trim(),n=e.indexOf("(");if(n<=0||!e.endsWith(")"))return null;const r=e.slice(0,n).toLowerCase(),l={"linear-gradient":{kind:"linear",repeating:!1},"radial-gradient":{kind:"radial",repeating:!1},"conic-gradient":{kind:"conic",repeating:!1},"repeating-linear-gradient":{kind:"linear",repeating:!0},"repeating-radial-gradient":{kind:"radial",repeating:!0},"repeating-conic-gradient":{kind:"conic",repeating:!0}}[r];if(!l)return null;const{kind:o,repeating:c}=l,f=wH(e.slice(n+1,-1));return{...o==="linear"?kH(f):o==="radial"?TH(f):MH(f),repeating:c}}function $H(t){return`${t.color} ${zr(t.position)}%`}function ff(t){const e=`${t.repeating?"repeating-":""}${t.kind}-gradient`,n=t.stops.map($H).join(", ");return t.kind==="linear"?`${e}(${zr(t.angle)}deg, ${n})`:t.kind==="radial"?`${e}(${t.shape} ${t.radialSize} at ${zr(t.centerX)}% ${zr(t.centerY)}%, ${n})`:`${e}(from ${zr(t.angle)}deg at ${zr(t.centerX)}% ${zr(t.centerY)}%, ${n})`}function m2(t,e,n){return Math.round(t+(e-t)*n)}function p2(t){return t.toString(16).padStart(2,"0")}function QH(t,e){var k;const n=su(e,0,100),r=[...t.stops].sort((A,E)=>A.position-E.position),i=r.find(A=>Math.abs(A.position-n)<.001);if(i)return i.color;const l=r.find(A=>A.position>n)??r.at(-1),o=[...r].reverse().find(A=>A.position<n)??r[0];if(!o||!l)return((k=r[0])==null?void 0:k.color)??"rgba(255, 255, 255, 1)";if(o===l)return o.color;const c=o.color,f=l.color,m=c?gb(c):null,p=f?gb(f):null;if(!m||!p)return o.color;const g=(n-o.position)/Math.max(1,l.position-o.position),y=m2(m.red,p.red,g),v=m2(m.green,p.green,g),S=m2(m.blue,p.blue,g),w=zr(m.alpha+(p.alpha-m.alpha)*g);return w>=1?`#${p2(y)}${p2(v)}${p2(S)}`.toUpperCase():`rgba(${y}, ${v}, ${S}, ${w})`}function pb(t,e){const n=zr(su(e,0,100)),r=QH(t,n),i=[...t.stops,{color:r,position:n}].sort((l,o)=>l.position-o.position);return{...t,stops:i}}function gb(t){const e=t.trim().toLowerCase();if(e==="transparent")return{red:0,green:0,blue:0,alpha:0};const n=e.match(/^#([0-9a-f]{6})$/i);if(n)return{red:Number.parseInt(n[1].slice(0,2),16),green:Number.parseInt(n[1].slice(2,4),16),blue:Number.parseInt(n[1].slice(4,6),16),alpha:1};const r=e.match(/^rgba?\(\s*([0-9.]+)\s*,\s*([0-9.]+)\s*,\s*([0-9.]+)(?:\s*,\s*([0-9.]+))?\s*\)$/i);return r?{red:Number.parseFloat(r[1]),green:Number.parseFloat(r[2]),blue:Number.parseFloat(r[3]),alpha:r[4]!=null?Number.parseFloat(r[4]):1}:null}function qc(t){const e=t.trim(),n=/^[a-z]+:\/\//i.test(e)?new URL(e).pathname:e;return decodeURIComponent(n).replace(/\\/g,"/").replace(/^\.?\//,"")}function CH(t,e){const n=qc(t).split("/").filter(Boolean),r=qc(e).split("/").filter(Boolean);for(n.pop();n.length>0&&r.length>0&&n[0]===r[0];)n.shift(),r.shift();return[...n.map(()=>".."),...r].join("/")||e}function Ob(t){return qc(t)}function ZH(t,e,n){const r=qc(t);if(!r)return null;for(const i of n){const l=qc(i),o=CH(e,i);if(r===l||r===o||r.endsWith(`/${l}`)||r.endsWith(`/${o}`))return i}return null}function PH({projectId:t,sourceFile:e,value:n,assets:r,disabled:i,onCommit:l,onImportAssets:o}){const c=h.useRef(null),[f,m]=h.useState(!1),p=h.useMemo(()=>r.filter(S=>Ec.test(S)),[r]),g=h.useMemo(()=>ZH(n,e,p),[p,e,n]),y=g?"":n,v=async S=>{if(!(!(S!=null&&S.length)||!o)){m(!0);try{const k=(await o(S)).find(A=>Ec.test(A));k&&l(`url("${Ob(k)}")`)}finally{m(!1)}}};return O.jsxs("div",{className:"space-y-4",children:[O.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[O.jsxs("div",{className:"flex min-w-0 flex-wrap items-center justify-between gap-2",children:[O.jsx("span",{className:mn,children:"Project asset"}),O.jsxs("button",{type:"button",disabled:i||f,onClick:()=>{var S;return(S=c.current)==null?void 0:S.click()},className:`inline-flex h-7 max-w-full items-center gap-1.5 rounded-lg border border-neutral-700 bg-neutral-950 px-2.5 text-[11px] font-medium text-neutral-300 transition-colors ${i||f?"cursor-not-allowed text-neutral-600":"cursor-pointer hover:border-neutral-600 hover:text-white"}`,children:[O.jsx(cg,{size:12,className:"flex-shrink-0"}),O.jsx("span",{className:"truncate",children:f?"Uploading…":"Upload image"})]}),O.jsx("input",{ref:c,type:"file",accept:"image/*","aria-label":"Upload image asset",disabled:i||f,className:"hidden",onChange:async S=>{await v(S.target.files),S.target.value=""}})]}),p.length>0?O.jsxs("div",{className:"space-y-3",children:[g&&O.jsx("div",{className:"overflow-hidden rounded-xl border border-neutral-800 bg-neutral-900/80",children:O.jsx("img",{src:`/api/projects/${t}/preview/${g}`,alt:g.split("/").pop()??g,className:"h-28 w-full object-contain bg-neutral-950/80"})}),O.jsx("div",{className:ti,children:O.jsxs("select",{value:g??"",disabled:i,onChange:S=>{const w=S.target.value;if(!w){l("none");return}l(`url("${Ob(w)}")`)},className:"min-w-0 w-full appearance-none bg-transparent text-[11px] font-medium text-neutral-100 outline-none disabled:cursor-not-allowed disabled:text-neutral-600",children:[O.jsx("option",{value:"",children:"None"}),p.map(S=>O.jsx("option",{value:S,children:S},S))]})})]}):O.jsx("div",{className:"rounded-xl border border-dashed border-neutral-800 bg-neutral-900/50 px-3 py-3 text-[11px] leading-5 text-neutral-500",children:"No image assets yet. Upload one here and Studio will also add it to the Assets tab."})]}),O.jsx(tO,{label:"External URL",value:y,disabled:i,onCommit:S=>l(S.trim()?`url("${S.trim()}")`:"none")})]})}function jH({value:t,fallbackColor:e,disabled:n,onCommit:r}){const i=h.useRef(null),l=EH(t)??Bp(e),o=y=>r(ff(y)),c=y=>o({...l,...y}),f=(y,v)=>{const S=l.stops.map((w,k)=>k===y?{...w,...v}:w);o({...l,stops:S})},m=y=>{var S,w;const v=y!=null?pb(l,y):pb(l,((S=l.stops.at(-1))==null?void 0:S.position)!=null?Math.min(100,(((w=l.stops.at(-1))==null?void 0:w.position)??90)+10):100);o(v)},p=y=>{l.stops.length<=2||o({...l,stops:l.stops.filter((v,S)=>S!==y)})},g={backgroundImage:ff(l)};return O.jsxs("div",{className:"space-y-4",children:[O.jsxs("div",{className:`${ti} space-y-3 p-3`,children:[O.jsx("div",{ref:i,className:"relative h-11 overflow-hidden rounded-lg border border-neutral-700",style:g,onClick:y=>{var S;if(n)return;const v=(S=i.current)==null?void 0:S.getBoundingClientRect();!v||v.width<=0||m((y.clientX-v.left)/v.width*100)},children:l.stops.map((y,v)=>O.jsx("div",{className:"absolute top-1/2 h-4 w-4 -translate-y-1/2 rounded-full border-2 border-white/90 shadow-[0_0_0_1px_rgba(0,0,0,0.35)]",style:{left:`calc(${y.position}% - 8px)`,backgroundColor:y.color}},`stop-preview-${v}`))}),O.jsxs("div",{className:"flex min-w-0 flex-wrap items-center gap-2",children:[O.jsx(Hp,{disabled:n,value:l.kind,onChange:y=>c({kind:y}),options:[{label:"Linear",value:"linear"},{label:"Radial",value:"radial"},{label:"Conic",value:"conic"}]}),O.jsxs("label",{className:"flex items-center gap-2 text-[11px] font-medium text-neutral-400",children:[O.jsx("input",{type:"checkbox",checked:l.repeating,disabled:n,onChange:y=>c({repeating:y.target.checked}),className:"h-4 w-4 rounded border-neutral-700 bg-neutral-950 text-[#3ce6ac] focus:ring-[#3ce6ac]"}),"Repeat"]}),O.jsxs("button",{type:"button",disabled:n,onClick:()=>o({...l,stops:[...l.stops].reverse().map(y=>({...y,position:100-y.position}))}),className:"inline-flex h-7 items-center gap-1.5 rounded-lg border border-neutral-700 bg-neutral-950 px-2.5 text-[11px] font-medium text-neutral-300 transition-colors hover:border-neutral-600 hover:text-white disabled:cursor-not-allowed disabled:text-neutral-600",children:[O.jsx(Tf,{size:12}),"Reverse"]})]})]}),(l.kind==="linear"||l.kind==="conic")&&O.jsxs("div",{className:"grid gap-1.5",children:[O.jsx("span",{className:mn,children:l.kind==="linear"?"Angle":"Start angle"}),O.jsx(ya,{value:l.angle,min:0,max:360,step:1,disabled:n,displayValue:`${Math.round(l.angle)}°`,formatDisplayValue:y=>`${Math.round(y)}°`,onCommit:y=>c({angle:y})})]}),l.kind==="radial"&&O.jsxs("div",{className:Wr,children:[O.jsx(Pn,{label:"Shape",value:l.shape,disabled:n,onChange:y=>c({shape:y}),options:["ellipse","circle"]}),O.jsx(Pn,{label:"Size",value:l.radialSize,disabled:n,onChange:y=>c({radialSize:y}),options:["closest-side","closest-corner","farthest-side","farthest-corner"]})]}),(l.kind==="radial"||l.kind==="conic")&&O.jsxs("div",{className:Wr,children:[O.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[O.jsx("span",{className:mn,children:"Center X"}),O.jsx(ya,{value:l.centerX,min:0,max:100,step:1,disabled:n,displayValue:`${Math.round(l.centerX)}%`,formatDisplayValue:y=>`${Math.round(y)}%`,onCommit:y=>c({centerX:y})})]}),O.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[O.jsx("span",{className:mn,children:"Center Y"}),O.jsx(ya,{value:l.centerY,min:0,max:100,step:1,disabled:n,displayValue:`${Math.round(l.centerY)}%`,formatDisplayValue:y=>`${Math.round(y)}%`,onCommit:y=>c({centerY:y})})]})]}),O.jsxs("div",{className:"space-y-3",children:[O.jsxs("div",{className:"flex items-center justify-between",children:[O.jsx("span",{className:mn,children:"Stops"}),O.jsxs("button",{type:"button",disabled:n||l.stops.length>=6,onClick:()=>m(),className:"inline-flex h-7 items-center gap-1.5 rounded-lg border border-neutral-700 bg-neutral-950 px-2.5 text-[11px] font-medium text-neutral-300 transition-colors hover:border-neutral-600 hover:text-white disabled:cursor-not-allowed disabled:text-neutral-600",children:[O.jsx(cg,{size:12}),"Add stop"]})]}),O.jsx("div",{className:"space-y-3",children:l.stops.map((y,v)=>O.jsxs("div",{className:"grid min-w-0 grid-cols-[minmax(0,1fr)_68px_28px] gap-2",children:[O.jsx(Ac,{label:`Stop ${v+1}`,value:y.color,disabled:n,onCommit:S=>f(v,{color:S})}),O.jsx(tO,{label:"Pos",value:`${Math.round(y.position)}%`,disabled:n,onCommit:S=>f(v,{position:Number.parseFloat(S.replace("%",""))||0})}),O.jsx("button",{type:"button",disabled:n||l.stops.length<=2,onClick:()=>p(v),className:"mt-[22px] flex h-10 items-center justify-center rounded-lg border border-neutral-700 bg-neutral-950 text-neutral-400 transition-colors hover:border-neutral-600 hover:text-white disabled:cursor-not-allowed disabled:text-neutral-700","aria-label":`Remove stop ${v+1}`,children:O.jsx(kf,{size:12})})]},`stop-editor-${v}`))})]})]})}function RH({projectId:t,element:e,styles:n,assets:r,onSetStyle:i,onImportAssets:l}){const o=!e.capabilities.canEditStyles,c=n.display==="flex"||n.display==="inline-flex",f=lb(n["border-radius"])??0,m=Math.round((lb(n.opacity)??1)*100),p=ga(n["border-width"]??"")??ga(n["border-top-width"]??"")??0,g=n.background!=null&&n.background!=="none"&&n.background!==""||n["background-color"]!=null&&n["background-color"]!=="transparent"&&n["background-color"]!=="rgba(0, 0, 0, 0)"&&n["background-color"]!==""||n["background-image"]!=null&&n["background-image"]!=="none"&&n["background-image"]!==""||p>0,y=n["border-style"]||n["border-top-style"]||"none",v=n["border-color"]||n["border-top-color"]||"rgba(255, 255, 255, 0.18)",S=rH(n["box-shadow"]),w=ob(n.filter,"blur"),k=ob(n["backdrop-filter"],"blur"),A=n["clip-path"]||"none",E=aH(A),Q=lH(A),C=n["background-image"]??"none",$=og(e),j=C&&C!=="none"?C.includes("gradient")?"Gradient":"Image":"Solid",[Z,L]=h.useState(j),F=fH(C);h.useEffect(()=>{L(j)},[j,e.id,e.selector,C]);const q=z=>{if(L(z),z==="Solid"){i("background-image","none");return}z==="Gradient"&&!C.includes("gradient")&&i("background-image",ff(Bp(n["background-color"])))};return O.jsxs(O.Fragment,{children:[c&&O.jsx(Sr,{title:"Flex",icon:O.jsx(C1,{size:15}),children:O.jsxs("div",{className:"space-y-4",children:[O.jsx(Hp,{disabled:o,value:n["flex-direction"]||"row",onChange:z=>i("flex-direction",z),options:[{label:"→ Row",value:"row"},{label:"↓ Column",value:"column"}]}),O.jsxs("div",{className:Wr,children:[O.jsx(Pn,{label:"Justify",value:n["justify-content"]||"flex-start",disabled:o,onChange:z=>i("justify-content",z),options:["flex-start","center","space-between","space-around","space-evenly","flex-end"]}),O.jsx(Pn,{label:"Align",value:n["align-items"]||"stretch",disabled:o,onChange:z=>i("align-items",z),options:["stretch","flex-start","center","flex-end","baseline"]})]}),O.jsx(tO,{label:"Gap",value:n.gap??"0px",disabled:o,onCommit:z=>i("gap",z.endsWith("px")?z:`${z}px`)})]})}),g&&O.jsx(Sr,{title:"Radius",icon:O.jsx(aP,{size:15}),children:O.jsx(ya,{value:f,min:0,max:Math.max(240,Math.ceil(f)),step:1,disabled:o,displayValue:`${Dt(f)}px`,formatDisplayValue:z=>`${Dt(z)}px`,onCommit:z=>i("border-radius",`${Dt(z)}px`)})}),O.jsx(Sr,{title:"Stroke",icon:O.jsx(eP,{size:15}),children:O.jsxs("div",{className:"space-y-4",children:[O.jsxs("div",{className:Wr,children:[O.jsx(Oa,{label:"Width",value:Qs(p),disabled:o,liveCommit:!0,onCommit:async z=>{const B=tH(z,{min:0,max:200,fallback:p});if(B)for(const[H,te]of sH(B,y))await i(H,te)}}),O.jsx(Pn,{label:"Style",value:y,disabled:o,onChange:async z=>{for(const[B,H]of oH(z,Qs(p)))await i(B,H)},options:["none","solid","dashed","dotted","double","hidden","groove","ridge","inset","outset"]})]}),O.jsx(Ac,{label:"Stroke color",value:v,disabled:o,onCommit:z=>i("border-color",z)})]})}),O.jsx(Sr,{title:"Effects",icon:O.jsx(ug,{size:15}),children:O.jsxs("div",{className:"space-y-4",children:[O.jsx(Pn,{label:"Shadow",value:S,disabled:o,onChange:z=>{z!=="custom"&&i("box-shadow",iH(z,n["box-shadow"]))},options:["custom","none","soft","lift","glow"]}),O.jsxs("div",{className:Wr,children:[O.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[O.jsx("span",{className:mn,children:"Layer blur"}),O.jsx(ya,{value:w,min:0,max:Math.max(40,Math.ceil(w)),step:1,disabled:o,displayValue:`${Dt(w)}px`,formatDisplayValue:z=>`${Dt(z)}px`,onCommit:z=>i("filter",cb(n.filter,"blur",z))})]}),O.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[O.jsx("span",{className:mn,children:"Backdrop"}),O.jsx(ya,{value:k,min:0,max:Math.max(60,Math.ceil(k)),step:1,disabled:o,displayValue:`${Dt(k)}px`,formatDisplayValue:z=>`${Dt(z)}px`,onCommit:z=>i("backdrop-filter",cb(n["backdrop-filter"],"blur",z))})]})]})]})}),O.jsx(Sr,{title:"Clip",icon:O.jsx(C1,{size:15}),children:O.jsxs("div",{className:"space-y-4",children:[O.jsxs("div",{className:Wr,children:[O.jsx(Pn,{label:"Overflow",value:n.overflow||"visible",disabled:o,onChange:z=>i("overflow",z),options:["visible","hidden","clip","auto","scroll"]}),O.jsx(Pn,{label:"Mask",value:E,disabled:o,onChange:z=>{z!=="custom"&&i("clip-path",cH(z,f,A))},options:["custom","none","inset","circle"]})]}),O.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[O.jsx("span",{className:mn,children:"Mask inset"}),O.jsx(ya,{value:Q,min:0,max:Math.max(120,Math.ceil(Q)),step:1,disabled:o,displayValue:`${Dt(Q)}px`,formatDisplayValue:z=>`${Dt(z)}px`,onCommit:z=>i("clip-path",uH(z,f))})]})]})}),O.jsx(Sr,{title:"Transparency",icon:O.jsx(pS,{size:15}),children:O.jsxs("div",{className:"space-y-4",children:[O.jsx(ya,{value:m,min:0,max:100,step:1,disabled:o,displayValue:`${m}%`,formatDisplayValue:z=>`${Math.round(z)}%`,onCommit:z=>i("opacity",Dt(z/100))}),O.jsx(Pn,{label:"Mode",value:n["mix-blend-mode"]||"normal",disabled:o,onChange:z=>i("mix-blend-mode",z),options:["normal","multiply","screen","overlay","darken","lighten"]})]})}),O.jsx(Sr,{title:"Fill",icon:O.jsx(JZ,{size:15}),accessory:O.jsx("div",{className:"rounded-full border border-neutral-700 bg-neutral-900 px-2.5 py-1 text-[10px] font-medium uppercase tracking-[0.16em] text-neutral-400",children:Z}),children:O.jsxs("div",{className:"space-y-4",children:[O.jsx(Hp,{disabled:o,value:Z,onChange:q,options:[{label:"Solid",value:"Solid"},{label:"Gradient",value:"Gradient"},{label:"Image",value:"Image"}]}),Z==="Solid"?O.jsx(Ac,{label:"Fill color",value:n["background-color"]??"transparent",disabled:o,onCommit:z=>i("background-color",z)}):Z==="Gradient"?O.jsx(jH,{value:C!=="none"?C:ff(Bp(n["background-color"])),fallbackColor:n["background-color"],disabled:o,onCommit:z=>i("background-image",z)}):O.jsx(PH,{projectId:t,sourceFile:e.sourceFile,value:F,assets:r,disabled:o,onCommit:z=>i("background-image",z),onImportAssets:l}),!$&&O.jsx(Ac,{label:"Text color",value:n.color??"rgb(0, 0, 0)",disabled:o,onCommit:z=>i("color",z)})]})})]})}function K9(t){const e=t.trim().replace(/\s+/g," ");return e.length<=56?e:`${e.slice(0,55)}…`}function J9(t,e){return t.computedStyles.color||e.color||"rgb(0, 0, 0)"}function sc(t,e,n,r){return t.computedStyles[n]||e[n]||r}const gc=["100","200","300","400","500","600","700","800","900"],NH={100:"100 · Thin",200:"200 · Extra Light",300:"300 · Light",400:"400 · Regular",500:"500 · Medium",600:"600 · Semi Bold",700:"700 · Bold",800:"800 · Extra Bold",900:"900 · Black"};function VH(t){var i;const e=document.fonts;if(!e)return gc;const n=(i=t.split(",")[0])==null?void 0:i.trim().replace(/['"]/g,"");if(!n)return gc;const r=[];for(const l of gc)e.check(`${l} 16px "${n}"`)&&r.push(l);return r.length>0?r:gc}function LH({label:t,value:e,disabled:n,autoFocus:r,onCommit:i}){const[l,o]=h.useState(e),c=h.useRef(null),f=h.useRef(null),m=h.useRef(!1),p=h.useRef(e);p.current=e,h.useEffect(()=>{m.current||o(e)},[e]),h.useEffect(()=>()=>{f.current&&clearTimeout(f.current)},[]),h.useEffect(()=>{var v;r&&((v=c.current)==null||v.focus())},[r]);const g=v=>{f.current&&clearTimeout(f.current),v!==p.current&&i(v)},y=v=>{f.current&&clearTimeout(f.current),f.current=setTimeout(()=>{v!==p.current&&i(v)},120)};return O.jsxs("label",{className:"grid min-w-0 gap-1.5",children:[O.jsx("span",{className:mn,children:t}),O.jsx("div",{className:ti,children:O.jsx("textarea",{ref:c,value:l,disabled:n,rows:4,onFocus:()=>{m.current=!0},onChange:v=>{o(v.target.value),y(v.target.value)},onBlur:()=>{m.current=!1,g(l)},className:"w-full resize-none bg-transparent text-[11px] font-medium text-neutral-100 outline-none disabled:cursor-not-allowed disabled:text-neutral-600"})})]})}function _H({value:t,disabled:e,fontFamily:n,onCommit:r}){const i=n?VH(n):gc,l=t&&!i.includes(t)?[t,...i]:i;return O.jsx("div",{className:ti,children:O.jsxs("div",{className:"flex min-w-0 items-center gap-3",children:[O.jsx("span",{className:"flex-shrink-0 text-[11px] font-medium text-neutral-500",children:"Weight"}),O.jsx("select",{value:t,disabled:e,onChange:o=>r(o.target.value),className:"min-w-0 w-full appearance-none bg-transparent text-[11px] font-medium text-neutral-100 outline-none disabled:cursor-not-allowed disabled:text-neutral-600",children:l.map(o=>O.jsx("option",{value:o,children:NH[o]??o},o))})]})})}function DH({field:t,inheritedStyles:e,disabled:n,onCommit:r}){return O.jsxs("div",{className:"space-y-4",children:[O.jsxs("div",{className:Wr,children:[O.jsx(Pn,{label:"Line",value:sc(t,e,"line-height","normal"),disabled:n,options:["normal","1","1.1","1.2","1.25","1.3","1.4","1.5","1.6","1.75","2"],onChange:i=>r("line-height",sb("line-height",i))}),O.jsx(Pn,{label:"Track",value:sc(t,e,"letter-spacing","0px"),disabled:n,options:["0px","-0.05em","-0.04em","-0.03em","-0.02em","-0.01em","0em","0.01em","0.02em","0.03em","0.05em","0.1em","0.15em","0.2em"],onChange:i=>r("letter-spacing",sb("letter-spacing",i))})]}),O.jsxs("div",{className:Wr,children:[O.jsx(Pn,{label:"Align",value:sc(t,e,"text-align","start"),disabled:n,onChange:i=>r("text-align",i),options:["start","left","center","right","justify","end"]}),O.jsx(Pn,{label:"Case",value:sc(t,e,"text-transform","none"),disabled:n,onChange:i=>r("text-transform",i),options:["none","uppercase","lowercase","capitalize"]})]}),O.jsx(Pn,{label:"Style",value:sc(t,e,"font-style","normal"),disabled:n,onChange:i=>r("font-style",i),options:["normal","italic"]})]})}function xb({field:t,styles:e,fontAssets:n,onImportFonts:r,showRemove:i,onSetText:l,onSetTextFieldStyle:o,onRemoveTextField:c}){return O.jsxs("div",{className:"space-y-4 rounded-xl border border-neutral-800 bg-neutral-900/60 p-3",children:[O.jsxs("div",{className:i?"flex min-w-0 items-center justify-between gap-2":"min-w-0",children:[O.jsxs("div",{className:"min-w-0",children:[O.jsx("div",{className:"truncate text-[11px] font-medium text-neutral-100",children:K9(t.value)||"Text"}),O.jsx("div",{className:"text-[10px] uppercase tracking-[0.12em] text-neutral-500",children:t.tagName})]}),i&&O.jsx("button",{type:"button",onClick:()=>c(t.key),className:"inline-flex h-7 flex-shrink-0 items-center rounded-lg border border-neutral-700 bg-neutral-950 px-2.5 text-[11px] font-medium text-neutral-300 transition-colors hover:border-neutral-600 hover:text-white",children:"Remove"})]}),O.jsx(LH,{label:"Content",value:t.value,disabled:!1,autoFocus:i,onCommit:f=>l(f,t.key)},t.key),O.jsx(Ac,{label:"Text color",value:J9(t,e),disabled:!1,onCommit:f=>o(t.key,"color",f)}),O.jsxs("div",{className:Wr,children:[O.jsx(Oa,{label:"Size",value:t.computedStyles["font-size"]||e["font-size"]||"16px",disabled:!1,liveCommit:!0,onCommit:f=>o(t.key,"font-size",f)}),O.jsx(_H,{value:t.computedStyles["font-weight"]||e["font-weight"]||"400",fontFamily:t.computedStyles["font-family"]||e["font-family"],disabled:!1,onCommit:f=>o(t.key,"font-weight",f)})]}),O.jsx(yH,{value:t.computedStyles["font-family"]||e["font-family"]||"inherit",disabled:!1,importedFonts:n,onImportFonts:r,onCommit:f=>o(t.key,"font-family",f)}),O.jsx(DH,{field:t,inheritedStyles:e,disabled:!1,onCommit:(f,m)=>o(t.key,f,m)})]})}function XH({element:t,styles:e,fontAssets:n,onImportFonts:r,onSetText:i,onSetTextFieldStyle:l,onAddTextField:o,onRemoveTextField:c}){var v;const f=og(t),[m,p]=h.useState(((v=t.textFields[0])==null?void 0:v.key)??null);if(h.useEffect(()=>{const S=t.textFields;p(w=>{var k;return w&&S.some(A=>A.key===w)?w:((k=S[0])==null?void 0:k.key)??null})},[t.id,t.selector,t.textFields]),!f)return null;const g=t.textFields,y=g.find(S=>S.key===m)??g[0];return y?g.length===1?O.jsx(Sr,{title:"Text",icon:O.jsx(Px,{size:15}),children:O.jsx(xb,{field:y,styles:e,fontAssets:n,onImportFonts:r,showRemove:!1,onSetText:i,onSetTextFieldStyle:l,onRemoveTextField:c})}):O.jsx(Sr,{title:"Text",icon:O.jsx(Px,{size:15}),children:O.jsxs("div",{className:"space-y-4",children:[O.jsxs("div",{className:"grid gap-1.5",children:[O.jsxs("div",{className:"flex min-w-0 flex-wrap items-center justify-between gap-2",children:[O.jsx("span",{className:mn,children:"Text layers"}),O.jsxs("button",{type:"button",onClick:()=>{Promise.resolve(o(y.key)).then(S=>{S&&p(S)})},className:"inline-flex h-7 max-w-full items-center gap-1.5 rounded-lg border border-neutral-700 bg-neutral-950 px-2.5 text-[11px] font-medium text-neutral-300 transition-colors hover:border-neutral-600 hover:text-white",children:[O.jsx(cg,{size:12,className:"flex-shrink-0"}),O.jsx("span",{className:"truncate",children:"Add text"})]})]}),O.jsx("div",{className:"grid gap-2",children:g.map((S,w)=>{const k=S.key===y.key;return O.jsx("button",{type:"button",onClick:()=>p(S.key),className:`min-w-0 w-full rounded-xl border px-3 py-2 text-left transition-colors ${k?"border-studio-accent/50 bg-studio-accent/10":"border-neutral-800 bg-neutral-900/80 hover:border-neutral-700 hover:bg-neutral-900"}`,children:O.jsxs("div",{className:"flex min-w-0 items-center justify-between gap-2",children:[O.jsxs("div",{className:"flex min-w-0 items-center gap-2",children:[O.jsx("span",{className:"h-4 w-4 flex-shrink-0 rounded border border-neutral-700 bg-neutral-950",style:{backgroundColor:J9(S,e)}}),O.jsx("span",{className:"min-w-0 truncate text-[11px] font-medium text-neutral-100",children:K9(S.value)||`Text ${w+1}`})]}),O.jsx("span",{className:"flex-shrink-0 rounded-md border border-neutral-700 bg-neutral-950 px-1.5 py-0.5 text-[10px] uppercase tracking-[0.12em] text-neutral-500",children:S.tagName})]})},S.key)})})]}),O.jsx(xb,{field:y,styles:e,fontAssets:n,onImportFonts:r,showRemove:!0,onSetText:i,onSetTextFieldStyle:l,onRemoveTextField:c})]})}):null}function zH({element:t,activeCompositionPath:e,onSelectLayer:n}){const r=aZ(t==null?void 0:t.element,{activeCompositionPath:e});if(r.length<=1)return null;const i=t?aS(t):null;return O.jsx(Sr,{title:"Layers",icon:O.jsx(C1,{size:15}),children:O.jsx("div",{className:"space-y-0.5",children:r.map(l=>{const o=l.key===i;return O.jsxs("button",{type:"button",onClick:()=>n(l),className:`flex w-full items-center gap-2 rounded-lg px-2 py-1.5 text-left transition-colors ${o?"bg-studio-accent/14 text-studio-accent":"text-neutral-300 hover:bg-white/[0.04] hover:text-neutral-100"}`,style:{paddingLeft:8+l.depth*12},children:[O.jsx("span",{className:`flex h-5 w-5 flex-shrink-0 items-center justify-center rounded text-[9px] font-bold uppercase ${o?"bg-studio-accent/18 text-studio-accent":"bg-neutral-800 text-neutral-500"}`,children:l.tagName.slice(0,2)}),O.jsx("span",{className:"min-w-0 flex-1 truncate text-xs",children:l.label}),l.childCount>0&&O.jsx("span",{className:"text-[9px] tabular-nums text-neutral-500",children:l.childCount})]},l.key)})})})}const HH=h.memo(function({projectId:e,assets:n,element:r,multiSelectCount:i=0,copiedAgentPrompt:l,onClearSelection:o,onSetStyle:c,onSetManualOffset:f,onSetManualSize:m,onSetManualRotation:p,onSetText:g,onSetTextFieldStyle:y,onAddTextField:v,onRemoveTextField:S,onResetManualEdits:w,onAskAgent:k,onImportAssets:A,fontAssets:E=[],onImportFonts:Q,activeCompositionPath:C=null,onSelectLayer:$}){const j=(r==null?void 0:r.computedStyles)??eH;if(!r)return O.jsx("div",{className:"flex h-full flex-col items-center justify-center bg-neutral-900 px-6 text-center",children:i>1?O.jsxs(O.Fragment,{children:[O.jsx(C1,{size:18,className:"mb-3 text-neutral-600"}),O.jsxs("p",{className:"text-sm font-medium text-neutral-200",children:[i," elements selected"]}),O.jsx("p",{className:"mt-2 max-w-[260px] text-xs leading-5 text-neutral-500",children:"Select a single element to edit its properties. Click an element in the preview or use the timeline layer panel."})]}):O.jsxs(O.Fragment,{children:[O.jsx(pS,{size:18,className:"mb-3 text-neutral-600"}),O.jsx("p",{className:"text-sm font-medium text-neutral-200",children:"Select an element in the preview."}),O.jsx("p",{className:"mt-2 max-w-[260px] text-xs leading-5 text-neutral-500",children:"The inspector is tuned for element edits with safer geometry controls, color picking, and cleaner grouped layer controls."})]})});const Z=!r.capabilities.canApplyManualOffset,L=!r.capabilities.canApplyManualSize,F=r.id?`#${r.id}`:r.selector,q=r.capabilities.canEditStyles,z=j2(r.element),B=E1(r.element),H=B.width>0?B.width:ga(j.width??"")??r.boundingBox.width,te=B.height>0?B.height:ga(j.height??"")??r.boundingBox.height,D=(_,G)=>{const M=ga(G);if(M==null)return;const P=j2(r.element);f(r,{x:_==="x"?M:P.x,y:_==="y"?M:P.y})},N=(_,G)=>{const M=ga(G);if(M==null||M<=0)return;const P=E1(r.element),X=P.width>0?P.width:ga(j.width??"")??r.boundingBox.width,U=P.height>0?P.height:ga(j.height??"")??r.boundingBox.height;m(r,{width:_==="width"?M:X,height:_==="height"?M:U})},Y=$v(r.element),V=_=>{const G=Number.parseFloat(_);Number.isFinite(G)&&p(r,{angle:G})};return O.jsxs("div",{className:"flex h-full min-h-0 flex-col overflow-hidden bg-neutral-900 text-neutral-100",children:[O.jsxs("div",{className:"border-b border-neutral-800 px-4 py-5",children:[O.jsxs("div",{className:"flex items-start justify-between gap-4",children:[O.jsxs("div",{className:"min-w-0",children:[O.jsx("div",{className:mn,children:"Document"}),O.jsx("div",{className:"mt-3 truncate text-[12px] font-semibold text-neutral-100",children:r.label}),O.jsx("div",{className:"mt-1 truncate text-[11px] text-neutral-500",children:F})]}),O.jsx("button",{type:"button","aria-label":"Clear selection",onClick:o,className:"flex h-9 w-9 items-center justify-center rounded-full border border-neutral-700 bg-neutral-950 text-neutral-500 shadow-[0_1px_2px_rgba(0,0,0,0.2)] transition-colors hover:border-neutral-600 hover:text-neutral-200",children:O.jsx(kf,{size:13})})]}),O.jsxs("div",{className:"mt-4 flex min-w-0 flex-wrap items-center gap-2",children:[O.jsxs("button",{type:"button",onClick:k,className:"inline-flex h-8 items-center justify-center gap-2 rounded-xl border border-neutral-700 bg-neutral-950 px-3.5 text-[11px] font-medium text-neutral-100 transition-colors hover:border-studio-accent/40 hover:text-studio-accent",children:[O.jsx(WZ,{size:15}),O.jsx("span",{children:l?"Prompt copied":"Ask agent"})]}),O.jsxs("button",{type:"button",onClick:()=>w(r),title:"Reset move, size, and rotation edits",className:"inline-flex h-8 items-center justify-center gap-2 rounded-xl border border-neutral-700 bg-neutral-950 px-3.5 text-[11px] font-medium text-neutral-100 transition-colors hover:border-neutral-500 hover:text-white",children:[O.jsx(Tf,{size:14}),O.jsx("span",{children:"Reset edits"})]})]})]}),O.jsxs("div",{className:"flex-1 overflow-y-auto",children:[O.jsx(XH,{element:r,styles:j,fontAssets:E,onImportFonts:Q,onSetText:g,onSetTextFieldStyle:y,onAddTextField:v,onRemoveTextField:S}),$&&O.jsx(zH,{element:r,activeCompositionPath:C,onSelectLayer:$}),O.jsxs(Sr,{title:"Layout",icon:O.jsx(KZ,{size:15}),children:[O.jsxs("div",{className:Wr,children:[O.jsx(Oa,{label:"X",value:Qs(z.x),disabled:Z,scrub:!0,onCommit:_=>D("x",_)}),O.jsx(Oa,{label:"Y",value:Qs(z.y),disabled:Z,scrub:!0,onCommit:_=>D("y",_)}),O.jsx(Oa,{label:"W",value:Qs(H),disabled:L,scrub:!0,onCommit:_=>N("width",_)}),O.jsx(Oa,{label:"H",value:Qs(te),disabled:L,scrub:!0,onCommit:_=>N("height",_)}),O.jsx(Oa,{label:"R",value:`${Y.angle}°`,onCommit:_=>V(_.replace("°",""))})]}),O.jsx("div",{className:"mt-3",children:O.jsx(Oa,{label:"Layer",value:String(parseInt(j["z-index"]||"auto",10)||0),scrub:!0,onCommit:_=>c("z-index",_)})})]}),q&&O.jsx(RH,{projectId:e,element:r,styles:j,assets:n,onSetStyle:c,onImportAssets:A})]})]})}),eA="min-w-0 rounded-xl border border-neutral-800 bg-neutral-900/95 px-3 py-2 text-neutral-100 shadow-[inset_0_1px_0_rgba(255,255,255,0.03)] transition-colors focus-within:border-neutral-600",aO="text-[11px] font-medium uppercase tracking-[0.18em] text-neutral-500",yb="grid grid-cols-[repeat(auto-fit,minmax(118px,1fr))] gap-3";function g2(t){const e=Math.round(t*100)/100;return Number.isInteger(e)?`${e}`:e.toFixed(2).replace(/0+$/,"").replace(/\.$/,"")}function O2(t,e,n,r){return t==null||!Number.isFinite(t)?r:Math.min(n,Math.max(e,t))}function x2(t){const e=Number.parseFloat(t.trim());return Number.isFinite(e)?e:null}function YH({value:t,disabled:e,onCommit:n}){const[r,i]=h.useState(t),l=h.useRef(!1);h.useEffect(()=>{l.current||i(t)},[t]);const o=()=>{l.current=!1;const c=r.trim();c!==t&&n(c)};return O.jsx("input",{type:"text",value:r,disabled:e,onFocus:()=>{l.current=!0},onChange:c=>i(c.target.value),onBlur:o,onKeyDown:c=>{c.key==="Enter"&&c.target.blur()},className:"w-full min-w-0 bg-transparent text-[11px] font-medium text-neutral-100 outline-none disabled:cursor-not-allowed disabled:text-neutral-600"})}function s1({label:t,value:e,disabled:n,onCommit:r}){return O.jsxs("label",{className:"grid min-w-0 gap-1.5",children:[O.jsx("span",{className:aO,children:t}),O.jsx("div",{className:eA,children:O.jsx(YH,{value:e,disabled:n,onCommit:r})})]})}function BH({value:t,options:e,onChange:n}){return O.jsx("div",{className:"grid grid-cols-3 gap-1 rounded-2xl border border-neutral-800 bg-neutral-950 p-1",children:e.map(r=>O.jsx("button",{type:"button",onClick:()=>n(r.value),className:`h-9 rounded-xl text-[11px] font-semibold transition-colors ${r.value===t?"bg-neutral-800 text-white shadow-sm":"text-neutral-500 hover:bg-neutral-900 hover:text-neutral-200"}`,children:r.label},r.value))})}function bb({label:t,value:e,options:n,onChange:r}){return O.jsxs("label",{className:"grid min-w-0 gap-1.5",children:[O.jsx("span",{className:aO,children:t}),O.jsx("div",{className:eA,children:O.jsx("select",{value:e,onChange:i=>r(i.target.value),className:"w-full min-w-0 appearance-none bg-transparent text-[11px] font-medium text-neutral-100 outline-none",children:n.map(i=>O.jsx("option",{value:i,children:i},i))})})]})}function vb({title:t,children:e,accessory:n}){return O.jsxs("section",{className:"border-b border-neutral-800 px-4 py-5",children:[O.jsxs("div",{className:"mb-4 flex items-center justify-between gap-3",children:[O.jsxs("div",{className:"flex items-center gap-3",children:[O.jsx(ug,{size:15,className:"text-neutral-500"}),O.jsx("h3",{className:"text-[11px] font-semibold uppercase tracking-[0.22em] text-neutral-300",children:t})]}),n]}),e]})}function o1(t){const e=Math.round(t*100)/100;return Number.isInteger(e)?`${e}`:e.toFixed(2).replace(/0+$/,"").replace(/\.$/,"")}function FH(t,e){const n=1-t,r=n*n,i=t*t;return{x:3*r*t*e.x1+3*n*i*e.x2+i*t,y:3*r*t*e.y1+3*n*i*e.y2+i*t}}function qH(t,e){const n=[];for(let r=0;r<=48;r+=1){const i=e(FH(r/48,t));n.push(`${r===0?"M":"L"}${i.x.toFixed(2)},${i.y.toFixed(2)}`)}return n.join(" ")}function UH({points:t,onCommit:e}){const n=h.useRef(null),[r,i]=h.useState(t),l=h.useRef(null);h.useEffect(()=>{i(t)},[t]);const o=324,c=214,f={left:46,top:24,width:242,height:146},m=-.4,p=1.4,g=$=>({x:f.left+$.x*f.width,y:f.top+(p-$.y)/(p-m)*f.height}),y=$=>{var F;const j=(F=n.current)==null?void 0:F.getBoundingClientRect();if(!j)return null;const Z=($.clientX-j.left)/j.width*o,L=($.clientY-j.top)/j.height*c;return lg({x1:l.current==="p1"?(Z-f.left)/f.width:r.x1,y1:l.current==="p1"?p-(L-f.top)/f.height*(p-m):r.y1,x2:l.current==="p2"?(Z-f.left)/f.width:r.x2,y2:l.current==="p2"?p-(L-f.top)/f.height*(p-m):r.y2})},v=g({x:0,y:0}),S=g({x:1,y:1}),w=g({x:r.x1,y:r.y1}),k=g({x:r.x2,y:r.y2}),A=qH(r,g),E=$=>{if(!l.current)return;$.preventDefault();const j=y($);j&&i(j)},Q=()=>{l.current&&(l.current=null,e(r))},C=($,j)=>{j.preventDefault(),j.stopPropagation(),l.current=$,j.currentTarget.setPointerCapture(j.pointerId)};return O.jsxs("div",{className:"overflow-hidden rounded-2xl border border-neutral-800 bg-black/40",children:[O.jsxs("div",{className:"flex items-center justify-between gap-3 border-b border-neutral-800 px-3 py-2",children:[O.jsxs("div",{children:[O.jsx("div",{className:aO,children:"CustomEase"}),O.jsx("div",{className:"mt-1 font-mono text-[10px] text-neutral-500",children:Dv(r)})]}),O.jsxs("button",{type:"button",onClick:()=>{const $=Xv("power3.out");i($),e($)},className:"inline-flex h-8 items-center justify-center gap-2 rounded-xl border border-neutral-800 bg-neutral-950 px-3 text-[10px] font-semibold uppercase tracking-[0.14em] text-neutral-400 transition-colors hover:border-neutral-700 hover:text-neutral-100",children:[O.jsx(Tf,{size:13}),"Reset"]})]}),O.jsxs("svg",{ref:n,viewBox:`0 0 ${o} ${c}`,className:"block w-full select-none touch-none",onPointerMove:E,onPointerUp:Q,onPointerCancel:Q,children:[O.jsx("rect",{x:"0",y:"0",width:o,height:c,fill:"transparent"}),[0,.5,1].map($=>{const j=g({x:0,y:$});return O.jsxs("g",{children:[O.jsx("line",{x1:f.left,x2:f.left+f.width,y1:j.y,y2:j.y,stroke:"rgba(255,255,255,0.12)",strokeDasharray:"5 8"}),O.jsx("text",{x:f.left-12,y:j.y+4,textAnchor:"end",className:"fill-neutral-500 text-[10px] font-semibold",children:$})]},$)}),O.jsx("line",{x1:f.left,x2:f.left+f.width,y1:f.top+f.height,y2:f.top+f.height,stroke:"rgba(255,255,255,0.18)"}),O.jsx("line",{x1:f.left,x2:f.left,y1:f.top,y2:f.top+f.height,stroke:"rgba(255,255,255,0.18)"}),O.jsx("line",{x1:v.x,y1:v.y,x2:w.x,y2:w.y,stroke:"rgba(255,221,87,0.34)"}),O.jsx("line",{x1:S.x,y1:S.y,x2:k.x,y2:k.y,stroke:"rgba(255,221,87,0.34)"}),O.jsx("path",{d:A,fill:"none",stroke:"#ffdd57",strokeWidth:"4",strokeLinecap:"round"}),O.jsx("circle",{cx:v.x,cy:v.y,r:"5",fill:"#ffdd57"}),O.jsx("circle",{cx:S.x,cy:S.y,r:"5",fill:"#ffdd57"}),O.jsx("circle",{cx:w.x,cy:w.y,r:"9",fill:"#141414",stroke:"#ffdd57",strokeWidth:"4",className:"cursor-grab active:cursor-grabbing",onPointerDown:$=>C("p1",$)}),O.jsx("circle",{cx:k.x,cy:k.y,r:"9",fill:"#141414",stroke:"#ffdd57",strokeWidth:"4",className:"cursor-grab active:cursor-grabbing",onPointerDown:$=>C("p2",$)}),O.jsx("text",{x:w.x+12,y:w.y-10,className:"fill-neutral-400 text-[10px] font-semibold",children:"P1"}),O.jsx("text",{x:k.x+12,y:k.y-10,className:"fill-neutral-400 text-[10px] font-semibold",children:"P2"})]}),O.jsxs("div",{className:"grid grid-cols-2 gap-2 border-t border-neutral-800 p-3",children:[O.jsxs("div",{className:"rounded-xl border border-neutral-800 bg-neutral-950 px-3 py-2 font-mono text-[10px] text-neutral-400",children:["P1 ",o1(r.x1),", ",o1(r.y1)]}),O.jsxs("div",{className:"rounded-xl border border-neutral-800 bg-neutral-950 px-3 py-2 font-mono text-[10px] text-neutral-400",children:["P2 ",o1(r.x2),", ",o1(r.y2)]})]})]})}const IH=[{label:"Fade Up",value:"fade-up"},{label:"Slide",value:"slide"},{label:"Pop",value:"pop"}],GH=["up","down","left","right"];function WH(t){return t?Math.max(Math.abs(t.from.x??0),Math.abs(t.from.y??0),1):32}function KH(t){return t?t.from.scale!=null||t.to.scale!=null?"pop":t.from.x!=null||t.to.x!=null?"slide":"fade-up":"fade-up"}function JH(t){if(!t)return"up";const e=t.from.x??0,n=t.from.y??0;return Math.abs(e)>Math.abs(n)?e<0?"right":"left":n<0?"down":"up"}function Sb(t){return`studio-${(t.id||t.selector||t.label||"layer").toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-|-$/g,"")||"layer"}-ease`}const eY=h.memo(function({element:e,motion:n,onClearSelection:r,onSetMotion:i,onClearMotion:l}){var C;const o=KH(n),c=JH(n),f=(n==null?void 0:n.start)??0,m=(n==null?void 0:n.duration)??.6,p=WH(n),g=(n==null?void 0:n.ease)??"power3.out",y=((C=n==null?void 0:n.customEase)==null?void 0:C.data)??"",v=y.trim().length>0,S=h.useMemo(()=>rx(y)??Xv(A0.includes(g)?g:"power3.out"),[g,y]);if(!e)return O.jsxs("div",{className:"flex h-full flex-col items-center justify-center bg-neutral-900 px-6 text-center",children:[O.jsx(ug,{size:18,className:"mb-3 text-neutral-600"}),O.jsx("p",{className:"text-sm font-medium text-neutral-200",children:"Select an element for motion."}),O.jsx("p",{className:"mt-2 max-w-[260px] text-xs leading-5 text-neutral-500",children:"Timeline layers and inspector selections can receive Studio-authored GSAP motion."})]});const w=e.id?`#${e.id}`:e.selector,k=v?"CustomEase":A0.includes(g)?g:"power3.out",A=v?["CustomEase",...A0]:A0,E=$=>{var F;const j=$.customEaseData??y,Z=j.trim()?{id:((F=n==null?void 0:n.customEase)==null?void 0:F.id)??Sb(e),data:j.trim()}:void 0,L=Z?Z.id:($.ease??g).trim()||"none";i(e,UQ($.preset??o,{start:O2($.start??f,0,3600,0),duration:O2($.duration??m,.01,3600,.6),distance:O2($.distance??p,1,2e3,32),direction:$.direction??c,ease:L,customEase:Z}))},Q=$=>{E({ease:Sb(e),customEaseData:Dv($)})};return O.jsxs("div",{className:"flex h-full min-h-0 flex-col overflow-hidden bg-neutral-900 text-neutral-100",children:[O.jsx("div",{className:"border-b border-neutral-800 px-4 py-5",children:O.jsxs("div",{className:"flex items-start justify-between gap-4",children:[O.jsxs("div",{className:"min-w-0",children:[O.jsx("div",{className:"text-[11px] font-medium uppercase tracking-[0.18em] text-neutral-500",children:"Motion Target"}),O.jsx("div",{className:"mt-3 truncate text-[12px] font-semibold text-neutral-100",children:e.label}),O.jsx("div",{className:"mt-1 truncate text-[11px] text-neutral-500",children:w})]}),O.jsx("button",{type:"button","aria-label":"Clear selection",onClick:r,className:"flex h-9 w-9 items-center justify-center rounded-full border border-neutral-700 bg-neutral-950 text-neutral-500 shadow-[0_1px_2px_rgba(0,0,0,0.2)] transition-colors hover:border-neutral-600 hover:text-neutral-200",children:O.jsx(kf,{size:13})})]})}),O.jsxs("div",{className:"flex-1 overflow-y-auto",children:[O.jsx(vb,{title:"GSAP Motion",accessory:O.jsx("div",{className:"rounded-full border border-studio-accent/40 bg-studio-accent/10 px-2.5 py-1 text-[10px] font-semibold uppercase tracking-[0.16em] text-studio-accent",children:"GSAP"}),children:O.jsxs("div",{className:"space-y-4",children:[O.jsx(BH,{value:o,onChange:$=>E({preset:$}),options:IH}),O.jsxs("div",{className:yb,children:[O.jsx(bb,{label:"Direction",value:c,onChange:$=>E({direction:$}),options:GH}),O.jsx(bb,{label:"Ease",value:k,onChange:$=>{$!=="CustomEase"&&E({ease:$,customEaseData:""})},options:A})]}),O.jsxs("div",{className:yb,children:[O.jsx(s1,{label:"Start",value:g2(f),onCommit:$=>E({start:x2($)??0})}),O.jsx(s1,{label:"Duration",value:g2(m),onCommit:$=>E({duration:x2($)??.6})}),O.jsx(s1,{label:"Distance",value:g2(p),onCommit:$=>E({distance:x2($)??32})})]})]})}),O.jsx(vb,{title:"Ease Curve",accessory:O.jsx("div",{className:"rounded-full border border-yellow-400/30 bg-yellow-400/10 px-2.5 py-1 text-[10px] font-semibold uppercase tracking-[0.16em] text-yellow-300",children:"CustomEase"}),children:O.jsxs("div",{className:"space-y-4",children:[O.jsx(UH,{points:S,onCommit:Q}),O.jsx(s1,{label:"CustomEase path",value:y,onCommit:$=>{const j=rx($);j&&Q(j)}}),O.jsx("div",{className:"flex justify-end",children:O.jsx("button",{type:"button",onClick:()=>l(e),disabled:!n,className:"inline-flex h-8 items-center rounded-xl border border-neutral-700 bg-neutral-950 px-3 text-[11px] font-medium text-neutral-300 transition-colors hover:border-neutral-600 hover:text-white disabled:cursor-not-allowed disabled:border-neutral-800 disabled:text-neutral-600",children:"Clear motion"})})]})})]})]})}),va="w-full bg-neutral-900 border border-neutral-800 rounded px-1.5 py-0.5 text-2xs text-neutral-200 font-mono outline-none focus:border-neutral-600";function Fp({label:t,children:e}){return O.jsxs("div",{className:"mb-3",children:[O.jsx("div",{className:"flex items-center gap-1.5 mt-2 mb-1.5",children:O.jsx("span",{className:"text-2xs font-medium text-neutral-500 uppercase tracking-wider",children:t})}),O.jsx("div",{className:"space-y-1",children:e})]})}function Mi({label:t,children:e}){return O.jsxs("div",{className:"flex items-center gap-2",children:[O.jsx("span",{className:"text-2xs text-neutral-600 w-14 text-right flex-shrink-0",children:t}),O.jsx("div",{className:"flex-1 min-w-0",children:e})]})}const tY=["none","fade","slide-up","slide-down","slide-left","slide-right","pop","slam","bounce","typewriter","blur-in","flip","drop"],nY=["none","color-change","scale-pop","glow-pulse","underline-sweep","background-fill","bounce"],rY=["none","fade","slide-up","slide-down","slide-left","slide-right","scatter","drop","collapse","blur-out","shrink"],iY=["power1.out","power2.out","power3.out","power4.out","power1.in","power2.in","power3.in","power1.inOut","power2.inOut","back.out(1.7)","elastic.out(1,0.3)","bounce.out"];function y2({label:t,presets:e,animation:n,showIntensity:r,onChange:i}){const l=(n==null?void 0:n.preset)??"none",o=(n==null?void 0:n.duration)??.2,c=(n==null?void 0:n.ease)??"power2.out",f=(n==null?void 0:n.stagger)??0,m=(n==null?void 0:n.intensity)??1;return O.jsxs(Fp,{label:t,children:[O.jsx(Mi,{label:"Preset",children:O.jsx("select",{value:l,onChange:p=>i({preset:p.target.value}),className:va,children:e.map(p=>O.jsx("option",{value:p,children:p},p))})}),O.jsx(Mi,{label:"Duration",children:O.jsx("input",{type:"number",value:o,step:.05,min:0,max:2,onChange:p=>i({duration:Number(p.target.value)}),className:va})}),O.jsx(Mi,{label:"Ease",children:O.jsx("select",{value:c,onChange:p=>i({ease:p.target.value}),className:va,children:iY.map(p=>O.jsx("option",{value:p,children:p},p))})}),O.jsx(Mi,{label:"Stagger",children:O.jsx("input",{type:"number",value:f,step:.02,min:0,max:.5,onChange:p=>i({stagger:Number(p.target.value)}),className:va})}),r&&O.jsx(Mi,{label:"Intensity",children:O.jsxs("div",{className:"flex items-center gap-2",children:[O.jsx("input",{type:"range",min:0,max:1,step:.01,value:m,onChange:p=>i({intensity:Number(p.target.value)}),className:"flex-1 accent-studio-accent"}),O.jsx("span",{className:"text-2xs text-neutral-400 font-mono w-8 text-right flex-shrink-0",children:m.toFixed(2)})]})})]})}const aY=h.memo(function(){const e=Ge(v=>v.model),n=Ge(v=>v.selectedGroupId),r=Ge(v=>v.selectedSegmentIds),i=Ge(v=>v.updateGroupAnimation),l=Ge(v=>v.applyAnimationToAll);let o=n;if(!o&&e&&r.size>0){const v=[...r][0];if(v){for(const[S,w]of e.groups)if(w.segmentIds.includes(v)){o=S;break}}}const c=o?e==null?void 0:e.groups.get(o):void 0,f=c==null?void 0:c.animation,m=h.useCallback(v=>{o&&i(o,"entrance",v)},[o,i]),p=h.useCallback(v=>{o&&i(o,"highlight",v)},[o,i]),g=h.useCallback(v=>{o&&i(o,"exit",v)},[o,i]),y=h.useCallback(()=>{f&&l(f)},[f,l]);return!c||!o||!f?O.jsx("div",{className:"flex items-center justify-center h-full px-4 text-center",children:O.jsx("p",{className:"text-xs text-neutral-500",children:"Select a caption group to edit animations"})}):O.jsxs("div",{className:"flex flex-col h-full min-h-0",children:[O.jsxs("div",{className:"flex-1 overflow-y-auto px-3 py-2",children:[O.jsx(y2,{label:"Entrance",presets:tY,animation:f.entrance,onChange:m}),O.jsx(y2,{label:"Highlight",presets:nY,animation:f.highlight,showIntensity:!0,onChange:p}),O.jsx(y2,{label:"Exit",presets:rY,animation:f.exit,onChange:g})]}),O.jsx("div",{className:"flex-shrink-0 px-3 py-2 border-t border-neutral-800",children:O.jsx("button",{type:"button",onClick:y,className:"w-full py-1.5 rounded border border-neutral-700 text-2xs text-neutral-300 hover:border-studio-accent/50 hover:text-studio-accent transition-colors",children:"Apply to all groups"})})]})}),lY=h.memo(function({iframeRef:e}){var j;const n=Ge(Z=>Z.model),r=Ge(Z=>Z.selectedSegmentIds),i=Ge(Z=>Z.selectedGroupId),l=Ge(Z=>Z.updateSelectedStyle),o=Ge(Z=>Z.updateGroupStyle),[c,f]=h.useState("style"),m=r.size>0?[...r][0]:void 0,p=n==null?void 0:n.segments.get(m??"");let g=null;if(n&&m)for(const Z of n.groupOrder){const L=n.groups.get(Z);if(L&&L.segmentIds.includes(m)){g=Z;break}}const y=g?(j=n==null?void 0:n.groups.get(g))==null?void 0:j.style:void 0,v=(p==null?void 0:p.style)??{},S={...y,...v},w=h.useCallback(Z=>{var H,te,D;const L=e.current;if(!L||!n)return;let F=null;try{F=L.contentDocument}catch{return}if(!F)return;const q=F.querySelectorAll(".caption-group"),z=[];for(const N of r)for(let Y=0;Y<n.groupOrder.length;Y++){const V=n.groups.get(n.groupOrder[Y]);if(!V)continue;const _=V.segmentIds.indexOf(N);if(_<0)continue;const G=q[Y];if(!G)continue;const M=G.children;let P=0;for(const X of M){const U=X;if(U.dataset.captionWrapper==="true"){const ee=U.querySelector(":scope > span");if(ee&&P===_){z.push(ee);break}}else if(U.tagName==="SPAN"&&P===_){z.push(U);break}P++}break}if(Z.x!==void 0||Z.y!==void 0||Z.scaleX!==void 0||Z.scaleY!==void 0||Z.rotation!==void 0)try{const N=(te=(H=e.current)==null?void 0:H.contentWindow)==null?void 0:te.gsap;if(N)for(const Y of z){let V=Y.parentElement;(!V||V.dataset.captionWrapper!=="true")&&(V=F.createElement("span"),V.style.display="inline-block",V.dataset.captionWrapper="true",(D=Y.parentNode)==null||D.insertBefore(V,Y),V.appendChild(Y));const _=N.getProperty(V,"x")||0,G=N.getProperty(V,"y")||0,M=N.getProperty(V,"scale")||1,P=N.getProperty(V,"rotation")||0;N.set(V,{x:Z.x??_,y:Z.y??G,scale:Z.scaleX??M,rotation:Z.rotation??P})}}catch{}},[e,n,r]),k=h.useCallback(Z=>{i?o(i,Z):l(Z),w(Z)},[i,o,l,w]);if(r.size===0)return O.jsx("div",{className:"flex items-center justify-center h-full px-4 text-center",children:O.jsx("p",{className:"text-xs text-neutral-500",children:"Select caption words to edit their style"})});const A=S.x??0,E=S.y??0,Q=S.rotation??0,C=S.scaleX??1,$=r.size===1?"1 word":`${r.size} words`;return O.jsxs("div",{className:"flex flex-col h-full min-h-0",children:[O.jsxs("div",{className:"px-3 py-2 border-b border-neutral-800 flex-shrink-0",children:[O.jsx("div",{className:"flex items-center justify-between mb-1.5",children:O.jsx("span",{className:"text-2xs text-neutral-500",children:$})}),O.jsxs("div",{className:"flex gap-1",children:[O.jsx("button",{type:"button",onClick:()=>f("style"),className:["flex-1 py-0.5 rounded text-2xs font-medium transition-colors",c==="style"?"bg-studio-accent/20 text-studio-accent border border-studio-accent/50":"text-neutral-500 border border-neutral-800 hover:text-neutral-300 hover:border-neutral-600"].join(" "),children:"Style"}),O.jsx("button",{type:"button",onClick:()=>f("animation"),className:["flex-1 py-0.5 rounded text-2xs font-medium transition-colors",c==="animation"?"bg-studio-accent/20 text-studio-accent border border-studio-accent/50":"text-neutral-500 border border-neutral-800 hover:text-neutral-300 hover:border-neutral-600"].join(" "),children:"Animation"})]})]}),c==="animation"&&O.jsx(aY,{}),c==="style"&&O.jsxs("div",{className:"flex-1 overflow-y-auto px-3 py-2",children:[O.jsxs(Fp,{label:"Position",children:[O.jsx(Mi,{label:"X",children:O.jsx("input",{type:"number",value:A,onChange:Z=>k({x:Number(Z.target.value)}),className:va})}),O.jsx(Mi,{label:"Y",children:O.jsx("input",{type:"number",value:E,onChange:Z=>k({y:Number(Z.target.value)}),className:va})})]}),O.jsxs(Fp,{label:"Transform",children:[O.jsx(Mi,{label:"Scale",children:O.jsx("input",{type:"number",value:C,step:.1,onChange:Z=>k({scaleX:Number(Z.target.value),scaleY:Number(Z.target.value)}),className:va})}),O.jsx(Mi,{label:"Rotation",children:O.jsx("input",{type:"number",value:Q,onChange:Z=>k({rotation:Number(Z.target.value)}),className:va})})]})]})]})});function sY(t){if(t<1e3)return`${t}ms`;const e=Math.round(t/1e3);return e<60?`${e}s`:`${Math.floor(e/60)}m ${e%60}s`}function oY(t){const e=Date.now()-t;return e<6e4?"just now":e<36e5?`${Math.floor(e/6e4)}m ago`:`${Math.floor(e/36e5)}h ago`}const cY=h.memo(function({job:e,projectId:n,onDelete:r}){const[i,l]=h.useState(!1),o=`/api/projects/${n}/renders/file/${e.filename}`,c=h.useCallback(()=>{window.open(o,"_blank")},[o]),f=h.useCallback(g=>{g.stopPropagation();const y=document.createElement("a");y.href=o,y.download=e.filename,y.click()},[o,e.filename]),m=o,p=e.status==="complete";return O.jsx("div",{onPointerEnter:()=>l(!0),onPointerLeave:()=>l(!1),onClick:p?c:void 0,className:["px-3 py-2.5 border-b border-neutral-800/30 last:border-0 transition-colors duration-150",p?"cursor-pointer hover:bg-neutral-800/30":""].filter(Boolean).join(" "),children:O.jsxs("div",{className:"flex items-center gap-2.5",children:[O.jsxs("div",{className:"w-20 h-[45px] rounded overflow-hidden bg-neutral-900 flex-shrink-0 relative",children:[p&&O.jsxs(O.Fragment,{children:[i&&O.jsx("video",{src:m,autoPlay:!0,muted:!0,loop:!0,playsInline:!0,className:"absolute inset-0 w-full h-full object-contain"}),O.jsx("div",{className:"absolute inset-0 transition-opacity duration-150",style:{opacity:i?0:1},children:O.jsx(j9,{src:m})})]}),e.status==="rendering"&&O.jsx("div",{className:"w-full h-full flex items-center justify-center",children:O.jsx("div",{className:"w-2 h-2 rounded-full bg-studio-accent animate-pulse"})}),e.status==="failed"&&O.jsx("div",{className:"w-full h-full flex items-center justify-center",children:O.jsx("div",{className:"w-2 h-2 rounded-full bg-red-400"})}),e.status==="cancelled"&&O.jsx("div",{className:"w-full h-full flex items-center justify-center",children:O.jsx("div",{className:"w-2 h-2 rounded-full bg-neutral-600"})})]}),O.jsxs("div",{className:"flex-1 min-w-0",children:[O.jsxs("div",{className:"flex items-center gap-1.5",children:[O.jsx("span",{className:"text-[11px] font-medium text-neutral-300 truncate",children:e.filename}),e.durationMs&&O.jsx("span",{className:"text-[9px] text-neutral-600 flex-shrink-0",children:sY(e.durationMs)})]}),e.status==="rendering"&&O.jsxs("div",{className:"mt-1",children:[O.jsxs("div",{className:"flex items-center justify-between mb-0.5",children:[O.jsx("span",{className:"text-[9px] text-neutral-500",children:e.stage||"Rendering"}),O.jsxs("span",{className:"text-[9px] font-mono text-studio-accent",children:[e.progress,"%"]})]}),O.jsx("div",{className:"w-full h-1 bg-neutral-800 rounded-full overflow-hidden",children:O.jsx("div",{className:"h-full bg-studio-accent rounded-full transition-all duration-300",style:{width:`${e.progress}%`}})})]}),e.status==="failed"&&e.error&&O.jsx("span",{className:"text-[9px] text-red-400 mt-0.5 block",children:e.error}),e.status!=="rendering"&&O.jsx("span",{className:"text-[9px] text-neutral-600",children:oY(e.createdAt)})]}),i&&O.jsxs("div",{className:"flex items-center gap-1 flex-shrink-0",children:[p&&O.jsx("button",{onClick:f,className:"p-1 rounded text-neutral-500 hover:text-green-400 transition-colors",title:"Download",children:O.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[O.jsx("path",{d:"M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4"}),O.jsx("polyline",{points:"7 10 12 15 17 10"}),O.jsx("line",{x1:"12",y1:"15",x2:"12",y2:"3"})]})}),O.jsx("button",{onClick:g=>{g.stopPropagation(),r()},className:"p-1 rounded text-neutral-500 hover:text-red-400 transition-colors",title:"Remove",children:O.jsx("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",children:O.jsx("path",{d:"M18 6L6 18M6 6l12 12"})})})]})]})})}),uY=["auto","1080p","4k"],wb={auto:"Auto","1080p":"1080p","4k":"4K"},tA={landscape:{width:1920,height:1080},portrait:{width:1080,height:1920},"landscape-4k":{width:3840,height:2160},"portrait-4k":{width:2160,height:3840},square:{width:1080,height:1080},"square-4k":{width:2160,height:2160}};function fY(t){return t==null?"landscape":t.width===t.height?"square":t.height>t.width?"portrait":"landscape"}function nA(t,e){if(t==="auto")return"auto";const n=fY(e);return t==="1080p"?n:n==="landscape"?"landscape-4k":n==="portrait"?"portrait-4k":"square-4k"}function hY(t,e){if(t==="auto")return e??null;const n=nA(t,e);return n==="auto"?null:tA[n]}function dY(t,e){if(t==="auto"||e==null)return!0;const n=nA(t,e);if(n==="auto")return!0;const r=tA[n];return r.width*e.height!==r.height*e.width||r.width<e.width?!1:Number.isInteger(r.width/e.width)}function mY(t,e){const n=hY(t,e);return n?`${wb[t]} · ${n.width}×${n.height}`:wb[t]}const b2={mp4:{label:"MP4",desc:"Best for general use. Smallest file, universal playback."},mov:{label:"MOV (ProRes 4444)",desc:"Transparent video. Works in CapCut, Final Cut Pro, Premiere, DaVinci Resolve, After Effects. Large files."},webm:{label:"WebM (VP9)",desc:"Transparent video for web. Smaller than MOV but limited editor support."}};function pY({format:t}){const[e,n]=h.useState(!1),r=h.useRef(void 0),i=()=>{clearTimeout(r.current),n(!0)},l=()=>{r.current=setTimeout(()=>n(!1),120)};h.useEffect(()=>()=>clearTimeout(r.current),[]);const o=b2[t];return O.jsxs("div",{className:"relative",onPointerEnter:i,onPointerLeave:l,children:[O.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"text-neutral-600 hover:text-neutral-400 transition-colors cursor-help",children:[O.jsx("circle",{cx:"12",cy:"12",r:"10"}),O.jsx("path",{d:"M9.09 9a3 3 0 015.83 1c0 2-3 3-3 3"}),O.jsx("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"})]}),e&&O.jsxs("div",{className:"absolute top-full right-0 mt-1.5 w-52 p-2 rounded bg-neutral-900 border border-neutral-700 shadow-lg z-50",children:[O.jsx("p",{className:"text-[10px] font-semibold text-neutral-200 mb-0.5",children:o.label}),O.jsx("p",{className:"text-[9px] text-neutral-400 leading-tight",children:o.desc}),O.jsx("div",{className:"mt-1.5 pt-1.5 border-t border-neutral-800",children:["mp4","mov","webm"].filter(c=>c!==t).map(c=>O.jsxs("p",{className:"text-[9px] text-neutral-500 leading-relaxed",children:[O.jsx("span",{className:"text-neutral-400 font-medium",children:b2[c].label})," — ",b2[c].desc]},c))})]})]})}const Ab=[{value:"draft",label:"Draft",title:"Fast render, smaller file"},{value:"standard",label:"Standard",title:"Good quality, balanced file size"},{value:"high",label:"High Quality",title:"Best quality, larger file"}];function gY({onStartRender:t,isRendering:e,compositionDimensions:n}){var y;const[r,i]=h.useState("mp4"),[l,o]=h.useState("standard"),[c,f]=h.useState("auto"),[m,p]=h.useState(30),g=r!=="mov";return O.jsxs("div",{className:"flex items-center gap-1",children:[O.jsx(pY,{format:r}),O.jsx("select",{value:c,onChange:v=>f(v.target.value),disabled:e,className:"h-5 px-1 text-[10px] rounded-l bg-neutral-800 border border-neutral-700 text-neutral-300 outline-none disabled:opacity-50",children:uY.map(v=>O.jsx("option",{value:v,disabled:!dY(v,n),children:mY(v,n)},v))}),g&&O.jsx("select",{value:l,onChange:v=>o(v.target.value),disabled:e,title:(y=Ab.find(v=>v.value===l))==null?void 0:y.title,className:"h-5 px-1 text-[10px] bg-neutral-800 border border-neutral-700 text-neutral-300 outline-none disabled:opacity-50",children:Ab.map(v=>O.jsx("option",{value:v.value,title:v.title,children:v.label},v.value))}),O.jsxs("select",{value:m,onChange:v=>p(Number(v.target.value)),disabled:e,title:"Frames per second",className:"h-5 px-1 text-[10px] bg-neutral-800 border border-neutral-700 text-neutral-300 outline-none disabled:opacity-50",children:[O.jsx("option",{value:24,children:"24fps"}),O.jsx("option",{value:30,children:"30fps"}),O.jsx("option",{value:60,children:"60fps"})]}),O.jsxs("select",{value:r,onChange:v=>i(v.target.value),disabled:e,className:"h-5 px-1 text-[10px] bg-neutral-800 border border-neutral-700 text-neutral-300 outline-none disabled:opacity-50",children:[O.jsx("option",{value:"mp4",children:"MP4"}),O.jsx("option",{value:"mov",children:"MOV"}),O.jsx("option",{value:"webm",children:"WebM"})]}),O.jsx("button",{onClick:()=>{t(r,l,c,m)},disabled:e,className:"flex items-center gap-1 px-2 py-0.5 text-[10px] font-semibold rounded-r bg-studio-accent text-[#09090B] hover:brightness-110 transition-colors disabled:opacity-50",children:e?"Rendering...":"Export"})]})}const OY=h.memo(function({jobs:e,projectId:n,onDelete:r,onClearCompleted:i,onStartRender:l,isRendering:o,compositionDimensions:c}){const f=h.useRef(null);h.useEffect(()=>{f.current&&f.current.scrollTo({top:f.current.scrollHeight,behavior:"smooth"})},[e.length]);const m=e.filter(p=>p.status!=="rendering").length;return O.jsxs("div",{className:"flex flex-col h-full",children:[O.jsx("div",{className:"flex items-center justify-end px-3 py-2 border-b border-neutral-800/50 flex-shrink-0",children:O.jsxs("div",{className:"flex items-center gap-1.5",children:[m>0&&O.jsx("button",{onClick:i,className:"text-[10px] text-neutral-600 hover:text-neutral-400 transition-colors",children:"Clear"}),O.jsx(gY,{onStartRender:l,isRendering:o,compositionDimensions:c})]})}),O.jsx("div",{ref:f,className:"flex-1 overflow-y-auto",children:e.length===0?O.jsxs("div",{className:"flex flex-col items-center justify-center h-full px-4 gap-2",children:[O.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",className:"text-neutral-700",children:[O.jsx("rect",{x:"2",y:"2",width:"20",height:"20",rx:"2.18",ry:"2.18",strokeLinecap:"round",strokeLinejoin:"round"}),O.jsx("path",{d:"M7 2v20M17 2v20M2 12h20M2 7h5M2 17h5M17 17h5M17 7h5",strokeLinecap:"round",strokeLinejoin:"round"})]}),O.jsx("p",{className:"text-[10px] text-neutral-600 text-center",children:"No renders yet"})]}):e.map(p=>O.jsx(cY,{job:p,projectId:n,onDelete:()=>r(p.id)},p.id))})]})});function xY({selectedStudioMotion:t,designPanelActive:e,motionPanelActive:n}){const{rightWidth:r,rightPanelTab:i,setRightPanelTab:l,handlePanelResizeStart:o,handlePanelResizeMove:c,handlePanelResizeEnd:f}=fg(),{captionEditMode:m,previewIframeRef:p,projectId:g,activeCompPath:y,compositionDimensions:v,waitForPendingDomEditSaves:S,renderQueue:w}=Mf(),{domEditSelection:k,domEditGroupSelections:A,copiedAgentPrompt:E,clearDomSelection:Q,handleDomStyleCommit:C,handleDomPathOffsetCommit:$,handleDomBoxSizeCommit:j,handleDomRotationCommit:Z,handleDomTextCommit:L,handleDomTextFieldStyleCommit:F,handleDomAddTextField:q,handleDomRemoveTextField:z,handleDomManualEditsReset:B,handleAskAgent:H,handleDomMotionCommit:te,handleDomMotionClear:D,applyDomSelection:N}=hg(),{assets:Y,fontAssets:V,handleImportFiles:_,handleImportFonts:G}=_9(),M=!y||y==="index.html",P=h.useCallback(U=>{const ee=iS(U.element,{activeCompositionPath:y,isMasterView:M,preferClipAncestor:!1});ee&&N(ee)},[y,M,N]),X=w.jobs;return O.jsxs(O.Fragment,{children:[O.jsx("div",{className:"group w-2 flex-shrink-0 cursor-col-resize flex items-center justify-center",style:{touchAction:"none"},onPointerDown:U=>o("right",U),onPointerMove:c,onPointerUp:f,children:O.jsx("div",{className:"h-[52px] w-px bg-white/12 transition-colors group-hover:bg-white/18 group-active:bg-white/24"})}),O.jsx("div",{className:"flex flex-col border-l border-neutral-800 bg-neutral-900 flex-shrink-0",style:{width:r},children:m?O.jsx(lY,{iframeRef:p}):O.jsxs(O.Fragment,{children:[O.jsxs("div",{className:"flex items-center gap-1 border-b border-neutral-800 px-3 py-2",children:[cn&&O.jsxs(O.Fragment,{children:[O.jsx("button",{type:"button",onClick:()=>l("design"),className:`h-8 rounded-xl px-3 text-[11px] font-medium transition-colors ${i==="design"?"bg-neutral-800 text-white":"text-neutral-500 hover:bg-neutral-800/70 hover:text-neutral-200"}`,children:"Design"}),qv&&O.jsx("button",{type:"button",onClick:()=>l("motion"),className:`h-8 rounded-xl px-3 text-[11px] font-medium transition-colors ${i==="motion"?"bg-neutral-800 text-white":"text-neutral-500 hover:bg-neutral-800/70 hover:text-neutral-200"}`,children:"Motion"})]}),O.jsx("button",{type:"button",onClick:()=>l("renders"),className:`h-8 rounded-xl px-3 text-[11px] font-medium transition-colors ${i==="renders"?"bg-neutral-800 text-white":"text-neutral-500 hover:bg-neutral-800/70 hover:text-neutral-200"}`,children:X.length>0?`Renders (${X.length})`:"Renders"})]}),O.jsx("div",{className:"min-h-0 flex-1",children:e?O.jsx(HH,{projectId:g,assets:Y,element:A.length>1?null:k,multiSelectCount:A.length,copiedAgentPrompt:E,onClearSelection:Q,onSetStyle:C,onSetManualOffset:$,onSetManualSize:j,onSetManualRotation:Z,onSetText:L,onSetTextFieldStyle:F,onAddTextField:q,onRemoveTextField:z,onResetManualEdits:B,onAskAgent:H,onImportAssets:_,fontAssets:V,onImportFonts:G,activeCompositionPath:y,onSelectLayer:P}):n?O.jsx(eY,{element:A.length>1?null:k,motion:t,onClearSelection:Q,onSetMotion:te,onClearMotion:D}):O.jsx(OY,{jobs:X,projectId:g,onDelete:w.deleteRender,onClearCompleted:w.clearCompleted,onStartRender:async(U,ee,le,se)=>{await S(),await w.startRender({fps:se,quality:ee,format:U,resolution:le})},compositionDimensions:v,isRendering:w.isRendering})})]})})]})}function yY({toggleTimelineVisibility:t}){const e=Oe(o=>o.zoomMode),n=Oe(o=>o.manualZoomPercent),r=Oe(o=>o.setZoomMode),i=Oe(o=>o.setManualZoomPercent),l=hf(e,n);return O.jsx("div",{className:"border-b border-neutral-800/40 bg-neutral-950/96",children:O.jsxs("div",{className:"flex items-center justify-between px-3 py-2",children:[O.jsx("div",{className:"text-[10px] font-medium uppercase tracking-[0.16em] text-neutral-500",children:"Timeline"}),O.jsxs("div",{className:"flex items-center gap-1",children:[O.jsx("button",{type:"button",onClick:()=>r("fit"),className:`h-7 px-2.5 rounded-md border text-[11px] font-medium transition-colors ${e==="fit"?"border-studio-accent/30 bg-studio-accent/10 text-studio-accent":"border-neutral-800 text-neutral-400 hover:border-neutral-700 hover:text-neutral-200"}`,title:"Fit timeline to width",children:"Fit"}),O.jsx("button",{type:"button",onClick:()=>{r("manual"),i(M5("out",e,n))},className:"h-7 w-7 rounded-md border border-neutral-800 text-neutral-400 transition-colors hover:border-neutral-700 hover:text-neutral-200",title:"Zoom out",children:"-"}),O.jsx("div",{className:"min-w-[58px] text-center text-[10px] font-medium tabular-nums text-neutral-500",children:`${l}%`}),O.jsx("button",{type:"button",onClick:()=>{r("manual"),i(M5("in",e,n))},className:"h-7 w-7 rounded-md border border-neutral-800 text-neutral-400 transition-colors hover:border-neutral-700 hover:text-neutral-200",title:"Zoom in",children:"+"}),O.jsx("button",{type:"button",onClick:t,className:"ml-1 flex h-7 w-7 items-center justify-center rounded-md text-neutral-500 transition-colors hover:bg-neutral-900 hover:text-neutral-200",title:uS(!0),"aria-label":"Hide timeline editor",children:O.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[O.jsx("path",{d:"M5 7h14"}),O.jsx("path",{d:"m8 11 4 4 4-4"})]})})]})]})})}function bY(){const[t,e]=h.useState(null),[n,r]=h.useState(!0);kt(()=>{const be=DZ(window.location.hash);if(be){e(be),r(!1);return}fetch("/api/projects").then(bt=>bt.json()).then(bt=>{const un=(bt.projects??[])[0];un&&(e(un.id),window.location.hash=_Z(un.id))}).catch(()=>{}).finally(()=>r(!1))});const[i,l]=h.useState(null),[o,c]=h.useState(new Map),[f,m]=h.useState(null),[p,g]=h.useState(!0),[y,v]=h.useState(0),[,S]=h.useState(0),w=h.useRef(null),k=h.useRef(i);k.current=i;const A=h.useRef(null),E=AT(t),Q=Ge(be=>be.isEditMode),C=Ge(be=>be.selectedSegmentIds.size>0),$=B$(t),j=Oe(be=>be.currentTime),Z=Oe(be=>be.elements),L=Oe(be=>be.selectedElementId),F=Oe(be=>be.setSelectedElementId),q=Oe(be=>be.duration),z=Oe(be=>be.isPlaying),B=!i||i==="index.html",H=i?`/api/projects/${t}/preview/comp/${i}`:null,te=h.useMemo(()=>{const be=Z.length>0?Math.max(...Z.map(bt=>bt.start+bt.duration)):0;return Math.max(q,be)},[q,Z]),D=h.useCallback(()=>{S(be=>be+1),window.setTimeout(()=>S(be=>be+1),80),window.setTimeout(()=>S(be=>be+1),300)},[]),[N,Y]=h.useState(!0),V=h.useCallback(()=>Y(be=>!be),[]),{appToast:_,showToast:G}=BZ(),M=lQ(),P=aQ({projectId:t}),X=h.useRef(0),U=h.useCallback(()=>{var be,bt;try{(bt=(be=w.current)==null?void 0:be.contentWindow)==null||bt.location.reload()}catch{v(un=>un+1)}},[]),ee=oQ({projectId:t,showToast:G,recordEdit:P.recordEdit,domEditSaveTimestampRef:X,setRefreshKey:v}),le=dC({projectId:t,showToast:G,readOptionalProjectFile:ee.readOptionalProjectFile,writeProjectFile:ee.writeProjectFile,recordEdit:P.recordEdit,previewIframeRef:w,activeCompPathRef:k}),se=EC({projectId:t,activeCompPath:i,timelineElements:Z,showToast:G,writeProjectFile:ee.writeProjectFile,recordEdit:P.recordEdit,domEditSaveTimestampRef:X,reloadPreview:U,uploadProjectFiles:ee.uploadProjectFiles}),ge=h.useRef(()=>{}),de=h.useRef(null),Me=h.useRef(async()=>{}),Fe=TZ({toggleTimelineVisibility:V,handleTimelineElementDelete:se.handleTimelineElementDelete,handleDomEditElementDelete:async be=>Me.current(be),domEditSelectionRef:de,clearDomSelectionRef:ge,editHistory:P,readOptionalProjectFile:ee.readOptionalProjectFile,readProjectFile:ee.readProjectFile,writeProjectFile:ee.writeProjectFile,domEditSaveTimestampRef:X,showToast:G,syncHistoryPreviewAfterApply:le.syncHistoryPreviewAfterApply,waitForPendingDomEditSaves:le.waitForPendingDomEditSaves,leftSidebarRef:A}),ke=AZ({projectId:t,activeCompPath:i,isMasterView:B,compIdToSrc:o,captionEditMode:Q,compositionLoading:p,previewIframeRef:w,timelineElements:Z,currentTime:j,setSelectedTimelineElementId:F,setRightCollapsed:M.setRightCollapsed,setRightPanelTab:M.setRightPanelTab,showToast:G,refreshPreviewDocumentVersion:D,commitStudioManualEditManifestOptimistically:le.commitStudioManualEditManifestOptimistically,commitStudioMotionManifestOptimistically:le.commitStudioMotionManifestOptimistically,applyCurrentStudioManualEditsToPreview:le.applyCurrentStudioManualEditsToPreview,applyCurrentStudioMotionToPreview:le.applyCurrentStudioMotionToPreview,readProjectFile:ee.readProjectFile,writeProjectFile:ee.writeProjectFile,domEditSaveTimestampRef:X,editHistory:{recordEdit:P.recordEdit},fileTree:ee.fileTree,importedFontAssetsRef:ee.importedFontAssetsRef,projectDir:ee.projectDir,projectIdRef:ee.projectIdRef,previewIframe:f,refreshKey:y,rightPanelTab:M.rightPanelTab,applyStudioManualEditsToPreviewRef:le.applyStudioManualEditsToPreviewRef,applyStudioMotionToPreviewRef:le.applyStudioMotionToPreviewRef,syncPreviewHistoryHotkey:Fe.syncPreviewHistoryHotkey,reloadPreview:U,setRefreshKey:v});de.current=ke.domEditSelection,ge.current=ke.clearDomSelection,Me.current=ke.handleDomEditElementDelete,ZZ({projectId:t,activeCompPath:i,compIdToSrc:o,captionEditMode:Q,captionHasSelection:C,previewIframeRef:w,captionSync:$,setRightCollapsed:M.setRightCollapsed});const zt=VZ({projectIdRef:ee.projectIdRef,compIdToSrc:o,activePreviewUrl:H,effectiveTimelineDuration:te}),Mt=YZ(),{lintModal:ft,linting:Ht,handleLint:yt,closeLintModal:Kt}=HZ(t),he=zZ({projectId:t,activeCompPath:i,showToast:G,waitForPendingDomEditSaves:le.waitForPendingDomEditSaves}),{consoleErrors:ze,setConsoleErrors:qe,resetErrors:Ee}=LZ(f),[Ve,Qe]=h.useState(!1),ht=h.useRef(0),{syncPreviewTimelineHotkey:dt,syncPreviewHistoryHotkey:Et}=Fe,Qr=h.useCallback(be=>{w.current=be,m(be),dt(be),Et(be),Ee(),D()},[D,Ee,Et,dt]),_i=h.useCallback(be=>{l(be==="index.html"||be.startsWith("compositions/")?be:null),ee.setEditingFile({path:be,content:null}),fetch(`/api/projects/${t}/files/${be}`).then(bt=>bt.json()).then(bt=>ee.setEditingFile({path:be,content:bt.content})).catch(()=>{})},[t,ee]),ni=cn&&ke.domEditSelection?nC(le.studioMotionManifestRef.current,ke.domEditSelection):null,ri=h.useMemo(()=>L?Z.find(be=>qZ(be)===L)??null:null,[L,Z]),Di=cn&&M.rightPanelTab==="design",er=cn&&qv&&M.rightPanelTab==="motion",$t=Di||er,Rt=$t&&!M.rightCollapsed&&!z&&(!ri||UZ(j,ri)),vt=cn&&!M.rightCollapsed&&$t,Pa={projectId:t,activeCompPath:i,setActiveCompPath:l,showToast:G,previewIframeRef:w,captionEditMode:Q,compositionLoading:p,refreshKey:y,setRefreshKey:v,currentTime:j,timelineElements:Z,isPlaying:z,editHistory:{canUndo:P.canUndo,canRedo:P.canRedo,undoLabel:P.undoLabel,redoLabel:P.redoLabel},handleUndo:Fe.handleUndo,handleRedo:Fe.handleRedo,renderQueue:{jobs:E.jobs,isRendering:E.isRendering,deleteRender:E.deleteRender,clearCompleted:E.clearCompleted,startRender:E.startRender},compositionDimensions:Mt,waitForPendingDomEditSaves:le.waitForPendingDomEditSaves,handlePreviewIframeRef:Qr,refreshPreviewDocumentVersion:D,timelineVisible:N,toggleTimelineVisibility:V};if(n||!t)return O.jsx("div",{className:"h-full w-full bg-neutral-950 flex items-center justify-center",children:O.jsx("div",{className:"w-4 h-4 rounded-full bg-studio-accent animate-pulse"})});const ja=O.jsx(yY,{toggleTimelineVisibility:V});return O.jsx(lP,{value:Pa,children:O.jsx(sP,{value:M,children:O.jsx(oz,{value:ee,children:O.jsx(oP,{value:ke,children:O.jsxs("div",{className:"flex flex-col h-full w-full bg-neutral-950 relative",onDragOver:be=>{be.dataTransfer.types.includes("Files")&&be.preventDefault()},onDragEnter:be=>{be.dataTransfer.types.includes("Files")&&(be.preventDefault(),ht.current++,Qe(!0))},onDragLeave:()=>{ht.current--,ht.current===0&&Qe(!1)},onDrop:be=>{ht.current=0,Qe(!1),!be.defaultPrevented&&(be.preventDefault(),be.dataTransfer.files.length&&ee.handleImportFiles(be.dataTransfer.files))},children:[O.jsx(cP,{captureFrameHref:he.captureFrameHref,captureFrameFilename:he.captureFrameFilename,handleCaptureFrameClick:he.handleCaptureFrameClick,refreshCaptureFrameTime:he.refreshCaptureFrameTime,inspectorButtonActive:vt,inspectorPanelActive:$t}),O.jsxs("div",{className:"flex flex-1 min-h-0",children:[O.jsx(cz,{leftSidebarRef:A,onSelectComposition:_i,onLint:yt,linting:Ht}),O.jsx(Iz,{timelineToolbar:ja,renderClipContent:zt,handleTimelineElementDelete:se.handleTimelineElementDelete,handleTimelineAssetDrop:se.handleTimelineAssetDrop,handleTimelineFileDrop:se.handleTimelineFileDrop,handleTimelineElementMove:se.handleTimelineElementMove,handleTimelineElementResize:se.handleTimelineElementResize,handleBlockedTimelineEdit:se.handleBlockedTimelineEdit,setCompIdToSrc:c,setCompositionLoading:g,shouldShowSelectedDomBounds:Rt}),!M.rightCollapsed&&O.jsx(xY,{selectedStudioMotion:ni,designPanelActive:Di,motionPanelActive:er})]}),ft!==null&&O.jsx(B5,{findings:ft,projectId:t,onClose:Kt}),ze!==null&&ze.length>0&&O.jsx(B5,{findings:ze,projectId:t,onClose:()=>qe(null)}),ke.agentModalOpen&&ke.domEditSelection&&O.jsx(GZ,{selectionLabel:ke.domEditSelection.label,anchorPoint:ke.agentModalAnchorPoint,onSubmit:ke.handleAgentModalSubmit,onClose:()=>{ke.setAgentModalOpen(!1),ke.setAgentPromptSelectionContext(void 0),ke.setAgentModalAnchorPoint(null)}}),Ve&&O.jsx("div",{className:"absolute inset-0 z-[90] flex items-center justify-center bg-black/50 backdrop-blur-sm pointer-events-none",children:O.jsxs("div",{className:"flex flex-col items-center gap-3 px-8 py-6 rounded-xl border-2 border-dashed border-studio-accent/60 bg-studio-accent/[0.06]",children:[O.jsxs("svg",{width:"32",height:"32",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",className:"text-studio-accent",children:[O.jsx("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),O.jsx("polyline",{points:"7 10 12 15 17 10"}),O.jsx("line",{x1:"12",y1:"15",x2:"12",y2:"3"})]}),O.jsx("span",{className:"text-sm font-medium text-studio-accent",children:"Drop files to import into project"})]})}),_&&O.jsx("div",{className:`absolute bottom-6 left-1/2 -translate-x-1/2 z-[91] px-4 py-2 rounded-lg border text-sm shadow-lg animate-in fade-in slide-in-from-bottom-2 ${_.tone==="error"?"bg-red-900/90 border-red-700/50 text-red-200":"bg-neutral-900/95 border-neutral-700/60 text-neutral-100"}`,children:_.message})]})})})})})}wT.createRoot(document.getElementById("root")).render(O.jsx(h.StrictMode,{children:O.jsx(bY,{})}));
|