@hyperframes/studio 0.6.2 → 0.6.4
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-DMJCfYoN.css +1 -0
- package/dist/assets/index-DsnMQhJc.js +117 -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 +289 -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
|
@@ -0,0 +1,117 @@
|
|
|
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 kT(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var lm={exports:{}},Ko={};/**
|
|
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 a5;function TT(){if(a5)return Ko;a5=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 Ko.Fragment=e,Ko.jsx=n,Ko.jsxs=n,Ko}var l5;function MT(){return l5||(l5=1,lm.exports=TT()),lm.exports}var O=MT(),sm={exports:{}},Pe={};/**
|
|
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 s5;function ET(){if(s5)return Pe;s5=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,A={};function k(M,P,H){this.props=M,this.context=P,this.refs=A,this.updater=H||S}k.prototype.isReactComponent={},k.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")},k.prototype.forceUpdate=function(M){this.updater.enqueueForceUpdate(this,M,"forceUpdate")};function $(){}$.prototype=k.prototype;function Q(M,P,H){this.props=M,this.context=P,this.refs=A,this.updater=H||S}var Z=Q.prototype=new $;Z.constructor=Q,w(Z,k.prototype),Z.isPureReactComponent=!0;var C=Array.isArray;function j(){}var E={H:null,A:null,T:null,S:null},L=Object.prototype.hasOwnProperty;function F(M,P,H){var U=H.ref;return{$$typeof:t,type:M,key:P,ref:U!==void 0?U:null,props:H}}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(H){return P[H]})}var Y=/\/+/g;function ee(M,P){return typeof M=="object"&&M!==null&&M.key!=null?B(""+M.key):P.toString(36)}function _(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 R(M,P,H,U,te){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,R(se(M._payload),P,H,U,te)}}if(se)return te=te(M),se=U===""?"."+ee(M,0):U,C(te)?(H="",se!=null&&(H=se.replace(Y,"$&/")+"/"),R(te,P,H,"",function(ke){return ke})):te!=null&&(z(te)&&(te=q(te,H+(te.key==null||M&&M.key===te.key?"":(""+te.key).replace(Y,"$&/")+"/")+se)),P.push(te)),1;se=0;var ge=U===""?".":U+":";if(C(M))for(var de=0;de<M.length;de++)U=M[de],le=ge+ee(U,de),se+=R(U,P,H,le,te);else if(de=v(M),typeof de=="function")for(M=de.call(M),de=0;!(U=M.next()).done;)U=U.value,le=ge+ee(U,de++),se+=R(U,P,H,le,te);else if(le==="object"){if(typeof M.then=="function")return R(_(M),P,H,U,te);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 X(M,P,H){if(M==null)return M;var U=[],te=0;return R(M,U,"","",function(le){return P.call(H,le,te++)}),U}function N(M){if(M._status===-1){var P=M._result;P=P(),P.then(function(H){(M._status===0||M._status===-1)&&(M._status=1,M._result=H)},function(H){(M._status===0||M._status===-1)&&(M._status=2,M._result=H)}),M._status===-1&&(M._status=0,M._result=P)}if(M._status===1)return M._result.default;throw M._result}var D=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)},I={map:X,forEach:function(M,P,H){X(M,function(){P.apply(this,arguments)},H)},count:function(M){var P=0;return X(M,function(){P++}),P},toArray:function(M){return X(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 Pe.Activity=g,Pe.Children=I,Pe.Component=k,Pe.Fragment=n,Pe.Profiler=i,Pe.PureComponent=Q,Pe.StrictMode=r,Pe.Suspense=f,Pe.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=E,Pe.__COMPILER_RUNTIME={__proto__:null,c:function(M){return E.H.useMemoCache(M)}},Pe.cache=function(M){return function(){return M.apply(null,arguments)}},Pe.cacheSignal=function(){return null},Pe.cloneElement=function(M,P,H){if(M==null)throw Error("The argument must be a React element, but you passed "+M+".");var U=w({},M.props),te=M.key;if(P!=null)for(le in P.key!==void 0&&(te=""+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=H;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,te,U)},Pe.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},Pe.createElement=function(M,P,H){var U,te={},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"&&(te[U]=P[U]);var se=arguments.length-2;if(se===1)te.children=H;else if(1<se){for(var ge=Array(se),de=0;de<se;de++)ge[de]=arguments[de+2];te.children=ge}if(M&&M.defaultProps)for(U in se=M.defaultProps,se)te[U]===void 0&&(te[U]=se[U]);return F(M,le,te)},Pe.createRef=function(){return{current:null}},Pe.forwardRef=function(M){return{$$typeof:c,render:M}},Pe.isValidElement=z,Pe.lazy=function(M){return{$$typeof:p,_payload:{_status:-1,_result:M},_init:N}},Pe.memo=function(M,P){return{$$typeof:m,type:M,compare:P===void 0?null:P}},Pe.startTransition=function(M){var P=E.T,H={};E.T=H;try{var U=M(),te=E.S;te!==null&&te(H,U),typeof U=="object"&&U!==null&&typeof U.then=="function"&&U.then(j,D)}catch(le){D(le)}finally{P!==null&&H.types!==null&&(P.types=H.types),E.T=P}},Pe.unstable_useCacheRefresh=function(){return E.H.useCacheRefresh()},Pe.use=function(M){return E.H.use(M)},Pe.useActionState=function(M,P,H){return E.H.useActionState(M,P,H)},Pe.useCallback=function(M,P){return E.H.useCallback(M,P)},Pe.useContext=function(M){return E.H.useContext(M)},Pe.useDebugValue=function(){},Pe.useDeferredValue=function(M,P){return E.H.useDeferredValue(M,P)},Pe.useEffect=function(M,P){return E.H.useEffect(M,P)},Pe.useEffectEvent=function(M){return E.H.useEffectEvent(M)},Pe.useId=function(){return E.H.useId()},Pe.useImperativeHandle=function(M,P,H){return E.H.useImperativeHandle(M,P,H)},Pe.useInsertionEffect=function(M,P){return E.H.useInsertionEffect(M,P)},Pe.useLayoutEffect=function(M,P){return E.H.useLayoutEffect(M,P)},Pe.useMemo=function(M,P){return E.H.useMemo(M,P)},Pe.useOptimistic=function(M,P){return E.H.useOptimistic(M,P)},Pe.useReducer=function(M,P,H){return E.H.useReducer(M,P,H)},Pe.useRef=function(M){return E.H.useRef(M)},Pe.useState=function(M){return E.H.useState(M)},Pe.useSyncExternalStore=function(M,P,H){return E.H.useSyncExternalStore(M,P,H)},Pe.useTransition=function(){return E.H.useTransition()},Pe.version="19.2.6",Pe}var o5;function Jp(){return o5||(o5=1,sm.exports=ET()),sm.exports}var d=Jp();const A0=kT(d);var om={exports:{}},Jo={},cm={exports:{}},um={};/**
|
|
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 c5;function $T(){return c5||(c5=1,(function(t){function e(R,X){var N=R.length;R.push(X);e:for(;0<N;){var D=N-1>>>1,I=R[D];if(0<i(I,X))R[D]=X,R[N]=I,N=D;else break e}}function n(R){return R.length===0?null:R[0]}function r(R){if(R.length===0)return null;var X=R[0],N=R.pop();if(N!==X){R[0]=N;e:for(var D=0,I=R.length,M=I>>>1;D<M;){var P=2*(D+1)-1,H=R[P],U=P+1,te=R[U];if(0>i(H,N))U<I&&0>i(te,H)?(R[D]=te,R[U]=N,D=U):(R[D]=H,R[P]=N,D=P);else if(U<I&&0>i(te,N))R[D]=te,R[U]=N,D=U;else break e}}return X}function i(R,X){var N=R.sortIndex-X.sortIndex;return N!==0?N:R.id-X.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,A=!1,k=typeof setTimeout=="function"?setTimeout:null,$=typeof clearTimeout=="function"?clearTimeout:null,Q=typeof setImmediate<"u"?setImmediate:null;function Z(R){for(var X=n(m);X!==null;){if(X.callback===null)r(m);else if(X.startTime<=R)r(m),X.sortIndex=X.expirationTime,e(f,X);else break;X=n(m)}}function C(R){if(w=!1,Z(R),!S)if(n(f)!==null)S=!0,j||(j=!0,B());else{var X=n(m);X!==null&&_(C,X.startTime-R)}}var j=!1,E=-1,L=5,F=-1;function q(){return A?!0:!(t.unstable_now()-F<L)}function z(){if(A=!1,j){var R=t.unstable_now();F=R;var X=!0;try{e:{S=!1,w&&(w=!1,$(E),E=-1),v=!0;var N=y;try{t:{for(Z(R),g=n(f);g!==null&&!(g.expirationTime>R&&q());){var D=g.callback;if(typeof D=="function"){g.callback=null,y=g.priorityLevel;var I=D(g.expirationTime<=R);if(R=t.unstable_now(),typeof I=="function"){g.callback=I,Z(R),X=!0;break t}g===n(f)&&r(f),Z(R)}else r(f);g=n(f)}if(g!==null)X=!0;else{var M=n(m);M!==null&&_(C,M.startTime-R),X=!1}}break e}finally{g=null,y=N,v=!1}X=void 0}}finally{X?B():j=!1}}}var B;if(typeof Q=="function")B=function(){Q(z)};else if(typeof MessageChannel<"u"){var Y=new MessageChannel,ee=Y.port2;Y.port1.onmessage=z,B=function(){ee.postMessage(null)}}else B=function(){k(z,0)};function _(R,X){E=k(function(){R(t.unstable_now())},X)}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(R){R.callback=null},t.unstable_forceFrameRate=function(R){0>R||125<R?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):L=0<R?Math.floor(1e3/R):5},t.unstable_getCurrentPriorityLevel=function(){return y},t.unstable_next=function(R){switch(y){case 1:case 2:case 3:var X=3;break;default:X=y}var N=y;y=X;try{return R()}finally{y=N}},t.unstable_requestPaint=function(){A=!0},t.unstable_runWithPriority=function(R,X){switch(R){case 1:case 2:case 3:case 4:case 5:break;default:R=3}var N=y;y=R;try{return X()}finally{y=N}},t.unstable_scheduleCallback=function(R,X,N){var D=t.unstable_now();switch(typeof N=="object"&&N!==null?(N=N.delay,N=typeof N=="number"&&0<N?D+N:D):N=D,R){case 1:var I=-1;break;case 2:I=250;break;case 5:I=1073741823;break;case 4:I=1e4;break;default:I=5e3}return I=N+I,R={id:p++,callback:X,priorityLevel:R,startTime:N,expirationTime:I,sortIndex:-1},N>D?(R.sortIndex=N,e(m,R),n(f)===null&&R===n(m)&&(w?($(E),E=-1):w=!0,_(C,N-D))):(R.sortIndex=I,e(f,R),S||v||(S=!0,j||(j=!0,B()))),R},t.unstable_shouldYield=q,t.unstable_wrapCallback=function(R){var X=y;return function(){var N=y;y=X;try{return R.apply(this,arguments)}finally{y=N}}}})(um)),um}var u5;function QT(){return u5||(u5=1,cm.exports=$T()),cm.exports}var fm={exports:{}},un={};/**
|
|
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 f5;function CT(){if(f5)return un;f5=1;var t=Jp();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 un.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=r,un.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)},un.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()}},un.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))},un.prefetchDNS=function(f){typeof f=="string"&&r.d.D(f)},un.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})}},un.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)},un.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})}},un.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)},un.requestFormReset=function(f){r.d.r(f)},un.unstable_batchedUpdates=function(f,m){return f(m)},un.useFormState=function(f,m,p){return o.H.useFormState(f,m,p)},un.useFormStatus=function(){return o.H.useHostTransitionStatus()},un.version="19.2.6",un}var d5;function Pb(){if(d5)return fm.exports;d5=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(),fm.exports=CT(),fm.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 h5;function ZT(){if(h5)return Jo;h5=1;var t=QT(),e=Jp(),n=Pb();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,h=s;;){var x=u.return;if(x===null)break;var b=x.alternate;if(b===null){if(h=x.return,h!==null){u=h;continue}break}if(x.child===b.child){for(b=x.child;b;){if(b===u)return f(x),a;if(b===h)return f(x),s;b=b.sibling}throw Error(r(188))}if(u.return!==h.return)u=x,h=b;else{for(var T=!1,V=x.child;V;){if(V===u){T=!0,u=x,h=b;break}if(V===h){T=!0,h=x,u=b;break}V=V.sibling}if(!T){for(V=b.child;V;){if(V===u){T=!0,u=b,h=x;break}if(V===h){T=!0,h=b,u=x;break}V=V.sibling}if(!T)throw Error(r(189))}}if(u.alternate!==h)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"),A=Symbol.for("react.strict_mode"),k=Symbol.for("react.profiler"),$=Symbol.for("react.consumer"),Q=Symbol.for("react.context"),Z=Symbol.for("react.forward_ref"),C=Symbol.for("react.suspense"),j=Symbol.for("react.suspense_list"),E=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 Y=Symbol.for("react.client.reference");function ee(a){if(a==null)return null;if(typeof a=="function")return a.$$typeof===Y?null:a.displayName||a.name||null;if(typeof a=="string")return a;switch(a){case w:return"Fragment";case k:return"Profiler";case A:return"StrictMode";case C: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 $:return(a._context.displayName||"Context")+".Consumer";case Z:var s=a.render;return a=a.displayName,a||(a=s.displayName||s.name||"",a=a!==""?"ForwardRef("+a+")":"ForwardRef"),a;case E:return s=a.displayName||null,s!==null?s:ee(a.type)||"Memo";case L:s=a._payload,a=a._init;try{return ee(a(s))}catch{}}return null}var _=Array.isArray,R=e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,X=n.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,N={pending:!1,data:null,method:null,action:null},D=[],I=-1;function M(a){return{current:a}}function P(a){0>I||(a.current=D[I],D[I]=null,I--)}function H(a,s){I++,D[I]=a.current,a.current=s}var U=M(null),te=M(null),le=M(null),se=M(null);function ge(a,s){switch(H(le,s),H(te,a),H(U,null),s.nodeType){case 9:case 11:a=(a=s.documentElement)&&(a=a.namespaceURI)?E4(a):0;break;default:if(a=s.tagName,s=s.namespaceURI)s=E4(s),a=$4(s,a);else switch(a){case"svg":a=1;break;case"math":a=2;break;default:a=0}}P(U),H(U,a)}function de(){P(U),P(te),P(le)}function ke(a){a.memoizedState!==null&&H(se,a);var s=U.current,u=$4(s,a.type);s!==u&&(H(te,a),H(U,u))}function Ze(a){te.current===a&&(P(U),P(te)),se.current===a&&(P(se),Uo._currentValue=N)}var Ce,Xt;function vt(a){if(Ce===void 0)try{throw Error()}catch(u){var s=u.stack.trim().match(/\n( *(at )?)/);Ce=s&&s[1]||"",Xt=-1<u.stack.indexOf(`
|
|
42
|
+
at`)?" (<anonymous>)":-1<u.stack.indexOf("@")?"@unknown:0:0":""}return`
|
|
43
|
+
`+Ce+a+Xt}var ot=!1;function zt(a,s){if(!a||ot)return"";ot=!0;var u=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var h={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]}};h.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var x=Object.getOwnPropertyDescriptor(h.DetermineComponentFrameRoot,"name");x&&x.configurable&&Object.defineProperty(h.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var b=h.DetermineComponentFrameRoot(),T=b[0],V=b[1];if(T&&V){var G=T.split(`
|
|
44
|
+
`),re=V.split(`
|
|
45
|
+
`);for(x=h=0;h<G.length&&!G[h].includes("DetermineComponentFrameRoot");)h++;for(;x<re.length&&!re[x].includes("DetermineComponentFrameRoot");)x++;if(h===G.length||x===re.length)for(h=G.length-1,x=re.length-1;1<=h&&0<=x&&G[h]!==re[x];)x--;for(;1<=h&&0<=x;h--,x--)if(G[h]!==re[x]){if(h!==1||x!==1)do if(h--,x--,0>x||G[h]!==re[x]){var oe=`
|
|
46
|
+
`+G[h].replace(" at new "," at ");return a.displayName&&oe.includes("<anonymous>")&&(oe=oe.replace("<anonymous>",a.displayName)),oe}while(1<=h&&0<=x);break}}}finally{ot=!1,Error.prepareStackTrace=u}return(u=a?a.displayName||a.name:"")?vt(u):""}function bt(a,s){switch(a.tag){case 26:case 27:case 5:return vt(a.type);case 16:return vt("Lazy");case 13:return a.child!==s&&s!==null?vt("Suspense Fallback"):vt("Suspense");case 19:return vt("SuspenseList");case 0:case 15:return zt(a.type,!1);case 11:return zt(a.type.render,!1);case 1:return zt(a.type,!0);case 31:return vt("Activity");default:return""}}function Pt(a){try{var s="",u=null;do s+=bt(a,u),u=a,a=a.return;while(a);return s}catch(h){return`
|
|
47
|
+
Error generating stack: `+h.message+`
|
|
48
|
+
`+h.stack}}var Oe=Object.prototype.hasOwnProperty,Me=t.unstable_scheduleCallback,De=t.unstable_cancelCallback,$e=t.unstable_shouldYield,_e=t.unstable_requestPaint,Qe=t.unstable_now,it=t.unstable_getCurrentPriorityLevel,ht=t.unstable_ImmediatePriority,gt=t.unstable_UserBlockingPriority,_n=t.unstable_NormalPriority,Di=t.unstable_LowPriority,ri=t.unstable_IdlePriority,ii=t.log,Xi=t.unstable_setDisableYieldValue,Dn=null,Ht=null;function jt(a){if(typeof ii=="function"&&Xi(a),Ht&&typeof Ht.setStrictMode=="function")try{Ht.setStrictMode(Dn,a)}catch{}}var St=Math.clz32?Math.clz32:Yt,ja=Math.log,Se=Math.LN2;function Yt(a){return a>>>=0,a===0?32:31-(ja(a)/Se|0)|0}var On=256,Cr=262144,nr=4194304;function rr(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 Zr(a,s,u){var h=a.pendingLanes;if(h===0)return 0;var x=0,b=a.suspendedLanes,T=a.pingedLanes;a=a.warmLanes;var V=h&134217727;return V!==0?(h=V&~b,h!==0?x=rr(h):(T&=V,T!==0?x=rr(T):u||(u=V&~a,u!==0&&(x=rr(u))))):(V=h&~b,V!==0?x=rr(V):T!==0?x=rr(T):u||(u=h&~a,u!==0&&(x=rr(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 Pr(a,s){return(a.pendingLanes&~(a.suspendedLanes&~a.pingedLanes)&s)===0}function $l(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=nr;return nr<<=1,(nr&62914560)===0&&(nr=4194304),a}function Ql(a){for(var s=[],u=0;31>u;u++)s.push(a);return s}function zi(a,s){a.pendingLanes|=s,s!==268435456&&(a.suspendedLanes=0,a.pingedLanes=0,a.warmLanes=0)}function me(a,s,u,h,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 V=a.entanglements,G=a.expirationTimes,re=a.hiddenUpdates;for(u=T&~u;0<u;){var oe=31-St(u),ue=1<<oe;V[oe]=0,G[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}h!==0&&Xe(a,h,0),b!==0&&x===0&&a.tag!==0&&(a.suspendedLanes|=b&~(T&~s))}function Xe(a,s,u){a.pendingLanes|=s,a.suspendedLanes&=~s;var h=31-St(s);a.entangledLanes|=s,a.entanglements[h]=a.entanglements[h]|1073741824|u&261930}function ct(a,s){var u=a.entangledLanes|=s;for(a=a.entanglements;u;){var h=31-St(u),x=1<<h;x&s|a[h]&s&&(a[h]|=s),u&=~x}}function wn(a,s){var u=s&-s;return u=(u&42)!==0?1:Cl(u),(u&(a.suspendedLanes|s))!==0?0:u}function Cl(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 Zl(a){return a&=-a,2<a?8<a?(a&134217727)!==0?32:268435456:8:2}function hO(){var a=X.p;return a!==0?a:(a=window.event,a===void 0?32:K4(a.type))}function mO(a,s){var u=X.p;try{return X.p=a,s()}finally{X.p=u}}var Hi=Math.random().toString(36).slice(2),en="__reactFiber$"+Hi,An="__reactProps$"+Hi,Pl="__reactContainer$"+Hi,Wf="__reactEvents$"+Hi,mA="__reactListeners$"+Hi,pA="__reactHandles$"+Hi,pO="__reactResources$"+Hi,oo="__reactMarker$"+Hi;function Kf(a){delete a[en],delete a[An],delete a[Wf],delete a[mA],delete a[pA]}function jl(a){var s=a[en];if(s)return s;for(var u=a.parentNode;u;){if(s=u[Pl]||u[en]){if(u=s.alternate,s.child!==null||u!==null&&u.child!==null)for(a=N4(a);a!==null;){if(u=a[en])return u;a=N4(a)}return s}a=u,u=a.parentNode}return null}function Rl(a){if(a=a[en]||a[Pl]){var s=a.tag;if(s===5||s===6||s===13||s===31||s===26||s===27||s===3)return a}return null}function co(a){var s=a.tag;if(s===5||s===26||s===27||s===6)return a.stateNode;throw Error(r(33))}function Nl(a){var s=a[pO];return s||(s=a[pO]={hoistableStyles:new Map,hoistableScripts:new Map}),s}function Ut(a){a[oo]=!0}var gO=new Set,OO={};function Na(a,s){Vl(a,s),Vl(a+"Capture",s)}function Vl(a,s){for(OO[a]=s,a=0;a<s.length;a++)gO.add(s[a])}var gA=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]*$"),xO={},yO={};function OA(a){return Oe.call(yO,a)?!0:Oe.call(xO,a)?!1:gA.test(a)?yO[a]=!0:(xO[a]=!0,!1)}function du(a,s,u){if(OA(s))if(u===null)a.removeAttribute(s);else{switch(typeof u){case"undefined":case"function":case"symbol":a.removeAttribute(s);return;case"boolean":var h=s.toLowerCase().slice(0,5);if(h!=="data-"&&h!=="aria-"){a.removeAttribute(s);return}}a.setAttribute(s,""+u)}}function hu(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 ai(a,s,u,h){if(h===null)a.removeAttribute(u);else{switch(typeof h){case"undefined":case"function":case"symbol":case"boolean":a.removeAttribute(u);return}a.setAttributeNS(s,u,""+h)}}function ir(a){switch(typeof a){case"bigint":case"boolean":case"number":case"string":case"undefined":return a;case"object":return a;default:return""}}function bO(a){var s=a.type;return(a=a.nodeName)&&a.toLowerCase()==="input"&&(s==="checkbox"||s==="radio")}function xA(a,s,u){var h=Object.getOwnPropertyDescriptor(a.constructor.prototype,s);if(!a.hasOwnProperty(s)&&typeof h<"u"&&typeof h.get=="function"&&typeof h.set=="function"){var x=h.get,b=h.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:h.enumerable}),{getValue:function(){return u},setValue:function(T){u=""+T},stopTracking:function(){a._valueTracker=null,delete a[s]}}}}function Jf(a){if(!a._valueTracker){var s=bO(a)?"checked":"value";a._valueTracker=xA(a,s,""+a[s])}}function vO(a){if(!a)return!1;var s=a._valueTracker;if(!s)return!0;var u=s.getValue(),h="";return a&&(h=bO(a)?a.checked?"true":"false":a.value),a=h,a!==u?(s.setValue(a),!0):!1}function mu(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 yA=/[\n"\\]/g;function ar(a){return a.replace(yA,function(s){return"\\"+s.charCodeAt(0).toString(16)+" "})}function ed(a,s,u,h,x,b,T,V){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=""+ir(s)):a.value!==""+ir(s)&&(a.value=""+ir(s)):T!=="submit"&&T!=="reset"||a.removeAttribute("value"),s!=null?td(a,T,ir(s)):u!=null?td(a,T,ir(u)):h!=null&&a.removeAttribute("value"),x==null&&b!=null&&(a.defaultChecked=!!b),x!=null&&(a.checked=x&&typeof x!="function"&&typeof x!="symbol"),V!=null&&typeof V!="function"&&typeof V!="symbol"&&typeof V!="boolean"?a.name=""+ir(V):a.removeAttribute("name")}function SO(a,s,u,h,x,b,T,V){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)){Jf(a);return}u=u!=null?""+ir(u):"",s=s!=null?""+ir(s):u,V||s===a.value||(a.value=s),a.defaultValue=s}h=h??x,h=typeof h!="function"&&typeof h!="symbol"&&!!h,a.checked=V?a.checked:!!h,a.defaultChecked=!!h,T!=null&&typeof T!="function"&&typeof T!="symbol"&&typeof T!="boolean"&&(a.name=T),Jf(a)}function td(a,s,u){s==="number"&&mu(a.ownerDocument)===a||a.defaultValue===""+u||(a.defaultValue=""+u)}function Ll(a,s,u,h){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&&h&&(a[u].defaultSelected=!0)}else{for(u=""+ir(u),s=null,x=0;x<a.length;x++){if(a[x].value===u){a[x].selected=!0,h&&(a[x].defaultSelected=!0);return}s!==null||a[x].disabled||(s=a[x])}s!==null&&(s.selected=!0)}}function wO(a,s,u){if(s!=null&&(s=""+ir(s),s!==a.value&&(a.value=s),u==null)){a.defaultValue!==s&&(a.defaultValue=s);return}a.defaultValue=u!=null?""+ir(u):""}function AO(a,s,u,h){if(s==null){if(h!=null){if(u!=null)throw Error(r(92));if(_(h)){if(1<h.length)throw Error(r(93));h=h[0]}u=h}u==null&&(u=""),s=u}u=ir(s),a.defaultValue=u,h=a.textContent,h===u&&h!==""&&h!==null&&(a.value=h),Jf(a)}function _l(a,s){if(s){var u=a.firstChild;if(u&&u===a.lastChild&&u.nodeType===3){u.nodeValue=s;return}}a.textContent=s}var bA=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 kO(a,s,u){var h=s.indexOf("--")===0;u==null||typeof u=="boolean"||u===""?h?a.setProperty(s,""):s==="float"?a.cssFloat="":a[s]="":h?a.setProperty(s,u):typeof u!="number"||u===0||bA.has(s)?s==="float"?a.cssFloat=u:a[s]=(""+u).trim():a[s]=u+"px"}function TO(a,s,u){if(s!=null&&typeof s!="object")throw Error(r(62));if(a=a.style,u!=null){for(var h in u)!u.hasOwnProperty(h)||s!=null&&s.hasOwnProperty(h)||(h.indexOf("--")===0?a.setProperty(h,""):h==="float"?a.cssFloat="":a[h]="");for(var x in s)h=s[x],s.hasOwnProperty(x)&&u[x]!==h&&kO(a,x,h)}else for(var b in s)s.hasOwnProperty(b)&&kO(a,b,s[b])}function nd(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 vA=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"]]),SA=/^[\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 pu(a){return SA.test(""+a)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":a}function li(){}var rd=null;function id(a){return a=a.target||a.srcElement||window,a.correspondingUseElement&&(a=a.correspondingUseElement),a.nodeType===3?a.parentNode:a}var Dl=null,Xl=null;function MO(a){var s=Rl(a);if(s&&(a=s.stateNode)){var u=a[An]||null;e:switch(a=s.stateNode,s.type){case"input":if(ed(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="'+ar(""+s)+'"][type="radio"]'),s=0;s<u.length;s++){var h=u[s];if(h!==a&&h.form===a.form){var x=h[An]||null;if(!x)throw Error(r(90));ed(h,x.value,x.defaultValue,x.defaultValue,x.checked,x.defaultChecked,x.type,x.name)}}for(s=0;s<u.length;s++)h=u[s],h.form===a.form&&vO(h)}break e;case"textarea":wO(a,u.value,u.defaultValue);break e;case"select":s=u.value,s!=null&&Ll(a,!!u.multiple,s,!1)}}}var ad=!1;function EO(a,s,u){if(ad)return a(s,u);ad=!0;try{var h=a(s);return h}finally{if(ad=!1,(Dl!==null||Xl!==null)&&(n0(),Dl&&(s=Dl,a=Xl,Xl=Dl=null,MO(s),a)))for(s=0;s<a.length;s++)MO(a[s])}}function uo(a,s){var u=a.stateNode;if(u===null)return null;var h=u[An]||null;if(h===null)return null;u=h[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":(h=!h.disabled)||(a=a.type,h=!(a==="button"||a==="input"||a==="select"||a==="textarea")),a=!h;break e;default:a=!1}if(a)return null;if(u&&typeof u!="function")throw Error(r(231,s,typeof u));return u}var si=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),ld=!1;if(si)try{var fo={};Object.defineProperty(fo,"passive",{get:function(){ld=!0}}),window.addEventListener("test",fo,fo),window.removeEventListener("test",fo,fo)}catch{ld=!1}var Yi=null,sd=null,gu=null;function $O(){if(gu)return gu;var a,s=sd,u=s.length,h,x="value"in Yi?Yi.value:Yi.textContent,b=x.length;for(a=0;a<u&&s[a]===x[a];a++);var T=u-a;for(h=1;h<=T&&s[u-h]===x[b-h];h++);return gu=x.slice(a,1<h?1-h:void 0)}function Ou(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 xu(){return!0}function QO(){return!1}function kn(a){function s(u,h,x,b,T){this._reactName=u,this._targetInst=x,this.type=h,this.nativeEvent=b,this.target=T,this.currentTarget=null;for(var V in a)a.hasOwnProperty(V)&&(u=a[V],this[V]=u?u(b):b[V]);return this.isDefaultPrevented=(b.defaultPrevented!=null?b.defaultPrevented:b.returnValue===!1)?xu:QO,this.isPropagationStopped=QO,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=xu)},stopPropagation:function(){var u=this.nativeEvent;u&&(u.stopPropagation?u.stopPropagation():typeof u.cancelBubble!="unknown"&&(u.cancelBubble=!0),this.isPropagationStopped=xu)},persist:function(){},isPersistent:xu}),s}var Va={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(a){return a.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},yu=kn(Va),ho=g({},Va,{view:0,detail:0}),wA=kn(ho),od,cd,mo,bu=g({},ho,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:fd,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!==mo&&(mo&&a.type==="mousemove"?(od=a.screenX-mo.screenX,cd=a.screenY-mo.screenY):cd=od=0,mo=a),od)},movementY:function(a){return"movementY"in a?a.movementY:cd}}),CO=kn(bu),AA=g({},bu,{dataTransfer:0}),kA=kn(AA),TA=g({},ho,{relatedTarget:0}),ud=kn(TA),MA=g({},Va,{animationName:0,elapsedTime:0,pseudoElement:0}),EA=kn(MA),$A=g({},Va,{clipboardData:function(a){return"clipboardData"in a?a.clipboardData:window.clipboardData}}),QA=kn($A),CA=g({},Va,{data:0}),ZO=kn(CA),ZA={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},PA={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"},jA={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function RA(a){var s=this.nativeEvent;return s.getModifierState?s.getModifierState(a):(a=jA[a])?!!s[a]:!1}function fd(){return RA}var NA=g({},ho,{key:function(a){if(a.key){var s=ZA[a.key]||a.key;if(s!=="Unidentified")return s}return a.type==="keypress"?(a=Ou(a),a===13?"Enter":String.fromCharCode(a)):a.type==="keydown"||a.type==="keyup"?PA[a.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:fd,charCode:function(a){return a.type==="keypress"?Ou(a):0},keyCode:function(a){return a.type==="keydown"||a.type==="keyup"?a.keyCode:0},which:function(a){return a.type==="keypress"?Ou(a):a.type==="keydown"||a.type==="keyup"?a.keyCode:0}}),VA=kn(NA),LA=g({},bu,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),PO=kn(LA),_A=g({},ho,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:fd}),DA=kn(_A),XA=g({},Va,{propertyName:0,elapsedTime:0,pseudoElement:0}),zA=kn(XA),HA=g({},bu,{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}),YA=kn(HA),BA=g({},Va,{newState:0,oldState:0}),FA=kn(BA),qA=[9,13,27,32],dd=si&&"CompositionEvent"in window,po=null;si&&"documentMode"in document&&(po=document.documentMode);var UA=si&&"TextEvent"in window&&!po,jO=si&&(!dd||po&&8<po&&11>=po),RO=" ",NO=!1;function VO(a,s){switch(a){case"keyup":return qA.indexOf(s.keyCode)!==-1;case"keydown":return s.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function LO(a){return a=a.detail,typeof a=="object"&&"data"in a?a.data:null}var zl=!1;function IA(a,s){switch(a){case"compositionend":return LO(s);case"keypress":return s.which!==32?null:(NO=!0,RO);case"textInput":return a=s.data,a===RO&&NO?null:a;default:return null}}function GA(a,s){if(zl)return a==="compositionend"||!dd&&VO(a,s)?(a=$O(),gu=sd=Yi=null,zl=!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 jO&&s.locale!=="ko"?null:s.data;default:return null}}var WA={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 _O(a){var s=a&&a.nodeName&&a.nodeName.toLowerCase();return s==="input"?!!WA[a.type]:s==="textarea"}function DO(a,s,u,h){Dl?Xl?Xl.push(h):Xl=[h]:Dl=h,s=c0(s,"onChange"),0<s.length&&(u=new yu("onChange","change",null,u,h),a.push({event:u,listeners:s}))}var go=null,Oo=null;function KA(a){S4(a,0)}function vu(a){var s=co(a);if(vO(s))return a}function XO(a,s){if(a==="change")return s}var zO=!1;if(si){var hd;if(si){var md="oninput"in document;if(!md){var HO=document.createElement("div");HO.setAttribute("oninput","return;"),md=typeof HO.oninput=="function"}hd=md}else hd=!1;zO=hd&&(!document.documentMode||9<document.documentMode)}function YO(){go&&(go.detachEvent("onpropertychange",BO),Oo=go=null)}function BO(a){if(a.propertyName==="value"&&vu(Oo)){var s=[];DO(s,Oo,a,id(a)),EO(KA,s)}}function JA(a,s,u){a==="focusin"?(YO(),go=s,Oo=u,go.attachEvent("onpropertychange",BO)):a==="focusout"&&YO()}function ek(a){if(a==="selectionchange"||a==="keyup"||a==="keydown")return vu(Oo)}function tk(a,s){if(a==="click")return vu(s)}function nk(a,s){if(a==="input"||a==="change")return vu(s)}function rk(a,s){return a===s&&(a!==0||1/a===1/s)||a!==a&&s!==s}var Xn=typeof Object.is=="function"?Object.is:rk;function xo(a,s){if(Xn(a,s))return!0;if(typeof a!="object"||a===null||typeof s!="object"||s===null)return!1;var u=Object.keys(a),h=Object.keys(s);if(u.length!==h.length)return!1;for(h=0;h<u.length;h++){var x=u[h];if(!Oe.call(s,x)||!Xn(a[x],s[x]))return!1}return!0}function FO(a){for(;a&&a.firstChild;)a=a.firstChild;return a}function qO(a,s){var u=FO(a);a=0;for(var h;u;){if(u.nodeType===3){if(h=a+u.textContent.length,a<=s&&h>=s)return{node:u,offset:s-a};a=h}e:{for(;u;){if(u.nextSibling){u=u.nextSibling;break e}u=u.parentNode}u=void 0}u=FO(u)}}function UO(a,s){return a&&s?a===s?!0:a&&a.nodeType===3?!1:s&&s.nodeType===3?UO(a,s.parentNode):"contains"in a?a.contains(s):a.compareDocumentPosition?!!(a.compareDocumentPosition(s)&16):!1:!1}function IO(a){a=a!=null&&a.ownerDocument!=null&&a.ownerDocument.defaultView!=null?a.ownerDocument.defaultView:window;for(var s=mu(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=mu(a.document)}return s}function pd(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 ik=si&&"documentMode"in document&&11>=document.documentMode,Hl=null,gd=null,yo=null,Od=!1;function GO(a,s,u){var h=u.window===u?u.document:u.nodeType===9?u:u.ownerDocument;Od||Hl==null||Hl!==mu(h)||(h=Hl,"selectionStart"in h&&pd(h)?h={start:h.selectionStart,end:h.selectionEnd}:(h=(h.ownerDocument&&h.ownerDocument.defaultView||window).getSelection(),h={anchorNode:h.anchorNode,anchorOffset:h.anchorOffset,focusNode:h.focusNode,focusOffset:h.focusOffset}),yo&&xo(yo,h)||(yo=h,h=c0(gd,"onSelect"),0<h.length&&(s=new yu("onSelect","select",null,s,u),a.push({event:s,listeners:h}),s.target=Hl)))}function La(a,s){var u={};return u[a.toLowerCase()]=s.toLowerCase(),u["Webkit"+a]="webkit"+s,u["Moz"+a]="moz"+s,u}var Yl={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")},xd={},WO={};si&&(WO=document.createElement("div").style,"AnimationEvent"in window||(delete Yl.animationend.animation,delete Yl.animationiteration.animation,delete Yl.animationstart.animation),"TransitionEvent"in window||delete Yl.transitionend.transition);function _a(a){if(xd[a])return xd[a];if(!Yl[a])return a;var s=Yl[a],u;for(u in s)if(s.hasOwnProperty(u)&&u in WO)return xd[a]=s[u];return a}var KO=_a("animationend"),JO=_a("animationiteration"),e8=_a("animationstart"),ak=_a("transitionrun"),lk=_a("transitionstart"),sk=_a("transitioncancel"),t8=_a("transitionend"),n8=new Map,yd="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(" ");yd.push("scrollEnd");function yr(a,s){n8.set(a,s),Na(s,[a])}var Su=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)},lr=[],Bl=0,bd=0;function wu(){for(var a=Bl,s=bd=Bl=0;s<a;){var u=lr[s];lr[s++]=null;var h=lr[s];lr[s++]=null;var x=lr[s];lr[s++]=null;var b=lr[s];if(lr[s++]=null,h!==null&&x!==null){var T=h.pending;T===null?x.next=x:(x.next=T.next,T.next=x),h.pending=x}b!==0&&r8(u,x,b)}}function Au(a,s,u,h){lr[Bl++]=a,lr[Bl++]=s,lr[Bl++]=u,lr[Bl++]=h,bd|=h,a.lanes|=h,a=a.alternate,a!==null&&(a.lanes|=h)}function vd(a,s,u,h){return Au(a,s,u,h),ku(a)}function Da(a,s){return Au(a,null,null,s),ku(a)}function r8(a,s,u){a.lanes|=u;var h=a.alternate;h!==null&&(h.lanes|=u);for(var x=!1,b=a.return;b!==null;)b.childLanes|=u,h=b.alternate,h!==null&&(h.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-St(u),a=b.hiddenUpdates,h=a[x],h===null?a[x]=[s]:h.push(s),s.lane=u|536870912),b):null}function ku(a){if(50<Xo)throw Xo=0,Qh=null,Error(r(185));for(var s=a.return;s!==null;)a=s,s=a.return;return a.tag===3?a.stateNode:null}var Fl={};function ok(a,s,u,h){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=h,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function zn(a,s,u,h){return new ok(a,s,u,h)}function Sd(a){return a=a.prototype,!(!a||!a.isReactComponent)}function oi(a,s){var u=a.alternate;return u===null?(u=zn(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 i8(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 Tu(a,s,u,h,x,b){var T=0;if(h=a,typeof a=="function")Sd(a)&&(T=1);else if(typeof a=="string")T=hT(a,u,U.current)?26:a==="html"||a==="head"||a==="body"?27:5;else e:switch(a){case F:return a=zn(31,u,s,x),a.elementType=F,a.lanes=b,a;case w:return Xa(u.children,x,b,s);case A:T=8,x|=24;break;case k:return a=zn(12,u,s,x|2),a.elementType=k,a.lanes=b,a;case C:return a=zn(13,u,s,x),a.elementType=C,a.lanes=b,a;case j:return a=zn(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 $:T=9;break e;case Z:T=11;break e;case E:T=14;break e;case L:T=16,h=null;break e}T=29,u=Error(r(130,a===null?"null":typeof a,"")),h=null}return s=zn(T,u,s,x),s.elementType=a,s.type=h,s.lanes=b,s}function Xa(a,s,u,h){return a=zn(7,a,h,s),a.lanes=u,a}function wd(a,s,u){return a=zn(6,a,null,s),a.lanes=u,a}function a8(a){var s=zn(18,null,null,0);return s.stateNode=a,s}function Ad(a,s,u){return s=zn(4,a.children!==null?a.children:[],a.key,s),s.lanes=u,s.stateNode={containerInfo:a.containerInfo,pendingChildren:null,implementation:a.implementation},s}var l8=new WeakMap;function sr(a,s){if(typeof a=="object"&&a!==null){var u=l8.get(a);return u!==void 0?u:(s={value:a,source:s,stack:Pt(s)},l8.set(a,s),s)}return{value:a,source:s,stack:Pt(s)}}var ql=[],Ul=0,Mu=null,bo=0,or=[],cr=0,Bi=null,jr=1,Rr="";function ci(a,s){ql[Ul++]=bo,ql[Ul++]=Mu,Mu=a,bo=s}function s8(a,s,u){or[cr++]=jr,or[cr++]=Rr,or[cr++]=Bi,Bi=a;var h=jr;a=Rr;var x=32-St(h)-1;h&=~(1<<x),u+=1;var b=32-St(s)+x;if(30<b){var T=x-x%5;b=(h&(1<<T)-1).toString(32),h>>=T,x-=T,jr=1<<32-St(s)+x|u<<x|h,Rr=b+a}else jr=1<<b|u<<x|h,Rr=a}function kd(a){a.return!==null&&(ci(a,1),s8(a,1,0))}function Td(a){for(;a===Mu;)Mu=ql[--Ul],ql[Ul]=null,bo=ql[--Ul],ql[Ul]=null;for(;a===Bi;)Bi=or[--cr],or[cr]=null,Rr=or[--cr],or[cr]=null,jr=or[--cr],or[cr]=null}function o8(a,s){or[cr++]=jr,or[cr++]=Rr,or[cr++]=Bi,jr=s.id,Rr=s.overflow,Bi=a}var tn=null,mt=null,qe=!1,Fi=null,ur=!1,Md=Error(r(519));function qi(a){var s=Error(r(418,1<arguments.length&&arguments[1]!==void 0&&arguments[1]?"text":"HTML",""));throw vo(sr(s,a)),Md}function c8(a){var s=a.stateNode,u=a.type,h=a.memoizedProps;switch(s[en]=a,s[An]=h,u){case"dialog":He("cancel",s),He("close",s);break;case"iframe":case"object":case"embed":He("load",s);break;case"video":case"audio":for(u=0;u<Ho.length;u++)He(Ho[u],s);break;case"source":He("error",s);break;case"img":case"image":case"link":He("error",s),He("load",s);break;case"details":He("toggle",s);break;case"input":He("invalid",s),SO(s,h.value,h.defaultValue,h.checked,h.defaultChecked,h.type,h.name,!0);break;case"select":He("invalid",s);break;case"textarea":He("invalid",s),AO(s,h.value,h.defaultValue,h.children)}u=h.children,typeof u!="string"&&typeof u!="number"&&typeof u!="bigint"||s.textContent===""+u||h.suppressHydrationWarning===!0||T4(s.textContent,u)?(h.popover!=null&&(He("beforetoggle",s),He("toggle",s)),h.onScroll!=null&&He("scroll",s),h.onScrollEnd!=null&&He("scrollend",s),h.onClick!=null&&(s.onclick=li),s=!0):s=!1,s||qi(a,!0)}function u8(a){for(tn=a.return;tn;)switch(tn.tag){case 5:case 31:case 13:ur=!1;return;case 27:case 3:ur=!0;return;default:tn=tn.return}}function Il(a){if(a!==tn)return!1;if(!qe)return u8(a),qe=!0,!1;var s=a.tag,u;if((u=s!==3&&s!==27)&&((u=s===5)&&(u=a.type,u=!(u!=="form"&&u!=="button")||Bh(a.type,a.memoizedProps)),u=!u),u&&mt&&qi(a),u8(a),s===13){if(a=a.memoizedState,a=a!==null?a.dehydrated:null,!a)throw Error(r(317));mt=R4(a)}else if(s===31){if(a=a.memoizedState,a=a!==null?a.dehydrated:null,!a)throw Error(r(317));mt=R4(a)}else s===27?(s=mt,sa(a.type)?(a=Gh,Gh=null,mt=a):mt=s):mt=tn?dr(a.stateNode.nextSibling):null;return!0}function za(){mt=tn=null,qe=!1}function Ed(){var a=Fi;return a!==null&&($n===null?$n=a:$n.push.apply($n,a),Fi=null),a}function vo(a){Fi===null?Fi=[a]:Fi.push(a)}var $d=M(null),Ha=null,ui=null;function Ui(a,s,u){H($d,s._currentValue),s._currentValue=u}function fi(a){a._currentValue=$d.current,P($d)}function Qd(a,s,u){for(;a!==null;){var h=a.alternate;if((a.childLanes&s)!==s?(a.childLanes|=s,h!==null&&(h.childLanes|=s)):h!==null&&(h.childLanes&s)!==s&&(h.childLanes|=s),a===u)break;a=a.return}}function Cd(a,s,u,h){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 V=b;b=x;for(var G=0;G<s.length;G++)if(V.context===s[G]){b.lanes|=u,V=b.alternate,V!==null&&(V.lanes|=u),Qd(b.return,u,a),h||(T=null);break e}b=V.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),Qd(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 Gl(a,s,u,h){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 V=x.type;Xn(x.pendingProps.value,T.value)||(a!==null?a.push(V):a=[V])}}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(Uo):a=[Uo])}x=x.return}a!==null&&Cd(s,a,u,h),s.flags|=262144}function Eu(a){for(a=a.firstContext;a!==null;){if(!Xn(a.context._currentValue,a.memoizedValue))return!0;a=a.next}return!1}function Ya(a){Ha=a,ui=null,a=a.dependencies,a!==null&&(a.firstContext=null)}function nn(a){return f8(Ha,a)}function $u(a,s){return Ha===null&&Ya(a),f8(a,s)}function f8(a,s){var u=s._currentValue;if(s={context:s,memoizedValue:u,next:null},ui===null){if(a===null)throw Error(r(308));ui=s,a.dependencies={lanes:0,firstContext:s},a.flags|=524288}else ui=ui.next=s;return u}var ck=typeof AbortController<"u"?AbortController:function(){var a=[],s=this.signal={aborted:!1,addEventListener:function(u,h){a.push(h)}};this.abort=function(){s.aborted=!0,a.forEach(function(u){return u()})}},uk=t.unstable_scheduleCallback,fk=t.unstable_NormalPriority,Rt={$$typeof:Q,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function Zd(){return{controller:new ck,data:new Map,refCount:0}}function So(a){a.refCount--,a.refCount===0&&uk(fk,function(){a.controller.abort()})}var wo=null,Pd=0,Wl=0,Kl=null;function dk(a,s){if(wo===null){var u=wo=[];Pd=0,Wl=Nh(),Kl={status:"pending",value:void 0,then:function(h){u.push(h)}}}return Pd++,s.then(d8,d8),s}function d8(){if(--Pd===0&&wo!==null){Kl!==null&&(Kl.status="fulfilled");var a=wo;wo=null,Wl=0,Kl=null;for(var s=0;s<a.length;s++)(0,a[s])()}}function hk(a,s){var u=[],h={status:"pending",value:null,reason:null,then:function(x){u.push(x)}};return a.then(function(){h.status="fulfilled",h.value=s;for(var x=0;x<u.length;x++)(0,u[x])(s)},function(x){for(h.status="rejected",h.reason=x,x=0;x<u.length;x++)(0,u[x])(void 0)}),h}var h8=R.S;R.S=function(a,s){G6=Qe(),typeof s=="object"&&s!==null&&typeof s.then=="function"&&dk(a,s),h8!==null&&h8(a,s)};var Ba=M(null);function jd(){var a=Ba.current;return a!==null?a:ut.pooledCache}function Qu(a,s){s===null?H(Ba,Ba.current):H(Ba,s.pool)}function m8(){var a=jd();return a===null?null:{parent:Rt._currentValue,pool:a}}var Jl=Error(r(460)),Rd=Error(r(474)),Cu=Error(r(542)),Zu={then:function(){}};function p8(a){return a=a.status,a==="fulfilled"||a==="rejected"}function g8(a,s,u){switch(u=a[u],u===void 0?a.push(s):u!==s&&(s.then(li,li),s=u),s.status){case"fulfilled":return s.value;case"rejected":throw a=s.reason,x8(a),a;default:if(typeof s.status=="string")s.then(li,li);else{if(a=ut,a!==null&&100<a.shellSuspendCounter)throw Error(r(482));a=s,a.status="pending",a.then(function(h){if(s.status==="pending"){var x=s;x.status="fulfilled",x.value=h}},function(h){if(s.status==="pending"){var x=s;x.status="rejected",x.reason=h}})}switch(s.status){case"fulfilled":return s.value;case"rejected":throw a=s.reason,x8(a),a}throw qa=s,Jl}}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,Jl):u}}var qa=null;function O8(){if(qa===null)throw Error(r(459));var a=qa;return qa=null,a}function x8(a){if(a===Jl||a===Cu)throw Error(r(483))}var es=null,Ao=0;function Pu(a){var s=Ao;return Ao+=1,es===null&&(es=[]),g8(es,a,s)}function ko(a,s){s=s.props.ref,a.ref=s!==void 0?s:null}function ju(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 y8(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 h(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=oi(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 V(J,K,ne,ce){return K===null||K.tag!==6?(K=wd(ne,J.mode,ce),K.return=J,K):(K=x(K,ne),K.return=J,K)}function G(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),ko(K,ne),K.return=J,K):(K=Tu(ne.type,ne.key,ne.props,null,J.mode,ce),ko(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=Ad(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=wd(""+K,J.mode,ne),K.return=J,K;if(typeof K=="object"&&K!==null){switch(K.$$typeof){case v:return ne=Tu(K.type,K.key,K.props,null,J.mode,ne),ko(ne,K),ne.return=J,ne;case S:return K=Ad(K,J.mode,ne),K.return=J,K;case L:return K=Fa(K),ue(J,K,ne)}if(_(K)||B(K))return K=Xa(K,J.mode,ne,null),K.return=J,K;if(typeof K.then=="function")return ue(J,Pu(K),ne);if(K.$$typeof===Q)return ue(J,$u(J,K),ne);ju(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:V(J,K,""+ne,ce);if(typeof ne=="object"&&ne!==null){switch(ne.$$typeof){case v:return ne.key===Te?G(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(_(ne)||B(ne))return Te!==null?null:oe(J,K,ne,ce,null);if(typeof ne.then=="function")return ie(J,K,Pu(ne),ce);if(ne.$$typeof===Q)return ie(J,K,$u(J,ne),ce);ju(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,V(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,G(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(_(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,Pu(ce),Te);if(ce.$$typeof===Q)return ae(J,K,ne,$u(K,ce),Te);ju(K,ce)}return null}function ye(J,K,ne,ce){for(var Te=null,Ke=null,we=K,Ve=K=0,Fe=null;we!==null&&Ve<ne.length;Ve++){we.index>Ve?(Fe=we,we=null):Fe=we.sibling;var Je=ie(J,we,ne[Ve],ce);if(Je===null){we===null&&(we=Fe);break}a&&we&&Je.alternate===null&&s(J,we),K=b(Je,K,Ve),Ke===null?Te=Je:Ke.sibling=Je,Ke=Je,we=Fe}if(Ve===ne.length)return u(J,we),qe&&ci(J,Ve),Te;if(we===null){for(;Ve<ne.length;Ve++)we=ue(J,ne[Ve],ce),we!==null&&(K=b(we,K,Ve),Ke===null?Te=we:Ke.sibling=we,Ke=we);return qe&&ci(J,Ve),Te}for(we=h(we);Ve<ne.length;Ve++)Fe=ae(we,J,Ve,ne[Ve],ce),Fe!==null&&(a&&Fe.alternate!==null&&we.delete(Fe.key===null?Ve:Fe.key),K=b(Fe,K,Ve),Ke===null?Te=Fe:Ke.sibling=Fe,Ke=Fe);return a&&we.forEach(function(da){return s(J,da)}),qe&&ci(J,Ve),Te}function Ee(J,K,ne,ce){if(ne==null)throw Error(r(151));for(var Te=null,Ke=null,we=K,Ve=K=0,Fe=null,Je=ne.next();we!==null&&!Je.done;Ve++,Je=ne.next()){we.index>Ve?(Fe=we,we=null):Fe=we.sibling;var da=ie(J,we,Je.value,ce);if(da===null){we===null&&(we=Fe);break}a&&we&&da.alternate===null&&s(J,we),K=b(da,K,Ve),Ke===null?Te=da:Ke.sibling=da,Ke=da,we=Fe}if(Je.done)return u(J,we),qe&&ci(J,Ve),Te;if(we===null){for(;!Je.done;Ve++,Je=ne.next())Je=ue(J,Je.value,ce),Je!==null&&(K=b(Je,K,Ve),Ke===null?Te=Je:Ke.sibling=Je,Ke=Je);return qe&&ci(J,Ve),Te}for(we=h(we);!Je.done;Ve++,Je=ne.next())Je=ae(we,J,Ve,Je.value,ce),Je!==null&&(a&&Je.alternate!==null&&we.delete(Je.key===null?Ve:Je.key),K=b(Je,K,Ve),Ke===null?Te=Je:Ke.sibling=Je,Ke=Je);return a&&we.forEach(function(AT){return s(J,AT)}),qe&&ci(J,Ve),Te}function st(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),ko(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=Tu(ne.type,ne.key,ne.props,null,J.mode,ce),ko(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=Ad(ne,J.mode,ce),ce.return=J,J=ce}return T(J);case L:return ne=Fa(ne),st(J,K,ne,ce)}if(_(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),Ee(J,K,ne,ce)}if(typeof ne.then=="function")return st(J,K,Pu(ne),ce);if(ne.$$typeof===Q)return st(J,K,$u(J,ne),ce);ju(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=wd(ne,J.mode,ce),ce.return=J,J=ce),T(J)):u(J,K)}return function(J,K,ne,ce){try{Ao=0;var Te=st(J,K,ne,ce);return es=null,Te}catch(we){if(we===Jl||we===Cu)throw we;var Ke=zn(29,we,null,J.mode);return Ke.lanes=ce,Ke.return=J,Ke}finally{}}}var Ua=y8(!0),b8=y8(!1),Ii=!1;function Nd(a){a.updateQueue={baseState:a.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function Vd(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 Gi(a){return{lane:a,tag:0,payload:null,callback:null,next:null}}function Wi(a,s,u){var h=a.updateQueue;if(h===null)return null;if(h=h.shared,(et&2)!==0){var x=h.pending;return x===null?s.next=s:(s.next=x.next,x.next=s),h.pending=s,s=ku(a),r8(a,null,u),s}return Au(a,h,s,u),ku(a)}function To(a,s,u){if(s=s.updateQueue,s!==null&&(s=s.shared,(u&4194048)!==0)){var h=s.lanes;h&=a.pendingLanes,u|=h,s.lanes=u,ct(a,u)}}function Ld(a,s){var u=a.updateQueue,h=a.alternate;if(h!==null&&(h=h.updateQueue,u===h)){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:h.baseState,firstBaseUpdate:x,lastBaseUpdate:b,shared:h.shared,callbacks:h.callbacks},a.updateQueue=u;return}a=u.lastBaseUpdate,a===null?u.firstBaseUpdate=s:a.next=s,u.lastBaseUpdate=s}var _d=!1;function Mo(){if(_d){var a=Kl;if(a!==null)throw a}}function Eo(a,s,u,h){_d=!1;var x=a.updateQueue;Ii=!1;var b=x.firstBaseUpdate,T=x.lastBaseUpdate,V=x.shared.pending;if(V!==null){x.shared.pending=null;var G=V,re=G.next;G.next=null,T===null?b=re:T.next=re,T=G;var oe=a.alternate;oe!==null&&(oe=oe.updateQueue,V=oe.lastBaseUpdate,V!==T&&(V===null?oe.firstBaseUpdate=re:V.next=re,oe.lastBaseUpdate=G))}if(b!==null){var ue=x.baseState;T=0,oe=re=G=null,V=b;do{var ie=V.lane&-536870913,ae=ie!==V.lane;if(ae?(Be&ie)===ie:(h&ie)===ie){ie!==0&&ie===Wl&&(_d=!0),oe!==null&&(oe=oe.next={lane:0,tag:V.tag,payload:V.payload,callback:null,next:null});e:{var ye=a,Ee=V;ie=s;var st=u;switch(Ee.tag){case 1:if(ye=Ee.payload,typeof ye=="function"){ue=ye.call(st,ue,ie);break e}ue=ye;break e;case 3:ye.flags=ye.flags&-65537|128;case 0:if(ye=Ee.payload,ie=typeof ye=="function"?ye.call(st,ue,ie):ye,ie==null)break e;ue=g({},ue,ie);break e;case 2:Ii=!0}}ie=V.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:V.tag,payload:V.payload,callback:V.callback,next:null},oe===null?(re=oe=ae,G=ue):oe=oe.next=ae,T|=ie;if(V=V.next,V===null){if(V=x.shared.pending,V===null)break;ae=V,V=ae.next,ae.next=null,x.lastBaseUpdate=ae,x.shared.pending=null}}while(!0);oe===null&&(G=ue),x.baseState=G,x.firstBaseUpdate=re,x.lastBaseUpdate=oe,b===null&&(x.shared.lanes=0),na|=T,a.lanes=T,a.memoizedState=ue}}function v8(a,s){if(typeof a!="function")throw Error(r(191,a));a.call(s)}function S8(a,s){var u=a.callbacks;if(u!==null)for(a.callbacks=null,a=0;a<u.length;a++)v8(u[a],s)}var ts=M(null),Ru=M(0);function w8(a,s){a=bi,H(Ru,a),H(ts,s),bi=a|s.baseLanes}function Dd(){H(Ru,bi),H(ts,ts.current)}function Xd(){bi=Ru.current,P(ts),P(Ru)}var Hn=M(null),fr=null;function Ki(a){var s=a.alternate;H(Et,Et.current&1),H(Hn,a),fr===null&&(s===null||ts.current!==null||s.memoizedState!==null)&&(fr=a)}function zd(a){H(Et,Et.current),H(Hn,a),fr===null&&(fr=a)}function A8(a){a.tag===22?(H(Et,Et.current),H(Hn,a),fr===null&&(fr=a)):Ji()}function Ji(){H(Et,Et.current),H(Hn,Hn.current)}function Yn(a){P(Hn),fr===a&&(fr=null),P(Et)}var Et=M(0);function Nu(a){for(var s=a;s!==null;){if(s.tag===13){var u=s.memoizedState;if(u!==null&&(u=u.dehydrated,u===null||Uh(u)||Ih(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 di=0,Ne=null,at=null,Nt=null,Vu=!1,ns=!1,Ia=!1,Lu=0,$o=0,rs=null,mk=0;function wt(){throw Error(r(321))}function Hd(a,s){if(s===null)return!1;for(var u=0;u<s.length&&u<a.length;u++)if(!Xn(a[u],s[u]))return!1;return!0}function Yd(a,s,u,h,x,b){return di=b,Ne=s,s.memoizedState=null,s.updateQueue=null,s.lanes=0,R.H=a===null||a.memoizedState===null?s6:ah,Ia=!1,b=u(h,x),Ia=!1,ns&&(b=T8(s,u,h,x)),k8(a),b}function k8(a){R.H=Zo;var s=at!==null&&at.next!==null;if(di=0,Nt=at=Ne=null,Vu=!1,$o=0,rs=null,s)throw Error(r(300));a===null||Vt||(a=a.dependencies,a!==null&&Eu(a)&&(Vt=!0))}function T8(a,s,u,h){Ne=a;var x=0;do{if(ns&&(rs=null),$o=0,ns=!1,25<=x)throw Error(r(301));if(x+=1,Nt=at=null,a.updateQueue!=null){var b=a.updateQueue;b.lastEffect=null,b.events=null,b.stores=null,b.memoCache!=null&&(b.memoCache.index=0)}R.H=o6,b=s(u,h)}while(ns);return b}function pk(){var a=R.H,s=a.useState()[0];return s=typeof s.then=="function"?Qo(s):s,a=a.useState()[0],(at!==null?at.memoizedState:null)!==a&&(Ne.flags|=1024),s}function Bd(){var a=Lu!==0;return Lu=0,a}function Fd(a,s,u){s.updateQueue=a.updateQueue,s.flags&=-2053,a.lanes&=~u}function qd(a){if(Vu){for(a=a.memoizedState;a!==null;){var s=a.queue;s!==null&&(s.pending=null),a=a.next}Vu=!1}di=0,Nt=at=Ne=null,ns=!1,$o=Lu=0,rs=null}function xn(){var a={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Nt===null?Ne.memoizedState=Nt=a:Nt=Nt.next=a,Nt}function $t(){if(at===null){var a=Ne.alternate;a=a!==null?a.memoizedState:null}else a=at.next;var s=Nt===null?Ne.memoizedState:Nt.next;if(s!==null)Nt=s,at=a;else{if(a===null)throw Ne.alternate===null?Error(r(467)):Error(r(310));at=a,a={memoizedState:at.memoizedState,baseState:at.baseState,baseQueue:at.baseQueue,queue:at.queue,next:null},Nt===null?Ne.memoizedState=Nt=a:Nt=Nt.next=a}return Nt}function _u(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function Qo(a){var s=$o;return $o+=1,rs===null&&(rs=[]),a=g8(rs,a,s),s=Ne,(Nt===null?s.memoizedState:Nt.next)===null&&(s=s.alternate,R.H=s===null||s.memoizedState===null?s6:ah),a}function Du(a){if(a!==null&&typeof a=="object"){if(typeof a.then=="function")return Qo(a);if(a.$$typeof===Q)return nn(a)}throw Error(r(438,String(a)))}function Ud(a){var s=null,u=Ne.updateQueue;if(u!==null&&(s=u.memoCache),s==null){var h=Ne.alternate;h!==null&&(h=h.updateQueue,h!==null&&(h=h.memoCache,h!=null&&(s={data:h.data.map(function(x){return x.slice()}),index:0})))}if(s==null&&(s={data:[],index:0}),u===null&&(u=_u(),Ne.updateQueue=u),u.memoCache=s,u=s.data[s.index],u===void 0)for(u=s.data[s.index]=Array(a),h=0;h<a;h++)u[h]=q;return s.index++,u}function hi(a,s){return typeof s=="function"?s(a):s}function Xu(a){var s=$t();return Id(s,at,a)}function Id(a,s,u){var h=a.queue;if(h===null)throw Error(r(311));h.lastRenderedReducer=u;var x=a.baseQueue,b=h.pending;if(b!==null){if(x!==null){var T=x.next;x.next=b.next,b.next=T}s.baseQueue=x=b,h.pending=null}if(b=a.baseState,x===null)a.memoizedState=b;else{s=x.next;var V=T=null,G=null,re=s,oe=!1;do{var ue=re.lane&-536870913;if(ue!==re.lane?(Be&ue)===ue:(di&ue)===ue){var ie=re.revertLane;if(ie===0)G!==null&&(G=G.next={lane:0,revertLane:0,gesture:null,action:re.action,hasEagerState:re.hasEagerState,eagerState:re.eagerState,next:null}),ue===Wl&&(oe=!0);else if((di&ie)===ie){re=re.next,ie===Wl&&(oe=!0);continue}else ue={lane:0,revertLane:re.revertLane,gesture:null,action:re.action,hasEagerState:re.hasEagerState,eagerState:re.eagerState,next:null},G===null?(V=G=ue,T=b):G=G.next=ue,Ne.lanes|=ie,na|=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},G===null?(V=G=ie,T=b):G=G.next=ie,Ne.lanes|=ue,na|=ue;re=re.next}while(re!==null&&re!==s);if(G===null?T=b:G.next=V,!Xn(b,a.memoizedState)&&(Vt=!0,oe&&(u=Kl,u!==null)))throw u;a.memoizedState=b,a.baseState=T,a.baseQueue=G,h.lastRenderedState=b}return x===null&&(h.lanes=0),[a.memoizedState,h.dispatch]}function Gd(a){var s=$t(),u=s.queue;if(u===null)throw Error(r(311));u.lastRenderedReducer=a;var h=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);Xn(b,s.memoizedState)||(Vt=!0),s.memoizedState=b,s.baseQueue===null&&(s.baseState=b),u.lastRenderedState=b}return[b,h]}function M8(a,s,u){var h=Ne,x=$t(),b=qe;if(b){if(u===void 0)throw Error(r(407));u=u()}else u=s();var T=!Xn((at||x).memoizedState,u);if(T&&(x.memoizedState=u,Vt=!0),x=x.queue,Jd(Q8.bind(null,h,x,a),[a]),x.getSnapshot!==s||T||Nt!==null&&Nt.memoizedState.tag&1){if(h.flags|=2048,is(9,{destroy:void 0},$8.bind(null,h,x,u,s),null),ut===null)throw Error(r(349));b||(di&127)!==0||E8(h,s,u)}return u}function E8(a,s,u){a.flags|=16384,a={getSnapshot:s,value:u},s=Ne.updateQueue,s===null?(s=_u(),Ne.updateQueue=s,s.stores=[a]):(u=s.stores,u===null?s.stores=[a]:u.push(a))}function $8(a,s,u,h){s.value=u,s.getSnapshot=h,C8(s)&&Z8(a)}function Q8(a,s,u){return u(function(){C8(s)&&Z8(a)})}function C8(a){var s=a.getSnapshot;a=a.value;try{var u=s();return!Xn(a,u)}catch{return!0}}function Z8(a){var s=Da(a,2);s!==null&&Qn(s,a,2)}function Wd(a){var s=xn();if(typeof a=="function"){var u=a;if(a=u(),Ia){jt(!0);try{u()}finally{jt(!1)}}}return s.memoizedState=s.baseState=a,s.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:hi,lastRenderedState:a},s}function P8(a,s,u,h){return a.baseState=u,Id(a,at,typeof h=="function"?h:hi)}function gk(a,s,u,h,x){if(Yu(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)}};R.T!==null?u(!0):b.isTransition=!1,h(b),u=s.pending,u===null?(b.next=s.pending=b,j8(s,b)):(b.next=u.next,s.pending=u.next=b)}}function j8(a,s){var u=s.action,h=s.payload,x=a.state;if(s.isTransition){var b=R.T,T={};R.T=T;try{var V=u(x,h),G=R.S;G!==null&&G(T,V),R8(a,s,V)}catch(re){Kd(a,s,re)}finally{b!==null&&T.types!==null&&(b.types=T.types),R.T=b}}else try{b=u(x,h),R8(a,s,b)}catch(re){Kd(a,s,re)}}function R8(a,s,u){u!==null&&typeof u=="object"&&typeof u.then=="function"?u.then(function(h){N8(a,s,h)},function(h){return Kd(a,s,h)}):N8(a,s,u)}function N8(a,s,u){s.status="fulfilled",s.value=u,V8(s),a.state=u,s=a.pending,s!==null&&(u=s.next,u===s?a.pending=null:(u=u.next,s.next=u,j8(a,u)))}function Kd(a,s,u){var h=a.pending;if(a.pending=null,h!==null){h=h.next;do s.status="rejected",s.reason=u,V8(s),s=s.next;while(s!==h)}a.action=null}function V8(a){a=a.listeners;for(var s=0;s<a.length;s++)(0,a[s])()}function L8(a,s){return s}function _8(a,s){if(qe){var u=ut.formState;if(u!==null){e:{var h=Ne;if(qe){if(mt){t:{for(var x=mt,b=ur;x.nodeType!==8;){if(!b){x=null;break t}if(x=dr(x.nextSibling),x===null){x=null;break t}}b=x.data,x=b==="F!"||b==="F"?x:null}if(x){mt=dr(x.nextSibling),h=x.data==="F!";break e}}qi(h)}h=!1}h&&(s=u[0])}}return u=xn(),u.memoizedState=u.baseState=s,h={pending:null,lanes:0,dispatch:null,lastRenderedReducer:L8,lastRenderedState:s},u.queue=h,u=i6.bind(null,Ne,h),h.dispatch=u,h=Wd(!1),b=ih.bind(null,Ne,!1,h.queue),h=xn(),x={state:s,dispatch:null,action:a,pending:null},h.queue=x,u=gk.bind(null,Ne,x,b,u),x.dispatch=u,h.memoizedState=a,[s,u,!1]}function D8(a){var s=$t();return X8(s,at,a)}function X8(a,s,u){if(s=Id(a,s,L8)[0],a=Xu(hi)[0],typeof s=="object"&&s!==null&&typeof s.then=="function")try{var h=Qo(s)}catch(T){throw T===Jl?Cu:T}else h=s;s=$t();var x=s.queue,b=x.dispatch;return u!==s.memoizedState&&(Ne.flags|=2048,is(9,{destroy:void 0},Ok.bind(null,x,u),null)),[h,b,a]}function Ok(a,s){a.action=s}function z8(a){var s=$t(),u=at;if(u!==null)return X8(s,u,a);$t(),s=s.memoizedState,u=$t();var h=u.queue.dispatch;return u.memoizedState=a,[s,h,!1]}function is(a,s,u,h){return a={tag:a,create:u,deps:h,inst:s,next:null},s=Ne.updateQueue,s===null&&(s=_u(),Ne.updateQueue=s),u=s.lastEffect,u===null?s.lastEffect=a.next=a:(h=u.next,u.next=a,a.next=h,s.lastEffect=a),a}function H8(){return $t().memoizedState}function zu(a,s,u,h){var x=xn();Ne.flags|=a,x.memoizedState=is(1|s,{destroy:void 0},u,h===void 0?null:h)}function Hu(a,s,u,h){var x=$t();h=h===void 0?null:h;var b=x.memoizedState.inst;at!==null&&h!==null&&Hd(h,at.memoizedState.deps)?x.memoizedState=is(s,b,u,h):(Ne.flags|=a,x.memoizedState=is(1|s,b,u,h))}function Y8(a,s){zu(8390656,8,a,s)}function Jd(a,s){Hu(2048,8,a,s)}function xk(a){Ne.flags|=4;var s=Ne.updateQueue;if(s===null)s=_u(),Ne.updateQueue=s,s.events=[a];else{var u=s.events;u===null?s.events=[a]:u.push(a)}}function B8(a){var s=$t().memoizedState;return xk({ref:s,nextImpl:a}),function(){if((et&2)!==0)throw Error(r(440));return s.impl.apply(void 0,arguments)}}function F8(a,s){return Hu(4,2,a,s)}function q8(a,s){return Hu(4,4,a,s)}function U8(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 I8(a,s,u){u=u!=null?u.concat([a]):null,Hu(4,4,U8.bind(null,s,a),u)}function eh(){}function G8(a,s){var u=$t();s=s===void 0?null:s;var h=u.memoizedState;return s!==null&&Hd(s,h[1])?h[0]:(u.memoizedState=[a,s],a)}function W8(a,s){var u=$t();s=s===void 0?null:s;var h=u.memoizedState;if(s!==null&&Hd(s,h[1]))return h[0];if(h=a(),Ia){jt(!0);try{a()}finally{jt(!1)}}return u.memoizedState=[h,s],h}function th(a,s,u){return u===void 0||(di&1073741824)!==0&&(Be&261930)===0?a.memoizedState=s:(a.memoizedState=u,a=K6(),Ne.lanes|=a,na|=a,u)}function K8(a,s,u,h){return Xn(u,s)?u:ts.current!==null?(a=th(a,u,h),Xn(a,s)||(Vt=!0),a):(di&42)===0||(di&1073741824)!==0&&(Be&261930)===0?(Vt=!0,a.memoizedState=u):(a=K6(),Ne.lanes|=a,na|=a,s)}function J8(a,s,u,h,x){var b=X.p;X.p=b!==0&&8>b?b:8;var T=R.T,V={};R.T=V,ih(a,!1,s,u);try{var G=x(),re=R.S;if(re!==null&&re(V,G),G!==null&&typeof G=="object"&&typeof G.then=="function"){var oe=hk(G,h);Co(a,s,oe,qn(a))}else Co(a,s,h,qn(a))}catch(ue){Co(a,s,{then:function(){},status:"rejected",reason:ue},qn())}finally{X.p=b,T!==null&&V.types!==null&&(T.types=V.types),R.T=T}}function yk(){}function nh(a,s,u,h){if(a.tag!==5)throw Error(r(476));var x=e6(a).queue;J8(a,x,s,N,u===null?yk:function(){return t6(a),u(h)})}function e6(a){var s=a.memoizedState;if(s!==null)return s;s={memoizedState:N,baseState:N,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:hi,lastRenderedState:N},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 t6(a){var s=e6(a);s.next===null&&(s=a.alternate.memoizedState),Co(a,s.next.queue,{},qn())}function rh(){return nn(Uo)}function n6(){return $t().memoizedState}function r6(){return $t().memoizedState}function bk(a){for(var s=a.return;s!==null;){switch(s.tag){case 24:case 3:var u=qn();a=Gi(u);var h=Wi(s,a,u);h!==null&&(Qn(h,s,u),To(h,s,u)),s={cache:Zd()},a.payload=s;return}s=s.return}}function vk(a,s,u){var h=qn();u={lane:h,revertLane:0,gesture:null,action:u,hasEagerState:!1,eagerState:null,next:null},Yu(a)?a6(s,u):(u=vd(a,s,u,h),u!==null&&(Qn(u,a,h),l6(u,s,h)))}function i6(a,s,u){var h=qn();Co(a,s,u,h)}function Co(a,s,u,h){var x={lane:h,revertLane:0,gesture:null,action:u,hasEagerState:!1,eagerState:null,next:null};if(Yu(a))a6(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,V=b(T,u);if(x.hasEagerState=!0,x.eagerState=V,Xn(V,T))return Au(a,s,x,0),ut===null&&wu(),!1}catch{}finally{}if(u=vd(a,s,x,h),u!==null)return Qn(u,a,h),l6(u,s,h),!0}return!1}function ih(a,s,u,h){if(h={lane:2,revertLane:Nh(),gesture:null,action:h,hasEagerState:!1,eagerState:null,next:null},Yu(a)){if(s)throw Error(r(479))}else s=vd(a,u,h,2),s!==null&&Qn(s,a,2)}function Yu(a){var s=a.alternate;return a===Ne||s!==null&&s===Ne}function a6(a,s){ns=Vu=!0;var u=a.pending;u===null?s.next=s:(s.next=u.next,u.next=s),a.pending=s}function l6(a,s,u){if((u&4194048)!==0){var h=s.lanes;h&=a.pendingLanes,u|=h,s.lanes=u,ct(a,u)}}var Zo={readContext:nn,use:Du,useCallback:wt,useContext:wt,useEffect:wt,useImperativeHandle:wt,useLayoutEffect:wt,useInsertionEffect:wt,useMemo:wt,useReducer:wt,useRef:wt,useState:wt,useDebugValue:wt,useDeferredValue:wt,useTransition:wt,useSyncExternalStore:wt,useId:wt,useHostTransitionStatus:wt,useFormState:wt,useActionState:wt,useOptimistic:wt,useMemoCache:wt,useCacheRefresh:wt};Zo.useEffectEvent=wt;var s6={readContext:nn,use:Du,useCallback:function(a,s){return xn().memoizedState=[a,s===void 0?null:s],a},useContext:nn,useEffect:Y8,useImperativeHandle:function(a,s,u){u=u!=null?u.concat([a]):null,zu(4194308,4,U8.bind(null,s,a),u)},useLayoutEffect:function(a,s){return zu(4194308,4,a,s)},useInsertionEffect:function(a,s){zu(4,2,a,s)},useMemo:function(a,s){var u=xn();s=s===void 0?null:s;var h=a();if(Ia){jt(!0);try{a()}finally{jt(!1)}}return u.memoizedState=[h,s],h},useReducer:function(a,s,u){var h=xn();if(u!==void 0){var x=u(s);if(Ia){jt(!0);try{u(s)}finally{jt(!1)}}}else x=s;return h.memoizedState=h.baseState=x,a={pending:null,lanes:0,dispatch:null,lastRenderedReducer:a,lastRenderedState:x},h.queue=a,a=a.dispatch=vk.bind(null,Ne,a),[h.memoizedState,a]},useRef:function(a){var s=xn();return a={current:a},s.memoizedState=a},useState:function(a){a=Wd(a);var s=a.queue,u=i6.bind(null,Ne,s);return s.dispatch=u,[a.memoizedState,u]},useDebugValue:eh,useDeferredValue:function(a,s){var u=xn();return th(u,a,s)},useTransition:function(){var a=Wd(!1);return a=J8.bind(null,Ne,a.queue,!0,!1),xn().memoizedState=a,[!1,a]},useSyncExternalStore:function(a,s,u){var h=Ne,x=xn();if(qe){if(u===void 0)throw Error(r(407));u=u()}else{if(u=s(),ut===null)throw Error(r(349));(Be&127)!==0||E8(h,s,u)}x.memoizedState=u;var b={value:u,getSnapshot:s};return x.queue=b,Y8(Q8.bind(null,h,b,a),[a]),h.flags|=2048,is(9,{destroy:void 0},$8.bind(null,h,b,u,s),null),u},useId:function(){var a=xn(),s=ut.identifierPrefix;if(qe){var u=Rr,h=jr;u=(h&~(1<<32-St(h)-1)).toString(32)+u,s="_"+s+"R_"+u,u=Lu++,0<u&&(s+="H"+u.toString(32)),s+="_"}else u=mk++,s="_"+s+"r_"+u.toString(32)+"_";return a.memoizedState=s},useHostTransitionStatus:rh,useFormState:_8,useActionState:_8,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=ih.bind(null,Ne,!0,u),u.dispatch=s,[a,s]},useMemoCache:Ud,useCacheRefresh:function(){return xn().memoizedState=bk.bind(null,Ne)},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)}}},ah={readContext:nn,use:Du,useCallback:G8,useContext:nn,useEffect:Jd,useImperativeHandle:I8,useInsertionEffect:F8,useLayoutEffect:q8,useMemo:W8,useReducer:Xu,useRef:H8,useState:function(){return Xu(hi)},useDebugValue:eh,useDeferredValue:function(a,s){var u=$t();return K8(u,at.memoizedState,a,s)},useTransition:function(){var a=Xu(hi)[0],s=$t().memoizedState;return[typeof a=="boolean"?a:Qo(a),s]},useSyncExternalStore:M8,useId:n6,useHostTransitionStatus:rh,useFormState:D8,useActionState:D8,useOptimistic:function(a,s){var u=$t();return P8(u,at,a,s)},useMemoCache:Ud,useCacheRefresh:r6};ah.useEffectEvent=B8;var o6={readContext:nn,use:Du,useCallback:G8,useContext:nn,useEffect:Jd,useImperativeHandle:I8,useInsertionEffect:F8,useLayoutEffect:q8,useMemo:W8,useReducer:Gd,useRef:H8,useState:function(){return Gd(hi)},useDebugValue:eh,useDeferredValue:function(a,s){var u=$t();return at===null?th(u,a,s):K8(u,at.memoizedState,a,s)},useTransition:function(){var a=Gd(hi)[0],s=$t().memoizedState;return[typeof a=="boolean"?a:Qo(a),s]},useSyncExternalStore:M8,useId:n6,useHostTransitionStatus:rh,useFormState:z8,useActionState:z8,useOptimistic:function(a,s){var u=$t();return at!==null?P8(u,at,a,s):(u.baseState=a,[a,u.queue.dispatch])},useMemoCache:Ud,useCacheRefresh:r6};o6.useEffectEvent=B8;function lh(a,s,u,h){s=a.memoizedState,u=u(h,s),u=u==null?s:g({},s,u),a.memoizedState=u,a.lanes===0&&(a.updateQueue.baseState=u)}var sh={enqueueSetState:function(a,s,u){a=a._reactInternals;var h=qn(),x=Gi(h);x.payload=s,u!=null&&(x.callback=u),s=Wi(a,x,h),s!==null&&(Qn(s,a,h),To(s,a,h))},enqueueReplaceState:function(a,s,u){a=a._reactInternals;var h=qn(),x=Gi(h);x.tag=1,x.payload=s,u!=null&&(x.callback=u),s=Wi(a,x,h),s!==null&&(Qn(s,a,h),To(s,a,h))},enqueueForceUpdate:function(a,s){a=a._reactInternals;var u=qn(),h=Gi(u);h.tag=2,s!=null&&(h.callback=s),s=Wi(a,h,u),s!==null&&(Qn(s,a,u),To(s,a,u))}};function c6(a,s,u,h,x,b,T){return a=a.stateNode,typeof a.shouldComponentUpdate=="function"?a.shouldComponentUpdate(h,b,T):s.prototype&&s.prototype.isPureReactComponent?!xo(u,h)||!xo(x,b):!0}function u6(a,s,u,h){a=s.state,typeof s.componentWillReceiveProps=="function"&&s.componentWillReceiveProps(u,h),typeof s.UNSAFE_componentWillReceiveProps=="function"&&s.UNSAFE_componentWillReceiveProps(u,h),s.state!==a&&sh.enqueueReplaceState(s,s.state,null)}function Ga(a,s){var u=s;if("ref"in s){u={};for(var h in s)h!=="ref"&&(u[h]=s[h])}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 f6(a){Su(a)}function d6(a){console.error(a)}function h6(a){Su(a)}function Bu(a,s){try{var u=a.onUncaughtError;u(s.value,{componentStack:s.stack})}catch(h){setTimeout(function(){throw h})}}function m6(a,s,u){try{var h=a.onCaughtError;h(u.value,{componentStack:u.stack,errorBoundary:s.tag===1?s.stateNode:null})}catch(x){setTimeout(function(){throw x})}}function oh(a,s,u){return u=Gi(u),u.tag=3,u.payload={element:null},u.callback=function(){Bu(a,s)},u}function p6(a){return a=Gi(a),a.tag=3,a}function g6(a,s,u,h){var x=u.type.getDerivedStateFromError;if(typeof x=="function"){var b=h.value;a.payload=function(){return x(b)},a.callback=function(){m6(s,u,h)}}var T=u.stateNode;T!==null&&typeof T.componentDidCatch=="function"&&(a.callback=function(){m6(s,u,h),typeof x!="function"&&(ra===null?ra=new Set([this]):ra.add(this));var V=h.stack;this.componentDidCatch(h.value,{componentStack:V!==null?V:""})})}function Sk(a,s,u,h,x){if(u.flags|=32768,h!==null&&typeof h=="object"&&typeof h.then=="function"){if(s=u.alternate,s!==null&&Gl(s,u,x,!0),u=Hn.current,u!==null){switch(u.tag){case 31:case 13:return fr===null?r0():u.alternate===null&&At===0&&(At=3),u.flags&=-257,u.flags|=65536,u.lanes=x,h===Zu?u.flags|=16384:(s=u.updateQueue,s===null?u.updateQueue=new Set([h]):s.add(h),Ph(a,h,x)),!1;case 22:return u.flags|=65536,h===Zu?u.flags|=16384:(s=u.updateQueue,s===null?(s={transitions:null,markerInstances:null,retryQueue:new Set([h])},u.updateQueue=s):(u=s.retryQueue,u===null?s.retryQueue=new Set([h]):u.add(h)),Ph(a,h,x)),!1}throw Error(r(435,u.tag))}return Ph(a,h,x),r0(),!1}if(qe)return s=Hn.current,s!==null?((s.flags&65536)===0&&(s.flags|=256),s.flags|=65536,s.lanes=x,h!==Md&&(a=Error(r(422),{cause:h}),vo(sr(a,u)))):(h!==Md&&(s=Error(r(423),{cause:h}),vo(sr(s,u))),a=a.current.alternate,a.flags|=65536,x&=-x,a.lanes|=x,h=sr(h,u),x=oh(a.stateNode,h,x),Ld(a,x),At!==4&&(At=2)),!1;var b=Error(r(520),{cause:h});if(b=sr(b,u),Do===null?Do=[b]:Do.push(b),At!==4&&(At=2),s===null)return!0;h=sr(h,u),u=s;do{switch(u.tag){case 3:return u.flags|=65536,a=x&-x,u.lanes|=a,a=oh(u.stateNode,h,a),Ld(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"&&(ra===null||!ra.has(b))))return u.flags|=65536,x&=-x,u.lanes|=x,x=p6(x),g6(x,a,u,h),Ld(u,x),!1}u=u.return}while(u!==null);return!1}var ch=Error(r(461)),Vt=!1;function rn(a,s,u,h){s.child=a===null?b8(s,null,u,h):Ua(s,a.child,u,h)}function O6(a,s,u,h,x){u=u.render;var b=s.ref;if("ref"in h){var T={};for(var V in h)V!=="ref"&&(T[V]=h[V])}else T=h;return Ya(s),h=Yd(a,s,u,T,b,x),V=Bd(),a!==null&&!Vt?(Fd(a,s,x),mi(a,s,x)):(qe&&V&&kd(s),s.flags|=1,rn(a,s,h,x),s.child)}function x6(a,s,u,h,x){if(a===null){var b=u.type;return typeof b=="function"&&!Sd(b)&&b.defaultProps===void 0&&u.compare===null?(s.tag=15,s.type=b,y6(a,s,b,h,x)):(a=Tu(u.type,null,h,s,s.mode,x),a.ref=s.ref,a.return=s,s.child=a)}if(b=a.child,!Oh(a,x)){var T=b.memoizedProps;if(u=u.compare,u=u!==null?u:xo,u(T,h)&&a.ref===s.ref)return mi(a,s,x)}return s.flags|=1,a=oi(b,h),a.ref=s.ref,a.return=s,s.child=a}function y6(a,s,u,h,x){if(a!==null){var b=a.memoizedProps;if(xo(b,h)&&a.ref===s.ref)if(Vt=!1,s.pendingProps=h=b,Oh(a,x))(a.flags&131072)!==0&&(Vt=!0);else return s.lanes=a.lanes,mi(a,s,x)}return uh(a,s,u,h,x)}function b6(a,s,u,h){var x=h.children,b=a!==null?a.memoizedState:null;if(a===null&&s.stateNode===null&&(s.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),h.mode==="hidden"){if((s.flags&128)!==0){if(b=b!==null?b.baseLanes|u:u,a!==null){for(h=s.child=a.child,x=0;h!==null;)x=x|h.lanes|h.childLanes,h=h.sibling;h=x&~b}else h=0,s.child=null;return v6(a,s,b,u,h)}if((u&536870912)!==0)s.memoizedState={baseLanes:0,cachePool:null},a!==null&&Qu(s,b!==null?b.cachePool:null),b!==null?w8(s,b):Dd(),A8(s);else return h=s.lanes=536870912,v6(a,s,b!==null?b.baseLanes|u:u,u,h)}else b!==null?(Qu(s,b.cachePool),w8(s,b),Ji(),s.memoizedState=null):(a!==null&&Qu(s,null),Dd(),Ji());return rn(a,s,x,u),s.child}function Po(a,s){return a!==null&&a.tag===22||s.stateNode!==null||(s.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),s.sibling}function v6(a,s,u,h,x){var b=jd();return b=b===null?null:{parent:Rt._currentValue,pool:b},s.memoizedState={baseLanes:u,cachePool:b},a!==null&&Qu(s,null),Dd(),A8(s),a!==null&&Gl(a,s,h,!0),s.childLanes=x,null}function Fu(a,s){return s=Uu({mode:s.mode,children:s.children},a.mode),s.ref=a.ref,a.child=s,s.return=a,s}function S6(a,s,u){return Ua(s,a.child,null,u),a=Fu(s,s.pendingProps),a.flags|=2,Yn(s),s.memoizedState=null,a}function wk(a,s,u){var h=s.pendingProps,x=(s.flags&128)!==0;if(s.flags&=-129,a===null){if(qe){if(h.mode==="hidden")return a=Fu(s,h),s.lanes=536870912,Po(null,a);if(zd(s),(a=mt)?(a=j4(a,ur),a=a!==null&&a.data==="&"?a:null,a!==null&&(s.memoizedState={dehydrated:a,treeContext:Bi!==null?{id:jr,overflow:Rr}:null,retryLane:536870912,hydrationErrors:null},u=a8(a),u.return=s,s.child=u,tn=s,mt=null)):a=null,a===null)throw qi(s);return s.lanes=536870912,null}return Fu(s,h)}var b=a.memoizedState;if(b!==null){var T=b.dehydrated;if(zd(s),x)if(s.flags&256)s.flags&=-257,s=S6(a,s,u);else if(s.memoizedState!==null)s.child=a.child,s.flags|=128,s=null;else throw Error(r(558));else if(Vt||Gl(a,s,u,!1),x=(u&a.childLanes)!==0,Vt||x){if(h=ut,h!==null&&(T=wn(h,u),T!==0&&T!==b.retryLane))throw b.retryLane=T,Da(a,T),Qn(h,a,T),ch;r0(),s=S6(a,s,u)}else a=b.treeContext,mt=dr(T.nextSibling),tn=s,qe=!0,Fi=null,ur=!1,a!==null&&o8(s,a),s=Fu(s,h),s.flags|=4096;return s}return a=oi(a.child,{mode:h.mode,children:h.children}),a.ref=s.ref,s.child=a,a.return=s,a}function qu(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 uh(a,s,u,h,x){return Ya(s),u=Yd(a,s,u,h,void 0,x),h=Bd(),a!==null&&!Vt?(Fd(a,s,x),mi(a,s,x)):(qe&&h&&kd(s),s.flags|=1,rn(a,s,u,x),s.child)}function w6(a,s,u,h,x,b){return Ya(s),s.updateQueue=null,u=T8(s,h,u,x),k8(a),h=Bd(),a!==null&&!Vt?(Fd(a,s,b),mi(a,s,b)):(qe&&h&&kd(s),s.flags|=1,rn(a,s,u,b),s.child)}function A6(a,s,u,h,x){if(Ya(s),s.stateNode===null){var b=Fl,T=u.contextType;typeof T=="object"&&T!==null&&(b=nn(T)),b=new u(h,b),s.memoizedState=b.state!==null&&b.state!==void 0?b.state:null,b.updater=sh,s.stateNode=b,b._reactInternals=s,b=s.stateNode,b.props=h,b.state=s.memoizedState,b.refs={},Nd(s),T=u.contextType,b.context=typeof T=="object"&&T!==null?nn(T):Fl,b.state=s.memoizedState,T=u.getDerivedStateFromProps,typeof T=="function"&&(lh(s,u,T,h),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&&sh.enqueueReplaceState(b,b.state,null),Eo(s,h,b,x),Mo(),b.state=s.memoizedState),typeof b.componentDidMount=="function"&&(s.flags|=4194308),h=!0}else if(a===null){b=s.stateNode;var V=s.memoizedProps,G=Ga(u,V);b.props=G;var re=b.context,oe=u.contextType;T=Fl,typeof oe=="object"&&oe!==null&&(T=nn(oe));var ue=u.getDerivedStateFromProps;oe=typeof ue=="function"||typeof b.getSnapshotBeforeUpdate=="function",V=s.pendingProps!==V,oe||typeof b.UNSAFE_componentWillReceiveProps!="function"&&typeof b.componentWillReceiveProps!="function"||(V||re!==T)&&u6(s,b,h,T),Ii=!1;var ie=s.memoizedState;b.state=ie,Eo(s,h,b,x),Mo(),re=s.memoizedState,V||ie!==re||Ii?(typeof ue=="function"&&(lh(s,u,ue,h),re=s.memoizedState),(G=Ii||c6(s,u,G,h,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=h,s.memoizedState=re),b.props=h,b.state=re,b.context=T,h=G):(typeof b.componentDidMount=="function"&&(s.flags|=4194308),h=!1)}else{b=s.stateNode,Vd(a,s),T=s.memoizedProps,oe=Ga(u,T),b.props=oe,ue=s.pendingProps,ie=b.context,re=u.contextType,G=Fl,typeof re=="object"&&re!==null&&(G=nn(re)),V=u.getDerivedStateFromProps,(re=typeof V=="function"||typeof b.getSnapshotBeforeUpdate=="function")||typeof b.UNSAFE_componentWillReceiveProps!="function"&&typeof b.componentWillReceiveProps!="function"||(T!==ue||ie!==G)&&u6(s,b,h,G),Ii=!1,ie=s.memoizedState,b.state=ie,Eo(s,h,b,x),Mo();var ae=s.memoizedState;T!==ue||ie!==ae||Ii||a!==null&&a.dependencies!==null&&Eu(a.dependencies)?(typeof V=="function"&&(lh(s,u,V,h),ae=s.memoizedState),(oe=Ii||c6(s,u,oe,h,ie,ae,G)||a!==null&&a.dependencies!==null&&Eu(a.dependencies))?(re||typeof b.UNSAFE_componentWillUpdate!="function"&&typeof b.componentWillUpdate!="function"||(typeof b.componentWillUpdate=="function"&&b.componentWillUpdate(h,ae,G),typeof b.UNSAFE_componentWillUpdate=="function"&&b.UNSAFE_componentWillUpdate(h,ae,G)),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=h,s.memoizedState=ae),b.props=h,b.state=ae,b.context=G,h=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),h=!1)}return b=h,qu(a,s),h=(s.flags&128)!==0,b||h?(b=s.stateNode,u=h&&typeof u.getDerivedStateFromError!="function"?null:b.render(),s.flags|=1,a!==null&&h?(s.child=Ua(s,a.child,null,x),s.child=Ua(s,null,u,x)):rn(a,s,u,x),s.memoizedState=b.state,a=s.child):a=mi(a,s,x),a}function k6(a,s,u,h){return za(),s.flags|=256,rn(a,s,u,h),s.child}var fh={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function dh(a){return{baseLanes:a,cachePool:m8()}}function hh(a,s,u){return a=a!==null?a.childLanes&~u:0,s&&(a|=Fn),a}function T6(a,s,u){var h=s.pendingProps,x=!1,b=(s.flags&128)!==0,T;if((T=b)||(T=a!==null&&a.memoizedState===null?!1:(Et.current&2)!==0),T&&(x=!0,s.flags&=-129),T=(s.flags&32)!==0,s.flags&=-33,a===null){if(qe){if(x?Ki(s):Ji(),(a=mt)?(a=j4(a,ur),a=a!==null&&a.data!=="&"?a:null,a!==null&&(s.memoizedState={dehydrated:a,treeContext:Bi!==null?{id:jr,overflow:Rr}:null,retryLane:536870912,hydrationErrors:null},u=a8(a),u.return=s,s.child=u,tn=s,mt=null)):a=null,a===null)throw qi(s);return Ih(a)?s.lanes=32:s.lanes=536870912,null}var V=h.children;return h=h.fallback,x?(Ji(),x=s.mode,V=Uu({mode:"hidden",children:V},x),h=Xa(h,x,u,null),V.return=s,h.return=s,V.sibling=h,s.child=V,h=s.child,h.memoizedState=dh(u),h.childLanes=hh(a,T,u),s.memoizedState=fh,Po(null,h)):(Ki(s),mh(s,V))}var G=a.memoizedState;if(G!==null&&(V=G.dehydrated,V!==null)){if(b)s.flags&256?(Ki(s),s.flags&=-257,s=ph(a,s,u)):s.memoizedState!==null?(Ji(),s.child=a.child,s.flags|=128,s=null):(Ji(),V=h.fallback,x=s.mode,h=Uu({mode:"visible",children:h.children},x),V=Xa(V,x,u,null),V.flags|=2,h.return=s,V.return=s,h.sibling=V,s.child=h,Ua(s,a.child,null,u),h=s.child,h.memoizedState=dh(u),h.childLanes=hh(a,T,u),s.memoizedState=fh,s=Po(null,h));else if(Ki(s),Ih(V)){if(T=V.nextSibling&&V.nextSibling.dataset,T)var re=T.dgst;T=re,h=Error(r(419)),h.stack="",h.digest=T,vo({value:h,source:null,stack:null}),s=ph(a,s,u)}else if(Vt||Gl(a,s,u,!1),T=(u&a.childLanes)!==0,Vt||T){if(T=ut,T!==null&&(h=wn(T,u),h!==0&&h!==G.retryLane))throw G.retryLane=h,Da(a,h),Qn(T,a,h),ch;Uh(V)||r0(),s=ph(a,s,u)}else Uh(V)?(s.flags|=192,s.child=a.child,s=null):(a=G.treeContext,mt=dr(V.nextSibling),tn=s,qe=!0,Fi=null,ur=!1,a!==null&&o8(s,a),s=mh(s,h.children),s.flags|=4096);return s}return x?(Ji(),V=h.fallback,x=s.mode,G=a.child,re=G.sibling,h=oi(G,{mode:"hidden",children:h.children}),h.subtreeFlags=G.subtreeFlags&65011712,re!==null?V=oi(re,V):(V=Xa(V,x,u,null),V.flags|=2),V.return=s,h.return=s,h.sibling=V,s.child=h,Po(null,h),h=s.child,V=a.child.memoizedState,V===null?V=dh(u):(x=V.cachePool,x!==null?(G=Rt._currentValue,x=x.parent!==G?{parent:G,pool:G}:x):x=m8(),V={baseLanes:V.baseLanes|u,cachePool:x}),h.memoizedState=V,h.childLanes=hh(a,T,u),s.memoizedState=fh,Po(a.child,h)):(Ki(s),u=a.child,a=u.sibling,u=oi(u,{mode:"visible",children:h.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 mh(a,s){return s=Uu({mode:"visible",children:s},a.mode),s.return=a,a.child=s}function Uu(a,s){return a=zn(22,a,null,s),a.lanes=0,a}function ph(a,s,u){return Ua(s,a.child,null,u),a=mh(s,s.pendingProps.children),a.flags|=2,s.memoizedState=null,a}function M6(a,s,u){a.lanes|=s;var h=a.alternate;h!==null&&(h.lanes|=s),Qd(a.return,s,u)}function gh(a,s,u,h,x,b){var T=a.memoizedState;T===null?a.memoizedState={isBackwards:s,rendering:null,renderingStartTime:0,last:h,tail:u,tailMode:x,treeForkCount:b}:(T.isBackwards=s,T.rendering=null,T.renderingStartTime=0,T.last=h,T.tail=u,T.tailMode=x,T.treeForkCount=b)}function E6(a,s,u){var h=s.pendingProps,x=h.revealOrder,b=h.tail;h=h.children;var T=Et.current,V=(T&2)!==0;if(V?(T=T&1|2,s.flags|=128):T&=1,H(Et,T),rn(a,s,h,u),h=qe?bo:0,!V&&a!==null&&(a.flags&128)!==0)e:for(a=s.child;a!==null;){if(a.tag===13)a.memoizedState!==null&&M6(a,u,s);else if(a.tag===19)M6(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&&Nu(a)===null&&(x=u),u=u.sibling;u=x,u===null?(x=s.child,s.child=null):(x=u.sibling,u.sibling=null),gh(s,!1,x,u,b,h);break;case"backwards":case"unstable_legacy-backwards":for(u=null,x=s.child,s.child=null;x!==null;){if(a=x.alternate,a!==null&&Nu(a)===null){s.child=x;break}a=x.sibling,x.sibling=u,u=x,x=a}gh(s,!0,u,null,b,h);break;case"together":gh(s,!1,null,null,void 0,h);break;default:s.memoizedState=null}return s.child}function mi(a,s,u){if(a!==null&&(s.dependencies=a.dependencies),na|=s.lanes,(u&s.childLanes)===0)if(a!==null){if(Gl(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=oi(a,a.pendingProps),s.child=u,u.return=s;a.sibling!==null;)a=a.sibling,u=u.sibling=oi(a,a.pendingProps),u.return=s;u.sibling=null}return s.child}function Oh(a,s){return(a.lanes&s)!==0?!0:(a=a.dependencies,!!(a!==null&&Eu(a)))}function Ak(a,s,u){switch(s.tag){case 3:ge(s,s.stateNode.containerInfo),Ui(s,Rt,a.memoizedState.cache),za();break;case 27:case 5:ke(s);break;case 4:ge(s,s.stateNode.containerInfo);break;case 10:Ui(s,s.type,s.memoizedProps.value);break;case 31:if(s.memoizedState!==null)return s.flags|=128,zd(s),null;break;case 13:var h=s.memoizedState;if(h!==null)return h.dehydrated!==null?(Ki(s),s.flags|=128,null):(u&s.child.childLanes)!==0?T6(a,s,u):(Ki(s),a=mi(a,s,u),a!==null?a.sibling:null);Ki(s);break;case 19:var x=(a.flags&128)!==0;if(h=(u&s.childLanes)!==0,h||(Gl(a,s,u,!1),h=(u&s.childLanes)!==0),x){if(h)return E6(a,s,u);s.flags|=128}if(x=s.memoizedState,x!==null&&(x.rendering=null,x.tail=null,x.lastEffect=null),H(Et,Et.current),h)break;return null;case 22:return s.lanes=0,b6(a,s,u,s.pendingProps);case 24:Ui(s,Rt,a.memoizedState.cache)}return mi(a,s,u)}function $6(a,s,u){if(a!==null)if(a.memoizedProps!==s.pendingProps)Vt=!0;else{if(!Oh(a,u)&&(s.flags&128)===0)return Vt=!1,Ak(a,s,u);Vt=(a.flags&131072)!==0}else Vt=!1,qe&&(s.flags&1048576)!==0&&s8(s,bo,s.index);switch(s.lanes=0,s.tag){case 16:e:{var h=s.pendingProps;if(a=Fa(s.elementType),s.type=a,typeof a=="function")Sd(a)?(h=Ga(a,h),s.tag=1,s=A6(null,s,a,h,u)):(s.tag=0,s=uh(null,s,a,h,u));else{if(a!=null){var x=a.$$typeof;if(x===Z){s.tag=11,s=O6(null,s,a,h,u);break e}else if(x===E){s.tag=14,s=x6(null,s,a,h,u);break e}}throw s=ee(a)||a,Error(r(306,s,""))}}return s;case 0:return uh(a,s,s.type,s.pendingProps,u);case 1:return h=s.type,x=Ga(h,s.pendingProps),A6(a,s,h,x,u);case 3:e:{if(ge(s,s.stateNode.containerInfo),a===null)throw Error(r(387));h=s.pendingProps;var b=s.memoizedState;x=b.element,Vd(a,s),Eo(s,h,null,u);var T=s.memoizedState;if(h=T.cache,Ui(s,Rt,h),h!==b.cache&&Cd(s,[Rt],u,!0),Mo(),h=T.element,b.isDehydrated)if(b={element:h,isDehydrated:!1,cache:T.cache},s.updateQueue.baseState=b,s.memoizedState=b,s.flags&256){s=k6(a,s,h,u);break e}else if(h!==x){x=sr(Error(r(424)),s),vo(x),s=k6(a,s,h,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=dr(a.firstChild),tn=s,qe=!0,Fi=null,ur=!0,u=b8(s,null,h,u),s.child=u;u;)u.flags=u.flags&-3|4096,u=u.sibling}else{if(za(),h===x){s=mi(a,s,u);break e}rn(a,s,h,u)}s=s.child}return s;case 26:return qu(a,s),a===null?(u=D4(s.type,null,s.pendingProps,null))?s.memoizedState=u:qe||(u=s.type,a=s.pendingProps,h=u0(le.current).createElement(u),h[en]=s,h[An]=a,an(h,u,a),Ut(h),s.stateNode=h):s.memoizedState=D4(s.type,a.memoizedProps,s.pendingProps,a.memoizedState),null;case 27:return ke(s),a===null&&qe&&(h=s.stateNode=V4(s.type,s.pendingProps,le.current),tn=s,ur=!0,x=mt,sa(s.type)?(Gh=x,mt=dr(h.firstChild)):mt=x),rn(a,s,s.pendingProps.children,u),qu(a,s),a===null&&(s.flags|=4194304),s.child;case 5:return a===null&&qe&&((x=h=mt)&&(h=eT(h,s.type,s.pendingProps,ur),h!==null?(s.stateNode=h,tn=s,mt=dr(h.firstChild),ur=!1,x=!0):x=!1),x||qi(s)),ke(s),x=s.type,b=s.pendingProps,T=a!==null?a.memoizedProps:null,h=b.children,Bh(x,b)?h=null:T!==null&&Bh(x,T)&&(s.flags|=32),s.memoizedState!==null&&(x=Yd(a,s,pk,null,null,u),Uo._currentValue=x),qu(a,s),rn(a,s,h,u),s.child;case 6:return a===null&&qe&&((a=u=mt)&&(u=tT(u,s.pendingProps,ur),u!==null?(s.stateNode=u,tn=s,mt=null,a=!0):a=!1),a||qi(s)),null;case 13:return T6(a,s,u);case 4:return ge(s,s.stateNode.containerInfo),h=s.pendingProps,a===null?s.child=Ua(s,null,h,u):rn(a,s,h,u),s.child;case 11:return O6(a,s,s.type,s.pendingProps,u);case 7:return rn(a,s,s.pendingProps,u),s.child;case 8:return rn(a,s,s.pendingProps.children,u),s.child;case 12:return rn(a,s,s.pendingProps.children,u),s.child;case 10:return h=s.pendingProps,Ui(s,s.type,h.value),rn(a,s,h.children,u),s.child;case 9:return x=s.type._context,h=s.pendingProps.children,Ya(s),x=nn(x),h=h(x),s.flags|=1,rn(a,s,h,u),s.child;case 14:return x6(a,s,s.type,s.pendingProps,u);case 15:return y6(a,s,s.type,s.pendingProps,u);case 19:return E6(a,s,u);case 31:return wk(a,s,u);case 22:return b6(a,s,u,s.pendingProps);case 24:return Ya(s),h=nn(Rt),a===null?(x=jd(),x===null&&(x=ut,b=Zd(),x.pooledCache=b,b.refCount++,b!==null&&(x.pooledCacheLanes|=u),x=b),s.memoizedState={parent:h,cache:x},Nd(s),Ui(s,Rt,x)):((a.lanes&u)!==0&&(Vd(a,s),Eo(s,null,null,u),Mo()),x=a.memoizedState,b=s.memoizedState,x.parent!==h?(x={parent:h,cache:h},s.memoizedState=x,s.lanes===0&&(s.memoizedState=s.updateQueue.baseState=x),Ui(s,Rt,h)):(h=b.cache,Ui(s,Rt,h),h!==x.cache&&Cd(s,[Rt],u,!0))),rn(a,s,s.pendingProps.children,u),s.child;case 29:throw s.pendingProps}throw Error(r(156,s.tag))}function pi(a){a.flags|=4}function xh(a,s,u,h,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(n4())a.flags|=8192;else throw qa=Zu,Rd}else a.flags&=-16777217}function Q6(a,s){if(s.type!=="stylesheet"||(s.state.loading&4)!==0)a.flags&=-16777217;else if(a.flags|=16777216,!B4(s))if(n4())a.flags|=8192;else throw qa=Zu,Rd}function Iu(a,s){s!==null&&(a.flags|=4),a.flags&16384&&(s=a.tag!==22?Ra():536870912,a.lanes|=s,os|=s)}function jo(a,s){if(!qe)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 h=null;u!==null;)u.alternate!==null&&(h=u),u=u.sibling;h===null?s||a.tail===null?a.tail=null:a.tail.sibling=null:h.sibling=null}}function pt(a){var s=a.alternate!==null&&a.alternate.child===a.child,u=0,h=0;if(s)for(var x=a.child;x!==null;)u|=x.lanes|x.childLanes,h|=x.subtreeFlags&65011712,h|=x.flags&65011712,x.return=a,x=x.sibling;else for(x=a.child;x!==null;)u|=x.lanes|x.childLanes,h|=x.subtreeFlags,h|=x.flags,x.return=a,x=x.sibling;return a.subtreeFlags|=h,a.childLanes=u,s}function kk(a,s,u){var h=s.pendingProps;switch(Td(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,h=null,a!==null&&(h=a.memoizedState.cache),s.memoizedState.cache!==h&&(s.flags|=2048),fi(Rt),de(),u.pendingContext&&(u.context=u.pendingContext,u.pendingContext=null),(a===null||a.child===null)&&(Il(s)?pi(s):a===null||a.memoizedState.isDehydrated&&(s.flags&256)===0||(s.flags|=1024,Ed())),pt(s),null;case 26:var x=s.type,b=s.memoizedState;return a===null?(pi(s),b!==null?(pt(s),Q6(s,b)):(pt(s),xh(s,x,null,h,u))):b?b!==a.memoizedState?(pi(s),pt(s),Q6(s,b)):(pt(s),s.flags&=-16777217):(a=a.memoizedProps,a!==h&&pi(s),pt(s),xh(s,x,a,h,u)),null;case 27:if(Ze(s),u=le.current,x=s.type,a!==null&&s.stateNode!=null)a.memoizedProps!==h&&pi(s);else{if(!h){if(s.stateNode===null)throw Error(r(166));return pt(s),null}a=U.current,Il(s)?c8(s):(a=V4(x,h,u),s.stateNode=a,pi(s))}return pt(s),null;case 5:if(Ze(s),x=s.type,a!==null&&s.stateNode!=null)a.memoizedProps!==h&&pi(s);else{if(!h){if(s.stateNode===null)throw Error(r(166));return pt(s),null}if(b=U.current,Il(s))c8(s);else{var T=u0(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 h.is=="string"?T.createElement("select",{is:h.is}):T.createElement("select"),h.multiple?b.multiple=!0:h.size&&(b.size=h.size);break;default:b=typeof h.is=="string"?T.createElement(x,{is:h.is}):T.createElement(x)}}b[en]=s,b[An]=h;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(an(b,x,h),x){case"button":case"input":case"select":case"textarea":h=!!h.autoFocus;break e;case"img":h=!0;break e;default:h=!1}h&&pi(s)}}return pt(s),xh(s,s.type,a===null?null:a.memoizedProps,s.pendingProps,u),null;case 6:if(a&&s.stateNode!=null)a.memoizedProps!==h&&pi(s);else{if(typeof h!="string"&&s.stateNode===null)throw Error(r(166));if(a=le.current,Il(s)){if(a=s.stateNode,u=s.memoizedProps,h=null,x=tn,x!==null)switch(x.tag){case 27:case 5:h=x.memoizedProps}a[en]=s,a=!!(a.nodeValue===u||h!==null&&h.suppressHydrationWarning===!0||T4(a.nodeValue,u)),a||qi(s,!0)}else a=u0(a).createTextNode(h),a[en]=s,s.stateNode=a}return pt(s),null;case 31:if(u=s.memoizedState,a===null||a.memoizedState!==null){if(h=Il(s),u!==null){if(a===null){if(!h)throw Error(r(318));if(a=s.memoizedState,a=a!==null?a.dehydrated:null,!a)throw Error(r(557));a[en]=s}else za(),(s.flags&128)===0&&(s.memoizedState=null),s.flags|=4;pt(s),a=!1}else u=Ed(),a!==null&&a.memoizedState!==null&&(a.memoizedState.hydrationErrors=u),a=!0;if(!a)return s.flags&256?(Yn(s),s):(Yn(s),null);if((s.flags&128)!==0)throw Error(r(558))}return pt(s),null;case 13:if(h=s.memoizedState,a===null||a.memoizedState!==null&&a.memoizedState.dehydrated!==null){if(x=Il(s),h!==null&&h.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[en]=s}else za(),(s.flags&128)===0&&(s.memoizedState=null),s.flags|=4;pt(s),x=!1}else x=Ed(),a!==null&&a.memoizedState!==null&&(a.memoizedState.hydrationErrors=x),x=!0;if(!x)return s.flags&256?(Yn(s),s):(Yn(s),null)}return Yn(s),(s.flags&128)!==0?(s.lanes=u,s):(u=h!==null,a=a!==null&&a.memoizedState!==null,u&&(h=s.child,x=null,h.alternate!==null&&h.alternate.memoizedState!==null&&h.alternate.memoizedState.cachePool!==null&&(x=h.alternate.memoizedState.cachePool.pool),b=null,h.memoizedState!==null&&h.memoizedState.cachePool!==null&&(b=h.memoizedState.cachePool.pool),b!==x&&(h.flags|=2048)),u!==a&&u&&(s.child.flags|=8192),Iu(s,s.updateQueue),pt(s),null);case 4:return de(),a===null&&Dh(s.stateNode.containerInfo),pt(s),null;case 10:return fi(s.type),pt(s),null;case 19:if(P(Et),h=s.memoizedState,h===null)return pt(s),null;if(x=(s.flags&128)!==0,b=h.rendering,b===null)if(x)jo(h,!1);else{if(At!==0||a!==null&&(a.flags&128)!==0)for(a=s.child;a!==null;){if(b=Nu(a),b!==null){for(s.flags|=128,jo(h,!1),a=b.updateQueue,s.updateQueue=a,Iu(s,a),s.subtreeFlags=0,a=u,u=s.child;u!==null;)i8(u,a),u=u.sibling;return H(Et,Et.current&1|2),qe&&ci(s,h.treeForkCount),s.child}a=a.sibling}h.tail!==null&&Qe()>e0&&(s.flags|=128,x=!0,jo(h,!1),s.lanes=4194304)}else{if(!x)if(a=Nu(b),a!==null){if(s.flags|=128,x=!0,a=a.updateQueue,s.updateQueue=a,Iu(s,a),jo(h,!0),h.tail===null&&h.tailMode==="hidden"&&!b.alternate&&!qe)return pt(s),null}else 2*Qe()-h.renderingStartTime>e0&&u!==536870912&&(s.flags|=128,x=!0,jo(h,!1),s.lanes=4194304);h.isBackwards?(b.sibling=s.child,s.child=b):(a=h.last,a!==null?a.sibling=b:s.child=b,h.last=b)}return h.tail!==null?(a=h.tail,h.rendering=a,h.tail=a.sibling,h.renderingStartTime=Qe(),a.sibling=null,u=Et.current,H(Et,x?u&1|2:u&1),qe&&ci(s,h.treeForkCount),a):(pt(s),null);case 22:case 23:return Yn(s),Xd(),h=s.memoizedState!==null,a!==null?a.memoizedState!==null!==h&&(s.flags|=8192):h&&(s.flags|=8192),h?(u&536870912)!==0&&(s.flags&128)===0&&(pt(s),s.subtreeFlags&6&&(s.flags|=8192)):pt(s),u=s.updateQueue,u!==null&&Iu(s,u.retryQueue),u=null,a!==null&&a.memoizedState!==null&&a.memoizedState.cachePool!==null&&(u=a.memoizedState.cachePool.pool),h=null,s.memoizedState!==null&&s.memoizedState.cachePool!==null&&(h=s.memoizedState.cachePool.pool),h!==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),fi(Rt),pt(s),null;case 25:return null;case 30:return null}throw Error(r(156,s.tag))}function Tk(a,s){switch(Td(s),s.tag){case 1:return a=s.flags,a&65536?(s.flags=a&-65537|128,s):null;case 3:return fi(Rt),de(),a=s.flags,(a&65536)!==0&&(a&128)===0?(s.flags=a&-65537|128,s):null;case 26:case 27:case 5:return Ze(s),null;case 31:if(s.memoizedState!==null){if(Yn(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(Yn(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(Et),null;case 4:return de(),null;case 10:return fi(s.type),null;case 22:case 23:return Yn(s),Xd(),a!==null&&P(Ba),a=s.flags,a&65536?(s.flags=a&-65537|128,s):null;case 24:return fi(Rt),null;case 25:return null;default:return null}}function C6(a,s){switch(Td(s),s.tag){case 3:fi(Rt),de();break;case 26:case 27:case 5:Ze(s);break;case 4:de();break;case 31:s.memoizedState!==null&&Yn(s);break;case 13:Yn(s);break;case 19:P(Et);break;case 10:fi(s.type);break;case 22:case 23:Yn(s),Xd(),a!==null&&P(Ba);break;case 24:fi(Rt)}}function Ro(a,s){try{var u=s.updateQueue,h=u!==null?u.lastEffect:null;if(h!==null){var x=h.next;u=x;do{if((u.tag&a)===a){h=void 0;var b=u.create,T=u.inst;h=b(),T.destroy=h}u=u.next}while(u!==x)}}catch(V){rt(s,s.return,V)}}function ea(a,s,u){try{var h=s.updateQueue,x=h!==null?h.lastEffect:null;if(x!==null){var b=x.next;h=b;do{if((h.tag&a)===a){var T=h.inst,V=T.destroy;if(V!==void 0){T.destroy=void 0,x=s;var G=u,re=V;try{re()}catch(oe){rt(x,G,oe)}}}h=h.next}while(h!==b)}}catch(oe){rt(s,s.return,oe)}}function Z6(a){var s=a.updateQueue;if(s!==null){var u=a.stateNode;try{S8(s,u)}catch(h){rt(a,a.return,h)}}}function P6(a,s,u){u.props=Ga(a.type,a.memoizedProps),u.state=a.memoizedState;try{u.componentWillUnmount()}catch(h){rt(a,s,h)}}function No(a,s){try{var u=a.ref;if(u!==null){switch(a.tag){case 26:case 27:case 5:var h=a.stateNode;break;case 30:h=a.stateNode;break;default:h=a.stateNode}typeof u=="function"?a.refCleanup=u(h):u.current=h}}catch(x){rt(a,s,x)}}function Nr(a,s){var u=a.ref,h=a.refCleanup;if(u!==null)if(typeof h=="function")try{h()}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 j6(a){var s=a.type,u=a.memoizedProps,h=a.stateNode;try{e:switch(s){case"button":case"input":case"select":case"textarea":u.autoFocus&&h.focus();break e;case"img":u.src?h.src=u.src:u.srcSet&&(h.srcset=u.srcSet)}}catch(x){rt(a,a.return,x)}}function yh(a,s,u){try{var h=a.stateNode;Uk(h,a.type,u,s),h[An]=s}catch(x){rt(a,a.return,x)}}function R6(a){return a.tag===5||a.tag===3||a.tag===26||a.tag===27&&sa(a.type)||a.tag===4}function bh(a){e:for(;;){for(;a.sibling===null;){if(a.return===null||R6(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&&sa(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 vh(a,s,u){var h=a.tag;if(h===5||h===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=li));else if(h!==4&&(h===27&&sa(a.type)&&(u=a.stateNode,s=null),a=a.child,a!==null))for(vh(a,s,u),a=a.sibling;a!==null;)vh(a,s,u),a=a.sibling}function Gu(a,s,u){var h=a.tag;if(h===5||h===6)a=a.stateNode,s?u.insertBefore(a,s):u.appendChild(a);else if(h!==4&&(h===27&&sa(a.type)&&(u=a.stateNode),a=a.child,a!==null))for(Gu(a,s,u),a=a.sibling;a!==null;)Gu(a,s,u),a=a.sibling}function N6(a){var s=a.stateNode,u=a.memoizedProps;try{for(var h=a.type,x=s.attributes;x.length;)s.removeAttributeNode(x[0]);an(s,h,u),s[en]=a,s[An]=u}catch(b){rt(a,a.return,b)}}var gi=!1,Lt=!1,Sh=!1,V6=typeof WeakSet=="function"?WeakSet:Set,It=null;function Mk(a,s){if(a=a.containerInfo,Hh=O0,a=IO(a),pd(a)){if("selectionStart"in a)var u={start:a.selectionStart,end:a.selectionEnd};else e:{u=(u=a.ownerDocument)&&u.defaultView||window;var h=u.getSelection&&u.getSelection();if(h&&h.rangeCount!==0){u=h.anchorNode;var x=h.anchorOffset,b=h.focusNode;h=h.focusOffset;try{u.nodeType,b.nodeType}catch{u=null;break e}var T=0,V=-1,G=-1,re=0,oe=0,ue=a,ie=null;t:for(;;){for(var ae;ue!==u||x!==0&&ue.nodeType!==3||(V=T+x),ue!==b||h!==0&&ue.nodeType!==3||(G=T+h),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&&(V=T),ie===b&&++oe===h&&(G=T),(ae=ue.nextSibling)!==null)break;ue=ie,ie=ue.parentNode}ue=ae}u=V===-1||G===-1?null:{start:V,end:G}}else u=null}u=u||{start:0,end:0}}else u=null;for(Yh={focusedElem:a,selectionRange:u},O0=!1,It=s;It!==null;)if(s=It,a=s.child,(s.subtreeFlags&1028)!==0&&a!==null)a.return=s,It=a;else for(;It!==null;){switch(s=It,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,h=u.stateNode;try{var ye=Ga(u.type,x);a=h.getSnapshotBeforeUpdate(ye,b),h.__reactInternalSnapshotBeforeUpdate=a}catch(Ee){rt(u,u.return,Ee)}}break;case 3:if((a&1024)!==0){if(a=s.stateNode.containerInfo,u=a.nodeType,u===9)qh(a);else if(u===1)switch(a.nodeName){case"HEAD":case"HTML":case"BODY":qh(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,It=a;break}It=s.return}}function L6(a,s,u){var h=u.flags;switch(u.tag){case 0:case 11:case 15:xi(a,u),h&4&&Ro(5,u);break;case 1:if(xi(a,u),h&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)}}h&64&&Z6(u),h&512&&No(u,u.return);break;case 3:if(xi(a,u),h&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{S8(a,s)}catch(T){rt(u,u.return,T)}}break;case 27:s===null&&h&4&&N6(u);case 26:case 5:xi(a,u),s===null&&h&4&&j6(u),h&512&&No(u,u.return);break;case 12:xi(a,u);break;case 31:xi(a,u),h&4&&X6(a,u);break;case 13:xi(a,u),h&4&&z6(a,u),h&64&&(a=u.memoizedState,a!==null&&(a=a.dehydrated,a!==null&&(u=Nk.bind(null,u),nT(a,u))));break;case 22:if(h=u.memoizedState!==null||gi,!h){s=s!==null&&s.memoizedState!==null||Lt,x=gi;var b=Lt;gi=h,(Lt=s)&&!b?yi(a,u,(u.subtreeFlags&8772)!==0):xi(a,u),gi=x,Lt=b}break;case 30:break;default:xi(a,u)}}function _6(a){var s=a.alternate;s!==null&&(a.alternate=null,_6(s)),a.child=null,a.deletions=null,a.sibling=null,a.tag===5&&(s=a.stateNode,s!==null&&Kf(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 Ot=null,Tn=!1;function Oi(a,s,u){for(u=u.child;u!==null;)D6(a,s,u),u=u.sibling}function D6(a,s,u){if(Ht&&typeof Ht.onCommitFiberUnmount=="function")try{Ht.onCommitFiberUnmount(Dn,u)}catch{}switch(u.tag){case 26:Lt||Nr(u,s),Oi(a,s,u),u.memoizedState?u.memoizedState.count--:u.stateNode&&(u=u.stateNode,u.parentNode.removeChild(u));break;case 27:Lt||Nr(u,s);var h=Ot,x=Tn;sa(u.type)&&(Ot=u.stateNode,Tn=!1),Oi(a,s,u),Bo(u.stateNode),Ot=h,Tn=x;break;case 5:Lt||Nr(u,s);case 6:if(h=Ot,x=Tn,Ot=null,Oi(a,s,u),Ot=h,Tn=x,Ot!==null)if(Tn)try{(Ot.nodeType===9?Ot.body:Ot.nodeName==="HTML"?Ot.ownerDocument.body:Ot).removeChild(u.stateNode)}catch(b){rt(u,s,b)}else try{Ot.removeChild(u.stateNode)}catch(b){rt(u,s,b)}break;case 18:Ot!==null&&(Tn?(a=Ot,Z4(a.nodeType===9?a.body:a.nodeName==="HTML"?a.ownerDocument.body:a,u.stateNode),gs(a)):Z4(Ot,u.stateNode));break;case 4:h=Ot,x=Tn,Ot=u.stateNode.containerInfo,Tn=!0,Oi(a,s,u),Ot=h,Tn=x;break;case 0:case 11:case 14:case 15:ea(2,u,s),Lt||ea(4,u,s),Oi(a,s,u);break;case 1:Lt||(Nr(u,s),h=u.stateNode,typeof h.componentWillUnmount=="function"&&P6(u,s,h)),Oi(a,s,u);break;case 21:Oi(a,s,u);break;case 22:Lt=(h=Lt)||u.memoizedState!==null,Oi(a,s,u),Lt=h;break;default:Oi(a,s,u)}}function X6(a,s){if(s.memoizedState===null&&(a=s.alternate,a!==null&&(a=a.memoizedState,a!==null))){a=a.dehydrated;try{gs(a)}catch(u){rt(s,s.return,u)}}}function z6(a,s){if(s.memoizedState===null&&(a=s.alternate,a!==null&&(a=a.memoizedState,a!==null&&(a=a.dehydrated,a!==null))))try{gs(a)}catch(u){rt(s,s.return,u)}}function Ek(a){switch(a.tag){case 31:case 13:case 19:var s=a.stateNode;return s===null&&(s=a.stateNode=new V6),s;case 22:return a=a.stateNode,s=a._retryCache,s===null&&(s=a._retryCache=new V6),s;default:throw Error(r(435,a.tag))}}function Wu(a,s){var u=Ek(a);s.forEach(function(h){if(!u.has(h)){u.add(h);var x=Vk.bind(null,a,h);h.then(x,x)}})}function Mn(a,s){var u=s.deletions;if(u!==null)for(var h=0;h<u.length;h++){var x=u[h],b=a,T=s,V=T;e:for(;V!==null;){switch(V.tag){case 27:if(sa(V.type)){Ot=V.stateNode,Tn=!1;break e}break;case 5:Ot=V.stateNode,Tn=!1;break e;case 3:case 4:Ot=V.stateNode.containerInfo,Tn=!0;break e}V=V.return}if(Ot===null)throw Error(r(160));D6(b,T,x),Ot=null,Tn=!1,b=x.alternate,b!==null&&(b.return=null),x.return=null}if(s.subtreeFlags&13886)for(s=s.child;s!==null;)H6(s,a),s=s.sibling}var br=null;function H6(a,s){var u=a.alternate,h=a.flags;switch(a.tag){case 0:case 11:case 14:case 15:Mn(s,a),En(a),h&4&&(ea(3,a,a.return),Ro(3,a),ea(5,a,a.return));break;case 1:Mn(s,a),En(a),h&512&&(Lt||u===null||Nr(u,u.return)),h&64&&gi&&(a=a.updateQueue,a!==null&&(h=a.callbacks,h!==null&&(u=a.shared.hiddenCallbacks,a.shared.hiddenCallbacks=u===null?h:u.concat(h))));break;case 26:var x=br;if(Mn(s,a),En(a),h&512&&(Lt||u===null||Nr(u,u.return)),h&4){var b=u!==null?u.memoizedState:null;if(h=a.memoizedState,u===null)if(h===null)if(a.stateNode===null){e:{h=a.type,u=a.memoizedProps,x=x.ownerDocument||x;t:switch(h){case"title":b=x.getElementsByTagName("title")[0],(!b||b[oo]||b[en]||b.namespaceURI==="http://www.w3.org/2000/svg"||b.hasAttribute("itemprop"))&&(b=x.createElement(h),x.head.insertBefore(b,x.querySelector("head > title"))),an(b,h,u),b[en]=a,Ut(b),h=b;break e;case"link":var T=H4("link","href",x).get(h+(u.href||""));if(T){for(var V=0;V<T.length;V++)if(b=T[V],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(V,1);break t}}b=x.createElement(h),an(b,h,u),x.head.appendChild(b);break;case"meta":if(T=H4("meta","content",x).get(h+(u.content||""))){for(V=0;V<T.length;V++)if(b=T[V],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(V,1);break t}}b=x.createElement(h),an(b,h,u),x.head.appendChild(b);break;default:throw Error(r(468,h))}b[en]=a,Ut(b),h=b}a.stateNode=h}else Y4(x,a.type,a.stateNode);else a.stateNode=z4(x,h,a.memoizedProps);else b!==h?(b===null?u.stateNode!==null&&(u=u.stateNode,u.parentNode.removeChild(u)):b.count--,h===null?Y4(x,a.type,a.stateNode):z4(x,h,a.memoizedProps)):h===null&&a.stateNode!==null&&yh(a,a.memoizedProps,u.memoizedProps)}break;case 27:Mn(s,a),En(a),h&512&&(Lt||u===null||Nr(u,u.return)),u!==null&&h&4&&yh(a,a.memoizedProps,u.memoizedProps);break;case 5:if(Mn(s,a),En(a),h&512&&(Lt||u===null||Nr(u,u.return)),a.flags&32){x=a.stateNode;try{_l(x,"")}catch(ye){rt(a,a.return,ye)}}h&4&&a.stateNode!=null&&(x=a.memoizedProps,yh(a,x,u!==null?u.memoizedProps:x)),h&1024&&(Sh=!0);break;case 6:if(Mn(s,a),En(a),h&4){if(a.stateNode===null)throw Error(r(162));h=a.memoizedProps,u=a.stateNode;try{u.nodeValue=h}catch(ye){rt(a,a.return,ye)}}break;case 3:if(h0=null,x=br,br=f0(s.containerInfo),Mn(s,a),br=x,En(a),h&4&&u!==null&&u.memoizedState.isDehydrated)try{gs(s.containerInfo)}catch(ye){rt(a,a.return,ye)}Sh&&(Sh=!1,Y6(a));break;case 4:h=br,br=f0(a.stateNode.containerInfo),Mn(s,a),En(a),br=h;break;case 12:Mn(s,a),En(a);break;case 31:Mn(s,a),En(a),h&4&&(h=a.updateQueue,h!==null&&(a.updateQueue=null,Wu(a,h)));break;case 13:Mn(s,a),En(a),a.child.flags&8192&&a.memoizedState!==null!=(u!==null&&u.memoizedState!==null)&&(Ju=Qe()),h&4&&(h=a.updateQueue,h!==null&&(a.updateQueue=null,Wu(a,h)));break;case 22:x=a.memoizedState!==null;var G=u!==null&&u.memoizedState!==null,re=gi,oe=Lt;if(gi=re||x,Lt=oe||G,Mn(s,a),Lt=oe,gi=re,En(a),h&8192)e:for(s=a.stateNode,s._visibility=x?s._visibility&-2:s._visibility|1,x&&(u===null||G||gi||Lt||Wa(a)),u=null,s=a;;){if(s.tag===5||s.tag===26){if(u===null){G=u=s;try{if(b=G.stateNode,x)T=b.style,typeof T.setProperty=="function"?T.setProperty("display","none","important"):T.display="none";else{V=G.stateNode;var ue=G.memoizedProps.style,ie=ue!=null&&ue.hasOwnProperty("display")?ue.display:null;V.style.display=ie==null||typeof ie=="boolean"?"":(""+ie).trim()}}catch(ye){rt(G,G.return,ye)}}}else if(s.tag===6){if(u===null){G=s;try{G.stateNode.nodeValue=x?"":G.memoizedProps}catch(ye){rt(G,G.return,ye)}}}else if(s.tag===18){if(u===null){G=s;try{var ae=G.stateNode;x?P4(ae,!0):P4(G.stateNode,!1)}catch(ye){rt(G,G.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}h&4&&(h=a.updateQueue,h!==null&&(u=h.retryQueue,u!==null&&(h.retryQueue=null,Wu(a,u))));break;case 19:Mn(s,a),En(a),h&4&&(h=a.updateQueue,h!==null&&(a.updateQueue=null,Wu(a,h)));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,h=a.return;h!==null;){if(R6(h)){u=h;break}h=h.return}if(u==null)throw Error(r(160));switch(u.tag){case 27:var x=u.stateNode,b=bh(a);Gu(a,b,x);break;case 5:var T=u.stateNode;u.flags&32&&(_l(T,""),u.flags&=-33);var V=bh(a);Gu(a,V,T);break;case 3:case 4:var G=u.stateNode.containerInfo,re=bh(a);vh(a,re,G);break;default:throw Error(r(161))}}catch(oe){rt(a,a.return,oe)}a.flags&=-3}s&4096&&(a.flags&=-4097)}function Y6(a){if(a.subtreeFlags&1024)for(a=a.child;a!==null;){var s=a;Y6(s),s.tag===5&&s.flags&1024&&s.stateNode.reset(),a=a.sibling}}function xi(a,s){if(s.subtreeFlags&8772)for(s=s.child;s!==null;)L6(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:ea(4,s,s.return),Wa(s);break;case 1:Nr(s,s.return);var u=s.stateNode;typeof u.componentWillUnmount=="function"&&P6(s,s.return,u),Wa(s);break;case 27:Bo(s.stateNode);case 26:case 5:Nr(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 yi(a,s,u){for(u=u&&(s.subtreeFlags&8772)!==0,s=s.child;s!==null;){var h=s.alternate,x=a,b=s,T=b.flags;switch(b.tag){case 0:case 11:case 15:yi(x,b,u),Ro(4,b);break;case 1:if(yi(x,b,u),h=b,x=h.stateNode,typeof x.componentDidMount=="function")try{x.componentDidMount()}catch(re){rt(h,h.return,re)}if(h=b,x=h.updateQueue,x!==null){var V=h.stateNode;try{var G=x.shared.hiddenCallbacks;if(G!==null)for(x.shared.hiddenCallbacks=null,x=0;x<G.length;x++)v8(G[x],V)}catch(re){rt(h,h.return,re)}}u&&T&64&&Z6(b),No(b,b.return);break;case 27:N6(b);case 26:case 5:yi(x,b,u),u&&h===null&&T&4&&j6(b),No(b,b.return);break;case 12:yi(x,b,u);break;case 31:yi(x,b,u),u&&T&4&&X6(x,b);break;case 13:yi(x,b,u),u&&T&4&&z6(x,b);break;case 22:b.memoizedState===null&&yi(x,b,u),No(b,b.return);break;case 30:break;default:yi(x,b,u)}s=s.sibling}}function wh(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&&So(u))}function Ah(a,s){a=null,s.alternate!==null&&(a=s.alternate.memoizedState.cache),s=s.memoizedState.cache,s!==a&&(s.refCount++,a!=null&&So(a))}function vr(a,s,u,h){if(s.subtreeFlags&10256)for(s=s.child;s!==null;)B6(a,s,u,h),s=s.sibling}function B6(a,s,u,h){var x=s.flags;switch(s.tag){case 0:case 11:case 15:vr(a,s,u,h),x&2048&&Ro(9,s);break;case 1:vr(a,s,u,h);break;case 3:vr(a,s,u,h),x&2048&&(a=null,s.alternate!==null&&(a=s.alternate.memoizedState.cache),s=s.memoizedState.cache,s!==a&&(s.refCount++,a!=null&&So(a)));break;case 12:if(x&2048){vr(a,s,u,h),a=s.stateNode;try{var b=s.memoizedProps,T=b.id,V=b.onPostCommit;typeof V=="function"&&V(T,s.alternate===null?"mount":"update",a.passiveEffectDuration,-0)}catch(G){rt(s,s.return,G)}}else vr(a,s,u,h);break;case 31:vr(a,s,u,h);break;case 13:vr(a,s,u,h);break;case 23:break;case 22:b=s.stateNode,T=s.alternate,s.memoizedState!==null?b._visibility&2?vr(a,s,u,h):Vo(a,s):b._visibility&2?vr(a,s,u,h):(b._visibility|=2,as(a,s,u,h,(s.subtreeFlags&10256)!==0||!1)),x&2048&&wh(T,s);break;case 24:vr(a,s,u,h),x&2048&&Ah(s.alternate,s);break;default:vr(a,s,u,h)}}function as(a,s,u,h,x){for(x=x&&((s.subtreeFlags&10256)!==0||!1),s=s.child;s!==null;){var b=a,T=s,V=u,G=h,re=T.flags;switch(T.tag){case 0:case 11:case 15:as(b,T,V,G,x),Ro(8,T);break;case 23:break;case 22:var oe=T.stateNode;T.memoizedState!==null?oe._visibility&2?as(b,T,V,G,x):Vo(b,T):(oe._visibility|=2,as(b,T,V,G,x)),x&&re&2048&&wh(T.alternate,T);break;case 24:as(b,T,V,G,x),x&&re&2048&&Ah(T.alternate,T);break;default:as(b,T,V,G,x)}s=s.sibling}}function Vo(a,s){if(s.subtreeFlags&10256)for(s=s.child;s!==null;){var u=a,h=s,x=h.flags;switch(h.tag){case 22:Vo(u,h),x&2048&&wh(h.alternate,h);break;case 24:Vo(u,h),x&2048&&Ah(h.alternate,h);break;default:Vo(u,h)}s=s.sibling}}var Lo=8192;function ls(a,s,u){if(a.subtreeFlags&Lo)for(a=a.child;a!==null;)F6(a,s,u),a=a.sibling}function F6(a,s,u){switch(a.tag){case 26:ls(a,s,u),a.flags&Lo&&a.memoizedState!==null&&mT(u,br,a.memoizedState,a.memoizedProps);break;case 5:ls(a,s,u);break;case 3:case 4:var h=br;br=f0(a.stateNode.containerInfo),ls(a,s,u),br=h;break;case 22:a.memoizedState===null&&(h=a.alternate,h!==null&&h.memoizedState!==null?(h=Lo,Lo=16777216,ls(a,s,u),Lo=h):ls(a,s,u));break;default:ls(a,s,u)}}function q6(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 _o(a){var s=a.deletions;if((a.flags&16)!==0){if(s!==null)for(var u=0;u<s.length;u++){var h=s[u];It=h,I6(h,a)}q6(a)}if(a.subtreeFlags&10256)for(a=a.child;a!==null;)U6(a),a=a.sibling}function U6(a){switch(a.tag){case 0:case 11:case 15:_o(a),a.flags&2048&&ea(9,a,a.return);break;case 3:_o(a);break;case 12:_o(a);break;case 22:var s=a.stateNode;a.memoizedState!==null&&s._visibility&2&&(a.return===null||a.return.tag!==13)?(s._visibility&=-3,Ku(a)):_o(a);break;default:_o(a)}}function Ku(a){var s=a.deletions;if((a.flags&16)!==0){if(s!==null)for(var u=0;u<s.length;u++){var h=s[u];It=h,I6(h,a)}q6(a)}for(a=a.child;a!==null;){switch(s=a,s.tag){case 0:case 11:case 15:ea(8,s,s.return),Ku(s);break;case 22:u=s.stateNode,u._visibility&2&&(u._visibility&=-3,Ku(s));break;default:Ku(s)}a=a.sibling}}function I6(a,s){for(;It!==null;){var u=It;switch(u.tag){case 0:case 11:case 15:ea(8,u,s);break;case 23:case 22:if(u.memoizedState!==null&&u.memoizedState.cachePool!==null){var h=u.memoizedState.cachePool.pool;h!=null&&h.refCount++}break;case 24:So(u.memoizedState.cache)}if(h=u.child,h!==null)h.return=u,It=h;else e:for(u=a;It!==null;){h=It;var x=h.sibling,b=h.return;if(_6(h),h===u){It=null;break e}if(x!==null){x.return=b,It=x;break e}It=b}}}var $k={getCacheForType:function(a){var s=nn(Rt),u=s.data.get(a);return u===void 0&&(u=a(),s.data.set(a,u)),u},cacheSignal:function(){return nn(Rt).controller.signal}},Qk=typeof WeakMap=="function"?WeakMap:Map,et=0,ut=null,ze=null,Be=0,nt=0,Bn=null,ta=!1,ss=!1,kh=!1,bi=0,At=0,na=0,Ka=0,Th=0,Fn=0,os=0,Do=null,$n=null,Mh=!1,Ju=0,G6=0,e0=1/0,t0=null,ra=null,Bt=0,ia=null,cs=null,vi=0,Eh=0,$h=null,W6=null,Xo=0,Qh=null;function qn(){return(et&2)!==0&&Be!==0?Be&-Be:R.T!==null?Nh():hO()}function K6(){if(Fn===0)if((Be&536870912)===0||qe){var a=Cr;Cr<<=1,(Cr&3932160)===0&&(Cr=262144),Fn=a}else Fn=536870912;return a=Hn.current,a!==null&&(a.flags|=32),Fn}function Qn(a,s,u){(a===ut&&(nt===2||nt===9)||a.cancelPendingCommit!==null)&&(us(a,0),aa(a,Be,Fn,!1)),zi(a,u),((et&2)===0||a!==ut)&&(a===ut&&((et&2)===0&&(Ka|=u),At===4&&aa(a,Be,Fn,!1)),Vr(a))}function J6(a,s,u){if((et&6)!==0)throw Error(r(327));var h=!u&&(s&127)===0&&(s&a.expiredLanes)===0||Pr(a,s),x=h?Pk(a,s):Zh(a,s,!0),b=h;do{if(x===0){ss&&!h&&aa(a,s,0,!1);break}else{if(u=a.current.alternate,b&&!Ck(u)){x=Zh(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 V=a;x=Do;var G=V.current.memoizedState.isDehydrated;if(G&&(us(V,T).flags|=256),T=Zh(V,T,!1),T!==2){if(kh&&!G){V.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){us(a,0),aa(a,s,0,!0);break}e:{switch(h=a,b=x,b){case 0:case 1:throw Error(r(345));case 4:if((s&4194048)!==s)break;case 6:aa(h,s,Fn,!ta);break e;case 2:$n=null;break;case 3:case 5:break;default:throw Error(r(329))}if((s&62914560)===s&&(x=Ju+300-Qe(),10<x)){if(aa(h,s,Fn,!ta),Zr(h,0,!0)!==0)break e;vi=s,h.timeoutHandle=Q4(e4.bind(null,h,u,$n,t0,Mh,s,Fn,Ka,os,ta,b,"Throttled",-0,0),x);break e}e4(h,u,$n,t0,Mh,s,Fn,Ka,os,ta,b,null,-0,0)}}break}while(!0);Vr(a)}function e4(a,s,u,h,x,b,T,V,G,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:li},F6(s,b,ue);var ye=(b&62914560)===b?Ju-Qe():(b&4194048)===b?G6-Qe():0;if(ye=pT(ue,ye),ye!==null){vi=b,a.cancelPendingCommit=ye(o4.bind(null,a,s,b,u,h,x,T,V,G,oe,ue,null,ie,ae)),aa(a,b,T,!re);return}}o4(a,s,b,u,h,x,T,V,G)}function Ck(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 h=0;h<u.length;h++){var x=u[h],b=x.getSnapshot;x=x.value;try{if(!Xn(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 aa(a,s,u,h){s&=~Th,s&=~Ka,a.suspendedLanes|=s,a.pingedLanes&=~s,h&&(a.warmLanes|=s),h=a.expirationTimes;for(var x=s;0<x;){var b=31-St(x),T=1<<b;h[b]=-1,x&=~T}u!==0&&Xe(a,u,s)}function n0(){return(et&6)===0?(zo(0),!1):!0}function Ch(){if(ze!==null){if(nt===0)var a=ze.return;else a=ze,ui=Ha=null,qd(a),es=null,Ao=0,a=ze;for(;a!==null;)C6(a.alternate,a),a=a.return;ze=null}}function us(a,s){var u=a.timeoutHandle;u!==-1&&(a.timeoutHandle=-1,Wk(u)),u=a.cancelPendingCommit,u!==null&&(a.cancelPendingCommit=null,u()),vi=0,Ch(),ut=a,ze=u=oi(a.current,null),Be=s,nt=0,Bn=null,ta=!1,ss=Pr(a,s),kh=!1,os=Fn=Th=Ka=na=At=0,$n=Do=null,Mh=!1,(s&8)!==0&&(s|=s&32);var h=a.entangledLanes;if(h!==0)for(a=a.entanglements,h&=s;0<h;){var x=31-St(h),b=1<<x;s|=a[x],h&=~b}return bi=s,wu(),u}function t4(a,s){Ne=null,R.H=Zo,s===Jl||s===Cu?(s=O8(),nt=3):s===Rd?(s=O8(),nt=4):nt=s===ch?8:s!==null&&typeof s=="object"&&typeof s.then=="function"?6:1,Bn=s,ze===null&&(At=1,Bu(a,sr(s,a.current)))}function n4(){var a=Hn.current;return a===null?!0:(Be&4194048)===Be?fr===null:(Be&62914560)===Be||(Be&536870912)!==0?a===fr:!1}function r4(){var a=R.H;return R.H=Zo,a===null?Zo:a}function i4(){var a=R.A;return R.A=$k,a}function r0(){At=4,ta||(Be&4194048)!==Be&&Hn.current!==null||(ss=!0),(na&134217727)===0&&(Ka&134217727)===0||ut===null||aa(ut,Be,Fn,!1)}function Zh(a,s,u){var h=et;et|=2;var x=r4(),b=i4();(ut!==a||Be!==s)&&(t0=null,us(a,s)),s=!1;var T=At;e:do try{if(nt!==0&&ze!==null){var V=ze,G=Bn;switch(nt){case 8:Ch(),T=6;break e;case 3:case 2:case 9:case 6:Hn.current===null&&(s=!0);var re=nt;if(nt=0,Bn=null,fs(a,V,G,re),u&&ss){T=0;break e}break;default:re=nt,nt=0,Bn=null,fs(a,V,G,re)}}Zk(),T=At;break}catch(oe){t4(a,oe)}while(!0);return s&&a.shellSuspendCounter++,ui=Ha=null,et=h,R.H=x,R.A=b,ze===null&&(ut=null,Be=0,wu()),T}function Zk(){for(;ze!==null;)a4(ze)}function Pk(a,s){var u=et;et|=2;var h=r4(),x=i4();ut!==a||Be!==s?(t0=null,e0=Qe()+500,us(a,s)):ss=Pr(a,s);e:do try{if(nt!==0&&ze!==null){s=ze;var b=Bn;t:switch(nt){case 1:nt=0,Bn=null,fs(a,s,b,1);break;case 2:case 9:if(p8(b)){nt=0,Bn=null,l4(s);break}s=function(){nt!==2&&nt!==9||ut!==a||(nt=7),Vr(a)},b.then(s,s);break e;case 3:nt=7;break e;case 4:nt=5;break e;case 7:p8(b)?(nt=0,Bn=null,l4(s)):(nt=0,Bn=null,fs(a,s,b,7));break;case 5:var T=null;switch(ze.tag){case 26:T=ze.memoizedState;case 5:case 27:var V=ze;if(T?B4(T):V.stateNode.complete){nt=0,Bn=null;var G=V.sibling;if(G!==null)ze=G;else{var re=V.return;re!==null?(ze=re,i0(re)):ze=null}break t}}nt=0,Bn=null,fs(a,s,b,5);break;case 6:nt=0,Bn=null,fs(a,s,b,6);break;case 8:Ch(),At=6;break e;default:throw Error(r(462))}}jk();break}catch(oe){t4(a,oe)}while(!0);return ui=Ha=null,R.H=h,R.A=x,et=u,ze!==null?0:(ut=null,Be=0,wu(),At)}function jk(){for(;ze!==null&&!$e();)a4(ze)}function a4(a){var s=$6(a.alternate,a,bi);a.memoizedProps=a.pendingProps,s===null?i0(a):ze=s}function l4(a){var s=a,u=s.alternate;switch(s.tag){case 15:case 0:s=w6(u,s,s.pendingProps,s.type,void 0,Be);break;case 11:s=w6(u,s,s.pendingProps,s.type.render,s.ref,Be);break;case 5:qd(s);default:C6(u,s),s=ze=i8(s,bi),s=$6(u,s,bi)}a.memoizedProps=a.pendingProps,s===null?i0(a):ze=s}function fs(a,s,u,h){ui=Ha=null,qd(s),es=null,Ao=0;var x=s.return;try{if(Sk(a,x,s,u,Be)){At=1,Bu(a,sr(u,a.current)),ze=null;return}}catch(b){if(x!==null)throw ze=x,b;At=1,Bu(a,sr(u,a.current)),ze=null;return}s.flags&32768?(qe||h===1?a=!0:ss||(Be&536870912)!==0?a=!1:(ta=a=!0,(h===2||h===9||h===3||h===6)&&(h=Hn.current,h!==null&&h.tag===13&&(h.flags|=16384))),s4(s,a)):i0(s)}function i0(a){var s=a;do{if((s.flags&32768)!==0){s4(s,ta);return}a=s.return;var u=kk(s.alternate,s,bi);if(u!==null){ze=u;return}if(s=s.sibling,s!==null){ze=s;return}ze=s=a}while(s!==null);At===0&&(At=5)}function s4(a,s){do{var u=Tk(a.alternate,a);if(u!==null){u.flags&=32767,ze=u;return}if(u=a.return,u!==null&&(u.flags|=32768,u.subtreeFlags=0,u.deletions=null),!s&&(a=a.sibling,a!==null)){ze=a;return}ze=a=u}while(a!==null);At=6,ze=null}function o4(a,s,u,h,x,b,T,V,G){a.cancelPendingCommit=null;do a0();while(Bt!==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|=bd,me(a,u,b,T,V,G),a===ut&&(ze=ut=null,Be=0),cs=s,ia=a,vi=u,Eh=b,$h=x,W6=h,(s.subtreeFlags&10256)!==0||(s.flags&10256)!==0?(a.callbackNode=null,a.callbackPriority=0,Lk(_n,function(){return h4(),null})):(a.callbackNode=null,a.callbackPriority=0),h=(s.flags&13878)!==0,(s.subtreeFlags&13878)!==0||h){h=R.T,R.T=null,x=X.p,X.p=2,T=et,et|=4;try{Mk(a,s,u)}finally{et=T,X.p=x,R.T=h}}Bt=1,c4(),u4(),f4()}}function c4(){if(Bt===1){Bt=0;var a=ia,s=cs,u=(s.flags&13878)!==0;if((s.subtreeFlags&13878)!==0||u){u=R.T,R.T=null;var h=X.p;X.p=2;var x=et;et|=4;try{H6(s,a);var b=Yh,T=IO(a.containerInfo),V=b.focusedElem,G=b.selectionRange;if(T!==V&&V&&V.ownerDocument&&UO(V.ownerDocument.documentElement,V)){if(G!==null&&pd(V)){var re=G.start,oe=G.end;if(oe===void 0&&(oe=re),"selectionStart"in V)V.selectionStart=re,V.selectionEnd=Math.min(oe,V.value.length);else{var ue=V.ownerDocument||document,ie=ue&&ue.defaultView||window;if(ie.getSelection){var ae=ie.getSelection(),ye=V.textContent.length,Ee=Math.min(G.start,ye),st=G.end===void 0?Ee:Math.min(G.end,ye);!ae.extend&&Ee>st&&(T=st,st=Ee,Ee=T);var J=qO(V,Ee),K=qO(V,st);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(),Ee>st?(ae.addRange(ne),ae.extend(K.node,K.offset)):(ne.setEnd(K.node,K.offset),ae.addRange(ne))}}}}for(ue=[],ae=V;ae=ae.parentNode;)ae.nodeType===1&&ue.push({element:ae,left:ae.scrollLeft,top:ae.scrollTop});for(typeof V.focus=="function"&&V.focus(),V=0;V<ue.length;V++){var ce=ue[V];ce.element.scrollLeft=ce.left,ce.element.scrollTop=ce.top}}O0=!!Hh,Yh=Hh=null}finally{et=x,X.p=h,R.T=u}}a.current=s,Bt=2}}function u4(){if(Bt===2){Bt=0;var a=ia,s=cs,u=(s.flags&8772)!==0;if((s.subtreeFlags&8772)!==0||u){u=R.T,R.T=null;var h=X.p;X.p=2;var x=et;et|=4;try{L6(a,s.alternate,s)}finally{et=x,X.p=h,R.T=u}}Bt=3}}function f4(){if(Bt===4||Bt===3){Bt=0,_e();var a=ia,s=cs,u=vi,h=W6;(s.subtreeFlags&10256)!==0||(s.flags&10256)!==0?Bt=5:(Bt=0,cs=ia=null,d4(a,a.pendingLanes));var x=a.pendingLanes;if(x===0&&(ra=null),Zl(u),s=s.stateNode,Ht&&typeof Ht.onCommitFiberRoot=="function")try{Ht.onCommitFiberRoot(Dn,s,void 0,(s.current.flags&128)===128)}catch{}if(h!==null){s=R.T,x=X.p,X.p=2,R.T=null;try{for(var b=a.onRecoverableError,T=0;T<h.length;T++){var V=h[T];b(V.value,{componentStack:V.stack})}}finally{R.T=s,X.p=x}}(vi&3)!==0&&a0(),Vr(a),x=a.pendingLanes,(u&261930)!==0&&(x&42)!==0?a===Qh?Xo++:(Xo=0,Qh=a):Xo=0,zo(0)}}function d4(a,s){(a.pooledCacheLanes&=s)===0&&(s=a.pooledCache,s!=null&&(a.pooledCache=null,So(s)))}function a0(){return c4(),u4(),f4(),h4()}function h4(){if(Bt!==5)return!1;var a=ia,s=Eh;Eh=0;var u=Zl(vi),h=R.T,x=X.p;try{X.p=32>u?32:u,R.T=null,u=$h,$h=null;var b=ia,T=vi;if(Bt=0,cs=ia=null,vi=0,(et&6)!==0)throw Error(r(331));var V=et;if(et|=4,U6(b.current),B6(b,b.current,T,u),et=V,zo(0,!1),Ht&&typeof Ht.onPostCommitFiberRoot=="function")try{Ht.onPostCommitFiberRoot(Dn,b)}catch{}return!0}finally{X.p=x,R.T=h,d4(a,s)}}function m4(a,s,u){s=sr(u,s),s=oh(a.stateNode,s,2),a=Wi(a,s,2),a!==null&&(zi(a,2),Vr(a))}function rt(a,s,u){if(a.tag===3)m4(a,a,u);else for(;s!==null;){if(s.tag===3){m4(s,a,u);break}else if(s.tag===1){var h=s.stateNode;if(typeof s.type.getDerivedStateFromError=="function"||typeof h.componentDidCatch=="function"&&(ra===null||!ra.has(h))){a=sr(u,a),u=p6(2),h=Wi(s,u,2),h!==null&&(g6(u,h,s,a),zi(h,2),Vr(h));break}}s=s.return}}function Ph(a,s,u){var h=a.pingCache;if(h===null){h=a.pingCache=new Qk;var x=new Set;h.set(s,x)}else x=h.get(s),x===void 0&&(x=new Set,h.set(s,x));x.has(u)||(kh=!0,x.add(u),a=Rk.bind(null,a,s,u),s.then(a,a))}function Rk(a,s,u){var h=a.pingCache;h!==null&&h.delete(s),a.pingedLanes|=a.suspendedLanes&u,a.warmLanes&=~u,ut===a&&(Be&u)===u&&(At===4||At===3&&(Be&62914560)===Be&&300>Qe()-Ju?(et&2)===0&&us(a,0):Th|=u,os===Be&&(os=0)),Vr(a)}function p4(a,s){s===0&&(s=Ra()),a=Da(a,s),a!==null&&(zi(a,s),Vr(a))}function Nk(a){var s=a.memoizedState,u=0;s!==null&&(u=s.retryLane),p4(a,u)}function Vk(a,s){var u=0;switch(a.tag){case 31:case 13:var h=a.stateNode,x=a.memoizedState;x!==null&&(u=x.retryLane);break;case 19:h=a.stateNode;break;case 22:h=a.stateNode._retryCache;break;default:throw Error(r(314))}h!==null&&h.delete(s),p4(a,u)}function Lk(a,s){return Me(a,s)}var l0=null,ds=null,jh=!1,s0=!1,Rh=!1,la=0;function Vr(a){a!==ds&&a.next===null&&(ds===null?l0=ds=a:ds=ds.next=a),s0=!0,jh||(jh=!0,Dk())}function zo(a,s){if(!Rh&&s0){Rh=!0;do for(var u=!1,h=l0;h!==null;){if(a!==0){var x=h.pendingLanes;if(x===0)var b=0;else{var T=h.suspendedLanes,V=h.pingedLanes;b=(1<<31-St(42|a)+1)-1,b&=x&~(T&~V),b=b&201326741?b&201326741|1:b?b|2:0}b!==0&&(u=!0,y4(h,b))}else b=Be,b=Zr(h,h===ut?b:0,h.cancelPendingCommit!==null||h.timeoutHandle!==-1),(b&3)===0||Pr(h,b)||(u=!0,y4(h,b));h=h.next}while(u);Rh=!1}}function _k(){g4()}function g4(){s0=jh=!1;var a=0;la!==0&&Gk()&&(a=la);for(var s=Qe(),u=null,h=l0;h!==null;){var x=h.next,b=O4(h,s);b===0?(h.next=null,u===null?l0=x:u.next=x,x===null&&(ds=u)):(u=h,(a!==0||(b&3)!==0)&&(s0=!0)),h=x}Bt!==0&&Bt!==5||zo(a),la!==0&&(la=0)}function O4(a,s){for(var u=a.suspendedLanes,h=a.pingedLanes,x=a.expirationTimes,b=a.pendingLanes&-62914561;0<b;){var T=31-St(b),V=1<<T,G=x[T];G===-1?((V&u)===0||(V&h)!==0)&&(x[T]=$l(V,s)):G<=s&&(a.expiredLanes|=V),b&=~V}if(s=ut,u=Be,u=Zr(a,a===s?u:0,a.cancelPendingCommit!==null||a.timeoutHandle!==-1),h=a.callbackNode,u===0||a===s&&(nt===2||nt===9)||a.cancelPendingCommit!==null)return h!==null&&h!==null&&De(h),a.callbackNode=null,a.callbackPriority=0;if((u&3)===0||Pr(a,u)){if(s=u&-u,s===a.callbackPriority)return s;switch(h!==null&&De(h),Zl(u)){case 2:case 8:u=gt;break;case 32:u=_n;break;case 268435456:u=ri;break;default:u=_n}return h=x4.bind(null,a),u=Me(u,h),a.callbackPriority=s,a.callbackNode=u,s}return h!==null&&h!==null&&De(h),a.callbackPriority=2,a.callbackNode=null,2}function x4(a,s){if(Bt!==0&&Bt!==5)return a.callbackNode=null,a.callbackPriority=0,null;var u=a.callbackNode;if(a0()&&a.callbackNode!==u)return null;var h=Be;return h=Zr(a,a===ut?h:0,a.cancelPendingCommit!==null||a.timeoutHandle!==-1),h===0?null:(J6(a,h,s),O4(a,Qe()),a.callbackNode!=null&&a.callbackNode===u?x4.bind(null,a):null)}function y4(a,s){if(a0())return null;J6(a,s,!0)}function Dk(){Kk(function(){(et&6)!==0?Me(ht,_k):g4()})}function Nh(){if(la===0){var a=Wl;a===0&&(a=On,On<<=1,(On&261888)===0&&(On=256)),la=a}return la}function b4(a){return a==null||typeof a=="symbol"||typeof a=="boolean"?null:typeof a=="function"?a:pu(""+a)}function v4(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 Xk(a,s,u,h,x){if(s==="submit"&&u&&u.stateNode===x){var b=b4((x[An]||null).action),T=h.submitter;T&&(s=(s=T[An]||null)?b4(s.formAction):T.getAttribute("formAction"),s!==null&&(b=s,T=null));var V=new yu("action","action",null,h,x);a.push({event:V,listeners:[{instance:null,listener:function(){if(h.defaultPrevented){if(la!==0){var G=T?v4(x,T):new FormData(x);nh(u,{pending:!0,data:G,method:x.method,action:b},null,G)}}else typeof b=="function"&&(V.preventDefault(),G=T?v4(x,T):new FormData(x),nh(u,{pending:!0,data:G,method:x.method,action:b},b,G))},currentTarget:x}]})}}for(var Vh=0;Vh<yd.length;Vh++){var Lh=yd[Vh],zk=Lh.toLowerCase(),Hk=Lh[0].toUpperCase()+Lh.slice(1);yr(zk,"on"+Hk)}yr(KO,"onAnimationEnd"),yr(JO,"onAnimationIteration"),yr(e8,"onAnimationStart"),yr("dblclick","onDoubleClick"),yr("focusin","onFocus"),yr("focusout","onBlur"),yr(ak,"onTransitionRun"),yr(lk,"onTransitionStart"),yr(sk,"onTransitionCancel"),yr(t8,"onTransitionEnd"),Vl("onMouseEnter",["mouseout","mouseover"]),Vl("onMouseLeave",["mouseout","mouseover"]),Vl("onPointerEnter",["pointerout","pointerover"]),Vl("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 Ho="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(" "),Yk=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(Ho));function S4(a,s){s=(s&4)!==0;for(var u=0;u<a.length;u++){var h=a[u],x=h.event;h=h.listeners;e:{var b=void 0;if(s)for(var T=h.length-1;0<=T;T--){var V=h[T],G=V.instance,re=V.currentTarget;if(V=V.listener,G!==b&&x.isPropagationStopped())break e;b=V,x.currentTarget=re;try{b(x)}catch(oe){Su(oe)}x.currentTarget=null,b=G}else for(T=0;T<h.length;T++){if(V=h[T],G=V.instance,re=V.currentTarget,V=V.listener,G!==b&&x.isPropagationStopped())break e;b=V,x.currentTarget=re;try{b(x)}catch(oe){Su(oe)}x.currentTarget=null,b=G}}}}function He(a,s){var u=s[Wf];u===void 0&&(u=s[Wf]=new Set);var h=a+"__bubble";u.has(h)||(w4(s,a,2,!1),u.add(h))}function _h(a,s,u){var h=0;s&&(h|=4),w4(u,a,h,s)}var o0="_reactListening"+Math.random().toString(36).slice(2);function Dh(a){if(!a[o0]){a[o0]=!0,gO.forEach(function(u){u!=="selectionchange"&&(Yk.has(u)||_h(u,!1,a),_h(u,!0,a))});var s=a.nodeType===9?a:a.ownerDocument;s===null||s[o0]||(s[o0]=!0,_h("selectionchange",!1,s))}}function w4(a,s,u,h){switch(K4(s)){case 2:var x=xT;break;case 8:x=yT;break;default:x=tm}u=x.bind(null,s,u,a),x=void 0,!ld||s!=="touchstart"&&s!=="touchmove"&&s!=="wheel"||(x=!0),h?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 Xh(a,s,u,h,x){var b=h;if((s&1)===0&&(s&2)===0&&h!==null)e:for(;;){if(h===null)return;var T=h.tag;if(T===3||T===4){var V=h.stateNode.containerInfo;if(V===x)break;if(T===4)for(T=h.return;T!==null;){var G=T.tag;if((G===3||G===4)&&T.stateNode.containerInfo===x)return;T=T.return}for(;V!==null;){if(T=jl(V),T===null)return;if(G=T.tag,G===5||G===6||G===26||G===27){h=b=T;continue e}V=V.parentNode}}h=h.return}EO(function(){var re=b,oe=id(u),ue=[];e:{var ie=n8.get(a);if(ie!==void 0){var ae=yu,ye=a;switch(a){case"keypress":if(Ou(u)===0)break e;case"keydown":case"keyup":ae=VA;break;case"focusin":ye="focus",ae=ud;break;case"focusout":ye="blur",ae=ud;break;case"beforeblur":case"afterblur":ae=ud;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=CO;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":ae=kA;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":ae=DA;break;case KO:case JO:case e8:ae=EA;break;case t8:ae=zA;break;case"scroll":case"scrollend":ae=wA;break;case"wheel":ae=YA;break;case"copy":case"cut":case"paste":ae=QA;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":ae=PO;break;case"toggle":case"beforetoggle":ae=FA}var Ee=(s&4)!==0,st=!Ee&&(a==="scroll"||a==="scrollend"),J=Ee?ie!==null?ie+"Capture":null:ie;Ee=[];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=uo(K,J),ce!=null&&Ee.push(Yo(K,ce,ne))),st)break;K=K.return}0<Ee.length&&(ie=new ae(ie,ye,null,u,oe),ue.push({event:ie,listeners:Ee}))}}if((s&7)===0){e:{if(ie=a==="mouseover"||a==="pointerover",ae=a==="mouseout"||a==="pointerout",ie&&u!==rd&&(ye=u.relatedTarget||u.fromElement)&&(jl(ye)||ye[Pl]))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?jl(ye):null,ye!==null&&(st=l(ye),Ee=ye.tag,ye!==st||Ee!==5&&Ee!==27&&Ee!==6)&&(ye=null)):(ae=null,ye=re),ae!==ye)){if(Ee=CO,ce="onMouseLeave",J="onMouseEnter",K="mouse",(a==="pointerout"||a==="pointerover")&&(Ee=PO,ce="onPointerLeave",J="onPointerEnter",K="pointer"),st=ae==null?ie:co(ae),ne=ye==null?ie:co(ye),ie=new Ee(ce,K+"leave",ae,u,oe),ie.target=st,ie.relatedTarget=ne,ce=null,jl(oe)===re&&(Ee=new Ee(J,K+"enter",ye,u,oe),Ee.target=ne,Ee.relatedTarget=st,ce=Ee),st=ce,ae&&ye)t:{for(Ee=Bk,J=ae,K=ye,ne=0,ce=J;ce;ce=Ee(ce))ne++;ce=0;for(var Te=K;Te;Te=Ee(Te))ce++;for(;0<ne-ce;)J=Ee(J),ne--;for(;0<ce-ne;)K=Ee(K),ce--;for(;ne--;){if(J===K||K!==null&&J===K.alternate){Ee=J;break t}J=Ee(J),K=Ee(K)}Ee=null}else Ee=null;ae!==null&&A4(ue,ie,ae,Ee,!1),ye!==null&&st!==null&&A4(ue,st,ye,Ee,!0)}}e:{if(ie=re?co(re):window,ae=ie.nodeName&&ie.nodeName.toLowerCase(),ae==="select"||ae==="input"&&ie.type==="file")var Ke=XO;else if(_O(ie))if(zO)Ke=nk;else{Ke=ek;var we=JA}else ae=ie.nodeName,!ae||ae.toLowerCase()!=="input"||ie.type!=="checkbox"&&ie.type!=="radio"?re&&nd(re.elementType)&&(Ke=XO):Ke=tk;if(Ke&&(Ke=Ke(a,re))){DO(ue,Ke,u,oe);break e}we&&we(a,ie,re),a==="focusout"&&re&&ie.type==="number"&&re.memoizedProps.value!=null&&td(ie,"number",ie.value)}switch(we=re?co(re):window,a){case"focusin":(_O(we)||we.contentEditable==="true")&&(Hl=we,gd=re,yo=null);break;case"focusout":yo=gd=Hl=null;break;case"mousedown":Od=!0;break;case"contextmenu":case"mouseup":case"dragend":Od=!1,GO(ue,u,oe);break;case"selectionchange":if(ik)break;case"keydown":case"keyup":GO(ue,u,oe)}var Ve;if(dd)e:{switch(a){case"compositionstart":var Fe="onCompositionStart";break e;case"compositionend":Fe="onCompositionEnd";break e;case"compositionupdate":Fe="onCompositionUpdate";break e}Fe=void 0}else zl?VO(a,u)&&(Fe="onCompositionEnd"):a==="keydown"&&u.keyCode===229&&(Fe="onCompositionStart");Fe&&(jO&&u.locale!=="ko"&&(zl||Fe!=="onCompositionStart"?Fe==="onCompositionEnd"&&zl&&(Ve=$O()):(Yi=oe,sd="value"in Yi?Yi.value:Yi.textContent,zl=!0)),we=c0(re,Fe),0<we.length&&(Fe=new ZO(Fe,a,null,u,oe),ue.push({event:Fe,listeners:we}),Ve?Fe.data=Ve:(Ve=LO(u),Ve!==null&&(Fe.data=Ve)))),(Ve=UA?IA(a,u):GA(a,u))&&(Fe=c0(re,"onBeforeInput"),0<Fe.length&&(we=new ZO("onBeforeInput","beforeinput",null,u,oe),ue.push({event:we,listeners:Fe}),we.data=Ve)),Xk(ue,a,re,u,oe)}S4(ue,s)})}function Yo(a,s,u){return{instance:a,listener:s,currentTarget:u}}function c0(a,s){for(var u=s+"Capture",h=[];a!==null;){var x=a,b=x.stateNode;if(x=x.tag,x!==5&&x!==26&&x!==27||b===null||(x=uo(a,u),x!=null&&h.unshift(Yo(a,x,b)),x=uo(a,s),x!=null&&h.push(Yo(a,x,b))),a.tag===3)return h;a=a.return}return[]}function Bk(a){if(a===null)return null;do a=a.return;while(a&&a.tag!==5&&a.tag!==27);return a||null}function A4(a,s,u,h,x){for(var b=s._reactName,T=[];u!==null&&u!==h;){var V=u,G=V.alternate,re=V.stateNode;if(V=V.tag,G!==null&&G===h)break;V!==5&&V!==26&&V!==27||re===null||(G=re,x?(re=uo(u,b),re!=null&&T.unshift(Yo(u,re,G))):x||(re=uo(u,b),re!=null&&T.push(Yo(u,re,G)))),u=u.return}T.length!==0&&a.push({event:s,listeners:T})}var Fk=/\r\n?/g,qk=/\u0000|\uFFFD/g;function k4(a){return(typeof a=="string"?a:""+a).replace(Fk,`
|
|
49
|
+
`).replace(qk,"")}function T4(a,s){return s=k4(s),k4(a)===s}function lt(a,s,u,h,x,b){switch(u){case"children":typeof h=="string"?s==="body"||s==="textarea"&&h===""||_l(a,h):(typeof h=="number"||typeof h=="bigint")&&s!=="body"&&_l(a,""+h);break;case"className":hu(a,"class",h);break;case"tabIndex":hu(a,"tabindex",h);break;case"dir":case"role":case"viewBox":case"width":case"height":hu(a,u,h);break;case"style":TO(a,h,b);break;case"data":if(s!=="object"){hu(a,"data",h);break}case"src":case"href":if(h===""&&(s!=="a"||u!=="href")){a.removeAttribute(u);break}if(h==null||typeof h=="function"||typeof h=="symbol"||typeof h=="boolean"){a.removeAttribute(u);break}h=pu(""+h),a.setAttribute(u,h);break;case"action":case"formAction":if(typeof h=="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"&<(a,s,"name",x.name,x,null),lt(a,s,"formEncType",x.formEncType,x,null),lt(a,s,"formMethod",x.formMethod,x,null),lt(a,s,"formTarget",x.formTarget,x,null)):(lt(a,s,"encType",x.encType,x,null),lt(a,s,"method",x.method,x,null),lt(a,s,"target",x.target,x,null)));if(h==null||typeof h=="symbol"||typeof h=="boolean"){a.removeAttribute(u);break}h=pu(""+h),a.setAttribute(u,h);break;case"onClick":h!=null&&(a.onclick=li);break;case"onScroll":h!=null&&He("scroll",a);break;case"onScrollEnd":h!=null&&He("scrollend",a);break;case"dangerouslySetInnerHTML":if(h!=null){if(typeof h!="object"||!("__html"in h))throw Error(r(61));if(u=h.__html,u!=null){if(x.children!=null)throw Error(r(60));a.innerHTML=u}}break;case"multiple":a.multiple=h&&typeof h!="function"&&typeof h!="symbol";break;case"muted":a.muted=h&&typeof h!="function"&&typeof h!="symbol";break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":break;case"autoFocus":break;case"xlinkHref":if(h==null||typeof h=="function"||typeof h=="boolean"||typeof h=="symbol"){a.removeAttribute("xlink:href");break}u=pu(""+h),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":h!=null&&typeof h!="function"&&typeof h!="symbol"?a.setAttribute(u,""+h):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":h&&typeof h!="function"&&typeof h!="symbol"?a.setAttribute(u,""):a.removeAttribute(u);break;case"capture":case"download":h===!0?a.setAttribute(u,""):h!==!1&&h!=null&&typeof h!="function"&&typeof h!="symbol"?a.setAttribute(u,h):a.removeAttribute(u);break;case"cols":case"rows":case"size":case"span":h!=null&&typeof h!="function"&&typeof h!="symbol"&&!isNaN(h)&&1<=h?a.setAttribute(u,h):a.removeAttribute(u);break;case"rowSpan":case"start":h==null||typeof h=="function"||typeof h=="symbol"||isNaN(h)?a.removeAttribute(u):a.setAttribute(u,h);break;case"popover":He("beforetoggle",a),He("toggle",a),du(a,"popover",h);break;case"xlinkActuate":ai(a,"http://www.w3.org/1999/xlink","xlink:actuate",h);break;case"xlinkArcrole":ai(a,"http://www.w3.org/1999/xlink","xlink:arcrole",h);break;case"xlinkRole":ai(a,"http://www.w3.org/1999/xlink","xlink:role",h);break;case"xlinkShow":ai(a,"http://www.w3.org/1999/xlink","xlink:show",h);break;case"xlinkTitle":ai(a,"http://www.w3.org/1999/xlink","xlink:title",h);break;case"xlinkType":ai(a,"http://www.w3.org/1999/xlink","xlink:type",h);break;case"xmlBase":ai(a,"http://www.w3.org/XML/1998/namespace","xml:base",h);break;case"xmlLang":ai(a,"http://www.w3.org/XML/1998/namespace","xml:lang",h);break;case"xmlSpace":ai(a,"http://www.w3.org/XML/1998/namespace","xml:space",h);break;case"is":du(a,"is",h);break;case"innerText":case"textContent":break;default:(!(2<u.length)||u[0]!=="o"&&u[0]!=="O"||u[1]!=="n"&&u[1]!=="N")&&(u=vA.get(u)||u,du(a,u,h))}}function zh(a,s,u,h,x,b){switch(u){case"style":TO(a,h,b);break;case"dangerouslySetInnerHTML":if(h!=null){if(typeof h!="object"||!("__html"in h))throw Error(r(61));if(u=h.__html,u!=null){if(x.children!=null)throw Error(r(60));a.innerHTML=u}}break;case"children":typeof h=="string"?_l(a,h):(typeof h=="number"||typeof h=="bigint")&&_l(a,""+h);break;case"onScroll":h!=null&&He("scroll",a);break;case"onScrollEnd":h!=null&&He("scrollend",a);break;case"onClick":h!=null&&(a.onclick=li);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(!OO.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 h=="function")){typeof b!="function"&&b!==null&&(u in a?a[u]=null:a.hasAttribute(u)&&a.removeAttribute(u)),a.addEventListener(s,h,x);break e}u in a?a[u]=h:h===!0?a.setAttribute(u,""):du(a,u,h)}}}function an(a,s,u){switch(s){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":He("error",a),He("load",a);var h=!1,x=!1,b;for(b in u)if(u.hasOwnProperty(b)){var T=u[b];if(T!=null)switch(b){case"src":h=!0;break;case"srcSet":x=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(r(137,s));default:lt(a,s,b,T,u,null)}}x&<(a,s,"srcSet",u.srcSet,u,null),h&<(a,s,"src",u.src,u,null);return;case"input":He("invalid",a);var V=b=T=x=null,G=null,re=null;for(h in u)if(u.hasOwnProperty(h)){var oe=u[h];if(oe!=null)switch(h){case"name":x=oe;break;case"type":T=oe;break;case"checked":G=oe;break;case"defaultChecked":re=oe;break;case"value":b=oe;break;case"defaultValue":V=oe;break;case"children":case"dangerouslySetInnerHTML":if(oe!=null)throw Error(r(137,s));break;default:lt(a,s,h,oe,u,null)}}SO(a,b,V,G,re,T,x,!1);return;case"select":He("invalid",a),h=T=b=null;for(x in u)if(u.hasOwnProperty(x)&&(V=u[x],V!=null))switch(x){case"value":b=V;break;case"defaultValue":T=V;break;case"multiple":h=V;default:lt(a,s,x,V,u,null)}s=b,u=T,a.multiple=!!h,s!=null?Ll(a,!!h,s,!1):u!=null&&Ll(a,!!h,u,!0);return;case"textarea":He("invalid",a),b=x=h=null;for(T in u)if(u.hasOwnProperty(T)&&(V=u[T],V!=null))switch(T){case"value":h=V;break;case"defaultValue":x=V;break;case"children":b=V;break;case"dangerouslySetInnerHTML":if(V!=null)throw Error(r(91));break;default:lt(a,s,T,V,u,null)}AO(a,h,x,b);return;case"option":for(G in u)if(u.hasOwnProperty(G)&&(h=u[G],h!=null))switch(G){case"selected":a.selected=h&&typeof h!="function"&&typeof h!="symbol";break;default:lt(a,s,G,h,u,null)}return;case"dialog":He("beforetoggle",a),He("toggle",a),He("cancel",a),He("close",a);break;case"iframe":case"object":He("load",a);break;case"video":case"audio":for(h=0;h<Ho.length;h++)He(Ho[h],a);break;case"image":He("error",a),He("load",a);break;case"details":He("toggle",a);break;case"embed":case"source":case"link":He("error",a),He("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)&&(h=u[re],h!=null))switch(re){case"children":case"dangerouslySetInnerHTML":throw Error(r(137,s));default:lt(a,s,re,h,u,null)}return;default:if(nd(s)){for(oe in u)u.hasOwnProperty(oe)&&(h=u[oe],h!==void 0&&zh(a,s,oe,h,u,void 0));return}}for(V in u)u.hasOwnProperty(V)&&(h=u[V],h!=null&<(a,s,V,h,u,null))}function Uk(a,s,u,h){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,V=null,G=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":G=ue;default:h.hasOwnProperty(ae)||lt(a,s,ae,null,h,ue)}}for(var ie in h){var ae=h[ie];if(ue=u[ie],h.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":V=ae;break;case"children":case"dangerouslySetInnerHTML":if(ae!=null)throw Error(r(137,s));break;default:ae!==ue&<(a,s,ie,ae,h,ue)}}ed(a,T,V,G,re,oe,b,x);return;case"select":ae=T=V=ie=null;for(b in u)if(G=u[b],u.hasOwnProperty(b)&&G!=null)switch(b){case"value":break;case"multiple":ae=G;default:h.hasOwnProperty(b)||lt(a,s,b,null,h,G)}for(x in h)if(b=h[x],G=u[x],h.hasOwnProperty(x)&&(b!=null||G!=null))switch(x){case"value":ie=b;break;case"defaultValue":V=b;break;case"multiple":T=b;default:b!==G&<(a,s,x,b,h,G)}s=V,u=T,h=ae,ie!=null?Ll(a,!!u,ie,!1):!!h!=!!u&&(s!=null?Ll(a,!!u,s,!0):Ll(a,!!u,u?[]:"",!1));return;case"textarea":ae=ie=null;for(V in u)if(x=u[V],u.hasOwnProperty(V)&&x!=null&&!h.hasOwnProperty(V))switch(V){case"value":break;case"children":break;default:lt(a,s,V,null,h,x)}for(T in h)if(x=h[T],b=u[T],h.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&<(a,s,T,x,h,b)}wO(a,ie,ae);return;case"option":for(var ye in u)if(ie=u[ye],u.hasOwnProperty(ye)&&ie!=null&&!h.hasOwnProperty(ye))switch(ye){case"selected":a.selected=!1;break;default:lt(a,s,ye,null,h,ie)}for(G in h)if(ie=h[G],ae=u[G],h.hasOwnProperty(G)&&ie!==ae&&(ie!=null||ae!=null))switch(G){case"selected":a.selected=ie&&typeof ie!="function"&&typeof ie!="symbol";break;default:lt(a,s,G,ie,h,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 Ee in u)ie=u[Ee],u.hasOwnProperty(Ee)&&ie!=null&&!h.hasOwnProperty(Ee)&<(a,s,Ee,null,h,ie);for(re in h)if(ie=h[re],ae=u[re],h.hasOwnProperty(re)&&ie!==ae&&(ie!=null||ae!=null))switch(re){case"children":case"dangerouslySetInnerHTML":if(ie!=null)throw Error(r(137,s));break;default:lt(a,s,re,ie,h,ae)}return;default:if(nd(s)){for(var st in u)ie=u[st],u.hasOwnProperty(st)&&ie!==void 0&&!h.hasOwnProperty(st)&&zh(a,s,st,void 0,h,ie);for(oe in h)ie=h[oe],ae=u[oe],!h.hasOwnProperty(oe)||ie===ae||ie===void 0&&ae===void 0||zh(a,s,oe,ie,h,ae);return}}for(var J in u)ie=u[J],u.hasOwnProperty(J)&&ie!=null&&!h.hasOwnProperty(J)&<(a,s,J,null,h,ie);for(ue in h)ie=h[ue],ae=u[ue],!h.hasOwnProperty(ue)||ie===ae||ie==null&&ae==null||lt(a,s,ue,ie,h,ae)}function M4(a){switch(a){case"css":case"script":case"font":case"img":case"image":case"input":case"link":return!0;default:return!1}}function Ik(){if(typeof performance.getEntriesByType=="function"){for(var a=0,s=0,u=performance.getEntriesByType("resource"),h=0;h<u.length;h++){var x=u[h],b=x.transferSize,T=x.initiatorType,V=x.duration;if(b&&V&&M4(T)){for(T=0,V=x.responseEnd,h+=1;h<u.length;h++){var G=u[h],re=G.startTime;if(re>V)break;var oe=G.transferSize,ue=G.initiatorType;oe&&M4(ue)&&(G=G.responseEnd,T+=oe*(G<V?1:(V-re)/(G-re)))}if(--h,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 Hh=null,Yh=null;function u0(a){return a.nodeType===9?a:a.ownerDocument}function E4(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 $4(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 Bh(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 Fh=null;function Gk(){var a=window.event;return a&&a.type==="popstate"?a===Fh?!1:(Fh=a,!0):(Fh=null,!1)}var Q4=typeof setTimeout=="function"?setTimeout:void 0,Wk=typeof clearTimeout=="function"?clearTimeout:void 0,C4=typeof Promise=="function"?Promise:void 0,Kk=typeof queueMicrotask=="function"?queueMicrotask:typeof C4<"u"?function(a){return C4.resolve(null).then(a).catch(Jk)}:Q4;function Jk(a){setTimeout(function(){throw a})}function sa(a){return a==="head"}function Z4(a,s){var u=s,h=0;do{var x=u.nextSibling;if(a.removeChild(u),x&&x.nodeType===8)if(u=x.data,u==="/$"||u==="/&"){if(h===0){a.removeChild(x),gs(s);return}h--}else if(u==="$"||u==="$?"||u==="$~"||u==="$!"||u==="&")h++;else if(u==="html")Bo(a.ownerDocument.documentElement);else if(u==="head"){u=a.ownerDocument.head,Bo(u);for(var b=u.firstChild;b;){var T=b.nextSibling,V=b.nodeName;b[oo]||V==="SCRIPT"||V==="STYLE"||V==="LINK"&&b.rel.toLowerCase()==="stylesheet"||u.removeChild(b),b=T}}else u==="body"&&Bo(a.ownerDocument.body);u=x}while(u);gs(s)}function P4(a,s){var u=a;a=0;do{var h=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||""),h&&h.nodeType===8)if(u=h.data,u==="/$"){if(a===0)break;a--}else u!=="$"&&u!=="$?"&&u!=="$~"&&u!=="$!"||a++;u=h}while(u)}function qh(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":qh(u),Kf(u);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(u.rel.toLowerCase()==="stylesheet")continue}a.removeChild(u)}}function eT(a,s,u,h){for(;a.nodeType===1;){var x=u;if(a.nodeName.toLowerCase()!==s.toLowerCase()){if(!h&&(a.nodeName!=="INPUT"||a.type!=="hidden"))break}else if(h){if(!a[oo])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=dr(a.nextSibling),a===null)break}return null}function tT(a,s,u){if(s==="")return null;for(;a.nodeType!==3;)if((a.nodeType!==1||a.nodeName!=="INPUT"||a.type!=="hidden")&&!u||(a=dr(a.nextSibling),a===null))return null;return a}function j4(a,s){for(;a.nodeType!==8;)if((a.nodeType!==1||a.nodeName!=="INPUT"||a.type!=="hidden")&&!s||(a=dr(a.nextSibling),a===null))return null;return a}function Uh(a){return a.data==="$?"||a.data==="$~"}function Ih(a){return a.data==="$!"||a.data==="$?"&&a.ownerDocument.readyState!=="loading"}function nT(a,s){var u=a.ownerDocument;if(a.data==="$~")a._reactRetry=s;else if(a.data!=="$?"||u.readyState!=="loading")s();else{var h=function(){s(),u.removeEventListener("DOMContentLoaded",h)};u.addEventListener("DOMContentLoaded",h),a._reactRetry=h}}function dr(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 Gh=null;function R4(a){a=a.nextSibling;for(var s=0;a;){if(a.nodeType===8){var u=a.data;if(u==="/$"||u==="/&"){if(s===0)return dr(a.nextSibling);s--}else u!=="$"&&u!=="$!"&&u!=="$?"&&u!=="$~"&&u!=="&"||s++}a=a.nextSibling}return null}function N4(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 V4(a,s,u){switch(s=u0(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 Bo(a){for(var s=a.attributes;s.length;)a.removeAttributeNode(s[0]);Kf(a)}var hr=new Map,L4=new Set;function f0(a){return typeof a.getRootNode=="function"?a.getRootNode():a.nodeType===9?a:a.ownerDocument}var Si=X.d;X.d={f:rT,r:iT,D:aT,C:lT,L:sT,m:oT,X:uT,S:cT,M:fT};function rT(){var a=Si.f(),s=n0();return a||s}function iT(a){var s=Rl(a);s!==null&&s.tag===5&&s.type==="form"?t6(s):Si.r(a)}var hs=typeof document>"u"?null:document;function _4(a,s,u){var h=hs;if(h&&typeof s=="string"&&s){var x=ar(s);x='link[rel="'+a+'"][href="'+x+'"]',typeof u=="string"&&(x+='[crossorigin="'+u+'"]'),L4.has(x)||(L4.add(x),a={rel:a,crossOrigin:u,href:s},h.querySelector(x)===null&&(s=h.createElement("link"),an(s,"link",a),Ut(s),h.head.appendChild(s)))}}function aT(a){Si.D(a),_4("dns-prefetch",a,null)}function lT(a,s){Si.C(a,s),_4("preconnect",a,s)}function sT(a,s,u){Si.L(a,s,u);var h=hs;if(h&&a&&s){var x='link[rel="preload"][as="'+ar(s)+'"]';s==="image"&&u&&u.imageSrcSet?(x+='[imagesrcset="'+ar(u.imageSrcSet)+'"]',typeof u.imageSizes=="string"&&(x+='[imagesizes="'+ar(u.imageSizes)+'"]')):x+='[href="'+ar(a)+'"]';var b=x;switch(s){case"style":b=ms(a);break;case"script":b=ps(a)}hr.has(b)||(a=g({rel:"preload",href:s==="image"&&u&&u.imageSrcSet?void 0:a,as:s},u),hr.set(b,a),h.querySelector(x)!==null||s==="style"&&h.querySelector(Fo(b))||s==="script"&&h.querySelector(qo(b))||(s=h.createElement("link"),an(s,"link",a),Ut(s),h.head.appendChild(s)))}}function oT(a,s){Si.m(a,s);var u=hs;if(u&&a){var h=s&&typeof s.as=="string"?s.as:"script",x='link[rel="modulepreload"][as="'+ar(h)+'"][href="'+ar(a)+'"]',b=x;switch(h){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":b=ps(a)}if(!hr.has(b)&&(a=g({rel:"modulepreload",href:a},s),hr.set(b,a),u.querySelector(x)===null)){switch(h){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(u.querySelector(qo(b)))return}h=u.createElement("link"),an(h,"link",a),Ut(h),u.head.appendChild(h)}}}function cT(a,s,u){Si.S(a,s,u);var h=hs;if(h&&a){var x=Nl(h).hoistableStyles,b=ms(a);s=s||"default";var T=x.get(b);if(!T){var V={loading:0,preload:null};if(T=h.querySelector(Fo(b)))V.loading=5;else{a=g({rel:"stylesheet",href:a,"data-precedence":s},u),(u=hr.get(b))&&Wh(a,u);var G=T=h.createElement("link");Ut(G),an(G,"link",a),G._p=new Promise(function(re,oe){G.onload=re,G.onerror=oe}),G.addEventListener("load",function(){V.loading|=1}),G.addEventListener("error",function(){V.loading|=2}),V.loading|=4,d0(T,s,h)}T={type:"stylesheet",instance:T,count:1,state:V},x.set(b,T)}}}function uT(a,s){Si.X(a,s);var u=hs;if(u&&a){var h=Nl(u).hoistableScripts,x=ps(a),b=h.get(x);b||(b=u.querySelector(qo(x)),b||(a=g({src:a,async:!0},s),(s=hr.get(x))&&Kh(a,s),b=u.createElement("script"),Ut(b),an(b,"link",a),u.head.appendChild(b)),b={type:"script",instance:b,count:1,state:null},h.set(x,b))}}function fT(a,s){Si.M(a,s);var u=hs;if(u&&a){var h=Nl(u).hoistableScripts,x=ps(a),b=h.get(x);b||(b=u.querySelector(qo(x)),b||(a=g({src:a,async:!0,type:"module"},s),(s=hr.get(x))&&Kh(a,s),b=u.createElement("script"),Ut(b),an(b,"link",a),u.head.appendChild(b)),b={type:"script",instance:b,count:1,state:null},h.set(x,b))}}function D4(a,s,u,h){var x=(x=le.current)?f0(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=ms(u.href),u=Nl(x).hoistableStyles,h=u.get(s),h||(h={type:"style",instance:null,count:0,state:null},u.set(s,h)),h):{type:"void",instance:null,count:0,state:null};case"link":if(u.rel==="stylesheet"&&typeof u.href=="string"&&typeof u.precedence=="string"){a=ms(u.href);var b=Nl(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(Fo(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||dT(x,a,u,T.state))),s&&h===null)throw Error(r(528,""));return T}if(s&&h!==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=ps(u),u=Nl(x).hoistableScripts,h=u.get(s),h||(h={type:"script",instance:null,count:0,state:null},u.set(s,h)),h):{type:"void",instance:null,count:0,state:null};default:throw Error(r(444,a))}}function ms(a){return'href="'+ar(a)+'"'}function Fo(a){return'link[rel="stylesheet"]['+a+"]"}function X4(a){return g({},a,{"data-precedence":a.precedence,precedence:null})}function dT(a,s,u,h){a.querySelector('link[rel="preload"][as="style"]['+s+"]")?h.loading=1:(s=a.createElement("link"),h.preload=s,s.addEventListener("load",function(){return h.loading|=1}),s.addEventListener("error",function(){return h.loading|=2}),an(s,"link",u),Ut(s),a.head.appendChild(s))}function ps(a){return'[src="'+ar(a)+'"]'}function qo(a){return"script[async]"+a}function z4(a,s,u){if(s.count++,s.instance===null)switch(s.type){case"style":var h=a.querySelector('style[data-href~="'+ar(u.href)+'"]');if(h)return s.instance=h,Ut(h),h;var x=g({},u,{"data-href":u.href,"data-precedence":u.precedence,href:null,precedence:null});return h=(a.ownerDocument||a).createElement("style"),Ut(h),an(h,"style",x),d0(h,u.precedence,a),s.instance=h;case"stylesheet":x=ms(u.href);var b=a.querySelector(Fo(x));if(b)return s.state.loading|=4,s.instance=b,Ut(b),b;h=X4(u),(x=hr.get(x))&&Wh(h,x),b=(a.ownerDocument||a).createElement("link"),Ut(b);var T=b;return T._p=new Promise(function(V,G){T.onload=V,T.onerror=G}),an(b,"link",h),s.state.loading|=4,d0(b,u.precedence,a),s.instance=b;case"script":return b=ps(u.src),(x=a.querySelector(qo(b)))?(s.instance=x,Ut(x),x):(h=u,(x=hr.get(b))&&(h=g({},u),Kh(h,x)),a=a.ownerDocument||a,x=a.createElement("script"),Ut(x),an(x,"link",h),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&&(h=s.instance,s.state.loading|=4,d0(h,u.precedence,a));return s.instance}function d0(a,s,u){for(var h=u.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),x=h.length?h[h.length-1]:null,b=x,T=0;T<h.length;T++){var V=h[T];if(V.dataset.precedence===s)b=V;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 Wh(a,s){a.crossOrigin==null&&(a.crossOrigin=s.crossOrigin),a.referrerPolicy==null&&(a.referrerPolicy=s.referrerPolicy),a.title==null&&(a.title=s.title)}function Kh(a,s){a.crossOrigin==null&&(a.crossOrigin=s.crossOrigin),a.referrerPolicy==null&&(a.referrerPolicy=s.referrerPolicy),a.integrity==null&&(a.integrity=s.integrity)}var h0=null;function H4(a,s,u){if(h0===null){var h=new Map,x=h0=new Map;x.set(u,h)}else x=h0,h=x.get(u),h||(h=new Map,x.set(u,h));if(h.has(a))return h;for(h.set(a,null),u=u.getElementsByTagName(a),x=0;x<u.length;x++){var b=u[x];if(!(b[oo]||b[en]||a==="link"&&b.getAttribute("rel")==="stylesheet")&&b.namespaceURI!=="http://www.w3.org/2000/svg"){var T=b.getAttribute(s)||"";T=a+T;var V=h.get(T);V?V.push(b):h.set(T,[b])}}return h}function Y4(a,s,u){a=a.ownerDocument||a,a.head.insertBefore(u,s==="title"?a.querySelector("head > title"):null)}function hT(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 B4(a){return!(a.type==="stylesheet"&&(a.state.loading&3)===0)}function mT(a,s,u,h){if(u.type==="stylesheet"&&(typeof h.media!="string"||matchMedia(h.media).matches!==!1)&&(u.state.loading&4)===0){if(u.instance===null){var x=ms(h.href),b=s.querySelector(Fo(x));if(b){s=b._p,s!==null&&typeof s=="object"&&typeof s.then=="function"&&(a.count++,a=m0.bind(a),s.then(a,a)),u.state.loading|=4,u.instance=b,Ut(b);return}b=s.ownerDocument||s,h=X4(h),(x=hr.get(x))&&Wh(h,x),b=b.createElement("link"),Ut(b);var T=b;T._p=new Promise(function(V,G){T.onload=V,T.onerror=G}),an(b,"link",h),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=m0.bind(a),s.addEventListener("load",u),s.addEventListener("error",u))}}var Jh=0;function pT(a,s){return a.stylesheets&&a.count===0&&g0(a,a.stylesheets),0<a.count||0<a.imgCount?function(u){var h=setTimeout(function(){if(a.stylesheets&&g0(a,a.stylesheets),a.unsuspend){var b=a.unsuspend;a.unsuspend=null,b()}},6e4+s);0<a.imgBytes&&Jh===0&&(Jh=62500*Ik());var x=setTimeout(function(){if(a.waitingForImages=!1,a.count===0&&(a.stylesheets&&g0(a,a.stylesheets),a.unsuspend)){var b=a.unsuspend;a.unsuspend=null,b()}},(a.imgBytes>Jh?50:800)+s);return a.unsuspend=u,function(){a.unsuspend=null,clearTimeout(h),clearTimeout(x)}}:null}function m0(){if(this.count--,this.count===0&&(this.imgCount===0||!this.waitingForImages)){if(this.stylesheets)g0(this,this.stylesheets);else if(this.unsuspend){var a=this.unsuspend;this.unsuspend=null,a()}}}var p0=null;function g0(a,s){a.stylesheets=null,a.unsuspend!==null&&(a.count++,p0=new Map,s.forEach(gT,a),p0=null,m0.call(a))}function gT(a,s){if(!(s.state.loading&4)){var u=p0.get(a);if(u)var h=u.get(null);else{u=new Map,p0.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),h=T)}h&&u.set(null,h)}x=s.instance,T=x.getAttribute("data-precedence"),b=u.get(T)||h,b===h&&u.set(null,x),u.set(T,x),this.count++,h=m0.bind(this),x.addEventListener("load",h),x.addEventListener("error",h),b?b.parentNode.insertBefore(x,b.nextSibling):(a=a.nodeType===9?a.head:a,a.insertBefore(x,a.firstChild)),s.state.loading|=4}}var Uo={$$typeof:Q,Provider:null,Consumer:null,_currentValue:N,_currentValue2:N,_threadCount:0};function OT(a,s,u,h,x,b,T,V,G){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=Ql(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Ql(0),this.hiddenUpdates=Ql(null),this.identifierPrefix=h,this.onUncaughtError=x,this.onCaughtError=b,this.onRecoverableError=T,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=G,this.incompleteTransitions=new Map}function F4(a,s,u,h,x,b,T,V,G,re,oe,ue){return a=new OT(a,s,u,T,G,re,oe,ue,V),s=1,b===!0&&(s|=24),b=zn(3,null,null,s),a.current=b,b.stateNode=a,s=Zd(),s.refCount++,a.pooledCache=s,s.refCount++,b.memoizedState={element:h,isDehydrated:u,cache:s},Nd(b),a}function q4(a){return a?(a=Fl,a):Fl}function U4(a,s,u,h,x,b){x=q4(x),h.context===null?h.context=x:h.pendingContext=x,h=Gi(s),h.payload={element:u},b=b===void 0?null:b,b!==null&&(h.callback=b),u=Wi(a,h,s),u!==null&&(Qn(u,a,s),To(u,a,s))}function I4(a,s){if(a=a.memoizedState,a!==null&&a.dehydrated!==null){var u=a.retryLane;a.retryLane=u!==0&&u<s?u:s}}function em(a,s){I4(a,s),(a=a.alternate)&&I4(a,s)}function G4(a){if(a.tag===13||a.tag===31){var s=Da(a,67108864);s!==null&&Qn(s,a,67108864),em(a,67108864)}}function W4(a){if(a.tag===13||a.tag===31){var s=qn();s=Cl(s);var u=Da(a,s);u!==null&&Qn(u,a,s),em(a,s)}}var O0=!0;function xT(a,s,u,h){var x=R.T;R.T=null;var b=X.p;try{X.p=2,tm(a,s,u,h)}finally{X.p=b,R.T=x}}function yT(a,s,u,h){var x=R.T;R.T=null;var b=X.p;try{X.p=8,tm(a,s,u,h)}finally{X.p=b,R.T=x}}function tm(a,s,u,h){if(O0){var x=nm(h);if(x===null)Xh(a,s,h,x0,u),J4(a,h);else if(vT(x,a,s,u,h))h.stopPropagation();else if(J4(a,h),s&4&&-1<bT.indexOf(a)){for(;x!==null;){var b=Rl(x);if(b!==null)switch(b.tag){case 3:if(b=b.stateNode,b.current.memoizedState.isDehydrated){var T=rr(b.pendingLanes);if(T!==0){var V=b;for(V.pendingLanes|=2,V.entangledLanes|=2;T;){var G=1<<31-St(T);V.entanglements[1]|=G,T&=~G}Vr(b),(et&6)===0&&(e0=Qe()+500,zo(0))}}break;case 31:case 13:V=Da(b,2),V!==null&&Qn(V,b,2),n0(),em(b,2)}if(b=nm(h),b===null&&Xh(a,s,h,x0,u),b===x)break;x=b}x!==null&&h.stopPropagation()}else Xh(a,s,h,null,u)}}function nm(a){return a=id(a),rm(a)}var x0=null;function rm(a){if(x0=null,a=jl(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 x0=a,null}function K4(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(it()){case ht:return 2;case gt:return 8;case _n:case Di:return 32;case ri:return 268435456;default:return 32}default:return 32}}var im=!1,oa=null,ca=null,ua=null,Io=new Map,Go=new Map,fa=[],bT="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 J4(a,s){switch(a){case"focusin":case"focusout":oa=null;break;case"dragenter":case"dragleave":ca=null;break;case"mouseover":case"mouseout":ua=null;break;case"pointerover":case"pointerout":Io.delete(s.pointerId);break;case"gotpointercapture":case"lostpointercapture":Go.delete(s.pointerId)}}function Wo(a,s,u,h,x,b){return a===null||a.nativeEvent!==b?(a={blockedOn:s,domEventName:u,eventSystemFlags:h,nativeEvent:b,targetContainers:[x]},s!==null&&(s=Rl(s),s!==null&&G4(s)),a):(a.eventSystemFlags|=h,s=a.targetContainers,x!==null&&s.indexOf(x)===-1&&s.push(x),a)}function vT(a,s,u,h,x){switch(s){case"focusin":return oa=Wo(oa,a,s,u,h,x),!0;case"dragenter":return ca=Wo(ca,a,s,u,h,x),!0;case"mouseover":return ua=Wo(ua,a,s,u,h,x),!0;case"pointerover":var b=x.pointerId;return Io.set(b,Wo(Io.get(b)||null,a,s,u,h,x)),!0;case"gotpointercapture":return b=x.pointerId,Go.set(b,Wo(Go.get(b)||null,a,s,u,h,x)),!0}return!1}function e5(a){var s=jl(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,mO(a.priority,function(){W4(u)});return}}else if(s===31){if(s=c(u),s!==null){a.blockedOn=s,mO(a.priority,function(){W4(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 y0(a){if(a.blockedOn!==null)return!1;for(var s=a.targetContainers;0<s.length;){var u=nm(a.nativeEvent);if(u===null){u=a.nativeEvent;var h=new u.constructor(u.type,u);rd=h,u.target.dispatchEvent(h),rd=null}else return s=Rl(u),s!==null&&G4(s),a.blockedOn=u,!1;s.shift()}return!0}function t5(a,s,u){y0(a)&&u.delete(s)}function ST(){im=!1,oa!==null&&y0(oa)&&(oa=null),ca!==null&&y0(ca)&&(ca=null),ua!==null&&y0(ua)&&(ua=null),Io.forEach(t5),Go.forEach(t5)}function b0(a,s){a.blockedOn===s&&(a.blockedOn=null,im||(im=!0,t.unstable_scheduleCallback(t.unstable_NormalPriority,ST)))}var v0=null;function n5(a){v0!==a&&(v0=a,t.unstable_scheduleCallback(t.unstable_NormalPriority,function(){v0===a&&(v0=null);for(var s=0;s<a.length;s+=3){var u=a[s],h=a[s+1],x=a[s+2];if(typeof h!="function"){if(rm(h||u)===null)continue;break}var b=Rl(u);b!==null&&(a.splice(s,3),s-=3,nh(b,{pending:!0,data:x,method:u.method,action:h},h,x))}}))}function gs(a){function s(G){return b0(G,a)}oa!==null&&b0(oa,a),ca!==null&&b0(ca,a),ua!==null&&b0(ua,a),Io.forEach(s),Go.forEach(s);for(var u=0;u<fa.length;u++){var h=fa[u];h.blockedOn===a&&(h.blockedOn=null)}for(;0<fa.length&&(u=fa[0],u.blockedOn===null);)e5(u),u.blockedOn===null&&fa.shift();if(u=(a.ownerDocument||a).$$reactFormReplay,u!=null)for(h=0;h<u.length;h+=3){var x=u[h],b=u[h+1],T=x[An]||null;if(typeof b=="function")T||n5(u);else if(T){var V=null;if(b&&b.hasAttribute("formAction")){if(x=b,T=b[An]||null)V=T.formAction;else if(rm(x)!==null)continue}else V=T.action;typeof V=="function"?u[h+1]=V:(u.splice(h,3),h-=3),n5(u)}}}function r5(){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),h||setTimeout(u,20)}function u(){if(!h&&!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 h=!1,x=null;return navigation.addEventListener("navigate",a),navigation.addEventListener("navigatesuccess",s),navigation.addEventListener("navigateerror",s),setTimeout(u,100),function(){h=!0,navigation.removeEventListener("navigate",a),navigation.removeEventListener("navigatesuccess",s),navigation.removeEventListener("navigateerror",s),x!==null&&(x(),x=null)}}}function am(a){this._internalRoot=a}S0.prototype.render=am.prototype.render=function(a){var s=this._internalRoot;if(s===null)throw Error(r(409));var u=s.current,h=qn();U4(u,h,a,s,null,null)},S0.prototype.unmount=am.prototype.unmount=function(){var a=this._internalRoot;if(a!==null){this._internalRoot=null;var s=a.containerInfo;U4(a.current,2,null,a,null,null),n0(),s[Pl]=null}};function S0(a){this._internalRoot=a}S0.prototype.unstable_scheduleHydration=function(a){if(a){var s=hO();a={blockedOn:null,target:a,priority:s};for(var u=0;u<fa.length&&s!==0&&s<fa[u].priority;u++);fa.splice(u,0,a),u===0&&e5(a)}};var i5=e.version;if(i5!=="19.2.6")throw Error(r(527,i5,"19.2.6"));X.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 wT={bundleType:0,version:"19.2.6",rendererPackageName:"react-dom",currentDispatcherRef:R,reconcilerVersion:"19.2.6"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var w0=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!w0.isDisabled&&w0.supportsFiber)try{Dn=w0.inject(wT),Ht=w0}catch{}}return Jo.createRoot=function(a,s){if(!i(a))throw Error(r(299));var u=!1,h="",x=f6,b=d6,T=h6;return s!=null&&(s.unstable_strictMode===!0&&(u=!0),s.identifierPrefix!==void 0&&(h=s.identifierPrefix),s.onUncaughtError!==void 0&&(x=s.onUncaughtError),s.onCaughtError!==void 0&&(b=s.onCaughtError),s.onRecoverableError!==void 0&&(T=s.onRecoverableError)),s=F4(a,1,!1,null,null,u,h,null,x,b,T,r5),a[Pl]=s.current,Dh(a),new am(s)},Jo.hydrateRoot=function(a,s,u){if(!i(a))throw Error(r(299));var h=!1,x="",b=f6,T=d6,V=h6,G=null;return u!=null&&(u.unstable_strictMode===!0&&(h=!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&&(V=u.onRecoverableError),u.formState!==void 0&&(G=u.formState)),s=F4(a,1,!0,s,u??null,h,x,G,b,T,V,r5),s.context=q4(null),u=s.current,h=qn(),h=Cl(h),x=Gi(h),x.callback=null,Wi(u,x,h),u=h,s.current.lanes=u,zi(s,u),Vr(s),a[Pl]=s.current,Dh(a),new S0(s)},Jo.version="19.2.6",Jo}var m5;function PT(){if(m5)return om.exports;m5=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(),om.exports=ZT(),om.exports}var jT=PT();function Tt(t){d.useEffect(t,[])}function RT(t){const[e,n]=d.useState([]),r=d.useRef(null),i=d.useRef(null),l=d.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]);d.useEffect(()=>{l()},[l]);const o=d.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 A;try{A=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(E=>[...E,j]);return}if(!A.ok){const j={id:crypto.randomUUID(),status:"failed",progress:0,error:`Server error (${A.status}). Check the terminal for details.`,filename:"Export failed",createdAt:S};n(E=>[...E,j]);return}const{jobId:k}=await A.json(),Q={mp4:".mp4",webm:".webm",mov:".mov"}[y]??".mp4",Z={id:k,status:"rendering",progress:0,filename:`${k}${Q}`,createdAt:S};n(j=>[...j,Z]),i.current=k;const C=new EventSource(`/api/render/${k}/progress`);return r.current=C,C.addEventListener("progress",j=>{try{const E=JSON.parse(j.data);n(L=>L.map(F=>F.id===k?{...F,progress:E.progress??F.progress,stage:E.stage??E.message??F.stage,status:E.status==="complete"?"complete":E.status==="failed"?"failed":F.status,durationMs:E.status==="complete"?Date.now()-S:void 0,error:E.error??F.error}:F)),(E.status==="complete"||E.status==="failed")&&(C.close(),i.current=null)}catch{}}),C.onerror=()=>{C.close(),n(j=>j.map(E=>E.id===k&&E.status==="rendering"?{...E,status:"failed",error:"Connection lost. Is the render server running?"}:E)),i.current=null},k},[t]),c=d.useCallback(async m=>{try{await fetch(`/api/render/${m}`,{method:"DELETE"})}catch{}n(p=>p.filter(g=>g.id!==m))},[]),f=d.useCallback(()=>{n(m=>m.filter(p=>p.status==="rendering"))},[]);return d.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 NT="modulepreload",VT=function(t){return"/"+t},p5={},LT=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=VT(m),m in p5)return;p5[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":NT,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 _T(t){if(typeof t!="object"||t===null)return!0;const e=t;return e.isLoaded===!0||typeof e.totalFrames=="number"&&e.totalFrames>0}const jb={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(" ")},DT={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"},XT=d.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",jb[t],DT[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})]}));XT.displayName="Button";const zT={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"},HT=d.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",jb[n],zT[e],r].join(" "),...i,children:t}));HT.displayName="IconButton";function g5({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 YT=3,BT=3;function O5(t){return typeof t=="object"&&t!==null}function FT(t){if(!(t instanceof CustomEvent))return null;const e=t.detail;if(!O5(e))return null;const n=e.state;return O5(n)?n.loading===!0&&n.ready!==!0:null}const qT=400;function UT(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 IT(t){const e=t.tagName.toLowerCase();return e==="video"||e==="audio"}function x5(t,e){try{const n=t.contentWindow,r=t.contentDocument;if(!n||!r)return e;for(const l of r.querySelectorAll("video, audio"))if(IT(l)&&!l.error&&l.networkState!==BT&&l.readyState<YT)return!0;const i=n.__hfLottie;if(i!=null&&i.length){for(const l of i)if(!_T(l))return!0}return!1}catch{return e}}const k2=d.forwardRef(({projectId:t,directUrl:e,onLoad:n,onCompositionLoadingChange:r,portrait:i,style:l,suppressLoadingOverlay:o},c)=>{const f=d.useRef(null),m=d.useRef(0),p=d.useRef(null),g=d.useRef(null),[y,v]=d.useState(!1),[S,w]=d.useState(!1),[A,k]=d.useState(!1),[$,Q]=d.useState(!1),[Z,C]=d.useState(!0),[j,E]=d.useState(!0);d.useEffect(()=>{if(!Z){E(!0);return}const q=setTimeout(()=>E(!1),qT);return()=>clearTimeout(q)},[Z]),Tt(()=>{const q=f.current;if(!q)return;let z=!1,B;return LT(()=>import("./hyperframes-player-CzwFysqv.js"),[]).then(()=>{if(z)return;const Y=document.createElement("hyperframes-player"),ee=e||`/api/projects/${t}/preview`;Y.setAttribute("shader-capture-scale","1"),Y.setAttribute("shader-loading","player"),Y.setAttribute("src",ee),Y.setAttribute("width",String(i?1080:1920)),Y.setAttribute("height",String(i?1920:1080)),Y.style.width="100%",Y.style.height="100%",Y.style.display="block",q.appendChild(Y),UT(Y);const _=Y.iframeElement;typeof c=="function"?c(_):c&&(c.current=_);const R=M=>M.stopImmediatePropagation();Y.addEventListener("click",R,{capture:!0});const X=M=>{const P=FT(M);P!==null&&Q(P)};Y.addEventListener("shadertransitionstate",X);const N=()=>{C(!1)},D=()=>{C(!1)};Y.addEventListener("ready",N),Y.addEventListener("error",D);const I=()=>{if(m.current++,Q(!1),C(!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=x5(_,!1);if(M){v(!0);let P=0;p.current=setInterval(()=>{P+=1,M=x5(_,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)};_.addEventListener("load",I),B=()=>{_.removeEventListener("load",I),Y.removeEventListener("click",R,{capture:!0}),Y.removeEventListener("shadertransitionstate",X),Y.removeEventListener("ready",N),Y.removeEventListener("error",D),p.current&&clearInterval(p.current),p.current=null,q.removeChild(Y),typeof c=="function"?c(null):c&&(c.current=null)}}),()=>{z=!0,B==null||B()}}),d.useEffect(()=>{if(g.current&&(clearTimeout(g.current),g.current=null),y){w(!0),k(!1);return}return k(!0),g.current=setTimeout(()=>{w(!1),k(!1),g.current=null},240),()=>{g.current&&(clearTimeout(g.current),g.current=null)}},[y]);const L=!o&&!j&&Z,F=S&&!$&&!L;return d.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(g5,{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:A?0:1,pointerEvents:A?"none":"auto",transition:"opacity 240ms ease-out"},onDragStart:q=>q.preventDefault(),onMouseDown:q=>q.preventDefault(),onPointerDown:q=>q.preventDefault(),children:O.jsx(g5,{title:"Preparing preview assets",detail:"Waiting for media and motion assets before playback starts.",size:56})})]})});k2.displayName="Player";const Wc=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 T2(t,e=Wc){return!Number.isFinite(t)||t<=0||!Number.isFinite(e)||e<=0?0:Math.round(t*e)}function Rb(t,e=Wc){return!Number.isFinite(t)||t<=0||!Number.isFinite(e)||e<=0?0:t/e}function M2(t,e,n=Wc){const r=T2(t,n),i=Math.max(0,r+e);return Rb(i,n)}function y5(t,e,n=Wc){const r=T2(t,n),i=T2(e,n);return`${r}f / ${i}f`}const b5=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},GT=(t=>t?b5(t):b5),WT=t=>t;function KT(t,e=WT){const n=A0.useSyncExternalStore(t.subscribe,A0.useCallback(()=>e(t.getState()),[t,e]),A0.useCallback(()=>e(t.getInitialState()),[t,e]));return A0.useDebugValue(n),n}const v5=t=>{const e=GT(t),n=r=>KT(e,r);return Object.assign(n,e),n},Nb=(t=>t?v5(t):v5),Vb="hf-studio-ui-preferences";function S5(t){return typeof t=="object"&&t!==null}function Lb(){if(typeof window>"u")return null;try{return window.localStorage}catch{return null}}function _b(t){if(!t)return{};try{const e=t.getItem(Vb);if(!e)return{};const n=JSON.parse(e);if(!S5(n))return{};const r={};if(typeof n.leftCollapsed=="boolean"&&(r.leftCollapsed=n.leftCollapsed),typeof n.timelineVisible=="boolean"&&(r.timelineVisible=n.timelineVisible),typeof n.playbackRate=="number"&&Number.isFinite(n.playbackRate)&&(r.playbackRate=n.playbackRate),S5(n.previewZoom)){const{zoomPercent:i,panX:l,panY:o}=n.previewZoom;typeof i=="number"&&Number.isFinite(i)&&typeof l=="number"&&Number.isFinite(l)&&typeof o=="number"&&Number.isFinite(o)&&(r.previewZoom={zoomPercent:i,panX:l,panY:o})}return r}catch{return{}}}function mf(t=Lb()){return _b(t)}function pf(t,e=Lb()){if(e)try{const n={..._b(e),...t};e.setItem(Vb,JSON.stringify(n))}catch{}}const dm=new Set,Yr={notify:t=>dm.forEach(e=>e(t)),subscribe:t=>(dm.add(t),()=>dm.delete(t))},pe=Nb(t=>({isPlaying:!1,currentTime:0,duration:0,timelineReady:!1,elements:[],selectedElementId:null,playbackRate:mf().playbackRate??1,loopEnabled:!1,zoomMode:"fit",manualZoomPercent:100,requestedSeekTime:null,requestSeek:e=>t({requestedSeekTime:e}),clearSeekRequest:()=>t({requestedSeekTime:null}),setIsPlaying:e=>t({isPlaying:e}),setPlaybackRate:e=>{pf({playbackRate: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})})),JT=[.25,.5,1,1.5,2],eM=8,tM=[{key:"J",label:"Play backward"},{key:"K",label:"Stop playback"},{key:"L",label:"Play forward"},{key:"←/→",label:"Step one frame backward or forward"}];function nM(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,eM/n);return i<=l?0:i>=1-l?1:i}const rM=d.memo(function({onTogglePlay:e,onSeek:n,disabled:r=!1}){const i=pe(N=>N.isPlaying),l=pe(N=>N.duration),o=pe(N=>N.timelineReady),c=pe(N=>N.playbackRate),f=pe(N=>N.loopEnabled),m=pe.getState().setPlaybackRate,p=pe.getState().setLoopEnabled,[g,y]=d.useState(!1),[v,S]=d.useState("time"),[w,A]=d.useState(""),k=d.useRef(null),$=d.useRef(null),Q=d.useRef(null),Z=d.useRef(null),C=d.useRef(null),j=d.useRef(null),E=d.useRef(!1),L=d.useRef(0),F=d.useRef(v);F.current=v;const q=d.useRef(l);q.current=l;const z=r||!o;Tt(()=>{const N=M=>{L.current=M;const P=q.current,H=P>0?Math.min(100,M/P*100):0;k.current&&(k.current.style.width=`${H}%`),$.current&&($.current.style.left=`${H}%`),Q.current&&(Q.current.textContent=F.current==="frame"?y5(M,P):bn(M)),C.current&&C.current.setAttribute("aria-valuenow",String(Math.round(M)))},D=Yr.subscribe(N);N(pe.getState().currentTime);const I=setInterval(()=>{const M=pe.getState().currentTime,P=pe.getState().duration;if(P>0&&M>0){const H=Math.min(100,M/P*100);k.current&&(k.current.style.width=`${H}%`),$.current&&($.current.style.left=`${H}%`)}},500);return()=>{D(),clearInterval(I)}}),d.useEffect(()=>{if(!Q.current)return;const N=L.current;Q.current.textContent=v==="frame"?y5(N,l):bn(N)},[l,v]),d.useEffect(()=>{if(!g)return;const N=D=>{j.current&&!j.current.contains(D.target)&&y(!1)};return document.addEventListener("mousedown",N),()=>{document.removeEventListener("mousedown",N)}},[g]);const B=d.useCallback(N=>{if(r)return;const D=Z.current;if(!D||l<=0)return;const I=D.getBoundingClientRect(),M=nM(N,I.left,I.width),P=M*100;k.current&&(k.current.style.width=`${P}%`),$.current&&($.current.style.left=`${P}%`),n(M*l)},[r,l,n]),Y=d.useCallback(N=>{if(N.button!==0)return;N.preventDefault(),N.currentTarget.focus(),E.current=!0;const D=N.currentTarget,I=N.pointerId;try{D.setPointerCapture(I)}catch{}B(N.clientX);const M=te=>{te.pointerId===I&&E.current&&B(te.clientX)},P=()=>{E.current=!1;try{D.releasePointerCapture(I)}catch{}D.removeEventListener("pointermove",M),D.removeEventListener("pointerup",H),D.removeEventListener("pointercancel",H),window.removeEventListener("pointerup",H),window.removeEventListener("pointercancel",H),document.removeEventListener("visibilitychange",U),window.removeEventListener("blur",P)},H=te=>{te.pointerId===I&&P()},U=()=>{document.visibilityState==="hidden"&&P()};D.addEventListener("pointermove",M),D.addEventListener("pointerup",H),D.addEventListener("pointercancel",H),window.addEventListener("pointerup",H),window.addEventListener("pointercancel",H),document.addEventListener("visibilitychange",U),window.addEventListener("blur",P)},[B]),ee=d.useCallback(N=>{if(r||!o||l<=0)return;const D=N.shiftKey?10:1;N.key==="ArrowLeft"?(N.preventDefault(),n(M2(L.current,-D))):N.key==="ArrowRight"&&(N.preventDefault(),n(Math.min(l,M2(L.current,D))))},[r,o,l,n]),_=d.useCallback(()=>{if(r)return;const N=Number.parseInt(w,10);!Number.isFinite(N)||l<=0||n(Math.min(l,Rb(Math.max(0,N))))},[r,l,w,n]),R=d.useCallback(N=>{N.preventDefault(),_()},[_]),X=d.useCallback(N=>{N.key==="Enter"&&(N.preventDefault(),_())},[_]);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:N=>{Z.current=N,C.current=N},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:Y,onKeyDown:ee,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:k,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:$,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(N=>!N),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:JT.map(N=>O.jsxs("button",{onClick:()=>{m(N),y(!1)},className:"block w-full px-3 py-1.5 text-[11px] text-left font-mono tabular-nums transition-colors",style:{color:N===c?"#FAFAFA":"#71717A",background:N===c?"rgba(255,255,255,0.06)":"transparent"},onMouseEnter:D=>{N!==c&&(D.currentTarget.style.background="rgba(255,255,255,0.04)")},onMouseLeave:D=>{N!==c&&(D.currentTarget.style.background="transparent")},children:[N,"x"]},N))})]}),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(N=>N==="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:R,className:"hidden sm:flex flex-shrink-0 w-[58px] items-center",children:O.jsx("input",{value:w,onChange:N=>A(N.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:X,onBlur:_})}),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:tM.map(N=>O.jsxs("span",{className:"group relative rounded border border-neutral-800 px-1 py-0.5",children:[N.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:N.label})]},N.key))})]})}),w5=100;function As(t){return Math.round(t*w5)/w5}function Mc(t,e,n){return Math.min(Math.max(t,e),n)}const A5=.55,k0=40,k5=12;function T5(t,e,n){const r=(i,l,o)=>{if(o<i+k0){const c=Math.max(0,1-(o-i)/k0);return-Math.round(k5*c)}if(o>l-k0){const c=Math.max(0,1-(l-o)/k0);return Math.round(k5*c)}return 0};return{x:r(t.left,t.right,e),y:r(t.top,t.bottom,n)}}function iM(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=Mc(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<=-A5?v=g-1:w&&m>t.trackOrder.length-1&&f+o>=t.trackOrder.length-1+A5&&(v=y+1),{start:Mc(As(t.start+l),0,Math.max(0,t.maxStart)),track:v}}function hm(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 aM(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=Mc(As(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=Mc(i,c,f),p=As(t.start+m),g=As(t.duration-m),y=t.playbackStart!=null?As(Math.max(0,t.playbackStart+m*l)):void 0;return{start:p,duration:g,playbackStart:y}}function lM(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 sM(t){return!!(t.domId||t.selector)}function oM(t){if(t.playbackStartAttr!=null||t.playbackStart!=null)return!0;const e=t.tag.toLowerCase();return["video","audio"].includes(e)}function Db(t){if(t.timingSource==="implicit")return{canMove:!1,canTrimStart:!1,canTrimEnd:!1};const e=sM(t),n=Number.isFinite(t.duration)&&t.duration>0,r=lM(t);return{canMove:e&&(r||n),canTrimEnd:e&&n&&r,canTrimStart:e&&n&&oM(t)}}function cM(t){if(t.capabilities.canMove)return null;const e=Math.max(0,t.width),n=Mc(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 uM(t,e){return{start:t.start,end:t.start+t.duration,anchorX:e.anchorX,anchorY:e.anchorY}}function fM({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 M5(t){return t.trim()}function Ja(t){return Number(As(t).toFixed(2)).toString()}function E5(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 dM(){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 Ec(t){const e=dM();if(e&&E5(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&&E5(t)}function hM({rangeStart:t,rangeEnd:e,anchorX:n,anchorY:r,onClose:i}){const l=pe(C=>C.elements),[o,c]=d.useState(""),[f,m]=d.useState(!1),[p,g]=d.useState(!1),y=d.useRef(null),v=d.useRef(null),S=Math.min(t,e),w=Math.max(t,e),A=d.useMemo(()=>l.filter(C=>{const j=C.start+C.duration;return C.start<w&&j>S}),[l,S,w]);Tt(()=>{setTimeout(()=>{var C;return(C=v.current)==null?void 0:C.focus()},50)}),Tt(()=>{const C=j=>{j.key==="Escape"&&i()};return window.addEventListener("keydown",C),()=>window.removeEventListener("keydown",C)}),Tt(()=>{const C=j=>{y.current&&!y.current.contains(j.target)&&i()};return setTimeout(()=>window.addEventListener("mousedown",C),100),()=>window.removeEventListener("mousedown",C)});const k=d.useCallback(()=>fM({rangeStart:S,rangeEnd:w,elements:A,prompt:o}),[S,w,A,o]),$=d.useCallback(async()=>{await Ec(k())&&(m(!0),setTimeout(()=>{m(!1),i()},800))},[k,i]),Q=d.useCallback(async()=>{const C=M5(o);!C||!await Ec(C)||(g(!0),setTimeout(()=>{g(!1)},800))},[o]),Z={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:Z,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:[A.length," element",A.length!==1?"s":""]})]}),A.length>0&&O.jsx("div",{className:"px-4 py-2 border-b border-neutral-800/40 max-h-24 overflow-y-auto",children:A.map(C=>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:["#",C.id]}),O.jsx("span",{className:"text-[10px] text-neutral-600",children:C.tag})]},C.id))}),O.jsx("div",{className:"p-3",children:O.jsx("textarea",{ref:v,value:o,onChange:C=>c(C.target.value),onKeyDown:C=>{C.key==="Enter"&&(C.metaKey||C.ctrlKey)&&(C.preventDefault(),$())},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:!M5(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:$,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 $5="#3CE6AC",mM="#E9FFF6",pM="rgba(60,230,172,0.12)";function Xr(){return{clip:$5,accent:$5,label:mM,iconBackground:pM}}const Q5={video:Xr(),audio:Xr(),img:Xr(),div:Xr(),span:Xr(),p:Xr(),h1:Xr(),section:Xr(),sfx:Xr()},gM=Xr(),Xb={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 OM(t){const e=t.toLowerCase();return e.startsWith("h")&&e.length===2&&"123456".includes(e[1]??"")?Q5.h1:Q5[e]??gM}function xM({isHovered:t,isSelected:e,isDragging:n}){return n?.95:e?.82:t?.76:0}function yM({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 qt=32,$c=72,Xs=24,C5=3,bM=18,vM=20;function SM(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 wM(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 AM(t,e){if(t<=0||!Number.isFinite(t)||t>7200)return{major:[],minor:[]};const n=SM(t,e),r=wM(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 kM(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 Z5(t,e,n){return t==="fit"||!Number.isFinite(e)||!Number.isFinite(n)?!1:e-n>1}function TM(t,e,n){return t==="manual"&&e==="fit"?0:n}function MM(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 P5(t,e){return!Number.isFinite(t)||!Number.isFinite(e)?qt:qt+Math.max(0,t)*Math.max(0,e)}function EM(t){return Xs+Math.max(0,t)*$c+vM}function $M(t,e){return!Number.isFinite(t)||!Number.isFinite(e)?!0:t-e<=1}function QM(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 j5(t,e,n){const r=e-t.rectLeft+t.scrollLeft-qt,i=n-t.rectTop+t.scrollTop-Xs,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:QM(t.trackOrder,o)}}function CM({scrollRef:t,ppsRef:e,effectiveDuration:n,pps:r,onSeek:i,seekFromX:l,autoScrollDuringDrag:o,dragScrollRaf:c,isDragging:f,setShowPopover:m}){const p=d.useRef(!1),g=d.useRef(0),[y,v]=d.useState(null),S=d.useRef(null),w=d.useCallback($=>{var Q,Z;if($.button===0){if($.shiftKey){$.currentTarget.setPointerCapture($.pointerId),p.current=!0,m(!1);const C=(Q=t.current)==null?void 0:Q.getBoundingClientRect();if(C){const j=$.clientX-C.left+(((Z=t.current)==null?void 0:Z.scrollLeft)??0)-qt,E=Math.max(0,j/r);g.current=E,v({start:E,end:E,anchorX:$.clientX,anchorY:$.clientY})}return}S.current=null,!$.target.closest("[data-clip]")&&($.currentTarget.setPointerCapture($.pointerId),f.current=!0,v(null),m(!1),l($.clientX))}},[l,r,t,f,m]),A=d.useCallback($=>{var Q,Z;if(p.current){const C=(Q=t.current)==null?void 0:Q.getBoundingClientRect();if(C){const j=$.clientX-C.left+(((Z=t.current)==null?void 0:Z.scrollLeft)??0)-qt;v(E=>E?{...E,end:Math.max(0,j/r),anchorX:$.clientX,anchorY:$.clientY}:null)}return}f.current&&(l($.clientX),o($.clientX))},[l,o,r,t,f]),k=d.useCallback(()=>{if(p.current){p.current=!1;const $=S.current;S.current=null,v(Q=>Q&&$&&Math.abs(Q.end-Q.start)<=.2?(m(!0),uM($.element,$)):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:A,handlePointerUp:k}}const ZM=10,PM=2e3,jM=.8,RM=1.25,NM=.0035;function eg(t){return Number.isFinite(t)?Math.max(ZM,Math.min(PM,Math.round(t))):100}function gf(t,e){return t==="fit"?100:eg(e)}function VM(t,e,n){if(!Number.isFinite(t)||t<=0)return 100;const r=gf(e,n);return e==="fit"?t:t*(r/100)}function R5(t,e,n){const r=gf(e,n),i=t==="in"?r*RM:r*jM;return eg(i)}function LM(t,e,n){const r=gf(e,n);return!Number.isFinite(t)||t===0?r:eg(r*Math.exp(-t*NM))}function _M({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:A,onSeek:k}){const $=d.useRef(0),Q=d.useRef(o),Z=d.useCallback(L=>{!t.current||r.current<=0||(t.current.style.left=`${P5(L,n.current)}px`)},[t,r,n]);d.useEffect(()=>{Z(l)},[l,y,Z]),d.useEffect(()=>{const L=e.current;if(!L){Q.current=o;return}L.scrollLeft=TM(Q.current,o,L.scrollLeft),Q.current=o},[o,e]),Tt(()=>Yr.subscribe(F=>{if(!t.current||r.current<=0)return;const q=P5(F,n.current);t.current.style.left=`${q}px`;const z=e.current;if(z&&!i.current&&Z5(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+qt&&(z.scrollLeft=Math.max(0,q-qt))}}));const C=d.useCallback(L=>{const F=e.current;if(!F||g<=0)return;const q=F.getBoundingClientRect(),z=L-q.left+F.scrollLeft-qt;if(z<0)return;const B=Math.max(0,Math.min(g,z/y));Yr.notify(B),k==null||k(B)},[e,g,y,k]),j=d.useCallback(L=>{cancelAnimationFrame($.current);const F=e.current;if(!F||!i.current||!Z5(c.current,F.scrollWidth,F.clientWidth))return;const q=F.getBoundingClientRect(),z=40,B=12;let Y=0;L<q.left+z?Y=-B*Math.max(0,1-(L-q.left)/z):L>q.right-z&&(Y=B*Math.max(0,1-(q.right-L)/z)),Y!==0&&(F.scrollLeft+=Y,C(L),$.current=requestAnimationFrame(()=>j(L)))},[e,i,c,C]),E=d.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=LM(L.deltaY,c.current,f.current);if(z===f.current&&c.current==="manual")return;const B=p.current*(z/100),Y=MM({pointerX:L.clientX-q.left,currentScrollLeft:F.scrollLeft,gutter:qt,currentPixelsPerSecond:n.current,nextPixelsPerSecond:B,duration:r.current});w("manual"),A(z),requestAnimationFrame(()=>{const ee=Math.max(0,F.scrollWidth-F.clientWidth);F.scrollLeft=Math.min(ee,Y)})},[e,r,p,n,c,f,A,w]);return d.useEffect(()=>{const L=e.current;if(L)return L.addEventListener("wheel",E,{passive:!1,capture:!0}),()=>{L.removeEventListener("wheel",E,{capture:!0})}},[E,e,v,S]),{seekFromX:C,autoScrollDuringDrag:j,dragScrollRaf:$}}const to="/icons/timeline";function no({src:t}){return O.jsx("img",{src:t,alt:"",width:12,height:12,style:{filter:"brightness(0) invert(1)"},draggable:!1})}const DM=O.jsx(no,{src:`${to}/captions.svg`}),N5=O.jsx(no,{src:`${to}/image.svg`}),XM=O.jsx(no,{src:`${to}/music.svg`}),V5=O.jsx(no,{src:`${to}/text.svg`}),E2=O.jsx(no,{src:`${to}/composition.svg`}),zM=O.jsx(no,{src:`${to}/audio.svg`}),L5={video:N5,audio:XM,img:N5,div:E2,span:DM,p:V5,h1:V5,section:E2,sfx:zM};function _5(t){const e=OM(t),n=t.toLowerCase(),r=n.startsWith("h")&&n.length===2&&"123456".includes(n[1]??"")?L5.h1:L5[n]??E2;return{...e,icon:r}}const Qc=/\.(jpg|jpeg|png|gif|webp|svg|ico)$/i,tg=/\.(mp4|webm|mov)$/i,ng=/\.(mp3|wav|ogg|m4a|aac)$/i,h1=/\.(woff|woff2|ttf|ttc|otf|eot)$/i,zb=/\.(mp4|webm|mov|mp3|wav|ogg|m4a|aac|jpg|jpeg|png|gif|webp|svg|ico)$/i;function Hb(t){return zb.test(t)}const $2="application/x-hyperframes-asset",HM=5;function D5(t){return Qc.test(t)?"image":tg.test(t)?"video":ng.test(t)?"audio":null}function YM(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 BM(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 FM(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:HM),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 qM(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 UM(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 IM(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 GM({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:Xs,paddingLeft:qt},children:[0,10,20,30,40,50].map(l=>O.jsxs("div",{className:"flex flex-col items-center",style:{position:"absolute",left:qt+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 X5=d.memo(function({el:e,pps:n,clipY:r,isSelected:i,isHovered:l,isDragging:o=!1,hasCustomContent:c,theme:f=Xb,trackStyle:m,isComposition:p,onHoverStart:g,onHoverEnd:y,onPointerDown:v,onResizeStart:S,onClick:w,onDoubleClick:A,children:k}){const $=e.start*n,Q=Math.max(e.duration*n,4),Z=xM({isHovered:l,isSelected:i,isDragging:o}),C=i?f.clipBorderActive:l?f.clipBorderHover:f.clipBorder,j=o?f.clipShadowDragging:i?f.clipShadowActive:l?f.clipShadowHover:f.clipShadow,E=Db(e),L=e.label||e.id||e.tag,F=Z>.01;return O.jsxs("div",{"data-clip":"true",className:c?"absolute overflow-hidden":"absolute flex items-center overflow-hidden",style:{left:$,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 ${C}`,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:E.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:A,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&&E.canTrimStart?1:0,pointerEvents:S&&E.canTrimStart?"auto":"none",zIndex:4,transition:"opacity 120ms ease-out",cursor:"col-resize",background:F&&E.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:Z,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&&E.canTrimEnd?1:0,pointerEvents:S&&E.canTrimEnd?"auto":"none",zIndex:4,transition:"opacity 120ms ease-out",cursor:"col-resize",background:F&&E.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:Z,pointerEvents:"none"}})}),k]})}),WM=d.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:qt,width:i},height:l,children:e.map(g=>{const y=g*r;return O.jsx("line",{x1:y,y1:Xs,x2:y,y2:l,stroke:p.tickMinor,strokeWidth:"1"},`g-${g}`)})}),O.jsxs("div",{className:"relative overflow-hidden",style:{height:Xs,marginLeft:qt,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:kM(g,o,c)}),O.jsx("div",{className:"w-px h-[5px]",style:{background:p.tickMajor}})]},`M-${g}`))]})]})}),KM=d.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:A,draggedClip:k,resizingClip:$,blockedClipRef:Q,suppressClickRef:Z,scrollRef:C,renderClipContent:j,renderClipOverlay:E,playheadRef:L,onResizeElement:F,onMoveElement:q,onDrillDown:z,onSelectElement:B,setHoveredClip:Y,setShowPopover:ee,setRangeSelection:_,setResizingClip:R,setDraggedClip:X,setSelectedElementId:N,syncClipDragAutoScroll:D,shiftClickClipRef:I,getPreviewElement:M,getTrackStyle:P}){const H=(k==null?void 0:k.element)??null,U=(k==null?void 0:k.started)===!0&&H?yM({element:H,draggedElementId:H.key??H.id,previewStart:k.previewStart,previewTrack:k.previewTrack}):null,te=(k==null?void 0:k.started)===!0&&U&&C.current?{left:k.pointerClientX-C.current.getBoundingClientRect().left+C.current.scrollLeft-k.pointerOffsetX,top:k.pointerClientY-C.current.getBoundingClientRect().top+C.current.scrollTop-k.pointerOffsetY}:null,le=(se,ge)=>O.jsxs(O.Fragment,{children:[E==null?void 0:E(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:qt+i},children:[O.jsx(WM,{major:e,minor:n,pps:r,trackContentWidth:i,totalH:l,effectiveDuration:o,majorTickInterval:c,shiftHeld:f,rangeSelection:m,theme:p}),g.map(se=>{var Ze;const ge=((Ze=v.find(([Ce])=>Ce===se))==null?void 0:Ze[1])??[],de=S.get(se)??P(""),ke=(k==null?void 0:k.started)===!0&&!y.includes(se)&&ge.length===0;return O.jsxs("div",{className:"relative flex",style:{height:$c,background:p.rowBackground,borderBottom:`1px solid ${p.rowBorder}`},children:[O.jsx("div",{className:"flex-shrink-0 flex items-center justify-center",style:{width:qt,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:[ke&&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((Ce,Xt)=>{const vt=P(Ce.tag),ot=Ce.key??Ce.id,zt=Db(Ce),bt=w===ot,Pt=!!Ce.compositionSrc,Oe=`${ot}-${Xt}`;if((k==null?void 0:k.started)===!0&&((H==null?void 0:H.key)??(H==null?void 0:H.id))===ot)return null;const De=M(Ce);return O.jsx(X5,{el:De,pps:r,clipY:C5,isSelected:bt,isHovered:A===Oe,isDragging:!1,hasCustomContent:!!j,theme:p,trackStyle:vt,isComposition:Pt,onHoverStart:()=>Y(Oe),onHoverEnd:()=>Y(null),onResizeStart:($e,_e)=>{_e.button!==0||_e.shiftKey||!F||$e==="start"&&!zt.canTrimStart||$e==="end"&&!zt.canTrimEnd||(_e.stopPropagation(),Q.current=null,ee(!1),_(null),R({element:Ce,edge:$e,originClientX:_e.clientX,previewStart:Ce.start,previewDuration:Ce.duration,previewPlaybackStart:Ce.playbackStart,started:!1}))},onPointerDown:$e=>{var ht,gt;if($e.button!==0)return;if($e.shiftKey){I.current={element:Ce,anchorX:$e.clientX,anchorY:$e.clientY};return}const Qe=$e.currentTarget.getBoundingClientRect(),it=cM({width:Qe.width,offsetX:$e.clientX-Qe.left,handleWidth:bM,capabilities:zt});if(it&&(it==="move"&&q||it!=="move"&&F)){Q.current={element:Ce,intent:it,originClientX:$e.clientX,originClientY:$e.clientY,started:!1};return}!q||!zt.canMove||(Q.current=null,ee(!1),_(null),X({element:Ce,originClientX:$e.clientX,originClientY:$e.clientY,originScrollLeft:((ht=C.current)==null?void 0:ht.scrollLeft)??0,originScrollTop:((gt=C.current)==null?void 0:gt.scrollTop)??0,pointerClientX:$e.clientX,pointerClientY:$e.clientY,pointerOffsetX:$e.clientX-Qe.left,pointerOffsetY:$e.clientY-Qe.top,previewStart:Ce.start,previewTrack:Ce.track,started:!1}),D($e.clientX,$e.clientY))},onClick:$e=>{if($e.stopPropagation(),Z.current)return;const _e=bt?null:Ce;N(_e?ot:null),B==null||B(_e)},onDoubleClick:$e=>{$e.stopPropagation(),!Z.current&&Pt&&z&&z(Ce)},children:le(De,vt)},Oe)})]})]},se)}),U&&te&&O.jsx("div",{className:"absolute pointer-events-none",style:{top:te.top,left:te.left,width:Math.max(U.duration*r,4),height:$c-C5*2,zIndex:40},children:O.jsx(X5,{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:qt+Math.min(m.start,m.end)*r,width:Math.abs(m.end-m.start)*r,top:Xs,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:`${qt}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 JM({scrollRef:t,ppsRef:e,durationRef:n,trackOrderRef:r,onMoveElement:i,onResizeElement:l,onBlockedEditAttempt:o,setShowPopover:c,setRangeSelectionRef:f}){const m=pe(Y=>Y.updateElement),[p,g]=d.useState(null),y=d.useRef(null);y.current=p;const[v,S]=d.useState(null),w=d.useRef(null);w.current=v;const A=d.useRef(null),k=d.useRef(!1),$=d.useRef(i);$.current=i;const Q=d.useRef(l);Q.current=l;const Z=d.useRef(0),C=d.useRef(null),j=d.useCallback((Y,ee,_)=>{const R=t.current,X=iM({start:Y.element.start,track:Y.element.track,duration:Y.element.duration,originClientX:Y.originClientX,originClientY:Y.originClientY,originScrollLeft:Y.originScrollLeft,originScrollTop:Y.originScrollTop,currentScrollLeft:(R==null?void 0:R.scrollLeft)??Y.originScrollLeft,currentScrollTop:(R==null?void 0:R.scrollTop)??Y.originScrollTop,pixelsPerSecond:e.current,trackHeight:$c,maxStart:Math.max(0,n.current-Y.element.duration),trackOrder:r.current},ee,_);return{...Y,started:!0,pointerClientX:ee,pointerClientY:_,previewStart:X.start,previewTrack:X.track}},[t,e,n,r]),E=d.useCallback(()=>{C.current=null,Z.current&&(cancelAnimationFrame(Z.current),Z.current=0)},[]),L=d.useCallback(()=>{Z.current=0;const Y=y.current,ee=C.current,_=t.current;if(!Y||!ee||!_)return;const R=_.getBoundingClientRect(),X=T5(R,ee.clientX,ee.clientY);if(X.x===0&&X.y===0)return;const N=Math.max(0,_.scrollWidth-_.clientWidth),D=Math.max(0,_.scrollHeight-_.clientHeight),I=Math.max(0,Math.min(N,_.scrollLeft+X.x)),M=Math.max(0,Math.min(D,_.scrollTop+X.y));I===_.scrollLeft&&M===_.scrollTop||(_.scrollLeft=I,_.scrollTop=M,g(P=>P&&j(P,ee.clientX,ee.clientY)),Z.current=requestAnimationFrame(L))},[t,j]),F=d.useCallback((Y,ee)=>{C.current={clientX:Y,clientY:ee};const _=t.current;if(!_)return;const R=_.getBoundingClientRect(),X=T5(R,Y,ee);if(X.x===0&&X.y===0){Z.current&&(cancelAnimationFrame(Z.current),Z.current=0);return}Z.current||(Z.current=requestAnimationFrame(L))},[t,L]),q=d.useRef(j);q.current=j;const z=d.useRef(F);z.current=F;const B=d.useRef(E);return B.current=E,Tt(()=>{const Y=()=>{requestAnimationFrame(()=>{k.current=!1})},ee=R=>{var M,P,H;const X=y.current,N=w.current,D=A.current;if(N){const U=Math.abs(R.clientX-N.originClientX);if(!N.started&&U<2)return;c(!1),(M=f.current)==null||M.call(f,null);const te=N.element.sourceDuration!=null?Math.max(0,(N.element.sourceDuration-(N.element.playbackStart??0))/Math.max(N.element.playbackRate??1,.1)):Number.POSITIVE_INFINITY,le=N.element.tag.toLowerCase(),se=le==="audio"||le==="video",ge=aM({start:N.element.start,duration:N.element.duration,originClientX:N.originClientX,pixelsPerSecond:e.current,minStart:0,maxEnd:Math.min(n.current,N.element.start+te),playbackStart:N.edge==="start"&&se?N.element.playbackStart??0:N.element.playbackStart,playbackRate:N.element.playbackRate},N.edge,R.clientX);S(de=>de&&{...de,started:!0,previewStart:ge.start,previewDuration:ge.duration,previewPlaybackStart:ge.playbackStart});return}if(D){const U=Math.hypot(R.clientX-D.originClientX,R.clientY-D.originClientY),te=D.intent==="move"?4:2;if(!D.started&&U<te)return;D.started||(D.started=!0,A.current=D,k.current=!0,c(!1),(P=f.current)==null||P.call(f,null),o==null||o(D.element,D.intent));return}if(!X)return;const I=Math.hypot(R.clientX-X.originClientX,R.clientY-X.originClientY);!X.started&&I<4||(c(!1),(H=f.current)==null||H.call(f,null),g(U=>U&&q.current(U,R.clientX,R.clientY)),z.current(R.clientX,R.clientY))},_=()=>{var I,M;B.current();const R=w.current;if(R){if(w.current=null,S(null),!R.started||(k.current=!0,Y(),!(R.previewStart!==R.element.start||R.previewDuration!==R.element.duration||R.previewPlaybackStart!==R.element.playbackStart)))return;m(R.element.key??R.element.id,{start:R.previewStart,duration:R.previewDuration,playbackStart:R.previewPlaybackStart}),Promise.resolve((I=Q.current)==null?void 0:I.call(Q,R.element,{start:R.previewStart,duration:R.previewDuration,playbackStart:R.previewPlaybackStart})).catch(H=>{m(R.element.key??R.element.id,{start:R.element.start,duration:R.element.duration,playbackStart:R.element.playbackStart}),console.error("[Timeline] Failed to persist clip resize",H)});return}const X=A.current;if(X){if(A.current=null,!X.started)return;Y();return}const N=y.current;!N||(y.current=null,g(null),!N.started)||(k.current=!0,Y(),!(N.previewStart!==N.element.start||N.previewTrack!==N.element.track))||(m(N.element.key??N.element.id,{start:N.previewStart,track:N.previewTrack}),Promise.resolve((M=$.current)==null?void 0:M.call($,N.element,{start:N.previewStart,track:N.previewTrack})).catch(P=>{m(N.element.key??N.element.id,{start:N.element.start,track:N.element.track}),console.error("[Timeline] Failed to persist clip move",P)}))};return window.addEventListener("pointermove",ee),window.addEventListener("pointerup",_),window.addEventListener("pointercancel",_),()=>{B.current(),window.removeEventListener("pointermove",ee),window.removeEventListener("pointerup",_),window.removeEventListener("pointercancel",_)}}),{draggedClip:p,setDraggedClip:g,resizingClip:v,setResizingClip:S,blockedClipRef:A,suppressClickRef:k,syncClipDragAutoScroll:F,stopClipDragAutoScroll:E}}const eE=d.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=d.useMemo(()=>({...Xb,...y}),[y]),S=pe(me=>me.elements),w=pe(me=>me.duration),A=pe(me=>me.timelineReady),k=pe(me=>me.selectedElementId),$=pe(me=>me.setSelectedElementId),Q=pe(me=>me.currentTime),Z=pe(me=>me.zoomMode),C=pe(me=>me.manualZoomPercent),j=pe(me=>me.setZoomMode),E=pe(me=>me.setManualZoomPercent),L=d.useRef(null),F=d.useRef(null),q=d.useRef(null),[z,B]=d.useState(null),Y=d.useRef(!1),[ee,_]=d.useState(!1);Tt(()=>{const me=wn=>wn.key==="Shift"&&_(!0),Xe=wn=>wn.key==="Shift"&&_(!1),ct=()=>_(!1);return window.addEventListener("keydown",me),window.addEventListener("keyup",Xe),window.addEventListener("blur",ct),()=>{window.removeEventListener("keydown",me),window.removeEventListener("keyup",Xe),window.removeEventListener("blur",ct)}});const[R,X]=d.useState(!1),[N,D]=d.useState(!0),[I,M]=d.useState(0),P=d.useRef(null),H=d.useRef(0),U=d.useCallback(()=>{const me=q.current;D(me?$M(me.scrollHeight,me.clientHeight):!0)},[]),te=d.useCallback(()=>{H.current&&cancelAnimationFrame(H.current),H.current=requestAnimationFrame(()=>{H.current=0,U()})},[U]),le=d.useCallback(me=>{P.current&&(P.current.disconnect(),P.current=null),F.current=me,me&&(M(me.clientWidth),te(),P.current=new ResizeObserver(([Xe])=>{M(Xe.contentRect.width),te()}),P.current.observe(me))},[te]);Tt(()=>()=>{var me;(me=P.current)==null||me.disconnect(),H.current&&cancelAnimationFrame(H.current)});const se=d.useMemo(()=>{const me=Number.isFinite(w)?w:0;if(S.length===0)return me;const Xe=Math.max(...S.map(wn=>wn.start+wn.duration)),ct=Math.max(me,Xe);return Number.isFinite(ct)?ct:me},[S,w]),ge=d.useMemo(()=>{const me=new Map;for(const Xe of S){const ct=me.get(Xe.track)??[];ct.push(Xe),me.set(Xe.track,ct)}return Array.from(me.entries()).sort(([Xe],[ct])=>Xe-ct)},[S]),de=d.useMemo(()=>{var Xe;const me=new Map;for(const[ct,wn]of ge)me.set(ct,_5(((Xe=wn[0])==null?void 0:Xe.tag)??""));return me},[ge]),ke=d.useMemo(()=>ge.map(([me])=>me),[ge]),Ze=d.useRef(ke);Ze.current=ke;const Ce=d.useRef(100),Xt=d.useRef(se);Xt.current=se;const vt=d.useRef(null),{draggedClip:ot,setDraggedClip:zt,resizingClip:bt,setResizingClip:Pt,blockedClipRef:Oe,suppressClickRef:Me,syncClipDragAutoScroll:De}=JM({scrollRef:q,ppsRef:Ce,durationRef:Xt,trackOrderRef:Ze,onMoveElement:f,onResizeElement:m,onBlockedEditAttempt:p,setShowPopover:X,setRangeSelectionRef:vt}),$e=d.useMemo(()=>!(ot!=null&&ot.started)||ke.length===0||ke.includes(ot.previewTrack)?ke:[...ke,ot.previewTrack].sort((me,Xe)=>me-Xe),[ot,ke]),_e=EM($e.length),Qe=d.useMemo(()=>S.find(me=>(me.key??me.id)===k)??null,[S,k]),it=d.useRef(Qe);it.current=Qe;const ht=I>qt&&se>0?(I-qt-2)/se:100,gt=VM(ht,Z,C);Ce.current=gt;const _n=Math.max(0,se*gt),Di=d.useRef(Z);Di.current=Z;const ri=d.useRef(C);ri.current=C;const ii=d.useRef(ht);ii.current=ht;const{seekFromX:Xi,autoScrollDuringDrag:Dn,dragScrollRaf:Ht}=_M({playheadRef:L,scrollRef:q,ppsRef:Ce,durationRef:Xt,isDragging:Y,currentTime:Q,zoomMode:Z,zoomModeRef:Di,manualZoomPercentRef:ri,fitPps:ht,fitPpsRef:ii,effectiveDuration:se,pps:gt,timelineReady:A,elementsLength:S.length,setZoomMode:j,setManualZoomPercent:E,onSeek:e}),{rangeSelection:jt,setRangeSelection:St,shiftClickClipRef:ja,handlePointerDown:Se,handlePointerMove:Yt,handlePointerUp:On}=CM({scrollRef:q,ppsRef:Ce,effectiveDuration:se,pps:gt,onSeek:e,seekFromX:Xi,autoScrollDuringDrag:Dn,dragScrollRaf:Ht,isDragging:Y,setShowPopover:X});vt.current=St;const Cr=d.useRef(it.current);d.useEffect(()=>{const me=Cr.current,Xe=it.current;Cr.current=Xe,me&&!Xe&&(X(!1),St(null))});const{major:nr,minor:rr}=d.useMemo(()=>AM(se,gt),[se,gt]),Zr=nr.length>=2?Math.max(.25,nr[1]-nr[0]):se;d.useEffect(()=>{U()},[U,A,S.length,_e]);const Pr=d.useCallback(me=>bt&&(bt.element.key??bt.element.id)===(me.key??me.id)?{...me,start:bt.previewStart,duration:bt.previewDuration,playbackStart:bt.previewPlaybackStart}:me,[bt]),[$l,Ra]=d.useState(!1),Ql=d.useCallback(me=>{const Xe=me.dataTransfer.files.length>0,ct=Array.from(me.dataTransfer.types).includes($2);!Xe&&!ct||(me.preventDefault(),ct&&(me.dataTransfer.dropEffect="copy"),Ra(!0))},[]),zi=d.useCallback(me=>{me.preventDefault(),Ra(!1);const Xe=q.current,ct=Xe==null?void 0:Xe.getBoundingClientRect(),wn={rectLeft:(ct==null?void 0:ct.left)??0,rectTop:(ct==null?void 0:ct.top)??0,scrollLeft:(Xe==null?void 0:Xe.scrollLeft)??0,scrollTop:(Xe==null?void 0:Xe.scrollTop)??0,pixelsPerSecond:Ce.current,duration:Xt.current,trackHeight:$c,trackOrder:Ze.current};if(l&&me.dataTransfer.files.length>0){l(Array.from(me.dataTransfer.files),Xe&&ct?j5(wn,me.clientX,me.clientY):void 0);return}const Cl=me.dataTransfer.getData($2);if(!(!Cl||!o||!Xe||!ct))try{const Zl=JSON.parse(Cl);Zl.path&&o(Zl.path,j5(wn,me.clientX,me.clientY))}catch{}},[o,l]);return!A||S.length===0?O.jsx(GM,{isDragOver:$l,onFileDrop:!!l,onDragOver:Ql,onDragLeave:()=>Ra(!1),onDrop:zi}):O.jsxs("div",{ref:le,"aria-label":"Timeline",className:`relative border-t select-none h-full overflow-hidden ${ee?"cursor-crosshair":"cursor-default"}`,style:{touchAction:"pan-x pan-y",background:v.shellBackground,borderColor:v.shellBorder},children:[O.jsx("div",{ref:q,className:`${Z==="fit"?"overflow-x-hidden":"overflow-x-auto"} overflow-y-auto h-full`,onDragOver:Ql,onDragLeave:()=>Ra(!1),onDrop:zi,onPointerDown:Se,onPointerMove:Yt,onPointerUp:On,onLostPointerCapture:On,children:O.jsx(KM,{major:nr,minor:rr,pps:gt,trackContentWidth:_n,totalH:_e,effectiveDuration:se,majorTickInterval:Zr,shiftHeld:ee,rangeSelection:jt,theme:v,displayTrackOrder:$e,trackOrder:ke,tracks:ge,trackStyles:de,selectedElementId:k,hoveredClip:z,draggedClip:ot,resizingClip:bt,blockedClipRef:Oe,suppressClickRef:Me,scrollRef:q,renderClipContent:r,renderClipOverlay:i,playheadRef:L,onResizeElement:m,onMoveElement:f,onDrillDown:n,onSelectElement:g,setHoveredClip:B,setShowPopover:X,setRangeSelection:St,setResizingClip:Pt,setDraggedClip:zt,setSelectedElementId:$,syncClipDragAutoScroll:De,shiftClickClipRef:ja,getPreviewElement:Pr,getTrackStyle:_5})}),N&&!R&&!jt&&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"})]})}),R&&jt&&O.jsx(hM,{rangeStart:jt.start,rangeEnd:jt.end,anchorX:jt.anchorX,anchorY:jt.anchorY,onClose:()=>{X(!1),St(null)}})]})}),z5=66,H5=6,tE=d.memo(function({videoSrc:e,label:n,labelColor:r,duration:i=5}){const[l,o]=d.useState(0),[c,f]=d.useState(!1),[m,p]=d.useState([]),[g,y]=d.useState(16/9),v=d.useRef(null),S=d.useRef(null),w=d.useRef(!1),A=d.useCallback(Q=>{var j,E,L;if((j=v.current)==null||j.disconnect(),(E=S.current)==null||E.disconnect(),!Q)return;const Z=((L=Q.parentElement)==null?void 0:L.clientWidth)||Q.clientWidth;o(Z),v.current=new IntersectionObserver(([F])=>{var q;F.isIntersecting&&(f(!0),(q=v.current)==null||q.disconnect())},{rootMargin:"200px"}),v.current.observe(Q);const C=Q.parentElement||Q;S.current=new ResizeObserver(([F])=>{o(F.contentRect.width)}),S.current.observe(C)},[]);Tt(()=>()=>{var Q,Z;(Q=v.current)==null||Q.disconnect(),(Z=S.current)==null||Z.disconnect()}),d.useEffect(()=>{if(!c||w.current)return;w.current=!0;const Q=document.createElement("video");Q.crossOrigin="anonymous",Q.muted=!0,Q.preload="auto";const Z=document.createElement("canvas"),C=Z.getContext("2d");if(!C){w.current=!1;return}const j=[],E=Math.min(.4,i*.05);for(let z=0;z<H5;z++){const B=z/(H5-1)*i;j.push(Math.max(B,E))}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=z5*2,B=Math.round(z*(Q.videoWidth/Q.videoHeight));Z.width=B,Z.height=z}q()}),Q.addEventListener("seeked",()=>{if(F)return;C.drawImage(Q,0,0,Z.width,Z.height);const z=Z.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 k=Math.round(z5*g),$=l>0?Math.max(1,Math.ceil(l/k)):1;return O.jsxs("div",{ref:A,className:"absolute inset-0 overflow-hidden",children:[c&&m.length>0&&O.jsx("div",{className:"absolute inset-0 flex",children:Array.from({length:$}).map((Q,Z)=>{const C=m[Z%m.length];return O.jsx("div",{className:"flex-shrink-0 h-full relative overflow-hidden bg-neutral-900",style:{width:k},children:O.jsx("img",{src:C,alt:"",draggable:!1,className:"absolute inset-0 w-full h-full object-cover"})},Z)})}),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})})]})}),nE=66,rE="v3",Y5=10;function iE({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",rE),r&&(f.searchParams.set("selector",r),i!=null&&i>0&&f.searchParams.set("selectorIndex",String(i))),f.toString()}const mm=d.memo(function({previewUrl:e,label:n,labelColor:r,accentColor:i="#6B7280",selector:l,selectorIndex:o,seekTime:c=2,duration:f=5}){const[m,p]=d.useState(0),[g,y]=d.useState(!1),[v,S]=d.useState(16/9),w=d.useRef(null),A=d.useCallback(Z=>{var E,L;if((E=w.current)==null||E.disconnect(),!Z)return;const C=((L=Z.parentElement)==null?void 0:L.clientWidth)||Z.clientWidth;p(C);const j=Z.parentElement||Z;w.current=new ResizeObserver(([F])=>{p(F.contentRect.width)}),w.current.observe(j)},[]);Tt(()=>()=>{var Z;(Z=w.current)==null||Z.disconnect()});const k=iE({previewUrl:e,seekTime:c,duration:f,selector:l,selectorIndex:o,origin:window.location.origin}),$=Math.max(48,Math.round(nE*v)),Q=m>0?Math.max(1,Math.ceil(m/$)):1;return O.jsxs("div",{ref:A,className:"absolute inset-0 overflow-hidden",children:[O.jsx("img",{src:k,alt:"",draggable:!1,loading:"eager",onLoad:Z=>{const C=Z.currentTarget;C.naturalWidth>0&&C.naturalHeight>0&&S(C.naturalWidth/C.naturalHeight),y(!0)},className:"hidden"}),g?O.jsx("div",{className:"absolute inset-0 flex",children:Array.from({length:Q}).map((Z,C)=>O.jsx("div",{className:"relative h-full flex-shrink-0 overflow-hidden",style:{width:$},children:O.jsx("img",{src:k,alt:"",draggable:!1,className:"absolute inset-0 h-full w-full object-cover opacity-60"})},C))}):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:Y5},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:Y5,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 aE=0;const B5={isEditMode:!1,model:null,selectedSegmentIds:new Set,selectedGroupId:null,sourceFilePath:null},Ge=Nb(t=>({...B5,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-${aE++}`,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({...B5,selectedSegmentIds:new Set})})),lE=new Set(["ArrowLeft","ArrowRight"]),sE=["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 oE(t){if(!t||typeof t!="object")return!1;const e=t;return typeof e.closest!="function"?!1:e.closest.call(t,sE)!==null}function cE(t,e={isCaptionEditMode:!1,selectedCaptionSegmentCount:0}){return t.metaKey||t.ctrlKey||t.altKey||oE(t.target)?!0:lE.has(t.code)&&e.isCaptionEditMode&&e.selectedCaptionSegmentCount>0}const F5=[1,2,4];function uE({iframeRef:t,shuttleDirectionRef:e,shuttleSpeedIndexRef:n,iframeShortcutCleanupRef:r,getAdapter:i,play:l,playBackward:o,pause:c,seek:f}){const m=d.useRef(new Set),p=d.useRef(()=>{}),g=d.useRef(()=>{}),y=d.useCallback($=>{const Q=i(),Z=(Q==null?void 0:Q.getTime())??pe.getState().currentTime;f(M2(Z,$,Wc))},[i,f]),v=d.useCallback($=>{e.current===$?n.current=Math.min(n.current+1,F5.length-1):n.current=0;const Q=F5[n.current];pe.getState().setPlaybackRate(Q),$==="forward"?l():o(Q)},[l,o,e,n]),S=d.useCallback(()=>{pe.getState().isPlaying?c():l()},[l,c]),w=d.useCallback($=>{if($.defaultPrevented)return;const Q=Ge.getState();if(!cE($,{isCaptionEditMode:Q.isEditMode,selectedCaptionSegmentCount:Q.selectedSegmentIds.size})){if(m.current.add($.code),$.code==="Space"){$.preventDefault(),S();return}if($.code==="ArrowLeft"){$.preventDefault(),y($.shiftKey?-10:-1);return}if($.code==="ArrowRight"){$.preventDefault(),y($.shiftKey?10:1);return}if(!$.repeat){if($.code==="KeyK"){$.preventDefault(),c();return}if($.code==="KeyJ"){if($.preventDefault(),m.current.has("KeyK")){y(-1);return}v("backward");return}if($.code==="KeyL"){if($.preventDefault(),m.current.has("KeyK")){y(1);return}v("forward")}}}},[c,v,y,S]),A=d.useCallback($=>{m.current.delete($.code)},[]);p.current=w,g.current=A;const k=d.useCallback(()=>{var j,E,L;(j=r.current)==null||j.call(r),r.current=null;const $=(E=t.current)==null?void 0:E.contentWindow,Q=(L=t.current)==null?void 0:L.contentDocument;if(!$&&!Q)return;const Z=F=>p.current(F),C=F=>g.current(F);$==null||$.addEventListener("keydown",Z,!0),$==null||$.addEventListener("keyup",C,!0),Q==null||Q.addEventListener("keydown",Z,!0),Q==null||Q.addEventListener("keyup",C,!0),r.current=()=>{$==null||$.removeEventListener("keydown",Z,!0),$==null||$.removeEventListener("keyup",C,!0),Q==null||Q.removeEventListener("keydown",Z,!0),Q==null||Q.removeEventListener("keyup",C,!0)}},[t,r]);return{playbackKeyDownRef:p,playbackKeyUpRef:g,attachIframeShortcutListeners:k,togglePlay:S}}function Yb(t){return Number.isFinite(t)&&t>0}function q5(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 pm(t){if(!t)return 0;try{const e=Number(t.getDuration());return Yb(e)?e:0}catch{return 0}}function fE(t){return{now:()=>t.performance.now(),requestAnimationFrame:e=>t.requestAnimationFrame(e),cancelAnimationFrame:e=>t.cancelAnimationFrame(e)}}function dE(t,e,n,r=()=>1){var v;const i=Math.max(0,Number.isFinite(e)?e:0);let l=q5(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=q5(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),A=(S-m)/1e3*w;if(p(f+A),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 U5(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 I5(t){if(!t)return 0;const e=Number.parseFloat(t.getAttribute("data-duration")??"")||Number.parseFloat(t.getAttribute("data-hf-authored-duration")??"");return Yb(e)?e:0}function hE(t){if(!t)return 0;const e=I5(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=I5(r);!Number.isFinite(i)||i<0||l<=0||(n=Math.max(n,i+l))}return n}function Q2(t){var n;const e=((n=t.ownerDocument.defaultView)==null?void 0:n.HTMLElement)??globalThis.HTMLElement;return typeof e<"u"&&t instanceof e}function Bb(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 Fb(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=Bb(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 Kc(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 mE=new Set(["base","link","meta","noscript","script","style","template"]);function G5(t){return t.trim().replace(/[_-]+/g," ").replace(/\s+/g," ").replace(/\b\w/g,e=>e.toUpperCase())}function pE(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 G5(t.id);const n=t.className.split(/\s+/).filter(Boolean),r=n.find(i=>i!=="clip")??n[0];return r?G5(r):Kc({tag:t.tagName})}function dl(t){if(Q2(t)&&t.id)return`#${t.id}`;const e=t.getAttribute("data-composition-id");if(e)return`[data-composition-id="${e}"]`;if(Q2(t)){const n=t.className.split(/\s+/).filter(Boolean),r=n.find(i=>i!=="clip")??n[0];if(r)return`.${r}`}}function Cc(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 Zc(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 C2(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 Pc(t){var r;const e=((r=t.preferredId)==null?void 0:r.trim())||C2({id:t.label,fallbackIndex:t.fallbackIndex,domId:t.domId,selector:t.selector,selectorIndex:t.selectorIndex,sourceFile:t.sourceFile}),n=C2({id:e,fallbackIndex:t.fallbackIndex,domId:t.domId,selector:t.selector,selectorIndex:t.selectorIndex,sourceFile:t.sourceFile});return{id:e,key:n}}function Z2(t){return t.key??t.id}function gE(t){const e=t.querySelector("[data-composition-id]");return Array.from(t.querySelectorAll("[data-start]")).filter(n=>n!==e)}function W5(t,e){return Math.abs(t-e)<.001}function OE(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)&&!W5(r,e.start))return!1;const i=Number.parseFloat(t.getAttribute("data-duration")??"");if(Number.isFinite(i)&&!W5(i,e.duration))return!1;const l=Number.parseInt(t.getAttribute("data-track-index")??"",10);return!(Number.isFinite(l)&&l!==e.track)}function xE(t,e){return t.getElementById(e)??t.querySelector(`[data-composition-id="${e}"]`)??t.querySelector(`.${e}`)??null}function yE(t,e,n,r=new Set){const i=e.id?xE(t,e.id):null;if(i&&!r.has(i))return i;const l=gE(t).filter(c=>!r.has(c)),o=l.find(c=>OE(c,e));return o||(l[n]??null)}function bE(t,e){if(!Q2(e)||e.parentElement!==t)return!1;const n=e.tagName.toLowerCase();return mE.has(n)||e.hasAttribute("data-start")||e.hasAttribute("data-track-index")?!1:!!dl(e)}function vE(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 SE(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 P2(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 wE(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,Y,ee,_,R,X,N;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 D=t.getElementById(S)||t.querySelector(`[data-composition-id="${S}"]`);if(D){const I=D.getAttribute("data-start")??"0";let M=parseFloat(I);if(isNaN(M)){const U=t.getElementById(I)||t.querySelector(`[data-composition-id="${I}"]`),te=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=te+se}const P=D.getAttribute("data-composition-id"),H=parseFloat(D.getAttribute("data-duration")??"")||(P?((_=(ee=(Y=e.__timelines)==null?void 0:Y[P])==null?void 0:ee.duration)==null?void 0:_.call(ee))??0:0);w=M+H}else w=0}let A=parseFloat(y.getAttribute("data-duration")??"");if((isNaN(A)||A<=0)&&(A=((N=(X=(R=e.__timelines)==null?void 0:R[v])==null?void 0:X.duration)==null?void 0:N.call(X))??0),!Number.isFinite(A)||A<=0||(Number.isFinite(w)||(w=0),Number.isFinite(r)&&r>0&&(w>=r||(A=Math.min(A,Math.max(0,r-w)),A<=0))))return;const k=y.getAttribute("data-track-index"),$=k!=null?parseInt(k,10):0,Q=y.getAttribute("data-composition-src")||y.getAttribute("data-composition-file"),Z=dl(y),C=Cc(y),j=Zc(t,y,Z),E=Kc({id:y.id||v||null,label:y.getAttribute("data-timeline-label")??y.getAttribute("data-label"),tag:y.tagName}),L=Pc({preferredId:y.id||v||null,label:E,fallbackIndex:f.length,domId:y.id||void 0,selector:Z,selectorIndex:j,sourceFile:C}),F={id:L.id,label:E,key:L.key,tag:y.tagName.toLowerCase(),start:w,duration:A,track:isNaN($)?0:$,domId:y.id||void 0,selector:Z,selectorIndex:j,sourceFile:C};if(Q)F.compositionSrc=Q;else{const D=y.querySelector("video[src]");D&&(F.src=D.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 AE(t){const{clip:e,fallbackIndex:n,doc:r}=t;let i=t.hostEl??null;const l=Kc({id:e.id,label:e.label,tag:e.tagName||e.kind});let o,c,f,m;i&&(o=i.id||void 0,c=dl(i),f=r&&c?Zc(r,i,c):void 0,m=Cc(i));const p=Pc({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&&Fb(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=dl(i),g.selectorIndex=r&&g.selector?Zc(r,i,g.selector):void 0,g.sourceFile=Cc(i);const v=Pc({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 qb(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(Z2)),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(!bE(r,c))continue;const f=dl(c);if(!f)continue;const m=Zc(t,c,f),p=Cc(c),g=pE(c),y=Pc({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 Ub(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"),A=dl(c),k=Cc(c),$=Zc(t,c,A),Q=Kc({id:c.id||w||null,label:c.getAttribute("data-timeline-label")??c.getAttribute("data-label"),tag:p}),Z=Pc({preferredId:c.id||w||null,label:Q,fallbackIndex:i.length,domId:c.id||void 0,selector:A,selectorIndex:$,sourceFile:k}),C={id:Z.id,label:Q,key:Z.key,tag:p,start:m,duration:g,track:isNaN(S)?0:S,domId:c.id||void 0,selector:A,selectorIndex:$,sourceFile:k,timingSource:"authored"},j=Bb(c);if(j){j.tagName==="IMG"&&(C.tag="img");const L=j.getAttribute("src");L&&(C.src=L);const F=c.getAttribute("data-volume")??j.getAttribute("data-volume");F&&(C.volume=parseFloat(F)),Fb(C,c)}const E=c.getAttribute("data-composition-src")||c.getAttribute("data-composition-file");if(E)C.compositionSrc=E;else if(w&&w!==(n==null?void 0:n.getAttribute("data-composition-id"))){const L=c.querySelector("video[src]");L&&(C.src=L.getAttribute("src")||void 0,C.tag="video")}i.push(C)}),[...i,...qb(t,e,i)]}function kE(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(Z2)),c=t.filter(f=>!o.has(Z2(f)));return c.length===0?e:[...e,...c]}function TE(t){const e=t.match(/\/preview\/comp\/(.+?)(?:\?|$)/);return e?decodeURIComponent(e[1]):void 0}function ME(t){if(!Number.isFinite(t.rootDuration)||t.rootDuration<=0)return null;const e=TE(t.iframeSrc);return{id:t.compositionId,label:Kc({id:t.compositionId,tag:t.tagName}),key:C2({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 EE({iframeRef:t,probeIntervalRef:e,pendingSeekRef:n,isRefreshingRef:r,getAdapter:i,syncTimelineElements:l,setDuration:o,setCurrentTime:c,setTimelineReady:f,setIsPlaying:m,attachIframeShortcutListeners:p}){const g=d.useCallback(k=>{var B;if(!k.clips||k.clips.length===0)return;const $=new Set(k.clips.map(Y=>Y.compositionId).filter(Boolean)),Q=k.clips.filter(Y=>!Y.parentCompositionId||!$.has(Y.parentCompositionId));let Z=null;try{Z=((B=t.current)==null?void 0:B.contentDocument)??null}catch{Z=null}const C=new Set,j=Q.map((Y,ee)=>{const _=Z?yE(Z,Y,ee,C):null;return _&&C.add(_),AE({clip:Y,fallbackIndex:ee,doc:Z,hostEl:_})}),E=k.durationInFrames/30,L=Number.isFinite(E)&&E<7200?E:0,F=L>0?L:pe.getState().duration,q=F>0?j.filter(Y=>Y.start<F).map(Y=>({...Y,duration:Math.min(Y.duration,F-Y.start)})).filter(Y=>Y.duration>0):j,z=Z&&F>0?[...q,...qb(Z,F,q)]:q;z.length>0&&l(z,L>0?L:void 0)},[t,l]),y=d.useCallback(()=>{try{const k=t.current,$=k==null?void 0:k.contentDocument,Q=k==null?void 0:k.contentWindow;if(!$||!Q)return;const Z=pe.getState().elements,C=pe.getState().duration,{missing:j,updatedEls:E,patched:L}=wE($,Q,Z,C);if(j.length>0||L){const F=new Set(E.map(z=>z.id)),q=j.filter(z=>!F.has(z.id));l([...E,...q])}}catch(k){console.warn("[useTimelinePlayer] enrichMissingCompositions failed",k)}},[t,l]),v=d.useCallback(()=>{const k=i();if(!k||k.getDuration()<=0)return!1;k.pause();const $=n.current;n.current=null;const Q=$!=null?Math.min($,k.getDuration()):0;k.seek(Q);const Z=k.getDuration();Number.isFinite(Z)&&Z>0&&Z<7200&&Z!==pe.getState().duration&&o(Z),c(Q),r.current||f(!0),r.current=!1,m(!1);try{const C=t.current,j=C==null?void 0:C.contentDocument,E=C==null?void 0:C.contentWindow;j&&E&&(vE(j,E),SE(j),p());const L=E==null?void 0:E.__clipManifest;if(L&&L.clips.length>0&&g(L),y(),pe.getState().elements.length===0&&j){const F=Ub(j,k.getDuration());F.length>0&&l(F)}if(pe.getState().elements.length===0&&j){const F=j.querySelector("[data-composition-id]"),q=k.getDuration();if(F&&q>0){const z=ME({compositionId:F.getAttribute("data-composition-id")||"composition",tagName:F.tagName||"div",rootDuration:q,iframeSrc:(C==null?void 0:C.src)||"",selector:dl(F)});z&&l([z])}}}catch(C){console.warn("[useTimelinePlayer] Could not read timeline elements from iframe",C)}return!0},[i,o,c,f,m,g,y,l,p,t,r,n]),S=d.useCallback(()=>{if(P2(t.current),e.current&&clearInterval(e.current),v())return;const k=t.current;let $=!1;const Q=()=>{$||v()&&($=!0,window.removeEventListener("message",Z),e.current&&clearInterval(e.current))},Z=C=>{if(C.source&&k&&C.source!==k.contentWindow)return;const j=C.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",Z),e.current=setTimeout(()=>{$||(Q(),$||console.warn("[useTimelinePlayer] Runtime did not signal readiness within 5s")),window.removeEventListener("message",Z)},5e3)},[v,t,e]);return{processTimelineMessage:g,processTimelineMessageRef:{current:g},enrichMissingCompositions:y,enrichMissingCompositionsRef:{current:y},initializeAdapter:v,onIframeLoad:S}}function $E(){const t=d.useRef(null),e=d.useRef(0),n=d.useRef(void 0),r=d.useRef(null),i=d.useRef(!1),l=d.useRef(0),o=d.useRef(null),c=d.useRef(0),f=d.useRef(null),m=d.useRef(0),p=d.useRef(null),{setIsPlaying:g,setCurrentTime:y,setDuration:v,setTimelineReady:S,setElements:w}=pe.getState(),A=d.useCallback((M,P)=>{const H=pe.getState(),U=P??H.duration,te=kE(H.elements,M,H.duration,U);(te.length!==H.elements.length||te.some((se,ge)=>{const de=H.elements[ge];return!de||se.id!==de.id||se.start!==de.start||se.duration!==de.duration||se.track!==de.track}))&&w(te),Number.isFinite(P)&&(P??0)>0&&P!==H.duration&&v(P??0),H.timelineReady||S(!0)},[w,S,v]),k=d.useCallback(()=>{var M,P;try{const H=t.current,U=H==null?void 0:H.contentWindow;if(!H||!U)return null;const te=U.__player&&typeof U.__player.play=="function"?U.__player:null;if(pm(te)>0)return te;if(U.__timeline){const se=U5(U.__timeline);if(pm(se)>0)return se}if(U.__timelines){const se=Object.keys(U.__timelines);if(se.length>0){const ge=(P=(M=H==null?void 0:H.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],ke=U5(U.__timelines[de]);if(pm(ke)>0)return ke}}const le=Math.max(pe.getState().duration,hE(H.contentDocument));if(te&&le>0&&(typeof te.renderSeek=="function"||typeof te.seek=="function")){const se=p.current;if((se==null?void 0:se.player)===te&&se.duration===le)return se.adapter;se==null||se.adapter.pause();const ge=dE(te,le,fE(U),()=>pe.getState().playbackRate);return p.current={player:te,duration:le,adapter:ge},ge}return te}catch(H){return console.warn("[useTimelinePlayer] Could not get playback adapter (cross-origin)",H),null}},[]),$=d.useCallback(()=>{cancelAnimationFrame(l.current)},[]),Q=d.useCallback(()=>{const M=()=>{const P=k();if(P){const H=P.getTime(),U=P.getDuration();if(Yr.notify(H),H>=U&&!P.isPlaying()){if(pe.getState().loopEnabled&&U>0){P.seek(0),Yr.notify(0),P.play(),g(!0),e.current=requestAnimationFrame(M);return}y(H),g(!1),cancelAnimationFrame(e.current);return}}e.current=requestAnimationFrame(M)};e.current=requestAnimationFrame(M)},[k,y,g]),Z=d.useCallback(()=>{cancelAnimationFrame(e.current)},[]),C=d.useCallback(M=>{var H;const P=t.current;if(P){(H=P.contentWindow)==null||H.postMessage({source:"hf-parent",type:"control",action:"set-playback-rate",playbackRate:M},"*");try{const U=P.contentWindow;if(U!=null&&U.__timelines)for(const te of Object.values(U.__timelines))te&&typeof te.timeScale=="function"&&te.timeScale(M)}catch(U){console.warn("[useTimelinePlayer] Could not set playback rate (cross-origin)",U)}}},[]),j=d.useCallback(()=>{Z(),$();const M=k();M&&(M.getTime()>=M.getDuration()&&M.seek(0),P2(t.current),C(pe.getState().playbackRate),M.play(),o.current="forward",g(!0),Q())},[k,g,Q,C,Z,$]),E=d.useCallback(M=>{Z(),$();const P=k();if(!P)return;const H=Math.max(0,P.getDuration()),U=P.getTime()<=0&&H>0?H:P.getTime();P.pause(),U!==P.getTime()&&P.seek(U),P2(t.current);const te=Math.max(.1,Math.min(4,M));let le=U,se=performance.now();const ge=de=>{const ke=(de-se)/1e3*te;let Ze=le-ke;if(Ze<=0)if(pe.getState().loopEnabled&&H>0)le=H,se=de,Ze=H;else{P.seek(0),Yr.notify(0),y(0),g(!1),o.current=null,l.current=0;return}P.seek(Math.max(0,Ze)),Yr.notify(Math.max(0,Ze)),g(!0),l.current=requestAnimationFrame(ge)};g(!0),o.current="backward",l.current=requestAnimationFrame(ge)},[k,y,g,Z,$]),L=d.useCallback(()=>{$();const M=k();M&&(M.pause(),y(M.getTime()),g(!1),o.current=null,c.current=0,Z())},[k,y,g,Z,$]),F=d.useCallback(M=>{$();const P=k();if(!P)return;const H=Math.max(0,P.getDuration()),U=Math.max(0,H>0?Math.min(H,M):M);P.seek(U),Yr.notify(U),y(U),Z(),pe.getState().isPlaying&&g(!1),o.current=null,c.current=0},[k,y,g,Z,$]);d.useEffect(()=>pe.subscribe((M,P)=>{M.requestedSeekTime!==null&&M.requestedSeekTime!==P.requestedSeekTime&&(F(M.requestedSeekTime),pe.getState().clearSeekRequest())}),[F]);const{playbackKeyDownRef:q,playbackKeyUpRef:z,attachIframeShortcutListeners:B,togglePlay:Y}=uE({iframeRef:t,shuttleDirectionRef:o,shuttleSpeedIndexRef:c,iframeShortcutCleanupRef:f,getAdapter:k,play:j,playBackward:E,pause:L,seek:F}),{processTimelineMessageRef:ee,enrichMissingCompositionsRef:_,onIframeLoad:R}=EE({iframeRef:t,probeIntervalRef:n,pendingSeekRef:r,isRefreshingRef:i,getAdapter:k,syncTimelineElements:A,setDuration:v,setCurrentTime:y,setTimelineReady:S,setIsPlaying:g,attachIframeShortcutListeners:B}),X=d.useCallback(()=>{const M=k();r.current=M?M.getTime():pe.getState().currentTime??0,i.current=!0,Z(),$(),g(!1)},[k,Z,g,$]),N=d.useCallback(()=>{const M=t.current;if(!M)return;X();const P=M.src,H=new URL(P,window.location.origin);H.searchParams.set("_t",String(Date.now())),M.src=H.toString()},[X]),D=d.useRef(k);D.current=k,Tt(()=>{const M=te=>q.current(te),P=te=>z.current(te),H=te=>{const le=te.data,se=t.current;if(!(te.source&&se&&te.source!==se.contentWindow)){if((le==null?void 0:le.source)==="hf-preview"&&(le==null?void 0:le.type)==="state")try{if(pe.getState().elements.length===0){const de=se==null?void 0:se.contentWindow,ke=de==null?void 0:de.__clipManifest;ke&&ke.clips.length>0&&ee.current(ke)}Date.now()-m.current>500&&_.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(),ee.current(le),_.current(),pe.getState().elements.length===0))try{const ge=se==null?void 0:se.contentDocument,de=k();if(ge&&de){const ke=Ub(ge,de.getDuration());ke.length>0&&A(ke)}}catch(ge){console.warn("[useTimelinePlayer] Could not read timeline elements on navigate (cross-origin)",ge)}}},U=()=>{var te;if(document.hidden&&pe.getState().isPlaying){const le=(te=D.current)==null?void 0:te.call(D);le&&(le.pause(),g(!1),Z())}};return window.addEventListener("keydown",M,!0),window.addEventListener("keyup",P,!0),window.addEventListener("message",H),document.addEventListener("visibilitychange",U),()=>{var te;window.removeEventListener("keydown",M,!0),window.removeEventListener("keyup",P,!0),(te=f.current)==null||te.call(f),f.current=null,window.removeEventListener("message",H),document.removeEventListener("visibilitychange",U),Z(),$(),n.current&&clearInterval(n.current)}});const I=d.useCallback(()=>{Z(),$(),n.current&&clearInterval(n.current),pe.getState().reset()},[Z,$]);return{iframeRef:t,play:j,pause:L,togglePlay:Y,seek:F,onIframeLoad:R,refreshPlayer:N,saveSeekPosition:X,resetPlayer:I}}const QE=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,128a88,88,0,1,1-88-88A88,88,0,0,1,216,128Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),CE=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,128a88,88,0,1,1-88-88A88,88,0,0,1,216,128Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),ZE=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M112,56V200L40,128Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),PE=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M232,128,128,232,24,128,128,24Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),jE=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),RE=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,96l-80,80L48,96Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),NE=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M176,128,96,208V48Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),VE=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),LE=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M224,128a96,96,0,1,1-96-96A96,96,0,0,1,224,128Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),_E=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,40V168H168V88H88V40Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),DE=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),XE=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),zE=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),HE=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),YE=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),BE=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),FE=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),qE=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),UE=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),IE=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),GE=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),WE=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),KE=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),JE=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),e$=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),t$=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),n$=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),r$=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),i$=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),a$=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),l$=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M96,240l16-80L48,136,160,16,144,96l64,24Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),s$=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),o$=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),c$=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),u$=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),f$=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M224,80l-96,56L32,80l96-56Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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"}),d.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"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),d$=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),h$=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M200,56V184a16,16,0,0,1-16,16H72a16,16,0,0,1-16-16V56Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),m$=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M200,56V208a8,8,0,0,1-8,8H64a8,8,0,0,1-8-8V56Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),p$=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),g$=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,96v64H48V96Z",opacity:"0.2"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),O$=new Map([["bold",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}),d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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",d.createElement(d.Fragment,null,d.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"}))]]),x$=d.createContext({color:"currentColor",size:"1em",weight:"regular",mirrored:!1}),Re=d.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}=d.useContext(x$);return d.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&&d.createElement("title",null,n),c,f.get(l??y))});Re.displayName="IconBase";const Ib=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:QE}));Ib.displayName="ArrowClockwiseIcon";const y$=Ib,Gb=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:CE}));Gb.displayName="ArrowCounterClockwiseIcon";const b$=Gb,Wb=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:ZE}));Wb.displayName="ArrowLeftIcon";const v$=Wb,Kb=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:PE}));Kb.displayName="ArrowsOutCardinalIcon";const S$=Kb,Jb=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:jE}));Jb.displayName="CameraIcon";const w$=Jb,ev=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:RE}));ev.displayName="CaretDownIcon";const A$=ev,E1=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:NE}));E1.displayName="CaretRightIcon";const tv=E1,nv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:VE}));nv.displayName="ChatCenteredTextIcon";const k$=nv,rv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:LE}));rv.displayName="CheckCircleIcon";const iv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:_E}));iv.displayName="CopyIcon";const T$=iv,av=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:DE}));av.displayName="EyeIcon";const M$=av,lv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:XE}));lv.displayName="FileIcon";const E$=lv,sv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:zE}));sv.displayName="FileCodeIcon";const $$=sv,ov=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:HE}));ov.displayName="FileCssIcon";const Q$=ov,cv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:YE}));cv.displayName="FileHtmlIcon";const C$=cv,uv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:BE}));uv.displayName="FileJpgIcon";const Z$=uv,fv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:FE}));fv.displayName="FileJsIcon";const P$=fv,dv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:qE}));dv.displayName="FileJsxIcon";const j$=dv,hv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:UE}));hv.displayName="FileMdIcon";const R$=hv,mv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:IE}));mv.displayName="FilePlusIcon";const K5=mv,pv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:GE}));pv.displayName="FilePngIcon";const N$=pv,gv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:WE}));gv.displayName="FileSvgIcon";const V$=gv,Ov=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:KE}));Ov.displayName="FileTsIcon";const L$=Ov,xv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:JE}));xv.displayName="FileTsxIcon";const _$=xv,yv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:e$}));yv.displayName="FileTxtIcon";const D$=yv,bv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:t$}));bv.displayName="FileVideoIcon";const X$=bv,vv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:n$}));vv.displayName="FolderSimpleIcon";const z$=vv,Sv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:r$}));Sv.displayName="FolderSimplePlusIcon";const wv=Sv,Av=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:i$}));Av.displayName="GearIcon";const H$=Av,kv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:a$}));kv.displayName="ImageIcon";const Y$=kv,Tv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:l$}));Tv.displayName="LightningIcon";const B$=Tv,Mv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:s$}));Mv.displayName="PaletteIcon";const F$=Mv,Ev=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:o$}));Ev.displayName="PencilSimpleIcon";const q$=Ev,$v=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:c$}));$v.displayName="PlusIcon";const Qv=$v,Cv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:u$}));Cv.displayName="SquareIcon";const U$=Cv,Zv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:f$}));Zv.displayName="StackIcon";const I$=Zv,Pv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:d$}));Pv.displayName="TextAaIcon";const G$=Pv,jv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:h$}));jv.displayName="TextTIcon";const W$=jv,Rv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:m$}));Rv.displayName="TrashIcon";const K$=Rv,m1=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:p$}));m1.displayName="WarningIcon";const Nv=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:g$}));Nv.displayName="WaveformIcon";const J$=Nv,rg=d.forwardRef((t,e)=>d.createElement(Re,{ref:e,...t,weights:O$}));rg.displayName="XIcon";const eQ=rg;function J5({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]=d.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 Ec(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(m1,{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(rv,{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(rg,{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(m1,{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(E1,{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(m1,{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(E1,{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 tQ(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 nQ(t){const e=d.useRef(t);e.current=t;const n=d.useRef(null),r=d.useRef(!1),i=d.useCallback(()=>{const o=Ge.getState();if(!o.model||!o.sourceFilePath||!o.isEditMode)return;const c=e.current;if(!c)return;const f=tQ(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))},[]);Tt(()=>{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=d.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 A=g.groups.get(w);if(A)for(const k of A.segmentIds){y.push(k);const $=g.segments.get(k);$!=null&&$.wordId&&v.set($.wordId,k)}}const S=new Map(g.segments);for(const w of p){const A=(w.wordId?v.get(w.wordId):void 0)??y[w.wordIndex];if(!A)continue;const k=S.get(A);if(!k)continue;const $={...k.style};w.x!==void 0&&($.x=w.x),w.y!==void 0&&($.y=w.y),w.scale!==void 0&&($.scaleX=w.scale,$.scaleY=w.scale),w.rotation!==void 0&&($.rotation=w.rotation),w.activeColor!==void 0&&($.activeColor=w.activeColor),w.dimColor!==void 0&&($.dimColor=w.dimColor),w.opacity!==void 0&&($.opacity=w.opacity),w.fontSize!==void 0&&($.fontSize=w.fontSize),w.fontWeight!==void 0&&($.fontWeight=w.fontWeight),w.fontFamily!==void 0&&($.fontFamily=w.fontFamily),S.set(A,{...k,style:$})}r.current=!0,Ge.getState().setModel({...g,segments:S})}catch{}},[]);return{save:i,loadOverrides:l}}const rQ=100,iQ=1500;function j2(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 R2(t){return{version:1,updatedAt:0,undo:[],redo:[]}}function aQ(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:j2(r.before),afterHash:j2(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 lQ(t,e,n){if(Object.keys(e.files).length===0)return t;const r=iQ,i=rQ,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 Vv(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 sQ(t,e,n){const r=t.undo[t.undo.length-1];if(!r)return{ok:!1,reason:"empty",state:t,filesToWrite:{}};const i=Vv(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 oQ(t,e,n){const r=t.redo[t.redo.length-1];if(!r)return{ok:!1,reason:"empty",state:t,filesToWrite:{}};const i=Vv(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 cQ="hyperframes-studio-edit-history",uQ=1,$1="project-history";function fQ(){return new Promise((t,e)=>{if(!globalThis.indexedDB){e(new Error("IndexedDB is not available"));return}const n=globalThis.indexedDB.open(cQ,uQ);n.onupgradeneeded=()=>{const r=n.result;r.objectStoreNames.contains($1)||r.createObjectStore($1)},n.onerror=()=>e(n.error??new Error("Failed to open edit history db")),n.onsuccess=()=>t(n.result)})}function gm(t,e){return fQ().then(n=>new Promise((r,i)=>{const l=n.transaction($1,t),o=e(l.objectStore($1));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 dQ(){return{async get(t){return await gm("readonly",e=>e.get(t))??null},async set(t,e){await gm("readwrite",n=>n.put(e,t))},async delete(t){await gm("readwrite",e=>e.delete(t))}}}async function hQ(t,e){return await t.get(e)??R2()}async function mQ(t,e,n){await t.set(e,n)}function pQ(t){return`edit-${t.toString(36)}-${Math.random().toString(36).slice(2,10)}`}function Lv(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 ex(t,e){const n={},r={};for(const i of t){const l=await e(i);n[i]=l,r[i]=j2(l)}return{currentFiles:n,currentHashes:r}}async function tx({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 nx({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 mQ(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:()=>Lv(l),async recordEdit(m){await f(async p=>{const g=r(),y=aQ({...m,id:pQ(g),projectId:t,now:g});return{state:lQ(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 ex(Object.keys(g.files),m.readFile),S=sQ(p,v,r());return S.ok?(await tx({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 ex(Object.keys(g.files),m.readFile),S=oQ(p,v,r());return S.ok?(await tx({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 gQ(t){const e=d.useMemo(()=>t.storage??dQ(),[t.storage]),n=t.now??Date.now,[r,i]=d.useState(()=>R2()),[l,o]=d.useState(!1),c=t.projectId,f=d.useRef(null);d.useEffect(()=>{let y=!1;const v=R2();if(f.current=null,i(v),o(!1),!c){o(!0);return}return hQ(e,c).then(S=>{y||(f.current=nx({projectId:c,storage:e,initialState:S,now:n,onChange:i}),i(S))}).catch(()=>{y||(f.current=nx({projectId:c,storage:e,initialState:v,now:n,onChange:i}),i(v))}).finally(()=>{y||o(!0)}),()=>{y=!0}},[n,c,e]);const m=d.useCallback(async y=>{var v;await((v=f.current)==null?void 0:v.recordEdit(y))},[]),p=d.useCallback(async y=>{var v;return((v=f.current)==null?void 0:v.undo(y))??{ok:!1,reason:"empty"}},[]),g=d.useCallback(async y=>{var v;return((v=f.current)==null?void 0:v.redo(y))??{ok:!1,reason:"empty"}},[]);return{loaded:l,...Lv(r),recordEdit:m,undo:p,redo:g}}function OQ(){const[t,e]=d.useState(240),[n,r]=d.useState(400),[i,l]=d.useState(()=>mf().leftCollapsed??!1),[o,c]=d.useState(!0),[f,m]=d.useState("renders"),p=d.useRef(null),g=d.useCallback(()=>{l(w=>(pf({leftCollapsed:!w}),!w))},[]),y=d.useCallback((w,A)=>{A.preventDefault(),A.target.setPointerCapture(A.pointerId),p.current={side:w,startX:A.clientX,startW:w==="left"?t:n}},[t,n]),v=d.useCallback(w=>{const A=p.current;if(!A)return;const k=w.clientX-A.startX,$=Math.floor(window.innerWidth*.5),Q=Math.max(160,Math.min(A.side==="left"?$:600,A.startW+(A.side==="left"?k:-k)));A.side==="left"?e(Q):r(Q)},[]),S=d.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 xQ=/\.(eot|otf|ttc|ttf|woff2?)$/i,rx=/\s+(thin|extralight|extra light|light|regular|roman|medium|semibold|semi bold|bold|extrabold|extra bold|black|italic|oblique|variable)$/i;function ix(t){return JSON.stringify(t)}function zs(t){const e=decodeURIComponent(t.split(/[\\/]/).pop()??t).replace(xQ,"");let n=e.replace(/[_-]+/g," ").replace(/([a-z])([A-Z])/g,"$1 $2").replace(/\s+/g," ").trim();for(;rx.test(n);)n=n.replace(rx,"").trim();return n||e}function ig(t,e=t.url){return`@font-face { font-family: ${ix(t.family)}; src: url(${ix(e)}); font-display: swap; }`}async function $i({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 yQ({projectId:t,showToast:e,recordEdit:n,domEditSaveTimestampRef:r,setRefreshKey:i}){const[l,o]=d.useState(null),[c,f]=d.useState(null),[m,p]=d.useState([]),g=d.useRef(l==null?void 0:l.path);g.current=l==null?void 0:l.path;const y=d.useRef(t);y.current=t;const v=d.useRef(null),S=d.useRef(null),w=d.useRef([]);d.useEffect(()=>{if(!t)return;let N=!1;return fetch(`/api/projects/${t}`).then(D=>D.json()).then(D=>{!N&&D.files&&p(D.files),N||f(typeof D.dir=="string"?D.dir:null)}).catch(()=>{N||f(null)}),()=>{N=!0}},[t]);const A=d.useCallback(async N=>{const D=y.current;if(!D)throw new Error("No active project");const I=await fetch(`/api/projects/${D}/files/${encodeURIComponent(N)}`);if(!I.ok)throw new Error(`Failed to read ${N}`);const M=await I.json();if(typeof M.content!="string")throw new Error(`Missing file contents for ${N}`);return M.content},[]),k=d.useCallback(async(N,D)=>{const I=y.current;if(!I)throw new Error("No active project");if(!(await fetch(`/api/projects/${I}/files/${encodeURIComponent(N)}`,{method:"PUT",headers:{"Content-Type":"text/plain"},body:D})).ok)throw new Error(`Failed to save ${N}`);g.current===N&&o({path:N,content:D})},[]),$=d.useCallback(async N=>{const D=y.current;if(!D)throw new Error("No active project");const I=await fetch(`/api/projects/${D}/files/${encodeURIComponent(N)}`);if(I.status===404)return"";if(!I.ok)throw new Error(`Failed to read ${N}`);const M=await I.json();return typeof M.content=="string"?M.content:""},[]),Q=d.useCallback(N=>{const D=y.current;if(D){if(Hb(N)){o({path:N,content:null});return}fetch(`/api/projects/${D}/files/${encodeURIComponent(N)}`).then(I=>I.json()).then(I=>{I.content!=null&&o({path:N,content:I.content})}).catch(()=>{})}},[]),Z=d.useCallback(N=>{const D=y.current;if(!D)return;const I=g.current;I&&(v.current&&clearTimeout(v.current),v.current=setTimeout(()=>{r.current=Date.now(),$i({projectId:D,label:"Edit source",kind:"source",coalesceKey:`source:${I}`,files:{[I]:N},readFile:A,writeFile:k,recordEdit:n}).then(()=>{S.current&&clearTimeout(S.current),S.current=setTimeout(()=>i(M=>M+1),600)}).catch(()=>{})},600))},[r,A,n,i,k]),C=d.useCallback(async()=>{const N=y.current;if(!N)return;const I=await(await fetch(`/api/projects/${N}`)).json();I.files&&p(I.files)},[]),j=d.useCallback(async(N,D)=>{var U,te;const I=y.current,M=Array.from(N);if(!I||M.length===0)return[];const P=new FormData;for(const le of M)P.append("file",le);const H=D?`?dir=${encodeURIComponent(D)}`:"";try{const le=await fetch(`/api/projects/${I}/upload${H}`,{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(", ")}`),(te=se.invalid)!=null&&te.length){const ge=se.invalid.map(de=>de.name).join(", ");e(`Unsupported media skipped: ${ge}`)}return await C(),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[]},[C,i,e]),E=d.useCallback(async N=>{const D=y.current;if(!D)return;let I="";N.endsWith(".html")&&(I=`<!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/${D}/files/${encodeURIComponent(N)}`,{method:"POST",headers:{"Content-Type":"text/plain"},body:I});if(M.ok)await C(),Q(N);else{const P=await M.json().catch(()=>({error:"unknown"}));console.error(`Create file failed: ${P.error}`)}},[C,Q]),L=d.useCallback(async N=>{const D=y.current;if(!D)return;const I=await fetch(`/api/projects/${D}/files/${encodeURIComponent(N+"/.gitkeep")}`,{method:"POST",headers:{"Content-Type":"text/plain"},body:""});if(I.ok)await C();else{const M=await I.json().catch(()=>({error:"unknown"}));console.error(`Create folder failed: ${M.error}`)}},[C]),F=d.useCallback(async N=>{const D=y.current;if(!D)return;const I=await fetch(`/api/projects/${D}/files/${encodeURIComponent(N)}`,{method:"DELETE"});if(I.ok)g.current===N&&o(null),await C();else{const M=await I.json().catch(()=>({error:"unknown"}));console.error(`Delete failed: ${M.error}`)}},[C]),q=d.useCallback(async(N,D)=>{const I=y.current;if(!I)return;const M=await fetch(`/api/projects/${I}/files/${encodeURIComponent(N)}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({newPath:D})});if(M.ok)g.current===N&&Q(D),await C(),i(P=>P+1);else{const P=await M.json().catch(()=>({error:"unknown"}));console.error(`Rename failed: ${P.error}`)}},[C,Q,i]),z=d.useCallback(async N=>{const D=y.current;if(!D)return;const I=await fetch(`/api/projects/${D}/duplicate-file`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({path:N})});if(I.ok){const M=await I.json();await C(),M.path&&Q(M.path)}else{const M=await I.json().catch(()=>({error:"unknown"}));console.error(`Duplicate failed: ${M.error}`)}},[C,Q]),B=q,Y=d.useCallback(async(N,D)=>j(Array.from(N),D),[j]),ee=d.useCallback(async N=>{const D=await j(Array.from(N).filter(P=>h1.test(P.name)),"assets/fonts"),I=y.current,M=D.filter(P=>h1.test(P)).map(P=>({family:zs(P),path:P,url:`/api/projects/${I}/preview/${P}`}));return w.current=[...M,...w.current.filter(P=>!M.some(H=>H.family.toLowerCase()===P.family.toLowerCase()))],M},[j]),_=d.useMemo(()=>m.filter(N=>N==="index.html"||N.startsWith("compositions/")),[m]),R=d.useMemo(()=>m.filter(N=>!N.endsWith(".html")&&!N.endsWith(".md")&&!N.endsWith(".json")),[m]),X=d.useMemo(()=>R.filter(N=>h1.test(N)).map(N=>({family:zs(N),path:N,url:`/api/projects/${t}/preview/${N}`})),[R,t]);return{editingFile:l,setEditingFile:o,projectDir:c,fileTree:m,setFileTree:p,editingPathRef:g,projectIdRef:y,saveTimerRef:v,importedFontAssetsRef:w,readProjectFile:A,writeProjectFile:k,readOptionalProjectFile:$,handleFileSelect:Q,handleContentChange:Z,refreshFileTree:C,uploadProjectFiles:j,handleCreateFile:E,handleCreateFolder:L,handleDeleteFile:F,handleRenameFile:q,handleDuplicateFile:z,handleMoveFile:B,handleImportFiles:Y,handleImportFonts:ee,compositions:_,assets:R,fontAssets:X}}const rl=".hyperframes/studio-manual-edits.json",ji="--hf-studio-offset-x",Ri="--hf-studio-offset-y",wl="--hf-studio-width",Al="--hf-studio-height",Li="--hf-studio-rotation",hl="data-hf-studio-path-offset",Hs="data-hf-studio-manual-edit-gesture",ml="data-hf-studio-box-size",pl="data-hf-studio-rotation",Aa="data-hf-studio-original-translate",gl="data-hf-studio-original-inline-translate",Of="data-hf-studio-original-width",xf="data-hf-studio-original-height",Jc="data-hf-studio-original-min-width",yf="data-hf-studio-original-min-height",bf="data-hf-studio-original-max-width",vf="data-hf-studio-original-max-height",eu="data-hf-studio-original-flex-basis",Sf="data-hf-studio-original-flex-grow",wf="data-hf-studio-original-flex-shrink",Af="data-hf-studio-original-box-sizing",Qi="data-hf-studio-original-scale",Ys="data-hf-studio-original-transform-origin",kf="data-hf-studio-original-display",ka="data-hf-studio-original-rotate",Ol="data-hf-studio-original-inline-rotate",xl="data-hf-studio-original-rotation-transform-origin",kl="data-hf-studio-rotation-draft",jc="data-hf-studio-original-transform-display",bQ="__hfStudioManualEditsApply",N2="__hfStudioManualEditsWrapped",T0="__hfStudioManualEditsPlaybackFrame",vQ="center center";function Ci(t){return typeof t=="number"&&Number.isFinite(t)?t:null}function ks(){return{version:1,edits:[]}}function SQ(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=Ci(e.x),f=Ci(e.y);return c==null||f==null?null:{kind:"path-offset",target:{sourceFile:i,selector:l,selectorIndex:Ci(r.selectorIndex)??void 0,id:o},x:c,y:f,updatedAt:typeof e.updatedAt=="string"?e.updatedAt:void 0}}function wQ(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=Ci(e.width),f=Ci(e.height);return c==null||f==null||c<=0||f<=0?null:{kind:"box-size",target:{sourceFile:i,selector:l,selectorIndex:Ci(r.selectorIndex)??void 0,id:o},width:c,height:f,updatedAt:typeof e.updatedAt=="string"?e.updatedAt:void 0}}function AQ(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=Ci(e.angle);return c==null?null:{kind:"rotation",target:{sourceFile:i,selector:l,selectorIndex:Ci(r.selectorIndex)??void 0,id:o},angle:c,updatedAt:typeof e.updatedAt=="string"?e.updatedAt:void 0}}function kQ(t){return SQ(t)??wQ(t)??AQ(t)}function ax(t){if(!t.trim())return ks();try{const e=JSON.parse(t);if(!e||typeof e!="object")return ks();const n=e.edits;return Array.isArray(n)?{version:1,edits:n.map(kQ).filter(r=>r!==null)}:ks()}catch{return ks()}}function Om(t){return`${JSON.stringify(t,null,2)}
|
|
81
|
+
`}function uc(t){return t.trim().replace(/\\/g,"/").replace(/^\.?\//,"")}function V2(t){if(typeof t=="string"){const n=t.trim();if(!n)return null;if(n.startsWith("{"))try{return V2(JSON.parse(n))}catch{return uc(n)}return uc(n)}if(!t||typeof t!="object")return null;const e=t;return typeof e.path=="string"?uc(e.path):typeof e.filePath=="string"?uc(e.filePath):"data"in e?V2(e.data):null}function TQ(t){return V2(t)}function MQ(t){if(!t)return!1;const e=uc(t);return e===rl||e.endsWith(`/${rl}`)}function Tf(t){return{sourceFile:t.sourceFile||"index.html",selector:t.selector,selectorIndex:t.selectorIndex,id:t.id??void 0}}function Ta(t){return[t.sourceFile,t.id??"",t.selector??"",t.selectorIndex??""].join("|")}function ag(t){return Math.round(t*10)/10}function lx(t,e,n){const r=Tf(e),i=Ta(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"||Ta(c.target)!==i);return o.push(l),{version:1,edits:o}}function EQ(t,e,n){const r=Tf(e),i=Ta(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"||Ta(c.target)!==i);return o.push(l),{version:1,edits:o}}function $Q(t,e,n){const r=Tf(e),i=Ta(r),l={kind:"rotation",target:r,angle:ag(n.angle),updatedAt:new Date().toISOString()},o=t.edits.filter(c=>c.kind!=="rotation"||Ta(c.target)!==i);return o.push(l),{version:1,edits:o}}function QQ(t,e){const n=Ta(Tf(e)),r=t.edits.filter(i=>Ta(i.target)!==n);return r.length===t.edits.length?t:{version:1,edits:r}}function CQ(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(wl),studioHeight:t.style.getPropertyValue(Al),marker:t.getAttribute(ml),originalWidth:t.getAttribute(Of),originalHeight:t.getAttribute(xf),originalMinWidth:t.getAttribute(Jc),originalMinHeight:t.getAttribute(yf),originalMaxWidth:t.getAttribute(bf),originalMaxHeight:t.getAttribute(vf),originalFlexBasis:t.getAttribute(eu),originalFlexGrow:t.getAttribute(Sf),originalFlexShrink:t.getAttribute(wf),originalBoxSizing:t.getAttribute(Af),originalScale:t.getAttribute(Qi),originalTransformOrigin:t.getAttribute(Ys),originalDisplay:t.getAttribute(kf)}}function ZQ(t){return{rotate:t.style.getPropertyValue("rotate"),transformOrigin:t.style.getPropertyValue("transform-origin"),studioRotation:t.style.getPropertyValue(Li),marker:t.getAttribute(pl),draftMarker:t.getAttribute(kl),originalRotate:t.getAttribute(ka),originalInlineRotate:t.getAttribute(Ol),originalTransformOrigin:t.getAttribute(xl)}}function lg(t){return{translate:t.style.getPropertyValue("translate"),x:t.style.getPropertyValue(ji),y:t.style.getPropertyValue(Ri),marker:t.getAttribute(hl),originalTranslate:t.getAttribute(Aa),originalInlineTranslate:t.getAttribute(gl)}}function kt(t,e,n){n==null?t.removeAttribute(e):t.setAttribute(e,n)}function Gt(t,e,n){n?t.style.setProperty(e,n):t.style.removeProperty(e)}function xm(t,e){Gt(t,"width",e.width),Gt(t,"height",e.height),Gt(t,"min-width",e.minWidth),Gt(t,"min-height",e.minHeight),Gt(t,"max-width",e.maxWidth),Gt(t,"max-height",e.maxHeight),Gt(t,"flex-basis",e.flexBasis),Gt(t,"flex-grow",e.flexGrow),Gt(t,"flex-shrink",e.flexShrink),Gt(t,"box-sizing",e.boxSizing),Gt(t,"scale",e.scale),Gt(t,"transform-origin",e.transformOrigin),Gt(t,"display",e.display),Gt(t,wl,e.studioWidth),Gt(t,Al,e.studioHeight),kt(t,ml,e.marker),kt(t,Of,e.originalWidth),kt(t,xf,e.originalHeight),kt(t,Jc,e.originalMinWidth),kt(t,yf,e.originalMinHeight),kt(t,bf,e.originalMaxWidth),kt(t,vf,e.originalMaxHeight),kt(t,eu,e.originalFlexBasis),kt(t,Sf,e.originalFlexGrow),kt(t,wf,e.originalFlexShrink),kt(t,Af,e.originalBoxSizing),kt(t,Qi,e.originalScale),kt(t,Ys,e.originalTransformOrigin),kt(t,kf,e.originalDisplay)}function ym(t,e){Gt(t,"rotate",e.rotate),Gt(t,"transform-origin",e.transformOrigin),Gt(t,Li,e.studioRotation),kt(t,pl,e.marker),kt(t,kl,e.draftMarker),kt(t,ka,e.originalRotate),kt(t,Ol,e.originalInlineRotate),kt(t,xl,e.originalTransformOrigin)}function il(t,e){e.translate?t.style.setProperty("translate",e.translate):t.style.removeProperty("translate"),e.x?t.style.setProperty(ji,e.x):t.style.removeProperty(ji),e.y?t.style.setProperty(Ri,e.y):t.style.removeProperty(Ri),kt(t,hl,e.marker),kt(t,Aa,e.originalTranslate),kt(t,gl,e.originalInlineTranslate)}function PQ(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(Hs)||i.hasAttribute(ml)||i.hasAttribute(pl)||i.hasAttribute(kl)||i.hasAttribute(Aa)||i.hasAttribute(gl)||i.hasAttribute(jc)||i.hasAttribute(Jc)||i.hasAttribute(eu)||i.hasAttribute(Qi)||i.hasAttribute(ka)||i.hasAttribute(Ol)||!!i.style.getPropertyValue(ji)||!!i.style.getPropertyValue(Ri)||!!i.style.getPropertyValue(wl)||!!i.style.getPropertyValue(Al)||!!i.style.getPropertyValue(Li)):[]}function Un(t,e,n){const r=t.getAttribute(n);r==null||r===""?t.style.removeProperty(e):t.style.setProperty(e,r),t.removeAttribute(n)}function jQ(t){const e=t.getAttribute(Ol);e==null||e===""?t.style.removeProperty("rotate"):t.style.setProperty("rotate",e),t.removeAttribute(Ol),t.removeAttribute(ka);const n=t.getAttribute(xl);n!=null&&(n===""?t.style.removeProperty("transform-origin"):t.style.setProperty("transform-origin",n)),t.removeAttribute(xl)}function RQ(t){const e=t.getAttribute(gl);e==null||e===""?t.style.removeProperty("translate"):t.style.setProperty("translate",e),t.removeAttribute(gl),t.removeAttribute(Aa)}function NQ(t){(t.hasAttribute(hl)||D2(t.style.getPropertyValue("translate")))&&RQ(t),og(t),t.style.removeProperty(ji),t.style.removeProperty(Ri),t.removeAttribute(hl),t.removeAttribute(Aa),t.removeAttribute(gl)}function VQ(t){(t.hasAttribute(pl)||X2(t.style.getPropertyValue("rotate")))&&jQ(t),og(t),t.style.removeProperty(Li),t.removeAttribute(pl),t.removeAttribute(kl),t.removeAttribute(ka),t.removeAttribute(Ol),t.removeAttribute(xl)}function LQ(t){(t.hasAttribute(ml)||ox(t.style.getPropertyValue("width"))||ox(t.style.getPropertyValue("height"))||t.hasAttribute(Qi))&&(Un(t,"width",Of),Un(t,"height",xf),Un(t,"min-width",Jc),Un(t,"min-height",yf),Un(t,"max-width",bf),Un(t,"max-height",vf),Un(t,"flex-basis",eu),Un(t,"flex-grow",Sf),Un(t,"flex-shrink",wf),Un(t,"box-sizing",Af),Un(t,"scale",Qi),Un(t,"transform-origin",Ys),Un(t,"display",kf)),og(t),t.style.removeProperty(wl),t.style.removeProperty(Al),t.removeAttribute(ml)}let sx=0;function _v(t){sx+=1;const e=`gesture-${sx}`;return t.setAttribute(Hs,e),e}function Sr(t,e){e&&t.getAttribute(Hs)!==e||t.removeAttribute(Hs)}function Q1(t){return t.hasAttribute(Hs)}function M0(t,e){return t.getAttribute(Hs)===e}function C1(t,e){const n=Number.parseFloat(t.style.getPropertyValue(e));return Number.isFinite(n)?n:0}function L2(t){return{x:C1(t,ji),y:C1(t,Ri)}}function Z1(t){return{width:C1(t,wl),height:C1(t,Al)}}function Dv(t){const e=Number.parseFloat(t.style.getPropertyValue(Li));return{angle:Number.isFinite(e)?e:0}}function sg(t,e){var n;try{return((n=t.ownerDocument.defaultView)==null?void 0:n.getComputedStyle(t).getPropertyValue(e))??""}catch{return""}}function _2(t,e){return t.style.getPropertyValue(e)||sg(t,e)}function Xv(t,e){const n=_2(t,e).trim();return n==="none"?"":n}function D2(t){return t.includes(ji)||t.includes(Ri)}function ox(t){return t.includes(wl)||t.includes(Al)}function X2(t){return t.includes(Li)}function cx(t){return t.replace(/\s+/g,"").toLowerCase()}function _Q(t,e){if(!t.hasAttribute(kl))return!1;const n=t.style.getPropertyValue(Li).trim();return!n||!e.trim()?!1:cx(e)===cx(cg(t,n))}function ro(t){sg(t,"display")==="inline"&&(t.hasAttribute(jc)||t.setAttribute(jc,t.style.getPropertyValue("display")),t.style.setProperty("display","inline-block"))}function og(t){const e=t.getAttribute(jc);e!=null&&(e===""?t.style.removeProperty("display"):t.style.setProperty("display",e),t.removeAttribute(jc))}function DQ(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 zv(t,e,n){var l;const r=(l=t.getAttribute(Aa))==null?void 0:l.trim();if(!r||r==="none")return`${e} ${n}`;const i=DQ(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 XQ(t,e){const n=t.style.getPropertyValue("translate"),r=Xv(t,"translate"),i=t.hasAttribute(hl),l=!D2(r);i?e&&l&&!Q1(t)&&t.setAttribute(Aa,r):(t.setAttribute(gl,D2(n)?"":n),t.setAttribute(Aa,l?r:""))}function Hv(t,e,n={}){XQ(t,n.updateBase??!0),t.setAttribute(hl,"true"),t.style.setProperty(ji,`${Math.round(e.x)}px`),t.style.setProperty(Ri,`${Math.round(e.y)}px`)}function Yv(t,e){ro(t),Hv(t,e),t.style.setProperty("translate",zv(t,`var(${ji}, 0px)`,`var(${Ri}, 0px)`))}function p1(t,e){ro(t),Hv(t,e,{updateBase:!1}),t.style.setProperty("translate",zv(t,`${Math.round(e.x)}px`,`${Math.round(e.y)}px`))}function zQ(t,e){const n=t.parentElement;if(!n)return null;const r=_2(n,"display").trim();if(r!=="flex"&&r!=="inline-flex")return null;const i=_2(n,"flex-direction").trim();return Math.round(Math.max(1,i.startsWith("column")?e.height:e.width))}function HQ(t){if(!t.hasAttribute(Qi))return;const e=t.getAttribute(Qi);e==null||e===""?t.style.removeProperty("scale"):t.style.setProperty("scale",e),t.removeAttribute(Qi);const n=t.getAttribute(Ys);n==null||n===""?t.style.removeProperty("transform-origin"):t.style.setProperty("transform-origin",n),t.removeAttribute(Ys)}function YQ(t,e){t.hasAttribute(ml)||(t.setAttribute(Of,t.style.getPropertyValue("width")),t.setAttribute(xf,t.style.getPropertyValue("height")),t.setAttribute(Jc,t.style.getPropertyValue("min-width")),t.setAttribute(yf,t.style.getPropertyValue("min-height")),t.setAttribute(bf,t.style.getPropertyValue("max-width")),t.setAttribute(vf,t.style.getPropertyValue("max-height")),t.setAttribute(eu,t.style.getPropertyValue("flex-basis")),t.setAttribute(Sf,t.style.getPropertyValue("flex-grow")),t.setAttribute(wf,t.style.getPropertyValue("flex-shrink")),t.setAttribute(Af,t.style.getPropertyValue("box-sizing")),t.setAttribute(Qi,t.style.getPropertyValue("scale")),t.setAttribute(Ys,t.style.getPropertyValue("transform-origin")),t.setAttribute(kf,t.style.getPropertyValue("display"))),t.setAttribute(ml,"true"),t.style.setProperty(wl,`${Math.round(Math.max(1,e.width))}px`),t.style.setProperty(Al,`${Math.round(Math.max(1,e.height))}px`)}function Bv(t,e){YQ(t,e),HQ(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=zQ(t,e);i!=null&&(t.style.setProperty("flex-basis",`${i}px`),t.style.setProperty("flex-grow","0"),t.style.setProperty("flex-shrink","0")),sg(t,"display")==="inline"&&t.style.setProperty("display","inline-block")}function Fv(t,e){ro(t),Bv(t,e)}function BQ(t,e){ro(t),Bv(t,e)}function FQ(t){return/^-?(?:\d+(?:\.\d+)?|\.\d+)(?:deg|rad|turn|grad)$/.test(t.trim())}function cg(t,e){var r;const n=(r=t.getAttribute(ka))==null?void 0:r.trim();return!n||n==="none"||!FQ(n)?e:`calc(${n} + ${e})`}function qQ(t,e){const n=t.style.getPropertyValue("rotate"),r=Xv(t,"rotate"),i=t.hasAttribute(pl),l=!X2(r)&&!_Q(t,r);i?e&&l&&!Q1(t)&&t.setAttribute(ka,r):(t.setAttribute(Ol,X2(n)?"":n),t.setAttribute(ka,l?r:"")),t.hasAttribute(xl)||t.setAttribute(xl,t.style.getPropertyValue("transform-origin"))}function qv(t,e,n={}){qQ(t,n.updateBase??!0),t.setAttribute(pl,"true"),t.style.setProperty(Li,`${ag(e.angle)}deg`),t.style.setProperty("transform-origin",vQ)}function Uv(t,e){ro(t),qv(t,e),t.removeAttribute(kl),t.style.setProperty("rotate",cg(t,`var(${Li}, 0deg)`))}function UQ(t,e){ro(t),qv(t,e,{updateBase:!1}),t.setAttribute(kl,"true"),t.style.setProperty("rotate",cg(t,`${ag(e.angle)}deg`))}function ug(t){try{Object.defineProperty(t,N2,{configurable:!1,enumerable:!1,value:!0})}catch{try{t[N2]=!0}catch{}}}function fg(t){return!!t[N2]}function ec(t,e,n){const r=e==null?void 0:e[n];if(!e||typeof r!="function")return!1;const i=r;if(fg(i))return!0;const l=function(...o){var f;const c=i.apply(this,o);return(f=t.__hfStudioManualEditsApply)==null||f.call(t),c};ug(l);try{e[n]=l}catch{return!1}return!0}function tc(t,e){const n=t[e];if(typeof n!="function")return null;try{return Ci(n.call(t))}catch{return null}}function IQ(t){const e=tc(t,"duration")??tc(t,"getDuration");if(e==null)return!0;if(e<=0)return!1;const n=tc(t,"time")??tc(t,"totalTime")??tc(t,"getTime");return n==null?!0:n<e}function bm(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 IQ(t)}const r=t.isActive;if(typeof r=="function")try{return!!r.call(t)}catch{return!1}return!1}function Iv(t){return bm(t.__player)||bm(t.__timeline)?!0:Object.values(t.__timelines??{}).some(bm)}function Gv(t){var n;if((n=t.__hfStudioManualEditsApply)==null||n.call(t),t[T0]!=null)return;const e=()=>{var r;if((r=t.__hfStudioManualEditsApply)==null||r.call(t),!Iv(t)){t[T0]=null;return}t[T0]=t.requestAnimationFrame(e)};t[T0]=t.requestAnimationFrame(e)}function vm(t,e,n){const r=e==null?void 0:e[n];if(!e||typeof r!="function")return!1;const i=r;if(fg(i))return!0;const l=function(...o){const c=i.apply(this,o);return Gv(t),c};ug(l);try{e[n]=l}catch{return!1}return!0}function Sm(t,e,n){const r=e==null?void 0:e[n];if(!e||typeof r!="function")return!1;const i=r;if(fg(i))return!0;const l=function(...o){var f;const c=i.apply(this,o);return(f=t.__hfStudioManualEditsApply)==null||f.call(t),c};ug(l);try{e[n]=l}catch{return!1}return!0}function GQ(t,e){const n=t;n[bQ]=e;const r=ec(n,n.__hf,"seek"),i=ec(n,n.__player,"seek"),l=ec(n,n.__player,"renderSeek"),o=ec(n,n.__timeline,"seek"),c=vm(n,n.__player,"play"),f=vm(n,n.__timeline,"play"),m=Sm(n,n.__player,"pause"),p=Sm(n,n.__timeline,"pause");let g=!1,y=!1,v=!1;for(const S of Object.values(n.__timelines??{}))g=ec(n,S,"seek")||g,y=vm(n,S,"play")||y,v=Sm(n,S,"pause")||v;return Iv(n)&&Gv(n),r||i||l||o||c||f||m||p||g||y||v}function WQ(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 wm(t,e,n){return WQ(t,n)===e}function KQ(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 JQ(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&&wm(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&&wm(c,e.target.sourceFile,n));if(o[0])return o[0]}if(!e.target.selector)return null;try{return KQ(t,e.target.selector,r).filter(o=>wm(o,e.target.sourceFile,n))[e.target.selectorIndex??0]??null}catch{return null}}function eC(t,e,n){const r=[],i=new Set,l=new Set,o=new Set;for(const f of e.edits){const m=JQ(t,f,n);m&&(Q1(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 PQ(t))Q1(f)||(i.has(f)||NQ(f),l.has(f)||LQ(f),o.has(f)||VQ(f));let c=0;for(const{edit:f,element:m}of r)f.kind==="path-offset"?Yv(m,{x:f.x,y:f.y}):f.kind==="box-size"?Fv(m,{width:f.width,height:f.height}):Uv(m,{angle:f.angle}),c+=1;return c}const fc=".hyperframes/studio-motion.json",Am="studio-motion",Rc="data-hf-studio-motion",z2="data-hf-studio-motion-original-transform",H2="data-hf-studio-motion-original-opacity",Y2="data-hf-studio-motion-original-visibility",E0=["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"],dc={x1:.215,y1:.61,x2:.355,y2:1},tC={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}},nC=/^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 ux(t,e){return Number.isFinite(t)&&t>0?t:e}function rC(t,e){return Number.isFinite(t)&&t>=0?t:e}function iC(t){return t.trim()||"none"}function hc(t){return Math.round(t*1e3)/1e3}function $0(t,e,n,r){return Number.isFinite(t)?Math.min(n,Math.max(e,t)):r}function Q0(t){const e=hc(t);return Object.is(e,-0)?"0":`${e}`}function P1(t){return typeof t=="number"&&Number.isFinite(t)?t:null}function dg(t){return{x1:hc($0(t.x1??dc.x1,0,1,.215)),y1:hc($0(t.y1??dc.y1,-.6,1.6,.61)),x2:hc($0(t.x2??dc.x2,0,1,.355)),y2:hc($0(t.y2??dc.y2,-.6,1.6,1))}}function fx(t){if(!t)return null;const e=t.trim().match(nC);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)?dg(n):null}function Wv(t){const e=dg(t);return`M0,0 C${Q0(e.x1)},${Q0(e.y1)} ${Q0(e.x2)},${Q0(e.y2)} 1,1`}function Kv(t){return tC[t]??dc}function aC(t,e){const n=rC(e.start,0),r=ux(e.duration,.6),i=ux(e.distance,32),l=iC(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 dx(t){if(!t||typeof t!="object")return null;const e=t,n={};for(const r of["x","y","scale","rotation","opacity","autoAlpha"]){const i=P1(e[r]);i!=null&&(n[r]=i)}return Object.keys(n).length>0?n:null}function lC(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:P1(e.selectorIndex)??void 0,id:i}}function sC(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 oC(t){if(!t||typeof t!="object")return null;const e=t;if(e.kind!=="gsap-motion")return null;const n=lC(e.target);if(!n)return null;const r=P1(e.start),i=P1(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=dx(e.from),c=dx(e.to);return!o||!c?null:{kind:"gsap-motion",target:n,start:r,duration:i,ease:l,customEase:sC(e.customEase),from:o,to:c,updatedAt:typeof e.updatedAt=="string"?e.updatedAt:void 0}}function Ts(){return{version:1,motions:[]}}function hx(t){if(!t.trim())return Ts();try{const e=JSON.parse(t);if(!e||typeof e!="object")return Ts();const n=e.motions;return Array.isArray(n)?{version:1,motions:n.map(oC).filter(r=>r!==null)}:Ts()}catch{return Ts()}}function km(t){return`${JSON.stringify(t,null,2)}
|
|
82
|
+
`}function cC(t){return t.trim().replace(/\\/g,"/").replace(/^\.?\//,"")}function uC(t){if(!t)return!1;const e=cC(t);return e==="./"+".hyperframes/studio-motion.json".slice(1)||e===".hyperframes/studio-motion.json"||e.endsWith("/.hyperframes/studio-motion.json")}function Jv(t){return{sourceFile:t.sourceFile||"index.html",selector:t.selector,selectorIndex:t.selectorIndex,id:t.id??void 0}}function j1(t){return[t.sourceFile,t.id?`id:${t.id}`:"",t.selector?`selector:${t.selector}`:"",t.selectorIndex!=null?`index:${t.selectorIndex}`:""].join("|")}function eS(t,e){const n=Jv(e);return t.target.sourceFile!==n.sourceFile?!1:t.target.id&&n.id&&t.target.id===n.id?!0:j1(t.target)===j1(n)}function fC(t,e,n){const r=Jv(e),i={kind:"gsap-motion",target:r,...n,updatedAt:new Date().toISOString()};return{version:1,motions:[...t.motions.filter(l=>j1(l.target)!==j1(r)),i]}}function dC(t,e){return{version:1,motions:t.motions.filter(n=>!eS(n,e))}}function hC(t,e){return t.motions.find(n=>eS(n,e))??null}function mC(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 mx(t,e,n){return mC(t,n)===e}function pC(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 gC(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&&mx(l,e.sourceFile,n))return l}if(!e.selector)return null;try{return pC(t,e.selector).filter(o=>mx(o,e.sourceFile,n))[Math.max(0,Math.floor(e.selectorIndex??0))]??null}catch{return null}}function OC(t){t.hasAttribute(Rc)||(t.setAttribute(z2,t.style.transform),t.setAttribute(H2,t.style.opacity),t.setAttribute(Y2,t.style.visibility))}function xC(t,e){var n;t.hasAttribute(Rc)&&((n=e==null?void 0:e.set)==null||n.call(e,t,{clearProps:"transform,opacity,visibility"}),t.style.transform=t.getAttribute(z2)??"",t.style.opacity=t.getAttribute(H2)??"",t.style.visibility=t.getAttribute(Y2)??"",t.removeAttribute(Rc),t.removeAttribute(z2),t.removeAttribute(H2),t.removeAttribute(Y2))}function yC(t,e){var r;const n=(r=t.defaultView)==null?void 0:r.HTMLElement;if(n)for(const i of Array.from(t.querySelectorAll(`[${Rc}]`)))i instanceof n&&xC(i,e)}function bC(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 vC(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 SC(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[Am])==null?void 0:m.kill)==null||p.call(m),delete i.__timelines[Am],yC(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=gC(t,S.target,n);if(!w||!o.fromTo)continue;OC(w),w.setAttribute(Rc,"true");const A={...S.from},k={...S.to,duration:S.duration,ease:bC(i,S),overwrite:"auto",immediateRender:!1};o.fromTo(w,A,k,S.start),c+=1}if(c===0)return(g=o.kill)==null||g.call(o),0;i.__timelines[Am]=o,(y=o.pause)==null||y.call(o);const f=vC(i);return o.totalTime?o.totalTime(f,!1):(v=o.time)==null||v.call(o,f),c}function wC(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 AC({projectId:t,showToast:e,readOptionalProjectFile:n,writeProjectFile:r,recordEdit:i,previewIframeRef:l,activeCompPathRef:o}){const[,c]=d.useState(0),f=d.useRef(0),m=d.useRef(0),p=d.useRef(Promise.resolve()),g=d.useRef(ks()),y=d.useRef(0),v=d.useRef(Ts()),S=d.useRef(0),w=d.useRef(async()=>{}),A=d.useRef(async()=>{}),k=d.useRef(t),$=d.useRef(t);$.current=t;const Q=d.useCallback(B=>{const Y=p.current.catch(()=>{}).then(B);return p.current=Y.then(()=>{},()=>{}),Y},[]),Z=d.useCallback(async()=>{await p.current.catch(()=>{})},[]),C=d.useCallback((B=l.current)=>{var N,D,I,M,P,H;if(!B)return;let Y=null;try{Y=B.contentDocument}catch{return}if(!Y)return;const ee=Y,_=()=>{eC(ee,g.current,o.current)},R=()=>{_(),B.contentWindow&&GQ(B.contentWindow,_)},X=B.contentWindow;R(),(N=X==null?void 0:X.requestAnimationFrame)==null||N.call(X,R),(D=X==null?void 0:X.setTimeout)==null||D.call(X,R,80),(I=X==null?void 0:X.setTimeout)==null||I.call(X,R,250),(M=X==null?void 0:X.setTimeout)==null||M.call(X,R,500),(P=X==null?void 0:X.setTimeout)==null||P.call(X,R,1e3),(H=X==null?void 0:X.setTimeout)==null||H.call(X,R,2e3)},[o,l]),j=d.useCallback(async(B=l.current,Y)=>{if(!!!(Y!=null&&Y.forceFromDisk||Y!=null&&Y.readFromDiskFirst)){C(B);return}const _=y.current;let R;try{R=await n(rl)}catch(X){const N=X instanceof Error?X.message:"Failed to read manual edit manifest";e(N),C(B);return}(Y!=null&&Y.forceFromDisk||_===y.current)&&(g.current=ax(R),Y!=null&&Y.forceFromDisk&&(y.current+=1)),C(B)},[C,l,n,e]);w.current=j;const E=d.useCallback((B=l.current)=>{var N,D;if(!B)return;let Y=null;try{Y=B.contentDocument}catch{return}if(!Y)return;const ee=Y,_=()=>{SC(ee,v.current,o.current)},R=()=>{_(),B.contentWindow&&wC(B.contentWindow,_)},X=B.contentWindow;(N=X==null?void 0:X.requestAnimationFrame)==null||N.call(X,R),(D=X==null?void 0:X.setTimeout)==null||D.call(X,R,120)},[o,l]),L=d.useCallback(async(B=l.current,Y)=>{if(!!!(Y!=null&&Y.forceFromDisk||Y!=null&&Y.readFromDiskFirst)){E(B);return}const _=S.current;let R;try{R=await n(fc)}catch(X){const N=X instanceof Error?X.message:"Failed to read motion manifest";e(N),E(B);return}(Y!=null&&Y.forceFromDisk||_===S.current)&&(v.current=hx(R),Y!=null&&Y.forceFromDisk&&(S.current+=1),c(X=>X+1)),E(B)},[E,l,n,e]);A.current=L;const F=d.useCallback((B,Y)=>{const ee=g.current,_=B(ee),R=Om(ee);if(Om(_)===R)return;const N=y.current+1;y.current=N,g.current=_,C(l.current),Q(async()=>{const I=await n(rl),M=ax(I),P=B(M),H=Om(P);if(H===I)return;const U=$.current;if(!U)throw new Error("No active project");f.current=Date.now(),await $i({projectId:U,label:Y.label,kind:"manual",coalesceKey:Y.coalesceKey,files:{[rl]:H},readFile:async()=>I,writeFile:r,recordEdit:i}),f.current=Date.now(),y.current===N&&(g.current=P,C(l.current))}).catch(I=>{y.current===N&&(y.current+=1,g.current=ee,C(l.current));const M=I instanceof Error?I.message:"Failed to save manual edit";e(M)})},[C,i,Q,n,e,r,l]),q=d.useCallback((B,Y)=>{const ee=v.current,_=B(ee),R=km(ee);if(km(_)===R)return;const N=S.current+1;S.current=N,v.current=_,c(I=>I+1),E(l.current),Q(async()=>{const I=await n(fc),M=hx(I),P=B(M),H=km(P);if(H===I)return;const U=$.current;if(!U)throw new Error("No active project");f.current=Date.now(),await $i({projectId:U,label:Y.label,kind:"motion",coalesceKey:Y.coalesceKey,files:{[fc]:H},readFile:async()=>I,writeFile:r,recordEdit:i}),f.current=Date.now(),S.current===N&&(v.current=P,c(te=>te+1),E(l.current))}).catch(I=>{S.current===N&&(S.current+=1,v.current=ee,c(P=>P+1),E(l.current));const M=I instanceof Error?I.message:"Failed to save motion edit";e(M)})},[E,i,Q,n,e,r,l]),z=d.useCallback(async B=>{const Y=B??[],ee=Y.length>0&&Y.every(X=>X===rl),_=Y.length>0&&Y.every(X=>X===fc);if(ee){await j(l.current,{forceFromDisk:!0});return}if(_){await L(l.current,{forceFromDisk:!0});return}const R=l.current;if(R!=null&&R.contentWindow)try{R.contentWindow.location.reload();return}catch{}},[j,L,l]);return d.useEffect(()=>{const B=k.current;k.current=t,!(!B||B===t)&&(g.current=ks(),y.current+=1,v.current=Ts(),S.current+=1,c(Y=>Y+1))},[t]),Tt(()=>{const B=ee=>{const _=TQ(ee),R=Date.now()-f.current<1200;if(MQ(_)){R||w.current(l.current,{forceFromDisk:!0});return}if(uC(_)){R||A.current(l.current,{forceFromDisk:!0});return}},Y=new EventSource("/api/events");return Y.addEventListener("file-change",B),()=>Y.close()}),{domEditSaveTimestampRef:f,domTextCommitVersionRef:m,domEditSaveQueueRef:p,studioManualEditManifestRef:g,studioManualEditRevisionRef:y,studioMotionManifestRef:v,studioMotionRevisionRef:S,applyStudioManualEditsToPreviewRef:w,applyStudioMotionToPreviewRef:A,studioManualEditProjectRef:k,queueDomEditSave:Q,waitForPendingDomEditSaves:Z,applyCurrentStudioManualEditsToPreview:C,applyStudioManualEditsToPreview:j,applyCurrentStudioMotionToPreview:E,applyStudioMotionToPreview:L,commitStudioManualEditManifestOptimistically:F,commitStudioMotionManifestOptimistically:q,syncHistoryPreviewAfterApply:z}}function cl(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function px(t,e){return e==='"'?t.replace(/"/g,"""):t.replace(/'/g,"'")}function kC(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 TC(t,e,n,r){const l=new RegExp(`(<[^>]*\\bid=(["'])${cl(e)}\\2[^>]*)>`,"i").exec(t);if(!l)return t;const o=l[1];return tS(t,o,n,r)}function tS(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 kC(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}: ${px(g,o)}`).join("; "),m=e.replace(i[0],`style=${o}${f}${o}`);return t.replace(e,m)}else{const l=e.replace(/>$/,"")+` style="${n}: ${px(r,'"')}"`;return t.replace(e,l)}}function MC(t,e,n,r){const i=tu(t,e);if(!i)return t;const l=tS(i.tag,i.tag,n,r);return B2(t,i,l)}function B2(t,e,n){return`${t.slice(0,e.start)}${n}${t.slice(e.end)}`}function tu(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 gx(t,e,n){const r=tu(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 EC(t,e){const n=tu(t,e);return n==null?void 0:n.tag}function $C(t,e,n,r){const i=tu(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 B2(t,i,m)}const f=c+` ${l}="${r}"`;return B2(t,i,f)}function QC(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 CC(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=nS(t,o,c);return f<0?t:`${t.slice(0,c)}${n}${t.slice(f)}`}function nS(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 ZC(t,e,n){const r=tu(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=nS(t,l,r.end+1);return o<0?t:`${t.slice(0,r.end+1)}${n}${t.slice(o)}`}function PC(t,e,n){switch(n.type){case"inline-style":return TC(t,e,n.property,n.value);case"attribute":return QC(t,e,n.property,n.value);case"text-content":return CC(t,e,n.value);default:return t}}function Ai(t,e,n){if(e.id){const r=PC(t,e.id,n);if(r!==t||!e.selector)return r}switch(n.type){case"inline-style":return MC(t,e,n.property,n.value);case"attribute":return $C(t,e,n.property,n.value);case"text-content":return ZC(t,e,n.value);default:return t}}function bs(t){return t.label||t.id||t.tag}function Ox(t){const e=t.trim(),n=/^[a-z]+:\/\//i.test(e)?new URL(e).pathname:e;return decodeURIComponent(n).replace(/\\/g,"/").replace(/^\.?\//,"")}function jC(t,e){const n=Ox(t).split("/").filter(Boolean),r=Ox(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 RC(t){return/^(?:\/|[A-Za-z]:[\\/]|\\\\)/.test(t)}function NC(t,e){const n=e.trim();if(!n)return;const r=n.replace(/\\/g,"/");if(RC(r))return r;const i=t==null?void 0:t.trim().replace(/\\/g,"/").replace(/\/+$/,"");if(i)return`${i}/${r.replace(/^\.?\//,"")}`}function Tm(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 xx(t){return/^url\(/i.test(t.trim())}function VC(t){return t==="left"||t==="top"||t==="width"||t==="height"}function rS(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 yx(t){const e=rS(t);return e?!!e.closest("input, textarea, select, [contenteditable='true'], [role='textbox'], .cm-editor"):!1}function C0(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 F2(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 bx(t,e,n){return n<e?e:Math.min(Math.max(t,e),n)}function LC(t){return Array.from(t.matchAll(/\bid="([^"]+)"/g),e=>e[1]??"")}const Z0={image:3,video:5,audio:5};async function vx(t,e,n){if(n==="image")return Z0.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(Z0[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:Z0[n])},{once:!0}),r.addEventListener("error",()=>c(Z0[n]),{once:!0})});return r.src="",r.load(),i}function Os(t){return t.domId?{id:t.domId,selector:t.selector,selectorIndex:t.selectorIndex}:t.selector?{selector:t.selector,selectorIndex:t.selectorIndex}:null}async function P0(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 _C({projectId:t,activeCompPath:e,timelineElements:n,showToast:r,writeProjectFile:i,recordEdit:l,domEditSaveTimestampRef:o,reloadPreview:c,uploadProjectFiles:f}){const m=d.useRef(t);m.current=t;const p=d.useRef(0),g=d.useCallback(async(k,$)=>{const Q=m.current;if(!Q)throw new Error("No active project");const Z=k.sourceFile||e||"index.html",C=await P0(Q,Z),j=Os(k);if(!j)throw new Error(`Timeline element ${k.id} is missing a patchable target`);const E=Z,L=n.map(z=>(z.key??z.id)===(k.key??k.id)?{...z,start:$.start,track:$.track}:z).filter(z=>(z.sourceFile||e||"index.html")===E),F=hm(L.map(z=>z.track));let q=Ai(C,j,{type:"attribute",property:"start",value:Ja($.start)});q=Ai(q,j,{type:"attribute",property:"track-index",value:String($.track)});for(const z of L){const B=Os(z);if(!B)continue;const Y=F.get(z.track);Y!=null&&(q=Ai(q,B,{type:"inline-style",property:"z-index",value:String(Y)}))}if(q===C)throw new Error(`Unable to patch timeline element ${k.id} in ${Z}`);o.current=Date.now(),await $i({projectId:Q,label:"Move timeline clip",kind:"timeline",files:{[Z]:q},readFile:async()=>C,writeFile:i,recordEdit:l}),c()},[e,l,n,i,o,c]),y=d.useCallback(async(k,$)=>{const Q=m.current;if(!Q)throw new Error("No active project");const Z=k.sourceFile||e||"index.html",C=await P0(Q,Z),j=Os(k);if(!j)throw new Error(`Timeline element ${k.id} is missing a patchable target`);const E=k.playbackStartAttr==="playback-start"?"playback-start":"media-start",L=gx(C,j,"playback-start")??gx(C,j,"media-start"),F=L!=null?parseFloat(L):void 0,q=$.start-k.start,z=$.playbackStart==null&&q!==0&&Number.isFinite(F)&&F!=null?Math.max(0,F+q*Math.max(k.playbackRate??1,.1)):void 0,B=$.playbackStart??z;let Y=C;if(Y=Ai(Y,j,{type:"attribute",property:"start",value:Ja($.start)}),Y=Ai(Y,j,{type:"attribute",property:"duration",value:Ja($.duration)}),B!=null&&(Y=Ai(Y,j,{type:"attribute",property:E,value:Ja(B)})),Y===C)throw new Error(`Unable to patch timeline element ${k.id} in ${Z}`);o.current=Date.now(),await $i({projectId:Q,label:"Resize timeline clip",kind:"timeline",files:{[Z]:Y},readFile:async()=>C,writeFile:i,recordEdit:l}),c()},[e,l,i,o,c]),v=d.useCallback(async k=>{const $=m.current;if(!$)throw new Error("No active project");const Q=bs(k),Z=k.sourceFile||e||"index.html";try{const C=await P0($,Z),j=Os(k);if(!j)throw new Error(`Timeline element ${k.id} is missing a patchable target`);const E=Z||"index.html",L=n.filter(Y=>(Y.key??Y.id)!==(k.key??k.id)&&(Y.sourceFile||e||"index.html")===E),F=hm(L.map(Y=>Y.track)),q=await fetch(`/api/projects/${$}/file-mutations/remove-element/${encodeURIComponent(Z)}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({target:j})});if(!q.ok)throw new Error(`Failed to delete ${k.id} from ${Z}`);const z=await q.json();let B=typeof z.content=="string"?z.content:C;for(const Y of L){const ee=Os(Y);if(!ee)continue;const _=F.get(Y.track);_!=null&&(B=Ai(B,ee,{type:"inline-style",property:"z-index",value:String(_)}))}o.current=Date.now(),await $i({projectId:$,label:"Delete timeline clip",kind:"timeline",files:{[Z]:B},readFile:async()=>C,writeFile:i,recordEdit:l}),pe.getState().setElements(n.filter(Y=>(Y.key??Y.id)!==(k.key??k.id))),pe.getState().setSelectedElementId(null),c(),r(`Deleted ${Q}. Use Undo to restore it.`,"info")}catch(C){const j=C instanceof Error?C.message:"Failed to delete timeline clip";r(j)}},[e,l,r,n,i,o,c]),S=d.useCallback(async(k,$,Q)=>{const Z=m.current;if(!Z)throw new Error("No active project");const C=D5(k);if(!C){r("Only image, video, and audio assets can be dropped onto the timeline.");return}const j=e||"index.html";try{const E=await P0(Z,j),L=Number(Ja($.start)),F=Number.isFinite(Q)&&Q!=null&&Q>0?Q:await vx(Z,k,C),q=Number(Ja(F)),z=YM(k,LC(E)),B=BM(j,k),Y=j||"index.html",ee=n.filter(X=>(X.sourceFile||e||"index.html")===Y),_=hm([...ee.map(X=>X.track),$.track]);let R=E;for(const X of ee){const N=Os(X);if(!N)continue;const D=_.get(X.track);D!=null&&(R=Ai(R,N,{type:"inline-style",property:"z-index",value:String(D)}))}R=IM(R,UM({id:z,assetPath:B,kind:C,start:L,duration:q,track:$.track,zIndex:_.get($.track)??1,geometry:qM(E)})),o.current=Date.now(),await $i({projectId:Z,label:"Add timeline asset",kind:"timeline",files:{[j]:R},readFile:async()=>E,writeFile:i,recordEdit:l}),c()}catch(E){const L=E instanceof Error?E.message:"Failed to drop asset onto timeline";r(L)}},[e,l,r,n,i,o,c]),w=d.useCallback(async(k,$)=>{const Q=m.current;if(!Q)return;const Z=await f(k);if(Z.length===0)return;const C=[];for(const E of Z){const L=D5(E),F=L?await vx(Q,E,L):0;C.push(Number(Ja(F)))}const j=FM($??{start:0,track:0},C,n.filter(E=>(E.sourceFile||e||"index.html")===(e||"index.html")).map(E=>({start:E.start,duration:E.duration,track:E.track})));for(const[E,L]of Z.entries())await S(L,j[E]??j[0],C[E])},[e,S,n,f]),A=d.useCallback(k=>{const $=Date.now();$-p.current<1500||(p.current=$,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:A}}const DC={BASE_URL:"/",DEV:!1,MODE:"production",PROD:!0,SSR:!1},XC="VITE_STUDIO_ENABLE_PREVIEW_MANUAL_DRAGGING",zC="VITE_STUDIO_ENABLE_INSPECTOR_PANELS",HC="VITE_STUDIO_ENABLE_MOTION_PANEL",YC="VITE_STUDIO_ENABLE_TIMELINE_LAYER_INSPECTOR",BC=new Set(["1","true","yes","on","enabled"]),FC=new Set(["0","false","no","off","disabled"]);function Mf(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(BC.has(l))return!0;if(FC.has(l))return!1}}return n}const Ef=DC,qC=Mf(Ef,[XC,"VITE_STUDIO_PREVIEW_MANUAL_EDITING_ENABLED"],!0),Kt=Mf(Ef,[zC,"VITE_STUDIO_INSPECTOR_PANELS_ENABLED"],!0),iS=Mf(Ef,[HC,"VITE_STUDIO_MOTION_PANEL_ENABLED"],!1);Kt&&Mf(Ef,[YC,"VITE_STUDIO_TIMELINE_LAYER_INSPECTOR_ENABLED"],!0);const q2=Kt,Sx="Manual editing is temporarily disabled",aS=["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 Jr(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 UC(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 lS(t){return["div","span","p","strong","h1","h2","h3","h4","h5","h6"].includes(t)}function sS(t){var r;const e={},n=(r=t.ownerDocument.defaultView)==null?void 0:r.getComputedStyle(t);if(!n)return e;for(const i of aS){const l=n.getPropertyValue(i);l&&(e[i]=l)}return e}function oS(t){const e={};for(const n of aS){const r=t.style.getPropertyValue(n);r&&(e[n]=r)}return e}function IC(t){const e={};for(const n of t.attributes)n.name.startsWith("data-")&&(e[n.name.slice(5)]=n.value);return e}function wx(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 GC(t){let e=0,n=t.parentElement;for(;n;)e+=1,n=n.parentElement;return e}function ul(t,e){const n=wx(t,["data-composition-file","data-composition-src"]),r=wx(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 Ax(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 cS(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 U2(t){return t.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\a ").replace(/\r/g,"\\d ").replace(/\f/g,"\\c ")}function I2(t,e){try{return Array.from(t.querySelectorAll(e))}catch{return[]}}function j0(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 uS(t){if(t.id)return`#${cS(t.id)}`;const e=t.getAttribute("data-composition-id");return e?`[data-composition-id="${U2(e)}"]`:fS(t)}function fS(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?`.${cS(n)}`:void 0}function dS(t,e,n,r,i){if(!(n!=null&&n.startsWith(".")))return;const o=I2(t,n).filter(c=>Jr(c)&&ul(c,i).sourceFile===r).indexOf(e);return o>=0?o:void 0}function hS(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 kx=new Set(["img","video","canvas","svg","audio"]);function WC(t){const e=t.tagName.toLowerCase();if(kx.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(Jr(i)&&(kx.has(i.tagName.toLowerCase())||hS(i)))return!1}return!0}function KC(t){const e=t.getBoundingClientRect();return!(e.width<=1||e.height<=1||!hS(t)||WC(t))}function JC(t){return lS(t.tagName.toLowerCase())&&t.children.length===0}function eZ(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=JC(t)||["img","video","canvas","svg"].includes(n)?2e3:0;return GC(t)*1e4+o+l-e}const tZ=new Set(["base","br","canvas","link","meta","script","source","style","template","track","wbr"]);function nZ(t){var r;const e=t.tagName.toLowerCase();if(tZ.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 hg(t,e){if(!nZ(t))return null;const n=uS(t);if(!n)return null;const{sourceFile:r}=ul(t,e);return{id:t.id||void 0,selector:n,selectorIndex:dS(t.ownerDocument,t,n,r,e),sourceFile:r}}function rZ(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 iZ(t,e){if(e.preferClipAncestor){const n=rZ(t);if(n)return n}return t}function aZ(t,e){let n=null,r=0;for(const i of t){if(!Jr(i)){r+=1;continue}if(KC(i)&&hg(i,e.activeCompositionPath)){const l=eZ(i,r);(!n||l>n.score)&&(n={element:i,score:l})}r+=1}return(n==null?void 0:n.element)??null}function lZ(t){var n;const e=(n=t.computedStyles["background-image"])==null?void 0:n.trim();return!!(e&&e!=="none")}function sZ(t,e){if(!(t.tagName.toLowerCase()==="img"||lZ(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 Ar(t,e,n=null){if(e.id){const i=t.getElementById(e.id);if(Jr(i)&&(!e.sourceFile||ul(i,n).sourceFile===e.sourceFile))return i}return e.selector?e.selector.startsWith(".")&&e.selectorIndex!=null?I2(t,e.selector).filter(l=>Jr(l)&&(!e.sourceFile||ul(l,n).sourceFile===e.sourceFile))[e.selectorIndex]??null:I2(t,e.selector).filter(i=>Jr(i)&&(!e.sourceFile||ul(i,n).sourceFile===e.sourceFile))[0]??null:null}function oZ(t,e,n){var g;const r=typeof e.id=="string"?e.id:"",i=Ax(e.compositionSrc)??((g=n.compIdToSrc)==null?void 0:g.get(r)),l=i??Ax(e.sourceFile)??n.activeCompositionPath??"index.html",o=U2(r),c=i?U2(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=Ar(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 Jr(p)&&ul(p,n.activeCompositionPath).sourceFile===l?p:null}function cZ(t,e){return Array.from(t.children).filter(n=>Jr(n)&&hg(n,e.activeCompositionPath)!==null)}function Tx(t){return lS(t.tagName.toLowerCase())&&t.children.length===0}function uZ(t,e,n,r){return r==="self"||n===1?"Content":`Text ${e+1}`}function Mx(t,e,n,r){const i=t.tagName.toLowerCase();return{key:t.getAttribute("data-hf-text-key")??`${r}:${e}:${i}`,label:uZ(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:oS(t),computedStyles:sS(t),source:r}}function fZ(t){const e=Array.from(t.children).filter(Jr).filter(Tx);return e.length>0?e.map((n,r)=>Mx(n,r,e.length,"child")):Tx(t)?[Mx(t,0,1,"self")]:[]}function dZ(t){return t.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">")}function hZ(t){const e=Object.entries(t.inlineStyles).filter(([,n])=>!!n);return e.length===0?"":e.map(([n,r])=>`${n}: ${r}`).join("; ")}function Ex(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=hZ(e),i=r?` style="${r.replace(/"/g,""")}"`:"";return`<${e.tagName}${n}${i}>${dZ(e.value)}</${e.tagName}>`}).join("")}function mZ(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 pZ(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=!UC(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 mS(t){const e=t.getAttribute("data-composition-id");if(e&&e!=="main")return j0(e);const n=t.getAttribute("data-composition-src")??t.getAttribute("data-composition-file");if(n)return j0(n);if(t.id)return j0(t.id);const r=fS(t);if(r)return j0(r.replace(/^\./,""));const i=(t.textContent??"").trim().replace(/\s+/g," ");return i?i.length>40?`${i.slice(0,39)}…`:i:t.tagName.toLowerCase()}function mg(t,e){var i;if(!t)return null;const n=t.ownerDocument;let r=iZ(t,e);for(;r&&r!==n.body&&r!==n.documentElement;){const l=uS(r);if(!l){r=r.parentElement;continue}const{sourceFile:o,compositionPath:c}=ul(r,e.activeCompositionPath),f=dS(n,r,l,o,e.activeCompositionPath),m=r.getAttribute("data-composition-src")??r.getAttribute("data-composition-file")??void 0,p=oS(r),g=sS(r),y=fZ(r),v=pZ({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:mS(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:IC(r),inlineStyles:p,computedStyles:g,textFields:y,capabilities:v}}return null}function pg(t){const e=t.selectorIndex??0;return`${t.sourceFile}:${t.id??t.selector??"layer"}:${e}`}function pS(t,e,n=80){if(!t)return[];const r=[],i=(l,o)=>{if(r.length>=n)return;const c=hg(l,e.activeCompositionPath);c&&r.push({key:pg(c),element:l,label:mS(l),tagName:l.tagName.toLowerCase(),depth:o,childCount:cZ(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(Jr(m)&&(i(m,f),r.length>=n))return};return i(t,0),r}function R0(t,e){return{type:"inline-style",property:t,value:e}}function $x(t){return{type:"text-content",property:"text",value:t}}function ki(t){return[t.sourceFile||"index.html",t.id??"",t.selector??"",t.selectorIndex??""].join("|")}function gg(t){return t.textFields.length>0&&!t.isCompositionHost}function gZ(t){return`x=${Math.round(t.x)}, y=${Math.round(t.y)}, width=${Math.round(t.width)}, height=${Math.round(t.height)}`}function Qx(t){return Object.entries(t).filter(([,e])=>e&&e!=="initial").map(([e,n])=>`${e}: ${n}`).join(`
|
|
83
|
+
`)}function OZ(t){return t.map(e=>`- key=${e.key}; tag=<${e.tagName}>; source=${e.source}; text=${JSON.stringify(e.value)}`).join(`
|
|
84
|
+
`)}function xZ({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: ${gZ(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=OZ(t.textFields);m&&c.push("","Text fields:",m);const p=Qx(t.inlineStyles);p&&c.push("","Inline styles:",p);const g=Qx(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 yZ({activeCompPath:t,projectDir:e,projectIdRef:n,currentTime:r,showToast:i,domEditSelectionRef:l,domEditSelection:o}){const[c,f]=d.useState(),[m,p]=d.useState(),[g,y]=d.useState(null),[v,S]=d.useState(!1),[w,A]=d.useState(!1),k=d.useRef(null),$=d.useCallback(async C=>{const j=n.current;if(!j)return;const E=C.sourceFile||t||"index.html";try{const L=await fetch(`/api/projects/${j}/files/${encodeURIComponent(E)}`);if(!L.ok)return;const q=(await L.json()).content,z=typeof q=="string"?EC(q,C):void 0;f(B=>l.current!==C?B:z)}catch{}},[t,l,n]),Q=d.useCallback(()=>{o&&(f(void 0),p(void 0),y(null),$(o),A(!0))},[o,$]),Z=d.useCallback(async C=>{if(!o)return;const j=o.sourceFile||t||"index.html",E=c??o.element.outerHTML,L=xZ({selection:o,currentTime:r,tagSnippet:E,selectionContext:m,userInstruction:C,sourceFilePath:NC(e,j)});if(!await Ec(L)){i("Could not copy prompt to clipboard.","error");return}A(!1),p(void 0),y(null),k.current&&clearTimeout(k.current),S(!0),k.current=setTimeout(()=>S(!1),1600)},[t,m,c,r,o,e,i]);return d.useEffect(()=>{f(void 0),p(void 0),y(null),S(!1)},[o]),d.useEffect(()=>()=>{k.current&&clearTimeout(k.current)},[]),{agentModalOpen:w,agentModalAnchorPoint:g,copiedAgentPrompt:v,agentPromptSelectionContext:m,setAgentModalOpen:A,setAgentPromptSelectionContext:p,setAgentModalAnchorPoint:y,preloadAgentPromptSnippet:$,handleAskAgent:Q,handleAgentModalSubmit:Z}}function gS(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 bZ(t,e,n){let r=null,i=null;try{r=t.contentDocument,i=t.contentWindow}catch{return null}return!r||!i?null:gS(t,r,i,e,n)}function vZ(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=gS(t,i,l,e,n);if(!o)return null;if(typeof i.elementsFromPoint=="function"){const c=aZ(i.elementsFromPoint(o.x,o.y),{activeCompositionPath:r});if(c)return c}return rS(i.elementFromPoint(o.x,o.y))}function SZ(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 N0(t){return t&&(typeof t=="object"||typeof t=="function")?t:null}function Mm(t,e){const n=t?Reflect.get(t,e):null;if(typeof n=="function")try{n.call(t)}catch{}}function Em(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 wZ(t){const e=t==null?void 0:t.contentWindow;if(!e)return null;try{let n=null;const r=N0(Reflect.get(e,"__player"));n=Em(r,"getTime")??n,Mm(r,"pause");const i=N0(Reflect.get(e,"__timeline"));n=n??Em(i,"time"),Mm(i,"pause");const l=N0(Reflect.get(e,"__timelines"));if(l)for(const o of Object.values(l)){const c=N0(o);n=n??Em(c,"time"),Mm(c,"pause")}return n}catch{return null}}function al(t,e){return t===e?!0:!t||!e?!1:ki(t)===ki(e)}function yc(t,e){return e?t.some(n=>al(n,e)):!1}function AZ(t,e){return yc(t,e)?t.filter(n=>!al(n,e)):[...t,e]}function kZ(t,e){let n=!1;const r=t.map(i=>al(i,e)?(n=!0,e):i);return n?r:[...t,e]}function TZ(t,e){return!e||yc(t,e)?t:[e,...t]}function MZ({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]=d.useState(null),[w,A]=d.useState([]),[k,$]=d.useState(null),Q=d.useRef(v),Z=d.useRef(w),C=d.useRef(k);Q.current=v,Z.current=w,C.current=k;const j=d.useCallback((_,R)=>{if(!_){Q.current=null,Z.current=[],S(null),A([]),c(null);return}if(!Kt){Q.current=null,Z.current=[],S(null),A([]),c(null);return}const X=!!(R!=null&&R.additive),N=Q.current,D=Z.current,I=X?TZ(D,N):D,M=yc(I,_),P=R!=null&&R.preserveGroup?kZ(I,_):X?AZ(I,_):[_],H=R!=null&&R.preserveGroup?_:X&&M?al(N,_)?P[0]??null:yc(P,N)?N:P[0]??null:_;if(Q.current=H,Z.current=P,S(H),A(P),H){(R==null?void 0:R.revealPanel)!==!1&&(f(!1),y!=="layers"&&m("design"));const U=F2(H,o);c(U);return}c(null)},[c,o,f,m,y]),E=d.useCallback(()=>{j(null,{revealPanel:!1})},[j]),L=d.useCallback((_,R)=>mg(_,{activeCompositionPath:e,isMasterView:n,preferClipAncestor:R==null?void 0:R.preferClipAncestor}),[e,n]),F=d.useCallback((_,R,X)=>{const N=l.current;if(!N||i)return null;const D=vZ(N,_,R,e);return D?L(D,{preferClipAncestor:X==null?void 0:X.preferClipAncestor}):null},[e,L,i,l]),q=d.useCallback(_=>{al(C.current,_)||(C.current=_,$(_))},[]),z=d.useCallback(_=>{const R=l.current;let X=null;try{X=(R==null?void 0:R.contentDocument)??null}catch{return null}if(!X)return null;const N=oZ(X,_,{activeCompositionPath:e,compIdToSrc:r,isMasterView:n});return N?L(N,{preferClipAncestor:!1}):null},[e,L,r,n,l]),B=d.useCallback(_=>{if(!Kt)return;if(!_){j(null,{revealPanel:!1});return}const R=z(_);R&&j(R)},[j,z]),Y=d.useCallback(_=>{const R=l.current;let X=null;try{X=(R==null?void 0:R.contentDocument)??null}catch{return}if(!X)return;const N=Ar(X,_,e);if(!N)return;const D=L(N);D&&j(D,{revealPanel:!1,preserveGroup:!0})},[e,j,L,l]),ee=d.useCallback(_=>{const R=l.current;let X=null;try{X=(R==null?void 0:R.contentDocument)??null}catch{return}if(!X)return;const N=[];for(const M of _){const P=Ar(X,M,e);if(!P)continue;const H=L(P);H&&N.push(H)}if(N.length===0)return;const D=Q.current,I=N.find(M=>al(M,D))??N[0]??null;Q.current=I,Z.current=N,S(I),A(N),c(I?F2(I,o):null)},[e,L,c,o,l]);return d.useEffect(()=>{i&&q(null)},[i,q]),d.useEffect(()=>{q(null)},[e,t,p,g,q]),d.useEffect(()=>{if(!k)return;const _=al(k,v),R=yc(w,k);!_&&!R||q(null)},[w,k,v,q]),d.useEffect(()=>{k&&(k.element.isConnected||q(null))},[k,q]),d.useEffect(()=>{i&&j(null,{revealPanel:!1})},[j,i]),d.useEffect(()=>{Kt||(q(null),j(null,{revealPanel:!1}),y!=="renders"&&m("renders"))},[j,y,q,m]),{domEditSelection:v,domEditGroupSelections:w,domEditHoverSelection:k,domEditSelectionRef:Q,domEditGroupSelectionsRef:Z,domEditHoverSelectionRef:C,setDomEditSelection:S,setDomEditGroupSelections:A,applyDomSelection:j,clearDomSelection:E,buildDomSelectionFromTarget:L,resolveDomSelectionFromPreviewPoint:F,updateDomEditHoverSelection:q,buildDomSelectionForTimelineElement:z,handleTimelineElementSelect:B,refreshDomEditSelectionFromPreview:Y,refreshDomEditGroupSelectionsFromPreview:ee}}function EZ({captionEditMode:t,compositionLoading:e,previewIframeRef:n,showToast:r,applyDomSelection:i,resolveDomSelectionFromPreviewPoint:l,updateDomEditHoverSelection:o,preloadAgentPromptSnippet:c,setAgentPromptSelectionContext:f,setAgentModalAnchorPoint:m,setAgentModalOpen:p}){const g=d.useCallback((A,k)=>{if(!q2||t||e)return;const $=l(A.clientX,A.clientY,{preferClipAncestor:(k==null?void 0:k.preferClipAncestor)??!1});if(!$){A.shiftKey||i(null,{revealPanel:!1});return}A.preventDefault(),A.stopPropagation();const Q=n.current?bZ(n.current,A.clientX,A.clientY):null;i($,{additive:A.shiftKey}),!A.shiftKey&&Q&&sZ($,Q.viewport)&&(f(SZ($,Q)),m({x:A.clientX,y:A.clientY}),c($),p(!0))},[i,t,e,c,l,n,m,p,f]),y=d.useCallback((A,k)=>{if(!q2||t||e)return o(null),null;const $=l(A.clientX,A.clientY,{preferClipAncestor:(k==null?void 0:k.preferClipAncestor)??!1});return o($),$},[t,e,l,o]),v=d.useCallback(()=>{o(null)},[o]),S=d.useCallback(A=>{r(A.capabilities.reasonIfDisabled??"This element can't be adjusted directly from the preview.","info")},[r]),w=d.useCallback(()=>{const A=wZ(n.current),k=pe.getState();k.setIsPlaying(!1),A!=null&&(k.setCurrentTime(A),Yr.notify(A))},[n]);return{handlePreviewCanvasMouseDown:g,handlePreviewCanvasPointerMove:y,handlePreviewCanvasPointerLeave:v,handleBlockedDomMove:S,handleDomManualDragStart:w}}const Cx=["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"],G2=["TT Norms Pro","SF Pro Display","SF Pro Text","Avenir","Avenir Next","Helvetica Neue","Arial","Georgia","Times New Roman","Menlo","Monaco","Courier New"];function OS(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 $Z=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 QZ(t){return(t.split(",")[0]??"").trim().replace(/^["']|["']$/g,"")}function CZ(t){var e;return((e=t.split(",")[0])==null?void 0:e.trim().replace(/^["']|["']$/g,"").trim())??""}function Zx(t,e){const n=QZ(e);if(!n||$Z.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=OS(n),t.head.appendChild(i)}function Px(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=ig(e),t.head.appendChild(r)}function jx(t,e,n){const r=ig(e,jC(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 ZZ({activeCompPath:t,previewIframeRef:e,domEditSelection:n,applyDomSelection:r,refreshDomEditSelectionFromPreview:i,buildDomSelectionFromTarget:l,persistDomEditOperations:o,resolveImportedFontAsset:c}){const f=d.useRef(0),m=d.useCallback(async(w,A)=>{if(!n||VC(w)||!n.capabilities.canEditStyles)return;const k=w==="font-family"?c(A):null,$=e.current,Q=$==null?void 0:$.contentDocument;if(Q){const j=Ar(Q,n,t);j&&(j.style.setProperty(w,Tm(w,A)),w==="font-family"&&(Zx(Q,A),k&&Px(Q,k)),w==="background-image"&&xx(A)&&(j.style.setProperty("background-position","center"),j.style.setProperty("background-repeat","no-repeat"),j.style.setProperty("background-size","contain")))}const Z=[R0(w,Tm(w,A))];w==="background-image"&&xx(A)&&Z.push(R0("background-position","center"),R0("background-repeat","no-repeat"),R0("background-size","contain"));const C=w!=="z-index";try{await o(n,Z,{label:"Edit layer style",skipRefresh:C,prepareContent:k?(j,E)=>jx(j,k,E):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=d.useCallback(async(w,A)=>{if(!n||!gg(n))return;const k=f.current+1;f.current=k;const $=n.textFields.length>0?n.textFields.map(j=>j.key===A?{...j,value:w}:j):[],Q=$.length>1||$.some(j=>j.source==="child")?Ex($):w,Z=e.current,C=Z==null?void 0:Z.contentDocument;if(C){const j=Ar(C,n,t);j&&($.length>1||$.some(E=>E.source==="child")?j.innerHTML=Q:j.textContent=w)}if(await o(n,[$x(Q)],{label:"Edit text",skipRefresh:!0,shouldSave:()=>f.current===k}),f.current===k&&C){const j=Ar(C,n,t);if(j){const E=l(j);E&&r(E,{revealPanel:!1,preserveGroup:!0})}}},[t,r,l,n,o,e]),g=d.useCallback(async(w,A,k)=>{var j;const $=A.length>1||A.some(E=>E.source==="child")?Ex(A):((j=A[0])==null?void 0:j.value)??"",Q=e.current,Z=Q==null?void 0:Q.contentDocument;if(Z){const E=Ar(Z,w,t);E&&(A.length>1||A.some(L=>L.source==="child")?E.innerHTML=$:E.textContent=$)}const C=(k==null?void 0:k.importedFont)??null;if(await o(w,[$x($)],{label:"Edit text",skipRefresh:!0,prepareContent:C?(E,L)=>jx(E,C,L):void 0}),Z){const E=Ar(Z,w,t);if(E){const L=l(E);L&&r(L,{revealPanel:!1,preserveGroup:!0})}}},[t,r,l,o,e]),y=d.useCallback(async(w,A,k)=>{var j;if(!n)return;const $=n.textFields.find(E=>E.key===w);if(!$)return;if($.source==="self"){await m(A,k);return}const Q=Tm(A,k),Z=A==="font-family"?c(k):null;if(A==="font-family"){const E=(j=e.current)==null?void 0:j.contentDocument;E&&(Zx(E,Q),Z&&Px(E,Z))}const C=n.textFields.map(E=>E.key===w?{...E,inlineStyles:{...E.inlineStyles,[A]:Q},computedStyles:{...E.computedStyles,[A]:Q}}:E);await g(n,C,{importedFont:Z})},[g,n,m,c,e]),v=d.useCallback(async w=>{if(!n||!n.textFields.some(Z=>Z.source==="child"))return null;const A=n.textFields.findIndex(Z=>Z.key===w),k=n.textFields[A>=0?A:0]??n.textFields[0],$=mZ(k),Q=[...n.textFields];return Q.splice(A>=0?A+1:Q.length,0,$),await g(n,Q),$.key},[g,n]),S=d.useCallback(async w=>{if(!n)return;const A=n.textFields.find($=>$.key===w);if(!A)return;if(A.source==="self"){await p("",w);return}const k=n.textFields.filter($=>$.key!==w);await g(n,k)},[g,n,p]);return{handleDomStyleCommit:m,handleDomTextCommit:p,commitDomTextFields:g,handleDomTextFieldStyleCommit:y,handleDomAddTextField:v,handleDomRemoveTextField:S}}function PZ({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:A,applyDomSelection:k,clearDomSelection:$,refreshDomEditSelectionFromPreview:Q,refreshDomEditGroupSelectionsFromPreview:Z,buildDomSelectionFromTarget:C}){const j=d.useCallback(P=>{const H=CZ(P);if(!H)return null;const U=g.current.find(le=>le.family.toLowerCase()===H.toLowerCase());if(U)return U;const te=p.find(le=>h1.test(le)&&zs(le).toLowerCase()===H.toLowerCase());return te?{family:zs(te),path:te,url:`/api/projects/${y}/preview/${te}`}:null},[p,y,g]),E=d.useCallback(async(P,H,U)=>{const te=v.current;if(!te)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/${te}/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 ke=de;for(const Ze of H)ke=Ai(ke,P,Ze);if(U!=null&&U.prepareContent&&(ke=U.prepareContent(ke,le)),!(U!=null&&U.shouldSave&&!U.shouldSave())){if(ke===de)throw new Error(`Unable to patch ${P.selector??P.id??"selection"}`);await $i({projectId:te,label:(U==null?void 0:U.label)??"Edit layer",kind:"manual",coalesceKey:U==null?void 0:U.coalesceKey,files:{[le]:ke},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:Y}=ZZ({activeCompPath:t,previewIframeRef:e,domEditSelection:w,applyDomSelection:k,refreshDomEditSelectionFromPreview:Q,buildDomSelectionFromTarget:C,persistDomEditOperations:E,resolveImportedFontAsset:j}),ee=d.useCallback((P,H)=>{r(U=>lx(U,P,H),{label:"Move layer",coalesceKey:`path-offset:${ki(P)}`}),Q(P)},[r,Q]),_=d.useCallback(P=>{if(P.length===0)return;const H=P.map(U=>ki(U.selection)).sort().join(":");r(U=>P.reduce((te,le)=>lx(te,le.selection,le.next),U),{label:`Move ${P.length} layers`,coalesceKey:`group-path-offset:${H}`}),Z(A.current)},[r,A,Z]),R=d.useCallback((P,H)=>{r(U=>EQ(U,P,H),{label:"Resize layer box",coalesceKey:`box-size:${ki(P)}`}),Q(P)},[r,Q]),X=d.useCallback((P,H)=>{r(U=>$Q(U,P,H),{label:"Rotate layer",coalesceKey:`rotation:${ki(P)}`}),Q(P)},[r,Q]),N=d.useCallback(P=>{r(H=>QQ(H,P),{label:"Reset layer edits",coalesceKey:`manual-reset:${ki(P)}`}),l(e.current),Q(P)},[l,r,Q,e]),D=d.useCallback((P,H)=>{i(U=>fC(U,P,H),{label:"Set GSAP motion",coalesceKey:`motion:${ki(P)}`}),Q(P)},[i,Q]),I=d.useCallback(P=>{i(H=>dC(H,P),{label:"Clear GSAP motion",coalesceKey:`motion:${ki(P)}`}),o(e.current),Q(P)},[o,i,Q,e]),M=d.useCallback(async P=>{const H=v.current;if(!H)return;const U=P.label||P.id||P.selector||P.tagName,te=P.sourceFile||t||"index.html";try{const le=await fetch(`/api/projects/${H}/files/${encodeURIComponent(te)}`);if(!le.ok)throw new Error(`Failed to read ${te}`);const ge=(await le.json()).content;if(typeof ge!="string")throw new Error(`Missing file contents for ${te}`);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 ke=await fetch(`/api/projects/${H}/file-mutations/remove-element/${encodeURIComponent(te)}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({target:de})});if(!ke.ok)throw new Error(`Failed to delete element from ${te}`);const Ze=await ke.json(),Ce=typeof Ze.content=="string"?Ze.content:ge;f.current=Date.now(),await $i({projectId:H,label:"Delete element",kind:"timeline",files:{[te]:Ce},readFile:async()=>ge,writeFile:c,recordEdit:m.recordEdit}),$(),pe.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,$,f,m.recordEdit,v,S,n,c]);return{resolveImportedFontAsset:j,handleDomStyleCommit:L,handleDomTextCommit:F,commitDomTextFields:q,handleDomTextFieldStyleCommit:z,handleDomAddTextField:B,handleDomRemoveTextField:Y,handleDomPathOffsetCommit:ee,handleDomGroupPathOffsetCommit:_,handleDomBoxSizeCommit:R,handleDomRotationCommit:X,handleDomManualEditsReset:N,handleDomMotionCommit:D,handleDomMotionClear:I,handleDomEditElementDelete:M}}function jZ({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:A,applyCurrentStudioMotionToPreview:k,readProjectFile:$,writeProjectFile:Q,domEditSaveTimestampRef:Z,editHistory:C,fileTree:j,importedFontAssetsRef:E,projectDir:L,projectIdRef:F,previewIframe:q,refreshKey:z,rightPanelTab:B,applyStudioManualEditsToPreviewRef:Y,applyStudioMotionToPreviewRef:ee,syncPreviewHistoryHotkey:_,reloadPreview:R,setRefreshKey:X}){const{domEditSelection:N,domEditGroupSelections:D,domEditHoverSelection:I,domEditSelectionRef:M,domEditGroupSelectionsRef:P,applyDomSelection:H,clearDomSelection:U,buildDomSelectionFromTarget:te,resolveDomSelectionFromPreviewPoint:le,updateDomEditHoverSelection:se,buildDomSelectionForTimelineElement:ge,handleTimelineElementSelect:de,refreshDomEditSelectionFromPreview:ke,refreshDomEditGroupSelectionsFromPreview:Ze}=MZ({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:Ce,agentModalAnchorPoint:Xt,copiedAgentPrompt:vt,agentPromptSelectionContext:ot,setAgentModalOpen:zt,setAgentPromptSelectionContext:bt,setAgentModalAnchorPoint:Pt,preloadAgentPromptSnippet:Oe,handleAskAgent:Me,handleAgentModalSubmit:De}=yZ({activeCompPath:e,projectDir:L,projectIdRef:F,currentTime:f,showToast:y,domEditSelectionRef:M,domEditSelection:N}),{handlePreviewCanvasMouseDown:$e,handlePreviewCanvasPointerMove:_e,handlePreviewCanvasPointerLeave:Qe,handleBlockedDomMove:it,handleDomManualDragStart:ht}=EZ({captionEditMode:i,compositionLoading:l,previewIframeRef:o,showToast:y,applyDomSelection:H,resolveDomSelectionFromPreviewPoint:le,updateDomEditHoverSelection:se,preloadAgentPromptSnippet:Oe,setAgentPromptSelectionContext:bt,setAgentModalAnchorPoint:Pt,setAgentModalOpen:zt}),{resolveImportedFontAsset:gt,handleDomStyleCommit:_n,handleDomTextCommit:Di,handleDomTextFieldStyleCommit:ri,handleDomAddTextField:ii,handleDomRemoveTextField:Xi,handleDomPathOffsetCommit:Dn,handleDomGroupPathOffsetCommit:Ht,handleDomBoxSizeCommit:jt,handleDomRotationCommit:St,handleDomManualEditsReset:ja,handleDomMotionCommit:Se,handleDomMotionClear:Yt,handleDomEditElementDelete:On}=PZ({activeCompPath:e,previewIframeRef:o,showToast:y,commitStudioManualEditManifestOptimistically:S,commitStudioMotionManifestOptimistically:w,applyCurrentStudioManualEditsToPreview:A,applyCurrentStudioMotionToPreview:k,writeProjectFile:Q,domEditSaveTimestampRef:Z,editHistory:C,fileTree:j,importedFontAssetsRef:E,projectId:t,projectIdRef:F,reloadPreview:R,domEditSelection:N,domEditSelectionRef:M,domEditGroupSelectionsRef:P,applyDomSelection:H,clearDomSelection:U,refreshDomEditSelectionFromPreview:ke,refreshDomEditGroupSelectionsFromPreview:Ze,buildDomSelectionFromTarget:te});return d.useEffect(()=>{if(!q)return;const Cr=()=>{if(!Kt||i)return;const rr=M.current;if(!rr)return;let Zr=null;try{Zr=q.contentDocument}catch{return}if(!Zr)return;const Pr=Ar(Zr,rr,e);if(!Pr){H(null,{revealPanel:!1});return}const $l=te(Pr);$l&&H($l,{revealPanel:!1,preserveGroup:!0})};_(q),(async()=>(await Y.current(q),await ee.current(q)))(),Cr(),v();const nr=()=>{_(q),(async()=>(await Y.current(q),await ee.current(q)))(),Cr(),v()};return q.addEventListener("load",nr),()=>{q.removeEventListener("load",nr)}},[e,H,te,i,M,q,v,_,Y,ee]),{domEditSelection:N,domEditGroupSelections:D,domEditHoverSelection:I,agentModalOpen:Ce,agentModalAnchorPoint:Xt,copiedAgentPrompt:vt,agentPromptSelectionContext:ot,domEditSelectionRef:M,handleTimelineElementSelect:de,handlePreviewCanvasMouseDown:$e,handlePreviewCanvasPointerMove:_e,handlePreviewCanvasPointerLeave:Qe,applyDomSelection:H,clearDomSelection:U,handleDomStyleCommit:_n,handleDomPathOffsetCommit:Dn,handleDomGroupPathOffsetCommit:Ht,handleDomBoxSizeCommit:jt,handleDomRotationCommit:St,handleDomManualEditsReset:ja,handleDomMotionCommit:Se,handleDomMotionClear:Yt,handleDomTextCommit:Di,handleDomTextFieldStyleCommit:ri,handleDomAddTextField:ii,handleDomRemoveTextField:Xi,handleAskAgent:Me,handleAgentModalSubmit:De,handleBlockedDomMove:it,handleDomManualDragStart:ht,handleDomEditElementDelete:On,buildDomSelectionForTimelineElement:ge,updateDomEditHoverSelection:se,resolveImportedFontAsset:gt,setAgentModalOpen:zt,setAgentPromptSelectionContext:bt,setAgentModalAnchorPoint:Pt}}const xS="Shift+T";function yS(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 RZ(t){return t.metaKey||t.ctrlKey||t.altKey||!t.shiftKey||t.key.toLowerCase()!=="t"?!1:!yS(t.target)}function bS(t){return`${t?"Hide":"Show"} timeline editor (${xS})`}function NZ({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=d.useRef(null),w=d.useRef(void 0),A=d.useRef(null),k=d.useCallback(_=>{RZ(_)&&(_.preventDefault(),t())},[t]),$=d.useCallback(async _=>_===rl||_===fc?o(_):c(_),[o,c]),Q=d.useCallback(async(_,R)=>{m.current=Date.now(),await f(_,R)},[m,f]),Z=d.useCallback(async()=>{await y();const _=await l.undo({readFile:$,writeFile:Q});if(!_.ok&&_.reason==="content-mismatch"){p("File changed outside Studio. Undo history was not applied.","info");return}_.ok&&_.label&&(i.current(),await g(_.paths),p(`Undid ${_.label}`,"info"))},[i,l,$,p,g,y,Q]),C=d.useCallback(async()=>{await y();const _=await l.redo({readFile:$,writeFile:Q});if(!_.ok&&_.reason==="content-mismatch"){p("File changed outside Studio. Redo history was not applied.","info");return}_.ok&&_.label&&(i.current(),await g(_.paths),p(`Redid ${_.label}`,"info"))},[i,l,$,p,g,y,Q]),j=d.useRef(k);j.current=k;const E=d.useRef(e);E.current=e;const L=d.useRef(n);L.current=n;const F=d.useRef(Z);F.current=Z;const q=d.useRef(C);q.current=C,w.current=_=>{var R,X;if(j.current(_),_.metaKey||_.ctrlKey){if(!yx(_.target)){const N=_.key.toLowerCase();if(N==="z"&&!_.shiftKey){_.preventDefault(),F.current();return}if(N==="z"&&_.shiftKey||_.ctrlKey&&!_.metaKey&&N==="y"){_.preventDefault(),q.current();return}}if(_.key==="1"){_.preventDefault(),(R=v.current)==null||R.selectTab("compositions");return}if(_.key==="2"){_.preventDefault(),(X=v.current)==null||X.selectTab("assets");return}}if((_.key==="Delete"||_.key==="Backspace")&&!_.metaKey&&!_.ctrlKey&&!_.altKey&&!yS(_.target)){const{selectedElementId:N,elements:D}=pe.getState();if(N){const M=D.find(P=>(P.key??P.id)===N);if(M){_.preventDefault(),E.current(M);return}}const I=r.current;I&&(_.preventDefault(),L.current(I))}},d.useEffect(()=>{function _(R){var X;(X=w.current)==null||X.call(w,R)}return window.addEventListener("keydown",_,!0),()=>window.removeEventListener("keydown",_,!0)},[]);const z=d.useCallback(_=>{var R;(R=w.current)==null||R.call(w,_)},[]),B=d.useCallback(_=>{const R=(_==null?void 0:_.contentWindow)??null;S.current!==R&&(S.current&&S.current.removeEventListener("keydown",z),S.current=R,R==null||R.addEventListener("keydown",z,!0))},[z]);d.useEffect(()=>()=>{S.current&&(S.current.removeEventListener("keydown",z),S.current=null)},[z]);const Y=d.useCallback(_=>{if(!(_.metaKey||_.ctrlKey)||yx(_.target))return;const R=_.key.toLowerCase();if(R==="z"&&!_.shiftKey){_.preventDefault(),F.current();return}(R==="z"&&_.shiftKey||_.ctrlKey&&!_.metaKey&&R==="y")&&(_.preventDefault(),q.current())},[]),ee=d.useCallback(_=>{var N;(N=A.current)==null||N.call(A),A.current=null;const R=(_==null?void 0:_.contentWindow)??null;let X=null;try{X=(_==null?void 0:_.contentDocument)??null}catch{X=null}!R&&!X||(R==null||R.addEventListener("keydown",Y,!0),X==null||X.addEventListener("keydown",Y,!0),A.current=()=>{R==null||R.removeEventListener("keydown",Y,!0),X==null||X.removeEventListener("keydown",Y,!0)})},[Y]);return d.useEffect(()=>()=>{var _;(_=A.current)==null||_.call(A),A.current=null},[]),{handleUndo:Z,handleRedo:C,syncPreviewTimelineHotkey:B,syncPreviewHistoryHotkey:ee,handleTimelineToggleHotkey:k}}const vS={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"},VZ={backgroundColor:"transparent",backgroundOpacity:0,paddingTop:0,paddingRight:0,paddingBottom:0,paddingLeft:0,borderRadius:0,borderWidth:0,borderColor:"transparent",borderStyle:"solid",boxShadow:"none"},Rx={preset:"fade",duration:.2,ease:"power2.out",stagger:0,staggerDirection:"start",intensity:1},xs={entrance:Rx,highlight:null,exit:{...Rx}};function LZ(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 A=`segment-${m+w}`,k={id:A,wordId:S.id??`w${m+w}`,text:S.text,start:S.start,end:S.end,groupIndex:w,style:{},animation:{}};o.set(A,k),y.push(A)});const v={id:g,segmentIds:y,style:{...vS},animation:{entrance:{...xs.entrance},highlight:xs.highlight,exit:{...xs.exit}},containerStyle:{...VZ}};c.set(g,v),f.push(g)}return{width:n,height:r,duration:i,segments:o,groups:c,groupOrder:f,defaultAnimation:{entrance:{...xs.entrance},highlight:xs.highlight,exit:{...xs.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 XZ(r)}catch{return[]}}function DZ(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=LZ(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={},A=parseFloat(S.fontSize);!isNaN(A)&&A>0&&(w.fontSize=A);const k=S.fontWeight;if(k){const E=parseInt(k,10);w.fontWeight=isNaN(E)?k:E}const $=S.fontFamily;$&&(w.fontFamily=$);const Q=S.color;Q&&(w.color=Q);const Z=S.textTransform;(Z==="none"||Z==="uppercase"||Z==="lowercase"||Z==="capitalize")&&(w.textTransform=Z);const C=S.letterSpacing;if(C&&C!=="normal"){const E=parseFloat(C),L=w.fontSize??vS.fontSize;!isNaN(E)&&L>0&&(w.letterSpacing=E/L)}const j={};if(y){const E=e.getComputedStyle(y),L=E.backgroundColor;L&&L!=="rgba(0, 0, 0, 0)"&&L!=="transparent"&&(j.backgroundColor=L,j.backgroundOpacity=1);const F=parseFloat(E.borderRadius);!isNaN(F)&&F>0&&(j.borderRadius=F);const q=parseFloat(E.paddingTop),z=parseFloat(E.paddingRight),B=parseFloat(E.paddingBottom),Y=parseFloat(E.paddingLeft);isNaN(q)||(j.paddingTop=q),isNaN(z)||(j.paddingRight=z),isNaN(B)||(j.paddingBottom=B),isNaN(Y)||(j.paddingLeft=Y)}for(const E of p.groupOrder){const L=p.groups.get(E);L&&(L.style={...L.style,...w},L.containerStyle={...L.containerStyle,...j})}}return p}function XZ(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}){d.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 A=y.querySelectorAll("[data-composition-src], [data-composition-file]");for(const $ of A){const Q=$.getAttribute("data-composition-src")||$.getAttribute("data-composition-file");if(Q&&Q.includes("captions")){w=Q;break}}if(!w){for(const[$,Q]of n)if($.includes("caption")||Q.includes("caption")){w=Q;break}}if(!w&&(e!=null&&e.includes("captions"))&&(w=e),!w){const $=y.querySelector('[data-composition-id*="caption"]');if($){const Q=$.getAttribute("data-composition-id")||"";w=n.get(Q)||null}}if(!w)return;f=!0;const k=w;fetch(`/api/projects/${t}/files/${encodeURIComponent(k)}`).then($=>$.json()).then($=>{if(!$.content||!y||!v||Ge.getState().isEditMode)return;const Q=y.querySelector("[data-composition-id]"),Z=parseInt((Q==null?void 0:Q.getAttribute("data-width"))??"1920",10),C=parseInt((Q==null?void 0:Q.getAttribute("data-height"))??"1080",10),j=parseFloat((Q==null?void 0:Q.getAttribute("data-duration"))??"0"),E=DZ(y,v,$.content,Z,C,j);if(!E)return;const L=Ge.getState();L.setModel(E),L.setSourceFilePath(k),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]),d.useEffect(()=>{r&&c(!i)},[i,r,c])}const SS=2,HZ=1,Nx=SS+HZ;function YZ(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 BZ(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 Vx=new Map,$m=new Map,FZ=d.memo(function({audioUrl:e,waveformUrl:n,label:r,labelColor:i}){const l=d.useRef(null),o=d.useRef(null),c=d.useRef(null),f=n??e,[m,p]=d.useState(Vx.get(f)??null);d.useEffect(()=>{if(m||!f)return;let v=!1,S=$m.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 A=new AudioContext;return A.decodeAudioData(w).finally(()=>A.close())}).then(w=>YZ(w.getChannelData(0),4e3))).catch(()=>BZ(f,4e3)).then(w=>(Vx.set(f,w),w)).finally(()=>$m.delete(f)),$m.set(f,S)),S.then(w=>{v||p(w)}),()=>{v=!0}},[e,n,f,m]);const g=d.useCallback(()=>{const v=l.current,S=o.current;if(!v||!S||!m)return;const w=v.clientWidth||400,A=Math.min(Math.floor(w/Nx),m.length);let k="";for(let $=0;$<A;$++){const Q=Math.floor($/A*m.length),Z=m[Q]??0,C=Math.max(3,Math.round(Z*100)),j=(.45+Z*.4).toFixed(2);k+=`<div style="position:absolute;bottom:0;left:${$*Nx}px;width:${SS}px;height:${C}%;background:rgba(75,163,210,${j})"></div>`}S.innerHTML=k},[m]),y=d.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 d.useEffect(()=>{g()},[g]),d.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 qZ({projectIdRef:t,compIdToSrc:e,activePreviewUrl:n,effectiveTimelineDuration:r}){return d.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 d.createElement(mm,{previewUrl:`/api/projects/${o}/preview/comp/${c}`,label:bs(i),labelColor:l.label,accentColor:l.clip,seekTime:0,duration:i.duration});if(n&&i.duration>0)return d.createElement(mm,{previewUrl:n,label:bs(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 d.createElement(FZ,{audioUrl:v,waveformUrl:S,label:bs(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 d.createElement(tE,{videoSrc:p,label:bs(i),labelColor:l.label,duration:i.duration})}return f?d.createElement(mm,{previewUrl:`/api/projects/${o}/preview`,label:bs(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 UZ(t){const[e,n]=d.useState(null),r=d.useRef([]),i=d.useCallback(()=>{r.current=[],n(null)},[]);return d.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 W2="#project/";function wS(t){return encodeURIComponent(t)}function IZ(t){return`${W2}${wS(t)}`}function GZ(t){if(!t.startsWith(W2))return null;const e=t.slice(W2.length);if(!e||e.includes("/"))return null;try{return decodeURIComponent(e)}catch{return e}}function WZ(t,e=""){const n=e&&!e.startsWith("/")?`/${e}`:e;return`/api/projects/${wS(t)}${n}`}function AS(t){return t&&t!=="master"?t:"index.html"}function Lx({projectId:t,compositionPath:e,currentTime:n,origin:r=window.location.origin}){const i=AS(e),l=new URL(WZ(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 _x(t,e){var l;const r=((l=AS(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 KZ({projectId:t,activeCompPath:e,showToast:n,waitForPendingDomEditSaves:r}){const[i,l]=d.useState(0);Tt(()=>(l(pe.getState().currentTime),Yr.subscribe(l)));const o=d.useCallback(()=>{l(pe.getState().currentTime)},[]),c=d.useCallback(async p=>{if(!t)return;p.preventDefault();const g=pe.getState().currentTime;l(g),await r();const y=Lx({projectId:t,compositionPath:e,currentTime:g}),v=_x(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(),A=URL.createObjectURL(w),k=document.createElement("a");k.href=A,k.download=v,document.body.appendChild(k),k.click(),k.remove(),setTimeout(()=>URL.revokeObjectURL(A),0)}catch(S){n(S instanceof Error?S.message:"Capture failed")}},[e,t,n,r]),f=t?Lx({projectId:t,compositionPath:e,currentTime:i}):"#",m=_x(e,i);return{captureFrameHref:f,captureFrameFilename:m,handleCaptureFrameClick:c,refreshCaptureFrameTime:o}}function JZ(t){const[e,n]=d.useState(null),[r,i]=d.useState(!1),l=d.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=d.useCallback(()=>n(null),[]);return{lintModal:e,linting:r,handleLint:l,closeLintModal:o}}function eP(){const[t,e]=d.useState(null);return Tt(()=>{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 tP(){const[t,e]=d.useState(null),n=d.useRef(null),r=d.useCallback((i,l="error")=>{n.current&&clearTimeout(n.current),e({message:i,tone:l}),n.current=setTimeout(()=>e(null),4e3)},[]);return Tt(()=>()=>{n.current&&clearTimeout(n.current)}),{appToast:t,showToast:r}}function nP(t){if(!t||typeof window>"u")return;const e=480,n=270,r=16,i=bx(t.x,r+e/2,window.innerWidth-r-e/2),l=bx(t.y+12,r,window.innerHeight-r-n);return{left:i,top:l,transform:"translateX(-50%)"}}function rP({selectionLabel:t,anchorPoint:e=null,onSubmit:n,onClose:r}){const[i,l]=d.useState(""),o=d.useRef(null),c=nP(e);Tt(()=>{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 pn=t=>({title:n,...r})=>O.jsx(t,{alt:n,"aria-label":n,"aria-hidden":n?void 0:!0,...r}),kS=pn(M$),Nc=pn(I$),iP=pn(k$),aP=pn(S$),lP=pn(F$),Og=pn(Qv),sP=pn(U$),Dx=pn(W$),$f=pn(eQ),xg=pn(B$),oP=pn(A$),cP=pn(tv),Qf=pn(b$),uP=pn(w$),fP=pn(y$),dP=pn(H$),TS=d.createContext(null);function nu(){const t=d.useContext(TS);if(!t)throw new Error("useStudioContext must be used within StudioProvider");return t}function hP({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:A,renderQueue:k,compositionDimensions:$,waitForPendingDomEditSaves:Q,handlePreviewIframeRef:Z,refreshPreviewDocumentVersion:C,timelineVisible:j,toggleTimelineVisibility:E}=t,L=d.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:A,renderQueue:k,compositionDimensions:$,waitForPendingDomEditSaves:Q,handlePreviewIframeRef:Z,refreshPreviewDocumentVersion:C,timelineVisible:j,toggleTimelineVisibility:E}),[n,r,c,f,m,g,v,$,j,S,y,k,i,l,o,p,w,A,Q,Z,C,E]);return O.jsx(TS,{value:L,children:e})}const MS=d.createContext(null);function yg(){const t=d.useContext(MS);if(!t)throw new Error("usePanelLayoutContext must be used within PanelLayoutProvider");return t}function mP({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=d.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(MS,{value:S,children:v})}const ES=d.createContext(null);function Cf(){const t=d.useContext(ES);if(!t)throw new Error("useDomEditContext must be used within DomEditProvider");return t}function pP({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:A,handleDomBoxSizeCommit:k,handleDomRotationCommit:$,handleDomManualEditsReset:Q,handleDomMotionCommit:Z,handleDomMotionClear:C,handleDomTextCommit:j,handleDomTextFieldStyleCommit:E,handleDomAddTextField:L,handleDomRemoveTextField:F,handleAskAgent:q,handleAgentModalSubmit:z,handleBlockedDomMove:B,handleDomManualDragStart:Y,handleDomEditElementDelete:ee,buildDomSelectionForTimelineElement:_,updateDomEditHoverSelection:R,resolveImportedFontAsset:X,setAgentModalOpen:N,setAgentPromptSelectionContext:D,setAgentModalAnchorPoint:I},children:M}){const P=d.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:A,handleDomBoxSizeCommit:k,handleDomRotationCommit:$,handleDomManualEditsReset:Q,handleDomMotionCommit:Z,handleDomMotionClear:C,handleDomTextCommit:j,handleDomTextFieldStyleCommit:E,handleDomAddTextField:L,handleDomRemoveTextField:F,handleAskAgent:q,handleAgentModalSubmit:z,handleBlockedDomMove:B,handleDomManualDragStart:Y,handleDomEditElementDelete:ee,buildDomSelectionForTimelineElement:_,updateDomEditHoverSelection:R,resolveImportedFontAsset:X,setAgentModalOpen:N,setAgentPromptSelectionContext:D,setAgentModalAnchorPoint:I}),[t,e,n,r,i,l,o,c,f,m,p,g,y,v,S,w,A,k,$,Q,Z,C,j,E,L,F,q,z,B,Y,ee,_,R,X,N,D,I]);return O.jsx(ES,{value:P,children:M})}function gP({captureFrameHref:t,captureFrameFilename:e,handleCaptureFrameClick:n,refreshCaptureFrameTime:r,inspectorButtonActive:i,inspectorPanelActive:l}){const{projectId:o,editHistory:c,handleUndo:f,handleRedo:m}=nu(),{rightCollapsed:p,setRightCollapsed:g,setRightPanelTab:y}=yg(),{clearDomSelection:v}=Cf();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} (${C0("undo")})`:`Undo (${C0("undo")})`,"aria-label":"Undo",children:O.jsx(Qf,{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} (${C0("redo")})`:`Redo (${C0("redo")})`,"aria-label":"Redo",children:O.jsx(fP,{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(uP,{size:14}),O.jsx("span",{children:"Capture"})]}),O.jsxs("button",{type:"button",onClick:()=>{if(Kt){if(p||!l){y("design"),g(!1);return}v(),g(!0)}},disabled:!Kt,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":Kt?"text-neutral-500 hover:text-neutral-300 hover:bg-neutral-800 border-transparent":"cursor-not-allowed border-transparent text-neutral-700"}`,title:Kt?"Inspector":Sx,"aria-label":Kt?"Inspector":Sx,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 K2=[],$S=[];(()=>{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?$S:K2).push(n=n+t[e])})();function OP(t){if(t<768)return!1;for(let e=0,n=K2.length;;){let r=e+n>>1;if(t<K2[r])n=r;else if(t>=$S[r])e=r+1;else return!0;if(e==n)return!1}}function Xx(t){return t>=127462&&t<=127487}const zx=8205;function xP(t,e,n=!0,r=!0){return(n?QS:yP)(t,e,r)}function QS(t,e,n){if(e==t.length)return e;e&&CS(t.charCodeAt(e))&&ZS(t.charCodeAt(e-1))&&e--;let r=Qm(t,e);for(e+=Hx(r);e<t.length;){let i=Qm(t,e);if(r==zx||i==zx||n&&OP(i))e+=Hx(i),r=i;else if(Xx(i)){let l=0,o=e-2;for(;o>=0&&Xx(Qm(t,o));)l++,o-=2;if(l%2==0)break;e+=2}else break}return e}function yP(t,e,n){for(;e>0;){let r=QS(t,e-2,n);if(r<e)return r;e--}return 0}function Qm(t,e){let n=t.charCodeAt(e);if(!ZS(n)||e+1==t.length)return n;let r=t.charCodeAt(e+1);return CS(r)?(n-55296<<10)+(r-56320)+65536:n}function CS(t){return t>=56320&&t<57344}function ZS(t){return t>=55296&&t<56320}function Hx(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]=Bs(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),Br.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]=Bs(this,e,n);let r=[];return this.decompose(e,n,r,0),Br.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 bc(this),l=new bc(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 bc(this,e)}iterRange(e,n=this.length){return new PS(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 jS(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 Qt(e):Br.from(Qt.split(e,[]))}}class Qt extends Ue{constructor(e,n=bP(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 vP(i,c,r,o);i=c+1,r++}}decompose(e,n,r,i){let l=e<=0&&n>=this.length?this:new Qt(Yx(this.text,e,n),Math.min(n,this.length)-Math.max(0,e));if(i&1){let o=r.pop(),c=g1(l.text,o.text.slice(),0,l.length);if(c.length<=32)r.push(new Qt(c,o.length+l.length));else{let f=c.length>>1;r.push(new Qt(c.slice(0,f)),new Qt(c.slice(f)))}}else r.push(l)}replace(e,n,r){if(!(r instanceof Qt))return super.replace(e,n,r);[e,n]=Bs(this,e,n);let i=g1(this.text,g1(r.text,Yx(this.text,0,e)),n),l=this.length+r.length-(n-e);return i.length<=32?new Qt(i,l):Br.from(Qt.split(i,[]),l)}sliceString(e,n=this.length,r=`
|
|
94
|
+
`){[e,n]=Bs(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 Qt(r,i)),r=[],i=-1);return i>-1&&n.push(new Qt(r,i)),n}}class Br 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]=Bs(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 Br(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]=Bs(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 Br))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 Qt(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 Br)for(let w of v.children)g(w);else v.lines>o&&(f>o||!f)?(y(),c.push(v)):v instanceof Qt&&f&&(S=p[p.length-1])instanceof Qt&&v.lines+S.lines<=32?(f+=v.lines,m+=v.length+1,p[p.length-1]=new Qt(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]:Br.from(p,m)),m=-1,f=p.length=0)}for(let v of e)g(v);return y(),c.length==1?c[0]:new Br(c,n)}}Ue.empty=new Qt([""],0);function bP(t){let e=-1;for(let n of t)e+=n.length+1;return e}function g1(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 Yx(t,e,n){return g1(t,[""],e,n)}class bc{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 Qt?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 Qt?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 Qt){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 Qt?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 PS{constructor(e,n,r){this.value="",this.done=!1,this.cursor=new bc(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 jS{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()},bc.prototype[Symbol.iterator]=PS.prototype[Symbol.iterator]=jS.prototype[Symbol.iterator]=function(){return this});class vP{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 Bs(t,e,n){return e=Math.max(0,Math.min(t.length,e)),[e,Math.max(e,Math.min(t.length,n))]}function Jt(t,e,n=!0,r=!0){return xP(t,e,n,r)}function SP(t){return t>=56320&&t<57344}function wP(t){return t>=55296&&t<56320}function Tl(t,e){let n=t.charCodeAt(e);if(!wP(n)||e+1==t.length)return n;let r=t.charCodeAt(e+1);return SP(r)?(n-55296<<10)+(r-56320)+65536:n}function RS(t){return t<=65535?String.fromCharCode(t):(t-=65536,String.fromCharCode((t>>10)+55296,(t&1023)+56320))}function ru(t){return t<65536?1:2}const J2=/\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 ei{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){ep(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 ei(e)}composeDesc(e){return this.empty?e:e.empty?this:NS(this,e)}mapDesc(e,n=!1){return e.empty?this:tp(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 ei(e)}static create(e){return new ei(e)}}class Ft extends ei{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 ep(this,(n,r,i,l,o)=>e=e.replace(i,i+(r-n),o),!1),e}mapDesc(e,n=!1){return tp(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 Ft(n,r)}compose(e){return this.empty?e:e.empty?this:NS(this,e,!0)}map(e,n=!1){return e.empty?this:tp(this,e,n,!0)}iterChanges(e,n=!1){ep(this,e,n)}get desc(){return ei.create(this.sections)}filter(e){let n=[],r=[],i=[],l=new Vc(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);fn(i,p,-1);let g=l.ins==-1?-1:l.off==0?l.ins:0;fn(n,p,g),g>0&&va(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);fn(n,p,-1),fn(i,p,l.ins==-1?-1:l.off==0?l.ins:0),l.forward(p),c+=p}}return{changes:new Ft(n,r),filtered:ei.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&&fn(i,n-o,-1);let g=new Ft(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 Ft){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||J2)):v:Ue.empty,w=S.length;if(g==y&&w==0)return;g<o&&f(),g>o&&fn(i,g-o,-1),fn(i,y-g,w),va(l,i,S),o=y}}return m(e),f(!c),c}static empty(e){return new Ft(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 Ft(n,r)}static createSet(e,n){return new Ft(e,n)}}function fn(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 va(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 ep(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 tp(t,e,n,r=!1){let i=[],l=r?[]:null,o=new Vc(t),c=new Vc(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);fn(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(fn(i,c.ins,-1);m;){let p=Math.min(o.len,m);o.ins>=0&&f<o.i&&o.len<=p&&(fn(i,0,o.ins),l&&va(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;fn(i,m,f<o.i?o.ins:0),l&&f<o.i&&va(l,i,o.text),f=o.i,o.forward(o.len-p)}else{if(o.done&&c.done)return l?Ft.createSet(i,l):ei.create(i);throw new Error("Mismatched change set lengths")}}}function NS(t,e,n=!1){let r=[],i=n?[]:null,l=new Vc(t),o=new Vc(e);for(let c=!1;;){if(l.done&&o.done)return i?Ft.createSet(r,i):ei.create(r);if(l.ins==0)fn(r,l.len,0,c),l.next();else if(o.len==0&&!o.done)fn(r,0,o.ins,c),i&&va(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;fn(r,f,p,c),i&&p&&va(i,r,o.text)}else o.ins==-1?(fn(r,l.off?0:l.len,f,c),i&&va(i,r,l.textBit(f))):(fn(r,l.off?0:l.len,o.off?0:o.ins,c),i&&!o.off&&va(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 Vc{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 VS(t,e){for(let n of t.ranges)if(n.to>e)throw new RangeError("Selection points outside of document")}let bg=0;class ve{constructor(e,n,r,i,l){this.combine=e,this.compareInput=n,this.compare=r,this.isStatic=i,this.id=bg++,this.default=e([]),this.extensions=typeof l=="function"?l(this):l}get reader(){return this}static define(e={}){return new ve(e.combine||(n=>n),e.compareInput||((n,r)=>n===r),e.compare||(e.combine?(n,r)=>n===r:vg),!!e.static,e.enables)}of(e){return new O1([],this,0,e)}compute(e,n){if(this.isStatic)throw new Error("Can't compute a static facet");return new O1(e,this,1,n)}computeN(e,n){if(this.isStatic)throw new Error("Can't compute a static facet");return new O1(e,this,2,n)}from(e,n){return n||(n=r=>r),this.compute([e],r=>n(r.field(e)))}}function vg(t,e){return t==e||t.length==e.length&&t.every((n,r)=>n===e[r])}class O1{constructor(e,n,r,i){this.dependencies=e,this.facet=n,this.type=r,this.value=i,this.id=bg++}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)||np(g,p)){let v=r(g);if(c?!Bx(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=N1(y,S);if(this.dependencies.every(A=>A instanceof ve?y.facet(A)===g.facet(A):A instanceof er?y.field(A,!1)==g.field(A,!1):!0)||(c?Bx(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 Bx(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 np(t,e){let n=!1;for(let r of e)vc(t,r)&1&&(n=!0);return n}function AP(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=N1(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)vc(f,m);return f.values[o]=c(f),1},update(f,m){if(!np(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=np(f,r),g=m.config.facets[e.id],y=m.facet(e);if(g&&!p&&vg(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 V0=ve.define({static:!0});class er{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 er(bg++,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(V0).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(V0),o=i.facet(V0),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,V0.of({field:this,create:e})]}get extension(){return this}}const nl={lowest:4,low:3,default:2,high:1,highest:0};function nc(t){return e=>new LS(e,t)}const iu={highest:nc(nl.highest),high:nc(nl.high),default:nc(nl.default),low:nc(nl.low),lowest:nc(nl.lowest)};class LS{constructor(e,n){this.inner=e,this.prec=n}}class Zf{of(e){return new rp(this,e)}reconfigure(e){return Zf.reconfigure.of({compartment:this,extension:e})}get(e){return e.config.compartments.get(this)}}class rp{constructor(e,n){this.compartment=e,this.inner=n}}class R1{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 kP(e,n,o))y instanceof er?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(A=>A.type==0))if(c[S.id]=f.length<<1|1,vg(w,v))f.push(r.facet(S));else{let A=S.combine(v.map(k=>k.value));f.push(r&&S.compare(A,r.facet(S))?r.facet(S):A)}else{for(let A of v)A.type==0?(c[A.id]=f.length<<1|1,f.push(A.value)):(c[A.id]=m.length<<1,m.push(k=>A.dynamicSlot(k)));c[S.id]=m.length<<1,m.push(A=>AP(A,S,v))}}let g=m.map(y=>y(c));return new R1(e,o,g,c,f,l)}}function kP(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 rp&&n.delete(o.compartment)}if(i.set(o,c),Array.isArray(o))for(let m of o)l(m,c);else if(o instanceof rp){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 LS)l(o.inner,o.prec);else if(o instanceof er)r[c].push(o),o.provides&&l(o.provides,c);else if(o instanceof O1)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 vc(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 N1(t,e){return e&1?t.config.staticValues[e>>1]:t.values[e>>1]}const _S=ve.define(),ip=ve.define({combine:t=>t.some(e=>e),static:!0}),DS=ve.define({combine:t=>t.length?t[0]:void 0,static:!0}),XS=ve.define(),zS=ve.define(),HS=ve.define(),YS=ve.define({combine:t=>t.length?t[0]:!1});class _i{constructor(e,n){this.type=e,this.value=n}static define(){return new TP}}class TP{of(e){return new _i(this,e)}}class MP{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 MP(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 Dt{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&&VS(r,n.newLength),l.some(c=>c.type==Dt.time)||(this.annotations=l.concat(Dt.time.of(Date.now())))}static create(e,n,r,i,l,o){return new Dt(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(Dt.userEvent);return!!(n&&(n==e||n.length>e.length&&n.slice(0,e.length)==e&&n[e.length]=="."))}}Dt.time=_i.define();Dt.userEvent=_i.define();Dt.addToHistory=_i.define();Dt.remote=_i.define();function EP(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 BS(t,e,n){var r;let i,l,o;return n?(i=e.changes,l=Ft.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 ap(t,e,n){let r=e.selection,i=js(e.annotations);return e.userEvent&&(i=i.concat(Dt.userEvent.of(e.userEvent))),{changes:e.changes instanceof Ft?e.changes:Ft.of(e.changes||[],n,t.facet(DS)),selection:r&&(r instanceof fe?r:fe.single(r.anchor,r.head)),effects:js(e.effects),annotations:i,scrollIntoView:!!e.scrollIntoView}}function FS(t,e,n){let r=ap(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=BS(r,ap(t,e[l],o?r.changes.newLength:t.doc.length),o)}let i=Dt.create(t,r.changes,r.selection,r.effects,r.annotations,r.scrollIntoView);return QP(n?$P(i):i)}function $P(t){let e=t.startState,n=!0;for(let i of e.facet(XS)){let l=i(t);if(l===!1){n=!1;break}Array.isArray(l)&&(n=n===!0?l:EP(n,l))}if(n!==!0){let i,l;if(n===!1)l=t.changes.invertedDesc,i=Ft.empty(e.doc.length);else{let o=t.changes.filter(n);i=o.changes,l=o.filtered.mapDesc(o.changes).invertedDesc}t=Dt.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 Dt?t=l:Array.isArray(l)&&l.length==1&&l[0]instanceof Dt?t=l[0]:t=FS(e,js(l),!1)}return t}function QP(t){let e=t.startState,n=e.facet(HS),r=t;for(let i=n.length-1;i>=0;i--){let l=n[i](t);l&&Object.keys(l).length&&(r=BS(r,ap(e,l,t.changes.newLength),!0))}return r==t?t:Dt.create(e,t.changes,t.selection,r.effects,r.annotations,r.scrollIntoView)}const CP=[];function js(t){return t==null?CP:Array.isArray(t)?t:[t]}var xt=(function(t){return t[t.Word=0]="Word",t[t.Space=1]="Space",t[t.Other=2]="Other",t})(xt||(xt={}));const ZP=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;let lp;try{lp=new RegExp("[\\p{Alphabetic}\\p{Number}_]","u")}catch{}function PP(t){if(lp)return lp.test(t);for(let e=0;e<t.length;e++){let n=t[e];if(/\w/.test(n)||n>""&&(n.toUpperCase()!=n.toLowerCase()||ZP.test(n)))return!0}return!1}function jP(t){return e=>{if(!/\S/.test(e))return xt.Space;if(PP(e))return xt.Word;for(let n=0;n<t.length;n++)if(e.indexOf(t[n])>-1)return xt.Word;return xt.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++)vc(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 vc(this,r),N1(this,r)}update(...e){return FS(this,e,!0)}applyTransaction(e){let n=this.config,{base:r,compartments:i}=n;for(let c of e.effects)c.is(Zf.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=js(r).concat(c.value));let l;n?l=e.startState.values.slice():(n=R1.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(ip)?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=js(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(js(f.effects),g))}return{changes:i,selection:fe.create(l,n.mainIndex),effects:o}}changes(e=[]){return e instanceof Ft?e:Ft.of(e,this.doc.length,this.facet(Ie.lineSeparator))}toText(e){return Ue.of(e.split(this.facet(Ie.lineSeparator)||J2))}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:(vc(this,n),N1(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 er&&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=R1.resolve(e.extensions||[],new Map),r=e.doc instanceof Ue?e.doc:Ue.of((e.doc||"").split(n.staticFacet(Ie.lineSeparator)||J2)),i=e.selection?e.selection instanceof fe?e.selection:fe.single(e.selection.anchor,e.selection.head):fe.single(0);return VS(i,r.length),n.staticFacet(ip)||(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(YS)}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 jP(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=Jt(n,o,!1);if(l(n.slice(f,o))!=xt.Word)break;o=f}for(;c<i;){let f=Jt(n,c);if(l(n.slice(c,f))!=xt.Word)break;c=f}return o==c?null:fe.range(o+r,c+r)}}Ie.allowMultipleSelections=ip;Ie.tabSize=ve.define({combine:t=>t.length?t[0]:4});Ie.lineSeparator=DS;Ie.readOnly=YS;Ie.phrases=ve.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=XS;Ie.transactionFilter=zS;Ie.transactionExtender=HS;Zf.reconfigure=We.define();function io(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 Ma{eq(e){return this==e}range(e,n=e){return sp.create(e,n,this)}}Ma.prototype.startSide=Ma.prototype.endSide=0;Ma.prototype.point=!1;Ma.prototype.mapMode=dn.TrackDel;function Sg(t,e){return t==e||t.constructor==e.constructor&&t.eq(e)}let sp=class qS{constructor(e,n,r){this.from=e,this.to=n,this.value=r}static create(e,n,r){return new qS(e,n,r)}};function op(t,e){return t.from-e.from||t.value.startSide-e.value.startSide}class wg{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 wg(i,l,r,c):null,pos:o}}}class Ye{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 Ye(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(op)),this.isEmpty)return n.length?Ye.of(n):this;let c=new US(this,null,-1).goto(0),f=0,m=[],p=new yl;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(sp.create(c.from,c.to,c.value))),c.next());return p.finishInner(this.nextLayer.isEmpty&&!m.length?Ye.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 Ye(r,n,l||Ye.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 Lc.from([this]).goto(e)}get isEmpty(){return this.nextLayer==this}static iter(e,n=0){return Lc.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=Fx(o,c,r),m=new rc(o,f,l),p=new rc(c,f,l);r.iterGaps((g,y,v)=>qx(m,g,p,y,v,i)),r.empty&&r.length==0&&qx(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=Fx(l,o),f=new rc(l,c,0).goto(r),m=new rc(o,c,0).goto(r);for(;;){if(f.to!=m.to||!cp(f.active,m.active)||f.point&&(!m.point||!Sg(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 rc(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 yl;for(let i of e instanceof sp?[e]:n?RP(e):e)r.add(i.from,i.to,i.value);return r.finish()}static join(e){if(!e.length)return Ye.empty;let n=e[e.length-1];for(let r=e.length-2;r>=0;r--)for(let i=e[r];i!=Ye.empty;i=i.nextLayer)n=new Ye(i.chunkPos,i.chunk,n,Math.max(i.maxPoint,n.maxPoint));return n}}Ye.empty=new Ye([],[],null,-1);function RP(t){if(t.length>1)for(let e=t[0],n=1;n<t.length;n++){let r=t[n];if(op(e,r)>0)return t.slice().sort(op);e=r}return t}Ye.empty.nextLayer=Ye.empty;class yl{finishChunk(e){this.chunks.push(new wg(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 yl)).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(Ye.empty)}finishInner(e){if(this.from.length&&this.finishChunk(!1),this.chunks.length==0)return e;let n=Ye.create(this.chunkPos,this.chunks,this.nextLayer?this.nextLayer.finishInner(e):e,this.setMaxPoint);return this.from=null,n}}function Fx(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 US{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 Lc{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 US(o,n,r,l));return i.length==1?i[0]:new Lc(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--)Cm(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--)Cm(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(),Cm(this.heap,0)}}}function Cm(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 rc{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=Lc.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){L0(this.active,e),L0(this.activeTo,e),L0(this.activeRank,e),this.minActive=Ux(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++;_0(this.active,n,r),_0(this.activeTo,n,i),_0(this.activeRank,n,l),e&&_0(e,n,this.cursor.from),this.minActive=Ux(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&&L0(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 qx(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&&Sg(t.point,n.point)&&cp(t.activeForPoint(t.to),n.activeForPoint(n.to))||l.comparePoint(c,S,t.point,n.point),p=!1):(p&&l.boundChange(c),S>c&&!cp(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 cp(t,e){if(t.length!=e.length)return!1;for(let n=0;n<t.length;n++)if(t[n]!=e[n]&&!Sg(t[n],e[n]))return!1;return!0}function L0(t,e){for(let n=e,r=t.length-1;n<r;n++)t[n]=t[n+1];t.pop()}function _0(t,e,n){for(let r=t.length-1;r>=e;r--)t[r+1]=t[r];t[e]=n}function Ux(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 Pf(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=Jt(t,i));return r}function NP(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=Jt(t,i)}return t.length}const up="ͼ",Ix=typeof Symbol>"u"?"__"+up:Symbol.for(up),fp=typeof Symbol>"u"?"__styleSet"+Math.floor(Math.random()*1e8):Symbol("styleSet"),Gx=typeof globalThis<"u"?globalThis:typeof window<"u"?window:{};class Ea{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(A=>w.replace(/&/,A))).reduce((w,A)=>w.concat(A)),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=Gx[Ix]||1;return Gx[Ix]=e+1,up+e.toString(36)}static mount(e,n,r){let i=e[fp],l=r&&r.nonce;i?l&&i.setNonce(l):i=new VP(e,l),i.mount(Array.isArray(n)?n:[n],e)}}let Wx=new Map;class VP{constructor(e,n){let r=e.ownerDocument||e,i=r.defaultView;if(!e.head&&e.adoptedStyleSheets&&i.CSSStyleSheet){let l=Wx.get(r);if(l)return e[fp]=l;this.sheet=new i.CSSStyleSheet,Wx.set(r,this)}else this.styleTag=r.createElement("style"),n&&this.styleTag.setAttribute("nonce",n);this.modules=[],e[fp]=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 $a={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:"'"},_c={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},LP=typeof navigator<"u"&&/Mac/.test(navigator.platform),_P=typeof navigator<"u"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);for(var cn=0;cn<10;cn++)$a[48+cn]=$a[96+cn]=String(cn);for(var cn=1;cn<=24;cn++)$a[cn+111]="F"+cn;for(var cn=65;cn<=90;cn++)$a[cn]=String.fromCharCode(cn+32),_c[cn]=String.fromCharCode(cn);for(var Zm in $a)_c.hasOwnProperty(Zm)||(_c[Zm]=$a[Zm]);function DP(t){var e=LP&&t.metaKey&&t.shiftKey&&!t.ctrlKey&&!t.altKey||_P&&t.shiftKey&&t.key&&t.key.length==1||t.key=="Unidentified",n=!e&&t.key||(t.shiftKey?_c:$a)[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 Wt(){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++)IS(t,arguments[e]);return t}function IS(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++)IS(t,e[n]);else throw new RangeError("Unsupported child node: "+e)}let yn=typeof navigator<"u"?navigator:{userAgent:"",vendor:"",platform:""},dp=typeof document<"u"?document:{documentElement:{style:{}}};const hp=/Edge\/(\d+)/.exec(yn.userAgent),GS=/MSIE \d/.test(yn.userAgent),mp=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(yn.userAgent),jf=!!(GS||mp||hp),Kx=!jf&&/gecko\/(\d+)/i.test(yn.userAgent),Pm=!jf&&/Chrome\/(\d+)/.exec(yn.userAgent),XP="webkitFontSmoothing"in dp.documentElement.style,pp=!jf&&/Apple Computer/.test(yn.vendor),Jx=pp&&(/Mobile\/\w+/.test(yn.userAgent)||yn.maxTouchPoints>2);var xe={mac:Jx||/Mac/.test(yn.platform),windows:/Win/.test(yn.platform),linux:/Linux|X11/.test(yn.platform),ie:jf,ie_version:GS?dp.documentMode||6:mp?+mp[1]:hp?+hp[1]:0,gecko:Kx,gecko_version:Kx?+(/Firefox\/(\d+)/.exec(yn.userAgent)||[0,0])[1]:0,chrome:!!Pm,chrome_version:Pm?+Pm[1]:0,ios:Jx,android:/Android\b/.test(yn.userAgent),webkit_version:XP?+(/\bAppleWebKit\/(\d+)/.exec(yn.userAgent)||[0,0])[1]:0,safari:pp,safari_version:pp?+(/\bVersion\/(\d+(\.\d+)?)/.exec(yn.userAgent)||[0,0])[1]:0,tabSize:dp.documentElement.style.tabSize!=null?"tab-size":"-moz-tab-size"};function Ag(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 V1=Object.create(null);function kg(t,e,n){if(t==e)return!0;t||(t=V1),e||(e=V1);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 zP(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 ey(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 HP(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 Ml{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 je extends Ma{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 au(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 bl(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}=WS(e,n);r=(l?n?-3e8:-1:5e8)-1,i=(o?n?2e8:1:-6e8)+1}return new bl(e,r,i,n,e.widget||null,!0)}static line(e){return new lu(e)}static set(e,n=!1){return Ye.of(e,n)}hasHeight(){return this.widget?this.widget.estimatedHeight>-1:!1}}je.none=Ye.empty;class au extends je{constructor(e){let{start:n,end:r}=WS(e);super(n?-1:5e8,r?1:-6e8,null,e),this.tagName=e.tagName||"span",this.attrs=e.class&&e.attributes?Ag(e.attributes,{class:e.class}):e.class?{class:e.class}:e.attributes||V1}eq(e){return this==e||e instanceof au&&this.tagName==e.tagName&&kg(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)}}au.prototype.point=!1;class lu extends je{constructor(e){super(-2e8,-2e8,null,e)}eq(e){return e instanceof lu&&this.spec.class==e.spec.class&&kg(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)}}lu.prototype.mapMode=dn.TrackBefore;lu.prototype.point=!0;class bl extends je{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 bl&&YP(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)}}bl.prototype.point=!0;function WS(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 YP(t,e){return t==e||!!(t&&e&&t.compare(e))}function Rs(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 Dc extends Ma{constructor(e,n){super(),this.tagName=e,this.attributes=n}eq(e){return e==this||e instanceof Dc&&this.tagName==e.tagName&&kg(this.attributes,e.attributes)}static create(e){return new Dc(e.tagName,e.attributes||V1)}static set(e,n=!1){return Ye.of(e,n)}}Dc.prototype.startSide=Dc.prototype.endSide=-1;function Xc(t){let e;return t.nodeType==11?e=t.getSelection?t:t.ownerDocument:e=t,e.getSelection()}function gp(t,e){return e?t==e||t.contains(e.nodeType!=1?e.parentNode:e):!1}function Sc(t,e){if(!e.anchorNode)return!1;try{return gp(t,e.anchorNode)}catch{return!1}}function x1(t){return t.nodeType==3?zc(t,0,t.nodeValue.length).getClientRects():t.nodeType==1?t.getClientRects():[]}function wc(t,e,n,r){return n?ty(t,e,n,r,-1)||ty(t,e,n,r,1):!1}function Qa(t){for(var e=0;;e++)if(t=t.previousSibling,!t)return e}function L1(t){return t.nodeType==1&&/^(DIV|P|LI|UL|OL|BLOCKQUOTE|DD|DT|H\d|SECTION|PRE)$/.test(t.nodeName)}function ty(t,e,n,r,i){for(;;){if(t==n&&e==r)return!0;if(e==(i<0?0:Ni(t))){if(t.nodeName=="DIV")return!1;let l=t.parentNode;if(!l||l.nodeType!=1)return!1;e=Qa(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?Ni(t):0}else return!1}}function Ni(t){return t.nodeType==3?t.nodeValue.length:t.childNodes.length}function _1(t,e){let n=e?t.left:t.right;return{left:n,right:n,top:t.top,bottom:t.bottom}}function BP(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 KS(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 FP(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=BP(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 $=p.getBoundingClientRect();({scaleX:S,scaleY:w}=KS(p,$)),y={left:$.left,right:$.left+p.clientWidth*S,top:$.top,bottom:$.top+p.clientHeight*w}}let A=0,k=0;if(i=="nearest")e.top<y.top?(k=e.top-(y.top+o),n>0&&e.bottom>y.bottom+k&&(k=e.bottom-y.bottom+o)):e.bottom>y.bottom&&(k=e.bottom-y.bottom+o,n<0&&e.top-k<y.top&&(k=e.top-(y.top+o)));else{let $=e.bottom-e.top,Q=y.bottom-y.top;k=(i=="center"&&$<=Q?e.top+$/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?(A=e.left-(y.left+l),n>0&&e.right>y.right+A&&(A=e.right-y.right+l)):e.right>y.right&&(A=e.right-y.right+l,n<0&&e.left<y.left+A&&(A=e.left-(y.left+l))):A=(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,A||k)if(v)m.scrollBy(A,k);else{let $=0,Q=0;if(k){let Z=p.scrollTop;p.scrollTop+=k/w,Q=(p.scrollTop-Z)*w}if(A){let Z=p.scrollLeft;p.scrollLeft+=A/S,$=(p.scrollLeft-Z)*S}e={left:e.left-$,top:e.top-Q,right:e.right-$,bottom:e.bottom-Q},$&&Math.abs($-A)<1&&(r="nearest"),Q&&Math.abs(Q-k)<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 JS(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 qP{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?Ni(n):0),r,Math.min(e.focusOffset,r?Ni(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 e7(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 ny;function zc(t,e,n=e){let r=ny||(ny=document.createRange());return r.setEnd(t,n),r.setStart(t,e),r}function Ns(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 UP(t){for(;t;){if(t&&(t.nodeType==9||t.nodeType==11&&t.host))return t;t=t.assignedSlot||t.parentNode}return null}function IP(t,e){let n=e.focusNode,r=e.focusOffset;if(!n||e.anchorNode!=n||e.anchorOffset!=r)return!1;for(r=Math.min(r,Ni(n));;)if(r){if(n.nodeType!=1)return!1;let i=n.childNodes[r-1];i.contentEditable=="false"?r--:(n=i,r=Ni(n))}else{if(n==t)return!0;r=Qa(n),n=n.parentNode}}function t7(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 n7(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=Ni(n)}else if(n.parentNode&&!L1(n))r=Qa(n),n=n.parentNode;else return null}}function r7(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&&!L1(n))r=Qa(n)+1,n=n.parentNode;else return null}}class Tr{constructor(e,n,r=!0){this.node=e,this.offset=n,this.precise=r}static before(e,n){return new Tr(e.parentNode,Qa(e),n)}static after(e,n){return new Tr(e.parentNode,Qa(e)+1,n)}}var Ct=(function(t){return t[t.LTR=0]="LTR",t[t.RTL=1]="RTL",t})(Ct||(Ct={}));const vl=Ct.LTR,Tg=Ct.RTL;function i7(t){let e=[];for(let n=0;n<t.length;n++)e.push(1<<+t[n]);return e}const GP=i7("88888888888888888888888888888888888666888888787833333333337888888000000000000000000000000008888880000000000000000000000000088888888888888888888888888888888888887866668888088888663380888308888800000000000000000000000800000000000000000000000000000008"),WP=i7("4444448826627288999999999992222222222222222222222222222222222222222222222229999999999999999999994444444444644222822222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222999999949999999229989999223333333333"),Op=Object.create(null),Lr=[];for(let t of["()","[]","{}"]){let e=t.charCodeAt(0),n=t.charCodeAt(1);Op[e]=n,Op[n]=-e}function a7(t){return t<=247?GP[t]:1424<=t&&t<=1524?2:1536<=t&&t<=1785?WP[t-1536]:1774<=t&&t<=2220?4:8192<=t&&t<=8204?256:64336<=t&&t<=65023?4:1}const KP=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac\ufb50-\ufdff]/;class qr{get dir(){return this.level%2?Tg:vl}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 l7(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||!l7(r.inner,i.inner))return!1}return!0}const ft=[];function JP(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=a7(t.charCodeAt(m));y==512?y=p:y==8&&g==4&&(y=16),ft[m]=y==4?2:y,y&7&&(g=y),p=y}for(let m=o,p=f,g=f;m<c;m++){let y=ft[m];if(y==128)m<c-1&&p==ft[m+1]&&p&24?y=ft[m]=p:ft[m]=256;else if(y==64){let v=m+1;for(;v<c&&ft[v]==64;)v++;let S=m&&p==8||v<n&&ft[v]==8?g==1?1:8:256;for(let w=m;w<v;w++)ft[w]=S;m=v-1}else y==8&&g==1&&(ft[m]=1);p=y,y&7&&(g=y)}}}function ej(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=Op[y=t.charCodeAt(g)])if(v<0){for(let w=c-3;w>=0;w-=3)if(Lr[w+1]==-v){let A=Lr[w+2],k=A&2?i:A&4?A&1?l:i:0;k&&(ft[g]=ft[Lr[w]]=k),c=w;break}}else{if(Lr.length==189)break;Lr[c++]=g,Lr[c++]=y,Lr[c++]=f}else if((S=ft[g])==2||S==1){let w=S==i;f=w?0:1;for(let A=c-3;A>=0;A-=3){let k=Lr[A+2];if(k&2)break;if(w)Lr[A+2]|=2;else{if(k&4)break;Lr[A+2]|=4}}}}}function tj(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=ft[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(ft[p]==256)p++;else break;let g=l==1,y=(p<e?ft[p]:r)==1,v=g==y?g?1:2:r;for(let S=p,w=i,A=w?n[w-1].to:t;S>f;)S==A&&(S=n[--w].from,A=w?n[w-1].to:t),ft[--S]=v;f=p}else l=m,f++}}}function xp(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=ft[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 A=w.to,k=m+1;;){if(A==n)break e;if(k<l.length&&l[k].from==A)A=l[k++].to;else{if(ft[A]==c)break e;break}}if(m++,y)y.push(w);else{w.from>f&&o.push(new qr(f,w.from,v));let A=w.direction==vl!=!(v%2);yp(t,A?r+1:r,i,w.inner,w.from,w.to,o),f=w.to}S=w.to}else{if(S==n||(p?ft[S]!=c:ft[S]==c))break;S++}y?xp(t,f,S,r+1,i,y,o):f<S&&o.push(new qr(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=ft[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 A=w.from,k=m;;){if(A==e)break e;if(k&&l[k-1].to==A)A=l[--k].from;else{if(ft[A-1]==c)break e;break}}if(y)y.push(w);else{w.to<f&&o.push(new qr(w.to,f,v));let A=w.direction==vl!=!(v%2);yp(t,A?r+1:r,i,w.inner,w.from,w.to,o),f=w.from}S=w.from}else{if(S==e||(p?ft[S-1]!=c:ft[S-1]==c))break;S--}y?xp(t,S,f,r+1,i,y,o):S<f&&o.push(new qr(S,f,v)),f=S}}function yp(t,e,n,r,i,l,o){let c=e%2?2:1;JP(t,i,l,r,c),ej(t,i,l,r,c),tj(i,l,r,c),xp(t,i,l,e,n,r,o)}function nj(t,e,n){if(!t)return[new qr(0,0,e==Tg?1:0)];if(e==vl&&!n.length&&!KP.test(t))return s7(t.length);if(n.length)for(;t.length>ft.length;)ft[ft.length]=256;let r=[],i=e==vl?0:1;return yp(t,i,i,n,0,t.length,r),r}function s7(t){return[new qr(0,t,0)]}let o7="";function rj(t,e,n,r,i){var l;let o=r.head-t.from,c=qr.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=Jt(t.text,o,f.forward(i,n));(p<f.from||p>f.to)&&(p=m),o7=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 ij(t,e,n){for(let r=e;r<n;r++){let i=a7(t.charCodeAt(r));if(i==1)return vl;if(i==2||i==4)return Tg}return vl}const c7=ve.define(),u7=ve.define(),f7=ve.define(),d7=ve.define(),bp=ve.define(),h7=ve.define(),m7=ve.define(),Mg=ve.define(),Eg=ve.define(),p7=ve.define({combine:t=>t.some(e=>e)}),aj=ve.define({combine:t=>t.some(e=>e)}),g7=ve.define();class Vs{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 Vs(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 Vs(fe.cursor(e.doc.length),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}}const D0=We.define({map:(t,e)=>t.map(e)}),O7=We.define();function Ur(t,e,n){let r=t.facet(d7);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 Mi=ve.define({combine:t=>t.length?t[0]:!0});let lj=0;const Ms=ve.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(Ms.of({plugin:this,arg:void 0}))}of(e){return this.baseExtensions.concat(Ms.of({plugin:this,arg:e}))}static define(e,n){const{eventHandlers:r,eventObservers:i,provide:l,decorations:o}=n||{};return new Vn(lj++,e,r,i,c=>{let f=[];return o&&f.push(Rf.of(m=>{let p=m.plugin(c);return p?o(p):je.none})),l&&f.push(l(c)),f})}static fromClass(e,n){return Vn.define((r,i)=>new e(r,i),n)}}class jm{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(Ur(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){Ur(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){Ur(e.state,r,"CodeMirror plugin crashed")}}deactivate(){this.spec=this.value=null}}const x7=ve.define(),$g=ve.define(),Rf=ve.define(),y7=ve.define(),Qg=ve.define(),su=ve.define(),b7=ve.define();function ry(t,e){let n=t.state.facet(b7);if(!n.length)return n;let r=n.map(l=>l instanceof Function?l(t):l),i=[];return Ye.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=ij(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 v7=ve.define();function S7(t){let e=0,n=0,r=0,i=0;for(let l of t.state.facet(v7)){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 mc=ve.define();class pr{constructor(e,n,r,i){this.fromA=e,this.toA=n,this.fromB=r,this.toB=i}join(e){return new pr(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 pr(p,y,m,g))}return r}}class D1{constructor(e,n,r){this.view=e,this.state=n,this.transactions=r,this.flags=0,this.startState=e.state,this.changes=Ft.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 pr(l,o,c,f))),this.changedRanges=i}static create(e,n,r){return new D1(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 sj=[];class Mt{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 sj}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&&zP(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=Qa(this.dom),i=this.length?e>0:n>0;return new Tr(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 Vf)return e;return null}static get(e){return e.cmTile}}class Nf extends Mt{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=iy(i);else n.insertBefore(c.dom,i);r=c.dom}for(i=r?r.nextSibling:n.firstChild,l&&i&&(l.written=!0);i;)i=iy(i);this.length=o}}function iy(t){let e=t.nextSibling;return t.parentNode.removeChild(t),e}class Vf extends Nf{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=Mt.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 Zi)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 Zi extends Nf{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 Zi(n||document.createElement(e.tagName),e);return n||(r.flags|=4),r}}class Fs extends Nf{constructor(e,n){super(e),this.attrs=n}isLine(){return!0}static start(e,n,r){let i=new Fs(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&&cj(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):oj(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 Tr(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 Tr(f.dom,0);f==r.tile&&(c=!0)}}return new Tr(this.dom,0)}}function oj(t){let e=t.dom.lastChild;if(!e)return t.dom.getBoundingClientRect();let n=x1(e);return n[n.length-1]||null}function cj(t,e){let n=t.coordsIn(0,1),r=e.coordsIn(0,1);return n&&r&&r.top<n.bottom}class jn extends Nf{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 Mt{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=zc(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?_1(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 Sl extends Mt{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 _1(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 _1(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 Sl(l,r,e,i)}}class X1 extends Mt{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 uj{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 fj{constructor(e,n,r,i){this.from=e,this.to=n,this.wrapper=r,this.rank=i}}class dj{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)?Rm(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(Rm(f.dom)),i=m;else{if(this.cache.reused.get(f)){let g=Mt.get(f.dom);g&&g.setDOM(Rm(f.dom))}let p=jn.of(f.mark,f.dom);i.append(p),i=p}this.cache.reused.set(f,2)}let l=Mt.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=w7);let i=Fs.start(e,n||((r=this.cache.find(Fs))===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||!ay(this.curLine,!1)||e.dom.nodeName!="BR"&&e.isWidget()&&!(xe.ios&&ay(this.curLine,!0)))&&this.curLine.append(this.cache.findWidget(Nm,0,32)||new Sl(Nm.toDOM(),0,Nm,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 fj(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 Zi&&i.wrapper.eq(r.wrapper))n=i;else{let l=Zi.of(r.wrapper,(e=this.cache.find(Zi,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(X1,void 0,1);return r&&(r.flags=n),r||new X1(n)}flushBuffer(){this.afterWidget&&!(this.afterWidget.flags&32)&&(this.afterWidget.parent.append(this.getBuffer(-1)),this.afterWidget=null)}}class hj{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 z1=[Sl,Fs,sl,jn,X1,Zi,Vf];for(let t=0;t<z1.length;t++)z1[t].bucket=t;class mj{constructor(e){this.view=e,this.buckets=z1.map(()=>[]),this.index=z1.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 Sl(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 pj{constructor(e,n,r,i,l){this.view=e,this.decorations=i,this.disallowBlockEffectsFor=l,this.openWidget=!1,this.openMarks=0,this.cache=new mj(e),this.text=new hj(e.state.doc),this.builder=new dj(this.cache,new Vf(e,e.contentDOM),Ye.iter(r)),this.cache.reused.set(n,2),this.old=new uj(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=xj(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?Sl.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 X1)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=Ye.spans(this.decorations,e,n,{point:(c,f,m,p,g,y)=>{if(m instanceof bl){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?qs.block:qs.inline),S=gj(m),w=this.cache.findWidget(v,f-c,S)||Sl.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=Oj(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=Mt.get(i);if(i==this.view.contentDOM)break;l instanceof jn?n.push(l):l!=null&&l.isLine()?r=l:l instanceof Zi||(i.nodeName=="DIV"&&!r&&i!=this.view.contentDOM?r=new Fs(i,w7):r||n.push(jn.of(new au({tagName:i.nodeName.toLowerCase(),attributes:HP(i)}),i)))}return{line:r,marks:n}}}function ay(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 gj(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 w7={class:"cm-line"};function Oj(t,e){let n=e.spec.attributes,r=e.spec.class;return!n&&!r||(t||(t={class:"cm-line"}),n&&Ag(n,t),r&&(t.class+=" "+r)),t}function xj(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 Rm(t){let e=Mt.get(t);return e&&e.setDOM(t.cloneNode()),t}class qs extends Ml{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}}qs.inline=new qs("span");qs.block=new qs("div");const Nm=new class extends Ml{toDOM(){return document.createElement("br")}get isHidden(){return!0}get editable(){return!0}};class ly{constructor(e){this.view=e,this.decorations=[],this.blockWrappers=[],this.dynamicDecorationMap=[!1],this.domChanged=null,this.hasComposition=null,this.editContextFormatting=je.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 Vf(e,e.contentDOM),this.updateInner([new pr(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:!Mj(e.changes,this.hasComposition)&&!e.selectionSet&&(i=e.state.selection.main.head));let l=i>-1?bj(this.view,e.changes,i):null;if(this.domChanged=null,this.hasComposition){let{from:p,to:g}=this.hasComposition;r=new pr(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=wj(o,this.decorations,e.changes);f.length&&(r=pr.extendWithRanges(r,f));let m=kj(c,this.blockWrappers,e.changes);return m.length&&(r=pr.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 pj(this.view,o,this.blockWrappers,this.decorations,this.dynamicDecorationMap);n&&Mt.get(n.text)&&c.cache.reused.set(Mt.get(n.text),2),this.tile=c.run(e,n),vp(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 Vm&&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(O7)&&(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(Mi)||r.tabIndex>-1)&&Sc(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&&yj(m)){let y=document.createTextNode("");this.view.observer.ignore(()=>m.node.insertBefore(y,m.node.childNodes[m.offset]||null)),m=p=new Tr(y,0),c=!0}let g=this.view.observer.selectionRange;(c||!g.focusNode||(!wc(m.node,m.offset,g.anchorNode,g.anchorOffset)||!wc(p.node,p.offset,g.focusNode,g.focusOffset))&&!this.suppressWidgetCursorChange(g,f))&&(this.view.observer.ignore(()=>{xe.android&&xe.chrome&&r.contains(g.focusNode)&&Tj(g.focusNode,r)&&(r.blur(),r.focus({preventScroll:!0}));let y=Xc(this.view.root);if(y)if(f.empty){if(xe.gecko){let v=vj(m.node,m.offset);if(v&&v!=3){let S=(v==1?n7:r7)(m.node,m.offset);S&&(m=new Tr(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 Tr(g.anchorNode,g.anchorOffset),this.impreciseHead=p.precise?null:new Tr(g.focusNode,g.focusOffset)}suppressWidgetCursorChange(e,n){return this.hasComposition&&n.empty&&wc(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=Xc(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=Ni(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&&!Mt.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 Vm?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=Jt(l.text,o);if(c==o)return null;let f=zc(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==Ct.LTR,m=0,p=(g,y,v)=>{for(let S=0;S<g.children.length&&!(y>i);S++){let w=g.children[S],A=y+w.length,k=w.dom.getBoundingClientRect(),{height:$}=k;if(v&&!S&&(m+=k.top-v.top),w instanceof Zi)A>r&&p(w,y,k);else if(y>=r&&(m>0&&n.push(-m),n.push($+m),m=0,o)){let Q=w.dom.lastChild,Z=Q?x1(Q):[];if(Z.length){let C=Z[Z.length-1],j=f?C.right-k.left:k.right-C.left;j>c&&(c=j,this.minWidth=l,this.minWidthFrom=y,this.minWidthTo=A)}}v&&S==g.children.length-1&&(m+=v.bottom-k.bottom),y=A+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"?Ct.RTL:Ct.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=x1(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=x1(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(je.replace({widget:new Vm(c),block:!0,inclusive:!0,isBlockGap:!0}).range(r,o))}if(!l)break;r=l.to+1}return je.set(e)}updateDeco(){let e=1,n=this.view.state.facet(Rf).map(l=>(this.dynamicDecorationMap[e++]=typeof l=="function")?l(this.view):l),r=!1,i=this.view.state.facet(Qg).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(Ye.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(y7).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(g7))try{if(p(this.view,e.range,e))return!0}catch(g){Ur(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=S7(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(FP(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==Ct.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(){vp(this.tile)}}function vp(t,e){let n=e==null?void 0:e.get(t);if(n!=1){n==null&&t.destroy();for(let r of t.children)vp(r,e)}}function yj(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 A7(t,e){let n=t.observer.selectionRange;if(!n.focusNode)return null;let r=n7(n.focusNode,n.focusOffset),i=r7(n.focusNode,n.focusOffset),l=r||i;if(i&&r&&i.node!=r.node){let c=Mt.get(i.node);if(!c||c.isText()&&c.text!=i.node.nodeValue)l=i;else if(t.docView.lastCompositionAfterCursor){let f=Mt.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 bj(t,e,n){let r=A7(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 pr(f.mapPos(l),f.mapPos(o),l,o),text:i}}function vj(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 Sj=class{constructor(){this.changes=[]}compareRange(e,n){Rs(e,n,this.changes)}comparePoint(e,n){Rs(e,n,this.changes)}boundChange(e){Rs(e,e,this.changes)}};function wj(t,e,n){let r=new Sj;return Ye.compare(t,e,n,r),r.changes}class Aj{constructor(){this.changes=[]}compareRange(e,n){Rs(e,n,this.changes)}comparePoint(){}boundChange(e){Rs(e,e,this.changes)}}function kj(t,e,n){let r=new Aj;return Ye.compare(t,e,n,r),r.changes}function Tj(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 Mj(t,e){let n=!1;return e&&t.iterChangedRanges((r,i)=>{r<e.to&&i>e.from&&(n=!0)}),n}class Vm extends Ml{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 Ej(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=Jt(i.text,l,!1):c=Jt(i.text,l);let f=r(i.text.slice(o,c));for(;o>0;){let m=Jt(i.text,o,!1);if(r(i.text.slice(m,o))!=f)break;o=m}for(;c<i.length;){let m=Jt(i.text,c);if(r(i.text.slice(c,m))!=f)break;c=m}return fe.range(o+i.from,c+i.from)}function $j(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+NP(o,l,t.state.tabSize)}function Qj(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 Cj(t,e,n,r){let i=Qj(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==Ct.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 sy(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=rj(i,l,o,c,n),p=o7;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 Zj(t,e,n){let r=t.state.charCategorizer(e),i=r(n);return l=>{let o=r(l);return i==xt.Space&&(i=o),i==o}}function Pj(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,A=Sp(t,{x:g,y:w},!1,l);if(n?w>f.bottom:w<f.top)return fe.cursor(A.pos,A.assoc);let k=t.coordsAtPos(A.pos,A.assoc),$=k?(k.top+k.bottom)/2:0;if(!k||(n?$>c:$<c))return fe.cursor(A.pos,A.assoc,void 0,o)}}function Ac(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 k7(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=Ac(t,i.from,0);o!=i.from&&(l=fe.cursor(o,-1))}else{let o=Ac(t,i.from,-1),c=Ac(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 Lm(t,e,n){let r=Ac(t.state.facet(su).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 Fr{constructor(e,n){this.pos=e,this.assoc=n}}function Sp(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 Fr(0,1);if(f>t.viewState.docHeight)return new Fr(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=$j(t,i,m,o,c);return new Fr(g,g==m.from?1:-1)}}if(m.type!=Nn.Text)return f<(m.top+m.bottom)/2?new Fr(m.from,1):new Fr(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 jj(t,o,c,t.textDirectionAt(m.from)).scanTile(p,m.from)}class jj{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[qr.find(i,e-r.from,-1,n)].level==this.baseDir}dirAt(e,n){let{line:r,spans:i}=this.bidiSpansAt(e);return i[qr.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 A=r+Math.floor(Math.random()*v);for(let k=0;k<v;k++){if(!l.has(A)){S=A;break t}A++,A==i&&(A=r)}break e}l.add(S);let w=n(S);if(w)for(let A=0;A<w.length;A++){let k=w[A],$=0;if(!(k.width==0&&w.length>1)){if(k.bottom<this.y)(!c||c.bottom<k.bottom)&&(c=k),$=1;else if(k.top>this.y)(!f||f.top>k.top)&&(f=k),$=-1;else{let Q=k.left>this.x?this.x-k.left:k.right<this.x?this.x-k.right:0,Z=Math.abs(Q);Z<p&&(m=S,p=Z,g=k),Q&&($=Q<0==(this.baseDir==Ct.LTR)?-1:1)}$==-1&&(!o||this.baseDirAt(e[S],1))?i=S:$==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)==Ct.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=Jt(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 zc(e.dom,o,c).getClientRects()});return i.after?new Fr(r[i.i+1],-1):new Fr(r[i.i],1)}scanTile(e,n){if(!e.length)return new Fr(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:zc(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 Fr(r[i.i+1],-1):new Fr(o,1)}}const vs="";class Rj{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+=vs}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=Mt.get(i),c=i.nextSibling;if(c==n){o!=null&&o.breakAfter&&!c&&r!=this.view.contentDOM&&this.lineBreak();break}let f=Mt.get(c);(o&&f?o.breakAfter:(o?o.breakAfter:L1(i))||L1(c)&&(i.nodeName!="BR"||o!=null&&o.isWidget())&&this.text.length>l)&&!Vj(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=Mt.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+(Nj(e,r.node,r.offset)?n:0))}}function Nj(t,e,n){for(;;){if(!e||n<Ni(e))return!1;if(e==t)return!0;n=Qa(e)+1,e=e.parentNode}}function Vj(t,e){let n;for(;!(t==e||!t);t=t.nextSibling){let r=Mt.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 oy{constructor(e,n){this.node=e,this.offset=n,this.pos=-1}}class Lj{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=T7(e.docView.tile,n,r,0))){let f=l||o?[]:Dj(e),m=new Rj(f,e);m.readRange(this.bounds.startDOM,this.bounds.endDOM),this.text=m.text,this.newSel=Xj(f,this.bounds.from)}else{let f=e.observer.selectionRange,m=l&&l.node==f.focusNode&&l.offset==f.focusOffset||!gp(e.contentDOM,f.focusNode)?c.main.head:e.docView.posFromDOM(f.focusNode,f.focusOffset),p=o&&o.node==f.anchorNode&&o.offset==f.anchorOffset||!gp(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 T7(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 T7(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 M7(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,vs),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(vs))}:(v=E7(g,e.text,m-c,p))&&(xe.chrome&&o==13&&v.toB==v.from+2&&e.text.slice(v.from,v.toB)==vs+vs&&v.toB--,n={from:c+v.from,to:c+v.toA,insert:Ue.of(e.text.slice(v.from,v.toB).split(vs))})}else r&&(!t.hasFocus&&i.facet(Mi)||H1(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 Cg(t,n,r,o);if(r&&!H1(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=k7(i.facet(su).map(m=>m(t)),r))),t.dispatch({selection:r,scrollIntoView:c,userEvent:f}),!0}else return!1}function Cg(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&&Ns(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)&&Ns(t.contentDOM,"Backspace",8)||e.from==i.from&&e.to==i.to+1&&e.insert.length==0&&Ns(t.contentDOM,"Delete",46)))return!0;let l=e.insert.toString();t.inputState.composing>=0&&t.inputState.composing++;let o,c=()=>o||(o=_j(t,e,n));return t.state.facet(h7).some(f=>f(t,e.from,e.to,l,c))||t.dispatch(c()),!0}function _j(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=Ac(i.facet(su).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&&A7(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,A=w-p.length;if(t.state.sliceDoc(A,w)!=p||w>=g.from&&A<=g.to)return{range:S};let k=i.changes({from:A,to:w,insert:e.insert}),$=S.to-l.to;return{changes:k,range:m?fe.range(Math.max(0,m.anchor+$),Math.max(0,m.head+$)):S.map(k)}})}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 E7(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 Dj(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 oy(n,r)),(i!=n||l!=r)&&e.push(new oy(i,l))),e}function Xj(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 H1(t,e){return e.head==t.main.head&&e.anchor==t.main.anchor}class zj{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&&rR(e.contentDOM.ownerDocument)}handleEvent(e){!Gj(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=Hj(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&&Q7.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=$7.find(r=>r.keyCode==e.keyCode))&&!e.ctrlKey||Yj.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,Ns(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 cy(t,e){return(n,r)=>{try{return e.call(t,r,n)}catch(i){Ur(n.state,i)}}}function Hj(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(cy(r.value,f))}if(o)for(let c in o){let f=o[c];f&&n(c).observers.push(cy(r.value,f))}}for(let r in Er)n(r).handlers.push(Er[r]);for(let r in Ln)n(r).observers.push(Ln[r]);return e}const $7=[{key:"Backspace",keyCode:8,inputType:"deleteContentBackward"},{key:"Enter",keyCode:13,inputType:"insertParagraph"},{key:"Enter",keyCode:13,inputType:"insertLineBreak"},{key:"Delete",keyCode:46,inputType:"deleteContentForward"}],Yj="dthko",Q7=[16,17,18,20,91,92,224,225],X0=6;function z0(t){return Math.max(0,t)*.7+8}function Bj(t,e){return Math.max(Math.abs(t.clientX-e.clientX),Math.abs(t.clientY-e.clientY))}class Fj{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=JS(e.contentDOM),this.atoms=e.state.facet(su).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)&&qj(e,n),this.dragging=Ij(e,n)&&P7(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&&Bj(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=S7(this.view);e.clientX-f.left<=i+X0?n=-z0(i-e.clientX):e.clientX+f.right>=o-X0&&(n=z0(e.clientX-o)),e.clientY-f.top<=l+X0?r=-z0(l-e.clientY):e.clientY+f.bottom>=c-X0&&(r=z0(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=k7(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 qj(t,e){let n=t.state.facet(c7);return n.length?n[0](e):xe.mac?e.metaKey:e.ctrlKey}function Uj(t,e){let n=t.state.facet(u7);return n.length?n[0](e):xe.mac?!e.altKey:!e.ctrlKey}function Ij(t,e){let{main:n}=t.state.selection;if(n.empty)return!1;let r=Xc(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 Gj(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=Mt.get(n))&&r.isWidget()&&!r.isHidden&&r.widget.ignoreEvent(e))return!1;return!0}const Er=Object.create(null),Ln=Object.create(null),C7=xe.ie&&xe.ie_version<15||xe.ios&&xe.webkit_version<604;function Wj(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(),Z7(t,n.value)},50)}function Lf(t,e,n){for(let r of t.facet(e))n=r(n,t);return n}function Z7(t,e){e=Lf(t.state,Mg,e);let{state:n}=t,r,i=1,l=n.toText(e),o=l.lines==n.selection.ranges.length;if(wp!=null&&n.selection.ranges.every(f=>f.empty)&&wp==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()};Er.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")};Er.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(f7))if(n=r(t,e),n)break;if(!n&&e.button==0&&(n=Jj(t,e)),n){let r=!t.hasFocus;t.inputState.startMouseSelection(new Fj(t,e,n,r)),r&&t.observer.ignore(()=>{e7(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 uy(t,e,n,r){if(r==1)return fe.cursor(e,n);if(r==2)return Ej(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 Kj=xe.ie&&xe.ie_version<=11;let fy=null,dy=0,hy=0;function P7(t){if(!Kj)return t.detail;let e=fy,n=hy;return fy=t,hy=Date.now(),dy=!e||n>Date.now()-400&&Math.abs(e.clientX-t.clientX)<2&&Math.abs(e.clientY-t.clientY)<2?(dy+1)%3:1}function Jj(t,e){let n=t.posAndSideAtCoords({x:e.clientX,y:e.clientY},!1),r=P7(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=uy(t,f.pos,f.assoc,r);if(n.pos!=f.pos&&!o){let g=uy(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=eR(i,f.pos))?m:c?i.addRange(p):fe.create([p])}}}function eR(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}Er.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",Lf(t.state,Eg,t.state.sliceDoc(n.from,n.to))),e.dataTransfer.effectAllowed="copyMove"),!1};Er.dragend=t=>(t.inputState.draggedContent=null,!1);function my(t,e,n,r){if(n=Lf(t.state,Mg,n),!n)return;let i=t.posAtCoords({x:e.clientX,y:e.clientY},!1),{draggedContent:l}=t.inputState,o=r&&l&&Uj(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}Er.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&&my(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 my(t,e,r,!0),!0}return!1};Er.paste=(t,e)=>{if(t.state.readOnly)return!0;t.observer.flush();let n=C7?null:e.clipboardData;return n?(Z7(t,n.getData("text/plain")||n.getData("text/uri-list")),!0):(Wj(t),!1)};function tR(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 nR(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:Lf(t,Eg,e.join(t.lineBreak)),ranges:n,linewise:r}}let wp=null;Er.copy=Er.cut=(t,e)=>{if(!Sc(t.contentDOM,t.observer.selectionRange))return!1;let{text:n,ranges:r,linewise:i}=nR(t.state);if(!n&&!i)return!1;wp=i?n:null,e.type=="cut"&&!t.state.readOnly&&t.dispatch({changes:r,scrollIntoView:!0,userEvent:"delete.cut"});let l=C7?null:e.clipboardData;return l?(l.clearData(),l.setData("text/plain",n),!0):(tR(t,n),!1)};const j7=_i.define();function R7(t,e){let n=[];for(let r of t.facet(m7)){let i=r(t,e);i&&n.push(i)}return n.length?t.update({effects:n,annotations:j7.of(!0)}):null}function N7(t){setTimeout(()=>{let e=t.hasFocus;if(e!=t.inputState.notifiedFocused){let n=R7(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),N7(t)};Ln.blur=t=>{t.observer.clearSelectionRange(),N7(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()};Er.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 Cg(t,{from:f,to:m,insert:t.state.toText(l)},null),!0}}let i;if(xe.chrome&&xe.android&&(i=$7.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 py=new Set;function rR(t){py.has(t)||(py.add(t),t.addEventListener("copy",()=>{}),t.addEventListener("cut",()=>{}))}const gy=["pre-wrap","normal","pre-line","break-spaces"];let Us=!1;function Oy(){Us=!1}class iR{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 gy.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=gy.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 aR{constructor(e,n){this.from=e,this.heights=n,this.index=0}get more(){return this.index<this.heights.length}}class kr{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 bl?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 kr(this.from,this.length+e.length,this.top,this.height+e.height,n)}}var dt=(function(t){return t[t.ByPos=0]="ByPos",t[t.ByHeight=1]="ByHeight",t[t.ByPosNoHeight=2]="ByPosNoHeight",t})(dt||(dt={}));const y1=.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)>y1&&(Us=!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,dt.ByPosNoHeight,r.setDoc(n),0,0),v=y.to>=m?y:l.lineAt(m,dt.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,dt.ByPosNoHeight,r,0,0));p+=y.from-f,f=y.from;let S=Zg.build(r.setDoc(o),e,p,g);l=Y1(l,l.replace(f,m,S))}return l.updateHeight(r,0)}static empty(){return new Kn(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 sR(vn.of(e.slice(0,n)),o,vn.of(e.slice(r)))}}function Y1(t,e){return t==e?t:(t.constructor!=e.constructor&&(Us=!0),e)}vn.prototype.size=1;const lR=je.replace({});class V7 extends vn{constructor(e,n,r){super(e,n),this.deco=r,this.spaceAbove=0}mainBlock(e,n){return new kr(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 kr(i,0,r,this.spaceAbove,lR):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,dt.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 Kn extends V7{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 kr(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 Kn||i instanceof on&&i.flags&4)&&Math.abs(this.length-i.length)<10?(i instanceof on?i=new Kn(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 on 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 kr(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 kr(p,g,r+c*m,c,0)}}lineAt(e,n,r,i,l){if(n==dt.ByHeight)return this.blockAt(e,r,i,l);if(n==dt.ByPosNoHeight){let{from:v,to:S}=r.doc.lineAt(e);return new kr(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 kr(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 kr(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 on?r[r.length-1]=new on(l.length+i):r.push(null,new on(i-1))}if(e>0){let l=r[0];l instanceof on?r[0]=new on(e+l.length):r.unshift(new on(e-1),null)}return vn.of(r)}decomposeLeft(e,n){n.push(new on(e-1),null)}decomposeRight(e,n){n.push(null,new on(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 on(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)>=y1&&(f=-2);let v=new Kn(p,g,y);v.outdated=!1,o.push(v),c+=p+1}c<=l&&o.push(null,new on(l-c).updateHeight(e,c));let m=vn.of(o);return(f<0||Math.abs(m.height-this.height)>=y1||Math.abs(f-this.heightMetrics(e,n).perLine)>=y1)&&(Us=!0),Y1(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 sR 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==dt.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==dt.ByPosNoHeight?dt.ByPosNoHeight:dt.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,dt.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&&xy(l,o-1),n<this.length){let c=l.length;this.decomposeRight(n,l),xy(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=Y1(this.left,e),this.right=Y1(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 xy(t,e){let n,r;t[e]==null&&(n=t[e-1])instanceof on&&(r=t[e+1])instanceof on&&t.splice(e-1,3,new on(n.length+1+r.length))}const oR=5;class Zg{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 Kn?i.length+=r-this.pos:(r>this.pos||!this.isCovered)&&this.nodes.push(new Kn(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 V7(o,i,r)):(o||l||i>=oR)&&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 Kn(this.pos-e,-1,0)),this.writtenTo=this.pos}blankContent(e,n){let r=new on(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 Kn)return e;let n=new Kn(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 Kn)&&!this.isCovered?this.nodes.push(new Kn(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 Kn&&i.updateHeight(this.oracle,r),r+=i?i.length:1;return this.nodes}static build(e,n,r,i){let l=new Zg(r,e);return Ye.spans(n,r,i,l,0),l.finish(r)}}function cR(t,e,n){let r=new uR;return Ye.compare(t,e,n,r,0),r.changes}class uR{constructor(){this.changes=[]}compareRange(){}comparePoint(e,n,r,i){(e<n||r&&r.heightRelevant||i&&i.heightRelevant)&&Rs(e,n,this.changes,5)}}function fR(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 dR(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 hR(t,e){let n=t.getBoundingClientRect();return{left:0,right:n.right-n.left,top:e,bottom:n.bottom-(n.top+e)}}class _m{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 je.replace({widget:new mR(this.displaySize*(n?e.scaleY:e.scaleX),n)}).range(this.from,this.to)}}class mR extends Ml{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 yy{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=by,this.scrollTarget=null,this.printing=!1,this.mustMeasureContent=!0,this.defaultTextDirection=Ct.LTR,this.visibleRanges=[],this.mustEnforceCursorAssoc=!1;let r=n.facet($g).some(i=>typeof i!="function"&&i.class=="cm-lineWrapping");this.heightOracle=new iR(r),this.stateDeco=vy(n),this.heightMap=vn.empty().applyChanges(this.stateDeco,Ue.empty,this.heightOracle.setDoc(n.doc),[new pr(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=je.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 H0(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?by:new Pg(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(pc(e,this.scaler))})}update(e,n=null){this.state=e.state;let r=this.stateDeco;this.stateDeco=vy(this.state);let i=e.changedRanges,l=pr.extendWithRanges(i,cR(r,this.stateDeco,e?e.changes:Ft.empty(this.state.doc.length))),o=this.heightMap.height,c=this.scrolledToBottom?null:this.scrollAnchorAt(this.scrollOffset);Oy(),this.heightMap=this.heightMap.applyChanges(this.stateDeco,e.startState.doc,this.heightOracle.setDoc(this.state.doc),l),(this.heightMap.height!=o||Us)&&(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(aj)&&(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"?Ct.RTL:Ct.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:C,scaleY:j}=KS(n,c);(C>.005&&Math.abs(this.scaleX-C)>.005||j>.005&&Math.abs(this.scaleY-j)>.005)&&(this.scaleX=C,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=JS(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=t7(this.scrollParent||e.win);let w=(this.printing?hR:fR)(n,this.paddingTop),A=w.top-this.pixelViewport.top,k=w.bottom-this.pixelViewport.bottom;this.pixelViewport=w;let $=this.pixelViewport.bottom>this.pixelViewport.top&&this.pixelViewport.right>this.pixelViewport.left;if($!=this.inView&&(this.inView=$,$&&(f=!0)),!this.inView&&!this.scrollTarget&&!dR(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 C=e.docView.measureVisibleLineHeights(this.viewport);if(i.mustRefreshForHeights(C)&&(o=!0),o||i.lineWrapping&&Math.abs(Q-this.contentDOMWidth)>i.charWidth){let{lineHeight:j,charWidth:E,textHeight:L}=e.docView.measureTextSize();o=j>0&&i.refresh(l,j,E,L,Math.max(5,Q/E),C),o&&(e.docView.minWidth=0,m|=16)}A>0&&k>0?p=Math.max(A,k):A<0&&k<0&&(p=Math.min(A,k)),Oy();for(let j of this.viewports){let E=j.from==this.viewport.from?C:e.docView.measureVisibleLineHeights(j);this.heightMap=(o?vn.empty().applyChanges(this.stateDeco,Ue.empty,this.heightOracle,[new pr(0,0,0,e.state.doc.length)]):this.heightMap).updateHeight(i,0,o,new aR(j.from,E))}Us&&(m|=2)}let Z=!this.viewportIsAppropriate(this.viewport,p)||this.scrollTarget&&(this.scrollTarget.range.head<this.viewport.from||this.scrollTarget.range.head>this.viewport.to);return Z&&(m&2&&(m|=this.updateScaler()),this.viewport=this.getViewport(p,this.scrollTarget),m|=this.updateForViewport()),(m&2||Z)&&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 H0(i.lineAt(o-r*1e3,dt.ByHeight,l,0,0).from,i.lineAt(c+(1-r)*1e3,dt.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,dt.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 H0(i.lineAt(y-1e3/2,dt.ByHeight,l,0,0).from,i.lineAt(y+p+1e3/2,dt.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 H0(this.heightMap.lineAt(r,dt.ByPos,this.heightOracle,0,0).from,this.heightMap.lineAt(i,dt.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,dt.ByPos,this.heightOracle,0,0),{bottom:l}=this.heightMap.lineAt(n,dt.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 _m(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!=Ct.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 k of w)if(k>p&&k<g){f(p,k-10,y,v),f(k+10,g,y,v);return}let A=gR(e,k=>k.from>=y.from&&k.to<=y.to&&Math.abs(k.from-p)<l&&Math.abs(k.to-g)<l&&!w.some($=>k.from<$&&k.to>$));if(!A){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 k=this.gapSize(y,p,g,v),$=r||k<2e6?k:2e6;A=new _m(p,g,k,$)}c.push(A)},m=p=>{if(p.length<o||p.type!=Nn.Text)return;let g=pR(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,A,k;if(y!=null){let $=B0(g,y),Q=((this.visibleBottom-this.visibleTop)/2+w)/p.height;A=$-Q,k=$+Q}else A=(this.visibleTop-p.top-w)/p.height,k=(this.visibleBottom-p.top+w)/p.height;v=Y0(g,A),S=Y0(g,k)}else{let w=g.total*this.heightOracle.charWidth,A=i*this.heightOracle.charWidth,k=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+k<this.pixelViewport.left&&(k=j.size-j.displaySize);let $=this.pixelViewport.left+k,Q=this.pixelViewport.right+k,Z,C;if(y!=null){let j=B0(g,y),E=((Q-$)/2+A)/w;Z=j-E,C=j+E}else Z=($-A)/w,C=(Q+A)/w;v=Y0(g,Z),S=Y0(g,C)}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=B0(i,r)-B0(i,n);return this.heightOracle.lineWrapping?e.height*l:i.total*this.heightOracle.charWidth*l}updateLineGaps(e){_m.same(e,this.lineGaps)||(this.lineGaps=e,this.lineGapDeco=je.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=[];Ye.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)||pc(this.heightMap.lineAt(e,dt.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)||pc(this.heightMap.lineAt(this.scaler.fromDOM(e),dt.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 pc(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 H0{constructor(e,n){this.from=e,this.to=n}}function pR(t,e,n){let r=[],i=t,l=0;return Ye.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 Y0({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 B0(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 gR(t,e){for(let n of t)if(e(n))return n}const by={toDOM(t){return t},fromDOM(t){return t},scale:1,eq(t){return t==this}};function vy(t){let e=t.facet(Rf).filter(r=>typeof r!="function"),n=t.facet(Qg).filter(r=>typeof r!="function");return n.length&&e.push(Ye.join(n)),e}class Pg{constructor(e,n,r){let i=0,l=0,o=0;this.viewports=r.map(({from:c,to:f})=>{let m=n.lineAt(c,dt.ByPos,e,0,0).top,p=n.lineAt(f,dt.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 Pg?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 pc(t,e){if(e.scale==1)return t;let n=e.toDOM(t.top),r=e.toDOM(t.bottom);return new kr(t.from,t.length,n,r-n,Array.isArray(t._content)?t._content.map(i=>pc(i,e)):t._content)}const F0=ve.define({combine:t=>t.join(" ")}),Ap=ve.define({combine:t=>t.indexOf(!0)>-1}),kp=Ea.newName(),L7=Ea.newName(),_7=Ea.newName(),D7={"&light":"."+L7,"&dark":"."+_7};function Tp(t,e,n){return new Ea(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 OR=Tp("."+kp,{"&":{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"}},D7),xR={childList:!0,characterData:!0,subtree:!0,attributes:!0,characterDataOldValue:!0},Dm=xe.ie&&xe.ie_version<=11;class yR{constructor(e){this.view=e,this.active=!1,this.editContext=null,this.selectionRange=new qP,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 vR(e),e.state.facet(Mi)&&(e.contentDOM.editContext=this.editContext.editContext)),Dm&&(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(Mi)?r.root.activeElement!=this.dom:!Sc(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&&wc(i.focusNode,i.focusOffset,i.anchorNode,i.anchorOffset)?this.flushSoon():this.flush(!1)}readSelectionRange(){let{view:e}=this,n=Xc(e.root);if(!n)return!1;let r=xe.safari&&e.root.nodeType==11&&e.root.activeElement==this.dom&&bR(this.view,n)||n;if(!r||this.selectionRange.eq(r))return!1;let i=Sc(this.dom,r);return i&&!this.selectionChanged&&e.inputState.lastFocusTime>Date.now()-200&&e.inputState.lastTouchTime<Date.now()-300&&IP(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,xR),Dm&&this.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.active=!0)}stop(){this.active&&(this.active=!1,this.observer.disconnect(),Dm&&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&&Ns(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&&Sc(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 Lj(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=M7(this.view,n);return this.view.state==r&&(n.domChanged||n.newSel&&!H1(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=Sy(n,e.previousSibling||e.target.previousSibling,-1),i=Sy(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(Mi)!=e.state.facet(Mi)&&(e.view.contentDOM.editContext=e.state.facet(Mi)?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 Sy(t,e,n){for(;e;){let r=Mt.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 wy(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 wc(o.node,o.offset,i,l)&&([n,r,i,l]=[i,l,n,r]),{anchorNode:n,anchorOffset:r,focusNode:i,focusOffset:l}}function bR(t,e){if(e.getComposedRanges){let i=e.getComposedRanges(t.root)[0];if(i)return wy(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?wy(t,n):null}class vR{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=E7(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));H1(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);Cg(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(je.mark({attributes:{style:p}}).range(f,m))}}}e.dispatch({effects:O7.of(je.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=Xc(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 be{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||UP(e.parent)||document,this.viewState=new yy(this,e.state||Ie.create(e)),e.scrollTo&&e.scrollTo.is(D0)&&(this.viewState.scrollTarget=e.scrollTo.value.clip(this.viewState.state)),this.plugins=this.state.facet(Ms).map(i=>new jm(i));for(let i of this.plugins)i.update(this);this.observer=new yR(this),this.inputState=new zj(this),this.inputState.ensureHandlers(this.plugins),this.docView=new ly(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 Dt?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(j7))?(this.inputState.notifiedFocused=o,c=1):o!=this.inputState.notifiedFocused&&(this.inputState.notifiedFocused=o,f=R7(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=D1.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 Vs(v.empty?v:fe.cursor(v.head,v.head>v.anchor?-1:1))}for(let v of y.effects)v.is(D0)&&(g=v.value.clip(this.state))}this.viewState.update(i,g),this.bidiCache=B1.update(this.bidiCache,i.changes),i.empty||(this.updatePlugins(i),this.inputState.update(i)),n=this.docView.update(i),this.state.facet(mc)!=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(F0)!=i.state.facet(F0)&&(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(bp))try{y(i)}catch(v){Ur(this.state,v,"update listener")}(f||p)&&Promise.resolve().then(()=>{f&&this.state==f.startState&&this.dispatch(f),p&&!M7(this,p)&&m.force&&Ns(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 yy(this,e),this.plugins=e.facet(Ms).map(r=>new jm(r)),this.pluginMap.clear();for(let r of this.plugins)r.update(this);this.docView.destroy(),this.docView=new ly(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(Ms),r=e.state.facet(Ms);if(n!=r){let i=[];for(let l of r){let o=n.indexOf(l);if(o<0)i.push(new jm(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){Ur(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(t7(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 Ur(this.state,S),Ay}}),g=D1.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]!=Ay)try{let S=m[v];S.write&&S.write(p[v],this)}catch(S){Ur(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(bp))c(n)}get themeClasses(){return kp+" "+(this.state.facet(Ap)?_7:L7)+" "+this.state.facet(F0)}updateAttrs(){let e=ky(this,x7,{class:"cm-editor"+(this.hasFocus?" cm-focused ":" ")+this.themeClasses}),n={spellcheck:"false",autocorrect:"off",autocapitalize:"off",writingsuggestions:"false",translate:"no",contenteditable:this.state.facet(Mi)?"true":"false",class:"cm-content",style:`${xe.tabSize}: ${this.state.tabSize}`,role:"textbox","aria-multiline":"true"};this.state.readOnly&&(n["aria-readonly"]="true"),ky(this,$g,n);let r=this.observer.ignore(()=>{let i=ey(this.contentDOM,this.contentAttrs,n),l=ey(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(be.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(mc);let e=this.state.facet(be.cspNonce);Ea.mount(this.root,this.styleModules.concat(OR).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 Lm(this,e,sy(this,e,n,r))}moveByGroup(e,n){return Lm(this,e,sy(this,e,n,r=>Zj(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 Cj(this,e,n,r)}moveVertically(e,n,r){return Lm(this,e,Pj(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=Sp(this,e,n);return r&&r.pos}posAndSideAtCoords(e,n=!0){return this.readMeasured(),Sp(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[qr.find(l,e-i.from,-1,n)];return _1(r,o.dir==Ct.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(p7)||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>SR)return s7(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||l7(l.isolates,r=ry(this,e))))return l.order;r||(r=ry(this,e));let i=nj(e.text,n,r);return this.bidiCache.push(new B1(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(()=>{e7(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 D0.of(new Vs(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 D0.of(new Vs(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=Ea.newName(),i=[F0.of(r),mc.of(Tp(`.${r}`,e))];return n&&n.dark&&i.push(Ap.of(!0)),i}static baseTheme(e){return iu.lowest(mc.of(Tp("."+kp,e,D7)))}static findFromDOM(e){var n;let r=e.querySelector(".cm-content"),i=r&&Mt.get(r)||Mt.get(e);return((n=i==null?void 0:i.root)===null||n===void 0?void 0:n.view)||null}}be.styleModule=mc;be.inputHandler=h7;be.clipboardInputFilter=Mg;be.clipboardOutputFilter=Eg;be.scrollHandler=g7;be.focusChangeEffect=m7;be.perLineTextDirection=p7;be.exceptionSink=d7;be.updateListener=bp;be.editable=Mi;be.mouseSelectionStyle=f7;be.dragMovesSelection=u7;be.clickAddsSelectionRange=c7;be.decorations=Rf;be.blockWrappers=y7;be.outerDecorations=Qg;be.atomicRanges=su;be.bidiIsolatedRanges=b7;be.scrollMargins=v7;be.darkTheme=Ap;be.cspNonce=ve.define({combine:t=>t.length?t[0]:""});be.contentAttributes=$g;be.editorAttributes=x7;be.lineWrapping=be.contentAttributes.of({class:"cm-lineWrapping"});be.announce=We.define();const SR=4096,Ay={};class B1{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:Ct.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 B1(n.mapPos(o.from,1),n.mapPos(o.to,-1),o.dir,o.isolates,!1,o.order))}return r}}function ky(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&&Ag(o,n)}return n}const wR=xe.mac?"mac":xe.windows?"win":xe.linux?"linux":"key";function AR(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 q0(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 kR=iu.default(be.domEventHandlers({keydown(t,e){return z7(X7(e.state),t,e,"editor")}})),jg=ve.define({enables:kR}),Ty=new WeakMap;function X7(t){let e=t.facet(jg),n=Ty.get(e);return n||Ty.set(e,n=ER(e.reduce((r,i)=>r.concat(i),[]))),n}function TR(t,e,n){return z7(X7(t.state),e,t,n)}let ya=null;const MR=4e3;function ER(t,e=wR){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(k=>AR(k,e));for(let k=1;k<S.length;k++){let $=S.slice(0,k).join(" ");i($,!0),v[$]||(v[$]={preventDefault:!0,stopPropagation:!1,run:[Q=>{let Z=ya={view:Q,prefix:$,scope:o};return setTimeout(()=>{ya==Z&&(ya=null)},MR),!0}]})}let w=S.join(" ");i(w,!1);let A=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&&A.run.push(f),m&&(A.preventDefault=!0),p&&(A.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,Mp))}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 Mp=null;function z7(t,e,n,r){Mp=e;let i=DP(e),l=Tl(i,0),o=ru(l)==i.length&&i!=" ",c="",f=!1,m=!1,p=!1;ya&&ya.view==n&&ya.scope==r&&(c=ya.prefix+" ",Q7.indexOf(e.keyCode)<0&&(m=!0,ya=null));let g=new Set,y=A=>{if(A){for(let k of A.run)if(!g.has(k)&&(g.add(k),k(n)))return A.stopPropagation&&(p=!0),!0;A.preventDefault&&(A.stopPropagation&&(p=!0),m=!0)}return!1},v=t[r],S,w;return v&&(y(v[c+q0(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=$a[e.keyCode])&&S!=i?(y(v[c+q0(S,e,!0)])||e.shiftKey&&(w=_c[e.keyCode])!=i&&w!=S&&y(v[c+q0(w,e,!1)]))&&(f=!0):o&&e.shiftKey&&y(v[c+q0(i,e,!0)])&&(f=!0),!f&&y(v._any)&&(f=!0)),m&&(f=!0),f&&p&&e.stopPropagation(),Mp=null,f}function $R(){return CR}const QR=je.line({class:"cm-activeLine"}),CR=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(QR.range(i.from)),e=i.from)}return je.set(n)}},{decorations:t=>t.decorations}),My=ve.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 H7(t,e){let n=t.plugin(Y7),r=n?n.specs.indexOf(e):-1;return r>-1?n.panels[r]:null}const Y7=Vn.fromClass(class{constructor(t){this.input=t.state.facet(F1),this.specs=this.input.filter(n=>n),this.panels=this.specs.map(n=>n(t));let e=t.state.facet(My);this.top=new U0(t,!0,e.topContainer),this.bottom=new U0(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(My);this.top.container!=e.topContainer&&(this.top.sync([]),this.top=new U0(t.view,!0,e.topContainer)),this.bottom.container!=e.bottomContainer&&(this.bottom.sync([]),this.bottom=new U0(t.view,!1,e.bottomContainer)),this.top.syncClasses(),this.bottom.syncClasses();let n=t.state.facet(F1);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=>be.scrollMargins.of(e=>{let n=e.plugin(t);return n&&{top:n.top.scrollMargin(),bottom:n.bottom.scrollMargin()}})});class U0{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=Ey(e);e=e.nextSibling}else this.dom.insertBefore(n.dom,e);for(;e;)e=Ey(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 Ey(t){let e=t.nextSibling;return t.remove(),e}const F1=ve.define({enables:Y7});function ZR(t,e){let n,r=new Promise(o=>n=o),i=o=>PR(o,e,n);t.state.field(Xm,!1)?t.dispatch({effects:B7.of(i)}):t.dispatch({effects:We.appendConfig.of(Xm.init(()=>[i]))});let l=F7.of(i);return{close:l,result:r.then(o=>((t.win.queueMicrotask||(f=>t.win.setTimeout(f,10)))(()=>{t.state.field(Xm).indexOf(i)>-1&&t.dispatch({effects:l})}),o))}}const Xm=er.define({create(){return[]},update(t,e){for(let n of e.effects)n.is(B7)?t=[n.value].concat(t):n.is(F7)&&(t=t.filter(r=>r!=n.value));return t},provide:t=>F1.computeN([t],e=>e.field(t))}),B7=We.define(),F7=We.define();function PR(t,e,n){let r=e.content?e.content(t,()=>o(null)):null;if(!r){if(r=Wt("form"),e.input){let c=Wt("input",e.input);/^(text|password|number|email|tel|url)$/.test(c.type)&&c.classList.add("cm-textfield"),c.name||(c.name="input"),r.appendChild(Wt("label",(e.label||"")+": ",c))}else r.appendChild(document.createTextNode(e.label||""));r.appendChild(document.createTextNode(" ")),r.appendChild(Wt("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=Wt("div",r,Wt("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 Vi extends Ma{compare(e){return this==e||this.constructor==e.constructor&&this.eq(e)}eq(e){return!1}destroy(e){}}Vi.prototype.elementClass="";Vi.prototype.toDOM=void 0;Vi.prototype.mapMode=dn.TrackBefore;Vi.prototype.startSide=Vi.prototype.endSide=-1;Vi.prototype.point=!0;const b1=ve.define(),jR=ve.define(),RR={class:"",renderEmptyElements:!1,elementStyle:"",markers:()=>Ye.empty,lineMarker:()=>null,widgetMarker:()=>null,lineMarkerChange:null,initialSpacer:null,updateSpacer:null,domEventHandlers:{},side:"before"},kc=ve.define();function NR(t){return[q7(),kc.of({...RR,...t})]}const $y=ve.define({combine:t=>t.some(e=>e)});function q7(t){return[VR]}const VR=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(kc).map(e=>new Cy(t,e)),this.fixed=!t.state.facet($y);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($y)!=!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=Ye.iter(this.view.state.facet(b1),this.view.viewport.from),r=[],i=this.gutters.map(l=>new LR(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){Ep(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){Ep(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(kc),n=t.state.facet(kc),r=t.docChanged||t.heightChanged||t.viewportChanged||!Ye.eq(t.startState.facet(b1),t.state.facet(b1),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 Cy(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=>be.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==Ct.LTR?{left:r,right:i}:{right:r,left:i}})});function Qy(t){return Array.isArray(t)?t:[t]}function Ep(t,e,n){for(;t.value&&t.from<=n;)t.from==n&&e.push(t.value),t.next()}class LR{constructor(e,n,r){this.gutter=e,this.height=r,this.i=0,this.cursor=Ye.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 U7(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=[];Ep(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(jR)){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 Cy{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=Qy(n.markers(e)),n.initialSpacer&&(this.spacer=new U7(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=Qy(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!Ye.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 U7{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":""),_R(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 _R(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 DR=ve.define(),XR=ve.define(),Es=ve.define({combine(t){return io(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 zm extends Vi{constructor(e){super(),this.number=e}eq(e){return this.number==e.number}toDOM(){return document.createTextNode(this.number)}}function Hm(t,e){return t.state.facet(Es).formatNumber(e,t.state)}const zR=kc.compute([Es],t=>({class:"cm-lineNumbers",renderEmptyElements:!1,markers(e){return e.state.facet(DR)},lineMarker(e,n,r){return r.some(i=>i.toDOM)?null:new zm(Hm(e,e.state.doc.lineAt(n.from).number))},widgetMarker:(e,n,r)=>{for(let i of e.state.facet(XR)){let l=i(e,n,r);if(l)return l}return null},lineMarkerChange:e=>e.startState.facet(Es)!=e.state.facet(Es),initialSpacer(e){return new zm(Hm(e,Zy(e.state.doc.lines)))},updateSpacer(e,n){let r=Hm(n.view,Zy(n.view.state.doc.lines));return r==e.number?e:new zm(r)},domEventHandlers:t.facet(Es).domEventHandlers,side:"before"}));function HR(t={}){return[Es.of(t),q7(),zR]}function Zy(t){let e=9;for(;e<t;)e=e*10+9;return e}const YR=new class extends Vi{constructor(){super(...arguments),this.elementClass="cm-activeLineGutter"}},BR=b1.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(YR.range(i)))}return Ye.of(e)});function FR(){return BR}const I7=1024;let qR=0;class gr{constructor(e,n){this.from=e,this.to=n}}class Le{constructor(e={}){this.id=qR++,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]}}}Le.closedBy=new Le({deserialize:t=>t.split(" ")});Le.openedBy=new Le({deserialize:t=>t.split(" ")});Le.group=new Le({deserialize:t=>t.split(" ")});Le.isolate=new Le({deserialize:t=>{if(t&&t!="rtl"&&t!="ltr"&&t!="auto")throw new RangeError("Invalid value for isolate: "+t);return t||"auto"}});Le.contextHash=new Le({perNode:!0});Le.lookAhead=new Le({perNode:!0});Le.mounted=new Le({perNode:!0});class Ls{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[Le.mounted.id]}}const UR=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):UR,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(Le.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(Le.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 Rg{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 Rg(n)}}const I0=new WeakMap,Py=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 yt{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=Ls.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 q1(this.topNode,e)}cursorAt(e,n=0,r=0){let i=I0.get(this)||this.topNode,l=new q1(i);return l.moveTo(e,n),I0.set(this,l._tree),l}get topNode(){return new mn(this,0,0,null)}resolve(e,n=0){let r=Hc(I0.get(this)||this.topNode,e,n,!1);return I0.set(this,r),r}resolveInner(e,n=0){let r=Hc(Py.get(this)||this.topNode,e,n,!0);return Py.set(this,r),r}resolveStack(e,n=0){return WR(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:Lg(Sn.none,this.children,this.positions,0,this.children.length,0,this.length,(n,r,i)=>new yt(this.type,n,r,i,this.propValues),e.makeTree||((n,r,i)=>new yt(Sn.none,n,r,i)))}static build(e){return KR(e)}}yt.empty=new yt(Sn.none,[],[],0);class Ng{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 Ng(this.buffer,this.index)}}class Ca{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&&!(G7(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 Ca(l,o,this.set)}}function G7(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 Hc(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 mn&&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 mn&&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 W7{cursor(e=0){return new q1(this,e)}getChild(e,n=null,r=null){let i=jy(this,e,n,r);return i.length?i[0]:null}getChildren(e,n=null,r=null){return jy(this,e,n,r)}resolve(e,n=0){return Hc(this,e,n,!1)}resolveInner(e,n=0){return Hc(this,e,n,!0)}matchContext(e){return $p(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 mn extends W7{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 yt&&(y=Ls.get(p))&&!y.overlay&&y.bracketed&&r>=g&&r<=g+p.length)&&!G7(i,r,g,g+p.length))){if(p instanceof Ca){if(l&tt.ExcludeBuffers)continue;let v=p.findChild(0,p.buffer.length,n,r-g,i);if(v>-1)return new Ir(new IR(o,p,e,g),null,v)}else if(l&tt.IncludeAnonymous||!p.type.isAnonymous||Vg(p)){let v;if(!(l&tt.IgnoreMounts)&&(v=Ls.get(p))&&!v.overlay)return new mn(v.tree,g,e,o);let S=new mn(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=Ls.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 mn(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 jy(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 $p(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 IR{constructor(e,n,r,i){this.parent=e,this.buffer=n,this.index=r,this.start=i}}class Ir extends W7{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 Ir(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 Ir(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 Ir(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 Ir(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 yt(this.type,e,n,this.to-this.from)}toString(){return this.context.buffer.childString(this.index)}}function K7(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 mn&&n.index<0?null:n.parent,i=t.slice();return r?i[e]=r:i.splice(e,1),new GR(i,n)}class GR{constructor(e,n){this.heads=e,this.node=n}get next(){return K7(this.heads)}}function WR(t,e,n){let r=t.resolveInner(e,n),i=null;for(let l=r instanceof mn?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=Ls.get(l.tree);if(o&&o.overlay&&o.overlay[0].from<=e&&o.overlay[o.overlay.length-1].to>=e){let c=new mn(o.tree,o.overlay[0].from+l.from,-1,l);(i||(i=[r])).push(Hc(c,e,n,!1))}}return i?K7(i):r}class q1{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 mn)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 mn?(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 Ca||!c.type.isAnonymous||Vg(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 Ir(this.buffer,n,this.stack[i]);return this.bufferNode=new Ir(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 $p(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 $p(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 Vg(t){return t.children.some(e=>e instanceof Ca||!e.type.isAnonymous||Vg(e))}function KR(t){var e;let{buffer:n,nodeSet:r,maxBufferLength:i=I7,reused:l=[],minRepeatType:o=r.types.length}=t,c=Array.isArray(n)?new Ng(n,n.length):n,f=r.types,m=0,p=0;function g(C,j,E,L,F,q){let{id:z,start:B,end:Y,size:ee}=c,_=p,R=m;if(ee<0)if(c.next(),ee==-1){let M=l[z];E.push(M),L.push(B-C);return}else if(ee==-3){m=z;return}else if(ee==-4){p=z;return}else throw new RangeError(`Unrecognized record size: ${ee}`);let X=f[z],N,D,I=B-C;if(Y-B<=i&&(D=A(c.pos-j,F))){let M=new Uint16Array(D.size-D.skip),P=c.pos-D.size,H=M.length;for(;c.pos>P;)H=k(D.start,M,H);N=new Ca(M,Y-D.start,r),I=D.start-C}else{let M=c.pos-ee;c.next();let P=[],H=[],U=z>=o?z:-1,te=0,le=Y;for(;c.pos>M;)U>=0&&c.id==U&&c.size>=0?(c.end<=le-i&&(S(P,H,B,te,c.end,le,U,_,R),te=P.length,le=c.end),c.next()):q>2500?y(B,M,P,H):g(B,M,P,H,U,q+1);if(U>=0&&te>0&&te<P.length&&S(P,H,B,te,B,le,U,_,R),P.reverse(),H.reverse(),U>-1&&te>0){let se=v(X,R);N=Lg(X,P,H,0,P.length,0,Y-B,se,se)}else N=w(X,P,H,Y-B,_-Y,R)}E.push(N),L.push(I)}function y(C,j,E,L){let F=[],q=0,z=-1;for(;c.pos>j;){let{id:B,start:Y,end:ee,size:_}=c;if(_>4)c.next();else{if(z>-1&&Y<z)break;z<0&&(z=ee-i),F.push(B,Y,ee),q++,c.next()}}if(q){let B=new Uint16Array(q*4),Y=F[F.length-2];for(let ee=F.length-3,_=0;ee>=0;ee-=3)B[_++]=F[ee],B[_++]=F[ee+1]-Y,B[_++]=F[ee+2]-Y,B[_++]=_;E.push(new Ca(B,F[2]-Y,r)),L.push(Y-C)}}function v(C,j){return(E,L,F)=>{let q=0,z=E.length-1,B,Y;if(z>=0&&(B=E[z])instanceof yt){if(!z&&B.type==C&&B.length==F)return B;(Y=B.prop(Le.lookAhead))&&(q=L[z]+B.length+Y)}return w(C,E,L,F,q,j)}}function S(C,j,E,L,F,q,z,B,Y){let ee=[],_=[];for(;C.length>L;)ee.push(C.pop()),_.push(j.pop()+E-F);C.push(w(r.types[z],ee,_,q-F,B-q,Y)),j.push(F-E)}function w(C,j,E,L,F,q,z){if(q){let B=[Le.contextHash,q];z=z?[B].concat(z):[B]}if(F>25){let B=[Le.lookAhead,F];z=z?[B].concat(z):[B]}return new yt(C,j,E,L,z)}function A(C,j){let E=c.fork(),L=0,F=0,q=0,z=E.end-i,B={size:0,start:0,skip:0};e:for(let Y=E.pos-C;E.pos>Y;){let ee=E.size;if(E.id==j&&ee>=0){B.size=L,B.start=F,B.skip=q,q+=4,L+=4,E.next();continue}let _=E.pos-ee;if(ee<0||_<Y||E.start<z)break;let R=E.id>=o?4:0,X=E.start;for(E.next();E.pos>_;){if(E.size<0)if(E.size==-3||E.size==-4)R+=4;else break e;else E.id>=o&&(R+=4);E.next()}F=X,L+=ee,q+=R}return(j<0||L==C)&&(B.size=L,B.start=F,B.skip=q),B.size>4?B:void 0}function k(C,j,E){let{id:L,start:F,end:q,size:z}=c;if(c.next(),z>=0&&L<o){let B=E;if(z>4){let Y=c.pos-(z-4);for(;c.pos>Y;)E=k(C,j,E)}j[--E]=B,j[--E]=q-C,j[--E]=F-C,j[--E]=L}else z==-3?m=L:z==-4&&(p=L);return E}let $=[],Q=[];for(;c.pos>0;)g(t.start||0,t.bufferStart||0,$,Q,-1,0);let Z=(e=t.length)!==null&&e!==void 0?e:$.length?Q[0]+$[0].length:0;return new yt(f[t.topID],$.reverse(),Q.reverse(),Z)}const Ry=new WeakMap;function v1(t,e){if(!t.isAnonymous||e instanceof Ca||e.type!=t)return 1;let n=Ry.get(e);if(n==null){n=1;for(let r of e.children){if(r.type!=t||!(r instanceof yt)){n=1;break}n+=v1(t,r)}Ry.set(e,n)}return n}function Lg(t,e,n,r,i,l,o,c,f){let m=0;for(let S=r;S<i;S++)m+=v1(t,e[S]);let p=Math.ceil(m*1.5/8),g=[],y=[];function v(S,w,A,k,$){for(let Q=A;Q<k;){let Z=Q,C=w[Q],j=v1(t,S[Q]);for(Q++;Q<k;Q++){let E=v1(t,S[Q]);if(j+E>=p)break;j+=E}if(Q==Z+1){if(j>p){let E=S[Z];v(E.children,E.positions,0,E.children.length,w[Z]+$);continue}g.push(S[Z])}else{let E=w[Q-1]+S[Q-1].length-C;g.push(Lg(t,S,w,Z,Q,C,E,null,f))}y.push(C+$-l)}}return v(e,n,r,i,0),(c||f)(g,y,o)}class J7{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 Ir?this.setBuffer(e.context.buffer,e.index,n):e instanceof mn&&this.map.set(e.tree,n)}get(e){return e instanceof Ir?this.getBuffer(e.context.buffer,e.index):e instanceof mn?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 Pi{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 Pi(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 Pi(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 ew{startParse(e,n,r){return typeof e=="string"&&(e=new JR(e)),r=r?r.length?r.map(i=>new gr(i.from,i.to)):[new gr(0,0)]:[new gr(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 JR{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 eN(t){return(e,n,r,i)=>new nN(e,t,n,r,i)}class Ny{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 Vy(t){if(!t.length||t.some(e=>e.from>=e.to))throw new RangeError("Invalid inner parse ranges given: "+JSON.stringify(t))}class tN{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 Qp=new Le({perNode:!0});class nN{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 yt(r.type,r.children,r.positions,r.length,r.propValues.concat([[Qp,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[Le.mounted.id]=new Ls(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 aN(this.fragments),n=null,r=null,i=new q1(new mn(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=rN(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||(iN(i),n&&n.depth++,r&&r.depth++);let m=e.findMounts(i.from,l.parser);if(typeof l.overlay=="function")n=new tN(l.parser,l.overlay,m,this.inner.length,i.from,!!l.bracketed,i.tree,n);else{let p=Dy(this.ranges,l.overlay||(i.from<i.to?[new gr(i.from,i.to)]:[]));p.length&&Vy(p),(p.length||!l.overlay)&&this.inner.push(new Ny(l.parser,p.length?l.parser.startParse(this.input,Xy(m,p),p):l.parser.startParse(""),l.overlay?l.overlay.map(g=>new gr(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 gr(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=Dy(this.ranges,n.ranges);m.length&&(Vy(m),this.inner.splice(n.index,0,new Ny(n.parser,n.parser.startParse(this.input,Xy(n.mounts,m),m),n.ranges.map(p=>new gr(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 rN(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 Ly(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 iN(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 A=n[w],k=[],$=[];Ly(o,p,A,k,$,v);let Q=c[A+1],Z=c[A+2];f.push(k.length);let C=w?m(A+4,c[A+3],o.set.types[c[A]],Q,Z-Q,w-1):e.toTree();return k.push(C),$.push(Q-v),Ly(o,c[A+3],g,k,$,v),new yt(y,k,$,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 mn(g,y+t.from,p,t._tree))}}class _y{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 yt)n=n.children[0];else break}return!1}}let aN=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(Qp))!==null&&n!==void 0?n:r.to,this.inner=new _y(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(Qp))!==null&&e!==void 0?e:n.to,this.inner=new _y(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(Le.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 Dy(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 gr(f.from,o),f.to>c&&n.splice(l+1,0,new gr(c,f.to))):f.to>c?n[l--]=new gr(c,f.to):n.splice(l--,1))}}return r}function lN(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 gr(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 Xy(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 gr(y.from+r,y.to+r)),g=lN(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 Pi(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 Pi(f,m,i.tree,-o,l.from>=o||l.openStart,l.to<=c||l.openEnd))}return n}let sN=0;class mr{constructor(e,n,r,i){this.name=e,this.set=n,this.base=r,this.modified=i,this.id=sN++}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 mr&&(n=e),n!=null&&n.base)throw new Error("Can not derive from a modified tag");let i=new mr(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 U1(e);return r=>r.modified.indexOf(n)>-1?r:U1.get(r.base||r,r.modified.concat(n).sort((i,l)=>i.id-l.id))}}let oN=0;class U1{constructor(e){this.name=e,this.instances=[],this.id=oN++}static get(e,n){if(!n.length)return e;let r=n[0].instances.find(c=>c.base==e&&cN(n,c.modified));if(r)return r;let i=[],l=new mr(e.name,i,e,n);for(let c of n)c.instances.push(l);let o=uN(n);for(let c of e.set)if(!c.modified.length)for(let f of o)i.push(U1.get(c,f));return l}}function cN(t,e){return t.length==e.length&&t.every((n,r)=>n==e[r])}function uN(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 _f(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 Yc(r,o,f>0?l.slice(0,f):null);e[m]=p.sort(e[m])}}return tw.add(e)}const tw=new Le({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 Yc(i.tags,i.mode,i.context);n?n.next=l:r=l,n=l}return r}});class Yc{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}}Yc.empty=new Yc([],2,null);function nw(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 fN(t,e){let n=null;for(let r of t){let i=r.style(e);i&&(n=n?n+" "+i:i)}return n}function dN(t,e,n,r=0,i=t.length){let l=new hN(r,Array.isArray(e)?e:[e],n);l.highlightRange(t.cursor(),r,i,"",l.highlighters),l.flush(i)}class hN{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=mN(e)||Yc.empty,g=fN(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(Le.mounted);if(y&&y.overlay){let v=e.node.enter(y.overlay[0].from+c,1),S=this.highlighters.filter(A=>!A.scope||A.scope(y.tree.type)),w=e.firstChild();for(let A=0,k=c;;A++){let $=A<y.overlay.length?y.overlay[A]:null,Q=$?$.from+c:f,Z=Math.max(n,k),C=Math.min(r,Q);if(Z<C&&w)for(;e.from<C&&(this.highlightRange(e,Z,C,i,l),this.startSpan(Math.min(C,e.to),m),!(e.to>=Q||!e.nextSibling())););if(!$||Q>r)break;k=$.to+c,k>n&&(this.highlightRange(v.cursor(),Math.max(n,$.from+c),Math.min(r,k),"",S),this.startSpan(Math.min(r,k),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 mN(t){let e=t.type.prop(tw);for(;e&&e.context&&!t.matchContext(e.context);)e=e.next;return e||null}const he=mr.define,G0=he(),ma=he(),zy=he(ma),Hy=he(ma),pa=he(),W0=he(pa),Ym=he(pa),zr=he(),el=he(zr),_r=he(),Dr=he(),Cp=he(),ic=he(Cp),K0=he(),W={comment:G0,lineComment:he(G0),blockComment:he(G0),docComment:he(G0),name:ma,variableName:he(ma),typeName:zy,tagName:he(zy),propertyName:Hy,attributeName:he(Hy),className:he(ma),labelName:he(ma),namespace:he(ma),macroName:he(ma),literal:pa,string:W0,docString:he(W0),character:he(W0),attributeValue:he(W0),number:Ym,integer:he(Ym),float:he(Ym),bool:he(pa),regexp:he(pa),escape:he(pa),color:he(pa),url:he(pa),keyword:_r,self:he(_r),null:he(_r),atom:he(_r),unit:he(_r),modifier:he(_r),operatorKeyword:he(_r),controlKeyword:he(_r),definitionKeyword:he(_r),moduleKeyword:he(_r),operator:Dr,derefOperator:he(Dr),arithmeticOperator:he(Dr),logicOperator:he(Dr),bitwiseOperator:he(Dr),compareOperator:he(Dr),updateOperator:he(Dr),definitionOperator:he(Dr),typeOperator:he(Dr),controlOperator:he(Dr),punctuation:Cp,separator:he(Cp),bracket:ic,angleBracket:he(ic),squareBracket:he(ic),paren:he(ic),brace:he(ic),content:zr,heading:el,heading1:he(el),heading2:he(el),heading3:he(el),heading4:he(el),heading5:he(el),heading6:he(el),contentSeparator:he(zr),list:he(zr),quote:he(zr),emphasis:he(zr),strong:he(zr),link:he(zr),monospace:he(zr),strikethrough:he(zr),inserted:he(),deleted:he(),changed:he(),invalid:he(),meta:K0,documentMeta:he(K0),annotation:he(K0),processingInstruction:he(K0),definition:mr.defineModifier("definition"),constant:mr.defineModifier("constant"),function:mr.defineModifier("function"),standard:mr.defineModifier("standard"),local:mr.defineModifier("local"),special:mr.defineModifier("special")};for(let t in W){let e=W[t];e instanceof mr&&(e.name=t)}nw([{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 Bm;const $s=new Le;function rw(t){return ve.define({combine:t?e=>e.concat(t):void 0})}const _g=new Le;class Mr{constructor(e,n,r=[],i=""){this.data=e,this.name=i,Ie.prototype.hasOwnProperty("tree")||Object.defineProperty(Ie.prototype,"tree",{get(){return Zt(this)}}),this.parser=n,this.extension=[Za.of(this),Ie.languageData.of((l,o,c)=>{let f=Yy(l,o,c),m=f.type.prop($s);if(!m)return[];let p=l.facet(m),g=f.type.prop(_g);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 Yy(e,n,r).type.prop($s)==this.data}findRegions(e){let n=e.facet(Za);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($s)==this.data){r.push({from:o,to:o+l.length});return}let c=l.prop(Le.mounted);if(c){if(c.tree.prop($s)==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 yt&&i(m,l.positions[f]+o)}};return i(Zt(e),0),r}get allowsNesting(){return!0}}Mr.setState=We.define();function Yy(t,e,n){let r=t.facet(Za),i=Zt(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 Is extends Mr{constructor(e,n,r){super(e,n,[],r),this.parser=n}static define(e){let n=rw(e.languageData);return new Is(n,e.parser.configure({props:[$s.add(r=>r.isTop?n:void 0)]}),e.name)}configure(e,n){return new Is(this.data,this.parser.configure(e),n||this.name)}get allowsNesting(){return this.parser.hasWrappers()}}function Zt(t){let e=t.field(Mr.state,!1);return e?e.tree:yt.empty}class pN{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 ac=null;class I1{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 I1(e,n,[],yt.empty,0,r,[],null)}startParse(){return this.parser.startParse(new pN(this.state.doc),this.fragments)}work(e,n){return n!=null&&n>=this.state.doc.length&&(n=void 0),this.tree!=yt.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(Pi.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(Pi.addTree(this.tree,this.fragments,!0)),this.parse=null)}withContext(e){let n=ac;ac=this;try{return e()}finally{ac=n}}withoutTempSkipped(e){for(let n;n=this.tempSkipped.pop();)e=By(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=Pi.applyChanges(r,f),i=yt.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 I1(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=By(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 ew{createParse(n,r,i){let l=i[0].from,o=i[i.length-1].to;return{parsedPos:l,advance(){let f=ac;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 yt(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 ac}}function By(t,e,n){return Pi.applyChanges(t,[{fromA:e,toA:n,fromB:e,toB:n}])}class Gs{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 Gs(n)}static init(e){let n=Math.min(3e3,e.doc.length),r=I1.create(e.facet(Za).parser,e,{from:0,to:n});return r.work(20,n)||r.takeTree(),new Gs(r)}}Mr.state=er.define({create:Gs.init,update(t,e){for(let n of e.effects)if(n.is(Mr.setState))return n.value;return e.startState.facet(Za)!=e.state.facet(Za)?Gs.init(e.state):t.apply(e)}});let iw=t=>{let e=setTimeout(()=>t(),500);return()=>clearTimeout(e)};typeof requestIdleCallback<"u"&&(iw=t=>{let e=-1,n=setTimeout(()=>{e=requestIdleCallback(t,{timeout:400})},100);return()=>e<0?clearTimeout(n):cancelIdleCallback(e)});const Fm=typeof navigator<"u"&&(!((Bm=navigator.scheduling)===null||Bm===void 0)&&Bm.isInputPending)?()=>navigator.scheduling.isInputPending():null,gN=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(Mr.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(Mr.state);(n.tree!=n.context.tree||!n.context.isDone(e.doc.length))&&(this.working=iw(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(Mr.state);if(l.tree==l.context.tree&&l.context.isDone(i+1e5))return;let o=Date.now()+Math.min(this.chunkBudget,100,e&&!Fm?Math.max(25,e.timeRemaining()-5):1e9),c=l.context.treeLen<i&&r.doc.length>i+1e3,f=l.context.work(()=>Fm&&Fm()||Date.now()>o,i+(c?0:1e5));this.chunkBudget-=Date.now()-n,(f||this.chunkBudget<=0)&&(l.context.takeTree(),this.view.dispatch({effects:Mr.setState.of(new Gs(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=>Ur(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()}}}),Za=ve.define({combine(t){return t.length?t[0]:null},enables:t=>[Mr.state,gN,be.contentAttributes.compute([t],e=>{let n=e.facet(t);return n&&n.name?{"data-language":n.name}:{}})]});class Dg{constructor(e,n=[]){this.language=e,this.support=n,this.extension=[e,n]}}const ON=ve.define(),Df=ve.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 G1(t){let e=t.facet(Df);return e.charCodeAt(0)==9?t.tabSize*e.length:e.length}function Bc(t,e){let n="",r=t.tabSize,i=t.facet(Df)[0];if(i==" "){for(;e>=r;)n+=" ",e-=r;i=" "}for(let l=0;l<e;l++)n+=i;return n}function Xg(t,e){t instanceof Ie&&(t=new Xf(t));for(let r of t.state.facet(ON)){let i=r(t,e);if(i!==void 0)return i}let n=Zt(t.state);return n.length>=e?xN(t,n,e):null}class Xf{constructor(e,n={}){this.state=e,this.options=n,this.unit=G1(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 Pf(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 zf=new Le;function xN(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 aw(r,t,n)}function aw(t,e,n){for(let r=t;r;r=r.next){let i=bN(r.node);if(i)return i(zg.create(e,n,r))}return 0}function yN(t){return t.pos==t.options.simulateBreak&&t.options.simulateDoubleBreak}function bN(t){let e=t.type.prop(zf);if(e)return e;let n=t.firstChild,r;if(n&&(r=n.type.prop(Le.closedBy))){let i=t.lastChild,l=i&&r.indexOf(i.name)>-1;return o=>lw(o,!0,1,void 0,l&&!yN(o)?i.from:void 0)}return t.parent==null?vN:null}function vN(){return 0}class zg extends Xf{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 zg(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(SN(r,e))break;n=this.state.doc.lineAt(r.from)}return this.lineIndent(n.from)}continue(){return aw(this.context.next,this.base,this.pos)}}function SN(t,e){for(let n=e;n;n=n.parent)if(t==n)return!0;return!1}function wN(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 AN({closing:t,align:e=!0,units:n=1}){return r=>lw(r,e,n,t)}function lw(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?wN(t):null;return f?c?t.column(f.from):t.column(f.to):t.baseIndent+(c?0:t.unit*n)}const kN=t=>t.baseIndent;function S1({except:t,units:e=1}={}){return n=>{let r=t&&t.test(n.textAfter);return n.baseIndent+(r?0:e*n.unit)}}const TN=200;function MN(){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+TN)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=Xg(o,p.from);if(g==null)continue;let y=/^\s*/.exec(p.text)[0],v=Bc(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 EN=ve.define(),Hf=new Le;function sw(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 $N(t,e,n){let r=Zt(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(Hf);if(f&&(c.to<r.length-50||r.length==t.doc.length||!QN(c))){let m=f(c,t);m&&m.from<=n&&m.from>=e&&m.to>n&&(l=m)}}return l}function QN(t){let e=t.lastChild;return e&&e.to==t.to&&e.type.isError}function Fy(t,e,n){for(let r of t.facet(EN)){let i=r(t,e,n);if(i)return i}return $N(t,e,n)}function ow(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 cw=We.define({map:ow}),Hg=We.define({map:ow}),W1=er.define({create(){return je.none},update(t,e){e.isUserEvent("delete")&&e.changes.iterChangedRanges((n,r)=>t=qy(t,n,r)),t=t.map(e.changes);for(let n of e.effects)if(n.is(cw)&&!CN(t,n.value.from,n.value.to)){let{preparePlaceholder:r}=e.state.facet(uw),i=r?je.replace({widget:new jN(r(e.state,n.value))}):Uy;t=t.update({add:[i.range(n.value.from,n.value.to)]})}else n.is(Hg)&&(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=qy(t,e.selection.main.head)),t},provide:t=>be.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(Uy.range(r,i))}return je.set(e,!0)}});function qy(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 Zp(t,e,n){var r;let i=null;return(r=t.field(W1,!1))===null||r===void 0||r.between(e,n,(l,o)=>{(!i||i.from>l)&&(i={from:l,to:o})}),i}function CN(t,e,n){let r=!1;return t.between(e,e,(i,l)=>{i==e&&l==n&&(r=!0)}),r}const ZN={placeholderDOM:null,preparePlaceholder:null,placeholderText:"…"},uw=ve.define({combine(t){return io(t,ZN)}});function PN(t){return[W1,VN]}function fw(t,e){let{state:n}=t,r=n.facet(uw),i=o=>{let c=t.lineBlockAt(t.posAtDOM(o.target)),f=Zp(t.state,c.from,c.to);f&&t.dispatch({effects:Hg.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 Uy=je.replace({widget:new class extends Ml{toDOM(t){return fw(t,null)}}});class jN extends Ml{constructor(e){super(),this.value=e}eq(e){return this.value==e.value}toDOM(e){return fw(e,this.value)}}const RN={openText:"⌄",closedText:"›",markerDOM:null,domEventHandlers:{},foldingChanged:()=>!1};class qm extends Vi{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 NN(t={}){let e={...RN,...t},n=new qm(e,!0),r=new qm(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(Za)!=o.state.facet(Za)||o.startState.field(W1,!1)!=o.state.field(W1,!1)||Zt(o.startState)!=Zt(o.state)||e.foldingChanged(o))&&(this.markers=this.buildMarkers(o.view))}buildMarkers(o){let c=new yl;for(let f of o.viewportLineBlocks){let m=Zp(o.state,f.from,f.to)?r:Fy(o.state,f.from,f.to)?n:null;m&&c.add(f.from,f.from,m)}return c.finish()}}),{domEventHandlers:l}=e;return[i,NR({class:"cm-foldGutter",markers(o){var c;return((c=o.plugin(i))===null||c===void 0?void 0:c.markers)||Ye.empty},initialSpacer(){return new qm(e,!1)},domEventHandlers:{...l,click:(o,c,f)=>{if(l.click&&l.click(o,c,f))return!0;let m=Zp(o.state,c.from,c.to);if(m)return o.dispatch({effects:Hg.of(m)}),!0;let p=Fy(o.state,c.from,c.to);return p?(o.dispatch({effects:cw.of(p)}),!0):!1}}}),PN()]}const VN=be.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 Yf{constructor(e,n){this.specs=e;let r;function i(c){let f=Ea.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 Mr?c=>c.prop($s)==o.data:o?c=>c==o:void 0,this.style=nw(e.map(c=>({tag:c.tag,class:c.class||i(Object.assign({},c,{tag:null}))})),{all:l}).style,this.module=r?new Ea(r):null,this.themeType=n.themeType}static define(e,n){return new Yf(e,n||{})}}const Pp=ve.define(),LN=ve.define({combine(t){return t.length?[t[0]]:null}});function Um(t){let e=t.facet(Pp);return e.length?e:t.facet(LN)}function _N(t,e){let n=[XN],r;return t instanceof Yf&&(t.module&&n.push(be.styleModule.of(t.module)),r=t.themeType),r?n.push(Pp.computeN([be.darkTheme],i=>i.facet(be.darkTheme)==(r=="dark")?[t]:[])):n.push(Pp.of(t)),n}class DN{constructor(e){this.markCache=Object.create(null),this.tree=Zt(e.state),this.decorations=this.buildDeco(e,Um(e.state)),this.decoratedTo=e.viewport.to}update(e){let n=Zt(e.state),r=Um(e.state),i=r!=Um(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 je.none;let r=new yl;for(let{from:i,to:l}of e.visibleRanges)dN(this.tree,n,(o,c,f)=>{r.add(o,c,this.markCache[f]||(this.markCache[f]=je.mark({class:f})))},i,l);return r.finish()}}const XN=iu.high(Vn.fromClass(DN,{decorations:t=>t.decorations})),zN=be.baseTheme({"&.cm-focused .cm-matchingBracket":{backgroundColor:"#328c8252"},"&.cm-focused .cm-nonmatchingBracket":{backgroundColor:"#bb555544"}}),dw=1e4,hw="()[]{}",mw=ve.define({combine(t){return io(t,{afterCursor:!0,brackets:hw,maxScanDistance:dw,renderMatch:BN})}}),HN=je.mark({class:"cm-matchingBracket"}),YN=je.mark({class:"cm-nonmatchingBracket"});function BN(t){let e=[],n=t.matched?HN:YN;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 Iy(t){let e=[],n=t.facet(mw);for(let r of t.selection.ranges){if(!r.empty)continue;let i=Gr(t,r.head,-1,n)||r.head>0&&Gr(t,r.head-1,1,n)||n.afterCursor&&(Gr(t,r.head,1,n)||r.head<t.doc.length&&Gr(t,r.head+1,-1,n));i&&(e=e.concat(n.renderMatch(i,t)))}return je.set(e,!0)}const FN=Vn.fromClass(class{constructor(t){this.paused=!1,this.decorations=Iy(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=Iy(t.state),this.paused=!1))}},{decorations:t=>t.decorations}),qN=[FN,zN];function UN(t={}){return[mw.of(t),qN]}const pw=new Le;function jp(t,e,n){let r=t.prop(e<0?Le.openedBy:Le.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 Rp(t){let e=t.type.prop(pw);return e?e(t.node):t}function Gr(t,e,n,r={}){let i=r.maxScanDistance||dw,l=r.brackets||hw,o=Zt(t),c=o.resolveInner(e,n);for(let f=c;f;f=f.parent){let m=jp(f.type,n,l);if(m&&f.from<f.to){let p=Rp(f);if(p&&(n>0?e>=p.from&&e<p.to:e>p.from&&e<=p.to))return IN(t,e,n,f,p,m,l)}}return GN(t,e,n,o,c.type,i,l)}function IN(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=Rp(p);return{start:f,end:g?{from:g.from,to:g.to}:void 0,matched:!0}}else if(jp(p.type,n,o))m++;else if(jp(p.type,-n,o)){if(m==0){let g=Rp(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 GN(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,A=n>0?v.length:-1;w!=A;w+=n){let k=o.indexOf(v[w]);if(!(k<0||r.resolveInner(S+w,1).type!=i))if(k%2==0==n>0)g++;else{if(g==1)return{start:m,end:{from:S+w,to:S+w+1},matched:k>>1==f>>1};g--}}n>0&&(y+=v.length)}return p.done?{start:m,matched:!1}:null}const WN=Object.create(null),Gy=[Sn.none],Wy=[],Ky=Object.create(null),KN=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"]])KN[t]=JN(WN,e);function Im(t,e){Wy.indexOf(t)>-1||(Wy.push(t),console.warn(e))}function JN(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):Im(m,`Modifier ${m} used at start of tag`):f.length?Im(m,`Tag ${m} used as modifier`):f=Array.isArray(p)?p:[p]:Im(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=Ky[i];if(l)return l.id;let o=Ky[i]=Sn.define({id:Gy.length,name:r,props:[_f({[r]:n})]});return Gy.push(o),o.id}Ct.RTL,Ct.LTR;const eV=t=>{let{state:e}=t,n=e.doc.lineAt(e.selection.main.from),r=Bg(t.state,n.from);return r.line?tV(t):r.block?rV(t):!1};function Yg(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 tV=Yg(lV,0),nV=Yg(gw,0),rV=Yg((t,e)=>gw(t,e,aV(e)),0);function Bg(t,e){let n=t.languageDataAt("commentTokens",e,1);return n.length?n[0]:{}}const lc=50;function iV(t,{open:e,close:n},r,i){let l=t.sliceDoc(r-lc,r),o=t.sliceDoc(i,i+lc),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*lc?p=g=t.sliceDoc(r,i):(p=t.sliceDoc(r,r+lc),g=t.sliceDoc(i-lc,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 aV(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 gw(t,e,n=e.selection.ranges){let r=n.map(l=>Bg(e,l.from).block);if(!r.every(l=>l))return null;let i=n.map((l,o)=>iV(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 lV(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=Bg(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 Np=_i.define(),sV=_i.define(),oV=ve.define(),Ow=ve.define({combine(t){return io(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)})}}),xw=er.define({create(){return Wr.empty},update(t,e){let n=e.state.facet(Ow),r=e.annotation(Np);if(r){let f=Rn.fromTransaction(e,r.selection),m=r.side,p=m==0?t.undone:t.done;return f?p=K1(p,p.length,n.minDepth,f):p=vw(p,e.startState.selection),new Wr(m==0?r.rest:p,m==0?p:r.rest)}let i=e.annotation(sV);if((i=="full"||i=="before")&&(t=t.isolate()),e.annotation(Dt.addToHistory)===!1)return e.changes.empty?t:t.addMapping(e.changes.desc);let l=Rn.fromTransaction(e),o=e.annotation(Dt.time),c=e.annotation(Dt.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 Wr(t.done.map(Rn.fromJSON),t.undone.map(Rn.fromJSON))}});function cV(t={}){return[xw,Ow.of(t),be.domEventHandlers({beforeinput(e,n){let r=e.inputType=="historyUndo"?yw:e.inputType=="historyRedo"?Vp:null;return r?(e.preventDefault(),r(n)):!1}})]}function Bf(t,e){return function({state:n,dispatch:r}){if(!e&&n.readOnly)return!1;let i=n.field(xw,!1);if(!i)return!1;let l=i.pop(t,n,e);return l?(r(l),!0):!1}}const yw=Bf(0,!1),Vp=Bf(1,!1),uV=Bf(0,!0),fV=Bf(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&&Ft.fromJSON(e.changes),[],e.mapped&&ei.fromJSON(e.mapped),e.startSelection&&fe.fromJSON(e.startSelection),e.selectionsAfter.map(fe.fromJSON))}static fromTransaction(e,n){let r=Or;for(let i of e.startState.facet(oV)){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,Or)}static selection(e){return new Rn(void 0,Or,void 0,void 0,e)}}function K1(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 dV(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 hV(t,e){return t.ranges.length==e.ranges.length&&t.ranges.filter((n,r)=>n.empty!=e.ranges[r].empty).length===0}function bw(t,e){return t.length?e.length?t.concat(e):t:e}const Or=[],mV=200;function vw(t,e){if(t.length){let n=t[t.length-1],r=n.selectionsAfter.slice(Math.max(0,n.selectionsAfter.length-mV));return r.length&&r[r.length-1].eq(e)?t:(r.push(e),K1(t,t.length-1,1e9,n.setSelAfter(r)))}else return[Rn.selection([e])]}function pV(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 Gm(t,e){if(!t.length)return t;let n=t.length,r=Or;for(;n;){let i=gV(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)]:Or}function gV(t,e,n){let r=bw(t.selectionsAfter.length?t.selectionsAfter.map(c=>c.map(e)):Or,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 OV=/^(input\.type|delete)($|\.)/;class Wr{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 Wr(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||OV.test(r))&&(!c.selectionsAfter.length&&n-this.prevTime<i.newGroupDelay&&i.joinToEvent(l,dV(c.changes,e.changes))||r=="input.type.compose")?o=K1(o,o.length-1,i.minDepth,new Rn(e.changes.compose(c.changes),bw(We.mapEffects(e.effects,c.changes),c.effects),c.mapped,c.startSelection,Or)):o=K1(o,o.length,i.minDepth,e),new Wr(o,Or,n,r)}addSelection(e,n,r,i){let l=this.done.length?this.done[this.done.length-1].selectionsAfter:Or;return l.length>0&&n-this.prevTime<i&&r==this.prevUserEvent&&r&&/^select($|\.)/.test(r)&&hV(l[l.length-1],e)?this:new Wr(vw(this.done,e),this.undone,n,r)}addMapping(e){return new Wr(Gm(this.done,e),Gm(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:Np.of({side:e,rest:pV(i),selection:o}),userEvent:e==0?"select.undo":"select.redo",scrollIntoView:!0});if(l.changes){let c=i.length==1?Or:i.slice(0,i.length-1);return l.mapped&&(c=Gm(c,l.mapped)),n.update({changes:l.changes,selection:l.startSelection,effects:l.effects,annotations:Np.of({side:e,rest:c,selection:o}),filter:!1,userEvent:e==0?"undo":"redo",scrollIntoView:!0})}else return null}}Wr.empty=new Wr(Or,Or);const xV=[{key:"Mod-z",run:yw,preventDefault:!0},{key:"Mod-y",mac:"Mod-Shift-z",run:Vp,preventDefault:!0},{linux:"Ctrl-Shift-z",run:Vp,preventDefault:!0},{key:"Mod-u",run:uV,preventDefault:!0},{key:"Alt-u",mac:"Mod-Shift-u",run:fV,preventDefault:!0}];function ao(t,e){return fe.create(t.ranges.map(e),t.mainIndex)}function $r(t,e){return t.update({selection:e,scrollIntoView:!0,userEvent:"select"})}function Qr({state:t,dispatch:e},n){let r=ao(t.selection,n);return r.eq(t.selection,!0)?!1:(e($r(t,r)),!0)}function Ff(t,e){return fe.cursor(e?t.to:t.from)}function Sw(t,e){return Qr(t,n=>n.empty?t.moveByChar(n,e):Ff(n,e))}function gn(t){return t.textDirectionAt(t.state.selection.main.head)==Ct.LTR}const ww=t=>Sw(t,!gn(t)),Aw=t=>Sw(t,gn(t));function kw(t,e){return Qr(t,n=>n.empty?t.moveByGroup(n,e):Ff(n,e))}const yV=t=>kw(t,!gn(t)),bV=t=>kw(t,gn(t));function vV(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 qf(t,e,n){let r=Zt(t).resolveInner(e.head),i=n?Le.closedBy:Le.openedBy;for(let f=e.head;;){let m=n?r.childAfter(f):r.childBefore(f);if(!m)break;vV(t,m,i)?r=m:f=n?m.to:m.from}let l=r.type.prop(i),o,c;return l&&(o=n?Gr(t,r.from,1):Gr(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 SV=t=>Qr(t,e=>qf(t.state,e,!gn(t))),wV=t=>Qr(t,e=>qf(t.state,e,gn(t)));function Tw(t,e){return Qr(t,n=>{if(!n.empty)return Ff(n,e);let r=t.moveVertically(n,e);return r.head!=n.head?r:t.moveToLineBoundary(n,e)})}const Mw=t=>Tw(t,!1),Ew=t=>Tw(t,!0);function $w(t){let e=t.scrollDOM.clientHeight<t.scrollDOM.scrollHeight-2,n=0,r=0,i;if(e){for(let l of t.state.facet(be.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 Qw(t,e){let n=$w(t),{state:r}=t,i=ao(r.selection,o=>o.empty?t.moveVertically(o,e,n.height):Ff(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=be.scrollIntoView(i.main.head,{y:"start",yMargin:o.top-f}))}return t.dispatch($r(r,i),{effects:l}),!0}const Jy=t=>Qw(t,!1),Lp=t=>Qw(t,!0);function Pa(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 AV=t=>Qr(t,e=>Pa(t,e,!0)),kV=t=>Qr(t,e=>Pa(t,e,!1)),TV=t=>Qr(t,e=>Pa(t,e,!gn(t))),MV=t=>Qr(t,e=>Pa(t,e,gn(t))),EV=t=>Qr(t,e=>fe.cursor(t.lineBlockAt(e.head).from,1)),$V=t=>Qr(t,e=>fe.cursor(t.lineBlockAt(e.head).to,-1));function QV(t,e,n){let r=!1,i=ao(t.selection,l=>{let o=Gr(t,l.head,-1)||Gr(t,l.head,1)||l.head>0&&Gr(t,l.head-1,1)||l.head<t.doc.length&&Gr(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($r(t,i)),!0):!1}const CV=({state:t,dispatch:e})=>QV(t,e);function xr(t,e){let n=ao(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($r(t.state,n)),!0)}function Cw(t,e){return xr(t,n=>t.moveByChar(n,e))}const Zw=t=>Cw(t,!gn(t)),Pw=t=>Cw(t,gn(t));function jw(t,e){return xr(t,n=>t.moveByGroup(n,e))}const ZV=t=>jw(t,!gn(t)),PV=t=>jw(t,gn(t)),jV=t=>xr(t,e=>qf(t.state,e,!gn(t))),RV=t=>xr(t,e=>qf(t.state,e,gn(t)));function Rw(t,e){return xr(t,n=>t.moveVertically(n,e))}const Nw=t=>Rw(t,!1),Vw=t=>Rw(t,!0);function Lw(t,e){return xr(t,n=>t.moveVertically(n,e,$w(t).height))}const e3=t=>Lw(t,!1),t3=t=>Lw(t,!0),NV=t=>xr(t,e=>Pa(t,e,!0)),VV=t=>xr(t,e=>Pa(t,e,!1)),LV=t=>xr(t,e=>Pa(t,e,!gn(t))),_V=t=>xr(t,e=>Pa(t,e,gn(t))),DV=t=>xr(t,e=>fe.cursor(t.lineBlockAt(e.head).from)),XV=t=>xr(t,e=>fe.cursor(t.lineBlockAt(e.head).to)),n3=({state:t,dispatch:e})=>(e($r(t,{anchor:0})),!0),r3=({state:t,dispatch:e})=>(e($r(t,{anchor:t.doc.length})),!0),i3=({state:t,dispatch:e})=>(e($r(t,{anchor:t.selection.main.anchor,head:0})),!0),a3=({state:t,dispatch:e})=>(e($r(t,{anchor:t.selection.main.anchor,head:t.doc.length})),!0),zV=({state:t,dispatch:e})=>(e(t.update({selection:{anchor:0,head:t.doc.length},userEvent:"select"})),!0),HV=({state:t,dispatch:e})=>{let n=Uf(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},YV=({state:t,dispatch:e})=>{let n=ao(t.selection,r=>{let i=Zt(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($r(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($r(n,fe.create(i,i.length-1))),!0)}const BV=t=>_w(t,!1),FV=t=>_w(t,!0),qV=({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($r(t,r)),!0):!1};function ou(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=J0(t,f,!1)):f>o&&(n="delete.forward",f=J0(t,f,!0)),o=Math.min(o,f),c=Math.max(c,f)}else o=J0(t,o,!1),c=J0(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"?be.announce.of(r.phrase("Selection deleted")):void 0})),!0)}function J0(t,e,n){if(t instanceof be)for(let r of t.state.facet(be.atomicRanges).map(i=>i(t)))r.between(e,e,(i,l)=>{i<e&&l>e&&(e=n?l:i)});return e}const Dw=(t,e,n)=>ou(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=Pf(c,l.tabSize),p=m%G1(l)||G1(l);for(let g=0;g<p&&c[c.length-1-g]==" ";g++)i--;f=i}else f=Jt(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=Jt(o.text,f-o.from,!1,!1)+o.from);return f}),_p=t=>Dw(t,!1,!0),Xw=t=>Dw(t,!0,!1),zw=(t,e)=>ou(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=Jt(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}),Hw=t=>zw(t,!1),UV=t=>zw(t,!0),IV=t=>ou(t,e=>{let n=t.lineBlockAt(e.head).to;return e.head<n?n:Math.min(t.state.doc.length,e.head+1)}),GV=t=>ou(t,e=>{let n=t.moveToLineBoundary(e,!1).head;return e.head>n?n:Math.max(0,e.head-1)}),WV=t=>ou(t,e=>{let n=t.moveToLineBoundary(e,!0).head;return e.head<n?n:Math.min(t.state.doc.length,e.head+1)}),KV=({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},JV=({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:Jt(l.text,i-l.from,!1)+l.from,c=i==l.to?i+1:Jt(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 Uf(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 Yw(t,e,n){if(t.readOnly)return!1;let r=[],i=[];for(let l of Uf(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 eL=({state:t,dispatch:e})=>Yw(t,e,!1),tL=({state:t,dispatch:e})=>Yw(t,e,!0);function Bw(t,e,n){if(t.readOnly)return!1;let r=[];for(let l of Uf(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 nL=({state:t,dispatch:e})=>Bw(t,e,!1),rL=({state:t,dispatch:e})=>Bw(t,e,!0),iL=t=>{if(t.state.readOnly)return!1;let{state:e}=t,n=e.changes(Uf(e).map(({from:i,to:l})=>(i>0?i--:l<e.doc.length&&l++,{from:i,to:l}))),r=ao(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 aL(t,e){if(/\(\)|\[\]|\{\}/.test(t.sliceDoc(e-1,e+1)))return{from:e,to:e};let n=Zt(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(Le.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 l3=Fw(!1),lL=Fw(!0);function Fw(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&&aL(e,l);t&&(l=o=(o<=c.to?c:e.doc.lineAt(o)).to);let m=new Xf(e,{simulateBreak:l,simulateDoubleBreak:!!f}),p=Xg(m,l);for(p==null&&(p=Pf(/^\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=["",Bc(e,p)];return f&&g.push(Bc(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 Fg(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 sL=({state:t,dispatch:e})=>{if(t.readOnly)return!1;let n=Object.create(null),r=new Xf(t,{overrideIndentation:l=>{let o=n[l];return o??-1}}),i=Fg(t,(l,o,c)=>{let f=Xg(r,l.from);if(f==null)return;/\S/.test(l.text)||(f=0);let m=/^\s*/.exec(l.text)[0],p=Bc(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},oL=({state:t,dispatch:e})=>t.readOnly?!1:(e(t.update(Fg(t,(n,r)=>{r.push({from:n.from,insert:t.facet(Df)})}),{userEvent:"input.indent"})),!0),cL=({state:t,dispatch:e})=>t.readOnly?!1:(e(t.update(Fg(t,(n,r)=>{let i=/^\s*/.exec(n.text)[0];if(!i)return;let l=Pf(i,t.tabSize),o=0,c=Bc(t,Math.max(0,l-G1(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),uL=t=>(t.setTabFocusMode(),!0),fL=[{key:"Ctrl-b",run:ww,shift:Zw,preventDefault:!0},{key:"Ctrl-f",run:Aw,shift:Pw},{key:"Ctrl-p",run:Mw,shift:Nw},{key:"Ctrl-n",run:Ew,shift:Vw},{key:"Ctrl-a",run:EV,shift:DV},{key:"Ctrl-e",run:$V,shift:XV},{key:"Ctrl-d",run:Xw},{key:"Ctrl-h",run:_p},{key:"Ctrl-k",run:IV},{key:"Ctrl-Alt-h",run:Hw},{key:"Ctrl-o",run:KV},{key:"Ctrl-t",run:JV},{key:"Ctrl-v",run:Lp}],dL=[{key:"ArrowLeft",run:ww,shift:Zw,preventDefault:!0},{key:"Mod-ArrowLeft",mac:"Alt-ArrowLeft",run:yV,shift:ZV,preventDefault:!0},{mac:"Cmd-ArrowLeft",run:TV,shift:LV,preventDefault:!0},{key:"ArrowRight",run:Aw,shift:Pw,preventDefault:!0},{key:"Mod-ArrowRight",mac:"Alt-ArrowRight",run:bV,shift:PV,preventDefault:!0},{mac:"Cmd-ArrowRight",run:MV,shift:_V,preventDefault:!0},{key:"ArrowUp",run:Mw,shift:Nw,preventDefault:!0},{mac:"Cmd-ArrowUp",run:n3,shift:i3},{mac:"Ctrl-ArrowUp",run:Jy,shift:e3},{key:"ArrowDown",run:Ew,shift:Vw,preventDefault:!0},{mac:"Cmd-ArrowDown",run:r3,shift:a3},{mac:"Ctrl-ArrowDown",run:Lp,shift:t3},{key:"PageUp",run:Jy,shift:e3},{key:"PageDown",run:Lp,shift:t3},{key:"Home",run:kV,shift:VV,preventDefault:!0},{key:"Mod-Home",run:n3,shift:i3},{key:"End",run:AV,shift:NV,preventDefault:!0},{key:"Mod-End",run:r3,shift:a3},{key:"Enter",run:l3,shift:l3},{key:"Mod-a",run:zV},{key:"Backspace",run:_p,shift:_p,preventDefault:!0},{key:"Delete",run:Xw,preventDefault:!0},{key:"Mod-Backspace",mac:"Alt-Backspace",run:Hw,preventDefault:!0},{key:"Mod-Delete",mac:"Alt-Delete",run:UV,preventDefault:!0},{mac:"Mod-Backspace",run:GV,preventDefault:!0},{mac:"Mod-Delete",run:WV,preventDefault:!0}].concat(fL.map(t=>({mac:t.key,run:t.run,shift:t.shift}))),hL=[{key:"Alt-ArrowLeft",mac:"Ctrl-ArrowLeft",run:SV,shift:jV},{key:"Alt-ArrowRight",mac:"Ctrl-ArrowRight",run:wV,shift:RV},{key:"Alt-ArrowUp",run:eL},{key:"Shift-Alt-ArrowUp",run:nL},{key:"Alt-ArrowDown",run:tL},{key:"Shift-Alt-ArrowDown",run:rL},{key:"Mod-Alt-ArrowUp",run:BV},{key:"Mod-Alt-ArrowDown",run:FV},{key:"Escape",run:qV},{key:"Mod-Enter",run:lL},{key:"Alt-l",mac:"Ctrl-l",run:HV},{key:"Mod-i",run:YV,preventDefault:!0},{key:"Mod-[",run:cL},{key:"Mod-]",run:oL},{key:"Mod-Alt-\\",run:sL},{key:"Shift-Mod-k",run:iL},{key:"Shift-Mod-\\",run:CV},{key:"Mod-/",run:eV},{key:"Alt-A",run:nV},{key:"Ctrl-m",mac:"Shift-Alt-m",run:uL}].concat(dL);function s3(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 mL(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=s3(e)+s3(n)+"*$";return[new RegExp("^"+r),new RegExp(r)]}function pL(t){let e=t.map(i=>typeof i=="string"?{label:i}:i),[n,r]=e.every(i=>/^\w+$/.test(i.label))?[/\w*$/,/\w+$/]:mL(e);return i=>{let l=i.matchBefore(r);return l||i.explicit?{from:l?l.from:i.pos,options:e,validFor:n}:null}}function gL(t,e){return n=>{for(let r=Zt(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 OL=_i.define(),xL=be.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 yL{constructor(e,n,r,i){this.field=e,this.line=n,this.from=r,this.to=i}}class qg{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 qg(this.field,n,r)}}class Ug{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(Df);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 qg(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 yL(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 Ug(r,i)}}let bL=je.widget({widget:new class extends Ml{toDOM(){let t=document.createElement("span");return t.className="cm-snippetFieldPosition",t}ignoreEvent(){return!1}}}),vL=je.mark({class:"cm-snippetField"});class lo{constructor(e,n){this.ranges=e,this.active=n,this.deco=je.set(e.map(r=>(r.from==r.to?bL:vL).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 lo(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 cu=We.define({map(t,e){return t&&t.map(e)}}),SL=We.define(),Fc=er.define({create(){return null},update(t,e){for(let n of e.effects){if(n.is(cu))return n.value;if(n.is(SL)&&t)return new lo(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=>be.decorations.from(t,e=>e?e.deco:je.none)});function Ig(t,e){return fe.create(t.filter(n=>n.field==e).map(n=>fe.range(n.from,n.to)))}function wL(t){let e=Ug.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?[OL.of(r),Dt.userEvent.of("input.complete")]:void 0};if(c.length&&(m.selection=Ig(c,0)),c.some(p=>p.field>0)){let p=new lo(c,0),g=m.effects=[cu.of(p)];n.state.field(Fc,!1)===void 0&&g.push(We.appendConfig.of([Fc,EL,$L,xL]))}n.dispatch(n.state.update(m))}}function qw(t){return({state:e,dispatch:n})=>{let r=e.field(Fc,!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:Ig(r.ranges,i),effects:cu.of(l?null:new lo(r.ranges,i)),scrollIntoView:!0})),!0}}const AL=({state:t,dispatch:e})=>t.field(Fc,!1)?(e(t.update({effects:cu.of(null)})),!0):!1,kL=qw(1),TL=qw(-1),ML=[{key:"Tab",run:kL,shift:TL},{key:"Escape",run:AL}],o3=ve.define({combine(t){return t.length?t[0]:ML}}),EL=iu.highest(jg.compute([o3],t=>t.facet(o3)));function Zn(t,e){return{...e,apply:wL(t)}}const $L=be.domEventHandlers({mousedown(t,e){let n=e.state.field(Fc,!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:Ig(n.ranges,i.field),effects:cu.of(n.ranges.some(l=>l.field>i.field)?new lo(n.ranges,i.field):null),scrollIntoView:!0}),!0)}}),qc={brackets:["(","[","{","'",'"'],before:")]}:;>",stringPrefixes:[]},ol=We.define({map(t,e){let n=e.mapPos(t,-1,dn.TrackAfter);return n??void 0}}),Gg=new class extends Ma{};Gg.startSide=1;Gg.endSide=-1;const Uw=er.define({create(){return Ye.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:[Gg.range(n.value,n.value+1)]}));return t}});function QL(){return[ZL,Uw]}const Wm="()[]{}<>«»»«[]{}";function Iw(t){for(let e=0;e<Wm.length;e+=2)if(Wm.charCodeAt(e)==t)return Wm.charAt(e+1);return RS(t<128?t:t+1)}function Gw(t,e){return t.languageDataAt("closeBrackets",e)[0]||qc}const CL=typeof navigator=="object"&&/Android\b/.test(navigator.userAgent),ZL=be.inputHandler.of((t,e,n,r)=>{if((CL?t.composing:t.compositionStarted)||t.state.readOnly)return!1;let i=t.state.selection.main;if(r.length>2||r.length==2&&ru(Tl(r,0))==1||e!=i.from||n!=i.to)return!1;let l=RL(t.state,r);return l?(t.dispatch(l),!0):!1}),PL=({state:t,dispatch:e})=>{if(t.readOnly)return!1;let r=Gw(t,t.selection.main.head).brackets||qc.brackets,i=null,l=t.changeByRange(o=>{if(o.empty){let c=NL(t.doc,o.head);for(let f of r)if(f==c&&If(t.doc,o.head)==Iw(Tl(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},jL=[{key:"Backspace",run:PL}];function RL(t,e){let n=Gw(t,t.selection.main.head),r=n.brackets||qc.brackets;for(let i of r){let l=Iw(Tl(i,0));if(e==i)return l==i?_L(t,i,r.indexOf(i+i+i)>-1,n):VL(t,i,l,n.before||qc.before);if(e==l&&Ww(t,t.selection.main.from))return LL(t,i,l)}return null}function Ww(t,e){let n=!1;return t.field(Uw).between(0,t.doc.length,r=>{r==e&&(n=!0)}),n}function If(t,e){let n=t.sliceString(e,e+2);return n.slice(0,ru(Tl(n,0)))}function NL(t,e){let n=t.sliceString(e-2,e);return ru(Tl(n,0))==n.length?n:n.slice(1)}function VL(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=If(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 LL(t,e,n){let r=null,i=t.changeByRange(l=>l.empty&&If(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 _L(t,e,n,r){let i=r.stringPrefixes||qc.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=If(t.doc,f),p;if(m==e){if(c3(t,f))return{changes:{insert:e+e,from:f},effects:ol.of(f+e.length),range:fe.cursor(f+e.length)};if(Ww(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=u3(t,f-2*e.length,i))>-1&&c3(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)!=xt.Word&&u3(t,f,i)>-1&&!DL(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 c3(t,e){let n=Zt(t).resolveInner(e+1);return n.parent&&n.from==e}function DL(t,e,n,r){let i=Zt(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 u3(t,e,n){let r=t.charCategorizer(e);if(r(t.sliceDoc(e-1,e))!=xt.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))!=xt.Word)return l}return-1}const f3=typeof String.prototype.normalize=="function"?t=>t.normalize("NFKD"):t=>t;class Ws{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(f3(c)):f3,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 Tl(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=RS(e),r=this.bufferStart+this.bufferPos;this.bufferPos+=ru(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"&&(Ws.prototype[Symbol.iterator]=function(){return this});const Kw={from:-1,to:-1,match:/.*/.exec(""),precise:!0},Wg="gm"+(/x/.unicode==null?"":"u");class Jw{constructor(e,n,r,i=0,l=e.length){if(this.text=e,this.to=l,this.curLine="",this.done=!1,this.value=Kw,/\\[sWDnr]|\n|\r|\[\^/.test(n))return new e9(e,n,r,i,l);this.re=new RegExp(n,Wg+(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=J1(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=J1(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 Km=new WeakMap;class _s{constructor(e,n){this.from=e,this.text=n}get to(){return this.from+this.text.length}static get(e,n,r){let i=Km.get(e);if(!i||i.from>=r||i.to<=n){let c=new _s(n,e.sliceString(n,r));return Km.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)),Km.set(e,new _s(o,l)),new _s(n,l.slice(n-o,r-o))}}class e9{constructor(e,n,r,i,l){this.text=e,this.to=l,this.done=!1,this.value=Kw,this.matchPos=J1(e,i),this.re=new RegExp(n,Wg+(r!=null&&r.ignoreCase?"i":"")),this.test=r==null?void 0:r.test,this.flat=_s.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=J1(this.text,i+(r==i?1:0)),this}if(this.flat.to==this.to)return this.done=!0,this;this.flat=_s.get(this.text,this.flat.from,this.chunkEnd(this.flat.from+this.flat.text.length*2))}}}typeof Symbol<"u"&&(Jw.prototype[Symbol.iterator]=e9.prototype[Symbol.iterator]=function(){return this});function XL(t){try{return new RegExp(t,Wg),!0}catch{return!1}}function J1(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 zL=t=>{let{state:e}=t,n=String(e.doc.lineAt(t.state.selection.main.head).number),{close:r,result:i}=ZR(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 A=v/100;f&&(A=A*(f=="-"?-1:1)+c.number/e.doc.lines),v=Math.round(e.doc.lines*A)}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,be.scrollIntoView(w.from,{y:"center"})],selection:w})}),!0},HL={highlightWordAroundCursor:!1,minSelectionLength:1,maxMatches:100,wholeWords:!1},YL=ve.define({combine(t){return io(t,HL,{highlightWordAroundCursor:(e,n)=>e||n,minSelectionLength:Math.min,maxMatches:Math.min})}});function BL(t){return[GL,IL]}const FL=je.mark({class:"cm-selectionMatch"}),qL=je.mark({class:"cm-selectionMatch cm-selectionMatch-main"});function d3(t,e,n,r){return(n==0||t(e.sliceDoc(n-1,n))!=xt.Word)&&(r==e.doc.length||t(e.sliceDoc(r,r+1))!=xt.Word)}function UL(t,e,n,r){return t(e.sliceDoc(n,n+1))==xt.Word&&t(e.sliceDoc(r-1,r))==xt.Word}const IL=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(YL),{state:n}=t,r=n.selection;if(r.ranges.length>1)return je.none;let i=r.main,l,o=null;if(i.empty){if(!e.highlightWordAroundCursor)return je.none;let f=n.wordAt(i.head);if(!f)return je.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 je.none;if(e.wholeWords){if(l=n.sliceDoc(i.from,i.to),o=n.charCategorizer(i.head),!(d3(o,n,i.from,i.to)&&UL(o,n,i.from,i.to)))return je.none}else if(l=n.sliceDoc(i.from,i.to),!l)return je.none}let c=[];for(let f of t.visibleRanges){let m=new Ws(n.doc,l,f.from,f.to);for(;!m.next().done;){let{from:p,to:g}=m.value;if((!o||d3(o,n,p,g))&&(i.empty&&p<=i.from&&g>=i.to?c.push(qL.range(p,g)):(p>=i.to||g<=i.from)&&c.push(FL.range(p,g)),c.length>e.maxMatches))return je.none}}return je.set(c)}},{decorations:t=>t.decorations}),GL=be.baseTheme({".cm-selectionMatch":{backgroundColor:"#99ff7780"},".cm-searchMatch .cm-selectionMatch":{backgroundColor:"transparent"}}),WL=({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 KL(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 Ws(t.doc,e,r[r.length-1].to);;)if(c.next(),c.done){if(o)return null;c=new Ws(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 JL=({state:t,dispatch:e})=>{let{ranges:n}=t.selection;if(n.some(l=>l.from===l.to))return WL({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=KL(t,r);return i?(e(t.update({selection:t.selection.addRange(fe.range(i.from,i.to),!1),effects:be.scrollIntoView(i.to)})),!0):!1},so=ve.define({combine(t){return io(t,{top:!1,caseSensitive:!1,literal:!1,regexp:!1,wholeWord:!1,createPanel:e=>new h_(e),scrollToMatch:e=>be.scrollIntoView(e)})}});class t9{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||XL(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 a_(this):new n_(this)}getCursor(e,n=0,r){let i=e.doc?e:Ie.create({doc:e});return r==null&&(r=i.doc.length),this.regexp?ws(this,i,n,r):Ss(this,i,n,r)}}class n9{constructor(e){this.spec=e}}function e_(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 Ss(t,e,n,r){let i;return t.wholeWord&&(i=t_(e.doc,e.charCategorizer(e.selection.main.head))),t.test&&(i=e_(t.test,e,i)),new Ws(e.doc,t.unquoted,n,r,t.caseSensitive?void 0:l=>l.toLowerCase(),i)}function t_(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(ef(i,n-l))!=xt.Word||e(tf(i,n-l))!=xt.Word)&&(e(tf(i,r-l))!=xt.Word||e(ef(i,r-l))!=xt.Word))}class n_ extends n9{constructor(e){super(e)}nextMatch(e,n,r){let i=Ss(this.spec,e,r,e.doc.length).nextOverlapping();if(i.done){let l=Math.min(e.doc.length,n+this.spec.unquoted.length);i=Ss(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=Ss(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=Ss(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=Ss(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 r_(t,e,n){return(r,i,l)=>(!n||n(r,i,l))&&t(l[0],e,r,i)}function ws(t,e,n,r){let i;return t.wholeWord&&(i=i_(e.charCategorizer(e.selection.main.head))),t.test&&(i=r_(t.test,e,i)),new Jw(e.doc,t.search,{ignoreCase:!t.caseSensitive,test:i},n,r)}function ef(t,e){return t.slice(Jt(t,e,!1),e)}function tf(t,e){return t.slice(e,Jt(t,e))}function i_(t){return(e,n,r)=>!r[0].length||(t(ef(r.input,r.index))!=xt.Word||t(tf(r.input,r.index))!=xt.Word)&&(t(tf(r.input,r.index+r[0].length))!=xt.Word||t(ef(r.input,r.index+r[0].length))!=xt.Word)}class a_ extends n9{nextMatch(e,n,r){let i=ws(this.spec,e,r,e.doc.length).next();return i.done&&(i=ws(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=ws(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=ws(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=ws(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 Uc=We.define(),Kg=We.define(),wa=er.define({create(t){return new Jm(Dp(t).create(),null)},update(t,e){for(let n of e.effects)n.is(Uc)?t=new Jm(n.value.create(),t.panel):n.is(Kg)&&(t=new Jm(t.query,n.value?Jg:null));return t},provide:t=>F1.from(t,e=>e.panel)});class Jm{constructor(e,n){this.query=e,this.panel=n}}const l_=je.mark({class:"cm-searchMatch"}),s_=je.mark({class:"cm-searchMatch cm-searchMatch-selected"}),o_=Vn.fromClass(class{constructor(t){this.view=t,this.decorations=this.highlight(t.state.field(wa))}update(t){let e=t.state.field(wa);(e!=t.startState.field(wa)||t.docChanged||t.selectionSet||t.viewportChanged)&&(this.decorations=this.highlight(e))}highlight({query:t,panel:e}){if(!e||!t.spec.valid)return je.none;let{view:n}=this,r=new yl;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?s_:l_)})}return r.finish()}},{decorations:t=>t.decorations});function uu(t){return e=>{let n=e.state.field(wa,!1);return n&&n.query.spec.valid?t(e,n):a9(e)}}const nf=uu((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(so);return t.dispatch({selection:i,effects:[eO(t,r),l.scrollToMatch(i.main,t)],userEvent:"select.search"}),i9(t),!0}),rf=uu((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(so);return t.dispatch({selection:l,effects:[eO(t,i),o.scrollToMatch(l.main,t)],userEvent:"select.search"}),i9(t),!0}),c_=uu((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)}),u_=({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 Ws(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},h3=uu((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(be.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(eO(t,o)),p.push(n.facet(so).scrollToMatch(f.main,t))),t.dispatch({changes:g,selection:f,effects:p,userEvent:"input.replace"}),!0}),f_=uu((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:be.announce.of(r),userEvent:"input.replace.all"}),!0});function Jg(t){return t.state.facet(so).createPanel(t)}function Dp(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(so);return new t9({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 r9(t){let e=H7(t,Jg);return e&&e.dom.querySelector("[main-field]")}function i9(t){let e=r9(t);e&&e==t.root.activeElement&&e.select()}const a9=t=>{let e=t.state.field(wa,!1);if(e&&e.panel){let n=r9(t);if(n&&n!=t.root.activeElement){let r=Dp(t.state,e.query.spec);r.valid&&t.dispatch({effects:Uc.of(r)}),n.focus(),n.select()}}else t.dispatch({effects:[Kg.of(!0),e?Uc.of(Dp(t.state,e.query.spec)):We.appendConfig.of(p_)]});return!0},l9=t=>{let e=t.state.field(wa,!1);if(!e||!e.panel)return!1;let n=H7(t,Jg);return n&&n.dom.contains(t.root.activeElement)&&t.focus(),t.dispatch({effects:Kg.of(!1)}),!0},d_=[{key:"Mod-f",run:a9,scope:"editor search-panel"},{key:"F3",run:nf,shift:rf,scope:"editor search-panel",preventDefault:!0},{key:"Mod-g",run:nf,shift:rf,scope:"editor search-panel",preventDefault:!0},{key:"Escape",run:l9,scope:"editor search-panel"},{key:"Mod-Shift-l",run:u_},{key:"Mod-Alt-g",run:zL},{key:"Mod-d",run:JL,preventDefault:!0}];class h_{constructor(e){this.view=e;let n=this.query=e.state.field(wa).query.spec;this.commit=this.commit.bind(this),this.searchField=Wt("input",{value:n.search,placeholder:In(e,"Find"),"aria-label":In(e,"Find"),class:"cm-textfield",name:"search",form:"","main-field":"true",onchange:this.commit,onkeyup:this.commit}),this.replaceField=Wt("input",{value:n.replace,placeholder:In(e,"Replace"),"aria-label":In(e,"Replace"),class:"cm-textfield",name:"replace",form:"",onchange:this.commit,onkeyup:this.commit}),this.caseField=Wt("input",{type:"checkbox",name:"case",form:"",checked:n.caseSensitive,onchange:this.commit}),this.reField=Wt("input",{type:"checkbox",name:"re",form:"",checked:n.regexp,onchange:this.commit}),this.wordField=Wt("input",{type:"checkbox",name:"word",form:"",checked:n.wholeWord,onchange:this.commit});function r(i,l,o){return Wt("button",{class:"cm-button",name:i,onclick:l,type:"button"},o)}this.dom=Wt("div",{onkeydown:i=>this.keydown(i),class:"cm-search"},[this.searchField,r("next",()=>nf(e),[In(e,"next")]),r("prev",()=>rf(e),[In(e,"previous")]),r("select",()=>c_(e),[In(e,"all")]),Wt("label",null,[this.caseField,In(e,"match case")]),Wt("label",null,[this.reField,In(e,"regexp")]),Wt("label",null,[this.wordField,In(e,"by word")]),...e.state.readOnly?[]:[Wt("br"),this.replaceField,r("replace",()=>h3(e),[In(e,"replace")]),r("replaceAll",()=>f_(e),[In(e,"replace all")])],Wt("button",{name:"close",onclick:()=>l9(e),"aria-label":In(e,"close"),type:"button"},["×"])])}commit(){let e=new t9({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:Uc.of(e)}))}keydown(e){TR(this.view,e,"search-panel")?e.preventDefault():e.keyCode==13&&e.target==this.searchField?(e.preventDefault(),(e.shiftKey?rf:nf)(this.view)):e.keyCode==13&&e.target==this.replaceField&&(e.preventDefault(),h3(this.view))}update(e){for(let n of e.transactions)for(let r of n.effects)r.is(Uc)&&!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(so).top}}function In(t,e){return t.state.phrase(e)}const e1=30,t1=/[\s\.,:;?!]/;function eO(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-e1),o=Math.min(i,n+e1),c=t.state.sliceDoc(l,o);if(l!=r.from){for(let f=0;f<e1;f++)if(!t1.test(c[f+1])&&t1.test(c[f])){c=c.slice(f);break}}if(o!=i){for(let f=c.length-1;f>c.length-e1;f--)if(!t1.test(c[f-1])&&t1.test(c[f])){c=c.slice(0,f);break}}return be.announce.of(`${t.state.phrase("current match")}. ${c} ${t.state.phrase("on line")} ${r.number}.`)}const m_=be.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"}}),p_=[wa,iu.low(o_),m_],g_="#e5c07b",m3="#e06c75",O_="#56b6c2",x_="#ffffff",w1="#abb2bf",Xp="#7d8799",y_="#61afef",b_="#98c379",p3="#d19a66",v_="#c678dd",S_="#21252b",g3="#2c313a",O3="#282c34",e2="#353a42",w_="#3E4451",x3="#528bff",A_=be.theme({"&":{color:w1,backgroundColor:O3},".cm-content":{caretColor:x3},".cm-cursor, .cm-dropCursor":{borderLeftColor:x3},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:w_},".cm-panels":{backgroundColor:S_,color:w1},".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:O3,color:Xp,border:"none"},".cm-activeLineGutter":{backgroundColor:g3},".cm-foldPlaceholder":{backgroundColor:"transparent",border:"none",color:"#ddd"},".cm-tooltip":{border:"none",backgroundColor:e2},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:"transparent",borderBottomColor:"transparent"},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:e2,borderBottomColor:e2},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{backgroundColor:g3,color:w1}}},{dark:!0}),k_=Yf.define([{tag:W.keyword,color:v_},{tag:[W.name,W.deleted,W.character,W.propertyName,W.macroName],color:m3},{tag:[W.function(W.variableName),W.labelName],color:y_},{tag:[W.color,W.constant(W.name),W.standard(W.name)],color:p3},{tag:[W.definition(W.name),W.separator],color:w1},{tag:[W.typeName,W.className,W.number,W.changed,W.annotation,W.modifier,W.self,W.namespace],color:g_},{tag:[W.operator,W.operatorKeyword,W.url,W.escape,W.regexp,W.link,W.special(W.string)],color:O_},{tag:[W.meta,W.comment],color:Xp},{tag:W.strong,fontWeight:"bold"},{tag:W.emphasis,fontStyle:"italic"},{tag:W.strikethrough,textDecoration:"line-through"},{tag:W.link,color:Xp,textDecoration:"underline"},{tag:W.heading,fontWeight:"bold",color:m3},{tag:[W.atom,W.bool,W.special(W.variableName)],color:p3},{tag:[W.processingInstruction,W.string,W.inserted],color:b_},{tag:W.invalid,color:x_}]),T_=[A_,_N(k_)];var y3={};class af{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 af(e,[],n,r,r,0,[],0,i?new b3(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 af(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 M_(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 b3(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 b3{constructor(e,n){this.tracker=e,this.context=n,this.hash=e.strict?e.hash(n):0}}class M_{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 lf{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 lf(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 lf(this.stack,this.pos,this.index)}}function gc(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 A1{constructor(){this.start=-1,this.value=-1,this.end=-1,this.extended=-1,this.lookAhead=0,this.mask=0,this.context=0}}const v3=new A1;class E_{constructor(e,n){this.input=e,this.ranges=n,this.chunk="",this.chunkOff=0,this.chunk2="",this.chunk2Pos=0,this.next=-1,this.token=v3,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=v3,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 Ds{constructor(e,n){this.data=e,this.id=n}token(e,n){let{parser:r}=n.p;s9(this.data,e,n,this.id,r.data,r.tokenPrecTable)}}Ds.prototype.contextual=Ds.prototype.fallback=Ds.prototype.extend=!1;class sf{constructor(e,n,r){this.precTable=n,this.elseToken=r,this.data=typeof e=="string"?gc(e):e}token(e,n){let r=e.pos,i=0;for(;;){let l=e.next<0,o=e.resolveOffset(1,1);if(s9(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))}}sf.prototype.contextual=Ds.prototype.fallback=Ds.prototype.extend=!1;class tr{constructor(e,n={}){this.token=e,this.contextual=!!n.contextual,this.fallback=!!n.fallback,this.extend=!!n.extend}}function s9(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,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],A=t[S+1]||65536;if(p<w)y=v;else if(p>=A)g=v+1;else{o=t[S+2],e.advance();continue e}}break}}function S3(t,e,n){for(let r=e,i;(i=t[r])!=65535;r++)if(i==n)return r-e;return-1}function $_(t,e,n,r){let i=S3(n,r,e);return i<0||S3(n,r,t)<i}const Gn=typeof process<"u"&&y3&&/\bparse\b/.test(y3.LOG);let t2=null;function w3(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 Q_{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?w3(e.tree,e.from+e.offset,1)-e.offset:e.from,this.safeTo=e.openEnd?w3(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 yt){if(o==e){if(o<this.safeFrom)return null;let c=o+l.length;if(c<=this.safeTo){let f=l.prop(Le.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 C_{constructor(e,n){this.stream=n,this.tokens=[],this.mainToken=null,this.actions=[],this.tokens=e.tokenizers.map(r=>new A1)}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 A1,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 A1,{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=Ti(c,m+2);else{i==0&&c[m+1]==2&&(i=this.putAction(Ti(c,m+2),n,r,i));break}c[m]==n&&(i=this.putAction(Ti(c,m+1),n,r,i))}return i}}class Z_{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 E_(n,i),this.tokens=new C_(e,this.stream),this.topTerm=e.top[1];let{from:l}=i[0];this.stacks=[af.start(this,e.top[0],l)],this.fragments=r.length&&this.stream.end-l>e.bufferLength*4?new Q_(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&&j_(i);if(o)return Gn&&console.log("Finish with "+this.stackID(o)),this.stackToTree(o);if(this.parser.strict)throw Gn&&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 Gn&&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=Gn?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(Le.contextHash)||0)==p))return e.useNode(g,y),Gn&&console.log(o+this.stackID(e)+` (via reuse of ${l.getName(g.type.id)})`),!0;if(!(g instanceof yt)||g.children.length==0||g.positions[0]>0)break;let v=g.children[0];if(v instanceof yt&&g.positions[0]==0)g=v;else break}}let c=l.stateSlot(e.state,4);if(c>0)return e.reduce(c),Gn&&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),Gn&&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 A3(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=Gn?this.stackID(c)+" -> ":"";if(c.deadEnd&&(l||(l=!0,c.restart(),Gn&&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()&&(Gn&&console.log(y+this.stackID(g)+" (via force-reduce)"),!this.advanceFully(g,r));v++)Gn&&(y=this.stackID(g)+" -> ");for(let v of c.recoverByInsert(f))Gn&&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),Gn&&console.log(p+this.stackID(c)+` (via recover-delete ${this.parser.getName(f)})`),A3(c,r)):(!i||i.score<g.score)&&(i=g)}return i}stackToTree(e){return e.close(),yt.build({buffer:lf.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=(t2||(t2=new WeakMap)).get(e);return n||t2.set(e,n=String.fromCodePoint(this.nextStackID++)),n+e}}function A3(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 P_{constructor(e,n,r){this.source=e,this.flags=n,this.disabled=r}allows(e){return!this.disabled||this.disabled[e]==0}}const n2=t=>t;class o9{constructor(e){this.start=e.start,this.shift=e.shift||n2,this.reduce=e.reduce||n2,this.reuse=e.reuse||n2,this.hash=e.hash||(()=>0),this.strict=e.strict!==!1}}class Ks extends ew{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=Le[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 Rg(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=I7;let o=gc(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(k3),this.states=gc(e.states,Uint32Array),this.data=gc(e.stateData),this.goto=gc(e.goto),this.maxTerm=e.maxTerm,this.tokenizers=e.tokenizers.map(c=>typeof c=="number"?new Ds(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 Z_(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=Ti(r,l+2)];else{if(r[l+1]==2)return Ti(r,l+2);break}if(o==n||o==0)return Ti(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=Ti(this.data,l+2);else break;i=n(Ti(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=Ti(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(Ks.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]=k3(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 P_(e,r,i)}static deserialize(e){return new Ks(e)}}function Ti(t,e){return t[e]|t[e+1]<<16}function j_(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 k3(t){if(t.external){let e=t.extend?1:0;return(n,r)=>t.external(n,r)<<1|e}return t.get}const R_=55,N_=1,V_=56,L_=2,__=57,D_=3,T3=4,X_=5,tO=6,c9=7,u9=8,f9=9,d9=10,z_=11,H_=12,Y_=13,r2=58,B_=14,F_=15,M3=59,h9=21,q_=23,m9=24,U_=25,zp=27,p9=28,I_=29,G_=32,W_=35,K_=37,J_=38,eD=0,tD=1,nD={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},rD={dd:!0,li:!0,optgroup:!0,option:!0,p:!0,rp:!0,rt:!0,tbody:!0,td:!0,tfoot:!0,th:!0,tr:!0},E3={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 iD(t){return t==45||t==46||t==58||t>=65&&t<=90||t==95||t>=97&&t<=122||t>=161}let $3=null,Q3=null,C3=0;function Hp(t,e){let n=t.pos+e;if(C3==n&&Q3==t)return $3;let r=t.peek(e),i="";for(;iD(r);)i+=String.fromCharCode(r),r=t.peek(++e);return Q3=t,C3=n,$3=i?i.toLowerCase():r==aD||r==lD?void 0:null}const g9=60,of=62,nO=47,aD=63,lD=33,sD=45;function Z3(t,e){this.name=t,this.parent=e}const oD=[tO,d9,c9,u9,f9],cD=new o9({start:null,shift(t,e,n,r){return oD.indexOf(e)>-1?new Z3(Hp(r,1)||"",t):t},reduce(t,e){return e==h9&&t?t.parent:t},reuse(t,e,n,r){let i=e.type.id;return i==tO||i==K_?new Z3(Hp(r,1)||"",t):t},strict:!1}),uD=new tr((t,e)=>{if(t.next!=g9){t.next<0&&e.context&&t.acceptToken(r2);return}t.advance();let n=t.next==nO;n&&t.advance();let r=Hp(t,0);if(r===void 0)return;if(!r)return t.acceptToken(n?F_:B_);let i=e.context?e.context.name:null;if(n){if(r==i)return t.acceptToken(z_);if(i&&rD[i])return t.acceptToken(r2,-2);if(e.dialectEnabled(eD))return t.acceptToken(H_);for(let l=e.context;l;l=l.parent)if(l.name==r)return;t.acceptToken(Y_)}else{if(r=="script")return t.acceptToken(c9);if(r=="style")return t.acceptToken(u9);if(r=="textarea")return t.acceptToken(f9);if(nD.hasOwnProperty(r))return t.acceptToken(d9);i&&E3[i]&&E3[i][r]?t.acceptToken(r2,-1):t.acceptToken(tO)}},{contextual:!0}),fD=new tr(t=>{for(let e=0,n=0;;n++){if(t.next<0){n&&t.acceptToken(M3);break}if(t.next==sD)e++;else if(t.next==of&&e>=2){n>=3&&t.acceptToken(M3,-2);break}else e=0;t.advance()}});function dD(t){for(;t;t=t.parent)if(t.name=="svg"||t.name=="math")return!0;return!1}const hD=new tr((t,e)=>{if(t.next==nO&&t.peek(1)==of){let n=e.dialectEnabled(tD)||dD(e.context);t.acceptToken(n?X_:T3,2)}else t.next==of&&t.acceptToken(T3,1)});function rO(t,e,n){let r=2+t.length;return new tr(i=>{for(let l=0,o=0,c=0;;c++){if(i.next<0){c&&i.acceptToken(e);break}if(l==0&&i.next==g9||l==1&&i.next==nO||l>=2&&l<r&&i.next==t.charCodeAt(l-2))l++,o++;else if(l==r&&i.next==of){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 mD=rO("script",R_,N_),pD=rO("style",V_,L_),gD=rO("textarea",__,D_),OD=_f({"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}),xD=Ks.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:cD,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:[OD],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:[mD,pD,gD,hD,uD,fD,0,1,2,3,4,5],topRules:{Document:[0,16]},dialects:{noMatch:0,selfClosing:515},tokenPrec:517});function O9(t,e){let n=Object.create(null);for(let r of t.getChildren(m9)){let i=r.getChild(U_),l=r.getChild(zp)||r.getChild(p9);i&&(n[e.read(i.from,i.to)]=l?l.type.id==zp?e.read(l.from+1,l.to-1):e.read(l.from,l.to):"")}return n}function P3(t,e){let n=t.getChild(q_);return n?e.read(n.from,n.to):" "}function i2(t,e,n){let r;for(let i of n)if(!i.attrs||i.attrs(r||(r=O9(t.node.parent.firstChild,e))))return{parser:i.parser,bracketed:!0};return null}function x9(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 eN((c,f)=>{let m=c.type.id;if(m==I_)return i2(c,f,n);if(m==G_)return i2(c,f,r);if(m==W_)return i2(c,f,i);if(m==h9&&l.length){let p=c.node,g=p.firstChild,y=g&&P3(g,f),v;if(y){for(let S of l)if(S.tag==y&&(!S.attrs||S.attrs(v||(v=O9(g,f))))){let w=p.lastChild,A=w.type.id==J_?w.from:p.to;if(A>g.to)return{parser:S.parser,overlay:[{from:g.to,to:A}]}}}}if(o&&m==m9){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!=P3(p.parent,f))continue;let S=p.lastChild;if(S.type.id==zp){let w=S.from+1,A=S.lastChild,k=S.to-(A&&A.isError?0:1);if(k>w)return{parser:v.parser,overlay:[{from:w,to:k}],bracketed:!0}}else if(S.type.id==p9)return{parser:v.parser,overlay:[{from:S.from,to:S.to}]}}}}return null})}const yD=135,j3=1,bD=136,vD=137,y9=2,SD=138,wD=3,AD=4,b9=[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],kD=58,TD=40,v9=95,MD=91,k1=45,ED=46,$D=35,QD=37,CD=38,ZD=92,PD=10,jD=42;function Ic(t){return t>=65&&t<=90||t>=97&&t<=122||t>=161}function iO(t){return t>=48&&t<=57}function R3(t){return iO(t)||t>=97&&t<=102||t>=65&&t<=70}const S9=(t,e,n)=>(r,i)=>{for(let l=!1,o=0,c=0;;c++){let{next:f}=r;if(Ic(f)||f==k1||f==v9||l&&iO(f))!l&&(f!=k1||c>0)&&(l=!0),o===c&&f==k1&&o++,r.advance();else if(f==ZD&&r.peek(1)!=PD){if(r.advance(),R3(r.next)){do r.advance();while(R3(r.next));r.next==32&&r.advance()}else r.next>-1&&r.advance();l=!0}else{l&&r.acceptToken(o==2&&i.canShift(y9)?e:f==TD?n:t);break}}},RD=new tr(S9(bD,y9,vD),{contextual:!0}),ND=new tr(S9(SD,wD,AD),{contextual:!0}),VD=new tr(t=>{if(b9.includes(t.peek(-1))){let{next:e}=t;(Ic(e)||e==v9||e==$D||e==ED||e==jD||e==MD||e==kD&&Ic(t.peek(1))||e==k1||e==CD)&&t.acceptToken(yD)}}),LD=new tr(t=>{if(!b9.includes(t.peek(-1))){let{next:e}=t;if(e==QD&&(t.advance(),t.acceptToken(j3)),Ic(e)){do t.advance();while(Ic(t.next)||iO(t.next));t.acceptToken(j3)}}}),_D=_f({"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}),DD={__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},XD={__proto__:null,or:104,and:104,not:112,only:112,layer:186},zD={__proto__:null,selector:118,layer:182},HD={__proto__:null,"@import":178,"@media":190,"@charset":194,"@namespace":198,"@keyframes":204,"@supports":216,"@scope":220,"@font-feature-values":226},YD={__proto__:null,to:223},BD=Ks.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:[_D],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:[VD,LD,RD,ND,1,2,3,4,new sf("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=>DD[t]||-1},{term:138,get:t=>XD[t]||-1},{term:4,get:t=>zD[t]||-1},{term:28,get:t=>HD[t]||-1},{term:136,get:t=>YD[t]||-1}],tokenPrec:2256});let a2=null;function l2(){if(!a2&&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)));a2=e.sort().map(r=>({type:"property",label:r,apply:r+": "}))}return a2||[]}const N3=["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})),V3=["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}))),FD=["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})),qD=["@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})),wi=/^(\w[\w-]*|-\w[\w-]*|)$/,UD=/^-(-[\w-]*)?$/;function ID(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 L3=new J7,GD=["Declaration"];function WD(t){for(let e=t;;){if(e.type.isTop)return e;if(!(e=e.parent))return t}}function w9(t,e,n){if(e.to-e.from>4096){let r=L3.get(e);if(r)return r;let i=[],l=new Set,o=e.cursor(tt.IncludeAnonymous);if(o.firstChild())do for(let c of w9(t,o.node,n))l.has(c.label)||(l.add(c.label),i.push(c));while(o.nextSibling());return L3.set(e,i),i}else{let r=[],i=new Set;return e.cursor().iterate(l=>{var o;if(n(l)&&l.matchContext(GD)&&((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 KD=t=>e=>{let{state:n,pos:r}=e,i=Zt(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:l2(),validFor:wi};if(i.name=="ValueName")return{from:i.from,options:V3,validFor:wi};if(i.name=="PseudoClassName")return{from:i.from,options:N3,validFor:wi};if(t(i)||(e.explicit||l)&&ID(i,n.doc))return{from:t(i)||l?i.from:r,options:w9(n.doc,WD(i),t),validFor:UD};if(i.name=="TagName"){for(let{parent:f}=i;f;f=f.parent)if(f.name=="Block")return{from:i.from,options:l2(),validFor:wi};return{from:i.from,options:FD,validFor:wi}}if(i.name=="AtKeyword")return{from:i.from,options:qD,validFor:wi};if(!e.explicit)return null;let o=i.resolve(r),c=o.childBefore(r);return c&&c.name==":"&&o.name=="PseudoClassSelector"?{from:r,options:N3,validFor:wi}:c&&c.name==":"&&o.name=="Declaration"||o.name=="ArgList"?{from:r,options:V3,validFor:wi}:o.name=="Block"||o.name=="Styles"?{from:r,options:l2(),validFor:wi}:null},JD=KD(t=>t.name=="VariableName"),cf=Is.define({name:"css",parser:BD.configure({props:[zf.add({Declaration:S1()}),Hf.add({"Block KeyframeList":sw})]}),languageData:{commentTokens:{block:{open:"/*",close:"*/"}},indentOnInput:/^\s*\}$/,wordChars:"-"}});function A9(){return new Dg(cf,cf.data.of({autocomplete:JD}))}const eX=316,tX=317,_3=1,nX=2,rX=3,iX=4,aX=318,lX=320,sX=321,oX=5,cX=6,uX=0,Yp=[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],k9=125,fX=59,Bp=47,dX=42,hX=43,mX=45,pX=60,gX=44,OX=63,xX=46,yX=91,bX=new o9({start:!1,shift(t,e){return e==oX||e==cX||e==lX?t:e==sX},strict:!1}),vX=new tr((t,e)=>{let{next:n}=t;(n==k9||n==-1||e.context)&&t.acceptToken(aX)},{contextual:!0,fallback:!0}),SX=new tr((t,e)=>{let{next:n}=t,r;Yp.indexOf(n)>-1||n==Bp&&((r=t.peek(1))==Bp||r==dX)||n!=k9&&n!=fX&&n!=-1&&!e.context&&t.acceptToken(eX)},{contextual:!0}),wX=new tr((t,e)=>{t.next==yX&&!e.context&&t.acceptToken(tX)},{contextual:!0}),AX=new tr((t,e)=>{let{next:n}=t;if(n==hX||n==mX){if(t.advance(),n==t.next){t.advance();let r=!e.context&&e.canShift(_3);t.acceptToken(r?_3:nX)}}else n==OX&&t.peek(1)==xX&&(t.advance(),t.advance(),(t.next<48||t.next>57)&&t.acceptToken(rX))},{contextual:!0});function s2(t,e){return t>=65&&t<=90||t>=97&&t<=122||t==95||t>=192||!e&&t>=48&&t<=57}const kX=new tr((t,e)=>{if(t.next!=pX||!e.dialectEnabled(uX)||(t.advance(),t.next==Bp))return;let n=0;for(;Yp.indexOf(t.next)>-1;)t.advance(),n++;if(s2(t.next,!0)){for(t.advance(),n++;s2(t.next,!1);)t.advance(),n++;for(;Yp.indexOf(t.next)>-1;)t.advance(),n++;if(t.next==gX)return;for(let r=0;;r++){if(r==7){if(!s2(t.next,!0))return;break}if(t.next!="extends".charCodeAt(r))break;t.advance(),n++}}t.acceptToken(iX,-n)}),TX=_f({"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)}),MX={__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},EX={__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},$X={__proto__:null,"<":193},QX=Ks.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:bX,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:[TX],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:[SX,wX,AX,kX,2,3,4,5,6,7,8,9,10,11,12,13,14,vX,new sf("$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 sf("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=>MX[t]||-1},{term:343,get:t=>EX[t]||-1},{term:95,get:t=>$X[t]||-1}],tokenPrec:15201}),T9=[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"})],CX=T9.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"})]),D3=new J7,M9=new Set(["Script","Block","FunctionExpression","FunctionDeclaration","ArrowFunction","MethodDeclaration","ForStatement"]);function sc(t){return(e,n)=>{let r=e.node.getChild("VariableDefinition");return r&&n(r,t),!0}}const ZX=["FunctionDeclaration"],PX={FunctionDeclaration:sc("function"),ClassDeclaration:sc("class"),ClassExpression:()=>!0,EnumDeclaration:sc("constant"),TypeAliasDeclaration:sc("type"),NamespaceDeclaration:sc("namespace"),VariableDefinition(t,e){t.matchContext(ZX)||e(t,"variable")},TypeDefinition(t,e){e(t,"type")},__proto__:null};function E9(t,e){let n=D3.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=PX[o.name];if(c&&c(o,l)||M9.has(o.name))return!1}else if(o.to-o.from>8192){for(let c of E9(t,o.node))r.push(c);return!1}}),D3.set(e,r),r}const X3=/^[\w$\xa1-\uffff][\w$\d\xa1-\uffff]*$/,$9=["TemplateString","String","RegExp","LineComment","BlockComment","VariableDefinition","TypeDefinition","Label","PropertyDefinition","PropertyName","PrivatePropertyDefinition","PrivatePropertyName","JSXText","JSXAttributeValue","JSXOpenTag","JSXCloseTag","JSXSelfClosingTag",".","?."];function jX(t){let e=Zt(t.state).resolveInner(t.pos,-1);if($9.indexOf(e.name)>-1)return null;let n=e.name=="VariableName"||e.to-e.from<20&&X3.test(t.state.sliceDoc(e.from,e.to));if(!n&&!t.explicit)return null;let r=[];for(let i=e;i;i=i.parent)M9.has(i.name)&&(r=r.concat(E9(t.state.doc,i)));return{options:r,from:n?e.from:t.pos,validFor:X3}}const ti=Is.define({name:"javascript",parser:QX.configure({props:[zf.add({IfStatement:S1({except:/^\s*({|else\b)/}),TryStatement:S1({except:/^\s*({|catch\b|finally\b)/}),LabeledStatement:kN,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:AN({closing:"}"}),ArrowFunction:t=>t.baseIndent+t.unit,"TemplateString BlockComment":()=>null,"Statement Property":S1({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}}),Hf.add({"Block ClassBody SwitchBody EnumBody ObjectExpression ArrayExpression ObjectType":sw,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:"$"}}),Q9={test:t=>/^JSX/.test(t.name),facet:rw({commentTokens:{block:{open:"{/*",close:"*/}"}}})},C9=ti.configure({dialect:"ts"},"typescript"),Z9=ti.configure({dialect:"jsx",props:[_g.add(t=>t.isTop?[Q9]:void 0)]}),P9=ti.configure({dialect:"jsx ts",props:[_g.add(t=>t.isTop?[Q9]:void 0)]},"typescript");let j9=t=>({label:t,type:"keyword"});const R9="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(j9),RX=R9.concat(["declare","implements","private","protected","public"].map(j9));function N9(t={}){let e=t.jsx?t.typescript?P9:Z9:t.typescript?C9:ti,n=t.typescript?CX.concat(RX):T9.concat(R9);return new Dg(e,[ti.data.of({autocomplete:gL($9,pL(n))}),ti.data.of({autocomplete:jX}),t.jsx?LX:[]])}function NX(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 z3(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 VX=typeof navigator=="object"&&/Android\b/.test(navigator.userAgent),LX=be.inputHandler.of((t,e,n,r,i)=>{if((VX?t.composing:t.compositionStarted)||t.state.readOnly||e!=n||r!=">"&&r!="/"||!ti.isActiveAt(t.state,e,-1))return!1;let l=i(),{state:o}=l,c=o.changeByRange(f=>{var m;let{head:p}=f,g=Zt(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=z3(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=NX(g);if(v&&v.name=="JSXOpenTag"&&!/^\/?>|^<\//.test(o.doc.sliceString(p,p+2))&&(y=z3(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)}),oc=["_blank","_self","_top","_parent"],o2=["ascii","utf-8","utf-16","latin1","latin1"],c2=["get","post","put","delete"],u2=["application/x-www-form-urlencoded","multipart/form-data","text/plain"],Wn=["true","false"],Ae={},_X={a:{attrs:{href:null,ping:null,type:null,media:null,target:oc,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:oc}},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:u2,formmethod:c2,formnovalidate:["novalidate"],formtarget:oc,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":o2,autocomplete:["on","off"],enctype:u2,method:c2,novalidate:["novalidate"],target:oc}},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:u2,formmethod:c2,formnovalidate:["novalidate"],formtarget:oc,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:o2,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:o2}},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},V9={accesskey:null,class:null,contenteditable:Wn,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:Wn,autocorrect:Wn,autocapitalize:Wn,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":Wn,"aria-autocomplete":["inline","list","both","none"],"aria-busy":Wn,"aria-checked":["true","false","mixed","undefined"],"aria-controls":null,"aria-describedby":null,"aria-disabled":Wn,"aria-dropeffect":null,"aria-expanded":["true","false","undefined"],"aria-flowto":null,"aria-grabbed":["true","false","undefined"],"aria-haspopup":Wn,"aria-hidden":Wn,"aria-invalid":["true","false","grammar","spelling"],"aria-label":null,"aria-labelledby":null,"aria-level":null,"aria-live":["off","polite","assertive"],"aria-multiline":Wn,"aria-multiselectable":Wn,"aria-owns":null,"aria-posinset":null,"aria-pressed":["true","false","mixed","undefined"],"aria-readonly":Wn,"aria-relevant":null,"aria-required":Wn,"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},L9="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 L9)V9[t]=null;class uf{constructor(e,n){this.tags={..._X,...e},this.globalAttrs={...V9,...n},this.allTags=Object.keys(this.tags),this.globalAttrNames=Object.keys(this.globalAttrs)}}uf.default=new uf;function Js(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 eo(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[Js(t,eo(e))];return(r==null?void 0:r.children)||n.allTags}function aO(t,e){let n=[];for(let r=eo(e);r&&!r.type.isTop;r=eo(r.parent)){let i=Js(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 D9=/^[:\-\.\w\u00b7-\uffff]*$/;function H3(t,e,n,r,i){let l=/\s*>/.test(t.sliceDoc(i,i+5))?"":">",o=eo(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(aO(t.doc,n).map((c,f)=>({label:"/"+c,apply:"/"+c+l,type:"type",boost:99-f}))),validFor:/^\/?[:\-\.\w\u00b7-\uffff]*$/}}function Y3(t,e,n,r){let i=/\s*>/.test(t.sliceDoc(r,r+5))?"":">";return{from:n,to:r,options:aO(t.doc,e).map((l,o)=>({label:l,apply:l+i,type:"type",boost:99-o})),validFor:D9}}function DX(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 aO(t.doc,n))i.push({label:"</"+o+">",type:"type",boost:99-l++});return{from:r,to:r,options:i,validFor:/^<\/?[:\-\.\w\u00b7-\uffff]*$/}}function XX(t,e,n,r,i){let l=eo(n),o=l?e.tags[Js(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:D9}}function zX(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=eo(n),y=g?e.tags[Js(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 HX(t,e){let{state:n,pos:r}=e,i=Zt(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)?Y3(n,i,i.from,r):H3(n,t,i,i.from,r):i.name=="StartTag"||i.name=="IncompleteTag"?H3(n,t,i,r,r):i.name=="StartCloseTag"||i.name=="IncompleteCloseTag"?Y3(n,i,r,r):i.name=="OpenTag"||i.name=="SelfClosingTag"||i.name=="AttributeName"?XX(n,t,i,i.name=="AttributeName"?i.from:r,r):i.name=="Is"||i.name=="AttributeValue"||i.name=="UnquotedAttributeValue"?zX(n,t,i,i.name=="Is"?r:i.from,r):e.explicit&&(l.name=="Element"||l.name=="Text"||l.name=="Document")?DX(n,t,i,r):null}function YX(t){let{extraTags:e,extraGlobalAttributes:n}=t,r=n||e?new uf(e,n):uf.default;return i=>HX(r,i)}const BX=ti.parser.configure({top:"SingleExpression"}),X9=[{tag:"script",attrs:t=>t.type=="text/typescript"||t.lang=="ts",parser:C9.parser},{tag:"script",attrs:t=>t.type=="text/babel"||t.type=="text/jsx",parser:Z9.parser},{tag:"script",attrs:t=>t.type=="text/typescript-jsx",parser:P9.parser},{tag:"script",attrs(t){return/^(importmap|speculationrules|application\/(.+\+)?json)$/i.test(t.type)},parser:BX},{tag:"script",attrs(t){return!t.type||/^(?:text|application)\/(?:x-)?(?:java|ecma)script$|^module$|^$/i.test(t.type)},parser:ti.parser},{tag:"style",attrs(t){return(!t.lang||t.lang=="css")&&(!t.type||/^(text\/)?(x-)?(stylesheet|css)$/i.test(t.type))},parser:cf.parser}],z9=[{name:"style",parser:cf.parser.configure({top:"Styles"})}].concat(L9.map(t=>({name:t,parser:ti.parser}))),H9=Is.define({name:"html",parser:xD.configure({props:[zf.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}}),Hf.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}}}),pw.add({"OpenTag CloseTag":t=>t.getChild("TagName")})]}),languageData:{commentTokens:{block:{open:"<!--",close:"-->"}},indentOnInput:/^\s*<\/\w+\W$/,wordChars:"-_"}}),T1=H9.configure({wrap:x9(X9,z9)});function B3(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=x9((t.nestedLanguages||[]).concat(X9),(t.nestedAttributes||[]).concat(z9)));let r=n?H9.configure({wrap:n,dialect:e}):e?T1.configure({dialect:e}):T1;return new Dg(r,[T1.data.of({autocomplete:YX(t)}),t.autoCloseTags!==!1?FX:[],N9().support,A9().support])}const F3=new Set("area base br col command embed frame hr img input keygen link meta param source track wbr menuitem".split(" ")),FX=be.inputHandler.of((t,e,n,r,i)=>{if(t.composing||t.state.readOnly||e!=n||r!=">"&&r!="/"||!T1.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=Zt(o).resolveInner(v,-1),w;if(y&&r==">"&&S.name=="EndTag"){let A=S.parent;if(((p=(m=A.parent)===null||m===void 0?void 0:m.lastChild)===null||p===void 0?void 0:p.name)!="CloseTag"&&(w=Js(o.doc,A.parent,v))&&!F3.has(w)){let k=v+(o.doc.sliceString(v,v+1)===">"?1:0),$=`</${w}>`;return{range:f,changes:{from:v,to:k,insert:$}}}}else if(y&&r=="/"&&S.name=="IncompleteCloseTag"){let A=S.parent;if(S.from==v-2&&((g=A.lastChild)===null||g===void 0?void 0:g.name)!="CloseTag"&&(w=Js(o.doc,A,v))&&!F3.has(w)){let k=v+(o.doc.sliceString(v,v+1)===">"?1:0),$=`${w}>`;return{range:fe.cursor(v+$.length,-1),changes:{from:v,to:k,insert:$}}}}return{range:f}});return c.changes.empty?!1:(t.dispatch([l,o.update(c,{userEvent:"input.complete",scrollIntoView:!0})]),!0)});function qX(t){switch(t){case"html":return B3();case"css":return A9();case"javascript":case"js":case"typescript":case"ts":return N9({typescript:t==="typescript"||t==="ts"});default:return B3()}}function UX(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 IX=d.memo(function({content:e,filePath:n,language:r,onChange:i,readOnly:l=!1}){const o=d.useRef(null),c=d.useRef(null),f=d.useRef(i);f.current=i;const m=d.useRef(e);m.current=e;const p=d.useCallback(g=>{if(o.current&&(o.current.destroy(),o.current=null),!g)return;c.current=g;const y=r??(n?UX(n):"html"),v=be.updateListener.of(w=>{w.docChanged&&f.current&&f.current(w.state.doc.toString())}),S=Ie.create({doc:m.current,extensions:[HR(),$R(),FR(),cV(),NN(),MN(),UN(),QL(),BL(),jg.of([...jL,...hL,...d_,...xV]),qX(y),T_,v,Ie.readOnly.of(l),be.theme({"&":{height:"100%"},".cm-scroller":{overflow:"auto"}})]});o.current=new be({state:S,parent:g})},[n,r,l]);return d.useEffect(()=>{const g=o.current;if(!g)return;const y=g.state.doc.toString();y!==e&&g.dispatch({changes:{from:0,to:y.length,insert:e}})},[e]),O.jsx("div",{ref:p,className:"h-full w-full overflow-hidden"})}),Qs={width:1920,height:1080},q3=3,GX=10;function WX(t){const e=Number.isFinite(t.stageWidth)&&t.stageWidth>0?t.stageWidth:Qs.width,n=Number.isFinite(t.stageHeight)&&t.stageHeight>0?t.stageHeight:Qs.height,r=t.cardWidth/e,i=t.cardHeight/n;return Math.min(r,i)}function KX(t){return Number.isFinite(t)&&t!=null&&t>0&&t<q3?t/2:q3}function U3(t){if(t==null)return null;const e=Number.parseFloat(t);return Number.isFinite(e)&&e>0?e:null}function JX(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 U3((i==null?void 0:i.getAttribute("data-composition-duration"))??null)??U3((i==null?void 0:i.getAttribute("data-duration"))??null)}function ez(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,KX(JX(t))),!0):!1}function tz({projectId:t,comp:e,isActive:n,onSelect:r}){const[i,l]=d.useState(!1),[o,c]=d.useState(Qs),f=d.useRef(null),m=d.useRef(null),p=d.useRef(null),g=d.useCallback(k=>{p.current&&(clearTimeout(p.current),p.current=null);const $=Q=>{ez(f.current,k)||Q<=0||(p.current=setTimeout(()=>$(Q-1),100))};$(GX)},[]),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}`,A=WX({cardWidth:80,cardHeight:45,stageWidth:o.width,stageHeight:o.height});return d.useEffect(()=>{g(i)},[i,g]),d.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(${A})`},onLoad:k=>{var $;try{const Z=($=k.currentTarget.contentDocument)==null?void 0:$.querySelector("[data-composition-id]"),C=Number(Z==null?void 0:Z.getAttribute("data-width"))||Qs.width,j=Number(Z==null?void 0:Z.getAttribute("data-height"))||Qs.height;c({width:C,height:j}),g(i)}catch{c(Qs)}},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 nz=d.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(tz,{projectId:e,comp:l,isActive:r===l,onSelect:()=>i(l)},l))})});function Y9({src:t}){const[e,n]=d.useState(null);return d.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 rz({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(Y9,{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 iz({projectId:t,asset:e,onCopy:n,isCopied:r,onDelete:i,onRename:l}){const[o,c]=d.useState(!1),[f,m]=d.useState(null),[p,g]=d.useState(!1),[y,v]=d.useState(""),[S,w]=d.useState(!1),A=e.split("/").pop()??e,k=`/api/projects/${t}/preview/${e}`,$=tg.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($2,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(rz,{serveUrl:k,name:A,isImage:Qc.test(e),isVideo:$,isAudio:ng.test(e)}),$&&o&&O.jsx("video",{src:k,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 Z=y.trim();if(Z&&Z!==A){const C=e.includes("/")?e.slice(0,e.lastIndexOf("/")+1):"";l==null||l(e,C+Z)}g(!1)}else Q.key==="Escape"&&g(!1)},onBlur:()=>{const Q=y.trim();if(Q&&Q!==A){const Z=e.includes("/")?e.slice(0,e.lastIndexOf("/")+1):"";l==null||l(e,Z+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:A}),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(A),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 ",A,"?"]}),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 az=d.memo(function({projectId:e,assets:n,onImport:r,onDelete:i,onRename:l}){const o=d.useRef(null),[c,f]=d.useState(!1),[m,p]=d.useState(null),g=d.useCallback(S=>{S.preventDefault(),f(!1),S.dataTransfer.files.length&&(r==null||r(S.dataTransfer.files))},[r]),y=d.useCallback(async S=>{await Ec(S)&&(p(S),setTimeout(()=>p(null),1500))},[]),v=n.filter(S=>zb.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(iz,{projectId:e,asset:S,onCopy:y,isCopied:m===S,onDelete:i,onRename:l},S))})]})}),ln=14,sn="duotone";function B9({path:t}){var r;const e=((r=t.split(".").pop())==null?void 0:r.toLowerCase())??"",n="flex-shrink-0";return e==="html"?O.jsx(C$,{size:ln,weight:sn,color:"#E44D26",className:n}):e==="css"?O.jsx(Q$,{size:ln,weight:sn,color:"#264DE4",className:n}):e==="js"||e==="mjs"||e==="cjs"?O.jsx(P$,{size:ln,weight:sn,color:"#F0DB4F",className:n}):e==="jsx"?O.jsx(j$,{size:ln,weight:sn,color:"#61DAFB",className:n}):e==="ts"||e==="mts"?O.jsx(L$,{size:ln,weight:sn,color:"#3178C6",className:n}):e==="tsx"?O.jsx(_$,{size:ln,weight:sn,color:"#3178C6",className:n}):e==="json"?O.jsx($$,{size:ln,weight:sn,color:"#4ADE80",className:n}):e==="svg"?O.jsx(V$,{size:ln,weight:sn,color:"#F97316",className:n}):e==="md"||e==="mdx"?O.jsx(R$,{size:ln,weight:sn,color:"#9CA3AF",className:n}):e==="txt"?O.jsx(D$,{size:ln,weight:sn,color:"#9CA3AF",className:n}):e==="png"?O.jsx(N$,{size:ln,weight:sn,color:"#22C55E",className:n}):e==="jpg"||e==="jpeg"?O.jsx(Z$,{size:ln,weight:sn,color:"#22C55E",className:n}):e==="webp"||e==="gif"||e==="ico"?O.jsx(Y$,{size:ln,weight:sn,color:"#22C55E",className:n}):e==="mp4"||e==="webm"||e==="mov"?O.jsx(X$,{size:ln,weight:sn,color:"#A855F7",className:n}):e==="mp3"||e==="wav"||e==="ogg"||e==="m4a"?O.jsx(J$,{size:ln,weight:sn,color:"#3CE6AC",className:n}):e==="woff"||e==="woff2"||e==="ttf"||e==="otf"?O.jsx(G$,{size:ln,weight:sn,color:"#6B7280",className:n}):O.jsx(E$,{size:ln,weight:sn,color:"#6B7280",className:n})}function lz(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 F9(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 lO(t,e){if(!e)return!1;if(t.fullPath===e)return!0;for(const n of t.children.values())if(lO(n,e))return!0;return!1}const sz=14;function oz({state:t,onClose:e,onNewFile:n,onNewFolder:r,onRename:i,onDuplicate:l,onDelete:o}){const c=d.useRef(null);d.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(K5,{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(wv,{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(K5,{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(q$,{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(T$,{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(K$,{size:12,weight:"duotone"}),"Delete"]})]})}function ff({defaultValue:t,depth:e,isFolder:n,onCommit:r,onCancel:i}){const l=d.useRef(null),o=d.useRef(!1),[c,f]=d.useState(t);d.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(z$,{size:sz,weight:"duotone",color:"#6B7280",className:"flex-shrink-0"}):O.jsx(B9,{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 cz({name:t,onConfirm:e,onCancel:n}){const r=d.useRef(null);return d.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 Fp=d.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(ff,{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(B9,{path:e.name}),O.jsx("span",{className:"truncate",children:e.name})]})}),uz=d.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]=d.useState(l),w=d.useCallback(()=>S(Z=>!Z),[]),A=d.useMemo(()=>F9(e.children),[e.children]),k=v?oP:cP,$=y===e.fullPath;return(c==null?void 0:c.mode)==="rename"&&c.originalPath===e.fullPath?O.jsx(ff,{defaultValue:c.originalName??e.name,depth:n,isFolder:!0,onCommit:Z=>{var C;(C=c==null?void 0:c.onCommit)==null||C.call(c,Z)},onCancel:()=>{var Z;(Z=c==null?void 0:c.onCancel)==null||Z.call(c)}}):O.jsxs(O.Fragment,{children:[O.jsxs("button",{draggable:!0,onDragStart:Z=>f(Z,e.fullPath),onClick:w,onContextMenu:Z=>{Z.preventDefault(),o(Z,e.fullPath,!0)},onDragOver:Z=>{Z.preventDefault(),Z.stopPropagation(),m(Z,e.fullPath)},onDrop:Z=>{Z.preventDefault(),Z.stopPropagation(),p(Z,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 ${$?"bg-[#3CE6AC]/10 outline outline-1 outline-[#3CE6AC]/40":""}`,style:{paddingLeft:`${8+n*12}px`},children:[O.jsx(k,{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(ff,{defaultValue:"",depth:n+1,isFolder:c.mode==="new-folder",onCommit:Z=>{var C;(C=c==null?void 0:c.onCommit)==null||C.call(c,Z)},onCancel:()=>{var Z;(Z=c==null?void 0:c.onCancel)==null||Z.call(c)}}),A.map(Z=>Z.isFile&&Z.children.size===0?O.jsx(Fp,{node:Z,depth:n+1,activeFile:r,onSelectFile:i,onContextMenu:o,inlineInput:c,onDragStart:f},Z.fullPath):Z.children.size>0?O.jsx(t,{node:Z,depth:n+1,activeFile:r,onSelectFile:i,defaultOpen:lO(Z,r),onContextMenu:o,inlineInput:c,onDragStart:f,onDragOver:m,onDrop:p,onDragLeave:g,dragOverFolder:y},Z.fullPath):O.jsx(Fp,{node:Z,depth:n+1,activeFile:r,onSelectFile:i,onContextMenu:o,inlineInput:c,onDragStart:f},Z.fullPath))]})]})}),fz=d.memo(function({files:e,activeFile:n,onSelectFile:r,onCreateFile:i,onCreateFolder:l,onDeleteFile:o,onRenameFile:c,onDuplicateFile:f,onMoveFile:m,onImportFiles:p}){const g=d.useMemo(()=>lz(e),[e]),y=d.useMemo(()=>F9(g.children),[g]),[v,S]=d.useState(null),[w,A]=d.useState(null),[k,$]=d.useState(null),[Q,Z]=d.useState(null),C=d.useRef(null),j=!!(i||l||o||c||f),E=d.useCallback((M,P,H)=>{j&&(M.preventDefault(),S({x:M.clientX,y:M.clientY,targetPath:P,targetIsFolder:H}))},[j]),L=d.useCallback(()=>S(null),[]),F=d.useCallback(M=>{A({parentPath:M,mode:"new-file",onCommit:P=>{const H=M?`${M}/${P}`:P;i==null||i(H),A(null)},onCancel:()=>A(null)})},[i]),q=d.useCallback(M=>{A({parentPath:M,mode:"new-folder",onCommit:P=>{const H=M?`${M}/${P}`:P;l==null||l(H),A(null)},onCancel:()=>A(null)})},[l]),z=d.useCallback(M=>{const P=M.includes("/")?M.slice(M.lastIndexOf("/")+1):M,H=M.includes("/")?M.slice(0,M.lastIndexOf("/")):"";A({parentPath:H,mode:"rename",originalPath:M,originalName:P,onCommit:U=>{if(U!==P){const te=H?`${H}/${U}`:U;c==null||c(M,te)}A(null)},onCancel:()=>A(null)})},[c]),B=d.useCallback(M=>{f==null||f(M)},[f]),Y=d.useCallback(M=>{$(M)},[]),ee=d.useCallback(()=>{k&&(o==null||o(k),$(null))},[k,o]),_=d.useCallback(()=>{$(null)},[]),R=d.useCallback((M,P)=>{C.current=P,M.dataTransfer.effectAllowed="move",M.dataTransfer.setData("text/plain",P)},[]),X=d.useCallback((M,P)=>{Z(P)},[]),N=d.useCallback((M,P)=>{if(M.dataTransfer.files.length>0&&!C.current){M.preventDefault(),p==null||p(M.dataTransfer.files,P||void 0),Z(null);return}const H=C.current;if(!H||!m){Z(null);return}const U=H.includes("/")?H.slice(H.lastIndexOf("/")+1):H,te=P?`${P}/${U}`:U;te!==H&&!P.startsWith(H+"/")&&m(H,te),Z(null),C.current=null},[m,p]),D=d.useCallback(()=>{Z(null)},[]),I=d.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(Qv,{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(wv,{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:I,onDragOver:M=>{M.preventDefault(),M.target===M.currentTarget&&Z("")},onDragLeave:M=>{M.target===M.currentTarget&&Z(null)},onDrop:M=>{M.preventDefault(),N(M,"")},children:[w&&(w.mode==="new-file"||w.mode==="new-folder")&&w.parentPath===""&&O.jsx(ff,{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(Fp,{node:M,depth:0,activeFile:n,onSelectFile:r,onContextMenu:E,inlineInput:w,onDragStart:R},M.fullPath):O.jsx(uz,{node:M,depth:0,activeFile:n,onSelectFile:r,defaultOpen:lO(M,n),onContextMenu:E,inlineInput:w,onDragStart:R,onDragOver:X,onDrop:N,onDragLeave:D,dragOverFolder:Q},M.fullPath))]}),k&&O.jsx("div",{className:"border-t border-neutral-800/50 flex-shrink-0",children:O.jsx(cz,{name:k.includes("/")?k.slice(k.lastIndexOf("/")+1):k,onConfirm:ee,onCancel:_})}),v&&O.jsx(oz,{state:v,onClose:L,onNewFile:F,onNewFolder:q,onRename:z,onDuplicate:B,onDelete:Y})]})}),q9="hf-studio-sidebar-tab";function dz(){const t=localStorage.getItem(q9);return t==="assets"?"assets":t==="code"?"code":"compositions"}const hz=d.memo(d.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:A,codeChildren:k,onLint:$,linting:Q,onToggleCollapse:Z,takeoverContent:C},j){const[E,L]=d.useState(dz),F=d.useCallback(q=>{L(q),localStorage.setItem(q9,q)},[]);return d.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:C?O.jsx("div",{className:"flex min-h-0 flex-1",children:C}):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 ${E==="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 ${E==="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 ${E==="assets"?"bg-neutral-800 text-white":"text-neutral-500 hover:text-neutral-200"}`,children:"Assets"})]}),Z&&O.jsx("button",{type:"button",onClick:Z,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"})]})})]})}),E==="compositions"&&O.jsx(nz,{projectId:n,compositions:r,activeComposition:l,onSelect:o}),E==="assets"&&O.jsx(az,{projectId:n,assets:i,onImport:c,onDelete:v,onRename:S}),E==="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(fz,{files:f??[],activeFile:(m==null?void 0:m.path)??null,onSelectFile:p??(()=>{}),onCreateFile:g,onCreateFolder:y,onDeleteFile:v,onRenameFile:S,onDuplicateFile:w,onMoveFile:A,onImportFiles:c})}),O.jsx("div",{className:"flex-1 overflow-hidden min-w-0",children:k??O.jsx("div",{className:"flex items-center justify-center h-full text-neutral-600 text-sm",children:"Select a file to edit"})})]}),$&&O.jsx("div",{className:"border-t border-neutral-800 p-2 flex-shrink-0",children:O.jsxs("button",{onClick:$,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 mz({projectId:t,filePath:e}){const n=`/api/projects/${t}/preview/${e}`,r=e.split("/").pop()??e;return Qc.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})]}):tg.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})]}):ng.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 U9=d.createContext(null);function I9(){const t=d.useContext(U9);if(!t)throw new Error("useFileManagerContext must be used within FileManagerProvider");return t}function pz({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:A,handleCreateFolder:k,handleDeleteFile:$,handleRenameFile:Q,handleDuplicateFile:Z,handleMoveFile:C,handleImportFiles:j,handleImportFonts:E,compositions:L,assets:F,fontAssets:q},children:z}){const B=d.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:A,handleCreateFolder:k,handleDeleteFile:$,handleRenameFile:Q,handleDuplicateFile:Z,handleMoveFile:C,handleImportFiles:j,handleImportFonts:E,compositions:L,assets:F,fontAssets:q}),[t,e,n,r,i,l,o,c,f,m,p,g,y,v,S,w,A,k,$,Q,Z,C,j,E,L,F,q]);return O.jsx(U9,{value:B,children:z})}function gz({leftSidebarRef:t,onSelectComposition:e,onLint:n,linting:r}){const{leftCollapsed:i,leftWidth:l,toggleLeftSidebar:o,handlePanelResizeStart:c,handlePanelResizeMove:f,handlePanelResizeEnd:m}=yg(),{projectId:p}=nu(),{compositions:g,assets:y,editingFile:v,fileTree:S,handleFileSelect:w,handleCreateFile:A,handleCreateFolder:k,handleDeleteFile:$,handleRenameFile:Q,handleDuplicateFile:Z,handleMoveFile:C,handleImportFiles:j,handleContentChange:E}=I9();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(hz,{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:A,onCreateFolder:k,onDeleteFile:$,onRenameFile:Q,onDuplicateFile:Z,onMoveFile:C,onImportFiles:j,codeChildren:v?Hb(v.path)?O.jsx(mz,{projectId:p,filePath:v.path}):O.jsx(IX,{content:v.content??"",filePath:v.path,onChange:E}):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"})})]})}const Oz=25,xz=400,G9={zoomPercent:100,panX:0,panY:0},yz=.007,I3=10;function ys(t){return Math.round(t*1e4)/1e4}function fl(t){return Number.isFinite(t)?Math.min(xz,Math.max(Oz,t)):100}function bz(t,e){if(!Number.isFinite(t))return fl(e);const r=-(Math.abs(t)>I3?I3*Math.sign(t):t)*yz,i=fl(e);return fl(i*Math.exp(r))}function W9(t){const e=fl(t.zoomPercent)/100;if(e<=1)return{panX:0,panY:0};const n=(e-1)*t.viewportWidth/2,r=(e-1)*t.viewportHeight/2;return{panX:Math.min(n,Math.max(-n,t.panX)),panY:Math.min(r,Math.max(-r,t.panY))}}function vz(t){const e=bz(t.deltaY,fl(t.state.zoomPercent)),n=W9({panX:t.state.panX,panY:t.state.panY,zoomPercent:e,viewportWidth:t.viewportWidth,viewportHeight:t.viewportHeight});return{zoomPercent:e,...n}}function Sz({projectId:t,directUrl:e}){return e??t}const wz=1200,Az=200;function kz(){const t=mf().previewZoom;return t?{zoomPercent:fl(t.zoomPercent),panX:t.panX,panY:t.panY}:G9}const Tz=d.memo(function({projectId:e,iframeRef:n,onIframeLoad:r,onCompositionLoadingChange:i,portrait:l,directUrl:o,refreshKey:c,suppressLoadingOverlay:f}){const m=Sz({projectId:e,directUrl:o}),p=d.useRef(c),g=d.useRef(null),y=d.useRef(null),[v,S]=d.useState(null),w=d.useRef(null),A=d.useRef(kz()),k=d.useRef(null),$=d.useRef(null),Q=d.useRef(null),Z=d.useRef(!1),C=d.useRef(null);d.useEffect(()=>()=>{Q.current&&clearTimeout(Q.current),$.current&&clearTimeout($.current),w.current&&clearTimeout(w.current)},[]);const j=d.useCallback(_=>{const R=y.current;if(!R)return;const X=ys(_.zoomPercent/100),N=ys(_.panX),D=ys(_.panY);R.style.zoom=String(X),R.style.transform=`translate(${N}px, ${D}px)`},[]),E=d.useCallback(_=>{const R={zoomPercent:fl(_.zoomPercent),panX:Number.isFinite(_.panX)?_.panX:0,panY:Number.isFinite(_.panY)?_.panY:0};if(A.current=R,!Z.current){Z.current=!0;const X=k.current;X&&(X.style.opacity="1")}j(R),Q.current&&clearTimeout(Q.current),Q.current=setTimeout(()=>{Z.current=!1;const X=A.current;pf({previewZoom:X});const N=k.current;if(N){const D=Math.abs(X.zoomPercent-100)>.5;N.textContent=D?`${Math.round(X.zoomPercent)}%`:"Fit",$.current&&clearTimeout($.current),$.current=setTimeout(()=>{k.current&&(k.current.style.opacity="0")},wz)}},Az)},[j]);if(c!==p.current){const _=`${m}:${p.current??0}`;p.current=c,S(_)}const L=`${m}:${c??0}`,F=d.useCallback(()=>{const _=A.current;(Math.abs(_.zoomPercent-100)>.5||Math.abs(_.panX)>.1||Math.abs(_.panY)>.1)&&j(_)},[j]),q=()=>{r(),F(),w.current&&clearTimeout(w.current),w.current=setTimeout(()=>{S(null),w.current=null},160)};d.useEffect(()=>{const _=g.current;if(!_)return;let R=0;const X=N=>{const D=_.getBoundingClientRect();if(N.clientX<D.left||N.clientX>D.right||N.clientY<D.top||N.clientY>D.bottom)return;if(N.ctrlKey||N.metaKey){R=Date.now(),N.preventDefault(),N.stopPropagation();const M=vz({state:A.current,deltaY:N.deltaY,viewportWidth:D.width,viewportHeight:D.height});E(M);return}Date.now()-R<400&&(N.preventDefault(),N.stopPropagation())};return document.addEventListener("wheel",X,{passive:!1,capture:!0}),()=>document.removeEventListener("wheel",X,{capture:!0})},[E]),d.useEffect(()=>{const _=g.current;if(!_)return;const R=X=>{if(Math.abs(A.current.zoomPercent-100)<.5)return;const N=_.getBoundingClientRect();X.clientX<N.left||X.clientX>N.right||X.clientY<N.top||X.clientY>N.bottom||E(G9)};return document.addEventListener("dblclick",R,{capture:!0}),()=>document.removeEventListener("dblclick",R,{capture:!0})},[E]);const z=d.useCallback(_=>{A.current.zoomPercent<=100||_.button!==0||(_.currentTarget.setPointerCapture(_.pointerId),C.current={pointerId:_.pointerId,startX:_.clientX,startY:_.clientY,originX:A.current.panX,originY:A.current.panY})},[]),B=d.useCallback(_=>{const R=C.current,X=g.current;if(!R||!X||R.pointerId!==_.pointerId)return;_.preventDefault();const N=X.getBoundingClientRect(),D=W9({panX:R.originX+_.clientX-R.startX,panY:R.originY+_.clientY-R.startY,zoomPercent:A.current.zoomPercent,viewportWidth:N.width,viewportHeight:N.height});E({...A.current,...D})},[E]),Y=d.useCallback(_=>{var R;((R=C.current)==null?void 0:R.pointerId)===_.pointerId&&(C.current=null)},[]),ee=A.current;return O.jsx("div",{className:"flex flex-col h-full min-h-0",children:O.jsxs("div",{ref:g,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",onPointerDown:z,onPointerMove:B,onPointerUp:Y,onPointerCancel:Y,children:[O.jsxs("div",{ref:y,className:"absolute inset-2",style:{zoom:ys(ee.zoomPercent/100),transform:`translate(${ys(ee.panX)}px, ${ys(ee.panY)}px)`,transformOrigin:"0 0"},"data-testid":"preview-zoom-stage",children:[v&&O.jsx(k2,{projectId:o?void 0:e,directUrl:o,onLoad:()=>{},portrait:l,style:{position:"absolute",inset:0,zIndex:0,opacity:1}},v),O.jsx(k2,{ref:n,projectId:o?void 0:e,directUrl:o,onLoad:v?q:()=>{r(),F()},onCompositionLoadingChange:i,portrait:l,style:v?{position:"absolute",inset:0,zIndex:1}:void 0,suppressLoadingOverlay:f},L)]}),O.jsx("div",{ref:k,className:"pointer-events-none absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 z-50 rounded-lg px-4 py-2 text-sm font-mono tabular-nums text-white/90 bg-black/60 backdrop-blur-sm shadow-lg",style:{opacity:0,transition:"opacity 300ms ease-out"},"aria-live":"polite"})]})})});function Mz({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(v$,{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(tv,{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 Ez({projectId:t,activeCompositionPath:e,onCompositionChange:n}){const[r,i]=d.useState([{id:"master",label:"Master",previewUrl:`/api/projects/${t}/preview`}]),l=d.useRef(n);l.current=n;const o=d.useCallback(v=>{i(S=>{var k;const w=typeof v=="function"?v(S):v,A=(k=w[w.length-1])==null?void 0:k.id;return queueMicrotask(()=>{var $;return($=l.current)==null?void 0:$.call(l,A==="master"?null:A)}),w})},[]),c=d.useRef(0),[f,m]=d.useState(new Map),p=d.useRef(f);p.current=f;const g=d.useCallback(v=>{v===0&&c.current>0&&pe.getState().setCurrentTime(c.current),pe.getState().setElements([]),o(S=>S.slice(0,v+1))},[]),y=d.useCallback(v=>{if(!v.compositionSrc)return;c.current=pe.getState().currentTime;const S=v.id;let w=p.current.get(S);if(!w){const A=v.compositionSrc,k=A.match(/compositions\/.*\.html/);w=k?k[0]:A}pe.getState().setElements([]),o(A=>{var Z;if(A[A.length-1].id===w&&A.length>1)return A.slice(0,-1);const $=((Z=w.split("/").pop())==null?void 0:Z.replace(/\.html$/,""))||w,Q=`/api/projects/${t}/preview/comp/${w}`;return[...A,{id:w,label:$,previewUrl:Q}]})},[t]);return d.useEffect(()=>{if(e==="index.html")pe.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}`;pe.getState().setElements([]),o(w=>{var A;return((A=w[w.length-1])==null?void 0:A.id)===e?w:[{id:"master",label:"Master",previewUrl:`/api/projects/${t}/preview`},{id:e,label:v,previewUrl:S}]})}else e||pe.getState().setElements([])},[e,t,o]),{compositionStack:r,updateCompositionStack:o,handleNavigateComposition:g,handleDrillDown:y,masterSeekRef:c,compIdToSrc:f,setCompIdToSrc:m}}const $z=100,Qz=220,Cz=120;const Zz=d.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:A,onSelectTimelineElement:k,onCompIdToSrcChange:$,timelineVisible:Q,onToggleTimeline:Z,onCompositionLoadingChange:C}){const{iframeRef:j,togglePlay:E,seek:L,onIframeLoad:F,saveSeekPosition:q}=$E(),z=d.useRef(e);z.current!==e&&(z.current=e,pe.getState().reset());const B=d.useRef(o);d.useEffect(()=>{o!==B.current&&(B.current=o,q())},[o,q]);const Y=d.useCallback(()=>{F(),f==null||f(j.current)},[F,j,f]),{compositionStack:ee,updateCompositionStack:_,handleNavigateComposition:R,handleDrillDown:X,compIdToSrc:N,setCompIdToSrc:D}=Ez({projectId:e,activeCompositionPath:c,onCompositionChange:m}),I=j,M=d.useCallback(Me=>{var _e;if(!Me.compositionSrc)return;const De=Me.id;let $e=N.get(De);if(!$e)try{const Qe=(_e=I.current)==null?void 0:_e.contentDocument;if(Qe){const it=Qe.querySelector(`[data-composition-id="${De}"][data-composition-src]`);it&&($e=it.getAttribute("data-composition-src")||void 0)}}catch{}X({id:De,compositionSrc:$e??Me.compositionSrc})},[N,X,I]),P=d.useRef(N);P.current=N,Tt(()=>{fetch(`/api/projects/${e}/files/index.html`).then(Me=>Me.json()).then(Me=>{const De=Me.content||"",$e=new Map,_e=/data-composition-id=["']([^"']+)["'][^>]*data-composition-src=["']([^"']+)["']|data-composition-src=["']([^"']+)["'][^>]*data-composition-id=["']([^"']+)["']/g;let Qe;for(;(Qe=_e.exec(De))!==null;){const it=Qe[1]||Qe[4],ht=Qe[2]||Qe[3];it&&ht&&$e.set(it,ht)}D($e),$==null||$($e)}).catch(()=>{})}),d.useEffect(()=>{if(N.size===0)return;const Me=_e=>{const Qe=P.current;if(Qe.size===0)return null;let it=!1;const ht=_e.map(gt=>{if(gt.compositionSrc)return gt;const _n=Qe.get(gt.id)??Qe.get(gt.id.replace(/-(host|comp|layer)$/,""));return _n?(it=!0,{...gt,compositionSrc:_n}):gt});return it?ht:null},De=Me(pe.getState().elements);De&&pe.getState().setElements(De);let $e=!1;return pe.subscribe((_e,Qe)=>{if($e||_e.elements===Qe.elements||_e.elements.length===0||_e.elements.every(ht=>ht.compositionSrc))return;$e=!0;const it=Me(_e.elements);it&&_e.setElements(it),$e=!1})},[N]);const[H,U]=d.useState(Qz),te=d.useRef(!1),[le,se]=d.useState(!0),ge=d.useCallback(Me=>{Me||(te.current=!0),!(Me&&te.current)&&se(Me)},[]),de=le;d.useEffect(()=>{C==null||C(le)},[le,C]);const ke=Q??!0,Ze=d.useRef(!1),Ce=d.useRef(null),Xt=ee[ee.length-1],vt=ee.length>1?Xt.previewUrl:void 0,ot=d.useRef(f);ot.current=f,d.useEffect(()=>{var Me;(Me=ot.current)==null||Me.call(ot,j.current)},[ee.length,o,j]);const zt=d.useCallback(Me=>{de||(Me.preventDefault(),Ze.current=!0,Me.target.setPointerCapture(Me.pointerId))},[de]),bt=d.useCallback(Me=>{if(de||!Ze.current||!Ce.current)return;const De=Ce.current.getBoundingClientRect(),$e=Me.clientY-De.top,_e=De.height,Qe=Math.max($z,Math.min(_e-Cz,_e-$e));U(Qe)},[de]),Pt=d.useCallback(()=>{Ze.current=!1},[]),Oe=d.useCallback(Me=>{Me.key==="Escape"&&ee.length>1&&_(De=>De.slice(0,-1))},[ee.length]);return O.jsxs("div",{ref:Ce,className:"flex flex-col h-full min-h-0 bg-neutral-950",onKeyDown:Oe,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(Tz,{projectId:e,iframeRef:j,onIframeLoad:Y,onCompositionLoadingChange:ge,portrait:n,directUrl:vt,refreshKey:o,suppressLoadingOverlay:te.current}),r]}),O.jsxs("div",{className:"bg-neutral-950 border-t border-neutral-800/50 flex-shrink-0",children:[ee.length>1&&O.jsx(Mz,{stack:ee,onNavigate:R}),O.jsx(rM,{onTogglePlay:E,onSeek:L,disabled:de})]})]}),ke?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:zt,onPointerMove:bt,onPointerUp:Pt,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:H},"aria-disabled":de||void 0,children:[O.jsxs("div",{className:"flex flex-col flex-1 min-h-0 overflow-hidden bg-neutral-950",onDoubleClick:Me=>{Me.target.closest("[data-clip]")||de||ee.length>1&&_(De=>De.slice(0,-1))},children:[O.jsx("div",{className:"flex-shrink-0",children:i}),O.jsx(eE,{onSeek:L,onDrillDown:M,renderClipContent:p,onFileDrop:g,onDeleteElement:y,onAssetDrop:v,onMoveElement:S,onResizeElement:w,onBlockedEditAttempt:A,onSelectElement:k})]}),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:Me=>Me.preventDefault(),onDragOver:Me=>Me.preventDefault(),onDrop:Me=>Me.preventDefault()})]})]}):Z?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:Z,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:bS(!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:xS})]})]})}):null]})}),Pz=new Set(["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"]);function jz(t){return t.metaKey||t.ctrlKey||t.altKey?!1:Pz.has(t.key)}function Rz(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 A=e.groupOrder[w],k=e.groups.get(A);if(!k)continue;const $=g[w];if(!$)continue;const Q=i.getComputedStyle($);if(parseFloat(Q.opacity)<=.01||Q.visibility==="hidden")continue;const Z=[];for(const C of $.children){const j=C;if(j.dataset.captionWrapper==="true"){const E=j.querySelector(":scope > span");E&&Z.push(E)}else j.tagName==="SPAN"&&Z.push(j)}if(Z.length===0&&((v=$.textContent)!=null&&v.trim())){const C=$.childNodes[0];if(C&&C.nodeType===Node.TEXT_NODE){const j=(C.textContent||"").split(/\s+/).filter(Boolean),E=r.createDocumentFragment();for(const L of j){const F=r.createElement("span");F.textContent=L+" ",F.style.display="inline",E.appendChild(F),Z.push(F)}$.replaceChild(E,C)}else{const j=$.querySelector(":scope > span");if(j&&((S=j.textContent)!=null&&S.trim())){const E=j.textContent.split(/\s+/).filter(Boolean),L=r.createDocumentFragment();for(const F of E){const q=r.createElement("span");q.textContent=F+" ",q.style.display="inline",L.appendChild(q),Z.push(q)}j.replaceWith(L)}}}for(let C=0;C<k.segmentIds.length;C++){const j=k.segmentIds[C],E=Z[C];if(!E)continue;const L=E.getBoundingClientRect();y.push({segmentId:j,groupId:A,groupIndex:w,wordIndex:C,x:L.left*f+m,y:L.top*f+p,width:L.width*f,height:L.height*f})}}return y}function n1(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 Oc(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 Cs(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 r1(t,e,n,r,i,l){const o=Cs(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 Nz(t,e){const n=Cs(t),{x:r,y:i,scale:l,rotation:o}=Oc(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,f2=20;function G3(t,e,n){const r=Nz(e,n);Object.keys(r).length>0&&Ge.getState().updateSegmentStyle(t,r)}const Vz=d.memo(function({iframeRef:e}){const n=Ge(Z=>Z.isEditMode),r=Ge(Z=>Z.model),i=Ge(Z=>Z.selectedSegmentIds),l=Ge(Z=>Z.selectSegment),o=Ge(Z=>Z.clearSelection),[c,f]=d.useState([]),m=d.useRef(null),p=d.useRef(r);p.current=r;const g=d.useRef(null);Tt(()=>{if(!n)return;let Z=[];const C=()=>{const L=e.current,F=p.current,q=m.current;if(!L||!F||!q)return;const z=Rz(L,F,q);z.length===Z.length&&z.every((B,Y)=>Math.abs(B.x-Z[Y].x)<.5&&Math.abs(B.y-Z[Y].y)<.5)||(Z=z,f(z))},j=setInterval(C,66);C();const E=L=>{const{selectedSegmentIds:F,model:q}=Ge.getState();if(F.size===0||!q)return;const z=L.key;if(!jz(L))return;L.preventDefault();const B=L.shiftKey?10:1,Y=z==="ArrowLeft"?-B:z==="ArrowRight"?B:0,ee=z==="ArrowUp"?-B:z==="ArrowDown"?B:0,_=e.current,R=_==null?void 0:_.contentWindow;if(!(!_||!R))for(const X of F)for(let N=0;N<q.groupOrder.length;N++){const D=q.groups.get(q.groupOrder[N]);if(!D)continue;const I=D.segmentIds.indexOf(X);if(I<0)continue;const M=n1(_,N,I);if(!M)continue;const P=Cs(M),H=Oc(P,R);r1(M,R,H.x+Y,H.y+ee,H.scale,H.rotation),G3(X,M,R);break}};return window.addEventListener("keydown",E),()=>{clearInterval(j),window.removeEventListener("keydown",E)}});const y=d.useCallback(()=>{const Z=e.current;if(!Z)return 1;const C=Z.getBoundingClientRect(),j=parseFloat(Z.style.width)||C.width;return C.width/j},[e]),v=d.useCallback((Z,C,j,E)=>{E.stopPropagation(),E.currentTarget.setPointerCapture(E.pointerId);const L=e.current;if(!L)return;const F=n1(L,Z,C),q=L.contentWindow;if(!F||!q)return;const z=Oc(Cs(F),q);g.current={type:"move",wordEl:F,segmentId:j,startMX:E.clientX,startMY:E.clientY,origTX:z.x,origTY:z.y,origScale:z.scale,origRotation:z.rotation}},[e]),S=d.useCallback((Z,C,j,E)=>{var _;E.stopPropagation(),E.preventDefault(),E.currentTarget.setPointerCapture(E.pointerId);const L=e.current;if(!L)return;const F=n1(L,Z,C),q=L.contentWindow;if(!F||!q)return;const z=F.getBoundingClientRect(),B=y(),Y=z.left*B+(((_=e.current)==null?void 0:_.getBoundingClientRect().left)??0)+z.width*B/2,ee=Oc(Cs(F),q);g.current={type:"scale",wordEl:F,segmentId:j,startMX:E.clientX,startDxFromCenter:E.clientX-Y,origTX:ee.x,origTY:ee.y,origScale:ee.scale,origRotation:ee.rotation}},[e,y]),w=d.useCallback((Z,C)=>{C.stopPropagation(),C.preventDefault(),C.currentTarget.setPointerCapture(C.pointerId);const j=e.current;if(!j)return;const E=n1(j,Z.groupIndex,Z.wordIndex),L=j.contentWindow;if(!E||!L)return;const F=Oc(Cs(E),L);g.current={type:"rotate",wordEl:E,segmentId:Z.segmentId,startMX:C.clientX,origTX:F.x,origTY:F.y,origRotation:F.rotation,origScale:F.scale}},[e]),A=d.useCallback(()=>{var Z;try{return((Z=e.current)==null?void 0:Z.contentWindow)??null}catch{return null}},[e]),k=d.useCallback(Z=>{const C=g.current;if(!C)return;const j=A();if(j){if(C.type==="move"){const E=y(),L=(Z.clientX-C.startMX)/E,F=(Z.clientY-C.startMY)/E;r1(C.wordEl,j,C.origTX+L,C.origTY+F,C.origScale,C.origRotation)}else if(C.type==="scale"){const E=C.startMX-C.startDxFromCenter,L=Math.abs(C.startDxFromCenter),F=Math.abs(Z.clientX-E),q=L>5?F/L:1,z=Math.max(.1,C.origScale*q);r1(C.wordEl,j,C.origTX,C.origTY,z,C.origRotation)}else if(C.type==="rotate"){const L=(Z.clientX-C.startMX)/200*90;r1(C.wordEl,j,C.origTX,C.origTY,C.origScale,C.origRotation+L)}}},[y,A]),$=d.useCallback(()=>{const Z=g.current;if(Z){const C=A();C&&G3(Z.segmentId,Z.wordEl,C),g.current=null}},[A]),Q=d.useCallback(Z=>{Z.target===Z.currentTarget&&o()},[o]);return n?O.jsx("div",{ref:m,className:"absolute inset-0 z-50",style:{pointerEvents:"auto"},onClick:Q,onPointerMove:k,onPointerUp:$,onLostPointerCapture:$,children:c.map(Z=>{const C=i.has(Z.segmentId);return O.jsx("div",{className:["absolute",C?"ring-2 ring-studio-accent":"hover:ring-1 hover:ring-white/30"].join(" "),style:{left:Z.x,top:Z.y,width:Z.width,height:Z.height,cursor:C?"move":"pointer",touchAction:"none",borderRadius:2},onClick:j=>{j.stopPropagation(),l(Z.segmentId,j.shiftKey)},onPointerDown:j=>{C&&v(Z.groupIndex,Z.wordIndex,Z.segmentId,j)},children:C&&O.jsxs(O.Fragment,{children:[O.jsx("div",{style:{position:"absolute",left:"50%",top:-f2-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(Z,j)}),O.jsx("div",{style:{position:"absolute",left:"50%",top:-f2,width:1,height:f2,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,E)=>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(Z.groupIndex,Z.wordIndex,Z.segmentId,L)},E))]})},Z.segmentId)})}):null}),W3=["#3CE6AC","#FF6B6B","#4ECDC4","#FFE66D","#A78BFA","#F472B6","#34D399","#FB923C","#60A5FA","#C084FC"],Lz=d.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=d.useRef(null),m=d.useCallback((w,A,k,$,Q)=>{w.stopPropagation(),w.preventDefault(),w.target.setPointerCapture(w.pointerId),f.current={segId:A,edge:k,originalStart:$,originalEnd:Q,startX:w.clientX}},[]),p=d.useCallback(w=>{const A=f.current;if(!A)return;const k=(w.clientX-A.startX)/e;if(A.edge==="start"){const $=Math.max(0,A.originalStart+k),Q=Math.min($,A.originalEnd-.05);o(A.segId,Q,A.originalEnd)}else{const $=Math.max(A.originalStart+.05,A.originalEnd+k),Q=Math.max(0,$);o(A.segId,A.originalStart,Q)}},[e,o]),g=d.useCallback(()=>{f.current=null},[]),y=d.useCallback((w,A)=>{w.stopPropagation(),l(A,w.shiftKey)},[l]),v=d.useCallback((w,A,k)=>{w.stopPropagation(),c(A,k)},[c]),S=d.useCallback(w=>{if(!n)return;const A=w.currentTarget.getBoundingClientRect(),k=w.clientX-A.left-32,$=Math.max(0,k/e);n($)},[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,A)=>{const k=r.groups.get(w);if(!k)return null;const $=W3[A%W3.length];return k.segmentIds.map(Q=>{const Z=r.segments.get(Q);if(!Z)return null;const C=32+Z.start*e,j=Math.max((Z.end-Z.start)*e,4),E=i.has(Q);return O.jsxs("div",{className:`absolute top-1 bottom-1 rounded flex items-center overflow-hidden cursor-pointer${E?" ring-1 ring-white/50 z-10":""}`,style:{left:C,width:j,backgroundColor:$,zIndex:E?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",Z.start,Z.end)}),O.jsx("span",{className:"flex-1 truncate px-2 pointer-events-none",style:{fontSize:9,color:"#000000",lineHeight:1},children:Z.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",Z.start,Z.end)})]},Q)})})}):null});function _z(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 K3(t){if(!t)return null;const e=Number.parseFloat(t);return Number.isFinite(e)&&e>0?e:null}function Dz(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 Xz(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 M1(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=Dz(n),S=v==null?void 0:v.getBoundingClientRect(),w=Xz({rootScaleX:g,rootScaleY:y,sourceRectWidth:S==null?void 0:S.width,sourceRectHeight:S==null?void 0:S.height,sourceWidth:K3((v==null?void 0:v.getAttribute("data-width"))??null),sourceHeight:K3((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 i1=.5;function qp(t,e){return t===e?!0:!t||!e?!1:Math.abs(t.left-e.left)<i1&&Math.abs(t.top-e.top)<i1&&Math.abs(t.width-e.width)<i1&&Math.abs(t.height-e.height)<i1&&Math.abs(t.editScaleX-e.editScaleX)<.001&&Math.abs(t.editScaleY-e.editScaleY)<.001}function zz(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&&qp(n.rect,i.rect))})}function Hz(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 Yz(t){return t.filter(e=>!t.some(n=>n!==e&&n.element.contains(e.element)))}function ga(t){return[t.sourceFile??"",t.id??"",t.selector??"",t.selectorIndex??""].join("|")}function J3(t,e,n,r){const i=ga(e),l=r.current;if((l==null?void 0:l.key)===i&&l.element.isConnected&&l.element.ownerDocument===t)return l.element;const o=Ar(t,e,n);return r.current=o?{key:i,element:o}:null,o}const a1=4,l1=20,Bz=.05,eb=15;function Fz(t){t==null||t.focus({preventScroll:!0})}function qz(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(l1,o*e),overlayHeight:Math.max(l1,o*n),width:o,height:o}}return{overlayWidth:Math.max(l1,t.originWidth+t.dx),overlayHeight:Math.max(l1,t.originHeight+t.dy),width:Math.max(1,t.actualWidth+t.dx/e),height:Math.max(1,t.actualHeight+t.dy/n)}}function tb(t,e,n,r){return Math.atan2(r-e,n-t)*180/Math.PI}function Uz(t){return((t+180)%360+360)%360-180}function Iz(t){return Math.round(t*10)/10}function nb(t){const e=tb(t.centerX,t.centerY,t.startX,t.startY),n=tb(t.centerX,t.centerY,t.currentX,t.currentY),r=Uz(n-e),i=t.actualAngle+r;return{angle:t.snap?Math.round(i/eb)*eb:Iz(i)}}function Gz(t,e){return Math.abs(e-t)>=Bz}function Wz({iframeRef:t,overlayRef:e,selectionRef:n,activeCompositionPathRef:r,groupSelectionsRef:i,hoverSelectionRef:l,rafPausedRef:o}){const[c,f]=d.useState(null),[m,p]=d.useState(null),[g,y]=d.useState([]),v=d.useRef(null),S=d.useRef(null),w=d.useRef([]),A=d.useRef(null),k=d.useRef(null),$=d.useRef(new Map),Q=E=>{qp(v.current,E)||(v.current=E,f(E))},Z=E=>{qp(S.current,E)||(S.current=E,p(E))},C=E=>{zz(w.current,E)||(w.current=E,y(E))},j=(E,L)=>{const F=ga(L),q=$.current.get(F);if(q!=null&&q.isConnected&&q.ownerDocument===E)return q;const z=Ar(E,L,r.current);return z?$.current.set(F,z):$.current.delete(F),z};return Tt(()=>{let E=0;const L=()=>{Q(null),Z(null),C([])},F=()=>{if(E=requestAnimationFrame(F),o.current)return;const q=n.current,z=t.current,B=e.current;if(!z||!B){A.current=null,k.current=null,$.current.clear(),L();return}const Y=z.contentDocument;if(!Y){A.current=null,k.current=null,$.current.clear(),L();return}if(q){const D=J3(Y,q,r.current,A);D&&_z(D)?Q(M1(B,z,D)):Q(null)}else A.current=null,Q(null);const ee=i.current;if(ee.length>0){const D=[],I=new Set;for(const M of ee){const P=ga(M);I.add(P);const H=j(Y,M),U=H?M1(B,z,H):null;H&&U&&D.push({key:P,selection:M,element:H,rect:U})}for(const M of $.current.keys())I.has(M)||$.current.delete(M);C(D)}else $.current.clear(),C([]);const _=l.current,R=!!(q&&_&&ga(q)===ga(_)),X=!!(_&&ee.some(D=>ga(D)===ga(_)));if(!_||R||X){k.current=null,Z(null);return}const N=J3(Y,_,r.current,k);if(!N){Z(null);return}Z(M1(B,z,N))};return E=requestAnimationFrame(F),()=>cancelAnimationFrame(E)}),{overlayRect:c,overlayRectRef:v,setOverlayRect:Q,hoverRect:m,hoverRectRef:S,setHoverRect:Z,groupOverlayItems:g,groupOverlayItemsRef:w,setGroupOverlayItems:C}}const Kz=100,rb=.01,Jz=1e-6;function ib(t){return Number.isFinite(t.x)&&Number.isFinite(t.y)}function ab(t){return Math.hypot(t.x,t.y)}function lb(t){return Number.isFinite(t.left)&&Number.isFinite(t.top)&&Number.isFinite(t.width)&&Number.isFinite(t.height)}function eH(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 tH(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 d2(t){const e=t.getBoundingClientRect();if(!lb(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=tH(r);if(!i)break;const l=i.getBoundingClientRect();if(!lb(l)||l.width<=0||l.height<=0)return null;const o=eH(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 nH(t){const e=t.a*t.d-t.b*t.c;return!Number.isFinite(e)||Math.abs(e)<Jz?null:{a:t.d/e,b:-t.b/e,c:-t.c/e,d:t.a/e}}function rH(t,e){return{x:t.a*e.x+t.c*e.y,y:t.b*e.x+t.d*e.y}}function iH(t,e,n={}){const r=n.probeSize??Kz;if(!Number.isFinite(r)||r<=0)return{ok:!1,reason:"Invalid movement probe size."};const i=lg(t);try{p1(t,e);const l=d2(t);if(!l)return{ok:!1,reason:"Element has no measurable box."};p1(t,{x:e.x+r,y:e.y});const o=d2(t);if(!o)return{ok:!1,reason:"Element X movement could not be measured."};p1(t,{x:e.x,y:e.y+r});const c=d2(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(!ib(f)||!ib(m)||ab(f)<rb||ab(m)<rb)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=nH(p);return g?{ok:!0,matrix:g}:{ok:!1,reason:"Element movement response is not invertible."}}finally{il(t,i)}}function aH(t){const e=rH(t.screenToOffset,{x:t.dx,y:t.dy});return{x:t.initialOffset.x+e.x,y:t.initialOffset.y+e.y}}function K9(t){const e=L2(t.element),n=lg(t.element),r=_v(t.element),i=iH(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),Sr(t.element,r),{ok:!1,reason:i.reason,selection:t.selection})}function J9(t,e,n){return aH({initialOffset:t.initialOffset,screenToOffset:t.screenToOffset,dx:e,dy:n})}function sb(t,e,n){const r=J9(t,e,n);return p1(t.element,r),r}function ob(t,e,n){const r=J9(t,e,n);return Yv(t.element,r),r}function lH(t){il(t.element,t.initialPathOffset),Sr(t.element,t.gestureToken)}function eA(t){for(const e of t)lH(e)}function cb(t){for(const e of t)Sr(e.element,e.gestureToken)}function sH(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=Yz(n),l=[];for(const m of i){const p=K9({key:m.key,selection:m.selection,element:m.element,rect:m.rect});if(!p.ok)return eA(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 oH(t,e,n,r){var Q,Z;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=Z1(i.element),p=Dv(i.element),g=m.width>0?m.width:l.width/l.editScaleX,y=m.height>0?m.height:l.height/l.editScaleY;let v=lg(i.element),S,w;if(t==="drag"){(Z=(Q=n.onManualDragStartRef).current)==null||Z.call(Q);const C=K9({key:ga(i),selection:i,element:i.element,rect:l});if(!C.ok)return n.onBlockedMoveRef.current(C.selection),!1;w=C.member,v=C.member.initialPathOffset,S=C.member.gestureToken}else S=_v(i.element);const A=c==null?void 0:c.getBoundingClientRect(),k=((A==null?void 0:A.left)??0)+l.left+l.width/2,$=((A==null?void 0:A.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:k,centerY:$,initialPathOffset:v,initialRotation:ZQ(i.element),initialBoxSize:CQ(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 cH(t){const e=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=>{t.setGroupOverlayItems(p)},i=p=>{eA(p.members),r(p.originItems)};return{startGesture:(p,g,y)=>oH(p,g,t,y),startGroupDrag:p=>sH(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 $=p.clientX-w.startX,Q=p.clientY-w.startY;!w.notified&&Math.hypot($,Q)>=a1&&(w.notified=!0,t.suppressNextBoxClickRef.current=!0,t.onBlockedMoveRef.current(v));return}if(y){const $=p.clientX-y.startX,Q=p.clientY-y.startY;r(y.originItems.map(Z=>({...Z,rect:{...Z.rect,left:Z.rect.left+$,top:Z.rect.top+Q}})));for(const Z of y.members)sb(Z,$,Q);return}if(!g||!v)return;const A=p.clientX-g.startX,k=p.clientY-g.startY;if(g.kind==="rotate"){UQ(v.element,nb({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 $=g.originLeft+A,Q=g.originTop+k;e({left:$,top:Q,width:g.originWidth,height:g.originHeight,editScaleX:g.editScaleX,editScaleY:g.editScaleY}),S&&(S.style.left=`${$}px`,S.style.top=`${Q}px`),g.pathOffsetMember&&sb(g.pathOffsetMember,A,k)}else{if(!S)return;const $=qz({originWidth:g.originWidth,originHeight:g.originHeight,actualWidth:g.actualWidth,actualHeight:g.actualHeight,scaleX:g.editScaleX,scaleY:g.editScaleY,dx:A,dy:k,uniform:p.shiftKey});e({left:g.originLeft,top:g.originTop,width:$.overlayWidth,height:$.overlayHeight,editScaleX:g.editScaleX,editScaleY:g.editScaleY}),S.style.width=`${$.overlayWidth}px`,S.style.height=`${$.overlayHeight}px`,BQ(v.element,$)}},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 A=p.clientX-y.startX,k=p.clientY-y.startY;if(Math.hypot(A,k)<a1){i(y),t.suppressNextBoxClickRef.current=!0;return}r(y.originItems.map(Q=>({...Q,rect:{...Q.rect,left:Q.rect.left+A,top:Q.rect.top+k}})));const $=y.members.map(Q=>({selection:Q.selection,next:ob(Q,A,k)}));Promise.resolve(t.onGroupPathOffsetCommitRef.current($)).catch(()=>{for(const Q of y.members)Q.gestureToken&&M0(Q.element,Q.gestureToken)&&il(Q.element,Q.initialPathOffset)}).finally(()=>cb(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<a1){il(v.element,g.initialPathOffset),Sr(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<a1){xm(v.element,g.initialBoxSize),Sr(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 A=nb({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(!Gz(g.actualRotation,A.angle)){ym(v.element,g.initialRotation),Sr(v.element,g.manualEditDragToken);return}Uv(v.element,A),Promise.resolve(t.onRotationCommitRef.current(v,A)).catch(()=>{g.manualEditDragToken&&M0(v.element,g.manualEditDragToken)&&ym(v.element,g.initialRotation)}).finally(()=>Sr(v.element,g.manualEditDragToken))}else if(g.kind==="drag"){const A=p.clientX-g.startX,k=p.clientY-g.startY;if(!g.pathOffsetMember)return;const $=ob(g.pathOffsetMember,A,k),Q=g.originLeft+A,Z=g.originTop+k;e({left:Q,top:Z,width:g.originWidth,height:g.originHeight,editScaleX:g.editScaleX,editScaleY:g.editScaleY}),S&&(S.style.left=`${Q}px`,S.style.top=`${Z}px`),Promise.resolve(t.onPathOffsetCommitRef.current(v,$)).catch(()=>{var C;(C=g.pathOffsetMember)!=null&&C.gestureToken&&M0(v.element,g.pathOffsetMember.gestureToken)&&il(v.element,g.initialPathOffset)}).finally(()=>{g.pathOffsetMember&&cb([g.pathOffsetMember])})}else{const A=Z1(v.element);Fv(v.element,A),Promise.resolve(t.onBoxSizeCommitRef.current(v,A)).catch(()=>{g.manualEditDragToken&&M0(v.element,g.manualEditDragToken)&&xm(v.element,g.initialBoxSize)}).finally(()=>Sr(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),Sr(v.element,y.manualEditDragToken),n(y)),(y==null?void 0:y.mode)==="box-size"&&v&&(xm(v.element,y.initialBoxSize),Sr(v.element,y.manualEditDragToken),n(y)),(y==null?void 0:y.mode)==="rotation"&&v&&(ym(v.element,y.initialRotation),Sr(v.element,y.manualEditDragToken)),t.blockedMoveRef.current=null,t.groupGestureRef.current=null,t.gestureRef.current=null,t.rafPausedRef.current=!1}}}const uH=d.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:A}){const k=d.useRef(null),$=d.useRef(null),Q=d.useRef(null),Z=d.useRef(null),C=d.useRef(null),j=d.useRef(!1),E=d.useRef(!1),L=d.useRef(!1),F=d.useRef(!1),q=d.useRef(r);q.current=r;const z=d.useRef(n);z.current=n;const B=d.useRef(i);B.current=i;const Y=d.useRef(l);Y.current=l;const ee=d.useRef(v);ee.current=v;const _=d.useRef(S);_.current=S;const R=d.useRef(w);R.current=w;const X=d.useRef(A);X.current=A;const N=d.useRef(g);N.current=g;const D=d.useRef(y);D.current=y;const I=d.useRef(f);I.current=f;const M=d.useRef(m);M.current=m;const P=d.useRef(p);P.current=p;const{overlayRect:H,overlayRectRef:U,setOverlayRect:te,hoverRect:le,groupOverlayItems:se,groupOverlayItemsRef:ge,setGroupOverlayItems:de}=Wz({iframeRef:e,overlayRef:k,selectionRef:q,activeCompositionPathRef:z,groupSelectionsRef:B,hoverSelectionRef:Y,rafPausedRef:F}),ke=cH({overlayRef:k,boxRef:$,selectionRef:q,overlayRectRef:U,groupOverlayItemsRef:ge,gestureRef:Q,groupGestureRef:Z,blockedMoveRef:C,rafPausedRef:F,suppressNextBoxClickRef:j,setOverlayRect:te,setGroupOverlayItems:de,onBlockedMoveRef:N,onManualDragStartRef:D,onPathOffsetCommitRef:ee,onGroupPathOffsetCommitRef:_,onBoxSizeCommitRef:R,onRotationCommitRef:X,onCanvasPointerMoveRef:I,onCanvasMouseDown:c}),Ze=d.useMemo(()=>r?`${r.sourceFile}:${r.id??r.selector??r.label}:${r.selectorIndex??0}`:"none",[r]),Ce=d.useMemo(()=>Hz(se.map(Oe=>Oe.rect)),[se]),Xt=i.length>1,vt=Xt&&se.length>1&&se.every(Oe=>Oe.selection.capabilities.canApplyManualOffset),ot=Oe=>{if(L.current){L.current=!1,E.current=!1,j.current=!1,Oe.preventDefault(),Oe.stopPropagation();return}const Me=Oe.target;Me!=null&&Me.closest('[data-dom-edit-selection-box="true"]')||(c(Oe,{preferClipAncestor:!1}),Oe.shiftKey&&(E.current=!0,j.current=!0))},zt=Oe=>{if(!o||Oe.button!==0)return;if(Oe.shiftKey){const ht=I.current(Oe,{preferClipAncestor:!1})??Y.current;if(!ht)return;Oe.preventDefault(),Oe.stopPropagation(),L.current=!0,E.current=!0,j.current=!0,P.current(ht,{additive:!0});return}const Me=Oe.target;if(Me!=null&&Me.closest('[data-dom-edit-selection-box="true"]'))return;const De=I.current(Oe,{preferClipAncestor:!1})??Y.current;if(!(De!=null&&De.capabilities.canApplyManualOffset))return;const $e=k.current,_e=e.current,Qe=$e&&_e?M1($e,_e,De.element):null;if(!Qe)return;if(L.current=!0,q.current=De,te(Qe),!ke.startGesture("drag",Oe,{selection:De,rect:Qe})){L.current=!1;return}P.current(De)},bt=Oe=>{if(!(Q.current||Z.current)){if(j.current){j.current=!1,Oe.stopPropagation();return}c(Oe,{preferClipAncestor:!1})}},Pt=Oe=>{E.current&&(E.current=!1,Oe.preventDefault(),Oe.stopPropagation())};return O.jsxs("div",{ref:k,className:"absolute inset-0 z-10 pointer-events-auto outline-none",tabIndex:-1,"aria-label":"Composition canvas",onPointerDownCapture:Oe=>Fz(Oe.currentTarget),onPointerDown:zt,onMouseDown:ot,onPointerMove:ke.onPointerMove,onPointerLeave:()=>M.current(),onPointerUp:ke.onPointerUp,onPointerCancel:()=>ke.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}}),Xt&&se.length>1&&Ce&&O.jsxs(O.Fragment,{children:[se.map(Oe=>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:Oe.rect.left,top:Oe.rect.top,width:Oe.rect.width,height:Oe.rect.height}},Oe.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:Ce.left,top:Ce.top,width:Ce.width,height:Ce.height,cursor:o&&vt?"move":"default"},onPointerDown:Oe=>{!o||Oe.shiftKey||ke.startGroupDrag(Oe)},onMouseDown:Pt,onClick:bt})]}),!Xt&&r&&H&&O.jsxs(O.Fragment,{children:[o&&r.capabilities.canApplyManualRotation&&O.jsxs("div",{className:"pointer-events-none absolute",style:{left:H.left+H.width/2,top:H.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:Oe=>{Oe.stopPropagation(),ke.startGesture("rotate",Oe)}})]}),O.jsx("div",{ref:$,"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:H.left,top:H.top,width:H.width,height:H.height,cursor:o&&r.capabilities.canApplyManualOffset?"move":"default"},onPointerDown:Oe=>{if(!(!o||Oe.shiftKey)){if(r.capabilities.canApplyManualOffset){ke.startGesture("drag",Oe);return}Oe.preventDefault(),Oe.stopPropagation(),Oe.currentTarget.setPointerCapture(Oe.pointerId),C.current={pointerId:Oe.pointerId,startX:Oe.clientX,startY:Oe.clientY,notified:!1}}},onMouseDown:Pt,onClick:bt,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:Oe=>{Oe.stopPropagation(),ke.startGesture("resize",Oe)}})},Ze)]})]})});function fH({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:A,isPlaying:k,previewIframeRef:$,refreshPreviewDocumentVersion:Q,handlePreviewIframeRef:Z,timelineVisible:C,toggleTimelineVisibility:j}=nu(),{domEditHoverSelection:E,domEditSelection:L,domEditGroupSelections:F,handleTimelineElementSelect:q,handlePreviewCanvasMouseDown:z,handlePreviewCanvasPointerMove:B,handlePreviewCanvasPointerLeave:Y,applyDomSelection:ee,handleBlockedDomMove:_,handleDomManualDragStart:R,handleDomPathOffsetCommit:X,handleDomGroupPathOffsetCommit:N,handleDomBoxSizeCommit:D,handleDomRotationCommit:I}=Cf();return O.jsx("div",{className:"flex-1 relative min-w-0",children:O.jsx(Zz,{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:Z,previewOverlay:w?O.jsx(Vz,{iframeRef:$}):Kt?O.jsx(uH,{iframeRef:$,activeCompositionPath:v,hoverSelection:q2&&!w&&!A&&!k?E:null,selection:p?L:null,groupSelections:p?F:[],allowCanvasMovement:qC,onCanvasMouseDown:z,onCanvasPointerMove:B,onCanvasPointerLeave:Y,onSelectionChange:ee,onBlockedMove:_,onManualDragStart:R,onPathOffsetCommit:X,onGroupPathOffsetCommit:N,onBoxSizeCommit:D,onRotationCommit:I}):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(Lz,{pixelsPerSecond:100})]}):void 0,timelineVisible:C,onToggleTimeline:j})})}function Jn(t){return Math.max(0,Math.min(255,Math.round(t)))}function sO(t){return Math.max(0,Math.min(1,t))}function h2(t){return Jn(t).toString(16).padStart(2,"0")}function dH(t){return`${Math.round(sO(t)*100)/100}`}function tA(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:Jn(Number.parseFloat(i[1])),green:Jn(Number.parseFloat(i[2])),blue:Jn(Number.parseFloat(i[3])),alpha:sO(i[4]!=null?Number.parseFloat(i[4]):1)}:null}function m2(t){return`#${h2(t.red)}${h2(t.green)}${h2(t.blue)}`}function s1(t){const e=Jn(t.red),n=Jn(t.green),r=Jn(t.blue),i=sO(t.alpha);return i>=1?`rgb(${e}, ${n}, ${r})`:`rgba(${e}, ${n}, ${r}, ${dH(i)})`}function hH(t){const e=Jn(t.red)/255,n=Jn(t.green)/255,r=Jn(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 ub(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:Jn((c+o)*255),green:Jn((f+o)*255),blue:Jn((m+o)*255)}}const nA=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"]),mH=[...G2,"Inter","system-ui","sans-serif","serif","monospace"];function fb(t){return t.replace(/[^\w .-]+/g," ").replace(/\s+/g," ").trim()}function o1(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 p2(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 db(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 pH(t){return[...t].sort((e,n)=>{const r=hb(e.source)-hb(n.source);if(r!==0)return r;const i=G2.findIndex(c=>c.toLowerCase()===e.family.toLowerCase()),l=G2.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 hb(t){return t==="Current"?0:t==="Document"?1:t==="Imported"?2:t==="Google"?3:t==="Local"?4:5}const ni="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",hn="text-[11px] font-medium uppercase tracking-[0.18em] text-neutral-500",Kr="grid grid-cols-[repeat(auto-fit,minmax(118px,1fr))] gap-3",gH={},Up="none",rA={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 g2(t){return tA(t)??{red:0,green:0,blue:0,alpha:1}}function mb(t){if(!t)return null;const e=Number.parseFloat(t);return Number.isFinite(e)?e:null}function _t(t){const e=Math.round(t*100)/100;return Number.isInteger(e)?`${e}`:e.toFixed(2).replace(/0+$/,"").replace(/\.$/,"")}function El(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 Oa(t){const e=El(t);return!e||e.unit&&e.unit.toLowerCase()!=="px"?null:e.value}function iA(t,e,n,r){return Number.isFinite(t)?Math.max(e,Math.min(n,t)):r}function OH(t,e={}){const n=El(t.trim());if(!n||n.unit&&n.unit.toLowerCase()!=="px")return null;const r=iA(n.value,e.min??Number.NEGATIVE_INFINITY,e.max??Number.POSITIVE_INFINITY,e.fallback??0);return`${_t(r)}px`}function Zs(t){return`${_t(t)}px`}function pb(t,e){const n=e.trim();if(!n||n==="normal")return n||"normal";const r=El(n);return r?t==="letter-spacing"?r.unit?n:`${_t(r.value)}px`:r.unit?n:r.value>4?`${_t(r.value)}px`:_t(r.value):n}function xH(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 gb(t,e){const n=t==null?void 0:t.trim();if(!n||n===Up)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 Ob(t,e,n){const r=iA(n,0,200,0),i=xH(t&&t.trim()!==Up?t:""),l=e.toLowerCase(),o=i.filter(c=>!c.toLowerCase().startsWith(`${l}(`));return r>0&&o.push(`${e}(${_t(r)}px)`),o.length>0?o.join(" "):Up}function yH(t){const e=(t==null?void 0:t.trim())||"none";for(const[n,r]of Object.entries(rA))if(e===r)return n;return e==="none"?"none":"custom"}function bH(t,e){return t==="custom"?(e==null?void 0:e.trim())||"none":rA[t]}function vH(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 SH(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 wH(t,e){const n=[["border-width",t]],r=El(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 AH(t,e){const n=[["border-style",t]],r=t.trim().toLowerCase();if(!r||r==="none"||r==="hidden")return n;const i=El((e==null?void 0:e.trim())||"0");return(!i||i.value<=0)&&n.push(["border-width","1px"]),n}function kH(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 ${_t(Math.max(0,e))}px)`:"none"}function TH(t,e){return`inset(${_t(Math.max(0,t))}px round ${_t(Math.max(0,e))}px)`}function xb(t,e,n){const r=El(t);if(!r)return null;const i=n!=null&&n.altKey?.1:n!=null&&n.shiftKey?10:1,l=r.value+i*e;return`${_t(l)}${r.unit}`}function MH(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 aA({value:t,disabled:e,liveCommit:n,onCommit:r}){const[i,l]=d.useState(t),o=d.useRef(null),c=d.useRef(t),f=d.useRef(i),m=d.useRef(null);c.current=t,f.current=i,d.useEffect(()=>{l(t)},[t]),d.useEffect(()=>{const v=m.current;if(!v)return;const S=w=>{if(e)return;const A=w.deltaY===0?w.deltaX:w.deltaY;if(A===0)return;const k=xb(f.current,A<0?1:-1,w);k&&(w.preventDefault(),w.stopPropagation(),l(k),y.current(k))};return v.addEventListener("wheel",S,{passive:!1}),()=>v.removeEventListener("wheel",S)},[e]),d.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=d.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=xb(i,v.key==="ArrowUp"?1:-1,v);S&&(v.preventDefault(),l(S),g(S))},title:El(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 xa({label:t,value:e,disabled:n,liveCommit:r,scrub:i,onCommit:l}){const o=d.useRef(null),c=d.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=d.useCallback(g=>{const y=o.current;if(!y)return;const v=g.clientX-y.startX;l(String(Math.round(y.startValue+v)))},[l]),m=d.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:ni,children:O.jsxs("div",{className:"flex min-w-0 items-center gap-3",children:[O.jsx("span",{...p,children:t}),O.jsx(aA,{value:e,disabled:n,liveCommit:r,onCommit:l})]})})}function oO({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:hn,children:t}),O.jsx("div",{className:ni,children:O.jsx(aA,{value:e,disabled:n,onCommit:r})})]})}function ba({value:t,min:e,max:n,step:r,displayValue:i,formatDisplayValue:l,disabled:o,onCommit:c}){const[f,m]=d.useState(t),p=d.useRef(null),g=d.useRef(t);g.current=t,d.useEffect(()=>{m(t)},[t]),d.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 Ip({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:`${ni} 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 wr({title:t,icon:e,children:n,accessory:r,defaultCollapsed:i=!1}){const[l,o]=d.useState(i);return O.jsxs("section",{className:"min-w-0 border-t border-neutral-800/80",children:[O.jsxs("button",{type:"button",onClick:()=>o(c=>!c),className:"flex w-full items-center justify-between gap-2 px-4 py-3",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})]}),O.jsxs("div",{className:"flex items-center gap-2",children:[r,O.jsx("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"currentColor",className:`flex-shrink-0 text-neutral-500 transition-transform ${l?"-rotate-90":""}`,children:O.jsx("path",{d:"M2 3l3 4 3-4z"})})]})]}),!l&&O.jsx("div",{className:"px-4 pb-4",children:n})]})}var EH=Pb();function O2(t,e,n){return Math.max(e,Math.min(n,t))}function $H(t,e,n,r){const o=Math.max(12,e.width-n.width-12),c=t.left+t.width/2-n.width/2,f=O2(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:O2(m,12,Math.max(12,e.height-n.height-12)),placement:"bottom"}:{left:f,top:O2(p,12,Math.max(12,e.height-n.height-12)),placement:"top"}}const yb={width:292,height:386};function bb({label:t,value:e,min:n,max:r,step:i,displayValue:l,background:o,thumbColor:c,disabled:f,onCommit:m}){const p=d.useRef(null),g=(e-n)/(r-n)*100,y=S=>{var $;const w=($=p.current)==null?void 0:$.getBoundingClientRect();if(!w||w.width<=0)return;const A=n+(S-w.left)/w.width*(r-n),k=Math.round(A/i)*i;m(Math.max(n,Math.min(r,k)))},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:hn,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 Tc({label:t,value:e,disabled:n,onCommit:r}){const i=d.useRef(null),l=d.useRef(null),[o,c]=d.useState(!1),[f,m]=d.useState(null),[p,g]=d.useState(()=>g2(e)),[y,v]=d.useState(()=>m2(g2(e)).toUpperCase()),S=hH(p),w=s1({...ub({hue:S.hue,saturation:1,value:1}),alpha:1}),A=s1({...p,alpha:1}),k=s1(p),$=Math.round(S.saturation*100),Q=Math.round(S.value*100),Z=Math.round(p.alpha*100);d.useEffect(()=>{const B=g2(e);g(B),v(m2(B).toUpperCase())},[e]);const C=d.useCallback(()=>{var ee,_;const B=(ee=i.current)==null?void 0:ee.getBoundingClientRect();if(!B)return;const Y=(_=l.current)==null?void 0:_.getBoundingClientRect();m($H(B,{width:window.innerWidth,height:window.innerHeight},{width:(Y==null?void 0:Y.width)||yb.width,height:(Y==null?void 0:Y.height)||yb.height}))},[]);d.useLayoutEffect(()=>{if(!o)return;C();const B=()=>C();return window.addEventListener("resize",B),window.addEventListener("scroll",B,!0),()=>{window.removeEventListener("resize",B),window.removeEventListener("scroll",B,!0)}},[o,C]),d.useEffect(()=>{if(!o)return;const B=ee=>{var R,X;const _=ee.target;_&&((R=l.current)!=null&&R.contains(_)||(X=i.current)!=null&&X.contains(_)||c(!1))},Y=ee=>{ee.key==="Escape"&&c(!1)};return document.addEventListener("pointerdown",B),document.addEventListener("keydown",Y),()=>{document.removeEventListener("pointerdown",B),document.removeEventListener("keydown",Y)}},[o]);const j=B=>{g(B),v(m2(B).toUpperCase()),r(s1(B))},E=B=>{const Y=ub({hue:B.hue??S.hue,saturation:B.saturation??S.saturation,value:B.value??S.value});j({...Y,alpha:p.alpha})},L=(B,Y,ee)=>{const _=ee.getBoundingClientRect(),R=Math.max(0,Math.min(1,(B-_.left)/_.width)),X=Math.max(0,Math.min(1,1-(Y-_.top)/_.height));E({saturation:R,value:X})},F=B=>{v(B);const Y=B.trim().startsWith("#")?B.trim():`#${B.trim()}`,ee=tA(Y);ee&&j({...ee,alpha:p.alpha})},q=o?EH.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($f,{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:A}})]}),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:k}}),O.jsxs("div",{className:"min-w-0 flex-1",children:[O.jsx("div",{className:"truncate text-[11px] font-medium text-neutral-100",children:k}),O.jsxs("div",{className:"mt-0.5 text-[9px] uppercase tracking-[0.12em] text-neutral-600",children:["S ",$,"% · B ",Q,"% · A ",Z,"%"]})]})]}),O.jsx(bb,{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=>E({hue:B})}),O.jsx(bb,{label:"Alpha",value:p.alpha,min:0,max:1,step:.01,displayValue:`${Z}%`,background:`linear-gradient(90deg, transparent, ${A})`,thumbColor:k,disabled:n,onCommit:B=>j({...p,alpha:B})}),O.jsxs("label",{className:"grid gap-1.5",children:[O.jsx("span",{className:hn,children:"Hex"}),O.jsx("input",{value:y,onChange:B=>F(B.target.value),className:`${ni} h-10 w-full text-[11px] font-medium outline-none`,spellCheck:!1})]})]})]}),document.body):null,z=()=>{n||(c(B=>!B),o||requestAnimationFrame(C))};return O.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[O.jsx("span",{className:hn,children:t}),O.jsxs("button",{type:"button",disabled:n,"aria-label":`Pick ${t.toLowerCase()} color`,ref:i,onClick:z,className:`${ni} 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 QH(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 CH(t){return QH(t)[0]??"inherit"}function ZH(t){const e=t.trim();return nA.has(e.toLowerCase())?e:`"${e.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`}function c1(t){const e=t.trim();return e?nA.has(e.toLowerCase())?e:`${ZH(e)}, ui-sans-serif, system-ui, sans-serif`:"inherit"}function PH(){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 vb(t){return t.toLowerCase().replace(/[^a-z0-9]+/g,"")}function jH(t,e){const n=e.trim().toLowerCase();return!n||t.toLowerCase().includes(n)?!0:vb(t).includes(vb(n))}function Sb(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=OS(e),document.head.appendChild(i)}function u1(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=ig(t),document.head.appendChild(n)}function RH({value:t,disabled:e,importedFonts:n,onImportFonts:r,onCommit:i}){const l=CH(t),o=d.useRef(null),c=d.useRef(null),f=d.useRef(null),[m,p]=d.useState(!1),[g,y]=d.useState(""),[v,S]=d.useState([]),[w,A]=d.useState([]),[k,$]=d.useState(()=>[...Cx]),[Q,Z]=d.useState(!1),[C,j]=d.useState(!1),[E,L]=d.useState(!1),[F,q]=d.useState(null),z=typeof window<"u"&&typeof window.queryLocalFonts=="function";d.useEffect(()=>{if(!m)return;const D=I=>{var P;const M=I.target;M instanceof Node&&((P=o.current)!=null&&P.contains(M)||p(!1))};return document.addEventListener("pointerdown",D),()=>document.removeEventListener("pointerdown",D)},[m]),d.useEffect(()=>{m&&requestAnimationFrame(()=>{var D;return(D=c.current)==null?void 0:D.focus()})},[m]),d.useEffect(()=>{let D=!1;return fetch("/api/fonts").then(I=>I.ok?I.json():null).then(I=>{D||!Array.isArray(I==null?void 0:I.fonts)||S(M=>p2([...M,...I.fonts]))}).catch(()=>{}),()=>{D=!0}},[]),d.useEffect(()=>{let D=!1;return j(!0),fetch("/api/fonts/google").then(I=>I.ok?I.json():null).then(I=>{D||!Array.isArray(I==null?void 0:I.fonts)||$(p2([...I.fonts,...Cx]))}).catch(()=>{}).finally(()=>{D||j(!1)}),()=>{D=!0}},[]),d.useEffect(()=>{k.some(I=>I.toLowerCase()===l.toLowerCase())&&Sb(l);const D=n.find(I=>I.family.toLowerCase()===l.toLowerCase());D&&u1(D)},[l,k,n]);const B=async()=>{if(!z||!window.queryLocalFonts){q("This browser does not expose installed fonts. Import a font file instead.");return}Z(!0),q(null);try{const D=await window.queryLocalFonts(),I=[...D].sort((P,H)=>o1(P)-o1(H)),M=I.map(P=>P.family).filter(P=>!!P).map(P=>zs(`${P}.ttf`));A(I),S(P=>p2([...P,...M])),q(D.length===0?"No browser-local fonts were returned.":null)}catch(D){const I=D instanceof Error?D.name:"";q(I==="NotAllowedError"?"Local font access was denied. Import a font file instead.":"Local font access is unavailable. Import a font file instead.")}finally{Z(!1)}},Y=async D=>{if(!(!(D!=null&&D.length)||!r)){L(!0),q(null);try{const I=await r(D);for(const P of I)u1(P);const M=I[0];M?(i(c1(M.family)),y(""),p(!1)):q("No supported font files were imported.")}finally{L(!1)}}},ee=d.useMemo(()=>db(n.map(D=>({family:D.family,source:"Imported"}))),[n]),_=d.useMemo(()=>{const D=PH(),I=new Set(k.map(P=>P.toLowerCase())),M=v.map(P=>({family:P,source:I.has(P.toLowerCase())?"Google":"Local"}));return pH(db([{family:l,source:"Current"},...D.map(P=>({family:P,source:"Document"})),...ee,...k.map(P=>({family:P,source:"Google"})),...M,...mH.map(P=>({family:P,source:"System"}))]))},[l,k,v,ee]),R=d.useMemo(()=>{const D=_.filter(P=>jH(P.family,g));if(g.trim())return D.slice(0,200);const I=new Map;for(const P of D){const H=I.get(P.source)??[];H.push(P),I.set(P.source,H)}const M=[];for(const P of["Current","Document","Imported"])M.push(...I.get(P)??[]);return M.push(...(I.get("Google")??[]).slice(0,100)),M.push(...(I.get("Local")??[]).slice(0,80)),M.push(...I.get("System")??[]),M},[_,g]),X=async D=>{if(!r)return null;const M=w.filter(se=>zs(`${se.family}.ttf`)===D).sort((se,ge)=>o1(se)-o1(ge)).find(se=>typeof se.blob=="function");if(!(M!=null&&M.blob))return null;const P=await M.blob(),H=fb(M.style??"Regular")||"Regular",U=fb(`${D} ${H}`)||D,te=new File([P],`${U}.ttf`,{type:P.type||"font/ttf"}),le=await r([te]);return le.find(se=>se.family.toLowerCase()===D.toLowerCase())??le[0]??null},N=async D=>{if(D.source==="Local"){L(!0),q(null);try{const M=await X(D.family);if(M){u1(M),i(c1(M.family)),y(""),p(!1);return}i(c1(D.family)),y(""),p(!1)}finally{L(!1)}return}D.source==="Google"&&Sb(D.family);const I=n.find(M=>M.family.toLowerCase()===D.family.toLowerCase());I&&u1(I),i(c1(D.family)),y(""),p(!1)};return O.jsxs("div",{ref:o,className:"relative grid min-w-0 gap-1.5",children:[O.jsx("span",{className:hn,children:"Font family"}),O.jsxs("button",{type:"button",disabled:e,onClick:()=>p(D=>!D),className:`${ni} 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:C?"Loading Google Fonts...":"Search fonts",onChange:D=>y(D.target.value),onKeyDown:D=>{D.key==="Escape"&&(D.preventDefault(),p(!1)),D.key==="Enter"&&R[0]&&(D.preventDefault(),N(R[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||E||!r,onClick:()=>{var D;return(D=f.current)==null?void 0:D.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:E?"...":"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||E||!r,className:"hidden",onChange:async D=>{await Y(D.target.files),D.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:R.length===0?O.jsx("div",{className:"px-2 py-3 text-[11px] text-neutral-500",children:"No fonts found."}):R.map(D=>O.jsxs("button",{type:"button",onClick:()=>N(D),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 ${D.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:D.family}),O.jsx("span",{className:"flex-shrink-0 text-[9px] uppercase tracking-[0.14em] text-neutral-600",children:D.source})]},`${D.source}-${D.family}`))})]})]})}const NH=["closest-side","closest-corner","farthest-side","farthest-corner"];function lA(t){return t===" "||t===`
|
|
117
|
+
`||t==="\r"||t===" "||t==="\f"}function Gp(t){return t!=null&&t>="0"&&t<="9"}function sA(t){if(!t)return!1;let e=t[0]==="-"?1:0,n=0;for(;Gp(t[e]);)e+=1,n+=1;if(t[e]===".")for(e+=1;Gp(t[e]);)e+=1,n+=1;return n>0&&e===t.length}function cO(t){if(!t)return null;const e=t.trim();if(!sA(e))return null;const n=Number(e);return Number.isFinite(n)?n:null}function uO(t){const e=[];let n="";for(const r of t){if(lA(r)){n&&(e.push(n),n="");continue}n+=r}return n&&e.push(n),e}function Ps(t,e){return uO(t.toLowerCase()).includes(e)}function df(t,e){if(!(t!=null&&t.endsWith("%")))return e;const n=cO(t.slice(0,-1));return n==null?e:fu(n,0,100)}function oA(t){const e=t==null?void 0:t.trim().toLowerCase();return e!=null&&e.endsWith("deg")?cO(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&&(Gp(e[n-1])||e[n-1]===".");)n-=1;n>0&&e[n-1]==="-"&&(n-=1);const r=e.slice(n);return!sA(r)||n===0||!lA(e[n-1])?null:n}function fu(t,e,n){return Math.min(n,Math.max(e,t))}function Hr(t){return Math.round(t*100)/100}function LH(t,e){const n=cO(t);return n==null?e:fu(n,0,100)}function fO(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:LH(r.slice(n),0)}}function Gf(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:Hr(fu(n.position,0,100))}))}function _H(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 DH(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 XH(t){const e=t[0]??"",n=DH(e),r=oA(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:Gf(o.map(fO))}}function zH(t){const e=t[0]??"",n=e.toLowerCase(),r=Ps(n,"at")||Ps(n,"circle")||Ps(n,"ellipse")||n.includes("closest-")||n.includes("farthest-"),i=r?e:"",l=r?t.slice(1):t,o=i.toLowerCase(),c=uO(o),f=c.indexOf("at"),m=Ps(o,"circle")?"circle":"ellipse",p=NH.find(g=>c.includes(g))??"farthest-corner";return{kind:"radial",repeating:!1,angle:180,centerX:df(c[f+1],50),centerY:df(c[f+2],50),shape:m,radialSize:p,stops:Gf(l.map(fO))}}function HH(t){const e=t[0]??"",n=e.toLowerCase(),r=Ps(n,"from")||Ps(n,"at"),i=r?e:"",l=r?t.slice(1):t,o=uO(i.toLowerCase()),c=o.indexOf("from"),f=o.indexOf("at");return{kind:"conic",repeating:!1,angle:oA(o[c+1])??0,centerX:df(o[f+1],50),centerY:df(o[f+2],50),shape:"ellipse",radialSize:"farthest-corner",stops:Gf(l.map(fO))}}function Wp(t){return{kind:"linear",repeating:!1,angle:135,centerX:50,centerY:50,shape:"ellipse",radialSize:"farthest-corner",stops:Gf([{color:t&&t!=="transparent"?t:"rgba(60, 230, 172, 0.18)",position:0},{color:"rgba(255, 255, 255, 0.04)",position:100}])}}function YH(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=_H(e.slice(n+1,-1));return{...o==="linear"?XH(f):o==="radial"?zH(f):HH(f),repeating:c}}function BH(t){return`${t.color} ${Hr(t.position)}%`}function hf(t){const e=`${t.repeating?"repeating-":""}${t.kind}-gradient`,n=t.stops.map(BH).join(", ");return t.kind==="linear"?`${e}(${Hr(t.angle)}deg, ${n})`:t.kind==="radial"?`${e}(${t.shape} ${t.radialSize} at ${Hr(t.centerX)}% ${Hr(t.centerY)}%, ${n})`:`${e}(from ${Hr(t.angle)}deg at ${Hr(t.centerX)}% ${Hr(t.centerY)}%, ${n})`}function x2(t,e,n){return Math.round(t+(e-t)*n)}function y2(t){return t.toString(16).padStart(2,"0")}function FH(t,e){var A;const n=fu(e,0,100),r=[...t.stops].sort((k,$)=>k.position-$.position),i=r.find(k=>Math.abs(k.position-n)<.001);if(i)return i.color;const l=r.find(k=>k.position>n)??r.at(-1),o=[...r].reverse().find(k=>k.position<n)??r[0];if(!o||!l)return((A=r[0])==null?void 0:A.color)??"rgba(255, 255, 255, 1)";if(o===l)return o.color;const c=o.color,f=l.color,m=c?Ab(c):null,p=f?Ab(f):null;if(!m||!p)return o.color;const g=(n-o.position)/Math.max(1,l.position-o.position),y=x2(m.red,p.red,g),v=x2(m.green,p.green,g),S=x2(m.blue,p.blue,g),w=Hr(m.alpha+(p.alpha-m.alpha)*g);return w>=1?`#${y2(y)}${y2(v)}${y2(S)}`.toUpperCase():`rgba(${y}, ${v}, ${S}, ${w})`}function wb(t,e){const n=Hr(fu(e,0,100)),r=FH(t,n),i=[...t.stops,{color:r,position:n}].sort((l,o)=>l.position-o.position);return{...t,stops:i}}function Ab(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 Gc(t){const e=t.trim(),n=/^[a-z]+:\/\//i.test(e)?new URL(e).pathname:e;return decodeURIComponent(n).replace(/\\/g,"/").replace(/^\.?\//,"")}function qH(t,e){const n=Gc(t).split("/").filter(Boolean),r=Gc(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 kb(t){return Gc(t)}function UH(t,e,n){const r=Gc(t);if(!r)return null;for(const i of n){const l=Gc(i),o=qH(e,i);if(r===l||r===o||r.endsWith(`/${l}`)||r.endsWith(`/${o}`))return i}return null}function IH({projectId:t,sourceFile:e,value:n,assets:r,disabled:i,onCommit:l,onImportAssets:o}){const c=d.useRef(null),[f,m]=d.useState(!1),p=d.useMemo(()=>r.filter(S=>Qc.test(S)),[r]),g=d.useMemo(()=>UH(n,e,p),[p,e,n]),y=g?"":n,v=async S=>{if(!(!(S!=null&&S.length)||!o)){m(!0);try{const A=(await o(S)).find(k=>Qc.test(k));A&&l(`url("${kb(A)}")`)}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:hn,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(Og,{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:ni,children:O.jsxs("select",{value:g??"",disabled:i,onChange:S=>{const w=S.target.value;if(!w){l("none");return}l(`url("${kb(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(oO,{label:"External URL",value:y,disabled:i,onCommit:S=>l(S.trim()?`url("${S.trim()}")`:"none")})]})}function GH({value:t,fallbackColor:e,disabled:n,onCommit:r}){const i=d.useRef(null),l=YH(t)??Wp(e),o=y=>r(hf(y)),c=y=>o({...l,...y}),f=(y,v)=>{const S=l.stops.map((w,A)=>A===y?{...w,...v}:w);o({...l,stops:S})},m=y=>{var S,w;const v=y!=null?wb(l,y):wb(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:hf(l)};return O.jsxs("div",{className:"space-y-4",children:[O.jsxs("div",{className:`${ni} 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(Ip,{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(Qf,{size:12}),"Reverse"]})]})]}),(l.kind==="linear"||l.kind==="conic")&&O.jsxs("div",{className:"grid gap-1.5",children:[O.jsx("span",{className:hn,children:l.kind==="linear"?"Angle":"Start angle"}),O.jsx(ba,{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:Kr,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:Kr,children:[O.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[O.jsx("span",{className:hn,children:"Center X"}),O.jsx(ba,{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:hn,children:"Center Y"}),O.jsx(ba,{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:hn,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(Og,{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(Tc,{label:`Stop ${v+1}`,value:y.color,disabled:n,onCommit:S=>f(v,{color:S})}),O.jsx(oO,{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($f,{size:12})})]},`stop-editor-${v}`))})]})]})}function WH({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=mb(n["border-radius"])??0,m=Math.round((mb(n.opacity)??1)*100),p=Oa(n["border-width"]??"")??Oa(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=yH(n["box-shadow"]),w=gb(n.filter,"blur"),A=gb(n["backdrop-filter"],"blur"),k=n["clip-path"]||"none",$=vH(k),Q=SH(k),Z=n["background-image"]??"none",C=gg(e),j=Z&&Z!=="none"?Z.includes("gradient")?"Gradient":"Image":"Solid",[E,L]=d.useState(j),F=MH(Z);d.useEffect(()=>{L(j)},[j,e.id,e.selector,Z]);const q=z=>{if(L(z),z==="Solid"){i("background-image","none");return}z==="Gradient"&&!Z.includes("gradient")&&i("background-image",hf(Wp(n["background-color"])))};return O.jsxs(O.Fragment,{children:[c&&O.jsx(wr,{title:"Flex",icon:O.jsx(Nc,{size:15}),defaultCollapsed:!0,children:O.jsxs("div",{className:"space-y-4",children:[O.jsx(Ip,{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:Kr,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(oO,{label:"Gap",value:n.gap??"0px",disabled:o,onCommit:z=>i("gap",z.endsWith("px")?z:`${z}px`)})]})}),g&&O.jsx(wr,{title:"Radius",icon:O.jsx(dP,{size:15}),defaultCollapsed:!0,children:O.jsx(ba,{value:f,min:0,max:Math.max(240,Math.ceil(f)),step:1,disabled:o,displayValue:`${_t(f)}px`,formatDisplayValue:z=>`${_t(z)}px`,onCommit:z=>i("border-radius",`${_t(z)}px`)})}),O.jsx(wr,{title:"Stroke",icon:O.jsx(sP,{size:15}),defaultCollapsed:!0,children:O.jsxs("div",{className:"space-y-4",children:[O.jsxs("div",{className:Kr,children:[O.jsx(xa,{label:"Width",value:Zs(p),disabled:o,liveCommit:!0,onCommit:async z=>{const B=OH(z,{min:0,max:200,fallback:p});if(B)for(const[Y,ee]of wH(B,y))await i(Y,ee)}}),O.jsx(Pn,{label:"Style",value:y,disabled:o,onChange:async z=>{for(const[B,Y]of AH(z,Zs(p)))await i(B,Y)},options:["none","solid","dashed","dotted","double","hidden","groove","ridge","inset","outset"]})]}),O.jsx(Tc,{label:"Stroke color",value:v,disabled:o,onCommit:z=>i("border-color",z)})]})}),O.jsx(wr,{title:"Effects",icon:O.jsx(xg,{size:15}),defaultCollapsed:!0,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",bH(z,n["box-shadow"]))},options:["custom","none","soft","lift","glow"]}),O.jsxs("div",{className:Kr,children:[O.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[O.jsx("span",{className:hn,children:"Layer blur"}),O.jsx(ba,{value:w,min:0,max:Math.max(40,Math.ceil(w)),step:1,disabled:o,displayValue:`${_t(w)}px`,formatDisplayValue:z=>`${_t(z)}px`,onCommit:z=>i("filter",Ob(n.filter,"blur",z))})]}),O.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[O.jsx("span",{className:hn,children:"Backdrop"}),O.jsx(ba,{value:A,min:0,max:Math.max(60,Math.ceil(A)),step:1,disabled:o,displayValue:`${_t(A)}px`,formatDisplayValue:z=>`${_t(z)}px`,onCommit:z=>i("backdrop-filter",Ob(n["backdrop-filter"],"blur",z))})]})]})]})}),O.jsx(wr,{title:"Clip",icon:O.jsx(Nc,{size:15}),defaultCollapsed:!0,children:O.jsxs("div",{className:"space-y-4",children:[O.jsxs("div",{className:Kr,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:$,disabled:o,onChange:z=>{z!=="custom"&&i("clip-path",kH(z,f,k))},options:["custom","none","inset","circle"]})]}),O.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[O.jsx("span",{className:hn,children:"Mask inset"}),O.jsx(ba,{value:Q,min:0,max:Math.max(120,Math.ceil(Q)),step:1,disabled:o,displayValue:`${_t(Q)}px`,formatDisplayValue:z=>`${_t(z)}px`,onCommit:z=>i("clip-path",TH(z,f))})]})]})}),O.jsx(wr,{title:"Transparency",icon:O.jsx(kS,{size:15}),defaultCollapsed:!0,children:O.jsxs("div",{className:"space-y-4",children:[O.jsx(ba,{value:m,min:0,max:100,step:1,disabled:o,displayValue:`${m}%`,formatDisplayValue:z=>`${Math.round(z)}%`,onCommit:z=>i("opacity",_t(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(wr,{title:"Fill",icon:O.jsx(lP,{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:E}),children:O.jsxs("div",{className:"space-y-4",children:[O.jsx(Ip,{disabled:o,value:E,onChange:q,options:[{label:"Solid",value:"Solid"},{label:"Gradient",value:"Gradient"},{label:"Image",value:"Image"}]}),E==="Solid"?O.jsx(Tc,{label:"Fill color",value:n["background-color"]??"transparent",disabled:o,onCommit:z=>i("background-color",z)}):E==="Gradient"?O.jsx(GH,{value:Z!=="none"?Z:hf(Wp(n["background-color"])),fallbackColor:n["background-color"],disabled:o,onCommit:z=>i("background-image",z)}):O.jsx(IH,{projectId:t,sourceFile:e.sourceFile,value:F,assets:r,disabled:o,onCommit:z=>i("background-image",z),onImportAssets:l}),!C&&O.jsx(Tc,{label:"Text color",value:n.color??"rgb(0, 0, 0)",disabled:o,onCommit:z=>i("color",z)})]})})]})}function cA(t){const e=t.trim().replace(/\s+/g," ");return e.length<=56?e:`${e.slice(0,55)}…`}function uA(t,e){return t.computedStyles.color||e.color||"rgb(0, 0, 0)"}function cc(t,e,n,r){return t.computedStyles[n]||e[n]||r}const xc=["100","200","300","400","500","600","700","800","900"],KH={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 JH(t){var i;const e=document.fonts;if(!e)return xc;const n=(i=t.split(",")[0])==null?void 0:i.trim().replace(/['"]/g,"");if(!n)return xc;const r=[];for(const l of xc)e.check(`${l} 16px "${n}"`)&&r.push(l);return r.length>0?r:xc}function eY({label:t,value:e,disabled:n,autoFocus:r,onCommit:i}){const[l,o]=d.useState(e),c=d.useRef(null),f=d.useRef(null),m=d.useRef(!1),p=d.useRef(e);p.current=e,d.useEffect(()=>{m.current||o(e)},[e]),d.useEffect(()=>()=>{f.current&&clearTimeout(f.current)},[]),d.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:hn,children:t}),O.jsx("div",{className:ni,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 tY({value:t,disabled:e,fontFamily:n,onCommit:r}){const i=n?JH(n):xc,l=t&&!i.includes(t)?[t,...i]:i;return O.jsx("div",{className:ni,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:KH[o]??o},o))})]})})}function nY({field:t,inheritedStyles:e,disabled:n,onCommit:r}){return O.jsxs("div",{className:"space-y-4",children:[O.jsxs("div",{className:Kr,children:[O.jsx(Pn,{label:"Line",value:cc(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",pb("line-height",i))}),O.jsx(Pn,{label:"Track",value:cc(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",pb("letter-spacing",i))})]}),O.jsxs("div",{className:Kr,children:[O.jsx(Pn,{label:"Align",value:cc(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:cc(t,e,"text-transform","none"),disabled:n,onChange:i=>r("text-transform",i),options:["none","uppercase","lowercase","capitalize"]})]}),O.jsx(Pn,{label:"Style",value:cc(t,e,"font-style","normal"),disabled:n,onChange:i=>r("font-style",i),options:["normal","italic"]})]})}function Tb({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:cA(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(eY,{label:"Content",value:t.value,disabled:!1,autoFocus:i,onCommit:f=>l(f,t.key)},t.key),O.jsx(Tc,{label:"Text color",value:uA(t,e),disabled:!1,onCommit:f=>o(t.key,"color",f)}),O.jsxs("div",{className:Kr,children:[O.jsx(xa,{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(tY,{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(RH,{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(nY,{field:t,inheritedStyles:e,disabled:!1,onCommit:(f,m)=>o(t.key,f,m)})]})}function rY({element:t,styles:e,fontAssets:n,onImportFonts:r,onSetText:i,onSetTextFieldStyle:l,onAddTextField:o,onRemoveTextField:c}){var v;const f=gg(t),[m,p]=d.useState(((v=t.textFields[0])==null?void 0:v.key)??null);if(d.useEffect(()=>{const S=t.textFields;p(w=>{var A;return w&&S.some(k=>k.key===w)?w:((A=S[0])==null?void 0:A.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(wr,{title:"Text",icon:O.jsx(Dx,{size:15}),children:O.jsx(Tb,{field:y,styles:e,fontAssets:n,onImportFonts:r,showRemove:!1,onSetText:i,onSetTextFieldStyle:l,onRemoveTextField:c})}):O.jsx(wr,{title:"Text",icon:O.jsx(Dx,{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:hn,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(Og,{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 A=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 ${A?"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:uA(S,e)}}),O.jsx("span",{className:"min-w-0 truncate text-[11px] font-medium text-neutral-100",children:cA(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(Tb,{field:y,styles:e,fontAssets:n,onImportFonts:r,showRemove:!0,onSetText:i,onSetTextFieldStyle:l,onRemoveTextField:c})]})}):null}function iY({element:t,activeCompositionPath:e,onSelectLayer:n}){const r=pS(t==null?void 0:t.element,{activeCompositionPath:e});if(r.length<=1)return null;const i=t?pg(t):null;return O.jsx(wr,{title:"Layers",icon:O.jsx(Nc,{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 aY=d.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:A,onImportAssets:k,fontAssets:$=[],onImportFonts:Q,activeCompositionPath:Z=null,onSelectLayer:C}){const j=(r==null?void 0:r.computedStyles)??gH;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(Nc,{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(kS,{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 E=!r.capabilities.canApplyManualOffset,L=!r.capabilities.canApplyManualSize,F=r.id?`#${r.id}`:r.selector,q=r.capabilities.canEditStyles,z=L2(r.element),B=Z1(r.element),Y=B.width>0?B.width:Oa(j.width??"")??r.boundingBox.width,ee=B.height>0?B.height:Oa(j.height??"")??r.boundingBox.height,_=(D,I)=>{const M=Oa(I);if(M==null)return;const P=L2(r.element);f(r,{x:D==="x"?M:P.x,y:D==="y"?M:P.y})},R=(D,I)=>{const M=Oa(I);if(M==null||M<=0)return;const P=Z1(r.element),H=P.width>0?P.width:Oa(j.width??"")??r.boundingBox.width,U=P.height>0?P.height:Oa(j.height??"")??r.boundingBox.height;m(r,{width:D==="width"?M:H,height:D==="height"?M:U})},X=Dv(r.element),N=D=>{const I=Number.parseFloat(D);Number.isFinite(I)&&p(r,{angle:I})};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:hn,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($f,{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:A,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(iP,{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(Qf,{size:14}),O.jsx("span",{children:"Reset edits"})]})]})]}),O.jsxs("div",{className:"flex-1 overflow-y-auto",children:[O.jsx(rY,{element:r,styles:j,fontAssets:$,onImportFonts:Q,onSetText:g,onSetTextFieldStyle:y,onAddTextField:v,onRemoveTextField:S}),C&&O.jsx(iY,{element:r,activeCompositionPath:Z,onSelectLayer:C}),O.jsxs(wr,{title:"Layout",icon:O.jsx(aP,{size:15}),children:[O.jsxs("div",{className:Kr,children:[O.jsx(xa,{label:"X",value:Zs(z.x),disabled:E,scrub:!0,onCommit:D=>_("x",D)}),O.jsx(xa,{label:"Y",value:Zs(z.y),disabled:E,scrub:!0,onCommit:D=>_("y",D)}),O.jsx(xa,{label:"W",value:Zs(Y),disabled:L,scrub:!0,onCommit:D=>R("width",D)}),O.jsx(xa,{label:"H",value:Zs(ee),disabled:L,scrub:!0,onCommit:D=>R("height",D)}),O.jsx(xa,{label:"R",value:`${X.angle}°`,onCommit:D=>N(D.replace("°",""))})]}),O.jsx("div",{className:"mt-3",children:O.jsx(xa,{label:"Layer",value:String(parseInt(j["z-index"]||"auto",10)||0),scrub:!0,onCommit:D=>c("z-index",D)})})]}),q&&O.jsx(WH,{projectId:e,element:r,styles:j,assets:n,onSetStyle:c,onImportAssets:k})]})]})}),fA="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",dO="text-[11px] font-medium uppercase tracking-[0.18em] text-neutral-500",Mb="grid grid-cols-[repeat(auto-fit,minmax(118px,1fr))] gap-3";function b2(t){const e=Math.round(t*100)/100;return Number.isInteger(e)?`${e}`:e.toFixed(2).replace(/0+$/,"").replace(/\.$/,"")}function v2(t,e,n,r){return t==null||!Number.isFinite(t)?r:Math.min(n,Math.max(e,t))}function S2(t){const e=Number.parseFloat(t.trim());return Number.isFinite(e)?e:null}function lY({value:t,disabled:e,onCommit:n}){const[r,i]=d.useState(t),l=d.useRef(!1);d.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 f1({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:dO,children:t}),O.jsx("div",{className:fA,children:O.jsx(lY,{value:e,disabled:n,onCommit:r})})]})}function sY({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 Eb({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:dO,children:t}),O.jsx("div",{className:fA,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 $b({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(xg,{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 d1(t){const e=Math.round(t*100)/100;return Number.isInteger(e)?`${e}`:e.toFixed(2).replace(/0+$/,"").replace(/\.$/,"")}function oY(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 cY(t,e){const n=[];for(let r=0;r<=48;r+=1){const i=e(oY(r/48,t));n.push(`${r===0?"M":"L"}${i.x.toFixed(2)},${i.y.toFixed(2)}`)}return n.join(" ")}function uY({points:t,onCommit:e}){const n=d.useRef(null),[r,i]=d.useState(t),l=d.useRef(null);d.useEffect(()=>{i(t)},[t]);const o=324,c=214,f={left:46,top:24,width:242,height:146},m=-.4,p=1.4,g=C=>({x:f.left+C.x*f.width,y:f.top+(p-C.y)/(p-m)*f.height}),y=C=>{var F;const j=(F=n.current)==null?void 0:F.getBoundingClientRect();if(!j)return null;const E=(C.clientX-j.left)/j.width*o,L=(C.clientY-j.top)/j.height*c;return dg({x1:l.current==="p1"?(E-f.left)/f.width:r.x1,y1:l.current==="p1"?p-(L-f.top)/f.height*(p-m):r.y1,x2:l.current==="p2"?(E-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}),A=g({x:r.x2,y:r.y2}),k=cY(r,g),$=C=>{if(!l.current)return;C.preventDefault();const j=y(C);j&&i(j)},Q=()=>{l.current&&(l.current=null,e(r))},Z=(C,j)=>{j.preventDefault(),j.stopPropagation(),l.current=C,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:dO,children:"CustomEase"}),O.jsx("div",{className:"mt-1 font-mono text-[10px] text-neutral-500",children:Wv(r)})]}),O.jsxs("button",{type:"button",onClick:()=>{const C=Kv("power3.out");i(C),e(C)},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(Qf,{size:13}),"Reset"]})]}),O.jsxs("svg",{ref:n,viewBox:`0 0 ${o} ${c}`,className:"block w-full select-none touch-none",onPointerMove:$,onPointerUp:Q,onPointerCancel:Q,children:[O.jsx("rect",{x:"0",y:"0",width:o,height:c,fill:"transparent"}),[0,.5,1].map(C=>{const j=g({x:0,y:C});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:C})]},C)}),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:A.x,y2:A.y,stroke:"rgba(255,221,87,0.34)"}),O.jsx("path",{d:k,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=>Z("p1",C)}),O.jsx("circle",{cx:A.x,cy:A.y,r:"9",fill:"#141414",stroke:"#ffdd57",strokeWidth:"4",className:"cursor-grab active:cursor-grabbing",onPointerDown:C=>Z("p2",C)}),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:A.x+12,y:A.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 ",d1(r.x1),", ",d1(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 ",d1(r.x2),", ",d1(r.y2)]})]})]})}const fY=[{label:"Fade Up",value:"fade-up"},{label:"Slide",value:"slide"},{label:"Pop",value:"pop"}],dY=["up","down","left","right"];function hY(t){return t?Math.max(Math.abs(t.from.x??0),Math.abs(t.from.y??0),1):32}function mY(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 pY(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 Qb(t){return`studio-${(t.id||t.selector||t.label||"layer").toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-|-$/g,"")||"layer"}-ease`}const gY=d.memo(function({element:e,motion:n,onClearSelection:r,onSetMotion:i,onClearMotion:l}){var Z;const o=mY(n),c=pY(n),f=(n==null?void 0:n.start)??0,m=(n==null?void 0:n.duration)??.6,p=hY(n),g=(n==null?void 0:n.ease)??"power3.out",y=((Z=n==null?void 0:n.customEase)==null?void 0:Z.data)??"",v=y.trim().length>0,S=d.useMemo(()=>fx(y)??Kv(E0.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(xg,{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,A=v?"CustomEase":E0.includes(g)?g:"power3.out",k=v?["CustomEase",...E0]:E0,$=C=>{var F;const j=C.customEaseData??y,E=j.trim()?{id:((F=n==null?void 0:n.customEase)==null?void 0:F.id)??Qb(e),data:j.trim()}:void 0,L=E?E.id:(C.ease??g).trim()||"none";i(e,aC(C.preset??o,{start:v2(C.start??f,0,3600,0),duration:v2(C.duration??m,.01,3600,.6),distance:v2(C.distance??p,1,2e3,32),direction:C.direction??c,ease:L,customEase:E}))},Q=C=>{$({ease:Qb(e),customEaseData:Wv(C)})};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($f,{size:13})})]})}),O.jsxs("div",{className:"flex-1 overflow-y-auto",children:[O.jsx($b,{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(sY,{value:o,onChange:C=>$({preset:C}),options:fY}),O.jsxs("div",{className:Mb,children:[O.jsx(Eb,{label:"Direction",value:c,onChange:C=>$({direction:C}),options:dY}),O.jsx(Eb,{label:"Ease",value:A,onChange:C=>{C!=="CustomEase"&&$({ease:C,customEaseData:""})},options:k})]}),O.jsxs("div",{className:Mb,children:[O.jsx(f1,{label:"Start",value:b2(f),onCommit:C=>$({start:S2(C)??0})}),O.jsx(f1,{label:"Duration",value:b2(m),onCommit:C=>$({duration:S2(C)??.6})}),O.jsx(f1,{label:"Distance",value:b2(p),onCommit:C=>$({distance:S2(C)??32})})]})]})}),O.jsx($b,{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(uY,{points:S,onCommit:Q}),O.jsx(f1,{label:"CustomEase path",value:y,onCommit:C=>{const j=fx(C);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"})})]})})]})]})}),OY={video:"Vi",audio:"Au",img:"Im",svg:"Sv",canvas:"Cn",div:"Di",section:"Se",span:"Sp",p:"P",h1:"H1",h2:"H2",h3:"H3",h4:"H4",h5:"H5",h6:"H6",a:"A",button:"Bt",ul:"Ul",ol:"Ol",li:"Li",style:"St",template:"Te"};function xY(t){return OY[t]??t.slice(0,2).toUpperCase()}function yY(t){return t.hasAttribute("data-composition-src")||t.hasAttribute("data-composition-file")}const bY=d.memo(function(){const{previewIframeRef:e,activeCompPath:n,refreshKey:r,compositionLoading:i,timelineElements:l}=nu(),{domEditSelection:o,applyDomSelection:c,updateDomEditHoverSelection:f}=Cf(),[m,p]=d.useState([]),[g,y]=d.useState({}),v=d.useRef(0),S=!n||n==="index.html",w=d.useCallback(()=>{const E=e.current;if(!E)return;let L=null;try{L=E.contentDocument}catch{return}if(!L)return;const F=L.querySelector("[data-composition-id]")??L.documentElement??null;if(!F)return;const q=pS(F,{activeCompositionPath:n});p(q)},[e,n,S]);d.useEffect(()=>{w()},[w,r]),d.useEffect(()=>{const E=e.current;if(!E)return;const L=()=>{v.current+=1,w()};return E.addEventListener("load",L),()=>E.removeEventListener("load",L)},[e,w]),d.useEffect(()=>{if(!i){const E=setTimeout(w,100);return()=>clearTimeout(E)}},[i,w]);const A=d.useCallback(E=>mg(E.element,{activeCompositionPath:n,isMasterView:S,preferClipAncestor:!1}),[n,S]),k=d.useCallback(E=>{const L=A(E);if(!L)return;let F=F2(L,l);if(!F){const q=L.sourceFile??"index.html";let z=E.element.parentElement;for(;z&&!F;){const B=z.id;if(B){const Y=l.find(ee=>ee.domId===B&&(ee.sourceFile??"index.html")===q);Y&&(F=Y.key??Y.id)}z=z.parentElement}}if(F){const q=l.find(z=>(z.key??z.id)===F);q&&pe.getState().requestSeek(q.start+q.duration/2)}},[A,l]),$=d.useCallback(E=>{const L=A(E);L&&(c(L),k(E))},[A,c,k]),Q=d.useCallback(E=>{if(!E){f(null);return}const L=A(E);f(L)},[A,f]),Z=d.useCallback((E,L)=>{L.stopPropagation(),y(F=>({...F,[E]:!F[E]}))},[]),C=o?pg(o):null,j=vY(m,g);return m.length===0?O.jsxs("div",{className:"flex h-full flex-col items-center justify-center bg-neutral-900 px-6 text-center",children:[O.jsx(Nc,{size:18,className:"mb-3 text-neutral-600"}),O.jsx("p",{className:"text-sm font-medium text-neutral-200",children:"No layers"}),O.jsx("p",{className:"mt-1 text-xs text-neutral-500",children:"Load a composition to see its element tree"})]}):O.jsxs("div",{className:"flex h-full min-h-0 flex-col overflow-hidden bg-neutral-900",onPointerLeave:()=>Q(null),children:[O.jsxs("div",{className:"border-b border-white/10 px-3 py-2 text-[11px] text-neutral-500",children:[m.length," layer",m.length===1?"":"s"]}),O.jsx("div",{className:"min-h-0 flex-1 overflow-y-auto py-1",children:j.map(E=>{const L=E.key===C,F=g[E.key]??!1,q=E.childCount>0,z=yY(E.element);return O.jsxs("div",{role:"button",tabIndex:0,onClick:()=>$(E),onPointerEnter:()=>Q(E),onKeyDown:B=>{(B.key==="Enter"||B.key===" ")&&(B.preventDefault(),$(E))},className:`group flex w-full cursor-pointer items-center gap-1.5 px-2 py-1 text-left transition-colors ${L?"bg-studio-accent/14 text-studio-accent":"text-neutral-300 hover:bg-white/[0.04] hover:text-neutral-100"}`,style:{paddingLeft:8+E.depth*16},children:[q?O.jsx("button",{type:"button",onClick:B=>Z(E.key,B),className:"flex h-4 w-4 flex-shrink-0 items-center justify-center rounded text-neutral-500 hover:text-neutral-300",children:O.jsx("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"currentColor",className:`transition-transform ${F?"":"rotate-90"}`,children:O.jsx("path",{d:"M2 1l4 3-4 3z"})})}):O.jsx("span",{className:"w-4 flex-shrink-0"}),O.jsx("span",{className:`flex h-5 w-5 flex-shrink-0 items-center justify-center rounded text-[8px] font-bold uppercase ${L?"bg-studio-accent/18 text-studio-accent":z?"bg-blue-900/40 text-blue-400":"bg-neutral-800 text-neutral-500"}`,children:xY(E.tagName)}),O.jsx("span",{className:"min-w-0 flex-1 truncate text-[11px]",children:E.label}),q&&O.jsx("span",{className:"text-[9px] tabular-nums text-neutral-600",children:E.childCount})]},E.key)})})]})});function vY(t,e){if(Object.keys(e).length===0)return t;const n=[];let r=-1;for(const i of t)r>=0&&i.depth>r||(r=-1,n.push(i),e[i.key]&&i.childCount>0&&(r=i.depth));return n}const Sa="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 Kp({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 Ei({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 SY=["none","fade","slide-up","slide-down","slide-left","slide-right","pop","slam","bounce","typewriter","blur-in","flip","drop"],wY=["none","color-change","scale-pop","glow-pulse","underline-sweep","background-fill","bounce"],AY=["none","fade","slide-up","slide-down","slide-left","slide-right","scatter","drop","collapse","blur-out","shrink"],kY=["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 w2({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(Kp,{label:t,children:[O.jsx(Ei,{label:"Preset",children:O.jsx("select",{value:l,onChange:p=>i({preset:p.target.value}),className:Sa,children:e.map(p=>O.jsx("option",{value:p,children:p},p))})}),O.jsx(Ei,{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:Sa})}),O.jsx(Ei,{label:"Ease",children:O.jsx("select",{value:c,onChange:p=>i({ease:p.target.value}),className:Sa,children:kY.map(p=>O.jsx("option",{value:p,children:p},p))})}),O.jsx(Ei,{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:Sa})}),r&&O.jsx(Ei,{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 TY=d.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=d.useCallback(v=>{o&&i(o,"entrance",v)},[o,i]),p=d.useCallback(v=>{o&&i(o,"highlight",v)},[o,i]),g=d.useCallback(v=>{o&&i(o,"exit",v)},[o,i]),y=d.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(w2,{label:"Entrance",presets:SY,animation:f.entrance,onChange:m}),O.jsx(w2,{label:"Highlight",presets:wY,animation:f.highlight,showIntensity:!0,onChange:p}),O.jsx(w2,{label:"Exit",presets:AY,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"})})]})}),MY=d.memo(function({iframeRef:e}){var j;const n=Ge(E=>E.model),r=Ge(E=>E.selectedSegmentIds),i=Ge(E=>E.selectedGroupId),l=Ge(E=>E.updateSelectedStyle),o=Ge(E=>E.updateGroupStyle),[c,f]=d.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 E of n.groupOrder){const L=n.groups.get(E);if(L&&L.segmentIds.includes(m)){g=E;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=d.useCallback(E=>{var Y,ee,_;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 R of r)for(let X=0;X<n.groupOrder.length;X++){const N=n.groups.get(n.groupOrder[X]);if(!N)continue;const D=N.segmentIds.indexOf(R);if(D<0)continue;const I=q[X];if(!I)continue;const M=I.children;let P=0;for(const H of M){const U=H;if(U.dataset.captionWrapper==="true"){const te=U.querySelector(":scope > span");if(te&&P===D){z.push(te);break}}else if(U.tagName==="SPAN"&&P===D){z.push(U);break}P++}break}if(E.x!==void 0||E.y!==void 0||E.scaleX!==void 0||E.scaleY!==void 0||E.rotation!==void 0)try{const R=(ee=(Y=e.current)==null?void 0:Y.contentWindow)==null?void 0:ee.gsap;if(R)for(const X of z){let N=X.parentElement;(!N||N.dataset.captionWrapper!=="true")&&(N=F.createElement("span"),N.style.display="inline-block",N.dataset.captionWrapper="true",(_=X.parentNode)==null||_.insertBefore(N,X),N.appendChild(X));const D=R.getProperty(N,"x")||0,I=R.getProperty(N,"y")||0,M=R.getProperty(N,"scale")||1,P=R.getProperty(N,"rotation")||0;R.set(N,{x:E.x??D,y:E.y??I,scale:E.scaleX??M,rotation:E.rotation??P})}}catch{}},[e,n,r]),A=d.useCallback(E=>{i?o(i,E):l(E),w(E)},[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 k=S.x??0,$=S.y??0,Q=S.rotation??0,Z=S.scaleX??1,C=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:C})}),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(TY,{}),c==="style"&&O.jsxs("div",{className:"flex-1 overflow-y-auto px-3 py-2",children:[O.jsxs(Kp,{label:"Position",children:[O.jsx(Ei,{label:"X",children:O.jsx("input",{type:"number",value:k,onChange:E=>A({x:Number(E.target.value)}),className:Sa})}),O.jsx(Ei,{label:"Y",children:O.jsx("input",{type:"number",value:$,onChange:E=>A({y:Number(E.target.value)}),className:Sa})})]}),O.jsxs(Kp,{label:"Transform",children:[O.jsx(Ei,{label:"Scale",children:O.jsx("input",{type:"number",value:Z,step:.1,onChange:E=>A({scaleX:Number(E.target.value),scaleY:Number(E.target.value)}),className:Sa})}),O.jsx(Ei,{label:"Rotation",children:O.jsx("input",{type:"number",value:Q,onChange:E=>A({rotation:Number(E.target.value)}),className:Sa})})]})]})]})});function EY(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 $Y(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 QY=d.memo(function({job:e,projectId:n,onDelete:r}){const[i,l]=d.useState(!1),o=`/api/projects/${n}/renders/file/${e.filename}`,c=d.useCallback(()=>{window.open(o,"_blank")},[o]),f=d.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(Y9,{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:EY(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:$Y(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"})})})]})]})})}),CY=["auto","1080p","4k"],Cb={auto:"Auto","1080p":"1080p","4k":"4K"},dA={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 ZY(t){return t==null?"landscape":t.width===t.height?"square":t.height>t.width?"portrait":"landscape"}function hA(t,e){if(t==="auto")return"auto";const n=ZY(e);return t==="1080p"?n:n==="landscape"?"landscape-4k":n==="portrait"?"portrait-4k":"square-4k"}function PY(t,e){if(t==="auto")return e??null;const n=hA(t,e);return n==="auto"?null:dA[n]}function jY(t,e){if(t==="auto"||e==null)return!0;const n=hA(t,e);if(n==="auto")return!0;const r=dA[n];return r.width*e.height!==r.height*e.width||r.width<e.width?!1:Number.isInteger(r.width/e.width)}function RY(t,e){const n=PY(t,e);return n?`${Cb[t]} · ${n.width}×${n.height}`:Cb[t]}const A2={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 NY({format:t}){const[e,n]=d.useState(!1),r=d.useRef(void 0),i=()=>{clearTimeout(r.current),n(!0)},l=()=>{r.current=setTimeout(()=>n(!1),120)};d.useEffect(()=>()=>clearTimeout(r.current),[]);const o=A2[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:A2[c].label})," — ",A2[c].desc]},c))})]})]})}const Zb=[{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 VY({onStartRender:t,isRendering:e,compositionDimensions:n}){var y;const[r,i]=d.useState("mp4"),[l,o]=d.useState("standard"),[c,f]=d.useState("auto"),[m,p]=d.useState(30),g=r!=="mov";return O.jsxs("div",{className:"flex items-center gap-1 flex-wrap justify-end",children:[O.jsx(NY,{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:CY.map(v=>O.jsx("option",{value:v,disabled:!jY(v,n),children:RY(v,n)},v))}),g&&O.jsx("select",{value:l,onChange:v=>o(v.target.value),disabled:e,title:(y=Zb.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:Zb.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 LY=d.memo(function({jobs:e,projectId:n,onDelete:r,onClearCompleted:i,onStartRender:l,isRendering:o,compositionDimensions:c}){const f=d.useRef(null);d.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 flex-wrap gap-y-1.5 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(VY,{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(QY,{job:p,projectId:n,onDelete:()=>r(p.id)},p.id))})]})});function _Y({selectedStudioMotion:t,designPanelActive:e,motionPanelActive:n}){const{rightWidth:r,rightPanelTab:i,setRightPanelTab:l,handlePanelResizeStart:o,handlePanelResizeMove:c,handlePanelResizeEnd:f}=yg(),{captionEditMode:m,previewIframeRef:p,projectId:g,activeCompPath:y,compositionDimensions:v,waitForPendingDomEditSaves:S,renderQueue:w}=nu(),{domEditSelection:A,domEditGroupSelections:k,copiedAgentPrompt:$,clearDomSelection:Q,handleDomStyleCommit:Z,handleDomPathOffsetCommit:C,handleDomBoxSizeCommit:j,handleDomRotationCommit:E,handleDomTextCommit:L,handleDomTextFieldStyleCommit:F,handleDomAddTextField:q,handleDomRemoveTextField:z,handleDomManualEditsReset:B,handleAskAgent:Y,handleDomMotionCommit:ee,handleDomMotionClear:_,applyDomSelection:R}=Cf(),{assets:X,fontAssets:N,handleImportFiles:D,handleImportFonts:I}=I9(),M=!y||y==="index.html",P=d.useCallback(U=>{const te=mg(U.element,{activeCompositionPath:y,isMasterView:M,preferClipAncestor:!1});te&&R(te)},[y,M,R]),H=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(MY,{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:[Kt&&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"}),O.jsx("button",{type:"button",onClick:()=>l("layers"),className:`h-8 rounded-xl px-3 text-[11px] font-medium transition-colors ${i==="layers"?"bg-neutral-800 text-white":"text-neutral-500 hover:bg-neutral-800/70 hover:text-neutral-200"}`,children:"Layers"}),iS&&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:H.length>0?`Renders (${H.length})`:"Renders"})]}),O.jsx("div",{className:"min-h-0 flex-1",children:i==="layers"?O.jsx(bY,{}):e?O.jsx(aY,{projectId:g,assets:X,element:k.length>1?null:A,multiSelectCount:k.length,copiedAgentPrompt:$,onClearSelection:Q,onSetStyle:Z,onSetManualOffset:C,onSetManualSize:j,onSetManualRotation:E,onSetText:L,onSetTextFieldStyle:F,onAddTextField:q,onRemoveTextField:z,onResetManualEdits:B,onAskAgent:Y,onImportAssets:D,fontAssets:N,onImportFonts:I,activeCompositionPath:y,onSelectLayer:P}):n?O.jsx(gY,{element:k.length>1?null:A,motion:t,onClearSelection:Q,onSetMotion:ee,onClearMotion:_}):O.jsx(LY,{jobs:H,projectId:g,onDelete:w.deleteRender,onClearCompleted:w.clearCompleted,onStartRender:async(U,te,le,se)=>{await S(),await w.startRender({fps:se,quality:te,format:U,resolution:le})},compositionDimensions:v,isRendering:w.isRendering})})]})})]})}function DY({toggleTimelineVisibility:t}){const e=pe(o=>o.zoomMode),n=pe(o=>o.manualZoomPercent),r=pe(o=>o.setZoomMode),i=pe(o=>o.setManualZoomPercent),l=gf(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(R5("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(R5("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:bS(!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 XY(){const[t,e]=d.useState(null),[n,r]=d.useState(!0);Tt(()=>{const Se=GZ(window.location.hash);if(Se){e(Se),r(!1);return}fetch("/api/projects").then(Yt=>Yt.json()).then(Yt=>{const On=(Yt.projects??[])[0];On&&(e(On.id),window.location.hash=IZ(On.id))}).catch(()=>{}).finally(()=>r(!1))});const[i,l]=d.useState(null),[o,c]=d.useState(new Map),[f,m]=d.useState(null),[p,g]=d.useState(!0),[y,v]=d.useState(0),[,S]=d.useState(0),w=d.useRef(null),A=d.useRef(i);A.current=i;const k=d.useRef(null),$=RT(t),Q=Ge(Se=>Se.isEditMode),Z=Ge(Se=>Se.selectedSegmentIds.size>0),C=nQ(t),j=pe(Se=>Se.currentTime),E=pe(Se=>Se.elements),L=pe(Se=>Se.setSelectedElementId),F=pe(Se=>Se.duration),q=pe(Se=>Se.isPlaying),z=!i||i==="index.html",B=i?`/api/projects/${t}/preview/comp/${i}`:null,Y=d.useMemo(()=>{const Se=E.length>0?Math.max(...E.map(Yt=>Yt.start+Yt.duration)):0;return Math.max(F,Se)},[F,E]),ee=d.useCallback(()=>{S(Se=>Se+1),window.setTimeout(()=>S(Se=>Se+1),80),window.setTimeout(()=>S(Se=>Se+1),300)},[]),[_,R]=d.useState(()=>mf().timelineVisible??!0),X=d.useCallback(()=>{R(Se=>(pf({timelineVisible:!Se}),!Se))},[]),{appToast:N,showToast:D}=tP(),I=OQ(),M=gQ({projectId:t}),P=d.useRef(0),H=d.useCallback(()=>{var Se,Yt;try{(Yt=(Se=w.current)==null?void 0:Se.contentWindow)==null||Yt.location.reload()}catch{v(On=>On+1)}},[]),U=yQ({projectId:t,showToast:D,recordEdit:M.recordEdit,domEditSaveTimestampRef:P,setRefreshKey:v}),te=AC({projectId:t,showToast:D,readOptionalProjectFile:U.readOptionalProjectFile,writeProjectFile:U.writeProjectFile,recordEdit:M.recordEdit,previewIframeRef:w,activeCompPathRef:A}),le=_C({projectId:t,activeCompPath:i,timelineElements:E,showToast:D,writeProjectFile:U.writeProjectFile,recordEdit:M.recordEdit,domEditSaveTimestampRef:P,reloadPreview:H,uploadProjectFiles:U.uploadProjectFiles}),se=d.useRef(()=>{}),ge=d.useRef(null),de=d.useRef(async()=>{}),ke=NZ({toggleTimelineVisibility:X,handleTimelineElementDelete:le.handleTimelineElementDelete,handleDomEditElementDelete:async Se=>de.current(Se),domEditSelectionRef:ge,clearDomSelectionRef:se,editHistory:M,readOptionalProjectFile:U.readOptionalProjectFile,readProjectFile:U.readProjectFile,writeProjectFile:U.writeProjectFile,domEditSaveTimestampRef:P,showToast:D,syncHistoryPreviewAfterApply:te.syncHistoryPreviewAfterApply,waitForPendingDomEditSaves:te.waitForPendingDomEditSaves,leftSidebarRef:k}),Ze=jZ({projectId:t,activeCompPath:i,isMasterView:z,compIdToSrc:o,captionEditMode:Q,compositionLoading:p,previewIframeRef:w,timelineElements:E,currentTime:j,setSelectedTimelineElementId:L,setRightCollapsed:I.setRightCollapsed,setRightPanelTab:I.setRightPanelTab,showToast:D,refreshPreviewDocumentVersion:ee,commitStudioManualEditManifestOptimistically:te.commitStudioManualEditManifestOptimistically,commitStudioMotionManifestOptimistically:te.commitStudioMotionManifestOptimistically,applyCurrentStudioManualEditsToPreview:te.applyCurrentStudioManualEditsToPreview,applyCurrentStudioMotionToPreview:te.applyCurrentStudioMotionToPreview,readProjectFile:U.readProjectFile,writeProjectFile:U.writeProjectFile,domEditSaveTimestampRef:P,editHistory:{recordEdit:M.recordEdit},fileTree:U.fileTree,importedFontAssetsRef:U.importedFontAssetsRef,projectDir:U.projectDir,projectIdRef:U.projectIdRef,previewIframe:f,refreshKey:y,rightPanelTab:I.rightPanelTab,applyStudioManualEditsToPreviewRef:te.applyStudioManualEditsToPreviewRef,applyStudioMotionToPreviewRef:te.applyStudioMotionToPreviewRef,syncPreviewHistoryHotkey:ke.syncPreviewHistoryHotkey,reloadPreview:H,setRefreshKey:v});ge.current=Ze.domEditSelection,se.current=Ze.clearDomSelection,de.current=Ze.handleDomEditElementDelete,zZ({projectId:t,activeCompPath:i,compIdToSrc:o,captionEditMode:Q,captionHasSelection:Z,previewIframeRef:w,captionSync:C,setRightCollapsed:I.setRightCollapsed});const Ce=qZ({projectIdRef:U.projectIdRef,compIdToSrc:o,activePreviewUrl:B,effectiveTimelineDuration:Y}),Xt=eP(),{lintModal:vt,linting:ot,handleLint:zt,closeLintModal:bt}=JZ(t),Pt=KZ({projectId:t,activeCompPath:i,showToast:D,waitForPendingDomEditSaves:te.waitForPendingDomEditSaves}),{consoleErrors:Oe,setConsoleErrors:Me,resetErrors:De}=UZ(f),[$e,_e]=d.useState(!1),Qe=d.useRef(0),{syncPreviewTimelineHotkey:it,syncPreviewHistoryHotkey:ht}=ke,gt=d.useCallback(Se=>{w.current=Se,m(Se),it(Se),ht(Se),De(),ee()},[ee,De,ht,it]),_n=d.useCallback(Se=>{l(Se==="index.html"||Se.startsWith("compositions/")?Se:null),U.setEditingFile({path:Se,content:null}),fetch(`/api/projects/${t}/files/${Se}`).then(Yt=>Yt.json()).then(Yt=>U.setEditingFile({path:Se,content:Yt.content})).catch(()=>{})},[t,U]),Di=Kt&&Ze.domEditSelection?hC(te.studioMotionManifestRef.current,Ze.domEditSelection):null,ri=Kt&&I.rightPanelTab==="layers",ii=Kt&&I.rightPanelTab==="design",Xi=Kt&&iS&&I.rightPanelTab==="motion",Dn=ri||ii||Xi,Ht=Dn&&!I.rightCollapsed&&!q,jt=Kt&&!I.rightCollapsed&&Dn,St={projectId:t,activeCompPath:i,setActiveCompPath:l,showToast:D,previewIframeRef:w,captionEditMode:Q,compositionLoading:p,refreshKey:y,setRefreshKey:v,currentTime:j,timelineElements:E,isPlaying:q,editHistory:{canUndo:M.canUndo,canRedo:M.canRedo,undoLabel:M.undoLabel,redoLabel:M.redoLabel},handleUndo:ke.handleUndo,handleRedo:ke.handleRedo,renderQueue:{jobs:$.jobs,isRendering:$.isRendering,deleteRender:$.deleteRender,clearCompleted:$.clearCompleted,startRender:$.startRender},compositionDimensions:Xt,waitForPendingDomEditSaves:te.waitForPendingDomEditSaves,handlePreviewIframeRef:gt,refreshPreviewDocumentVersion:ee,timelineVisible:_,toggleTimelineVisibility:X};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(DY,{toggleTimelineVisibility:X});return O.jsx(hP,{value:St,children:O.jsx(mP,{value:I,children:O.jsx(pz,{value:U,children:O.jsx(pP,{value:Ze,children:O.jsxs("div",{className:"flex flex-col h-full w-full bg-neutral-950 relative",onDragOver:Se=>{Se.dataTransfer.types.includes("Files")&&Se.preventDefault()},onDragEnter:Se=>{Se.dataTransfer.types.includes("Files")&&(Se.preventDefault(),Qe.current++,_e(!0))},onDragLeave:()=>{Qe.current--,Qe.current===0&&_e(!1)},onDrop:Se=>{Qe.current=0,_e(!1),!Se.defaultPrevented&&(Se.preventDefault(),Se.dataTransfer.files.length&&U.handleImportFiles(Se.dataTransfer.files))},children:[O.jsx(gP,{captureFrameHref:Pt.captureFrameHref,captureFrameFilename:Pt.captureFrameFilename,handleCaptureFrameClick:Pt.handleCaptureFrameClick,refreshCaptureFrameTime:Pt.refreshCaptureFrameTime,inspectorButtonActive:jt,inspectorPanelActive:Dn}),O.jsxs("div",{className:"flex flex-1 min-h-0",children:[O.jsx(gz,{leftSidebarRef:k,onSelectComposition:_n,onLint:zt,linting:ot}),O.jsx(fH,{timelineToolbar:ja,renderClipContent:Ce,handleTimelineElementDelete:le.handleTimelineElementDelete,handleTimelineAssetDrop:le.handleTimelineAssetDrop,handleTimelineFileDrop:le.handleTimelineFileDrop,handleTimelineElementMove:le.handleTimelineElementMove,handleTimelineElementResize:le.handleTimelineElementResize,handleBlockedTimelineEdit:le.handleBlockedTimelineEdit,setCompIdToSrc:c,setCompositionLoading:g,shouldShowSelectedDomBounds:Ht}),!I.rightCollapsed&&O.jsx(_Y,{selectedStudioMotion:Di,designPanelActive:ii,motionPanelActive:Xi})]}),vt!==null&&O.jsx(J5,{findings:vt,projectId:t,onClose:bt}),Oe!==null&&Oe.length>0&&O.jsx(J5,{findings:Oe,projectId:t,onClose:()=>Me(null)}),Ze.agentModalOpen&&Ze.domEditSelection&&O.jsx(rP,{selectionLabel:Ze.domEditSelection.label,anchorPoint:Ze.agentModalAnchorPoint,onSubmit:Ze.handleAgentModalSubmit,onClose:()=>{Ze.setAgentModalOpen(!1),Ze.setAgentPromptSelectionContext(void 0),Ze.setAgentModalAnchorPoint(null)}}),$e&&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"})]})}),N&&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 ${N.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:N.message})]})})})})})}jT.createRoot(document.getElementById("root")).render(O.jsx(d.StrictMode,{children:O.jsx(XY,{})}));
|