@hyperframes/studio 0.6.5 → 0.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/dist/assets/{hyperframes-player-CzwFysqv.js → hyperframes-player-D0Yi3xMP.js} +2 -2
  2. package/dist/assets/index-Ckqo37Co.css +1 -0
  3. package/dist/assets/index-Yvtxngdi.js +116 -0
  4. package/dist/index.html +2 -2
  5. package/package.json +4 -4
  6. package/src/App.tsx +54 -31
  7. package/src/components/StudioGlobalDragOverlay.tsx +26 -0
  8. package/src/components/StudioHeader.tsx +128 -3
  9. package/src/components/StudioRightPanel.tsx +0 -2
  10. package/src/components/editor/DomEditOverlay.test.ts +1 -0
  11. package/src/components/editor/DomEditOverlay.tsx +2 -1
  12. package/src/components/editor/PropertyPanel.tsx +27 -36
  13. package/src/components/editor/domEditingElement.ts +1 -0
  14. package/src/components/editor/manualEdits.test.ts +39 -466
  15. package/src/components/editor/manualEdits.ts +6 -168
  16. package/src/components/editor/manualEditsDom.ts +361 -1
  17. package/src/components/editor/manualEditsParsing.ts +2 -240
  18. package/src/components/editor/manualEditsTypes.ts +1 -40
  19. package/src/components/editor/useDomEditOverlayGestures.ts +25 -8
  20. package/src/components/nle/NLEPreview.tsx +1 -1
  21. package/src/components/sidebar/CompositionsTab.tsx +9 -3
  22. package/src/contexts/DomEditContext.tsx +3 -0
  23. package/src/contexts/FileManagerContext.tsx +3 -0
  24. package/src/hooks/useAppHotkeys.ts +1 -4
  25. package/src/hooks/useDomEditCommits.ts +82 -77
  26. package/src/hooks/useDomEditSession.ts +4 -16
  27. package/src/hooks/useFileManager.ts +10 -1
  28. package/src/hooks/useManifestPersistence.ts +51 -187
  29. package/src/hooks/usePanelLayout.ts +10 -3
  30. package/src/hooks/usePreviewInteraction.ts +0 -1
  31. package/src/hooks/useStudioUrlState.ts +188 -0
  32. package/src/player/components/Player.tsx +15 -1
  33. package/src/player/components/PlayerControls.test.ts +17 -0
  34. package/src/player/components/PlayerControls.tsx +347 -56
  35. package/src/player/hooks/usePlaybackKeyboard.test.ts +174 -0
  36. package/src/player/hooks/usePlaybackKeyboard.ts +37 -10
  37. package/src/player/hooks/useTimelinePlayer.seek.test.ts +329 -0
  38. package/src/player/hooks/useTimelinePlayer.ts +97 -28
  39. package/src/player/hooks/useTimelineSyncCallbacks.ts +10 -4
  40. package/src/player/lib/playbackAdapter.test.ts +50 -0
  41. package/src/player/lib/playbackAdapter.ts +2 -2
  42. package/src/player/lib/playbackTypes.ts +1 -1
  43. package/src/player/lib/timelineDOM.ts +4 -2
  44. package/src/player/lib/timelineIframeHelpers.ts +63 -7
  45. package/src/player/store/playerStore.test.ts +105 -1
  46. package/src/player/store/playerStore.ts +39 -1
  47. package/src/utils/projectRouting.test.ts +15 -0
  48. package/src/utils/projectRouting.ts +46 -9
  49. package/src/utils/sourcePatcher.ts +50 -14
  50. package/src/utils/studioPreviewHelpers.test.ts +56 -0
  51. package/src/utils/studioPreviewHelpers.ts +51 -13
  52. package/src/utils/studioUiPreferences.test.ts +3 -0
  53. package/src/utils/studioUiPreferences.ts +4 -0
  54. package/src/utils/studioUrlState.test.ts +249 -0
  55. package/src/utils/studioUrlState.ts +135 -0
  56. package/dist/assets/index-Bs6NmE0o.js +0 -117
  57. package/dist/assets/index-Dswa2GJ2.css +0 -1
@@ -0,0 +1,116 @@
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 $M(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var r2={exports:{}},ic={};/**
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 t5;function QM(){if(t5)return ic;t5=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 ic.Fragment=e,ic.jsx=n,ic.jsxs=n,ic}var n5;function PM(){return n5||(n5=1,r2.exports=QM()),r2.exports}var O=PM(),i2={exports:{}},Re={};/**
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 r5;function ZM(){if(r5)return Re;r5=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"),x=Symbol.iterator;function b($){return $===null||typeof $!="object"?null:($=x&&$[x]||$["@@iterator"],typeof $=="function"?$:null)}var S={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},w=Object.assign,A={};function k($,j,_){this.props=$,this.context=j,this.refs=A,this.updater=_||S}k.prototype.isReactComponent={},k.prototype.setState=function($,j){if(typeof $!="object"&&typeof $!="function"&&$!=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,$,j,"setState")},k.prototype.forceUpdate=function($){this.updater.enqueueForceUpdate(this,$,"forceUpdate")};function E(){}E.prototype=k.prototype;function P($,j,_){this.props=$,this.context=j,this.refs=A,this.updater=_||S}var Q=P.prototype=new E;Q.constructor=P,w(Q,k.prototype),Q.isPureReactComponent=!0;var C=Array.isArray;function Z(){}var M={H:null,A:null,T:null,S:null},V=Object.prototype.hasOwnProperty;function X($,j,_){var U=_.ref;return{$$typeof:t,type:$,key:j,ref:U!==void 0?U:null,props:_}}function Y($,j){return X($.type,j,$.props)}function L($){return typeof $=="object"&&$!==null&&$.$$typeof===t}function H($){var j={"=":"=0",":":"=2"};return"$"+$.replace(/[=:]/g,function(_){return j[_]})}var q=/\/+/g;function J($,j){return typeof $=="object"&&$!==null&&$.key!=null?H(""+$.key):j.toString(36)}function D($){switch($.status){case"fulfilled":return $.value;case"rejected":throw $.reason;default:switch(typeof $.status=="string"?$.then(Z,Z):($.status="pending",$.then(function(j){$.status==="pending"&&($.status="fulfilled",$.value=j)},function(j){$.status==="pending"&&($.status="rejected",$.reason=j)})),$.status){case"fulfilled":return $.value;case"rejected":throw $.reason}}throw $}function R($,j,_,U,se){var ae=typeof $;(ae==="undefined"||ae==="boolean")&&($=null);var ie=!1;if($===null)ie=!0;else switch(ae){case"bigint":case"string":case"number":ie=!0;break;case"object":switch($.$$typeof){case t:case e:ie=!0;break;case p:return ie=$._init,R(ie($._payload),j,_,U,se)}}if(ie)return se=se($),ie=U===""?"."+J($,0):U,C(se)?(_="",ie!=null&&(_=ie.replace(q,"$&/")+"/"),R(se,j,_,"",function(oe){return oe})):se!=null&&(L(se)&&(se=Y(se,_+(se.key==null||$&&$.key===se.key?"":(""+se.key).replace(q,"$&/")+"/")+ie)),j.push(se)),1;ie=0;var de=U===""?".":U+":";if(C($))for(var pe=0;pe<$.length;pe++)U=$[pe],ae=de+J(U,pe),ie+=R(U,j,_,ae,se);else if(pe=b($),typeof pe=="function")for($=pe.call($),pe=0;!(U=$.next()).done;)U=U.value,ae=de+J(U,pe++),ie+=R(U,j,_,ae,se);else if(ae==="object"){if(typeof $.then=="function")return R(D($),j,_,U,se);throw j=String($),Error("Objects are not valid as a React child (found: "+(j==="[object Object]"?"object with keys {"+Object.keys($).join(", ")+"}":j)+"). If you meant to render a collection of children, use an array instead.")}return ie}function F($,j,_){if($==null)return $;var U=[],se=0;return R($,U,"","",function(ae){return j.call(_,ae,se++)}),U}function B($){if($._status===-1){var j=$._result;j=j(),j.then(function(_){($._status===0||$._status===-1)&&($._status=1,$._result=_)},function(_){($._status===0||$._status===-1)&&($._status=2,$._result=_)}),$._status===-1&&($._status=0,$._result=j)}if($._status===1)return $._result.default;throw $._result}var I=typeof reportError=="function"?reportError:function($){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var j=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof $=="object"&&$!==null&&typeof $.message=="string"?String($.message):String($),error:$});if(!window.dispatchEvent(j))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",$);return}console.error($)},z={map:F,forEach:function($,j,_){F($,function(){j.apply(this,arguments)},_)},count:function($){var j=0;return F($,function(){j++}),j},toArray:function($){return F($,function(j){return j})||[]},only:function($){if(!L($))throw Error("React.Children.only expected to receive a single React element child.");return $}};return Re.Activity=g,Re.Children=z,Re.Component=k,Re.Fragment=n,Re.Profiler=i,Re.PureComponent=P,Re.StrictMode=r,Re.Suspense=f,Re.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=M,Re.__COMPILER_RUNTIME={__proto__:null,c:function($){return M.H.useMemoCache($)}},Re.cache=function($){return function(){return $.apply(null,arguments)}},Re.cacheSignal=function(){return null},Re.cloneElement=function($,j,_){if($==null)throw Error("The argument must be a React element, but you passed "+$+".");var U=w({},$.props),se=$.key;if(j!=null)for(ae in j.key!==void 0&&(se=""+j.key),j)!V.call(j,ae)||ae==="key"||ae==="__self"||ae==="__source"||ae==="ref"&&j.ref===void 0||(U[ae]=j[ae]);var ae=arguments.length-2;if(ae===1)U.children=_;else if(1<ae){for(var ie=Array(ae),de=0;de<ae;de++)ie[de]=arguments[de+2];U.children=ie}return X($.type,se,U)},Re.createContext=function($){return $={$$typeof:o,_currentValue:$,_currentValue2:$,_threadCount:0,Provider:null,Consumer:null},$.Provider=$,$.Consumer={$$typeof:l,_context:$},$},Re.createElement=function($,j,_){var U,se={},ae=null;if(j!=null)for(U in j.key!==void 0&&(ae=""+j.key),j)V.call(j,U)&&U!=="key"&&U!=="__self"&&U!=="__source"&&(se[U]=j[U]);var ie=arguments.length-2;if(ie===1)se.children=_;else if(1<ie){for(var de=Array(ie),pe=0;pe<ie;pe++)de[pe]=arguments[pe+2];se.children=de}if($&&$.defaultProps)for(U in ie=$.defaultProps,ie)se[U]===void 0&&(se[U]=ie[U]);return X($,ae,se)},Re.createRef=function(){return{current:null}},Re.forwardRef=function($){return{$$typeof:c,render:$}},Re.isValidElement=L,Re.lazy=function($){return{$$typeof:p,_payload:{_status:-1,_result:$},_init:B}},Re.memo=function($,j){return{$$typeof:m,type:$,compare:j===void 0?null:j}},Re.startTransition=function($){var j=M.T,_={};M.T=_;try{var U=$(),se=M.S;se!==null&&se(_,U),typeof U=="object"&&U!==null&&typeof U.then=="function"&&U.then(Z,I)}catch(ae){I(ae)}finally{j!==null&&_.types!==null&&(j.types=_.types),M.T=j}},Re.unstable_useCacheRefresh=function(){return M.H.useCacheRefresh()},Re.use=function($){return M.H.use($)},Re.useActionState=function($,j,_){return M.H.useActionState($,j,_)},Re.useCallback=function($,j){return M.H.useCallback($,j)},Re.useContext=function($){return M.H.useContext($)},Re.useDebugValue=function(){},Re.useDeferredValue=function($,j){return M.H.useDeferredValue($,j)},Re.useEffect=function($,j){return M.H.useEffect($,j)},Re.useEffectEvent=function($){return M.H.useEffectEvent($)},Re.useId=function(){return M.H.useId()},Re.useImperativeHandle=function($,j,_){return M.H.useImperativeHandle($,j,_)},Re.useInsertionEffect=function($,j){return M.H.useInsertionEffect($,j)},Re.useLayoutEffect=function($,j){return M.H.useLayoutEffect($,j)},Re.useMemo=function($,j){return M.H.useMemo($,j)},Re.useOptimistic=function($,j){return M.H.useOptimistic($,j)},Re.useReducer=function($,j,_){return M.H.useReducer($,j,_)},Re.useRef=function($){return M.H.useRef($)},Re.useState=function($){return M.H.useState($)},Re.useSyncExternalStore=function($,j,_){return M.H.useSyncExternalStore($,j,_)},Re.useTransition=function(){return M.H.useTransition()},Re.version="19.2.6",Re}var i5;function Fp(){return i5||(i5=1,i2.exports=ZM()),i2.exports}var h=Fp();const $0=$M(h);var a2={exports:{}},ac={},l2={exports:{}},s2={};/**
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 a5;function jM(){return a5||(a5=1,(function(t){function e(R,F){var B=R.length;R.push(F);e:for(;0<B;){var I=B-1>>>1,z=R[I];if(0<i(z,F))R[I]=F,R[B]=z,B=I;else break e}}function n(R){return R.length===0?null:R[0]}function r(R){if(R.length===0)return null;var F=R[0],B=R.pop();if(B!==F){R[0]=B;e:for(var I=0,z=R.length,$=z>>>1;I<$;){var j=2*(I+1)-1,_=R[j],U=j+1,se=R[U];if(0>i(_,B))U<z&&0>i(se,_)?(R[I]=se,R[U]=B,I=U):(R[I]=_,R[j]=B,I=j);else if(U<z&&0>i(se,B))R[I]=se,R[U]=B,I=U;else break e}}return F}function i(R,F){var B=R.sortIndex-F.sortIndex;return B!==0?B:R.id-F.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,x=3,b=!1,S=!1,w=!1,A=!1,k=typeof setTimeout=="function"?setTimeout:null,E=typeof clearTimeout=="function"?clearTimeout:null,P=typeof setImmediate<"u"?setImmediate:null;function Q(R){for(var F=n(m);F!==null;){if(F.callback===null)r(m);else if(F.startTime<=R)r(m),F.sortIndex=F.expirationTime,e(f,F);else break;F=n(m)}}function C(R){if(w=!1,Q(R),!S)if(n(f)!==null)S=!0,Z||(Z=!0,H());else{var F=n(m);F!==null&&D(C,F.startTime-R)}}var Z=!1,M=-1,V=5,X=-1;function Y(){return A?!0:!(t.unstable_now()-X<V)}function L(){if(A=!1,Z){var R=t.unstable_now();X=R;var F=!0;try{e:{S=!1,w&&(w=!1,E(M),M=-1),b=!0;var B=x;try{t:{for(Q(R),g=n(f);g!==null&&!(g.expirationTime>R&&Y());){var I=g.callback;if(typeof I=="function"){g.callback=null,x=g.priorityLevel;var z=I(g.expirationTime<=R);if(R=t.unstable_now(),typeof z=="function"){g.callback=z,Q(R),F=!0;break t}g===n(f)&&r(f),Q(R)}else r(f);g=n(f)}if(g!==null)F=!0;else{var $=n(m);$!==null&&D(C,$.startTime-R),F=!1}}break e}finally{g=null,x=B,b=!1}F=void 0}}finally{F?H():Z=!1}}}var H;if(typeof P=="function")H=function(){P(L)};else if(typeof MessageChannel<"u"){var q=new MessageChannel,J=q.port2;q.port1.onmessage=L,H=function(){J.postMessage(null)}}else H=function(){k(L,0)};function D(R,F){M=k(function(){R(t.unstable_now())},F)}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"):V=0<R?Math.floor(1e3/R):5},t.unstable_getCurrentPriorityLevel=function(){return x},t.unstable_next=function(R){switch(x){case 1:case 2:case 3:var F=3;break;default:F=x}var B=x;x=F;try{return R()}finally{x=B}},t.unstable_requestPaint=function(){A=!0},t.unstable_runWithPriority=function(R,F){switch(R){case 1:case 2:case 3:case 4:case 5:break;default:R=3}var B=x;x=R;try{return F()}finally{x=B}},t.unstable_scheduleCallback=function(R,F,B){var I=t.unstable_now();switch(typeof B=="object"&&B!==null?(B=B.delay,B=typeof B=="number"&&0<B?I+B:I):B=I,R){case 1:var z=-1;break;case 2:z=250;break;case 5:z=1073741823;break;case 4:z=1e4;break;default:z=5e3}return z=B+z,R={id:p++,callback:F,priorityLevel:R,startTime:B,expirationTime:z,sortIndex:-1},B>I?(R.sortIndex=B,e(m,R),n(f)===null&&R===n(m)&&(w?(E(M),M=-1):w=!0,D(C,B-I))):(R.sortIndex=z,e(f,R),S||b||(S=!0,Z||(Z=!0,H()))),R},t.unstable_shouldYield=Y,t.unstable_wrapCallback=function(R){var F=x;return function(){var B=x;x=F;try{return R.apply(this,arguments)}finally{x=B}}}})(s2)),s2}var l5;function RM(){return l5||(l5=1,l2.exports=jM()),l2.exports}var o2={exports:{}},fn={};/**
26
+ * @license React
27
+ * react-dom.production.js
28
+ *
29
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
30
+ *
31
+ * This source code is licensed under the MIT license found in the
32
+ * LICENSE file in the root directory of this source tree.
33
+ */var s5;function NM(){if(s5)return fn;s5=1;var t=Fp();function e(f){var m="https://react.dev/errors/"+f;if(1<arguments.length){m+="?args[]="+encodeURIComponent(arguments[1]);for(var p=2;p<arguments.length;p++)m+="&args[]="+encodeURIComponent(arguments[p])}return"Minified React error #"+f+"; visit "+m+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function n(){}var r={d:{f:n,r:function(){throw Error(e(522))},D:n,C:n,L:n,m:n,X:n,S:n,M:n},p:0,findDOMNode:null},i=Symbol.for("react.portal");function l(f,m,p){var g=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:i,key:g==null?null:""+g,children:f,containerInfo:m,implementation:p}}var o=t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function c(f,m){if(f==="font")return"";if(typeof m=="string")return m==="use-credentials"?m:""}return fn.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=r,fn.createPortal=function(f,m){var p=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!m||m.nodeType!==1&&m.nodeType!==9&&m.nodeType!==11)throw Error(e(299));return l(f,m,null,p)},fn.flushSync=function(f){var m=o.T,p=r.p;try{if(o.T=null,r.p=2,f)return f()}finally{o.T=m,r.p=p,r.d.f()}},fn.preconnect=function(f,m){typeof f=="string"&&(m?(m=m.crossOrigin,m=typeof m=="string"?m==="use-credentials"?m:"":void 0):m=null,r.d.C(f,m))},fn.prefetchDNS=function(f){typeof f=="string"&&r.d.D(f)},fn.preinit=function(f,m){if(typeof f=="string"&&m&&typeof m.as=="string"){var p=m.as,g=c(p,m.crossOrigin),x=typeof m.integrity=="string"?m.integrity:void 0,b=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:x,fetchPriority:b}):p==="script"&&r.d.X(f,{crossOrigin:g,integrity:x,fetchPriority:b,nonce:typeof m.nonce=="string"?m.nonce:void 0})}},fn.preinitModule=function(f,m){if(typeof f=="string")if(typeof m=="object"&&m!==null){if(m.as==null||m.as==="script"){var p=c(m.as,m.crossOrigin);r.d.M(f,{crossOrigin:p,integrity:typeof m.integrity=="string"?m.integrity:void 0,nonce:typeof m.nonce=="string"?m.nonce:void 0})}}else m==null&&r.d.M(f)},fn.preload=function(f,m){if(typeof f=="string"&&typeof m=="object"&&m!==null&&typeof m.as=="string"){var p=m.as,g=c(p,m.crossOrigin);r.d.L(f,p,{crossOrigin:g,integrity:typeof m.integrity=="string"?m.integrity:void 0,nonce:typeof m.nonce=="string"?m.nonce:void 0,type:typeof m.type=="string"?m.type:void 0,fetchPriority:typeof m.fetchPriority=="string"?m.fetchPriority:void 0,referrerPolicy:typeof m.referrerPolicy=="string"?m.referrerPolicy:void 0,imageSrcSet:typeof m.imageSrcSet=="string"?m.imageSrcSet:void 0,imageSizes:typeof m.imageSizes=="string"?m.imageSizes:void 0,media:typeof m.media=="string"?m.media:void 0})}},fn.preloadModule=function(f,m){if(typeof f=="string")if(m){var p=c(m.as,m.crossOrigin);r.d.m(f,{as:typeof m.as=="string"&&m.as!=="script"?m.as:void 0,crossOrigin:p,integrity:typeof m.integrity=="string"?m.integrity:void 0})}else r.d.m(f)},fn.requestFormReset=function(f){r.d.r(f)},fn.unstable_batchedUpdates=function(f,m){return f(m)},fn.useFormState=function(f,m,p){return o.H.useFormState(f,m,p)},fn.useFormStatus=function(){return o.H.useHostTransitionStatus()},fn.version="19.2.6",fn}var o5;function Pb(){if(o5)return o2.exports;o5=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(),o2.exports=NM(),o2.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 c5;function VM(){if(c5)return ac;c5=1;var t=RM(),e=Fp(),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,d=s;;){var y=u.return;if(y===null)break;var v=y.alternate;if(v===null){if(d=y.return,d!==null){u=d;continue}break}if(y.child===v.child){for(v=y.child;v;){if(v===u)return f(y),a;if(v===d)return f(y),s;v=v.sibling}throw Error(r(188))}if(u.return!==d.return)u=y,d=v;else{for(var T=!1,N=y.child;N;){if(N===u){T=!0,u=y,d=v;break}if(N===d){T=!0,d=y,u=v;break}N=N.sibling}if(!T){for(N=v.child;N;){if(N===u){T=!0,u=v,d=y;break}if(N===d){T=!0,d=v,u=y;break}N=N.sibling}if(!T)throw Error(r(189))}}if(u.alternate!==d)throw Error(r(190))}if(u.tag!==3)throw Error(r(188));return u.stateNode.current===u?a:s}function p(a){var s=a.tag;if(s===5||s===26||s===27||s===6)return a;for(a=a.child;a!==null;){if(s=p(a),s!==null)return s;a=a.sibling}return null}var g=Object.assign,x=Symbol.for("react.element"),b=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"),E=Symbol.for("react.consumer"),P=Symbol.for("react.context"),Q=Symbol.for("react.forward_ref"),C=Symbol.for("react.suspense"),Z=Symbol.for("react.suspense_list"),M=Symbol.for("react.memo"),V=Symbol.for("react.lazy"),X=Symbol.for("react.activity"),Y=Symbol.for("react.memo_cache_sentinel"),L=Symbol.iterator;function H(a){return a===null||typeof a!="object"?null:(a=L&&a[L]||a["@@iterator"],typeof a=="function"?a:null)}var q=Symbol.for("react.client.reference");function J(a){if(a==null)return null;if(typeof a=="function")return a.$$typeof===q?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 Z:return"SuspenseList";case X:return"Activity"}if(typeof a=="object")switch(a.$$typeof){case S:return"Portal";case P:return a.displayName||"Context";case E:return(a._context.displayName||"Context")+".Consumer";case Q:var s=a.render;return a=a.displayName,a||(a=s.displayName||s.name||"",a=a!==""?"ForwardRef("+a+")":"ForwardRef"),a;case M:return s=a.displayName||null,s!==null?s:J(a.type)||"Memo";case V:s=a._payload,a=a._init;try{return J(a(s))}catch{}}return null}var D=Array.isArray,R=e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,F=n.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,B={pending:!1,data:null,method:null,action:null},I=[],z=-1;function $(a){return{current:a}}function j(a){0>z||(a.current=I[z],I[z]=null,z--)}function _(a,s){z++,I[z]=a.current,a.current=s}var U=$(null),se=$(null),ae=$(null),ie=$(null);function de(a,s){switch(_(ae,s),_(se,a),_(U,null),s.nodeType){case 9:case 11:a=(a=s.documentElement)&&(a=a.namespaceURI)?A4(a):0;break;default:if(a=s.tagName,s=s.namespaceURI)s=A4(s),a=k4(s,a);else switch(a){case"svg":a=1;break;case"math":a=2;break;default:a=0}}j(U),_(U,a)}function pe(){j(U),j(se),j(ae)}function oe(a){a.memoizedState!==null&&_(ie,a);var s=U.current,u=k4(s,a.type);s!==u&&(_(se,a),_(U,u))}function ye(a){se.current===a&&(j(U),j(se)),ie.current===a&&(j(ie),ec._currentValue=B)}var ke,$e;function De(a){if(ke===void 0)try{throw Error()}catch(u){var s=u.stack.trim().match(/\n( *(at )?)/);ke=s&&s[1]||"",$e=-1<u.stack.indexOf(`
42
+ at`)?" (<anonymous>)":-1<u.stack.indexOf("@")?"@unknown:0:0":""}return`
43
+ `+ke+a+$e}var Ze=!1;function gt(a,s){if(!a||Ze)return"";Ze=!0;var u=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var d={DetermineComponentFrameRoot:function(){try{if(s){var fe=function(){throw Error()};if(Object.defineProperty(fe.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(fe,[])}catch(le){var re=le}Reflect.construct(a,[],fe)}else{try{fe.call()}catch(le){re=le}a.call(fe.prototype)}}else{try{throw Error()}catch(le){re=le}(fe=a())&&typeof fe.catch=="function"&&fe.catch(function(){})}}catch(le){if(le&&re&&typeof le.stack=="string")return[le.stack,re.stack]}return[null,null]}};d.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var y=Object.getOwnPropertyDescriptor(d.DetermineComponentFrameRoot,"name");y&&y.configurable&&Object.defineProperty(d.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var v=d.DetermineComponentFrameRoot(),T=v[0],N=v[1];if(T&&N){var W=T.split(`
44
+ `),ne=N.split(`
45
+ `);for(y=d=0;d<W.length&&!W[d].includes("DetermineComponentFrameRoot");)d++;for(;y<ne.length&&!ne[y].includes("DetermineComponentFrameRoot");)y++;if(d===W.length||y===ne.length)for(d=W.length-1,y=ne.length-1;1<=d&&0<=y&&W[d]!==ne[y];)y--;for(;1<=d&&0<=y;d--,y--)if(W[d]!==ne[y]){if(d!==1||y!==1)do if(d--,y--,0>y||W[d]!==ne[y]){var ce=`
46
+ `+W[d].replace(" at new "," at ");return a.displayName&&ce.includes("<anonymous>")&&(ce=ce.replace("<anonymous>",a.displayName)),ce}while(1<=d&&0<=y);break}}}finally{Ze=!1,Error.prepareStackTrace=u}return(u=a?a.displayName||a.name:"")?De(u):""}function it(a,s){switch(a.tag){case 26:case 27:case 5:return De(a.type);case 16:return De("Lazy");case 13:return a.child!==s&&s!==null?De("Suspense Fallback"):De("Suspense");case 19:return De("SuspenseList");case 0:case 15:return gt(a.type,!1);case 11:return gt(a.type.render,!1);case 1:return gt(a.type,!0);case 31:return De("Activity");default:return""}}function Pt(a){try{var s="",u=null;do s+=it(a,u),u=a,a=a.return;while(a);return s}catch(d){return`
47
+ Error generating stack: `+d.message+`
48
+ `+d.stack}}var be=Object.prototype.hasOwnProperty,Ce=t.unstable_scheduleCallback,ze=t.unstable_cancelCallback,Pe=t.unstable_shouldYield,He=t.unstable_requestPaint,je=t.unstable_now,lt=t.unstable_getCurrentPriorityLevel,ht=t.unstable_ImmediatePriority,yt=t.unstable_UserBlockingPriority,wn=t.unstable_NormalPriority,Fi=t.unstable_LowPriority,hi=t.unstable_IdlePriority,qi=t.log,_a=t.unstable_setDisableYieldValue,nr=null,Lt=null;function kt(a){if(typeof qi=="function"&&_a(a),Lt&&typeof Lt.setStrictMode=="function")try{Lt.setStrictMode(nr,a)}catch{}}var Mt=Math.clz32?Math.clz32:Ii,Xa=Math.log,Ui=Math.LN2;function Ii(a){return a>>>=0,a===0?32:31-(Xa(a)/Ui|0)|0}var xe=256,vt=262144,An=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 Ll(a,s,u){var d=a.pendingLanes;if(d===0)return 0;var y=0,v=a.suspendedLanes,T=a.pingedLanes;a=a.warmLanes;var N=d&134217727;return N!==0?(d=N&~v,d!==0?y=rr(d):(T&=N,T!==0?y=rr(T):u||(u=N&~a,u!==0&&(y=rr(u))))):(N=d&~v,N!==0?y=rr(N):T!==0?y=rr(T):u||(u=d&~a,u!==0&&(y=rr(u)))),y===0?0:s!==0&&s!==y&&(s&v)===0&&(v=y&-y,u=s&-s,v>=u||v===32&&(u&4194048)!==0)?s:y}function za(a,s){return(a.pendingLanes&~(a.suspendedLanes&~a.pingedLanes)&s)===0}function qf(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 Ha(){var a=An;return An<<=1,(An&62914560)===0&&(An=4194304),a}function Dl(a){for(var s=[],u=0;31>u;u++)s.push(a);return s}function Wi(a,s){a.pendingLanes|=s,s!==268435456&&(a.suspendedLanes=0,a.pingedLanes=0,a.warmLanes=0)}function Oe(a,s,u,d,y,v){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 N=a.entanglements,W=a.expirationTimes,ne=a.hiddenUpdates;for(u=T&~u;0<u;){var ce=31-Mt(u),fe=1<<ce;N[ce]=0,W[ce]=-1;var re=ne[ce];if(re!==null)for(ne[ce]=null,ce=0;ce<re.length;ce++){var le=re[ce];le!==null&&(le.lane&=-536870913)}u&=~fe}d!==0&&Ye(a,d,0),v!==0&&y===0&&a.tag!==0&&(a.suspendedLanes|=v&~(T&~s))}function Ye(a,s,u){a.pendingLanes|=s,a.suspendedLanes&=~s;var d=31-Mt(s);a.entangledLanes|=s,a.entanglements[d]=a.entanglements[d]|1073741824|u&261930}function dt(a,s){var u=a.entangledLanes|=s;for(a=a.entanglements;u;){var d=31-Mt(u),y=1<<d;y&s|a[d]&s&&(a[d]|=s),u&=~y}}function kn(a,s){var u=s&-s;return u=(u&42)!==0?1:_l(u),(u&(a.suspendedLanes|s))!==0?0:u}function _l(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 Xl(a){return a&=-a,2<a?8<a?(a&134217727)!==0?32:268435456:8:2}function cO(){var a=F.p;return a!==0?a:(a=window.event,a===void 0?32:U4(a.type))}function uO(a,s){var u=F.p;try{return F.p=a,s()}finally{F.p=u}}var Gi=Math.random().toString(36).slice(2),en="__reactFiber$"+Gi,Mn="__reactProps$"+Gi,zl="__reactContainer$"+Gi,Uf="__reactEvents$"+Gi,xA="__reactListeners$"+Gi,bA="__reactHandles$"+Gi,fO="__reactResources$"+Gi,po="__reactMarker$"+Gi;function If(a){delete a[en],delete a[Mn],delete a[Uf],delete a[xA],delete a[bA]}function Hl(a){var s=a[en];if(s)return s;for(var u=a.parentNode;u;){if(s=u[zl]||u[en]){if(u=s.alternate,s.child!==null||u!==null&&u.child!==null)for(a=P4(a);a!==null;){if(u=a[en])return u;a=P4(a)}return s}a=u,u=a.parentNode}return null}function Yl(a){if(a=a[en]||a[zl]){var s=a.tag;if(s===5||s===6||s===13||s===31||s===26||s===27||s===3)return a}return null}function go(a){var s=a.tag;if(s===5||s===26||s===27||s===6)return a.stateNode;throw Error(r(33))}function Bl(a){var s=a[fO];return s||(s=a[fO]={hoistableStyles:new Map,hoistableScripts:new Map}),s}function It(a){a[po]=!0}var hO=new Set,dO={};function Ya(a,s){Fl(a,s),Fl(a+"Capture",s)}function Fl(a,s){for(dO[a]=s,a=0;a<s.length;a++)hO.add(s[a])}var vA=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]*$"),mO={},pO={};function SA(a){return be.call(pO,a)?!0:be.call(mO,a)?!1:vA.test(a)?pO[a]=!0:(mO[a]=!0,!1)}function yu(a,s,u){if(SA(s))if(u===null)a.removeAttribute(s);else{switch(typeof u){case"undefined":case"function":case"symbol":a.removeAttribute(s);return;case"boolean":var d=s.toLowerCase().slice(0,5);if(d!=="data-"&&d!=="aria-"){a.removeAttribute(s);return}}a.setAttribute(s,""+u)}}function xu(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 di(a,s,u,d){if(d===null)a.removeAttribute(u);else{switch(typeof d){case"undefined":case"function":case"symbol":case"boolean":a.removeAttribute(u);return}a.setAttributeNS(s,u,""+d)}}function ir(a){switch(typeof a){case"bigint":case"boolean":case"number":case"string":case"undefined":return a;case"object":return a;default:return""}}function gO(a){var s=a.type;return(a=a.nodeName)&&a.toLowerCase()==="input"&&(s==="checkbox"||s==="radio")}function wA(a,s,u){var d=Object.getOwnPropertyDescriptor(a.constructor.prototype,s);if(!a.hasOwnProperty(s)&&typeof d<"u"&&typeof d.get=="function"&&typeof d.set=="function"){var y=d.get,v=d.set;return Object.defineProperty(a,s,{configurable:!0,get:function(){return y.call(this)},set:function(T){u=""+T,v.call(this,T)}}),Object.defineProperty(a,s,{enumerable:d.enumerable}),{getValue:function(){return u},setValue:function(T){u=""+T},stopTracking:function(){a._valueTracker=null,delete a[s]}}}}function Wf(a){if(!a._valueTracker){var s=gO(a)?"checked":"value";a._valueTracker=wA(a,s,""+a[s])}}function OO(a){if(!a)return!1;var s=a._valueTracker;if(!s)return!0;var u=s.getValue(),d="";return a&&(d=gO(a)?a.checked?"true":"false":a.value),a=d,a!==u?(s.setValue(a),!0):!1}function bu(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 AA=/[\n"\\]/g;function ar(a){return a.replace(AA,function(s){return"\\"+s.charCodeAt(0).toString(16)+" "})}function Gf(a,s,u,d,y,v,T,N){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?Kf(a,T,ir(s)):u!=null?Kf(a,T,ir(u)):d!=null&&a.removeAttribute("value"),y==null&&v!=null&&(a.defaultChecked=!!v),y!=null&&(a.checked=y&&typeof y!="function"&&typeof y!="symbol"),N!=null&&typeof N!="function"&&typeof N!="symbol"&&typeof N!="boolean"?a.name=""+ir(N):a.removeAttribute("name")}function yO(a,s,u,d,y,v,T,N){if(v!=null&&typeof v!="function"&&typeof v!="symbol"&&typeof v!="boolean"&&(a.type=v),s!=null||u!=null){if(!(v!=="submit"&&v!=="reset"||s!=null)){Wf(a);return}u=u!=null?""+ir(u):"",s=s!=null?""+ir(s):u,N||s===a.value||(a.value=s),a.defaultValue=s}d=d??y,d=typeof d!="function"&&typeof d!="symbol"&&!!d,a.checked=N?a.checked:!!d,a.defaultChecked=!!d,T!=null&&typeof T!="function"&&typeof T!="symbol"&&typeof T!="boolean"&&(a.name=T),Wf(a)}function Kf(a,s,u){s==="number"&&bu(a.ownerDocument)===a||a.defaultValue===""+u||(a.defaultValue=""+u)}function ql(a,s,u,d){if(a=a.options,s){s={};for(var y=0;y<u.length;y++)s["$"+u[y]]=!0;for(u=0;u<a.length;u++)y=s.hasOwnProperty("$"+a[u].value),a[u].selected!==y&&(a[u].selected=y),y&&d&&(a[u].defaultSelected=!0)}else{for(u=""+ir(u),s=null,y=0;y<a.length;y++){if(a[y].value===u){a[y].selected=!0,d&&(a[y].defaultSelected=!0);return}s!==null||a[y].disabled||(s=a[y])}s!==null&&(s.selected=!0)}}function xO(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 bO(a,s,u,d){if(s==null){if(d!=null){if(u!=null)throw Error(r(92));if(D(d)){if(1<d.length)throw Error(r(93));d=d[0]}u=d}u==null&&(u=""),s=u}u=ir(s),a.defaultValue=u,d=a.textContent,d===u&&d!==""&&d!==null&&(a.value=d),Wf(a)}function Ul(a,s){if(s){var u=a.firstChild;if(u&&u===a.lastChild&&u.nodeType===3){u.nodeValue=s;return}}a.textContent=s}var kA=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 vO(a,s,u){var d=s.indexOf("--")===0;u==null||typeof u=="boolean"||u===""?d?a.setProperty(s,""):s==="float"?a.cssFloat="":a[s]="":d?a.setProperty(s,u):typeof u!="number"||u===0||kA.has(s)?s==="float"?a.cssFloat=u:a[s]=(""+u).trim():a[s]=u+"px"}function SO(a,s,u){if(s!=null&&typeof s!="object")throw Error(r(62));if(a=a.style,u!=null){for(var d in u)!u.hasOwnProperty(d)||s!=null&&s.hasOwnProperty(d)||(d.indexOf("--")===0?a.setProperty(d,""):d==="float"?a.cssFloat="":a[d]="");for(var y in s)d=s[y],s.hasOwnProperty(y)&&u[y]!==d&&vO(a,y,d)}else for(var v in s)s.hasOwnProperty(v)&&vO(a,v,s[v])}function Jf(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 MA=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"]]),TA=/^[\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 vu(a){return TA.test(""+a)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":a}function mi(){}var eh=null;function th(a){return a=a.target||a.srcElement||window,a.correspondingUseElement&&(a=a.correspondingUseElement),a.nodeType===3?a.parentNode:a}var Il=null,Wl=null;function wO(a){var s=Yl(a);if(s&&(a=s.stateNode)){var u=a[Mn]||null;e:switch(a=s.stateNode,s.type){case"input":if(Gf(a,u.value,u.defaultValue,u.defaultValue,u.checked,u.defaultChecked,u.type,u.name),s=u.name,u.type==="radio"&&s!=null){for(u=a;u.parentNode;)u=u.parentNode;for(u=u.querySelectorAll('input[name="'+ar(""+s)+'"][type="radio"]'),s=0;s<u.length;s++){var d=u[s];if(d!==a&&d.form===a.form){var y=d[Mn]||null;if(!y)throw Error(r(90));Gf(d,y.value,y.defaultValue,y.defaultValue,y.checked,y.defaultChecked,y.type,y.name)}}for(s=0;s<u.length;s++)d=u[s],d.form===a.form&&OO(d)}break e;case"textarea":xO(a,u.value,u.defaultValue);break e;case"select":s=u.value,s!=null&&ql(a,!!u.multiple,s,!1)}}}var nh=!1;function AO(a,s,u){if(nh)return a(s,u);nh=!0;try{var d=a(s);return d}finally{if(nh=!1,(Il!==null||Wl!==null)&&(o0(),Il&&(s=Il,a=Wl,Wl=Il=null,wO(s),a)))for(s=0;s<a.length;s++)wO(a[s])}}function Oo(a,s){var u=a.stateNode;if(u===null)return null;var d=u[Mn]||null;if(d===null)return null;u=d[s];e:switch(s){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(d=!d.disabled)||(a=a.type,d=!(a==="button"||a==="input"||a==="select"||a==="textarea")),a=!d;break e;default:a=!1}if(a)return null;if(u&&typeof u!="function")throw Error(r(231,s,typeof u));return u}var pi=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),rh=!1;if(pi)try{var yo={};Object.defineProperty(yo,"passive",{get:function(){rh=!0}}),window.addEventListener("test",yo,yo),window.removeEventListener("test",yo,yo)}catch{rh=!1}var Ki=null,ih=null,Su=null;function kO(){if(Su)return Su;var a,s=ih,u=s.length,d,y="value"in Ki?Ki.value:Ki.textContent,v=y.length;for(a=0;a<u&&s[a]===y[a];a++);var T=u-a;for(d=1;d<=T&&s[u-d]===y[v-d];d++);return Su=y.slice(a,1<d?1-d:void 0)}function wu(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 Au(){return!0}function MO(){return!1}function Tn(a){function s(u,d,y,v,T){this._reactName=u,this._targetInst=y,this.type=d,this.nativeEvent=v,this.target=T,this.currentTarget=null;for(var N in a)a.hasOwnProperty(N)&&(u=a[N],this[N]=u?u(v):v[N]);return this.isDefaultPrevented=(v.defaultPrevented!=null?v.defaultPrevented:v.returnValue===!1)?Au:MO,this.isPropagationStopped=MO,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=Au)},stopPropagation:function(){var u=this.nativeEvent;u&&(u.stopPropagation?u.stopPropagation():typeof u.cancelBubble!="unknown"&&(u.cancelBubble=!0),this.isPropagationStopped=Au)},persist:function(){},isPersistent:Au}),s}var Ba={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(a){return a.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},ku=Tn(Ba),xo=g({},Ba,{view:0,detail:0}),CA=Tn(xo),ah,lh,bo,Mu=g({},xo,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:oh,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!==bo&&(bo&&a.type==="mousemove"?(ah=a.screenX-bo.screenX,lh=a.screenY-bo.screenY):lh=ah=0,bo=a),ah)},movementY:function(a){return"movementY"in a?a.movementY:lh}}),TO=Tn(Mu),EA=g({},Mu,{dataTransfer:0}),$A=Tn(EA),QA=g({},xo,{relatedTarget:0}),sh=Tn(QA),PA=g({},Ba,{animationName:0,elapsedTime:0,pseudoElement:0}),ZA=Tn(PA),jA=g({},Ba,{clipboardData:function(a){return"clipboardData"in a?a.clipboardData:window.clipboardData}}),RA=Tn(jA),NA=g({},Ba,{data:0}),CO=Tn(NA),VA={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},LA={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"},DA={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function _A(a){var s=this.nativeEvent;return s.getModifierState?s.getModifierState(a):(a=DA[a])?!!s[a]:!1}function oh(){return _A}var XA=g({},xo,{key:function(a){if(a.key){var s=VA[a.key]||a.key;if(s!=="Unidentified")return s}return a.type==="keypress"?(a=wu(a),a===13?"Enter":String.fromCharCode(a)):a.type==="keydown"||a.type==="keyup"?LA[a.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:oh,charCode:function(a){return a.type==="keypress"?wu(a):0},keyCode:function(a){return a.type==="keydown"||a.type==="keyup"?a.keyCode:0},which:function(a){return a.type==="keypress"?wu(a):a.type==="keydown"||a.type==="keyup"?a.keyCode:0}}),zA=Tn(XA),HA=g({},Mu,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),EO=Tn(HA),YA=g({},xo,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:oh}),BA=Tn(YA),FA=g({},Ba,{propertyName:0,elapsedTime:0,pseudoElement:0}),qA=Tn(FA),UA=g({},Mu,{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}),IA=Tn(UA),WA=g({},Ba,{newState:0,oldState:0}),GA=Tn(WA),KA=[9,13,27,32],ch=pi&&"CompositionEvent"in window,vo=null;pi&&"documentMode"in document&&(vo=document.documentMode);var JA=pi&&"TextEvent"in window&&!vo,$O=pi&&(!ch||vo&&8<vo&&11>=vo),QO=" ",PO=!1;function ZO(a,s){switch(a){case"keyup":return KA.indexOf(s.keyCode)!==-1;case"keydown":return s.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function jO(a){return a=a.detail,typeof a=="object"&&"data"in a?a.data:null}var Gl=!1;function ek(a,s){switch(a){case"compositionend":return jO(s);case"keypress":return s.which!==32?null:(PO=!0,QO);case"textInput":return a=s.data,a===QO&&PO?null:a;default:return null}}function tk(a,s){if(Gl)return a==="compositionend"||!ch&&ZO(a,s)?(a=kO(),Su=ih=Ki=null,Gl=!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 $O&&s.locale!=="ko"?null:s.data;default:return null}}var nk={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 RO(a){var s=a&&a.nodeName&&a.nodeName.toLowerCase();return s==="input"?!!nk[a.type]:s==="textarea"}function NO(a,s,u,d){Il?Wl?Wl.push(d):Wl=[d]:Il=d,s=p0(s,"onChange"),0<s.length&&(u=new ku("onChange","change",null,u,d),a.push({event:u,listeners:s}))}var So=null,wo=null;function rk(a){y4(a,0)}function Tu(a){var s=go(a);if(OO(s))return a}function VO(a,s){if(a==="change")return s}var LO=!1;if(pi){var uh;if(pi){var fh="oninput"in document;if(!fh){var DO=document.createElement("div");DO.setAttribute("oninput","return;"),fh=typeof DO.oninput=="function"}uh=fh}else uh=!1;LO=uh&&(!document.documentMode||9<document.documentMode)}function _O(){So&&(So.detachEvent("onpropertychange",XO),wo=So=null)}function XO(a){if(a.propertyName==="value"&&Tu(wo)){var s=[];NO(s,wo,a,th(a)),AO(rk,s)}}function ik(a,s,u){a==="focusin"?(_O(),So=s,wo=u,So.attachEvent("onpropertychange",XO)):a==="focusout"&&_O()}function ak(a){if(a==="selectionchange"||a==="keyup"||a==="keydown")return Tu(wo)}function lk(a,s){if(a==="click")return Tu(s)}function sk(a,s){if(a==="input"||a==="change")return Tu(s)}function ok(a,s){return a===s&&(a!==0||1/a===1/s)||a!==a&&s!==s}var Xn=typeof Object.is=="function"?Object.is:ok;function Ao(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),d=Object.keys(s);if(u.length!==d.length)return!1;for(d=0;d<u.length;d++){var y=u[d];if(!be.call(s,y)||!Xn(a[y],s[y]))return!1}return!0}function zO(a){for(;a&&a.firstChild;)a=a.firstChild;return a}function HO(a,s){var u=zO(a);a=0;for(var d;u;){if(u.nodeType===3){if(d=a+u.textContent.length,a<=s&&d>=s)return{node:u,offset:s-a};a=d}e:{for(;u;){if(u.nextSibling){u=u.nextSibling;break e}u=u.parentNode}u=void 0}u=zO(u)}}function YO(a,s){return a&&s?a===s?!0:a&&a.nodeType===3?!1:s&&s.nodeType===3?YO(a,s.parentNode):"contains"in a?a.contains(s):a.compareDocumentPosition?!!(a.compareDocumentPosition(s)&16):!1:!1}function BO(a){a=a!=null&&a.ownerDocument!=null&&a.ownerDocument.defaultView!=null?a.ownerDocument.defaultView:window;for(var s=bu(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=bu(a.document)}return s}function hh(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 ck=pi&&"documentMode"in document&&11>=document.documentMode,Kl=null,dh=null,ko=null,mh=!1;function FO(a,s,u){var d=u.window===u?u.document:u.nodeType===9?u:u.ownerDocument;mh||Kl==null||Kl!==bu(d)||(d=Kl,"selectionStart"in d&&hh(d)?d={start:d.selectionStart,end:d.selectionEnd}:(d=(d.ownerDocument&&d.ownerDocument.defaultView||window).getSelection(),d={anchorNode:d.anchorNode,anchorOffset:d.anchorOffset,focusNode:d.focusNode,focusOffset:d.focusOffset}),ko&&Ao(ko,d)||(ko=d,d=p0(dh,"onSelect"),0<d.length&&(s=new ku("onSelect","select",null,s,u),a.push({event:s,listeners:d}),s.target=Kl)))}function Fa(a,s){var u={};return u[a.toLowerCase()]=s.toLowerCase(),u["Webkit"+a]="webkit"+s,u["Moz"+a]="moz"+s,u}var Jl={animationend:Fa("Animation","AnimationEnd"),animationiteration:Fa("Animation","AnimationIteration"),animationstart:Fa("Animation","AnimationStart"),transitionrun:Fa("Transition","TransitionRun"),transitionstart:Fa("Transition","TransitionStart"),transitioncancel:Fa("Transition","TransitionCancel"),transitionend:Fa("Transition","TransitionEnd")},ph={},qO={};pi&&(qO=document.createElement("div").style,"AnimationEvent"in window||(delete Jl.animationend.animation,delete Jl.animationiteration.animation,delete Jl.animationstart.animation),"TransitionEvent"in window||delete Jl.transitionend.transition);function qa(a){if(ph[a])return ph[a];if(!Jl[a])return a;var s=Jl[a],u;for(u in s)if(s.hasOwnProperty(u)&&u in qO)return ph[a]=s[u];return a}var UO=qa("animationend"),IO=qa("animationiteration"),WO=qa("animationstart"),uk=qa("transitionrun"),fk=qa("transitionstart"),hk=qa("transitioncancel"),GO=qa("transitionend"),KO=new Map,gh="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(" ");gh.push("scrollEnd");function wr(a,s){KO.set(a,s),Ya(s,[a])}var Cu=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=[],es=0,Oh=0;function Eu(){for(var a=es,s=Oh=es=0;s<a;){var u=lr[s];lr[s++]=null;var d=lr[s];lr[s++]=null;var y=lr[s];lr[s++]=null;var v=lr[s];if(lr[s++]=null,d!==null&&y!==null){var T=d.pending;T===null?y.next=y:(y.next=T.next,T.next=y),d.pending=y}v!==0&&JO(u,y,v)}}function $u(a,s,u,d){lr[es++]=a,lr[es++]=s,lr[es++]=u,lr[es++]=d,Oh|=d,a.lanes|=d,a=a.alternate,a!==null&&(a.lanes|=d)}function yh(a,s,u,d){return $u(a,s,u,d),Qu(a)}function Ua(a,s){return $u(a,null,null,s),Qu(a)}function JO(a,s,u){a.lanes|=u;var d=a.alternate;d!==null&&(d.lanes|=u);for(var y=!1,v=a.return;v!==null;)v.childLanes|=u,d=v.alternate,d!==null&&(d.childLanes|=u),v.tag===22&&(a=v.stateNode,a===null||a._visibility&1||(y=!0)),a=v,v=v.return;return a.tag===3?(v=a.stateNode,y&&s!==null&&(y=31-Mt(u),a=v.hiddenUpdates,d=a[y],d===null?a[y]=[s]:d.push(s),s.lane=u|536870912),v):null}function Qu(a){if(50<qo)throw qo=0,Td=null,Error(r(185));for(var s=a.return;s!==null;)a=s,s=a.return;return a.tag===3?a.stateNode:null}var ts={};function dk(a,s,u,d){this.tag=a,this.key=u,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.refCleanup=this.ref=null,this.pendingProps=s,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=d,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function zn(a,s,u,d){return new dk(a,s,u,d)}function xh(a){return a=a.prototype,!(!a||!a.isReactComponent)}function gi(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 e8(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 Pu(a,s,u,d,y,v){var T=0;if(d=a,typeof a=="function")xh(a)&&(T=1);else if(typeof a=="string")T=yM(a,u,U.current)?26:a==="html"||a==="head"||a==="body"?27:5;else e:switch(a){case X:return a=zn(31,u,s,y),a.elementType=X,a.lanes=v,a;case w:return Ia(u.children,y,v,s);case A:T=8,y|=24;break;case k:return a=zn(12,u,s,y|2),a.elementType=k,a.lanes=v,a;case C:return a=zn(13,u,s,y),a.elementType=C,a.lanes=v,a;case Z:return a=zn(19,u,s,y),a.elementType=Z,a.lanes=v,a;default:if(typeof a=="object"&&a!==null)switch(a.$$typeof){case P:T=10;break e;case E:T=9;break e;case Q:T=11;break e;case M:T=14;break e;case V:T=16,d=null;break e}T=29,u=Error(r(130,a===null?"null":typeof a,"")),d=null}return s=zn(T,u,s,y),s.elementType=a,s.type=d,s.lanes=v,s}function Ia(a,s,u,d){return a=zn(7,a,d,s),a.lanes=u,a}function bh(a,s,u){return a=zn(6,a,null,s),a.lanes=u,a}function t8(a){var s=zn(18,null,null,0);return s.stateNode=a,s}function vh(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 n8=new WeakMap;function sr(a,s){if(typeof a=="object"&&a!==null){var u=n8.get(a);return u!==void 0?u:(s={value:a,source:s,stack:Pt(s)},n8.set(a,s),s)}return{value:a,source:s,stack:Pt(s)}}var ns=[],rs=0,Zu=null,Mo=0,or=[],cr=0,Ji=null,Lr=1,Dr="";function Oi(a,s){ns[rs++]=Mo,ns[rs++]=Zu,Zu=a,Mo=s}function r8(a,s,u){or[cr++]=Lr,or[cr++]=Dr,or[cr++]=Ji,Ji=a;var d=Lr;a=Dr;var y=32-Mt(d)-1;d&=~(1<<y),u+=1;var v=32-Mt(s)+y;if(30<v){var T=y-y%5;v=(d&(1<<T)-1).toString(32),d>>=T,y-=T,Lr=1<<32-Mt(s)+y|u<<y|d,Dr=v+a}else Lr=1<<v|u<<y|d,Dr=a}function Sh(a){a.return!==null&&(Oi(a,1),r8(a,1,0))}function wh(a){for(;a===Zu;)Zu=ns[--rs],ns[rs]=null,Mo=ns[--rs],ns[rs]=null;for(;a===Ji;)Ji=or[--cr],or[cr]=null,Dr=or[--cr],or[cr]=null,Lr=or[--cr],or[cr]=null}function i8(a,s){or[cr++]=Lr,or[cr++]=Dr,or[cr++]=Ji,Lr=s.id,Dr=s.overflow,Ji=a}var tn=null,xt=null,We=!1,ea=null,ur=!1,Ah=Error(r(519));function ta(a){var s=Error(r(418,1<arguments.length&&arguments[1]!==void 0&&arguments[1]?"text":"HTML",""));throw To(sr(s,a)),Ah}function a8(a){var s=a.stateNode,u=a.type,d=a.memoizedProps;switch(s[en]=a,s[Mn]=d,u){case"dialog":Fe("cancel",s),Fe("close",s);break;case"iframe":case"object":case"embed":Fe("load",s);break;case"video":case"audio":for(u=0;u<Io.length;u++)Fe(Io[u],s);break;case"source":Fe("error",s);break;case"img":case"image":case"link":Fe("error",s),Fe("load",s);break;case"details":Fe("toggle",s);break;case"input":Fe("invalid",s),yO(s,d.value,d.defaultValue,d.checked,d.defaultChecked,d.type,d.name,!0);break;case"select":Fe("invalid",s);break;case"textarea":Fe("invalid",s),bO(s,d.value,d.defaultValue,d.children)}u=d.children,typeof u!="string"&&typeof u!="number"&&typeof u!="bigint"||s.textContent===""+u||d.suppressHydrationWarning===!0||S4(s.textContent,u)?(d.popover!=null&&(Fe("beforetoggle",s),Fe("toggle",s)),d.onScroll!=null&&Fe("scroll",s),d.onScrollEnd!=null&&Fe("scrollend",s),d.onClick!=null&&(s.onclick=mi),s=!0):s=!1,s||ta(a,!0)}function l8(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 is(a){if(a!==tn)return!1;if(!We)return l8(a),We=!0,!1;var s=a.tag,u;if((u=s!==3&&s!==27)&&((u=s===5)&&(u=a.type,u=!(u!=="form"&&u!=="button")||zd(a.type,a.memoizedProps)),u=!u),u&&xt&&ta(a),l8(a),s===13){if(a=a.memoizedState,a=a!==null?a.dehydrated:null,!a)throw Error(r(317));xt=Q4(a)}else if(s===31){if(a=a.memoizedState,a=a!==null?a.dehydrated:null,!a)throw Error(r(317));xt=Q4(a)}else s===27?(s=xt,pa(a.type)?(a=qd,qd=null,xt=a):xt=s):xt=tn?hr(a.stateNode.nextSibling):null;return!0}function Wa(){xt=tn=null,We=!1}function kh(){var a=ea;return a!==null&&(Qn===null?Qn=a:Qn.push.apply(Qn,a),ea=null),a}function To(a){ea===null?ea=[a]:ea.push(a)}var Mh=$(null),Ga=null,yi=null;function na(a,s,u){_(Mh,s._currentValue),s._currentValue=u}function xi(a){a._currentValue=Mh.current,j(Mh)}function Th(a,s,u){for(;a!==null;){var d=a.alternate;if((a.childLanes&s)!==s?(a.childLanes|=s,d!==null&&(d.childLanes|=s)):d!==null&&(d.childLanes&s)!==s&&(d.childLanes|=s),a===u)break;a=a.return}}function Ch(a,s,u,d){var y=a.child;for(y!==null&&(y.return=a);y!==null;){var v=y.dependencies;if(v!==null){var T=y.child;v=v.firstContext;e:for(;v!==null;){var N=v;v=y;for(var W=0;W<s.length;W++)if(N.context===s[W]){v.lanes|=u,N=v.alternate,N!==null&&(N.lanes|=u),Th(v.return,u,a),d||(T=null);break e}v=N.next}}else if(y.tag===18){if(T=y.return,T===null)throw Error(r(341));T.lanes|=u,v=T.alternate,v!==null&&(v.lanes|=u),Th(T,u,a),T=null}else T=y.child;if(T!==null)T.return=y;else for(T=y;T!==null;){if(T===a){T=null;break}if(y=T.sibling,y!==null){y.return=T.return,T=y;break}T=T.return}y=T}}function as(a,s,u,d){a=null;for(var y=s,v=!1;y!==null;){if(!v){if((y.flags&524288)!==0)v=!0;else if((y.flags&262144)!==0)break}if(y.tag===10){var T=y.alternate;if(T===null)throw Error(r(387));if(T=T.memoizedProps,T!==null){var N=y.type;Xn(y.pendingProps.value,T.value)||(a!==null?a.push(N):a=[N])}}else if(y===ie.current){if(T=y.alternate,T===null)throw Error(r(387));T.memoizedState.memoizedState!==y.memoizedState.memoizedState&&(a!==null?a.push(ec):a=[ec])}y=y.return}a!==null&&Ch(s,a,u,d),s.flags|=262144}function ju(a){for(a=a.firstContext;a!==null;){if(!Xn(a.context._currentValue,a.memoizedValue))return!0;a=a.next}return!1}function Ka(a){Ga=a,yi=null,a=a.dependencies,a!==null&&(a.firstContext=null)}function nn(a){return s8(Ga,a)}function Ru(a,s){return Ga===null&&Ka(a),s8(a,s)}function s8(a,s){var u=s._currentValue;if(s={context:s,memoizedValue:u,next:null},yi===null){if(a===null)throw Error(r(308));yi=s,a.dependencies={lanes:0,firstContext:s},a.flags|=524288}else yi=yi.next=s;return u}var mk=typeof AbortController<"u"?AbortController:function(){var a=[],s=this.signal={aborted:!1,addEventListener:function(u,d){a.push(d)}};this.abort=function(){s.aborted=!0,a.forEach(function(u){return u()})}},pk=t.unstable_scheduleCallback,gk=t.unstable_NormalPriority,Dt={$$typeof:P,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function Eh(){return{controller:new mk,data:new Map,refCount:0}}function Co(a){a.refCount--,a.refCount===0&&pk(gk,function(){a.controller.abort()})}var Eo=null,$h=0,ls=0,ss=null;function Ok(a,s){if(Eo===null){var u=Eo=[];$h=0,ls=Zd(),ss={status:"pending",value:void 0,then:function(d){u.push(d)}}}return $h++,s.then(o8,o8),s}function o8(){if(--$h===0&&Eo!==null){ss!==null&&(ss.status="fulfilled");var a=Eo;Eo=null,ls=0,ss=null;for(var s=0;s<a.length;s++)(0,a[s])()}}function yk(a,s){var u=[],d={status:"pending",value:null,reason:null,then:function(y){u.push(y)}};return a.then(function(){d.status="fulfilled",d.value=s;for(var y=0;y<u.length;y++)(0,u[y])(s)},function(y){for(d.status="rejected",d.reason=y,y=0;y<u.length;y++)(0,u[y])(void 0)}),d}var c8=R.S;R.S=function(a,s){F6=je(),typeof s=="object"&&s!==null&&typeof s.then=="function"&&Ok(a,s),c8!==null&&c8(a,s)};var Ja=$(null);function Qh(){var a=Ja.current;return a!==null?a:mt.pooledCache}function Nu(a,s){s===null?_(Ja,Ja.current):_(Ja,s.pool)}function u8(){var a=Qh();return a===null?null:{parent:Dt._currentValue,pool:a}}var os=Error(r(460)),Ph=Error(r(474)),Vu=Error(r(542)),Lu={then:function(){}};function f8(a){return a=a.status,a==="fulfilled"||a==="rejected"}function h8(a,s,u){switch(u=a[u],u===void 0?a.push(s):u!==s&&(s.then(mi,mi),s=u),s.status){case"fulfilled":return s.value;case"rejected":throw a=s.reason,m8(a),a;default:if(typeof s.status=="string")s.then(mi,mi);else{if(a=mt,a!==null&&100<a.shellSuspendCounter)throw Error(r(482));a=s,a.status="pending",a.then(function(d){if(s.status==="pending"){var y=s;y.status="fulfilled",y.value=d}},function(d){if(s.status==="pending"){var y=s;y.status="rejected",y.reason=d}})}switch(s.status){case"fulfilled":return s.value;case"rejected":throw a=s.reason,m8(a),a}throw tl=s,os}}function el(a){try{var s=a._init;return s(a._payload)}catch(u){throw u!==null&&typeof u=="object"&&typeof u.then=="function"?(tl=u,os):u}}var tl=null;function d8(){if(tl===null)throw Error(r(459));var a=tl;return tl=null,a}function m8(a){if(a===os||a===Vu)throw Error(r(483))}var cs=null,$o=0;function Du(a){var s=$o;return $o+=1,cs===null&&(cs=[]),h8(cs,a,s)}function Qo(a,s){s=s.props.ref,a.ref=s!==void 0?s:null}function _u(a,s){throw s.$$typeof===x?Error(r(525)):(a=Object.prototype.toString.call(s),Error(r(31,a==="[object Object]"?"object with keys {"+Object.keys(s).join(", ")+"}":a)))}function p8(a){function s(ee,K){if(a){var te=ee.deletions;te===null?(ee.deletions=[K],ee.flags|=16):te.push(K)}}function u(ee,K){if(!a)return null;for(;K!==null;)s(ee,K),K=K.sibling;return null}function d(ee){for(var K=new Map;ee!==null;)ee.key!==null?K.set(ee.key,ee):K.set(ee.index,ee),ee=ee.sibling;return K}function y(ee,K){return ee=gi(ee,K),ee.index=0,ee.sibling=null,ee}function v(ee,K,te){return ee.index=te,a?(te=ee.alternate,te!==null?(te=te.index,te<K?(ee.flags|=67108866,K):te):(ee.flags|=67108866,K)):(ee.flags|=1048576,K)}function T(ee){return a&&ee.alternate===null&&(ee.flags|=67108866),ee}function N(ee,K,te,ue){return K===null||K.tag!==6?(K=bh(te,ee.mode,ue),K.return=ee,K):(K=y(K,te),K.return=ee,K)}function W(ee,K,te,ue){var Ee=te.type;return Ee===w?ce(ee,K,te.props.children,ue,te.key):K!==null&&(K.elementType===Ee||typeof Ee=="object"&&Ee!==null&&Ee.$$typeof===V&&el(Ee)===K.type)?(K=y(K,te.props),Qo(K,te),K.return=ee,K):(K=Pu(te.type,te.key,te.props,null,ee.mode,ue),Qo(K,te),K.return=ee,K)}function ne(ee,K,te,ue){return K===null||K.tag!==4||K.stateNode.containerInfo!==te.containerInfo||K.stateNode.implementation!==te.implementation?(K=vh(te,ee.mode,ue),K.return=ee,K):(K=y(K,te.children||[]),K.return=ee,K)}function ce(ee,K,te,ue,Ee){return K===null||K.tag!==7?(K=Ia(te,ee.mode,ue,Ee),K.return=ee,K):(K=y(K,te),K.return=ee,K)}function fe(ee,K,te){if(typeof K=="string"&&K!==""||typeof K=="number"||typeof K=="bigint")return K=bh(""+K,ee.mode,te),K.return=ee,K;if(typeof K=="object"&&K!==null){switch(K.$$typeof){case b:return te=Pu(K.type,K.key,K.props,null,ee.mode,te),Qo(te,K),te.return=ee,te;case S:return K=vh(K,ee.mode,te),K.return=ee,K;case V:return K=el(K),fe(ee,K,te)}if(D(K)||H(K))return K=Ia(K,ee.mode,te,null),K.return=ee,K;if(typeof K.then=="function")return fe(ee,Du(K),te);if(K.$$typeof===P)return fe(ee,Ru(ee,K),te);_u(ee,K)}return null}function re(ee,K,te,ue){var Ee=K!==null?K.key:null;if(typeof te=="string"&&te!==""||typeof te=="number"||typeof te=="bigint")return Ee!==null?null:N(ee,K,""+te,ue);if(typeof te=="object"&&te!==null){switch(te.$$typeof){case b:return te.key===Ee?W(ee,K,te,ue):null;case S:return te.key===Ee?ne(ee,K,te,ue):null;case V:return te=el(te),re(ee,K,te,ue)}if(D(te)||H(te))return Ee!==null?null:ce(ee,K,te,ue,null);if(typeof te.then=="function")return re(ee,K,Du(te),ue);if(te.$$typeof===P)return re(ee,K,Ru(ee,te),ue);_u(ee,te)}return null}function le(ee,K,te,ue,Ee){if(typeof ue=="string"&&ue!==""||typeof ue=="number"||typeof ue=="bigint")return ee=ee.get(te)||null,N(K,ee,""+ue,Ee);if(typeof ue=="object"&&ue!==null){switch(ue.$$typeof){case b:return ee=ee.get(ue.key===null?te:ue.key)||null,W(K,ee,ue,Ee);case S:return ee=ee.get(ue.key===null?te:ue.key)||null,ne(K,ee,ue,Ee);case V:return ue=el(ue),le(ee,K,te,ue,Ee)}if(D(ue)||H(ue))return ee=ee.get(te)||null,ce(K,ee,ue,Ee,null);if(typeof ue.then=="function")return le(ee,K,te,Du(ue),Ee);if(ue.$$typeof===P)return le(ee,K,te,Ru(K,ue),Ee);_u(K,ue)}return null}function Se(ee,K,te,ue){for(var Ee=null,tt=null,Me=K,_e=K=0,Ie=null;Me!==null&&_e<te.length;_e++){Me.index>_e?(Ie=Me,Me=null):Ie=Me.sibling;var nt=re(ee,Me,te[_e],ue);if(nt===null){Me===null&&(Me=Ie);break}a&&Me&&nt.alternate===null&&s(ee,Me),K=v(nt,K,_e),tt===null?Ee=nt:tt.sibling=nt,tt=nt,Me=Ie}if(_e===te.length)return u(ee,Me),We&&Oi(ee,_e),Ee;if(Me===null){for(;_e<te.length;_e++)Me=fe(ee,te[_e],ue),Me!==null&&(K=v(Me,K,_e),tt===null?Ee=Me:tt.sibling=Me,tt=Me);return We&&Oi(ee,_e),Ee}for(Me=d(Me);_e<te.length;_e++)Ie=le(Me,ee,_e,te[_e],ue),Ie!==null&&(a&&Ie.alternate!==null&&Me.delete(Ie.key===null?_e:Ie.key),K=v(Ie,K,_e),tt===null?Ee=Ie:tt.sibling=Ie,tt=Ie);return a&&Me.forEach(function(ba){return s(ee,ba)}),We&&Oi(ee,_e),Ee}function Qe(ee,K,te,ue){if(te==null)throw Error(r(151));for(var Ee=null,tt=null,Me=K,_e=K=0,Ie=null,nt=te.next();Me!==null&&!nt.done;_e++,nt=te.next()){Me.index>_e?(Ie=Me,Me=null):Ie=Me.sibling;var ba=re(ee,Me,nt.value,ue);if(ba===null){Me===null&&(Me=Ie);break}a&&Me&&ba.alternate===null&&s(ee,Me),K=v(ba,K,_e),tt===null?Ee=ba:tt.sibling=ba,tt=ba,Me=Ie}if(nt.done)return u(ee,Me),We&&Oi(ee,_e),Ee;if(Me===null){for(;!nt.done;_e++,nt=te.next())nt=fe(ee,nt.value,ue),nt!==null&&(K=v(nt,K,_e),tt===null?Ee=nt:tt.sibling=nt,tt=nt);return We&&Oi(ee,_e),Ee}for(Me=d(Me);!nt.done;_e++,nt=te.next())nt=le(Me,ee,_e,nt.value,ue),nt!==null&&(a&&nt.alternate!==null&&Me.delete(nt.key===null?_e:nt.key),K=v(nt,K,_e),tt===null?Ee=nt:tt.sibling=nt,tt=nt);return a&&Me.forEach(function(EM){return s(ee,EM)}),We&&Oi(ee,_e),Ee}function ft(ee,K,te,ue){if(typeof te=="object"&&te!==null&&te.type===w&&te.key===null&&(te=te.props.children),typeof te=="object"&&te!==null){switch(te.$$typeof){case b:e:{for(var Ee=te.key;K!==null;){if(K.key===Ee){if(Ee=te.type,Ee===w){if(K.tag===7){u(ee,K.sibling),ue=y(K,te.props.children),ue.return=ee,ee=ue;break e}}else if(K.elementType===Ee||typeof Ee=="object"&&Ee!==null&&Ee.$$typeof===V&&el(Ee)===K.type){u(ee,K.sibling),ue=y(K,te.props),Qo(ue,te),ue.return=ee,ee=ue;break e}u(ee,K);break}else s(ee,K);K=K.sibling}te.type===w?(ue=Ia(te.props.children,ee.mode,ue,te.key),ue.return=ee,ee=ue):(ue=Pu(te.type,te.key,te.props,null,ee.mode,ue),Qo(ue,te),ue.return=ee,ee=ue)}return T(ee);case S:e:{for(Ee=te.key;K!==null;){if(K.key===Ee)if(K.tag===4&&K.stateNode.containerInfo===te.containerInfo&&K.stateNode.implementation===te.implementation){u(ee,K.sibling),ue=y(K,te.children||[]),ue.return=ee,ee=ue;break e}else{u(ee,K);break}else s(ee,K);K=K.sibling}ue=vh(te,ee.mode,ue),ue.return=ee,ee=ue}return T(ee);case V:return te=el(te),ft(ee,K,te,ue)}if(D(te))return Se(ee,K,te,ue);if(H(te)){if(Ee=H(te),typeof Ee!="function")throw Error(r(150));return te=Ee.call(te),Qe(ee,K,te,ue)}if(typeof te.then=="function")return ft(ee,K,Du(te),ue);if(te.$$typeof===P)return ft(ee,K,Ru(ee,te),ue);_u(ee,te)}return typeof te=="string"&&te!==""||typeof te=="number"||typeof te=="bigint"?(te=""+te,K!==null&&K.tag===6?(u(ee,K.sibling),ue=y(K,te),ue.return=ee,ee=ue):(u(ee,K),ue=bh(te,ee.mode,ue),ue.return=ee,ee=ue),T(ee)):u(ee,K)}return function(ee,K,te,ue){try{$o=0;var Ee=ft(ee,K,te,ue);return cs=null,Ee}catch(Me){if(Me===os||Me===Vu)throw Me;var tt=zn(29,Me,null,ee.mode);return tt.lanes=ue,tt.return=ee,tt}finally{}}}var nl=p8(!0),g8=p8(!1),ra=!1;function Zh(a){a.updateQueue={baseState:a.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function jh(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 ia(a){return{lane:a,tag:0,payload:null,callback:null,next:null}}function aa(a,s,u){var d=a.updateQueue;if(d===null)return null;if(d=d.shared,(rt&2)!==0){var y=d.pending;return y===null?s.next=s:(s.next=y.next,y.next=s),d.pending=s,s=Qu(a),JO(a,null,u),s}return $u(a,d,s,u),Qu(a)}function Po(a,s,u){if(s=s.updateQueue,s!==null&&(s=s.shared,(u&4194048)!==0)){var d=s.lanes;d&=a.pendingLanes,u|=d,s.lanes=u,dt(a,u)}}function Rh(a,s){var u=a.updateQueue,d=a.alternate;if(d!==null&&(d=d.updateQueue,u===d)){var y=null,v=null;if(u=u.firstBaseUpdate,u!==null){do{var T={lane:u.lane,tag:u.tag,payload:u.payload,callback:null,next:null};v===null?y=v=T:v=v.next=T,u=u.next}while(u!==null);v===null?y=v=s:v=v.next=s}else y=v=s;u={baseState:d.baseState,firstBaseUpdate:y,lastBaseUpdate:v,shared:d.shared,callbacks:d.callbacks},a.updateQueue=u;return}a=u.lastBaseUpdate,a===null?u.firstBaseUpdate=s:a.next=s,u.lastBaseUpdate=s}var Nh=!1;function Zo(){if(Nh){var a=ss;if(a!==null)throw a}}function jo(a,s,u,d){Nh=!1;var y=a.updateQueue;ra=!1;var v=y.firstBaseUpdate,T=y.lastBaseUpdate,N=y.shared.pending;if(N!==null){y.shared.pending=null;var W=N,ne=W.next;W.next=null,T===null?v=ne:T.next=ne,T=W;var ce=a.alternate;ce!==null&&(ce=ce.updateQueue,N=ce.lastBaseUpdate,N!==T&&(N===null?ce.firstBaseUpdate=ne:N.next=ne,ce.lastBaseUpdate=W))}if(v!==null){var fe=y.baseState;T=0,ce=ne=W=null,N=v;do{var re=N.lane&-536870913,le=re!==N.lane;if(le?(Ue&re)===re:(d&re)===re){re!==0&&re===ls&&(Nh=!0),ce!==null&&(ce=ce.next={lane:0,tag:N.tag,payload:N.payload,callback:null,next:null});e:{var Se=a,Qe=N;re=s;var ft=u;switch(Qe.tag){case 1:if(Se=Qe.payload,typeof Se=="function"){fe=Se.call(ft,fe,re);break e}fe=Se;break e;case 3:Se.flags=Se.flags&-65537|128;case 0:if(Se=Qe.payload,re=typeof Se=="function"?Se.call(ft,fe,re):Se,re==null)break e;fe=g({},fe,re);break e;case 2:ra=!0}}re=N.callback,re!==null&&(a.flags|=64,le&&(a.flags|=8192),le=y.callbacks,le===null?y.callbacks=[re]:le.push(re))}else le={lane:re,tag:N.tag,payload:N.payload,callback:N.callback,next:null},ce===null?(ne=ce=le,W=fe):ce=ce.next=le,T|=re;if(N=N.next,N===null){if(N=y.shared.pending,N===null)break;le=N,N=le.next,le.next=null,y.lastBaseUpdate=le,y.shared.pending=null}}while(!0);ce===null&&(W=fe),y.baseState=W,y.firstBaseUpdate=ne,y.lastBaseUpdate=ce,v===null&&(y.shared.lanes=0),ua|=T,a.lanes=T,a.memoizedState=fe}}function O8(a,s){if(typeof a!="function")throw Error(r(191,a));a.call(s)}function y8(a,s){var u=a.callbacks;if(u!==null)for(a.callbacks=null,a=0;a<u.length;a++)O8(u[a],s)}var us=$(null),Xu=$(0);function x8(a,s){a=Ci,_(Xu,a),_(us,s),Ci=a|s.baseLanes}function Vh(){_(Xu,Ci),_(us,us.current)}function Lh(){Ci=Xu.current,j(us),j(Xu)}var Hn=$(null),fr=null;function la(a){var s=a.alternate;_(Zt,Zt.current&1),_(Hn,a),fr===null&&(s===null||us.current!==null||s.memoizedState!==null)&&(fr=a)}function Dh(a){_(Zt,Zt.current),_(Hn,a),fr===null&&(fr=a)}function b8(a){a.tag===22?(_(Zt,Zt.current),_(Hn,a),fr===null&&(fr=a)):sa()}function sa(){_(Zt,Zt.current),_(Hn,Hn.current)}function Yn(a){j(Hn),fr===a&&(fr=null),j(Zt)}var Zt=$(0);function zu(a){for(var s=a;s!==null;){if(s.tag===13){var u=s.memoizedState;if(u!==null&&(u=u.dehydrated,u===null||Bd(u)||Fd(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 bi=0,Le=null,ct=null,_t=null,Hu=!1,fs=!1,rl=!1,Yu=0,Ro=0,hs=null,xk=0;function Tt(){throw Error(r(321))}function _h(a,s){if(s===null)return!1;for(var u=0;u<s.length&&u<a.length;u++)if(!Xn(a[u],s[u]))return!1;return!0}function Xh(a,s,u,d,y,v){return bi=v,Le=s,s.memoizedState=null,s.updateQueue=null,s.lanes=0,R.H=a===null||a.memoizedState===null?r6:nd,rl=!1,v=u(d,y),rl=!1,fs&&(v=S8(s,u,d,y)),v8(a),v}function v8(a){R.H=Lo;var s=ct!==null&&ct.next!==null;if(bi=0,_t=ct=Le=null,Hu=!1,Ro=0,hs=null,s)throw Error(r(300));a===null||Xt||(a=a.dependencies,a!==null&&ju(a)&&(Xt=!0))}function S8(a,s,u,d){Le=a;var y=0;do{if(fs&&(hs=null),Ro=0,fs=!1,25<=y)throw Error(r(301));if(y+=1,_t=ct=null,a.updateQueue!=null){var v=a.updateQueue;v.lastEffect=null,v.events=null,v.stores=null,v.memoCache!=null&&(v.memoCache.index=0)}R.H=i6,v=s(u,d)}while(fs);return v}function bk(){var a=R.H,s=a.useState()[0];return s=typeof s.then=="function"?No(s):s,a=a.useState()[0],(ct!==null?ct.memoizedState:null)!==a&&(Le.flags|=1024),s}function zh(){var a=Yu!==0;return Yu=0,a}function Hh(a,s,u){s.updateQueue=a.updateQueue,s.flags&=-2053,a.lanes&=~u}function Yh(a){if(Hu){for(a=a.memoizedState;a!==null;){var s=a.queue;s!==null&&(s.pending=null),a=a.next}Hu=!1}bi=0,_t=ct=Le=null,fs=!1,Ro=Yu=0,hs=null}function xn(){var a={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return _t===null?Le.memoizedState=_t=a:_t=_t.next=a,_t}function jt(){if(ct===null){var a=Le.alternate;a=a!==null?a.memoizedState:null}else a=ct.next;var s=_t===null?Le.memoizedState:_t.next;if(s!==null)_t=s,ct=a;else{if(a===null)throw Le.alternate===null?Error(r(467)):Error(r(310));ct=a,a={memoizedState:ct.memoizedState,baseState:ct.baseState,baseQueue:ct.baseQueue,queue:ct.queue,next:null},_t===null?Le.memoizedState=_t=a:_t=_t.next=a}return _t}function Bu(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function No(a){var s=Ro;return Ro+=1,hs===null&&(hs=[]),a=h8(hs,a,s),s=Le,(_t===null?s.memoizedState:_t.next)===null&&(s=s.alternate,R.H=s===null||s.memoizedState===null?r6:nd),a}function Fu(a){if(a!==null&&typeof a=="object"){if(typeof a.then=="function")return No(a);if(a.$$typeof===P)return nn(a)}throw Error(r(438,String(a)))}function Bh(a){var s=null,u=Le.updateQueue;if(u!==null&&(s=u.memoCache),s==null){var d=Le.alternate;d!==null&&(d=d.updateQueue,d!==null&&(d=d.memoCache,d!=null&&(s={data:d.data.map(function(y){return y.slice()}),index:0})))}if(s==null&&(s={data:[],index:0}),u===null&&(u=Bu(),Le.updateQueue=u),u.memoCache=s,u=s.data[s.index],u===void 0)for(u=s.data[s.index]=Array(a),d=0;d<a;d++)u[d]=Y;return s.index++,u}function vi(a,s){return typeof s=="function"?s(a):s}function qu(a){var s=jt();return Fh(s,ct,a)}function Fh(a,s,u){var d=a.queue;if(d===null)throw Error(r(311));d.lastRenderedReducer=u;var y=a.baseQueue,v=d.pending;if(v!==null){if(y!==null){var T=y.next;y.next=v.next,v.next=T}s.baseQueue=y=v,d.pending=null}if(v=a.baseState,y===null)a.memoizedState=v;else{s=y.next;var N=T=null,W=null,ne=s,ce=!1;do{var fe=ne.lane&-536870913;if(fe!==ne.lane?(Ue&fe)===fe:(bi&fe)===fe){var re=ne.revertLane;if(re===0)W!==null&&(W=W.next={lane:0,revertLane:0,gesture:null,action:ne.action,hasEagerState:ne.hasEagerState,eagerState:ne.eagerState,next:null}),fe===ls&&(ce=!0);else if((bi&re)===re){ne=ne.next,re===ls&&(ce=!0);continue}else fe={lane:0,revertLane:ne.revertLane,gesture:null,action:ne.action,hasEagerState:ne.hasEagerState,eagerState:ne.eagerState,next:null},W===null?(N=W=fe,T=v):W=W.next=fe,Le.lanes|=re,ua|=re;fe=ne.action,rl&&u(v,fe),v=ne.hasEagerState?ne.eagerState:u(v,fe)}else re={lane:fe,revertLane:ne.revertLane,gesture:ne.gesture,action:ne.action,hasEagerState:ne.hasEagerState,eagerState:ne.eagerState,next:null},W===null?(N=W=re,T=v):W=W.next=re,Le.lanes|=fe,ua|=fe;ne=ne.next}while(ne!==null&&ne!==s);if(W===null?T=v:W.next=N,!Xn(v,a.memoizedState)&&(Xt=!0,ce&&(u=ss,u!==null)))throw u;a.memoizedState=v,a.baseState=T,a.baseQueue=W,d.lastRenderedState=v}return y===null&&(d.lanes=0),[a.memoizedState,d.dispatch]}function qh(a){var s=jt(),u=s.queue;if(u===null)throw Error(r(311));u.lastRenderedReducer=a;var d=u.dispatch,y=u.pending,v=s.memoizedState;if(y!==null){u.pending=null;var T=y=y.next;do v=a(v,T.action),T=T.next;while(T!==y);Xn(v,s.memoizedState)||(Xt=!0),s.memoizedState=v,s.baseQueue===null&&(s.baseState=v),u.lastRenderedState=v}return[v,d]}function w8(a,s,u){var d=Le,y=jt(),v=We;if(v){if(u===void 0)throw Error(r(407));u=u()}else u=s();var T=!Xn((ct||y).memoizedState,u);if(T&&(y.memoizedState=u,Xt=!0),y=y.queue,Wh(M8.bind(null,d,y,a),[a]),y.getSnapshot!==s||T||_t!==null&&_t.memoizedState.tag&1){if(d.flags|=2048,ds(9,{destroy:void 0},k8.bind(null,d,y,u,s),null),mt===null)throw Error(r(349));v||(bi&127)!==0||A8(d,s,u)}return u}function A8(a,s,u){a.flags|=16384,a={getSnapshot:s,value:u},s=Le.updateQueue,s===null?(s=Bu(),Le.updateQueue=s,s.stores=[a]):(u=s.stores,u===null?s.stores=[a]:u.push(a))}function k8(a,s,u,d){s.value=u,s.getSnapshot=d,T8(s)&&C8(a)}function M8(a,s,u){return u(function(){T8(s)&&C8(a)})}function T8(a){var s=a.getSnapshot;a=a.value;try{var u=s();return!Xn(a,u)}catch{return!0}}function C8(a){var s=Ua(a,2);s!==null&&Pn(s,a,2)}function Uh(a){var s=xn();if(typeof a=="function"){var u=a;if(a=u(),rl){kt(!0);try{u()}finally{kt(!1)}}}return s.memoizedState=s.baseState=a,s.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:vi,lastRenderedState:a},s}function E8(a,s,u,d){return a.baseState=u,Fh(a,ct,typeof d=="function"?d:vi)}function vk(a,s,u,d,y){if(Wu(a))throw Error(r(485));if(a=s.action,a!==null){var v={payload:y,action:a,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(T){v.listeners.push(T)}};R.T!==null?u(!0):v.isTransition=!1,d(v),u=s.pending,u===null?(v.next=s.pending=v,$8(s,v)):(v.next=u.next,s.pending=u.next=v)}}function $8(a,s){var u=s.action,d=s.payload,y=a.state;if(s.isTransition){var v=R.T,T={};R.T=T;try{var N=u(y,d),W=R.S;W!==null&&W(T,N),Q8(a,s,N)}catch(ne){Ih(a,s,ne)}finally{v!==null&&T.types!==null&&(v.types=T.types),R.T=v}}else try{v=u(y,d),Q8(a,s,v)}catch(ne){Ih(a,s,ne)}}function Q8(a,s,u){u!==null&&typeof u=="object"&&typeof u.then=="function"?u.then(function(d){P8(a,s,d)},function(d){return Ih(a,s,d)}):P8(a,s,u)}function P8(a,s,u){s.status="fulfilled",s.value=u,Z8(s),a.state=u,s=a.pending,s!==null&&(u=s.next,u===s?a.pending=null:(u=u.next,s.next=u,$8(a,u)))}function Ih(a,s,u){var d=a.pending;if(a.pending=null,d!==null){d=d.next;do s.status="rejected",s.reason=u,Z8(s),s=s.next;while(s!==d)}a.action=null}function Z8(a){a=a.listeners;for(var s=0;s<a.length;s++)(0,a[s])()}function j8(a,s){return s}function R8(a,s){if(We){var u=mt.formState;if(u!==null){e:{var d=Le;if(We){if(xt){t:{for(var y=xt,v=ur;y.nodeType!==8;){if(!v){y=null;break t}if(y=hr(y.nextSibling),y===null){y=null;break t}}v=y.data,y=v==="F!"||v==="F"?y:null}if(y){xt=hr(y.nextSibling),d=y.data==="F!";break e}}ta(d)}d=!1}d&&(s=u[0])}}return u=xn(),u.memoizedState=u.baseState=s,d={pending:null,lanes:0,dispatch:null,lastRenderedReducer:j8,lastRenderedState:s},u.queue=d,u=e6.bind(null,Le,d),d.dispatch=u,d=Uh(!1),v=td.bind(null,Le,!1,d.queue),d=xn(),y={state:s,dispatch:null,action:a,pending:null},d.queue=y,u=vk.bind(null,Le,y,v,u),y.dispatch=u,d.memoizedState=a,[s,u,!1]}function N8(a){var s=jt();return V8(s,ct,a)}function V8(a,s,u){if(s=Fh(a,s,j8)[0],a=qu(vi)[0],typeof s=="object"&&s!==null&&typeof s.then=="function")try{var d=No(s)}catch(T){throw T===os?Vu:T}else d=s;s=jt();var y=s.queue,v=y.dispatch;return u!==s.memoizedState&&(Le.flags|=2048,ds(9,{destroy:void 0},Sk.bind(null,y,u),null)),[d,v,a]}function Sk(a,s){a.action=s}function L8(a){var s=jt(),u=ct;if(u!==null)return V8(s,u,a);jt(),s=s.memoizedState,u=jt();var d=u.queue.dispatch;return u.memoizedState=a,[s,d,!1]}function ds(a,s,u,d){return a={tag:a,create:u,deps:d,inst:s,next:null},s=Le.updateQueue,s===null&&(s=Bu(),Le.updateQueue=s),u=s.lastEffect,u===null?s.lastEffect=a.next=a:(d=u.next,u.next=a,a.next=d,s.lastEffect=a),a}function D8(){return jt().memoizedState}function Uu(a,s,u,d){var y=xn();Le.flags|=a,y.memoizedState=ds(1|s,{destroy:void 0},u,d===void 0?null:d)}function Iu(a,s,u,d){var y=jt();d=d===void 0?null:d;var v=y.memoizedState.inst;ct!==null&&d!==null&&_h(d,ct.memoizedState.deps)?y.memoizedState=ds(s,v,u,d):(Le.flags|=a,y.memoizedState=ds(1|s,v,u,d))}function _8(a,s){Uu(8390656,8,a,s)}function Wh(a,s){Iu(2048,8,a,s)}function wk(a){Le.flags|=4;var s=Le.updateQueue;if(s===null)s=Bu(),Le.updateQueue=s,s.events=[a];else{var u=s.events;u===null?s.events=[a]:u.push(a)}}function X8(a){var s=jt().memoizedState;return wk({ref:s,nextImpl:a}),function(){if((rt&2)!==0)throw Error(r(440));return s.impl.apply(void 0,arguments)}}function z8(a,s){return Iu(4,2,a,s)}function H8(a,s){return Iu(4,4,a,s)}function Y8(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 B8(a,s,u){u=u!=null?u.concat([a]):null,Iu(4,4,Y8.bind(null,s,a),u)}function Gh(){}function F8(a,s){var u=jt();s=s===void 0?null:s;var d=u.memoizedState;return s!==null&&_h(s,d[1])?d[0]:(u.memoizedState=[a,s],a)}function q8(a,s){var u=jt();s=s===void 0?null:s;var d=u.memoizedState;if(s!==null&&_h(s,d[1]))return d[0];if(d=a(),rl){kt(!0);try{a()}finally{kt(!1)}}return u.memoizedState=[d,s],d}function Kh(a,s,u){return u===void 0||(bi&1073741824)!==0&&(Ue&261930)===0?a.memoizedState=s:(a.memoizedState=u,a=U6(),Le.lanes|=a,ua|=a,u)}function U8(a,s,u,d){return Xn(u,s)?u:us.current!==null?(a=Kh(a,u,d),Xn(a,s)||(Xt=!0),a):(bi&42)===0||(bi&1073741824)!==0&&(Ue&261930)===0?(Xt=!0,a.memoizedState=u):(a=U6(),Le.lanes|=a,ua|=a,s)}function I8(a,s,u,d,y){var v=F.p;F.p=v!==0&&8>v?v:8;var T=R.T,N={};R.T=N,td(a,!1,s,u);try{var W=y(),ne=R.S;if(ne!==null&&ne(N,W),W!==null&&typeof W=="object"&&typeof W.then=="function"){var ce=yk(W,d);Vo(a,s,ce,qn(a))}else Vo(a,s,d,qn(a))}catch(fe){Vo(a,s,{then:function(){},status:"rejected",reason:fe},qn())}finally{F.p=v,T!==null&&N.types!==null&&(T.types=N.types),R.T=T}}function Ak(){}function Jh(a,s,u,d){if(a.tag!==5)throw Error(r(476));var y=W8(a).queue;I8(a,y,s,B,u===null?Ak:function(){return G8(a),u(d)})}function W8(a){var s=a.memoizedState;if(s!==null)return s;s={memoizedState:B,baseState:B,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:vi,lastRenderedState:B},next:null};var u={};return s.next={memoizedState:u,baseState:u,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:vi,lastRenderedState:u},next:null},a.memoizedState=s,a=a.alternate,a!==null&&(a.memoizedState=s),s}function G8(a){var s=W8(a);s.next===null&&(s=a.alternate.memoizedState),Vo(a,s.next.queue,{},qn())}function ed(){return nn(ec)}function K8(){return jt().memoizedState}function J8(){return jt().memoizedState}function kk(a){for(var s=a.return;s!==null;){switch(s.tag){case 24:case 3:var u=qn();a=ia(u);var d=aa(s,a,u);d!==null&&(Pn(d,s,u),Po(d,s,u)),s={cache:Eh()},a.payload=s;return}s=s.return}}function Mk(a,s,u){var d=qn();u={lane:d,revertLane:0,gesture:null,action:u,hasEagerState:!1,eagerState:null,next:null},Wu(a)?t6(s,u):(u=yh(a,s,u,d),u!==null&&(Pn(u,a,d),n6(u,s,d)))}function e6(a,s,u){var d=qn();Vo(a,s,u,d)}function Vo(a,s,u,d){var y={lane:d,revertLane:0,gesture:null,action:u,hasEagerState:!1,eagerState:null,next:null};if(Wu(a))t6(s,y);else{var v=a.alternate;if(a.lanes===0&&(v===null||v.lanes===0)&&(v=s.lastRenderedReducer,v!==null))try{var T=s.lastRenderedState,N=v(T,u);if(y.hasEagerState=!0,y.eagerState=N,Xn(N,T))return $u(a,s,y,0),mt===null&&Eu(),!1}catch{}finally{}if(u=yh(a,s,y,d),u!==null)return Pn(u,a,d),n6(u,s,d),!0}return!1}function td(a,s,u,d){if(d={lane:2,revertLane:Zd(),gesture:null,action:d,hasEagerState:!1,eagerState:null,next:null},Wu(a)){if(s)throw Error(r(479))}else s=yh(a,u,d,2),s!==null&&Pn(s,a,2)}function Wu(a){var s=a.alternate;return a===Le||s!==null&&s===Le}function t6(a,s){fs=Hu=!0;var u=a.pending;u===null?s.next=s:(s.next=u.next,u.next=s),a.pending=s}function n6(a,s,u){if((u&4194048)!==0){var d=s.lanes;d&=a.pendingLanes,u|=d,s.lanes=u,dt(a,u)}}var Lo={readContext:nn,use:Fu,useCallback:Tt,useContext:Tt,useEffect:Tt,useImperativeHandle:Tt,useLayoutEffect:Tt,useInsertionEffect:Tt,useMemo:Tt,useReducer:Tt,useRef:Tt,useState:Tt,useDebugValue:Tt,useDeferredValue:Tt,useTransition:Tt,useSyncExternalStore:Tt,useId:Tt,useHostTransitionStatus:Tt,useFormState:Tt,useActionState:Tt,useOptimistic:Tt,useMemoCache:Tt,useCacheRefresh:Tt};Lo.useEffectEvent=Tt;var r6={readContext:nn,use:Fu,useCallback:function(a,s){return xn().memoizedState=[a,s===void 0?null:s],a},useContext:nn,useEffect:_8,useImperativeHandle:function(a,s,u){u=u!=null?u.concat([a]):null,Uu(4194308,4,Y8.bind(null,s,a),u)},useLayoutEffect:function(a,s){return Uu(4194308,4,a,s)},useInsertionEffect:function(a,s){Uu(4,2,a,s)},useMemo:function(a,s){var u=xn();s=s===void 0?null:s;var d=a();if(rl){kt(!0);try{a()}finally{kt(!1)}}return u.memoizedState=[d,s],d},useReducer:function(a,s,u){var d=xn();if(u!==void 0){var y=u(s);if(rl){kt(!0);try{u(s)}finally{kt(!1)}}}else y=s;return d.memoizedState=d.baseState=y,a={pending:null,lanes:0,dispatch:null,lastRenderedReducer:a,lastRenderedState:y},d.queue=a,a=a.dispatch=Mk.bind(null,Le,a),[d.memoizedState,a]},useRef:function(a){var s=xn();return a={current:a},s.memoizedState=a},useState:function(a){a=Uh(a);var s=a.queue,u=e6.bind(null,Le,s);return s.dispatch=u,[a.memoizedState,u]},useDebugValue:Gh,useDeferredValue:function(a,s){var u=xn();return Kh(u,a,s)},useTransition:function(){var a=Uh(!1);return a=I8.bind(null,Le,a.queue,!0,!1),xn().memoizedState=a,[!1,a]},useSyncExternalStore:function(a,s,u){var d=Le,y=xn();if(We){if(u===void 0)throw Error(r(407));u=u()}else{if(u=s(),mt===null)throw Error(r(349));(Ue&127)!==0||A8(d,s,u)}y.memoizedState=u;var v={value:u,getSnapshot:s};return y.queue=v,_8(M8.bind(null,d,v,a),[a]),d.flags|=2048,ds(9,{destroy:void 0},k8.bind(null,d,v,u,s),null),u},useId:function(){var a=xn(),s=mt.identifierPrefix;if(We){var u=Dr,d=Lr;u=(d&~(1<<32-Mt(d)-1)).toString(32)+u,s="_"+s+"R_"+u,u=Yu++,0<u&&(s+="H"+u.toString(32)),s+="_"}else u=xk++,s="_"+s+"r_"+u.toString(32)+"_";return a.memoizedState=s},useHostTransitionStatus:ed,useFormState:R8,useActionState:R8,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=td.bind(null,Le,!0,u),u.dispatch=s,[a,s]},useMemoCache:Bh,useCacheRefresh:function(){return xn().memoizedState=kk.bind(null,Le)},useEffectEvent:function(a){var s=xn(),u={impl:a};return s.memoizedState=u,function(){if((rt&2)!==0)throw Error(r(440));return u.impl.apply(void 0,arguments)}}},nd={readContext:nn,use:Fu,useCallback:F8,useContext:nn,useEffect:Wh,useImperativeHandle:B8,useInsertionEffect:z8,useLayoutEffect:H8,useMemo:q8,useReducer:qu,useRef:D8,useState:function(){return qu(vi)},useDebugValue:Gh,useDeferredValue:function(a,s){var u=jt();return U8(u,ct.memoizedState,a,s)},useTransition:function(){var a=qu(vi)[0],s=jt().memoizedState;return[typeof a=="boolean"?a:No(a),s]},useSyncExternalStore:w8,useId:K8,useHostTransitionStatus:ed,useFormState:N8,useActionState:N8,useOptimistic:function(a,s){var u=jt();return E8(u,ct,a,s)},useMemoCache:Bh,useCacheRefresh:J8};nd.useEffectEvent=X8;var i6={readContext:nn,use:Fu,useCallback:F8,useContext:nn,useEffect:Wh,useImperativeHandle:B8,useInsertionEffect:z8,useLayoutEffect:H8,useMemo:q8,useReducer:qh,useRef:D8,useState:function(){return qh(vi)},useDebugValue:Gh,useDeferredValue:function(a,s){var u=jt();return ct===null?Kh(u,a,s):U8(u,ct.memoizedState,a,s)},useTransition:function(){var a=qh(vi)[0],s=jt().memoizedState;return[typeof a=="boolean"?a:No(a),s]},useSyncExternalStore:w8,useId:K8,useHostTransitionStatus:ed,useFormState:L8,useActionState:L8,useOptimistic:function(a,s){var u=jt();return ct!==null?E8(u,ct,a,s):(u.baseState=a,[a,u.queue.dispatch])},useMemoCache:Bh,useCacheRefresh:J8};i6.useEffectEvent=X8;function rd(a,s,u,d){s=a.memoizedState,u=u(d,s),u=u==null?s:g({},s,u),a.memoizedState=u,a.lanes===0&&(a.updateQueue.baseState=u)}var id={enqueueSetState:function(a,s,u){a=a._reactInternals;var d=qn(),y=ia(d);y.payload=s,u!=null&&(y.callback=u),s=aa(a,y,d),s!==null&&(Pn(s,a,d),Po(s,a,d))},enqueueReplaceState:function(a,s,u){a=a._reactInternals;var d=qn(),y=ia(d);y.tag=1,y.payload=s,u!=null&&(y.callback=u),s=aa(a,y,d),s!==null&&(Pn(s,a,d),Po(s,a,d))},enqueueForceUpdate:function(a,s){a=a._reactInternals;var u=qn(),d=ia(u);d.tag=2,s!=null&&(d.callback=s),s=aa(a,d,u),s!==null&&(Pn(s,a,u),Po(s,a,u))}};function a6(a,s,u,d,y,v,T){return a=a.stateNode,typeof a.shouldComponentUpdate=="function"?a.shouldComponentUpdate(d,v,T):s.prototype&&s.prototype.isPureReactComponent?!Ao(u,d)||!Ao(y,v):!0}function l6(a,s,u,d){a=s.state,typeof s.componentWillReceiveProps=="function"&&s.componentWillReceiveProps(u,d),typeof s.UNSAFE_componentWillReceiveProps=="function"&&s.UNSAFE_componentWillReceiveProps(u,d),s.state!==a&&id.enqueueReplaceState(s,s.state,null)}function il(a,s){var u=s;if("ref"in s){u={};for(var d in s)d!=="ref"&&(u[d]=s[d])}if(a=a.defaultProps){u===s&&(u=g({},u));for(var y in a)u[y]===void 0&&(u[y]=a[y])}return u}function s6(a){Cu(a)}function o6(a){console.error(a)}function c6(a){Cu(a)}function Gu(a,s){try{var u=a.onUncaughtError;u(s.value,{componentStack:s.stack})}catch(d){setTimeout(function(){throw d})}}function u6(a,s,u){try{var d=a.onCaughtError;d(u.value,{componentStack:u.stack,errorBoundary:s.tag===1?s.stateNode:null})}catch(y){setTimeout(function(){throw y})}}function ad(a,s,u){return u=ia(u),u.tag=3,u.payload={element:null},u.callback=function(){Gu(a,s)},u}function f6(a){return a=ia(a),a.tag=3,a}function h6(a,s,u,d){var y=u.type.getDerivedStateFromError;if(typeof y=="function"){var v=d.value;a.payload=function(){return y(v)},a.callback=function(){u6(s,u,d)}}var T=u.stateNode;T!==null&&typeof T.componentDidCatch=="function"&&(a.callback=function(){u6(s,u,d),typeof y!="function"&&(fa===null?fa=new Set([this]):fa.add(this));var N=d.stack;this.componentDidCatch(d.value,{componentStack:N!==null?N:""})})}function Tk(a,s,u,d,y){if(u.flags|=32768,d!==null&&typeof d=="object"&&typeof d.then=="function"){if(s=u.alternate,s!==null&&as(s,u,y,!0),u=Hn.current,u!==null){switch(u.tag){case 31:case 13:return fr===null?c0():u.alternate===null&&Ct===0&&(Ct=3),u.flags&=-257,u.flags|=65536,u.lanes=y,d===Lu?u.flags|=16384:(s=u.updateQueue,s===null?u.updateQueue=new Set([d]):s.add(d),$d(a,d,y)),!1;case 22:return u.flags|=65536,d===Lu?u.flags|=16384:(s=u.updateQueue,s===null?(s={transitions:null,markerInstances:null,retryQueue:new Set([d])},u.updateQueue=s):(u=s.retryQueue,u===null?s.retryQueue=new Set([d]):u.add(d)),$d(a,d,y)),!1}throw Error(r(435,u.tag))}return $d(a,d,y),c0(),!1}if(We)return s=Hn.current,s!==null?((s.flags&65536)===0&&(s.flags|=256),s.flags|=65536,s.lanes=y,d!==Ah&&(a=Error(r(422),{cause:d}),To(sr(a,u)))):(d!==Ah&&(s=Error(r(423),{cause:d}),To(sr(s,u))),a=a.current.alternate,a.flags|=65536,y&=-y,a.lanes|=y,d=sr(d,u),y=ad(a.stateNode,d,y),Rh(a,y),Ct!==4&&(Ct=2)),!1;var v=Error(r(520),{cause:d});if(v=sr(v,u),Fo===null?Fo=[v]:Fo.push(v),Ct!==4&&(Ct=2),s===null)return!0;d=sr(d,u),u=s;do{switch(u.tag){case 3:return u.flags|=65536,a=y&-y,u.lanes|=a,a=ad(u.stateNode,d,a),Rh(u,a),!1;case 1:if(s=u.type,v=u.stateNode,(u.flags&128)===0&&(typeof s.getDerivedStateFromError=="function"||v!==null&&typeof v.componentDidCatch=="function"&&(fa===null||!fa.has(v))))return u.flags|=65536,y&=-y,u.lanes|=y,y=f6(y),h6(y,a,u,d),Rh(u,y),!1}u=u.return}while(u!==null);return!1}var ld=Error(r(461)),Xt=!1;function rn(a,s,u,d){s.child=a===null?g8(s,null,u,d):nl(s,a.child,u,d)}function d6(a,s,u,d,y){u=u.render;var v=s.ref;if("ref"in d){var T={};for(var N in d)N!=="ref"&&(T[N]=d[N])}else T=d;return Ka(s),d=Xh(a,s,u,T,v,y),N=zh(),a!==null&&!Xt?(Hh(a,s,y),Si(a,s,y)):(We&&N&&Sh(s),s.flags|=1,rn(a,s,d,y),s.child)}function m6(a,s,u,d,y){if(a===null){var v=u.type;return typeof v=="function"&&!xh(v)&&v.defaultProps===void 0&&u.compare===null?(s.tag=15,s.type=v,p6(a,s,v,d,y)):(a=Pu(u.type,null,d,s,s.mode,y),a.ref=s.ref,a.return=s,s.child=a)}if(v=a.child,!md(a,y)){var T=v.memoizedProps;if(u=u.compare,u=u!==null?u:Ao,u(T,d)&&a.ref===s.ref)return Si(a,s,y)}return s.flags|=1,a=gi(v,d),a.ref=s.ref,a.return=s,s.child=a}function p6(a,s,u,d,y){if(a!==null){var v=a.memoizedProps;if(Ao(v,d)&&a.ref===s.ref)if(Xt=!1,s.pendingProps=d=v,md(a,y))(a.flags&131072)!==0&&(Xt=!0);else return s.lanes=a.lanes,Si(a,s,y)}return sd(a,s,u,d,y)}function g6(a,s,u,d){var y=d.children,v=a!==null?a.memoizedState:null;if(a===null&&s.stateNode===null&&(s.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),d.mode==="hidden"){if((s.flags&128)!==0){if(v=v!==null?v.baseLanes|u:u,a!==null){for(d=s.child=a.child,y=0;d!==null;)y=y|d.lanes|d.childLanes,d=d.sibling;d=y&~v}else d=0,s.child=null;return O6(a,s,v,u,d)}if((u&536870912)!==0)s.memoizedState={baseLanes:0,cachePool:null},a!==null&&Nu(s,v!==null?v.cachePool:null),v!==null?x8(s,v):Vh(),b8(s);else return d=s.lanes=536870912,O6(a,s,v!==null?v.baseLanes|u:u,u,d)}else v!==null?(Nu(s,v.cachePool),x8(s,v),sa(),s.memoizedState=null):(a!==null&&Nu(s,null),Vh(),sa());return rn(a,s,y,u),s.child}function Do(a,s){return a!==null&&a.tag===22||s.stateNode!==null||(s.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),s.sibling}function O6(a,s,u,d,y){var v=Qh();return v=v===null?null:{parent:Dt._currentValue,pool:v},s.memoizedState={baseLanes:u,cachePool:v},a!==null&&Nu(s,null),Vh(),b8(s),a!==null&&as(a,s,d,!0),s.childLanes=y,null}function Ku(a,s){return s=e0({mode:s.mode,children:s.children},a.mode),s.ref=a.ref,a.child=s,s.return=a,s}function y6(a,s,u){return nl(s,a.child,null,u),a=Ku(s,s.pendingProps),a.flags|=2,Yn(s),s.memoizedState=null,a}function Ck(a,s,u){var d=s.pendingProps,y=(s.flags&128)!==0;if(s.flags&=-129,a===null){if(We){if(d.mode==="hidden")return a=Ku(s,d),s.lanes=536870912,Do(null,a);if(Dh(s),(a=xt)?(a=$4(a,ur),a=a!==null&&a.data==="&"?a:null,a!==null&&(s.memoizedState={dehydrated:a,treeContext:Ji!==null?{id:Lr,overflow:Dr}:null,retryLane:536870912,hydrationErrors:null},u=t8(a),u.return=s,s.child=u,tn=s,xt=null)):a=null,a===null)throw ta(s);return s.lanes=536870912,null}return Ku(s,d)}var v=a.memoizedState;if(v!==null){var T=v.dehydrated;if(Dh(s),y)if(s.flags&256)s.flags&=-257,s=y6(a,s,u);else if(s.memoizedState!==null)s.child=a.child,s.flags|=128,s=null;else throw Error(r(558));else if(Xt||as(a,s,u,!1),y=(u&a.childLanes)!==0,Xt||y){if(d=mt,d!==null&&(T=kn(d,u),T!==0&&T!==v.retryLane))throw v.retryLane=T,Ua(a,T),Pn(d,a,T),ld;c0(),s=y6(a,s,u)}else a=v.treeContext,xt=hr(T.nextSibling),tn=s,We=!0,ea=null,ur=!1,a!==null&&i8(s,a),s=Ku(s,d),s.flags|=4096;return s}return a=gi(a.child,{mode:d.mode,children:d.children}),a.ref=s.ref,s.child=a,a.return=s,a}function Ju(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 sd(a,s,u,d,y){return Ka(s),u=Xh(a,s,u,d,void 0,y),d=zh(),a!==null&&!Xt?(Hh(a,s,y),Si(a,s,y)):(We&&d&&Sh(s),s.flags|=1,rn(a,s,u,y),s.child)}function x6(a,s,u,d,y,v){return Ka(s),s.updateQueue=null,u=S8(s,d,u,y),v8(a),d=zh(),a!==null&&!Xt?(Hh(a,s,v),Si(a,s,v)):(We&&d&&Sh(s),s.flags|=1,rn(a,s,u,v),s.child)}function b6(a,s,u,d,y){if(Ka(s),s.stateNode===null){var v=ts,T=u.contextType;typeof T=="object"&&T!==null&&(v=nn(T)),v=new u(d,v),s.memoizedState=v.state!==null&&v.state!==void 0?v.state:null,v.updater=id,s.stateNode=v,v._reactInternals=s,v=s.stateNode,v.props=d,v.state=s.memoizedState,v.refs={},Zh(s),T=u.contextType,v.context=typeof T=="object"&&T!==null?nn(T):ts,v.state=s.memoizedState,T=u.getDerivedStateFromProps,typeof T=="function"&&(rd(s,u,T,d),v.state=s.memoizedState),typeof u.getDerivedStateFromProps=="function"||typeof v.getSnapshotBeforeUpdate=="function"||typeof v.UNSAFE_componentWillMount!="function"&&typeof v.componentWillMount!="function"||(T=v.state,typeof v.componentWillMount=="function"&&v.componentWillMount(),typeof v.UNSAFE_componentWillMount=="function"&&v.UNSAFE_componentWillMount(),T!==v.state&&id.enqueueReplaceState(v,v.state,null),jo(s,d,v,y),Zo(),v.state=s.memoizedState),typeof v.componentDidMount=="function"&&(s.flags|=4194308),d=!0}else if(a===null){v=s.stateNode;var N=s.memoizedProps,W=il(u,N);v.props=W;var ne=v.context,ce=u.contextType;T=ts,typeof ce=="object"&&ce!==null&&(T=nn(ce));var fe=u.getDerivedStateFromProps;ce=typeof fe=="function"||typeof v.getSnapshotBeforeUpdate=="function",N=s.pendingProps!==N,ce||typeof v.UNSAFE_componentWillReceiveProps!="function"&&typeof v.componentWillReceiveProps!="function"||(N||ne!==T)&&l6(s,v,d,T),ra=!1;var re=s.memoizedState;v.state=re,jo(s,d,v,y),Zo(),ne=s.memoizedState,N||re!==ne||ra?(typeof fe=="function"&&(rd(s,u,fe,d),ne=s.memoizedState),(W=ra||a6(s,u,W,d,re,ne,T))?(ce||typeof v.UNSAFE_componentWillMount!="function"&&typeof v.componentWillMount!="function"||(typeof v.componentWillMount=="function"&&v.componentWillMount(),typeof v.UNSAFE_componentWillMount=="function"&&v.UNSAFE_componentWillMount()),typeof v.componentDidMount=="function"&&(s.flags|=4194308)):(typeof v.componentDidMount=="function"&&(s.flags|=4194308),s.memoizedProps=d,s.memoizedState=ne),v.props=d,v.state=ne,v.context=T,d=W):(typeof v.componentDidMount=="function"&&(s.flags|=4194308),d=!1)}else{v=s.stateNode,jh(a,s),T=s.memoizedProps,ce=il(u,T),v.props=ce,fe=s.pendingProps,re=v.context,ne=u.contextType,W=ts,typeof ne=="object"&&ne!==null&&(W=nn(ne)),N=u.getDerivedStateFromProps,(ne=typeof N=="function"||typeof v.getSnapshotBeforeUpdate=="function")||typeof v.UNSAFE_componentWillReceiveProps!="function"&&typeof v.componentWillReceiveProps!="function"||(T!==fe||re!==W)&&l6(s,v,d,W),ra=!1,re=s.memoizedState,v.state=re,jo(s,d,v,y),Zo();var le=s.memoizedState;T!==fe||re!==le||ra||a!==null&&a.dependencies!==null&&ju(a.dependencies)?(typeof N=="function"&&(rd(s,u,N,d),le=s.memoizedState),(ce=ra||a6(s,u,ce,d,re,le,W)||a!==null&&a.dependencies!==null&&ju(a.dependencies))?(ne||typeof v.UNSAFE_componentWillUpdate!="function"&&typeof v.componentWillUpdate!="function"||(typeof v.componentWillUpdate=="function"&&v.componentWillUpdate(d,le,W),typeof v.UNSAFE_componentWillUpdate=="function"&&v.UNSAFE_componentWillUpdate(d,le,W)),typeof v.componentDidUpdate=="function"&&(s.flags|=4),typeof v.getSnapshotBeforeUpdate=="function"&&(s.flags|=1024)):(typeof v.componentDidUpdate!="function"||T===a.memoizedProps&&re===a.memoizedState||(s.flags|=4),typeof v.getSnapshotBeforeUpdate!="function"||T===a.memoizedProps&&re===a.memoizedState||(s.flags|=1024),s.memoizedProps=d,s.memoizedState=le),v.props=d,v.state=le,v.context=W,d=ce):(typeof v.componentDidUpdate!="function"||T===a.memoizedProps&&re===a.memoizedState||(s.flags|=4),typeof v.getSnapshotBeforeUpdate!="function"||T===a.memoizedProps&&re===a.memoizedState||(s.flags|=1024),d=!1)}return v=d,Ju(a,s),d=(s.flags&128)!==0,v||d?(v=s.stateNode,u=d&&typeof u.getDerivedStateFromError!="function"?null:v.render(),s.flags|=1,a!==null&&d?(s.child=nl(s,a.child,null,y),s.child=nl(s,null,u,y)):rn(a,s,u,y),s.memoizedState=v.state,a=s.child):a=Si(a,s,y),a}function v6(a,s,u,d){return Wa(),s.flags|=256,rn(a,s,u,d),s.child}var od={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function cd(a){return{baseLanes:a,cachePool:u8()}}function ud(a,s,u){return a=a!==null?a.childLanes&~u:0,s&&(a|=Fn),a}function S6(a,s,u){var d=s.pendingProps,y=!1,v=(s.flags&128)!==0,T;if((T=v)||(T=a!==null&&a.memoizedState===null?!1:(Zt.current&2)!==0),T&&(y=!0,s.flags&=-129),T=(s.flags&32)!==0,s.flags&=-33,a===null){if(We){if(y?la(s):sa(),(a=xt)?(a=$4(a,ur),a=a!==null&&a.data!=="&"?a:null,a!==null&&(s.memoizedState={dehydrated:a,treeContext:Ji!==null?{id:Lr,overflow:Dr}:null,retryLane:536870912,hydrationErrors:null},u=t8(a),u.return=s,s.child=u,tn=s,xt=null)):a=null,a===null)throw ta(s);return Fd(a)?s.lanes=32:s.lanes=536870912,null}var N=d.children;return d=d.fallback,y?(sa(),y=s.mode,N=e0({mode:"hidden",children:N},y),d=Ia(d,y,u,null),N.return=s,d.return=s,N.sibling=d,s.child=N,d=s.child,d.memoizedState=cd(u),d.childLanes=ud(a,T,u),s.memoizedState=od,Do(null,d)):(la(s),fd(s,N))}var W=a.memoizedState;if(W!==null&&(N=W.dehydrated,N!==null)){if(v)s.flags&256?(la(s),s.flags&=-257,s=hd(a,s,u)):s.memoizedState!==null?(sa(),s.child=a.child,s.flags|=128,s=null):(sa(),N=d.fallback,y=s.mode,d=e0({mode:"visible",children:d.children},y),N=Ia(N,y,u,null),N.flags|=2,d.return=s,N.return=s,d.sibling=N,s.child=d,nl(s,a.child,null,u),d=s.child,d.memoizedState=cd(u),d.childLanes=ud(a,T,u),s.memoizedState=od,s=Do(null,d));else if(la(s),Fd(N)){if(T=N.nextSibling&&N.nextSibling.dataset,T)var ne=T.dgst;T=ne,d=Error(r(419)),d.stack="",d.digest=T,To({value:d,source:null,stack:null}),s=hd(a,s,u)}else if(Xt||as(a,s,u,!1),T=(u&a.childLanes)!==0,Xt||T){if(T=mt,T!==null&&(d=kn(T,u),d!==0&&d!==W.retryLane))throw W.retryLane=d,Ua(a,d),Pn(T,a,d),ld;Bd(N)||c0(),s=hd(a,s,u)}else Bd(N)?(s.flags|=192,s.child=a.child,s=null):(a=W.treeContext,xt=hr(N.nextSibling),tn=s,We=!0,ea=null,ur=!1,a!==null&&i8(s,a),s=fd(s,d.children),s.flags|=4096);return s}return y?(sa(),N=d.fallback,y=s.mode,W=a.child,ne=W.sibling,d=gi(W,{mode:"hidden",children:d.children}),d.subtreeFlags=W.subtreeFlags&65011712,ne!==null?N=gi(ne,N):(N=Ia(N,y,u,null),N.flags|=2),N.return=s,d.return=s,d.sibling=N,s.child=d,Do(null,d),d=s.child,N=a.child.memoizedState,N===null?N=cd(u):(y=N.cachePool,y!==null?(W=Dt._currentValue,y=y.parent!==W?{parent:W,pool:W}:y):y=u8(),N={baseLanes:N.baseLanes|u,cachePool:y}),d.memoizedState=N,d.childLanes=ud(a,T,u),s.memoizedState=od,Do(a.child,d)):(la(s),u=a.child,a=u.sibling,u=gi(u,{mode:"visible",children:d.children}),u.return=s,u.sibling=null,a!==null&&(T=s.deletions,T===null?(s.deletions=[a],s.flags|=16):T.push(a)),s.child=u,s.memoizedState=null,u)}function fd(a,s){return s=e0({mode:"visible",children:s},a.mode),s.return=a,a.child=s}function e0(a,s){return a=zn(22,a,null,s),a.lanes=0,a}function hd(a,s,u){return nl(s,a.child,null,u),a=fd(s,s.pendingProps.children),a.flags|=2,s.memoizedState=null,a}function w6(a,s,u){a.lanes|=s;var d=a.alternate;d!==null&&(d.lanes|=s),Th(a.return,s,u)}function dd(a,s,u,d,y,v){var T=a.memoizedState;T===null?a.memoizedState={isBackwards:s,rendering:null,renderingStartTime:0,last:d,tail:u,tailMode:y,treeForkCount:v}:(T.isBackwards=s,T.rendering=null,T.renderingStartTime=0,T.last=d,T.tail=u,T.tailMode=y,T.treeForkCount=v)}function A6(a,s,u){var d=s.pendingProps,y=d.revealOrder,v=d.tail;d=d.children;var T=Zt.current,N=(T&2)!==0;if(N?(T=T&1|2,s.flags|=128):T&=1,_(Zt,T),rn(a,s,d,u),d=We?Mo:0,!N&&a!==null&&(a.flags&128)!==0)e:for(a=s.child;a!==null;){if(a.tag===13)a.memoizedState!==null&&w6(a,u,s);else if(a.tag===19)w6(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(y){case"forwards":for(u=s.child,y=null;u!==null;)a=u.alternate,a!==null&&zu(a)===null&&(y=u),u=u.sibling;u=y,u===null?(y=s.child,s.child=null):(y=u.sibling,u.sibling=null),dd(s,!1,y,u,v,d);break;case"backwards":case"unstable_legacy-backwards":for(u=null,y=s.child,s.child=null;y!==null;){if(a=y.alternate,a!==null&&zu(a)===null){s.child=y;break}a=y.sibling,y.sibling=u,u=y,y=a}dd(s,!0,u,null,v,d);break;case"together":dd(s,!1,null,null,void 0,d);break;default:s.memoizedState=null}return s.child}function Si(a,s,u){if(a!==null&&(s.dependencies=a.dependencies),ua|=s.lanes,(u&s.childLanes)===0)if(a!==null){if(as(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=gi(a,a.pendingProps),s.child=u,u.return=s;a.sibling!==null;)a=a.sibling,u=u.sibling=gi(a,a.pendingProps),u.return=s;u.sibling=null}return s.child}function md(a,s){return(a.lanes&s)!==0?!0:(a=a.dependencies,!!(a!==null&&ju(a)))}function Ek(a,s,u){switch(s.tag){case 3:de(s,s.stateNode.containerInfo),na(s,Dt,a.memoizedState.cache),Wa();break;case 27:case 5:oe(s);break;case 4:de(s,s.stateNode.containerInfo);break;case 10:na(s,s.type,s.memoizedProps.value);break;case 31:if(s.memoizedState!==null)return s.flags|=128,Dh(s),null;break;case 13:var d=s.memoizedState;if(d!==null)return d.dehydrated!==null?(la(s),s.flags|=128,null):(u&s.child.childLanes)!==0?S6(a,s,u):(la(s),a=Si(a,s,u),a!==null?a.sibling:null);la(s);break;case 19:var y=(a.flags&128)!==0;if(d=(u&s.childLanes)!==0,d||(as(a,s,u,!1),d=(u&s.childLanes)!==0),y){if(d)return A6(a,s,u);s.flags|=128}if(y=s.memoizedState,y!==null&&(y.rendering=null,y.tail=null,y.lastEffect=null),_(Zt,Zt.current),d)break;return null;case 22:return s.lanes=0,g6(a,s,u,s.pendingProps);case 24:na(s,Dt,a.memoizedState.cache)}return Si(a,s,u)}function k6(a,s,u){if(a!==null)if(a.memoizedProps!==s.pendingProps)Xt=!0;else{if(!md(a,u)&&(s.flags&128)===0)return Xt=!1,Ek(a,s,u);Xt=(a.flags&131072)!==0}else Xt=!1,We&&(s.flags&1048576)!==0&&r8(s,Mo,s.index);switch(s.lanes=0,s.tag){case 16:e:{var d=s.pendingProps;if(a=el(s.elementType),s.type=a,typeof a=="function")xh(a)?(d=il(a,d),s.tag=1,s=b6(null,s,a,d,u)):(s.tag=0,s=sd(null,s,a,d,u));else{if(a!=null){var y=a.$$typeof;if(y===Q){s.tag=11,s=d6(null,s,a,d,u);break e}else if(y===M){s.tag=14,s=m6(null,s,a,d,u);break e}}throw s=J(a)||a,Error(r(306,s,""))}}return s;case 0:return sd(a,s,s.type,s.pendingProps,u);case 1:return d=s.type,y=il(d,s.pendingProps),b6(a,s,d,y,u);case 3:e:{if(de(s,s.stateNode.containerInfo),a===null)throw Error(r(387));d=s.pendingProps;var v=s.memoizedState;y=v.element,jh(a,s),jo(s,d,null,u);var T=s.memoizedState;if(d=T.cache,na(s,Dt,d),d!==v.cache&&Ch(s,[Dt],u,!0),Zo(),d=T.element,v.isDehydrated)if(v={element:d,isDehydrated:!1,cache:T.cache},s.updateQueue.baseState=v,s.memoizedState=v,s.flags&256){s=v6(a,s,d,u);break e}else if(d!==y){y=sr(Error(r(424)),s),To(y),s=v6(a,s,d,u);break e}else{switch(a=s.stateNode.containerInfo,a.nodeType){case 9:a=a.body;break;default:a=a.nodeName==="HTML"?a.ownerDocument.body:a}for(xt=hr(a.firstChild),tn=s,We=!0,ea=null,ur=!0,u=g8(s,null,d,u),s.child=u;u;)u.flags=u.flags&-3|4096,u=u.sibling}else{if(Wa(),d===y){s=Si(a,s,u);break e}rn(a,s,d,u)}s=s.child}return s;case 26:return Ju(a,s),a===null?(u=N4(s.type,null,s.pendingProps,null))?s.memoizedState=u:We||(u=s.type,a=s.pendingProps,d=g0(ae.current).createElement(u),d[en]=s,d[Mn]=a,an(d,u,a),It(d),s.stateNode=d):s.memoizedState=N4(s.type,a.memoizedProps,s.pendingProps,a.memoizedState),null;case 27:return oe(s),a===null&&We&&(d=s.stateNode=Z4(s.type,s.pendingProps,ae.current),tn=s,ur=!0,y=xt,pa(s.type)?(qd=y,xt=hr(d.firstChild)):xt=y),rn(a,s,s.pendingProps.children,u),Ju(a,s),a===null&&(s.flags|=4194304),s.child;case 5:return a===null&&We&&((y=d=xt)&&(d=aM(d,s.type,s.pendingProps,ur),d!==null?(s.stateNode=d,tn=s,xt=hr(d.firstChild),ur=!1,y=!0):y=!1),y||ta(s)),oe(s),y=s.type,v=s.pendingProps,T=a!==null?a.memoizedProps:null,d=v.children,zd(y,v)?d=null:T!==null&&zd(y,T)&&(s.flags|=32),s.memoizedState!==null&&(y=Xh(a,s,bk,null,null,u),ec._currentValue=y),Ju(a,s),rn(a,s,d,u),s.child;case 6:return a===null&&We&&((a=u=xt)&&(u=lM(u,s.pendingProps,ur),u!==null?(s.stateNode=u,tn=s,xt=null,a=!0):a=!1),a||ta(s)),null;case 13:return S6(a,s,u);case 4:return de(s,s.stateNode.containerInfo),d=s.pendingProps,a===null?s.child=nl(s,null,d,u):rn(a,s,d,u),s.child;case 11:return d6(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 d=s.pendingProps,na(s,s.type,d.value),rn(a,s,d.children,u),s.child;case 9:return y=s.type._context,d=s.pendingProps.children,Ka(s),y=nn(y),d=d(y),s.flags|=1,rn(a,s,d,u),s.child;case 14:return m6(a,s,s.type,s.pendingProps,u);case 15:return p6(a,s,s.type,s.pendingProps,u);case 19:return A6(a,s,u);case 31:return Ck(a,s,u);case 22:return g6(a,s,u,s.pendingProps);case 24:return Ka(s),d=nn(Dt),a===null?(y=Qh(),y===null&&(y=mt,v=Eh(),y.pooledCache=v,v.refCount++,v!==null&&(y.pooledCacheLanes|=u),y=v),s.memoizedState={parent:d,cache:y},Zh(s),na(s,Dt,y)):((a.lanes&u)!==0&&(jh(a,s),jo(s,null,null,u),Zo()),y=a.memoizedState,v=s.memoizedState,y.parent!==d?(y={parent:d,cache:d},s.memoizedState=y,s.lanes===0&&(s.memoizedState=s.updateQueue.baseState=y),na(s,Dt,d)):(d=v.cache,na(s,Dt,d),d!==y.cache&&Ch(s,[Dt],u,!0))),rn(a,s,s.pendingProps.children,u),s.child;case 29:throw s.pendingProps}throw Error(r(156,s.tag))}function wi(a){a.flags|=4}function pd(a,s,u,d,y){if((s=(a.mode&32)!==0)&&(s=!1),s){if(a.flags|=16777216,(y&335544128)===y)if(a.stateNode.complete)a.flags|=8192;else if(K6())a.flags|=8192;else throw tl=Lu,Ph}else a.flags&=-16777217}function M6(a,s){if(s.type!=="stylesheet"||(s.state.loading&4)!==0)a.flags&=-16777217;else if(a.flags|=16777216,!X4(s))if(K6())a.flags|=8192;else throw tl=Lu,Ph}function t0(a,s){s!==null&&(a.flags|=4),a.flags&16384&&(s=a.tag!==22?Ha():536870912,a.lanes|=s,Os|=s)}function _o(a,s){if(!We)switch(a.tailMode){case"hidden":s=a.tail;for(var u=null;s!==null;)s.alternate!==null&&(u=s),s=s.sibling;u===null?a.tail=null:u.sibling=null;break;case"collapsed":u=a.tail;for(var d=null;u!==null;)u.alternate!==null&&(d=u),u=u.sibling;d===null?s||a.tail===null?a.tail=null:a.tail.sibling=null:d.sibling=null}}function bt(a){var s=a.alternate!==null&&a.alternate.child===a.child,u=0,d=0;if(s)for(var y=a.child;y!==null;)u|=y.lanes|y.childLanes,d|=y.subtreeFlags&65011712,d|=y.flags&65011712,y.return=a,y=y.sibling;else for(y=a.child;y!==null;)u|=y.lanes|y.childLanes,d|=y.subtreeFlags,d|=y.flags,y.return=a,y=y.sibling;return a.subtreeFlags|=d,a.childLanes=u,s}function $k(a,s,u){var d=s.pendingProps;switch(wh(s),s.tag){case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return bt(s),null;case 1:return bt(s),null;case 3:return u=s.stateNode,d=null,a!==null&&(d=a.memoizedState.cache),s.memoizedState.cache!==d&&(s.flags|=2048),xi(Dt),pe(),u.pendingContext&&(u.context=u.pendingContext,u.pendingContext=null),(a===null||a.child===null)&&(is(s)?wi(s):a===null||a.memoizedState.isDehydrated&&(s.flags&256)===0||(s.flags|=1024,kh())),bt(s),null;case 26:var y=s.type,v=s.memoizedState;return a===null?(wi(s),v!==null?(bt(s),M6(s,v)):(bt(s),pd(s,y,null,d,u))):v?v!==a.memoizedState?(wi(s),bt(s),M6(s,v)):(bt(s),s.flags&=-16777217):(a=a.memoizedProps,a!==d&&wi(s),bt(s),pd(s,y,a,d,u)),null;case 27:if(ye(s),u=ae.current,y=s.type,a!==null&&s.stateNode!=null)a.memoizedProps!==d&&wi(s);else{if(!d){if(s.stateNode===null)throw Error(r(166));return bt(s),null}a=U.current,is(s)?a8(s):(a=Z4(y,d,u),s.stateNode=a,wi(s))}return bt(s),null;case 5:if(ye(s),y=s.type,a!==null&&s.stateNode!=null)a.memoizedProps!==d&&wi(s);else{if(!d){if(s.stateNode===null)throw Error(r(166));return bt(s),null}if(v=U.current,is(s))a8(s);else{var T=g0(ae.current);switch(v){case 1:v=T.createElementNS("http://www.w3.org/2000/svg",y);break;case 2:v=T.createElementNS("http://www.w3.org/1998/Math/MathML",y);break;default:switch(y){case"svg":v=T.createElementNS("http://www.w3.org/2000/svg",y);break;case"math":v=T.createElementNS("http://www.w3.org/1998/Math/MathML",y);break;case"script":v=T.createElement("div"),v.innerHTML="<script><\/script>",v=v.removeChild(v.firstChild);break;case"select":v=typeof d.is=="string"?T.createElement("select",{is:d.is}):T.createElement("select"),d.multiple?v.multiple=!0:d.size&&(v.size=d.size);break;default:v=typeof d.is=="string"?T.createElement(y,{is:d.is}):T.createElement(y)}}v[en]=s,v[Mn]=d;e:for(T=s.child;T!==null;){if(T.tag===5||T.tag===6)v.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=v;e:switch(an(v,y,d),y){case"button":case"input":case"select":case"textarea":d=!!d.autoFocus;break e;case"img":d=!0;break e;default:d=!1}d&&wi(s)}}return bt(s),pd(s,s.type,a===null?null:a.memoizedProps,s.pendingProps,u),null;case 6:if(a&&s.stateNode!=null)a.memoizedProps!==d&&wi(s);else{if(typeof d!="string"&&s.stateNode===null)throw Error(r(166));if(a=ae.current,is(s)){if(a=s.stateNode,u=s.memoizedProps,d=null,y=tn,y!==null)switch(y.tag){case 27:case 5:d=y.memoizedProps}a[en]=s,a=!!(a.nodeValue===u||d!==null&&d.suppressHydrationWarning===!0||S4(a.nodeValue,u)),a||ta(s,!0)}else a=g0(a).createTextNode(d),a[en]=s,s.stateNode=a}return bt(s),null;case 31:if(u=s.memoizedState,a===null||a.memoizedState!==null){if(d=is(s),u!==null){if(a===null){if(!d)throw Error(r(318));if(a=s.memoizedState,a=a!==null?a.dehydrated:null,!a)throw Error(r(557));a[en]=s}else Wa(),(s.flags&128)===0&&(s.memoizedState=null),s.flags|=4;bt(s),a=!1}else u=kh(),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 bt(s),null;case 13:if(d=s.memoizedState,a===null||a.memoizedState!==null&&a.memoizedState.dehydrated!==null){if(y=is(s),d!==null&&d.dehydrated!==null){if(a===null){if(!y)throw Error(r(318));if(y=s.memoizedState,y=y!==null?y.dehydrated:null,!y)throw Error(r(317));y[en]=s}else Wa(),(s.flags&128)===0&&(s.memoizedState=null),s.flags|=4;bt(s),y=!1}else y=kh(),a!==null&&a.memoizedState!==null&&(a.memoizedState.hydrationErrors=y),y=!0;if(!y)return s.flags&256?(Yn(s),s):(Yn(s),null)}return Yn(s),(s.flags&128)!==0?(s.lanes=u,s):(u=d!==null,a=a!==null&&a.memoizedState!==null,u&&(d=s.child,y=null,d.alternate!==null&&d.alternate.memoizedState!==null&&d.alternate.memoizedState.cachePool!==null&&(y=d.alternate.memoizedState.cachePool.pool),v=null,d.memoizedState!==null&&d.memoizedState.cachePool!==null&&(v=d.memoizedState.cachePool.pool),v!==y&&(d.flags|=2048)),u!==a&&u&&(s.child.flags|=8192),t0(s,s.updateQueue),bt(s),null);case 4:return pe(),a===null&&Vd(s.stateNode.containerInfo),bt(s),null;case 10:return xi(s.type),bt(s),null;case 19:if(j(Zt),d=s.memoizedState,d===null)return bt(s),null;if(y=(s.flags&128)!==0,v=d.rendering,v===null)if(y)_o(d,!1);else{if(Ct!==0||a!==null&&(a.flags&128)!==0)for(a=s.child;a!==null;){if(v=zu(a),v!==null){for(s.flags|=128,_o(d,!1),a=v.updateQueue,s.updateQueue=a,t0(s,a),s.subtreeFlags=0,a=u,u=s.child;u!==null;)e8(u,a),u=u.sibling;return _(Zt,Zt.current&1|2),We&&Oi(s,d.treeForkCount),s.child}a=a.sibling}d.tail!==null&&je()>l0&&(s.flags|=128,y=!0,_o(d,!1),s.lanes=4194304)}else{if(!y)if(a=zu(v),a!==null){if(s.flags|=128,y=!0,a=a.updateQueue,s.updateQueue=a,t0(s,a),_o(d,!0),d.tail===null&&d.tailMode==="hidden"&&!v.alternate&&!We)return bt(s),null}else 2*je()-d.renderingStartTime>l0&&u!==536870912&&(s.flags|=128,y=!0,_o(d,!1),s.lanes=4194304);d.isBackwards?(v.sibling=s.child,s.child=v):(a=d.last,a!==null?a.sibling=v:s.child=v,d.last=v)}return d.tail!==null?(a=d.tail,d.rendering=a,d.tail=a.sibling,d.renderingStartTime=je(),a.sibling=null,u=Zt.current,_(Zt,y?u&1|2:u&1),We&&Oi(s,d.treeForkCount),a):(bt(s),null);case 22:case 23:return Yn(s),Lh(),d=s.memoizedState!==null,a!==null?a.memoizedState!==null!==d&&(s.flags|=8192):d&&(s.flags|=8192),d?(u&536870912)!==0&&(s.flags&128)===0&&(bt(s),s.subtreeFlags&6&&(s.flags|=8192)):bt(s),u=s.updateQueue,u!==null&&t0(s,u.retryQueue),u=null,a!==null&&a.memoizedState!==null&&a.memoizedState.cachePool!==null&&(u=a.memoizedState.cachePool.pool),d=null,s.memoizedState!==null&&s.memoizedState.cachePool!==null&&(d=s.memoizedState.cachePool.pool),d!==u&&(s.flags|=2048),a!==null&&j(Ja),null;case 24:return u=null,a!==null&&(u=a.memoizedState.cache),s.memoizedState.cache!==u&&(s.flags|=2048),xi(Dt),bt(s),null;case 25:return null;case 30:return null}throw Error(r(156,s.tag))}function Qk(a,s){switch(wh(s),s.tag){case 1:return a=s.flags,a&65536?(s.flags=a&-65537|128,s):null;case 3:return xi(Dt),pe(),a=s.flags,(a&65536)!==0&&(a&128)===0?(s.flags=a&-65537|128,s):null;case 26:case 27:case 5:return ye(s),null;case 31:if(s.memoizedState!==null){if(Yn(s),s.alternate===null)throw Error(r(340));Wa()}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));Wa()}return a=s.flags,a&65536?(s.flags=a&-65537|128,s):null;case 19:return j(Zt),null;case 4:return pe(),null;case 10:return xi(s.type),null;case 22:case 23:return Yn(s),Lh(),a!==null&&j(Ja),a=s.flags,a&65536?(s.flags=a&-65537|128,s):null;case 24:return xi(Dt),null;case 25:return null;default:return null}}function T6(a,s){switch(wh(s),s.tag){case 3:xi(Dt),pe();break;case 26:case 27:case 5:ye(s);break;case 4:pe();break;case 31:s.memoizedState!==null&&Yn(s);break;case 13:Yn(s);break;case 19:j(Zt);break;case 10:xi(s.type);break;case 22:case 23:Yn(s),Lh(),a!==null&&j(Ja);break;case 24:xi(Dt)}}function Xo(a,s){try{var u=s.updateQueue,d=u!==null?u.lastEffect:null;if(d!==null){var y=d.next;u=y;do{if((u.tag&a)===a){d=void 0;var v=u.create,T=u.inst;d=v(),T.destroy=d}u=u.next}while(u!==y)}}catch(N){ot(s,s.return,N)}}function oa(a,s,u){try{var d=s.updateQueue,y=d!==null?d.lastEffect:null;if(y!==null){var v=y.next;d=v;do{if((d.tag&a)===a){var T=d.inst,N=T.destroy;if(N!==void 0){T.destroy=void 0,y=s;var W=u,ne=N;try{ne()}catch(ce){ot(y,W,ce)}}}d=d.next}while(d!==v)}}catch(ce){ot(s,s.return,ce)}}function C6(a){var s=a.updateQueue;if(s!==null){var u=a.stateNode;try{y8(s,u)}catch(d){ot(a,a.return,d)}}}function E6(a,s,u){u.props=il(a.type,a.memoizedProps),u.state=a.memoizedState;try{u.componentWillUnmount()}catch(d){ot(a,s,d)}}function zo(a,s){try{var u=a.ref;if(u!==null){switch(a.tag){case 26:case 27:case 5:var d=a.stateNode;break;case 30:d=a.stateNode;break;default:d=a.stateNode}typeof u=="function"?a.refCleanup=u(d):u.current=d}}catch(y){ot(a,s,y)}}function _r(a,s){var u=a.ref,d=a.refCleanup;if(u!==null)if(typeof d=="function")try{d()}catch(y){ot(a,s,y)}finally{a.refCleanup=null,a=a.alternate,a!=null&&(a.refCleanup=null)}else if(typeof u=="function")try{u(null)}catch(y){ot(a,s,y)}else u.current=null}function $6(a){var s=a.type,u=a.memoizedProps,d=a.stateNode;try{e:switch(s){case"button":case"input":case"select":case"textarea":u.autoFocus&&d.focus();break e;case"img":u.src?d.src=u.src:u.srcSet&&(d.srcset=u.srcSet)}}catch(y){ot(a,a.return,y)}}function gd(a,s,u){try{var d=a.stateNode;Jk(d,a.type,u,s),d[Mn]=s}catch(y){ot(a,a.return,y)}}function Q6(a){return a.tag===5||a.tag===3||a.tag===26||a.tag===27&&pa(a.type)||a.tag===4}function Od(a){e:for(;;){for(;a.sibling===null;){if(a.return===null||Q6(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&&pa(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 yd(a,s,u){var d=a.tag;if(d===5||d===6)a=a.stateNode,s?(u.nodeType===9?u.body:u.nodeName==="HTML"?u.ownerDocument.body:u).insertBefore(a,s):(s=u.nodeType===9?u.body:u.nodeName==="HTML"?u.ownerDocument.body:u,s.appendChild(a),u=u._reactRootContainer,u!=null||s.onclick!==null||(s.onclick=mi));else if(d!==4&&(d===27&&pa(a.type)&&(u=a.stateNode,s=null),a=a.child,a!==null))for(yd(a,s,u),a=a.sibling;a!==null;)yd(a,s,u),a=a.sibling}function n0(a,s,u){var d=a.tag;if(d===5||d===6)a=a.stateNode,s?u.insertBefore(a,s):u.appendChild(a);else if(d!==4&&(d===27&&pa(a.type)&&(u=a.stateNode),a=a.child,a!==null))for(n0(a,s,u),a=a.sibling;a!==null;)n0(a,s,u),a=a.sibling}function P6(a){var s=a.stateNode,u=a.memoizedProps;try{for(var d=a.type,y=s.attributes;y.length;)s.removeAttributeNode(y[0]);an(s,d,u),s[en]=a,s[Mn]=u}catch(v){ot(a,a.return,v)}}var Ai=!1,zt=!1,xd=!1,Z6=typeof WeakSet=="function"?WeakSet:Set,Wt=null;function Pk(a,s){if(a=a.containerInfo,_d=w0,a=BO(a),hh(a)){if("selectionStart"in a)var u={start:a.selectionStart,end:a.selectionEnd};else e:{u=(u=a.ownerDocument)&&u.defaultView||window;var d=u.getSelection&&u.getSelection();if(d&&d.rangeCount!==0){u=d.anchorNode;var y=d.anchorOffset,v=d.focusNode;d=d.focusOffset;try{u.nodeType,v.nodeType}catch{u=null;break e}var T=0,N=-1,W=-1,ne=0,ce=0,fe=a,re=null;t:for(;;){for(var le;fe!==u||y!==0&&fe.nodeType!==3||(N=T+y),fe!==v||d!==0&&fe.nodeType!==3||(W=T+d),fe.nodeType===3&&(T+=fe.nodeValue.length),(le=fe.firstChild)!==null;)re=fe,fe=le;for(;;){if(fe===a)break t;if(re===u&&++ne===y&&(N=T),re===v&&++ce===d&&(W=T),(le=fe.nextSibling)!==null)break;fe=re,re=fe.parentNode}fe=le}u=N===-1||W===-1?null:{start:N,end:W}}else u=null}u=u||{start:0,end:0}}else u=null;for(Xd={focusedElem:a,selectionRange:u},w0=!1,Wt=s;Wt!==null;)if(s=Wt,a=s.child,(s.subtreeFlags&1028)!==0&&a!==null)a.return=s,Wt=a;else for(;Wt!==null;){switch(s=Wt,v=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++)y=a[u],y.ref.impl=y.nextImpl;break;case 11:case 15:break;case 1:if((a&1024)!==0&&v!==null){a=void 0,u=s,y=v.memoizedProps,v=v.memoizedState,d=u.stateNode;try{var Se=il(u.type,y);a=d.getSnapshotBeforeUpdate(Se,v),d.__reactInternalSnapshotBeforeUpdate=a}catch(Qe){ot(u,u.return,Qe)}}break;case 3:if((a&1024)!==0){if(a=s.stateNode.containerInfo,u=a.nodeType,u===9)Yd(a);else if(u===1)switch(a.nodeName){case"HEAD":case"HTML":case"BODY":Yd(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,Wt=a;break}Wt=s.return}}function j6(a,s,u){var d=u.flags;switch(u.tag){case 0:case 11:case 15:Mi(a,u),d&4&&Xo(5,u);break;case 1:if(Mi(a,u),d&4)if(a=u.stateNode,s===null)try{a.componentDidMount()}catch(T){ot(u,u.return,T)}else{var y=il(u.type,s.memoizedProps);s=s.memoizedState;try{a.componentDidUpdate(y,s,a.__reactInternalSnapshotBeforeUpdate)}catch(T){ot(u,u.return,T)}}d&64&&C6(u),d&512&&zo(u,u.return);break;case 3:if(Mi(a,u),d&64&&(a=u.updateQueue,a!==null)){if(s=null,u.child!==null)switch(u.child.tag){case 27:case 5:s=u.child.stateNode;break;case 1:s=u.child.stateNode}try{y8(a,s)}catch(T){ot(u,u.return,T)}}break;case 27:s===null&&d&4&&P6(u);case 26:case 5:Mi(a,u),s===null&&d&4&&$6(u),d&512&&zo(u,u.return);break;case 12:Mi(a,u);break;case 31:Mi(a,u),d&4&&V6(a,u);break;case 13:Mi(a,u),d&4&&L6(a,u),d&64&&(a=u.memoizedState,a!==null&&(a=a.dehydrated,a!==null&&(u=Xk.bind(null,u),sM(a,u))));break;case 22:if(d=u.memoizedState!==null||Ai,!d){s=s!==null&&s.memoizedState!==null||zt,y=Ai;var v=zt;Ai=d,(zt=s)&&!v?Ti(a,u,(u.subtreeFlags&8772)!==0):Mi(a,u),Ai=y,zt=v}break;case 30:break;default:Mi(a,u)}}function R6(a){var s=a.alternate;s!==null&&(a.alternate=null,R6(s)),a.child=null,a.deletions=null,a.sibling=null,a.tag===5&&(s=a.stateNode,s!==null&&If(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 St=null,Cn=!1;function ki(a,s,u){for(u=u.child;u!==null;)N6(a,s,u),u=u.sibling}function N6(a,s,u){if(Lt&&typeof Lt.onCommitFiberUnmount=="function")try{Lt.onCommitFiberUnmount(nr,u)}catch{}switch(u.tag){case 26:zt||_r(u,s),ki(a,s,u),u.memoizedState?u.memoizedState.count--:u.stateNode&&(u=u.stateNode,u.parentNode.removeChild(u));break;case 27:zt||_r(u,s);var d=St,y=Cn;pa(u.type)&&(St=u.stateNode,Cn=!1),ki(a,s,u),Go(u.stateNode),St=d,Cn=y;break;case 5:zt||_r(u,s);case 6:if(d=St,y=Cn,St=null,ki(a,s,u),St=d,Cn=y,St!==null)if(Cn)try{(St.nodeType===9?St.body:St.nodeName==="HTML"?St.ownerDocument.body:St).removeChild(u.stateNode)}catch(v){ot(u,s,v)}else try{St.removeChild(u.stateNode)}catch(v){ot(u,s,v)}break;case 18:St!==null&&(Cn?(a=St,C4(a.nodeType===9?a.body:a.nodeName==="HTML"?a.ownerDocument.body:a,u.stateNode),ks(a)):C4(St,u.stateNode));break;case 4:d=St,y=Cn,St=u.stateNode.containerInfo,Cn=!0,ki(a,s,u),St=d,Cn=y;break;case 0:case 11:case 14:case 15:oa(2,u,s),zt||oa(4,u,s),ki(a,s,u);break;case 1:zt||(_r(u,s),d=u.stateNode,typeof d.componentWillUnmount=="function"&&E6(u,s,d)),ki(a,s,u);break;case 21:ki(a,s,u);break;case 22:zt=(d=zt)||u.memoizedState!==null,ki(a,s,u),zt=d;break;default:ki(a,s,u)}}function V6(a,s){if(s.memoizedState===null&&(a=s.alternate,a!==null&&(a=a.memoizedState,a!==null))){a=a.dehydrated;try{ks(a)}catch(u){ot(s,s.return,u)}}}function L6(a,s){if(s.memoizedState===null&&(a=s.alternate,a!==null&&(a=a.memoizedState,a!==null&&(a=a.dehydrated,a!==null))))try{ks(a)}catch(u){ot(s,s.return,u)}}function Zk(a){switch(a.tag){case 31:case 13:case 19:var s=a.stateNode;return s===null&&(s=a.stateNode=new Z6),s;case 22:return a=a.stateNode,s=a._retryCache,s===null&&(s=a._retryCache=new Z6),s;default:throw Error(r(435,a.tag))}}function r0(a,s){var u=Zk(a);s.forEach(function(d){if(!u.has(d)){u.add(d);var y=zk.bind(null,a,d);d.then(y,y)}})}function En(a,s){var u=s.deletions;if(u!==null)for(var d=0;d<u.length;d++){var y=u[d],v=a,T=s,N=T;e:for(;N!==null;){switch(N.tag){case 27:if(pa(N.type)){St=N.stateNode,Cn=!1;break e}break;case 5:St=N.stateNode,Cn=!1;break e;case 3:case 4:St=N.stateNode.containerInfo,Cn=!0;break e}N=N.return}if(St===null)throw Error(r(160));N6(v,T,y),St=null,Cn=!1,v=y.alternate,v!==null&&(v.return=null),y.return=null}if(s.subtreeFlags&13886)for(s=s.child;s!==null;)D6(s,a),s=s.sibling}var Ar=null;function D6(a,s){var u=a.alternate,d=a.flags;switch(a.tag){case 0:case 11:case 14:case 15:En(s,a),$n(a),d&4&&(oa(3,a,a.return),Xo(3,a),oa(5,a,a.return));break;case 1:En(s,a),$n(a),d&512&&(zt||u===null||_r(u,u.return)),d&64&&Ai&&(a=a.updateQueue,a!==null&&(d=a.callbacks,d!==null&&(u=a.shared.hiddenCallbacks,a.shared.hiddenCallbacks=u===null?d:u.concat(d))));break;case 26:var y=Ar;if(En(s,a),$n(a),d&512&&(zt||u===null||_r(u,u.return)),d&4){var v=u!==null?u.memoizedState:null;if(d=a.memoizedState,u===null)if(d===null)if(a.stateNode===null){e:{d=a.type,u=a.memoizedProps,y=y.ownerDocument||y;t:switch(d){case"title":v=y.getElementsByTagName("title")[0],(!v||v[po]||v[en]||v.namespaceURI==="http://www.w3.org/2000/svg"||v.hasAttribute("itemprop"))&&(v=y.createElement(d),y.head.insertBefore(v,y.querySelector("head > title"))),an(v,d,u),v[en]=a,It(v),d=v;break e;case"link":var T=D4("link","href",y).get(d+(u.href||""));if(T){for(var N=0;N<T.length;N++)if(v=T[N],v.getAttribute("href")===(u.href==null||u.href===""?null:u.href)&&v.getAttribute("rel")===(u.rel==null?null:u.rel)&&v.getAttribute("title")===(u.title==null?null:u.title)&&v.getAttribute("crossorigin")===(u.crossOrigin==null?null:u.crossOrigin)){T.splice(N,1);break t}}v=y.createElement(d),an(v,d,u),y.head.appendChild(v);break;case"meta":if(T=D4("meta","content",y).get(d+(u.content||""))){for(N=0;N<T.length;N++)if(v=T[N],v.getAttribute("content")===(u.content==null?null:""+u.content)&&v.getAttribute("name")===(u.name==null?null:u.name)&&v.getAttribute("property")===(u.property==null?null:u.property)&&v.getAttribute("http-equiv")===(u.httpEquiv==null?null:u.httpEquiv)&&v.getAttribute("charset")===(u.charSet==null?null:u.charSet)){T.splice(N,1);break t}}v=y.createElement(d),an(v,d,u),y.head.appendChild(v);break;default:throw Error(r(468,d))}v[en]=a,It(v),d=v}a.stateNode=d}else _4(y,a.type,a.stateNode);else a.stateNode=L4(y,d,a.memoizedProps);else v!==d?(v===null?u.stateNode!==null&&(u=u.stateNode,u.parentNode.removeChild(u)):v.count--,d===null?_4(y,a.type,a.stateNode):L4(y,d,a.memoizedProps)):d===null&&a.stateNode!==null&&gd(a,a.memoizedProps,u.memoizedProps)}break;case 27:En(s,a),$n(a),d&512&&(zt||u===null||_r(u,u.return)),u!==null&&d&4&&gd(a,a.memoizedProps,u.memoizedProps);break;case 5:if(En(s,a),$n(a),d&512&&(zt||u===null||_r(u,u.return)),a.flags&32){y=a.stateNode;try{Ul(y,"")}catch(Se){ot(a,a.return,Se)}}d&4&&a.stateNode!=null&&(y=a.memoizedProps,gd(a,y,u!==null?u.memoizedProps:y)),d&1024&&(xd=!0);break;case 6:if(En(s,a),$n(a),d&4){if(a.stateNode===null)throw Error(r(162));d=a.memoizedProps,u=a.stateNode;try{u.nodeValue=d}catch(Se){ot(a,a.return,Se)}}break;case 3:if(x0=null,y=Ar,Ar=O0(s.containerInfo),En(s,a),Ar=y,$n(a),d&4&&u!==null&&u.memoizedState.isDehydrated)try{ks(s.containerInfo)}catch(Se){ot(a,a.return,Se)}xd&&(xd=!1,_6(a));break;case 4:d=Ar,Ar=O0(a.stateNode.containerInfo),En(s,a),$n(a),Ar=d;break;case 12:En(s,a),$n(a);break;case 31:En(s,a),$n(a),d&4&&(d=a.updateQueue,d!==null&&(a.updateQueue=null,r0(a,d)));break;case 13:En(s,a),$n(a),a.child.flags&8192&&a.memoizedState!==null!=(u!==null&&u.memoizedState!==null)&&(a0=je()),d&4&&(d=a.updateQueue,d!==null&&(a.updateQueue=null,r0(a,d)));break;case 22:y=a.memoizedState!==null;var W=u!==null&&u.memoizedState!==null,ne=Ai,ce=zt;if(Ai=ne||y,zt=ce||W,En(s,a),zt=ce,Ai=ne,$n(a),d&8192)e:for(s=a.stateNode,s._visibility=y?s._visibility&-2:s._visibility|1,y&&(u===null||W||Ai||zt||al(a)),u=null,s=a;;){if(s.tag===5||s.tag===26){if(u===null){W=u=s;try{if(v=W.stateNode,y)T=v.style,typeof T.setProperty=="function"?T.setProperty("display","none","important"):T.display="none";else{N=W.stateNode;var fe=W.memoizedProps.style,re=fe!=null&&fe.hasOwnProperty("display")?fe.display:null;N.style.display=re==null||typeof re=="boolean"?"":(""+re).trim()}}catch(Se){ot(W,W.return,Se)}}}else if(s.tag===6){if(u===null){W=s;try{W.stateNode.nodeValue=y?"":W.memoizedProps}catch(Se){ot(W,W.return,Se)}}}else if(s.tag===18){if(u===null){W=s;try{var le=W.stateNode;y?E4(le,!0):E4(W.stateNode,!1)}catch(Se){ot(W,W.return,Se)}}}else if((s.tag!==22&&s.tag!==23||s.memoizedState===null||s===a)&&s.child!==null){s.child.return=s,s=s.child;continue}if(s===a)break e;for(;s.sibling===null;){if(s.return===null||s.return===a)break e;u===s&&(u=null),s=s.return}u===s&&(u=null),s.sibling.return=s.return,s=s.sibling}d&4&&(d=a.updateQueue,d!==null&&(u=d.retryQueue,u!==null&&(d.retryQueue=null,r0(a,u))));break;case 19:En(s,a),$n(a),d&4&&(d=a.updateQueue,d!==null&&(a.updateQueue=null,r0(a,d)));break;case 30:break;case 21:break;default:En(s,a),$n(a)}}function $n(a){var s=a.flags;if(s&2){try{for(var u,d=a.return;d!==null;){if(Q6(d)){u=d;break}d=d.return}if(u==null)throw Error(r(160));switch(u.tag){case 27:var y=u.stateNode,v=Od(a);n0(a,v,y);break;case 5:var T=u.stateNode;u.flags&32&&(Ul(T,""),u.flags&=-33);var N=Od(a);n0(a,N,T);break;case 3:case 4:var W=u.stateNode.containerInfo,ne=Od(a);yd(a,ne,W);break;default:throw Error(r(161))}}catch(ce){ot(a,a.return,ce)}a.flags&=-3}s&4096&&(a.flags&=-4097)}function _6(a){if(a.subtreeFlags&1024)for(a=a.child;a!==null;){var s=a;_6(s),s.tag===5&&s.flags&1024&&s.stateNode.reset(),a=a.sibling}}function Mi(a,s){if(s.subtreeFlags&8772)for(s=s.child;s!==null;)j6(a,s.alternate,s),s=s.sibling}function al(a){for(a=a.child;a!==null;){var s=a;switch(s.tag){case 0:case 11:case 14:case 15:oa(4,s,s.return),al(s);break;case 1:_r(s,s.return);var u=s.stateNode;typeof u.componentWillUnmount=="function"&&E6(s,s.return,u),al(s);break;case 27:Go(s.stateNode);case 26:case 5:_r(s,s.return),al(s);break;case 22:s.memoizedState===null&&al(s);break;case 30:al(s);break;default:al(s)}a=a.sibling}}function Ti(a,s,u){for(u=u&&(s.subtreeFlags&8772)!==0,s=s.child;s!==null;){var d=s.alternate,y=a,v=s,T=v.flags;switch(v.tag){case 0:case 11:case 15:Ti(y,v,u),Xo(4,v);break;case 1:if(Ti(y,v,u),d=v,y=d.stateNode,typeof y.componentDidMount=="function")try{y.componentDidMount()}catch(ne){ot(d,d.return,ne)}if(d=v,y=d.updateQueue,y!==null){var N=d.stateNode;try{var W=y.shared.hiddenCallbacks;if(W!==null)for(y.shared.hiddenCallbacks=null,y=0;y<W.length;y++)O8(W[y],N)}catch(ne){ot(d,d.return,ne)}}u&&T&64&&C6(v),zo(v,v.return);break;case 27:P6(v);case 26:case 5:Ti(y,v,u),u&&d===null&&T&4&&$6(v),zo(v,v.return);break;case 12:Ti(y,v,u);break;case 31:Ti(y,v,u),u&&T&4&&V6(y,v);break;case 13:Ti(y,v,u),u&&T&4&&L6(y,v);break;case 22:v.memoizedState===null&&Ti(y,v,u),zo(v,v.return);break;case 30:break;default:Ti(y,v,u)}s=s.sibling}}function bd(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&&Co(u))}function vd(a,s){a=null,s.alternate!==null&&(a=s.alternate.memoizedState.cache),s=s.memoizedState.cache,s!==a&&(s.refCount++,a!=null&&Co(a))}function kr(a,s,u,d){if(s.subtreeFlags&10256)for(s=s.child;s!==null;)X6(a,s,u,d),s=s.sibling}function X6(a,s,u,d){var y=s.flags;switch(s.tag){case 0:case 11:case 15:kr(a,s,u,d),y&2048&&Xo(9,s);break;case 1:kr(a,s,u,d);break;case 3:kr(a,s,u,d),y&2048&&(a=null,s.alternate!==null&&(a=s.alternate.memoizedState.cache),s=s.memoizedState.cache,s!==a&&(s.refCount++,a!=null&&Co(a)));break;case 12:if(y&2048){kr(a,s,u,d),a=s.stateNode;try{var v=s.memoizedProps,T=v.id,N=v.onPostCommit;typeof N=="function"&&N(T,s.alternate===null?"mount":"update",a.passiveEffectDuration,-0)}catch(W){ot(s,s.return,W)}}else kr(a,s,u,d);break;case 31:kr(a,s,u,d);break;case 13:kr(a,s,u,d);break;case 23:break;case 22:v=s.stateNode,T=s.alternate,s.memoizedState!==null?v._visibility&2?kr(a,s,u,d):Ho(a,s):v._visibility&2?kr(a,s,u,d):(v._visibility|=2,ms(a,s,u,d,(s.subtreeFlags&10256)!==0||!1)),y&2048&&bd(T,s);break;case 24:kr(a,s,u,d),y&2048&&vd(s.alternate,s);break;default:kr(a,s,u,d)}}function ms(a,s,u,d,y){for(y=y&&((s.subtreeFlags&10256)!==0||!1),s=s.child;s!==null;){var v=a,T=s,N=u,W=d,ne=T.flags;switch(T.tag){case 0:case 11:case 15:ms(v,T,N,W,y),Xo(8,T);break;case 23:break;case 22:var ce=T.stateNode;T.memoizedState!==null?ce._visibility&2?ms(v,T,N,W,y):Ho(v,T):(ce._visibility|=2,ms(v,T,N,W,y)),y&&ne&2048&&bd(T.alternate,T);break;case 24:ms(v,T,N,W,y),y&&ne&2048&&vd(T.alternate,T);break;default:ms(v,T,N,W,y)}s=s.sibling}}function Ho(a,s){if(s.subtreeFlags&10256)for(s=s.child;s!==null;){var u=a,d=s,y=d.flags;switch(d.tag){case 22:Ho(u,d),y&2048&&bd(d.alternate,d);break;case 24:Ho(u,d),y&2048&&vd(d.alternate,d);break;default:Ho(u,d)}s=s.sibling}}var Yo=8192;function ps(a,s,u){if(a.subtreeFlags&Yo)for(a=a.child;a!==null;)z6(a,s,u),a=a.sibling}function z6(a,s,u){switch(a.tag){case 26:ps(a,s,u),a.flags&Yo&&a.memoizedState!==null&&xM(u,Ar,a.memoizedState,a.memoizedProps);break;case 5:ps(a,s,u);break;case 3:case 4:var d=Ar;Ar=O0(a.stateNode.containerInfo),ps(a,s,u),Ar=d;break;case 22:a.memoizedState===null&&(d=a.alternate,d!==null&&d.memoizedState!==null?(d=Yo,Yo=16777216,ps(a,s,u),Yo=d):ps(a,s,u));break;default:ps(a,s,u)}}function H6(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 Bo(a){var s=a.deletions;if((a.flags&16)!==0){if(s!==null)for(var u=0;u<s.length;u++){var d=s[u];Wt=d,B6(d,a)}H6(a)}if(a.subtreeFlags&10256)for(a=a.child;a!==null;)Y6(a),a=a.sibling}function Y6(a){switch(a.tag){case 0:case 11:case 15:Bo(a),a.flags&2048&&oa(9,a,a.return);break;case 3:Bo(a);break;case 12:Bo(a);break;case 22:var s=a.stateNode;a.memoizedState!==null&&s._visibility&2&&(a.return===null||a.return.tag!==13)?(s._visibility&=-3,i0(a)):Bo(a);break;default:Bo(a)}}function i0(a){var s=a.deletions;if((a.flags&16)!==0){if(s!==null)for(var u=0;u<s.length;u++){var d=s[u];Wt=d,B6(d,a)}H6(a)}for(a=a.child;a!==null;){switch(s=a,s.tag){case 0:case 11:case 15:oa(8,s,s.return),i0(s);break;case 22:u=s.stateNode,u._visibility&2&&(u._visibility&=-3,i0(s));break;default:i0(s)}a=a.sibling}}function B6(a,s){for(;Wt!==null;){var u=Wt;switch(u.tag){case 0:case 11:case 15:oa(8,u,s);break;case 23:case 22:if(u.memoizedState!==null&&u.memoizedState.cachePool!==null){var d=u.memoizedState.cachePool.pool;d!=null&&d.refCount++}break;case 24:Co(u.memoizedState.cache)}if(d=u.child,d!==null)d.return=u,Wt=d;else e:for(u=a;Wt!==null;){d=Wt;var y=d.sibling,v=d.return;if(R6(d),d===u){Wt=null;break e}if(y!==null){y.return=v,Wt=y;break e}Wt=v}}}var jk={getCacheForType:function(a){var s=nn(Dt),u=s.data.get(a);return u===void 0&&(u=a(),s.data.set(a,u)),u},cacheSignal:function(){return nn(Dt).controller.signal}},Rk=typeof WeakMap=="function"?WeakMap:Map,rt=0,mt=null,Be=null,Ue=0,st=0,Bn=null,ca=!1,gs=!1,Sd=!1,Ci=0,Ct=0,ua=0,ll=0,wd=0,Fn=0,Os=0,Fo=null,Qn=null,Ad=!1,a0=0,F6=0,l0=1/0,s0=null,fa=null,Bt=0,ha=null,ys=null,Ei=0,kd=0,Md=null,q6=null,qo=0,Td=null;function qn(){return(rt&2)!==0&&Ue!==0?Ue&-Ue:R.T!==null?Zd():cO()}function U6(){if(Fn===0)if((Ue&536870912)===0||We){var a=vt;vt<<=1,(vt&3932160)===0&&(vt=262144),Fn=a}else Fn=536870912;return a=Hn.current,a!==null&&(a.flags|=32),Fn}function Pn(a,s,u){(a===mt&&(st===2||st===9)||a.cancelPendingCommit!==null)&&(xs(a,0),da(a,Ue,Fn,!1)),Wi(a,u),((rt&2)===0||a!==mt)&&(a===mt&&((rt&2)===0&&(ll|=u),Ct===4&&da(a,Ue,Fn,!1)),Xr(a))}function I6(a,s,u){if((rt&6)!==0)throw Error(r(327));var d=!u&&(s&127)===0&&(s&a.expiredLanes)===0||za(a,s),y=d?Lk(a,s):Ed(a,s,!0),v=d;do{if(y===0){gs&&!d&&da(a,s,0,!1);break}else{if(u=a.current.alternate,v&&!Nk(u)){y=Ed(a,s,!1),v=!1;continue}if(y===2){if(v=s,a.errorRecoveryDisabledLanes&v)var T=0;else T=a.pendingLanes&-536870913,T=T!==0?T:T&536870912?536870912:0;if(T!==0){s=T;e:{var N=a;y=Fo;var W=N.current.memoizedState.isDehydrated;if(W&&(xs(N,T).flags|=256),T=Ed(N,T,!1),T!==2){if(Sd&&!W){N.errorRecoveryDisabledLanes|=v,ll|=v,y=4;break e}v=Qn,Qn=y,v!==null&&(Qn===null?Qn=v:Qn.push.apply(Qn,v))}y=T}if(v=!1,y!==2)continue}}if(y===1){xs(a,0),da(a,s,0,!0);break}e:{switch(d=a,v=y,v){case 0:case 1:throw Error(r(345));case 4:if((s&4194048)!==s)break;case 6:da(d,s,Fn,!ca);break e;case 2:Qn=null;break;case 3:case 5:break;default:throw Error(r(329))}if((s&62914560)===s&&(y=a0+300-je(),10<y)){if(da(d,s,Fn,!ca),Ll(d,0,!0)!==0)break e;Ei=s,d.timeoutHandle=M4(W6.bind(null,d,u,Qn,s0,Ad,s,Fn,ll,Os,ca,v,"Throttled",-0,0),y);break e}W6(d,u,Qn,s0,Ad,s,Fn,ll,Os,ca,v,null,-0,0)}}break}while(!0);Xr(a)}function W6(a,s,u,d,y,v,T,N,W,ne,ce,fe,re,le){if(a.timeoutHandle=-1,fe=s.subtreeFlags,fe&8192||(fe&16785408)===16785408){fe={stylesheets:null,count:0,imgCount:0,imgBytes:0,suspenseyImages:[],waitingForImages:!0,waitingForViewTransition:!1,unsuspend:mi},z6(s,v,fe);var Se=(v&62914560)===v?a0-je():(v&4194048)===v?F6-je():0;if(Se=bM(fe,Se),Se!==null){Ei=v,a.cancelPendingCommit=Se(i4.bind(null,a,s,v,u,d,y,T,N,W,ce,fe,null,re,le)),da(a,v,T,!ne);return}}i4(a,s,v,u,d,y,T,N,W)}function Nk(a){for(var s=a;;){var u=s.tag;if((u===0||u===11||u===15)&&s.flags&16384&&(u=s.updateQueue,u!==null&&(u=u.stores,u!==null)))for(var d=0;d<u.length;d++){var y=u[d],v=y.getSnapshot;y=y.value;try{if(!Xn(v(),y))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 da(a,s,u,d){s&=~wd,s&=~ll,a.suspendedLanes|=s,a.pingedLanes&=~s,d&&(a.warmLanes|=s),d=a.expirationTimes;for(var y=s;0<y;){var v=31-Mt(y),T=1<<v;d[v]=-1,y&=~T}u!==0&&Ye(a,u,s)}function o0(){return(rt&6)===0?(Uo(0),!1):!0}function Cd(){if(Be!==null){if(st===0)var a=Be.return;else a=Be,yi=Ga=null,Yh(a),cs=null,$o=0,a=Be;for(;a!==null;)T6(a.alternate,a),a=a.return;Be=null}}function xs(a,s){var u=a.timeoutHandle;u!==-1&&(a.timeoutHandle=-1,nM(u)),u=a.cancelPendingCommit,u!==null&&(a.cancelPendingCommit=null,u()),Ei=0,Cd(),mt=a,Be=u=gi(a.current,null),Ue=s,st=0,Bn=null,ca=!1,gs=za(a,s),Sd=!1,Os=Fn=wd=ll=ua=Ct=0,Qn=Fo=null,Ad=!1,(s&8)!==0&&(s|=s&32);var d=a.entangledLanes;if(d!==0)for(a=a.entanglements,d&=s;0<d;){var y=31-Mt(d),v=1<<y;s|=a[y],d&=~v}return Ci=s,Eu(),u}function G6(a,s){Le=null,R.H=Lo,s===os||s===Vu?(s=d8(),st=3):s===Ph?(s=d8(),st=4):st=s===ld?8:s!==null&&typeof s=="object"&&typeof s.then=="function"?6:1,Bn=s,Be===null&&(Ct=1,Gu(a,sr(s,a.current)))}function K6(){var a=Hn.current;return a===null?!0:(Ue&4194048)===Ue?fr===null:(Ue&62914560)===Ue||(Ue&536870912)!==0?a===fr:!1}function J6(){var a=R.H;return R.H=Lo,a===null?Lo:a}function e4(){var a=R.A;return R.A=jk,a}function c0(){Ct=4,ca||(Ue&4194048)!==Ue&&Hn.current!==null||(gs=!0),(ua&134217727)===0&&(ll&134217727)===0||mt===null||da(mt,Ue,Fn,!1)}function Ed(a,s,u){var d=rt;rt|=2;var y=J6(),v=e4();(mt!==a||Ue!==s)&&(s0=null,xs(a,s)),s=!1;var T=Ct;e:do try{if(st!==0&&Be!==null){var N=Be,W=Bn;switch(st){case 8:Cd(),T=6;break e;case 3:case 2:case 9:case 6:Hn.current===null&&(s=!0);var ne=st;if(st=0,Bn=null,bs(a,N,W,ne),u&&gs){T=0;break e}break;default:ne=st,st=0,Bn=null,bs(a,N,W,ne)}}Vk(),T=Ct;break}catch(ce){G6(a,ce)}while(!0);return s&&a.shellSuspendCounter++,yi=Ga=null,rt=d,R.H=y,R.A=v,Be===null&&(mt=null,Ue=0,Eu()),T}function Vk(){for(;Be!==null;)t4(Be)}function Lk(a,s){var u=rt;rt|=2;var d=J6(),y=e4();mt!==a||Ue!==s?(s0=null,l0=je()+500,xs(a,s)):gs=za(a,s);e:do try{if(st!==0&&Be!==null){s=Be;var v=Bn;t:switch(st){case 1:st=0,Bn=null,bs(a,s,v,1);break;case 2:case 9:if(f8(v)){st=0,Bn=null,n4(s);break}s=function(){st!==2&&st!==9||mt!==a||(st=7),Xr(a)},v.then(s,s);break e;case 3:st=7;break e;case 4:st=5;break e;case 7:f8(v)?(st=0,Bn=null,n4(s)):(st=0,Bn=null,bs(a,s,v,7));break;case 5:var T=null;switch(Be.tag){case 26:T=Be.memoizedState;case 5:case 27:var N=Be;if(T?X4(T):N.stateNode.complete){st=0,Bn=null;var W=N.sibling;if(W!==null)Be=W;else{var ne=N.return;ne!==null?(Be=ne,u0(ne)):Be=null}break t}}st=0,Bn=null,bs(a,s,v,5);break;case 6:st=0,Bn=null,bs(a,s,v,6);break;case 8:Cd(),Ct=6;break e;default:throw Error(r(462))}}Dk();break}catch(ce){G6(a,ce)}while(!0);return yi=Ga=null,R.H=d,R.A=y,rt=u,Be!==null?0:(mt=null,Ue=0,Eu(),Ct)}function Dk(){for(;Be!==null&&!Pe();)t4(Be)}function t4(a){var s=k6(a.alternate,a,Ci);a.memoizedProps=a.pendingProps,s===null?u0(a):Be=s}function n4(a){var s=a,u=s.alternate;switch(s.tag){case 15:case 0:s=x6(u,s,s.pendingProps,s.type,void 0,Ue);break;case 11:s=x6(u,s,s.pendingProps,s.type.render,s.ref,Ue);break;case 5:Yh(s);default:T6(u,s),s=Be=e8(s,Ci),s=k6(u,s,Ci)}a.memoizedProps=a.pendingProps,s===null?u0(a):Be=s}function bs(a,s,u,d){yi=Ga=null,Yh(s),cs=null,$o=0;var y=s.return;try{if(Tk(a,y,s,u,Ue)){Ct=1,Gu(a,sr(u,a.current)),Be=null;return}}catch(v){if(y!==null)throw Be=y,v;Ct=1,Gu(a,sr(u,a.current)),Be=null;return}s.flags&32768?(We||d===1?a=!0:gs||(Ue&536870912)!==0?a=!1:(ca=a=!0,(d===2||d===9||d===3||d===6)&&(d=Hn.current,d!==null&&d.tag===13&&(d.flags|=16384))),r4(s,a)):u0(s)}function u0(a){var s=a;do{if((s.flags&32768)!==0){r4(s,ca);return}a=s.return;var u=$k(s.alternate,s,Ci);if(u!==null){Be=u;return}if(s=s.sibling,s!==null){Be=s;return}Be=s=a}while(s!==null);Ct===0&&(Ct=5)}function r4(a,s){do{var u=Qk(a.alternate,a);if(u!==null){u.flags&=32767,Be=u;return}if(u=a.return,u!==null&&(u.flags|=32768,u.subtreeFlags=0,u.deletions=null),!s&&(a=a.sibling,a!==null)){Be=a;return}Be=a=u}while(a!==null);Ct=6,Be=null}function i4(a,s,u,d,y,v,T,N,W){a.cancelPendingCommit=null;do f0();while(Bt!==0);if((rt&6)!==0)throw Error(r(327));if(s!==null){if(s===a.current)throw Error(r(177));if(v=s.lanes|s.childLanes,v|=Oh,Oe(a,u,v,T,N,W),a===mt&&(Be=mt=null,Ue=0),ys=s,ha=a,Ei=u,kd=v,Md=y,q6=d,(s.subtreeFlags&10256)!==0||(s.flags&10256)!==0?(a.callbackNode=null,a.callbackPriority=0,Hk(wn,function(){return c4(),null})):(a.callbackNode=null,a.callbackPriority=0),d=(s.flags&13878)!==0,(s.subtreeFlags&13878)!==0||d){d=R.T,R.T=null,y=F.p,F.p=2,T=rt,rt|=4;try{Pk(a,s,u)}finally{rt=T,F.p=y,R.T=d}}Bt=1,a4(),l4(),s4()}}function a4(){if(Bt===1){Bt=0;var a=ha,s=ys,u=(s.flags&13878)!==0;if((s.subtreeFlags&13878)!==0||u){u=R.T,R.T=null;var d=F.p;F.p=2;var y=rt;rt|=4;try{D6(s,a);var v=Xd,T=BO(a.containerInfo),N=v.focusedElem,W=v.selectionRange;if(T!==N&&N&&N.ownerDocument&&YO(N.ownerDocument.documentElement,N)){if(W!==null&&hh(N)){var ne=W.start,ce=W.end;if(ce===void 0&&(ce=ne),"selectionStart"in N)N.selectionStart=ne,N.selectionEnd=Math.min(ce,N.value.length);else{var fe=N.ownerDocument||document,re=fe&&fe.defaultView||window;if(re.getSelection){var le=re.getSelection(),Se=N.textContent.length,Qe=Math.min(W.start,Se),ft=W.end===void 0?Qe:Math.min(W.end,Se);!le.extend&&Qe>ft&&(T=ft,ft=Qe,Qe=T);var ee=HO(N,Qe),K=HO(N,ft);if(ee&&K&&(le.rangeCount!==1||le.anchorNode!==ee.node||le.anchorOffset!==ee.offset||le.focusNode!==K.node||le.focusOffset!==K.offset)){var te=fe.createRange();te.setStart(ee.node,ee.offset),le.removeAllRanges(),Qe>ft?(le.addRange(te),le.extend(K.node,K.offset)):(te.setEnd(K.node,K.offset),le.addRange(te))}}}}for(fe=[],le=N;le=le.parentNode;)le.nodeType===1&&fe.push({element:le,left:le.scrollLeft,top:le.scrollTop});for(typeof N.focus=="function"&&N.focus(),N=0;N<fe.length;N++){var ue=fe[N];ue.element.scrollLeft=ue.left,ue.element.scrollTop=ue.top}}w0=!!_d,Xd=_d=null}finally{rt=y,F.p=d,R.T=u}}a.current=s,Bt=2}}function l4(){if(Bt===2){Bt=0;var a=ha,s=ys,u=(s.flags&8772)!==0;if((s.subtreeFlags&8772)!==0||u){u=R.T,R.T=null;var d=F.p;F.p=2;var y=rt;rt|=4;try{j6(a,s.alternate,s)}finally{rt=y,F.p=d,R.T=u}}Bt=3}}function s4(){if(Bt===4||Bt===3){Bt=0,He();var a=ha,s=ys,u=Ei,d=q6;(s.subtreeFlags&10256)!==0||(s.flags&10256)!==0?Bt=5:(Bt=0,ys=ha=null,o4(a,a.pendingLanes));var y=a.pendingLanes;if(y===0&&(fa=null),Xl(u),s=s.stateNode,Lt&&typeof Lt.onCommitFiberRoot=="function")try{Lt.onCommitFiberRoot(nr,s,void 0,(s.current.flags&128)===128)}catch{}if(d!==null){s=R.T,y=F.p,F.p=2,R.T=null;try{for(var v=a.onRecoverableError,T=0;T<d.length;T++){var N=d[T];v(N.value,{componentStack:N.stack})}}finally{R.T=s,F.p=y}}(Ei&3)!==0&&f0(),Xr(a),y=a.pendingLanes,(u&261930)!==0&&(y&42)!==0?a===Td?qo++:(qo=0,Td=a):qo=0,Uo(0)}}function o4(a,s){(a.pooledCacheLanes&=s)===0&&(s=a.pooledCache,s!=null&&(a.pooledCache=null,Co(s)))}function f0(){return a4(),l4(),s4(),c4()}function c4(){if(Bt!==5)return!1;var a=ha,s=kd;kd=0;var u=Xl(Ei),d=R.T,y=F.p;try{F.p=32>u?32:u,R.T=null,u=Md,Md=null;var v=ha,T=Ei;if(Bt=0,ys=ha=null,Ei=0,(rt&6)!==0)throw Error(r(331));var N=rt;if(rt|=4,Y6(v.current),X6(v,v.current,T,u),rt=N,Uo(0,!1),Lt&&typeof Lt.onPostCommitFiberRoot=="function")try{Lt.onPostCommitFiberRoot(nr,v)}catch{}return!0}finally{F.p=y,R.T=d,o4(a,s)}}function u4(a,s,u){s=sr(u,s),s=ad(a.stateNode,s,2),a=aa(a,s,2),a!==null&&(Wi(a,2),Xr(a))}function ot(a,s,u){if(a.tag===3)u4(a,a,u);else for(;s!==null;){if(s.tag===3){u4(s,a,u);break}else if(s.tag===1){var d=s.stateNode;if(typeof s.type.getDerivedStateFromError=="function"||typeof d.componentDidCatch=="function"&&(fa===null||!fa.has(d))){a=sr(u,a),u=f6(2),d=aa(s,u,2),d!==null&&(h6(u,d,s,a),Wi(d,2),Xr(d));break}}s=s.return}}function $d(a,s,u){var d=a.pingCache;if(d===null){d=a.pingCache=new Rk;var y=new Set;d.set(s,y)}else y=d.get(s),y===void 0&&(y=new Set,d.set(s,y));y.has(u)||(Sd=!0,y.add(u),a=_k.bind(null,a,s,u),s.then(a,a))}function _k(a,s,u){var d=a.pingCache;d!==null&&d.delete(s),a.pingedLanes|=a.suspendedLanes&u,a.warmLanes&=~u,mt===a&&(Ue&u)===u&&(Ct===4||Ct===3&&(Ue&62914560)===Ue&&300>je()-a0?(rt&2)===0&&xs(a,0):wd|=u,Os===Ue&&(Os=0)),Xr(a)}function f4(a,s){s===0&&(s=Ha()),a=Ua(a,s),a!==null&&(Wi(a,s),Xr(a))}function Xk(a){var s=a.memoizedState,u=0;s!==null&&(u=s.retryLane),f4(a,u)}function zk(a,s){var u=0;switch(a.tag){case 31:case 13:var d=a.stateNode,y=a.memoizedState;y!==null&&(u=y.retryLane);break;case 19:d=a.stateNode;break;case 22:d=a.stateNode._retryCache;break;default:throw Error(r(314))}d!==null&&d.delete(s),f4(a,u)}function Hk(a,s){return Ce(a,s)}var h0=null,vs=null,Qd=!1,d0=!1,Pd=!1,ma=0;function Xr(a){a!==vs&&a.next===null&&(vs===null?h0=vs=a:vs=vs.next=a),d0=!0,Qd||(Qd=!0,Bk())}function Uo(a,s){if(!Pd&&d0){Pd=!0;do for(var u=!1,d=h0;d!==null;){if(a!==0){var y=d.pendingLanes;if(y===0)var v=0;else{var T=d.suspendedLanes,N=d.pingedLanes;v=(1<<31-Mt(42|a)+1)-1,v&=y&~(T&~N),v=v&201326741?v&201326741|1:v?v|2:0}v!==0&&(u=!0,p4(d,v))}else v=Ue,v=Ll(d,d===mt?v:0,d.cancelPendingCommit!==null||d.timeoutHandle!==-1),(v&3)===0||za(d,v)||(u=!0,p4(d,v));d=d.next}while(u);Pd=!1}}function Yk(){h4()}function h4(){d0=Qd=!1;var a=0;ma!==0&&tM()&&(a=ma);for(var s=je(),u=null,d=h0;d!==null;){var y=d.next,v=d4(d,s);v===0?(d.next=null,u===null?h0=y:u.next=y,y===null&&(vs=u)):(u=d,(a!==0||(v&3)!==0)&&(d0=!0)),d=y}Bt!==0&&Bt!==5||Uo(a),ma!==0&&(ma=0)}function d4(a,s){for(var u=a.suspendedLanes,d=a.pingedLanes,y=a.expirationTimes,v=a.pendingLanes&-62914561;0<v;){var T=31-Mt(v),N=1<<T,W=y[T];W===-1?((N&u)===0||(N&d)!==0)&&(y[T]=qf(N,s)):W<=s&&(a.expiredLanes|=N),v&=~N}if(s=mt,u=Ue,u=Ll(a,a===s?u:0,a.cancelPendingCommit!==null||a.timeoutHandle!==-1),d=a.callbackNode,u===0||a===s&&(st===2||st===9)||a.cancelPendingCommit!==null)return d!==null&&d!==null&&ze(d),a.callbackNode=null,a.callbackPriority=0;if((u&3)===0||za(a,u)){if(s=u&-u,s===a.callbackPriority)return s;switch(d!==null&&ze(d),Xl(u)){case 2:case 8:u=yt;break;case 32:u=wn;break;case 268435456:u=hi;break;default:u=wn}return d=m4.bind(null,a),u=Ce(u,d),a.callbackPriority=s,a.callbackNode=u,s}return d!==null&&d!==null&&ze(d),a.callbackPriority=2,a.callbackNode=null,2}function m4(a,s){if(Bt!==0&&Bt!==5)return a.callbackNode=null,a.callbackPriority=0,null;var u=a.callbackNode;if(f0()&&a.callbackNode!==u)return null;var d=Ue;return d=Ll(a,a===mt?d:0,a.cancelPendingCommit!==null||a.timeoutHandle!==-1),d===0?null:(I6(a,d,s),d4(a,je()),a.callbackNode!=null&&a.callbackNode===u?m4.bind(null,a):null)}function p4(a,s){if(f0())return null;I6(a,s,!0)}function Bk(){rM(function(){(rt&6)!==0?Ce(ht,Yk):h4()})}function Zd(){if(ma===0){var a=ls;a===0&&(a=xe,xe<<=1,(xe&261888)===0&&(xe=256)),ma=a}return ma}function g4(a){return a==null||typeof a=="symbol"||typeof a=="boolean"?null:typeof a=="function"?a:vu(""+a)}function O4(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 Fk(a,s,u,d,y){if(s==="submit"&&u&&u.stateNode===y){var v=g4((y[Mn]||null).action),T=d.submitter;T&&(s=(s=T[Mn]||null)?g4(s.formAction):T.getAttribute("formAction"),s!==null&&(v=s,T=null));var N=new ku("action","action",null,d,y);a.push({event:N,listeners:[{instance:null,listener:function(){if(d.defaultPrevented){if(ma!==0){var W=T?O4(y,T):new FormData(y);Jh(u,{pending:!0,data:W,method:y.method,action:v},null,W)}}else typeof v=="function"&&(N.preventDefault(),W=T?O4(y,T):new FormData(y),Jh(u,{pending:!0,data:W,method:y.method,action:v},v,W))},currentTarget:y}]})}}for(var jd=0;jd<gh.length;jd++){var Rd=gh[jd],qk=Rd.toLowerCase(),Uk=Rd[0].toUpperCase()+Rd.slice(1);wr(qk,"on"+Uk)}wr(UO,"onAnimationEnd"),wr(IO,"onAnimationIteration"),wr(WO,"onAnimationStart"),wr("dblclick","onDoubleClick"),wr("focusin","onFocus"),wr("focusout","onBlur"),wr(uk,"onTransitionRun"),wr(fk,"onTransitionStart"),wr(hk,"onTransitionCancel"),wr(GO,"onTransitionEnd"),Fl("onMouseEnter",["mouseout","mouseover"]),Fl("onMouseLeave",["mouseout","mouseover"]),Fl("onPointerEnter",["pointerout","pointerover"]),Fl("onPointerLeave",["pointerout","pointerover"]),Ya("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),Ya("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),Ya("onBeforeInput",["compositionend","keypress","textInput","paste"]),Ya("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),Ya("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),Ya("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Io="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(" "),Ik=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(Io));function y4(a,s){s=(s&4)!==0;for(var u=0;u<a.length;u++){var d=a[u],y=d.event;d=d.listeners;e:{var v=void 0;if(s)for(var T=d.length-1;0<=T;T--){var N=d[T],W=N.instance,ne=N.currentTarget;if(N=N.listener,W!==v&&y.isPropagationStopped())break e;v=N,y.currentTarget=ne;try{v(y)}catch(ce){Cu(ce)}y.currentTarget=null,v=W}else for(T=0;T<d.length;T++){if(N=d[T],W=N.instance,ne=N.currentTarget,N=N.listener,W!==v&&y.isPropagationStopped())break e;v=N,y.currentTarget=ne;try{v(y)}catch(ce){Cu(ce)}y.currentTarget=null,v=W}}}}function Fe(a,s){var u=s[Uf];u===void 0&&(u=s[Uf]=new Set);var d=a+"__bubble";u.has(d)||(x4(s,a,2,!1),u.add(d))}function Nd(a,s,u){var d=0;s&&(d|=4),x4(u,a,d,s)}var m0="_reactListening"+Math.random().toString(36).slice(2);function Vd(a){if(!a[m0]){a[m0]=!0,hO.forEach(function(u){u!=="selectionchange"&&(Ik.has(u)||Nd(u,!1,a),Nd(u,!0,a))});var s=a.nodeType===9?a:a.ownerDocument;s===null||s[m0]||(s[m0]=!0,Nd("selectionchange",!1,s))}}function x4(a,s,u,d){switch(U4(s)){case 2:var y=wM;break;case 8:y=AM;break;default:y=Kd}u=y.bind(null,s,u,a),y=void 0,!rh||s!=="touchstart"&&s!=="touchmove"&&s!=="wheel"||(y=!0),d?y!==void 0?a.addEventListener(s,u,{capture:!0,passive:y}):a.addEventListener(s,u,!0):y!==void 0?a.addEventListener(s,u,{passive:y}):a.addEventListener(s,u,!1)}function Ld(a,s,u,d,y){var v=d;if((s&1)===0&&(s&2)===0&&d!==null)e:for(;;){if(d===null)return;var T=d.tag;if(T===3||T===4){var N=d.stateNode.containerInfo;if(N===y)break;if(T===4)for(T=d.return;T!==null;){var W=T.tag;if((W===3||W===4)&&T.stateNode.containerInfo===y)return;T=T.return}for(;N!==null;){if(T=Hl(N),T===null)return;if(W=T.tag,W===5||W===6||W===26||W===27){d=v=T;continue e}N=N.parentNode}}d=d.return}AO(function(){var ne=v,ce=th(u),fe=[];e:{var re=KO.get(a);if(re!==void 0){var le=ku,Se=a;switch(a){case"keypress":if(wu(u)===0)break e;case"keydown":case"keyup":le=zA;break;case"focusin":Se="focus",le=sh;break;case"focusout":Se="blur",le=sh;break;case"beforeblur":case"afterblur":le=sh;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":le=TO;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":le=$A;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":le=BA;break;case UO:case IO:case WO:le=ZA;break;case GO:le=qA;break;case"scroll":case"scrollend":le=CA;break;case"wheel":le=IA;break;case"copy":case"cut":case"paste":le=RA;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":le=EO;break;case"toggle":case"beforetoggle":le=GA}var Qe=(s&4)!==0,ft=!Qe&&(a==="scroll"||a==="scrollend"),ee=Qe?re!==null?re+"Capture":null:re;Qe=[];for(var K=ne,te;K!==null;){var ue=K;if(te=ue.stateNode,ue=ue.tag,ue!==5&&ue!==26&&ue!==27||te===null||ee===null||(ue=Oo(K,ee),ue!=null&&Qe.push(Wo(K,ue,te))),ft)break;K=K.return}0<Qe.length&&(re=new le(re,Se,null,u,ce),fe.push({event:re,listeners:Qe}))}}if((s&7)===0){e:{if(re=a==="mouseover"||a==="pointerover",le=a==="mouseout"||a==="pointerout",re&&u!==eh&&(Se=u.relatedTarget||u.fromElement)&&(Hl(Se)||Se[zl]))break e;if((le||re)&&(re=ce.window===ce?ce:(re=ce.ownerDocument)?re.defaultView||re.parentWindow:window,le?(Se=u.relatedTarget||u.toElement,le=ne,Se=Se?Hl(Se):null,Se!==null&&(ft=l(Se),Qe=Se.tag,Se!==ft||Qe!==5&&Qe!==27&&Qe!==6)&&(Se=null)):(le=null,Se=ne),le!==Se)){if(Qe=TO,ue="onMouseLeave",ee="onMouseEnter",K="mouse",(a==="pointerout"||a==="pointerover")&&(Qe=EO,ue="onPointerLeave",ee="onPointerEnter",K="pointer"),ft=le==null?re:go(le),te=Se==null?re:go(Se),re=new Qe(ue,K+"leave",le,u,ce),re.target=ft,re.relatedTarget=te,ue=null,Hl(ce)===ne&&(Qe=new Qe(ee,K+"enter",Se,u,ce),Qe.target=te,Qe.relatedTarget=ft,ue=Qe),ft=ue,le&&Se)t:{for(Qe=Wk,ee=le,K=Se,te=0,ue=ee;ue;ue=Qe(ue))te++;ue=0;for(var Ee=K;Ee;Ee=Qe(Ee))ue++;for(;0<te-ue;)ee=Qe(ee),te--;for(;0<ue-te;)K=Qe(K),ue--;for(;te--;){if(ee===K||K!==null&&ee===K.alternate){Qe=ee;break t}ee=Qe(ee),K=Qe(K)}Qe=null}else Qe=null;le!==null&&b4(fe,re,le,Qe,!1),Se!==null&&ft!==null&&b4(fe,ft,Se,Qe,!0)}}e:{if(re=ne?go(ne):window,le=re.nodeName&&re.nodeName.toLowerCase(),le==="select"||le==="input"&&re.type==="file")var tt=VO;else if(RO(re))if(LO)tt=sk;else{tt=ak;var Me=ik}else le=re.nodeName,!le||le.toLowerCase()!=="input"||re.type!=="checkbox"&&re.type!=="radio"?ne&&Jf(ne.elementType)&&(tt=VO):tt=lk;if(tt&&(tt=tt(a,ne))){NO(fe,tt,u,ce);break e}Me&&Me(a,re,ne),a==="focusout"&&ne&&re.type==="number"&&ne.memoizedProps.value!=null&&Kf(re,"number",re.value)}switch(Me=ne?go(ne):window,a){case"focusin":(RO(Me)||Me.contentEditable==="true")&&(Kl=Me,dh=ne,ko=null);break;case"focusout":ko=dh=Kl=null;break;case"mousedown":mh=!0;break;case"contextmenu":case"mouseup":case"dragend":mh=!1,FO(fe,u,ce);break;case"selectionchange":if(ck)break;case"keydown":case"keyup":FO(fe,u,ce)}var _e;if(ch)e:{switch(a){case"compositionstart":var Ie="onCompositionStart";break e;case"compositionend":Ie="onCompositionEnd";break e;case"compositionupdate":Ie="onCompositionUpdate";break e}Ie=void 0}else Gl?ZO(a,u)&&(Ie="onCompositionEnd"):a==="keydown"&&u.keyCode===229&&(Ie="onCompositionStart");Ie&&($O&&u.locale!=="ko"&&(Gl||Ie!=="onCompositionStart"?Ie==="onCompositionEnd"&&Gl&&(_e=kO()):(Ki=ce,ih="value"in Ki?Ki.value:Ki.textContent,Gl=!0)),Me=p0(ne,Ie),0<Me.length&&(Ie=new CO(Ie,a,null,u,ce),fe.push({event:Ie,listeners:Me}),_e?Ie.data=_e:(_e=jO(u),_e!==null&&(Ie.data=_e)))),(_e=JA?ek(a,u):tk(a,u))&&(Ie=p0(ne,"onBeforeInput"),0<Ie.length&&(Me=new CO("onBeforeInput","beforeinput",null,u,ce),fe.push({event:Me,listeners:Ie}),Me.data=_e)),Fk(fe,a,ne,u,ce)}y4(fe,s)})}function Wo(a,s,u){return{instance:a,listener:s,currentTarget:u}}function p0(a,s){for(var u=s+"Capture",d=[];a!==null;){var y=a,v=y.stateNode;if(y=y.tag,y!==5&&y!==26&&y!==27||v===null||(y=Oo(a,u),y!=null&&d.unshift(Wo(a,y,v)),y=Oo(a,s),y!=null&&d.push(Wo(a,y,v))),a.tag===3)return d;a=a.return}return[]}function Wk(a){if(a===null)return null;do a=a.return;while(a&&a.tag!==5&&a.tag!==27);return a||null}function b4(a,s,u,d,y){for(var v=s._reactName,T=[];u!==null&&u!==d;){var N=u,W=N.alternate,ne=N.stateNode;if(N=N.tag,W!==null&&W===d)break;N!==5&&N!==26&&N!==27||ne===null||(W=ne,y?(ne=Oo(u,v),ne!=null&&T.unshift(Wo(u,ne,W))):y||(ne=Oo(u,v),ne!=null&&T.push(Wo(u,ne,W)))),u=u.return}T.length!==0&&a.push({event:s,listeners:T})}var Gk=/\r\n?/g,Kk=/\u0000|\uFFFD/g;function v4(a){return(typeof a=="string"?a:""+a).replace(Gk,`
49
+ `).replace(Kk,"")}function S4(a,s){return s=v4(s),v4(a)===s}function ut(a,s,u,d,y,v){switch(u){case"children":typeof d=="string"?s==="body"||s==="textarea"&&d===""||Ul(a,d):(typeof d=="number"||typeof d=="bigint")&&s!=="body"&&Ul(a,""+d);break;case"className":xu(a,"class",d);break;case"tabIndex":xu(a,"tabindex",d);break;case"dir":case"role":case"viewBox":case"width":case"height":xu(a,u,d);break;case"style":SO(a,d,v);break;case"data":if(s!=="object"){xu(a,"data",d);break}case"src":case"href":if(d===""&&(s!=="a"||u!=="href")){a.removeAttribute(u);break}if(d==null||typeof d=="function"||typeof d=="symbol"||typeof d=="boolean"){a.removeAttribute(u);break}d=vu(""+d),a.setAttribute(u,d);break;case"action":case"formAction":if(typeof d=="function"){a.setAttribute(u,"javascript:throw new Error('A React form was unexpectedly submitted. If you called form.submit() manually, consider using form.requestSubmit() instead. If you\\'re trying to use event.stopPropagation() in a submit event handler, consider also calling event.preventDefault().')");break}else typeof v=="function"&&(u==="formAction"?(s!=="input"&&ut(a,s,"name",y.name,y,null),ut(a,s,"formEncType",y.formEncType,y,null),ut(a,s,"formMethod",y.formMethod,y,null),ut(a,s,"formTarget",y.formTarget,y,null)):(ut(a,s,"encType",y.encType,y,null),ut(a,s,"method",y.method,y,null),ut(a,s,"target",y.target,y,null)));if(d==null||typeof d=="symbol"||typeof d=="boolean"){a.removeAttribute(u);break}d=vu(""+d),a.setAttribute(u,d);break;case"onClick":d!=null&&(a.onclick=mi);break;case"onScroll":d!=null&&Fe("scroll",a);break;case"onScrollEnd":d!=null&&Fe("scrollend",a);break;case"dangerouslySetInnerHTML":if(d!=null){if(typeof d!="object"||!("__html"in d))throw Error(r(61));if(u=d.__html,u!=null){if(y.children!=null)throw Error(r(60));a.innerHTML=u}}break;case"multiple":a.multiple=d&&typeof d!="function"&&typeof d!="symbol";break;case"muted":a.muted=d&&typeof d!="function"&&typeof d!="symbol";break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":break;case"autoFocus":break;case"xlinkHref":if(d==null||typeof d=="function"||typeof d=="boolean"||typeof d=="symbol"){a.removeAttribute("xlink:href");break}u=vu(""+d),a.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",u);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":d!=null&&typeof d!="function"&&typeof d!="symbol"?a.setAttribute(u,""+d):a.removeAttribute(u);break;case"inert":case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":d&&typeof d!="function"&&typeof d!="symbol"?a.setAttribute(u,""):a.removeAttribute(u);break;case"capture":case"download":d===!0?a.setAttribute(u,""):d!==!1&&d!=null&&typeof d!="function"&&typeof d!="symbol"?a.setAttribute(u,d):a.removeAttribute(u);break;case"cols":case"rows":case"size":case"span":d!=null&&typeof d!="function"&&typeof d!="symbol"&&!isNaN(d)&&1<=d?a.setAttribute(u,d):a.removeAttribute(u);break;case"rowSpan":case"start":d==null||typeof d=="function"||typeof d=="symbol"||isNaN(d)?a.removeAttribute(u):a.setAttribute(u,d);break;case"popover":Fe("beforetoggle",a),Fe("toggle",a),yu(a,"popover",d);break;case"xlinkActuate":di(a,"http://www.w3.org/1999/xlink","xlink:actuate",d);break;case"xlinkArcrole":di(a,"http://www.w3.org/1999/xlink","xlink:arcrole",d);break;case"xlinkRole":di(a,"http://www.w3.org/1999/xlink","xlink:role",d);break;case"xlinkShow":di(a,"http://www.w3.org/1999/xlink","xlink:show",d);break;case"xlinkTitle":di(a,"http://www.w3.org/1999/xlink","xlink:title",d);break;case"xlinkType":di(a,"http://www.w3.org/1999/xlink","xlink:type",d);break;case"xmlBase":di(a,"http://www.w3.org/XML/1998/namespace","xml:base",d);break;case"xmlLang":di(a,"http://www.w3.org/XML/1998/namespace","xml:lang",d);break;case"xmlSpace":di(a,"http://www.w3.org/XML/1998/namespace","xml:space",d);break;case"is":yu(a,"is",d);break;case"innerText":case"textContent":break;default:(!(2<u.length)||u[0]!=="o"&&u[0]!=="O"||u[1]!=="n"&&u[1]!=="N")&&(u=MA.get(u)||u,yu(a,u,d))}}function Dd(a,s,u,d,y,v){switch(u){case"style":SO(a,d,v);break;case"dangerouslySetInnerHTML":if(d!=null){if(typeof d!="object"||!("__html"in d))throw Error(r(61));if(u=d.__html,u!=null){if(y.children!=null)throw Error(r(60));a.innerHTML=u}}break;case"children":typeof d=="string"?Ul(a,d):(typeof d=="number"||typeof d=="bigint")&&Ul(a,""+d);break;case"onScroll":d!=null&&Fe("scroll",a);break;case"onScrollEnd":d!=null&&Fe("scrollend",a);break;case"onClick":d!=null&&(a.onclick=mi);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(!dO.hasOwnProperty(u))e:{if(u[0]==="o"&&u[1]==="n"&&(y=u.endsWith("Capture"),s=u.slice(2,y?u.length-7:void 0),v=a[Mn]||null,v=v!=null?v[u]:null,typeof v=="function"&&a.removeEventListener(s,v,y),typeof d=="function")){typeof v!="function"&&v!==null&&(u in a?a[u]=null:a.hasAttribute(u)&&a.removeAttribute(u)),a.addEventListener(s,d,y);break e}u in a?a[u]=d:d===!0?a.setAttribute(u,""):yu(a,u,d)}}}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":Fe("error",a),Fe("load",a);var d=!1,y=!1,v;for(v in u)if(u.hasOwnProperty(v)){var T=u[v];if(T!=null)switch(v){case"src":d=!0;break;case"srcSet":y=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(r(137,s));default:ut(a,s,v,T,u,null)}}y&&ut(a,s,"srcSet",u.srcSet,u,null),d&&ut(a,s,"src",u.src,u,null);return;case"input":Fe("invalid",a);var N=v=T=y=null,W=null,ne=null;for(d in u)if(u.hasOwnProperty(d)){var ce=u[d];if(ce!=null)switch(d){case"name":y=ce;break;case"type":T=ce;break;case"checked":W=ce;break;case"defaultChecked":ne=ce;break;case"value":v=ce;break;case"defaultValue":N=ce;break;case"children":case"dangerouslySetInnerHTML":if(ce!=null)throw Error(r(137,s));break;default:ut(a,s,d,ce,u,null)}}yO(a,v,N,W,ne,T,y,!1);return;case"select":Fe("invalid",a),d=T=v=null;for(y in u)if(u.hasOwnProperty(y)&&(N=u[y],N!=null))switch(y){case"value":v=N;break;case"defaultValue":T=N;break;case"multiple":d=N;default:ut(a,s,y,N,u,null)}s=v,u=T,a.multiple=!!d,s!=null?ql(a,!!d,s,!1):u!=null&&ql(a,!!d,u,!0);return;case"textarea":Fe("invalid",a),v=y=d=null;for(T in u)if(u.hasOwnProperty(T)&&(N=u[T],N!=null))switch(T){case"value":d=N;break;case"defaultValue":y=N;break;case"children":v=N;break;case"dangerouslySetInnerHTML":if(N!=null)throw Error(r(91));break;default:ut(a,s,T,N,u,null)}bO(a,d,y,v);return;case"option":for(W in u)if(u.hasOwnProperty(W)&&(d=u[W],d!=null))switch(W){case"selected":a.selected=d&&typeof d!="function"&&typeof d!="symbol";break;default:ut(a,s,W,d,u,null)}return;case"dialog":Fe("beforetoggle",a),Fe("toggle",a),Fe("cancel",a),Fe("close",a);break;case"iframe":case"object":Fe("load",a);break;case"video":case"audio":for(d=0;d<Io.length;d++)Fe(Io[d],a);break;case"image":Fe("error",a),Fe("load",a);break;case"details":Fe("toggle",a);break;case"embed":case"source":case"link":Fe("error",a),Fe("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(ne in u)if(u.hasOwnProperty(ne)&&(d=u[ne],d!=null))switch(ne){case"children":case"dangerouslySetInnerHTML":throw Error(r(137,s));default:ut(a,s,ne,d,u,null)}return;default:if(Jf(s)){for(ce in u)u.hasOwnProperty(ce)&&(d=u[ce],d!==void 0&&Dd(a,s,ce,d,u,void 0));return}}for(N in u)u.hasOwnProperty(N)&&(d=u[N],d!=null&&ut(a,s,N,d,u,null))}function Jk(a,s,u,d){switch(s){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var y=null,v=null,T=null,N=null,W=null,ne=null,ce=null;for(le in u){var fe=u[le];if(u.hasOwnProperty(le)&&fe!=null)switch(le){case"checked":break;case"value":break;case"defaultValue":W=fe;default:d.hasOwnProperty(le)||ut(a,s,le,null,d,fe)}}for(var re in d){var le=d[re];if(fe=u[re],d.hasOwnProperty(re)&&(le!=null||fe!=null))switch(re){case"type":v=le;break;case"name":y=le;break;case"checked":ne=le;break;case"defaultChecked":ce=le;break;case"value":T=le;break;case"defaultValue":N=le;break;case"children":case"dangerouslySetInnerHTML":if(le!=null)throw Error(r(137,s));break;default:le!==fe&&ut(a,s,re,le,d,fe)}}Gf(a,T,N,W,ne,ce,v,y);return;case"select":le=T=N=re=null;for(v in u)if(W=u[v],u.hasOwnProperty(v)&&W!=null)switch(v){case"value":break;case"multiple":le=W;default:d.hasOwnProperty(v)||ut(a,s,v,null,d,W)}for(y in d)if(v=d[y],W=u[y],d.hasOwnProperty(y)&&(v!=null||W!=null))switch(y){case"value":re=v;break;case"defaultValue":N=v;break;case"multiple":T=v;default:v!==W&&ut(a,s,y,v,d,W)}s=N,u=T,d=le,re!=null?ql(a,!!u,re,!1):!!d!=!!u&&(s!=null?ql(a,!!u,s,!0):ql(a,!!u,u?[]:"",!1));return;case"textarea":le=re=null;for(N in u)if(y=u[N],u.hasOwnProperty(N)&&y!=null&&!d.hasOwnProperty(N))switch(N){case"value":break;case"children":break;default:ut(a,s,N,null,d,y)}for(T in d)if(y=d[T],v=u[T],d.hasOwnProperty(T)&&(y!=null||v!=null))switch(T){case"value":re=y;break;case"defaultValue":le=y;break;case"children":break;case"dangerouslySetInnerHTML":if(y!=null)throw Error(r(91));break;default:y!==v&&ut(a,s,T,y,d,v)}xO(a,re,le);return;case"option":for(var Se in u)if(re=u[Se],u.hasOwnProperty(Se)&&re!=null&&!d.hasOwnProperty(Se))switch(Se){case"selected":a.selected=!1;break;default:ut(a,s,Se,null,d,re)}for(W in d)if(re=d[W],le=u[W],d.hasOwnProperty(W)&&re!==le&&(re!=null||le!=null))switch(W){case"selected":a.selected=re&&typeof re!="function"&&typeof re!="symbol";break;default:ut(a,s,W,re,d,le)}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 Qe in u)re=u[Qe],u.hasOwnProperty(Qe)&&re!=null&&!d.hasOwnProperty(Qe)&&ut(a,s,Qe,null,d,re);for(ne in d)if(re=d[ne],le=u[ne],d.hasOwnProperty(ne)&&re!==le&&(re!=null||le!=null))switch(ne){case"children":case"dangerouslySetInnerHTML":if(re!=null)throw Error(r(137,s));break;default:ut(a,s,ne,re,d,le)}return;default:if(Jf(s)){for(var ft in u)re=u[ft],u.hasOwnProperty(ft)&&re!==void 0&&!d.hasOwnProperty(ft)&&Dd(a,s,ft,void 0,d,re);for(ce in d)re=d[ce],le=u[ce],!d.hasOwnProperty(ce)||re===le||re===void 0&&le===void 0||Dd(a,s,ce,re,d,le);return}}for(var ee in u)re=u[ee],u.hasOwnProperty(ee)&&re!=null&&!d.hasOwnProperty(ee)&&ut(a,s,ee,null,d,re);for(fe in d)re=d[fe],le=u[fe],!d.hasOwnProperty(fe)||re===le||re==null&&le==null||ut(a,s,fe,re,d,le)}function w4(a){switch(a){case"css":case"script":case"font":case"img":case"image":case"input":case"link":return!0;default:return!1}}function eM(){if(typeof performance.getEntriesByType=="function"){for(var a=0,s=0,u=performance.getEntriesByType("resource"),d=0;d<u.length;d++){var y=u[d],v=y.transferSize,T=y.initiatorType,N=y.duration;if(v&&N&&w4(T)){for(T=0,N=y.responseEnd,d+=1;d<u.length;d++){var W=u[d],ne=W.startTime;if(ne>N)break;var ce=W.transferSize,fe=W.initiatorType;ce&&w4(fe)&&(W=W.responseEnd,T+=ce*(W<N?1:(N-ne)/(W-ne)))}if(--d,s+=8*(v+T)/(y.duration/1e3),a++,10<a)break}}if(0<a)return s/a/1e6}return navigator.connection&&(a=navigator.connection.downlink,typeof a=="number")?a:5}var _d=null,Xd=null;function g0(a){return a.nodeType===9?a:a.ownerDocument}function A4(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 k4(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 zd(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 Hd=null;function tM(){var a=window.event;return a&&a.type==="popstate"?a===Hd?!1:(Hd=a,!0):(Hd=null,!1)}var M4=typeof setTimeout=="function"?setTimeout:void 0,nM=typeof clearTimeout=="function"?clearTimeout:void 0,T4=typeof Promise=="function"?Promise:void 0,rM=typeof queueMicrotask=="function"?queueMicrotask:typeof T4<"u"?function(a){return T4.resolve(null).then(a).catch(iM)}:M4;function iM(a){setTimeout(function(){throw a})}function pa(a){return a==="head"}function C4(a,s){var u=s,d=0;do{var y=u.nextSibling;if(a.removeChild(u),y&&y.nodeType===8)if(u=y.data,u==="/$"||u==="/&"){if(d===0){a.removeChild(y),ks(s);return}d--}else if(u==="$"||u==="$?"||u==="$~"||u==="$!"||u==="&")d++;else if(u==="html")Go(a.ownerDocument.documentElement);else if(u==="head"){u=a.ownerDocument.head,Go(u);for(var v=u.firstChild;v;){var T=v.nextSibling,N=v.nodeName;v[po]||N==="SCRIPT"||N==="STYLE"||N==="LINK"&&v.rel.toLowerCase()==="stylesheet"||u.removeChild(v),v=T}}else u==="body"&&Go(a.ownerDocument.body);u=y}while(u);ks(s)}function E4(a,s){var u=a;a=0;do{var d=u.nextSibling;if(u.nodeType===1?s?(u._stashedDisplay=u.style.display,u.style.display="none"):(u.style.display=u._stashedDisplay||"",u.getAttribute("style")===""&&u.removeAttribute("style")):u.nodeType===3&&(s?(u._stashedText=u.nodeValue,u.nodeValue=""):u.nodeValue=u._stashedText||""),d&&d.nodeType===8)if(u=d.data,u==="/$"){if(a===0)break;a--}else u!=="$"&&u!=="$?"&&u!=="$~"&&u!=="$!"||a++;u=d}while(u)}function Yd(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":Yd(u),If(u);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(u.rel.toLowerCase()==="stylesheet")continue}a.removeChild(u)}}function aM(a,s,u,d){for(;a.nodeType===1;){var y=u;if(a.nodeName.toLowerCase()!==s.toLowerCase()){if(!d&&(a.nodeName!=="INPUT"||a.type!=="hidden"))break}else if(d){if(!a[po])switch(s){case"meta":if(!a.hasAttribute("itemprop"))break;return a;case"link":if(v=a.getAttribute("rel"),v==="stylesheet"&&a.hasAttribute("data-precedence"))break;if(v!==y.rel||a.getAttribute("href")!==(y.href==null||y.href===""?null:y.href)||a.getAttribute("crossorigin")!==(y.crossOrigin==null?null:y.crossOrigin)||a.getAttribute("title")!==(y.title==null?null:y.title))break;return a;case"style":if(a.hasAttribute("data-precedence"))break;return a;case"script":if(v=a.getAttribute("src"),(v!==(y.src==null?null:y.src)||a.getAttribute("type")!==(y.type==null?null:y.type)||a.getAttribute("crossorigin")!==(y.crossOrigin==null?null:y.crossOrigin))&&v&&a.hasAttribute("async")&&!a.hasAttribute("itemprop"))break;return a;default:return a}}else if(s==="input"&&a.type==="hidden"){var v=y.name==null?null:""+y.name;if(y.type==="hidden"&&a.getAttribute("name")===v)return a}else return a;if(a=hr(a.nextSibling),a===null)break}return null}function lM(a,s,u){if(s==="")return null;for(;a.nodeType!==3;)if((a.nodeType!==1||a.nodeName!=="INPUT"||a.type!=="hidden")&&!u||(a=hr(a.nextSibling),a===null))return null;return a}function $4(a,s){for(;a.nodeType!==8;)if((a.nodeType!==1||a.nodeName!=="INPUT"||a.type!=="hidden")&&!s||(a=hr(a.nextSibling),a===null))return null;return a}function Bd(a){return a.data==="$?"||a.data==="$~"}function Fd(a){return a.data==="$!"||a.data==="$?"&&a.ownerDocument.readyState!=="loading"}function sM(a,s){var u=a.ownerDocument;if(a.data==="$~")a._reactRetry=s;else if(a.data!=="$?"||u.readyState!=="loading")s();else{var d=function(){s(),u.removeEventListener("DOMContentLoaded",d)};u.addEventListener("DOMContentLoaded",d),a._reactRetry=d}}function hr(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 qd=null;function Q4(a){a=a.nextSibling;for(var s=0;a;){if(a.nodeType===8){var u=a.data;if(u==="/$"||u==="/&"){if(s===0)return hr(a.nextSibling);s--}else u!=="$"&&u!=="$!"&&u!=="$?"&&u!=="$~"&&u!=="&"||s++}a=a.nextSibling}return null}function P4(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 Z4(a,s,u){switch(s=g0(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 Go(a){for(var s=a.attributes;s.length;)a.removeAttributeNode(s[0]);If(a)}var dr=new Map,j4=new Set;function O0(a){return typeof a.getRootNode=="function"?a.getRootNode():a.nodeType===9?a:a.ownerDocument}var $i=F.d;F.d={f:oM,r:cM,D:uM,C:fM,L:hM,m:dM,X:pM,S:mM,M:gM};function oM(){var a=$i.f(),s=o0();return a||s}function cM(a){var s=Yl(a);s!==null&&s.tag===5&&s.type==="form"?G8(s):$i.r(a)}var Ss=typeof document>"u"?null:document;function R4(a,s,u){var d=Ss;if(d&&typeof s=="string"&&s){var y=ar(s);y='link[rel="'+a+'"][href="'+y+'"]',typeof u=="string"&&(y+='[crossorigin="'+u+'"]'),j4.has(y)||(j4.add(y),a={rel:a,crossOrigin:u,href:s},d.querySelector(y)===null&&(s=d.createElement("link"),an(s,"link",a),It(s),d.head.appendChild(s)))}}function uM(a){$i.D(a),R4("dns-prefetch",a,null)}function fM(a,s){$i.C(a,s),R4("preconnect",a,s)}function hM(a,s,u){$i.L(a,s,u);var d=Ss;if(d&&a&&s){var y='link[rel="preload"][as="'+ar(s)+'"]';s==="image"&&u&&u.imageSrcSet?(y+='[imagesrcset="'+ar(u.imageSrcSet)+'"]',typeof u.imageSizes=="string"&&(y+='[imagesizes="'+ar(u.imageSizes)+'"]')):y+='[href="'+ar(a)+'"]';var v=y;switch(s){case"style":v=ws(a);break;case"script":v=As(a)}dr.has(v)||(a=g({rel:"preload",href:s==="image"&&u&&u.imageSrcSet?void 0:a,as:s},u),dr.set(v,a),d.querySelector(y)!==null||s==="style"&&d.querySelector(Ko(v))||s==="script"&&d.querySelector(Jo(v))||(s=d.createElement("link"),an(s,"link",a),It(s),d.head.appendChild(s)))}}function dM(a,s){$i.m(a,s);var u=Ss;if(u&&a){var d=s&&typeof s.as=="string"?s.as:"script",y='link[rel="modulepreload"][as="'+ar(d)+'"][href="'+ar(a)+'"]',v=y;switch(d){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":v=As(a)}if(!dr.has(v)&&(a=g({rel:"modulepreload",href:a},s),dr.set(v,a),u.querySelector(y)===null)){switch(d){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(u.querySelector(Jo(v)))return}d=u.createElement("link"),an(d,"link",a),It(d),u.head.appendChild(d)}}}function mM(a,s,u){$i.S(a,s,u);var d=Ss;if(d&&a){var y=Bl(d).hoistableStyles,v=ws(a);s=s||"default";var T=y.get(v);if(!T){var N={loading:0,preload:null};if(T=d.querySelector(Ko(v)))N.loading=5;else{a=g({rel:"stylesheet",href:a,"data-precedence":s},u),(u=dr.get(v))&&Ud(a,u);var W=T=d.createElement("link");It(W),an(W,"link",a),W._p=new Promise(function(ne,ce){W.onload=ne,W.onerror=ce}),W.addEventListener("load",function(){N.loading|=1}),W.addEventListener("error",function(){N.loading|=2}),N.loading|=4,y0(T,s,d)}T={type:"stylesheet",instance:T,count:1,state:N},y.set(v,T)}}}function pM(a,s){$i.X(a,s);var u=Ss;if(u&&a){var d=Bl(u).hoistableScripts,y=As(a),v=d.get(y);v||(v=u.querySelector(Jo(y)),v||(a=g({src:a,async:!0},s),(s=dr.get(y))&&Id(a,s),v=u.createElement("script"),It(v),an(v,"link",a),u.head.appendChild(v)),v={type:"script",instance:v,count:1,state:null},d.set(y,v))}}function gM(a,s){$i.M(a,s);var u=Ss;if(u&&a){var d=Bl(u).hoistableScripts,y=As(a),v=d.get(y);v||(v=u.querySelector(Jo(y)),v||(a=g({src:a,async:!0,type:"module"},s),(s=dr.get(y))&&Id(a,s),v=u.createElement("script"),It(v),an(v,"link",a),u.head.appendChild(v)),v={type:"script",instance:v,count:1,state:null},d.set(y,v))}}function N4(a,s,u,d){var y=(y=ae.current)?O0(y):null;if(!y)throw Error(r(446));switch(a){case"meta":case"title":return null;case"style":return typeof u.precedence=="string"&&typeof u.href=="string"?(s=ws(u.href),u=Bl(y).hoistableStyles,d=u.get(s),d||(d={type:"style",instance:null,count:0,state:null},u.set(s,d)),d):{type:"void",instance:null,count:0,state:null};case"link":if(u.rel==="stylesheet"&&typeof u.href=="string"&&typeof u.precedence=="string"){a=ws(u.href);var v=Bl(y).hoistableStyles,T=v.get(a);if(T||(y=y.ownerDocument||y,T={type:"stylesheet",instance:null,count:0,state:{loading:0,preload:null}},v.set(a,T),(v=y.querySelector(Ko(a)))&&!v._p&&(T.instance=v,T.state.loading=5),dr.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},dr.set(a,u),v||OM(y,a,u,T.state))),s&&d===null)throw Error(r(528,""));return T}if(s&&d!==null)throw Error(r(529,""));return null;case"script":return s=u.async,u=u.src,typeof u=="string"&&s&&typeof s!="function"&&typeof s!="symbol"?(s=As(u),u=Bl(y).hoistableScripts,d=u.get(s),d||(d={type:"script",instance:null,count:0,state:null},u.set(s,d)),d):{type:"void",instance:null,count:0,state:null};default:throw Error(r(444,a))}}function ws(a){return'href="'+ar(a)+'"'}function Ko(a){return'link[rel="stylesheet"]['+a+"]"}function V4(a){return g({},a,{"data-precedence":a.precedence,precedence:null})}function OM(a,s,u,d){a.querySelector('link[rel="preload"][as="style"]['+s+"]")?d.loading=1:(s=a.createElement("link"),d.preload=s,s.addEventListener("load",function(){return d.loading|=1}),s.addEventListener("error",function(){return d.loading|=2}),an(s,"link",u),It(s),a.head.appendChild(s))}function As(a){return'[src="'+ar(a)+'"]'}function Jo(a){return"script[async]"+a}function L4(a,s,u){if(s.count++,s.instance===null)switch(s.type){case"style":var d=a.querySelector('style[data-href~="'+ar(u.href)+'"]');if(d)return s.instance=d,It(d),d;var y=g({},u,{"data-href":u.href,"data-precedence":u.precedence,href:null,precedence:null});return d=(a.ownerDocument||a).createElement("style"),It(d),an(d,"style",y),y0(d,u.precedence,a),s.instance=d;case"stylesheet":y=ws(u.href);var v=a.querySelector(Ko(y));if(v)return s.state.loading|=4,s.instance=v,It(v),v;d=V4(u),(y=dr.get(y))&&Ud(d,y),v=(a.ownerDocument||a).createElement("link"),It(v);var T=v;return T._p=new Promise(function(N,W){T.onload=N,T.onerror=W}),an(v,"link",d),s.state.loading|=4,y0(v,u.precedence,a),s.instance=v;case"script":return v=As(u.src),(y=a.querySelector(Jo(v)))?(s.instance=y,It(y),y):(d=u,(y=dr.get(v))&&(d=g({},u),Id(d,y)),a=a.ownerDocument||a,y=a.createElement("script"),It(y),an(y,"link",d),a.head.appendChild(y),s.instance=y);case"void":return null;default:throw Error(r(443,s.type))}else s.type==="stylesheet"&&(s.state.loading&4)===0&&(d=s.instance,s.state.loading|=4,y0(d,u.precedence,a));return s.instance}function y0(a,s,u){for(var d=u.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),y=d.length?d[d.length-1]:null,v=y,T=0;T<d.length;T++){var N=d[T];if(N.dataset.precedence===s)v=N;else if(v!==y)break}v?v.parentNode.insertBefore(a,v.nextSibling):(s=u.nodeType===9?u.head:u,s.insertBefore(a,s.firstChild))}function Ud(a,s){a.crossOrigin==null&&(a.crossOrigin=s.crossOrigin),a.referrerPolicy==null&&(a.referrerPolicy=s.referrerPolicy),a.title==null&&(a.title=s.title)}function Id(a,s){a.crossOrigin==null&&(a.crossOrigin=s.crossOrigin),a.referrerPolicy==null&&(a.referrerPolicy=s.referrerPolicy),a.integrity==null&&(a.integrity=s.integrity)}var x0=null;function D4(a,s,u){if(x0===null){var d=new Map,y=x0=new Map;y.set(u,d)}else y=x0,d=y.get(u),d||(d=new Map,y.set(u,d));if(d.has(a))return d;for(d.set(a,null),u=u.getElementsByTagName(a),y=0;y<u.length;y++){var v=u[y];if(!(v[po]||v[en]||a==="link"&&v.getAttribute("rel")==="stylesheet")&&v.namespaceURI!=="http://www.w3.org/2000/svg"){var T=v.getAttribute(s)||"";T=a+T;var N=d.get(T);N?N.push(v):d.set(T,[v])}}return d}function _4(a,s,u){a=a.ownerDocument||a,a.head.insertBefore(u,s==="title"?a.querySelector("head > title"):null)}function yM(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 X4(a){return!(a.type==="stylesheet"&&(a.state.loading&3)===0)}function xM(a,s,u,d){if(u.type==="stylesheet"&&(typeof d.media!="string"||matchMedia(d.media).matches!==!1)&&(u.state.loading&4)===0){if(u.instance===null){var y=ws(d.href),v=s.querySelector(Ko(y));if(v){s=v._p,s!==null&&typeof s=="object"&&typeof s.then=="function"&&(a.count++,a=b0.bind(a),s.then(a,a)),u.state.loading|=4,u.instance=v,It(v);return}v=s.ownerDocument||s,d=V4(d),(y=dr.get(y))&&Ud(d,y),v=v.createElement("link"),It(v);var T=v;T._p=new Promise(function(N,W){T.onload=N,T.onerror=W}),an(v,"link",d),u.instance=v}a.stylesheets===null&&(a.stylesheets=new Map),a.stylesheets.set(u,s),(s=u.state.preload)&&(u.state.loading&3)===0&&(a.count++,u=b0.bind(a),s.addEventListener("load",u),s.addEventListener("error",u))}}var Wd=0;function bM(a,s){return a.stylesheets&&a.count===0&&S0(a,a.stylesheets),0<a.count||0<a.imgCount?function(u){var d=setTimeout(function(){if(a.stylesheets&&S0(a,a.stylesheets),a.unsuspend){var v=a.unsuspend;a.unsuspend=null,v()}},6e4+s);0<a.imgBytes&&Wd===0&&(Wd=62500*eM());var y=setTimeout(function(){if(a.waitingForImages=!1,a.count===0&&(a.stylesheets&&S0(a,a.stylesheets),a.unsuspend)){var v=a.unsuspend;a.unsuspend=null,v()}},(a.imgBytes>Wd?50:800)+s);return a.unsuspend=u,function(){a.unsuspend=null,clearTimeout(d),clearTimeout(y)}}:null}function b0(){if(this.count--,this.count===0&&(this.imgCount===0||!this.waitingForImages)){if(this.stylesheets)S0(this,this.stylesheets);else if(this.unsuspend){var a=this.unsuspend;this.unsuspend=null,a()}}}var v0=null;function S0(a,s){a.stylesheets=null,a.unsuspend!==null&&(a.count++,v0=new Map,s.forEach(vM,a),v0=null,b0.call(a))}function vM(a,s){if(!(s.state.loading&4)){var u=v0.get(a);if(u)var d=u.get(null);else{u=new Map,v0.set(a,u);for(var y=a.querySelectorAll("link[data-precedence],style[data-precedence]"),v=0;v<y.length;v++){var T=y[v];(T.nodeName==="LINK"||T.getAttribute("media")!=="not all")&&(u.set(T.dataset.precedence,T),d=T)}d&&u.set(null,d)}y=s.instance,T=y.getAttribute("data-precedence"),v=u.get(T)||d,v===d&&u.set(null,y),u.set(T,y),this.count++,d=b0.bind(this),y.addEventListener("load",d),y.addEventListener("error",d),v?v.parentNode.insertBefore(y,v.nextSibling):(a=a.nodeType===9?a.head:a,a.insertBefore(y,a.firstChild)),s.state.loading|=4}}var ec={$$typeof:P,Provider:null,Consumer:null,_currentValue:B,_currentValue2:B,_threadCount:0};function SM(a,s,u,d,y,v,T,N,W){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=Dl(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Dl(0),this.hiddenUpdates=Dl(null),this.identifierPrefix=d,this.onUncaughtError=y,this.onCaughtError=v,this.onRecoverableError=T,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=W,this.incompleteTransitions=new Map}function z4(a,s,u,d,y,v,T,N,W,ne,ce,fe){return a=new SM(a,s,u,T,W,ne,ce,fe,N),s=1,v===!0&&(s|=24),v=zn(3,null,null,s),a.current=v,v.stateNode=a,s=Eh(),s.refCount++,a.pooledCache=s,s.refCount++,v.memoizedState={element:d,isDehydrated:u,cache:s},Zh(v),a}function H4(a){return a?(a=ts,a):ts}function Y4(a,s,u,d,y,v){y=H4(y),d.context===null?d.context=y:d.pendingContext=y,d=ia(s),d.payload={element:u},v=v===void 0?null:v,v!==null&&(d.callback=v),u=aa(a,d,s),u!==null&&(Pn(u,a,s),Po(u,a,s))}function B4(a,s){if(a=a.memoizedState,a!==null&&a.dehydrated!==null){var u=a.retryLane;a.retryLane=u!==0&&u<s?u:s}}function Gd(a,s){B4(a,s),(a=a.alternate)&&B4(a,s)}function F4(a){if(a.tag===13||a.tag===31){var s=Ua(a,67108864);s!==null&&Pn(s,a,67108864),Gd(a,67108864)}}function q4(a){if(a.tag===13||a.tag===31){var s=qn();s=_l(s);var u=Ua(a,s);u!==null&&Pn(u,a,s),Gd(a,s)}}var w0=!0;function wM(a,s,u,d){var y=R.T;R.T=null;var v=F.p;try{F.p=2,Kd(a,s,u,d)}finally{F.p=v,R.T=y}}function AM(a,s,u,d){var y=R.T;R.T=null;var v=F.p;try{F.p=8,Kd(a,s,u,d)}finally{F.p=v,R.T=y}}function Kd(a,s,u,d){if(w0){var y=Jd(d);if(y===null)Ld(a,s,d,A0,u),I4(a,d);else if(MM(y,a,s,u,d))d.stopPropagation();else if(I4(a,d),s&4&&-1<kM.indexOf(a)){for(;y!==null;){var v=Yl(y);if(v!==null)switch(v.tag){case 3:if(v=v.stateNode,v.current.memoizedState.isDehydrated){var T=rr(v.pendingLanes);if(T!==0){var N=v;for(N.pendingLanes|=2,N.entangledLanes|=2;T;){var W=1<<31-Mt(T);N.entanglements[1]|=W,T&=~W}Xr(v),(rt&6)===0&&(l0=je()+500,Uo(0))}}break;case 31:case 13:N=Ua(v,2),N!==null&&Pn(N,v,2),o0(),Gd(v,2)}if(v=Jd(d),v===null&&Ld(a,s,d,A0,u),v===y)break;y=v}y!==null&&d.stopPropagation()}else Ld(a,s,d,null,u)}}function Jd(a){return a=th(a),e2(a)}var A0=null;function e2(a){if(A0=null,a=Hl(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 A0=a,null}function U4(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(lt()){case ht:return 2;case yt:return 8;case wn:case Fi:return 32;case hi:return 268435456;default:return 32}default:return 32}}var t2=!1,ga=null,Oa=null,ya=null,tc=new Map,nc=new Map,xa=[],kM="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 I4(a,s){switch(a){case"focusin":case"focusout":ga=null;break;case"dragenter":case"dragleave":Oa=null;break;case"mouseover":case"mouseout":ya=null;break;case"pointerover":case"pointerout":tc.delete(s.pointerId);break;case"gotpointercapture":case"lostpointercapture":nc.delete(s.pointerId)}}function rc(a,s,u,d,y,v){return a===null||a.nativeEvent!==v?(a={blockedOn:s,domEventName:u,eventSystemFlags:d,nativeEvent:v,targetContainers:[y]},s!==null&&(s=Yl(s),s!==null&&F4(s)),a):(a.eventSystemFlags|=d,s=a.targetContainers,y!==null&&s.indexOf(y)===-1&&s.push(y),a)}function MM(a,s,u,d,y){switch(s){case"focusin":return ga=rc(ga,a,s,u,d,y),!0;case"dragenter":return Oa=rc(Oa,a,s,u,d,y),!0;case"mouseover":return ya=rc(ya,a,s,u,d,y),!0;case"pointerover":var v=y.pointerId;return tc.set(v,rc(tc.get(v)||null,a,s,u,d,y)),!0;case"gotpointercapture":return v=y.pointerId,nc.set(v,rc(nc.get(v)||null,a,s,u,d,y)),!0}return!1}function W4(a){var s=Hl(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,uO(a.priority,function(){q4(u)});return}}else if(s===31){if(s=c(u),s!==null){a.blockedOn=s,uO(a.priority,function(){q4(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 k0(a){if(a.blockedOn!==null)return!1;for(var s=a.targetContainers;0<s.length;){var u=Jd(a.nativeEvent);if(u===null){u=a.nativeEvent;var d=new u.constructor(u.type,u);eh=d,u.target.dispatchEvent(d),eh=null}else return s=Yl(u),s!==null&&F4(s),a.blockedOn=u,!1;s.shift()}return!0}function G4(a,s,u){k0(a)&&u.delete(s)}function TM(){t2=!1,ga!==null&&k0(ga)&&(ga=null),Oa!==null&&k0(Oa)&&(Oa=null),ya!==null&&k0(ya)&&(ya=null),tc.forEach(G4),nc.forEach(G4)}function M0(a,s){a.blockedOn===s&&(a.blockedOn=null,t2||(t2=!0,t.unstable_scheduleCallback(t.unstable_NormalPriority,TM)))}var T0=null;function K4(a){T0!==a&&(T0=a,t.unstable_scheduleCallback(t.unstable_NormalPriority,function(){T0===a&&(T0=null);for(var s=0;s<a.length;s+=3){var u=a[s],d=a[s+1],y=a[s+2];if(typeof d!="function"){if(e2(d||u)===null)continue;break}var v=Yl(u);v!==null&&(a.splice(s,3),s-=3,Jh(v,{pending:!0,data:y,method:u.method,action:d},d,y))}}))}function ks(a){function s(W){return M0(W,a)}ga!==null&&M0(ga,a),Oa!==null&&M0(Oa,a),ya!==null&&M0(ya,a),tc.forEach(s),nc.forEach(s);for(var u=0;u<xa.length;u++){var d=xa[u];d.blockedOn===a&&(d.blockedOn=null)}for(;0<xa.length&&(u=xa[0],u.blockedOn===null);)W4(u),u.blockedOn===null&&xa.shift();if(u=(a.ownerDocument||a).$$reactFormReplay,u!=null)for(d=0;d<u.length;d+=3){var y=u[d],v=u[d+1],T=y[Mn]||null;if(typeof v=="function")T||K4(u);else if(T){var N=null;if(v&&v.hasAttribute("formAction")){if(y=v,T=v[Mn]||null)N=T.formAction;else if(e2(y)!==null)continue}else N=T.action;typeof N=="function"?u[d+1]=N:(u.splice(d,3),d-=3),K4(u)}}}function J4(){function a(v){v.canIntercept&&v.info==="react-transition"&&v.intercept({handler:function(){return new Promise(function(T){return y=T})},focusReset:"manual",scroll:"manual"})}function s(){y!==null&&(y(),y=null),d||setTimeout(u,20)}function u(){if(!d&&!navigation.transition){var v=navigation.currentEntry;v&&v.url!=null&&navigation.navigate(v.url,{state:v.getState(),info:"react-transition",history:"replace"})}}if(typeof navigation=="object"){var d=!1,y=null;return navigation.addEventListener("navigate",a),navigation.addEventListener("navigatesuccess",s),navigation.addEventListener("navigateerror",s),setTimeout(u,100),function(){d=!0,navigation.removeEventListener("navigate",a),navigation.removeEventListener("navigatesuccess",s),navigation.removeEventListener("navigateerror",s),y!==null&&(y(),y=null)}}}function n2(a){this._internalRoot=a}C0.prototype.render=n2.prototype.render=function(a){var s=this._internalRoot;if(s===null)throw Error(r(409));var u=s.current,d=qn();Y4(u,d,a,s,null,null)},C0.prototype.unmount=n2.prototype.unmount=function(){var a=this._internalRoot;if(a!==null){this._internalRoot=null;var s=a.containerInfo;Y4(a.current,2,null,a,null,null),o0(),s[zl]=null}};function C0(a){this._internalRoot=a}C0.prototype.unstable_scheduleHydration=function(a){if(a){var s=cO();a={blockedOn:null,target:a,priority:s};for(var u=0;u<xa.length&&s!==0&&s<xa[u].priority;u++);xa.splice(u,0,a),u===0&&W4(a)}};var e5=e.version;if(e5!=="19.2.6")throw Error(r(527,e5,"19.2.6"));F.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 CM={bundleType:0,version:"19.2.6",rendererPackageName:"react-dom",currentDispatcherRef:R,reconcilerVersion:"19.2.6"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var E0=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!E0.isDisabled&&E0.supportsFiber)try{nr=E0.inject(CM),Lt=E0}catch{}}return ac.createRoot=function(a,s){if(!i(a))throw Error(r(299));var u=!1,d="",y=s6,v=o6,T=c6;return s!=null&&(s.unstable_strictMode===!0&&(u=!0),s.identifierPrefix!==void 0&&(d=s.identifierPrefix),s.onUncaughtError!==void 0&&(y=s.onUncaughtError),s.onCaughtError!==void 0&&(v=s.onCaughtError),s.onRecoverableError!==void 0&&(T=s.onRecoverableError)),s=z4(a,1,!1,null,null,u,d,null,y,v,T,J4),a[zl]=s.current,Vd(a),new n2(s)},ac.hydrateRoot=function(a,s,u){if(!i(a))throw Error(r(299));var d=!1,y="",v=s6,T=o6,N=c6,W=null;return u!=null&&(u.unstable_strictMode===!0&&(d=!0),u.identifierPrefix!==void 0&&(y=u.identifierPrefix),u.onUncaughtError!==void 0&&(v=u.onUncaughtError),u.onCaughtError!==void 0&&(T=u.onCaughtError),u.onRecoverableError!==void 0&&(N=u.onRecoverableError),u.formState!==void 0&&(W=u.formState)),s=z4(a,1,!0,s,u??null,d,y,W,v,T,N,J4),s.context=H4(null),u=s.current,d=qn(),d=_l(d),y=ia(d),y.callback=null,aa(u,y,d),u=d,s.current.lanes=u,Wi(s,u),Xr(s),a[zl]=s.current,Vd(a),new C0(s)},ac.version="19.2.6",ac}var u5;function LM(){if(u5)return a2.exports;u5=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(),a2.exports=VM(),a2.exports}var DM=LM();function _M(t){const[e,n]=h.useState([]),r=h.useRef(null),i=h.useRef(null),l=h.useCallback(async()=>{if(t)try{const m=await fetch(`/api/projects/${t}/renders`);if(!m.ok)return;const p=await m.json();Array.isArray(p.renders)&&n(g=>{const x=new Set(g.map(S=>S.id)),b=p.renders.filter(S=>!x.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,...b]})}catch{}},[t]);h.useEffect(()=>{l()},[l]);const o=h.useCallback(async(m={})=>{if(!t)return;const p=m.fps??30,g=m.quality??"standard",x=m.format??"mp4",b=m.resolution,S=Date.now(),w={fps:p,quality:g,format:x};b&&b!=="auto"&&(w.resolution=b);let A;try{A=await fetch(`/api/projects/${t}/render`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(w)})}catch{const Z={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(M=>[...M,Z]);return}if(!A.ok){const Z={id:crypto.randomUUID(),status:"failed",progress:0,error:`Server error (${A.status}). Check the terminal for details.`,filename:"Export failed",createdAt:S};n(M=>[...M,Z]);return}const{jobId:k}=await A.json(),P={mp4:".mp4",webm:".webm",mov:".mov"}[x]??".mp4",Q={id:k,status:"rendering",progress:0,filename:`${k}${P}`,createdAt:S};n(Z=>[...Z,Q]),i.current=k;const C=new EventSource(`/api/render/${k}/progress`);return r.current=C,C.addEventListener("progress",Z=>{try{const M=JSON.parse(Z.data);n(V=>V.map(X=>X.id===k?{...X,progress:M.progress??X.progress,stage:M.stage??M.message??X.stage,status:M.status==="complete"?"complete":M.status==="failed"?"failed":X.status,durationMs:M.status==="complete"?Date.now()-S:void 0,error:M.error??X.error}:X)),(M.status==="complete"||M.status==="failed")&&(C.close(),i.current=null)}catch{}}),C.onerror=()=>{C.close(),n(Z=>Z.map(M=>M.id===k&&M.status==="rendering"?{...M,status:"failed",error:"Connection lost. Is the render server running?"}:M)),i.current=null},k},[t]),c=h.useCallback(async m=>{try{await fetch(`/api/render/${m}`,{method:"DELETE"})}catch{}n(p=>p.filter(g=>g.id!==m))},[]),f=h.useCallback(()=>{n(m=>m.filter(p=>p.status==="rendering"))},[]);return h.useEffect(()=>()=>{var m;(m=r.current)==null||m.close(),r.current=null},[t]),{jobs:e,startRender:o,deleteRender:c,clearCompleted:f,isRendering:e.some(m=>m.status==="rendering")}}const XM="modulepreload",zM=function(t){return"/"+t},f5={},HM=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=zM(m),m in f5)return;f5[m]=!0;const p=m.endsWith(".css"),g=p?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${m}"]${g}`))return;const x=document.createElement("link");if(x.rel=p?"stylesheet":XM,p||(x.as="script"),x.crossOrigin="",x.href=m,f&&x.setAttribute("nonce",f),document.head.appendChild(x),p)return new Promise((b,S)=>{x.addEventListener("load",b),x.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 YM(t){if(typeof t!="object"||t===null)return!0;const e=t;return e.isLoaded===!0||typeof e.totalFrames=="number"&&e.totalFrames>0}function $t(t){h.useEffect(t,[])}const Zb={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(" ")},BM={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"},FM=h.forwardRef(({variant:t="secondary",size:e="md",loading:n,icon:r,children:i,className:l="",disabled:o,...c},f)=>O.jsxs("button",{ref:f,disabled:o||n,className:["inline-flex items-center justify-center","transition-all duration-press ease-standard","disabled:opacity-40 disabled:pointer-events-none","select-none cursor-pointer",Zb[t],BM[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})]}));FM.displayName="Button";const qM={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"},UM=h.forwardRef(({icon:t,size:e="md",variant:n="ghost",className:r="",...i},l)=>O.jsx("button",{ref:l,className:["inline-flex items-center justify-center","transition-all duration-press ease-standard","disabled:opacity-40 disabled:pointer-events-none","select-none cursor-pointer",Zb[n],qM[e],r].join(" "),...i,children:t}));UM.displayName="IconButton";function h5({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 IM=3,WM=3;function d5(t){return typeof t=="object"&&t!==null}function GM(t){if(!(t instanceof CustomEvent))return null;const e=t.detail;if(!d5(e))return null;const n=e.state;return d5(n)?n.loading===!0&&n.ready!==!0:null}const KM=400;function JM(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 eT(t){const e=t.tagName.toLowerCase();return e==="video"||e==="audio"}function m5(t,e){try{const n=t.contentWindow,r=t.contentDocument;if(!n||!r)return e;for(const l of r.querySelectorAll("video, audio"))if(eT(l)&&!l.error&&l.networkState!==WM&&l.readyState<IM)return!0;const i=n.__hfLottie;if(i!=null&&i.length){for(const l of i)if(!YM(l))return!0}return!1}catch{return e}}const bm=h.forwardRef(({projectId:t,directUrl:e,onLoad:n,onCompositionLoadingChange:r,portrait:i,style:l,suppressLoadingOverlay:o},c)=>{const f=h.useRef(null),m=h.useRef(0),p=h.useRef(null),g=h.useRef(null),[x,b]=h.useState(!1),[S,w]=h.useState(!1),[A,k]=h.useState(!1),[E,P]=h.useState(!1),[Q,C]=h.useState(!0),[Z,M]=h.useState(!0);h.useEffect(()=>{if(!Q){M(!0);return}const Y=setTimeout(()=>M(!1),KM);return()=>clearTimeout(Y)},[Q]),$t(()=>{const Y=f.current;if(!Y)return;let L=!1,H;return HM(()=>import("./hyperframes-player-D0Yi3xMP.js"),[]).then(()=>{if(L)return;const q=document.createElement("hyperframes-player"),J=e||`/api/projects/${t}/preview`;if(q.setAttribute("shader-capture-scale","1"),q.setAttribute("shader-loading","player"),q.setAttribute("src",J),q.setAttribute("width",String(i?1080:1920)),q.setAttribute("height",String(i?1920:1080)),q.style.width="100%",q.style.height="100%",q.style.display="block",q.style.background="transparent",Y.appendChild(q),q.shadowRoot){const $=document.createElement("style");$.textContent=".hfp-container{overflow:visible}.hfp-iframe{box-shadow:0 0 0 1px rgba(255,255,255,0.08),0 4px 32px rgba(0,0,0,.7)}",q.shadowRoot.appendChild($)}JM(q);const D=q.iframeElement;typeof c=="function"?c(D):c&&(c.current=D);const R=$=>$.stopImmediatePropagation();q.addEventListener("click",R,{capture:!0});const F=$=>{const j=GM($);j!==null&&P(j)};q.addEventListener("shadertransitionstate",F);const B=()=>{C(!1)},I=()=>{C(!1)};q.addEventListener("ready",B),q.addEventListener("error",I);const z=()=>{if(m.current++,P(!1),C(!0),m.current>1){Y.classList.remove("preview-revealing"),Y.offsetWidth,Y.classList.add("preview-revealing");const j=()=>Y.classList.remove("preview-revealing");Y.addEventListener("animationend",j,{once:!0})}n(),p.current&&clearInterval(p.current);let $=m5(D,!1);if($){b(!0);let j=0;p.current=setInterval(()=>{j+=1,$=m5(D,$),(!$||j>100)&&(p.current&&clearInterval(p.current),p.current=null,b(!1),$&&console.debug("[Player] Asset-loading overlay timed out after 10s; hiding anyway. Check network or asset integrity."))},100)}else b(!1)};D.addEventListener("load",z),H=()=>{D.removeEventListener("load",z),q.removeEventListener("click",R,{capture:!0}),q.removeEventListener("shadertransitionstate",F),q.removeEventListener("ready",B),q.removeEventListener("error",I),p.current&&clearInterval(p.current),p.current=null,Y.removeChild(q),typeof c=="function"?c(null):c&&(c.current=null)}}),()=>{L=!0,H==null||H()}}),h.useEffect(()=>{if(g.current&&(clearTimeout(g.current),g.current=null),x){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)}},[x]);const V=!o&&!Z&&Q,X=S&&!E&&!V;return h.useEffect(()=>{r==null||r(V||X)},[r,V,X]),O.jsxs("div",{className:"relative w-full h-full max-w-full max-h-full overflow-hidden flex items-center justify-center",style:l,children:[O.jsx("div",{ref:f,className:"w-full h-full"}),V&&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:Y=>Y.preventDefault(),onMouseDown:Y=>Y.preventDefault(),onPointerDown:Y=>Y.preventDefault(),children:O.jsx(h5,{title:"Loading composition",detail:"Preparing the Studio preview.",size:56})}),X&&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:Y=>Y.preventDefault(),onMouseDown:Y=>Y.preventDefault(),onPointerDown:Y=>Y.preventDefault(),children:O.jsx(h5,{title:"Preparing preview assets",detail:"Waiting for media and motion assets before playback starts.",size:56})})]})});bm.displayName="Player";const au=30;function cn(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 vm(t,e=au){return!Number.isFinite(t)||t<=0||!Number.isFinite(e)||e<=0?0:Math.round(t*e)}function jb(t,e=au){return!Number.isFinite(t)||t<=0||!Number.isFinite(e)||e<=0?0:t/e}function Sm(t,e,n=au){const r=vm(t,n),i=Math.max(0,r+e);return jb(i,n)}function p5(t,e,n=au){const r=vm(t,n),i=vm(e,n);return`${r}f / ${i}f`}function Rb(t){return Number.isFinite(t)&&t>0}function g5(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 c2(t){if(!t)return 0;try{const e=Number(t.getDuration());return Rb(e)?e:0}catch{return 0}}function tT(t){return{now:()=>t.performance.now(),requestAnimationFrame:e=>t.requestAnimationFrame(e),cancelAnimationFrame:e=>t.cancelAnimationFrame(e)}}function nT(t,e,n,r=()=>1){var b;const i=Math.max(0,Number.isFinite(e)?e:0);let l=g5(Number(((b=t.getTime)==null?void 0:b.call(t))??0),i),o=!1,c=0,f=l,m=n.now();const p=S=>{var w;if(l=g5(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)},x=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(x)};return{play:()=>{o||i<=0||(l>=i&&p(0),o=!0,f=l,m=n.now(),g(),c=n.requestAnimationFrame(x))},pause:()=>{o=!1,g()},seek:S=>{p(S),o&&(f=l,m=n.now())},getTime:()=>l,getDuration:()=>i,isPlaying:()=>o}}function O5(t){return{play:()=>t.play(),pause:()=>t.pause(),seek:(e,n)=>{n!=null&&n.keepPlaying||t.pause(),t.seek(e)},getTime:()=>t.time(),getDuration:()=>t.duration(),isPlaying:()=>t.isActive()}}function y5(t){if(!t)return 0;const e=Number.parseFloat(t.getAttribute("data-duration")??"")||Number.parseFloat(t.getAttribute("data-hf-authored-duration")??"");return Rb(e)?e:0}function rT(t){if(!t)return 0;const e=y5(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=y5(r);!Number.isFinite(i)||i<0||l<=0||(n=Math.max(n,i+l))}return n}function wm(t){var n;const e=((n=t.ownerDocument.defaultView)==null?void 0:n.HTMLElement)??globalThis.HTMLElement;return typeof e<"u"&&t instanceof e}function Nb(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 Vb(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=Nb(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 lu(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 iT=new Set(["base","link","meta","noscript","script","style","template"]);function x5(t){return t.trim().replace(/[_-]+/g," ").replace(/\s+/g," ").replace(/\b\w/g,e=>e.toUpperCase())}function aT(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 x5(t.id);const n=t.className.split(/\s+/).filter(Boolean),r=n.find(i=>i!=="clip")??n[0];return r?x5(r):lu({tag:t.tagName})}function yl(t){if(wm(t)&&t.id)return`#${t.id}`;const e=t.getAttribute("data-composition-id");if(e)return`[data-composition-id="${e}"]`;if(wm(t)){const n=t.className.split(/\s+/).filter(Boolean),r=n.find(i=>i!=="clip")??n[0];if(r)return`.${r}`}}function Zc(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 jc(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 Am(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 Rc(t){var r;const e=((r=t.preferredId)==null?void 0:r.trim())||Am({id:t.label,fallbackIndex:t.fallbackIndex,domId:t.domId,selector:t.selector,selectorIndex:t.selectorIndex,sourceFile:t.sourceFile}),n=Am({id:e,fallbackIndex:t.fallbackIndex,domId:t.domId,selector:t.selector,selectorIndex:t.selectorIndex,sourceFile:t.sourceFile});return{id:e,key:n}}function km(t){return t.key??t.id}function lT(t){const e=t.querySelector("[data-composition-id]");return Array.from(t.querySelectorAll("[data-start]")).filter(n=>n!==e)}function b5(t,e){return Math.abs(t-e)<.001}function sT(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)&&!b5(r,e.start))return!1;const i=Number.parseFloat(t.getAttribute("data-duration")??"");if(Number.isFinite(i)&&!b5(i,e.duration))return!1;const l=Number.parseInt(t.getAttribute("data-track-index")??"",10);return!(Number.isFinite(l)&&l!==e.track)}function oT(t,e){return t.getElementById(e)??t.querySelector(`[data-composition-id="${e}"]`)??t.querySelector(`.${e}`)??null}function cT(t,e,n,r=new Set){const i=e.id?oT(t,e.id):null;if(i&&!r.has(i))return i;const l=lT(t).filter(c=>!r.has(c)),o=l.find(c=>sT(c,e));return o||(l[n]??null)}function uT(t,e){if(!wm(e)||e.parentElement!==t)return!1;const n=e.tagName.toLowerCase();return iT.has(n)||e.hasAttribute("data-start")||e.hasAttribute("data-track-index")?!1:!!yl(e)}function fT(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 hT(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 dT(t){return t instanceof HTMLElement}function Lb(t){const e=t.getRootNode();return typeof ShadowRoot<"u"&&e instanceof ShadowRoot&&dT(e.host)?e.host:null}function Db(t,e,n){var r;(r=t.contentWindow)==null||r.postMessage({source:"hf-parent",type:"control",action:e,...n},"*")}function _b(t,e){return t||e>1}function mT(t,e){if(t)try{const n=Lb(t);if(n&&typeof n.muted=="boolean"){n.muted=e;return}Db(t,"set-muted",{muted:e})}catch(n){console.warn("[useTimelinePlayer] Failed to set preview media mute state",n)}}function pT(t,e){if(!t)return;const n=Number.isFinite(e)&&e>0?e:1;try{const r=Lb(t);if(r&&typeof r.playbackRate=="number"){r.playbackRate=n;return}Db(t,"set-playback-rate",{playbackRate:n})}catch(r){console.warn("[useTimelinePlayer] Failed to set preview playback rate",r)}}function gT(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 Y,L,H,q,J,D,R,F,B;const x=g,b=x.getAttribute("data-composition-id");if(!b||b===o||i.has(x.id)||i.has(b))return;const S=x.getAttribute("data-start")??"0";let w=parseFloat(S);if(isNaN(w)){const I=t.getElementById(S)||t.querySelector(`[data-composition-id="${S}"]`);if(I){const z=I.getAttribute("data-start")??"0";let $=parseFloat(z);if(isNaN($)){const U=t.getElementById(z)||t.querySelector(`[data-composition-id="${z}"]`),se=parseFloat((U==null?void 0:U.getAttribute("data-start"))??"0")||0,ae=U==null?void 0:U.getAttribute("data-composition-id"),ie=parseFloat((U==null?void 0:U.getAttribute("data-duration"))??"")||(ae?((H=(L=(Y=e.__timelines)==null?void 0:Y[ae])==null?void 0:L.duration)==null?void 0:H.call(L))??0:0);$=se+ie}const j=I.getAttribute("data-composition-id"),_=parseFloat(I.getAttribute("data-duration")??"")||(j?((D=(J=(q=e.__timelines)==null?void 0:q[j])==null?void 0:J.duration)==null?void 0:D.call(J))??0:0);w=$+_}else w=0}let A=parseFloat(x.getAttribute("data-duration")??"");if((isNaN(A)||A<=0)&&(A=((B=(F=(R=e.__timelines)==null?void 0:R[b])==null?void 0:F.duration)==null?void 0:B.call(F))??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=x.getAttribute("data-track-index"),E=k!=null?parseInt(k,10):0,P=x.getAttribute("data-composition-src")||x.getAttribute("data-composition-file"),Q=yl(x),C=Zc(x),Z=jc(t,x,Q),M=lu({id:x.id||b||null,label:x.getAttribute("data-timeline-label")??x.getAttribute("data-label"),tag:x.tagName}),V=Rc({preferredId:x.id||b||null,label:M,fallbackIndex:f.length,domId:x.id||void 0,selector:Q,selectorIndex:Z,sourceFile:C}),X={id:V.id,label:M,key:V.key,tag:x.tagName.toLowerCase(),start:w,duration:A,track:isNaN(E)?0:E,domId:x.id||void 0,selector:Q,selectorIndex:Z,sourceFile:C};if(P)X.compositionSrc=P;else{const I=x.querySelector("video[src]");I&&(X.src=I.getAttribute("src")||void 0,X.tag="video")}f.push(X)});let m=!1;const p=n.map(g=>{if(g.compositionSrc)return g;const x=t.getElementById(g.id)??t.querySelector(`[data-composition-id="${g.id}"]`);if(!x)return g;const b=x.getAttribute("data-composition-src")||x.getAttribute("data-composition-file");return b?(m=!0,{...g,compositionSrc:b}):g});return{missing:f,updatedEls:p,patched:m}}const v5=t=>{let e;const n=new Set,r=(m,p)=>{const g=typeof m=="function"?m(e):m;if(!Object.is(g,e)){const x=e;e=p??(typeof g!="object"||g===null)?g:Object.assign({},e,g),n.forEach(b=>b(e,x))}},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},OT=(t=>t?v5(t):v5),yT=t=>t;function xT(t,e=yT){const n=$0.useSyncExternalStore(t.subscribe,$0.useCallback(()=>e(t.getState()),[t,e]),$0.useCallback(()=>e(t.getInitialState()),[t,e]));return $0.useDebugValue(n),n}const S5=t=>{const e=OT(t),n=r=>xT(e,r);return Object.assign(n,e),n},Xb=(t=>t?S5(t):S5),zb="hf-studio-ui-preferences";function w5(t){return typeof t=="object"&&t!==null}function Hb(){if(typeof window>"u")return null;try{return window.localStorage}catch{return null}}function Yb(t){if(!t)return{};try{const e=t.getItem(zb);if(!e)return{};const n=JSON.parse(e);if(!w5(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),typeof n.audioMuted=="boolean"&&(r.audioMuted=n.audioMuted),w5(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 Nc(t=Hb()){return Yb(t)}function Vc(t,e=Hb()){if(e)try{const n={...Yb(e),...t};e.setItem(zb,JSON.stringify(n))}catch{}}const u2=new Set,Cr={notify:t=>u2.forEach(e=>e(t)),subscribe:t=>(u2.add(t),()=>u2.delete(t))},me=Xb(t=>({isPlaying:!1,currentTime:0,duration:0,timelineReady:!1,elements:[],selectedElementId:null,playbackRate:Nc().playbackRate??1,audioMuted:Nc().audioMuted??!1,loopEnabled:!1,zoomMode:"fit",manualZoomPercent:100,inPoint:null,outPoint:null,requestedSeekTime:null,requestSeek:e=>t({requestedSeekTime:e}),clearSeekRequest:()=>t({requestedSeekTime:null}),setIsPlaying:e=>t({isPlaying:e}),setPlaybackRate:e=>{Vc({playbackRate:e}),t({playbackRate:e})},setAudioMuted:e=>{Vc({audioMuted:e}),t({audioMuted:e})},setLoopEnabled:e=>t({loopEnabled:e}),setZoomMode:e=>t({zoomMode:e}),setInPoint:e=>t(n=>{const r=e!==null&&Number.isFinite(e)?e:null;return{inPoint:r,outPoint:r!==null&&n.outPoint!==null&&r>=n.outPoint?null:n.outPoint,loopEnabled:r!==null?!0:n.loopEnabled}}),setOutPoint:e=>t(n=>{const r=e!==null&&Number.isFinite(e)?e:null;return{outPoint:r,inPoint:r!==null&&n.inPoint!==null&&r<=n.inPoint?null:n.inPoint,loopEnabled:r!==null?!0:n.loopEnabled}}),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,inPoint:null,outPoint:null})})),bT=[.25,.5,1,1.5,2],vT=8,ST=[{title:"Playback",hints:[{key:"Space",label:"Play / Pause"},{key:"J",label:"Play backward"},{key:"K",label:"Stop"},{key:"L",label:"Play forward"},{key:"←/→",label:"Step 1 frame"},{key:"⇧←/⇧→",label:"Step 10 frames"}]},{title:"Work area",hints:[{key:"I",label:"Set in-point"},{key:"⇧I",label:"Clear in-point"},{key:"O",label:"Set out-point"},{key:"⇧O",label:"Clear out-point"},{key:"A",label:"Jump to in-point"},{key:"E",label:"Jump to out-point"}]}];function wT(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,vT/n);return i<=l?0:i>=1-l?1:i}const AT=h.memo(function({onTogglePlay:e,onSeek:n,disabled:r=!1}){const i=me(oe=>oe.isPlaying),l=me(oe=>oe.duration),o=me(oe=>oe.timelineReady),c=me(oe=>oe.playbackRate),f=me(oe=>oe.audioMuted),m=me(oe=>oe.loopEnabled),p=me.getState().setPlaybackRate,g=me.getState().setAudioMuted,x=me.getState().setLoopEnabled,b=me(oe=>oe.inPoint),S=me(oe=>oe.outPoint),w=me.getState().setInPoint,A=me.getState().setOutPoint,[k,E]=h.useState(!1),[P,Q]=h.useState(!1),[C,Z]=h.useState("time"),[M,V]=h.useState(""),X=h.useRef(null),Y=h.useRef(null),L=h.useRef(null),H=h.useRef(null),q=h.useRef(null),J=h.useRef(null),D=h.useRef(null),R=h.useRef(!1),F=h.useRef(0),B=h.useRef(C);B.current=C;const I=h.useRef(l);I.current=l;const z=r||!o,$=c>1,j=_b(f,c),_=$?"Audio muted above 1x speed":f?"Unmute audio":"Mute audio";$t(()=>{const oe=$e=>{F.current=$e;const De=I.current,Ze=De>0?Math.min(100,$e/De*100):0;X.current&&(X.current.style.width=`${Ze}%`),Y.current&&(Y.current.style.left=`${Ze}%`),L.current&&(L.current.textContent=B.current==="frame"?p5($e,De):cn($e)),q.current&&q.current.setAttribute("aria-valuenow",String(Math.round($e)))},ye=Cr.subscribe(oe);oe(me.getState().currentTime);const ke=setInterval(()=>{const $e=me.getState().currentTime,De=me.getState().duration;if(De>0&&$e>0){const Ze=Math.min(100,$e/De*100);X.current&&(X.current.style.width=`${Ze}%`),Y.current&&(Y.current.style.left=`${Ze}%`)}},500);return()=>{ye(),clearInterval(ke)}}),h.useEffect(()=>{if(!L.current)return;const oe=F.current;L.current.textContent=C==="frame"?p5(oe,l):cn(oe)},[l,C]),h.useEffect(()=>{if(!k)return;const oe=ye=>{J.current&&!J.current.contains(ye.target)&&E(!1)};return document.addEventListener("mousedown",oe),()=>{document.removeEventListener("mousedown",oe)}},[k]),h.useEffect(()=>{if(!P)return;const oe=ye=>{D.current&&!D.current.contains(ye.target)&&Q(!1)};return document.addEventListener("mousedown",oe),()=>{document.removeEventListener("mousedown",oe)}},[P]);const U=h.useCallback(oe=>{if(r)return;const ye=H.current;if(!ye||l<=0)return;const ke=ye.getBoundingClientRect(),$e=wT(oe,ke.left,ke.width),De=$e*100;X.current&&(X.current.style.width=`${De}%`),Y.current&&(Y.current.style.left=`${De}%`),n($e*l)},[r,l,n]),se=h.useCallback(oe=>{if(oe.button!==0)return;oe.preventDefault(),oe.currentTarget.focus(),R.current=!0;const ye=oe.currentTarget,ke=oe.pointerId;try{ye.setPointerCapture(ke)}catch{}U(oe.clientX);const $e=it=>{it.pointerId===ke&&R.current&&U(it.clientX)},De=()=>{R.current=!1;try{ye.releasePointerCapture(ke)}catch{}ye.removeEventListener("pointermove",$e),ye.removeEventListener("pointerup",Ze),ye.removeEventListener("pointercancel",Ze),window.removeEventListener("pointerup",Ze),window.removeEventListener("pointercancel",Ze),document.removeEventListener("visibilitychange",gt),window.removeEventListener("blur",De)},Ze=it=>{it.pointerId===ke&&De()},gt=()=>{document.visibilityState==="hidden"&&De()};ye.addEventListener("pointermove",$e),ye.addEventListener("pointerup",Ze),ye.addEventListener("pointercancel",Ze),window.addEventListener("pointerup",Ze),window.addEventListener("pointercancel",Ze),document.addEventListener("visibilitychange",gt),window.addEventListener("blur",De)},[U]),ae=h.useCallback(oe=>{if(r||!o||l<=0)return;const ye=oe.shiftKey?10:1;oe.key==="ArrowLeft"?(oe.preventDefault(),n(Sm(F.current,-ye))):oe.key==="ArrowRight"&&(oe.preventDefault(),n(Math.min(l,Sm(F.current,ye))))},[r,o,l,n]),ie=h.useCallback(()=>{if(r)return;const oe=Number.parseInt(M,10);!Number.isFinite(oe)||l<=0||n(Math.min(l,jb(Math.max(0,oe))))},[r,l,M,n]),de=h.useCallback(oe=>{oe.preventDefault(),ie()},[ie]),pe=h.useCallback(oe=>{oe.key==="Enter"&&(oe.preventDefault(),ie())},[ie]);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("button",{type:"button",onClick:()=>Z(oe=>oe==="time"?"frame":"time"),disabled:r,title:C==="time"?"Switch to frame display":"Switch to time display",className:"font-mono text-[11px] tabular-nums flex-shrink-0 w-[118px] text-left transition-colors disabled:pointer-events-none hover:opacity-80",style:{color:"#A1A1AA",cursor:"pointer"},children:[O.jsx("span",{ref:L,children:cn(0)}),C==="time"?O.jsxs(O.Fragment,{children:[O.jsx("span",{style:{color:"#3F3F46",margin:"0 2px"},children:"/"}),O.jsx("span",{style:{color:"#52525B"},children:cn(l)})]}):null]}),O.jsx("div",{ref:oe=>{H.current=oe,q.current=oe},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:se,onKeyDown:ae,children:O.jsxs("div",{className:"w-full rounded-full relative",style:{background:"rgba(255,255,255,0.15)",height:"3px"},children:[(b!==null||S!==null)&&l>0&&O.jsx("div",{className:"absolute top-0 bottom-0 pointer-events-none",style:{left:`${b!==null?Math.min(100,b/l*100):0}%`,right:`${S!==null?100-Math.min(100,S/l*100):0}%`,background:"rgba(60,230,172,0.15)"}}),O.jsx("div",{ref:X,className:"absolute top-0 bottom-0 left-0 z-[1] rounded-full",style:{background:"linear-gradient(90deg, var(--hf-accent, #3CE6AC), #2BBFA0)"}}),b!==null&&l>0&&O.jsx("div",{className:"absolute z-[3] pointer-events-none",style:{left:`${Math.min(100,b/l*100)}%`,top:"50%",transform:"translate(-50%, -50%)",width:"2px",height:"10px",background:"#3CE6AC",borderRadius:"1px"}}),S!==null&&l>0&&O.jsx("div",{className:"absolute z-[3] pointer-events-none",style:{left:`${Math.min(100,S/l*100)}%`,top:"50%",transform:"translate(-50%, -50%)",width:"2px",height:"10px",background:"#3CE6AC",borderRadius:"1px"}}),O.jsx("div",{ref:Y,className:"absolute top-1/2 z-[4] 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.jsx("button",{type:"button",onClick:()=>{$||g(!f)},disabled:z||$,title:_,"aria-label":_,"aria-pressed":j,className:`h-7 w-7 flex-shrink-0 flex items-center justify-center rounded-md border transition-colors disabled:pointer-events-none ${j?"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"} ${$?"opacity-70":""}`,children:j?O.jsxs("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[O.jsx("path",{d:"M11 5 6 9H3v6h3l5 4V5Z"}),O.jsx("path",{d:"m19 9-6 6"}),O.jsx("path",{d:"m13 9 6 6"})]}):O.jsxs("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[O.jsx("path",{d:"M11 5 6 9H3v6h3l5 4V5Z"}),O.jsx("path",{d:"M15.5 8.5a5 5 0 0 1 0 7"}),O.jsx("path",{d:"M18.5 5.5a9 9 0 0 1 0 13"})]})}),O.jsxs("div",{ref:J,className:"relative flex-shrink-0",children:[O.jsx("button",{type:"button",onClick:()=>E(oe=>!oe),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`}),k&&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:bT.map(oe=>O.jsxs("button",{onClick:()=>{p(oe),E(!1)},className:"block w-full px-3 py-1.5 text-[11px] text-left font-mono tabular-nums transition-colors",style:{color:oe===c?"#FAFAFA":"#71717A",background:oe===c?"rgba(255,255,255,0.06)":"transparent"},onMouseEnter:ye=>{oe!==c&&(ye.currentTarget.style.background="rgba(255,255,255,0.04)")},onMouseLeave:ye=>{oe!==c&&(ye.currentTarget.style.background="transparent")},children:[oe,"x"]},oe))})]}),O.jsx("button",{type:"button",onClick:()=>x(!m),disabled:r,className:`h-7 w-7 flex items-center justify-center rounded-md border transition-colors ${m?"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":m?"Disable loop playback":"Enable loop playback","aria-pressed":m,children:O.jsxs("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[O.jsx("path",{d:"M17 2l4 4-4 4"}),O.jsx("path",{d:"M3 11V9a4 4 0 0 1 4-4h14"}),O.jsx("path",{d:"M7 22l-4-4 4-4"}),O.jsx("path",{d:"M21 13v2a4 4 0 0 1-4 4H3"})]})}),O.jsxs("div",{ref:D,className:"relative flex-shrink-0",children:[O.jsx("button",{type:"button",onClick:()=>Q(oe=>!oe),className:`w-6 h-6 flex items-center justify-center rounded border transition-colors ${P?"border-neutral-600 text-neutral-200 bg-neutral-800":"border-neutral-800 text-neutral-600 hover:text-neutral-300 hover:border-neutral-600"}`,"aria-label":"Shortcuts and tools","aria-expanded":P,children:O.jsxs("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.75",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[O.jsx("rect",{x:"2",y:"4",width:"20",height:"16",rx:"2"}),O.jsx("path",{d:"M6 8h.01M10 8h.01M14 8h.01M18 8h.01M6 12h.01M10 12h.01M14 12h.01M18 12h.01M8 16h8"})]})}),P&&O.jsxs("div",{className:"absolute bottom-full right-0 mb-2 z-50 rounded-lg shadow-xl min-w-[220px] overflow-y-auto",style:{background:"#161618",border:"1px solid rgba(255,255,255,0.08)",maxHeight:"min(280px, calc(100vh - 80px))"},children:[O.jsxs("div",{className:"px-3 pt-3 pb-2.5",children:[O.jsx("p",{className:"text-[9px] font-medium text-neutral-500 uppercase tracking-wider mb-1.5",children:"Jump to frame"}),O.jsxs("form",{onSubmit:de,className:"flex items-center gap-1.5",children:[O.jsx("input",{value:M,onChange:oe=>V(oe.target.value),disabled:r,inputMode:"numeric",pattern:"[0-9]*","aria-label":"Jump to frame",placeholder:"frame number",className:"h-6 flex-1 rounded 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:pe,onBlur:ie}),O.jsx("button",{type:"submit",disabled:r,className:"h-6 px-2 rounded border border-neutral-700 text-[10px] text-neutral-300 transition-colors hover:border-neutral-500 hover:bg-neutral-800 disabled:opacity-40",children:"Go"})]})]}),O.jsx("div",{style:{borderTop:"1px solid rgba(255,255,255,0.06)"}}),O.jsxs("div",{className:"px-3 pt-2.5 pb-2",children:[O.jsx("p",{className:"text-[9px] font-medium text-neutral-500 uppercase tracking-wider mb-1.5",children:"Work area"}),O.jsxs("div",{className:"flex flex-col gap-1",children:[O.jsxs("div",{className:"flex items-center justify-between gap-2",children:[O.jsxs("div",{className:"flex items-center gap-2",children:[O.jsx("span",{className:"font-mono text-[10px] rounded border border-neutral-700 px-1.5 py-0.5 text-neutral-300 min-w-[20px] text-center",style:{background:"rgba(255,255,255,0.05)"},children:"I"}),O.jsx("span",{className:"text-[10px] text-neutral-400",children:"In-point"})]}),O.jsx("div",{className:"flex items-center gap-1.5",children:b!==null?O.jsxs(O.Fragment,{children:[O.jsx("span",{className:"font-mono text-[10px] text-neutral-300",children:cn(b)}),O.jsx("button",{type:"button",onClick:()=>w(null),className:"w-4 h-4 flex items-center justify-center rounded text-neutral-500 hover:text-neutral-200 transition-colors","aria-label":"Clear in-point",children:O.jsx("svg",{width:"8",height:"8",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",children:O.jsx("path",{d:"M18 6L6 18M6 6l12 12"})})})]}):O.jsx("span",{className:"text-[10px] text-neutral-600",children:"—"})})]}),O.jsxs("div",{className:"flex items-center justify-between gap-2",children:[O.jsxs("div",{className:"flex items-center gap-2",children:[O.jsx("span",{className:"font-mono text-[10px] rounded border border-neutral-700 px-1.5 py-0.5 text-neutral-300 min-w-[20px] text-center",style:{background:"rgba(255,255,255,0.05)"},children:"O"}),O.jsx("span",{className:"text-[10px] text-neutral-400",children:"Out-point"})]}),O.jsx("div",{className:"flex items-center gap-1.5",children:S!==null?O.jsxs(O.Fragment,{children:[O.jsx("span",{className:"font-mono text-[10px] text-neutral-300",children:cn(S)}),O.jsx("button",{type:"button",onClick:()=>A(null),className:"w-4 h-4 flex items-center justify-center rounded text-neutral-500 hover:text-neutral-200 transition-colors","aria-label":"Clear out-point",children:O.jsx("svg",{width:"8",height:"8",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",children:O.jsx("path",{d:"M18 6L6 18M6 6l12 12"})})})]}):O.jsx("span",{className:"text-[10px] text-neutral-600",children:"—"})})]})]})]}),O.jsx("div",{style:{borderTop:"1px solid rgba(255,255,255,0.06)"}}),O.jsx("div",{className:"px-3 pt-2.5 pb-3 flex flex-col gap-3",children:ST.map(oe=>O.jsxs("div",{children:[O.jsx("p",{className:"text-[9px] font-medium text-neutral-500 uppercase tracking-wider mb-1.5",children:oe.title}),O.jsx("div",{className:"flex flex-col gap-1",children:oe.hints.map(ye=>O.jsxs("div",{className:"flex items-center gap-3",children:[O.jsx("span",{className:"font-mono text-[10px] rounded border border-neutral-700 px-1.5 py-0.5 text-neutral-300 min-w-[36px] text-center",style:{background:"rgba(255,255,255,0.05)"},children:ye.key}),O.jsx("span",{className:"text-[10px] text-neutral-400",children:ye.label})]},ye.key))})]},oe.title))})]})]})]})}),A5=100;function Zs(t){return Math.round(t*A5)/A5}function Lc(t,e,n){return Math.min(Math.max(t,e),n)}const k5=.55,Q0=40,M5=12;function T5(t,e,n){const r=(i,l,o)=>{if(o<i+Q0){const c=Math.max(0,1-(o-i)/Q0);return-Math.round(M5*c)}if(o>l-Q0){const c=Math.max(0,1-(l-o)/Q0);return Math.round(M5*c)}return 0};return{x:r(t.left,t.right,e),y:r(t.top,t.bottom,n)}}function kT(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=Lc(m,0,Math.max(0,t.trackOrder.length-1)),g=Math.min(...t.trackOrder),x=Math.max(...t.trackOrder);let b=t.trackOrder[p]??t.track;const S=f===0,w=f===t.trackOrder.length-1;return S&&m<0&&f+o<=-k5?b=g-1:w&&m>t.trackOrder.length-1&&f+o>=t.trackOrder.length-1+k5&&(b=x+1),{start:Lc(Zs(t.start+l),0,Math.max(0,t.maxStart)),track:b}}function f2(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 MT(t,e,n){const r=Math.max(.05,t.minDuration??.1),i=(n-t.originClientX)/Math.max(t.pixelsPerSecond,1);if(e==="end"){const b=Lc(Zs(t.duration+i),r,Math.max(r,t.maxEnd-t.start));return{start:t.start,duration:b,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=Lc(i,c,f),p=Zs(t.start+m),g=Zs(t.duration-m),x=t.playbackStart!=null?Zs(Math.max(0,t.playbackStart+m*l)):void 0;return{start:p,duration:g,playbackStart:x}}function TT(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 CT(t){return!!(t.domId||t.selector)}function ET(t){if(t.playbackStartAttr!=null||t.playbackStart!=null)return!0;const e=t.tag.toLowerCase();return["video","audio"].includes(e)}function Bb(t){if(t.timingSource==="implicit")return{canMove:!1,canTrimStart:!1,canTrimEnd:!1};const e=CT(t),n=Number.isFinite(t.duration)&&t.duration>0,r=TT(t);return{canMove:e&&(r||n),canTrimEnd:e&&n&&r,canTrimStart:e&&n&&ET(t)}}function $T(t){if(t.capabilities.canMove)return null;const e=Math.max(0,t.width),n=Lc(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 QT(t,e){return{start:t.start,end:t.start+t.duration,anchorX:e.anchorX,anchorY:e.anchorY}}function PT({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}) — ${cn(c.start)} to ${cn(c.start+c.duration)}, track ${c.track}`).join(`
50
+ `);return`Edit the following HyperFrames composition:
51
+
52
+ Time range: ${cn(i)} — ${cn(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 C5(t){return t.trim()}function sl(t){return Number(Zs(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 ZT(){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 Dc(t){const e=ZT();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 jT({rangeStart:t,rangeEnd:e,anchorX:n,anchorY:r,onClose:i}){const l=me(C=>C.elements),[o,c]=h.useState(""),[f,m]=h.useState(!1),[p,g]=h.useState(!1),x=h.useRef(null),b=h.useRef(null),S=Math.min(t,e),w=Math.max(t,e),A=h.useMemo(()=>l.filter(C=>{const Z=C.start+C.duration;return C.start<w&&Z>S}),[l,S,w]);$t(()=>{setTimeout(()=>{var C;return(C=b.current)==null?void 0:C.focus()},50)}),$t(()=>{const C=Z=>{Z.key==="Escape"&&i()};return window.addEventListener("keydown",C),()=>window.removeEventListener("keydown",C)}),$t(()=>{const C=Z=>{x.current&&!x.current.contains(Z.target)&&i()};return setTimeout(()=>window.addEventListener("mousedown",C),100),()=>window.removeEventListener("mousedown",C)});const k=h.useCallback(()=>PT({rangeStart:S,rangeEnd:w,elements:A,prompt:o}),[S,w,A,o]),E=h.useCallback(async()=>{await Dc(k())&&(m(!0),setTimeout(()=>{m(!1),i()},800))},[k,i]),P=h.useCallback(async()=>{const C=C5(o);!C||!await Dc(C)||(g(!0),setTimeout(()=>{g(!1)},800))},[o]),Q={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:x,style:Q,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:[cn(S)," — ",cn(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:b,value:o,onChange:C=>c(C.target.value),onKeyDown:C=>{C.key==="Enter"&&(C.metaKey||C.ctrlKey)&&(C.preventDefault(),E())},placeholder:"What should change?",rows:2,className:"w-full px-3 py-2 text-xs bg-neutral-800/60 border border-neutral-700/40 rounded-lg text-neutral-200 placeholder:text-neutral-600 resize-none focus:outline-none focus:border-studio-accent/40 transition-colors"})}),O.jsxs("div",{className:"grid grid-cols-2 gap-2 px-3 pb-3",children:[O.jsx("button",{onClick:P,disabled:!C5(o),className:`py-1.5 text-[11px] font-medium rounded-lg transition-all border ${p?"bg-green-500/20 text-green-400 border-green-500/30":"bg-neutral-800/70 text-neutral-200 border-neutral-700/50 hover:bg-neutral-800"} disabled:opacity-50 disabled:cursor-not-allowed`,children:p?"Prompt Copied!":"Copy Prompt"}),O.jsxs("button",{onClick:E,className:`py-1.5 text-[11px] font-medium rounded-lg transition-all ${f?"bg-green-500/20 text-green-400 border border-green-500/30":"bg-studio-accent/15 text-studio-accent border border-studio-accent/25 hover:bg-studio-accent/25"}`,children:[f?"Copied!":"Copy to Agent",!f&&O.jsx("span",{className:"text-[9px] text-studio-accent/50 ml-1.5",children:"Cmd+Enter"})]})]})]})})}const $5="#3CE6AC",RT="#E9FFF6",NT="rgba(60,230,172,0.12)";function Br(){return{clip:$5,accent:$5,label:RT,iconBackground:NT}}const Q5={video:Br(),audio:Br(),img:Br(),div:Br(),span:Br(),p:Br(),h1:Br(),section:Br(),sfx:Br()},VT=Br(),Fb={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 LT(t){const e=t.toLowerCase();return e.startsWith("h")&&e.length===2&&"123456".includes(e[1]??"")?Q5.h1:Q5[e]??VT}function DT({isHovered:t,isSelected:e,isDragging:n}){return n?.95:e?.82:t?.76:0}function _T({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 Ut=32,_c=72,Is=24,P5=3,XT=18,zT=20;function HT(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 YT(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 BT(t,e){if(t<=0||!Number.isFinite(t)||t>7200)return{major:[],minor:[]};const n=HT(t,e),r=YT(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 FT(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`${cn(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 cn(r)}function Z5(t,e,n){return t==="fit"||!Number.isFinite(e)||!Number.isFinite(n)?!1:e-n>1}function qT(t,e,n){return t==="manual"&&e==="fit"?0:n}function UT(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 j5(t,e){return!Number.isFinite(t)||!Number.isFinite(e)?Ut:Ut+Math.max(0,t)*Math.max(0,e)}function IT(t){return Is+Math.max(0,t)*_c+zT}function WT(t,e){return!Number.isFinite(t)||!Number.isFinite(e)?!0:t-e<=1}function GT(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 R5(t,e,n){const r=e-t.rectLeft+t.scrollLeft-Ut,i=n-t.rectTop+t.scrollTop-Is,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:GT(t.trackOrder,o)}}function KT({scrollRef:t,ppsRef:e,effectiveDuration:n,pps:r,onSeek:i,seekFromX:l,autoScrollDuringDrag:o,dragScrollRaf:c,isDragging:f,setShowPopover:m}){const p=h.useRef(!1),g=h.useRef(0),[x,b]=h.useState(null),S=h.useRef(null),w=h.useCallback(E=>{var P,Q;if(E.button===0){if(E.shiftKey){E.currentTarget.setPointerCapture(E.pointerId),p.current=!0,m(!1);const C=(P=t.current)==null?void 0:P.getBoundingClientRect();if(C){const Z=E.clientX-C.left+(((Q=t.current)==null?void 0:Q.scrollLeft)??0)-Ut,M=Math.max(0,Z/r);g.current=M,b({start:M,end:M,anchorX:E.clientX,anchorY:E.clientY})}return}S.current=null,!E.target.closest("[data-clip]")&&(E.currentTarget.setPointerCapture(E.pointerId),f.current=!0,b(null),m(!1),l(E.clientX))}},[l,r,t,f,m]),A=h.useCallback(E=>{var P,Q;if(p.current){const C=(P=t.current)==null?void 0:P.getBoundingClientRect();if(C){const Z=E.clientX-C.left+(((Q=t.current)==null?void 0:Q.scrollLeft)??0)-Ut;b(M=>M?{...M,end:Math.max(0,Z/r),anchorX:E.clientX,anchorY:E.clientY}:null)}return}f.current&&(l(E.clientX),o(E.clientX))},[l,o,r,t,f]),k=h.useCallback(()=>{if(p.current){p.current=!1;const E=S.current;S.current=null,b(P=>P&&E&&Math.abs(P.end-P.start)<=.2?(m(!0),QT(E.element,E)):P&&Math.abs(P.end-P.start)>.2?(m(!0),P):null);return}f.current=!1,cancelAnimationFrame(c.current)},[f,c,m]);return{rangeSelection:x,setRangeSelection:b,shiftClickClipRef:S,handlePointerDown:w,handlePointerMove:A,handlePointerUp:k}}const JT=10,eC=2e3,tC=.8,nC=1.25,rC=.0035;function qp(t){return Number.isFinite(t)?Math.max(JT,Math.min(eC,Math.round(t))):100}function Sf(t,e){return t==="fit"?100:qp(e)}function iC(t,e,n){if(!Number.isFinite(t)||t<=0)return 100;const r=Sf(e,n);return e==="fit"?t:t*(r/100)}function N5(t,e,n){const r=Sf(e,n),i=t==="in"?r*nC:r*tC;return qp(i)}function aC(t,e,n){const r=Sf(e,n);return!Number.isFinite(t)||t===0?r:qp(r*Math.exp(-t*rC))}function lC({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:x,timelineReady:b,elementsLength:S,setZoomMode:w,setManualZoomPercent:A,onSeek:k}){const E=h.useRef(0),P=h.useRef(o),Q=h.useCallback(V=>{!t.current||r.current<=0||(t.current.style.left=`${j5(V,n.current)}px`)},[t,r,n]);h.useEffect(()=>{Q(l)},[l,x,Q]),h.useEffect(()=>{const V=e.current;if(!V){P.current=o;return}V.scrollLeft=qT(P.current,o,V.scrollLeft),P.current=o},[o,e]),$t(()=>Cr.subscribe(X=>{if(!t.current||r.current<=0)return;const Y=j5(X,n.current);t.current.style.left=`${Y}px`;const L=e.current;if(L&&!i.current&&Z5(c.current,L.scrollWidth,L.clientWidth)){const H=L.clientWidth*.12;Y>L.scrollLeft+L.clientWidth-H?L.scrollLeft=Y-L.clientWidth*.15:Y<L.scrollLeft+Ut&&(L.scrollLeft=Math.max(0,Y-Ut))}}));const C=h.useCallback(V=>{const X=e.current;if(!X||g<=0)return;const Y=X.getBoundingClientRect(),L=V-Y.left+X.scrollLeft-Ut;if(L<0)return;const H=Math.max(0,Math.min(g,L/x));Cr.notify(H),k==null||k(H)},[e,g,x,k]),Z=h.useCallback(V=>{cancelAnimationFrame(E.current);const X=e.current;if(!X||!i.current||!Z5(c.current,X.scrollWidth,X.clientWidth))return;const Y=X.getBoundingClientRect(),L=40,H=12;let q=0;V<Y.left+L?q=-H*Math.max(0,1-(V-Y.left)/L):V>Y.right-L&&(q=H*Math.max(0,1-(Y.right-V)/L)),q!==0&&(X.scrollLeft+=q,C(V),E.current=requestAnimationFrame(()=>Z(V)))},[e,i,c,C]),M=h.useCallback(V=>{if(!V.ctrlKey)return;const X=e.current;if(!X||r.current<=0||p.current<=0||n.current<=0)return;V.preventDefault(),V.stopPropagation();const Y=X.getBoundingClientRect(),L=aC(V.deltaY,c.current,f.current);if(L===f.current&&c.current==="manual")return;const H=p.current*(L/100),q=UT({pointerX:V.clientX-Y.left,currentScrollLeft:X.scrollLeft,gutter:Ut,currentPixelsPerSecond:n.current,nextPixelsPerSecond:H,duration:r.current});w("manual"),A(L),requestAnimationFrame(()=>{const J=Math.max(0,X.scrollWidth-X.clientWidth);X.scrollLeft=Math.min(J,q)})},[e,r,p,n,c,f,A,w]);return h.useEffect(()=>{const V=e.current;if(V)return V.addEventListener("wheel",M,{passive:!1,capture:!0}),()=>{V.removeEventListener("wheel",M,{capture:!0})}},[M,e,b,S]),{seekFromX:C,autoScrollDuringDrag:Z,dragScrollRaf:E}}const so="/icons/timeline";function oo({src:t}){return O.jsx("img",{src:t,alt:"",width:12,height:12,style:{filter:"brightness(0) invert(1)"},draggable:!1})}const sC=O.jsx(oo,{src:`${so}/captions.svg`}),V5=O.jsx(oo,{src:`${so}/image.svg`}),oC=O.jsx(oo,{src:`${so}/music.svg`}),L5=O.jsx(oo,{src:`${so}/text.svg`}),Mm=O.jsx(oo,{src:`${so}/composition.svg`}),cC=O.jsx(oo,{src:`${so}/audio.svg`}),D5={video:V5,audio:oC,img:V5,div:Mm,span:sC,p:L5,h1:L5,section:Mm,sfx:cC};function _5(t){const e=LT(t),n=t.toLowerCase(),r=n.startsWith("h")&&n.length===2&&"123456".includes(n[1]??"")?D5.h1:D5[n]??Mm;return{...e,icon:r}}const Xc=/\.(jpg|jpeg|png|gif|webp|svg|ico)$/i,Up=/\.(mp4|webm|mov)$/i,Ip=/\.(mp3|wav|ogg|m4a|aac)$/i,b1=/\.(woff|woff2|ttf|ttc|otf|eot)$/i,qb=/\.(mp4|webm|mov|mp3|wav|ogg|m4a|aac|jpg|jpeg|png|gif|webp|svg|ico)$/i;function Ub(t){return qb.test(t)}const Tm="application/x-hyperframes-asset",uC=5;function X5(t){return Xc.test(t)?"image":Up.test(t)?"video":Ip.test(t)?"audio":null}function fC(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 hC(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 dC(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:uC),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 mC(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 pC(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 gC(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 OC({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:Is,paddingLeft:Ut},children:[0,10,20,30,40,50].map(l=>O.jsxs("div",{className:"flex flex-col items-center",style:{position:"absolute",left:Ut+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 z5=h.memo(function({el:e,pps:n,clipY:r,isSelected:i,isHovered:l,isDragging:o=!1,hasCustomContent:c,theme:f=Fb,trackStyle:m,isComposition:p,onHoverStart:g,onHoverEnd:x,onPointerDown:b,onResizeStart:S,onClick:w,onDoubleClick:A,children:k}){const E=e.start*n,P=Math.max(e.duration*n,4),Q=DT({isHovered:l,isSelected:i,isDragging:o}),C=i?f.clipBorderActive:l?f.clipBorderHover:f.clipBorder,Z=o?f.clipShadowDragging:i?f.clipShadowActive:l?f.clipShadowHover:f.clipShadow,M=Bb(e),V=e.label||e.id||e.tag,X=Q>.01;return O.jsxs("div",{"data-clip":"true",className:c?"absolute overflow-hidden":"absolute flex items-center overflow-hidden",style:{left:E,width:P,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:Z,transition:"border-color 120ms ease-out, box-shadow 140ms ease-out, background 140ms ease-out",zIndex:o?20:i?10:l?5:1,cursor:M.canMove?"grab":"default",transform:o?"translateY(-1px)":void 0},title:p?`${e.compositionSrc} • Double-click to open`:`${V} • ${e.start.toFixed(1)}s – ${(e.start+e.duration).toFixed(1)}s`,onPointerEnter:g,onPointerLeave:x,onPointerDown:b,onClick:w,onDoubleClick:A,children:[O.jsx("div",{"aria-hidden":"true",role:"presentation",onPointerDown:Y=>S==null?void 0:S("start",Y),style:{position:"absolute",left:0,top:0,bottom:0,width:18,opacity:X&&M.canTrimStart?1:0,pointerEvents:S&&M.canTrimStart?"auto":"none",zIndex:4,transition:"opacity 120ms ease-out",cursor:"col-resize",background:X&&M.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:Q,pointerEvents:"none"}})}),O.jsx("div",{"aria-hidden":"true",role:"presentation",onPointerDown:Y=>S==null?void 0:S("end",Y),style:{position:"absolute",right:0,top:0,bottom:0,width:18,opacity:X&&M.canTrimEnd?1:0,pointerEvents:S&&M.canTrimEnd?"auto":"none",zIndex:4,transition:"opacity 120ms ease-out",cursor:"col-resize",background:X&&M.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:Q,pointerEvents:"none"}})}),k]})}),yC=h.memo(function({major:e,minor:n,pps:r,trackContentWidth:i,totalH:l,effectiveDuration:o,majorTickInterval:c,shiftHeld:f,rangeSelection:m,theme:p}){return O.jsxs(O.Fragment,{children:[O.jsx("svg",{className:"absolute pointer-events-none",style:{left:Ut,width:i},height:l,children:e.map(g=>{const x=g*r;return O.jsx("line",{x1:x,y1:Is,x2:x,y2:l,stroke:p.tickMinor,strokeWidth:"1"},`g-${g}`)})}),O.jsxs("div",{className:"relative overflow-hidden",style:{height:Is,marginLeft:Ut,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:FT(g,o,c)}),O.jsx("div",{className:"w-px h-[5px]",style:{background:p.tickMajor}})]},`M-${g}`))]})]})}),xC=h.memo(function({major:e,minor:n,pps:r,trackContentWidth:i,totalH:l,effectiveDuration:o,majorTickInterval:c,shiftHeld:f,rangeSelection:m,theme:p,displayTrackOrder:g,trackOrder:x,tracks:b,trackStyles:S,selectedElementId:w,hoveredClip:A,draggedClip:k,resizingClip:E,blockedClipRef:P,suppressClickRef:Q,scrollRef:C,renderClipContent:Z,renderClipOverlay:M,playheadRef:V,onResizeElement:X,onMoveElement:Y,onDrillDown:L,onSelectElement:H,setHoveredClip:q,setShowPopover:J,setRangeSelection:D,setResizingClip:R,setDraggedClip:F,setSelectedElementId:B,syncClipDragAutoScroll:I,shiftClickClipRef:z,getPreviewElement:$,getTrackStyle:j}){const _=(k==null?void 0:k.element)??null,U=(k==null?void 0:k.started)===!0&&_?_T({element:_,draggedElementId:_.key??_.id,previewStart:k.previewStart,previewTrack:k.previewTrack}):null,se=(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,ae=(ie,de)=>O.jsxs(O.Fragment,{children:[M==null?void 0:M(ie),O.jsx("div",{className:Z?"absolute inset-0 overflow-hidden":"flex flex-col justify-center overflow-hidden flex-1 min-w-0 px-6",children:(Z==null?void 0:Z(ie,de))??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:de.label,background:`${de.accent}26`,boxShadow:`inset 0 0 0 1px ${de.accent}33`},children:ie.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:[cn(ie.start)," ","→"," ",cn(ie.start+ie.duration)]})]})})]});return O.jsxs("div",{className:"relative",style:{height:l,width:Ut+i},children:[O.jsx(yC,{major:e,minor:n,pps:r,trackContentWidth:i,totalH:l,effectiveDuration:o,majorTickInterval:c,shiftHeld:f,rangeSelection:m,theme:p}),g.map(ie=>{var ye;const de=((ye=b.find(([ke])=>ke===ie))==null?void 0:ye[1])??[],pe=S.get(ie)??j(""),oe=(k==null?void 0:k.started)===!0&&!x.includes(ie)&&de.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:Ut,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:pe.iconBackground,border:`1px solid ${p.gutterBorder}`,color:"#fff"},children:pe.icon})}),O.jsxs("div",{style:{width:i},className:"relative",children:[oe&&O.jsx("div",{className:"absolute inset-0 flex items-center",style:{paddingLeft:16,color:pe.label,fontSize:11,letterSpacing:"0.08em",textTransform:"uppercase",background:`linear-gradient(90deg, ${pe.accent}14, transparent 28%)`,boxShadow:`inset 0 0 0 1px ${pe.accent}24`},children:"New track"}),de.map((ke,$e)=>{const De=j(ke.tag),Ze=ke.key??ke.id,gt=Bb(ke),it=w===Ze,Pt=!!ke.compositionSrc,be=`${Ze}-${$e}`;if((k==null?void 0:k.started)===!0&&((_==null?void 0:_.key)??(_==null?void 0:_.id))===Ze)return null;const ze=$(ke);return O.jsx(z5,{el:ze,pps:r,clipY:P5,isSelected:it,isHovered:A===be,isDragging:!1,hasCustomContent:!!Z,theme:p,trackStyle:De,isComposition:Pt,onHoverStart:()=>q(be),onHoverEnd:()=>q(null),onResizeStart:(Pe,He)=>{He.button!==0||He.shiftKey||!X||Pe==="start"&&!gt.canTrimStart||Pe==="end"&&!gt.canTrimEnd||(He.stopPropagation(),P.current=null,J(!1),D(null),R({element:ke,edge:Pe,originClientX:He.clientX,previewStart:ke.start,previewDuration:ke.duration,previewPlaybackStart:ke.playbackStart,started:!1}))},onPointerDown:Pe=>{var ht,yt;if(Pe.button!==0)return;if(Pe.shiftKey){z.current={element:ke,anchorX:Pe.clientX,anchorY:Pe.clientY};return}const je=Pe.currentTarget.getBoundingClientRect(),lt=$T({width:je.width,offsetX:Pe.clientX-je.left,handleWidth:XT,capabilities:gt});if(lt&&(lt==="move"&&Y||lt!=="move"&&X)){P.current={element:ke,intent:lt,originClientX:Pe.clientX,originClientY:Pe.clientY,started:!1};return}!Y||!gt.canMove||(P.current=null,J(!1),D(null),F({element:ke,originClientX:Pe.clientX,originClientY:Pe.clientY,originScrollLeft:((ht=C.current)==null?void 0:ht.scrollLeft)??0,originScrollTop:((yt=C.current)==null?void 0:yt.scrollTop)??0,pointerClientX:Pe.clientX,pointerClientY:Pe.clientY,pointerOffsetX:Pe.clientX-je.left,pointerOffsetY:Pe.clientY-je.top,previewStart:ke.start,previewTrack:ke.track,started:!1}),I(Pe.clientX,Pe.clientY))},onClick:Pe=>{if(Pe.stopPropagation(),Q.current)return;const He=it?null:ke;B(He?Ze:null),H==null||H(He)},onDoubleClick:Pe=>{Pe.stopPropagation(),!Q.current&&Pt&&L&&L(ke)},children:ae(ze,De)},be)})]})]},ie)}),U&&se&&O.jsx("div",{className:"absolute pointer-events-none",style:{top:se.top,left:se.left,width:Math.max(U.duration*r,4),height:_c-P5*2,zIndex:40},children:O.jsx(z5,{el:{...U,start:0},pps:r,clipY:0,isSelected:w===(U.key??U.id),isHovered:!1,isDragging:!0,hasCustomContent:!!Z,theme:p,trackStyle:j(U.tag),isComposition:!!U.compositionSrc,onHoverStart:()=>{},onHoverEnd:()=>{},onResizeStart:()=>{},onClick:()=>{},onDoubleClick:()=>{},children:ae(U,j(U.tag))})}),m&&O.jsx("div",{className:"absolute pointer-events-none",style:{left:Ut+Math.min(m.start,m.end)*r,width:Math.abs(m.end-m.start)*r,top:Is,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:V,className:"absolute top-0 bottom-0 pointer-events-none",style:{left:`${Ut}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 bC({scrollRef:t,ppsRef:e,durationRef:n,trackOrderRef:r,onMoveElement:i,onResizeElement:l,onBlockedEditAttempt:o,setShowPopover:c,setRangeSelectionRef:f}){const m=me(q=>q.updateElement),[p,g]=h.useState(null),x=h.useRef(null);x.current=p;const[b,S]=h.useState(null),w=h.useRef(null);w.current=b;const A=h.useRef(null),k=h.useRef(!1),E=h.useRef(i);E.current=i;const P=h.useRef(l);P.current=l;const Q=h.useRef(0),C=h.useRef(null),Z=h.useCallback((q,J,D)=>{const R=t.current,F=kT({start:q.element.start,track:q.element.track,duration:q.element.duration,originClientX:q.originClientX,originClientY:q.originClientY,originScrollLeft:q.originScrollLeft,originScrollTop:q.originScrollTop,currentScrollLeft:(R==null?void 0:R.scrollLeft)??q.originScrollLeft,currentScrollTop:(R==null?void 0:R.scrollTop)??q.originScrollTop,pixelsPerSecond:e.current,trackHeight:_c,maxStart:Math.max(0,n.current-q.element.duration),trackOrder:r.current},J,D);return{...q,started:!0,pointerClientX:J,pointerClientY:D,previewStart:F.start,previewTrack:F.track}},[t,e,n,r]),M=h.useCallback(()=>{C.current=null,Q.current&&(cancelAnimationFrame(Q.current),Q.current=0)},[]),V=h.useCallback(()=>{Q.current=0;const q=x.current,J=C.current,D=t.current;if(!q||!J||!D)return;const R=D.getBoundingClientRect(),F=T5(R,J.clientX,J.clientY);if(F.x===0&&F.y===0)return;const B=Math.max(0,D.scrollWidth-D.clientWidth),I=Math.max(0,D.scrollHeight-D.clientHeight),z=Math.max(0,Math.min(B,D.scrollLeft+F.x)),$=Math.max(0,Math.min(I,D.scrollTop+F.y));z===D.scrollLeft&&$===D.scrollTop||(D.scrollLeft=z,D.scrollTop=$,g(j=>j&&Z(j,J.clientX,J.clientY)),Q.current=requestAnimationFrame(V))},[t,Z]),X=h.useCallback((q,J)=>{C.current={clientX:q,clientY:J};const D=t.current;if(!D)return;const R=D.getBoundingClientRect(),F=T5(R,q,J);if(F.x===0&&F.y===0){Q.current&&(cancelAnimationFrame(Q.current),Q.current=0);return}Q.current||(Q.current=requestAnimationFrame(V))},[t,V]),Y=h.useRef(Z);Y.current=Z;const L=h.useRef(X);L.current=X;const H=h.useRef(M);return H.current=M,$t(()=>{const q=()=>{requestAnimationFrame(()=>{k.current=!1})},J=R=>{var $,j,_;const F=x.current,B=w.current,I=A.current;if(B){const U=Math.abs(R.clientX-B.originClientX);if(!B.started&&U<2)return;c(!1),($=f.current)==null||$.call(f,null);const se=B.element.sourceDuration!=null?Math.max(0,(B.element.sourceDuration-(B.element.playbackStart??0))/Math.max(B.element.playbackRate??1,.1)):Number.POSITIVE_INFINITY,ae=B.element.tag.toLowerCase(),ie=ae==="audio"||ae==="video",de=MT({start:B.element.start,duration:B.element.duration,originClientX:B.originClientX,pixelsPerSecond:e.current,minStart:0,maxEnd:Math.min(n.current,B.element.start+se),playbackStart:B.edge==="start"&&ie?B.element.playbackStart??0:B.element.playbackStart,playbackRate:B.element.playbackRate},B.edge,R.clientX);S(pe=>pe&&{...pe,started:!0,previewStart:de.start,previewDuration:de.duration,previewPlaybackStart:de.playbackStart});return}if(I){const U=Math.hypot(R.clientX-I.originClientX,R.clientY-I.originClientY),se=I.intent==="move"?4:2;if(!I.started&&U<se)return;I.started||(I.started=!0,A.current=I,k.current=!0,c(!1),(j=f.current)==null||j.call(f,null),o==null||o(I.element,I.intent));return}if(!F)return;const z=Math.hypot(R.clientX-F.originClientX,R.clientY-F.originClientY);!F.started&&z<4||(c(!1),(_=f.current)==null||_.call(f,null),g(U=>U&&Y.current(U,R.clientX,R.clientY)),L.current(R.clientX,R.clientY))},D=()=>{var z,$;H.current();const R=w.current;if(R){if(w.current=null,S(null),!R.started||(k.current=!0,q(),!(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((z=P.current)==null?void 0:z.call(P,R.element,{start:R.previewStart,duration:R.previewDuration,playbackStart:R.previewPlaybackStart})).catch(_=>{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",_)});return}const F=A.current;if(F){if(A.current=null,!F.started)return;q();return}const B=x.current;!B||(x.current=null,g(null),!B.started)||(k.current=!0,q(),!(B.previewStart!==B.element.start||B.previewTrack!==B.element.track))||(m(B.element.key??B.element.id,{start:B.previewStart,track:B.previewTrack}),Promise.resolve(($=E.current)==null?void 0:$.call(E,B.element,{start:B.previewStart,track:B.previewTrack})).catch(j=>{m(B.element.key??B.element.id,{start:B.element.start,track:B.element.track}),console.error("[Timeline] Failed to persist clip move",j)}))};return window.addEventListener("pointermove",J),window.addEventListener("pointerup",D),window.addEventListener("pointercancel",D),()=>{H.current(),window.removeEventListener("pointermove",J),window.removeEventListener("pointerup",D),window.removeEventListener("pointercancel",D)}}),{draggedClip:p,setDraggedClip:g,resizingClip:b,setResizingClip:S,blockedClipRef:A,suppressClickRef:k,syncClipDragAutoScroll:X,stopClipDragAutoScroll:M}}const vC=h.memo(function({onSeek:e,onDrillDown:n,renderClipContent:r,renderClipOverlay:i,onFileDrop:l,onAssetDrop:o,onDeleteElement:c,onMoveElement:f,onResizeElement:m,onBlockedEditAttempt:p,onSelectElement:g,theme:x}={}){const b=h.useMemo(()=>({...Fb,...x}),[x]),S=me(Oe=>Oe.elements),w=me(Oe=>Oe.duration),A=me(Oe=>Oe.timelineReady),k=me(Oe=>Oe.selectedElementId),E=me(Oe=>Oe.setSelectedElementId),P=me(Oe=>Oe.currentTime),Q=me(Oe=>Oe.zoomMode),C=me(Oe=>Oe.manualZoomPercent),Z=me(Oe=>Oe.setZoomMode),M=me(Oe=>Oe.setManualZoomPercent),V=h.useRef(null),X=h.useRef(null),Y=h.useRef(null),[L,H]=h.useState(null),q=h.useRef(!1),[J,D]=h.useState(!1);$t(()=>{const Oe=kn=>kn.key==="Shift"&&D(!0),Ye=kn=>kn.key==="Shift"&&D(!1),dt=()=>D(!1);return window.addEventListener("keydown",Oe),window.addEventListener("keyup",Ye),window.addEventListener("blur",dt),()=>{window.removeEventListener("keydown",Oe),window.removeEventListener("keyup",Ye),window.removeEventListener("blur",dt)}});const[R,F]=h.useState(!1),[B,I]=h.useState(!0),[z,$]=h.useState(0),j=h.useRef(null),_=h.useRef(0),U=h.useCallback(()=>{const Oe=Y.current;I(Oe?WT(Oe.scrollHeight,Oe.clientHeight):!0)},[]),se=h.useCallback(()=>{_.current&&cancelAnimationFrame(_.current),_.current=requestAnimationFrame(()=>{_.current=0,U()})},[U]),ae=h.useCallback(Oe=>{j.current&&(j.current.disconnect(),j.current=null),X.current=Oe,Oe&&($(Oe.clientWidth),se(),j.current=new ResizeObserver(([Ye])=>{$(Ye.contentRect.width),se()}),j.current.observe(Oe))},[se]);$t(()=>()=>{var Oe;(Oe=j.current)==null||Oe.disconnect(),_.current&&cancelAnimationFrame(_.current)});const ie=h.useMemo(()=>{const Oe=Number.isFinite(w)?w:0;if(S.length===0)return Oe;const Ye=Math.max(...S.map(kn=>kn.start+kn.duration)),dt=Math.max(Oe,Ye);return Number.isFinite(dt)?dt:Oe},[S,w]),de=h.useMemo(()=>{const Oe=new Map;for(const Ye of S){const dt=Oe.get(Ye.track)??[];dt.push(Ye),Oe.set(Ye.track,dt)}return Array.from(Oe.entries()).sort(([Ye],[dt])=>Ye-dt)},[S]),pe=h.useMemo(()=>{var Ye;const Oe=new Map;for(const[dt,kn]of de)Oe.set(dt,_5(((Ye=kn[0])==null?void 0:Ye.tag)??""));return Oe},[de]),oe=h.useMemo(()=>de.map(([Oe])=>Oe),[de]),ye=h.useRef(oe);ye.current=oe;const ke=h.useRef(100),$e=h.useRef(ie);$e.current=ie;const De=h.useRef(null),{draggedClip:Ze,setDraggedClip:gt,resizingClip:it,setResizingClip:Pt,blockedClipRef:be,suppressClickRef:Ce,syncClipDragAutoScroll:ze}=bC({scrollRef:Y,ppsRef:ke,durationRef:$e,trackOrderRef:ye,onMoveElement:f,onResizeElement:m,onBlockedEditAttempt:p,setShowPopover:F,setRangeSelectionRef:De}),Pe=h.useMemo(()=>!(Ze!=null&&Ze.started)||oe.length===0||oe.includes(Ze.previewTrack)?oe:[...oe,Ze.previewTrack].sort((Oe,Ye)=>Oe-Ye),[Ze,oe]),He=IT(Pe.length),je=h.useMemo(()=>S.find(Oe=>(Oe.key??Oe.id)===k)??null,[S,k]),lt=h.useRef(je);lt.current=je;const ht=z>Ut&&ie>0?(z-Ut-2)/ie:100,yt=iC(ht,Q,C);ke.current=yt;const wn=Math.max(0,ie*yt),Fi=h.useRef(Q);Fi.current=Q;const hi=h.useRef(C);hi.current=C;const qi=h.useRef(ht);qi.current=ht;const{seekFromX:_a,autoScrollDuringDrag:nr,dragScrollRaf:Lt}=lC({playheadRef:V,scrollRef:Y,ppsRef:ke,durationRef:$e,isDragging:q,currentTime:P,zoomMode:Q,zoomModeRef:Fi,manualZoomPercentRef:hi,fitPps:ht,fitPpsRef:qi,effectiveDuration:ie,pps:yt,timelineReady:A,elementsLength:S.length,setZoomMode:Z,setManualZoomPercent:M,onSeek:e}),{rangeSelection:kt,setRangeSelection:Mt,shiftClickClipRef:Xa,handlePointerDown:Ui,handlePointerMove:Ii,handlePointerUp:xe}=KT({scrollRef:Y,ppsRef:ke,effectiveDuration:ie,pps:yt,onSeek:e,seekFromX:_a,autoScrollDuringDrag:nr,dragScrollRaf:Lt,isDragging:q,setShowPopover:F});De.current=Mt;const vt=h.useRef(lt.current);h.useEffect(()=>{const Oe=vt.current,Ye=lt.current;vt.current=Ye,Oe&&!Ye&&(F(!1),Mt(null))});const{major:An,minor:rr}=h.useMemo(()=>BT(ie,yt),[ie,yt]),Ll=An.length>=2?Math.max(.25,An[1]-An[0]):ie;h.useEffect(()=>{U()},[U,A,S.length,He]);const za=h.useCallback(Oe=>it&&(it.element.key??it.element.id)===(Oe.key??Oe.id)?{...Oe,start:it.previewStart,duration:it.previewDuration,playbackStart:it.previewPlaybackStart}:Oe,[it]),[qf,Ha]=h.useState(!1),Dl=h.useCallback(Oe=>{const Ye=Oe.dataTransfer.files.length>0,dt=Array.from(Oe.dataTransfer.types).includes(Tm);!Ye&&!dt||(Oe.preventDefault(),dt&&(Oe.dataTransfer.dropEffect="copy"),Ha(!0))},[]),Wi=h.useCallback(Oe=>{Oe.preventDefault(),Ha(!1);const Ye=Y.current,dt=Ye==null?void 0:Ye.getBoundingClientRect(),kn={rectLeft:(dt==null?void 0:dt.left)??0,rectTop:(dt==null?void 0:dt.top)??0,scrollLeft:(Ye==null?void 0:Ye.scrollLeft)??0,scrollTop:(Ye==null?void 0:Ye.scrollTop)??0,pixelsPerSecond:ke.current,duration:$e.current,trackHeight:_c,trackOrder:ye.current};if(l&&Oe.dataTransfer.files.length>0){l(Array.from(Oe.dataTransfer.files),Ye&&dt?R5(kn,Oe.clientX,Oe.clientY):void 0);return}const _l=Oe.dataTransfer.getData(Tm);if(!(!_l||!o||!Ye||!dt))try{const Xl=JSON.parse(_l);Xl.path&&o(Xl.path,R5(kn,Oe.clientX,Oe.clientY))}catch{}},[o,l]);return!A||S.length===0?O.jsx(OC,{isDragOver:qf,onFileDrop:!!l,onDragOver:Dl,onDragLeave:()=>Ha(!1),onDrop:Wi}):O.jsxs("div",{ref:ae,"aria-label":"Timeline",className:`relative border-t select-none h-full overflow-hidden ${J?"cursor-crosshair":"cursor-default"}`,style:{touchAction:"pan-x pan-y",background:b.shellBackground,borderColor:b.shellBorder},children:[O.jsx("div",{ref:Y,className:`${Q==="fit"?"overflow-x-hidden":"overflow-x-auto"} overflow-y-auto h-full`,onDragOver:Dl,onDragLeave:()=>Ha(!1),onDrop:Wi,onPointerDown:Ui,onPointerMove:Ii,onPointerUp:xe,onLostPointerCapture:xe,children:O.jsx(xC,{major:An,minor:rr,pps:yt,trackContentWidth:wn,totalH:He,effectiveDuration:ie,majorTickInterval:Ll,shiftHeld:J,rangeSelection:kt,theme:b,displayTrackOrder:Pe,trackOrder:oe,tracks:de,trackStyles:pe,selectedElementId:k,hoveredClip:L,draggedClip:Ze,resizingClip:it,blockedClipRef:be,suppressClickRef:Ce,scrollRef:Y,renderClipContent:r,renderClipOverlay:i,playheadRef:V,onResizeElement:m,onMoveElement:f,onDrillDown:n,onSelectElement:g,setHoveredClip:H,setShowPopover:F,setRangeSelection:Mt,setResizingClip:Pt,setDraggedClip:gt,setSelectedElementId:E,syncClipDragAutoScroll:ze,shiftClickClipRef:Xa,getPreviewElement:za,getTrackStyle:_5})}),B&&!R&&!kt&&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:b.gutterBorder},children:[O.jsx("kbd",{className:"text-[9px] font-mono px-1 py-0.5 rounded",style:{color:b.textSecondary,background:"rgba(255,255,255,0.06)"},children:"Shift"}),O.jsx("span",{className:"text-[9px]",style:{color:b.textSecondary},children:"+ drag/click to edit range"})]})}),R&&kt&&O.jsx(jT,{rangeStart:kt.start,rangeEnd:kt.end,anchorX:kt.anchorX,anchorY:kt.anchorY,onClose:()=>{F(!1),Mt(null)}})]})}),H5=66,Y5=6,SC=h.memo(function({videoSrc:e,label:n,labelColor:r,duration:i=5}){const[l,o]=h.useState(0),[c,f]=h.useState(!1),[m,p]=h.useState([]),[g,x]=h.useState(16/9),b=h.useRef(null),S=h.useRef(null),w=h.useRef(!1),A=h.useCallback(P=>{var Z,M,V;if((Z=b.current)==null||Z.disconnect(),(M=S.current)==null||M.disconnect(),!P)return;const Q=((V=P.parentElement)==null?void 0:V.clientWidth)||P.clientWidth;o(Q),b.current=new IntersectionObserver(([X])=>{var Y;X.isIntersecting&&(f(!0),(Y=b.current)==null||Y.disconnect())},{rootMargin:"200px"}),b.current.observe(P);const C=P.parentElement||P;S.current=new ResizeObserver(([X])=>{o(X.contentRect.width)}),S.current.observe(C)},[]);$t(()=>()=>{var P,Q;(P=b.current)==null||P.disconnect(),(Q=S.current)==null||Q.disconnect()}),h.useEffect(()=>{if(!c||w.current)return;w.current=!0;const P=document.createElement("video");P.crossOrigin="anonymous",P.muted=!0,P.preload="auto";const Q=document.createElement("canvas"),C=Q.getContext("2d");if(!C){w.current=!1;return}const Z=[],M=Math.min(.4,i*.05);for(let L=0;L<Y5;L++){const H=L/(Y5-1)*i;Z.push(Math.max(H,M))}let V=0,X=!1;const Y=()=>{if(X||V>=Z.length){X||(P.src="",P.load());return}P.currentTime=Z[V]};return P.addEventListener("loadedmetadata",()=>{if(P.videoWidth>0&&P.videoHeight>0){x(P.videoWidth/P.videoHeight);const L=H5*2,H=Math.round(L*(P.videoWidth/P.videoHeight));Q.width=H,Q.height=L}Y()}),P.addEventListener("seeked",()=>{if(X)return;C.drawImage(P,0,0,Q.width,Q.height);const L=Q.toDataURL("image/jpeg",.6);p(H=>[...H,L]),V++,Y()}),P.addEventListener("error",()=>{}),P.src=e,P.load(),()=>{X=!0,w.current=!1,p([]),P.src="",P.load()}},[c,e,i]);const k=Math.round(H5*g),E=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:E}).map((P,Q)=>{const C=m[Q%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"})},Q)})}),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})})]})}),wC=66,AC="v3",B5=10;function kC({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",AC),r&&(f.searchParams.set("selector",r),i!=null&&i>0&&f.searchParams.set("selectorIndex",String(i))),f.toString()}const h2=h.memo(function({previewUrl:e,label:n,labelColor:r,accentColor:i="#6B7280",selector:l,selectorIndex:o,seekTime:c=2,duration:f=5}){const[m,p]=h.useState(0),[g,x]=h.useState(!1),[b,S]=h.useState(16/9),w=h.useRef(null),A=h.useCallback(Q=>{var M,V;if((M=w.current)==null||M.disconnect(),!Q)return;const C=((V=Q.parentElement)==null?void 0:V.clientWidth)||Q.clientWidth;p(C);const Z=Q.parentElement||Q;w.current=new ResizeObserver(([X])=>{p(X.contentRect.width)}),w.current.observe(Z)},[]);$t(()=>()=>{var Q;(Q=w.current)==null||Q.disconnect()});const k=kC({previewUrl:e,seekTime:c,duration:f,selector:l,selectorIndex:o,origin:window.location.origin}),E=Math.max(48,Math.round(wC*b)),P=m>0?Math.max(1,Math.ceil(m/E)):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:Q=>{const C=Q.currentTarget;C.naturalWidth>0&&C.naturalHeight>0&&S(C.naturalWidth/C.naturalHeight),x(!0)},className:"hidden"}),g?O.jsx("div",{className:"absolute inset-0 flex",children:Array.from({length:P}).map((Q,C)=>O.jsx("div",{className:"relative h-full flex-shrink-0 overflow-hidden",style:{width:E},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:B5},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:B5,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 MC=0;const F5={isEditMode:!1,model:null,selectedSegmentIds:new Set,selectedGroupId:null,sourceFilePath:null},Je=Xb(t=>({...F5,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-${MC++}`,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 x=new Map(r.model.segments);return c.forEach((b,S)=>{const w=x.get(b);w&&x.set(b,{...w,groupIndex:S})}),{model:{...r.model,groups:m,segments:x,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,x)=>{const b=m.get(g);b&&m.set(g,{...b,groupIndex:i.segmentIds.length+x})});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({...F5,selectedSegmentIds:new Set})})),TC=new Set(["ArrowLeft","ArrowRight"]),CC=["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 EC(t){if(!t||typeof t!="object")return!1;const e=t;return typeof e.closest!="function"?!1:e.closest.call(t,CC)!==null}function $C(t,e={isCaptionEditMode:!1,selectedCaptionSegmentCount:0}){return t.metaKey||t.ctrlKey||t.altKey||EC(t.target)?!0:TC.has(t.code)&&e.isCaptionEditMode&&e.selectedCaptionSegmentCount>0}const q5=[1,2,4];function QC({iframeRef:t,shuttleDirectionRef:e,shuttleSpeedIndexRef:n,iframeShortcutCleanupRef:r,getAdapter:i,play:l,playBackward:o,pause:c,seek:f}){const m=h.useRef(new Set),p=h.useRef(()=>{}),g=h.useRef(()=>{}),x=h.useCallback(E=>{const P=i(),Q=(P==null?void 0:P.getTime())??me.getState().currentTime;f(Sm(Q,E,au))},[i,f]),b=h.useCallback(E=>{e.current===E?n.current=Math.min(n.current+1,q5.length-1):n.current=0;const P=q5[n.current];me.getState().setPlaybackRate(P),E==="forward"?l():o(P)},[l,o,e,n]),S=h.useCallback(()=>{me.getState().isPlaying?c():l()},[l,c]),w=h.useCallback(E=>{var C,Z,M;if(E.defaultPrevented)return;const P=Je.getState();if($C(E,{isCaptionEditMode:P.isEditMode,selectedCaptionSegmentCount:P.selectedSegmentIds.size}))return;const Q=E.key.toLowerCase();if(m.current.add(Q),E.code==="Space"){E.preventDefault(),S();return}if(E.code==="ArrowLeft"){E.preventDefault(),x(E.shiftKey?-10:-1);return}if(E.code==="ArrowRight"){E.preventDefault(),x(E.shiftKey?10:1);return}if(!E.repeat){if(Q==="k"){E.preventDefault(),c();return}if(Q==="j"){if(E.preventDefault(),m.current.has("k")){x(-1);return}b("backward");return}if(Q==="l"){if(E.preventDefault(),m.current.has("k")){x(1);return}b("forward");return}if(Q==="i"){E.preventDefault();const V=((C=i())==null?void 0:C.getTime())??me.getState().currentTime;me.getState().setInPoint(E.shiftKey?null:V);return}if(Q==="o"){E.preventDefault();const V=((Z=i())==null?void 0:Z.getTime())??me.getState().currentTime;me.getState().setOutPoint(E.shiftKey?null:V);return}if(Q==="a"){E.preventDefault(),f(me.getState().inPoint??0,{keepPlaying:!0});return}if(Q==="e"){E.preventDefault();const{outPoint:V}=me.getState();f(V??((M=i())==null?void 0:M.getDuration())??me.getState().duration,{keepPlaying:!0});return}}},[c,b,x,S,i,f]),A=h.useCallback(E=>{m.current.delete(E.key.toLowerCase())},[]);p.current=w,g.current=A;const k=h.useCallback(()=>{var Z,M,V;(Z=r.current)==null||Z.call(r),r.current=null;const E=(M=t.current)==null?void 0:M.contentWindow,P=(V=t.current)==null?void 0:V.contentDocument;if(!E&&!P)return;const Q=X=>p.current(X),C=X=>g.current(X);E==null||E.addEventListener("keydown",Q,!0),E==null||E.addEventListener("keyup",C,!0),P==null||P.addEventListener("keydown",Q,!0),P==null||P.addEventListener("keyup",C,!0),r.current=()=>{E==null||E.removeEventListener("keydown",Q,!0),E==null||E.removeEventListener("keyup",C,!0),P==null||P.removeEventListener("keydown",Q,!0),P==null||P.removeEventListener("keyup",C,!0)}},[t,r]);return{playbackKeyDownRef:p,playbackKeyUpRef:g,attachIframeShortcutListeners:k,togglePlay:S}}function PC(t){const{clip:e,fallbackIndex:n,doc:r}=t;let i=t.hostEl??null;const l=lu({id:e.id,label:e.label,tag:e.tagName||e.kind});let o,c,f,m;i&&(o=i.id||void 0,c=yl(i),f=r&&c?jc(r,i,c):void 0,m=Zc(i));const p=Rc({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&&Vb(g,i),e.assetUrl&&(g.src=e.assetUrl),e.kind==="composition"&&e.compositionId){let x=e.compositionSrc;if(x||(i=(r==null?void 0:r.querySelector(`[data-composition-id="${e.compositionId}"]`))??i,x=(i==null?void 0:i.getAttribute("data-composition-src"))??(i==null?void 0:i.getAttribute("data-composition-file"))??null),x)g.compositionSrc=x;else if(i){const b=i.querySelector("video[src]");b&&(g.src=b.getAttribute("src")||void 0,g.tag="video")}if(i){g.domId=i.id||void 0,g.selector=yl(i),g.selectorIndex=r&&g.selector?jc(r,i,g.selector):void 0,g.sourceFile=Zc(i);const b=Rc({preferredId:e.id,label:l,fallbackIndex:n,domId:g.domId,selector:g.selector,selectorIndex:g.selectorIndex,sourceFile:g.sourceFile});g.id=b.id,g.key=b.key}}return g}function Ib(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(km)),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(!uT(r,c))continue;const f=yl(c);if(!f)continue;const m=jc(t,c,f),p=Zc(c),g=aT(c),x=Rc({preferredId:c.id||null,label:g,fallbackIndex:n.length+o.length,domId:c.id||void 0,selector:f,selectorIndex:m,sourceFile:p});i.has(x.key)||i.has(x.id)||o.push({domId:c.id||void 0,duration:e,id:x.id,key:x.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 Wb(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 x=c.getAttribute("data-duration");if(x!=null&&(g=parseFloat(x)),(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 b=c.getAttribute("data-track-index"),S=b!=null?parseInt(b,10):l++,w=c.getAttribute("data-composition-id"),A=yl(c),k=Zc(c),E=jc(t,c,A),P=lu({id:c.id||w||null,label:c.getAttribute("data-timeline-label")??c.getAttribute("data-label"),tag:p}),Q=Rc({preferredId:c.id||w||null,label:P,fallbackIndex:i.length,domId:c.id||void 0,selector:A,selectorIndex:E,sourceFile:k}),C={id:Q.id,label:P,key:Q.key,tag:p,start:m,duration:g,track:isNaN(S)?0:S,domId:c.id||void 0,selector:A,selectorIndex:E,sourceFile:k,timingSource:"authored"},Z=Nb(c);if(Z){Z.tagName==="IMG"&&(C.tag="img");const V=Z.getAttribute("src");V&&(C.src=V);const X=c.getAttribute("data-volume")??Z.getAttribute("data-volume");X&&(C.volume=parseFloat(X)),Vb(C,c)}const M=c.getAttribute("data-composition-src")||c.getAttribute("data-composition-file");if(M)C.compositionSrc=M;else if(w&&w!==(n==null?void 0:n.getAttribute("data-composition-id"))){const V=c.querySelector("video[src]");V&&(C.src=V.getAttribute("src")||void 0,C.tag="video")}i.push(C)}),[...i,...Ib(t,e,i)]}function ZC(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(km)),c=t.filter(f=>!o.has(km(f)));return c.length===0?e:[...e,...c]}function jC(t){const e=t.match(/\/preview\/comp\/(.+?)(?:\?|$)/);return e?decodeURIComponent(e[1]):void 0}function RC(t){if(!Number.isFinite(t.rootDuration)||t.rootDuration<=0)return null;const e=jC(t.iframeSrc);return{id:t.compositionId,label:lu({id:t.compositionId,tag:t.tagName}),key:Am({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 NC({iframeRef:t,probeIntervalRef:e,pendingSeekRef:n,isRefreshingRef:r,getAdapter:i,syncTimelineElements:l,setDuration:o,setCurrentTime:c,setTimelineReady:f,setIsPlaying:m,attachIframeShortcutListeners:p,applyPreviewAudioState:g}){const x=h.useCallback(E=>{var q;if(!E.clips||E.clips.length===0)return;const P=new Set(E.clips.map(J=>J.compositionId).filter(Boolean)),Q=E.clips.filter(J=>!J.parentCompositionId||!P.has(J.parentCompositionId));let C=null;try{C=((q=t.current)==null?void 0:q.contentDocument)??null}catch{C=null}const Z=new Set,M=Q.map((J,D)=>{const R=C?cT(C,J,D,Z):null;return R&&Z.add(R),PC({clip:J,fallbackIndex:D,doc:C,hostEl:R})}),V=E.durationInFrames/30,X=Number.isFinite(V)&&V<7200?V:0,Y=X>0?X:me.getState().duration,L=Y>0?M.filter(J=>J.start<Y).map(J=>({...J,duration:Math.min(J.duration,Y-J.start)})).filter(J=>J.duration>0):M,H=C&&Y>0?[...L,...Ib(C,Y,L)]:L;H.length>0&&l(H,X>0?X:void 0)},[t,l]),b=h.useCallback(()=>{try{const E=t.current,P=E==null?void 0:E.contentDocument,Q=E==null?void 0:E.contentWindow;if(!P||!Q)return;const C=me.getState().elements,Z=me.getState().duration,{missing:M,updatedEls:V,patched:X}=gT(P,Q,C,Z);if(M.length>0||X){const Y=new Set(V.map(H=>H.id)),L=M.filter(H=>!Y.has(H.id));l([...V,...L])}}catch(E){console.warn("[useTimelinePlayer] enrichMissingCompositions failed",E)}},[t,l]),S=h.useCallback(()=>{const E=i();if(!E||E.getDuration()<=0)return!1;E.pause();const P=n.current;n.current=null;const Q=P!=null?Math.min(P,E.getDuration()):0;E.seek(Q),Cr.notify(Q);const C=E.getDuration();Number.isFinite(C)&&C>0&&C<7200&&C!==me.getState().duration&&o(C),c(Q),r.current||f(!0),r.current=!1,m(!1);try{const Z=t.current,M=Z==null?void 0:Z.contentDocument,V=Z==null?void 0:Z.contentWindow;M&&V&&(fT(M,V),hT(M),p());const X=V==null?void 0:V.__clipManifest;if(X&&X.clips.length>0&&x(X),b(),g(),me.getState().elements.length===0&&M){const Y=Wb(M,E.getDuration());Y.length>0&&l(Y)}if(me.getState().elements.length===0&&M){const Y=M.querySelector("[data-composition-id]"),L=E.getDuration();if(Y&&L>0){const H=RC({compositionId:Y.getAttribute("data-composition-id")||"composition",tagName:Y.tagName||"div",rootDuration:L,iframeSrc:(Z==null?void 0:Z.src)||"",selector:yl(Y)});H&&l([H])}}}catch(Z){console.warn("[useTimelinePlayer] Could not read timeline elements from iframe",Z)}return!0},[i,o,c,f,m,x,b,l,p,g,t,r,n]),w=h.useCallback(()=>{if(g(),e.current&&clearInterval(e.current),S())return;const E=t.current;let P=!1;const Q=()=>{P||S()&&(P=!0,window.removeEventListener("message",C),e.current&&clearInterval(e.current))},C=Z=>{if(Z.source&&E&&Z.source!==E.contentWindow)return;const M=Z.data;(M==null?void 0:M.source)==="hf-preview"&&((M==null?void 0:M.type)==="state"||(M==null?void 0:M.type)==="timeline")&&Q()};window.addEventListener("message",C),e.current=setTimeout(()=>{P||(Q(),P||console.warn("[useTimelinePlayer] Runtime did not signal readiness within 5s")),window.removeEventListener("message",C)},5e3)},[S,t,e,g]);return{processTimelineMessage:x,processTimelineMessageRef:{current:x},enrichMissingCompositions:b,enrichMissingCompositionsRef:{current:b},initializeAdapter:S,onIframeLoad:w}}function VC(){const t=h.useRef(null),e=h.useRef(0),n=h.useRef(void 0),r=h.useRef(null),i=h.useRef(!1),l=h.useRef(0),o=h.useRef(null),c=h.useRef(0),f=h.useRef(null),m=h.useRef(0),p=h.useRef(null),{setIsPlaying:g,setCurrentTime:x,setDuration:b,setTimelineReady:S,setElements:w}=me.getState(),A=h.useCallback((j,_)=>{const U=me.getState(),se=_??U.duration,ae=ZC(U.elements,j,U.duration,se);(ae.length!==U.elements.length||ae.some((de,pe)=>{const oe=U.elements[pe];return!oe||de.id!==oe.id||de.start!==oe.start||de.duration!==oe.duration||de.track!==oe.track}))&&w(ae),Number.isFinite(_)&&(_??0)>0&&_!==U.duration&&b(_??0),U.timelineReady||S(!0)},[w,S,b]),k=h.useCallback(()=>{var j,_;try{const U=t.current,se=U==null?void 0:U.contentWindow;if(!U||!se)return null;const ae=se.__player&&typeof se.__player.play=="function"?se.__player:null;if(c2(ae)>0)return ae;if(se.__timeline){const de=O5(se.__timeline);if(c2(de)>0)return de}if(se.__timelines){const de=Object.keys(se.__timelines);if(de.length>0){const pe=(_=(j=U==null?void 0:U.contentDocument)==null?void 0:j.querySelector("[data-composition-id]"))==null?void 0:_.getAttribute("data-composition-id"),oe=pe&&pe in se.__timelines?pe:de[de.length-1],ye=O5(se.__timelines[oe]);if(c2(ye)>0)return ye}}const ie=Math.max(me.getState().duration,rT(U.contentDocument));if(ae&&ie>0&&(typeof ae.renderSeek=="function"||typeof ae.seek=="function")){const de=p.current;if((de==null?void 0:de.player)===ae&&de.duration===ie)return de.adapter;de==null||de.adapter.pause();const pe=nT(ae,ie,tT(se),()=>me.getState().playbackRate);return p.current={player:ae,duration:ie,adapter:pe},pe}return ae}catch(U){return console.warn("[useTimelinePlayer] Could not get playback adapter (cross-origin)",U),null}},[]),E=h.useCallback(()=>{cancelAnimationFrame(l.current)},[]),P=h.useCallback(()=>{const j=()=>{const _=k();if(_){const U=_.getTime(),se=_.getDuration();Cr.notify(U);const{inPoint:ae,outPoint:ie}=me.getState(),de=ie!==null?ie:se,pe=ae!==null?ae:0,oe=pe<de?de:se,ye=pe<de?pe:0;if(U>=oe){if(me.getState().loopEnabled&&se>0){_.seek(ye),Cr.notify(ye),_.play(),g(!0),e.current=requestAnimationFrame(j);return}_.isPlaying()&&_.pause(),x(U),g(!1),cancelAnimationFrame(e.current);return}}e.current=requestAnimationFrame(j)};e.current=requestAnimationFrame(j)},[k,x,g]),Q=h.useCallback(()=>{cancelAnimationFrame(e.current)},[]),C=h.useCallback(j=>{const _=t.current;if(_){pT(_,j);try{const U=_.contentWindow;if(U!=null&&U.__timelines)for(const se of Object.values(U.__timelines))se&&typeof se.timeScale=="function"&&se.timeScale(j)}catch(U){console.warn("[useTimelinePlayer] Could not set playback rate (cross-origin)",U)}}},[]),Z=h.useCallback(j=>{const{audioMuted:_,playbackRate:U}=me.getState(),se=j??U;mT(t.current,_b(_,se))},[]),M=h.useCallback(()=>{Q(),E();const j=k();j&&(j.getTime()>=j.getDuration()&&j.seek(me.getState().inPoint??0),C(me.getState().playbackRate),Z(),j.play(),o.current="forward",g(!0),P())},[k,g,P,C,Z,Q,E]),V=h.useCallback(j=>{Q(),E();const _=k();if(!_)return;const U=Math.max(0,_.getDuration()),se=_.getTime()<=0&&U>0?U:_.getTime();_.pause(),se!==_.getTime()&&_.seek(se);const ae=Math.max(.1,Math.min(4,j));C(ae),Z(ae);let ie=se,de=performance.now();const pe=oe=>{const ye=(oe-de)/1e3*ae;let ke=ie-ye;const{inPoint:$e,outPoint:De}=me.getState(),Ze=De!==null?De:U,gt=$e!==null?$e:0,it=gt<Ze?Ze:U,Pt=gt<Ze?gt:0;if(ke<=Pt)if(me.getState().loopEnabled&&U>0)ie=it,de=oe,ke=it;else{_.seek(Pt),Cr.notify(Pt),x(Pt),g(!1),o.current=null,l.current=0;return}_.seek(Math.max(0,ke)),Cr.notify(Math.max(0,ke)),g(!0),l.current=requestAnimationFrame(pe)};g(!0),o.current="backward",l.current=requestAnimationFrame(pe)},[k,x,g,C,Z,Q,E]),X=h.useCallback(()=>{E();const j=k();j&&(j.pause(),x(j.getTime()),g(!1),o.current=null,c.current=0,Q())},[k,x,g,Q,E]),Y=h.useCallback((j,_)=>{const U=o.current==="backward";E();const se=k();if(!se)return r.current=Math.max(0,j),!1;const ae=Math.max(0,se.getDuration()),ie=Math.max(0,ae>0?Math.min(ae,j):j);return se.seek(ie,_),Cr.notify(ie),x(ie),(!(_!=null&&_.keepPlaying)||U)&&(Q(),me.getState().isPlaying&&g(!1),o.current=null,c.current=0),!0},[k,r,x,g,Q,E,o,c]);h.useEffect(()=>me.subscribe((j,_)=>{j.requestedSeekTime!==null&&j.requestedSeekTime!==_.requestedSeekTime&&(Y(j.requestedSeekTime),me.getState().clearSeekRequest())}),[Y]);const{playbackKeyDownRef:L,playbackKeyUpRef:H,attachIframeShortcutListeners:q,togglePlay:J}=QC({iframeRef:t,shuttleDirectionRef:o,shuttleSpeedIndexRef:c,iframeShortcutCleanupRef:f,getAdapter:k,play:M,playBackward:V,pause:X,seek:Y}),{processTimelineMessageRef:D,enrichMissingCompositionsRef:R,onIframeLoad:F}=NC({iframeRef:t,probeIntervalRef:n,pendingSeekRef:r,isRefreshingRef:i,getAdapter:k,syncTimelineElements:A,setDuration:b,setCurrentTime:x,setTimelineReady:S,setIsPlaying:g,attachIframeShortcutListeners:q,applyPreviewAudioState:Z}),B=h.useCallback(()=>{const j=k();r.current=j?j.getTime():me.getState().currentTime??0,i.current=!0,Q(),E(),g(!1)},[k,Q,g,E]),I=h.useCallback(()=>{const j=t.current;if(!j)return;B();const _=j.src,U=new URL(_,window.location.origin);U.searchParams.set("_t",String(Date.now())),j.src=U.toString()},[B]),z=h.useRef(k);z.current=k,$t(()=>{const j=ae=>L.current(ae),_=ae=>H.current(ae),U=ae=>{const ie=ae.data,de=t.current;if(!(ae.source&&de&&ae.source!==de.contentWindow)){if((ie==null?void 0:ie.source)==="hf-preview"&&(ie==null?void 0:ie.type)==="state")try{if(me.getState().elements.length===0){const oe=de==null?void 0:de.contentWindow,ye=oe==null?void 0:oe.__clipManifest;ye&&ye.clips.length>0&&D.current(ye)}Date.now()-m.current>500&&R.current()}catch(pe){console.warn("[useTimelinePlayer] Could not read clip manifest from iframe",pe)}if((ie==null?void 0:ie.source)==="hf-preview"&&(ie==null?void 0:ie.type)==="timeline"&&Array.isArray(ie.clips)&&(m.current=Date.now(),D.current(ie),R.current(),me.getState().elements.length===0))try{const pe=de==null?void 0:de.contentDocument,oe=k();if(pe&&oe){const ye=Wb(pe,oe.getDuration());ye.length>0&&A(ye)}}catch(pe){console.warn("[useTimelinePlayer] Could not read timeline elements on navigate (cross-origin)",pe)}}},se=()=>{var ae;if(document.hidden&&me.getState().isPlaying){const ie=(ae=z.current)==null?void 0:ae.call(z);ie&&(ie.pause(),g(!1),Q())}};return window.addEventListener("keydown",j,!0),window.addEventListener("keyup",_,!0),window.addEventListener("message",U),document.addEventListener("visibilitychange",se),()=>{var ae;window.removeEventListener("keydown",j,!0),window.removeEventListener("keyup",_,!0),(ae=f.current)==null||ae.call(f),f.current=null,window.removeEventListener("message",U),document.removeEventListener("visibilitychange",se),Q(),E(),n.current&&clearInterval(n.current)}});const $=h.useCallback(()=>{Q(),E(),n.current&&clearInterval(n.current),me.getState().reset()},[Q,E]);return h.useEffect(()=>me.subscribe((j,_)=>{const U=j.playbackRate!==_.playbackRate,se=j.audioMuted!==_.audioMuted;!U&&!se||(U&&C(j.playbackRate),Z())}),[C,Z]),{iframeRef:t,play:M,pause:X,togglePlay:J,seek:Y,onIframeLoad:F,refreshPlayer:I,saveSeekPosition:B,resetPlayer:$}}const LC=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M244,56v48a12,12,0,0,1-12,12H184a12,12,0,1,1,0-24H201.1l-19-17.38c-.13-.12-.26-.24-.38-.37A76,76,0,1,0,127,204h1a75.53,75.53,0,0,0,52.15-20.72,12,12,0,0,1,16.49,17.45A99.45,99.45,0,0,1,128,228h-1.37A100,100,0,1,1,198.51,57.06L220,76.72V56a12,12,0,0,1,24,0Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,128a88,88,0,1,1-88-88A88,88,0,0,1,216,128Z",opacity:"0.2"}),h.createElement("path",{d:"M240,56v48a8,8,0,0,1-8,8H184a8,8,0,0,1,0-16H211.4L184.81,71.64l-.25-.24a80,80,0,1,0-1.67,114.78,8,8,0,0,1,11,11.63A95.44,95.44,0,0,1,128,224h-1.32A96,96,0,1,1,195.75,60L224,85.8V56a8,8,0,1,1,16,0Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M240,56v48a8,8,0,0,1-8,8H184a8,8,0,0,1-5.66-13.66l17-17-10.55-9.65-.25-.24a80,80,0,1,0-1.67,114.78,8,8,0,1,1,11,11.63A95.44,95.44,0,0,1,128,224h-1.32A96,96,0,1,1,195.75,60l10.93,10L226.34,50.3A8,8,0,0,1,240,56Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M238,56v48a6,6,0,0,1-6,6H184a6,6,0,0,1,0-12h32.55l-30.38-27.8c-.06-.06-.12-.13-.19-.19a82,82,0,1,0-1.7,117.65,6,6,0,0,1,8.24,8.73A93.46,93.46,0,0,1,128,222h-1.28A94,94,0,1,1,194.37,61.4L226,90.35V56a6,6,0,1,1,12,0Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M240,56v48a8,8,0,0,1-8,8H184a8,8,0,0,1,0-16H211.4L184.81,71.64l-.25-.24a80,80,0,1,0-1.67,114.78,8,8,0,0,1,11,11.63A95.44,95.44,0,0,1,128,224h-1.32A96,96,0,1,1,195.75,60L224,85.8V56a8,8,0,1,1,16,0Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M236,56v48a4,4,0,0,1-4,4H184a4,4,0,0,1,0-8h37.7L187.53,68.69l-.13-.12a84,84,0,1,0-1.75,120.51,4,4,0,0,1,5.5,5.82A91.43,91.43,0,0,1,128,220h-1.26A92,92,0,1,1,193,62.84l35,32.05V56a4,4,0,1,1,8,0Z"}))]]),DC=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M228,128a100,100,0,0,1-98.66,100H128a99.39,99.39,0,0,1-68.62-27.29,12,12,0,0,1,16.48-17.45,76,76,0,1,0-1.57-109c-.13.13-.25.25-.39.37L54.89,92H72a12,12,0,0,1,0,24H24a12,12,0,0,1-12-12V56a12,12,0,0,1,24,0V76.72L57.48,57.06A100,100,0,0,1,228,128Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,128a88,88,0,1,1-88-88A88,88,0,0,1,216,128Z",opacity:"0.2"}),h.createElement("path",{d:"M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L44.59,96H72a8,8,0,0,1,0,16H24a8,8,0,0,1-8-8V56a8,8,0,0,1,16,0V85.8L60.25,60A96,96,0,0,1,224,128Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L60.63,81.29l17,17A8,8,0,0,1,72,112H24a8,8,0,0,1-8-8V56A8,8,0,0,1,29.66,50.3L49.31,70,60.25,60A96,96,0,0,1,224,128Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M222,128a94,94,0,0,1-92.74,94H128a93.43,93.43,0,0,1-64.5-25.65,6,6,0,1,1,8.24-8.72A82,82,0,1,0,70,70l-.19.19L39.44,98H72a6,6,0,0,1,0,12H24a6,6,0,0,1-6-6V56a6,6,0,0,1,12,0V90.34L61.63,61.4A94,94,0,0,1,222,128Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L44.59,96H72a8,8,0,0,1,0,16H24a8,8,0,0,1-8-8V56a8,8,0,0,1,16,0V85.8L60.25,60A96,96,0,0,1,224,128Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M220,128a92,92,0,0,1-90.77,92H128a91.47,91.47,0,0,1-63.13-25.1,4,4,0,1,1,5.5-5.82A84,84,0,1,0,68.6,68.57l-.13.12L34.3,100H72a4,4,0,0,1,0,8H24a4,4,0,0,1-4-4V56a4,4,0,0,1,8,0V94.89l35-32A92,92,0,0,1,220,128Z"}))]]),_C=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M228,128a12,12,0,0,1-12,12H69l51.52,51.51a12,12,0,0,1-17,17l-72-72a12,12,0,0,1,0-17l72-72a12,12,0,0,1,17,17L69,116H216A12,12,0,0,1,228,128Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M112,56V200L40,128Z",opacity:"0.2"}),h.createElement("path",{d:"M216,120H120V56a8,8,0,0,0-13.66-5.66l-72,72a8,8,0,0,0,0,11.32l72,72A8,8,0,0,0,120,200V136h96a8,8,0,0,0,0-16ZM104,180.69,51.31,128,104,75.31Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,128a8,8,0,0,1-8,8H120v64a8,8,0,0,1-13.66,5.66l-72-72a8,8,0,0,1,0-11.32l72-72A8,8,0,0,1,120,56v64h96A8,8,0,0,1,224,128Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M222,128a6,6,0,0,1-6,6H54.49l61.75,61.76a6,6,0,1,1-8.48,8.48l-72-72a6,6,0,0,1,0-8.48l72-72a6,6,0,0,1,8.48,8.48L54.49,122H216A6,6,0,0,1,222,128Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M220,128a4,4,0,0,1-4,4H49.66l65.17,65.17a4,4,0,0,1-5.66,5.66l-72-72a4,4,0,0,1,0-5.66l72-72a4,4,0,0,1,5.66,5.66L49.66,124H216A4,4,0,0,1,220,128Z"}))]]),XC=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M87.51,64.49a12,12,0,0,1,0-17l32-32a12,12,0,0,1,17,0l32,32a12,12,0,0,1-17,17L140,53V96a12,12,0,0,1-24,0V53L104.49,64.49A12,12,0,0,1,87.51,64.49Zm64,127L140,203V160a12,12,0,0,0-24,0v43l-11.51-11.52a12,12,0,0,0-17,17l32,32a12,12,0,0,0,17,0l32-32a12,12,0,0,0-17-17Zm89-72-32-32a12,12,0,0,0-17,17L203,116H160a12,12,0,0,0,0,24h43l-11.52,11.51a12,12,0,0,0,17,17l32-32A12,12,0,0,0,240.49,119.51ZM53,140H96a12,12,0,0,0,0-24H53l11.52-11.51a12,12,0,1,0-17-17l-32,32a12,12,0,0,0,0,17l32,32a12,12,0,1,0,17-17Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M232,128,128,232,24,128,128,24Z",opacity:"0.2"}),h.createElement("path",{d:"M90.34,61.66a8,8,0,0,1,0-11.32l32-32a8,8,0,0,1,11.32,0l32,32a8,8,0,0,1-11.32,11.32L136,43.31V96a8,8,0,0,1-16,0V43.31L101.66,61.66A8,8,0,0,1,90.34,61.66Zm64,132.68L136,212.69V160a8,8,0,0,0-16,0v52.69l-18.34-18.35a8,8,0,0,0-11.32,11.32l32,32a8,8,0,0,0,11.32,0l32-32a8,8,0,0,0-11.32-11.32Zm83.32-72-32-32a8,8,0,0,0-11.32,11.32L212.69,120H160a8,8,0,0,0,0,16h52.69l-18.35,18.34a8,8,0,0,0,11.32,11.32l32-32A8,8,0,0,0,237.66,122.34ZM43.31,136H96a8,8,0,0,0,0-16H43.31l18.35-18.34A8,8,0,0,0,50.34,90.34l-32,32a8,8,0,0,0,0,11.32l32,32a8,8,0,0,0,11.32-11.32Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M96,136H64v24a8,8,0,0,1-13.66,5.66l-32-32a8,8,0,0,1,0-11.32l32-32A8,8,0,0,1,64,96v24H96a8,8,0,0,1,0,16Zm0-72h24V96a8,8,0,0,0,16,0V64h24a8,8,0,0,0,5.66-13.66l-32-32a8,8,0,0,0-11.32,0l-32,32A8,8,0,0,0,96,64Zm141.66,58.34-32-32A8,8,0,0,0,192,96v24H160a8,8,0,0,0,0,16h32v24a8,8,0,0,0,13.66,5.66l32-32A8,8,0,0,0,237.66,122.34ZM160,192H136V160a8,8,0,0,0-16,0v32H96a8,8,0,0,0-5.66,13.66l32,32a8,8,0,0,0,11.32,0l32-32A8,8,0,0,0,160,192Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M91.76,60.24a6,6,0,0,1,0-8.48l32-32a6,6,0,0,1,8.48,0l32,32a6,6,0,1,1-8.48,8.48L134,38.49V96a6,6,0,0,1-12,0V38.49L100.24,60.24A6,6,0,0,1,91.76,60.24Zm64,135.52L134,217.51V160a6,6,0,0,0-12,0v57.51l-21.76-21.75a6,6,0,0,0-8.48,8.48l32,32a6,6,0,0,0,8.48,0l32-32a6,6,0,0,0-8.48-8.48Zm80.48-72-32-32a6,6,0,0,0-8.48,8.48L217.51,122H160a6,6,0,0,0,0,12h57.51l-21.75,21.76a6,6,0,1,0,8.48,8.48l32-32A6,6,0,0,0,236.24,123.76ZM38.49,134H96a6,6,0,0,0,0-12H38.49l21.75-21.76a6,6,0,0,0-8.48-8.48l-32,32a6,6,0,0,0,0,8.48l32,32a6,6,0,0,0,8.48-8.48Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M90.34,61.66a8,8,0,0,1,0-11.32l32-32a8,8,0,0,1,11.32,0l32,32a8,8,0,0,1-11.32,11.32L136,43.31V96a8,8,0,0,1-16,0V43.31L101.66,61.66A8,8,0,0,1,90.34,61.66Zm64,132.68L136,212.69V160a8,8,0,0,0-16,0v52.69l-18.34-18.35a8,8,0,0,0-11.32,11.32l32,32a8,8,0,0,0,11.32,0l32-32a8,8,0,0,0-11.32-11.32Zm83.32-72-32-32a8,8,0,0,0-11.32,11.32L212.69,120H160a8,8,0,0,0,0,16h52.69l-18.35,18.34a8,8,0,0,0,11.32,11.32l32-32A8,8,0,0,0,237.66,122.34ZM43.31,136H96a8,8,0,0,0,0-16H43.31l18.35-18.34A8,8,0,0,0,50.34,90.34l-32,32a8,8,0,0,0,0,11.32l32,32a8,8,0,0,0,11.32-11.32Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M93.17,58.83a4,4,0,0,1,0-5.66l32-32a4,4,0,0,1,5.66,0l32,32a4,4,0,0,1-5.66,5.66L132,33.66V96a4,4,0,0,1-8,0V33.66L98.83,58.83A4,4,0,0,1,93.17,58.83Zm64,138.34L132,222.34V160a4,4,0,0,0-8,0v62.34L98.83,197.17a4,4,0,0,0-5.66,5.66l32,32a4,4,0,0,0,5.66,0l32-32a4,4,0,0,0-5.66-5.66Zm77.66-72-32-32a4,4,0,0,0-5.66,5.66L222.34,124H160a4,4,0,0,0,0,8h62.34l-25.17,25.17a4,4,0,0,0,5.66,5.66l32-32A4,4,0,0,0,234.83,125.17ZM33.66,132H96a4,4,0,0,0,0-8H33.66L58.83,98.83a4,4,0,0,0-5.66-5.66l-32,32a4,4,0,0,0,0,5.66l32,32a4,4,0,1,0,5.66-5.66Z"}))]]),zC=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,52H182.42L170,33.34A12,12,0,0,0,160,28H96a12,12,0,0,0-10,5.34L73.57,52H48A28,28,0,0,0,20,80V192a28,28,0,0,0,28,28H208a28,28,0,0,0,28-28V80A28,28,0,0,0,208,52Zm4,140a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V80a4,4,0,0,1,4-4H80a12,12,0,0,0,10-5.34L102.42,52h51.15L166,70.66A12,12,0,0,0,176,76h32a4,4,0,0,1,4,4ZM128,84a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,84Zm0,72a24,24,0,1,1,24-24A24,24,0,0,1,128,156Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,64H176L160,40H96L80,64H48A16,16,0,0,0,32,80V192a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V80A16,16,0,0,0,208,64ZM128,168a36,36,0,1,1,36-36A36,36,0,0,1,128,168Z",opacity:"0.2"}),h.createElement("path",{d:"M208,56H180.28L166.65,35.56A8,8,0,0,0,160,32H96a8,8,0,0,0-6.65,3.56L75.71,56H48A24,24,0,0,0,24,80V192a24,24,0,0,0,24,24H208a24,24,0,0,0,24-24V80A24,24,0,0,0,208,56Zm8,136a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V80a8,8,0,0,1,8-8H80a8,8,0,0,0,6.66-3.56L100.28,48h55.43l13.63,20.44A8,8,0,0,0,176,72h32a8,8,0,0,1,8,8ZM128,88a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,88Zm0,72a28,28,0,1,1,28-28A28,28,0,0,1,128,160Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,56H180.28L166.65,35.56A8,8,0,0,0,160,32H96a8,8,0,0,0-6.65,3.56L75.71,56H48A24,24,0,0,0,24,80V192a24,24,0,0,0,24,24H208a24,24,0,0,0,24-24V80A24,24,0,0,0,208,56Zm-44,76a36,36,0,1,1-36-36A36,36,0,0,1,164,132Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,58H179.21L165,36.67A6,6,0,0,0,160,34H96a6,6,0,0,0-5,2.67L76.78,58H48A22,22,0,0,0,26,80V192a22,22,0,0,0,22,22H208a22,22,0,0,0,22-22V80A22,22,0,0,0,208,58Zm10,134a10,10,0,0,1-10,10H48a10,10,0,0,1-10-10V80A10,10,0,0,1,48,70H80a6,6,0,0,0,5-2.67L99.21,46h57.57L171,67.33A6,6,0,0,0,176,70h32a10,10,0,0,1,10,10ZM128,90a42,42,0,1,0,42,42A42,42,0,0,0,128,90Zm0,72a30,30,0,1,1,30-30A30,30,0,0,1,128,162Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,56H180.28L166.65,35.56A8,8,0,0,0,160,32H96a8,8,0,0,0-6.65,3.56L75.71,56H48A24,24,0,0,0,24,80V192a24,24,0,0,0,24,24H208a24,24,0,0,0,24-24V80A24,24,0,0,0,208,56Zm8,136a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V80a8,8,0,0,1,8-8H80a8,8,0,0,0,6.66-3.56L100.28,48h55.43l13.63,20.44A8,8,0,0,0,176,72h32a8,8,0,0,1,8,8ZM128,88a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,88Zm0,72a28,28,0,1,1,28-28A28,28,0,0,1,128,160Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,60H178.13L163.32,37.78A4,4,0,0,0,160,36H96a4,4,0,0,0-3.32,1.78L77.85,60H48A20,20,0,0,0,28,80V192a20,20,0,0,0,20,20H208a20,20,0,0,0,20-20V80A20,20,0,0,0,208,60Zm12,132a12,12,0,0,1-12,12H48a12,12,0,0,1-12-12V80A12,12,0,0,1,48,68H80a4,4,0,0,0,3.33-1.78L98.13,44h59.72l14.82,22.22A4,4,0,0,0,176,68h32a12,12,0,0,1,12,12ZM128,92a40,40,0,1,0,40,40A40,40,0,0,0,128,92Zm0,72a32,32,0,1,1,32-32A32,32,0,0,1,128,164Z"}))]]),HC=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216.49,104.49l-80,80a12,12,0,0,1-17,0l-80-80a12,12,0,0,1,17-17L128,159l71.51-71.52a12,12,0,0,1,17,17Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,96l-80,80L48,96Z",opacity:"0.2"}),h.createElement("path",{d:"M215.39,92.94A8,8,0,0,0,208,88H48a8,8,0,0,0-5.66,13.66l80,80a8,8,0,0,0,11.32,0l80-80A8,8,0,0,0,215.39,92.94ZM128,164.69,67.31,104H188.69Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,48,88H208a8,8,0,0,1,5.66,13.66Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M212.24,100.24l-80,80a6,6,0,0,1-8.48,0l-80-80a6,6,0,0,1,8.48-8.48L128,167.51l75.76-75.75a6,6,0,0,1,8.48,8.48Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M210.83,98.83l-80,80a4,4,0,0,1-5.66,0l-80-80a4,4,0,0,1,5.66-5.66L128,170.34l77.17-77.17a4,4,0,1,1,5.66,5.66Z"}))]]),YC=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M184.49,136.49l-80,80a12,12,0,0,1-17-17L159,128,87.51,56.49a12,12,0,1,1,17-17l80,80A12,12,0,0,1,184.49,136.49Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M176,128,96,208V48Z",opacity:"0.2"}),h.createElement("path",{d:"M181.66,122.34l-80-80A8,8,0,0,0,88,48V208a8,8,0,0,0,13.66,5.66l80-80A8,8,0,0,0,181.66,122.34ZM104,188.69V67.31L164.69,128Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M181.66,133.66l-80,80A8,8,0,0,1,88,208V48a8,8,0,0,1,13.66-5.66l80,80A8,8,0,0,1,181.66,133.66Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M180.24,132.24l-80,80a6,6,0,0,1-8.48-8.48L167.51,128,91.76,52.24a6,6,0,0,1,8.48-8.48l80,80A6,6,0,0,1,180.24,132.24Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M178.83,130.83l-80,80a4,4,0,0,1-5.66-5.66L170.34,128,93.17,50.83a4,4,0,0,1,5.66-5.66l80,80A4,4,0,0,1,178.83,130.83Z"}))]]),BC=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M84,100A12,12,0,0,1,96,88h64a12,12,0,0,1,0,24H96A12,12,0,0,1,84,100Zm12,52h64a12,12,0,0,0,0-24H96a12,12,0,0,0,0,24ZM236,56V184a20,20,0,0,1-20,20H157.89l-12.52,21.92a20,20,0,0,1-34.74,0L98.11,204H40a20,20,0,0,1-20-20V56A20,20,0,0,1,40,36H216A20,20,0,0,1,236,56Zm-24,4H44V180h61.07a12,12,0,0,1,10.42,6.05L128,207.94l12.51-21.89A12,12,0,0,1,150.93,180H212Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,56V184a8,8,0,0,1-8,8H150.93l-16,28a8,8,0,0,1-13.9,0l-16-28H40a8,8,0,0,1-8-8V56a8,8,0,0,1,8-8H216A8,8,0,0,1,224,56Z",opacity:"0.2"}),h.createElement("path",{d:"M88,104a8,8,0,0,1,8-8h64a8,8,0,0,1,0,16H96A8,8,0,0,1,88,104Zm8,40h64a8,8,0,0,0,0-16H96a8,8,0,0,0,0,16ZM232,56V184a16,16,0,0,1-16,16H155.57l-13.68,23.94a16,16,0,0,1-27.78,0L100.43,200H40a16,16,0,0,1-16-16V56A16,16,0,0,1,40,40H216A16,16,0,0,1,232,56Zm-16,0H40V184h65.07a8,8,0,0,1,7,4l16,28,16-28a8,8,0,0,1,7-4H216Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,40H40A16,16,0,0,0,24,56V184a16,16,0,0,0,16,16h60.43l13.68,23.94a16,16,0,0,0,27.78,0L155.57,200H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40ZM160,144H96a8,8,0,0,1,0-16h64a8,8,0,0,1,0,16Zm0-32H96a8,8,0,0,1,0-16h64a8,8,0,0,1,0,16Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M166,104a6,6,0,0,1-6,6H96a6,6,0,0,1,0-12h64A6,6,0,0,1,166,104Zm-6,26H96a6,6,0,0,0,0,12h64a6,6,0,0,0,0-12Zm70-74V184a14,14,0,0,1-14,14H154.41L140.16,223a14,14,0,0,1-24.32,0L101.59,198H40a14,14,0,0,1-14-14V56A14,14,0,0,1,40,42H216A14,14,0,0,1,230,56Zm-12,0a2,2,0,0,0-2-2H40a2,2,0,0,0-2,2V184a2,2,0,0,0,2,2h65.07a6,6,0,0,1,5.21,3l16,28a2,2,0,0,0,3.48,0l16-28a6,6,0,0,1,5.21-3H216a2,2,0,0,0,2-2Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M88,104a8,8,0,0,1,8-8h64a8,8,0,0,1,0,16H96A8,8,0,0,1,88,104Zm8,40h64a8,8,0,0,0,0-16H96a8,8,0,0,0,0,16ZM232,56V184a16,16,0,0,1-16,16H155.57l-13.68,23.94a16,16,0,0,1-27.78,0L100.43,200H40a16,16,0,0,1-16-16V56A16,16,0,0,1,40,40H216A16,16,0,0,1,232,56Zm-16,0H40V184h65.07a8,8,0,0,1,7,4l16,28,16-28a8,8,0,0,1,7-4H216Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M164,104a4,4,0,0,1-4,4H96a4,4,0,0,1,0-8h64A4,4,0,0,1,164,104Zm-4,28H96a4,4,0,0,0,0,8h64a4,4,0,0,0,0-8Zm68-76V184a12,12,0,0,1-12,12H153.25L138.42,222a12,12,0,0,1-20.84,0L102.75,196H40a12,12,0,0,1-12-12V56A12,12,0,0,1,40,44H216A12,12,0,0,1,228,56Zm-8,0a4,4,0,0,0-4-4H40a4,4,0,0,0-4,4V184a4,4,0,0,0,4,4h65.07a4,4,0,0,1,3.47,2l16,28a4,4,0,0,0,6.94,0l16-28a4,4,0,0,1,3.47-2H216a4,4,0,0,0,4-4Z"}))]]),FC=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M176.49,95.51a12,12,0,0,1,0,17l-56,56a12,12,0,0,1-17,0l-24-24a12,12,0,1,1,17-17L112,143l47.51-47.52A12,12,0,0,1,176.49,95.51ZM236,128A108,108,0,1,1,128,20,108.12,108.12,0,0,1,236,128Zm-24,0a84,84,0,1,0-84,84A84.09,84.09,0,0,0,212,128Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,128a96,96,0,1,1-96-96A96,96,0,0,1,224,128Z",opacity:"0.2"}),h.createElement("path",{d:"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm45.66,85.66-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35a8,8,0,0,1,11.32,11.32Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M172.24,99.76a6,6,0,0,1,0,8.48l-56,56a6,6,0,0,1-8.48,0l-24-24a6,6,0,0,1,8.48-8.48L112,151.51l51.76-51.75A6,6,0,0,1,172.24,99.76ZM230,128A102,102,0,1,1,128,26,102.12,102.12,0,0,1,230,128Zm-12,0a90,90,0,1,0-90,90A90.1,90.1,0,0,0,218,128Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M170.83,101.17a4,4,0,0,1,0,5.66l-56,56a4,4,0,0,1-5.66,0l-24-24a4,4,0,0,1,5.66-5.66L112,154.34l53.17-53.17A4,4,0,0,1,170.83,101.17ZM228,128A100,100,0,1,1,128,28,100.11,100.11,0,0,1,228,128Zm-8,0a92,92,0,1,0-92,92A92.1,92.1,0,0,0,220,128Z"}))]]),qC=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,28H88A12,12,0,0,0,76,40V76H40A12,12,0,0,0,28,88V216a12,12,0,0,0,12,12H168a12,12,0,0,0,12-12V180h36a12,12,0,0,0,12-12V40A12,12,0,0,0,216,28ZM156,204H52V100H156Zm48-48H180V88a12,12,0,0,0-12-12H100V52H204Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,40V168H168V88H88V40Z",opacity:"0.2"}),h.createElement("path",{d:"M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32ZM160,208H48V96H160Zm48-48H176V88a8,8,0,0,0-8-8H96V48H208Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32Zm-8,128H176V88a8,8,0,0,0-8-8H96V48H208Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,34H88a6,6,0,0,0-6,6V82H40a6,6,0,0,0-6,6V216a6,6,0,0,0,6,6H168a6,6,0,0,0,6-6V174h42a6,6,0,0,0,6-6V40A6,6,0,0,0,216,34ZM162,210H46V94H162Zm48-48H174V88a6,6,0,0,0-6-6H94V46H210Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32ZM160,208H48V96H160Zm48-48H176V88a8,8,0,0,0-8-8H96V48H208Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,36H88a4,4,0,0,0-4,4V84H40a4,4,0,0,0-4,4V216a4,4,0,0,0,4,4H168a4,4,0,0,0,4-4V172h44a4,4,0,0,0,4-4V40A4,4,0,0,0,216,36ZM164,212H44V92H164Zm48-48H172V88a4,4,0,0,0-4-4H92V44H212Z"}))]]),UC=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M251,123.13c-.37-.81-9.13-20.26-28.48-39.61C196.63,57.67,164,44,128,44S59.37,57.67,33.51,83.52C14.16,102.87,5.4,122.32,5,123.13a12.08,12.08,0,0,0,0,9.75c.37.82,9.13,20.26,28.49,39.61C59.37,198.34,92,212,128,212s68.63-13.66,94.48-39.51c19.36-19.35,28.12-38.79,28.49-39.61A12.08,12.08,0,0,0,251,123.13Zm-46.06,33C183.47,177.27,157.59,188,128,188s-55.47-10.73-76.91-31.88A130.36,130.36,0,0,1,29.52,128,130.45,130.45,0,0,1,51.09,99.89C72.54,78.73,98.41,68,128,68s55.46,10.73,76.91,31.89A130.36,130.36,0,0,1,226.48,128,130.45,130.45,0,0,1,204.91,156.12ZM128,84a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,84Zm0,64a20,20,0,1,1,20-20A20,20,0,0,1,128,148Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M128,56C48,56,16,128,16,128s32,72,112,72,112-72,112-72S208,56,128,56Zm0,112a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z",opacity:"0.2"}),h.createElement("path",{d:"M247.31,124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57,61.26,162.88,48,128,48S61.43,61.26,36.34,86.35C17.51,105.18,9,124,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208s66.57-13.26,91.66-38.34c18.83-18.83,27.3-37.61,27.65-38.4A8,8,0,0,0,247.31,124.76ZM128,192c-30.78,0-57.67-11.19-79.93-33.25A133.47,133.47,0,0,1,25,128,133.33,133.33,0,0,1,48.07,97.25C70.33,75.19,97.22,64,128,64s57.67,11.19,79.93,33.25A133.46,133.46,0,0,1,231.05,128C223.84,141.46,192.43,192,128,192Zm0-112a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M247.31,124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57,61.26,162.88,48,128,48S61.43,61.26,36.34,86.35C17.51,105.18,9,124,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208s66.57-13.26,91.66-38.34c18.83-18.83,27.3-37.61,27.65-38.4A8,8,0,0,0,247.31,124.76ZM128,168a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M245.48,125.57c-.34-.78-8.66-19.23-27.24-37.81C201,70.54,171.38,50,128,50S55,70.54,37.76,87.76c-18.58,18.58-26.9,37-27.24,37.81a6,6,0,0,0,0,4.88c.34.77,8.66,19.22,27.24,37.8C55,185.47,84.62,206,128,206s73-20.53,90.24-37.75c18.58-18.58,26.9-37,27.24-37.8A6,6,0,0,0,245.48,125.57ZM128,194c-31.38,0-58.78-11.42-81.45-33.93A134.77,134.77,0,0,1,22.69,128,134.56,134.56,0,0,1,46.55,95.94C69.22,73.42,96.62,62,128,62s58.78,11.42,81.45,33.94A134.56,134.56,0,0,1,233.31,128C226.94,140.21,195,194,128,194Zm0-112a46,46,0,1,0,46,46A46.06,46.06,0,0,0,128,82Zm0,80a34,34,0,1,1,34-34A34,34,0,0,1,128,162Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M247.31,124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57,61.26,162.88,48,128,48S61.43,61.26,36.34,86.35C17.51,105.18,9,124,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208s66.57-13.26,91.66-38.34c18.83-18.83,27.3-37.61,27.65-38.4A8,8,0,0,0,247.31,124.76ZM128,192c-30.78,0-57.67-11.19-79.93-33.25A133.47,133.47,0,0,1,25,128,133.33,133.33,0,0,1,48.07,97.25C70.33,75.19,97.22,64,128,64s57.67,11.19,79.93,33.25A133.46,133.46,0,0,1,231.05,128C223.84,141.46,192.43,192,128,192Zm0-112a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M243.66,126.38c-.34-.76-8.52-18.89-26.83-37.2C199.87,72.22,170.7,52,128,52S56.13,72.22,39.17,89.18c-18.31,18.31-26.49,36.44-26.83,37.2a4.08,4.08,0,0,0,0,3.25c.34.77,8.52,18.89,26.83,37.2,17,17,46.14,37.17,88.83,37.17s71.87-20.21,88.83-37.17c18.31-18.31,26.49-36.43,26.83-37.2A4.08,4.08,0,0,0,243.66,126.38Zm-32.7,35c-23.07,23-51,34.62-83,34.62s-59.89-11.65-83-34.62A135.71,135.71,0,0,1,20.44,128,135.69,135.69,0,0,1,45,94.62C68.11,71.65,96,60,128,60s59.89,11.65,83,34.62A135.79,135.79,0,0,1,235.56,128,135.71,135.71,0,0,1,211,161.38ZM128,84a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,84Zm0,80a36,36,0,1,1,36-36A36,36,0,0,1,128,164Z"}))]]),IC=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216.49,79.52l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40V216a20,20,0,0,0,20,20H200a20,20,0,0,0,20-20V88A12,12,0,0,0,216.49,79.52ZM160,57l23,23H160ZM60,212V44h76V92a12,12,0,0,0,12,12h48V212Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM200,216H56V40h88V88a8,8,0,0,0,8,8h48V216Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM152,88V44l44,44Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40V216a14,14,0,0,0,14,14H200a14,14,0,0,0,14-14V88A6,6,0,0,0,212.24,83.76ZM158,46.48,193.52,82H158ZM200,218H56a2,2,0,0,1-2-2V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50V216A2,2,0,0,1,200,218Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM200,216H56V40h88V88a8,8,0,0,0,8,8h48V216Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40V216a12,12,0,0,0,12,12H200a12,12,0,0,0,12-12V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM200,220H56a4,4,0,0,1-4-4V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52V216A4,4,0,0,1,200,220Z"}))]]),WC=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M180.49,143.51a12,12,0,0,1,0,17l-24,24a12,12,0,0,1-17-17L155,152l-15.52-15.51a12,12,0,1,1,17-17Zm-64-24a12,12,0,0,0-17,0l-24,24a12,12,0,0,0,0,17l24,24a12,12,0,0,0,17-17L101,152l15.52-15.51A12,12,0,0,0,116.49,119.51ZM220,88V216a20,20,0,0,1-20,20H56a20,20,0,0,1-20-20V40A20,20,0,0,1,56,20h96a12,12,0,0,1,8.49,3.52l56,56A12,12,0,0,1,220,88ZM160,57V80h23Zm36,155V104H148a12,12,0,0,1-12-12V44H60V212Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M181.66,146.34a8,8,0,0,1,0,11.32l-24,24a8,8,0,0,1-11.32-11.32L164.69,152l-18.35-18.34a8,8,0,0,1,11.32-11.32Zm-72-24a8,8,0,0,0-11.32,0l-24,24a8,8,0,0,0,0,11.32l24,24a8,8,0,0,0,11.32-11.32L91.31,152l18.35-18.34A8,8,0,0,0,109.66,122.34ZM216,88V216a16,16,0,0,1-16,16H56a16,16,0,0,1-16-16V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88Zm-56-8h28.69L160,51.31Zm40,136V96H152a8,8,0,0,1-8-8V40H56V216H200Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34Zm-104,88a8,8,0,0,1-11.32,11.32l-24-24a8,8,0,0,1,0-11.32l24-24a8,8,0,0,1,11.32,11.32L91.31,152Zm72-12.68-24,24a8,8,0,0,1-11.32-11.32L164.69,152l-18.35-18.34a8,8,0,0,1,11.32-11.32l24,24A8,8,0,0,1,181.66,157.66ZM152,88V44l44,44Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M180.24,147.76a6,6,0,0,1,0,8.48l-24,24a6,6,0,0,1-8.48-8.48L167.51,152l-19.75-19.76a6,6,0,1,1,8.48-8.48Zm-72-24a6,6,0,0,0-8.48,0l-24,24a6,6,0,0,0,0,8.48l24,24a6,6,0,1,0,8.48-8.48L88.49,152l19.75-19.76A6,6,0,0,0,108.24,123.76ZM214,88V216a14,14,0,0,1-14,14H56a14,14,0,0,1-14-14V40A14,14,0,0,1,56,26h96a6,6,0,0,1,4.25,1.76l56,56A6,6,0,0,1,214,88Zm-56-6h35.52L158,46.48Zm44,134V94H152a6,6,0,0,1-6-6V38H56a2,2,0,0,0-2,2V216a2,2,0,0,0,2,2H200A2,2,0,0,0,202,216Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M181.66,146.34a8,8,0,0,1,0,11.32l-24,24a8,8,0,0,1-11.32-11.32L164.69,152l-18.35-18.34a8,8,0,0,1,11.32-11.32Zm-72-24a8,8,0,0,0-11.32,0l-24,24a8,8,0,0,0,0,11.32l24,24a8,8,0,0,0,11.32-11.32L91.31,152l18.35-18.34A8,8,0,0,0,109.66,122.34ZM216,88V216a16,16,0,0,1-16,16H56a16,16,0,0,1-16-16V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88Zm-56-8h28.69L160,51.31Zm40,136V96H152a8,8,0,0,1-8-8V40H56V216H200Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M178.83,149.17a4,4,0,0,1,0,5.66l-24,24a4,4,0,0,1-5.66-5.66L170.34,152l-21.17-21.17a4,4,0,1,1,5.66-5.66Zm-72-24a4,4,0,0,0-5.66,0l-24,24a4,4,0,0,0,0,5.66l24,24a4,4,0,1,0,5.66-5.66L85.66,152l21.17-21.17A4,4,0,0,0,106.83,125.17ZM212,88V216a12,12,0,0,1-12,12H56a12,12,0,0,1-12-12V40A12,12,0,0,1,56,28h96a4,4,0,0,1,2.83,1.17l56,56A4,4,0,0,1,212,88Zm-56-4h42.34L156,41.65Zm48,132V92H152a4,4,0,0,1-4-4V36H56a4,4,0,0,0-4,4V216a4,4,0,0,0,4,4H200A4,4,0,0,0,204,216Z"}))]]),GC=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M48,180c0,8.67,5.5,16,12,16a10.27,10.27,0,0,0,7.33-3.43,12,12,0,1,1,17.34,16.6A34,34,0,0,1,60,220C40.15,220,24,202,24,180s16.15-40,36-40a34,34,0,0,1,24.67,10.83,12,12,0,1,1-17.34,16.6A10.27,10.27,0,0,0,60,164C53.5,164,48,171.31,48,180Zm97.51-5.71c-5.12-3.45-11.32-5.24-16.8-6.82a79.5,79.5,0,0,1-7.91-2.59c2.45-1.18,9.71-1.3,16.07.33A12,12,0,0,0,143,142a69,69,0,0,0-12-1.86c-9.93-.66-18,1.08-24.1,5.17a24.45,24.45,0,0,0-10.69,17.76c-1.1,8.74,2.49,16.27,10.11,21.19,4.78,3.09,10.36,4.7,15.75,6.26,3,.89,7.94,2.3,9.88,3.53a2.48,2.48,0,0,1-.21.71c-1.37,1.55-9.58,1.79-16.39-.06a12,12,0,1,0-6.46,23.11A63.75,63.75,0,0,0,125.1,220c6.46,0,13.73-1.17,19.73-5.15a24.73,24.73,0,0,0,10.95-18C157,187.53,153.33,179.53,145.51,174.27Zm68,0c-5.12-3.45-11.32-5.24-16.8-6.82a79.5,79.5,0,0,1-7.91-2.59c2.45-1.18,9.71-1.3,16.07.33A12,12,0,0,0,211,142a69,69,0,0,0-12-1.86c-9.93-.66-18,1.08-24.1,5.17a24.45,24.45,0,0,0-10.69,17.76c-1.1,8.74,2.49,16.27,10.11,21.19,4.78,3.09,10.36,4.7,15.75,6.26,3,.89,7.94,2.3,9.88,3.53a2.48,2.48,0,0,1-.21.71c-1.37,1.55-9.58,1.79-16.39-.06a12,12,0,1,0-6.46,23.11A63.75,63.75,0,0,0,193.1,220c6.46,0,13.73-1.17,19.73-5.15a24.73,24.73,0,0,0,10.95-18C225,187.53,221.33,179.53,213.51,174.27ZM36,108V40A20,20,0,0,1,56,20h96a12,12,0,0,1,8.49,3.51l56,56A12,12,0,0,1,220,88v20a12,12,0,1,1-24,0v-4H148a12,12,0,0,1-12-12V44H60v64a12,12,0,1,1-24,0ZM160,80h23L160,57Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M48,180c0,11,7.18,20,16,20a14.2,14.2,0,0,0,10.22-4.66A8,8,0,1,1,85.77,206.4,30,30,0,0,1,64,216c-17.65,0-32-16.15-32-36s14.35-36,32-36a30,30,0,0,1,21.77,9.6,8,8,0,1,1-11.55,11.06A14.24,14.24,0,0,0,64,160C55.18,160,48,169,48,180Zm79.6-8.69c-4-1.16-8.14-2.35-10.45-3.84-1.26-.81-1.23-1-1.12-1.9a4.54,4.54,0,0,1,2-3.67c4.6-3.12,15.35-1.73,19.83-.56a8,8,0,0,0,4.07-15.48c-2.12-.55-21-5.22-32.83,2.76a20.55,20.55,0,0,0-9,14.95c-2,15.88,13.64,20.41,23,23.11,12.07,3.49,13.13,4.92,12.78,7.59-.31,2.41-1.26,3.34-2.14,3.93-4.6,3.06-15.17,1.56-19.55.36a8,8,0,0,0-4.3,15.41,61.23,61.23,0,0,0,15.18,2c5.83,0,12.3-1,17.49-4.46a20.82,20.82,0,0,0,9.19-15.23C154,179,137.48,174.17,127.6,171.31Zm64,0c-4-1.16-8.14-2.35-10.45-3.84-1.25-.81-1.23-1-1.12-1.9a4.54,4.54,0,0,1,2-3.67c4.6-3.12,15.34-1.73,19.82-.56a8,8,0,0,0,4.07-15.48c-2.11-.55-21-5.22-32.83,2.76a20.58,20.58,0,0,0-8.95,14.95c-2,15.88,13.65,20.41,23,23.11,12.06,3.49,13.12,4.92,12.78,7.59-.31,2.41-1.26,3.34-2.15,3.93-4.6,3.06-15.16,1.56-19.54.36A8,8,0,0,0,173.93,214a61.34,61.34,0,0,0,15.19,2c5.82,0,12.3-1,17.49-4.46a20.81,20.81,0,0,0,9.18-15.23C218,179,201.48,174.17,191.59,171.31ZM40,112V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88v24a8,8,0,1,1-16,0V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,0,1-16,0ZM160,80h28.68L160,51.31Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M48,180c0,11,7.18,20,16,20a14.18,14.18,0,0,0,10.06-4.5,8.2,8.2,0,0,1,10.9-.91,8,8,0,0,1,.81,11.81A30,30,0,0,1,64,216c-17.65,0-32-16.15-32-36s14.35-36,32-36a30,30,0,0,1,21.38,9.19,8.26,8.26,0,0,1,.74,11.09,8,8,0,0,1-11.9.38A14.2,14.2,0,0,0,64,160C55.18,160,48,169,48,180Zm79.6-8.69c-4-1.16-8.14-2.35-10.45-3.84-1.26-.81-1.23-1-1.12-1.9a4.54,4.54,0,0,1,2-3.67c4.6-3.12,15.35-1.73,19.83-.56a8,8,0,0,0,4.07-15.48c-2.12-.55-21-5.22-32.83,2.76a20.55,20.55,0,0,0-9,14.95c-2,15.88,13.64,20.41,23,23.11,12.07,3.49,13.13,4.92,12.78,7.59-.31,2.41-1.26,3.34-2.14,3.93-4.6,3.06-15.17,1.56-19.55.36a8,8,0,0,0-4.3,15.41,61.23,61.23,0,0,0,15.18,2c5.83,0,12.3-1,17.49-4.46a20.82,20.82,0,0,0,9.19-15.23C154,179,137.48,174.17,127.6,171.31Zm64,0c-4-1.16-8.14-2.35-10.45-3.84-1.25-.81-1.23-1-1.12-1.9a4.54,4.54,0,0,1,2-3.67c4.6-3.12,15.34-1.73,19.82-.56a8,8,0,0,0,4.07-15.48c-2.11-.55-21-5.22-32.83,2.76a20.58,20.58,0,0,0-8.95,14.95c-2,15.88,13.65,20.41,23,23.11,12.06,3.49,13.12,4.92,12.78,7.59-.31,2.41-1.26,3.34-2.15,3.93-4.6,3.06-15.16,1.56-19.54.36A8,8,0,0,0,173.93,214a61.34,61.34,0,0,0,15.19,2c5.82,0,12.3-1,17.49-4.46a20.81,20.81,0,0,0,9.18-15.23C218,179,201.48,174.17,191.59,171.31ZM40,116V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88v28a4,4,0,0,1-4,4H44A4,4,0,0,1,40,116ZM152,88h44L152,44Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M46,180c0,12.13,8.07,22,18,22a16.21,16.21,0,0,0,11.66-5.28,6,6,0,0,1,8.67,8.3A28.09,28.09,0,0,1,64,214c-16.54,0-30-15.25-30-34s13.46-34,30-34a28.09,28.09,0,0,1,20.33,9,6,6,0,0,1-8.67,8.3A16.21,16.21,0,0,0,64,158C54.07,158,46,167.86,46,180Zm81-6.77c-10.85-3.13-13.4-4.69-13-7.91a6.56,6.56,0,0,1,2.88-5.08c5.59-3.79,17.66-1.82,21.44-.84a6,6,0,1,0,3.06-11.6c-2-.53-20.09-5-31.2,2.48a18.62,18.62,0,0,0-8.09,13.54c-1.79,14.19,12.27,18.25,21.57,20.94,12.12,3.5,14.78,5.33,14.21,9.76a6.89,6.89,0,0,1-3,5.34c-5.6,3.73-17.48,1.64-21.18.62A6,6,0,1,0,110.48,212a59.29,59.29,0,0,0,14.67,2c5.49,0,11.55-.95,16.36-4.14a18.89,18.89,0,0,0,8.31-13.81C151.83,180.39,136.92,176.08,127,173.22Zm64,0c-10.85-3.13-13.41-4.69-13-7.91a6.59,6.59,0,0,1,2.88-5.08c5.6-3.79,17.65-1.83,21.44-.84a6,6,0,0,0,3.07-11.6c-2-.54-20.1-5-31.21,2.48a18.64,18.64,0,0,0-8.08,13.54c-1.8,14.19,12.26,18.25,21.57,20.94,12.12,3.5,14.77,5.33,14.2,9.76a6.85,6.85,0,0,1-3,5.34c-5.61,3.73-17.48,1.64-21.19.62A6,6,0,0,0,174.47,212a59.41,59.41,0,0,0,14.68,2c5.49,0,11.54-.95,16.36-4.14a18.89,18.89,0,0,0,8.31-13.81C215.83,180.39,200.91,176.08,191,173.22ZM202,94H152a6,6,0,0,1-6-6V38H56a2,2,0,0,0-2,2v72a6,6,0,1,1-12,0V40A14,14,0,0,1,56,26h96a6,6,0,0,1,4.24,1.76l56,56A6,6,0,0,1,214,88v24a6,6,0,1,1-12,0ZM193.5,82,158,46.48V82Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M48,180c0,11,7.18,20,16,20a14.24,14.24,0,0,0,10.22-4.66A8,8,0,1,1,85.77,206.4,30,30,0,0,1,64,216c-17.65,0-32-16.15-32-36s14.35-36,32-36a30,30,0,0,1,21.77,9.6,8,8,0,1,1-11.55,11.06A14.24,14.24,0,0,0,64,160C55.18,160,48,169,48,180Zm79.6-8.69c-4-1.16-8.14-2.35-10.45-3.84-1.26-.81-1.23-1-1.12-1.9a4.54,4.54,0,0,1,2-3.67c4.6-3.12,15.34-1.73,19.83-.56a8,8,0,0,0,4.07-15.48c-2.12-.55-21-5.22-32.83,2.76a20.55,20.55,0,0,0-9,14.95c-2,15.88,13.64,20.41,23,23.11,12.07,3.49,13.13,4.92,12.78,7.59-.31,2.41-1.26,3.34-2.14,3.93-4.6,3.06-15.17,1.56-19.55.36a8,8,0,0,0-4.3,15.41,61.23,61.23,0,0,0,15.18,2c5.83,0,12.3-1,17.49-4.46a20.82,20.82,0,0,0,9.19-15.23C154,179,137.48,174.17,127.6,171.31Zm64,0c-4-1.16-8.14-2.35-10.45-3.84-1.25-.81-1.23-1-1.12-1.9a4.54,4.54,0,0,1,2-3.67c4.6-3.12,15.34-1.73,19.82-.56a8,8,0,0,0,4.07-15.48c-2.11-.55-21-5.22-32.83,2.76a20.58,20.58,0,0,0-8.95,14.95c-2,15.88,13.65,20.41,23,23.11,12.06,3.49,13.12,4.92,12.78,7.59-.31,2.41-1.26,3.34-2.15,3.93-4.6,3.06-15.16,1.56-19.54.36A8,8,0,0,0,173.93,214a61.34,61.34,0,0,0,15.19,2c5.82,0,12.3-1,17.49-4.46a20.81,20.81,0,0,0,9.18-15.23C218,179,201.48,174.17,191.59,171.31ZM40,112V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88v24a8,8,0,1,1-16,0V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,0,1-16,0ZM160,80h28.68L160,51.31Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M44,180c0,13.23,9,24,20,24a18.15,18.15,0,0,0,13.11-5.9,4,4,0,0,1,5.78,5.54A26.13,26.13,0,0,1,64,212c-15.44,0-28-14.36-28-32s12.56-32,28-32a26.13,26.13,0,0,1,18.89,8.36,4,4,0,0,1-5.78,5.54A18.15,18.15,0,0,0,64,156C53,156,44,166.77,44,180Zm82.49-4.85c-10.53-3-15.08-4.91-14.43-10.08a8.57,8.57,0,0,1,3.75-6.49c6.26-4.23,18.77-2.24,23.07-1.11a4,4,0,0,0,2-7.74,61.11,61.11,0,0,0-10.47-1.61c-8.12-.54-14.54.75-19.1,3.82a16.63,16.63,0,0,0-7.22,12.13c-1.58,12.49,10.46,16,20.14,18.77,11.25,3.25,16.47,5.49,15.63,11.94a8.93,8.93,0,0,1-3.9,6.75c-6.28,4.17-18.61,2.05-22.83.88a4,4,0,1,0-2.15,7.7A57.79,57.79,0,0,0,125.19,212c5.18,0,10.83-.86,15.22-3.77a17,17,0,0,0,7.43-12.41C149.64,181.84,136.26,178,126.49,175.15Zm64,0c-10.53-3-15.08-4.91-14.43-10.08a8.57,8.57,0,0,1,3.75-6.49c6.26-4.23,18.77-2.24,23.07-1.11a4,4,0,0,0,2-7.74,61.33,61.33,0,0,0-10.48-1.61c-8.11-.54-14.54.75-19.09,3.82a16.63,16.63,0,0,0-7.22,12.13c-1.59,12.49,10.46,16,20.14,18.77,11.25,3.25,16.46,5.49,15.63,11.94a8.93,8.93,0,0,1-3.9,6.75c-6.28,4.17-18.61,2.05-22.83.88a4,4,0,1,0-2.15,7.7A57.7,57.7,0,0,0,189.19,212c5.17,0,10.83-.86,15.22-3.77a17,17,0,0,0,7.43-12.41C213.63,181.84,200.26,178,190.49,175.15ZM204,92H152a4,4,0,0,1-4-4V36H56a4,4,0,0,0-4,4v72a4,4,0,0,1-8,0V40A12,12,0,0,1,56,28h96a4,4,0,0,1,2.83,1.17l56,56A4,4,0,0,1,212,88v24a4,4,0,0,1-8,0Zm-5.65-8L156,41.65V84Z"}))]]),KC=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M48,128a12,12,0,0,0,12-12V44h76V92a12,12,0,0,0,12,12h48v12a12,12,0,0,0,24,0V88a12,12,0,0,0-3.51-8.49l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v76A12,12,0,0,0,48,128ZM183,80H160V57ZM68,160v48a12,12,0,0,1-24,0V196H32v12a12,12,0,0,1-24,0V160a12,12,0,0,1,24,0v12H44V160a12,12,0,0,1,24,0Zm60,0a12,12,0,0,1-12,12h-4v36a12,12,0,0,1-24,0V172H84a12,12,0,0,1,0-24h32A12,12,0,0,1,128,160Zm72,0v48a12,12,0,0,1-24,0v-9.36l-.11.16a12,12,0,0,1-19.78,0l-.11-.16V208a12,12,0,0,1-24,0V160a12,12,0,0,1,21.89-6.8L166,170.82l12.11-17.62A12,12,0,0,1,200,160Zm56,48a12,12,0,0,1-12,12H220a12,12,0,0,1-12-12V160a12,12,0,0,1,24,0v36h12A12,12,0,0,1,256,208Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M216,120V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v80a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48v24a8,8,0,0,0,16,0ZM160,51.31,188.69,80H160ZM68,160v48a8,8,0,0,1-16,0V192H32v16a8,8,0,0,1-16,0V160a8,8,0,0,1,16,0v16H52V160a8,8,0,0,1,16,0Zm56,0a8,8,0,0,1-8,8h-8v40a8,8,0,0,1-16,0V168H84a8,8,0,0,1,0-16h32A8,8,0,0,1,124,160Zm72,0v48a8,8,0,0,1-16,0V184l-9.6,12.8a8,8,0,0,1-12.8,0L148,184v24a8,8,0,0,1-16,0V160a8,8,0,0,1,14.4-4.8L164,178.67l17.6-23.47A8,8,0,0,1,196,160Zm56,48a8,8,0,0,1-8,8H216a8,8,0,0,1-8-8V160a8,8,0,0,1,16,0v40h20A8,8,0,0,1,252,208Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M44,128H212a4,4,0,0,0,4-4V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v84A4,4,0,0,0,44,128ZM152,44l44,44H152ZM68,160v48a8,8,0,0,1-16,0V192H32v16a8,8,0,0,1-16,0V160a8,8,0,0,1,16,0v16H52V160a8,8,0,0,1,16,0Zm56,0a8,8,0,0,1-8,8h-8v40a8,8,0,0,1-16,0V168H84a8,8,0,0,1,0-16h32A8,8,0,0,1,124,160Zm72,0v48a8,8,0,0,1-16,0V184l-9.6,12.8a8,8,0,0,1-12.8,0L148,184v24a8,8,0,0,1-16,0V160a8,8,0,0,1,14.4-4.8L164,178.67l17.6-23.47A8,8,0,0,1,196,160Zm56,48a8,8,0,0,1-8,8H216a8,8,0,0,1-8-8V160a8,8,0,0,1,16,0v40h20A8,8,0,0,1,252,208Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M214,120V88a6,6,0,0,0-1.76-4.24l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v80a6,6,0,0,0,12,0V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50v26a6,6,0,0,0,12,0ZM158,46.48,193.52,82H158ZM66,160v48a6,6,0,0,1-12,0V190H30v18a6,6,0,0,1-12,0V160a6,6,0,0,1,12,0v18H54V160a6,6,0,0,1,12,0Zm56,0a6,6,0,0,1-6,6H106v42a6,6,0,0,1-12,0V166H84a6,6,0,0,1,0-12h32A6,6,0,0,1,122,160Zm72,0v48a6,6,0,0,1-12,0V178l-13.2,17.6a6,6,0,0,1-9.6,0L146,178v30a6,6,0,0,1-12,0V160a6,6,0,0,1,10.8-3.6L164,182l19.2-25.6A6,6,0,0,1,194,160Zm56,48a6,6,0,0,1-6,6H216a6,6,0,0,1-6-6V160a6,6,0,0,1,12,0v42h22A6,6,0,0,1,250,208Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,120V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v80a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48v24a8,8,0,0,0,16,0ZM160,51.31,188.69,80H160ZM68,160v48a8,8,0,0,1-16,0V192H32v16a8,8,0,0,1-16,0V160a8,8,0,0,1,16,0v16H52V160a8,8,0,0,1,16,0Zm56,0a8,8,0,0,1-8,8h-8v40a8,8,0,0,1-16,0V168H84a8,8,0,0,1,0-16h32A8,8,0,0,1,124,160Zm72,0v48a8,8,0,0,1-16,0V184l-9.6,12.8a8,8,0,0,1-12.8,0L148,184v24a8,8,0,0,1-16,0V160a8,8,0,0,1,14.4-4.8L164,178.67l17.6-23.47A8,8,0,0,1,196,160Zm56,48a8,8,0,0,1-8,8H216a8,8,0,0,1-8-8V160a8,8,0,0,1,16,0v40h20A8,8,0,0,1,252,208Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M212,88a4,4,0,0,0-1.17-2.83l-2-2h0l-54-54A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v80a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52v28a4,4,0,0,0,8,0ZM156,41.65,198.34,84H156ZM64,160v48a4,4,0,0,1-8,0V188H28v20a4,4,0,0,1-8,0V160a4,4,0,0,1,8,0v20H56V160a4,4,0,0,1,8,0Zm56,0a4,4,0,0,1-4,4H104v44a4,4,0,0,1-8,0V164H84a4,4,0,0,1,0-8h32A4,4,0,0,1,120,160Zm72,0v48a4,4,0,0,1-8,0V172l-16.8,22.4a4,4,0,0,1-6.4,0L144,172v36a4,4,0,0,1-8,0V160a4,4,0,0,1,7.2-2.4L164,185.33l20.8-27.73A4,4,0,0,1,192,160Zm56,48a4,4,0,0,1-4,4H216a4,4,0,0,1-4-4V160a4,4,0,0,1,8,0v44h24A4,4,0,0,1,248,208Z"}))]]),JC=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M120,140H104a12,12,0,0,0-12,12v56a12,12,0,0,0,24,0v-4h4a32,32,0,0,0,0-64Zm0,40h-4V164h4a8,8,0,0,1,0,16Zm104,20.87a12,12,0,0,1-3.33,8.3A34,34,0,0,1,196,220c-19.85,0-36-17.94-36-40s16.15-40,36-40a33.39,33.39,0,0,1,18.71,5.8,12,12,0,1,1-13.42,19.89A9.39,9.39,0,0,0,196,164c-6.5,0-12,7.33-12,16s5.5,16,12,16a9,9,0,0,0,2.7-.42A12,12,0,0,1,208,176h4a12,12,0,0,1,12,12ZM80,152v38a30,30,0,0,1-60,0,12,12,0,0,1,24,0,6,6,0,0,0,12,0V152a12,12,0,0,1,24,0ZM48,120a12,12,0,0,0,12-12V44h76V92a12,12,0,0,0,12,12h48v4a12,12,0,0,0,24,0V88a12,12,0,0,0-3.51-8.48l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v68A12,12,0,0,0,48,120ZM160,57l23,23H160Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M120,144H104a8,8,0,0,0-8,8v56a8,8,0,0,0,16,0v-8h8a28,28,0,0,0,0-56Zm0,40h-8V160h8a12,12,0,0,1,0,24Zm96,0v16.87a8,8,0,0,1-2.22,5.53A30.06,30.06,0,0,1,192,216c-17.64,0-32-16.15-32-36s14.36-36,32-36a29.38,29.38,0,0,1,16.48,5.12,8,8,0,0,1-9,13.26A13.21,13.21,0,0,0,192,160c-8.82,0-16,9-16,20s7.18,20,16,20a13.63,13.63,0,0,0,8-2.71V192a8,8,0,0,1,0-16h8A8,8,0,0,1,216,184ZM80,152v38a26,26,0,0,1-52,0,8,8,0,0,1,16,0,10,10,0,0,0,20,0V152a8,8,0,0,1,16,0ZM213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48v16a8,8,0,0,0,16,0V88A8,8,0,0,0,213.66,82.34ZM160,80V51.31L188.69,80Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M44,120H212a4,4,0,0,0,4-4V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v76A4,4,0,0,0,44,120ZM152,44l44,44H152ZM120,144H104a8,8,0,0,0-8,8v55.73a8.17,8.17,0,0,0,7.47,8.25,8,8,0,0,0,8.53-8v-8h7.4c15.24,0,28.13-11.92,28.59-27.15A28,28,0,0,0,120,144Zm-.35,40H112V160h8a12,12,0,0,1,11.94,13.16A12.23,12.23,0,0,1,119.65,184ZM216,200.87a8,8,0,0,1-2.26,5.57A30,30,0,0,1,192,216c-17.64,0-32-16.15-32-36s14.36-36,32-36a29.36,29.36,0,0,1,16.09,4.86,8.21,8.21,0,0,1,3,10.64,8,8,0,0,1-11.55,2.88A13.21,13.21,0,0,0,192,160c-8.82,0-16,9-16,20s7.18,20,16,20a13.63,13.63,0,0,0,8-2.71V192a8,8,0,0,1-8-8.53,8.17,8.17,0,0,1,8.25-7.47H208a8,8,0,0,1,8,8ZM80,152v37.41c0,14.22-11.18,26.26-25.41,26.58A26,26,0,0,1,28,190.37,8.17,8.17,0,0,1,35.31,182,8,8,0,0,1,44,190.22a8.89,8.89,0,0,0,4,8c7.85,4.82,16-.75,16-8.2V152.27A8.17,8.17,0,0,1,71.47,144,8,8,0,0,1,80,152Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M120,146H104a6,6,0,0,0-6,6v56a6,6,0,0,0,12,0V198h10a26,26,0,0,0,0-52Zm0,40H110V158h10a14,14,0,0,1,0,28Zm94-2v16.87a6,6,0,0,1-1.67,4.15A28.06,28.06,0,0,1,192,214c-16.54,0-30-15.25-30-34s13.46-34,30-34a27.43,27.43,0,0,1,15.36,4.77,6,6,0,0,1-6.72,9.95A15.25,15.25,0,0,0,192,158c-9.93,0-18,9.87-18,22s8.07,22,18,22a15.75,15.75,0,0,0,10-3.73V190h-2a6,6,0,0,1,0-12h8A6,6,0,0,1,214,184ZM78,152v38a24,24,0,0,1-48,0,6,6,0,0,1,12,0,12,12,0,0,0,24,0V152a6,6,0,0,1,12,0ZM212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72a6,6,0,0,0,12,0V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50v18a6,6,0,0,0,12,0V88A6,6,0,0,0,212.24,83.76ZM158,82V46.48L193.52,82Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M120,144H104a8,8,0,0,0-8,8v56a8,8,0,0,0,16,0v-8h8a28,28,0,0,0,0-56Zm0,40h-8V160h8a12,12,0,0,1,0,24Zm96,0v16.87a8,8,0,0,1-2.22,5.53A30.06,30.06,0,0,1,192,216c-17.65,0-32-16.15-32-36s14.35-36,32-36a29.38,29.38,0,0,1,16.48,5.12,8,8,0,0,1-9,13.26A13.21,13.21,0,0,0,192,160c-8.82,0-16,9-16,20s7.18,20,16,20a13.63,13.63,0,0,0,8-2.71V192a8,8,0,0,1,0-16h8A8,8,0,0,1,216,184ZM80,152v38a26,26,0,0,1-52,0,8,8,0,0,1,16,0,10,10,0,0,0,20,0V152a8,8,0,0,1,16,0ZM213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48v16a8,8,0,0,0,16,0V88A8,8,0,0,0,213.66,82.34ZM160,80V51.31L188.69,80Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M120,148H104a4,4,0,0,0-4,4v56a4,4,0,0,0,8,0V196h12a24,24,0,0,0,0-48Zm0,40H108V156h12a16,16,0,0,1,0,32Zm92-4v16.87a4,4,0,0,1-1.11,2.77A26.11,26.11,0,0,1,192,212c-15.44,0-28-14.36-28-32s12.56-32,28-32a25.41,25.41,0,0,1,14.24,4.43,4,4,0,1,1-4.48,6.63A17.45,17.45,0,0,0,192,156c-11,0-20,10.77-20,24s9,24,20,24a17.87,17.87,0,0,0,12-4.82V188h-4a4,4,0,0,1,0-8h8A4,4,0,0,1,212,184ZM76,152v38a22,22,0,0,1-44,0,4,4,0,0,1,8,0,14,14,0,0,0,28,0V152a4,4,0,0,1,8,0ZM210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52v20a4,4,0,0,0,8,0V88A4,4,0,0,0,210.83,85.17ZM156,84V41.65L198.34,84Z"}))]]),eE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216.49,79.51l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v68a12,12,0,0,0,24,0V44h76V92a12,12,0,0,0,12,12h48V212H180a12,12,0,0,0,0,24h20a20,20,0,0,0,20-20V88A12,12,0,0,0,216.49,79.51ZM160,57l23,23H160Zm-4.22,139.85a24.75,24.75,0,0,1-10.95,18.06c-6,4-13.27,5.15-19.73,5.15a63.75,63.75,0,0,1-16.23-2.21,12,12,0,0,1,6.46-23.12c6.81,1.86,15,1.61,16.39.06a2.48,2.48,0,0,0,.21-.71c-1.94-1.23-6.83-2.64-9.88-3.52-5.39-1.56-11-3.18-15.75-6.27-7.62-4.92-11.21-12.45-10.11-21.2a24.45,24.45,0,0,1,10.69-17.75c6.06-4.09,14.17-5.84,24.1-5.18A68.53,68.53,0,0,1,143,142a12,12,0,0,1-6.1,23.21c-6.36-1.63-13.62-1.51-16.07-.33a79.5,79.5,0,0,0,7.91,2.59c5.48,1.58,11.68,3.37,16.8,6.82C153.33,179.55,157,187.55,155.78,196.82ZM84,152v38a30,30,0,0,1-60,0,12,12,0,0,1,24,0,6,6,0,0,0,12,0V152a12,12,0,0,1,24,0Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V216H176a8,8,0,0,0,0,16h24a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160Zm-12.19,145a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216A61.14,61.14,0,0,1,106,214a8,8,0,1,1,4.3-15.41c4.38,1.2,15,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.35-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.56,20.56,0,0,1,9-14.95c11.84-8,30.71-3.31,32.83-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.12.9-.14,1.09,1.11,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150.05,179,147.81,196.31ZM80,152v38a26,26,0,0,1-52,0,8,8,0,0,1,16,0,10,10,0,0,0,20,0V152a8,8,0,0,1,16,0Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v76a4,4,0,0,0,4,4H164a4,4,0,0,1,4,4V228a4,4,0,0,0,4,4h28a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM152,88V44l44,44Zm-4.19,108.31a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216a61.34,61.34,0,0,1-15.19-2,8,8,0,0,1,4.31-15.41c4.38,1.2,15,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.34-2.67-.72-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.58,20.58,0,0,1,9-14.95c11.85-8,30.72-3.31,32.84-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.57,4.57,0,0,0-2,3.67c-.11.9-.13,1.09,1.12,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150,179,147.81,196.31ZM80,152v37.41c0,14.22-11.18,26.26-25.41,26.58A26,26,0,0,1,28,190.37,8.17,8.17,0,0,1,35.31,182,8,8,0,0,1,44,190.22a8.89,8.89,0,0,0,4,8c7.85,4.82,16-.75,16-8.2V152.27A8.17,8.17,0,0,1,71.47,144,8,8,0,0,1,80,152Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72a6,6,0,0,0,12,0V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50V216a2,2,0,0,1-2,2H176a6,6,0,0,0,0,12h24a14,14,0,0,0,14-14V88A6,6,0,0,0,212.24,83.76ZM158,46.48,193.52,82H158ZM145.83,196.06a18.89,18.89,0,0,1-8.31,13.81c-4.82,3.19-10.87,4.14-16.36,4.14a58.89,58.89,0,0,1-14.68-2,6,6,0,0,1,3.23-11.56c3.71,1,15.58,3.11,21.19-.62a6.85,6.85,0,0,0,3-5.34c.58-4.43-2.08-6.26-14.2-9.76-9.31-2.69-23.37-6.75-21.57-20.94a18.61,18.61,0,0,1,8.08-13.54c11.11-7.49,29.18-3,31.21-2.48a6,6,0,0,1-3.06,11.6c-3.78-1-15.85-3-21.45.84a6.59,6.59,0,0,0-2.88,5.08c-.41,3.22,2.14,4.78,13,7.91C132.92,176.09,147.84,180.4,145.83,196.06ZM78,152v38a24,24,0,0,1-48,0,6,6,0,0,1,12,0,12,12,0,0,0,24,0V152a6,6,0,0,1,12,0Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V216H176a8,8,0,0,0,0,16h24a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160Zm-12.19,145a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216a61.34,61.34,0,0,1-15.19-2,8,8,0,0,1,4.31-15.41c4.38,1.2,15,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.34-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.56,20.56,0,0,1,9-14.95c11.84-8,30.71-3.31,32.83-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.12.9-.14,1.09,1.11,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150.05,179,147.81,196.31ZM80,152v38a26,26,0,0,1-52,0,8,8,0,0,1,16,0,10,10,0,0,0,20,0V152a8,8,0,0,1,16,0Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52V216a4,4,0,0,1-4,4H176a4,4,0,0,0,0,8h24a12,12,0,0,0,12-12V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM143.84,195.8a17,17,0,0,1-7.43,12.41c-4.39,2.91-10,3.77-15.22,3.77A57.89,57.89,0,0,1,107,210.11a4,4,0,0,1,2.15-7.7c4.22,1.17,16.56,3.29,22.83-.88a8.94,8.94,0,0,0,3.91-6.75c.83-6.45-4.38-8.69-15.64-11.94-9.68-2.8-21.72-6.28-20.14-18.77a16.66,16.66,0,0,1,7.22-12.13c4.56-3.07,11-4.36,19.1-3.82a61.33,61.33,0,0,1,10.48,1.61,4,4,0,0,1-2.05,7.74c-4.29-1.13-16.81-3.12-23.06,1.11a8.51,8.51,0,0,0-3.75,6.49c-.66,5.17,3.89,7,14.42,10.08C132.26,178,145.64,181.84,143.84,195.8ZM76,152v38a22,22,0,0,1-44,0,4,4,0,0,1,8,0,14,14,0,0,0,28,0V152a4,4,0,0,1,8,0Z"}))]]),tE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M151.78,196.8a24.73,24.73,0,0,1-10.95,18c-6,4-13.27,5.15-19.73,5.15a63.75,63.75,0,0,1-16.23-2.21,12,12,0,1,1,6.46-23.11c6.81,1.85,15,1.61,16.39.06a2.48,2.48,0,0,0,.21-.71c-1.94-1.23-6.83-2.64-9.88-3.53-5.39-1.56-11-3.17-15.75-6.26-7.63-4.92-11.21-12.45-10.11-21.19a24.45,24.45,0,0,1,10.69-17.76c6.06-4.09,14.17-5.83,24.1-5.17A69,69,0,0,1,139,142a12,12,0,0,1-6.1,23.21c-6.36-1.63-13.62-1.51-16.07-.33a79.5,79.5,0,0,0,7.91,2.59c5.47,1.58,11.68,3.37,16.8,6.82C149.33,179.53,153,187.53,151.78,196.8ZM68,140a12,12,0,0,0-12,12v38a6,6,0,0,1-12,0,12,12,0,0,0-24,0,30,30,0,0,0,60,0V152A12,12,0,0,0,68,140Zm138.75,40,15-21a12,12,0,0,0-19.53-14L192,159.34,181.76,145a12,12,0,0,0-19.53,14l15,21-15,21A12,12,0,1,0,181.76,215L192,200.62,202.23,215A12,12,0,0,0,221.76,201ZM36,108V40A20,20,0,0,1,56,20h96a12,12,0,0,1,8.49,3.51l56,56A12,12,0,0,1,220,88v20a12,12,0,1,1-24,0v-4H148a12,12,0,0,1-12-12V44H60v64a12,12,0,1,1-24,0ZM160,80h23L160,57Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M147.81,196.31a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216A60.43,60.43,0,0,1,106,214a8,8,0,1,1,4.3-15.41c4.38,1.21,15,2.71,19.55-.35.88-.6,1.83-1.52,2.14-3.93.34-2.67-.72-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.12a20.58,20.58,0,0,1,9-14.94c11.85-8,30.72-3.31,32.84-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.12.9-.14,1.08,1.11,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150,179,147.81,196.31ZM72,144a8,8,0,0,0-8,8v38a10,10,0,0,1-20,0,8,8,0,0,0-16,0,26,26,0,0,0,52,0V152A8,8,0,0,0,72,144Zm140.65,1.49a8,8,0,0,0-11.16,1.86L188,166.24l-13.49-18.89a8,8,0,0,0-13,9.3L178.17,180l-16.68,23.35a8,8,0,0,0,13,9.3L188,193.76l13.49,18.89a8,8,0,0,0,13-9.3L197.83,180l16.68-23.35A8,8,0,0,0,212.65,145.49ZM216,88v24a8,8,0,0,1-16,0V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,0,1-16,0V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88Zm-27.31-8L160,51.31V80Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v76a4,4,0,0,0,4,4H212a4,4,0,0,0,4-4V88A8,8,0,0,0,213.66,82.34ZM152,88V44l44,44Zm-4.19,108.31a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216a60.63,60.63,0,0,1-15.19-2,8,8,0,0,1,4.31-15.41c4.38,1.21,15,2.71,19.55-.35.88-.6,1.83-1.52,2.14-3.93.34-2.67-.72-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.12a20.58,20.58,0,0,1,9-14.94c11.85-8,30.72-3.31,32.84-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.57,4.57,0,0,0-2,3.67c-.11.9-.13,1.08,1.12,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150,179,147.81,196.31ZM80,152v37.4c0,14.23-11.18,26.27-25.41,26.59A26,26,0,0,1,28,190.37,8.17,8.17,0,0,1,35.31,182,8,8,0,0,1,44,190.22a8.89,8.89,0,0,0,4,8c7.85,4.82,16-.76,16-8.2V152.27A8.17,8.17,0,0,1,71.47,144,8,8,0,0,1,80,152Zm134.51,4.65L197.83,180l16.68,23.35a8,8,0,0,1-13,9.3L188,193.76l-13.49,18.89a8,8,0,1,1-13-9.3L178.17,180l-16.68-23.35a8,8,0,0,1,13-9.3L188,166.24l13.49-18.89a8,8,0,0,1,13,9.3Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M145.83,196.05a18.89,18.89,0,0,1-8.31,13.81c-4.82,3.19-10.87,4.14-16.36,4.14a59.41,59.41,0,0,1-14.68-2,6,6,0,0,1,3.23-11.56c3.71,1,15.58,3.11,21.19-.62a6.85,6.85,0,0,0,3-5.34c.58-4.43-2.08-6.26-14.2-9.76-9.31-2.69-23.37-6.75-21.57-20.94a18.61,18.61,0,0,1,8.08-13.54c11.11-7.49,29.18-3,31.21-2.48a6,6,0,0,1-3.06,11.6c-3.79-1-15.85-2.95-21.45.84a6.59,6.59,0,0,0-2.88,5.08c-.41,3.22,2.14,4.78,13,7.91C132.92,176.08,147.84,180.39,145.83,196.05ZM72,146a6,6,0,0,0-6,6v38a12,12,0,0,1-24,0,6,6,0,0,0-12,0,24,24,0,0,0,48,0V152A6,6,0,0,0,72,146Zm139.49,1.12a6,6,0,0,0-8.37,1.39L188,169.67,172.88,148.5a6,6,0,0,0-9.76,7L180.63,180,163.12,204.5a6,6,0,1,0,9.76,7L188,190.31l15.12,21.16a6,6,0,1,0,9.76-7L195.37,180l17.51-24.51A6,6,0,0,0,211.49,147.11ZM214,88v24a6,6,0,1,1-12,0V94H152a6,6,0,0,1-6-6V38H56a2,2,0,0,0-2,2v72a6,6,0,1,1-12,0V40A14,14,0,0,1,56,26h96a6,6,0,0,1,4.25,1.76l56,56A6,6,0,0,1,214,88Zm-20.49-6L158,46.48V82Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M147.81,196.31a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216a60.63,60.63,0,0,1-15.19-2,8,8,0,0,1,4.31-15.41c4.38,1.21,15,2.71,19.55-.35.88-.6,1.83-1.52,2.14-3.93.34-2.67-.72-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.58,20.58,0,0,1,9-14.95c11.85-8,30.72-3.31,32.84-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.12.9-.14,1.08,1.11,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150,179,147.81,196.31ZM72,144a8,8,0,0,0-8,8v38a10,10,0,0,1-20,0,8,8,0,0,0-16,0,26,26,0,0,0,52,0V152A8,8,0,0,0,72,144Zm140.65,1.49a8,8,0,0,0-11.16,1.86L188,166.24l-13.49-18.89a8,8,0,0,0-13,9.3L178.17,180l-16.68,23.35a8,8,0,0,0,13,9.3L188,193.76l13.49,18.89a8,8,0,0,0,13-9.3L197.83,180l16.68-23.35A8,8,0,0,0,212.65,145.49ZM216,88v24a8,8,0,0,1-16,0V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,0,1-16,0V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88Zm-27.31-8L160,51.31V80Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M143.84,195.8a17,17,0,0,1-7.43,12.41c-4.39,2.91-10,3.77-15.22,3.77A57.89,57.89,0,0,1,107,210.11a4,4,0,1,1,2.15-7.7c4.22,1.17,16.56,3.29,22.83-.88a8.94,8.94,0,0,0,3.91-6.75c.83-6.45-4.38-8.69-15.64-11.94-9.68-2.8-21.72-6.28-20.14-18.77a16.66,16.66,0,0,1,7.22-12.13c4.56-3.07,11-4.36,19.1-3.82a61.33,61.33,0,0,1,10.48,1.61,4,4,0,0,1-2.05,7.74c-4.29-1.13-16.81-3.12-23.06,1.11a8.51,8.51,0,0,0-3.75,6.49c-.66,5.17,3.89,7,14.42,10.08C132.26,178,145.64,181.84,143.84,195.8ZM72,148a4,4,0,0,0-4,4v38a14,14,0,0,1-28,0,4,4,0,0,0-8,0,22,22,0,0,0,44,0V152A4,4,0,0,0,72,148Zm138.32.75a4,4,0,0,0-5.58.92L188,173.12l-16.75-23.45a4,4,0,0,0-6.51,4.66L183.08,180l-18.34,25.67a4,4,0,0,0,.93,5.58,4,4,0,0,0,5.58-.92L188,186.88l16.74,23.45A4,4,0,0,0,208,212a3.91,3.91,0,0,0,2.32-.75,4,4,0,0,0,.93-5.58L192.92,180l18.33-25.67A4,4,0,0,0,210.32,148.75ZM212,88v24a4,4,0,0,1-8,0V92H152a4,4,0,0,1-4-4V36H56a4,4,0,0,0-4,4v72a4,4,0,0,1-8,0V40A12,12,0,0,1,56,28h96a4,4,0,0,1,2.83,1.17l56,56A4,4,0,0,1,212,88Zm-13.66-4L156,41.65V84Z"}))]]),nE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M100,152v56a12,12,0,0,1-24,0V190.07l-6.17,8.81a12,12,0,0,1-19.66,0L44,190.07V208a12,12,0,0,1-24,0V152a12,12,0,0,1,21.83-6.88L60,171.07l18.17-25.95A12,12,0,0,1,100,152Zm84,28a40,40,0,0,1-40,40H128a12,12,0,0,1-12-12V152a12,12,0,0,1,12-12h16A40,40,0,0,1,184,180Zm-24,0a16,16,0,0,0-16-16h-4v32h4A16,16,0,0,0,160,180Zm60-92V224a12,12,0,0,1-24,0V104H148a12,12,0,0,1-12-12V44H60v64a12,12,0,0,1-24,0V40A20,20,0,0,1,56,20h96a12,12,0,0,1,8.49,3.52l56,56A12,12,0,0,1,220,88Zm-60-8h23L160,57Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V224a8,8,0,0,0,16,0V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM144,144H128a8,8,0,0,0-8,8v56a8,8,0,0,0,8,8h16a36,36,0,0,0,0-72Zm0,56h-8V160h8a20,20,0,0,1,0,40Zm-40-48v56a8,8,0,0,1-16,0V177.38L74.55,196.59a8,8,0,0,1-13.1,0L48,177.38V208a8,8,0,0,1-16,0V152a8,8,0,0,1,14.55-4.59L68,178.05l21.45-30.64A8,8,0,0,1,104,152Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v76a4,4,0,0,0,4,4H196a4,4,0,0,1,4,4V224a8,8,0,0,0,9.19,7.91,8.15,8.15,0,0,0,6.81-8.16V88A8,8,0,0,0,213.66,82.34ZM152,88V44l44,44Zm-8,56H128a8,8,0,0,0-8,8v56a8,8,0,0,0,8,8h15.32c19.66,0,36.21-15.48,36.67-35.13A36,36,0,0,0,144,144Zm-.49,56H136V160h8a20,20,0,0,1,20,20.77C163.58,191.59,154.34,200,143.51,200ZM104,152v55.73A8.17,8.17,0,0,1,96.53,216,8,8,0,0,1,88,208V177.38l-13.32,19a8.3,8.3,0,0,1-4.2,3.2,8,8,0,0,1-9-3L48,177.38v30.35A8.17,8.17,0,0,1,40.53,216,8,8,0,0,1,32,208V152.31a8.27,8.27,0,0,1,4.56-7.53,8,8,0,0,1,10,2.63L68,178.05l21.27-30.39a8.28,8.28,0,0,1,8.06-3.55A8,8,0,0,1,104,152Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72a6,6,0,0,0,12,0V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50V224a6,6,0,0,0,12,0V88A6,6,0,0,0,212.24,83.76ZM158,46.48,193.52,82H158ZM144,146H128a6,6,0,0,0-6,6v56a6,6,0,0,0,6,6h16a34,34,0,0,0,0-68Zm0,56H134V158h10a22,22,0,0,1,0,44Zm-42-50v56a6,6,0,0,1-12,0V171L72.92,195.44a6,6,0,0,1-9.84,0L46,171v37a6,6,0,0,1-12,0V152a6,6,0,0,1,10.92-3.44l23.08,33,23.08-33A6,6,0,0,1,102,152Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V224a8,8,0,0,0,16,0V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM144,144H128a8,8,0,0,0-8,8v56a8,8,0,0,0,8,8h16a36,36,0,0,0,0-72Zm0,56h-8V160h8a20,20,0,0,1,0,40Zm-40-48v56a8,8,0,0,1-16,0V177.38L74.55,196.59a8,8,0,0,1-13.1,0L48,177.38V208a8,8,0,0,1-16,0V152a8,8,0,0,1,14.55-4.59L68,178.05l21.45-30.64A8,8,0,0,1,104,152Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52V224a4,4,0,0,0,8,0V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM144,148H128a4,4,0,0,0-4,4v56a4,4,0,0,0,4,4h16a32,32,0,0,0,0-64Zm0,56H132V156h12a24,24,0,0,1,0,48Zm-44-52v56a4,4,0,0,1-8,0V164.69l-20.72,29.6a4,4,0,0,1-6.56,0L44,164.69V208a4,4,0,0,1-8,0V152a4,4,0,0,1,7.28-2.29L68,185l24.72-35.31A4,4,0,0,1,100,152Z"}))]]),rE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216.49,79.51l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40V216a20,20,0,0,0,20,20H200a20,20,0,0,0,20-20V88A12,12,0,0,0,216.49,79.51ZM160,57l23,23H160ZM60,212V44h76V92a12,12,0,0,0,12,12h48V212Zm104-60a12,12,0,0,1-12,12H140v12a12,12,0,0,1-24,0V164H104a12,12,0,0,1,0-24h12V128a12,12,0,0,1,24,0v12h12A12,12,0,0,1,164,152Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM200,216H56V40h88V88a8,8,0,0,0,8,8h48V216Zm-40-64a8,8,0,0,1-8,8H136v16a8,8,0,0,1-16,0V160H104a8,8,0,0,1,0-16h16V128a8,8,0,0,1,16,0v16h16A8,8,0,0,1,160,152Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM152,160H136v16a8,8,0,0,1-16,0V160H104a8,8,0,0,1,0-16h16V128a8,8,0,0,1,16,0v16h16a8,8,0,0,1,0,16Zm0-72V43.31L196.69,88Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40V216a14,14,0,0,0,14,14H200a14,14,0,0,0,14-14V88A6,6,0,0,0,212.24,83.76ZM158,46.48,193.52,82H158ZM200,218H56a2,2,0,0,1-2-2V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50V216A2,2,0,0,1,200,218Zm-42-66a6,6,0,0,1-6,6H134v18a6,6,0,0,1-12,0V158H104a6,6,0,0,1,0-12h18V128a6,6,0,0,1,12,0v18h18A6,6,0,0,1,158,152Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM200,216H56V40h88V88a8,8,0,0,0,8,8h48V216Zm-40-64a8,8,0,0,1-8,8H136v16a8,8,0,0,1-16,0V160H104a8,8,0,0,1,0-16h16V128a8,8,0,0,1,16,0v16h16A8,8,0,0,1,160,152Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40V216a12,12,0,0,0,12,12H200a12,12,0,0,0,12-12V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM200,220H56a4,4,0,0,1-4-4V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52V216A4,4,0,0,1,200,220Zm-44-68a4,4,0,0,1-4,4H132v20a4,4,0,0,1-8,0V156H104a4,4,0,0,1,0-8h20V128a4,4,0,0,1,8,0v20h20A4,4,0,0,1,156,152Z"}))]]),iE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M56,140H40a12,12,0,0,0-12,12v56a12,12,0,0,0,24,0v-4h4a32,32,0,0,0,0-64Zm0,40H52V164h4a8,8,0,0,1,0,16Zm176,20.87a12,12,0,0,1-3.33,8.3A34,34,0,0,1,204,220c-19.85,0-36-17.95-36-40s16.15-40,36-40a33.39,33.39,0,0,1,18.71,5.8,12,12,0,1,1-13.42,19.89A9.39,9.39,0,0,0,204,164c-6.5,0-12,7.33-12,16s5.5,16,12,16a9,9,0,0,0,2.7-.42A12,12,0,0,1,216,176h4a12,12,0,0,1,12,12ZM160,152v56a12,12,0,0,1-8.34,11.43A12.15,12.15,0,0,1,148,220a12,12,0,0,1-9.76-5L120,189.44V208a12,12,0,0,1-24,0V152a12,12,0,0,1,21.76-7L136,170.55V152a12,12,0,0,1,24,0ZM48,120a12,12,0,0,0,12-12V44h76V92a12,12,0,0,0,12,12h48v4a12,12,0,0,0,24,0V88a12,12,0,0,0-3.51-8.49l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v68A12,12,0,0,0,48,120ZM160,57l23,23H160Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M60,144H44a8,8,0,0,0-8,8v56a8,8,0,0,0,16,0v-8h8a28,28,0,0,0,0-56Zm0,40H52V160h8a12,12,0,0,1,0,24Zm164,16.87a8,8,0,0,1-2.22,5.53A30.06,30.06,0,0,1,200,216c-17.64,0-32-16.15-32-36s14.36-36,32-36a29.45,29.45,0,0,1,16.48,5.11,8,8,0,0,1-9,13.27A13.21,13.21,0,0,0,200,160c-8.82,0-16,9-16,20s7.18,20,16,20a13.57,13.57,0,0,0,8-2.72V192a8,8,0,0,1,0-16h8a8,8,0,0,1,8,8ZM156,152v56a8,8,0,0,1-5.56,7.62A7.91,7.91,0,0,1,148,216a8,8,0,0,1-6.51-3.35L116,177v31a8,8,0,0,1-16,0V152a8,8,0,0,1,14.51-4.65L140,183V152a8,8,0,0,1,16,0ZM48,120a8,8,0,0,0,8-8V40h88V88a8,8,0,0,0,8,8h48v16a8,8,0,0,0,16,0V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72A8,8,0,0,0,48,120ZM160,51.31,188.69,80H160Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M44,120H212a4,4,0,0,0,4-4V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v76A4,4,0,0,0,44,120ZM152,44l44,44H152ZM60,144H44a8,8,0,0,0-8,8v55.72A8.17,8.17,0,0,0,43.47,216,8,8,0,0,0,52,208v-8h7.4c15.24,0,28.14-11.92,28.59-27.15A28,28,0,0,0,60,144Zm-.35,40H52V160h8a12,12,0,0,1,12,13.16A12.25,12.25,0,0,1,59.65,184ZM224,200.87a8,8,0,0,1-2.26,5.57A30.07,30.07,0,0,1,200,216c-17.64,0-32-16.15-32-36s14.36-36,32-36a29.36,29.36,0,0,1,16.09,4.86,8.21,8.21,0,0,1,3,10.64,8,8,0,0,1-11.55,2.88A13.21,13.21,0,0,0,200,160c-8.82,0-16,9-16,20s7.18,20,16,20a13.57,13.57,0,0,0,8-2.72V192a8,8,0,0,1-8-8.53,8.17,8.17,0,0,1,8.25-7.47H216a8,8,0,0,1,8,8ZM156,152v55.76a8.22,8.22,0,0,1-4.12,7.24,8,8,0,0,1-10.39-2.35L116,177v30.76a8.17,8.17,0,0,1-7.47,8.26,8,8,0,0,1-8.53-8V152.31a8.27,8.27,0,0,1,4.53-7.52,8,8,0,0,1,10,2.56L140,183V152.27a8.17,8.17,0,0,1,7.47-8.25A8,8,0,0,1,156,152Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M60,146H44a6,6,0,0,0-6,6v56a6,6,0,0,0,12,0V198H60a26,26,0,0,0,0-52Zm0,40H50V158H60a14,14,0,0,1,0,28Zm162,14.87a6,6,0,0,1-1.67,4.15A28.06,28.06,0,0,1,200,214c-16.54,0-30-15.25-30-34s13.46-34,30-34a27.43,27.43,0,0,1,15.36,4.77,6,6,0,0,1-6.72,9.95A15.25,15.25,0,0,0,200,158c-9.93,0-18,9.87-18,22s8.07,22,18,22a15.75,15.75,0,0,0,10-3.73V190h-2a6,6,0,0,1,0-12h8a6,6,0,0,1,6,6ZM154,152v56a6,6,0,0,1-4.17,5.71A5.78,5.78,0,0,1,148,214a6,6,0,0,1-4.88-2.51L114,170.72V208a6,6,0,0,1-12,0V152a6,6,0,0,1,10.88-3.49L142,189.28V152a6,6,0,0,1,12,0ZM48,118a6,6,0,0,0,6-6V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50v18a6,6,0,0,0,12,0V88a6,6,0,0,0-1.76-4.24l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72A6,6,0,0,0,48,118ZM158,46.48,193.52,82H158Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M60,144H44a8,8,0,0,0-8,8v56a8,8,0,0,0,16,0v-8h8a28,28,0,0,0,0-56Zm0,40H52V160h8a12,12,0,0,1,0,24Zm164,16.87a8,8,0,0,1-2.22,5.53A30.06,30.06,0,0,1,200,216c-17.65,0-32-16.15-32-36s14.35-36,32-36a29.45,29.45,0,0,1,16.48,5.11,8,8,0,0,1-9,13.27A13.21,13.21,0,0,0,200,160c-8.82,0-16,9-16,20s7.18,20,16,20a13.57,13.57,0,0,0,8-2.72V192a8,8,0,0,1,0-16h8a8,8,0,0,1,8,8ZM156,152v56a8,8,0,0,1-5.56,7.62A7.91,7.91,0,0,1,148,216a8,8,0,0,1-6.51-3.35L116,177v31a8,8,0,0,1-16,0V152a8,8,0,0,1,14.51-4.65L140,183V152a8,8,0,0,1,16,0ZM48,120a8,8,0,0,0,8-8V40h88V88a8,8,0,0,0,8,8h48v16a8,8,0,0,0,16,0V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72A8,8,0,0,0,48,120ZM160,51.31,188.69,80H160Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M60,148H44a4,4,0,0,0-4,4v56a4,4,0,0,0,8,0V196H60a24,24,0,0,0,0-48Zm0,40H48V156H60a16,16,0,0,1,0,32Zm160,12.87a4,4,0,0,1-1.11,2.77A26.11,26.11,0,0,1,200,212c-15.44,0-28-14.36-28-32s12.56-32,28-32a25.41,25.41,0,0,1,14.24,4.43,4,4,0,1,1-4.48,6.63A17.45,17.45,0,0,0,200,156c-11,0-20,10.77-20,24s9,24,20,24a17.87,17.87,0,0,0,12-4.82V188h-4a4,4,0,0,1,0-8h8a4,4,0,0,1,4,4ZM152,152v56a4,4,0,0,1-2.78,3.81A3.93,3.93,0,0,1,148,212a4,4,0,0,1-3.25-1.67L112,164.48V208a4,4,0,0,1-8,0V152a4,4,0,0,1,7.25-2.33L144,195.52V152a4,4,0,0,1,8,0Zm52-40a4,4,0,0,0,8,0V88a4,4,0,0,0-1.17-2.83l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52ZM156,84V41.65L198.34,84Z"}))]]),aE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M48,120a12,12,0,0,0,12-12V44h76V92a12,12,0,0,0,12,12h48v4a12,12,0,1,0,24,0V88a12,12,0,0,0-3.51-8.48l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v68A12,12,0,0,0,48,120ZM183,80H160V57ZM87.78,196.8a24.72,24.72,0,0,1-10.94,18c-6,4-13.27,5.15-19.74,5.15a63.75,63.75,0,0,1-16.23-2.21,12,12,0,1,1,6.46-23.11c6.82,1.85,15,1.61,16.39.06a2.48,2.48,0,0,0,.21-.71c-1.94-1.23-6.82-2.64-9.88-3.53-5.39-1.56-11-3.17-15.75-6.26-7.62-4.92-11.21-12.45-10.1-21.19a24.44,24.44,0,0,1,10.68-17.76c6.07-4.09,14.17-5.82,24.1-5.17A69,69,0,0,1,75,142a12,12,0,0,1-6.1,23.21c-6.35-1.63-13.61-1.51-16.07-.33a79.69,79.69,0,0,0,7.92,2.59c5.47,1.58,11.67,3.37,16.8,6.82C85.33,179.53,89,187.53,87.78,196.8ZM155.3,156l-20,56a12,12,0,0,1-22.6,0l-20-56A12,12,0,1,1,115.3,148L124,172.3,132.7,148A12,12,0,1,1,155.3,156ZM224,188v12.87a12,12,0,0,1-3.33,8.3A34,34,0,0,1,196,220c-19.85,0-36-17.94-36-40s16.15-40,36-40a33.39,33.39,0,0,1,18.71,5.8,12,12,0,1,1-13.42,19.89A9.39,9.39,0,0,0,196,164c-6.5,0-12,7.33-12,16s5.5,16,12,16a9,9,0,0,0,2.7-.42A12,12,0,0,1,208,176h4A12,12,0,0,1,224,188Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,1,0,16,0V40h88V88a8,8,0,0,0,8,8h48v16a8,8,0,0,0,16,0V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160Zm-72.18,145a20.82,20.82,0,0,1-9.19,15.23C73.44,215,67,216,61.14,216A61.23,61.23,0,0,1,46,214a8,8,0,0,1,4.3-15.41c4.38,1.2,14.95,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.35-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.55,20.55,0,0,1,9-14.95c11.84-8,30.72-3.31,32.83-2.76a8,8,0,0,1-4.07,15.48c-4.48-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.11.9-.14,1.09,1.12,1.9,2.31,1.49,6.44,2.68,10.45,3.84C73.5,174.17,90.06,179,87.82,196.31Zm63.72-41.62-20,56a8,8,0,0,1-15.07,0l-20-56a8,8,0,1,1,15.06-5.38L124,184.21l12.46-34.9a8,8,0,0,1,15.07,5.38ZM216,184v16.87a8,8,0,0,1-2.22,5.53A30.06,30.06,0,0,1,192,216c-17.64,0-32-16.15-32-36s14.36-36,32-36a29.38,29.38,0,0,1,16.48,5.12,8,8,0,0,1-8.95,13.26A13.27,13.27,0,0,0,192,160c-8.82,0-16,9-16,20s7.18,20,16,20a13.38,13.38,0,0,0,8-2.71V192a8,8,0,0,1,0-16h8A8,8,0,0,1,216,184Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v76a4,4,0,0,0,4,4H212a4,4,0,0,0,4-4V88A8,8,0,0,0,213.66,82.34ZM152,88V44l44,44ZM87.82,196.31a20.82,20.82,0,0,1-9.19,15.23C73.44,215,67,216,61.14,216A61.23,61.23,0,0,1,46,214a8,8,0,0,1,4.3-15.41c4.38,1.2,14.95,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.35-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.55,20.55,0,0,1,9-14.95c11.84-8,30.72-3.31,32.83-2.76a8,8,0,0,1-4.07,15.48c-4.48-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.11.9-.14,1.09,1.12,1.9,2.31,1.49,6.44,2.68,10.45,3.84C73.5,174.17,90.06,179,87.82,196.31Zm63.72-41.62-19.9,55.72a8.25,8.25,0,0,1-6.5,5.51,8,8,0,0,1-8.67-5.23L96.59,155a8.21,8.21,0,0,1,4.5-10.45,8,8,0,0,1,10.45,4.76L124,184.21l12.46-34.9a8,8,0,0,1,15.07,5.38ZM216,184v16.87a8,8,0,0,1-2.26,5.57A30,30,0,0,1,192,216c-17.64,0-32-16.15-32-36s14.36-36,32-36a29.36,29.36,0,0,1,16.09,4.86,8.22,8.22,0,0,1,3,10.64,8,8,0,0,1-11.54,2.88A13.27,13.27,0,0,0,192,160c-8.82,0-16,9-16,20s7.18,20,16,20a13.38,13.38,0,0,0,8-2.71V192a8,8,0,0,1-8-8.53,8.18,8.18,0,0,1,8.26-7.47H208A8,8,0,0,1,216,184Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M212.24,83.75l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72a6,6,0,0,0,12,0V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50v18a6,6,0,1,0,12,0V88A6,6,0,0,0,212.24,83.75ZM158,46.48,193.52,82H158ZM85.83,196.05a18.85,18.85,0,0,1-8.3,13.81C72.71,213.05,66.66,214,61.16,214a59.38,59.38,0,0,1-14.67-2,6,6,0,0,1,3.23-11.56c3.71,1,15.58,3.11,21.19-.62a6.85,6.85,0,0,0,3-5.34c.57-4.43-2.08-6.26-14.2-9.76-9.31-2.69-23.37-6.75-21.57-20.94a18.61,18.61,0,0,1,8.08-13.54c11.11-7.49,29.18-3,31.2-2.48a6,6,0,0,1-3,11.6c-3.79-1-15.85-2.95-21.45.84a6.59,6.59,0,0,0-2.88,5.08c-.41,3.22,2.14,4.78,13,7.91C72.93,176.08,87.85,180.39,85.83,196.05Zm63.82-42-20,56a6,6,0,0,1-11.3,0l-20-56a6,6,0,1,1,11.3-4L124,190.15,138.35,150a6,6,0,0,1,11.3,4ZM214,184v16.87a6,6,0,0,1-1.67,4.15A28.06,28.06,0,0,1,192,214c-16.54,0-30-15.25-30-34s13.46-34,30-34a27.43,27.43,0,0,1,15.36,4.77,6,6,0,0,1-6.72,10A15.25,15.25,0,0,0,192,158c-9.92,0-18,9.87-18,22s8.08,22,18,22a15.7,15.7,0,0,0,10-3.74V190h-2a6,6,0,0,1,0-12h8A6,6,0,0,1,214,184Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M87.82,196.31a20.82,20.82,0,0,1-9.19,15.23C73.44,215,67,216,61.14,216A61.23,61.23,0,0,1,46,214a8,8,0,0,1,4.3-15.41c4.38,1.2,14.95,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.35-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.55,20.55,0,0,1,9-14.95c11.84-8,30.72-3.31,32.83-2.76a8,8,0,0,1-4.07,15.48c-4.48-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.11.9-.14,1.09,1.12,1.9,2.31,1.49,6.44,2.68,10.45,3.84C73.5,174.17,90.06,179,87.82,196.31ZM216,88v24a8,8,0,0,1-16,0V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,1,1-16,0V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.65,2.34l56,56A8,8,0,0,1,216,88Zm-56-8h28.69L160,51.31Zm-13.3,64.47a8,8,0,0,0-10.23,4.84L124,184.21l-12.47-34.9a8,8,0,1,0-15.06,5.38l20,56a8,8,0,0,0,15.07,0l20-56A8,8,0,0,0,146.7,144.47ZM208,176h-8a8,8,0,0,0,0,16v5.29a13.38,13.38,0,0,1-8,2.71c-8.82,0-16-9-16-20s7.18-20,16-20a13.27,13.27,0,0,1,7.53,2.38,8,8,0,0,0,8.95-13.26A29.38,29.38,0,0,0,192,144c-17.64,0-32,16.15-32,36s14.36,36,32,36a30.06,30.06,0,0,0,21.78-9.6,8,8,0,0,0,2.22-5.53V184A8,8,0,0,0,208,176Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,1,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52v20a4,4,0,0,0,8,0V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM83.85,195.8a17,17,0,0,1-7.43,12.41C72,211.12,66.38,212,61.2,212A57.89,57.89,0,0,1,47,210.11a4,4,0,1,1,2.15-7.7c4.22,1.17,16.56,3.29,22.83-.88a8.94,8.94,0,0,0,3.91-6.75c.83-6.45-4.38-8.69-15.64-11.94-9.68-2.8-21.72-6.28-20.14-18.77a16.66,16.66,0,0,1,7.22-12.13c4.56-3.07,11-4.36,19.1-3.82a61.11,61.11,0,0,1,10.47,1.61,4,4,0,0,1-2,7.74c-4.29-1.13-16.81-3.12-23.06,1.11a8.51,8.51,0,0,0-3.75,6.49c-.66,5.17,3.89,7,14.42,10.08C72.27,178,85.65,181.84,83.85,195.8Zm63.92-42.45-20,56a4,4,0,0,1-7.53,0l-20-56a4,4,0,1,1,7.53-2.7L124,196.11l16.23-45.46a4,4,0,1,1,7.53,2.7ZM212,184v16.87a4,4,0,0,1-1.11,2.77A26.11,26.11,0,0,1,192,212c-15.44,0-28-14.36-28-32s12.56-32,28-32a25.41,25.41,0,0,1,14.24,4.43,4,4,0,1,1-4.48,6.63A17.43,17.43,0,0,0,192,156c-11,0-20,10.77-20,24s9,24,20,24a17.87,17.87,0,0,0,12-4.82V188h-4a4,4,0,0,1,0-8h8A4,4,0,0,1,212,184Z"}))]]),lE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216.49,79.51l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v68a12,12,0,0,0,24,0V44h76V92a12,12,0,0,0,12,12h48V212H180a12,12,0,0,0,0,24h20a20,20,0,0,0,20-20V88A12,12,0,0,0,216.49,79.51ZM160,57l23,23H160Zm-4.22,139.85a24.75,24.75,0,0,1-10.95,18.06c-6,4-13.27,5.15-19.73,5.15a63.75,63.75,0,0,1-16.23-2.21,12,12,0,0,1,6.46-23.12c6.81,1.86,15,1.61,16.39.06a2.48,2.48,0,0,0,.21-.71c-1.94-1.23-6.83-2.64-9.88-3.52-5.39-1.56-11-3.18-15.75-6.27-7.62-4.92-11.21-12.45-10.11-21.2a24.45,24.45,0,0,1,10.69-17.75c6.06-4.09,14.17-5.83,24.1-5.18A68.53,68.53,0,0,1,143,142a12,12,0,0,1-6.1,23.21c-6.36-1.63-13.62-1.51-16.07-.33a79.5,79.5,0,0,0,7.91,2.59c5.48,1.58,11.68,3.37,16.8,6.82C153.33,179.55,157,187.55,155.78,196.82ZM92,152a12,12,0,0,1-12,12H72v44a12,12,0,0,1-24,0V164H40a12,12,0,0,1,0-24H80A12,12,0,0,1,92,152Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V216H176a8,8,0,0,0,0,16h24a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160Zm-12.19,145a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216A61.14,61.14,0,0,1,106,214a8,8,0,1,1,4.3-15.41c4.38,1.2,15,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.35-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.56,20.56,0,0,1,9-14.95c11.84-8,30.71-3.31,32.83-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.12.9-.14,1.09,1.11,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150.05,179,147.81,196.31ZM88,152a8,8,0,0,1-8,8H68v48a8,8,0,0,1-16,0V160H40a8,8,0,0,1,0-16H80A8,8,0,0,1,88,152Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v76a4,4,0,0,0,4,4H164a4,4,0,0,1,4,4V228a4,4,0,0,0,4,4h28a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM152,88V44l44,44Zm-4.19,108.31a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216A61.14,61.14,0,0,1,106,214a8,8,0,1,1,4.3-15.41c4.38,1.2,15,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.35-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.56,20.56,0,0,1,9-14.95c11.84-8,30.71-3.31,32.83-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.12.9-.14,1.09,1.11,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150.05,179,147.81,196.31ZM88,152.53A8.17,8.17,0,0,1,79.73,160H68v47.73A8.17,8.17,0,0,1,60.53,216,8,8,0,0,1,52,208V160H40.27A8.17,8.17,0,0,1,32,152.53,8,8,0,0,1,40,144H80A8,8,0,0,1,88,152.53Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72a6,6,0,0,0,12,0V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50V216a2,2,0,0,1-2,2H176a6,6,0,0,0,0,12h24a14,14,0,0,0,14-14V88A6,6,0,0,0,212.24,83.76ZM158,46.48,193.52,82H158ZM145.83,196.06a18.89,18.89,0,0,1-8.31,13.81c-4.82,3.19-10.87,4.14-16.36,4.14a58.89,58.89,0,0,1-14.68-2,6,6,0,0,1,3.23-11.56c3.71,1,15.58,3.11,21.19-.62a6.85,6.85,0,0,0,3-5.34c.58-4.43-2.08-6.26-14.2-9.76-9.31-2.69-23.37-6.75-21.57-20.94a18.61,18.61,0,0,1,8.08-13.54c11.11-7.49,29.18-3,31.21-2.48a6,6,0,0,1-3.06,11.6c-3.78-1-15.85-3-21.45.84a6.59,6.59,0,0,0-2.88,5.08c-.41,3.22,2.14,4.78,13,7.91C132.92,176.09,147.84,180.4,145.83,196.06ZM86,152a6,6,0,0,1-6,6H66v50a6,6,0,0,1-12,0V158H40a6,6,0,0,1,0-12H80A6,6,0,0,1,86,152Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M147.81,196.31a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216a61.34,61.34,0,0,1-15.19-2,8,8,0,0,1,4.31-15.41c4.38,1.2,15,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.34-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.56,20.56,0,0,1,9-14.95c11.84-8,30.71-3.31,32.83-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.12.9-.14,1.09,1.11,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150.05,179,147.81,196.31ZM216,88V216a16,16,0,0,1-16,16H176a8,8,0,0,1,0-16h24V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,0,1-16,0V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88Zm-56-8h28.69L160,51.31ZM80,144H40a8,8,0,0,0,0,16H52v48a8,8,0,0,0,16,0V160H80a8,8,0,0,0,0-16Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52V216a4,4,0,0,1-4,4H176a4,4,0,0,0,0,8h24a12,12,0,0,0,12-12V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM143.84,195.8a17,17,0,0,1-7.43,12.41c-4.39,2.91-10,3.77-15.22,3.77A57.89,57.89,0,0,1,107,210.11a4,4,0,0,1,2.15-7.7c4.22,1.17,16.56,3.29,22.83-.88a8.94,8.94,0,0,0,3.91-6.75c.83-6.45-4.38-8.69-15.64-11.94-9.68-2.8-21.72-6.28-20.14-18.77a16.66,16.66,0,0,1,7.22-12.13c4.56-3.07,11-4.36,19.1-3.82a61.33,61.33,0,0,1,10.48,1.61,4,4,0,0,1-2.05,7.74c-4.29-1.13-16.81-3.12-23.06,1.11a8.51,8.51,0,0,0-3.75,6.49c-.66,5.17,3.89,7,14.42,10.08C132.26,178,145.64,181.84,143.84,195.8ZM84,152a4,4,0,0,1-4,4H64v52a4,4,0,0,1-8,0V156H40a4,4,0,0,1,0-8H80A4,4,0,0,1,84,152Z"}))]]),sE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M221.76,201A12,12,0,1,1,202.23,215L192,200.62,181.76,215A12,12,0,1,1,162.23,201l15-21-15-21a12,12,0,0,1,19.53-14L192,159.34,202.23,145a12,12,0,0,1,19.53,14l-15,21Zm-80.25-26.73c-5.12-3.45-11.33-5.24-16.8-6.82a79.5,79.5,0,0,1-7.91-2.59c2.45-1.18,9.71-1.3,16.07.33A12,12,0,0,0,139,142a69,69,0,0,0-12-1.86c-9.93-.66-18,1.08-24.1,5.17a24.45,24.45,0,0,0-10.69,17.76c-1.1,8.74,2.48,16.27,10.11,21.19,4.78,3.09,10.36,4.7,15.75,6.26,3,.89,7.94,2.3,9.88,3.53a2.48,2.48,0,0,1-.21.71c-1.37,1.55-9.58,1.79-16.39-.06a12,12,0,1,0-6.46,23.11A63.75,63.75,0,0,0,121.1,220c6.46,0,13.73-1.17,19.73-5.15a24.73,24.73,0,0,0,10.95-18C153,187.53,149.33,179.53,141.51,174.27ZM76,140H36a12,12,0,0,0,0,24h8v44a12,12,0,0,0,24,0V164h8a12,12,0,0,0,0-24ZM36,108V40A20,20,0,0,1,56,20h96a12,12,0,0,1,8.49,3.51l56,56A12,12,0,0,1,220,88v20a12,12,0,1,1-24,0v-4H148a12,12,0,0,1-12-12V44H60v64a12,12,0,1,1-24,0ZM160,80h23L160,57Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M214.51,156.65,197.83,180l16.68,23.35a8,8,0,0,1-13,9.3L188,193.76l-13.49,18.89a8,8,0,1,1-13-9.3L178.17,180l-16.68-23.35a8,8,0,0,1,13-9.3L188,166.24l13.49-18.89a8,8,0,0,1,13,9.3ZM123.6,171.31c-4-1.16-8.14-2.35-10.45-3.84-1.25-.82-1.23-1-1.11-1.9a4.54,4.54,0,0,1,2-3.67c4.6-3.12,15.34-1.73,19.83-.56A8,8,0,0,0,138,145.86c-2.12-.55-21-5.22-32.84,2.76a20.58,20.58,0,0,0-9,14.94c-2,15.89,13.65,20.42,23,23.12,12.06,3.49,13.12,4.92,12.78,7.59-.31,2.41-1.26,3.33-2.14,3.93-4.6,3.06-15.17,1.56-19.55.35A8,8,0,1,0,106,214a60.43,60.43,0,0,0,15.18,2c5.82,0,12.3-1,17.49-4.46a20.82,20.82,0,0,0,9.19-15.23C150,179,133.49,174.17,123.6,171.31ZM80,144H40a8,8,0,0,0,0,16H52v48a8,8,0,0,0,16,0V160H80a8,8,0,0,0,0-16ZM216,88v24a8,8,0,0,1-16,0V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,0,1-16,0V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88Zm-27.31-8L160,51.31V80Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v76a4,4,0,0,0,4,4H212a4,4,0,0,0,4-4V88A8,8,0,0,0,213.66,82.34ZM152,88V44l44,44Zm62.51,68.65L197.83,180l16.68,23.35a8,8,0,0,1-13,9.3L188,193.76l-13.49,18.89a8,8,0,1,1-13-9.3L178.17,180l-16.68-23.35a8,8,0,0,1,2.3-11.46,8.19,8.19,0,0,1,10.88,2.38L188,166.24l13.49-18.89a8,8,0,0,1,13,9.3Zm-66.7,39.66a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216A60.43,60.43,0,0,1,106,214a8,8,0,1,1,4.3-15.41c4.38,1.21,15,2.71,19.55-.35.88-.6,1.83-1.52,2.14-3.93.34-2.67-.72-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.12a20.58,20.58,0,0,1,9-14.94c11.85-8,30.72-3.31,32.84-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.12.9-.14,1.08,1.11,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150,179,147.81,196.31ZM88,152.53A8.18,8.18,0,0,1,79.73,160H68v47.72A8.18,8.18,0,0,1,60.53,216,8,8,0,0,1,52,208V160H40.27A8.18,8.18,0,0,1,32,152.53,8,8,0,0,1,40,144H80A8,8,0,0,1,88,152.53Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M212.88,155.48,195.37,180l17.51,24.51a6,6,0,1,1-9.76,7L188,190.31l-15.12,21.16a6,6,0,1,1-9.76-7L180.63,180l-17.51-24.51a6,6,0,0,1,9.76-7L188,169.67l15.12-21.17a6,6,0,1,1,9.76,7Zm-89.83,17.74c-10.86-3.13-13.41-4.69-13-7.91a6.59,6.59,0,0,1,2.88-5.08c5.6-3.79,17.66-1.83,21.45-.84a6,6,0,0,0,3.06-11.6c-2-.53-20.1-5-31.21,2.48a18.61,18.61,0,0,0-8.08,13.54c-1.8,14.19,12.26,18.25,21.57,20.94,12.12,3.5,14.78,5.33,14.2,9.76a6.85,6.85,0,0,1-3,5.34c-5.61,3.73-17.48,1.64-21.19.62A6,6,0,0,0,106.48,212a59.41,59.41,0,0,0,14.68,2c5.49,0,11.54-.95,16.36-4.14a18.89,18.89,0,0,0,8.31-13.81C147.84,180.39,132.92,176.08,123.05,173.22ZM80,146H40a6,6,0,0,0,0,12H54v50a6,6,0,0,0,12,0V158H80a6,6,0,0,0,0-12ZM214,88v24a6,6,0,1,1-12,0V94H152a6,6,0,0,1-6-6V38H56a2,2,0,0,0-2,2v72a6,6,0,1,1-12,0V40A14,14,0,0,1,56,26h96a6,6,0,0,1,4.25,1.76l56,56A6,6,0,0,1,214,88Zm-20.49-6L158,46.48V82Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M214.51,156.65,197.83,180l16.68,23.35a8,8,0,0,1-13,9.3L188,193.76l-13.49,18.89a8,8,0,1,1-13-9.3L178.17,180l-16.68-23.35a8,8,0,0,1,13-9.3L188,166.24l13.49-18.89a8,8,0,0,1,13,9.3ZM123.6,171.31c-4-1.16-8.14-2.35-10.45-3.84-1.25-.82-1.23-1-1.11-1.9a4.54,4.54,0,0,1,2-3.67c4.6-3.12,15.34-1.73,19.83-.56A8,8,0,0,0,138,145.86c-2.12-.55-21-5.22-32.84,2.76a20.58,20.58,0,0,0-9,14.95c-2,15.88,13.65,20.41,23,23.11,12.06,3.49,13.12,4.92,12.78,7.59-.31,2.41-1.26,3.33-2.14,3.93-4.6,3.06-15.17,1.56-19.55.35A8,8,0,0,0,105.94,214a60.63,60.63,0,0,0,15.19,2c5.82,0,12.3-1,17.49-4.46a20.82,20.82,0,0,0,9.19-15.23C150,179,133.49,174.17,123.6,171.31ZM80,144H40a8,8,0,0,0,0,16H52v48a8,8,0,0,0,16,0V160H80a8,8,0,0,0,0-16ZM216,88v24a8,8,0,0,1-16,0V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,0,1-16,0V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88Zm-27.31-8L160,51.31V80Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M211.25,154.33,192.92,180l18.33,25.67a4,4,0,0,1-.93,5.58A3.91,3.91,0,0,1,208,212a4,4,0,0,1-3.26-1.67L188,186.88l-16.75,23.45a4,4,0,0,1-6.51-4.66L183.08,180l-18.34-25.67a4,4,0,0,1,6.51-4.66L188,173.12l16.74-23.45a4,4,0,0,1,6.51,4.66Zm-88.76,20.82c-10.53-3-15.08-4.91-14.42-10.08a8.51,8.51,0,0,1,3.75-6.49c6.25-4.23,18.77-2.24,23.06-1.11a4,4,0,0,0,2.05-7.74,61.33,61.33,0,0,0-10.48-1.61c-8.12-.54-14.54.75-19.1,3.82a16.66,16.66,0,0,0-7.22,12.13c-1.58,12.49,10.46,16,20.14,18.77,11.26,3.25,16.47,5.49,15.64,11.94a8.94,8.94,0,0,1-3.91,6.75c-6.27,4.17-18.61,2.05-22.83.88a4,4,0,1,0-2.15,7.7A57.89,57.89,0,0,0,121.19,212c5.18,0,10.83-.86,15.22-3.77a17,17,0,0,0,7.43-12.41C145.64,181.84,132.26,178,122.49,175.15ZM80,148H40a4,4,0,0,0,0,8H56v52a4,4,0,0,0,8,0V156H80a4,4,0,0,0,0-8ZM212,88v24a4,4,0,0,1-8,0V92H152a4,4,0,0,1-4-4V36H56a4,4,0,0,0-4,4v72a4,4,0,0,1-8,0V40A12,12,0,0,1,56,28h96a4,4,0,0,1,2.83,1.17l56,56A4,4,0,0,1,212,88Zm-13.66-4L156,41.65V84Z"}))]]),oE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M48,120a12,12,0,0,0,12-12V44h76V92a12,12,0,0,0,12,12h48v4a12,12,0,0,0,24,0V88a12,12,0,0,0-3.51-8.49l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v68A12,12,0,0,0,48,120ZM183,80H160V57Zm-25.27,79-15,21,15,21A12,12,0,1,1,138.24,215L128,200.65,117.76,215A12,12,0,1,1,98.24,201l15-21-15-21A12,12,0,1,1,117.76,145L128,159.35,138.24,145A12,12,0,1,1,157.76,159ZM92,152a12,12,0,0,1-12,12H72v44a12,12,0,0,1-24,0V164H40a12,12,0,0,1,0-24H80A12,12,0,0,1,92,152Zm136,0a12,12,0,0,1-12,12h-8v44a12,12,0,0,1-24,0V164h-8a12,12,0,0,1,0-24h40A12,12,0,0,1,228,152Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),h.createElement("path",{d:"M48,120a8,8,0,0,0,8-8V40h88V88a8,8,0,0,0,8,8h48v16a8,8,0,0,0,16,0V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72A8,8,0,0,0,48,120ZM160,51.31,188.69,80H160Zm-5.49,105.34L137.83,180l16.68,23.35a8,8,0,0,1-13,9.3L128,193.76l-13.49,18.89a8,8,0,1,1-13-9.3L118.17,180l-16.68-23.35a8,8,0,1,1,13-9.3L128,166.24l13.49-18.89a8,8,0,0,1,13,9.3ZM92,152a8,8,0,0,1-8,8H72v48a8,8,0,0,1-16,0V160H44a8,8,0,0,1,0-16H84A8,8,0,0,1,92,152Zm128,0a8,8,0,0,1-8,8H200v48a8,8,0,0,1-16,0V160H172a8,8,0,0,1,0-16h40A8,8,0,0,1,220,152Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M154.31,156.92,137.83,180l16.53,23.14a8.18,8.18,0,0,1-1.22,11,8,8,0,0,1-11.65-1.48L128,193.76l-13.49,18.89a8,8,0,0,1-11.64,1.49,8.17,8.17,0,0,1-1.23-11L118.17,180l-16.48-23.08a8.22,8.22,0,0,1,1.46-11.28,8,8,0,0,1,11.36,1.71L128,166.24l13.49-18.89a8,8,0,0,1,11.36-1.71A8.22,8.22,0,0,1,154.31,156.92ZM84,144H44.27A8.18,8.18,0,0,0,36,151.47,8,8,0,0,0,44,160H56v47.73A8.17,8.17,0,0,0,63.47,216,8,8,0,0,0,72,208V160H83.73A8.18,8.18,0,0,0,92,152.53,8,8,0,0,0,84,144Zm128,0H172.27a8.18,8.18,0,0,0-8.25,7.47,8,8,0,0,0,8,8.53h12v47.73a8.17,8.17,0,0,0,7.47,8.25,8,8,0,0,0,8.53-8V160h11.73a8.18,8.18,0,0,0,8.25-7.47A8,8,0,0,0,212,144ZM40,116V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88v28a4,4,0,0,1-4,4H44A4,4,0,0,1,40,116ZM152,88h44L152,44Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M48,118a6,6,0,0,0,6-6V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50v18a6,6,0,0,0,12,0V88a6,6,0,0,0-1.76-4.24l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72A6,6,0,0,0,48,118ZM158,46.48,193.52,82H158Zm-5.12,109L135.37,180l17.51,24.51a6,6,0,1,1-9.76,7L128,190.32l-15.12,21.17a6,6,0,0,1-9.76-7L120.63,180l-17.51-24.51a6,6,0,1,1,9.76-7L128,169.68l15.12-21.17a6,6,0,0,1,9.76,7ZM90,152a6,6,0,0,1-6,6H70v50a6,6,0,0,1-12,0V158H44a6,6,0,0,1,0-12H84A6,6,0,0,1,90,152Zm128,0a6,6,0,0,1-6,6H198v50a6,6,0,0,1-12,0V158H172a6,6,0,0,1,0-12h40A6,6,0,0,1,218,152Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M48,120a8,8,0,0,0,8-8V40h88V88a8,8,0,0,0,8,8h48v16a8,8,0,0,0,16,0V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72A8,8,0,0,0,48,120ZM160,51.31,188.69,80H160Zm-5.49,105.34L137.83,180l16.68,23.35a8,8,0,0,1-13,9.3L128,193.76l-13.49,18.89a8,8,0,1,1-13-9.3L118.17,180l-16.68-23.35a8,8,0,1,1,13-9.3L128,166.24l13.49-18.89a8,8,0,0,1,13,9.3ZM92,152a8,8,0,0,1-8,8H72v48a8,8,0,0,1-16,0V160H44a8,8,0,0,1,0-16H84A8,8,0,0,1,92,152Zm128,0a8,8,0,0,1-8,8H200v48a8,8,0,0,1-16,0V160H172a8,8,0,0,1,0-16h40A8,8,0,0,1,220,152Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M204,112a4,4,0,0,0,8,0V88a4,4,0,0,0-1.17-2.83l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52ZM156,41.65,198.34,84H156Zm-4.75,112.67L132.92,180l18.33,25.67a4,4,0,1,1-6.5,4.65L128,186.88l-16.75,23.44a4,4,0,1,1-6.5-4.65L123.08,180l-18.33-25.68a4,4,0,1,1,6.5-4.65L128,173.12l16.75-23.45a4,4,0,1,1,6.5,4.65ZM88,152a4,4,0,0,1-4,4H68v52a4,4,0,0,1-8,0V156H44a4,4,0,0,1,0-8H84A4,4,0,0,1,88,152Zm128,0a4,4,0,0,1-4,4H196v52a4,4,0,0,1-8,0V156H172a4,4,0,0,1,0-8h40A4,4,0,0,1,216,152Z"}))]]),cE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216.49,79.51l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v68a12,12,0,0,0,24,0V44h76V92a12,12,0,0,0,12,12h48V212a12,12,0,0,0,0,24h4a20,20,0,0,0,20-20V88A12,12,0,0,0,216.49,79.51ZM160,57l23,23H160Zm-1.91,84.69a12,12,0,0,0-11.92-.15L126.5,152.44A20,20,0,0,0,108,140H48a20,20,0,0,0-20,20v48a20,20,0,0,0,20,20h60a20,20,0,0,0,18.5-12.44l19.67,10.93A12,12,0,0,0,164,216V152A12,12,0,0,0,158.09,141.66ZM104,204H52V164h52Zm36-8.39-12-6.67v-9.88l12-6.67Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,88H152V32Zm-88,72a8,8,0,0,0-8-8H48a8,8,0,0,0-8,8v48a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V196l32,20V152l-32,20Z",opacity:"0.2"}),h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V216h-8a8,8,0,0,0,0,16h8a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM155.88,145a8,8,0,0,0-8.12.22l-19.95,12.46A16,16,0,0,0,112,144H48a16,16,0,0,0-16,16v48a16,16,0,0,0,16,16h64a16,16,0,0,0,15.81-13.68l19.95,12.46A8,8,0,0,0,160,216V152A8,8,0,0,0,155.88,145ZM112,208H48V160h64v48Zm32-6.43-16-10V176.43l16-10Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V216h-8a8,8,0,0,0,0,16h8a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM155.88,145a8,8,0,0,0-8.12.22l-19.95,12.46A16,16,0,0,0,112,144H48a16,16,0,0,0-16,16v48a16,16,0,0,0,16,16h64a16,16,0,0,0,15.81-13.68l19.95,12.46A8,8,0,0,0,160,216V152A8,8,0,0,0,155.88,145ZM144,201.57l-16-10V176.43l16-10Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72a6,6,0,0,0,12,0V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50V216a2,2,0,0,1-2,2h-8a6,6,0,0,0,0,12h8a14,14,0,0,0,14-14V88A6,6,0,0,0,212.24,83.76ZM158,46.48,193.52,82H158Zm-3.09,100.27a6,6,0,0,0-6.09.16L126,161.17V160a14,14,0,0,0-14-14H48a14,14,0,0,0-14,14v48a14,14,0,0,0,14,14h64a14,14,0,0,0,14-14v-1.17l22.82,14.26A6,6,0,0,0,158,216V152A6,6,0,0,0,154.91,146.75ZM114,208a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V160a2,2,0,0,1,2-2h64a2,2,0,0,1,2,2Zm32-2.83-20-12.5V175.33l20-12.5Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V216h-8a8,8,0,0,0,0,16h8a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM155.88,145a8,8,0,0,0-8.12.22l-19.95,12.46A16,16,0,0,0,112,144H48a16,16,0,0,0-16,16v48a16,16,0,0,0,16,16h64a16,16,0,0,0,15.81-13.68l19.95,12.46A8,8,0,0,0,160,216V152A8,8,0,0,0,155.88,145ZM112,208H48V160h64v48Zm32-6.43-16-10V176.43l16-10Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52V216a4,4,0,0,1-4,4h-8a4,4,0,0,0,0,8h8a12,12,0,0,0,12-12V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM153.94,148.5a4,4,0,0,0-4.06.11L124,164.78V160a12,12,0,0,0-12-12H48a12,12,0,0,0-12,12v48a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12v-4.78l25.88,16.17A4,4,0,0,0,152,220a4.06,4.06,0,0,0,1.94-.5A4,4,0,0,0,156,216V152A4,4,0,0,0,153.94,148.5ZM116,208a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V160a4,4,0,0,1,4-4h64a4,4,0,0,1,4,4Zm32,.78-24-15V174.22l24-15Z"}))]]),uE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,68H132L105.33,48a20.12,20.12,0,0,0-12-4H40A20,20,0,0,0,20,64V200a20,20,0,0,0,20,20H216.89A19.13,19.13,0,0,0,236,200.89V88A20,20,0,0,0,216,68Zm-4,128H44V68H92l28.8,21.6A12,12,0,0,0,128,92h84Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,88V200.89a7.11,7.11,0,0,1-7.11,7.11H40a8,8,0,0,1-8-8V64a8,8,0,0,1,8-8H93.33a8,8,0,0,1,4.8,1.6L128,80h88A8,8,0,0,1,224,88Z",opacity:"0.2"}),h.createElement("path",{d:"M216,72H130.67L102.93,51.2a16.12,16.12,0,0,0-9.6-3.2H40A16,16,0,0,0,24,64V200a16,16,0,0,0,16,16H216.89A15.13,15.13,0,0,0,232,200.89V88A16,16,0,0,0,216,72Zm0,128H40V64H93.33L123.2,86.4A8,8,0,0,0,128,88h88Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M232,88V200.89A15.13,15.13,0,0,1,216.89,216H40a16,16,0,0,1-16-16V64A16,16,0,0,1,40,48H93.33a16.12,16.12,0,0,1,9.6,3.2L130.67,72H216A16,16,0,0,1,232,88Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,74H130L101.73,52.8a14,14,0,0,0-8.4-2.8H40A14,14,0,0,0,26,64V200a14,14,0,0,0,14,14H216.89A13.12,13.12,0,0,0,230,200.89V88A14,14,0,0,0,216,74Zm2,126.89a1.11,1.11,0,0,1-1.11,1.11H40a2,2,0,0,1-2-2V64a2,2,0,0,1,2-2H93.33a2,2,0,0,1,1.2.4L124.4,84.8A6,6,0,0,0,128,86h88a2,2,0,0,1,2,2Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,72H130.67L102.93,51.2a16.12,16.12,0,0,0-9.6-3.2H40A16,16,0,0,0,24,64V200a16,16,0,0,0,16,16H216.89A15.13,15.13,0,0,0,232,200.89V88A16,16,0,0,0,216,72Zm0,128H40V64H93.33L123.2,86.4A8,8,0,0,0,128,88h88Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,76H129.33l-28.8-21.6a12.05,12.05,0,0,0-7.2-2.4H40A12,12,0,0,0,28,64V200a12,12,0,0,0,12,12H216.89A11.12,11.12,0,0,0,228,200.89V88A12,12,0,0,0,216,76Zm4,124.89a3.12,3.12,0,0,1-3.11,3.11H40a4,4,0,0,1-4-4V64a4,4,0,0,1,4-4H93.33a4,4,0,0,1,2.4.8L125.6,83.2a4,4,0,0,0,2.4.8h88a4,4,0,0,1,4,4Z"}))]]),fE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,68H132L105.33,48a20.12,20.12,0,0,0-12-4H40A20,20,0,0,0,20,64V200a20,20,0,0,0,20,20H216.89A19.13,19.13,0,0,0,236,200.89V88A20,20,0,0,0,216,68Zm-4,128H44V68H92l28.8,21.6A12,12,0,0,0,128,92h84Zm-84-88a12,12,0,0,1,12,12v12h12a12,12,0,0,1,0,24H140v12a12,12,0,0,1-24,0V156H104a12,12,0,0,1,0-24h12V120A12,12,0,0,1,128,108Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,88V200.89a7.11,7.11,0,0,1-7.11,7.11H40a8,8,0,0,1-8-8V64a8,8,0,0,1,8-8H93.33a8,8,0,0,1,4.8,1.6L128,80h88A8,8,0,0,1,224,88Z",opacity:"0.2"}),h.createElement("path",{d:"M216,72H130.67L102.93,51.2a16.12,16.12,0,0,0-9.6-3.2H40A16,16,0,0,0,24,64V200a16,16,0,0,0,16,16H216.89A15.13,15.13,0,0,0,232,200.89V88A16,16,0,0,0,216,72Zm0,128H40V64H93.33L123.2,86.4A8,8,0,0,0,128,88h88Zm-56-56a8,8,0,0,1-8,8H136v16a8,8,0,0,1-16,0V152H104a8,8,0,0,1,0-16h16V120a8,8,0,0,1,16,0v16h16A8,8,0,0,1,160,144Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,72H130.67L102.93,51.2a16.12,16.12,0,0,0-9.6-3.2H40A16,16,0,0,0,24,64V200a16,16,0,0,0,16,16H216.89A15.13,15.13,0,0,0,232,200.89V88A16,16,0,0,0,216,72Zm-64,80H136v16a8,8,0,0,1-16,0V152H104a8,8,0,0,1,0-16h16V120a8,8,0,0,1,16,0v16h16a8,8,0,0,1,0,16Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,74H130L101.73,52.8a14,14,0,0,0-8.4-2.8H40A14,14,0,0,0,26,64V200a14,14,0,0,0,14,14H216.89A13.12,13.12,0,0,0,230,200.89V88A14,14,0,0,0,216,74Zm2,126.89a1.11,1.11,0,0,1-1.11,1.11H40a2,2,0,0,1-2-2V64a2,2,0,0,1,2-2H93.33a2,2,0,0,1,1.2.4L124.4,84.8A6,6,0,0,0,128,86h88a2,2,0,0,1,2,2ZM158,144a6,6,0,0,1-6,6H134v18a6,6,0,0,1-12,0V150H104a6,6,0,0,1,0-12h18V120a6,6,0,0,1,12,0v18h18A6,6,0,0,1,158,144Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,72H130.67L102.93,51.2a16.12,16.12,0,0,0-9.6-3.2H40A16,16,0,0,0,24,64V200a16,16,0,0,0,16,16H216.89A15.13,15.13,0,0,0,232,200.89V88A16,16,0,0,0,216,72Zm0,128H40V64H93.33L123.2,86.4A8,8,0,0,0,128,88h88Zm-56-56a8,8,0,0,1-8,8H136v16a8,8,0,0,1-16,0V152H104a8,8,0,0,1,0-16h16V120a8,8,0,0,1,16,0v16h16A8,8,0,0,1,160,144Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,76H129.33l-28.8-21.6a12.05,12.05,0,0,0-7.2-2.4H40A12,12,0,0,0,28,64V200a12,12,0,0,0,12,12H216.89A11.12,11.12,0,0,0,228,200.89V88A12,12,0,0,0,216,76Zm4,124.89a3.12,3.12,0,0,1-3.11,3.11H40a4,4,0,0,1-4-4V64a4,4,0,0,1,4-4H93.33a4,4,0,0,1,2.4.8L125.6,83.2a4,4,0,0,0,2.4.8h88a4,4,0,0,1,4,4ZM156,144a4,4,0,0,1-4,4H132v20a4,4,0,0,1-8,0V148H104a4,4,0,0,1,0-8h20V120a4,4,0,0,1,8,0v20h20A4,4,0,0,1,156,144Z"}))]]),hE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M128,76a52,52,0,1,0,52,52A52.06,52.06,0,0,0,128,76Zm0,80a28,28,0,1,1,28-28A28,28,0,0,1,128,156Zm92-27.21v-1.58l14-17.51a12,12,0,0,0,2.23-10.59A111.75,111.75,0,0,0,225,71.89,12,12,0,0,0,215.89,66L193.61,63.5l-1.11-1.11L190,40.1A12,12,0,0,0,184.11,31a111.67,111.67,0,0,0-27.23-11.27A12,12,0,0,0,146.3,22L128.79,36h-1.58L109.7,22a12,12,0,0,0-10.59-2.23A111.75,111.75,0,0,0,71.89,31.05,12,12,0,0,0,66,40.11L63.5,62.39,62.39,63.5,40.1,66A12,12,0,0,0,31,71.89,111.67,111.67,0,0,0,19.77,99.12,12,12,0,0,0,22,109.7l14,17.51v1.58L22,146.3a12,12,0,0,0-2.23,10.59,111.75,111.75,0,0,0,11.29,27.22A12,12,0,0,0,40.11,190l22.28,2.48,1.11,1.11L66,215.9A12,12,0,0,0,71.89,225a111.67,111.67,0,0,0,27.23,11.27A12,12,0,0,0,109.7,234l17.51-14h1.58l17.51,14a12,12,0,0,0,10.59,2.23A111.75,111.75,0,0,0,184.11,225a12,12,0,0,0,5.91-9.06l2.48-22.28,1.11-1.11L215.9,190a12,12,0,0,0,9.06-5.91,111.67,111.67,0,0,0,11.27-27.23A12,12,0,0,0,234,146.3Zm-24.12-4.89a70.1,70.1,0,0,1,0,8.2,12,12,0,0,0,2.61,8.22l12.84,16.05A86.47,86.47,0,0,1,207,166.86l-20.43,2.27a12,12,0,0,0-7.65,4,69,69,0,0,1-5.8,5.8,12,12,0,0,0-4,7.65L166.86,207a86.47,86.47,0,0,1-10.49,4.35l-16.05-12.85a12,12,0,0,0-7.5-2.62c-.24,0-.48,0-.72,0a70.1,70.1,0,0,1-8.2,0,12.06,12.06,0,0,0-8.22,2.6L99.63,211.33A86.47,86.47,0,0,1,89.14,207l-2.27-20.43a12,12,0,0,0-4-7.65,69,69,0,0,1-5.8-5.8,12,12,0,0,0-7.65-4L49,166.86a86.47,86.47,0,0,1-4.35-10.49l12.84-16.05a12,12,0,0,0,2.61-8.22,70.1,70.1,0,0,1,0-8.2,12,12,0,0,0-2.61-8.22L44.67,99.63A86.47,86.47,0,0,1,49,89.14l20.43-2.27a12,12,0,0,0,7.65-4,69,69,0,0,1,5.8-5.8,12,12,0,0,0,4-7.65L89.14,49a86.47,86.47,0,0,1,10.49-4.35l16.05,12.85a12.06,12.06,0,0,0,8.22,2.6,70.1,70.1,0,0,1,8.2,0,12,12,0,0,0,8.22-2.6l16.05-12.85A86.47,86.47,0,0,1,166.86,49l2.27,20.43a12,12,0,0,0,4,7.65,69,69,0,0,1,5.8,5.8,12,12,0,0,0,7.65,4L207,89.14a86.47,86.47,0,0,1,4.35,10.49l-12.84,16.05A12,12,0,0,0,195.88,123.9Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M207.86,123.18l16.78-21a99.14,99.14,0,0,0-10.07-24.29l-26.7-3a81,81,0,0,0-6.81-6.81l-3-26.71a99.43,99.43,0,0,0-24.3-10l-21,16.77a81.59,81.59,0,0,0-9.64,0l-21-16.78A99.14,99.14,0,0,0,77.91,41.43l-3,26.7a81,81,0,0,0-6.81,6.81l-26.71,3a99.43,99.43,0,0,0-10,24.3l16.77,21a81.59,81.59,0,0,0,0,9.64l-16.78,21a99.14,99.14,0,0,0,10.07,24.29l26.7,3a81,81,0,0,0,6.81,6.81l3,26.71a99.43,99.43,0,0,0,24.3,10l21-16.77a81.59,81.59,0,0,0,9.64,0l21,16.78a99.14,99.14,0,0,0,24.29-10.07l3-26.7a81,81,0,0,0,6.81-6.81l26.71-3a99.43,99.43,0,0,0,10-24.3l-16.77-21A81.59,81.59,0,0,0,207.86,123.18ZM128,168a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z",opacity:"0.2"}),h.createElement("path",{d:"M128,80a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Zm88-29.84q.06-2.16,0-4.32l14.92-18.64a8,8,0,0,0,1.48-7.06,107.6,107.6,0,0,0-10.88-26.25,8,8,0,0,0-6-3.93l-23.72-2.64q-1.48-1.56-3-3L186,40.54a8,8,0,0,0-3.94-6,107.29,107.29,0,0,0-26.25-10.86,8,8,0,0,0-7.06,1.48L130.16,40Q128,40,125.84,40L107.2,25.11a8,8,0,0,0-7.06-1.48A107.6,107.6,0,0,0,73.89,34.51a8,8,0,0,0-3.93,6L67.32,64.27q-1.56,1.49-3,3L40.54,70a8,8,0,0,0-6,3.94,107.71,107.71,0,0,0-10.87,26.25,8,8,0,0,0,1.49,7.06L40,125.84Q40,128,40,130.16L25.11,148.8a8,8,0,0,0-1.48,7.06,107.6,107.6,0,0,0,10.88,26.25,8,8,0,0,0,6,3.93l23.72,2.64q1.49,1.56,3,3L70,215.46a8,8,0,0,0,3.94,6,107.71,107.71,0,0,0,26.25,10.87,8,8,0,0,0,7.06-1.49L125.84,216q2.16.06,4.32,0l18.64,14.92a8,8,0,0,0,7.06,1.48,107.21,107.21,0,0,0,26.25-10.88,8,8,0,0,0,3.93-6l2.64-23.72q1.56-1.48,3-3L215.46,186a8,8,0,0,0,6-3.94,107.71,107.71,0,0,0,10.87-26.25,8,8,0,0,0-1.49-7.06Zm-16.1-6.5a73.93,73.93,0,0,1,0,8.68,8,8,0,0,0,1.74,5.48l14.19,17.73a91.57,91.57,0,0,1-6.23,15L187,173.11a8,8,0,0,0-5.1,2.64,74.11,74.11,0,0,1-6.14,6.14,8,8,0,0,0-2.64,5.1l-2.51,22.58a91.32,91.32,0,0,1-15,6.23l-17.74-14.19a8,8,0,0,0-5-1.75h-.48a73.93,73.93,0,0,1-8.68,0,8.06,8.06,0,0,0-5.48,1.74L100.45,215.8a91.57,91.57,0,0,1-15-6.23L82.89,187a8,8,0,0,0-2.64-5.1,74.11,74.11,0,0,1-6.14-6.14,8,8,0,0,0-5.1-2.64L46.43,170.6a91.32,91.32,0,0,1-6.23-15l14.19-17.74a8,8,0,0,0,1.74-5.48,73.93,73.93,0,0,1,0-8.68,8,8,0,0,0-1.74-5.48L40.2,100.45a91.57,91.57,0,0,1,6.23-15L69,82.89a8,8,0,0,0,5.1-2.64,74.11,74.11,0,0,1,6.14-6.14A8,8,0,0,0,82.89,69L85.4,46.43a91.32,91.32,0,0,1,15-6.23l17.74,14.19a8,8,0,0,0,5.48,1.74,73.93,73.93,0,0,1,8.68,0,8.06,8.06,0,0,0,5.48-1.74L155.55,40.2a91.57,91.57,0,0,1,15,6.23L173.11,69a8,8,0,0,0,2.64,5.1,74.11,74.11,0,0,1,6.14,6.14,8,8,0,0,0,5.1,2.64l22.58,2.51a91.32,91.32,0,0,1,6.23,15l-14.19,17.74A8,8,0,0,0,199.87,123.66Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,130.16q.06-2.16,0-4.32l14.92-18.64a8,8,0,0,0,1.48-7.06,107.6,107.6,0,0,0-10.88-26.25,8,8,0,0,0-6-3.93l-23.72-2.64q-1.48-1.56-3-3L186,40.54a8,8,0,0,0-3.94-6,107.29,107.29,0,0,0-26.25-10.86,8,8,0,0,0-7.06,1.48L130.16,40Q128,40,125.84,40L107.2,25.11a8,8,0,0,0-7.06-1.48A107.6,107.6,0,0,0,73.89,34.51a8,8,0,0,0-3.93,6L67.32,64.27q-1.56,1.49-3,3L40.54,70a8,8,0,0,0-6,3.94,107.71,107.71,0,0,0-10.87,26.25,8,8,0,0,0,1.49,7.06L40,125.84Q40,128,40,130.16L25.11,148.8a8,8,0,0,0-1.48,7.06,107.6,107.6,0,0,0,10.88,26.25,8,8,0,0,0,6,3.93l23.72,2.64q1.49,1.56,3,3L70,215.46a8,8,0,0,0,3.94,6,107.71,107.71,0,0,0,26.25,10.87,8,8,0,0,0,7.06-1.49L125.84,216q2.16.06,4.32,0l18.64,14.92a8,8,0,0,0,7.06,1.48,107.21,107.21,0,0,0,26.25-10.88,8,8,0,0,0,3.93-6l2.64-23.72q1.56-1.48,3-3L215.46,186a8,8,0,0,0,6-3.94,107.71,107.71,0,0,0,10.87-26.25,8,8,0,0,0-1.49-7.06ZM128,168a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M128,82a46,46,0,1,0,46,46A46.06,46.06,0,0,0,128,82Zm0,80a34,34,0,1,1,34-34A34,34,0,0,1,128,162ZM214,130.84c.06-1.89.06-3.79,0-5.68L229.33,106a6,6,0,0,0,1.11-5.29A105.34,105.34,0,0,0,219.76,74.9a6,6,0,0,0-4.53-3l-24.45-2.71q-1.93-2.07-4-4l-2.72-24.46a6,6,0,0,0-3-4.53,105.65,105.65,0,0,0-25.77-10.66A6,6,0,0,0,150,26.68l-19.2,15.37c-1.89-.06-3.79-.06-5.68,0L106,26.67a6,6,0,0,0-5.29-1.11A105.34,105.34,0,0,0,74.9,36.24a6,6,0,0,0-3,4.53L69.23,65.22q-2.07,1.94-4,4L40.76,72a6,6,0,0,0-4.53,3,105.65,105.65,0,0,0-10.66,25.77A6,6,0,0,0,26.68,106l15.37,19.2c-.06,1.89-.06,3.79,0,5.68L26.67,150.05a6,6,0,0,0-1.11,5.29A105.34,105.34,0,0,0,36.24,181.1a6,6,0,0,0,4.53,3l24.45,2.71q1.94,2.07,4,4L72,215.24a6,6,0,0,0,3,4.53,105.65,105.65,0,0,0,25.77,10.66,6,6,0,0,0,5.29-1.11L125.16,214c1.89.06,3.79.06,5.68,0l19.21,15.38a6,6,0,0,0,3.75,1.31,6.2,6.2,0,0,0,1.54-.2,105.34,105.34,0,0,0,25.76-10.68,6,6,0,0,0,3-4.53l2.71-24.45q2.07-1.93,4-4l24.46-2.72a6,6,0,0,0,4.53-3,105.49,105.49,0,0,0,10.66-25.77,6,6,0,0,0-1.11-5.29Zm-3.1,41.63-23.64,2.63a6,6,0,0,0-3.82,2,75.14,75.14,0,0,1-6.31,6.31,6,6,0,0,0-2,3.82l-2.63,23.63A94.28,94.28,0,0,1,155.14,218l-18.57-14.86a6,6,0,0,0-3.75-1.31h-.36a78.07,78.07,0,0,1-8.92,0,6,6,0,0,0-4.11,1.3L100.87,218a94.13,94.13,0,0,1-17.34-7.17L80.9,187.21a6,6,0,0,0-2-3.82,75.14,75.14,0,0,1-6.31-6.31,6,6,0,0,0-3.82-2l-23.63-2.63A94.28,94.28,0,0,1,38,155.14l14.86-18.57a6,6,0,0,0,1.3-4.11,78.07,78.07,0,0,1,0-8.92,6,6,0,0,0-1.3-4.11L38,100.87a94.13,94.13,0,0,1,7.17-17.34L68.79,80.9a6,6,0,0,0,3.82-2,75.14,75.14,0,0,1,6.31-6.31,6,6,0,0,0,2-3.82l2.63-23.63A94.28,94.28,0,0,1,100.86,38l18.57,14.86a6,6,0,0,0,4.11,1.3,78.07,78.07,0,0,1,8.92,0,6,6,0,0,0,4.11-1.3L155.13,38a94.13,94.13,0,0,1,17.34,7.17l2.63,23.64a6,6,0,0,0,2,3.82,75.14,75.14,0,0,1,6.31,6.31,6,6,0,0,0,3.82,2l23.63,2.63A94.28,94.28,0,0,1,218,100.86l-14.86,18.57a6,6,0,0,0-1.3,4.11,78.07,78.07,0,0,1,0,8.92,6,6,0,0,0,1.3,4.11L218,155.13A94.13,94.13,0,0,1,210.85,172.47Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M128,80a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Zm88-29.84q.06-2.16,0-4.32l14.92-18.64a8,8,0,0,0,1.48-7.06,107.21,107.21,0,0,0-10.88-26.25,8,8,0,0,0-6-3.93l-23.72-2.64q-1.48-1.56-3-3L186,40.54a8,8,0,0,0-3.94-6,107.71,107.71,0,0,0-26.25-10.87,8,8,0,0,0-7.06,1.49L130.16,40Q128,40,125.84,40L107.2,25.11a8,8,0,0,0-7.06-1.48A107.6,107.6,0,0,0,73.89,34.51a8,8,0,0,0-3.93,6L67.32,64.27q-1.56,1.49-3,3L40.54,70a8,8,0,0,0-6,3.94,107.71,107.71,0,0,0-10.87,26.25,8,8,0,0,0,1.49,7.06L40,125.84Q40,128,40,130.16L25.11,148.8a8,8,0,0,0-1.48,7.06,107.21,107.21,0,0,0,10.88,26.25,8,8,0,0,0,6,3.93l23.72,2.64q1.49,1.56,3,3L70,215.46a8,8,0,0,0,3.94,6,107.71,107.71,0,0,0,26.25,10.87,8,8,0,0,0,7.06-1.49L125.84,216q2.16.06,4.32,0l18.64,14.92a8,8,0,0,0,7.06,1.48,107.21,107.21,0,0,0,26.25-10.88,8,8,0,0,0,3.93-6l2.64-23.72q1.56-1.48,3-3L215.46,186a8,8,0,0,0,6-3.94,107.71,107.71,0,0,0,10.87-26.25,8,8,0,0,0-1.49-7.06Zm-16.1-6.5a73.93,73.93,0,0,1,0,8.68,8,8,0,0,0,1.74,5.48l14.19,17.73a91.57,91.57,0,0,1-6.23,15L187,173.11a8,8,0,0,0-5.1,2.64,74.11,74.11,0,0,1-6.14,6.14,8,8,0,0,0-2.64,5.1l-2.51,22.58a91.32,91.32,0,0,1-15,6.23l-17.74-14.19a8,8,0,0,0-5-1.75h-.48a73.93,73.93,0,0,1-8.68,0,8,8,0,0,0-5.48,1.74L100.45,215.8a91.57,91.57,0,0,1-15-6.23L82.89,187a8,8,0,0,0-2.64-5.1,74.11,74.11,0,0,1-6.14-6.14,8,8,0,0,0-5.1-2.64L46.43,170.6a91.32,91.32,0,0,1-6.23-15l14.19-17.74a8,8,0,0,0,1.74-5.48,73.93,73.93,0,0,1,0-8.68,8,8,0,0,0-1.74-5.48L40.2,100.45a91.57,91.57,0,0,1,6.23-15L69,82.89a8,8,0,0,0,5.1-2.64,74.11,74.11,0,0,1,6.14-6.14A8,8,0,0,0,82.89,69L85.4,46.43a91.32,91.32,0,0,1,15-6.23l17.74,14.19a8,8,0,0,0,5.48,1.74,73.93,73.93,0,0,1,8.68,0,8,8,0,0,0,5.48-1.74L155.55,40.2a91.57,91.57,0,0,1,15,6.23L173.11,69a8,8,0,0,0,2.64,5.1,74.11,74.11,0,0,1,6.14,6.14,8,8,0,0,0,5.1,2.64l22.58,2.51a91.32,91.32,0,0,1,6.23,15l-14.19,17.74A8,8,0,0,0,199.87,123.66Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M128,84a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,84Zm0,80a36,36,0,1,1,36-36A36,36,0,0,1,128,164Zm83.93-32.49q.13-3.51,0-7l15.83-19.79a4,4,0,0,0,.75-3.53A103.64,103.64,0,0,0,218,75.9a4,4,0,0,0-3-2l-25.19-2.8c-1.58-1.71-3.24-3.37-4.95-4.95L182.07,41a4,4,0,0,0-2-3A104,104,0,0,0,154.82,27.5a4,4,0,0,0-3.53.74L131.51,44.07q-3.51-.14-7,0L104.7,28.24a4,4,0,0,0-3.53-.75A103.64,103.64,0,0,0,75.9,38a4,4,0,0,0-2,3l-2.8,25.19c-1.71,1.58-3.37,3.24-4.95,4.95L41,73.93a4,4,0,0,0-3,2A104,104,0,0,0,27.5,101.18a4,4,0,0,0,.74,3.53l15.83,19.78q-.14,3.51,0,7L28.24,151.3a4,4,0,0,0-.75,3.53A103.64,103.64,0,0,0,38,180.1a4,4,0,0,0,3,2l25.19,2.8c1.58,1.71,3.24,3.37,4.95,4.95l2.8,25.2a4,4,0,0,0,2,3,104,104,0,0,0,25.28,10.46,4,4,0,0,0,3.53-.74l19.78-15.83q3.51.13,7,0l19.79,15.83a4,4,0,0,0,2.5.88,4,4,0,0,0,1-.13A103.64,103.64,0,0,0,180.1,218a4,4,0,0,0,2-3l2.8-25.19c1.71-1.58,3.37-3.24,4.95-4.95l25.2-2.8a4,4,0,0,0,3-2,104,104,0,0,0,10.46-25.28,4,4,0,0,0-.74-3.53Zm.17,42.83-24.67,2.74a4,4,0,0,0-2.55,1.32,76.2,76.2,0,0,1-6.48,6.48,4,4,0,0,0-1.32,2.55l-2.74,24.66a95.45,95.45,0,0,1-19.64,8.15l-19.38-15.51a4,4,0,0,0-2.5-.87h-.24a73.67,73.67,0,0,1-9.16,0,4,4,0,0,0-2.74.87l-19.37,15.5a95.33,95.33,0,0,1-19.65-8.13l-2.74-24.67a4,4,0,0,0-1.32-2.55,76.2,76.2,0,0,1-6.48-6.48,4,4,0,0,0-2.55-1.32l-24.66-2.74a95.45,95.45,0,0,1-8.15-19.64l15.51-19.38a4,4,0,0,0,.87-2.74,77.76,77.76,0,0,1,0-9.16,4,4,0,0,0-.87-2.74l-15.5-19.37A95.33,95.33,0,0,1,43.9,81.66l24.67-2.74a4,4,0,0,0,2.55-1.32,76.2,76.2,0,0,1,6.48-6.48,4,4,0,0,0,1.32-2.55l2.74-24.66a95.45,95.45,0,0,1,19.64-8.15l19.38,15.51a4,4,0,0,0,2.74.87,73.67,73.67,0,0,1,9.16,0,4,4,0,0,0,2.74-.87l19.37-15.5a95.33,95.33,0,0,1,19.65,8.13l2.74,24.67a4,4,0,0,0,1.32,2.55,76.2,76.2,0,0,1,6.48,6.48,4,4,0,0,0,2.55,1.32l24.66,2.74a95.45,95.45,0,0,1,8.15,19.64l-15.51,19.38a4,4,0,0,0-.87,2.74,77.76,77.76,0,0,1,0,9.16,4,4,0,0,0,.87,2.74l15.5,19.37A95.33,95.33,0,0,1,212.1,174.34Z"}))]]),dE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M144,96a16,16,0,1,1,16,16A16,16,0,0,1,144,96Zm92-40V200a20,20,0,0,1-20,20H40a20,20,0,0,1-20-20V56A20,20,0,0,1,40,36H216A20,20,0,0,1,236,56ZM44,60v79.72l33.86-33.86a20,20,0,0,1,28.28,0L147.31,147l17.18-17.17a20,20,0,0,1,28.28,0L212,149.09V60Zm0,136H162.34L92,125.66l-48,48Zm168,0V183l-33.37-33.37L164.28,164l32,32Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,56V178.06l-39.72-39.72a8,8,0,0,0-11.31,0L147.31,164,97.66,114.34a8,8,0,0,0-11.32,0L32,168.69V56a8,8,0,0,1,8-8H216A8,8,0,0,1,224,56Z",opacity:"0.2"}),h.createElement("path",{d:"M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40Zm0,16V158.75l-26.07-26.06a16,16,0,0,0-22.63,0l-20,20-44-44a16,16,0,0,0-22.62,0L40,149.37V56ZM40,172l52-52,80,80H40Zm176,28H194.63l-36-36,20-20L216,181.38V200ZM144,100a12,12,0,1,1,12,12A12,12,0,0,1,144,100Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40ZM156,88a12,12,0,1,1-12,12A12,12,0,0,1,156,88Zm60,112H40V160.69l46.34-46.35a8,8,0,0,1,11.32,0h0L165,181.66a8,8,0,0,0,11.32-11.32l-17.66-17.65L173,138.34a8,8,0,0,1,11.31,0L216,170.07V200Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,42H40A14,14,0,0,0,26,56V200a14,14,0,0,0,14,14H216a14,14,0,0,0,14-14V56A14,14,0,0,0,216,42ZM40,54H216a2,2,0,0,1,2,2V163.57L188.53,134.1a14,14,0,0,0-19.8,0l-21.42,21.42L101.9,110.1a14,14,0,0,0-19.8,0L38,154.2V56A2,2,0,0,1,40,54ZM38,200V171.17l52.58-52.58a2,2,0,0,1,2.84,0L176.83,202H40A2,2,0,0,1,38,200Zm178,2H193.8l-38-38,21.41-21.42a2,2,0,0,1,2.83,0l38,38V200A2,2,0,0,1,216,202ZM146,100a10,10,0,1,1,10,10A10,10,0,0,1,146,100Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40Zm0,16V158.75l-26.07-26.06a16,16,0,0,0-22.63,0l-20,20-44-44a16,16,0,0,0-22.62,0L40,149.37V56ZM40,172l52-52,80,80H40Zm176,28H194.63l-36-36,20-20L216,181.38V200ZM144,100a12,12,0,1,1,12,12A12,12,0,0,1,144,100Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,44H40A12,12,0,0,0,28,56V200a12,12,0,0,0,12,12H216a12,12,0,0,0,12-12V56A12,12,0,0,0,216,44ZM40,52H216a4,4,0,0,1,4,4V168.4l-32.89-32.89a12,12,0,0,0-17,0l-22.83,22.83-46.82-46.83a12,12,0,0,0-17,0L36,159V56A4,4,0,0,1,40,52ZM36,200V170.34l53.17-53.17a4,4,0,0,1,5.66,0L181.66,204H40A4,4,0,0,1,36,200Zm180,4H193l-40-40,22.83-22.83a4,4,0,0,1,5.66,0L220,179.71V200A4,4,0,0,1,216,204ZM148,100a8,8,0,1,1,8,8A8,8,0,0,1,148,100Z"}))]]),mE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M219.71,117.38a12,12,0,0,0-7.25-8.52L161.28,88.39l10.59-70.61a12,12,0,0,0-20.64-10l-112,120a12,12,0,0,0,4.31,19.33l51.18,20.47L84.13,238.22a12,12,0,0,0,20.64,10l112-120A12,12,0,0,0,219.71,117.38ZM113.6,203.55l6.27-41.77a12,12,0,0,0-7.41-12.92L68.74,131.37,142.4,52.45l-6.27,41.77a12,12,0,0,0,7.41,12.92l43.72,17.49Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M96,240l16-80L48,136,160,16,144,96l64,24Z",opacity:"0.2"}),h.createElement("path",{d:"M215.79,118.17a8,8,0,0,0-5-5.66L153.18,90.9l14.66-73.33a8,8,0,0,0-13.69-7l-112,120a8,8,0,0,0,3,13l57.63,21.61L88.16,238.43a8,8,0,0,0,13.69,7l112-120A8,8,0,0,0,215.79,118.17ZM109.37,214l10.47-52.38a8,8,0,0,0-5-9.06L62,132.71l84.62-90.66L136.16,94.43a8,8,0,0,0,5,9.06l52.8,19.8Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.85,125.46l-112,120a8,8,0,0,1-13.69-7l14.66-73.33L45.19,143.49a8,8,0,0,1-3-13l112-120a8,8,0,0,1,13.69,7L153.18,90.9l57.63,21.61a8,8,0,0,1,3,12.95Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M213.84,118.63a6,6,0,0,0-3.73-4.25L150.88,92.17l15-75a6,6,0,0,0-10.27-5.27l-112,120a6,6,0,0,0,2.28,9.71l59.23,22.21-15,75a6,6,0,0,0,3.14,6.52A6.07,6.07,0,0,0,96,246a6,6,0,0,0,4.39-1.91l112-120A6,6,0,0,0,213.84,118.63ZM106,220.46l11.85-59.28a6,6,0,0,0-3.77-6.8l-55.6-20.85,91.46-98L138.12,94.82a6,6,0,0,0,3.77,6.8l55.6,20.85Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M215.79,118.17a8,8,0,0,0-5-5.66L153.18,90.9l14.66-73.33a8,8,0,0,0-13.69-7l-112,120a8,8,0,0,0,3,13l57.63,21.61L88.16,238.43a8,8,0,0,0,13.69,7l112-120A8,8,0,0,0,215.79,118.17ZM109.37,214l10.47-52.38a8,8,0,0,0-5-9.06L62,132.71l84.62-90.66L136.16,94.43a8,8,0,0,0,5,9.06l52.8,19.8Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M211.89,119.09a4,4,0,0,0-2.49-2.84l-60.81-22.8,15.33-76.67a4,4,0,0,0-6.84-3.51l-112,120a4,4,0,0,0-1,3.64,4,4,0,0,0,2.49,2.84l60.81,22.8L92.08,239.22a4,4,0,0,0,6.84,3.51l112-120A4,4,0,0,0,211.89,119.09ZM102.68,227l13.24-66.2a4,4,0,0,0-2.52-4.53L55,134.36,153.32,29l-13.24,66.2a4,4,0,0,0,2.52,4.53L201,121.64Z"}))]]),pE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M203.57,51A107.9,107.9,0,0,0,20,128c0,44.72,27.6,82.25,72,97.94A36,36,0,0,0,140,192a12,12,0,0,1,12-12h46.21a35.79,35.79,0,0,0,35.1-28A108.6,108.6,0,0,0,236,127.09,107.23,107.23,0,0,0,203.57,51Zm6.34,95.67a11.91,11.91,0,0,1-11.7,9.3H152a36,36,0,0,0-36,36,12,12,0,0,1-16,11.3c-16.65-5.88-30.65-15.76-40.48-28.56A76,76,0,0,1,44,128a84,84,0,0,1,83.13-84H128a84.35,84.35,0,0,1,84,83.29A84.72,84.72,0,0,1,209.91,146.71ZM144,76a16,16,0,1,1-16-16A16,16,0,0,1,144,76Zm-44,24A16,16,0,1,1,84,84,16,16,0,0,1,100,100Zm0,56a16,16,0,1,1-16-16A16,16,0,0,1,100,156Zm88-56a16,16,0,1,1-16-16A16,16,0,0,1,188,100Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,127.17a96.48,96.48,0,0,1-2.39,22.18A24,24,0,0,1,198.21,168H152a24,24,0,0,0-24,24,24,24,0,0,1-32,22.61C58.73,201.44,32,169.81,32,128a96,96,0,0,1,95-96C179.84,31.47,223.55,74.35,224,127.17Z",opacity:"0.2"}),h.createElement("path",{d:"M200.77,53.89A103.27,103.27,0,0,0,128,24h-1.07A104,104,0,0,0,24,128c0,43,26.58,79.06,69.36,94.17A32,32,0,0,0,136,192a16,16,0,0,1,16-16h46.21a31.81,31.81,0,0,0,31.2-24.88,104.43,104.43,0,0,0,2.59-24A103.28,103.28,0,0,0,200.77,53.89Zm13,93.71A15.89,15.89,0,0,1,198.21,160H152a32,32,0,0,0-32,32,16,16,0,0,1-21.31,15.07C62.49,194.3,40,164,40,128a88,88,0,0,1,87.09-88h.9a88.35,88.35,0,0,1,88,87.25A88.86,88.86,0,0,1,213.81,147.6ZM140,76a12,12,0,1,1-12-12A12,12,0,0,1,140,76ZM96,100A12,12,0,1,1,84,88,12,12,0,0,1,96,100Zm0,56a12,12,0,1,1-12-12A12,12,0,0,1,96,156Zm88-56a12,12,0,1,1-12-12A12,12,0,0,1,184,100Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M200.77,53.89A103.27,103.27,0,0,0,128,24h-1.07A104,104,0,0,0,24,128c0,43,26.58,79.06,69.36,94.17A32,32,0,0,0,136,192a16,16,0,0,1,16-16h46.21a31.81,31.81,0,0,0,31.2-24.88,104.43,104.43,0,0,0,2.59-24A103.28,103.28,0,0,0,200.77,53.89ZM84,168a12,12,0,1,1,12-12A12,12,0,0,1,84,168Zm0-56a12,12,0,1,1,12-12A12,12,0,0,1,84,112Zm44-24a12,12,0,1,1,12-12A12,12,0,0,1,128,88Zm44,24a12,12,0,1,1,12-12A12,12,0,0,1,172,112Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M199.37,55.31A101.32,101.32,0,0,0,128,26h-1A102,102,0,0,0,26,128c0,42.09,26.07,77.44,68,92.26A30.21,30.21,0,0,0,104.11,222,30.06,30.06,0,0,0,134,192a18,18,0,0,1,18-18h46.21a29.82,29.82,0,0,0,29.25-23.31A102.71,102.71,0,0,0,230,127.11,101.25,101.25,0,0,0,199.37,55.31ZM215.76,148a17.89,17.89,0,0,1-17.55,14H152a30,30,0,0,0-30,30,18,18,0,0,1-24,17C61,195.86,38,164.85,38,128a90,90,0,0,1,89.07-90H128a90.34,90.34,0,0,1,90,89.22A90.46,90.46,0,0,1,215.76,148ZM138,76a10,10,0,1,1-10-10A10,10,0,0,1,138,76ZM94,100A10,10,0,1,1,84,90,10,10,0,0,1,94,100Zm0,56a10,10,0,1,1-10-10A10,10,0,0,1,94,156Zm88-56a10,10,0,1,1-10-10A10,10,0,0,1,182,100Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M200.77,53.89A103.27,103.27,0,0,0,128,24h-1.07A104,104,0,0,0,24,128c0,43,26.58,79.06,69.36,94.17A32,32,0,0,0,136,192a16,16,0,0,1,16-16h46.21a31.81,31.81,0,0,0,31.2-24.88,104.43,104.43,0,0,0,2.59-24A103.28,103.28,0,0,0,200.77,53.89Zm13,93.71A15.89,15.89,0,0,1,198.21,160H152a32,32,0,0,0-32,32,16,16,0,0,1-21.31,15.07C62.49,194.3,40,164,40,128a88,88,0,0,1,87.09-88h.9a88.35,88.35,0,0,1,88,87.25A88.86,88.86,0,0,1,213.81,147.6ZM140,76a12,12,0,1,1-12-12A12,12,0,0,1,140,76ZM96,100A12,12,0,1,1,84,88,12,12,0,0,1,96,100Zm0,56a12,12,0,1,1-12-12A12,12,0,0,1,96,156Zm88-56a12,12,0,1,1-12-12A12,12,0,0,1,184,100Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M198,56.74A99.31,99.31,0,0,0,128,28h-1A100,100,0,0,0,28,128c0,41.22,25.55,75.85,66.69,90.38a28.34,28.34,0,0,0,9.42,1.63A28,28,0,0,0,132,192a20,20,0,0,1,20-20h46.21a27.84,27.84,0,0,0,27.3-21.76,100.37,100.37,0,0,0,2.49-23.1A99.26,99.26,0,0,0,198,56.74Zm19.74,91.72A19.89,19.89,0,0,1,198.21,164H152a28,28,0,0,0-28,28,20,20,0,0,1-26.64,18.83C59.51,197.46,36,165.72,36,128a92,92,0,0,1,91.05-92H128a92,92,0,0,1,89.72,112.46ZM136,76a8,8,0,1,1-8-8A8,8,0,0,1,136,76ZM92,100a8,8,0,1,1-8-8A8,8,0,0,1,92,100Zm0,56a8,8,0,1,1-8-8A8,8,0,0,1,92,156Zm88-56a8,8,0,1,1-8-8A8,8,0,0,1,180,100Z"}))]]),gE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M230.14,70.54,185.46,25.85a20,20,0,0,0-28.29,0L33.86,149.17A19.85,19.85,0,0,0,28,163.31V208a20,20,0,0,0,20,20H92.69a19.86,19.86,0,0,0,14.14-5.86L230.14,98.82a20,20,0,0,0,0-28.28ZM91,204H52V165l84-84,39,39ZM192,103,153,64l18.34-18.34,39,39Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M221.66,90.34,192,120,136,64l29.66-29.66a8,8,0,0,1,11.31,0L221.66,79A8,8,0,0,1,221.66,90.34Z",opacity:"0.2"}),h.createElement("path",{d:"M227.31,73.37,182.63,28.68a16,16,0,0,0-22.63,0L36.69,152A15.86,15.86,0,0,0,32,163.31V208a16,16,0,0,0,16,16H92.69A15.86,15.86,0,0,0,104,219.31L227.31,96a16,16,0,0,0,0-22.63ZM92.69,208H48V163.31l88-88L180.69,120ZM192,108.68,147.31,64l24-24L216,84.68Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M227.31,73.37,182.63,28.68a16,16,0,0,0-22.63,0L36.69,152A15.86,15.86,0,0,0,32,163.31V208a16,16,0,0,0,16,16H92.69A15.86,15.86,0,0,0,104,219.31L227.31,96a16,16,0,0,0,0-22.63ZM192,108.68,147.31,64l24-24L216,84.68Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M225.9,74.78,181.21,30.09a14,14,0,0,0-19.8,0L38.1,153.41a13.94,13.94,0,0,0-4.1,9.9V208a14,14,0,0,0,14,14H92.69a13.94,13.94,0,0,0,9.9-4.1L225.9,94.58a14,14,0,0,0,0-19.8ZM94.1,209.41a2,2,0,0,1-1.41.59H48a2,2,0,0,1-2-2V163.31a2,2,0,0,1,.59-1.41L136,72.48,183.51,120ZM217.41,86.1,192,111.51,144.49,64,169.9,38.58a2,2,0,0,1,2.83,0l44.68,44.69a2,2,0,0,1,0,2.83Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M227.31,73.37,182.63,28.68a16,16,0,0,0-22.63,0L36.69,152A15.86,15.86,0,0,0,32,163.31V208a16,16,0,0,0,16,16H92.69A15.86,15.86,0,0,0,104,219.31L227.31,96a16,16,0,0,0,0-22.63ZM92.69,208H48V163.31l88-88L180.69,120ZM192,108.68,147.31,64l24-24L216,84.68Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224.49,76.2,179.8,31.51a12,12,0,0,0-17,0L133.17,61.17h0L39.52,154.83A11.9,11.9,0,0,0,36,163.31V208a12,12,0,0,0,12,12H92.69a12,12,0,0,0,8.48-3.51L224.48,93.17a12,12,0,0,0,0-17Zm-129,134.63A4,4,0,0,1,92.69,212H48a4,4,0,0,1-4-4V163.31a4,4,0,0,1,1.17-2.83L136,69.65,186.34,120ZM218.83,87.51,192,114.34,141.66,64l26.82-26.83a4,4,0,0,1,5.66,0l44.69,44.68a4,4,0,0,1,0,5.66Z"}))]]),OE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M228,128a12,12,0,0,1-12,12H140v76a12,12,0,0,1-24,0V140H40a12,12,0,0,1,0-24h76V40a12,12,0,0,1,24,0v76h76A12,12,0,0,1,228,128Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,56V200a16,16,0,0,1-16,16H56a16,16,0,0,1-16-16V56A16,16,0,0,1,56,40H200A16,16,0,0,1,216,56Z",opacity:"0.2"}),h.createElement("path",{d:"M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM184,136H136v48a8,8,0,0,1-16,0V136H72a8,8,0,0,1,0-16h48V72a8,8,0,0,1,16,0v48h48a8,8,0,0,1,0,16Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M222,128a6,6,0,0,1-6,6H134v82a6,6,0,0,1-12,0V134H40a6,6,0,0,1,0-12h82V40a6,6,0,0,1,12,0v82h82A6,6,0,0,1,222,128Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M220,128a4,4,0,0,1-4,4H132v84a4,4,0,0,1-8,0V132H40a4,4,0,0,1,0-8h84V40a4,4,0,0,1,8,0v84h84A4,4,0,0,1,220,128Z"}))]]),yE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,28H48A20,20,0,0,0,28,48V208a20,20,0,0,0,20,20H208a20,20,0,0,0,20-20V48A20,20,0,0,0,208,28Zm-4,176H52V52H204Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,48V208a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V48a8,8,0,0,1,8-8H208A8,8,0,0,1,216,48Z",opacity:"0.2"}),h.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32Zm0,176H48V48H208V208Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,48V208a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V48A16,16,0,0,1,48,32H208A16,16,0,0,1,224,48Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,34H48A14,14,0,0,0,34,48V208a14,14,0,0,0,14,14H208a14,14,0,0,0,14-14V48A14,14,0,0,0,208,34Zm2,174a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V48a2,2,0,0,1,2-2H208a2,2,0,0,1,2,2Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32Zm0,176H48V48H208V208Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,36H48A12,12,0,0,0,36,48V208a12,12,0,0,0,12,12H208a12,12,0,0,0,12-12V48A12,12,0,0,0,208,36Zm4,172a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V48a4,4,0,0,1,4-4H208a4,4,0,0,1,4,4Z"}))]]),xE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M234.36,170A12,12,0,0,1,230,186.37l-96,56a12,12,0,0,1-12.1,0l-96-56a12,12,0,0,1,12.09-20.74l90,52.48L218,165.63A12,12,0,0,1,234.36,170ZM218,117.63,128,170.11,38.05,117.63A12,12,0,0,0,26,138.37l96,56a12,12,0,0,0,12.1,0l96-56A12,12,0,0,0,218,117.63ZM20,80a12,12,0,0,1,6-10.37l96-56a12.06,12.06,0,0,1,12.1,0l96,56a12,12,0,0,1,0,20.74l-96,56a12,12,0,0,1-12.1,0l-96-56A12,12,0,0,1,20,80Zm35.82,0L128,122.11,200.18,80,128,37.89Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,80l-96,56L32,80l96-56Z",opacity:"0.2"}),h.createElement("path",{d:"M230.91,172A8,8,0,0,1,228,182.91l-96,56a8,8,0,0,1-8.06,0l-96-56A8,8,0,0,1,36,169.09l92,53.65,92-53.65A8,8,0,0,1,230.91,172ZM220,121.09l-92,53.65L36,121.09A8,8,0,0,0,28,134.91l96,56a8,8,0,0,0,8.06,0l96-56A8,8,0,1,0,220,121.09ZM24,80a8,8,0,0,1,4-6.91l96-56a8,8,0,0,1,8.06,0l96,56a8,8,0,0,1,0,13.82l-96,56a8,8,0,0,1-8.06,0l-96-56A8,8,0,0,1,24,80Zm23.88,0L128,126.74,208.12,80,128,33.26Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M220,169.09l-92,53.65L36,169.09A8,8,0,0,0,28,182.91l96,56a8,8,0,0,0,8.06,0l96-56A8,8,0,1,0,220,169.09Z"}),h.createElement("path",{d:"M220,121.09l-92,53.65L36,121.09A8,8,0,0,0,28,134.91l96,56a8,8,0,0,0,8.06,0l96-56A8,8,0,1,0,220,121.09Z"}),h.createElement("path",{d:"M28,86.91l96,56a8,8,0,0,0,8.06,0l96-56a8,8,0,0,0,0-13.82l-96-56a8,8,0,0,0-8.06,0l-96,56a8,8,0,0,0,0,13.82Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M229.18,173a6,6,0,0,1-2.16,8.2l-96,56a6,6,0,0,1-6,0l-96-56a6,6,0,0,1,6-10.36l93,54.23,93-54.23A6,6,0,0,1,229.18,173ZM221,122.82l-93,54.23L35,122.82a6,6,0,0,0-6,10.36l96,56a6,6,0,0,0,6,0l96-56a6,6,0,0,0-6-10.36ZM26,80a6,6,0,0,1,3-5.18l96-56a6,6,0,0,1,6,0l96,56a6,6,0,0,1,0,10.36l-96,56a6,6,0,0,1-6,0l-96-56A6,6,0,0,1,26,80Zm17.91,0L128,129.05,212.09,80,128,31Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M230.91,172A8,8,0,0,1,228,182.91l-96,56a8,8,0,0,1-8.06,0l-96-56A8,8,0,0,1,36,169.09l92,53.65,92-53.65A8,8,0,0,1,230.91,172ZM220,121.09l-92,53.65L36,121.09A8,8,0,0,0,28,134.91l96,56a8,8,0,0,0,8.06,0l96-56A8,8,0,1,0,220,121.09ZM24,80a8,8,0,0,1,4-6.91l96-56a8,8,0,0,1,8.06,0l96,56a8,8,0,0,1,0,13.82l-96,56a8,8,0,0,1-8.06,0l-96-56A8,8,0,0,1,24,80Zm23.88,0L128,126.74,208.12,80,128,33.26Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M227.45,174a4,4,0,0,1-1.44,5.48l-96,56a4,4,0,0,1-4,0l-96-56a4,4,0,0,1,4-6.92l94,54.83,94-54.83A4,4,0,0,1,227.45,174ZM222,124.54l-94,54.83L34,124.54a4,4,0,0,0-4,6.92l96,56a4,4,0,0,0,4,0l96-56a4,4,0,0,0-4-6.92ZM28,80a4,4,0,0,1,2-3.46l96-56a4,4,0,0,1,4,0l96,56a4,4,0,0,1,0,6.92l-96,56a4,4,0,0,1-4,0l-96-56A4,4,0,0,1,28,80Zm11.94,0L128,131.37,216.06,80,128,28.63Z"}))]]),bE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M90.86,50.89a12,12,0,0,0-21.72,0l-64,136a12,12,0,0,0,21.71,10.22L42.44,164h75.12l15.58,33.11a12,12,0,0,0,21.72-10.22ZM53.74,140,80,84.18,106.27,140ZM200,84c-13.85,0-24.77,3.86-32.45,11.48a12,12,0,1,0,16.9,17c3-3,8.26-4.52,15.55-4.52,11,0,20,7.18,20,16v4.39A47.28,47.28,0,0,0,200,124c-24.26,0-44,17.94-44,40s19.74,40,44,40a47.18,47.18,0,0,0,22-5.38A12,12,0,0,0,244,192V124C244,101.94,224.26,84,200,84Zm0,96c-11,0-20-7.18-20-16s9-16,20-16,20,7.18,20,16S211,180,200,180Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M232,164c0,15.46-14.33,28-32,28s-32-12.54-32-28,14.33-28,32-28S232,148.54,232,164ZM34.82,152h90.36L80,56Z",opacity:"0.2"}),h.createElement("path",{d:"M87.24,52.59a8,8,0,0,0-14.48,0l-64,136a8,8,0,1,0,14.48,6.81L39.9,160h80.2l16.66,35.4a8,8,0,1,0,14.48-6.81ZM47.43,144,80,74.79,112.57,144ZM200,96c-12.76,0-22.73,3.47-29.63,10.32a8,8,0,0,0,11.26,11.36c3.8-3.77,10-5.68,18.37-5.68,13.23,0,24,9,24,20v3.22A42.76,42.76,0,0,0,200,128c-22.06,0-40,16.15-40,36s17.94,36,40,36a42.73,42.73,0,0,0,24-7.25,8,8,0,0,0,16-.75V132C240,112.15,222.06,96,200,96Zm0,88c-13.23,0-24-9-24-20s10.77-20,24-20,24,9,24,20S213.23,184,200,184Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M200,156c0,6.5-7.33,12-16,12s-16-5.5-16-12,7.33-12,16-12S200,149.5,200,156ZM232,56V200a16,16,0,0,1-16,16H40a16,16,0,0,1-16-16V56A16,16,0,0,1,40,40H216A16,16,0,0,1,232,56ZM143.37,172.88l-44-104a8,8,0,0,0-14.74,0l-44,104a8,8,0,0,0,14.74,6.24L66.84,152h50.32l11.47,27.12a8,8,0,0,0,14.74-6.24ZM216,124c0-15.44-14.36-28-32-28a34.86,34.86,0,0,0-20.78,6.68,8,8,0,0,0,9.56,12.83A18.84,18.84,0,0,1,184,112c8.56,0,15.8,5.36,16,11.76v8A35.24,35.24,0,0,0,184,128c-17.64,0-32,12.56-32,28s14.36,28,32,28a35.13,35.13,0,0,0,16.93-4.26A8,8,0,0,0,216,176ZM73.61,136h36.78L92,92.53Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M85.43,53.45a6,6,0,0,0-10.86,0l-64,136a6,6,0,1,0,10.86,5.11L38.63,158h82.74l17.2,36.55a6,6,0,1,0,10.86-5.11ZM44.28,146,80,70.09,115.72,146ZM200,98c-12.21,0-21.71,3.28-28.23,9.74a6,6,0,0,0,8.46,8.52c4.18-4.15,10.84-6.26,19.77-6.26,14.34,0,26,9.87,26,22v7.24A40.36,40.36,0,0,0,200,130c-20.95,0-38,15.25-38,34s17.05,34,38,34a40.36,40.36,0,0,0,26-9.24V192a6,6,0,0,0,12,0V132C238,113.25,221,98,200,98Zm0,88c-14.34,0-26-9.87-26-22s11.66-22,26-22,26,9.87,26,22S214.34,186,200,186Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M87.24,52.59a8,8,0,0,0-14.48,0l-64,136a8,8,0,1,0,14.48,6.81L39.9,160h80.2l16.66,35.4a8,8,0,1,0,14.48-6.81ZM47.43,144,80,74.79,112.57,144ZM200,96c-12.76,0-22.73,3.47-29.63,10.32a8,8,0,0,0,11.26,11.36c3.8-3.77,10-5.68,18.37-5.68,13.23,0,24,9,24,20v3.22A42.76,42.76,0,0,0,200,128c-22.06,0-40,16.15-40,36s17.94,36,40,36a42.73,42.73,0,0,0,24-7.25,8,8,0,0,0,16-.75V132C240,112.15,222.06,96,200,96Zm0,88c-13.23,0-24-9-24-20s10.77-20,24-20,24,9,24,20S213.23,184,200,184Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M83.62,54.3a4,4,0,0,0-7.24,0l-64,136a4,4,0,0,0,7.24,3.4L37.36,156h85.28l17.74,37.7a4,4,0,1,0,7.24-3.4ZM41.13,148,80,65.39,118.87,148ZM200,100c-11.67,0-20.69,3.08-26.82,9.16a4,4,0,1,0,5.64,5.68c4.57-4.54,11.7-6.84,21.18-6.84,15.44,0,28,10.77,28,24v11.92A37.78,37.78,0,0,0,200,132c-19.85,0-36,14.35-36,32s16.15,32,36,32a37.78,37.78,0,0,0,28-11.92V192a4,4,0,0,0,8,0V132C236,114.36,219.85,100,200,100Zm0,88c-15.44,0-28-10.77-28-24s12.56-24,28-24,28,10.77,28,24S215.44,188,200,188Z"}))]]),vE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M212,56V88a12,12,0,0,1-24,0V68H140V188h20a12,12,0,0,1,0,24H96a12,12,0,0,1,0-24h20V68H68V88a12,12,0,0,1-24,0V56A12,12,0,0,1,56,44H200A12,12,0,0,1,212,56Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M200,56V184a16,16,0,0,1-16,16H72a16,16,0,0,1-16-16V56Z",opacity:"0.2"}),h.createElement("path",{d:"M208,56V88a8,8,0,0,1-16,0V64H136V192h24a8,8,0,0,1,0,16H96a8,8,0,0,1,0-16h24V64H64V88a8,8,0,0,1-16,0V56a8,8,0,0,1,8-8H200A8,8,0,0,1,208,56Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM184,96a8,8,0,0,1-16,0V88H136v88h12a8,8,0,0,1,0,16H108a8,8,0,0,1,0-16h12V88H88v8a8,8,0,0,1-16,0V80a8,8,0,0,1,8-8h96a8,8,0,0,1,8,8Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M206,56V88a6,6,0,0,1-12,0V62H134V194h26a6,6,0,0,1,0,12H96a6,6,0,0,1,0-12h26V62H62V88a6,6,0,0,1-12,0V56a6,6,0,0,1,6-6H200A6,6,0,0,1,206,56Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,56V88a8,8,0,0,1-16,0V64H136V192h24a8,8,0,0,1,0,16H96a8,8,0,0,1,0-16h24V64H64V88a8,8,0,0,1-16,0V56a8,8,0,0,1,8-8H200A8,8,0,0,1,208,56Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M204,56V88a4,4,0,0,1-8,0V60H132V196h28a4,4,0,0,1,0,8H96a4,4,0,0,1,0-8h28V60H60V88a4,4,0,0,1-8,0V56a4,4,0,0,1,4-4H200A4,4,0,0,1,204,56Z"}))]]),SE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,48H180V36A28,28,0,0,0,152,8H104A28,28,0,0,0,76,36V48H40a12,12,0,0,0,0,24h4V208a20,20,0,0,0,20,20H192a20,20,0,0,0,20-20V72h4a12,12,0,0,0,0-24ZM100,36a4,4,0,0,1,4-4h48a4,4,0,0,1,4,4V48H100Zm88,168H68V72H188ZM116,104v64a12,12,0,0,1-24,0V104a12,12,0,0,1,24,0Zm48,0v64a12,12,0,0,1-24,0V104a12,12,0,0,1,24,0Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M200,56V208a8,8,0,0,1-8,8H64a8,8,0,0,1-8-8V56Z",opacity:"0.2"}),h.createElement("path",{d:"M216,48H176V40a24,24,0,0,0-24-24H104A24,24,0,0,0,80,40v8H40a8,8,0,0,0,0,16h8V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V64h8a8,8,0,0,0,0-16ZM96,40a8,8,0,0,1,8-8h48a8,8,0,0,1,8,8v8H96Zm96,168H64V64H192ZM112,104v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm48,0v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,48H176V40a24,24,0,0,0-24-24H104A24,24,0,0,0,80,40v8H40a8,8,0,0,0,0,16h8V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V64h8a8,8,0,0,0,0-16ZM112,168a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm48,0a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm0-120H96V40a8,8,0,0,1,8-8h48a8,8,0,0,1,8,8Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,50H174V40a22,22,0,0,0-22-22H104A22,22,0,0,0,82,40V50H40a6,6,0,0,0,0,12H50V208a14,14,0,0,0,14,14H192a14,14,0,0,0,14-14V62h10a6,6,0,0,0,0-12ZM94,40a10,10,0,0,1,10-10h48a10,10,0,0,1,10,10V50H94ZM194,208a2,2,0,0,1-2,2H64a2,2,0,0,1-2-2V62H194ZM110,104v64a6,6,0,0,1-12,0V104a6,6,0,0,1,12,0Zm48,0v64a6,6,0,0,1-12,0V104a6,6,0,0,1,12,0Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,48H176V40a24,24,0,0,0-24-24H104A24,24,0,0,0,80,40v8H40a8,8,0,0,0,0,16h8V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V64h8a8,8,0,0,0,0-16ZM96,40a8,8,0,0,1,8-8h48a8,8,0,0,1,8,8v8H96Zm96,168H64V64H192ZM112,104v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm48,0v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,52H172V40a20,20,0,0,0-20-20H104A20,20,0,0,0,84,40V52H40a4,4,0,0,0,0,8H52V208a12,12,0,0,0,12,12H192a12,12,0,0,0,12-12V60h12a4,4,0,0,0,0-8ZM92,40a12,12,0,0,1,12-12h48a12,12,0,0,1,12,12V52H92ZM196,208a4,4,0,0,1-4,4H64a4,4,0,0,1-4-4V60H196ZM108,104v64a4,4,0,0,1-8,0V104a4,4,0,0,1,8,0Zm48,0v64a4,4,0,0,1-8,0V104a4,4,0,0,1,8,0Z"}))]]),wE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M240.26,186.1,152.81,34.23h0a28.74,28.74,0,0,0-49.62,0L15.74,186.1a27.45,27.45,0,0,0,0,27.71A28.31,28.31,0,0,0,40.55,228h174.9a28.31,28.31,0,0,0,24.79-14.19A27.45,27.45,0,0,0,240.26,186.1Zm-20.8,15.7a4.46,4.46,0,0,1-4,2.2H40.55a4.46,4.46,0,0,1-4-2.2,3.56,3.56,0,0,1,0-3.73L124,46.2a4.77,4.77,0,0,1,8,0l87.44,151.87A3.56,3.56,0,0,1,219.46,201.8ZM116,136V104a12,12,0,0,1,24,0v32a12,12,0,0,1-24,0Zm28,40a16,16,0,1,1-16-16A16,16,0,0,1,144,176Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M215.46,216H40.54C27.92,216,20,202.79,26.13,192.09L113.59,40.22c6.3-11,22.52-11,28.82,0l87.46,151.87C236,202.79,228.08,216,215.46,216Z",opacity:"0.2"}),h.createElement("path",{d:"M236.8,188.09,149.35,36.22h0a24.76,24.76,0,0,0-42.7,0L19.2,188.09a23.51,23.51,0,0,0,0,23.72A24.35,24.35,0,0,0,40.55,224h174.9a24.35,24.35,0,0,0,21.33-12.19A23.51,23.51,0,0,0,236.8,188.09ZM222.93,203.8a8.5,8.5,0,0,1-7.48,4.2H40.55a8.5,8.5,0,0,1-7.48-4.2,7.59,7.59,0,0,1,0-7.72L120.52,44.21a8.75,8.75,0,0,1,15,0l87.45,151.87A7.59,7.59,0,0,1,222.93,203.8ZM120,144V104a8,8,0,0,1,16,0v40a8,8,0,0,1-16,0Zm20,36a12,12,0,1,1-12-12A12,12,0,0,1,140,180Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M236.8,188.09,149.35,36.22h0a24.76,24.76,0,0,0-42.7,0L19.2,188.09a23.51,23.51,0,0,0,0,23.72A24.35,24.35,0,0,0,40.55,224h174.9a24.35,24.35,0,0,0,21.33-12.19A23.51,23.51,0,0,0,236.8,188.09ZM120,104a8,8,0,0,1,16,0v40a8,8,0,0,1-16,0Zm8,88a12,12,0,1,1,12-12A12,12,0,0,1,128,192Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M235.07,189.09,147.61,37.22h0a22.75,22.75,0,0,0-39.22,0L20.93,189.09a21.53,21.53,0,0,0,0,21.72A22.35,22.35,0,0,0,40.55,222h174.9a22.35,22.35,0,0,0,19.6-11.19A21.53,21.53,0,0,0,235.07,189.09ZM224.66,204.8a10.46,10.46,0,0,1-9.21,5.2H40.55a10.46,10.46,0,0,1-9.21-5.2,9.51,9.51,0,0,1,0-9.72L118.79,43.21a10.75,10.75,0,0,1,18.42,0l87.46,151.87A9.51,9.51,0,0,1,224.66,204.8ZM122,144V104a6,6,0,0,1,12,0v40a6,6,0,0,1-12,0Zm16,36a10,10,0,1,1-10-10A10,10,0,0,1,138,180Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M236.8,188.09,149.35,36.22h0a24.76,24.76,0,0,0-42.7,0L19.2,188.09a23.51,23.51,0,0,0,0,23.72A24.35,24.35,0,0,0,40.55,224h174.9a24.35,24.35,0,0,0,21.33-12.19A23.51,23.51,0,0,0,236.8,188.09ZM222.93,203.8a8.5,8.5,0,0,1-7.48,4.2H40.55a8.5,8.5,0,0,1-7.48-4.2,7.59,7.59,0,0,1,0-7.72L120.52,44.21a8.75,8.75,0,0,1,15,0l87.45,151.87A7.59,7.59,0,0,1,222.93,203.8ZM120,144V104a8,8,0,0,1,16,0v40a8,8,0,0,1-16,0Zm20,36a12,12,0,1,1-12-12A12,12,0,0,1,140,180Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M233.34,190.09,145.88,38.22h0a20.75,20.75,0,0,0-35.76,0L22.66,190.09a19.52,19.52,0,0,0,0,19.71A20.36,20.36,0,0,0,40.54,220H215.46a20.36,20.36,0,0,0,17.86-10.2A19.52,19.52,0,0,0,233.34,190.09ZM226.4,205.8a12.47,12.47,0,0,1-10.94,6.2H40.54a12.47,12.47,0,0,1-10.94-6.2,11.45,11.45,0,0,1,0-11.72L117.05,42.21a12.76,12.76,0,0,1,21.9,0L226.4,194.08A11.45,11.45,0,0,1,226.4,205.8ZM124,144V104a4,4,0,0,1,8,0v40a4,4,0,0,1-8,0Zm12,36a8,8,0,1,1-8-8A8,8,0,0,1,136,180Z"}))]]),AE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M60,96v64a12,12,0,0,1-24,0V96a12,12,0,0,1,24,0ZM88,20A12,12,0,0,0,76,32V224a12,12,0,0,0,24,0V32A12,12,0,0,0,88,20Zm40,32a12,12,0,0,0-12,12V192a12,12,0,0,0,24,0V64A12,12,0,0,0,128,52Zm40,32a12,12,0,0,0-12,12v64a12,12,0,0,0,24,0V96A12,12,0,0,0,168,84Zm40-16a12,12,0,0,0-12,12v96a12,12,0,0,0,24,0V80A12,12,0,0,0,208,68Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,96v64H48V96Z",opacity:"0.2"}),h.createElement("path",{d:"M56,96v64a8,8,0,0,1-16,0V96a8,8,0,0,1,16,0ZM88,24a8,8,0,0,0-8,8V224a8,8,0,0,0,16,0V32A8,8,0,0,0,88,24Zm40,32a8,8,0,0,0-8,8V192a8,8,0,0,0,16,0V64A8,8,0,0,0,128,56Zm40,32a8,8,0,0,0-8,8v64a8,8,0,0,0,16,0V96A8,8,0,0,0,168,88Zm40-16a8,8,0,0,0-8,8v96a8,8,0,0,0,16,0V80A8,8,0,0,0,208,72Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40ZM72,152a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm32,32a8,8,0,0,1-16,0V72a8,8,0,0,1,16,0Zm32-16a8,8,0,0,1-16,0V88a8,8,0,0,1,16,0Zm32-16a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm32,8a8,8,0,0,1-16,0V96a8,8,0,0,1,16,0Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M54,96v64a6,6,0,0,1-12,0V96a6,6,0,0,1,12,0ZM88,26a6,6,0,0,0-6,6V224a6,6,0,0,0,12,0V32A6,6,0,0,0,88,26Zm40,32a6,6,0,0,0-6,6V192a6,6,0,0,0,12,0V64A6,6,0,0,0,128,58Zm40,32a6,6,0,0,0-6,6v64a6,6,0,0,0,12,0V96A6,6,0,0,0,168,90Zm40-16a6,6,0,0,0-6,6v96a6,6,0,0,0,12,0V80A6,6,0,0,0,208,74Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M56,96v64a8,8,0,0,1-16,0V96a8,8,0,0,1,16,0ZM88,24a8,8,0,0,0-8,8V224a8,8,0,0,0,16,0V32A8,8,0,0,0,88,24Zm40,32a8,8,0,0,0-8,8V192a8,8,0,0,0,16,0V64A8,8,0,0,0,128,56Zm40,32a8,8,0,0,0-8,8v64a8,8,0,0,0,16,0V96A8,8,0,0,0,168,88Zm40-16a8,8,0,0,0-8,8v96a8,8,0,0,0,16,0V80A8,8,0,0,0,208,72Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M52,96v64a4,4,0,0,1-8,0V96a4,4,0,0,1,8,0ZM88,28a4,4,0,0,0-4,4V224a4,4,0,0,0,8,0V32A4,4,0,0,0,88,28Zm40,32a4,4,0,0,0-4,4V192a4,4,0,0,0,8,0V64A4,4,0,0,0,128,60Zm40,32a4,4,0,0,0-4,4v64a4,4,0,0,0,8,0V96A4,4,0,0,0,168,92Zm40-16a4,4,0,0,0-4,4v96a4,4,0,0,0,8,0V80A4,4,0,0,0,208,76Z"}))]]),kE=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208.49,191.51a12,12,0,0,1-17,17L128,145,64.49,208.49a12,12,0,0,1-17-17L111,128,47.51,64.49a12,12,0,0,1,17-17L128,111l63.51-63.52a12,12,0,0,1,17,17L145,128Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M216,56V200a16,16,0,0,1-16,16H56a16,16,0,0,1-16-16V56A16,16,0,0,1,56,40H200A16,16,0,0,1,216,56Z",opacity:"0.2"}),h.createElement("path",{d:"M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM181.66,170.34a8,8,0,0,1-11.32,11.32L128,139.31,85.66,181.66a8,8,0,0,1-11.32-11.32L116.69,128,74.34,85.66A8,8,0,0,1,85.66,74.34L128,116.69l42.34-42.35a8,8,0,0,1,11.32,11.32L139.31,128Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M204.24,195.76a6,6,0,1,1-8.48,8.48L128,136.49,60.24,204.24a6,6,0,0,1-8.48-8.48L119.51,128,51.76,60.24a6,6,0,0,1,8.48-8.48L128,119.51l67.76-67.75a6,6,0,0,1,8.48,8.48L136.49,128Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M202.83,197.17a4,4,0,0,1-5.66,5.66L128,133.66,58.83,202.83a4,4,0,0,1-5.66-5.66L122.34,128,53.17,58.83a4,4,0,0,1,5.66-5.66L128,122.34l69.17-69.17a4,4,0,1,1,5.66,5.66L133.66,128Z"}))]]),ME=h.createContext({color:"currentColor",size:"1em",weight:"regular",mirrored:!1}),Ve=h.forwardRef((t,e)=>{const{alt:n,color:r,size:i,weight:l,mirrored:o,children:c,weights:f,...m}=t,{color:p="currentColor",size:g,weight:x="regular",mirrored:b=!1,...S}=h.useContext(ME);return h.createElement("svg",{ref:e,xmlns:"http://www.w3.org/2000/svg",width:i??g,height:i??g,fill:r??p,viewBox:"0 0 256 256",transform:o||b?"scale(-1, 1)":void 0,...S,...m},!!n&&h.createElement("title",null,n),c,f.get(l??x))});Ve.displayName="IconBase";const Gb=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:LC}));Gb.displayName="ArrowClockwiseIcon";const TE=Gb,Kb=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:DC}));Kb.displayName="ArrowCounterClockwiseIcon";const CE=Kb,Jb=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:_C}));Jb.displayName="ArrowLeftIcon";const EE=Jb,ev=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:XC}));ev.displayName="ArrowsOutCardinalIcon";const $E=ev,tv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:zC}));tv.displayName="CameraIcon";const QE=tv,nv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:HC}));nv.displayName="CaretDownIcon";const PE=nv,R1=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:YC}));R1.displayName="CaretRightIcon";const rv=R1,iv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:BC}));iv.displayName="ChatCenteredTextIcon";const ZE=iv,av=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:FC}));av.displayName="CheckCircleIcon";const lv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:qC}));lv.displayName="CopyIcon";const jE=lv,sv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:UC}));sv.displayName="EyeIcon";const RE=sv,ov=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:IC}));ov.displayName="FileIcon";const NE=ov,cv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:WC}));cv.displayName="FileCodeIcon";const VE=cv,uv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:GC}));uv.displayName="FileCssIcon";const LE=uv,fv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:KC}));fv.displayName="FileHtmlIcon";const DE=fv,hv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:JC}));hv.displayName="FileJpgIcon";const _E=hv,dv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:eE}));dv.displayName="FileJsIcon";const XE=dv,mv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:tE}));mv.displayName="FileJsxIcon";const zE=mv,pv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:nE}));pv.displayName="FileMdIcon";const HE=pv,gv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:rE}));gv.displayName="FilePlusIcon";const U5=gv,Ov=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:iE}));Ov.displayName="FilePngIcon";const YE=Ov,yv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:aE}));yv.displayName="FileSvgIcon";const BE=yv,xv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:lE}));xv.displayName="FileTsIcon";const FE=xv,bv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:sE}));bv.displayName="FileTsxIcon";const qE=bv,vv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:oE}));vv.displayName="FileTxtIcon";const UE=vv,Sv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:cE}));Sv.displayName="FileVideoIcon";const IE=Sv,wv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:uE}));wv.displayName="FolderSimpleIcon";const WE=wv,Av=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:fE}));Av.displayName="FolderSimplePlusIcon";const kv=Av,Mv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:hE}));Mv.displayName="GearIcon";const GE=Mv,Tv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:dE}));Tv.displayName="ImageIcon";const KE=Tv,Cv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:mE}));Cv.displayName="LightningIcon";const JE=Cv,Ev=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:pE}));Ev.displayName="PaletteIcon";const e$=Ev,$v=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:gE}));$v.displayName="PencilSimpleIcon";const t$=$v,Qv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:OE}));Qv.displayName="PlusIcon";const Pv=Qv,Zv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:yE}));Zv.displayName="SquareIcon";const n$=Zv,jv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:xE}));jv.displayName="StackIcon";const r$=jv,Rv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:bE}));Rv.displayName="TextAaIcon";const i$=Rv,Nv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:vE}));Nv.displayName="TextTIcon";const a$=Nv,Vv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:SE}));Vv.displayName="TrashIcon";const l$=Vv,v1=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:wE}));v1.displayName="WarningIcon";const Lv=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:AE}));Lv.displayName="WaveformIcon";const s$=Lv,Wp=h.forwardRef((t,e)=>h.createElement(Ve,{ref:e,...t,weights:kE}));Wp.displayName="XIcon";const o$=Wp;function I5({findings:t,projectId:e,onClose:n}){const r=t.filter(m=>m.severity==="error"),i=t.filter(m=>m.severity==="warning"),l=t.length>0,[o,c]=h.useState(!1),f=async()=>{const m=t.map(x=>{let b=`[${x.severity}] ${x.message}`;return x.file&&(b+=`
64
+ File: ${x.file}`),x.fixHint&&(b+=`
65
+ Fix: ${x.fixHint}`),b}),p=`Fix these HyperFrames lint issues for project "${e}":
66
+
67
+ Project path: ${window.location.href}
68
+
69
+ ${m.join(`
70
+
71
+ `)}`;await Dc(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(v1,{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(av,{size:18,className:"text-studio-accent",weight:"fill"})}),O.jsxs("div",{children:[O.jsx("h2",{className:"text-sm font-semibold text-neutral-200",children:l?`${r.length} error${r.length!==1?"s":""}, ${i.length} warning${i.length!==1?"s":""}`:"All checks passed"}),O.jsx("p",{className:"text-xs text-neutral-500",children:"HyperFrame Lint Results"})]})]}),O.jsx("button",{onClick:n,className:"p-1.5 rounded-lg text-neutral-500 hover:text-neutral-200 hover:bg-neutral-800 transition-colors",children:O.jsx(Wp,{size:16})})]}),l&&O.jsx("div",{className:"flex items-center justify-end px-5 py-2 border-b border-neutral-800/50",children:O.jsx("button",{onClick:f,className:`px-3 py-1 text-xs font-medium rounded-lg transition-colors ${o?"bg-green-600 text-white":"bg-studio-accent hover:bg-studio-accent/80 text-white"}`,children:o?"Copied!":"Copy to Agent"})}),O.jsxs("div",{className:"flex-1 overflow-y-auto px-5 py-3",children:[!l&&O.jsx("div",{className:"py-8 text-center text-neutral-500 text-sm",children:"No errors or warnings found. Your composition looks good!"}),r.map((m,p)=>O.jsx("div",{className:"py-3 border-b border-neutral-800/50 last:border-0",children:O.jsxs("div",{className:"flex items-start gap-2",children:[O.jsx(v1,{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(R1,{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(v1,{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(R1,{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 c$(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 u$(t){const e=h.useRef(t);e.current=t;const n=h.useRef(null),r=h.useRef(!1),i=h.useCallback(()=>{const o=Je.getState();if(!o.model||!o.sourceFilePath||!o.isEditMode)return;const c=e.current;if(!c)return;const f=c$(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))},[]);$t(()=>{let o=Je.getState().model;const c=Je.subscribe(f=>{if(!(!f.isEditMode||f.model===o||!f.model)){if(o=f.model,r.current){r.current=!1;return}n.current&&clearTimeout(n.current),n.current=setTimeout(i,800)}});return()=>{c(),n.current&&clearTimeout(n.current)}});const l=h.useCallback(async()=>{const o=Je.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,x=[],b=new Map;for(const w of g.groupOrder){const A=g.groups.get(w);if(A)for(const k of A.segmentIds){x.push(k);const E=g.segments.get(k);E!=null&&E.wordId&&b.set(E.wordId,k)}}const S=new Map(g.segments);for(const w of p){const A=(w.wordId?b.get(w.wordId):void 0)??x[w.wordIndex];if(!A)continue;const k=S.get(A);if(!k)continue;const E={...k.style};w.x!==void 0&&(E.x=w.x),w.y!==void 0&&(E.y=w.y),w.scale!==void 0&&(E.scaleX=w.scale,E.scaleY=w.scale),w.rotation!==void 0&&(E.rotation=w.rotation),w.activeColor!==void 0&&(E.activeColor=w.activeColor),w.dimColor!==void 0&&(E.dimColor=w.dimColor),w.opacity!==void 0&&(E.opacity=w.opacity),w.fontSize!==void 0&&(E.fontSize=w.fontSize),w.fontWeight!==void 0&&(E.fontWeight=w.fontWeight),w.fontFamily!==void 0&&(E.fontFamily=w.fontFamily),S.set(A,{...k,style:E})}r.current=!0,Je.getState().setModel({...g,segments:S})}catch{}},[]);return{save:i,loadOverrides:l}}const f$=100,h$=1500;function Cm(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 Em(t){return{version:1,updatedAt:0,undo:[],redo:[]}}function d$(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:Cm(r.before),afterHash:Cm(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 m$(t,e,n){if(Object.keys(e.files).length===0)return t;const r=h$,i=f$,l=t.undo[t.undo.length-1];let o=t.undo;if(l&&l.coalesceKey&&l.coalesceKey===e.coalesceKey&&e.createdAt-l.createdAt<=r){const c={};for(const[f,m]of Object.entries(e.files)){const p=l.files[f];c[f]=p?{before:p.before,after:m.after,beforeHash:p.beforeHash,afterHash:m.afterHash}:m}o=[...t.undo.slice(0,-1),{...e,files:c}]}else o=[...t.undo,e];return{version:1,updatedAt:e.createdAt,undo:o.slice(Math.max(0,o.length-i)),redo:[]}}function Dv(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 p$(t,e,n){const r=t.undo[t.undo.length-1];if(!r)return{ok:!1,reason:"empty",state:t,filesToWrite:{}};const i=Dv(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 g$(t,e,n){const r=t.redo[t.redo.length-1];if(!r)return{ok:!1,reason:"empty",state:t,filesToWrite:{}};const i=Dv(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 O$="hyperframes-studio-edit-history",y$=1,N1="project-history";function x$(){return new Promise((t,e)=>{if(!globalThis.indexedDB){e(new Error("IndexedDB is not available"));return}const n=globalThis.indexedDB.open(O$,y$);n.onupgradeneeded=()=>{const r=n.result;r.objectStoreNames.contains(N1)||r.createObjectStore(N1)},n.onerror=()=>e(n.error??new Error("Failed to open edit history db")),n.onsuccess=()=>t(n.result)})}function d2(t,e){return x$().then(n=>new Promise((r,i)=>{const l=n.transaction(N1,t),o=e(l.objectStore(N1));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 b$(){return{async get(t){return await d2("readonly",e=>e.get(t))??null},async set(t,e){await d2("readwrite",n=>n.put(e,t))},async delete(t){await d2("readwrite",e=>e.delete(t))}}}async function v$(t,e){return await t.get(e)??Em()}async function S$(t,e,n){await t.set(e,n)}function w$(t){return`edit-${t.toString(36)}-${Math.random().toString(36).slice(2,10)}`}function _v(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 W5(t,e){const n={},r={};for(const i of t){const l=await e(i);n[i]=l,r[i]=Cm(l)}return{currentFiles:n,currentHashes:r}}async function G5({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 K5({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 S$(e,t,m)}catch{}},f=async m=>{const p=o.then(async()=>{const{state:g,result:x}=await m(l);return g!==l&&await c(g),x});return o=p.then(()=>{},()=>{}),p};return{snapshot:()=>_v(l),async recordEdit(m){await f(async p=>{const g=r(),x=d$({...m,id:w$(g),projectId:t,now:g});return{state:m$(p,x),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:x,currentHashes:b}=await W5(Object.keys(g.files),m.readFile),S=p$(p,b,r());return S.ok?(await G5({files:S.filesToWrite,rollbackFiles:x,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:x,currentHashes:b}=await W5(Object.keys(g.files),m.readFile),S=g$(p,b,r());return S.ok?(await G5({files:S.filesToWrite,rollbackFiles:x,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 A$(t){const e=h.useMemo(()=>t.storage??b$(),[t.storage]),n=t.now??Date.now,[r,i]=h.useState(()=>Em()),[l,o]=h.useState(!1),c=t.projectId,f=h.useRef(null);h.useEffect(()=>{let x=!1;const b=Em();if(f.current=null,i(b),o(!1),!c){o(!0);return}return v$(e,c).then(S=>{x||(f.current=K5({projectId:c,storage:e,initialState:S,now:n,onChange:i}),i(S))}).catch(()=>{x||(f.current=K5({projectId:c,storage:e,initialState:b,now:n,onChange:i}),i(b))}).finally(()=>{x||o(!0)}),()=>{x=!0}},[n,c,e]);const m=h.useCallback(async x=>{var b;await((b=f.current)==null?void 0:b.recordEdit(x))},[]),p=h.useCallback(async x=>{var b;return((b=f.current)==null?void 0:b.undo(x))??{ok:!1,reason:"empty"}},[]),g=h.useCallback(async x=>{var b;return((b=f.current)==null?void 0:b.redo(x))??{ok:!1,reason:"empty"}},[]);return{loaded:l,..._v(r),recordEdit:m,undo:p,redo:g}}function k$(t){const[e,n]=h.useState(240),[r,i]=h.useState(400),[l,o]=h.useState(()=>Nc().leftCollapsed??!1),[c,f]=h.useState((t==null?void 0:t.rightCollapsed)??!0),[m,p]=h.useState((t==null?void 0:t.rightPanelTab)??"renders"),g=h.useRef(null),x=h.useCallback(()=>{o(A=>(Vc({leftCollapsed:!A}),!A))},[]),b=h.useCallback((A,k)=>{k.preventDefault(),k.target.setPointerCapture(k.pointerId),g.current={side:A,startX:k.clientX,startW:A==="left"?e:r}},[e,r]),S=h.useCallback(A=>{const k=g.current;if(!k)return;const E=A.clientX-k.startX,P=Math.floor(window.innerWidth*.5),Q=Math.max(160,Math.min(k.side==="left"?P:600,k.startW+(k.side==="left"?E:-E)));k.side==="left"?n(Q):i(Q)},[]),w=h.useCallback(()=>{g.current=null},[]);return{leftWidth:e,setLeftWidth:n,rightWidth:r,leftCollapsed:l,setLeftCollapsed:o,rightCollapsed:c,setRightCollapsed:f,rightPanelTab:m,setRightPanelTab:p,toggleLeftSidebar:x,handlePanelResizeStart:b,handlePanelResizeMove:S,handlePanelResizeEnd:w}}const M$=/\.(eot|otf|ttc|ttf|woff2?)$/i,J5=/\s+(thin|extralight|extra light|light|regular|roman|medium|semibold|semi bold|bold|extrabold|extra bold|black|italic|oblique|variable)$/i;function e3(t){return JSON.stringify(t)}function Ws(t){const e=decodeURIComponent(t.split(/[\\/]/).pop()??t).replace(M$,"");let n=e.replace(/[_-]+/g," ").replace(/([a-z])([A-Z])/g,"$1 $2").replace(/\s+/g," ").trim();for(;J5.test(n);)n=n.replace(J5,"").trim();return n||e}function Gp(t,e=t.url){return`@font-face { font-family: ${e3(t.family)}; src: url(${e3(e)}); font-display: swap; }`}async function Ea({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 x=await i(p);x!==g&&(c[p]={before:x,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 T$({projectId:t,showToast:e,recordEdit:n,domEditSaveTimestampRef:r,setRefreshKey:i}){const[l,o]=h.useState(null),[c,f]=h.useState(null),[m,p]=h.useState([]),[g,x]=h.useState(!1),b=h.useRef(l==null?void 0:l.path);b.current=l==null?void 0:l.path;const S=h.useRef(t);S.current=t;const w=h.useRef(null),A=h.useRef(null),k=h.useRef([]);h.useEffect(()=>{if(!t){x(!1);return}let z=!1;return x(!1),fetch(`/api/projects/${t}`).then($=>$.json()).then($=>{!z&&$.files&&p($.files),z||f(typeof $.dir=="string"?$.dir:null)}).catch(()=>{z||f(null)}).finally(()=>{z||x(!0)}),()=>{z=!0}},[t]);const E=h.useCallback(async z=>{const $=S.current;if(!$)throw new Error("No active project");const j=await fetch(`/api/projects/${$}/files/${encodeURIComponent(z)}`);if(!j.ok)throw new Error(`Failed to read ${z}`);const _=await j.json();if(typeof _.content!="string")throw new Error(`Missing file contents for ${z}`);return _.content},[]),P=h.useCallback(async(z,$)=>{const j=S.current;if(!j)throw new Error("No active project");if(!(await fetch(`/api/projects/${j}/files/${encodeURIComponent(z)}`,{method:"PUT",headers:{"Content-Type":"text/plain"},body:$})).ok)throw new Error(`Failed to save ${z}`);b.current===z&&o({path:z,content:$})},[]),Q=h.useCallback(async z=>{const $=S.current;if(!$)throw new Error("No active project");const j=await fetch(`/api/projects/${$}/files/${encodeURIComponent(z)}`);if(j.status===404)return"";if(!j.ok)throw new Error(`Failed to read ${z}`);const _=await j.json();return typeof _.content=="string"?_.content:""},[]),C=h.useCallback(z=>{const $=S.current;if($){if(Ub(z)){o({path:z,content:null});return}fetch(`/api/projects/${$}/files/${encodeURIComponent(z)}`).then(j=>j.json()).then(j=>{j.content!=null&&o({path:z,content:j.content})}).catch(()=>{})}},[]),Z=h.useCallback(z=>{const $=S.current;if(!$)return;const j=b.current;j&&(w.current&&clearTimeout(w.current),w.current=setTimeout(()=>{r.current=Date.now(),Ea({projectId:$,label:"Edit source",kind:"source",coalesceKey:`source:${j}`,files:{[j]:z},readFile:E,writeFile:P,recordEdit:n}).then(()=>{A.current&&clearTimeout(A.current),A.current=setTimeout(()=>i(_=>_+1),600)}).catch(()=>{})},600))},[r,E,n,i,P]),M=h.useCallback(async()=>{const z=S.current;if(!z)return;const j=await(await fetch(`/api/projects/${z}`)).json();j.files&&p(j.files)},[]),V=h.useCallback(async(z,$)=>{var ae,ie;const j=S.current,_=Array.from(z);if(!j||_.length===0)return[];const U=new FormData;for(const de of _)U.append("file",de);const se=$?`?dir=${encodeURIComponent($)}`:"";try{const de=await fetch(`/api/projects/${j}/upload${se}`,{method:"POST",body:U});if(de.ok){const pe=await de.json();if((ae=pe.skipped)!=null&&ae.length&&e(`Skipped (too large): ${pe.skipped.join(", ")}`),(ie=pe.invalid)!=null&&ie.length){const oe=pe.invalid.map(ye=>ye.name).join(", ");e(`Unsupported media skipped: ${oe}`)}return await M(),i(oe=>oe+1),Array.isArray(pe.files)?pe.files:[]}else de.status===413?e("Upload rejected: payload too large"):e(`Upload failed (${de.status})`)}catch{e("Upload failed: network error")}return[]},[M,i,e]),X=h.useCallback(async z=>{const $=S.current;if(!$)return;let j="";z.endsWith(".html")&&(j=`<!DOCTYPE html>
72
+ <html>
73
+ <head>
74
+ <meta charset="UTF-8">
75
+ </head>
76
+ <body>
77
+
78
+ </body>
79
+ </html>
80
+ `);const _=await fetch(`/api/projects/${$}/files/${encodeURIComponent(z)}`,{method:"POST",headers:{"Content-Type":"text/plain"},body:j});if(_.ok)await M(),C(z);else{const U=await _.json().catch(()=>({error:"unknown"}));console.error(`Create file failed: ${U.error}`)}},[M,C]),Y=h.useCallback(async z=>{const $=S.current;if(!$)return;const j=await fetch(`/api/projects/${$}/files/${encodeURIComponent(z+"/.gitkeep")}`,{method:"POST",headers:{"Content-Type":"text/plain"},body:""});if(j.ok)await M();else{const _=await j.json().catch(()=>({error:"unknown"}));console.error(`Create folder failed: ${_.error}`)}},[M]),L=h.useCallback(async z=>{const $=S.current;if(!$)return;const j=await fetch(`/api/projects/${$}/files/${encodeURIComponent(z)}`,{method:"DELETE"});if(j.ok)b.current===z&&o(null),await M();else{const _=await j.json().catch(()=>({error:"unknown"}));console.error(`Delete failed: ${_.error}`)}},[M]),H=h.useCallback(async(z,$)=>{const j=S.current;if(!j)return;const _=await fetch(`/api/projects/${j}/files/${encodeURIComponent(z)}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({newPath:$})});if(_.ok)b.current===z&&C($),await M(),i(U=>U+1);else{const U=await _.json().catch(()=>({error:"unknown"}));console.error(`Rename failed: ${U.error}`)}},[M,C,i]),q=h.useCallback(async z=>{const $=S.current;if(!$)return;const j=await fetch(`/api/projects/${$}/duplicate-file`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({path:z})});if(j.ok){const _=await j.json();await M(),_.path&&C(_.path)}else{const _=await j.json().catch(()=>({error:"unknown"}));console.error(`Duplicate failed: ${_.error}`)}},[M,C]),J=H,D=h.useCallback(async(z,$)=>V(Array.from(z),$),[V]),R=h.useCallback(async z=>{const $=await V(Array.from(z).filter(U=>b1.test(U.name)),"assets/fonts"),j=S.current,_=$.filter(U=>b1.test(U)).map(U=>({family:Ws(U),path:U,url:`/api/projects/${j}/preview/${U}`}));return k.current=[..._,...k.current.filter(U=>!_.some(se=>se.family.toLowerCase()===U.family.toLowerCase()))],_},[V]),F=h.useMemo(()=>m.filter(z=>z==="index.html"||z.startsWith("compositions/")),[m]),B=h.useMemo(()=>m.filter(z=>!z.endsWith(".html")&&!z.endsWith(".md")&&!z.endsWith(".json")),[m]),I=h.useMemo(()=>B.filter(z=>b1.test(z)).map(z=>({family:Ws(z),path:z,url:`/api/projects/${t}/preview/${z}`})),[B,t]);return{editingFile:l,setEditingFile:o,projectDir:c,fileTree:m,fileTreeLoaded:g,setFileTree:p,editingPathRef:b,projectIdRef:S,saveTimerRef:w,importedFontAssetsRef:k,readProjectFile:E,writeProjectFile:P,readOptionalProjectFile:Q,handleFileSelect:C,handleContentChange:Z,refreshFileTree:M,uploadProjectFiles:V,handleCreateFile:X,handleCreateFolder:Y,handleDeleteFile:L,handleRenameFile:H,handleDuplicateFile:q,handleMoveFile:J,handleImportFiles:D,handleImportFonts:R,compositions:F,assets:B,fontAssets:I}}const xr="--hf-studio-offset-x",br="--hf-studio-offset-y",ai="--hf-studio-width",li="--hf-studio-height",vr="--hf-studio-rotation",Di="data-hf-studio-path-offset",zc="data-hf-studio-manual-edit-gesture",_i="data-hf-studio-box-size",Xi="data-hf-studio-rotation",si="data-hf-studio-original-translate",oi="data-hf-studio-original-inline-translate",xl="data-hf-studio-original-width",bl="data-hf-studio-original-height",vl="data-hf-studio-original-min-width",Sl="data-hf-studio-original-min-height",wl="data-hf-studio-original-max-width",Al="data-hf-studio-original-max-height",kl="data-hf-studio-original-flex-basis",Ml="data-hf-studio-original-flex-grow",Tl="data-hf-studio-original-flex-shrink",Cl="data-hf-studio-original-box-sizing",Pr="data-hf-studio-original-scale",zi="data-hf-studio-original-transform-origin",El="data-hf-studio-original-display",ci="data-hf-studio-original-rotate",ui="data-hf-studio-original-inline-rotate",jr="data-hf-studio-original-rotation-transform-origin",jl="data-hf-studio-rotation-draft",gn="data-hf-studio-original-transform-display",C$="__hfStudioManualEditsApply",$m="__hfStudioManualEditsWrapped",P0="__hfStudioManualEditsPlaybackFrame",E$="center center";function $$(t){return typeof t=="number"&&Number.isFinite(t)?t:null}function Xv(t){return Math.round(t*10)/10}function Z0(t){return t.trim().replace(/\\/g,"/").replace(/^\.?\//,"")}function Qm(t){if(typeof t=="string"){const n=t.trim();if(!n)return null;if(n.startsWith("{"))try{return Qm(JSON.parse(n))}catch{return Z0(n)}return Z0(n)}if(!t||typeof t!="object")return null;const e=t;return typeof e.path=="string"?Z0(e.path):typeof e.filePath=="string"?Z0(e.filePath):"data"in e?Qm(e.data):null}function Q$(t){return Qm(t)}function P$(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(ai),studioHeight:t.style.getPropertyValue(li),marker:t.getAttribute(_i),originalWidth:t.getAttribute(xl),originalHeight:t.getAttribute(bl),originalMinWidth:t.getAttribute(vl),originalMinHeight:t.getAttribute(Sl),originalMaxWidth:t.getAttribute(wl),originalMaxHeight:t.getAttribute(Al),originalFlexBasis:t.getAttribute(kl),originalFlexGrow:t.getAttribute(Ml),originalFlexShrink:t.getAttribute(Tl),originalBoxSizing:t.getAttribute(Cl),originalScale:t.getAttribute(Pr),originalTransformOrigin:t.getAttribute(zi),originalDisplay:t.getAttribute(El)}}function Z$(t){return{rotate:t.style.getPropertyValue("rotate"),transformOrigin:t.style.getPropertyValue("transform-origin"),studioRotation:t.style.getPropertyValue(vr),marker:t.getAttribute(Xi),draftMarker:t.getAttribute(jl),originalRotate:t.getAttribute(ci),originalInlineRotate:t.getAttribute(ui),originalTransformOrigin:t.getAttribute(jr)}}function Kp(t){return{translate:t.style.getPropertyValue("translate"),x:t.style.getPropertyValue(xr),y:t.style.getPropertyValue(br),marker:t.getAttribute(Di),originalTranslate:t.getAttribute(si),originalInlineTranslate:t.getAttribute(oi)}}function Et(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 m2(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,ai,e.studioWidth),Gt(t,li,e.studioHeight),Et(t,_i,e.marker),Et(t,xl,e.originalWidth),Et(t,bl,e.originalHeight),Et(t,vl,e.originalMinWidth),Et(t,Sl,e.originalMinHeight),Et(t,wl,e.originalMaxWidth),Et(t,Al,e.originalMaxHeight),Et(t,kl,e.originalFlexBasis),Et(t,Ml,e.originalFlexGrow),Et(t,Tl,e.originalFlexShrink),Et(t,Cl,e.originalBoxSizing),Et(t,Pr,e.originalScale),Et(t,zi,e.originalTransformOrigin),Et(t,El,e.originalDisplay)}function p2(t,e){Gt(t,"rotate",e.rotate),Gt(t,"transform-origin",e.transformOrigin),Gt(t,vr,e.studioRotation),Et(t,Xi,e.marker),Et(t,jl,e.draftMarker),Et(t,ci,e.originalRotate),Et(t,ui,e.originalInlineRotate),Et(t,jr,e.originalTransformOrigin)}function fl(t,e){e.translate?t.style.setProperty("translate",e.translate):t.style.removeProperty("translate"),e.x?t.style.setProperty(xr,e.x):t.style.removeProperty(xr),e.y?t.style.setProperty(br,e.y):t.style.removeProperty(br),Et(t,Di,e.marker),Et(t,si,e.originalTranslate),Et(t,oi,e.originalInlineTranslate)}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 j$(t){const e=t.getAttribute(ui);e==null||e===""?t.style.removeProperty("rotate"):t.style.setProperty("rotate",e),t.removeAttribute(ui),t.removeAttribute(ci);const n=t.getAttribute(jr);n!=null&&(n===""?t.style.removeProperty("transform-origin"):t.style.setProperty("transform-origin",n)),t.removeAttribute(jr)}function R$(t){const e=t.getAttribute(oi);e==null||e===""?t.style.removeProperty("translate"):t.style.setProperty("translate",e),t.removeAttribute(oi),t.removeAttribute(si)}function N$(t){(t.hasAttribute(Di)||jm(t.style.getPropertyValue("translate")))&&R$(t),eg(t),t.style.removeProperty(xr),t.style.removeProperty(br),t.removeAttribute(Di),t.removeAttribute(si),t.removeAttribute(oi)}function V$(t){(t.hasAttribute(Xi)||Rm(t.style.getPropertyValue("rotate")))&&j$(t),eg(t),t.style.removeProperty(vr),t.removeAttribute(Xi),t.removeAttribute(jl),t.removeAttribute(ci),t.removeAttribute(ui),t.removeAttribute(jr)}function L$(t){(t.hasAttribute(_i)||n3(t.style.getPropertyValue("width"))||n3(t.style.getPropertyValue("height"))||t.hasAttribute(Pr))&&(Un(t,"width",xl),Un(t,"height",bl),Un(t,"min-width",vl),Un(t,"min-height",Sl),Un(t,"max-width",wl),Un(t,"max-height",Al),Un(t,"flex-basis",kl),Un(t,"flex-grow",Ml),Un(t,"flex-shrink",Tl),Un(t,"box-sizing",Cl),Un(t,"scale",Pr),Un(t,"transform-origin",zi),Un(t,"display",El)),eg(t),t.style.removeProperty(ai),t.style.removeProperty(li),t.removeAttribute(_i)}let t3=0;function zv(t){t3+=1;const e=`gesture-${t3}`;return t.setAttribute(zc,e),e}function Mr(t,e){e&&t.getAttribute(zc)!==e||t.removeAttribute(zc)}function Hv(t){return t.hasAttribute(zc)}function j0(t,e){return t.getAttribute(zc)===e}function V1(t,e){const n=Number.parseFloat(t.style.getPropertyValue(e));return Number.isFinite(n)?n:0}function Pm(t){return{x:V1(t,xr),y:V1(t,br)}}function L1(t){return{width:V1(t,ai),height:V1(t,li)}}function Yv(t){const e=Number.parseFloat(t.style.getPropertyValue(vr));return{angle:Number.isFinite(e)?e:0}}function Jp(t,e){var n;try{return((n=t.ownerDocument.defaultView)==null?void 0:n.getComputedStyle(t).getPropertyValue(e))??""}catch{return""}}function Zm(t,e){return t.style.getPropertyValue(e)||Jp(t,e)}function Bv(t,e){const n=Zm(t,e).trim();return n==="none"?"":n}function jm(t){return t.includes(xr)||t.includes(br)}function n3(t){return t.includes(ai)||t.includes(li)}function Rm(t){return t.includes(vr)}function r3(t){return t.replace(/\s+/g,"").toLowerCase()}function D$(t,e){if(!t.hasAttribute(jl))return!1;const n=t.style.getPropertyValue(vr).trim();return!n||!e.trim()?!1:r3(e)===r3(ng(t,n))}function co(t){Jp(t,"display")==="inline"&&(t.hasAttribute(gn)||t.setAttribute(gn,t.style.getPropertyValue("display")),t.style.setProperty("display","inline-block"))}function eg(t){const e=t.getAttribute(gn);e!=null&&(e===""?t.style.removeProperty("display"):t.style.setProperty("display",e),t.removeAttribute(gn))}function _$(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 Fv(t,e,n){var l;const r=(l=t.getAttribute(si))==null?void 0:l.trim();if(!r||r==="none")return`${e} ${n}`;const i=_$(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 X$(t,e){const n=t.style.getPropertyValue("translate"),r=Bv(t,"translate"),i=t.hasAttribute(Di),l=!jm(r);i?e&&l&&!Hv(t)&&t.setAttribute(si,r):(t.setAttribute(oi,jm(n)?"":n),t.setAttribute(si,l?r:""))}function qv(t,e,n={}){X$(t,n.updateBase??!0),t.setAttribute(Di,"true"),t.style.setProperty(xr,`${Math.round(e.x)}px`),t.style.setProperty(br,`${Math.round(e.y)}px`)}function Uv(t){const e=t.style.getPropertyValue("transform");if(!e||e==="none")return;const n=t.ownerDocument.defaultView,r=n==null?void 0:n.DOMMatrix;if(r)try{const i=new r(e);if(i.m41===0&&i.m42===0)return;i.m41=0,i.m42=0,i.is2D&&i.a===1&&i.b===0&&i.c===0&&i.d===1?t.style.removeProperty("transform"):t.style.setProperty("transform",i.toString())}catch{}}function D1(t,e,n={}){co(t),qv(t,e,{updateBase:n.updateBase??!0}),t.style.setProperty("translate",Fv(t,`var(${xr}, 0px)`,`var(${br}, 0px)`)),Uv(t)}function S1(t,e){co(t),qv(t,e,{updateBase:!1}),t.style.setProperty("translate",Fv(t,`${Math.round(e.x)}px`,`${Math.round(e.y)}px`)),Uv(t)}function z$(t,e){const n=t.parentElement;if(!n)return null;const r=Zm(n,"display").trim();if(r!=="flex"&&r!=="inline-flex")return null;const i=Zm(n,"flex-direction").trim();return Math.round(Math.max(1,i.startsWith("column")?e.height:e.width))}function H$(t){if(!t.hasAttribute(Pr))return;const e=t.getAttribute(Pr);e==null||e===""?t.style.removeProperty("scale"):t.style.setProperty("scale",e),t.removeAttribute(Pr);const n=t.getAttribute(zi);n==null||n===""?t.style.removeProperty("transform-origin"):t.style.setProperty("transform-origin",n),t.removeAttribute(zi)}function Y$(t,e){t.hasAttribute(_i)||(t.setAttribute(xl,t.style.getPropertyValue("width")),t.setAttribute(bl,t.style.getPropertyValue("height")),t.setAttribute(vl,t.style.getPropertyValue("min-width")),t.setAttribute(Sl,t.style.getPropertyValue("min-height")),t.setAttribute(wl,t.style.getPropertyValue("max-width")),t.setAttribute(Al,t.style.getPropertyValue("max-height")),t.setAttribute(kl,t.style.getPropertyValue("flex-basis")),t.setAttribute(Ml,t.style.getPropertyValue("flex-grow")),t.setAttribute(Tl,t.style.getPropertyValue("flex-shrink")),t.setAttribute(Cl,t.style.getPropertyValue("box-sizing")),t.setAttribute(Pr,t.style.getPropertyValue("scale")),t.setAttribute(zi,t.style.getPropertyValue("transform-origin")),t.setAttribute(El,t.style.getPropertyValue("display"))),t.setAttribute(_i,"true"),t.style.setProperty(ai,`${Math.round(Math.max(1,e.width))}px`),t.style.setProperty(li,`${Math.round(Math.max(1,e.height))}px`)}function Iv(t,e){Y$(t,e),H$(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=z$(t,e);i!=null&&(t.style.setProperty("flex-basis",`${i}px`),t.style.setProperty("flex-grow","0"),t.style.setProperty("flex-shrink","0")),Jp(t,"display")==="inline"&&t.style.setProperty("display","inline-block")}function tg(t,e){co(t),Iv(t,e)}function B$(t,e){co(t),Iv(t,e)}function F$(t){return/^-?(?:\d+(?:\.\d+)?|\.\d+)(?:deg|rad|turn|grad)$/.test(t.trim())}function ng(t,e){var r;const n=(r=t.getAttribute(ci))==null?void 0:r.trim();return!n||n==="none"||!F$(n)?e:`calc(${n} + ${e})`}function q$(t,e){const n=t.style.getPropertyValue("rotate"),r=Bv(t,"rotate"),i=t.hasAttribute(Xi),l=!Rm(r)&&!D$(t,r);i?e&&l&&!Hv(t)&&t.setAttribute(ci,r):(t.setAttribute(ui,Rm(n)?"":n),t.setAttribute(ci,l?r:"")),t.hasAttribute(jr)||t.setAttribute(jr,t.style.getPropertyValue("transform-origin"))}function Wv(t,e,n={}){q$(t,n.updateBase??!0),t.setAttribute(Xi,"true"),t.style.setProperty(vr,`${Xv(e.angle)}deg`),t.style.setProperty("transform-origin",E$)}function rg(t,e){co(t),Wv(t,e),t.removeAttribute(jl),t.style.setProperty("rotate",ng(t,`var(${vr}, 0deg)`))}function U$(t,e){co(t),Wv(t,e,{updateBase:!1}),t.setAttribute(jl,"true"),t.style.setProperty("rotate",ng(t,`${Xv(e.angle)}deg`))}function i3(t){const e=t.style.getPropertyValue(xr),n=t.style.getPropertyValue(br),r=t.style.getPropertyValue("translate"),i=t.getAttribute(si),l=t.getAttribute(oi),o=t.style.getPropertyValue("display"),c=t.getAttribute(gn),f=[];return e&&f.push({type:"inline-style",property:xr,value:e}),n&&f.push({type:"inline-style",property:br,value:n}),r&&f.push({type:"inline-style",property:"translate",value:r}),f.push({type:"attribute",property:Di,value:"true"}),i!==null&&f.push({type:"attribute",property:si,value:i}),l!==null&&f.push({type:"attribute",property:oi,value:l}),o&&f.push({type:"inline-style",property:"display",value:o}),c!==null&&f.push({type:"attribute",property:gn,value:c}),f}function I$(t){const e=t.getAttribute(oi),n=[{type:"inline-style",property:xr,value:null},{type:"inline-style",property:br,value:null},{type:"inline-style",property:"translate",value:e||null},{type:"attribute",property:Di,value:null},{type:"attribute",property:si,value:null},{type:"attribute",property:oi,value:null}],r=t.getAttribute(gn);return r!==null&&(n.push({type:"inline-style",property:"display",value:r||null}),n.push({type:"attribute",property:gn,value:null})),n}function W$(t){const e=[],n=t.style.getPropertyValue(ai),r=t.style.getPropertyValue(li);n&&e.push({type:"inline-style",property:ai,value:n}),r&&e.push({type:"inline-style",property:li,value:r});const i=t.style.getPropertyValue("width"),l=t.style.getPropertyValue("height"),o=t.style.getPropertyValue("min-width"),c=t.style.getPropertyValue("min-height"),f=t.style.getPropertyValue("max-width"),m=t.style.getPropertyValue("max-height"),p=t.style.getPropertyValue("flex-basis"),g=t.style.getPropertyValue("flex-grow"),x=t.style.getPropertyValue("flex-shrink"),b=t.style.getPropertyValue("box-sizing"),S=t.style.getPropertyValue("scale"),w=t.style.getPropertyValue("transform-origin"),A=t.style.getPropertyValue("display");i&&e.push({type:"inline-style",property:"width",value:i}),l&&e.push({type:"inline-style",property:"height",value:l}),o&&e.push({type:"inline-style",property:"min-width",value:o}),c&&e.push({type:"inline-style",property:"min-height",value:c}),f&&e.push({type:"inline-style",property:"max-width",value:f}),m&&e.push({type:"inline-style",property:"max-height",value:m}),p&&e.push({type:"inline-style",property:"flex-basis",value:p}),g&&e.push({type:"inline-style",property:"flex-grow",value:g}),x&&e.push({type:"inline-style",property:"flex-shrink",value:x}),b&&e.push({type:"inline-style",property:"box-sizing",value:b}),S&&e.push({type:"inline-style",property:"scale",value:S}),w&&e.push({type:"inline-style",property:"transform-origin",value:w}),A&&e.push({type:"inline-style",property:"display",value:A}),e.push({type:"attribute",property:_i,value:"true"});const k=t.getAttribute(xl),E=t.getAttribute(bl),P=t.getAttribute(vl),Q=t.getAttribute(Sl),C=t.getAttribute(wl),Z=t.getAttribute(Al),M=t.getAttribute(kl),V=t.getAttribute(Ml),X=t.getAttribute(Tl),Y=t.getAttribute(Cl),L=t.getAttribute(Pr),H=t.getAttribute(zi),q=t.getAttribute(El),J=t.getAttribute(gn);return k!==null&&e.push({type:"attribute",property:xl,value:k}),E!==null&&e.push({type:"attribute",property:bl,value:E}),P!==null&&e.push({type:"attribute",property:vl,value:P}),Q!==null&&e.push({type:"attribute",property:Sl,value:Q}),C!==null&&e.push({type:"attribute",property:wl,value:C}),Z!==null&&e.push({type:"attribute",property:Al,value:Z}),M!==null&&e.push({type:"attribute",property:kl,value:M}),V!==null&&e.push({type:"attribute",property:Ml,value:V}),X!==null&&e.push({type:"attribute",property:Tl,value:X}),Y!==null&&e.push({type:"attribute",property:Cl,value:Y}),L!==null&&e.push({type:"attribute",property:Pr,value:L}),H!==null&&e.push({type:"attribute",property:zi,value:H}),q!==null&&e.push({type:"attribute",property:El,value:q}),J!==null&&e.push({type:"attribute",property:gn,value:J}),e}function G$(t){const e=[{type:"inline-style",property:ai,value:null},{type:"inline-style",property:li,value:null},{type:"attribute",property:_i,value:null}],n=[[xl,"width"],[bl,"height"],[vl,"min-width"],[Sl,"min-height"],[wl,"max-width"],[Al,"max-height"],[kl,"flex-basis"],[Ml,"flex-grow"],[Tl,"flex-shrink"],[Cl,"box-sizing"],[Pr,"scale"],[zi,"transform-origin"],[El,"display"]];for(const[i,l]of n){const o=t.getAttribute(i);o!==null&&e.push({type:"inline-style",property:l,value:o||null}),e.push({type:"attribute",property:i,value:null})}const r=t.getAttribute(gn);return r!==null&&(e.push({type:"inline-style",property:"display",value:r||null}),e.push({type:"attribute",property:gn,value:null})),e}function K$(t){const e=[],n=t.style.getPropertyValue(vr),r=t.style.getPropertyValue("rotate"),i=t.style.getPropertyValue("transform-origin"),l=t.style.getPropertyValue("display");n&&e.push({type:"inline-style",property:vr,value:n}),r&&e.push({type:"inline-style",property:"rotate",value:r}),i&&e.push({type:"inline-style",property:"transform-origin",value:i}),l&&e.push({type:"inline-style",property:"display",value:l}),e.push({type:"attribute",property:Xi,value:"true"});const o=t.getAttribute(ci),c=t.getAttribute(ui),f=t.getAttribute(jr),m=t.getAttribute(gn);return o!==null&&e.push({type:"attribute",property:ci,value:o}),c!==null&&e.push({type:"attribute",property:ui,value:c}),f!==null&&e.push({type:"attribute",property:jr,value:f}),m!==null&&e.push({type:"attribute",property:gn,value:m}),e}function J$(t){const e=t.getAttribute(ui),n=t.getAttribute(jr),r=[{type:"inline-style",property:vr,value:null},{type:"inline-style",property:"rotate",value:e||null},{type:"inline-style",property:"transform-origin",value:n!==null&&n||null},{type:"attribute",property:Xi,value:null},{type:"attribute",property:jl,value:null},{type:"attribute",property:ci,value:null},{type:"attribute",property:ui,value:null},{type:"attribute",property:jr,value:null}],i=t.getAttribute(gn);return i!==null&&(r.push({type:"inline-style",property:"display",value:i||null}),r.push({type:"attribute",property:gn,value:null})),r}function eQ(t){var l;const e=(l=t.defaultView)==null?void 0:l.HTMLElement;if(!e)return;const n=Array.from(t.querySelectorAll(`[${Di}="true"]`)).filter(o=>o instanceof e);for(const o of n){const c=o.style.getPropertyValue(xr),f=o.style.getPropertyValue(br);(c||f)&&D1(o,{x:Number.parseFloat(c)||0,y:Number.parseFloat(f)||0})}const r=Array.from(t.querySelectorAll(`[${_i}="true"]`)).filter(o=>o instanceof e);for(const o of r){const c=Number.parseFloat(o.style.getPropertyValue(ai)),f=Number.parseFloat(o.style.getPropertyValue(li));Number.isFinite(c)&&Number.isFinite(f)&&c>0&&f>0&&tg(o,{width:c,height:f})}const i=Array.from(t.querySelectorAll(`[${Xi}="true"]`)).filter(o=>o instanceof e);for(const o of i){const c=Number.parseFloat(o.style.getPropertyValue(vr));Number.isFinite(c)&&rg(o,{angle:c})}}function ig(t){try{Object.defineProperty(t,$m,{configurable:!1,enumerable:!1,value:!0})}catch{try{t[$m]=!0}catch{}}}function ag(t){return!!t[$m]}function lc(t,e,n){const r=e==null?void 0:e[n];if(!e||typeof r!="function")return!1;const i=r;if(ag(i))return!0;const l=function(...o){var f;const c=i.apply(this,o);return(f=t.__hfStudioManualEditsApply)==null||f.call(t),c};ig(l);try{e[n]=l}catch{return!1}return!0}function sc(t,e){const n=t[e];if(typeof n!="function")return null;try{return $$(n.call(t))}catch{return null}}function tQ(t){const e=sc(t,"duration")??sc(t,"getDuration");if(e==null)return!0;if(e<=0)return!1;const n=sc(t,"time")??sc(t,"totalTime")??sc(t,"getTime");return n==null?!0:n<e}function g2(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 tQ(t)}const r=t.isActive;if(typeof r=="function")try{return!!r.call(t)}catch{return!1}return!1}function Gv(t){return g2(t.__player)||g2(t.__timeline)?!0:Object.values(t.__timelines??{}).some(g2)}function Kv(t){var n;if((n=t.__hfStudioManualEditsApply)==null||n.call(t),t[P0]!=null)return;const e=()=>{var r;if((r=t.__hfStudioManualEditsApply)==null||r.call(t),!Gv(t)){t[P0]=null;return}t[P0]=t.requestAnimationFrame(e)};t[P0]=t.requestAnimationFrame(e)}function O2(t,e,n){const r=e==null?void 0:e[n];if(!e||typeof r!="function")return!1;const i=r;if(ag(i))return!0;const l=function(...o){const c=i.apply(this,o);return Kv(t),c};ig(l);try{e[n]=l}catch{return!1}return!0}function y2(t,e,n){const r=e==null?void 0:e[n];if(!e||typeof r!="function")return!1;const i=r;if(ag(i))return!0;const l=function(...o){var f;const c=i.apply(this,o);return(f=t.__hfStudioManualEditsApply)==null||f.call(t),c};ig(l);try{e[n]=l}catch{return!1}return!0}function nQ(t,e){const n=t;n[C$]=e;const r=lc(n,n.__hf,"seek"),i=lc(n,n.__player,"seek"),l=lc(n,n.__player,"renderSeek"),o=lc(n,n.__timeline,"seek"),c=O2(n,n.__player,"play"),f=O2(n,n.__timeline,"play"),m=y2(n,n.__player,"pause"),p=y2(n,n.__timeline,"pause");let g=!1,x=!1,b=!1;for(const S of Object.values(n.__timelines??{}))g=lc(n,S,"seek")||g,x=O2(n,S,"play")||x,b=y2(n,S,"pause")||b;return Gv(n)&&Kv(n),r||i||l||o||c||f||m||p||g||x||b}const gc=".hyperframes/studio-motion.json",x2="studio-motion",Hc="data-hf-studio-motion",Nm="data-hf-studio-motion-original-transform",Vm="data-hf-studio-motion-original-opacity",Lm="data-hf-studio-motion-original-visibility",R0=["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"],Oc={x1:.215,y1:.61,x2:.355,y2:1},rQ={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}},iQ=/^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 a3(t,e){return Number.isFinite(t)&&t>0?t:e}function aQ(t,e){return Number.isFinite(t)&&t>=0?t:e}function lQ(t){return t.trim()||"none"}function yc(t){return Math.round(t*1e3)/1e3}function N0(t,e,n,r){return Number.isFinite(t)?Math.min(n,Math.max(e,t)):r}function V0(t){const e=yc(t);return Object.is(e,-0)?"0":`${e}`}function _1(t){return typeof t=="number"&&Number.isFinite(t)?t:null}function lg(t){return{x1:yc(N0(t.x1??Oc.x1,0,1,.215)),y1:yc(N0(t.y1??Oc.y1,-.6,1.6,.61)),x2:yc(N0(t.x2??Oc.x2,0,1,.355)),y2:yc(N0(t.y2??Oc.y2,-.6,1.6,1))}}function l3(t){if(!t)return null;const e=t.trim().match(iQ);if(!e)return null;const n={x1:Number.parseFloat(e[1]??""),y1:Number.parseFloat(e[2]??""),x2:Number.parseFloat(e[3]??""),y2:Number.parseFloat(e[4]??"")};return Object.values(n).every(Number.isFinite)?lg(n):null}function Jv(t){const e=lg(t);return`M0,0 C${V0(e.x1)},${V0(e.y1)} ${V0(e.x2)},${V0(e.y2)} 1,1`}function eS(t){return rQ[t]??Oc}function sQ(t,e){const n=aQ(e.start,0),r=a3(e.duration,.6),i=a3(e.distance,32),l=lQ(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 s3(t){if(!t||typeof t!="object")return null;const e=t,n={};for(const r of["x","y","scale","rotation","opacity","autoAlpha"]){const i=_1(e[r]);i!=null&&(n[r]=i)}return Object.keys(n).length>0?n:null}function oQ(t){if(!t||typeof t!="object")return null;const e=t,n=typeof e.sourceFile=="string"?e.sourceFile:"";if(!n)return null;const r=typeof e.selector=="string"?e.selector:void 0,i=typeof e.id=="string"?e.id:void 0;return!r&&!i?null:{sourceFile:n,selector:r,selectorIndex:_1(e.selectorIndex)??void 0,id:i}}function cQ(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 uQ(t){if(!t||typeof t!="object")return null;const e=t;if(e.kind!=="gsap-motion")return null;const n=oQ(e.target);if(!n)return null;const r=_1(e.start),i=_1(e.duration);if(r==null||i==null||r<0||i<=0)return null;const l=typeof e.ease=="string"&&e.ease.trim()?e.ease.trim():"none",o=s3(e.from),c=s3(e.to);return!o||!c?null:{kind:"gsap-motion",target:n,start:r,duration:i,ease:l,customEase:cQ(e.customEase),from:o,to:c,updatedAt:typeof e.updatedAt=="string"?e.updatedAt:void 0}}function js(){return{version:1,motions:[]}}function o3(t){if(!t.trim())return js();try{const e=JSON.parse(t);if(!e||typeof e!="object")return js();const n=e.motions;return Array.isArray(n)?{version:1,motions:n.map(uQ).filter(r=>r!==null)}:js()}catch{return js()}}function b2(t){return`${JSON.stringify(t,null,2)}
81
+ `}function fQ(t){return t.trim().replace(/\\/g,"/").replace(/^\.?\//,"")}function hQ(t){if(!t)return!1;const e=fQ(t);return e==="./"+".hyperframes/studio-motion.json".slice(1)||e===".hyperframes/studio-motion.json"||e.endsWith("/.hyperframes/studio-motion.json")}function tS(t){return{sourceFile:t.sourceFile||"index.html",selector:t.selector,selectorIndex:t.selectorIndex,id:t.id??void 0}}function X1(t){return[t.sourceFile,t.id?`id:${t.id}`:"",t.selector?`selector:${t.selector}`:"",t.selectorIndex!=null?`index:${t.selectorIndex}`:""].join("|")}function nS(t,e){const n=tS(e);return t.target.sourceFile!==n.sourceFile?!1:t.target.id&&n.id&&t.target.id===n.id?!0:X1(t.target)===X1(n)}function dQ(t,e,n){const r=tS(e),i={kind:"gsap-motion",target:r,...n,updatedAt:new Date().toISOString()};return{version:1,motions:[...t.motions.filter(l=>X1(l.target)!==X1(r)),i]}}function mQ(t,e){return{version:1,motions:t.motions.filter(n=>!nS(n,e))}}function pQ(t,e){return t.motions.find(n=>nS(n,e))??null}function gQ(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 c3(t,e,n){return gQ(t,n)===e}function OQ(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 yQ(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&&c3(l,e.sourceFile,n))return l}if(!e.selector)return null;try{return OQ(t,e.selector).filter(o=>c3(o,e.sourceFile,n))[Math.max(0,Math.floor(e.selectorIndex??0))]??null}catch{return null}}function xQ(t){t.hasAttribute(Hc)||(t.setAttribute(Nm,t.style.transform),t.setAttribute(Vm,t.style.opacity),t.setAttribute(Lm,t.style.visibility))}function bQ(t,e){var n;t.hasAttribute(Hc)&&((n=e==null?void 0:e.set)==null||n.call(e,t,{clearProps:"transform,opacity,visibility"}),t.style.transform=t.getAttribute(Nm)??"",t.style.opacity=t.getAttribute(Vm)??"",t.style.visibility=t.getAttribute(Lm)??"",t.removeAttribute(Hc),t.removeAttribute(Nm),t.removeAttribute(Vm),t.removeAttribute(Lm))}function vQ(t,e){var r;const n=(r=t.defaultView)==null?void 0:r.HTMLElement;if(n)for(const i of Array.from(t.querySelectorAll(`[${Hc}]`)))i instanceof n&&bQ(i,e)}function SQ(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 wQ(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 AQ(t,e,n=null,r){var m,p,g,x,b;const i=t.defaultView;if(!i)return 0;const l=i.gsap;if(i.__timelines=i.__timelines??{},(p=(m=i.__timelines[x2])==null?void 0:m.kill)==null||p.call(m),delete i.__timelines[x2],vQ(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=yQ(t,S.target,n);if(!w||!o.fromTo)continue;xQ(w),w.setAttribute(Hc,"true");const A={...S.from},k={...S.to,duration:S.duration,ease:SQ(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[x2]=o,(x=o.pause)==null||x.call(o);const f=wQ(i);return o.totalTime?o.totalTime(f,!1):(b=o.time)==null||b.call(o,f),c}function kQ(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 MQ({projectId:t,showToast:e,readOptionalProjectFile:n,writeProjectFile:r,recordEdit:i,previewIframeRef:l,activeCompPathRef:o,domEditSaveTimestampRef:c,reloadPreview:f}){const[,m]=h.useState(0),p=h.useRef(0),g=h.useRef(Promise.resolve()),x=h.useRef(js()),b=h.useRef(0),S=h.useRef(async()=>{}),w=h.useRef(async()=>{}),A=h.useRef(!1),k=h.useRef(t);k.current=t;const E=h.useCallback(L=>{const H=g.current.catch(()=>{}).then(L);return g.current=H.then(()=>{},()=>{}),H},[]),P=h.useCallback(async()=>{await g.current.catch(()=>{})},[]),Q=h.useCallback((L=l.current)=>{var R,F,B,I,z,$;if(!L)return;let H=null;try{H=L.contentDocument}catch{return}if(!H)return;const q=()=>{let j=null;try{j=L.contentDocument}catch{return}j&&eQ(j)},J=()=>{q(),L.contentWindow&&nQ(L.contentWindow,q)},D=L.contentWindow;J(),(R=D==null?void 0:D.requestAnimationFrame)==null||R.call(D,J),(F=D==null?void 0:D.setTimeout)==null||F.call(D,J,80),(B=D==null?void 0:D.setTimeout)==null||B.call(D,J,250),(I=D==null?void 0:D.setTimeout)==null||I.call(D,J,500),(z=D==null?void 0:D.setTimeout)==null||z.call(D,J,1e3),($=D==null?void 0:D.setTimeout)==null||$.call(D,J,2e3)},[l]),C=h.useCallback(async(L=l.current)=>{Q(L)},[Q,l]);S.current=C;const Z=h.useCallback((L=l.current)=>{var F,B;if(!L)return;let H=null;try{H=L.contentDocument}catch{return}if(!H)return;const q=H,J=()=>{AQ(q,x.current,o.current)},D=()=>{J(),L.contentWindow&&kQ(L.contentWindow,J)},R=L.contentWindow;(F=R==null?void 0:R.requestAnimationFrame)==null||F.call(R,D),(B=R==null?void 0:R.setTimeout)==null||B.call(R,D,120)},[o,l]),M=h.useCallback(async(L=l.current,H)=>{const q=!A.current;if(q&&(A.current=!0),!!!(H!=null&&H.forceFromDisk||H!=null&&H.readFromDiskFirst||q)){Z(L);return}const D=b.current;let R;try{R=await n(gc)}catch(F){const B=F instanceof Error?F.message:"Failed to read motion manifest";e(B),Z(L);return}(H!=null&&H.forceFromDisk||D===b.current)&&(x.current=o3(R),H!=null&&H.forceFromDisk&&(b.current+=1),m(F=>F+1)),Z(L)},[Z,l,n,e]);w.current=M;const V=h.useCallback((L,H)=>{const q=x.current,J=L(q),D=b2(q);if(b2(J)===D)return;const F=b.current+1;b.current=F,x.current=J,m(I=>I+1),Z(l.current),E(async()=>{const I=await n(gc),z=o3(I),$=L(z),j=b2($);if(j===I)return;const _=k.current;if(!_)throw new Error("No active project");c.current=Date.now(),await Ea({projectId:_,label:H.label,kind:"motion",coalesceKey:H.coalesceKey,files:{[gc]:j},readFile:async()=>I,writeFile:r,recordEdit:i}),c.current=Date.now(),b.current===F&&(x.current=$,m(U=>U+1),Z(l.current))}).catch(I=>{b.current===F&&(b.current+=1,x.current=q,m($=>$+1),Z(l.current));const z=I instanceof Error?I.message:"Failed to save motion edit";e(z)})},[Z,i,E,n,e,r,l,c]),X=h.useCallback(async L=>{const H=L??[];if(H.length>0&&H.every(J=>J===gc)){await M(l.current,{forceFromDisk:!0});return}f()},[M,l,f]),Y=h.useRef(t);return h.useEffect(()=>{const L=Y.current;Y.current=t,!(!L||L===t)&&(x.current=js(),b.current+=1,m(H=>H+1),A.current=!1)},[t]),$t(()=>{const L=q=>{const J=Q$(q),D=Date.now()-c.current<1200;if(hQ(J)){D||w.current(l.current,{forceFromDisk:!0});return}D||f()},H=new EventSource("/api/events");return H.addEventListener("file-change",L),()=>H.close()}),{domTextCommitVersionRef:p,domEditSaveQueueRef:g,studioMotionManifestRef:x,studioMotionRevisionRef:b,applyStudioManualEditsToPreviewRef:S,applyStudioMotionToPreviewRef:w,queueDomEditSave:E,waitForPendingDomEditSaves:P,applyCurrentStudioManualEditsToPreview:Q,applyStudioManualEditsToPreview:C,applyCurrentStudioMotionToPreview:Z,applyStudioMotionToPreview:M,commitStudioMotionManifestOptimistically:V,syncHistoryPreviewAfterApply:X}}function Zr(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function u3(t,e){return e==='"'?t.replace(/"/g,"&quot;"):t.replace(/'/g,"&#39;")}function TQ(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 CQ(t,e,n,r){const l=new RegExp(`(<[^>]*\\bid=(["'])${Zr(e)}\\2[^>]*)>`,"i").exec(t);if(!l)return t;const o=l[1];return rS(t,o,n,r)}function rS(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 TQ(l)){const g=p.indexOf(":");if(g<0)continue;const x=p.slice(0,g).trim(),b=p.slice(g+1).trim();x&&c.set(x,b)}r===null?c.delete(n):c.set(n,r);const f=Array.from(c.entries()).map(([p,g])=>`${p}: ${u3(g,o)}`).join("; "),m=e.replace(i[0],`style=${o}${f}${o}`);return t.replace(e,m)}else{if(r===null)return t;const l=e.replace(/>$/,"")+` style="${n}: ${u3(r,'"')}"`;return t.replace(e,l)}}function EQ(t,e,n,r){const i=su(t,e);if(!i)return t;const l=rS(i.tag,i.tag,n,r);return w1(t,i,l)}function w1(t,e,n){return`${t.slice(0,e.start)}${n}${t.slice(e.end)}`}function su(t,e){if(e.id){const l=new RegExp(`(<[^>]*\\bid=(["'])${Zr(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=(["'])${Zr(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${Zr(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 f3(t,e,n){const r=su(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 $Q(t,e){const n=su(t,e);return n==null?void 0:n.tag}function QQ(t,e,n,r){const i=su(t,e);if(!i)return t;const l=n.startsWith("data-")?n:`data-${n}`,o=new RegExp(`\\b${Zr(l)}=(["'])([^"']*)\\1`),c=i.tag;if(r===null){if(!o.test(c))return t;const m=new RegExp(`\\s+${Zr(l)}=(["'])[^"']*\\1`),p=c.replace(m,"");return w1(t,i,p)}if(o.test(c)){const m=c.replace(o,`${l}="${r}"`);return w1(t,i,m)}const f=c+` ${l}="${r}"`;return w1(t,i,f)}function PQ(t,e,n,r){const l=new RegExp(`(<[^>]*\\bid=(["'])${Zr(e)}\\2[^>]*)>`,"i").exec(t);if(!l)return t;const o=l[1],c=n.startsWith("data-")?n:`data-${n}`,f=new RegExp(`\\b${Zr(c)}=(["'])([^"']*)\\1`);if(r===null){if(!f.test(o))return t;const m=new RegExp(`\\s+${Zr(c)}=(["'])[^"']*\\1`),p=o.replace(m,"");return t.replace(o,p)}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 ZQ(t,e,n){const i=new RegExp(`(<([a-z0-9-]+)[^>]*\\bid=(["'])${Zr(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=iS(t,o,c);return f<0?t:`${t.slice(0,c)}${n}${t.slice(f)}`}function iS(t,e,n){const r=new RegExp(`</?${Zr(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 jQ(t,e,n){const r=su(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=iS(t,l,r.end+1);return o<0?t:`${t.slice(0,r.end+1)}${n}${t.slice(o)}`}function RQ(t,e,n){switch(n.type){case"inline-style":return CQ(t,e,n.property,n.value);case"attribute":return PQ(t,e,n.property,n.value);case"text-content":return n.value!==null?ZQ(t,e,n.value):t;default:return t}}function Pi(t,e,n){if(e.id){const r=RQ(t,e.id,n);if(r!==t||!e.selector)return r}switch(n.type){case"inline-style":return EQ(t,e,n.property,n.value);case"attribute":return QQ(t,e,n.property,n.value);case"text-content":return n.value!==null?jQ(t,e,n.value):t;default:return t}}function Es(t){return t.label||t.id||t.tag}function h3(t){const e=t.trim(),n=/^[a-z]+:\/\//i.test(e)?new URL(e).pathname:e;return decodeURIComponent(n).replace(/\\/g,"/").replace(/^\.?\//,"")}function NQ(t,e){const n=h3(t).split("/").filter(Boolean),r=h3(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 VQ(t){return/^(?:\/|[A-Za-z]:[\\/]|\\\\)/.test(t)}function LQ(t,e){const n=e.trim();if(!n)return;const r=n.replace(/\\/g,"/");if(VQ(r))return r;const i=t==null?void 0:t.trim().replace(/\\/g,"/").replace(/\/+$/,"");if(i)return`${i}/${r.replace(/^\.?\//,"")}`}function v2(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 d3(t){return/^url\(/i.test(t.trim())}function DQ(t){return t==="left"||t==="top"||t==="width"||t==="height"}function aS(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 m3(t){const e=aS(t);return e?!!e.closest("input, textarea, select, [contenteditable='true'], [role='textbox'], .cm-editor"):!1}function L0(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 Dm(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 z1(t,e,n){return n<e?e:Math.min(Math.max(t,e),n)}function _Q(t){return Array.from(t.matchAll(/\bid="([^"]+)"/g),e=>e[1]??"")}const D0={image:3,video:5,audio:5};async function p3(t,e,n){if(n==="image")return D0.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(D0[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:D0[n])},{once:!0}),r.addEventListener("error",()=>c(D0[n]),{once:!0})});return r.src="",r.load(),i}function Ms(t){return t.domId?{id:t.domId,selector:t.selector,selectorIndex:t.selectorIndex}:t.selector?{selector:t.selector,selectorIndex:t.selectorIndex}:null}async function _0(t,e){const n=await fetch(`/api/projects/${t}/files/${encodeURIComponent(e)}`);if(!n.ok)throw new Error(`Failed to read ${e}`);const r=await n.json();if(typeof r.content!="string")throw new Error(`Missing file contents for ${e}`);return r.content}function XQ({projectId:t,activeCompPath:e,timelineElements:n,showToast:r,writeProjectFile:i,recordEdit:l,domEditSaveTimestampRef:o,reloadPreview:c,uploadProjectFiles:f}){const m=h.useRef(t);m.current=t;const p=h.useRef(0),g=h.useCallback(async(k,E)=>{const P=m.current;if(!P)throw new Error("No active project");const Q=k.sourceFile||e||"index.html",C=await _0(P,Q),Z=Ms(k);if(!Z)throw new Error(`Timeline element ${k.id} is missing a patchable target`);const M=Q,V=n.map(L=>(L.key??L.id)===(k.key??k.id)?{...L,start:E.start,track:E.track}:L).filter(L=>(L.sourceFile||e||"index.html")===M),X=f2(V.map(L=>L.track));let Y=Pi(C,Z,{type:"attribute",property:"start",value:sl(E.start)});Y=Pi(Y,Z,{type:"attribute",property:"track-index",value:String(E.track)});for(const L of V){const H=Ms(L);if(!H)continue;const q=X.get(L.track);q!=null&&(Y=Pi(Y,H,{type:"inline-style",property:"z-index",value:String(q)}))}if(Y===C)throw new Error(`Unable to patch timeline element ${k.id} in ${Q}`);o.current=Date.now(),await Ea({projectId:P,label:"Move timeline clip",kind:"timeline",files:{[Q]:Y},readFile:async()=>C,writeFile:i,recordEdit:l}),c()},[e,l,n,i,o,c]),x=h.useCallback(async(k,E)=>{const P=m.current;if(!P)throw new Error("No active project");const Q=k.sourceFile||e||"index.html",C=await _0(P,Q),Z=Ms(k);if(!Z)throw new Error(`Timeline element ${k.id} is missing a patchable target`);const M=k.playbackStartAttr==="playback-start"?"playback-start":"media-start",V=f3(C,Z,"playback-start")??f3(C,Z,"media-start"),X=V!=null?parseFloat(V):void 0,Y=E.start-k.start,L=E.playbackStart==null&&Y!==0&&Number.isFinite(X)&&X!=null?Math.max(0,X+Y*Math.max(k.playbackRate??1,.1)):void 0,H=E.playbackStart??L;let q=C;if(q=Pi(q,Z,{type:"attribute",property:"start",value:sl(E.start)}),q=Pi(q,Z,{type:"attribute",property:"duration",value:sl(E.duration)}),H!=null&&(q=Pi(q,Z,{type:"attribute",property:M,value:sl(H)})),q===C)throw new Error(`Unable to patch timeline element ${k.id} in ${Q}`);o.current=Date.now(),await Ea({projectId:P,label:"Resize timeline clip",kind:"timeline",files:{[Q]:q},readFile:async()=>C,writeFile:i,recordEdit:l}),c()},[e,l,i,o,c]),b=h.useCallback(async k=>{const E=m.current;if(!E)throw new Error("No active project");const P=Es(k),Q=k.sourceFile||e||"index.html";try{const C=await _0(E,Q),Z=Ms(k);if(!Z)throw new Error(`Timeline element ${k.id} is missing a patchable target`);const M=Q||"index.html",V=n.filter(q=>(q.key??q.id)!==(k.key??k.id)&&(q.sourceFile||e||"index.html")===M),X=f2(V.map(q=>q.track)),Y=await fetch(`/api/projects/${E}/file-mutations/remove-element/${encodeURIComponent(Q)}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({target:Z})});if(!Y.ok)throw new Error(`Failed to delete ${k.id} from ${Q}`);const L=await Y.json();let H=typeof L.content=="string"?L.content:C;for(const q of V){const J=Ms(q);if(!J)continue;const D=X.get(q.track);D!=null&&(H=Pi(H,J,{type:"inline-style",property:"z-index",value:String(D)}))}o.current=Date.now(),await Ea({projectId:E,label:"Delete timeline clip",kind:"timeline",files:{[Q]:H},readFile:async()=>C,writeFile:i,recordEdit:l}),me.getState().setElements(n.filter(q=>(q.key??q.id)!==(k.key??k.id))),me.getState().setSelectedElementId(null),c(),r(`Deleted ${P}. Use Undo to restore it.`,"info")}catch(C){const Z=C instanceof Error?C.message:"Failed to delete timeline clip";r(Z)}},[e,l,r,n,i,o,c]),S=h.useCallback(async(k,E,P)=>{const Q=m.current;if(!Q)throw new Error("No active project");const C=X5(k);if(!C){r("Only image, video, and audio assets can be dropped onto the timeline.");return}const Z=e||"index.html";try{const M=await _0(Q,Z),V=Number(sl(E.start)),X=Number.isFinite(P)&&P!=null&&P>0?P:await p3(Q,k,C),Y=Number(sl(X)),L=fC(k,_Q(M)),H=hC(Z,k),q=Z||"index.html",J=n.filter(F=>(F.sourceFile||e||"index.html")===q),D=f2([...J.map(F=>F.track),E.track]);let R=M;for(const F of J){const B=Ms(F);if(!B)continue;const I=D.get(F.track);I!=null&&(R=Pi(R,B,{type:"inline-style",property:"z-index",value:String(I)}))}R=gC(R,pC({id:L,assetPath:H,kind:C,start:V,duration:Y,track:E.track,zIndex:D.get(E.track)??1,geometry:mC(M)})),o.current=Date.now(),await Ea({projectId:Q,label:"Add timeline asset",kind:"timeline",files:{[Z]:R},readFile:async()=>M,writeFile:i,recordEdit:l}),c()}catch(M){const V=M instanceof Error?M.message:"Failed to drop asset onto timeline";r(V)}},[e,l,r,n,i,o,c]),w=h.useCallback(async(k,E)=>{const P=m.current;if(!P)return;const Q=await f(k);if(Q.length===0)return;const C=[];for(const M of Q){const V=X5(M),X=V?await p3(P,M,V):0;C.push(Number(sl(X)))}const Z=dC(E??{start:0,track:0},C,n.filter(M=>(M.sourceFile||e||"index.html")===(e||"index.html")).map(M=>({start:M.start,duration:M.duration,track:M.track})));for(const[M,V]of Q.entries())await S(V,Z[M]??Z[0],C[M])},[e,S,n,f]),A=h.useCallback(k=>{const E=Date.now();E-p.current<1500||(p.current=E,r("This clip can't be moved or resized from the timeline yet.","info"))},[r]);return{handleTimelineElementMove:g,handleTimelineElementResize:x,handleTimelineElementDelete:b,handleTimelineAssetDrop:S,handleTimelineFileDrop:w,handleBlockedTimelineEdit:A}}const zQ={BASE_URL:"/",DEV:!1,MODE:"production",PROD:!0,SSR:!1},HQ="VITE_STUDIO_ENABLE_PREVIEW_MANUAL_DRAGGING",YQ="VITE_STUDIO_ENABLE_INSPECTOR_PANELS",BQ="VITE_STUDIO_ENABLE_MOTION_PANEL",FQ="VITE_STUDIO_ENABLE_TIMELINE_LAYER_INSPECTOR",qQ=new Set(["1","true","yes","on","enabled"]),UQ=new Set(["0","false","no","off","disabled"]);function wf(t,e,n){for(const r of e){const i=t[r];if(typeof i=="boolean")return i;if(typeof i!="string")continue;const l=i.trim().toLowerCase();if(l){if(qQ.has(l))return!0;if(UQ.has(l))return!1}}return n}const Af=zQ,IQ=wf(Af,[HQ,"VITE_STUDIO_PREVIEW_MANUAL_EDITING_ENABLED"],!0),qt=wf(Af,[YQ,"VITE_STUDIO_INSPECTOR_PANELS_ENABLED"],!0),sg=wf(Af,[BQ,"VITE_STUDIO_MOTION_PANEL_ENABLED"],!1);qt&&wf(Af,[FQ,"VITE_STUDIO_TIMELINE_LAYER_INSPECTOR_ENABLED"],!0);const _m=qt,g3="Manual editing is temporarily disabled",lS=["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 ni(t){return typeof t=="object"&&t!==null&&"nodeType"in t&&typeof t.nodeType=="number"&&t.nodeType===1}function va(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 WQ(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 sS(t){return["div","span","p","strong","h1","h2","h3","h4","h5","h6"].includes(t)}function oS(t){var r;const e={},n=(r=t.ownerDocument.defaultView)==null?void 0:r.getComputedStyle(t);if(!n)return e;for(const i of lS){const l=n.getPropertyValue(i);l&&(e[i]=l)}return e}function cS(t){const e={};for(const n of lS){const r=t.style.getPropertyValue(n);r&&(e[n]=r)}return e}function GQ(t){const e={};for(const n of t.attributes)n.name.startsWith("data-")&&(e[n.name.slice(5)]=n.value);return e}function O3(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 KQ(t){let e=0,n=t.parentElement;for(;n;)e+=1,n=n.parentElement;return e}function gl(t,e){const n=O3(t,["data-composition-file","data-composition-src"]),r=O3(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 y3(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 uS(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 Xm(t){return t.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\a ").replace(/\r/g,"\\d ").replace(/\f/g,"\\c ")}function zm(t,e){try{return Array.from(t.querySelectorAll(e))}catch{return[]}}function X0(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 fS(t){if(t.id)return`#${uS(t.id)}`;const e=t.getAttribute("data-composition-id");return e?`[data-composition-id="${Xm(e)}"]`:hS(t)}function hS(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?`.${uS(n)}`:void 0}function dS(t,e,n,r,i){if(!(n!=null&&n.startsWith(".")))return;const o=zm(t,n).filter(c=>ni(c)&&gl(c,i).sourceFile===r).indexOf(e);return o>=0?o:void 0}function og(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 x3=new Set(["img","video","canvas","svg","audio"]);function JQ(t){const e=t.tagName.toLowerCase();if(x3.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(ni(i)&&(x3.has(i.tagName.toLowerCase())||og(i)))return!1}return!0}function eP(t){const e=t.getBoundingClientRect();return!(e.width<=1||e.height<=1||!og(t)||JQ(t))}function tP(t){return sS(t.tagName.toLowerCase())&&t.children.length===0}function nP(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=tP(t)||["img","video","canvas","svg"].includes(n)?2e3:0;return KQ(t)*1e4+o+l-e}const rP=new Set(["base","br","canvas","link","meta","script","source","style","template","track","wbr"]);function iP(t){var r;const e=t.tagName.toLowerCase();if(rP.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 kf(t,e){if(!iP(t)||t.hasAttribute("data-composition-id"))return null;const n=fS(t);if(!n)return null;const{sourceFile:r}=gl(t,e);return{id:t.id||void 0,selector:n,selectorIndex:dS(t.ownerDocument,t,n,r,e),sourceFile:r}}function aP(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 lP(t,e){if(e.preferClipAncestor){const n=aP(t);if(n)return n}return t}function sP(t,e){let n=null,r=0;for(const i of t){if(!ni(i)){r+=1;continue}if(eP(i)&&kf(i,e.activeCompositionPath)){const l=nP(i,r);(!n||l>n.score)&&(n={element:i,score:l})}r+=1}return(n==null?void 0:n.element)??null}function oP(t){var n;const e=(n=t.computedStyles["background-image"])==null?void 0:n.trim();return!!(e&&e!=="none")}function cP(t,e){if(!(t.tagName.toLowerCase()==="img"||oP(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 pr(t,e,n=null){if(e.id){const i=t.getElementById(e.id);if(ni(i)&&(!e.sourceFile||gl(i,n).sourceFile===e.sourceFile))return i}return e.selector?e.selector.startsWith(".")&&e.selectorIndex!=null?zm(t,e.selector).filter(l=>ni(l)&&(!e.sourceFile||gl(l,n).sourceFile===e.sourceFile))[e.selectorIndex]??null:zm(t,e.selector).filter(i=>ni(i)&&(!e.sourceFile||gl(i,n).sourceFile===e.sourceFile))[0]??null:null}function uP(t,e,n){var g;const r=typeof e.id=="string"?e.id:"",i=y3(e.compositionSrc)??((g=n.compIdToSrc)==null?void 0:g.get(r)),l=i??y3(e.sourceFile)??n.activeCompositionPath??"index.html",o=Xm(r),c=i?Xm(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 x=pr(t,{id:e.domId??void 0,selector:f,selectorIndex:e.selectorIndex,sourceFile:l},n.activeCompositionPath);if(x)return x}const m=!!(e.domId||e.selector||i);if(n.isMasterView||m||!n.activeCompositionPath)return null;const p=t.querySelector("[data-composition-id]");return ni(p)&&gl(p,n.activeCompositionPath).sourceFile===l?p:null}function fP(t,e){return Array.from(t.children).filter(n=>ni(n)&&kf(n,e.activeCompositionPath)!==null)}function b3(t){return sS(t.tagName.toLowerCase())&&t.children.length===0}function hP(t,e,n,r){return r==="self"||n===1?"Content":`Text ${e+1}`}function v3(t,e,n,r){const i=t.tagName.toLowerCase();return{key:t.getAttribute("data-hf-text-key")??`${r}:${e}:${i}`,label:hP(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:cS(t),computedStyles:oS(t),source:r}}function dP(t){const e=Array.from(t.children).filter(ni).filter(b3);return e.length>0?e.map((n,r)=>v3(n,r,e.length,"child")):b3(t)?[v3(t,0,1,"self")]:[]}function mP(t){return t.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function pP(t){const e=Object.entries(t.inlineStyles).filter(([,n])=>!!n);return e.length===0?"":e.map(([n,r])=>`${n}: ${r}`).join("; ")}function S3(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,"&quot;")}"`).join(""),r=pP(e),i=r?` style="${r.replace(/"/g,"&quot;")}"`:"";return`<${e.tagName}${n}${i}>${mP(e.value)}</${e.tagName}>`}).join("")}function gP(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 OP(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=va(t.inlineStyles.left)??va(t.computedStyles.left),r=va(t.inlineStyles.top)??va(t.computedStyles.top),i=va(t.inlineStyles.width)??va(t.computedStyles.width),l=va(t.inlineStyles.height)??va(t.computedStyles.height),o=!WQ(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,x=m,b=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:x,reasonIfDisabled:b}:{canSelect:!0,canEditStyles:!0,canMove:c,canResize:f,canApplyManualOffset:p,canApplyManualSize:g,canApplyManualRotation:x,reasonIfDisabled:b}}function mS(t){const e=t.getAttribute("data-composition-id");if(e&&e!=="main")return X0(e);const n=t.getAttribute("data-composition-src")??t.getAttribute("data-composition-file");if(n)return X0(n);if(t.id)return X0(t.id);const r=hS(t);if(r)return X0(r.replace(/^\./,""));const i=(t.textContent??"").trim().replace(/\s+/g," ");return i?i.length>40?`${i.slice(0,39)}…`:i:t.tagName.toLowerCase()}function cg(t,e){var i;if(!t)return null;const n=t.ownerDocument;let r=lP(t,e);for(;r&&r!==n.body&&r!==n.documentElement;){const l=fS(r);if(!l){r=r.parentElement;continue}const{sourceFile:o,compositionPath:c}=gl(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=cS(r),g=oS(r),x=dP(r),b=OP({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:GQ(r),inlineStyles:p,computedStyles:g,textFields:x,capabilities:b}}return null}function ug(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=kf(l,e.activeCompositionPath);c&&r.push({key:ug(c),element:l,label:mS(l),tagName:l.tagName.toLowerCase(),depth:o,childCount:fP(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(ni(m)&&(i(m,f),r.length>=n))return};return i(t,0),r}function z0(t,e){return{type:"inline-style",property:t,value:e}}function w3(t){return{type:"text-content",property:"text",value:t}}function Zi(t){return[t.sourceFile||"index.html",t.id??"",t.selector??"",t.selectorIndex??""].join("|")}function fg(t){return t.textFields.length>0&&!t.isCompositionHost}function yP(t){return`x=${Math.round(t.x)}, y=${Math.round(t.y)}, width=${Math.round(t.width)}, height=${Math.round(t.height)}`}function A3(t){return Object.entries(t).filter(([,e])=>e&&e!=="initial").map(([e,n])=>`${e}: ${n}`).join(`
82
+ `)}function xP(t){return t.map(e=>`- key=${e.key}; tag=<${e.tagName}>; source=${e.source}; text=${JSON.stringify(e.value)}`).join(`
83
+ `)}function bP({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: ${cn(e)}`,`Source file: ${o}`,`DOM id: ${t.id??"(none)"}`,`Selector: ${t.selector??"(none)"}`,`Selector index: ${t.selectorIndex??0}`,`Tag: <${t.tagName}>`,`Bounds: ${yP(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=xP(t.textFields);m&&c.push("","Text fields:",m);const p=A3(t.inlineStyles);p&&c.push("","Inline styles:",p);const g=A3(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(`
84
+ `)}function vP({activeCompPath:t,projectDir:e,projectIdRef:n,currentTime:r,showToast:i,domEditSelectionRef:l,domEditSelection:o}){const[c,f]=h.useState(),[m,p]=h.useState(),[g,x]=h.useState(null),[b,S]=h.useState(!1),[w,A]=h.useState(!1),k=h.useRef(null),E=h.useCallback(async C=>{const Z=n.current;if(!Z)return;const M=C.sourceFile||t||"index.html";try{const V=await fetch(`/api/projects/${Z}/files/${encodeURIComponent(M)}`);if(!V.ok)return;const Y=(await V.json()).content,L=typeof Y=="string"?$Q(Y,C):void 0;f(H=>l.current!==C?H:L)}catch{}},[t,l,n]),P=h.useCallback(()=>{o&&(f(void 0),p(void 0),x(null),E(o),A(!0))},[o,E]),Q=h.useCallback(async C=>{if(!o)return;const Z=o.sourceFile||t||"index.html",M=c??o.element.outerHTML,V=bP({selection:o,currentTime:r,tagSnippet:M,selectionContext:m,userInstruction:C,sourceFilePath:LQ(e,Z)});if(!await Dc(V)){i("Could not copy prompt to clipboard.","error");return}A(!1),p(void 0),x(null),k.current&&clearTimeout(k.current),S(!0),k.current=setTimeout(()=>S(!1),1600)},[t,m,c,r,o,e,i]);return h.useEffect(()=>{f(void 0),p(void 0),x(null),S(!1)},[o]),h.useEffect(()=>()=>{k.current&&clearTimeout(k.current)},[]),{agentModalOpen:w,agentModalAnchorPoint:g,copiedAgentPrompt:b,agentPromptSelectionContext:m,setAgentModalOpen:A,setAgentPromptSelectionContext:p,setAgentModalAnchorPoint:x,preloadAgentPromptSnippet:E,handleAskAgent:P,handleAgentModalSubmit:Q}}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 SP(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)}const wP="__hf_studio_pointer_events_override__";function AP(t){try{const e=t.createElement("style");return e.id=wP,e.textContent="* { pointer-events: auto !important; }",t.head.appendChild(e),e}catch{return null}}function kP(t){try{t==null||t.remove()}catch{}}function MP(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;const c=AP(i);try{if(typeof i.elementsFromPoint=="function"){const m=sP(i.elementsFromPoint(o.x,o.y),{activeCompositionPath:r});if(m)return m}const f=aS(i.elementFromPoint(o.x,o.y));return!f||!kf(f,r)||!og(f)?null:f}finally{kP(c)}}function TP(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(`
85
+ `)}function H0(t){return t&&(typeof t=="object"||typeof t=="function")?t:null}function S2(t,e){const n=t?Reflect.get(t,e):null;if(typeof n=="function")try{n.call(t)}catch{}}function w2(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 CP(t){const e=t==null?void 0:t.contentWindow;if(!e)return null;try{const n=H0(Reflect.get(e,"__player")),r=w2(n,"getTime");if(typeof(n?Reflect.get(n,"pause"):null)=="function")return S2(n,"pause"),r;let l=null;const o=H0(Reflect.get(e,"__timeline"));l=l??w2(o,"time"),S2(o,"pause");const c=H0(Reflect.get(e,"__timelines"));if(c)for(const f of Object.values(c)){const m=H0(f);l=l??w2(m,"time"),S2(m,"pause")}return l}catch{return null}}function hl(t,e){return t===e?!0:!t||!e?!1:Zi(t)===Zi(e)}function Ac(t,e){return e?t.some(n=>hl(n,e)):!1}function EP(t,e){return Ac(t,e)?t.filter(n=>!hl(n,e)):[...t,e]}function $P(t,e){let n=!1;const r=t.map(i=>hl(i,e)?(n=!0,e):i);return n?r:[...t,e]}function QP(t,e){return!e||Ac(t,e)?t:[e,...t]}function PP({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:x}){const[b,S]=h.useState(null),[w,A]=h.useState([]),[k,E]=h.useState(null),P=h.useRef(b),Q=h.useRef(w),C=h.useRef(k);P.current=b,Q.current=w,C.current=k;const Z=h.useCallback((D,R)=>{if(!D){P.current=null,Q.current=[],S(null),A([]),c(null);return}if(!qt){P.current=null,Q.current=[],S(null),A([]),c(null);return}const F=!!(R!=null&&R.additive),B=P.current,I=Q.current,z=F?QP(I,B):I,$=Ac(z,D),j=R!=null&&R.preserveGroup?$P(z,D):F?EP(z,D):[D],_=R!=null&&R.preserveGroup?D:F&&$?hl(B,D)?j[0]??null:Ac(j,B)?B:j[0]??null:D;if(P.current=_,Q.current=j,S(_),A(j),_){(R==null?void 0:R.revealPanel)!==!1&&(f(!1),x!=="layers"&&m("design"));const U=Dm(_,o);c(U);return}c(null)},[c,o,f,m,x]),M=h.useCallback(()=>{Z(null,{revealPanel:!1})},[Z]),V=h.useCallback((D,R)=>cg(D,{activeCompositionPath:e,isMasterView:n,preferClipAncestor:R==null?void 0:R.preferClipAncestor}),[e,n]),X=h.useCallback((D,R,F)=>{const B=l.current;if(!B||i)return null;const I=MP(B,D,R,e);return I?V(I,{preferClipAncestor:F==null?void 0:F.preferClipAncestor}):null},[e,V,i,l]),Y=h.useCallback(D=>{hl(C.current,D)||(C.current=D,E(D))},[]),L=h.useCallback(D=>{const R=l.current;let F=null;try{F=(R==null?void 0:R.contentDocument)??null}catch{return null}if(!F)return null;const B=uP(F,D,{activeCompositionPath:e,compIdToSrc:r,isMasterView:n});return B?V(B,{preferClipAncestor:!1}):null},[e,V,r,n,l]),H=h.useCallback(D=>{if(!qt)return;if(!D){Z(null,{revealPanel:!1});return}const R=L(D);R&&Z(R)},[Z,L]),q=h.useCallback(D=>{const R=l.current;let F=null;try{F=(R==null?void 0:R.contentDocument)??null}catch{return}if(!F)return;const B=pr(F,D,e);if(!B)return;const I=V(B);I&&Z(I,{revealPanel:!1,preserveGroup:!0})},[e,Z,V,l]),J=h.useCallback(D=>{const R=l.current;let F=null;try{F=(R==null?void 0:R.contentDocument)??null}catch{return}if(!F)return;const B=[];for(const $ of D){const j=pr(F,$,e);if(!j)continue;const _=V(j);_&&B.push(_)}if(B.length===0)return;const I=P.current,z=B.find($=>hl($,I))??B[0]??null;P.current=z,Q.current=B,S(z),A(B),c(z?Dm(z,o):null)},[e,V,c,o,l]);return h.useEffect(()=>{i&&Y(null)},[i,Y]),h.useEffect(()=>{Y(null)},[e,t,p,g,Y]),h.useEffect(()=>{if(!k)return;const D=hl(k,b),R=Ac(w,k);!D&&!R||Y(null)},[w,k,b,Y]),h.useEffect(()=>{k&&(k.element.isConnected||Y(null))},[k,Y]),h.useEffect(()=>{i&&Z(null,{revealPanel:!1})},[Z,i]),h.useEffect(()=>{qt||(Y(null),Z(null,{revealPanel:!1}),x!=="renders"&&m("renders"))},[Z,x,Y,m]),{domEditSelection:b,domEditGroupSelections:w,domEditHoverSelection:k,domEditSelectionRef:P,domEditGroupSelectionsRef:Q,domEditHoverSelectionRef:C,setDomEditSelection:S,setDomEditGroupSelections:A,applyDomSelection:Z,clearDomSelection:M,buildDomSelectionFromTarget:V,resolveDomSelectionFromPreviewPoint:X,updateDomEditHoverSelection:Y,buildDomSelectionForTimelineElement:L,handleTimelineElementSelect:H,refreshDomEditSelectionFromPreview:q,refreshDomEditGroupSelectionsFromPreview:J}}function ZP({captionEditMode:t,compositionLoading:e,previewIframeRef:n,showToast:r,applyDomSelection:i,resolveDomSelectionFromPreviewPoint:l,updateDomEditHoverSelection:o,preloadAgentPromptSnippet:c,setAgentPromptSelectionContext:f,setAgentModalAnchorPoint:m,setAgentModalOpen:p}){const g=h.useCallback((A,k)=>{if(!_m||t||e)return;const E=l(A.clientX,A.clientY,{preferClipAncestor:(k==null?void 0:k.preferClipAncestor)??!1});if(!E){A.shiftKey||i(null,{revealPanel:!1});return}A.preventDefault(),A.stopPropagation();const P=n.current?SP(n.current,A.clientX,A.clientY):null;i(E,{additive:A.shiftKey}),!A.shiftKey&&P&&cP(E,P.viewport)&&(f(TP(E,P)),m({x:A.clientX,y:A.clientY}),c(E),p(!0))},[i,t,e,c,l,n,m,p,f]),x=h.useCallback((A,k)=>{if(!_m||t||e)return o(null),null;const E=l(A.clientX,A.clientY,{preferClipAncestor:(k==null?void 0:k.preferClipAncestor)??!1});return o(E),E},[t,e,l,o]),b=h.useCallback(()=>{o(null)},[o]),S=h.useCallback(A=>{r(A.capabilities.reasonIfDisabled??"This element can't be adjusted directly from the preview.","info")},[r]),w=h.useCallback(()=>{const A=CP(n.current),k=me.getState();k.setIsPlaying(!1),A!=null&&(k.setCurrentTime(A),Cr.notify(A))},[n]);return{handlePreviewCanvasMouseDown:g,handlePreviewCanvasPointerMove:x,handlePreviewCanvasPointerLeave:b,handleBlockedDomMove:S,handleDomManualDragStart:w}}const k3=["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"],Hm=["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 jP=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 RP(t){return(t.split(",")[0]??"").trim().replace(/^["']|["']$/g,"")}function NP(t){var e;return((e=t.split(",")[0])==null?void 0:e.trim().replace(/^["']|["']$/g,"").trim())??""}function M3(t,e){const n=RP(e);if(!n||jP.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 T3(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=Gp(e),t.head.appendChild(r)}function C3(t,e,n){const r=Gp(e,NQ(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()}
86
+ ${r}`.trim();return t.replace(l[0],`<style data-hf-studio-fonts="true">
87
+ ${c}
88
+ </style>`)}const o=`<style data-hf-studio-fonts="true">
89
+ ${r}
90
+ </style>`;return/<\/head>/i.test(t)?t.replace(/<\/head>/i,` ${o}
91
+ </head>`):`${o}
92
+ ${t}`}function VP({activeCompPath:t,previewIframeRef:e,domEditSelection:n,applyDomSelection:r,refreshDomEditSelectionFromPreview:i,buildDomSelectionFromTarget:l,persistDomEditOperations:o,resolveImportedFontAsset:c}){const f=h.useRef(0),m=h.useCallback(async(w,A)=>{if(!n||DQ(w)||!n.capabilities.canEditStyles)return;const k=w==="font-family"?c(A):null,E=e.current,P=E==null?void 0:E.contentDocument;if(P){const Z=pr(P,n,t);Z&&(Z.style.setProperty(w,v2(w,A)),w==="font-family"&&(M3(P,A),k&&T3(P,k)),w==="background-image"&&d3(A)&&(Z.style.setProperty("background-position","center"),Z.style.setProperty("background-repeat","no-repeat"),Z.style.setProperty("background-size","contain")))}const Q=[z0(w,v2(w,A))];w==="background-image"&&d3(A)&&Q.push(z0("background-position","center"),z0("background-repeat","no-repeat"),z0("background-size","contain"));const C=w!=="z-index";try{await o(n,Q,{label:"Edit layer style",skipRefresh:C,prepareContent:k?(Z,M)=>C3(Z,k,M):void 0})}catch(Z){console.warn("[Studio] Style persist failed:",Z instanceof Error?Z.message:Z)}i(n)},[t,n,o,i,c,e]),p=h.useCallback(async(w,A)=>{if(!n||!fg(n))return;const k=f.current+1;f.current=k;const E=n.textFields.length>0?n.textFields.map(Z=>Z.key===A?{...Z,value:w}:Z):[],P=E.length>1||E.some(Z=>Z.source==="child")?S3(E):w,Q=e.current,C=Q==null?void 0:Q.contentDocument;if(C){const Z=pr(C,n,t);Z&&(E.length>1||E.some(M=>M.source==="child")?Z.innerHTML=P:Z.textContent=w)}if(await o(n,[w3(P)],{label:"Edit text",skipRefresh:!0,shouldSave:()=>f.current===k}),f.current===k&&C){const Z=pr(C,n,t);if(Z){const M=l(Z);M&&r(M,{revealPanel:!1,preserveGroup:!0})}}},[t,r,l,n,o,e]),g=h.useCallback(async(w,A,k)=>{var Z;const E=A.length>1||A.some(M=>M.source==="child")?S3(A):((Z=A[0])==null?void 0:Z.value)??"",P=e.current,Q=P==null?void 0:P.contentDocument;if(Q){const M=pr(Q,w,t);M&&(A.length>1||A.some(V=>V.source==="child")?M.innerHTML=E:M.textContent=E)}const C=(k==null?void 0:k.importedFont)??null;if(await o(w,[w3(E)],{label:"Edit text",skipRefresh:!0,prepareContent:C?(M,V)=>C3(M,C,V):void 0}),Q){const M=pr(Q,w,t);if(M){const V=l(M);V&&r(V,{revealPanel:!1,preserveGroup:!0})}}},[t,r,l,o,e]),x=h.useCallback(async(w,A,k)=>{var Z;if(!n)return;const E=n.textFields.find(M=>M.key===w);if(!E)return;if(E.source==="self"){await m(A,k);return}const P=v2(A,k),Q=A==="font-family"?c(k):null;if(A==="font-family"){const M=(Z=e.current)==null?void 0:Z.contentDocument;M&&(M3(M,P),Q&&T3(M,Q))}const C=n.textFields.map(M=>M.key===w?{...M,inlineStyles:{...M.inlineStyles,[A]:P},computedStyles:{...M.computedStyles,[A]:P}}:M);await g(n,C,{importedFont:Q})},[g,n,m,c,e]),b=h.useCallback(async w=>{if(!n||!n.textFields.some(Q=>Q.source==="child"))return null;const A=n.textFields.findIndex(Q=>Q.key===w),k=n.textFields[A>=0?A:0]??n.textFields[0],E=gP(k),P=[...n.textFields];return P.splice(A>=0?A+1:P.length,0,E),await g(n,P),E.key},[g,n]),S=h.useCallback(async w=>{if(!n)return;const A=n.textFields.find(E=>E.key===w);if(!A)return;if(A.source==="self"){await p("",w);return}const k=n.textFields.filter(E=>E.key!==w);await g(n,k)},[g,n,p]);return{handleDomStyleCommit:m,handleDomTextCommit:p,commitDomTextFields:g,handleDomTextFieldStyleCommit:x,handleDomAddTextField:b,handleDomRemoveTextField:S}}function LP({activeCompPath:t,previewIframeRef:e,showToast:n,queueDomEditSave:r,commitStudioMotionManifestOptimistically:i,applyCurrentStudioMotionToPreview:l,writeProjectFile:o,domEditSaveTimestampRef:c,editHistory:f,fileTree:m,importedFontAssetsRef:p,projectId:g,projectIdRef:x,reloadPreview:b,domEditSelection:S,applyDomSelection:w,clearDomSelection:A,refreshDomEditSelectionFromPreview:k,buildDomSelectionFromTarget:E}){const P=h.useCallback(z=>{const $=NP(z);if(!$)return null;const j=p.current.find(U=>U.family.toLowerCase()===$.toLowerCase());if(j)return j;const _=m.find(U=>b1.test(U)&&Ws(U).toLowerCase()===$.toLowerCase());return _?{family:Ws(_),path:_,url:`/api/projects/${g}/preview/${_}`}:null},[m,g,p]),Q=h.useCallback(async(z,$,j)=>{const _=x.current;if(!_)throw new Error("No active project");if(j!=null&&j.shouldSave&&!j.shouldSave())return;const U=z.sourceFile||t||"index.html",se=await fetch(`/api/projects/${_}/files/${encodeURIComponent(U)}`);if(!se.ok)throw new Error(`Failed to read ${U}`);const ie=(await se.json()).content;if(typeof ie!="string")throw new Error(`Missing file contents for ${U}`);let de=ie;for(const pe of $)de=Pi(de,z,pe);if(j!=null&&j.prepareContent&&(de=j.prepareContent(de,U)),!(j!=null&&j.shouldSave&&!j.shouldSave())){if(de===ie)throw new Error(`Unable to patch ${z.selector??z.id??"selection"}`);await Ea({projectId:_,label:(j==null?void 0:j.label)??"Edit layer",kind:"manual",coalesceKey:j==null?void 0:j.coalesceKey,files:{[U]:de},readFile:async()=>ie,writeFile:o,recordEdit:f.recordEdit}),j!=null&&j.skipRefresh?c.current=Date.now():b()}},[t,f.recordEdit,o,x,c,b]),{handleDomStyleCommit:C,handleDomTextCommit:Z,commitDomTextFields:M,handleDomTextFieldStyleCommit:V,handleDomAddTextField:X,handleDomRemoveTextField:Y}=VP({activeCompPath:t,previewIframeRef:e,domEditSelection:S,applyDomSelection:w,refreshDomEditSelectionFromPreview:k,buildDomSelectionFromTarget:E,persistDomEditOperations:Q,resolveImportedFontAsset:P}),L=h.useCallback((z,$,j)=>{r(async()=>{await Q(z,$,{label:j.label,coalesceKey:j.coalesceKey,skipRefresh:j.skipRefresh??!0})}).catch(_=>{const U=_ instanceof Error?_.message:"Failed to save position";n(U)})},[Q,r,n]),H=h.useCallback((z,$)=>{D1(z.element,$),L(z,i3(z.element),{label:"Move layer",coalesceKey:`path-offset:${Zi(z)}`})},[L]),q=h.useCallback(z=>{if(z.length===0)return;const $=z.map(j=>Zi(j.selection)).sort().join(":");for(const{selection:j,next:_}of z)D1(j.element,_),L(j,i3(j.element),{label:`Move ${z.length} layers`,coalesceKey:`group-path-offset:${$}`})},[L]),J=h.useCallback((z,$)=>{tg(z.element,$),L(z,W$(z.element),{label:"Resize layer box",coalesceKey:`box-size:${Zi(z)}`})},[L]),D=h.useCallback((z,$)=>{rg(z.element,$),L(z,K$(z.element),{label:"Rotate layer",coalesceKey:`rotation:${Zi(z)}`})},[L]),R=h.useCallback(z=>{const $=z.element,j=[...I$($),...G$($),...J$($)];N$($),L$($),V$($),L(z,j,{label:"Reset layer edits",coalesceKey:`manual-reset:${Zi(z)}`,skipRefresh:!1})},[L]),F=h.useCallback((z,$)=>{i(j=>dQ(j,z,$),{label:"Set GSAP motion",coalesceKey:`motion:${Zi(z)}`}),k(z)},[i,k]),B=h.useCallback(z=>{i($=>mQ($,z),{label:"Clear GSAP motion",coalesceKey:`motion:${Zi(z)}`}),l(e.current),k(z)},[l,i,k,e]),I=h.useCallback(async z=>{const $=x.current;if(!$)return;const j=z.label||z.id||z.selector||z.tagName,_=z.sourceFile||t||"index.html";try{const U=await fetch(`/api/projects/${$}/files/${encodeURIComponent(_)}`);if(!U.ok)throw new Error(`Failed to read ${_}`);const ae=(await U.json()).content;if(typeof ae!="string")throw new Error(`Missing file contents for ${_}`);const ie=z.id?{id:z.id,selector:z.selector,selectorIndex:z.selectorIndex}:z.selector?{selector:z.selector,selectorIndex:z.selectorIndex}:{};if(!ie.id&&!ie.selector)throw new Error("Selected element has no patchable target");const de=await fetch(`/api/projects/${$}/file-mutations/remove-element/${encodeURIComponent(_)}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({target:ie})});if(!de.ok)throw new Error(`Failed to delete element from ${_}`);const pe=await de.json(),oe=typeof pe.content=="string"?pe.content:ae;c.current=Date.now(),await Ea({projectId:$,label:"Delete element",kind:"timeline",files:{[_]:oe},readFile:async()=>ae,writeFile:o,recordEdit:f.recordEdit}),A(),me.getState().setSelectedElementId(null),b(),n(`Deleted ${j}. Use Undo to restore it.`,"info")}catch(U){const se=U instanceof Error?U.message:"Failed to delete element";n(se)}},[t,A,c,f.recordEdit,x,b,n,o]);return{resolveImportedFontAsset:P,handleDomStyleCommit:C,handleDomTextCommit:Z,commitDomTextFields:M,handleDomTextFieldStyleCommit:V,handleDomAddTextField:X,handleDomRemoveTextField:Y,handleDomPathOffsetCommit:H,handleDomGroupPathOffsetCommit:q,handleDomBoxSizeCommit:J,handleDomRotationCommit:D,handleDomManualEditsReset:R,handleDomMotionCommit:F,handleDomMotionClear:B,handleDomEditElementDelete:I}}function DP({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:x,refreshPreviewDocumentVersion:b,queueDomEditSave:S,commitStudioMotionManifestOptimistically:w,applyCurrentStudioMotionToPreview:A,readProjectFile:k,writeProjectFile:E,domEditSaveTimestampRef:P,editHistory:Q,fileTree:C,importedFontAssetsRef:Z,projectDir:M,projectIdRef:V,previewIframe:X,refreshKey:Y,rightPanelTab:L,applyStudioManualEditsToPreviewRef:H,applyStudioMotionToPreviewRef:q,syncPreviewHistoryHotkey:J,reloadPreview:D,setRefreshKey:R}){const{domEditSelection:F,domEditGroupSelections:B,domEditHoverSelection:I,domEditSelectionRef:z,applyDomSelection:$,clearDomSelection:j,buildDomSelectionFromTarget:_,resolveDomSelectionFromPreviewPoint:U,updateDomEditHoverSelection:se,buildDomSelectionForTimelineElement:ae,handleTimelineElementSelect:ie,refreshDomEditSelectionFromPreview:de}=PP({projectId:t,activeCompPath:e,isMasterView:n,compIdToSrc:r,captionEditMode:i,previewIframeRef:o,timelineElements:c,setSelectedTimelineElementId:m,setRightCollapsed:p,setRightPanelTab:g,previewIframe:X,refreshKey:Y,rightPanelTab:L}),{agentModalOpen:pe,agentModalAnchorPoint:oe,copiedAgentPrompt:ye,agentPromptSelectionContext:ke,setAgentModalOpen:$e,setAgentPromptSelectionContext:De,setAgentModalAnchorPoint:Ze,preloadAgentPromptSnippet:gt,handleAskAgent:it,handleAgentModalSubmit:Pt}=vP({activeCompPath:e,projectDir:M,projectIdRef:V,currentTime:f,showToast:x,domEditSelectionRef:z,domEditSelection:F}),{handlePreviewCanvasMouseDown:be,handlePreviewCanvasPointerMove:Ce,handlePreviewCanvasPointerLeave:ze,handleBlockedDomMove:Pe,handleDomManualDragStart:He}=ZP({captionEditMode:i,compositionLoading:l,previewIframeRef:o,showToast:x,applyDomSelection:$,resolveDomSelectionFromPreviewPoint:U,updateDomEditHoverSelection:se,preloadAgentPromptSnippet:gt,setAgentPromptSelectionContext:De,setAgentModalAnchorPoint:Ze,setAgentModalOpen:$e}),{resolveImportedFontAsset:je,handleDomStyleCommit:lt,handleDomTextCommit:ht,handleDomTextFieldStyleCommit:yt,handleDomAddTextField:wn,handleDomRemoveTextField:Fi,handleDomPathOffsetCommit:hi,handleDomGroupPathOffsetCommit:qi,handleDomBoxSizeCommit:_a,handleDomRotationCommit:nr,handleDomManualEditsReset:Lt,handleDomMotionCommit:kt,handleDomMotionClear:Mt,handleDomEditElementDelete:Xa}=LP({activeCompPath:e,previewIframeRef:o,showToast:x,queueDomEditSave:S,commitStudioMotionManifestOptimistically:w,applyCurrentStudioMotionToPreview:A,writeProjectFile:E,domEditSaveTimestampRef:P,editHistory:Q,fileTree:C,importedFontAssetsRef:Z,projectId:t,projectIdRef:V,reloadPreview:D,domEditSelection:F,applyDomSelection:$,clearDomSelection:j,refreshDomEditSelectionFromPreview:de,buildDomSelectionFromTarget:_});return h.useEffect(()=>{if(!X)return;const Ui=()=>{if(!qt||i)return;const xe=z.current;if(!xe)return;let vt=null;try{vt=X.contentDocument}catch{return}if(!vt)return;const An=pr(vt,xe,e);if(!An){$(null,{revealPanel:!1});return}const rr=_(An);rr&&$(rr,{revealPanel:!1,preserveGroup:!0})};J(X),(async()=>(await H.current(X),await q.current(X)))(),Ui(),b();const Ii=()=>{J(X),(async()=>(await H.current(X),await q.current(X)))(),Ui(),b()};return X.addEventListener("load",Ii),()=>{X.removeEventListener("load",Ii)}},[e,$,_,i,z,X,b,J,H,q]),{domEditSelection:F,domEditGroupSelections:B,domEditHoverSelection:I,agentModalOpen:pe,agentModalAnchorPoint:oe,copiedAgentPrompt:ye,agentPromptSelectionContext:ke,domEditSelectionRef:z,handleTimelineElementSelect:ie,handlePreviewCanvasMouseDown:be,handlePreviewCanvasPointerMove:Ce,handlePreviewCanvasPointerLeave:ze,applyDomSelection:$,clearDomSelection:j,handleDomStyleCommit:lt,handleDomPathOffsetCommit:hi,handleDomGroupPathOffsetCommit:qi,handleDomBoxSizeCommit:_a,handleDomRotationCommit:nr,handleDomManualEditsReset:Lt,handleDomMotionCommit:kt,handleDomMotionClear:Mt,handleDomTextCommit:ht,handleDomTextFieldStyleCommit:yt,handleDomAddTextField:wn,handleDomRemoveTextField:Fi,handleAskAgent:it,handleAgentModalSubmit:Pt,handleBlockedDomMove:Pe,handleDomManualDragStart:He,handleDomEditElementDelete:Xa,buildDomSelectionFromTarget:_,buildDomSelectionForTimelineElement:ae,updateDomEditHoverSelection:se,resolveImportedFontAsset:je,setAgentModalOpen:$e,setAgentPromptSelectionContext:De,setAgentModalAnchorPoint:Ze}}const yS="Shift+T";function xS(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 _P(t){return t.metaKey||t.ctrlKey||t.altKey||!t.shiftKey||t.key.toLowerCase()!=="t"?!1:!xS(t.target)}function bS(t){return`${t?"Hide":"Show"} timeline editor (${yS})`}function XP({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:x,leftSidebarRef:b}){const S=h.useRef(null),w=h.useRef(void 0),A=h.useRef(null),k=h.useCallback(D=>{_P(D)&&(D.preventDefault(),t())},[t]),E=h.useCallback(async D=>D===gc?o(D):c(D),[o,c]),P=h.useCallback(async(D,R)=>{m.current=Date.now(),await f(D,R)},[m,f]),Q=h.useCallback(async()=>{await x();const D=await l.undo({readFile:E,writeFile:P});if(!D.ok&&D.reason==="content-mismatch"){p("File changed outside Studio. Undo history was not applied.","info");return}D.ok&&D.label&&(i.current(),await g(D.paths),p(`Undid ${D.label}`,"info"))},[i,l,E,p,g,x,P]),C=h.useCallback(async()=>{await x();const D=await l.redo({readFile:E,writeFile:P});if(!D.ok&&D.reason==="content-mismatch"){p("File changed outside Studio. Redo history was not applied.","info");return}D.ok&&D.label&&(i.current(),await g(D.paths),p(`Redid ${D.label}`,"info"))},[i,l,E,p,g,x,P]),Z=h.useRef(k);Z.current=k;const M=h.useRef(e);M.current=e;const V=h.useRef(n);V.current=n;const X=h.useRef(Q);X.current=Q;const Y=h.useRef(C);Y.current=C,w.current=D=>{var R,F;if(Z.current(D),D.metaKey||D.ctrlKey){if(!m3(D.target)){const B=D.key.toLowerCase();if(B==="z"&&!D.shiftKey){D.preventDefault(),X.current();return}if(B==="z"&&D.shiftKey||D.ctrlKey&&!D.metaKey&&B==="y"){D.preventDefault(),Y.current();return}}if(D.key==="1"){D.preventDefault(),(R=b.current)==null||R.selectTab("compositions");return}if(D.key==="2"){D.preventDefault(),(F=b.current)==null||F.selectTab("assets");return}}if((D.key==="Delete"||D.key==="Backspace")&&!D.metaKey&&!D.ctrlKey&&!D.altKey&&!xS(D.target)){const{selectedElementId:B,elements:I}=me.getState();if(B){const $=I.find(j=>(j.key??j.id)===B);if($){D.preventDefault(),M.current($);return}}const z=r.current;z&&(D.preventDefault(),V.current(z))}},h.useEffect(()=>{function D(R){var F;(F=w.current)==null||F.call(w,R)}return window.addEventListener("keydown",D,!0),()=>window.removeEventListener("keydown",D,!0)},[]);const L=h.useCallback(D=>{var R;(R=w.current)==null||R.call(w,D)},[]),H=h.useCallback(D=>{const R=(D==null?void 0:D.contentWindow)??null;S.current!==R&&(S.current&&S.current.removeEventListener("keydown",L),S.current=R,R==null||R.addEventListener("keydown",L,!0))},[L]);h.useEffect(()=>()=>{S.current&&(S.current.removeEventListener("keydown",L),S.current=null)},[L]);const q=h.useCallback(D=>{if(!(D.metaKey||D.ctrlKey)||m3(D.target))return;const R=D.key.toLowerCase();if(R==="z"&&!D.shiftKey){D.preventDefault(),X.current();return}(R==="z"&&D.shiftKey||D.ctrlKey&&!D.metaKey&&R==="y")&&(D.preventDefault(),Y.current())},[]),J=h.useCallback(D=>{var B;(B=A.current)==null||B.call(A),A.current=null;const R=(D==null?void 0:D.contentWindow)??null;let F=null;try{F=(D==null?void 0:D.contentDocument)??null}catch{F=null}!R&&!F||(R==null||R.addEventListener("keydown",q,!0),F==null||F.addEventListener("keydown",q,!0),A.current=()=>{R==null||R.removeEventListener("keydown",q,!0),F==null||F.removeEventListener("keydown",q,!0)})},[q]);return h.useEffect(()=>()=>{var D;(D=A.current)==null||D.call(A),A.current=null},[]),{handleUndo:Q,handleRedo:C,syncPreviewTimelineHotkey:H,syncPreviewHistoryHotkey:J,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"},zP={backgroundColor:"transparent",backgroundOpacity:0,paddingTop:0,paddingRight:0,paddingBottom:0,paddingLeft:0,borderRadius:0,borderWidth:0,borderColor:"transparent",borderStyle:"solid",boxShadow:"none"},E3={preset:"fade",duration:.2,ease:"power2.out",stagger:0,staggerDirection:"start",intensity:1},Ts={entrance:E3,highlight:null,exit:{...E3}};function HP(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}`,x=[];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),x.push(A)});const b={id:g,segmentIds:x,style:{...vS},animation:{entrance:{...Ts.entrance},highlight:Ts.highlight,exit:{...Ts.exit}},containerStyle:{...zP}};c.set(g,b),f.push(g)}return{width:n,height:r,duration:i,segments:o,groups:c,groupOrder:f,defaultAnimation:{entrance:{...Ts.entrance},highlight:Ts.highlight,exit:{...Ts.exit}}}}function YP(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 FP(r)}catch{return[]}}function BP(t,e,n,r,i,l){const o=YP(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=HP(o,{width:r,height:i,duration:l,wordsPerGroup:m}),g=f.item(0),x=c.item(0),b=g??x;if(b){const S=e.getComputedStyle(b),w={},A=parseFloat(S.fontSize);!isNaN(A)&&A>0&&(w.fontSize=A);const k=S.fontWeight;if(k){const M=parseInt(k,10);w.fontWeight=isNaN(M)?k:M}const E=S.fontFamily;E&&(w.fontFamily=E);const P=S.color;P&&(w.color=P);const Q=S.textTransform;(Q==="none"||Q==="uppercase"||Q==="lowercase"||Q==="capitalize")&&(w.textTransform=Q);const C=S.letterSpacing;if(C&&C!=="normal"){const M=parseFloat(C),V=w.fontSize??vS.fontSize;!isNaN(M)&&V>0&&(w.letterSpacing=M/V)}const Z={};if(x){const M=e.getComputedStyle(x),V=M.backgroundColor;V&&V!=="rgba(0, 0, 0, 0)"&&V!=="transparent"&&(Z.backgroundColor=V,Z.backgroundOpacity=1);const X=parseFloat(M.borderRadius);!isNaN(X)&&X>0&&(Z.borderRadius=X);const Y=parseFloat(M.paddingTop),L=parseFloat(M.paddingRight),H=parseFloat(M.paddingBottom),q=parseFloat(M.paddingLeft);isNaN(Y)||(Z.paddingTop=Y),isNaN(L)||(Z.paddingRight=L),isNaN(H)||(Z.paddingBottom=H),isNaN(q)||(Z.paddingLeft=q)}for(const M of p.groupOrder){const V=p.groups.get(M);V&&(V.style={...V.style,...w},V.containerStyle={...V.containerStyle,...Z})}}return p}function FP(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 qP({projectId:t,activeCompPath:e,compIdToSrc:n,captionEditMode:r,captionHasSelection:i,previewIframeRef:l,captionSync:o,setRightCollapsed:c}){h.useEffect(()=>{if(!t)return;let f=!1;const m=()=>{if(Je.getState().isEditMode||f)return;const g=l.current;let x=null,b=null;try{x=(g==null?void 0:g.contentDocument)??null,b=(g==null?void 0:g.contentWindow)??null}catch{return}if(!x||!b||x.querySelectorAll(".caption-group").length===0)return;let w=null;const A=x.querySelectorAll("[data-composition-src], [data-composition-file]");for(const E of A){const P=E.getAttribute("data-composition-src")||E.getAttribute("data-composition-file");if(P&&P.includes("captions")){w=P;break}}if(!w){for(const[E,P]of n)if(E.includes("caption")||P.includes("caption")){w=P;break}}if(!w&&(e!=null&&e.includes("captions"))&&(w=e),!w){const E=x.querySelector('[data-composition-id*="caption"]');if(E){const P=E.getAttribute("data-composition-id")||"";w=n.get(P)||null}}if(!w)return;f=!0;const k=w;fetch(`/api/projects/${t}/files/${encodeURIComponent(k)}`).then(E=>E.json()).then(E=>{if(!E.content||!x||!b||Je.getState().isEditMode)return;const P=x.querySelector("[data-composition-id]"),Q=parseInt((P==null?void 0:P.getAttribute("data-width"))??"1920",10),C=parseInt((P==null?void 0:P.getAttribute("data-height"))??"1080",10),Z=parseFloat((P==null?void 0:P.getAttribute("data-duration"))??"0"),M=BP(x,b,E.content,Q,C,Z);if(!M)return;const V=Je.getState();V.setModel(M),V.setSourceFilePath(k),V.setEditMode(!0),o.loadOverrides()}).catch(()=>{}).finally(()=>{f=!1})},p=g=>{const x=g.data;(x==null?void 0:x.source)==="hf-preview"&&((x==null?void 0:x.type)==="state"||(x==null?void 0:x.type)==="timeline")&&m()};return window.addEventListener("message",p),m(),()=>{window.removeEventListener("message",p)}},[e,t,n,o,l]),h.useEffect(()=>{r&&c(!i)},[i,r,c])}const SS=2,UP=1,$3=SS+UP;function IP(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 WP(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 Q3=new Map,A2=new Map,GP=h.memo(function({audioUrl:e,waveformUrl:n,label:r,labelColor:i}){const l=h.useRef(null),o=h.useRef(null),c=h.useRef(null),f=n??e,[m,p]=h.useState(Q3.get(f)??null);h.useEffect(()=>{if(m||!f)return;let b=!1,S=A2.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=>IP(w.getChannelData(0),4e3))).catch(()=>WP(f,4e3)).then(w=>(Q3.set(f,w),w)).finally(()=>A2.delete(f)),A2.set(f,S)),S.then(w=>{b||p(w)}),()=>{b=!0}},[e,n,f,m]);const g=h.useCallback(()=>{const b=l.current,S=o.current;if(!b||!S||!m)return;const w=b.clientWidth||400,A=Math.min(Math.floor(w/$3),m.length);let k="";for(let E=0;E<A;E++){const P=Math.floor(E/A*m.length),Q=m[P]??0,C=Math.max(3,Math.round(Q*100)),Z=(.45+Q*.4).toFixed(2);k+=`<div style="position:absolute;bottom:0;left:${E*$3}px;width:${SS}px;height:${C}%;background:rgba(75,163,210,${Z})"></div>`}S.innerHTML=k},[m]),x=h.useCallback(b=>{var S;(S=c.current)==null||S.disconnect(),l.current=b,b&&(g(),c.current=new ResizeObserver(()=>g()),c.current.observe(b))},[g]);return h.useEffect(()=>{g()},[g]),h.useEffect(()=>()=>{var b;(b=c.current)==null||b.disconnect()},[]),O.jsxs("div",{ref:x,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 KP({projectIdRef:t,compIdToSrc:e,activePreviewUrl:n,effectiveTimelineDuration:r}){return h.useCallback((i,l)=>{var m;const o=t.current;if(!o)return null;let c=i.compositionSrc;if(c&&e.size>0){const p=e.get(i.id)||e.get(c.replace(/^compositions\//,"").replace(/\.html$/,""));p&&(c=p)}if(c)return h.createElement(h2,{previewUrl:`/api/projects/${o}/preview/comp/${c}`,label:Es(i),labelColor:l.label,accentColor:l.clip,seekTime:0,duration:i.duration});if(n&&i.duration>0)return h.createElement(h2,{previewUrl:n,label:Es(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,x=i.src?g!==-1?decodeURIComponent(i.src.slice(g+p.length)):i.src.startsWith("http")?null:i.src:null,b=x?`/api/projects/${o}/preview/${x}`:i.src??"",S=x?`/api/projects/${o}/waveform/${x}`:void 0;return h.createElement(GP,{audioUrl:b,waveformUrl:S,label:Es(i),labelColor:l.label})}if((i.tag==="video"||i.tag==="img")&&i.src){const p=i.src.startsWith("http")?i.src:`/api/projects/${o}/preview/${i.src}`;return h.createElement(SC,{videoSrc:p,label:Es(i),labelColor:l.label,duration:i.duration})}return f?h.createElement(h2,{previewUrl:`/api/projects/${o}/preview`,label:Es(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 JP(t){const[e,n]=h.useState(null),r=h.useRef([]),i=h.useCallback(()=>{r.current=[],n(null)},[]);return h.useEffect(()=>{if(!t)return;const l=()=>{try{const c=t.contentWindow;if(!c||c.__hfErrorCapture)return;c.__hfErrorCapture=!0;const f=c.console.error.bind(c.console);c.console.error=function(...m){f(...m);const p=m.map(g=>g instanceof Error?g.message:String(g)).join(" ");p.includes("favicon")||(r.current=[...r.current,{severity:"error",message:p}],n([...r.current]))},c.addEventListener("error",m=>{const p=m.message||String(m);r.current=[...r.current,{severity:"error",message:p}],n([...r.current])})}catch{}};l();const o=()=>{r.current=[],n(null),l()};return t.addEventListener("load",o),()=>t.removeEventListener("load",o)},[t]),{consoleErrors:e,setConsoleErrors:n,resetErrors:i}}const Ym="#project/";function eZ(t){try{return decodeURIComponent(t)}catch{return t}}function tZ(t){if(!t)return new URLSearchParams;if(t instanceof URLSearchParams)return t;const e=new URLSearchParams;for(const[n,r]of Object.entries(t))!n||r==null||r===""||e.set(n,r);return e}function wS(t){return encodeURIComponent(t)}function AS(t,e){const n=tZ(e).toString();return`${Ym}${wS(t)}${n?`?${n}`:""}`}function kS(t){if(!t.startsWith(Ym))return null;const e=t.slice(Ym.length),n=e.indexOf("?"),r=n>=0?e.slice(0,n):e;if(!r||r.includes("/"))return null;const i=n>=0?e.slice(n+1):"";return{projectId:eZ(r),params:new URLSearchParams(i)}}function nZ(t){var e;return((e=kS(t))==null?void 0:e.projectId)??null}function rZ(t,e=""){const n=e&&!e.startsWith("/")?`/${e}`:e;return`/api/projects/${wS(t)}${n}`}function MS(t){return t&&t!=="master"?t:"index.html"}function P3({projectId:t,compositionPath:e,currentTime:n,origin:r=window.location.origin}){const i=MS(e),l=new URL(rZ(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 Z3(t,e){var l;const r=((l=MS(t).split("/").pop())==null?void 0:l.replace(/\.html$/i,""))||"frame",i=Math.max(0,e).toFixed(3).replace(".","-");return`${r}-${i}s.png`}function iZ({projectId:t,activeCompPath:e,showToast:n,waitForPendingDomEditSaves:r}){const[i,l]=h.useState(0);$t(()=>(l(me.getState().currentTime),Cr.subscribe(l)));const o=h.useCallback(()=>{l(me.getState().currentTime)},[]),c=h.useCallback(async p=>{if(!t)return;p.preventDefault();const g=me.getState().currentTime;l(g),await r();const x=P3({projectId:t,compositionPath:e,currentTime:g}),b=Z3(e,g);try{const S=await fetch(x,{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=b,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?P3({projectId:t,compositionPath:e,currentTime:i}):"#",m=Z3(e,i);return{captureFrameHref:f,captureFrameFilename:m,handleCaptureFrameClick:c,refreshCaptureFrameTime:o}}function aZ(t){const[e,n]=h.useState(null),[r,i]=h.useState(!1),l=h.useCallback(async()=>{if(t){i(!0);try{const f=await(await fetch(`/api/projects/${t}/lint`)).json();n((f.findings??[]).map(m=>({severity:m.severity==="error"?"error":"warning",message:m.message??"",file:m.file,fixHint:m.fixHint})))}catch(c){const f=c instanceof Error?c.message:String(c);n([{severity:"error",message:`Failed to run lint: ${f}`}])}finally{i(!1)}}},[t]),o=h.useCallback(()=>n(null),[]);return{lintModal:e,linting:r,handleLint:l,closeLintModal:o}}function lZ(){const[t,e]=h.useState(null);return $t(()=>{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 sZ(){const[t,e]=h.useState(null),n=h.useRef(null),r=h.useCallback((i,l="error")=>{n.current&&clearTimeout(n.current),e({message:i,tone:l}),n.current=setTimeout(()=>e(null),4e3)},[]);return $t(()=>()=>{n.current&&clearTimeout(n.current)}),{appToast:t,showToast:r}}const TS=["layers","design","motion","renders"];function oZ(t,e={}){if(!t||!TS.includes(t))return null;const n=e.inspectorPanelsEnabled??qt,r=e.motionPanelEnabled??sg;return!n&&t!=="renders"?"renders":t==="motion"&&!r?"design":t}function cZ(t,e){return!t||t==="index.html"?null:e.includes(t)?t:null}function j3(t){return t==="1"?!0:t==="0"?!1:null}function CS(t){if(t==null||t==="")return null;const e=Number(t);return Number.isFinite(e)?e:null}function uZ(t){return TS.includes(t)?t:null}function fZ(t){const e=t.get("selFile")||void 0,n=t.get("selId")||void 0,r=t.get("selSelector")||void 0,i=CS(t.get("selIndex"));return!e&&!n&&!r?null:{sourceFile:e,id:n,selector:r,selectorIndex:i!=null?Math.max(0,Math.floor(i)):void 0}}function ES(){return{activeCompPath:null,currentTime:null,rightPanelTab:null,rightCollapsed:null,timelineVisible:null,selection:null}}function hZ(t){const e=kS(t);if(!e)return ES();const{params:n}=e;return{activeCompPath:n.get("comp")||null,currentTime:CS(n.get("t")),rightPanelTab:oZ(uZ(n.get("tab"))),rightCollapsed:j3(n.get("rc")),timelineVisible:j3(n.get("tv")),selection:fZ(n)}}function dZ(){return typeof window>"u"?ES():hZ(window.location.hash)}function R3(t,e){const n=new URLSearchParams;return n.set("v","1"),e.activeCompPath&&n.set("comp",e.activeCompPath),e.currentTime!=null&&Number.isFinite(e.currentTime)&&n.set("t",String(Math.max(0,Math.round(e.currentTime*1e3)/1e3))),e.rightPanelTab&&n.set("tab",e.rightPanelTab),e.rightCollapsed!=null&&n.set("rc",e.rightCollapsed?"1":"0"),e.timelineVisible!=null&&n.set("tv",e.timelineVisible?"1":"0"),e.selection&&(e.selection.sourceFile&&n.set("selFile",e.selection.sourceFile),e.selection.id&&n.set("selId",e.selection.id),e.selection.selector&&n.set("selSelector",e.selection.selector),typeof e.selection.selectorIndex=="number"&&n.set("selIndex",String(Math.max(0,Math.floor(e.selection.selectorIndex))))),AS(t,n)}function mZ(t){return!t||!t.id&&!t.selector?null:{sourceFile:t.sourceFile||void 0,id:t.id||void 0,selector:t.selector||void 0,selectorIndex:t.selectorIndex??void 0}}function N3(t){typeof window>"u"||window.location.hash!==t&&window.history.replaceState(null,"",t)}function pZ({projectId:t,activeCompPath:e,currentTime:n,duration:r,isPlaying:i,compositionLoading:l,refreshKey:o,previewIframeRef:c,rightPanelTab:f,rightCollapsed:m,timelineVisible:p,activeCompPathHydrated:g,domEditSelection:x,buildDomSelectionFromTarget:b,applyDomSelection:S,initialState:w}){const A=h.useRef(w.currentTime==null),k=h.useRef(w.currentTime==null),E=h.useRef(w.selection==null),P=h.useRef(w.selection),Q=h.useRef(w.currentTime),C=h.useCallback(()=>({activeCompPath:e,currentTime:Q.current,rightPanelTab:f,rightCollapsed:m,timelineVisible:p,selection:E.current?mZ(x):P.current}),[e,x,m,f,p]);h.useEffect(()=>{if(!t||A.current||l)return;const Z=r>0?z1(w.currentTime??0,0,r):Math.max(0,w.currentTime??0);me.getState().requestSeek(Z),Q.current=Z,A.current=!0},[t,l,r,w.currentTime]),h.useEffect(()=>{var L;if(!t||E.current||l||!A.current||w.currentTime!=null&&Math.abs(n-Q.current)>.05)return;const M=P.current;if(!M){E.current=!0;return}let V=null;try{V=((L=c.current)==null?void 0:L.contentDocument)??null}catch{return}if(!V)return;const X=pr(V,{sourceFile:M.sourceFile??"",id:M.id,selector:M.selector,selectorIndex:M.selectorIndex},e);if(!X){S(null,{revealPanel:!1}),E.current=!0,P.current=null;return}const Y=b(X,{preferClipAncestor:!1});S(Y,{revealPanel:!1}),E.current=!0,P.current=null},[e,S,b,l,n,w.currentTime,c,t,o]),h.useEffect(()=>{if(k.current)return;const Z=Q.current;if(Z==null){k.current=!0;return}Math.abs(n-Z)>.05||(k.current=!0)},[n]),h.useEffect(()=>{if(!g||!A.current||!k.current||!t||i)return;const Z=window.setTimeout(()=>{Q.current=z1(n,0,Math.max(0,r)),N3(R3(t,C()))},200);return()=>window.clearTimeout(Z)},[g,C,n,r,i,t]),h.useEffect(()=>{g&&t&&N3(R3(t,C()))},[g,C,t])}function gZ(t){if(!t||typeof window>"u")return;const e=480,n=270,r=16,i=z1(t.x,r+e/2,window.innerWidth-r-e/2),l=z1(t.y+12,r,window.innerHeight-r-n);return{left:i,top:l,transform:"translateX(-50%)"}}function OZ({selectionLabel:t,anchorPoint:e=null,onSubmit:n,onClose:r}){const[i,l]=h.useState(""),o=h.useRef(null),c=gZ(e);$t(()=>{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"})]})]})})}function yZ(){return 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"})]})})}const On=t=>({title:n,...r})=>O.jsx(t,{alt:n,"aria-label":n,"aria-hidden":n?void 0:!0,...r}),$S=On(RE),Yc=On(r$),xZ=On(ZE),bZ=On($E),vZ=On(e$),hg=On(Pv),SZ=On(n$),V3=On(a$),Mf=On(o$),dg=On(JE),wZ=On(PE),AZ=On(rv),mg=On(CE),kZ=On(QE),MZ=On(TE),TZ=On(GE),QS=h.createContext(null);function ou(){const t=h.useContext(QS);if(!t)throw new Error("useStudioContext must be used within StudioProvider");return t}function CZ({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:x,isPlaying:b,editHistory:S,handleUndo:w,handleRedo:A,renderQueue:k,compositionDimensions:E,waitForPendingDomEditSaves:P,handlePreviewIframeRef:Q,refreshPreviewDocumentVersion:C,timelineVisible:Z,toggleTimelineVisibility:M}=t,V=h.useMemo(()=>({projectId:n,activeCompPath:r,setActiveCompPath:i,showToast:l,previewIframeRef:o,captionEditMode:c,compositionLoading:f,refreshKey:m,setRefreshKey:p,currentTime:g,timelineElements:x,isPlaying:b,editHistory:S,handleUndo:w,handleRedo:A,renderQueue:k,compositionDimensions:E,waitForPendingDomEditSaves:P,handlePreviewIframeRef:Q,refreshPreviewDocumentVersion:C,timelineVisible:Z,toggleTimelineVisibility:M}),[n,r,c,f,m,g,b,E,Z,S,x,k,i,l,o,p,w,A,P,Q,C,M]);return O.jsx(QS,{value:V,children:e})}const PS=h.createContext(null);function pg(){const t=h.useContext(PS);if(!t)throw new Error("usePanelLayoutContext must be used within PanelLayoutProvider");return t}function EZ({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:x},children:b}){const S=h.useMemo(()=>({leftWidth:t,setLeftWidth:e,rightWidth:n,leftCollapsed:r,setLeftCollapsed:i,rightCollapsed:l,setRightCollapsed:o,rightPanelTab:c,setRightPanelTab:f,toggleLeftSidebar:m,handlePanelResizeStart:p,handlePanelResizeMove:g,handlePanelResizeEnd:x}),[t,e,n,r,i,l,o,c,f,m,p,g,x]);return O.jsx(PS,{value:S,children:b})}const ZS=h.createContext(null);function Tf(){const t=h.useContext(ZS);if(!t)throw new Error("useDomEditContext must be used within DomEditProvider");return t}function $Z({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:x,clearDomSelection:b,handleDomStyleCommit:S,handleDomPathOffsetCommit:w,handleDomGroupPathOffsetCommit:A,handleDomBoxSizeCommit:k,handleDomRotationCommit:E,handleDomManualEditsReset:P,handleDomMotionCommit:Q,handleDomMotionClear:C,handleDomTextCommit:Z,handleDomTextFieldStyleCommit:M,handleDomAddTextField:V,handleDomRemoveTextField:X,handleAskAgent:Y,handleAgentModalSubmit:L,handleBlockedDomMove:H,handleDomManualDragStart:q,handleDomEditElementDelete:J,buildDomSelectionFromTarget:D,buildDomSelectionForTimelineElement:R,updateDomEditHoverSelection:F,resolveImportedFontAsset:B,setAgentModalOpen:I,setAgentPromptSelectionContext:z,setAgentModalAnchorPoint:$},children:j}){const _=h.useMemo(()=>({domEditSelection:t,domEditGroupSelections:e,domEditHoverSelection:n,agentModalOpen:r,agentModalAnchorPoint:i,copiedAgentPrompt:l,agentPromptSelectionContext:o,domEditSelectionRef:c,handleTimelineElementSelect:f,handlePreviewCanvasMouseDown:m,handlePreviewCanvasPointerMove:p,handlePreviewCanvasPointerLeave:g,applyDomSelection:x,clearDomSelection:b,handleDomStyleCommit:S,handleDomPathOffsetCommit:w,handleDomGroupPathOffsetCommit:A,handleDomBoxSizeCommit:k,handleDomRotationCommit:E,handleDomManualEditsReset:P,handleDomMotionCommit:Q,handleDomMotionClear:C,handleDomTextCommit:Z,handleDomTextFieldStyleCommit:M,handleDomAddTextField:V,handleDomRemoveTextField:X,handleAskAgent:Y,handleAgentModalSubmit:L,handleBlockedDomMove:H,handleDomManualDragStart:q,handleDomEditElementDelete:J,buildDomSelectionFromTarget:D,buildDomSelectionForTimelineElement:R,updateDomEditHoverSelection:F,resolveImportedFontAsset:B,setAgentModalOpen:I,setAgentPromptSelectionContext:z,setAgentModalAnchorPoint:$}),[t,e,n,r,i,l,o,c,f,m,p,g,x,b,S,w,A,k,E,P,Q,C,Z,M,V,X,Y,L,H,q,J,D,R,F,B,I,z,$]);return O.jsx(ZS,{value:_,children:j})}function QZ(){const e=Math.round(93.21518987341773);return O.jsxs("svg",{width:e,height:28,viewBox:"0 0 263 79",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-label":"Hyperframes",children:[O.jsxs("defs",{children:[O.jsxs("linearGradient",{id:"hf-g0",x1:"225.869",y1:"0",x2:"222.845",y2:"37.482",gradientUnits:"userSpaceOnUse",children:[O.jsx("stop",{stopColor:"#06E3FA"}),O.jsx("stop",{offset:"1",stopColor:"#4FDB5E"})]}),O.jsxs("linearGradient",{id:"hf-g1",x1:"230.87",y1:"39",x2:"244.661",y2:"6.303",gradientUnits:"userSpaceOnUse",children:[O.jsx("stop",{stopColor:"#06E3FA"}),O.jsx("stop",{offset:"1",stopColor:"#4FDB5E"})]})]}),O.jsx("path",{d:"M0 16.6738H4.96V23.3838H11.53V16.6738H16.49V35.4538H11.53V27.6738H4.96V35.4538H0V16.6738Z",fill:"white"}),O.jsx("path",{d:"M17.8899 28.0137C17.8899 23.4237 21.2399 20.0237 25.7999 20.0237C30.0099 20.0237 32.9399 23.0837 32.9399 27.5637C32.9399 28.2037 32.8599 28.8237 32.8299 29.3337H22.6099C23.0399 31.1337 24.6199 32.1237 27.1399 32.1237C28.7199 32.1237 30.2199 31.7237 31.2999 31.0237V34.6737C30.1699 35.3937 28.2999 35.8537 26.3599 35.8537C21.2599 35.8537 17.8799 32.6037 17.8799 28.0237L17.8899 28.0137ZM28.5699 26.1937C28.4899 24.5337 27.3899 23.5637 25.7499 23.5637C24.1099 23.5637 22.9599 24.5337 22.6099 26.1937H28.5699Z",fill:"white"}),O.jsx("path",{d:"M37.85 33.8638L32 20.4238H37.29L40.46 28.1538L43.6 20.4238H48.48L40.33 39.5738H35.26L37.86 33.8638H37.85Z",fill:"white"}),O.jsx("path",{d:"M48.1797 26.1138C48.1797 20.4238 52.7097 16.2438 58.9397 16.2438C61.2997 16.2438 63.5297 16.8038 64.8197 17.7238V21.9338C63.5597 20.9138 61.6797 20.2938 59.7497 20.2938C55.7797 20.2938 53.2597 22.6238 53.2597 26.1438C53.2597 29.6638 55.5697 31.8838 58.8897 31.8838C59.6397 31.8838 60.4997 31.7538 61.1997 31.5038V27.8838H57.4697V24.2338H65.5197V33.7038C63.6697 35.0938 61.1997 35.8738 58.5997 35.8738C52.5397 35.8738 48.1897 31.7438 48.1897 26.1138H48.1797Z",fill:"white"}),O.jsx("path",{d:"M66.6604 28.0137C66.6604 23.4237 70.0104 20.0237 74.5704 20.0237C78.7804 20.0237 81.7104 23.0837 81.7104 27.5637C81.7104 28.2037 81.6304 28.8237 81.6004 29.3337H71.3804C71.8104 31.1337 73.3904 32.1237 75.9104 32.1237C77.4904 32.1237 78.9904 31.7237 80.0704 31.0237V34.6737C78.9404 35.3937 77.0704 35.8537 75.1304 35.8537C70.0304 35.8537 66.6504 32.6037 66.6504 28.0237L66.6604 28.0137ZM77.3404 26.1937C77.2604 24.5337 76.1604 23.5637 74.5204 23.5637C72.8804 23.5637 71.7304 24.5337 71.3804 26.1937H77.3404Z",fill:"white"}),O.jsx("path",{d:"M82.9688 20.4238H87.8488V22.4138C88.7588 20.9638 90.3488 20.1038 92.3288 20.1038C95.4988 20.1038 97.3988 22.3338 97.3988 25.8138V35.4438H92.5188V26.8638C92.5188 25.0438 91.8188 24.1838 90.4788 24.1838C88.9488 24.1838 87.8488 25.3638 87.8488 27.2638V35.4438H82.9688V20.4238Z",fill:"white"}),O.jsx("path",{d:"M195.219 26.1937L213.529 38.9937C216.009 40.7237 220.239 38.7637 221.009 35.5337L228.419 4.33374C229.189 1.10374 225.879 -0.856262 222.589 0.873738L198.199 13.6737C192.649 16.5837 191.059 23.2837 195.219 26.1937Z",fill:"url(#hf-g0)"}),O.jsx("path",{d:"M256.97 25.9638L232.58 38.7638C229.28 40.4938 225.98 38.5338 226.75 35.3038L234.16 4.10376C234.93 0.873757 239.16 -1.08624 241.64 0.643757L259.95 13.4438C264.12 16.3538 262.52 23.0538 256.97 25.9638Z",fill:"url(#hf-g1)"}),O.jsx("path",{d:"M0 71.9996V42.7256H7.7367V53.1806H17.9826V42.7256H25.7193V71.9996H17.9826V59.8718H7.7367V71.9996H0Z",fill:"white"}),O.jsx("path",{d:"M31.9606 78.4405L36.0171 69.5329L26.9004 48.5811H35.1389L40.0737 60.6252L44.9666 48.5811H52.5779L39.8646 78.4405H31.9606Z",fill:"white"}),O.jsx("path",{d:"M53.3711 78.4404V48.5809H60.9823V52.052C62.446 49.501 65.0807 48.0791 68.3008 48.0791C74.3647 48.0791 78.9649 53.3066 78.9649 60.2487C78.9649 67.2745 74.3229 72.4602 68.259 72.4602C65.0807 72.4602 62.446 71.1637 60.9823 68.78V78.4404H53.3711ZM66.1262 66.1872C69.2627 66.1872 71.3119 63.7616 71.3119 60.2905C71.3119 56.8195 69.2627 54.4357 66.1262 54.4357C62.7388 54.4357 60.9823 57.2795 60.9823 59.7051V60.9178C60.9823 63.3434 62.7388 66.1872 66.1262 66.1872Z",fill:"white"}),O.jsx("path",{d:"M93.4397 72.6269C85.4939 72.6269 80.2246 67.5667 80.2246 60.4155C80.2246 53.2643 85.4521 47.9531 92.5615 47.9531C99.1273 47.9531 103.686 52.7206 103.686 59.7045C103.686 60.7082 103.56 61.6701 103.518 62.4647H87.5849C88.2541 65.2666 90.7214 66.8139 94.6525 66.8139C97.1199 66.8139 99.4618 66.1866 101.135 65.0993V70.7868C99.3782 71.916 96.4508 72.6269 93.4397 72.6269ZM87.5849 57.5717H96.869C96.7435 54.9789 95.0289 53.4734 92.4779 53.4734C89.9687 53.4734 88.1286 54.9789 87.5849 57.5717Z",fill:"white"}),O.jsx("path",{d:"M105.645 72V48.5808H113.214V52.9719C114.218 50.0445 116.183 48.2881 118.692 48.2881C119.361 48.2881 119.989 48.4135 120.407 48.6645V55.8993C119.822 55.5648 119.111 55.4393 118.274 55.4393C115.138 55.4393 113.256 57.6558 113.256 61.2941V72H105.645Z",fill:"white"}),O.jsx("path",{d:"M122.643 71.9996V42.7256H139.371V49.124H130.379V54.477H138.911V60.5827H130.379V71.9996H122.643Z",fill:"white"}),O.jsx("path",{d:"M141.258 72V48.5808H148.827V52.9719C149.831 50.0445 151.796 48.2881 154.306 48.2881C154.975 48.2881 155.602 48.4135 156.02 48.6645V55.8993C155.435 55.5648 154.724 55.4393 153.887 55.4393C150.751 55.4393 148.869 57.6558 148.869 61.2941V72H141.258Z",fill:"white"}),O.jsx("path",{d:"M167.26 72.4602C161.154 72.4602 156.596 67.2745 156.596 60.3324C156.596 53.3066 161.196 48.0791 167.302 48.0791C170.438 48.0791 173.031 49.4173 174.536 51.8429V48.5809H182.148V72.0001H174.536V68.4873C173.031 71.0801 170.438 72.4602 167.26 72.4602ZM169.393 66.1872C172.78 66.1872 174.536 63.3434 174.536 60.876V59.6632C174.536 57.2377 172.78 54.4357 169.393 54.4357C166.298 54.4357 164.207 56.7777 164.207 60.2905C164.207 63.7616 166.298 66.1872 169.393 66.1872Z",fill:"white"}),O.jsx("path",{d:"M184.998 72.0001V48.5809H192.609V51.6756C193.989 49.4173 196.373 48.0791 199.426 48.0791C202.521 48.0791 204.779 49.5428 206.075 52.052C207.497 49.5846 210.132 48.0791 213.352 48.0791C218.245 48.0791 221.214 51.592 221.214 57.0286V72.0001H213.603V58.5341C213.603 55.774 212.557 54.4357 210.634 54.4357C208.459 54.4357 206.912 56.234 206.912 59.0778V72.0001H199.3V58.5341C199.3 55.774 198.255 54.4357 196.373 54.4357C194.157 54.4357 192.609 56.234 192.609 59.0778V72.0001H184.998Z",fill:"white"}),O.jsx("path",{d:"M236.338 72.6269C228.392 72.6269 223.123 67.5667 223.123 60.4155C223.123 53.2643 228.351 47.9531 235.46 47.9531C242.026 47.9531 246.584 52.7206 246.584 59.7045C246.584 60.7082 246.459 61.6701 246.417 62.4647H230.483C231.152 65.2666 233.62 66.8139 237.551 66.8139C240.018 66.8139 242.36 66.1866 244.033 65.0993V70.7868C242.277 71.916 239.349 72.6269 236.338 72.6269ZM230.483 57.5717H239.767C239.642 54.9789 237.927 53.4734 235.376 53.4734C232.867 53.4734 231.027 54.9789 230.483 57.5717Z",fill:"white"}),O.jsx("path",{d:"M252.115 72.502C250.192 72.502 248.268 72.0838 246.93 71.3728V65.6853C247.808 66.3126 248.937 66.689 250.066 66.689C251.739 66.689 252.784 65.8526 252.784 64.5562C252.784 63.8452 252.492 63.0925 251.655 62.0888L249.899 59.956C248.728 58.4923 248.226 56.9031 248.226 55.2721C248.226 51.0065 251.864 48.0791 256.883 48.0791C258.723 48.0791 260.438 48.4555 261.65 49.0828V54.7703C260.898 54.2266 259.768 53.8503 258.723 53.8503C257.092 53.8503 256.046 54.6867 256.046 55.8994C256.046 56.6522 256.423 57.405 257.259 58.4086L258.974 60.4996C260.187 62.047 260.73 63.5943 260.73 65.2671C260.73 69.5746 257.05 72.502 252.115 72.502Z",fill:"white"})]})}function PZ({captureFrameHref:t,captureFrameFilename:e,handleCaptureFrameClick:n,refreshCaptureFrameTime:r,inspectorButtonActive:i,inspectorPanelActive:l}){const{projectId:o,editHistory:c,handleUndo:f,handleRedo:m}=ou(),{rightCollapsed:p,setRightCollapsed:g,setRightPanelTab:x}=pg(),{clearDomSelection:b}=Tf();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.jsxs("div",{className:"flex items-center gap-3",children:[O.jsx(QZ,{}),O.jsx("span",{className:"text-neutral-700 select-none","aria-hidden":"true",children:"|"}),O.jsx("span",{className:"text-[11px] font-medium text-neutral-300",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} (${L0("undo")})`:`Undo (${L0("undo")})`,"aria-label":"Undo",children:O.jsx(mg,{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} (${L0("redo")})`:`Redo (${L0("redo")})`,"aria-label":"Redo",children:O.jsx(MZ,{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(kZ,{size:14}),O.jsx("span",{children:"Capture"})]}),O.jsxs("button",{type:"button",onClick:()=>{if(qt){if(p||!l){x("design"),g(!1);return}b(),g(!0)}},disabled:!qt,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":qt?"text-neutral-500 hover:text-neutral-300 hover:bg-neutral-800 border-transparent":"cursor-not-allowed border-transparent text-neutral-700"}`,title:qt?"Inspector":g3,"aria-label":qt?"Inspector":g3,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 Bm=[],jS=[];(()=>{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?jS:Bm).push(n=n+t[e])})();function ZZ(t){if(t<768)return!1;for(let e=0,n=Bm.length;;){let r=e+n>>1;if(t<Bm[r])n=r;else if(t>=jS[r])e=r+1;else return!0;if(e==n)return!1}}function L3(t){return t>=127462&&t<=127487}const D3=8205;function jZ(t,e,n=!0,r=!0){return(n?RS:RZ)(t,e,r)}function RS(t,e,n){if(e==t.length)return e;e&&NS(t.charCodeAt(e))&&VS(t.charCodeAt(e-1))&&e--;let r=k2(t,e);for(e+=_3(r);e<t.length;){let i=k2(t,e);if(r==D3||i==D3||n&&ZZ(i))e+=_3(i),r=i;else if(L3(i)){let l=0,o=e-2;for(;o>=0&&L3(k2(t,o));)l++,o-=2;if(l%2==0)break;e+=2}else break}return e}function RZ(t,e,n){for(;e>0;){let r=RS(t,e-2,n);if(r<e)return r;e--}return 0}function k2(t,e){let n=t.charCodeAt(e);if(!VS(n)||e+1==t.length)return n;let r=t.charCodeAt(e+1);return NS(r)?(n-55296<<10)+(r-56320)+65536:n}function NS(t){return t>=56320&&t<57344}function VS(t){return t>=55296&&t<56320}function _3(t){return t<65536?1:2}class Ge{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]=Gs(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),Ur.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]=Gs(this,e,n);let r=[];return this.decompose(e,n,r,0),Ur.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 kc(this),l=new kc(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 kc(this,e)}iterRange(e,n=this.length){return new LS(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 DS(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]?Ge.empty:e.length<=32?new Rt(e):Ur.from(Rt.split(e,[]))}}class Rt extends Ge{constructor(e,n=NZ(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 VZ(i,c,r,o);i=c+1,r++}}decompose(e,n,r,i){let l=e<=0&&n>=this.length?this:new Rt(X3(this.text,e,n),Math.min(n,this.length)-Math.max(0,e));if(i&1){let o=r.pop(),c=A1(l.text,o.text.slice(),0,l.length);if(c.length<=32)r.push(new Rt(c,o.length+l.length));else{let f=c.length>>1;r.push(new Rt(c.slice(0,f)),new Rt(c.slice(f)))}}else r.push(l)}replace(e,n,r){if(!(r instanceof Rt))return super.replace(e,n,r);[e,n]=Gs(this,e,n);let i=A1(this.text,A1(r.text,X3(this.text,0,e)),n),l=this.length+r.length-(n-e);return i.length<=32?new Rt(i,l):Ur.from(Rt.split(i,[]),l)}sliceString(e,n=this.length,r=`
93
+ `){[e,n]=Gs(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 Rt(r,i)),r=[],i=-1);return i>-1&&n.push(new Rt(r,i)),n}}class Ur extends Ge{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]=Gs(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 Ur(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=`
94
+ `){[e,n]=Gs(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 Ur))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 b of e)r+=b.lines;if(r<32){let b=[];for(let S of e)S.flatten(b);return new Rt(b,n)}let i=Math.max(32,r>>5),l=i<<1,o=i>>1,c=[],f=0,m=-1,p=[];function g(b){let S;if(b.lines>l&&b instanceof Ur)for(let w of b.children)g(w);else b.lines>o&&(f>o||!f)?(x(),c.push(b)):b instanceof Rt&&f&&(S=p[p.length-1])instanceof Rt&&b.lines+S.lines<=32?(f+=b.lines,m+=b.length+1,p[p.length-1]=new Rt(S.text.concat(b.text),S.length+1+b.length)):(f+b.lines>i&&x(),f+=b.lines,m+=b.length+1,p.push(b))}function x(){f!=0&&(c.push(p.length==1?p[0]:Ur.from(p,m)),m=-1,f=p.length=0)}for(let b of e)g(b);return x(),c.length==1?c[0]:new Ur(c,n)}}Ge.empty=new Rt([""],0);function NZ(t){let e=-1;for(let n of t)e+=n.length+1;return e}function A1(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 X3(t,e,n){return A1(t,[""],e,n)}class kc{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 Rt?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 Rt?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=`
95
+ `,this;e--}else if(i instanceof Rt){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 Rt?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 LS{constructor(e,n,r){this.value="",this.done=!1,this.cursor=new kc(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 DS{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"&&(Ge.prototype[Symbol.iterator]=function(){return this.iter()},kc.prototype[Symbol.iterator]=LS.prototype[Symbol.iterator]=DS.prototype[Symbol.iterator]=function(){return this});class VZ{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 Gs(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 jZ(t,e,n,r)}function LZ(t){return t>=56320&&t<57344}function DZ(t){return t>=55296&&t<56320}function Rl(t,e){let n=t.charCodeAt(e);if(!DZ(n)||e+1==t.length)return n;let r=t.charCodeAt(e+1);return LZ(r)?(n-55296<<10)+(r-56320)+65536:n}function _S(t){return t<=65535?String.fromCharCode(t):(t-=65536,String.fromCharCode((t>>10)+55296,(t&1023)+56320))}function cu(t){return t<65536?1:2}const Fm=/\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 ri{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){qm(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 ri(e)}composeDesc(e){return this.empty?e:e.empty?this:XS(this,e)}mapDesc(e,n=!1){return e.empty?this:Um(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 ri(e)}static create(e){return new ri(e)}}class Ft extends ri{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 qm(this,(n,r,i,l,o)=>e=e.replace(i,i+(r-n),o),!1),e}mapDesc(e,n=!1){return Um(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(Ge.empty);r.push(o?e.slice(l,l+o):Ge.empty)}l+=o}return new Ft(n,r)}compose(e){return this.empty?e:e.empty?this:XS(this,e,!0)}map(e,n=!1){return e.empty?this:Um(this,e,n,!0)}iterChanges(e,n=!1){qm(this,e,n)}get desc(){return ri.create(this.sections)}filter(e){let n=[],r=[],i=[],l=new Bc(this);e:for(let o=0,c=0;;){let f=o==e.length?1e9:e[o++];for(;c<f||c==f&&l.len==0;){if(l.done)break e;let p=Math.min(l.len,f-c);hn(i,p,-1);let g=l.ins==-1?-1:l.off==0?l.ins:0;hn(n,p,g),g>0&&$a(r,n,l.text),l.forward(p),c+=p}let m=e[o++];for(;c<m;){if(l.done)break e;let p=Math.min(l.len,m-c);hn(n,p,-1),hn(i,p,l.ins==-1?-1:l.off==0?l.ins:0),l.forward(p),c+=p}}return{changes:new Ft(n,r),filtered:ri.create(i)}}toJSON(){let e=[];for(let n=0;n<this.sections.length;n+=2){let r=this.sections[n],i=this.sections[n+1];i<0?e.push(r):i==0?e.push([r]):e.push([r].concat(this.inserted[n>>1].toJSON()))}return e}static of(e,n,r){let i=[],l=[],o=0,c=null;function f(p=!1){if(!p&&!i.length)return;o<n&&hn(i,n-o,-1);let g=new 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:x=g,insert:b}=p;if(g>x||g<0||x>n)throw new RangeError(`Invalid change range ${g} to ${x} (in doc of length ${n})`);let S=b?typeof b=="string"?Ge.of(b.split(r||Fm)):b:Ge.empty,w=S.length;if(g==x&&w==0)return;g<o&&f(),g>o&&hn(i,g-o,-1),hn(i,x-g,w),$a(l,i,S),o=x}}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(Ge.empty);r[i]=Ge.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 hn(t,e,n,r=!1){if(e==0&&n<=0)return;let i=t.length-2;i>=0&&n<=0&&n==t[i+1]?t[i]+=e:i>=0&&e==0&&t[i]==0?t[i+1]+=n:r?(t[i]+=e,t[i+1]+=n):t.push(e,n)}function $a(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(Ge.empty);t.push(n)}}function qm(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=Ge.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 Um(t,e,n,r=!1){let i=[],l=r?[]:null,o=new Bc(t),c=new Bc(e);for(let f=-1;;){if(o.done&&c.len||c.done&&o.len)throw new Error("Mismatched change set lengths");if(o.ins==-1&&c.ins==-1){let m=Math.min(o.len,c.len);hn(i,m,-1),o.forward(m),c.forward(m)}else if(c.ins>=0&&(o.ins<0||f==o.i||o.off==0&&(c.len<o.len||c.len==o.len&&!n))){let m=c.len;for(hn(i,c.ins,-1);m;){let p=Math.min(o.len,m);o.ins>=0&&f<o.i&&o.len<=p&&(hn(i,0,o.ins),l&&$a(l,i,o.text),f=o.i),o.forward(p),m-=p}c.next()}else if(o.ins>=0){let m=0,p=o.len;for(;p;)if(c.ins==-1){let g=Math.min(p,c.len);m+=g,p-=g,c.forward(g)}else if(c.ins==0&&c.len<p)p-=c.len,c.next();else break;hn(i,m,f<o.i?o.ins:0),l&&f<o.i&&$a(l,i,o.text),f=o.i,o.forward(o.len-p)}else{if(o.done&&c.done)return l?Ft.createSet(i,l):ri.create(i);throw new Error("Mismatched change set lengths")}}}function XS(t,e,n=!1){let r=[],i=n?[]:null,l=new Bc(t),o=new Bc(e);for(let c=!1;;){if(l.done&&o.done)return i?Ft.createSet(r,i):ri.create(r);if(l.ins==0)hn(r,l.len,0,c),l.next();else if(o.len==0&&!o.done)hn(r,0,o.ins,c),i&&$a(i,r,o.text),o.next();else{if(l.done||o.done)throw new Error("Mismatched change set lengths");{let f=Math.min(l.len2,o.len),m=r.length;if(l.ins==-1){let p=o.ins==-1?-1:o.off?0:o.ins;hn(r,f,p,c),i&&p&&$a(i,r,o.text)}else o.ins==-1?(hn(r,l.off?0:l.len,f,c),i&&$a(i,r,l.textBit(f))):(hn(r,l.off?0:l.len,o.off?0:o.ins,c),i&&!o.off&&$a(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 Bc{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?Ge.empty:e[n]}textBit(e){let{inserted:n}=this.set,r=this.i-2>>1;return r>=n.length&&!e?Ge.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 dl{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 dl(r,i,this.flags)}extend(e,n=e,r=0){if(e<=this.anchor&&n>=this.anchor)return he.range(e,n,void 0,void 0,r);let i=Math.abs(e-this.anchor)>Math.abs(n-this.anchor)?e:n;return he.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 he.range(e.anchor,e.head)}static create(e,n,r){return new dl(e,n,r)}}class he{constructor(e,n){this.ranges=e,this.mainIndex=n}map(e,n=-1){return e.empty?this:he.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 he([this.main],0)}addRange(e,n=!0){return he.create([e].concat(this.ranges),n?0:this.mainIndex+1)}replaceRange(e,n=this.mainIndex){let r=this.ranges.slice();return r[n]=e,he.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 he(e.ranges.map(n=>dl.fromJSON(n)),e.main)}static single(e,n=e){return new he([he.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 he.normalized(e.slice(),n);r=l.to}return new he(e,n)}static cursor(e,n=0,r,i){return dl.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?dl.create(n,e,48|o):dl.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?he.range(f,c):he.range(c,f))}}return new he(e,n)}}function zS(t,e){for(let n of t.ranges)if(n.to>e)throw new RangeError("Selection points outside of document")}let gg=0;class Ae{constructor(e,n,r,i,l){this.combine=e,this.compareInput=n,this.compare=r,this.isStatic=i,this.id=gg++,this.default=e([]),this.extensions=typeof l=="function"?l(this):l}get reader(){return this}static define(e={}){return new Ae(e.combine||(n=>n),e.compareInput||((n,r)=>n===r),e.compare||(e.combine?(n,r)=>n===r:Og),!!e.static,e.enables)}of(e){return new k1([],this,0,e)}compute(e,n){if(this.isStatic)throw new Error("Can't compute a static facet");return new k1(e,this,1,n)}computeN(e,n){if(this.isStatic)throw new Error("Can't compute a static facet");return new k1(e,this,2,n)}from(e,n){return n||(n=r=>r),this.compute([e],r=>n(r.field(e)))}}function Og(t,e){return t==e||t.length==e.length&&t.every((n,r)=>n===e[r])}class k1{constructor(e,n,r,i){this.dependencies=e,this.facet=n,this.type=r,this.value=i,this.id=gg++}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,x){if(f&&x.docChanged||m&&(x.docChanged||x.selection)||Im(g,p)){let b=r(g);if(c?!z3(b,g.values[o],i):!i(b,g.values[o]))return g.values[o]=b,1}return 0},reconfigure:(g,x)=>{let b,S=x.config.address[l];if(S!=null){let w=Y1(x,S);if(this.dependencies.every(A=>A instanceof Ae?x.facet(A)===g.facet(A):A instanceof er?x.field(A,!1)==g.field(A,!1):!0)||(c?z3(b=r(g),w,i):i(b=r(g),w)))return g.values[o]=w,0}else b=r(g);return g.values[o]=b,1}}}}function z3(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 Im(t,e){let n=!1;for(let r of e)Mc(t,r)&1&&(n=!0);return n}function _Z(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=Y1(f,r[p]);if(i[p]==2)for(let x of g)m.push(x);else m.push(g)}return e.combine(m)}return{create(f){for(let m of r)Mc(f,m);return f.values[o]=c(f),1},update(f,m){if(!Im(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=Im(f,r),g=m.config.facets[e.id],x=m.facet(e);if(g&&!p&&Og(n,g))return f.values[o]=x,0;let b=c(f);return e.compare(b,x)?(f.values[o]=x,0):(f.values[o]=b,1)}}}const Y0=Ae.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(gg++,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(Y0).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(Y0),o=i.facet(Y0),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,Y0.of({field:this,create:e})]}get extension(){return this}}const ul={lowest:4,low:3,default:2,high:1,highest:0};function oc(t){return e=>new HS(e,t)}const uu={highest:oc(ul.highest),high:oc(ul.high),default:oc(ul.default),low:oc(ul.low),lowest:oc(ul.lowest)};class HS{constructor(e,n){this.inner=e,this.prec=n}}class Cf{of(e){return new Wm(this,e)}reconfigure(e){return Cf.reconfigure.of({compartment:this,extension:e})}get(e){return e.config.compartments.get(this)}}class Wm{constructor(e,n){this.compartment=e,this.inner=n}}class H1{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 x of XZ(e,n,o))x instanceof er?i.push(x):(l[x.facet.id]||(l[x.facet.id]=[])).push(x);let c=Object.create(null),f=[],m=[];for(let x of i)c[x.id]=m.length<<1,m.push(b=>x.slot(b));let p=r==null?void 0:r.config.facets;for(let x in l){let b=l[x],S=b[0].facet,w=p&&p[x]||[];if(b.every(A=>A.type==0))if(c[S.id]=f.length<<1|1,Og(w,b))f.push(r.facet(S));else{let A=S.combine(b.map(k=>k.value));f.push(r&&S.compare(A,r.facet(S))?r.facet(S):A)}else{for(let A of b)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=>_Z(A,S,b))}}let g=m.map(x=>x(c));return new H1(e,o,g,c,f,l)}}function XZ(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 Wm&&n.delete(o.compartment)}if(i.set(o,c),Array.isArray(o))for(let m of o)l(m,c);else if(o instanceof Wm){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 HS)l(o.inner,o.prec);else if(o instanceof er)r[c].push(o),o.provides&&l(o.provides,c);else if(o instanceof k1)r[c].push(o),o.facet.extensions&&l(o.facet.extensions,ul.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,ul.default),r.reduce((o,c)=>o.concat(c))}function Mc(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 Y1(t,e){return e&1?t.config.staticValues[e>>1]:t.values[e>>1]}const YS=Ae.define(),Gm=Ae.define({combine:t=>t.some(e=>e),static:!0}),BS=Ae.define({combine:t=>t.length?t[0]:void 0,static:!0}),FS=Ae.define(),qS=Ae.define(),US=Ae.define(),IS=Ae.define({combine:t=>t.length?t[0]:!1});class Bi{constructor(e,n){this.type=e,this.value=n}static define(){return new zZ}}class zZ{of(e){return new Bi(this,e)}}class HZ{constructor(e){this.map=e}of(e){return new et(this,e)}}class et{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 et(this.type,n)}is(e){return this.type==e}static define(e={}){return new HZ(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}}et.reconfigure=et.define();et.appendConfig=et.define();class Yt{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&&zS(r,n.newLength),l.some(c=>c.type==Yt.time)||(this.annotations=l.concat(Yt.time.of(Date.now())))}static create(e,n,r,i,l,o){return new Yt(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(Yt.userEvent);return!!(n&&(n==e||n.length>e.length&&n.slice(0,e.length)==e&&n[e.length]=="."))}}Yt.time=Bi.define();Yt.userEvent=Bi.define();Yt.addToHistory=Bi.define();Yt.remote=Bi.define();function YZ(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 WS(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:et.mapEffects(t.effects,i).concat(et.mapEffects(e.effects,l)),annotations:t.annotations.length?t.annotations.concat(e.annotations):e.annotations,scrollIntoView:t.scrollIntoView||e.scrollIntoView}}function Km(t,e,n){let r=e.selection,i=zs(e.annotations);return e.userEvent&&(i=i.concat(Yt.userEvent.of(e.userEvent))),{changes:e.changes instanceof Ft?e.changes:Ft.of(e.changes||[],n,t.facet(BS)),selection:r&&(r instanceof he?r:he.single(r.anchor,r.head)),effects:zs(e.effects),annotations:i,scrollIntoView:!!e.scrollIntoView}}function GS(t,e,n){let r=Km(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=WS(r,Km(t,e[l],o?r.changes.newLength:t.doc.length),o)}let i=Yt.create(t,r.changes,r.selection,r.effects,r.annotations,r.scrollIntoView);return FZ(n?BZ(i):i)}function BZ(t){let e=t.startState,n=!0;for(let i of e.facet(FS)){let l=i(t);if(l===!1){n=!1;break}Array.isArray(l)&&(n=n===!0?l:YZ(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=Yt.create(e,i,t.selection&&t.selection.map(l),et.mapEffects(t.effects,l),t.annotations,t.scrollIntoView)}let r=e.facet(qS);for(let i=r.length-1;i>=0;i--){let l=r[i](t);l instanceof Yt?t=l:Array.isArray(l)&&l.length==1&&l[0]instanceof Yt?t=l[0]:t=GS(e,zs(l),!1)}return t}function FZ(t){let e=t.startState,n=e.facet(US),r=t;for(let i=n.length-1;i>=0;i--){let l=n[i](t);l&&Object.keys(l).length&&(r=WS(r,Km(e,l,t.changes.newLength),!0))}return r==t?t:Yt.create(e,t.changes,t.selection,r.effects,r.annotations,r.scrollIntoView)}const qZ=[];function zs(t){return t==null?qZ:Array.isArray(t)?t:[t]}var wt=(function(t){return t[t.Word=0]="Word",t[t.Space=1]="Space",t[t.Other=2]="Other",t})(wt||(wt={}));const UZ=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;let Jm;try{Jm=new RegExp("[\\p{Alphabetic}\\p{Number}_]","u")}catch{}function IZ(t){if(Jm)return Jm.test(t);for(let e=0;e<t.length;e++){let n=t[e];if(/\w/.test(n)||n>"€"&&(n.toUpperCase()!=n.toLowerCase()||UZ.test(n)))return!0}return!1}function WZ(t){return e=>{if(!/\S/.test(e))return wt.Space;if(IZ(e))return wt.Word;for(let n=0;n<t.length;n++)if(e.indexOf(t[n])>-1)return wt.Word;return wt.Other}}class Ke{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++)Mc(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 Mc(this,r),Y1(this,r)}update(...e){return GS(this,e,!0)}applyTransaction(e){let n=this.config,{base:r,compartments:i}=n;for(let c of e.effects)c.is(Cf.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(et.reconfigure)?(n=null,r=c.value):c.is(et.appendConfig)&&(n=null,r=zs(r).concat(c.value));let l;n?l=e.startState.values.slice():(n=H1.resolve(r,i,this),l=new Ke(n,this.doc,this.selection,n.dynamicSlots.map(()=>null),(f,m)=>m.reconfigure(f,this),null).values);let o=e.startState.facet(Gm)?e.newSelection:e.newSelection.asSingle();new Ke(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:he.cursor(n.from+e.length)}))}changeByRange(e){let n=this.selection,r=e(n.ranges[0]),i=this.changes(r.changes),l=[r.range],o=zs(r.effects);for(let c=1;c<n.ranges.length;c++){let f=e(n.ranges[c]),m=this.changes(f.changes),p=m.map(i);for(let x=0;x<c;x++)l[x]=l[x].map(p);let g=i.mapDesc(m,!0);l.push(f.range.map(g)),i=i.compose(p),o=et.mapEffects(o,p).concat(et.mapEffects(zs(f.effects),g))}return{changes:i,selection:he.create(l,n.mainIndex),effects:o}}changes(e=[]){return e instanceof Ft?e:Ft.of(e,this.doc.length,this.facet(Ke.lineSeparator))}toText(e){return Ge.of(e.split(this.facet(Ke.lineSeparator)||Fm))}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:(Mc(this,n),Y1(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 Ke.create({doc:e.doc,selection:he.fromJSON(e.selection),extensions:n.extensions?i.concat([n.extensions]):i})}static create(e={}){let n=H1.resolve(e.extensions||[],new Map),r=e.doc instanceof Ge?e.doc:Ge.of((e.doc||"").split(n.staticFacet(Ke.lineSeparator)||Fm)),i=e.selection?e.selection instanceof he?e.selection:he.single(e.selection.anchor,e.selection.head):he.single(0);return zS(i,r.length),n.staticFacet(Gm)||(i=i.asSingle()),new Ke(n,r,i,n.dynamicSlots.map(()=>null),(l,o)=>o.create(l),null)}get tabSize(){return this.facet(Ke.tabSize)}get lineBreak(){return this.facet(Ke.lineSeparator)||`
96
+ `}get readOnly(){return this.facet(IS)}phrase(e,...n){for(let r of this.facet(Ke.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(YS))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 WZ(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))!=wt.Word)break;o=f}for(;c<i;){let f=Jt(n,c);if(l(n.slice(c,f))!=wt.Word)break;c=f}return o==c?null:he.range(o+r,c+r)}}Ke.allowMultipleSelections=Gm;Ke.tabSize=Ae.define({combine:t=>t.length?t[0]:4});Ke.lineSeparator=BS;Ke.readOnly=IS;Ke.phrases=Ae.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])}});Ke.languageData=YS;Ke.changeFilter=FS;Ke.transactionFilter=qS;Ke.transactionExtender=US;Cf.reconfigure=et.define();function uo(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 Za{eq(e){return this==e}range(e,n=e){return ep.create(e,n,this)}}Za.prototype.startSide=Za.prototype.endSide=0;Za.prototype.point=!1;Za.prototype.mapMode=dn.TrackDel;function yg(t,e){return t==e||t.constructor==e.constructor&&t.eq(e)}let ep=class KS{constructor(e,n,r){this.from=e,this.to=n,this.value=r}static create(e,n,r){return new KS(e,n,r)}};function tp(t,e){return t.from-e.from||t.value.startSide-e.value.startSide}class xg{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,x,b;if(p==g){let S=n.mapPos(p,m.startSide,m.mapMode);if(S==null||(x=b=S,m.startSide!=m.endSide&&(b=n.mapPos(p,m.endSide),b<x)))continue}else if(x=n.mapPos(p,m.startSide),b=n.mapPos(g,m.endSide),x>b||x==b&&m.startSide>0&&m.endSide<=0)continue;(b-x||m.endSide-m.startSide)<0||(o<0&&(o=x),m.point&&(c=Math.max(c,b-x)),r.push(m),i.push(x-o),l.push(b-o))}return{mapped:r.length?new xg(i,l,r,c):null,pos:o}}}class qe{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 qe(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(tp)),this.isEmpty)return n.length?qe.of(n):this;let c=new JS(this,null,-1).goto(0),f=0,m=[],p=new $l;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(ep.create(c.from,c.to,c.value))),c.next());return p.finishInner(this.nextLayer.isEmpty&&!m.length?qe.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 qe(r,n,l||qe.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 Fc.from([this]).goto(e)}get isEmpty(){return this.nextLayer==this}static iter(e,n=0){return Fc.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=H3(o,c,r),m=new cc(o,f,l),p=new cc(c,f,l);r.iterGaps((g,x,b)=>Y3(m,g,p,x,b,i)),r.empty&&r.length==0&&Y3(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=H3(l,o),f=new cc(l,c,0).goto(r),m=new cc(o,c,0).goto(r);for(;;){if(f.to!=m.to||!np(f.active,m.active)||f.point&&(!m.point||!yg(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 cc(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 $l;for(let i of e instanceof ep?[e]:n?GZ(e):e)r.add(i.from,i.to,i.value);return r.finish()}static join(e){if(!e.length)return qe.empty;let n=e[e.length-1];for(let r=e.length-2;r>=0;r--)for(let i=e[r];i!=qe.empty;i=i.nextLayer)n=new qe(i.chunkPos,i.chunk,n,Math.max(i.maxPoint,n.maxPoint));return n}}qe.empty=new qe([],[],null,-1);function GZ(t){if(t.length>1)for(let e=t[0],n=1;n<t.length;n++){let r=t[n];if(tp(e,r)>0)return t.slice().sort(tp);e=r}return t}qe.empty.nextLayer=qe.empty;class $l{finishChunk(e){this.chunks.push(new xg(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 $l)).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(qe.empty)}finishInner(e){if(this.from.length&&this.finishChunk(!1),this.chunks.length==0)return e;let n=qe.create(this.chunkPos,this.chunks,this.nextLayer?this.nextLayer.finishInner(e):e,this.setMaxPoint);return this.from=null,n}}function H3(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 JS{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 Fc{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 JS(o,n,r,l));return i.length==1?i[0]:new Fc(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--)M2(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--)M2(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(),M2(this.heap,0)}}}function M2(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 cc{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=Fc.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){B0(this.active,e),B0(this.activeTo,e),B0(this.activeRank,e),this.minActive=B3(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++;F0(this.active,n,r),F0(this.activeTo,n,i),F0(this.activeRank,n,l),e&&F0(e,n,this.cursor.from),this.minActive=B3(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&&B0(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 Y3(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,x=g||t.endSide-n.endSide,b=x<0?t.to+f:n.to,S=Math.min(b,o);if(t.point||n.point?(t.point&&n.point&&yg(t.point,n.point)&&np(t.activeForPoint(t.to),n.activeForPoint(n.to))||l.comparePoint(c,S,t.point,n.point),p=!1):(p&&l.boundChange(c),S>c&&!np(t.active,n.active)&&l.compareRange(c,S,t.active,n.active),m&&S<o&&(g||t.openEnd(b)!=n.openEnd(b))&&(p=!0)),b>o)break;c=b,x<=0&&t.next(),x>=0&&n.next()}}function np(t,e){if(t.length!=e.length)return!1;for(let n=0;n<t.length;n++)if(t[n]!=e[n]&&!yg(t[n],e[n]))return!1;return!0}function B0(t,e){for(let n=e,r=t.length-1;n<r;n++)t[n]=t[n+1];t.pop()}function F0(t,e,n){for(let r=t.length-1;r>=e;r--)t[r+1]=t[r];t[e]=n}function B3(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 Ef(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 KZ(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 rp="ͼ",F3=typeof Symbol>"u"?"__"+rp:Symbol.for(rp),ip=typeof Symbol>"u"?"__styleSet"+Math.floor(Math.random()*1e8):Symbol("styleSet"),q3=typeof globalThis<"u"?globalThis:typeof window<"u"?window:{};class ja{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]),x=g&&g[1]=="keyframes";if(g&&c==null)return f.push(o[0]+";");for(let b in c){let S=c[b];if(/&/.test(b))l(b.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 ("+b+") should be a primitive value.");l(i(b),S,p,x)}else S!=null&&p.push(b.replace(/_.*/,"").replace(/[A-Z]/g,w=>"-"+w.toLowerCase())+": "+S+";")}(p.length||x)&&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(`
97
+ `)}static newName(){let e=q3[F3]||1;return q3[F3]=e+1,rp+e.toString(36)}static mount(e,n,r){let i=e[ip],l=r&&r.nonce;i?l&&i.setNonce(l):i=new JZ(e,l),i.mount(Array.isArray(n)?n:[n],e)}}let U3=new Map;class JZ{constructor(e,n){let r=e.ownerDocument||e,i=r.defaultView;if(!e.head&&e.adoptedStyleSheets&&i.CSSStyleSheet){let l=U3.get(r);if(l)return e[ip]=l;this.sheet=new i.CSSStyleSheet,U3.set(r,this)}else this.styleTag=r.createElement("style"),n&&this.styleTag.setAttribute("nonce",n);this.modules=[],e[ip]=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()+`
98
+ `;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 Ra={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:"'"},qc={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},ej=typeof navigator<"u"&&/Mac/.test(navigator.platform),tj=typeof navigator<"u"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);for(var un=0;un<10;un++)Ra[48+un]=Ra[96+un]=String(un);for(var un=1;un<=24;un++)Ra[un+111]="F"+un;for(var un=65;un<=90;un++)Ra[un]=String.fromCharCode(un+32),qc[un]=String.fromCharCode(un);for(var T2 in Ra)qc.hasOwnProperty(T2)||(qc[T2]=Ra[T2]);function nj(t){var e=ej&&t.metaKey&&t.shiftKey&&!t.ctrlKey&&!t.altKey||tj&&t.shiftKey&&t.key&&t.key.length==1||t.key=="Unidentified",n=!e&&t.key||(t.shiftKey?qc:Ra)[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 Kt(){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++)e7(t,arguments[e]);return t}function e7(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++)e7(t,e[n]);else throw new RangeError("Unsupported child node: "+e)}let bn=typeof navigator<"u"?navigator:{userAgent:"",vendor:"",platform:""},ap=typeof document<"u"?document:{documentElement:{style:{}}};const lp=/Edge\/(\d+)/.exec(bn.userAgent),t7=/MSIE \d/.test(bn.userAgent),sp=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(bn.userAgent),$f=!!(t7||sp||lp),I3=!$f&&/gecko\/(\d+)/i.test(bn.userAgent),C2=!$f&&/Chrome\/(\d+)/.exec(bn.userAgent),rj="webkitFontSmoothing"in ap.documentElement.style,op=!$f&&/Apple Computer/.test(bn.vendor),W3=op&&(/Mobile\/\w+/.test(bn.userAgent)||bn.maxTouchPoints>2);var ve={mac:W3||/Mac/.test(bn.platform),windows:/Win/.test(bn.platform),linux:/Linux|X11/.test(bn.platform),ie:$f,ie_version:t7?ap.documentMode||6:sp?+sp[1]:lp?+lp[1]:0,gecko:I3,gecko_version:I3?+(/Firefox\/(\d+)/.exec(bn.userAgent)||[0,0])[1]:0,chrome:!!C2,chrome_version:C2?+C2[1]:0,ios:W3,android:/Android\b/.test(bn.userAgent),webkit_version:rj?+(/\bAppleWebKit\/(\d+)/.exec(bn.userAgent)||[0,0])[1]:0,safari:op,safari_version:op?+(/\bVersion\/(\d+(\.\d+)?)/.exec(bn.userAgent)||[0,0])[1]:0,tabSize:ap.documentElement.style.tabSize!=null?"tab-size":"-moz-tab-size"};function bg(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 B1=Object.create(null);function vg(t,e,n){if(t==e)return!0;t||(t=B1),e||(e=B1);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 ij(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 G3(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 aj(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 Nl{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 Ln=(function(t){return t[t.Text=0]="Text",t[t.WidgetBefore=1]="WidgetBefore",t[t.WidgetAfter=2]="WidgetAfter",t[t.WidgetRange=3]="WidgetRange",t})(Ln||(Ln={}));class Ne extends Za{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 fu(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 Ql(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}=n7(e,n);r=(l?n?-3e8:-1:5e8)-1,i=(o?n?2e8:1:-6e8)+1}return new Ql(e,r,i,n,e.widget||null,!0)}static line(e){return new hu(e)}static set(e,n=!1){return qe.of(e,n)}hasHeight(){return this.widget?this.widget.estimatedHeight>-1:!1}}Ne.none=qe.empty;class fu extends Ne{constructor(e){let{start:n,end:r}=n7(e);super(n?-1:5e8,r?1:-6e8,null,e),this.tagName=e.tagName||"span",this.attrs=e.class&&e.attributes?bg(e.attributes,{class:e.class}):e.class?{class:e.class}:e.attributes||B1}eq(e){return this==e||e instanceof fu&&this.tagName==e.tagName&&vg(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)}}fu.prototype.point=!1;class hu extends Ne{constructor(e){super(-2e8,-2e8,null,e)}eq(e){return e instanceof hu&&this.spec.class==e.spec.class&&vg(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)}}hu.prototype.mapMode=dn.TrackBefore;hu.prototype.point=!0;class Ql extends Ne{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?Ln.WidgetRange:this.startSide<=0?Ln.WidgetBefore:Ln.WidgetAfter}get heightRelevant(){return this.block||!!this.widget&&(this.widget.estimatedHeight>=5||this.widget.lineBreaks>0)}eq(e){return e instanceof Ql&&lj(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)}}Ql.prototype.point=!0;function n7(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 lj(t,e){return t==e||!!(t&&e&&t.compare(e))}function Hs(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 Uc extends Za{constructor(e,n){super(),this.tagName=e,this.attributes=n}eq(e){return e==this||e instanceof Uc&&this.tagName==e.tagName&&vg(this.attributes,e.attributes)}static create(e){return new Uc(e.tagName,e.attributes||B1)}static set(e,n=!1){return qe.of(e,n)}}Uc.prototype.startSide=Uc.prototype.endSide=-1;function Ic(t){let e;return t.nodeType==11?e=t.getSelection?t:t.ownerDocument:e=t,e.getSelection()}function cp(t,e){return e?t==e||t.contains(e.nodeType!=1?e.parentNode:e):!1}function Tc(t,e){if(!e.anchorNode)return!1;try{return cp(t,e.anchorNode)}catch{return!1}}function M1(t){return t.nodeType==3?Wc(t,0,t.nodeValue.length).getClientRects():t.nodeType==1?t.getClientRects():[]}function Cc(t,e,n,r){return n?K3(t,e,n,r,-1)||K3(t,e,n,r,1):!1}function Na(t){for(var e=0;;e++)if(t=t.previousSibling,!t)return e}function F1(t){return t.nodeType==1&&/^(DIV|P|LI|UL|OL|BLOCKQUOTE|DD|DT|H\d|SECTION|PRE)$/.test(t.nodeName)}function K3(t,e,n,r,i){for(;;){if(t==n&&e==r)return!0;if(e==(i<0?0:Hi(t))){if(t.nodeName=="DIV")return!1;let l=t.parentNode;if(!l||l.nodeType!=1)return!1;e=Na(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?Hi(t):0}else return!1}}function Hi(t){return t.nodeType==3?t.nodeValue.length:t.childNodes.length}function q1(t,e){let n=e?t.left:t.right;return{left:n,right:n,top:t.top,bottom:t.bottom}}function sj(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 r7(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 oj(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 x,b=p==f.body,S=1,w=1;if(b)x=sj(m);else{if(/^(fixed|sticky)$/.test(getComputedStyle(p).position)&&(g=!0),p.scrollHeight<=p.clientHeight&&p.scrollWidth<=p.clientWidth){p=p.assignedSlot||p.parentNode;continue}let E=p.getBoundingClientRect();({scaleX:S,scaleY:w}=r7(p,E)),x={left:E.left,right:E.left+p.clientWidth*S,top:E.top,bottom:E.top+p.clientHeight*w}}let A=0,k=0;if(i=="nearest")e.top<x.top?(k=e.top-(x.top+o),n>0&&e.bottom>x.bottom+k&&(k=e.bottom-x.bottom+o)):e.bottom>x.bottom&&(k=e.bottom-x.bottom+o,n<0&&e.top-k<x.top&&(k=e.top-(x.top+o)));else{let E=e.bottom-e.top,P=x.bottom-x.top;k=(i=="center"&&E<=P?e.top+E/2-P/2:i=="start"||i=="center"&&n<0?e.top-o:e.bottom-P+o)-x.top}if(r=="nearest"?e.left<x.left?(A=e.left-(x.left+l),n>0&&e.right>x.right+A&&(A=e.right-x.right+l)):e.right>x.right&&(A=e.right-x.right+l,n<0&&e.left<x.left+A&&(A=e.left-(x.left+l))):A=(r=="center"?e.left+(e.right-e.left)/2-(x.right-x.left)/2:r=="start"==c?e.left-l:e.right-(x.right-x.left)+l)-x.left,A||k)if(b)m.scrollBy(A,k);else{let E=0,P=0;if(k){let Q=p.scrollTop;p.scrollTop+=k/w,P=(p.scrollTop-Q)*w}if(A){let Q=p.scrollLeft;p.scrollLeft+=A/S,E=(p.scrollLeft-Q)*S}e={left:e.left-E,top:e.top-P,right:e.right-E,bottom:e.bottom-P},E&&Math.abs(E-A)<1&&(r="nearest"),P&&Math.abs(P-k)<1&&(i="nearest")}if(b)break;(e.top<x.top||e.bottom>x.bottom||e.left<x.left||e.right>x.right)&&(e={left:Math.max(e.left,x.left),right:Math.min(e.right,x.right),top:Math.max(e.top,x.top),bottom:Math.min(e.bottom,x.bottom)}),p=p.assignedSlot||p.parentNode}else if(p.nodeType==11)p=p.host;else break}function i7(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 cj{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?Hi(n):0),r,Math.min(e.focusOffset,r?Hi(r):0))}set(e,n,r,i){this.anchorNode=e,this.anchorOffset=n,this.focusNode=r,this.focusOffset=i}}let cl=null;ve.safari&&ve.safari_version>=26&&(cl=!1);function a7(t){if(t.setActive)return t.setActive();if(cl)return t.focus(cl);let e=[];for(let n=t;n&&(e.push(n,n.scrollTop,n.scrollLeft),n!=n.ownerDocument);n=n.parentNode);if(t.focus(cl==null?{get preventScroll(){return cl={preventScroll:!0},!0}}:void 0),!cl){cl=!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 J3;function Wc(t,e,n=e){let r=J3||(J3=document.createRange());return r.setEnd(t,n),r.setStart(t,e),r}function Ys(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 uj(t){for(;t;){if(t&&(t.nodeType==9||t.nodeType==11&&t.host))return t;t=t.assignedSlot||t.parentNode}return null}function fj(t,e){let n=e.focusNode,r=e.focusOffset;if(!n||e.anchorNode!=n||e.anchorOffset!=r)return!1;for(r=Math.min(r,Hi(n));;)if(r){if(n.nodeType!=1)return!1;let i=n.childNodes[r-1];i.contentEditable=="false"?r--:(n=i,r=Hi(n))}else{if(n==t)return!0;r=Na(n),n=n.parentNode}}function l7(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 s7(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=Hi(n)}else if(n.parentNode&&!F1(n))r=Na(n),n=n.parentNode;else return null}}function o7(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&&!F1(n))r=Na(n)+1,n=n.parentNode;else return null}}class $r{constructor(e,n,r=!0){this.node=e,this.offset=n,this.precise=r}static before(e,n){return new $r(e.parentNode,Na(e),n)}static after(e,n){return new $r(e.parentNode,Na(e)+1,n)}}var Nt=(function(t){return t[t.LTR=0]="LTR",t[t.RTL=1]="RTL",t})(Nt||(Nt={}));const Pl=Nt.LTR,Sg=Nt.RTL;function c7(t){let e=[];for(let n=0;n<t.length;n++)e.push(1<<+t[n]);return e}const hj=c7("88888888888888888888888888888888888666888888787833333333337888888000000000000000000000000008888880000000000000000000000000088888888888888888888888888888888888887866668888088888663380888308888800000000000000000000000800000000000000000000000000000008"),dj=c7("4444448826627288999999999992222222222222222222222222222222222222222222222229999999999999999999994444444444644222822222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222999999949999999229989999223333333333"),up=Object.create(null),zr=[];for(let t of["()","[]","{}"]){let e=t.charCodeAt(0),n=t.charCodeAt(1);up[e]=n,up[n]=-e}function u7(t){return t<=247?hj[t]:1424<=t&&t<=1524?2:1536<=t&&t<=1785?dj[t-1536]:1774<=t&&t<=2220?4:8192<=t&&t<=8204?256:64336<=t&&t<=65023?4:1}const mj=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac\ufb50-\ufdff]/;class Wr{get dir(){return this.level%2?Sg:Pl}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 f7(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||!f7(r.inner,i.inner))return!1}return!0}const pt=[];function pj(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 x=u7(t.charCodeAt(m));x==512?x=p:x==8&&g==4&&(x=16),pt[m]=x==4?2:x,x&7&&(g=x),p=x}for(let m=o,p=f,g=f;m<c;m++){let x=pt[m];if(x==128)m<c-1&&p==pt[m+1]&&p&24?x=pt[m]=p:pt[m]=256;else if(x==64){let b=m+1;for(;b<c&&pt[b]==64;)b++;let S=m&&p==8||b<n&&pt[b]==8?g==1?1:8:256;for(let w=m;w<b;w++)pt[w]=S;m=b-1}else x==8&&g==1&&(pt[m]=1);p=x,x&7&&(g=x)}}}function gj(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,x,b,S;g<p;g++)if(b=up[x=t.charCodeAt(g)])if(b<0){for(let w=c-3;w>=0;w-=3)if(zr[w+1]==-b){let A=zr[w+2],k=A&2?i:A&4?A&1?l:i:0;k&&(pt[g]=pt[zr[w]]=k),c=w;break}}else{if(zr.length==189)break;zr[c++]=g,zr[c++]=x,zr[c++]=f}else if((S=pt[g])==2||S==1){let w=S==i;f=w?0:1;for(let A=c-3;A>=0;A-=3){let k=zr[A+2];if(k&2)break;if(w)zr[A+2]|=2;else{if(k&4)break;zr[A+2]|=4}}}}}function Oj(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=pt[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(pt[p]==256)p++;else break;let g=l==1,x=(p<e?pt[p]:r)==1,b=g==x?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),pt[--S]=b;f=p}else l=m,f++}}}function fp(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=pt[f];w!=c&&(p=!1,g=w==16)}let x=!p&&c==1?[]:null,b=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(pt[A]==c)break e;break}}if(m++,x)x.push(w);else{w.from>f&&o.push(new Wr(f,w.from,b));let A=w.direction==Pl!=!(b%2);hp(t,A?r+1:r,i,w.inner,w.from,w.to,o),f=w.to}S=w.to}else{if(S==n||(p?pt[S]!=c:pt[S]==c))break;S++}x?fp(t,f,S,r+1,i,x,o):f<S&&o.push(new Wr(f,S,b)),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=pt[f-1];w!=c&&(p=!1,g=w==16)}let x=!p&&c==1?[]:null,b=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(pt[A-1]==c)break e;break}}if(x)x.push(w);else{w.to<f&&o.push(new Wr(w.to,f,b));let A=w.direction==Pl!=!(b%2);hp(t,A?r+1:r,i,w.inner,w.from,w.to,o),f=w.from}S=w.from}else{if(S==e||(p?pt[S-1]!=c:pt[S-1]==c))break;S--}x?fp(t,S,f,r+1,i,x,o):S<f&&o.push(new Wr(S,f,b)),f=S}}function hp(t,e,n,r,i,l,o){let c=e%2?2:1;pj(t,i,l,r,c),gj(t,i,l,r,c),Oj(i,l,r,c),fp(t,i,l,e,n,r,o)}function yj(t,e,n){if(!t)return[new Wr(0,0,e==Sg?1:0)];if(e==Pl&&!n.length&&!mj.test(t))return h7(t.length);if(n.length)for(;t.length>pt.length;)pt[pt.length]=256;let r=[],i=e==Pl?0:1;return hp(t,i,i,n,0,t.length,r),r}function h7(t){return[new Wr(0,t,0)]}let d7="";function xj(t,e,n,r,i){var l;let o=r.head-t.from,c=Wr.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 x=c+=i?1:-1;if(x<0||x>=e.length)return null;f=e[c=x],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),d7=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?he.cursor(g.side(!i,n)+t.from,g.forward(i,n)?1:-1,g.level):he.cursor(p+t.from,f.forward(i,n)?-1:1,f.level)}function bj(t,e,n){for(let r=e;r<n;r++){let i=u7(t.charCodeAt(r));if(i==1)return Pl;if(i==2||i==4)return Sg}return Pl}const m7=Ae.define(),p7=Ae.define(),g7=Ae.define(),O7=Ae.define(),dp=Ae.define(),y7=Ae.define(),x7=Ae.define(),wg=Ae.define(),Ag=Ae.define(),b7=Ae.define({combine:t=>t.some(e=>e)}),vj=Ae.define({combine:t=>t.some(e=>e)}),v7=Ae.define();class Bs{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 Bs(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 Bs(he.cursor(e.doc.length),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}}const q0=et.define({map:(t,e)=>t.map(e)}),S7=et.define();function Gr(t,e,n){let r=t.facet(O7);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 Ri=Ae.define({combine:t=>t.length?t[0]:!0});let Sj=0;const Rs=Ae.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 Dn{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(Rs.of({plugin:this,arg:void 0}))}of(e){return this.baseExtensions.concat(Rs.of({plugin:this,arg:e}))}static define(e,n){const{eventHandlers:r,eventObservers:i,provide:l,decorations:o}=n||{};return new Dn(Sj++,e,r,i,c=>{let f=[];return o&&f.push(Qf.of(m=>{let p=m.plugin(c);return p?o(p):Ne.none})),l&&f.push(l(c)),f})}static fromClass(e,n){return Dn.define((r,i)=>new e(r,i),n)}}class E2{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(Gr(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){Gr(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){Gr(e.state,r,"CodeMirror plugin crashed")}}deactivate(){this.spec=this.value=null}}const w7=Ae.define(),kg=Ae.define(),Qf=Ae.define(),A7=Ae.define(),Mg=Ae.define(),du=Ae.define(),k7=Ae.define();function ey(t,e){let n=t.state.facet(k7);if(!n.length)return n;let r=n.map(l=>l instanceof Function?l(t):l),i=[];return qe.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 x=c.length-1;x>=0;x--,f--){let b=c[x].spec.bidiIsolate,S;if(b==null&&(b=bj(e.text,m,p)),f>0&&g.length&&(S=g[g.length-1]).to==m&&S.direction==b)S.to=p,g=S.inner;else{let w={from:m,to:p,direction:b,inner:[]};g.push(w),g=w.inner}}}}),i}const M7=Ae.define();function T7(t){let e=0,n=0,r=0,i=0;for(let l of t.state.facet(M7)){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 xc=Ae.define();class gr{constructor(e,n,r,i){this.fromA=e,this.toA=n,this.fromB=r,this.toB=i}join(e){return new gr(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,x=p;for(;;)if(l<n.length&&n[l]<=g){let b=n[l+1];l+=2,g=Math.max(g,b);for(let S=i;S<e.length&&e[S].fromB<=g;S++)o=e[S].toA-e[S].toB;x=Math.max(x,b+o)}else if(i<e.length&&e[i].fromB<=g){let b=e[i++];g=Math.max(g,b.toB),x=Math.max(x,b.toA),o=b.toA-b.toB}else break;r.push(new gr(p,x,m,g))}return r}}class U1{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 gr(l,o,c,f))),this.changedRanges=i}static create(e,n,r){return new U1(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 wj=[];class Qt{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 wj}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&&ij(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=Na(this.dom),i=this.length?e>0:n>0;return new $r(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 Zf)return e;return null}static get(e){return e.cmTile}}class Pf extends Qt{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=ty(i);else n.insertBefore(c.dom,i);r=c.dom}for(i=r?r.nextSibling:n.firstChild,l&&i&&(l.written=!0);i;)i=ty(i);this.length=o}}function ty(t){let e=t.nextSibling;return t.parentNode.removeChild(t),e}class Zf extends Pf{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=Qt.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 Vi)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 Vi extends Pf{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 Vi(n||document.createElement(e.tagName),e);return n||(r.flags|=4),r}}class Ks extends Pf{constructor(e,n){super(e),this.attrs=n}isLine(){return!0}static start(e,n,r){let i=new Ks(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 x=0,b=0;x<p.children.length&&b<=g;x++){let S=p.children[x],w=b+S.length;w>=g&&(S.isComposite()?f(S,g-b):(!o||o.isHidden&&(n>0||r&&kj(o,S)))&&(w>g||S.flags&32)?(o=S,c=g-b):(b<g||S.flags&16&&!S.isHidden)&&(i=S,l=g-b)),b=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):Aj(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 $r(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 $r(f.dom,0);f==r.tile&&(c=!0)}}return new $r(this.dom,0)}}function Aj(t){let e=t.dom.lastChild;if(!e)return t.dom.getBoundingClientRect();let n=M1(e);return n[n.length-1]||null}function kj(t,e){let n=t.coordsIn(0,1),r=e.coordsIn(0,1);return n&&r&&r.top<n.bottom}class Nn extends Pf{constructor(e,n){super(e),this.mark=n}get domAttrs(){return this.mark.attrs}static of(e,n){let r=new Nn(n||document.createElement(e.tagName),e);return n||(r.flags|=4),r}}class ml extends Qt{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?ve.chrome||ve.gecko||(e?(i--,o=1):l<r&&(l++,o=-1)):n<0?i--:l<r&&l++;let c=Wc(this.dom,i,l).getClientRects();if(!c.length)return null;let f=c[(o?o<0:n>=0)?0:c.length-1];return ve.safari&&!o&&f.width==0&&(f=Array.prototype.find.call(c,m=>m.width)||f),o?q1(f,o<0):f||null}static of(e,n){let r=new ml(n||document.createTextNode(e),e);return n||(r.flags|=2),r}}class Zl extends Qt{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 q1(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 q1(o,!c)}}get overrideDOMText(){if(!this.length)return Ge.empty;let{root:e}=this;if(!e)return Ge.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 Zl(l,r,e,i)}}class I1 extends Qt{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 Ge.empty}coordsIn(e){return this.dom.getBoundingClientRect()}}class Mj{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 Tj{constructor(e,n,r,i){this.from=e,this.to=n,this.wrapper=r,this.rank=i}}class Cj{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 ml(c.dom,c.text+e);f.parent=o}else o.append(i||ml.of(e,(l=this.cache.find(ml))===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)?$2(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 Nn&&m.mark.eq(f.mark))m.dom!=f.dom&&m.setDOM($2(f.dom)),i=m;else{if(this.cache.reused.get(f)){let g=Qt.get(f.dom);g&&g.setDOM($2(f.dom))}let p=Nn.of(f.mark,f.dom);i.append(p),i=p}this.cache.reused.set(f,2)}let l=Qt.get(e.text);l&&this.cache.reused.set(l,2);let o=new ml(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=C7);let i=Ks.start(e,n||((r=this.cache.find(Ks))===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 Nn&&c.mark.eq(o))i=c,n--;else{let f=Nn.of(o,(r=this.cache.find(Nn,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||!ny(this.curLine,!1)||e.dom.nodeName!="BR"&&e.isWidget()&&!(ve.ios&&ny(this.curLine,!0)))&&this.curLine.append(this.cache.findWidget(Q2,0,32)||new Zl(Q2.toDOM(),0,Q2,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 Tj(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 Vi&&i.wrapper.eq(r.wrapper))n=i;else{let l=Vi.of(r.wrapper,(e=this.cache.find(Vi,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(I1,void 0,1);return r&&(r.flags=n),r||new I1(n)}flushBuffer(){this.afterWidget&&!(this.afterWidget.flags&32)&&(this.afterWidget.parent.append(this.getBuffer(-1)),this.afterWidget=null)}}class Ej{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 W1=[Zl,Ks,ml,Nn,I1,Vi,Zf];for(let t=0;t<W1.length;t++)W1[t].bucket=t;class $j{constructor(e){this.view=e,this.buckets=W1.map(()=>[]),this.index=W1.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 Zl(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 Qj{constructor(e,n,r,i,l){this.view=e,this.decorations=i,this.disallowBlockEffectsFor=l,this.openWidget=!1,this.openMarks=0,this.cache=new $j(e),this.text=new Ej(e.state.doc),this.builder=new Cj(this.cache,new Zf(e,e.contentDOM),qe.iter(r)),this.cache.reused.set(n,2),this.old=new Mj(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=jj(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?Zl.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 I1)this.cache.add(o);else if(o instanceof Nn)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 Nn&&i.unshift(o.mark)),this.openWidget=!1},leave:o=>{o.isLine()?i.length&&(i.length=l=0):o instanceof Nn&&(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=qe.spans(this.decorations,e,n,{point:(c,f,m,p,g,x)=>{if(m instanceof Ql){if(this.disallowBlockEffectsFor[x]){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 b=m.widget||(m.block?Js.block:Js.inline),S=Pj(m),w=this.cache.findWidget(b,f-c,S)||Zl.of(b,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=Zj(r,m);f>c&&this.text.skip(f-c)},span:(c,f,m,p)=>{for(let g=c;g<f;){let x=this.text.next(Math.min(512,f-g));x==null?(i.addLineStartIfNotCovered(r),i.addBreak(),g++):(i.ensureLine(r),i.addText(x,m,g==c?p:m.length),g+=x.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=Qt.get(i);if(i==this.view.contentDOM)break;l instanceof Nn?n.push(l):l!=null&&l.isLine()?r=l:l instanceof Vi||(i.nodeName=="DIV"&&!r&&i!=this.view.contentDOM?r=new Ks(i,C7):r||n.push(Nn.of(new fu({tagName:i.nodeName.toLowerCase(),attributes:aj(i)}),i)))}return{line:r,marks:n}}}function ny(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 Pj(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 C7={class:"cm-line"};function Zj(t,e){let n=e.spec.attributes,r=e.spec.class;return!n&&!r||(t||(t={class:"cm-line"}),n&&bg(n,t),r&&(t.class+=" "+r)),t}function jj(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 Nn&&e.push(r.mark)}return e}function $2(t){let e=Qt.get(t);return e&&e.setDOM(t.cloneNode()),t}class Js extends Nl{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}}Js.inline=new Js("span");Js.block=new Js("div");const Q2=new class extends Nl{toDOM(){return document.createElement("br")}get isHidden(){return!0}get editable(){return!0}};class ry{constructor(e){this.view=e,this.decorations=[],this.blockWrappers=[],this.dynamicDecorationMap=[!1],this.domChanged=null,this.hasComposition=null,this.editContextFormatting=Ne.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 Zf(e,e.contentDOM),this.updateInner([new gr(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:!Hj(e.changes,this.hasComposition)&&!e.selectionSet&&(i=e.state.selection.main.head));let l=i>-1?Nj(this.view,e.changes,i):null;if(this.domChanged=null,this.hasComposition){let{from:p,to:g}=this.hasComposition;r=new gr(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,(ve.ie||ve.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=Dj(o,this.decorations,e.changes);f.length&&(r=gr.extendWithRanges(r,f));let m=Xj(c,this.blockWrappers,e.changes);return m.length&&(r=gr.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 Qj(this.view,o,this.blockWrappers,this.decorations,this.dynamicDecorationMap);n&&Qt.get(n.text)&&c.cache.reused.set(Qt.get(n.text),2),this.tile=c.run(e,n),mp(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=ve.chrome||ve.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 P2&&i.push(l.dom);r.updateGaps(i)}updateEditContextFormatting(e){this.editContextFormatting=this.editContextFormatting.map(e.changes);for(let n of e.transactions)for(let r of n.effects)r.is(S7)&&(this.editContextFormatting=r.value)}updateSelection(e=!1,n=!1){(e||!this.view.observer.selectionRange.focusNode)&&this.view.observer.readSelectionRange();let{dom:r}=this.tile,i=this.view.root.activeElement,l=i==r,o=!l&&!(this.view.state.facet(Ri)||r.tabIndex>-1)&&Tc(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)),ve.gecko&&f.empty&&!this.hasComposition&&Rj(m)){let x=document.createTextNode("");this.view.observer.ignore(()=>m.node.insertBefore(x,m.node.childNodes[m.offset]||null)),m=p=new $r(x,0),c=!0}let g=this.view.observer.selectionRange;(c||!g.focusNode||(!Cc(m.node,m.offset,g.anchorNode,g.anchorOffset)||!Cc(p.node,p.offset,g.focusNode,g.focusOffset))&&!this.suppressWidgetCursorChange(g,f))&&(this.view.observer.ignore(()=>{ve.android&&ve.chrome&&r.contains(g.focusNode)&&zj(g.focusNode,r)&&(r.blur(),r.focus({preventScroll:!0}));let x=Ic(this.view.root);if(x)if(f.empty){if(ve.gecko){let b=Vj(m.node,m.offset);if(b&&b!=3){let S=(b==1?s7:o7)(m.node,m.offset);S&&(m=new $r(S.node,S.offset))}}x.collapse(m.node,m.offset),f.bidiLevel!=null&&x.caretBidiLevel!==void 0&&(x.caretBidiLevel=f.bidiLevel)}else if(x.extend){x.collapse(m.node,m.offset);try{x.extend(p.node,p.offset)}catch{}}else{let b=document.createRange();f.anchor>f.head&&([m,p]=[p,m]),b.setEnd(p.node,p.offset),b.setStart(m.node,m.offset),x.removeAllRanges(),x.addRange(b)}o&&this.view.root.activeElement==r&&(r.blur(),i&&i.focus())}),this.view.observer.setSelectionRange(m,p)),this.impreciseAnchor=m.precise?null:new $r(g.anchorNode,g.anchorOffset),this.impreciseHead=p.precise?null:new $r(g.focusNode,g.focusOffset)}suppressWidgetCursorChange(e,n){return this.hasComposition&&n.empty&&Cc(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=Ic(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=Hi(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&&!Qt.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 P2?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=Wc(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==Nt.LTR,m=0,p=(g,x,b)=>{for(let S=0;S<g.children.length&&!(x>i);S++){let w=g.children[S],A=x+w.length,k=w.dom.getBoundingClientRect(),{height:E}=k;if(b&&!S&&(m+=k.top-b.top),w instanceof Vi)A>r&&p(w,x,k);else if(x>=r&&(m>0&&n.push(-m),n.push(E+m),m=0,o)){let P=w.dom.lastChild,Q=P?M1(P):[];if(Q.length){let C=Q[Q.length-1],Z=f?C.right-k.left:k.right-C.left;Z>c&&(c=Z,this.minWidth=l,this.minWidthFrom=x,this.minWidthTo=A)}}b&&S==g.children.length-1&&(m+=b.bottom-k.bottom),x=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"?Nt.RTL:Nt.LTR}measureTextSize(){let e=this.tile.blockTiles(o=>{if(o.isLine()&&o.children.length&&o.length<=20){let c=0,f;for(let m of o.children){if(!m.isText()||/[^ -~]/.test(m.text))return;let p=M1(m.dom);if(p.length!=1)return;c+=p[0].width,f=p[0].height}if(c)return{lineHeight:o.dom.getBoundingClientRect().height,charWidth:c/o.length,textHeight:f}}});if(e)return e;let n=document.createElement("div"),r,i,l;return n.className="cm-line",n.style.width="99999px",n.style.position="absolute",n.textContent="abc def ghi jkl mno pqr stu",this.view.observer.ignore(()=>{this.tile.dom.appendChild(n);let o=M1(n.firstChild)[0];r=n.getBoundingClientRect().height,i=o&&o.width?o.width/27:7,l=o&&o.height?o.height:r,n.remove()}),{lineHeight:r,charWidth:i,textHeight:l}}computeBlockGapDeco(){let e=[],n=this.view.viewState;for(let r=0,i=0;;i++){let l=i==n.viewports.length?null:n.viewports[i],o=l?l.from-1:this.view.state.doc.length;if(o>r){let c=(n.lineBlockAt(o).bottom-n.lineBlockAt(r).top)/this.view.scaleY;e.push(Ne.replace({widget:new P2(c),block:!0,inclusive:!0,isBlockGap:!0}).range(r,o))}if(!l)break;r=l.to+1}return Ne.set(e)}updateDeco(){let e=1,n=this.view.state.facet(Qf).map(l=>(this.dynamicDecorationMap[e++]=typeof l=="function")?l(this.view):l),r=!1,i=this.view.state.facet(Mg).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(qe.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(A7).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(v7))try{if(p(this.view,e.range,e))return!0}catch(g){Gr(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=T7(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(oj(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==Nt.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(){mp(this.tile)}}function mp(t,e){let n=e==null?void 0:e.get(t);if(n!=1){n==null&&t.destroy();for(let r of t.children)mp(r,e)}}function Rj(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 E7(t,e){let n=t.observer.selectionRange;if(!n.focusNode)return null;let r=s7(n.focusNode,n.focusOffset),i=o7(n.focusNode,n.focusOffset),l=r||i;if(i&&r&&i.node!=r.node){let c=Qt.get(i.node);if(!c||c.isText()&&c.text!=i.node.nodeValue)l=i;else if(t.docView.lastCompositionAfterCursor){let f=Qt.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 Nj(t,e,n){let r=E7(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 gr(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 Lj=class{constructor(){this.changes=[]}compareRange(e,n){Hs(e,n,this.changes)}comparePoint(e,n){Hs(e,n,this.changes)}boundChange(e){Hs(e,e,this.changes)}};function Dj(t,e,n){let r=new Lj;return qe.compare(t,e,n,r),r.changes}class _j{constructor(){this.changes=[]}compareRange(e,n){Hs(e,n,this.changes)}comparePoint(){}boundChange(e){Hs(e,e,this.changes)}}function Xj(t,e,n){let r=new _j;return qe.compare(t,e,n,r),r.changes}function zj(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 Hj(t,e){let n=!1;return e&&t.iterChangedRanges((r,i)=>{r<e.to&&i>e.from&&(n=!0)}),n}class P2 extends Nl{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 Yj(t,e,n=1){let r=t.charCategorizer(e),i=t.doc.lineAt(e),l=e-i.from;if(i.length==0)return he.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 he.range(o+i.from,c+i.from)}function Bj(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+KZ(o,l,t.state.tabSize)}function Fj(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==Ln.Text&&(i.type!=l.type||(n<0?l.from<e:l.to>e)))&&(i=l)}}return i||r}return r}function qj(t,e,n,r){let i=Fj(t,e.head,e.assoc||-1),l=!r||i.type!=Ln.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==Nt.LTR)?o.right-1:o.left+1,y:(l.top+l.bottom)/2});if(f!=null)return he.cursor(f,n?-1:1)}return he.cursor(n?i.to:i.from,n?-1:1)}function iy(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=xj(i,l,o,c,n),p=d7;if(!m){if(i.number==(n?t.state.doc.lines:1))return c;p=`
99
+ `,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 Uj(t,e,n){let r=t.state.charCategorizer(e),i=r(n);return l=>{let o=r(l);return i==wt.Space&&(i=o),i==o}}function Ij(t,e,n,r){let i=e.head,l=n?1:-1;if(i==(n?t.state.doc.length:0))return he.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,x=t.viewState.heightOracle.textHeight>>1,b=r??x;for(let S=0;;S+=x){let w=c+(b+S)*l,A=pp(t,{x:g,y:w},!1,l);if(n?w>f.bottom:w<f.top)return he.cursor(A.pos,A.assoc);let k=t.coordsAtPos(A.pos,A.assoc),E=k?(k.top+k.bottom)/2:0;if(!k||(n?E>c:E<c))return he.cursor(A.pos,A.assoc,void 0,o)}}function Ec(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 $7(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=Ec(t,i.from,0);o!=i.from&&(l=he.cursor(o,-1))}else{let o=Ec(t,i.from,-1),c=Ec(t,i.to,1);(o!=i.from||c!=i.to)&&(l=he.range(i.from==i.anchor?o:c,i.from==i.head?o:c))}l&&(n||(n=e.ranges.slice()),n[r]=l)}return n?he.create(n,e.mainIndex):e}function Z2(t,e,n){let r=Ec(t.state.facet(du).map(i=>i(t)),n.from,e.head>n.from?-1:1);return r==n.from?n:he.cursor(r,r<n.from?1:-1)}class Ir{constructor(e,n){this.pos=e,this.assoc=n}}function pp(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 Ir(0,1);if(f>t.viewState.docHeight)return new Ir(t.state.doc.length,-1);if(m=t.elementAtHeight(f),r==null)break;if(m.type==Ln.Text){if(r<0?m.to<t.viewport.from:m.from>t.viewport.to)break;let x=t.docView.coordsAt(r<0?m.from:m.to,r>0?-1:1);if(x&&(r<0?x.top<=f+l:x.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==Ln.Text){let g=Bj(t,i,m,o,c);return new Ir(g,g==m.from?1:-1)}}if(m.type!=Ln.Text)return f<(m.top+m.bottom)/2?new Ir(m.from,1):new Ir(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 Wj(t,o,c,t.textDirectionAt(m.from)).scanTile(p,m.from)}class Wj{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[Wr.find(i,e-r.from,-1,n)].level==this.baseDir}dirAt(e,n){let{line:r,spans:i}=this.bidiSpansAt(e);return i[Wr.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 b=i-r,S=r+i>>1;t:if(l.has(S)){let A=r+Math.floor(Math.random()*b);for(let k=0;k<b;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],E=0;if(!(k.width==0&&w.length>1)){if(k.bottom<this.y)(!c||c.bottom<k.bottom)&&(c=k),E=1;else if(k.top>this.y)(!f||f.top>k.top)&&(f=k),E=-1;else{let P=k.left>this.x?this.x-k.left:k.right<this.x?this.x-k.right:0,Q=Math.abs(P);Q<p&&(m=S,p=Q,g=k),P&&(E=P<0==(this.baseDir==Nt.LTR)?-1:1)}E==-1&&(!o||this.baseDirAt(e[S],1))?i=S:E==1&&(!o||this.baseDirAt(e[S+1],-1))&&(r=S+1)}}}if(!g){let b=c&&(!f||this.y-c.bottom<f.top-this.y)?c:f;return this.y=(b.top+b.bottom)/2,this.scan(e,n)}let x=(o?this.dirAt(e[m],1):this.baseDir)==Nt.LTR;return{i:m,after:this.x>(g.left+g.right)/2==x}}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 Wc(e.dom,o,c).getClientRects()});return i.after?new Ir(r[i.i+1],-1):new Ir(r[i.i],1)}scanTile(e,n){if(!e.length)return new Ir(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:Wc(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 Ir(r[i.i+1],-1):new Ir(o,1)}}const $s="￿";class Gj{constructor(e,n){this.points=e,this.view=n,this.text="",this.lineSeparator=n.state.facet(Ke.lineSeparator)}append(e){this.text+=e}lineBreak(){this.text+=$s}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=Qt.get(i),c=i.nextSibling;if(c==n){o!=null&&o.breakAfter&&!c&&r!=this.view.contentDOM&&this.lineBreak();break}let f=Qt.get(c);(o&&f?o.breakAfter:(o?o.breakAfter:F1(i))||F1(c)&&(i.nodeName!="BR"||o!=null&&o.isWidget())&&this.text.length>l)&&!Jj(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=Qt.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+(Kj(e,r.node,r.offset)?n:0))}}function Kj(t,e,n){for(;;){if(!e||n<Hi(e))return!1;if(e==t)return!0;n=Na(e)+1,e=e.parentNode}}function Jj(t,e){let n;for(;!(t==e||!t);t=t.nextSibling){let r=Qt.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 ay{constructor(e,n){this.node=e,this.offset=n,this.pos=-1}}class eR{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=Q7(e.docView.tile,n,r,0))){let f=l||o?[]:nR(e),m=new Gj(f,e);m.readRange(this.bounds.startDOM,this.bounds.endDOM),this.text=m.text,this.newSel=rR(f,this.bounds.from)}else{let f=e.observer.selectionRange,m=l&&l.node==f.focusNode&&l.offset==f.focusOffset||!cp(e.contentDOM,f.focusNode)?c.main.head:e.docView.posFromDOM(f.focusNode,f.focusOffset),p=o&&o.node==f.anchorNode&&o.offset==f.anchorOffset||!cp(e.contentDOM,f.anchorNode)?c.main.anchor:e.docView.posFromDOM(f.anchorNode,f.anchorOffset),g=e.viewport;if((ve.ios||ve.chrome)&&c.main.empty&&m!=p&&(g.from>0||g.to<e.state.doc.length)){let x=Math.min(m,p),b=Math.max(m,p),S=g.from-x,w=g.to-b;(S==0||S==1||x==0)&&(w==0||w==-1||b==e.state.doc.length)&&(m=0,p=e.state.doc.length)}if(e.inputState.composing>-1&&c.ranges.length>1)this.newSel=c.replaceRange(he.range(p,m));else if(e.lineWrapping&&p==m&&!(c.main.empty&&c.main.head==m)&&e.inputState.lastTouchTime>Date.now()-100){let x=e.coordsAtPos(m,-1),b=0;x&&(b=e.inputState.lastTouchY<=x.bottom?-1:1),this.newSel=he.create([he.cursor(m,b)])}else this.newSel=he.single(p,m)}}}function Q7(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],x=m+g.length;if(m<e&&x>n)return Q7(g,e,n,m);if(x>=e&&i==-1&&(i=f,l=m),m>n&&g.dom.parentNode==t.dom){o=f,c=p;break}p=x,m=x+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 P7(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||ve.android&&e.text.length<f-c)&&(m=l.to,p="end");let g=i.doc.sliceString(c,f,$s),x,b;!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(x=e.text.length-(g.length-(l.to-c)))?n={from:l.from,to:l.to,insert:Ge.of(e.text.slice(l.from-c,x).split($s))}:(b=Z7(g,e.text,m-c,p))&&(ve.chrome&&o==13&&b.toB==b.from+2&&e.text.slice(b.from,b.toB)==$s+$s&&b.toB--,n={from:c+b.from,to:c+b.toA,insert:Ge.of(e.text.slice(b.from,b.toB).split($s))})}else r&&(!t.hasFocus&&i.facet(Ri)||G1(r,l))&&(r=null);if(!n&&!r)return!1;if((ve.mac||ve.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=he.single(r.main.anchor-1,r.main.head-1)),n={from:n.from,to:n.to,insert:Ge.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)}:ve.chrome&&n&&n.from==n.to&&n.from==l.head&&n.insert.toString()==`
100
+ `&&t.lineWrapping&&(r&&(r=he.single(r.main.anchor-1,r.main.head-1)),n={from:l.from,to:l.to,insert:Ge.of([" "])}),n)return Tg(t,n,r,o);if(r&&!G1(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=$7(i.facet(du).map(m=>m(t)),r))),t.dispatch({selection:r,scrollIntoView:c,userEvent:f}),!0}else return!1}function Tg(t,e,n,r=-1){if(ve.ios&&t.inputState.flushIOSKey(e))return!0;let i=t.state.selection.main;if(ve.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&&Ys(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)&&Ys(t.contentDOM,"Backspace",8)||e.from==i.from&&e.to==i.to+1&&e.insert.length==0&&Ys(t.contentDOM,"Delete",46)))return!0;let l=e.insert.toString();t.inputState.composing>=0&&t.inputState.composing++;let o,c=()=>o||(o=tR(t,e,n));return t.state.facet(y7).some(f=>f(t,e.from,e.to,l,c))||t.dispatch(c()),!0}function tR(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=Ec(i.facet(du).map(g=>g(t)),m,f);e.from==p&&(o=p)}if(o>-1)r={changes:e,selection:he.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,x=n&&E7(t,n.main.head);if(x){let S=e.insert.length-(e.to-e.from);g={from:x.from,to:x.to-S}}else g=t.state.doc.lineAt(l.head);let b=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-b,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}),E=S.to-l.to;return{changes:k,range:m?he.range(Math.max(0,m.anchor+E),Math.max(0,m.head+E)):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 Z7(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 nR(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 ay(n,r)),(i!=n||l!=r)&&e.push(new ay(i,l))),e}function rR(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?he.single(n+e,r+e):null}function G1(t,e){return e.head==t.main.head&&e.anchor==t.main.anchor}class iR{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,ve.safari&&e.contentDOM.addEventListener("input",()=>null),ve.gecko&&xR(e.contentDOM.ownerDocument)}handleEvent(e){!hR(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=aR(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&&R7.indexOf(e.keyCode)<0&&(this.tabFocusMode=-1),ve.android&&ve.chrome&&!e.synthetic&&(e.keyCode==13||e.keyCode==8))return this.view.observer.delayAndroidKey(e.key,e.keyCode),!0;let n;return ve.ios&&!e.synthetic&&!e.altKey&&!e.metaKey&&!e.shiftKey&&((n=j7.find(r=>r.keyCode==e.keyCode))&&!e.ctrlKey||lR.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,Ys(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:ve.safari&&!ve.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 ly(t,e){return(n,r)=>{try{return e.call(t,r,n)}catch(i){Gr(n.state,i)}}}function aR(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(ly(r.value,f))}if(o)for(let c in o){let f=o[c];f&&n(c).observers.push(ly(r.value,f))}}for(let r in Rr)n(r).handlers.push(Rr[r]);for(let r in _n)n(r).observers.push(_n[r]);return e}const j7=[{key:"Backspace",keyCode:8,inputType:"deleteContentBackward"},{key:"Enter",keyCode:13,inputType:"insertParagraph"},{key:"Enter",keyCode:13,inputType:"insertLineBreak"},{key:"Delete",keyCode:46,inputType:"deleteContentForward"}],lR="dthko",R7=[16,17,18,20,91,92,224,225],U0=6;function I0(t){return Math.max(0,t)*.7+8}function sR(t,e){return Math.max(Math.abs(t.clientX-e.clientX),Math.abs(t.clientY-e.clientY))}class oR{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=i7(e.contentDOM),this.atoms=e.state.facet(du).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(Ke.allowMultipleSelections)&&cR(e,n),this.dragging=fR(e,n)&&L7(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&&sR(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=T7(this.view);e.clientX-f.left<=i+U0?n=-I0(i-e.clientX):e.clientX+f.right>=o-U0&&(n=I0(e.clientX-o)),e.clientY-f.top<=l+U0?r=-I0(l-e.clientY):e.clientY+f.bottom>=c-U0&&(r=I0(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=$7(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 cR(t,e){let n=t.state.facet(m7);return n.length?n[0](e):ve.mac?e.metaKey:e.ctrlKey}function uR(t,e){let n=t.state.facet(p7);return n.length?n[0](e):ve.mac?!e.altKey:!e.ctrlKey}function fR(t,e){let{main:n}=t.state.selection;if(n.empty)return!1;let r=Ic(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 hR(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=Qt.get(n))&&r.isWidget()&&!r.isHidden&&r.widget.ignoreEvent(e))return!1;return!0}const Rr=Object.create(null),_n=Object.create(null),N7=ve.ie&&ve.ie_version<15||ve.ios&&ve.webkit_version<604;function dR(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(),V7(t,n.value)},50)}function jf(t,e,n){for(let r of t.facet(e))n=r(n,t);return n}function V7(t,e){e=jf(t.state,wg,e);let{state:n}=t,r,i=1,l=n.toText(e),o=l.lines==n.selection.ranges.length;if(gp!=null&&n.selection.ranges.every(f=>f.empty)&&gp==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:he.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:he.cursor(f.from+m.length)}}):r=n.replaceSelection(l);t.dispatch(r,{userEvent:"input.paste",scrollIntoView:!0})}_n.scroll=t=>{t.inputState.lastScrollTop=t.scrollDOM.scrollTop,t.inputState.lastScrollLeft=t.scrollDOM.scrollLeft};_n.wheel=_n.mousewheel=t=>{t.inputState.lastWheelEvent=Date.now()};Rr.keydown=(t,e)=>(t.inputState.setSelectionOrigin("select"),e.keyCode==27&&t.inputState.tabFocusMode!=0&&(t.inputState.tabFocusMode=Date.now()+2e3),!1);_n.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")};_n.touchmove=t=>{t.inputState.setSelectionOrigin("select.pointer")};Rr.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(g7))if(n=r(t,e),n)break;if(!n&&e.button==0&&(n=pR(t,e)),n){let r=!t.hasFocus;t.inputState.startMouseSelection(new oR(t,e,n,r)),r&&t.observer.ignore(()=>{a7(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 sy(t,e,n,r){if(r==1)return he.cursor(e,n);if(r==2)return Yj(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++,he.range(o,c)}}const mR=ve.ie&&ve.ie_version<=11;let oy=null,cy=0,uy=0;function L7(t){if(!mR)return t.detail;let e=oy,n=uy;return oy=t,uy=Date.now(),cy=!e||n>Date.now()-400&&Math.abs(e.clientX-t.clientX)<2&&Math.abs(e.clientY-t.clientY)<2?(cy+1)%3:1}function pR(t,e){let n=t.posAndSideAtCoords({x:e.clientX,y:e.clientY},!1),r=L7(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=sy(t,f.pos,f.assoc,r);if(n.pos!=f.pos&&!o){let g=sy(t,n.pos,n.assoc,r),x=Math.min(g.from,p.from),b=Math.max(g.to,p.to);p=x<p.from?he.range(x,b,p.assoc):he.range(b,x,p.assoc)}return o?i.replaceRange(i.main.extend(p.from,p.to,p.assoc)):c&&r==1&&i.ranges.length>1&&(m=gR(i,f.pos))?m:c?i.addRange(p):he.create([p])}}}function gR(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 he.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}Rr.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=he.range(l,o))}}let{inputState:r}=t;return r.mouseSelection&&(r.mouseSelection.dragging=!0),r.draggedContent=n,e.dataTransfer&&(e.dataTransfer.setData("Text",jf(t.state,Ag,t.state.sliceDoc(n.from,n.to))),e.dataTransfer.effectAllowed="copyMove"),!1};Rr.dragend=t=>(t.inputState.draggedContent=null,!1);function fy(t,e,n,r){if(n=jf(t.state,wg,n),!n)return;let i=t.posAtCoords({x:e.clientX,y:e.clientY},!1),{draggedContent:l}=t.inputState,o=r&&l&&uR(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}Rr.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&&fy(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 fy(t,e,r,!0),!0}return!1};Rr.paste=(t,e)=>{if(t.state.readOnly)return!0;t.observer.flush();let n=N7?null:e.clipboardData;return n?(V7(t,n.getData("text/plain")||n.getData("text/uri-list")),!0):(dR(t),!1)};function OR(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 yR(t){let e=[],n=[],r=!1;for(let i of t.selection.ranges)i.empty||(e.push(t.sliceDoc(i.from,i.to)),n.push(i));if(!e.length){let i=-1;for(let{from:l}of t.selection.ranges){let o=t.doc.lineAt(l);o.number>i&&(e.push(o.text),n.push({from:o.from,to:Math.min(t.doc.length,o.to+1)})),i=o.number}r=!0}return{text:jf(t,Ag,e.join(t.lineBreak)),ranges:n,linewise:r}}let gp=null;Rr.copy=Rr.cut=(t,e)=>{if(!Tc(t.contentDOM,t.observer.selectionRange))return!1;let{text:n,ranges:r,linewise:i}=yR(t.state);if(!n&&!i)return!1;gp=i?n:null,e.type=="cut"&&!t.state.readOnly&&t.dispatch({changes:r,scrollIntoView:!0,userEvent:"delete.cut"});let l=N7?null:e.clipboardData;return l?(l.clearData(),l.setData("text/plain",n),!0):(OR(t,n),!1)};const D7=Bi.define();function _7(t,e){let n=[];for(let r of t.facet(x7)){let i=r(t,e);i&&n.push(i)}return n.length?t.update({effects:n,annotations:D7.of(!0)}):null}function X7(t){setTimeout(()=>{let e=t.hasFocus;if(e!=t.inputState.notifiedFocused){let n=_7(t.state,e);n?t.dispatch(n):t.update([])}},10)}_n.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),X7(t)};_n.blur=t=>{t.observer.clearSelectionRange(),X7(t)};_n.compositionstart=_n.compositionupdate=t=>{t.observer.editContext||(t.inputState.compositionFirstChange==null&&(t.inputState.compositionFirstChange=!0),t.inputState.composing<0&&(t.inputState.composing=0))};_n.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,ve.chrome&&ve.android?t.observer.flushSoon():t.inputState.compositionPendingChange?Promise.resolve().then(()=>t.observer.flush()):setTimeout(()=>{t.inputState.composing<0&&t.docView.hasComposition&&t.update([])},50))};_n.contextmenu=t=>{t.inputState.lastContextMenu=Date.now()};Rr.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 Tg(t,{from:f,to:m,insert:t.state.toText(l)},null),!0}}let i;if(ve.chrome&&ve.android&&(i=j7.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 ve.ios&&e.inputType=="deleteContentForward"&&t.observer.flushSoon(),ve.safari&&e.inputType=="insertText"&&t.inputState.composing>=0&&setTimeout(()=>_n.compositionend(t,e),20),!1};const hy=new Set;function xR(t){hy.has(t)||(hy.add(t),t.addEventListener("copy",()=>{}),t.addEventListener("cut",()=>{}))}const dy=["pre-wrap","normal","pre-line","break-spaces"];let eo=!1;function my(){eo=!1}class bR{constructor(e){this.lineWrapping=e,this.doc=Ge.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 dy.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=dy.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 vR{constructor(e,n){this.from=e,this.heights=n,this.index=0}get more(){return this.index<this.heights.length}}class Er{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"?Ln.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 Ql?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 Er(this.from,this.length+e.length,this.top,this.height+e.height,n)}}var Ot=(function(t){return t[t.ByPos=0]="ByPos",t[t.ByHeight=1]="ByHeight",t[t.ByPosNoHeight=2]="ByPosNoHeight",t})(Ot||(Ot={}));const T1=.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)>T1&&(eo=!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],x=l.lineAt(f,Ot.ByPosNoHeight,r.setDoc(n),0,0),b=x.to>=m?x:l.lineAt(m,Ot.ByPosNoHeight,r,0,0);for(g+=b.to-m,m=b.to;c>0&&x.from<=i[c-1].toA;)f=i[c-1].fromA,p=i[c-1].fromB,c--,f<x.from&&(x=l.lineAt(f,Ot.ByPosNoHeight,r,0,0));p+=x.from-f,f=x.from;let S=Cg.build(r.setDoc(o),e,p,g);l=K1(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 wR(vn.of(e.slice(0,n)),o,vn.of(e.slice(r)))}}function K1(t,e){return t==e?t:(t.constructor!=e.constructor&&(eo=!0),e)}vn.prototype.size=1;const SR=Ne.replace({});class z7 extends vn{constructor(e,n,r){super(e,n),this.deco=r,this.spaceAbove=0}mainBlock(e,n){return new Er(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 Er(i,0,r,this.spaceAbove,SR):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,Ot.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 z7{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 Er(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,x=Math.max(r,e-g/2);return new Er(p.from,p.length,x,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 Er(p,g,r+c*m,c,0)}}lineAt(e,n,r,i,l){if(n==Ot.ByHeight)return this.blockAt(e,r,i,l);if(n==Ot.ByPosNoHeight){let{from:b,to:S}=r.doc.lineAt(e);return new Er(b,S-b,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,x=i+c*g+f*(m.from-l-g);return new Er(m.from,m.length,Math.max(i,Math.min(x,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 x=r.doc.lineAt(p);if(p==e){let S=x.number-c;g+=f*S+m*(e-l-S)}let b=f+m*x.length;o(new Er(x.from,x.length,g,b,0)),g+=b,p=x.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++],x=0;g<0&&(x=-g,g=i.heights[i.index++]),f==-1?f=g:Math.abs(g-f)>=T1&&(f=-2);let b=new Kn(p,g,x);b.outdated=!1,o.push(b),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)>=T1||Math.abs(f-this.heightMetrics(e,n).perLine)>=T1)&&(eo=!0),K1(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 wR 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==Ot.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==Ot.ByPosNoHeight?Ot.ByPosNoHeight:Ot.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,Ot.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&&py(l,o-1),n<this.length){let c=l.length;this.decomposeRight(n,l),py(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=K1(this.left,e),this.right=K1(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 py(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 AR=5;class Cg{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 z7(o,i,r)):(o||l||i>=AR)&&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 Cg(r,e);return qe.spans(n,r,i,l,0),l.finish(r)}}function kR(t,e,n){let r=new MR;return qe.compare(t,e,n,r,0),r.changes}class MR{constructor(){this.changes=[]}compareRange(){}comparePoint(e,n,r,i){(e<n||r&&r.heightRelevant||i&&i.heightRelevant)&&Hs(e,n,this.changes,5)}}function TR(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 x=p.getBoundingClientRect();l=Math.max(l,x.left),o=Math.min(o,x.right),c=Math.max(c,x.top),f=Math.min(m==t.parentNode?i.innerHeight:f,x.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 CR(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 ER(t,e){let n=t.getBoundingClientRect();return{left:0,right:n.right-n.left,top:e,bottom:n.bottom-(n.top+e)}}class j2{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 Ne.replace({widget:new $R(this.displaySize*(n?e.scaleY:e.scaleX),n)}).range(this.from,this.to)}}class $R extends Nl{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 gy{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=Oy,this.scrollTarget=null,this.printing=!1,this.mustMeasureContent=!0,this.defaultTextDirection=Nt.LTR,this.visibleRanges=[],this.mustEnforceCursorAssoc=!1;let r=n.facet(kg).some(i=>typeof i!="function"&&i.class=="cm-lineWrapping");this.heightOracle=new bR(r),this.stateDeco=yy(n),this.heightMap=vn.empty().applyChanges(this.stateDeco,Ge.empty,this.heightOracle.setDoc(n.doc),[new gr(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=Ne.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 W0(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?Oy:new Eg(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(bc(e,this.scaler))})}update(e,n=null){this.state=e.state;let r=this.stateDeco;this.stateDeco=yy(this.state);let i=e.changedRanges,l=gr.extendWithRanges(i,kR(r,this.stateDeco,e?e.changes:Ft.empty(this.state.doc.length))),o=this.heightMap.height,c=this.scrolledToBottom?null:this.scrollAnchorAt(this.scrollOffset);my(),this.heightMap=this.heightMap.applyChanges(this.stateDeco,e.startState.doc,this.heightOracle.setDoc(this.state.doc),l),(this.heightMap.height!=o||eo)&&(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(vj)&&(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"?Nt.RTL:Nt.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:Z}=r7(n,c);(C>.005&&Math.abs(this.scaleX-C)>.005||Z>.005&&Math.abs(this.scaleY-Z)>.005)&&(this.scaleX=C,this.scaleY=Z,m|=16,o=f=!0)}let g=(parseInt(r.paddingTop)||0)*this.scaleY,x=(parseInt(r.paddingBottom)||0)*this.scaleY;(this.paddingTop!=g||this.paddingBottom!=x)&&(this.paddingTop=g,this.paddingBottom=x,m|=18),this.editorWidth!=e.scrollDOM.clientWidth&&(i.lineWrapping&&(f=!0),this.editorWidth=e.scrollDOM.clientWidth,m|=16);let b=i7(this.view.contentDOM,!1).y;b!=this.scrollParent&&(this.scrollParent=b,this.scrollAnchorHeight=-1,this.scrollOffset=0);let S=this.getScrollOffset();this.scrollOffset!=S&&(this.scrollAnchorHeight=-1,this.scrollOffset=S),this.scrolledToBottom=l7(this.scrollParent||e.win);let w=(this.printing?ER:TR)(n,this.paddingTop),A=w.top-this.pixelViewport.top,k=w.bottom-this.pixelViewport.bottom;this.pixelViewport=w;let E=this.pixelViewport.bottom>this.pixelViewport.top&&this.pixelViewport.right>this.pixelViewport.left;if(E!=this.inView&&(this.inView=E,E&&(f=!0)),!this.inView&&!this.scrollTarget&&!CR(e.dom))return 0;let P=c.width;if((this.contentDOMWidth!=P||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(P-this.contentDOMWidth)>i.charWidth){let{lineHeight:Z,charWidth:M,textHeight:V}=e.docView.measureTextSize();o=Z>0&&i.refresh(l,Z,M,V,Math.max(5,P/M),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)),my();for(let Z of this.viewports){let M=Z.from==this.viewport.from?C:e.docView.measureVisibleLineHeights(Z);this.heightMap=(o?vn.empty().applyChanges(this.stateDeco,Ge.empty,this.heightOracle,[new gr(0,0,0,e.state.doc.length)]):this.heightMap).updateHeight(i,0,o,new vR(Z.from,M))}eo&&(m|=2)}let Q=!this.viewportIsAppropriate(this.viewport,p)||this.scrollTarget&&(this.scrollTarget.range.head<this.viewport.from||this.scrollTarget.range.head>this.viewport.to);return Q&&(m&2&&(m|=this.updateScaler()),this.viewport=this.getViewport(p,this.scrollTarget),m|=this.updateForViewport()),(m&2||Q)&&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 W0(i.lineAt(o-r*1e3,Ot.ByHeight,l,0,0).from,i.lineAt(c+(1-r)*1e3,Ot.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,Ot.ByPos,l,0,0),x;n.y=="center"?x=(g.top+g.bottom)/2-p/2:n.y=="start"||n.y=="nearest"&&m<f.from?x=g.top:x=g.bottom-p,f=new W0(i.lineAt(x-1e3/2,Ot.ByHeight,l,0,0).from,i.lineAt(x+p+1e3/2,Ot.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 W0(this.heightMap.lineAt(r,Ot.ByPos,this.heightOracle,0,0).from,this.heightMap.lineAt(i,Ot.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,Ot.ByPos,this.heightOracle,0,0),{bottom:l}=this.heightMap.lineAt(n,Ot.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 j2(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!=Nt.LTR&&!r)return[];let c=[],f=(p,g,x,b)=>{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,x,b),f(k+10,g,x,b);return}let A=PR(e,k=>k.from>=x.from&&k.to<=x.to&&Math.abs(k.from-p)<l&&Math.abs(k.to-g)<l&&!w.some(E=>k.from<E&&k.to>E));if(!A){if(g<x.to&&n&&r&&n.visibleRanges.some(P=>P.from<=g&&P.to>=g)){let P=n.moveToLineBoundary(he.cursor(g),!1,!0).head;P>p&&(g=P)}let k=this.gapSize(x,p,g,b),E=r||k<2e6?k:2e6;A=new j2(p,g,k,E)}c.push(A)},m=p=>{if(p.length<o||p.type!=Ln.Text)return;let g=QR(p.from,p.to,this.stateDeco);if(g.total<o)return;let x=this.scrollTarget?this.scrollTarget.range.head:null,b,S;if(r){let w=i/this.heightOracle.lineLength*this.heightOracle.lineHeight,A,k;if(x!=null){let E=K0(g,x),P=((this.visibleBottom-this.visibleTop)/2+w)/p.height;A=E-P,k=E+P}else A=(this.visibleTop-p.top-w)/p.height,k=(this.visibleBottom-p.top+w)/p.height;b=G0(g,A),S=G0(g,k)}else{let w=g.total*this.heightOracle.charWidth,A=i*this.heightOracle.charWidth,k=0;if(w>2e6)for(let Z of e)Z.from>=p.from&&Z.from<p.to&&Z.size!=Z.displaySize&&Z.from*this.heightOracle.charWidth+k<this.pixelViewport.left&&(k=Z.size-Z.displaySize);let E=this.pixelViewport.left+k,P=this.pixelViewport.right+k,Q,C;if(x!=null){let Z=K0(g,x),M=((P-E)/2+A)/w;Q=Z-M,C=Z+M}else Q=(E-A)/w,C=(P+A)/w;b=G0(g,Q),S=G0(g,C)}b>p.from&&f(p.from,b,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=K0(i,r)-K0(i,n);return this.heightOracle.lineWrapping?e.height*l:i.total*this.heightOracle.charWidth*l}updateLineGaps(e){j2.same(e,this.lineGaps)||(this.lineGaps=e,this.lineGapDeco=Ne.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=[];qe.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)||bc(this.heightMap.lineAt(e,Ot.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)||bc(this.heightMap.lineAt(this.scaler.fromDOM(e),Ot.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 bc(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 W0{constructor(e,n){this.from=e,this.to=n}}function QR(t,e,n){let r=[],i=t,l=0;return qe.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 G0({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 K0(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 PR(t,e){for(let n of t)if(e(n))return n}const Oy={toDOM(t){return t},fromDOM(t){return t},scale:1,eq(t){return t==this}};function yy(t){let e=t.facet(Qf).filter(r=>typeof r!="function"),n=t.facet(Mg).filter(r=>typeof r!="function");return n.length&&e.push(qe.join(n)),e}class Eg{constructor(e,n,r){let i=0,l=0,o=0;this.viewports=r.map(({from:c,to:f})=>{let m=n.lineAt(c,Ot.ByPos,e,0,0).top,p=n.lineAt(f,Ot.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 Eg?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 bc(t,e){if(e.scale==1)return t;let n=e.toDOM(t.top),r=e.toDOM(t.bottom);return new Er(t.from,t.length,n,r-n,Array.isArray(t._content)?t._content.map(i=>bc(i,e)):t._content)}const J0=Ae.define({combine:t=>t.join(" ")}),Op=Ae.define({combine:t=>t.indexOf(!0)>-1}),yp=ja.newName(),H7=ja.newName(),Y7=ja.newName(),B7={"&light":"."+H7,"&dark":"."+Y7};function xp(t,e,n){return new ja(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 ZR=xp("."+yp,{"&":{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"}},B7),jR={childList:!0,characterData:!0,subtree:!0,attributes:!0,characterDataOldValue:!0},R2=ve.ie&&ve.ie_version<=11;class RR{constructor(e){this.view=e,this.active=!1,this.editContext=null,this.selectionRange=new cj,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);(ve.ie&&ve.ie_version<=11||ve.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&&ve.android&&e.constructor.EDIT_CONTEXT!==!1&&!(ve.chrome&&ve.chrome_version<126)&&(this.editContext=new VR(e),e.state.facet(Ri)&&(e.contentDOM.editContext=this.editContext.editContext)),R2&&(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(Ri)?r.root.activeElement!=this.dom:!Tc(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}(ve.ie&&ve.ie_version<=11||ve.android&&ve.chrome)&&!r.state.selection.main.empty&&i.focusNode&&Cc(i.focusNode,i.focusOffset,i.anchorNode,i.anchorOffset)?this.flushSoon():this.flush(!1)}readSelectionRange(){let{view:e}=this,n=Ic(e.root);if(!n)return!1;let r=ve.safari&&e.root.nodeType==11&&e.root.activeElement==this.dom&&NR(this.view,n)||n;if(!r||this.selectionRange.eq(r))return!1;let i=Tc(this.dom,r);return i&&!this.selectionChanged&&e.inputState.lastFocusTime>Date.now()-200&&e.inputState.lastTouchTime<Date.now()-300&&fj(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,jR),R2&&this.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.active=!0)}stop(){this.active&&(this.active=!1,this.observer.disconnect(),R2&&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&&Ys(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&&Tc(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 eR(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=P7(this.view,n);return this.view.state==r&&(n.domChanged||n.newSel&&!G1(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=xy(n,e.previousSibling||e.target.previousSibling,-1),i=xy(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(Ri)!=e.state.facet(Ri)&&(e.view.contentDOM.editContext=e.state.facet(Ri)?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 xy(t,e,n){for(;e;){let r=Qt.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 by(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 Cc(o.node,o.offset,i,l)&&([n,r,i,l]=[i,l,n,r]),{anchorNode:n,anchorOffset:r,focusNode:i,focusOffset:l}}function NR(t,e){if(e.getComposedRanges){let i=e.getComposedRanges(t.root)[0];if(i)return by(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?by(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=Z7(e.state.sliceDoc(c,f),r.text,(m?i.from:i.to)-c,m?"end":null);if(!p){let x=he.single(this.toEditorPos(r.selectionStart),this.toEditorPos(r.selectionEnd));G1(x,i)||e.dispatch({selection:x,userEvent:"select"});return}let g={from:p.from+c,to:p.toA+c,insert:Ge.of(r.text.slice(p.from,p.toB).split(`
101
+ `))};if((ve.mac||ve.android)&&g.from==o-1&&/^\. ?$/.test(r.text)&&e.contentDOM.getAttribute("autocorrect")=="off"&&(g={from:c,to:f,insert:Ge.of([r.text.replace("."," ")])}),this.pendingContextChange=g,!e.state.readOnly){let x=this.to-this.from+(g.to-g.from+g.insert.length);Tg(e,g,he.single(this.toEditorPos(r.selectionStart,x),this.toEditorPos(r.selectionEnd,x)))}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(Ne.mark({attributes:{style:p}}).range(f,m))}}}e.dispatch({effects:S7.of(Ne.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=Ic(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 we{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||uj(e.parent)||document,this.viewState=new gy(this,e.state||Ke.create(e)),e.scrollTo&&e.scrollTo.is(q0)&&(this.viewState.scrollTarget=e.scrollTo.value.clip(this.viewState.state)),this.plugins=this.state.facet(Rs).map(i=>new E2(i));for(let i of this.plugins)i.update(this);this.observer=new RR(this),this.inputState=new iR(this),this.inputState.ensureHandlers(this.plugins),this.docView=new ry(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 Yt?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 x of e){if(x.startState!=l)throw new RangeError("Trying to update state with a transaction that doesn't start from the previous state.");l=x.state}if(this.destroyed){this.viewState.state=l;return}let o=this.hasFocus,c=0,f=null;e.some(x=>x.annotation(D7))?(this.inputState.notifiedFocused=o,c=1):o!=this.inputState.notifiedFocused&&(this.inputState.notifiedFocused=o,f=_7(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(Ke.phrases)!=this.state.facet(Ke.phrases))return this.setState(l);i=U1.create(this,l,e),i.flags|=c;let g=this.viewState.scrollTarget;try{this.updateState=2;for(let x of e){if(g&&(g=g.map(x.changes)),x.scrollIntoView){let{main:b}=x.state.selection;g=new Bs(b.empty?b:he.cursor(b.head,b.head>b.anchor?-1:1))}for(let b of x.effects)b.is(q0)&&(g=b.value.clip(this.state))}this.viewState.update(i,g),this.bidiCache=J1.update(this.bidiCache,i.changes),i.empty||(this.updatePlugins(i),this.inputState.update(i)),n=this.docView.update(i),this.state.facet(xc)!=this.styleModules&&this.mountStyles(),r=this.updateAttrs(),this.showAnnouncements(e),this.docView.updateSelection(n,e.some(x=>x.isUserEvent("select.pointer")))}finally{this.updateState=0}if(i.startState.facet(J0)!=i.state.facet(J0)&&(this.viewState.mustMeasureContent=!0),(n||r||g||this.viewState.mustEnforceCursorAssoc||this.viewState.mustMeasureContent)&&this.requestMeasure(),n&&this.docViewUpdate(),!i.empty)for(let x of this.state.facet(dp))try{x(i)}catch(b){Gr(this.state,b,"update listener")}(f||p)&&Promise.resolve().then(()=>{f&&this.state==f.startState&&this.dispatch(f),p&&!P7(this,p)&&m.force&&Ys(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 gy(this,e),this.plugins=e.facet(Rs).map(r=>new E2(r)),this.pluginMap.clear();for(let r of this.plugins)r.update(this);this.docView.destroy(),this.docView=new ry(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(Rs),r=e.state.facet(Rs);if(n!=r){let i=[];for(let l of r){let o=n.indexOf(l);if(o<0)i.push(new E2(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){Gr(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(l7(r||this.win))l=-1,o=this.viewState.heightMap.height;else{let b=this.viewState.scrollAnchorAt(i);l=b.from,o=b.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(b=>{try{return b.read(this)}catch(S){return Gr(this.state,S),vy}}),g=U1.create(this,this.state,[]),x=!1;g.flags|=f,n?n.flags|=f:n=g,this.updateState=2,g.empty||(this.updatePlugins(g),this.inputState.update(g),this.updateAttrs(),x=this.docView.update(g),x&&this.docViewUpdate());for(let b=0;b<m.length;b++)if(p[b]!=vy)try{let S=m[b];S.write&&S.write(p[b],this)}catch(S){Gr(this.state,S)}if(x&&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(dp))c(n)}get themeClasses(){return yp+" "+(this.state.facet(Op)?Y7:H7)+" "+this.state.facet(J0)}updateAttrs(){let e=Sy(this,w7,{class:"cm-editor"+(this.hasFocus?" cm-focused ":" ")+this.themeClasses}),n={spellcheck:"false",autocorrect:"off",autocapitalize:"off",writingsuggestions:"false",translate:"no",contenteditable:this.state.facet(Ri)?"true":"false",class:"cm-content",style:`${ve.tabSize}: ${this.state.tabSize}`,role:"textbox","aria-multiline":"true"};this.state.readOnly&&(n["aria-readonly"]="true"),Sy(this,kg,n);let r=this.observer.ignore(()=>{let i=G3(this.contentDOM,this.contentAttrs,n),l=G3(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(we.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(xc);let e=this.state.facet(we.cspNonce);ja.mount(this.root,this.styleModules.concat(ZR).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 Z2(this,e,iy(this,e,n,r))}moveByGroup(e,n){return Z2(this,e,iy(this,e,n,r=>Uj(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 he.cursor(l.side(n,i)+e.from,l.forward(!n,i)?1:-1)}moveToLineBoundary(e,n,r=!0){return qj(this,e,n,r)}moveVertically(e,n,r){return Z2(this,e,Ij(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=pp(this,e,n);return r&&r.pos}posAndSideAtCoords(e,n=!0){return this.readMeasured(),pp(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[Wr.find(l,e-i.from,-1,n)];return q1(r,o.dir==Nt.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(b7)||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>LR)return h7(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||f7(l.isolates,r=ey(this,e))))return l.order;r||(r=ey(this,e));let i=yj(e.text,n,r);return this.bidiCache.push(new J1(e.from,e.to,n,r,!0,i)),i}get hasFocus(){var e;return(this.dom.ownerDocument.hasFocus()||ve.safari&&((e=this.inputState)===null||e===void 0?void 0:e.lastContextMenu)>Date.now()-3e4)&&this.root.activeElement==this.contentDOM}focus(){this.observer.ignore(()=>{a7(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 q0.of(new Bs(typeof e=="number"?he.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 q0.of(new Bs(he.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 Dn.define(()=>({}),{eventHandlers:e})}static domEventObservers(e){return Dn.define(()=>({}),{eventObservers:e})}static theme(e,n){let r=ja.newName(),i=[J0.of(r),xc.of(xp(`.${r}`,e))];return n&&n.dark&&i.push(Op.of(!0)),i}static baseTheme(e){return uu.lowest(xc.of(xp("."+yp,e,B7)))}static findFromDOM(e){var n;let r=e.querySelector(".cm-content"),i=r&&Qt.get(r)||Qt.get(e);return((n=i==null?void 0:i.root)===null||n===void 0?void 0:n.view)||null}}we.styleModule=xc;we.inputHandler=y7;we.clipboardInputFilter=wg;we.clipboardOutputFilter=Ag;we.scrollHandler=v7;we.focusChangeEffect=x7;we.perLineTextDirection=b7;we.exceptionSink=O7;we.updateListener=dp;we.editable=Ri;we.mouseSelectionStyle=g7;we.dragMovesSelection=p7;we.clickAddsSelectionRange=m7;we.decorations=Qf;we.blockWrappers=A7;we.outerDecorations=Mg;we.atomicRanges=du;we.bidiIsolatedRanges=k7;we.scrollMargins=M7;we.darkTheme=Op;we.cspNonce=Ae.define({combine:t=>t.length?t[0]:""});we.contentAttributes=kg;we.editorAttributes=w7;we.lineWrapping=we.contentAttributes.of({class:"cm-lineWrapping"});we.announce=et.define();const LR=4096,vy={};class J1{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:Nt.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 J1(n.mapPos(o.from,1),n.mapPos(o.to,-1),o.dir,o.isolates,!1,o.order))}return r}}function Sy(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&&bg(o,n)}return n}const DR=ve.mac?"mac":ve.windows?"win":ve.linux?"linux":"key";function _R(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 e1(t,e,n){return e.altKey&&(t="Alt-"+t),e.ctrlKey&&(t="Ctrl-"+t),e.metaKey&&(t="Meta-"+t),n!==!1&&e.shiftKey&&(t="Shift-"+t),t}const XR=uu.default(we.domEventHandlers({keydown(t,e){return q7(F7(e.state),t,e,"editor")}})),$g=Ae.define({enables:XR}),wy=new WeakMap;function F7(t){let e=t.facet($g),n=wy.get(e);return n||wy.set(e,n=YR(e.reduce((r,i)=>r.concat(i),[]))),n}function zR(t,e,n){return q7(F7(t.state),e,t,n)}let Ta=null;const HR=4e3;function YR(t,e=DR){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,x;let b=n[o]||(n[o]=Object.create(null)),S=c.split(/ (?!$)/).map(k=>_R(k,e));for(let k=1;k<S.length;k++){let E=S.slice(0,k).join(" ");i(E,!0),b[E]||(b[E]={preventDefault:!0,stopPropagation:!1,run:[P=>{let Q=Ta={view:P,prefix:E,scope:o};return setTimeout(()=>{Ta==Q&&(Ta=null)},HR),!0}]})}let w=S.join(" ");i(w,!1);let A=b[w]||(b[w]={preventDefault:!1,stopPropagation:!1,run:((x=(g=b._any)===null||g===void 0?void 0:g.run)===null||x===void 0?void 0:x.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 x in p)p[x].run.push(b=>g(b,bp))}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 bp=null;function q7(t,e,n,r){bp=e;let i=nj(e),l=Rl(i,0),o=cu(l)==i.length&&i!=" ",c="",f=!1,m=!1,p=!1;Ta&&Ta.view==n&&Ta.scope==r&&(c=Ta.prefix+" ",R7.indexOf(e.keyCode)<0&&(m=!0,Ta=null));let g=new Set,x=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},b=t[r],S,w;return b&&(x(b[c+e1(i,e,!o)])?f=!0:o&&(e.altKey||e.metaKey||e.ctrlKey)&&!(ve.windows&&e.ctrlKey&&e.altKey)&&!(ve.mac&&e.altKey&&!(e.ctrlKey||e.metaKey))&&(S=Ra[e.keyCode])&&S!=i?(x(b[c+e1(S,e,!0)])||e.shiftKey&&(w=qc[e.keyCode])!=i&&w!=S&&x(b[c+e1(w,e,!1)]))&&(f=!0):o&&e.shiftKey&&x(b[c+e1(i,e,!0)])&&(f=!0),!f&&x(b._any)&&(f=!0)),m&&(f=!0),f&&p&&e.stopPropagation(),bp=null,f}function BR(){return qR}const FR=Ne.line({class:"cm-activeLine"}),qR=Dn.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(FR.range(i.from)),e=i.from)}return Ne.set(n)}},{decorations:t=>t.decorations}),Ay=Ae.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 U7(t,e){let n=t.plugin(I7),r=n?n.specs.indexOf(e):-1;return r>-1?n.panels[r]:null}const I7=Dn.fromClass(class{constructor(t){this.input=t.state.facet(ef),this.specs=this.input.filter(n=>n),this.panels=this.specs.map(n=>n(t));let e=t.state.facet(Ay);this.top=new t1(t,!0,e.topContainer),this.bottom=new t1(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(Ay);this.top.container!=e.topContainer&&(this.top.sync([]),this.top=new t1(t.view,!0,e.topContainer)),this.bottom.container!=e.bottomContainer&&(this.bottom.sync([]),this.bottom=new t1(t.view,!1,e.bottomContainer)),this.top.syncClasses(),this.bottom.syncClasses();let n=t.state.facet(ef);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=>we.scrollMargins.of(e=>{let n=e.plugin(t);return n&&{top:n.top.scrollMargin(),bottom:n.bottom.scrollMargin()}})});class t1{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=ky(e);e=e.nextSibling}else this.dom.insertBefore(n.dom,e);for(;e;)e=ky(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 ky(t){let e=t.nextSibling;return t.remove(),e}const ef=Ae.define({enables:I7});function UR(t,e){let n,r=new Promise(o=>n=o),i=o=>IR(o,e,n);t.state.field(N2,!1)?t.dispatch({effects:W7.of(i)}):t.dispatch({effects:et.appendConfig.of(N2.init(()=>[i]))});let l=G7.of(i);return{close:l,result:r.then(o=>((t.win.queueMicrotask||(f=>t.win.setTimeout(f,10)))(()=>{t.state.field(N2).indexOf(i)>-1&&t.dispatch({effects:l})}),o))}}const N2=er.define({create(){return[]},update(t,e){for(let n of e.effects)n.is(W7)?t=[n.value].concat(t):n.is(G7)&&(t=t.filter(r=>r!=n.value));return t},provide:t=>ef.computeN([t],e=>e.field(t))}),W7=et.define(),G7=et.define();function IR(t,e,n){let r=e.content?e.content(t,()=>o(null)):null;if(!r){if(r=Kt("form"),e.input){let c=Kt("input",e.input);/^(text|password|number|email|tel|url)$/.test(c.type)&&c.classList.add("cm-textfield"),c.name||(c.name="input"),r.appendChild(Kt("label",(e.label||"")+": ",c))}else r.appendChild(document.createTextNode(e.label||""));r.appendChild(document.createTextNode(" ")),r.appendChild(Kt("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=Kt("div",r,Kt("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 Yi extends Za{compare(e){return this==e||this.constructor==e.constructor&&this.eq(e)}eq(e){return!1}destroy(e){}}Yi.prototype.elementClass="";Yi.prototype.toDOM=void 0;Yi.prototype.mapMode=dn.TrackBefore;Yi.prototype.startSide=Yi.prototype.endSide=-1;Yi.prototype.point=!0;const C1=Ae.define(),WR=Ae.define(),GR={class:"",renderEmptyElements:!1,elementStyle:"",markers:()=>qe.empty,lineMarker:()=>null,widgetMarker:()=>null,lineMarkerChange:null,initialSpacer:null,updateSpacer:null,domEventHandlers:{},side:"before"},$c=Ae.define();function KR(t){return[K7(),$c.of({...GR,...t})]}const My=Ae.define({combine:t=>t.some(e=>e)});function K7(t){return[JR]}const JR=Dn.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($c).map(e=>new Cy(t,e)),this.fixed=!t.state.facet(My);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(My)!=!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=qe.iter(this.view.state.facet(C1),this.view.viewport.from),r=[],i=this.gutters.map(l=>new eN(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==Ln.Text&&o){vp(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==Ln.Text){vp(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($c),n=t.state.facet($c),r=t.docChanged||t.heightChanged||t.viewportChanged||!qe.eq(t.startState.facet(C1),t.state.facet(C1),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=>we.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==Nt.LTR?{left:r,right:i}:{right:r,left:i}})});function Ty(t){return Array.isArray(t)?t:[t]}function vp(t,e,n){for(;t.value&&t.from<=n;)t.from==n&&e.push(t.value),t.next()}class eN{constructor(e,n,r){this.gutter=e,this.height=r,this.i=0,this.cursor=qe.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 J7(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=[];vp(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(WR)){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=Ty(n.markers(e)),n.initialSpacer&&(this.spacer=new J7(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=Ty(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!qe.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 J7{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":""),tN(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 tN(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 nN=Ae.define(),rN=Ae.define(),Ns=Ae.define({combine(t){return uo(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 V2 extends Yi{constructor(e){super(),this.number=e}eq(e){return this.number==e.number}toDOM(){return document.createTextNode(this.number)}}function L2(t,e){return t.state.facet(Ns).formatNumber(e,t.state)}const iN=$c.compute([Ns],t=>({class:"cm-lineNumbers",renderEmptyElements:!1,markers(e){return e.state.facet(nN)},lineMarker(e,n,r){return r.some(i=>i.toDOM)?null:new V2(L2(e,e.state.doc.lineAt(n.from).number))},widgetMarker:(e,n,r)=>{for(let i of e.state.facet(rN)){let l=i(e,n,r);if(l)return l}return null},lineMarkerChange:e=>e.startState.facet(Ns)!=e.state.facet(Ns),initialSpacer(e){return new V2(L2(e,Ey(e.state.doc.lines)))},updateSpacer(e,n){let r=L2(n.view,Ey(n.view.state.doc.lines));return r==e.number?e:new V2(r)},domEventHandlers:t.facet(Ns).domEventHandlers,side:"before"}));function aN(t={}){return[Ns.of(t),K7(),iN]}function Ey(t){let e=9;for(;e<t;)e=e*10+9;return e}const lN=new class extends Yi{constructor(){super(...arguments),this.elementClass="cm-activeLineGutter"}},sN=C1.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(lN.range(i)))}return qe.of(e)});function oN(){return sN}const e9=1024;let cN=0;class Or{constructor(e,n){this.from=e,this.to=n}}class Xe{constructor(e={}){this.id=cN++,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]}}}Xe.closedBy=new Xe({deserialize:t=>t.split(" ")});Xe.openedBy=new Xe({deserialize:t=>t.split(" ")});Xe.group=new Xe({deserialize:t=>t.split(" ")});Xe.isolate=new Xe({deserialize:t=>{if(t&&t!="rtl"&&t!="ltr"&&t!="auto")throw new RangeError("Invalid value for isolate: "+t);return t||"auto"}});Xe.contextHash=new Xe({perNode:!0});Xe.lookAhead=new Xe({perNode:!0});Xe.mounted=new Xe({perNode:!0});class Fs{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[Xe.mounted.id]}}const uN=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):uN,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(Xe.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(Xe.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 Qg{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 Qg(n)}}const n1=new WeakMap,$y=new WeakMap;var at;(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"})(at||(at={}));class At{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=Fs.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 tf(this.topNode,e)}cursorAt(e,n=0,r=0){let i=n1.get(this)||this.topNode,l=new tf(i);return l.moveTo(e,n),n1.set(this,l._tree),l}get topNode(){return new pn(this,0,0,null)}resolve(e,n=0){let r=Gc(n1.get(this)||this.topNode,e,n,!1);return n1.set(this,r),r}resolveInner(e,n=0){let r=Gc($y.get(this)||this.topNode,e,n,!0);return $y.set(this,r),r}resolveStack(e,n=0){return dN(this,e,n)}iterate(e){let{enter:n,leave:r,from:i=0,to:l=this.length}=e,o=e.mode||0,c=(o&at.IncludeAnonymous)>0;for(let f=this.cursor(o|at.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:jg(Sn.none,this.children,this.positions,0,this.children.length,0,this.length,(n,r,i)=>new At(this.type,n,r,i,this.propValues),e.makeTree||((n,r,i)=>new At(Sn.none,n,r,i)))}static build(e){return mN(e)}}At.empty=new At(Sn.none,[],[],0);class Pg{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 Pg(this.buffer,this.index)}}class Va{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&&!(t9(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 Va(l,o,this.set)}}function t9(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 Gc(t,e,n,r){for(var i;t.from==t.to||(n<1?t.from>=e:t.from>e)||(n>-1?t.to<=e:t.to<e);){let o=!r&&t instanceof pn&&t.index<0?null:t.parent;if(!o)return t;t=o}let l=r?0:at.IgnoreOverlays;if(r)for(let o=t,c=o.parent;c;o=c,c=o.parent)o instanceof pn&&o.index<0&&((i=c.enter(e,n,l))===null||i===void 0?void 0:i.from)!=o.from&&(t=c);for(;;){let o=t.enter(e,n,l);if(!o)return t;t=o}}class n9{cursor(e=0){return new tf(this,e)}getChild(e,n=null,r=null){let i=Qy(this,e,n,r);return i.length?i[0]:null}getChildren(e,n=null,r=null){return Qy(this,e,n,r)}resolve(e,n=0){return Gc(this,e,n,!1)}resolveInner(e,n=0){return Gc(this,e,n,!0)}matchContext(e){return Sp(this.parent,e)}enterUnfinishedNodesBefore(e){let n=this.childBefore(e),r=this;for(;n;){let i=n.lastChild;if(!i||i.to!=n.to)break;i.type.isError&&i.from==i.to?(r=n,n=i.prevSibling):n=i}return r}get node(){return this}get next(){return this.parent}}class pn extends n9{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,x;if(!(!(l&at.EnterBracketed&&p instanceof At&&(x=Fs.get(p))&&!x.overlay&&x.bracketed&&r>=g&&r<=g+p.length)&&!t9(i,r,g,g+p.length))){if(p instanceof Va){if(l&at.ExcludeBuffers)continue;let b=p.findChild(0,p.buffer.length,n,r-g,i);if(b>-1)return new Kr(new fN(o,p,e,g),null,b)}else if(l&at.IncludeAnonymous||!p.type.isAnonymous||Zg(p)){let b;if(!(l&at.IgnoreMounts)&&(b=Fs.get(p))&&!b.overlay)return new pn(b.tree,g,e,o);let S=new pn(p,g,e,o);return l&at.IncludeAnonymous||!S.type.isAnonymous?S:S.nextChild(n<0?p.children.length-1:0,n,r,i,l)}}}if(l&at.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&at.IgnoreOverlays)&&(i=Fs.get(this._tree))&&i.overlay){let l=e-this.from,o=r&at.EnterBracketed&&i.bracketed;for(let{from:c,to:f}of i.overlay)if((n>0||o?c<=l:c<l)&&(n<0||o?f>=l:f>l))return new pn(i.tree,i.overlay[0].from+this.from,-1,this)}return this.nextChild(0,1,e,n,r)}nextSignificantParent(){let e=this;for(;e.type.isAnonymous&&e._parent;)e=e._parent;return e}get parent(){return this._parent?this._parent.nextSignificantParent():null}get nextSibling(){return this._parent&&this.index>=0?this._parent.nextChild(this.index+1,1,0,4):null}get prevSibling(){return this._parent&&this.index>=0?this._parent.nextChild(this.index-1,-1,0,4):null}get tree(){return this._tree}toTree(){return this._tree}toString(){return this._tree.toString()}}function Qy(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 Sp(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 fN{constructor(e,n,r,i){this.parent=e,this.buffer=n,this.index=r,this.start=i}}class Kr extends n9{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 Kr(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&at.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 Kr(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 Kr(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 Kr(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 At(this.type,e,n,this.to-this.from)}toString(){return this.context.buffer.childString(this.index)}}function r9(t){if(!t.length)return null;let e=0,n=t[0];for(let l=1;l<t.length;l++){let o=t[l];(o.from>n.from||o.to<n.to)&&(n=o,e=l)}let r=n instanceof pn&&n.index<0?null:n.parent,i=t.slice();return r?i[e]=r:i.splice(e,1),new hN(i,n)}class hN{constructor(e,n){this.heads=e,this.node=n}get next(){return r9(this.heads)}}function dN(t,e,n){let r=t.resolveInner(e,n),i=null;for(let l=r instanceof pn?r:r.context.parent;l;l=l.parent)if(l.index<0){let o=l.parent;(i||(i=[r])).push(o.resolve(e,n)),l=o}else{let o=Fs.get(l.tree);if(o&&o.overlay&&o.overlay[0].from<=e&&o.overlay[o.overlay.length-1].to>=e){let c=new pn(o.tree,o.overlay[0].from+l.from,-1,l);(i||(i=[r])).push(Gc(c,e,n,!1))}}return i?r9(i):r}class tf{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&~at.EnterBracketed,e instanceof pn)this.yieldNode(e);else{this._tree=e.context.parent,this.buffer=e.context;for(let r=e._parent;r;r=r._parent)this.stack.unshift(r.index);this.bufferNode=e,this.yieldBuf(e.index)}}yieldNode(e){return e?(this._tree=e,this.type=e.type,this.from=e.from,this.to=e.to,!0):!1}yieldBuf(e,n){this.index=e;let{start:r,buffer:i}=this.buffer;return this.type=n||i.set.types[i.buffer[e]],this.from=r+i.buffer[e+1],this.to=r+i.buffer[e+2],!0}yield(e){return e?e instanceof pn?(this.buffer=null,this.yieldNode(e)):(this.buffer=e.context,this.yieldBuf(e.index,e.type)):!1}toString(){return this.buffer?this.buffer.buffer.childString(this.index):this._tree.toString()}enterChild(e,n,r){if(!this.buffer)return this.yield(this._tree.nextChild(e<0?this._tree._tree.children.length-1:0,e,n,r,this.mode));let{buffer:i}=this.buffer,l=i.findChild(this.index+4,i.buffer[this.index+3],e,n-this.buffer.start,r);return l<0?!1:(this.stack.push(this.index),this.yieldBuf(l))}firstChild(){return this.enterChild(1,0,4)}lastChild(){return this.enterChild(-1,0,4)}childAfter(e){return this.enterChild(1,e,2)}childBefore(e){return this.enterChild(-1,e,-2)}enter(e,n,r=this.mode){return this.buffer?r&at.ExcludeBuffers?!1:this.enterChild(1,e,n):this.yield(this._tree.enter(e,n,r))}parent(){if(!this.buffer)return this.yieldNode(this.mode&at.IncludeAnonymous?this._tree._parent:this._tree.parent);if(this.stack.length)return this.yieldBuf(this.stack.pop());let e=this.mode&at.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&at.IncludeAnonymous||c instanceof Va||!c.type.isAnonymous||Zg(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 Kr(this.buffer,n,this.stack[i]);return this.bufferNode=new Kr(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 Sp(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 Sp(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 Zg(t){return t.children.some(e=>e instanceof Va||!e.type.isAnonymous||Zg(e))}function mN(t){var e;let{buffer:n,nodeSet:r,maxBufferLength:i=e9,reused:l=[],minRepeatType:o=r.types.length}=t,c=Array.isArray(n)?new Pg(n,n.length):n,f=r.types,m=0,p=0;function g(C,Z,M,V,X,Y){let{id:L,start:H,end:q,size:J}=c,D=p,R=m;if(J<0)if(c.next(),J==-1){let $=l[L];M.push($),V.push(H-C);return}else if(J==-3){m=L;return}else if(J==-4){p=L;return}else throw new RangeError(`Unrecognized record size: ${J}`);let F=f[L],B,I,z=H-C;if(q-H<=i&&(I=A(c.pos-Z,X))){let $=new Uint16Array(I.size-I.skip),j=c.pos-I.size,_=$.length;for(;c.pos>j;)_=k(I.start,$,_);B=new Va($,q-I.start,r),z=I.start-C}else{let $=c.pos-J;c.next();let j=[],_=[],U=L>=o?L:-1,se=0,ae=q;for(;c.pos>$;)U>=0&&c.id==U&&c.size>=0?(c.end<=ae-i&&(S(j,_,H,se,c.end,ae,U,D,R),se=j.length,ae=c.end),c.next()):Y>2500?x(H,$,j,_):g(H,$,j,_,U,Y+1);if(U>=0&&se>0&&se<j.length&&S(j,_,H,se,H,ae,U,D,R),j.reverse(),_.reverse(),U>-1&&se>0){let ie=b(F,R);B=jg(F,j,_,0,j.length,0,q-H,ie,ie)}else B=w(F,j,_,q-H,D-q,R)}M.push(B),V.push(z)}function x(C,Z,M,V){let X=[],Y=0,L=-1;for(;c.pos>Z;){let{id:H,start:q,end:J,size:D}=c;if(D>4)c.next();else{if(L>-1&&q<L)break;L<0&&(L=J-i),X.push(H,q,J),Y++,c.next()}}if(Y){let H=new Uint16Array(Y*4),q=X[X.length-2];for(let J=X.length-3,D=0;J>=0;J-=3)H[D++]=X[J],H[D++]=X[J+1]-q,H[D++]=X[J+2]-q,H[D++]=D;M.push(new Va(H,X[2]-q,r)),V.push(q-C)}}function b(C,Z){return(M,V,X)=>{let Y=0,L=M.length-1,H,q;if(L>=0&&(H=M[L])instanceof At){if(!L&&H.type==C&&H.length==X)return H;(q=H.prop(Xe.lookAhead))&&(Y=V[L]+H.length+q)}return w(C,M,V,X,Y,Z)}}function S(C,Z,M,V,X,Y,L,H,q){let J=[],D=[];for(;C.length>V;)J.push(C.pop()),D.push(Z.pop()+M-X);C.push(w(r.types[L],J,D,Y-X,H-Y,q)),Z.push(X-M)}function w(C,Z,M,V,X,Y,L){if(Y){let H=[Xe.contextHash,Y];L=L?[H].concat(L):[H]}if(X>25){let H=[Xe.lookAhead,X];L=L?[H].concat(L):[H]}return new At(C,Z,M,V,L)}function A(C,Z){let M=c.fork(),V=0,X=0,Y=0,L=M.end-i,H={size:0,start:0,skip:0};e:for(let q=M.pos-C;M.pos>q;){let J=M.size;if(M.id==Z&&J>=0){H.size=V,H.start=X,H.skip=Y,Y+=4,V+=4,M.next();continue}let D=M.pos-J;if(J<0||D<q||M.start<L)break;let R=M.id>=o?4:0,F=M.start;for(M.next();M.pos>D;){if(M.size<0)if(M.size==-3||M.size==-4)R+=4;else break e;else M.id>=o&&(R+=4);M.next()}X=F,V+=J,Y+=R}return(Z<0||V==C)&&(H.size=V,H.start=X,H.skip=Y),H.size>4?H:void 0}function k(C,Z,M){let{id:V,start:X,end:Y,size:L}=c;if(c.next(),L>=0&&V<o){let H=M;if(L>4){let q=c.pos-(L-4);for(;c.pos>q;)M=k(C,Z,M)}Z[--M]=H,Z[--M]=Y-C,Z[--M]=X-C,Z[--M]=V}else L==-3?m=V:L==-4&&(p=V);return M}let E=[],P=[];for(;c.pos>0;)g(t.start||0,t.bufferStart||0,E,P,-1,0);let Q=(e=t.length)!==null&&e!==void 0?e:E.length?P[0]+E[0].length:0;return new At(f[t.topID],E.reverse(),P.reverse(),Q)}const Py=new WeakMap;function E1(t,e){if(!t.isAnonymous||e instanceof Va||e.type!=t)return 1;let n=Py.get(e);if(n==null){n=1;for(let r of e.children){if(r.type!=t||!(r instanceof At)){n=1;break}n+=E1(t,r)}Py.set(e,n)}return n}function jg(t,e,n,r,i,l,o,c,f){let m=0;for(let S=r;S<i;S++)m+=E1(t,e[S]);let p=Math.ceil(m*1.5/8),g=[],x=[];function b(S,w,A,k,E){for(let P=A;P<k;){let Q=P,C=w[P],Z=E1(t,S[P]);for(P++;P<k;P++){let M=E1(t,S[P]);if(Z+M>=p)break;Z+=M}if(P==Q+1){if(Z>p){let M=S[Q];b(M.children,M.positions,0,M.children.length,w[Q]+E);continue}g.push(S[Q])}else{let M=w[P-1]+S[P-1].length-C;g.push(jg(t,S,w,Q,P,C,M,null,f))}x.push(C+E-l)}}return b(e,n,r,i,0),(c||f)(g,x,o)}class i9{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 Kr?this.setBuffer(e.context.buffer,e.index,n):e instanceof pn&&this.map.set(e.tree,n)}get(e){return e instanceof Kr?this.getBuffer(e.context.buffer,e.index):e instanceof pn?this.map.get(e.tree):void 0}cursorSet(e,n){e.buffer?this.setBuffer(e.buffer.buffer,e.index,n):this.map.set(e.tree,n)}cursorGet(e){return e.buffer?this.getBuffer(e.buffer.buffer,e.index):this.map.get(e.tree)}}class Li{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 Li(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 x=o;if(f>=x.from||g<=x.to||m){let b=Math.max(x.from,f)-m,S=Math.min(x.to,g)-m;x=b>=S?null:new Li(b,S,x.tree,x.offset+m,c>0,!!p)}if(x&&i.push(x),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 a9{startParse(e,n,r){return typeof e=="string"&&(e=new pN(e)),r=r?r.length?r.map(i=>new Or(i.from,i.to)):[new Or(0,0)]:[new Or(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 pN{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 gN(t){return(e,n,r,i)=>new yN(e,t,n,r,i)}class Zy{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 jy(t){if(!t.length||t.some(e=>e.from>=e.to))throw new RangeError("Invalid inner parse ranges given: "+JSON.stringify(t))}class ON{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 wp=new Xe({perNode:!0});class yN{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 At(r.type,r.children,r.positions,r.length,r.propValues.concat([[wp,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[Xe.mounted.id]=new Fs(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 vN(this.fragments),n=null,r=null,i=new tf(new pn(this.baseTree,this.ranges[0].from,0,null),at.IncludeAnonymous|at.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,x=p.to+m.pos;g>=i.from&&x<=i.to&&!n.ranges.some(b=>b.from<x&&b.to>g)&&n.ranges.push({from:g,to:x})}}c=!1}else if(r&&(o=xN(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||(bN(i),n&&n.depth++,r&&r.depth++);let m=e.findMounts(i.from,l.parser);if(typeof l.overlay=="function")n=new ON(l.parser,l.overlay,m,this.inner.length,i.from,!!l.bracketed,i.tree,n);else{let p=Vy(this.ranges,l.overlay||(i.from<i.to?[new Or(i.from,i.to)]:[]));p.length&&jy(p),(p.length||!l.overlay)&&this.inner.push(new Zy(l.parser,p.length?l.parser.startParse(this.input,Ly(m,p),p):l.parser.startParse(""),l.overlay?l.overlay.map(g=>new Or(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 Or(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=Vy(this.ranges,n.ranges);m.length&&(jy(m),this.inner.splice(n.index,0,new Zy(n.parser,n.parser.startParse(this.input,Ly(n.mounts,m),m),n.ranges.map(p=>new Or(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 xN(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 Ry(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 bN(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,x,b,S,w){let A=n[w],k=[],E=[];Ry(o,p,A,k,E,b);let P=c[A+1],Q=c[A+2];f.push(k.length);let C=w?m(A+4,c[A+3],o.set.types[c[A]],P,Q-P,w-1):e.toTree();return k.push(C),E.push(P-b),Ry(o,c[A+3],g,k,E,b),new At(x,k,E,S)}i.children[l]=m(0,c.length,Sn.none,0,o.length,n.length-1);for(let p of f){let g=t.tree.children[p],x=t.tree.positions[p];t.yield(new pn(g,x+t.from,p,t._tree))}}class Ny{constructor(e,n){this.offset=n,this.done=!1,this.cursor=e.cursor(at.IncludeAnonymous|at.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,at.IgnoreOverlays|at.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 At)n=n.children[0];else break}return!1}}let vN=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(wp))!==null&&n!==void 0?n:r.to,this.inner=new Ny(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(wp))!==null&&e!==void 0?e:n.to,this.inner=new Ny(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(Xe.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 Vy(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 Or(f.from,o),f.to>c&&n.splice(l+1,0,new Or(c,f.to))):f.to>c?n[l--]=new Or(c,f.to):n.splice(l--,1))}}return r}function SN(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 x=Math.max(f,n),b=Math.min(p,g,r);x<b&&m.push(new Or(x,b))}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 Ly(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(x=>new Or(x.from+r,x.to+r)),g=SN(e,p,f,m);for(let x=0,b=f;;x++){let S=x==g.length,w=S?m:g[x].from;if(w>b&&n.push(new Li(b,w,i.tree,-o,l.from>=b||l.openStart,l.to<=w||l.openEnd)),S)break;b=g[x].to}}else n.push(new Li(f,m,i.tree,-o,l.from>=o||l.openStart,l.to<=c||l.openEnd))}return n}let wN=0;class mr{constructor(e,n,r,i){this.name=e,this.set=n,this.base=r,this.modified=i,this.id=wN++}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 nf(e);return r=>r.modified.indexOf(n)>-1?r:nf.get(r.base||r,r.modified.concat(n).sort((i,l)=>i.id-l.id))}}let AN=0;class nf{constructor(e){this.name=e,this.instances=[],this.id=AN++}static get(e,n){if(!n.length)return e;let r=n[0].instances.find(c=>c.base==e&&kN(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=MN(n);for(let c of e.set)if(!c.modified.length)for(let f of o)i.push(nf.get(c,f));return l}}function kN(t,e){return t.length==e.length&&t.every((n,r)=>n==e[r])}function MN(t){let e=[[]];for(let n=0;n<t.length;n++)for(let r=0,i=e.length;r<i;r++)e.push(e[r].concat(t[n]));return e.sort((n,r)=>r.length-n.length)}function Rf(t){let e=Object.create(null);for(let n in t){let r=t[n];Array.isArray(r)||(r=[r]);for(let i of n.split(" "))if(i){let l=[],o=2,c=i;for(let g=0;;){if(c=="..."&&g>0&&g+3==i.length){o=1;break}let x=/^"(?:[^"\\]|\\.)*?"|[^\/!]+/.exec(c);if(!x)throw new RangeError("Invalid path: "+i);if(l.push(x[0]=="*"?"":x[0][0]=='"'?JSON.parse(x[0]):x[0]),g+=x[0].length,g==i.length)break;let b=i[g++];if(g==i.length&&b=="!"){o=0;break}if(b!="/")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 Kc(r,o,f>0?l.slice(0,f):null);e[m]=p.sort(e[m])}}return l9.add(e)}const l9=new Xe({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 Kc(i.tags,i.mode,i.context);n?n.next=l:r=l,n=l}return r}});class Kc{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}}Kc.empty=new Kc([],2,null);function s9(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 TN(t,e){let n=null;for(let r of t){let i=r.style(e);i&&(n=n?n+" "+i:i)}return n}function CN(t,e,n,r=0,i=t.length){let l=new EN(r,Array.isArray(e)?e:[e],n);l.highlightRange(t.cursor(),r,i,"",l.highlighters),l.flush(i)}class EN{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(b=>!b.scope||b.scope(o)));let m=i,p=$N(e)||Kc.empty,g=TN(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 x=e.tree&&e.tree.prop(Xe.mounted);if(x&&x.overlay){let b=e.node.enter(x.overlay[0].from+c,1),S=this.highlighters.filter(A=>!A.scope||A.scope(x.tree.type)),w=e.firstChild();for(let A=0,k=c;;A++){let E=A<x.overlay.length?x.overlay[A]:null,P=E?E.from+c:f,Q=Math.max(n,k),C=Math.min(r,P);if(Q<C&&w)for(;e.from<C&&(this.highlightRange(e,Q,C,i,l),this.startSpan(Math.min(C,e.to),m),!(e.to>=P||!e.nextSibling())););if(!E||P>r)break;k=E.to+c,k>n&&(this.highlightRange(b.cursor(),Math.max(n,E.from+c),Math.min(r,k),"",S),this.startSpan(Math.min(r,k),m))}w&&e.parent()}else if(e.firstChild()){x&&(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 $N(t){let e=t.type.prop(l9);for(;e&&e.context&&!t.matchContext(e.context);)e=e.next;return e||null}const ge=mr.define,r1=ge(),Sa=ge(),Dy=ge(Sa),_y=ge(Sa),wa=ge(),i1=ge(wa),D2=ge(wa),Fr=ge(),ol=ge(Fr),Hr=ge(),Yr=ge(),Ap=ge(),uc=ge(Ap),a1=ge(),G={comment:r1,lineComment:ge(r1),blockComment:ge(r1),docComment:ge(r1),name:Sa,variableName:ge(Sa),typeName:Dy,tagName:ge(Dy),propertyName:_y,attributeName:ge(_y),className:ge(Sa),labelName:ge(Sa),namespace:ge(Sa),macroName:ge(Sa),literal:wa,string:i1,docString:ge(i1),character:ge(i1),attributeValue:ge(i1),number:D2,integer:ge(D2),float:ge(D2),bool:ge(wa),regexp:ge(wa),escape:ge(wa),color:ge(wa),url:ge(wa),keyword:Hr,self:ge(Hr),null:ge(Hr),atom:ge(Hr),unit:ge(Hr),modifier:ge(Hr),operatorKeyword:ge(Hr),controlKeyword:ge(Hr),definitionKeyword:ge(Hr),moduleKeyword:ge(Hr),operator:Yr,derefOperator:ge(Yr),arithmeticOperator:ge(Yr),logicOperator:ge(Yr),bitwiseOperator:ge(Yr),compareOperator:ge(Yr),updateOperator:ge(Yr),definitionOperator:ge(Yr),typeOperator:ge(Yr),controlOperator:ge(Yr),punctuation:Ap,separator:ge(Ap),bracket:uc,angleBracket:ge(uc),squareBracket:ge(uc),paren:ge(uc),brace:ge(uc),content:Fr,heading:ol,heading1:ge(ol),heading2:ge(ol),heading3:ge(ol),heading4:ge(ol),heading5:ge(ol),heading6:ge(ol),contentSeparator:ge(Fr),list:ge(Fr),quote:ge(Fr),emphasis:ge(Fr),strong:ge(Fr),link:ge(Fr),monospace:ge(Fr),strikethrough:ge(Fr),inserted:ge(),deleted:ge(),changed:ge(),invalid:ge(),meta:a1,documentMeta:ge(a1),annotation:ge(a1),processingInstruction:ge(a1),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 G){let e=G[t];e instanceof mr&&(e.name=t)}s9([{tag:G.link,class:"tok-link"},{tag:G.heading,class:"tok-heading"},{tag:G.emphasis,class:"tok-emphasis"},{tag:G.strong,class:"tok-strong"},{tag:G.keyword,class:"tok-keyword"},{tag:G.atom,class:"tok-atom"},{tag:G.bool,class:"tok-bool"},{tag:G.url,class:"tok-url"},{tag:G.labelName,class:"tok-labelName"},{tag:G.inserted,class:"tok-inserted"},{tag:G.deleted,class:"tok-deleted"},{tag:G.literal,class:"tok-literal"},{tag:G.string,class:"tok-string"},{tag:G.number,class:"tok-number"},{tag:[G.regexp,G.escape,G.special(G.string)],class:"tok-string2"},{tag:G.variableName,class:"tok-variableName"},{tag:G.local(G.variableName),class:"tok-variableName tok-local"},{tag:G.definition(G.variableName),class:"tok-variableName tok-definition"},{tag:G.special(G.variableName),class:"tok-variableName2"},{tag:G.definition(G.propertyName),class:"tok-propertyName tok-definition"},{tag:G.typeName,class:"tok-typeName"},{tag:G.namespace,class:"tok-namespace"},{tag:G.className,class:"tok-className"},{tag:G.macroName,class:"tok-macroName"},{tag:G.propertyName,class:"tok-propertyName"},{tag:G.operator,class:"tok-operator"},{tag:G.comment,class:"tok-comment"},{tag:G.meta,class:"tok-meta"},{tag:G.invalid,class:"tok-invalid"},{tag:G.punctuation,class:"tok-punctuation"}]);var _2;const Vs=new Xe;function o9(t){return Ae.define({combine:t?e=>e.concat(t):void 0})}const Rg=new Xe;class Qr{constructor(e,n,r=[],i=""){this.data=e,this.name=i,Ke.prototype.hasOwnProperty("tree")||Object.defineProperty(Ke.prototype,"tree",{get(){return Vt(this)}}),this.parser=n,this.extension=[La.of(this),Ke.languageData.of((l,o,c)=>{let f=Xy(l,o,c),m=f.type.prop(Vs);if(!m)return[];let p=l.facet(m),g=f.type.prop(Rg);if(g){let x=f.resolve(o-f.from,c);for(let b of g)if(b.test(x,l)){let S=l.facet(b.facet);return b.type=="replace"?S:S.concat(p)}}return p})].concat(r)}isActiveAt(e,n,r=-1){return Xy(e,n,r).type.prop(Vs)==this.data}findRegions(e){let n=e.facet(La);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(Vs)==this.data){r.push({from:o,to:o+l.length});return}let c=l.prop(Xe.mounted);if(c){if(c.tree.prop(Vs)==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 At&&i(m,l.positions[f]+o)}};return i(Vt(e),0),r}get allowsNesting(){return!0}}Qr.setState=et.define();function Xy(t,e,n){let r=t.facet(La),i=Vt(t).topNode;if(!r||r.allowsNesting)for(let l=i;l;l=l.enter(e,n,at.ExcludeBuffers|at.EnterBracketed))l.type.isTop&&(i=l);return i}class to extends Qr{constructor(e,n,r){super(e,n,[],r),this.parser=n}static define(e){let n=o9(e.languageData);return new to(n,e.parser.configure({props:[Vs.add(r=>r.isTop?n:void 0)]}),e.name)}configure(e,n){return new to(this.data,this.parser.configure(e),n||this.name)}get allowsNesting(){return this.parser.hasWrappers()}}function Vt(t){let e=t.field(Qr.state,!1);return e?e.tree:At.empty}class QN{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 fc=null;class rf{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 rf(e,n,[],At.empty,0,r,[],null)}startParse(){return this.parser.startParse(new QN(this.state.doc),this.fragments)}work(e,n){return n!=null&&n>=this.state.doc.length&&(n=void 0),this.tree!=At.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(Li.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(Li.addTree(this.tree,this.fragments,!0)),this.parse=null)}withContext(e){let n=fc;fc=this;try{return e()}finally{fc=n}}withoutTempSkipped(e){for(let n;n=this.tempSkipped.pop();)e=zy(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,x)=>f.push({fromA:m,toA:p,fromB:g,toB:x})),r=Li.applyChanges(r,f),i=At.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 rf(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=zy(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 a9{createParse(n,r,i){let l=i[0].from,o=i[i.length-1].to;return{parsedPos:l,advance(){let f=fc;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 At(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 fc}}function zy(t,e,n){return Li.applyChanges(t,[{fromA:e,toA:n,fromB:e,toB:n}])}class no{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 no(n)}static init(e){let n=Math.min(3e3,e.doc.length),r=rf.create(e.facet(La).parser,e,{from:0,to:n});return r.work(20,n)||r.takeTree(),new no(r)}}Qr.state=er.define({create:no.init,update(t,e){for(let n of e.effects)if(n.is(Qr.setState))return n.value;return e.startState.facet(La)!=e.state.facet(La)?no.init(e.state):t.apply(e)}});let c9=t=>{let e=setTimeout(()=>t(),500);return()=>clearTimeout(e)};typeof requestIdleCallback<"u"&&(c9=t=>{let e=-1,n=setTimeout(()=>{e=requestIdleCallback(t,{timeout:400})},100);return()=>e<0?clearTimeout(n):cancelIdleCallback(e)});const X2=typeof navigator<"u"&&(!((_2=navigator.scheduling)===null||_2===void 0)&&_2.isInputPending)?()=>navigator.scheduling.isInputPending():null,PN=Dn.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(Qr.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(Qr.state);(n.tree!=n.context.tree||!n.context.isDone(e.doc.length))&&(this.working=c9(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(Qr.state);if(l.tree==l.context.tree&&l.context.isDone(i+1e5))return;let o=Date.now()+Math.min(this.chunkBudget,100,e&&!X2?Math.max(25,e.timeRemaining()-5):1e9),c=l.context.treeLen<i&&r.doc.length>i+1e3,f=l.context.work(()=>X2&&X2()||Date.now()>o,i+(c?0:1e5));this.chunkBudget-=Date.now()-n,(f||this.chunkBudget<=0)&&(l.context.takeTree(),this.view.dispatch({effects:Qr.setState.of(new no(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=>Gr(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()}}}),La=Ae.define({combine(t){return t.length?t[0]:null},enables:t=>[Qr.state,PN,we.contentAttributes.compute([t],e=>{let n=e.facet(t);return n&&n.name?{"data-language":n.name}:{}})]});class Ng{constructor(e,n=[]){this.language=e,this.support=n,this.extension=[e,n]}}const ZN=Ae.define(),Nf=Ae.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 af(t){let e=t.facet(Nf);return e.charCodeAt(0)==9?t.tabSize*e.length:e.length}function Jc(t,e){let n="",r=t.tabSize,i=t.facet(Nf)[0];if(i==" "){for(;e>=r;)n+=" ",e-=r;i=" "}for(let l=0;l<e;l++)n+=i;return n}function Vg(t,e){t instanceof Ke&&(t=new Vf(t));for(let r of t.state.facet(ZN)){let i=r(t,e);if(i!==void 0)return i}let n=Vt(t.state);return n.length>=e?jN(t,n,e):null}class Vf{constructor(e,n={}){this.state=e,this.options=n,this.unit=af(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 Ef(e,this.state.tabSize,n)}lineIndent(e,n=1){let{text:r,from:i}=this.lineAt(e,n),l=this.options.overrideIndentation;if(l){let o=l(i);if(o>-1)return o}return this.countColumn(r,r.search(/\S|$/))}get simulatedBreak(){return this.options.simulateBreak||null}}const Lf=new Xe;function jN(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 u9(r,t,n)}function u9(t,e,n){for(let r=t;r;r=r.next){let i=NN(r.node);if(i)return i(Lg.create(e,n,r))}return 0}function RN(t){return t.pos==t.options.simulateBreak&&t.options.simulateDoubleBreak}function NN(t){let e=t.type.prop(Lf);if(e)return e;let n=t.firstChild,r;if(n&&(r=n.type.prop(Xe.closedBy))){let i=t.lastChild,l=i&&r.indexOf(i.name)>-1;return o=>f9(o,!0,1,void 0,l&&!RN(o)?i.from:void 0)}return t.parent==null?VN:null}function VN(){return 0}class Lg extends Vf{constructor(e,n,r){super(e.state,e.options),this.base=e,this.pos=n,this.context=r}get node(){return this.context.node}static create(e,n,r){return new Lg(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(LN(r,e))break;n=this.state.doc.lineAt(r.from)}return this.lineIndent(n.from)}continue(){return u9(this.context.next,this.base,this.pos)}}function LN(t,e){for(let n=e;n;n=n.parent)if(t==n)return!0;return!1}function DN(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 _N({closing:t,align:e=!0,units:n=1}){return r=>f9(r,e,n,t)}function f9(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?DN(t):null;return f?c?t.column(f.from):t.column(f.to):t.baseIndent+(c?0:t.unit*n)}const XN=t=>t.baseIndent;function $1({except:t,units:e=1}={}){return n=>{let r=t&&t.test(n.textAfter);return n.baseIndent+(r?0:e*n.unit)}}const zN=200;function HN(){return Ke.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+zN)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=Vg(o,p.from);if(g==null)continue;let x=/^\s*/.exec(p.text)[0],b=Jc(o,g);x!=b&&f.push({from:p.from,to:p.from+x.length,insert:b})}return f.length?[t,{changes:f,sequential:!0}]:t})}const YN=Ae.define(),Df=new Xe;function h9(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 BN(t,e,n){let r=Vt(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(Df);if(f&&(c.to<r.length-50||r.length==t.doc.length||!FN(c))){let m=f(c,t);m&&m.from<=n&&m.from>=e&&m.to>n&&(l=m)}}return l}function FN(t){let e=t.lastChild;return e&&e.to==t.to&&e.type.isError}function Hy(t,e,n){for(let r of t.facet(YN)){let i=r(t,e,n);if(i)return i}return BN(t,e,n)}function d9(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 m9=et.define({map:d9}),Dg=et.define({map:d9}),lf=er.define({create(){return Ne.none},update(t,e){e.isUserEvent("delete")&&e.changes.iterChangedRanges((n,r)=>t=Yy(t,n,r)),t=t.map(e.changes);for(let n of e.effects)if(n.is(m9)&&!qN(t,n.value.from,n.value.to)){let{preparePlaceholder:r}=e.state.facet(p9),i=r?Ne.replace({widget:new WN(r(e.state,n.value))}):By;t=t.update({add:[i.range(n.value.from,n.value.to)]})}else n.is(Dg)&&(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=Yy(t,e.selection.main.head)),t},provide:t=>we.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(By.range(r,i))}return Ne.set(e,!0)}});function Yy(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 kp(t,e,n){var r;let i=null;return(r=t.field(lf,!1))===null||r===void 0||r.between(e,n,(l,o)=>{(!i||i.from>l)&&(i={from:l,to:o})}),i}function qN(t,e,n){let r=!1;return t.between(e,e,(i,l)=>{i==e&&l==n&&(r=!0)}),r}const UN={placeholderDOM:null,preparePlaceholder:null,placeholderText:"…"},p9=Ae.define({combine(t){return uo(t,UN)}});function IN(t){return[lf,JN]}function g9(t,e){let{state:n}=t,r=n.facet(p9),i=o=>{let c=t.lineBlockAt(t.posAtDOM(o.target)),f=kp(t.state,c.from,c.to);f&&t.dispatch({effects:Dg.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 By=Ne.replace({widget:new class extends Nl{toDOM(t){return g9(t,null)}}});class WN extends Nl{constructor(e){super(),this.value=e}eq(e){return this.value==e.value}toDOM(e){return g9(e,this.value)}}const GN={openText:"⌄",closedText:"›",markerDOM:null,domEventHandlers:{},foldingChanged:()=>!1};class z2 extends Yi{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 KN(t={}){let e={...GN,...t},n=new z2(e,!0),r=new z2(e,!1),i=Dn.fromClass(class{constructor(o){this.from=o.viewport.from,this.markers=this.buildMarkers(o)}update(o){(o.docChanged||o.viewportChanged||o.startState.facet(La)!=o.state.facet(La)||o.startState.field(lf,!1)!=o.state.field(lf,!1)||Vt(o.startState)!=Vt(o.state)||e.foldingChanged(o))&&(this.markers=this.buildMarkers(o.view))}buildMarkers(o){let c=new $l;for(let f of o.viewportLineBlocks){let m=kp(o.state,f.from,f.to)?r:Hy(o.state,f.from,f.to)?n:null;m&&c.add(f.from,f.from,m)}return c.finish()}}),{domEventHandlers:l}=e;return[i,KR({class:"cm-foldGutter",markers(o){var c;return((c=o.plugin(i))===null||c===void 0?void 0:c.markers)||qe.empty},initialSpacer(){return new z2(e,!1)},domEventHandlers:{...l,click:(o,c,f)=>{if(l.click&&l.click(o,c,f))return!0;let m=kp(o.state,c.from,c.to);if(m)return o.dispatch({effects:Dg.of(m)}),!0;let p=Hy(o.state,c.from,c.to);return p?(o.dispatch({effects:m9.of(p)}),!0):!1}}}),IN()]}const JN=we.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 _f{constructor(e,n){this.specs=e;let r;function i(c){let f=ja.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 Qr?c=>c.prop(Vs)==o.data:o?c=>c==o:void 0,this.style=s9(e.map(c=>({tag:c.tag,class:c.class||i(Object.assign({},c,{tag:null}))})),{all:l}).style,this.module=r?new ja(r):null,this.themeType=n.themeType}static define(e,n){return new _f(e,n||{})}}const Mp=Ae.define(),eV=Ae.define({combine(t){return t.length?[t[0]]:null}});function H2(t){let e=t.facet(Mp);return e.length?e:t.facet(eV)}function tV(t,e){let n=[rV],r;return t instanceof _f&&(t.module&&n.push(we.styleModule.of(t.module)),r=t.themeType),r?n.push(Mp.computeN([we.darkTheme],i=>i.facet(we.darkTheme)==(r=="dark")?[t]:[])):n.push(Mp.of(t)),n}class nV{constructor(e){this.markCache=Object.create(null),this.tree=Vt(e.state),this.decorations=this.buildDeco(e,H2(e.state)),this.decoratedTo=e.viewport.to}update(e){let n=Vt(e.state),r=H2(e.state),i=r!=H2(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 Ne.none;let r=new $l;for(let{from:i,to:l}of e.visibleRanges)CN(this.tree,n,(o,c,f)=>{r.add(o,c,this.markCache[f]||(this.markCache[f]=Ne.mark({class:f})))},i,l);return r.finish()}}const rV=uu.high(Dn.fromClass(nV,{decorations:t=>t.decorations})),iV=we.baseTheme({"&.cm-focused .cm-matchingBracket":{backgroundColor:"#328c8252"},"&.cm-focused .cm-nonmatchingBracket":{backgroundColor:"#bb555544"}}),O9=1e4,y9="()[]{}",x9=Ae.define({combine(t){return uo(t,{afterCursor:!0,brackets:y9,maxScanDistance:O9,renderMatch:sV})}}),aV=Ne.mark({class:"cm-matchingBracket"}),lV=Ne.mark({class:"cm-nonmatchingBracket"});function sV(t){let e=[],n=t.matched?aV:lV;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 Fy(t){let e=[],n=t.facet(x9);for(let r of t.selection.ranges){if(!r.empty)continue;let i=Jr(t,r.head,-1,n)||r.head>0&&Jr(t,r.head-1,1,n)||n.afterCursor&&(Jr(t,r.head,1,n)||r.head<t.doc.length&&Jr(t,r.head+1,-1,n));i&&(e=e.concat(n.renderMatch(i,t)))}return Ne.set(e,!0)}const oV=Dn.fromClass(class{constructor(t){this.paused=!1,this.decorations=Fy(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=Fy(t.state),this.paused=!1))}},{decorations:t=>t.decorations}),cV=[oV,iV];function uV(t={}){return[x9.of(t),cV]}const b9=new Xe;function Tp(t,e,n){let r=t.prop(e<0?Xe.openedBy:Xe.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 Cp(t){let e=t.type.prop(b9);return e?e(t.node):t}function Jr(t,e,n,r={}){let i=r.maxScanDistance||O9,l=r.brackets||y9,o=Vt(t),c=o.resolveInner(e,n);for(let f=c;f;f=f.parent){let m=Tp(f.type,n,l);if(m&&f.from<f.to){let p=Cp(f);if(p&&(n>0?e>=p.from&&e<p.to:e>p.from&&e<=p.to))return fV(t,e,n,f,p,m,l)}}return hV(t,e,n,o,c.type,i,l)}function fV(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=Cp(p);return{start:f,end:g?{from:g.from,to:g.to}:void 0,matched:!0}}else if(Tp(p.type,n,o))m++;else if(Tp(p.type,-n,o)){if(m==0){let g=Cp(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 hV(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 x=0;!p.next().done&&x<=l;){let b=p.value;n<0&&(x+=b.length);let S=e+x*n;for(let w=n>0?0:b.length-1,A=n>0?b.length:-1;w!=A;w+=n){let k=o.indexOf(b[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&&(x+=b.length)}return p.done?{start:m,matched:!1}:null}const dV=Object.create(null),qy=[Sn.none],Uy=[],Iy=Object.create(null),mV=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"]])mV[t]=pV(dV,e);function Y2(t,e){Uy.indexOf(t)>-1||(Uy.push(t),console.warn(e))}function pV(t,e){let n=[];for(let c of e.split(" ")){let f=[];for(let m of c.split(".")){let p=t[m]||G[m];p?typeof p=="function"?f.length?f=f.map(p):Y2(m,`Modifier ${m} used at start of tag`):f.length?Y2(m,`Tag ${m} used as modifier`):f=Array.isArray(p)?p:[p]:Y2(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=Iy[i];if(l)return l.id;let o=Iy[i]=Sn.define({id:qy.length,name:r,props:[Rf({[r]:n})]});return qy.push(o),o.id}Nt.RTL,Nt.LTR;const gV=t=>{let{state:e}=t,n=e.doc.lineAt(e.selection.main.from),r=Xg(t.state,n.from);return r.line?OV(t):r.block?xV(t):!1};function _g(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 OV=_g(SV,0),yV=_g(v9,0),xV=_g((t,e)=>v9(t,e,vV(e)),0);function Xg(t,e){let n=t.languageDataAt("commentTokens",e,1);return n.length?n[0]:{}}const hc=50;function bV(t,{open:e,close:n},r,i){let l=t.sliceDoc(r-hc,r),o=t.sliceDoc(i,i+hc),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*hc?p=g=t.sliceDoc(r,i):(p=t.sliceDoc(r,r+hc),g=t.sliceDoc(i-hc,i));let x=/^\s*/.exec(p)[0].length,b=/\s*$/.exec(g)[0].length,S=g.length-b-n.length;return p.slice(x,x+e.length)==e&&g.slice(S,S+n.length)==n?{open:{pos:r+x+e.length,margin:/\s/.test(p.charAt(x+e.length))?1:0},close:{pos:i-b-n.length,margin:/\s/.test(g.charAt(S-1))?1:0}}:null}function vV(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 v9(t,e,n=e.selection.ranges){let r=n.map(l=>Xg(e,l.from).block);if(!r.every(l=>l))return null;let i=n.map((l,o)=>bV(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 SV(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=Xg(e,g.from).line,!m))continue e;if(g.from>i&&(l==o||o>g.from)){i=g.from;let x=/^\s*/.exec(g.text)[0].length,b=x==g.length,S=g.text.slice(x,x+m.length)==m?x:-1;x<g.text.length&&x<f&&(f=x),r.push({line:g,comment:S,token:m,indent:x,empty:b,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 Ep=Bi.define(),wV=Bi.define(),AV=Ae.define(),S9=Ae.define({combine(t){return uo(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)})}}),w9=er.define({create(){return ei.empty},update(t,e){let n=e.state.facet(S9),r=e.annotation(Ep);if(r){let f=Vn.fromTransaction(e,r.selection),m=r.side,p=m==0?t.undone:t.done;return f?p=sf(p,p.length,n.minDepth,f):p=M9(p,e.startState.selection),new ei(m==0?r.rest:p,m==0?p:r.rest)}let i=e.annotation(wV);if((i=="full"||i=="before")&&(t=t.isolate()),e.annotation(Yt.addToHistory)===!1)return e.changes.empty?t:t.addMapping(e.changes.desc);let l=Vn.fromTransaction(e),o=e.annotation(Yt.time),c=e.annotation(Yt.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 ei(t.done.map(Vn.fromJSON),t.undone.map(Vn.fromJSON))}});function kV(t={}){return[w9,S9.of(t),we.domEventHandlers({beforeinput(e,n){let r=e.inputType=="historyUndo"?A9:e.inputType=="historyRedo"?$p:null;return r?(e.preventDefault(),r(n)):!1}})]}function Xf(t,e){return function({state:n,dispatch:r}){if(!e&&n.readOnly)return!1;let i=n.field(w9,!1);if(!i)return!1;let l=i.pop(t,n,e);return l?(r(l),!0):!1}}const A9=Xf(0,!1),$p=Xf(1,!1),MV=Xf(0,!0),TV=Xf(1,!0);class Vn{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 Vn(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 Vn(e.changes&&Ft.fromJSON(e.changes),[],e.mapped&&ri.fromJSON(e.mapped),e.startSelection&&he.fromJSON(e.startSelection),e.selectionsAfter.map(he.fromJSON))}static fromTransaction(e,n){let r=yr;for(let i of e.startState.facet(AV)){let l=i(e);l.length&&(r=r.concat(l))}return!r.length&&e.changes.empty?null:new Vn(e.changes.invert(e.startState.doc),r,void 0,n||e.startState.selection,yr)}static selection(e){return new Vn(void 0,yr,void 0,void 0,e)}}function sf(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 CV(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 EV(t,e){return t.ranges.length==e.ranges.length&&t.ranges.filter((n,r)=>n.empty!=e.ranges[r].empty).length===0}function k9(t,e){return t.length?e.length?t.concat(e):t:e}const yr=[],$V=200;function M9(t,e){if(t.length){let n=t[t.length-1],r=n.selectionsAfter.slice(Math.max(0,n.selectionsAfter.length-$V));return r.length&&r[r.length-1].eq(e)?t:(r.push(e),sf(t,t.length-1,1e9,n.setSelAfter(r)))}else return[Vn.selection([e])]}function QV(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 B2(t,e){if(!t.length)return t;let n=t.length,r=yr;for(;n;){let i=PV(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?[Vn.selection(r)]:yr}function PV(t,e,n){let r=k9(t.selectionsAfter.length?t.selectionsAfter.map(c=>c.map(e)):yr,n);if(!t.changes)return Vn.selection(r);let i=t.changes.map(e),l=e.mapDesc(t.changes,!0),o=t.mapped?t.mapped.composeDesc(l):l;return new Vn(i,et.mapEffects(t.effects,e),o,t.startSelection.map(l),r)}const ZV=/^(input\.type|delete)($|\.)/;class ei{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 ei(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||ZV.test(r))&&(!c.selectionsAfter.length&&n-this.prevTime<i.newGroupDelay&&i.joinToEvent(l,CV(c.changes,e.changes))||r=="input.type.compose")?o=sf(o,o.length-1,i.minDepth,new Vn(e.changes.compose(c.changes),k9(et.mapEffects(e.effects,c.changes),c.effects),c.mapped,c.startSelection,yr)):o=sf(o,o.length,i.minDepth,e),new ei(o,yr,n,r)}addSelection(e,n,r,i){let l=this.done.length?this.done[this.done.length-1].selectionsAfter:yr;return l.length>0&&n-this.prevTime<i&&r==this.prevUserEvent&&r&&/^select($|\.)/.test(r)&&EV(l[l.length-1],e)?this:new ei(M9(this.done,e),this.undone,n,r)}addMapping(e){return new ei(B2(this.done,e),B2(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:Ep.of({side:e,rest:QV(i),selection:o}),userEvent:e==0?"select.undo":"select.redo",scrollIntoView:!0});if(l.changes){let c=i.length==1?yr:i.slice(0,i.length-1);return l.mapped&&(c=B2(c,l.mapped)),n.update({changes:l.changes,selection:l.startSelection,effects:l.effects,annotations:Ep.of({side:e,rest:c,selection:o}),filter:!1,userEvent:e==0?"undo":"redo",scrollIntoView:!0})}else return null}}ei.empty=new ei(yr,yr);const jV=[{key:"Mod-z",run:A9,preventDefault:!0},{key:"Mod-y",mac:"Mod-Shift-z",run:$p,preventDefault:!0},{linux:"Ctrl-Shift-z",run:$p,preventDefault:!0},{key:"Mod-u",run:MV,preventDefault:!0},{key:"Alt-u",mac:"Mod-Shift-u",run:TV,preventDefault:!0}];function fo(t,e){return he.create(t.ranges.map(e),t.mainIndex)}function Nr(t,e){return t.update({selection:e,scrollIntoView:!0,userEvent:"select"})}function Vr({state:t,dispatch:e},n){let r=fo(t.selection,n);return r.eq(t.selection,!0)?!1:(e(Nr(t,r)),!0)}function zf(t,e){return he.cursor(e?t.to:t.from)}function T9(t,e){return Vr(t,n=>n.empty?t.moveByChar(n,e):zf(n,e))}function yn(t){return t.textDirectionAt(t.state.selection.main.head)==Nt.LTR}const C9=t=>T9(t,!yn(t)),E9=t=>T9(t,yn(t));function $9(t,e){return Vr(t,n=>n.empty?t.moveByGroup(n,e):zf(n,e))}const RV=t=>$9(t,!yn(t)),NV=t=>$9(t,yn(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 Hf(t,e,n){let r=Vt(t).resolveInner(e.head),i=n?Xe.closedBy:Xe.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?Jr(t,r.from,1):Jr(t,r.to,-1))&&o.matched?c=n?o.end.to:o.end.from:c=n?r.to:r.from,he.cursor(c,n?-1:1)}const LV=t=>Vr(t,e=>Hf(t.state,e,!yn(t))),DV=t=>Vr(t,e=>Hf(t.state,e,yn(t)));function Q9(t,e){return Vr(t,n=>{if(!n.empty)return zf(n,e);let r=t.moveVertically(n,e);return r.head!=n.head?r:t.moveToLineBoundary(n,e)})}const P9=t=>Q9(t,!1),Z9=t=>Q9(t,!0);function j9(t){let e=t.scrollDOM.clientHeight<t.scrollDOM.scrollHeight-2,n=0,r=0,i;if(e){for(let l of t.state.facet(we.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 R9(t,e){let n=j9(t),{state:r}=t,i=fo(r.selection,o=>o.empty?t.moveVertically(o,e,n.height):zf(o,e));if(i.eq(r.selection))return!1;let l;if(n.selfScroll){let o=t.coordsAtPos(r.selection.main.head),c=t.scrollDOM.getBoundingClientRect(),f=c.top+n.marginTop,m=c.bottom-n.marginBottom;o&&o.top>f&&o.bottom<m&&(l=we.scrollIntoView(i.main.head,{y:"start",yMargin:o.top-f}))}return t.dispatch(Nr(r,i),{effects:l}),!0}const Wy=t=>R9(t,!1),Qp=t=>R9(t,!0);function Da(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=he.cursor(r.from+l))}return i}const _V=t=>Vr(t,e=>Da(t,e,!0)),XV=t=>Vr(t,e=>Da(t,e,!1)),zV=t=>Vr(t,e=>Da(t,e,!yn(t))),HV=t=>Vr(t,e=>Da(t,e,yn(t))),YV=t=>Vr(t,e=>he.cursor(t.lineBlockAt(e.head).from,1)),BV=t=>Vr(t,e=>he.cursor(t.lineBlockAt(e.head).to,-1));function FV(t,e,n){let r=!1,i=fo(t.selection,l=>{let o=Jr(t,l.head,-1)||Jr(t,l.head,1)||l.head>0&&Jr(t,l.head-1,1)||l.head<t.doc.length&&Jr(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 he.cursor(c)});return r?(e(Nr(t,i)),!0):!1}const qV=({state:t,dispatch:e})=>FV(t,e);function Sr(t,e){let n=fo(t.state.selection,r=>{let i=e(r);return he.range(r.anchor,i.head,i.goalColumn,i.bidiLevel||void 0,i.assoc)});return n.eq(t.state.selection)?!1:(t.dispatch(Nr(t.state,n)),!0)}function N9(t,e){return Sr(t,n=>t.moveByChar(n,e))}const V9=t=>N9(t,!yn(t)),L9=t=>N9(t,yn(t));function D9(t,e){return Sr(t,n=>t.moveByGroup(n,e))}const UV=t=>D9(t,!yn(t)),IV=t=>D9(t,yn(t)),WV=t=>Sr(t,e=>Hf(t.state,e,!yn(t))),GV=t=>Sr(t,e=>Hf(t.state,e,yn(t)));function _9(t,e){return Sr(t,n=>t.moveVertically(n,e))}const X9=t=>_9(t,!1),z9=t=>_9(t,!0);function H9(t,e){return Sr(t,n=>t.moveVertically(n,e,j9(t).height))}const Gy=t=>H9(t,!1),Ky=t=>H9(t,!0),KV=t=>Sr(t,e=>Da(t,e,!0)),JV=t=>Sr(t,e=>Da(t,e,!1)),eL=t=>Sr(t,e=>Da(t,e,!yn(t))),tL=t=>Sr(t,e=>Da(t,e,yn(t))),nL=t=>Sr(t,e=>he.cursor(t.lineBlockAt(e.head).from)),rL=t=>Sr(t,e=>he.cursor(t.lineBlockAt(e.head).to)),Jy=({state:t,dispatch:e})=>(e(Nr(t,{anchor:0})),!0),ex=({state:t,dispatch:e})=>(e(Nr(t,{anchor:t.doc.length})),!0),tx=({state:t,dispatch:e})=>(e(Nr(t,{anchor:t.selection.main.anchor,head:0})),!0),nx=({state:t,dispatch:e})=>(e(Nr(t,{anchor:t.selection.main.anchor,head:t.doc.length})),!0),iL=({state:t,dispatch:e})=>(e(t.update({selection:{anchor:0,head:t.doc.length},userEvent:"select"})),!0),aL=({state:t,dispatch:e})=>{let n=Yf(t).map(({from:r,to:i})=>he.range(r,Math.min(i+1,t.doc.length)));return e(t.update({selection:he.create(n),userEvent:"select"})),!0},lL=({state:t,dispatch:e})=>{let n=fo(t.selection,r=>{let i=Vt(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 he.range(c.to,c.from)}return r});return n.eq(t.selection)?!1:(e(Nr(t,n)),!0)};function Y9(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(Nr(n,he.create(i,i.length-1))),!0)}const sL=t=>Y9(t,!1),oL=t=>Y9(t,!0),cL=({state:t,dispatch:e})=>{let n=t.selection,r=null;return n.ranges.length>1?r=he.create([n.main]):n.main.empty||(r=he.create([he.cursor(n.main.head)])),r?(e(Nr(t,r)),!0):!1};function mu(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=l1(t,f,!1)):f>o&&(n="delete.forward",f=l1(t,f,!0)),o=Math.min(o,f),c=Math.max(c,f)}else o=l1(t,o,!1),c=l1(t,c,!0);return o==c?{range:l}:{changes:{from:o,to:c},range:he.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"?we.announce.of(r.phrase("Selection deleted")):void 0})),!0)}function l1(t,e,n){if(t instanceof we)for(let r of t.state.facet(we.atomicRanges).map(i=>i(t)))r.between(e,e,(i,l)=>{i<e&&l>e&&(e=n?l:i)});return e}const B9=(t,e,n)=>mu(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=Ef(c,l.tabSize),p=m%af(l)||af(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}),Pp=t=>B9(t,!1,!0),F9=t=>B9(t,!0,!1),q9=(t,e)=>mu(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}),U9=t=>q9(t,!1),uL=t=>q9(t,!0),fL=t=>mu(t,e=>{let n=t.lineBlockAt(e.head).to;return e.head<n?n:Math.min(t.state.doc.length,e.head+1)}),hL=t=>mu(t,e=>{let n=t.moveToLineBoundary(e,!1).head;return e.head>n?n:Math.max(0,e.head-1)}),dL=t=>mu(t,e=>{let n=t.moveToLineBoundary(e,!0).head;return e.head<n?n:Math.min(t.state.doc.length,e.head+1)}),mL=({state:t,dispatch:e})=>{if(t.readOnly)return!1;let n=t.changeByRange(r=>({changes:{from:r.from,to:r.to,insert:Ge.of(["",""])},range:he.cursor(r.from)}));return e(t.update(n,{scrollIntoView:!0,userEvent:"input"})),!0},pL=({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:he.cursor(c)}});return n.changes.empty?!1:(e(t.update(n,{scrollIntoView:!0,userEvent:"move.character"})),!0)};function Yf(t){let e=[],n=-1;for(let r of t.selection.ranges){let i=t.doc.lineAt(r.from),l=t.doc.lineAt(r.to);if(!r.empty&&r.to==l.from&&(l=t.doc.lineAt(r.to-1)),n>=i.number){let o=e[e.length-1];o.to=l.to,o.ranges.push(r)}else e.push({from:i.from,to:l.to,ranges:[r]});n=l.number+1}return e}function I9(t,e,n){if(t.readOnly)return!1;let r=[],i=[];for(let l of Yf(t)){if(n?l.to==t.doc.length:l.from==0)continue;let o=t.doc.lineAt(n?l.to+1:l.from-1),c=o.length+1;if(n){r.push({from:l.to,to:o.to},{from:l.from,insert:o.text+t.lineBreak});for(let f of l.ranges)i.push(he.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(he.range(f.anchor-c,f.head-c))}}return r.length?(e(t.update({changes:r,scrollIntoView:!0,selection:he.create(i,t.selection.mainIndex),userEvent:"move.line"})),!0):!1}const gL=({state:t,dispatch:e})=>I9(t,e,!1),OL=({state:t,dispatch:e})=>I9(t,e,!0);function W9(t,e,n){if(t.readOnly)return!1;let r=[];for(let l of Yf(t))n?r.push({from:l.from,insert:t.doc.slice(l.from,l.to)+t.lineBreak}):r.push({from:l.to,insert:t.lineBreak+t.doc.slice(l.from,l.to)});let i=t.changes(r);return e(t.update({changes:i,selection:t.selection.map(i,n?1:-1),scrollIntoView:!0,userEvent:"input.copyline"})),!0}const yL=({state:t,dispatch:e})=>W9(t,e,!1),xL=({state:t,dispatch:e})=>W9(t,e,!0),bL=t=>{if(t.state.readOnly)return!1;let{state:e}=t,n=e.changes(Yf(e).map(({from:i,to:l})=>(i>0?i--:l<e.doc.length&&l++,{from:i,to:l}))),r=fo(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 vL(t,e){if(/\(\)|\[\]|\{\}/.test(t.sliceDoc(e-1,e+1)))return{from:e,to:e};let n=Vt(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(Xe.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 rx=G9(!1),SL=G9(!0);function G9(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&&vL(e,l);t&&(l=o=(o<=c.to?c:e.doc.lineAt(o)).to);let m=new Vf(e,{simulateBreak:l,simulateDoubleBreak:!!f}),p=Vg(m,l);for(p==null&&(p=Ef(/^\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=["",Jc(e,p)];return f&&g.push(Jc(e,m.lineIndent(c.from,-1))),{changes:{from:l,to:o,insert:Ge.of(g)},range:he.cursor(l+1+g[1].length)}});return n(e.update(r,{scrollIntoView:!0,userEvent:"input"})),!0}}function zg(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:he.range(l.mapPos(r.anchor,1),l.mapPos(r.head,1))}})}const wL=({state:t,dispatch:e})=>{if(t.readOnly)return!1;let n=Object.create(null),r=new Vf(t,{overrideIndentation:l=>{let o=n[l];return o??-1}}),i=zg(t,(l,o,c)=>{let f=Vg(r,l.from);if(f==null)return;/\S/.test(l.text)||(f=0);let m=/^\s*/.exec(l.text)[0],p=Jc(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},AL=({state:t,dispatch:e})=>t.readOnly?!1:(e(t.update(zg(t,(n,r)=>{r.push({from:n.from,insert:t.facet(Nf)})}),{userEvent:"input.indent"})),!0),kL=({state:t,dispatch:e})=>t.readOnly?!1:(e(t.update(zg(t,(n,r)=>{let i=/^\s*/.exec(n.text)[0];if(!i)return;let l=Ef(i,t.tabSize),o=0,c=Jc(t,Math.max(0,l-af(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),ML=t=>(t.setTabFocusMode(),!0),TL=[{key:"Ctrl-b",run:C9,shift:V9,preventDefault:!0},{key:"Ctrl-f",run:E9,shift:L9},{key:"Ctrl-p",run:P9,shift:X9},{key:"Ctrl-n",run:Z9,shift:z9},{key:"Ctrl-a",run:YV,shift:nL},{key:"Ctrl-e",run:BV,shift:rL},{key:"Ctrl-d",run:F9},{key:"Ctrl-h",run:Pp},{key:"Ctrl-k",run:fL},{key:"Ctrl-Alt-h",run:U9},{key:"Ctrl-o",run:mL},{key:"Ctrl-t",run:pL},{key:"Ctrl-v",run:Qp}],CL=[{key:"ArrowLeft",run:C9,shift:V9,preventDefault:!0},{key:"Mod-ArrowLeft",mac:"Alt-ArrowLeft",run:RV,shift:UV,preventDefault:!0},{mac:"Cmd-ArrowLeft",run:zV,shift:eL,preventDefault:!0},{key:"ArrowRight",run:E9,shift:L9,preventDefault:!0},{key:"Mod-ArrowRight",mac:"Alt-ArrowRight",run:NV,shift:IV,preventDefault:!0},{mac:"Cmd-ArrowRight",run:HV,shift:tL,preventDefault:!0},{key:"ArrowUp",run:P9,shift:X9,preventDefault:!0},{mac:"Cmd-ArrowUp",run:Jy,shift:tx},{mac:"Ctrl-ArrowUp",run:Wy,shift:Gy},{key:"ArrowDown",run:Z9,shift:z9,preventDefault:!0},{mac:"Cmd-ArrowDown",run:ex,shift:nx},{mac:"Ctrl-ArrowDown",run:Qp,shift:Ky},{key:"PageUp",run:Wy,shift:Gy},{key:"PageDown",run:Qp,shift:Ky},{key:"Home",run:XV,shift:JV,preventDefault:!0},{key:"Mod-Home",run:Jy,shift:tx},{key:"End",run:_V,shift:KV,preventDefault:!0},{key:"Mod-End",run:ex,shift:nx},{key:"Enter",run:rx,shift:rx},{key:"Mod-a",run:iL},{key:"Backspace",run:Pp,shift:Pp,preventDefault:!0},{key:"Delete",run:F9,preventDefault:!0},{key:"Mod-Backspace",mac:"Alt-Backspace",run:U9,preventDefault:!0},{key:"Mod-Delete",mac:"Alt-Delete",run:uL,preventDefault:!0},{mac:"Mod-Backspace",run:hL,preventDefault:!0},{mac:"Mod-Delete",run:dL,preventDefault:!0}].concat(TL.map(t=>({mac:t.key,run:t.run,shift:t.shift}))),EL=[{key:"Alt-ArrowLeft",mac:"Ctrl-ArrowLeft",run:LV,shift:WV},{key:"Alt-ArrowRight",mac:"Ctrl-ArrowRight",run:DV,shift:GV},{key:"Alt-ArrowUp",run:gL},{key:"Shift-Alt-ArrowUp",run:yL},{key:"Alt-ArrowDown",run:OL},{key:"Shift-Alt-ArrowDown",run:xL},{key:"Mod-Alt-ArrowUp",run:sL},{key:"Mod-Alt-ArrowDown",run:oL},{key:"Escape",run:cL},{key:"Mod-Enter",run:SL},{key:"Alt-l",mac:"Ctrl-l",run:aL},{key:"Mod-i",run:lL,preventDefault:!0},{key:"Mod-[",run:kL},{key:"Mod-]",run:AL},{key:"Mod-Alt-\\",run:wL},{key:"Shift-Mod-k",run:bL},{key:"Shift-Mod-\\",run:qV},{key:"Mod-/",run:gV},{key:"Alt-A",run:yV},{key:"Ctrl-m",mac:"Shift-Alt-m",run:ML}].concat(CL);function ix(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 $L(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=ix(e)+ix(n)+"*$";return[new RegExp("^"+r),new RegExp(r)]}function QL(t){let e=t.map(i=>typeof i=="string"?{label:i}:i),[n,r]=e.every(i=>/^\w+$/.test(i.label))?[/\w*$/,/\w+$/]:$L(e);return i=>{let l=i.matchBefore(r);return l||i.explicit?{from:l?l.from:i.pos,options:e,validFor:n}:null}}function PL(t,e){return n=>{for(let r=Vt(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 ZL=Bi.define(),jL=we.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 RL{constructor(e,n,r,i){this.field=e,this.line=n,this.from=r,this.to=i}}class Hg{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 Hg(this.field,n,r)}}class Yg{constructor(e,n){this.lines=e,this.fieldPositions=n}instantiate(e,n){let r=[],i=[n],l=e.doc.lineAt(n),o=/^\s*/.exec(l.text)[0];for(let f of this.lines){if(r.length){let m=o,p=/^\t*/.exec(f)[0].length;for(let g=0;g<p;g++)m+=e.facet(Nf);i.push(n+m.length-p),f=m+f.slice(p)}r.push(f),n+=f.length+1}let c=this.fieldPositions.map(f=>new Hg(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 x of i)x.field>=m&&x.field++}for(let g of i)if(g.line==r.length&&g.from>l.index){let x=l[2]?3+(l[1]||"").length:2;g.from-=x,g.to-=x}i.push(new RL(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 Yg(r,i)}}let NL=Ne.widget({widget:new class extends Nl{toDOM(){let t=document.createElement("span");return t.className="cm-snippetFieldPosition",t}ignoreEvent(){return!1}}}),VL=Ne.mark({class:"cm-snippetField"});class ho{constructor(e,n){this.ranges=e,this.active=n,this.deco=Ne.set(e.map(r=>(r.from==r.to?NL: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 ho(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 pu=et.define({map(t,e){return t&&t.map(e)}}),LL=et.define(),eu=er.define({create(){return null},update(t,e){for(let n of e.effects){if(n.is(pu))return n.value;if(n.is(LL)&&t)return new ho(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=>we.decorations.from(t,e=>e?e.deco:Ne.none)});function Bg(t,e){return he.create(t.filter(n=>n.field==e).map(n=>he.range(n.from,n.to)))}function DL(t){let e=Yg.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:Ge.of(o)},scrollIntoView:!0,annotations:r?[ZL.of(r),Yt.userEvent.of("input.complete")]:void 0};if(c.length&&(m.selection=Bg(c,0)),c.some(p=>p.field>0)){let p=new ho(c,0),g=m.effects=[pu.of(p)];n.state.field(eu,!1)===void 0&&g.push(et.appendConfig.of([eu,YL,BL,jL]))}n.dispatch(n.state.update(m))}}function K9(t){return({state:e,dispatch:n})=>{let r=e.field(eu,!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:Bg(r.ranges,i),effects:pu.of(l?null:new ho(r.ranges,i)),scrollIntoView:!0})),!0}}const _L=({state:t,dispatch:e})=>t.field(eu,!1)?(e(t.update({effects:pu.of(null)})),!0):!1,XL=K9(1),zL=K9(-1),HL=[{key:"Tab",run:XL,shift:zL},{key:"Escape",run:_L}],ax=Ae.define({combine(t){return t.length?t[0]:HL}}),YL=uu.highest($g.compute([ax],t=>t.facet(ax)));function jn(t,e){return{...e,apply:DL(t)}}const BL=we.domEventHandlers({mousedown(t,e){let n=e.state.field(eu,!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:Bg(n.ranges,i.field),effects:pu.of(n.ranges.some(l=>l.field>i.field)?new ho(n.ranges,i.field):null),scrollIntoView:!0}),!0)}}),tu={brackets:["(","[","{","'",'"'],before:")]}:;>",stringPrefixes:[]},pl=et.define({map(t,e){let n=e.mapPos(t,-1,dn.TrackAfter);return n??void 0}}),Fg=new class extends Za{};Fg.startSide=1;Fg.endSide=-1;const J9=er.define({create(){return qe.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(pl)&&(t=t.update({add:[Fg.range(n.value,n.value+1)]}));return t}});function FL(){return[UL,J9]}const F2="()[]{}<>«»»«[]{}";function ew(t){for(let e=0;e<F2.length;e+=2)if(F2.charCodeAt(e)==t)return F2.charAt(e+1);return _S(t<128?t:t+1)}function tw(t,e){return t.languageDataAt("closeBrackets",e)[0]||tu}const qL=typeof navigator=="object"&&/Android\b/.test(navigator.userAgent),UL=we.inputHandler.of((t,e,n,r)=>{if((qL?t.composing:t.compositionStarted)||t.state.readOnly)return!1;let i=t.state.selection.main;if(r.length>2||r.length==2&&cu(Rl(r,0))==1||e!=i.from||n!=i.to)return!1;let l=GL(t.state,r);return l?(t.dispatch(l),!0):!1}),IL=({state:t,dispatch:e})=>{if(t.readOnly)return!1;let r=tw(t,t.selection.main.head).brackets||tu.brackets,i=null,l=t.changeByRange(o=>{if(o.empty){let c=KL(t.doc,o.head);for(let f of r)if(f==c&&Bf(t.doc,o.head)==ew(Rl(f,0)))return{changes:{from:o.head-f.length,to:o.head+f.length},range:he.cursor(o.head-f.length)}}return{range:i=o}});return i||e(t.update(l,{scrollIntoView:!0,userEvent:"delete.backward"})),!i},WL=[{key:"Backspace",run:IL}];function GL(t,e){let n=tw(t,t.selection.main.head),r=n.brackets||tu.brackets;for(let i of r){let l=ew(Rl(i,0));if(e==i)return l==i?tD(t,i,r.indexOf(i+i+i)>-1,n):JL(t,i,l,n.before||tu.before);if(e==l&&nw(t,t.selection.main.from))return eD(t,i,l)}return null}function nw(t,e){let n=!1;return t.field(J9).between(0,t.doc.length,r=>{r==e&&(n=!0)}),n}function Bf(t,e){let n=t.sliceString(e,e+2);return n.slice(0,cu(Rl(n,0)))}function KL(t,e){let n=t.sliceString(e-2,e);return cu(Rl(n,0))==n.length?n:n.slice(1)}function JL(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:pl.of(o.to+e.length),range:he.range(o.anchor+e.length,o.head+e.length)};let c=Bf(t.doc,o.head);return!c||/\s/.test(c)||r.indexOf(c)>-1?{changes:{insert:e+n,from:o.head},effects:pl.of(o.head+e.length),range:he.cursor(o.head+e.length)}:{range:i=o}});return i?null:t.update(l,{scrollIntoView:!0,userEvent:"input.type"})}function eD(t,e,n){let r=null,i=t.changeByRange(l=>l.empty&&Bf(t.doc,l.head)==n?{changes:{from:l.head,to:l.head+n.length,insert:n},range:he.cursor(l.head+n.length)}:r={range:l});return r?null:t.update(i,{scrollIntoView:!0,userEvent:"input.type"})}function tD(t,e,n,r){let i=r.stringPrefixes||tu.stringPrefixes,l=null,o=t.changeByRange(c=>{if(!c.empty)return{changes:[{insert:e,from:c.from},{insert:e,from:c.to}],effects:pl.of(c.to+e.length),range:he.range(c.anchor+e.length,c.head+e.length)};let f=c.head,m=Bf(t.doc,f),p;if(m==e){if(lx(t,f))return{changes:{insert:e+e,from:f},effects:pl.of(f+e.length),range:he.cursor(f+e.length)};if(nw(t,f)){let x=n&&t.sliceDoc(f,f+e.length*3)==e+e+e?e+e+e:e;return{changes:{from:f,to:f+x.length,insert:x},range:he.cursor(f+x.length)}}}else{if(n&&t.sliceDoc(f-2*e.length,f)==e+e&&(p=sx(t,f-2*e.length,i))>-1&&lx(t,p))return{changes:{insert:e+e+e+e,from:f},effects:pl.of(f+e.length),range:he.cursor(f+e.length)};if(t.charCategorizer(f)(m)!=wt.Word&&sx(t,f,i)>-1&&!nD(t,f,e,i))return{changes:{insert:e+e,from:f},effects:pl.of(f+e.length),range:he.cursor(f+e.length)}}return{range:l=c}});return l?null:t.update(o,{scrollIntoView:!0,userEvent:"input.type"})}function lx(t,e){let n=Vt(t).resolveInner(e+1);return n.parent&&n.from==e}function nD(t,e,n,r){let i=Vt(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 sx(t,e,n){let r=t.charCategorizer(e);if(r(t.sliceDoc(e-1,e))!=wt.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))!=wt.Word)return l}return-1}const ox=typeof String.prototype.normalize=="function"?t=>t.normalize("NFKD"):t=>t;class ro{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(ox(c)):ox,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 Rl(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=_S(e),r=this.bufferStart+this.bufferPos;this.bufferPos+=cu(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"&&(ro.prototype[Symbol.iterator]=function(){return this});const rw={from:-1,to:-1,match:/.*/.exec(""),precise:!0},qg="gm"+(/x/.unicode==null?"":"u");class iw{constructor(e,n,r,i=0,l=e.length){if(this.text=e,this.to=l,this.curLine="",this.done=!1,this.value=rw,/\\[sWDnr]|\n|\r|\[\^/.test(n))return new aw(e,n,r,i,l);this.re=new RegExp(n,qg+(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=of(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=of(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 q2=new WeakMap;class qs{constructor(e,n){this.from=e,this.text=n}get to(){return this.from+this.text.length}static get(e,n,r){let i=q2.get(e);if(!i||i.from>=r||i.to<=n){let c=new qs(n,e.sliceString(n,r));return q2.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)),q2.set(e,new qs(o,l)),new qs(n,l.slice(n-o,r-o))}}class aw{constructor(e,n,r,i,l){this.text=e,this.to=l,this.done=!1,this.value=rw,this.matchPos=of(e,i),this.re=new RegExp(n,qg+(r!=null&&r.ignoreCase?"i":"")),this.test=r==null?void 0:r.test,this.flat=qs.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=of(this.text,i+(r==i?1:0)),this}if(this.flat.to==this.to)return this.done=!0,this;this.flat=qs.get(this.text,this.flat.from,this.chunkEnd(this.flat.from+this.flat.text.length*2))}}}typeof Symbol<"u"&&(iw.prototype[Symbol.iterator]=aw.prototype[Symbol.iterator]=function(){return this});function rD(t){try{return new RegExp(t,qg),!0}catch{return!1}}function of(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 iD=t=>{let{state:e}=t,n=String(e.doc.lineAt(t.state.selection.main.head).number),{close:r,result:i}=UR(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,x=p?+p.slice(1):0,b=m?+m:c.number;if(m&&g){let A=b/100;f&&(A=A*(f=="-"?-1:1)+c.number/e.doc.lines),b=Math.round(e.doc.lines*A)}else m&&f&&(b=b*(f=="-"?-1:1)+c.number);let S=e.doc.line(Math.max(1,Math.min(e.doc.lines,b))),w=he.cursor(S.from+Math.max(0,Math.min(x,S.length)));t.dispatch({effects:[r,we.scrollIntoView(w.from,{y:"center"})],selection:w})}),!0},aD={highlightWordAroundCursor:!1,minSelectionLength:1,maxMatches:100,wholeWords:!1},lD=Ae.define({combine(t){return uo(t,aD,{highlightWordAroundCursor:(e,n)=>e||n,minSelectionLength:Math.min,maxMatches:Math.min})}});function sD(t){return[hD,fD]}const oD=Ne.mark({class:"cm-selectionMatch"}),cD=Ne.mark({class:"cm-selectionMatch cm-selectionMatch-main"});function cx(t,e,n,r){return(n==0||t(e.sliceDoc(n-1,n))!=wt.Word)&&(r==e.doc.length||t(e.sliceDoc(r,r+1))!=wt.Word)}function uD(t,e,n,r){return t(e.sliceDoc(n,n+1))==wt.Word&&t(e.sliceDoc(r-1,r))==wt.Word}const fD=Dn.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(lD),{state:n}=t,r=n.selection;if(r.ranges.length>1)return Ne.none;let i=r.main,l,o=null;if(i.empty){if(!e.highlightWordAroundCursor)return Ne.none;let f=n.wordAt(i.head);if(!f)return Ne.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 Ne.none;if(e.wholeWords){if(l=n.sliceDoc(i.from,i.to),o=n.charCategorizer(i.head),!(cx(o,n,i.from,i.to)&&uD(o,n,i.from,i.to)))return Ne.none}else if(l=n.sliceDoc(i.from,i.to),!l)return Ne.none}let c=[];for(let f of t.visibleRanges){let m=new ro(n.doc,l,f.from,f.to);for(;!m.next().done;){let{from:p,to:g}=m.value;if((!o||cx(o,n,p,g))&&(i.empty&&p<=i.from&&g>=i.to?c.push(cD.range(p,g)):(p>=i.to||g<=i.from)&&c.push(oD.range(p,g)),c.length>e.maxMatches))return Ne.none}}return Ne.set(c)}},{decorations:t=>t.decorations}),hD=we.baseTheme({".cm-selectionMatch":{backgroundColor:"#99ff7780"},".cm-searchMatch .cm-selectionMatch":{backgroundColor:"transparent"}}),dD=({state:t,dispatch:e})=>{let{selection:n}=t,r=he.create(n.ranges.map(i=>t.wordAt(i.head)||he.cursor(i.head)),n.mainIndex);return r.eq(n)?!1:(e(t.update({selection:r})),!0)};function mD(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 ro(t.doc,e,r[r.length-1].to);;)if(c.next(),c.done){if(o)return null;c=new ro(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 pD=({state:t,dispatch:e})=>{let{ranges:n}=t.selection;if(n.some(l=>l.from===l.to))return dD({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=mD(t,r);return i?(e(t.update({selection:t.selection.addRange(he.range(i.from,i.to),!1),effects:we.scrollIntoView(i.to)})),!0):!1},mo=Ae.define({combine(t){return uo(t,{top:!1,caseSensitive:!1,literal:!1,regexp:!1,wholeWord:!1,createPanel:e=>new ED(e),scrollToMatch:e=>we.scrollIntoView(e)})}});class lw{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||rD(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"?`
102
+ `: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 vD(this):new yD(this)}getCursor(e,n=0,r){let i=e.doc?e:Ke.create({doc:e});return r==null&&(r=i.doc.length),this.regexp?Ps(this,i,n,r):Qs(this,i,n,r)}}class sw{constructor(e){this.spec=e}}function gD(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 Qs(t,e,n,r){let i;return t.wholeWord&&(i=OD(e.doc,e.charCategorizer(e.selection.main.head))),t.test&&(i=gD(t.test,e,i)),new ro(e.doc,t.unquoted,n,r,t.caseSensitive?void 0:l=>l.toLowerCase(),i)}function OD(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(cf(i,n-l))!=wt.Word||e(uf(i,n-l))!=wt.Word)&&(e(uf(i,r-l))!=wt.Word||e(cf(i,r-l))!=wt.Word))}class yD extends sw{constructor(e){super(e)}nextMatch(e,n,r){let i=Qs(this.spec,e,r,e.doc.length).nextOverlapping();if(i.done){let l=Math.min(e.doc.length,n+this.spec.unquoted.length);i=Qs(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=Qs(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=Qs(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=Qs(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 xD(t,e,n){return(r,i,l)=>(!n||n(r,i,l))&&t(l[0],e,r,i)}function Ps(t,e,n,r){let i;return t.wholeWord&&(i=bD(e.charCategorizer(e.selection.main.head))),t.test&&(i=xD(t.test,e,i)),new iw(e.doc,t.search,{ignoreCase:!t.caseSensitive,test:i},n,r)}function cf(t,e){return t.slice(Jt(t,e,!1),e)}function uf(t,e){return t.slice(e,Jt(t,e))}function bD(t){return(e,n,r)=>!r[0].length||(t(cf(r.input,r.index))!=wt.Word||t(uf(r.input,r.index))!=wt.Word)&&(t(uf(r.input,r.index+r[0].length))!=wt.Word||t(cf(r.input,r.index+r[0].length))!=wt.Word)}class vD extends sw{nextMatch(e,n,r){let i=Ps(this.spec,e,r,e.doc.length).next();return i.done&&(i=Ps(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=Ps(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=Ps(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=Ps(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 nu=et.define(),Ug=et.define(),Pa=er.define({create(t){return new U2(Zp(t).create(),null)},update(t,e){for(let n of e.effects)n.is(nu)?t=new U2(n.value.create(),t.panel):n.is(Ug)&&(t=new U2(t.query,n.value?Ig:null));return t},provide:t=>ef.from(t,e=>e.panel)});class U2{constructor(e,n){this.query=e,this.panel=n}}const SD=Ne.mark({class:"cm-searchMatch"}),wD=Ne.mark({class:"cm-searchMatch cm-searchMatch-selected"}),AD=Dn.fromClass(class{constructor(t){this.view=t,this.decorations=this.highlight(t.state.field(Pa))}update(t){let e=t.state.field(Pa);(e!=t.startState.field(Pa)||t.docChanged||t.selectionSet||t.viewportChanged)&&(this.decorations=this.highlight(e))}highlight({query:t,panel:e}){if(!e||!t.spec.valid)return Ne.none;let{view:n}=this,r=new $l;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(x=>x.from==m&&x.to==p);r.add(m,p,g?wD:SD)})}return r.finish()}},{decorations:t=>t.decorations});function gu(t){return e=>{let n=e.state.field(Pa,!1);return n&&n.query.spec.valid?t(e,n):uw(e)}}const ff=gu((t,{query:e})=>{let{to:n}=t.state.selection.main,r=e.nextMatch(t.state,n,n);if(!r)return!1;let i=he.single(r.from,r.to),l=t.state.facet(mo);return t.dispatch({selection:i,effects:[Wg(t,r),l.scrollToMatch(i.main,t)],userEvent:"select.search"}),cw(t),!0}),hf=gu((t,{query:e})=>{let{state:n}=t,{from:r}=n.selection.main,i=e.prevMatch(n,r,r);if(!i)return!1;let l=he.single(i.from,i.to),o=t.state.facet(mo);return t.dispatch({selection:l,effects:[Wg(t,i),o.scrollToMatch(l.main,t)],userEvent:"select.search"}),cw(t),!0}),kD=gu((t,{query:e})=>{let n=e.matchAll(t.state,1e3);return!n||!n.length?!1:(t.dispatch({selection:he.create(n.map(r=>he.range(r.from,r.to))),userEvent:"select.search.matches"}),!0)}),MD=({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 ro(t.doc,t.sliceDoc(r,i));!c.next().done;){if(l.length>1e3)return!1;c.value.from==r&&(o=l.length),l.push(he.range(c.value.from,c.value.to))}return e(t.update({selection:he.create(l,o),userEvent:"select.search.matches"})),!0},ux=gu((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(we.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=he.single(o.from,o.to).map(g),p.push(Wg(t,o)),p.push(n.facet(mo).scrollToMatch(f.main,t))),t.dispatch({changes:g,selection:f,effects:p,userEvent:"input.replace"}),!0}),TD=gu((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:we.announce.of(r),userEvent:"input.replace.all"}),!0});function Ig(t){return t.state.facet(mo).createPanel(t)}function Zp(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(mo);return new lw({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 ow(t){let e=U7(t,Ig);return e&&e.dom.querySelector("[main-field]")}function cw(t){let e=ow(t);e&&e==t.root.activeElement&&e.select()}const uw=t=>{let e=t.state.field(Pa,!1);if(e&&e.panel){let n=ow(t);if(n&&n!=t.root.activeElement){let r=Zp(t.state,e.query.spec);r.valid&&t.dispatch({effects:nu.of(r)}),n.focus(),n.select()}}else t.dispatch({effects:[Ug.of(!0),e?nu.of(Zp(t.state,e.query.spec)):et.appendConfig.of(QD)]});return!0},fw=t=>{let e=t.state.field(Pa,!1);if(!e||!e.panel)return!1;let n=U7(t,Ig);return n&&n.dom.contains(t.root.activeElement)&&t.focus(),t.dispatch({effects:Ug.of(!1)}),!0},CD=[{key:"Mod-f",run:uw,scope:"editor search-panel"},{key:"F3",run:ff,shift:hf,scope:"editor search-panel",preventDefault:!0},{key:"Mod-g",run:ff,shift:hf,scope:"editor search-panel",preventDefault:!0},{key:"Escape",run:fw,scope:"editor search-panel"},{key:"Mod-Shift-l",run:MD},{key:"Mod-Alt-g",run:iD},{key:"Mod-d",run:pD,preventDefault:!0}];class ED{constructor(e){this.view=e;let n=this.query=e.state.field(Pa).query.spec;this.commit=this.commit.bind(this),this.searchField=Kt("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=Kt("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=Kt("input",{type:"checkbox",name:"case",form:"",checked:n.caseSensitive,onchange:this.commit}),this.reField=Kt("input",{type:"checkbox",name:"re",form:"",checked:n.regexp,onchange:this.commit}),this.wordField=Kt("input",{type:"checkbox",name:"word",form:"",checked:n.wholeWord,onchange:this.commit});function r(i,l,o){return Kt("button",{class:"cm-button",name:i,onclick:l,type:"button"},o)}this.dom=Kt("div",{onkeydown:i=>this.keydown(i),class:"cm-search"},[this.searchField,r("next",()=>ff(e),[In(e,"next")]),r("prev",()=>hf(e),[In(e,"previous")]),r("select",()=>kD(e),[In(e,"all")]),Kt("label",null,[this.caseField,In(e,"match case")]),Kt("label",null,[this.reField,In(e,"regexp")]),Kt("label",null,[this.wordField,In(e,"by word")]),...e.state.readOnly?[]:[Kt("br"),this.replaceField,r("replace",()=>ux(e),[In(e,"replace")]),r("replaceAll",()=>TD(e),[In(e,"replace all")])],Kt("button",{name:"close",onclick:()=>fw(e),"aria-label":In(e,"close"),type:"button"},["×"])])}commit(){let e=new lw({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:nu.of(e)}))}keydown(e){zR(this.view,e,"search-panel")?e.preventDefault():e.keyCode==13&&e.target==this.searchField?(e.preventDefault(),(e.shiftKey?hf:ff)(this.view)):e.keyCode==13&&e.target==this.replaceField&&(e.preventDefault(),ux(this.view))}update(e){for(let n of e.transactions)for(let r of n.effects)r.is(nu)&&!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(mo).top}}function In(t,e){return t.state.phrase(e)}const s1=30,o1=/[\s\.,:;?!]/;function Wg(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-s1),o=Math.min(i,n+s1),c=t.state.sliceDoc(l,o);if(l!=r.from){for(let f=0;f<s1;f++)if(!o1.test(c[f+1])&&o1.test(c[f])){c=c.slice(f);break}}if(o!=i){for(let f=c.length-1;f>c.length-s1;f--)if(!o1.test(c[f-1])&&o1.test(c[f])){c=c.slice(0,f);break}}return we.announce.of(`${t.state.phrase("current match")}. ${c} ${t.state.phrase("on line")} ${r.number}.`)}const $D=we.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"}}),QD=[Pa,uu.low(AD),$D],PD="#e5c07b",fx="#e06c75",ZD="#56b6c2",jD="#ffffff",Q1="#abb2bf",jp="#7d8799",RD="#61afef",ND="#98c379",hx="#d19a66",VD="#c678dd",LD="#21252b",dx="#2c313a",mx="#282c34",I2="#353a42",DD="#3E4451",px="#528bff",_D=we.theme({"&":{color:Q1,backgroundColor:mx},".cm-content":{caretColor:px},".cm-cursor, .cm-dropCursor":{borderLeftColor:px},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:DD},".cm-panels":{backgroundColor:LD,color:Q1},".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:mx,color:jp,border:"none"},".cm-activeLineGutter":{backgroundColor:dx},".cm-foldPlaceholder":{backgroundColor:"transparent",border:"none",color:"#ddd"},".cm-tooltip":{border:"none",backgroundColor:I2},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:"transparent",borderBottomColor:"transparent"},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:I2,borderBottomColor:I2},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{backgroundColor:dx,color:Q1}}},{dark:!0}),XD=_f.define([{tag:G.keyword,color:VD},{tag:[G.name,G.deleted,G.character,G.propertyName,G.macroName],color:fx},{tag:[G.function(G.variableName),G.labelName],color:RD},{tag:[G.color,G.constant(G.name),G.standard(G.name)],color:hx},{tag:[G.definition(G.name),G.separator],color:Q1},{tag:[G.typeName,G.className,G.number,G.changed,G.annotation,G.modifier,G.self,G.namespace],color:PD},{tag:[G.operator,G.operatorKeyword,G.url,G.escape,G.regexp,G.link,G.special(G.string)],color:ZD},{tag:[G.meta,G.comment],color:jp},{tag:G.strong,fontWeight:"bold"},{tag:G.emphasis,fontStyle:"italic"},{tag:G.strikethrough,textDecoration:"line-through"},{tag:G.link,color:jp,textDecoration:"underline"},{tag:G.heading,fontWeight:"bold",color:fx},{tag:[G.atom,G.bool,G.special(G.variableName)],color:hx},{tag:[G.processingInstruction,G.string,G.inserted],color:ND},{tag:G.invalid,color:jD}]),zD=[_D,tV(XD)];var gx={};class df{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 df(e,[],n,r,r,0,[],0,i?new Ox(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,x=this.bufferBase+this.buffer.length-g;if(i<l.minRepeatTerm||e&131072){let b=l.stateFlag(this.state,1)?this.pos:this.reducePos;this.storeNode(i,m,b,x+4,!0)}if(e&262144)this.state=this.stack[f];else{let b=this.stack[f-3];this.state=l.getGoto(b,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 df(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 HD(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 Ox(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 Ox{constructor(e,n){this.tracker=e,this.context=n,this.hash=e.strict?e.hash(n):0}}class HD{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 mf{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 mf(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 mf(this.stack,this.pos,this.index)}}function vc(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 P1{constructor(){this.start=-1,this.value=-1,this.end=-1,this.extended=-1,this.lookAhead=0,this.mask=0,this.context=0}}const yx=new P1;class YD{constructor(e,n){this.input=e,this.ranges=n,this.chunk="",this.chunkOff=0,this.chunk2="",this.chunk2Pos=0,this.next=-1,this.token=yx,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=yx,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 Us{constructor(e,n){this.data=e,this.id=n}token(e,n){let{parser:r}=n.p;hw(this.data,e,n,this.id,r.data,r.tokenPrecTable)}}Us.prototype.contextual=Us.prototype.fallback=Us.prototype.extend=!1;class pf{constructor(e,n,r){this.precTable=n,this.elseToken=r,this.data=typeof e=="string"?vc(e):e}token(e,n){let r=e.pos,i=0;for(;;){let l=e.next<0,o=e.resolveOffset(1,1);if(hw(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))}}pf.prototype.contextual=Us.prototype.fallback=Us.prototype.extend=!1;class tr{constructor(e,n={}){this.token=e,this.contextual=!!n.contextual,this.fallback=!!n.fallback,this.extend=!!n.extend}}function hw(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 b=o+3;b<m;b+=2)if((t[b+1]&c)>0){let S=t[b];if(f.allows(S)&&(e.token.value==-1||e.token.value==S||BD(S,e.token.value,i,l))){e.acceptToken(S);break}}let p=e.next,g=0,x=t[o+2];if(e.next<0&&x>g&&t[m+x*3-3]==65535){o=t[m+x*3-1];continue e}for(;g<x;){let b=g+x>>1,S=m+b+(b<<1),w=t[S],A=t[S+1]||65536;if(p<w)x=b;else if(p>=A)g=b+1;else{o=t[S+2],e.advance();continue e}}break}}function xx(t,e,n){for(let r=e,i;(i=t[r])!=65535;r++)if(i==n)return r-e;return-1}function BD(t,e,n,r){let i=xx(n,r,e);return i<0||xx(n,r,t)<i}const Wn=typeof process<"u"&&gx&&/\bparse\b/.test(gx.LOG);let W2=null;function bx(t,e,n){let r=t.cursor(at.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 FD{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?bx(e.tree,e.from+e.offset,1)-e.offset:e.from,this.safeTo=e.openEnd?bx(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 At){if(o==e){if(o<this.safeFrom)return null;let c=o+l.length;if(c<=this.safeTo){let f=l.prop(Xe.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 qD{constructor(e,n){this.stream=n,this.tokens=[],this.mainToken=null,this.actions=[],this.tokens=e.tokenizers.map(r=>new P1)}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 x=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>x))break}}for(;this.actions.length>n;)this.actions.pop();return f&&e.setLookAhead(f),!r&&e.pos==this.stream.end&&(r=new P1,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 P1,{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=ji(c,m+2);else{i==0&&c[m+1]==2&&(i=this.putAction(ji(c,m+2),n,r,i));break}c[m]==n&&(i=this.putAction(ji(c,m+1),n,r,i))}return i}}class UD{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 YD(n,i),this.tokens=new qD(e,this.stream),this.topTerm=e.top[1];let{from:l}=i[0];this.stacks=[df.start(this,e.top[0],l)],this.fragments=r.length&&this.stream.end-l>e.bufferLength*4?new FD(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&&WD(i);if(o)return Wn&&console.log("Finish with "+this.stackID(o)),this.stackToTree(o);if(this.parser.strict)throw Wn&&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 Wn&&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=Wn?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 x=this.parser.nodeSet.types[g.type.id]==g.type?l.getGoto(e.state,g.type.id):-1;if(x>-1&&g.length&&(!m||(g.prop(Xe.contextHash)||0)==p))return e.useNode(g,x),Wn&&console.log(o+this.stackID(e)+` (via reuse of ${l.getName(g.type.id)})`),!0;if(!(g instanceof At)||g.children.length==0||g.positions[0]>0)break;let b=g.children[0];if(b instanceof At&&g.positions[0]==0)g=b;else break}}let c=l.stateSlot(e.state,4);if(c>0)return e.reduce(c),Wn&&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++],x=f[m++],b=m==f.length||!r,S=b?e:e.split(),w=this.tokens.mainToken;if(S.apply(p,g,w?w.start:S.pos,x),Wn&&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"})`),b)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 vx(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=Wn?this.stackID(c)+" -> ":"";if(c.deadEnd&&(l||(l=!0,c.restart(),Wn&&console.log(p+this.stackID(c)+" (restarted)"),this.advanceFully(c,r))))continue;let g=c.split(),x=p;for(let b=0;b<10&&g.forceReduce()&&(Wn&&console.log(x+this.stackID(g)+" (via force-reduce)"),!this.advanceFully(g,r));b++)Wn&&(x=this.stackID(g)+" -> ");for(let b of c.recoverByInsert(f))Wn&&console.log(p+this.stackID(b)+" (via recover-insert)"),this.advanceFully(b,r);this.stream.end>c.pos?(m==c.pos&&(m++,f=0),c.recoverByDelete(f,m),Wn&&console.log(p+this.stackID(c)+` (via recover-delete ${this.parser.getName(f)})`),vx(c,r)):(!i||i.score<g.score)&&(i=g)}return i}stackToTree(e){return e.close(),At.build({buffer:mf.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=(W2||(W2=new WeakMap)).get(e);return n||W2.set(e,n=String.fromCodePoint(this.nextStackID++)),n+e}}function vx(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 ID{constructor(e,n,r){this.source=e,this.flags=n,this.disabled=r}allows(e){return!this.disabled||this.disabled[e]==0}}const G2=t=>t;class dw{constructor(e){this.start=e.start,this.shift=e.shift||G2,this.reduce=e.reduce||G2,this.reuse=e.reuse||G2,this.hash=e.hash||(()=>0),this.strict=e.strict!==!1}}class io extends a9{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=Xe[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 x=-p;x>0;x--)l(c[m++],f,g);m++}}}this.nodeSet=new Qg(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=e9;let o=vc(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(Sx),this.states=vc(e.states,Uint32Array),this.data=vc(e.stateData),this.goto=vc(e.goto),this.maxTerm=e.maxTerm,this.tokenizers=e.tokenizers.map(c=>typeof c=="number"?new Us(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 UD(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=ji(r,l+2)];else{if(r[l+1]==2)return ji(r,l+2);break}if(o==n||o==0)return ji(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=ji(this.data,l+2);else break;i=n(ji(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=ji(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(io.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]=Sx(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 ID(e,r,i)}static deserialize(e){return new io(e)}}function ji(t,e){return t[e]|t[e+1]<<16}function WD(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 Sx(t){if(t.external){let e=t.extend?1:0;return(n,r)=>t.external(n,r)<<1|e}return t.get}const GD=55,KD=1,JD=56,e_=2,t_=57,n_=3,wx=4,r_=5,Gg=6,mw=7,pw=8,gw=9,Ow=10,i_=11,a_=12,l_=13,K2=58,s_=14,o_=15,Ax=59,yw=21,c_=23,xw=24,u_=25,Rp=27,bw=28,f_=29,h_=32,d_=35,m_=37,p_=38,g_=0,O_=1,y_={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},x_={dd:!0,li:!0,optgroup:!0,option:!0,p:!0,rp:!0,rt:!0,tbody:!0,td:!0,tfoot:!0,th:!0,tr:!0},kx={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 b_(t){return t==45||t==46||t==58||t>=65&&t<=90||t==95||t>=97&&t<=122||t>=161}let Mx=null,Tx=null,Cx=0;function Np(t,e){let n=t.pos+e;if(Cx==n&&Tx==t)return Mx;let r=t.peek(e),i="";for(;b_(r);)i+=String.fromCharCode(r),r=t.peek(++e);return Tx=t,Cx=n,Mx=i?i.toLowerCase():r==v_||r==S_?void 0:null}const vw=60,gf=62,Kg=47,v_=63,S_=33,w_=45;function Ex(t,e){this.name=t,this.parent=e}const A_=[Gg,Ow,mw,pw,gw],k_=new dw({start:null,shift(t,e,n,r){return A_.indexOf(e)>-1?new Ex(Np(r,1)||"",t):t},reduce(t,e){return e==yw&&t?t.parent:t},reuse(t,e,n,r){let i=e.type.id;return i==Gg||i==m_?new Ex(Np(r,1)||"",t):t},strict:!1}),M_=new tr((t,e)=>{if(t.next!=vw){t.next<0&&e.context&&t.acceptToken(K2);return}t.advance();let n=t.next==Kg;n&&t.advance();let r=Np(t,0);if(r===void 0)return;if(!r)return t.acceptToken(n?o_:s_);let i=e.context?e.context.name:null;if(n){if(r==i)return t.acceptToken(i_);if(i&&x_[i])return t.acceptToken(K2,-2);if(e.dialectEnabled(g_))return t.acceptToken(a_);for(let l=e.context;l;l=l.parent)if(l.name==r)return;t.acceptToken(l_)}else{if(r=="script")return t.acceptToken(mw);if(r=="style")return t.acceptToken(pw);if(r=="textarea")return t.acceptToken(gw);if(y_.hasOwnProperty(r))return t.acceptToken(Ow);i&&kx[i]&&kx[i][r]?t.acceptToken(K2,-1):t.acceptToken(Gg)}},{contextual:!0}),T_=new tr(t=>{for(let e=0,n=0;;n++){if(t.next<0){n&&t.acceptToken(Ax);break}if(t.next==w_)e++;else if(t.next==gf&&e>=2){n>=3&&t.acceptToken(Ax,-2);break}else e=0;t.advance()}});function C_(t){for(;t;t=t.parent)if(t.name=="svg"||t.name=="math")return!0;return!1}const E_=new tr((t,e)=>{if(t.next==Kg&&t.peek(1)==gf){let n=e.dialectEnabled(O_)||C_(e.context);t.acceptToken(n?r_:wx,2)}else t.next==gf&&t.acceptToken(wx,1)});function Jg(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==vw||l==1&&i.next==Kg||l>=2&&l<r&&i.next==t.charCodeAt(l-2))l++,o++;else if(l==r&&i.next==gf){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 $_=Jg("script",GD,KD),Q_=Jg("style",JD,e_),P_=Jg("textarea",t_,n_),Z_=Rf({"Text RawText IncompleteTag IncompleteCloseTag":G.content,"StartTag StartCloseTag SelfClosingEndTag EndTag":G.angleBracket,TagName:G.tagName,"MismatchedCloseTag/TagName":[G.tagName,G.invalid],AttributeName:G.attributeName,"AttributeValue UnquotedAttributeValue":G.attributeValue,Is:G.definitionOperator,"EntityReference CharacterReference":G.character,Comment:G.blockComment,ProcessingInst:G.processingInstruction,DoctypeDecl:G.documentMeta}),j_=io.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:k_,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:[Z_],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:[$_,Q_,P_,E_,M_,T_,0,1,2,3,4,5],topRules:{Document:[0,16]},dialects:{noMatch:0,selfClosing:515},tokenPrec:517});function Sw(t,e){let n=Object.create(null);for(let r of t.getChildren(xw)){let i=r.getChild(u_),l=r.getChild(Rp)||r.getChild(bw);i&&(n[e.read(i.from,i.to)]=l?l.type.id==Rp?e.read(l.from+1,l.to-1):e.read(l.from,l.to):"")}return n}function $x(t,e){let n=t.getChild(c_);return n?e.read(n.from,n.to):" "}function J2(t,e,n){let r;for(let i of n)if(!i.attrs||i.attrs(r||(r=Sw(t.node.parent.firstChild,e))))return{parser:i.parser,bracketed:!0};return null}function ww(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 gN((c,f)=>{let m=c.type.id;if(m==f_)return J2(c,f,n);if(m==h_)return J2(c,f,r);if(m==d_)return J2(c,f,i);if(m==yw&&l.length){let p=c.node,g=p.firstChild,x=g&&$x(g,f),b;if(x){for(let S of l)if(S.tag==x&&(!S.attrs||S.attrs(b||(b=Sw(g,f))))){let w=p.lastChild,A=w.type.id==p_?w.from:p.to;if(A>g.to)return{parser:S.parser,overlay:[{from:g.to,to:A}]}}}}if(o&&m==xw){let p=c.node,g;if(g=p.firstChild){let x=o[f.read(g.from,g.to)];if(x)for(let b of x){if(b.tagName&&b.tagName!=$x(p.parent,f))continue;let S=p.lastChild;if(S.type.id==Rp){let w=S.from+1,A=S.lastChild,k=S.to-(A&&A.isError?0:1);if(k>w)return{parser:b.parser,overlay:[{from:w,to:k}],bracketed:!0}}else if(S.type.id==bw)return{parser:b.parser,overlay:[{from:S.from,to:S.to}]}}}}return null})}const R_=135,Qx=1,N_=136,V_=137,Aw=2,L_=138,D_=3,__=4,kw=[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],X_=58,z_=40,Mw=95,H_=91,Z1=45,Y_=46,B_=35,F_=37,q_=38,U_=92,I_=10,W_=42;function ru(t){return t>=65&&t<=90||t>=97&&t<=122||t>=161}function eO(t){return t>=48&&t<=57}function Px(t){return eO(t)||t>=97&&t<=102||t>=65&&t<=70}const Tw=(t,e,n)=>(r,i)=>{for(let l=!1,o=0,c=0;;c++){let{next:f}=r;if(ru(f)||f==Z1||f==Mw||l&&eO(f))!l&&(f!=Z1||c>0)&&(l=!0),o===c&&f==Z1&&o++,r.advance();else if(f==U_&&r.peek(1)!=I_){if(r.advance(),Px(r.next)){do r.advance();while(Px(r.next));r.next==32&&r.advance()}else r.next>-1&&r.advance();l=!0}else{l&&r.acceptToken(o==2&&i.canShift(Aw)?e:f==z_?n:t);break}}},G_=new tr(Tw(N_,Aw,V_),{contextual:!0}),K_=new tr(Tw(L_,D_,__),{contextual:!0}),J_=new tr(t=>{if(kw.includes(t.peek(-1))){let{next:e}=t;(ru(e)||e==Mw||e==B_||e==Y_||e==W_||e==H_||e==X_&&ru(t.peek(1))||e==Z1||e==q_)&&t.acceptToken(R_)}}),eX=new tr(t=>{if(!kw.includes(t.peek(-1))){let{next:e}=t;if(e==F_&&(t.advance(),t.acceptToken(Qx)),ru(e)){do t.advance();while(ru(t.next)||eO(t.next));t.acceptToken(Qx)}}}),tX=Rf({"AtKeyword import charset namespace keyframes media supports font-feature-values":G.definitionKeyword,"from to selector scope MatchFlag":G.keyword,NamespaceName:G.namespace,KeyframeName:G.labelName,KeyframeRangeName:G.operatorKeyword,TagName:G.tagName,ClassName:G.className,PseudoClassName:G.constant(G.className),IdName:G.labelName,"FeatureName PropertyName":G.propertyName,AttributeName:G.attributeName,NumberLiteral:G.number,KeywordQuery:G.keyword,UnaryQueryOp:G.operatorKeyword,"CallTag ValueName FontName":G.atom,VariableName:G.variableName,Callee:G.operatorKeyword,Unit:G.unit,"UniversalSelector NestingSelector":G.definitionOperator,"MatchOp CompareOp":G.compareOperator,"ChildOp SiblingOp, LogicOp":G.logicOperator,BinOp:G.arithmeticOperator,Important:G.modifier,Comment:G.blockComment,ColorLiteral:G.color,"ParenthesizedContent StringLiteral":G.string,":":G.punctuation,"PseudoOp #":G.derefOperator,"; , |":G.separator,"( )":G.paren,"[ ]":G.squareBracket,"{ }":G.brace}),nX={__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},rX={__proto__:null,or:104,and:104,not:112,only:112,layer:186},iX={__proto__:null,selector:118,layer:182},aX={__proto__:null,"@import":178,"@media":190,"@charset":194,"@namespace":198,"@keyframes":204,"@supports":216,"@scope":220,"@font-feature-values":226},lX={__proto__:null,to:223},sX=io.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:[tX],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:[J_,eX,G_,K_,1,2,3,4,new pf("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=>nX[t]||-1},{term:138,get:t=>rX[t]||-1},{term:4,get:t=>iX[t]||-1},{term:28,get:t=>aX[t]||-1},{term:136,get:t=>lX[t]||-1}],tokenPrec:2256});let em=null;function tm(){if(!em&&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)));em=e.sort().map(r=>({type:"property",label:r,apply:r+": "}))}return em||[]}const Zx=["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})),jx=["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}))),oX=["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})),cX=["@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})),Qi=/^(\w[\w-]*|-\w[\w-]*|)$/,uX=/^-(-[\w-]*)?$/;function fX(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 Rx=new i9,hX=["Declaration"];function dX(t){for(let e=t;;){if(e.type.isTop)return e;if(!(e=e.parent))return t}}function Cw(t,e,n){if(e.to-e.from>4096){let r=Rx.get(e);if(r)return r;let i=[],l=new Set,o=e.cursor(at.IncludeAnonymous);if(o.firstChild())do for(let c of Cw(t,o.node,n))l.has(c.label)||(l.add(c.label),i.push(c));while(o.nextSibling());return Rx.set(e,i),i}else{let r=[],i=new Set;return e.cursor().iterate(l=>{var o;if(n(l)&&l.matchContext(hX)&&((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 mX=t=>e=>{let{state:n,pos:r}=e,i=Vt(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:tm(),validFor:Qi};if(i.name=="ValueName")return{from:i.from,options:jx,validFor:Qi};if(i.name=="PseudoClassName")return{from:i.from,options:Zx,validFor:Qi};if(t(i)||(e.explicit||l)&&fX(i,n.doc))return{from:t(i)||l?i.from:r,options:Cw(n.doc,dX(i),t),validFor:uX};if(i.name=="TagName"){for(let{parent:f}=i;f;f=f.parent)if(f.name=="Block")return{from:i.from,options:tm(),validFor:Qi};return{from:i.from,options:oX,validFor:Qi}}if(i.name=="AtKeyword")return{from:i.from,options:cX,validFor:Qi};if(!e.explicit)return null;let o=i.resolve(r),c=o.childBefore(r);return c&&c.name==":"&&o.name=="PseudoClassSelector"?{from:r,options:Zx,validFor:Qi}:c&&c.name==":"&&o.name=="Declaration"||o.name=="ArgList"?{from:r,options:jx,validFor:Qi}:o.name=="Block"||o.name=="Styles"?{from:r,options:tm(),validFor:Qi}:null},pX=mX(t=>t.name=="VariableName"),Of=to.define({name:"css",parser:sX.configure({props:[Lf.add({Declaration:$1()}),Df.add({"Block KeyframeList":h9})]}),languageData:{commentTokens:{block:{open:"/*",close:"*/"}},indentOnInput:/^\s*\}$/,wordChars:"-"}});function Ew(){return new Ng(Of,Of.data.of({autocomplete:pX}))}const gX=316,OX=317,Nx=1,yX=2,xX=3,bX=4,vX=318,SX=320,wX=321,AX=5,kX=6,MX=0,Vp=[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],$w=125,TX=59,Lp=47,CX=42,EX=43,$X=45,QX=60,PX=44,ZX=63,jX=46,RX=91,NX=new dw({start:!1,shift(t,e){return e==AX||e==kX||e==SX?t:e==wX},strict:!1}),VX=new tr((t,e)=>{let{next:n}=t;(n==$w||n==-1||e.context)&&t.acceptToken(vX)},{contextual:!0,fallback:!0}),LX=new tr((t,e)=>{let{next:n}=t,r;Vp.indexOf(n)>-1||n==Lp&&((r=t.peek(1))==Lp||r==CX)||n!=$w&&n!=TX&&n!=-1&&!e.context&&t.acceptToken(gX)},{contextual:!0}),DX=new tr((t,e)=>{t.next==RX&&!e.context&&t.acceptToken(OX)},{contextual:!0}),_X=new tr((t,e)=>{let{next:n}=t;if(n==EX||n==$X){if(t.advance(),n==t.next){t.advance();let r=!e.context&&e.canShift(Nx);t.acceptToken(r?Nx:yX)}}else n==ZX&&t.peek(1)==jX&&(t.advance(),t.advance(),(t.next<48||t.next>57)&&t.acceptToken(xX))},{contextual:!0});function nm(t,e){return t>=65&&t<=90||t>=97&&t<=122||t==95||t>=192||!e&&t>=48&&t<=57}const XX=new tr((t,e)=>{if(t.next!=QX||!e.dialectEnabled(MX)||(t.advance(),t.next==Lp))return;let n=0;for(;Vp.indexOf(t.next)>-1;)t.advance(),n++;if(nm(t.next,!0)){for(t.advance(),n++;nm(t.next,!1);)t.advance(),n++;for(;Vp.indexOf(t.next)>-1;)t.advance(),n++;if(t.next==PX)return;for(let r=0;;r++){if(r==7){if(!nm(t.next,!0))return;break}if(t.next!="extends".charCodeAt(r))break;t.advance(),n++}}t.acceptToken(bX,-n)}),zX=Rf({"get set async static":G.modifier,"for while do if else switch try catch finally return throw break continue default case defer":G.controlKeyword,"in of await yield void typeof delete instanceof as satisfies":G.operatorKeyword,"let var const using function class extends":G.definitionKeyword,"import export from":G.moduleKeyword,"with debugger new":G.keyword,TemplateString:G.special(G.string),super:G.atom,BooleanLiteral:G.bool,this:G.self,null:G.null,Star:G.modifier,VariableName:G.variableName,"CallExpression/VariableName TaggedTemplateExpression/VariableName":G.function(G.variableName),VariableDefinition:G.definition(G.variableName),Label:G.labelName,PropertyName:G.propertyName,PrivatePropertyName:G.special(G.propertyName),"CallExpression/MemberExpression/PropertyName":G.function(G.propertyName),"FunctionDeclaration/VariableDefinition":G.function(G.definition(G.variableName)),"ClassDeclaration/VariableDefinition":G.definition(G.className),"NewExpression/VariableName":G.className,PropertyDefinition:G.definition(G.propertyName),PrivatePropertyDefinition:G.definition(G.special(G.propertyName)),UpdateOp:G.updateOperator,"LineComment Hashbang":G.lineComment,BlockComment:G.blockComment,Number:G.number,String:G.string,Escape:G.escape,ArithOp:G.arithmeticOperator,LogicOp:G.logicOperator,BitOp:G.bitwiseOperator,CompareOp:G.compareOperator,RegExp:G.regexp,Equals:G.definitionOperator,Arrow:G.function(G.punctuation),": Spread":G.punctuation,"( )":G.paren,"[ ]":G.squareBracket,"{ }":G.brace,"InterpolationStart InterpolationEnd":G.special(G.brace),".":G.derefOperator,", ;":G.separator,"@":G.meta,TypeName:G.typeName,TypeDefinition:G.definition(G.typeName),"type enum interface implements namespace module declare":G.definitionKeyword,"abstract global Privacy readonly override":G.modifier,"is keyof unique infer asserts":G.operatorKeyword,JSXAttributeValue:G.attributeValue,JSXText:G.content,"JSXStartTag JSXStartCloseTag JSXSelfCloseEndTag JSXEndTag":G.angleBracket,"JSXIdentifier JSXNameSpacedName":G.tagName,"JSXAttribute/JSXIdentifier JSXAttribute/JSXNameSpacedName":G.attributeName,"JSXBuiltin/JSXIdentifier":G.standard(G.tagName)}),HX={__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},YX={__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},BX={__proto__:null,"<":193},FX=io.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*XO!k)OP~P!1uO#k*aO~O!l*bO~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*dO(VTO(YUO(a$uO(y$}O(z%PO~O![*gO!Y)PP~P!3tOr*sOs!nO!S*iO!b*qO!c*kO!d*kO!l*bO#[*rO%`*mO(U!lO(VTO(YUO(e!mO~O!^*pO~P!5iO#S$dOn(`X!Q(`X'y(`X(y(`X(z(`X!](`X#`(`X~Og(`X$O(`X~P!6kOn*xO#`*wOg(_X!](_X~O!]*yOg(^X~Oj%dOk%dOl%dO(T&ZOg(^P~Os*|O~Og)}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%hO![+ZO!](^O!_%iO(T%gO!Y(vP~Os'[O!S+]O![+[O(VTO(YUO(e(|O~O!^(xP~P!9|O!]+^Oa)TX'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%WO![/mO!](^O(T/lO!Y(vP!Y)PP~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:NX,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:[zX],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:[LX,DX,_X,XX,2,3,4,5,6,7,8,9,10,11,12,13,14,VX,new pf("$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 pf("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=>HX[t]||-1},{term:343,get:t=>YX[t]||-1},{term:95,get:t=>BX[t]||-1}],tokenPrec:15201}),Qw=[jn("function ${name}(${params}) {\n ${}\n}",{label:"function",detail:"definition",type:"keyword"}),jn("for (let ${index} = 0; ${index} < ${bound}; ${index}++) {\n ${}\n}",{label:"for",detail:"loop",type:"keyword"}),jn("for (let ${name} of ${collection}) {\n ${}\n}",{label:"for",detail:"of loop",type:"keyword"}),jn("do {\n ${}\n} while (${})",{label:"do",detail:"loop",type:"keyword"}),jn("while (${}) {\n ${}\n}",{label:"while",detail:"loop",type:"keyword"}),jn(`try {
103
+ \${}
104
+ } catch (\${error}) {
105
+ \${}
106
+ }`,{label:"try",detail:"/ catch block",type:"keyword"}),jn("if (${}) {\n ${}\n}",{label:"if",detail:"block",type:"keyword"}),jn(`if (\${}) {
107
+ \${}
108
+ } else {
109
+ \${}
110
+ }`,{label:"if",detail:"/ else block",type:"keyword"}),jn(`class \${name} {
111
+ constructor(\${params}) {
112
+ \${}
113
+ }
114
+ }`,{label:"class",detail:"definition",type:"keyword"}),jn('import {${names}} from "${module}"\n${}',{label:"import",detail:"named",type:"keyword"}),jn('import ${name} from "${module}"\n${}',{label:"import",detail:"default",type:"keyword"})],qX=Qw.concat([jn("interface ${name} {\n ${}\n}",{label:"interface",detail:"definition",type:"keyword"}),jn("type ${name} = ${type}",{label:"type",detail:"definition",type:"keyword"}),jn("enum ${name} {\n ${}\n}",{label:"enum",detail:"definition",type:"keyword"})]),Vx=new i9,Pw=new Set(["Script","Block","FunctionExpression","FunctionDeclaration","ArrowFunction","MethodDeclaration","ForStatement"]);function dc(t){return(e,n)=>{let r=e.node.getChild("VariableDefinition");return r&&n(r,t),!0}}const UX=["FunctionDeclaration"],IX={FunctionDeclaration:dc("function"),ClassDeclaration:dc("class"),ClassExpression:()=>!0,EnumDeclaration:dc("constant"),TypeAliasDeclaration:dc("type"),NamespaceDeclaration:dc("namespace"),VariableDefinition(t,e){t.matchContext(UX)||e(t,"variable")},TypeDefinition(t,e){e(t,"type")},__proto__:null};function Zw(t,e){let n=Vx.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(at.IncludeAnonymous).iterate(o=>{if(i)i=!1;else if(o.name){let c=IX[o.name];if(c&&c(o,l)||Pw.has(o.name))return!1}else if(o.to-o.from>8192){for(let c of Zw(t,o.node))r.push(c);return!1}}),Vx.set(e,r),r}const Lx=/^[\w$\xa1-\uffff][\w$\d\xa1-\uffff]*$/,jw=["TemplateString","String","RegExp","LineComment","BlockComment","VariableDefinition","TypeDefinition","Label","PropertyDefinition","PropertyName","PrivatePropertyDefinition","PrivatePropertyName","JSXText","JSXAttributeValue","JSXOpenTag","JSXCloseTag","JSXSelfClosingTag",".","?."];function WX(t){let e=Vt(t.state).resolveInner(t.pos,-1);if(jw.indexOf(e.name)>-1)return null;let n=e.name=="VariableName"||e.to-e.from<20&&Lx.test(t.state.sliceDoc(e.from,e.to));if(!n&&!t.explicit)return null;let r=[];for(let i=e;i;i=i.parent)Pw.has(i.name)&&(r=r.concat(Zw(t.state.doc,i)));return{options:r,from:n?e.from:t.pos,validFor:Lx}}const ii=to.define({name:"javascript",parser:FX.configure({props:[Lf.add({IfStatement:$1({except:/^\s*({|else\b)/}),TryStatement:$1({except:/^\s*({|catch\b|finally\b)/}),LabeledStatement:XN,SwitchBody:t=>{let e=t.textAfter,n=/^\s*\}/.test(e),r=/^\s*(case|default)\b/.test(e);return t.baseIndent+(n?0:r?1:2)*t.unit},Block:_N({closing:"}"}),ArrowFunction:t=>t.baseIndent+t.unit,"TemplateString BlockComment":()=>null,"Statement Property":$1({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}}),Df.add({"Block ClassBody SwitchBody EnumBody ObjectExpression ArrayExpression ObjectType":h9,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:"$"}}),Rw={test:t=>/^JSX/.test(t.name),facet:o9({commentTokens:{block:{open:"{/*",close:"*/}"}}})},Nw=ii.configure({dialect:"ts"},"typescript"),Vw=ii.configure({dialect:"jsx",props:[Rg.add(t=>t.isTop?[Rw]:void 0)]}),Lw=ii.configure({dialect:"jsx ts",props:[Rg.add(t=>t.isTop?[Rw]:void 0)]},"typescript");let Dw=t=>({label:t,type:"keyword"});const _w="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(Dw),GX=_w.concat(["declare","implements","private","protected","public"].map(Dw));function Xw(t={}){let e=t.jsx?t.typescript?Lw:Vw:t.typescript?Nw:ii,n=t.typescript?qX.concat(GX):Qw.concat(_w);return new Ng(e,[ii.data.of({autocomplete:PL(jw,QL(n))}),ii.data.of({autocomplete:WX}),t.jsx?ez:[]])}function KX(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 Dx(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 JX=typeof navigator=="object"&&/Android\b/.test(navigator.userAgent),ez=we.inputHandler.of((t,e,n,r,i)=>{if((JX?t.composing:t.compositionStarted)||t.state.readOnly||e!=n||r!=">"&&r!="/"||!ii.isActiveAt(t.state,e,-1))return!1;let l=i(),{state:o}=l,c=o.changeByRange(f=>{var m;let{head:p}=f,g=Vt(o).resolveInner(p-1,-1),x;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 b=g.parent,S=b.parent;if(S&&b.from==p-2&&((x=Dx(o.doc,S.firstChild,p))||((m=S.firstChild)===null||m===void 0?void 0:m.name)=="JSXFragmentTag")){let w=`${x}>`;return{range:he.cursor(p+w.length,-1),changes:{from:p,insert:w}}}}else if(r==">"){let b=KX(g);if(b&&b.name=="JSXOpenTag"&&!/^\/?>|^<\//.test(o.doc.sliceString(p,p+2))&&(x=Dx(o.doc,b,p)))return{range:f,changes:{from:p,insert:`</${x}>`}}}}return{range:f}});return c.changes.empty?!1:(t.dispatch([l,o.update(c,{userEvent:"input.complete",scrollIntoView:!0})]),!0)}),mc=["_blank","_self","_top","_parent"],rm=["ascii","utf-8","utf-16","latin1","latin1"],im=["get","post","put","delete"],am=["application/x-www-form-urlencoded","multipart/form-data","text/plain"],Gn=["true","false"],Te={},tz={a:{attrs:{href:null,ping:null,type:null,media:null,target:mc,hreflang:null}},abbr:Te,address:Te,area:{attrs:{alt:null,coords:null,href:null,target:null,ping:null,media:null,hreflang:null,type:null,shape:["default","rect","circle","poly"]}},article:Te,aside:Te,audio:{attrs:{src:null,mediagroup:null,crossorigin:["anonymous","use-credentials"],preload:["none","metadata","auto"],autoplay:["autoplay"],loop:["loop"],controls:["controls"]}},b:Te,base:{attrs:{href:null,target:mc}},bdi:Te,bdo:Te,blockquote:{attrs:{cite:null}},body:Te,br:Te,button:{attrs:{form:null,formaction:null,name:null,value:null,autofocus:["autofocus"],disabled:["autofocus"],formenctype:am,formmethod:im,formnovalidate:["novalidate"],formtarget:mc,type:["submit","reset","button"]}},canvas:{attrs:{width:null,height:null}},caption:Te,center:Te,cite:Te,code:Te,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:Te,del:{attrs:{cite:null,datetime:null}},details:{attrs:{open:["open"]}},dfn:Te,div:Te,dl:Te,dt:Te,em:Te,embed:{attrs:{src:null,type:null,width:null,height:null}},eventsource:{attrs:{src:null}},fieldset:{attrs:{disabled:["disabled"],form:null,name:null}},figcaption:Te,figure:Te,footer:Te,form:{attrs:{action:null,name:null,"accept-charset":rm,autocomplete:["on","off"],enctype:am,method:im,novalidate:["novalidate"],target:mc}},h1:Te,h2:Te,h3:Te,h4:Te,h5:Te,h6:Te,head:{children:["title","base","link","style","meta","script","noscript","command"]},header:Te,hgroup:Te,hr:Te,html:{attrs:{manifest:null}},i:Te,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:am,formmethod:im,formnovalidate:["novalidate"],formtarget:mc,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:Te,keygen:{attrs:{challenge:null,form:null,name:null,autofocus:["autofocus"],disabled:["disabled"],keytype:["RSA"]}},label:{attrs:{for:null,form:null}},legend:Te,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:Te,menu:{attrs:{label:null,type:["list","context","toolbar"]}},meta:{attrs:{content:null,charset:rm,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:Te,noscript:Te,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:Te,param:{attrs:{name:null,value:null}},pre:Te,progress:{attrs:{value:null,max:null}},q:{attrs:{cite:null}},rp:Te,rt:Te,ruby:Te,samp:Te,script:{attrs:{type:["text/javascript"],src:null,async:["async"],defer:["defer"],charset:rm}},section:Te,select:{attrs:{form:null,name:null,size:null,autofocus:["autofocus"],disabled:["disabled"],multiple:["multiple"]}},slot:{attrs:{name:null}},small:Te,source:{attrs:{src:null,type:null,media:null}},span:Te,strong:Te,style:{attrs:{type:["text/css"],media:null,scoped:null}},sub:Te,summary:Te,sup:Te,table:Te,tbody:Te,td:{attrs:{colspan:null,rowspan:null,headers:null}},template:Te,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:Te,th:{attrs:{colspan:null,rowspan:null,headers:null,scope:["row","col","rowgroup","colgroup"]}},thead:Te,time:{attrs:{datetime:null}},title:Te,tr:Te,track:{attrs:{src:null,label:null,default:null,kind:["subtitles","captions","descriptions","chapters","metadata"],srclang:null}},ul:{children:["li","script","template","ul","ol"]},var:Te,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:Te},zw={accesskey:null,class:null,contenteditable:Gn,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:Gn,autocorrect:Gn,autocapitalize:Gn,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":Gn,"aria-autocomplete":["inline","list","both","none"],"aria-busy":Gn,"aria-checked":["true","false","mixed","undefined"],"aria-controls":null,"aria-describedby":null,"aria-disabled":Gn,"aria-dropeffect":null,"aria-expanded":["true","false","undefined"],"aria-flowto":null,"aria-grabbed":["true","false","undefined"],"aria-haspopup":Gn,"aria-hidden":Gn,"aria-invalid":["true","false","grammar","spelling"],"aria-label":null,"aria-labelledby":null,"aria-level":null,"aria-live":["off","polite","assertive"],"aria-multiline":Gn,"aria-multiselectable":Gn,"aria-owns":null,"aria-posinset":null,"aria-pressed":["true","false","mixed","undefined"],"aria-readonly":Gn,"aria-relevant":null,"aria-required":Gn,"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},Hw="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 Hw)zw[t]=null;class yf{constructor(e,n){this.tags={...tz,...e},this.globalAttrs={...zw,...n},this.allTags=Object.keys(this.tags),this.globalAttrNames=Object.keys(this.globalAttrs)}}yf.default=new yf;function ao(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 lo(t,e=!1){for(;t;t=t.parent)if(t.name=="Element")if(e)e=!1;else return t;return null}function Yw(t,e,n){let r=n.tags[ao(t,lo(e))];return(r==null?void 0:r.children)||n.allTags}function tO(t,e){let n=[];for(let r=lo(e);r&&!r.type.isTop;r=lo(r.parent)){let i=ao(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 Bw=/^[:\-\.\w\u00b7-\uffff]*$/;function _x(t,e,n,r,i){let l=/\s*>/.test(t.sliceDoc(i,i+5))?"":">",o=lo(n,n.name=="StartTag"||n.name=="TagName");return{from:r,to:i,options:Yw(t.doc,o,e).map(c=>({label:c,type:"type"})).concat(tO(t.doc,n).map((c,f)=>({label:"/"+c,apply:"/"+c+l,type:"type",boost:99-f}))),validFor:/^\/?[:\-\.\w\u00b7-\uffff]*$/}}function Xx(t,e,n,r){let i=/\s*>/.test(t.sliceDoc(r,r+5))?"":">";return{from:n,to:r,options:tO(t.doc,e).map((l,o)=>({label:l,apply:l+i,type:"type",boost:99-o})),validFor:Bw}}function nz(t,e,n,r){let i=[],l=0;for(let o of Yw(t.doc,n,e))i.push({label:"<"+o,type:"type"});for(let o of tO(t.doc,n))i.push({label:"</"+o+">",type:"type",boost:99-l++});return{from:r,to:r,options:i,validFor:/^<\/?[:\-\.\w\u00b7-\uffff]*$/}}function rz(t,e,n,r,i){let l=lo(n),o=l?e.tags[ao(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:Bw}}function iz(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=lo(n),x=g?e.tags[ao(t.doc,g)]:null;p=(x==null?void 0:x.attrs)&&x.attrs[m]}if(p){let g=t.sliceDoc(r,i).toLowerCase(),x='"',b='"';/^['"]/.test(g)?(f=g[0]=='"'?/^[^"]*$/:/^[^']*$/,x="",b=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:x+S+b,type:"constant"})}}return{from:r,to:i,options:c,validFor:f}}function az(t,e){let{state:n,pos:r}=e,i=Vt(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)?Xx(n,i,i.from,r):_x(n,t,i,i.from,r):i.name=="StartTag"||i.name=="IncompleteTag"?_x(n,t,i,r,r):i.name=="StartCloseTag"||i.name=="IncompleteCloseTag"?Xx(n,i,r,r):i.name=="OpenTag"||i.name=="SelfClosingTag"||i.name=="AttributeName"?rz(n,t,i,i.name=="AttributeName"?i.from:r,r):i.name=="Is"||i.name=="AttributeValue"||i.name=="UnquotedAttributeValue"?iz(n,t,i,i.name=="Is"?r:i.from,r):e.explicit&&(l.name=="Element"||l.name=="Text"||l.name=="Document")?nz(n,t,i,r):null}function lz(t){let{extraTags:e,extraGlobalAttributes:n}=t,r=n||e?new yf(e,n):yf.default;return i=>az(r,i)}const sz=ii.parser.configure({top:"SingleExpression"}),Fw=[{tag:"script",attrs:t=>t.type=="text/typescript"||t.lang=="ts",parser:Nw.parser},{tag:"script",attrs:t=>t.type=="text/babel"||t.type=="text/jsx",parser:Vw.parser},{tag:"script",attrs:t=>t.type=="text/typescript-jsx",parser:Lw.parser},{tag:"script",attrs(t){return/^(importmap|speculationrules|application\/(.+\+)?json)$/i.test(t.type)},parser:sz},{tag:"script",attrs(t){return!t.type||/^(?:text|application)\/(?:x-)?(?:java|ecma)script$|^module$|^$/i.test(t.type)},parser:ii.parser},{tag:"style",attrs(t){return(!t.lang||t.lang=="css")&&(!t.type||/^(text\/)?(x-)?(stylesheet|css)$/i.test(t.type))},parser:Of.parser}],qw=[{name:"style",parser:Of.parser.configure({top:"Styles"})}].concat(Hw.map(t=>({name:t,parser:ii.parser}))),Uw=to.define({name:"html",parser:j_.configure({props:[Lf.add({Element(t){let e=/^(\s*)(<\/)?/.exec(t.textAfter);return t.node.to<=t.pos+e[0].length?t.continue():t.lineIndent(t.node.from)+(e[2]?0:t.unit)},"OpenTag CloseTag SelfClosingTag"(t){return t.column(t.node.from)+t.unit},Document(t){if(t.pos+/\s*/.exec(t.textAfter)[0].length<t.node.to)return t.continue();let e=null,n;for(let r=t.node;;){let i=r.lastChild;if(!i||i.name!="Element"||i.to!=r.to)break;e=r=i}return e&&!((n=e.lastChild)&&(n.name=="CloseTag"||n.name=="SelfClosingTag"))?t.lineIndent(e.from)+t.unit:null}}),Df.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}}}),b9.add({"OpenTag CloseTag":t=>t.getChild("TagName")})]}),languageData:{commentTokens:{block:{open:"<!--",close:"-->"}},indentOnInput:/^\s*<\/\w+\W$/,wordChars:"-_"}}),j1=Uw.configure({wrap:ww(Fw,qw)});function zx(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=ww((t.nestedLanguages||[]).concat(Fw),(t.nestedAttributes||[]).concat(qw)));let r=n?Uw.configure({wrap:n,dialect:e}):e?j1.configure({dialect:e}):j1;return new Ng(r,[j1.data.of({autocomplete:lz(t)}),t.autoCloseTags!==!1?oz:[],Xw().support,Ew().support])}const Hx=new Set("area base br col command embed frame hr img input keygen link meta param source track wbr menuitem".split(" ")),oz=we.inputHandler.of((t,e,n,r,i)=>{if(t.composing||t.state.readOnly||e!=n||r!=">"&&r!="/"||!j1.isActiveAt(t.state,e,-1))return!1;let l=i(),{state:o}=l,c=o.changeByRange(f=>{var m,p,g;let x=o.doc.sliceString(f.from-1,f.to)==r,{head:b}=f,S=Vt(o).resolveInner(b,-1),w;if(x&&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=ao(o.doc,A.parent,b))&&!Hx.has(w)){let k=b+(o.doc.sliceString(b,b+1)===">"?1:0),E=`</${w}>`;return{range:f,changes:{from:b,to:k,insert:E}}}}else if(x&&r=="/"&&S.name=="IncompleteCloseTag"){let A=S.parent;if(S.from==b-2&&((g=A.lastChild)===null||g===void 0?void 0:g.name)!="CloseTag"&&(w=ao(o.doc,A,b))&&!Hx.has(w)){let k=b+(o.doc.sliceString(b,b+1)===">"?1:0),E=`${w}>`;return{range:he.cursor(b+E.length,-1),changes:{from:b,to:k,insert:E}}}}return{range:f}});return c.changes.empty?!1:(t.dispatch([l,o.update(c,{userEvent:"input.complete",scrollIntoView:!0})]),!0)});function cz(t){switch(t){case"html":return zx();case"css":return Ew();case"javascript":case"js":case"typescript":case"ts":return Xw({typescript:t==="typescript"||t==="ts"});default:return zx()}}function uz(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 fz=h.memo(function({content:e,filePath:n,language:r,onChange:i,readOnly:l=!1}){const o=h.useRef(null),c=h.useRef(null),f=h.useRef(i);f.current=i;const m=h.useRef(e);m.current=e;const p=h.useCallback(g=>{if(o.current&&(o.current.destroy(),o.current=null),!g)return;c.current=g;const x=r??(n?uz(n):"html"),b=we.updateListener.of(w=>{w.docChanged&&f.current&&f.current(w.state.doc.toString())}),S=Ke.create({doc:m.current,extensions:[aN(),BR(),oN(),kV(),KN(),HN(),uV(),FL(),sD(),$g.of([...WL,...EL,...CD,...jV]),cz(x),zD,b,Ke.readOnly.of(l),we.theme({"&":{height:"100%"},".cm-scroller":{overflow:"auto"}})]});o.current=new we({state:S,parent:g})},[n,r,l]);return h.useEffect(()=>{const g=o.current;if(!g)return;const x=g.state.doc.toString();x!==e&&g.dispatch({changes:{from:0,to:x.length,insert:e}})},[e]),O.jsx("div",{ref:p,className:"h-full w-full overflow-hidden"})}),Ls={width:1920,height:1080},Yx=80,Bx=45,Fx=3,hz=10;function dz(t){const e=Number.isFinite(t.stageWidth)&&t.stageWidth>0?t.stageWidth:Ls.width,n=Number.isFinite(t.stageHeight)&&t.stageHeight>0?t.stageHeight:Ls.height,r=t.cardWidth/e,i=t.cardHeight/n;return Math.min(r,i)}function mz(t){return Number.isFinite(t)&&t!=null&&t>0&&t<Fx?t/2:Fx}function qx(t){if(t==null)return null;const e=Number.parseFloat(t);return Number.isFinite(e)&&e>0?e:null}function pz(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 qx((i==null?void 0:i.getAttribute("data-composition-duration"))??null)??qx((i==null?void 0:i.getAttribute("data-duration"))??null)}function gz(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,mz(pz(t))),!0):!1}function Oz({projectId:t,comp:e,isActive:n,onSelect:r}){const[i,l]=h.useState(!1),[o,c]=h.useState(Ls),f=h.useRef(null),m=h.useRef(null),p=h.useRef(null),g=h.useCallback(P=>{p.current&&(clearTimeout(p.current),p.current=null);const Q=C=>{gz(f.current,P)||C<=0||(p.current=setTimeout(()=>Q(C-1),100))};Q(hz)},[]),x=()=>{m.current=setTimeout(()=>l(!0),300)},b=()=>{m.current&&(clearTimeout(m.current),m.current=null),l(!1)},S=e.replace(/^compositions\//,"").replace(/\.html$/,""),w=`/api/projects/${t}/preview/comp/${e}`,A=dz({cardWidth:Yx,cardHeight:Bx,stageWidth:o.width,stageHeight:o.height}),k=(Yx-o.width*A)/2,E=(Bx-o.height*A)/2;return h.useEffect(()=>{g(i)},[i,g]),h.useEffect(()=>()=>{m.current&&clearTimeout(m.current),p.current&&clearTimeout(p.current)},[]),O.jsxs("div",{onClick:r,onPointerEnter:x,onPointerLeave:b,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 border-none pointer-events-none",style:{transformOrigin:"0 0",width:o.width,height:o.height,left:k,top:E,transform:`scale(${A})`},onLoad:P=>{var Q;try{const Z=(Q=P.currentTarget.contentDocument)==null?void 0:Q.querySelector("[data-composition-id]"),M=Number(Z==null?void 0:Z.getAttribute("data-width"))||Ls.width,V=Number(Z==null?void 0:Z.getAttribute("data-height"))||Ls.height;c({width:M,height:V}),g(i)}catch{c(Ls)}},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 yz=h.memo(function({projectId:e,compositions:n,activeComposition:r,onSelect:i}){return n.length===0?O.jsx("div",{className:"flex-1 flex items-center justify-center px-4",children:O.jsx("p",{className:"text-xs text-neutral-600 text-center",children:"No compositions found"})}):O.jsx("div",{className:"flex-1 overflow-y-auto",children:n.map(l=>O.jsx(Oz,{projectId:e,comp:l,isActive:r===l,onSelect:()=>i(l)},l))})});function Iw({src:t}){const[e,n]=h.useState(null);return h.useEffect(()=>{const r=document.createElement("video");r.crossOrigin="anonymous",r.muted=!0,r.preload="metadata";const i=document.createElement("canvas"),l=i.getContext("2d"),o=()=>{r.src="",r.load()};return r.addEventListener("loadedmetadata",()=>{r.currentTime=Math.min(2,r.duration*.1||2)}),r.addEventListener("seeked",()=>{l&&(i.width=r.videoWidth,i.height=r.videoHeight,l.drawImage(r,0,0),n(i.toDataURL("image/jpeg",.7)),o())}),r.addEventListener("error",o),r.src=t,r.load(),o},[t]),e?O.jsx("img",{src:e,alt:"",draggable:!1,className:"w-full h-full object-contain"}):O.jsx("div",{className:"w-full h-full bg-neutral-800 animate-pulse"})}function xz({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(Iw,{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 bz({projectId:t,asset:e,onCopy:n,isCopied:r,onDelete:i,onRename:l}){const[o,c]=h.useState(!1),[f,m]=h.useState(null),[p,g]=h.useState(!1),[x,b]=h.useState(""),[S,w]=h.useState(!1),A=e.split("/").pop()??e,k=`/api/projects/${t}/preview/${e}`,E=Up.test(e);return O.jsxs(O.Fragment,{children:[O.jsxs("div",{draggable:!0,onClick:()=>n(e),onDragStart:P=>{P.dataTransfer.effectAllowed="copy",P.dataTransfer.setData(Tm,JSON.stringify({path:e})),P.dataTransfer.setData("text/plain",e)},onContextMenu:P=>{P.preventDefault(),m({x:P.clientX,y:P.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(xz,{serveUrl:k,name:A,isImage:Xc.test(e),isVideo:E,isAudio:Ip.test(e)}),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:x,onChange:P=>b(P.target.value),onKeyDown:P=>{if(P.key==="Enter"){P.preventDefault();const Q=x.trim();if(Q&&Q!==A){const C=e.includes("/")?e.slice(0,e.lastIndexOf("/")+1):"";l==null||l(e,C+Q)}g(!1)}else P.key==="Escape"&&g(!1)},onBlur:()=>{const P=x.trim();if(P&&P!==A){const Q=e.includes("/")?e.slice(0,e.lastIndexOf("/")+1):"";l==null||l(e,Q+P)}g(!1)},onClick:P=>P.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:P=>{P.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:P=>{P.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:P=>{P.stopPropagation(),b(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:P=>{P.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:P=>{P.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:P=>{P.stopPropagation(),w(!1)},className:"px-2 py-0.5 text-[10px] rounded text-neutral-400 hover:text-neutral-200 transition-colors",children:"Cancel"})]})]})]})}const vz=h.memo(function({projectId:e,assets:n,onImport:r,onDelete:i,onRename:l}){const o=h.useRef(null),[c,f]=h.useState(!1),[m,p]=h.useState(null),g=h.useCallback(S=>{S.preventDefault(),f(!1),S.dataTransfer.files.length&&(r==null||r(S.dataTransfer.files))},[r]),x=h.useCallback(async S=>{await Dc(S)&&(p(S),setTimeout(()=>p(null),1500))},[]),b=n.filter(S=>qb.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:b.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"})]}):b.map(S=>O.jsx(bz,{projectId:e,asset:S,onCopy:x,isCopied:m===S,onDelete:i,onRename:l},S))})]})}),ln=14,sn="duotone";function Ww({path:t}){var r;const e=((r=t.split(".").pop())==null?void 0:r.toLowerCase())??"",n="flex-shrink-0";return e==="html"?O.jsx(DE,{size:ln,weight:sn,color:"#E44D26",className:n}):e==="css"?O.jsx(LE,{size:ln,weight:sn,color:"#264DE4",className:n}):e==="js"||e==="mjs"||e==="cjs"?O.jsx(XE,{size:ln,weight:sn,color:"#F0DB4F",className:n}):e==="jsx"?O.jsx(zE,{size:ln,weight:sn,color:"#61DAFB",className:n}):e==="ts"||e==="mts"?O.jsx(FE,{size:ln,weight:sn,color:"#3178C6",className:n}):e==="tsx"?O.jsx(qE,{size:ln,weight:sn,color:"#3178C6",className:n}):e==="json"?O.jsx(VE,{size:ln,weight:sn,color:"#4ADE80",className:n}):e==="svg"?O.jsx(BE,{size:ln,weight:sn,color:"#F97316",className:n}):e==="md"||e==="mdx"?O.jsx(HE,{size:ln,weight:sn,color:"#9CA3AF",className:n}):e==="txt"?O.jsx(UE,{size:ln,weight:sn,color:"#9CA3AF",className:n}):e==="png"?O.jsx(YE,{size:ln,weight:sn,color:"#22C55E",className:n}):e==="jpg"||e==="jpeg"?O.jsx(_E,{size:ln,weight:sn,color:"#22C55E",className:n}):e==="webp"||e==="gif"||e==="ico"?O.jsx(KE,{size:ln,weight:sn,color:"#22C55E",className:n}):e==="mp4"||e==="webm"||e==="mov"?O.jsx(IE,{size:ln,weight:sn,color:"#A855F7",className:n}):e==="mp3"||e==="wav"||e==="ogg"||e==="m4a"?O.jsx(s$,{size:ln,weight:sn,color:"#3CE6AC",className:n}):e==="woff"||e==="woff2"||e==="ttf"||e==="otf"?O.jsx(i$,{size:ln,weight:sn,color:"#6B7280",className:n}):O.jsx(NE,{size:ln,weight:sn,color:"#6B7280",className:n})}function Sz(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 Gw(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 nO(t,e){if(!e)return!1;if(t.fullPath===e)return!0;for(const n of t.children.values())if(nO(n,e))return!0;return!1}const wz=14;function Az({state:t,onClose:e,onNewFile:n,onNewFolder:r,onRename:i,onDuplicate:l,onDelete:o}){const c=h.useRef(null);h.useEffect(()=>{const g=b=>{c.current&&!c.current.contains(b.target)&&e()},x=b=>{b.key==="Escape"&&e()};return document.addEventListener("mousedown",g),document.addEventListener("keydown",x),()=>{document.removeEventListener("mousedown",g),document.removeEventListener("keydown",x)}},[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(U5,{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(kv,{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(U5,{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(t$,{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(jE,{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(l$,{size:12,weight:"duotone"}),"Delete"]})]})}function xf({defaultValue:t,depth:e,isFolder:n,onCommit:r,onCancel:i}){const l=h.useRef(null),o=h.useRef(!1),[c,f]=h.useState(t);h.useEffect(()=>{const x=l.current;if(x)if(x.focus(),t&&t.includes(".")){const b=t.lastIndexOf(".");x.setSelectionRange(0,b)}else x.select()},[t]);const m=x=>{o.current||(o.current=!0,r(x))},p=x=>{if(x.key==="Enter"){x.preventDefault();const b=c.trim();b&&!(/[/\\]/.test(b)||b.includes(".."))?m(b):i()}else x.key==="Escape"&&(x.preventDefault(),i())},g=()=>{const x=c.trim();x&&x!==t&&!(/[/\\]/.test(x)||x.includes(".."))?m(x):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(WE,{size:wz,weight:"duotone",color:"#6B7280",className:"flex-shrink-0"}):O.jsx(Ww,{path:c}),O.jsx("input",{ref:l,value:c,onChange:x=>f(x.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 kz({name:t,onConfirm:e,onCancel:n}){const r=h.useRef(null);return h.useEffect(()=>{const i=o=>{o.key==="Escape"&&n()},l=o=>{r.current&&!r.current.contains(o.target)&&n()};return document.addEventListener("keydown",i),document.addEventListener("mousedown",l),()=>{document.removeEventListener("keydown",i),document.removeEventListener("mousedown",l)}},[n]),O.jsxs("div",{ref:r,className:"mx-1 my-0.5 p-2 bg-neutral-800 border border-neutral-700 rounded-md text-xs",children:[O.jsxs("p",{className:"text-neutral-300 mb-2",children:["Delete ",O.jsx("span",{className:"font-medium text-neutral-100",children:t}),"?"]}),O.jsxs("div",{className:"flex gap-1.5",children:[O.jsx("button",{onClick:n,className:"flex-1 px-2 py-1 rounded bg-neutral-700 text-neutral-300 hover:bg-neutral-600 transition-colors",children:"Cancel"}),O.jsx("button",{onClick:e,className:"flex-1 px-2 py-1 rounded bg-red-900/60 text-red-300 hover:bg-red-800/60 transition-colors",children:"Delete"})]})]})}const Dp=h.memo(function({node:e,depth:n,activeFile:r,onSelectFile:i,onContextMenu:l,inlineInput:o,onDragStart:c}){const f=e.fullPath===r;return(o==null?void 0:o.mode)==="rename"&&o.originalPath===e.fullPath?O.jsx(xf,{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(Ww,{path:e.name}),O.jsx("span",{className:"truncate",children:e.name})]})}),Mz=h.memo(function t({node:e,depth:n,activeFile:r,onSelectFile:i,defaultOpen:l,onContextMenu:o,inlineInput:c,onDragStart:f,onDragOver:m,onDrop:p,onDragLeave:g,dragOverFolder:x}){const[b,S]=h.useState(l),w=h.useCallback(()=>S(Q=>!Q),[]),A=h.useMemo(()=>Gw(e.children),[e.children]),k=b?wZ:AZ,E=x===e.fullPath;return(c==null?void 0:c.mode)==="rename"&&c.originalPath===e.fullPath?O.jsx(xf,{defaultValue:c.originalName??e.name,depth:n,isFolder:!0,onCommit:Q=>{var C;(C=c==null?void 0:c.onCommit)==null||C.call(c,Q)},onCancel:()=>{var Q;(Q=c==null?void 0:c.onCancel)==null||Q.call(c)}}):O.jsxs(O.Fragment,{children:[O.jsxs("button",{draggable:!0,onDragStart:Q=>f(Q,e.fullPath),onClick:w,onContextMenu:Q=>{Q.preventDefault(),o(Q,e.fullPath,!0)},onDragOver:Q=>{Q.preventDefault(),Q.stopPropagation(),m(Q,e.fullPath)},onDrop:Q=>{Q.preventDefault(),Q.stopPropagation(),p(Q,e.fullPath)},onDragLeave:g,className:`w-full flex items-center gap-1.5 px-2.5 py-1 min-h-7 text-left text-xs text-neutral-400 hover:bg-neutral-800/30 hover:text-neutral-300 transition-colors ${E?"bg-[#3CE6AC]/10 outline outline-1 outline-[#3CE6AC]/40":""}`,style:{paddingLeft:`${8+n*12}px`},children:[O.jsx(k,{size:10,className:"flex-shrink-0 text-neutral-600"}),O.jsx("span",{className:"truncate font-medium",children:e.name})]}),b&&O.jsxs(O.Fragment,{children:[c&&(c.mode==="new-file"||c.mode==="new-folder")&&c.parentPath===e.fullPath&&O.jsx(xf,{defaultValue:"",depth:n+1,isFolder:c.mode==="new-folder",onCommit:Q=>{var C;(C=c==null?void 0:c.onCommit)==null||C.call(c,Q)},onCancel:()=>{var Q;(Q=c==null?void 0:c.onCancel)==null||Q.call(c)}}),A.map(Q=>Q.isFile&&Q.children.size===0?O.jsx(Dp,{node:Q,depth:n+1,activeFile:r,onSelectFile:i,onContextMenu:o,inlineInput:c,onDragStart:f},Q.fullPath):Q.children.size>0?O.jsx(t,{node:Q,depth:n+1,activeFile:r,onSelectFile:i,defaultOpen:nO(Q,r),onContextMenu:o,inlineInput:c,onDragStart:f,onDragOver:m,onDrop:p,onDragLeave:g,dragOverFolder:x},Q.fullPath):O.jsx(Dp,{node:Q,depth:n+1,activeFile:r,onSelectFile:i,onContextMenu:o,inlineInput:c,onDragStart:f},Q.fullPath))]})]})}),Tz=h.memo(function({files:e,activeFile:n,onSelectFile:r,onCreateFile:i,onCreateFolder:l,onDeleteFile:o,onRenameFile:c,onDuplicateFile:f,onMoveFile:m,onImportFiles:p}){const g=h.useMemo(()=>Sz(e),[e]),x=h.useMemo(()=>Gw(g.children),[g]),[b,S]=h.useState(null),[w,A]=h.useState(null),[k,E]=h.useState(null),[P,Q]=h.useState(null),C=h.useRef(null),Z=!!(i||l||o||c||f),M=h.useCallback(($,j,_)=>{Z&&($.preventDefault(),S({x:$.clientX,y:$.clientY,targetPath:j,targetIsFolder:_}))},[Z]),V=h.useCallback(()=>S(null),[]),X=h.useCallback($=>{A({parentPath:$,mode:"new-file",onCommit:j=>{const _=$?`${$}/${j}`:j;i==null||i(_),A(null)},onCancel:()=>A(null)})},[i]),Y=h.useCallback($=>{A({parentPath:$,mode:"new-folder",onCommit:j=>{const _=$?`${$}/${j}`:j;l==null||l(_),A(null)},onCancel:()=>A(null)})},[l]),L=h.useCallback($=>{const j=$.includes("/")?$.slice($.lastIndexOf("/")+1):$,_=$.includes("/")?$.slice(0,$.lastIndexOf("/")):"";A({parentPath:_,mode:"rename",originalPath:$,originalName:j,onCommit:U=>{if(U!==j){const se=_?`${_}/${U}`:U;c==null||c($,se)}A(null)},onCancel:()=>A(null)})},[c]),H=h.useCallback($=>{f==null||f($)},[f]),q=h.useCallback($=>{E($)},[]),J=h.useCallback(()=>{k&&(o==null||o(k),E(null))},[k,o]),D=h.useCallback(()=>{E(null)},[]),R=h.useCallback(($,j)=>{C.current=j,$.dataTransfer.effectAllowed="move",$.dataTransfer.setData("text/plain",j)},[]),F=h.useCallback(($,j)=>{Q(j)},[]),B=h.useCallback(($,j)=>{if($.dataTransfer.files.length>0&&!C.current){$.preventDefault(),p==null||p($.dataTransfer.files,j||void 0),Q(null);return}const _=C.current;if(!_||!m){Q(null);return}const U=_.includes("/")?_.slice(_.lastIndexOf("/")+1):_,se=j?`${j}/${U}`:U;se!==_&&!j.startsWith(_+"/")&&m(_,se),Q(null),C.current=null},[m,p]),I=h.useCallback(()=>{Q(null)},[]),z=h.useCallback($=>{Z&&$.target===$.currentTarget&&($.preventDefault(),S({x:$.clientX,y:$.clientY,targetPath:"",targetIsFolder:!0}))},[Z]);return O.jsxs("div",{className:"flex flex-col h-full min-h-0",children:[Z&&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:()=>X(""),className:"p-0.5 rounded hover:bg-neutral-800 text-neutral-600 hover:text-neutral-400 transition-colors",title:"New File",children:O.jsx(Pv,{size:12,weight:"bold"})}),O.jsx("button",{onClick:()=>Y(""),className:"p-0.5 rounded hover:bg-neutral-800 text-neutral-600 hover:text-neutral-400 transition-colors",title:"New Folder",children:O.jsx(kv,{size:12,weight:"duotone"})})]})]}),O.jsxs("div",{className:`flex-1 overflow-y-auto py-1 transition-colors ${P===""?"bg-[#3CE6AC]/5 outline outline-1 outline-[#3CE6AC]/30 -outline-offset-1":""}`,onContextMenu:z,onDragOver:$=>{$.preventDefault(),$.target===$.currentTarget&&Q("")},onDragLeave:$=>{$.target===$.currentTarget&&Q(null)},onDrop:$=>{$.preventDefault(),B($,"")},children:[w&&(w.mode==="new-file"||w.mode==="new-folder")&&w.parentPath===""&&O.jsx(xf,{defaultValue:"",depth:0,isFolder:w.mode==="new-folder",onCommit:$=>{var j;return(j=w.onCommit)==null?void 0:j.call(w,$)},onCancel:()=>{var $;return($=w.onCancel)==null?void 0:$.call(w)}}),x.map($=>$.isFile&&$.children.size===0?O.jsx(Dp,{node:$,depth:0,activeFile:n,onSelectFile:r,onContextMenu:M,inlineInput:w,onDragStart:R},$.fullPath):O.jsx(Mz,{node:$,depth:0,activeFile:n,onSelectFile:r,defaultOpen:nO($,n),onContextMenu:M,inlineInput:w,onDragStart:R,onDragOver:F,onDrop:B,onDragLeave:I,dragOverFolder:P},$.fullPath))]}),k&&O.jsx("div",{className:"border-t border-neutral-800/50 flex-shrink-0",children:O.jsx(kz,{name:k.includes("/")?k.slice(k.lastIndexOf("/")+1):k,onConfirm:J,onCancel:D})}),b&&O.jsx(Az,{state:b,onClose:V,onNewFile:X,onNewFolder:Y,onRename:L,onDuplicate:H,onDelete:q})]})}),Kw="hf-studio-sidebar-tab";function Cz(){const t=localStorage.getItem(Kw);return t==="assets"?"assets":t==="code"?"code":"compositions"}const Ez=h.memo(h.forwardRef(function({width:e=240,projectId:n,compositions:r,assets:i,activeComposition:l,onSelectComposition:o,onImportFiles:c,fileTree:f,editingFile:m,onSelectFile:p,onCreateFile:g,onCreateFolder:x,onDeleteFile:b,onRenameFile:S,onDuplicateFile:w,onMoveFile:A,codeChildren:k,onLint:E,linting:P,onToggleCollapse:Q,takeoverContent:C},Z){const[M,V]=h.useState(Cz),X=h.useCallback(Y=>{V(Y),localStorage.setItem(Kw,Y)},[]);return h.useImperativeHandle(Z,()=>({selectTab:X}),[X]),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:()=>X("code"),className:`rounded-[14px] px-1.5 py-2 text-[10px] font-semibold truncate transition-all ${M==="code"?"bg-neutral-800 text-white":"text-neutral-500 hover:text-neutral-200"}`,children:"Code"}),O.jsx("button",{type:"button",onClick:()=>X("compositions"),className:`rounded-[14px] px-1.5 py-2 text-[10px] font-semibold truncate transition-all ${M==="compositions"?"bg-neutral-800 text-white":"text-neutral-500 hover:text-neutral-200"}`,children:"Comps"}),O.jsx("button",{type:"button",onClick:()=>X("assets"),className:`rounded-[14px] px-1.5 py-2 text-[10px] font-semibold truncate transition-all ${M==="assets"?"bg-neutral-800 text-white":"text-neutral-500 hover:text-neutral-200"}`,children:"Assets"})]}),Q&&O.jsx("button",{type:"button",onClick:Q,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"})]})})]})}),M==="compositions"&&O.jsx(yz,{projectId:n,compositions:r,activeComposition:l,onSelect:o}),M==="assets"&&O.jsx(vz,{projectId:n,assets:i,onImport:c,onDelete:b,onRename:S}),M==="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(Tz,{files:f??[],activeFile:(m==null?void 0:m.path)??null,onSelectFile:p??(()=>{}),onCreateFile:g,onCreateFolder:x,onDeleteFile:b,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"})})]}),E&&O.jsx("div",{className:"border-t border-neutral-800 p-2 flex-shrink-0",children:O.jsxs("button",{onClick:E,disabled:P,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"})]}),P?"Linting…":"Lint"]})})]})})}));function $z({projectId:t,filePath:e}){const n=`/api/projects/${t}/preview/${e}`,r=e.split("/").pop()??e;return Xc.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})]}):Up.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})]}):Ip.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 Jw=h.createContext(null);function eA(){const t=h.useContext(Jw);if(!t)throw new Error("useFileManagerContext must be used within FileManagerProvider");return t}function Qz({value:{editingFile:t,setEditingFile:e,projectDir:n,fileTree:r,fileTreeLoaded:i,setFileTree:l,editingPathRef:o,projectIdRef:c,saveTimerRef:f,importedFontAssetsRef:m,readProjectFile:p,writeProjectFile:g,readOptionalProjectFile:x,handleFileSelect:b,handleContentChange:S,refreshFileTree:w,uploadProjectFiles:A,handleCreateFile:k,handleCreateFolder:E,handleDeleteFile:P,handleRenameFile:Q,handleDuplicateFile:C,handleMoveFile:Z,handleImportFiles:M,handleImportFonts:V,compositions:X,assets:Y,fontAssets:L},children:H}){const q=h.useMemo(()=>({editingFile:t,setEditingFile:e,projectDir:n,fileTree:r,fileTreeLoaded:i,setFileTree:l,editingPathRef:o,projectIdRef:c,saveTimerRef:f,importedFontAssetsRef:m,readProjectFile:p,writeProjectFile:g,readOptionalProjectFile:x,handleFileSelect:b,handleContentChange:S,refreshFileTree:w,uploadProjectFiles:A,handleCreateFile:k,handleCreateFolder:E,handleDeleteFile:P,handleRenameFile:Q,handleDuplicateFile:C,handleMoveFile:Z,handleImportFiles:M,handleImportFonts:V,compositions:X,assets:Y,fontAssets:L}),[t,e,n,r,i,l,o,c,f,m,p,g,x,b,S,w,A,k,E,P,Q,C,Z,M,V,X,Y,L]);return O.jsx(Jw,{value:q,children:H})}function Pz({leftSidebarRef:t,onSelectComposition:e,onLint:n,linting:r}){const{leftCollapsed:i,leftWidth:l,toggleLeftSidebar:o,handlePanelResizeStart:c,handlePanelResizeMove:f,handlePanelResizeEnd:m}=pg(),{projectId:p}=ou(),{compositions:g,assets:x,editingFile:b,fileTree:S,handleFileSelect:w,handleCreateFile:A,handleCreateFolder:k,handleDeleteFile:E,handleRenameFile:P,handleDuplicateFile:Q,handleMoveFile:C,handleImportFiles:Z,handleContentChange:M}=eA();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(Ez,{ref:t,width:l,projectId:p,compositions:g,assets:x,activeComposition:(b==null?void 0:b.path)??null,onSelectComposition:e,fileTree:S,editingFile:b,onSelectFile:w,onCreateFile:A,onCreateFolder:k,onDeleteFile:E,onRenameFile:P,onDuplicateFile:Q,onMoveFile:C,onImportFiles:Z,codeChildren:b?Ub(b.path)?O.jsx($z,{projectId:p,filePath:b.path}):O.jsx(fz,{content:b.content??"",filePath:b.path,onChange:M}):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:V=>c("left",V),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 Zz=25,jz=400,tA={zoomPercent:100,panX:0,panY:0},Rz=.007,Ux=10;function Cs(t){return Math.round(t*1e4)/1e4}function Ol(t){return Number.isFinite(t)?Math.min(jz,Math.max(Zz,t)):100}function Nz(t,e){if(!Number.isFinite(t))return Ol(e);const r=-(Math.abs(t)>Ux?Ux*Math.sign(t):t)*Rz,i=Ol(e);return Ol(i*Math.exp(r))}function nA(t){const e=Ol(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=Nz(t.deltaY,Ol(t.state.zoomPercent)),n=nA({panX:t.state.panX,panY:t.state.panY,zoomPercent:e,viewportWidth:t.viewportWidth,viewportHeight:t.viewportHeight});return{zoomPercent:e,...n}}function Lz({projectId:t,directUrl:e}){return e??t}const Dz=1200,_z=200;function Xz(){const t=Nc().previewZoom;return t?{zoomPercent:Ol(t.zoomPercent),panX:t.panX,panY:t.panY}:tA}const zz=h.memo(function({projectId:e,iframeRef:n,onIframeLoad:r,onCompositionLoadingChange:i,portrait:l,directUrl:o,refreshKey:c,suppressLoadingOverlay:f}){const m=Lz({projectId:e,directUrl:o}),p=h.useRef(c),g=h.useRef(null),x=h.useRef(null),[b,S]=h.useState(null),w=h.useRef(null),A=h.useRef(Xz()),k=h.useRef(null),E=h.useRef(null),P=h.useRef(null),Q=h.useRef(!1),C=h.useRef(null);h.useEffect(()=>()=>{P.current&&clearTimeout(P.current),E.current&&clearTimeout(E.current),w.current&&clearTimeout(w.current)},[]);const Z=h.useCallback(D=>{const R=x.current;if(!R)return;const F=Cs(D.zoomPercent/100),B=Cs(D.panX),I=Cs(D.panY);R.style.zoom=String(F),R.style.transform=`translate(${B}px, ${I}px)`},[]),M=h.useCallback(D=>{const R={zoomPercent:Ol(D.zoomPercent),panX:Number.isFinite(D.panX)?D.panX:0,panY:Number.isFinite(D.panY)?D.panY:0};if(A.current=R,!Q.current){Q.current=!0;const F=k.current;F&&(F.style.opacity="1")}Z(R),P.current&&clearTimeout(P.current),P.current=setTimeout(()=>{Q.current=!1;const F=A.current;Vc({previewZoom:F});const B=k.current;if(B){const I=Math.abs(F.zoomPercent-100)>.5;B.textContent=I?`${Math.round(F.zoomPercent)}%`:"Fit",E.current&&clearTimeout(E.current),E.current=setTimeout(()=>{k.current&&(k.current.style.opacity="0")},Dz)}},_z)},[Z]);if(c!==p.current){const D=`${m}:${p.current??0}`;p.current=c,S(D)}const V=`${m}:${c??0}`,X=h.useCallback(()=>{const D=A.current;(Math.abs(D.zoomPercent-100)>.5||Math.abs(D.panX)>.1||Math.abs(D.panY)>.1)&&Z(D)},[Z]),Y=()=>{r(),X(),w.current&&clearTimeout(w.current),w.current=setTimeout(()=>{S(null),w.current=null},160)};h.useEffect(()=>{const D=g.current;if(!D)return;let R=0;const F=B=>{const I=D.getBoundingClientRect();if(B.clientX<I.left||B.clientX>I.right||B.clientY<I.top||B.clientY>I.bottom)return;if(B.ctrlKey||B.metaKey){R=Date.now(),B.preventDefault(),B.stopPropagation();const $=Vz({state:A.current,deltaY:B.deltaY,viewportWidth:I.width,viewportHeight:I.height});M($);return}Date.now()-R<400&&(B.preventDefault(),B.stopPropagation())};return document.addEventListener("wheel",F,{passive:!1,capture:!0}),()=>document.removeEventListener("wheel",F,{capture:!0})},[M]),h.useEffect(()=>{const D=g.current;if(!D)return;const R=F=>{if(Math.abs(A.current.zoomPercent-100)<.5)return;const B=D.getBoundingClientRect();F.clientX<B.left||F.clientX>B.right||F.clientY<B.top||F.clientY>B.bottom||M(tA)};return document.addEventListener("dblclick",R,{capture:!0}),()=>document.removeEventListener("dblclick",R,{capture:!0})},[M]);const L=h.useCallback(D=>{A.current.zoomPercent<=100||D.button!==0||(D.currentTarget.setPointerCapture(D.pointerId),C.current={pointerId:D.pointerId,startX:D.clientX,startY:D.clientY,originX:A.current.panX,originY:A.current.panY})},[]),H=h.useCallback(D=>{const R=C.current,F=g.current;if(!R||!F||R.pointerId!==D.pointerId)return;D.preventDefault();const B=F.getBoundingClientRect(),I=nA({panX:R.originX+D.clientX-R.startX,panY:R.originY+D.clientY-R.startY,zoomPercent:A.current.zoomPercent,viewportWidth:B.width,viewportHeight:B.height});M({...A.current,...I})},[M]),q=h.useCallback(D=>{var R;((R=C.current)==null?void 0:R.pointerId)===D.pointerId&&(C.current=null)},[]),J=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 bg-neutral-700",tabIndex:0,"aria-label":"Composition preview",onPointerDown:L,onPointerMove:H,onPointerUp:q,onPointerCancel:q,children:[O.jsxs("div",{ref:x,className:"absolute inset-2",style:{zoom:Cs(J.zoomPercent/100),transform:`translate(${Cs(J.panX)}px, ${Cs(J.panY)}px)`,transformOrigin:"0 0"},"data-testid":"preview-zoom-stage",children:[b&&O.jsx(bm,{projectId:o?void 0:e,directUrl:o,onLoad:()=>{},portrait:l,style:{position:"absolute",inset:0,zIndex:0,opacity:1}},b),O.jsx(bm,{ref:n,projectId:o?void 0:e,directUrl:o,onLoad:b?Y:()=>{r(),X()},onCompositionLoadingChange:i,portrait:l,style:b?{position:"absolute",inset:0,zIndex:1}:void 0,suppressLoadingOverlay:f},V)]}),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 Hz({stack:t,onNavigate:e}){return t.length<=1?null:O.jsxs("nav",{"aria-label":"Composition navigation",className:"flex items-center gap-1 px-2 h-8 border-b border-neutral-800/50 bg-neutral-900/50 flex-shrink-0",children:[O.jsx("button",{type:"button",onClick:()=>e(t.length-2),className:"flex items-center gap-1 px-1.5 py-0.5 rounded text-xs text-neutral-400 hover:text-white hover:bg-neutral-800 transition-colors",title:"Back (Esc)",children:O.jsx(EE,{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(rv,{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 Yz({projectId:t,activeCompositionPath:e,onCompositionChange:n}){const[r,i]=h.useState([{id:"master",label:"Master",previewUrl:`/api/projects/${t}/preview`}]),l=h.useRef(n);l.current=n;const o=h.useCallback(b=>{i(S=>{var k;const w=typeof b=="function"?b(S):b,A=(k=w[w.length-1])==null?void 0:k.id;return queueMicrotask(()=>{var E;return(E=l.current)==null?void 0:E.call(l,A==="master"?null:A)}),w})},[]),c=h.useRef(0),[f,m]=h.useState(new Map),p=h.useRef(f);p.current=f;const g=h.useCallback(b=>{b===0&&c.current>0&&me.getState().setCurrentTime(c.current),me.getState().setElements([]),o(S=>S.slice(0,b+1))},[]),x=h.useCallback(b=>{if(!b.compositionSrc)return;c.current=me.getState().currentTime;const S=b.id;let w=p.current.get(S);if(!w){const A=b.compositionSrc,k=A.match(/compositions\/.*\.html/);w=k?k[0]:A}me.getState().setElements([]),o(A=>{var Q;if(A[A.length-1].id===w&&A.length>1)return A.slice(0,-1);const E=((Q=w.split("/").pop())==null?void 0:Q.replace(/\.html$/,""))||w,P=`/api/projects/${t}/preview/comp/${w}`;return[...A,{id:w,label:E,previewUrl:P}]})},[t]);return h.useEffect(()=>{if(e==="index.html")me.getState().setElements([]),o(b=>b.length>1?[b[0]]:b);else if(e&&e.startsWith("compositions/")){const b=e.replace(/^compositions\//,"").replace(/\.html$/,""),S=`/api/projects/${t}/preview/comp/${e}`;me.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:b,previewUrl:S}]})}else e||me.getState().setElements([])},[e,t,o]),{compositionStack:r,updateCompositionStack:o,handleNavigateComposition:g,handleDrillDown:x,masterSeekRef:c,compIdToSrc:f,setCompIdToSrc:m}}const Bz=100,Fz=220,qz=120;const Uz=h.memo(function({projectId:e,portrait:n,previewOverlay:r,timelineToolbar:i,timelineFooter:l,refreshKey:o,activeCompositionPath:c,onIframeRef:f,onCompositionChange:m,renderClipContent:p,onFileDrop:g,onDeleteElement:x,onAssetDrop:b,onMoveElement:S,onResizeElement:w,onBlockedEditAttempt:A,onSelectTimelineElement:k,onCompIdToSrcChange:E,timelineVisible:P,onToggleTimeline:Q,onCompositionLoadingChange:C}){const{iframeRef:Z,togglePlay:M,seek:V,onIframeLoad:X,saveSeekPosition:Y}=VC(),L=h.useRef(e);L.current!==e&&(L.current=e,me.getState().reset());const H=h.useRef(o);h.useEffect(()=>{o!==H.current&&(H.current=o,Y())},[o,Y]);const q=h.useCallback(()=>{X(),f==null||f(Z.current)},[X,Z,f]),{compositionStack:J,updateCompositionStack:D,handleNavigateComposition:R,handleDrillDown:F,compIdToSrc:B,setCompIdToSrc:I}=Yz({projectId:e,activeCompositionPath:c,onCompositionChange:m}),z=Z,$=h.useCallback(Ce=>{var He;if(!Ce.compositionSrc)return;const ze=Ce.id;let Pe=B.get(ze);if(!Pe)try{const je=(He=z.current)==null?void 0:He.contentDocument;if(je){const lt=je.querySelector(`[data-composition-id="${ze}"][data-composition-src]`);lt&&(Pe=lt.getAttribute("data-composition-src")||void 0)}}catch{}F({id:ze,compositionSrc:Pe??Ce.compositionSrc})},[B,F,z]),j=h.useRef(B);j.current=B,$t(()=>{fetch(`/api/projects/${e}/files/index.html`).then(Ce=>Ce.json()).then(Ce=>{const ze=Ce.content||"",Pe=new Map,He=/data-composition-id=["']([^"']+)["'][^>]*data-composition-src=["']([^"']+)["']|data-composition-src=["']([^"']+)["'][^>]*data-composition-id=["']([^"']+)["']/g;let je;for(;(je=He.exec(ze))!==null;){const lt=je[1]||je[4],ht=je[2]||je[3];lt&&ht&&Pe.set(lt,ht)}I(Pe),E==null||E(Pe)}).catch(()=>{})}),h.useEffect(()=>{if(B.size===0)return;const Ce=He=>{const je=j.current;if(je.size===0)return null;let lt=!1;const ht=He.map(yt=>{if(yt.compositionSrc)return yt;const wn=je.get(yt.id)??je.get(yt.id.replace(/-(host|comp|layer)$/,""));return wn?(lt=!0,{...yt,compositionSrc:wn}):yt});return lt?ht:null},ze=Ce(me.getState().elements);ze&&me.getState().setElements(ze);let Pe=!1;return me.subscribe((He,je)=>{if(Pe||He.elements===je.elements||He.elements.length===0||He.elements.every(ht=>ht.compositionSrc))return;Pe=!0;const lt=Ce(He.elements);lt&&He.setElements(lt),Pe=!1})},[B]);const[_,U]=h.useState(Fz),se=h.useRef(!1),[ae,ie]=h.useState(!0),de=h.useCallback(Ce=>{Ce||(se.current=!0),!(Ce&&se.current)&&ie(Ce)},[]),pe=ae;h.useEffect(()=>{C==null||C(ae)},[ae,C]);const oe=P??!0,ye=h.useRef(!1),ke=h.useRef(null),$e=J[J.length-1],De=J.length>1?$e.previewUrl:void 0,Ze=h.useRef(f);Ze.current=f,h.useEffect(()=>{var Ce;(Ce=Ze.current)==null||Ce.call(Ze,Z.current)},[J.length,o,Z]);const gt=h.useCallback(Ce=>{pe||(Ce.preventDefault(),ye.current=!0,Ce.target.setPointerCapture(Ce.pointerId))},[pe]),it=h.useCallback(Ce=>{if(pe||!ye.current||!ke.current)return;const ze=ke.current.getBoundingClientRect(),Pe=Ce.clientY-ze.top,He=ze.height,je=Math.max(Bz,Math.min(He-qz,He-Pe));U(je)},[pe]),Pt=h.useCallback(()=>{ye.current=!1},[]),be=h.useCallback(Ce=>{Ce.key==="Escape"&&J.length>1&&D(ze=>ze.slice(0,-1))},[J.length]);return O.jsxs("div",{ref:ke,className:"flex flex-col h-full min-h-0 bg-neutral-950",onKeyDown:be,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(zz,{projectId:e,iframeRef:Z,onIframeLoad:q,onCompositionLoadingChange:de,portrait:n,directUrl:De,refreshKey:o,suppressLoadingOverlay:se.current}),r]}),O.jsxs("div",{className:"bg-neutral-950 border-t border-neutral-800/50 flex-shrink-0",children:[J.length>1&&O.jsx(Hz,{stack:J,onNavigate:R}),O.jsx(AT,{onTogglePlay:M,onSeek:V,disabled:pe})]})]}),oe?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:gt,onPointerMove:it,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:_},"aria-disabled":pe||void 0,children:[O.jsxs("div",{className:"flex flex-col flex-1 min-h-0 overflow-hidden bg-neutral-950",onDoubleClick:Ce=>{Ce.target.closest("[data-clip]")||pe||J.length>1&&D(ze=>ze.slice(0,-1))},children:[O.jsx("div",{className:"flex-shrink-0",children:i}),O.jsx(vC,{onSeek:V,onDrillDown:$,renderClipContent:p,onFileDrop:g,onDeleteElement:x,onAssetDrop:b,onMoveElement:S,onResizeElement:w,onBlockedEditAttempt:A,onSelectElement:k})]}),l&&O.jsx("div",{className:"flex-shrink-0",children:l}),pe&&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:Ce=>Ce.preventDefault(),onDragOver:Ce=>Ce.preventDefault(),onDrop:Ce=>Ce.preventDefault()})]})]}):Q?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:Q,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:yS})]})]})}):null]})}),Iz=new Set(["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"]);function Wz(t){return t.metaKey||t.ctrlKey||t.altKey?!1:Iz.has(t.key)}function Gz(t,e,n){var b,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"),x=[];for(let w=0;w<e.groupOrder.length;w++){const A=e.groupOrder[w],k=e.groups.get(A);if(!k)continue;const E=g[w];if(!E)continue;const P=i.getComputedStyle(E);if(parseFloat(P.opacity)<=.01||P.visibility==="hidden")continue;const Q=[];for(const C of E.children){const Z=C;if(Z.dataset.captionWrapper==="true"){const M=Z.querySelector(":scope > span");M&&Q.push(M)}else Z.tagName==="SPAN"&&Q.push(Z)}if(Q.length===0&&((b=E.textContent)!=null&&b.trim())){const C=E.childNodes[0];if(C&&C.nodeType===Node.TEXT_NODE){const Z=(C.textContent||"").split(/\s+/).filter(Boolean),M=r.createDocumentFragment();for(const V of Z){const X=r.createElement("span");X.textContent=V+" ",X.style.display="inline",M.appendChild(X),Q.push(X)}E.replaceChild(M,C)}else{const Z=E.querySelector(":scope > span");if(Z&&((S=Z.textContent)!=null&&S.trim())){const M=Z.textContent.split(/\s+/).filter(Boolean),V=r.createDocumentFragment();for(const X of M){const Y=r.createElement("span");Y.textContent=X+" ",Y.style.display="inline",V.appendChild(Y),Q.push(Y)}Z.replaceWith(V)}}}for(let C=0;C<k.segmentIds.length;C++){const Z=k.segmentIds[C],M=Q[C];if(!M)continue;const V=M.getBoundingClientRect();x.push({segmentId:Z,groupId:A,groupIndex:w,wordIndex:C,x:V.left*f+m,y:V.top*f+p,width:V.width*f,height:V.height*f})}}return x}function c1(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 Sc(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 Ds(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 u1(t,e,n,r,i,l){const o=Ds(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 Kz(t,e){const n=Ds(t),{x:r,y:i,scale:l,rotation:o}=Sc(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 Zn=8,lm=20;function Ix(t,e,n){const r=Kz(e,n);Object.keys(r).length>0&&Je.getState().updateSegmentStyle(t,r)}const Jz=h.memo(function({iframeRef:e}){const n=Je(Q=>Q.isEditMode),r=Je(Q=>Q.model),i=Je(Q=>Q.selectedSegmentIds),l=Je(Q=>Q.selectSegment),o=Je(Q=>Q.clearSelection),[c,f]=h.useState([]),m=h.useRef(null),p=h.useRef(r);p.current=r;const g=h.useRef(null);$t(()=>{if(!n)return;let Q=[];const C=()=>{const V=e.current,X=p.current,Y=m.current;if(!V||!X||!Y)return;const L=Gz(V,X,Y);L.length===Q.length&&L.every((H,q)=>Math.abs(H.x-Q[q].x)<.5&&Math.abs(H.y-Q[q].y)<.5)||(Q=L,f(L))},Z=setInterval(C,66);C();const M=V=>{const{selectedSegmentIds:X,model:Y}=Je.getState();if(X.size===0||!Y)return;const L=V.key;if(!Wz(V))return;V.preventDefault();const H=V.shiftKey?10:1,q=L==="ArrowLeft"?-H:L==="ArrowRight"?H:0,J=L==="ArrowUp"?-H:L==="ArrowDown"?H:0,D=e.current,R=D==null?void 0:D.contentWindow;if(!(!D||!R))for(const F of X)for(let B=0;B<Y.groupOrder.length;B++){const I=Y.groups.get(Y.groupOrder[B]);if(!I)continue;const z=I.segmentIds.indexOf(F);if(z<0)continue;const $=c1(D,B,z);if(!$)continue;const j=Ds($),_=Sc(j,R);u1($,R,_.x+q,_.y+J,_.scale,_.rotation),Ix(F,$,R);break}};return window.addEventListener("keydown",M),()=>{clearInterval(Z),window.removeEventListener("keydown",M)}});const x=h.useCallback(()=>{const Q=e.current;if(!Q)return 1;const C=Q.getBoundingClientRect(),Z=parseFloat(Q.style.width)||C.width;return C.width/Z},[e]),b=h.useCallback((Q,C,Z,M)=>{M.stopPropagation(),M.currentTarget.setPointerCapture(M.pointerId);const V=e.current;if(!V)return;const X=c1(V,Q,C),Y=V.contentWindow;if(!X||!Y)return;const L=Sc(Ds(X),Y);g.current={type:"move",wordEl:X,segmentId:Z,startMX:M.clientX,startMY:M.clientY,origTX:L.x,origTY:L.y,origScale:L.scale,origRotation:L.rotation}},[e]),S=h.useCallback((Q,C,Z,M)=>{var D;M.stopPropagation(),M.preventDefault(),M.currentTarget.setPointerCapture(M.pointerId);const V=e.current;if(!V)return;const X=c1(V,Q,C),Y=V.contentWindow;if(!X||!Y)return;const L=X.getBoundingClientRect(),H=x(),q=L.left*H+(((D=e.current)==null?void 0:D.getBoundingClientRect().left)??0)+L.width*H/2,J=Sc(Ds(X),Y);g.current={type:"scale",wordEl:X,segmentId:Z,startMX:M.clientX,startDxFromCenter:M.clientX-q,origTX:J.x,origTY:J.y,origScale:J.scale,origRotation:J.rotation}},[e,x]),w=h.useCallback((Q,C)=>{C.stopPropagation(),C.preventDefault(),C.currentTarget.setPointerCapture(C.pointerId);const Z=e.current;if(!Z)return;const M=c1(Z,Q.groupIndex,Q.wordIndex),V=Z.contentWindow;if(!M||!V)return;const X=Sc(Ds(M),V);g.current={type:"rotate",wordEl:M,segmentId:Q.segmentId,startMX:C.clientX,origTX:X.x,origTY:X.y,origRotation:X.rotation,origScale:X.scale}},[e]),A=h.useCallback(()=>{var Q;try{return((Q=e.current)==null?void 0:Q.contentWindow)??null}catch{return null}},[e]),k=h.useCallback(Q=>{const C=g.current;if(!C)return;const Z=A();if(Z){if(C.type==="move"){const M=x(),V=(Q.clientX-C.startMX)/M,X=(Q.clientY-C.startMY)/M;u1(C.wordEl,Z,C.origTX+V,C.origTY+X,C.origScale,C.origRotation)}else if(C.type==="scale"){const M=C.startMX-C.startDxFromCenter,V=Math.abs(C.startDxFromCenter),X=Math.abs(Q.clientX-M),Y=V>5?X/V:1,L=Math.max(.1,C.origScale*Y);u1(C.wordEl,Z,C.origTX,C.origTY,L,C.origRotation)}else if(C.type==="rotate"){const V=(Q.clientX-C.startMX)/200*90;u1(C.wordEl,Z,C.origTX,C.origTY,C.origScale,C.origRotation+V)}}},[x,A]),E=h.useCallback(()=>{const Q=g.current;if(Q){const C=A();C&&Ix(Q.segmentId,Q.wordEl,C),g.current=null}},[A]),P=h.useCallback(Q=>{Q.target===Q.currentTarget&&o()},[o]);return n?O.jsx("div",{ref:m,className:"absolute inset-0 z-50",style:{pointerEvents:"auto"},onClick:P,onPointerMove:k,onPointerUp:E,onLostPointerCapture:E,children:c.map(Q=>{const C=i.has(Q.segmentId);return O.jsx("div",{className:["absolute",C?"ring-2 ring-studio-accent":"hover:ring-1 hover:ring-white/30"].join(" "),style:{left:Q.x,top:Q.y,width:Q.width,height:Q.height,cursor:C?"move":"pointer",touchAction:"none",borderRadius:2},onClick:Z=>{Z.stopPropagation(),l(Q.segmentId,Z.shiftKey)},onPointerDown:Z=>{C&&b(Q.groupIndex,Q.wordIndex,Q.segmentId,Z)},children:C&&O.jsxs(O.Fragment,{children:[O.jsx("div",{style:{position:"absolute",left:"50%",top:-lm-Zn,marginLeft:-Zn/2,width:Zn,height:Zn,borderRadius:"50%",backgroundColor:"var(--hf-accent, #3CE6AC)",border:"1px solid rgba(0,0,0,0.5)",cursor:"grab",touchAction:"none"},onPointerDown:Z=>w(Q,Z)}),O.jsx("div",{style:{position:"absolute",left:"50%",top:-lm,width:1,height:lm,marginLeft:-.5,backgroundColor:"var(--hf-accent, #3CE6AC)",opacity:.5,pointerEvents:"none"}}),[{right:-Zn/2,bottom:-Zn/2,cursor:"nwse-resize"},{left:-Zn/2,top:-Zn/2,cursor:"nwse-resize"},{right:-Zn/2,top:-Zn/2,cursor:"nesw-resize"},{left:-Zn/2,bottom:-Zn/2,cursor:"nesw-resize"}].map((Z,M)=>O.jsx("div",{style:{position:"absolute",...Z,width:Zn,height:Zn,backgroundColor:"var(--hf-accent, #3CE6AC)",border:"1px solid rgba(0,0,0,0.5)",borderRadius:2,touchAction:"none"},onPointerDown:V=>S(Q.groupIndex,Q.wordIndex,Q.segmentId,V)},M))]})},Q.segmentId)})}):null}),Wx=["#3CE6AC","#FF6B6B","#4ECDC4","#FFE66D","#A78BFA","#F472B6","#34D399","#FB923C","#60A5FA","#C084FC"],eH=h.memo(function({pixelsPerSecond:e,onSeek:n}){const r=Je(w=>w.model),i=Je(w=>w.selectedSegmentIds),l=Je(w=>w.selectSegment),o=Je(w=>w.updateSegmentTiming),c=Je(w=>w.splitGroup),f=h.useRef(null),m=h.useCallback((w,A,k,E,P)=>{w.stopPropagation(),w.preventDefault(),w.target.setPointerCapture(w.pointerId),f.current={segId:A,edge:k,originalStart:E,originalEnd:P,startX:w.clientX}},[]),p=h.useCallback(w=>{const A=f.current;if(!A)return;const k=(w.clientX-A.startX)/e;if(A.edge==="start"){const E=Math.max(0,A.originalStart+k),P=Math.min(E,A.originalEnd-.05);o(A.segId,P,A.originalEnd)}else{const E=Math.max(A.originalStart+.05,A.originalEnd+k),P=Math.max(0,E);o(A.segId,A.originalStart,P)}},[e,o]),g=h.useCallback(()=>{f.current=null},[]),x=h.useCallback((w,A)=>{w.stopPropagation(),l(A,w.shiftKey)},[l]),b=h.useCallback((w,A,k)=>{w.stopPropagation(),c(A,k)},[c]),S=h.useCallback(w=>{if(!n)return;const A=w.currentTarget.getBoundingClientRect(),k=w.clientX-A.left-32,E=Math.max(0,k/e);n(E)},[n,e]);return r?O.jsx("div",{className:"relative select-none overflow-x-auto",style:{height:40,minWidth:"100%"},onPointerMove:p,onPointerUp:g,onPointerLeave:g,onClick:S,children:r.groupOrder.map((w,A)=>{const k=r.groups.get(w);if(!k)return null;const E=Wx[A%Wx.length];return k.segmentIds.map(P=>{const Q=r.segments.get(P);if(!Q)return null;const C=32+Q.start*e,Z=Math.max((Q.end-Q.start)*e,4),M=i.has(P);return O.jsxs("div",{className:`absolute top-1 bottom-1 rounded flex items-center overflow-hidden cursor-pointer${M?" ring-1 ring-white/50 z-10":""}`,style:{left:C,width:Z,backgroundColor:E,zIndex:M?10:1},onClick:V=>x(V,P),onDoubleClick:V=>b(V,w,P),children:[O.jsx("div",{className:"absolute left-0 top-0 bottom-0 cursor-col-resize z-20",style:{width:6},onPointerDown:V=>m(V,P,"start",Q.start,Q.end)}),O.jsx("span",{className:"flex-1 truncate px-2 pointer-events-none",style:{fontSize:9,color:"#000000",lineHeight:1},children:Q.text}),O.jsx("div",{className:"absolute right-0 top-0 bottom-0 cursor-col-resize z-20",style:{width:6},onPointerDown:V=>m(V,P,"end",Q.start,Q.end)})]},P)})})}):null});function tH(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 Gx(t){if(!t)return null;const e=Number.parseFloat(t);return Number.isFinite(e)&&e>0?e:null}function nH(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 rH(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 Qc(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,x=r.height/m,b=nH(n),S=b==null?void 0:b.getBoundingClientRect(),w=rH({rootScaleX:g,rootScaleY:x,sourceRectWidth:S==null?void 0:S.width,sourceRectHeight:S==null?void 0:S.height,sourceWidth:Gx((b==null?void 0:b.getAttribute("data-width"))??null),sourceHeight:Gx((b==null?void 0:b.getAttribute("data-height"))??null)});return{left:r.left-i.left+(p.left-c.left)*g,top:r.top-i.top+(p.top-c.top)*x,width:p.width*g,height:p.height*x,editScaleX:w.scaleX,editScaleY:w.scaleY}}const f1=.5;function _p(t,e){return t===e?!0:!t||!e?!1:Math.abs(t.left-e.left)<f1&&Math.abs(t.top-e.top)<f1&&Math.abs(t.width-e.width)<f1&&Math.abs(t.height-e.height)<f1&&Math.abs(t.editScaleX-e.editScaleX)<.001&&Math.abs(t.editScaleY-e.editScaleY)<.001}function iH(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&&_p(n.rect,i.rect))})}function aH(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 lH(t){return t.filter(e=>!t.some(n=>n!==e&&n.element.contains(e.element)))}function Aa(t){return[t.sourceFile??"",t.id??"",t.selector??"",t.selectorIndex??""].join("|")}function Kx(t,e,n,r){const i=Aa(e),l=r.current;if((l==null?void 0:l.key)===i&&l.element.isConnected&&l.element.ownerDocument===t)return l.element;const o=pr(t,e,n);return r.current=o?{key:i,element:o}:null,o}const h1=4,d1=20,sH=.05,Jx=15;function oH(t){t==null||t.focus({preventScroll:!0})}function cH(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(d1,o*e),overlayHeight:Math.max(d1,o*n),width:o,height:o}}return{overlayWidth:Math.max(d1,t.originWidth+t.dx),overlayHeight:Math.max(d1,t.originHeight+t.dy),width:Math.max(1,t.actualWidth+t.dx/e),height:Math.max(1,t.actualHeight+t.dy/n)}}function eb(t,e,n,r){return Math.atan2(r-e,n-t)*180/Math.PI}function uH(t){return((t+180)%360+360)%360-180}function fH(t){return Math.round(t*10)/10}function tb(t){const e=eb(t.centerX,t.centerY,t.startX,t.startY),n=eb(t.centerX,t.centerY,t.currentX,t.currentY),r=uH(n-e),i=t.actualAngle+r;return{angle:t.snap?Math.round(i/Jx)*Jx:fH(i)}}function hH(t,e){return Math.abs(e-t)>=sH}function dH({iframeRef:t,overlayRef:e,selectionRef:n,activeCompositionPathRef:r,groupSelectionsRef:i,hoverSelectionRef:l,rafPausedRef:o}){const[c,f]=h.useState(null),[m,p]=h.useState(null),[g,x]=h.useState([]),b=h.useRef(null),S=h.useRef(null),w=h.useRef([]),A=h.useRef(null),k=h.useRef(null),E=h.useRef(new Map),P=M=>{_p(b.current,M)||(b.current=M,f(M))},Q=M=>{_p(S.current,M)||(S.current=M,p(M))},C=M=>{iH(w.current,M)||(w.current=M,x(M))},Z=(M,V)=>{const X=Aa(V),Y=E.current.get(X);if(Y!=null&&Y.isConnected&&Y.ownerDocument===M)return Y;const L=pr(M,V,r.current);return L?E.current.set(X,L):E.current.delete(X),L};return $t(()=>{let M=0;const V=()=>{P(null),Q(null),C([])},X=()=>{if(M=requestAnimationFrame(X),o.current)return;const Y=n.current,L=t.current,H=e.current;if(!L||!H){A.current=null,k.current=null,E.current.clear(),V();return}const q=L.contentDocument;if(!q){A.current=null,k.current=null,E.current.clear(),V();return}if(Y){const I=Kx(q,Y,r.current,A);I&&tH(I)?P(Qc(H,L,I)):P(null)}else A.current=null,P(null);const J=i.current;if(J.length>0){const I=[],z=new Set;for(const $ of J){const j=Aa($);z.add(j);const _=Z(q,$),U=_?Qc(H,L,_):null;_&&U&&I.push({key:j,selection:$,element:_,rect:U})}for(const $ of E.current.keys())z.has($)||E.current.delete($);C(I)}else E.current.clear(),C([]);const D=l.current,R=!!(Y&&D&&Aa(Y)===Aa(D)),F=!!(D&&J.some(I=>Aa(I)===Aa(D)));if(!D||R||F){k.current=null,Q(null);return}const B=Kx(q,D,r.current,k);if(!B){Q(null);return}Q(Qc(H,L,B))};return M=requestAnimationFrame(X),()=>cancelAnimationFrame(M)}),{overlayRect:c,overlayRectRef:b,setOverlayRect:P,hoverRect:m,hoverRectRef:S,setHoverRect:Q,groupOverlayItems:g,groupOverlayItemsRef:w,setGroupOverlayItems:C}}const mH=100,nb=.01,pH=1e-6;function rb(t){return Number.isFinite(t.x)&&Number.isFinite(t.y)}function ib(t){return Math.hypot(t.x,t.y)}function ab(t){return Number.isFinite(t.left)&&Number.isFinite(t.top)&&Number.isFinite(t.width)&&Number.isFinite(t.height)}function gH(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 OH(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 sm(t){const e=t.getBoundingClientRect();if(!ab(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=OH(r);if(!i)break;const l=i.getBoundingClientRect();if(!ab(l)||l.width<=0||l.height<=0)return null;const o=gH(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 yH(t){const e=t.a*t.d-t.b*t.c;return!Number.isFinite(e)||Math.abs(e)<pH?null:{a:t.d/e,b:-t.b/e,c:-t.c/e,d:t.a/e}}function xH(t,e){return{x:t.a*e.x+t.c*e.y,y:t.b*e.x+t.d*e.y}}function bH(t,e,n={}){const r=n.probeSize??mH;if(!Number.isFinite(r)||r<=0)return{ok:!1,reason:"Invalid movement probe size."};const i=Kp(t);try{S1(t,e);const l=sm(t);if(!l)return{ok:!1,reason:"Element has no measurable box."};S1(t,{x:e.x+r,y:e.y});const o=sm(t);if(!o)return{ok:!1,reason:"Element X movement could not be measured."};S1(t,{x:e.x,y:e.y+r});const c=sm(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(!rb(f)||!rb(m)||ib(f)<nb||ib(m)<nb)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=yH(p);return g?{ok:!0,matrix:g}:{ok:!1,reason:"Element movement response is not invertible."}}finally{fl(t,i)}}function vH(t){const e=xH(t.screenToOffset,{x:t.dx,y:t.dy});return{x:t.initialOffset.x+e.x,y:t.initialOffset.y+e.y}}function rA(t){const e=Pm(t.element),n=Kp(t.element),r=zv(t.element),i=bH(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}}:(fl(t.element,n),Mr(t.element,r),{ok:!1,reason:i.reason,selection:t.selection})}function iA(t,e,n){return vH({initialOffset:t.initialOffset,screenToOffset:t.screenToOffset,dx:e,dy:n})}function lb(t,e,n){const r=iA(t,e,n);return S1(t.element,r),r}function sb(t,e,n){const r=iA(t,e,n);return D1(t.element,r),r}function SH(t){fl(t.element,t.initialPathOffset),Mr(t.element,t.gestureToken)}function aA(t){for(const e of t)SH(e)}function ob(t){for(const e of t)Mr(e.element,e.gestureToken)}function wH(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=lH(n),l=[];for(const m of i){const p=rA({key:m.key,selection:m.selection,element:m.element,rect:m.rect});if(!p.ok)return aA(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 AH(t,e,n,r){var P,Q;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=L1(i.element),p=Yv(i.element),g=m.width>0?m.width:l.width/l.editScaleX,x=m.height>0?m.height:l.height/l.editScaleY;let b=Kp(i.element),S,w;if(t==="drag"){(Q=(P=n.onManualDragStartRef).current)==null||Q.call(P);const C=rA({key:Aa(i),selection:i,element:i.element,rect:l});if(!C.ok)return n.onBlockedMoveRef.current(C.selection),!1;w=C.member,b=C.member.initialPathOffset,S=C.member.gestureToken}else S=zv(i.element);const A=c==null?void 0:c.getBoundingClientRect(),k=((A==null?void 0:A.left)??0)+l.left+l.width/2,E=((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:E,initialPathOffset:b,initialRotation:Z$(i.element),initialBoxSize:P$(i.element),pathOffsetMember:w,originLeft:l.left,originTop:l.top,originWidth:l.width,originHeight:l.height,actualWidth:g,actualHeight:x,actualRotation:p.angle,editScaleX:l.editScaleX,editScaleY:l.editScaleY,manualEditDragToken:S},!0}function kH(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=>{aA(p.members),r(p.originItems)};return{startGesture:(p,g,x)=>AH(p,g,t,x),startGroupDrag:p=>wH(p,t),onPointerMove:p=>{const g=t.gestureRef.current,x=t.groupGestureRef.current,b=(g==null?void 0:g.selection)??t.selectionRef.current,S=t.boxRef.current,w=t.blockedMoveRef.current;if(!w&&!g&&!x&&t.onCanvasPointerMoveRef.current(p,{preferClipAncestor:!1}),w&&b){const E=p.clientX-w.startX,P=p.clientY-w.startY;!w.notified&&Math.hypot(E,P)>=h1&&(w.notified=!0,t.suppressNextBoxClickRef.current=!0,t.onBlockedMoveRef.current(b));return}if(x){const E=p.clientX-x.startX,P=p.clientY-x.startY;r(x.originItems.map(Q=>({...Q,rect:{...Q.rect,left:Q.rect.left+E,top:Q.rect.top+P}})));for(const Q of x.members)lb(Q,E,P);return}if(!g||!b)return;const A=p.clientX-g.startX,k=p.clientY-g.startY;if(g.kind==="rotate"){U$(b.element,tb({centerX:g.centerX,centerY:g.centerY,startX:g.startX,startY:g.startY,currentX:p.clientX,currentY:p.clientY,actualAngle:g.actualRotation,snap:p.shiftKey}));return}if(g.kind==="drag"){const E=g.originLeft+A,P=g.originTop+k;e({left:E,top:P,width:g.originWidth,height:g.originHeight,editScaleX:g.editScaleX,editScaleY:g.editScaleY}),S&&(S.style.left=`${E}px`,S.style.top=`${P}px`),g.pathOffsetMember&&lb(g.pathOffsetMember,A,k)}else{if(!S)return;const E=cH({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});B$(b.element,E);const P=t.overlayRef.current,Q=t.iframeRef.current,C=P&&Q?Qc(P,Q,b.element):null,Z=C?C.left:g.originLeft,M=C?C.top:g.originTop,V=C?C.width:E.overlayWidth,X=C?C.height:E.overlayHeight;S.style.left=`${Z}px`,S.style.top=`${M}px`,S.style.width=`${V}px`,S.style.height=`${X}px`,e({left:Z,top:M,width:V,height:X,editScaleX:g.editScaleX,editScaleY:g.editScaleY})}},onPointerUp:p=>{const g=t.gestureRef.current,x=t.groupGestureRef.current,b=(g==null?void 0:g.selection)??t.selectionRef.current,S=t.boxRef.current;if(t.blockedMoveRef.current=null,x){t.groupGestureRef.current=null,t.rafPausedRef.current=!1;const A=p.clientX-x.startX,k=p.clientY-x.startY;if(Math.hypot(A,k)<h1){i(x),t.suppressNextBoxClickRef.current=!0;return}r(x.originItems.map(P=>({...P,rect:{...P.rect,left:P.rect.left+A,top:P.rect.top+k}})));const E=x.members.map(P=>({selection:P.selection,next:sb(P,A,k)}));Promise.resolve(t.onGroupPathOffsetCommitRef.current(E)).catch(()=>{for(const P of x.members)P.gestureToken&&j0(P.element,P.gestureToken)&&fl(P.element,P.initialPathOffset)}).finally(()=>ob(x.members));return}if(!g||!b){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<h1){fl(b.element,g.initialPathOffset),Mr(b.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<h1){m2(b.element,g.initialBoxSize),Mr(b.element,g.manualEditDragToken),S&&(S.style.width=`${g.originWidth}px`,S.style.height=`${g.originHeight}px`),n(g),t.suppressNextBoxClickRef.current=!0;return}if(g.kind==="rotate"){const A=tb({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(!hH(g.actualRotation,A.angle)){p2(b.element,g.initialRotation),Mr(b.element,g.manualEditDragToken);return}rg(b.element,A),Promise.resolve(t.onRotationCommitRef.current(b,A)).catch(()=>{g.manualEditDragToken&&j0(b.element,g.manualEditDragToken)&&p2(b.element,g.initialRotation)}).finally(()=>Mr(b.element,g.manualEditDragToken))}else if(g.kind==="drag"){const A=p.clientX-g.startX,k=p.clientY-g.startY;if(!g.pathOffsetMember)return;const E=sb(g.pathOffsetMember,A,k),P=g.originLeft+A,Q=g.originTop+k;e({left:P,top:Q,width:g.originWidth,height:g.originHeight,editScaleX:g.editScaleX,editScaleY:g.editScaleY}),S&&(S.style.left=`${P}px`,S.style.top=`${Q}px`),Promise.resolve(t.onPathOffsetCommitRef.current(b,E)).catch(()=>{var C;(C=g.pathOffsetMember)!=null&&C.gestureToken&&j0(b.element,g.pathOffsetMember.gestureToken)&&fl(b.element,g.initialPathOffset)}).finally(()=>{g.pathOffsetMember&&ob([g.pathOffsetMember])})}else{t.suppressNextBoxClickRef.current=!0;const A=L1(b.element);tg(b.element,A),Promise.resolve(t.onBoxSizeCommitRef.current(b,A)).catch(()=>{g.manualEditDragToken&&j0(b.element,g.manualEditDragToken)&&m2(b.element,g.initialBoxSize)}).finally(()=>Mr(b.element,g.manualEditDragToken))}},clearPointerState:p=>{const g=t.groupGestureRef.current;g&&i(g);const x=t.gestureRef.current,b=(x==null?void 0:x.selection)??p.current;(x==null?void 0:x.mode)==="path-offset"&&b&&(fl(b.element,x.initialPathOffset),Mr(b.element,x.manualEditDragToken),n(x)),(x==null?void 0:x.mode)==="box-size"&&b&&(m2(b.element,x.initialBoxSize),Mr(b.element,x.manualEditDragToken),n(x)),(x==null?void 0:x.mode)==="rotation"&&b&&(p2(b.element,x.initialRotation),Mr(b.element,x.manualEditDragToken)),t.blockedMoveRef.current=null,t.groupGestureRef.current=null,t.gestureRef.current=null,t.rafPausedRef.current=!1}}}const MH=h.memo(function({iframeRef:e,activeCompositionPath:n,selection:r,groupSelections:i=[],hoverSelection:l,allowCanvasMovement:o=!0,onCanvasMouseDown:c,onCanvasPointerMove:f,onCanvasPointerLeave:m,onSelectionChange:p,onBlockedMove:g,onManualDragStart:x,onPathOffsetCommit:b,onGroupPathOffsetCommit:S,onBoxSizeCommit:w,onRotationCommit:A}){const k=h.useRef(null),E=h.useRef(null),P=h.useRef(null),Q=h.useRef(null),C=h.useRef(null),Z=h.useRef(!1),M=h.useRef(!1),V=h.useRef(!1),X=h.useRef(!1),Y=h.useRef(r);Y.current=r;const L=h.useRef(n);L.current=n;const H=h.useRef(i);H.current=i;const q=h.useRef(l);q.current=l;const J=h.useRef(b);J.current=b;const D=h.useRef(S);D.current=S;const R=h.useRef(w);R.current=w;const F=h.useRef(A);F.current=A;const B=h.useRef(g);B.current=g;const I=h.useRef(x);I.current=x;const z=h.useRef(f);z.current=f;const $=h.useRef(m);$.current=m;const j=h.useRef(p);j.current=p;const{overlayRect:_,overlayRectRef:U,setOverlayRect:se,hoverRect:ae,groupOverlayItems:ie,groupOverlayItemsRef:de,setGroupOverlayItems:pe}=dH({iframeRef:e,overlayRef:k,selectionRef:Y,activeCompositionPathRef:L,groupSelectionsRef:H,hoverSelectionRef:q,rafPausedRef:X}),oe=kH({overlayRef:k,iframeRef:e,boxRef:E,selectionRef:Y,overlayRectRef:U,groupOverlayItemsRef:de,gestureRef:P,groupGestureRef:Q,blockedMoveRef:C,rafPausedRef:X,suppressNextBoxClickRef:Z,setOverlayRect:se,setGroupOverlayItems:pe,onBlockedMoveRef:B,onManualDragStartRef:I,onPathOffsetCommitRef:J,onGroupPathOffsetCommitRef:D,onBoxSizeCommitRef:R,onRotationCommitRef:F,onCanvasPointerMoveRef:z,onCanvasMouseDown:c}),ye=h.useMemo(()=>r?`${r.sourceFile}:${r.id??r.selector??r.label}:${r.selectorIndex??0}`:"none",[r]),ke=h.useMemo(()=>aH(ie.map(be=>be.rect)),[ie]),$e=i.length>1,De=$e&&ie.length>1&&ie.every(be=>be.selection.capabilities.canApplyManualOffset),Ze=be=>{if(V.current){V.current=!1,M.current=!1,Z.current=!1,be.preventDefault(),be.stopPropagation();return}const Ce=be.target;Ce!=null&&Ce.closest('[data-dom-edit-selection-box="true"]')||(c(be,{preferClipAncestor:!1}),be.shiftKey&&(M.current=!0,Z.current=!0))},gt=be=>{if(!o||be.button!==0)return;if(be.shiftKey){const ht=z.current(be,{preferClipAncestor:!1})??q.current;if(!ht)return;be.preventDefault(),be.stopPropagation(),V.current=!0,M.current=!0,Z.current=!0,j.current(ht,{additive:!0});return}const Ce=be.target;if(Ce!=null&&Ce.closest('[data-dom-edit-selection-box="true"]'))return;const ze=z.current(be,{preferClipAncestor:!1})??q.current;if(!(ze!=null&&ze.capabilities.canApplyManualOffset))return;const Pe=k.current,He=e.current,je=Pe&&He?Qc(Pe,He,ze.element):null;if(!je)return;if(V.current=!0,Y.current=ze,se(je),!oe.startGesture("drag",be,{selection:ze,rect:je})){V.current=!1;return}j.current(ze)},it=be=>{if(!(P.current||Q.current)){if(Z.current){Z.current=!1,be.stopPropagation();return}c(be,{preferClipAncestor:!1})}},Pt=be=>{M.current&&(M.current=!1,be.preventDefault(),be.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:be=>oH(be.currentTarget),onPointerDown:gt,onMouseDown:Ze,onPointerMove:oe.onPointerMove,onPointerLeave:()=>$.current(),onPointerUp:oe.onPointerUp,onPointerCancel:()=>oe.clearPointerState(Y),children:[l&&ae&&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:ae.left,top:ae.top,width:ae.width,height:ae.height}}),$e&&ie.length>1&&ke&&O.jsxs(O.Fragment,{children:[ie.map(be=>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:be.rect.left,top:be.rect.top,width:be.rect.width,height:be.rect.height}},be.key)),O.jsx("div",{"data-dom-edit-selection-box":"true",className:"pointer-events-auto absolute rounded-xl border border-studio-accent bg-studio-accent/5 shadow-[0_0_0_1px_rgba(60,230,172,0.3)]",style:{left:ke.left,top:ke.top,width:ke.width,height:ke.height,cursor:o&&De?"move":"default"},onPointerDown:be=>{!o||!De||be.shiftKey||oe.startGroupDrag(be)},onMouseDown:Pt,onClick:it})]}),!$e&&r&&_&&O.jsxs(O.Fragment,{children:[o&&r.capabilities.canApplyManualRotation&&O.jsxs("div",{className:"pointer-events-none absolute",style:{left:_.left+_.width/2,top:_.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:be=>{be.stopPropagation(),oe.startGesture("rotate",be)}})]}),O.jsx("div",{ref:E,"data-dom-edit-selection-box":"true",className:"pointer-events-auto absolute rounded-xl border border-studio-accent/80 bg-studio-accent/5 shadow-[0_0_0_1px_rgba(60,230,172,0.25)]",style:{left:_.left,top:_.top,width:_.width,height:_.height,cursor:o&&r.capabilities.canApplyManualOffset?"move":"default"},onPointerDown:be=>{if(!(!o||be.shiftKey)){if(r.capabilities.canApplyManualOffset){oe.startGesture("drag",be);return}be.preventDefault(),be.stopPropagation(),be.currentTarget.setPointerCapture(be.pointerId),C.current={pointerId:be.pointerId,startX:be.clientX,startY:be.clientY,notified:!1}}},onMouseDown:Pt,onClick:it,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:be=>{be.stopPropagation(),oe.startGesture("resize",be)}})},ye)]})]})});function TH({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:x,activeCompPath:b,setActiveCompPath:S,captionEditMode:w,compositionLoading:A,isPlaying:k,previewIframeRef:E,refreshPreviewDocumentVersion:P,handlePreviewIframeRef:Q,timelineVisible:C,toggleTimelineVisibility:Z}=ou(),{domEditHoverSelection:M,domEditSelection:V,domEditGroupSelections:X,handleTimelineElementSelect:Y,handlePreviewCanvasMouseDown:L,handlePreviewCanvasPointerMove:H,handlePreviewCanvasPointerLeave:q,applyDomSelection:J,handleBlockedDomMove:D,handleDomManualDragStart:R,handleDomPathOffsetCommit:F,handleDomGroupPathOffsetCommit:B,handleDomBoxSizeCommit:I,handleDomRotationCommit:z}=Tf();return O.jsx("div",{className:"flex-1 relative min-w-0",children:O.jsx(Uz,{projectId:g,refreshKey:x,activeCompositionPath:b,timelineToolbar:t,renderClipContent:e,onDeleteElement:n,onAssetDrop:r,onFileDrop:i,onMoveElement:l,onResizeElement:o,onBlockedEditAttempt:c,onSelectTimelineElement:Y,onCompIdToSrcChange:f,onCompositionLoadingChange:m,onCompositionChange:$=>{$!==b&&(S($),P())},onIframeRef:Q,previewOverlay:w?O.jsx(Jz,{iframeRef:E}):qt?O.jsx(MH,{iframeRef:E,activeCompositionPath:b,hoverSelection:_m&&!w&&!A&&!k?M:null,selection:p?V:null,groupSelections:p?X:[],allowCanvasMovement:IQ,onCanvasMouseDown:L,onCanvasPointerMove:H,onCanvasPointerLeave:q,onSelectionChange:J,onBlockedMove:D,onManualDragStart:R,onPathOffsetCommit:F,onGroupPathOffsetCommit:B,onBoxSizeCommit:I,onRotationCommit:z}):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(eH,{pixelsPerSecond:100})]}):void 0,timelineVisible:C,onToggleTimeline:Z})})}function Jn(t){return Math.max(0,Math.min(255,Math.round(t)))}function rO(t){return Math.max(0,Math.min(1,t))}function om(t){return Jn(t).toString(16).padStart(2,"0")}function CH(t){return`${Math.round(rO(t)*100)/100}`}function lA(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:rO(i[4]!=null?Number.parseFloat(i[4]):1)}:null}function cm(t){return`#${om(t.red)}${om(t.green)}${om(t.blue)}`}function m1(t){const e=Jn(t.red),n=Jn(t.green),r=Jn(t.blue),i=rO(t.alpha);return i>=1?`rgb(${e}, ${n}, ${r})`:`rgba(${e}, ${n}, ${r}, ${CH(i)})`}function EH(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 cb(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 sA=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"]),$H=[...Hm,"Inter","system-ui","sans-serif","serif","monospace"];function ub(t){return t.replace(/[^\w .-]+/g," ").replace(/\s+/g," ").trim()}function p1(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 um(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 fb(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 QH(t){return[...t].sort((e,n)=>{const r=hb(e.source)-hb(n.source);if(r!==0)return r;const i=Hm.findIndex(c=>c.toLowerCase()===e.family.toLowerCase()),l=Hm.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 fi="min-w-0 rounded-xl border border-neutral-800 bg-neutral-900/95 px-3 py-2 text-neutral-100 shadow-[inset_0_1px_0_rgba(255,255,255,0.03)] transition-colors focus-within:border-neutral-600",mn="text-[11px] font-medium uppercase tracking-[0.18em] text-neutral-500",ti="grid grid-cols-[repeat(auto-fit,minmax(118px,1fr))] gap-3",PH={},Xp="none",oA={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 fm(t){return lA(t)??{red:0,green:0,blue:0,alpha:1}}function db(t){if(!t)return null;const e=Number.parseFloat(t);return Number.isFinite(e)?e:null}function Ht(t){const e=Math.round(t*100)/100;return Number.isInteger(e)?`${e}`:e.toFixed(2).replace(/0+$/,"").replace(/\.$/,"")}function Vl(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 ka(t){const e=Vl(t);return!e||e.unit&&e.unit.toLowerCase()!=="px"?null:e.value}function cA(t,e,n,r){return Number.isFinite(t)?Math.max(e,Math.min(n,t)):r}function ZH(t,e={}){const n=Vl(t.trim());if(!n||n.unit&&n.unit.toLowerCase()!=="px")return null;const r=cA(n.value,e.min??Number.NEGATIVE_INFINITY,e.max??Number.POSITIVE_INFINITY,e.fallback??0);return`${Ht(r)}px`}function _s(t){return`${Ht(t)}px`}function mb(t,e){const n=e.trim();if(!n||n==="normal")return n||"normal";const r=Vl(n);return r?t==="letter-spacing"?r.unit?n:`${Ht(r.value)}px`:r.unit?n:r.value>4?`${Ht(r.value)}px`:Ht(r.value):n}function jH(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 pb(t,e){const n=t==null?void 0:t.trim();if(!n||n===Xp)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 gb(t,e,n){const r=cA(n,0,200,0),i=jH(t&&t.trim()!==Xp?t:""),l=e.toLowerCase(),o=i.filter(c=>!c.toLowerCase().startsWith(`${l}(`));return r>0&&o.push(`${e}(${Ht(r)}px)`),o.length>0?o.join(" "):Xp}function RH(t){const e=(t==null?void 0:t.trim())||"none";for(const[n,r]of Object.entries(oA))if(e===r)return n;return e==="none"?"none":"custom"}function NH(t,e){return t==="custom"?(e==null?void 0:e.trim())||"none":oA[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 LH(t){const e=/^inset\(\s*(-?\d+(?:\.\d+)?)px\b/i.exec((t==null?void 0:t.trim())??"");if(!e)return 0;const n=Number.parseFloat(e[1]);return Number.isFinite(n)?Math.max(0,n):0}function DH(t,e){const n=[["border-width",t]],r=Vl(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 _H(t,e){const n=[["border-style",t]],r=t.trim().toLowerCase();if(!r||r==="none"||r==="hidden")return n;const i=Vl((e==null?void 0:e.trim())||"0");return(!i||i.value<=0)&&n.push(["border-width","1px"]),n}function XH(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 ${Ht(Math.max(0,e))}px)`:"none"}function zH(t,e){return`inset(${Ht(Math.max(0,t))}px round ${Ht(Math.max(0,e))}px)`}function Ob(t,e,n){const r=Vl(t);if(!r)return null;const i=n!=null&&n.altKey?.1:n!=null&&n.shiftKey?10:1,l=r.value+i*e;return`${Ht(l)}${r.unit}`}function HH(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]===`
115
+ `||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 uA({value:t,disabled:e,liveCommit:n,onCommit:r}){const[i,l]=h.useState(t),o=h.useRef(null),c=h.useRef(t),f=h.useRef(i),m=h.useRef(null);c.current=t,f.current=i,h.useEffect(()=>{l(t)},[t]),h.useEffect(()=>{const b=m.current;if(!b)return;const S=w=>{if(e)return;const A=w.deltaY===0?w.deltaX:w.deltaY;if(A===0)return;const k=Ob(f.current,A<0?1:-1,w);k&&(w.preventDefault(),w.stopPropagation(),l(k),x.current(k))};return b.addEventListener("wheel",S,{passive:!1}),()=>b.removeEventListener("wheel",S)},[e]),h.useEffect(()=>()=>{o.current&&clearTimeout(o.current)},[]);const p=b=>{o.current&&clearTimeout(o.current),b!==c.current&&r(b)},g=b=>{o.current&&clearTimeout(o.current),o.current=setTimeout(()=>{b!==c.current&&r(b)},120)},x=h.useRef(g);return x.current=g,O.jsx("input",{ref:m,type:"text",value:i,disabled:e,onChange:b=>{l(b.target.value),n&&g(b.target.value)},onBlur:()=>p(i),onKeyDown:b=>{if(b.key==="Enter"){b.target.blur();return}if(b.key!=="ArrowUp"&&b.key!=="ArrowDown")return;const S=Ob(i,b.key==="ArrowUp"?1:-1,b);S&&(b.preventDefault(),l(S),g(S))},title:Vl(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 Ma({label:t,value:e,disabled:n,liveCommit:r,scrub:i,onCommit:l}){const o=h.useRef(null),c=h.useCallback(g=>{if(n||!i)return;const x=parseFloat(e);Number.isFinite(x)&&(g.target.setPointerCapture(g.pointerId),o.current={startX:g.clientX,startValue:x,pointerId:g.pointerId})},[n,i,e]),f=h.useCallback(g=>{const x=o.current;if(!x)return;const b=g.clientX-x.startX;l(String(Math.round(x.startValue+b)))},[l]),m=h.useCallback(()=>{o.current=null},[]),p=i&&!n?{className:"flex-shrink-0 text-[11px] font-medium text-neutral-500 cursor-ew-resize select-none",onPointerDown:c,onPointerMove:f,onPointerUp:m}:{className:"flex-shrink-0 text-[11px] font-medium text-neutral-500"};return O.jsx("div",{className:fi,children:O.jsxs("div",{className:"flex min-w-0 items-center gap-3",children:[O.jsx("span",{...p,children:t}),O.jsx(uA,{value:e,disabled:n,liveCommit:r,onCommit:l})]})})}function iO({label:t,value:e,disabled:n,onCommit:r}){return O.jsxs("label",{className:"grid min-w-0 gap-1.5",children:[O.jsx("span",{className:mn,children:t}),O.jsx("div",{className:fi,children:O.jsx(uA,{value:e,disabled:n,onCommit:r})})]})}function Ca({value:t,min:e,max:n,step:r,displayValue:i,formatDisplayValue:l,disabled:o,onCommit:c}){const[f,m]=h.useState(t),p=h.useRef(null),g=h.useRef(t);g.current=t,h.useEffect(()=>{m(t)},[t]),h.useEffect(()=>()=>{p.current&&clearTimeout(p.current)},[]);const x=S=>{p.current&&clearTimeout(p.current),S!==g.current&&c(S)},b=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),b(w)},onMouseUp:()=>x(f),onTouchEnd:()=>x(f),onBlur:()=>x(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 zp({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 Rn({label:t,value:e,disabled:n,options:r,onChange:i}){const l=e&&!r.includes(e)?[e,...r]:r;return O.jsxs("label",{className:`${fi} 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 Tr({title:t,icon:e,children:n,accessory:r,defaultCollapsed:i=!1}){const[l,o]=h.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 YH=Pb();function hm(t,e,n){return Math.max(e,Math.min(n,t))}function BH(t,e,n,r){const o=Math.max(12,e.width-n.width-12),c=t.left+t.width/2-n.width/2,f=hm(c,12,o),m=t.bottom+8,p=t.top-n.height-8,g=m+n.height<=e.height-12,x=p>=12;return g||!x?{left:f,top:hm(m,12,Math.max(12,e.height-n.height-12)),placement:"bottom"}:{left:f,top:hm(p,12,Math.max(12,e.height-n.height-12)),placement:"top"}}const yb={width:292,height:386};function xb({label:t,value:e,min:n,max:r,step:i,displayValue:l,background:o,thumbColor:c,disabled:f,onCommit:m}){const p=h.useRef(null),g=(e-n)/(r-n)*100,x=S=>{var E;const w=(E=p.current)==null?void 0:E.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)))},b=S=>{m(Math.max(n,Math.min(r,S)))};return O.jsxs("div",{className:"grid gap-1.5",children:[O.jsxs("div",{className:"flex items-center justify-between",children:[O.jsx("span",{className:mn,children:t}),O.jsx("span",{className:"text-[10px] font-medium text-neutral-400",children:l})]}),O.jsx("div",{ref:p,role:"slider",tabIndex:f?-1:0,"aria-label":t,"aria-valuemin":n,"aria-valuemax":r,"aria-valuenow":e,"aria-disabled":f,className:`relative h-4 rounded-full border border-neutral-700 shadow-[inset_0_1px_2px_rgba(0,0,0,0.55)] outline-none focus:border-[#f5a400] focus:ring-2 focus:ring-[#f5a400]/40 ${f?"cursor-not-allowed opacity-50":"cursor-ew-resize"}`,style:{background:o},onPointerDown:S=>{f||(S.currentTarget.setPointerCapture(S.pointerId),x(S.clientX))},onPointerMove:S=>{f||S.buttons!==1||x(S.clientX)},onKeyDown:S=>{f||(S.key==="ArrowRight"||S.key==="ArrowUp"?(S.preventDefault(),b(e+i)):S.key==="ArrowLeft"||S.key==="ArrowDown"?(S.preventDefault(),b(e-i)):S.key==="Home"?(S.preventDefault(),b(n)):S.key==="End"&&(S.preventDefault(),b(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 Pc({label:t,value:e,disabled:n,onCommit:r}){const i=h.useRef(null),l=h.useRef(null),[o,c]=h.useState(!1),[f,m]=h.useState(null),[p,g]=h.useState(()=>fm(e)),[x,b]=h.useState(()=>cm(fm(e)).toUpperCase()),S=EH(p),w=m1({...cb({hue:S.hue,saturation:1,value:1}),alpha:1}),A=m1({...p,alpha:1}),k=m1(p),E=Math.round(S.saturation*100),P=Math.round(S.value*100),Q=Math.round(p.alpha*100);h.useEffect(()=>{const H=fm(e);g(H),b(cm(H).toUpperCase())},[e]);const C=h.useCallback(()=>{var J,D;const H=(J=i.current)==null?void 0:J.getBoundingClientRect();if(!H)return;const q=(D=l.current)==null?void 0:D.getBoundingClientRect();m(BH(H,{width:window.innerWidth,height:window.innerHeight},{width:(q==null?void 0:q.width)||yb.width,height:(q==null?void 0:q.height)||yb.height}))},[]);h.useLayoutEffect(()=>{if(!o)return;C();const H=()=>C();return window.addEventListener("resize",H),window.addEventListener("scroll",H,!0),()=>{window.removeEventListener("resize",H),window.removeEventListener("scroll",H,!0)}},[o,C]),h.useEffect(()=>{if(!o)return;const H=J=>{var R,F;const D=J.target;D&&((R=l.current)!=null&&R.contains(D)||(F=i.current)!=null&&F.contains(D)||c(!1))},q=J=>{J.key==="Escape"&&c(!1)};return document.addEventListener("pointerdown",H),document.addEventListener("keydown",q),()=>{document.removeEventListener("pointerdown",H),document.removeEventListener("keydown",q)}},[o]);const Z=H=>{g(H),b(cm(H).toUpperCase()),r(m1(H))},M=H=>{const q=cb({hue:H.hue??S.hue,saturation:H.saturation??S.saturation,value:H.value??S.value});Z({...q,alpha:p.alpha})},V=(H,q,J)=>{const D=J.getBoundingClientRect(),R=Math.max(0,Math.min(1,(H-D.left)/D.width)),F=Math.max(0,Math.min(1,1-(q-D.top)/D.height));M({saturation:R,value:F})},X=H=>{b(H);const q=H.trim().startsWith("#")?H.trim():`#${H.trim()}`,J=lA(q);J&&Z({...J,alpha:p.alpha})},Y=o?YH.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(Mf,{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:H=>{H.currentTarget.setPointerCapture(H.pointerId),V(H.clientX,H.clientY,H.currentTarget)},onPointerMove:H=>{H.buttons===1&&V(H.clientX,H.clientY,H.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 ",E,"% · B ",P,"% · A ",Q,"%"]})]})]}),O.jsx(xb,{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:H=>M({hue:H})}),O.jsx(xb,{label:"Alpha",value:p.alpha,min:0,max:1,step:.01,displayValue:`${Q}%`,background:`linear-gradient(90deg, transparent, ${A})`,thumbColor:k,disabled:n,onCommit:H=>Z({...p,alpha:H})}),O.jsxs("label",{className:"grid gap-1.5",children:[O.jsx("span",{className:mn,children:"Hex"}),O.jsx("input",{value:x,onChange:H=>X(H.target.value),className:`${fi} h-10 w-full text-[11px] font-medium outline-none`,spellCheck:!1})]})]})]}),document.body):null,L=()=>{n||(c(H=>!H),o||requestAnimationFrame(C))};return O.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[O.jsx("span",{className:mn,children:t}),O.jsxs("button",{type:"button",disabled:n,"aria-label":`Pick ${t.toLowerCase()} color`,ref:i,onClick:L,className:`${fi} 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})]}),Y]})}function FH(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 qH(t){return FH(t)[0]??"inherit"}function UH(t){const e=t.trim();return sA.has(e.toLowerCase())?e:`"${e.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`}function g1(t){const e=t.trim();return e?sA.has(e.toLowerCase())?e:`${UH(e)}, ui-sans-serif, system-ui, sans-serif`:"inherit"}function IH(){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 bb(t){return t.toLowerCase().replace(/[^a-z0-9]+/g,"")}function WH(t,e){const n=e.trim().toLowerCase();return!n||t.toLowerCase().includes(n)?!0:bb(t).includes(bb(n))}function vb(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 O1(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=Gp(t),document.head.appendChild(n)}function GH({value:t,disabled:e,importedFonts:n,onImportFonts:r,onCommit:i}){const l=qH(t),o=h.useRef(null),c=h.useRef(null),f=h.useRef(null),[m,p]=h.useState(!1),[g,x]=h.useState(""),[b,S]=h.useState([]),[w,A]=h.useState([]),[k,E]=h.useState(()=>[...k3]),[P,Q]=h.useState(!1),[C,Z]=h.useState(!1),[M,V]=h.useState(!1),[X,Y]=h.useState(null),L=typeof window<"u"&&typeof window.queryLocalFonts=="function";h.useEffect(()=>{if(!m)return;const I=z=>{var j;const $=z.target;$ instanceof Node&&((j=o.current)!=null&&j.contains($)||p(!1))};return document.addEventListener("pointerdown",I),()=>document.removeEventListener("pointerdown",I)},[m]),h.useEffect(()=>{m&&requestAnimationFrame(()=>{var I;return(I=c.current)==null?void 0:I.focus()})},[m]),h.useEffect(()=>{let I=!1;return fetch("/api/fonts").then(z=>z.ok?z.json():null).then(z=>{I||!Array.isArray(z==null?void 0:z.fonts)||S($=>um([...$,...z.fonts]))}).catch(()=>{}),()=>{I=!0}},[]),h.useEffect(()=>{let I=!1;return Z(!0),fetch("/api/fonts/google").then(z=>z.ok?z.json():null).then(z=>{I||!Array.isArray(z==null?void 0:z.fonts)||E(um([...z.fonts,...k3]))}).catch(()=>{}).finally(()=>{I||Z(!1)}),()=>{I=!0}},[]),h.useEffect(()=>{k.some(z=>z.toLowerCase()===l.toLowerCase())&&vb(l);const I=n.find(z=>z.family.toLowerCase()===l.toLowerCase());I&&O1(I)},[l,k,n]);const H=async()=>{if(!L||!window.queryLocalFonts){Y("This browser does not expose installed fonts. Import a font file instead.");return}Q(!0),Y(null);try{const I=await window.queryLocalFonts(),z=[...I].sort((j,_)=>p1(j)-p1(_)),$=z.map(j=>j.family).filter(j=>!!j).map(j=>Ws(`${j}.ttf`));A(z),S(j=>um([...j,...$])),Y(I.length===0?"No browser-local fonts were returned.":null)}catch(I){const z=I instanceof Error?I.name:"";Y(z==="NotAllowedError"?"Local font access was denied. Import a font file instead.":"Local font access is unavailable. Import a font file instead.")}finally{Q(!1)}},q=async I=>{if(!(!(I!=null&&I.length)||!r)){V(!0),Y(null);try{const z=await r(I);for(const j of z)O1(j);const $=z[0];$?(i(g1($.family)),x(""),p(!1)):Y("No supported font files were imported.")}finally{V(!1)}}},J=h.useMemo(()=>fb(n.map(I=>({family:I.family,source:"Imported"}))),[n]),D=h.useMemo(()=>{const I=IH(),z=new Set(k.map(j=>j.toLowerCase())),$=b.map(j=>({family:j,source:z.has(j.toLowerCase())?"Google":"Local"}));return QH(fb([{family:l,source:"Current"},...I.map(j=>({family:j,source:"Document"})),...J,...k.map(j=>({family:j,source:"Google"})),...$,...$H.map(j=>({family:j,source:"System"}))]))},[l,k,b,J]),R=h.useMemo(()=>{const I=D.filter(j=>WH(j.family,g));if(g.trim())return I.slice(0,200);const z=new Map;for(const j of I){const _=z.get(j.source)??[];_.push(j),z.set(j.source,_)}const $=[];for(const j of["Current","Document","Imported"])$.push(...z.get(j)??[]);return $.push(...(z.get("Google")??[]).slice(0,100)),$.push(...(z.get("Local")??[]).slice(0,80)),$.push(...z.get("System")??[]),$},[D,g]),F=async I=>{if(!r)return null;const $=w.filter(ie=>Ws(`${ie.family}.ttf`)===I).sort((ie,de)=>p1(ie)-p1(de)).find(ie=>typeof ie.blob=="function");if(!($!=null&&$.blob))return null;const j=await $.blob(),_=ub($.style??"Regular")||"Regular",U=ub(`${I} ${_}`)||I,se=new File([j],`${U}.ttf`,{type:j.type||"font/ttf"}),ae=await r([se]);return ae.find(ie=>ie.family.toLowerCase()===I.toLowerCase())??ae[0]??null},B=async I=>{if(I.source==="Local"){V(!0),Y(null);try{const $=await F(I.family);if($){O1($),i(g1($.family)),x(""),p(!1);return}i(g1(I.family)),x(""),p(!1)}finally{V(!1)}return}I.source==="Google"&&vb(I.family);const z=n.find($=>$.family.toLowerCase()===I.family.toLowerCase());z&&O1(z),i(g1(I.family)),x(""),p(!1)};return O.jsxs("div",{ref:o,className:"relative grid min-w-0 gap-1.5",children:[O.jsx("span",{className:mn,children:"Font family"}),O.jsxs("button",{type:"button",disabled:e,onClick:()=>p(I=>!I),className:`${fi} 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:I=>x(I.target.value),onKeyDown:I=>{I.key==="Escape"&&(I.preventDefault(),p(!1)),I.key==="Enter"&&R[0]&&(I.preventDefault(),B(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"}),L&&O.jsx("button",{type:"button",disabled:e||P,onClick:H,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:P?"...":"Local"}),O.jsx("button",{type:"button",disabled:e||M||!r,onClick:()=>{var I;return(I=f.current)==null?void 0:I.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:M?"...":"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||M||!r,className:"hidden",onChange:async I=>{await q(I.target.files),I.target.value=""}})]}),X&&O.jsx("div",{className:"border-b border-neutral-800 px-3 py-2 text-[10px] leading-4 text-neutral-500",children:X}),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(I=>O.jsxs("button",{type:"button",onClick:()=>B(I),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 ${I.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:I.family}),O.jsx("span",{className:"flex-shrink-0 text-[9px] uppercase tracking-[0.14em] text-neutral-600",children:I.source})]},`${I.source}-${I.family}`))})]})]})}const KH=["closest-side","closest-corner","farthest-side","farthest-corner"];function fA(t){return t===" "||t===`
116
+ `||t==="\r"||t===" "||t==="\f"}function Hp(t){return t!=null&&t>="0"&&t<="9"}function hA(t){if(!t)return!1;let e=t[0]==="-"?1:0,n=0;for(;Hp(t[e]);)e+=1,n+=1;if(t[e]===".")for(e+=1;Hp(t[e]);)e+=1,n+=1;return n>0&&e===t.length}function aO(t){if(!t)return null;const e=t.trim();if(!hA(e))return null;const n=Number(e);return Number.isFinite(n)?n:null}function lO(t){const e=[];let n="";for(const r of t){if(fA(r)){n&&(e.push(n),n="");continue}n+=r}return n&&e.push(n),e}function Xs(t,e){return lO(t.toLowerCase()).includes(e)}function bf(t,e){if(!(t!=null&&t.endsWith("%")))return e;const n=aO(t.slice(0,-1));return n==null?e:Ou(n,0,100)}function dA(t){const e=t==null?void 0:t.trim().toLowerCase();return e!=null&&e.endsWith("deg")?aO(e.slice(0,-3)):null}function JH(t){if(!t.endsWith("%"))return null;const e=t.slice(0,-1).trimEnd();let n=e.length;for(;n>0&&(Hp(e[n-1])||e[n-1]===".");)n-=1;n>0&&e[n-1]==="-"&&(n-=1);const r=e.slice(n);return!hA(r)||n===0||!fA(e[n-1])?null:n}function Ou(t,e,n){return Math.min(n,Math.max(e,t))}function qr(t){return Math.round(t*100)/100}function eY(t,e){const n=aO(t);return n==null?e:Ou(n,0,100)}function sO(t){const e=t.trim(),n=JH(e);if(n==null)return{color:e,position:null};const r=e.slice(0,-1).trimEnd();return{color:r.slice(0,n).trim(),position:eY(r.slice(n),0)}}function Ff(t){return t.length===0?[{color:"rgba(60, 230, 172, 0.18)",position:0},{color:"rgba(255, 255, 255, 0.04)",position:100}]:t.length===1?[{color:t[0].color,position:0},{color:t[0].color,position:100}]:t.map((n,r)=>({color:n.color,position:n.position??r/(t.length-1)*100})).map(n=>({color:n.color,position:qr(Ou(n.position,0,100))}))}function tY(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 nY(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 rY(t){const e=t[0]??"",n=nY(e),r=dA(e),i=r!=null,l=r??n??180,o=i||n!=null?t.slice(1):t;return{kind:"linear",repeating:!1,angle:l,centerX:50,centerY:50,shape:"ellipse",radialSize:"farthest-corner",stops:Ff(o.map(sO))}}function iY(t){const e=t[0]??"",n=e.toLowerCase(),r=Xs(n,"at")||Xs(n,"circle")||Xs(n,"ellipse")||n.includes("closest-")||n.includes("farthest-"),i=r?e:"",l=r?t.slice(1):t,o=i.toLowerCase(),c=lO(o),f=c.indexOf("at"),m=Xs(o,"circle")?"circle":"ellipse",p=KH.find(g=>c.includes(g))??"farthest-corner";return{kind:"radial",repeating:!1,angle:180,centerX:bf(c[f+1],50),centerY:bf(c[f+2],50),shape:m,radialSize:p,stops:Ff(l.map(sO))}}function aY(t){const e=t[0]??"",n=e.toLowerCase(),r=Xs(n,"from")||Xs(n,"at"),i=r?e:"",l=r?t.slice(1):t,o=lO(i.toLowerCase()),c=o.indexOf("from"),f=o.indexOf("at");return{kind:"conic",repeating:!1,angle:dA(o[c+1])??0,centerX:bf(o[f+1],50),centerY:bf(o[f+2],50),shape:"ellipse",radialSize:"farthest-corner",stops:Ff(l.map(sO))}}function Yp(t){return{kind:"linear",repeating:!1,angle:135,centerX:50,centerY:50,shape:"ellipse",radialSize:"farthest-corner",stops:Ff([{color:t&&t!=="transparent"?t:"rgba(60, 230, 172, 0.18)",position:0},{color:"rgba(255, 255, 255, 0.04)",position:100}])}}function lY(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=tY(e.slice(n+1,-1));return{...o==="linear"?rY(f):o==="radial"?iY(f):aY(f),repeating:c}}function sY(t){return`${t.color} ${qr(t.position)}%`}function vf(t){const e=`${t.repeating?"repeating-":""}${t.kind}-gradient`,n=t.stops.map(sY).join(", ");return t.kind==="linear"?`${e}(${qr(t.angle)}deg, ${n})`:t.kind==="radial"?`${e}(${t.shape} ${t.radialSize} at ${qr(t.centerX)}% ${qr(t.centerY)}%, ${n})`:`${e}(from ${qr(t.angle)}deg at ${qr(t.centerX)}% ${qr(t.centerY)}%, ${n})`}function dm(t,e,n){return Math.round(t+(e-t)*n)}function mm(t){return t.toString(16).padStart(2,"0")}function oY(t,e){var A;const n=Ou(e,0,100),r=[...t.stops].sort((k,E)=>k.position-E.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?wb(c):null,p=f?wb(f):null;if(!m||!p)return o.color;const g=(n-o.position)/Math.max(1,l.position-o.position),x=dm(m.red,p.red,g),b=dm(m.green,p.green,g),S=dm(m.blue,p.blue,g),w=qr(m.alpha+(p.alpha-m.alpha)*g);return w>=1?`#${mm(x)}${mm(b)}${mm(S)}`.toUpperCase():`rgba(${x}, ${b}, ${S}, ${w})`}function Sb(t,e){const n=qr(Ou(e,0,100)),r=oY(t,n),i=[...t.stops,{color:r,position:n}].sort((l,o)=>l.position-o.position);return{...t,stops:i}}function wb(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 iu(t){const e=t.trim(),n=/^[a-z]+:\/\//i.test(e)?new URL(e).pathname:e;return decodeURIComponent(n).replace(/\\/g,"/").replace(/^\.?\//,"")}function cY(t,e){const n=iu(t).split("/").filter(Boolean),r=iu(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 Ab(t){return iu(t)}function uY(t,e,n){const r=iu(t);if(!r)return null;for(const i of n){const l=iu(i),o=cY(e,i);if(r===l||r===o||r.endsWith(`/${l}`)||r.endsWith(`/${o}`))return i}return null}function fY({projectId:t,sourceFile:e,value:n,assets:r,disabled:i,onCommit:l,onImportAssets:o}){const c=h.useRef(null),[f,m]=h.useState(!1),p=h.useMemo(()=>r.filter(S=>Xc.test(S)),[r]),g=h.useMemo(()=>uY(n,e,p),[p,e,n]),x=g?"":n,b=async S=>{if(!(!(S!=null&&S.length)||!o)){m(!0);try{const A=(await o(S)).find(k=>Xc.test(k));A&&l(`url("${Ab(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:mn,children:"Project asset"}),O.jsxs("button",{type:"button",disabled:i||f,onClick:()=>{var S;return(S=c.current)==null?void 0:S.click()},className:`inline-flex h-7 max-w-full items-center gap-1.5 rounded-lg border border-neutral-700 bg-neutral-950 px-2.5 text-[11px] font-medium text-neutral-300 transition-colors ${i||f?"cursor-not-allowed text-neutral-600":"cursor-pointer hover:border-neutral-600 hover:text-white"}`,children:[O.jsx(hg,{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 b(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:fi,children:O.jsxs("select",{value:g??"",disabled:i,onChange:S=>{const w=S.target.value;if(!w){l("none");return}l(`url("${Ab(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(iO,{label:"External URL",value:x,disabled:i,onCommit:S=>l(S.trim()?`url("${S.trim()}")`:"none")})]})}function hY({value:t,fallbackColor:e,disabled:n,onCommit:r}){const i=h.useRef(null),l=lY(t)??Yp(e),o=x=>r(vf(x)),c=x=>o({...l,...x}),f=(x,b)=>{const S=l.stops.map((w,A)=>A===x?{...w,...b}:w);o({...l,stops:S})},m=x=>{var S,w;const b=x!=null?Sb(l,x):Sb(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(b)},p=x=>{l.stops.length<=2||o({...l,stops:l.stops.filter((b,S)=>S!==x)})},g={backgroundImage:vf(l)};return O.jsxs("div",{className:"space-y-4",children:[O.jsxs("div",{className:`${fi} 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:x=>{var S;if(n)return;const b=(S=i.current)==null?void 0:S.getBoundingClientRect();!b||b.width<=0||m((x.clientX-b.left)/b.width*100)},children:l.stops.map((x,b)=>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(${x.position}% - 8px)`,backgroundColor:x.color}},`stop-preview-${b}`))}),O.jsxs("div",{className:"flex min-w-0 flex-wrap items-center gap-2",children:[O.jsx(zp,{disabled:n,value:l.kind,onChange:x=>c({kind:x}),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:x=>c({repeating:x.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(x=>({...x,position:100-x.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(mg,{size:12}),"Reverse"]})]})]}),(l.kind==="linear"||l.kind==="conic")&&O.jsxs("div",{className:"grid gap-1.5",children:[O.jsx("span",{className:mn,children:l.kind==="linear"?"Angle":"Start angle"}),O.jsx(Ca,{value:l.angle,min:0,max:360,step:1,disabled:n,displayValue:`${Math.round(l.angle)}°`,formatDisplayValue:x=>`${Math.round(x)}°`,onCommit:x=>c({angle:x})})]}),l.kind==="radial"&&O.jsxs("div",{className:ti,children:[O.jsx(Rn,{label:"Shape",value:l.shape,disabled:n,onChange:x=>c({shape:x}),options:["ellipse","circle"]}),O.jsx(Rn,{label:"Size",value:l.radialSize,disabled:n,onChange:x=>c({radialSize:x}),options:["closest-side","closest-corner","farthest-side","farthest-corner"]})]}),(l.kind==="radial"||l.kind==="conic")&&O.jsxs("div",{className:ti,children:[O.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[O.jsx("span",{className:mn,children:"Center X"}),O.jsx(Ca,{value:l.centerX,min:0,max:100,step:1,disabled:n,displayValue:`${Math.round(l.centerX)}%`,formatDisplayValue:x=>`${Math.round(x)}%`,onCommit:x=>c({centerX:x})})]}),O.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[O.jsx("span",{className:mn,children:"Center Y"}),O.jsx(Ca,{value:l.centerY,min:0,max:100,step:1,disabled:n,displayValue:`${Math.round(l.centerY)}%`,formatDisplayValue:x=>`${Math.round(x)}%`,onCommit:x=>c({centerY:x})})]})]}),O.jsxs("div",{className:"space-y-3",children:[O.jsxs("div",{className:"flex items-center justify-between",children:[O.jsx("span",{className:mn,children:"Stops"}),O.jsxs("button",{type:"button",disabled:n||l.stops.length>=6,onClick:()=>m(),className:"inline-flex h-7 items-center gap-1.5 rounded-lg border border-neutral-700 bg-neutral-950 px-2.5 text-[11px] font-medium text-neutral-300 transition-colors hover:border-neutral-600 hover:text-white disabled:cursor-not-allowed disabled:text-neutral-600",children:[O.jsx(hg,{size:12}),"Add stop"]})]}),O.jsx("div",{className:"space-y-3",children:l.stops.map((x,b)=>O.jsxs("div",{className:"grid min-w-0 grid-cols-[minmax(0,1fr)_68px_28px] gap-2",children:[O.jsx(Pc,{label:`Stop ${b+1}`,value:x.color,disabled:n,onCommit:S=>f(b,{color:S})}),O.jsx(iO,{label:"Pos",value:`${Math.round(x.position)}%`,disabled:n,onCommit:S=>f(b,{position:Number.parseFloat(S.replace("%",""))||0})}),O.jsx("button",{type:"button",disabled:n||l.stops.length<=2,onClick:()=>p(b),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 ${b+1}`,children:O.jsx(Mf,{size:12})})]},`stop-editor-${b}`))})]})]})}function dY({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=db(n["border-radius"])??0,m=Math.round((db(n.opacity)??1)*100),p=ka(n["border-width"]??"")??ka(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,x=n["border-style"]||n["border-top-style"]||"none",b=n["border-color"]||n["border-top-color"]||"rgba(255, 255, 255, 0.18)",S=RH(n["box-shadow"]),w=pb(n.filter,"blur"),A=pb(n["backdrop-filter"],"blur"),k=n["clip-path"]||"none",E=VH(k),P=LH(k),Q=n["background-image"]??"none",C=fg(e),Z=Q&&Q!=="none"?Q.includes("gradient")?"Gradient":"Image":"Solid",[M,V]=h.useState(Z),X=HH(Q);h.useEffect(()=>{V(Z)},[Z,e.id,e.selector,Q]);const Y=L=>{if(V(L),L==="Solid"){i("background-image","none");return}L==="Gradient"&&!Q.includes("gradient")&&i("background-image",vf(Yp(n["background-color"])))};return O.jsxs(O.Fragment,{children:[c&&O.jsx(Tr,{title:"Flex",icon:O.jsx(Yc,{size:15}),defaultCollapsed:!0,children:O.jsxs("div",{className:"space-y-4",children:[O.jsx(zp,{disabled:o,value:n["flex-direction"]||"row",onChange:L=>i("flex-direction",L),options:[{label:"→ Row",value:"row"},{label:"↓ Column",value:"column"}]}),O.jsxs("div",{className:ti,children:[O.jsx(Rn,{label:"Justify",value:n["justify-content"]||"flex-start",disabled:o,onChange:L=>i("justify-content",L),options:["flex-start","center","space-between","space-around","space-evenly","flex-end"]}),O.jsx(Rn,{label:"Align",value:n["align-items"]||"stretch",disabled:o,onChange:L=>i("align-items",L),options:["stretch","flex-start","center","flex-end","baseline"]})]}),O.jsx(iO,{label:"Gap",value:n.gap??"0px",disabled:o,onCommit:L=>i("gap",L.endsWith("px")?L:`${L}px`)})]})}),g&&O.jsx(Tr,{title:"Radius",icon:O.jsx(TZ,{size:15}),defaultCollapsed:!0,children:O.jsx(Ca,{value:f,min:0,max:Math.max(240,Math.ceil(f)),step:1,disabled:o,displayValue:`${Ht(f)}px`,formatDisplayValue:L=>`${Ht(L)}px`,onCommit:L=>i("border-radius",`${Ht(L)}px`)})}),O.jsx(Tr,{title:"Stroke",icon:O.jsx(SZ,{size:15}),defaultCollapsed:!0,children:O.jsxs("div",{className:"space-y-4",children:[O.jsxs("div",{className:ti,children:[O.jsx(Ma,{label:"Width",value:_s(p),disabled:o,liveCommit:!0,onCommit:async L=>{const H=ZH(L,{min:0,max:200,fallback:p});if(H)for(const[q,J]of DH(H,x))await i(q,J)}}),O.jsx(Rn,{label:"Style",value:x,disabled:o,onChange:async L=>{for(const[H,q]of _H(L,_s(p)))await i(H,q)},options:["none","solid","dashed","dotted","double","hidden","groove","ridge","inset","outset"]})]}),O.jsx(Pc,{label:"Stroke color",value:b,disabled:o,onCommit:L=>i("border-color",L)})]})}),O.jsx(Tr,{title:"Effects",icon:O.jsx(dg,{size:15}),defaultCollapsed:!0,children:O.jsxs("div",{className:"space-y-4",children:[O.jsx(Rn,{label:"Shadow",value:S,disabled:o,onChange:L=>{L!=="custom"&&i("box-shadow",NH(L,n["box-shadow"]))},options:["custom","none","soft","lift","glow"]}),O.jsxs("div",{className:ti,children:[O.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[O.jsx("span",{className:mn,children:"Layer blur"}),O.jsx(Ca,{value:w,min:0,max:Math.max(40,Math.ceil(w)),step:1,disabled:o,displayValue:`${Ht(w)}px`,formatDisplayValue:L=>`${Ht(L)}px`,onCommit:L=>i("filter",gb(n.filter,"blur",L))})]}),O.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[O.jsx("span",{className:mn,children:"Backdrop"}),O.jsx(Ca,{value:A,min:0,max:Math.max(60,Math.ceil(A)),step:1,disabled:o,displayValue:`${Ht(A)}px`,formatDisplayValue:L=>`${Ht(L)}px`,onCommit:L=>i("backdrop-filter",gb(n["backdrop-filter"],"blur",L))})]})]})]})}),O.jsx(Tr,{title:"Clip",icon:O.jsx(Yc,{size:15}),defaultCollapsed:!0,children:O.jsxs("div",{className:"space-y-4",children:[O.jsxs("div",{className:ti,children:[O.jsx(Rn,{label:"Overflow",value:n.overflow||"visible",disabled:o,onChange:L=>i("overflow",L),options:["visible","hidden","clip","auto","scroll"]}),O.jsx(Rn,{label:"Mask",value:E,disabled:o,onChange:L=>{L!=="custom"&&i("clip-path",XH(L,f,k))},options:["custom","none","inset","circle"]})]}),O.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[O.jsx("span",{className:mn,children:"Mask inset"}),O.jsx(Ca,{value:P,min:0,max:Math.max(120,Math.ceil(P)),step:1,disabled:o,displayValue:`${Ht(P)}px`,formatDisplayValue:L=>`${Ht(L)}px`,onCommit:L=>i("clip-path",zH(L,f))})]})]})}),O.jsx(Tr,{title:"Transparency",icon:O.jsx($S,{size:15}),defaultCollapsed:!0,children:O.jsxs("div",{className:"space-y-4",children:[O.jsx(Ca,{value:m,min:0,max:100,step:1,disabled:o,displayValue:`${m}%`,formatDisplayValue:L=>`${Math.round(L)}%`,onCommit:L=>i("opacity",Ht(L/100))}),O.jsx(Rn,{label:"Mode",value:n["mix-blend-mode"]||"normal",disabled:o,onChange:L=>i("mix-blend-mode",L),options:["normal","multiply","screen","overlay","darken","lighten"]})]})}),O.jsx(Tr,{title:"Fill",icon:O.jsx(vZ,{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:M}),children:O.jsxs("div",{className:"space-y-4",children:[O.jsx(zp,{disabled:o,value:M,onChange:Y,options:[{label:"Solid",value:"Solid"},{label:"Gradient",value:"Gradient"},{label:"Image",value:"Image"}]}),M==="Solid"?O.jsx(Pc,{label:"Fill color",value:n["background-color"]??"transparent",disabled:o,onCommit:L=>i("background-color",L)}):M==="Gradient"?O.jsx(hY,{value:Q!=="none"?Q:vf(Yp(n["background-color"])),fallbackColor:n["background-color"],disabled:o,onCommit:L=>i("background-image",L)}):O.jsx(fY,{projectId:t,sourceFile:e.sourceFile,value:X,assets:r,disabled:o,onCommit:L=>i("background-image",L),onImportAssets:l}),!C&&O.jsx(Pc,{label:"Text color",value:n.color??"rgb(0, 0, 0)",disabled:o,onCommit:L=>i("color",L)})]})})]})}function mA(t){const e=t.trim().replace(/\s+/g," ");return e.length<=56?e:`${e.slice(0,55)}…`}function pA(t,e){return t.computedStyles.color||e.color||"rgb(0, 0, 0)"}function pc(t,e,n,r){return t.computedStyles[n]||e[n]||r}const wc=["100","200","300","400","500","600","700","800","900"],mY={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 pY(t){var i;const e=document.fonts;if(!e)return wc;const n=(i=t.split(",")[0])==null?void 0:i.trim().replace(/['"]/g,"");if(!n)return wc;const r=[];for(const l of wc)e.check(`${l} 16px "${n}"`)&&r.push(l);return r.length>0?r:wc}function gY({label:t,value:e,disabled:n,autoFocus:r,onCommit:i}){const[l,o]=h.useState(e),c=h.useRef(null),f=h.useRef(null),m=h.useRef(!1),p=h.useRef(e);p.current=e,h.useEffect(()=>{m.current||o(e)},[e]),h.useEffect(()=>()=>{f.current&&clearTimeout(f.current)},[]),h.useEffect(()=>{var b;r&&((b=c.current)==null||b.focus())},[r]);const g=b=>{f.current&&clearTimeout(f.current),b!==p.current&&i(b)},x=b=>{f.current&&clearTimeout(f.current),f.current=setTimeout(()=>{b!==p.current&&i(b)},120)};return O.jsxs("label",{className:"grid min-w-0 gap-1.5",children:[O.jsx("span",{className:mn,children:t}),O.jsx("div",{className:fi,children:O.jsx("textarea",{ref:c,value:l,disabled:n,rows:4,onFocus:()=>{m.current=!0},onChange:b=>{o(b.target.value),x(b.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 OY({value:t,disabled:e,fontFamily:n,onCommit:r}){const i=n?pY(n):wc,l=t&&!i.includes(t)?[t,...i]:i;return O.jsx("div",{className:fi,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:mY[o]??o},o))})]})})}function yY({field:t,inheritedStyles:e,disabled:n,onCommit:r}){return O.jsxs("div",{className:"space-y-4",children:[O.jsxs("div",{className:ti,children:[O.jsx(Rn,{label:"Line",value:pc(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",mb("line-height",i))}),O.jsx(Rn,{label:"Track",value:pc(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",mb("letter-spacing",i))})]}),O.jsxs("div",{className:ti,children:[O.jsx(Rn,{label:"Align",value:pc(t,e,"text-align","start"),disabled:n,onChange:i=>r("text-align",i),options:["start","left","center","right","justify","end"]}),O.jsx(Rn,{label:"Case",value:pc(t,e,"text-transform","none"),disabled:n,onChange:i=>r("text-transform",i),options:["none","uppercase","lowercase","capitalize"]})]}),O.jsx(Rn,{label:"Style",value:pc(t,e,"font-style","normal"),disabled:n,onChange:i=>r("font-style",i),options:["normal","italic"]})]})}function kb({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:mA(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(gY,{label:"Content",value:t.value,disabled:!1,autoFocus:i,onCommit:f=>l(f,t.key)},t.key),O.jsx(Pc,{label:"Text color",value:pA(t,e),disabled:!1,onCommit:f=>o(t.key,"color",f)}),O.jsxs("div",{className:ti,children:[O.jsx(Ma,{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(OY,{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(GH,{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(yY,{field:t,inheritedStyles:e,disabled:!1,onCommit:(f,m)=>o(t.key,f,m)})]})}function xY({element:t,styles:e,fontAssets:n,onImportFonts:r,onSetText:i,onSetTextFieldStyle:l,onAddTextField:o,onRemoveTextField:c}){var b;const f=fg(t),[m,p]=h.useState(((b=t.textFields[0])==null?void 0:b.key)??null);if(h.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,x=g.find(S=>S.key===m)??g[0];return x?g.length===1?O.jsx(Tr,{title:"Text",icon:O.jsx(V3,{size:15}),children:O.jsx(kb,{field:x,styles:e,fontAssets:n,onImportFonts:r,showRemove:!1,onSetText:i,onSetTextFieldStyle:l,onRemoveTextField:c})}):O.jsx(Tr,{title:"Text",icon:O.jsx(V3,{size:15}),children:O.jsxs("div",{className:"space-y-4",children:[O.jsxs("div",{className:"grid gap-1.5",children:[O.jsxs("div",{className:"flex min-w-0 flex-wrap items-center justify-between gap-2",children:[O.jsx("span",{className:mn,children:"Text layers"}),O.jsxs("button",{type:"button",onClick:()=>{Promise.resolve(o(x.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(hg,{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===x.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:pA(S,e)}}),O.jsx("span",{className:"min-w-0 truncate text-[11px] font-medium text-neutral-100",children:mA(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(kb,{field:x,styles:e,fontAssets:n,onImportFonts:r,showRemove:!0,onSetText:i,onSetTextFieldStyle:l,onRemoveTextField:c})]})}):null}function bY({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?ug(t):null;return O.jsx(Tr,{title:"Layers",icon:O.jsx(Yc,{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 vY=h.memo(function({projectId:e,assets:n,element:r,multiSelectCount:i=0,copiedAgentPrompt:l,onClearSelection:o,onSetStyle:c,onSetManualOffset:f,onSetManualSize:m,onSetManualRotation:p,onSetText:g,onSetTextFieldStyle:x,onAddTextField:b,onRemoveTextField:S,onAskAgent:w,onImportAssets:A,fontAssets:k=[],onImportFonts:E,activeCompositionPath:P=null,onSelectLayer:Q}){const C=(r==null?void 0:r.computedStyles)??PH;if(!r)return O.jsx("div",{className:"flex h-full flex-col bg-neutral-900",children:O.jsx("div",{className:"flex flex-1 flex-col items-center justify-center px-6 text-center",children:i>1?O.jsxs(O.Fragment,{children:[O.jsx(Yc,{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($S,{size:18,className:"mb-3 text-neutral-600"}),O.jsx("p",{className:"text-sm font-medium text-neutral-200",children:"Select an element in the preview."}),O.jsx("p",{className:"mt-2 max-w-[260px] text-xs leading-5 text-neutral-500",children:"The inspector is tuned for element edits with safer geometry controls, color picking, and cleaner grouped layer controls."})]})})});const Z=!r.capabilities.canApplyManualOffset,M=!r.capabilities.canApplyManualSize,V=r.id?`#${r.id}`:r.selector,X=r.capabilities.canEditStyles,Y=Pm(r.element),L=L1(r.element),H=L.width>0?L.width:ka(C.width??"")??r.boundingBox.width,q=L.height>0?L.height:ka(C.height??"")??r.boundingBox.height,J=(B,I)=>{const z=ka(I);if(z==null)return;const $=Pm(r.element);f(r,{x:B==="x"?z:$.x,y:B==="y"?z:$.y})},D=(B,I)=>{const z=ka(I);if(z==null||z<=0)return;const $=L1(r.element),j=$.width>0?$.width:ka(C.width??"")??r.boundingBox.width,_=$.height>0?$.height:ka(C.height??"")??r.boundingBox.height;m(r,{width:B==="width"?z:j,height:B==="height"?z:_})},R=Yv(r.element),F=B=>{const I=Number.parseFloat(B);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:mn,children:"Document"}),O.jsx("div",{className:"mt-3 truncate text-[12px] font-semibold text-neutral-100",children:r.label}),O.jsx("div",{className:"mt-1 truncate text-[11px] text-neutral-500",children:V})]}),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(Mf,{size:13})})]}),O.jsx("div",{className:"mt-4 flex min-w-0 flex-wrap items-center gap-2",children:O.jsxs("button",{type:"button",onClick:w,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(xZ,{size:15}),O.jsx("span",{children:l?"Prompt copied":"Ask agent"})]})})]}),O.jsxs("div",{className:"flex-1 overflow-y-auto",children:[O.jsx(xY,{element:r,styles:C,fontAssets:k,onImportFonts:E,onSetText:g,onSetTextFieldStyle:x,onAddTextField:b,onRemoveTextField:S}),Q&&O.jsx(bY,{element:r,activeCompositionPath:P,onSelectLayer:Q}),O.jsxs(Tr,{title:"Layout",icon:O.jsx(bZ,{size:15}),children:[O.jsxs("div",{className:ti,children:[O.jsx(Ma,{label:"X",value:_s(Y.x),disabled:Z,scrub:!0,onCommit:B=>J("x",B)}),O.jsx(Ma,{label:"Y",value:_s(Y.y),disabled:Z,scrub:!0,onCommit:B=>J("y",B)}),O.jsx(Ma,{label:"W",value:_s(H),disabled:M,scrub:!0,onCommit:B=>D("width",B)}),O.jsx(Ma,{label:"H",value:_s(q),disabled:M,scrub:!0,onCommit:B=>D("height",B)}),O.jsx(Ma,{label:"R",value:`${R.angle}°`,onCommit:B=>F(B.replace("°",""))})]}),O.jsx("div",{className:"mt-3",children:O.jsx(Ma,{label:"Layer",value:String(parseInt(C["z-index"]||"auto",10)||0),scrub:!0,onCommit:B=>c("z-index",B)})})]}),X&&O.jsx(dY,{projectId:e,element:r,styles:C,assets:n,onSetStyle:c,onImportAssets:A})]})]})}),gA="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",oO="text-[11px] font-medium uppercase tracking-[0.18em] text-neutral-500",Mb="grid grid-cols-[repeat(auto-fit,minmax(118px,1fr))] gap-3";function pm(t){const e=Math.round(t*100)/100;return Number.isInteger(e)?`${e}`:e.toFixed(2).replace(/0+$/,"").replace(/\.$/,"")}function gm(t,e,n,r){return t==null||!Number.isFinite(t)?r:Math.min(n,Math.max(e,t))}function Om(t){const e=Number.parseFloat(t.trim());return Number.isFinite(e)?e:null}function SY({value:t,disabled:e,onCommit:n}){const[r,i]=h.useState(t),l=h.useRef(!1);h.useEffect(()=>{l.current||i(t)},[t]);const o=()=>{l.current=!1;const c=r.trim();c!==t&&n(c)};return O.jsx("input",{type:"text",value:r,disabled:e,onFocus:()=>{l.current=!0},onChange:c=>i(c.target.value),onBlur:o,onKeyDown:c=>{c.key==="Enter"&&c.target.blur()},className:"w-full min-w-0 bg-transparent text-[11px] font-medium text-neutral-100 outline-none disabled:cursor-not-allowed disabled:text-neutral-600"})}function y1({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:oO,children:t}),O.jsx("div",{className:gA,children:O.jsx(SY,{value:e,disabled:n,onCommit:r})})]})}function wY({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 Tb({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:oO,children:t}),O.jsx("div",{className:gA,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 Cb({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(dg,{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 x1(t){const e=Math.round(t*100)/100;return Number.isInteger(e)?`${e}`:e.toFixed(2).replace(/0+$/,"").replace(/\.$/,"")}function AY(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 kY(t,e){const n=[];for(let r=0;r<=48;r+=1){const i=e(AY(r/48,t));n.push(`${r===0?"M":"L"}${i.x.toFixed(2)},${i.y.toFixed(2)}`)}return n.join(" ")}function MY({points:t,onCommit:e}){const n=h.useRef(null),[r,i]=h.useState(t),l=h.useRef(null);h.useEffect(()=>{i(t)},[t]);const o=324,c=214,f={left:46,top:24,width:242,height:146},m=-.4,p=1.4,g=C=>({x:f.left+C.x*f.width,y:f.top+(p-C.y)/(p-m)*f.height}),x=C=>{var X;const Z=(X=n.current)==null?void 0:X.getBoundingClientRect();if(!Z)return null;const M=(C.clientX-Z.left)/Z.width*o,V=(C.clientY-Z.top)/Z.height*c;return lg({x1:l.current==="p1"?(M-f.left)/f.width:r.x1,y1:l.current==="p1"?p-(V-f.top)/f.height*(p-m):r.y1,x2:l.current==="p2"?(M-f.left)/f.width:r.x2,y2:l.current==="p2"?p-(V-f.top)/f.height*(p-m):r.y2})},b=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=kY(r,g),E=C=>{if(!l.current)return;C.preventDefault();const Z=x(C);Z&&i(Z)},P=()=>{l.current&&(l.current=null,e(r))},Q=(C,Z)=>{Z.preventDefault(),Z.stopPropagation(),l.current=C,Z.currentTarget.setPointerCapture(Z.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:oO,children:"CustomEase"}),O.jsx("div",{className:"mt-1 font-mono text-[10px] text-neutral-500",children:Jv(r)})]}),O.jsxs("button",{type:"button",onClick:()=>{const C=eS("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(mg,{size:13}),"Reset"]})]}),O.jsxs("svg",{ref:n,viewBox:`0 0 ${o} ${c}`,className:"block w-full select-none touch-none",onPointerMove:E,onPointerUp:P,onPointerCancel:P,children:[O.jsx("rect",{x:"0",y:"0",width:o,height:c,fill:"transparent"}),[0,.5,1].map(C=>{const Z=g({x:0,y:C});return O.jsxs("g",{children:[O.jsx("line",{x1:f.left,x2:f.left+f.width,y1:Z.y,y2:Z.y,stroke:"rgba(255,255,255,0.12)",strokeDasharray:"5 8"}),O.jsx("text",{x:f.left-12,y:Z.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:b.x,y1:b.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:b.x,cy:b.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=>Q("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=>Q("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 ",x1(r.x1),", ",x1(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 ",x1(r.x2),", ",x1(r.y2)]})]})]})}const TY=[{label:"Fade Up",value:"fade-up"},{label:"Slide",value:"slide"},{label:"Pop",value:"pop"}],CY=["up","down","left","right"];function EY(t){return t?Math.max(Math.abs(t.from.x??0),Math.abs(t.from.y??0),1):32}function $Y(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 QY(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 Eb(t){return`studio-${(t.id||t.selector||t.label||"layer").toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-|-$/g,"")||"layer"}-ease`}const PY=h.memo(function({element:e,motion:n,onClearSelection:r,onSetMotion:i,onClearMotion:l}){var Q;const o=$Y(n),c=QY(n),f=(n==null?void 0:n.start)??0,m=(n==null?void 0:n.duration)??.6,p=EY(n),g=(n==null?void 0:n.ease)??"power3.out",x=((Q=n==null?void 0:n.customEase)==null?void 0:Q.data)??"",b=x.trim().length>0,S=h.useMemo(()=>l3(x)??eS(R0.includes(g)?g:"power3.out"),[g,x]);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(dg,{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=b?"CustomEase":R0.includes(g)?g:"power3.out",k=b?["CustomEase",...R0]:R0,E=C=>{var X;const Z=C.customEaseData??x,M=Z.trim()?{id:((X=n==null?void 0:n.customEase)==null?void 0:X.id)??Eb(e),data:Z.trim()}:void 0,V=M?M.id:(C.ease??g).trim()||"none";i(e,sQ(C.preset??o,{start:gm(C.start??f,0,3600,0),duration:gm(C.duration??m,.01,3600,.6),distance:gm(C.distance??p,1,2e3,32),direction:C.direction??c,ease:V,customEase:M}))},P=C=>{E({ease:Eb(e),customEaseData:Jv(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(Mf,{size:13})})]})}),O.jsxs("div",{className:"flex-1 overflow-y-auto",children:[O.jsx(Cb,{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(wY,{value:o,onChange:C=>E({preset:C}),options:TY}),O.jsxs("div",{className:Mb,children:[O.jsx(Tb,{label:"Direction",value:c,onChange:C=>E({direction:C}),options:CY}),O.jsx(Tb,{label:"Ease",value:A,onChange:C=>{C!=="CustomEase"&&E({ease:C,customEaseData:""})},options:k})]}),O.jsxs("div",{className:Mb,children:[O.jsx(y1,{label:"Start",value:pm(f),onCommit:C=>E({start:Om(C)??0})}),O.jsx(y1,{label:"Duration",value:pm(m),onCommit:C=>E({duration:Om(C)??.6})}),O.jsx(y1,{label:"Distance",value:pm(p),onCommit:C=>E({distance:Om(C)??32})})]})]})}),O.jsx(Cb,{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(MY,{points:S,onCommit:P}),O.jsx(y1,{label:"CustomEase path",value:x,onCommit:C=>{const Z=l3(C);Z&&P(Z)}}),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"})})]})})]})]})}),ZY={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 jY(t){return ZY[t]??t.slice(0,2).toUpperCase()}function RY(t){return t.hasAttribute("data-composition-src")||t.hasAttribute("data-composition-file")}const NY=h.memo(function(){const{previewIframeRef:e,activeCompPath:n,refreshKey:r,compositionLoading:i,timelineElements:l}=ou(),{domEditSelection:o,applyDomSelection:c,updateDomEditHoverSelection:f}=Tf(),[m,p]=h.useState([]),[g,x]=h.useState({}),b=h.useRef(0),S=!n||n==="index.html",w=h.useCallback(()=>{const M=e.current;if(!M)return;let V=null;try{V=M.contentDocument}catch{return}if(!V)return;const X=V.querySelector("[data-composition-id]")??V.documentElement??null;if(!X)return;const Y=pS(X,{activeCompositionPath:n});p(Y)},[e,n,S]);h.useEffect(()=>{w()},[w,r]),h.useEffect(()=>{const M=e.current;if(!M)return;const V=()=>{b.current+=1,w()};return M.addEventListener("load",V),()=>M.removeEventListener("load",V)},[e,w]),h.useEffect(()=>{if(!i){const M=setTimeout(w,100);return()=>clearTimeout(M)}},[i,w]);const A=h.useCallback(M=>cg(M.element,{activeCompositionPath:n,isMasterView:S,preferClipAncestor:!1}),[n,S]),k=h.useCallback(M=>{const V=A(M);if(!V)return;let X=Dm(V,l);if(!X){const Y=V.sourceFile??"index.html";let L=M.element.parentElement;for(;L&&!X;){const H=L.id;if(H){const q=l.find(J=>J.domId===H&&(J.sourceFile??"index.html")===Y);q&&(X=q.key??q.id)}L=L.parentElement}}if(X){const Y=l.find(L=>(L.key??L.id)===X);Y&&me.getState().requestSeek(Y.start+Y.duration/2)}},[A,l]),E=h.useCallback(M=>{const V=A(M);V&&(c(V),k(M))},[A,c,k]),P=h.useCallback(M=>{if(!M){f(null);return}const V=A(M);f(V)},[A,f]),Q=h.useCallback((M,V)=>{V.stopPropagation(),x(X=>({...X,[M]:!X[M]}))},[]),C=o?ug(o):null,Z=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(Yc,{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:()=>P(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:Z.map(M=>{const V=M.key===C,X=g[M.key]??!1,Y=M.childCount>0,L=RY(M.element);return O.jsxs("div",{role:"button",tabIndex:0,onClick:()=>E(M),onPointerEnter:()=>P(M),onKeyDown:H=>{(H.key==="Enter"||H.key===" ")&&(H.preventDefault(),E(M))},className:`group flex w-full cursor-pointer items-center gap-1.5 px-2 py-1 text-left transition-colors ${V?"bg-studio-accent/14 text-studio-accent":"text-neutral-300 hover:bg-white/[0.04] hover:text-neutral-100"}`,style:{paddingLeft:8+M.depth*16},children:[Y?O.jsx("button",{type:"button",onClick:H=>Q(M.key,H),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 ${X?"":"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 ${V?"bg-studio-accent/18 text-studio-accent":L?"bg-blue-900/40 text-blue-400":"bg-neutral-800 text-neutral-500"}`,children:jY(M.tagName)}),O.jsx("span",{className:"min-w-0 flex-1 truncate text-[11px]",children:M.label}),Y&&O.jsx("span",{className:"text-[9px] tabular-nums text-neutral-600",children:M.childCount})]},M.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 Qa="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 Bp({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 Ni({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 LY=["none","fade","slide-up","slide-down","slide-left","slide-right","pop","slam","bounce","typewriter","blur-in","flip","drop"],DY=["none","color-change","scale-pop","glow-pulse","underline-sweep","background-fill","bounce"],_Y=["none","fade","slide-up","slide-down","slide-left","slide-right","scatter","drop","collapse","blur-out","shrink"],XY=["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 ym({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(Bp,{label:t,children:[O.jsx(Ni,{label:"Preset",children:O.jsx("select",{value:l,onChange:p=>i({preset:p.target.value}),className:Qa,children:e.map(p=>O.jsx("option",{value:p,children:p},p))})}),O.jsx(Ni,{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:Qa})}),O.jsx(Ni,{label:"Ease",children:O.jsx("select",{value:c,onChange:p=>i({ease:p.target.value}),className:Qa,children:XY.map(p=>O.jsx("option",{value:p,children:p},p))})}),O.jsx(Ni,{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:Qa})}),r&&O.jsx(Ni,{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 zY=h.memo(function(){const e=Je(b=>b.model),n=Je(b=>b.selectedGroupId),r=Je(b=>b.selectedSegmentIds),i=Je(b=>b.updateGroupAnimation),l=Je(b=>b.applyAnimationToAll);let o=n;if(!o&&e&&r.size>0){const b=[...r][0];if(b){for(const[S,w]of e.groups)if(w.segmentIds.includes(b)){o=S;break}}}const c=o?e==null?void 0:e.groups.get(o):void 0,f=c==null?void 0:c.animation,m=h.useCallback(b=>{o&&i(o,"entrance",b)},[o,i]),p=h.useCallback(b=>{o&&i(o,"highlight",b)},[o,i]),g=h.useCallback(b=>{o&&i(o,"exit",b)},[o,i]),x=h.useCallback(()=>{f&&l(f)},[f,l]);return!c||!o||!f?O.jsx("div",{className:"flex items-center justify-center h-full px-4 text-center",children:O.jsx("p",{className:"text-xs text-neutral-500",children:"Select a caption group to edit animations"})}):O.jsxs("div",{className:"flex flex-col h-full min-h-0",children:[O.jsxs("div",{className:"flex-1 overflow-y-auto px-3 py-2",children:[O.jsx(ym,{label:"Entrance",presets:LY,animation:f.entrance,onChange:m}),O.jsx(ym,{label:"Highlight",presets:DY,animation:f.highlight,showIntensity:!0,onChange:p}),O.jsx(ym,{label:"Exit",presets:_Y,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:x,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"})})]})}),HY=h.memo(function({iframeRef:e}){var Z;const n=Je(M=>M.model),r=Je(M=>M.selectedSegmentIds),i=Je(M=>M.selectedGroupId),l=Je(M=>M.updateSelectedStyle),o=Je(M=>M.updateGroupStyle),[c,f]=h.useState("style"),m=r.size>0?[...r][0]:void 0,p=n==null?void 0:n.segments.get(m??"");let g=null;if(n&&m)for(const M of n.groupOrder){const V=n.groups.get(M);if(V&&V.segmentIds.includes(m)){g=M;break}}const x=g?(Z=n==null?void 0:n.groups.get(g))==null?void 0:Z.style:void 0,b=(p==null?void 0:p.style)??{},S={...x,...b},w=h.useCallback(M=>{var q,J,D;const V=e.current;if(!V||!n)return;let X=null;try{X=V.contentDocument}catch{return}if(!X)return;const Y=X.querySelectorAll(".caption-group"),L=[];for(const R of r)for(let F=0;F<n.groupOrder.length;F++){const B=n.groups.get(n.groupOrder[F]);if(!B)continue;const I=B.segmentIds.indexOf(R);if(I<0)continue;const z=Y[F];if(!z)continue;const $=z.children;let j=0;for(const _ of $){const U=_;if(U.dataset.captionWrapper==="true"){const se=U.querySelector(":scope > span");if(se&&j===I){L.push(se);break}}else if(U.tagName==="SPAN"&&j===I){L.push(U);break}j++}break}if(M.x!==void 0||M.y!==void 0||M.scaleX!==void 0||M.scaleY!==void 0||M.rotation!==void 0)try{const R=(J=(q=e.current)==null?void 0:q.contentWindow)==null?void 0:J.gsap;if(R)for(const F of L){let B=F.parentElement;(!B||B.dataset.captionWrapper!=="true")&&(B=X.createElement("span"),B.style.display="inline-block",B.dataset.captionWrapper="true",(D=F.parentNode)==null||D.insertBefore(B,F),B.appendChild(F));const I=R.getProperty(B,"x")||0,z=R.getProperty(B,"y")||0,$=R.getProperty(B,"scale")||1,j=R.getProperty(B,"rotation")||0;R.set(B,{x:M.x??I,y:M.y??z,scale:M.scaleX??$,rotation:M.rotation??j})}}catch{}},[e,n,r]),A=h.useCallback(M=>{i?o(i,M):l(M),w(M)},[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,E=S.y??0,P=S.rotation??0,Q=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(zY,{}),c==="style"&&O.jsxs("div",{className:"flex-1 overflow-y-auto px-3 py-2",children:[O.jsxs(Bp,{label:"Position",children:[O.jsx(Ni,{label:"X",children:O.jsx("input",{type:"number",value:k,onChange:M=>A({x:Number(M.target.value)}),className:Qa})}),O.jsx(Ni,{label:"Y",children:O.jsx("input",{type:"number",value:E,onChange:M=>A({y:Number(M.target.value)}),className:Qa})})]}),O.jsxs(Bp,{label:"Transform",children:[O.jsx(Ni,{label:"Scale",children:O.jsx("input",{type:"number",value:Q,step:.1,onChange:M=>A({scaleX:Number(M.target.value),scaleY:Number(M.target.value)}),className:Qa})}),O.jsx(Ni,{label:"Rotation",children:O.jsx("input",{type:"number",value:P,onChange:M=>A({rotation:Number(M.target.value)}),className:Qa})})]})]})]})});function YY(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 BY(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 FY=h.memo(function({job:e,projectId:n,onDelete:r}){const[i,l]=h.useState(!1),o=`/api/projects/${n}/renders/file/${e.filename}`,c=h.useCallback(()=>{window.open(o,"_blank")},[o]),f=h.useCallback(g=>{g.stopPropagation();const x=document.createElement("a");x.href=o,x.download=e.filename,x.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(Iw,{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:YY(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:BY(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"})})})]})]})})}),qY=["auto","1080p","4k"],$b={auto:"Auto","1080p":"1080p","4k":"4K"},OA={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 UY(t){return t==null?"landscape":t.width===t.height?"square":t.height>t.width?"portrait":"landscape"}function yA(t,e){if(t==="auto")return"auto";const n=UY(e);return t==="1080p"?n:n==="landscape"?"landscape-4k":n==="portrait"?"portrait-4k":"square-4k"}function IY(t,e){if(t==="auto")return e??null;const n=yA(t,e);return n==="auto"?null:OA[n]}function WY(t,e){if(t==="auto"||e==null)return!0;const n=yA(t,e);if(n==="auto")return!0;const r=OA[n];return r.width*e.height!==r.height*e.width||r.width<e.width?!1:Number.isInteger(r.width/e.width)}function GY(t,e){const n=IY(t,e);return n?`${$b[t]} · ${n.width}×${n.height}`:$b[t]}const xm={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 KY({format:t}){const[e,n]=h.useState(!1),r=h.useRef(void 0),i=()=>{clearTimeout(r.current),n(!0)},l=()=>{r.current=setTimeout(()=>n(!1),120)};h.useEffect(()=>()=>clearTimeout(r.current),[]);const o=xm[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:xm[c].label})," — ",xm[c].desc]},c))})]})]})}const Qb=[{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 JY({onStartRender:t,isRendering:e,compositionDimensions:n}){var x;const[r,i]=h.useState("mp4"),[l,o]=h.useState("standard"),[c,f]=h.useState("auto"),[m,p]=h.useState(30),g=r!=="mov";return O.jsxs("div",{className:"flex items-center gap-1 flex-wrap justify-end",children:[O.jsx(KY,{format:r}),O.jsx("select",{value:c,onChange:b=>f(b.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:qY.map(b=>O.jsx("option",{value:b,disabled:!WY(b,n),children:GY(b,n)},b))}),g&&O.jsx("select",{value:l,onChange:b=>o(b.target.value),disabled:e,title:(x=Qb.find(b=>b.value===l))==null?void 0:x.title,className:"h-5 px-1 text-[10px] bg-neutral-800 border border-neutral-700 text-neutral-300 outline-none disabled:opacity-50",children:Qb.map(b=>O.jsx("option",{value:b.value,title:b.title,children:b.label},b.value))}),O.jsxs("select",{value:m,onChange:b=>p(Number(b.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:b=>i(b.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 eB=h.memo(function({jobs:e,projectId:n,onDelete:r,onClearCompleted:i,onStartRender:l,isRendering:o,compositionDimensions:c}){const f=h.useRef(null);h.useEffect(()=>{f.current&&f.current.scrollTo({top:f.current.scrollHeight,behavior:"smooth"})},[e.length]);const m=e.filter(p=>p.status!=="rendering").length;return O.jsxs("div",{className:"flex flex-col h-full",children:[O.jsx("div",{className:"flex items-center justify-end 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(JY,{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(FY,{job:p,projectId:n,onDelete:()=>r(p.id)},p.id))})]})});function tB({selectedStudioMotion:t,designPanelActive:e,motionPanelActive:n}){const{rightWidth:r,rightPanelTab:i,setRightPanelTab:l,handlePanelResizeStart:o,handlePanelResizeMove:c,handlePanelResizeEnd:f}=pg(),{captionEditMode:m,previewIframeRef:p,projectId:g,activeCompPath:x,compositionDimensions:b,waitForPendingDomEditSaves:S,renderQueue:w}=ou(),{domEditSelection:A,domEditGroupSelections:k,copiedAgentPrompt:E,clearDomSelection:P,handleDomStyleCommit:Q,handleDomPathOffsetCommit:C,handleDomBoxSizeCommit:Z,handleDomRotationCommit:M,handleDomTextCommit:V,handleDomTextFieldStyleCommit:X,handleDomAddTextField:Y,handleDomRemoveTextField:L,handleAskAgent:H,handleDomMotionCommit:q,handleDomMotionClear:J,applyDomSelection:D}=Tf(),{assets:R,fontAssets:F,handleImportFiles:B,handleImportFonts:I}=eA(),z=!x||x==="index.html",$=h.useCallback(_=>{const U=cg(_.element,{activeCompositionPath:x,isMasterView:z,preferClipAncestor:!1});U&&D(U)},[x,z,D]),j=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:_=>o("right",_),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(HY,{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:[qt&&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"}),sg&&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:j.length>0?`Renders (${j.length})`:"Renders"})]}),O.jsx("div",{className:"min-h-0 flex-1",children:i==="layers"?O.jsx(NY,{}):e?O.jsx(vY,{projectId:g,assets:R,element:k.length>1?null:A,multiSelectCount:k.length,copiedAgentPrompt:E,onClearSelection:P,onSetStyle:Q,onSetManualOffset:C,onSetManualSize:Z,onSetManualRotation:M,onSetText:V,onSetTextFieldStyle:X,onAddTextField:Y,onRemoveTextField:L,onAskAgent:H,onImportAssets:B,fontAssets:F,onImportFonts:I,activeCompositionPath:x,onSelectLayer:$}):n?O.jsx(PY,{element:k.length>1?null:A,motion:t,onClearSelection:P,onSetMotion:q,onClearMotion:J}):O.jsx(eB,{jobs:j,projectId:g,onDelete:w.deleteRender,onClearCompleted:w.clearCompleted,onStartRender:async(_,U,se,ae)=>{await S(),await w.startRender({fps:ae,quality:U,format:_,resolution:se})},compositionDimensions:b,isRendering:w.isRendering})})]})})]})}function nB({toggleTimelineVisibility:t}){const e=me(o=>o.zoomMode),n=me(o=>o.manualZoomPercent),r=me(o=>o.setZoomMode),i=me(o=>o.setManualZoomPercent),l=Sf(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(N5("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(N5("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 rB({waiting:t}){return O.jsx("div",{className:"h-full w-full bg-neutral-950 flex items-center justify-center",children:t?O.jsxs("div",{className:"flex flex-col items-center gap-3 text-center px-6",children:[O.jsx("div",{className:"w-4 h-4 rounded-full border-2 border-neutral-700 border-t-neutral-500 animate-spin"}),O.jsxs("p",{className:"text-xs text-neutral-600",children:["Waiting for preview server… run"," ",O.jsx("code",{className:"text-neutral-500 font-mono",children:"npm run dev"})]})]}):O.jsx("div",{className:"w-4 h-4 rounded-full bg-studio-accent animate-pulse"})})}function iB(){const[t,e]=h.useState(null),[n,r]=h.useState(!0),[i,l]=h.useState(!1);return $t(()=>{const o=nZ(window.location.hash);let c=!1,f=null;function m(){l(!0),f=window.setTimeout(p,2e3)}function p(){fetch("/api/projects").then(g=>g.json()).then(g=>{if(!c)if(o)e(o),l(!1);else{const x=(g.projects??[])[0];x?(e(x.id),l(!1),window.location.hash=AS(x.id)):m()}}).catch(()=>{c||m()}).finally(()=>{c||r(!1)})}return p(),()=>{c=!0,f!==null&&clearTimeout(f)}}),{projectId:t,resolving:n,waitingForServer:i}}function aB(){const{projectId:t,resolving:e,waitingForServer:n}=iB(),r=h.useRef(dZ()),[i,l]=h.useState(null),[o,c]=h.useState(()=>r.current.activeCompPath==null),[f,m]=h.useState(new Map),[p,g]=h.useState(null),[x,b]=h.useState(!0),[S,w]=h.useState(0),[,A]=h.useState(0),k=h.useRef(null),E=h.useRef(i);E.current=i;const P=h.useRef(null),Q=_M(t),C=Je(xe=>xe.isEditMode),Z=Je(xe=>xe.selectedSegmentIds.size>0),M=u$(t),V=me(xe=>xe.currentTime),X=me(xe=>xe.elements),Y=me(xe=>xe.setSelectedElementId),L=me(xe=>xe.duration),H=me(xe=>xe.isPlaying),q=!i||i==="index.html",J=i?`/api/projects/${t}/preview/comp/${i}`:null,D=h.useMemo(()=>{const xe=X.length>0?Math.max(...X.map(vt=>vt.start+vt.duration)):0;return Math.max(L,xe)},[L,X]),R=h.useCallback(()=>{A(xe=>xe+1),window.setTimeout(()=>A(xe=>xe+1),80),window.setTimeout(()=>A(xe=>xe+1),300)},[]),[F,B]=h.useState(()=>r.current.timelineVisible??Nc().timelineVisible??!0),I=h.useCallback(()=>{B(xe=>(Vc({timelineVisible:!xe}),!xe))},[]),{appToast:z,showToast:$}=sZ(),j=k$({rightCollapsed:r.current.rightCollapsed,rightPanelTab:r.current.rightPanelTab}),_=A$({projectId:t}),U=h.useRef(0),se=h.useCallback(()=>{var xe,vt;try{(vt=(xe=k.current)==null?void 0:xe.contentWindow)==null||vt.location.reload()}catch{w(An=>An+1)}},[]),ae=T$({projectId:t,showToast:$,recordEdit:_.recordEdit,domEditSaveTimestampRef:U,setRefreshKey:w});h.useEffect(()=>{if(o||!ae.fileTreeLoaded)return;const xe=cZ(r.current.activeCompPath,ae.fileTree);l(vt=>vt===xe?vt:xe),c(!0)},[o,ae.fileTree,ae.fileTreeLoaded]);const ie=MQ({projectId:t,showToast:$,readOptionalProjectFile:ae.readOptionalProjectFile,writeProjectFile:ae.writeProjectFile,recordEdit:_.recordEdit,previewIframeRef:k,activeCompPathRef:E,domEditSaveTimestampRef:U,reloadPreview:()=>w(xe=>xe+1)}),de=XQ({projectId:t,activeCompPath:i,timelineElements:X,showToast:$,writeProjectFile:ae.writeProjectFile,recordEdit:_.recordEdit,domEditSaveTimestampRef:U,reloadPreview:se,uploadProjectFiles:ae.uploadProjectFiles}),pe=h.useRef(()=>{}),oe=h.useRef(null),ye=h.useRef(async()=>{}),ke=XP({toggleTimelineVisibility:I,handleTimelineElementDelete:de.handleTimelineElementDelete,handleDomEditElementDelete:async xe=>ye.current(xe),domEditSelectionRef:oe,clearDomSelectionRef:pe,editHistory:_,readOptionalProjectFile:ae.readOptionalProjectFile,readProjectFile:ae.readProjectFile,writeProjectFile:ae.writeProjectFile,domEditSaveTimestampRef:U,showToast:$,syncHistoryPreviewAfterApply:ie.syncHistoryPreviewAfterApply,waitForPendingDomEditSaves:ie.waitForPendingDomEditSaves,leftSidebarRef:P}),$e=DP({projectId:t,activeCompPath:i,isMasterView:q,compIdToSrc:f,captionEditMode:C,compositionLoading:x,previewIframeRef:k,timelineElements:X,currentTime:V,setSelectedTimelineElementId:Y,setRightCollapsed:j.setRightCollapsed,setRightPanelTab:j.setRightPanelTab,showToast:$,refreshPreviewDocumentVersion:R,queueDomEditSave:ie.queueDomEditSave,commitStudioMotionManifestOptimistically:ie.commitStudioMotionManifestOptimistically,applyCurrentStudioMotionToPreview:ie.applyCurrentStudioMotionToPreview,readProjectFile:ae.readProjectFile,writeProjectFile:ae.writeProjectFile,domEditSaveTimestampRef:U,editHistory:{recordEdit:_.recordEdit},fileTree:ae.fileTree,importedFontAssetsRef:ae.importedFontAssetsRef,projectDir:ae.projectDir,projectIdRef:ae.projectIdRef,previewIframe:p,refreshKey:S,rightPanelTab:j.rightPanelTab,applyStudioManualEditsToPreviewRef:ie.applyStudioManualEditsToPreviewRef,applyStudioMotionToPreviewRef:ie.applyStudioMotionToPreviewRef,syncPreviewHistoryHotkey:ke.syncPreviewHistoryHotkey,reloadPreview:se,setRefreshKey:w});oe.current=$e.domEditSelection,pe.current=$e.clearDomSelection,ye.current=$e.handleDomEditElementDelete,qP({projectId:t,activeCompPath:i,compIdToSrc:f,captionEditMode:C,captionHasSelection:Z,previewIframeRef:k,captionSync:M,setRightCollapsed:j.setRightCollapsed});const De=KP({projectIdRef:ae.projectIdRef,compIdToSrc:f,activePreviewUrl:J,effectiveTimelineDuration:D}),Ze=lZ(),{lintModal:gt,linting:it,handleLint:Pt,closeLintModal:be}=aZ(t),Ce=iZ({projectId:t,activeCompPath:i,showToast:$,waitForPendingDomEditSaves:ie.waitForPendingDomEditSaves}),{consoleErrors:ze,setConsoleErrors:Pe,resetErrors:He}=JP(p),[je,lt]=h.useState(!1),ht=h.useRef(0),{syncPreviewTimelineHotkey:yt,syncPreviewHistoryHotkey:wn}=ke,Fi=h.useCallback(xe=>{k.current=xe,g(xe),yt(xe),wn(xe),He(),R()},[R,He,wn,yt]),hi=h.useCallback(xe=>{l(xe==="index.html"||xe.startsWith("compositions/")?xe:null),ae.setEditingFile({path:xe,content:null}),fetch(`/api/projects/${t}/files/${xe}`).then(vt=>vt.json()).then(vt=>ae.setEditingFile({path:xe,content:vt.content})).catch(()=>{})},[t,ae]),qi=qt&&$e.domEditSelection?pQ(ie.studioMotionManifestRef.current,$e.domEditSelection):null,_a=qt&&j.rightPanelTab==="layers",nr=qt&&j.rightPanelTab==="design",Lt=qt&&sg&&j.rightPanelTab==="motion",kt=_a||nr||Lt,Mt=kt&&!j.rightCollapsed&&!H,Xa=qt&&!j.rightCollapsed&&kt;pZ({projectId:t,activeCompPath:i,currentTime:V,duration:D,isPlaying:H,compositionLoading:x,refreshKey:S,previewIframeRef:k,rightPanelTab:j.rightPanelTab,rightCollapsed:j.rightCollapsed,timelineVisible:F,activeCompPathHydrated:o,domEditSelection:$e.domEditSelection,buildDomSelectionFromTarget:$e.buildDomSelectionFromTarget,applyDomSelection:$e.applyDomSelection,initialState:r.current});const Ui={projectId:t,activeCompPath:i,setActiveCompPath:l,showToast:$,previewIframeRef:k,captionEditMode:C,compositionLoading:x,refreshKey:S,setRefreshKey:w,currentTime:V,timelineElements:X,isPlaying:H,editHistory:{canUndo:_.canUndo,canRedo:_.canRedo,undoLabel:_.undoLabel,redoLabel:_.redoLabel},handleUndo:ke.handleUndo,handleRedo:ke.handleRedo,renderQueue:{jobs:Q.jobs,isRendering:Q.isRendering,deleteRender:Q.deleteRender,clearCompleted:Q.clearCompleted,startRender:Q.startRender},compositionDimensions:Ze,waitForPendingDomEditSaves:ie.waitForPendingDomEditSaves,handlePreviewIframeRef:Fi,refreshPreviewDocumentVersion:R,timelineVisible:F,toggleTimelineVisibility:I};if(e||n||!t)return O.jsx(rB,{waiting:n});const Ii=O.jsx(nB,{toggleTimelineVisibility:I});return O.jsx(CZ,{value:Ui,children:O.jsx(EZ,{value:j,children:O.jsx(Qz,{value:ae,children:O.jsx($Z,{value:$e,children:O.jsxs("div",{className:"flex flex-col h-full w-full bg-neutral-950 relative",onDragOver:xe=>{xe.dataTransfer.types.includes("Files")&&xe.preventDefault()},onDragEnter:xe=>{xe.dataTransfer.types.includes("Files")&&(xe.preventDefault(),ht.current++,lt(!0))},onDragLeave:()=>{ht.current--,ht.current===0&&lt(!1)},onDrop:xe=>{ht.current=0,lt(!1),!xe.defaultPrevented&&(xe.preventDefault(),xe.dataTransfer.files.length&&ae.handleImportFiles(xe.dataTransfer.files))},children:[O.jsx(PZ,{captureFrameHref:Ce.captureFrameHref,captureFrameFilename:Ce.captureFrameFilename,handleCaptureFrameClick:Ce.handleCaptureFrameClick,refreshCaptureFrameTime:Ce.refreshCaptureFrameTime,inspectorButtonActive:Xa,inspectorPanelActive:kt}),O.jsxs("div",{className:"flex flex-1 min-h-0",children:[O.jsx(Pz,{leftSidebarRef:P,onSelectComposition:hi,onLint:Pt,linting:it}),O.jsx(TH,{timelineToolbar:Ii,renderClipContent:De,handleTimelineElementDelete:de.handleTimelineElementDelete,handleTimelineAssetDrop:de.handleTimelineAssetDrop,handleTimelineFileDrop:de.handleTimelineFileDrop,handleTimelineElementMove:de.handleTimelineElementMove,handleTimelineElementResize:de.handleTimelineElementResize,handleBlockedTimelineEdit:de.handleBlockedTimelineEdit,setCompIdToSrc:m,setCompositionLoading:b,shouldShowSelectedDomBounds:Mt}),!j.rightCollapsed&&O.jsx(tB,{selectedStudioMotion:qi,designPanelActive:nr,motionPanelActive:Lt})]}),gt!==null&&O.jsx(I5,{findings:gt,projectId:t,onClose:be}),ze!==null&&ze.length>0&&O.jsx(I5,{findings:ze,projectId:t,onClose:()=>Pe(null)}),$e.agentModalOpen&&$e.domEditSelection&&O.jsx(OZ,{selectionLabel:$e.domEditSelection.label,anchorPoint:$e.agentModalAnchorPoint,onSubmit:$e.handleAgentModalSubmit,onClose:()=>{$e.setAgentModalOpen(!1),$e.setAgentPromptSelectionContext(void 0),$e.setAgentModalAnchorPoint(null)}}),je&&O.jsx(yZ,{}),z&&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 ${z.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:z.message})]})})})})})}DM.createRoot(document.getElementById("root")).render(O.jsx(h.StrictMode,{children:O.jsx(aB,{})}));